diff --git a/09_DevelopingDataProducts/yhat/AP_example.R b/09_DevelopingDataProducts/yhat/AP_example.R new file mode 100644 index 000000000..4b65dea06 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/AP_example.R @@ -0,0 +1,99 @@ +## Create dataset of PM and O3 for all US taking year 2013 (annual +## data from EPA) + +## This uses data from +## http://aqsdr1.epa.gov/aqsweb/aqstmp/airdata/download_files.html + +## Read in the 2013 Annual Data + +d <- read.csv("annual_all_2013.csv", nrow = 68210) + +sub <- subset(d, Parameter.Name %in% c("PM2.5 - Local Conditions", "Ozone") + & Pullutant.Standard %in% c("Ozone 8-Hour 2008", "PM25 Annual 2006"), + c(State.Code, County.Code, Site.Num, Longitude, Latitude, Parameter.Name, Arithmetic.Mean, County.Name, City.Name, Pullutant.Standard)) + +pollavg <- aggregate(sub[, "Arithmetic.Mean"], + sub[, c("Longitude", "Latitude", "Parameter.Name")], + mean, na.rm = TRUE) +pollavg$Parameter.Name <- factor(pollavg$Parameter.Name, labels = c("ozone", "pm25")) +names(pollavg)[4] <- "level" + +## Remove unneeded objects +rm(d, sub) + +## library(fields) +rdist <- function (x1, x2, miles = TRUE, R = NULL) { + if (is.null(R)) { + if (miles) + R <- 3963.34 + else R <- 6378.388 + } + coslat1 <- cos((x1[, 2] * pi)/180) + sinlat1 <- sin((x1[, 2] * pi)/180) + coslon1 <- cos((x1[, 1] * pi)/180) + sinlon1 <- sin((x1[, 1] * pi)/180) + if (missing(x2)) { + pp <- cbind(coslat1 * coslon1, coslat1 * sinlon1, sinlat1) %*% + t(cbind(coslat1 * coslon1, coslat1 * sinlon1, sinlat1)) + return(R * acos(ifelse(abs(pp) > 1, 1 * sign(pp), pp))) + } + else { + coslat2 <- cos((x2[, 2] * pi)/180) + sinlat2 <- sin((x2[, 2] * pi)/180) + coslon2 <- cos((x2[, 1] * pi)/180) + sinlon2 <- sin((x2[, 1] * pi)/180) + pp <- cbind(coslat1 * coslon1, coslat1 * sinlon1, sinlat1) %*% + t(cbind(coslat2 * coslon2, coslat2 * sinlon2, sinlat2)) + return(R * acos(ifelse(abs(pp) > 1, 1 * sign(pp), pp))) + } +} + +monitors <- data.matrix(pollavg[, c("Longitude", "Latitude")]) + + +pollutant <- function(df) { + x <- data.matrix(df[, c("lon", "lat")]) + r <- df$radius + d <- rdist(monitors, x) + use <- lapply(seq_len(ncol(d)), function(i) { + which(d[, i] < r[i]) + }) + levels <- sapply(use, function(idx) { + with(pollavg[idx, ], tapply(level, Parameter.Name, mean)) + }) + dlevel <- as.data.frame(t(levels)) + data.frame(df, dlevel) +} + +library(yhatr) + +model.transform <- function(df) { + df +} + +model.predict <- function(df) { + pollutant(df) +} + +yhat.config <- c( + username="rdpeng@gmail.com", + apikey="90d2a80bb532cabb2387aa51ac4553cc", + env="http://sandbox.yhathq.com/" +) + +yhat.deploy("pollutant") + + + +################################################################################ +## Client side + +library(yhatr) +yhat.config <- c( + username="rdpeng@gmail.com", + apikey="90d2a80bb532cabb2387aa51ac4553cc", + env="http://sandbox.yhathq.com/" +) +df <- data.frame(lon = c(-76.6167, -118.25), lat = c(39.2833, 34.05), + radius = 20) +yhat.predict("pollutant", df) diff --git a/09_DevelopingDataProducts/yhat/annual_all_2013.csv b/09_DevelopingDataProducts/yhat/annual_all_2013.csv new file mode 100644 index 000000000..e82199d62 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/annual_all_2013.csv @@ -0,0 +1,68202 @@ +"State Code","County Code","Site Num","Parameter Code","POC","Latitude","Longitude","Datum","Parameter Name","Sample Duration","Pullutant Standard","Metric Used","Method Name","Year","Units of Measure","Event Type","Observation Count","Observation Percent","Valid Day Count","Required Day Count","Exceptional Data Count","Null Data Count","Primary Exceedance Count","Secondary Exceedance Count","Certification Indicator","Num Obs Below MDL","Arithmetic Mean","Arithmetic Standard Dev","1st Max Value","1st Max DateTime","2nd Max Value","2nd Max DateTime","3rd Max Value","3rd Max DateTime","4th Max Value","4th Max DateTime","1st Max Non Overlapping Value","1st NO Max DateTime","2nd Max Non Overlapping Value","2nd NO Max DateTime","99th Percentile","98th Percentile","95th Percentile","90th Percentile","75th Percentile","50th Percentile","10th Percentile","Local Site Name","Address","State Name","County Name","City Name","CBSA Name","Date of Last Change" +"01","003","0010","44201",1,30.498001,-87.881412,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2488,43,106,245,0,440,0,0,"Certification not required",77,0.048311,0.011705,0.073,"2013-05-08 21:00",0.07,"2013-05-02 01:00",0.07,"2013-05-15 15:00",0.068,"2013-06-30 16:00","","","","",0.07,0.07,0.066,0.063,0.058,0.048,0.032,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2013-09-30" +"01","003","0010","44201",1,30.498001,-87.881412,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2599,43,105,245,0,0,0,0,"Certification not required",0,0.044381,0.010965,0.066,"2013-05-15 09:00",0.065,"2013-03-30 08:00",0.065,"2013-05-08 14:00",0.062,"2013-03-29 10:00","","","","",0.065,0.065,0.061,0.058,0.053,0.045,0.028,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2013-09-30" +"01","003","0010","44201",1,30.498001,-87.881412,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2599,43,105,245,0,0,0,0,"Certification not required",0,0.044381,0.010965,0.066,"2013-05-15 09:00",0.065,"2013-03-30 08:00",0.065,"2013-05-08 14:00",0.062,"2013-03-29 10:00","","","","",0.065,0.065,0.061,0.058,0.053,0.045,0.028,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2013-09-30" +"01","003","0010","68101",1,30.498001,-87.881412,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",111,100,58,61,0,0,"","","Certification not required",97,0.060811,0.035933,0.3,"2013-03-26 00:00",0.2,"2013-01-01 00:00",0.2,"2013-02-27 00:00",0.2,"2013-03-29 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-03" +"01","003","0010","68102",1,30.498001,-87.881412,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,100,58,61,0,0,"","","Certification not required",0,24.095455,0.020925,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-03" +"01","003","0010","68105",1,30.498001,-87.881412,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,58,61,0,0,"","","Certification not required",0,19.427928,6.883144,29.6,"2013-06-27 00:00",28.4,"2013-06-12 00:00",28.3,"2013-08-08 00:00",28.1,"2013-06-18 00:00","","","","",28.4,28.3,27.8,27.3,26,20.4,9.4,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-03" +"01","003","0010","68108",1,30.498001,-87.881412,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,58,61,0,0,"","","Certification not required",0,757.963964,3.714659,767,"2013-12-12 00:00",767,"2013-12-24 00:00",766,"2013-01-04 00:00",765,"2013-03-14 00:00","","","","",767,766,764,764,761,757,754,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-03" +"01","003","0010","68109",1,30.498001,-87.881412,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",111,100,58,61,0,0,"","","Certification not required",0,1439.954955,0.208344,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-03" +"01","003","0010","88101",1,30.498001,-87.881412,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,0,0,"Requested but not yet concurred",0,8.383784,3.318174,23.3,"2013-03-29 00:00",19.1,"2013-03-08 00:00",16.8,"2013-09-07 00:00",16.1,"2013-09-01 00:00","","","","",19.1,16.8,14.4,12.5,10.2,7.8,5,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-11" +"01","003","0010","88101",1,30.498001,-87.881412,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,"","","Requested but not yet concurred",0,8.383784,3.318174,23.3,"2013-03-29 00:00",19.1,"2013-03-08 00:00",16.8,"2013-09-07 00:00",16.1,"2013-09-01 00:00","","","","",19.1,16.8,14.4,12.5,10.2,7.8,5,"FAIRHOPE, Alabama","FAIRHOPE HIGH SCHOOL, FAIRHOPE, ALABAMA","Alabama","Baldwin","Fairhope","Daphne-Fairhope-Foley, AL","2014-02-11" +"01","027","0001","68101",1,33.281261,-85.802182,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",115,100,60,61,0,0,"","","Certification not required",114,0.051304,0.013988,0.2,"2013-01-04 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-03" +"01","027","0001","68102",1,33.281261,-85.802182,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,100,60,61,0,0,"","","Certification not required",0,23.998261,0.01865,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-03" +"01","027","0001","68105",1,33.281261,-85.802182,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,0,"","","Certification not required",0,15.998261,7.743237,27.3,"2013-06-12 00:00",26.2,"2013-06-27 00:00",26,"2013-07-12 00:00",26,"2013-08-29 00:00","","","","",26.2,26,25.7,24.7,23.2,17.6,4.1,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-03" +"01","027","0001","68108",1,33.281261,-85.802182,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,0,"","","Certification not required",0,735.930435,3.548466,744,"2013-11-30 00:00",744,"2013-12-12 00:00",744,"2013-12-24 00:00",743,"2013-01-04 00:00","","","","",744,744,743,741,738,736,732,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-03" +"01","027","0001","68109",1,33.281261,-85.802182,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",115,100,60,61,0,0,"","","Certification not required",0,1439.808696,1.503771,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-03" +"01","027","0001","88101",1,33.281261,-85.802182,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Requested but not yet concurred",0,8.045763,3.527393,18.9,"2013-06-12 00:00",16.9,"2013-09-10 00:00",16.3,"2013-08-29 00:00",15.6,"2013-01-28 00:00","","","","",16.9,16.3,15.1,12.7,10.2,7.6,4,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-18" +"01","027","0001","88101",1,33.281261,-85.802182,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Requested but not yet concurred",0,8.045763,3.527393,18.9,"2013-06-12 00:00",16.9,"2013-09-10 00:00",16.3,"2013-08-29 00:00",15.6,"2013-01-28 00:00","","","","",16.9,16.3,15.1,12.7,10.2,7.6,4,"ASHLAND","ROUTE 1, ASHLAND, AL","Alabama","Clay","Ashland","","2014-02-18" +"01","033","1002","44201",1,34.758781,-87.650562,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5612,100,245,245,0,268,0,0,"Certification not required",729,0.043967,0.010162,0.07,"2013-03-15 14:00",0.068,"2013-09-17 14:00",0.066,"2013-07-03 11:00",0.064,"2013-05-14 15:00","","","","",0.066,0.064,0.061,0.058,0.051,0.044,0.031,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","44201",1,34.758781,-87.650562,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,245,245,0,0,0,0,"Certification not required",0,0.039033,0.01012,0.064,"2013-03-15 11:00",0.059,"2013-05-14 11:00",0.059,"2013-07-03 09:00",0.059,"2013-09-17 09:00","","","","",0.059,0.057,0.055,0.053,0.047,0.039,0.025,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","44201",1,34.758781,-87.650562,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,245,245,0,0,0,0,"Certification not required",0,0.039033,0.01012,0.064,"2013-03-15 11:00",0.059,"2013-05-14 11:00",0.059,"2013-07-03 09:00",0.059,"2013-09-17 09:00","","","","",0.059,0.057,0.055,0.053,0.047,0.039,0.025,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","68101",1,34.758781,-87.650562,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,100,61,61,0,0,"","","Certification not required",88,0.105882,0.106001,0.4,"2013-06-18 00:00",0.4,"2013-06-24 00:00",0.4,"2013-07-06 00:00",0.4,"2013-07-09 00:00","","","","",0.4,0.4,0.4,0.3,0.1,0.05,0.05,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","68102",1,34.758781,-87.650562,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,0,"","","Certification not required",0,24.093277,0.028317,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","68105",1,34.758781,-87.650562,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,15.226891,8.765763,28.3,"2013-06-27 00:00",28.1,"2013-06-12 00:00",27.6,"2013-07-09 00:00",27.1,"2013-07-18 00:00","","","","",28.1,27.6,26.2,25.5,23.7,16.5,2.6,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","68108",1,34.758781,-87.650562,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,750.537815,3.903041,761,"2013-11-24 00:00",761,"2013-12-12 00:00",760,"2013-12-24 00:00",759,"2013-11-12 00:00","","","","",761,760,758,755,753,751,746,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","68109",1,34.758781,-87.650562,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,100,61,61,0,0,"","","Certification not required",0,1439.823529,0.953558,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-03" +"01","033","1002","88101",1,34.758781,-87.650562,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Requested but not yet concurred",0,8.6175,3.608921,18.9,"2013-09-10 00:00",17.8,"2013-12-03 00:00",17.3,"2013-09-07 00:00",16.2,"2013-05-19 00:00","","","","",17.8,17.3,15.8,14,10.8,8.1,4.6,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-18" +"01","033","1002","88101",1,34.758781,-87.650562,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Requested but not yet concurred",0,8.6175,3.608921,18.9,"2013-09-10 00:00",17.8,"2013-12-03 00:00",17.3,"2013-09-07 00:00",16.2,"2013-05-19 00:00","","","","",17.8,17.3,15.8,14,10.8,8.1,4.6,"MUSCLE SHOALS","WILSON DAM RD AND 2ND ST.","Alabama","Colbert","Muscle Shoals","Florence-Muscle Shoals, AL","2014-02-18" +"01","049","1003","68101",1,34.287627,-85.968298,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,100,61,61,0,0,"","","Certification not required",1,0.412083,0.107882,0.6,"2013-04-10 00:00",0.6,"2013-04-16 00:00",0.6,"2013-05-19 00:00",0.6,"2013-07-15 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.3,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-03" +"01","049","1003","68102",1,34.287627,-85.968298,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,0,"","","Certification not required",0,24.019167,0.041598,24.1,"2013-02-27 00:00",24.1,"2013-03-05 00:00",24.1,"2013-03-11 00:00",24.1,"2013-04-10 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-03" +"01","049","1003","68105",1,34.287627,-85.968298,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,14.528333,7.937552,26.8,"2013-06-12 00:00",25.3,"2013-06-27 00:00",25.3,"2013-08-29 00:00",25.1,"2013-07-09 00:00","","","","",25.3,25.3,25,23.5,22.1,15.8,3.9,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-03" +"01","049","1003","68108",1,34.287627,-85.968298,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,733.133333,3.562016,742,"2013-12-12 00:00",741,"2013-11-24 00:00",741,"2013-12-24 00:00",740,"2013-01-04 00:00","","","","",741,741,740,738,735,733,729,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-03" +"01","049","1003","68109",1,34.287627,-85.968298,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,100,61,61,0,0,"","","Certification not required",0,1439.8,1.127204,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-03" +"01","049","1003","88101",1,34.287627,-85.968298,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Requested but not yet concurred",0,8.991736,3.712313,18.9,"2013-09-10 00:00",18.6,"2013-01-28 00:00",18.6,"2013-11-15 00:00",18.5,"2013-09-01 00:00","","","","",18.6,18.6,15.4,13.8,10.9,8.5,4.5,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-18" +"01","049","1003","88101",1,34.287627,-85.968298,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Requested but not yet concurred",0,8.991736,3.712313,18.9,"2013-09-10 00:00",18.6,"2013-01-28 00:00",18.6,"2013-11-15 00:00",18.5,"2013-09-01 00:00","","","","",18.6,18.6,15.4,13.8,10.9,8.5,4.5,"CROSSVILLE","13112 HWY.68 , CROSSVILLE AL. 35962","Alabama","DeKalb","Crossville","Fort Payne, AL","2014-02-18" +"01","049","9991","44201",1,34.2888,-85.9698,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7034,98,239,245,0,262,0,0,"Certification not required",50,0.046506,0.009201,0.072,"2013-03-15 15:00",0.069,"2013-06-12 13:00",0.067,"2013-03-29 15:00",0.066,"2013-05-14 15:00","","","","",0.067,0.066,0.061,0.058,0.053,0.047,0.04,"Sand Mountain","Sand Mountain Alabama Agricultural Experiment Station, Crossville, AL 35962","Alabama","DeKalb","","Fort Payne, AL","2013-12-30" +"01","049","9991","44201",1,34.2888,-85.9698,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7135,97,237,245,0,0,0,0,"Certification not required",0,0.042367,0.00902,0.068,"2013-03-15 12:00",0.063,"2013-05-16 11:00",0.062,"2013-03-29 10:00",0.062,"2013-05-14 11:00","","","","",0.062,0.06,0.056,0.054,0.049,0.043,0.036,"Sand Mountain","Sand Mountain Alabama Agricultural Experiment Station, Crossville, AL 35962","Alabama","DeKalb","","Fort Payne, AL","2013-12-30" +"01","049","9991","44201",1,34.2888,-85.9698,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7135,97,237,245,0,0,0,0,"Certification not required",0,0.042367,0.00902,0.068,"2013-03-15 12:00",0.063,"2013-05-16 11:00",0.062,"2013-03-29 10:00",0.062,"2013-05-14 11:00","","","","",0.062,0.06,0.056,0.054,0.049,0.043,0.036,"Sand Mountain","Sand Mountain Alabama Agricultural Experiment Station, Crossville, AL 35962","Alabama","DeKalb","","Fort Payne, AL","2013-12-30" +"01","051","0001","44201",1,32.498567,-86.136587,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5555,100,244,245,0,325,0,0,"Certification not required",175,0.04341,0.010991,0.074,"2013-05-15 14:00",0.071,"2013-03-15 16:00",0.07,"2013-06-29 13:00",0.067,"2013-05-16 10:00","","","","",0.07,0.066,0.062,0.057,0.051,0.044,0.029,"DBT, WETUMPKA","DEWBERRY TRAIL, ELMORE CO., WETUMPKA, ALABAMA","Alabama","Elmore","Wetumpka","Montgomery, AL","2014-02-03" +"01","051","0001","44201",1,32.498567,-86.136587,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5836,100,244,245,0,0,0,0,"Certification not required",0,0.038545,0.010702,0.066,"2013-05-15 09:00",0.065,"2013-03-15 11:00",0.063,"2013-03-29 10:00",0.061,"2013-03-09 11:00","","","","",0.063,0.06,0.055,0.052,0.047,0.039,0.024,"DBT, WETUMPKA","DEWBERRY TRAIL, ELMORE CO., WETUMPKA, ALABAMA","Alabama","Elmore","Wetumpka","Montgomery, AL","2014-02-03" +"01","051","0001","44201",1,32.498567,-86.136587,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5836,100,244,245,0,0,0,0,"Certification not required",0,0.038545,0.010702,0.066,"2013-05-15 09:00",0.065,"2013-03-15 11:00",0.063,"2013-03-29 10:00",0.061,"2013-03-09 11:00","","","","",0.063,0.06,0.055,0.052,0.047,0.039,0.024,"DBT, WETUMPKA","DEWBERRY TRAIL, ELMORE CO., WETUMPKA, ALABAMA","Alabama","Elmore","Wetumpka","Montgomery, AL","2014-02-03" +"01","055","0010","68101",1,33.993749,-85.991072,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",115,0.058264,0.043468,0.4,"2013-07-03 00:00",0.3,"2013-06-03 00:00",0.2,"2013-06-30 00:00",0.2,"2013-07-12 00:00","","","","",0.3,0.2,0.05,0.05,0.05,0.05,0.05,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-03" +"01","055","0010","68102",1,33.993749,-85.991072,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,23.997521,0.027273,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-03" +"01","055","0010","68105",1,33.993749,-85.991072,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,16.869421,8.044303,29.3,"2013-06-12 00:00",28.3,"2013-06-27 00:00",28,"2013-08-29 00:00",27.6,"2013-07-18 00:00","","","","",28.3,28,27.2,26.2,24.3,17.6,6.1,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-03" +"01","055","0010","68108",1,33.993749,-85.991072,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,748.107438,3.874708,757,"2013-11-24 00:00",757,"2013-12-12 00:00",757,"2013-12-24 00:00",756,"2013-01-04 00:00","","","","",757,757,755,754,751,748,743,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-03" +"01","055","0010","68109",1,33.993749,-85.991072,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.809917,1.468072,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-03" +"01","055","0010","88101",1,33.993749,-85.991072,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Requested but not yet concurred",0,9.230328,3.92889,20.2,"2013-11-15 00:00",19.8,"2013-09-10 00:00",18.8,"2013-12-03 00:00",18.7,"2013-04-10 00:00","","","","",19.8,18.8,16.7,14,12,8.7,4.6,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-18" +"01","055","0010","88101",1,33.993749,-85.991072,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Requested but not yet concurred",0,9.230328,3.92889,20.2,"2013-11-15 00:00",19.8,"2013-09-10 00:00",18.8,"2013-12-03 00:00",18.7,"2013-04-10 00:00","","","","",19.8,18.8,16.7,14,12,8.7,4.6,"GADSDEN C. COLLEGE","1001 WALLACE DRIVE, GADSDEN, AL 35902","Alabama","Etowah","Gadsden","Gadsden, AL","2014-02-18" +"01","055","0011","44201",1,33.904039,-86.053867,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5539,98,241,245,0,341,0,0,"Certification not required",812,0.043768,0.009621,0.072,"2013-03-15 14:00",0.069,"2013-05-14 13:00",0.067,"2013-03-16 13:00",0.067,"2013-05-16 14:00","","","","",0.067,0.064,0.058,0.055,0.05,0.044,0.032,"SOUTHSIDE","1450 PARKER ANDERSON LANE, SOUTHSIDE, AL 35907","Alabama","Etowah","Southside","Gadsden, AL","2014-02-03" +"01","055","0011","44201",1,33.904039,-86.053867,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5802,98,240,245,0,0,0,0,"Certification not required",0,0.038767,0.009487,0.067,"2013-03-15 11:00",0.063,"2013-03-16 10:00",0.063,"2013-05-14 10:00",0.06,"2013-05-16 09:00","","","","",0.063,0.059,0.054,0.05,0.046,0.039,0.027,"SOUTHSIDE","1450 PARKER ANDERSON LANE, SOUTHSIDE, AL 35907","Alabama","Etowah","Southside","Gadsden, AL","2014-02-03" +"01","055","0011","44201",1,33.904039,-86.053867,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5802,98,240,245,0,0,0,0,"Certification not required",0,0.038767,0.009487,0.067,"2013-03-15 11:00",0.063,"2013-03-16 10:00",0.063,"2013-05-14 10:00",0.06,"2013-05-16 09:00","","","","",0.063,0.059,0.054,0.05,0.046,0.039,0.027,"SOUTHSIDE","1450 PARKER ANDERSON LANE, SOUTHSIDE, AL 35907","Alabama","Etowah","Southside","Gadsden, AL","2014-02-03" +"01","069","0003","68101",1,31.226359,-85.390768,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,98,120,122,0,0,"","","Certification not required",21,0.427917,0.19073,0.7,"2013-01-10 00:00",0.7,"2013-01-13 00:00",0.7,"2013-01-22 00:00",0.7,"2013-02-06 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.5,0.05,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-03" +"01","069","0003","68102",1,31.226359,-85.390768,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,0,"","","Certification not required",0,24.006667,0.07303,24.1,"2013-01-22 00:00",24.1,"2013-02-15 00:00",24.1,"2013-02-18 00:00",24.1,"2013-02-27 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-03" +"01","069","0003","68105",1,31.226359,-85.390768,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,0,"","","Certification not required",0,19.315,6.530943,28.7,"2013-08-05 00:00",28.5,"2013-08-11 00:00",28.2,"2013-06-27 00:00",28.1,"2013-08-02 00:00","","","","",28.5,28.2,27.9,27.3,25.3,20.7,9.9,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-03" +"01","069","0003","68108",1,31.226359,-85.390768,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,0,"","","Certification not required",0,753.241667,3.507485,761,"2013-12-12 00:00",760,"2013-01-04 00:00",760,"2013-01-19 00:00",760,"2013-11-30 00:00","","","","",760,760,759,759,755,753,749,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-03" +"01","069","0003","68109",1,31.226359,-85.390768,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,98,120,122,0,0,"","","Certification not required",0,1439.341667,3.811737,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-03" +"01","069","0003","88101",1,31.226359,-85.390768,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Requested but not yet concurred",0,8.27,3.551934,19.6,"2013-03-08 00:00",18.9,"2013-08-29 00:00",18.2,"2013-01-25 00:00",17.2,"2013-03-29 00:00","","","","",18.9,18.2,16.5,13.9,9.5,7.7,4.1,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-11" +"01","069","0003","88101",1,31.226359,-85.390768,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Requested but not yet concurred",0,8.27,3.551934,19.6,"2013-03-08 00:00",18.9,"2013-08-29 00:00",18.2,"2013-01-25 00:00",17.2,"2013-03-29 00:00","","","","",18.9,18.2,16.5,13.9,9.5,7.7,4.1,"DOTHAN (CIVIC CENTER)","126 NORTH ST. ANDREWS STREET (CIVIC CENTER)","Alabama","Houston","Dothan","Dothan, AL","2014-02-11" +"01","069","0004","44201",1,31.190657,-85.423117,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2770,49,121,245,0,158,0,0,"Certification not required",109,0.045876,0.011077,0.072,"2013-03-15 15:00",0.067,"2013-03-29 12:00",0.066,"2013-03-07 17:00",0.066,"2013-04-26 12:00","","","","",0.067,0.066,0.063,0.059,0.053,0.046,0.031,"DOTHAN","161 BUFORD LANE","Alabama","Houston","Dothan","Dothan, AL","2013-09-30" +"01","069","0004","44201",1,31.190657,-85.423117,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2899,49,121,245,0,0,0,0,"Certification not required",0,0.041975,0.010994,0.065,"2013-03-29 10:00",0.064,"2013-03-15 12:00",0.062,"2013-04-26 10:00",0.061,"2013-03-30 08:00","","","","",0.064,0.062,0.059,0.054,0.05,0.043,0.025,"DOTHAN","161 BUFORD LANE","Alabama","Houston","Dothan","Dothan, AL","2013-09-30" +"01","069","0004","44201",1,31.190657,-85.423117,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2899,49,121,245,0,0,0,0,"Certification not required",0,0.041975,0.010994,0.065,"2013-03-29 10:00",0.064,"2013-03-15 12:00",0.062,"2013-04-26 10:00",0.061,"2013-03-30 08:00","","","","",0.064,0.062,0.059,0.054,0.05,0.043,0.025,"DOTHAN","161 BUFORD LANE","Alabama","Houston","Dothan","Dothan, AL","2013-09-30" +"01","073","0023","42101",2,33.553056,-86.815,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7799,89,358,365,0,961,0,0,"Certification not required",109,0.214203,0.178086,2.26,"2013-01-08 05:00",2.15,"2013-01-09 05:00",1.65,"2013-09-23 05:00",1.56,"2013-01-21 08:00","","","","",0.94,0.76,0.55,0.43,0.25,0.16,0.08,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42101",2,33.553056,-86.815,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8283,95,354,365,0,0,0,0,"Certification not required",0,0.21485,0.145027,1.3,"2013-01-20 01:00",1.3,"2013-01-20 02:00",1.3,"2013-01-20 03:00",1.3,"2013-01-20 04:00",1.3,"2013-01-20 01:00",1.2,"2013-01-20 08:00",0.7,0.6,0.5,0.4,0.3,0.2,0.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42401",2,33.553056,-86.815,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7727,88,357,365,0,1033,0,"","Certification not required",0,5.768908,6.37944,48.5,"2013-10-12 07:00",35,"2013-12-26 09:00",34.9,"2013-03-08 10:00",29.1,"2013-11-29 09:00","","","","",29.1,22.4,18.2,13.9,7.7,3.5,0.6,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","0023","42401",2,33.553056,-86.815,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7727,88,357,365,0,1033,"","","Certification not required",0,1.158988,2.37531,48.5,"2013-10-12 07:00",41,"2013-10-12 08:00",35,"2013-12-26 09:00",34.9,"2013-03-08 10:00","","","","",12,8.2,4.8,2.8,1.2,0.4,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","0023","42401",2,33.553056,-86.815,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,1.155462,1.09514,7.6,"2013-10-12 00:00",5,"2013-03-08 00:00",5,"2013-10-13 00:00",5,"2013-11-29 00:00","","","","",5,4.5,3.3,2.6,1.6,0.8,0.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","0023","42401",2,33.553056,-86.815,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2402,82,336,365,0,0,"",0,"Certification not required",0,1.116861,1.962061,32.8,"2013-10-12 08:00",22.2,"2013-11-29 11:00",21.4,"2013-03-08 11:00",16.6,"2013-02-24 11:00","","","","",9.3,6.8,4.7,2.9,1.3,0.5,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","0023","42406",1,33.553056,-86.815,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7670,88,350,365,0,1089,"","","Certification not required",0,2.098162,4.774154,84,"2013-12-26 09:00",76.3,"2013-11-29 09:00",72.4,"2013-10-12 07:00",66.7,"2013-09-05 08:00","","","","",25.2,16.9,8.6,4.9,1.8,0.7,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42600",1,33.553056,-86.815,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",4854,55,224,365,0,3906,"","","Certification not required",0,13.082138,15.46436,188.1,"2013-03-28 06:00",161.5,"2013-03-04 07:00",128.8,"2013-03-28 07:00",123.4,"2013-03-28 04:00","","","","",80.2,65,44,29.5,14.8,7.6,3.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42601",1,33.553056,-86.815,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",4854,55,224,365,0,3906,"","","Certification not required",0,3.965122,10.121136,164.7,"2013-03-28 06:00",111.2,"2013-03-04 07:00",103.9,"2013-03-28 07:00",101,"2013-03-28 05:00","","","","",55.2,38.9,20.2,8.5,2.6,1,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42601",2,33.553056,-86.815,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",739,99,31,31,0,5,"","","Certification not required",0,7.67862,16.162478,101.3,"2013-12-19 07:00",100.9,"2013-12-18 07:00",93.5,"2013-12-19 06:00",92.1,"2013-12-16 19:00","","","","",72.2,67.3,47.1,24.6,6.1,1,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42602",1,33.553056,-86.815,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",739,8,31,365,0,5,0,"","Certification not required",0,23.141935,11.154454,46.2,"2013-12-31 22:00",40.3,"2013-12-16 17:00",39.3,"2013-12-01 18:00",39.2,"2013-12-18 17:00","","","","",46.2,46.2,40.3,39.2,30.6,23.7,8.8,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42602",1,33.553056,-86.815,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",739,8,31,365,0,5,"","","Certification not required",0,12.062111,8.991963,46.2,"2013-12-31 22:00",43.6,"2013-12-31 23:00",40.3,"2013-12-16 17:00",39.5,"2013-12-31 21:00","","","","",37.6,34.3,30.3,26,17.8,8.8,3.4,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","42603",1,33.553056,-86.815,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",739,99,31,31,0,5,"","","Certification not required",0,19.776455,22.484894,132,"2013-12-19 07:00",129,"2013-12-18 07:00",123.5,"2013-12-16 19:00",120.9,"2013-12-19 06:00","","","","",103,94.3,71.4,51.1,25.2,10.5,3.6,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","44201",1,33.553056,-86.815,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8629,99,243,245,0,131,0,0,"Certification not required",1421,0.04121,0.010724,0.074,"2013-09-12 15:00",0.067,"2013-03-29 15:00",0.067,"2013-09-06 12:00",0.066,"2013-05-25 14:00","","","","",0.067,0.066,0.059,0.055,0.049,0.043,0.035,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","44201",1,33.553056,-86.815,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8624,97,238,245,0,0,0,0,"Certification not required",0,0.036508,0.01037,0.066,"2013-09-12 10:00",0.064,"2013-03-29 10:00",0.06,"2013-03-28 10:00",0.058,"2013-03-15 10:00","","","","",0.06,0.058,0.054,0.05,0.044,0.038,0.03,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","44201",1,33.553056,-86.815,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8624,97,238,245,0,0,0,0,"Certification not required",0,0.036508,0.01037,0.066,"2013-09-12 10:00",0.064,"2013-03-29 10:00",0.06,"2013-03-28 10:00",0.058,"2013-03-15 10:00","","","","",0.06,0.058,0.054,0.05,0.044,0.038,0.03,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","61103",1,33.553056,-86.815,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8608,98,359,365,0,152,"","","Certification not required",0,1.76631,1.183724,23.5,"2013-01-17 13:00",19.3,"2013-01-17 14:00",18.2,"2013-06-11 14:00",14.2,"2013-05-21 17:00","","","","",4.8,4.4,3.8,3.3,2.5,1.6,0.5,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","61104",1,33.553056,-86.815,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8606,98,358,365,0,154,"","","Certification not required",0,165.439809,109.454378,360,"2013-01-02 10:00",360,"2013-01-21 21:00",360,"2013-01-22 02:00",360,"2013-04-02 11:00","","","","",357,354,345,328,257,164,24,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","62101",1,33.553056,-86.815,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,14,"","","Certification not required",253,16.880465,8.871544,34.9,"2013-08-31 12:00",34.9,"2013-08-31 13:00",34.7,"2013-08-31 14:00",34.4,"2013-06-12 14:00","","","","",32.2,31.4,30.1,28.1,23.8,18.3,3.7,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","62201",2,33.553056,-86.815,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",8746,100,365,365,0,14,"","","Certification not required",0,68.884633,18.509406,96,"2013-01-15 21:00",96,"2013-01-15 22:00",96,"2013-01-15 23:00",96,"2013-02-05 22:00","","","","",95,94,93,91,85,72,42,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","63301",1,33.553056,-86.815,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8746,100,365,365,0,14,"","","Certification not required",4424,0.249142,0.368042,1.47,"2013-08-10 12:00",1.45,"2013-07-12 12:00",1.45,"2013-07-25 11:00",1.44,"2013-07-09 10:00","","","","",1.29,1.22,1.08,0.89,0.41,0.005,0.005,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","64101",1,33.553056,-86.815,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8746,100,365,365,0,14,"","","Certification not required",0,995.267642,4.824817,1011.1,"2013-11-13 09:00",1011.1,"2013-11-13 10:00",1010.4,"2013-11-13 08:00",1010.3,"2013-11-13 11:00","","","","",1005.8,1004.7,1002.8,1001.2,998.6,995.4,989,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","65102",1,33.553056,-86.815,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8744,100,365,365,0,16,"","","Certification not required",0,0.006123,0.046434,1.64,"2013-07-21 16:00",1.09,"2013-06-05 13:00",1.04,"2013-01-30 08:00",0.93,"2013-07-21 11:00","","","","",0.19,0.09,0.01,0,0,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","68101",1,33.553056,-86.815,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",121,100,61,61,0,3,"","","Certification not required",0,0.461157,0.074579,0.8,"2013-07-12 00:00",0.6,"2013-01-01 00:00",0.6,"2013-01-13 00:00",0.6,"2013-07-09 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.5,0.4,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68101",2,33.553056,-86.815,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.446667,0.076947,0.6,"2013-01-22 00:00",0.6,"2013-01-28 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-10 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.5,0.4,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68102",1,33.553056,-86.815,"WGS84","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",121,100,61,61,0,3,"","","Certification not required",0,23.997521,0.02026,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68102",2,33.553056,-86.815,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",60,16,60,365,0,1,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68103",1,33.553056,-86.815,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,100,61,61,0,3,"","","Certification not required",0,12.346281,8.596065,24.4,"2013-09-01 00:00",24,"2013-06-12 00:00",24,"2013-06-24 00:00",24,"2013-08-11 00:00","","","","",24,24,23.4,22.2,20.2,13.5,-0.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68103",2,33.553056,-86.815,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,16,60,365,0,1,"","","Certification not required",0,12.188333,9.027756,24.1,"2013-09-01 00:00",23.3,"2013-07-15 00:00",23.1,"2013-08-08 00:00",22.8,"2013-07-09 00:00","","","","",24.1,23.3,23.1,22.2,20.7,15.5,-1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68103",5,33.553056,-86.815,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,18.348235,12.957601,38.8,"2013-05-22 00:00",38.4,"2013-06-06 00:00",37.6,"2013-05-28 00:00",37.6,"2013-06-09 00:00","","","","",38.8,38.4,37.6,31.5,29.6,20.6,0.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","68104",1,33.553056,-86.815,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,100,61,61,0,3,"","","Certification not required",0,23.624793,8.412385,36.1,"2013-06-12 00:00",35.6,"2013-07-30 00:00",35.2,"2013-06-27 00:00",35,"2013-08-23 00:00","","","","",35.6,35.2,34.4,33.6,31,24.3,10.9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68104",2,33.553056,-86.815,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,16,60,365,0,1,"","","Certification not required",0,23.638333,8.649896,35.3,"2013-06-27 00:00",35,"2013-09-07 00:00",34.9,"2013-09-01 00:00",34.3,"2013-07-09 00:00","","","","",35.3,35,34.9,33.2,31.2,24.4,10.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68104",5,33.553056,-86.815,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,24.011765,9.169157,42.3,"2013-06-12 00:00",41.9,"2013-06-03 00:00",41.6,"2013-06-06 00:00",41.5,"2013-05-28 00:00","","","","",42.3,41.9,41.4,40.5,29.9,24.4,12.9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","68105",1,33.553056,-86.815,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,100,61,61,0,3,"","","Certification not required",0,17.657025,8.238657,29.8,"2013-06-12 00:00",29.5,"2013-06-27 00:00",29,"2013-09-01 00:00",28.2,"2013-09-10 00:00","","","","",29.5,29,28,27.1,25.1,18.7,6.2,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68105",2,33.553056,-86.815,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,16,60,365,0,1,"","","Certification not required",0,17.541667,8.682737,29.4,"2013-06-27 00:00",28.9,"2013-09-01 00:00",27.9,"2013-07-09 00:00",27.2,"2013-08-08 00:00","","","","",29.4,28.9,27.9,27,25.2,18.7,6,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68105",5,33.553056,-86.815,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,21.156471,10.944138,41.1,"2013-06-03 00:00",40.2,"2013-05-28 00:00",40,"2013-06-18 00:00",39.9,"2013-05-22 00:00","","","","",41.1,40.2,39.9,33.6,29.7,21.8,6.7,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","68106",1,33.553056,-86.815,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,3,"","","Certification not required",0,744.38843,3.884525,754,"2013-12-27 00:00",753,"2013-01-04 00:00",753,"2013-11-24 00:00",753,"2013-12-12 00:00","","","","",753,753,751,750,747,744,740,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68106",2,33.553056,-86.815,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,16,60,365,0,1,"","","Certification not required",0,744.9,4.245436,755,"2013-12-12 00:00",755,"2013-12-24 00:00",753,"2013-01-04 00:00",753,"2013-11-24 00:00","","","","",755,755,753,751,747,744,741,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68106",5,33.553056,-86.815,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,47,57,122,0,32,"","","Certification not required",0,746.385965,3.368734,753,"2013-03-14 00:00",753,"2013-04-25 00:00",752,"2013-01-28 00:00",752,"2013-03-26 00:00","","","","",753,753,752,751,748,746,741,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","68107",1,33.553056,-86.815,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,3,"","","Certification not required",0,749.338843,3.978177,758,"2013-11-24 00:00",758,"2013-12-12 00:00",758,"2013-12-24 00:00",758,"2013-12-27 00:00","","","","",758,758,756,754,752,749,744,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68107",2,33.553056,-86.815,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,16,60,365,0,1,"","","Certification not required",0,750.383333,4.411432,761,"2013-12-12 00:00",760,"2013-11-24 00:00",760,"2013-12-24 00:00",759,"2013-11-12 00:00","","","","",761,760,760,758,753,750,746,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68107",5,33.553056,-86.815,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,47,57,122,0,32,"","","Certification not required",0,749.982456,3.220976,758,"2013-03-14 00:00",756,"2013-04-25 00:00",755,"2013-01-28 00:00",755,"2013-02-09 00:00","","","","",758,756,755,755,752,750,746,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","68108",1,33.553056,-86.815,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,3,"","","Certification not required",0,746.289256,3.764833,755,"2013-11-24 00:00",755,"2013-12-12 00:00",755,"2013-12-24 00:00",755,"2013-12-27 00:00","","","","",755,755,753,752,749,746,742,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68108",2,33.553056,-86.815,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,16,60,365,0,1,"","","Certification not required",0,747.016667,4.172109,757,"2013-12-12 00:00",757,"2013-12-24 00:00",755,"2013-01-04 00:00",755,"2013-11-24 00:00","","","","",757,757,755,754,750,746,743,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68108",5,33.553056,-86.815,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,47,57,122,0,32,"","","Certification not required",0,747.701754,3.110839,754,"2013-03-14 00:00",754,"2013-04-25 00:00",753,"2013-01-28 00:00",753,"2013-03-26 00:00","","","","",754,754,753,752,750,747,744,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","68109",1,33.553056,-86.815,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",121,100,61,61,0,3,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","68109",2,33.553056,-86.815,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",60,16,60,365,0,1,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","81102",4,33.553056,-86.815,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",7521,86,314,365,0,87,"","","Certification not required",309,18.418694,12.85427,183,"2013-09-16 07:00",120,"2013-03-29 05:00",115,"2013-05-08 06:00",111,"2013-07-29 22:00","","","","",66,55,43,33,23,16,6,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","81102",4,33.553056,-86.815,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",314,86,314,365,0,0,0,0,"Certification not required",0,17.958599,8.460104,49,"2013-09-16 00:00",48,"2013-09-09 00:00",44,"2013-03-28 00:00",42,"2013-10-02 00:00","","","","",42,40,34,30,23,17,9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","85101",1,33.553056,-86.815,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,14.419208,7.182544,36.4287,"2013-03-29 00:00",32.1412,"2013-05-16 00:00",30.6798,"2013-02-15 00:00",22.8057,"2013-03-08 00:00","","","","",36.4287,36.4287,30.6798,22.3742,18.089,13.9457,6.0372,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","85101",6,33.553056,-86.815,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,100,61,61,0,10,"","","Certification not required",1,19.672414,8.88455,42,"2013-03-29 00:00",40,"2013-06-12 00:00",39,"2013-08-30 00:00",39,"2013-09-10 00:00","","","","",40,39,37,34,25,18,8,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","85101",7,33.553056,-86.815,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",1,19.084746,8.700551,45,"2013-03-29 00:00",36,"2013-02-15 00:00",36,"2013-11-12 00:00",36,"2013-12-18 00:00","","","","",45,36,36,31,24,18,9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","85129",1,33.553056,-86.815,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","BGI PQ200 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.010153,0.014301,0.095,"2013-01-10 00:00",0.037,"2013-03-05 00:00",0.035,"2013-07-03 00:00",0.032,"2013-01-28 00:00","","","","",0.095,0.037,0.035,0.027,0.013,0.006,0.001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-19" +"01","073","0023","85129",2,33.553056,-86.815,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","BGI PQ200 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.011407,0.016194,0.095,"2013-01-10 00:00",0.066,"2013-04-22 00:00",0.042,"2013-07-03 00:00",0.037,"2013-04-16 00:00","","","","",0.095,0.066,0.042,0.027,0.013,0.006,0.001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-19" +"01","073","0023","86101",1,33.553056,-86.815,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","BGI Inc Model PQ200 PM10-2.5 Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",118,100,61,61,0,6,"","","Certification not required",0,9.183898,5.466823,24.8,"2013-03-29 00:00",24.5,"2013-07-30 00:00",24.3,"2013-12-18 00:00",21.8,"2013-11-12 00:00","","","","",24.5,24.3,20.3,17.1,11.9,8.2,2.9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-06" +"01","073","0023","86101",2,33.553056,-86.815,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","BGI Inc Model PQ200 PM10-2.5 Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,8.858621,5.170328,28.1,"2013-03-29 00:00",25.2,"2013-12-18 00:00",20.1,"2013-11-12 00:00",17.5,"2013-04-10 00:00","","","","",28.1,25.2,20.1,14.3,9.9,8,3.4,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-11" +"01","073","0023","86502",1,33.553056,-86.815,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,6.104167,4.273817,19,"2013-03-29 00:00",17,"2013-02-15 00:00",17,"2013-05-16 00:00",12,"2013-04-10 00:00","","","","",19,19,17,12,8,5,2,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88101",1,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,3,0,0,"Certification not required",0,10.406612,4.246562,21.9,"2013-09-10 00:00",20.4,"2013-09-07 00:00",20.3,"2013-09-17 00:00",19.9,"2013-09-01 00:00","","","","",20.4,20.3,17.6,16.3,12.8,10,4.9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","0023","88101",1,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,3,"","","Certification not required",0,10.406612,4.246562,21.9,"2013-09-10 00:00",20.4,"2013-09-07 00:00",20.3,"2013-09-17 00:00",19.9,"2013-09-01 00:00","","","","",20.4,20.3,17.6,16.3,12.8,10,4.9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","0023","88101",2,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,10.598333,4.170904,20.3,"2013-09-07 00:00",19.9,"2013-09-01 00:00",17.9,"2013-07-27 00:00",17.6,"2013-03-29 00:00","","","","",20.3,19.9,17.9,17.1,12.9,10.6,5.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","88101",2,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,10.598333,4.170904,20.3,"2013-09-07 00:00",19.9,"2013-09-01 00:00",17.9,"2013-07-27 00:00",17.6,"2013-03-29 00:00","","","","",20.3,19.9,17.9,17.1,12.9,10.6,5.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","0023","88101",3,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7382,84,317,365,0,226,"","","Certification not required",0,11.899147,8.046777,57.2,"2013-11-30 02:00",52.3,"2013-03-28 07:00",51.1,"2013-05-08 06:00",51.1,"2013-05-09 06:00","","","","",38.5,32.7,26.9,22.3,15.9,10.7,3.1,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","88101",3,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,0,0,"Certification not required",0,11.92392,4.773974,29.1,"2013-09-09 00:00",24.2,"2013-09-08 00:00",24.2,"2013-09-10 00:00",23.9,"2013-09-16 00:00","","","","",23.9,22.6,20.9,19,15,11.3,6.4,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","88101",3,33.553056,-86.815,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,11.92392,4.773974,29.1,"2013-09-09 00:00",24.2,"2013-09-08 00:00",24.2,"2013-09-10 00:00",23.9,"2013-09-16 00:00","","","","",23.9,22.6,20.9,19,15,11.3,6.4,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","0023","88102",5,33.553056,-86.815,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",78,0.019988,0.0056,0.043,"2013-05-28 00:00",0.036,"2013-06-30 00:00",0.032,"2013-01-01 00:00",0.029,"2013-06-09 00:00","","","","",0.043,0.036,0.027,0.026,0.021,0.0195,0.014,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88103",1,33.553056,-86.815,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000583,0.000679,0.002,"2013-01-10 00:00",0.002,"2013-02-24 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-13 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88103",5,33.553056,-86.815,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.001035,0.001349,0.006,"2013-11-09 00:00",0.005,"2013-01-10 00:00",0.004,"2013-02-24 00:00",0.004,"2013-02-27 00:00","","","","",0.006,0.005,0.004,0.003,0.002,0.001,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88104",1,33.553056,-86.815,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.035202,0.022381,0.086,"2013-05-16 00:00",0.077,"2013-05-10 00:00",0.0764,"2013-04-13 00:00",0.0715,"2013-03-29 00:00","","","","",0.086,0.086,0.0764,0.0683,0.0551,0.0307,0.0097,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88104",5,33.553056,-86.815,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",29,0.045753,0.078955,0.528,"2013-06-12 00:00",0.412,"2013-06-27 00:00",0.328,"2013-06-24 00:00",0.176,"2013-06-09 00:00","","","","",0.528,0.412,0.09,0.071,0.048,0.028,0.0065,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88107",5,33.553056,-86.815,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",82,0.007468,0.007195,0.0295,"2013-02-21 00:00",0.0295,"2013-04-22 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0096,0.0055,0.005,0.00385,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88109",1,33.553056,-86.815,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.004021,0.003666,0.0213,"2013-04-13 00:00",0.0135,"2013-02-15 00:00",0.011,"2013-03-29 00:00",0.011,"2013-04-28 00:00","","","","",0.0213,0.0213,0.011,0.0073,0.0048,0.0027,0.0017,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88109",5,33.553056,-86.815,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",21,0.003984,0.003366,0.0178,"2013-04-13 00:00",0.014,"2013-02-15 00:00",0.0125,"2013-04-28 00:00",0.0124,"2013-01-28 00:00","","","","",0.0178,0.014,0.0106,0.008,0.0052,0.0031,0.0009,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88110",5,33.553056,-86.815,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.001506,0.00365,0.022,"2013-10-10 00:00",0.015,"2013-09-01 00:00",0.01,"2013-04-22 00:00",0.009,"2013-03-02 00:00","","","","",0.022,0.015,0.008,0.006,0,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88111",1,33.553056,-86.815,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.047638,0.028295,0.1223,"2013-05-16 00:00",0.1126,"2013-03-08 00:00",0.1096,"2013-03-29 00:00",0.0946,"2013-02-15 00:00","","","","",0.1223,0.1223,0.1096,0.0909,0.0668,0.0431,0.0151,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88111",5,33.553056,-86.815,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",5,0.041682,0.035662,0.187,"2013-07-30 00:00",0.159,"2013-09-16 00:00",0.141,"2013-06-27 00:00",0.134,"2013-06-12 00:00","","","","",0.187,0.159,0.122,0.0963,0.0492,0.0344,0.0112,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88112",1,33.553056,-86.815,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000729,0.001317,0.007,"2013-03-29 00:00",0.005,"2013-01-10 00:00",0.003,"2013-02-15 00:00",0.002,"2013-01-19 00:00","","","","",0.007,0.007,0.003,0.002,0.001,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88112",5,33.553056,-86.815,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.005035,0.011904,0.074,"2013-10-01 00:00",0.071,"2013-09-25 00:00",0.038,"2013-09-22 00:00",0.031,"2013-09-28 00:00","","","","",0.074,0.071,0.015,0.007,0.004,0.002,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88113",5,33.553056,-86.815,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",77,0.000778,0.000378,0.0032,"2013-02-15 00:00",0.0021,"2013-09-07 00:00",0.0016,"2013-05-13 00:00",0.0015,"2013-05-07 00:00","","","","",0.0032,0.0021,0.0014,0.001,0.0007,0.00065,0.00055,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88114",1,33.553056,-86.815,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.003031,0.002412,0.0137,"2013-01-10 00:00",0.0076,"2013-04-16 00:00",0.0075,"2013-02-15 00:00",0.007,"2013-01-19 00:00","","","","",0.0137,0.0137,0.0075,0.0055,0.0042,0.0023,0.0009,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88114",5,33.553056,-86.815,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",22,0.004247,0.003426,0.0172,"2013-07-06 00:00",0.0134,"2013-06-06 00:00",0.0132,"2013-01-10 00:00",0.0126,"2013-06-12 00:00","","","","",0.0172,0.0134,0.0123,0.0084,0.0059,0.0032,0.00095,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88115",1,33.553056,-86.815,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.008209,0.015792,0.073,"2013-01-13 00:00",0.0729,"2013-01-10 00:00",0.0471,"2013-02-15 00:00",0.0278,"2013-03-29 00:00","","","","",0.073,0.073,0.0471,0.0161,0.0063,0.0036,0.0005,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88115",5,33.553056,-86.815,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",41,0.013375,0.023624,0.194,"2013-01-10 00:00",0.074,"2013-01-13 00:00",0.057,"2013-11-06 00:00",0.056,"2013-03-05 00:00","","","","",0.194,0.074,0.0433,0.0249,0.0152,0.006,0.0025,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88117",5,33.553056,-86.815,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.00761,0.011496,0.043,"2013-02-21 00:00",0.043,"2013-04-22 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88118",5,33.553056,-86.815,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.009679,0.006722,0.023,"2013-02-21 00:00",0.023,"2013-04-22 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.0175,0.017,0.0055,0.00405,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88126",1,33.553056,-86.815,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.105054,0.088151,0.5171,"2013-01-10 00:00",0.284,"2013-02-15 00:00",0.2423,"2013-03-29 00:00",0.2176,"2013-05-16 00:00","","","","",0.5171,0.5171,0.2423,0.1959,0.1349,0.0839,0.0206,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88126",5,33.553056,-86.815,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.12202,0.094464,0.542,"2013-06-12 00:00",0.517,"2013-01-10 00:00",0.363,"2013-06-27 00:00",0.269,"2013-06-24 00:00","","","","",0.542,0.517,0.267,0.227,0.168,0.0998,0.0333,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88128",1,33.553056,-86.815,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.0075,0.012464,0.074,"2013-01-10 00:00",0.04,"2013-04-22 00:00",0.031,"2013-03-05 00:00",0.027,"2013-04-16 00:00","","","","",0.074,0.074,0.031,0.015,0.008,0.004,0.001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88128",5,33.553056,-86.815,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.009071,0.016424,0.106,"2013-09-10 00:00",0.076,"2013-01-10 00:00",0.048,"2013-04-22 00:00",0.045,"2013-09-16 00:00","","","","",0.106,0.076,0.032,0.026,0.011,0.003,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88131",5,33.553056,-86.815,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",83,0.009853,0.003404,0.02,"2013-05-13 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-03-02 00:00","","","","",0.02,0.0165,0.0165,0.0165,0.011,0.008,0.007,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88132",1,33.553056,-86.815,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.005708,0.009565,0.059,"2013-01-10 00:00",0.031,"2013-04-16 00:00",0.016,"2013-05-16 00:00",0.015,"2013-04-22 00:00","","","","",0.059,0.059,0.016,0.013,0.006,0.003,0.001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88132",5,33.553056,-86.815,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.006047,0.00739,0.054,"2013-01-10 00:00",0.029,"2013-04-16 00:00",0.019,"2013-09-10 00:00",0.014,"2013-06-12 00:00","","","","",0.054,0.029,0.014,0.013,0.009,0.004,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88136",1,33.553056,-86.815,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000604,0.002482,0.017,"2013-03-29 00:00",0.003,"2013-02-06 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.017,0.017,0.001,0.001,0,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88136",5,33.553056,-86.815,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.0006,0.001642,0.014,"2013-03-29 00:00",0.004,"2013-10-22 00:00",0.003,"2013-08-17 00:00",0.002,"2013-02-06 00:00","","","","",0.014,0.004,0.002,0.001,0.001,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88140",1,33.553056,-86.815,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",13,0.016083,0.016716,0.066,"2013-04-10 00:00",0.054,"2013-04-22 00:00",0.051,"2013-05-19 00:00",0.0458,"2013-01-13 00:00","","","","",0.066,0.066,0.051,0.0433,0.025,0.0107,0.0011,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88140",5,33.553056,-86.815,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",65,0.013054,0.013268,0.075,"2013-08-17 00:00",0.054,"2013-06-18 00:00",0.0501,"2013-08-20 00:00",0.045,"2013-05-22 00:00","","","","",0.075,0.054,0.043,0.031,0.009,0.009,0.0055,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88152",1,33.553056,-86.815,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",20,0.002478,0.002858,0.0088,"2013-02-15 00:00",0.0079,"2013-01-19 00:00",0.0078,"2013-03-29 00:00",0.0077,"2013-02-06 00:00","","","","",0.0088,0.0088,0.0078,0.0074,0.0054,0.0008,0.00015,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88152",5,33.553056,-86.815,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",83,0.005762,0.001794,0.011,"2013-06-06 00:00",0.01,"2013-09-16 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00","","","","",0.011,0.01,0.008,0.008,0.008,0.005,0.00445,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88154",1,33.553056,-86.815,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",8,0.000451,0.000297,0.0013,"2013-01-10 00:00",0.0012,"2013-02-15 00:00",0.0009,"2013-02-24 00:00",0.0009,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0009,0.0008,0.0007,0.0004,0.0001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88154",5,33.553056,-86.815,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",81,0.001073,0.000273,0.0016,"2013-08-08 00:00",0.0016,"2013-10-10 00:00",0.0015,"2013-02-03 00:00",0.0015,"2013-02-12 00:00","","","","",0.0016,0.0016,0.0013,0.0013,0.0013,0.00125,0.00065,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88160",5,33.553056,-86.815,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.012429,0.003553,0.018,"2013-01-16 00:00",0.018,"2013-02-15 00:00",0.018,"2013-03-02 00:00",0.018,"2013-05-07 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88161",1,33.553056,-86.815,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.003565,0.002116,0.0099,"2013-03-29 00:00",0.0087,"2013-05-16 00:00",0.0083,"2013-02-15 00:00",0.0066,"2013-05-10 00:00","","","","",0.0099,0.0099,0.0083,0.0062,0.0047,0.0035,0.0014,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88161",5,33.553056,-86.815,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",65,0.004321,0.006068,0.0446,"2013-06-12 00:00",0.0281,"2013-06-27 00:00",0.026,"2013-06-24 00:00",0.0113,"2013-08-20 00:00","","","","",0.0446,0.0281,0.0101,0.008,0.00265,0.0025,0.0021,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88164",1,33.553056,-86.815,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",11,0.00037,0.000436,0.0019,"2013-05-19 00:00",0.0018,"2013-04-10 00:00",0.0013,"2013-04-16 00:00",0.0012,"2013-01-13 00:00","","","","",0.0019,0.0019,0.0013,0.0011,0.0005,0.0002,5e-05,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88164",5,33.553056,-86.815,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.001585,0.000264,0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-24 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88165",1,33.553056,-86.815,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.081968,0.052218,0.2093,"2013-05-16 00:00",0.184,"2013-03-29 00:00",0.1785,"2013-05-10 00:00",0.1606,"2013-04-10 00:00","","","","",0.2093,0.2093,0.1785,0.1599,0.1215,0.0689,0.0227,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88165",5,33.553056,-86.815,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",4,0.112704,0.16818,1.06,"2013-06-12 00:00",0.949,"2013-06-27 00:00",0.791,"2013-06-24 00:00",0.347,"2013-06-09 00:00","","","","",1.06,0.949,0.225,0.157,0.109,0.0812,0.0248,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88166",5,33.553056,-86.815,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.007975,0.004473,0.0185,"2013-01-16 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-05-07 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88167",1,33.553056,-86.815,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.038033,0.061893,0.3281,"2013-01-10 00:00",0.2135,"2013-05-22 00:00",0.1603,"2013-02-27 00:00",0.1506,"2013-04-16 00:00","","","","",0.3281,0.3281,0.1603,0.1107,0.0337,0.0153,0.004,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88167",5,33.553056,-86.815,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",4,0.036586,0.044824,0.302,"2013-01-10 00:00",0.171,"2013-05-22 00:00",0.144,"2013-02-27 00:00",0.142,"2013-04-16 00:00","","","","",0.302,0.171,0.114,0.094,0.0449,0.025,0.0044,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88168",1,33.553056,-86.815,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",14,0.000449,0.0003,0.0011,"2013-01-01 00:00",0.0011,"2013-01-19 00:00",0.0011,"2013-02-15 00:00",0.001,"2013-04-10 00:00","","","","",0.0011,0.0011,0.0011,0.0008,0.0007,0.0004,0.0001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88168",5,33.553056,-86.815,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",82,0.00126,0.00042,0.0036,"2013-10-10 00:00",0.0026,"2013-03-11 00:00",0.0018,"2013-06-24 00:00",0.00175,"2013-01-16 00:00","","","","",0.0036,0.0026,0.00175,0.00175,0.00155,0.00115,0.00085,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88169",1,33.553056,-86.815,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.624606,0.321573,2.0559,"2013-05-19 00:00",1.2262,"2013-03-08 00:00",1.071,"2013-02-09 00:00",0.9755,"2013-05-16 00:00","","","","",2.0559,2.0559,1.071,0.9079,0.784,0.6216,0.2742,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88169",5,33.553056,-86.815,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.810188,0.390973,2.15,"2013-05-19 00:00",1.93,"2013-09-10 00:00",1.77,"2013-09-01 00:00",1.69,"2013-09-07 00:00","","","","",2.15,1.93,1.51,1.32,1.01,0.754,0.371,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88176",1,33.553056,-86.815,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",40,0.000188,9.6e-05,0.0006,"2013-01-22 00:00",0.0005,"2013-05-10 00:00",0.0004,"2013-02-03 00:00",0.0003,"2013-03-23 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88176",5,33.553056,-86.815,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.000987,0.000239,0.002,"2013-10-31 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88180",1,33.553056,-86.815,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.047438,0.023633,0.1148,"2013-04-16 00:00",0.1064,"2013-05-19 00:00",0.0999,"2013-04-10 00:00",0.0824,"2013-05-16 00:00","","","","",0.1148,0.1148,0.0999,0.0776,0.0613,0.0416,0.0185,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88180",5,33.553056,-86.815,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.056836,0.031801,0.198,"2013-06-12 00:00",0.135,"2013-04-16 00:00",0.134,"2013-06-27 00:00",0.125,"2013-05-19 00:00","","","","",0.198,0.135,0.124,0.0927,0.0711,0.0509,0.0222,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88184",1,33.553056,-86.815,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",6,0.057846,0.07881,0.3401,"2013-01-13 00:00",0.259,"2013-04-10 00:00",0.246,"2013-04-22 00:00",0.193,"2013-04-16 00:00","","","","",0.3401,0.3401,0.246,0.1804,0.1021,0.0182,0.0017,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88184",5,33.553056,-86.815,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",43,0.071118,0.075352,0.287,"2013-04-16 00:00",0.278,"2013-08-17 00:00",0.276,"2013-01-13 00:00",0.27,"2013-04-10 00:00","","","","",0.287,0.278,0.266,0.191,0.099,0.0275,0.0155,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88185",1,33.553056,-86.815,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",39,0.000743,0.000317,0.0017,"2013-01-13 00:00",0.0016,"2013-03-08 00:00",0.0015,"2013-03-11 00:00",0.0014,"2013-01-07 00:00","","","","",0.0017,0.0017,0.0015,0.0014,0.0007,0.0007,0.0004,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88185",5,33.553056,-86.815,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",80,0.003639,0.003823,0.0161,"2013-02-27 00:00",0.0116,"2013-07-09 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-02-15 00:00","","","","",0.0161,0.0116,0.0115,0.0115,0.0023,0.00225,0.0014,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88203",1,33.553056,-86.815,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.113906,0.122107,0.4728,"2013-01-13 00:00",0.4509,"2013-03-29 00:00",0.4477,"2013-02-15 00:00",0.4367,"2013-01-10 00:00","","","","",0.4728,0.4728,0.4477,0.2961,0.1328,0.0745,0.0201,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88301",5,33.553056,-86.815,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.550859,0.33259,1.5,"2013-05-19 00:00",1.42,"2013-09-10 00:00",1.26,"2013-02-09 00:00",1.21,"2013-09-07 00:00","","","","",1.5,1.42,1.18,0.988,0.803,0.449,0.142,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88302",5,33.553056,-86.815,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",6,0.085052,0.107531,0.865,"2013-09-07 00:00",0.308,"2013-01-13 00:00",0.289,"2013-11-06 00:00",0.248,"2013-04-10 00:00","","","","",0.865,0.308,0.216,0.189,0.112,0.051,0.015,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88303",5,33.553056,-86.815,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",18,0.040027,0.026325,0.119,"2013-06-12 00:00",0.112,"2013-07-12 00:00",0.103,"2013-04-16 00:00",0.1,"2013-09-01 00:00","","","","",0.119,0.112,0.091,0.075,0.054,0.036,0.0115,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88306",1,33.553056,-86.815,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.562033,0.406234,2.204,"2013-01-04 00:00",1.5567,"2013-01-07 00:00",1.4104,"2013-02-09 00:00",1.2891,"2013-01-22 00:00","","","","",2.204,2.204,1.4104,1.122,0.646,0.517,0.2126,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88306",5,33.553056,-86.815,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.472523,0.264187,2.03,"2013-01-04 00:00",1.31,"2013-02-09 00:00",1.11,"2013-10-28 00:00",0.998,"2013-02-12 00:00","","","","",2.03,1.31,0.872,0.694,0.568,0.407,0.245,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88320",1,33.553056,-86.815,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.719792,0.954616,4.75,"2013-03-29 00:00",4.06,"2013-01-19 00:00",3.68,"2013-02-15 00:00",3.1,"2013-05-16 00:00","","","","",4.75,4.75,3.68,2.93,2.22,1.51,0.66,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88321",1,33.553056,-86.815,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.621042,0.460426,2.43,"2013-03-29 00:00",1.73,"2013-02-15 00:00",1.48,"2013-01-19 00:00",1.41,"2013-02-24 00:00","","","","",2.43,2.43,1.48,1.24,0.78,0.47,0.21,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88324",1,33.553056,-86.815,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",20,0.089509,0.1316,0.6887,"2013-01-19 00:00",0.4726,"2013-03-29 00:00",0.3915,"2013-02-24 00:00",0.3238,"2013-02-15 00:00","","","","",0.6887,0.6887,0.3915,0.2136,0.0925,0.0385,0.0164,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88325",1,33.553056,-86.815,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.458281,0.272881,1.3459,"2013-03-29 00:00",1.1066,"2013-02-15 00:00",1.0998,"2013-01-19 00:00",0.8371,"2013-05-16 00:00","","","","",1.3459,1.3459,1.0998,0.8089,0.6477,0.4009,0.1685,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88326",1,33.553056,-86.815,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.476784,0.283354,1.1409,"2013-03-29 00:00",1.0903,"2013-01-19 00:00",0.956,"2013-05-16 00:00",0.8806,"2013-02-21 00:00","","","","",1.1409,1.1409,0.956,0.8503,0.734,0.4035,0.1338,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88327",1,33.553056,-86.815,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.37381,0.220481,1.0685,"2013-03-29 00:00",0.773,"2013-02-15 00:00",0.761,"2013-03-23 00:00",0.7544,"2013-05-16 00:00","","","","",1.0685,1.0685,0.761,0.7003,0.5266,0.3248,0.1175,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88328",1,33.553056,-86.815,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.323727,0.151062,0.7213,"2013-03-29 00:00",0.6403,"2013-02-15 00:00",0.602,"2013-04-13 00:00",0.5958,"2013-02-24 00:00","","","","",0.7213,0.7213,0.602,0.5867,0.4292,0.2798,0.159,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88329",1,33.553056,-86.815,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.851396,0.545679,2.927,"2013-03-29 00:00",2.2085,"2013-02-15 00:00",1.8645,"2013-02-24 00:00",1.8027,"2013-01-19 00:00","","","","",2.927,2.927,1.8645,1.591,1.1344,0.6871,0.312,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88330",1,33.553056,-86.815,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.092558,0.053103,0.2205,"2013-03-29 00:00",0.208,"2013-03-08 00:00",0.2013,"2013-05-13 00:00",0.1989,"2013-05-07 00:00","","","","",0.2205,0.2205,0.2013,0.1879,0.1372,0.072,0.0384,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88331",1,33.553056,-86.815,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",15,0.000469,0.002502,0.0173,"2013-01-19 00:00",0.002,"2013-05-07 00:00",0.001,"2013-03-11 00:00",0.0004,"2013-01-31 00:00","","","","",0.0173,0.0173,0.001,0.0003,0.00015,0,0,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88338",1,33.553056,-86.815,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",44,0.016965,0.005734,0.0344,"2013-04-13 00:00",0.0311,"2013-05-19 00:00",0.0246,"2013-05-25 00:00",0.0245,"2013-02-27 00:00","","","","",0.0344,0.0344,0.0246,0.0243,0.0238,0.01525,0.01075,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88339",1,33.553056,-86.815,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,2.576456,1.326494,8.48063,"2013-05-19 00:00",5.05799,"2013-03-08 00:00",4.41775,"2013-02-09 00:00",4.02406,"2013-05-16 00:00","","","","",8.48063,8.48063,4.41775,3.74501,3.23396,2.56398,1.13099,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88344",1,33.553056,-86.815,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.725021,0.524035,2.8432,"2013-01-04 00:00",2.0081,"2013-01-07 00:00",1.8194,"2013-02-09 00:00",1.6629,"2013-01-22 00:00","","","","",2.8432,2.8432,1.8194,1.4474,0.8333,0.6669,0.2743,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88348",1,33.553056,-86.815,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.620058,0.355739,1.4525,"2013-05-16 00:00",1.4245,"2013-01-10 00:00",1.3997,"2013-03-29 00:00",1.2186,"2013-02-15 00:00","","","","",1.4525,1.4525,1.3997,1.0414,0.8613,0.63,0.1862,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88350",1,33.553056,-86.815,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.09621,1.718713,8.5486,"2013-03-29 00:00",7.3159,"2013-01-19 00:00",6.6168,"2013-02-15 00:00",5.5796,"2013-05-16 00:00","","","","",8.5486,8.5486,6.6168,5.2745,3.9935,2.7166,1.1855,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88355",5,33.553056,-86.815,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,1.97253,0.921029,4.49,"2013-09-16 00:00",4.12,"2013-01-19 00:00",4.02,"2013-03-29 00:00",3.96,"2013-02-15 00:00","","","","",4.49,4.12,3.96,3.34,2.6,1.77,0.81,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88357",5,33.553056,-86.815,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.311,0.230231,1.28,"2013-03-29 00:00",1.02,"2013-02-15 00:00",0.894,"2013-09-16 00:00",0.829,"2013-01-19 00:00","","","","",1.28,1.02,0.829,0.591,0.382,0.242,0.126,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88370",5,33.553056,-86.815,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,1.783485,0.789624,3.65,"2013-01-19 00:00",3.59,"2013-09-16 00:00",3.56,"2013-02-15 00:00",3.48,"2013-03-29 00:00","","","","",3.65,3.59,3.48,3.01,2.29,1.64,0.76,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88374",5,33.553056,-86.815,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.146273,0.125055,0.643,"2013-01-19 00:00",0.591,"2013-02-15 00:00",0.443,"2013-09-01 00:00",0.434,"2013-09-07 00:00","","","","",0.643,0.591,0.434,0.275,0.194,0.114,0.041,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88375",5,33.553056,-86.815,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.493985,0.232747,1.17,"2013-09-16 00:00",1.12,"2013-01-19 00:00",1.01,"2013-10-13 00:00",1,"2013-03-29 00:00","","","","",1.17,1.12,1,0.788,0.591,0.452,0.236,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88376",5,33.553056,-86.815,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.522303,0.226554,1.1,"2013-03-29 00:00",1.06,"2013-09-16 00:00",1.05,"2013-01-28 00:00",0.961,"2013-01-19 00:00","","","","",1.1,1.06,0.961,0.763,0.682,0.541,0.206,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88377",5,33.553056,-86.815,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.328955,0.161624,0.856,"2013-01-28 00:00",0.768,"2013-03-29 00:00",0.639,"2013-09-16 00:00",0.611,"2013-02-24 00:00","","","","",0.856,0.768,0.611,0.515,0.431,0.305,0.12,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88378",5,33.553056,-86.815,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.291818,0.151473,0.87,"2013-02-15 00:00",0.701,"2013-10-13 00:00",0.583,"2013-09-07 00:00",0.577,"2013-09-10 00:00","","","","",0.87,0.701,0.577,0.478,0.387,0.257,0.134,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88380",5,33.553056,-86.815,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.499955,0.369112,1.82,"2013-03-29 00:00",1.8,"2013-09-16 00:00",1.41,"2013-02-15 00:00",1.3,"2013-01-19 00:00","","","","",1.82,1.8,1.3,0.902,0.593,0.376,0.188,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88383",5,33.553056,-86.815,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.709258,0.44569,2.16,"2013-02-15 00:00",2.05,"2013-03-29 00:00",1.92,"2013-09-16 00:00",1.68,"2013-10-13 00:00","","","","",2.16,2.05,1.68,1.25,0.947,0.589,0.232,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88384",5,33.553056,-86.815,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.082085,0.047995,0.251,"2013-09-16 00:00",0.238,"2013-05-07 00:00",0.188,"2013-10-10 00:00",0.173,"2013-09-04 00:00","","","","",0.251,0.238,0.173,0.162,0.0979,0.0717,0.037,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88385",5,33.553056,-86.815,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",63,0.001131,0.000693,0.00601,"2013-05-07 00:00",0.00339,"2013-09-07 00:00",0.00225,"2013-10-04 00:00",0.001,"2013-01-01 00:00","","","","",0.00601,0.00339,0.001,0.001,0.001,0.001,0.001,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88388",5,33.553056,-86.815,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,23,"","","Certification not required",0,0.480985,0.272508,1.28,"2013-09-16 00:00",1.26,"2013-02-15 00:00",1.2,"2013-10-13 00:00",1.05,"2013-09-07 00:00","","","","",1.28,1.26,1.05,0.83,0.577,0.41,0.21,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88403",1,33.553056,-86.815,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.852319,1.003679,6.3058,"2013-05-19 00:00",3.9641,"2013-03-08 00:00",3.3175,"2013-02-09 00:00",2.7416,"2013-05-16 00:00","","","","",6.3058,6.3058,3.3175,2.7333,2.3069,1.8171,0.7695,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88403",5,33.553056,-86.815,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,2.027965,0.962623,5.96,"2013-05-19 00:00",4.53,"2013-09-10 00:00",4.23,"2013-09-07 00:00",3.89,"2013-09-01 00:00","","","","",5.96,4.53,3.62,3.26,2.5,1.86,0.962,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0023","88502",1,33.553056,-86.815,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,7.689583,3.471295,16.6,"2013-03-29 00:00",16.2,"2013-05-19 00:00",14.4,"2013-05-16 00:00",13.1,"2013-02-15 00:00","","","","",16.6,16.6,14.4,11.8,9.8,7.7,3.9,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-28" +"01","073","0023","88502",5,33.553056,-86.815,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,11.158333,4.445445,22.2,"2013-09-10 00:00",21.6,"2013-03-29 00:00",21.6,"2013-09-16 00:00",20.9,"2013-09-07 00:00","","","","",22.2,21.6,20.1,17.3,13.4,10.9,5.8,"North Birmingham","NO. B'HAM,SOU R.R., 3009 28TH ST. NO.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","0028","42101",1,33.529444,-86.850278,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6290,72,262,365,0,262,0,0,"Certification not required",2011,0.493744,0.198884,1.5,"2013-09-12 10:00",1.4,"2013-01-20 01:00",1.4,"2013-01-20 02:00",1.4,"2013-01-20 03:00","","","","",1,0.9,0.8,0.7,0.6,0.5,0.25,"","EAST THOMAS, FINLEY, 841 FINLEY AVE. BP.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2013-10-21" +"01","073","0028","42101",1,33.529444,-86.850278,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6299,72,261,365,0,0,0,0,"Certification not required",0,0.505302,0.174066,1.4,"2013-01-20 07:00",1.4,"2013-01-20 08:00",1.3,"2013-01-20 03:00",1.3,"2013-01-20 04:00",1.4,"2013-01-20 07:00",1.2,"2013-01-19 06:00",0.9,0.9,0.8,0.7,0.6,0.5,0.3,"","EAST THOMAS, FINLEY, 841 FINLEY AVE. BP.","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2013-10-21" +"01","073","1003","42101",1,33.485556,-86.915,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8575,98,358,365,0,185,0,0,"Certification not required",5996,0.397493,0.327982,6.4,"2013-06-28 03:00",5.6,"2013-08-13 22:00",5.6,"2013-10-22 06:00",5.4,"2013-05-08 18:00","","","","",1.5,1.2,0.9,0.7,0.5,0.25,0.25,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","42101",1,33.485556,-86.915,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8583,98,356,365,0,0,0,0,"Certification not required",0,0.421997,0.213276,2.8,"2013-06-28 06:00",2.8,"2013-06-28 07:00",2.7,"2013-06-28 08:00",2.6,"2013-06-28 03:00",2.8,"2013-06-28 06:00",1.7,"2013-08-29 05:00",1.2,1.1,0.9,0.7,0.5,0.3,0.3,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","42401",1,33.485556,-86.915,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8664,99,363,365,0,96,0,"","Certification not required",0,3.984298,5.124726,69.7,"2013-03-22 12:00",32.9,"2013-04-12 19:00",26.6,"2013-02-04 11:00",21.6,"2013-04-19 10:00","","","","",21.6,16.8,10.8,7.7,4.6,2.8,1,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","42401",1,33.485556,-86.915,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8664,99,363,365,0,96,"","","Certification not required",0,1.073684,1.60186,69.7,"2013-03-22 12:00",32.9,"2013-04-12 19:00",26.6,"2013-02-04 11:00",21.6,"2013-04-19 10:00","","","","",7,5.2,3.2,2.1,1.1,0.7,0.2,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","42401",1,33.485556,-86.915,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.076033,0.693062,6.2,"2013-03-22 00:00",4,"2013-01-08 00:00",3.8,"2013-12-19 00:00",3.4,"2013-02-04 00:00","","","","",3.4,3.1,2.3,1.8,1.3,0.9,0.4,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","42401",1,33.485556,-86.915,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2864,98,363,365,0,0,"",0,"Certification not required",0,1.039176,1.259,24,"2013-03-22 14:00",14.1,"2013-04-12 20:00",11.8,"2013-02-04 11:00",11.5,"2013-03-22 23:00","","","","",6.3,4.7,2.9,2.1,1.2,0.7,0.2,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","42406",1,33.485556,-86.915,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8438,96,354,365,0,322,"","","Certification not required",0,1.702157,3.483646,128.8,"2013-08-03 12:00",122.8,"2013-03-22 12:00",100.3,"2013-04-12 19:00",74.1,"2013-03-22 11:00","","","","",12.5,9.8,6,3.3,1.5,1,0.4,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-02-05" +"01","073","1003","44201",1,33.485556,-86.915,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5840,100,245,245,0,40,0,0,"Certification not required",636,0.045437,0.010743,0.075,"2013-09-12 13:00",0.074,"2013-09-06 12:00",0.072,"2013-05-25 14:00",0.072,"2013-09-07 14:00","","","","",0.072,0.071,0.063,0.059,0.053,0.045,0.031,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2013-11-27" +"01","073","1003","44201",1,33.485556,-86.915,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.040029,0.010561,0.067,"2013-09-06 10:00",0.066,"2013-09-12 10:00",0.063,"2013-05-25 10:00",0.063,"2013-09-07 09:00","","","","",0.063,0.061,0.058,0.054,0.048,0.04,0.026,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2013-11-27" +"01","073","1003","44201",1,33.485556,-86.915,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.040029,0.010561,0.067,"2013-09-06 10:00",0.066,"2013-09-12 10:00",0.063,"2013-05-25 10:00",0.063,"2013-09-07 09:00","","","","",0.063,0.061,0.058,0.054,0.048,0.04,0.026,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2013-11-27" +"01","073","1003","81102",1,33.485556,-86.915,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,17.196721,6.71024,44,"2013-06-27 00:00",30,"2013-03-29 00:00",30,"2013-09-01 00:00",29,"2013-09-07 00:00","","","","",44,30,29,25,20,17,10,"","FAIRFIELD, PFD, 5229 COURT B","Alabama","Jefferson","Fairfield","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","44201",1,33.331111,-87.003611,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5843,100,245,245,0,37,0,0,"Certification not required",771,0.045649,0.011027,0.074,"2013-08-23 14:00",0.072,"2013-09-12 13:00",0.07,"2013-03-15 13:00",0.069,"2013-05-15 14:00","","","","",0.07,0.069,0.065,0.06,0.052,0.046,0.031,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2013-11-27" +"01","073","1005","44201",1,33.331111,-87.003611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5857,100,244,245,0,0,0,0,"Certification not required",0,0.040361,0.010266,0.065,"2013-09-06 10:00",0.064,"2013-03-15 10:00",0.064,"2013-05-15 09:00",0.063,"2013-08-27 10:00","","","","",0.064,0.063,0.058,0.053,0.048,0.04,0.027,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2013-11-27" +"01","073","1005","44201",1,33.331111,-87.003611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5857,100,244,245,0,0,0,0,"Certification not required",0,0.040361,0.010266,0.065,"2013-09-06 10:00",0.064,"2013-03-15 10:00",0.064,"2013-05-15 09:00",0.063,"2013-08-27 10:00","","","","",0.064,0.063,0.058,0.053,0.048,0.04,0.027,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2013-11-27" +"01","073","1005","68101",1,33.331111,-87.003611,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",121,100,61,61,0,2,"","","Certification not required",0,0.500826,0.077991,0.6,"2013-01-10 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-06 00:00",0.6,"2013-02-12 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.4,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68101",2,33.331111,-87.003611,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",60,49,60,122,0,1,"","","Certification not required",0,0.445,0.072311,0.5,"2013-01-04 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-03 00:00",0.5,"2013-02-15 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.4,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68102",1,33.331111,-87.003611,"WGS84","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",121,100,61,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68102",2,33.331111,-87.003611,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",60,49,60,122,0,1,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00","","","","",24,24,24,24,24,24,24,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68103",1,33.331111,-87.003611,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,100,61,61,0,2,"","","Certification not required",0,11.359504,8.499829,23.8,"2013-06-27 00:00",23.3,"2013-08-08 00:00",23.2,"2013-05-31 00:00",22.9,"2013-06-12 00:00","","","","",23.3,23.2,22.6,21.5,19.7,12,-0.7,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68103",2,33.331111,-87.003611,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,49,60,122,0,1,"","","Certification not required",0,12.088333,8.646722,24,"2013-06-27 00:00",23.5,"2013-07-15 00:00",23.2,"2013-08-08 00:00",22.6,"2013-07-09 00:00","","","","",24,23.5,23.2,21.6,20.2,15.6,-0.8,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68104",1,33.331111,-87.003611,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,100,61,61,0,2,"","","Certification not required",0,23.741322,8.29182,35.4,"2013-06-12 00:00",35.4,"2013-07-30 00:00",35.2,"2013-06-27 00:00",35,"2013-09-01 00:00","","","","",35.4,35.2,34.4,34,31,24.2,12.2,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68104",2,33.331111,-87.003611,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,49,60,122,0,1,"","","Certification not required",0,24.243333,8.178773,35.4,"2013-06-27 00:00",34.8,"2013-09-01 00:00",34.1,"2013-09-07 00:00",34,"2013-08-08 00:00","","","","",35.4,34.8,34.1,33.6,31.4,25,11.9,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68105",1,33.331111,-87.003611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,100,61,61,0,2,"","","Certification not required",0,17.056198,8.113907,28.8,"2013-06-12 00:00",28.7,"2013-06-27 00:00",28.2,"2013-09-01 00:00",28.1,"2013-08-08 00:00","","","","",28.7,28.2,27.2,26.6,24.7,18,5.3,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68105",2,33.331111,-87.003611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,49,60,122,0,1,"","","Certification not required",0,17.701667,8.127887,28.9,"2013-06-27 00:00",28,"2013-09-01 00:00",27.9,"2013-08-08 00:00",26.7,"2013-07-21 00:00","","","","",28.9,28,27.9,26.6,25.4,19,6.1,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68106",1,33.331111,-87.003611,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,2,"","","Certification not required",0,746.066116,4.040907,758,"2013-01-04 00:00",755,"2013-11-24 00:00",755,"2013-12-12 00:00",755,"2013-12-24 00:00","","","","",755,755,753,751,748,746,741,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68106",2,33.331111,-87.003611,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,49,60,122,0,1,"","","Certification not required",0,747.8,4.053874,757,"2013-12-12 00:00",757,"2013-12-24 00:00",756,"2013-01-04 00:00",756,"2013-11-24 00:00","","","","",757,757,756,754,751,747,744,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68107",1,33.331111,-87.003611,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,2,"","","Certification not required",0,751.016529,4.043479,764,"2013-01-04 00:00",760,"2013-11-24 00:00",760,"2013-12-12 00:00",760,"2013-12-24 00:00","","","","",760,760,759,757,753,751,746,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68107",2,33.331111,-87.003611,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,49,60,122,0,1,"","","Certification not required",0,752.2,4.285569,762,"2013-12-12 00:00",761,"2013-11-12 00:00",761,"2013-11-24 00:00",761,"2013-11-30 00:00","","","","",762,761,761,760,755,751,748,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68108",1,33.331111,-87.003611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,2,"","","Certification not required",0,748.057851,3.862852,761,"2013-01-04 00:00",757,"2013-12-12 00:00",757,"2013-12-24 00:00",756,"2013-01-19 00:00","","","","",757,757,755,753,750,748,744,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68108",2,33.331111,-87.003611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,49,60,122,0,1,"","","Certification not required",0,750.483333,7.477631,799,"2013-11-18 00:00",759,"2013-12-12 00:00",758,"2013-11-24 00:00",758,"2013-12-24 00:00","","","","",799,759,758,757,752,749,745,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68109",1,33.331111,-87.003611,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",121,100,61,61,0,2,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","68109",2,33.331111,-87.003611,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",60,49,60,122,0,1,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","81102",1,33.331111,-87.003611,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,2,0,0,"Certification not required",1,16.933333,8.081925,50,"2013-11-24 00:00",42,"2013-12-18 00:00",33,"2013-06-27 00:00",28,"2013-09-04 00:00","","","","",50,42,33,26,20,16,9,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","88101",1,33.331111,-87.003611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,2,0,0,"Certification not required",0,9.750413,4.366637,33.5,"2013-10-28 00:00",20.3,"2013-09-07 00:00",19.6,"2013-09-10 00:00",18.8,"2013-01-28 00:00","","","","",20.3,19.6,17.4,14.5,11.9,9.1,5,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-02-20" +"01","073","1005","88101",1,33.331111,-87.003611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,2,"","","Certification not required",0,9.750413,4.366637,33.5,"2013-10-28 00:00",20.3,"2013-09-07 00:00",19.6,"2013-09-10 00:00",18.8,"2013-01-28 00:00","","","","",20.3,19.6,17.4,14.5,11.9,9.1,5,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-02-20" +"01","073","1005","88101",2,33.331111,-87.003611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,9.781667,3.794264,21.3,"2013-09-07 00:00",17.9,"2013-01-28 00:00",17.7,"2013-09-01 00:00",16.4,"2013-06-27 00:00","","","","",21.3,17.9,17.7,14.8,11.8,9.9,5.4,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","88101",2,33.331111,-87.003611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,9.781667,3.794264,21.3,"2013-09-07 00:00",17.9,"2013-01-28 00:00",17.7,"2013-09-01 00:00",16.4,"2013-06-27 00:00","","","","",21.3,17.9,17.7,14.8,11.8,9.9,5.4,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-01-27" +"01","073","1005","88502",3,33.331111,-87.003611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8283,95,344,365,0,477,"","","Certification not required",0,10.428033,5.877158,112.3,"2013-10-28 09:00",59.7,"2013-10-29 07:00",58,"2013-10-28 10:00",55.6,"2013-12-28 10:00","","","","",28.2,24.3,20.4,17.5,13.5,9.7,4.1,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-02-20" +"01","073","1005","88502",3,33.331111,-87.003611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,10.379942,4.064198,28.3,"2013-09-09 00:00",23.9,"2013-03-09 00:00",23.9,"2013-10-28 00:00",21.6,"2013-09-08 00:00","","","","",21.6,21.1,17.6,15.3,12.7,9.8,5.9,"McAdory"," ROUTE 8 MCADORY","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-02-20" +"01","073","1010","44201",1,33.545278,-86.549167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5831,100,244,245,0,49,0,0,"Certification not required",1320,0.044754,0.011281,0.075,"2013-09-08 14:00",0.073,"2013-03-15 14:00",0.073,"2013-05-15 12:00",0.072,"2013-05-16 11:00","","","","",0.073,0.072,0.063,0.059,0.052,0.045,0.03,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2013-11-27" +"01","073","1010","44201",1,33.545278,-86.549167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5852,100,244,245,0,0,0,0,"Certification not required",0,0.039148,0.010831,0.069,"2013-05-15 10:00",0.068,"2013-09-08 10:00",0.067,"2013-09-12 10:00",0.066,"2013-03-15 11:00","","","","",0.067,0.062,0.056,0.051,0.047,0.039,0.024,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2013-11-27" +"01","073","1010","44201",1,33.545278,-86.549167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5852,100,244,245,0,0,0,0,"Certification not required",0,0.039148,0.010831,0.069,"2013-05-15 10:00",0.068,"2013-09-08 10:00",0.067,"2013-09-12 10:00",0.066,"2013-03-15 11:00","","","","",0.067,0.062,0.056,0.051,0.047,0.039,0.024,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2013-11-27" +"01","073","1010","68101",1,33.545278,-86.549167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",60,98,60,61,0,3,"","","Certification not required",0,0.43,0.088872,0.8,"2013-09-01 00:00",0.6,"2013-01-16 00:00",0.5,"2013-01-10 00:00",0.5,"2013-01-22 00:00","","","","",0.8,0.6,0.5,0.5,0.5,0.4,0.3,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68101",2,33.545278,-86.549167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",55,90,55,61,0,8,"","","Certification not required",6,0.394545,0.13563,0.6,"2013-04-28 00:00",0.5,"2013-01-04 00:00",0.5,"2013-02-09 00:00",0.5,"2013-04-24 00:00","","","","",0.6,0.5,0.5,0.5,0.5,0.4,0.05,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68102",1,33.545278,-86.549167,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",60,98,60,61,0,3,"","","Certification not required",0,24.006667,0.05164,24.4,"2013-09-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00","","","","",24.4,24,24,24,24,24,24,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68102",2,33.545278,-86.549167,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",55,90,55,61,0,8,"","","Certification not required",0,23.992727,0.026208,24,"2013-01-04 00:00",24,"2013-02-03 00:00",24,"2013-02-09 00:00",24,"2013-02-15 00:00","","","","",24,24,24,24,24,24,24,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68103",1,33.545278,-86.549167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,3,"","","Certification not required",0,11.038333,8.830841,22.8,"2013-06-09 00:00",22.7,"2013-07-15 00:00",22,"2013-08-20 00:00",21.9,"2013-07-09 00:00","","","","",22.8,22.7,22,21.1,19.1,14,-2,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68103",2,33.545278,-86.549167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",55,90,55,61,0,8,"","","Certification not required",0,11.114545,8.743218,22.3,"2013-07-15 00:00",21.7,"2013-06-09 00:00",21.5,"2013-07-09 00:00",21.5,"2013-08-20 00:00","","","","",22.3,21.7,21.5,20.7,18.9,14.5,-1.6,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68104",1,33.545278,-86.549167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,3,"","","Certification not required",0,23.421667,8.233213,34.6,"2013-06-27 00:00",34.6,"2013-09-01 00:00",33.3,"2013-08-02 00:00",33.1,"2013-06-15 00:00","","","","",34.6,34.6,33.3,32.6,30.6,23.9,10.3,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68104",2,33.545278,-86.549167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",55,90,55,61,0,8,"","","Certification not required",0,23.641818,7.947273,34.3,"2013-09-01 00:00",34.2,"2013-06-27 00:00",33,"2013-08-02 00:00",32.7,"2013-07-09 00:00","","","","",34.3,34.2,33,32.1,30.5,24.9,12.1,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68105",1,33.545278,-86.549167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,3,"","","Certification not required",0,16.661667,8.666047,27.9,"2013-06-27 00:00",27,"2013-07-09 00:00",26.9,"2013-09-01 00:00",26.2,"2013-06-21 00:00","","","","",27.9,27,26.9,25.9,24.6,19.1,4.9,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68105",2,33.545278,-86.549167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",55,90,55,61,0,8,"","","Certification not required",0,16.938182,8.052455,27.3,"2013-06-27 00:00",26.4,"2013-09-01 00:00",26.3,"2013-07-09 00:00",25.7,"2013-07-15 00:00","","","","",27.3,26.4,26.3,25.3,23.8,19.6,5.1,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68106",1,33.545278,-86.549167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,3,"","","Certification not required",0,744.5,4.604714,757,"2013-12-12 00:00",756,"2013-11-24 00:00",754,"2013-10-25 00:00",754,"2013-12-24 00:00","","","","",757,756,754,752,747,744,739,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68106",2,33.545278,-86.549167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",55,90,55,61,0,8,"","","Certification not required",0,743.4,4.048777,752,"2013-01-04 00:00",752,"2013-12-12 00:00",752,"2013-12-24 00:00",751,"2013-11-24 00:00","","","","",752,752,752,750,746,743,739,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68107",1,33.545278,-86.549167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,3,"","","Certification not required",0,749.833333,5.072915,762,"2013-11-30 00:00",762,"2013-12-12 00:00",761,"2013-11-12 00:00",761,"2013-11-24 00:00","","","","",762,762,761,759,753,748,745,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68107",2,33.545278,-86.549167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",55,90,55,61,0,8,"","","Certification not required",0,748.127273,4.220999,757,"2013-01-04 00:00",757,"2013-12-12 00:00",757,"2013-12-24 00:00",756,"2013-11-12 00:00","","","","",757,757,757,756,750,747,743,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68108",1,33.545278,-86.549167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,3,"","","Certification not required",0,746.666667,4.601645,758,"2013-11-24 00:00",758,"2013-12-12 00:00",757,"2013-11-30 00:00",756,"2013-12-24 00:00","","","","",758,758,757,755,749,745,742,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68108",2,33.545278,-86.549167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",55,90,55,61,0,8,"","","Certification not required",0,745.309091,3.943456,754,"2013-01-04 00:00",754,"2013-12-12 00:00",754,"2013-12-24 00:00",753,"2013-11-24 00:00","","","","",754,754,754,752,747,744,741,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68109",1,33.545278,-86.549167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",60,98,60,61,0,3,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","68109",2,33.545278,-86.549167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",55,90,55,61,0,8,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-02-03 00:00",1440,"2013-02-09 00:00",1440,"2013-02-15 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","81102",1,33.545278,-86.549167,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,1,0,0,"Certification not required",1,17.311475,6.94632,42,"2013-04-10 00:00",32,"2013-01-28 00:00",29,"2013-06-27 00:00",28,"2013-05-28 00:00","","","","",42,32,28,25,21,17,9,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","88101",1,33.545278,-86.549167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,3,0,0,"Certification not required",0,10.206667,3.88255,19.4,"2013-12-18 00:00",19,"2013-01-28 00:00",17.6,"2013-09-07 00:00",17.4,"2013-09-01 00:00","","","","",19.4,19,17.6,15.8,12.6,10.2,5.4,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","88101",1,33.545278,-86.549167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,3,"","","Certification not required",0,10.206667,3.88255,19.4,"2013-12-18 00:00",19,"2013-01-28 00:00",17.6,"2013-09-07 00:00",17.4,"2013-09-01 00:00","","","","",19.4,19,17.6,15.8,12.6,10.2,5.4,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","88101",2,33.545278,-86.549167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,8,0,0,"Certification not required",0,10.089091,3.758924,19.3,"2013-12-18 00:00",17.5,"2013-09-01 00:00",16.9,"2013-09-07 00:00",16.5,"2013-06-27 00:00","","","","",19.3,17.5,16.9,15.2,12.9,9.8,5.3,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","88101",2,33.545278,-86.549167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,8,"","","Certification not required",0,10.089091,3.758924,19.3,"2013-12-18 00:00",17.5,"2013-09-01 00:00",16.9,"2013-09-07 00:00",16.5,"2013-06-27 00:00","","","","",19.3,17.5,16.9,15.2,12.9,9.8,5.3,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-01-27" +"01","073","1010","88502",3,33.545278,-86.549167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8657,99,361,365,0,103,"","","Certification not required",0,10.303165,5.759473,72.6,"2013-12-18 07:00",64.1,"2013-12-18 06:00",54.2,"2013-12-18 05:00",52.9,"2013-12-18 08:00","","","","",27.4,23.8,20,17.3,13.6,9.6,3.9,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-02-05" +"01","073","1010","88502",3,33.545278,-86.549167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,10.261773,3.927783,25.2,"2013-09-08 00:00",24.1,"2013-03-09 00:00",23.5,"2013-09-09 00:00",22.6,"2013-09-17 00:00","","","","",22.6,19.3,17.2,15,12.7,9.7,5.7,"Leeds"," 201 ASHVILLE ROAD","Alabama","Jefferson","Leeds","Birmingham-Hoover, AL","2014-02-05" +"01","073","2003","68101",1,33.499722,-86.924167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",121,100,61,61,0,3,"","","Certification not required",1,0.414463,0.110574,0.8,"2013-11-27 00:00",0.7,"2013-10-22 00:00",0.7,"2013-11-03 00:00",0.7,"2013-11-21 00:00","","","","",0.7,0.7,0.6,0.5,0.5,0.4,0.3,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68101",2,33.499722,-86.924167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",62,17,62,365,0,1,"","","Certification not required",0,0.464516,0.079128,0.6,"2013-04-10 00:00",0.6,"2013-05-28 00:00",0.6,"2013-09-13 00:00",0.6,"2013-10-01 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.5,0.4,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68102",1,33.499722,-86.924167,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,3,"","","Certification not required",0,23.990909,0.034157,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68102",2,33.499722,-86.924167,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",62,17,62,365,0,1,"","","Certification not required",0,23.998387,0.0127,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68103",1,33.499722,-86.924167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,3,"","","Certification not required",0,11.479339,8.698035,25,"2013-07-15 00:00",24,"2013-05-31 00:00",23.9,"2013-07-09 00:00",23.9,"2013-07-12 00:00","","","","",24,23.9,22.7,21.5,19.4,12.1,-1.1,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68103",2,33.499722,-86.924167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",62,17,62,365,0,1,"","","Certification not required",0,11.903226,8.952277,23.9,"2013-06-27 00:00",23.9,"2013-07-15 00:00",23.3,"2013-08-08 00:00",22.7,"2013-07-09 00:00","","","","",23.9,23.9,22.7,21.8,20.1,15.8,-1.2,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68103",5,33.499722,-86.924167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",81,100,50,61,0,7,"","","Certification not required",0,14.360494,7.849469,24,"2013-06-27 00:00",23.8,"2013-06-24 00:00",23.5,"2013-08-08 00:00",23.4,"2013-09-01 00:00","","","","",24,23.8,23.1,22.3,21,17.3,1.4,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","68104",1,33.499722,-86.924167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,3,"","","Certification not required",0,23.259504,8.274807,35.4,"2013-09-07 00:00",35,"2013-07-09 00:00",35,"2013-09-10 00:00",34.7,"2013-07-30 00:00","","","","",35,35,34.3,33.4,30.5,23.8,10.5,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68104",2,33.499722,-86.924167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",62,17,62,365,0,1,"","","Certification not required",0,23.666129,8.442786,36.2,"2013-06-27 00:00",34.7,"2013-09-01 00:00",34.2,"2013-08-02 00:00",33.9,"2013-07-09 00:00","","","","",36.2,34.7,33.9,33.1,31.3,24.2,10.7,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68104",5,33.499722,-86.924167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",81,100,50,61,0,7,"","","Certification not required",0,26.165432,7.732644,36.1,"2013-07-30 00:00",35.8,"2013-06-12 00:00",35.8,"2013-06-27 00:00",35.6,"2013-08-29 00:00","","","","",36.1,35.8,35.4,34.4,32.6,28.8,16.3,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","68105",1,33.499722,-86.924167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,3,"","","Certification not required",0,16.892562,8.111208,28.6,"2013-07-09 00:00",28.3,"2013-07-12 00:00",28.3,"2013-09-10 00:00",28.1,"2013-06-12 00:00","","","","",28.3,28.3,27.5,26.2,24.2,17.3,5.7,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68105",2,33.499722,-86.924167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",62,17,62,365,0,1,"","","Certification not required",0,17.214516,8.422157,28.7,"2013-06-27 00:00",27.6,"2013-07-09 00:00",27.4,"2013-09-01 00:00",27.1,"2013-08-08 00:00","","","","",28.7,27.6,27.1,26.3,24.7,18.8,5.9,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68105",5,33.499722,-86.924167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",81,100,50,61,0,7,"","","Certification not required",0,19.720988,7.341742,29.5,"2013-06-12 00:00",28.9,"2013-06-27 00:00",28.6,"2013-09-01 00:00",28,"2013-07-09 00:00","","","","",29.5,28.9,28,27.1,25.6,21.8,9.8,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","68106",1,33.499722,-86.924167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,3,"","","Certification not required",0,744.495868,3.979372,754,"2013-01-04 00:00",754,"2013-12-27 00:00",753,"2013-01-22 00:00",753,"2013-11-24 00:00","","","","",754,753,752,750,747,744,740,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68106",2,33.499722,-86.924167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",62,17,62,365,0,1,"","","Certification not required",0,744.370968,4.041724,753,"2013-11-24 00:00",753,"2013-12-12 00:00",753,"2013-12-24 00:00",751,"2013-01-04 00:00","","","","",753,753,751,750,747,744,740,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68106",5,33.499722,-86.924167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,100,50,61,0,7,"","","Certification not required",0,736.82716,3.56297,746,"2013-01-04 00:00",746,"2013-11-09 00:00",744,"2013-01-22 00:00",743,"2013-02-09 00:00","","","","",746,746,743,742,738,737,733,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","68107",1,33.499722,-86.924167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,3,"","","Certification not required",0,749.347107,4.428526,759,"2013-01-04 00:00",759,"2013-03-14 00:00",759,"2013-12-12 00:00",758,"2013-01-22 00:00","","","","",759,759,758,755,753,749,744,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68107",2,33.499722,-86.924167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",62,17,62,365,0,1,"","","Certification not required",0,748.854839,4.171908,758,"2013-11-24 00:00",758,"2013-12-12 00:00",758,"2013-12-24 00:00",757,"2013-11-12 00:00","","","","",758,758,757,756,751,748,744,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68107",5,33.499722,-86.924167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,100,50,61,0,7,"","","Certification not required",0,741.135802,3.93622,753,"2013-11-09 00:00",751,"2013-11-06 00:00",750,"2013-01-04 00:00",748,"2013-01-22 00:00","","","","",753,751,748,747,743,740,737,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","68108",1,33.499722,-86.924167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,3,"","","Certification not required",0,746.487603,4.021019,756,"2013-01-04 00:00",756,"2013-12-12 00:00",755,"2013-01-22 00:00",755,"2013-11-24 00:00","","","","",756,755,754,752,749,746,741,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68108",2,33.499722,-86.924167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",62,17,62,365,0,1,"","","Certification not required",0,746.112903,3.971641,755,"2013-11-24 00:00",755,"2013-12-12 00:00",755,"2013-12-24 00:00",753,"2013-01-04 00:00","","","","",755,755,753,752,748,745,742,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68108",5,33.499722,-86.924167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,100,50,61,0,7,"","","Certification not required",0,738.469136,3.532302,748,"2013-11-09 00:00",747,"2013-01-04 00:00",747,"2013-02-09 00:00",746,"2013-01-22 00:00","","","","",748,747,745,744,740,738,735,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","68109",1,33.499722,-86.924167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",121,100,61,61,0,3,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","68109",2,33.499722,-86.924167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",62,17,62,365,0,1,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","81102",2,33.499722,-86.924167,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8727,100,365,365,0,33,"","","Certification not required",0,17.159505,12.417788,238,"2013-03-29 06:00",135,"2013-09-09 06:00",134,"2013-11-26 08:00",130,"2013-11-26 09:00","","","","",60,50,38,31,22,15,5,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","2003","81102",2,33.499722,-86.924167,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,16.687671,8.098703,53,"2013-03-15 00:00",46,"2013-06-25 00:00",42,"2013-05-14 00:00",41,"2013-03-29 00:00","","","","",41,40,30,26,22,16,7,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","2003","81102",3,33.499722,-86.924167,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",1,17.934426,8.638806,44,"2013-03-29 00:00",40,"2013-05-16 00:00",39,"2013-06-27 00:00",35,"2013-03-17 00:00","","","","",44,40,35,28,22,18,8,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","81102",4,33.499722,-86.924167,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",1,17.786885,8.290788,41,"2013-03-29 00:00",39,"2013-05-16 00:00",39,"2013-06-27 00:00",33,"2013-03-17 00:00","","","","",41,39,33,28,22,17,8,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","88101",1,33.499722,-86.924167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,3,0,0,"Certification not required",0,9.863636,3.985432,21,"2013-09-07 00:00",20.7,"2013-09-01 00:00",20.6,"2013-09-10 00:00",19.8,"2013-03-29 00:00","","","","",20.7,20.6,18,14.6,11.9,9.6,4.9,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","88101",1,33.499722,-86.924167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,3,"","","Certification not required",0,9.863636,3.985432,21,"2013-09-07 00:00",20.7,"2013-09-01 00:00",20.6,"2013-09-10 00:00",19.8,"2013-03-29 00:00","","","","",20.7,20.6,18,14.6,11.9,9.6,4.9,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","88101",2,33.499722,-86.924167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",62,100,61,61,0,1,0,0,"Certification not required",0,9.945161,4.142727,20.9,"2013-09-01 00:00",20.1,"2013-09-07 00:00",19.8,"2013-03-29 00:00",17.6,"2013-06-27 00:00","","","","",20.9,20.1,17.6,16.1,11.8,10.1,5.5,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","88101",2,33.499722,-86.924167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",62,100,61,61,0,1,"","","Certification not required",0,9.945161,4.142727,20.9,"2013-09-01 00:00",20.1,"2013-09-07 00:00",19.8,"2013-03-29 00:00",17.6,"2013-06-27 00:00","","","","",20.9,20.1,17.6,16.1,11.8,10.1,5.5,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","2003","88102",5,33.499722,-86.924167,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",77,0.020309,0.008016,0.063,"2013-06-18 00:00",0.06,"2013-05-07 00:00",0.028,"2013-01-10 00:00",0.026,"2013-02-06 00:00","","","","",0.063,0.06,0.026,0.026,0.021,0.021,0.014,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88103",5,33.499722,-86.924167,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.000852,0.001097,0.005,"2013-09-07 00:00",0.003,"2013-02-03 00:00",0.003,"2013-02-09 00:00",0.003,"2013-02-15 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0,0,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88104",5,33.499722,-86.924167,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",29,0.046389,0.076867,0.479,"2013-06-27 00:00",0.381,"2013-06-24 00:00",0.37,"2013-06-12 00:00",0.11,"2013-05-16 00:00","","","","",0.479,0.381,0.096,0.078,0.055,0.027,0.0065,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88107",5,33.499722,-86.924167,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",80,0.006885,0.006529,0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88109",5,33.499722,-86.924167,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",27,0.002718,0.001857,0.0086,"2013-03-17 00:00",0.0079,"2013-01-28 00:00",0.0064,"2013-01-04 00:00",0.0061,"2013-03-05 00:00","","","","",0.0086,0.0079,0.006,0.0051,0.0042,0.0023,0.0009,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88110",5,33.499722,-86.924167,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.000864,0.002778,0.014,"2013-03-29 00:00",0.013,"2013-05-19 00:00",0.013,"2013-08-08 00:00",0.006,"2013-05-07 00:00","","","","",0.014,0.013,0.006,0.002,0,0,0,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88111",5,33.499722,-86.924167,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",5,0.052497,0.048764,0.193,"2013-05-16 00:00",0.193,"2013-06-30 00:00",0.177,"2013-06-27 00:00",0.173,"2013-04-10 00:00","","","","",0.193,0.193,0.168,0.132,0.0645,0.0347,0.0124,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88112",5,33.499722,-86.924167,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.028568,0.049588,0.223,"2013-05-22 00:00",0.222,"2013-03-29 00:00",0.165,"2013-02-27 00:00",0.148,"2013-06-18 00:00","","","","",0.223,0.222,0.147,0.098,0.026,0.004,0,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88113",5,33.499722,-86.924167,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",61,0.001074,0.001002,0.0065,"2013-02-15 00:00",0.0056,"2013-03-29 00:00",0.0037,"2013-08-23 00:00",0.0029,"2013-06-18 00:00","","","","",0.0065,0.0056,0.0025,0.0018,0.001,0.0007,0.00055,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88114",5,33.499722,-86.924167,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",33,0.005659,0.010074,0.0687,"2013-06-12 00:00",0.0409,"2013-05-22 00:00",0.03,"2013-06-06 00:00",0.0254,"2013-03-29 00:00","","","","",0.0687,0.0409,0.0239,0.0138,0.0052,0.0019,0.0008,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88115",5,33.499722,-86.924167,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",40,0.011511,0.013607,0.075,"2013-11-06 00:00",0.06,"2013-04-10 00:00",0.046,"2013-04-22 00:00",0.0414,"2013-03-29 00:00","","","","",0.075,0.06,0.04,0.031,0.0123,0.0062,0.0025,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88117",5,33.499722,-86.924167,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",80,0.006849,0.010381,0.0435,"2013-04-16 00:00",0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00",0.043,"2013-07-21 00:00","","","","",0.0435,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88118",5,33.499722,-86.924167,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",81,0.010017,0.006633,0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88126",5,33.499722,-86.924167,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.22949,0.291501,1.82,"2013-03-29 00:00",1.15,"2013-05-16 00:00",1.02,"2013-02-15 00:00",0.789,"2013-06-27 00:00","","","","",1.82,1.15,0.779,0.532,0.287,0.119,0.032,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88128",5,33.499722,-86.924167,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.002173,0.003157,0.018,"2013-09-16 00:00",0.013,"2013-03-08 00:00",0.01,"2013-03-29 00:00",0.008,"2013-02-15 00:00","","","","",0.018,0.013,0.008,0.005,0.003,0.001,0,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88131",5,33.499722,-86.924167,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",80,0.010099,0.00386,0.029,"2013-03-17 00:00",0.0165,"2013-02-06 00:00",0.0165,"2013-03-02 00:00",0.0165,"2013-03-05 00:00","","","","",0.029,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88132",5,33.499722,-86.924167,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.037086,0.125621,1.1,"2013-03-29 00:00",0.23,"2013-09-16 00:00",0.15,"2013-05-22 00:00",0.123,"2013-05-16 00:00","","","","",1.1,0.23,0.094,0.076,0.03,0.008,0.001,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88136",5,33.499722,-86.924167,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.000679,0.002024,0.017,"2013-03-29 00:00",0.004,"2013-04-16 00:00",0.003,"2013-08-17 00:00",0.003,"2013-10-10 00:00","","","","",0.017,0.004,0.002,0.002,0.001,0,0,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88140",5,33.499722,-86.924167,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",62,0.01286,0.014145,0.081,"2013-03-29 00:00",0.061,"2013-06-30 00:00",0.0529,"2013-02-06 00:00",0.045,"2013-02-15 00:00","","","","",0.081,0.061,0.039,0.034,0.009,0.006,0.0055,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88152",5,33.499722,-86.924167,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",80,0.005717,0.002119,0.019,"2013-06-12 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00","","","","",0.019,0.008,0.008,0.008,0.0055,0.005,0.0045,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88154",5,33.499722,-86.924167,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",80,0.001062,0.000316,0.0028,"2013-06-18 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00","","","","",0.0028,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88160",5,33.499722,-86.924167,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",78,0.013556,0.004552,0.035,"2013-10-22 00:00",0.025,"2013-10-10 00:00",0.022,"2013-05-16 00:00",0.018,"2013-02-06 00:00","","","","",0.035,0.025,0.018,0.018,0.016,0.01,0.01,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88161",5,33.499722,-86.924167,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",71,0.00384,0.006187,0.0448,"2013-06-27 00:00",0.0281,"2013-06-24 00:00",0.0268,"2013-06-12 00:00",0.0113,"2013-06-09 00:00","","","","",0.0448,0.0281,0.0101,0.0046,0.00265,0.0025,0.0021,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88164",5,33.499722,-86.924167,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",80,0.001602,0.000359,0.004,"2013-06-24 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00","","","","",0.004,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88165",5,33.499722,-86.924167,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",2,0.121046,0.173986,1.11,"2013-06-27 00:00",0.867,"2013-06-12 00:00",0.863,"2013-06-24 00:00",0.305,"2013-05-16 00:00","","","","",1.11,0.867,0.239,0.179,0.136,0.078,0.025,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88166",5,33.499722,-86.924167,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",79,0.008325,0.004758,0.019,"2013-03-05 00:00",0.0187,"2013-05-28 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-03-02 00:00","","","","",0.019,0.0187,0.0185,0.0185,0.0075,0.0065,0.0042,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88167",5,33.499722,-86.924167,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",5,0.021452,0.023173,0.122,"2013-02-15 00:00",0.087,"2013-07-21 00:00",0.0851,"2013-09-16 00:00",0.0758,"2013-06-30 00:00","","","","",0.122,0.087,0.069,0.057,0.0287,0.0132,0.003,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88168",5,33.499722,-86.924167,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",78,0.001277,0.000521,0.0047,"2013-06-27 00:00",0.0026,"2013-10-10 00:00",0.0023,"2013-04-04 00:00",0.00175,"2013-02-06 00:00","","","","",0.0047,0.0026,0.00175,0.00175,0.00155,0.00115,0.00085,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88169",5,33.499722,-86.924167,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.747284,0.406824,1.81,"2013-05-19 00:00",1.77,"2013-09-10 00:00",1.76,"2013-09-07 00:00",1.71,"2013-09-01 00:00","","","","",1.81,1.77,1.58,1.32,1.03,0.669,0.298,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88176",5,33.499722,-86.924167,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",81,0.000965,0.000209,0.0013,"2013-02-06 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-03-05 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88180",5,33.499722,-86.924167,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.062563,0.038714,0.209,"2013-05-19 00:00",0.186,"2013-06-12 00:00",0.167,"2013-06-27 00:00",0.158,"2013-09-01 00:00","","","","",0.209,0.186,0.154,0.113,0.07,0.0516,0.029,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88184",5,33.499722,-86.924167,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",41,0.062685,0.060273,0.272,"2013-04-10 00:00",0.229,"2013-11-06 00:00",0.216,"2013-05-19 00:00",0.197,"2013-05-28 00:00","","","","",0.272,0.229,0.194,0.152,0.084,0.027,0.0155,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88185",5,33.499722,-86.924167,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",78,0.003525,0.003627,0.0115,"2013-02-06 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-06-03 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88301",5,33.499722,-86.924167,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",1,0.45392,0.32283,1.47,"2013-05-19 00:00",1.23,"2013-03-08 00:00",1.21,"2013-09-01 00:00",1.15,"2013-09-07 00:00","","","","",1.47,1.23,1.07,0.842,0.619,0.368,0.113,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88302",5,33.499722,-86.924167,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",3,0.084617,0.078165,0.36,"2013-07-24 00:00",0.332,"2013-11-06 00:00",0.318,"2013-04-10 00:00",0.223,"2013-03-17 00:00","","","","",0.36,0.332,0.219,0.2,0.12,0.05,0.018,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88303",5,33.499722,-86.924167,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",16,0.043926,0.029681,0.145,"2013-09-01 00:00",0.115,"2013-06-12 00:00",0.11,"2013-10-28 00:00",0.109,"2013-03-23 00:00","","","","",0.145,0.115,0.106,0.091,0.057,0.039,0.012,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88306",5,33.499722,-86.924167,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,0.430358,0.276075,1.68,"2013-01-04 00:00",1.33,"2013-02-09 00:00",1.31,"2013-01-22 00:00",1.01,"2013-03-08 00:00","","","","",1.68,1.33,0.913,0.769,0.519,0.34,0.205,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88355",5,33.499722,-86.924167,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,2.801493,1.125944,6.32,"2013-09-01 00:00",5.26,"2013-09-16 00:00",4.97,"2013-03-29 00:00",4.94,"2013-08-29 00:00","","","","",6.32,5.26,4.94,4.28,3.51,2.63,1.41,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88357",5,33.499722,-86.924167,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.336055,0.181546,1.22,"2013-03-29 00:00",0.755,"2013-09-16 00:00",0.674,"2013-11-09 00:00",0.641,"2013-10-10 00:00","","","","",1.22,0.755,0.641,0.551,0.391,0.301,0.164,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88370",5,33.499722,-86.924167,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,2.572753,1.012756,5.85,"2013-09-01 00:00",4.79,"2013-09-16 00:00",4.77,"2013-03-29 00:00",4.43,"2013-08-29 00:00","","","","",5.85,4.79,4.43,3.84,3.18,2.45,1.31,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88374",5,33.499722,-86.924167,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",1,0.219438,0.180098,0.978,"2013-09-01 00:00",0.725,"2013-08-29 00:00",0.593,"2013-10-13 00:00",0.587,"2013-09-10 00:00","","","","",0.978,0.725,0.587,0.468,0.281,0.178,0.05,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88375",5,33.499722,-86.924167,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.701082,0.288756,1.54,"2013-03-29 00:00",1.5,"2013-09-01 00:00",1.3,"2013-09-16 00:00",1.16,"2013-09-10 00:00","","","","",1.54,1.5,1.16,1.03,0.886,0.705,0.342,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88376",5,33.499722,-86.924167,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.786712,0.341387,1.77,"2013-03-29 00:00",1.7,"2013-09-16 00:00",1.6,"2013-09-01 00:00",1.38,"2013-10-04 00:00","","","","",1.77,1.7,1.38,1.25,0.983,0.719,0.396,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88377",5,33.499722,-86.924167,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.50437,0.204715,1.06,"2013-03-29 00:00",0.903,"2013-09-01 00:00",0.881,"2013-09-16 00:00",0.857,"2013-10-04 00:00","","","","",1.06,0.903,0.857,0.774,0.623,0.501,0.241,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88378",5,33.499722,-86.924167,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.360603,0.183358,0.871,"2013-09-01 00:00",0.734,"2013-03-23 00:00",0.684,"2013-09-10 00:00",0.666,"2013-09-04 00:00","","","","",0.871,0.734,0.666,0.631,0.483,0.329,0.134,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88380",5,33.499722,-86.924167,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.565685,0.288685,1.41,"2013-03-29 00:00",1.34,"2013-09-10 00:00",1.24,"2013-09-07 00:00",1.23,"2013-09-16 00:00","","","","",1.41,1.34,1.23,0.955,0.719,0.509,0.277,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88383",5,33.499722,-86.924167,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.859205,0.381708,1.97,"2013-09-10 00:00",1.75,"2013-09-07 00:00",1.58,"2013-09-01 00:00",1.53,"2013-10-13 00:00","","","","",1.97,1.75,1.53,1.37,1.11,0.799,0.436,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88384",5,33.499722,-86.924167,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.065493,0.022351,0.154,"2013-06-24 00:00",0.13,"2013-03-08 00:00",0.111,"2013-08-05 00:00",0.0994,"2013-07-03 00:00","","","","",0.154,0.13,0.0994,0.0927,0.0788,0.0607,0.0452,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88385",5,33.499722,-86.924167,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",61,0.002023,0.003217,0.0213,"2013-09-19 00:00",0.0124,"2013-11-09 00:00",0.0121,"2013-07-21 00:00",0.00959,"2013-06-27 00:00","","","","",0.0213,0.0124,0.00959,0.00423,0.001,0.001,0.001,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88388",5,33.499722,-86.924167,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",73,100,45,61,0,15,"","","Certification not required",0,0.59026,0.315733,1.53,"2013-09-10 00:00",1.46,"2013-09-07 00:00",1.34,"2013-09-01 00:00",1.16,"2013-09-04 00:00","","","","",1.53,1.46,1.16,1.03,0.771,0.556,0.242,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88403",5,33.499722,-86.924167,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,1.904691,0.972857,5.81,"2013-05-19 00:00",4.27,"2013-09-07 00:00",4.13,"2013-09-01 00:00",3.77,"2013-09-10 00:00","","","","",5.81,4.27,3.58,3.1,2.52,1.69,0.938,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2003","88502",3,33.499722,-86.924167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8708,99,364,365,0,52,"","","Certification not required",0,10.564584,6.291123,74,"2013-03-29 06:00",58.2,"2013-05-09 06:00",50.1,"2013-03-15 02:00",47.7,"2013-09-09 06:00","","","","",30.4,27.2,22.1,18.3,13.8,9.6,3.9,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","2003","88502",3,33.499722,-86.924167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,10.518132,4.307243,28.7,"2013-09-09 00:00",25.8,"2013-08-30 00:00",24.9,"2013-09-10 00:00",23.4,"2013-08-31 00:00","","","","",23.4,20.4,18.6,16.2,12.9,9.8,5.9,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","2003","88502",5,33.499722,-86.924167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",81,100,50,61,0,7,"","","Certification not required",0,10.585185,4.402786,20.9,"2013-09-01 00:00",20.7,"2013-09-10 00:00",20.3,"2013-03-29 00:00",20.1,"2013-09-07 00:00","","","","",20.9,20.7,19.9,17.2,13.1,10,5.1,"Wylam","1242 JERSEY ST WYLAM AL","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-13" +"01","073","2006","44201",1,33.386389,-86.816667,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5752,100,245,245,0,129,0,0,"Certification not required",666,0.043939,0.011931,0.081,"2013-09-09 12:00",0.079,"2013-09-08 13:00",0.076,"2013-09-05 14:00",0.074,"2013-08-30 11:00","","","","",0.076,0.072,0.066,0.058,0.051,0.044,0.029,"","3425 TAMASSEE LANE, HOOVER, AL 35226","Alabama","Jefferson","Hoover","Birmingham-Hoover, AL","2013-11-27" +"01","073","2006","44201",1,33.386389,-86.816667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5805,99,243,245,0,0,0,0,"Certification not required",0,0.038588,0.011297,0.068,"2013-09-08 09:00",0.067,"2013-09-05 10:00",0.066,"2013-09-09 09:00",0.065,"2013-09-04 10:00","","","","",0.066,0.064,0.059,0.052,0.046,0.038,0.025,"","3425 TAMASSEE LANE, HOOVER, AL 35226","Alabama","Jefferson","Hoover","Birmingham-Hoover, AL","2013-11-27" +"01","073","2006","44201",1,33.386389,-86.816667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5805,99,243,245,0,0,0,0,"Certification not required",0,0.038588,0.011297,0.068,"2013-09-08 09:00",0.067,"2013-09-05 10:00",0.066,"2013-09-09 09:00",0.065,"2013-09-04 10:00","","","","",0.066,0.064,0.059,0.052,0.046,0.038,0.025,"","3425 TAMASSEE LANE, HOOVER, AL 35226","Alabama","Jefferson","Hoover","Birmingham-Hoover, AL","2013-11-27" +"01","073","2006","88502",3,33.386389,-86.816667,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7260,83,303,365,0,36,"","","Certification not required",0,9.175689,4.773458,38.5,"2013-03-10 02:00",37.9,"2013-03-10 01:00",36.1,"2013-03-10 03:00",34.3,"2013-03-09 21:00","","","","",23.4,21.2,17.8,15.3,11.8,8.5,3.9,"","3425 TAMASSEE LANE, HOOVER, AL 35226","Alabama","Jefferson","Hoover","Birmingham-Hoover, AL","2013-11-27" +"01","073","2006","88502",3,33.386389,-86.816667,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,9.122442,3.390807,22.7,"2013-09-09 00:00",21.2,"2013-08-29 00:00",20,"2013-09-12 00:00",19.4,"2013-08-28 00:00","","","","",19.4,17.1,14.9,13.8,11.2,8.5,5.3,"","3425 TAMASSEE LANE, HOOVER, AL 35226","Alabama","Jefferson","Hoover","Birmingham-Hoover, AL","2013-11-27" +"01","073","5003","44201",1,33.801667,-86.9425,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5485,100,245,245,0,395,0,0,"Certification not required",7,0.048331,0.010742,0.092,"2013-07-30 14:00",0.076,"2013-05-26 15:00",0.072,"2013-09-07 12:00",0.072,"2013-09-10 11:00","","","","",0.072,0.071,0.066,0.061,0.055,0.048,0.035,"","10005 CORNER SCHOOL ROAD","Alabama","Jefferson","","Birmingham-Hoover, AL","2013-11-27" +"01","073","5003","44201",1,33.801667,-86.9425,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5562,94,231,245,0,0,0,0,"Certification not required",0,0.043576,0.010095,0.079,"2013-07-30 10:00",0.067,"2013-03-15 09:00",0.066,"2013-05-26 10:00",0.064,"2013-09-07 09:00","","","","",0.066,0.062,0.06,0.056,0.051,0.044,0.03,"","10005 CORNER SCHOOL ROAD","Alabama","Jefferson","","Birmingham-Hoover, AL","2013-11-27" +"01","073","5003","44201",1,33.801667,-86.9425,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5562,94,231,245,0,0,1,1,"Certification not required",0,0.043576,0.010095,0.079,"2013-07-30 10:00",0.067,"2013-03-15 09:00",0.066,"2013-05-26 10:00",0.064,"2013-09-07 09:00","","","","",0.066,0.062,0.06,0.056,0.051,0.044,0.03,"","10005 CORNER SCHOOL ROAD","Alabama","Jefferson","","Birmingham-Hoover, AL","2013-11-27" +"01","073","5003","88502",3,33.801667,-86.9425,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8719,100,365,365,0,41,"","","Certification not required",0,9.502982,5.29165,60.3,"2013-03-21 19:00",55.7,"2013-08-29 17:00",54.8,"2013-03-21 18:00",47.5,"2013-08-29 16:00","","","","",25.5,22.2,18.5,16.1,12.2,8.8,3.8,"","10005 CORNER SCHOOL ROAD","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-02-05" +"01","073","5003","88502",3,33.801667,-86.9425,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,9.447123,3.998877,34,"2013-08-29 00:00",24.4,"2013-08-28 00:00",22.1,"2013-09-09 00:00",20.8,"2013-03-09 00:00","","","","",20.8,18.6,16.7,14.8,11.6,8.6,5.1,"","10005 CORNER SCHOOL ROAD","Alabama","Jefferson","","Birmingham-Hoover, AL","2014-02-05" +"01","073","6002","44201",1,33.578333,-86.773889,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5827,100,244,245,0,54,0,0,"Certification not required",720,0.047471,0.011593,0.086,"2013-07-30 16:00",0.08,"2013-09-12 15:00",0.078,"2013-09-06 13:00",0.075,"2013-05-26 14:00","","","","",0.078,0.073,0.068,0.063,0.054,0.047,0.034,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2013-11-27" +"01","073","6002","44201",1,33.578333,-86.773889,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5836,99,243,245,0,0,0,0,"Certification not required",0,0.041584,0.010794,0.076,"2013-07-30 10:00",0.07,"2013-05-26 10:00",0.067,"2013-09-06 09:00",0.065,"2013-08-31 09:00","","","","",0.067,0.065,0.059,0.056,0.049,0.042,0.028,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2013-11-27" +"01","073","6002","44201",1,33.578333,-86.773889,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5836,99,243,245,0,0,1,1,"Certification not required",0,0.041584,0.010794,0.076,"2013-07-30 10:00",0.07,"2013-05-26 10:00",0.067,"2013-09-06 09:00",0.065,"2013-08-31 09:00","","","","",0.067,0.065,0.059,0.056,0.049,0.042,0.028,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2013-11-27" +"01","073","6002","81102",1,33.578333,-86.773889,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,98,60,61,0,1,0,0,"Certification not required",0,16.737705,6.61539,37,"2013-06-27 00:00",32,"2013-03-29 00:00",30,"2013-08-02 00:00",30,"2013-09-01 00:00","","","","",37,32,30,27,19,16,11,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2014-01-27" +"01","073","6002","81102",2,33.578333,-86.773889,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,4,0,0,"Certification not required",0,16.844828,6.76887,36,"2013-06-27 00:00",31,"2013-03-29 00:00",31,"2013-08-02 00:00",30,"2013-04-10 00:00","","","","",36,31,31,30,20,16,11,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2014-01-27" +"01","073","6002","81102",3,33.578333,-86.773889,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8573,98,358,365,0,187,"","","Certification not required",0,13.072787,8.675292,134,"2013-10-11 07:00",129,"2013-09-16 08:00",120,"2013-07-17 06:00",117,"2013-09-16 07:00","","","","",43,36,27,22,16,12,5,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2014-02-05" +"01","073","6002","81102",3,33.578333,-86.773889,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",358,98,358,365,0,0,0,0,"Certification not required",0,12.603352,5.311495,35,"2013-06-13 00:00",33,"2013-09-09 00:00",32,"2013-08-03 00:00",31,"2013-09-16 00:00","","","","",31,27,22,19,15,12,7,"","TARRANT, ELEM. SCH., 1269 PORTLAND STREE","Alabama","Jefferson","Tarrant (corporate name for Tarrant City)","Birmingham-Hoover, AL","2014-02-05" +"01","073","6004","42101",1,33.565278,-86.796389,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8711,99,365,365,0,49,0,0,"Certification not required",7977,0.276323,0.094352,1.7,"2013-05-08 03:00",1.5,"2013-06-28 01:00",1.4,"2013-05-11 07:00",1.4,"2013-07-11 08:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","6004","42101",1,33.565278,-86.796389,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8729,100,364,365,0,0,0,0,"Certification not required",0,0.31597,0.055489,0.8,"2013-05-08 06:00",0.8,"2013-05-08 07:00",0.7,"2013-01-20 04:00",0.7,"2013-01-20 05:00",0.8,"2013-05-08 06:00",0.7,"2013-01-20 04:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","6004","68101",1,33.565278,-86.796389,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",31,100,31,31,0,0,"","","Certification not required",1,0.440323,0.101996,0.5,"2013-07-03 00:00",0.5,"2013-07-09 00:00",0.5,"2013-07-15 00:00",0.5,"2013-07-27 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.4,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68102",1,33.565278,-86.796389,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",31,100,31,31,0,0,"","","Certification not required",0,24,0,24,"2013-07-03 00:00",24,"2013-07-09 00:00",24,"2013-07-15 00:00",24,"2013-07-21 00:00","","","","",24,24,24,24,24,24,24,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68103",1,33.565278,-86.796389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",31,100,31,31,0,0,"","","Certification not required",0,13.093548,9.146472,23.6,"2013-09-01 00:00",22.8,"2013-08-20 00:00",22.7,"2013-07-15 00:00",22.7,"2013-08-08 00:00","","","","",23.6,23.6,22.8,22.7,20.6,17.2,-0.8,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68104",1,33.565278,-86.796389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",31,100,31,31,0,0,"","","Certification not required",0,24.948387,9.031385,35.3,"2013-09-01 00:00",34.3,"2013-07-09 00:00",33.7,"2013-09-07 00:00",33.6,"2013-08-02 00:00","","","","",35.3,35.3,34.3,33.6,32.4,29.7,9.2,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68105",1,33.565278,-86.796389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",31,100,31,31,0,0,"","","Certification not required",0,18.283871,8.969024,28.8,"2013-09-01 00:00",27.5,"2013-07-09 00:00",26.9,"2013-08-02 00:00",26.8,"2013-08-08 00:00","","","","",28.8,28.8,27.5,26.8,25.2,22.6,6.2,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68106",1,33.565278,-86.796389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",31,100,31,31,0,0,"","","Certification not required",0,745.612903,4.02225,754,"2013-12-24 00:00",753,"2013-11-24 00:00",753,"2013-12-12 00:00",751,"2013-10-25 00:00","","","","",754,754,753,751,748,745,741,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68107",1,33.565278,-86.796389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",31,100,31,31,0,0,"","","Certification not required",0,750.290323,4.406008,759,"2013-12-12 00:00",758,"2013-11-24 00:00",758,"2013-12-24 00:00",757,"2013-11-12 00:00","","","","",759,759,758,757,753,749,746,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68108",1,33.565278,-86.796389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",31,100,31,31,0,0,"","","Certification not required",0,747.387097,4.136645,756,"2013-12-12 00:00",755,"2013-11-24 00:00",755,"2013-12-24 00:00",753,"2013-10-25 00:00","","","","",756,756,755,753,751,747,743,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","68109",1,33.565278,-86.796389,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",31,100,31,31,0,0,"","","Certification not required",0,1440,0,1440,"2013-07-03 00:00",1440,"2013-07-09 00:00",1440,"2013-07-15 00:00",1440,"2013-07-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","81102",1,33.565278,-86.796389,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8576,98,355,365,0,184,"","","Certification not required",0,21.343167,15.226902,276,"2013-03-18 14:00",185,"2013-03-20 15:00",173,"2013-06-13 08:00",158,"2013-06-13 09:00","","","","",77,65,49,38,27,18,7,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","6004","81102",1,33.565278,-86.796389,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",355,97,355,365,0,0,0,0,"Certification not required",0,20.884507,9.939118,74,"2013-06-13 00:00",58,"2013-06-27 00:00",55,"2013-06-25 00:00",52,"2013-03-15 00:00","","","","",52,48,41,33,26,20,10,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-05" +"01","073","6004","81102",2,33.565278,-86.796389,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,23.576271,10.717699,64,"2013-06-27 00:00",41,"2013-02-27 00:00",41,"2013-05-16 00:00",40,"2013-03-29 00:00","","","","",64,41,41,39,31,22,12,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-02-20" +"01","073","6004","85101",2,33.565278,-86.796389,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,30,6.670832,40,"2013-09-01 00:00",32,"2013-09-13 00:00",30,"2013-09-07 00:00",25,"2013-09-25 00:00","","","","",40,40,40,40,32,30,23,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2013-10-21" +"01","073","6004","88101",1,33.565278,-86.796389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,0,0,0,"Certification not required",0,11.503226,4.235838,23.9,"2013-09-01 00:00",18.9,"2013-07-27 00:00",18.8,"2013-09-07 00:00",17,"2013-08-02 00:00","","","","",23.9,23.9,18.9,17,12.7,11.2,6.2,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","073","6004","88101",1,33.565278,-86.796389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,0,"","","Certification not required",0,11.503226,4.235838,23.9,"2013-09-01 00:00",18.9,"2013-07-27 00:00",18.8,"2013-09-07 00:00",17,"2013-08-02 00:00","","","","",23.9,23.9,18.9,17,12.7,11.2,6.2,"Sloss Shuttlesworth","4113 SHUTTLESWORTH DRIVE","Alabama","Jefferson","Birmingham","Birmingham-Hoover, AL","2014-01-27" +"01","079","0002","85101",1,34.342904,-87.33973,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.66639,8.434719,45.4669,"2013-04-16 00:00",41.5912,"2013-04-10 00:00",25.9046,"2013-04-13 00:00",22.9155,"2013-04-22 00:00","","","","",45.4669,41.5912,25.9046,21.1895,14.8904,8.9298,4.709,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","86502",1,34.342904,-87.33973,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.196078,7.400053,36,"2013-04-16 00:00",34,"2013-04-10 00:00",21,"2013-04-13 00:00",15,"2013-04-22 00:00","","","","",36,34,21,13,5,3,1,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88103",1,34.342904,-87.33973,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000333,0.000476,0.001,"2013-01-10 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-21 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88104",1,34.342904,-87.33973,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.022412,0.01656,0.0697,"2013-05-16 00:00",0.0589,"2013-04-10 00:00",0.056,"2013-05-01 00:00",0.0526,"2013-04-22 00:00","","","","",0.0697,0.0589,0.056,0.0419,0.0358,0.0163,0.0058,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88109",1,34.342904,-87.33973,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002359,0.0014,0.0065,"2013-01-28 00:00",0.0063,"2013-03-29 00:00",0.0054,"2013-03-17 00:00",0.0042,"2013-02-06 00:00","","","","",0.0065,0.0063,0.0054,0.0039,0.0033,0.002,0.0008,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88111",1,34.342904,-87.33973,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022825,0.014271,0.0634,"2013-03-08 00:00",0.0528,"2013-03-29 00:00",0.0526,"2013-05-16 00:00",0.0509,"2013-04-10 00:00","","","","",0.0634,0.0528,0.0526,0.0419,0.0304,0.0223,0.0074,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88112",1,34.342904,-87.33973,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88114",1,34.342904,-87.33973,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.000687,0.000375,0.0017,"2013-02-06 00:00",0.0016,"2013-01-04 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-05-16 00:00","","","","",0.0017,0.0016,0.0013,0.0012,0.0009,0.0007,0.0002,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88115",1,34.342904,-87.33973,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.001715,0.0033,0.0233,"2013-01-13 00:00",0.0049,"2013-05-19 00:00",0.0039,"2013-03-17 00:00",0.0038,"2013-03-29 00:00","","","","",0.0233,0.0049,0.0039,0.0033,0.0021,0.0009,0.00015,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88126",1,34.342904,-87.33973,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022949,0.011736,0.0569,"2013-05-16 00:00",0.0454,"2013-05-01 00:00",0.0422,"2013-03-29 00:00",0.0404,"2013-04-22 00:00","","","","",0.0569,0.0454,0.0422,0.0375,0.0291,0.0239,0.0086,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88128",1,34.342904,-87.33973,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001549,0.000966,0.004,"2013-01-25 00:00",0.004,"2013-02-24 00:00",0.004,"2013-03-29 00:00",0.003,"2013-01-07 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0.001,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88132",1,34.342904,-87.33973,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001078,0.00056,0.002,"2013-01-04 00:00",0.002,"2013-01-19 00:00",0.002,"2013-01-25 00:00",0.002,"2013-01-28 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88136",1,34.342904,-87.33973,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88140",1,34.342904,-87.33973,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.010508,0.014349,0.0624,"2013-05-31 00:00",0.0496,"2013-05-19 00:00",0.046,"2013-04-10 00:00",0.042,"2013-01-13 00:00","","","","",0.0624,0.0496,0.046,0.0308,0.0149,0.0044,0.00105,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88152",1,34.342904,-87.33973,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.001654,0.001853,0.0066,"2013-01-07 00:00",0.0061,"2013-03-17 00:00",0.0056,"2013-05-19 00:00",0.0052,"2013-02-09 00:00","","","","",0.0066,0.0061,0.0056,0.0044,0.0029,0.0008,0.00015,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88154",1,34.342904,-87.33973,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000316,0.000213,0.0009,"2013-01-28 00:00",0.0008,"2013-02-24 00:00",0.0007,"2013-01-07 00:00",0.0007,"2013-01-25 00:00","","","","",0.0009,0.0008,0.0007,0.0006,0.0005,0.0003,0.0001,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88161",1,34.342904,-87.33973,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001775,0.001093,0.0049,"2013-05-16 00:00",0.0037,"2013-04-10 00:00",0.0036,"2013-04-22 00:00",0.0036,"2013-05-01 00:00","","","","",0.0049,0.0037,0.0036,0.0035,0.0026,0.0015,0.0006,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88164",1,34.342904,-87.33973,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.000297,0.00032,0.0019,"2013-05-19 00:00",0.0011,"2013-04-16 00:00",0.001,"2013-04-10 00:00",0.0006,"2013-01-07 00:00","","","","",0.0019,0.0011,0.001,0.0006,0.0004,0.0002,0.0001,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88165",1,34.342904,-87.33973,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.051148,0.038896,0.1681,"2013-05-16 00:00",0.1235,"2013-03-17 00:00",0.1205,"2013-04-10 00:00",0.1192,"2013-05-01 00:00","","","","",0.1681,0.1235,0.1205,0.1112,0.0793,0.0363,0.0108,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88167",1,34.342904,-87.33973,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00579,0.003307,0.0176,"2013-03-08 00:00",0.0124,"2013-03-29 00:00",0.0115,"2013-01-28 00:00",0.0111,"2013-02-24 00:00","","","","",0.0176,0.0124,0.0115,0.0108,0.0081,0.0048,0.0028,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88168",1,34.342904,-87.33973,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000277,0.000165,0.0007,"2013-05-28 00:00",0.0006,"2013-02-24 00:00",0.0006,"2013-04-10 00:00",0.0005,"2013-01-10 00:00","","","","",0.0007,0.0006,0.0006,0.0005,0.0004,0.0003,0.0001,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88169",1,34.342904,-87.33973,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.573771,0.294982,1.8766,"2013-05-19 00:00",1.0999,"2013-03-08 00:00",1.08,"2013-01-07 00:00",1.0381,"2013-02-09 00:00","","","","",1.8766,1.0999,1.08,0.8466,0.7147,0.5334,0.2611,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88176",1,34.342904,-87.33973,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000184,7.8e-05,0.0004,"2013-01-10 00:00",0.0004,"2013-02-24 00:00",0.0004,"2013-03-08 00:00",0.0004,"2013-05-16 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88180",1,34.342904,-87.33973,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.041086,0.024618,0.1492,"2013-05-19 00:00",0.0892,"2013-01-19 00:00",0.0795,"2013-04-10 00:00",0.0784,"2013-05-31 00:00","","","","",0.1492,0.0892,0.0795,0.0738,0.0493,0.0352,0.0159,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88184",1,34.342904,-87.33973,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.049241,0.070947,0.2796,"2013-01-13 00:00",0.267,"2013-05-31 00:00",0.227,"2013-04-10 00:00",0.179,"2013-05-19 00:00","","","","",0.2796,0.267,0.227,0.135,0.0443,0.0154,0.0016,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88185",1,34.342904,-87.33973,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000645,0.00022,0.0015,"2013-02-03 00:00",0.0014,"2013-03-29 00:00",0.001,"2013-01-16 00:00",0.0009,"2013-01-13 00:00","","","","",0.0015,0.0014,0.001,0.0007,0.0007,0.00065,0.0004,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88203",1,34.342904,-87.33973,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.039782,0.050945,0.3132,"2013-01-13 00:00",0.1503,"2013-05-31 00:00",0.121,"2013-01-10 00:00",0.1152,"2013-03-05 00:00","","","","",0.3132,0.1503,0.121,0.0838,0.0523,0.0235,0.0084,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88306",1,34.342904,-87.33973,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.655333,0.600644,3.0511,"2013-01-07 00:00",2.4688,"2013-03-23 00:00",1.4745,"2013-01-25 00:00",1.4477,"2013-01-16 00:00","","","","",3.0511,2.4688,1.4745,1.3989,1.0206,0.458,0.1384,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88320",1,34.342904,-87.33973,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.258039,0.75804,3.21,"2013-01-28 00:00",2.9,"2013-03-29 00:00",2.88,"2013-03-08 00:00",2.53,"2013-03-17 00:00","","","","",3.21,2.9,2.88,2.32,1.73,1.06,0.47,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88321",1,34.342904,-87.33973,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.240588,0.121481,0.56,"2013-01-28 00:00",0.49,"2013-03-08 00:00",0.49,"2013-03-29 00:00",0.48,"2013-03-17 00:00","","","","",0.56,0.49,0.49,0.4,0.33,0.22,0.08,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88324",1,34.342904,-87.33973,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.033921,0.03936,0.2087,"2013-03-17 00:00",0.1925,"2013-03-29 00:00",0.1369,"2013-03-08 00:00",0.0603,"2013-02-06 00:00","","","","",0.2087,0.1925,0.1369,0.0506,0.03015,0.0235,0.01045,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88325",1,34.342904,-87.33973,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.278802,0.178996,0.7134,"2013-01-28 00:00",0.6436,"2013-05-19 00:00",0.6267,"2013-03-17 00:00",0.5996,"2013-03-29 00:00","","","","",0.7134,0.6436,0.6267,0.5449,0.4127,0.2261,0.089,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88326",1,34.342904,-87.33973,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.350135,0.244201,1.0934,"2013-01-28 00:00",0.8508,"2013-03-29 00:00",0.8272,"2013-01-25 00:00",0.8106,"2013-03-23 00:00","","","","",1.0934,0.8508,0.8272,0.6586,0.517,0.2626,0.098,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88327",1,34.342904,-87.33973,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.268482,0.174989,0.835,"2013-01-28 00:00",0.6582,"2013-05-19 00:00",0.606,"2013-03-29 00:00",0.5741,"2013-03-08 00:00","","","","",0.835,0.6582,0.606,0.5071,0.3743,0.21,0.1016,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88328",1,34.342904,-87.33973,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.336894,0.177308,0.9644,"2013-03-08 00:00",0.6944,"2013-05-19 00:00",0.6474,"2013-03-29 00:00",0.6138,"2013-05-16 00:00","","","","",0.9644,0.6944,0.6474,0.5442,0.4489,0.2902,0.1329,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88329",1,34.342904,-87.33973,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.524927,0.278168,1.3495,"2013-03-08 00:00",1.0834,"2013-03-29 00:00",1.0371,"2013-01-28 00:00",1.027,"2013-05-19 00:00","","","","",1.3495,1.0834,1.0371,0.9147,0.698,0.4772,0.1965,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88330",1,34.342904,-87.33973,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.052008,0.017841,0.102,"2013-03-08 00:00",0.0995,"2013-03-20 00:00",0.0864,"2013-03-05 00:00",0.0816,"2013-01-07 00:00","","","","",0.102,0.0995,0.0864,0.0763,0.062,0.0483,0.0345,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88331",1,34.342904,-87.33973,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,8.8e-05,0.000214,0.001,"2013-04-07 00:00",0.001,"2013-05-01 00:00",0.0007,"2013-03-20 00:00",0.00015,"2013-03-02 00:00","","","","",0.001,0.001,0.0007,0.00015,5e-05,0,0,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88338",1,34.342904,-87.33973,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.017497,0.00872,0.0626,"2013-05-31 00:00",0.0418,"2013-01-25 00:00",0.0256,"2013-02-24 00:00",0.0256,"2013-02-27 00:00","","","","",0.0626,0.0418,0.0256,0.0249,0.02305,0.01485,0.0112,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88339",1,34.342904,-87.33973,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.36679,1.216815,7.7411,"2013-05-19 00:00",4.53713,"2013-03-08 00:00",4.45492,"2013-01-07 00:00",4.28212,"2013-02-09 00:00","","","","",7.7411,4.53713,4.45492,3.49214,2.94793,2.20028,1.07687,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88344",1,34.342904,-87.33973,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.845376,0.774821,3.9359,"2013-01-07 00:00",3.1848,"2013-03-23 00:00",1.9021,"2013-01-25 00:00",1.8675,"2013-01-16 00:00","","","","",3.9359,3.1848,1.9021,1.8046,1.3166,0.5908,0.1785,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88348",1,34.342904,-87.33973,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.272563,0.179405,0.8047,"2013-05-16 00:00",0.6165,"2013-04-10 00:00",0.5929,"2013-05-01 00:00",0.5658,"2013-04-22 00:00","","","","",0.8047,0.6165,0.5929,0.5356,0.405,0.2124,0.0789,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88350",1,34.342904,-87.33973,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.264961,1.363849,5.78,"2013-01-28 00:00",5.2133,"2013-03-29 00:00",5.1818,"2013-03-08 00:00",4.5533,"2013-03-17 00:00","","","","",5.78,5.2133,5.1818,4.1785,3.1162,1.9087,0.8422,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88403",1,34.342904,-87.33973,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.718324,0.908099,5.7339,"2013-05-19 00:00",3.3986,"2013-03-08 00:00",3.1447,"2013-02-09 00:00",3.1159,"2013-01-07 00:00","","","","",5.7339,3.3986,3.1447,2.5619,2.2043,1.568,0.7671,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","079","0002","88502",1,34.342904,-87.33973,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.884314,2.891807,16.1,"2013-05-19 00:00",12.6,"2013-01-28 00:00",11.3,"2013-03-08 00:00",10.4,"2013-03-29 00:00","","","","",16.1,12.6,11.3,9.4,7.7,5.1,3.1,"SIPSEY (closed 11-01-2007)","US FOREST SERVICE RANGER STA., (SIPSEY) H'WY 33.","Alabama","Lawrence","Moulton","Decatur, AL","2014-01-28" +"01","089","0002","81102",1,34.788333,-86.616111,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",2,13.216667,5.615027,30,"2013-04-10 00:00",26,"2013-06-27 00:00",24,"2013-05-16 00:00",22,"2013-03-29 00:00","","","","",30,26,24,22,17,13,7,"","5006 PULASKI PIKE","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0003","81102",2,34.72874,-86.58501,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",248,100,61,61,0,3,0,0,"Certification not required",2,13.620968,5.835245,42,"2013-04-11 00:00",35,"2013-04-10 00:00",35,"2013-06-13 00:00",30,"2013-06-26 00:00","","","","",35,30,24,21,17,13,7,"","MADISON STREET","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0004","81102",1,34.620278,-86.566389,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,0,0,"Certification not required",1,14.084746,6.026631,38,"2013-04-10 00:00",26,"2013-05-16 00:00",24,"2013-06-27 00:00",23,"2013-09-07 00:00","","","","",38,26,24,20,17,14,7,"","11525 SO PARKWAY","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","44201",1,34.68767,-86.58637,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5705,99,242,245,0,175,0,0,"Certification not required",267,0.048913,0.009557,0.078,"2013-03-15 14:00",0.077,"2013-08-30 11:00",0.07,"2013-08-05 13:00",0.069,"2013-06-04 14:00","","","","",0.07,0.069,0.063,0.06,0.055,0.049,0.037,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-14" +"01","089","0014","44201",1,34.68767,-86.58637,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5795,98,239,245,0,0,0,0,"Certification not required",0,0.044536,0.009329,0.067,"2013-03-15 11:00",0.065,"2013-06-04 11:00",0.065,"2013-08-30 09:00",0.064,"2013-05-15 09:00","","","","",0.065,0.062,0.059,0.056,0.051,0.045,0.032,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-14" +"01","089","0014","44201",1,34.68767,-86.58637,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5795,98,239,245,0,0,0,0,"Certification not required",0,0.044536,0.009329,0.067,"2013-03-15 11:00",0.065,"2013-06-04 11:00",0.065,"2013-08-30 09:00",0.064,"2013-05-15 09:00","","","","",0.065,0.062,0.059,0.056,0.051,0.045,0.032,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-14" +"01","089","0014","68101",1,34.68767,-86.58637,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,2,"","","Certification not required",74,0.159167,0.166146,0.7,"2013-06-21 00:00",0.6,"2013-08-29 00:00",0.6,"2013-09-07 00:00",0.5,"2013-03-29 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.05,0.05,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68102",1,34.68767,-86.58637,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68103",1,34.68767,-86.58637,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,11.498333,9.108708,24.6,"2013-09-01 00:00",24.5,"2013-07-09 00:00",24.2,"2013-07-15 00:00",24.1,"2013-09-10 00:00","","","","",24.5,24.2,23.7,22.1,20,13.2,-0.8,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68103",5,34.68767,-86.58637,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.257692,7.979885,23.7,"2013-07-09 00:00",23.6,"2013-07-15 00:00",23.6,"2013-09-01 00:00",22.1,"2013-07-21 00:00","","","","",23.7,23.6,23.6,21.3,19.7,16.1,0.9,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","68104",1,34.68767,-86.58637,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,22.103333,9.282467,36.1,"2013-06-12 00:00",34.8,"2013-06-27 00:00",34.7,"2013-08-29 00:00",34.3,"2013-07-09 00:00","","","","",34.8,34.7,34,33.5,30.9,23,8.9,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68104",5,34.68767,-86.58637,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,23.471154,8.49432,33.9,"2013-06-27 00:00",33.9,"2013-07-09 00:00",33.6,"2013-09-07 00:00",33.3,"2013-08-02 00:00","","","","",33.9,33.9,33.6,32.5,30.3,27.7,12.2,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","68105",1,34.68767,-86.58637,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,16.496667,8.937278,29.6,"2013-06-12 00:00",28.5,"2013-07-18 00:00",28.4,"2013-09-01 00:00",28.4,"2013-09-10 00:00","","","","",28.5,28.4,28.2,26.7,25.2,17.7,3.8,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68105",5,34.68767,-86.58637,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.938462,7.964287,27.6,"2013-07-09 00:00",27.5,"2013-06-27 00:00",27.4,"2013-09-01 00:00",27,"2013-07-15 00:00","","","","",27.6,27.5,27.4,25.8,24.8,21.5,6.9,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","68106",1,34.68767,-86.58637,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,746.75,3.996322,757,"2013-12-24 00:00",756,"2013-01-04 00:00",756,"2013-11-24 00:00",756,"2013-12-12 00:00","","","","",756,756,754,752,749,747,742,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68106",5,34.68767,-86.58637,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.576923,3.738229,752,"2013-01-04 00:00",750,"2013-01-22 00:00",750,"2013-10-25 00:00",746,"2013-01-28 00:00","","","","",752,750,750,746,744,741,737,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","68107",1,34.68767,-86.58637,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,751.566667,4.059915,762,"2013-12-12 00:00",761,"2013-11-24 00:00",761,"2013-12-24 00:00",760,"2013-11-12 00:00","","","","",761,761,759,758,754,751,747,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68107",5,34.68767,-86.58637,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,747.25,4.232808,758,"2013-01-04 00:00",756,"2013-10-25 00:00",755,"2013-01-22 00:00",755,"2013-02-09 00:00","","","","",758,756,755,754,750,746,743,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","68108",1,34.68767,-86.58637,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,749.275,3.821572,759,"2013-12-12 00:00",759,"2013-12-24 00:00",758,"2013-11-24 00:00",757,"2013-01-04 00:00","","","","",759,758,756,755,752,749,745,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","68108",5,34.68767,-86.58637,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,743.54902,3.517463,753,"2013-01-04 00:00",752,"2013-01-22 00:00",752,"2013-10-25 00:00",749,"2013-02-09 00:00","","","","",753,752,752,748,746,743,740,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","68109",1,34.68767,-86.58637,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,2,"","","Certification not required",0,1439.791667,0.407819,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","81102",1,34.68767,-86.58637,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",1,14.081967,5.681241,38,"2013-04-10 00:00",24,"2013-05-16 00:00",24,"2013-06-27 00:00",23,"2013-03-29 00:00","","","","",38,24,23,21,17,14,8,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","88101",1,34.68767,-86.58637,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,8.64,3.530691,18.3,"2013-12-03 00:00",18,"2013-09-10 00:00",16.2,"2013-08-29 00:00",15.9,"2013-01-28 00:00","","","","",18,16.2,15.7,13.4,10.8,8.4,4.2,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","88101",1,34.68767,-86.58637,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,8.64,3.530691,18.3,"2013-12-03 00:00",18,"2013-09-10 00:00",16.2,"2013-08-29 00:00",15.9,"2013-01-28 00:00","","","","",18,16.2,15.7,13.4,10.8,8.4,4.2,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","88102",5,34.68767,-86.58637,"NAD27","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.021394,0.008025,0.045,"2013-05-28 00:00",0.044,"2013-11-06 00:00",0.043,"2013-08-14 00:00",0.042,"2013-05-16 00:00","","","","",0.045,0.044,0.043,0.029,0.0255,0.021,0.014,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88103",5,34.68767,-86.58637,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000731,0.001031,0.004,"2013-06-09 00:00",0.004,"2013-07-09 00:00",0.003,"2013-07-27 00:00",0.003,"2013-09-07 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88104",5,34.68767,-86.58637,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.028019,0.044414,0.272,"2013-06-27 00:00",0.15,"2013-05-16 00:00",0.109,"2013-08-20 00:00",0.099,"2013-06-09 00:00","","","","",0.272,0.15,0.109,0.048,0.031,0.0125,0.0065,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88107",5,34.68767,-86.58637,"NAD27","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005893,0.004792,0.0295,"2013-01-10 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-01-28 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88109",5,34.68767,-86.58637,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",10,0.003019,0.001517,0.0063,"2013-10-31 00:00",0.006,"2013-02-21 00:00",0.0058,"2013-03-17 00:00",0.0057,"2013-01-28 00:00","","","","",0.0063,0.006,0.0058,0.0053,0.0041,0.0029,0.0009,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88110",5,34.68767,-86.58637,"NAD27","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001308,0.003263,0.014,"2013-03-11 00:00",0.011,"2013-07-21 00:00",0.011,"2013-10-07 00:00",0.009,"2013-08-14 00:00","","","","",0.014,0.011,0.011,0.005,0,0,0,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88111",5,34.68767,-86.58637,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.025195,0.023026,0.101,"2013-05-16 00:00",0.0842,"2013-10-01 00:00",0.0829,"2013-03-29 00:00",0.0829,"2013-06-27 00:00","","","","",0.101,0.0842,0.0829,0.0556,0.0349,0.0178,0.00375,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88112",5,34.68767,-86.58637,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005788,0.017525,0.088,"2013-10-01 00:00",0.086,"2013-10-07 00:00",0.038,"2013-09-19 00:00",0.025,"2013-09-25 00:00","","","","",0.088,0.086,0.038,0.005,0.003,0.001,0,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88113",5,34.68767,-86.58637,"NAD27","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000668,0.000111,0.0011,"2013-01-16 00:00",0.001,"2013-01-10 00:00",0.001,"2013-08-20 00:00",0.0007,"2013-01-22 00:00","","","","",0.0011,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88114",5,34.68767,-86.58637,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.004779,0.004698,0.0175,"2013-10-01 00:00",0.0171,"2013-10-19 00:00",0.0156,"2013-09-19 00:00",0.0151,"2013-03-29 00:00","","","","",0.0175,0.0171,0.0156,0.0121,0.0084,0.003,0.0008,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88115",5,34.68767,-86.58637,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",38,0.00593,0.007974,0.0575,"2013-11-06 00:00",0.0172,"2013-10-01 00:00",0.0156,"2013-04-10 00:00",0.0118,"2013-03-17 00:00","","","","",0.0575,0.0172,0.0156,0.009,0.0055,0.00405,0.00245,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88117",5,34.68767,-86.58637,"NAD27","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005374,0.007627,0.043,"2013-01-10 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-01-28 00:00",0.00485,"2013-03-23 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88118",5,34.68767,-86.58637,"NAD27","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009135,0.006148,0.023,"2013-01-10 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88126",5,34.68767,-86.58637,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.03926,0.028183,0.196,"2013-06-27 00:00",0.105,"2013-05-16 00:00",0.076,"2013-06-09 00:00",0.0718,"2013-01-04 00:00","","","","",0.196,0.105,0.076,0.062,0.0438,0.0327,0.0219,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88128",5,34.68767,-86.58637,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000962,0.001283,0.005,"2013-03-17 00:00",0.004,"2013-03-29 00:00",0.003,"2013-03-23 00:00",0.003,"2013-05-28 00:00","","","","",0.005,0.004,0.003,0.003,0.002,0,0,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88131",5,34.68767,-86.58637,"NAD27","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009644,0.003191,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-08-08 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88132",5,34.68767,-86.58637,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000577,0.000848,0.004,"2013-06-27 00:00",0.003,"2013-05-16 00:00",0.002,"2013-02-09 00:00",0.002,"2013-04-10 00:00","","","","",0.004,0.003,0.002,0.001,0.001,0,0,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88136",5,34.68767,-86.58637,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000135,0.000345,0.001,"2013-04-22 00:00",0.001,"2013-04-28 00:00",0.001,"2013-05-16 00:00",0.001,"2013-06-09 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88140",5,34.68767,-86.58637,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.007697,0.004207,0.029,"2013-11-06 00:00",0.022,"2013-08-20 00:00",0.014,"2013-04-10 00:00",0.012,"2013-02-27 00:00","","","","",0.029,0.022,0.014,0.009,0.009,0.006,0.00475,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88152",5,34.68767,-86.58637,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005541,0.001374,0.008,"2013-01-28 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88154",5,34.68767,-86.58637,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001067,0.000251,0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-11 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88160",5,34.68767,-86.58637,"NAD27","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.013058,0.003785,0.025,"2013-08-20 00:00",0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00","","","","",0.025,0.018,0.018,0.018,0.016,0.01,0.01,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88161",5,34.68767,-86.58637,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.003088,0.003515,0.0266,"2013-06-27 00:00",0.0075,"2013-06-09 00:00",0.007,"2013-05-16 00:00",0.0068,"2013-08-20 00:00","","","","",0.0266,0.0075,0.007,0.00265,0.0026,0.0025,0.0021,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88164",5,34.68767,-86.58637,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001596,0.000201,0.0019,"2013-01-28 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88165",5,34.68767,-86.58637,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.07137,0.090778,0.615,"2013-06-27 00:00",0.212,"2013-06-09 00:00",0.192,"2013-08-20 00:00",0.188,"2013-07-15 00:00","","","","",0.615,0.212,0.192,0.14,0.076,0.049,0.021,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88166",5,34.68767,-86.58637,"NAD27","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007652,0.004524,0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-08-08 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88167",5,34.68767,-86.58637,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",20,0.003821,0.002637,0.014,"2013-01-04 00:00",0.0101,"2013-01-28 00:00",0.009,"2013-05-16 00:00",0.0084,"2013-03-29 00:00","","","","",0.014,0.0101,0.009,0.0068,0.005,0.0037,0.0013,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88168",5,34.68767,-86.58637,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001198,0.000449,0.0036,"2013-06-03 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0036,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88169",5,34.68767,-86.58637,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.774192,0.33619,1.63,"2013-08-02 00:00",1.58,"2013-07-27 00:00",1.42,"2013-09-07 00:00",1.32,"2013-01-28 00:00","","","","",1.63,1.58,1.42,1.22,0.998,0.734,0.352,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88176",5,34.68767,-86.58637,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000941,0.000226,0.0016,"2013-09-19 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88180",5,34.68767,-86.58637,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.048817,0.02534,0.156,"2013-06-27 00:00",0.111,"2013-09-01 00:00",0.106,"2013-04-10 00:00",0.089,"2013-04-16 00:00","","","","",0.156,0.111,0.106,0.075,0.0587,0.0444,0.0279,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88184",5,34.68767,-86.58637,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.049394,0.055325,0.243,"2013-11-06 00:00",0.238,"2013-04-10 00:00",0.197,"2013-01-10 00:00",0.133,"2013-04-16 00:00","","","","",0.243,0.238,0.197,0.114,0.074,0.027,0.0155,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88185",5,34.68767,-86.58637,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003287,0.003428,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-08-08 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88301",5,34.68767,-86.58637,"NAD27","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.57975,0.337025,1.43,"2013-01-28 00:00",1.28,"2013-02-09 00:00",1.27,"2013-02-27 00:00",1.15,"2013-08-02 00:00","","","","",1.43,1.28,1.27,1.04,0.789,0.565,0.182,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88302",5,34.68767,-86.58637,"NAD27","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.078827,0.072728,0.334,"2013-11-06 00:00",0.287,"2013-04-10 00:00",0.25,"2013-07-15 00:00",0.25,"2013-10-13 00:00","","","","",0.334,0.287,0.25,0.14,0.12,0.0583,0.015,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88303",5,34.68767,-86.58637,"NAD27","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.052492,0.102308,0.757,"2013-10-13 00:00",0.109,"2013-07-15 00:00",0.092,"2013-03-29 00:00",0.092,"2013-09-01 00:00","","","","",0.757,0.109,0.092,0.073,0.055,0.0362,0.012,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88306",5,34.68767,-86.58637,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.564777,0.501911,2.71,"2013-01-04 00:00",1.76,"2013-03-23 00:00",1.53,"2013-01-22 00:00",1.28,"2013-10-25 00:00","","","","",2.71,1.76,1.53,1.2,0.858,0.336,0.177,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88355",5,34.68767,-86.58637,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,2.279359,0.977864,4.38,"2013-01-28 00:00",4.16,"2013-03-29 00:00",4.06,"2013-09-01 00:00",4.03,"2013-09-07 00:00","","","","",4.38,4.38,4.16,4.03,2.94,2.26,1.01,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88357",5,34.68767,-86.58637,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.173513,0.076682,0.426,"2013-10-25 00:00",0.338,"2013-03-29 00:00",0.278,"2013-04-10 00:00",0.27,"2013-06-27 00:00","","","","",0.426,0.426,0.338,0.27,0.224,0.16,0.084,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88370",5,34.68767,-86.58637,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,2.070513,0.898375,3.93,"2013-09-01 00:00",3.86,"2013-01-28 00:00",3.71,"2013-03-29 00:00",3.66,"2013-09-07 00:00","","","","",3.93,3.93,3.86,3.66,2.76,2.04,0.879,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88374",5,34.68767,-86.58637,"NAD27","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",1,0.14941,0.12507,0.425,"2013-03-29 00:00",0.407,"2013-09-25 00:00",0.384,"2013-09-19 00:00",0.38,"2013-06-15 00:00","","","","",0.425,0.425,0.407,0.38,0.248,0.101,0.023,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88375",5,34.68767,-86.58637,"NAD27","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.541103,0.255708,1.22,"2013-09-01 00:00",1.14,"2013-09-07 00:00",0.938,"2013-06-21 00:00",0.87,"2013-01-28 00:00","","","","",1.22,1.22,1.14,0.87,0.704,0.501,0.228,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88376",5,34.68767,-86.58637,"NAD27","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.574923,0.238551,1.09,"2013-04-10 00:00",1.01,"2013-01-28 00:00",0.967,"2013-03-29 00:00",0.915,"2013-05-28 00:00","","","","",1.09,1.09,1.01,0.915,0.756,0.537,0.287,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88377",5,34.68767,-86.58637,"NAD27","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.390872,0.185423,0.978,"2013-01-28 00:00",0.788,"2013-04-10 00:00",0.744,"2013-03-29 00:00",0.603,"2013-09-07 00:00","","","","",0.978,0.978,0.788,0.603,0.477,0.379,0.153,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88378",5,34.68767,-86.58637,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",1,0.414513,0.213374,0.943,"2013-09-01 00:00",0.824,"2013-09-07 00:00",0.803,"2013-01-28 00:00",0.765,"2013-03-29 00:00","","","","",0.943,0.943,0.824,0.765,0.525,0.407,0.174,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88380",5,34.68767,-86.58637,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.381462,0.17283,0.791,"2013-03-29 00:00",0.752,"2013-01-28 00:00",0.687,"2013-10-25 00:00",0.668,"2013-08-02 00:00","","","","",0.791,0.791,0.752,0.668,0.485,0.367,0.174,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88383",5,34.68767,-86.58637,"NAD27","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.725321,0.335072,1.51,"2013-01-28 00:00",1.48,"2013-03-29 00:00",1.25,"2013-09-01 00:00",1.23,"2013-09-07 00:00","","","","",1.51,1.51,1.48,1.23,0.93,0.691,0.314,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88384",5,34.68767,-86.58637,"NAD27","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.069703,0.044097,0.25,"2013-06-03 00:00",0.173,"2013-10-25 00:00",0.168,"2013-05-10 00:00",0.134,"2013-08-02 00:00","","","","",0.25,0.25,0.173,0.134,0.0754,0.0581,0.0343,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88385",5,34.68767,-86.58637,"NAD27","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",36,0.001299,0.001102,0.00646,"2013-05-10 00:00",0.00464,"2013-06-03 00:00",0.00357,"2013-05-28 00:00",0.001,"2013-01-16 00:00","","","","",0.00646,0.00646,0.00464,0.001,0.001,0.001,0.001,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88388",5,34.68767,-86.58637,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,13,"","","Certification not required",0,0.622487,0.305834,1.32,"2013-01-28 00:00",1.22,"2013-03-29 00:00",1.2,"2013-09-07 00:00",1.08,"2013-09-01 00:00","","","","",1.32,1.32,1.22,1.08,0.783,0.606,0.26,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88403",5,34.68767,-86.58637,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.888865,0.865975,4.03,"2013-08-02 00:00",3.61,"2013-01-28 00:00",3.43,"2013-09-25 00:00",3.41,"2013-07-27 00:00","","","","",4.03,3.61,3.43,3.14,2.55,1.8,0.76,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0014","88501",3,34.68767,-86.58637,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8034,92,335,365,0,726,"","","Certification not required",0,10.718061,5.262453,39.7,"2013-09-07 17:00",38.7,"2013-04-30 07:00",37,"2013-09-07 18:00",36.3,"2013-09-07 19:00","","","","",25.8,23.6,20.1,17.6,13.9,10.2,4.4,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","88501",3,34.68767,-86.58637,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",335,92,335,365,0,0,"","","Certification not required",0,10.674328,4.032532,27.5,"2013-09-07 00:00",25.2,"2013-09-08 00:00",22.3,"2013-09-09 00:00",21.7,"2013-09-10 00:00","","","","",21.7,19,18.1,16.5,13,10.2,6,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-24" +"01","089","0014","88502",5,34.68767,-86.58637,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.519231,3.126361,16.6,"2013-09-07 00:00",16.4,"2013-01-28 00:00",15.8,"2013-07-27 00:00",14.6,"2013-09-01 00:00","","","","",16.6,16.4,15.8,13.4,11.6,9.2,5.7,"HUNTSVILLE OLD AIRPORT","2201 AIRPORT ROAD","Alabama","Madison","Huntsville","Huntsville, AL","2014-02-13" +"01","089","0022","44201",1,34.772727,-86.756174,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5833,100,245,245,0,47,0,0,"Certification not required",268,0.047633,0.009549,0.073,"2013-03-15 14:00",0.073,"2013-09-06 13:00",0.069,"2013-05-26 15:00",0.068,"2013-09-07 16:00","","","","",0.069,0.066,0.063,0.06,0.054,0.047,0.036,"HUNTSVILLE CAPSHAW ROAD","1130 Capshaw Road","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-14" +"01","089","0022","44201",1,34.772727,-86.756174,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5855,99,243,245,0,0,0,0,"Certification not required",0,0.043086,0.009299,0.066,"2013-03-15 10:00",0.064,"2013-09-06 09:00",0.062,"2013-09-07 09:00",0.061,"2013-04-06 10:00","","","","",0.062,0.061,0.057,0.055,0.05,0.044,0.031,"HUNTSVILLE CAPSHAW ROAD","1130 Capshaw Road","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-14" +"01","089","0022","44201",1,34.772727,-86.756174,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5855,99,243,245,0,0,0,0,"Certification not required",0,0.043086,0.009299,0.066,"2013-03-15 10:00",0.064,"2013-09-06 09:00",0.062,"2013-09-07 09:00",0.061,"2013-04-06 10:00","","","","",0.062,0.061,0.057,0.055,0.05,0.044,0.031,"HUNTSVILLE CAPSHAW ROAD","1130 Capshaw Road","Alabama","Madison","Huntsville","Huntsville, AL","2014-01-14" +"01","097","0003","42401",1,30.769941,-88.087526,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",4067,46,179,365,0,277,0,"","Certification not required",0,3.00838,3.60611,19.2,"2013-06-06 10:00",18.1,"2013-01-06 02:00",15.9,"2013-06-20 09:00",15.2,"2013-06-30 09:00","","","","",18.1,15.2,10.6,8.7,3.7,1.7,0.3,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","42401",1,30.769941,-88.087526,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",4067,46,179,365,0,277,"","","Certification not required",0,0.860905,1.507672,19.2,"2013-06-06 10:00",18.8,"2013-06-06 11:00",18.1,"2013-01-06 02:00",17.4,"2013-01-06 15:00","","","","",8,5.9,3.1,1.8,1.1,0.4,0,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","42401",1,30.769941,-88.087526,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",179,49,179,365,0,0,0,"","Certification not required",0,0.857542,0.888811,4.3,"2013-01-06 00:00",3.9,"2013-01-22 00:00",3.4,"2013-01-04 00:00",3.4,"2013-01-14 00:00","","","","",3.9,3.4,3,1.9,1.3,0.6,0,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","42401",1,30.769941,-88.087526,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1221,42,171,365,0,0,"",0,"Certification not required",0,0.855283,1.311175,13,"2013-06-06 11:00",10.1,"2013-01-05 17:00",9.9,"2013-06-20 08:00",9.1,"2013-04-25 11:00","","","","",6.9,5.1,3,2,1.1,0.4,0,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","42401",2,30.769941,-88.087526,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",35327,34,127,365,0,16800,"","","Certification not required",0,1.044538,1.684016,28,"2013-06-20 06:50",26.8,"2013-06-20 06:55",24.4,"2013-01-06 02:05",24.4,"2013-01-06 02:10","","","","",9,6.4,3.3,2,1.2,0.8,0,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-10-01" +"01","097","0003","44201",1,30.769941,-88.087526,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2765,50,122,245,0,163,0,0,"Certification not required",343,0.047434,0.011397,0.08,"2013-03-14 13:00",0.074,"2013-04-02 11:00",0.071,"2013-05-15 12:00",0.071,"2013-05-25 14:00","","","","",0.074,0.071,0.066,0.062,0.055,0.047,0.032,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","44201",1,30.769941,-88.087526,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2902,50,122,245,0,0,0,0,"Certification not required",0,0.041984,0.010631,0.067,"2013-05-15 10:00",0.062,"2013-03-29 10:00",0.06,"2013-03-30 09:00",0.06,"2013-05-14 12:00","","","","",0.062,0.06,0.059,0.056,0.049,0.043,0.026,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","44201",1,30.769941,-88.087526,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2902,50,122,245,0,0,0,0,"Certification not required",0,0.041984,0.010631,0.067,"2013-05-15 10:00",0.062,"2013-03-29 10:00",0.06,"2013-03-30 09:00",0.06,"2013-05-14 12:00","","","","",0.062,0.06,0.059,0.056,0.049,0.043,0.026,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2013-09-30" +"01","097","0003","68101",1,30.769941,-88.087526,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,97,118,122,0,0,"","","Certification not required",1,0.487712,0.203068,1.6,"2013-02-18 00:00",1.5,"2013-02-21 00:00",1.3,"2013-02-24 00:00",1,"2013-02-15 00:00","","","","",1.5,1.3,0.6,0.6,0.5,0.5,0.3,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-03" +"01","097","0003","68102",1,30.769941,-88.087526,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,97,118,122,0,0,"","","Certification not required",0,24.065254,0.13736,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-03" +"01","097","0003","68105",1,30.769941,-88.087526,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,0,"","","Certification not required",0,19.65,6.744048,29.5,"2013-06-27 00:00",29.3,"2013-08-08 00:00",29,"2013-07-30 00:00",28.9,"2013-06-12 00:00","","","","",29.3,29,28,27.5,25.7,20.8,9.1,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-03" +"01","097","0003","68108",1,30.769941,-88.087526,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,0,"","","Certification not required",0,762.372881,3.853729,772,"2013-12-12 00:00",772,"2013-12-24 00:00",770,"2013-01-04 00:00",770,"2013-03-14 00:00","","","","",772,770,770,768,765,762,758,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-03" +"01","097","0003","68109",1,30.769941,-88.087526,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,97,118,122,0,0,"","","Certification not required",0,1439.211864,4.115536,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-03" +"01","097","0003","88101",1,30.769941,-88.087526,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Requested but not yet concurred",0,8.287179,3.594477,26.9,"2013-03-08 00:00",17.2,"2013-12-18 00:00",17,"2013-03-14 00:00",15,"2013-09-16 00:00","","","","",17.2,17,14.5,12.8,10.3,7.7,4.5,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-18" +"01","097","0003","88101",1,30.769941,-88.087526,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Requested but not yet concurred",0,8.287179,3.594477,26.9,"2013-03-08 00:00",17.2,"2013-12-18 00:00",17,"2013-03-14 00:00",15,"2013-09-16 00:00","","","","",17.2,17,14.5,12.8,10.3,7.7,4.5,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-02-18" +"01","097","0003","88501",4,30.769941,-88.087526,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",3536,54,146,275,0,855,"","","Certification not required",0,10.644457,5.894356,36,"2013-09-27 21:00",33.6,"2013-05-16 07:00",33.1,"2013-05-09 07:00",32.9,"2013-04-27 15:00","","","","",27,25,22,19,14,10,4,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-01-30" +"01","097","0003","88501",4,30.769941,-88.087526,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",146,53,146,275,0,0,"","","Certification not required",0,10.521918,4.421195,23.1,"2013-05-30 00:00",21.4,"2013-09-08 00:00",20.2,"2013-09-07 00:00",19.9,"2013-06-25 00:00","","","","",21.4,20.2,18.7,16.7,13.2,10.2,5.1,"CHICKASAW"," CHICKASAW, MOBILE CO., ALABAMA","Alabama","Mobile","Chickasaw","Mobile, AL","2014-01-30" +"01","097","0016","81102",3,30.720515,-88.058951,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,21,8.360622,45,"2013-04-10 00:00",40,"2013-01-22 00:00",31,"2013-03-23 00:00",31,"2013-09-07 00:00","","","","",45,45,31,30,26,19,12,"WKRG, MOBILE","WKRG XMITTING STN, TELEGRAPH RD.","Alabama","Mobile","Mobile","Mobile, AL","2014-01-22" +"01","097","0016","81102",4,30.720515,-88.058951,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,21.409091,7.195988,40,"2013-01-22 00:00",34,"2013-09-07 00:00",32,"2013-05-28 00:00",31,"2013-03-05 00:00","","","","",40,40,32,31,27,21,13,"WKRG, MOBILE","WKRG XMITTING STN, TELEGRAPH RD.","Alabama","Mobile","Mobile","Mobile, AL","2014-01-22" +"01","097","2005","44201",1,30.474674,-88.14114,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2781,50,122,245,0,146,0,0,"Certification not required",193,0.048197,0.012132,0.073,"2013-05-01 23:00",0.072,"2013-03-14 15:00",0.07,"2013-05-08 20:00",0.069,"2013-05-15 15:00","","","","",0.072,0.07,0.066,0.064,0.056,0.049,0.03,"BAY ROAD","BAY RD. ,MOBILE AL.","Alabama","Mobile","Theodore","Mobile, AL","2013-09-30" +"01","097","2005","44201",1,30.474674,-88.14114,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2916,50,122,245,0,0,0,0,"Certification not required",0,0.043615,0.011461,0.063,"2013-03-30 09:00",0.063,"2013-05-08 14:00",0.063,"2013-05-15 08:00",0.062,"2013-03-09 23:00","","","","",0.063,0.063,0.062,0.058,0.051,0.045,0.026,"BAY ROAD","BAY RD. ,MOBILE AL.","Alabama","Mobile","Theodore","Mobile, AL","2013-09-30" +"01","097","2005","44201",1,30.474674,-88.14114,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2916,50,122,245,0,0,0,0,"Certification not required",0,0.043615,0.011461,0.063,"2013-03-30 09:00",0.063,"2013-05-08 14:00",0.063,"2013-05-15 08:00",0.062,"2013-03-09 23:00","","","","",0.063,0.063,0.062,0.058,0.051,0.045,0.026,"BAY ROAD","BAY RD. ,MOBILE AL.","Alabama","Mobile","Theodore","Mobile, AL","2013-09-30" +"01","101","1002","44201",1,32.40712,-86.256367,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5584,100,245,245,0,296,0,0,"Certification not required",349,0.043739,0.010832,0.07,"2013-05-15 13:00",0.067,"2013-03-15 16:00",0.067,"2013-05-26 15:00",0.065,"2013-03-09 14:00","","","","",0.067,0.065,0.061,0.057,0.051,0.045,0.028,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","44201",1,32.40712,-86.256367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5873,100,245,245,0,0,0,0,"Certification not required",0,0.039188,0.010435,0.066,"2013-05-15 09:00",0.064,"2013-05-26 10:00",0.062,"2013-03-15 11:00",0.061,"2013-03-29 10:00","","","","",0.062,0.06,0.055,0.052,0.046,0.04,0.024,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","44201",1,32.40712,-86.256367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5873,100,245,245,0,0,0,0,"Certification not required",0,0.039188,0.010435,0.066,"2013-05-15 09:00",0.064,"2013-05-26 10:00",0.062,"2013-03-15 11:00",0.061,"2013-03-29 10:00","","","","",0.062,0.06,0.055,0.052,0.046,0.04,0.024,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68101",1,32.40712,-86.256367,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,97,118,122,0,0,"","","Certification not required",89,0.105508,0.114314,0.5,"2013-04-13 00:00",0.5,"2013-10-28 00:00",0.5,"2013-11-09 00:00",0.4,"2013-05-01 00:00","","","","",0.5,0.5,0.4,0.3,0.05,0.05,0.05,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68101",2,32.40712,-86.256367,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.119231,0.116381,0.4,"2013-04-04 00:00",0.4,"2013-05-04 00:00",0.4,"2013-05-16 00:00",0.3,"2013-01-10 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68102",1,32.40712,-86.256367,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,97,118,122,0,0,"","","Certification not required",0,24.067797,0.121163,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68102",2,32.40712,-86.256367,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",51,84,51,61,0,0,"","","Certification not required",0,24.021569,0.130098,24.5,"2013-10-19 00:00",24.2,"2013-10-13 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-28 00:00","","","","",24.5,24.2,24.1,24.1,24.1,24,23.9,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68103",5,32.40712,-86.256367,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,15.528846,7.713455,24.3,"2013-07-21 00:00",24.1,"2013-06-27 00:00",23.9,"2013-08-08 00:00",23.6,"2013-07-15 00:00","","","","",24.3,24.1,23.9,23.2,22.1,18.8,4.1,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","68104",5,32.40712,-86.256367,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,27.132692,7.197214,37.4,"2013-09-01 00:00",36.6,"2013-08-02 00:00",36.6,"2013-09-07 00:00",35.9,"2013-06-27 00:00","","","","",37.4,36.6,36.6,35,33.5,29.8,17.7,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","68105",1,32.40712,-86.256367,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,0,"","","Certification not required",0,18.915254,7.504297,30.5,"2013-06-12 00:00",29.3,"2013-06-27 00:00",29,"2013-08-11 00:00",28.6,"2013-08-02 00:00","","","","",29.3,29,28.4,27.6,25.7,20.1,8.3,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68105",2,32.40712,-86.256367,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,18.338462,7.691277,29.7,"2013-06-27 00:00",29,"2013-06-16 00:00",28.2,"2013-08-02 00:00",28,"2013-06-03 00:00","","","","",29.7,29,28.2,27,26.2,18.6,7.4,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68105",5,32.40712,-86.256367,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.780769,7.025026,29.8,"2013-06-27 00:00",29.5,"2013-08-02 00:00",28.9,"2013-09-01 00:00",28.8,"2013-09-07 00:00","","","","",29.8,29.5,28.9,27.8,26.8,24.4,11.2,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","68106",5,32.40712,-86.256367,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,755.372549,3.643958,763,"2013-10-25 00:00",762,"2013-01-04 00:00",761,"2013-08-26 00:00",760,"2013-06-21 00:00","","","","",763,762,761,759,758,756,751,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","68107",5,32.40712,-86.256367,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,759.078431,3.445827,768,"2013-10-25 00:00",765,"2013-01-04 00:00",764,"2013-01-22 00:00",764,"2013-01-28 00:00","","","","",768,765,764,763,762,759,755,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","68108",1,32.40712,-86.256367,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,0,"","","Certification not required",0,758.118644,3.723727,767,"2013-12-12 00:00",767,"2013-12-24 00:00",766,"2013-01-04 00:00",766,"2013-11-24 00:00","","","","",767,766,765,764,760,758,754,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68108",2,32.40712,-86.256367,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,757.634615,3.553672,765,"2013-01-04 00:00",765,"2013-12-12 00:00",765,"2013-12-24 00:00",764,"2013-11-24 00:00","","","","",765,765,765,763,761,757,754,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68108",5,32.40712,-86.256367,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,756.686275,3.58603,766,"2013-10-25 00:00",763,"2013-01-04 00:00",762,"2013-08-26 00:00",761,"2013-01-22 00:00","","","","",766,763,762,761,759,757,752,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","68109",1,32.40712,-86.256367,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,97,118,122,0,0,"","","Certification not required",0,1438.474576,6.681665,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","68109",2,32.40712,-86.256367,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",52,85,52,61,0,0,"","","Certification not required",0,1439.461538,2.524092,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","81102",1,32.40712,-86.256367,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",1,15.311111,6.61892,27,"2013-01-28 00:00",27,"2013-03-29 00:00",27,"2013-06-27 00:00",27,"2013-09-13 00:00","","","","",27,27,27,26,19,16,7,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-01-22" +"01","101","1002","81102",3,32.40712,-86.256367,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",1,15.727273,6.641531,29,"2013-06-27 00:00",27,"2013-01-28 00:00",27,"2013-09-13 00:00",25,"2013-09-07 00:00","","","","",29,29,27,24,21,17,7,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-01-22" +"01","101","1002","88101",1,32.40712,-86.256367,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Requested but not yet concurred",0,8.963025,3.657332,19.4,"2013-08-29 00:00",18.4,"2013-06-12 00:00",17.8,"2013-09-16 00:00",16.7,"2013-09-07 00:00","","","","",18.4,17.8,15.7,14.2,11.4,8.7,4.3,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-18" +"01","101","1002","88101",1,32.40712,-86.256367,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Requested but not yet concurred",0,8.963025,3.657332,19.4,"2013-08-29 00:00",18.4,"2013-06-12 00:00",17.8,"2013-09-16 00:00",16.7,"2013-09-07 00:00","","","","",18.4,17.8,15.7,14.2,11.4,8.7,4.3,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-18" +"01","101","1002","88101",2,32.40712,-86.256367,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,12,0,0,"Requested but not yet concurred",0,9.337255,3.856162,22.3,"2013-09-20 00:00",20.6,"2013-01-28 00:00",14.7,"2013-08-02 00:00",14.7,"2013-10-13 00:00","","","","",22.3,20.6,14.7,13.2,11.7,9.2,5.7,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","88101",2,32.40712,-86.256367,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,12,"","","Requested but not yet concurred",0,9.337255,3.856162,22.3,"2013-09-20 00:00",20.6,"2013-01-28 00:00",14.7,"2013-08-02 00:00",14.7,"2013-10-13 00:00","","","","",22.3,20.6,14.7,13.2,11.7,9.2,5.7,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-03" +"01","101","1002","88102",5,32.40712,-86.256367,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.021865,0.010043,0.067,"2013-04-28 00:00",0.055,"2013-10-25 00:00",0.053,"2013-01-22 00:00",0.026,"2013-02-03 00:00","","","","",0.067,0.055,0.053,0.026,0.021,0.0205,0.014,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88103",5,32.40712,-86.256367,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000654,0.000814,0.003,"2013-02-21 00:00",0.003,"2013-08-26 00:00",0.002,"2013-01-04 00:00",0.002,"2013-06-15 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88104",5,32.40712,-86.256367,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.029337,0.059702,0.328,"2013-06-27 00:00",0.292,"2013-06-09 00:00",0.084,"2013-07-15 00:00",0.066,"2013-09-19 00:00","","","","",0.328,0.292,0.084,0.061,0.029,0.0115,0.0065,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88107",5,32.40712,-86.256367,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005929,0.004791,0.0295,"2013-01-10 00:00",0.0295,"2013-06-21 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-02-15 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88109",5,32.40712,-86.256367,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.003636,0.003159,0.0182,"2013-01-28 00:00",0.0128,"2013-10-31 00:00",0.008,"2013-04-10 00:00",0.007,"2013-09-19 00:00","","","","",0.0182,0.0128,0.008,0.0067,0.005,0.0032,0.00065,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88110",5,32.40712,-86.256367,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001904,0.004758,0.023,"2013-08-08 00:00",0.019,"2013-07-09 00:00",0.015,"2013-02-09 00:00",0.008,"2013-04-04 00:00","","","","",0.023,0.019,0.015,0.006,0,0,0,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88111",5,32.40712,-86.256367,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.019762,0.0201,0.11,"2013-06-27 00:00",0.0714,"2013-10-01 00:00",0.0548,"2013-02-27 00:00",0.0469,"2013-09-13 00:00","","","","",0.11,0.0714,0.0548,0.0428,0.0264,0.0142,0.00235,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88112",5,32.40712,-86.256367,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005712,0.014871,0.071,"2013-10-01 00:00",0.052,"2013-10-13 00:00",0.051,"2013-11-06 00:00",0.049,"2013-10-07 00:00","","","","",0.071,0.052,0.051,0.005,0.003,0.001,0,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88113",5,32.40712,-86.256367,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.000706,0.000236,0.0017,"2013-06-27 00:00",0.0016,"2013-06-09 00:00",0.0014,"2013-07-27 00:00",0.001,"2013-01-10 00:00","","","","",0.0017,0.0016,0.0014,0.0007,0.0007,0.00065,0.00055,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88114",5,32.40712,-86.256367,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",23,0.003074,0.002687,0.0107,"2013-08-02 00:00",0.0099,"2013-07-27 00:00",0.0095,"2013-10-13 00:00",0.0088,"2013-10-25 00:00","","","","",0.0107,0.0099,0.0095,0.0069,0.0044,0.0021,0.0008,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88115",5,32.40712,-86.256367,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.010166,0.015445,0.0918,"2013-11-06 00:00",0.0652,"2013-10-31 00:00",0.0305,"2013-04-10 00:00",0.0274,"2013-03-17 00:00","","","","",0.0918,0.0652,0.0305,0.0189,0.0096,0.00405,0.00245,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88117",5,32.40712,-86.256367,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005442,0.007672,0.0435,"2013-01-10 00:00",0.043,"2013-06-21 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-02-15 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88118",5,32.40712,-86.256367,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.009299,0.006088,0.023,"2013-01-10 00:00",0.023,"2013-06-21 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88126",5,32.40712,-86.256367,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.039319,0.034351,0.201,"2013-06-27 00:00",0.185,"2013-06-09 00:00",0.0806,"2013-07-15 00:00",0.0658,"2013-09-13 00:00","","","","",0.201,0.185,0.0806,0.0561,0.0433,0.0331,0.0176,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88128",5,32.40712,-86.256367,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002077,0.003105,0.012,"2013-07-27 00:00",0.011,"2013-10-31 00:00",0.01,"2013-01-28 00:00",0.009,"2013-10-19 00:00","","","","",0.012,0.011,0.01,0.007,0.003,0.001,0,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88131",5,32.40712,-86.256367,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010385,0.004335,0.031,"2013-10-19 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-03-17 00:00","","","","",0.031,0.0165,0.0165,0.0165,0.011,0.008,0.007,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88132",5,32.40712,-86.256367,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000885,0.000922,0.003,"2013-06-09 00:00",0.003,"2013-06-27 00:00",0.003,"2013-07-15 00:00",0.002,"2013-03-17 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88136",5,32.40712,-86.256367,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.6e-05,0.000358,0.002,"2013-03-23 00:00",0.001,"2013-07-27 00:00",0.001,"2013-09-01 00:00",0.001,"2013-11-06 00:00","","","","",0.002,0.001,0.001,0,0,0,0,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88140",5,32.40712,-86.256367,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.008021,0.005795,0.0335,"2013-02-27 00:00",0.032,"2013-07-27 00:00",0.022,"2013-04-28 00:00",0.0162,"2013-04-16 00:00","","","","",0.0335,0.032,0.022,0.009,0.009,0.006,0.0055,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88152",5,32.40712,-86.256367,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005879,0.001569,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88154",5,32.40712,-86.256367,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001048,0.000298,0.002,"2013-05-16 00:00",0.0015,"2013-02-09 00:00",0.0014,"2013-06-03 00:00",0.0013,"2013-01-16 00:00","","","","",0.002,0.0015,0.0014,0.0013,0.0013,0.001,0.00065,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88160",5,32.40712,-86.256367,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.012885,0.003507,0.018,"2013-02-03 00:00",0.018,"2013-02-27 00:00",0.018,"2013-03-17 00:00",0.018,"2013-04-16 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88161",5,32.40712,-86.256367,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.003186,0.003763,0.0235,"2013-06-09 00:00",0.0191,"2013-06-27 00:00",0.0076,"2013-09-19 00:00",0.00265,"2013-02-09 00:00","","","","",0.0235,0.0191,0.0076,0.00265,0.00265,0.0025,0.0021,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88164",5,32.40712,-86.256367,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001658,0.000293,0.003,"2013-10-07 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-05 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88165",5,32.40712,-86.256367,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.117639,0.137011,0.696,"2013-06-27 00:00",0.595,"2013-06-09 00:00",0.484,"2013-07-15 00:00",0.244,"2013-08-08 00:00","","","","",0.696,0.595,0.484,0.232,0.163,0.0896,0.023,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88166",5,32.40712,-86.256367,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.008365,0.004693,0.019,"2013-03-17 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-27 00:00",0.0185,"2013-04-16 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88167",5,32.40712,-86.256367,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.016483,0.025589,0.133,"2013-04-10 00:00",0.123,"2013-09-19 00:00",0.05,"2013-06-21 00:00",0.042,"2013-10-01 00:00","","","","",0.133,0.123,0.05,0.0361,0.0198,0.0073,0.00175,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88168",5,32.40712,-86.256367,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001379,0.000935,0.0058,"2013-03-29 00:00",0.0058,"2013-09-19 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-27 00:00","","","","",0.0058,0.0058,0.00175,0.00175,0.00115,0.00115,0.00085,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88169",5,32.40712,-86.256367,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.712835,0.389469,1.51,"2013-08-02 00:00",1.49,"2013-08-14 00:00",1.44,"2013-09-13 00:00",1.42,"2013-01-28 00:00","","","","",1.51,1.49,1.44,1.35,0.919,0.702,0.27,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88176",5,32.40712,-86.256367,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000987,0.000203,0.0015,"2013-01-16 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88180",5,32.40712,-86.256367,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.053998,0.026501,0.116,"2013-06-27 00:00",0.106,"2013-03-23 00:00",0.105,"2013-04-10 00:00",0.105,"2013-09-01 00:00","","","","",0.116,0.106,0.105,0.0888,0.0711,0.0541,0.025,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88184",5,32.40712,-86.256367,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",24,0.065567,0.060606,0.227,"2013-04-10 00:00",0.225,"2013-11-06 00:00",0.208,"2013-04-28 00:00",0.205,"2013-01-10 00:00","","","","",0.227,0.225,0.208,0.149,0.092,0.038,0.0155,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88185",5,32.40712,-86.256367,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003428,0.003535,0.0115,"2013-02-03 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-16 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88301",5,32.40712,-86.256367,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.413875,0.305367,1.37,"2013-01-28 00:00",1.04,"2013-08-02 00:00",0.921,"2013-09-13 00:00",0.893,"2013-02-09 00:00","","","","",1.37,1.04,0.921,0.822,0.663,0.347,0.041,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88302",5,32.40712,-86.256367,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.099558,0.07497,0.296,"2013-11-06 00:00",0.269,"2013-04-10 00:00",0.259,"2013-06-27 00:00",0.258,"2013-04-16 00:00","","","","",0.296,0.269,0.259,0.189,0.15,0.0715,0.024,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88303",5,32.40712,-86.256367,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.041687,0.02441,0.117,"2013-01-28 00:00",0.108,"2013-03-29 00:00",0.091,"2013-06-15 00:00",0.084,"2013-03-23 00:00","","","","",0.117,0.108,0.091,0.072,0.05,0.036,0.012,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88306",5,32.40712,-86.256367,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.334344,0.200901,1.22,"2013-01-04 00:00",0.757,"2013-01-28 00:00",0.669,"2013-02-09 00:00",0.655,"2013-02-03 00:00","","","","",1.22,0.757,0.669,0.559,0.402,0.308,0.157,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88355",5,32.40712,-86.256367,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,2.705644,1.261889,6.12,"2013-01-28 00:00",5.03,"2013-10-13 00:00",5,"2013-02-21 00:00",4.97,"2013-03-29 00:00","","","","",6.12,6.12,5,4.68,3.36,2.47,1.21,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88357",5,32.40712,-86.256367,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.219578,0.098743,0.527,"2013-02-21 00:00",0.473,"2013-03-29 00:00",0.405,"2013-09-13 00:00",0.352,"2013-04-10 00:00","","","","",0.527,0.527,0.405,0.351,0.259,0.217,0.109,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88370",5,32.40712,-86.256367,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,2.467422,1.120577,5.43,"2013-01-28 00:00",4.49,"2013-10-13 00:00",4.47,"2013-02-21 00:00",4.35,"2013-03-29 00:00","","","","",5.43,5.43,4.47,4.18,3.08,2.24,1.13,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88374",5,32.40712,-86.256367,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",1,0.213,0.193931,0.914,"2013-10-13 00:00",0.586,"2013-03-29 00:00",0.556,"2013-11-06 00:00",0.543,"2013-02-21 00:00","","","","",0.914,0.914,0.556,0.515,0.305,0.141,0.038,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88375",5,32.40712,-86.256367,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.632289,0.278881,1.21,"2013-09-13 00:00",1.16,"2013-01-28 00:00",1.15,"2013-09-07 00:00",1.09,"2013-07-27 00:00","","","","",1.21,1.21,1.15,1.03,0.84,0.591,0.283,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88376",5,32.40712,-86.256367,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.725844,0.354498,1.85,"2013-01-28 00:00",1.6,"2013-02-21 00:00",1.22,"2013-03-29 00:00",1.19,"2013-09-13 00:00","","","","",1.85,1.85,1.22,1.18,0.93,0.625,0.326,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88377",5,32.40712,-86.256367,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.445067,0.238677,1.4,"2013-01-28 00:00",0.791,"2013-03-29 00:00",0.773,"2013-02-21 00:00",0.772,"2013-09-13 00:00","","","","",1.4,1.4,0.773,0.746,0.587,0.41,0.186,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88378",5,32.40712,-86.256367,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.451444,0.208016,1.07,"2013-10-13 00:00",0.863,"2013-07-27 00:00",0.779,"2013-03-23 00:00",0.766,"2013-03-29 00:00","","","","",1.07,1.07,0.779,0.74,0.564,0.435,0.193,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88380",5,32.40712,-86.256367,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.457911,0.244434,1.09,"2013-03-29 00:00",1.06,"2013-02-21 00:00",1.04,"2013-01-28 00:00",0.928,"2013-07-27 00:00","","","","",1.09,1.09,1.04,0.827,0.551,0.394,0.179,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88383",5,32.40712,-86.256367,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.8502,0.413855,1.83,"2013-10-13 00:00",1.76,"2013-03-29 00:00",1.73,"2013-07-27 00:00",1.61,"2013-02-21 00:00","","","","",1.83,1.83,1.73,1.57,1.08,0.798,0.346,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88384",5,32.40712,-86.256367,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.059213,0.030279,0.155,"2013-09-25 00:00",0.152,"2013-09-07 00:00",0.145,"2013-10-25 00:00",0.0922,"2013-10-19 00:00","","","","",0.155,0.155,0.145,0.0891,0.0711,0.052,0.0267,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88385",5,32.40712,-86.256367,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",43,0.001105,0.000498,0.00368,"2013-10-19 00:00",0.00306,"2013-10-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00368,0.00368,0.001,0.001,0.001,0.001,0.001,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88388",5,32.40712,-86.256367,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.689556,0.351365,1.61,"2013-10-13 00:00",1.53,"2013-07-27 00:00",1.38,"2013-03-29 00:00",1.25,"2013-01-28 00:00","","","","",1.61,1.61,1.38,1.16,0.857,0.644,0.29,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88403",5,32.40712,-86.256367,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.720702,0.934076,3.92,"2013-01-28 00:00",3.7,"2013-08-02 00:00",3.47,"2013-04-28 00:00",3.41,"2013-09-13 00:00","","","","",3.92,3.7,3.47,3.08,2.17,1.7,0.604,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","101","1002","88501",3,32.40712,-86.256367,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",7587,87,311,365,0,1173,"","","Certification not required",0,8.120219,5.989627,50.5,"2013-09-24 18:00",48,"2013-03-10 00:00",46.8,"2013-04-19 16:00",46.5,"2013-03-10 01:00","","","","",26.3,22.4,18.8,16,11.2,7.3,1.5,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-07" +"01","101","1002","88501",3,32.40712,-86.256367,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,"","","Certification not required",0,8.076849,4.15202,26.2,"2013-03-09 00:00",21.5,"2013-01-28 00:00",18.5,"2013-09-09 00:00",18.2,"2013-03-10 00:00","","","","",18.2,17.1,15.6,13.8,10.7,7.9,3.2,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-07" +"01","101","1002","88502",5,32.40712,-86.256367,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.871154,4.603636,22.4,"2013-01-28 00:00",21.3,"2013-09-01 00:00",18,"2013-09-07 00:00",17.2,"2013-02-21 00:00","","","","",22.4,21.3,18,15.8,12.3,9.4,4.7,"MOMS, ADEM","1350 COLISEUM BLVD, MONTGOMERY, ALABAMA 36110","Alabama","Montgomery","Montgomery","Montgomery, AL","2014-02-13" +"01","103","0011","44201",1,34.518735,-86.976939,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5566,98,241,245,0,314,0,0,"Certification not required",639,0.046498,0.009835,0.074,"2013-08-30 11:00",0.073,"2013-03-15 14:00",0.065,"2013-03-09 15:00",0.065,"2013-09-05 14:00","","","","",0.065,0.064,0.062,0.059,0.053,0.047,0.034,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","44201",1,34.518735,-86.976939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5811,98,241,245,0,0,0,0,"Certification not required",0,0.041805,0.009752,0.066,"2013-03-15 10:00",0.063,"2013-08-30 09:00",0.061,"2013-03-09 12:00",0.06,"2013-04-06 09:00","","","","",0.061,0.059,0.056,0.055,0.049,0.043,0.029,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","44201",1,34.518735,-86.976939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5811,98,241,245,0,0,0,0,"Certification not required",0,0.041805,0.009752,0.066,"2013-03-15 10:00",0.063,"2013-08-30 09:00",0.061,"2013-03-09 12:00",0.06,"2013-04-06 09:00","","","","",0.061,0.059,0.056,0.055,0.049,0.043,0.029,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","68101",1,34.518735,-86.976939,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,98,120,122,0,0,"","","Certification not required",3,0.38875,0.116038,0.6,"2013-05-10 00:00",0.6,"2013-05-16 00:00",0.6,"2013-10-01 00:00",0.6,"2013-12-21 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.2,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","68102",1,34.518735,-86.976939,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,0,"","","Certification not required",0,23.9975,0.027386,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","68105",1,34.518735,-86.976939,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,0,"","","Certification not required",0,15.874167,8.622518,28.7,"2013-06-12 00:00",27.9,"2013-06-27 00:00",27.3,"2013-07-09 00:00",27.3,"2013-07-18 00:00","","","","",27.9,27.3,27,26.3,23.9,16.9,3.8,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","68108",1,34.518735,-86.976939,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,0,"","","Certification not required",0,747.9,3.918068,758,"2013-11-24 00:00",758,"2013-12-12 00:00",757,"2013-12-24 00:00",756,"2013-01-04 00:00","","","","",758,757,756,754,750,748,743,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","68109",1,34.518735,-86.976939,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,98,120,122,0,0,"","","Certification not required",0,1439.783333,1.834237,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-03" +"01","103","0011","88101",1,34.518735,-86.976939,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Requested but not yet concurred",0,8.551639,3.346103,17.2,"2013-09-10 00:00",16.1,"2013-08-29 00:00",15.8,"2013-05-19 00:00",15.5,"2013-01-07 00:00","","","","",16.1,15.8,14.8,13,11,8.2,4.7,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-18" +"01","103","0011","88101",1,34.518735,-86.976939,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Requested but not yet concurred",0,8.551639,3.346103,17.2,"2013-09-10 00:00",16.1,"2013-08-29 00:00",15.8,"2013-05-19 00:00",15.5,"2013-01-07 00:00","","","","",16.1,15.8,14.8,13,11,8.2,4.7,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-18" +"01","103","0011","88501",3,34.518735,-86.976939,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",8485,97,356,365,0,275,"","","Certification not required",0,10.149641,5.935128,79.7,"2013-06-08 07:00",49.2,"2013-03-10 03:00",48.1,"2013-11-14 22:00",43.7,"2013-11-14 23:00","","","","",27.1,24.2,20.9,18.1,13.2,9.5,3.4,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-07" +"01","103","0011","88501",3,34.518735,-86.976939,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,10.077809,4.212274,22.4,"2013-03-09 00:00",21.8,"2013-03-10 00:00",21.6,"2013-06-16 00:00",21.4,"2013-09-08 00:00","","","","",21.4,19.6,17.7,15.9,12.9,9.6,4.9,"DECATUR, Alabama","P.O. BOX 2224 WALLACE DEVELOPMENT CENTER. DECATUR, ALABAMA","Alabama","Morgan","Decatur","Decatur, AL","2014-02-07" +"01","109","0003","14129",1,31.790556,-85.979167,"NAD27","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,1,1,"Certification not required",0,0.156643,0.204085,0.914,"2013-04-10 00:00",0.776,"2013-02-21 00:00",0.665,"2013-03-11 00:00",0.456,"2013-01-28 00:00","","","","",0.914,0.914,0.665,0.351,0.171,0.091,0.012,"TROY LEAD","HENDERSON ROAD","Alabama","Pike","Troy","Troy, AL","2013-11-12" +"01","109","0003","14129",2,31.790556,-85.979167,"NAD27","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,2,2,"Certification not required",0,0.172,0.237179,1.026,"2013-04-10 00:00",0.92,"2013-02-21 00:00",0.795,"2013-03-11 00:00",0.491,"2013-01-28 00:00","","","","",1.026,1.026,0.795,0.392,0.18,0.078,0.016,"TROY LEAD","HENDERSON ROAD","Alabama","Pike","Troy","Troy, AL","2013-11-12" +"01","109","0003","68105",1,31.790556,-85.979167,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",43,70,43,61,0,1,"","","Certification not required",0,20.534884,6.582404,28.3,"2013-06-15 00:00",28.2,"2013-06-27 00:00",28.1,"2013-09-01 00:00",27.6,"2013-09-07 00:00","","","","",28.3,28.3,28.1,27.2,26.2,23,11.1,"TROY LEAD","HENDERSON ROAD","Alabama","Pike","Troy","Troy, AL","2013-11-12" +"01","109","0003","68105",2,31.790556,-85.979167,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",43,70,43,61,0,1,"","","Certification not required",0,20.85814,6.758706,28.7,"2013-06-15 00:00",28.7,"2013-06-27 00:00",28.1,"2013-09-01 00:00",27.6,"2013-06-21 00:00","","","","",28.7,28.7,28.1,27.6,26.6,24.2,11,"TROY LEAD","HENDERSON ROAD","Alabama","Pike","Troy","Troy, AL","2013-11-12" +"01","109","0003","68108",1,31.790556,-85.979167,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,1,"","","Certification not required",0,750.069767,3.832166,763,"2013-07-15 00:00",758,"2013-01-04 00:00",757,"2013-01-22 00:00",755,"2013-01-28 00:00","","","","",763,763,757,755,752,750,746,"TROY LEAD","HENDERSON ROAD","Alabama","Pike","Troy","Troy, AL","2013-11-12" +"01","109","0003","68108",2,31.790556,-85.979167,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,1,"","","Certification not required",0,750,3.982103,763,"2013-07-15 00:00",757,"2013-01-04 00:00",756,"2013-01-22 00:00",755,"2013-01-10 00:00","","","","",763,763,756,755,753,750,746,"TROY LEAD","HENDERSON ROAD","Alabama","Pike","Troy","Troy, AL","2013-11-12" +"01","113","0001","68101",1,32.476781,-84.99911,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",122,100,122,122,0,0,"","","Certification not required",86,0.085246,0.067935,0.3,"2013-04-13 00:00",0.3,"2013-05-16 00:00",0.3,"2013-05-31 00:00",0.3,"2013-06-12 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68101",2,32.476781,-84.99911,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,98,120,122,0,0,"","","Certification not required",120,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68102",1,32.476781,-84.99911,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",122,100,122,122,0,0,"","","Certification not required",0,23.993443,0.051003,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68102",2,32.476781,-84.99911,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,0,"","","Certification not required",0,23.994167,0.045459,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68103",5,32.476781,-84.99911,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,15.12549,7.727143,25.4,"2013-09-01 00:00",24.5,"2013-08-08 00:00",24,"2013-07-15 00:00",24,"2013-08-14 00:00","","","","",25.4,24.5,24,23.7,22.1,16.5,2.3,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","68104",5,32.476781,-84.99911,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,27.401961,7.365609,39.9,"2013-09-01 00:00",38.2,"2013-09-07 00:00",36.7,"2013-08-08 00:00",36.1,"2013-08-02 00:00","","","","",39.9,38.2,36.7,35.6,33.6,29.3,17.7,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","68105",1,32.476781,-84.99911,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,19.252459,7.35044,30.5,"2013-06-12 00:00",29.8,"2013-08-11 00:00",29.3,"2013-08-29 00:00",29.2,"2013-07-30 00:00","","","","",29.8,29.3,28.7,28.1,25.5,20.2,8.5,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68105",2,32.476781,-84.99911,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,0,"","","Certification not required",0,18.478333,7.269889,29.8,"2013-06-12 00:00",29,"2013-08-11 00:00",28.7,"2013-08-29 00:00",28.5,"2013-07-30 00:00","","","","",29,28.7,28,27.5,24.8,19.5,7.9,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68105",5,32.476781,-84.99911,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,20.711765,6.921406,31.1,"2013-09-01 00:00",29.7,"2013-09-07 00:00",29.4,"2013-08-02 00:00",29,"2013-06-27 00:00","","","","",31.1,29.7,29.4,28.2,26.8,22.5,10.3,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","68106",5,32.476781,-84.99911,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,752.490196,4.46037,760,"2013-10-25 00:00",759,"2013-06-21 00:00",759,"2013-07-15 00:00",759,"2013-08-26 00:00","","","","",760,759,759,757,756,753,747,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","68107",5,32.476781,-84.99911,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,756.529412,3.667986,765,"2013-10-25 00:00",762,"2013-07-15 00:00",762,"2013-08-26 00:00",762,"2013-11-06 00:00","","","","",765,762,762,761,759,756,752,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","68108",1,32.476781,-84.99911,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,756.278689,3.724527,765,"2013-11-30 00:00",765,"2013-12-12 00:00",764,"2013-11-24 00:00",764,"2013-12-24 00:00","","","","",765,764,763,762,759,756,752,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68108",2,32.476781,-84.99911,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,0,"","","Certification not required",0,756.508333,3.632245,765,"2013-11-30 00:00",765,"2013-12-12 00:00",764,"2013-11-24 00:00",764,"2013-12-24 00:00","","","","",765,764,763,762,759,756,752,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68108",5,32.476781,-84.99911,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,754.058824,4.017023,763,"2013-10-25 00:00",760,"2013-07-15 00:00",760,"2013-08-26 00:00",759,"2013-05-28 00:00","","","","",763,760,760,759,757,755,749,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","68109",1,32.476781,-84.99911,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.45082,3.340467,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","68109",2,32.476781,-84.99911,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,98,120,122,0,0,"","","Certification not required",0,1439.466667,3.113898,1440,"2013-01-01 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","88101",1,32.476781,-84.99911,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Requested but not yet concurred",0,9.968033,4.574259,22.9,"2013-02-21 00:00",22.3,"2013-02-06 00:00",22,"2013-01-28 00:00",21.3,"2013-03-29 00:00","","","","",22.3,22,20.1,16.3,12,9.2,4.7,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","88101",1,32.476781,-84.99911,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Requested but not yet concurred",0,9.968033,4.574259,22.9,"2013-02-21 00:00",22.3,"2013-02-06 00:00",22,"2013-01-28 00:00",21.3,"2013-03-29 00:00","","","","",22.3,22,20.1,16.3,12,9.2,4.7,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-03" +"01","113","0001","88101",2,32.476781,-84.99911,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Requested but not yet concurred",0,9.605932,4.486948,22.2,"2013-02-21 00:00",21.8,"2013-01-28 00:00",21,"2013-02-06 00:00",20.7,"2013-03-29 00:00","","","","",21.8,21,20.1,15.9,11.3,9,4.5,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-11" +"01","113","0001","88101",2,32.476781,-84.99911,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Requested but not yet concurred",0,9.605932,4.486948,22.2,"2013-02-21 00:00",21.8,"2013-01-28 00:00",21,"2013-02-06 00:00",20.7,"2013-03-29 00:00","","","","",21.8,21,20.1,15.9,11.3,9,4.5,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-11" +"01","113","0001","88102",5,32.476781,-84.99911,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.019461,0.004091,0.026,"2013-02-09 00:00",0.026,"2013-02-21 00:00",0.026,"2013-04-22 00:00",0.026,"2013-08-08 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.014,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88103",5,32.476781,-84.99911,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000569,0.001082,0.005,"2013-09-07 00:00",0.003,"2013-01-28 00:00",0.003,"2013-09-01 00:00",0.003,"2013-10-13 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0,0,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88104",5,32.476781,-84.99911,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",27,0.038382,0.059712,0.317,"2013-06-09 00:00",0.265,"2013-06-27 00:00",0.16,"2013-01-16 00:00",0.099,"2013-05-16 00:00","","","","",0.317,0.265,0.16,0.074,0.046,0.0125,0.0065,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88107",5,32.476781,-84.99911,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.004934,0.000551,0.0055,"2013-01-10 00:00",0.0055,"2013-03-23 00:00",0.0055,"2013-04-10 00:00",0.0055,"2013-04-16 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88109",5,32.476781,-84.99911,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",12,0.004327,0.009431,0.069,"2013-01-04 00:00",0.0091,"2013-01-28 00:00",0.0071,"2013-04-10 00:00",0.0067,"2013-03-29 00:00","","","","",0.069,0.0091,0.0071,0.0055,0.0046,0.0029,0.0009,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88110",5,32.476781,-84.99911,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002824,0.005302,0.022,"2013-03-17 00:00",0.019,"2013-08-08 00:00",0.016,"2013-01-10 00:00",0.013,"2013-07-21 00:00","","","","",0.022,0.019,0.016,0.011,0.004,0,0,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88111",5,32.476781,-84.99911,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",14,0.01725,0.014983,0.0581,"2013-06-09 00:00",0.0566,"2013-06-27 00:00",0.0455,"2013-03-29 00:00",0.0444,"2013-02-15 00:00","","","","",0.0581,0.0566,0.0455,0.0423,0.0232,0.0141,0.00235,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88112",5,32.476781,-84.99911,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.004824,0.012172,0.074,"2013-10-07 00:00",0.034,"2013-09-25 00:00",0.032,"2013-10-01 00:00",0.024,"2013-10-13 00:00","","","","",0.074,0.034,0.032,0.008,0.003,0.001,0,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88113",5,32.476781,-84.99911,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.000713,0.000257,0.0022,"2013-04-28 00:00",0.0013,"2013-01-16 00:00",0.0012,"2013-07-03 00:00",0.0011,"2013-02-27 00:00","","","","",0.0022,0.0013,0.0012,0.0007,0.0007,0.0007,0.00055,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88114",5,32.476781,-84.99911,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",38,0.001364,0.000863,0.0036,"2013-10-13 00:00",0.0035,"2013-07-27 00:00",0.0034,"2013-10-25 00:00",0.0032,"2013-05-10 00:00","","","","",0.0036,0.0035,0.0034,0.0031,0.0014,0.00125,0.00065,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88115",5,32.476781,-84.99911,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",19,0.01171,0.012993,0.0799,"2013-11-06 00:00",0.0384,"2013-07-15 00:00",0.0303,"2013-03-11 00:00",0.0295,"2013-03-05 00:00","","","","",0.0799,0.0384,0.0303,0.0259,0.013,0.0084,0.0025,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88117",5,32.476781,-84.99911,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.003873,0.000727,0.00485,"2013-10-19 00:00",0.00485,"2013-10-25 00:00",0.0048,"2013-01-10 00:00",0.0048,"2013-03-23 00:00","","","","",0.00485,0.00485,0.0048,0.0048,0.0048,0.0041,0.0028,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88118",5,32.476781,-84.99911,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008265,0.005448,0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00",0.017,"2013-02-03 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.00405,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88126",5,32.476781,-84.99911,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.050625,0.035534,0.225,"2013-06-09 00:00",0.173,"2013-06-27 00:00",0.0937,"2013-02-15 00:00",0.0918,"2013-03-29 00:00","","","","",0.225,0.173,0.0937,0.0687,0.0554,0.0435,0.0241,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88128",5,32.476781,-84.99911,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001451,0.002852,0.015,"2013-10-19 00:00",0.009,"2013-02-15 00:00",0.007,"2013-01-04 00:00",0.007,"2013-07-27 00:00","","","","",0.015,0.009,0.007,0.004,0.002,0,0,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88131",5,32.476781,-84.99911,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.010402,0.003589,0.018,"2013-08-26 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88132",5,32.476781,-84.99911,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001157,0.001391,0.005,"2013-05-16 00:00",0.004,"2013-03-11 00:00",0.004,"2013-04-10 00:00",0.004,"2013-05-10 00:00","","","","",0.005,0.004,0.004,0.003,0.002,0.001,0,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88136",5,32.476781,-84.99911,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000137,0.00053,0.003,"2013-01-16 00:00",0.002,"2013-03-17 00:00",0.001,"2013-02-09 00:00",0.001,"2013-08-20 00:00","","","","",0.003,0.002,0.001,0,0,0,0,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88140",5,32.476781,-84.99911,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",43,0.008119,0.003989,0.026,"2013-02-09 00:00",0.0184,"2013-11-06 00:00",0.017,"2013-08-08 00:00",0.0143,"2013-05-10 00:00","","","","",0.026,0.0184,0.017,0.0121,0.009,0.006,0.0055,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88152",5,32.476781,-84.99911,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005783,0.001402,0.008,"2013-01-10 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88154",5,32.476781,-84.99911,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001045,0.000263,0.0014,"2013-07-21 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88160",5,32.476781,-84.99911,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.013569,0.004704,0.036,"2013-10-25 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-21 00:00",0.018,"2013-04-22 00:00","","","","",0.036,0.018,0.018,0.018,0.016,0.01,0.01,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88161",5,32.476781,-84.99911,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.00344,0.004845,0.0309,"2013-06-09 00:00",0.0224,"2013-06-27 00:00",0.0053,"2013-11-06 00:00",0.0048,"2013-10-31 00:00","","","","",0.0309,0.0224,0.0053,0.00265,0.00265,0.0025,0.0021,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88164",5,32.476781,-84.99911,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001637,0.000168,0.0019,"2013-01-10 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88165",5,32.476781,-84.99911,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.089031,0.121686,0.69,"2013-06-09 00:00",0.62,"2013-06-27 00:00",0.176,"2013-05-16 00:00",0.147,"2013-04-28 00:00","","","","",0.69,0.62,0.176,0.137,0.087,0.064,0.019,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88166",5,32.476781,-84.99911,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.008384,0.004927,0.0185,"2013-02-09 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-10 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88167",5,32.476781,-84.99911,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",9,0.006314,0.004472,0.023,"2013-02-15 00:00",0.0197,"2013-11-06 00:00",0.0145,"2013-01-28 00:00",0.0125,"2013-03-29 00:00","","","","",0.023,0.0197,0.0145,0.0096,0.0084,0.0061,0.00175,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88168",5,32.476781,-84.99911,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001275,0.000777,0.0063,"2013-06-03 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-04-22 00:00","","","","",0.0063,0.00175,0.00175,0.00175,0.00115,0.00115,0.00085,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88169",5,32.476781,-84.99911,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.710039,0.347008,1.7,"2013-08-02 00:00",1.47,"2013-09-13 00:00",1.33,"2013-01-28 00:00",1.3,"2013-09-01 00:00","","","","",1.7,1.47,1.33,1.19,0.87,0.711,0.306,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88176",5,32.476781,-84.99911,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000943,0.000202,0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-05-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88180",5,32.476781,-84.99911,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.095316,0.067398,0.39,"2013-02-21 00:00",0.301,"2013-05-28 00:00",0.182,"2013-10-13 00:00",0.181,"2013-09-13 00:00","","","","",0.39,0.301,0.182,0.17,0.103,0.0812,0.0379,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88184",5,32.476781,-84.99911,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",24,0.066912,0.062679,0.243,"2013-11-06 00:00",0.241,"2013-04-16 00:00",0.222,"2013-04-10 00:00",0.207,"2013-01-28 00:00","","","","",0.243,0.241,0.222,0.157,0.091,0.036,0.0155,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88185",5,32.476781,-84.99911,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.00363,0.003771,0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88301",5,32.476781,-84.99911,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.452314,0.304626,1.36,"2013-01-28 00:00",1.18,"2013-08-02 00:00",1.02,"2013-09-13 00:00",0.914,"2013-09-01 00:00","","","","",1.36,1.18,1.02,0.865,0.645,0.413,0.044,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88302",5,32.476781,-84.99911,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.095263,0.073923,0.3,"2013-04-16 00:00",0.285,"2013-11-06 00:00",0.277,"2013-04-10 00:00",0.233,"2013-04-28 00:00","","","","",0.3,0.285,0.277,0.199,0.131,0.067,0.03,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88303",5,32.476781,-84.99911,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.071965,0.058566,0.356,"2013-02-21 00:00",0.201,"2013-05-28 00:00",0.188,"2013-01-28 00:00",0.139,"2013-09-13 00:00","","","","",0.356,0.201,0.188,0.131,0.095,0.056,0.024,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88306",5,32.476781,-84.99911,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.398275,0.249817,1.05,"2013-01-04 00:00",1.03,"2013-03-29 00:00",1.02,"2013-02-09 00:00",1.02,"2013-02-21 00:00","","","","",1.05,1.03,1.02,0.755,0.479,0.325,0.169,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88355",5,32.476781,-84.99911,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,3.430182,2.003693,10.3,"2013-02-21 00:00",8.81,"2013-03-29 00:00",8.31,"2013-04-10 00:00",7.31,"2013-01-28 00:00","","","","",10.3,10.3,8.31,5.35,3.9,3.17,1.66,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88357",5,32.476781,-84.99911,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.321636,0.234701,1.03,"2013-04-10 00:00",0.939,"2013-03-29 00:00",0.928,"2013-02-15 00:00",0.752,"2013-01-22 00:00","","","","",1.03,1.03,0.928,0.737,0.428,0.24,0.111,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88370",5,32.476781,-84.99911,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,3.142023,1.802455,9.24,"2013-02-21 00:00",7.83,"2013-04-10 00:00",7.82,"2013-03-29 00:00",6.51,"2013-01-28 00:00","","","","",9.24,9.24,7.82,4.87,3.6,2.87,1.59,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88374",5,32.476781,-84.99911,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.433386,0.357262,1.55,"2013-02-21 00:00",1.55,"2013-03-29 00:00",1.15,"2013-07-27 00:00",0.955,"2013-01-28 00:00","","","","",1.55,1.55,1.15,0.863,0.597,0.365,0.079,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88375",5,32.476781,-84.99911,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.762432,0.411806,2.2,"2013-04-10 00:00",2.05,"2013-02-21 00:00",1.72,"2013-03-29 00:00",1.21,"2013-01-28 00:00","","","","",2.2,2.2,1.72,1.07,0.916,0.693,0.409,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88376",5,32.476781,-84.99911,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.900273,0.58581,2.98,"2013-02-21 00:00",2.51,"2013-04-10 00:00",2.22,"2013-01-28 00:00",2.16,"2013-03-29 00:00","","","","",2.98,2.98,2.22,1.58,1.06,0.732,0.424,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88377",5,32.476781,-84.99911,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.533909,0.297058,1.56,"2013-01-28 00:00",1.26,"2013-04-10 00:00",1.03,"2013-03-29 00:00",0.989,"2013-02-21 00:00","","","","",1.56,1.56,1.03,0.844,0.708,0.476,0.217,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88378",5,32.476781,-84.99911,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.511773,0.290477,1.67,"2013-02-21 00:00",1.35,"2013-03-29 00:00",0.996,"2013-04-10 00:00",0.76,"2013-05-16 00:00","","","","",1.67,1.67,0.996,0.749,0.64,0.461,0.214,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88380",5,32.476781,-84.99911,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.610636,0.425887,1.93,"2013-03-29 00:00",1.81,"2013-02-21 00:00",1.51,"2013-04-10 00:00",1.4,"2013-02-15 00:00","","","","",1.93,1.93,1.51,1.26,0.75,0.514,0.196,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88383",5,32.476781,-84.99911,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,1.063227,0.650198,3.39,"2013-02-21 00:00",3.14,"2013-03-29 00:00",2.39,"2013-04-10 00:00",1.8,"2013-02-15 00:00","","","","",3.39,3.39,2.39,1.79,1.18,1.03,0.367,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88384",5,32.476781,-84.99911,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.058518,0.028248,0.139,"2013-03-29 00:00",0.129,"2013-08-14 00:00",0.114,"2013-09-25 00:00",0.11,"2013-04-10 00:00","","","","",0.139,0.139,0.114,0.0992,0.0698,0.0501,0.0284,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88385",5,32.476781,-84.99911,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",42,0.001207,0.001203,0.00892,"2013-06-15 00:00",0.00217,"2013-03-29 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00892,0.00892,0.001,0.001,0.001,0.001,0.001,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88388",5,32.476781,-84.99911,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.800955,0.487199,2.75,"2013-02-21 00:00",2.34,"2013-03-29 00:00",1.47,"2013-04-10 00:00",1.36,"2013-01-28 00:00","","","","",2.75,2.75,1.47,1.19,0.972,0.736,0.316,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88403",5,32.476781,-84.99911,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.792431,0.851195,4.06,"2013-08-02 00:00",3.85,"2013-01-28 00:00",3.64,"2013-09-13 00:00",3.29,"2013-09-01 00:00","","","","",4.06,3.85,3.64,2.89,2.22,1.9,0.732,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0001","88501",3,32.476781,-84.99911,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8703,99,365,365,0,57,"","","Certification not required",0,11.409824,7.452948,143.2,"2013-07-10 12:00",116.7,"2013-03-10 11:00",91.3,"2013-03-07 20:00",91.1,"2013-03-03 18:00","","","","",37.7,31.2,23.2,19.3,14.2,10,4.6,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-07" +"01","113","0001","88501",3,32.476781,-84.99911,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.358356,4.783645,29.8,"2013-03-04 00:00",28.5,"2013-03-09 00:00",26.7,"2013-03-10 00:00",26.4,"2013-03-03 00:00","","","","",26.4,24.3,21.5,18,13.8,10.4,6.2,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-07" +"01","113","0001","88502",5,32.476781,-84.99911,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,11.172549,4.773555,23.3,"2013-03-29 00:00",22.5,"2013-02-21 00:00",21.8,"2013-01-28 00:00",21.1,"2013-04-10 00:00","","","","",23.3,22.5,21.8,16.9,14.1,10.7,5,"PHENIX CITY","St. Patrick Catholic Church, BROAD STREET","Alabama","Russell","Phenix City","Columbus, GA-AL","2014-02-13" +"01","113","0002","44201",1,32.467971,-85.083841,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5590,100,244,245,0,290,0,0,"Certification not required",206,0.044635,0.011198,0.076,"2013-03-15 14:00",0.073,"2013-04-26 13:00",0.071,"2013-03-29 15:00",0.071,"2013-04-23 14:00","","","","",0.071,0.069,0.062,0.058,0.053,0.045,0.029,"LADONIA, PHENIX CITY","9 WOODLAND DRIVE (SCHOOL) LADONIA, AL 36869","Alabama","Russell","Ladonia","Columbus, GA-AL","2014-02-03" +"01","113","0002","44201",1,32.467971,-85.083841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5860,100,244,245,0,0,0,0,"Certification not required",0,0.040061,0.010731,0.068,"2013-03-15 12:00",0.066,"2013-03-29 10:00",0.063,"2013-04-26 10:00",0.063,"2013-05-16 10:00","","","","",0.063,0.061,0.056,0.053,0.048,0.041,0.024,"LADONIA, PHENIX CITY","9 WOODLAND DRIVE (SCHOOL) LADONIA, AL 36869","Alabama","Russell","Ladonia","Columbus, GA-AL","2014-02-03" +"01","113","0002","44201",1,32.467971,-85.083841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5860,100,244,245,0,0,0,0,"Certification not required",0,0.040061,0.010731,0.068,"2013-03-15 12:00",0.066,"2013-03-29 10:00",0.063,"2013-04-26 10:00",0.063,"2013-05-16 10:00","","","","",0.063,0.061,0.056,0.053,0.048,0.041,0.024,"LADONIA, PHENIX CITY","9 WOODLAND DRIVE (SCHOOL) LADONIA, AL 36869","Alabama","Russell","Ladonia","Columbus, GA-AL","2014-02-03" +"01","117","0004","44201",1,33.317316,-86.825092,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5596,100,245,245,0,284,0,0,"Certification not required",786,0.046996,0.012251,0.081,"2013-09-05 12:00",0.08,"2013-09-04 12:00",0.076,"2013-07-29 13:00",0.076,"2013-09-09 14:00","","","","",0.076,0.075,0.069,0.063,0.055,0.046,0.031,"HELENA","HELENA, BEARDEN FARM","Alabama","Shelby","Helena","Birmingham-Hoover, AL","2014-02-03" +"01","117","0004","44201",1,33.317316,-86.825092,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5863,100,245,245,0,0,0,0,"Certification not required",0,0.041286,0.011347,0.071,"2013-09-05 10:00",0.069,"2013-09-04 10:00",0.067,"2013-09-08 09:00",0.067,"2013-09-16 09:00","","","","",0.067,0.065,0.061,0.055,0.049,0.041,0.026,"HELENA","HELENA, BEARDEN FARM","Alabama","Shelby","Helena","Birmingham-Hoover, AL","2014-02-03" +"01","117","0004","44201",1,33.317316,-86.825092,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5863,100,245,245,0,0,0,0,"Certification not required",0,0.041286,0.011347,0.071,"2013-09-05 10:00",0.069,"2013-09-04 10:00",0.067,"2013-09-08 09:00",0.067,"2013-09-16 09:00","","","","",0.067,0.065,0.061,0.055,0.049,0.041,0.026,"HELENA","HELENA, BEARDEN FARM","Alabama","Shelby","Helena","Birmingham-Hoover, AL","2014-02-03" +"01","117","0006","68101",1,33.312927,-86.821104,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,100,60,61,0,0,"","","Certification not required",43,0.22563,0.165174,0.6,"2013-04-04 00:00",0.6,"2013-12-21 00:00",0.5,"2013-03-17 00:00",0.5,"2013-05-07 00:00","","","","",0.6,0.5,0.5,0.4,0.4,0.2,0.05,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-03" +"01","117","0006","68102",1,33.312927,-86.821104,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,100,60,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-03" +"01","117","0006","68105",1,33.312927,-86.821104,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,0,"","","Certification not required",0,16.246218,8.048474,28.1,"2013-06-12 00:00",26.9,"2013-06-27 00:00",26.4,"2013-08-29 00:00",26.4,"2013-09-10 00:00","","","","",26.9,26.4,26.2,25.7,24,16.9,5.1,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-03" +"01","117","0006","68108",1,33.312927,-86.821104,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,0,"","","Certification not required",0,744.344538,3.487112,753,"2013-12-12 00:00",753,"2013-12-24 00:00",752,"2013-11-24 00:00",751,"2013-01-04 00:00","","","","",753,752,751,749,746,744,740,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-03" +"01","117","0006","68109",1,33.312927,-86.821104,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,100,60,61,0,0,"","","Certification not required",0,1439.957983,0.201476,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-03" +"01","117","0006","88101",1,33.312927,-86.821104,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Requested but not yet concurred",0,8.989076,3.280936,18.7,"2013-09-10 00:00",17.6,"2013-08-29 00:00",17.3,"2013-09-07 00:00",15.9,"2013-09-01 00:00","","","","",17.6,17.3,15.1,13.7,11.1,8.9,4.6,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-14" +"01","117","0006","88101",1,33.312927,-86.821104,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Requested but not yet concurred",0,8.989076,3.280936,18.7,"2013-09-10 00:00",17.6,"2013-08-29 00:00",17.3,"2013-09-07 00:00",15.9,"2013-09-01 00:00","","","","",17.6,17.3,15.1,13.7,11.1,8.9,4.6,"PELHAM","PELHAM HIGH SCHOOL","Alabama","Shelby","Pelham","Birmingham-Hoover, AL","2014-02-14" +"01","119","0003","44201",1,32.362706,-88.277954,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2618,43,105,245,0,310,0,0,"Certification not required",432,0.042352,0.009846,0.067,"2013-05-14 13:00",0.064,"2013-03-29 15:00",0.063,"2013-03-28 17:00",0.061,"2013-04-26 14:00","","","","",0.064,0.063,0.06,0.053,0.049,0.043,0.029,"Ward, Sumter Co.","NNE of Ward Post Office, Sumter Co., Alabama","Alabama","Sumter","","","2013-09-30" +"01","119","0003","44201",1,32.362706,-88.277954,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2643,42,103,245,0,0,0,0,"Certification not required",0,0.038058,0.00971,0.062,"2013-03-29 10:00",0.06,"2013-05-14 09:00",0.058,"2013-05-15 09:00",0.056,"2013-03-28 10:00","","","","",0.06,0.058,0.054,0.051,0.045,0.038,0.026,"Ward, Sumter Co.","NNE of Ward Post Office, Sumter Co., Alabama","Alabama","Sumter","","","2013-09-30" +"01","119","0003","44201",1,32.362706,-88.277954,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2643,42,103,245,0,0,0,0,"Certification not required",0,0.038058,0.00971,0.062,"2013-03-29 10:00",0.06,"2013-05-14 09:00",0.058,"2013-05-15 09:00",0.056,"2013-03-28 10:00","","","","",0.06,0.058,0.054,0.051,0.045,0.038,0.026,"Ward, Sumter Co.","NNE of Ward Post Office, Sumter Co., Alabama","Alabama","Sumter","","","2013-09-30" +"01","121","0002","68101",1,33.279747,-86.349438,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,100,59,61,0,0,"","","Certification not required",112,0.050442,0.004704,0.1,"2013-07-15 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-03" +"01","121","0002","68102",1,33.279747,-86.349438,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,100,59,61,0,0,"","","Certification not required",0,23.99823,0.018814,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-03" +"01","121","0002","68105",1,33.279747,-86.349438,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,59,61,0,0,"","","Certification not required",0,16.250442,8.078721,29,"2013-06-12 00:00",28.6,"2013-06-27 00:00",27.2,"2013-08-29 00:00",27.1,"2013-07-12 00:00","","","","",28.6,27.2,26.8,26.3,23.8,17.4,4.9,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-03" +"01","121","0002","68108",1,33.279747,-86.349438,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,59,61,0,0,"","","Certification not required",0,752.017699,3.779603,761,"2013-12-12 00:00",761,"2013-12-24 00:00",760,"2013-11-24 00:00",760,"2013-11-30 00:00","","","","",761,760,759,757,754,752,748,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-03" +"01","121","0002","68109",1,33.279747,-86.349438,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,100,59,61,0,0,"","","Certification not required",0,1439.858407,1.140702,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-03" +"01","121","0002","88101",1,33.279747,-86.349438,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Requested but not yet concurred",0,9.172807,3.558121,17.7,"2013-10-04 00:00",16.9,"2013-11-15 00:00",16.8,"2013-03-08 00:00",16.8,"2013-08-29 00:00","","","","",16.9,16.8,15.3,13.9,12,9,4.2,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-18" +"01","121","0002","88101",1,33.279747,-86.349438,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Requested but not yet concurred",0,9.172807,3.558121,17.7,"2013-10-04 00:00",16.9,"2013-11-15 00:00",16.8,"2013-03-08 00:00",16.8,"2013-08-29 00:00","","","","",16.9,16.8,15.3,13.9,12,9,4.2,"CHILDERSBURG","300 1ST ST. SOUTHEAST","Alabama","Talladega","Childersburg","Talladega-Sylacauga, AL","2014-02-18" +"01","125","0004","68101",1,33.18935,-87.484217,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",115,94,115,122,0,0,"","","Certification not required",97,0.079565,0.076346,0.4,"2013-09-16 00:00",0.3,"2013-02-27 00:00",0.3,"2013-03-20 00:00",0.3,"2013-05-16 00:00","","","","",0.3,0.3,0.3,0.2,0.05,0.05,0.05,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0004","68102",1,33.18935,-87.484217,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0004","68105",1,33.18935,-87.484217,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,0,"","","Certification not required",0,16.742609,8.103866,28.9,"2013-06-27 00:00",28.3,"2013-06-12 00:00",27.8,"2013-09-01 00:00",27.4,"2013-08-08 00:00","","","","",28.3,27.8,26.9,26.1,24.3,17.4,5.1,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0004","68108",1,33.18935,-87.484217,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,0,"","","Certification not required",0,753.365217,3.723633,763,"2013-12-12 00:00",762,"2013-11-24 00:00",762,"2013-12-24 00:00",761,"2013-01-04 00:00","","","","",762,762,761,759,756,753,749,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0004","68109",1,33.18935,-87.484217,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",115,94,115,122,0,0,"","","Certification not required",0,1439.947826,0.223351,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0004","88101",1,33.18935,-87.484217,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Requested but not yet concurred",0,8.968696,3.70451,20.2,"2013-09-10 00:00",20,"2013-09-01 00:00",19.9,"2013-09-07 00:00",18.2,"2013-05-19 00:00","","","","",20,19.9,16.6,13.7,11,8.2,4.9,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0004","88101",1,33.18935,-87.484217,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Requested but not yet concurred",0,8.968696,3.70451,20.2,"2013-09-10 00:00",20,"2013-09-01 00:00",19.9,"2013-09-07 00:00",18.2,"2013-05-19 00:00","","","","",20,19.9,16.6,13.7,11,8.2,4.9,"VA, TUSCALOOSA","3701 LOOP ROAD EAST","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","42401",1,33.0896,-87.459731,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8100,92,354,365,0,660,0,"","Certification not required",0,1.325706,1.495125,10.2,"2013-05-10 10:00",7.7,"2013-02-21 09:00",7.7,"2013-06-25 15:00",7.6,"2013-07-21 17:00","","","","",7.6,6.4,4.9,3,1.5,0.9,0.2,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","42401",1,33.0896,-87.459731,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8100,92,354,365,0,660,"","","Certification not required",0,0.298074,0.579739,10.2,"2013-05-10 10:00",7.7,"2013-02-21 09:00",7.7,"2013-06-25 15:00",7.6,"2013-07-21 17:00","","","","",2.6,1.9,1.1,0.8,0.4,0.2,0,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","42401",1,33.0896,-87.459731,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,0.30113,0.285433,1.9,"2013-06-25 00:00",1.3,"2013-07-21 00:00",1.2,"2013-06-20 00:00",1.2,"2013-11-19 00:00","","","","",1.2,1.1,0.9,0.7,0.4,0.2,0,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","42401",1,33.0896,-87.459731,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2430,83,339,365,0,0,"",0,"Certification not required",0,0.287037,0.490554,5.5,"2013-06-25 17:00",5.1,"2013-07-21 17:00",5,"2013-05-16 11:00",4.6,"2013-08-08 11:00","","","","",2.2,1.7,1.1,0.7,0.4,0.1,0,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","42401",2,33.0896,-87.459731,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",86223,82,269,365,0,18874,"","","Certification not required",0,0.359678,0.966039,103.3,"2013-02-10 17:25",99,"2013-02-10 17:20",73.8,"2013-02-10 17:15",49.7,"2013-02-10 17:30","","","","",3.1,2.1,1.3,0.9,0.4,0.2,0,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","44201",1,33.0896,-87.459731,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5550,99,242,245,0,330,0,0,"Certification not required",1047,0.042562,0.010889,0.075,"2013-07-17 14:00",0.072,"2013-08-27 16:00",0.068,"2013-08-30 11:00",0.067,"2013-09-06 14:00","","","","",0.068,0.065,0.061,0.057,0.05,0.042,0.027,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","44201",1,33.0896,-87.459731,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5814,98,241,245,0,0,0,0,"Certification not required",0,0.037693,0.010063,0.061,"2013-07-17 10:00",0.06,"2013-03-29 10:00",0.06,"2013-08-27 10:00",0.059,"2013-03-09 11:00","","","","",0.06,0.059,0.054,0.05,0.045,0.037,0.024,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"01","125","0010","44201",1,33.0896,-87.459731,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5814,98,241,245,0,0,0,0,"Certification not required",0,0.037693,0.010063,0.061,"2013-07-17 10:00",0.06,"2013-03-29 10:00",0.06,"2013-08-27 10:00",0.059,"2013-03-09 11:00","","","","",0.06,0.059,0.054,0.05,0.045,0.037,0.024,"DUNCANVILLE, TUSCALOOSA","11690 SOUTHFORK DR. DUNCANVILLE, AL_35456","Alabama","Tuscaloosa","Tuscaloosa","Tuscaloosa, AL","2014-02-03" +"02","013","0002","85101",1,55.324675,-160.508331,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,20,61,0,12,"","","Certification not required",0,5.951259,3.231874,12.552,"2013-03-02 00:00",11.4522,"2013-05-04 00:00",11.1848,"2013-04-28 00:00",11.1341,"2013-05-19 00:00","","","","",12.552,12.552,11.4522,11.1341,9.1954,5.117,2.4334,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","86502",1,55.324675,-160.508331,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",39,64,20,61,0,12,"","","Certification not required",0,3.102564,2.186019,8,"2013-03-02 00:00",7,"2013-03-14 00:00",7,"2013-05-04 00:00",6,"2013-03-20 00:00","","","","",8,8,7,6,5,2,1,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88103",1,55.324675,-160.508331,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88104",1,55.324675,-160.508331,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",3,0.012298,0.008925,0.046,"2013-04-07 00:00",0.031,"2013-04-19 00:00",0.028,"2013-04-16 00:00",0.025,"2013-04-13 00:00","","","","",0.046,0.046,0.028,0.023,0.0151,0.011,0.002,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88109",1,55.324675,-160.508331,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",1,0.001487,0.000953,0.0039,"2013-04-28 00:00",0.0037,"2013-05-04 00:00",0.0036,"2013-04-13 00:00",0.003,"2013-03-26 00:00","","","","",0.0039,0.0039,0.0036,0.0027,0.0022,0.0013,0.0004,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88111",1,55.324675,-160.508331,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",1,0.018616,0.009658,0.0381,"2013-04-16 00:00",0.0368,"2013-04-07 00:00",0.0359,"2013-03-02 00:00",0.0336,"2013-04-28 00:00","","","","",0.0381,0.0381,0.0359,0.0324,0.0253,0.0179,0.0061,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88112",1,55.324675,-160.508331,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88114",1,55.324675,-160.508331,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",34,0.000224,0.000226,0.0014,"2013-02-06 00:00",0.0007,"2013-04-19 00:00",0.0005,"2013-02-12 00:00",0.0005,"2013-02-15 00:00","","","","",0.0014,0.0014,0.0005,0.0005,0.00015,0.00015,0.0001,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88115",1,55.324675,-160.508331,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.377453,0.294119,1.3066,"2013-03-02 00:00",1.1408,"2013-04-04 00:00",0.8297,"2013-03-08 00:00",0.7499,"2013-04-16 00:00","","","","",1.3066,1.3066,0.8297,0.7476,0.5634,0.2856,0.0748,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88126",1,55.324675,-160.508331,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",9,0.007292,0.007936,0.0401,"2013-04-07 00:00",0.0239,"2013-04-13 00:00",0.0232,"2013-04-19 00:00",0.0178,"2013-04-16 00:00","","","","",0.0401,0.0401,0.0232,0.0153,0.0105,0.0043,0.0007,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88128",1,55.324675,-160.508331,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.000667,0.001477,0.006,"2013-02-06 00:00",0.006,"2013-04-19 00:00",0.005,"2013-05-31 00:00",0.002,"2013-02-15 00:00","","","","",0.006,0.006,0.005,0.002,0.001,0,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88132",1,55.324675,-160.508331,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.000267,0.000447,0.001,"2013-01-19 00:00",0.001,"2013-01-28 00:00",0.001,"2013-03-14 00:00",0.001,"2013-03-20 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88136",1,55.324675,-160.508331,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88140",1,55.324675,-160.508331,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",1,0.044834,0.025155,0.1017,"2013-03-02 00:00",0.0968,"2013-04-28 00:00",0.0913,"2013-04-16 00:00",0.0875,"2013-04-04 00:00","","","","",0.1017,0.1017,0.0913,0.083,0.0617,0.0443,0.0154,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88152",1,55.324675,-160.508331,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",43,0.000157,7.4e-05,0.0006,"2013-05-31 00:00",0.0003,"2013-05-28 00:00",0.00015,"2013-01-31 00:00",0.00015,"2013-02-03 00:00","","","","",0.0006,0.0006,0.00015,0.00015,0.00015,0.00015,0.0001,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88154",1,55.324675,-160.508331,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",28,0.00016,9.6e-05,0.0005,"2013-02-03 00:00",0.0004,"2013-03-20 00:00",0.0004,"2013-04-07 00:00",0.0003,"2013-01-25 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,0.0001,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88161",1,55.324675,-160.508331,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",16,0.000658,0.000668,0.0033,"2013-04-07 00:00",0.0022,"2013-04-19 00:00",0.0019,"2013-04-13 00:00",0.0016,"2013-04-16 00:00","","","","",0.0033,0.0033,0.0019,0.0014,0.0009,0.0004,0.0001,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88164",1,55.324675,-160.508331,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",19,0.000148,0.000168,0.0008,"2013-05-19 00:00",0.0007,"2013-03-17 00:00",0.0005,"2013-03-05 00:00",0.0004,"2013-05-07 00:00","","","","",0.0008,0.0008,0.0005,0.0003,0.0001,0.0001,5e-05,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88165",1,55.324675,-160.508331,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",12,0.016304,0.01989,0.0941,"2013-04-07 00:00",0.059,"2013-04-19 00:00",0.0559,"2013-04-13 00:00",0.0432,"2013-03-23 00:00","","","","",0.0941,0.0941,0.0559,0.0406,0.0262,0.007,0.0007,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88167",1,55.324675,-160.508331,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",5,0.002013,0.003706,0.0172,"2013-02-06 00:00",0.0169,"2013-04-19 00:00",0.011,"2013-05-31 00:00",0.0044,"2013-02-21 00:00","","","","",0.0172,0.0172,0.011,0.0028,0.0018,0.0009,0.0001,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88168",1,55.324675,-160.508331,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",15,0.000362,0.000245,0.001,"2013-03-02 00:00",0.0009,"2013-04-04 00:00",0.0009,"2013-04-16 00:00",0.0008,"2013-02-21 00:00","","","","",0.001,0.001,0.0009,0.0008,0.0005,0.0003,0.00015,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88169",1,55.324675,-160.508331,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.211442,0.151806,0.5827,"2013-05-10 00:00",0.5069,"2013-04-07 00:00",0.4865,"2013-03-17 00:00",0.4724,"2013-05-04 00:00","","","","",0.5827,0.5827,0.4865,0.4571,0.3103,0.1777,0.0468,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88176",1,55.324675,-160.508331,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",42,0.000176,0.000102,0.0007,"2013-03-17 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-01-16 00:00",0.00015,"2013-01-01 00:00","","","","",0.0007,0.0007,0.0004,0.00015,0.00015,0.00015,0.00015,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88180",1,55.324675,-160.508331,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.01854,0.009564,0.0395,"2013-03-17 00:00",0.0388,"2013-04-19 00:00",0.034,"2013-02-06 00:00",0.0338,"2013-04-28 00:00","","","","",0.0395,0.0395,0.034,0.0337,0.0249,0.017,0.0076,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88184",1,55.324675,-160.508331,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.326196,0.181919,0.7843,"2013-03-02 00:00",0.7056,"2013-04-04 00:00",0.6432,"2013-04-16 00:00",0.6372,"2013-04-28 00:00","","","","",0.7843,0.7843,0.6432,0.6188,0.41,0.3094,0.1125,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88185",1,55.324675,-160.508331,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",37,0.000701,0.000537,0.003,"2013-04-04 00:00",0.0022,"2013-04-07 00:00",0.0017,"2013-03-02 00:00",0.0017,"2013-04-19 00:00","","","","",0.003,0.003,0.0017,0.0016,0.0007,0.0004,0.0004,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88203",1,55.324675,-160.508331,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.588413,0.376453,1.8353,"2013-03-02 00:00",1.4584,"2013-04-04 00:00",1.32,"2013-04-16 00:00",1.1207,"2013-03-05 00:00","","","","",1.8353,1.8353,1.32,1.1127,0.8216,0.5022,0.1577,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88306",1,55.324675,-160.508331,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",4,0.089114,0.070671,0.386,"2013-03-17 00:00",0.2427,"2013-03-05 00:00",0.2256,"2013-04-16 00:00",0.1751,"2013-04-19 00:00","","","","",0.386,0.386,0.2256,0.1498,0.1053,0.0863,0.012,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88320",1,55.324675,-160.508331,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",5,0.098,0.079361,0.39,"2013-05-04 00:00",0.29,"2013-04-07 00:00",0.21,"2013-05-10 00:00",0.2,"2013-05-31 00:00","","","","",0.39,0.39,0.21,0.18,0.14,0.09,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88321",1,55.324675,-160.508331,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.043111,0.050173,0.26,"2013-04-07 00:00",0.21,"2013-05-28 00:00",0.13,"2013-03-17 00:00",0.12,"2013-05-10 00:00","","","","",0.26,0.26,0.13,0.08,0.04,0.03,0.01,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88324",1,55.324675,-160.508331,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",44,0.018982,0.006326,0.03045,"2013-01-01 00:00",0.0303,"2013-01-31 00:00",0.02975,"2013-01-19 00:00",0.0297,"2013-01-28 00:00","","","","",0.03045,0.03045,0.02975,0.0293,0.02365,0.01655,0.01025,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88325",1,55.324675,-160.508331,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",39,0.0283,0.01379,0.1016,"2013-04-07 00:00",0.0427,"2013-05-31 00:00",0.0421,"2013-05-10 00:00",0.0379,"2013-02-21 00:00","","","","",0.1016,0.1016,0.0421,0.0372,0.0334,0.03185,0.0168,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88326",1,55.324675,-160.508331,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",42,0.038439,0.017144,0.1133,"2013-05-04 00:00",0.0915,"2013-05-31 00:00",0.0904,"2013-01-28 00:00",0.0394,"2013-04-25 00:00","","","","",0.1133,0.1133,0.0904,0.03925,0.03895,0.03595,0.0253,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88327",1,55.324675,-160.508331,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",20,0.028172,0.017122,0.0788,"2013-05-04 00:00",0.0694,"2013-04-07 00:00",0.065,"2013-05-10 00:00",0.0553,"2013-05-31 00:00","","","","",0.0788,0.0788,0.065,0.0531,0.038,0.0242,0.0106,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88328",1,55.324675,-160.508331,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",18,0.020818,0.026747,0.1534,"2013-05-04 00:00",0.0574,"2013-05-07 00:00",0.0564,"2013-04-07 00:00",0.0502,"2013-04-19 00:00","","","","",0.1534,0.1534,0.0564,0.049,0.0306,0.0125,0.0009,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88329",1,55.324675,-160.508331,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",5,0.051339,0.052802,0.2613,"2013-04-07 00:00",0.2066,"2013-05-04 00:00",0.1695,"2013-05-28 00:00",0.1404,"2013-03-17 00:00","","","","",0.2613,0.2613,0.1695,0.119,0.056,0.0381,0.0052,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88330",1,55.324675,-160.508331,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",19,0.011977,0.01463,0.0586,"2013-04-07 00:00",0.0575,"2013-05-28 00:00",0.0498,"2013-05-10 00:00",0.0418,"2013-03-23 00:00","","","","",0.0586,0.0586,0.0498,0.027,0.0146,0.0059,0.00145,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88331",1,55.324675,-160.508331,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",16,9.4e-05,0.000233,0.001,"2013-02-18 00:00",0.001,"2013-04-19 00:00",0.0008,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.001,0.001,0.0008,0.00015,0.0001,0,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88338",1,55.324675,-160.508331,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",43,0.017932,0.009369,0.0661,"2013-04-07 00:00",0.0385,"2013-04-04 00:00",0.02645,"2013-02-27 00:00",0.02575,"2013-02-24 00:00","","","","",0.0661,0.0661,0.02645,0.0255,0.0175,0.0159,0.01095,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88339",1,55.324675,-160.508331,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.872191,0.626179,2.40343,"2013-05-10 00:00",2.09105,"2013-04-07 00:00",2.00685,"2013-03-17 00:00",1.94865,"2013-05-04 00:00","","","","",2.40343,2.40343,2.00685,1.8855,1.28003,0.73285,0.19322,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88344",1,55.324675,-160.508331,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",2,0.114744,0.091424,0.4979,"2013-03-17 00:00",0.3131,"2013-03-05 00:00",0.291,"2013-04-16 00:00",0.2259,"2013-04-19 00:00","","","","",0.4979,0.4979,0.291,0.1932,0.1358,0.1113,0.0152,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88348",1,55.324675,-160.508331,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.116549,0.099526,0.4996,"2013-04-07 00:00",0.3263,"2013-04-19 00:00",0.2988,"2013-04-13 00:00",0.2698,"2013-04-16 00:00","","","","",0.4996,0.4996,0.2988,0.2235,0.1582,0.0984,0.0244,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88350",1,55.324675,-160.508331,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",5,0.17728,0.143383,0.7036,"2013-05-04 00:00",0.5281,"2013-04-07 00:00",0.3773,"2013-05-10 00:00",0.3573,"2013-05-31 00:00","","","","",0.7036,0.7036,0.3773,0.3256,0.2473,0.1703,0,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88403",1,55.324675,-160.508331,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.67106,0.496118,1.8232,"2013-05-10 00:00",1.632,"2013-05-04 00:00",1.621,"2013-03-17 00:00",1.6162,"2013-04-07 00:00","","","","",1.8232,1.8232,1.621,1.4439,0.9931,0.5542,0.1448,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","013","0002","88502",1,55.324675,-160.508331,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,2.537778,1.273201,4.7,"2013-03-17 00:00",4.7,"2013-04-07 00:00",4.5,"2013-04-28 00:00",4.4,"2013-04-16 00:00","","","","",4.7,4.7,4.5,4.4,3.5,2.5,1.1,"","Simeonof","Alaska","Aleutians East","Sand Point","","2014-01-28" +"02","020","0018","17141",6,61.205861,-149.824602,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,48.20587,43.805348,194,"2013-01-28 00:00",183,"2013-01-04 00:00",175,"2013-03-05 00:00",120,"2013-02-27 00:00","","","","",194,194,175,102,58.8,34.4,13.4,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17141",7,61.205861,-149.824602,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,46.58,26.354829,82.4,"2013-03-16 00:00",55.7,"2013-09-19 00:00",51.7,"2013-01-22 00:00",29.7,"2013-05-22 00:00","","","","",82.4,82.4,82.4,82.4,55.7,51.7,13.4,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17147",6,61.205861,-149.824602,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,2.588457,2.283334,12.4,"2013-05-28 00:00",9.58,"2013-06-15 00:00",6.47,"2013-06-27 00:00",5.98,"2013-01-28 00:00","","","","",12.4,12.4,6.47,4.03,3.22,1.73,0.758,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17147",7,61.205861,-149.824602,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.668,0.391689,2.19,"2013-05-22 00:00",1.81,"2013-07-20 00:00",1.74,"2013-03-16 00:00",1.45,"2013-09-19 00:00","","","","",2.19,2.19,2.19,2.19,1.81,1.74,1.15,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17148",6,61.205861,-149.824602,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,1.488087,2.634558,11.2,"2013-01-04 00:00",10.4,"2013-03-05 00:00",8.07,"2013-01-28 00:00",7.45,"2013-02-27 00:00","","","","",11.2,11.2,8.07,4.31,1.44,0.452,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17148",7,61.205861,-149.824602,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.2506,1.654448,4.15,"2013-03-16 00:00",0.994,"2013-01-22 00:00",0.684,"2013-09-19 00:00",0.219,"2013-07-20 00:00","","","","",4.15,4.15,4.15,4.15,0.994,0.684,0.206,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17149",6,61.205861,-149.824602,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,2.631957,2.044954,10.7,"2013-05-28 00:00",6.74,"2013-06-15 00:00",6.23,"2013-01-04 00:00",5.72,"2013-03-05 00:00","","","","",10.7,10.7,6.23,4.85,3.27,2.51,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17149",7,61.205861,-149.824602,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.39,0.377359,3.01,"2013-09-19 00:00",2.37,"2013-03-16 00:00",2.37,"2013-05-22 00:00",2.19,"2013-01-22 00:00","","","","",3.01,3.01,3.01,3.01,2.37,2.37,2.01,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17150",6,61.205861,-149.824602,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,6.087,4.056219,24.6,"2013-05-28 00:00",13.5,"2013-06-15 00:00",11.8,"2013-06-09 00:00",11.4,"2013-07-15 00:00","","","","",24.6,24.6,11.8,10.8,7.57,5.57,2.25,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17150",7,61.205861,-149.824602,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,5.184,1.551348,7.53,"2013-09-19 00:00",5.99,"2013-07-20 00:00",4.45,"2013-05-22 00:00",4.05,"2013-01-22 00:00","","","","",7.53,7.53,7.53,7.53,5.99,4.45,3.9,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17151",6,61.205861,-149.824602,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.262022,0.403418,1.82,"2013-01-28 00:00",1.22,"2013-09-19 00:00",1.18,"2013-03-05 00:00",1.1,"2013-01-04 00:00","","","","",1.82,1.82,1.18,0.98,0.371,0.116,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17151",7,61.205861,-149.824602,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3672,0.40705,0.989,"2013-09-19 00:00",0.431,"2013-03-16 00:00",0.416,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",0.989,0.989,0.989,0.989,0.431,0.416,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17158",6,61.205861,-149.824602,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.744985,0.512915,2.34,"2013-01-28 00:00",1.88,"2013-01-04 00:00",1.86,"2013-06-09 00:00",1.73,"2013-08-20 00:00","","","","",2.34,2.34,1.86,1.58,1.02,0.722,0.221,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17158",7,61.205861,-149.824602,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.5836,0.205037,0.817,"2013-07-20 00:00",0.789,"2013-03-16 00:00",0.506,"2013-01-22 00:00",0.414,"2013-05-22 00:00","","","","",0.817,0.817,0.817,0.817,0.789,0.506,0.392,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17159",6,61.205861,-149.824602,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,1.184196,0.82192,4.72,"2013-05-28 00:00",2.68,"2013-01-28 00:00",2.56,"2013-03-05 00:00",2.51,"2013-01-04 00:00","","","","",4.72,4.72,2.56,2.29,1.42,1.12,0.448,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17159",7,61.205861,-149.824602,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.0734,0.119213,1.21,"2013-09-19 00:00",1.17,"2013-05-22 00:00",1.08,"2013-03-16 00:00",0.959,"2013-07-20 00:00","","","","",1.21,1.21,1.21,1.21,1.17,1.08,0.948,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17160",6,61.205861,-149.824602,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.067739,0.18481,0.905,"2013-01-28 00:00",0.588,"2013-01-04 00:00",0.565,"2013-03-05 00:00",0.424,"2013-02-27 00:00","","","","",0.905,0.905,0.565,0.174,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17160",7,61.205861,-149.824602,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.1128,0.143414,0.315,"2013-09-19 00:00",0.213,"2013-03-16 00:00",0.036,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",0.315,0.315,0.315,0.315,0.213,0.036,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17201",6,61.205861,-149.824602,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,1.642457,1.207631,5.84,"2013-05-28 00:00",5.29,"2013-01-28 00:00",4.6,"2013-06-09 00:00",3.64,"2013-09-19 00:00","","","","",5.84,5.84,4.6,3.08,1.99,1.35,0.525,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17201",7,61.205861,-149.824602,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.623,0.882692,3.13,"2013-09-19 00:00",1.53,"2013-03-16 00:00",1.41,"2013-07-20 00:00",1.21,"2013-01-22 00:00","","","","",3.13,3.13,3.13,3.13,1.53,1.41,0.835,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17204",6,61.205861,-149.824602,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,2.378891,2.222834,10.2,"2013-05-28 00:00",10.2,"2013-06-09 00:00",7.35,"2013-08-20 00:00",5.79,"2013-01-28 00:00","","","","",10.2,10.2,7.35,4.87,2.63,1.88,0.544,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17204",7,61.205861,-149.824602,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.082,0.864679,2.95,"2013-07-20 00:00",2.89,"2013-09-19 00:00",2.18,"2013-03-16 00:00",1.22,"2013-01-22 00:00","","","","",2.95,2.95,2.95,2.95,2.89,2.18,1.17,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17208",6,61.205861,-149.824602,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.237122,0.30694,1.75,"2013-01-28 00:00",0.925,"2013-09-19 00:00",0.723,"2013-03-05 00:00",0.691,"2013-02-27 00:00","","","","",1.75,1.75,0.723,0.594,0.247,0.132,0.0347,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17208",7,61.205861,-149.824602,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3464,0.296835,0.798,"2013-09-19 00:00",0.5,"2013-03-16 00:00",0.181,"2013-01-22 00:00",0.147,"2013-07-20 00:00","","","","",0.798,0.798,0.798,0.798,0.5,0.181,0.106,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17211",6,61.205861,-149.824602,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.0275,0.069198,0.386,"2013-01-28 00:00",0.202,"2013-03-16 00:00",0.137,"2013-04-02 00:00",0.133,"2013-09-19 00:00","","","","",0.386,0.386,0.137,0.105,0.022,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17211",7,61.205861,-149.824602,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.045,0.070866,0.162,"2013-09-19 00:00",0.063,"2013-03-16 00:00",0,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",0.162,0.162,0.162,0.162,0.063,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17212",6,61.205861,-149.824602,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.012115,0.029856,0.135,"2013-01-28 00:00",0.108,"2013-09-19 00:00",0.0896,"2013-03-05 00:00",0.0533,"2013-02-27 00:00","","","","",0.135,0.135,0.0896,0.0441,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17212",7,61.205861,-149.824602,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0275,0.041494,0.0934,"2013-09-19 00:00",0.0441,"2013-03-16 00:00",0,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",0.0934,0.0934,0.0934,0.0934,0.0441,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17215",6,61.205861,-149.824602,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.115152,0.217165,1.13,"2013-01-28 00:00",0.723,"2013-09-19 00:00",0.519,"2013-03-05 00:00",0.479,"2013-02-27 00:00","","","","",1.13,1.13,0.519,0.402,0.12,0.039,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17215",7,61.205861,-149.824602,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.2036,0.238313,0.582,"2013-09-19 00:00",0.287,"2013-03-16 00:00",0.108,"2013-01-22 00:00",0.041,"2013-05-22 00:00","","","","",0.582,0.582,0.582,0.582,0.287,0.108,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17220",6,61.205861,-149.824602,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.188109,0.312286,1.61,"2013-01-28 00:00",1.15,"2013-09-19 00:00",0.793,"2013-03-05 00:00",0.625,"2013-02-27 00:00","","","","",1.61,1.61,0.793,0.468,0.194,0.08,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17220",7,61.205861,-149.824602,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3288,0.418049,1.02,"2013-09-19 00:00",0.422,"2013-03-16 00:00",0.12,"2013-01-22 00:00",0.082,"2013-05-22 00:00","","","","",1.02,1.02,1.02,1.02,0.422,0.12,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17223",6,61.205861,-149.824602,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.04287,0.084412,0.395,"2013-01-28 00:00",0.351,"2013-09-19 00:00",0.225,"2013-03-05 00:00",0.142,"2013-02-27 00:00","","","","",0.395,0.395,0.225,0.121,0.05,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17223",7,61.205861,-149.824602,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0834,0.125777,0.296,"2013-09-19 00:00",0.1,"2013-03-16 00:00",0.021,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",0.296,0.296,0.296,0.296,0.1,0.021,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17224",6,61.205861,-149.824602,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.098022,0.14933,0.744,"2013-01-28 00:00",0.535,"2013-09-19 00:00",0.432,"2013-03-05 00:00",0.292,"2013-03-16 00:00","","","","",0.744,0.744,0.432,0.289,0.098,0.051,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17224",7,61.205861,-149.824602,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.1728,0.196516,0.478,"2013-09-19 00:00",0.259,"2013-03-16 00:00",0.072,"2013-01-22 00:00",0.055,"2013-05-22 00:00","","","","",0.478,0.478,0.478,0.478,0.259,0.072,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17231",6,61.205861,-149.824602,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.006087,0.019116,0.1,"2013-01-28 00:00",0.068,"2013-09-19 00:00",0.045,"2013-03-05 00:00",0.023,"2013-03-16 00:00","","","","",0.1,0.1,0.045,0.023,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17231",7,61.205861,-149.824602,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0134,0.029963,0.067,"2013-09-19 00:00",0,"2013-01-22 00:00",0,"2013-03-16 00:00",0,"2013-05-22 00:00","","","","",0.067,0.067,0.067,0.067,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17237",6,61.205861,-149.824602,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.09037,0.164854,0.83,"2013-01-28 00:00",0.498,"2013-03-16 00:00",0.485,"2013-09-19 00:00",0.417,"2013-03-05 00:00","","","","",0.83,0.83,0.485,0.304,0.103,0.031,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17237",7,61.205861,-149.824602,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.162,0.201001,0.466,"2013-09-19 00:00",0.27,"2013-03-16 00:00",0.041,"2013-05-22 00:00",0.033,"2013-01-22 00:00","","","","",0.466,0.466,0.466,0.466,0.27,0.041,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17242",6,61.205861,-149.824602,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.091174,0.191331,0.956,"2013-01-28 00:00",0.758,"2013-09-19 00:00",0.487,"2013-03-05 00:00",0.298,"2013-02-27 00:00","","","","",0.956,0.956,0.487,0.233,0.08,0.03,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17242",7,61.205861,-149.824602,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.1934,0.284253,0.683,"2013-09-19 00:00",0.2,"2013-03-16 00:00",0.052,"2013-01-22 00:00",0.032,"2013-05-22 00:00","","","","",0.683,0.683,0.683,0.683,0.2,0.052,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","17243",6,61.205861,-149.824602,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",46,75,40,61,0,1,"","","Certification not required",0,0.07088,0.153996,0.803,"2013-01-28 00:00",0.607,"2013-09-19 00:00",0.306,"2013-03-05 00:00",0.276,"2013-03-16 00:00","","","","",0.803,0.803,0.306,0.176,0.0744,0.0211,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-20" +"02","020","0018","17243",7,61.205861,-149.824602,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.15426,0.265068,0.618,"2013-09-19 00:00",0.133,"2013-03-16 00:00",0.0203,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",0.618,0.618,0.618,0.618,0.133,0.0203,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","42101",1,61.205861,-149.824602,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",2137,24,89,365,0,23,0,0,"Certification not required",0,0.541488,0.505927,3.8,"2013-03-20 07:00",3.77,"2013-03-18 07:00",3.74,"2013-03-27 07:00",3.59,"2013-01-09 10:00","","","","",2.46,2.09,1.61,1.24,0.66,0.32,0.19,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-06-12" +"02","020","0018","42101",1,61.205861,-149.824602,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2142,24,89,365,0,0,0,0,"Certification not required",0,0.540336,0.383642,2.3,"2013-02-05 13:00",2.1,"2013-01-09 11:00",2.1,"2013-01-09 12:00",2.1,"2013-02-05 12:00",2.3,"2013-02-05 13:00",2.1,"2013-01-09 11:00",1.7,1.6,1.3,1.1,0.7,0.4,0.2,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-06-12" +"02","020","0018","42153",6,61.205861,-149.824602,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.010444,0.003665,0.03,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.01,"2013-01-14 00:00",0.01,"2013-01-16 00:00","","","","",0.03,0.03,0.01,0.01,0.01,0.01,0.01,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43205",6,61.205861,-149.824602,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,1.4928,1.259916,5.64,"2013-03-05 00:00",5.61,"2013-01-04 00:00",4.5,"2013-02-27 00:00",3.33,"2013-01-28 00:00","","","","",5.64,5.64,4.5,3.24,1.833,1.128,0.486,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43206",6,61.205861,-149.824602,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,2.677644,2.831625,10.06,"2013-04-02 00:00",9.6,"2013-03-05 00:00",9.22,"2013-01-04 00:00",9.04,"2013-02-27 00:00","","","","",10.06,10.06,9.22,8.18,3.08,1.538,0.454,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43208",6,61.205861,-149.824602,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.032711,0.00512,0.044,"2013-05-16 00:00",0.042,"2013-04-02 00:00",0.042,"2013-05-28 00:00",0.042,"2013-09-13 00:00","","","","",0.044,0.044,0.042,0.042,0.036,0.032,0.026,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43218",6,61.205861,-149.824602,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.192,0.204524,0.9,"2013-01-04 00:00",0.83,"2013-03-05 00:00",0.62,"2013-02-27 00:00",0.51,"2013-01-28 00:00","","","","",0.9,0.9,0.62,0.5,0.25,0.13,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43233",6,61.205861,-149.824602,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",1,0.412622,0.348263,1.648,"2013-03-05 00:00",1.32,"2013-01-28 00:00",1.184,"2013-01-04 00:00",1.04,"2013-02-27 00:00","","","","",1.648,1.648,1.184,0.88,0.52,0.304,0.12,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43372",6,61.205861,-149.824602,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.025778,0.08508,0.37,"2013-03-05 00:00",0.31,"2013-08-31 00:00",0.25,"2013-05-04 00:00",0.23,"2013-01-28 00:00","","","","",0.37,0.37,0.25,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43373",6,61.205861,-149.824602,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-14 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43396",6,61.205861,-149.824602,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-14 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43438",6,61.205861,-149.824602,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43441",6,61.205861,-149.824602,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.003556,0.016673,0.08,"2013-04-02 00:00",0.08,"2013-06-08 00:00",0,"2013-01-04 00:00",0,"2013-01-14 00:00","","","","",0.08,0.08,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43505",6,61.205861,-149.824602,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,38,61,0,3,"","","Certification not required",0,0.780227,0.512629,2.06,"2013-01-22 00:00",2.04,"2013-04-16 00:00",1.91,"2013-07-15 00:00",1.8,"2013-02-09 00:00","","","","",2.06,2.06,1.91,1.79,1,0.65,0.29,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43560",6,61.205861,-149.824602,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.145333,0.106549,0.52,"2013-03-05 00:00",0.49,"2013-06-15 00:00",0.38,"2013-01-04 00:00",0.29,"2013-02-09 00:00","","","","",0.52,0.52,0.38,0.25,0.16,0.13,0.05,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43702",6,61.205861,-149.824602,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.117333,0.03333,0.19,"2013-06-27 00:00",0.18,"2013-07-20 00:00",0.18,"2013-09-19 00:00",0.16,"2013-01-04 00:00","","","","",0.19,0.19,0.18,0.16,0.14,0.12,0.07,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43704",6,61.205861,-149.824602,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.035556,0.085242,0.28,"2013-06-21 00:00",0.27,"2013-07-20 00:00",0.26,"2013-04-10 00:00",0.23,"2013-08-20 00:00","","","","",0.28,0.28,0.26,0.2,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43801",6,61.205861,-149.824602,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.538444,0.067922,0.72,"2013-05-28 00:00",0.66,"2013-04-04 00:00",0.65,"2013-03-23 00:00",0.64,"2013-04-16 00:00","","","","",0.72,0.72,0.65,0.64,0.59,0.52,0.47,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43802",6,61.205861,-149.824602,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.161556,0.101151,0.58,"2013-04-04 00:00",0.38,"2013-02-02 00:00",0.37,"2013-09-19 00:00",0.33,"2013-02-27 00:00","","","","",0.58,0.58,0.37,0.29,0.19,0.12,0.09,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43803",6,61.205861,-149.824602,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.016444,0.010478,0.03,"2013-03-05 00:00",0.03,"2013-03-16 00:00",0.03,"2013-04-02 00:00",0.03,"2013-07-27 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43804",6,61.205861,-149.824602,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.101333,0.013915,0.13,"2013-06-21 00:00",0.13,"2013-07-27 00:00",0.13,"2013-08-20 00:00",0.12,"2013-05-28 00:00","","","","",0.13,0.13,0.13,0.12,0.11,0.1,0.08,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43806",6,61.205861,-149.824602,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-07-09 00:00",0.01,"2013-07-27 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43811",6,61.205861,-149.824602,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.2606,0.036891,0.392,"2013-05-28 00:00",0.326,"2013-05-16 00:00",0.322,"2013-04-16 00:00",0.308,"2013-05-22 00:00","","","","",0.392,0.392,0.322,0.304,0.285,0.252,0.222,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43812",6,61.205861,-149.824602,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.001778,0.008605,0.05,"2013-06-15 00:00",0.03,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-14 00:00","","","","",0.05,0.05,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43813",6,61.205861,-149.824602,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43814",6,61.205861,-149.824602,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.011778,0.008605,0.03,"2013-07-27 00:00",0.02,"2013-01-14 00:00",0.02,"2013-02-21 00:00",0.02,"2013-02-27 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43815",6,61.205861,-149.824602,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.038667,0.02351,0.09,"2013-04-02 00:00",0.07,"2013-03-16 00:00",0.07,"2013-04-04 00:00",0.07,"2013-04-22 00:00","","","","",0.09,0.09,0.07,0.07,0.06,0.04,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43817",6,61.205861,-149.824602,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.037111,0.026767,0.11,"2013-03-05 00:00",0.1,"2013-01-22 00:00",0.09,"2013-08-31 00:00",0.07,"2013-04-02 00:00","","","","",0.11,0.11,0.09,0.07,0.05,0.03,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43818",6,61.205861,-149.824602,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-07-27 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-14 00:00","","","","",0.01,0.01,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43819",6,61.205861,-149.824602,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.005556,0.005459,0.02,"2013-05-04 00:00",0.01,"2013-01-14 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43820",6,61.205861,-149.824602,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43821",6,61.205861,-149.824602,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.163556,0.019131,0.202,"2013-04-04 00:00",0.2,"2013-04-02 00:00",0.194,"2013-04-16 00:00",0.192,"2013-03-23 00:00","","","","",0.202,0.202,0.194,0.192,0.172,0.164,0.14,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43823",6,61.205861,-149.824602,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.512889,0.072883,0.77,"2013-05-28 00:00",0.64,"2013-05-16 00:00",0.63,"2013-04-16 00:00",0.62,"2013-05-22 00:00","","","","",0.77,0.77,0.63,0.61,0.56,0.5,0.43,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43824",6,61.205861,-149.824602,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.000222,0.001491,0.01,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43826",6,61.205861,-149.824602,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43828",6,61.205861,-149.824602,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-14 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43829",6,61.205861,-149.824602,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43830",6,61.205861,-149.824602,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43831",6,61.205861,-149.824602,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43832",6,61.205861,-149.824602,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-14 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43835",6,61.205861,-149.824602,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43836",6,61.205861,-149.824602,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-14 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43838",6,61.205861,-149.824602,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-14 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43839",6,61.205861,-149.824602,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-14 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43843",6,61.205861,-149.824602,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43844",6,61.205861,-149.824602,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.002,0.006606,0.03,"2013-07-27 00:00",0.02,"2013-04-02 00:00",0.02,"2013-07-09 00:00",0.02,"2013-09-25 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","43860",6,61.205861,-149.824602,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.000667,0.003303,0.02,"2013-03-05 00:00",0.01,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-14 00:00","","","","",0.02,0.02,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45109",6,61.205861,-149.824602,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,3.766222,3.729669,15.28,"2013-03-05 00:00",13.6,"2013-01-28 00:00",13.44,"2013-01-04 00:00",11.12,"2013-02-27 00:00","","","","",15.28,15.28,13.44,10.48,5.19,2.29,0.89,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45201",6,61.205861,-149.824602,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,2.375111,2.053756,8.88,"2013-03-05 00:00",8.1,"2013-01-04 00:00",6.84,"2013-02-27 00:00",6.12,"2013-01-28 00:00","","","","",8.88,8.88,6.84,6.06,3.26,1.58,0.66,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45202",6,61.205861,-149.824602,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,9.110889,8.819227,36.75,"2013-03-05 00:00",34.3,"2013-01-04 00:00",28.14,"2013-01-28 00:00",26.95,"2013-04-02 00:00","","","","",36.75,36.75,28.14,25.83,12.6,5.64,2.09,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45203",6,61.205861,-149.824602,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,1.276222,1.193706,4.94,"2013-03-05 00:00",4.55,"2013-01-04 00:00",4.22,"2013-01-28 00:00",3.66,"2013-02-27 00:00","","","","",4.94,4.94,4.22,3.36,1.8,0.78,0.34,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45204",6,61.205861,-149.824602,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,1.440222,1.415576,5.91,"2013-03-05 00:00",5.2,"2013-01-28 00:00",5.02,"2013-01-04 00:00",4.22,"2013-02-27 00:00","","","","",5.91,5.91,5.02,3.92,2.06,0.86,0.34,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45207",6,61.205861,-149.824602,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",24,0.221,0.186159,0.756,"2013-01-28 00:00",0.693,"2013-01-04 00:00",0.666,"2013-03-05 00:00",0.504,"2013-04-02 00:00","","","","",0.756,0.756,0.666,0.495,0.288,0.0855,0.0855,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45208",6,61.205861,-149.824602,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",3,0.709,0.636884,2.511,"2013-03-05 00:00",2.493,"2013-01-28 00:00",2.313,"2013-01-04 00:00",1.836,"2013-02-27 00:00","","","","",2.511,2.511,2.313,1.746,0.99,0.486,0.162,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45220",6,61.205861,-149.824602,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.205111,0.170795,0.61,"2013-03-05 00:00",0.58,"2013-01-04 00:00",0.56,"2013-01-28 00:00",0.5,"2013-08-26 00:00","","","","",0.61,0.61,0.56,0.48,0.29,0.17,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45801",6,61.205861,-149.824602,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45805",6,61.205861,-149.824602,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-14 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45806",6,61.205861,-149.824602,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-14 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45807",6,61.205861,-149.824602,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.043111,0.054432,0.22,"2013-04-02 00:00",0.19,"2013-03-16 00:00",0.16,"2013-03-05 00:00",0.13,"2013-01-04 00:00","","","","",0.22,0.22,0.16,0.13,0.06,0.03,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","45810",6,61.205861,-149.824602,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,39,61,0,2,"","","Certification not required",0,0.001111,0.007454,0.05,"2013-03-16 00:00",0,"2013-01-04 00:00",0,"2013-01-14 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-03" +"02","020","0018","81102",1,61.205861,-149.824602,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,66,40,61,0,0,0,0,"Certification not required",2,12.977778,7.987174,34,"2013-05-28 00:00",31,"2013-04-04 00:00",30,"2013-03-16 00:00",29,"2013-05-10 00:00","","","","",34,34,30,25,16,11,5,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0018","81102",3,61.205861,-149.824602,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6248,71,260,365,0,304,"","","Certification not required",484,14.580346,14.211756,209,"2013-04-17 06:00",168,"2013-04-16 06:00",164,"2013-04-04 07:00",154,"2013-04-17 07:00","","","","",73,55,38,29,18,11,4,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0018","81102",3,61.205861,-149.824602,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",260,71,260,365,0,0,0,0,"Certification not required",0,14.157692,9.476762,58,"2013-01-15 00:00",45,"2013-03-21 00:00",43,"2013-06-16 00:00",42,"2013-09-22 00:00","","","","",43,38,36,30,18,11,5,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0018","85101",1,61.205861,-149.824602,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,40,61,0,0,"","","Certification not required",1,13.977778,8.443634,35,"2013-05-28 00:00",33,"2013-03-16 00:00",33,"2013-04-04 00:00",31,"2013-05-10 00:00","","","","",35,35,33,27,18,11,6,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0018","88101",3,61.205861,-149.824602,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6155,70,264,365,0,397,"","","Certification not required",0,4.992851,4.819047,59,"2013-06-27 04:00",51,"2013-05-24 23:00",48,"2013-01-26 22:00",43,"2013-01-26 21:00","","","","",21,18,13,10,7,4,0,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0018","88101",3,61.205861,-149.824602,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",252,69,252,365,0,0,0,0,"Certification not required",0,4.968651,3.27424,18.9,"2013-01-27 00:00",16.9,"2013-01-26 00:00",15.7,"2013-06-16 00:00",14.8,"2013-06-17 00:00","","","","",15.7,13.7,10.8,8.9,6.8,4.5,1.3,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0018","88101",3,61.205861,-149.824602,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",252,69,252,365,0,0,"","","Certification not required",0,4.968651,3.27424,18.9,"2013-01-27 00:00",16.9,"2013-01-26 00:00",15.7,"2013-06-16 00:00",14.8,"2013-06-17 00:00","","","","",15.7,13.7,10.8,8.9,6.8,4.5,1.3,"GARDEN/TRINITY CHRISTIAN CHURCH","3000 EAST 16TH AVENUE","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0044","81102",3,61.181083,-149.817389,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6116,70,247,365,0,436,"","","Certification not required",552,25.230052,37.837345,588,"2013-01-15 17:00",577,"2013-04-05 07:00",571,"2013-01-15 11:00",545,"2013-01-15 09:00","","","","",201,127,74,51,29,16,4,"ON THE ROOF OF THE ALLSTATE BUILDING","3335 E TUDOR RD ANCHORAGE AK 99508","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0044","81102",3,61.181083,-149.817389,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",247,68,247,365,0,0,1,1,"Certification not required",0,24.761134,25.986622,256,"2013-01-15 00:00",120,"2013-05-09 00:00",98,"2013-04-05 00:00",98,"2013-04-18 00:00","","","","",98,89,75,56,33,17,5,"ON THE ROOF OF THE ALLSTATE BUILDING","3335 E TUDOR RD ANCHORAGE AK 99508","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","0048","42101",1,61.191514,-149.93493,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",2152,25,90,365,0,8,0,0,"Certification not required",859,0.607412,0.523608,4.5,"2013-01-09 09:00",4.5,"2013-03-27 06:00",3.9,"2013-01-09 07:00",3.9,"2013-01-09 08:00","","","","",2.7,2.3,1.7,1.2,0.6,0.5,0.25,"UNITARIAN CHURCH","3201 TURNAGAIN STREET","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-06-12" +"02","020","0048","42101",1,61.191514,-149.93493,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2157,25,90,365,0,0,0,0,"Certification not required",0,0.618173,0.394117,3.1,"2013-01-09 11:00",3,"2013-01-09 09:00",3,"2013-01-09 10:00",2.9,"2013-01-09 12:00",3.1,"2013-01-09 11:00",2.2,"2013-01-09 02:00",2.1,1.8,1.5,1.1,0.7,0.5,0.3,"UNITARIAN CHURCH","3201 TURNAGAIN STREET","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-06-12" +"02","020","1004","81102",3,61.3267,-149.569707,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6234,71,256,365,0,318,"","","Certification not required",629,17.634424,23.701198,423,"2013-01-15 17:00",423,"2013-01-15 18:00",383,"2013-01-15 09:00",343,"2013-01-15 15:00","","","","",112,77,51,36,21,11,2,"PARKGATE/EAGLE RIVER","11723 OLD GLENN HIGHWAY","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","1004","81102",3,61.3267,-149.569707,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",256,70,256,365,0,0,1,1,"Certification not required",0,17.15625,16.288544,174,"2013-01-15 00:00",78,"2013-04-25 00:00",65,"2013-03-13 00:00",61,"2013-04-27 00:00","","","","",65,58,45,37,21,12,5,"PARKGATE/EAGLE RIVER","11723 OLD GLENN HIGHWAY","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","1004","88101",3,61.3267,-149.569707,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6185,71,264,365,0,367,"","","Certification not required",0,4.619078,3.716127,36,"2013-01-15 19:00",33,"2013-04-13 22:00",32,"2013-01-24 12:00",31,"2013-01-15 18:00","","","","",17,15,11,9,6,4,1,"PARKGATE/EAGLE RIVER","11723 OLD GLENN HIGHWAY","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","1004","88101",3,61.3267,-149.569707,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",254,70,254,365,0,0,0,0,"Certification not required",0,4.551969,2.257998,12.9,"2013-05-29 00:00",12.5,"2013-01-27 00:00",11.8,"2013-05-30 00:00",10.7,"2013-01-15 00:00","","","","",11.8,10,8.9,7.5,5.9,4.1,2.2,"PARKGATE/EAGLE RIVER","11723 OLD GLENN HIGHWAY","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","020","1004","88101",3,61.3267,-149.569707,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",254,70,254,365,0,0,"","","Certification not required",0,4.551969,2.257998,12.9,"2013-05-29 00:00",12.5,"2013-01-27 00:00",11.8,"2013-05-30 00:00",10.7,"2013-01-15 00:00","","","","",11.8,10,8.9,7.5,5.9,4.1,2.2,"PARKGATE/EAGLE RIVER","11723 OLD GLENN HIGHWAY","Alaska","Anchorage","Anchorage","Anchorage, AK","2013-12-16" +"02","068","0003","44201",1,63.725344,-148.965726,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8639,98,210,214,0,121,0,0,"Certification not required",8,0.03471,0.009072,0.057,"2013-05-10 17:00",0.054,"2013-05-09 16:00",0.054,"2013-05-11 11:00",0.053,"2013-03-08 03:00","","","","",0.054,0.052,0.051,0.049,0.047,0.043,0.037,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","44201",1,63.725344,-148.965726,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,210,214,0,0,0,0,"Certification not required",0,0.032419,0.009463,0.055,"2013-05-10 12:00",0.052,"2013-03-07 21:00",0.052,"2013-03-08 00:00",0.052,"2013-05-09 14:00","","","","",0.052,0.051,0.049,0.048,0.046,0.042,0.035,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","44201",1,63.725344,-148.965726,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,210,214,0,0,0,0,"Certification not required",0,0.032419,0.009463,0.055,"2013-05-10 12:00",0.052,"2013-03-07 21:00",0.052,"2013-03-08 00:00",0.052,"2013-05-09 14:00","","","","",0.052,0.051,0.049,0.048,0.046,0.042,0.035,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","61101",1,63.725344,-148.965726,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,2.606556,1.424597,10.3,"2013-03-13 15:00",9.5,"2013-03-07 17:00",9.3,"2013-10-08 04:00",8.9,"2013-03-13 13:00","","","","",6.6,6.2,5.2,4.7,3.5,2.3,1.2,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","61103",1,63.725344,-148.965726,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,1.931376,1.445202,9.9,"2013-03-13 15:00",9.1,"2013-03-07 17:00",8.9,"2013-10-08 04:00",8.7,"2013-03-13 13:00","","","","",6.2,5.6,4.9,4.1,2.7,1.6,0.4,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","61104",1,63.725344,-148.965726,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,172.106682,111.797984,360,"2013-01-09 04:00",360,"2013-01-26 10:00",360,"2013-02-14 17:00",360,"2013-02-20 01:00","","","","",356,352,342,326,278,169,29,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","61106",1,63.725344,-148.965726,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,45.446145,16.985592,91,"2013-02-03 15:00",91,"2013-02-05 18:00",91,"2013-02-05 22:00",90,"2013-02-03 17:00","","","","",82,78,74,68,58,45,22,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","62101",1,63.725344,-148.965726,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8756,100,365,365,0,4,"","","Certification not required",0,29.999201,22.539583,83,"2013-06-18 15:00",83,"2013-06-25 14:00",83,"2013-06-25 15:00",83,"2013-06-25 17:00","","","","",76,71,65,59,47,30,-1,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","62201",1,63.725344,-148.965726,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5088,58,212,365,0,0,"","","Certification not required",0,60.364583,17.091508,93,"2013-06-26 23:00",93,"2013-06-28 19:00",93,"2013-06-28 22:00",93,"2013-06-28 23:00","","","","",92,89,85,81,74,62,36,"","DENALI NATIONAL PARK","Alaska","Denali","","","2013-09-16" +"02","068","0003","63301",1,63.725344,-148.965726,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8760,100,365,365,0,0,"","","Certification not required",4647,0.141872,0.247554,1.17,"2013-05-31 11:00",1.17,"2013-06-06 10:00",1.16,"2013-04-30 14:00",1.13,"2013-05-24 11:00","","","","",0.99,0.92,0.76,0.55,0.16,0.005,0.005,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-02-18" +"02","068","0003","65102",1,63.725344,-148.965726,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5086,58,212,365,0,2,"","","Certification not required",0,0.000572,0.006833,0.24,"2013-06-26 19:00",0.19,"2013-05-31 12:00",0.13,"2013-07-19 03:00",0.13,"2013-07-29 10:00","","","","",0.01,0,0,0,0,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2013-09-16" +"02","068","0003","85101",1,63.725344,-148.965726,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,2.421402,1.705223,6.4748,"2013-05-31 00:00",6.4194,"2013-05-10 00:00",5.7958,"2013-05-28 00:00",5.5303,"2013-05-22 00:00","","","","",6.4748,6.4194,5.7958,4.3388,3.7635,2.0933,0.548,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","86502",1,63.725344,-148.965726,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.627451,0.847603,3,"2013-05-10 00:00",3,"2013-05-22 00:00",2,"2013-04-04 00:00",2,"2013-04-22 00:00","","","","",3,3,2,2,1,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88103",1,63.725344,-148.965726,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-25 00:00",0.001,"2013-02-24 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88104",1,63.725344,-148.965726,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.014907,0.015149,0.0816,"2013-05-10 00:00",0.0415,"2013-05-22 00:00",0.0409,"2013-05-28 00:00",0.034,"2013-05-31 00:00","","","","",0.0816,0.0415,0.0409,0.0315,0.024,0.013,0.001,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88109",1,63.725344,-148.965726,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.001276,0.001328,0.0059,"2013-02-21 00:00",0.0051,"2013-04-07 00:00",0.0048,"2013-02-18 00:00",0.0047,"2013-03-26 00:00","","","","",0.0059,0.0051,0.0048,0.0025,0.0015,0.001,0.0002,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88111",1,63.725344,-148.965726,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.009394,0.007443,0.0374,"2013-05-10 00:00",0.0201,"2013-05-28 00:00",0.0199,"2013-04-28 00:00",0.0188,"2013-01-25 00:00","","","","",0.0374,0.0201,0.0199,0.0185,0.0157,0.0086,0.0011,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88112",1,63.725344,-148.965726,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-01-25 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88114",1,63.725344,-148.965726,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000165,0.000104,0.0005,"2013-02-06 00:00",0.0005,"2013-04-25 00:00",0.0004,"2013-01-25 00:00",0.0004,"2013-04-04 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.0001,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88115",1,63.725344,-148.965726,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.015089,0.03464,0.1821,"2013-03-26 00:00",0.1388,"2013-03-23 00:00",0.0725,"2013-05-19 00:00",0.0572,"2013-02-24 00:00","","","","",0.1821,0.1388,0.0725,0.053,0.0075,0.0014,0.00015,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88126",1,63.725344,-148.965726,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.010877,0.010842,0.0505,"2013-05-10 00:00",0.0356,"2013-05-22 00:00",0.0312,"2013-05-28 00:00",0.0253,"2013-05-25 00:00","","","","",0.0505,0.0356,0.0312,0.0249,0.0183,0.0084,0.00065,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88128",1,63.725344,-148.965726,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00051,0.000784,0.003,"2013-01-25 00:00",0.002,"2013-04-13 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-19 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88132",1,63.725344,-148.965726,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000314,0.000469,0.001,"2013-01-25 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-20 00:00",0.001,"2013-04-04 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88136",1,63.725344,-148.965726,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88140",1,63.725344,-148.965726,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.011425,0.012803,0.0594,"2013-01-25 00:00",0.0559,"2013-03-26 00:00",0.035,"2013-04-10 00:00",0.033,"2013-02-18 00:00","","","","",0.0594,0.0559,0.035,0.0246,0.015,0.0063,0.002,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88152",1,63.725344,-148.965726,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000275,0.000383,0.002,"2013-04-07 00:00",0.0016,"2013-04-04 00:00",0.0012,"2013-03-17 00:00",0.001,"2013-05-25 00:00","","","","",0.002,0.0016,0.0012,0.0006,0.00015,0.00015,0.0001,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88154",1,63.725344,-148.965726,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000125,6.9e-05,0.0004,"2013-02-12 00:00",0.0004,"2013-04-16 00:00",0.0003,"2013-04-04 00:00",0.0002,"2013-01-25 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,0.0001,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88161",1,63.725344,-148.965726,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000941,0.000919,0.0047,"2013-05-10 00:00",0.0025,"2013-05-22 00:00",0.0023,"2013-04-22 00:00",0.0023,"2013-05-28 00:00","","","","",0.0047,0.0025,0.0023,0.002,0.0016,0.0007,0.00015,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88164",1,63.725344,-148.965726,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,9e-05,6.8e-05,0.0004,"2013-05-22 00:00",0.0002,"2013-01-25 00:00",0.0002,"2013-02-12 00:00",0.0002,"2013-04-07 00:00","","","","",0.0004,0.0002,0.0002,0.0002,0.0001,5e-05,5e-05,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88165",1,63.725344,-148.965726,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.030976,0.033645,0.1728,"2013-05-10 00:00",0.1013,"2013-05-22 00:00",0.0942,"2013-05-28 00:00",0.0775,"2013-05-31 00:00","","","","",0.1728,0.1013,0.0942,0.071,0.0512,0.0238,0.0017,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88167",1,63.725344,-148.965726,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.001203,0.000978,0.004,"2013-01-25 00:00",0.0039,"2013-01-28 00:00",0.0039,"2013-02-21 00:00",0.0024,"2013-03-17 00:00","","","","",0.004,0.0039,0.0039,0.0021,0.0018,0.0009,0.0001,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88168",1,63.725344,-148.965726,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.000185,0.000138,0.0007,"2013-02-18 00:00",0.0007,"2013-04-10 00:00",0.0004,"2013-01-31 00:00",0.0004,"2013-04-13 00:00","","","","",0.0007,0.0007,0.0004,0.0004,0.0002,0.00015,0.0001,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88169",1,63.725344,-148.965726,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.173506,0.127134,0.4363,"2013-04-10 00:00",0.4229,"2013-04-28 00:00",0.4181,"2013-04-25 00:00",0.3848,"2013-05-01 00:00","","","","",0.4363,0.4229,0.4181,0.3724,0.2451,0.1538,0.0276,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88176",1,63.725344,-148.965726,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000162,6e-05,0.0004,"2013-01-16 00:00",0.0004,"2013-02-12 00:00",0.0003,"2013-04-10 00:00",0.0003,"2013-04-16 00:00","","","","",0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,0.00015,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88180",1,63.725344,-148.965726,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.009501,0.00677,0.0251,"2013-01-25 00:00",0.0241,"2013-05-10 00:00",0.0196,"2013-04-10 00:00",0.0193,"2013-04-07 00:00","","","","",0.0251,0.0241,0.0196,0.019,0.0147,0.0088,0.0012,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88184",1,63.725344,-148.965726,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.037404,0.047893,0.2243,"2013-03-26 00:00",0.1671,"2013-04-07 00:00",0.1607,"2013-03-23 00:00",0.1253,"2013-01-25 00:00","","","","",0.2243,0.1671,0.1607,0.1004,0.0496,0.0167,0.0019,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88185",1,63.725344,-148.965726,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000661,0.000301,0.0023,"2013-02-21 00:00",0.0014,"2013-03-20 00:00",0.001,"2013-02-24 00:00",0.001,"2013-04-22 00:00","","","","",0.0023,0.0014,0.001,0.0009,0.00065,0.00065,0.0004,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88203",1,63.725344,-148.965726,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.035976,0.057314,0.3012,"2013-03-26 00:00",0.2107,"2013-03-23 00:00",0.1291,"2013-02-18 00:00",0.1268,"2013-01-25 00:00","","","","",0.3012,0.2107,0.1291,0.1172,0.0383,0.0106,0.00305,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88306",1,63.725344,-148.965726,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.05417,0.04454,0.1751,"2013-03-26 00:00",0.1591,"2013-02-18 00:00",0.1532,"2013-04-07 00:00",0.1471,"2013-04-10 00:00","","","","",0.1751,0.1591,0.1532,0.1421,0.0655,0.043,0.0096,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88320",1,63.725344,-148.965726,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.171176,0.189965,1.08,"2013-05-31 00:00",0.74,"2013-05-28 00:00",0.49,"2013-01-25 00:00",0.42,"2013-05-25 00:00","","","","",1.08,0.74,0.49,0.34,0.22,0.12,0.03,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88321",1,63.725344,-148.965726,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.023333,0.026281,0.12,"2013-01-25 00:00",0.09,"2013-05-28 00:00",0.08,"2013-05-31 00:00",0.06,"2013-01-22 00:00","","","","",0.12,0.09,0.08,0.06,0.04,0.02,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88324",1,63.725344,-148.965726,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.022755,0.009699,0.0601,"2013-01-31 00:00",0.0513,"2013-03-02 00:00",0.0381,"2013-04-10 00:00",0.0354,"2013-03-08 00:00","","","","",0.0601,0.0513,0.0381,0.03,0.02855,0.023,0.01585,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88325",1,63.725344,-148.965726,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.05107,0.043854,0.2858,"2013-05-31 00:00",0.1568,"2013-05-28 00:00",0.1006,"2013-05-25 00:00",0.0983,"2013-04-04 00:00","","","","",0.2858,0.1568,0.1006,0.0963,0.0564,0.03365,0.0186,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88326",1,63.725344,-148.965726,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.051005,0.057191,0.3671,"2013-05-31 00:00",0.2481,"2013-05-28 00:00",0.1279,"2013-01-25 00:00",0.12,"2013-05-25 00:00","","","","",0.3671,0.2481,0.1279,0.0715,0.03895,0.0364,0.02515,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88327",1,63.725344,-148.965726,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.032315,0.03518,0.1779,"2013-05-31 00:00",0.1538,"2013-05-28 00:00",0.123,"2013-01-25 00:00",0.0767,"2013-05-25 00:00","","","","",0.1779,0.1538,0.123,0.0609,0.0441,0.0157,0.0109,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88328",1,63.725344,-148.965726,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.03764,0.04465,0.2269,"2013-05-31 00:00",0.1816,"2013-05-28 00:00",0.108,"2013-02-06 00:00",0.1048,"2013-05-25 00:00","","","","",0.2269,0.1816,0.108,0.096,0.0531,0.0251,0.0037,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88329",1,63.725344,-148.965726,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.047531,0.051522,0.2283,"2013-05-31 00:00",0.203,"2013-05-28 00:00",0.1768,"2013-01-25 00:00",0.142,"2013-02-06 00:00","","","","",0.2283,0.203,0.1768,0.1054,0.0659,0.0337,0.0032,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88330",1,63.725344,-148.965726,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.014022,0.017145,0.0813,"2013-05-31 00:00",0.0681,"2013-05-28 00:00",0.053,"2013-04-04 00:00",0.0446,"2013-01-25 00:00","","","","",0.0813,0.0681,0.053,0.0333,0.018,0.0078,0.0014,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88331",1,63.725344,-148.965726,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,4.8e-05,0.000103,0.0006,"2013-03-17 00:00",0.0004,"2013-03-08 00:00",0.00015,"2013-03-14 00:00",0.00015,"2013-03-26 00:00","","","","",0.0006,0.0004,0.00015,0.0001,5e-05,0,0,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88338",1,63.725344,-148.965726,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.0154,0.004458,0.0243,"2013-05-13 00:00",0.02405,"2013-02-27 00:00",0.02395,"2013-02-21 00:00",0.02385,"2013-02-03 00:00","","","","",0.0243,0.02405,0.02395,0.02375,0.01575,0.01435,0.01065,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88339",1,63.725344,-148.965726,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.715715,0.524407,1.79974,"2013-04-10 00:00",1.7443,"2013-04-28 00:00",1.72466,"2013-04-25 00:00",1.58709,"2013-05-01 00:00","","","","",1.79974,1.7443,1.72466,1.53615,1.0112,0.63426,0.11385,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88344",1,63.725344,-148.965726,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.069886,0.05746,0.2259,"2013-03-26 00:00",0.2052,"2013-02-18 00:00",0.1976,"2013-04-07 00:00",0.1898,"2013-04-10 00:00","","","","",0.2259,0.2052,0.1976,0.1833,0.0845,0.056,0.013,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88348",1,63.725344,-148.965726,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.153367,0.155385,0.8019,"2013-05-10 00:00",0.46,"2013-05-22 00:00",0.4374,"2013-05-28 00:00",0.3587,"2013-05-31 00:00","","","","",0.8019,0.46,0.4374,0.3371,0.2445,0.1207,0.0133,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88350",1,63.725344,-148.965726,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.307929,0.343118,1.9483,"2013-05-31 00:00",1.3369,"2013-05-28 00:00",0.8815,"2013-01-25 00:00",0.7621,"2013-05-25 00:00","","","","",1.9483,1.3369,0.8815,0.614,0.3875,0.2183,0.0592,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88403",1,63.725344,-148.965726,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.509668,0.378191,1.2995,"2013-04-25 00:00",1.2947,"2013-04-10 00:00",1.278,"2013-04-28 00:00",1.1424,"2013-04-07 00:00","","","","",1.2995,1.2947,1.278,1.1034,0.6971,0.4467,0.079,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","068","0003","88502",1,63.725344,-148.965726,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.372549,1.007785,3.6,"2013-05-31 00:00",3.1,"2013-04-10 00:00",3.1,"2013-04-25 00:00",3,"2013-04-28 00:00","","","","",3.6,3.1,3.1,2.8,2.2,1.3,0.2,"","DENALI NATIONAL PARK","Alaska","Denali","","","2014-01-28" +"02","090","0002","42101",1,64.845278,-147.721111,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",3604,41,151,365,0,20,0,0,"Certification not required",1668,0.665677,0.58175,5.9,"2013-02-13 17:00",5.9,"2013-02-13 18:00",4.9,"2013-03-04 19:00",4.8,"2013-01-16 17:00","","","","",2.8,2.3,1.7,1.4,0.9,0.5,0.25,"","FEDERAL BLDG/2ND & CUSHMAN","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0002","42101",1,64.845278,-147.721111,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",3614,41,151,365,0,0,0,0,"Certification not required",0,0.677643,0.465426,3.6,"2013-02-13 23:00",3.6,"2013-02-14 00:00",3.5,"2013-02-13 18:00",3.5,"2013-02-13 22:00",3.6,"2013-02-13 23:00",3.2,"2013-03-04 23:00",2.4,2.1,1.6,1.3,0.9,0.5,0.3,"","FEDERAL BLDG/2ND & CUSHMAN","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0010","68101",1,64.840672,-147.722461,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,100,59,61,0,4,"","","Certification not required",30,0.134821,0.078223,0.5,"2013-06-15 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-01 00:00",0.3,"2013-09-07 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.05,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68101",2,64.840672,-147.722461,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",19,31,19,61,0,1,"","","Certification not required",7,0.128947,0.078733,0.3,"2013-03-29 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68102",1,64.840672,-147.722461,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,100,59,61,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68102",2,64.840672,-147.722461,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",19,31,19,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68103",1,64.840672,-147.722461,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,59,61,0,4,"","","Certification not required",0,-4.719643,14.539408,19.3,"2013-06-27 00:00",17.8,"2013-06-18 00:00",17.8,"2013-07-15 00:00",17.3,"2013-06-24 00:00","","","","",17.8,17.8,15.9,13.9,8.7,-3.9,-22.9,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68103",2,64.840672,-147.722461,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",19,31,19,61,0,1,"","","Certification not required",0,-16.563158,3.816079,-7.9,"2013-04-22 00:00",-11.4,"2013-04-16 00:00",-12.6,"2013-03-29 00:00",-13.6,"2013-04-04 00:00","","","","",-7.9,-7.9,-7.9,-11.4,-13.7,-15.9,-22.2,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68103",6,64.840672,-147.722461,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,-3.591346,13.270159,18.4,"2013-06-27 00:00",16.9,"2013-07-15 00:00",16.6,"2013-06-18 00:00",16.2,"2013-06-24 00:00","","","","",16.9,16.6,14.3,12.6,7.7,-2.7,-20.8,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","68104",1,64.840672,-147.722461,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,59,61,0,4,"","","Certification not required",0,6.123214,15.598966,32,"2013-06-24 00:00",31.5,"2013-06-18 00:00",30.5,"2013-06-15 00:00",30.2,"2013-08-02 00:00","","","","",31.5,30.5,29.8,27.1,20.6,5.1,-14.4,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68104",2,64.840672,-147.722461,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",19,31,19,61,0,1,"","","Certification not required",0,-3.031579,6.894366,9.9,"2013-03-29 00:00",9.9,"2013-04-22 00:00",3.9,"2013-02-27 00:00",3.6,"2013-04-28 00:00","","","","",9.9,9.9,9.9,9.9,2.3,-4,-11.1,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68104",6,64.840672,-147.722461,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,7.772115,14.54917,32.4,"2013-06-24 00:00",31.6,"2013-06-18 00:00",31.1,"2013-06-15 00:00",30.5,"2013-05-28 00:00","","","","",31.6,31.1,29.7,27.6,20.1,8.2,-11,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","68105",1,64.840672,-147.722461,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,59,61,0,4,"","","Certification not required",0,0.666071,15.047609,25.4,"2013-06-24 00:00",24.9,"2013-06-18 00:00",23.4,"2013-08-02 00:00",23.3,"2013-06-27 00:00","","","","",24.9,23.4,22,20.2,14.1,0.7,-17.4,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68105",2,64.840672,-147.722461,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",19,31,19,61,0,1,"","","Certification not required",0,-10.073684,4.924298,1.4,"2013-04-22 00:00",-2.5,"2013-03-29 00:00",-4.5,"2013-04-28 00:00",-5.3,"2013-04-16 00:00","","","","",1.4,1.4,1.4,-2.5,-6.8,-11.3,-16.6,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68105",6,64.840672,-147.722461,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.15,13.875731,25.4,"2013-06-24 00:00",24.7,"2013-06-18 00:00",22.9,"2013-06-27 00:00",22.5,"2013-08-02 00:00","","","","",24.7,22.9,21.8,20,14.7,1.4,-16.2,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","68106",1,64.840672,-147.722461,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,59,61,0,4,"","","Certification not required",0,742.669643,7.817039,760,"2013-12-03 00:00",755,"2013-04-13 00:00",755,"2013-04-19 00:00",755,"2013-04-22 00:00","","","","",755,755,755,753,749,743,731,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68106",2,64.840672,-147.722461,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",19,31,19,61,0,1,"","","Certification not required",0,740.789474,10.091685,756,"2013-04-22 00:00",753,"2013-04-16 00:00",752,"2013-03-11 00:00",752,"2013-04-28 00:00","","","","",756,756,756,753,749,742,726,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68106",6,64.840672,-147.722461,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,741.788462,7.960672,758,"2013-04-19 00:00",757,"2013-04-22 00:00",756,"2013-03-11 00:00",756,"2013-04-13 00:00","","","","",757,756,755,752,748,741,732,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","68107",1,64.840672,-147.722461,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,59,61,0,4,"","","Certification not required",0,748.5,6.843159,765,"2013-11-30 00:00",764,"2013-05-19 00:00",764,"2013-12-03 00:00",761,"2013-01-19 00:00","","","","",764,764,758,757,753,748,741,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68107",2,64.840672,-147.722461,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",19,31,19,61,0,1,"","","Certification not required",0,748.894737,8.755282,760,"2013-04-04 00:00",759,"2013-03-11 00:00",759,"2013-04-16 00:00",759,"2013-04-22 00:00","","","","",760,760,760,759,756,751,732,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68107",6,64.840672,-147.722461,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,748.711538,7.600042,770,"2013-05-19 00:00",765,"2013-01-28 00:00",765,"2013-03-11 00:00",764,"2013-04-19 00:00","","","","",765,765,763,758,754,748,739,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","68108",1,64.840672,-147.722461,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,59,61,0,4,"","","Certification not required",0,745.660714,7.301183,762,"2013-12-03 00:00",761,"2013-05-19 00:00",760,"2013-11-30 00:00",758,"2013-03-11 00:00","","","","",761,760,757,755,751,746,735,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68108",2,64.840672,-147.722461,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",19,31,19,61,0,1,"","","Certification not required",0,745.052632,9.246463,758,"2013-04-22 00:00",757,"2013-03-11 00:00",755,"2013-04-16 00:00",754,"2013-04-04 00:00","","","","",758,758,758,757,754,746,729,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","68108",6,64.840672,-147.722461,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,745.509615,7.94886,764,"2013-05-19 00:00",763,"2013-03-11 00:00",762,"2013-04-19 00:00",762,"2013-04-22 00:00","","","","",763,762,760,756,752,746,735,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","68109",1,64.840672,-147.722461,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,100,59,61,0,4,"","","Certification not required",0,1439,0,1439,"2013-01-01 00:00",1439,"2013-01-04 00:00",1439,"2013-01-07 00:00",1439,"2013-01-10 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","68109",2,64.840672,-147.722461,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",19,31,19,61,0,1,"","","Certification not required",0,1439,0,1439,"2013-01-04 00:00",1439,"2013-01-10 00:00",1439,"2013-01-16 00:00",1439,"2013-01-22 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-09-26" +"02","090","0010","88101",1,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",106,92,112,122,0,9,3,3,"Certification not required",0,10.457547,9.47726,56,"2013-12-27 00:00",39.4,"2013-12-24 00:00",36.3,"2013-03-05 00:00",30.6,"2013-01-07 00:00","","","","",39.4,36.3,28.6,24,14.1,6.1,2.3,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","88101",1,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",112,92,112,122,6,9,4,4,"Certification not required",0,11.520536,10.808873,58.7,"2013-06-27 00:00",56,"2013-12-27 00:00",39.4,"2013-12-24 00:00",36.3,"2013-03-05 00:00","","","","",56,39.4,32.6,25.4,16.8,6.5,2.8,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","88101",1,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",112,92,112,122,6,9,4,4,"Certification not required",0,11.520536,10.808873,58.7,"2013-06-27 00:00",56,"2013-12-27 00:00",39.4,"2013-12-24 00:00",36.3,"2013-03-05 00:00","","","","",56,39.4,32.6,25.4,16.8,6.5,2.8,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","88101",1,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",106,92,112,122,0,9,"","","Certification not required",0,10.457547,9.47726,56,"2013-12-27 00:00",39.4,"2013-12-24 00:00",36.3,"2013-03-05 00:00",30.6,"2013-01-07 00:00","","","","",39.4,36.3,28.6,24,14.1,6.1,2.3,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","88101",1,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",112,92,112,122,6,9,"","","Certification not required",0,11.520536,10.808873,58.7,"2013-06-27 00:00",56,"2013-12-27 00:00",39.4,"2013-12-24 00:00",36.3,"2013-03-05 00:00","","","","",56,39.4,32.6,25.4,16.8,6.5,2.8,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","88101",1,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",112,92,112,122,6,9,"","","Certification not required",0,11.520536,10.808873,58.7,"2013-06-27 00:00",56,"2013-12-27 00:00",39.4,"2013-12-24 00:00",36.3,"2013-03-05 00:00","","","","",56,39.4,32.6,25.4,16.8,6.5,2.8,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-24" +"02","090","0010","88101",2,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,32,10,31,0,1,1,1,"Certification not required",0,14.710526,9.143722,36.5,"2013-03-05 00:00",27.8,"2013-01-16 00:00",24.8,"2013-01-04 00:00",22.5,"2013-01-10 00:00","","","","",36.5,36.5,36.5,36.5,24.8,21.8,16.6,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-13" +"02","090","0010","88101",2,64.840672,-147.722461,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,32,10,31,0,1,"","","Certification not required",0,14.710526,9.143722,36.5,"2013-03-05 00:00",27.8,"2013-01-16 00:00",24.8,"2013-01-04 00:00",22.5,"2013-01-10 00:00","","","","",36.5,36.5,36.5,36.5,24.8,21.8,16.6,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-13" +"02","090","0010","88102",6,64.840672,-147.722461,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",97,0.019442,0.006996,0.055,"2013-04-22 00:00",0.044,"2013-09-19 00:00",0.043,"2013-03-11 00:00",0.034,"2013-05-19 00:00","","","","",0.044,0.043,0.026,0.026,0.021,0.0195,0.014,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88103",6,64.840672,-147.722461,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.000437,0.000709,0.003,"2013-11-09 00:00",0.002,"2013-01-25 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-06 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88104",6,64.840672,-147.722461,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",61,0.025816,0.031698,0.246,"2013-05-16 00:00",0.113,"2013-09-16 00:00",0.093,"2013-10-19 00:00",0.085,"2013-05-28 00:00","","","","",0.113,0.093,0.076,0.057,0.033,0.0115,0.0065,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88107",6,64.840672,-147.722461,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",102,0.007458,0.007391,0.0295,"2013-02-18 00:00",0.0295,"2013-03-20 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.018,0.0055,0.005,0.0039,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88109",6,64.840672,-147.722461,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",40,0.003107,0.003063,0.0172,"2013-02-24 00:00",0.0118,"2013-03-26 00:00",0.0116,"2013-02-21 00:00",0.011,"2013-02-18 00:00","","","","",0.0118,0.0116,0.0095,0.0069,0.0042,0.002,0.00055,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88110",6,64.840672,-147.722461,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001155,0.003009,0.016,"2013-04-19 00:00",0.012,"2013-03-11 00:00",0.012,"2013-04-07 00:00",0.011,"2013-09-28 00:00","","","","",0.012,0.012,0.008,0.004,0,0,0,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88111",6,64.840672,-147.722461,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",33,0.017185,0.014054,0.0628,"2013-02-12 00:00",0.0582,"2013-01-10 00:00",0.0537,"2013-01-28 00:00",0.0509,"2013-10-25 00:00","","","","",0.0582,0.0537,0.0438,0.0358,0.026,0.015,0.0037,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88112",6,64.840672,-147.722461,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.005524,0.01397,0.082,"2013-05-16 00:00",0.062,"2013-09-19 00:00",0.058,"2013-10-04 00:00",0.053,"2013-09-28 00:00","","","","",0.062,0.058,0.043,0.007,0.003,0.002,0,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88113",6,64.840672,-147.722461,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",97,0.000755,0.000372,0.003,"2013-05-16 00:00",0.0026,"2013-10-25 00:00",0.0023,"2013-02-06 00:00",0.0017,"2013-08-17 00:00","","","","",0.0026,0.0023,0.0011,0.001,0.0007,0.0007,0.00055,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88114",6,64.840672,-147.722461,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",71,0.001748,0.001713,0.013,"2013-05-16 00:00",0.0071,"2013-02-06 00:00",0.0065,"2013-01-10 00:00",0.0057,"2013-10-22 00:00","","","","",0.0071,0.0065,0.0043,0.0035,0.002,0.00125,0.00065,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88115",6,64.840672,-147.722461,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",53,0.023836,0.046472,0.311,"2013-03-23 00:00",0.265,"2013-03-26 00:00",0.151,"2013-05-19 00:00",0.121,"2013-01-04 00:00","","","","",0.265,0.151,0.0946,0.0569,0.023,0.0055,0.0025,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88117",6,64.840672,-147.722461,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.007706,0.011748,0.0435,"2013-02-18 00:00",0.0435,"2013-03-20 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-05-16 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88118",6,64.840672,-147.722461,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.009877,0.006784,0.023,"2013-02-18 00:00",0.023,"2013-03-20 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88126",6,64.840672,-147.722461,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.048166,0.042542,0.327,"2013-05-16 00:00",0.183,"2013-10-25 00:00",0.168,"2013-01-10 00:00",0.119,"2013-10-28 00:00","","","","",0.183,0.168,0.111,0.0955,0.0621,0.0371,0.017,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88128",6,64.840672,-147.722461,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.000835,0.001351,0.007,"2013-02-24 00:00",0.005,"2013-01-13 00:00",0.004,"2013-10-22 00:00",0.004,"2013-10-25 00:00","","","","",0.005,0.004,0.004,0.003,0.001,0,0,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88131",6,64.840672,-147.722461,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",100,0.009806,0.003471,0.022,"2013-08-11 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-15 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88132",6,64.840672,-147.722461,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.000942,0.001153,0.007,"2013-05-16 00:00",0.003,"2013-01-10 00:00",0.003,"2013-03-29 00:00",0.003,"2013-04-25 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88136",6,64.840672,-147.722461,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.000728,0.003419,0.033,"2013-05-16 00:00",0.01,"2013-01-10 00:00",0.003,"2013-02-06 00:00",0.003,"2013-11-09 00:00","","","","",0.01,0.003,0.002,0.002,0,0,0,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88140",6,64.840672,-147.722461,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",92,0.009034,0.008053,0.062,"2013-10-13 00:00",0.038,"2013-04-16 00:00",0.0373,"2013-02-24 00:00",0.034,"2013-03-26 00:00","","","","",0.038,0.0373,0.024,0.011,0.009,0.006,0.00475,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88152",6,64.840672,-147.722461,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",99,0.005932,0.002859,0.027,"2013-02-06 00:00",0.015,"2013-02-12 00:00",0.012,"2013-01-04 00:00",0.011,"2013-03-11 00:00","","","","",0.015,0.012,0.008,0.008,0.008,0.0055,0.0045,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88154",6,64.840672,-147.722461,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.001071,0.00025,0.0013,"2013-01-01 00:00",0.0013,"2013-01-07 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-13 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88160",6,64.840672,-147.722461,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.012471,0.003553,0.0185,"2013-04-22 00:00",0.018,"2013-01-25 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-15 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88161",6,64.840672,-147.722461,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",95,0.002667,0.001247,0.0083,"2013-09-16 00:00",0.0082,"2013-05-10 00:00",0.0081,"2013-10-22 00:00",0.0071,"2013-03-17 00:00","","","","",0.0082,0.0081,0.005,0.00265,0.00265,0.0025,0.0021,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88164",6,64.840672,-147.722461,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.001561,0.000252,0.0019,"2013-02-03 00:00",0.0019,"2013-02-21 00:00",0.0019,"2013-03-17 00:00",0.0019,"2013-03-26 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88165",6,64.840672,-147.722461,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",4,0.079874,0.069315,0.286,"2013-05-28 00:00",0.283,"2013-05-22 00:00",0.273,"2013-08-02 00:00",0.26,"2013-10-25 00:00","","","","",0.283,0.273,0.242,0.185,0.104,0.054,0.0157,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88166",6,64.840672,-147.722461,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.007762,0.004576,0.019,"2013-01-25 00:00",0.019,"2013-02-09 00:00",0.019,"2013-02-15 00:00",0.019,"2013-04-22 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88167",6,64.840672,-147.722461,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",26,0.01526,0.017787,0.0855,"2013-01-28 00:00",0.0786,"2013-02-06 00:00",0.0606,"2013-01-25 00:00",0.0579,"2013-01-07 00:00","","","","",0.0786,0.0606,0.0485,0.0432,0.022,0.008,0.0013,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88168",6,64.840672,-147.722461,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",92,0.001967,0.003408,0.0248,"2013-02-06 00:00",0.0225,"2013-02-27 00:00",0.0132,"2013-01-10 00:00",0.0069,"2013-02-12 00:00","","","","",0.0225,0.0132,0.005,0.0019,0.00155,0.00115,0.00085,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88169",6,64.840672,-147.722461,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.513577,0.506887,3.07,"2013-01-28 00:00",2.15,"2013-01-25 00:00",1.92,"2013-01-07 00:00",1.7,"2013-02-12 00:00","","","","",2.15,1.92,1.53,1.29,0.65,0.316,0.123,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88176",6,64.840672,-147.722461,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.000956,0.00022,0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88180",6,64.840672,-147.722461,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",7,0.061417,0.055176,0.239,"2013-06-27 00:00",0.235,"2013-01-28 00:00",0.207,"2013-01-01 00:00",0.191,"2013-02-12 00:00","","","","",0.235,0.207,0.171,0.148,0.0958,0.0411,0.0101,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88184",6,64.840672,-147.722461,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",75,0.039714,0.040512,0.213,"2013-03-26 00:00",0.176,"2013-03-23 00:00",0.176,"2013-05-19 00:00",0.163,"2013-06-18 00:00","","","","",0.176,0.176,0.125,0.11,0.035,0.027,0.0155,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88185",6,64.840672,-147.722461,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",99,0.003394,0.003683,0.0182,"2013-09-25 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88301",6,64.840672,-147.722461,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",12,0.450682,0.55553,3.41,"2013-01-28 00:00",2.05,"2013-01-16 00:00",1.98,"2013-01-07 00:00",1.7,"2013-02-12 00:00","","","","",2.05,1.98,1.49,1.13,0.694,0.265,0.0125,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88302",6,64.840672,-147.722461,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",17,0.048328,0.045687,0.282,"2013-03-23 00:00",0.241,"2013-03-26 00:00",0.18,"2013-04-19 00:00",0.17,"2013-05-19 00:00","","","","",0.241,0.18,0.138,0.089,0.0664,0.033,0.015,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88303",6,64.840672,-147.722461,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",40,0.043621,0.045367,0.284,"2013-01-28 00:00",0.171,"2013-01-01 00:00",0.163,"2013-06-27 00:00",0.152,"2013-02-12 00:00","","","","",0.171,0.163,0.131,0.1,0.069,0.023,0.012,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88306",6,64.840672,-147.722461,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",2,0.424034,0.426408,1.68,"2013-02-12 00:00",1.62,"2013-01-16 00:00",1.54,"2013-02-06 00:00",1.46,"2013-03-02 00:00","","","","",1.62,1.54,1.29,1.05,0.711,0.194,0.0751,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88355",6,64.840672,-147.722461,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,3.748567,4.022001,28.2,"2013-06-27 00:00",16.6,"2013-07-06 00:00",15.7,"2013-06-30 00:00",11.1,"2013-01-07 00:00","","","","",16.6,15.7,10.4,8.34,5.18,2.17,0.95,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88357",6,64.840672,-147.722461,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.619663,0.790871,5.4,"2013-03-05 00:00",4.01,"2013-01-04 00:00",3.72,"2013-02-12 00:00",2.62,"2013-01-07 00:00","","","","",4.01,3.72,1.55,1.19,0.729,0.382,0.134,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88370",6,64.840672,-147.722461,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,3.411394,3.791619,27.3,"2013-06-27 00:00",16.1,"2013-07-06 00:00",15.1,"2013-06-30 00:00",10,"2013-08-14 00:00","","","","",16.1,15.1,9.51,7.62,4.69,1.9,0.888,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88374",6,64.840672,-147.722461,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.739038,1.002711,5.2,"2013-06-27 00:00",4.15,"2013-01-28 00:00",3.95,"2013-01-07 00:00",3.46,"2013-01-04 00:00","","","","",4.15,3.95,2.88,2.06,1.04,0.217,0.081,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88375",6,64.840672,-147.722461,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.874183,1.247333,10.3,"2013-06-27 00:00",5.69,"2013-07-06 00:00",4.94,"2013-06-30 00:00",2.62,"2013-08-14 00:00","","","","",5.69,4.94,2.46,1.48,1.01,0.469,0.234,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88376",6,64.840672,-147.722461,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.881683,0.960379,6.26,"2013-06-27 00:00",5.01,"2013-06-30 00:00",4.52,"2013-07-06 00:00",3.45,"2013-08-14 00:00","","","","",5.01,4.52,2.29,1.58,1.11,0.602,0.233,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88377",6,64.840672,-147.722461,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.476529,0.366739,1.47,"2013-01-25 00:00",1.42,"2013-08-11 00:00",1.32,"2013-06-30 00:00",1.29,"2013-02-12 00:00","","","","",1.42,1.32,1.23,1.08,0.717,0.324,0.141,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88378",6,64.840672,-147.722461,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",3,0.439971,0.621088,4.57,"2013-06-27 00:00",2.93,"2013-07-06 00:00",2.58,"2013-06-30 00:00",1.82,"2013-01-28 00:00","","","","",2.93,2.58,1.17,0.879,0.52,0.229,0.073,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88380",6,64.840672,-147.722461,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.95651,0.975379,4.69,"2013-03-05 00:00",4.17,"2013-01-04 00:00",3.86,"2013-01-07 00:00",3.66,"2013-01-16 00:00","","","","",4.17,3.86,2.68,2.33,1.22,0.586,0.197,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88383",6,64.840672,-147.722461,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.28775,1.316138,6.13,"2013-06-27 00:00",5.62,"2013-03-05 00:00",5.27,"2013-01-07 00:00",4.16,"2013-01-16 00:00","","","","",5.62,5.27,3.92,3.35,1.85,0.76,0.258,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88384",6,64.840672,-147.722461,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.106666,0.059824,0.306,"2013-06-27 00:00",0.256,"2013-07-06 00:00",0.245,"2013-09-19 00:00",0.243,"2013-09-10 00:00","","","","",0.256,0.245,0.219,0.19,0.139,0.0934,0.0399,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88385",6,64.840672,-147.722461,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",74,0.002443,0.003098,0.0212,"2013-06-27 00:00",0.0123,"2013-06-18 00:00",0.0102,"2013-09-04 00:00",0.00989,"2013-08-23 00:00","","","","",0.0123,0.0102,0.00866,0.00621,0.00284,0.001,0.001,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88388",6,64.840672,-147.722461,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.776577,0.881639,5.52,"2013-06-27 00:00",3.43,"2013-07-06 00:00",3.29,"2013-01-28 00:00",3.13,"2013-06-30 00:00","","","","",3.43,3.29,2.63,1.95,1.04,0.4,0.156,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88403",6,64.840672,-147.722461,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,1.300989,1.267411,7.99,"2013-01-28 00:00",4.62,"2013-01-07 00:00",4.54,"2013-01-16 00:00",4.05,"2013-02-12 00:00","","","","",4.62,4.54,3.57,2.91,1.89,0.78,0.245,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0010","88501",3,64.840672,-147.722461,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2848,99,118,120,0,28,"","","Certification not required",0,19.522261,16.588148,112,"2013-02-13 12:00",111.7,"2013-02-13 13:00",111.2,"2013-01-16 17:00",101.7,"2013-01-25 19:00","","","","",74.6,67.3,53.8,42.1,27,15,4.8,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-10-01" +"02","090","0010","88501",3,64.840672,-147.722461,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",118,98,118,120,0,0,"","","Certification not required",0,19.410169,12.136132,54.9,"2013-01-28 00:00",50.5,"2013-01-26 00:00",49.6,"2013-02-13 00:00",46.9,"2013-03-04 00:00","","","","",50.5,49.6,45.2,38.8,26.3,15.8,7.5,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-10-01" +"02","090","0010","88502",6,64.840672,-147.722461,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,10.373529,9.477685,60.1,"2013-06-27 00:00",41.3,"2013-01-28 00:00",33.5,"2013-06-30 00:00",33,"2013-07-06 00:00","","","","",41.3,33.5,27,23,14.3,6.7,2.7,"STATE OFFICE BUILDING","675 7TH AVENUE, FAIRBANKS","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-13" +"02","090","0033","68101",1,64.752336,-147.347208,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",29,24,29,122,0,0,"","","Certification not required",5,0.122414,0.062086,0.3,"2013-03-29 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-18 00:00",0.2,"2013-02-24 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.05,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68102",1,64.752336,-147.347208,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",29,24,29,122,0,0,"","","Certification not required",0,23.996552,0.01857,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68103",1,64.752336,-147.347208,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,24,29,122,0,0,"","","Certification not required",1,-20.144828,6.493545,-5.4,"2013-01-13 00:00",-7.9,"2013-03-08 00:00",-12,"2013-03-29 00:00",-15.5,"2013-03-05 00:00","","","","",-5.4,-5.4,-7.9,-12,-16.9,-20,-27.2,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68104",1,64.752336,-147.347208,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,24,29,122,0,0,"","","Certification not required",0,-8.275862,8.820457,9.9,"2013-03-29 00:00",9.4,"2013-03-08 00:00",4.9,"2013-02-27 00:00",2.9,"2013-03-05 00:00","","","","",9.9,9.9,9.4,4.9,-5.3,-8.4,-20.2,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68105",1,64.752336,-147.347208,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,24,29,122,0,0,"","","Certification not required",0,-14.982759,7.85862,-0.4,"2013-03-08 00:00",-0.9,"2013-01-13 00:00",-1.9,"2013-03-29 00:00",-9,"2013-03-05 00:00","","","","",-0.4,-0.4,-0.9,-1.9,-12.5,-14.1,-25.7,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68106",1,64.752336,-147.347208,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,24,29,122,0,0,"","","Certification not required",0,738.724138,9.215269,753,"2013-01-28 00:00",753,"2013-03-11 00:00",752,"2013-01-19 00:00",749,"2013-02-18 00:00","","","","",753,753,753,752,746,739,726,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68107",1,64.752336,-147.347208,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,24,29,122,0,0,"","","Certification not required",0,746.586207,9.435939,770,"2013-01-28 00:00",761,"2013-01-19 00:00",760,"2013-03-11 00:00",756,"2013-01-16 00:00","","","","",770,770,761,760,753,747,733,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68108",1,64.752336,-147.347208,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,24,29,122,0,0,"","","Certification not required",0,742.896552,9.431501,764,"2013-01-28 00:00",758,"2013-01-19 00:00",757,"2013-03-11 00:00",751,"2013-01-16 00:00","","","","",764,764,758,757,749,745,730,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","68109",1,64.752336,-147.347208,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,24,29,122,0,0,"","","Certification not required",0,1438.793103,1.114172,1439,"2013-01-04 00:00",1439,"2013-01-07 00:00",1439,"2013-01-10 00:00",1439,"2013-01-13 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-07-03" +"02","090","0033","88101",1,64.752336,-147.347208,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,5,5,"Certification not required",0,17.6,13.805822,47.2,"2013-01-04 00:00",44.3,"2013-01-28 00:00",43.7,"2013-01-25 00:00",41.2,"2013-02-12 00:00","","","","",47.2,47.2,44.3,43.7,19.9,15.2,2.2,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-09-19" +"02","090","0033","88101",1,64.752336,-147.347208,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,"","","Certification not required",0,17.6,13.805822,47.2,"2013-01-04 00:00",44.3,"2013-01-28 00:00",43.7,"2013-01-25 00:00",41.2,"2013-02-12 00:00","","","","",47.2,47.2,44.3,43.7,19.9,15.2,2.2,"NORTH POLE ELEMENTARY SCHOOL","250 Snowman Lane","Alaska","Fairbanks North Star","North Pole","Fairbanks, AK","2013-09-19" +"02","090","0034","42101",1,64.84569,-147.727413,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7800,89,331,365,0,214,0,0,"Certification not required",7800,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00",0.01,"2013-01-01 02:00",0.01,"2013-01-01 03:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","42101",1,64.84569,-147.727413,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7923,90,327,365,0,0,0,0,"Certification not required",0,0,0,0,"2013-01-01 05:00",0,"2013-01-01 06:00",0,"2013-01-01 07:00",0,"2013-01-01 08:00",0,"2013-01-01 05:00",0,"2013-01-01 13:00",0,0,0,0,0,0,0,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","42401",1,64.84569,-147.727413,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7760,89,328,365,0,256,0,"","Certification not required",0,12.133841,8.426087,48.1,"2013-01-29 01:00",37.5,"2013-03-03 09:00",36.8,"2013-01-28 23:00",35,"2013-01-26 06:00","","","","",35,32.8,28.9,25.8,18,8.9,4.4,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-05" +"02","090","0034","42401",1,64.84569,-147.727413,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7760,89,328,365,0,256,"","","Certification not required",0,6.562281,5.897734,48.1,"2013-01-29 01:00",39.9,"2013-01-29 00:00",38.4,"2013-01-29 02:00",37.5,"2013-03-03 09:00","","","","",27.2,24.3,19.6,15.9,7.8,4.2,2,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-05" +"02","090","0034","42401",1,64.84569,-147.727413,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",328,90,328,365,0,0,0,"","Certification not required",0,6.543598,4.942219,24,"2013-01-28 00:00",24,"2013-02-13 00:00",23.2,"2013-01-27 00:00",22.6,"2013-01-29 00:00","","","","",22.6,20.7,17.7,14.8,8.4,4.4,2.8,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-05" +"02","090","0034","42401",1,64.84569,-147.727413,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2496,85,323,365,0,0,"",0,"Certification not required",0,6.509095,5.735095,42.1,"2013-01-29 02:00",36.3,"2013-01-28 23:00",32.1,"2013-02-19 05:00",31.5,"2013-03-03 11:00","","","","",26.1,23.5,19.3,15.6,7.6,4.2,2.1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-05" +"02","090","0034","42401",2,64.84569,-147.727413,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",93252,89,328,365,0,2936,"","","Certification not required",0,6.558421,6.131002,69.1,"2013-11-12 16:00",64.3,"2013-01-29 01:15",59.7,"2013-01-28 22:05",59,"2013-01-28 22:10","","","","",28.2,25,20.1,15.9,7.8,4,1.9,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-05" +"02","090","0034","42600",1,64.84569,-147.727413,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6541,75,275,365,0,729,"","","Certification not required",0,29.131799,44.619022,375.4,"2013-02-14 11:00",364.7,"2013-03-04 20:00",353,"2013-02-13 12:00",350.1,"2013-01-16 17:00","","","","",209.4,166.9,123.2,86.9,36.2,9.7,1.6,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","42601",1,64.84569,-147.727413,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5784,66,245,365,0,762,"","","Certification not required",0,14.924741,34.286217,306.2,"2013-02-14 11:00",294.8,"2013-01-16 17:00",294.7,"2013-03-04 20:00",288.6,"2013-02-13 12:00","","","","",172.2,131,88.7,49.4,8.6,1.4,0.2,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-11-29" +"02","090","0034","42612",1,64.84569,-147.727413,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6538,75,275,365,0,731,"","","Certification not required",0,12.956929,12.815232,76.6,"2013-01-23 09:00",72,"2013-03-29 07:00",71.4,"2013-01-23 10:00",70.8,"2013-02-14 12:00","","","","",49.3,44.6,37.3,32.4,22.6,7.6,1.1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","44201",1,64.84569,-147.727413,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7802,98,210,214,0,213,0,0,"Certification not required",2288,0.030267,0.011793,0.054,"2013-05-11 12:00",0.053,"2013-05-10 16:00",0.053,"2013-05-30 17:00",0.052,"2013-05-31 17:00","","","","",0.053,0.051,0.048,0.047,0.043,0.034,0.024,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","44201",1,64.84569,-147.727413,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7880,98,209,214,0,0,0,0,"Certification not required",0,0.026943,0.011823,0.052,"2013-05-11 11:00",0.051,"2013-05-10 13:00",0.049,"2013-04-21 11:00",0.048,"2013-04-05 03:00","","","","",0.049,0.048,0.046,0.044,0.038,0.029,0.02,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","44201",1,64.84569,-147.727413,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7880,98,209,214,0,0,0,0,"Certification not required",0,0.026943,0.011823,0.052,"2013-05-11 11:00",0.051,"2013-05-10 13:00",0.049,"2013-04-21 11:00",0.048,"2013-04-05 03:00","","","","",0.049,0.048,0.046,0.044,0.038,0.029,0.02,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-06" +"02","090","0034","61103",1,64.84569,-147.727413,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",5708,65,234,365,0,844,"","","Certification not required",0,2.574527,1.905881,13.6,"2013-03-13 18:00",13.2,"2013-03-13 17:00",13,"2013-01-28 21:00",11.1,"2013-02-19 05:00","","","","",8.2,7.6,6.4,5.4,3.5,1.9,0.6,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-11" +"02","090","0034","61104",1,64.84569,-147.727413,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",5708,65,234,365,0,844,"","","Certification not required",0,201.132971,113.320115,360,"2013-01-02 18:00",360,"2013-01-04 13:00",360,"2013-01-06 21:00",360,"2013-01-18 09:00","","","","",358,356,351,342,308,216,27,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-11" +"02","090","0034","62101",2,64.84569,-147.727413,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6405,73,266,365,0,147,"","","Certification not required",0,35.530679,28.081608,93,"2013-06-26 19:00",92,"2013-06-26 17:00",92,"2013-06-26 18:00",91,"2013-06-25 14:00","","","","",85,83,77,71,58,38,-1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-11" +"02","090","0034","68101",1,64.84569,-147.727413,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,4,"","","Certification not required",32,0.149107,0.173463,1.8,"2013-01-28 00:00",0.3,"2013-01-04 00:00",0.3,"2013-02-18 00:00",0.3,"2013-03-14 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68101",2,64.84569,-147.727413,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",36,90,36,40,0,0,"","","Certification not required",11,0.126389,0.077907,0.3,"2013-05-22 00:00",0.3,"2013-10-25 00:00",0.3,"2013-11-30 00:00",0.2,"2013-05-28 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68102",1,64.84569,-147.727413,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68102",2,64.84569,-147.727413,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",36,90,36,40,0,0,"","","Certification not required",0,24,0,24,"2013-05-10 00:00",24,"2013-05-16 00:00",24,"2013-05-22 00:00",24,"2013-05-28 00:00","","","","",24,24,24,24,24,24,24,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68103",1,64.84569,-147.727413,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,4,"","","Certification not required",1,-5.907143,14.966592,18.7,"2013-06-27 00:00",17.7,"2013-07-15 00:00",17.6,"2013-06-18 00:00",16.5,"2013-06-24 00:00","","","","",17.7,17.6,14.8,12.6,8.2,-4.7,-25.7,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68103",2,64.84569,-147.727413,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",36,90,36,40,0,0,"","","Certification not required",0,0.983333,13.656887,19.2,"2013-06-27 00:00",18.1,"2013-07-15 00:00",15.7,"2013-06-21 00:00",14,"2013-08-02 00:00","","","","",19.2,19.2,18.1,14,11,3.8,-25.4,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68104",1,64.84569,-147.727413,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,4,"","","Certification not required",0,5.644643,16.083066,32,"2013-06-24 00:00",31,"2013-06-18 00:00",30.8,"2013-06-30 00:00",30.6,"2013-08-02 00:00","","","","",31,30.8,30.2,27.4,20.6,5.3,-15.1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68104",2,64.84569,-147.727413,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",36,90,36,40,0,0,"","","Certification not required",0,12.122222,15.56577,31.4,"2013-06-15 00:00",30.7,"2013-08-02 00:00",30.6,"2013-08-08 00:00",29.6,"2013-05-28 00:00","","","","",31.4,31.4,30.7,29.6,22.6,16,-17.1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68105",1,64.84569,-147.727413,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,4,"","","Certification not required",0,-0.220536,15.66059,25.3,"2013-06-24 00:00",24.7,"2013-06-18 00:00",23.3,"2013-06-27 00:00",22.8,"2013-06-30 00:00","","","","",24.7,23.3,22.1,20.2,14,0.1,-20.3,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68105",2,64.84569,-147.727413,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",36,90,36,40,0,0,"","","Certification not required",0,6.594444,14.545789,23.7,"2013-06-27 00:00",22.7,"2013-07-15 00:00",22.5,"2013-08-02 00:00",22,"2013-06-15 00:00","","","","",23.7,23.7,22.7,22,17,9.8,-21.3,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68106",1,64.84569,-147.727413,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,4,"","","Certification not required",0,743.348214,7.795482,760,"2013-12-06 00:00",759,"2013-11-30 00:00",757,"2013-04-19 00:00",756,"2013-04-22 00:00","","","","",759,757,755,753,749,744,734,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68106",2,64.84569,-147.727413,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",36,90,36,40,0,0,"","","Certification not required",0,744.638889,6.974045,760,"2013-11-30 00:00",760,"2013-12-06 00:00",755,"2013-11-18 00:00",754,"2013-07-27 00:00","","","","",760,760,760,754,749,743,734,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68107",1,64.84569,-147.727413,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,4,"","","Certification not required",0,749.616071,6.98163,770,"2013-11-30 00:00",765,"2013-01-28 00:00",765,"2013-05-19 00:00",763,"2013-12-06 00:00","","","","",765,765,760,758,754,750,742,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68107",2,64.84569,-147.727413,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",36,90,36,40,0,0,"","","Certification not required",0,750.388889,6.770853,770,"2013-11-30 00:00",763,"2013-12-06 00:00",761,"2013-12-18 00:00",760,"2013-11-18 00:00","","","","",770,770,763,760,755,749,742,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68108",1,64.84569,-147.727413,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,4,"","","Certification not required",0,746.544643,7.283065,764,"2013-11-30 00:00",761,"2013-05-19 00:00",761,"2013-12-06 00:00",760,"2013-01-28 00:00","","","","",761,761,758,755,751,747,737,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68108",2,64.84569,-147.727413,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",36,90,36,40,0,0,"","","Certification not required",0,747.416667,6.720438,765,"2013-11-30 00:00",761,"2013-12-06 00:00",757,"2013-11-18 00:00",755,"2013-07-27 00:00","","","","",765,765,761,755,753,746,738,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","68109",1,64.84569,-147.727413,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,4,"","","Certification not required",0,1439,0,1439,"2013-01-01 00:00",1439,"2013-01-04 00:00",1439,"2013-01-07 00:00",1439,"2013-01-10 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","68109",2,64.84569,-147.727413,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",36,90,36,40,0,0,"","","Certification not required",0,1439,0,1439,"2013-05-10 00:00",1439,"2013-05-16 00:00",1439,"2013-05-22 00:00",1439,"2013-05-28 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","81102",1,64.84569,-147.727413,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",78,64,78,122,0,0,0,0,"Certification not required",4,18.141026,11.70162,72,"2013-06-27 00:00",44,"2013-06-30 00:00",43,"2013-01-28 00:00",39,"2013-03-05 00:00","","","","",72,44,39,32,24,16,6,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-18" +"02","090","0034","81102",3,64.84569,-147.727413,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8450,96,354,365,0,277,"","","Certification not required",260,22.641893,22.565816,337,"2013-10-13 12:00",320,"2013-06-29 14:00",312,"2013-06-27 07:00",267,"2013-06-27 06:00","","","","",110,86,60,44,28,17,6,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0034","81102",3,64.84569,-147.727413,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,22.240113,14.601854,111,"2013-06-29 00:00",95,"2013-08-10 00:00",86,"2013-08-09 00:00",84,"2013-06-27 00:00","","","","",84,63,48,40,28,19,8,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0034","85101",1,64.84569,-147.727413,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,0,"","","Certification not required",3,17.981481,12.300469,71,"2013-01-27 00:00",44,"2013-01-30 00:00",36,"2013-07-06 00:00",34,"2013-08-08 00:00","","","","",71,44,36,33,25,15,6,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-12-18" +"02","090","0034","85101",3,64.84569,-147.727413,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8450,96,354,365,0,277,"","","Certification not required",249,24.456923,24.061976,346,"2013-10-13 12:00",319,"2013-06-29 14:00",314,"2013-06-27 07:00",281,"2013-01-03 15:00","","","","",118,91,67,49,31,18,6,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0034","88101",1,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",111,91,111,122,7,6,4,4,"Certification not required",0,11.543243,11.167319,58,"2013-06-27 00:00",52.8,"2013-12-27 00:00",52.7,"2013-01-28 00:00",36.2,"2013-12-24 00:00","","","","",52.8,52.7,32.5,27.4,15.7,6.6,2.7,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","88101",1,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",104,91,111,122,0,6,3,3,"Certification not required",0,10.543269,10.133725,52.8,"2013-12-27 00:00",52.7,"2013-01-28 00:00",36.2,"2013-12-24 00:00",32.5,"2013-03-05 00:00","","","","",52.7,36.2,29.4,23.5,13.8,6,2.1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","88101",1,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",111,91,111,122,7,6,4,4,"Certification not required",0,11.543243,11.167319,58,"2013-06-27 00:00",52.8,"2013-12-27 00:00",52.7,"2013-01-28 00:00",36.2,"2013-12-24 00:00","","","","",52.8,52.7,32.5,27.4,15.7,6.6,2.7,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","88101",1,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",111,91,111,122,7,6,"","","Certification not required",0,11.543243,11.167319,58,"2013-06-27 00:00",52.8,"2013-12-27 00:00",52.7,"2013-01-28 00:00",36.2,"2013-12-24 00:00","","","","",52.8,52.7,32.5,27.4,15.7,6.6,2.7,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","88101",1,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",111,91,111,122,7,6,"","","Certification not required",0,11.543243,11.167319,58,"2013-06-27 00:00",52.8,"2013-12-27 00:00",52.7,"2013-01-28 00:00",36.2,"2013-12-24 00:00","","","","",52.8,52.7,32.5,27.4,15.7,6.6,2.7,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","88101",1,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",104,91,111,122,0,6,"","","Certification not required",0,10.543269,10.133725,52.8,"2013-12-27 00:00",52.7,"2013-01-28 00:00",36.2,"2013-12-24 00:00",32.5,"2013-03-05 00:00","","","","",52.7,36.2,29.4,23.5,13.8,6,2.1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-29" +"02","090","0034","88101",2,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",36,59,36,61,2,3,2,2,"Certification not required",0,10.277778,11.7017,58.3,"2013-06-27 00:00",36.4,"2013-12-24 00:00",29.4,"2013-11-30 00:00",24.4,"2013-12-18 00:00","","","","",58.3,58.3,36.4,24.4,12.7,5.8,2.5,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","88101",2,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",36,59,36,61,2,3,2,2,"Certification not required",0,10.277778,11.7017,58.3,"2013-06-27 00:00",36.4,"2013-12-24 00:00",29.4,"2013-11-30 00:00",24.4,"2013-12-18 00:00","","","","",58.3,58.3,36.4,24.4,12.7,5.8,2.5,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","88101",2,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",34,59,36,61,0,3,1,1,"Certification not required",0,8.502941,8.215782,36.4,"2013-12-24 00:00",29.4,"2013-11-30 00:00",24.4,"2013-12-18 00:00",21.5,"2013-12-30 00:00","","","","",36.4,36.4,29.4,21.5,11.1,5.5,1.5,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","88101",2,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",36,59,36,61,2,3,"","","Certification not required",0,10.277778,11.7017,58.3,"2013-06-27 00:00",36.4,"2013-12-24 00:00",29.4,"2013-11-30 00:00",24.4,"2013-12-18 00:00","","","","",58.3,58.3,36.4,24.4,12.7,5.8,2.5,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","88101",2,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",34,59,36,61,0,3,"","","Certification not required",0,8.502941,8.215782,36.4,"2013-12-24 00:00",29.4,"2013-11-30 00:00",24.4,"2013-12-18 00:00",21.5,"2013-12-30 00:00","","","","",36.4,36.4,29.4,21.5,11.1,5.5,1.5,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","88101",2,64.84569,-147.727413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",36,59,36,61,2,3,"","","Certification not required",0,10.277778,11.7017,58.3,"2013-06-27 00:00",36.4,"2013-12-24 00:00",29.4,"2013-11-30 00:00",24.4,"2013-12-18 00:00","","","","",58.3,58.3,36.4,24.4,12.7,5.8,2.5,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-01-28" +"02","090","0034","88501",3,64.84569,-147.727413,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8373,96,352,365,0,387,"","","Certification not required",0,11.956527,16.497152,280,"2013-06-27 07:00",274,"2013-06-29 14:00",268,"2013-06-27 06:00",221,"2013-06-29 13:00","","","","",71,59,41,30,16,6,1,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0034","88501",3,64.84569,-147.727413,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,11.940057,12.673395,87.6,"2013-06-29 00:00",71.6,"2013-08-10 00:00",69.5,"2013-06-27 00:00",61.3,"2013-12-27 00:00","","","","",61.3,44.5,37.2,29.4,16.5,6.9,1.9,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2014-02-19" +"02","090","0034","88502",3,64.84569,-147.727413,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",583,7,24,365,0,137,"","","Certification not required",0,5.638079,4.188151,26,"2013-04-22 04:00",24,"2013-04-03 06:00",23,"2013-04-06 07:00",22,"2013-04-03 07:00","","","","",20,17,15,12,7,5,2,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-07-26" +"02","090","0034","88502",3,64.84569,-147.727413,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",24,7,24,365,0,0,"","","Certification not required",0,5.516667,1.446635,8.7,"2013-04-22 00:00",8.1,"2013-04-21 00:00",7.2,"2013-04-19 00:00",7.1,"2013-04-20 00:00","","","","",8.7,8.7,8.1,7.2,6.9,5.4,4,"NCORE","809 Pioneer Road","Alaska","Fairbanks North Star","Fairbanks","Fairbanks, AK","2013-07-26" +"02","090","0035","68101",1,64.762973,-147.310297,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",42,100,23,31,0,2,"","","Certification not required",9,0.446429,1.400888,9,"2013-11-21 00:00",1.9,"2013-11-30 00:00",1.7,"2013-01-04 00:00",0.4,"2013-10-25 00:00","","","","",9,9,1.7,0.3,0.3,0.2,0.05,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68102",1,64.762973,-147.310297,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",42,69,23,61,0,2,"","","Certification not required",0,23.790476,0.842126,24.1,"2013-01-31 00:00",24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24.1,24.1,24,24,24,24,24,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68103",1,64.762973,-147.310297,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,23,61,0,2,"","","Certification not required",0,-16.345238,10.711248,4.4,"2013-10-16 00:00",3.2,"2013-10-28 00:00",2,"2013-10-13 00:00",-1.1,"2013-10-01 00:00","","","","",4.4,4.4,2,-1.5,-7.3,-18.3,-27.7,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68104",1,64.762973,-147.310297,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,23,61,0,2,"","","Certification not required",0,-3.961905,10.016741,14.8,"2013-10-19 00:00",13.1,"2013-10-16 00:00",11.2,"2013-10-28 00:00",10.6,"2013-03-29 00:00","","","","",14.8,14.8,11.2,9.8,4.8,-5.9,-15.1,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68105",1,64.762973,-147.310297,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,23,61,0,2,"","","Certification not required",0,-10.383333,9.952838,8,"2013-10-16 00:00",6.6,"2013-10-28 00:00",6.5,"2013-10-19 00:00",6.2,"2013-10-13 00:00","","","","",8,8,6.5,1.8,-1.2,-12.9,-18.8,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68106",1,64.762973,-147.310297,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,23,61,0,2,"","","Certification not required",0,736.97619,8.885417,751,"2013-03-11 00:00",751,"2013-11-18 00:00",751,"2013-11-30 00:00",750,"2013-01-19 00:00","","","","",751,751,751,749,743,739,724,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68107",1,64.762973,-147.310297,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,23,61,0,2,"","","Certification not required",0,744.52381,7.702512,760,"2013-11-30 00:00",758,"2013-01-19 00:00",757,"2013-03-11 00:00",756,"2013-11-18 00:00","","","","",760,760,757,753,750,745,735,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68108",1,64.762973,-147.310297,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,23,61,0,2,"","","Certification not required",0,740.809524,8.291159,756,"2013-11-30 00:00",755,"2013-01-19 00:00",755,"2013-03-11 00:00",753,"2013-11-18 00:00","","","","",756,756,755,751,746,742,728,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","68109",1,64.762973,-147.310297,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",42,69,23,61,0,2,"","","Certification not required",0,1426.785714,47.835866,1439,"2013-01-01 00:00",1439,"2013-01-07 00:00",1439,"2013-01-13 00:00",1439,"2013-01-16 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","88101",1,64.762973,-147.310297,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,34,42,122,0,6,8,8,"Certification not required",0,25.578571,21.373616,86.5,"2013-01-07 00:00",79.2,"2013-01-04 00:00",71.6,"2013-11-21 00:00",69.4,"2013-11-30 00:00","","","","",86.5,86.5,71.6,58.5,33.7,23,3.2,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","090","0035","88101",1,64.762973,-147.310297,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,34,42,122,0,6,"","","Certification not required",0,25.578571,21.373616,86.5,"2013-01-07 00:00",79.2,"2013-01-04 00:00",71.6,"2013-11-21 00:00",69.4,"2013-11-30 00:00","","","","",86.5,86.5,71.6,58.5,33.7,23,3.2,"North Pole Fire Station #3","3288 Hurst Road, North Pole, Alaska 99705","Alaska","Fairbanks North Star","","Fairbanks, AK","2014-01-28" +"02","110","0004","81102",1,58.388497,-134.567237,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,87,53,61,0,0,0,0,"Certification not required",15,7.303571,5.274017,24,"2013-12-06 00:00",22,"2013-11-24 00:00",17,"2013-12-18 00:00",16,"2013-11-09 00:00","","","","",24,22,17,15,10,6,2,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-10" +"02","110","0004","81102",2,58.388497,-134.567237,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",49,75,46,61,0,0,0,0,"Certification not required",15,6.44898,4.3063,22,"2013-03-29 00:00",13,"2013-04-16 00:00",13,"2013-05-28 00:00",13,"2013-07-27 00:00","","","","",22,22,13,12,9,6,2,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-10" +"02","110","0004","85101",1,58.388497,-134.567237,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,53,61,0,0,"","","Certification not required",14,7.803571,5.83226,28,"2013-12-06 00:00",24,"2013-11-24 00:00",20,"2013-12-18 00:00",17,"2013-11-09 00:00","","","","",28,24,20,14,11,7,2,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-10" +"02","110","0004","85101",2,58.388497,-134.567237,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,46,61,0,0,"","","Certification not required",13,6.877551,4.585451,24,"2013-03-29 00:00",14,"2013-04-16 00:00",14,"2013-07-27 00:00",13,"2013-01-10 00:00","","","","",24,24,14,13,10,6,2,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-10" +"02","110","0004","88101",3,58.388497,-134.567237,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8349,95,355,365,0,409,"","","Certification not required",0,6.073542,8.608707,114,"2013-09-29 00:00",81,"2013-12-18 11:00",75,"2013-12-02 22:00",72,"2013-12-07 20:00","","","","",40,33,22,16,8,4,-1,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-18" +"02","110","0004","88101",3,58.388497,-134.567237,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,2,2,"Certification not required",0,5.938596,5.822917,38.1,"2013-12-03 00:00",35.6,"2013-12-08 00:00",34.3,"2013-12-07 00:00",30.6,"2013-12-04 00:00","","","","",30.6,22.7,17.4,12.9,8,4.5,0.8,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-18" +"02","110","0004","88101",3,58.388497,-134.567237,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,"","","Certification not required",0,5.966472,5.837273,38.1,"2013-12-03 00:00",35.6,"2013-12-08 00:00",34.3,"2013-12-07 00:00",30.6,"2013-12-04 00:00","","","","",30.6,22.7,17.4,12.9,8,4.5,0.8,"Floyd Dryden Middle School","3800 MENDENHALL LOOP ROAD","Alaska","Juneau","Juneau","Juneau, AK","2014-02-18" +"02","122","0008","81102",3,60.489167,-151.0693,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",4039,46,170,365,0,300,"","","Certification not required",654,16.377321,24.350457,446,"2013-04-09 20:00",410,"2013-06-17 23:00",387,"2013-06-26 09:00",300,"2013-06-26 12:00","","","","",123,80,48,33,20,10,2,"Kenai Peninsula Borough Building site, Soldotna","144 N. Binkley St, Soldotna, AK 99669","Alaska","Kenai Peninsula","Soldotna","","2013-11-27" +"02","122","0008","81102",3,60.489167,-151.0693,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",170,47,170,365,0,0,0,0,"Certification not required",0,15.864706,14.554913,84,"2013-06-26 00:00",68,"2013-03-13 00:00",66,"2013-04-09 00:00",60,"2013-04-25 00:00","","","","",68,60,46,34,23,12,3,"Kenai Peninsula Borough Building site, Soldotna","144 N. Binkley St, Soldotna, AK 99669","Alaska","Kenai Peninsula","Soldotna","","2013-11-27" +"02","122","0008","85101",3,60.489167,-151.0693,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",4034,93,170,181,0,305,"","","Certification not required",571,17.617253,26.201999,484,"2013-04-09 20:00",414,"2013-06-17 23:00",382,"2013-06-26 09:00",305,"2013-03-13 04:00","","","","",134,88,50,35,21,10,2,"Kenai Peninsula Borough Building site, Soldotna","144 N. Binkley St, Soldotna, AK 99669","Alaska","Kenai Peninsula","Soldotna","","2013-11-27" +"02","122","0008","88101",3,60.489167,-151.0693,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4185,48,178,365,0,154,"","","Certification not required",0,1.893668,3.916787,64,"2013-06-26 13:00",38,"2013-06-17 23:00",28,"2013-06-26 11:00",27,"2013-04-09 20:00","","","","",14,11,8,6,4,1,-2,"Kenai Peninsula Borough Building site, Soldotna","144 N. Binkley St, Soldotna, AK 99669","Alaska","Kenai Peninsula","Soldotna","","2013-11-27" +"02","122","0008","88101",3,60.489167,-151.0693,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",174,48,174,365,0,0,0,0,"Certification not required",0,1.882759,2.733572,11.7,"2013-06-26 00:00",9.6,"2013-05-08 00:00",9,"2013-05-29 00:00",8.9,"2013-05-07 00:00","","","","",9.6,8.9,7.3,5.2,3.7,1.6,-1.2,"Kenai Peninsula Borough Building site, Soldotna","144 N. Binkley St, Soldotna, AK 99669","Alaska","Kenai Peninsula","Soldotna","","2013-11-27" +"02","122","0008","88101",3,60.489167,-151.0693,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",174,48,174,365,0,0,"","","Certification not required",0,1.882759,2.733572,11.7,"2013-06-26 00:00",9.6,"2013-05-08 00:00",9,"2013-05-29 00:00",8.9,"2013-05-07 00:00","","","","",9.6,8.9,7.3,5.2,3.7,1.6,-1.2,"Kenai Peninsula Borough Building site, Soldotna","144 N. Binkley St, Soldotna, AK 99669","Alaska","Kenai Peninsula","Soldotna","","2013-11-27" +"02","122","0009","85101",1,59.982667,-152.661089,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,2.76773,3.342573,22.5759,"2013-03-08 00:00",7.3056,"2013-04-10 00:00",5.8917,"2013-05-28 00:00",5.1727,"2013-05-07 00:00","","","","",22.5759,22.5759,5.8917,4.903,3.8559,2.2804,0.4212,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","86502",1,59.982667,-152.661089,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.938776,1.91929,13,"2013-03-08 00:00",3,"2013-04-10 00:00",2,"2013-03-20 00:00",2,"2013-05-07 00:00","","","","",13,13,2,2,1,1,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88103",1,59.982667,-152.661089,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88104",1,59.982667,-152.661089,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.012717,0.013034,0.0663,"2013-05-10 00:00",0.045,"2013-03-08 00:00",0.0333,"2013-05-13 00:00",0.032,"2013-04-07 00:00","","","","",0.0663,0.0663,0.0333,0.03,0.0168,0.0108,0.002,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88109",1,59.982667,-152.661089,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.001106,0.001265,0.0082,"2013-03-08 00:00",0.0031,"2013-03-26 00:00",0.0025,"2013-04-13 00:00",0.0025,"2013-05-19 00:00","","","","",0.0082,0.0082,0.0025,0.0024,0.0013,0.0009,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88111",1,59.982667,-152.661089,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.010195,0.011449,0.0707,"2013-03-08 00:00",0.0344,"2013-05-10 00:00",0.021,"2013-04-10 00:00",0.0207,"2013-04-13 00:00","","","","",0.0707,0.0707,0.021,0.0202,0.015,0.0079,0.0013,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88112",1,59.982667,-152.661089,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88114",1,59.982667,-152.661089,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.000152,6.3e-05,0.0004,"2013-01-28 00:00",0.0003,"2013-02-18 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-05-22 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88115",1,59.982667,-152.661089,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.108522,0.419347,2.9017,"2013-03-08 00:00",0.6897,"2013-01-01 00:00",0.1147,"2013-01-25 00:00",0.1128,"2013-05-25 00:00","","","","",2.9017,2.9017,0.1147,0.1032,0.0678,0.0263,0.00015,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88126",1,59.982667,-152.661089,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",14,0.007623,0.00803,0.0352,"2013-05-10 00:00",0.0236,"2013-04-07 00:00",0.0219,"2013-04-10 00:00",0.0219,"2013-04-13 00:00","","","","",0.0352,0.0352,0.0219,0.0212,0.0118,0.0053,0.0004,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88128",1,59.982667,-152.661089,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000408,0.000574,0.002,"2013-03-17 00:00",0.002,"2013-04-07 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88132",1,59.982667,-152.661089,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000265,0.000446,0.001,"2013-01-28 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-20 00:00",0.001,"2013-04-07 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88136",1,59.982667,-152.661089,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88140",1,59.982667,-152.661089,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.016522,0.032736,0.225,"2013-03-08 00:00",0.0742,"2013-01-01 00:00",0.0391,"2013-05-07 00:00",0.0336,"2013-01-25 00:00","","","","",0.225,0.225,0.0391,0.023,0.016,0.0095,0.002,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88152",1,59.982667,-152.661089,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.00026,0.000431,0.0022,"2013-05-22 00:00",0.0019,"2013-03-20 00:00",0.0015,"2013-03-23 00:00",0.0007,"2013-03-26 00:00","","","","",0.0022,0.0022,0.0015,0.0004,0.00015,0.00015,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88154",1,59.982667,-152.661089,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",38,0.000139,8.6e-05,0.0005,"2013-03-05 00:00",0.0004,"2013-01-01 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-03-08 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0001,0.0001,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88161",1,59.982667,-152.661089,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.000732,0.000767,0.0037,"2013-05-10 00:00",0.0023,"2013-04-10 00:00",0.0022,"2013-04-13 00:00",0.002,"2013-04-19 00:00","","","","",0.0037,0.0037,0.0022,0.002,0.0011,0.0004,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88164",1,59.982667,-152.661089,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",27,8.9e-05,6.1e-05,0.0003,"2013-04-07 00:00",0.0003,"2013-05-22 00:00",0.0002,"2013-02-09 00:00",0.0002,"2013-05-13 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,5e-05,5e-05,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88165",1,59.982667,-152.661089,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.023137,0.026749,0.1346,"2013-05-10 00:00",0.0714,"2013-05-13 00:00",0.0662,"2013-04-07 00:00",0.0632,"2013-04-13 00:00","","","","",0.1346,0.1346,0.0662,0.062,0.0371,0.0127,0.0007,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88167",1,59.982667,-152.661089,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.000562,0.000496,0.002,"2013-04-07 00:00",0.0016,"2013-04-01 00:00",0.0016,"2013-04-10 00:00",0.0014,"2013-03-20 00:00","","","","",0.002,0.002,0.0016,0.0014,0.0008,0.0003,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88168",1,59.982667,-152.661089,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",36,0.000207,0.000231,0.0016,"2013-03-08 00:00",0.0005,"2013-02-24 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-01-28 00:00","","","","",0.0016,0.0016,0.0005,0.0004,0.0002,0.00015,0.0001,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88169",1,59.982667,-152.661089,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.15496,0.129978,0.4414,"2013-04-10 00:00",0.4333,"2013-04-07 00:00",0.3636,"2013-05-13 00:00",0.361,"2013-05-10 00:00","","","","",0.4414,0.4414,0.3636,0.3501,0.2802,0.1194,0.0158,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88176",1,59.982667,-152.661089,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.00017,5.7e-05,0.0004,"2013-03-08 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-01-25 00:00",0.0003,"2013-02-03 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88180",1,59.982667,-152.661089,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.010022,0.010028,0.0627,"2013-03-08 00:00",0.0223,"2013-04-10 00:00",0.022,"2013-04-07 00:00",0.0219,"2013-05-10 00:00","","","","",0.0627,0.0627,0.022,0.0194,0.0147,0.0079,0.0024,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88184",1,59.982667,-152.661089,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.104804,0.230593,1.6193,"2013-03-08 00:00",0.3868,"2013-01-01 00:00",0.2131,"2013-05-07 00:00",0.1912,"2013-03-23 00:00","","","","",1.6193,1.6193,0.2131,0.1628,0.0995,0.0574,0.0109,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88185",1,59.982667,-152.661089,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",44,0.000646,0.000312,0.0017,"2013-03-05 00:00",0.0016,"2013-01-01 00:00",0.0014,"2013-02-18 00:00",0.0014,"2013-02-21 00:00","","","","",0.0017,0.0017,0.0014,0.0013,0.00065,0.00065,0.0004,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88203",1,59.982667,-152.661089,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.165804,0.498047,3.5197,"2013-03-08 00:00",0.8029,"2013-01-01 00:00",0.2501,"2013-05-07 00:00",0.2185,"2013-05-25 00:00","","","","",3.5197,3.5197,0.2501,0.1993,0.1208,0.0735,0.018,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88306",1,59.982667,-152.661089,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.056671,0.036333,0.154,"2013-05-07 00:00",0.1472,"2013-03-23 00:00",0.1261,"2013-03-26 00:00",0.118,"2013-05-13 00:00","","","","",0.154,0.154,0.1261,0.1134,0.0824,0.0475,0.0201,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88320",1,59.982667,-152.661089,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.1056,0.130308,0.68,"2013-05-28 00:00",0.42,"2013-05-25 00:00",0.41,"2013-05-22 00:00",0.35,"2013-05-31 00:00","","","","",0.68,0.68,0.41,0.32,0.14,0.07,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88321",1,59.982667,-152.661089,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0132,0.015706,0.07,"2013-05-22 00:00",0.05,"2013-04-07 00:00",0.05,"2013-04-10 00:00",0.04,"2013-01-16 00:00","","","","",0.07,0.07,0.05,0.04,0.02,0.01,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88324",1,59.982667,-152.661089,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.02134,0.008114,0.052,"2013-04-16 00:00",0.0363,"2013-04-07 00:00",0.03065,"2013-01-01 00:00",0.0304,"2013-01-07 00:00","","","","",0.052,0.052,0.03065,0.0303,0.0297,0.0167,0.0159,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88325",1,59.982667,-152.661089,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.034009,0.020527,0.1367,"2013-05-28 00:00",0.0773,"2013-05-13 00:00",0.0766,"2013-05-22 00:00",0.0723,"2013-05-25 00:00","","","","",0.1367,0.1367,0.0766,0.0509,0.03365,0.03285,0.0165,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88326",1,59.982667,-152.661089,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.052484,0.053281,0.2789,"2013-05-28 00:00",0.2247,"2013-02-09 00:00",0.2056,"2013-05-25 00:00",0.1883,"2013-05-31 00:00","","","","",0.2789,0.2789,0.2056,0.0951,0.03885,0.03835,0.0252,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88327",1,59.982667,-152.661089,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.025769,0.026376,0.1352,"2013-05-28 00:00",0.1027,"2013-05-22 00:00",0.096,"2013-05-31 00:00",0.0787,"2013-05-25 00:00","","","","",0.1352,0.1352,0.096,0.071,0.03,0.0162,0.01035,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88328",1,59.982667,-152.661089,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.024064,0.029176,0.1533,"2013-05-28 00:00",0.1144,"2013-05-22 00:00",0.0788,"2013-05-13 00:00",0.0539,"2013-03-20 00:00","","","","",0.1533,0.1533,0.0788,0.0489,0.0346,0.0182,0.00195,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88329",1,59.982667,-152.661089,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.032156,0.035617,0.1678,"2013-05-28 00:00",0.1651,"2013-05-22 00:00",0.0788,"2013-05-13 00:00",0.0779,"2013-04-07 00:00","","","","",0.1678,0.1678,0.0788,0.0724,0.0462,0.0272,0.0033,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88330",1,59.982667,-152.661089,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.006461,0.006092,0.0259,"2013-05-28 00:00",0.0212,"2013-05-22 00:00",0.0186,"2013-05-10 00:00",0.0181,"2013-03-17 00:00","","","","",0.0259,0.0259,0.0186,0.0162,0.0104,0.00375,0.0014,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88331",1,59.982667,-152.661089,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,3.3e-05,4.6e-05,0.0002,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00",0.0001,"2013-03-11 00:00","","","","",0.0002,0.0002,0.0001,0.0001,5e-05,0,0,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88338",1,59.982667,-152.661089,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.021327,0.025121,0.1675,"2013-03-29 00:00",0.0975,"2013-01-04 00:00",0.0469,"2013-04-01 00:00",0.0449,"2013-05-07 00:00","","","","",0.1675,0.1675,0.0469,0.0244,0.0236,0.01475,0.0106,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88339",1,59.982667,-152.661089,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.639198,0.536164,1.82061,"2013-04-10 00:00",1.78745,"2013-04-07 00:00",1.49981,"2013-05-13 00:00",1.48921,"2013-05-10 00:00","","","","",1.82061,1.82061,1.49981,1.4442,1.15595,0.49248,0.06534,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88344",1,59.982667,-152.661089,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.073358,0.046715,0.1989,"2013-05-07 00:00",0.1899,"2013-03-23 00:00",0.1627,"2013-03-26 00:00",0.1522,"2013-05-13 00:00","","","","",0.1989,0.1989,0.1627,0.1463,0.1063,0.0613,0.0259,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88348",1,59.982667,-152.661089,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.12189,0.126148,0.6294,"2013-05-10 00:00",0.3328,"2013-05-13 00:00",0.3283,"2013-04-07 00:00",0.3117,"2013-04-13 00:00","","","","",0.6294,0.6294,0.3283,0.3114,0.1906,0.1043,0.0115,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88350",1,59.982667,-152.661089,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.189738,0.234328,1.2299,"2013-05-28 00:00",0.7474,"2013-05-25 00:00",0.7351,"2013-05-22 00:00",0.6266,"2013-05-31 00:00","","","","",1.2299,1.2299,0.7351,0.5717,0.2527,0.1181,0.002,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88403",1,59.982667,-152.661089,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.453367,0.385714,1.3521,"2013-04-10 00:00",1.3123,"2013-04-07 00:00",1.0707,"2013-04-19 00:00",1.0685,"2013-05-10 00:00","","","","",1.3521,1.3521,1.0707,1.0339,0.795,0.3396,0.058,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","122","0009","88502",1,59.982667,-152.661089,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.410204,1.419396,8.6,"2013-03-08 00:00",3.3,"2013-04-10 00:00",3.2,"2013-04-07 00:00",2.9,"2013-05-28 00:00","","","","",8.6,8.6,3.2,2.7,2.1,1.1,0.1,"","Tuxedni","Alaska","Kenai Peninsula","","","2014-01-28" +"02","170","0008","68101",1,61.534163,-149.031655,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",54,89,54,61,0,0,"","","Certification not required",12,0.151852,0.082966,0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00",0.3,"2013-03-05 00:00",0.3,"2013-04-04 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.05,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68102",1,61.534163,-149.031655,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",54,89,54,61,0,0,"","","Certification not required",0,23.955556,0.326599,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68103",1,61.534163,-149.031655,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,0,"","","Certification not required",0,-3.372222,11.295573,11.9,"2013-08-08 00:00",11.3,"2013-07-27 00:00",9.4,"2013-06-27 00:00",9.2,"2013-08-14 00:00","","","","",11.9,11.3,9.4,8.9,6,-1.6,-18.2,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68104",1,61.534163,-149.031655,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,0,"","","Certification not required",0,7.094444,12.255356,26.4,"2013-06-09 00:00",26,"2013-05-28 00:00",25.4,"2013-06-15 00:00",24.1,"2013-07-27 00:00","","","","",26.4,26,25.4,23.4,16.5,8.4,-10.8,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68105",1,61.534163,-149.031655,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.077778,11.788973,17.3,"2013-06-09 00:00",17.2,"2013-06-27 00:00",17,"2013-06-15 00:00",16.8,"2013-07-27 00:00","","","","",17.3,17.2,17,15.7,11.8,4.2,-14.2,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68106",1,61.534163,-149.031655,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,0,"","","Certification not required",0,752.018519,8.331551,772,"2013-12-06 00:00",769,"2013-04-22 00:00",764,"2013-03-11 00:00",764,"2013-07-27 00:00","","","","",772,769,764,763,758,752,742,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68107",1,61.534163,-149.031655,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,0,"","","Certification not required",0,759.074074,7.543213,774,"2013-12-06 00:00",772,"2013-04-22 00:00",771,"2013-12-18 00:00",770,"2013-11-30 00:00","","","","",774,772,771,767,765,759,749,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68108",1,61.534163,-149.031655,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,0,"","","Certification not required",0,755.388889,7.877402,773,"2013-12-06 00:00",770,"2013-04-22 00:00",766,"2013-07-27 00:00",766,"2013-11-30 00:00","","","","",773,770,766,765,761,757,745,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","68109",1,61.534163,-149.031655,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",54,89,54,61,0,0,"","","Certification not required",0,1435.259259,19.725652,1438,"2013-01-04 00:00",1438,"2013-01-10 00:00",1438,"2013-01-16 00:00",1438,"2013-01-22 00:00","","","","",1438,1438,1438,1438,1438,1438,1438,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","81102",1,61.534163,-149.031655,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,0,0,"Certification not required",11,9,7.071068,29,"2013-05-16 00:00",26,"2013-11-18 00:00",24,"2013-05-28 00:00",23,"2013-12-24 00:00","","","","",29,26,24,21,12,7,2,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-11" +"02","170","0008","81102",3,61.534163,-149.031655,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7673,88,317,365,0,1069,"","","Certification not required",1101,12.475303,18.628207,491,"2013-05-16 12:00",447,"2013-10-27 21:00",383,"2013-10-12 16:00",280,"2013-10-19 00:00","","","","",76,51,34,25,14,8,2,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-04" +"02","170","0008","81102",3,61.534163,-149.031655,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",317,87,317,365,0,0,0,0,"Certification not required",0,11.772871,10.524481,81,"2013-06-18 00:00",72,"2013-11-08 00:00",68,"2013-10-18 00:00",67,"2013-10-12 00:00","","","","",67,46,31,20,14,9,5,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-04" +"02","170","0008","85101",1,61.534163,-149.031655,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,0,"","","Certification not required",9,9.754717,7.730822,31,"2013-11-18 00:00",30,"2013-05-16 00:00",28,"2013-12-24 00:00",24,"2013-05-28 00:00","","","","",31,30,28,22,13,7,2,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-11" +"02","170","0008","85101",3,61.534163,-149.031655,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7662,87,316,365,0,1085,"","","Certification not required",998,13.534064,19.768714,512,"2013-05-16 12:00",462,"2013-10-27 21:00",399,"2013-10-12 16:00",290,"2013-10-19 00:00","","","","",85,57,38,27,15,9,2,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-04" +"02","170","0008","88101",1,61.534163,-149.031655,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,3,0,0,"Certification not required",0,5.518519,6.212892,29.1,"2013-11-18 00:00",27.5,"2013-12-24 00:00",19.2,"2013-12-30 00:00",15.7,"2013-11-30 00:00","","","","",29.1,27.5,19.2,14.4,6.6,3.3,1.3,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","88101",1,61.534163,-149.031655,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,3,"","","Certification not required",0,5.518519,6.212892,29.1,"2013-11-18 00:00",27.5,"2013-12-24 00:00",19.2,"2013-12-30 00:00",15.7,"2013-11-30 00:00","","","","",29.1,27.5,19.2,14.4,6.6,3.3,1.3,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-05" +"02","170","0008","88101",3,61.534163,-149.031655,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8141,93,349,365,0,615,"","","Certification not required",0,6.396757,8.297557,85,"2013-01-26 21:00",75,"2013-01-21 09:00",75,"2013-01-21 19:00",75,"2013-01-26 17:00","","","","",43,34,24,14,7,4,0,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-04" +"02","170","0008","88101",3,61.534163,-149.031655,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",338,93,338,365,0,0,4,4,"Certification not required",0,6.31568,6.111663,40.8,"2013-01-21 00:00",39.5,"2013-01-26 00:00",36.5,"2013-11-19 00:00",36,"2013-11-20 00:00","","","","",36,27.9,18,12.9,7,4.4,1.9,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-04" +"02","170","0008","88101",3,61.534163,-149.031655,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",339,93,339,365,0,0,"","","Certification not required",0,6.346313,6.128622,40.8,"2013-01-21 00:00",39.5,"2013-01-26 00:00",36.5,"2013-11-19 00:00",36,"2013-11-20 00:00","","","","",36,27.9,18,13.2,7,4.4,1.9,"BUTTE","HARRISON COURT,SITE LOCATED AT END OF CUL-DE-SAC","Alaska","Matanuska Susitna","","Anchorage, AK","2014-02-04" +"02","170","0011","85101",1,62.314754,-150.317909,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,2.589062,2.174161,8.9156,"2013-05-28 00:00",7.4544,"2013-05-31 00:00",7.1376,"2013-05-25 00:00",6.17,"2013-05-10 00:00","","","","",8.9156,8.9156,7.1376,6.1159,4.006,1.944,0.5407,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","86502",1,62.314754,-150.317909,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.816327,1.236148,4,"2013-05-22 00:00",4,"2013-05-25 00:00",4,"2013-05-28 00:00",4,"2013-05-31 00:00","","","","",4,4,4,3,1,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88103",1,62.314754,-150.317909,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88103",2,62.314754,-150.317909,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-01-25 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88104",1,62.314754,-150.317909,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.015606,0.015017,0.064,"2013-05-10 00:00",0.0497,"2013-04-22 00:00",0.0435,"2013-04-19 00:00",0.0427,"2013-04-16 00:00","","","","",0.064,0.064,0.0435,0.04,0.0235,0.01,0.001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88104",2,62.314754,-150.317909,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",2,0.015108,0.015037,0.063,"2013-05-10 00:00",0.0494,"2013-04-22 00:00",0.0422,"2013-04-16 00:00",0.0422,"2013-04-19 00:00","","","","",0.063,0.063,0.0422,0.042,0.023,0.0103,0.001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88109",1,62.314754,-150.317909,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.00095,0.000751,0.0036,"2013-03-23 00:00",0.0027,"2013-04-10 00:00",0.0025,"2013-05-19 00:00",0.0021,"2013-04-07 00:00","","","","",0.0036,0.0036,0.0025,0.0021,0.0013,0.0008,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88109",2,62.314754,-150.317909,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",1,0.000841,0.000613,0.0026,"2013-04-10 00:00",0.0024,"2013-05-19 00:00",0.002,"2013-05-22 00:00",0.0019,"2013-04-13 00:00","","","","",0.0026,0.0026,0.002,0.0018,0.0012,0.0007,0.0002,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88111",1,62.314754,-150.317909,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.008623,0.007446,0.0324,"2013-05-10 00:00",0.0204,"2013-04-16 00:00",0.0197,"2013-04-22 00:00",0.0195,"2013-04-07 00:00","","","","",0.0324,0.0324,0.0197,0.0191,0.0142,0.008,0.0012,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88111",2,62.314754,-150.317909,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",5,0.008177,0.007062,0.0307,"2013-05-10 00:00",0.0205,"2013-04-25 00:00",0.0198,"2013-04-16 00:00",0.0189,"2013-04-22 00:00","","","","",0.0307,0.0307,0.0198,0.0184,0.012,0.0058,0.0013,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88112",1,62.314754,-150.317909,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88112",2,62.314754,-150.317909,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88114",1,62.314754,-150.317909,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.000169,7.6e-05,0.0004,"2013-01-25 00:00",0.0004,"2013-05-25 00:00",0.0003,"2013-03-11 00:00",0.0003,"2013-03-23 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88114",2,62.314754,-150.317909,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",38,0.000174,9.4e-05,0.0006,"2013-04-04 00:00",0.0004,"2013-02-21 00:00",0.0004,"2013-02-27 00:00",0.0003,"2013-03-02 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88115",1,62.314754,-150.317909,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.007094,0.015459,0.0932,"2013-05-19 00:00",0.0425,"2013-01-16 00:00",0.035,"2013-03-23 00:00",0.0239,"2013-02-27 00:00","","","","",0.0932,0.0932,0.035,0.0237,0.005,0.0012,0.00015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88115",2,62.314754,-150.317909,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",13,0.006613,0.012868,0.0573,"2013-02-12 00:00",0.0549,"2013-05-19 00:00",0.0364,"2013-01-16 00:00",0.0248,"2013-02-27 00:00","","","","",0.0573,0.0573,0.0364,0.0237,0.0047,0.0015,0.00015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88126",1,62.314754,-150.317909,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.011457,0.00999,0.0369,"2013-05-10 00:00",0.0314,"2013-04-22 00:00",0.0311,"2013-04-19 00:00",0.0302,"2013-04-25 00:00","","","","",0.0369,0.0369,0.0311,0.0289,0.0178,0.0091,0.0016,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88126",2,62.314754,-150.317909,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",2,0.011038,0.01006,0.0366,"2013-05-10 00:00",0.032,"2013-04-22 00:00",0.0313,"2013-04-25 00:00",0.0307,"2013-04-19 00:00","","","","",0.0366,0.0366,0.0313,0.0285,0.0163,0.0085,0.0015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88128",1,62.314754,-150.317909,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00056,0.000705,0.002,"2013-01-25 00:00",0.002,"2013-01-28 00:00",0.002,"2013-04-10 00:00",0.002,"2013-04-13 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88128",2,62.314754,-150.317909,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.00051,0.000582,0.002,"2013-01-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88132",1,62.314754,-150.317909,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00034,0.000479,0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00",0.001,"2013-04-07 00:00",0.001,"2013-04-10 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88132",2,62.314754,-150.317909,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000408,0.000537,0.002,"2013-04-16 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00",0.001,"2013-03-05 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88136",1,62.314754,-150.317909,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88136",2,62.314754,-150.317909,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88140",1,62.314754,-150.317909,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.00883,0.007921,0.039,"2013-03-23 00:00",0.0263,"2013-04-10 00:00",0.023,"2013-04-13 00:00",0.0211,"2013-04-07 00:00","","","","",0.039,0.039,0.023,0.02,0.012,0.007,0.002,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88140",2,62.314754,-150.317909,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",17,0.007954,0.007119,0.0249,"2013-04-07 00:00",0.0232,"2013-04-16 00:00",0.0228,"2013-04-10 00:00",0.0225,"2013-04-13 00:00","","","","",0.0249,0.0249,0.0228,0.021,0.012,0.0058,0.00195,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88152",1,62.314754,-150.317909,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000234,0.000335,0.0019,"2013-05-22 00:00",0.0013,"2013-05-25 00:00",0.0013,"2013-05-31 00:00",0.0004,"2013-03-11 00:00","","","","",0.0019,0.0019,0.0013,0.0004,0.00015,0.00015,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88152",2,62.314754,-150.317909,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",44,0.000213,0.000242,0.0015,"2013-05-22 00:00",0.0009,"2013-05-28 00:00",0.0006,"2013-05-16 00:00",0.0006,"2013-05-25 00:00","","","","",0.0015,0.0015,0.0006,0.0006,0.00015,0.00015,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88154",1,62.314754,-150.317909,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.000126,5.3e-05,0.0003,"2013-04-16 00:00",0.0003,"2013-05-31 00:00",0.0002,"2013-01-22 00:00",0.0002,"2013-02-15 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88154",2,62.314754,-150.317909,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",41,0.000118,4.4e-05,0.0003,"2013-04-04 00:00",0.0002,"2013-01-01 00:00",0.0002,"2013-01-10 00:00",0.0002,"2013-01-16 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88161",1,62.314754,-150.317909,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.00093,0.000838,0.0035,"2013-05-10 00:00",0.0025,"2013-04-22 00:00",0.0025,"2013-04-25 00:00",0.0024,"2013-04-16 00:00","","","","",0.0035,0.0035,0.0025,0.0023,0.0015,0.0008,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88161",2,62.314754,-150.317909,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",12,0.000894,0.000848,0.0035,"2013-05-10 00:00",0.0025,"2013-04-22 00:00",0.0025,"2013-04-25 00:00",0.0023,"2013-04-16 00:00","","","","",0.0035,0.0035,0.0025,0.0022,0.0014,0.0004,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88164",1,62.314754,-150.317909,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.000104,7.1e-05,0.0003,"2013-04-25 00:00",0.0003,"2013-04-28 00:00",0.0003,"2013-05-13 00:00",0.0002,"2013-03-17 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,5e-05,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88164",2,62.314754,-150.317909,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",28,9e-05,6e-05,0.0003,"2013-05-31 00:00",0.0002,"2013-01-25 00:00",0.0002,"2013-01-28 00:00",0.0002,"2013-04-10 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,5e-05,5e-05,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88165",1,62.314754,-150.317909,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.031767,0.032259,0.143,"2013-05-10 00:00",0.0976,"2013-04-22 00:00",0.0886,"2013-04-19 00:00",0.0812,"2013-04-25 00:00","","","","",0.143,0.143,0.0886,0.0809,0.05,0.022,0.0027,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88165",2,62.314754,-150.317909,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.031227,0.032825,0.141,"2013-05-10 00:00",0.1,"2013-04-22 00:00",0.0869,"2013-04-19 00:00",0.0851,"2013-04-16 00:00","","","","",0.141,0.141,0.0869,0.0842,0.0498,0.0205,0.0021,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88167",1,62.314754,-150.317909,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.000805,0.000675,0.0028,"2013-03-23 00:00",0.0021,"2013-04-16 00:00",0.002,"2013-01-25 00:00",0.002,"2013-05-22 00:00","","","","",0.0028,0.0028,0.002,0.0019,0.0012,0.0006,0.00015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88167",2,62.314754,-150.317909,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",10,0.000691,0.000505,0.0019,"2013-01-25 00:00",0.0019,"2013-04-16 00:00",0.0017,"2013-04-07 00:00",0.0017,"2013-04-28 00:00","","","","",0.0019,0.0019,0.0017,0.0015,0.001,0.0006,0.00015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88168",1,62.314754,-150.317909,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",37,0.000185,0.000114,0.0006,"2013-05-10 00:00",0.0005,"2013-02-06 00:00",0.0005,"2013-04-04 00:00",0.0004,"2013-04-22 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0002,0.00015,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88168",2,62.314754,-150.317909,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",41,0.000148,6.3e-05,0.0004,"2013-05-10 00:00",0.0003,"2013-04-22 00:00",0.0003,"2013-04-28 00:00",0.0003,"2013-05-28 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.0001,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88169",1,62.314754,-150.317909,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.159602,0.125629,0.41,"2013-04-16 00:00",0.4002,"2013-04-07 00:00",0.3999,"2013-04-28 00:00",0.3985,"2013-05-10 00:00","","","","",0.41,0.41,0.3999,0.3977,0.2232,0.1458,0.0229,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88169",2,62.314754,-150.317909,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.155635,0.127708,0.4111,"2013-04-16 00:00",0.4092,"2013-04-28 00:00",0.4088,"2013-05-10 00:00",0.3964,"2013-04-10 00:00","","","","",0.4111,0.4111,0.4088,0.3877,0.2212,0.1253,0.0145,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88176",1,62.314754,-150.317909,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",40,0.00019,8.9e-05,0.0005,"2013-02-18 00:00",0.0005,"2013-05-04 00:00",0.0004,"2013-05-19 00:00",0.0003,"2013-01-22 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88176",2,62.314754,-150.317909,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",45,0.000169,7.8e-05,0.0006,"2013-03-08 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-05-16 00:00","","","","",0.0006,0.0006,0.0003,0.00015,0.00015,0.00015,0.00015,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88180",1,62.314754,-150.317909,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.009152,0.006678,0.022,"2013-04-16 00:00",0.0215,"2013-04-07 00:00",0.0204,"2013-05-10 00:00",0.0203,"2013-04-10 00:00","","","","",0.022,0.022,0.0204,0.0194,0.0145,0.0089,0.0019,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88180",2,62.314754,-150.317909,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",1,0.008639,0.00645,0.0219,"2013-04-16 00:00",0.0207,"2013-04-07 00:00",0.0202,"2013-05-10 00:00",0.0192,"2013-04-10 00:00","","","","",0.0219,0.0219,0.0202,0.0189,0.0127,0.0079,0.0016,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88184",1,62.314754,-150.317909,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.032332,0.031247,0.1256,"2013-05-19 00:00",0.1242,"2013-03-23 00:00",0.093,"2013-04-10 00:00",0.0908,"2013-05-31 00:00","","","","",0.1256,0.1256,0.093,0.079,0.0432,0.023,0.0048,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88184",2,62.314754,-150.317909,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",7,0.028321,0.030123,0.1346,"2013-05-19 00:00",0.1055,"2013-05-31 00:00",0.099,"2013-04-10 00:00",0.075,"2013-04-07 00:00","","","","",0.1346,0.1346,0.099,0.0668,0.0461,0.0141,0.0019,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88185",1,62.314754,-150.317909,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000666,0.000357,0.0018,"2013-02-06 00:00",0.0017,"2013-02-09 00:00",0.0015,"2013-04-25 00:00",0.0014,"2013-01-16 00:00","","","","",0.0018,0.0018,0.0015,0.0014,0.0007,0.00065,0.0004,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88185",2,62.314754,-150.317909,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",35,0.000721,0.000397,0.0027,"2013-02-24 00:00",0.0015,"2013-02-03 00:00",0.0014,"2013-02-06 00:00",0.0011,"2013-01-01 00:00","","","","",0.0027,0.0027,0.0014,0.0011,0.0009,0.00065,0.0004,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88203",1,62.314754,-150.317909,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.025842,0.036727,0.1853,"2013-03-23 00:00",0.1579,"2013-05-19 00:00",0.096,"2013-02-12 00:00",0.0954,"2013-01-16 00:00","","","","",0.1853,0.1579,0.096,0.0497,0.0331,0.0106,0.00295,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88306",1,62.314754,-150.317909,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.052064,0.040961,0.18,"2013-03-23 00:00",0.1607,"2013-05-31 00:00",0.1477,"2013-04-10 00:00",0.1129,"2013-03-26 00:00","","","","",0.18,0.1607,0.1477,0.1085,0.0654,0.0385,0.0101,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88320",1,62.314754,-150.317909,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.170392,0.18659,0.88,"2013-05-28 00:00",0.85,"2013-05-31 00:00",0.6,"2013-05-25 00:00",0.57,"2013-03-23 00:00","","","","",0.88,0.85,0.6,0.33,0.18,0.12,0.02,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88321",1,62.314754,-150.317909,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022745,0.022007,0.11,"2013-03-23 00:00",0.08,"2013-05-25 00:00",0.06,"2013-04-16 00:00",0.05,"2013-04-07 00:00","","","","",0.11,0.08,0.06,0.05,0.03,0.02,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88324",1,62.314754,-150.317909,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.020828,0.007954,0.0418,"2013-04-10 00:00",0.0375,"2013-04-25 00:00",0.03265,"2013-01-31 00:00",0.0313,"2013-01-13 00:00","","","","",0.0418,0.0375,0.03265,0.03065,0.0299,0.0168,0.01035,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88325",1,62.314754,-150.317909,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.037844,0.032072,0.1672,"2013-05-28 00:00",0.1608,"2013-05-31 00:00",0.1215,"2013-05-25 00:00",0.0965,"2013-03-23 00:00","","","","",0.1672,0.1608,0.1215,0.049,0.0344,0.033,0.01755,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88326",1,62.314754,-150.317909,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.062782,0.075661,0.3874,"2013-05-28 00:00",0.36,"2013-05-31 00:00",0.2254,"2013-02-03 00:00",0.1978,"2013-05-25 00:00","","","","",0.3874,0.36,0.2254,0.1258,0.04005,0.03865,0.02845,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88327",1,62.314754,-150.317909,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.035304,0.036798,0.1685,"2013-05-31 00:00",0.1479,"2013-05-28 00:00",0.144,"2013-03-23 00:00",0.1296,"2013-05-25 00:00","","","","",0.1685,0.1479,0.144,0.0717,0.0414,0.017,0.01135,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88328",1,62.314754,-150.317909,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.043741,0.044178,0.1935,"2013-05-28 00:00",0.1788,"2013-05-31 00:00",0.1511,"2013-05-25 00:00",0.1419,"2013-03-23 00:00","","","","",0.1935,0.1788,0.1511,0.0805,0.064,0.0298,0.0041,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88329",1,62.314754,-150.317909,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.054538,0.050301,0.2073,"2013-03-23 00:00",0.1869,"2013-05-31 00:00",0.185,"2013-05-25 00:00",0.1842,"2013-05-28 00:00","","","","",0.2073,0.1869,0.185,0.1069,0.0757,0.0377,0.007,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88330",1,62.314754,-150.317909,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.012444,0.013254,0.0548,"2013-05-28 00:00",0.0491,"2013-05-25 00:00",0.0467,"2013-05-13 00:00",0.0415,"2013-03-23 00:00","","","","",0.0548,0.0491,0.0467,0.0293,0.0161,0.0068,0.0016,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88331",1,62.314754,-150.317909,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,7.7e-05,0.00028,0.002,"2013-02-27 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-14 00:00",0.00015,"2013-03-23 00:00","","","","",0.002,0.00015,0.00015,0.00015,0.0001,0,0,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88338",1,62.314754,-150.317909,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017079,0.006958,0.0471,"2013-04-07 00:00",0.0356,"2013-05-25 00:00",0.0277,"2013-04-01 00:00",0.0254,"2013-02-12 00:00","","","","",0.0471,0.0356,0.0277,0.0243,0.01795,0.01555,0.0108,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88339",1,62.314754,-150.317909,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.658355,0.518212,1.69125,"2013-04-16 00:00",1.65087,"2013-04-07 00:00",1.64946,"2013-04-28 00:00",1.64373,"2013-05-10 00:00","","","","",1.69125,1.69125,1.64946,1.64043,0.92074,0.60159,0.09455,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88344",1,62.314754,-150.317909,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.067043,0.053016,0.2326,"2013-03-23 00:00",0.2073,"2013-05-31 00:00",0.1905,"2013-04-10 00:00",0.1456,"2013-03-26 00:00","","","","",0.2326,0.2073,0.1905,0.14,0.0844,0.0497,0.0133,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88348",1,62.314754,-150.317909,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.157132,0.149851,0.6441,"2013-05-10 00:00",0.4653,"2013-04-22 00:00",0.4237,"2013-04-19 00:00",0.403,"2013-04-16 00:00","","","","",0.6441,0.6441,0.4237,0.3985,0.2397,0.1097,0.0165,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88348",2,62.314754,-150.317909,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.152751,0.151185,0.6332,"2013-05-10 00:00",0.4708,"2013-04-22 00:00",0.4165,"2013-04-25 00:00",0.4126,"2013-04-19 00:00","","","","",0.6332,0.6332,0.4165,0.4105,0.2277,0.0999,0.0153,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88350",1,62.314754,-150.317909,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.307161,0.336237,1.5881,"2013-05-28 00:00",1.5244,"2013-05-31 00:00",1.0883,"2013-05-25 00:00",1.0307,"2013-03-23 00:00","","","","",1.5881,1.5244,1.0883,0.5994,0.315,0.2223,0.0319,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88403",1,62.314754,-150.317909,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.477062,0.376842,1.2363,"2013-04-28 00:00",1.2306,"2013-04-16 00:00",1.2136,"2013-05-10 00:00",1.177,"2013-04-10 00:00","","","","",1.2363,1.2306,1.2136,1.1547,0.67,0.393,0.0618,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88502",1,62.314754,-150.317909,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.35,1.057191,4.4,"2013-05-28 00:00",3.4,"2013-05-31 00:00",3.2,"2013-05-10 00:00",2.9,"2013-04-28 00:00","","","","",4.4,4.4,3.2,2.8,2.1,1.2,0.3,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0011","88502",2,62.314754,-150.317909,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,1.265306,0.957547,3.5,"2013-05-31 00:00",3.3,"2013-05-28 00:00",2.8,"2013-04-28 00:00",2.7,"2013-04-25 00:00","","","","",3.5,3.5,2.8,2.6,1.9,1.1,0.3,"","Trapper Creek","Alaska","Matanuska Susitna","Trapper Creek","Anchorage, AK","2014-01-28" +"02","170","0012","68101",1,61.598898,-149.10622,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",53,15,53,365,0,2,"","","Certification not required",16,0.132075,0.08268,0.4,"2013-10-25 00:00",0.3,"2013-01-04 00:00",0.3,"2013-06-21 00:00",0.3,"2013-12-06 00:00","","","","",0.4,0.3,0.3,0.2,0.2,0.1,0.05,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68102",1,61.598898,-149.10622,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",53,15,53,365,0,2,"","","Certification not required",0,23.979245,0.151097,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68103",1,61.598898,-149.10622,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,15,53,365,0,2,"","","Certification not required",0,-1.169811,10.454141,12.6,"2013-07-15 00:00",11.7,"2013-06-27 00:00",11.5,"2013-08-14 00:00",11.2,"2013-08-08 00:00","","","","",12.6,11.7,11.5,10,8.3,-0.1,-13.2,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68104",1,61.598898,-149.10622,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,15,53,365,0,2,"","","Certification not required",0,7.737736,10.810149,26.5,"2013-05-28 00:00",25.8,"2013-07-21 00:00",25.3,"2013-06-09 00:00",24.2,"2013-06-15 00:00","","","","",26.5,25.8,25.3,22.4,15.9,9.1,-7.5,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68105",1,61.598898,-149.10622,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,15,53,365,0,2,"","","Certification not required",0,3.060377,10.796355,18.2,"2013-07-21 00:00",17.9,"2013-06-09 00:00",17.4,"2013-06-27 00:00",17.3,"2013-06-15 00:00","","","","",18.2,17.9,17.4,16,12.2,4.6,-10.4,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68106",1,61.598898,-149.10622,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,15,53,365,0,2,"","","Certification not required",0,748.320755,8.210625,767,"2013-12-06 00:00",765,"2013-04-22 00:00",761,"2013-07-15 00:00",760,"2013-03-11 00:00","","","","",767,765,761,758,753,748,739,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68107",1,61.598898,-149.10622,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,15,53,365,0,2,"","","Certification not required",0,754.981132,7.252296,769,"2013-12-06 00:00",768,"2013-04-22 00:00",766,"2013-12-18 00:00",765,"2013-07-15 00:00","","","","",769,768,766,763,760,756,746,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68108",1,61.598898,-149.10622,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,15,53,365,0,2,"","","Certification not required",0,751.603774,7.692003,768,"2013-12-06 00:00",767,"2013-04-22 00:00",763,"2013-07-15 00:00",762,"2013-06-15 00:00","","","","",768,767,763,761,757,753,742,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","68109",1,61.598898,-149.10622,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",53,15,53,365,0,2,"","","Certification not required",0,1436.773585,8.928437,1438,"2013-01-04 00:00",1438,"2013-01-10 00:00",1438,"2013-01-16 00:00",1438,"2013-01-22 00:00","","","","",1438,1438,1438,1438,1438,1438,1438,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","81102",3,61.598898,-149.10622,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8098,92,334,365,0,662,"","","Certification not required",2285,9.260188,17.290301,431,"2013-08-09 13:00",378,"2013-11-09 06:00",374,"2013-11-09 10:00",315,"2013-08-09 11:00","","","","",66,40,24,17,10,6,2,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-04" +"02","170","0012","81102",3,61.598898,-149.10622,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,9.002994,10.894112,113,"2013-11-09 00:00",84,"2013-11-07 00:00",83,"2013-06-18 00:00",72,"2013-08-09 00:00","","","","",72,43,22,15,10,7,3,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-04" +"02","170","0012","85101",3,61.598898,-149.10622,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8117,93,334,365,0,643,"","","Certification not required",1985,9.964642,18.167885,434,"2013-08-09 13:00",422,"2013-11-09 06:00",414,"2013-11-09 10:00",318,"2013-08-09 11:00","","","","",69,43,25,18,11,6,2,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-04" +"02","170","0012","88101",1,61.598898,-149.10622,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,5,0,0,"Certification not required",0,3.103846,2.407013,11.2,"2013-12-06 00:00",8.6,"2013-12-25 00:00",8.2,"2013-12-30 00:00",8.1,"2013-12-18 00:00","","","","",11.2,8.6,8.2,6.6,4,2.5,0.8,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","88101",1,61.598898,-149.10622,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,5,"","","Certification not required",0,3.103846,2.407013,11.2,"2013-12-06 00:00",8.6,"2013-12-25 00:00",8.2,"2013-12-30 00:00",8.1,"2013-12-18 00:00","","","","",11.2,8.6,8.2,6.6,4,2.5,0.8,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-05" +"02","170","0012","88101",3,61.598898,-149.10622,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8487,97,361,365,0,273,"","","Certification not required",0,3.188406,4.050846,101,"2013-12-14 18:00",57,"2013-06-26 16:00",52,"2013-04-08 04:00",50,"2013-12-04 01:00","","","","",17,13,9,7,5,3,-1,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-04" +"02","170","0012","88101",3,61.598898,-149.10622,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,3.155618,2.663472,15.7,"2013-12-04 00:00",13,"2013-06-26 00:00",12.1,"2013-12-02 00:00",11.9,"2013-12-26 00:00","","","","",11.9,11.1,8.3,6.5,4.2,2.7,0.4,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-04" +"02","170","0012","88101",3,61.598898,-149.10622,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,3.155618,2.663472,15.7,"2013-12-04 00:00",13,"2013-06-26 00:00",12.1,"2013-12-02 00:00",11.9,"2013-12-26 00:00","","","","",11.9,11.1,8.3,6.5,4.2,2.7,0.4,"Palmer","SOUTH GULKANA STREET","Alaska","Matanuska Susitna","Palmer","Anchorage, AK","2014-02-04" +"02","170","0013","81102",3,61.598796,-149.455255,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7965,91,334,365,0,793,"","","Certification not required",1315,13.204143,14.364567,247,"2013-01-15 10:00",216,"2013-10-27 23:00",214,"2013-01-15 12:00",181,"2013-01-15 11:00","","","","",69,53,36,27,17,9,2,"Wasilla","100 WEST SWANSON AVENUE","Alaska","Matanuska Susitna","Wasilla","Anchorage, AK","2014-02-05" +"02","170","0013","81102",3,61.598796,-149.455255,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,12.634731,9.609404,78,"2013-01-15 00:00",63,"2013-06-18 00:00",52,"2013-11-07 00:00",49,"2013-01-08 00:00","","","","",49,43,30,23,16,10,4,"Wasilla","100 WEST SWANSON AVENUE","Alaska","Matanuska Susitna","Wasilla","Anchorage, AK","2014-02-05" +"02","170","0013","85101",3,61.598796,-149.455255,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7996,91,334,365,0,762,"","","Certification not required",1348,13.403827,13.767838,221,"2013-10-27 23:00",173,"2013-04-12 07:00",166,"2013-03-22 03:00",145,"2013-03-18 08:00","","","","",67,53,37,28,18,9,2,"Wasilla","100 WEST SWANSON AVENUE","Alaska","Matanuska Susitna","Wasilla","Anchorage, AK","2014-02-05" +"02","170","0013","88101",3,61.598796,-149.455255,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8264,94,353,365,0,494,"","","Certification not required",0,4.122943,5.06935,45,"2013-01-26 21:00",40,"2013-09-28 20:00",39,"2013-04-11 23:00",39,"2013-12-25 18:00","","","","",23,19,13,10,6,3,-1,"Wasilla","100 WEST SWANSON AVENUE","Alaska","Matanuska Susitna","Wasilla","Anchorage, AK","2014-02-05" +"02","170","0013","88101",3,61.598796,-149.455255,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,0,0,"Certification not required",0,4.043188,3.650337,22.6,"2013-12-02 00:00",20.2,"2013-12-04 00:00",17.4,"2013-12-03 00:00",17.2,"2013-01-26 00:00","","","","",17.2,16,10.4,8.7,5.5,3.4,0.5,"Wasilla","100 WEST SWANSON AVENUE","Alaska","Matanuska Susitna","Wasilla","Anchorage, AK","2014-02-05" +"02","170","0013","88101",3,61.598796,-149.455255,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,4.043188,3.650337,22.6,"2013-12-02 00:00",20.2,"2013-12-04 00:00",17.4,"2013-12-03 00:00",17.2,"2013-01-26 00:00","","","","",17.2,16,10.4,8.7,5.5,3.4,0.5,"Wasilla","100 WEST SWANSON AVENUE","Alaska","Matanuska Susitna","Wasilla","Anchorage, AK","2014-02-05" +"02","290","9000","85101",1,66.93093,-151.49188,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,2.851898,1.595112,8.5323,"2013-05-01 00:00",5.2937,"2013-04-07 00:00",5.2719,"2013-04-10 00:00",5.2099,"2013-04-16 00:00","","","","",8.5323,8.5323,5.2719,5.1237,3.7187,2.4771,1.086,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","86502",1,66.93093,-151.49188,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.55814,0.700419,2,"2013-01-22 00:00",2,"2013-04-07 00:00",2,"2013-04-10 00:00",2,"2013-04-16 00:00","","","","",2,2,2,2,1,0,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88103",1,66.93093,-151.49188,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88104",1,66.93093,-151.49188,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.012515,0.010124,0.04,"2013-04-22 00:00",0.035,"2013-04-16 00:00",0.033,"2013-04-19 00:00",0.0297,"2013-01-22 00:00","","","","",0.04,0.04,0.033,0.0266,0.021,0.0094,0.0029,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88109",1,66.93093,-151.49188,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.00218,0.002561,0.0121,"2013-02-21 00:00",0.0091,"2013-02-24 00:00",0.0085,"2013-03-02 00:00",0.0077,"2013-02-18 00:00","","","","",0.0121,0.0121,0.0085,0.0046,0.0026,0.0014,0.0004,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88111",1,66.93093,-151.49188,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",3,0.010492,0.005839,0.0225,"2013-04-19 00:00",0.0212,"2013-04-16 00:00",0.0206,"2013-04-22 00:00",0.0187,"2013-04-07 00:00","","","","",0.0225,0.0225,0.0206,0.0184,0.0159,0.0106,0.0028,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88112",1,66.93093,-151.49188,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88114",1,66.93093,-151.49188,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",30,0.000236,0.000467,0.0032,"2013-05-13 00:00",0.0006,"2013-05-04 00:00",0.0004,"2013-05-28 00:00",0.0003,"2013-02-09 00:00","","","","",0.0032,0.0032,0.0004,0.0003,0.0002,0.00015,0.0001,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88115",1,66.93093,-151.49188,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",17,0.02597,0.067263,0.3031,"2013-01-16 00:00",0.2837,"2013-02-12 00:00",0.1732,"2013-03-11 00:00",0.1191,"2013-02-15 00:00","","","","",0.3031,0.3031,0.1732,0.0565,0.0156,0.0008,0.0001,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88126",1,66.93093,-151.49188,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.008592,0.007001,0.026,"2013-04-22 00:00",0.0254,"2013-04-19 00:00",0.0245,"2013-04-16 00:00",0.0201,"2013-05-28 00:00","","","","",0.026,0.026,0.0245,0.0173,0.0142,0.0064,0.0019,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88128",1,66.93093,-151.49188,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000682,0.000771,0.003,"2013-01-22 00:00",0.002,"2013-01-25 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-18 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88132",1,66.93093,-151.49188,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000341,0.000479,0.001,"2013-01-07 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-25 00:00",0.001,"2013-03-08 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88136",1,66.93093,-151.49188,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88140",1,66.93093,-151.49188,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",7,0.0154,0.014103,0.0509,"2013-02-12 00:00",0.048,"2013-02-24 00:00",0.0441,"2013-01-16 00:00",0.0376,"2013-02-06 00:00","","","","",0.0509,0.0509,0.0441,0.0362,0.0239,0.0123,0.00105,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88152",1,66.93093,-151.49188,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",36,0.000234,0.00029,0.0015,"2013-05-25 00:00",0.0013,"2013-04-07 00:00",0.0007,"2013-04-04 00:00",0.0006,"2013-03-02 00:00","","","","",0.0015,0.0015,0.0007,0.0005,0.00015,0.00015,0.0001,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88154",1,66.93093,-151.49188,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",37,0.00012,5.1e-05,0.0003,"2013-02-18 00:00",0.0003,"2013-04-19 00:00",0.0002,"2013-01-22 00:00",0.0002,"2013-02-12 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88161",1,66.93093,-151.49188,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",10,0.000792,0.000616,0.0022,"2013-04-16 00:00",0.0022,"2013-04-19 00:00",0.0022,"2013-04-22 00:00",0.0017,"2013-04-10 00:00","","","","",0.0022,0.0022,0.0022,0.0016,0.0013,0.0007,0.00015,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88164",1,66.93093,-151.49188,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",20,8.9e-05,4.7e-05,0.0002,"2013-04-04 00:00",0.0002,"2013-04-16 00:00",0.0002,"2013-04-19 00:00",0.0002,"2013-04-28 00:00","","","","",0.0002,0.0002,0.0002,0.0002,0.0001,0.0001,5e-05,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88165",1,66.93093,-151.49188,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.024702,0.021506,0.084,"2013-04-22 00:00",0.0707,"2013-04-16 00:00",0.07,"2013-04-19 00:00",0.0641,"2013-05-28 00:00","","","","",0.084,0.084,0.07,0.0559,0.0405,0.0187,0.0042,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88167",1,66.93093,-151.49188,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",4,0.000875,0.000656,0.0024,"2013-04-16 00:00",0.0022,"2013-04-22 00:00",0.002,"2013-04-19 00:00",0.0019,"2013-01-25 00:00","","","","",0.0024,0.0024,0.002,0.0019,0.0013,0.0007,0.0002,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88168",1,66.93093,-151.49188,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",26,0.000191,0.0001,0.0005,"2013-04-28 00:00",0.0004,"2013-04-16 00:00",0.0004,"2013-05-13 00:00",0.0003,"2013-01-04 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0003,0.00015,0.0001,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88169",1,66.93093,-151.49188,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.21368,0.170085,0.8637,"2013-05-01 00:00",0.5864,"2013-04-25 00:00",0.5588,"2013-04-28 00:00",0.4511,"2013-04-16 00:00","","","","",0.8637,0.8637,0.5588,0.4476,0.3059,0.1517,0.0561,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88176",1,66.93093,-151.49188,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",42,0.000166,7.7e-05,0.0006,"2013-04-19 00:00",0.0004,"2013-01-25 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00","","","","",0.0006,0.0006,0.00015,0.00015,0.00015,0.00015,0.00015,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88180",1,66.93093,-151.49188,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.011152,0.006011,0.0243,"2013-04-16 00:00",0.0225,"2013-04-22 00:00",0.0207,"2013-04-07 00:00",0.0199,"2013-04-19 00:00","","","","",0.0243,0.0243,0.0207,0.0186,0.0155,0.0116,0.0027,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88184",1,66.93093,-151.49188,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",10,0.051761,0.056476,0.223,"2013-01-16 00:00",0.208,"2013-02-12 00:00",0.1446,"2013-03-11 00:00",0.1403,"2013-03-29 00:00","","","","",0.223,0.223,0.1446,0.1386,0.078,0.0332,0.0016,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88185",1,66.93093,-151.49188,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",40,0.000641,0.00026,0.0016,"2013-04-10 00:00",0.0014,"2013-02-12 00:00",0.0014,"2013-03-05 00:00",0.0009,"2013-04-22 00:00","","","","",0.0016,0.0016,0.0014,0.0007,0.00065,0.00065,0.0004,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88203",1,66.93093,-151.49188,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",7,0.062268,0.091642,0.4025,"2013-02-12 00:00",0.3562,"2013-01-16 00:00",0.2952,"2013-03-11 00:00",0.2031,"2013-02-15 00:00","","","","",0.4025,0.4025,0.2952,0.1532,0.0823,0.0242,0.0037,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88306",1,66.93093,-151.49188,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",5,0.07004,0.062601,0.279,"2013-03-02 00:00",0.2094,"2013-02-18 00:00",0.1981,"2013-03-29 00:00",0.1979,"2013-02-24 00:00","","","","",0.279,0.279,0.1981,0.1591,0.1015,0.0516,0.00725,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88320",1,66.93093,-151.49188,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.217273,0.151233,0.67,"2013-05-28 00:00",0.63,"2013-01-25 00:00",0.57,"2013-01-22 00:00",0.45,"2013-05-25 00:00","","","","",0.67,0.67,0.57,0.43,0.26,0.19,0.06,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88321",1,66.93093,-151.49188,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.0325,0.032287,0.17,"2013-01-25 00:00",0.11,"2013-03-08 00:00",0.09,"2013-01-28 00:00",0.08,"2013-05-01 00:00","","","","",0.17,0.17,0.09,0.07,0.04,0.03,0.01,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88324",1,66.93093,-151.49188,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",40,0.021868,0.010045,0.0651,"2013-04-13 00:00",0.0454,"2013-04-10 00:00",0.03125,"2013-01-22 00:00",0.03115,"2013-01-04 00:00","","","","",0.0651,0.0651,0.03125,0.0303,0.0291,0.0218,0.0103,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88325",1,66.93093,-151.49188,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",21,0.050922,0.031694,0.1575,"2013-05-28 00:00",0.1206,"2013-01-25 00:00",0.1143,"2013-05-25 00:00",0.0989,"2013-02-24 00:00","","","","",0.1575,0.1575,0.1143,0.0964,0.0655,0.0376,0.0205,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88326",1,66.93093,-151.49188,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",29,0.062666,0.047166,0.2182,"2013-05-28 00:00",0.1986,"2013-01-22 00:00",0.1577,"2013-01-25 00:00",0.1397,"2013-01-28 00:00","","","","",0.2182,0.2182,0.1577,0.1397,0.0881,0.03895,0.02595,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88327",1,66.93093,-151.49188,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",15,0.044184,0.033239,0.136,"2013-01-25 00:00",0.131,"2013-01-22 00:00",0.124,"2013-05-28 00:00",0.0992,"2013-01-28 00:00","","","","",0.136,0.136,0.124,0.0833,0.0623,0.0382,0.0111,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88328",1,66.93093,-151.49188,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",4,0.052272,0.038258,0.1811,"2013-05-28 00:00",0.1535,"2013-01-25 00:00",0.1406,"2013-01-22 00:00",0.1027,"2013-02-21 00:00","","","","",0.1811,0.1811,0.1406,0.1,0.0666,0.0483,0.0115,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88329",1,66.93093,-151.49188,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",3,0.069428,0.051236,0.2531,"2013-01-25 00:00",0.194,"2013-01-22 00:00",0.1634,"2013-05-28 00:00",0.1434,"2013-03-08 00:00","","","","",0.2531,0.2531,0.1634,0.1394,0.0889,0.0615,0.0216,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88330",1,66.93093,-151.49188,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",14,0.015815,0.015012,0.0654,"2013-01-25 00:00",0.0594,"2013-05-28 00:00",0.0397,"2013-04-25 00:00",0.0316,"2013-04-07 00:00","","","","",0.0654,0.0654,0.0397,0.0312,0.0235,0.0136,0.0014,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88331",1,66.93093,-151.49188,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",16,5.3e-05,0.000153,0.001,"2013-04-25 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.0001,"2013-01-04 00:00","","","","",0.001,0.001,0.00015,0.0001,5e-05,0,0,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88338",1,66.93093,-151.49188,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",40,0.017314,0.008869,0.06,"2013-02-27 00:00",0.0394,"2013-01-28 00:00",0.026,"2013-04-10 00:00",0.0248,"2013-02-12 00:00","","","","",0.06,0.06,0.026,0.0239,0.0234,0.01495,0.01085,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88339",1,66.93093,-151.49188,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.881424,0.701591,3.56276,"2013-05-01 00:00",2.41886,"2013-04-25 00:00",2.30489,"2013-04-28 00:00",1.86095,"2013-04-16 00:00","","","","",3.56276,3.56276,2.30489,1.84639,1.26171,0.62576,0.23154,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88344",1,66.93093,-151.49188,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.090627,0.080471,0.3599,"2013-03-02 00:00",0.2701,"2013-02-18 00:00",0.2555,"2013-03-29 00:00",0.2553,"2013-02-24 00:00","","","","",0.3599,0.3599,0.2555,0.2052,0.1309,0.0666,0.012,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88348",1,66.93093,-151.49188,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.128443,0.100704,0.3967,"2013-04-22 00:00",0.352,"2013-04-16 00:00",0.35,"2013-04-19 00:00",0.3001,"2013-05-28 00:00","","","","",0.3967,0.3967,0.35,0.2677,0.2206,0.0981,0.0339,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88350",1,66.93093,-151.49188,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.391302,0.271297,1.2046,"2013-05-28 00:00",1.1286,"2013-01-25 00:00",1.0211,"2013-01-22 00:00",0.815,"2013-05-25 00:00","","","","",1.2046,1.2046,1.0211,0.7672,0.4653,0.3456,0.1017,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88403",1,66.93093,-151.49188,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.646455,0.573408,3.2305,"2013-05-01 00:00",1.7562,"2013-04-25 00:00",1.7202,"2013-04-28 00:00",1.3202,"2013-04-16 00:00","","","","",3.2305,3.2305,1.7202,1.314,0.8861,0.4585,0.1603,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"02","290","9000","88502",1,66.93093,-151.49188,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,1.765909,1.281885,7.5,"2013-05-01 00:00",4.2,"2013-04-25 00:00",4.2,"2013-04-28 00:00",3.1,"2013-04-16 00:00","","","","",7.5,7.5,4.2,3,2.4,1.5,0.7,"Gates of the arctic","Bettles Field, AK","Alaska","Yukon-Koyukuk","Evansville","","2014-01-28" +"04","001","1003","81102",1,34.07339,-109.85801,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8506,97,354,365,0,146,"","","Certification not required",0,15.059252,15.392433,143,"2013-06-08 06:00",133,"2013-06-25 15:00",130,"2013-06-07 20:00",129,"2013-05-23 05:00","","","","",77,62,45,33,19,11,3,"","51 Nasco Avenue","Arizona","Apache","McNary","","2014-01-14" +"04","001","1003","81102",1,34.07339,-109.85801,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,14.587571,8.300276,58,"2013-05-04 00:00",54,"2013-04-08 00:00",40,"2013-05-03 00:00",40,"2013-05-05 00:00","","","","",40,38,32,26,18,13,7,"","51 Nasco Avenue","Arizona","Apache","McNary","","2014-01-14" +"04","001","8001","85101",1,34.058475,-109.441259,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,5.639678,4.618954,21.52,"2013-05-04 00:00",15.9662,"2013-04-25 00:00",15.5059,"2013-05-31 00:00",12.6839,"2013-03-05 00:00","","","","",21.52,21.52,15.5059,10.8644,8.322,4.4162,1.3199,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","86502",1,34.058475,-109.441259,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,2.454545,2.929041,13,"2013-05-04 00:00",11,"2013-04-25 00:00",9,"2013-05-31 00:00",7,"2013-04-16 00:00","","","","",13,13,9,5,3,2,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88103",1,34.058475,-109.441259,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-01-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88104",1,34.058475,-109.441259,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.09075,0.090124,0.458,"2013-05-04 00:00",0.2348,"2013-03-23 00:00",0.221,"2013-04-28 00:00",0.22,"2013-04-25 00:00","","","","",0.458,0.458,0.221,0.214,0.128,0.072,0.007,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88109",1,34.058475,-109.441259,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.001273,0.000743,0.0031,"2013-03-17 00:00",0.0028,"2013-05-31 00:00",0.0025,"2013-04-07 00:00",0.0024,"2013-05-01 00:00","","","","",0.0031,0.0031,0.0025,0.0023,0.0018,0.0012,0.0004,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88111",1,34.058475,-109.441259,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.061493,0.064509,0.3281,"2013-05-04 00:00",0.1732,"2013-04-28 00:00",0.1693,"2013-04-25 00:00",0.1637,"2013-03-23 00:00","","","","",0.3281,0.3281,0.1693,0.1531,0.0871,0.0465,0.0056,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88112",1,34.058475,-109.441259,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88114",1,34.058475,-109.441259,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",13,0.000447,0.000384,0.0017,"2013-01-01 00:00",0.0014,"2013-04-22 00:00",0.0013,"2013-01-07 00:00",0.0011,"2013-05-04 00:00","","","","",0.0017,0.0017,0.0013,0.0011,0.0006,0.0003,0.0001,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88115",1,34.058475,-109.441259,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",7,0.006301,0.016253,0.0863,"2013-05-25 00:00",0.0493,"2013-05-28 00:00",0.0437,"2013-04-16 00:00",0.0321,"2013-04-25 00:00","","","","",0.0863,0.0863,0.0437,0.0083,0.0029,0.0011,0.00015,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88126",1,34.058475,-109.441259,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.052539,0.051352,0.2478,"2013-05-04 00:00",0.139,"2013-03-23 00:00",0.1384,"2013-04-28 00:00",0.1348,"2013-05-31 00:00","","","","",0.2478,0.2478,0.1384,0.127,0.0763,0.0462,0.0037,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88128",1,34.058475,-109.441259,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000659,0.00068,0.003,"2013-03-23 00:00",0.002,"2013-04-22 00:00",0.002,"2013-05-19 00:00",0.001,"2013-01-07 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88132",1,34.058475,-109.441259,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.001318,0.00141,0.006,"2013-05-04 00:00",0.005,"2013-03-23 00:00",0.004,"2013-05-31 00:00",0.003,"2013-04-07 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0.001,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88136",1,34.058475,-109.441259,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88140",1,34.058475,-109.441259,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",8,0.0245,0.023227,0.074,"2013-03-23 00:00",0.07,"2013-05-04 00:00",0.0671,"2013-04-28 00:00",0.067,"2013-05-31 00:00","","","","",0.074,0.074,0.0671,0.0617,0.0423,0.0184,0.00205,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88152",1,34.058475,-109.441259,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",43,0.000159,0.000116,0.0009,"2013-03-23 00:00",0.00015,"2013-01-10 00:00",0.00015,"2013-01-13 00:00",0.00015,"2013-01-16 00:00","","","","",0.0009,0.0009,0.00015,0.00015,0.00015,0.00015,0.0001,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88154",1,34.058475,-109.441259,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",29,0.000155,8.7e-05,0.0004,"2013-01-22 00:00",0.0004,"2013-05-22 00:00",0.0003,"2013-01-07 00:00",0.0003,"2013-03-17 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88161",1,34.058475,-109.441259,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.005007,0.004967,0.0252,"2013-05-04 00:00",0.013,"2013-04-28 00:00",0.013,"2013-05-31 00:00",0.0126,"2013-03-23 00:00","","","","",0.0252,0.0252,0.013,0.0118,0.007,0.0045,0.0003,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88164",1,34.058475,-109.441259,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",18,0.000291,0.000353,0.0015,"2013-05-01 00:00",0.0013,"2013-04-25 00:00",0.001,"2013-04-16 00:00",0.001,"2013-05-25 00:00","","","","",0.0015,0.0015,0.001,0.0008,0.0004,0.0001,5e-05,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88165",1,34.058475,-109.441259,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.206073,0.217367,1.1381,"2013-05-04 00:00",0.5483,"2013-04-25 00:00",0.5267,"2013-05-01 00:00",0.519,"2013-03-23 00:00","","","","",1.1381,1.1381,0.5267,0.518,0.3126,0.17,0.0122,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88167",1,34.058475,-109.441259,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",3,0.001147,0.000973,0.0046,"2013-03-23 00:00",0.0033,"2013-04-07 00:00",0.003,"2013-03-17 00:00",0.0024,"2013-05-19 00:00","","","","",0.0046,0.0046,0.003,0.0022,0.0017,0.0008,0.0002,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88168",1,34.058475,-109.441259,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",13,0.00073,0.000888,0.0055,"2013-05-04 00:00",0.0021,"2013-03-23 00:00",0.0015,"2013-04-13 00:00",0.0015,"2013-05-01 00:00","","","","",0.0055,0.0055,0.0015,0.0014,0.001,0.0005,0.0001,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88169",1,34.058475,-109.441259,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.160886,0.109989,0.5513,"2013-03-23 00:00",0.4022,"2013-05-19 00:00",0.3122,"2013-05-31 00:00",0.3005,"2013-05-25 00:00","","","","",0.5513,0.5513,0.3122,0.2718,0.2353,0.1294,0.0444,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88176",1,34.058475,-109.441259,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",32,0.000223,0.000144,0.0008,"2013-05-31 00:00",0.0006,"2013-05-19 00:00",0.0005,"2013-04-19 00:00",0.0005,"2013-04-28 00:00","","","","",0.0008,0.0008,0.0005,0.0004,0.0003,0.00015,0.00015,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88180",1,34.058475,-109.441259,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.03352,0.028642,0.1388,"2013-05-04 00:00",0.0842,"2013-03-23 00:00",0.0805,"2013-05-31 00:00",0.0779,"2013-04-25 00:00","","","","",0.1388,0.1388,0.0805,0.0744,0.0514,0.0255,0.005,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88184",1,34.058475,-109.441259,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",12,0.03309,0.044764,0.1751,"2013-05-31 00:00",0.1605,"2013-05-25 00:00",0.1441,"2013-04-16 00:00",0.1142,"2013-05-19 00:00","","","","",0.1751,0.1751,0.1441,0.0991,0.0444,0.0154,0.00195,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88185",1,34.058475,-109.441259,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",33,0.000758,0.000374,0.0017,"2013-01-01 00:00",0.0016,"2013-01-22 00:00",0.0015,"2013-01-13 00:00",0.0015,"2013-04-16 00:00","","","","",0.0017,0.0017,0.0015,0.0015,0.0008,0.0007,0.0004,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88203",1,34.058475,-109.441259,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",20,0.020562,0.031504,0.1625,"2013-05-25 00:00",0.0941,"2013-04-16 00:00",0.0924,"2013-05-28 00:00",0.0774,"2013-04-25 00:00","","","","",0.1625,0.1625,0.0924,0.0586,0.0206,0.00895,0.0027,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88306",1,34.058475,-109.441259,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.183016,0.140417,0.5933,"2013-03-17 00:00",0.4704,"2013-01-07 00:00",0.468,"2013-05-31 00:00",0.4174,"2013-02-18 00:00","","","","",0.5933,0.5933,0.468,0.3868,0.2621,0.1634,0.0327,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88320",1,34.058475,-109.441259,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.310889,0.16628,0.76,"2013-05-13 00:00",0.71,"2013-05-16 00:00",0.67,"2013-04-28 00:00",0.6,"2013-01-07 00:00","","","","",0.76,0.76,0.67,0.53,0.37,0.26,0.14,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88321",1,34.058475,-109.441259,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.044889,0.025372,0.12,"2013-01-07 00:00",0.11,"2013-01-04 00:00",0.09,"2013-01-19 00:00",0.08,"2013-01-31 00:00","","","","",0.12,0.12,0.09,0.08,0.06,0.04,0.02,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88324",1,34.058475,-109.441259,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",44,0.021118,0.007991,0.0385,"2013-04-22 00:00",0.03305,"2013-01-04 00:00",0.0326,"2013-01-13 00:00",0.0324,"2013-01-22 00:00","","","","",0.0385,0.0385,0.0326,0.03235,0.0315,0.01755,0.0109,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88325",1,34.058475,-109.441259,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",26,0.048088,0.027693,0.1108,"2013-04-28 00:00",0.1107,"2013-05-13 00:00",0.1073,"2013-05-19 00:00",0.107,"2013-01-07 00:00","","","","",0.1108,0.1108,0.1073,0.0983,0.0577,0.0356,0.01965,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88326",1,34.058475,-109.441259,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",18,0.095044,0.070877,0.3634,"2013-05-13 00:00",0.267,"2013-04-28 00:00",0.2184,"2013-05-16 00:00",0.2141,"2013-01-07 00:00","","","","",0.3634,0.3634,0.2184,0.18,0.122,0.0829,0.03565,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88327",1,34.058475,-109.441259,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",3,0.07057,0.034147,0.164,"2013-05-25 00:00",0.1455,"2013-05-16 00:00",0.1287,"2013-05-31 00:00",0.1222,"2013-01-07 00:00","","","","",0.164,0.164,0.1287,0.121,0.0888,0.0665,0.0386,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88328",1,34.058475,-109.441259,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.088116,0.053335,0.2532,"2013-05-16 00:00",0.1773,"2013-05-19 00:00",0.172,"2013-05-13 00:00",0.1718,"2013-05-01 00:00","","","","",0.2532,0.2532,0.172,0.164,0.1298,0.0719,0.0281,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88329",1,34.058475,-109.441259,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.102436,0.058441,0.2704,"2013-05-16 00:00",0.2,"2013-05-19 00:00",0.1898,"2013-05-13 00:00",0.188,"2013-04-28 00:00","","","","",0.2704,0.2704,0.1898,0.1865,0.1465,0.0816,0.0347,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88330",1,34.058475,-109.441259,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",2,0.029922,0.016943,0.068,"2013-01-07 00:00",0.0667,"2013-03-17 00:00",0.0611,"2013-05-04 00:00",0.0581,"2013-01-19 00:00","","","","",0.068,0.068,0.0611,0.0567,0.0396,0.0273,0.009,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88331",1,34.058475,-109.441259,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",20,5.4e-05,6.4e-05,0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-11 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.0001,0,0,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88338",1,34.058475,-109.441259,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",41,0.01764,0.00867,0.0469,"2013-01-31 00:00",0.0454,"2013-01-16 00:00",0.0394,"2013-04-28 00:00",0.0355,"2013-04-22 00:00","","","","",0.0469,0.0469,0.0394,0.0251,0.0171,0.0151,0.01105,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88339",1,34.058475,-109.441259,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.663648,0.453705,2.27424,"2013-03-23 00:00",1.65916,"2013-05-19 00:00",1.2877,"2013-05-31 00:00",1.23973,"2013-05-25 00:00","","","","",2.27424,2.27424,1.2877,1.12105,0.97049,0.53378,0.18332,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88344",1,34.058475,-109.441259,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.236093,0.181125,0.7654,"2013-03-17 00:00",0.6068,"2013-01-07 00:00",0.6037,"2013-05-31 00:00",0.5384,"2013-02-18 00:00","","","","",0.7654,0.7654,0.6037,0.499,0.3381,0.2108,0.0422,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88348",1,34.058475,-109.441259,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.949755,0.976616,5.0244,"2013-05-04 00:00",2.4371,"2013-04-25 00:00",2.4364,"2013-03-23 00:00",2.419,"2013-04-28 00:00","","","","",5.0244,5.0244,2.4364,2.3608,1.4008,0.7776,0.0721,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88350",1,34.058475,-109.441259,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.560447,0.298692,1.3743,"2013-05-13 00:00",1.2746,"2013-05-16 00:00",1.1972,"2013-04-28 00:00",1.0759,"2013-01-07 00:00","","","","",1.3743,1.3743,1.1972,0.9565,0.6662,0.4725,0.2608,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88403",1,34.058475,-109.441259,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.477113,0.327236,1.7341,"2013-03-23 00:00",1.157,"2013-05-19 00:00",0.8988,"2013-05-31 00:00",0.8563,"2013-05-25 00:00","","","","",1.7341,1.7341,0.8988,0.7988,0.7352,0.3987,0.1264,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","001","8001","88502",1,34.058475,-109.441259,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,2.506818,1.788126,7.6,"2013-05-04 00:00",6.1,"2013-03-23 00:00",5.8,"2013-05-31 00:00",5.1,"2013-04-28 00:00","","","","",7.6,7.6,5.8,5,3.8,2.4,0.7,"","Mount Baldy","Arizona","Apache","","","2014-01-28" +"04","003","0011","81102",3,31.3658,-109.73095,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6497,74,273,365,0,40,"","","Certification not required",0,20.997229,28.64816,1027,"2013-07-02 21:00",750,"2013-08-10 07:00",582,"2013-04-08 13:00",506,"2013-06-28 16:00","","","","",111,91,53,37,24,15,6,"PAUL SPUR CHEMICAL LIME PLANT","HOUSING AREA, PAUL SPUR","Arizona","Cochise","Paul Spur","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","0011","81102",3,31.3658,-109.73095,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6512,74,273,365,15,40,"","","Certification not required",0,21.49785,30.633615,1027,"2013-07-02 21:00",750,"2013-08-10 07:00",582,"2013-04-08 13:00",506,"2013-06-28 16:00","","","","",123,95,54,38,24,15,6,"PAUL SPUR CHEMICAL LIME PLANT","HOUSING AREA, PAUL SPUR","Arizona","Cochise","Paul Spur","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","0011","81102",3,31.3658,-109.73095,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6512,74,273,365,15,40,"","","Certification not required",0,21.49785,30.633615,1027,"2013-07-02 21:00",750,"2013-08-10 07:00",582,"2013-04-08 13:00",506,"2013-06-28 16:00","","","","",123,95,54,38,24,15,6,"PAUL SPUR CHEMICAL LIME PLANT","HOUSING AREA, PAUL SPUR","Arizona","Cochise","Paul Spur","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","0011","81102",3,31.3658,-109.73095,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",273,75,273,365,0,0,0,0,"Certification not required",0,20.586081,14.409227,102,"2013-05-03 00:00",90,"2013-05-04 00:00",88,"2013-04-08 00:00",82,"2013-06-30 00:00","","","","",88,66,43,36,25,18,7,"PAUL SPUR CHEMICAL LIME PLANT","HOUSING AREA, PAUL SPUR","Arizona","Cochise","Paul Spur","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","0011","81102",3,31.3658,-109.73095,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",273,75,273,365,0,0,1,1,"Certification not required",0,21.032967,16.800375,165,"2013-05-02 00:00",102,"2013-05-03 00:00",90,"2013-05-04 00:00",88,"2013-04-08 00:00","","","","",90,80,44,36,25,18,7,"PAUL SPUR CHEMICAL LIME PLANT","HOUSING AREA, PAUL SPUR","Arizona","Cochise","Paul Spur","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","0011","81102",3,31.3658,-109.73095,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",273,75,273,365,0,0,1,1,"Certification not required",0,21.032967,16.800375,165,"2013-05-02 00:00",102,"2013-05-03 00:00",90,"2013-05-04 00:00",88,"2013-04-08 00:00","","","","",90,80,44,36,25,18,7,"PAUL SPUR CHEMICAL LIME PLANT","HOUSING AREA, PAUL SPUR","Arizona","Cochise","Paul Spur","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","68105",1,31.3492,-109.539683,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,17.665517,9.095379,31.6,"2013-06-27 00:00",31.1,"2013-06-21 00:00",30.7,"2013-06-09 00:00",29.2,"2013-06-15 00:00","","","","",31.6,31.6,31.1,30.7,25.5,19.3,3.4,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2013-09-25" +"04","003","1005","68108",1,31.3492,-109.539683,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,658.137931,3.270257,666,"2013-01-16 00:00",665,"2013-01-04 00:00",664,"2013-01-22 00:00",664,"2013-02-15 00:00","","","","",666,666,665,664,659,657,655,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2013-09-25" +"04","003","1005","81102",3,31.3492,-109.539683,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6483,74,272,365,27,69,"","","Certification not required",0,38.066482,43.470692,924,"2013-04-08 15:00",815,"2013-04-08 16:00",721,"2013-04-08 14:00",654,"2013-09-01 21:00","","","","",198,149,104,74,45,27,9,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","81102",3,31.3492,-109.539683,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6483,74,272,365,27,69,"","","Certification not required",0,38.066482,43.470692,924,"2013-04-08 15:00",815,"2013-04-08 16:00",721,"2013-04-08 14:00",654,"2013-09-01 21:00","","","","",198,149,104,74,45,27,9,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","81102",3,31.3492,-109.539683,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6456,74,272,365,0,69,"","","Certification not required",0,36.652726,35.367127,654,"2013-09-01 21:00",422,"2013-02-19 11:00",402,"2013-07-03 21:00",400,"2013-04-11 05:00","","","","",177,140,98,72,44,27,9,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","81102",3,31.3492,-109.539683,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",272,75,272,365,0,0,0,0,"Certification not required",0,36.330882,18.582043,115,"2013-05-03 00:00",111,"2013-05-04 00:00",109,"2013-06-30 00:00",91,"2013-04-09 00:00","","","","",109,75,67,59,48,34,14,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","81102",3,31.3492,-109.539683,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",272,75,272,365,0,0,2,2,"Certification not required",0,37.658088,25.160386,251,"2013-04-08 00:00",218,"2013-05-02 00:00",115,"2013-05-03 00:00",111,"2013-05-04 00:00","","","","",115,91,69,60,48,34,14,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","81102",3,31.3492,-109.539683,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",272,75,272,365,0,0,2,2,"Certification not required",0,37.658088,25.160386,251,"2013-04-08 00:00",218,"2013-05-02 00:00",115,"2013-05-03 00:00",111,"2013-05-04 00:00","","","","",115,91,69,60,48,34,14,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","85101",2,31.3492,-109.539683,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,26.980207,11.054882,66.1614,"2013-05-04 00:00",44.5589,"2013-04-25 00:00",40.6917,"2013-05-10 00:00",40.0539,"2013-05-16 00:00","","","","",66.1614,66.1614,40.6917,39.5543,34.0238,27.9132,13.6651,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","86502",1,31.3492,-109.539683,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,19.340909,8.658759,47,"2013-05-04 00:00",33,"2013-04-25 00:00",30,"2013-04-04 00:00",30,"2013-04-16 00:00","","","","",47,47,30,30,24,19,9,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88101",1,31.3492,-109.539683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,2,0,0,"Certification not required",0,7.248276,3.828616,17.5,"2013-05-04 00:00",17,"2013-06-21 00:00",12.1,"2013-06-15 00:00",11.6,"2013-05-22 00:00","","","","",17.5,17.5,17,12.1,8.8,6.4,2.7,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2013-09-25" +"04","003","1005","88101",1,31.3492,-109.539683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,2,"","","Certification not required",0,7.248276,3.828616,17.5,"2013-05-04 00:00",17,"2013-06-21 00:00",12.1,"2013-06-15 00:00",11.6,"2013-05-22 00:00","","","","",17.5,17.5,17,12.1,8.8,6.4,2.7,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2013-09-25" +"04","003","1005","88101",3,31.3492,-109.539683,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2192,25,92,365,0,16,"","","Certification not required",0,7.151004,4.273672,65,"2013-09-01 21:00",45,"2013-09-24 18:00",41,"2013-07-04 20:00",38,"2013-09-26 06:00","","","","",21,17,14,12,9,7,3,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","88101",3,31.3492,-109.539683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,0,0,0,"Certification not required",0,7.108696,1.894564,12.9,"2013-07-01 00:00",10.5,"2013-08-11 00:00",10.4,"2013-08-09 00:00",9.9,"2013-09-26 00:00","","","","",12.9,10.5,9.7,9.5,8.5,7.1,4.5,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","88101",3,31.3492,-109.539683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,0,"","","Certification not required",0,7.108696,1.894564,12.9,"2013-07-01 00:00",10.5,"2013-08-11 00:00",10.4,"2013-08-09 00:00",9.9,"2013-09-26 00:00","","","","",12.9,10.5,9.7,9.5,8.5,7.1,4.5,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-07" +"04","003","1005","88103",1,31.3492,-109.539683,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000682,0.001216,0.005,"2013-03-08 00:00",0.005,"2013-04-16 00:00",0.003,"2013-04-25 00:00",0.002,"2013-01-07 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88104",1,31.3492,-109.539683,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.308716,0.192327,1.044,"2013-05-04 00:00",0.6889,"2013-04-19 00:00",0.5885,"2013-04-25 00:00",0.5829,"2013-04-22 00:00","","","","",1.044,1.044,0.5885,0.518,0.405,0.289,0.088,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88109",1,31.3492,-109.539683,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.002473,0.001067,0.0046,"2013-05-04 00:00",0.0046,"2013-05-16 00:00",0.0045,"2013-03-20 00:00",0.004,"2013-01-01 00:00","","","","",0.0046,0.0046,0.0045,0.004,0.0032,0.0024,0.0012,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88111",1,31.3492,-109.539683,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.361318,0.192762,0.8853,"2013-05-04 00:00",0.7014,"2013-04-04 00:00",0.6885,"2013-04-25 00:00",0.6276,"2013-04-22 00:00","","","","",0.8853,0.8853,0.6885,0.6108,0.5024,0.3493,0.1295,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88112",1,31.3492,-109.539683,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,4.5e-05,0.000211,0.001,"2013-04-19 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88114",1,31.3492,-109.539683,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.005395,0.004443,0.0261,"2013-02-18 00:00",0.0138,"2013-04-16 00:00",0.011,"2013-04-10 00:00",0.0106,"2013-04-25 00:00","","","","",0.0261,0.0261,0.011,0.0105,0.0072,0.0045,0.0015,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88115",1,31.3492,-109.539683,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.01813,0.026545,0.1095,"2013-05-04 00:00",0.1005,"2013-04-16 00:00",0.0967,"2013-04-25 00:00",0.0475,"2013-05-01 00:00","","","","",0.1095,0.1095,0.0967,0.0465,0.0334,0.0067,0.0016,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88126",1,31.3492,-109.539683,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.203832,0.132285,0.7062,"2013-02-18 00:00",0.614,"2013-05-04 00:00",0.3611,"2013-04-19 00:00",0.3348,"2013-04-22 00:00","","","","",0.7062,0.7062,0.3611,0.3193,0.2703,0.1824,0.0606,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88128",1,31.3492,-109.539683,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.002705,0.002707,0.014,"2013-03-08 00:00",0.01,"2013-04-10 00:00",0.007,"2013-04-16 00:00",0.006,"2013-04-25 00:00","","","","",0.014,0.014,0.007,0.006,0.004,0.002,0.001,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88132",1,31.3492,-109.539683,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.004432,0.002662,0.014,"2013-05-04 00:00",0.009,"2013-03-26 00:00",0.008,"2013-04-19 00:00",0.008,"2013-04-25 00:00","","","","",0.014,0.014,0.008,0.007,0.006,0.004,0.001,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88136",1,31.3492,-109.539683,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,4.5e-05,0.000211,0.001,"2013-04-25 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88140",1,31.3492,-109.539683,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",16,0.028815,0.030875,0.1215,"2013-05-04 00:00",0.0959,"2013-04-10 00:00",0.0876,"2013-05-01 00:00",0.0746,"2013-01-22 00:00","","","","",0.1215,0.1215,0.0876,0.0738,0.0465,0.0254,0.00205,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88152",1,31.3492,-109.539683,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",37,0.000367,0.000563,0.0022,"2013-04-19 00:00",0.0021,"2013-04-25 00:00",0.0019,"2013-04-16 00:00",0.0017,"2013-04-22 00:00","","","","",0.0022,0.0022,0.0019,0.0015,0.00015,0.00015,0.00015,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88154",1,31.3492,-109.539683,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",25,0.00023,0.000225,0.0011,"2013-03-08 00:00",0.001,"2013-04-25 00:00",0.0005,"2013-01-01 00:00",0.0005,"2013-01-07 00:00","","","","",0.0011,0.0011,0.0005,0.0005,0.0003,0.0001,0.0001,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88161",1,31.3492,-109.539683,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.014734,0.009257,0.0529,"2013-05-04 00:00",0.0315,"2013-04-19 00:00",0.0267,"2013-05-01 00:00",0.0253,"2013-04-25 00:00","","","","",0.0529,0.0529,0.0267,0.0251,0.0211,0.0138,0.0043,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88164",1,31.3492,-109.539683,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",6,0.000761,0.000686,0.0026,"2013-05-19 00:00",0.0024,"2013-05-04 00:00",0.0023,"2013-04-25 00:00",0.0019,"2013-04-22 00:00","","","","",0.0026,0.0026,0.0023,0.0018,0.0012,0.0006,5e-05,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88165",1,31.3492,-109.539683,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.75153,0.447957,2.5472,"2013-05-04 00:00",1.544,"2013-04-19 00:00",1.277,"2013-04-25 00:00",1.2355,"2013-04-22 00:00","","","","",2.5472,2.5472,1.277,1.2231,1.0005,0.7205,0.2424,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88167",1,31.3492,-109.539683,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.005266,0.002673,0.0126,"2013-04-16 00:00",0.0123,"2013-03-08 00:00",0.0121,"2013-04-25 00:00",0.0091,"2013-05-01 00:00","","","","",0.0126,0.0126,0.0121,0.009,0.0062,0.0049,0.0024,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88168",1,31.3492,-109.539683,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.001939,0.001355,0.0079,"2013-05-04 00:00",0.0047,"2013-01-01 00:00",0.0047,"2013-04-10 00:00",0.0033,"2013-05-10 00:00","","","","",0.0079,0.0079,0.0047,0.003,0.0025,0.0017,0.0006,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88169",1,31.3492,-109.539683,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.22468,0.120484,0.5737,"2013-03-23 00:00",0.5651,"2013-05-19 00:00",0.4802,"2013-05-04 00:00",0.3842,"2013-05-13 00:00","","","","",0.5737,0.5737,0.4802,0.3722,0.2904,0.2042,0.0998,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88176",1,31.3492,-109.539683,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",13,0.000474,0.000305,0.0015,"2013-05-04 00:00",0.001,"2013-03-29 00:00",0.001,"2013-05-10 00:00",0.0009,"2013-03-14 00:00","","","","",0.0015,0.0015,0.001,0.0009,0.0007,0.0004,0.00015,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88180",1,31.3492,-109.539683,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.124889,0.068422,0.4077,"2013-01-01 00:00",0.3241,"2013-05-04 00:00",0.1988,"2013-04-19 00:00",0.1925,"2013-04-25 00:00","","","","",0.4077,0.4077,0.1988,0.1825,0.161,0.1136,0.0534,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88184",1,31.3492,-109.539683,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.051615,0.047852,0.1991,"2013-04-16 00:00",0.15,"2013-03-23 00:00",0.134,"2013-05-01 00:00",0.1337,"2013-04-25 00:00","","","","",0.1991,0.1991,0.134,0.131,0.0868,0.0391,0.0057,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88185",1,31.3492,-109.539683,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",19,0.001089,0.000653,0.0026,"2013-05-10 00:00",0.0022,"2013-03-02 00:00",0.0022,"2013-04-22 00:00",0.0021,"2013-04-13 00:00","","","","",0.0026,0.0026,0.0022,0.0021,0.0016,0.0009,0.0004,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88203",1,31.3492,-109.539683,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.06091,0.056943,0.2925,"2013-01-01 00:00",0.1936,"2013-05-04 00:00",0.1696,"2013-02-09 00:00",0.1389,"2013-04-16 00:00","","","","",0.2925,0.2925,0.1696,0.1357,0.0713,0.0443,0.014,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88306",1,31.3492,-109.539683,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.300257,0.197367,0.8936,"2013-02-12 00:00",0.7555,"2013-01-04 00:00",0.7384,"2013-01-01 00:00",0.733,"2013-02-21 00:00","","","","",0.8936,0.8936,0.7384,0.5806,0.397,0.2405,0.1332,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88320",1,31.3492,-109.539683,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.83814,0.335306,2.22,"2013-01-01 00:00",1.44,"2013-01-10 00:00",1.41,"2013-05-16 00:00",1.25,"2013-05-04 00:00","","","","",2.22,2.22,1.41,1.2,0.99,0.83,0.49,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88321",1,31.3492,-109.539683,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.23093,0.169366,0.89,"2013-01-01 00:00",0.74,"2013-01-04 00:00",0.66,"2013-01-10 00:00",0.41,"2013-02-18 00:00","","","","",0.89,0.89,0.66,0.32,0.28,0.19,0.1,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88324",1,31.3492,-109.539683,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",31,0.029415,0.019485,0.0953,"2013-02-21 00:00",0.0863,"2013-01-01 00:00",0.0651,"2013-04-22 00:00",0.0591,"2013-02-18 00:00","","","","",0.0953,0.0953,0.0651,0.055,0.0298,0.02385,0.0108,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88325",1,31.3492,-109.539683,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.16576,0.077506,0.4965,"2013-01-01 00:00",0.3293,"2013-02-21 00:00",0.292,"2013-01-10 00:00",0.2589,"2013-05-16 00:00","","","","",0.4965,0.4965,0.292,0.2453,0.1955,0.1529,0.087,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88326",1,31.3492,-109.539683,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.262223,0.17018,1.0872,"2013-01-01 00:00",0.579,"2013-01-10 00:00",0.4338,"2013-05-16 00:00",0.4266,"2013-01-28 00:00","","","","",1.0872,1.0872,0.4338,0.3951,0.3483,0.1991,0.122,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88327",1,31.3492,-109.539683,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.212616,0.089213,0.5526,"2013-01-01 00:00",0.3942,"2013-05-04 00:00",0.3834,"2013-01-10 00:00",0.3401,"2013-05-16 00:00","","","","",0.5526,0.5526,0.3834,0.3214,0.2474,0.1911,0.1371,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88328",1,31.3492,-109.539683,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.177163,0.065371,0.3936,"2013-05-16 00:00",0.3055,"2013-05-04 00:00",0.2796,"2013-05-10 00:00",0.2736,"2013-05-01 00:00","","","","",0.3936,0.3936,0.2796,0.2436,0.2041,0.1703,0.116,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88329",1,31.3492,-109.539683,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.33273,0.169171,0.885,"2013-01-04 00:00",0.8609,"2013-01-01 00:00",0.7537,"2013-01-10 00:00",0.5469,"2013-05-16 00:00","","","","",0.885,0.885,0.7537,0.5125,0.391,0.3169,0.1779,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88330",1,31.3492,-109.539683,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.07464,0.039341,0.2027,"2013-04-04 00:00",0.1774,"2013-04-22 00:00",0.1727,"2013-03-26 00:00",0.1488,"2013-04-19 00:00","","","","",0.2027,0.2027,0.1727,0.1099,0.0866,0.0634,0.0396,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88331",1,31.3492,-109.539683,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",17,0.000638,0.002535,0.012,"2013-05-04 00:00",0.0118,"2013-03-17 00:00",0.002,"2013-05-19 00:00",0.00015,"2013-03-02 00:00","","","","",0.012,0.012,0.002,0.00015,0.00015,0,0,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88338",1,31.3492,-109.539683,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",41,0.017765,0.011165,0.0784,"2013-02-12 00:00",0.0448,"2013-05-13 00:00",0.0246,"2013-05-16 00:00",0.024,"2013-02-15 00:00","","","","",0.0784,0.0784,0.0246,0.02395,0.0161,0.0154,0.01065,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88339",1,31.3492,-109.539683,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.926756,0.497003,2.36631,"2013-03-23 00:00",2.33096,"2013-05-19 00:00",1.98083,"2013-05-04 00:00",1.58495,"2013-05-13 00:00","","","","",2.36631,2.36631,1.98083,1.53545,1.19798,0.84212,0.41147,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88344",1,31.3492,-109.539683,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.387336,0.254592,1.1527,"2013-02-12 00:00",0.9746,"2013-01-04 00:00",0.9525,"2013-01-01 00:00",0.9456,"2013-02-21 00:00","","","","",1.1527,1.1527,0.9525,0.749,0.5123,0.3102,0.1718,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88348",1,31.3492,-109.539683,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,3.661057,2.106079,11.6698,"2013-05-04 00:00",7.2847,"2013-04-19 00:00",6.4185,"2013-04-25 00:00",6.2407,"2013-04-22 00:00","","","","",11.6698,11.6698,6.4185,5.9253,5.0268,3.4523,1.3055,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88350",1,31.3492,-109.539683,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1.509147,0.603458,4.0007,"2013-01-01 00:00",2.5936,"2013-01-10 00:00",2.5304,"2013-05-16 00:00",2.2513,"2013-05-04 00:00","","","","",4.0007,4.0007,2.5304,2.1553,1.7824,1.4857,0.8847,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88403",1,31.3492,-109.539683,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.647977,0.367691,1.6762,"2013-05-19 00:00",1.6477,"2013-03-23 00:00",1.5256,"2013-05-04 00:00",1.1307,"2013-05-01 00:00","","","","",1.6762,1.6762,1.5256,1.114,0.8724,0.5576,0.264,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","1005","88502",1,31.3492,-109.539683,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,7.118182,2.965638,18.9,"2013-05-04 00:00",11.5,"2013-05-16 00:00",11,"2013-05-01 00:00",10.9,"2013-04-25 00:00","","","","",18.9,18.9,11,10.5,9.2,6.6,4,"DOUGLAS RED CROSS","1445-1449 15TH STREET","Arizona","Cochise","Douglas","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","44201",1,32.117069,-109.467589,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8548,98,358,365,0,212,0,0,"Certification not required",0,0.05269,0.009488,0.081,"2013-05-19 17:00",0.079,"2013-07-09 16:00",0.077,"2013-05-21 17:00",0.077,"2013-07-17 12:00","","","","",0.077,0.073,0.07,0.066,0.059,0.051,0.042,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","44201",1,32.117069,-109.467589,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8600,97,355,365,0,0,0,0,"Certification not required",0,0.049583,0.009056,0.075,"2013-07-17 09:00",0.074,"2013-05-21 11:00",0.073,"2013-05-19 12:00",0.072,"2013-07-09 11:00","","","","",0.072,0.068,0.065,0.062,0.055,0.049,0.039,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","44201",1,32.117069,-109.467589,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8600,97,355,365,0,0,0,0,"Certification not required",0,0.049583,0.009056,0.075,"2013-07-17 09:00",0.074,"2013-05-21 11:00",0.073,"2013-05-19 12:00",0.072,"2013-07-09 11:00","","","","",0.072,0.068,0.065,0.062,0.055,0.049,0.039,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","61101",1,32.117069,-109.467589,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8704,99,362,365,0,56,"","","Certification not required",0,5.906043,3.114765,44.9,"2013-05-21 05:00",40.6,"2013-05-21 02:00",38.1,"2013-05-21 01:00",36.1,"2013-05-21 00:00","","","","",15.1,13.4,11.3,9.7,7.6,5.6,2.1,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","61103",1,32.117069,-109.467589,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8704,99,362,365,0,56,"","","Certification not required",0,5.396898,3.080368,33.6,"2013-05-21 05:00",30.9,"2013-05-21 02:00",28.2,"2013-05-21 00:00",25.8,"2013-05-21 01:00","","","","",14.4,12.8,10.7,9.1,7.4,5.2,1.6,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","61104",1,32.117069,-109.467589,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8704,99,362,365,0,56,"","","Certification not required",0,156.472082,84.752534,360,"2013-09-08 08:00",360,"2013-12-28 00:00",359,"2013-01-15 16:00",359,"2013-05-14 20:00","","","","",341,326,289,273,240,106,79,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","61106",1,32.117069,-109.467589,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8704,99,362,365,0,56,"","","Certification not required",0,25.376149,14.774347,84,"2013-04-13 00:00",80,"2013-10-04 20:00",79,"2013-04-12 22:00",79,"2013-05-31 23:00","","","","",67,62,55,47,33,22,8,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","62101",1,32.117069,-109.467589,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8664,99,359,365,0,96,"","","Certification not required",0,60.524815,15.910123,98,"2013-06-27 15:00",97,"2013-06-11 15:00",97,"2013-06-11 16:00",97,"2013-06-12 15:00","","","","",92,90,85,81,72,62,38,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","62201",1,32.117069,-109.467589,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8712,99,362,365,0,48,"","","Certification not required",0,41.774449,22.581593,99,"2013-01-28 23:00",98,"2013-01-29 02:00",98,"2013-07-16 01:00",98,"2013-07-16 06:00","","","","",96,93,86,77,57,37,16,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","63301",1,32.117069,-109.467589,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8709,99,362,365,0,51,"","","Certification not required",4244,0.351373,0.475904,1.62,"2013-05-28 12:00",1.62,"2013-06-03 12:00",1.62,"2013-06-05 12:00",1.61,"2013-05-19 12:00","","","","",1.55,1.5,1.35,1.17,0.69,0.01,0.005,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","65102",1,32.117069,-109.467589,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8696,99,362,365,0,64,"","","Certification not required",0,0.001575,0.019301,0.77,"2013-08-20 17:00",0.62,"2013-07-05 13:00",0.54,"2013-08-29 13:00",0.49,"2013-08-20 16:00","","","","",0.04,0.01,0,0,0,0,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-02-18" +"04","003","8001","85101",1,32.117069,-109.467589,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.689267,10.378054,49.7833,"2013-05-04 00:00",37.6509,"2013-01-10 00:00",35.7708,"2013-04-25 00:00",34.6545,"2013-05-31 00:00","","","","",49.7833,37.6509,35.7708,22.0266,14.0945,11.0944,2.3004,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","86502",1,32.117069,-109.467589,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,7.836735,8.557032,37,"2013-05-04 00:00",34,"2013-01-10 00:00",29,"2013-04-25 00:00",26,"2013-05-31 00:00","","","","",37,37,29,16,10,7,1,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88103",1,32.117069,-109.467589,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000163,0.000426,0.002,"2013-01-25 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-06 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88104",1,32.117069,-109.467589,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.123729,0.123511,0.7,"2013-05-04 00:00",0.3256,"2013-04-25 00:00",0.322,"2013-05-16 00:00",0.3027,"2013-05-31 00:00","","","","",0.7,0.7,0.322,0.247,0.1819,0.115,0.013,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88109",1,32.117069,-109.467589,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001537,0.000911,0.0036,"2013-05-01 00:00",0.0031,"2013-05-31 00:00",0.003,"2013-05-25 00:00",0.0028,"2013-03-20 00:00","","","","",0.0036,0.0036,0.003,0.0027,0.0025,0.0014,0.0005,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88111",1,32.117069,-109.467589,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.075429,0.08038,0.4916,"2013-05-04 00:00",0.1727,"2013-05-31 00:00",0.1676,"2013-05-01 00:00",0.1654,"2013-04-22 00:00","","","","",0.4916,0.4916,0.1676,0.154,0.1198,0.0721,0.0091,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88112",1,32.117069,-109.467589,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88114",1,32.117069,-109.467589,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.000724,0.000547,0.0027,"2013-01-25 00:00",0.0022,"2013-04-25 00:00",0.0018,"2013-01-07 00:00",0.0015,"2013-01-10 00:00","","","","",0.0027,0.0027,0.0018,0.0015,0.0009,0.0007,0.00015,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88115",1,32.117069,-109.467589,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",16,0.009788,0.022598,0.1244,"2013-05-31 00:00",0.0677,"2013-05-28 00:00",0.0577,"2013-05-25 00:00",0.0499,"2013-04-25 00:00","","","","",0.1244,0.1244,0.0577,0.038,0.0045,0.0012,0.00015,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88126",1,32.117069,-109.467589,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.066671,0.066246,0.3785,"2013-05-04 00:00",0.1706,"2013-05-31 00:00",0.1676,"2013-05-16 00:00",0.1499,"2013-04-25 00:00","","","","",0.3785,0.3785,0.1676,0.1481,0.0965,0.0607,0.0082,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88128",1,32.117069,-109.467589,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001102,0.000984,0.003,"2013-01-07 00:00",0.003,"2013-01-25 00:00",0.003,"2013-03-23 00:00",0.003,"2013-03-26 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.001,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88132",1,32.117069,-109.467589,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.002388,0.002352,0.01,"2013-04-25 00:00",0.01,"2013-05-04 00:00",0.007,"2013-01-10 00:00",0.006,"2013-05-16 00:00","","","","",0.01,0.01,0.007,0.006,0.003,0.002,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88136",1,32.117069,-109.467589,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.1e-05,0.0002,0.001,"2013-03-23 00:00",0.001,"2013-05-31 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88140",1,32.117069,-109.467589,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.028579,0.027923,0.1133,"2013-05-31 00:00",0.1,"2013-05-04 00:00",0.075,"2013-05-01 00:00",0.071,"2013-03-23 00:00","","","","",0.1133,0.1133,0.075,0.0698,0.047,0.021,0.002,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88152",1,32.117069,-109.467589,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",45,0.000166,9.9e-05,0.0008,"2013-04-25 00:00",0.0003,"2013-03-11 00:00",0.0003,"2013-05-31 00:00",0.0002,"2013-04-10 00:00","","","","",0.0008,0.0008,0.0003,0.00015,0.00015,0.00015,0.00015,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88154",1,32.117069,-109.467589,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",37,0.000135,7.2e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-01-07 00:00",0.0003,"2013-05-13 00:00",0.0002,"2013-01-19 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,0.0001,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88161",1,32.117069,-109.467589,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.00618,0.00637,0.0374,"2013-05-04 00:00",0.0148,"2013-05-31 00:00",0.0147,"2013-05-16 00:00",0.014,"2013-04-25 00:00","","","","",0.0374,0.0374,0.0147,0.0133,0.0085,0.0052,0.0004,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88164",1,32.117069,-109.467589,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.000586,0.000627,0.0025,"2013-04-07 00:00",0.0022,"2013-03-23 00:00",0.0022,"2013-05-31 00:00",0.0019,"2013-05-04 00:00","","","","",0.0025,0.0025,0.0022,0.0014,0.0009,0.0003,5e-05,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88165",1,32.117069,-109.467589,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.288894,0.30029,1.7573,"2013-05-04 00:00",0.7964,"2013-05-16 00:00",0.7394,"2013-04-25 00:00",0.7008,"2013-05-31 00:00","","","","",1.7573,1.7573,0.7394,0.5872,0.4109,0.2727,0.0299,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88167",1,32.117069,-109.467589,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.001543,0.001081,0.0049,"2013-03-23 00:00",0.0042,"2013-05-25 00:00",0.0034,"2013-05-19 00:00",0.0031,"2013-01-25 00:00","","","","",0.0049,0.0049,0.0034,0.003,0.0021,0.0015,0.0004,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88168",1,32.117069,-109.467589,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",15,0.000764,0.000894,0.0054,"2013-05-04 00:00",0.0025,"2013-03-23 00:00",0.0018,"2013-05-31 00:00",0.0017,"2013-04-13 00:00","","","","",0.0054,0.0054,0.0018,0.0017,0.0011,0.0005,0.0001,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88169",1,32.117069,-109.467589,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.205627,0.126337,0.655,"2013-03-23 00:00",0.5028,"2013-05-19 00:00",0.4059,"2013-05-31 00:00",0.4003,"2013-05-13 00:00","","","","",0.655,0.655,0.4059,0.362,0.2806,0.1896,0.0778,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88176",1,32.117069,-109.467589,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",29,0.000303,0.000235,0.0012,"2013-05-04 00:00",0.0009,"2013-05-16 00:00",0.0008,"2013-04-22 00:00",0.0006,"2013-01-10 00:00","","","","",0.0012,0.0012,0.0008,0.0006,0.0004,0.00015,0.00015,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88180",1,32.117069,-109.467589,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.048643,0.041946,0.2189,"2013-05-04 00:00",0.1373,"2013-05-31 00:00",0.1178,"2013-05-16 00:00",0.1157,"2013-04-25 00:00","","","","",0.2189,0.2189,0.1178,0.1004,0.0637,0.0452,0.0095,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88184",1,32.117069,-109.467589,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",12,0.047673,0.066306,0.3831,"2013-05-31 00:00",0.1637,"2013-05-19 00:00",0.1369,"2013-05-28 00:00",0.131,"2013-04-25 00:00","","","","",0.3831,0.3831,0.1369,0.1241,0.0722,0.0224,0.0016,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88185",1,32.117069,-109.467589,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.000738,0.000509,0.0026,"2013-05-04 00:00",0.0022,"2013-01-01 00:00",0.0022,"2013-03-29 00:00",0.0019,"2013-01-28 00:00","","","","",0.0026,0.0026,0.0022,0.0017,0.0007,0.00065,0.0004,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88203",1,32.117069,-109.467589,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.034659,0.047381,0.2204,"2013-05-31 00:00",0.1538,"2013-05-19 00:00",0.1401,"2013-05-25 00:00",0.1264,"2013-05-28 00:00","","","","",0.2204,0.1538,0.1401,0.1021,0.0498,0.0117,0.0028,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88306",1,32.117069,-109.467589,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.183937,0.133512,0.6486,"2013-05-31 00:00",0.5796,"2013-02-12 00:00",0.428,"2013-03-23 00:00",0.3896,"2013-05-04 00:00","","","","",0.6486,0.5796,0.428,0.3241,0.2465,0.1664,0.048,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88320",1,32.117069,-109.467589,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.321176,0.220179,1.41,"2013-05-25 00:00",0.73,"2013-05-31 00:00",0.69,"2013-05-28 00:00",0.63,"2013-05-16 00:00","","","","",1.41,0.73,0.69,0.51,0.4,0.28,0.12,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88321",1,32.117069,-109.467589,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.050196,0.029899,0.14,"2013-05-25 00:00",0.1,"2013-03-14 00:00",0.1,"2013-03-26 00:00",0.1,"2013-05-22 00:00","","","","",0.14,0.1,0.1,0.1,0.07,0.05,0.01,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88324",1,32.117069,-109.467589,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.019755,0.006353,0.03105,"2013-01-28 00:00",0.03045,"2013-01-25 00:00",0.0303,"2013-01-31 00:00",0.02865,"2013-01-22 00:00","","","","",0.03105,0.03045,0.0303,0.02815,0.02475,0.0172,0.01065,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88325",1,32.117069,-109.467589,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.051208,0.036109,0.2129,"2013-05-25 00:00",0.1199,"2013-05-28 00:00",0.1136,"2013-03-23 00:00",0.1037,"2013-05-31 00:00","","","","",0.2129,0.1199,0.1136,0.0953,0.0668,0.03485,0.01905,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88326",1,32.117069,-109.467589,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.09072,0.076328,0.534,"2013-05-25 00:00",0.1807,"2013-04-22 00:00",0.1805,"2013-05-28 00:00",0.1715,"2013-05-16 00:00","","","","",0.534,0.1807,0.1805,0.1516,0.1117,0.0825,0.0349,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88327",1,32.117069,-109.467589,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.079051,0.063937,0.3358,"2013-05-25 00:00",0.3236,"2013-05-31 00:00",0.185,"2013-05-04 00:00",0.1624,"2013-05-28 00:00","","","","",0.3358,0.3236,0.185,0.142,0.0922,0.073,0.01645,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88328",1,32.117069,-109.467589,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.095892,0.061112,0.3226,"2013-05-25 00:00",0.2427,"2013-05-16 00:00",0.2141,"2013-05-28 00:00",0.1873,"2013-03-23 00:00","","","","",0.3226,0.2427,0.2141,0.152,0.14,0.0829,0.0353,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88329",1,32.117069,-109.467589,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.116361,0.075034,0.4207,"2013-05-25 00:00",0.2594,"2013-05-28 00:00",0.2345,"2013-03-23 00:00",0.2287,"2013-05-22 00:00","","","","",0.4207,0.2594,0.2345,0.2105,0.1572,0.1044,0.0402,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88330",1,32.117069,-109.467589,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.0292,0.016635,0.0678,"2013-03-26 00:00",0.0633,"2013-03-11 00:00",0.0626,"2013-05-13 00:00",0.0612,"2013-03-14 00:00","","","","",0.0678,0.0633,0.0626,0.0503,0.0402,0.0273,0.0084,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88331",1,32.117069,-109.467589,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.000139,0.00039,0.002,"2013-02-12 00:00",0.0018,"2013-03-26 00:00",0.001,"2013-04-25 00:00",0.0003,"2013-03-11 00:00","","","","",0.002,0.0018,0.001,0.0002,0.0001,0,0,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88338",1,32.117069,-109.467589,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.021533,0.023724,0.1732,"2013-05-10 00:00",0.0716,"2013-05-07 00:00",0.0367,"2013-04-13 00:00",0.0296,"2013-04-16 00:00","","","","",0.1732,0.0716,0.0367,0.0288,0.0233,0.0157,0.0109,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88339",1,32.117069,-109.467589,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.848188,0.521158,2.70196,"2013-03-23 00:00",2.07401,"2013-05-19 00:00",1.67438,"2013-05-31 00:00",1.65116,"2013-05-13 00:00","","","","",2.70196,2.70196,1.67438,1.49337,1.15727,0.78218,0.32105,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88344",1,32.117069,-109.467589,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.237204,0.172261,0.8367,"2013-05-31 00:00",0.7477,"2013-02-12 00:00",0.5521,"2013-03-23 00:00",0.5026,"2013-05-04 00:00","","","","",0.8367,0.7477,0.5521,0.4181,0.318,0.2147,0.0618,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88348",1,32.117069,-109.467589,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.287655,1.319652,7.7054,"2013-05-04 00:00",3.3531,"2013-05-16 00:00",3.1982,"2013-04-25 00:00",3.134,"2013-05-31 00:00","","","","",7.7054,7.7054,3.1982,2.6287,1.9184,1.2383,0.1399,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88350",1,32.117069,-109.467589,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.578527,0.395717,2.5335,"2013-05-25 00:00",1.3111,"2013-05-31 00:00",1.2479,"2013-05-28 00:00",1.141,"2013-05-16 00:00","","","","",2.5335,1.3111,1.2479,0.9148,0.7277,0.5078,0.2243,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88403",1,32.117069,-109.467589,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.609204,0.373247,1.9421,"2013-03-23 00:00",1.512,"2013-05-19 00:00",1.3106,"2013-05-31 00:00",1.1403,"2013-05-04 00:00","","","","",1.9421,1.512,1.3106,1.0878,0.7973,0.5433,0.2401,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","003","8001","88502",1,32.117069,-109.467589,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,3.24898,2.419549,12.5,"2013-05-04 00:00",8.2,"2013-05-31 00:00",7.2,"2013-03-23 00:00",6.7,"2013-05-16 00:00","","","","",12.5,12.5,7.2,6.5,4.5,3,0.9,"CHIRICAHUA NATIONAL MONUMENT","CHIRICAHUA NATIONAL MOUMENT","Arizona","Cochise","","Sierra Vista-Douglas, AZ","2014-01-28" +"04","005","1008","44201",1,35.206111,-111.652777,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5097,85,181,214,0,39,0,0,"Certification not required",0,0.056884,0.007678,0.078,"2013-05-22 17:00",0.075,"2013-05-05 17:00",0.074,"2013-05-16 17:00",0.074,"2013-05-23 16:00","","","","",0.075,0.074,0.07,0.067,0.062,0.057,0.051,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2014-01-06" +"04","005","1008","44201",1,35.206111,-111.652777,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5105,85,181,214,0,0,0,0,"Certification not required",0,0.052812,0.007687,0.072,"2013-05-05 09:00",0.07,"2013-05-22 10:00",0.07,"2013-05-23 08:00",0.069,"2013-06-01 10:00","","","","",0.07,0.069,0.067,0.063,0.059,0.054,0.048,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2014-01-06" +"04","005","1008","44201",1,35.206111,-111.652777,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5105,85,181,214,0,0,0,0,"Certification not required",0,0.052812,0.007687,0.072,"2013-05-05 09:00",0.07,"2013-05-22 10:00",0.07,"2013-05-23 08:00",0.069,"2013-06-01 10:00","","","","",0.07,0.069,0.067,0.063,0.059,0.054,0.048,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2014-01-06" +"04","005","1008","68105",1,35.206111,-111.652777,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,1,"","","Certification not required",0,6.986207,8.392289,22.2,"2013-06-27 00:00",21.6,"2013-06-09 00:00",18,"2013-06-21 00:00",17.8,"2013-06-15 00:00","","","","",22.2,22.2,21.6,18,12.7,7.8,-4.7,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2013-09-25" +"04","005","1008","68108",1,35.206111,-111.652777,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,1,"","","Certification not required",0,590.517241,3.591863,596,"2013-01-16 00:00",596,"2013-06-27 00:00",595,"2013-02-15 00:00",594,"2013-05-10 00:00","","","","",596,596,596,595,593,592,585,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2013-09-25" +"04","005","1008","81102",1,35.206111,-111.652777,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,2,0,0,"Certification not required",3,17.482759,7.533832,30,"2013-06-15 00:00",27,"2013-04-04 00:00",26,"2013-03-23 00:00",26,"2013-05-22 00:00","","","","",30,30,27,26,24,18,2,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2013-09-25" +"04","005","1008","85101",1,35.206111,-111.652777,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,2,"","","Certification not required",3,14.241379,5.974082,24,"2013-06-15 00:00",22,"2013-04-04 00:00",21,"2013-03-23 00:00",21,"2013-05-22 00:00","","","","",24,24,22,21,19,15,2,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2013-09-25" +"04","005","1008","88101",1,35.206111,-111.652777,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,5.444828,2.230405,10.2,"2013-03-05 00:00",8.7,"2013-03-23 00:00",8.1,"2013-06-15 00:00",7.7,"2013-01-16 00:00","","","","",10.2,10.2,8.7,8.1,6.7,5.7,1.1,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2013-09-25" +"04","005","1008","88101",1,35.206111,-111.652777,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,5.444828,2.230405,10.2,"2013-03-05 00:00",8.7,"2013-03-23 00:00",8.1,"2013-06-15 00:00",7.7,"2013-01-16 00:00","","","","",10.2,10.2,8.7,8.1,6.7,5.7,1.1,"FLAGSTAFF MIDDLE SCHOOL","755 W BONITO","Arizona","Coconino","Flagstaff","Flagstaff, AZ","2013-09-25" +"04","005","8001","44201",1,36.071681,-112.153808,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8651,99,360,365,0,109,0,0,"Certification not required",0,0.051606,0.008076,0.081,"2013-05-31 20:00",0.074,"2013-05-05 10:00",0.073,"2013-05-15 12:00",0.073,"2013-06-01 00:00","","","","",0.073,0.072,0.067,0.062,0.057,0.05,0.042,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","44201",1,36.071681,-112.153808,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,98,359,365,0,0,0,0,"Certification not required",0,0.049139,0.007379,0.075,"2013-05-31 18:00",0.071,"2013-05-15 11:00",0.069,"2013-05-01 12:00",0.069,"2013-05-05 07:00","","","","",0.069,0.067,0.063,0.059,0.054,0.048,0.041,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","44201",1,36.071681,-112.153808,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,98,359,365,0,0,0,0,"Certification not required",0,0.049139,0.007379,0.075,"2013-05-31 18:00",0.071,"2013-05-15 11:00",0.069,"2013-05-01 12:00",0.069,"2013-05-05 07:00","","","","",0.069,0.067,0.063,0.059,0.054,0.048,0.041,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","61101",1,36.071681,-112.153808,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8699,99,362,365,0,61,"","","Certification not required",0,5.202667,2.872714,19.4,"2013-04-15 22:00",19,"2013-12-03 21:00",19,"2013-12-03 22:00",19,"2013-12-04 00:00","","","","",14.2,12.8,10.9,9.3,6.8,4.5,2.1,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","61103",1,36.071681,-112.153808,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8699,99,362,365,0,61,"","","Certification not required",0,4.70054,2.847464,18.8,"2013-04-15 22:00",18.3,"2013-12-03 21:00",18.3,"2013-12-03 22:00",18.3,"2013-12-04 00:00","","","","",13.4,12,10.3,8.7,6.2,4.1,1.7,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","61104",1,36.071681,-112.153808,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8699,99,362,365,0,61,"","","Certification not required",0,171.696172,102.4976,360,"2013-02-26 16:00",360,"2013-03-18 16:00",360,"2013-03-30 02:00",360,"2013-04-19 02:00","","","","",356,352,339,321,241,180,30,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","61106",1,36.071681,-112.153808,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8699,99,362,365,0,61,"","","Certification not required",0,25.515462,14.0211,88,"2013-01-03 07:00",85,"2013-05-27 11:00",85,"2013-07-03 14:00",82,"2013-05-20 13:00","","","","",68,63,55,46,32,22,11,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","62101",1,36.071681,-112.153808,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8623,98,358,365,0,137,"","","Certification not required",0,52.09695,16.471315,92,"2013-06-28 16:00",91,"2013-06-29 14:00",91,"2013-06-29 15:00",91,"2013-06-30 15:00","","","","",85,82,78,74,65,52,31,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","62201",1,36.071681,-112.153808,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8303,95,340,365,0,457,"","","Certification not required",0,42.608696,22.69489,100,"2013-01-24 14:00",100,"2013-01-24 15:00",100,"2013-01-24 16:00",100,"2013-01-24 17:00","","","","",95,94,91,80,55,38,17,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","63301",1,36.071681,-112.153808,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8709,99,362,365,0,51,"","","Certification not required",4312,0.298262,0.409757,1.5,"2013-05-02 12:00",1.48,"2013-05-02 11:00",1.47,"2013-05-15 11:00",1.47,"2013-06-29 12:00","","","","",1.39,1.34,1.18,0.99,0.57,0.01,0.005,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8001","65102",1,36.071681,-112.153808,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8686,99,362,365,0,74,"","","Certification not required",0,0.001444,0.015268,0.65,"2013-07-16 15:00",0.58,"2013-09-07 14:00",0.37,"2013-07-20 19:00",0.28,"2013-07-21 20:00","","","","",0.04,0.02,0,0,0,0,0,"Grand Canyon National Park, The Abyss","GRAND CANYON NATIONAL PARK, W RIM DRIVE","Arizona","Coconino","Grand Canyon","Flagstaff, AZ","2014-02-18" +"04","005","8100","85101",1,36.077814,-112.129551,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,5.088606,4.630005,19.9325,"2013-04-07 00:00",13.128,"2013-03-29 00:00",12.4023,"2013-04-01 00:00",10.8213,"2013-03-26 00:00","","","","",19.9325,19.9325,13.128,10.8213,7.973,3.435,1.3049,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","86502",1,36.077814,-112.129551,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,2.757576,3.518081,14,"2013-04-07 00:00",10,"2013-03-29 00:00",9,"2013-04-01 00:00",7,"2013-03-26 00:00","","","","",14,14,10,7,5,1,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88103",1,36.077814,-112.129551,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88104",1,36.077814,-112.129551,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.055021,0.063215,0.2922,"2013-04-07 00:00",0.19,"2013-03-17 00:00",0.129,"2013-03-26 00:00",0.111,"2013-03-23 00:00","","","","",0.2922,0.2922,0.19,0.111,0.099,0.031,0.004,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88109",1,36.077814,-112.129551,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.001455,0.00088,0.0035,"2013-01-25 00:00",0.0033,"2013-01-07 00:00",0.0028,"2013-01-19 00:00",0.0025,"2013-01-04 00:00","","","","",0.0035,0.0035,0.0033,0.0025,0.0021,0.0013,0.0004,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88111",1,36.077814,-112.129551,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.053539,0.07008,0.2999,"2013-04-07 00:00",0.1789,"2013-03-29 00:00",0.1701,"2013-04-04 00:00",0.1519,"2013-03-17 00:00","","","","",0.2999,0.2999,0.1789,0.1519,0.0756,0.0212,0.0055,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88112",1,36.077814,-112.129551,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88114",1,36.077814,-112.129551,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",21,0.000203,9.8e-05,0.0004,"2013-01-07 00:00",0.0004,"2013-01-25 00:00",0.0004,"2013-03-05 00:00",0.0004,"2013-03-17 00:00","","","","",0.0004,0.0004,0.0004,0.0004,0.0002,0.00015,0.00015,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88115",1,36.077814,-112.129551,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",17,0.000768,0.00113,0.0048,"2013-04-07 00:00",0.0041,"2013-02-24 00:00",0.0024,"2013-03-17 00:00",0.0021,"2013-03-05 00:00","","","","",0.0048,0.0048,0.0041,0.0021,0.0008,0.00015,0.00015,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88126",1,36.077814,-112.129551,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.031794,0.037448,0.163,"2013-04-07 00:00",0.1227,"2013-03-17 00:00",0.0808,"2013-03-26 00:00",0.0674,"2013-03-23 00:00","","","","",0.163,0.163,0.1227,0.0674,0.0564,0.0151,0.0035,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88128",1,36.077814,-112.129551,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.000515,0.000712,0.002,"2013-03-20 00:00",0.002,"2013-03-23 00:00",0.002,"2013-03-26 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88132",1,36.077814,-112.129551,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.000667,0.000957,0.004,"2013-04-07 00:00",0.003,"2013-03-17 00:00",0.002,"2013-03-23 00:00",0.002,"2013-03-26 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88136",1,36.077814,-112.129551,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88140",1,36.077814,-112.129551,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",7,0.016223,0.019198,0.076,"2013-03-17 00:00",0.0611,"2013-04-07 00:00",0.0453,"2013-04-04 00:00",0.041,"2013-03-23 00:00","","","","",0.076,0.076,0.0611,0.041,0.0226,0.006,0.002,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88152",1,36.077814,-112.129551,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",32,0.000161,6.1e-05,0.0005,"2013-01-01 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00",0.00015,"2013-01-10 00:00","","","","",0.0005,0.0005,0.00015,0.00015,0.00015,0.00015,0.00015,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88154",1,36.077814,-112.129551,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",19,0.000229,0.000215,0.001,"2013-01-25 00:00",0.0007,"2013-01-19 00:00",0.0006,"2013-01-07 00:00",0.0006,"2013-02-03 00:00","","","","",0.001,0.001,0.0007,0.0006,0.0003,0.0001,0.0001,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88161",1,36.077814,-112.129551,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",3,0.003077,0.003383,0.0143,"2013-04-07 00:00",0.0115,"2013-03-17 00:00",0.0073,"2013-03-26 00:00",0.0064,"2013-03-23 00:00","","","","",0.0143,0.0143,0.0115,0.0064,0.0056,0.002,0.0003,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88164",1,36.077814,-112.129551,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",11,0.000144,0.000133,0.0007,"2013-04-07 00:00",0.0004,"2013-03-26 00:00",0.0003,"2013-03-08 00:00",0.0003,"2013-03-17 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.0002,0.0001,5e-05,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88165",1,36.077814,-112.129551,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.120079,0.141944,0.5843,"2013-04-07 00:00",0.4759,"2013-03-17 00:00",0.3083,"2013-03-26 00:00",0.2694,"2013-03-23 00:00","","","","",0.5843,0.5843,0.4759,0.2694,0.2067,0.0547,0.013,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88167",1,36.077814,-112.129551,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",4,0.001085,0.001581,0.0089,"2013-04-07 00:00",0.0036,"2013-03-26 00:00",0.0025,"2013-03-23 00:00",0.0018,"2013-03-17 00:00","","","","",0.0089,0.0089,0.0036,0.0018,0.0013,0.0006,0.00015,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88168",1,36.077814,-112.129551,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",16,0.00043,0.000414,0.0017,"2013-04-07 00:00",0.0014,"2013-03-17 00:00",0.0014,"2013-03-23 00:00",0.0009,"2013-03-20 00:00","","","","",0.0017,0.0017,0.0014,0.0009,0.0005,0.0003,0.00015,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88169",1,36.077814,-112.129551,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.130491,0.081087,0.3901,"2013-03-23 00:00",0.2903,"2013-04-07 00:00",0.2845,"2013-03-26 00:00",0.2368,"2013-03-05 00:00","","","","",0.3901,0.3901,0.2903,0.2368,0.161,0.0998,0.0555,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88176",1,36.077814,-112.129551,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",28,0.000179,7.2e-05,0.0004,"2013-01-10 00:00",0.0004,"2013-02-09 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-01-28 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88180",1,36.077814,-112.129551,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.021676,0.021665,0.0934,"2013-04-07 00:00",0.0648,"2013-03-17 00:00",0.0539,"2013-03-26 00:00",0.0476,"2013-03-23 00:00","","","","",0.0934,0.0934,0.0648,0.0476,0.0377,0.0123,0.0045,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88184",1,36.077814,-112.129551,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",15,0.01258,0.014535,0.0656,"2013-04-07 00:00",0.0321,"2013-03-26 00:00",0.0313,"2013-03-17 00:00",0.0304,"2013-03-23 00:00","","","","",0.0656,0.0656,0.0321,0.0304,0.0208,0.0056,0.00165,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88185",1,36.077814,-112.129551,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",23,0.000771,0.000555,0.0024,"2013-02-03 00:00",0.0024,"2013-02-06 00:00",0.002,"2013-02-12 00:00",0.0015,"2013-01-07 00:00","","","","",0.0024,0.0024,0.0024,0.0015,0.0008,0.00065,0.0004,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88203",1,36.077814,-112.129551,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",22,0.007132,0.005288,0.0234,"2013-03-14 00:00",0.0216,"2013-04-07 00:00",0.0188,"2013-03-17 00:00",0.0089,"2013-03-23 00:00","","","","",0.0234,0.0234,0.0216,0.0089,0.00875,0.0074,0.0026,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88306",1,36.077814,-112.129551,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.108158,0.081169,0.3453,"2013-01-25 00:00",0.3318,"2013-01-07 00:00",0.2159,"2013-03-26 00:00",0.2,"2013-04-07 00:00","","","","",0.3453,0.3453,0.3318,0.2,0.1411,0.0877,0.0334,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88320",1,36.077814,-112.129551,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.237576,0.117793,0.58,"2013-01-25 00:00",0.48,"2013-04-04 00:00",0.43,"2013-04-07 00:00",0.4,"2013-03-20 00:00","","","","",0.58,0.58,0.48,0.4,0.3,0.21,0.12,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88321",1,36.077814,-112.129551,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.043333,0.028687,0.12,"2013-01-07 00:00",0.11,"2013-01-25 00:00",0.08,"2013-03-26 00:00",0.08,"2013-04-07 00:00","","","","",0.12,0.12,0.11,0.08,0.06,0.04,0.01,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88324",1,36.077814,-112.129551,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",30,0.02435,0.007873,0.0477,"2013-04-01 00:00",0.0375,"2013-03-17 00:00",0.0337,"2013-04-07 00:00",0.03055,"2013-01-01 00:00","","","","",0.0477,0.0477,0.0375,0.03055,0.0295,0.02295,0.0158,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88325",1,36.077814,-112.129551,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",21,0.043344,0.0245,0.1243,"2013-01-25 00:00",0.0972,"2013-04-04 00:00",0.092,"2013-04-07 00:00",0.0813,"2013-03-29 00:00","","","","",0.1243,0.1243,0.0972,0.0813,0.0516,0.0328,0.03195,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88326",1,36.077814,-112.129551,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",18,0.063238,0.041399,0.1777,"2013-01-13 00:00",0.1602,"2013-01-25 00:00",0.1239,"2013-03-02 00:00",0.1181,"2013-04-04 00:00","","","","",0.1777,0.1777,0.1602,0.1181,0.0855,0.03905,0.0247,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88327",1,36.077814,-112.129551,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",5,0.050861,0.02905,0.1219,"2013-01-25 00:00",0.1028,"2013-04-04 00:00",0.0988,"2013-04-07 00:00",0.09,"2013-01-07 00:00","","","","",0.1219,0.1219,0.1028,0.09,0.0727,0.0439,0.0158,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88328",1,36.077814,-112.129551,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",1,0.061703,0.036825,0.1594,"2013-04-04 00:00",0.157,"2013-01-25 00:00",0.113,"2013-01-07 00:00",0.1077,"2013-03-20 00:00","","","","",0.1594,0.1594,0.157,0.1077,0.075,0.0538,0.0207,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88329",1,36.077814,-112.129551,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.077336,0.049393,0.2117,"2013-01-25 00:00",0.1906,"2013-01-07 00:00",0.1675,"2013-04-04 00:00",0.1314,"2013-04-07 00:00","","","","",0.2117,0.2117,0.1906,0.1314,0.0914,0.0691,0.0207,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88330",1,36.077814,-112.129551,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",3,0.027206,0.016892,0.0596,"2013-04-04 00:00",0.0591,"2013-01-25 00:00",0.0549,"2013-01-01 00:00",0.0549,"2013-03-26 00:00","","","","",0.0596,0.0596,0.0591,0.0549,0.0355,0.0265,0.0076,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88331",1,36.077814,-112.129551,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",20,5.3e-05,6e-05,0.0003,"2013-03-20 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.0003,0.0003,0.0001,0.0001,0.0001,5e-05,0,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88338",1,36.077814,-112.129551,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",33,0.017268,0.004028,0.0238,"2013-02-06 00:00",0.0237,"2013-02-18 00:00",0.02365,"2013-02-15 00:00",0.0236,"2013-02-03 00:00","","","","",0.0238,0.0238,0.0237,0.0236,0.0232,0.01535,0.0144,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88339",1,36.077814,-112.129551,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.538215,0.334481,1.60908,"2013-03-23 00:00",1.19741,"2013-04-07 00:00",1.17356,"2013-03-26 00:00",0.97692,"2013-03-05 00:00","","","","",1.60908,1.60908,1.19741,0.97692,0.66396,0.41155,0.22906,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88344",1,36.077814,-112.129551,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.139555,0.104689,0.4454,"2013-01-25 00:00",0.428,"2013-01-07 00:00",0.2785,"2013-03-26 00:00",0.258,"2013-04-07 00:00","","","","",0.4454,0.4454,0.428,0.258,0.182,0.1131,0.0431,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88348",1,36.077814,-112.129551,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.590021,0.697992,3.009,"2013-04-07 00:00",2.1696,"2013-03-17 00:00",1.4822,"2013-03-26 00:00",1.3162,"2013-03-29 00:00","","","","",3.009,3.009,2.1696,1.3162,0.9875,0.2718,0.0622,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88350",1,36.077814,-112.129551,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.426739,0.210595,1.0391,"2013-01-25 00:00",0.8633,"2013-04-04 00:00",0.7695,"2013-04-07 00:00",0.713,"2013-03-20 00:00","","","","",1.0391,1.0391,0.8633,0.713,0.5407,0.3769,0.2111,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88403",1,36.077814,-112.129551,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,0.378548,0.248871,1.2069,"2013-03-23 00:00",0.8745,"2013-03-26 00:00",0.8043,"2013-04-07 00:00",0.697,"2013-03-05 00:00","","","","",1.2069,1.2069,0.8745,0.697,0.4996,0.2903,0.1484,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8100","88502",1,36.077814,-112.129551,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,12,"","","Certification not required",0,1.793939,1.27523,5.4,"2013-04-07 00:00",4,"2013-03-17 00:00",3.8,"2013-03-23 00:00",3.8,"2013-03-26 00:00","","","","",5.4,5.4,4,3.8,2.6,1.4,0.6,"","Indian Gardens","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","85101",1,35.973117,-111.984846,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.583022,3.503026,13.09,"2013-05-04 00:00",11.7898,"2013-05-01 00:00",11.1697,"2013-05-28 00:00",10.9357,"2013-04-16 00:00","","","","",13.09,11.7898,11.1697,10.1984,7.0124,3.9688,0.9647,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","86502",1,35.973117,-111.984846,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.82,2.027263,8,"2013-05-04 00:00",6,"2013-04-16 00:00",6,"2013-05-01 00:00",6,"2013-05-28 00:00","","","","",8,8,6,5,3,1,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88103",1,35.973117,-111.984846,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88104",1,35.973117,-111.984846,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.085214,0.081188,0.3023,"2013-05-04 00:00",0.2693,"2013-04-28 00:00",0.2581,"2013-05-01 00:00",0.2185,"2013-04-07 00:00","","","","",0.3023,0.3023,0.2581,0.2022,0.122,0.0671,0.008,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88109",1,35.973117,-111.984846,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.00135,0.001112,0.0057,"2013-05-22 00:00",0.0051,"2013-04-22 00:00",0.0032,"2013-05-16 00:00",0.0028,"2013-05-01 00:00","","","","",0.0057,0.0057,0.0032,0.0025,0.0018,0.0011,0.0003,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88111",1,35.973117,-111.984846,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.05843,0.057792,0.2082,"2013-04-28 00:00",0.1985,"2013-05-01 00:00",0.1968,"2013-05-04 00:00",0.1656,"2013-04-07 00:00","","","","",0.2082,0.2082,0.1968,0.1457,0.0854,0.0474,0.0051,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88112",1,35.973117,-111.984846,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88114",1,35.973117,-111.984846,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.000293,0.00019,0.0009,"2013-01-10 00:00",0.0007,"2013-03-29 00:00",0.0007,"2013-05-22 00:00",0.0007,"2013-05-31 00:00","","","","",0.0009,0.0009,0.0007,0.0006,0.0004,0.0003,0.0001,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88115",1,35.973117,-111.984846,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.006326,0.02323,0.1313,"2013-05-25 00:00",0.104,"2013-04-16 00:00",0.0098,"2013-04-25 00:00",0.0067,"2013-05-01 00:00","","","","",0.1313,0.1313,0.0098,0.0065,0.0027,0.0006,0.00015,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88126",1,35.973117,-111.984846,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.049082,0.045876,0.1529,"2013-04-28 00:00",0.1481,"2013-05-04 00:00",0.138,"2013-05-01 00:00",0.1313,"2013-04-07 00:00","","","","",0.1529,0.1529,0.138,0.1284,0.0716,0.0383,0.0044,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88128",1,35.973117,-111.984846,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00062,0.000667,0.002,"2013-03-23 00:00",0.002,"2013-03-26 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88132",1,35.973117,-111.984846,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00122,0.001298,0.004,"2013-04-28 00:00",0.004,"2013-05-01 00:00",0.004,"2013-05-04 00:00",0.003,"2013-03-17 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88136",1,35.973117,-111.984846,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88140",1,35.973117,-111.984846,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.025739,0.027253,0.1103,"2013-04-28 00:00",0.0803,"2013-05-25 00:00",0.0746,"2013-04-16 00:00",0.0717,"2013-04-07 00:00","","","","",0.1103,0.1103,0.0746,0.0713,0.0433,0.0178,0.0011,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88152",1,35.973117,-111.984846,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",48,0.000152,7.8e-05,0.0006,"2013-03-23 00:00",0.0004,"2013-05-22 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0006,0.0006,0.00015,0.00015,0.00015,0.00015,0.0001,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88154",1,35.973117,-111.984846,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.00014,7e-05,0.0003,"2013-01-25 00:00",0.0003,"2013-03-29 00:00",0.0003,"2013-04-13 00:00",0.0003,"2013-04-25 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88161",1,35.973117,-111.984846,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.004531,0.004157,0.0145,"2013-05-04 00:00",0.0136,"2013-04-28 00:00",0.0126,"2013-05-01 00:00",0.0114,"2013-04-07 00:00","","","","",0.0145,0.0145,0.0126,0.0114,0.0067,0.0036,0.0004,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88164",1,35.973117,-111.984846,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.000209,0.000215,0.001,"2013-05-25 00:00",0.0008,"2013-05-31 00:00",0.0007,"2013-04-28 00:00",0.0006,"2013-03-17 00:00","","","","",0.001,0.001,0.0007,0.0005,0.0003,0.0001,5e-05,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88165",1,35.973117,-111.984846,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.185276,0.176702,0.6487,"2013-05-04 00:00",0.5647,"2013-05-01 00:00",0.5382,"2013-04-28 00:00",0.4641,"2013-04-07 00:00","","","","",0.6487,0.6487,0.5382,0.4612,0.2706,0.1429,0.0145,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88167",1,35.973117,-111.984846,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.001183,0.001136,0.0051,"2013-05-16 00:00",0.0048,"2013-04-22 00:00",0.0036,"2013-05-22 00:00",0.0029,"2013-03-23 00:00","","","","",0.0051,0.0051,0.0036,0.0027,0.0016,0.0008,0.00015,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88168",1,35.973117,-111.984846,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.000679,0.000789,0.0036,"2013-05-01 00:00",0.0033,"2013-05-04 00:00",0.0021,"2013-03-23 00:00",0.0018,"2013-04-28 00:00","","","","",0.0036,0.0036,0.0021,0.0016,0.0011,0.0004,0.00015,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88169",1,35.973117,-111.984846,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.148646,0.097387,0.3971,"2013-03-23 00:00",0.3338,"2013-05-25 00:00",0.3325,"2013-05-19 00:00",0.3134,"2013-04-22 00:00","","","","",0.3971,0.3971,0.3325,0.3062,0.2106,0.1276,0.0482,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88176",1,35.973117,-111.984846,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000189,0.000113,0.0007,"2013-05-22 00:00",0.0006,"2013-05-28 00:00",0.0004,"2013-03-23 00:00",0.0004,"2013-05-04 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.00015,0.00015,0.00015,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88180",1,35.973117,-111.984846,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.029778,0.026457,0.0999,"2013-05-22 00:00",0.0823,"2013-05-04 00:00",0.078,"2013-05-01 00:00",0.0771,"2013-04-28 00:00","","","","",0.0999,0.0999,0.078,0.0684,0.052,0.0223,0.0038,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88184",1,35.973117,-111.984846,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.031675,0.04742,0.186,"2013-05-25 00:00",0.1759,"2013-04-16 00:00",0.153,"2013-05-31 00:00",0.142,"2013-05-22 00:00","","","","",0.186,0.186,0.153,0.124,0.0397,0.011,0.00165,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88185",1,35.973117,-111.984846,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.0007,0.000201,0.0013,"2013-02-15 00:00",0.0012,"2013-01-13 00:00",0.0012,"2013-02-03 00:00",0.0012,"2013-02-12 00:00","","","","",0.0013,0.0013,0.0012,0.0011,0.0007,0.00065,0.0004,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88203",1,35.973117,-111.984846,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.016923,0.033506,0.1882,"2013-05-25 00:00",0.1508,"2013-04-16 00:00",0.054,"2013-05-16 00:00",0.0382,"2013-05-22 00:00","","","","",0.1882,0.1508,0.054,0.037,0.0115,0.0079,0.0026,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88306",1,35.973117,-111.984846,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.148187,0.096732,0.3691,"2013-04-16 00:00",0.3486,"2013-04-22 00:00",0.3315,"2013-05-31 00:00",0.3108,"2013-05-28 00:00","","","","",0.3691,0.3486,0.3315,0.2683,0.21,0.1472,0.0275,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88320",1,35.973117,-111.984846,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.216667,0.162464,0.74,"2013-05-16 00:00",0.6,"2013-05-22 00:00",0.56,"2013-04-22 00:00",0.46,"2013-04-13 00:00","","","","",0.74,0.6,0.56,0.44,0.29,0.19,0.04,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88321",1,35.973117,-111.984846,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.029412,0.023867,0.11,"2013-05-22 00:00",0.1,"2013-01-07 00:00",0.08,"2013-05-16 00:00",0.07,"2013-04-22 00:00","","","","",0.11,0.1,0.08,0.05,0.04,0.02,0.01,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88324",1,35.973117,-111.984846,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.019223,0.006344,0.0376,"2013-04-04 00:00",0.02905,"2013-01-01 00:00",0.02885,"2013-01-07 00:00",0.0284,"2013-01-04 00:00","","","","",0.0376,0.02905,0.02885,0.02785,0.02225,0.0165,0.0118,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88325",1,35.973117,-111.984846,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.041425,0.025953,0.1225,"2013-05-16 00:00",0.1217,"2013-04-22 00:00",0.1017,"2013-04-13 00:00",0.0855,"2013-05-28 00:00","","","","",0.1225,0.1217,0.1017,0.0777,0.0529,0.03135,0.01565,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88326",1,35.973117,-111.984846,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.058237,0.042016,0.2212,"2013-05-16 00:00",0.184,"2013-05-22 00:00",0.1353,"2013-04-22 00:00",0.1163,"2013-04-13 00:00","","","","",0.2212,0.184,0.1353,0.1091,0.0813,0.0362,0.03075,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88327",1,35.973117,-111.984846,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.050052,0.038595,0.1717,"2013-05-16 00:00",0.156,"2013-05-22 00:00",0.1239,"2013-04-16 00:00",0.1169,"2013-04-28 00:00","","","","",0.1717,0.156,0.1239,0.0979,0.0715,0.0428,0.0146,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88328",1,35.973117,-111.984846,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.06753,0.052561,0.2148,"2013-05-16 00:00",0.207,"2013-04-22 00:00",0.1678,"2013-05-22 00:00",0.1648,"2013-05-04 00:00","","","","",0.2148,0.207,0.1678,0.1368,0.097,0.0581,0.0159,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88329",1,35.973117,-111.984846,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.074637,0.060055,0.2609,"2013-05-16 00:00",0.2441,"2013-05-22 00:00",0.2212,"2013-04-22 00:00",0.1612,"2013-05-01 00:00","","","","",0.2609,0.2441,0.2212,0.1352,0.1137,0.0581,0.0159,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88330",1,35.973117,-111.984846,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.021906,0.014989,0.0591,"2013-05-04 00:00",0.0555,"2013-04-22 00:00",0.0517,"2013-05-13 00:00",0.0416,"2013-04-28 00:00","","","","",0.0591,0.0555,0.0517,0.0383,0.0319,0.0225,0.00345,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88331",1,35.973117,-111.984846,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,5e-05,0.000141,0.001,"2013-04-16 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.0001,0.0001,0.0001,5e-05,0,0,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88338",1,35.973117,-111.984846,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016353,0.006876,0.0462,"2013-01-25 00:00",0.0307,"2013-05-31 00:00",0.0293,"2013-05-22 00:00",0.0243,"2013-02-12 00:00","","","","",0.0462,0.0307,0.0293,0.02395,0.01675,0.01475,0.0099,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88339",1,35.973117,-111.984846,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.613143,0.401717,1.6382,"2013-03-23 00:00",1.37688,"2013-05-25 00:00",1.3714,"2013-05-19 00:00",1.29261,"2013-04-22 00:00","","","","",1.6382,1.6382,1.3714,1.2632,0.86881,0.52635,0.19874,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88344",1,35.973117,-111.984846,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.191347,0.12449,0.4761,"2013-04-16 00:00",0.4497,"2013-04-22 00:00",0.4276,"2013-05-31 00:00",0.4009,"2013-05-28 00:00","","","","",0.4761,0.4497,0.4276,0.3461,0.2703,0.1899,0.0355,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88348",1,35.973117,-111.984846,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.871628,0.829947,2.9876,"2013-05-04 00:00",2.6681,"2013-04-28 00:00",2.6558,"2013-05-01 00:00",2.2462,"2013-04-07 00:00","","","","",2.9876,2.9876,2.6558,2.1371,1.2491,0.6788,0.0762,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88350",1,35.973117,-111.984846,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.388373,0.29201,1.3345,"2013-05-16 00:00",1.0719,"2013-05-22 00:00",1.0105,"2013-04-22 00:00",0.8233,"2013-04-13 00:00","","","","",1.3345,1.0719,1.0105,0.7839,0.5188,0.3373,0.0778,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88403",1,35.973117,-111.984846,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.429345,0.274023,1.2127,"2013-03-23 00:00",0.8979,"2013-05-01 00:00",0.8864,"2013-05-25 00:00",0.8799,"2013-05-19 00:00","","","","",1.2127,0.8979,0.8864,0.8055,0.638,0.3696,0.135,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8102","88502",1,35.973117,-111.984846,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.178,1.644569,5.6,"2013-05-01 00:00",5.2,"2013-05-22 00:00",5,"2013-05-04 00:00",4.9,"2013-04-22 00:00","","","","",5.6,5.6,5,4.9,3.5,1.9,0.4,"","Hance Camp at Grand Canyon NP","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","85101",1,35.140635,-111.969938,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,8.500262,9.305988,46.1476,"2013-05-28 00:00",38.7462,"2013-05-04 00:00",35.8135,"2013-05-31 00:00",17.0398,"2013-04-19 00:00","","","","",46.1476,46.1476,35.8135,13.0309,11.0381,6.4928,1.801,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","86502",1,35.140635,-111.969938,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,4.276596,7.447504,40,"2013-05-28 00:00",27,"2013-05-04 00:00",23,"2013-05-31 00:00",11,"2013-04-19 00:00","","","","",40,40,23,7,4,2,0,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88103",1,35.140635,-111.969938,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88104",1,35.140635,-111.969938,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.157334,0.169669,0.839,"2013-05-31 00:00",0.794,"2013-05-04 00:00",0.392,"2013-04-28 00:00",0.336,"2013-04-19 00:00","","","","",0.839,0.839,0.392,0.325,0.1988,0.12,0.0267,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88109",1,35.140635,-111.969938,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.001468,0.001015,0.0051,"2013-04-22 00:00",0.0043,"2013-05-22 00:00",0.0035,"2013-05-28 00:00",0.003,"2013-05-31 00:00","","","","",0.0051,0.0051,0.0035,0.0026,0.0018,0.0013,0.0004,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88111",1,35.140635,-111.969938,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.082334,0.079914,0.4072,"2013-05-04 00:00",0.2881,"2013-05-31 00:00",0.2232,"2013-04-28 00:00",0.2192,"2013-05-01 00:00","","","","",0.4072,0.4072,0.2232,0.1831,0.1107,0.067,0.0124,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88112",1,35.140635,-111.969938,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,4.3e-05,0.000204,0.001,"2013-05-04 00:00",0.001,"2013-05-31 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88114",1,35.140635,-111.969938,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",11,0.000389,0.000303,0.0018,"2013-05-04 00:00",0.0011,"2013-05-31 00:00",0.0008,"2013-03-23 00:00",0.0008,"2013-03-26 00:00","","","","",0.0018,0.0018,0.0008,0.0007,0.0005,0.0003,0.00015,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88115",1,35.140635,-111.969938,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",3,0.009691,0.025192,0.1382,"2013-05-25 00:00",0.0998,"2013-04-16 00:00",0.0456,"2013-04-25 00:00",0.0267,"2013-05-28 00:00","","","","",0.1382,0.1382,0.0456,0.0264,0.0049,0.002,0.0003,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88126",1,35.140635,-111.969938,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.134326,0.130941,0.728,"2013-05-31 00:00",0.5702,"2013-05-04 00:00",0.3109,"2013-04-19 00:00",0.2973,"2013-04-28 00:00","","","","",0.728,0.728,0.3109,0.225,0.1618,0.1036,0.0318,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88128",1,35.140635,-111.969938,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.000638,0.000845,0.005,"2013-03-23 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.005,0.005,0.001,0.001,0.001,0.001,0,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88132",1,35.140635,-111.969938,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.002809,0.002909,0.016,"2013-05-31 00:00",0.012,"2013-05-04 00:00",0.007,"2013-04-19 00:00",0.006,"2013-04-28 00:00","","","","",0.016,0.016,0.007,0.006,0.004,0.002,0.001,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88136",1,35.140635,-111.969938,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,2.1e-05,0.000146,0.001,"2013-05-31 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88140",1,35.140635,-111.969938,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",12,0.023426,0.028697,0.1494,"2013-05-31 00:00",0.0754,"2013-05-01 00:00",0.0695,"2013-05-25 00:00",0.0642,"2013-04-28 00:00","","","","",0.1494,0.1494,0.0695,0.063,0.0383,0.0146,0.0011,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88152",1,35.140635,-111.969938,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",43,0.000185,0.000194,0.0014,"2013-05-31 00:00",0.0005,"2013-01-22 00:00",0.0004,"2013-02-12 00:00",0.0003,"2013-02-21 00:00","","","","",0.0014,0.0014,0.0004,0.00015,0.00015,0.00015,0.0001,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88154",1,35.140635,-111.969938,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",36,0.000138,8.2e-05,0.0005,"2013-05-22 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-03-05 00:00",0.0003,"2013-04-10 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0001,0.0001,0.0001,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88161",1,35.140635,-111.969938,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.012928,0.016453,0.0927,"2013-05-31 00:00",0.0651,"2013-05-04 00:00",0.0379,"2013-04-19 00:00",0.0311,"2013-04-28 00:00","","","","",0.0927,0.0927,0.0379,0.0225,0.0159,0.0086,0.0017,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88164",1,35.140635,-111.969938,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",18,0.000283,0.000455,0.0027,"2013-05-31 00:00",0.0011,"2013-04-25 00:00",0.0009,"2013-05-25 00:00",0.0008,"2013-03-23 00:00","","","","",0.0027,0.0027,0.0009,0.0008,0.0004,0.0001,5e-05,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88165",1,35.140635,-111.969938,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.34414,0.355573,1.7833,"2013-05-04 00:00",1.5756,"2013-05-31 00:00",0.839,"2013-04-28 00:00",0.779,"2013-05-01 00:00","","","","",1.7833,1.7833,0.839,0.721,0.4216,0.276,0.0507,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88167",1,35.140635,-111.969938,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.001491,0.001112,0.0056,"2013-03-23 00:00",0.0041,"2013-04-22 00:00",0.0037,"2013-05-22 00:00",0.0028,"2013-03-26 00:00","","","","",0.0056,0.0056,0.0037,0.0028,0.0021,0.0012,0.0004,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88168",1,35.140635,-111.969938,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",7,0.001019,0.001227,0.0071,"2013-05-04 00:00",0.0039,"2013-03-23 00:00",0.0035,"2013-05-31 00:00",0.0024,"2013-05-01 00:00","","","","",0.0071,0.0071,0.0035,0.002,0.0012,0.0008,0.0001,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88169",1,35.140635,-111.969938,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.162726,0.114813,0.6472,"2013-03-23 00:00",0.3311,"2013-05-19 00:00",0.324,"2013-05-25 00:00",0.3094,"2013-05-01 00:00","","","","",0.6472,0.6472,0.324,0.2889,0.2397,0.1427,0.0479,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88176",1,35.140635,-111.969938,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",37,0.000203,0.000119,0.0007,"2013-05-04 00:00",0.0005,"2013-03-05 00:00",0.0005,"2013-03-23 00:00",0.0004,"2013-03-02 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.00015,0.00015,0.00015,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88180",1,35.140635,-111.969938,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.04394,0.036579,0.1769,"2013-05-04 00:00",0.1525,"2013-05-31 00:00",0.095,"2013-03-23 00:00",0.094,"2013-05-01 00:00","","","","",0.1769,0.1769,0.095,0.0935,0.0592,0.0368,0.009,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88184",1,35.140635,-111.969938,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",5,0.046006,0.062982,0.2392,"2013-05-31 00:00",0.2357,"2013-05-25 00:00",0.2087,"2013-04-16 00:00",0.1967,"2013-05-28 00:00","","","","",0.2392,0.2392,0.2087,0.1405,0.05,0.0208,0.00195,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88185",1,35.140635,-111.969938,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",31,0.000794,0.000428,0.002,"2013-03-02 00:00",0.002,"2013-04-16 00:00",0.0018,"2013-04-19 00:00",0.0018,"2013-04-28 00:00","","","","",0.002,0.002,0.0018,0.0013,0.0009,0.00065,0.0004,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88203",1,35.140635,-111.969938,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",14,0.033465,0.051679,0.2679,"2013-05-25 00:00",0.1951,"2013-04-16 00:00",0.1208,"2013-04-25 00:00",0.1093,"2013-05-16 00:00","","","","",0.2679,0.2679,0.1208,0.0932,0.0305,0.0135,0.003,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88306",1,35.140635,-111.969938,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.1982,0.119943,0.544,"2013-05-31 00:00",0.4853,"2013-05-28 00:00",0.4446,"2013-04-16 00:00",0.3612,"2013-04-22 00:00","","","","",0.544,0.544,0.4446,0.351,0.2717,0.1641,0.0586,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88320",1,35.140635,-111.969938,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.551915,0.489057,3.17,"2013-01-19 00:00",1.69,"2013-02-03 00:00",1.39,"2013-01-16 00:00",0.98,"2013-01-13 00:00","","","","",3.17,3.17,1.39,0.8,0.61,0.46,0.2,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88321",1,35.140635,-111.969938,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.124468,0.123567,0.64,"2013-01-19 00:00",0.43,"2013-02-03 00:00",0.38,"2013-01-16 00:00",0.37,"2013-01-13 00:00","","","","",0.64,0.64,0.38,0.31,0.14,0.1,0.02,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88324",1,35.140635,-111.969938,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",40,0.030432,0.056413,0.4016,"2013-01-19 00:00",0.0732,"2013-02-03 00:00",0.0549,"2013-03-02 00:00",0.0318,"2013-01-28 00:00","","","","",0.4016,0.4016,0.0549,0.0316,0.0248,0.01765,0.0109,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88325",1,35.140635,-111.969938,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",8,0.10365,0.116684,0.7595,"2013-01-19 00:00",0.3731,"2013-02-03 00:00",0.2944,"2013-01-16 00:00",0.1625,"2013-01-13 00:00","","","","",0.7595,0.7595,0.2944,0.1498,0.1045,0.083,0.03485,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88326",1,35.140635,-111.969938,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",8,0.183751,0.204202,1.2109,"2013-01-19 00:00",0.7427,"2013-02-03 00:00",0.5572,"2013-01-16 00:00",0.415,"2013-01-13 00:00","","","","",1.2109,1.2109,0.5572,0.4036,0.1953,0.1377,0.037,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88327",1,35.140635,-111.969938,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",2,0.116973,0.085183,0.4965,"2013-01-19 00:00",0.3124,"2013-02-03 00:00",0.299,"2013-01-16 00:00",0.2678,"2013-01-13 00:00","","","","",0.4965,0.4965,0.299,0.1866,0.133,0.0982,0.0434,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88328",1,35.140635,-111.969938,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.119445,0.066,0.2985,"2013-01-19 00:00",0.275,"2013-05-31 00:00",0.2377,"2013-04-22 00:00",0.1887,"2013-03-05 00:00","","","","",0.2985,0.2985,0.2377,0.1874,0.1656,0.1171,0.0353,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88329",1,35.140635,-111.969938,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.169277,0.127311,0.7372,"2013-01-19 00:00",0.4165,"2013-02-03 00:00",0.416,"2013-01-16 00:00",0.3345,"2013-01-13 00:00","","","","",0.7372,0.7372,0.416,0.3138,0.218,0.1522,0.047,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88330",1,35.140635,-111.969938,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.074377,0.046064,0.1974,"2013-01-19 00:00",0.1898,"2013-02-03 00:00",0.1543,"2013-01-13 00:00",0.1494,"2013-01-16 00:00","","","","",0.1974,0.1974,0.1543,0.1283,0.1036,0.0761,0.018,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88331",1,35.140635,-111.969938,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",16,0.000523,0.001599,0.0085,"2013-01-19 00:00",0.006,"2013-02-03 00:00",0.004,"2013-02-12 00:00",0.002,"2013-05-28 00:00","","","","",0.0085,0.0085,0.004,0.001,0.00015,0,0,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88338",1,35.140635,-111.969938,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",41,0.022059,0.019117,0.0977,"2013-01-31 00:00",0.0912,"2013-03-26 00:00",0.0761,"2013-01-16 00:00",0.0413,"2013-04-16 00:00","","","","",0.0977,0.0977,0.0761,0.0403,0.026,0.01575,0.01075,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88339",1,35.140635,-111.969938,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.671198,0.473584,2.66954,"2013-03-23 00:00",1.36571,"2013-05-19 00:00",1.33629,"2013-05-25 00:00",1.27607,"2013-05-01 00:00","","","","",2.66954,2.66954,1.33629,1.19171,0.9888,0.58847,0.19775,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88344",1,35.140635,-111.969938,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.255668,0.154728,0.7018,"2013-05-31 00:00",0.626,"2013-05-28 00:00",0.5735,"2013-04-16 00:00",0.4659,"2013-04-22 00:00","","","","",0.7018,0.7018,0.5735,0.4528,0.3505,0.2117,0.0756,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88348",1,35.140635,-111.969938,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,1.687506,1.723113,8.3569,"2013-05-04 00:00",8.1802,"2013-05-31 00:00",4.0949,"2013-04-28 00:00",3.6067,"2013-04-19 00:00","","","","",8.3569,8.3569,4.0949,3.6014,2.0636,1.3222,0.2607,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88350",1,35.140635,-111.969938,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.992543,0.879172,5.7006,"2013-01-19 00:00",3.037,"2013-02-03 00:00",2.4944,"2013-01-16 00:00",1.7584,"2013-01-13 00:00","","","","",5.7006,5.7006,2.4944,1.4312,1.0899,0.8222,0.3542,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88403",1,35.140635,-111.969938,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.496589,0.355082,1.9145,"2013-03-23 00:00",1.0856,"2013-05-25 00:00",1.0423,"2013-05-31 00:00",0.9672,"2013-05-19 00:00","","","","",1.9145,1.9145,1.0423,0.9327,0.7364,0.4167,0.1463,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","005","8103","88502",1,35.140635,-111.969938,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,3.661702,2.471802,12.5,"2013-05-31 00:00",11.5,"2013-05-04 00:00",6.9,"2013-03-23 00:00",6.5,"2013-05-01 00:00","","","","",12.5,12.5,6.9,6.2,5.1,3.3,1.1,"","Sycamore Canyon","Arizona","Coconino","","Flagstaff, AZ","2014-01-28" +"04","007","0008","81102",1,34.22934,-111.32942,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,0,0,"Certification not required",1,20.833333,10.945266,58,"2013-05-04 00:00",43,"2013-06-15 00:00",33,"2013-01-22 00:00",30,"2013-01-10 00:00","","","","",58,58,43,33,24,21,10,"PAYSON WELL SITE","204 W AERO DR","Arizona","Gila","Payson","Payson, AZ","2013-09-25" +"04","007","0008","81102",2,34.22934,-111.32942,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",26,43,26,61,0,4,0,0,"Certification not required",0,20.153846,10.832146,54,"2013-05-04 00:00",40,"2013-06-15 00:00",33,"2013-01-22 00:00",27,"2013-01-10 00:00","","","","",54,54,40,33,25,20,8,"PAYSON WELL SITE","204 W AERO DR","Arizona","Gila","Payson","Payson, AZ","2013-09-25" +"04","007","0008","85101",1,34.22934,-111.32942,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",1,18.233333,9.405367,50,"2013-05-04 00:00",36,"2013-06-15 00:00",29,"2013-01-22 00:00",27,"2013-01-10 00:00","","","","",50,50,36,29,21,18,8,"PAYSON WELL SITE","204 W AERO DR","Arizona","Gila","Payson","Payson, AZ","2013-09-25" +"04","007","0008","85101",2,34.22934,-111.32942,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,4,"","","Certification not required",0,17.615385,9.325565,46,"2013-05-04 00:00",34,"2013-06-15 00:00",30,"2013-01-22 00:00",25,"2013-01-10 00:00","","","","",46,46,34,30,21,17,7,"PAYSON WELL SITE","204 W AERO DR","Arizona","Gila","Payson","Payson, AZ","2013-09-25" +"04","007","0009","42401",1,33.399135,-110.858896,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6530,75,273,365,0,22,3,"","Certification not required",0,17.32967,19.344053,139,"2013-04-28 09:00",82,"2013-01-15 05:00",81,"2013-02-05 11:00",73,"2013-08-03 09:00","","","","",81,71,61,45,23,10,3,"MIAMI RIDGELINE","4030 LINDEN STREET","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0009","42401",1,33.399135,-110.858896,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6530,75,273,365,0,22,"","","Certification not required",0,4.926646,6.57238,139,"2013-04-28 09:00",82,"2013-01-15 05:00",81,"2013-02-05 11:00",73,"2013-08-03 09:00","","","","",35,27,15,8,4,3,3,"MIAMI RIDGELINE","4030 LINDEN STREET","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0009","42401",1,33.399135,-110.858896,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,4.926007,3.146009,25.2,"2013-01-15 00:00",22.1,"2013-05-02 00:00",18.2,"2013-03-01 00:00",14.7,"2013-03-13 00:00","","","","",18.2,13.5,11.5,9,5.6,3.6,3,"MIAMI RIDGELINE","4030 LINDEN STREET","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0009","42401",1,33.399135,-110.858896,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2164,74,273,365,0,0,"",0,"Certification not required",0,4.921396,5.444688,60.6,"2013-04-28 11:00",55.3,"2013-01-15 05:00",55,"2013-05-02 02:00",48.3,"2013-03-24 11:00","","","","",30,24.3,16,9,4,3,2.6,"MIAMI RIDGELINE","4030 LINDEN STREET","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0009","42406",1,33.399135,-110.858896,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6515,74,273,365,0,37,"","","Certification not required",0,8.192771,14.658263,222.8,"2013-04-28 09:00",214.3,"2013-01-15 04:00",205.8,"2013-01-15 21:00",199.9,"2013-06-01 08:00","","","","",77.6,55.5,30.5,16.2,4.8,3.9,3.3,"MIAMI RIDGELINE","4030 LINDEN STREET","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0009","81102",1,33.399135,-110.858896,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Thermo Partisol Model 2000-D Dichot - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",14,23,14,61,0,2,0,0,"Certification not required",2,8.5,6.060591,24,"2013-03-23 00:00",15,"2013-03-17 00:00",14,"2013-03-05 00:00",11,"2013-01-10 00:00","","","","",24,24,24,15,11,6,2,"MIAMI RIDGELINE","4030 LINDEN STREET","Arizona","Gila","Miami","Payson, AZ","2013-07-08" +"04","007","0010","44201",1,33.6547,-111.1074,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5114,86,183,214,0,22,0,0,"Certification not required",0,0.062628,0.010019,0.096,"2013-05-31 21:00",0.087,"2013-05-01 18:00",0.087,"2013-06-06 17:00",0.084,"2013-06-07 18:00","","","","",0.087,0.084,0.081,0.076,0.069,0.063,0.055,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-06" +"04","007","0010","44201",1,33.6547,-111.1074,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,86,183,214,0,0,0,0,"Certification not required",0,0.057158,0.008336,0.082,"2013-05-31 17:00",0.074,"2013-05-14 13:00",0.072,"2013-05-01 13:00",0.072,"2013-06-06 12:00","","","","",0.074,0.072,0.071,0.068,0.063,0.058,0.05,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-06" +"04","007","0010","44201",1,33.6547,-111.1074,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,86,183,214,0,0,1,1,"Certification not required",0,0.057158,0.008336,0.082,"2013-05-31 17:00",0.074,"2013-05-14 13:00",0.072,"2013-05-01 13:00",0.072,"2013-06-06 12:00","","","","",0.074,0.072,0.071,0.068,0.063,0.058,0.05,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-06" +"04","007","0010","85101",1,33.6547,-111.1074,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,10.05249,8.391862,46.3647,"2013-05-04 00:00",27.1315,"2013-05-31 00:00",22.9886,"2013-05-22 00:00",21.2046,"2013-04-25 00:00","","","","",46.3647,46.3647,22.9886,19.6543,13.548,8.4965,2.6017,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","86502",1,33.6547,-111.1074,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.92,6.173809,34,"2013-05-04 00:00",18,"2013-05-31 00:00",16,"2013-05-22 00:00",15,"2013-04-25 00:00","","","","",34,34,16,13,8,5,1,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88103",1,33.6547,-111.1074,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-01-10 00:00",0.001,"2013-01-25 00:00",0.001,"2013-03-23 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88104",1,33.6547,-111.1074,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.126233,0.131458,0.7748,"2013-05-04 00:00",0.3369,"2013-05-01 00:00",0.327,"2013-03-23 00:00",0.247,"2013-04-25 00:00","","","","",0.7748,0.3369,0.327,0.2445,0.1924,0.0989,0.0127,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88109",1,33.6547,-111.1074,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001976,0.001274,0.0048,"2013-05-28 00:00",0.0044,"2013-05-19 00:00",0.0043,"2013-04-07 00:00",0.0041,"2013-04-22 00:00","","","","",0.0048,0.0044,0.0043,0.004,0.003,0.0017,0.0005,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88111",1,33.6547,-111.1074,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.083592,0.080972,0.431,"2013-05-04 00:00",0.2317,"2013-05-01 00:00",0.2211,"2013-03-23 00:00",0.1985,"2013-05-31 00:00","","","","",0.431,0.2317,0.2211,0.168,0.1318,0.0654,0.0086,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88112",1,33.6547,-111.1074,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-03-20 00:00",0.001,"2013-03-23 00:00",0.001,"2013-03-26 00:00",0.001,"2013-05-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88114",1,33.6547,-111.1074,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.002487,0.003147,0.0169,"2013-01-10 00:00",0.0141,"2013-01-25 00:00",0.006,"2013-05-13 00:00",0.0058,"2013-02-06 00:00","","","","",0.0169,0.0141,0.006,0.0056,0.0031,0.0015,0.00015,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88115",1,33.6547,-111.1074,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.018244,0.051405,0.2794,"2013-04-16 00:00",0.1896,"2013-05-31 00:00",0.1306,"2013-05-25 00:00",0.0944,"2013-04-25 00:00","","","","",0.2794,0.1896,0.1306,0.0284,0.0058,0.0021,0.00015,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88126",1,33.6547,-111.1074,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.076678,0.072757,0.4001,"2013-05-04 00:00",0.204,"2013-03-23 00:00",0.2027,"2013-05-01 00:00",0.1603,"2013-05-31 00:00","","","","",0.4001,0.204,0.2027,0.1479,0.1162,0.0608,0.011,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88128",1,33.6547,-111.1074,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001157,0.001155,0.005,"2013-03-23 00:00",0.004,"2013-01-10 00:00",0.004,"2013-01-25 00:00",0.004,"2013-05-13 00:00","","","","",0.005,0.004,0.004,0.002,0.001,0.001,0,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88132",1,33.6547,-111.1074,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001941,0.001912,0.009,"2013-05-04 00:00",0.007,"2013-03-23 00:00",0.005,"2013-05-01 00:00",0.004,"2013-04-25 00:00","","","","",0.009,0.007,0.005,0.004,0.003,0.002,0,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88136",1,33.6547,-111.1074,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88140",1,33.6547,-111.1074,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.033517,0.034471,0.1194,"2013-05-31 00:00",0.1028,"2013-05-01 00:00",0.1011,"2013-05-04 00:00",0.094,"2013-04-16 00:00","","","","",0.1194,0.1028,0.1011,0.0893,0.0649,0.017,0.002,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88152",1,33.6547,-111.1074,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000234,0.000377,0.0025,"2013-05-04 00:00",0.0012,"2013-05-31 00:00",0.0008,"2013-05-01 00:00",0.0006,"2013-05-25 00:00","","","","",0.0025,0.0012,0.0008,0.0004,0.00015,0.00015,0.0001,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88154",1,33.6547,-111.1074,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.000231,0.000169,0.0007,"2013-01-10 00:00",0.0006,"2013-01-07 00:00",0.0006,"2013-01-25 00:00",0.0006,"2013-05-13 00:00","","","","",0.0007,0.0006,0.0006,0.0005,0.0003,0.0002,0.0001,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88161",1,33.6547,-111.1074,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.006867,0.006682,0.0371,"2013-05-04 00:00",0.0192,"2013-03-23 00:00",0.0172,"2013-05-01 00:00",0.0144,"2013-05-31 00:00","","","","",0.0371,0.0192,0.0172,0.0128,0.0108,0.0054,0.0007,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88164",1,33.6547,-111.1074,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000433,0.00052,0.0019,"2013-04-16 00:00",0.0019,"2013-05-31 00:00",0.0017,"2013-04-25 00:00",0.0017,"2013-05-01 00:00","","","","",0.0019,0.0019,0.0017,0.0014,0.0006,0.0002,5e-05,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88165",1,33.6547,-111.1074,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.287196,0.294506,1.7332,"2013-05-04 00:00",0.7546,"2013-03-23 00:00",0.7343,"2013-05-01 00:00",0.5615,"2013-05-22 00:00","","","","",1.7332,0.7546,0.7343,0.5562,0.4264,0.2142,0.0284,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88167",1,33.6547,-111.1074,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002439,0.001731,0.0073,"2013-01-10 00:00",0.0073,"2013-05-28 00:00",0.0072,"2013-03-23 00:00",0.0043,"2013-04-01 00:00","","","","",0.0073,0.0073,0.0072,0.0041,0.0036,0.0021,0.0007,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88168",1,33.6547,-111.1074,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000906,0.001046,0.0066,"2013-05-04 00:00",0.0025,"2013-05-01 00:00",0.0023,"2013-03-23 00:00",0.0018,"2013-04-13 00:00","","","","",0.0066,0.0025,0.0023,0.0018,0.0013,0.0006,0.00015,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88169",1,33.6547,-111.1074,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.217918,0.129927,0.7053,"2013-03-23 00:00",0.44,"2013-05-25 00:00",0.4392,"2013-05-19 00:00",0.4236,"2013-05-31 00:00","","","","",0.7053,0.44,0.4392,0.3731,0.3065,0.1852,0.0843,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88176",1,33.6547,-111.1074,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000227,0.000162,0.0009,"2013-05-04 00:00",0.0007,"2013-03-23 00:00",0.0006,"2013-05-22 00:00",0.0005,"2013-03-29 00:00","","","","",0.0009,0.0007,0.0006,0.0004,0.0003,0.00015,0.00015,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88180",1,33.6547,-111.1074,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.049304,0.041493,0.2171,"2013-05-04 00:00",0.1186,"2013-03-23 00:00",0.1152,"2013-05-28 00:00",0.1117,"2013-05-31 00:00","","","","",0.2171,0.1186,0.1152,0.1098,0.074,0.0392,0.0104,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88184",1,33.6547,-111.1074,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.063357,0.089306,0.4194,"2013-05-31 00:00",0.322,"2013-04-16 00:00",0.2536,"2013-05-25 00:00",0.237,"2013-04-25 00:00","","","","",0.4194,0.322,0.2536,0.151,0.079,0.0252,0.0036,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88185",1,33.6547,-111.1074,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000731,0.000435,0.0027,"2013-05-01 00:00",0.0018,"2013-02-15 00:00",0.0015,"2013-01-31 00:00",0.0015,"2013-04-16 00:00","","","","",0.0027,0.0018,0.0015,0.0014,0.00065,0.00065,0.0004,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88203",1,33.6547,-111.1074,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.054252,0.087277,0.3661,"2013-04-16 00:00",0.3281,"2013-05-31 00:00",0.2926,"2013-05-25 00:00",0.2226,"2013-05-28 00:00","","","","",0.3661,0.3661,0.2926,0.1891,0.0379,0.0191,0.0083,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88306",1,33.6547,-111.1074,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.27256,0.262523,1.6973,"2013-01-01 00:00",0.7042,"2013-05-31 00:00",0.5957,"2013-01-13 00:00",0.4929,"2013-05-19 00:00","","","","",1.6973,1.6973,0.5957,0.4719,0.3924,0.2567,0.0579,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88320",1,33.6547,-111.1074,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.457059,0.226736,1.13,"2013-05-13 00:00",0.82,"2013-03-23 00:00",0.82,"2013-04-07 00:00",0.79,"2013-05-31 00:00","","","","",1.13,0.82,0.82,0.75,0.62,0.45,0.18,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88321",1,33.6547,-111.1074,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.076471,0.043535,0.17,"2013-05-13 00:00",0.15,"2013-03-20 00:00",0.15,"2013-03-23 00:00",0.14,"2013-03-17 00:00","","","","",0.17,0.15,0.15,0.14,0.11,0.08,0.02,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88324",1,33.6547,-111.1074,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.020227,0.006453,0.03115,"2013-01-25 00:00",0.0311,"2013-01-28 00:00",0.031,"2013-01-31 00:00",0.0293,"2013-01-16 00:00","","","","",0.03115,0.0311,0.031,0.02905,0.02455,0.0171,0.01075,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88325",1,33.6547,-111.1074,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.09552,0.05037,0.1976,"2013-01-25 00:00",0.1943,"2013-05-13 00:00",0.186,"2013-04-07 00:00",0.1817,"2013-03-23 00:00","","","","",0.1976,0.1943,0.186,0.1725,0.1311,0.0879,0.03215,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88326",1,33.6547,-111.1074,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.13949,0.074108,0.3061,"2013-05-13 00:00",0.2554,"2013-03-20 00:00",0.2469,"2013-04-01 00:00",0.2453,"2013-05-31 00:00","","","","",0.3061,0.2554,0.2469,0.2386,0.2015,0.14,0.035,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88327",1,33.6547,-111.1074,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.098296,0.048781,0.207,"2013-05-31 00:00",0.1912,"2013-05-28 00:00",0.1886,"2013-05-13 00:00",0.1839,"2013-05-04 00:00","","","","",0.207,0.1912,0.1886,0.1643,0.133,0.0966,0.034,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88328",1,33.6547,-111.1074,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.1165,0.073389,0.4309,"2013-05-13 00:00",0.2585,"2013-03-23 00:00",0.2263,"2013-04-22 00:00",0.2172,"2013-03-17 00:00","","","","",0.4309,0.2585,0.2263,0.208,0.1514,0.1159,0.0392,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88329",1,33.6547,-111.1074,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.156416,0.094455,0.5341,"2013-05-13 00:00",0.3422,"2013-03-23 00:00",0.2975,"2013-03-17 00:00",0.2719,"2013-04-22 00:00","","","","",0.5341,0.3422,0.2975,0.2556,0.2028,0.157,0.0521,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88330",1,33.6547,-111.1074,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.037169,0.020892,0.0956,"2013-04-07 00:00",0.071,"2013-05-04 00:00",0.0703,"2013-05-13 00:00",0.0688,"2013-03-23 00:00","","","","",0.0956,0.071,0.0703,0.0651,0.0511,0.0343,0.0135,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88331",1,33.6547,-111.1074,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000141,0.000697,0.005,"2013-04-01 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.005,0.00015,0.00015,0.00015,0.0001,0,0,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88338",1,33.6547,-111.1074,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",48,0.015143,0.00425,0.0243,"2013-02-12 00:00",0.0241,"2013-02-27 00:00",0.02405,"2013-02-09 00:00",0.024,"2013-02-18 00:00","","","","",0.0243,0.0243,0.02405,0.02395,0.0162,0.0154,0.01055,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88339",1,33.6547,-111.1074,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.898882,0.535953,2.9094,"2013-03-23 00:00",1.81479,"2013-05-25 00:00",1.81174,"2013-05-19 00:00",1.74752,"2013-05-31 00:00","","","","",2.9094,1.81479,1.81174,1.53916,1.26411,0.76374,0.34774,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88344",1,33.6547,-111.1074,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.351565,0.338661,2.1895,"2013-01-01 00:00",0.9084,"2013-05-31 00:00",0.7685,"2013-01-13 00:00",0.6358,"2013-05-19 00:00","","","","",2.1895,2.1895,0.7685,0.6088,0.5062,0.3311,0.0747,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88348",1,33.6547,-111.1074,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.327873,1.340983,7.7632,"2013-05-04 00:00",3.49,"2013-03-23 00:00",3.471,"2013-05-01 00:00",2.6419,"2013-05-31 00:00","","","","",7.7632,3.49,3.471,2.5715,1.9498,1.0015,0.1511,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88350",1,33.6547,-111.1074,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.82319,0.407463,2.0354,"2013-05-13 00:00",1.4836,"2013-04-07 00:00",1.4789,"2013-03-23 00:00",1.4297,"2013-05-31 00:00","","","","",2.0354,1.4836,1.4789,1.3432,1.107,0.8044,0.3251,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88403",1,33.6547,-111.1074,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.680683,0.402068,2.1859,"2013-03-23 00:00",1.3883,"2013-05-25 00:00",1.3256,"2013-05-31 00:00",1.3242,"2013-05-19 00:00","","","","",2.1859,2.1859,1.3256,1.1526,0.9555,0.61,0.2594,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0010","88502",1,33.6547,-111.1074,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.629412,2.390004,11.8,"2013-05-04 00:00",8.4,"2013-05-31 00:00",8.3,"2013-03-23 00:00",7.2,"2013-05-01 00:00","","","","",11.8,8.4,8.3,6.1,5.3,2.8,1,"TONTO NM","SOUTH OF SR88","Arizona","Gila","Tonto National Monument","Payson, AZ","2014-01-28" +"04","007","0011","42401",1,33.3855,-110.867267,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5213,60,218,365,0,104,11,"","Certification not required",0,17.793578,29.060061,188,"2013-03-01 05:00",144,"2013-03-11 04:00",142,"2013-05-21 03:00",133,"2013-04-12 05:00","","","","",142,126,77,53,19,5,1,"Miami Jones Ranch","Cherry Flats Rd.","Arizona","Gila","","Payson, AZ","2014-01-07" +"04","007","0011","42401",1,33.3855,-110.867267,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5213,60,218,365,0,104,"","","Certification not required",0,2.751352,9.247851,188,"2013-03-01 05:00",144,"2013-03-11 04:00",142,"2013-05-21 03:00",133,"2013-04-12 05:00","","","","",46,30,12,4,1,1,0,"Miami Jones Ranch","Cherry Flats Rd.","Arizona","Gila","","Payson, AZ","2014-01-07" +"04","007","0011","42401",1,33.3855,-110.867267,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",218,60,218,365,0,0,0,"","Certification not required",0,2.760092,3.975665,27.8,"2013-03-01 00:00",19.7,"2013-05-21 00:00",19,"2013-03-13 00:00",18.1,"2013-03-14 00:00","","","","",19,16.7,11.1,7.9,3,1.3,0.3,"Miami Jones Ranch","Cherry Flats Rd.","Arizona","Gila","","Payson, AZ","2014-01-07" +"04","007","0011","42401",1,33.3855,-110.867267,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1716,59,218,365,0,0,"",0,"Certification not required",0,2.760956,7.666352,126.6,"2013-05-21 05:00",91,"2013-03-01 05:00",77,"2013-03-14 08:00",70.3,"2013-04-12 05:00","","","","",37.6,26,14.3,6,1.6,1,0,"Miami Jones Ranch","Cherry Flats Rd.","Arizona","Gila","","Payson, AZ","2014-01-07" +"04","007","0011","42406",1,33.3855,-110.867267,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5204,65,218,334,0,113,"","","Certification not required",0,5.788912,20.972286,734.9,"2013-03-11 04:00",342.5,"2013-03-01 05:00",300.8,"2013-04-21 07:00",299.5,"2013-05-21 03:00","","","","",85.7,54.2,27.1,9.9,2.1,1.3,0.6,"Miami Jones Ranch","Cherry Flats Rd.","Arizona","Gila","","Payson, AZ","2014-01-07" +"04","007","0012","42401",1,33.397433,-110.87445,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5202,59,216,365,0,448,8,"","Certification not required",0,13.685185,22.702791,171,"2013-03-31 09:00",136,"2013-04-12 09:00",92,"2013-03-07 09:00",87,"2013-03-29 09:00","","","","",92,77,58,38,18,4,1,"Miami Townsite","Sullivan ST & Davis Canyon","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0012","42401",1,33.397433,-110.87445,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5202,59,216,365,0,448,"","","Certification not required",0,1.515629,6.28308,171,"2013-03-31 09:00",136,"2013-04-12 09:00",92,"2013-03-07 09:00",87,"2013-03-29 09:00","","","","",27,16,6,2,1,0,0,"Miami Townsite","Sullivan ST & Davis Canyon","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0012","42401",1,33.397433,-110.87445,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",216,59,216,365,0,0,0,"","Certification not required",0,1.537963,1.93889,11.7,"2013-04-12 00:00",10.9,"2013-03-30 00:00",10.7,"2013-03-31 00:00",8.2,"2013-04-04 00:00","","","","",10.7,7.8,4.7,4,2,0.9,0,"Miami Townsite","Sullivan ST & Davis Canyon","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0012","42401",1,33.397433,-110.87445,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1719,59,215,365,0,0,"",0,"Certification not required",0,1.506864,4.754969,73,"2013-03-31 11:00",62.3,"2013-03-30 11:00",62,"2013-04-12 11:00",54.6,"2013-03-29 11:00","","","","",23.6,15.3,7.3,3,1,0.3,0,"Miami Townsite","Sullivan ST & Davis Canyon","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","0012","42406",1,33.397433,-110.87445,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5220,65,217,334,0,444,"","","Certification not required",0,3.460211,13.460151,322,"2013-04-12 09:00",252,"2013-03-07 09:00",216.1,"2013-03-31 09:00",215.2,"2013-04-12 08:00","","","","",59.8,34,12.7,4.6,1.5,1,0,"Miami Townsite","Sullivan ST & Davis Canyon","Arizona","Gila","Miami","Payson, AZ","2014-01-07" +"04","007","1001","42401",3,33.006179,-110.785797,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6401,73,268,365,0,151,59,"","Certification not required",0,52.045149,57.61031,310,"2013-02-15 06:00",306,"2013-01-23 14:00",256,"2013-02-04 13:00",256,"2013-08-23 10:00","","","","",256,233,178,130,69,35,1,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","42401",3,33.006179,-110.785797,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6401,73,268,365,0,151,"","","Certification not required",0,7.053429,20.129166,310,"2013-02-15 06:00",306,"2013-01-23 14:00",256,"2013-02-04 13:00",256,"2013-08-23 10:00","","","","",95,68,36,19,4,1,0,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","42401",3,33.006179,-110.785797,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,7.073134,7.509945,42.6,"2013-08-23 00:00",39.2,"2013-08-27 00:00",37.8,"2013-03-16 00:00",36,"2013-03-17 00:00","","","","",37.8,30.3,22.3,17.7,9.4,5.2,0.1,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","42401",3,33.006179,-110.785797,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2120,73,268,365,0,0,"",0,"Certification not required",0,7.057123,15.829213,165.6,"2013-08-27 23:00",156.3,"2013-08-23 11:00",155,"2013-01-23 14:00",152.6,"2013-05-22 11:00","","","","",83.6,55.3,34.6,20.3,7,1.3,0,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","42406",3,33.006179,-110.785797,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6386,73,268,365,0,166,"","","Certification not required",0,19.656655,60.065151,1241.2,"2013-01-23 14:00",981.5,"2013-06-22 09:00",928.1,"2013-09-13 10:00",815,"2013-05-22 09:00","","","","",286.5,186.6,103.4,51.6,9,1.9,0.3,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","81102",3,33.006179,-110.785797,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6369,73,263,365,13,183,"","","Certification not required",0,46.314178,67.001491,1798,"2013-04-08 21:00",1448,"2013-04-08 20:00",1274,"2013-08-12 01:00",1261,"2013-04-08 15:00","","","","",273,206,131,89,52,30,11,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","81102",3,33.006179,-110.785797,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6356,73,263,365,0,183,"","","Certification not required",0,45.020925,56.151224,1274,"2013-08-12 01:00",1109,"2013-07-22 15:00",1093,"2013-06-28 00:00",892,"2013-05-31 22:00","","","","",254,202,128,88,52,30,11,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","81102",3,33.006179,-110.785797,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6369,73,263,365,13,183,"","","Certification not required",0,46.314178,67.001491,1798,"2013-04-08 21:00",1448,"2013-04-08 20:00",1274,"2013-08-12 01:00",1261,"2013-04-08 15:00","","","","",273,206,131,89,52,30,11,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","81102",3,33.006179,-110.785797,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",263,72,263,365,0,0,0,0,"Certification not required",0,43.927757,22.718458,144,"2013-05-03 00:00",120,"2013-04-25 00:00",119,"2013-06-10 00:00",119,"2013-06-28 00:00","","","","",119,104,81,70,57,42,17,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","81102",3,33.006179,-110.785797,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",263,72,263,365,0,0,1,1,"Certification not required",0,45.144487,31.791455,407,"2013-04-08 00:00",144,"2013-05-03 00:00",120,"2013-04-25 00:00",119,"2013-06-10 00:00","","","","",120,111,81,70,57,42,17,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1001","81102",3,33.006179,-110.785797,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",263,72,263,365,0,0,1,1,"Certification not required",0,45.144487,31.791455,407,"2013-04-08 00:00",144,"2013-05-03 00:00",120,"2013-04-25 00:00",119,"2013-06-10 00:00","","","","",120,111,81,70,57,42,17,"HAYDEN OLD JAIL","JAIL-CANYON DR, HAYDEN","Arizona","Gila","Hayden","Payson, AZ","2014-01-07" +"04","007","1002","14129",1,33.002517,-110.765467,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,5,0,0,"Certification not required",0,0.093682,0.097539,0.501,"2013-03-17 00:00",0.327,"2013-06-27 00:00",0.281,"2013-04-16 00:00",0.21,"2013-03-23 00:00","","","","",0.501,0.501,0.281,0.197,0.142,0.069,0.011,"Globe Highway","SR 77","Arizona","Gila","","Payson, AZ","2013-12-18" +"04","007","1002","14129",2,33.002517,-110.765467,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,2,0,0,"Certification not required",0,0.091818,0.094665,0.502,"2013-03-17 00:00",0.319,"2013-06-27 00:00",0.267,"2013-04-16 00:00",0.191,"2013-06-21 00:00","","","","",0.502,0.502,0.267,0.187,0.127,0.068,0.011,"Globe Highway","SR 77","Arizona","Gila","","Payson, AZ","2013-12-18" +"04","007","1002","68105",1,33.002517,-110.765467,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",44,72,44,61,0,5,"","","Certification not required",0,25.418182,8.557392,36.2,"2013-07-06 00:00",35.7,"2013-07-15 00:00",35.5,"2013-08-20 00:00",34.5,"2013-08-14 00:00","","","","",36.2,36.2,35.5,34.3,33.4,28.4,11.8,"Globe Highway","SR 77","Arizona","Gila","","Payson, AZ","2013-12-18" +"04","007","1002","68105",2,33.002517,-110.765467,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",47,77,44,61,0,2,"","","Certification not required",0,24.731915,7.982538,34.7,"2013-07-15 00:00",34.6,"2013-07-06 00:00",34.5,"2013-08-14 00:00",34.2,"2013-08-20 00:00","","","","",34.7,34.7,34.5,33.5,32.1,27.3,12.4,"Globe Highway","SR 77","Arizona","Gila","","Payson, AZ","2013-12-18" +"04","007","1002","68108",1,33.002517,-110.765467,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,5,"","","Certification not required",0,706.681818,3.401591,717,"2013-01-16 00:00",715,"2013-01-04 00:00",713,"2013-02-15 00:00",712,"2013-02-27 00:00","","","","",717,717,713,711,708,706,703,"Globe Highway","SR 77","Arizona","Gila","","Payson, AZ","2013-12-18" +"04","007","1002","68108",2,33.002517,-110.765467,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",47,77,44,61,0,2,"","","Certification not required",0,706.638298,3.358477,716,"2013-01-16 00:00",715,"2013-01-04 00:00",713,"2013-02-15 00:00",712,"2013-01-22 00:00","","","","",716,716,713,712,708,706,703,"Globe Highway","SR 77","Arizona","Gila","","Payson, AZ","2013-12-18" +"04","007","8000","14129",1,33.419017,-110.82967,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.016067,0.010907,0.044,"2013-04-22 00:00",0.042,"2013-05-28 00:00",0.035,"2013-04-16 00:00",0.035,"2013-09-07 00:00","","","","",0.044,0.044,0.035,0.032,0.022,0.013,0.004,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2013-12-18" +"04","007","8000","68105",1,33.419017,-110.82967,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.157778,9.397836,32.2,"2013-06-09 00:00",31.5,"2013-06-27 00:00",30.5,"2013-07-03 00:00",30,"2013-07-09 00:00","","","","",32.2,32.2,30.5,29.9,28.9,24.2,5.7,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2013-12-18" +"04","007","8000","68108",1,33.419017,-110.82967,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,675,3.104249,684,"2013-01-16 00:00",682,"2013-01-04 00:00",681,"2013-02-15 00:00",680,"2013-01-22 00:00","","","","",684,684,681,680,676,674,671,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2013-12-18" +"04","007","8000","81102",1,33.419017,-110.82967,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Thermo Partisol Model 2000-D Dichot - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,1,0,0,"Certification not required",0,13,6.391959,23,"2013-03-17 00:00",23,"2013-03-23 00:00",20,"2013-01-22 00:00",19,"2013-03-29 00:00","","","","",23,23,23,23,19,11,6,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2013-07-08" +"04","007","8000","81102",2,33.419017,-110.82967,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Thermo Partisol Model 2000-D Dichot - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,1,0,0,"Certification not required",0,13.6,6.208289,24,"2013-03-23 00:00",21,"2013-01-22 00:00",21,"2013-03-17 00:00",21,"2013-03-29 00:00","","","","",24,24,24,21,21,11,6,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2013-07-08" +"04","007","8000","81102",3,33.419017,-110.82967,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6409,73,268,365,0,143,"","","Certification not required",0,24.138087,21.224554,405,"2013-04-08 15:00",316,"2013-04-08 12:00",309,"2013-04-08 16:00",262,"2013-05-03 00:00","","","","",96,73,56,45,32,20,6,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2014-01-07" +"04","007","8000","81102",3,33.419017,-110.82967,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",268,73,268,365,0,0,0,0,"Certification not required",0,23.671642,14.708288,129,"2013-04-08 00:00",129,"2013-05-03 00:00",79,"2013-07-10 00:00",68,"2013-05-04 00:00","","","","",79,55,44,39,30,22,10,"MIAMI GOLF COURSE","SR 188 & US 60","Arizona","Gila","Globe","Payson, AZ","2014-01-07" +"04","007","8100","85101",1,34.090866,-110.942801,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,7.21785,6.193608,37.2961,"2013-05-04 00:00",16.9416,"2013-05-31 00:00",15.0242,"2013-05-01 00:00",12.4092,"2013-05-28 00:00","","","","",37.2961,37.2961,15.0242,12.3516,10.2892,6.7539,2.0541,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","86502",1,34.090866,-110.942801,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,3.545455,4.310369,26,"2013-05-04 00:00",10,"2013-05-31 00:00",8,"2013-04-16 00:00",8,"2013-05-01 00:00","","","","",26,26,8,7,5,3,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88103",1,34.090866,-110.942801,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88104",1,34.090866,-110.942801,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.105136,0.117617,0.65,"2013-05-04 00:00",0.365,"2013-03-23 00:00",0.289,"2013-05-01 00:00",0.236,"2013-04-28 00:00","","","","",0.65,0.65,0.289,0.211,0.1486,0.0843,0.01,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88109",1,34.090866,-110.942801,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.001616,0.001025,0.0044,"2013-04-22 00:00",0.0039,"2013-04-07 00:00",0.0037,"2013-05-28 00:00",0.0036,"2013-03-17 00:00","","","","",0.0044,0.0044,0.0037,0.003,0.0023,0.0013,0.0004,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88111",1,34.090866,-110.942801,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.070407,0.07628,0.3869,"2013-05-04 00:00",0.2561,"2013-03-23 00:00",0.1954,"2013-05-01 00:00",0.1761,"2013-04-28 00:00","","","","",0.3869,0.3869,0.1954,0.172,0.1018,0.0601,0.0064,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88112",1,34.090866,-110.942801,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-03-23 00:00",0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88114",1,34.090866,-110.942801,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",9,0.0006,0.000427,0.0022,"2013-04-04 00:00",0.0013,"2013-03-20 00:00",0.0013,"2013-03-23 00:00",0.0011,"2013-01-01 00:00","","","","",0.0022,0.0022,0.0013,0.0011,0.0009,0.0006,0.00015,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88115",1,34.090866,-110.942801,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",10,0.012205,0.032945,0.1587,"2013-04-16 00:00",0.1241,"2013-05-25 00:00",0.071,"2013-04-25 00:00",0.0677,"2013-05-31 00:00","","","","",0.1587,0.1587,0.071,0.0531,0.0035,0.0016,0.00015,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88126",1,34.090866,-110.942801,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.064382,0.067796,0.3515,"2013-05-04 00:00",0.2308,"2013-03-23 00:00",0.1709,"2013-05-01 00:00",0.1466,"2013-04-28 00:00","","","","",0.3515,0.3515,0.1709,0.1321,0.0935,0.0529,0.0067,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88128",1,34.090866,-110.942801,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.000864,0.000668,0.003,"2013-03-23 00:00",0.002,"2013-01-10 00:00",0.002,"2013-03-05 00:00",0.002,"2013-04-04 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88132",1,34.090866,-110.942801,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.001477,0.001705,0.008,"2013-05-04 00:00",0.006,"2013-03-23 00:00",0.004,"2013-03-26 00:00",0.004,"2013-05-01 00:00","","","","",0.008,0.008,0.004,0.003,0.002,0.001,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88136",1,34.090866,-110.942801,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88140",1,34.090866,-110.942801,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",9,0.025793,0.026771,0.09,"2013-05-31 00:00",0.083,"2013-04-28 00:00",0.0803,"2013-05-01 00:00",0.0745,"2013-03-23 00:00","","","","",0.09,0.09,0.0803,0.0694,0.0452,0.0166,0.00195,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88152",1,34.090866,-110.942801,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",42,0.000175,0.000133,0.001,"2013-02-12 00:00",0.0004,"2013-05-25 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-07 00:00","","","","",0.001,0.001,0.00015,0.00015,0.00015,0.00015,0.00015,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88154",1,34.090866,-110.942801,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",33,0.000141,8.4e-05,0.0005,"2013-04-04 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-03-11 00:00",0.0003,"2013-03-17 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0002,0.0001,0.0001,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88161",1,34.090866,-110.942801,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.005982,0.006336,0.0334,"2013-05-04 00:00",0.0208,"2013-03-23 00:00",0.0162,"2013-05-01 00:00",0.0132,"2013-04-28 00:00","","","","",0.0334,0.0334,0.0162,0.0126,0.0087,0.0048,0.0006,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88164",1,34.090866,-110.942801,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",16,0.000359,0.000446,0.0019,"2013-05-31 00:00",0.0015,"2013-05-16 00:00",0.0014,"2013-04-25 00:00",0.0012,"2013-05-25 00:00","","","","",0.0019,0.0019,0.0014,0.0011,0.0005,0.0002,5e-05,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88165",1,34.090866,-110.942801,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.251168,0.284603,1.586,"2013-05-04 00:00",0.88,"2013-03-23 00:00",0.69,"2013-05-01 00:00",0.5385,"2013-03-26 00:00","","","","",1.586,1.586,0.69,0.525,0.363,0.203,0.024,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88167",1,34.090866,-110.942801,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",2,0.0017,0.00135,0.0065,"2013-03-23 00:00",0.0052,"2013-05-28 00:00",0.004,"2013-04-07 00:00",0.0034,"2013-03-17 00:00","","","","",0.0065,0.0065,0.004,0.0034,0.0024,0.0015,0.0003,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88168",1,34.090866,-110.942801,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",10,0.000782,0.001154,0.0073,"2013-05-04 00:00",0.0028,"2013-03-23 00:00",0.002,"2013-05-01 00:00",0.0015,"2013-03-26 00:00","","","","",0.0073,0.0073,0.002,0.0015,0.0009,0.0005,0.0001,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88169",1,34.090866,-110.942801,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.18033,0.11863,0.6268,"2013-03-23 00:00",0.3836,"2013-05-19 00:00",0.3425,"2013-05-25 00:00",0.3285,"2013-05-31 00:00","","","","",0.6268,0.6268,0.3425,0.3218,0.2673,0.156,0.0617,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88176",1,34.090866,-110.942801,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",32,0.000223,0.00016,0.0009,"2013-05-04 00:00",0.0008,"2013-03-23 00:00",0.0004,"2013-03-26 00:00",0.0004,"2013-05-01 00:00","","","","",0.0009,0.0009,0.0004,0.0004,0.0003,0.00015,0.00015,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88180",1,34.090866,-110.942801,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.04275,0.036239,0.1902,"2013-05-04 00:00",0.1346,"2013-03-23 00:00",0.0948,"2013-05-01 00:00",0.0886,"2013-05-28 00:00","","","","",0.1902,0.1902,0.0948,0.08,0.0578,0.034,0.0115,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88184",1,34.090866,-110.942801,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",10,0.046507,0.064102,0.231,"2013-05-31 00:00",0.2134,"2013-05-25 00:00",0.2065,"2013-04-16 00:00",0.1857,"2013-05-28 00:00","","","","",0.231,0.231,0.2065,0.1627,0.0683,0.0165,0.00185,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88185",1,34.090866,-110.942801,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",28,0.00082,0.000556,0.0029,"2013-03-23 00:00",0.0019,"2013-05-19 00:00",0.0018,"2013-02-03 00:00",0.0017,"2013-04-04 00:00","","","","",0.0029,0.0029,0.0018,0.0017,0.0011,0.00065,0.0004,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88203",1,34.090866,-110.942801,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",12,0.03809,0.063764,0.2817,"2013-04-16 00:00",0.2437,"2013-05-25 00:00",0.1662,"2013-05-31 00:00",0.1581,"2013-05-28 00:00","","","","",0.2817,0.2817,0.1662,0.1516,0.0344,0.0113,0.00285,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88306",1,34.090866,-110.942801,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.247566,0.229457,1.456,"2013-01-01 00:00",0.5443,"2013-05-31 00:00",0.4937,"2013-01-13 00:00",0.447,"2013-02-21 00:00","","","","",1.456,1.456,0.4937,0.4047,0.3167,0.2378,0.0504,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88320",1,34.090866,-110.942801,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.454545,0.225166,1.18,"2013-04-13 00:00",1.1,"2013-04-22 00:00",0.77,"2013-04-07 00:00",0.71,"2013-01-25 00:00","","","","",1.18,1.18,0.77,0.67,0.55,0.47,0.16,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88321",1,34.090866,-110.942801,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.093409,0.068436,0.4,"2013-04-22 00:00",0.19,"2013-04-13 00:00",0.17,"2013-01-13 00:00",0.17,"2013-01-19 00:00","","","","",0.4,0.4,0.17,0.16,0.12,0.1,0.01,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88324",1,34.090866,-110.942801,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",42,0.021783,0.01127,0.0797,"2013-04-22 00:00",0.03155,"2013-01-22 00:00",0.03145,"2013-01-28 00:00",0.0312,"2013-01-19 00:00","","","","",0.0797,0.0797,0.03145,0.031,0.0247,0.01725,0.0107,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88325",1,34.090866,-110.942801,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",12,0.083326,0.058293,0.3314,"2013-04-22 00:00",0.2238,"2013-04-13 00:00",0.176,"2013-01-25 00:00",0.1482,"2013-03-17 00:00","","","","",0.3314,0.3314,0.176,0.1375,0.0987,0.0824,0.02135,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88326",1,34.090866,-110.942801,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",7,0.146815,0.087072,0.4425,"2013-04-22 00:00",0.3814,"2013-04-13 00:00",0.2898,"2013-04-07 00:00",0.27,"2013-02-03 00:00","","","","",0.4425,0.4425,0.2898,0.2607,0.1754,0.137,0.03965,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88327",1,34.090866,-110.942801,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",3,0.101857,0.048599,0.268,"2013-04-13 00:00",0.2176,"2013-04-22 00:00",0.1545,"2013-04-07 00:00",0.1463,"2013-02-03 00:00","","","","",0.268,0.268,0.1545,0.1429,0.1263,0.1036,0.0447,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88328",1,34.090866,-110.942801,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",1,0.11373,0.05955,0.3105,"2013-04-13 00:00",0.2085,"2013-04-07 00:00",0.2008,"2013-03-23 00:00",0.1985,"2013-03-17 00:00","","","","",0.3105,0.3105,0.2008,0.1965,0.1444,0.1181,0.032,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88329",1,34.090866,-110.942801,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",1,0.16362,0.084109,0.435,"2013-04-13 00:00",0.3865,"2013-04-22 00:00",0.2752,"2013-03-23 00:00",0.2621,"2013-03-17 00:00","","","","",0.435,0.435,0.2752,0.23,0.2021,0.1764,0.0534,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88330",1,34.090866,-110.942801,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",3,0.043084,0.023979,0.0993,"2013-04-07 00:00",0.0936,"2013-03-05 00:00",0.0929,"2013-03-17 00:00",0.0849,"2013-03-11 00:00","","","","",0.0993,0.0993,0.0929,0.0846,0.057,0.042,0.016,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88331",1,34.090866,-110.942801,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",16,7.8e-05,0.000187,0.0012,"2013-03-20 00:00",0.0003,"2013-03-05 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-11 00:00","","","","",0.0012,0.0012,0.00015,0.00015,0.0001,0,0,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88338",1,34.090866,-110.942801,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",42,0.016452,0.007531,0.0555,"2013-02-15 00:00",0.0253,"2013-02-03 00:00",0.0251,"2013-05-25 00:00",0.02395,"2013-02-09 00:00","","","","",0.0555,0.0555,0.0251,0.0237,0.0166,0.01515,0.0104,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88339",1,34.090866,-110.942801,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.74384,0.489321,2.58539,"2013-03-23 00:00",1.58219,"2013-05-19 00:00",1.41285,"2013-05-25 00:00",1.35494,"2013-05-31 00:00","","","","",2.58539,2.58539,1.41285,1.32751,1.10241,0.64338,0.25447,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88344",1,34.090866,-110.942801,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.319357,0.295995,1.8782,"2013-01-01 00:00",0.7021,"2013-05-31 00:00",0.6369,"2013-01-13 00:00",0.5766,"2013-02-21 00:00","","","","",1.8782,1.8782,0.6369,0.5221,0.4085,0.3068,0.065,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88348",1,34.090866,-110.942801,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,1.138491,1.266163,6.9245,"2013-05-04 00:00",4.0114,"2013-03-23 00:00",3.1164,"2013-05-01 00:00",2.4949,"2013-04-28 00:00","","","","",6.9245,6.9245,3.1164,2.4298,1.6296,0.915,0.1011,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88350",1,34.090866,-110.942801,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.817645,0.405695,2.1299,"2013-04-13 00:00",1.973,"2013-04-22 00:00",1.3887,"2013-04-07 00:00",1.2863,"2013-01-25 00:00","","","","",2.1299,2.1299,1.3887,1.2024,0.981,0.8402,0.2844,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88403",1,34.090866,-110.942801,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,0.535909,0.368285,1.9217,"2013-03-23 00:00",1.1155,"2013-05-25 00:00",1.1084,"2013-05-19 00:00",1.0593,"2013-05-31 00:00","","","","",1.9217,1.9217,1.1084,0.9671,0.7888,0.4441,0.1821,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","007","8100","88502",1,34.090866,-110.942801,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,25,61,0,7,"","","Certification not required",0,3.120455,2.079644,10.5,"2013-05-04 00:00",8.7,"2013-03-23 00:00",6.3,"2013-05-01 00:00",6,"2013-05-31 00:00","","","","",10.5,10.5,6.3,4.8,4.5,2.6,1,"","Sierra Ancha","Arizona","Gila","Young","Payson, AZ","2014-01-28" +"04","012","8000","44201",1,34.2319,-113.58,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5070,85,181,214,0,66,0,0,"Certification not required",0,0.058066,0.007782,0.076,"2013-05-05 10:00",0.076,"2013-05-14 16:00",0.076,"2013-05-22 11:00",0.076,"2013-08-08 17:00","","","","",0.076,0.076,0.07,0.068,0.064,0.058,0.051,"ALAMO LAKE","ALAMO LAKE STATE PARK","Arizona","La Paz","Wenden","","2014-01-06" +"04","012","8000","44201",1,34.2319,-113.58,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,84,179,214,0,0,0,0,"Certification not required",0,0.05448,0.007792,0.075,"2013-05-05 09:00",0.074,"2013-05-22 10:00",0.071,"2013-05-14 13:00",0.071,"2013-05-19 12:00","","","","",0.074,0.071,0.067,0.065,0.06,0.055,0.048,"ALAMO LAKE","ALAMO LAKE STATE PARK","Arizona","La Paz","Wenden","","2014-01-06" +"04","012","8000","44201",1,34.2319,-113.58,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,84,179,214,0,0,0,0,"Certification not required",0,0.05448,0.007792,0.075,"2013-05-05 09:00",0.074,"2013-05-22 10:00",0.071,"2013-05-14 13:00",0.071,"2013-05-19 12:00","","","","",0.074,0.071,0.067,0.065,0.06,0.055,0.048,"ALAMO LAKE","ALAMO LAKE STATE PARK","Arizona","La Paz","Wenden","","2014-01-06" +"04","013","0019","42101",1,33.48385,-112.14257,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8595,98,361,365,0,165,0,0,"Certification not required",5841,0.527243,0.532334,4.6,"2013-12-31 23:00",4.2,"2013-12-12 08:00",4.1,"2013-12-17 06:00",3.8,"2013-01-18 07:00","","","","",2.5,2.2,1.7,1.3,0.6,0.25,0.25,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","42101",1,33.48385,-112.14257,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8666,99,359,365,0,0,0,0,"Certification not required",0,0.550646,0.424678,2.7,"2013-01-20 03:00",2.7,"2013-01-20 04:00",2.7,"2013-12-17 01:00",2.7,"2013-12-25 04:00",2.7,"2013-01-20 03:00",2.7,"2013-12-17 01:00",2.1,1.9,1.5,1.2,0.6,0.3,0.3,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","42602",1,33.48385,-112.14257,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8579,98,362,365,0,181,0,"","Certification not required",0,37.176796,10.781985,69,"2013-01-21 09:00",65,"2013-01-17 08:00",60,"2013-03-13 09:00",58,"2013-01-08 11:00","","","","",58,56,52,49,45,39,22,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","42602",1,33.48385,-112.14257,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8579,98,362,365,0,181,"","","Certification not required",0,17.967129,13.159445,69,"2013-01-21 09:00",65,"2013-01-17 08:00",60,"2013-03-13 09:00",58,"2013-01-08 11:00","","","","",49,46,42,38,28,15,3,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","44201",1,33.48385,-112.14257,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8624,99,362,365,0,136,0,0,"Certification not required",2012,0.054,0.013326,0.102,"2013-09-03 14:00",0.094,"2013-07-17 14:00",0.091,"2013-07-18 15:00",0.087,"2013-05-13 14:00","","","","",0.087,0.085,0.075,0.07,0.063,0.054,0.038,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","44201",1,33.48385,-112.14257,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8696,99,362,365,0,0,0,0,"Certification not required",0,0.046696,0.013273,0.083,"2013-07-17 10:00",0.082,"2013-07-18 11:00",0.077,"2013-09-03 11:00",0.076,"2013-05-13 11:00","","","","",0.076,0.073,0.067,0.063,0.056,0.047,0.028,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","44201",1,33.48385,-112.14257,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8696,99,362,365,0,0,4,4,"Certification not required",0,0.046696,0.013273,0.083,"2013-07-17 10:00",0.082,"2013-07-18 11:00",0.077,"2013-09-03 11:00",0.076,"2013-05-13 11:00","","","","",0.076,0.073,0.067,0.063,0.056,0.047,0.028,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","61101",1,33.48385,-112.14257,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8744,100,365,365,0,16,"","","Certification not required",0,3.364456,2.156384,16.8,"2013-04-08 13:00",15.8,"2013-04-08 14:00",15.3,"2013-04-08 12:00",15.3,"2013-04-08 15:00","","","","",10.2,9.1,7.6,6.3,4.5,2.9,1.1,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","61102",1,33.48385,-112.14257,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,187.072114,100.92176,360,"2013-01-02 02:00",360,"2013-01-04 03:00",360,"2013-01-17 08:00",360,"2013-01-22 15:00","","","","",355,351,336,310,268,219,44,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","61103",1,33.48385,-112.14257,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8744,100,365,365,0,16,"","","Certification not required",0,2.922804,2.129622,16.2,"2013-04-08 13:00",15.2,"2013-04-08 14:00",14.7,"2013-04-08 15:00",14.5,"2013-04-08 12:00","","","","",9.6,8.6,7.2,5.9,4.1,2.4,0.7,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","61104",1,33.48385,-112.14257,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,187.089029,100.705499,360,"2013-01-02 02:00",360,"2013-01-09 12:00",360,"2013-01-23 07:00",360,"2013-04-01 07:00","","","","",356,351,336,309,268,219,44,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","62106",1,33.48385,-112.14257,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Spot reading level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8750,100,365,365,0,10,"","","Certification not required",0,0.04976,0.815127,3.2,"2013-01-18 04:00",3.2,"2013-11-12 00:00",3.1,"2013-01-03 07:00",2.9,"2013-01-03 06:00","","","","",2.1,1.9,1.6,1.3,0.6,0,-0.9,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","68105",1,33.48385,-112.14257,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,4,"","","Certification not required",0,24.75514,8.49796,37.2,"2013-08-17 00:00",37.1,"2013-07-06 00:00",36.7,"2013-07-03 00:00",36.7,"2013-09-04 00:00","","","","",37.1,36.7,36.3,35.7,32.8,24.8,12,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","68105",2,33.48385,-112.14257,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,10,"","","Certification not required",0,25.519048,8.666869,37,"2013-07-03 00:00",36.6,"2013-07-15 00:00",36.5,"2013-08-20 00:00",34.7,"2013-06-09 00:00","","","","",37,37,36.6,36.5,33.1,26.5,15.3,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","68108",1,33.48385,-112.14257,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,4,"","","Certification not required",0,729.897196,3.746532,741,"2013-02-12 00:00",739,"2013-02-27 00:00",738,"2013-02-15 00:00",738,"2013-12-09 00:00","","","","",739,738,737,735,732,729,726,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","68108",2,33.48385,-112.14257,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,10,"","","Certification not required",0,729.52381,3.709704,736,"2013-11-24 00:00",736,"2013-12-06 00:00",735,"2013-11-12 00:00",734,"2013-10-31 00:00","","","","",736,736,736,735,732,728,725,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","81102",1,33.48385,-112.14257,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8485,100,61,61,0,253,"","","Certification not required",74,35.887684,47.983869,3242,"2013-08-26 19:00",1518,"2013-08-26 20:00",577,"2013-03-05 18:00",398,"2013-08-26 18:00","","","","",139,109,83,65,44,29,11,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","81102",1,33.48385,-112.14257,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8507,100,61,61,22,253,"","","Certification not required",74,36.590572,50.914444,3242,"2013-08-26 19:00",1518,"2013-08-26 20:00",726,"2013-04-08 14:00",647,"2013-04-08 13:00","","","","",149,113,84,66,44,29,12,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","81102",1,33.48385,-112.14257,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8507,100,61,61,22,253,"","","Certification not required",74,36.590572,50.914444,3242,"2013-08-26 19:00",1518,"2013-08-26 20:00",726,"2013-04-08 14:00",647,"2013-04-08 13:00","","","","",149,113,84,66,44,29,12,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","81102",1,33.48385,-112.14257,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",355,100,61,61,0,0,2,2,"Certification not required",0,36.16338,20.965975,255,"2013-08-26 00:00",188,"2013-04-08 00:00",122,"2013-07-02 00:00",114,"2013-05-03 00:00","","","","",114,79,64,55,41,33,19,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","81102",1,33.48385,-112.14257,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",355,100,61,61,0,0,2,2,"Certification not required",0,36.16338,20.965975,255,"2013-08-26 00:00",188,"2013-04-08 00:00",122,"2013-07-02 00:00",114,"2013-05-03 00:00","","","","",114,79,64,55,41,33,19,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","81102",1,33.48385,-112.14257,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",355,100,61,61,0,0,1,1,"Certification not required",0,35.464789,18.774931,255,"2013-08-26 00:00",114,"2013-05-03 00:00",86,"2013-05-04 00:00",83,"2013-08-17 00:00","","","","",83,77,63,54,41,33,19,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","88101",1,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,1,1,"Certification not required",0,10.173276,7.994328,76,"2013-01-01 00:00",31.8,"2013-12-24 00:00",28,"2013-06-30 00:00",25.1,"2013-01-19 00:00","","","","",31.8,28,22.3,17,11,8.4,5,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","88101",1,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,10.173276,7.994328,76,"2013-01-01 00:00",31.8,"2013-12-24 00:00",28,"2013-06-30 00:00",25.1,"2013-01-19 00:00","","","","",31.8,28,22.3,17,11,8.4,5,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","88101",2,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",22,71,22,31,0,9,0,0,"Certification not required",0,8.986364,3.432935,16,"2013-12-18 00:00",15,"2013-12-06 00:00",14.1,"2013-12-30 00:00",14,"2013-03-29 00:00","","","","",16,16,15,14.1,10,8.3,5,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","88101",2,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",22,71,22,31,0,9,"","","Certification not required",0,8.986364,3.432935,16,"2013-12-18 00:00",15,"2013-12-06 00:00",14.1,"2013-12-30 00:00",14,"2013-03-29 00:00","","","","",16,16,15,14.1,10,8.3,5,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","0019","88101",3,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",7849,90,335,365,0,911,"","","Certification not required",0,10.627774,11.919583,433.6,"2013-06-30 23:00",349,"2013-12-31 22:00",339,"2013-12-31 23:00",218.1,"2013-07-01 00:00","","","","",42,32.6,23,18.1,12,8.6,4.3,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","88101",3,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,0,2,2,"Certification not required",0,10.579511,5.994525,53,"2013-12-31 00:00",52,"2013-12-25 00:00",34.3,"2013-12-14 00:00",33.2,"2013-12-24 00:00","","","","",33.2,29,20.7,16.6,11.8,9.3,5.8,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","0019","88101",3,33.48385,-112.14257,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,0,"","","Certification not required",0,10.579511,5.994525,53,"2013-12-31 00:00",52,"2013-12-25 00:00",34.3,"2013-12-14 00:00",33.2,"2013-12-24 00:00","","","","",33.2,29,20.7,16.6,11.8,9.3,5.8,"WEST PHOENIX","3847 W EARLL DR-WEST PHOENIX STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","42101",1,33.41045,-111.86507,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5032,57,212,365,0,56,0,0,"Certification not required",4167,0.322109,0.179853,1.8,"2013-01-01 00:00",1.8,"2013-12-16 20:00",1.5,"2013-01-01 01:00",1.4,"2013-01-08 20:00","","","","",1.1,0.9,0.7,0.6,0.25,0.25,0.25,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","42101",1,33.41045,-111.86507,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5058,58,211,365,0,0,0,0,"Certification not required",0,0.350099,0.106822,1.2,"2013-01-01 05:00",1.2,"2013-12-16 22:00",1.1,"2013-01-01 06:00",1.1,"2013-12-16 21:00",1.2,"2013-01-01 05:00",1.2,"2013-12-16 22:00",0.8,0.7,0.6,0.5,0.4,0.3,0.3,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","44201",1,33.41045,-111.86507,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8569,100,214,214,0,191,0,0,"Certification not required",681,0.06343,0.011299,0.097,"2013-07-02 14:00",0.094,"2013-07-17 16:00",0.091,"2013-05-31 16:00",0.091,"2013-06-07 14:00","","","","",0.091,0.091,0.085,0.079,0.07,0.063,0.055,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","44201",1,33.41045,-111.86507,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8630,100,214,214,0,0,1,1,"Certification not required",0,0.056706,0.009558,0.086,"2013-07-17 10:00",0.079,"2013-05-31 11:00",0.079,"2013-07-08 10:00",0.079,"2013-07-18 11:00","","","","",0.079,0.078,0.073,0.069,0.063,0.057,0.049,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","44201",1,33.41045,-111.86507,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8630,100,214,214,0,0,6,6,"Certification not required",0,0.056706,0.009558,0.086,"2013-07-17 10:00",0.079,"2013-05-31 11:00",0.079,"2013-07-08 10:00",0.079,"2013-07-18 11:00","","","","",0.079,0.078,0.073,0.069,0.063,0.057,0.049,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","61101",1,33.41045,-111.86507,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8741,100,365,365,0,19,"","","Certification not required",0,3.618888,1.982029,14.8,"2013-04-08 11:00",14.8,"2013-04-08 16:00",14.6,"2013-07-02 03:00",14.2,"2013-10-09 14:00","","","","",10,8.9,7.4,6.3,4.6,3.2,1.6,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","61102",1,33.41045,-111.86507,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8742,100,365,365,0,18,"","","Certification not required",0,168.399908,97.062335,360,"2013-01-15 02:00",360,"2013-02-12 13:00",360,"2013-03-11 14:00",360,"2013-03-12 23:00","","","","",353,346,328,302,262,149,50,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","61103",1,33.41045,-111.86507,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8741,100,365,365,0,19,"","","Certification not required",0,3.102185,1.91581,14.2,"2013-07-02 03:00",14,"2013-04-08 16:00",13.7,"2013-04-08 11:00",13.2,"2013-07-02 04:00","","","","",9.2,8.2,6.8,5.7,4,2.7,1,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","61104",1,33.41045,-111.86507,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8742,100,365,365,0,18,"","","Certification not required",0,169.547472,97.084455,360,"2013-01-14 09:00",360,"2013-01-20 20:00",360,"2013-02-24 18:00",360,"2013-07-18 14:00","","","","",353,346,329,302,264,151,51,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","81102",1,33.41045,-111.86507,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8591,98,359,365,9,169,"","","Certification not required",0,29.348388,37.757871,1354,"2013-08-20 19:00",1299,"2013-06-30 23:00",1191,"2013-06-30 22:00",1046,"2013-08-20 20:00","","","","",111,82,62,50,36,24,9,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","81102",1,33.41045,-111.86507,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8582,98,359,365,0,169,"","","Certification not required",0,28.82172,31.383433,1354,"2013-08-20 19:00",1046,"2013-08-20 20:00",630,"2013-04-08 17:00",503,"2013-08-23 22:00","","","","",107,80,61,50,36,24,9,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","81102",1,33.41045,-111.86507,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8591,98,359,365,9,169,"","","Certification not required",0,29.348388,37.757871,1354,"2013-08-20 19:00",1299,"2013-06-30 23:00",1191,"2013-06-30 22:00",1046,"2013-08-20 20:00","","","","",111,82,62,50,36,24,9,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","81102",1,33.41045,-111.86507,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",359,98,359,365,0,0,0,0,"Certification not required",0,28.827298,17.434257,151,"2013-04-08 00:00",139,"2013-06-30 00:00",133,"2013-08-20 00:00",118,"2013-07-02 00:00","","","","",118,71,52,43,35,27,13,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","81102",1,33.41045,-111.86507,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",359,98,359,365,0,0,0,0,"Certification not required",0,28.314763,15.70765,151,"2013-04-08 00:00",133,"2013-08-20 00:00",115,"2013-05-03 00:00",93,"2013-10-09 00:00","","","","",93,61,52,43,35,27,13,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","81102",1,33.41045,-111.86507,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",359,98,359,365,0,0,0,0,"Certification not required",0,28.827298,17.434257,151,"2013-04-08 00:00",139,"2013-06-30 00:00",133,"2013-08-20 00:00",118,"2013-07-02 00:00","","","","",118,71,52,43,35,27,13,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","86502",3,33.41045,-111.86507,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8578,98,358,365,0,182,"","","Certification not required",0,13.029646,20.22786,651,"2013-06-30 23:00",630,"2013-06-30 22:00",562,"2013-08-20 19:00",516,"2013-08-20 20:00","","","","",63.3,47.8,32.9,24.6,15.4,9.5,2.8,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","88101",3,33.41045,-111.86507,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8604,98,365,365,0,156,"","","Certification not required",0,5.738308,5.539748,173.8,"2013-01-01 01:00",139.9,"2013-01-01 02:00",113.5,"2013-01-01 03:00",110.9,"2013-01-01 00:00","","","","",22.6,17.9,13.4,10.6,7.3,4.9,1.3,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","88101",3,33.41045,-111.86507,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,0,0,"Certification not required",0,5.681389,3.173403,31.9,"2013-01-01 00:00",23.4,"2013-12-01 00:00",20.6,"2013-12-02 00:00",17.7,"2013-11-30 00:00","","","","",17.7,12.8,10.9,9.3,6.7,5.1,2.8,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","88101",3,33.41045,-111.86507,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,5.681389,3.173403,31.9,"2013-01-01 00:00",23.4,"2013-12-01 00:00",20.6,"2013-12-02 00:00",17.7,"2013-11-30 00:00","","","","",17.7,12.8,10.9,9.3,6.7,5.1,2.8,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","88503",3,33.41045,-111.86507,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7239,83,303,365,0,1521,"","","Certification not required",0,-0.983133,2.115864,49,"2013-06-07 20:00",28.8,"2013-07-02 13:00",26.8,"2013-06-10 20:00",26.7,"2013-06-02 19:00","","","","",2.7,2,1.2,0.6,0,-0.9,-2.9,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1003","88503",3,33.41045,-111.86507,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,-0.939934,0.783241,0.6,"2013-06-12 00:00",0.6,"2013-07-02 00:00",0.5,"2013-02-27 00:00",0.4,"2013-01-03 00:00","","","","",0.4,0.4,0,-0.1,-0.4,-0.9,-1.9,"MESA","310 S BROOKS, MESA","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","42101",1,33.56033,-112.06626,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5040,58,212,365,0,48,0,0,"Certification not required",3438,0.400754,0.25801,2.3,"2013-12-18 08:00",2.2,"2013-01-31 07:00",1.9,"2013-01-23 08:00",1.8,"2013-01-08 08:00","","","","",1.3,1.1,0.9,0.8,0.5,0.25,0.25,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","42101",1,33.56033,-112.06626,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5080,58,212,365,0,0,0,0,"Certification not required",0,0.418701,0.156668,1.3,"2013-12-18 11:00",1.3,"2013-12-18 12:00",1.3,"2013-12-18 13:00",1.2,"2013-01-01 05:00",1.3,"2013-12-18 11:00",1.2,"2013-01-01 05:00",0.9,0.8,0.7,0.6,0.5,0.4,0.3,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","44201",1,33.56033,-112.06626,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8675,100,365,365,0,85,0,0,"Certification not required",1004,0.056849,0.013956,0.097,"2013-05-31 15:00",0.096,"2013-07-08 13:00",0.096,"2013-08-19 15:00",0.091,"2013-06-01 16:00","","","","",0.091,0.089,0.08,0.074,0.067,0.057,0.04,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","44201",1,33.56033,-112.06626,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,0,0,"Certification not required",0,0.049847,0.013241,0.08,"2013-05-13 11:00",0.08,"2013-07-08 09:00",0.08,"2013-07-17 10:00",0.079,"2013-09-03 10:00","","","","",0.079,0.074,0.07,0.065,0.06,0.051,0.032,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","44201",1,33.56033,-112.06626,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,7,7,"Certification not required",0,0.049847,0.013241,0.08,"2013-05-13 11:00",0.08,"2013-07-08 09:00",0.08,"2013-07-17 10:00",0.079,"2013-09-03 10:00","","","","",0.079,0.074,0.07,0.065,0.06,0.051,0.032,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","61101",1,33.56033,-112.06626,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8752,100,365,365,0,8,"","","Certification not required",0,2.382587,2.002008,13.6,"2013-02-24 03:00",12.8,"2013-02-24 09:00",12.8,"2013-04-08 13:00",12.7,"2013-07-02 04:00","","","","",8.8,7.7,6.3,5.2,3.5,1.8,0.3,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","61102",1,33.56033,-112.06626,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,165.443784,100.612602,360,"2013-02-21 20:00",360,"2013-02-24 22:00",360,"2013-04-02 22:00",360,"2013-05-28 03:00","","","","",352,344,319,287,253,179,34,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","61103",1,33.56033,-112.06626,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8752,100,365,365,0,8,"","","Certification not required",0,2.038346,1.89307,13.1,"2013-02-24 03:00",12.2,"2013-02-24 09:00",12.2,"2013-07-02 04:00",12.1,"2013-04-08 13:00","","","","",8.3,7.3,5.8,4.8,3,1.5,0.2,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","61104",1,33.56033,-112.06626,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,165.932815,100.136085,360,"2013-02-06 04:00",360,"2013-02-21 20:00",360,"2013-02-26 20:00",360,"2013-12-11 18:00","","","","",350,341,315,286,253,179,33,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","62106",1,33.56033,-112.06626,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Spot reading level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8752,100,365,365,0,8,"","","Certification not required",0,0.106604,0.980577,3.1,"2013-01-17 05:00",3.1,"2013-02-16 06:00",3.1,"2013-10-23 05:00",3.1,"2013-10-27 21:00","","","","",2.3,2,1.7,1.4,0.8,0.1,-1.2,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","81102",1,33.56033,-112.06626,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8556,98,359,365,5,204,"","","Certification not required",203,26.440626,45.071172,3374,"2013-07-18 08:00",629,"2013-04-08 15:00",590,"2013-04-08 14:00",578,"2013-08-20 20:00","","","","",103,77,57,45,32,22,8,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","81102",1,33.56033,-112.06626,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8551,98,359,365,0,204,"","","Certification not required",203,26.269208,44.452748,3374,"2013-07-18 08:00",629,"2013-04-08 15:00",590,"2013-04-08 14:00",578,"2013-08-20 20:00","","","","",99,76,57,45,32,22,8,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","81102",1,33.56033,-112.06626,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8556,98,359,365,5,204,"","","Certification not required",203,26.440626,45.071172,3374,"2013-07-18 08:00",629,"2013-04-08 15:00",590,"2013-04-08 14:00",578,"2013-08-20 20:00","","","","",103,77,57,45,32,22,8,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","81102",1,33.56033,-112.06626,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",359,98,359,365,0,0,0,0,"Certification not required",0,25.983287,15.71107,153,"2013-07-18 00:00",148,"2013-04-08 00:00",107,"2013-05-03 00:00",83,"2013-07-02 00:00","","","","",83,75,49,36,31,25,12,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","81102",1,33.56033,-112.06626,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",359,98,359,365,0,0,0,0,"Certification not required",0,25.983287,15.71107,153,"2013-07-18 00:00",148,"2013-04-08 00:00",107,"2013-05-03 00:00",83,"2013-07-02 00:00","","","","",83,75,49,36,31,25,12,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","81102",1,33.56033,-112.06626,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",359,98,359,365,0,0,0,0,"Certification not required",0,25.818942,15.302465,153,"2013-07-18 00:00",148,"2013-04-08 00:00",107,"2013-05-03 00:00",80,"2013-09-06 00:00","","","","",80,64,47,36,31,25,12,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","86101",3,33.56033,-112.06626,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",4167,94,174,184,0,249,"","","Certification not required",0,17.014255,24.272052,535.2,"2013-08-20 20:00",502.3,"2013-09-02 10:00",444.4,"2013-09-06 00:00",426,"2013-09-05 22:00","","","","",81.2,60.4,42.3,32.1,20.8,12.5,3.1,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","88101",3,33.56033,-112.06626,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8576,98,365,365,0,184,"","","Certification not required",0,8.072073,8.95731,464.4,"2013-06-30 23:00",326.6,"2013-01-01 00:00",174.3,"2013-07-18 08:00",169.8,"2013-01-01 01:00","","","","",29.3,22.7,17.1,13.6,9.9,7.1,2.5,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","88101",3,33.56033,-112.06626,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,1,1,"Certification not required",0,7.991989,4.28026,57.3,"2013-01-01 00:00",30.9,"2013-06-30 00:00",26.9,"2013-12-01 00:00",20.3,"2013-12-31 00:00","","","","",20.3,17.2,13.6,12,9.2,7.3,4.2,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1004","88101",3,33.56033,-112.06626,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,7.991989,4.28026,57.3,"2013-01-01 00:00",30.9,"2013-06-30 00:00",26.9,"2013-12-01 00:00",20.3,"2013-12-31 00:00","","","","",20.3,17.2,13.6,12,9.2,7.3,4.2,"NORTH PHOENIX","601 E BUTLER DR & N 6TH ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","44201",1,33.45223,-111.73331,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8623,100,214,214,0,137,0,0,"Certification not required",63,0.062827,0.011366,0.096,"2013-05-31 17:00",0.096,"2013-07-02 14:00",0.091,"2013-06-28 15:00",0.09,"2013-06-07 15:00","","","","",0.091,0.09,0.085,0.077,0.07,0.063,0.053,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","44201",1,33.45223,-111.73331,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8703,100,214,214,0,0,0,0,"Certification not required",0,0.055995,0.009398,0.082,"2013-07-17 11:00",0.08,"2013-05-31 12:00",0.079,"2013-06-28 11:00",0.077,"2013-07-02 09:00","","","","",0.079,0.076,0.072,0.067,0.062,0.056,0.048,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","44201",1,33.45223,-111.73331,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8703,100,214,214,0,0,5,5,"Certification not required",0,0.055995,0.009398,0.082,"2013-07-17 11:00",0.08,"2013-05-31 12:00",0.079,"2013-06-28 11:00",0.077,"2013-07-02 09:00","","","","",0.079,0.076,0.072,0.067,0.062,0.056,0.048,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","61101",1,33.45223,-111.73331,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8744,100,365,365,0,16,"","","Certification not required",0,4.823136,2.591915,21.1,"2013-07-16 18:00",18.8,"2013-07-02 04:00",18.6,"2013-07-02 03:00",17.5,"2013-08-31 17:00","","","","",12.2,11.3,9.7,8.4,6.3,4.3,2,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","61102",1,33.45223,-111.73331,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8698,99,362,365,0,62,"","","Certification not required",0,163.545298,110.620279,360,"2013-02-15 17:00",360,"2013-07-14 21:00",360,"2013-07-15 04:00",360,"2013-08-18 07:00","","","","",355,348,330,310,268,161,25,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","61103",1,33.45223,-111.73331,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8744,100,365,365,0,16,"","","Certification not required",0,4.262877,2.527576,20.8,"2013-07-16 18:00",18.4,"2013-07-02 04:00",18.1,"2013-07-02 03:00",17.3,"2013-08-31 17:00","","","","",11.6,10.6,9,7.8,5.7,3.8,1.4,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","1010","61104",1,33.45223,-111.73331,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8695,99,362,365,0,65,"","","Certification not required",0,157.032662,108.235924,360,"2013-01-14 20:00",360,"2013-03-13 15:00",360,"2013-03-29 10:00",360,"2013-04-06 19:00","","","","",353,346,326,304,260,149,26,"FALCON FIELD","4530 E MCKELLIPS RD-FALCON FIELD STATION","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","42101",1,33.57454,-112.19196,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5027,57,212,365,0,61,0,0,"Certification not required",3329,0.411906,0.264481,1.9,"2013-11-09 07:00",1.7,"2013-01-01 04:00",1.6,"2013-01-01 00:00",1.6,"2013-01-01 03:00","","","","",1.3,1.2,1,0.8,0.5,0.25,0.25,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","42101",1,33.57454,-112.19196,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5059,58,210,365,0,0,0,0,"Certification not required",0,0.429611,0.182988,1.6,"2013-01-01 05:00",1.6,"2013-01-01 06:00",1.5,"2013-01-01 07:00",1.4,"2013-01-01 08:00",1.6,"2013-01-01 05:00",1.2,"2013-11-11 00:00",1,1,0.8,0.7,0.5,0.3,0.3,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","44201",1,33.57454,-112.19196,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8547,100,213,214,0,213,0,0,"Certification not required",1096,0.060155,0.009836,0.092,"2013-07-08 12:00",0.087,"2013-05-13 15:00",0.086,"2013-07-17 15:00",0.086,"2013-09-03 13:00","","","","",0.086,0.084,0.078,0.073,0.066,0.06,0.054,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","44201",1,33.57454,-112.19196,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8612,100,213,214,0,0,0,0,"Certification not required",0,0.053897,0.008377,0.077,"2013-05-13 11:00",0.076,"2013-07-17 10:00",0.075,"2013-07-08 08:00",0.074,"2013-06-01 10:00","","","","",0.075,0.073,0.068,0.065,0.059,0.055,0.047,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","44201",1,33.57454,-112.19196,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8612,100,213,214,0,0,2,2,"Certification not required",0,0.053897,0.008377,0.077,"2013-05-13 11:00",0.076,"2013-07-17 10:00",0.075,"2013-07-08 08:00",0.074,"2013-06-01 10:00","","","","",0.075,0.073,0.068,0.065,0.059,0.055,0.047,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","61101",1,33.57454,-112.19196,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8751,100,365,365,0,9,"","","Certification not required",0,3.797372,2.545757,19.2,"2013-04-08 14:00",19,"2013-04-08 12:00",17.8,"2013-04-08 13:00",17.7,"2013-04-08 15:00","","","","",11.9,10.7,8.9,7.4,5,3,1.3,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","61102",1,33.57454,-112.19196,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,169.222692,100.797488,360,"2013-01-21 20:00",360,"2013-01-22 16:00",360,"2013-02-12 00:00",360,"2013-05-13 06:00","","","","",356,352,337,300,240,195,29,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","61103",1,33.57454,-112.19196,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8751,100,365,365,0,9,"","","Certification not required",0,3.343366,2.525972,18.6,"2013-04-08 14:00",18.2,"2013-04-08 12:00",17.2,"2013-04-08 15:00",17,"2013-04-08 13:00","","","","",11.3,10.2,8.5,6.9,4.6,2.6,0.9,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","61104",1,33.57454,-112.19196,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,167.49543,100.424176,360,"2013-01-31 00:00",360,"2013-02-19 03:00",360,"2013-03-27 07:00",360,"2013-04-10 06:00","","","","",356,352,337,295,239,193,29,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","81102",1,33.57454,-112.19196,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8588,98,357,365,20,172,"","","Certification not required",0,28.262809,57.194258,4070,"2013-06-30 23:00",2096,"2013-08-26 19:00",709,"2013-07-02 05:00",697,"2013-04-08 13:00","","","","",117,90,61,47,33,23,8,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","81102",1,33.57454,-112.19196,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8568,98,357,365,0,172,"","","Certification not required",0,27.075514,31.968187,2096,"2013-08-26 19:00",681,"2013-08-26 20:00",353,"2013-11-15 18:00",281,"2013-04-09 00:00","","","","",112,87,60,46,33,23,8,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","81102",1,33.57454,-112.19196,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8588,98,357,365,20,172,"","","Certification not required",0,28.262809,57.194258,4070,"2013-06-30 23:00",2096,"2013-08-26 19:00",709,"2013-07-02 05:00",697,"2013-04-08 13:00","","","","",117,90,61,47,33,23,8,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","81102",1,33.57454,-112.19196,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",357,98,357,365,0,0,2,2,"Certification not required",0,27.54902,18.36065,210,"2013-06-30 00:00",172,"2013-04-08 00:00",132,"2013-07-02 00:00",90,"2013-05-03 00:00","","","","",90,70,49,38,32,26,13,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","81102",1,33.57454,-112.19196,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",357,98,357,365,0,0,2,2,"Certification not required",0,27.54902,18.36065,210,"2013-06-30 00:00",172,"2013-04-08 00:00",132,"2013-07-02 00:00",90,"2013-05-03 00:00","","","","",90,70,49,38,32,26,13,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","81102",1,33.57454,-112.19196,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",357,98,357,365,0,0,0,0,"Certification not required",0,26.380952,12.195757,90,"2013-05-03 00:00",80,"2013-07-07 00:00",78,"2013-11-15 00:00",70,"2013-01-01 00:00","","","","",70,64,45,38,32,26,13,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","88101",3,33.57454,-112.19196,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8679,99,365,365,0,81,"","","Certification not required",0,7.560652,10.336725,456,"2013-06-30 23:00",293,"2013-01-01 01:00",273,"2013-01-01 02:00",259,"2013-01-01 03:00","","","","",29.4,23.1,16.1,12.4,8.7,6.1,2.8,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","88101",3,33.57454,-112.19196,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,1,1,"Certification not required",0,7.506044,5.481124,90,"2013-01-01 00:00",27.9,"2013-06-30 00:00",26.1,"2013-12-31 00:00",25.4,"2013-12-01 00:00","","","","",25.4,16.6,13.4,11.4,8.5,6.6,4.1,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","88101",3,33.57454,-112.19196,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,7.506044,5.481124,90,"2013-01-01 00:00",27.9,"2013-06-30 00:00",26.1,"2013-12-31 00:00",25.4,"2013-12-01 00:00","","","","",25.4,16.6,13.4,11.4,8.5,6.6,4.1,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","88503",3,33.57454,-112.19196,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8673,99,363,365,0,87,"","","Certification not required",0,-1.790142,2.039852,72,"2013-01-02 19:00",57,"2013-01-02 18:00",5.8,"2013-01-02 17:00",4.8,"2013-08-28 19:00","","","","",1.2,0.9,0.4,0,-0.7,-1.6,-3.8,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2001","88503",3,33.57454,-112.19196,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,-1.741598,1.051232,-0.2,"2013-02-09 00:00",-0.2,"2013-09-08 00:00",-0.3,"2013-04-09 00:00",-0.4,"2013-04-17 00:00","","","","",-0.4,-0.5,-0.7,-0.8,-1.1,-1.4,-3.1,"GLENDALE","6000 W OLIVE AVE,GLENDALE","Arizona","Maricopa","Glendale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","44201",1,33.706328,-111.855622,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8607,99,363,365,0,153,0,0,"Certification not required",0,0.058824,0.012655,0.096,"2013-07-08 15:00",0.093,"2013-05-31 17:00",0.09,"2013-06-07 15:00",0.09,"2013-08-19 17:00","","","","",0.09,0.086,0.08,0.075,0.068,0.059,0.044,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","44201",1,33.706328,-111.855622,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,99,361,365,0,0,0,0,"Certification not required",0,0.053263,0.010759,0.08,"2013-06-28 13:00",0.078,"2013-07-08 11:00",0.077,"2013-05-14 10:00",0.077,"2013-06-20 11:00","","","","",0.077,0.075,0.071,0.067,0.062,0.053,0.04,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","44201",1,33.706328,-111.855622,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,99,361,365,0,0,5,5,"Certification not required",0,0.053263,0.010759,0.08,"2013-06-28 13:00",0.078,"2013-07-08 11:00",0.077,"2013-05-14 10:00",0.077,"2013-06-20 11:00","","","","",0.077,0.075,0.071,0.067,0.062,0.053,0.04,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","61101",1,33.706328,-111.855622,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8737,100,365,365,0,23,"","","Certification not required",0,4.810232,2.692702,16.5,"2013-04-08 12:00",16.4,"2013-01-03 10:00",16.1,"2013-04-08 13:00",16.1,"2013-12-12 03:00","","","","",12.9,11.7,10.1,8.5,6.3,4.3,1.8,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","61102",1,33.706328,-111.855622,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8757,100,365,365,0,3,"","","Certification not required",0,143.978646,80.945867,360,"2013-12-01 17:00",359,"2013-03-21 07:00",359,"2013-04-10 01:00",359,"2013-07-11 10:00","","","","",335,310,273,253,222,99,64,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","61103",1,33.706328,-111.855622,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8737,100,365,365,0,23,"","","Certification not required",0,4.379696,2.707347,15.8,"2013-04-08 12:00",15.7,"2013-01-03 10:00",15.6,"2013-12-12 03:00",15.5,"2013-04-08 13:00","","","","",12.5,11.4,9.8,8.1,5.9,3.8,1.3,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","2005","61104",1,33.706328,-111.855622,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,143.905529,80.071319,360,"2013-05-08 20:00",360,"2013-06-06 23:00",359,"2013-01-28 21:00",359,"2013-02-26 18:00","","","","",334,307,271,251,222,99,65,"PINNACLE PEAK","25000 N WINDY WALK-PINNACLE PEAK STATION","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42101",1,33.45793,-112.04601,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8631,99,362,365,0,129,0,0,"Certification not required",6669,0.397967,0.338677,2.8,"2013-01-17 07:00",2.7,"2013-01-17 08:00",2.7,"2013-11-30 07:00",2.7,"2013-12-16 21:00","","","","",1.8,1.6,1.2,0.8,0.25,0.25,0.25,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42101",1,33.45793,-112.04601,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8695,99,360,365,0,0,0,0,"Certification not required",0,0.424715,0.258568,2.1,"2013-01-19 02:00",2.1,"2013-01-20 04:00",2.1,"2013-12-17 01:00",2,"2013-01-19 01:00",2.1,"2013-01-19 02:00",2.1,"2013-01-20 04:00",1.5,1.3,1,0.7,0.4,0.3,0.3,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42401",4,33.45793,-112.04601,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8649,99,363,365,0,111,0,"","Certification not required",0,2.652893,1.597879,9,"2013-01-17 07:00",9,"2013-03-15 09:00",8,"2013-01-16 09:00",8,"2013-01-18 08:00","","","","",8,7,6,5,3,2,1,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42401",4,33.45793,-112.04601,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8649,99,363,365,0,111,"","","Certification not required",0,1.185686,1.000912,9,"2013-01-17 07:00",9,"2013-03-15 09:00",8,"2013-01-16 09:00",8,"2013-01-17 08:00","","","","",5,4,3,2,1,1,0,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42401",4,33.45793,-112.04601,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.189532,0.603444,3.8,"2013-12-16 00:00",3.4,"2013-12-18 00:00",3.3,"2013-01-19 00:00",3.2,"2013-12-17 00:00","","","","",3.2,2.8,2.4,2,1.5,1.1,0.5,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42401",4,33.45793,-112.04601,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2831,97,363,365,0,0,"",0,"Certification not required",0,1.164889,0.908182,7.6,"2013-01-17 08:00",7,"2013-12-17 23:00",6,"2013-03-15 11:00",6,"2013-12-16 23:00","","","","",4.6,4,3,2.3,1.3,1,0,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42406",1,33.45793,-112.04601,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8649,99,363,365,0,111,"","","Certification not required",0,2.008556,4.167617,369,"2013-04-23 11:00",20,"2013-03-14 02:00",20,"2013-03-26 14:00",20,"2013-07-05 18:00","","","","",7,6,5,4,2,2,1,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42602",6,33.45793,-112.04601,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8494,97,359,365,0,266,0,"","Certification not required",0,39.824513,11.975294,63,"2013-12-16 17:00",62,"2013-04-04 20:00",62,"2013-10-23 20:00",61,"2013-01-09 20:00","","","","",61,60,58,55,49,41,22,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","42602",6,33.45793,-112.04601,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8494,97,359,365,0,266,"","","Certification not required",0,19.712856,13.900661,63,"2013-12-16 17:00",62,"2013-04-04 20:00",62,"2013-04-04 21:00",62,"2013-04-04 22:00","","","","",55,51,46,40,30,16,5,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","44201",1,33.45793,-112.04601,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8669,100,365,365,0,91,0,0,"Certification not required",1919,0.052258,0.013369,0.096,"2013-09-03 15:00",0.091,"2013-07-07 13:00",0.09,"2013-05-31 15:00",0.089,"2013-07-17 14:00","","","","",0.089,0.083,0.074,0.07,0.061,0.052,0.036,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","44201",1,33.45793,-112.04601,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,365,365,0,0,0,0,"Certification not required",0,0.045271,0.012936,0.079,"2013-07-17 10:00",0.079,"2013-07-18 11:00",0.077,"2013-09-03 10:00",0.075,"2013-07-08 09:00","","","","",0.075,0.072,0.065,0.062,0.055,0.046,0.028,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","44201",1,33.45793,-112.04601,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,365,365,0,0,3,3,"Certification not required",0,0.045271,0.012936,0.079,"2013-07-17 10:00",0.079,"2013-07-18 11:00",0.077,"2013-09-03 10:00",0.075,"2013-07-08 09:00","","","","",0.075,0.072,0.065,0.062,0.055,0.046,0.028,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","61101",1,33.45793,-112.04601,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8744,100,364,365,0,16,"","","Certification not required",0,4.001521,2.413181,18.9,"2013-06-30 23:00",18,"2013-04-08 15:00",17.4,"2013-04-08 14:00",17.2,"2013-04-08 16:00","","","","",12.1,10.7,8.9,7.3,5.1,3.4,1.6,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","61102",1,33.45793,-112.04601,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8746,100,364,365,0,14,"","","Certification not required",0,188.910816,95.631369,360,"2013-02-15 00:00",360,"2013-03-01 21:00",360,"2013-04-19 06:00",360,"2013-11-10 06:00","","","","",353,345,326,303,276,191,69,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","61103",1,33.45793,-112.04601,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8738,100,364,365,0,22,"","","Certification not required",0,3.521286,2.426596,18.3,"2013-06-30 23:00",17.4,"2013-04-08 15:00",16.7,"2013-04-08 14:00",16.4,"2013-04-08 16:00","","","","",11.5,10.2,8.5,6.9,4.7,3,1,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","61104",1,33.45793,-112.04601,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8740,100,364,365,0,20,"","","Certification not required",0,190.51476,94.994323,360,"2013-02-24 03:00",360,"2013-03-23 08:00",360,"2013-04-18 07:00",360,"2013-10-05 01:00","","","","",352,346,326,303,276,197,72,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","81102",4,33.45793,-112.04601,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8543,98,358,365,0,194,"","","Certification not required",0,30.937376,29.442732,1697,"2013-08-26 18:00",521,"2013-09-02 10:00",483,"2013-08-26 20:00",472,"2013-08-26 21:00","","","","",106,80,64,52,39,27,10,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","81102",4,33.45793,-112.04601,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8566,98,358,365,23,194,"","","Certification not required",0,32.394233,67.808617,5251,"2013-06-30 23:00",1697,"2013-08-26 18:00",1648,"2013-06-30 22:00",719,"2013-07-02 05:00","","","","",116,84,65,52,39,27,10,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","81102",4,33.45793,-112.04601,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8566,98,358,365,23,194,"","","Certification not required",0,32.394233,67.808617,5251,"2013-06-30 23:00",1697,"2013-08-26 18:00",1648,"2013-06-30 22:00",719,"2013-07-02 05:00","","","","",116,84,65,52,39,27,10,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","81102",4,33.45793,-112.04601,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",358,98,358,365,0,0,0,0,"Certification not required",0,30.452514,13.596289,144,"2013-08-26 00:00",114,"2013-05-03 00:00",76,"2013-05-04 00:00",66,"2013-07-01 00:00","","","","",66,61,50,44,37,30,16,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","81102",4,33.45793,-112.04601,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",358,98,358,365,0,0,2,2,"Certification not required",0,31.885475,22.795664,328,"2013-06-30 00:00",184,"2013-04-08 00:00",144,"2013-08-26 00:00",120,"2013-07-02 00:00","","","","",120,63,53,45,37,30,16,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3002","81102",4,33.45793,-112.04601,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",358,98,358,365,0,0,2,2,"Certification not required",0,31.885475,22.795664,328,"2013-06-30 00:00",184,"2013-04-08 00:00",144,"2013-08-26 00:00",120,"2013-07-02 00:00","","","","",120,63,53,45,37,30,16,"CENTRAL PHOENIX","1645 E ROOSEVELT ST-CENTRAL PHOENIX STN","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","42101",1,33.47968,-111.91721,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5037,58,212,365,0,51,0,0,"Certification not required",3667,0.375749,0.233798,1.8,"2013-12-17 18:00",1.7,"2013-12-31 23:00",1.6,"2013-12-16 20:00",1.6,"2013-12-17 19:00","","","","",1.2,1,0.9,0.7,0.5,0.25,0.25,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-11" +"04","013","3003","42101",1,33.47968,-111.91721,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5073,58,212,365,0,0,0,0,"Certification not required",0,0.398246,0.160953,1.4,"2013-12-17 00:00",1.4,"2013-12-17 01:00",1.3,"2013-12-16 23:00",1.3,"2013-12-17 02:00",1.4,"2013-12-17 00:00",1.2,"2013-12-18 00:00",0.9,0.9,0.8,0.6,0.4,0.3,0.3,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-11" +"04","013","3003","44201",1,33.47968,-111.91721,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8661,100,365,365,0,99,0,0,"Certification not required",1141,0.052904,0.013933,0.098,"2013-05-31 16:00",0.091,"2013-07-17 15:00",0.09,"2013-07-02 13:00",0.088,"2013-07-07 14:00","","","","",0.088,0.084,0.078,0.07,0.062,0.053,0.036,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","44201",1,33.47968,-111.91721,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8727,100,365,365,0,0,0,0,"Certification not required",0,0.046285,0.012816,0.079,"2013-07-17 10:00",0.077,"2013-07-08 10:00",0.075,"2013-07-18 11:00",0.074,"2013-05-13 11:00","","","","",0.074,0.072,0.067,0.062,0.056,0.047,0.03,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","44201",1,33.47968,-111.91721,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8727,100,365,365,0,0,2,2,"Certification not required",0,0.046285,0.012816,0.079,"2013-07-17 10:00",0.077,"2013-07-08 10:00",0.075,"2013-07-18 11:00",0.074,"2013-05-13 11:00","","","","",0.074,0.072,0.067,0.062,0.056,0.047,0.03,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","61101",1,33.47968,-111.91721,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8731,100,364,365,0,29,"","","Certification not required",0,3.325747,2.160812,16.8,"2013-04-08 15:00",16.3,"2013-03-08 15:00",16.2,"2013-04-08 14:00",15.8,"2013-04-08 11:00","","","","",10,8.9,7.5,6.3,4.5,2.9,1.1,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","61102",1,33.47968,-111.91721,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8734,100,364,365,0,26,"","","Certification not required",0,167.377147,99.713622,360,"2013-05-31 22:00",360,"2013-06-10 22:00",360,"2013-08-31 10:00",360,"2013-12-21 07:00","","","","",353,346,320,296,266,153,44,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","61103",1,33.47968,-111.91721,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8731,100,364,365,0,29,"","","Certification not required",0,2.935357,2.071933,16.1,"2013-04-08 15:00",15.8,"2013-03-08 15:00",15.5,"2013-04-08 14:00",15.2,"2013-04-08 11:00","","","","",9.5,8.3,6.9,5.8,4,2.4,0.8,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","61104",1,33.47968,-111.91721,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8734,100,364,365,0,26,"","","Certification not required",0,166.47275,99.06426,360,"2013-01-01 15:00",360,"2013-01-06 21:00",360,"2013-01-21 06:00",360,"2013-10-22 17:00","","","","",353,344,315,294,265,152,43,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","81102",1,33.47968,-111.91721,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8638,99,361,365,9,122,"","","Certification not required",0,26.456008,43.705855,3107,"2013-06-30 23:00",838,"2013-08-20 20:00",757,"2013-06-30 22:00",648,"2013-09-05 22:00","","","","",98,71,53,44,33,22,7,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","81102",1,33.47968,-111.91721,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8638,99,361,365,9,122,"","","Certification not required",0,26.456008,43.705855,3107,"2013-06-30 23:00",838,"2013-08-20 20:00",757,"2013-06-30 22:00",648,"2013-09-05 22:00","","","","",98,71,53,44,33,22,7,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","81102",1,33.47968,-111.91721,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8629,99,361,365,0,122,"","","Certification not required",0,25.766601,25.534726,838,"2013-08-20 20:00",648,"2013-09-05 22:00",513,"2013-04-08 10:00",460,"2013-08-26 21:00","","","","",91,70,53,44,33,22,7,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","81102",1,33.47968,-111.91721,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",361,99,361,365,0,0,1,1,"Certification not required",0,25.944598,16.959993,195,"2013-06-30 00:00",142,"2013-04-08 00:00",104,"2013-05-03 00:00",99,"2013-07-02 00:00","","","","",99,71,46,38,30,24,12,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","81102",1,33.47968,-111.91721,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",361,99,361,365,0,0,0,0,"Certification not required",0,25.274238,13.727694,142,"2013-04-08 00:00",104,"2013-05-03 00:00",84,"2013-08-20 00:00",72,"2013-07-07 00:00","","","","",72,61,44,38,30,24,12,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3003","81102",1,33.47968,-111.91721,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",361,99,361,365,0,0,1,1,"Certification not required",0,25.944598,16.959993,195,"2013-06-30 00:00",142,"2013-04-08 00:00",104,"2013-05-03 00:00",99,"2013-07-02 00:00","","","","",99,71,46,38,30,24,12,"SOUTH SCOTTSDALE","2857 N MILLER RD-S SCOTTSDALE STN","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","42101",1,33.46093,-112.11748,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8662,99,365,365,0,98,0,0,"Certification not required",4913,0.51992,0.422156,3.3,"2013-01-17 07:00",3.1,"2013-01-17 08:00",3.1,"2013-01-21 08:00",3.1,"2013-12-11 07:00","","","","",2.1,1.8,1.4,1.1,0.6,0.25,0.25,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","42101",1,33.46093,-112.11748,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8732,100,365,365,0,0,0,0,"Certification not required",0,0.533875,0.342018,2.5,"2013-01-19 08:00",2.4,"2013-01-19 07:00",2.4,"2013-01-19 09:00",2.4,"2013-01-20 03:00",2.5,"2013-01-19 08:00",2.4,"2013-01-20 03:00",1.8,1.6,1.3,1,0.6,0.4,0.3,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","42602",1,33.46093,-112.11748,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8573,98,361,365,0,187,0,"","Certification not required",0,44.628809,10.1809,81,"2013-01-17 08:00",70,"2013-12-16 11:00",68,"2013-01-21 08:00",66,"2013-10-23 18:00","","","","",66,63,60,57,51,45,30,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","42602",1,33.46093,-112.11748,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8573,98,361,365,0,187,"","","Certification not required",0,24.577161,14.854184,81,"2013-01-17 08:00",75,"2013-01-17 07:00",70,"2013-12-16 11:00",68,"2013-01-21 08:00","","","","",57,54,49,45,36,24,6,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","61101",1,33.46093,-112.11748,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,2.920069,2.263424,14.1,"2013-04-08 11:00",14.1,"2013-04-08 15:00",14,"2013-04-08 12:00",13.6,"2013-04-08 13:00","","","","",9.5,8.5,7.2,6,4.3,2.6,0,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","61102",1,33.46093,-112.11748,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8753,100,365,365,0,7,"","","Certification not required",0,191.137896,93.12079,360,"2013-02-23 21:00",360,"2013-11-08 05:00",360,"2013-12-29 21:00",359,"2013-01-02 17:00","","","","",352,343,318,295,264,224,62,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","61103",1,33.46093,-112.11748,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,2.600046,2.146498,13.5,"2013-04-08 11:00",13.4,"2013-04-08 15:00",13.2,"2013-04-08 12:00",12.9,"2013-04-08 13:00","","","","",9.1,8.1,6.8,5.6,3.8,2.1,0.3,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","61104",1,33.46093,-112.11748,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8753,100,365,365,0,7,"","","Certification not required",0,186.143836,92.597567,360,"2013-02-11 07:00",360,"2013-05-02 01:00",360,"2013-07-21 14:00",360,"2013-10-05 23:00","","","","",352,343,306,285,263,221,59,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","81102",1,33.46093,-112.11748,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8652,99,364,365,0,84,"","","Certification not required",0,40.542765,39.587684,2246,"2013-08-26 19:00",1070,"2013-08-26 20:00",865,"2013-08-26 18:00",422,"2013-07-19 22:00","","","","",142,115,88,72,51,34,14,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","81102",1,33.46093,-112.11748,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8676,99,364,365,24,84,"","","Certification not required",0,41.934647,65.41133,4456,"2013-06-30 23:00",2246,"2013-08-26 19:00",1174,"2013-06-30 22:00",1070,"2013-08-26 20:00","","","","",153,119,90,73,51,34,14,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","81102",1,33.46093,-112.11748,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8676,99,364,365,24,84,"","","Certification not required",0,41.934647,65.41133,4456,"2013-06-30 23:00",2246,"2013-08-26 19:00",1174,"2013-06-30 22:00",1070,"2013-08-26 20:00","","","","",153,119,90,73,51,34,14,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","81102",1,33.46093,-112.11748,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",364,100,364,365,0,0,3,3,"Certification not required",0,41.538462,23.64513,273,"2013-06-30 00:00",207,"2013-04-08 00:00",203,"2013-08-26 00:00",146,"2013-07-02 00:00","","","","",146,84,67,60,48,39,21,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","81102",1,33.46093,-112.11748,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",364,100,364,365,0,0,1,1,"Certification not required",0,40.18956,17.447435,203,"2013-08-26 00:00",119,"2013-05-03 00:00",101,"2013-09-06 00:00",87,"2013-05-04 00:00","","","","",87,76,66,59,48,39,21,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","3010","81102",1,33.46093,-112.11748,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",364,100,364,365,0,0,3,3,"Certification not required",0,41.538462,23.64513,273,"2013-06-30 00:00",207,"2013-04-08 00:00",203,"2013-08-26 00:00",146,"2013-07-02 00:00","","","","",146,84,67,60,48,39,21,"GREENWOOD","1128 N. 27TH AVE-GREENWOOD STATION","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","42101",1,33.40316,-112.07533,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5041,58,212,365,0,47,0,0,"Certification not required",2937,0.499395,0.383975,3.5,"2013-01-17 08:00",3.1,"2013-12-24 21:00",2.9,"2013-12-25 01:00",2.7,"2013-01-17 09:00","","","","",1.8,1.6,1.3,1,0.7,0.25,0.25,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","42101",1,33.40316,-112.07533,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5080,58,212,365,0,0,0,0,"Certification not required",0,0.513563,0.272431,2.3,"2013-12-25 03:00",2.3,"2013-12-25 04:00",2.2,"2013-01-01 05:00",2.2,"2013-12-25 02:00",2.3,"2013-12-25 03:00",2.2,"2013-01-01 05:00",1.4,1.2,1.1,0.9,0.7,0.4,0.3,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","42153",6,33.40316,-112.07533,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.020435,0.030966,0.16,"2013-06-09 00:00",0.03,"2013-09-01 00:00",0.02,"2013-01-28 00:00",0.02,"2013-07-03 00:00","","","","",0.16,0.16,0.03,0.02,0.02,0.01,0.01,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43205",6,33.40316,-112.07533,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,1.764652,1.306514,6.03,"2013-01-16 00:00",4.95,"2013-01-04 00:00",2.631,"2013-03-29 00:00",2.607,"2013-03-05 00:00","","","","",6.03,6.03,4.95,2.631,2.013,1.371,0.867,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43206",6,33.40316,-112.07533,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,1.534522,1.500461,6.88,"2013-01-16 00:00",4.82,"2013-01-04 00:00",2.62,"2013-03-05 00:00",2.4,"2013-03-29 00:00","","","","",6.88,6.88,4.82,2.62,1.596,0.99,0.572,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43208",6,33.40316,-112.07533,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.031565,0.004219,0.042,"2013-05-25 00:00",0.04,"2013-05-28 00:00",0.036,"2013-03-20 00:00",0.036,"2013-04-22 00:00","","","","",0.042,0.042,0.04,0.036,0.034,0.03,0.028,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43218",6,33.40316,-112.07533,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.29,0.267259,1.1,"2013-01-16 00:00",0.95,"2013-01-04 00:00",0.62,"2013-07-15 00:00",0.42,"2013-03-05 00:00","","","","",1.1,1.1,0.95,0.62,0.32,0.21,0.09,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43233",6,33.40316,-112.07533,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.368696,0.227683,1.016,"2013-01-16 00:00",0.904,"2013-01-04 00:00",0.552,"2013-03-05 00:00",0.528,"2013-03-29 00:00","","","","",1.016,1.016,0.904,0.552,0.416,0.36,0.152,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43372",6,33.40316,-112.07533,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.013478,0.064639,0.31,"2013-06-03 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.31,0.31,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43373",6,33.40316,-112.07533,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-28 00:00",0.039,"2013-02-09 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43396",6,33.40316,-112.07533,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-28 00:00",0.042,"2013-02-09 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43438",6,33.40316,-112.07533,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43441",6,33.40316,-112.07533,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.006087,0.020167,0.07,"2013-01-04 00:00",0.07,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.07,0.07,0.07,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43505",6,33.40316,-112.07533,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",22,71,20,31,0,5,"","","Certification not required",0,1.123636,0.54506,2.36,"2013-01-28 00:00",1.93,"2013-03-20 00:00",1.88,"2013-03-08 00:00",1.75,"2013-07-15 00:00","","","","",2.36,2.36,1.93,1.88,1.46,0.95,0.5,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43560",6,33.40316,-112.07533,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.244783,0.071023,0.38,"2013-05-25 00:00",0.33,"2013-07-15 00:00",0.32,"2013-03-05 00:00",0.3,"2013-01-28 00:00","","","","",0.38,0.38,0.33,0.32,0.3,0.25,0.16,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43702",6,33.40316,-112.07533,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.30913,0.109582,0.55,"2013-08-08 00:00",0.45,"2013-09-25 00:00",0.43,"2013-07-03 00:00",0.43,"2013-09-13 00:00","","","","",0.55,0.55,0.45,0.43,0.39,0.31,0.17,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43704",6,33.40316,-112.07533,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.054783,0.15788,0.72,"2013-07-15 00:00",0.21,"2013-06-03 00:00",0.18,"2013-09-01 00:00",0.15,"2013-06-09 00:00","","","","",0.72,0.72,0.21,0.18,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43801",6,33.40316,-112.07533,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.618696,0.064336,0.73,"2013-05-25 00:00",0.72,"2013-05-28 00:00",0.7,"2013-03-20 00:00",0.69,"2013-06-21 00:00","","","","",0.73,0.73,0.72,0.7,0.66,0.62,0.54,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43802",6,33.40316,-112.07533,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.231304,0.531929,2.66,"2013-09-25 00:00",0.25,"2013-01-16 00:00",0.24,"2013-05-28 00:00",0.18,"2013-06-21 00:00","","","","",2.66,2.66,0.25,0.24,0.15,0.11,0.07,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43803",6,33.40316,-112.07533,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.036957,0.018448,0.07,"2013-06-21 00:00",0.07,"2013-08-08 00:00",0.06,"2013-05-28 00:00",0.06,"2013-09-25 00:00","","","","",0.07,0.07,0.07,0.06,0.05,0.03,0.02,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43804",6,33.40316,-112.07533,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.09913,0.011644,0.12,"2013-05-25 00:00",0.12,"2013-07-03 00:00",0.11,"2013-01-04 00:00",0.11,"2013-03-05 00:00","","","","",0.12,0.12,0.12,0.11,0.11,0.1,0.09,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43806",6,33.40316,-112.07533,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43811",6,33.40316,-112.07533,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.280739,0.041588,0.362,"2013-05-25 00:00",0.357,"2013-04-10 00:00",0.349,"2013-05-28 00:00",0.319,"2013-06-21 00:00","","","","",0.362,0.362,0.357,0.349,0.31,0.274,0.232,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43812",6,33.40316,-112.07533,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43813",6,33.40316,-112.07533,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43814",6,33.40316,-112.07533,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.005217,0.007305,0.03,"2013-05-25 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.03,0.03,0.01,0.01,0.01,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43815",6,33.40316,-112.07533,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.033478,0.024974,0.07,"2013-04-22 00:00",0.06,"2013-03-20 00:00",0.06,"2013-03-29 00:00",0.06,"2013-04-10 00:00","","","","",0.07,0.07,0.06,0.06,0.06,0.04,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43817",6,33.40316,-112.07533,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.031739,0.026569,0.09,"2013-01-16 00:00",0.08,"2013-08-20 00:00",0.06,"2013-03-20 00:00",0.06,"2013-03-29 00:00","","","","",0.09,0.09,0.08,0.06,0.05,0.04,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43818",6,33.40316,-112.07533,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43819",6,33.40316,-112.07533,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.006957,0.00635,0.02,"2013-09-13 00:00",0.02,"2013-09-25 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43820",6,33.40316,-112.07533,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43821",6,33.40316,-112.07533,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.166,0.014796,0.194,"2013-04-22 00:00",0.186,"2013-09-25 00:00",0.184,"2013-03-08 00:00",0.184,"2013-04-10 00:00","","","","",0.194,0.194,0.186,0.184,0.18,0.162,0.148,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43823",6,33.40316,-112.07533,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.536087,0.080155,0.73,"2013-05-25 00:00",0.71,"2013-05-28 00:00",0.62,"2013-04-22 00:00",0.61,"2013-04-10 00:00","","","","",0.73,0.73,0.71,0.62,0.58,0.52,0.46,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43824",6,33.40316,-112.07533,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.003043,0.008221,0.03,"2013-01-16 00:00",0.02,"2013-03-29 00:00",0.02,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.02,0.02,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43826",6,33.40316,-112.07533,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43828",6,33.40316,-112.07533,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-28 00:00",0.0095,"2013-02-09 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43829",6,33.40316,-112.07533,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43830",6,33.40316,-112.07533,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.003478,0.016681,0.08,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.08,0.08,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43831",6,33.40316,-112.07533,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.003043,0.014596,0.07,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.07,0.07,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43832",6,33.40316,-112.07533,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-28 00:00",0.009,"2013-02-09 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43835",6,33.40316,-112.07533,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43836",6,33.40316,-112.07533,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-28 00:00",0.008,"2013-02-09 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43838",6,33.40316,-112.07533,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-28 00:00",0.012,"2013-02-09 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43839",6,33.40316,-112.07533,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-28 00:00",0.016,"2013-02-09 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43843",6,33.40316,-112.07533,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43844",6,33.40316,-112.07533,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","43860",6,33.40316,-112.07533,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","44201",1,33.40316,-112.07533,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8668,100,365,365,0,92,0,0,"Certification not required",1397,0.053742,0.012345,0.095,"2013-09-03 14:00",0.091,"2013-07-17 15:00",0.088,"2013-07-18 17:00",0.086,"2013-06-01 15:00","","","","",0.086,0.079,0.073,0.07,0.063,0.054,0.038,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","44201",1,33.40316,-112.07533,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8734,100,364,365,0,0,0,0,"Certification not required",0,0.047354,0.012376,0.081,"2013-07-17 10:00",0.08,"2013-07-18 12:00",0.076,"2013-06-01 11:00",0.075,"2013-09-03 11:00","","","","",0.075,0.07,0.066,0.063,0.057,0.048,0.031,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","44201",1,33.40316,-112.07533,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8734,100,364,365,0,0,3,3,"Certification not required",0,0.047354,0.012376,0.081,"2013-07-17 10:00",0.08,"2013-07-18 12:00",0.076,"2013-06-01 11:00",0.075,"2013-09-03 11:00","","","","",0.075,0.07,0.066,0.063,0.057,0.048,0.031,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","45109",6,33.40316,-112.07533,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,2.761304,1.746134,7.28,"2013-01-16 00:00",6.8,"2013-01-04 00:00",4.68,"2013-03-05 00:00",4.3,"2013-03-29 00:00","","","","",7.28,7.28,6.8,4.68,3.39,2.68,1.14,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45201",6,33.40316,-112.07533,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,1.62913,0.937089,4.24,"2013-01-16 00:00",3.96,"2013-01-04 00:00",2.66,"2013-03-29 00:00",2.46,"2013-03-05 00:00","","","","",4.24,4.24,3.96,2.66,1.81,1.32,0.78,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45202",6,33.40316,-112.07533,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,5.922174,3.50469,14.98,"2013-01-16 00:00",11.48,"2013-03-05 00:00",10.85,"2013-01-04 00:00",9.8,"2013-03-29 00:00","","","","",14.98,14.98,11.48,10.85,8.47,5.25,2.5,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45203",6,33.40316,-112.07533,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,1.013043,0.594883,2.58,"2013-01-16 00:00",2.34,"2013-01-04 00:00",1.59,"2013-03-05 00:00",1.51,"2013-09-13 00:00","","","","",2.58,2.58,2.34,1.59,1.33,0.98,0.44,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45204",6,33.40316,-112.07533,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,1.077826,0.706618,2.86,"2013-01-04 00:00",2.84,"2013-01-16 00:00",1.78,"2013-03-05 00:00",1.69,"2013-03-29 00:00","","","","",2.86,2.86,2.84,1.78,1.38,0.94,0.43,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45207",6,33.40316,-112.07533,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",7,0.302283,0.235739,0.936,"2013-01-04 00:00",0.891,"2013-01-16 00:00",0.477,"2013-09-13 00:00",0.459,"2013-03-29 00:00","","","","",0.936,0.936,0.891,0.477,0.432,0.27,0.0855,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45208",6,33.40316,-112.07533,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,1.008391,0.70926,2.898,"2013-01-04 00:00",2.835,"2013-01-16 00:00",1.62,"2013-09-13 00:00",1.53,"2013-03-29 00:00","","","","",2.898,2.898,2.835,1.62,1.422,0.81,0.369,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45220",6,33.40316,-112.07533,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.191304,0.177925,0.75,"2013-01-16 00:00",0.51,"2013-01-04 00:00",0.3,"2013-03-05 00:00",0.27,"2013-06-21 00:00","","","","",0.75,0.75,0.51,0.3,0.26,0.21,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45801",6,33.40316,-112.07533,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45805",6,33.40316,-112.07533,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-28 00:00",0.069,"2013-02-09 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45806",6,33.40316,-112.07533,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",23,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-28 00:00",0.078,"2013-02-09 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45807",6,33.40316,-112.07533,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.171304,0.086198,0.38,"2013-01-04 00:00",0.33,"2013-01-16 00:00",0.26,"2013-09-13 00:00",0.25,"2013-08-20 00:00","","","","",0.38,0.38,0.33,0.26,0.2,0.17,0.06,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","45810",6,33.40316,-112.07533,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,21,31,0,4,"","","Certification not required",0,0.002174,0.010426,0.05,"2013-03-08 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.05,0.05,0,0,0,0,0,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","4003","61101",1,33.40316,-112.07533,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8752,100,365,365,0,8,"","","Certification not required",0,2.680199,1.924261,14.7,"2013-06-30 23:00",12.8,"2013-05-20 16:00",12.7,"2013-04-08 13:00",12.5,"2013-04-08 19:00","","","","",8.7,7.7,6.4,5.3,3.6,2.3,0.8,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","61102",1,33.40316,-112.07533,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,191.389834,85.432269,360,"2013-11-15 13:00",360,"2013-12-23 23:00",359,"2013-02-24 03:00",359,"2013-05-18 05:00","","","","",346,333,309,295,271,199,89,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","61103",1,33.40316,-112.07533,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8752,100,365,365,0,8,"","","Certification not required",0,2.308021,1.845818,14.1,"2013-06-30 23:00",12.3,"2013-05-20 16:00",12.1,"2013-04-08 13:00",12.1,"2013-04-08 19:00","","","","",8.2,7.4,6.1,4.9,3.2,1.8,0.5,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","61104",1,33.40316,-112.07533,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,191.161736,86.344312,360,"2013-06-24 08:00",359,"2013-03-13 03:00",359,"2013-04-25 01:00",359,"2013-05-18 05:00","","","","",345,329,310,298,278,191,89,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","81102",1,33.40316,-112.07533,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8632,99,360,365,0,108,"","","Certification not required",0,37.858897,32.35485,1110,"2013-08-26 18:00",751,"2013-01-01 00:00",513,"2013-08-26 20:00",490,"2013-08-26 21:00","","","","",141,112,86,69,48,31,12,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","81102",1,33.40316,-112.07533,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8652,99,360,365,20,108,"","","Certification not required",0,39.101017,57.326264,3361,"2013-06-30 23:00",2581,"2013-06-30 22:00",1110,"2013-08-26 18:00",751,"2013-01-01 00:00","","","","",153,116,87,70,48,32,12,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","81102",1,33.40316,-112.07533,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8652,99,360,365,20,108,"","","Certification not required",0,39.101017,57.326264,3361,"2013-06-30 23:00",2581,"2013-06-30 22:00",1110,"2013-08-26 18:00",751,"2013-01-01 00:00","","","","",153,116,87,70,48,32,12,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","81102",1,33.40316,-112.07533,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",360,99,361,365,0,0,0,0,"Certification not required",0,37.377778,15.094006,118,"2013-05-03 00:00",103,"2013-08-26 00:00",90,"2013-01-01 00:00",85,"2013-07-07 00:00","","","","",85,73,60,56,46,37,20,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","81102",1,33.40316,-112.07533,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",361,99,361,365,0,0,2,2,"Certification not required",0,38.595568,21.852851,294,"2013-06-30 00:00",186,"2013-04-08 00:00",118,"2013-05-03 00:00",103,"2013-08-26 00:00","","","","",103,83,61,56,46,37,21,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","81102",1,33.40316,-112.07533,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",361,99,361,365,0,0,2,2,"Certification not required",0,38.595568,21.852851,294,"2013-06-30 00:00",186,"2013-04-08 00:00",118,"2013-05-03 00:00",103,"2013-08-26 00:00","","","","",103,83,61,56,46,37,21,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","86502",3,33.40316,-112.07533,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8419,96,351,365,0,341,"","","Certification not required",0,26.609633,30.330039,1421,"2013-06-30 22:00",568,"2013-04-08 09:00",487.6,"2013-05-25 07:00",487,"2013-08-26 21:00","","","","",108,86,63.4,49.2,32,21.2,7,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","88101",3,33.40316,-112.07533,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8412,96,361,365,0,348,"","","Certification not required",0,9.642558,14.844754,787,"2013-01-01 00:00",339,"2013-12-31 22:00",318,"2013-06-30 23:00",314,"2013-12-25 00:00","","","","",41.6,32.8,23.1,17.1,10.6,7.3,3,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","88101",3,33.40316,-112.07533,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,4,4,"Certification not required",0,9.597443,7.562015,97.3,"2013-01-01 00:00",58.1,"2013-12-25 00:00",56.4,"2013-12-31 00:00",44.2,"2013-12-24 00:00","","","","",44.2,25.8,19.4,15.4,10.5,7.7,5.1,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","88101",3,33.40316,-112.07533,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,9.597443,7.562015,97.3,"2013-01-01 00:00",58.1,"2013-12-25 00:00",56.4,"2013-12-31 00:00",44.2,"2013-12-24 00:00","","","","",44.2,25.8,19.4,15.4,10.5,7.7,5.1,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","88503",3,33.40316,-112.07533,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8285,95,345,365,0,475,"","","Certification not required",0,-1.971599,2.130965,12.7,"2013-06-26 09:00",9.2,"2013-06-04 11:00",9.2,"2013-08-13 11:00",4.9,"2013-07-30 21:00","","","","",1.5,1.1,0.5,0,-0.7,-1.6,-4.4,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4003","88503",3,33.40316,-112.07533,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,-1.922899,1.381743,0.1,"2013-09-23 00:00",0,"2013-09-27 00:00",-0.1,"2013-06-26 00:00",-0.1,"2013-10-05 00:00","","","","",-0.1,-0.3,-0.6,-0.8,-1.1,-1.5,-3.8,"SOUTH PHOENIX","33 W TAMARISK AVE, PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","42101",1,33.29898,-111.88431,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",4921,56,205,365,0,167,0,0,"Certification not required",3794,0.352022,0.214019,2.1,"2013-01-04 21:00",1.8,"2013-01-05 23:00",1.7,"2013-01-05 22:00",1.6,"2013-12-22 22:00","","","","",1.2,1,0.8,0.7,0.25,0.25,0.25,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","42101",1,33.29898,-111.88431,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4941,56,205,365,0,0,0,0,"Certification not required",0,0.379073,0.152414,1.3,"2013-01-06 03:00",1.2,"2013-01-05 01:00",1.2,"2013-01-05 02:00",1.2,"2013-01-05 03:00",1.3,"2013-01-06 03:00",1.2,"2013-01-05 01:00",1,0.9,0.7,0.6,0.4,0.3,0.3,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","44201",1,33.29898,-111.88431,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8676,100,214,214,0,84,0,0,"Certification not required",1144,0.059397,0.010161,0.088,"2013-07-17 15:00",0.087,"2013-09-12 16:00",0.083,"2013-06-12 14:00",0.082,"2013-08-22 15:00","","","","",0.083,0.081,0.077,0.074,0.066,0.06,0.052,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","44201",1,33.29898,-111.88431,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,214,214,0,0,0,0,"Certification not required",0,0.053173,0.009008,0.081,"2013-07-17 11:00",0.074,"2013-06-01 10:00",0.072,"2013-09-12 11:00",0.07,"2013-07-18 11:00","","","","",0.072,0.069,0.068,0.065,0.06,0.054,0.046,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","44201",1,33.29898,-111.88431,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,214,214,0,0,1,1,"Certification not required",0,0.053173,0.009008,0.081,"2013-07-17 11:00",0.074,"2013-06-01 10:00",0.072,"2013-09-12 11:00",0.07,"2013-07-18 11:00","","","","",0.072,0.069,0.068,0.065,0.06,0.054,0.046,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","61101",1,33.29898,-111.88431,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,3.410964,2.219056,20.1,"2013-04-08 17:00",19.2,"2013-04-08 10:00",18.7,"2013-04-08 11:00",18,"2013-06-30 22:00","","","","",11.1,9.6,7.7,6.3,4.3,2.9,1.3,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","61102",1,33.29898,-111.88431,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8757,100,365,365,0,3,"","","Certification not required",0,162.462259,101.804258,360,"2013-01-01 05:00",360,"2013-01-01 20:00",360,"2013-01-16 22:00",360,"2013-06-04 00:00","","","","",355,350,335,312,242,159,34,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","61103",1,33.29898,-111.88431,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,2.935747,2.205938,19.6,"2013-04-08 17:00",18.8,"2013-04-08 10:00",18.1,"2013-04-08 11:00",17.4,"2013-06-30 22:00","","","","",10.7,9.1,7.3,5.9,3.8,2.3,0.8,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","61104",1,33.29898,-111.88431,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8757,100,365,365,0,3,"","","Certification not required",0,162.013361,101.223987,360,"2013-01-16 22:00",360,"2013-01-21 16:00",360,"2013-03-15 15:00",360,"2013-06-01 11:00","","","","",355,350,335,312,240,160,35,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","81102",1,33.29898,-111.88431,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8680,99,363,365,22,80,"","","Certification not required",0,28.953571,55.920378,2438,"2013-08-20 19:00",2356,"2013-06-30 22:00",1337,"2013-06-30 23:00",1181,"2013-09-06 17:00","","","","",133,83,56,45,33,23,9,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","81102",1,33.29898,-111.88431,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8658,99,363,365,0,80,"","","Certification not required",0,27.825941,44.422232,2438,"2013-08-20 19:00",1181,"2013-09-06 17:00",1175,"2013-08-26 18:00",998,"2013-10-09 16:00","","","","",119,77,55,44,33,23,9,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","81102",1,33.29898,-111.88431,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8680,99,363,365,22,80,"","","Certification not required",0,28.953571,55.920378,2438,"2013-08-20 19:00",2356,"2013-06-30 22:00",1337,"2013-06-30 23:00",1181,"2013-09-06 17:00","","","","",133,83,56,45,33,23,9,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","81102",1,33.29898,-111.88431,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",363,99,363,365,0,0,1,1,"Certification not required",0,27.366391,17.183626,188,"2013-10-09 00:00",144,"2013-08-20 00:00",112,"2013-05-03 00:00",112,"2013-09-06 00:00","","","","",112,73,46,40,32,25,12,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","81102",1,33.29898,-111.88431,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",363,99,363,365,0,0,3,3,"Certification not required",0,28.46832,22.174869,234,"2013-04-08 00:00",188,"2013-06-30 00:00",188,"2013-10-09 00:00",144,"2013-08-20 00:00","","","","",144,84,51,40,33,25,12,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4004","81102",1,33.29898,-111.88431,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",363,99,363,365,0,0,3,3,"Certification not required",0,28.46832,22.174869,234,"2013-04-08 00:00",188,"2013-06-30 00:00",188,"2013-10-09 00:00",144,"2013-08-20 00:00","","","","",144,84,51,40,33,25,12,"WEST CHANDLER","275 S ELLIS, CHANDLER","Arizona","Maricopa","Chandler","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","42101",1,33.4124,-111.93473,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5038,58,212,365,0,50,0,0,"Certification not required",3314,0.398769,0.241935,2.2,"2013-01-15 07:00",1.7,"2013-01-08 22:00",1.7,"2013-01-09 22:00",1.7,"2013-01-16 08:00","","","","",1.2,1.1,0.9,0.8,0.5,0.25,0.25,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","42101",1,33.4124,-111.93473,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5080,58,212,365,0,0,0,0,"Certification not required",0,0.419744,0.183483,1.3,"2013-01-01 05:00",1.3,"2013-01-01 06:00",1.3,"2013-01-01 07:00",1.3,"2013-01-09 00:00",1.3,"2013-01-01 05:00",1.3,"2013-01-09 00:00",1.1,0.9,0.8,0.7,0.5,0.3,0.3,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","44201",1,33.4124,-111.93473,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8657,100,214,214,0,103,0,0,"Certification not required",1570,0.057276,0.010543,0.096,"2013-09-03 16:00",0.084,"2013-07-02 13:00",0.083,"2013-07-17 16:00",0.082,"2013-06-07 14:00","","","","",0.083,0.081,0.077,0.071,0.064,0.057,0.049,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","44201",1,33.4124,-111.93473,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8736,100,214,214,0,0,0,0,"Certification not required",0,0.050841,0.008928,0.077,"2013-07-17 10:00",0.073,"2013-09-03 10:00",0.072,"2013-07-18 11:00",0.071,"2013-06-01 11:00","","","","",0.072,0.07,0.065,0.062,0.057,0.052,0.043,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","44201",1,33.4124,-111.93473,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8736,100,214,214,0,0,1,1,"Certification not required",0,0.050841,0.008928,0.077,"2013-07-17 10:00",0.073,"2013-09-03 10:00",0.072,"2013-07-18 11:00",0.071,"2013-06-01 11:00","","","","",0.072,0.07,0.065,0.062,0.057,0.052,0.043,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","61101",1,33.4124,-111.93473,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,2.17793,1.540702,12.5,"2013-06-30 23:00",11.5,"2013-02-24 09:00",11.1,"2013-04-08 12:00",10.9,"2013-04-08 11:00","","","","",6.7,5.9,4.9,4.2,3,2,0,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","61102",1,33.4124,-111.93473,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,173.92175,94.67944,360,"2013-02-27 15:00",360,"2013-05-18 22:00",360,"2013-06-21 23:00",360,"2013-09-16 19:00","","","","",348,337,319,303,272,150,58,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","61103",1,33.4124,-111.93473,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,1.811926,1.343126,11.9,"2013-06-30 23:00",11,"2013-02-24 09:00",10.2,"2013-04-08 11:00",10.2,"2013-04-08 12:00","","","","",6.1,5.3,4.3,3.6,2.5,1.6,0.3,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","61104",1,33.4124,-111.93473,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,176.345214,93.791584,360,"2013-02-14 21:00",360,"2013-11-04 22:00",360,"2013-11-08 18:00",359,"2013-01-21 03:00","","","","",348,337,320,306,273,152,62,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","62106",1,33.4124,-111.93473,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Spot reading level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8754,100,365,365,0,6,"","","Certification not required",0,0.195899,1.093495,4.1,"2013-12-18 03:00",3.8,"2013-03-25 00:00",3.8,"2013-10-23 19:00",3.8,"2013-11-11 22:00","","","","",2.9,2.6,2.1,1.7,1.1,0,-1.1,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","81102",1,33.4124,-111.93473,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8664,99,364,365,0,87,"","","Certification not required",0,28.058518,28.495313,1033,"2013-08-20 20:00",898,"2013-09-05 22:00",677,"2013-08-20 19:00",520,"2013-04-08 17:00","","","","",115,84,59,47,34,24,9,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","81102",1,33.4124,-111.93473,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8673,99,364,365,9,87,"","","Certification not required",0,28.767785,47.946203,3297,"2013-06-30 23:00",1382,"2013-06-30 22:00",1033,"2013-08-20 20:00",898,"2013-09-05 22:00","","","","",123,86,59,47,34,24,9,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","81102",1,33.4124,-111.93473,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8673,99,364,365,9,87,"","","Certification not required",0,28.767785,47.946203,3297,"2013-06-30 23:00",1382,"2013-06-30 22:00",1033,"2013-08-20 20:00",898,"2013-09-05 22:00","","","","",123,86,59,47,34,24,9,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","81102",1,33.4124,-111.93473,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",364,100,364,365,0,0,1,1,"Certification not required",0,28.293956,17.519572,227,"2013-06-30 00:00",146,"2013-04-08 00:00",107,"2013-08-20 00:00",99,"2013-05-03 00:00","","","","",99,63,47,42,33,27,14,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","81102",1,33.4124,-111.93473,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",364,100,364,365,0,0,0,0,"Certification not required",0,27.604396,13.691508,146,"2013-04-08 00:00",107,"2013-08-20 00:00",99,"2013-05-03 00:00",73,"2013-09-05 00:00","","","","",73,52,46,41,33,27,14,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","81102",1,33.4124,-111.93473,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",364,100,364,365,0,0,1,1,"Certification not required",0,28.293956,17.519572,227,"2013-06-30 00:00",146,"2013-04-08 00:00",107,"2013-08-20 00:00",99,"2013-05-03 00:00","","","","",99,63,47,42,33,27,14,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","86502",3,33.4124,-111.93473,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8586,98,360,365,0,174,"","","Certification not required",0,17.897321,36.646937,2507,"2013-06-30 23:00",1024,"2013-06-30 22:00",859,"2013-08-20 20:00",658,"2013-09-05 22:00","","","","",91.2,59.3,39.6,30.4,20.6,13.7,4.7,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","88101",3,33.4124,-111.93473,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8602,98,364,365,0,158,"","","Certification not required",0,8.742478,7.491396,244,"2013-06-30 23:00",176.6,"2013-01-01 02:00",176.2,"2013-01-01 03:00",155.3,"2013-01-01 04:00","","","","",30.6,25.2,18.8,15.2,10.9,7.6,2.8,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","88101",3,33.4124,-111.93473,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,1,1,"Certification not required",0,8.693906,3.999725,51.1,"2013-01-01 00:00",26.2,"2013-12-01 00:00",22.3,"2013-06-30 00:00",21.1,"2013-11-30 00:00","","","","",21.1,17.9,14.7,12.6,10.3,8.2,4.9,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","88101",3,33.4124,-111.93473,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,8.693906,3.999725,51.1,"2013-01-01 00:00",26.2,"2013-12-01 00:00",22.3,"2013-06-30 00:00",21.1,"2013-11-30 00:00","","","","",21.1,17.9,14.7,12.6,10.3,8.2,4.9,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","88503",3,33.4124,-111.93473,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8470,97,355,365,0,290,"","","Certification not required",0,-1.701417,1.843898,14,"2013-02-04 13:00",12.2,"2013-03-04 11:00",8.3,"2013-09-08 11:00",6.5,"2013-09-22 06:00","","","","",2.1,1.5,0.9,0.3,-0.4,-1.5,-4,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4005","88503",3,33.4124,-111.93473,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,-1.648451,0.996302,0.2,"2013-04-17 00:00",0,"2013-06-24 00:00",-0.1,"2013-05-05 00:00",-0.2,"2013-04-18 00:00","","","","",-0.2,-0.3,-0.5,-0.7,-1,-1.4,-3,"TEMPE","1525 S COLLEGE AVE, TEMPE","Arizona","Maricopa","Tempe","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","61101",1,33.31074,-111.72255,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8673,99,361,365,0,87,"","","Certification not required",0,3.637842,2.119842,17.2,"2013-04-08 09:00",16.1,"2013-02-24 09:00",15.9,"2013-04-08 17:00",15.6,"2013-04-08 11:00","","","","",11,9.6,7.7,6.3,4.6,3.2,1.5,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","61102",1,33.31074,-111.72255,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8673,99,361,365,0,87,"","","Certification not required",0,177.082209,89.660486,360,"2013-02-20 18:00",360,"2013-02-22 04:00",360,"2013-03-10 14:00",360,"2013-05-03 20:00","","","","",353,346,330,305,254,155,80,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","61103",1,33.31074,-111.72255,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8673,99,361,365,0,87,"","","Certification not required",0,3.218494,2.108867,16.8,"2013-04-08 09:00",15.8,"2013-02-24 09:00",15.3,"2013-04-08 17:00",14.9,"2013-04-08 11:00","","","","",10.5,9.1,7.3,5.8,4.2,2.8,1,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","61104",1,33.31074,-111.72255,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8673,99,361,365,0,87,"","","Certification not required",0,177.794881,89.73859,360,"2013-02-28 01:00",360,"2013-05-10 20:00",360,"2013-05-27 19:00",360,"2013-06-12 04:00","","","","",353,347,330,307,255,156,82,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","62106",1,33.31074,-111.72255,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Spot reading level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8672,99,361,365,0,88,"","","Certification not required",0,-0.125669,0.657759,3.1,"2013-12-29 23:00",2.6,"2013-10-19 19:00",2.6,"2013-12-25 07:00",2.6,"2013-12-30 01:00","","","","",1.6,1.4,1.1,0.8,0.3,-0.1,-0.9,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","81102",1,33.31074,-111.72255,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8567,98,359,365,0,172,"","","Certification not required",0,34.184545,39.880977,2052,"2013-07-12 13:00",815,"2013-05-10 19:00",542,"2013-06-23 06:00",529,"2013-08-20 19:00","","","","",159,121,83,63,41,26,9,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","81102",1,33.31074,-111.72255,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8588,98,359,365,21,172,"","","Certification not required",0,35.092687,46.110406,2052,"2013-07-12 13:00",1254,"2013-06-30 22:00",1103,"2013-07-02 03:00",815,"2013-05-10 19:00","","","","",176,127,85,64,41,26,9,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","81102",1,33.31074,-111.72255,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8588,98,359,365,21,172,"","","Certification not required",0,35.092687,46.110406,2052,"2013-07-12 13:00",1254,"2013-06-30 22:00",1103,"2013-07-02 03:00",815,"2013-05-10 19:00","","","","",176,127,85,64,41,26,9,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","81102",1,33.31074,-111.72255,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",359,98,359,365,0,0,1,1,"Certification not required",0,34.665738,20.641384,211,"2013-04-08 00:00",143,"2013-05-03 00:00",141,"2013-07-02 00:00",118,"2013-07-12 00:00","","","","",118,78,65,53,43,33,14,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","81102",1,33.31074,-111.72255,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",359,98,359,365,0,0,1,1,"Certification not required",0,34.665738,20.641384,211,"2013-04-08 00:00",143,"2013-05-03 00:00",141,"2013-07-02 00:00",118,"2013-07-12 00:00","","","","",118,78,65,53,43,33,14,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4006","81102",1,33.31074,-111.72255,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",359,98,359,365,0,0,0,0,"Certification not required",0,33.785515,17.212157,143,"2013-05-03 00:00",118,"2013-07-12 00:00",101,"2013-10-09 00:00",92,"2013-11-15 00:00","","","","",92,74,60,53,43,33,14,"HIGLEY","15400 SOUTH HIGLEY ROAD","Arizona","Maricopa","Gilbert","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","44201",1,33.82169,-112.01739,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8650,100,213,214,0,110,0,0,"Certification not required",2,0.062573,0.00893,0.084,"2013-07-03 14:00",0.084,"2013-08-17 16:00",0.083,"2013-07-08 15:00",0.082,"2013-05-13 17:00","","","","",0.083,0.081,0.078,0.074,0.07,0.063,0.056,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","44201",1,33.82169,-112.01739,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8722,100,213,214,0,0,0,0,"Certification not required",0,0.056408,0.007699,0.076,"2013-05-13 12:00",0.074,"2013-07-08 10:00",0.072,"2013-05-14 10:00",0.072,"2013-07-03 10:00","","","","",0.072,0.071,0.07,0.066,0.062,0.057,0.051,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","44201",1,33.82169,-112.01739,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8722,100,213,214,0,0,1,1,"Certification not required",0,0.056408,0.007699,0.076,"2013-05-13 12:00",0.074,"2013-07-08 10:00",0.072,"2013-05-14 10:00",0.072,"2013-07-03 10:00","","","","",0.072,0.071,0.07,0.066,0.062,0.057,0.051,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","61101",1,33.82169,-112.01739,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,4.186846,2.31685,21.4,"2013-08-17 21:00",18.6,"2013-04-08 13:00",18.2,"2013-08-17 20:00",17.7,"2013-04-08 14:00","","","","",11.4,10.2,8.4,7.2,5.5,3.8,1.6,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","61102",1,33.82169,-112.01739,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,153.022966,104.402704,360,"2013-01-02 01:00",360,"2013-01-29 02:00",360,"2013-03-29 19:00",360,"2013-04-18 01:00","","","","",356,353,341,317,225,158,25,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","61103",1,33.82169,-112.01739,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,3.673211,2.322788,20.8,"2013-08-17 21:00",17.9,"2013-04-08 13:00",17.7,"2013-08-17 20:00",17,"2013-04-08 14:00","","","","",10.9,9.6,7.9,6.8,5,3.3,1,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4008","61104",1,33.82169,-112.01739,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,151.421618,103.460283,360,"2013-01-09 19:00",360,"2013-01-19 06:00",360,"2013-02-24 00:00",360,"2013-03-07 20:00","","","","",356,352,339,313,224,156,27,"CAVE CREEK","37019 N. LAVA LANE. CAVE CREEK AZ","Arizona","Maricopa","Cave Creek","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","61101",1,33.40642,-112.14434,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,3.72632,2.634766,19.3,"2013-04-08 15:00",18.5,"2013-03-08 14:00",18,"2013-04-08 13:00",17.9,"2013-04-08 12:00","","","","",12.2,11,9,7.5,4.9,3,1.2,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","61102",1,33.40642,-112.14434,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,195.146514,92.062734,360,"2013-04-18 12:00",360,"2013-06-17 07:00",359,"2013-01-15 12:00",359,"2013-02-24 04:00","","","","",351,342,317,297,271,226,67,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","61103",1,33.40642,-112.14434,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,3.274046,2.64365,18.8,"2013-04-08 15:00",17.8,"2013-03-08 14:00",17.2,"2013-04-08 12:00",17.2,"2013-04-08 13:00","","","","",11.8,10.7,8.7,7,4.5,2.5,0.7,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","61104",1,33.40642,-112.14434,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,194.276571,91.841453,360,"2013-02-27 22:00",360,"2013-06-11 06:00",360,"2013-07-19 22:00",359,"2013-02-24 22:00","","","","",350,339,314,294,271,225,67,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","62106",1,33.40642,-112.14434,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Spot reading level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8753,100,365,365,0,7,"","","Certification not required",0,-0.332355,0.992504,3,"2013-12-12 03:00",2.9,"2013-01-18 00:00",2.9,"2013-01-21 21:00",2.9,"2013-03-27 00:00","","","","",1.7,1.4,1.2,0.9,0.4,-0.2,-1.8,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","81102",1,33.40642,-112.14434,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8560,98,357,365,22,200,"","","Certification not required",0,42.886215,71.574349,3837,"2013-06-30 23:00",2393,"2013-08-26 19:00",1969,"2013-06-30 22:00",1551,"2013-08-26 20:00","","","","",190,147,105,79,51,31,12,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","81102",1,33.40642,-112.14434,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8538,98,357,365,0,200,"","","Certification not required",0,41.109979,46.952359,2393,"2013-08-26 19:00",1551,"2013-08-26 20:00",893,"2013-08-26 18:00",488,"2013-04-09 00:00","","","","",177,142,104,78,51,31,11,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","81102",1,33.40642,-112.14434,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8560,98,357,365,22,200,"","","Certification not required",0,42.886215,71.574349,3837,"2013-06-30 23:00",2393,"2013-08-26 19:00",1969,"2013-06-30 22:00",1551,"2013-08-26 20:00","","","","",190,147,105,79,51,31,12,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","81102",1,33.40642,-112.14434,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",357,98,357,365,0,0,4,4,"Certification not required",0,42.557423,28.989637,301,"2013-04-08 00:00",280,"2013-06-30 00:00",250,"2013-08-26 00:00",186,"2013-07-02 00:00","","","","",186,86,79,64,51,39,19,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","81102",1,33.40642,-112.14434,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",357,98,357,365,0,0,1,1,"Certification not required",0,40.784314,20.813403,250,"2013-08-26 00:00",121,"2013-05-03 00:00",97,"2013-11-15 00:00",87,"2013-12-16 00:00","","","","",87,84,76,63,50,39,19,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4009","81102",1,33.40642,-112.14434,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",357,98,357,365,0,0,4,4,"Certification not required",0,42.557423,28.989637,301,"2013-04-08 00:00",280,"2013-06-30 00:00",250,"2013-08-26 00:00",186,"2013-07-02 00:00","","","","",186,86,79,64,51,39,19,"WEST 43RD AVENUE","3940 WEST BROADWAY ROAD PHOENIX AZ","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","42101",1,33.63713,-112.34184,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5041,58,212,365,0,47,0,0,"Certification not required",4706,0.271752,0.087096,1.2,"2013-11-05 06:00",1.1,"2013-12-11 18:00",1.1,"2013-12-17 18:00",1,"2013-01-18 19:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","42101",1,33.63713,-112.34184,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5080,58,212,365,0,0,0,0,"Certification not required",0,0.310886,0.040784,0.7,"2013-01-10 17:00",0.7,"2013-01-10 18:00",0.7,"2013-01-10 19:00",0.7,"2013-01-10 20:00",0.7,"2013-01-10 17:00",0.7,"2013-12-17 19:00",0.5,0.5,0.4,0.3,0.3,0.3,0.3,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","44201",1,33.63713,-112.34184,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8646,99,212,214,0,114,0,0,"Certification not required",262,0.057505,0.009657,0.09,"2013-07-08 12:00",0.085,"2013-05-13 15:00",0.082,"2013-07-17 15:00",0.082,"2013-07-18 13:00","","","","",0.082,0.08,0.076,0.07,0.063,0.058,0.05,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","44201",1,33.63713,-112.34184,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,99,212,214,0,0,0,0,"Certification not required",0,0.051698,0.008367,0.075,"2013-06-01 10:00",0.075,"2013-07-18 10:00",0.074,"2013-05-13 10:00",0.074,"2013-07-08 09:00","","","","",0.074,0.074,0.066,0.061,0.057,0.052,0.045,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","44201",1,33.63713,-112.34184,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,99,212,214,0,0,0,0,"Certification not required",0,0.051698,0.008367,0.075,"2013-06-01 10:00",0.075,"2013-07-18 10:00",0.074,"2013-05-13 10:00",0.074,"2013-07-08 09:00","","","","",0.074,0.074,0.066,0.061,0.057,0.052,0.045,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","61101",1,33.63713,-112.34184,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,3.990988,2.386294,20,"2013-08-17 19:00",19.7,"2013-08-17 20:00",18.1,"2013-04-08 18:00",17.5,"2013-05-02 07:00","","","","",11.9,10.4,8.7,7.3,5.1,3.3,1.7,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","61102",1,33.63713,-112.34184,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,195.273984,107.759446,360,"2013-01-09 19:00",360,"2013-02-06 08:00",360,"2013-02-11 06:00",360,"2013-02-18 05:00","","","","",357,355,347,335,294,207,31,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","61103",1,33.63713,-112.34184,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,3.574072,2.383881,19.5,"2013-08-17 19:00",19.2,"2013-08-17 20:00",17.7,"2013-04-08 18:00",17,"2013-05-02 07:00","","","","",11.4,10.1,8.2,6.9,4.7,3,1.2,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","61104",1,33.63713,-112.34184,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,196.837026,107.689899,360,"2013-01-08 19:00",360,"2013-02-08 04:00",360,"2013-02-09 04:00",360,"2013-02-20 12:00","","","","",357,355,347,335,299,207,32,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","81102",1,33.63713,-112.34184,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8698,99,365,365,0,53,"","","Certification not required",0,24.996321,24.951276,605,"2013-08-01 18:00",537,"2013-08-17 21:00",506,"2013-05-20 14:00",477,"2013-04-08 12:00","","","","",101,76,53,42,30,21,8,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","81102",1,33.63713,-112.34184,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8707,99,365,365,9,53,"","","Certification not required",0,25.334329,28.500309,946,"2013-07-02 05:00",735,"2013-07-02 23:00",605,"2013-08-01 18:00",537,"2013-08-17 21:00","","","","",106,78,54,42,30,21,8,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","81102",1,33.63713,-112.34184,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8707,99,365,365,9,53,"","","Certification not required",0,25.334329,28.500309,946,"2013-07-02 05:00",735,"2013-07-02 23:00",605,"2013-08-01 18:00",537,"2013-08-17 21:00","","","","",106,78,54,42,30,21,8,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","81102",1,33.63713,-112.34184,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",365,100,365,365,0,0,0,0,"Certification not required",0,24.879452,15.604196,147,"2013-04-08 00:00",143,"2013-07-02 00:00",103,"2013-08-17 00:00",86,"2013-07-01 00:00","","","","",86,74,46,38,29,22,11,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","81102",1,33.63713,-112.34184,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",365,100,365,365,0,0,0,0,"Certification not required",0,24.558904,14.210156,147,"2013-04-08 00:00",103,"2013-08-17 00:00",83,"2013-11-15 00:00",76,"2013-05-03 00:00","","","","",76,66,46,37,29,22,11,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4010","81102",1,33.63713,-112.34184,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",365,100,365,365,0,0,0,0,"Certification not required",0,24.879452,15.604196,147,"2013-04-08 00:00",143,"2013-07-02 00:00",103,"2013-08-17 00:00",86,"2013-07-01 00:00","","","","",86,74,46,38,29,22,11,"DYSART","16825 N. DYSART","Arizona","Maricopa","Surprise","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","42101",1,33.37005,-112.6207,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5043,58,212,365,0,45,0,0,"Certification not required",5022,0.251319,0.02156,0.9,"2013-12-17 08:00",0.8,"2013-11-05 11:00",0.7,"2013-11-14 18:00",0.6,"2013-01-09 07:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","42101",1,33.37005,-112.6207,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5080,58,212,365,0,0,0,0,"Certification not required",0,0.300157,0.003966,0.4,"2013-12-17 08:00",0.4,"2013-12-17 09:00",0.4,"2013-12-17 10:00",0.4,"2013-12-17 11:00",0.4,"2013-12-17 08:00",0.3,"2013-01-01 05:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","42602",1,33.37005,-112.6207,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8628,98,364,365,0,132,0,"","Certification not required",0,18.412088,6.737132,40,"2013-12-11 17:00",36,"2013-01-08 18:00",35,"2013-02-05 18:00",35,"2013-11-01 18:00","","","","",35,33,31,28,23,18,10,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","42602",1,33.37005,-112.6207,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8628,98,364,365,0,132,"","","Certification not required",0,8.419217,6.034374,40,"2013-12-11 17:00",36,"2013-01-08 18:00",35,"2013-02-05 18:00",35,"2013-11-01 18:00","","","","",27,24,20,17,12,7,2,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","44201",1,33.37005,-112.6207,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8536,97,208,214,0,224,0,0,"Certification not required",969,0.050063,0.00799,0.069,"2013-07-17 16:00",0.069,"2013-07-18 17:00",0.069,"2013-09-04 13:00",0.069,"2013-09-24 13:00","","","","",0.069,0.067,0.064,0.061,0.056,0.05,0.045,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","44201",1,33.37005,-112.6207,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8599,96,206,214,0,0,0,0,"Certification not required",0,0.04465,0.006911,0.062,"2013-07-18 12:00",0.061,"2013-09-11 11:00",0.06,"2013-05-12 11:00",0.06,"2013-07-17 10:00","","","","",0.06,0.06,0.057,0.054,0.05,0.044,0.039,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","44201",1,33.37005,-112.6207,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8599,96,206,214,0,0,0,0,"Certification not required",0,0.04465,0.006911,0.062,"2013-07-18 12:00",0.061,"2013-09-11 11:00",0.06,"2013-05-12 11:00",0.06,"2013-07-17 10:00","","","","",0.06,0.06,0.057,0.054,0.05,0.044,0.039,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","61101",1,33.37005,-112.6207,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8698,99,361,365,0,62,"","","Certification not required",0,4.217544,2.654199,22.2,"2013-04-08 11:00",20.9,"2013-08-17 20:00",20.5,"2013-04-08 12:00",20.4,"2013-03-08 13:00","","","","",12.9,11.3,9.4,7.9,5.5,3.6,1.6,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","61102",1,33.37005,-112.6207,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8697,99,361,365,0,63,"","","Certification not required",0,178.284696,105.535914,360,"2013-01-07 06:00",360,"2013-02-10 21:00",360,"2013-02-12 21:00",360,"2013-02-13 13:00","","","","",355,349,334,314,267,209,46,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","61103",1,33.37005,-112.6207,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8605,98,357,365,0,155,"","","Certification not required",0,3.844532,2.730815,21.8,"2013-04-08 11:00",20.5,"2013-08-17 20:00",20.1,"2013-04-08 12:00",19.4,"2013-02-24 10:00","","","","",12.6,10.9,9,7.6,5.2,3.2,1,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","61104",1,33.37005,-112.6207,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8697,99,361,365,0,63,"","","Certification not required",0,180.529608,105.868235,360,"2013-01-17 02:00",360,"2013-01-19 00:00",360,"2013-01-23 01:00",360,"2013-02-04 08:00","","","","",355,350,336,317,268,212,47,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","81102",1,33.37005,-112.6207,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8340,95,347,365,20,420,"","","Certification not required",0,40.765707,48.919043,1863,"2013-08-17 20:00",1338,"2013-04-08 18:00",991,"2013-08-17 21:00",920,"2013-07-01 00:00","","","","",187,135,99,78,50,31,11,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","81102",1,33.37005,-112.6207,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8340,95,347,365,20,420,"","","Certification not required",0,40.765707,48.919043,1863,"2013-08-17 20:00",1338,"2013-04-08 18:00",991,"2013-08-17 21:00",920,"2013-07-01 00:00","","","","",187,135,99,78,50,31,11,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","81102",1,33.37005,-112.6207,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8320,95,347,365,0,420,"","","Certification not required",0,39.771394,41.994672,1863,"2013-08-17 20:00",991,"2013-08-17 21:00",692,"2013-08-17 19:00",557,"2013-08-01 17:00","","","","",173,129,97,77,49,31,11,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","81102",1,33.37005,-112.6207,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",347,95,347,365,0,0,2,2,"Certification not required",0,40.285303,24.455974,298,"2013-04-08 00:00",193,"2013-08-17 00:00",114,"2013-07-01 00:00",112,"2013-05-03 00:00","","","","",112,93,70,62,50,38,17,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","81102",1,33.37005,-112.6207,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",347,95,347,365,0,0,2,2,"Certification not required",0,40.285303,24.455974,298,"2013-04-08 00:00",193,"2013-08-17 00:00",114,"2013-07-01 00:00",112,"2013-05-03 00:00","","","","",112,93,70,62,50,38,17,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4011","81102",1,33.37005,-112.6207,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",347,95,347,365,0,0,1,1,"Certification not required",0,39.342939,19.662778,193,"2013-08-17 00:00",112,"2013-05-03 00:00",110,"2013-10-09 00:00",109,"2013-11-15 00:00","","","","",109,82,69,61,50,38,17,"BUCKEYE","26453 W. MC85","Arizona","Maricopa","Buckeye","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","61101",1,33.686738,-112.294171,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8729,100,363,365,0,31,"","","Certification not required",0,4.985245,2.991017,24.4,"2013-08-17 20:00",23.6,"2013-08-17 19:00",22.2,"2013-04-08 13:00",21.2,"2013-04-08 12:00","","","","",14.4,13.4,11.2,9.2,6.3,4.2,2,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","61102",1,33.686738,-112.294171,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8727,100,362,365,0,33,"","","Certification not required",0,159.084451,109.648957,360,"2013-02-14 20:00",360,"2013-02-27 22:00",360,"2013-03-20 08:00",360,"2013-03-25 01:00","","","","",358,355,346,318,235,175,17,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","61103",1,33.686738,-112.294171,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8729,100,363,365,0,31,"","","Certification not required",0,4.532146,3.038512,23.9,"2013-08-17 20:00",23.2,"2013-08-17 19:00",21.4,"2013-04-08 13:00",20.8,"2013-04-08 12:00","","","","",14.1,13,10.9,8.9,5.8,3.7,1.5,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","61104",1,33.686738,-112.294171,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8727,100,362,365,0,33,"","","Certification not required",0,158.303884,109.977157,360,"2013-02-13 05:00",360,"2013-04-29 00:00",360,"2013-05-22 01:00",360,"2013-05-24 22:00","","","","",358,355,346,318,234,176,16,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","81102",1,33.686738,-112.294171,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8583,98,358,365,23,177,"","","Certification not required",0,24.165443,39.575617,1729,"2013-07-01 00:00",1469,"2013-08-26 19:00",936,"2013-08-17 19:00",826,"2013-08-17 20:00","","","","",110,84,56,41,28,18,6,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","81102",1,33.686738,-112.294171,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8560,98,358,365,0,177,"","","Certification not required",0,23.247313,30.195115,1469,"2013-08-26 19:00",936,"2013-08-17 19:00",826,"2013-08-17 20:00",466,"2013-11-04 20:00","","","","",105,81,55,41,28,18,6,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","81102",1,33.686738,-112.294171,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8583,98,358,365,23,177,"","","Certification not required",0,24.165443,39.575617,1729,"2013-07-01 00:00",1469,"2013-08-26 19:00",936,"2013-08-17 19:00",826,"2013-08-17 20:00","","","","",110,84,56,41,28,18,6,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","81102",1,33.686738,-112.294171,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",358,98,358,365,0,0,1,1,"Certification not required",0,23.480447,17.653319,165,"2013-04-08 00:00",148,"2013-07-01 00:00",148,"2013-08-17 00:00",127,"2013-07-02 00:00","","","","",127,74,45,35,28,21,9,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","81102",1,33.686738,-112.294171,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",358,98,358,365,0,0,0,0,"Certification not required",0,22.614525,13.687264,148,"2013-08-17 00:00",80,"2013-11-15 00:00",76,"2013-10-09 00:00",75,"2013-05-02 00:00","","","","",75,56,44,35,28,21,9,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4016","81102",1,33.686738,-112.294171,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",358,98,358,365,0,0,1,1,"Certification not required",0,23.480447,17.653319,165,"2013-04-08 00:00",148,"2013-07-01 00:00",148,"2013-08-17 00:00",127,"2013-07-02 00:00","","","","",127,74,45,35,28,21,9,"Zuni Hills","10851 W Williams Rd, Sun City AZ","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4018","14129",1,33.684627,-112.08635,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,0.028561,0.015359,0.071,"2013-10-31 00:00",0.061,"2013-10-07 00:00",0.061,"2013-12-18 00:00",0.054,"2013-10-25 00:00","","","","",0.071,0.061,0.061,0.048,0.039,0.029,0.01,"Deer Valley","1030 W. Deer Valley Rd","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","4018","14129",2,33.684627,-112.08635,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",21,68,21,31,0,10,0,0,"Certification not required",0,0.026667,0.013222,0.058,"2013-12-18 00:00",0.043,"2013-12-30 00:00",0.042,"2013-01-04 00:00",0.04,"2013-01-16 00:00","","","","",0.058,0.058,0.043,0.042,0.033,0.028,0.011,"Deer Valley","1030 W. Deer Valley Rd","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","4018","61101",1,33.684627,-112.08635,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8757,100,365,365,0,3,"","","Certification not required",0,4.129131,2.268303,22.1,"2013-07-19 22:00",21.1,"2013-08-17 20:00",19.8,"2013-02-24 03:00",18.6,"2013-08-17 21:00","","","","",11.5,10.4,8.4,7,5.2,3.6,1.8,"Deer Valley","1030 W. Deer Valley Rd","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4018","61102",1,33.684627,-112.08635,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,160.806304,98.663844,360,"2013-01-23 07:00",360,"2013-02-14 05:00",360,"2013-02-15 15:00",360,"2013-02-18 07:00","","","","",356,351,330,277,241,165,34,"Deer Valley","1030 W. Deer Valley Rd","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4018","61103",1,33.684627,-112.08635,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,3.697933,2.278312,20.8,"2013-07-19 22:00",20.7,"2013-08-17 20:00",19.2,"2013-02-24 03:00",17.9,"2013-08-17 21:00","","","","",11.2,10,8,6.7,4.7,3.2,1.4,"Deer Valley","1030 W. Deer Valley Rd","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","4018","61104",1,33.684627,-112.08635,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,159.199292,98.986016,360,"2013-01-29 03:00",360,"2013-03-10 01:00",360,"2013-04-10 06:00",360,"2013-05-02 03:00","","","","",355,351,327,274,241,160,34,"Deer Valley","1030 W. Deer Valley Rd","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","5100","44201",1,33.629246,-111.676928,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8684,99,363,365,0,76,0,0,"Certification not required",77,0.052267,0.012886,0.094,"2013-05-31 18:00",0.09,"2013-07-08 16:00",0.085,"2013-06-28 17:00",0.082,"2013-05-14 15:00","","","","",0.082,0.08,0.075,0.07,0.06,0.051,0.038,"Fort McDowell/Yuma Frank","18791 Yuma Frank Road, Ft. McDowell, AZ","Arizona","Maricopa","Fort McDowell","Phoenix-Mesa-Scottsdale, AZ","2014-01-29" +"04","013","5100","44201",1,33.629246,-111.676928,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,99,363,365,0,0,0,0,"Certification not required",0,0.046865,0.011179,0.073,"2013-07-08 11:00",0.072,"2013-05-14 11:00",0.072,"2013-05-31 13:00",0.071,"2013-06-28 11:00","","","","",0.071,0.068,0.067,0.062,0.055,0.046,0.034,"Fort McDowell/Yuma Frank","18791 Yuma Frank Road, Ft. McDowell, AZ","Arizona","Maricopa","Fort McDowell","Phoenix-Mesa-Scottsdale, AZ","2014-01-29" +"04","013","5100","44201",1,33.629246,-111.676928,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,99,363,365,0,0,0,0,"Certification not required",0,0.046865,0.011179,0.073,"2013-07-08 11:00",0.072,"2013-05-14 11:00",0.072,"2013-05-31 13:00",0.071,"2013-06-28 11:00","","","","",0.071,0.068,0.067,0.062,0.055,0.046,0.034,"Fort McDowell/Yuma Frank","18791 Yuma Frank Road, Ft. McDowell, AZ","Arizona","Maricopa","Fort McDowell","Phoenix-Mesa-Scottsdale, AZ","2014-01-29" +"04","013","5100","81102",3,33.629246,-111.676928,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",289,79,289,365,0,7,0,0,"Certification not required",0,24.079585,14.934251,131,"2013-04-08 00:00",101,"2013-06-30 00:00",87,"2013-05-03 00:00",87,"2013-07-01 00:00","","","","",87,67,48,37,30,23,9,"Fort McDowell/Yuma Frank","18791 Yuma Frank Road, Ft. McDowell, AZ","Arizona","Maricopa","Fort McDowell","Phoenix-Mesa-Scottsdale, AZ","2014-01-29" +"04","013","7003","44201",1,33.290229,-112.160597,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4162,80,172,214,0,230,0,0,"Certification not required",9,0.056105,0.008892,0.084,"2013-05-31 14:00",0.078,"2013-07-17 16:00",0.077,"2013-07-18 17:00",0.075,"2013-05-04 23:00","","","","",0.078,0.075,0.073,0.066,0.062,0.056,0.044,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","013","7003","44201",1,33.290229,-112.160597,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4165,80,171,214,0,0,0,0,"Certification not required",0,0.051474,0.00815,0.075,"2013-07-17 10:00",0.071,"2013-07-18 12:00",0.07,"2013-05-02 11:00",0.068,"2013-05-12 11:00","","","","",0.071,0.068,0.064,0.062,0.057,0.051,0.041,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","013","7003","44201",1,33.290229,-112.160597,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4165,80,171,214,0,0,0,0,"Certification not required",0,0.051474,0.00815,0.075,"2013-07-17 10:00",0.071,"2013-07-18 12:00",0.07,"2013-05-02 11:00",0.068,"2013-05-12 11:00","","","","",0.071,0.068,0.064,0.062,0.057,0.051,0.041,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","013","7003","81102",1,33.290229,-112.160597,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6330,73,266,365,0,200,"","","Certification not required",0,28.630016,35.87004,978,"2013-07-18 23:00",954,"2013-08-01 17:00",651,"2013-01-10 22:00",612,"2013-01-10 23:00","","","","",139,96,67,51,34,22,7,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","7003","81102",1,33.290229,-112.160597,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6352,73,266,365,22,200,"","","Certification not required",0,31.213791,65.661494,2063,"2013-08-26 19:00",2023,"2013-06-30 23:00",1456,"2013-08-26 20:00",1372,"2013-07-02 22:00","","","","",172,106,69,51,35,23,7,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","7003","81102",1,33.290229,-112.160597,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6352,73,266,365,22,200,"","","Certification not required",0,31.213791,65.661494,2063,"2013-08-26 19:00",2023,"2013-06-30 23:00",1456,"2013-08-26 20:00",1372,"2013-07-02 22:00","","","","",172,106,69,51,35,23,7,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","7003","81102",1,33.290229,-112.160597,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",266,73,266,365,0,0,4,4,"Certification not required",0,30.789474,27.018387,257,"2013-04-08 00:00",216,"2013-08-26 00:00",180,"2013-07-02 00:00",179,"2013-06-30 00:00","","","","",180,119,59,46,34,26,13,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","7003","81102",1,33.290229,-112.160597,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",266,73,266,365,0,0,4,4,"Certification not required",0,30.789474,27.018387,257,"2013-04-08 00:00",216,"2013-08-26 00:00",180,"2013-07-02 00:00",179,"2013-06-30 00:00","","","","",180,119,59,46,34,26,13,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","7003","81102",1,33.290229,-112.160597,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",266,73,266,365,0,0,0,0,"Certification not required",0,28.289474,15.497621,123,"2013-02-24 00:00",119,"2013-05-03 00:00",89,"2013-01-10 00:00",76,"2013-08-01 00:00","","","","",89,67,56,46,34,26,13,"St Johns Air Monitoring Site","4208 W. PECOS LAVEEN, AZ 85339 (GILA CROSSING NORTH ELEM SCH)","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","7020","44201",1,33.488242,-111.855654,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8683,99,363,365,0,77,0,0,"Certification not required",193,0.053983,0.013047,0.101,"2013-05-31 16:00",0.09,"2013-07-02 14:00",0.087,"2013-06-28 15:00",0.087,"2013-07-07 13:00","","","","",0.087,0.084,0.076,0.072,0.063,0.053,0.039,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7020","44201",1,33.488242,-111.855654,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8709,99,361,365,0,0,0,0,"Certification not required",0,0.047745,0.011481,0.077,"2013-05-31 11:00",0.076,"2013-07-08 10:00",0.075,"2013-07-17 10:00",0.074,"2013-06-01 11:00","","","","",0.074,0.07,0.067,0.063,0.056,0.048,0.034,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7020","44201",1,33.488242,-111.855654,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8709,99,361,365,0,0,2,2,"Certification not required",0,0.047745,0.011481,0.077,"2013-05-31 11:00",0.076,"2013-07-08 10:00",0.075,"2013-07-17 10:00",0.074,"2013-06-01 11:00","","","","",0.074,0.07,0.067,0.063,0.056,0.048,0.034,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7020","68105",1,33.488242,-111.855654,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,22.731148,8.434918,35.3,"2013-07-03 00:00",34.9,"2013-07-09 00:00",34.6,"2013-08-20 00:00",34.5,"2013-07-15 00:00","","","","",35.3,34.9,34.5,33.5,29.9,22.8,11.3,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","68105",2,33.488242,-111.855654,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,9,"","","Certification not required",0,20.953846,8.084079,35.4,"2013-07-03 00:00",35.1,"2013-07-09 00:00",34.6,"2013-07-15 00:00",33,"2013-06-27 00:00","","","","",35.4,35.1,34.6,32.6,27.3,20.6,11,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","68108",1,33.488242,-111.855654,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,727.065574,3.936449,737,"2013-01-16 00:00",735,"2013-01-04 00:00",734,"2013-12-30 00:00",733,"2013-02-15 00:00","","","","",737,735,733,733,730,727,722,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","68108",2,33.488242,-111.855654,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,9,"","","Certification not required",0,727.788462,3.942412,737,"2013-01-16 00:00",735,"2013-01-04 00:00",734,"2013-02-15 00:00",734,"2013-02-27 00:00","","","","",737,735,734,733,731,728,723,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","81102",1,33.488242,-111.855654,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,34.333333,18.678971,113,"2013-08-20 00:00",70,"2013-05-04 00:00",69,"2013-05-22 00:00",62,"2013-12-18 00:00","","","","",113,70,69,57,45,32,12,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","7020","81102",2,33.488242,-111.855654,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,34.131148,18.533281,111,"2013-08-20 00:00",69,"2013-05-04 00:00",68,"2013-05-22 00:00",62,"2013-06-27 00:00","","","","",111,69,62,54,44,32,12,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","7020","88101",1,33.488242,-111.855654,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,5.270492,2.073109,12.8,"2013-11-30 00:00",10.5,"2013-02-03 00:00",8.6,"2013-07-09 00:00",8.3,"2013-03-23 00:00","","","","",12.8,10.5,8.3,7.3,6.2,5.4,2.6,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","88101",1,33.488242,-111.855654,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,5.270492,2.073109,12.8,"2013-11-30 00:00",10.5,"2013-02-03 00:00",8.6,"2013-07-09 00:00",8.3,"2013-03-23 00:00","","","","",12.8,10.5,8.3,7.3,6.2,5.4,2.6,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","88101",2,33.488242,-111.855654,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,0,0,"Certification not required",0,5.190385,2.138192,13,"2013-11-30 00:00",10.6,"2013-02-03 00:00",8.3,"2013-07-09 00:00",8.1,"2013-03-23 00:00","","","","",13,10.6,8.3,7.4,6,5.3,2.7,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7020","88101",2,33.488242,-111.855654,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,"","","Certification not required",0,5.190385,2.138192,13,"2013-11-30 00:00",10.6,"2013-02-03 00:00",8.3,"2013-07-09 00:00",8.1,"2013-03-23 00:00","","","","",13,10.6,8.3,7.4,6,5.3,2.7,"Senior Center Air Monitoring Station","10844 EAST OSBORN ROAD SCOTTSDALE AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-04" +"04","013","7021","44201",1,33.507992,-111.755334,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8721,100,365,365,0,39,0,0,"Certification not required",21,0.055216,0.013601,0.106,"2013-05-31 17:00",0.09,"2013-06-28 16:00",0.09,"2013-07-02 14:00",0.089,"2013-07-08 16:00","","","","",0.089,0.086,0.079,0.074,0.064,0.054,0.039,"Red Mountain Air Monitoring Station","15115 BEELINE HIGHWAY, SCOTTSDALE, AZ 86256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7021","44201",1,33.507992,-111.755334,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,0,0,"Certification not required",0,0.049148,0.011788,0.079,"2013-05-31 12:00",0.078,"2013-07-08 10:00",0.078,"2013-07-17 10:00",0.075,"2013-06-28 12:00","","","","",0.075,0.073,0.068,0.065,0.058,0.049,0.035,"Red Mountain Air Monitoring Station","15115 BEELINE HIGHWAY, SCOTTSDALE, AZ 86256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7021","44201",1,33.507992,-111.755334,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,3,3,"Certification not required",0,0.049148,0.011788,0.079,"2013-05-31 12:00",0.078,"2013-07-08 10:00",0.078,"2013-07-17 10:00",0.075,"2013-06-28 12:00","","","","",0.075,0.073,0.068,0.065,0.058,0.049,0.035,"Red Mountain Air Monitoring Station","15115 BEELINE HIGHWAY, SCOTTSDALE, AZ 86256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7022","44201",1,33.474609,-111.805769,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5018,98,209,214,0,118,0,0,"Certification not required",7,0.061761,0.011241,0.099,"2013-05-31 17:00",0.092,"2013-07-02 14:00",0.089,"2013-07-17 16:00",0.087,"2013-06-28 15:00","","","","",0.089,0.086,0.083,0.077,0.069,0.061,0.048,"Lehi Air Monitoring Station","3250 NORTH STAPLEY DRIVE, MESA, AZ 85203","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7022","44201",1,33.474609,-111.805769,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5032,98,209,214,0,0,0,0,"Certification not required",0,0.055033,0.009402,0.08,"2013-07-17 10:00",0.078,"2013-05-31 11:00",0.076,"2013-07-08 10:00",0.075,"2013-07-02 10:00","","","","",0.076,0.075,0.072,0.066,0.062,0.055,0.042,"Lehi Air Monitoring Station","3250 NORTH STAPLEY DRIVE, MESA, AZ 85203","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7022","44201",1,33.474609,-111.805769,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5032,98,209,214,0,0,3,3,"Certification not required",0,0.055033,0.009402,0.08,"2013-07-17 10:00",0.078,"2013-05-31 11:00",0.076,"2013-07-08 10:00",0.075,"2013-07-02 10:00","","","","",0.076,0.075,0.072,0.066,0.062,0.055,0.042,"Lehi Air Monitoring Station","3250 NORTH STAPLEY DRIVE, MESA, AZ 85203","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7022","81102",1,33.474609,-111.805769,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",1,27.847458,14.873969,69,"2013-05-04 00:00",66,"2013-08-20 00:00",56,"2013-08-26 00:00",54,"2013-06-15 00:00","","","","",69,66,56,47,35,26,11,"Lehi Air Monitoring Station","3250 NORTH STAPLEY DRIVE, MESA, AZ 85203","Arizona","Maricopa","Mesa","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","7024","44201",1,33.508125,-111.83852,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5036,99,211,214,0,100,0,0,"Certification not required",13,0.059038,0.010917,0.098,"2013-05-31 16:00",0.089,"2013-07-02 14:00",0.084,"2013-07-08 15:00",0.083,"2013-06-28 15:00","","","","",0.084,0.082,0.079,0.074,0.066,0.058,0.045,"High School Air Monitoring Station","4827 NORTH COUNTRY CLUB DRIVE, SCOTTSDALE, AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7024","44201",1,33.508125,-111.83852,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5042,98,209,214,0,0,0,0,"Certification not required",0,0.052005,0.008952,0.075,"2013-05-31 11:00",0.075,"2013-07-02 10:00",0.075,"2013-07-08 10:00",0.074,"2013-06-01 11:00","","","","",0.075,0.072,0.067,0.063,0.058,0.052,0.04,"High School Air Monitoring Station","4827 NORTH COUNTRY CLUB DRIVE, SCOTTSDALE, AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7024","44201",1,33.508125,-111.83852,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5042,98,209,214,0,0,0,0,"Certification not required",0,0.052005,0.008952,0.075,"2013-05-31 11:00",0.075,"2013-07-02 10:00",0.075,"2013-07-08 10:00",0.074,"2013-06-01 11:00","","","","",0.075,0.072,0.067,0.063,0.058,0.052,0.04,"High School Air Monitoring Station","4827 NORTH COUNTRY CLUB DRIVE, SCOTTSDALE, AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-05" +"04","013","7024","81102",2,33.508125,-111.83852,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8665,99,365,365,0,95,"","","Certification not required",0,37.571033,51.710471,1062,"2013-07-12 13:00",1038,"2013-08-20 20:00",940,"2013-07-02 04:00",936,"2013-06-30 22:00","","","","",223,166,108,77,44,25,7,"High School Air Monitoring Station","4827 NORTH COUNTRY CLUB DRIVE, SCOTTSDALE, AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-07" +"04","013","7024","81102",2,33.508125,-111.83852,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,1,1,"Certification not required",0,37.079452,22.915558,221,"2013-04-08 00:00",119,"2013-05-03 00:00",117,"2013-07-02 00:00",116,"2013-06-30 00:00","","","","",116,92,73,62,50,35,12,"High School Air Monitoring Station","4827 NORTH COUNTRY CLUB DRIVE, SCOTTSDALE, AZ 85256","Arizona","Maricopa","Scottsdale","Phoenix-Mesa-Scottsdale, AZ","2014-02-07" +"04","013","9508","44201",1,33.9828,-111.7987,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8405,98,209,214,0,355,0,0,"Certification not required",0,0.063694,0.008468,0.085,"2013-05-13 21:00",0.082,"2013-07-20 16:00",0.081,"2013-05-14 15:00",0.081,"2013-06-19 15:00","","","","",0.081,0.081,0.078,0.076,0.07,0.064,0.057,"HUMBOLDT MOUNTAIN","7 SPRINGS RD-FAA RADAR STN-TONTO NF","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9508","44201",1,33.9828,-111.7987,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8489,97,207,214,0,0,0,0,"Certification not required",0,0.058623,0.00697,0.078,"2013-05-13 16:00",0.074,"2013-06-01 16:00",0.073,"2013-05-14 11:00",0.073,"2013-05-22 10:00","","","","",0.073,0.073,0.07,0.069,0.064,0.059,0.054,"HUMBOLDT MOUNTAIN","7 SPRINGS RD-FAA RADAR STN-TONTO NF","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9508","44201",1,33.9828,-111.7987,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8489,97,207,214,0,0,1,1,"Certification not required",0,0.058623,0.00697,0.078,"2013-05-13 16:00",0.074,"2013-06-01 16:00",0.073,"2013-05-14 11:00",0.073,"2013-05-22 10:00","","","","",0.073,0.073,0.07,0.069,0.064,0.059,0.054,"HUMBOLDT MOUNTAIN","7 SPRINGS RD-FAA RADAR STN-TONTO NF","Arizona","Maricopa","","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","44201",1,33.54549,-111.60925,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8635,99,363,365,0,125,0,0,"Certification not required",38,0.056799,0.012908,0.102,"2013-05-31 18:00",0.096,"2013-06-28 15:00",0.092,"2013-07-08 17:00",0.09,"2013-06-07 15:00","","","","",0.09,0.085,0.079,0.074,0.066,0.056,0.042,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","44201",1,33.54549,-111.60925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,99,363,365,0,0,0,0,"Certification not required",0,0.050766,0.011005,0.077,"2013-05-31 13:00",0.077,"2013-07-08 11:00",0.076,"2013-07-17 11:00",0.075,"2013-08-19 12:00","","","","",0.075,0.072,0.069,0.065,0.059,0.051,0.038,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","44201",1,33.54549,-111.60925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,99,363,365,0,0,3,3,"Certification not required",0,0.050766,0.011005,0.077,"2013-05-31 13:00",0.077,"2013-07-08 11:00",0.076,"2013-07-17 11:00",0.075,"2013-08-19 12:00","","","","",0.075,0.072,0.069,0.065,0.059,0.051,0.038,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","61101",1,33.54549,-111.60925,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,3.709024,2.755584,19.3,"2013-04-08 11:00",19.1,"2013-04-08 10:00",18.1,"2013-04-08 12:00",18.1,"2013-04-08 16:00","","","","",11.7,10.6,9,7.7,5.5,2.7,1,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","61102",1,33.54549,-111.60925,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,174.046379,98.128234,360,"2013-01-27 06:00",360,"2013-05-22 06:00",360,"2013-06-08 22:00",360,"2013-06-19 06:00","","","","",352,346,329,306,261,174,54,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","61103",1,33.54549,-111.60925,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,3.208396,2.716765,18.7,"2013-04-08 10:00",18.7,"2013-04-08 11:00",17.5,"2013-04-08 12:00",17.5,"2013-04-08 16:00","","","","",11.3,10.1,8.5,7.2,4.9,2.2,0.6,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9702","61104",1,33.54549,-111.60925,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,179.3435,89.037512,360,"2013-06-30 07:00",360,"2013-08-03 09:00",360,"2013-09-03 08:00",360,"2013-12-26 08:00","","","","",349,341,318,293,256,182,70,"BLUE POINT-SHERIFF STATION-TONTO NF-SALT RIVER RECREATION AREA","USERY PASS RD/BUSH HWY","Arizona","Maricopa","Blue Point (District)","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9704","44201",1,33.61103,-111.72529,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5626,65,236,365,0,206,0,0,"Certification not required",2,0.05672,0.012243,0.089,"2013-05-31 17:00",0.087,"2013-07-08 16:00",0.085,"2013-06-28 17:00",0.084,"2013-06-01 18:00","","","","",0.085,0.083,0.077,0.073,0.066,0.057,0.041,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9704","44201",1,33.61103,-111.72529,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5669,64,235,365,0,0,0,0,"Certification not required",0,0.051209,0.010185,0.072,"2013-06-28 12:00",0.072,"2013-07-08 10:00",0.07,"2013-05-31 13:00",0.07,"2013-07-02 12:00","","","","",0.07,0.07,0.068,0.064,0.059,0.052,0.037,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9704","44201",1,33.61103,-111.72529,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5669,64,235,365,0,0,0,0,"Certification not required",0,0.051209,0.010185,0.072,"2013-06-28 12:00",0.072,"2013-07-08 10:00",0.07,"2013-05-31 13:00",0.07,"2013-07-02 12:00","","","","",0.07,0.07,0.068,0.064,0.059,0.052,0.037,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9704","61101",1,33.61103,-111.72529,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",5706,97,238,244,0,126,"","","Certification not required",0,3.620049,1.9201,16.5,"2013-04-08 11:00",16.2,"2013-04-08 10:00",15.4,"2013-03-08 15:00",15,"2013-04-08 12:00","","","","",8.9,7.9,6.9,6.3,4.9,3.3,1.5,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9704","61102",1,33.61103,-111.72529,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",5704,97,238,244,0,128,"","","Certification not required",0,235.478261,96.657421,360,"2013-01-01 22:00",360,"2013-01-03 07:00",360,"2013-02-02 11:00",360,"2013-02-28 05:00","","","","",357,355,347,335,306,257,52,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9704","61103",1,33.61103,-111.72529,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",5704,97,238,244,0,128,"","","Certification not required",0,3.154681,1.900619,15.8,"2013-04-08 11:00",15.6,"2013-04-08 10:00",14.6,"2013-03-08 15:00",14.2,"2013-04-08 12:00","","","","",8.2,7.4,6.4,5.7,4.4,2.9,1,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9704","61104",1,33.61103,-111.72529,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",5704,97,238,244,0,128,"","","Certification not required",0,229.406732,97.701188,360,"2013-01-04 01:00",360,"2013-01-28 22:00",360,"2013-03-10 09:00",360,"2013-03-30 09:00","","","","",357,354,345,333,303,251,51,"FOUNTAIN HILLS","16426 E PALISADES BLVD,FOUNTAIN HILLS,AZ","Arizona","Maricopa","Fountain Hills","Phoenix-Mesa-Scottsdale, AZ","2013-12-13" +"04","013","9706","44201",1,33.71881,-111.67183,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8666,100,214,214,0,94,0,0,"Certification not required",2,0.059967,0.012028,0.093,"2013-05-31 18:00",0.091,"2013-08-19 18:00",0.09,"2013-07-08 16:00",0.088,"2013-06-06 15:00","","","","",0.09,0.086,0.081,0.075,0.069,0.062,0.052,"RIO VERDE","25608 N FOREST RD.,RIO VERDE,AZ","Arizona","Maricopa","Rio Verde","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9706","44201",1,33.71881,-111.67183,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,214,214,0,0,0,0,"Certification not required",0,0.053294,0.010151,0.074,"2013-05-14 11:00",0.073,"2013-05-01 11:00",0.073,"2013-06-01 12:00",0.073,"2013-06-06 11:00","","","","",0.073,0.072,0.069,0.066,0.062,0.056,0.047,"RIO VERDE","25608 N FOREST RD.,RIO VERDE,AZ","Arizona","Maricopa","Rio Verde","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9706","44201",1,33.71881,-111.67183,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,214,214,0,0,0,0,"Certification not required",0,0.053294,0.010151,0.074,"2013-05-14 11:00",0.073,"2013-05-01 11:00",0.073,"2013-06-01 12:00",0.073,"2013-06-06 11:00","","","","",0.073,0.072,0.069,0.066,0.062,0.056,0.047,"RIO VERDE","25608 N FOREST RD.,RIO VERDE,AZ","Arizona","Maricopa","Rio Verde","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","42401",1,33.4265,-112.11814,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8338,95,349,365,0,422,0,"","Certification not required",0,2.696275,2.050936,14,"2013-01-17 07:00",12,"2013-01-22 07:00",10,"2013-11-12 07:00",9,"2013-01-08 08:00","","","","",9,9,7,5,3,2,1,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","42401",1,33.4265,-112.11814,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8338,95,349,365,0,422,"","","Certification not required",0,1.146318,1.138037,14,"2013-01-17 07:00",12,"2013-01-17 06:00",12,"2013-01-22 07:00",12,"2013-01-22 08:00","","","","",5,4,3,2,1,1,0,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","42401",1,33.4265,-112.11814,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",349,96,349,365,0,0,0,"","Certification not required",0,1.151003,0.78545,4.1,"2013-01-17 00:00",3.8,"2013-01-22 00:00",3.3,"2013-11-12 00:00",3.3,"2013-12-16 00:00","","","","",3.3,3.2,2.6,2.3,1.5,1,0.2,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","42401",1,33.4265,-112.11814,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2717,93,346,365,0,0,"",0,"Certification not required",0,1.125506,1.044669,11.3,"2013-01-22 08:00",8.3,"2013-11-12 08:00",7.6,"2013-01-03 08:00",7.6,"2013-03-14 08:00","","","","",5,4,3,2.3,1.3,1,0,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","42406",1,33.4265,-112.11814,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8378,96,351,365,0,382,"","","Certification not required",0,1.741466,5.773427,387,"2013-04-26 09:00",340,"2013-08-01 10:00",15,"2013-01-17 06:00",15,"2013-01-17 07:00","","","","",7,6,4,3,2,1,0,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","61101",1,33.4265,-112.11814,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,3.180592,2.477221,15.8,"2013-03-08 14:00",15.5,"2013-04-08 15:00",14.9,"2013-04-08 13:00",14.7,"2013-04-08 12:00","","","","",10.8,9.6,8.1,6.7,4.5,2.6,0.8,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","61102",1,33.4265,-112.11814,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,194.495945,93.309194,360,"2013-03-02 05:00",360,"2013-04-12 22:00",360,"2013-11-25 08:00",360,"2013-12-12 01:00","","","","",352,344,326,300,273,220,71,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","61103",1,33.4265,-112.11814,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,2.827176,2.407752,15,"2013-03-08 14:00",15,"2013-04-08 15:00",14.4,"2013-04-08 13:00",14.2,"2013-04-08 14:00","","","","",10.3,9.3,7.7,6.3,4.1,2.1,0.4,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","61104",1,33.4265,-112.11814,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,194.503313,91.850565,360,"2013-02-13 01:00",360,"2013-04-15 02:00",360,"2013-04-15 06:00",360,"2013-05-02 03:00","","","","",350,343,325,297,274,216,78,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","81102",1,33.4265,-112.11814,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8642,99,364,365,0,95,"","","Certification not required",0,38.964476,40.883094,1604,"2013-08-26 18:00",1329,"2013-08-26 19:00",1056,"2013-08-26 20:00",598,"2013-03-26 05:00","","","","",164,131,94,72,47,31,12,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","81102",1,33.4265,-112.11814,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8665,99,364,365,23,95,"","","Certification not required",0,40.583266,69.897371,4394,"2013-06-30 23:00",1985,"2013-06-30 22:00",1627,"2013-07-02 05:00",1604,"2013-08-26 18:00","","","","",175,135,95,73,48,31,12,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","81102",1,33.4265,-112.11814,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8665,99,364,365,23,95,"","","Certification not required",0,40.583266,69.897371,4394,"2013-06-30 23:00",1985,"2013-06-30 22:00",1627,"2013-07-02 05:00",1604,"2013-08-26 18:00","","","","",175,135,95,73,48,31,12,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","81102",1,33.4265,-112.11814,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",364,100,364,365,0,0,4,4,"Certification not required",0,40.065934,25.93361,303,"2013-06-30 00:00",209,"2013-04-08 00:00",192,"2013-07-02 00:00",190,"2013-08-26 00:00","","","","",190,100,69,59,48,37,19,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","81102",1,33.4265,-112.11814,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",364,100,364,365,0,0,1,1,"Certification not required",0,38.483516,18.362504,190,"2013-08-26 00:00",110,"2013-05-03 00:00",107,"2013-01-21 00:00",102,"2013-01-10 00:00","","","","",102,79,68,58,47,37,19,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","81102",1,33.4265,-112.11814,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",364,100,364,365,0,0,4,4,"Certification not required",0,40.065934,25.93361,303,"2013-06-30 00:00",209,"2013-04-08 00:00",192,"2013-07-02 00:00",190,"2013-08-26 00:00","","","","",190,100,69,59,48,37,19,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","86502",3,33.4265,-112.11814,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",2796,95,117,122,0,132,"","","Certification not required",0,23.344528,21.106675,232,"2013-09-05 22:00",174,"2013-09-02 11:00",166,"2013-12-18 10:00",156,"2013-10-19 22:00","","","","",109,87,61.8,48.2,30.3,17.1,5,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","88101",3,33.4265,-112.11814,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",8569,98,362,365,0,191,"","","Certification not required",0,10.63648,12.559982,586,"2013-06-30 23:00",205,"2013-01-01 02:00",205,"2013-12-25 02:00",201,"2013-01-01 04:00","","","","",48,37.5,27.1,19.9,12.3,8.1,3.2,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","88101",3,33.4265,-112.11814,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,3,3,"Certification not required",0,10.579387,6.582071,66.9,"2013-01-01 00:00",55.8,"2013-12-25 00:00",41.5,"2013-06-30 00:00",34.8,"2013-11-29 00:00","","","","",34.8,27.2,21.7,18.1,12,9.2,5.2,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","88101",3,33.4265,-112.11814,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,10.579387,6.582071,66.9,"2013-01-01 00:00",55.8,"2013-12-25 00:00",41.5,"2013-06-30 00:00",34.8,"2013-11-29 00:00","","","","",34.8,27.2,21.7,18.1,12,9.2,5.2,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-10" +"04","013","9812","88503",3,33.4265,-112.11814,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",8576,98,358,365,0,184,"","","Certification not required",0,-2.213643,2.235219,18.8,"2013-07-10 16:00",5.4,"2013-07-08 21:00",5.1,"2013-08-13 18:00",4.8,"2013-08-08 10:00","","","","",1.8,1.3,0.6,0.1,-0.8,-2,-4.8,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","9812","88503",3,33.4265,-112.11814,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,-2.173184,1.377981,-0.1,"2013-06-24 00:00",-0.3,"2013-04-17 00:00",-0.3,"2013-07-10 00:00",-0.3,"2013-09-27 00:00","","","","",-0.3,-0.4,-0.6,-0.9,-1.3,-1.8,-4.1,"DURANGO COMPLEX","2702 AC ESTER BROOK BLVD","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-03" +"04","013","9997","12115",6,33.503833,-112.095767,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",29,97,29,30,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-10-17" +"04","013","9997","12115",7,33.503833,-112.095767,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-10-17" +"04","013","9997","17141",3,33.503833,-112.095767,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,71.109302,57.503163,272,"2013-01-16 00:00",215,"2013-01-22 00:00",203,"2013-02-03 00:00",165,"2013-03-11 00:00","","","","",272,272,203,136,92.5,50.5,25.1,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17147",3,33.503833,-112.095767,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,2.297349,0.963142,4.14,"2013-08-08 00:00",3.79,"2013-08-14 00:00",3.61,"2013-06-15 00:00",3.6,"2013-08-20 00:00","","","","",4.14,4.14,3.61,3.33,3.08,2.34,0.942,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17148",3,33.503833,-112.095767,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.575884,1.191625,4.67,"2013-01-04 00:00",4.53,"2013-01-16 00:00",3.66,"2013-02-03 00:00",3.03,"2013-01-22 00:00","","","","",4.67,4.67,3.66,1.65,0.523,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17149",3,33.503833,-112.095767,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,2.483605,1.408123,4.64,"2013-02-03 00:00",4.39,"2013-08-08 00:00",4.34,"2013-01-22 00:00",4.05,"2013-08-14 00:00","","","","",4.64,4.64,4.34,3.95,3.61,2.87,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17150",3,33.503833,-112.095767,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,6.521395,2.942505,11.1,"2013-08-08 00:00",11.1,"2013-08-14 00:00",10.8,"2013-08-20 00:00",10.1,"2013-07-15 00:00","","","","",11.1,11.1,10.8,10.1,9.04,6.47,2.17,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17151",3,33.503833,-112.095767,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.280574,0.209055,0.831,"2013-02-03 00:00",0.809,"2013-01-16 00:00",0.712,"2013-05-28 00:00",0.535,"2013-08-08 00:00","","","","",0.831,0.831,0.712,0.466,0.385,0.271,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17158",3,33.503833,-112.095767,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.504991,0.919834,4.94,"2013-01-16 00:00",2.98,"2013-01-04 00:00",2.24,"2013-02-03 00:00",1.55,"2013-01-22 00:00","","","","",4.94,4.94,2.24,1.41,0.449,0.134,0.0864,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17159",3,33.503833,-112.095767,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.49386,0.672556,3.4,"2013-02-03 00:00",2.98,"2013-01-22 00:00",2.75,"2013-01-16 00:00",2.45,"2013-09-13 00:00","","","","",3.4,3.4,2.75,2.33,1.82,1.48,0.587,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17160",3,33.503833,-112.095767,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.028372,0.081624,0.446,"2013-01-16 00:00",0.256,"2013-01-04 00:00",0.157,"2013-01-22 00:00",0.095,"2013-02-03 00:00","","","","",0.446,0.446,0.157,0.089,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17201",3,33.503833,-112.095767,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,1.405953,0.664069,2.55,"2013-08-02 00:00",2.38,"2013-08-08 00:00",2.34,"2013-08-20 00:00",2.32,"2013-09-13 00:00","","","","",2.55,2.55,2.34,2.26,2.07,1.39,0.497,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17204",3,33.503833,-112.095767,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.803047,0.375977,2.12,"2013-01-16 00:00",1.4,"2013-05-28 00:00",1.31,"2013-01-22 00:00",1.26,"2013-08-02 00:00","","","","",2.12,2.12,1.31,1.25,1.05,0.771,0.341,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17208",3,33.503833,-112.095767,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.119442,0.117767,0.674,"2013-01-16 00:00",0.425,"2013-01-04 00:00",0.341,"2013-05-28 00:00",0.29,"2013-02-03 00:00","","","","",0.674,0.674,0.341,0.26,0.105,0.0791,0.0548,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17211",3,33.503833,-112.095767,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.039814,0.053704,0.207,"2013-02-03 00:00",0.174,"2013-01-22 00:00",0.168,"2013-01-16 00:00",0.14,"2013-01-04 00:00","","","","",0.207,0.207,0.168,0.127,0.047,0.024,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17212",3,33.503833,-112.095767,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.007049,0.020289,0.0985,"2013-01-16 00:00",0.0618,"2013-01-04 00:00",0.0571,"2013-02-03 00:00",0.0358,"2013-01-22 00:00","","","","",0.0985,0.0985,0.0571,0.0326,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17215",3,33.503833,-112.095767,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.044698,0.088129,0.463,"2013-01-16 00:00",0.246,"2013-01-04 00:00",0.239,"2013-05-28 00:00",0.167,"2013-02-03 00:00","","","","",0.463,0.463,0.239,0.144,0.037,0.02,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17220",3,33.503833,-112.095767,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.120814,0.186988,0.954,"2013-01-16 00:00",0.581,"2013-01-04 00:00",0.571,"2013-02-03 00:00",0.385,"2013-01-22 00:00","","","","",0.954,0.954,0.571,0.358,0.104,0.049,0.026,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17223",3,33.503833,-112.095767,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.026837,0.054536,0.272,"2013-01-16 00:00",0.157,"2013-02-03 00:00",0.15,"2013-01-04 00:00",0.107,"2013-01-22 00:00","","","","",0.272,0.272,0.15,0.084,0.028,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17224",3,33.503833,-112.095767,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.063512,0.097089,0.466,"2013-01-16 00:00",0.315,"2013-02-03 00:00",0.286,"2013-01-04 00:00",0.233,"2013-01-22 00:00","","","","",0.466,0.466,0.286,0.169,0.072,0.029,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17231",3,33.503833,-112.095767,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.005907,0.016697,0.074,"2013-02-03 00:00",0.064,"2013-01-16 00:00",0.04,"2013-01-04 00:00",0.033,"2013-01-22 00:00","","","","",0.074,0.074,0.04,0.025,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17237",3,33.503833,-112.095767,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.092209,0.128714,0.59,"2013-01-16 00:00",0.456,"2013-02-03 00:00",0.362,"2013-01-22 00:00",0.359,"2013-01-04 00:00","","","","",0.59,0.59,0.362,0.233,0.096,0.04,0.016,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17242",3,33.503833,-112.095767,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.057465,0.119407,0.615,"2013-01-16 00:00",0.37,"2013-01-04 00:00",0.31,"2013-02-03 00:00",0.209,"2013-05-28 00:00","","","","",0.615,0.615,0.31,0.205,0.042,0.023,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","17243",3,33.503833,-112.095767,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,100,22,31,0,2,"","","Certification not required",0,0.068007,0.11203,0.501,"2013-01-16 00:00",0.409,"2013-02-03 00:00",0.309,"2013-01-04 00:00",0.262,"2013-01-22 00:00","","","","",0.501,0.501,0.309,0.205,0.0689,0.0295,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","42101",1,33.503833,-112.095767,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Ecotech EC9830T",2013,"Parts per million","No Events",5461,62,227,365,0,1091,0,0,"Certification not required",5,0.338035,0.211602,1.695,"2013-02-15 08:00",1.658,"2013-01-30 08:00",1.59,"2013-02-14 22:00",1.553,"2013-02-01 23:00","","","","",1.142,1.018,0.822,0.627,0.369,0.275,0.167,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42101",1,33.503833,-112.095767,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5466,62,225,365,0,0,0,0,"Certification not required",0,0.338511,0.167782,1.3,"2013-02-02 02:00",1.3,"2013-02-02 03:00",1.3,"2013-02-02 04:00",1.3,"2013-02-02 05:00",1.3,"2013-02-02 02:00",1.2,"2013-02-03 01:00",0.9,0.8,0.7,0.6,0.4,0.3,0.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42153",6,33.503833,-112.095767,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.024,0.01116,0.06,"2013-07-27 00:00",0.05,"2013-07-21 00:00",0.04,"2013-08-02 00:00",0.04,"2013-09-01 00:00","","","","",0.06,0.06,0.04,0.04,0.03,0.02,0.01,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","42153",7,33.503833,-112.095767,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.026667,0.01633,0.05,"2013-07-21 00:00",0.04,"2013-09-19 00:00",0.03,"2013-05-22 00:00",0.02,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.04,0.03,0.01,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","42401",1,33.503833,-112.095767,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5516,63,229,365,0,1036,0,"","Certification not required",0,1.646725,1.405456,7.8,"2013-03-15 10:00",6.4,"2013-01-18 08:00",5.5,"2013-01-23 21:00",5.3,"2013-01-04 21:00","","","","",5.5,5.3,4.2,3.6,2.5,1.3,0.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42401",1,33.503833,-112.095767,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5516,63,229,365,0,1036,"","","Certification not required",0,0.836693,0.881033,7.8,"2013-03-15 10:00",6.5,"2013-03-15 09:00",6.4,"2013-01-18 08:00",5.5,"2013-01-23 21:00","","","","",3.8,3.2,2.6,2,1.3,0.6,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42401",1,33.503833,-112.095767,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",229,63,229,365,0,0,0,"","Certification not required",0,0.836245,0.746598,3.1,"2013-01-23 00:00",2.9,"2013-01-16 00:00",2.9,"2013-01-19 00:00",2.6,"2013-01-18 00:00","","","","",2.9,2.5,2.2,1.9,1.3,0.7,0.1,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42401",1,33.503833,-112.095767,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1823,62,229,365,0,0,"",0,"Certification not required",0,0.808502,0.854091,6.1,"2013-03-15 11:00",5.3,"2013-01-23 23:00",4.8,"2013-01-19 23:00",4.7,"2013-01-04 23:00","","","","",3.6,3.2,2.4,2,1.2,0.6,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42406",1,33.503833,-112.095767,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",5495,63,229,365,0,1057,"","","Certification not required",0,1.019709,1.004676,9,"2013-03-15 10:00",8.7,"2013-03-15 09:00",7.4,"2013-01-18 08:00",7.4,"2013-01-18 09:00","","","","",4.4,3.7,3,2.4,1.5,0.8,0.1,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42600",1,33.503833,-112.095767,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6220,71,260,365,0,332,"","","Certification not required",0,23.248794,31.584374,216.1,"2013-01-18 08:00",214.5,"2013-01-16 23:00",214.1,"2013-01-16 09:00",214,"2013-01-23 22:00","","","","",144.8,127,96.1,65.5,25.5,10.7,2.6,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42601",1,33.503833,-112.095767,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5443,62,226,365,0,1109,"","","Certification not required",0,10.686202,25.66375,274,"2013-01-18 08:00",195,"2013-01-17 08:00",195,"2013-01-19 21:00",194,"2013-01-23 22:00","","","","",127,102,70,36,5,1,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42602",1,33.503833,-112.095767,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5443,62,226,365,0,1109,0,"","Certification not required",0,33.570796,14.310116,72,"2013-01-08 12:00",59,"2013-01-21 10:00",57,"2013-01-16 09:00",57,"2013-03-15 20:00","","","","",57,57,55,52,46,35,14,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42602",1,33.503833,-112.095767,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",5443,62,226,365,0,1109,"","","Certification not required",0,15.784861,13.598951,72,"2013-01-08 12:00",62,"2013-01-08 13:00",59,"2013-01-21 10:00",59,"2013-01-21 18:00","","","","",51,49,44,38,24,10,3,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","42603",1,33.503833,-112.095767,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5443,62,226,365,0,1109,"","","Certification not required",0,26.386184,36.309053,323,"2013-01-18 08:00",250,"2013-01-19 21:00",240,"2013-01-17 08:00",238,"2013-01-23 22:00","","","","",171,144,109,74,29,12,3,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","43102",8,33.503833,-112.095767,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,137.826667,33.058746,200,"2013-06-21 00:00",172,"2013-08-14 00:00",167,"2013-08-08 00:00",161,"2013-07-15 00:00","","","","",200,200,200,172,161,144,88.1,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43102",9,33.503833,-112.095767,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,254,0,254,"2013-07-21 00:00","","","","","","","","","","",254,254,254,254,254,254,254,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43141",8,33.503833,-112.095767,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.1665,0,0.1665,"2013-06-03 00:00",0.1665,"2013-06-09 00:00",0.1665,"2013-06-15 00:00",0.1665,"2013-06-21 00:00","","","","",0.1665,0.1665,0.1665,0.1665,0.1665,0.1665,0.1665,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43141",9,33.503833,-112.095767,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.1665,0,0.1665,"2013-07-21 00:00","","","","","","","","","","",0.1665,0.1665,0.1665,0.1665,0.1665,0.1665,0.1665,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43142",8,33.503833,-112.095767,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43142",9,33.503833,-112.095767,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43143",8,33.503833,-112.095767,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43143",9,33.503833,-112.095767,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43144",8,33.503833,-112.095767,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43144",9,33.503833,-112.095767,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43145",8,33.503833,-112.095767,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.100733,0.026078,0.195,"2013-07-27 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.195,0.195,0.195,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43145",9,33.503833,-112.095767,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43202",8,33.503833,-112.095767,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,5.296667,1.088299,7.26,"2013-08-08 00:00",6.96,"2013-08-14 00:00",6.87,"2013-07-21 00:00",6.33,"2013-08-20 00:00","","","","",7.26,7.26,7.26,6.96,6.33,5.1,4.09,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43202",9,33.503833,-112.095767,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,6.98,0,6.98,"2013-07-21 00:00","","","","","","","","","","",6.98,6.98,6.98,6.98,6.98,6.98,6.98,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43203",8,33.503833,-112.095767,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.572667,0.85118,4,"2013-08-08 00:00",3.83,"2013-08-14 00:00",3.45,"2013-06-21 00:00",3.34,"2013-08-26 00:00","","","","",4,4,4,3.83,3.34,2.57,1.4,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43203",9,33.503833,-112.095767,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,2.61,0,2.61,"2013-07-21 00:00","","","","","","","","","","",2.61,2.61,2.61,2.61,2.61,2.61,2.61,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43204",8,33.503833,-112.095767,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,3.772667,1.640246,8.48,"2013-08-14 00:00",5.7,"2013-08-08 00:00",4.76,"2013-08-20 00:00",4.58,"2013-06-21 00:00","","","","",8.48,8.48,8.48,5.7,4.58,3.44,2.29,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43204",9,33.503833,-112.095767,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,3.34,0,3.34,"2013-07-21 00:00","","","","","","","","","","",3.34,3.34,3.34,3.34,3.34,3.34,3.34,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43205",6,33.503833,-112.095767,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.748867,1.392073,6.48,"2013-01-22 00:00",5.88,"2013-01-16 00:00",4.26,"2013-02-03 00:00",3.75,"2013-03-11 00:00","","","","",6.48,6.48,4.26,3.72,2.133,1.266,0.588,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43205",7,33.503833,-112.095767,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,2.2605,2.064124,6.27,"2013-01-22 00:00",2.676,"2013-03-29 00:00",1.314,"2013-03-17 00:00",1.296,"2013-09-19 00:00","","","","",6.27,6.27,6.27,6.27,2.676,1.314,0.819,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43205",8,33.503833,-112.095767,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.822733,0.281168,1.33,"2013-06-21 00:00",1.22,"2013-08-14 00:00",1.21,"2013-08-08 00:00",1.04,"2013-06-27 00:00","","","","",1.33,1.33,1.33,1.22,1.04,0.827,0.48,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43205",9,33.503833,-112.095767,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.869,0,0.869,"2013-07-21 00:00","","","","","","","","","","",0.869,0.869,0.869,0.869,0.869,0.869,0.869,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43206",6,33.503833,-112.095767,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.582,1.538319,6.94,"2013-01-16 00:00",5.78,"2013-01-22 00:00",5.48,"2013-02-27 00:00",3.76,"2013-02-03 00:00","","","","",6.94,6.94,5.48,3.74,1.732,1.048,0.446,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43206",7,33.503833,-112.095767,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.949,1.871452,5.62,"2013-01-22 00:00",2.1,"2013-03-29 00:00",1.262,"2013-05-22 00:00",1.162,"2013-03-17 00:00","","","","",5.62,5.62,5.62,5.62,2.1,1.262,0.488,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43206",8,33.503833,-112.095767,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.765667,0.281625,1.32,"2013-08-08 00:00",1.27,"2013-08-14 00:00",1.06,"2013-08-20 00:00",1.05,"2013-06-21 00:00","","","","",1.32,1.32,1.32,1.27,1.05,0.684,0.525,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43206",9,33.503833,-112.095767,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.501,0,0.501,"2013-07-21 00:00","","","","","","","","","","",0.501,0.501,0.501,0.501,0.501,0.501,0.501,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43208",6,33.503833,-112.095767,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.032356,0.005645,0.048,"2013-05-07 00:00",0.044,"2013-05-28 00:00",0.044,"2013-09-25 00:00",0.042,"2013-02-21 00:00","","","","",0.048,0.048,0.044,0.042,0.036,0.03,0.026,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43208",7,33.503833,-112.095767,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.033,0.004858,0.042,"2013-03-17 00:00",0.034,"2013-09-19 00:00",0.032,"2013-01-22 00:00",0.032,"2013-03-29 00:00","","","","",0.042,0.042,0.042,0.042,0.034,0.032,0.028,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43212",8,33.503833,-112.095767,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.865667,0.840588,4.03,"2013-08-14 00:00",3.01,"2013-08-08 00:00",2.75,"2013-06-21 00:00",2.09,"2013-06-27 00:00","","","","",4.03,4.03,4.03,3.01,2.09,1.65,1.16,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43212",9,33.503833,-112.095767,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.26,0,1.26,"2013-07-21 00:00","","","","","","","","","","",1.26,1.26,1.26,1.26,1.26,1.26,1.26,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43214",8,33.503833,-112.095767,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.205067,0.58659,2.3,"2013-08-14 00:00",1.99,"2013-06-03 00:00",1.99,"2013-08-08 00:00",1.92,"2013-06-21 00:00","","","","",2.3,2.3,2.3,1.99,1.92,1.07,0.56,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43214",9,33.503833,-112.095767,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.922,0,0.922,"2013-07-21 00:00","","","","","","","","","","",0.922,0.922,0.922,0.922,0.922,0.922,0.922,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43216",8,33.503833,-112.095767,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",8,0.112533,0.075683,0.279,"2013-06-27 00:00",0.205,"2013-07-27 00:00",0.186,"2013-08-20 00:00",0.179,"2013-06-21 00:00","","","","",0.279,0.279,0.279,0.205,0.179,0.0505,0.0505,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43216",9,33.503833,-112.095767,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.216,0,0.216,"2013-07-21 00:00","","","","","","","","","","",0.216,0.216,0.216,0.216,0.216,0.216,0.216,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43217",8,33.503833,-112.095767,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.056067,0.018653,0.103,"2013-08-14 00:00",0.101,"2013-08-08 00:00",0.049,"2013-06-03 00:00",0.049,"2013-06-09 00:00","","","","",0.103,0.103,0.103,0.101,0.049,0.049,0.049,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43217",9,33.503833,-112.095767,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.049,0,0.049,"2013-07-21 00:00","","","","","","","","","","",0.049,0.049,0.049,0.049,0.049,0.049,0.049,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43218",6,33.503833,-112.095767,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.260444,0.266739,1.18,"2013-01-22 00:00",1.11,"2013-01-16 00:00",0.83,"2013-02-03 00:00",0.73,"2013-01-04 00:00","","","","",1.18,1.18,0.83,0.63,0.29,0.16,0.07,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43218",7,33.503833,-112.095767,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.368333,0.400121,1.14,"2013-01-22 00:00",0.46,"2013-03-29 00:00",0.22,"2013-09-19 00:00",0.17,"2013-03-17 00:00","","","","",1.14,1.14,1.14,1.14,0.46,0.22,0.08,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43218",8,33.503833,-112.095767,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.104,0.121995,0.34,"2013-08-08 00:00",0.31,"2013-08-14 00:00",0.26,"2013-06-21 00:00",0.2,"2013-08-26 00:00","","","","",0.34,0.34,0.34,0.31,0.2,0.1,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43218",9,33.503833,-112.095767,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-07-21 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43220",8,33.503833,-112.095767,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.422667,1.035205,4.08,"2013-08-14 00:00",4,"2013-08-08 00:00",3.79,"2013-06-21 00:00",3.19,"2013-06-03 00:00","","","","",4.08,4.08,4.08,4,3.19,2.29,1.18,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43220",9,33.503833,-112.095767,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.42,0,1.42,"2013-07-21 00:00","","","","","","","","","","",1.42,1.42,1.42,1.42,1.42,1.42,1.42,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43221",8,33.503833,-112.095767,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,13,"","","Certification not required",0,10.3,1.555635,11.4,"2013-07-15 00:00",9.2,"2013-06-09 00:00","","","","","","","","",11.4,11.4,11.4,11.4,11.4,11.4,9.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43224",8,33.503833,-112.095767,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",5,0.2221,0.122372,0.497,"2013-08-26 00:00",0.374,"2013-08-14 00:00",0.332,"2013-08-08 00:00",0.323,"2013-06-21 00:00","","","","",0.497,0.497,0.497,0.374,0.323,0.217,0.0915,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43224",9,33.503833,-112.095767,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.21,0,0.21,"2013-07-21 00:00","","","","","","","","","","",0.21,0.21,0.21,0.21,0.21,0.21,0.21,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43225",8,33.503833,-112.095767,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.2066,0.11476,0.411,"2013-08-14 00:00",0.41,"2013-08-08 00:00",0.319,"2013-06-27 00:00",0.299,"2013-06-21 00:00","","","","",0.411,0.411,0.411,0.41,0.299,0.194,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43225",9,33.503833,-112.095767,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43226",8,33.503833,-112.095767,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.1743,0.106606,0.4,"2013-08-14 00:00",0.352,"2013-08-08 00:00",0.271,"2013-06-27 00:00",0.239,"2013-06-21 00:00","","","","",0.4,0.4,0.4,0.352,0.239,0.173,0.0815,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43226",9,33.503833,-112.095767,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.164,0,0.164,"2013-07-21 00:00","","","","","","","","","","",0.164,0.164,0.164,0.164,0.164,0.164,0.164,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43227",8,33.503833,-112.095767,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.105,0,0.105,"2013-06-03 00:00",0.105,"2013-06-09 00:00",0.105,"2013-06-15 00:00",0.105,"2013-06-21 00:00","","","","",0.105,0.105,0.105,0.105,0.105,0.105,0.105,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43227",9,33.503833,-112.095767,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.105,0,0.105,"2013-07-21 00:00","","","","","","","","","","",0.105,0.105,0.105,0.105,0.105,0.105,0.105,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43228",8,33.503833,-112.095767,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",3,0.264467,0.130346,0.503,"2013-08-08 00:00",0.497,"2013-08-14 00:00",0.401,"2013-06-27 00:00",0.335,"2013-08-20 00:00","","","","",0.503,0.503,0.503,0.497,0.335,0.238,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43228",9,33.503833,-112.095767,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.221,0,0.221,"2013-07-21 00:00","","","","","","","","","","",0.221,0.221,0.221,0.221,0.221,0.221,0.221,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43230",8,33.503833,-112.095767,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.8868,0.425063,1.8,"2013-08-14 00:00",1.62,"2013-08-08 00:00",1.25,"2013-06-21 00:00",1.17,"2013-08-20 00:00","","","","",1.8,1.8,1.8,1.62,1.17,0.791,0.477,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43230",9,33.503833,-112.095767,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.515,0,0.515,"2013-07-21 00:00","","","","","","","","","","",0.515,0.515,0.515,0.515,0.515,0.515,0.515,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43231",8,33.503833,-112.095767,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.916667,0.408423,1.79,"2013-08-14 00:00",1.66,"2013-08-08 00:00",1.25,"2013-08-20 00:00",1.2,"2013-06-21 00:00","","","","",1.79,1.79,1.79,1.66,1.2,0.82,0.54,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43231",9,33.503833,-112.095767,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.58,0,0.58,"2013-07-21 00:00","","","","","","","","","","",0.58,0.58,0.58,0.58,0.58,0.58,0.58,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43232",8,33.503833,-112.095767,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.736,0.268056,1.28,"2013-08-08 00:00",1.26,"2013-08-14 00:00",0.97,"2013-06-21 00:00",0.84,"2013-06-27 00:00","","","","",1.28,1.28,1.28,1.26,0.84,0.7,0.41,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43232",9,33.503833,-112.095767,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.74,0,0.74,"2013-07-21 00:00","","","","","","","","","","",0.74,0.74,0.74,0.74,0.74,0.74,0.74,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43233",6,33.503833,-112.095767,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.384533,0.272728,1.376,"2013-01-22 00:00",1.16,"2013-01-16 00:00",0.936,"2013-03-11 00:00",0.752,"2013-03-29 00:00","","","","",1.376,1.376,0.936,0.744,0.472,0.272,0.136,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43233",7,33.503833,-112.095767,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.514667,0.462886,1.392,"2013-01-22 00:00",0.656,"2013-03-29 00:00",0.344,"2013-09-19 00:00",0.312,"2013-05-22 00:00","","","","",1.392,1.392,1.392,1.392,0.656,0.344,0.152,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43233",8,33.503833,-112.095767,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",3,0.397367,0.178703,0.75,"2013-08-14 00:00",0.615,"2013-08-08 00:00",0.527,"2013-06-21 00:00",0.495,"2013-06-27 00:00","","","","",0.75,0.75,0.75,0.615,0.495,0.42,0.1345,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43233",9,33.503833,-112.095767,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.325,0,0.325,"2013-07-21 00:00","","","","","","","","","","",0.325,0.325,0.325,0.325,0.325,0.325,0.325,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43234",8,33.503833,-112.095767,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43234",9,33.503833,-112.095767,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43235",8,33.503833,-112.095767,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",1,0.2699,0.111351,0.511,"2013-08-14 00:00",0.396,"2013-08-08 00:00",0.366,"2013-06-21 00:00",0.341,"2013-06-09 00:00","","","","",0.511,0.511,0.511,0.396,0.341,0.264,0.152,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43235",9,33.503833,-112.095767,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.288,0,0.288,"2013-07-21 00:00","","","","","","","","","","",0.288,0.288,0.288,0.288,0.288,0.288,0.288,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43236",8,33.503833,-112.095767,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43236",9,33.503833,-112.095767,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43238",8,33.503833,-112.095767,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",3,0.3707,0.182569,0.74,"2013-08-14 00:00",0.632,"2013-08-08 00:00",0.487,"2013-06-21 00:00",0.484,"2013-08-20 00:00","","","","",0.74,0.74,0.74,0.632,0.484,0.375,0.0955,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43238",9,33.503833,-112.095767,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.291,0,0.291,"2013-07-21 00:00","","","","","","","","","","",0.291,0.291,0.291,0.291,0.291,0.291,0.291,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43242",8,33.503833,-112.095767,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",4,0.242467,0.164362,0.503,"2013-08-14 00:00",0.459,"2013-08-08 00:00",0.397,"2013-06-21 00:00",0.376,"2013-06-03 00:00","","","","",0.503,0.503,0.503,0.459,0.376,0.295,0.033,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43242",9,33.503833,-112.095767,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.124,0,0.124,"2013-07-21 00:00","","","","","","","","","","",0.124,0.124,0.124,0.124,0.124,0.124,0.124,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43243",8,33.503833,-112.095767,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.7652,0.478277,2.76,"2013-06-27 00:00",2.11,"2013-07-15 00:00",2.1,"2013-06-09 00:00",2.01,"2013-08-14 00:00","","","","",2.76,2.76,2.76,2.11,2.01,1.8,0.994,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43243",9,33.503833,-112.095767,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.682,0,0.682,"2013-07-21 00:00","","","","","","","","","","",0.682,0.682,0.682,0.682,0.682,0.682,0.682,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43244",8,33.503833,-112.095767,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",3,0.2441,0.144434,0.513,"2013-08-14 00:00",0.481,"2013-08-08 00:00",0.379,"2013-06-21 00:00",0.338,"2013-08-20 00:00","","","","",0.513,0.513,0.513,0.481,0.338,0.254,0.0515,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43244",9,33.503833,-112.095767,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.132,0,0.132,"2013-07-21 00:00","","","","","","","","","","",0.132,0.132,0.132,0.132,0.132,0.132,0.132,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43245",8,33.503833,-112.095767,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.2225,0,0.2225,"2013-06-03 00:00",0.2225,"2013-06-09 00:00",0.2225,"2013-06-15 00:00",0.2225,"2013-06-21 00:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43245",9,33.503833,-112.095767,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.2225,0,0.2225,"2013-07-21 00:00","","","","","","","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43246",8,33.503833,-112.095767,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43246",9,33.503833,-112.095767,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43247",8,33.503833,-112.095767,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.371733,0.223177,0.819,"2013-08-14 00:00",0.758,"2013-08-08 00:00",0.563,"2013-06-21 00:00",0.518,"2013-08-20 00:00","","","","",0.819,0.819,0.819,0.758,0.518,0.349,0.159,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43247",9,33.503833,-112.095767,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.159,0,0.159,"2013-07-21 00:00","","","","","","","","","","",0.159,0.159,0.159,0.159,0.159,0.159,0.159,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43248",8,33.503833,-112.095767,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.003667,0.460537,1.87,"2013-08-14 00:00",1.79,"2013-08-08 00:00",1.61,"2013-06-21 00:00",1.29,"2013-06-27 00:00","","","","",1.87,1.87,1.87,1.79,1.29,0.851,0.556,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43248",9,33.503833,-112.095767,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.616,0,0.616,"2013-07-21 00:00","","","","","","","","","","",0.616,0.616,0.616,0.616,0.616,0.616,0.616,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43249",8,33.503833,-112.095767,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",2,0.976867,0.496437,1.89,"2013-08-14 00:00",1.85,"2013-08-08 00:00",1.36,"2013-08-20 00:00",1.19,"2013-06-27 00:00","","","","",1.89,1.89,1.89,1.85,1.19,0.972,0.226,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43249",9,33.503833,-112.095767,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.877,0,0.877,"2013-07-21 00:00","","","","","","","","","","",0.877,0.877,0.877,0.877,0.877,0.877,0.877,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43250",8,33.503833,-112.095767,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.904,0.808038,3.64,"2013-08-14 00:00",3.39,"2013-08-08 00:00",2.48,"2013-06-27 00:00",2.36,"2013-06-21 00:00","","","","",3.64,3.64,3.64,3.39,2.36,1.69,1.02,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43250",9,33.503833,-112.095767,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.64,0,1.64,"2013-07-21 00:00","","","","","","","","","","",1.64,1.64,1.64,1.64,1.64,1.64,1.64,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43252",8,33.503833,-112.095767,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.823933,0.30428,1.41,"2013-08-14 00:00",1.3,"2013-08-08 00:00",1.17,"2013-06-21 00:00",0.991,"2013-06-27 00:00","","","","",1.41,1.41,1.41,1.3,0.991,0.795,0.421,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43252",9,33.503833,-112.095767,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.7,0,0.7,"2013-07-21 00:00","","","","","","","","","","",0.7,0.7,0.7,0.7,0.7,0.7,0.7,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43253",8,33.503833,-112.095767,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",2,0.2752,0.131778,0.531,"2013-08-14 00:00",0.516,"2013-08-08 00:00",0.372,"2013-06-21 00:00",0.365,"2013-08-20 00:00","","","","",0.531,0.531,0.531,0.516,0.365,0.262,0.087,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43253",9,33.503833,-112.095767,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.186,0,0.186,"2013-07-21 00:00","","","","","","","","","","",0.186,0.186,0.186,0.186,0.186,0.186,0.186,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43256",8,33.503833,-112.095767,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",2,0.4306,0.205336,0.774,"2013-08-26 00:00",0.742,"2013-08-14 00:00",0.595,"2013-08-08 00:00",0.58,"2013-06-27 00:00","","","","",0.774,0.774,0.774,0.742,0.58,0.438,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43256",9,33.503833,-112.095767,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.387,0,0.387,"2013-07-21 00:00","","","","","","","","","","",0.387,0.387,0.387,0.387,0.387,0.387,0.387,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43257",8,33.503833,-112.095767,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43257",9,33.503833,-112.095767,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43261",8,33.503833,-112.095767,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.676933,0.292176,1.27,"2013-08-14 00:00",1.2,"2013-08-08 00:00",0.983,"2013-06-21 00:00",0.815,"2013-08-20 00:00","","","","",1.27,1.27,1.27,1.2,0.815,0.627,0.375,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43261",9,33.503833,-112.095767,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.327,0,0.327,"2013-07-21 00:00","","","","","","","","","","",0.327,0.327,0.327,0.327,0.327,0.327,0.327,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43262",8,33.503833,-112.095767,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.847133,0.39892,1.73,"2013-08-14 00:00",1.53,"2013-08-08 00:00",1.21,"2013-06-21 00:00",1.06,"2013-08-20 00:00","","","","",1.73,1.73,1.73,1.53,1.06,0.771,0.459,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43262",9,33.503833,-112.095767,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.488,0,0.488,"2013-07-21 00:00","","","","","","","","","","",0.488,0.488,0.488,0.488,0.488,0.488,0.488,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43263",8,33.503833,-112.095767,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.8326,0.712351,3.14,"2013-06-21 00:00",3.14,"2013-06-27 00:00",2.19,"2013-07-15 00:00",2.18,"2013-06-15 00:00","","","","",3.14,3.14,3.14,3.14,2.18,1.98,0.944,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43263",9,33.503833,-112.095767,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,2.55,0,2.55,"2013-07-21 00:00","","","","","","","","","","",2.55,2.55,2.55,2.55,2.55,2.55,2.55,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43279",8,33.503833,-112.095767,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.1012,0.027885,0.202,"2013-08-14 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.202,0.202,0.202,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43279",9,33.503833,-112.095767,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43282",8,33.503833,-112.095767,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43282",9,33.503833,-112.095767,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43283",8,33.503833,-112.095767,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43283",9,33.503833,-112.095767,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43284",8,33.503833,-112.095767,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.545133,0.252629,1.1,"2013-08-14 00:00",0.982,"2013-08-08 00:00",0.817,"2013-06-21 00:00",0.673,"2013-08-20 00:00","","","","",1.1,1.1,1.1,0.982,0.673,0.437,0.306,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43284",9,33.503833,-112.095767,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.305,0,0.305,"2013-07-21 00:00","","","","","","","","","","",0.305,0.305,0.305,0.305,0.305,0.305,0.305,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43285",8,33.503833,-112.095767,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.736067,0.715169,3.23,"2013-08-14 00:00",3,"2013-08-08 00:00",2.33,"2013-08-20 00:00",2.22,"2013-06-21 00:00","","","","",3.23,3.23,3.23,3,2.22,1.47,0.946,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43285",9,33.503833,-112.095767,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.32,0,1.32,"2013-07-21 00:00","","","","","","","","","","",1.32,1.32,1.32,1.32,1.32,1.32,1.32,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43289",8,33.503833,-112.095767,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43289",9,33.503833,-112.095767,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43290",8,33.503833,-112.095767,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43290",9,33.503833,-112.095767,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43291",8,33.503833,-112.095767,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.0762,0.451445,1.97,"2013-08-14 00:00",1.87,"2013-08-08 00:00",1.56,"2013-06-21 00:00",1.36,"2013-06-27 00:00","","","","",1.97,1.97,1.97,1.87,1.36,0.945,0.605,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43291",9,33.503833,-112.095767,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.746,0,0.746,"2013-07-21 00:00","","","","","","","","","","",0.746,0.746,0.746,0.746,0.746,0.746,0.746,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43292",8,33.503833,-112.095767,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",4,0.324067,0.176731,0.618,"2013-08-08 00:00",0.545,"2013-06-27 00:00",0.539,"2013-06-21 00:00",0.47,"2013-08-20 00:00","","","","",0.618,0.618,0.618,0.545,0.47,0.318,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43292",9,33.503833,-112.095767,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.44,0,0.44,"2013-07-21 00:00","","","","","","","","","","",0.44,0.44,0.44,0.44,0.44,0.44,0.44,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43298",8,33.503833,-112.095767,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43298",9,33.503833,-112.095767,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43299",8,33.503833,-112.095767,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43299",9,33.503833,-112.095767,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43328",8,33.503833,-112.095767,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43328",9,33.503833,-112.095767,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43330",8,33.503833,-112.095767,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.106267,0.047509,0.278,"2013-07-03 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.278,0.278,0.278,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43330",9,33.503833,-112.095767,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.094,0,0.094,"2013-07-21 00:00","","","","","","","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43372",6,33.503833,-112.095767,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.020444,0.06725,0.37,"2013-03-29 00:00",0.18,"2013-03-05 00:00",0.15,"2013-01-28 00:00",0.14,"2013-06-03 00:00","","","","",0.37,0.37,0.15,0.08,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43372",7,33.503833,-112.095767,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.033333,0.08165,0.2,"2013-03-29 00:00",0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.2,0.2,0.2,0.2,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43373",6,33.503833,-112.095767,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43373",7,33.503833,-112.095767,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.039,0,0.039,"2013-01-22 00:00",0.039,"2013-03-17 00:00",0.039,"2013-03-29 00:00",0.039,"2013-05-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43396",6,33.503833,-112.095767,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43396",7,33.503833,-112.095767,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.042,0,0.042,"2013-01-22 00:00",0.042,"2013-03-17 00:00",0.042,"2013-03-29 00:00",0.042,"2013-05-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43438",6,33.503833,-112.095767,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.004444,0.021273,0.12,"2013-06-21 00:00",0.08,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.12,0.12,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43438",7,33.503833,-112.095767,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43441",6,33.503833,-112.095767,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.015111,0.043985,0.23,"2013-01-22 00:00",0.12,"2013-01-16 00:00",0.1,"2013-03-29 00:00",0.09,"2013-02-15 00:00","","","","",0.23,0.23,0.1,0.08,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43441",7,33.503833,-112.095767,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.046667,0.08165,0.2,"2013-01-22 00:00",0.08,"2013-03-29 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.2,0.2,0.2,0.2,0.08,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43502",30,33.503833,-112.095767,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.056818,0.663464,4.1,"2013-01-22 00:00",4.1,"2013-02-03 00:00",3.9,"2013-03-05 00:00",3.8,"2013-08-20 00:00","","","","",4.1,4.1,3.9,3.8,3.6,3.2,2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43502",31,33.503833,-112.095767,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,3.48,0.8228,4.7,"2013-01-22 00:00",3.6,"2013-05-22 00:00",3.4,"2013-09-19 00:00",3.3,"2013-03-17 00:00","","","","",4.7,4.7,4.7,4.7,3.6,3.4,2.4,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43502",32,33.503833,-112.095767,"WGS84","Formaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,3.444186,0.723517,5.7,"2013-08-20 11:00",4.9,"2013-08-20 08:00",4.4,"2013-06-15 11:00",4.4,"2013-08-20 05:00","","","","",5.7,5.7,4.4,4.3,3.9,3.4,2.6,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43503",30,33.503833,-112.095767,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.756818,1.149398,5.8,"2013-01-22 00:00",5.4,"2013-02-03 00:00",5.1,"2013-01-16 00:00",4.6,"2013-04-28 00:00","","","","",5.8,5.8,5.1,3.9,3.4,2.6,1.6,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43503",31,33.503833,-112.095767,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.96,2.131431,6.1,"2013-01-22 00:00",3.3,"2013-09-19 00:00",3,"2013-05-22 00:00",2.2,"2013-03-17 00:00","","","","",6.1,6.1,6.1,6.1,3.3,3,0.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43503",32,33.503833,-112.095767,"WGS84","Acetaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,2.613953,1.09861,5.9,"2013-08-14 05:00",5.7,"2013-08-20 05:00",4.5,"2013-06-15 05:00",4.3,"2013-06-27 05:00","","","","",5.9,5.9,4.5,4.1,2.8,2.4,1.7,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43504",30,33.503833,-112.095767,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.552273,0.206283,1,"2013-02-03 00:00",0.9,"2013-01-22 00:00",0.9,"2013-03-29 00:00",0.9,"2013-04-28 00:00","","","","",1,1,0.9,0.8,0.7,0.5,0.3,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43504",31,33.503833,-112.095767,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.6,0.406202,1.1,"2013-01-22 00:00",0.8,"2013-09-19 00:00",0.6,"2013-05-22 00:00",0.5,"2013-03-17 00:00","","","","",1.1,1.1,1.1,1.1,0.8,0.6,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43504",32,33.503833,-112.095767,"WGS84","Propionaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,0.562791,0.222564,1.2,"2013-08-14 05:00",1.2,"2013-08-20 05:00",1,"2013-08-20 08:00",0.9,"2013-06-15 05:00","","","","",1.2,1.2,1,0.9,0.6,0.5,0.3,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43505",6,33.503833,-112.095767,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",0,1.50186,0.762163,3.24,"2013-01-22 00:00",2.79,"2013-09-25 00:00",2.73,"2013-02-09 00:00",2.71,"2013-03-29 00:00","","","","",3.24,3.24,2.73,2.62,2.15,1.32,0.68,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43505",7,33.503833,-112.095767,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,1.51,0.67989,2.25,"2013-03-29 00:00",2.03,"2013-01-22 00:00",1.52,"2013-05-22 00:00",1.21,"2013-03-17 00:00","","","","",2.25,2.25,2.25,2.25,2.03,1.52,0.54,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43510",30,33.503833,-112.095767,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.574273,0.221268,1.224,"2013-02-03 00:00",1.08,"2013-01-22 00:00",0.912,"2013-01-16 00:00",0.868,"2013-03-11 00:00","","","","",1.224,1.224,0.912,0.844,0.692,0.524,0.32,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43510",31,33.503833,-112.095767,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.5992,0.377289,1.152,"2013-01-22 00:00",0.732,"2013-09-19 00:00",0.516,"2013-05-22 00:00",0.468,"2013-03-17 00:00","","","","",1.152,1.152,1.152,1.152,0.732,0.516,0.128,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43510",32,33.503833,-112.095767,"WGS84","Butyraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,0.539163,0.237653,1.152,"2013-08-14 05:00",1.148,"2013-08-20 05:00",1.092,"2013-08-26 05:00",1.02,"2013-06-27 05:00","","","","",1.152,1.152,1.092,0.94,0.628,0.488,0.316,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43513",30,33.503833,-112.095767,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.0075,0,0.0075,"2013-01-04 00:00",0.0075,"2013-01-10 00:00",0.0075,"2013-01-16 00:00",0.0075,"2013-01-22 00:00","","","","",0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43513",31,33.503833,-112.095767,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0075,0,0.0075,"2013-01-22 00:00",0.0075,"2013-03-17 00:00",0.0075,"2013-05-22 00:00",0.0075,"2013-07-21 00:00","","","","",0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43513",32,33.503833,-112.095767,"WGS84","Isovaleraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",43,0.0275,0,0.0275,"2013-06-03 05:00",0.0275,"2013-06-03 08:00",0.0275,"2013-06-03 11:00",0.0275,"2013-06-09 05:00","","","","",0.0275,0.0275,0.0275,0.0275,0.0275,0.0275,0.0275,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43517",30,33.503833,-112.095767,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.325773,0.130966,0.66,"2013-02-03 00:00",0.618,"2013-01-22 00:00",0.594,"2013-03-29 00:00",0.582,"2013-04-28 00:00","","","","",0.66,0.66,0.594,0.546,0.414,0.294,0.18,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43517",31,33.503833,-112.095767,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3816,0.215357,0.726,"2013-01-22 00:00",0.42,"2013-09-19 00:00",0.336,"2013-05-22 00:00",0.27,"2013-03-17 00:00","","","","",0.726,0.726,0.726,0.726,0.42,0.336,0.156,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43517",32,33.503833,-112.095767,"WGS84","Hexanaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",4,0.295116,0.215479,0.876,"2013-08-20 05:00",0.798,"2013-08-26 05:00",0.78,"2013-08-14 05:00",0.732,"2013-06-27 05:00","","","","",0.876,0.876,0.78,0.678,0.36,0.222,0.138,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43518",30,33.503833,-112.095767,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.234091,0.08906,0.5,"2013-01-22 00:00",0.41,"2013-02-03 00:00",0.4,"2013-04-28 00:00",0.39,"2013-03-29 00:00","","","","",0.5,0.5,0.4,0.36,0.3,0.21,0.13,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43518",31,33.503833,-112.095767,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.266,0.15437,0.51,"2013-01-22 00:00",0.31,"2013-09-19 00:00",0.22,"2013-05-22 00:00",0.18,"2013-03-17 00:00","","","","",0.51,0.51,0.51,0.51,0.31,0.22,0.11,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43518",32,33.503833,-112.095767,"WGS84","Valeraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",9,0.17843,0.138401,0.545,"2013-06-21 05:00",0.495,"2013-08-14 05:00",0.49,"2013-08-20 05:00",0.47,"2013-07-21 05:00","","","","",0.545,0.545,0.49,0.43,0.195,0.14,0.0425,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43528",30,33.503833,-112.095767,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.382955,0.170733,0.74,"2013-09-13 00:00",0.72,"2013-08-20 00:00",0.644,"2013-08-14 00:00",0.62,"2013-04-28 00:00","","","","",0.74,0.74,0.644,0.62,0.492,0.396,0.156,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43528",31,33.503833,-112.095767,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3808,0.218273,0.62,"2013-09-19 00:00",0.56,"2013-01-22 00:00",0.404,"2013-05-22 00:00",0.2,"2013-03-17 00:00","","","","",0.62,0.62,0.62,0.62,0.56,0.404,0.12,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43528",32,33.503833,-112.095767,"WGS84","Crotonaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,0.75693,0.268346,1.588,"2013-08-20 08:00",1.208,"2013-08-20 11:00",1.176,"2013-08-14 08:00",1.132,"2013-08-02 08:00","","","","",1.588,1.588,1.176,1.108,0.936,0.736,0.424,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43551",30,33.503833,-112.095767,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,7.95675,4.077596,17.31,"2013-01-22 00:00",16.38,"2013-01-16 00:00",14.25,"2013-02-03 00:00",14.1,"2013-03-11 00:00","","","","",17.31,17.31,14.25,13.98,10.83,8.01,2.751,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43551",31,33.503833,-112.095767,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,9.1206,6.586001,18.24,"2013-01-22 00:00",10.92,"2013-09-19 00:00",9.48,"2013-05-22 00:00",6.9,"2013-03-17 00:00","","","","",18.24,18.24,18.24,18.24,10.92,9.48,0.063,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43551",32,33.503833,-112.095767,"WGS84","Acetone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,10.002558,3.30165,19.2,"2013-08-20 05:00",17.82,"2013-08-20 11:00",17.64,"2013-08-14 05:00",15.93,"2013-08-20 08:00","","","","",19.2,19.2,17.64,14.76,11.67,9.03,6.63,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43552",30,33.503833,-112.095767,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.016727,0.403239,1.904,"2013-08-14 00:00",1.844,"2013-01-22 00:00",1.716,"2013-01-16 00:00",1.668,"2013-02-03 00:00","","","","",1.904,1.904,1.716,1.668,1.332,0.92,0.556,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43552",31,33.503833,-112.095767,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.9648,0.6833,1.98,"2013-01-22 00:00",1.088,"2013-09-19 00:00",0.916,"2013-05-22 00:00",0.756,"2013-03-17 00:00","","","","",1.98,1.98,1.98,1.98,1.088,0.916,0.084,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43552",32,33.503833,-112.095767,"WGS84","Methyl ethyl ketone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,1.327163,0.603597,3.024,"2013-07-21 08:00",2.956,"2013-07-21 05:00",2.34,"2013-07-27 11:00",2.176,"2013-07-27 08:00","","","","",3.024,3.024,2.34,2.088,1.672,1.24,0.676,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43560",6,33.503833,-112.095767,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.283556,0.095445,0.47,"2013-02-15 00:00",0.46,"2013-01-22 00:00",0.46,"2013-06-27 00:00",0.45,"2013-05-28 00:00","","","","",0.47,0.47,0.46,0.43,0.34,0.29,0.15,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43560",7,33.503833,-112.095767,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.301667,0.089312,0.44,"2013-01-22 00:00",0.37,"2013-07-21 00:00",0.31,"2013-05-22 00:00",0.25,"2013-03-29 00:00","","","","",0.44,0.44,0.44,0.44,0.37,0.31,0.22,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43702",6,33.503833,-112.095767,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.415111,0.113069,0.64,"2013-05-28 00:00",0.63,"2013-02-03 00:00",0.61,"2013-06-03 00:00",0.58,"2013-07-15 00:00","","","","",0.64,0.64,0.61,0.57,0.51,0.4,0.25,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43702",7,33.503833,-112.095767,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.685,0.27617,1.1,"2013-01-22 00:00",0.87,"2013-07-21 00:00",0.73,"2013-09-19 00:00",0.56,"2013-03-17 00:00","","","","",1.1,1.1,1.1,1.1,0.87,0.73,0.32,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43704",6,33.503833,-112.095767,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.043778,0.170684,0.81,"2013-06-27 00:00",0.72,"2013-08-08 00:00",0.44,"2013-07-15 00:00",0,"2013-01-04 00:00","","","","",0.81,0.81,0.44,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43704",7,33.503833,-112.095767,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.108333,0.265361,0.65,"2013-07-21 00:00",0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00","","","","",0.65,0.65,0.65,0.65,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43801",6,33.503833,-112.095767,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.611556,0.085969,0.83,"2013-09-07 00:00",0.77,"2013-01-22 00:00",0.76,"2013-02-21 00:00",0.76,"2013-02-27 00:00","","","","",0.83,0.83,0.76,0.75,0.66,0.59,0.51,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43801",7,33.503833,-112.095767,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.64,0.072388,0.77,"2013-01-22 00:00",0.66,"2013-03-29 00:00",0.64,"2013-03-17 00:00",0.61,"2013-09-19 00:00","","","","",0.77,0.77,0.77,0.77,0.66,0.64,0.56,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43802",6,33.503833,-112.095767,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.476222,0.38156,1.5,"2013-09-13 00:00",1.38,"2013-01-22 00:00",1.35,"2013-02-03 00:00",1.2,"2013-02-21 00:00","","","","",1.5,1.5,1.35,1.18,0.65,0.28,0.15,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43802",7,33.503833,-112.095767,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.38,0.109727,0.49,"2013-01-22 00:00",0.46,"2013-07-21 00:00",0.42,"2013-09-19 00:00",0.4,"2013-03-29 00:00","","","","",0.49,0.49,0.49,0.49,0.46,0.42,0.19,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43803",6,33.503833,-112.095767,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.063333,0.036432,0.14,"2013-09-13 00:00",0.13,"2013-04-28 00:00",0.13,"2013-09-19 00:00",0.12,"2013-05-28 00:00","","","","",0.14,0.14,0.13,0.12,0.09,0.05,0.03,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43803",7,33.503833,-112.095767,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.083333,0.026583,0.11,"2013-09-19 00:00",0.1,"2013-03-29 00:00",0.1,"2013-05-22 00:00",0.09,"2013-01-22 00:00","","","","",0.11,0.11,0.11,0.11,0.1,0.1,0.05,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43804",6,33.503833,-112.095767,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.100889,0.011246,0.13,"2013-03-05 00:00",0.12,"2013-01-04 00:00",0.12,"2013-02-21 00:00",0.12,"2013-03-11 00:00","","","","",0.13,0.13,0.12,0.12,0.1,0.1,0.09,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43804",7,33.503833,-112.095767,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.096667,0.005164,0.1,"2013-01-22 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-29 00:00",0.1,"2013-09-19 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.09,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43806",6,33.503833,-112.095767,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-02-03 00:00",0.01,"2013-09-19 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43806",7,33.503833,-112.095767,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.003333,0.005164,0.01,"2013-03-17 00:00",0.01,"2013-09-19 00:00",0,"2013-01-22 00:00",0,"2013-03-29 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43811",6,33.503833,-112.095767,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.272,0.04219,0.376,"2013-05-28 00:00",0.359,"2013-02-27 00:00",0.343,"2013-04-22 00:00",0.34,"2013-01-22 00:00","","","","",0.376,0.376,0.343,0.329,0.303,0.261,0.225,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43811",7,33.503833,-112.095767,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.28,0.04385,0.336,"2013-01-22 00:00",0.299,"2013-03-29 00:00",0.296,"2013-03-17 00:00",0.295,"2013-09-19 00:00","","","","",0.336,0.336,0.336,0.336,0.299,0.296,0.224,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43812",6,33.503833,-112.095767,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.014222,0.040703,0.21,"2013-03-11 00:00",0.14,"2013-09-19 00:00",0.08,"2013-05-28 00:00",0.07,"2013-02-27 00:00","","","","",0.21,0.21,0.08,0.06,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43812",7,33.503833,-112.095767,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.025,0.048062,0.12,"2013-09-19 00:00",0.03,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00","","","","",0.12,0.12,0.12,0.12,0.03,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43813",6,33.503833,-112.095767,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43813",7,33.503833,-112.095767,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43814",6,33.503833,-112.095767,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.009111,0.009492,0.03,"2013-05-07 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-03-17 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43814",7,33.503833,-112.095767,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.011667,0.007528,0.02,"2013-01-22 00:00",0.02,"2013-03-17 00:00",0.01,"2013-03-29 00:00",0.01,"2013-05-22 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43815",6,33.503833,-112.095767,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.035111,0.026339,0.08,"2013-03-23 00:00",0.07,"2013-03-29 00:00",0.07,"2013-04-10 00:00",0.07,"2013-05-28 00:00","","","","",0.08,0.08,0.07,0.06,0.06,0.04,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43815",7,33.503833,-112.095767,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.035,0.028107,0.06,"2013-03-17 00:00",0.06,"2013-03-29 00:00",0.05,"2013-05-22 00:00",0.04,"2013-09-19 00:00","","","","",0.06,0.06,0.06,0.06,0.06,0.05,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43817",6,33.503833,-112.095767,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.061556,0.054228,0.27,"2013-01-22 00:00",0.17,"2013-01-16 00:00",0.14,"2013-02-03 00:00",0.14,"2013-03-11 00:00","","","","",0.27,0.27,0.14,0.13,0.08,0.05,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43817",7,33.503833,-112.095767,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.098333,0.11071,0.31,"2013-01-22 00:00",0.12,"2013-03-29 00:00",0.06,"2013-05-22 00:00",0.06,"2013-09-19 00:00","","","","",0.31,0.31,0.31,0.31,0.12,0.06,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43818",6,33.503833,-112.095767,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-05-16 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43818",7,33.503833,-112.095767,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43819",6,33.503833,-112.095767,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.007556,0.007433,0.03,"2013-09-07 00:00",0.02,"2013-03-17 00:00",0.02,"2013-04-10 00:00",0.02,"2013-05-07 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43819",7,33.503833,-112.095767,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.008333,0.004082,0.01,"2013-01-22 00:00",0.01,"2013-03-17 00:00",0.01,"2013-03-29 00:00",0.01,"2013-05-22 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43820",6,33.503833,-112.095767,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43820",7,33.503833,-112.095767,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43821",6,33.503833,-112.095767,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.160889,0.018599,0.196,"2013-02-21 00:00",0.192,"2013-04-22 00:00",0.19,"2013-01-22 00:00",0.19,"2013-02-27 00:00","","","","",0.196,0.196,0.19,0.19,0.176,0.158,0.14,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43821",7,33.503833,-112.095767,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.167333,0.019906,0.184,"2013-03-17 00:00",0.182,"2013-01-22 00:00",0.18,"2013-09-19 00:00",0.174,"2013-03-29 00:00","","","","",0.184,0.184,0.184,0.184,0.182,0.18,0.142,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43823",6,33.503833,-112.095767,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.511333,0.071909,0.66,"2013-02-21 00:00",0.66,"2013-05-07 00:00",0.65,"2013-02-27 00:00",0.65,"2013-04-22 00:00","","","","",0.66,0.66,0.65,0.62,0.57,0.5,0.43,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43823",7,33.503833,-112.095767,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.515,0.051284,0.56,"2013-03-17 00:00",0.55,"2013-09-19 00:00",0.54,"2013-01-22 00:00",0.54,"2013-03-29 00:00","","","","",0.56,0.56,0.56,0.56,0.55,0.54,0.44,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43824",6,33.503833,-112.095767,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.001778,0.006839,0.03,"2013-01-10 00:00",0.03,"2013-01-22 00:00",0.02,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43824",7,33.503833,-112.095767,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.005,0.012247,0.03,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43826",6,33.503833,-112.095767,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43826",7,33.503833,-112.095767,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43828",6,33.503833,-112.095767,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",44,0.009867,0.00246,0.026,"2013-09-13 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00","","","","",0.026,0.026,0.0095,0.0095,0.0095,0.0095,0.0095,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43828",7,33.503833,-112.095767,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.0095,0,0.0095,"2013-01-22 00:00",0.0095,"2013-03-17 00:00",0.0095,"2013-03-29 00:00",0.0095,"2013-05-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43829",6,33.503833,-112.095767,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43829",7,33.503833,-112.095767,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43830",6,33.503833,-112.095767,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.002,0.013416,0.09,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.09,0.09,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43830",7,33.503833,-112.095767,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43831",6,33.503833,-112.095767,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.005111,0.019612,0.09,"2013-09-25 00:00",0.08,"2013-03-05 00:00",0.06,"2013-08-02 00:00",0,"2013-01-04 00:00","","","","",0.09,0.09,0.06,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43831",7,33.503833,-112.095767,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43832",6,33.503833,-112.095767,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43832",7,33.503833,-112.095767,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.009,0,0.009,"2013-01-22 00:00",0.009,"2013-03-17 00:00",0.009,"2013-03-29 00:00",0.009,"2013-05-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43835",6,33.503833,-112.095767,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43835",7,33.503833,-112.095767,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43836",6,33.503833,-112.095767,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43836",7,33.503833,-112.095767,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.008,0,0.008,"2013-01-22 00:00",0.008,"2013-03-17 00:00",0.008,"2013-03-29 00:00",0.008,"2013-05-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43838",6,33.503833,-112.095767,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",44,0.0124,0.002683,0.03,"2013-01-22 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00","","","","",0.03,0.03,0.012,0.012,0.012,0.012,0.012,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43838",7,33.503833,-112.095767,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",5,0.014333,0.005715,0.026,"2013-01-22 00:00",0.012,"2013-03-17 00:00",0.012,"2013-03-29 00:00",0.012,"2013-05-22 00:00","","","","",0.026,0.026,0.026,0.026,0.012,0.012,0.012,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43839",6,33.503833,-112.095767,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43839",7,33.503833,-112.095767,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.016,0,0.016,"2013-01-22 00:00",0.016,"2013-03-17 00:00",0.016,"2013-03-29 00:00",0.016,"2013-05-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43843",6,33.503833,-112.095767,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43843",7,33.503833,-112.095767,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43844",6,33.503833,-112.095767,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.001333,0.006606,0.04,"2013-05-07 00:00",0.02,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43844",7,33.503833,-112.095767,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.005,0.012247,0.03,"2013-03-17 00:00",0,"2013-01-22 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43860",6,33.503833,-112.095767,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43860",7,33.503833,-112.095767,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43954",8,33.503833,-112.095767,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",10,0.159667,0.072788,0.291,"2013-08-14 00:00",0.279,"2013-06-09 00:00",0.255,"2013-06-21 00:00",0.233,"2013-07-27 00:00","","","","",0.291,0.291,0.291,0.279,0.233,0.111,0.111,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43954",9,33.503833,-112.095767,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.25,0,0.25,"2013-07-21 00:00","","","","","","","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43960",8,33.503833,-112.095767,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",5,0.2717,0.152232,0.559,"2013-08-14 00:00",0.534,"2013-08-08 00:00",0.397,"2013-08-20 00:00",0.384,"2013-06-21 00:00","","","","",0.559,0.559,0.559,0.534,0.384,0.249,0.1085,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","43960",9,33.503833,-112.095767,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.1085,0,0.1085,"2013-07-21 00:00","","","","","","","","","","",0.1085,0.1085,0.1085,0.1085,0.1085,0.1085,0.1085,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","44201",1,33.503833,-112.095767,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6244,71,260,365,0,308,0,0,"Certification not required",999,0.058204,0.013732,0.095,"2013-09-03 14:00",0.093,"2013-07-17 15:00",0.093,"2013-08-19 14:00",0.091,"2013-06-01 11:00","","","","",0.093,0.09,0.081,0.075,0.068,0.058,0.042,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","44201",1,33.503833,-112.095767,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6250,71,259,365,0,0,0,0,"Certification not required",0,0.051124,0.013221,0.084,"2013-09-03 11:00",0.081,"2013-07-17 10:00",0.08,"2013-08-15 11:00",0.079,"2013-07-18 10:00","","","","",0.08,0.077,0.071,0.067,0.06,0.052,0.033,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","44201",1,33.503833,-112.095767,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6250,71,259,365,0,0,8,8,"Certification not required",0,0.051124,0.013221,0.084,"2013-09-03 11:00",0.081,"2013-07-17 10:00",0.08,"2013-08-15 11:00",0.079,"2013-07-18 10:00","","","","",0.08,0.077,0.071,0.067,0.06,0.052,0.033,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","45109",6,33.503833,-112.095767,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,2.595111,1.975529,9.76,"2013-01-22 00:00",7.82,"2013-01-16 00:00",6.08,"2013-02-03 00:00",5.87,"2013-03-11 00:00","","","","",9.76,9.76,6.08,5.27,3.36,1.78,0.86,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45109",7,33.503833,-112.095767,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,3.681667,3.301723,9.76,"2013-01-22 00:00",5.09,"2013-03-29 00:00",2.53,"2013-09-19 00:00",2.01,"2013-03-17 00:00","","","","",9.76,9.76,9.76,9.76,5.09,2.53,0.81,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45109",8,33.503833,-112.095767,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.137333,0.978837,4.2,"2013-08-14 00:00",3.78,"2013-08-08 00:00",2.96,"2013-06-21 00:00",2.85,"2013-06-27 00:00","","","","",4.2,4.2,4.2,3.78,2.85,2.02,1.16,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45109",9,33.503833,-112.095767,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.56,0,1.56,"2013-07-21 00:00","","","","","","","","","","",1.56,1.56,1.56,1.56,1.56,1.56,1.56,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45201",6,33.503833,-112.095767,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.577111,1.152721,5.21,"2013-01-22 00:00",4.77,"2013-01-16 00:00",4.07,"2013-02-03 00:00",3.8,"2013-03-11 00:00","","","","",5.21,5.21,4.07,3.48,2,1.22,0.58,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45201",7,33.503833,-112.095767,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,2.06,1.705098,5.3,"2013-01-22 00:00",2.57,"2013-03-29 00:00",1.45,"2013-09-19 00:00",1.16,"2013-03-17 00:00","","","","",5.3,5.3,5.3,5.3,2.57,1.45,0.73,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45201",8,33.503833,-112.095767,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.994667,0.36596,1.87,"2013-08-08 00:00",1.57,"2013-08-14 00:00",1.28,"2013-06-21 00:00",1.15,"2013-08-26 00:00","","","","",1.87,1.87,1.87,1.57,1.15,0.89,0.64,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45202",6,33.503833,-112.095767,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,5.997111,5.60638,35.35,"2013-01-22 00:00",14.56,"2013-01-16 00:00",13.58,"2013-02-03 00:00",12.88,"2013-03-11 00:00","","","","",35.35,35.35,13.58,11.55,7.63,3.82,1.88,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45202",7,33.503833,-112.095767,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,7.385,6.327972,19.18,"2013-01-22 00:00",9.66,"2013-03-29 00:00",5.55,"2013-09-19 00:00",4.05,"2013-05-22 00:00","","","","",19.18,19.18,19.18,19.18,9.66,5.55,1.98,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45202",8,33.503833,-112.095767,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,4.956667,2.072278,9.34,"2013-08-14 00:00",8.4,"2013-08-08 00:00",6.34,"2013-06-21 00:00",6.28,"2013-06-27 00:00","","","","",9.34,9.34,9.34,8.4,6.28,4.58,2.71,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45202",9,33.503833,-112.095767,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,4.12,0,4.12,"2013-07-21 00:00","","","","","","","","","","",4.12,4.12,4.12,4.12,4.12,4.12,4.12,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45203",6,33.503833,-112.095767,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.977778,0.669514,3.38,"2013-01-22 00:00",2.74,"2013-01-16 00:00",2.1,"2013-02-03 00:00",1.97,"2013-03-11 00:00","","","","",3.38,3.38,2.1,1.86,1.27,0.72,0.35,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45203",7,33.503833,-112.095767,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.333333,1.110922,3.38,"2013-01-22 00:00",1.79,"2013-03-29 00:00",0.96,"2013-09-19 00:00",0.79,"2013-05-22 00:00","","","","",3.38,3.38,3.38,3.38,1.79,0.96,0.34,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45203",8,33.503833,-112.095767,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.72,0.342261,1.39,"2013-08-14 00:00",1.28,"2013-08-08 00:00",1.05,"2013-06-21 00:00",1.04,"2013-06-27 00:00","","","","",1.39,1.39,1.39,1.28,1.04,0.66,0.35,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45203",9,33.503833,-112.095767,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.42,0,0.42,"2013-07-21 00:00","","","","","","","","","","",0.42,0.42,0.42,0.42,0.42,0.42,0.42,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45204",6,33.503833,-112.095767,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.034889,0.786282,3.94,"2013-01-22 00:00",3.02,"2013-01-16 00:00",2.46,"2013-02-03 00:00",2.34,"2013-03-11 00:00","","","","",3.94,3.94,2.46,2.1,1.34,0.7,0.34,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45204",7,33.503833,-112.095767,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.458333,1.325872,3.9,"2013-01-22 00:00",2.04,"2013-03-29 00:00",0.94,"2013-09-19 00:00",0.78,"2013-03-17 00:00","","","","",3.9,3.9,3.9,3.9,2.04,0.94,0.33,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45204",8,33.503833,-112.095767,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.88,0.365689,1.61,"2013-08-14 00:00",1.47,"2013-08-08 00:00",1.25,"2013-06-21 00:00",1.11,"2013-06-27 00:00","","","","",1.61,1.61,1.61,1.47,1.11,0.82,0.47,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45204",9,33.503833,-112.095767,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.65,0,0.65,"2013-07-21 00:00","","","","","","","","","","",0.65,0.65,0.65,0.65,0.65,0.65,0.65,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45207",6,33.503833,-112.095767,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",18,0.2852,0.240813,1.152,"2013-01-22 00:00",0.927,"2013-01-16 00:00",0.657,"2013-02-03 00:00",0.639,"2013-01-04 00:00","","","","",1.152,1.152,0.657,0.585,0.423,0.216,0.0855,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45207",7,33.503833,-112.095767,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",1,0.42525,0.409136,1.197,"2013-01-22 00:00",0.558,"2013-03-29 00:00",0.27,"2013-09-19 00:00",0.234,"2013-03-17 00:00","","","","",1.197,1.197,1.197,1.197,0.558,0.27,0.0855,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45207",8,33.503833,-112.095767,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.216633,0.141763,0.549,"2013-08-14 00:00",0.471,"2013-08-08 00:00",0.278,"2013-08-20 00:00",0.267,"2013-06-27 00:00","","","","",0.549,0.549,0.549,0.471,0.267,0.241,0.0995,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45207",9,33.503833,-112.095767,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.0995,0,0.0995,"2013-07-21 00:00","","","","","","","","","","",0.0995,0.0995,0.0995,0.0995,0.0995,0.0995,0.0995,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45208",6,33.503833,-112.095767,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.9248,0.715916,3.546,"2013-01-22 00:00",2.817,"2013-01-16 00:00",2.223,"2013-02-03 00:00",1.971,"2013-03-11 00:00","","","","",3.546,3.546,2.223,1.818,1.242,0.639,0.297,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45208",7,33.503833,-112.095767,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.329,1.260793,3.717,"2013-01-22 00:00",1.701,"2013-03-29 00:00",0.9,"2013-09-19 00:00",0.693,"2013-05-22 00:00","","","","",3.717,3.717,3.717,3.717,1.701,0.9,0.279,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45208",8,33.503833,-112.095767,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.933933,0.333856,1.69,"2013-08-14 00:00",1.44,"2013-08-08 00:00",1.11,"2013-06-21 00:00",1.1,"2013-08-20 00:00","","","","",1.69,1.69,1.69,1.44,1.1,0.937,0.51,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45208",9,33.503833,-112.095767,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.74,0,0.74,"2013-07-21 00:00","","","","","","","","","","",0.74,0.74,0.74,0.74,0.74,0.74,0.74,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45209",8,33.503833,-112.095767,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",4,0.1812,0.101158,0.437,"2013-06-21 00:00",0.295,"2013-08-14 00:00",0.26,"2013-08-08 00:00",0.237,"2013-08-20 00:00","","","","",0.437,0.437,0.437,0.295,0.237,0.171,0.069,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45209",9,33.503833,-112.095767,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.069,0,0.069,"2013-07-21 00:00","","","","","","","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45210",8,33.503833,-112.095767,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45210",9,33.503833,-112.095767,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-07-21 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45211",8,33.503833,-112.095767,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",10,0.1694,0.147941,0.451,"2013-08-14 00:00",0.438,"2013-08-08 00:00",0.34,"2013-06-21 00:00",0.332,"2013-08-26 00:00","","","","",0.451,0.451,0.451,0.438,0.332,0.073,0.073,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45211",9,33.503833,-112.095767,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.073,0,0.073,"2013-07-21 00:00","","","","","","","","","","",0.073,0.073,0.073,0.073,0.073,0.073,0.073,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45212",8,33.503833,-112.095767,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",2,0.492733,0.292184,0.997,"2013-08-14 00:00",0.949,"2013-06-21 00:00",0.86,"2013-08-08 00:00",0.655,"2013-08-20 00:00","","","","",0.997,0.997,0.997,0.949,0.655,0.464,0.056,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45212",9,33.503833,-112.095767,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.44,0,0.44,"2013-07-21 00:00","","","","","","","","","","",0.44,0.44,0.44,0.44,0.44,0.44,0.44,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45218",8,33.503833,-112.095767,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.12,0,0.12,"2013-06-03 00:00",0.12,"2013-06-09 00:00",0.12,"2013-06-15 00:00",0.12,"2013-06-21 00:00","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.12,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45218",9,33.503833,-112.095767,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.12,0,0.12,"2013-07-21 00:00","","","","","","","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.12,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45219",8,33.503833,-112.095767,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.103,0,0.103,"2013-06-03 00:00",0.103,"2013-06-09 00:00",0.103,"2013-06-15 00:00",0.103,"2013-06-21 00:00","","","","",0.103,0.103,0.103,0.103,0.103,0.103,0.103,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45219",9,33.503833,-112.095767,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.103,0,0.103,"2013-07-21 00:00","","","","","","","","","","",0.103,0.103,0.103,0.103,0.103,0.103,0.103,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45220",6,33.503833,-112.095767,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.225333,0.264142,1.34,"2013-01-22 00:00",0.92,"2013-01-16 00:00",0.85,"2013-04-16 00:00",0.54,"2013-01-10 00:00","","","","",1.34,1.34,0.85,0.49,0.24,0.15,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45220",7,33.503833,-112.095767,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.305,0.340397,0.98,"2013-01-22 00:00",0.33,"2013-03-29 00:00",0.14,"2013-03-17 00:00",0.14,"2013-09-19 00:00","","","","",0.98,0.98,0.98,0.98,0.33,0.14,0.11,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45220",8,33.503833,-112.095767,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00",0,"2013-06-27 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45220",9,33.503833,-112.095767,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-07-21 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45225",8,33.503833,-112.095767,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",4,0.204533,0.113037,0.466,"2013-06-21 00:00",0.36,"2013-08-14 00:00",0.279,"2013-08-08 00:00",0.274,"2013-08-20 00:00","","","","",0.466,0.466,0.466,0.36,0.274,0.191,0.074,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45225",9,33.503833,-112.095767,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.186,0,0.186,"2013-07-21 00:00","","","","","","","","","","",0.186,0.186,0.186,0.186,0.186,0.186,0.186,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45228",8,33.503833,-112.095767,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.2584,0.150095,0.493,"2013-07-15 00:00",0.481,"2013-08-14 00:00",0.454,"2013-08-08 00:00",0.375,"2013-08-26 00:00","","","","",0.493,0.493,0.493,0.481,0.375,0.273,0.1005,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45228",9,33.503833,-112.095767,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.1005,0,0.1005,"2013-07-21 00:00","","","","","","","","","","",0.1005,0.1005,0.1005,0.1005,0.1005,0.1005,0.1005,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45501",30,33.503833,-112.095767,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.365909,0.169502,0.84,"2013-01-22 00:00",0.826,"2013-04-04 00:00",0.756,"2013-02-03 00:00",0.742,"2013-03-29 00:00","","","","",0.84,0.84,0.756,0.686,0.406,0.329,0.21,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45501",31,33.503833,-112.095767,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.4368,0.272758,0.917,"2013-01-22 00:00",0.378,"2013-09-19 00:00",0.35,"2013-05-22 00:00",0.273,"2013-07-21 00:00","","","","",0.917,0.917,0.917,0.917,0.378,0.35,0.266,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45501",32,33.503833,-112.095767,"WGS84","Benzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",0,0.453535,0.206021,1.043,"2013-07-15 05:00",0.833,"2013-08-20 11:00",0.826,"2013-08-20 05:00",0.784,"2013-08-14 05:00","","","","",1.043,1.043,0.826,0.756,0.539,0.406,0.238,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45503",30,33.503833,-112.095767,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.0135,0,0.0135,"2013-01-04 00:00",0.0135,"2013-01-10 00:00",0.0135,"2013-01-16 00:00",0.0135,"2013-01-22 00:00","","","","",0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45503",31,33.503833,-112.095767,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0135,0,0.0135,"2013-01-22 00:00",0.0135,"2013-03-17 00:00",0.0135,"2013-05-22 00:00",0.0135,"2013-07-21 00:00","","","","",0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45503",32,33.503833,-112.095767,"WGS84","2,5-Dimethylbenzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,9,0,61,0,2,"","","Certification not required",43,0.0495,0,0.0495,"2013-06-03 05:00",0.0495,"2013-06-03 08:00",0.0495,"2013-06-03 11:00",0.0495,"2013-06-09 05:00","","","","",0.0495,0.0495,0.0495,0.0495,0.0495,0.0495,0.0495,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45504",30,33.503833,-112.095767,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.28725,0.141137,0.704,"2013-02-03 00:00",0.576,"2013-09-13 00:00",0.528,"2013-01-16 00:00",0.48,"2013-01-22 00:00","","","","",0.704,0.704,0.576,0.48,0.352,0.28,0.128,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45504",31,33.503833,-112.095767,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3444,0.136238,0.568,"2013-01-22 00:00",0.36,"2013-05-22 00:00",0.32,"2013-09-19 00:00",0.25,"2013-07-21 00:00","","","","",0.568,0.568,0.568,0.568,0.36,0.32,0.224,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45504",32,33.503833,-112.095767,"WGS84","Tolualdehydes","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",34,7,0,61,0,11,"","","Certification not required",1,0.660235,0.180432,1.048,"2013-08-20 05:00",1.008,"2013-08-14 05:00",0.904,"2013-08-26 05:00",0.872,"2013-08-26 11:00","","","","",1.048,1.048,1.008,0.872,0.76,0.68,0.488,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45801",6,33.503833,-112.095767,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45801",7,33.503833,-112.095767,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45805",6,33.503833,-112.095767,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45805",7,33.503833,-112.095767,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.069,0,0.069,"2013-01-22 00:00",0.069,"2013-03-17 00:00",0.069,"2013-03-29 00:00",0.069,"2013-05-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45806",6,33.503833,-112.095767,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45806",7,33.503833,-112.095767,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",6,0.078,0,0.078,"2013-01-22 00:00",0.078,"2013-03-17 00:00",0.078,"2013-03-29 00:00",0.078,"2013-05-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45807",6,33.503833,-112.095767,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.156667,0.099522,0.4,"2013-01-22 00:00",0.4,"2013-03-11 00:00",0.37,"2013-03-29 00:00",0.35,"2013-02-03 00:00","","","","",0.4,0.4,0.37,0.34,0.19,0.13,0.06,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45807",7,33.503833,-112.095767,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.226667,0.144176,0.44,"2013-01-22 00:00",0.38,"2013-03-29 00:00",0.16,"2013-03-17 00:00",0.14,"2013-09-19 00:00","","","","",0.44,0.44,0.44,0.44,0.38,0.16,0.11,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45810",6,33.503833,-112.095767,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","45810",7,33.503833,-112.095767,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-03-29 00:00",0,"2013-05-22 00:00","","","","",0,0,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","61103",1,33.503833,-112.095767,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4387,50,183,365,0,5,"","","Certification not required",0,2.96109,1.540725,13.6,"2013-04-08 11:00",12.6,"2013-04-08 15:00",11.5,"2013-04-08 10:00",11.1,"2013-04-08 12:00","","","","",7.8,6.8,5.8,4.9,3.9,2.7,1.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","61104",1,33.503833,-112.095767,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4387,50,183,365,0,5,"","","Certification not required",0,189.470709,94.899691,360,"2013-05-31 06:00",360,"2013-06-20 01:00",359,"2013-04-21 01:00",359,"2013-04-28 15:00","","","","",355,349,331,303,264,219,60,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","62101",1,33.503833,-112.095767,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING LEVEL 1",2013,"Degrees Fahrenheit","No Events",4387,50,183,365,0,5,"","","Certification not required",0,87.878277,12.643188,119,"2013-06-29 15:00",118,"2013-06-29 13:00",118,"2013-06-29 14:00",118,"2013-06-29 16:00","","","","",111,110,107,104,97,89,71,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","62201",1,33.503833,-112.095767,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4387,50,183,365,0,5,"","","Certification not required",0,27.654206,16.344086,93,"2013-09-09 12:00",92,"2013-09-08 09:00",92,"2013-09-08 10:00",91,"2013-08-24 03:00","","","","",80,74,60,50,36,24,10,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","68103",7,33.503833,-112.095767,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,16.488571,8.800222,31,"2013-07-09 00:00",30.6,"2013-08-17 00:00",30.4,"2013-07-18 00:00",30.4,"2013-08-02 00:00","","","","",30.6,30.4,29.9,28.6,23.8,15.7,5.5,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","68104",7,33.503833,-112.095767,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,32.86381,8.988391,46,"2013-06-30 00:00",45.2,"2013-07-03 00:00",45.2,"2013-08-17 00:00",44.2,"2013-08-14 00:00","","","","",45.2,45.2,44.1,43.4,40.6,34,17.5,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","68105",1,33.503833,-112.095767,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,50,61,122,0,0,"","","Certification not required",0,21.396721,9.045182,38.9,"2013-06-30 00:00",35.8,"2013-06-12 00:00",35.3,"2013-06-27 00:00",34.9,"2013-06-15 00:00","","","","",38.9,35.8,34.9,33.5,28.4,22.3,9.3,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-09-25" +"04","013","9997","68105",7,33.503833,-112.095767,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,24.65619,8.925977,38.7,"2013-06-30 00:00",37.1,"2013-08-17 00:00",36.8,"2013-07-03 00:00",36.7,"2013-07-06 00:00","","","","",37.1,36.8,36.4,35.6,32.6,24.8,11.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","68106",7,33.503833,-112.095767,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,727.819048,4.722656,740,"2013-01-04 00:00",740,"2013-01-16 00:00",739,"2013-02-12 00:00",738,"2013-01-01 00:00","","","","",740,739,736,734,731,728,722,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","68107",7,33.503833,-112.095767,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,735,4.506406,750,"2013-01-16 00:00",746,"2013-01-01 00:00",746,"2013-01-31 00:00",745,"2013-01-04 00:00","","","","",746,746,744,742,737,734,730,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","68108",1,33.503833,-112.095767,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,50,61,122,0,0,"","","Certification not required",0,729.590164,4.051243,740,"2013-01-16 00:00",738,"2013-01-04 00:00",738,"2013-02-12 00:00",737,"2013-01-01 00:00","","","","",740,738,737,736,732,729,725,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-09-25" +"04","013","9997","68108",7,33.503833,-112.095767,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,730.790476,4.360432,743,"2013-01-16 00:00",741,"2013-01-04 00:00",740,"2013-01-01 00:00",740,"2013-02-12 00:00","","","","",741,740,739,737,734,730,725,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","81102",3,33.503833,-112.095767,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6507,74,273,365,11,45,"","","Certification not required",33,30.752728,71.273615,4985,"2013-06-30 23:00",1301,"2013-08-26 20:00",799,"2013-04-29 15:00",740,"2013-04-29 14:00","","","","",132,89,59,46,34,25,11,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","81102",3,33.503833,-112.095767,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6496,74,273,365,0,45,"","","Certification not required",33,29.461823,32.881645,1301,"2013-08-26 20:00",799,"2013-04-29 15:00",740,"2013-04-29 14:00",666,"2013-08-26 18:00","","","","",117,85,58,46,34,25,11,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","81102",3,33.503833,-112.095767,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6507,74,273,365,11,45,"","","Certification not required",33,30.752728,71.273615,4985,"2013-06-30 23:00",1301,"2013-08-26 20:00",799,"2013-04-29 15:00",740,"2013-04-29 14:00","","","","",132,89,59,46,34,25,11,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","81102",3,33.503833,-112.095767,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",273,75,273,365,0,0,0,0,"Certification not required",0,29.021978,14.626712,117,"2013-08-26 00:00",111,"2013-04-29 00:00",107,"2013-07-02 00:00",103,"2013-05-03 00:00","","","","",107,72,51,43,32,27,15,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","81102",3,33.503833,-112.095767,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",273,75,273,365,0,0,2,2,"Certification not required",0,30.278388,21.875386,262,"2013-06-30 00:00",165,"2013-04-08 00:00",117,"2013-08-26 00:00",111,"2013-04-29 00:00","","","","",117,103,52,43,32,27,15,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","81102",3,33.503833,-112.095767,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",273,75,273,365,0,0,2,2,"Certification not required",0,30.278388,21.875386,262,"2013-06-30 00:00",165,"2013-04-08 00:00",117,"2013-08-26 00:00",111,"2013-04-29 00:00","","","","",117,103,52,43,32,27,15,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","013","9997","85101",2,33.503833,-112.095767,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,24.590738,8.602246,47.3093,"2013-05-04 00:00",40.1707,"2013-01-19 00:00",39.8147,"2013-01-16 00:00",37.9567,"2013-03-29 00:00","","","","",47.3093,47.3093,39.8147,37.327,29.3886,24.4609,13.3433,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","85101",3,33.503833,-112.095767,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,24.441456,9.286129,55.2319,"2013-05-04 00:00",41.775,"2013-01-10 00:00",39.3057,"2013-01-16 00:00",38.2442,"2013-05-22 00:00","","","","",55.2319,55.2319,39.3057,37.3592,27.3637,24.3939,12.8938,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","85102",1,33.503833,-112.095767,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.157778,1.732915,7.95,"2013-01-22 00:00",7.8,"2013-01-16 00:00",6.02,"2013-02-03 00:00",4.3,"2013-01-10 00:00","","","","",7.95,7.95,6.02,4.28,2.35,1.64,0.71,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85103",1,33.503833,-112.095767,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.464,0.309453,1.65,"2013-08-26 00:00",1.12,"2013-01-10 00:00",1.08,"2013-01-16 00:00",1.05,"2013-03-23 00:00","","","","",1.65,1.65,1.08,0.87,0.51,0.42,0.15,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85105",1,33.503833,-112.095767,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033289,0.037439,0.24,"2013-08-26 00:00",0.11,"2013-05-04 00:00",0.07,"2013-01-10 00:00",0.06,"2013-05-22 00:00","","","","",0.24,0.24,0.07,0.06,0.03,0.03,0.01,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85110",1,33.503833,-112.095767,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1082,0.168796,1.15,"2013-01-16 00:00",0.26,"2013-01-10 00:00",0.25,"2013-08-26 00:00",0.2,"2013-02-03 00:00","","","","",1.15,1.15,0.25,0.17,0.1,0.07,0.03,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85112",1,33.503833,-112.095767,"WGS84","Chromium PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.866667,2.248232,7.7,"2013-01-10 00:00",7.1,"2013-04-28 00:00",7.1,"2013-05-16 00:00",6.3,"2013-01-04 00:00","","","","",7.7,7.7,7.1,6.3,4.2,2.3,0.5,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85113",1,33.503833,-112.095767,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.379333,0.308002,1.91,"2013-08-26 00:00",0.89,"2013-01-16 00:00",0.78,"2013-01-28 00:00",0.74,"2013-08-20 00:00","","","","",1.91,1.91,0.78,0.73,0.39,0.34,0.13,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85129",1,33.503833,-112.095767,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.002829,0.001749,0.008,"2013-01-10 00:00",0.0074,"2013-08-26 00:00",0.0069,"2013-03-23 00:00",0.0065,"2013-01-16 00:00","","","","",0.008,0.008,0.0069,0.0054,0.0033,0.0025,0.0011,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85132",1,33.503833,-112.095767,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,18.069111,16.661718,113,"2013-08-26 00:00",40.9,"2013-05-04 00:00",33.5,"2013-08-20 00:00",32.8,"2013-01-10 00:00","","","","",113,113,33.5,28.2,19.8,16.1,6.13,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85136",1,33.503833,-112.095767,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.423556,0.733962,4.54,"2013-08-26 00:00",2.93,"2013-01-16 00:00",2.8,"2013-08-20 00:00",2.22,"2013-07-09 00:00","","","","",4.54,4.54,2.8,2.18,1.77,1.29,0.79,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85142",1,33.503833,-112.095767,"WGS84","Mercury PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.015251,0.010078,0.04,"2013-05-04 00:00",0.04,"2013-08-26 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-16 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.01,0.004,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","85154",1,33.503833,-112.095767,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.170889,0.155517,0.5,"2013-07-09 00:00",0.49,"2013-08-26 00:00",0.46,"2013-07-21 00:00",0.44,"2013-09-07 00:00","","","","",0.5,0.5,0.46,0.41,0.27,0.14,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","013","9997","86101",3,33.503833,-112.095767,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6497,74,273,365,0,55,"","","Certification not required",0,22.283208,63.709109,4530,"2013-06-30 23:00",1111,"2013-08-26 20:00",708,"2013-04-29 15:00",653,"2013-04-29 14:00","","","","",107,69,44,34,24,18,7,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","86502",1,33.503833,-112.095767,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,15.714286,7.373941,40,"2013-05-04 00:00",33,"2013-01-10 00:00",28,"2013-05-22 00:00",27,"2013-05-16 00:00","","","","",40,40,28,26,19,16,7,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","86502",2,33.503833,-112.095767,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,15.98,6.287305,32,"2013-05-04 00:00",28,"2013-01-10 00:00",27,"2013-03-29 00:00",26,"2013-05-22 00:00","","","","",32,32,27,25,20,16,8,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88101",1,33.503833,-112.095767,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,0,1,1,"Certification not required",0,8.868852,6.035604,40.5,"2013-01-01 00:00",29.2,"2013-06-30 00:00",18.6,"2013-01-19 00:00",18,"2013-02-03 00:00","","","","",40.5,29.2,18,14,9.1,7.3,4.5,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-09-25" +"04","013","9997","88101",1,33.503833,-112.095767,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,0,"","","Certification not required",0,8.868852,6.035604,40.5,"2013-01-01 00:00",29.2,"2013-06-30 00:00",18.6,"2013-01-19 00:00",18,"2013-02-03 00:00","","","","",40.5,29.2,18,14,9.1,7.3,4.5,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2013-09-25" +"04","013","9997","88101",3,33.503833,-112.095767,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5882,67,249,365,0,670,"","","Certification not required",0,6.520741,9.64477,454,"2013-06-30 23:00",167,"2013-01-01 02:00",166,"2013-01-01 01:00",145,"2013-01-01 00:00","","","","",33,25,18,12,8,6,1,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","88101",3,33.503833,-112.095767,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",245,67,245,365,0,0,1,1,"Certification not required",0,6.480816,4.708329,44.9,"2013-01-01 00:00",29,"2013-06-30 00:00",21.6,"2013-01-05 00:00",21.1,"2013-07-09 00:00","","","","",21.6,20.2,16.3,10.7,7.6,5.6,2.8,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","88101",3,33.503833,-112.095767,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",245,67,245,365,0,0,"","","Certification not required",0,6.480816,4.708329,44.9,"2013-01-01 00:00",29,"2013-06-30 00:00",21.6,"2013-01-05 00:00",21.1,"2013-07-09 00:00","","","","",21.6,20.2,16.3,10.7,7.6,5.6,2.8,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9997","88102",7,33.503833,-112.095767,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",97,0.020375,0.007099,0.056,"2013-04-13 00:00",0.056,"2013-08-26 00:00",0.04,"2013-01-13 00:00",0.037,"2013-02-03 00:00","","","","",0.056,0.04,0.026,0.026,0.021,0.0195,0.014,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88103",1,33.503833,-112.095767,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-02-06 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88103",2,33.503833,-112.095767,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8e-05,0.000274,0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88103",7,33.503833,-112.095767,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000327,0.000703,0.004,"2013-08-17 00:00",0.003,"2013-01-01 00:00",0.002,"2013-01-31 00:00",0.002,"2013-02-03 00:00","","","","",0.003,0.002,0.002,0.001,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88104",1,33.503833,-112.095767,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.171947,0.134676,0.7979,"2013-05-04 00:00",0.381,"2013-03-23 00:00",0.3747,"2013-05-01 00:00",0.3397,"2013-05-22 00:00","","","","",0.7979,0.7979,0.3747,0.3301,0.2313,0.1809,0.0326,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88104",2,33.503833,-112.095767,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.166168,0.131975,0.8073,"2013-05-04 00:00",0.3682,"2013-05-01 00:00",0.3607,"2013-03-23 00:00",0.332,"2013-04-28 00:00","","","","",0.8073,0.8073,0.3607,0.295,0.2167,0.172,0.039,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88104",7,33.503833,-112.095767,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",13,0.099928,0.13998,1.24,"2013-06-30 00:00",0.634,"2013-08-26 00:00",0.424,"2013-05-04 00:00",0.247,"2013-05-01 00:00","","","","",0.634,0.424,0.203,0.161,0.118,0.076,0.0115,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88107",7,33.503833,-112.095767,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",92,0.010484,0.027941,0.284,"2013-01-01 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.018,0.0055,0.0055,0.005,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88109",1,33.503833,-112.095767,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.003208,0.001458,0.0065,"2013-02-03 00:00",0.0065,"2013-05-19 00:00",0.0059,"2013-01-19 00:00",0.0055,"2013-04-07 00:00","","","","",0.0065,0.0065,0.0059,0.0054,0.0042,0.003,0.0013,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88109",2,33.503833,-112.095767,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003308,0.00154,0.0065,"2013-02-03 00:00",0.0062,"2013-01-19 00:00",0.0059,"2013-03-20 00:00",0.0059,"2013-04-07 00:00","","","","",0.0065,0.0065,0.0059,0.0059,0.0043,0.0031,0.0013,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88109",7,33.503833,-112.095767,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",22,0.003554,0.003395,0.0318,"2013-01-01 00:00",0.0084,"2013-06-06 00:00",0.0083,"2013-04-07 00:00",0.0079,"2013-06-30 00:00","","","","",0.0084,0.0083,0.0078,0.0061,0.0043,0.0031,0.0009,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88110",7,33.503833,-112.095767,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.001452,0.004254,0.027,"2013-08-29 00:00",0.019,"2013-02-03 00:00",0.016,"2013-09-07 00:00",0.015,"2013-01-31 00:00","","","","",0.019,0.016,0.009,0.004,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88111",1,33.503833,-112.095767,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.145592,0.090963,0.49,"2013-05-04 00:00",0.3072,"2013-05-01 00:00",0.2735,"2013-05-22 00:00",0.2717,"2013-03-23 00:00","","","","",0.49,0.49,0.2735,0.261,0.2114,0.142,0.0301,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88111",2,33.503833,-112.095767,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.140508,0.087963,0.4861,"2013-05-04 00:00",0.3042,"2013-05-01 00:00",0.2685,"2013-04-28 00:00",0.2523,"2013-03-23 00:00","","","","",0.4861,0.4861,0.2685,0.2421,0.1927,0.1476,0.0461,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88111",7,33.503833,-112.095767,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.09464,0.103629,0.954,"2013-06-30 00:00",0.431,"2013-08-26 00:00",0.31,"2013-05-04 00:00",0.199,"2013-05-01 00:00","","","","",0.431,0.31,0.187,0.146,0.113,0.0804,0.0291,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88112",1,33.503833,-112.095767,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000551,0.00058,0.002,"2013-01-16 00:00",0.002,"2013-01-25 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88112",2,33.503833,-112.095767,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00066,0.000557,0.002,"2013-01-16 00:00",0.002,"2013-01-25 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88112",7,33.503833,-112.095767,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.006048,0.013906,0.073,"2013-09-25 00:00",0.073,"2013-10-10 00:00",0.061,"2013-09-28 00:00",0.051,"2013-09-22 00:00","","","","",0.073,0.061,0.046,0.01,0.004,0.002,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88113",7,33.503833,-112.095767,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",91,0.0008,0.000379,0.0022,"2013-10-31 00:00",0.0021,"2013-01-19 00:00",0.0021,"2013-09-22 00:00",0.002,"2013-02-18 00:00","","","","",0.0021,0.0021,0.0017,0.0014,0.0007,0.00065,0.00055,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88114",1,33.503833,-112.095767,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.007418,0.005051,0.0249,"2013-01-22 00:00",0.0207,"2013-01-19 00:00",0.0198,"2013-01-16 00:00",0.0151,"2013-01-25 00:00","","","","",0.0249,0.0249,0.0198,0.0147,0.0095,0.006,0.0027,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88114",2,33.503833,-112.095767,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00729,0.004935,0.0234,"2013-01-22 00:00",0.0211,"2013-01-19 00:00",0.0194,"2013-01-16 00:00",0.0141,"2013-01-25 00:00","","","","",0.0234,0.0234,0.0194,0.0141,0.0092,0.0069,0.0026,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88114",7,33.503833,-112.095767,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",26,0.005252,0.011905,0.121,"2013-01-01 00:00",0.0163,"2013-11-09 00:00",0.013,"2013-01-19 00:00",0.0126,"2013-10-22 00:00","","","","",0.0163,0.013,0.0122,0.0086,0.0059,0.0033,0.001,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88115",1,33.503833,-112.095767,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.048816,0.082438,0.3927,"2013-04-16 00:00",0.2846,"2013-05-31 00:00",0.2611,"2013-05-25 00:00",0.2036,"2013-04-25 00:00","","","","",0.3927,0.3927,0.2611,0.1802,0.0306,0.0161,0.0045,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88115",2,33.503833,-112.095767,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.044478,0.077854,0.3725,"2013-04-16 00:00",0.2352,"2013-05-31 00:00",0.2305,"2013-05-25 00:00",0.2229,"2013-01-13 00:00","","","","",0.3725,0.3725,0.2305,0.1975,0.0239,0.012,0.0045,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88115",7,33.503833,-112.095767,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",14,0.069745,0.144274,1.29,"2013-01-01 00:00",0.338,"2013-06-09 00:00",0.328,"2013-06-21 00:00",0.311,"2013-06-24 00:00","","","","",0.338,0.328,0.28,0.188,0.0728,0.0259,0.00405,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88117",7,33.503833,-112.095767,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.007073,0.010524,0.0435,"2013-07-21 00:00",0.043,"2013-02-18 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88118",7,33.503833,-112.095767,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.009533,0.006509,0.023,"2013-02-18 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88126",1,33.503833,-112.095767,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.192243,0.086603,0.4721,"2013-05-04 00:00",0.401,"2013-01-22 00:00",0.3626,"2013-01-16 00:00",0.3091,"2013-01-19 00:00","","","","",0.4721,0.4721,0.3626,0.2928,0.23,0.1939,0.0926,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88126",2,33.503833,-112.095767,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.188794,0.087602,0.4823,"2013-05-04 00:00",0.4022,"2013-01-22 00:00",0.3513,"2013-01-16 00:00",0.3272,"2013-01-19 00:00","","","","",0.4823,0.4823,0.3513,0.2826,0.2193,0.1773,0.0955,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88126",7,33.503833,-112.095767,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.127127,0.097684,0.876,"2013-06-30 00:00",0.486,"2013-08-26 00:00",0.341,"2013-05-04 00:00",0.279,"2013-11-09 00:00","","","","",0.486,0.341,0.216,0.183,0.143,0.117,0.0538,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88128",1,33.503833,-112.095767,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001939,0.001405,0.006,"2013-03-23 00:00",0.005,"2013-01-07 00:00",0.005,"2013-01-13 00:00",0.004,"2013-01-10 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.002,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88128",2,33.503833,-112.095767,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00218,0.001637,0.008,"2013-01-10 00:00",0.007,"2013-01-07 00:00",0.006,"2013-03-23 00:00",0.004,"2013-01-13 00:00","","","","",0.008,0.008,0.006,0.004,0.003,0.002,0.001,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88128",7,33.503833,-112.095767,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000971,0.001573,0.009,"2013-01-01 00:00",0.005,"2013-01-10 00:00",0.005,"2013-09-07 00:00",0.005,"2013-11-09 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88131",7,33.503833,-112.095767,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.009846,0.003336,0.021,"2013-01-04 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-12 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88132",1,33.503833,-112.095767,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.004163,0.00233,0.012,"2013-01-16 00:00",0.011,"2013-05-04 00:00",0.008,"2013-03-23 00:00",0.007,"2013-01-10 00:00","","","","",0.012,0.012,0.008,0.007,0.005,0.004,0.002,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88132",2,33.503833,-112.095767,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00402,0.002199,0.011,"2013-05-04 00:00",0.01,"2013-01-16 00:00",0.008,"2013-01-22 00:00",0.008,"2013-03-23 00:00","","","","",0.011,0.011,0.008,0.007,0.005,0.004,0.002,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88132",7,33.503833,-112.095767,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.002788,0.003352,0.028,"2013-06-30 00:00",0.015,"2013-08-26 00:00",0.009,"2013-05-04 00:00",0.008,"2013-01-16 00:00","","","","",0.015,0.009,0.006,0.005,0.004,0.002,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88136",1,33.503833,-112.095767,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000367,0.000487,0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88136",2,33.503833,-112.095767,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00034,0.000479,0.001,"2013-01-07 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88136",7,33.503833,-112.095767,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000308,0.00064,0.003,"2013-05-19 00:00",0.003,"2013-08-14 00:00",0.002,"2013-03-02 00:00",0.002,"2013-05-16 00:00","","","","",0.003,0.002,0.002,0.001,0,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88140",1,33.503833,-112.095767,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.054418,0.043908,0.1978,"2013-05-04 00:00",0.1387,"2013-05-01 00:00",0.1365,"2013-05-31 00:00",0.1298,"2013-05-07 00:00","","","","",0.1978,0.1978,0.1365,0.1192,0.0732,0.0393,0.009,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88140",2,33.503833,-112.095767,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.053878,0.041441,0.1908,"2013-05-04 00:00",0.135,"2013-04-28 00:00",0.132,"2013-05-31 00:00",0.1213,"2013-03-23 00:00","","","","",0.1908,0.1908,0.132,0.1146,0.08,0.0458,0.009,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88140",7,33.503833,-112.095767,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",55,0.023932,0.049157,0.441,"2013-01-01 00:00",0.228,"2013-06-30 00:00",0.108,"2013-08-26 00:00",0.077,"2013-05-31 00:00","","","","",0.228,0.108,0.057,0.039,0.0274,0.009,0.0055,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88152",1,33.503833,-112.095767,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",13,0.00127,0.001096,0.0039,"2013-01-31 00:00",0.0036,"2013-01-22 00:00",0.0035,"2013-04-19 00:00",0.0032,"2013-04-22 00:00","","","","",0.0039,0.0039,0.0035,0.003,0.002,0.0009,0.00015,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88152",2,33.503833,-112.095767,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.00118,0.001064,0.0038,"2013-01-31 00:00",0.0037,"2013-01-22 00:00",0.0033,"2013-01-19 00:00",0.0032,"2013-03-23 00:00","","","","",0.0038,0.0038,0.0033,0.003,0.0017,0.0008,0.00015,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88152",7,33.503833,-112.095767,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.005766,0.001646,0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-11 00:00",0.008,"2013-03-14 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88154",1,33.503833,-112.095767,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",28,0.000197,0.000142,0.0007,"2013-02-06 00:00",0.0006,"2013-01-07 00:00",0.0005,"2013-02-03 00:00",0.0004,"2013-01-25 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.0003,0.0001,0.0001,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88154",2,33.503833,-112.095767,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.000219,0.000159,0.0009,"2013-02-03 00:00",0.0006,"2013-01-25 00:00",0.0005,"2013-01-13 00:00",0.0005,"2013-05-31 00:00","","","","",0.0009,0.0009,0.0005,0.0004,0.0003,0.0002,0.0001,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88154",7,33.503833,-112.095767,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.001005,0.000268,0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00",0.0013,"2013-01-13 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88160",7,33.503833,-112.095767,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",100,0.013202,0.004702,0.035,"2013-11-06 00:00",0.029,"2013-02-21 00:00",0.029,"2013-09-01 00:00",0.02,"2013-06-21 00:00","","","","",0.029,0.029,0.018,0.018,0.016,0.01,0.01,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88161",1,33.503833,-112.095767,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.01322,0.006864,0.0411,"2013-05-04 00:00",0.0239,"2013-03-23 00:00",0.0227,"2013-01-22 00:00",0.0214,"2013-05-01 00:00","","","","",0.0411,0.0411,0.0227,0.0202,0.017,0.0127,0.0043,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88161",2,33.503833,-112.095767,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.012826,0.006682,0.0414,"2013-05-04 00:00",0.022,"2013-03-23 00:00",0.0215,"2013-01-22 00:00",0.0214,"2013-05-01 00:00","","","","",0.0414,0.0414,0.0215,0.0204,0.0161,0.013,0.0057,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88161",7,33.503833,-112.095767,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",38,0.007565,0.008956,0.0791,"2013-06-30 00:00",0.035,"2013-08-26 00:00",0.0348,"2013-05-04 00:00",0.019,"2013-03-23 00:00","","","","",0.035,0.0348,0.0148,0.0126,0.009,0.0061,0.00215,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88164",1,33.503833,-112.095767,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.000424,0.000538,0.0022,"2013-05-16 00:00",0.0022,"2013-05-31 00:00",0.0014,"2013-05-04 00:00",0.0013,"2013-04-25 00:00","","","","",0.0022,0.0022,0.0014,0.0013,0.0006,0.0002,5e-05,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88164",2,33.503833,-112.095767,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.000433,0.000511,0.0022,"2013-05-16 00:00",0.0018,"2013-05-31 00:00",0.0014,"2013-05-01 00:00",0.0013,"2013-04-25 00:00","","","","",0.0022,0.0022,0.0014,0.0013,0.0007,0.0002,5e-05,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88164",7,33.503833,-112.095767,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.00172,0.001115,0.0127,"2013-06-30 00:00",0.002,"2013-05-16 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00","","","","",0.002,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88165",1,33.503833,-112.095767,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.418184,0.300757,1.7692,"2013-05-04 00:00",0.8884,"2013-03-23 00:00",0.8372,"2013-05-01 00:00",0.8298,"2013-05-22 00:00","","","","",1.7692,1.7692,0.8372,0.7545,0.55,0.4126,0.0865,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88165",2,33.503833,-112.095767,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.402512,0.294003,1.7934,"2013-05-04 00:00",0.8495,"2013-05-01 00:00",0.7967,"2013-03-23 00:00",0.7564,"2013-05-22 00:00","","","","",1.7934,1.7934,0.7967,0.7031,0.5291,0.414,0.1063,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88165",7,33.503833,-112.095767,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.296238,0.392299,3.52,"2013-06-30 00:00",1.81,"2013-08-26 00:00",1.27,"2013-05-04 00:00",0.601,"2013-05-01 00:00","","","","",1.81,1.27,0.544,0.447,0.357,0.244,0.0652,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88166",7,33.503833,-112.095767,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.007888,0.004361,0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-12 00:00",0.0185,"2013-02-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88167",1,33.503833,-112.095767,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.010808,0.005396,0.0256,"2013-01-16 00:00",0.0232,"2013-01-19 00:00",0.0222,"2013-01-10 00:00",0.0206,"2013-01-07 00:00","","","","",0.0256,0.0256,0.0222,0.0195,0.0124,0.0095,0.0057,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88167",2,33.503833,-112.095767,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.010824,0.005506,0.026,"2013-01-16 00:00",0.0245,"2013-01-19 00:00",0.0228,"2013-01-10 00:00",0.0208,"2013-01-07 00:00","","","","",0.026,0.026,0.0228,0.0206,0.0124,0.0101,0.0056,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88167",7,33.503833,-112.095767,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",15,0.007336,0.005972,0.0427,"2013-01-01 00:00",0.027,"2013-09-04 00:00",0.0199,"2013-01-16 00:00",0.0186,"2013-01-19 00:00","","","","",0.027,0.0199,0.0172,0.0143,0.0094,0.006,0.00175,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88168",1,33.503833,-112.095767,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.002336,0.002018,0.0123,"2013-01-16 00:00",0.0085,"2013-05-04 00:00",0.005,"2013-05-13 00:00",0.0044,"2013-01-31 00:00","","","","",0.0123,0.0123,0.005,0.004,0.0026,0.0019,0.0004,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88168",2,33.503833,-112.095767,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.002332,0.001969,0.0122,"2013-01-16 00:00",0.0082,"2013-05-04 00:00",0.0052,"2013-05-13 00:00",0.0042,"2013-01-25 00:00","","","","",0.0122,0.0122,0.0052,0.0039,0.0027,0.002,0.0007,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88168",7,33.503833,-112.095767,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",94,0.002215,0.006749,0.0679,"2013-01-01 00:00",0.0145,"2013-06-30 00:00",0.0128,"2013-01-16 00:00",0.0058,"2013-01-31 00:00","","","","",0.0145,0.0128,0.0028,0.00175,0.00155,0.00115,0.00085,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88169",1,33.503833,-112.095767,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.245276,0.146763,0.8673,"2013-03-23 00:00",0.4832,"2013-05-31 00:00",0.4656,"2013-05-25 00:00",0.4654,"2013-05-19 00:00","","","","",0.8673,0.8673,0.4656,0.417,0.3238,0.2207,0.0917,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88169",2,33.503833,-112.095767,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.249284,0.146755,0.854,"2013-03-23 00:00",0.5103,"2013-05-31 00:00",0.4775,"2013-05-25 00:00",0.4765,"2013-05-19 00:00","","","","",0.854,0.854,0.4775,0.4241,0.3354,0.2295,0.1048,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88169",7,33.503833,-112.095767,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.342167,0.219199,1.41,"2013-01-01 00:00",0.954,"2013-03-23 00:00",0.867,"2013-08-14 00:00",0.792,"2013-07-09 00:00","","","","",0.954,0.867,0.72,0.635,0.407,0.298,0.126,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88176",1,33.503833,-112.095767,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.000232,0.000191,0.0011,"2013-05-04 00:00",0.0007,"2013-05-28 00:00",0.0006,"2013-02-03 00:00",0.0006,"2013-05-16 00:00","","","","",0.0011,0.0011,0.0006,0.0005,0.00015,0.00015,0.00015,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88176",2,33.503833,-112.095767,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",37,0.000259,0.00023,0.0012,"2013-05-04 00:00",0.001,"2013-03-23 00:00",0.0008,"2013-02-15 00:00",0.0007,"2013-01-19 00:00","","","","",0.0012,0.0012,0.0008,0.0005,0.0003,0.00015,0.00015,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88176",7,33.503833,-112.095767,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.000974,0.000201,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88180",1,33.503833,-112.095767,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.101645,0.052898,0.2644,"2013-01-19 00:00",0.2504,"2013-05-04 00:00",0.2231,"2013-01-13 00:00",0.1961,"2013-01-16 00:00","","","","",0.2644,0.2644,0.2231,0.1684,0.1175,0.0941,0.0342,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88180",2,33.503833,-112.095767,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.100644,0.054227,0.2832,"2013-01-19 00:00",0.2533,"2013-05-04 00:00",0.2255,"2013-01-13 00:00",0.1996,"2013-01-16 00:00","","","","",0.2832,0.2832,0.2255,0.1706,0.1221,0.09,0.0413,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88180",7,33.503833,-112.095767,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.131956,0.421826,4.32,"2013-01-01 00:00",0.674,"2013-06-30 00:00",0.276,"2013-08-26 00:00",0.267,"2013-01-19 00:00","","","","",0.674,0.276,0.23,0.152,0.111,0.0753,0.034,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88184",1,33.503833,-112.095767,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.104247,0.106861,0.497,"2013-05-31 00:00",0.392,"2013-04-16 00:00",0.316,"2013-04-25 00:00",0.315,"2013-05-25 00:00","","","","",0.497,0.497,0.316,0.3115,0.1329,0.064,0.019,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88184",2,33.503833,-112.095767,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.098642,0.102572,0.4373,"2013-05-31 00:00",0.397,"2013-04-16 00:00",0.3355,"2013-04-25 00:00",0.281,"2013-05-28 00:00","","","","",0.4373,0.4373,0.3355,0.2756,0.1357,0.0676,0.0114,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88184",7,33.503833,-112.095767,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",37,0.090188,0.091717,0.477,"2013-05-31 00:00",0.387,"2013-07-09 00:00",0.327,"2013-04-16 00:00",0.327,"2013-07-24 00:00","","","","",0.387,0.327,0.301,0.226,0.123,0.062,0.0155,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88185",1,33.503833,-112.095767,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",15,0.001938,0.001428,0.0061,"2013-01-19 00:00",0.006,"2013-01-22 00:00",0.0052,"2013-01-16 00:00",0.0045,"2013-03-02 00:00","","","","",0.0061,0.0061,0.0052,0.0043,0.0023,0.0015,0.00065,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88185",2,33.503833,-112.095767,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.001816,0.001704,0.009,"2013-01-22 00:00",0.0066,"2013-01-19 00:00",0.0063,"2013-01-16 00:00",0.0037,"2013-01-10 00:00","","","","",0.009,0.009,0.0063,0.0034,0.0022,0.0014,0.00065,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88185",7,33.503833,-112.095767,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.003196,0.003343,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-02-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88203",1,33.503833,-112.095767,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.164871,0.252638,1.7532,"2013-01-01 00:00",0.4755,"2013-04-16 00:00",0.425,"2013-05-31 00:00",0.3985,"2013-01-13 00:00","","","","",1.7532,0.4755,0.425,0.3253,0.1657,0.0896,0.0449,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88203",2,33.503833,-112.095767,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.158465,0.248995,1.7441,"2013-01-01 00:00",0.4671,"2013-04-16 00:00",0.3875,"2013-01-13 00:00",0.3698,"2013-05-31 00:00","","","","",1.7441,0.4671,0.3875,0.3068,0.187,0.0917,0.0424,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88301",7,33.503833,-112.095767,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.395302,0.239192,1.21,"2013-01-07 00:00",1.07,"2013-08-14 00:00",1.03,"2013-03-23 00:00",0.918,"2013-01-16 00:00","","","","",1.07,1.03,0.831,0.741,0.495,0.348,0.127,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88302",7,33.503833,-112.095767,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.120707,0.093792,0.571,"2013-05-31 00:00",0.4,"2013-07-24 00:00",0.392,"2013-04-16 00:00",0.3,"2013-06-30 00:00","","","","",0.4,0.392,0.295,0.235,0.17,0.08,0.04,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88303",7,33.503833,-112.095767,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",28,0.082067,0.414376,4.27,"2013-01-01 00:00",0.229,"2013-01-19 00:00",0.161,"2013-01-16 00:00",0.15,"2013-01-13 00:00","","","","",0.229,0.161,0.119,0.1,0.053,0.0316,0.0115,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88306",1,33.503833,-112.095767,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.941092,1.063479,4.2202,"2013-01-07 00:00",4.128,"2013-01-01 00:00",3.3248,"2013-01-16 00:00",3.1085,"2013-02-03 00:00","","","","",4.2202,4.128,3.3248,2.646,1.3752,0.4725,0.24,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88306",2,33.503833,-112.095767,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.947051,1.081631,4.1569,"2013-01-07 00:00",4.0871,"2013-01-01 00:00",3.34,"2013-01-16 00:00",3.2247,"2013-02-03 00:00","","","","",4.1569,4.0871,3.34,2.8104,1.3523,0.4457,0.2345,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88306",7,33.503833,-112.095767,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.641648,0.779531,4.33,"2013-01-01 00:00",4.14,"2013-01-07 00:00",3.23,"2013-01-16 00:00",2.87,"2013-02-12 00:00","","","","",4.14,3.23,2.59,1.54,0.544,0.38,0.239,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88320",1,33.503833,-112.095767,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.841765,1.523662,8.32,"2013-01-01 00:00",5.41,"2013-01-19 00:00",5.09,"2013-01-13 00:00",4.81,"2013-02-03 00:00","","","","",8.32,5.41,5.09,3.8,2.63,1.25,0.72,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88320",2,33.503833,-112.095767,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.908627,1.598312,8.66,"2013-01-01 00:00",5.73,"2013-01-19 00:00",5.48,"2013-01-13 00:00",5.39,"2013-02-03 00:00","","","","",8.66,5.73,5.48,3.63,2.47,1.33,0.74,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88321",1,33.503833,-112.095767,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.719412,0.782052,3.58,"2013-01-01 00:00",2.85,"2013-01-19 00:00",2.78,"2013-01-13 00:00",2.37,"2013-01-16 00:00","","","","",3.58,2.85,2.78,1.86,0.77,0.38,0.19,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88321",2,33.503833,-112.095767,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.752157,0.787645,3.53,"2013-01-01 00:00",2.93,"2013-01-13 00:00",2.53,"2013-01-19 00:00",2.41,"2013-01-16 00:00","","","","",3.53,2.93,2.53,1.92,0.98,0.43,0.2,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88324",1,33.503833,-112.095767,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.115231,0.221116,0.9784,"2013-01-01 00:00",0.916,"2013-01-19 00:00",0.6822,"2013-01-13 00:00",0.6676,"2013-01-16 00:00","","","","",0.9784,0.916,0.6822,0.2237,0.0797,0.029,0.0152,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88324",2,33.503833,-112.095767,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.126231,0.218661,1.1212,"2013-01-13 00:00",0.966,"2013-01-01 00:00",0.4448,"2013-01-19 00:00",0.4361,"2013-02-03 00:00","","","","",1.1212,0.966,0.4448,0.3202,0.1423,0.0337,0.0156,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88325",1,33.503833,-112.095767,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.459006,0.430304,2.4578,"2013-01-01 00:00",1.469,"2013-01-19 00:00",1.3138,"2013-01-13 00:00",1.2649,"2013-02-03 00:00","","","","",2.4578,1.469,1.3138,0.9212,0.6247,0.2864,0.1831,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88325",2,33.503833,-112.095767,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.478614,0.450603,2.4853,"2013-01-01 00:00",1.6009,"2013-01-19 00:00",1.4857,"2013-02-03 00:00",1.4745,"2013-01-13 00:00","","","","",2.4853,1.6009,1.4857,0.9441,0.5571,0.303,0.1814,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88326",1,33.503833,-112.095767,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.709714,0.613257,3.0224,"2013-01-01 00:00",2.0717,"2013-01-13 00:00",2.0313,"2013-01-19 00:00",1.9303,"2013-02-03 00:00","","","","",3.0224,2.0717,2.0313,1.6708,1.057,0.4863,0.2235,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88326",2,33.503833,-112.095767,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.721439,0.66256,3.3684,"2013-01-01 00:00",2.483,"2013-01-19 00:00",2.3215,"2013-02-03 00:00",1.96,"2013-01-16 00:00","","","","",3.3684,2.483,2.3215,1.555,1,0.4492,0.2277,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88327",1,33.503833,-112.095767,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.383788,0.319018,1.8622,"2013-01-01 00:00",1.0194,"2013-01-13 00:00",0.9954,"2013-01-19 00:00",0.9471,"2013-01-16 00:00","","","","",1.8622,1.0194,0.9954,0.8018,0.4723,0.2648,0.1627,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88327",2,33.503833,-112.095767,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.4095,0.344658,1.8359,"2013-01-01 00:00",1.2001,"2013-01-19 00:00",1.154,"2013-01-16 00:00",1.1439,"2013-02-03 00:00","","","","",1.8359,1.2001,1.154,0.8987,0.5338,0.2779,0.1715,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88328",1,33.503833,-112.095767,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.175393,0.099154,0.4415,"2013-05-04 00:00",0.3482,"2013-04-07 00:00",0.3469,"2013-02-03 00:00",0.337,"2013-03-02 00:00","","","","",0.4415,0.3482,0.3469,0.3012,0.2344,0.1839,0.053,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88328",2,33.503833,-112.095767,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.175154,0.114832,0.4323,"2013-05-04 00:00",0.38,"2013-03-11 00:00",0.3779,"2013-04-07 00:00",0.358,"2013-02-18 00:00","","","","",0.4323,0.38,0.3779,0.3017,0.2558,0.1888,0.0039,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88329",1,33.503833,-112.095767,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.838429,0.75894,3.55,"2013-01-01 00:00",2.8099,"2013-01-19 00:00",2.7519,"2013-01-13 00:00",2.329,"2013-01-16 00:00","","","","",3.55,2.8099,2.7519,1.963,0.949,0.524,0.2459,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88329",2,33.503833,-112.095767,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.869537,0.753361,3.4775,"2013-01-01 00:00",3.1526,"2013-01-13 00:00",2.5069,"2013-01-19 00:00",2.3779,"2013-01-16 00:00","","","","",3.4775,3.1526,2.5069,1.852,1.0039,0.5501,0.2648,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88330",1,33.503833,-112.095767,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.055924,0.029655,0.1687,"2013-05-04 00:00",0.1142,"2013-03-20 00:00",0.1091,"2013-04-04 00:00",0.109,"2013-03-23 00:00","","","","",0.1687,0.1142,0.1091,0.1038,0.069,0.0469,0.0275,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88330",2,33.503833,-112.095767,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.056908,0.032737,0.2091,"2013-03-26 00:00",0.1688,"2013-05-04 00:00",0.1123,"2013-04-01 00:00",0.0947,"2013-04-22 00:00","","","","",0.2091,0.1688,0.1123,0.0794,0.0636,0.049,0.0308,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88331",1,33.503833,-112.095767,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.000142,0.000598,0.0042,"2013-03-20 00:00",0.0008,"2013-01-07 00:00",0.0007,"2013-03-14 00:00",0.00015,"2013-03-02 00:00","","","","",0.0042,0.0008,0.0007,0.00015,5e-05,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88331",2,33.503833,-112.095767,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.000436,0.001546,0.008,"2013-05-31 00:00",0.0073,"2013-01-01 00:00",0.003,"2013-04-04 00:00",0.0013,"2013-03-29 00:00","","","","",0.008,0.0073,0.003,0.00015,0.0001,0,0,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88338",1,33.503833,-112.095767,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016735,0.008318,0.0635,"2013-04-07 00:00",0.0304,"2013-04-10 00:00",0.0275,"2013-04-04 00:00",0.024,"2013-02-21 00:00","","","","",0.0635,0.0304,0.0275,0.02335,0.01805,0.0144,0.011,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88338",2,33.503833,-112.095767,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.016161,0.007761,0.0608,"2013-04-01 00:00",0.0246,"2013-05-13 00:00",0.02395,"2013-02-21 00:00",0.02365,"2013-02-12 00:00","","","","",0.0608,0.0246,0.02395,0.0233,0.01605,0.01435,0.01065,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88339",1,33.503833,-112.095767,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.011751,0.605405,3.57761,"2013-03-23 00:00",1.99332,"2013-05-31 00:00",1.92044,"2013-05-25 00:00",1.91973,"2013-05-19 00:00","","","","",3.57761,3.57761,1.92044,1.71996,1.33559,0.91055,0.37814,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88339",2,33.503833,-112.095767,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.028286,0.605355,3.52271,"2013-03-23 00:00",2.10515,"2013-05-31 00:00",1.96952,"2013-05-25 00:00",1.96544,"2013-05-19 00:00","","","","",3.52271,3.52271,1.96952,1.74921,1.38357,0.94685,0.4323,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88344",1,33.503833,-112.095767,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.214002,1.37189,5.4441,"2013-01-07 00:00",5.3252,"2013-01-01 00:00",4.289,"2013-01-16 00:00",4.01,"2013-02-03 00:00","","","","",5.4441,5.3252,4.289,3.413,1.774,0.6095,0.3096,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88344",2,33.503833,-112.095767,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.221688,1.395318,5.3624,"2013-01-07 00:00",5.2724,"2013-01-01 00:00",4.3087,"2013-01-16 00:00",4.1599,"2013-02-03 00:00","","","","",5.3624,5.2724,4.3087,3.6254,1.7445,0.575,0.3025,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88348",1,33.503833,-112.095767,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.147602,1.361601,8.1815,"2013-05-04 00:00",4.2076,"2013-03-23 00:00",4.1357,"2013-05-01 00:00",3.9329,"2013-05-22 00:00","","","","",8.1815,8.1815,4.1357,3.5051,2.8008,2.1362,0.5084,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88348",2,33.503833,-112.095767,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.078462,1.336194,8.2813,"2013-05-04 00:00",4.1466,"2013-05-01 00:00",3.8757,"2013-03-23 00:00",3.6109,"2013-04-28 00:00","","","","",8.2813,8.2813,3.8757,3.5378,2.7361,2.224,0.715,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88350",1,33.503833,-112.095767,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.315416,2.742927,14.9774,"2013-01-01 00:00",9.7402,"2013-01-19 00:00",9.1568,"2013-01-13 00:00",8.658,"2013-02-03 00:00","","","","",14.9774,9.7402,9.1568,6.8438,4.7338,2.2559,1.2931,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88350",2,33.503833,-112.095767,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.435178,2.876659,15.5801,"2013-01-01 00:00",10.3115,"2013-01-19 00:00",9.8707,"2013-01-13 00:00",9.697,"2013-02-03 00:00","","","","",15.5801,10.3115,9.8707,6.5252,4.4546,2.398,1.3315,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88355",7,33.503833,-112.095767,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.129923,1.563149,10.9,"2013-01-01 00:00",7.64,"2013-01-19 00:00",6.92,"2013-02-03 00:00",6.88,"2013-01-13 00:00","","","","",7.64,6.92,5,3.59,2.53,1.65,0.997,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88357",7,33.503833,-112.095767,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.502558,0.4778,2.34,"2013-01-13 00:00",2.17,"2013-01-16 00:00",2.14,"2013-01-19 00:00",2.06,"2013-11-09 00:00","","","","",2.17,2.14,1.66,1.18,0.539,0.336,0.17,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88370",7,33.503833,-112.095767,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.007606,1.429214,10.3,"2013-01-01 00:00",6.96,"2013-01-19 00:00",6.03,"2013-02-03 00:00",5.98,"2013-01-13 00:00","","","","",6.96,6.03,4.58,3.36,2.36,1.58,0.939,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88374",7,33.503833,-112.095767,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",4,0.187837,0.293436,1.96,"2013-01-13 00:00",1.29,"2013-01-01 00:00",1.23,"2013-01-19 00:00",1.13,"2013-01-16 00:00","","","","",1.29,1.23,0.623,0.368,0.243,0.085,0.022,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88375",7,33.503833,-112.095767,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.515644,0.343315,2.24,"2013-01-01 00:00",1.93,"2013-01-19 00:00",1.56,"2013-02-03 00:00",1.44,"2013-01-13 00:00","","","","",1.93,1.56,1.41,0.787,0.572,0.419,0.273,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88376",7,33.503833,-112.095767,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.681846,0.493531,2.72,"2013-01-01 00:00",2.45,"2013-01-19 00:00",2.38,"2013-02-03 00:00",2.03,"2013-01-16 00:00","","","","",2.45,2.38,1.7,1.28,0.877,0.507,0.283,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88377",7,33.503833,-112.095767,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.398471,0.270132,1.38,"2013-01-01 00:00",1.34,"2013-01-19 00:00",1.28,"2013-01-16 00:00",1.27,"2013-04-19 00:00","","","","",1.34,1.28,1.12,0.691,0.484,0.309,0.181,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88378",7,33.503833,-112.095767,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",9,0.225106,0.279254,2.73,"2013-01-01 00:00",0.622,"2013-06-30 00:00",0.527,"2013-05-04 00:00",0.488,"2013-01-07 00:00","","","","",0.622,0.527,0.409,0.361,0.298,0.2,0.019,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88380",7,33.503833,-112.095767,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.624644,0.621979,3.24,"2013-01-13 00:00",2.81,"2013-01-19 00:00",2.55,"2013-02-03 00:00",2.48,"2013-11-09 00:00","","","","",2.81,2.55,2.37,1.43,0.7,0.408,0.207,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88383",7,33.503833,-112.095767,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.784317,0.703337,5.11,"2013-01-01 00:00",3.21,"2013-01-13 00:00",2.76,"2013-01-19 00:00",2.48,"2013-02-03 00:00","","","","",3.21,2.76,2.33,1.51,0.884,0.567,0.306,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88384",7,33.503833,-112.095767,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.064474,0.029859,0.211,"2013-08-26 00:00",0.144,"2013-05-04 00:00",0.137,"2013-08-17 00:00",0.137,"2013-08-29 00:00","","","","",0.144,0.137,0.125,0.0961,0.0761,0.0582,0.0364,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88385",7,33.503833,-112.095767,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",92,0.001518,0.001749,0.00963,"2013-07-21 00:00",0.00953,"2013-08-17 00:00",0.00885,"2013-09-07 00:00",0.00875,"2013-08-26 00:00","","","","",0.00953,0.00885,0.00509,0.00212,0.001,0.001,0.001,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88388",7,33.503833,-112.095767,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.346837,0.327016,3.29,"2013-01-01 00:00",0.895,"2013-01-13 00:00",0.883,"2013-02-03 00:00",0.677,"2013-01-19 00:00","","","","",0.895,0.883,0.544,0.473,0.417,0.295,0.16,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88403",1,33.503833,-112.095767,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.776957,0.588512,3.3199,"2013-01-01 00:00",2.7359,"2013-03-23 00:00",1.4568,"2013-05-31 00:00",1.3972,"2013-05-25 00:00","","","","",3.3199,2.7359,1.4568,1.2892,1.0753,0.6518,0.2657,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88403",2,33.503833,-112.095767,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.772692,0.575461,3.2573,"2013-01-01 00:00",2.7452,"2013-03-23 00:00",1.3896,"2013-05-31 00:00",1.3376,"2013-05-25 00:00","","","","",3.2573,2.7452,1.3896,1.2809,1.0632,0.6566,0.2748,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88403",7,33.503833,-112.095767,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.981722,0.656331,3.4,"2013-01-01 00:00",2.57,"2013-03-23 00:00",2.56,"2013-08-14 00:00",2.34,"2013-08-05 00:00","","","","",2.57,2.56,2.25,2.12,1.26,0.801,0.299,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9997","88502",1,33.503833,-112.095767,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,8.157143,3.640055,17.2,"2013-01-19 00:00",17,"2013-01-16 00:00",16.3,"2013-02-03 00:00",15.7,"2013-01-13 00:00","","","","",17.2,17.2,16.3,14.4,9.1,7.6,3.3,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88502",2,33.503833,-112.095767,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8.136,3.770658,18.1,"2013-01-19 00:00",17.6,"2013-01-16 00:00",16.6,"2013-02-03 00:00",16.2,"2013-01-13 00:00","","","","",18.1,18.1,16.6,14.8,9.2,7.6,3.9,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","013","9997","88502",7,33.503833,-112.095767,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,8.230769,4.984969,40.4,"2013-01-01 00:00",27.2,"2013-06-30 00:00",19.5,"2013-01-13 00:00",19,"2013-01-16 00:00","","","","",27.2,19.5,18.1,12.9,8.5,7.2,4.5,"JLG SUPERSITE","4530 N 17TH AVENUE","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-02-13" +"04","013","9998","63301",1,33.455277,-111.996111,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4392,50,183,365,0,0,"","","Certification not required",1883,0.430705,0.51411,1.56,"2013-04-09 12:00",1.51,"2013-05-02 12:00",1.51,"2013-05-05 12:00",1.51,"2013-06-10 12:00","","","","",1.46,1.44,1.38,1.28,0.89,0.11,0.005,"VEHICLE EMISSIONS LABORATORY","600 N 40TH ST & FILLMORE ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","013","9998","63302",1,33.455277,-111.996111,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",4392,50,183,365,0,0,"","","Certification not required",2456,0.019467,0.019595,0.06,"2013-04-01 12:00",0.06,"2013-04-02 12:00",0.06,"2013-04-02 13:00",0.06,"2013-04-03 11:00","","","","",0.06,0.06,0.06,0.05,0.04,0.005,0.005,"VEHICLE EMISSIONS LABORATORY","600 N 40TH ST & FILLMORE ST,PHOENIX","Arizona","Maricopa","Phoenix","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","015","1000","81102",1,35.540017,-113.410782,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,0,0,0,"Certification not required",2,14.4,7.135322,32,"2013-04-16 00:00",27,"2013-05-22 00:00",24,"2013-06-09 00:00",23,"2013-04-22 00:00","","","","",32,32,27,23,20,14,6,"Peach Springs","DIAMOND CREEK ROAD & U S ROUTE 66","Arizona","Mohave","Peach Springs","Lake Havasu City-Kingman, AZ","2014-02-21" +"04","015","1000","81102",2,35.540017,-113.410782,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,0,0,"Certification not required",1,17.392857,9.456878,36,"2013-04-16 00:00",32,"2013-01-10 00:00",32,"2013-05-22 00:00",31,"2013-05-04 00:00","","","","",36,36,32,32,24,19,5,"Peach Springs","DIAMOND CREEK ROAD & U S ROUTE 66","Arizona","Mohave","Peach Springs","Lake Havasu City-Kingman, AZ","2013-09-26" +"04","015","1000","88101",1,35.540017,-113.410782,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,38,23,61,0,0,0,0,"Certification not required",0,3.96087,2.911223,14.2,"2013-06-21 00:00",7.7,"2013-05-16 00:00",6.6,"2013-06-09 00:00",6.4,"2013-05-04 00:00","","","","",14.2,14.2,7.7,6.6,5.1,2.8,1.5,"Peach Springs","DIAMOND CREEK ROAD & U S ROUTE 66","Arizona","Mohave","Peach Springs","Lake Havasu City-Kingman, AZ","2013-09-26" +"04","015","1000","88101",1,35.540017,-113.410782,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,38,23,61,0,0,"","","Certification not required",0,3.96087,2.911223,14.2,"2013-06-21 00:00",7.7,"2013-05-16 00:00",6.6,"2013-06-09 00:00",6.4,"2013-05-04 00:00","","","","",14.2,14.2,7.7,6.6,5.1,2.8,1.5,"Peach Springs","DIAMOND CREEK ROAD & U S ROUTE 66","Arizona","Mohave","Peach Springs","Lake Havasu City-Kingman, AZ","2013-09-26" +"04","015","1003","81102",3,35.153888,-114.566111,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6503,74,271,365,0,49,"","","Certification not required",0,23.212517,25.614732,568,"2013-07-27 16:00",559,"2013-04-15 02:00",429,"2013-04-15 00:00",369,"2013-04-15 01:00","","","","",120,87,59,46,30,18,5,"BULLHEAD CITY ADEQ","BULLHEAD CITY 990 HWY 95","Arizona","Mohave","Bullhead City","Lake Havasu City-Kingman, AZ","2014-01-07" +"04","015","1003","81102",3,35.153888,-114.566111,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,1,1,"Certification not required",0,22.785978,18.135252,208,"2013-04-15 00:00",84,"2013-07-02 00:00",81,"2013-07-04 00:00",72,"2013-07-10 00:00","","","","",81,70,45,39,31,20,6,"BULLHEAD CITY ADEQ","BULLHEAD CITY 990 HWY 95","Arizona","Mohave","Bullhead City","Lake Havasu City-Kingman, AZ","2014-01-07" +"04","015","1011","81102",1,35.588726,-113.489025,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",27,44,27,61,0,0,0,0,"Certification not required",4,16.518519,10.976795,47,"2013-01-10 00:00",30,"2013-04-16 00:00",29,"2013-05-04 00:00",28,"2013-05-22 00:00","","","","",47,47,30,29,26,13,2,"Grand Canyon West","Grand Canyon west","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2013-09-26" +"04","015","1011","88502",1,35.588726,-113.489025,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Andersen RAAS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",17,28,17,61,0,0,"","","Certification not required",0,7.817647,4.803024,16.1,"2013-04-16 00:00",14.2,"2013-04-10 00:00",12.7,"2013-05-22 00:00",11.4,"2013-05-16 00:00","","","","",16.1,16.1,16.1,14.2,10.9,8.9,1,"Grand Canyon West","Grand Canyon west","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2013-09-26" +"04","015","9000","85101",1,36.019302,-114.069205,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,8,"","","Certification not required",0,8.603526,6.624583,27.6204,"2013-05-22 00:00",22.2773,"2013-04-16 00:00",20.3178,"2013-05-01 00:00",19.594,"2013-05-16 00:00","","","","",27.6204,27.6204,20.3178,18.5056,12.3369,7.9092,1.7024,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","86502",1,36.019302,-114.069205,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,8,"","","Certification not required",0,4.953488,4.695253,19,"2013-05-22 00:00",17,"2013-04-16 00:00",14,"2013-05-01 00:00",11,"2013-05-04 00:00","","","","",19,19,14,11,7,4,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88103",1,36.019302,-114.069205,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88104",1,36.019302,-114.069205,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.104987,0.08339,0.282,"2013-05-22 00:00",0.264,"2013-04-28 00:00",0.26,"2013-05-04 00:00",0.2176,"2013-05-28 00:00","","","","",0.282,0.282,0.26,0.2161,0.186,0.089,0.012,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88109",1,36.019302,-114.069205,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",1,0.001669,0.001375,0.0074,"2013-04-22 00:00",0.0056,"2013-05-25 00:00",0.0036,"2013-05-16 00:00",0.0033,"2013-05-31 00:00","","","","",0.0074,0.0074,0.0036,0.0031,0.0021,0.0013,0.0004,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88111",1,36.019302,-114.069205,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.086207,0.065905,0.2562,"2013-05-01 00:00",0.2282,"2013-04-28 00:00",0.2162,"2013-05-04 00:00",0.2096,"2013-05-22 00:00","","","","",0.2562,0.2562,0.2162,0.1567,0.1324,0.077,0.0157,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88112",1,36.019302,-114.069205,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88114",1,36.019302,-114.069205,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",20,0.000327,0.000268,0.0011,"2013-04-22 00:00",0.001,"2013-05-16 00:00",0.0009,"2013-01-25 00:00",0.0009,"2013-05-22 00:00","","","","",0.0011,0.0011,0.0009,0.0008,0.0004,0.0002,0.0001,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88115",1,36.019302,-114.069205,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",11,0.005106,0.018887,0.1271,"2013-05-25 00:00",0.0187,"2013-04-16 00:00",0.0092,"2013-02-24 00:00",0.0075,"2013-05-31 00:00","","","","",0.1271,0.1271,0.0092,0.0065,0.003,0.0013,0.00015,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88126",1,36.019302,-114.069205,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.064111,0.051252,0.1803,"2013-05-22 00:00",0.1679,"2013-04-28 00:00",0.1519,"2013-05-04 00:00",0.1333,"2013-05-28 00:00","","","","",0.1803,0.1803,0.1519,0.1275,0.1157,0.0576,0.0077,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88128",1,36.019302,-114.069205,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.000778,0.00067,0.003,"2013-04-07 00:00",0.002,"2013-02-18 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-13 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88132",1,36.019302,-114.069205,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.001533,0.001375,0.005,"2013-05-22 00:00",0.004,"2013-04-28 00:00",0.004,"2013-05-01 00:00",0.004,"2013-05-04 00:00","","","","",0.005,0.005,0.004,0.003,0.003,0.001,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88136",1,36.019302,-114.069205,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88140",1,36.019302,-114.069205,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",6,0.032016,0.02839,0.1003,"2013-05-25 00:00",0.083,"2013-05-22 00:00",0.0821,"2013-04-28 00:00",0.0796,"2013-05-01 00:00","","","","",0.1003,0.1003,0.0821,0.0713,0.0538,0.0266,0.00105,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88152",1,36.019302,-114.069205,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",39,0.000189,0.000148,0.0008,"2013-04-16 00:00",0.0007,"2013-05-16 00:00",0.0006,"2013-05-31 00:00",0.0004,"2013-04-10 00:00","","","","",0.0008,0.0008,0.0006,0.0003,0.00015,0.00015,0.0001,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88154",1,36.019302,-114.069205,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",32,0.000133,6e-05,0.0004,"2013-02-06 00:00",0.0002,"2013-01-16 00:00",0.0002,"2013-01-19 00:00",0.0002,"2013-02-24 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0002,0.0001,0.0001,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88161",1,36.019302,-114.069205,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",1,0.005733,0.004507,0.0153,"2013-05-22 00:00",0.0151,"2013-04-28 00:00",0.0141,"2013-05-04 00:00",0.0115,"2013-03-17 00:00","","","","",0.0153,0.0153,0.0141,0.0114,0.0099,0.005,0.0007,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88164",1,36.019302,-114.069205,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",13,0.000206,0.000191,0.0009,"2013-05-31 00:00",0.0006,"2013-04-25 00:00",0.0006,"2013-05-22 00:00",0.0005,"2013-03-17 00:00","","","","",0.0009,0.0009,0.0006,0.0005,0.0003,0.0001,5e-05,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88165",1,36.019302,-114.069205,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.24696,0.19963,0.678,"2013-05-04 00:00",0.6555,"2013-05-22 00:00",0.611,"2013-04-28 00:00",0.543,"2013-05-01 00:00","","","","",0.678,0.678,0.611,0.5116,0.4334,0.22,0.027,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88167",1,36.019302,-114.069205,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",3,0.001607,0.001623,0.0071,"2013-05-16 00:00",0.0065,"2013-03-26 00:00",0.0052,"2013-04-22 00:00",0.0052,"2013-05-22 00:00","","","","",0.0071,0.0071,0.0052,0.0036,0.002,0.0011,0.0003,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88168",1,36.019302,-114.069205,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",7,0.000919,0.000985,0.0052,"2013-05-01 00:00",0.0037,"2013-05-04 00:00",0.0021,"2013-04-28 00:00",0.0019,"2013-03-17 00:00","","","","",0.0052,0.0052,0.0021,0.0019,0.0014,0.0006,0.00015,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88169",1,36.019302,-114.069205,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.191618,0.122028,0.4819,"2013-05-22 00:00",0.4702,"2013-05-16 00:00",0.446,"2013-05-25 00:00",0.3611,"2013-05-01 00:00","","","","",0.4819,0.4819,0.446,0.3496,0.2735,0.1809,0.0568,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88176",1,36.019302,-114.069205,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",34,0.000218,0.000143,0.0008,"2013-03-20 00:00",0.0006,"2013-05-01 00:00",0.0005,"2013-04-16 00:00",0.0005,"2013-05-04 00:00","","","","",0.0008,0.0008,0.0005,0.0004,0.00015,0.00015,0.00015,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88180",1,36.019302,-114.069205,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.039709,0.030808,0.1198,"2013-05-16 00:00",0.1074,"2013-05-22 00:00",0.0934,"2013-05-04 00:00",0.0928,"2013-05-25 00:00","","","","",0.1198,0.1198,0.0934,0.086,0.0641,0.0319,0.0072,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88184",1,36.019302,-114.069205,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",8,0.042873,0.05945,0.2908,"2013-05-25 00:00",0.1842,"2013-05-16 00:00",0.183,"2013-05-22 00:00",0.1473,"2013-05-31 00:00","","","","",0.2908,0.2908,0.183,0.122,0.0493,0.0194,0.00165,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88185",1,36.019302,-114.069205,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",35,0.000714,0.000346,0.0019,"2013-05-07 00:00",0.0017,"2013-01-28 00:00",0.0017,"2013-03-17 00:00",0.0012,"2013-04-25 00:00","","","","",0.0019,0.0019,0.0017,0.0011,0.0007,0.00065,0.0004,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88203",1,36.019302,-114.069205,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",12,0.023937,0.042557,0.278,"2013-05-25 00:00",0.0804,"2013-05-31 00:00",0.0643,"2013-04-16 00:00",0.0562,"2013-05-16 00:00","","","","",0.278,0.278,0.0643,0.0559,0.0199,0.011,0.0065,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88306",1,36.019302,-114.069205,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",1,0.161313,0.129977,0.5998,"2013-05-16 00:00",0.4707,"2013-05-22 00:00",0.3746,"2013-04-16 00:00",0.3655,"2013-05-25 00:00","","","","",0.5998,0.5998,0.3746,0.347,0.2187,0.1186,0.035,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88320",1,36.019302,-114.069205,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.331818,0.276879,1.76,"2013-05-16 00:00",0.73,"2013-04-22 00:00",0.7,"2013-05-22 00:00",0.64,"2013-05-04 00:00","","","","",1.76,1.76,0.7,0.51,0.45,0.27,0.11,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88321",1,36.019302,-114.069205,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.045455,0.035336,0.22,"2013-05-16 00:00",0.11,"2013-04-22 00:00",0.08,"2013-03-26 00:00",0.08,"2013-05-22 00:00","","","","",0.22,0.22,0.08,0.07,0.05,0.04,0.01,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88324",1,36.019302,-114.069205,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",38,0.020798,0.007157,0.0389,"2013-04-13 00:00",0.0347,"2013-04-04 00:00",0.0337,"2013-05-16 00:00",0.03,"2013-01-22 00:00","","","","",0.0389,0.0389,0.0337,0.0298,0.0269,0.01705,0.0104,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88325",1,36.019302,-114.069205,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",20,0.056453,0.046219,0.2818,"2013-05-16 00:00",0.1261,"2013-04-22 00:00",0.1256,"2013-05-22 00:00",0.1217,"2013-05-04 00:00","","","","",0.2818,0.2818,0.1256,0.102,0.0743,0.0392,0.01845,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88326",1,36.019302,-114.069205,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",20,0.090283,0.103281,0.684,"2013-05-16 00:00",0.2099,"2013-05-22 00:00",0.183,"2013-04-22 00:00",0.1606,"2013-05-25 00:00","","","","",0.684,0.684,0.183,0.1427,0.1074,0.0776,0.0328,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88327",1,36.019302,-114.069205,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",5,0.075311,0.065663,0.4305,"2013-05-16 00:00",0.1629,"2013-04-22 00:00",0.1509,"2013-05-22 00:00",0.1319,"2013-05-25 00:00","","","","",0.4305,0.4305,0.1509,0.1271,0.0906,0.065,0.0162,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88328",1,36.019302,-114.069205,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.099189,0.070354,0.3326,"2013-05-16 00:00",0.2411,"2013-05-04 00:00",0.2361,"2013-04-22 00:00",0.2339,"2013-05-22 00:00","","","","",0.3326,0.3326,0.2361,0.1844,0.1362,0.0901,0.0209,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88329",1,36.019302,-114.069205,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.110684,0.08508,0.4956,"2013-05-16 00:00",0.2808,"2013-04-22 00:00",0.2604,"2013-05-22 00:00",0.1979,"2013-05-04 00:00","","","","",0.4956,0.4956,0.2604,0.189,0.1294,0.1063,0.0247,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88330",1,36.019302,-114.069205,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.0329,0.018304,0.0833,"2013-05-04 00:00",0.0703,"2013-05-13 00:00",0.0611,"2013-04-22 00:00",0.0603,"2013-04-28 00:00","","","","",0.0833,0.0833,0.0611,0.0595,0.044,0.0335,0.0093,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88331",1,36.019302,-114.069205,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",14,2.6e-05,4.2e-05,0.00015,"2013-03-26 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-14 00:00","","","","",0.00015,0.00015,0.0001,0.0001,5e-05,0,0,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88338",1,36.019302,-114.069205,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",43,0.016127,0.00547,0.031,"2013-03-14 00:00",0.0273,"2013-05-22 00:00",0.02445,"2013-02-21 00:00",0.02425,"2013-02-12 00:00","","","","",0.031,0.031,0.02445,0.02415,0.0167,0.01495,0.01095,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88339",1,36.019302,-114.069205,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.790387,0.503375,1.98771,"2013-05-22 00:00",1.93962,"2013-05-16 00:00",1.83992,"2013-05-25 00:00",1.48962,"2013-05-01 00:00","","","","",1.98771,1.98771,1.83992,1.44202,1.12806,0.74625,0.23409,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88344",1,36.019302,-114.069205,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.208187,0.167549,0.7737,"2013-05-16 00:00",0.6072,"2013-05-22 00:00",0.4832,"2013-04-16 00:00",0.4715,"2013-05-25 00:00","","","","",0.7737,0.7737,0.4832,0.4476,0.2821,0.153,0.0452,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88348",1,36.019302,-114.069205,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,1.152607,0.915649,3.0602,"2013-05-22 00:00",3.0064,"2013-05-04 00:00",2.9103,"2013-04-28 00:00",2.5541,"2013-05-01 00:00","","","","",3.0602,3.0602,2.9103,2.3364,2.0097,1.0107,0.1412,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88350",1,36.019302,-114.069205,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.597552,0.498525,3.1727,"2013-05-16 00:00",1.3149,"2013-04-22 00:00",1.2582,"2013-05-22 00:00",1.1572,"2013-05-04 00:00","","","","",3.1727,3.1727,1.2582,0.9166,0.8154,0.4927,0.1966,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88403",1,36.019302,-114.069205,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.55158,0.355198,1.4036,"2013-05-16 00:00",1.347,"2013-05-22 00:00",1.265,"2013-05-25 00:00",1.0607,"2013-05-01 00:00","","","","",1.4036,1.4036,1.265,1.0151,0.8101,0.519,0.1603,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","015","9000","88502",1,36.019302,-114.069205,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,2.966667,2.079554,8.8,"2013-05-16 00:00",8,"2013-05-22 00:00",6.5,"2013-05-25 00:00",5.7,"2013-05-04 00:00","","","","",8.8,8.8,6.5,5.6,4.3,2.7,0.7,"","Meadview","Arizona","Mohave","","Lake Havasu City-Kingman, AZ","2014-01-28" +"04","017","0119","44201",1,34.8225,-109.891944,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8486,96,349,365,0,274,0,0,"Certification not required",0,0.053418,0.009355,0.075,"2013-07-10 15:00",0.075,"2013-07-18 11:00",0.074,"2013-06-19 14:00",0.073,"2013-05-26 15:00","","","","",0.073,0.072,0.069,0.065,0.06,0.054,0.042,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","44201",1,34.8225,-109.891944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8480,95,347,365,0,0,0,0,"Certification not required",0,0.050398,0.009084,0.07,"2013-07-10 10:00",0.069,"2013-05-26 11:00",0.069,"2013-07-07 10:00",0.069,"2013-07-18 09:00","","","","",0.069,0.067,0.065,0.062,0.057,0.051,0.039,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","44201",1,34.8225,-109.891944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8480,95,347,365,0,0,0,0,"Certification not required",0,0.050398,0.009084,0.07,"2013-07-10 10:00",0.069,"2013-05-26 11:00",0.069,"2013-07-07 10:00",0.069,"2013-07-18 09:00","","","","",0.069,0.067,0.065,0.062,0.057,0.051,0.039,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","61101",1,34.8225,-109.891944,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,7.898662,5.153668,43.1,"2013-04-08 14:00",41,"2013-04-08 13:00",38.8,"2013-04-08 12:00",38.8,"2013-04-08 15:00","","","","",26.6,22.3,18.6,15.3,9.5,6.4,3.3,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","61103",1,34.8225,-109.891944,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,7.42824,5.200097,42.7,"2013-04-08 14:00",40.6,"2013-04-08 13:00",38.3,"2013-04-08 12:00",38.3,"2013-04-08 15:00","","","","",26,21.9,18.3,14.8,9.1,6,2.5,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","61104",1,34.8225,-109.891944,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,200.896946,88.236718,360,"2013-01-14 23:00",360,"2013-04-28 13:00",360,"2013-07-20 13:00",360,"2013-11-05 19:00","","","","",354,348,334,316,273,210,88,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","61106",1,34.8225,-109.891944,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,16.301155,13.667557,84,"2013-12-11 10:00",79,"2013-01-25 12:00",78,"2013-07-19 13:00",77,"2013-02-07 13:00","","","","",61,56,47,37,21,11,5,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","62101",1,34.8225,-109.891944,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8756,100,365,365,0,4,"","","Certification not required",0,54.094564,18.759166,98,"2013-06-28 13:00",98,"2013-06-28 14:00",98,"2013-06-28 15:00",96,"2013-06-27 16:00","","","","",90,87,84,79,68,56,28,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","62201",1,34.8225,-109.891944,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5001,57,207,365,0,87,"","","Certification not required",99,34.331234,27.491894,100,"2013-01-25 01:00",100,"2013-01-25 02:00",100,"2013-01-25 03:00",100,"2013-01-25 04:00","","","","",100,99,90,78,53,28,5,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2013-09-16" +"04","017","0119","63301",1,34.8225,-109.891944,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8760,100,365,365,0,0,"","","Certification not required",4233,0.341991,0.45584,1.59,"2013-05-09 12:00",1.57,"2013-05-26 12:00",1.57,"2013-06-22 12:00",1.55,"2013-05-10 12:00","","","","",1.47,1.41,1.29,1.12,0.66,0.02,0.005,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-02-18" +"04","017","0119","65102",1,34.8225,-109.891944,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5075,58,212,365,0,13,"","","Certification not required",0,0.000812,0.009493,0.32,"2013-07-16 04:00",0.28,"2013-07-27 11:00",0.21,"2013-07-15 23:00",0.19,"2013-07-16 00:00","","","","",0.02,0.01,0,0,0,0,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2013-09-16" +"04","017","0119","85101",1,34.8225,-109.891944,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,7.393302,6.280951,28.9964,"2013-05-01 00:00",27.027,"2013-05-04 00:00",16.198,"2013-05-31 00:00",13.1539,"2013-05-16 00:00","","","","",28.9964,28.9964,16.198,12.7253,10.9034,5.1943,1.9706,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","86502",1,34.8225,-109.891944,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,3.875,4.50178,20,"2013-05-01 00:00",18,"2013-05-04 00:00",9,"2013-05-31 00:00",8,"2013-03-17 00:00","","","","",20,20,18,8,6,2,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88103",1,34.8225,-109.891944,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,2.5e-05,0.000158,0.001,"2013-01-25 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88104",1,34.8225,-109.891944,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.103138,0.114283,0.517,"2013-05-04 00:00",0.468,"2013-05-01 00:00",0.279,"2013-04-28 00:00",0.2273,"2013-05-31 00:00","","","","",0.517,0.517,0.468,0.2273,0.151,0.073,0.0106,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88109",1,34.8225,-109.891944,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.001488,0.000891,0.004,"2013-04-22 00:00",0.0033,"2013-01-22 00:00",0.0033,"2013-05-01 00:00",0.0032,"2013-04-07 00:00","","","","",0.004,0.004,0.0033,0.0032,0.0019,0.0013,0.0005,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88111",1,34.8225,-109.891944,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.074063,0.075459,0.314,"2013-05-04 00:00",0.3097,"2013-05-01 00:00",0.22,"2013-04-28 00:00",0.1409,"2013-04-22 00:00","","","","",0.314,0.314,0.3097,0.1409,0.1087,0.0594,0.0083,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88112",1,34.8225,-109.891944,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,2.5e-05,0.000158,0.001,"2013-04-28 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88114",1,34.8225,-109.891944,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",16,0.000435,0.000405,0.0022,"2013-01-22 00:00",0.0012,"2013-05-07 00:00",0.0009,"2013-04-25 00:00",0.0009,"2013-05-04 00:00","","","","",0.0022,0.0022,0.0012,0.0009,0.0007,0.0003,0.0001,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88115",1,34.8225,-109.891944,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",4,0.006465,0.014951,0.0855,"2013-05-25 00:00",0.0361,"2013-05-28 00:00",0.0293,"2013-03-08 00:00",0.0177,"2013-05-22 00:00","","","","",0.0855,0.0855,0.0361,0.0177,0.0067,0.0017,0.0003,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88126",1,34.8225,-109.891944,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.068985,0.062855,0.2866,"2013-05-04 00:00",0.2558,"2013-05-01 00:00",0.1765,"2013-04-28 00:00",0.1384,"2013-05-31 00:00","","","","",0.2866,0.2866,0.2558,0.1384,0.0988,0.0501,0.0119,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88128",1,34.8225,-109.891944,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.0005,0.000751,0.002,"2013-04-25 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-19 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88132",1,34.8225,-109.891944,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.0015,0.001649,0.007,"2013-05-01 00:00",0.007,"2013-05-04 00:00",0.004,"2013-04-28 00:00",0.003,"2013-04-22 00:00","","","","",0.007,0.007,0.007,0.003,0.002,0.001,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88136",1,34.8225,-109.891944,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88140",1,34.8225,-109.891944,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",8,0.025248,0.026994,0.093,"2013-04-28 00:00",0.0923,"2013-05-01 00:00",0.089,"2013-05-31 00:00",0.0684,"2013-05-28 00:00","","","","",0.093,0.093,0.0923,0.0684,0.044,0.0145,0.0011,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88152",1,34.8225,-109.891944,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",38,0.000163,0.000121,0.0009,"2013-02-12 00:00",0.0002,"2013-01-19 00:00",0.00015,"2013-01-10 00:00",0.00015,"2013-01-13 00:00","","","","",0.0009,0.0009,0.0002,0.00015,0.00015,0.00015,0.0001,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88154",1,34.8225,-109.891944,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",35,0.000118,5e-05,0.0003,"2013-02-18 00:00",0.0003,"2013-05-01 00:00",0.0002,"2013-05-04 00:00",0.0002,"2013-05-16 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88161",1,34.8225,-109.891944,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.005775,0.006175,0.0265,"2013-05-04 00:00",0.026,"2013-05-01 00:00",0.016,"2013-04-28 00:00",0.0121,"2013-05-31 00:00","","","","",0.0265,0.0265,0.026,0.0121,0.0085,0.0042,0.0007,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88164",1,34.8225,-109.891944,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",15,0.000284,0.000357,0.0013,"2013-04-25 00:00",0.0013,"2013-05-25 00:00",0.0011,"2013-05-01 00:00",0.001,"2013-05-16 00:00","","","","",0.0013,0.0013,0.0013,0.001,0.0003,0.0001,5e-05,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88165",1,34.8225,-109.891944,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.250683,0.279904,1.258,"2013-05-04 00:00",1.176,"2013-05-01 00:00",0.629,"2013-04-28 00:00",0.5003,"2013-05-31 00:00","","","","",1.258,1.258,1.176,0.5003,0.365,0.19,0.0223,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88167",1,34.8225,-109.891944,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",1,0.001363,0.000982,0.0037,"2013-04-19 00:00",0.0034,"2013-04-07 00:00",0.0033,"2013-05-28 00:00",0.0032,"2013-05-01 00:00","","","","",0.0037,0.0037,0.0034,0.0032,0.002,0.0011,0.0004,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88168",1,34.8225,-109.891944,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",7,0.000823,0.000943,0.0049,"2013-05-04 00:00",0.0033,"2013-05-01 00:00",0.002,"2013-04-28 00:00",0.0019,"2013-04-22 00:00","","","","",0.0049,0.0049,0.0033,0.0019,0.0011,0.0006,0.0001,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88169",1,34.8225,-109.891944,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.167448,0.096573,0.3926,"2013-05-19 00:00",0.3305,"2013-05-01 00:00",0.3155,"2013-05-25 00:00",0.3014,"2013-05-16 00:00","","","","",0.3926,0.3926,0.3305,0.3014,0.2664,0.1569,0.0665,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88176",1,34.8225,-109.891944,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",31,0.000229,0.000196,0.0012,"2013-05-04 00:00",0.0006,"2013-05-01 00:00",0.0005,"2013-01-10 00:00",0.0005,"2013-03-20 00:00","","","","",0.0012,0.0012,0.0006,0.0005,0.00015,0.00015,0.00015,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88180",1,34.8225,-109.891944,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.037005,0.034206,0.1492,"2013-05-04 00:00",0.1418,"2013-05-01 00:00",0.0854,"2013-04-28 00:00",0.0787,"2013-05-31 00:00","","","","",0.1492,0.1492,0.1418,0.0787,0.0581,0.029,0.0069,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88184",1,34.8225,-109.891944,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",9,0.029704,0.039469,0.1574,"2013-05-25 00:00",0.1267,"2013-05-31 00:00",0.1254,"2013-05-28 00:00",0.0935,"2013-04-25 00:00","","","","",0.1574,0.1574,0.1267,0.0935,0.0415,0.012,0.00185,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88185",1,34.8225,-109.891944,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",30,0.000815,0.000642,0.0034,"2013-05-04 00:00",0.0029,"2013-05-07 00:00",0.002,"2013-05-01 00:00",0.0015,"2013-04-28 00:00","","","","",0.0034,0.0034,0.0029,0.0015,0.0008,0.00065,0.0004,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88203",1,34.8225,-109.891944,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",14,0.026132,0.033479,0.1697,"2013-05-25 00:00",0.0979,"2013-05-28 00:00",0.0741,"2013-05-22 00:00",0.0709,"2013-02-06 00:00","","","","",0.1697,0.1697,0.0741,0.0696,0.0244,0.0117,0.00305,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88306",1,34.8225,-109.891944,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.1884,0.108113,0.474,"2013-02-12 00:00",0.4215,"2013-01-19 00:00",0.399,"2013-05-31 00:00",0.3834,"2013-01-13 00:00","","","","",0.474,0.474,0.399,0.3574,0.2309,0.1707,0.0681,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88320",1,34.8225,-109.891944,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.299268,0.144402,0.54,"2013-01-19 00:00",0.54,"2013-01-22 00:00",0.51,"2013-05-16 00:00",0.47,"2013-02-06 00:00","","","","",0.54,0.54,0.51,0.47,0.41,0.31,0.11,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88321",1,34.8225,-109.891944,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.094634,0.065349,0.3,"2013-01-19 00:00",0.27,"2013-01-22 00:00",0.22,"2013-02-03 00:00",0.18,"2013-01-10 00:00","","","","",0.3,0.3,0.22,0.18,0.12,0.09,0.02,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88324",1,34.8225,-109.891944,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",37,0.021737,0.009227,0.055,"2013-05-19 00:00",0.0471,"2013-05-25 00:00",0.0306,"2013-01-22 00:00",0.03015,"2013-01-25 00:00","","","","",0.055,0.055,0.0306,0.0301,0.0238,0.0207,0.0103,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88325",1,34.8225,-109.891944,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",16,0.054037,0.027977,0.1074,"2013-02-06 00:00",0.104,"2013-02-03 00:00",0.1034,"2013-01-25 00:00",0.1027,"2013-01-22 00:00","","","","",0.1074,0.1074,0.1034,0.0958,0.0716,0.0495,0.01835,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88326",1,34.8225,-109.891944,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",17,0.07976,0.048101,0.1893,"2013-01-22 00:00",0.178,"2013-02-06 00:00",0.1656,"2013-01-19 00:00",0.1648,"2013-02-03 00:00","","","","",0.1893,0.1893,0.1656,0.1416,0.1162,0.0782,0.0331,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88327",1,34.8225,-109.891944,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",5,0.066012,0.034576,0.1232,"2013-01-22 00:00",0.1206,"2013-05-16 00:00",0.1201,"2013-04-28 00:00",0.1159,"2013-05-22 00:00","","","","",0.1232,0.1232,0.1201,0.1145,0.0908,0.0695,0.01625,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88328",1,34.8225,-109.891944,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.087205,0.051689,0.2244,"2013-05-01 00:00",0.1916,"2013-05-04 00:00",0.1814,"2013-05-16 00:00",0.1584,"2013-04-22 00:00","","","","",0.2244,0.2244,0.1814,0.1574,0.1212,0.0793,0.0269,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88329",1,34.8225,-109.891944,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.1295,0.076156,0.3613,"2013-01-19 00:00",0.2853,"2013-01-22 00:00",0.2626,"2013-05-22 00:00",0.231,"2013-01-10 00:00","","","","",0.3613,0.3613,0.2626,0.2246,0.166,0.1323,0.0289,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88330",1,34.8225,-109.891944,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",2,0.052512,0.026787,0.1091,"2013-05-04 00:00",0.0962,"2013-02-03 00:00",0.0904,"2013-02-06 00:00",0.0891,"2013-03-17 00:00","","","","",0.1091,0.1091,0.0904,0.0867,0.0748,0.0492,0.0182,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88331",1,34.8225,-109.891944,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",13,0.000201,0.000712,0.004,"2013-04-25 00:00",0.0022,"2013-01-22 00:00",0.001,"2013-02-06 00:00",0.00015,"2013-03-08 00:00","","","","",0.004,0.004,0.001,0.00015,5e-05,0,0,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88338",1,34.8225,-109.891944,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",34,0.023166,0.017458,0.0876,"2013-04-28 00:00",0.077,"2013-04-04 00:00",0.0549,"2013-01-28 00:00",0.0503,"2013-01-19 00:00","","","","",0.0876,0.0876,0.0549,0.049,0.025,0.0162,0.01105,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88339",1,34.8225,-109.891944,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,0.690681,0.398366,1.61948,"2013-05-19 00:00",1.3634,"2013-05-01 00:00",1.3014,"2013-05-25 00:00",1.24307,"2013-05-16 00:00","","","","",1.61948,1.61948,1.3634,1.24307,1.09894,0.64738,0.27423,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88344",1,34.8225,-109.891944,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.243017,0.139434,0.6115,"2013-02-12 00:00",0.5437,"2013-01-19 00:00",0.5141,"2013-05-31 00:00",0.4946,"2013-01-13 00:00","","","","",0.6115,0.6115,0.5141,0.461,0.2979,0.2202,0.0878,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88348",1,34.8225,-109.891944,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,1.149748,1.232137,5.5265,"2013-05-04 00:00",5.132,"2013-05-01 00:00",2.9973,"2013-04-28 00:00",2.3318,"2013-05-31 00:00","","","","",5.5265,5.5265,5.132,2.3318,1.7052,0.8398,0.1343,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88350",1,34.8225,-109.891944,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.53789,0.260047,0.9781,"2013-01-19 00:00",0.9747,"2013-01-22 00:00",0.9128,"2013-05-16 00:00",0.8474,"2013-02-06 00:00","","","","",0.9781,0.9781,0.9128,0.8386,0.7342,0.5593,0.196,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88403",1,34.8225,-109.891944,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.508273,0.303768,1.23,"2013-05-19 00:00",1.0833,"2013-05-01 00:00",0.9786,"2013-05-25 00:00",0.9442,"2013-05-31 00:00","","","","",1.23,1.23,0.9786,0.8812,0.7854,0.474,0.188,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","0119","88502",1,34.8225,-109.891944,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,11,"","","Certification not required",0,2.94,2.023554,8.9,"2013-05-01 00:00",8.4,"2013-05-04 00:00",6.2,"2013-05-31 00:00",5.4,"2013-04-28 00:00","","","","",8.9,8.9,8.4,5.4,4.5,2.3,0.9,"Petrified Forest National Park, South Entrance","PET FOR NAT PARK, NEAR OLD SW ENTERANCE ON OLD ROUTE 180","Arizona","Navajo","","Show Low, AZ","2014-01-28" +"04","017","1002","81102",1,33.85815,-109.97029,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8656,99,361,365,0,58,"","","Certification not required",0,15.29598,13.924844,283,"2013-04-08 16:00",202,"2013-04-08 17:00",187,"2013-04-08 13:00",154,"2013-04-08 18:00","","","","",67,54,38,29,20,12,4,"","612 South Chief Avenue","Arizona","Navajo","Whiteriver","Show Low, AZ","2014-01-14" +"04","017","1002","81102",1,33.85815,-109.97029,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",361,99,361,365,0,0,0,0,"Certification not required",0,14.814404,7.201189,83,"2013-04-08 00:00",46,"2013-05-04 00:00",45,"2013-05-02 00:00",41,"2013-05-03 00:00","","","","",41,34,27,22,17,13,9,"","612 South Chief Avenue","Arizona","Navajo","Whiteriver","Show Low, AZ","2014-01-14" +"04","019","0001","81102",3,32.382036,-112.857453,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6469,74,271,365,0,72,"","","Certification not required",0,28.920853,33.422256,766,"2013-07-03 04:00",748,"2013-07-03 03:00",714,"2013-06-30 23:00",534,"2013-07-01 00:00","","","","",151,115,80,57,34,20,8,"AJO","AZ HWY DEPT YARD-WELL RD, AJO","Arizona","Pima","Ajo","Tucson, AZ","2014-01-07" +"04","019","0001","81102",3,32.382036,-112.857453,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6480,74,271,365,11,72,"","","Certification not required",0,29.810648,43.442515,1375,"2013-04-08 20:00",1196,"2013-04-08 21:00",1024,"2013-04-08 19:00",766,"2013-07-03 04:00","","","","",157,120,81,57,34,20,8,"AJO","AZ HWY DEPT YARD-WELL RD, AJO","Arizona","Pima","Ajo","Tucson, AZ","2014-01-07" +"04","019","0001","81102",3,32.382036,-112.857453,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6480,74,271,365,11,72,"","","Certification not required",0,29.810648,43.442515,1375,"2013-04-08 20:00",1196,"2013-04-08 21:00",1024,"2013-04-08 19:00",766,"2013-07-03 04:00","","","","",157,120,81,57,34,20,8,"AJO","AZ HWY DEPT YARD-WELL RD, AJO","Arizona","Pima","Ajo","Tucson, AZ","2014-01-07" +"04","019","0001","81102",3,32.382036,-112.857453,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",271,74,271,365,0,0,1,1,"Certification not required",0,29.468635,22.483038,299,"2013-04-08 00:00",141,"2013-07-03 00:00",100,"2013-05-03 00:00",99,"2013-05-04 00:00","","","","",100,79,51,43,35,26,13,"AJO","AZ HWY DEPT YARD-WELL RD, AJO","Arizona","Pima","Ajo","Tucson, AZ","2014-01-07" +"04","019","0001","81102",3,32.382036,-112.857453,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",271,74,271,365,0,0,1,1,"Certification not required",0,29.468635,22.483038,299,"2013-04-08 00:00",141,"2013-07-03 00:00",100,"2013-05-03 00:00",99,"2013-05-04 00:00","","","","",100,79,51,43,35,26,13,"AJO","AZ HWY DEPT YARD-WELL RD, AJO","Arizona","Pima","Ajo","Tucson, AZ","2014-01-07" +"04","019","0001","81102",3,32.382036,-112.857453,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",271,74,271,365,0,0,0,0,"Certification not required",0,28.531365,15.376447,141,"2013-07-03 00:00",100,"2013-05-03 00:00",99,"2013-05-04 00:00",81,"2013-07-01 00:00","","","","",99,67,51,43,35,26,13,"AJO","AZ HWY DEPT YARD-WELL RD, AJO","Arizona","Pima","Ajo","Tucson, AZ","2014-01-07" +"04","019","0005","85101",2,31.95,-112.801,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,13.052466,10.26755,52.8956,"2013-01-10 00:00",52.6861,"2013-05-04 00:00",28.7297,"2013-05-22 00:00",24.827,"2013-05-31 00:00","","","","",52.8956,52.8956,28.7297,21.0391,16.525,10.9915,4.2355,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","86502",1,31.95,-112.801,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8.38,7.912506,42,"2013-01-10 00:00",38,"2013-05-04 00:00",18,"2013-02-24 00:00",18,"2013-05-22 00:00","","","","",42,42,18,16,10,7,2,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88103",1,31.95,-112.801,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8e-05,0.000274,0.001,"2013-01-04 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-25 00:00",0.001,"2013-03-14 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88104",1,31.95,-112.801,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.143652,0.144548,0.7944,"2013-05-04 00:00",0.6532,"2013-01-10 00:00",0.3575,"2013-03-08 00:00",0.3441,"2013-05-01 00:00","","","","",0.7944,0.7944,0.3575,0.2614,0.164,0.1261,0.021,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88109",1,31.95,-112.801,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0021,0.001128,0.0052,"2013-05-10 00:00",0.0047,"2013-05-22 00:00",0.0042,"2013-03-23 00:00",0.0042,"2013-05-19 00:00","","","","",0.0052,0.0052,0.0042,0.0041,0.0026,0.0019,0.0009,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88111",1,31.95,-112.801,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.114246,0.097176,0.5556,"2013-05-04 00:00",0.426,"2013-01-10 00:00",0.2591,"2013-05-01 00:00",0.2473,"2013-02-18 00:00","","","","",0.5556,0.5556,0.2591,0.2035,0.1357,0.1003,0.0239,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88112",1,31.95,-112.801,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2e-05,0.000141,0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88114",1,31.95,-112.801,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.000782,0.000742,0.0032,"2013-03-14 00:00",0.0031,"2013-01-19 00:00",0.0025,"2013-01-25 00:00",0.0024,"2013-01-22 00:00","","","","",0.0032,0.0032,0.0025,0.0018,0.0009,0.0005,0.0002,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88115",1,31.95,-112.801,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.067528,0.116506,0.4755,"2013-04-25 00:00",0.3951,"2013-04-16 00:00",0.3786,"2013-05-31 00:00",0.2776,"2013-05-28 00:00","","","","",0.4755,0.4755,0.3786,0.2678,0.0918,0.0035,0.0003,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88126",1,31.95,-112.801,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.084544,0.074962,0.429,"2013-05-04 00:00",0.315,"2013-01-10 00:00",0.2013,"2013-05-01 00:00",0.1695,"2013-03-08 00:00","","","","",0.429,0.429,0.2013,0.1563,0.1079,0.0742,0.0179,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88128",1,31.95,-112.801,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00094,0.000843,0.004,"2013-03-23 00:00",0.003,"2013-03-14 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-25 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88132",1,31.95,-112.801,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0024,0.00206,0.011,"2013-05-04 00:00",0.008,"2013-01-10 00:00",0.007,"2013-03-08 00:00",0.005,"2013-03-23 00:00","","","","",0.011,0.011,0.007,0.005,0.003,0.002,0.001,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88136",1,31.95,-112.801,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00012,0.000328,0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-16 00:00",0.001,"2013-05-01 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88140",1,31.95,-112.801,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.04616,0.042182,0.1782,"2013-05-04 00:00",0.1487,"2013-01-10 00:00",0.1439,"2013-05-01 00:00",0.101,"2013-04-25 00:00","","","","",0.1782,0.1782,0.1439,0.098,0.0683,0.0388,0.0035,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88152",1,31.95,-112.801,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.000424,0.000667,0.0032,"2013-05-04 00:00",0.003,"2013-01-10 00:00",0.0025,"2013-03-23 00:00",0.0007,"2013-03-08 00:00","","","","",0.0032,0.0032,0.0025,0.0007,0.0005,0.00015,0.0001,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88154",1,31.95,-112.801,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",32,0.000174,0.000127,0.0006,"2013-01-19 00:00",0.0006,"2013-05-19 00:00",0.0005,"2013-05-13 00:00",0.0004,"2013-01-28 00:00","","","","",0.0006,0.0006,0.0005,0.0003,0.0002,0.0001,0.0001,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88161",1,31.95,-112.801,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00741,0.00678,0.0384,"2013-05-04 00:00",0.0291,"2013-01-10 00:00",0.0172,"2013-05-01 00:00",0.015,"2013-03-08 00:00","","","","",0.0384,0.0384,0.0172,0.0134,0.0092,0.0064,0.0011,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88164",1,31.95,-112.801,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.001161,0.001693,0.0074,"2013-05-16 00:00",0.0064,"2013-04-16 00:00",0.0054,"2013-03-17 00:00",0.0046,"2013-05-01 00:00","","","","",0.0074,0.0074,0.0054,0.0036,0.0013,0.0005,5e-05,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88165",1,31.95,-112.801,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.330132,0.326102,1.7999,"2013-05-04 00:00",1.4987,"2013-01-10 00:00",0.823,"2013-03-08 00:00",0.7376,"2013-05-01 00:00","","","","",1.7999,1.7999,0.823,0.5717,0.3866,0.2836,0.0473,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88167",1,31.95,-112.801,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002586,0.001686,0.008,"2013-05-22 00:00",0.0064,"2013-05-19 00:00",0.0063,"2013-03-23 00:00",0.0055,"2013-04-07 00:00","","","","",0.008,0.008,0.0063,0.0053,0.0031,0.0023,0.0008,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88168",1,31.95,-112.801,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.001038,0.001256,0.0086,"2013-05-04 00:00",0.0028,"2013-05-01 00:00",0.0024,"2013-01-10 00:00",0.0024,"2013-03-23 00:00","","","","",0.0086,0.0086,0.0024,0.0018,0.0013,0.0008,0.00015,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88169",1,31.95,-112.801,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.243788,0.144044,0.6238,"2013-03-23 00:00",0.5368,"2013-05-22 00:00",0.5002,"2013-05-19 00:00",0.4427,"2013-05-04 00:00","","","","",0.6238,0.6238,0.5002,0.442,0.3231,0.2045,0.0908,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88176",1,31.95,-112.801,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.000253,0.000227,0.0015,"2013-05-04 00:00",0.0007,"2013-01-10 00:00",0.0006,"2013-05-01 00:00",0.0005,"2013-03-08 00:00","","","","",0.0015,0.0015,0.0006,0.0005,0.0003,0.00015,0.00015,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88180",1,31.95,-112.801,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.059764,0.05158,0.2749,"2013-05-04 00:00",0.224,"2013-01-10 00:00",0.1936,"2013-05-22 00:00",0.1147,"2013-05-01 00:00","","","","",0.2749,0.2749,0.1936,0.1033,0.0692,0.0499,0.0166,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88184",1,31.95,-112.801,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.12841,0.140671,0.5237,"2013-05-31 00:00",0.4364,"2013-04-16 00:00",0.407,"2013-05-07 00:00",0.3971,"2013-04-25 00:00","","","","",0.5237,0.5237,0.407,0.3715,0.2126,0.0665,0.0075,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88185",1,31.95,-112.801,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000788,0.000507,0.0028,"2013-01-19 00:00",0.0026,"2013-01-28 00:00",0.002,"2013-03-02 00:00",0.0019,"2013-02-15 00:00","","","","",0.0028,0.0028,0.002,0.0013,0.00065,0.00065,0.0004,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88203",1,31.95,-112.801,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.127904,0.16519,0.5898,"2013-04-25 00:00",0.5784,"2013-05-31 00:00",0.4971,"2013-05-28 00:00",0.4745,"2013-04-16 00:00","","","","",0.5898,0.5898,0.4971,0.3849,0.2223,0.0285,0.0087,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88306",1,31.95,-112.801,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.25646,0.166167,0.7336,"2013-03-23 00:00",0.6425,"2013-05-10 00:00",0.59,"2013-05-31 00:00",0.5356,"2013-05-07 00:00","","","","",0.7336,0.7336,0.59,0.4628,0.3827,0.2044,0.079,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88320",1,31.95,-112.801,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.3784,0.173774,1.04,"2013-05-04 00:00",0.83,"2013-05-22 00:00",0.69,"2013-01-10 00:00",0.59,"2013-05-13 00:00","","","","",1.04,1.04,0.69,0.58,0.45,0.36,0.21,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88321",1,31.95,-112.801,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0712,0.0613,0.34,"2013-02-06 00:00",0.25,"2013-05-22 00:00",0.18,"2013-03-14 00:00",0.16,"2013-01-19 00:00","","","","",0.34,0.34,0.18,0.15,0.09,0.06,0.02,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88324",1,31.95,-112.801,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.021815,0.008958,0.0601,"2013-04-01 00:00",0.0366,"2013-04-25 00:00",0.031,"2013-01-28 00:00",0.0306,"2013-01-10 00:00","","","","",0.0601,0.0601,0.031,0.0306,0.03025,0.017,0.01055,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88325",1,31.95,-112.801,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.072894,0.03451,0.1501,"2013-05-13 00:00",0.135,"2013-01-28 00:00",0.1345,"2013-05-04 00:00",0.1336,"2013-03-23 00:00","","","","",0.1501,0.1501,0.1345,0.1285,0.093,0.0736,0.03355,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88326",1,31.95,-112.801,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.102093,0.059026,0.2629,"2013-05-22 00:00",0.2315,"2013-05-04 00:00",0.2295,"2013-01-10 00:00",0.1861,"2013-01-19 00:00","","","","",0.2629,0.2629,0.2295,0.1742,0.1519,0.0918,0.0366,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88327",1,31.95,-112.801,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.097082,0.051323,0.273,"2013-05-22 00:00",0.265,"2013-05-04 00:00",0.2553,"2013-01-10 00:00",0.1474,"2013-02-18 00:00","","","","",0.273,0.273,0.2553,0.1347,0.1128,0.0911,0.0463,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88328",1,31.95,-112.801,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.094846,0.062347,0.4161,"2013-05-04 00:00",0.1964,"2013-05-13 00:00",0.189,"2013-01-25 00:00",0.1706,"2013-03-23 00:00","","","","",0.4161,0.4161,0.189,0.1476,0.12,0.0933,0.0386,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88329",1,31.95,-112.801,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.133224,0.089542,0.4318,"2013-05-04 00:00",0.4003,"2013-02-06 00:00",0.368,"2013-05-22 00:00",0.3041,"2013-01-25 00:00","","","","",0.4318,0.4318,0.368,0.2301,0.1656,0.1196,0.0494,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88330",1,31.95,-112.801,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.033209,0.02596,0.1636,"2013-03-14 00:00",0.0763,"2013-03-02 00:00",0.0707,"2013-05-13 00:00",0.0662,"2013-05-04 00:00","","","","",0.1636,0.1636,0.0707,0.0659,0.0403,0.0304,0.009,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88331",1,31.95,-112.801,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000134,0.000444,0.003,"2013-02-18 00:00",0.001,"2013-04-13 00:00",0.0005,"2013-01-01 00:00",0.0003,"2013-03-14 00:00","","","","",0.003,0.003,0.0005,0.00015,0.00015,0,0,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88338",1,31.95,-112.801,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.017481,0.009951,0.0585,"2013-03-17 00:00",0.0514,"2013-03-26 00:00",0.0403,"2013-03-14 00:00",0.0369,"2013-05-31 00:00","","","","",0.0585,0.0585,0.0403,0.02345,0.0161,0.0151,0.01045,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88339",1,31.95,-112.801,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.005562,0.594194,2.57322,"2013-03-23 00:00",2.21426,"2013-05-22 00:00",2.06328,"2013-05-19 00:00",1.82626,"2013-05-04 00:00","","","","",2.57322,2.57322,2.06328,1.82321,1.33279,0.8434,0.37439,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88344",1,31.95,-112.801,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.330846,0.214346,0.9463,"2013-03-23 00:00",0.8288,"2013-05-10 00:00",0.7611,"2013-05-31 00:00",0.6909,"2013-05-07 00:00","","","","",0.9463,0.9463,0.7611,0.597,0.4937,0.2637,0.1019,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88348",1,31.95,-112.801,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.54318,1.475582,8.2477,"2013-05-04 00:00",6.682,"2013-01-10 00:00",3.6066,"2013-03-08 00:00",3.5366,"2013-05-01 00:00","","","","",8.2477,8.2477,3.6066,2.6748,1.8,1.3381,0.2529,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88350",1,31.95,-112.801,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.681802,0.313236,1.8767,"2013-05-04 00:00",1.5026,"2013-05-22 00:00",1.2343,"2013-01-10 00:00",1.067,"2013-05-13 00:00","","","","",1.8767,1.8767,1.2343,1.0359,0.8064,0.6466,0.3771,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88403",1,31.95,-112.801,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.722422,0.463699,1.9538,"2013-03-23 00:00",1.8461,"2013-05-22 00:00",1.445,"2013-05-19 00:00",1.4135,"2013-05-28 00:00","","","","",1.9538,1.9538,1.445,1.4131,1.0011,0.5998,0.2357,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0005","88502",1,31.95,-112.801,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4.096,2.634462,14,"2013-05-04 00:00",10.4,"2013-01-10 00:00",9.9,"2013-05-22 00:00",8,"2013-05-31 00:00","","","","",14,14,9.9,7.7,5.3,3.8,1.6,"ORGAN PIPE NM","VISITORS CENTER, ORGAN PIPE CACTUS NM","Arizona","Pima","Organ Pipe Cactus National Monument","Tucson, AZ","2014-01-28" +"04","019","0008","81102",1,32.004707,-110.792593,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",2,15.444444,10.739806,66,"2013-05-04 00:00",34,"2013-06-15 00:00",33,"2013-04-10 00:00",27,"2013-07-09 00:00","","","","",66,66,33,26,20,13,5,"CORONA DE TUCSON","22000 S HOUGHTON RD, CORONA DE TUCSON","Arizona","Pima","Corona de Tucson","Tucson, AZ","2013-11-18" +"04","019","0011","68105",1,32.322661,-111.038389,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,24.412088,9.385969,37.4,"2013-06-30 00:00",35.5,"2013-07-03 00:00",35,"2013-08-17 00:00",34.9,"2013-07-30 00:00","","","","",37.4,35.5,34.6,34.2,32.5,27.4,8.2,"ORANGE GROVE","3401 W ORANGE GROVE RD, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","0011","68108",1,32.322661,-111.038389,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,701.131868,2.521943,708,"2013-01-16 00:00",706,"2013-01-04 00:00",706,"2013-01-31 00:00",706,"2013-02-12 00:00","","","","",708,706,706,705,703,701,698,"ORANGE GROVE","3401 W ORANGE GROVE RD, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","0011","81102",2,32.322661,-111.038389,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,24.681319,13.633231,142,"2013-04-09 00:00",115,"2013-04-08 00:00",102,"2013-05-03 00:00",66,"2013-06-29 00:00","","","","",102,56,40,34,28,23,13,"ORANGE GROVE","3401 W ORANGE GROVE RD, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","0011","88101",1,32.322661,-111.038389,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,5.268132,2.954916,21.3,"2013-01-01 00:00",14.3,"2013-05-10 00:00",12.2,"2013-01-16 00:00",11,"2013-09-10 00:00","","","","",21.3,14.3,10.7,7.6,6.1,4.8,2.3,"ORANGE GROVE","3401 W ORANGE GROVE RD, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","0011","88101",1,32.322661,-111.038389,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,5.268132,2.954916,21.3,"2013-01-01 00:00",14.3,"2013-05-10 00:00",12.2,"2013-01-16 00:00",11,"2013-09-10 00:00","","","","",21.3,14.3,10.7,7.6,6.1,4.8,2.3,"ORANGE GROVE","3401 W ORANGE GROVE RD, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","0020","81102",3,32.414344,-111.154544,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6457,74,271,365,0,53,"","","Certification not required",0,37.859223,40.313734,1539,"2013-06-30 19:00",848,"2013-05-02 23:00",814,"2013-08-22 17:00",659,"2013-07-06 20:00","","","","",164,124,88,67,45,30,12,"RILLITO","8840 W ROBINSON STREET, RILLITO","Arizona","Pima","Rillito","Tucson, AZ","2014-01-13" +"04","019","0020","81102",3,32.414344,-111.154544,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6499,74,271,365,42,53,"","","Certification not required",0,41.671334,93.002758,5627,"2013-07-02 21:00",1738,"2013-07-02 20:00",1555,"2013-04-08 11:00",1539,"2013-06-30 19:00","","","","",221,148,92,69,46,30,12,"RILLITO","8840 W ROBINSON STREET, RILLITO","Arizona","Pima","Rillito","Tucson, AZ","2014-01-13" +"04","019","0020","81102",3,32.414344,-111.154544,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6499,74,271,365,42,53,"","","Certification not required",0,41.671334,93.002758,5627,"2013-07-02 21:00",1738,"2013-07-02 20:00",1555,"2013-04-08 11:00",1539,"2013-06-30 19:00","","","","",221,148,92,69,46,30,12,"RILLITO","8840 W ROBINSON STREET, RILLITO","Arizona","Pima","Rillito","Tucson, AZ","2014-01-13" +"04","019","0020","81102",3,32.414344,-111.154544,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",271,74,271,365,0,0,4,4,"Certification not required",0,41.214022,38.839346,421,"2013-07-02 00:00",363,"2013-04-08 00:00",254,"2013-05-03 00:00",201,"2013-04-09 00:00","","","","",254,112,75,58,46,35,19,"RILLITO","8840 W ROBINSON STREET, RILLITO","Arizona","Pima","Rillito","Tucson, AZ","2014-01-13" +"04","019","0020","81102",3,32.414344,-111.154544,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",271,74,271,365,0,0,0,0,"Certification not required",0,37.605166,18.189206,145,"2013-06-30 00:00",112,"2013-07-18 00:00",103,"2013-05-02 00:00",98,"2013-08-14 00:00","","","","",103,92,69,58,46,35,19,"RILLITO","8840 W ROBINSON STREET, RILLITO","Arizona","Pima","Rillito","Tucson, AZ","2014-01-13" +"04","019","0020","81102",3,32.414344,-111.154544,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",271,74,271,365,0,0,4,4,"Certification not required",0,41.214022,38.839346,421,"2013-07-02 00:00",363,"2013-04-08 00:00",254,"2013-05-03 00:00",201,"2013-04-09 00:00","","","","",254,112,75,58,46,35,19,"RILLITO","8840 W ROBINSON STREET, RILLITO","Arizona","Pima","Rillito","Tucson, AZ","2014-01-13" +"04","019","0021","44201",1,32.174538,-110.737116,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6492,75,272,365,0,44,0,0,"Certification not required",0,0.054963,0.0097,0.084,"2013-07-08 16:00",0.083,"2013-07-02 14:00",0.082,"2013-05-21 15:00",0.078,"2013-07-17 18:00","","","","",0.082,0.073,0.07,0.068,0.062,0.055,0.042,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","44201",1,32.174538,-110.737116,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6519,74,271,365,0,0,0,0,"Certification not required",0,0.050764,0.008955,0.076,"2013-07-08 10:00",0.075,"2013-07-17 12:00",0.074,"2013-05-21 11:00",0.074,"2013-07-02 10:00","","","","",0.074,0.068,0.065,0.062,0.057,0.051,0.039,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","44201",1,32.174538,-110.737116,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6519,74,271,365,0,0,1,1,"Certification not required",0,0.050764,0.008955,0.076,"2013-07-08 10:00",0.075,"2013-07-17 12:00",0.074,"2013-05-21 11:00",0.074,"2013-07-02 10:00","","","","",0.074,0.068,0.065,0.062,0.057,0.051,0.039,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","61103",1,32.174538,-110.737116,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6492,74,270,365,0,44,"","","Certification not required",0,6.571349,3.465288,26.8,"2013-04-08 15:00",25.7,"2013-04-08 17:00",25.5,"2013-04-08 16:00",23.6,"2013-04-08 14:00","","","","",16.3,14.6,12.5,11.1,8.8,6.2,2.4,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","61104",1,32.174538,-110.737116,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6521,74,271,365,0,15,"","","Certification not required",0,194.877319,73.155413,359,"2013-01-21 03:00",359,"2013-02-04 09:00",359,"2013-03-04 19:00",359,"2013-03-30 20:00","","","","",348,336,318,299,240,187,92,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","61106",1,32.174538,-110.737116,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6527,75,271,365,0,9,"","","Certification not required",0,24.516317,16.040871,86,"2013-01-01 12:00",86,"2013-09-22 00:00",85,"2013-07-27 08:00",83,"2013-08-10 09:00","","","","",68,63,55,48,35,21,6,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","62101",1,32.174538,-110.737116,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6533,75,271,365,0,3,"","","Certification not required",0,73.210929,16.399219,106,"2013-06-29 15:00",106,"2013-06-29 16:00",106,"2013-06-30 15:00",106,"2013-06-30 16:00","","","","",101,100,97,93,85,76,48,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","62201",1,32.174538,-110.737116,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6533,75,271,365,0,3,"","","Certification not required",0,29.76458,20.397249,97,"2013-02-11 22:00",97,"2013-02-11 23:00",97,"2013-02-12 00:00",97,"2013-02-20 14:00","","","","",90,85,72,60,41,24,9,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","63301",1,32.174538,-110.737116,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6532,75,271,365,0,4,"","","Certification not required",3041,0.35059,0.453771,1.46,"2013-05-03 12:00",1.46,"2013-07-21 12:00",1.45,"2013-05-17 12:00",1.45,"2013-06-20 12:00","","","","",1.39,1.36,1.28,1.14,0.68,0.03,0.005,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2013-11-18" +"04","019","0021","85101",1,32.174538,-110.737116,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,12.343806,9.633142,56.2458,"2013-05-31 00:00",45.3341,"2013-05-04 00:00",23.1904,"2013-05-22 00:00",19.9133,"2013-05-16 00:00","","","","",56.2458,56.2458,23.1904,19.6136,15.1606,10.5558,4.204,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","86502",1,32.174538,-110.737116,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,7.791667,7.293128,42,"2013-05-31 00:00",33,"2013-05-04 00:00",16,"2013-05-22 00:00",14,"2013-04-10 00:00","","","","",42,42,16,13,9,7,2,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88103",1,32.174538,-110.737116,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-01-22 00:00",0.001,"2013-05-22 00:00",0.001,"2013-05-31 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88104",1,32.174538,-110.737116,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.149125,0.140677,0.7466,"2013-05-04 00:00",0.5597,"2013-05-31 00:00",0.4053,"2013-05-01 00:00",0.316,"2013-03-23 00:00","","","","",0.7466,0.5597,0.4053,0.2764,0.2146,0.1165,0.025,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88109",1,32.174538,-110.737116,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002049,0.001043,0.0045,"2013-05-22 00:00",0.0044,"2013-03-20 00:00",0.0043,"2013-05-01 00:00",0.004,"2013-05-19 00:00","","","","",0.0045,0.0044,0.0043,0.0035,0.0028,0.0017,0.001,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88111",1,32.174538,-110.737116,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.101569,0.090645,0.4979,"2013-05-04 00:00",0.3205,"2013-05-31 00:00",0.288,"2013-05-01 00:00",0.204,"2013-03-23 00:00","","","","",0.4979,0.3205,0.288,0.1861,0.1477,0.0909,0.0199,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88112",1,32.174538,-110.737116,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88114",1,32.174538,-110.737116,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001418,0.000759,0.0047,"2013-01-31 00:00",0.0031,"2013-02-03 00:00",0.0028,"2013-01-22 00:00",0.0026,"2013-04-19 00:00","","","","",0.0047,0.0031,0.0028,0.0022,0.0016,0.0014,0.0006,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88115",1,32.174538,-110.737116,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.027501,0.060114,0.3469,"2013-05-31 00:00",0.1774,"2013-05-25 00:00",0.135,"2013-04-16 00:00",0.1257,"2013-04-25 00:00","","","","",0.3469,0.1774,0.135,0.0671,0.0381,0.0016,0.00015,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88126",1,32.174538,-110.737116,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.089543,0.073248,0.3787,"2013-05-04 00:00",0.3048,"2013-05-31 00:00",0.2421,"2013-05-01 00:00",0.1998,"2013-03-23 00:00","","","","",0.3787,0.3048,0.2421,0.1503,0.1247,0.0717,0.023,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88128",1,32.174538,-110.737116,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001196,0.000939,0.004,"2013-02-03 00:00",0.004,"2013-03-23 00:00",0.003,"2013-01-31 00:00",0.002,"2013-01-07 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88132",1,32.174538,-110.737116,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002353,0.001968,0.009,"2013-05-04 00:00",0.009,"2013-05-31 00:00",0.006,"2013-03-23 00:00",0.006,"2013-05-01 00:00","","","","",0.009,0.009,0.006,0.004,0.003,0.002,0.001,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88136",1,32.174538,-110.737116,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-05-01 00:00",0.001,"2013-05-28 00:00",0.001,"2013-05-31 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88140",1,32.174538,-110.737116,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.042351,0.045441,0.1977,"2013-05-31 00:00",0.1718,"2013-05-04 00:00",0.1287,"2013-05-01 00:00",0.1057,"2013-04-10 00:00","","","","",0.1977,0.1718,0.1287,0.0999,0.0642,0.025,0.00195,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88152",1,32.174538,-110.737116,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000297,0.000594,0.0036,"2013-05-31 00:00",0.0023,"2013-05-13 00:00",0.0016,"2013-01-04 00:00",0.0004,"2013-04-22 00:00","","","","",0.0036,0.0023,0.0016,0.0003,0.00015,0.00015,0.00015,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88154",1,32.174538,-110.737116,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.000173,0.000104,0.0006,"2013-01-31 00:00",0.0004,"2013-01-22 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-02-03 00:00","","","","",0.0006,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88161",1,32.174538,-110.737116,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.007471,0.006633,0.0353,"2013-05-04 00:00",0.0253,"2013-05-31 00:00",0.0206,"2013-05-01 00:00",0.0173,"2013-03-23 00:00","","","","",0.0353,0.0253,0.0206,0.0132,0.0108,0.0063,0.0016,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88164",1,32.174538,-110.737116,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000882,0.001166,0.0054,"2013-05-31 00:00",0.0041,"2013-05-25 00:00",0.0037,"2013-04-07 00:00",0.0031,"2013-05-01 00:00","","","","",0.0054,0.0041,0.0037,0.0023,0.0013,0.0004,5e-05,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88165",1,32.174538,-110.737116,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.336327,0.311428,1.658,"2013-05-04 00:00",1.2585,"2013-05-31 00:00",0.8926,"2013-05-01 00:00",0.7454,"2013-03-23 00:00","","","","",1.658,1.2585,0.8926,0.6294,0.4669,0.2743,0.0695,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88167",1,32.174538,-110.737116,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0025,0.001271,0.0066,"2013-03-23 00:00",0.0062,"2013-05-22 00:00",0.0057,"2013-03-20 00:00",0.0046,"2013-03-05 00:00","","","","",0.0066,0.0062,0.0057,0.004,0.003,0.0022,0.0011,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88168",1,32.174538,-110.737116,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.001014,0.001083,0.0062,"2013-05-04 00:00",0.0038,"2013-05-31 00:00",0.003,"2013-03-23 00:00",0.0029,"2013-05-01 00:00","","","","",0.0062,0.0038,0.003,0.0018,0.0013,0.0007,0.0001,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88169",1,32.174538,-110.737116,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.239476,0.149244,0.6886,"2013-03-23 00:00",0.6423,"2013-05-31 00:00",0.5516,"2013-05-25 00:00",0.5136,"2013-05-19 00:00","","","","",0.6886,0.6423,0.5516,0.4385,0.3164,0.1966,0.0889,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88176",1,32.174538,-110.737116,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",31,0.000311,0.000269,0.0015,"2013-05-04 00:00",0.0009,"2013-05-01 00:00",0.0008,"2013-04-19 00:00",0.0008,"2013-05-31 00:00","","","","",0.0015,0.0009,0.0008,0.0006,0.0004,0.00015,0.00015,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88180",1,32.174538,-110.737116,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.062167,0.044943,0.2256,"2013-05-31 00:00",0.2083,"2013-05-04 00:00",0.1595,"2013-05-22 00:00",0.1334,"2013-05-01 00:00","","","","",0.2256,0.2083,0.1595,0.1072,0.0785,0.0514,0.022,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88184",1,32.174538,-110.737116,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.086648,0.108245,0.547,"2013-05-31 00:00",0.3244,"2013-05-25 00:00",0.2824,"2013-04-16 00:00",0.267,"2013-05-19 00:00","","","","",0.547,0.3244,0.2824,0.2337,0.118,0.0367,0.0016,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88185",1,32.174538,-110.737116,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000927,0.00058,0.0029,"2013-05-31 00:00",0.0026,"2013-03-23 00:00",0.0023,"2013-04-19 00:00",0.0018,"2013-01-16 00:00","","","","",0.0029,0.0026,0.0023,0.0017,0.001,0.0007,0.0004,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88203",1,32.174538,-110.737116,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.075349,0.10976,0.6007,"2013-05-31 00:00",0.3582,"2013-05-25 00:00",0.2465,"2013-05-22 00:00",0.2448,"2013-05-28 00:00","","","","",0.6007,0.3582,0.2465,0.215,0.0947,0.0229,0.0087,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88306",1,32.174538,-110.737116,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.350169,0.333306,1.9991,"2013-01-07 00:00",1.4186,"2013-02-12 00:00",0.974,"2013-05-31 00:00",0.7261,"2013-02-03 00:00","","","","",1.9991,1.4186,0.974,0.5333,0.4221,0.277,0.1142,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88320",1,32.174538,-110.737116,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.452353,0.165404,0.92,"2013-01-07 00:00",0.81,"2013-05-22 00:00",0.78,"2013-03-23 00:00",0.76,"2013-05-31 00:00","","","","",0.92,0.81,0.78,0.65,0.53,0.44,0.27,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88321",1,32.174538,-110.737116,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.102941,0.051197,0.28,"2013-01-07 00:00",0.21,"2013-01-31 00:00",0.21,"2013-02-03 00:00",0.18,"2013-05-22 00:00","","","","",0.28,0.21,0.21,0.17,0.13,0.1,0.05,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88324",1,32.174538,-110.737116,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.01994,0.007211,0.0346,"2013-05-19 00:00",0.0309,"2013-01-28 00:00",0.0305,"2013-01-04 00:00",0.0305,"2013-01-07 00:00","","","","",0.0346,0.0309,0.0305,0.03035,0.0238,0.01685,0.01065,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88325",1,32.174538,-110.737116,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.082587,0.038812,0.1856,"2013-03-23 00:00",0.167,"2013-01-07 00:00",0.1461,"2013-05-31 00:00",0.1415,"2013-05-22 00:00","","","","",0.1856,0.167,0.1461,0.131,0.1066,0.0777,0.0334,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88326",1,32.174538,-110.737116,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.132395,0.062614,0.303,"2013-01-07 00:00",0.2995,"2013-02-03 00:00",0.2447,"2013-01-01 00:00",0.2211,"2013-01-31 00:00","","","","",0.303,0.2995,0.2447,0.2179,0.1721,0.1228,0.03915,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88327",1,32.174538,-110.737116,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.107473,0.040247,0.2397,"2013-05-31 00:00",0.1976,"2013-05-22 00:00",0.1958,"2013-01-07 00:00",0.1699,"2013-03-23 00:00","","","","",0.2397,0.1976,0.1958,0.1513,0.1281,0.1036,0.0618,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88328",1,32.174538,-110.737116,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.118233,0.051946,0.2566,"2013-05-04 00:00",0.2493,"2013-05-22 00:00",0.2147,"2013-05-16 00:00",0.2134,"2013-03-23 00:00","","","","",0.2566,0.2493,0.2147,0.1852,0.1515,0.1057,0.0576,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88329",1,32.174538,-110.737116,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.172725,0.074866,0.4267,"2013-01-07 00:00",0.3954,"2013-05-22 00:00",0.3244,"2013-03-23 00:00",0.3147,"2013-02-03 00:00","","","","",0.4267,0.3954,0.3244,0.2371,0.1994,0.1633,0.0921,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88330",1,32.174538,-110.737116,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.048294,0.021546,0.0966,"2013-01-31 00:00",0.0966,"2013-04-04 00:00",0.095,"2013-05-04 00:00",0.0847,"2013-03-26 00:00","","","","",0.0966,0.0966,0.095,0.0755,0.0629,0.0469,0.02,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88331",1,32.174538,-110.737116,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,9.2e-05,0.000224,0.0009,"2013-03-17 00:00",0.0009,"2013-03-20 00:00",0.0009,"2013-03-29 00:00",0.0006,"2013-03-02 00:00","","","","",0.0009,0.0009,0.0009,0.00015,5e-05,0,0,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88338",1,32.174538,-110.737116,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.020441,0.015042,0.0849,"2013-01-04 00:00",0.0819,"2013-03-26 00:00",0.049,"2013-04-04 00:00",0.0367,"2013-05-10 00:00","","","","",0.0849,0.0819,0.049,0.0315,0.0234,0.01525,0.01095,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88339",1,32.174538,-110.737116,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.987826,0.615636,2.84048,"2013-03-23 00:00",2.64945,"2013-05-31 00:00",2.27514,"2013-05-25 00:00",2.1186,"2013-05-19 00:00","","","","",2.84048,2.64945,2.27514,1.80861,1.30523,0.81085,0.36667,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88344",1,32.174538,-110.737116,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.451725,0.429959,2.5788,"2013-01-07 00:00",1.83,"2013-02-12 00:00",1.2565,"2013-05-31 00:00",0.9367,"2013-02-03 00:00","","","","",2.5788,1.83,1.2565,0.688,0.5445,0.3573,0.1473,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88348",1,32.174538,-110.737116,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.562251,1.420811,7.5676,"2013-05-04 00:00",5.6742,"2013-05-31 00:00",4.2096,"2013-05-01 00:00",3.4013,"2013-03-23 00:00","","","","",7.5676,5.6742,4.2096,2.833,2.1965,1.274,0.329,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88350",1,32.174538,-110.737116,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.81479,0.298213,1.6585,"2013-01-07 00:00",1.4564,"2013-05-22 00:00",1.402,"2013-03-23 00:00",1.3664,"2013-05-31 00:00","","","","",1.6585,1.4564,1.402,1.1691,0.9617,0.7893,0.4849,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88403",1,32.174538,-110.737116,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.69972,0.457865,2.0622,"2013-03-23 00:00",2.0362,"2013-05-31 00:00",1.64,"2013-05-25 00:00",1.4956,"2013-05-19 00:00","","","","",2.0622,2.0362,1.64,1.3338,0.9071,0.5662,0.2484,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","0021","88502",1,32.174538,-110.737116,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.072549,2.56188,13.7,"2013-05-31 00:00",11.8,"2013-05-04 00:00",9,"2013-03-23 00:00",8.2,"2013-05-01 00:00","","","","",13.7,11.8,9,6.8,5.4,3.4,1.9,"SAGUARO PARK","3905 S. OLD SPANISH TRAIL, SAGUARO PARK EAST","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","1001","81102",1,32.201978,-110.967905,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",270,74,270,365,2,3,2,2,"Certification not required",0,26.3,16.803998,165,"2013-04-09 00:00",156,"2013-04-08 00:00",111,"2013-05-03 00:00",76,"2013-05-29 00:00","","","","",111,65,44,39,31,24,12,"SOUTH TUCSON","1601 S 6TH AVE, SOUTH TUCSON","Arizona","Pima","South Tucson","Tucson, AZ","2013-11-18" +"04","019","1001","81102",1,32.201978,-110.967905,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",270,74,270,365,2,3,2,2,"Certification not required",0,26.3,16.803998,165,"2013-04-09 00:00",156,"2013-04-08 00:00",111,"2013-05-03 00:00",76,"2013-05-29 00:00","","","","",111,65,44,39,31,24,12,"SOUTH TUCSON","1601 S 6TH AVE, SOUTH TUCSON","Arizona","Pima","South Tucson","Tucson, AZ","2013-11-18" +"04","019","1001","81102",1,32.201978,-110.967905,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","Events Excluded",268,74,270,365,0,3,0,0,"Certification not required",0,25.298507,12.183079,111,"2013-05-03 00:00",76,"2013-05-29 00:00",69,"2013-05-04 00:00",65,"2013-05-02 00:00","","","","",69,60,43,38,30,24,12,"SOUTH TUCSON","1601 S 6TH AVE, SOUTH TUCSON","Arizona","Pima","South Tucson","Tucson, AZ","2013-11-18" +"04","019","1009","81102",1,32.27229,-110.989079,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,29.755556,11.683624,75,"2013-05-04 00:00",47,"2013-06-15 00:00",44,"2013-06-27 00:00",43,"2013-01-22 00:00","","","","",75,75,44,43,36,30,16,"PRINCE ROAD","1016 W PRINCE RD, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","42101",1,32.204411,-110.878067,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6506,74,273,365,0,46,0,0,"Certification not required",6285,0.265101,0.091119,1.6,"2013-01-05 20:00",1.5,"2013-01-12 20:00",1.5,"2013-02-01 07:00",1.4,"2013-01-16 07:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","42101",1,32.204411,-110.878067,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6549,75,273,365,0,0,0,0,"Certification not required",0,0.30933,0.044966,0.7,"2013-01-03 11:00",0.7,"2013-01-03 12:00",0.7,"2013-01-05 21:00",0.7,"2013-01-05 22:00",0.7,"2013-01-03 11:00",0.7,"2013-01-05 21:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","42601",1,32.204411,-110.878067,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence",2013,"Parts per billion","No Events",6484,74,273,365,0,68,"","","Certification not required",0,2.237801,6.732756,111.4,"2013-02-01 07:00",98.2,"2013-01-16 07:00",87.8,"2013-01-05 20:00",78.1,"2013-01-22 07:00","","","","",37.2,24,8.5,3.9,1.4,0.6,0.1,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","42602",1,32.204411,-110.878067,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence",2013,"Parts per billion","No Events",6484,74,273,365,0,68,0,"","Certification not required",0,21.931502,10.122116,48.1,"2013-02-18 20:00",47.4,"2013-02-07 20:00",45.1,"2013-03-20 21:00",44.8,"2013-02-23 22:00","","","","",45.1,43.8,38.8,37,30.4,19.7,10.4,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","42602",1,32.204411,-110.878067,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence",2013,"Parts per billion","No Events",6484,74,273,365,0,68,"","","Certification not required",0,9.063865,8.171178,48.1,"2013-02-18 20:00",47.4,"2013-02-07 20:00",46.4,"2013-02-18 19:00",45.6,"2013-02-07 19:00","","","","",36.2,32.9,27.4,21.2,12.1,6.3,1.8,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","42603",1,32.204411,-110.878067,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence",2013,"Parts per billion","No Events",6484,74,273,365,0,68,"","","Certification not required",0,11.270635,13.085934,142.9,"2013-02-01 07:00",133.3,"2013-01-16 07:00",130.1,"2013-01-05 20:00",114.7,"2013-01-12 20:00","","","","",67.6,53.2,34.8,24.5,13.5,7.1,2.3,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","44201",1,32.204411,-110.878067,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6537,75,273,365,0,15,0,0,"Certification not required",361,0.05044,0.009037,0.083,"2013-07-08 14:00",0.077,"2013-08-23 14:00",0.074,"2013-07-17 14:00",0.072,"2013-08-22 14:00","","","","",0.074,0.069,0.065,0.061,0.056,0.05,0.04,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","44201",1,32.204411,-110.878067,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6547,75,273,365,0,0,0,0,"Certification not required",0,0.045487,0.008655,0.071,"2013-07-17 12:00",0.07,"2013-07-08 10:00",0.065,"2013-08-23 10:00",0.063,"2013-07-02 10:00","","","","",0.065,0.063,0.059,0.056,0.051,0.046,0.035,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","44201",1,32.204411,-110.878067,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6547,75,273,365,0,0,0,0,"Certification not required",0,0.045487,0.008655,0.071,"2013-07-17 12:00",0.07,"2013-07-08 10:00",0.065,"2013-08-23 10:00",0.063,"2013-07-02 10:00","","","","",0.065,0.063,0.059,0.056,0.051,0.046,0.035,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","61103",1,32.204411,-110.878067,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6537,75,272,365,0,15,"","","Certification not required",0,6.177864,3.583918,29.9,"2013-02-20 12:00",23.9,"2013-05-31 05:00",23.4,"2013-04-08 19:00",23,"2013-04-08 18:00","","","","",16.7,15,13.1,11.3,8.2,5.2,2.4,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","61104",1,32.204411,-110.878067,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6525,74,272,365,0,27,"","","Certification not required",0,212.99341,77.124219,359,"2013-01-08 03:00",358,"2013-01-24 17:00",358,"2013-02-11 05:00",358,"2013-02-28 12:00","","","","",338,327,315,305,281,227,109,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","61106",1,32.204411,-110.878067,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6495,74,272,365,0,57,"","","Certification not required",0,28.022479,15.520924,92,"2013-09-17 00:00",85,"2013-07-24 22:00",85,"2013-08-01 11:00",85,"2013-09-15 11:00","","","","",72,67,59,51,38,23,12,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","61111",1,32.204411,-110.878067,"NAD83","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",6537,75,272,365,0,15,"","","Certification not required",0,2.066361,1.625325,43.1,"2013-02-20 12:00",42.6,"2013-05-31 05:00",37.8,"2013-01-05 15:00",34.1,"2013-02-09 12:00","","","","",4.8,4.4,4,3.6,2.8,1.9,0.8,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","62101",1,32.204411,-110.878067,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,2,"","","Certification not required",0,74.176794,17.713388,110,"2013-06-29 15:00",109,"2013-06-28 14:00",109,"2013-06-29 14:00",109,"2013-06-29 16:00","","","","",104,102,100,96,87,77,48,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","62201",1,32.204411,-110.878067,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6550,75,273,365,0,2,"","","Certification not required",0,30.010382,20.228996,96,"2013-02-20 22:00",96,"2013-02-21 03:00",96,"2013-02-21 04:00",95,"2013-01-26 07:00","","","","",88,81,71,62,42,24,9,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1011","63301",1,32.204411,-110.878067,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6551,75,273,365,0,1,"","","Certification not required",3044,0.376219,0.489843,1.57,"2013-06-18 12:00",1.56,"2013-05-17 12:00",1.56,"2013-06-22 12:00",1.55,"2013-05-11 12:00","","","","",1.5,1.46,1.36,1.23,0.75,0.03,0.005,"22ND & CRAYCROFT","1237 S. BEVERLY , TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","42101",1,32.20739,-110.910619,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Instrumental - Nondispersive Infrered Photometry",2013,"Parts per million","No Events",6320,72,266,365,0,173,0,0,"Certification not required",4552,0.366598,0.218143,2.3,"2013-01-05 20:00",1.7,"2013-01-12 21:00",1.7,"2013-01-23 18:00",1.7,"2013-02-11 07:00","","","","",1.2,1,0.8,0.7,0.5,0.25,0.25,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","42101",1,32.20739,-110.910619,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6358,73,262,365,0,0,0,0,"Certification not required",0,0.386081,0.131027,1.1,"2013-01-17 01:00",1.1,"2013-01-17 02:00",1.1,"2013-01-17 03:00",1.1,"2013-02-16 01:00",1.1,"2013-01-17 01:00",1.1,"2013-02-16 01:00",0.9,0.8,0.7,0.6,0.4,0.3,0.3,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","61103",1,32.20739,-110.910619,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6465,74,268,365,0,28,"","","Certification not required",0,3.807718,2.377284,17.3,"2013-07-02 02:00",15.7,"2013-03-08 15:00",15.1,"2013-07-02 01:00",15,"2013-04-08 15:00","","","","",11.1,10.1,8.6,7.1,5,3.2,1.3,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","61104",1,32.20739,-110.910619,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6465,74,268,365,0,28,"","","Certification not required",0,196.941531,90.451082,359,"2013-03-13 07:00",359,"2013-07-29 13:00",358,"2013-08-17 20:00",358,"2013-08-26 12:00","","","","",340,332,321,311,287,188,87,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","61106",1,32.20739,-110.910619,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6465,74,268,365,0,28,"","","Certification not required",0,32.019954,15.39142,79,"2013-02-04 12:00",79,"2013-05-15 23:00",78,"2013-01-01 20:00",78,"2013-04-21 10:00","","","","",73,70,63,56,41,27,16,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","61111",1,32.20739,-110.910619,"WGS84","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",6468,74,268,365,0,25,"","","Certification not required",0,2.582498,1.332398,16.3,"2013-02-20 12:00",14.2,"2013-05-01 19:00",10.2,"2013-07-02 21:00",9.4,"2013-07-02 02:00","","","","",6.5,6,5.2,4.4,3.3,2.3,1.2,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1014","62101",1,32.20739,-110.910619,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6465,74,268,365,0,28,"","","Certification not required",0,74.178654,17.773189,111,"2013-06-29 15:00",110,"2013-06-29 14:00",110,"2013-06-29 16:00",109,"2013-06-29 13:00","","","","",104,102,100,96,87,77,48,"22ND & ALVERNON","22ND & ALVERNON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1018","44201",1,32.425261,-111.06352,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6507,75,273,365,0,45,0,0,"Certification not required",13,0.051894,0.008875,0.085,"2013-07-17 16:00",0.076,"2013-07-07 12:00",0.075,"2013-07-08 14:00",0.072,"2013-07-02 13:00","","","","",0.075,0.071,0.065,0.063,0.058,0.052,0.041,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","44201",1,32.425261,-111.06352,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6534,75,272,365,0,0,0,0,"Certification not required",0,0.047949,0.008767,0.076,"2013-07-17 11:00",0.072,"2013-07-08 10:00",0.067,"2013-07-07 09:00",0.066,"2013-05-02 10:00","","","","",0.067,0.066,0.062,0.059,0.054,0.048,0.037,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","44201",1,32.425261,-111.06352,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6534,75,272,365,0,0,1,1,"Certification not required",0,0.047949,0.008767,0.076,"2013-07-17 11:00",0.072,"2013-07-08 10:00",0.067,"2013-07-07 09:00",0.066,"2013-05-02 10:00","","","","",0.067,0.066,0.062,0.059,0.054,0.048,0.037,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","61103",1,32.425261,-111.06352,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6534,75,272,365,0,18,"","","Certification not required",0,4.653612,2.445089,22.4,"2013-07-02 21:00",19.6,"2013-04-08 14:00",19.5,"2013-04-08 12:00",19.5,"2013-04-08 13:00","","","","",12.7,11.5,9.2,7.7,5.7,4.3,2,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","61104",1,32.425261,-111.06352,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6510,74,273,365,0,42,"","","Certification not required",0,179.58894,104.031215,359,"2013-01-27 00:00",359,"2013-04-18 11:00",359,"2013-05-21 19:00",359,"2013-06-03 01:00","","","","",353,347,334,316,278,170,46,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","61106",1,32.425261,-111.06352,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,23.401252,13.843567,78,"2013-03-13 22:00",77,"2013-02-21 02:00",77,"2013-05-08 10:00",76,"2013-07-27 11:00","","","","",63,59,52,44,31,20,9,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","61111",1,32.425261,-111.06352,"WGS84","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",6552,75,273,365,0,0,"","","Certification not required",1,1.788133,2.090551,47.2,"2013-01-17 21:00",45.9,"2013-01-17 20:00",43.4,"2013-02-20 12:00",42.1,"2013-02-21 02:00","","","","",4.8,4.3,3.6,3.1,2.3,1.4,0.7,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","62101",1,32.425261,-111.06352,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,72.915904,18.187228,109,"2013-06-29 13:00",109,"2013-06-29 14:00",109,"2013-06-30 14:00",109,"2013-06-30 15:00","","","","",104,103,100,95,86,76,46,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1018","81102",1,32.425261,-111.06352,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,30.133333,18.604252,73,"2013-05-04 00:00",72,"2013-05-22 00:00",71,"2013-05-28 00:00",67,"2013-06-27 00:00","","","","",73,73,71,64,41,27,10,"TANGERINE","12101 N CAMINO DE OESTE, TUCSON","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1020","44201",1,32.04767,-110.774357,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6504,75,272,365,0,48,0,0,"Certification not required",45,0.052864,0.009769,0.087,"2013-07-08 16:00",0.083,"2013-07-02 15:00",0.078,"2013-05-21 15:00",0.078,"2013-07-01 15:00","","","","",0.078,0.074,0.068,0.067,0.059,0.053,0.041,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","44201",1,32.04767,-110.774357,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6540,75,272,365,0,0,0,0,"Certification not required",0,0.048779,0.009189,0.078,"2013-07-08 10:00",0.073,"2013-07-17 11:00",0.072,"2013-05-21 10:00",0.072,"2013-07-02 10:00","","","","",0.072,0.067,0.064,0.061,0.055,0.048,0.037,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","44201",1,32.04767,-110.774357,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6540,75,272,365,0,0,1,1,"Certification not required",0,0.048779,0.009189,0.078,"2013-07-08 10:00",0.073,"2013-07-17 11:00",0.072,"2013-05-21 10:00",0.072,"2013-07-02 10:00","","","","",0.072,0.067,0.064,0.061,0.055,0.048,0.037,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","61103",1,32.04767,-110.774357,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6487,74,273,365,0,65,"","","Certification not required",0,7.143919,3.879368,28.7,"2013-04-08 15:00",28,"2013-04-08 16:00",27.4,"2013-05-03 07:00",26.9,"2013-04-08 13:00","","","","",18.6,17.2,14.8,12.6,9,6.5,2.9,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","61104",1,32.04767,-110.774357,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,190.241411,82.475199,359,"2013-02-27 12:00",359,"2013-09-09 13:00",357,"2013-01-01 18:00",357,"2013-03-07 10:00","","","","",343,337,323,309,261,175,107,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","61106",1,32.04767,-110.774357,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6550,75,273,365,0,2,"","","Certification not required",0,17.908702,13.368072,77,"2013-07-10 12:00",76,"2013-06-28 14:00",75,"2013-08-10 09:00",73,"2013-05-23 22:00","","","","",60,56,47,39,24,13,6,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","61111",1,32.04767,-110.774357,"WGS84","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",7,2.904344,5.147954,46.7,"2013-06-03 07:00",46.6,"2013-07-15 05:00",46.5,"2013-04-01 08:00",46.3,"2013-06-02 07:00","","","","",36,23.4,5,4,2.9,1.9,0.9,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1020","62101",1,32.04767,-110.774357,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,2,"","","Certification not required",0,70.802901,17.870911,108,"2013-06-29 14:00",108,"2013-06-29 15:00",107,"2013-06-28 14:00",107,"2013-06-29 13:00","","","","",102,100,97,93,84,74,45,"FAIRGROUNDS","11330 S HOUGHTON, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1021","42101",1,32.0475,-110.773889,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",2151,25,90,365,0,9,0,0,"Certification not required",1639,0.366597,0.242408,2.1,"2013-01-05 22:00",1.7,"2013-01-05 21:00",1.7,"2013-01-17 08:00",1.6,"2013-01-12 22:00","","","","",1.3,1.1,0.9,0.7,0.25,0.25,0.25,"CHERRY & GLENN","2745 N CHERRY, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1021","42101",1,32.0475,-110.773889,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2157,25,90,365,0,0,0,0,"Certification not required",0,0.393046,0.170962,1.2,"2013-01-17 03:00",1.2,"2013-01-17 04:00",1.2,"2013-01-17 05:00",1.2,"2013-01-17 08:00",1.2,"2013-01-17 03:00",1.1,"2013-01-03 03:00",1,0.9,0.8,0.6,0.4,0.3,0.3,"CHERRY & GLENN","2745 N CHERRY, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1021","61103",1,32.0475,-110.773889,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,3.573519,2.338783,17.6,"2013-03-08 15:00",16.4,"2013-03-08 14:00",15.3,"2013-03-08 17:00",15.1,"2013-02-08 21:00","","","","",11.6,10.2,8.3,6.5,4.6,3.1,1.1,"CHERRY & GLENN","2745 N CHERRY, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1021","61104",1,32.0475,-110.773889,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,174.056481,95.680724,359,"2013-01-22 16:00",359,"2013-02-27 07:00",359,"2013-03-10 03:00",359,"2013-03-19 17:00","","","","",353,345,327,312,274,128,83,"CHERRY & GLENN","2745 N CHERRY, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1021","62101",1,32.0475,-110.773889,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2160,25,90,365,0,0,"","","Certification not required",0,55.192593,14.278379,92,"2013-03-15 13:00",92,"2013-03-15 14:00",91,"2013-03-14 14:00",91,"2013-03-14 15:00","","","","",86,84,80,75,65,55,36,"CHERRY & GLENN","2745 N CHERRY, TUCSON","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1026","81102",1,32.125919,-110.982556,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,27.227273,15.710852,71,"2013-04-10 00:00",71,"2013-05-04 00:00",56,"2013-06-15 00:00",47,"2013-03-23 00:00","","","","",71,71,56,47,37,25,9,"SANTA CLARA","6910 SOUTH SANTA CLARA AVE","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","14129",1,32.29515,-110.9823,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,0.002318,0.000934,0.005,"2013-06-15 00:00",0.004,"2013-02-03 00:00",0.004,"2013-03-23 00:00",0.004,"2013-06-27 00:00","","","","",0.005,0.005,0.004,0.004,0.003,0.002,0.001,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-12-27" +"04","019","1028","42101",1,32.29515,-110.9823,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6503,74,273,365,0,48,0,0,"Certification not required",273,0.161715,0.117882,1,"2013-01-17 08:00",0.9,"2013-01-05 21:00",0.9,"2013-01-09 18:00",0.9,"2013-01-23 20:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.1,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42101",1,32.29515,-110.9823,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6549,75,273,365,0,0,0,0,"Certification not required",0,0.162406,0.099145,0.7,"2013-01-13 02:00",0.7,"2013-01-13 03:00",0.6,"2013-01-01 05:00",0.6,"2013-01-01 06:00",0.7,"2013-01-13 02:00",0.6,"2013-01-01 05:00",0.5,0.4,0.4,0.3,0.2,0.1,0.1,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42401",1,32.29515,-110.9823,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6506,74,273,365,0,45,0,"","Certification not required",0,1.310989,1.3993,7.5,"2013-08-29 21:00",7.3,"2013-09-20 09:00",7.2,"2013-05-21 09:00",6.6,"2013-06-05 08:00","","","","",7.2,6,4.4,2.9,1.7,0.8,0.2,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42401",1,32.29515,-110.9823,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6506,74,273,365,0,45,"","","Certification not required",0,0.259453,0.492331,7.5,"2013-08-29 21:00",7.3,"2013-09-20 09:00",7.2,"2013-05-21 09:00",6.6,"2013-06-05 08:00","","","","",2.4,1.6,0.9,0.6,0.3,0.1,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42401",1,32.29515,-110.9823,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.263004,0.20015,1.1,"2013-08-02 00:00",0.9,"2013-01-08 00:00",0.9,"2013-02-03 00:00",0.8,"2013-02-04 00:00","","","","",0.9,0.7,0.7,0.5,0.4,0.2,0.1,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42401",1,32.29515,-110.9823,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2144,73,273,365,0,0,"",0,"Certification not required",0,0.234282,0.386442,4.3,"2013-09-20 11:00",3.8,"2013-05-21 11:00",3.5,"2013-08-29 23:00",2.9,"2013-05-14 08:00","","","","",2,1.5,1,0.6,0.3,0.1,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42401",2,32.29515,-110.9823,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",77698,74,272,365,0,776,"","","Certification not required",0,0.261483,0.549219,14.2,"2013-08-29 21:35",13.2,"2013-09-20 09:45",11.9,"2013-05-26 08:05",11.9,"2013-05-26 08:10","","","","",2.6,1.7,0.9,0.6,0.3,0.1,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42600",1,32.29515,-110.9823,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6487,74,273,365,0,64,"","","Certification not required",0,12.181563,13.989655,169.3,"2013-01-17 08:00",126.7,"2013-02-27 07:00",120.4,"2013-01-16 07:00",120.1,"2013-01-17 07:00","","","","",67.7,57.2,41.7,29.4,14.8,7,2.2,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42601",1,32.29515,-110.9823,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6424,73,270,365,0,127,"","","Certification not required",0,2.686628,7.300866,130.9,"2013-01-17 08:00",85.5,"2013-01-17 07:00",82.6,"2013-01-16 07:00",82.2,"2013-02-27 07:00","","","","",37.7,28,15.3,7.2,1.4,0.3,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42601",2,32.29515,-110.9823,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6464,74,273,365,0,87,"","","Certification not required",0,2.721163,7.358899,109.9,"2013-01-17 08:00",83.9,"2013-01-17 07:00",83.1,"2013-01-16 07:00",76.6,"2013-01-25 07:00","","","","",39.2,28.7,15.8,7.4,1.4,0.3,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42602",1,32.29515,-110.9823,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6464,74,273,365,0,87,0,"","Certification not required",0,22.887546,8.715212,44.6,"2013-01-09 18:00",41.7,"2013-02-24 21:00",41.3,"2013-02-18 20:00",41.1,"2013-02-27 00:00","","","","",41.3,39.7,37.5,35.2,28.4,22.9,11.3,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42602",1,32.29515,-110.9823,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6464,74,273,365,0,87,"","","Certification not required",0,10.263335,8.109448,44.6,"2013-01-09 18:00",41.7,"2013-02-24 21:00",41.3,"2013-02-18 20:00",41.1,"2013-02-27 00:00","","","","",34,31.7,27.4,23.1,14.5,7.4,2.8,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","42603",1,32.29515,-110.9823,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6464,74,273,365,0,87,"","","Certification not required",0,13.016878,13.917714,144.8,"2013-01-17 08:00",117.5,"2013-01-16 07:00",116,"2013-01-17 07:00",111.7,"2013-02-27 07:00","","","","",68.9,57.5,42.7,30.2,15.9,7.9,2.9,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","44201",1,32.29515,-110.9823,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6534,75,273,365,0,17,0,0,"Certification not required",506,0.051615,0.010044,0.082,"2013-07-02 14:00",0.08,"2013-07-08 11:00",0.078,"2013-07-17 17:00",0.077,"2013-05-21 13:00","","","","",0.078,0.074,0.068,0.064,0.058,0.052,0.04,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","44201",1,32.29515,-110.9823,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6547,75,273,365,0,0,0,0,"Certification not required",0,0.04678,0.009984,0.075,"2013-07-08 10:00",0.074,"2013-07-17 12:00",0.072,"2013-05-21 11:00",0.071,"2013-07-02 09:00","","","","",0.072,0.066,0.062,0.06,0.053,0.047,0.034,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","44201",1,32.29515,-110.9823,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6547,75,273,365,0,0,0,0,"Certification not required",0,0.04678,0.009984,0.075,"2013-07-08 10:00",0.074,"2013-07-17 12:00",0.072,"2013-05-21 11:00",0.071,"2013-07-02 09:00","","","","",0.072,0.066,0.062,0.06,0.053,0.047,0.034,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","61103",1,32.29515,-110.9823,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6542,75,273,365,0,9,"","","Certification not required",0,4.286793,2.827156,22.2,"2013-07-09 18:00",21.8,"2013-07-09 19:00",21.6,"2013-07-09 17:00",21.3,"2013-07-09 20:00","","","","",13.5,11.3,9.6,8.2,5.6,3.6,1.4,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","61104",1,32.29515,-110.9823,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6542,75,273,365,0,9,"","","Certification not required",0,187.070468,102.411576,359,"2013-04-10 02:00",359,"2013-05-11 06:00",359,"2013-06-02 23:00",359,"2013-06-10 22:00","","","","",353,348,336,325,298,149,67,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","61106",1,32.29515,-110.9823,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,8,"","","Certification not required",0,26.713587,15.489374,79,"2013-02-12 13:00",79,"2013-03-13 11:00",79,"2013-06-15 14:00",78,"2013-06-01 16:00","","","","",71,68,59,51,34,22,12,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","61111",1,32.29515,-110.9823,"NAD83","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",6548,75,273,365,0,3,"","","Certification not required",0,2.789447,1.756186,24.5,"2013-09-26 10:00",20.3,"2013-03-27 11:00",19.9,"2013-02-20 12:00",16.4,"2013-05-15 06:00","","","","",9.2,7.4,5.9,5.1,3.6,2.3,1.1,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","62101",1,32.29515,-110.9823,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,5,"","","Certification not required",0,73.620684,18.388911,109,"2013-06-29 14:00",109,"2013-06-29 15:00",109,"2013-06-29 16:00",109,"2013-06-30 15:00","","","","",104,102,100,96,87,77,46,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","62201",1,32.29515,-110.9823,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6544,75,273,365,0,7,"","","Certification not required",0,32.787897,21.574468,98,"2013-02-20 22:00",97,"2013-01-26 06:00",97,"2013-01-27 05:00",97,"2013-01-27 06:00","","","","",91,86,76,66,46,27,10,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","68103",5,32.29515,-110.9823,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,51,61,0,20,"","","Certification not required",0,11.245349,7.399581,23.7,"2013-07-18 00:00",23.4,"2013-06-30 00:00",22.5,"2013-07-09 00:00",22.3,"2013-08-20 00:00","","","","",23.7,23.4,21.2,19.3,17.3,12.1,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","68104",5,32.29515,-110.9823,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,100,52,61,0,18,"","","Certification not required",0,32.410227,9.102596,47.1,"2013-06-30 00:00",45.3,"2013-08-17 00:00",45,"2013-06-18 00:00",44.4,"2013-08-20 00:00","","","","",47.1,45.3,44,43,39.1,33.7,16.7,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","68105",1,32.29515,-110.9823,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,1,"","","Certification not required",0,23.853846,9.596369,37.4,"2013-06-30 00:00",35.5,"2013-07-03 00:00",35.5,"2013-08-17 00:00",35,"2013-07-30 00:00","","","","",37.4,35.5,34.9,34.1,32.3,26.1,7.7,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","68105",5,32.29515,-110.9823,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,51,61,0,20,"","","Certification not required",0,21.351163,8.007537,34.7,"2013-06-30 00:00",32.4,"2013-08-17 00:00",32.2,"2013-07-03 00:00",31.7,"2013-07-30 00:00","","","","",34.7,32.4,30.8,30.6,27.8,22.9,7,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","68106",5,32.29515,-110.9823,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,52,61,0,18,"","","Certification not required",0,696.204545,3.177359,704,"2013-01-04 00:00",704,"2013-01-16 00:00",704,"2013-02-12 00:00",703,"2013-11-06 00:00","","","","",704,704,702,701,698,696,692,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","68107",5,32.29515,-110.9823,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,52,61,0,18,"","","Certification not required",0,702.397727,6.905836,761,"2013-05-19 00:00",711,"2013-01-16 00:00",708,"2013-01-01 00:00",708,"2013-03-02 00:00","","","","",761,711,707,706,704,701,699,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","68108",1,32.29515,-110.9823,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,1,"","","Certification not required",0,698.483516,3.198481,707,"2013-01-16 00:00",705,"2013-01-04 00:00",705,"2013-01-31 00:00",705,"2013-02-12 00:00","","","","",707,705,705,704,700,698,695,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","68108",5,32.29515,-110.9823,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,52,61,0,18,"","","Certification not required",0,698.375,2.776389,706,"2013-01-16 00:00",704,"2013-01-01 00:00",704,"2013-01-04 00:00",704,"2013-02-12 00:00","","","","",706,704,704,703,700,698,695,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","86101",1,32.29515,-110.9823,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",88,100,45,61,0,4,"","","Certification not required",0,14.193182,7.062704,43,"2013-05-31 00:00",35,"2013-06-30 00:00",33,"2013-05-04 00:00",33,"2013-06-15 00:00","","","","",43,35,24,21,17,14,6,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","88101",1,32.29515,-110.9823,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,2,0,0,"Certification not required",0,5.19,2.373309,16.5,"2013-01-01 00:00",12.3,"2013-05-13 00:00",11.7,"2013-01-13 00:00",9.8,"2013-01-07 00:00","","","","",16.5,12.3,9,7.8,5.9,4.8,2.9,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","88101",1,32.29515,-110.9823,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,2,"","","Certification not required",0,5.19,2.373309,16.5,"2013-01-01 00:00",12.3,"2013-05-13 00:00",11.7,"2013-01-13 00:00",9.8,"2013-01-07 00:00","","","","",16.5,12.3,9,7.8,5.9,4.8,2.9,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","88101",3,32.29515,-110.9823,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6482,74,273,365,0,69,"","","Certification not required",0,6.937982,5.680577,172,"2013-04-09 07:00",157,"2013-04-09 06:00",91,"2013-04-09 08:00",89,"2013-04-09 05:00","","","","",23,19,15,12,9,6,2,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","88101",3,32.29515,-110.9823,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,6.87048,3.419424,32.4,"2013-04-09 00:00",21.2,"2013-01-01 00:00",19.3,"2013-05-03 00:00",16.2,"2013-06-29 00:00","","","","",19.3,15.7,13,10.2,8.2,6.2,3.7,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","88101",3,32.29515,-110.9823,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,6.87048,3.419424,32.4,"2013-04-09 00:00",21.2,"2013-01-01 00:00",19.3,"2013-05-03 00:00",16.2,"2013-06-29 00:00","","","","",19.3,15.7,13,10.2,8.2,6.2,3.7,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1028","88102",5,32.29515,-110.9823,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",84,0.019903,0.008755,0.065,"2013-10-31 00:00",0.055,"2013-09-07 00:00",0.05,"2013-06-15 00:00",0.046,"2013-09-01 00:00","","","","",0.065,0.055,0.026,0.026,0.021,0.0195,0.014,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88103",5,32.29515,-110.9823,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.000273,0.000519,0.002,"2013-03-23 00:00",0.002,"2013-06-21 00:00",0.002,"2013-10-19 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88104",5,32.29515,-110.9823,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",19,0.093994,0.088414,0.502,"2013-05-04 00:00",0.384,"2013-06-27 00:00",0.296,"2013-05-31 00:00",0.261,"2013-05-16 00:00","","","","",0.502,0.384,0.261,0.2,0.138,0.078,0.0065,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88107",5,32.29515,-110.9823,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",83,0.007338,0.006717,0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-06-21 00:00","","","","",0.0295,0.0295,0.0295,0.012,0.0055,0.005,0.005,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88109",5,32.29515,-110.9823,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",25,0.002628,0.001517,0.0079,"2013-01-01 00:00",0.006,"2013-05-19 00:00",0.0056,"2013-06-12 00:00",0.0055,"2013-05-01 00:00","","","","",0.0079,0.006,0.0052,0.0049,0.0036,0.0025,0.00065,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88110",5,32.29515,-110.9823,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.001159,0.003237,0.016,"2013-10-13 00:00",0.015,"2013-10-01 00:00",0.012,"2013-01-19 00:00",0.012,"2013-08-08 00:00","","","","",0.016,0.015,0.008,0.005,0,0,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88111",5,32.29515,-110.9823,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",3,0.082817,0.064383,0.33,"2013-06-27 00:00",0.312,"2013-05-04 00:00",0.239,"2013-10-25 00:00",0.229,"2013-05-25 00:00","","","","",0.33,0.312,0.219,0.158,0.113,0.0697,0.0164,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88112",5,32.29515,-110.9823,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.003591,0.010726,0.092,"2013-09-28 00:00",0.034,"2013-09-13 00:00",0.029,"2013-09-22 00:00",0.011,"2013-09-25 00:00","","","","",0.092,0.034,0.008,0.006,0.003,0.001,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88113",5,32.29515,-110.9823,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",82,0.000741,0.000313,0.0023,"2013-03-23 00:00",0.0019,"2013-06-06 00:00",0.0019,"2013-06-09 00:00",0.0018,"2013-03-08 00:00","","","","",0.0023,0.0019,0.0015,0.001,0.0007,0.00065,0.00055,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88114",5,32.29515,-110.9823,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",38,0.002645,0.002507,0.0184,"2013-01-01 00:00",0.0093,"2013-10-25 00:00",0.008,"2013-08-20 00:00",0.007,"2013-06-21 00:00","","","","",0.0184,0.0093,0.0067,0.0049,0.0039,0.0018,0.0008,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88115",5,32.29515,-110.9823,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",40,0.037285,0.066066,0.355,"2013-05-31 00:00",0.283,"2013-05-25 00:00",0.234,"2013-06-09 00:00",0.227,"2013-06-21 00:00","","","","",0.355,0.283,0.18,0.136,0.0345,0.0083,0.0025,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88117",5,32.29515,-110.9823,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",88,0.006639,0.009981,0.0435,"2013-04-16 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-06-21 00:00",0.043,"2013-06-18 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0034,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88118",5,32.29515,-110.9823,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",87,0.009759,0.006444,0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88126",5,32.29515,-110.9823,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.093447,0.053566,0.275,"2013-06-27 00:00",0.27,"2013-05-04 00:00",0.225,"2013-10-25 00:00",0.216,"2013-03-29 00:00","","","","",0.275,0.27,0.209,0.168,0.116,0.0842,0.0374,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88128",5,32.29515,-110.9823,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.000341,0.000815,0.005,"2013-01-31 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-02 00:00","","","","",0.005,0.002,0.002,0.002,0,0,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88131",5,32.29515,-110.9823,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",84,0.009784,0.003718,0.026,"2013-05-31 00:00",0.021,"2013-06-27 00:00",0.018,"2013-08-08 00:00",0.0165,"2013-01-16 00:00","","","","",0.026,0.021,0.0165,0.0165,0.011,0.008,0.007,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88132",5,32.29515,-110.9823,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.00158,0.001624,0.007,"2013-05-04 00:00",0.006,"2013-06-27 00:00",0.005,"2013-03-29 00:00",0.005,"2013-05-31 00:00","","","","",0.007,0.006,0.005,0.004,0.002,0.001,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88136",5,32.29515,-110.9823,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.000216,0.00075,0.006,"2013-08-20 00:00",0.002,"2013-07-27 00:00",0.002,"2013-08-23 00:00",0.001,"2013-02-21 00:00","","","","",0.006,0.002,0.001,0.001,0,0,0,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88140",5,32.29515,-110.9823,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",61,0.015174,0.016439,0.08,"2013-05-31 00:00",0.071,"2013-08-20 00:00",0.07,"2013-05-16 00:00",0.06,"2013-01-01 00:00","","","","",0.08,0.071,0.054,0.038,0.019,0.009,0.0055,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88152",5,32.29515,-110.9823,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",88,0.005706,0.001479,0.008,"2013-01-13 00:00",0.008,"2013-01-31 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88154",5,32.29515,-110.9823,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",88,0.001044,0.000259,0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-24 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88160",5,32.29515,-110.9823,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",84,0.013653,0.007419,0.067,"2013-03-14 00:00",0.034,"2013-08-11 00:00",0.033,"2013-03-29 00:00",0.023,"2013-06-21 00:00","","","","",0.067,0.034,0.0185,0.018,0.016,0.01,0.01,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88161",5,32.29515,-110.9823,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",49,0.005223,0.004034,0.0203,"2013-05-04 00:00",0.017,"2013-03-23 00:00",0.017,"2013-06-27 00:00",0.0152,"2013-10-25 00:00","","","","",0.0203,0.017,0.015,0.0102,0.0076,0.00265,0.00215,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88164",5,32.29515,-110.9823,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",85,0.001664,0.000459,0.004,"2013-05-31 00:00",0.0039,"2013-04-07 00:00",0.0033,"2013-06-30 00:00",0.0019,"2013-01-13 00:00","","","","",0.004,0.0039,0.0019,0.0019,0.0019,0.0016,0.0015,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88165",5,32.29515,-110.9823,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.278124,0.212296,1.21,"2013-05-04 00:00",1.03,"2013-06-27 00:00",0.728,"2013-10-25 00:00",0.715,"2013-05-25 00:00","","","","",1.21,1.03,0.714,0.558,0.362,0.231,0.0625,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88166",5,32.29515,-110.9823,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",87,0.007306,0.004032,0.019,"2013-01-16 00:00",0.019,"2013-01-25 00:00",0.019,"2013-09-22 00:00",0.019,"2013-10-19 00:00","","","","",0.019,0.019,0.019,0.016,0.0075,0.0065,0.0042,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88167",5,32.29515,-110.9823,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",46,0.002974,0.002194,0.0115,"2013-01-31 00:00",0.009,"2013-01-01 00:00",0.0089,"2013-01-19 00:00",0.0077,"2013-10-19 00:00","","","","",0.0115,0.009,0.0072,0.0062,0.0041,0.00175,0.00105,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88168",5,32.29515,-110.9823,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",82,0.001343,0.000882,0.0081,"2013-01-01 00:00",0.0041,"2013-03-23 00:00",0.0029,"2013-05-01 00:00",0.0029,"2013-05-10 00:00","","","","",0.0081,0.0041,0.0022,0.00175,0.0012,0.00115,0.00085,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88169",5,32.29515,-110.9823,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.335115,0.195621,0.901,"2013-06-15 00:00",0.801,"2013-03-23 00:00",0.79,"2013-08-08 00:00",0.789,"2013-08-14 00:00","","","","",0.901,0.801,0.755,0.645,0.453,0.312,0.13,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88176",5,32.29515,-110.9823,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",88,0.000927,0.0002,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88180",5,32.29515,-110.9823,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.090424,0.101062,0.919,"2013-01-01 00:00",0.274,"2013-01-13 00:00",0.196,"2013-06-27 00:00",0.186,"2013-01-16 00:00","","","","",0.919,0.274,0.175,0.159,0.099,0.074,0.028,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88184",5,32.29515,-110.9823,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",44,0.078415,0.092223,0.52,"2013-05-31 00:00",0.409,"2013-06-21 00:00",0.31,"2013-05-25 00:00",0.298,"2013-07-24 00:00","","","","",0.52,0.409,0.254,0.191,0.113,0.033,0.0155,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88185",5,32.29515,-110.9823,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",82,0.003101,0.0032,0.0121,"2013-04-04 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00","","","","",0.0121,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88301",5,32.29515,-110.9823,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",1,0.339506,0.195226,0.99,"2013-06-15 00:00",0.928,"2013-08-14 00:00",0.865,"2013-03-23 00:00",0.848,"2013-08-08 00:00","","","","",0.99,0.928,0.738,0.582,0.42,0.314,0.141,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88302",5,32.29515,-110.9823,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",1,0.1206,0.111998,0.615,"2013-05-31 00:00",0.48,"2013-03-23 00:00",0.427,"2013-05-25 00:00",0.355,"2013-07-24 00:00","","","","",0.615,0.48,0.33,0.275,0.151,0.09,0.024,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88303",5,32.29515,-110.9823,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",29,0.044901,0.095682,0.874,"2013-01-01 00:00",0.226,"2013-01-13 00:00",0.162,"2013-07-12 00:00",0.11,"2013-01-16 00:00","","","","",0.874,0.226,0.105,0.07,0.052,0.0277,0.012,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88306",5,32.29515,-110.9823,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.436523,0.389239,2.31,"2013-02-12 00:00",1.8,"2013-01-01 00:00",1.54,"2013-01-13 00:00",1.53,"2013-02-03 00:00","","","","",2.31,1.8,1.48,0.879,0.431,0.31,0.178,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88355",5,32.29515,-110.9823,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,1.251747,0.858944,6.9,"2013-01-01 00:00",4.23,"2013-01-13 00:00",3.53,"2013-01-16 00:00",2.51,"2013-01-04 00:00","","","","",6.9,4.23,2.28,2.09,1.32,1.03,0.623,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88357",5,32.29515,-110.9823,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.289494,0.19888,1.14,"2013-01-01 00:00",0.917,"2013-01-16 00:00",0.815,"2013-01-13 00:00",0.774,"2013-01-04 00:00","","","","",1.14,0.917,0.716,0.54,0.36,0.233,0.119,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88370",5,32.29515,-110.9823,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,1.171011,0.766763,6.27,"2013-01-01 00:00",3.74,"2013-01-13 00:00",3.06,"2013-01-16 00:00",2.23,"2013-01-04 00:00","","","","",6.27,3.74,2.11,1.94,1.27,1.01,0.599,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88374",5,32.29515,-110.9823,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",10,0.083759,0.17957,1.48,"2013-01-01 00:00",0.63,"2013-01-16 00:00",0.576,"2013-01-13 00:00",0.288,"2013-02-24 00:00","","","","",1.48,0.63,0.198,0.146,0.081,0.048,0.001,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88375",5,32.29515,-110.9823,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.303322,0.173263,1.44,"2013-01-01 00:00",0.867,"2013-01-13 00:00",0.743,"2013-01-16 00:00",0.62,"2013-01-04 00:00","","","","",1.44,0.867,0.501,0.468,0.327,0.267,0.172,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88376",5,32.29515,-110.9823,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.386241,0.269865,1.8,"2013-01-01 00:00",1.52,"2013-01-13 00:00",0.983,"2013-01-16 00:00",0.931,"2013-02-09 00:00","","","","",1.8,1.52,0.879,0.725,0.438,0.313,0.179,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88377",5,32.29515,-110.9823,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.242299,0.153006,0.982,"2013-01-01 00:00",0.782,"2013-01-13 00:00",0.708,"2013-01-16 00:00",0.624,"2013-06-30 00:00","","","","",0.982,0.782,0.498,0.431,0.27,0.202,0.115,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88378",5,32.29515,-110.9823,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",6,0.155828,0.090884,0.574,"2013-01-01 00:00",0.354,"2013-06-30 00:00",0.345,"2013-07-06 00:00",0.304,"2013-02-03 00:00","","","","",0.574,0.354,0.299,0.263,0.208,0.148,0.055,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88380",5,32.29515,-110.9823,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.370276,0.291721,1.77,"2013-01-01 00:00",1.38,"2013-01-16 00:00",1.3,"2013-01-13 00:00",1.06,"2013-01-04 00:00","","","","",1.77,1.38,0.93,0.744,0.424,0.282,0.146,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88383",5,32.29515,-110.9823,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.443546,0.31797,2.32,"2013-01-01 00:00",1.34,"2013-01-16 00:00",1.26,"2013-01-13 00:00",1.08,"2013-01-04 00:00","","","","",2.32,1.34,1,0.763,0.542,0.384,0.157,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88384",5,32.29515,-110.9823,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.082197,0.036009,0.213,"2013-03-14 00:00",0.202,"2013-08-29 00:00",0.172,"2013-04-19 00:00",0.158,"2013-04-04 00:00","","","","",0.213,0.202,0.156,0.139,0.0896,0.0758,0.0452,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88385",5,32.29515,-110.9823,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",82,0.001152,0.000671,0.00547,"2013-09-10 00:00",0.0041,"2013-09-07 00:00",0.00336,"2013-08-29 00:00",0.00283,"2013-03-02 00:00","","","","",0.00547,0.0041,0.0025,0.001,0.001,0.001,0.001,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88388",5,32.29515,-110.9823,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,100,51,61,0,19,"","","Certification not required",0,0.236701,0.141081,1.21,"2013-01-01 00:00",0.487,"2013-01-13 00:00",0.482,"2013-02-03 00:00",0.461,"2013-01-16 00:00","","","","",1.21,0.487,0.426,0.378,0.277,0.222,0.096,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88403",5,32.29515,-110.9823,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,0.912023,0.574683,2.87,"2013-06-15 00:00",2.28,"2013-08-14 00:00",2.14,"2013-08-08 00:00",2.11,"2013-03-23 00:00","","","","",2.87,2.28,2.02,1.83,1.24,0.8,0.311,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1028","88502",5,32.29515,-110.9823,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,100,52,61,0,18,"","","Certification not required",0,6.605682,2.934862,18,"2013-01-01 00:00",13.8,"2013-05-31 00:00",13.6,"2013-05-01 00:00",12.9,"2013-01-16 00:00","","","","",18,13.8,12.2,11.2,7.9,6.2,3.4,"CHILDREN'S PARK NCore","400 W RIVER ROAD","Arizona","Pima","Tucson","Tucson, AZ","2014-02-13" +"04","019","1030","44201",1,31.87952,-110.99644,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6428,74,270,365,0,124,0,0,"Certification not required",135,0.053015,0.009522,0.079,"2013-07-01 15:00",0.079,"2013-07-17 17:00",0.078,"2013-05-21 14:00",0.077,"2013-07-08 14:00","","","","",0.078,0.072,0.068,0.065,0.06,0.053,0.042,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","44201",1,31.87952,-110.99644,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6459,73,268,365,0,0,0,0,"Certification not required",0,0.04928,0.009381,0.073,"2013-05-21 09:00",0.072,"2013-07-08 10:00",0.072,"2013-07-17 12:00",0.069,"2013-07-01 10:00","","","","",0.072,0.068,0.064,0.062,0.057,0.049,0.038,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","44201",1,31.87952,-110.99644,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6459,73,268,365,0,0,0,0,"Certification not required",0,0.04928,0.009381,0.073,"2013-05-21 09:00",0.072,"2013-07-08 10:00",0.072,"2013-07-17 12:00",0.069,"2013-07-01 10:00","","","","",0.072,0.068,0.064,0.062,0.057,0.049,0.038,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","61103",1,31.87952,-110.99644,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6550,75,273,365,0,2,"","","Certification not required",0,5.069679,3.353172,26.6,"2013-04-08 14:00",26.1,"2013-04-08 15:00",25.8,"2013-04-08 12:00",25.1,"2013-04-08 13:00","","","","",16.3,14.2,11.6,9.6,6.7,4.3,1.6,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","61104",1,31.87952,-110.99644,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,202.089744,78.115185,359,"2013-01-20 15:00",359,"2013-02-12 17:00",359,"2013-02-15 18:00",359,"2013-02-22 14:00","","","","",353,349,335,306,236,208,72,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","61106",1,31.87952,-110.99644,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6551,75,273,365,0,1,"","","Certification not required",0,25.768127,14.339742,85,"2013-01-06 21:00",80,"2013-04-28 14:00",78,"2013-04-01 11:00",78,"2013-04-29 13:00","","","","",68,64,56,49,33,21,12,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","62101",1,31.87952,-110.99644,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,71.628053,18.007421,108,"2013-06-30 15:00",107,"2013-06-28 14:00",107,"2013-06-28 15:00",107,"2013-06-29 14:00","","","","",102,101,97,94,85,75,45,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","62201",1,31.87952,-110.99644,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6552,75,273,365,0,0,"","","Certification not required",0,33.851954,22.775297,97,"2013-02-21 01:00",97,"2013-02-21 02:00",97,"2013-09-09 19:00",97,"2013-09-09 20:00","","","","",93,89,80,69,49,28,10,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","81102",1,31.87952,-110.99644,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6476,74,271,365,24,76,"","","Certification not required",0,18.832304,43.385765,1552,"2013-04-09 05:00",1519,"2013-04-09 02:00",1162,"2013-04-09 04:00",1142,"2013-04-09 03:00","","","","",88,61,39,31,20,14,6,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","81102",1,31.87952,-110.99644,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6452,74,271,365,0,76,"","","Certification not required",0,17.286888,14.879321,231,"2013-04-08 12:00",222,"2013-07-07 15:00",201,"2013-05-03 02:00",184,"2013-07-01 19:00","","","","",78,57,39,30,20,14,6,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","81102",1,31.87952,-110.99644,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6476,74,271,365,24,76,"","","Certification not required",0,18.832304,43.385765,1552,"2013-04-09 05:00",1519,"2013-04-09 02:00",1162,"2013-04-09 04:00",1142,"2013-04-09 03:00","","","","",88,61,39,31,20,14,6,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","81102",1,31.87952,-110.99644,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",271,74,271,365,0,0,1,1,"Certification not required",0,18.357934,27.411425,434,"2013-04-09 00:00",95,"2013-05-03 00:00",73,"2013-05-31 00:00",70,"2013-04-08 00:00","","","","",73,59,31,26,20,15,8,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","81102",1,31.87952,-110.99644,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",270,74,271,365,0,0,0,0,"Certification not required",0,16.818519,10.467885,95,"2013-05-03 00:00",73,"2013-05-31 00:00",70,"2013-04-08 00:00",69,"2013-05-02 00:00","","","","",70,44,31,26,20,15,8,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","81102",1,31.87952,-110.99644,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",271,74,271,365,0,0,1,1,"Certification not required",0,18.357934,27.411425,434,"2013-04-09 00:00",95,"2013-05-03 00:00",73,"2013-05-31 00:00",70,"2013-04-08 00:00","","","","",73,59,31,26,20,15,8,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","88501",3,31.87952,-110.99644,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6387,73,266,365,0,165,"","","Certification not required",0,5.327071,8.320391,296,"2013-04-09 06:00",280,"2013-04-09 03:00",218,"2013-04-09 05:00",209,"2013-04-09 02:00","","","","",17,14,11,9,7,5,1,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1030","88501",3,31.87952,-110.99644,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,5.299248,4.984739,78.2,"2013-04-09 00:00",15.4,"2013-05-03 00:00",12.2,"2013-03-24 00:00",12,"2013-05-02 00:00","","","","",12.2,11.6,9,7.8,6.1,4.8,2.7,"GREEN VALLEY -REPLACES SITE 0007 245 W ESPERANZA","601 NORTH LA CANADA DRIVE","Arizona","Pima","Green Valley","Tucson, AZ","2013-11-18" +"04","019","1031","42101",1,32.1912,-110.840582,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",2152,25,90,365,0,8,0,0,"Certification not required",1754,0.317565,0.15743,1.4,"2013-01-12 21:00",1.3,"2013-01-12 20:00",1.3,"2013-01-16 07:00",1.2,"2013-01-02 20:00","","","","",0.9,0.8,0.7,0.5,0.25,0.25,0.25,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","42101",1,32.1912,-110.840582,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2157,25,90,365,0,0,0,0,"Certification not required",0,0.342976,0.085568,0.8,"2013-01-24 22:00",0.7,"2013-01-02 21:00",0.7,"2013-01-02 22:00",0.7,"2013-01-02 23:00",0.8,"2013-01-24 22:00",0.7,"2013-01-02 21:00",0.7,0.6,0.5,0.5,0.4,0.3,0.3,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","61103",1,32.1912,-110.840582,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",2159,25,90,365,0,1,"","","Certification not required",0,3.883742,2.30511,17.5,"2013-03-08 15:00",16.4,"2013-03-08 14:00",15.3,"2013-03-08 12:00",14.9,"2013-03-08 17:00","","","","",12.1,10.5,8.5,6.8,4.9,3.5,1.5,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","61104",1,32.1912,-110.840582,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,189.438889,81.044564,357,"2013-01-25 16:00",356,"2013-02-02 11:00",354,"2013-03-11 12:00",353,"2013-02-01 12:00","","","","",337,327,315,304,271,161,107,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","61106",1,32.1912,-110.840582,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,22.743056,14.103377,79,"2013-01-16 13:00",78,"2013-02-12 13:00",77,"2013-03-06 13:00",75,"2013-02-07 10:00","","","","",67,62,54,46,28,17,11,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","61111",1,32.1912,-110.840582,"WGS84","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,1.483148,1.208839,42.5,"2013-02-20 12:00",13.9,"2013-03-22 06:00",11.7,"2013-03-19 18:00",10.8,"2013-03-19 17:00","","","","",4.2,3.6,3,2.4,1.7,1.2,0.8,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","62101",1,32.1912,-110.840582,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2160,25,90,365,0,0,"","","Certification not required",0,55.739815,13.603322,91,"2013-03-15 13:00",91,"2013-03-15 14:00",90,"2013-03-14 15:00",90,"2013-03-14 16:00","","","","",85,82,79,75,65,56,38,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1031","62201",1,32.1912,-110.840582,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2160,25,90,365,0,0,"","","Certification not required",0,34.730093,21.1886,96,"2013-02-20 13:00",96,"2013-02-20 19:00",96,"2013-02-20 22:00",96,"2013-02-20 23:00","","","","",93,90,74,66,49,29,11,"GOLF LINKS","2601 SOUTH KOLB ROAD","Arizona","Pima","Tucson","Tucson, AZ","2013-05-02" +"04","019","1032","44201",1,32.173,-110.980115,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6477,74,271,365,0,58,0,0,"Certification not required",639,0.051974,0.00959,0.082,"2013-07-08 13:00",0.078,"2013-07-02 12:00",0.077,"2013-06-01 12:00",0.076,"2013-05-21 13:00","","","","",0.077,0.07,0.067,0.064,0.059,0.052,0.041,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","44201",1,32.173,-110.980115,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6510,74,271,365,0,0,0,0,"Certification not required",0,0.047041,0.009676,0.073,"2013-07-08 10:00",0.072,"2013-07-17 11:00",0.071,"2013-05-21 10:00",0.07,"2013-07-02 10:00","","","","",0.071,0.064,0.062,0.059,0.054,0.047,0.036,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","44201",1,32.173,-110.980115,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6510,74,271,365,0,0,0,0,"Certification not required",0,0.047041,0.009676,0.073,"2013-07-08 10:00",0.072,"2013-07-17 11:00",0.071,"2013-05-21 10:00",0.07,"2013-07-02 10:00","","","","",0.071,0.064,0.062,0.059,0.054,0.047,0.036,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","61103",1,32.173,-110.980115,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6529,75,271,365,0,6,"","","Certification not required",0,5.31838,2.509356,21.2,"2013-06-30 20:00",20.6,"2013-04-08 13:00",19.9,"2013-04-08 12:00",19.5,"2013-04-08 11:00","","","","",13.5,12.1,10,8.4,6.4,5,2.4,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","61104",1,32.173,-110.980115,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6529,75,271,365,0,6,"","","Certification not required",0,195.709603,53.614029,359,"2013-08-13 13:00",359,"2013-09-03 12:00",359,"2013-09-09 16:00",358,"2013-07-02 11:00","","","","",329,317,302,279,225,183,141,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","62101",1,32.173,-110.980115,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6529,75,271,365,0,6,"","","Certification not required",0,73.377853,18.354067,109,"2013-06-29 16:00",109,"2013-06-30 15:00",109,"2013-06-30 16:00",108,"2013-06-29 14:00","","","","",104,103,99,96,87,77,46,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","62201",1,32.173,-110.980115,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6529,75,271,365,0,6,"","","Certification not required",0,33.396998,21.875571,97,"2013-02-12 05:00",97,"2013-02-12 06:00",97,"2013-02-12 07:00",97,"2013-02-20 22:00","","","","",92,88,79,67,47,27,10,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","88501",3,32.173,-110.980115,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6229,71,258,365,0,306,"","","Certification not required",0,7.475197,6.662709,239,"2013-04-09 07:00",181,"2013-04-09 08:00",125,"2013-04-09 06:00",110,"2013-01-01 00:00","","","","",24,19,16,13,10,7,2,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1032","88501",3,32.173,-110.980115,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,7.439147,3.388556,37.5,"2013-04-09 00:00",24.6,"2013-04-08 00:00",23.5,"2013-01-01 00:00",22.4,"2013-05-03 00:00","","","","",23.5,15,12.9,10,8.2,7,4.7,"ROSE ELEMENTARY","710 W. MICHIGAN ST.","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1034","44201",1,32.38082,-111.12716,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6511,75,273,365,0,35,0,0,"Certification not required",882,0.051473,0.008919,0.08,"2013-07-17 16:00",0.073,"2013-07-08 14:00",0.072,"2013-05-21 12:00",0.072,"2013-07-02 13:00","","","","",0.072,0.071,0.065,0.062,0.057,0.052,0.041,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","44201",1,32.38082,-111.12716,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6536,75,272,365,0,0,0,0,"Certification not required",0,0.046956,0.009242,0.074,"2013-07-17 11:00",0.068,"2013-05-21 10:00",0.068,"2013-07-08 10:00",0.066,"2013-05-02 10:00","","","","",0.068,0.064,0.061,0.059,0.053,0.047,0.035,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","44201",1,32.38082,-111.12716,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6536,75,272,365,0,0,0,0,"Certification not required",0,0.046956,0.009242,0.074,"2013-07-17 11:00",0.068,"2013-05-21 10:00",0.068,"2013-07-08 10:00",0.066,"2013-05-02 10:00","","","","",0.068,0.064,0.061,0.059,0.053,0.047,0.035,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","61103",1,32.38082,-111.12716,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6536,75,272,365,0,10,"","","Certification not required",0,4.411077,2.566712,20.7,"2013-07-02 21:00",16.8,"2013-04-08 15:00",16.2,"2013-04-08 13:00",16.2,"2013-04-08 14:00","","","","",11.9,10.3,9.1,7.9,6,4,1.4,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","61104",1,32.38082,-111.12716,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6543,75,272,365,0,3,"","","Certification not required",0,199.636558,89.221487,359,"2013-03-04 05:00",359,"2013-03-10 03:00",359,"2013-03-10 23:00",359,"2013-04-17 01:00","","","","",351,343,332,323,289,167,103,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","62101",1,32.38082,-111.12716,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6541,75,272,365,0,5,"","","Certification not required",0,75.09922,18.76552,113,"2013-06-29 13:00",113,"2013-06-29 14:00",112,"2013-06-29 15:00",112,"2013-06-30 14:00","","","","",106,105,102,98,89,79,48,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","62201",1,32.38082,-111.12716,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6541,75,272,365,0,5,"","","Certification not required",0,32.645926,21.822182,98,"2013-01-26 07:00",98,"2013-01-26 08:00",98,"2013-01-27 07:00",98,"2013-02-12 03:00","","","","",91,85,77,67,46,27,9,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","88501",3,32.38082,-111.12716,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6142,70,259,365,0,404,"","","Certification not required",0,5.287366,4.998189,94,"2013-04-09 08:00",91,"2013-04-09 06:00",82,"2013-04-09 05:00",80,"2013-01-01 03:00","","","","",19,16,11,10,7,5,0,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1034","88501",3,32.38082,-111.12716,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,"","","Certification not required",0,5.241699,2.840699,25.3,"2013-04-09 00:00",24.6,"2013-01-01 00:00",17.7,"2013-05-03 00:00",13.6,"2013-03-24 00:00","","","","",17.7,12.8,8.9,8.1,6.5,4.8,2.6,"COACHLINE","9597 N. COACHLINE BLVD","Arizona","Pima","Marana","Tucson, AZ","2013-11-18" +"04","019","1113","81102",1,32.251843,-110.965293,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6295,72,260,365,24,257,"","","Certification not required",19,30.551867,29.325878,995,"2013-04-09 06:00",945,"2013-04-09 07:00",635,"2013-04-09 05:00",558,"2013-04-08 15:00","","","","",100,75,60,48,36,26,13,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","81102",1,32.251843,-110.965293,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6295,72,260,365,24,257,"","","Certification not required",19,30.551867,29.325878,995,"2013-04-09 06:00",945,"2013-04-09 07:00",635,"2013-04-09 05:00",558,"2013-04-08 15:00","","","","",100,75,60,48,36,26,13,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","81102",1,32.251843,-110.965293,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6271,72,260,365,0,257,"","","Certification not required",19,29.950566,21.626519,558,"2013-04-08 15:00",473,"2013-04-08 14:00",346,"2013-06-29 19:00",304,"2013-05-02 23:00","","","","",95,74,59,48,36,26,13,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","81102",1,32.251843,-110.965293,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",260,71,260,365,0,0,1,1,"Certification not required",0,30.153846,16.99578,187,"2013-04-09 00:00",149,"2013-04-08 00:00",130,"2013-05-03 00:00",88,"2013-05-02 00:00","","","","",130,70,45,40,34,28,17,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","81102",1,32.251843,-110.965293,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",260,71,260,365,0,0,1,1,"Certification not required",0,30.153846,16.99578,187,"2013-04-09 00:00",149,"2013-04-08 00:00",130,"2013-05-03 00:00",88,"2013-05-02 00:00","","","","",130,70,45,40,34,28,17,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","81102",1,32.251843,-110.965293,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",259,71,260,365,0,0,0,0,"Certification not required",0,29.548263,13.937589,149,"2013-04-08 00:00",130,"2013-05-03 00:00",88,"2013-05-02 00:00",71,"2013-05-04 00:00","","","","",88,63,44,40,34,28,17,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","88501",3,32.251843,-110.965293,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5928,68,245,365,0,624,"","","Certification not required",0,9.90469,8.24831,249,"2013-01-01 00:00",178,"2013-04-09 07:00",172,"2013-04-09 06:00",102,"2013-01-01 01:00","","","","",32,27,22,18,13,9,2,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","1113","88501",3,32.251843,-110.965293,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",245,67,245,365,0,0,"","","Certification not required",0,9.824082,5.32516,33.6,"2013-04-09 00:00",31.3,"2013-01-01 00:00",31,"2013-05-03 00:00",25.1,"2013-07-01 00:00","","","","",31,25,19,15.5,12.8,9.1,3.7,"GERONIMO","2498 N. GERONIMO","Arizona","Pima","Tucson","Tucson, AZ","2013-11-18" +"04","019","9000","85101",1,32.248712,-111.218494,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,16.793543,9.621941,52.8018,"2013-05-04 00:00",45.3374,"2013-05-31 00:00",36.844,"2013-01-10 00:00",30.5215,"2013-05-16 00:00","","","","",52.8018,52.8018,36.844,28.8088,19.1238,14.4531,7.1525,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","86502",1,32.248712,-111.218494,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,10.959184,7.538676,39,"2013-05-04 00:00",32,"2013-05-31 00:00",29,"2013-01-10 00:00",22,"2013-05-16 00:00","","","","",39,39,29,21,13,9,4,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88103",1,32.248712,-111.218494,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000102,0.000368,0.002,"2013-01-22 00:00",0.001,"2013-01-25 00:00",0.001,"2013-02-03 00:00",0.001,"2013-03-14 00:00","","","","",0.002,0.002,0.001,0,0,0,0,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88104",1,32.248712,-111.218494,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.217457,0.148889,0.7909,"2013-05-04 00:00",0.5676,"2013-05-31 00:00",0.4708,"2013-01-10 00:00",0.4446,"2013-05-16 00:00","","","","",0.7909,0.7909,0.4708,0.4178,0.2618,0.1952,0.0542,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88109",1,32.248712,-111.218494,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.002249,0.001059,0.0047,"2013-03-20 00:00",0.0046,"2013-05-19 00:00",0.0041,"2013-05-22 00:00",0.0039,"2013-05-01 00:00","","","","",0.0047,0.0047,0.0041,0.0038,0.0028,0.0022,0.0008,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88111",1,32.248712,-111.218494,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.13058,0.087883,0.5142,"2013-05-04 00:00",0.3063,"2013-05-31 00:00",0.2765,"2013-05-01 00:00",0.2375,"2013-03-23 00:00","","","","",0.5142,0.5142,0.2765,0.21,0.1706,0.119,0.0327,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88112",1,32.248712,-111.218494,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,4.1e-05,0.0002,0.001,"2013-03-23 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88114",1,32.248712,-111.218494,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.002004,0.002035,0.0108,"2013-01-01 00:00",0.0071,"2013-02-03 00:00",0.0067,"2013-01-22 00:00",0.0049,"2013-01-19 00:00","","","","",0.0108,0.0108,0.0067,0.0049,0.002,0.0014,0.0006,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88115",1,32.248712,-111.218494,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",2,0.041041,0.085968,0.4944,"2013-05-31 00:00",0.2125,"2013-04-16 00:00",0.2034,"2013-05-25 00:00",0.1796,"2013-04-25 00:00","","","","",0.4944,0.4944,0.2034,0.1481,0.0321,0.0039,0.0006,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88126",1,32.248712,-111.218494,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.123049,0.075432,0.4027,"2013-05-04 00:00",0.3109,"2013-05-31 00:00",0.2372,"2013-05-01 00:00",0.2321,"2013-03-23 00:00","","","","",0.4027,0.4027,0.2372,0.2301,0.1485,0.1106,0.0396,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88128",1,32.248712,-111.218494,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.001449,0.001191,0.005,"2013-02-03 00:00",0.004,"2013-01-01 00:00",0.004,"2013-01-31 00:00",0.004,"2013-03-23 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88132",1,32.248712,-111.218494,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.003286,0.0023,0.01,"2013-05-04 00:00",0.01,"2013-05-31 00:00",0.008,"2013-05-16 00:00",0.007,"2013-01-10 00:00","","","","",0.01,0.01,0.008,0.007,0.004,0.003,0.001,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88136",1,32.248712,-111.218494,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000102,0.000306,0.001,"2013-03-08 00:00",0.001,"2013-04-16 00:00",0.001,"2013-05-01 00:00",0.001,"2013-05-25 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88140",1,32.248712,-111.218494,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",5,0.04812,0.043553,0.2137,"2013-05-31 00:00",0.1363,"2013-03-23 00:00",0.1338,"2013-05-04 00:00",0.1257,"2013-05-01 00:00","","","","",0.2137,0.2137,0.1338,0.0964,0.0675,0.0413,0.00195,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88152",1,32.248712,-111.218494,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",37,0.000403,0.000772,0.0044,"2013-05-31 00:00",0.0034,"2013-05-04 00:00",0.0011,"2013-05-25 00:00",0.0009,"2013-02-12 00:00","","","","",0.0044,0.0044,0.0011,0.0008,0.00015,0.00015,0.00015,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88154",1,32.248712,-111.218494,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",33,0.000176,0.00016,0.001,"2013-02-03 00:00",0.0006,"2013-03-08 00:00",0.0004,"2013-01-01 00:00",0.0004,"2013-01-31 00:00","","","","",0.001,0.001,0.0004,0.0003,0.0002,0.0001,0.0001,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88161",1,32.248712,-111.218494,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.010314,0.006831,0.037,"2013-05-04 00:00",0.0263,"2013-05-31 00:00",0.0203,"2013-03-23 00:00",0.0199,"2013-05-01 00:00","","","","",0.037,0.037,0.0203,0.0196,0.0125,0.0094,0.0027,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88164",1,32.248712,-111.218494,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",10,0.000959,0.001075,0.0045,"2013-05-31 00:00",0.0035,"2013-05-28 00:00",0.0034,"2013-05-25 00:00",0.0031,"2013-04-07 00:00","","","","",0.0045,0.0045,0.0034,0.0024,0.0015,0.0006,5e-05,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88165",1,32.248712,-111.218494,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.492924,0.325637,1.7474,"2013-05-04 00:00",1.2631,"2013-05-31 00:00",1.0131,"2013-01-10 00:00",0.9883,"2013-05-16 00:00","","","","",1.7474,1.7474,1.0131,0.9112,0.6169,0.4459,0.134,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88167",1,32.248712,-111.218494,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.003361,0.001906,0.0085,"2013-02-03 00:00",0.0084,"2013-01-01 00:00",0.0077,"2013-01-31 00:00",0.0066,"2013-03-23 00:00","","","","",0.0085,0.0085,0.0077,0.0065,0.0038,0.0028,0.0015,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88168",1,32.248712,-111.218494,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.001423,0.001367,0.0076,"2013-05-04 00:00",0.006,"2013-01-01 00:00",0.0037,"2013-03-23 00:00",0.0034,"2013-05-31 00:00","","","","",0.0076,0.0076,0.0037,0.0025,0.0016,0.0012,0.0002,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88169",1,32.248712,-111.218494,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.255488,0.138395,0.6671,"2013-03-23 00:00",0.5597,"2013-05-31 00:00",0.5072,"2013-05-25 00:00",0.4977,"2013-05-19 00:00","","","","",0.6671,0.6671,0.5072,0.4915,0.3207,0.2281,0.1023,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88176",1,32.248712,-111.218494,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",23,0.000336,0.000241,0.0011,"2013-05-31 00:00",0.001,"2013-03-23 00:00",0.0009,"2013-05-04 00:00",0.0008,"2013-05-16 00:00","","","","",0.0011,0.0011,0.0009,0.0007,0.0004,0.0003,0.00015,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88180",1,32.248712,-111.218494,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.095531,0.070561,0.4121,"2013-01-01 00:00",0.2347,"2013-05-04 00:00",0.2332,"2013-01-10 00:00",0.2258,"2013-05-31 00:00","","","","",0.4121,0.4121,0.2332,0.203,0.1097,0.0822,0.0302,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88184",1,32.248712,-111.218494,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.098539,0.125611,0.6873,"2013-05-31 00:00",0.3167,"2013-05-25 00:00",0.303,"2013-05-19 00:00",0.2872,"2013-05-22 00:00","","","","",0.6873,0.6873,0.303,0.286,0.1442,0.0418,0.007,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88185",1,32.248712,-111.218494,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",40,0.000839,0.000585,0.0033,"2013-04-10 00:00",0.0024,"2013-03-17 00:00",0.0021,"2013-01-19 00:00",0.002,"2013-05-31 00:00","","","","",0.0033,0.0033,0.0021,0.0016,0.0007,0.00065,0.0004,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88203",1,32.248712,-111.218494,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.103619,0.1257,0.6834,"2013-05-31 00:00",0.3535,"2013-05-25 00:00",0.3031,"2013-05-19 00:00",0.2922,"2013-04-16 00:00","","","","",0.6834,0.6834,0.3031,0.2817,0.1349,0.0444,0.0192,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88306",1,32.248712,-111.218494,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.428284,0.369022,1.8789,"2013-02-12 00:00",1.8428,"2013-02-03 00:00",1.0651,"2013-01-01 00:00",0.8737,"2013-01-13 00:00","","","","",1.8789,1.8789,1.0651,0.8487,0.457,0.3257,0.1561,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88320",1,32.248712,-111.218494,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.580204,0.301112,1.54,"2013-01-01 00:00",1.46,"2013-05-16 00:00",1.21,"2013-05-19 00:00",1.06,"2013-02-03 00:00","","","","",1.54,1.54,1.21,1.02,0.69,0.48,0.26,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88320",2,32.248712,-111.218494,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.489556,0.259422,1.4,"2013-01-01 00:00",0.99,"2013-01-25 00:00",0.95,"2013-02-03 00:00",0.9,"2013-05-04 00:00","","","","",1.4,1.4,0.95,0.87,0.56,0.42,0.24,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88321",1,32.248712,-111.218494,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.141429,0.099875,0.51,"2013-01-25 00:00",0.37,"2013-01-22 00:00",0.37,"2013-02-03 00:00",0.34,"2013-01-01 00:00","","","","",0.51,0.51,0.37,0.29,0.18,0.11,0.05,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88321",2,32.248712,-111.218494,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.136889,0.093707,0.47,"2013-01-25 00:00",0.36,"2013-01-01 00:00",0.32,"2013-02-03 00:00",0.3,"2013-01-19 00:00","","","","",0.47,0.47,0.32,0.28,0.17,0.1,0.05,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88324",1,32.248712,-111.218494,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",46,0.02086,0.008406,0.052,"2013-05-07 00:00",0.0329,"2013-01-19 00:00",0.0329,"2013-01-22 00:00",0.03275,"2013-01-16 00:00","","","","",0.052,0.052,0.0329,0.03235,0.0241,0.01705,0.0105,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88324",2,32.248712,-111.218494,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",40,0.0217,0.009156,0.0563,"2013-05-10 00:00",0.0353,"2013-05-01 00:00",0.0339,"2013-05-16 00:00",0.0316,"2013-01-22 00:00","","","","",0.0563,0.0563,0.0339,0.03105,0.0302,0.022,0.01045,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88325",1,32.248712,-111.218494,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.138669,0.126124,0.691,"2013-05-16 00:00",0.6622,"2013-05-19 00:00",0.3503,"2013-05-22 00:00",0.246,"2013-02-03 00:00","","","","",0.691,0.691,0.3503,0.239,0.1395,0.1119,0.049,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88325",2,32.248712,-111.218494,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",9,0.08254,0.044042,0.206,"2013-01-25 00:00",0.1991,"2013-01-01 00:00",0.1855,"2013-02-03 00:00",0.1453,"2013-01-13 00:00","","","","",0.206,0.206,0.1855,0.137,0.1021,0.0802,0.03335,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88326",1,32.248712,-111.218494,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",4,0.166786,0.108493,0.6872,"2013-01-01 00:00",0.3671,"2013-01-25 00:00",0.3124,"2013-01-19 00:00",0.3021,"2013-02-03 00:00","","","","",0.6872,0.6872,0.3124,0.296,0.1998,0.1331,0.0669,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88326",2,32.248712,-111.218494,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",9,0.145404,0.111695,0.5948,"2013-01-01 00:00",0.364,"2013-01-25 00:00",0.3301,"2013-01-13 00:00",0.3216,"2013-01-19 00:00","","","","",0.5948,0.5948,0.3301,0.3147,0.1803,0.1182,0.03735,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88327",1,32.248712,-111.218494,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.130437,0.070546,0.4652,"2013-01-01 00:00",0.2423,"2013-02-03 00:00",0.2237,"2013-01-22 00:00",0.2196,"2013-05-19 00:00","","","","",0.4652,0.4652,0.2237,0.2127,0.1617,0.111,0.0674,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88327",2,32.248712,-111.218494,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.122362,0.077895,0.4725,"2013-01-01 00:00",0.2569,"2013-01-13 00:00",0.2557,"2013-05-04 00:00",0.2397,"2013-02-03 00:00","","","","",0.4725,0.4725,0.2557,0.2261,0.1429,0.1005,0.0596,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88328",1,32.248712,-111.218494,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.132873,0.060728,0.319,"2013-05-04 00:00",0.3018,"2013-05-16 00:00",0.248,"2013-02-03 00:00",0.2321,"2013-01-22 00:00","","","","",0.319,0.319,0.248,0.2262,0.1553,0.124,0.065,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88328",2,32.248712,-111.218494,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.12654,0.059018,0.3098,"2013-05-04 00:00",0.2364,"2013-01-22 00:00",0.236,"2013-01-10 00:00",0.2197,"2013-02-03 00:00","","","","",0.3098,0.3098,0.236,0.2187,0.1514,0.1242,0.0637,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88329",1,32.248712,-111.218494,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.218565,0.126669,0.6089,"2013-01-25 00:00",0.5645,"2013-02-03 00:00",0.498,"2013-01-01 00:00",0.4696,"2013-01-22 00:00","","","","",0.6089,0.6089,0.498,0.4048,0.2671,0.1785,0.0889,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88329",2,32.248712,-111.218494,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.209447,0.12267,0.5891,"2013-01-25 00:00",0.4959,"2013-02-03 00:00",0.4769,"2013-01-01 00:00",0.4565,"2013-01-22 00:00","","","","",0.5891,0.5891,0.4769,0.395,0.2742,0.1817,0.0914,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88330",1,32.248712,-111.218494,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.055557,0.027201,0.128,"2013-01-22 00:00",0.1181,"2013-05-04 00:00",0.1117,"2013-02-15 00:00",0.0991,"2013-04-04 00:00","","","","",0.128,0.128,0.1117,0.0957,0.07,0.053,0.0269,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88330",2,32.248712,-111.218494,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.0544,0.027916,0.1231,"2013-04-04 00:00",0.1197,"2013-01-19 00:00",0.1116,"2013-02-15 00:00",0.0971,"2013-03-02 00:00","","","","",0.1231,0.1231,0.1116,0.0839,0.0719,0.0524,0.0173,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88331",1,32.248712,-111.218494,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",18,0.000131,0.000458,0.0031,"2013-01-22 00:00",0.001,"2013-04-28 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.0031,0.0031,0.00015,0.00015,0.0001,0,0,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88331",2,32.248712,-111.218494,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",19,8.9e-05,0.000207,0.001,"2013-04-16 00:00",0.001,"2013-05-01 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88338",1,32.248712,-111.218494,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",42,0.019248,0.010575,0.0667,"2013-04-01 00:00",0.0419,"2013-04-10 00:00",0.0369,"2013-03-26 00:00",0.0369,"2013-03-29 00:00","","","","",0.0667,0.0667,0.0369,0.0361,0.0237,0.01545,0.01055,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88339",1,32.248712,-111.218494,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,1.053868,0.570866,2.75187,"2013-03-23 00:00",2.30889,"2013-05-31 00:00",2.09204,"2013-05-25 00:00",2.05301,"2013-05-19 00:00","","","","",2.75187,2.75187,2.09204,2.02723,1.32276,0.941,0.42207,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88344",1,32.248712,-111.218494,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.552465,0.47605,2.4238,"2013-02-12 00:00",2.3772,"2013-02-03 00:00",1.374,"2013-01-01 00:00",1.1271,"2013-01-13 00:00","","","","",2.4238,2.4238,1.374,1.0948,0.5893,0.4202,0.2014,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88348",1,32.248712,-111.218494,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,2.236347,1.472233,7.9755,"2013-05-04 00:00",5.6966,"2013-05-31 00:00",4.4525,"2013-01-10 00:00",4.376,"2013-05-16 00:00","","","","",7.9755,7.9755,4.4525,4.2512,2.7244,2.0243,0.5926,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88350",1,32.248712,-111.218494,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,1.044063,0.542306,2.7722,"2013-01-01 00:00",2.6303,"2013-05-16 00:00",2.1697,"2013-05-19 00:00",1.91,"2013-02-03 00:00","","","","",2.7722,2.7722,2.1697,1.8346,1.2418,0.8609,0.4763,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88350",2,32.248712,-111.218494,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,2,"","","Certification not required",0,0.880727,0.467155,2.5227,"2013-01-01 00:00",1.7784,"2013-01-25 00:00",1.7039,"2013-02-03 00:00",1.613,"2013-05-04 00:00","","","","",2.5227,2.5227,1.7039,1.5647,1.0053,0.7592,0.4385,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88403",1,32.248712,-111.218494,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.77958,0.446786,2.2085,"2013-03-23 00:00",1.7752,"2013-05-31 00:00",1.6062,"2013-05-25 00:00",1.5403,"2013-05-28 00:00","","","","",2.2085,2.2085,1.6062,1.4964,1.0156,0.7041,0.2989,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","019","9000","88502",1,32.248712,-111.218494,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,5.173469,2.531121,13,"2013-05-31 00:00",12.9,"2013-05-04 00:00",9.5,"2013-03-23 00:00",9.1,"2013-05-22 00:00","","","","",13,13,9.5,8.5,6.2,5,2.2,"","Saguaro West","Arizona","Pima","","Tucson, AZ","2014-01-28" +"04","021","0001","68105",1,32.877583,-111.752222,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,22.978689,9.039231,35.8,"2013-07-03 00:00",35.5,"2013-07-15 00:00",35.2,"2013-08-20 00:00",35,"2013-07-09 00:00","","","","",35.8,35.5,35,34.1,31.1,23.1,11.3,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","68105",2,32.877583,-111.752222,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,1,"","","Certification not required",0,22.761667,9.166392,36,"2013-07-03 00:00",35.6,"2013-07-15 00:00",35.3,"2013-08-20 00:00",35,"2013-07-09 00:00","","","","",36,35.6,35.3,34.5,31.3,23,11,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","68108",1,32.877583,-111.752222,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,721.393443,4.0877,731,"2013-01-16 00:00",729,"2013-01-04 00:00",729,"2013-12-30 00:00",728,"2013-11-06 00:00","","","","",731,729,728,727,724,721,716,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","68108",2,32.877583,-111.752222,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,1,"","","Certification not required",0,720.9,3.829856,730,"2013-01-16 00:00",728,"2013-01-04 00:00",727,"2013-02-15 00:00",727,"2013-11-06 00:00","","","","",730,728,727,727,724,721,716,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","81102",3,32.877583,-111.752222,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8716,99,365,365,38,44,"","","Certification not required",0,37.164984,60.969521,2875,"2013-06-30 22:00",1651,"2013-07-02 22:00",1522,"2013-08-17 20:00",1473,"2013-07-10 02:00","","","","",177,118,84,65,43,28,11,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","0001","81102",3,32.877583,-111.752222,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8716,99,365,365,38,44,"","","Certification not required",0,37.164984,60.969521,2875,"2013-06-30 22:00",1651,"2013-07-02 22:00",1522,"2013-08-17 20:00",1473,"2013-07-10 02:00","","","","",177,118,84,65,43,28,11,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","0001","81102",3,32.877583,-111.752222,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8678,99,365,365,0,44,"","","Certification not required",0,35.429246,46.105148,1651,"2013-07-02 22:00",1522,"2013-08-17 20:00",1473,"2013-07-10 02:00",1127,"2013-08-26 17:00","","","","",149,109,81,63,43,28,10,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","0001","81102",3,32.877583,-111.752222,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",365,100,365,365,0,0,4,4,"Certification not required",0,36.690411,25.464154,301,"2013-04-08 00:00",191,"2013-05-03 00:00",174,"2013-10-09 00:00",171,"2013-06-30 00:00","","","","",171,105,66,54,43,33,17,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","0001","81102",3,32.877583,-111.752222,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",365,100,365,365,0,0,0,0,"Certification not required",0,35.156164,17.810364,139,"2013-05-03 00:00",122,"2013-07-02 00:00",114,"2013-08-17 00:00",108,"2013-07-10 00:00","","","","",108,93,65,53,43,33,17,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","0001","81102",3,32.877583,-111.752222,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",365,100,365,365,0,0,4,4,"Certification not required",0,36.690411,25.464154,301,"2013-04-08 00:00",191,"2013-05-03 00:00",174,"2013-10-09 00:00",171,"2013-06-30 00:00","","","","",171,105,66,54,43,33,17,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","0001","88101",1,32.877583,-111.752222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,8.278689,3.177898,17.6,"2013-05-04 00:00",17.3,"2013-11-12 00:00",16.6,"2013-11-30 00:00",12,"2013-08-20 00:00","","","","",17.6,17.3,12,11.8,9.9,8.5,5,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","88101",1,32.877583,-111.752222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,8.278689,3.177898,17.6,"2013-05-04 00:00",17.3,"2013-11-12 00:00",16.6,"2013-11-30 00:00",12,"2013-08-20 00:00","","","","",17.6,17.3,12,11.8,9.9,8.5,5,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","88101",2,32.877583,-111.752222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,8.16,3.138347,18,"2013-05-04 00:00",16.3,"2013-11-30 00:00",14.8,"2013-11-18 00:00",12.5,"2013-12-18 00:00","","","","",18,16.3,14.8,12.3,10,8,5,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","0001","88101",2,32.877583,-111.752222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,8.16,3.138347,18,"2013-05-04 00:00",16.3,"2013-11-30 00:00",14.8,"2013-11-18 00:00",12.5,"2013-12-18 00:00","","","","",18,16.3,14.8,12.3,10,8,5,"CASA GRANDE DOWNTOWN","401 N MARSHALL ST, CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3001","44201",1,33.4214,-111.5436,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8701,100,365,365,0,59,0,0,"Certification not required",20,0.049337,0.013015,0.091,"2013-05-31 18:00",0.087,"2013-06-06 15:00",0.087,"2013-06-14 17:00",0.087,"2013-07-02 15:00","","","","",0.087,0.081,0.072,0.068,0.058,0.048,0.035,"A J MAINTENANCE YARD","305 E. SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3001","44201",1,33.4214,-111.5436,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8722,100,365,365,0,0,0,0,"Certification not required",0,0.04366,0.011055,0.074,"2013-05-31 13:00",0.073,"2013-06-01 12:00",0.069,"2013-06-06 11:00",0.069,"2013-06-12 11:00","","","","",0.069,0.066,0.062,0.059,0.051,0.043,0.031,"A J MAINTENANCE YARD","305 E. SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3001","44201",1,33.4214,-111.5436,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8722,100,365,365,0,0,0,0,"Certification not required",0,0.04366,0.011055,0.074,"2013-05-31 13:00",0.073,"2013-06-01 12:00",0.069,"2013-06-06 11:00",0.069,"2013-06-12 11:00","","","","",0.069,0.066,0.062,0.059,0.051,0.043,0.031,"A J MAINTENANCE YARD","305 E. SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3002","68105",1,33.421194,-111.503222,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,60,61,0,9,"","","Certification not required",0,22.527434,8.524296,36.2,"2013-06-12 00:00",35.4,"2013-06-27 00:00",35.2,"2013-08-17 00:00",34.6,"2013-07-31 00:00","","","","",35.4,35.2,34.2,33.6,29.8,23.5,10,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3002","68108",1,33.421194,-111.503222,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,60,61,0,9,"","","Certification not required",0,713.628319,3.199315,722,"2013-01-16 00:00",721,"2013-01-04 00:00",720,"2013-01-01 00:00",720,"2013-02-12 00:00","","","","",721,720,720,718,716,713,710,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3002","81102",1,33.421194,-111.503222,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",1,20.169492,15.78427,104,"2013-07-09 00:00",63,"2013-08-20 00:00",55,"2013-05-04 00:00",46,"2013-08-26 00:00","","","","",104,63,55,29,23,19,6,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3002","81102",3,33.421194,-111.503222,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",4304,49,179,365,0,40,"","","Certification not required",0,25.499535,29.328966,865,"2013-06-30 23:00",570,"2013-04-08 16:00",491,"2013-04-08 17:00",408,"2013-04-08 18:00","","","","",127,94,65,49,31,20,6,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2013-08-30" +"04","021","3002","81102",3,33.421194,-111.503222,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",179,49,179,365,0,0,0,0,"Certification not required",0,25.145251,17.377213,151,"2013-04-08 00:00",113,"2013-05-03 00:00",87,"2013-06-30 00:00",73,"2013-05-04 00:00","","","","",113,73,46,38,31,25,7,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2013-08-30" +"04","021","3002","88101",1,33.421194,-111.503222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,113,122,0,9,0,0,"Certification not required",0,5.592105,2.508398,14.3,"2013-05-25 00:00",14.2,"2013-05-04 00:00",12.6,"2013-03-23 00:00",11.5,"2013-04-25 00:00","","","","",14.2,12.6,9.6,8.5,7,5.3,2.7,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3002","88101",1,33.421194,-111.503222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,113,122,0,9,"","","Certification not required",0,5.592105,2.508398,14.3,"2013-05-25 00:00",14.2,"2013-05-04 00:00",12.6,"2013-03-23 00:00",11.5,"2013-04-25 00:00","","","","",14.2,12.6,9.6,8.5,7,5.3,2.7,"APACHE JUNCTION FIRE STATION","3955 E SUPERSTITION BLVD, APACHE JUNCTION","Arizona","Pinal","Apache Junction","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3003","44201",1,32.954361,-111.76225,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8496,97,355,365,0,264,0,0,"Certification not required",569,0.049862,0.009096,0.082,"2013-07-17 15:00",0.071,"2013-08-14 16:00",0.07,"2013-05-02 16:00",0.07,"2013-05-04 22:00","","","","",0.07,0.068,0.065,0.062,0.056,0.049,0.039,"CASA GRANDE AIRPORT","660 W. AERO DR. CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3003","44201",1,32.954361,-111.76225,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8516,97,354,365,0,0,0,0,"Certification not required",0,0.045579,0.009182,0.077,"2013-07-17 11:00",0.067,"2013-05-02 11:00",0.065,"2013-05-13 11:00",0.064,"2013-05-12 11:00","","","","",0.064,0.063,0.06,0.057,0.052,0.046,0.034,"CASA GRANDE AIRPORT","660 W. AERO DR. CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3003","44201",1,32.954361,-111.76225,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8516,97,354,365,0,0,1,1,"Certification not required",0,0.045579,0.009182,0.077,"2013-07-17 11:00",0.067,"2013-05-02 11:00",0.065,"2013-05-13 11:00",0.064,"2013-05-12 11:00","","","","",0.064,0.063,0.06,0.057,0.052,0.046,0.034,"CASA GRANDE AIRPORT","660 W. AERO DR. CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3004","81102",1,32.978556,-111.514833,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",1,35.779661,22.983553,138,"2013-08-20 00:00",95,"2013-08-26 00:00",66,"2013-08-14 00:00",66,"2013-12-18 00:00","","","","",138,95,66,59,49,34,9,"COOLIDGE","212 E BROADWAY COOLIDGE","Arizona","Pinal","Coolidge","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3004","81102",2,32.978556,-111.514833,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",26,43,26,61,0,5,0,0,"Certification not required",2,41.884615,28.828218,137,"2013-08-20 00:00",97,"2013-08-26 00:00",67,"2013-11-12 00:00",63,"2013-08-14 00:00","","","","",137,137,97,67,53,37,9,"COOLIDGE","212 E BROADWAY COOLIDGE","Arizona","Pinal","Coolidge","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3007","44201",1,32.508306,-111.308056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4784,90,192,214,0,528,0,0,"Certification not required",374,0.053589,0.008592,0.085,"2013-07-17 16:00",0.074,"2013-07-07 13:00",0.072,"2013-05-21 13:00",0.072,"2013-07-08 12:00","","","","",0.074,0.072,0.068,0.064,0.06,0.053,0.044,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3007","44201",1,32.508306,-111.308056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4795,90,192,214,0,0,0,0,"Certification not required",0,0.04963,0.00852,0.081,"2013-07-17 11:00",0.067,"2013-05-21 10:00",0.065,"2013-05-02 09:00",0.065,"2013-05-13 10:00","","","","",0.067,0.065,0.063,0.061,0.056,0.049,0.04,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3007","44201",1,32.508306,-111.308056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4795,90,192,214,0,0,1,1,"Certification not required",0,0.04963,0.00852,0.081,"2013-07-17 11:00",0.067,"2013-05-21 10:00",0.065,"2013-05-02 09:00",0.065,"2013-05-13 10:00","","","","",0.067,0.065,0.063,0.061,0.056,0.049,0.04,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3007","81102",1,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,25.180328,12.720729,61,"2013-05-04 00:00",60,"2013-06-27 00:00",48,"2013-10-31 00:00",47,"2013-11-12 00:00","","","","",61,60,47,42,31,24,9,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3007","81102",3,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8575,98,358,365,20,185,"","","Certification not required",0,32.628805,42.837545,1283,"2013-04-08 15:00",1246,"2013-06-30 21:00",953,"2013-04-08 14:00",757,"2013-10-09 10:00","","","","",175,128,85,61,38,23,8,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3007","81102",3,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8555,98,358,365,0,185,"","","Certification not required",0,31.755348,36.162476,1246,"2013-06-30 21:00",750,"2013-07-02 04:00",670,"2013-07-02 03:00",519,"2013-04-09 06:00","","","","",158,124,83,61,38,23,8,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3007","81102",3,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8575,98,358,365,20,185,"","","Certification not required",0,32.628805,42.837545,1283,"2013-04-08 15:00",1246,"2013-06-30 21:00",953,"2013-04-08 14:00",757,"2013-10-09 10:00","","","","",175,128,85,61,38,23,8,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3007","81102",3,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",358,98,358,365,0,0,2,2,"Certification not required",0,32.265363,22.783956,260,"2013-04-08 00:00",155,"2013-10-09 00:00",146,"2013-05-03 00:00",126,"2013-04-09 00:00","","","","",126,90,62,52,41,29,12,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3007","81102",3,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",358,98,358,365,0,0,2,2,"Certification not required",0,32.265363,22.783956,260,"2013-04-08 00:00",155,"2013-10-09 00:00",146,"2013-05-03 00:00",126,"2013-04-09 00:00","","","","",126,90,62,52,41,29,12,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3007","81102",3,32.508306,-111.308056,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",358,98,358,365,0,0,0,0,"Certification not required",0,31.391061,18.244008,146,"2013-05-03 00:00",126,"2013-04-09 00:00",118,"2013-06-30 00:00",100,"2013-10-29 00:00","","","","",100,73,60,52,41,29,12,"PINAL AIR PARK","WATER WELL #2 PINAL AIR PARK RD MARANA","Arizona","Pinal","Red Rock","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3008","81102",3,32.881194,-111.962,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8606,98,365,365,49,154,"","","Certification not required",0,67.534627,211.655308,13304,"2013-06-30 22:00",5949,"2013-06-30 23:00",4381,"2013-01-10 22:00",3835,"2013-07-08 21:00","","","","",544,323,186,125,69,35,10,"STANFIELD","36697 W PAPAGO DR STANFIELD","Arizona","Pinal","Stanfield","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3008","81102",3,32.881194,-111.962,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8606,98,365,365,49,154,"","","Certification not required",0,67.534627,211.655308,13304,"2013-06-30 22:00",5949,"2013-06-30 23:00",4381,"2013-01-10 22:00",3835,"2013-07-08 21:00","","","","",544,323,186,125,69,35,10,"STANFIELD","36697 W PAPAGO DR STANFIELD","Arizona","Pinal","Stanfield","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3008","81102",3,32.881194,-111.962,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8557,98,365,365,0,154,"","","Certification not required",0,60.257801,168.509595,13304,"2013-06-30 22:00",1665,"2013-06-06 21:00",1642,"2013-06-27 21:00",1528,"2013-10-05 19:00","","","","",410,280,176,122,67,35,9,"STANFIELD","36697 W PAPAGO DR STANFIELD","Arizona","Pinal","Stanfield","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3008","81102",3,32.881194,-111.962,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",365,100,365,365,0,0,17,17,"Certification not required",0,67.238356,69.966795,912,"2013-06-30 00:00",445,"2013-04-08 00:00",388,"2013-10-09 00:00",362,"2013-11-15 00:00","","","","",362,236,147,116,81,54,18,"STANFIELD","36697 W PAPAGO DR STANFIELD","Arizona","Pinal","Stanfield","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3008","81102",3,32.881194,-111.962,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",365,100,365,365,0,0,5,5,"Certification not required",0,60.120548,47.547798,693,"2013-06-30 00:00",200,"2013-06-06 00:00",192,"2013-05-03 00:00",156,"2013-06-05 00:00","","","","",156,145,121,109,79,54,18,"STANFIELD","36697 W PAPAGO DR STANFIELD","Arizona","Pinal","Stanfield","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3008","81102",3,32.881194,-111.962,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",365,100,365,365,0,0,17,17,"Certification not required",0,67.238356,69.966795,912,"2013-06-30 00:00",445,"2013-04-08 00:00",388,"2013-10-09 00:00",362,"2013-11-15 00:00","","","","",362,236,147,116,81,54,18,"STANFIELD","36697 W PAPAGO DR STANFIELD","Arizona","Pinal","Stanfield","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3009","81102",3,33.219111,-111.561111,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8713,99,365,365,20,47,"","","Certification not required",0,43.071388,72.83839,4340,"2013-06-30 22:00",2034,"2013-04-08 10:00",1443,"2013-07-12 13:00",1184,"2013-06-30 23:00","","","","",209,164,116,83,50,30,10,"COMBS","301 E COMBS RD QUEEN CREEK","Arizona","Pinal","Queen Creek","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3009","81102",3,33.219111,-111.561111,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8713,99,365,365,20,47,"","","Certification not required",0,43.071388,72.83839,4340,"2013-06-30 22:00",2034,"2013-04-08 10:00",1443,"2013-07-12 13:00",1184,"2013-06-30 23:00","","","","",209,164,116,83,50,30,10,"COMBS","301 E COMBS RD QUEEN CREEK","Arizona","Pinal","Queen Creek","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3009","81102",3,33.219111,-111.561111,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8693,99,365,365,0,47,"","","Certification not required",0,41.428736,46.516975,1443,"2013-07-12 13:00",879,"2013-07-12 14:00",855,"2013-05-10 20:00",788,"2013-08-20 18:00","","","","",194,158,114,82,50,30,10,"COMBS","301 E COMBS RD QUEEN CREEK","Arizona","Pinal","Queen Creek","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3009","81102",3,33.219111,-111.561111,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",365,100,365,365,0,0,3,3,"Certification not required",0,42.564384,29.5958,299,"2013-04-08 00:00",282,"2013-06-30 00:00",179,"2013-10-09 00:00",147,"2013-07-12 00:00","","","","",147,97,83,69,55,39,14,"COMBS","301 E COMBS RD QUEEN CREEK","Arizona","Pinal","Queen Creek","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3009","81102",3,33.219111,-111.561111,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",365,100,365,365,0,0,0,0,"Certification not required",0,40.975342,22.060405,147,"2013-07-12 00:00",137,"2013-05-03 00:00",118,"2013-05-10 00:00",105,"2013-09-26 00:00","","","","",105,93,77,69,55,39,14,"COMBS","301 E COMBS RD QUEEN CREEK","Arizona","Pinal","Queen Creek","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3009","81102",3,33.219111,-111.561111,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",365,100,365,365,0,0,3,3,"Certification not required",0,42.564384,29.5958,299,"2013-04-08 00:00",282,"2013-06-30 00:00",179,"2013-10-09 00:00",147,"2013-07-12 00:00","","","","",147,97,83,69,55,39,14,"COMBS","301 E COMBS RD QUEEN CREEK","Arizona","Pinal","Queen Creek","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3010","81102",3,33.0585,-112.047219,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8586,98,358,365,34,174,"","","Certification not required",0,45.724435,71.988272,3198,"2013-01-11 01:00",2059,"2013-06-30 22:00",1583,"2013-04-08 20:00",1317,"2013-02-24 10:00","","","","",244,159,106,82,53,33,12,"MARICOPA","44625 W GARVEY RD MARICOPA","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3010","81102",3,33.0585,-112.047219,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8552,98,358,365,0,174,"","","Certification not required",0,43.625702,52.37675,2059,"2013-06-30 22:00",1028,"2013-01-10 22:00",893,"2013-07-15 19:00",892,"2013-07-06 23:00","","","","",200,144,102,81,52,33,12,"MARICOPA","44625 W GARVEY RD MARICOPA","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3010","81102",3,33.0585,-112.047219,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8586,98,358,365,34,174,"","","Certification not required",0,45.724435,71.988272,3198,"2013-01-11 01:00",2059,"2013-06-30 22:00",1583,"2013-04-08 20:00",1317,"2013-02-24 10:00","","","","",244,159,106,82,53,33,12,"MARICOPA","44625 W GARVEY RD MARICOPA","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3010","81102",3,33.0585,-112.047219,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",358,98,358,365,0,0,4,4,"Certification not required",0,45.307263,30.602548,333,"2013-04-08 00:00",262,"2013-01-11 00:00",199,"2013-05-03 00:00",168,"2013-02-24 00:00","","","","",168,123,90,68,55,41,19,"MARICOPA","44625 W GARVEY RD MARICOPA","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3010","81102",3,33.0585,-112.047219,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",358,98,358,365,0,0,4,4,"Certification not required",0,45.307263,30.602548,333,"2013-04-08 00:00",262,"2013-01-11 00:00",199,"2013-05-03 00:00",168,"2013-02-24 00:00","","","","",168,123,90,68,55,41,19,"MARICOPA","44625 W GARVEY RD MARICOPA","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3010","81102",3,33.0585,-112.047219,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",358,98,358,365,0,0,0,0,"Certification not required",0,43.304469,21.641063,148,"2013-06-30 00:00",144,"2013-07-02 00:00",124,"2013-11-13 00:00",123,"2013-01-10 00:00","","","","",123,107,80,66,55,41,19,"MARICOPA","44625 W GARVEY RD MARICOPA","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3011","81102",1,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",26,43,26,61,0,4,0,0,"Certification not required",0,33.769231,21.893027,97,"2013-06-21 00:00",69,"2013-06-27 00:00",64,"2013-05-04 00:00",54,"2013-06-15 00:00","","","","",97,97,69,64,43,36,9,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2013-07-22" +"04","021","3011","81102",2,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,0,0,"Certification not required",0,37.3,21.917006,104,"2013-06-21 00:00",71,"2013-06-27 00:00",63,"2013-05-04 00:00",61,"2013-01-10 00:00","","","","",104,104,71,63,48,40,12,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2013-07-22" +"04","021","3011","81102",3,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8484,97,355,365,0,252,"","","Certification not required",0,45.785243,70.264074,2579,"2013-08-26 17:00",1982,"2013-07-10 02:00",1724,"2013-09-01 05:00",1675,"2013-08-30 18:00","","","","",215,172,122,90,55,32,9,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3011","81102",3,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8508,97,355,365,24,252,"","","Certification not required",0,47.451928,81.507284,2579,"2013-08-26 17:00",2272,"2013-08-20 17:00",1982,"2013-07-10 02:00",1724,"2013-09-01 05:00","","","","",230,179,125,91,55,32,9,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3011","81102",3,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8508,97,355,365,24,252,"","","Certification not required",0,47.451928,81.507284,2579,"2013-08-26 17:00",2272,"2013-08-20 17:00",1982,"2013-07-10 02:00",1724,"2013-09-01 05:00","","","","",230,179,125,91,55,32,9,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3011","81102",3,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",355,97,355,365,0,0,0,0,"Certification not required",0,45.315493,24.517068,145,"2013-05-03 00:00",144,"2013-08-16 00:00",140,"2013-07-10 00:00",132,"2013-08-26 00:00","","","","",132,110,87,74,59,44,16,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3011","81102",3,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",355,97,355,365,0,0,5,5,"Certification not required",0,46.977465,30.186231,241,"2013-10-09 00:00",212,"2013-08-20 00:00",199,"2013-05-03 00:00",193,"2013-07-02 00:00","","","","",193,132,91,75,59,44,16,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3011","81102",3,32.891056,-111.5705,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",355,97,355,365,0,0,5,5,"Certification not required",0,46.977465,30.186231,241,"2013-10-09 00:00",212,"2013-08-20 00:00",199,"2013-05-03 00:00",193,"2013-07-02 00:00","","","","",193,132,91,75,59,44,16,"PINAL COUNTY HOUSING (aka ELEVEN MILE CORNER)","970 N ELEVEN MILE CORNER RD CASA GRANDE","Arizona","Pinal","Casa Grande","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","68105",1,33.01053,-111.97205,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,1,"","","Certification not required",0,21.495,8.693665,34.2,"2013-07-03 00:00",34.2,"2013-08-20 00:00",33.7,"2013-07-09 00:00",33.7,"2013-09-07 00:00","","","","",34.2,34.2,33.7,33.2,29.7,21.6,9.9,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3013","68105",2,33.01053,-111.97205,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,56,61,0,3,"","","Certification not required",0,20.925424,8.74502,34.8,"2013-08-17 00:00",33.7,"2013-07-06 00:00",33.7,"2013-07-18 00:00",33.3,"2013-07-24 00:00","","","","",34.8,33.7,33.7,33.2,29.2,20.9,8.8,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3013","68108",1,33.01053,-111.97205,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,1,"","","Certification not required",0,726.4,3.897848,736,"2013-01-16 00:00",734,"2013-01-04 00:00",733,"2013-11-06 00:00",733,"2013-12-24 00:00","","","","",736,734,733,732,729,726,722,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3013","68108",2,33.01053,-111.97205,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,56,61,0,3,"","","Certification not required",0,724.474576,5.673155,733,"2013-12-09 00:00",733,"2013-12-15 00:00",732,"2013-01-01 00:00",732,"2013-02-12 00:00","","","","",733,733,732,731,727,724,721,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-10" +"04","021","3013","81102",3,33.01053,-111.97205,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8569,98,362,365,56,191,"","","Certification not required",0,95.888202,255.062857,10156,"2013-06-30 22:00",8429,"2013-06-30 23:00",4263,"2013-04-19 20:00",3904,"2013-04-27 21:00","","","","",980,581,284,182,91,44,11,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","81102",3,33.01053,-111.97205,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8569,98,362,365,56,191,"","","Certification not required",0,95.888202,255.062857,10156,"2013-06-30 22:00",8429,"2013-06-30 23:00",4263,"2013-04-19 20:00",3904,"2013-04-27 21:00","","","","",980,581,284,182,91,44,11,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","81102",3,33.01053,-111.97205,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8513,98,362,365,0,191,"","","Certification not required",0,89.994714,202.776972,4263,"2013-04-19 20:00",3904,"2013-04-27 21:00",3698,"2013-10-19 18:00",3677,"2013-10-16 19:00","","","","",906,487,270,174,89,43,10,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","81102",3,33.01053,-111.97205,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",362,99,362,365,0,0,67,67,"Certification not required",0,95.980663,90.21404,1006,"2013-06-30 00:00",510,"2013-04-08 00:00",432,"2013-11-13 00:00",381,"2013-10-16 00:00","","","","",381,318,253,199,123,71,22,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","81102",3,33.01053,-111.97205,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",362,99,362,365,0,0,58,58,"Certification not required",0,89.928177,71.504802,432,"2013-11-13 00:00",381,"2013-10-16 00:00",369,"2013-04-19 00:00",330,"2013-10-19 00:00","","","","",330,286,238,183,119,70,22,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","81102",3,33.01053,-111.97205,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",362,99,362,365,0,0,67,67,"Certification not required",0,95.980663,90.21404,1006,"2013-06-30 00:00",510,"2013-04-08 00:00",432,"2013-11-13 00:00",381,"2013-10-16 00:00","","","","",381,318,253,199,123,71,22,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-02-21" +"04","021","3013","88101",1,33.01053,-111.97205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,2,2,"Certification not required",0,16.010169,9.51905,43.6,"2013-06-03 00:00",41.7,"2013-05-22 00:00",34.2,"2013-10-19 00:00",33,"2013-05-04 00:00","","","","",43.6,41.7,34.2,31.1,21,13.2,6.2,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3013","88101",1,33.01053,-111.97205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,16.010169,9.51905,43.6,"2013-06-03 00:00",41.7,"2013-05-22 00:00",34.2,"2013-10-19 00:00",33,"2013-05-04 00:00","","","","",43.6,41.7,34.2,31.1,21,13.2,6.2,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3013","88101",2,33.01053,-111.97205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,3,1,1,"Certification not required",0,14.230508,7.778424,41.8,"2013-04-19 00:00",32.6,"2013-10-22 00:00",30.3,"2013-10-16 00:00",29.6,"2013-05-25 00:00","","","","",41.8,32.6,30.3,25.6,17.6,12.5,6.7,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3013","88101",2,33.01053,-111.97205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,3,"","","Certification not required",0,14.230508,7.778424,41.8,"2013-04-19 00:00",32.6,"2013-10-22 00:00",30.3,"2013-10-16 00:00",29.6,"2013-05-25 00:00","","","","",41.8,32.6,30.3,25.6,17.6,12.5,6.7,"COWTOWN","37580 W. MARICOPA-CASA GRANDE HIGHWAY","Arizona","Pinal","Maricopa","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","3014","81102",1,32.757639,-111.554861,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",57,92,56,61,0,5,0,0,"Certification not required",0,36.350877,19.378275,107,"2013-07-27 00:00",84,"2013-08-20 00:00",76,"2013-11-12 00:00",70,"2013-05-04 00:00","","","","",107,84,76,60,48,31,13,"ELOY","801 N. MAIN ST","Arizona","Pinal","Eloy","Phoenix-Mesa-Scottsdale, AZ","2014-01-23" +"04","021","7001","44201",1,33.080087,-111.739999,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4329,85,182,214,0,63,0,0,"Certification not required",16,0.055203,0.008388,0.082,"2013-07-17 16:00",0.076,"2013-08-22 16:00",0.072,"2013-05-02 17:00",0.071,"2013-05-04 23:00","","","","",0.076,0.071,0.068,0.066,0.061,0.055,0.045,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7001","44201",1,33.080087,-111.739999,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4348,84,180,214,0,0,0,0,"Certification not required",0,0.050728,0.007934,0.076,"2013-07-17 11:00",0.067,"2013-05-02 11:00",0.066,"2013-05-13 11:00",0.065,"2013-05-12 11:00","","","","",0.067,0.065,0.063,0.06,0.057,0.051,0.041,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7001","44201",1,33.080087,-111.739999,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4348,84,180,214,0,0,1,1,"Certification not required",0,0.050728,0.007934,0.076,"2013-07-17 11:00",0.067,"2013-05-02 11:00",0.066,"2013-05-13 11:00",0.065,"2013-05-12 11:00","","","","",0.067,0.065,0.063,0.06,0.057,0.051,0.041,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7001","81102",1,33.080087,-111.739999,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6220,71,257,365,28,332,"","","Certification not required",0,37.877814,65.748258,2184,"2013-08-30 18:00",1527,"2013-07-02 21:00",1433,"2013-06-30 21:00",1292,"2013-05-03 06:00","","","","",211,127,85,66,44,27,9,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7001","81102",1,33.080087,-111.739999,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6192,71,257,365,0,332,"","","Certification not required",0,35.467539,49.343366,2184,"2013-08-30 18:00",1433,"2013-06-30 21:00",761,"2013-08-16 20:00",703,"2013-06-30 22:00","","","","",157,115,82,65,44,27,8,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7001","81102",1,33.080087,-111.739999,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6220,71,257,365,28,332,"","","Certification not required",0,37.877814,65.748258,2184,"2013-08-30 18:00",1527,"2013-07-02 21:00",1433,"2013-06-30 21:00",1292,"2013-05-03 06:00","","","","",211,127,85,66,44,27,9,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7001","81102",1,33.080087,-111.739999,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",257,70,257,365,0,0,0,0,"Certification not required",0,35.035019,18.576351,143,"2013-06-30 00:00",115,"2013-05-03 00:00",113,"2013-08-30 00:00",105,"2013-09-26 00:00","","","","",113,78,63,53,44,34,14,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7001","81102",1,33.080087,-111.739999,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",257,70,257,365,0,0,3,3,"Certification not required",0,37.225681,29.952235,315,"2013-05-03 00:00",251,"2013-04-08 00:00",190,"2013-07-02 00:00",143,"2013-06-30 00:00","","","","",190,105,64,54,45,34,14,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7001","81102",1,33.080087,-111.739999,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",257,70,257,365,0,0,3,3,"Certification not required",0,37.225681,29.952235,315,"2013-05-03 00:00",251,"2013-04-08 00:00",190,"2013-07-02 00:00",143,"2013-06-30 00:00","","","","",190,105,64,54,45,34,14,"Sacaton Air Monitoring Site","35 PIMA STREET, SACATON","Arizona","Pinal","Sacaton","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7004","81102",1,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",86,70,85,122,1,6,1,1,"Certification not required",0,44.895349,30.768597,253,"2013-06-30 00:00",120,"2013-08-26 00:00",107,"2013-05-04 00:00",105,"2013-07-15 00:00","","","","",253,120,77,73,53,38,20,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7004","81102",1,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",85,70,85,122,0,6,0,0,"Certification not required",0,42.447059,20.888882,120,"2013-08-26 00:00",107,"2013-05-04 00:00",105,"2013-07-15 00:00",77,"2013-01-10 00:00","","","","",120,107,76,70,53,38,18,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7004","81102",1,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",86,70,85,122,1,6,1,1,"Certification not required",0,44.895349,30.768597,253,"2013-06-30 00:00",120,"2013-08-26 00:00",107,"2013-05-04 00:00",105,"2013-07-15 00:00","","","","",253,120,77,73,53,38,20,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7004","81102",2,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,7,0,0,"Certification not required",0,43.2,23.565729,107,"2013-05-04 00:00",102,"2013-07-15 00:00",86,"2013-08-20 00:00",80,"2013-01-10 00:00","","","","",107,107,102,80,58,40,18,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2013-11-18" +"04","021","7004","81102",3,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6281,72,267,365,0,243,"","","Certification not required",0,42.708964,54.263441,1260,"2013-07-15 16:00",1245,"2013-08-20 19:00",1175,"2013-08-17 19:00",1044,"2013-08-30 17:00","","","","",191,148,107,80,52,32,10,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7004","81102",3,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6309,72,267,365,28,243,"","","Certification not required",0,45.07418,76.60664,3392,"2013-06-30 22:00",1314,"2013-04-08 19:00",1260,"2013-07-15 16:00",1245,"2013-08-20 19:00","","","","",250,159,110,82,52,32,10,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7004","81102",3,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6309,72,267,365,28,243,"","","Certification not required",0,45.07418,76.60664,3392,"2013-06-30 22:00",1314,"2013-04-08 19:00",1260,"2013-07-15 16:00",1245,"2013-08-20 19:00","","","","",250,159,110,82,52,32,10,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7004","81102",3,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",267,73,267,365,0,0,3,3,"Certification not required",0,44.651685,31.161392,329,"2013-04-08 00:00",242,"2013-06-30 00:00",235,"2013-05-03 00:00",120,"2013-08-17 00:00","","","","",235,113,79,70,52,41,19,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7004","81102",3,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",267,73,267,365,0,0,3,3,"Certification not required",0,44.651685,31.161392,329,"2013-04-08 00:00",242,"2013-06-30 00:00",235,"2013-05-03 00:00",120,"2013-08-17 00:00","","","","",235,113,79,70,52,41,19,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7004","81102",3,33.117556,-111.885814,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",267,73,267,365,0,0,0,0,"Certification not required",0,42.460674,20.219504,125,"2013-05-03 00:00",120,"2013-08-17 00:00",114,"2013-07-02 00:00",113,"2013-08-20 00:00","","","","",114,99,78,68,52,41,19,"Casa Blanca Air Monitoring Site","CASA BLANCA/PRESCHOOL ROAD, BAPCHULE, AZ 85221","Arizona","Pinal","","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","7030","81102",1,33.031038,-112.078111,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",48,1,2,365,0,0,"","","Certification not required",0,17.125,6.423444,34,"2013-02-01 20:00",31,"2013-02-02 02:00",26,"2013-02-01 11:00",26,"2013-02-01 12:00","","","","",34,34,26,25,22,18,9,"","47685 W. Eco-Museum Rd Maricopa, AZ 85139","Arizona","Pinal","Ak-Chin Village","Phoenix-Mesa-Scottsdale, AZ","2013-09-26" +"04","021","7030","81102",1,33.031038,-112.078111,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",2,1,2,365,0,0,0,0,"Certification not required",0,16.5,0.707107,17,"2013-02-02 00:00",16,"2013-02-01 00:00","","","","","","","","",17,17,17,17,17,17,16,"","47685 W. Eco-Museum Rd Maricopa, AZ 85139","Arizona","Pinal","Ak-Chin Village","Phoenix-Mesa-Scottsdale, AZ","2013-09-26" +"04","021","8001","42600",1,33.293465,-111.285594,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",2193,25,92,365,0,15,"","","Certification not required",0,4.350524,2.082102,23.3,"2013-07-09 02:00",21.5,"2013-07-09 03:00",17.2,"2013-07-12 00:00",15.8,"2013-07-09 01:00","","","","",11.9,10.2,8.3,6.9,5.2,3.9,2.4,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-13" +"04","021","8001","43102",8,33.293465,-111.285594,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,137.66,48.560622,230,"2013-08-08 00:00",228,"2013-06-27 00:00",183,"2013-08-20 00:00",168,"2013-07-21 00:00","","","","",230,230,230,228,168,122,78.5,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43102",9,33.293465,-111.285594,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,101.166667,42.046459,209,"2013-07-21 11:00",175,"2013-07-21 08:00",168,"2013-07-03 05:00",165,"2013-07-27 05:00","","","","",209,209,168,155,134,93.7,51.2,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43141",8,33.293465,-111.285594,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.1816,0.058482,0.393,"2013-06-27 00:00",0.1665,"2013-06-03 00:00",0.1665,"2013-06-09 00:00",0.1665,"2013-06-15 00:00","","","","",0.393,0.393,0.393,0.1665,0.1665,0.1665,0.1665,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43141",9,33.293465,-111.285594,"WGS84","n-Dodecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.171893,0.03495,0.393,"2013-06-03 11:00",0.1665,"2013-06-03 05:00",0.1665,"2013-06-03 08:00",0.1665,"2013-06-09 05:00","","","","",0.393,0.393,0.1665,0.1665,0.1665,0.1665,0.1665,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43142",8,33.293465,-111.285594,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43142",9,33.293465,-111.285594,"WGS84","Tridecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43143",8,33.293465,-111.285594,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43143",9,33.293465,-111.285594,"WGS84","n-Tridecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.098976,0.032249,0.303,"2013-07-03 05:00",0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00","","","","",0.303,0.303,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43144",8,33.293465,-111.285594,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43144",9,33.293465,-111.285594,"WGS84","Propyne","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43145",8,33.293465,-111.285594,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.114667,0.080042,0.404,"2013-06-27 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.404,0.404,0.404,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43145",9,33.293465,-111.285594,"WGS84","1-Octene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43202",8,33.293465,-111.285594,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,3.246,0.820904,4.85,"2013-07-21 00:00",4.51,"2013-07-03 00:00",4.38,"2013-07-09 00:00",3.64,"2013-06-27 00:00","","","","",4.85,4.85,4.85,4.51,3.64,2.97,2.43,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43202",9,33.293465,-111.285594,"WGS84","Ethane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,3.142381,0.883413,5.41,"2013-07-21 05:00",5.1,"2013-07-21 08:00",4.95,"2013-07-03 05:00",4.84,"2013-07-21 11:00","","","","",5.41,5.41,4.95,4.74,3.59,3,2.33,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43203",8,33.293465,-111.285594,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.515267,0.350899,2.06,"2013-08-14 00:00",2.04,"2013-06-27 00:00",1.8,"2013-08-08 00:00",1.73,"2013-08-26 00:00","","","","",2.06,2.06,2.06,2.04,1.73,1.55,0.989,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43203",9,33.293465,-111.285594,"WGS84","Ethylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,1.501119,0.324101,2.18,"2013-08-20 11:00",2.08,"2013-07-21 08:00",2.04,"2013-08-14 08:00",2.01,"2013-08-08 05:00","","","","",2.18,2.18,2.04,1.9,1.7,1.51,1.06,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43204",8,33.293465,-111.285594,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.995733,0.327401,1.7,"2013-07-21 00:00",1.38,"2013-07-03 00:00",1.27,"2013-08-20 00:00",1.19,"2013-06-27 00:00","","","","",1.7,1.7,1.7,1.38,1.19,0.971,0.696,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43204",9,33.293465,-111.285594,"WGS84","Propane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.916119,0.385128,2.04,"2013-07-21 05:00",1.79,"2013-07-21 08:00",1.55,"2013-08-20 05:00",1.47,"2013-07-03 05:00","","","","",2.04,2.04,1.55,1.47,1.16,0.864,0.494,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43205",8,33.293465,-111.285594,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.315867,0.193307,0.787,"2013-07-21 00:00",0.647,"2013-06-27 00:00",0.472,"2013-07-09 00:00",0.421,"2013-08-14 00:00","","","","",0.787,0.787,0.787,0.647,0.421,0.248,0.153,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43205",9,33.293465,-111.285594,"WGS84","Propylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",1,0.341583,0.204999,1.2,"2013-07-21 08:00",0.763,"2013-07-27 08:00",0.748,"2013-08-20 11:00",0.617,"2013-06-27 05:00","","","","",1.2,1.2,0.748,0.584,0.404,0.303,0.165,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43206",8,33.293465,-111.285594,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.145067,0.074042,0.338,"2013-07-09 00:00",0.273,"2013-07-03 00:00",0.239,"2013-08-14 00:00",0.1105,"2013-06-03 00:00","","","","",0.338,0.338,0.338,0.273,0.1105,0.1105,0.1105,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43206",9,33.293465,-111.285594,"WGS84","Acetylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",37,0.126464,0.044141,0.254,"2013-08-14 08:00",0.252,"2013-07-09 11:00",0.249,"2013-07-21 11:00",0.246,"2013-08-14 05:00","","","","",0.254,0.254,0.249,0.222,0.1105,0.1105,0.1105,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43212",8,33.293465,-111.285594,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.326533,0.2104,0.924,"2013-08-08 00:00",0.641,"2013-06-27 00:00",0.442,"2013-08-14 00:00",0.372,"2013-07-03 00:00","","","","",0.924,0.924,0.924,0.641,0.372,0.235,0.158,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43212",9,33.293465,-111.285594,"WGS84","n-Butane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",3,0.404619,1.046043,6.94,"2013-06-15 08:00",0.67,"2013-08-08 05:00",0.668,"2013-08-14 08:00",0.608,"2013-08-02 05:00","","","","",6.94,6.94,0.668,0.535,0.337,0.202,0.102,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43214",8,33.293465,-111.285594,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",3,0.191567,0.215459,0.942,"2013-08-08 00:00",0.218,"2013-06-27 00:00",0.21,"2013-07-21 00:00",0.21,"2013-08-14 00:00","","","","",0.942,0.942,0.942,0.218,0.21,0.157,0.0455,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43214",9,33.293465,-111.285594,"WGS84","Isobutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",11,0.169488,0.245394,1.59,"2013-06-15 08:00",0.588,"2013-07-21 11:00",0.286,"2013-07-21 05:00",0.281,"2013-08-14 08:00","","","","",1.59,1.59,0.286,0.257,0.182,0.119,0.0455,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43216",8,33.293465,-111.285594,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.082467,0.069171,0.254,"2013-07-27 00:00",0.226,"2013-07-21 00:00",0.151,"2013-08-08 00:00",0.0505,"2013-06-03 00:00","","","","",0.254,0.254,0.254,0.226,0.0505,0.0505,0.0505,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43216",9,33.293465,-111.285594,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",24,0.119738,0.086171,0.308,"2013-07-03 05:00",0.285,"2013-07-21 08:00",0.259,"2013-08-08 11:00",0.249,"2013-08-02 08:00","","","","",0.308,0.308,0.259,0.24,0.198,0.0505,0.0505,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43217",8,33.293465,-111.285594,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.049,0,0.049,"2013-06-03 00:00",0.049,"2013-06-09 00:00",0.049,"2013-06-15 00:00",0.049,"2013-06-21 00:00","","","","",0.049,0.049,0.049,0.049,0.049,0.049,0.049,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43217",9,33.293465,-111.285594,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.050452,0.009413,0.11,"2013-06-15 08:00",0.049,"2013-06-03 05:00",0.049,"2013-06-03 08:00",0.049,"2013-06-03 11:00","","","","",0.11,0.11,0.049,0.049,0.049,0.049,0.049,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43218",8,33.293465,-111.285594,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43218",9,33.293465,-111.285594,"WGS84","1,3-Butadiene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-09 05:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43220",8,33.293465,-111.285594,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.8032,5.677297,22.3,"2013-08-08 00:00",1.19,"2013-07-09 00:00",0.724,"2013-06-27 00:00",0.528,"2013-08-14 00:00","","","","",22.3,22.3,22.3,1.19,0.528,0.237,0.155,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43220",9,33.293465,-111.285594,"WGS84","n-Pentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",2,1.782143,8.930686,57.8,"2013-07-21 11:00",7.69,"2013-06-15 08:00",0.84,"2013-08-14 08:00",0.619,"2013-08-14 05:00","","","","",57.8,57.8,0.84,0.573,0.287,0.166,0.082,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43221",8,33.293465,-111.285594,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,10,"","","Certification not required",0,0.2988,0.063884,0.378,"2013-06-09 00:00",0.342,"2013-06-21 00:00",0.292,"2013-08-20 00:00",0.268,"2013-06-15 00:00","","","","",0.378,0.378,0.378,0.378,0.342,0.292,0.214,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43221",9,33.293465,-111.285594,"WGS84","Isopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,3,0,61,0,30,"","","Certification not required",6,2.295,7.151532,27.9,"2013-07-21 11:00",3.91,"2013-06-15 08:00",0.99,"2013-08-14 05:00",0.303,"2013-06-27 11:00","","","","",27.9,27.9,27.9,3.91,0.303,0.174,0.0455,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43224",8,33.293465,-111.285594,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.119167,0.07383,0.328,"2013-06-27 00:00",0.27,"2013-08-08 00:00",0.0915,"2013-06-03 00:00",0.0915,"2013-06-09 00:00","","","","",0.328,0.328,0.328,0.27,0.0915,0.0915,0.0915,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43224",9,33.293465,-111.285594,"WGS84","1-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",40,0.097667,0.028688,0.251,"2013-06-15 08:00",0.191,"2013-07-21 08:00",0.0915,"2013-06-03 05:00",0.0915,"2013-06-03 08:00","","","","",0.251,0.251,0.0915,0.0915,0.0915,0.0915,0.0915,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43225",8,33.293465,-111.285594,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43225",9,33.293465,-111.285594,"WGS84","2-Methyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43226",8,33.293465,-111.285594,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.0815,0,0.0815,"2013-06-03 00:00",0.0815,"2013-06-09 00:00",0.0815,"2013-06-15 00:00",0.0815,"2013-06-21 00:00","","","","",0.0815,0.0815,0.0815,0.0815,0.0815,0.0815,0.0815,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43226",9,33.293465,-111.285594,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.08394,0.015816,0.184,"2013-06-15 08:00",0.0815,"2013-06-03 05:00",0.0815,"2013-06-03 08:00",0.0815,"2013-06-03 11:00","","","","",0.184,0.184,0.0815,0.0815,0.0815,0.0815,0.0815,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43227",8,33.293465,-111.285594,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.105,0,0.105,"2013-06-03 00:00",0.105,"2013-06-09 00:00",0.105,"2013-06-15 00:00",0.105,"2013-06-21 00:00","","","","",0.105,0.105,0.105,0.105,0.105,0.105,0.105,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43227",9,33.293465,-111.285594,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.105,0,0.105,"2013-06-03 05:00",0.105,"2013-06-03 08:00",0.105,"2013-06-03 11:00",0.105,"2013-06-09 05:00","","","","",0.105,0.105,0.105,0.105,0.105,0.105,0.105,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43228",8,33.293465,-111.285594,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.102867,0.03434,0.227,"2013-08-08 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.227,0.227,0.227,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43228",9,33.293465,-111.285594,"WGS84","2-Methyl-2-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.099524,0.035798,0.326,"2013-06-15 08:00",0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00","","","","",0.326,0.326,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43230",8,33.293465,-111.285594,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.192633,0.258321,1.09,"2013-08-08 00:00",0.301,"2013-08-14 00:00",0.221,"2013-08-26 00:00",0.173,"2013-07-21 00:00","","","","",1.09,1.09,1.09,0.301,0.173,0.146,0.0665,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43230",9,33.293465,-111.285594,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",25,0.158512,0.180152,1.04,"2013-08-26 05:00",0.598,"2013-07-21 05:00",0.361,"2013-06-15 08:00",0.341,"2013-08-14 08:00","","","","",1.04,1.04,0.361,0.337,0.185,0.0665,0.0665,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43231",8,33.293465,-111.285594,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.156,0.126423,0.55,"2013-08-08 00:00",0.33,"2013-06-27 00:00",0.19,"2013-08-14 00:00",0.14,"2013-07-09 00:00","","","","",0.55,0.55,0.55,0.33,0.14,0.11,0.07,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43231",9,33.293465,-111.285594,"WGS84","n-Hexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.105952,0.124667,0.47,"2013-07-21 11:00",0.46,"2013-06-15 08:00",0.33,"2013-08-26 05:00",0.31,"2013-08-14 08:00","","","","",0.47,0.47,0.33,0.3,0.15,0.08,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43232",8,33.293465,-111.285594,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.132,0.108608,0.43,"2013-08-08 00:00",0.35,"2013-06-27 00:00",0.18,"2013-07-09 00:00",0.085,"2013-06-03 00:00","","","","",0.43,0.43,0.43,0.35,0.085,0.085,0.085,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43232",9,33.293465,-111.285594,"WGS84","n-Heptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",35,0.114167,0.072321,0.35,"2013-07-21 05:00",0.34,"2013-06-15 08:00",0.32,"2013-07-21 11:00",0.26,"2013-07-15 08:00","","","","",0.35,0.35,0.32,0.19,0.085,0.085,0.085,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43233",8,33.293465,-111.285594,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.147467,0.05022,0.329,"2013-06-27 00:00",0.1345,"2013-06-03 00:00",0.1345,"2013-06-09 00:00",0.1345,"2013-06-15 00:00","","","","",0.329,0.329,0.329,0.1345,0.1345,0.1345,0.1345,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43233",9,33.293465,-111.285594,"WGS84","n-Octane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.1345,0,0.1345,"2013-06-03 05:00",0.1345,"2013-06-03 08:00",0.1345,"2013-06-03 11:00",0.1345,"2013-06-09 05:00","","","","",0.1345,0.1345,0.1345,0.1345,0.1345,0.1345,0.1345,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43234",8,33.293465,-111.285594,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43234",9,33.293465,-111.285594,"WGS84","4-Methyl-1-pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43235",8,33.293465,-111.285594,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.066333,0.049703,0.246,"2013-06-27 00:00",0.0535,"2013-06-03 00:00",0.0535,"2013-06-09 00:00",0.0535,"2013-06-15 00:00","","","","",0.246,0.246,0.246,0.0535,0.0535,0.0535,0.0535,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43235",9,33.293465,-111.285594,"WGS84","n-Nonane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.05506,0.010107,0.119,"2013-07-09 11:00",0.0535,"2013-06-03 05:00",0.0535,"2013-06-03 08:00",0.0535,"2013-06-03 11:00","","","","",0.119,0.119,0.0535,0.0535,0.0535,0.0535,0.0535,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43236",8,33.293465,-111.285594,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43236",9,33.293465,-111.285594,"WGS84","2-Ethyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43238",8,33.293465,-111.285594,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.0955,0,0.0955,"2013-06-03 00:00",0.0955,"2013-06-09 00:00",0.0955,"2013-06-15 00:00",0.0955,"2013-06-21 00:00","","","","",0.0955,0.0955,0.0955,0.0955,0.0955,0.0955,0.0955,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43238",9,33.293465,-111.285594,"WGS84","n-Decane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.0955,0,0.0955,"2013-06-03 05:00",0.0955,"2013-06-03 08:00",0.0955,"2013-06-03 11:00",0.0955,"2013-06-09 05:00","","","","",0.0955,0.0955,0.0955,0.0955,0.0955,0.0955,0.0955,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43242",8,33.293465,-111.285594,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.151533,0.439816,1.74,"2013-08-08 00:00",0.104,"2013-06-03 00:00",0.033,"2013-06-09 00:00",0.033,"2013-06-15 00:00","","","","",1.74,1.74,1.74,0.104,0.033,0.033,0.033,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43242",9,33.293465,-111.285594,"WGS84","Cyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,4,"","","Certification not required",38,0.056366,0.115948,0.752,"2013-07-21 11:00",0.238,"2013-06-15 08:00",0.067,"2013-08-14 05:00",0.033,"2013-06-03 05:00","","","","",0.752,0.752,0.067,0.033,0.033,0.033,0.033,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43243",8,33.293465,-111.285594,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",5,0.2473,0.101838,0.447,"2013-06-15 00:00",0.331,"2013-07-15 00:00",0.33,"2013-08-08 00:00",0.328,"2013-08-14 00:00","","","","",0.447,0.447,0.447,0.331,0.328,0.269,0.1225,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43243",9,33.293465,-111.285594,"WGS84","Isoprene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",17,0.320798,0.182611,0.621,"2013-06-27 11:00",0.608,"2013-08-14 08:00",0.604,"2013-08-14 11:00",0.59,"2013-06-15 05:00","","","","",0.621,0.621,0.604,0.566,0.465,0.363,0.1225,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43244",8,33.293465,-111.285594,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.0676,0.062355,0.293,"2013-08-08 00:00",0.0515,"2013-06-03 00:00",0.0515,"2013-06-09 00:00",0.0515,"2013-06-15 00:00","","","","",0.293,0.293,0.293,0.0515,0.0515,0.0515,0.0515,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43244",9,33.293465,-111.285594,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",39,0.061917,0.044524,0.312,"2013-08-26 05:00",0.174,"2013-07-21 05:00",0.106,"2013-06-15 08:00",0.0515,"2013-06-03 05:00","","","","",0.312,0.312,0.106,0.0515,0.0515,0.0515,0.0515,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43245",8,33.293465,-111.285594,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.2225,0,0.2225,"2013-06-03 00:00",0.2225,"2013-06-09 00:00",0.2225,"2013-06-15 00:00",0.2225,"2013-06-21 00:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43245",9,33.293465,-111.285594,"WGS84","1-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.2225,0,0.2225,"2013-06-03 05:00",0.2225,"2013-06-03 08:00",0.2225,"2013-06-03 11:00",0.2225,"2013-06-09 05:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43246",8,33.293465,-111.285594,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43246",9,33.293465,-111.285594,"WGS84","2-Methyl-1-pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43247",8,33.293465,-111.285594,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.159,0,0.159,"2013-06-03 00:00",0.159,"2013-06-09 00:00",0.159,"2013-06-15 00:00",0.159,"2013-06-21 00:00","","","","",0.159,0.159,0.159,0.159,0.159,0.159,0.159,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43247",9,33.293465,-111.285594,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.159,0,0.159,"2013-06-03 05:00",0.159,"2013-06-03 08:00",0.159,"2013-06-03 11:00",0.159,"2013-06-09 05:00","","","","",0.159,0.159,0.159,0.159,0.159,0.159,0.159,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43248",8,33.293465,-111.285594,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.1708,0.281953,1.19,"2013-08-08 00:00",0.098,"2013-06-03 00:00",0.098,"2013-06-09 00:00",0.098,"2013-06-15 00:00","","","","",1.19,1.19,1.19,0.098,0.098,0.098,0.098,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43248",9,33.293465,-111.285594,"WGS84","Cyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",39,0.122929,0.102963,0.678,"2013-06-15 08:00",0.419,"2013-07-21 11:00",0.244,"2013-08-14 08:00",0.098,"2013-06-03 05:00","","","","",0.678,0.678,0.244,0.098,0.098,0.098,0.098,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43249",8,33.293465,-111.285594,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.226,0,0.226,"2013-06-03 00:00",0.226,"2013-06-09 00:00",0.226,"2013-06-15 00:00",0.226,"2013-06-21 00:00","","","","",0.226,0.226,0.226,0.226,0.226,0.226,0.226,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43249",9,33.293465,-111.285594,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",40,0.26619,0.225065,1.67,"2013-06-03 05:00",0.47,"2013-07-21 08:00",0.226,"2013-06-03 08:00",0.226,"2013-06-03 11:00","","","","",1.67,1.67,0.226,0.226,0.226,0.226,0.226,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43250",8,33.293465,-111.285594,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.192667,0.196958,0.75,"2013-08-08 00:00",0.41,"2013-08-14 00:00",0.4,"2013-06-27 00:00",0.21,"2013-07-09 00:00","","","","",0.75,0.75,0.75,0.41,0.21,0.15,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43250",9,33.293465,-111.285594,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.173333,0.172084,0.81,"2013-08-26 05:00",0.52,"2013-08-14 08:00",0.47,"2013-08-14 05:00",0.4,"2013-07-21 11:00","","","","",0.81,0.81,0.47,0.39,0.24,0.13,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43252",8,33.293465,-111.285594,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",10,0.136067,0.100673,0.344,"2013-07-21 00:00",0.285,"2013-07-27 00:00",0.285,"2013-08-08 00:00",0.217,"2013-08-14 00:00","","","","",0.344,0.344,0.344,0.285,0.217,0.0705,0.0705,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43252",9,33.293465,-111.285594,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",23,0.136488,0.089352,0.422,"2013-06-27 05:00",0.406,"2013-07-21 08:00",0.266,"2013-06-15 08:00",0.242,"2013-07-15 08:00","","","","",0.422,0.422,0.266,0.224,0.197,0.0705,0.0705,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43253",8,33.293465,-111.285594,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.087,0,0.087,"2013-06-03 00:00",0.087,"2013-06-09 00:00",0.087,"2013-06-15 00:00",0.087,"2013-06-21 00:00","","","","",0.087,0.087,0.087,0.087,0.087,0.087,0.087,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43253",9,33.293465,-111.285594,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.087,0,0.087,"2013-06-03 05:00",0.087,"2013-06-03 08:00",0.087,"2013-06-03 11:00",0.087,"2013-06-09 05:00","","","","",0.087,0.087,0.087,0.087,0.087,0.087,0.087,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43256",8,33.293465,-111.285594,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.162933,0.155594,0.605,"2013-07-21 00:00",0.434,"2013-08-08 00:00",0.277,"2013-08-26 00:00",0.094,"2013-06-03 00:00","","","","",0.605,0.605,0.605,0.434,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43256",9,33.293465,-111.285594,"WGS84","alpha.-Pinene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",36,0.137238,0.132077,0.78,"2013-07-21 05:00",0.535,"2013-07-21 11:00",0.343,"2013-08-26 05:00",0.269,"2013-08-14 08:00","","","","",0.78,0.78,0.343,0.248,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43257",8,33.293465,-111.285594,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43257",9,33.293465,-111.285594,"WGS84","beta.-Pinene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43261",8,33.293465,-111.285594,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.163333,0.152337,0.714,"2013-08-08 00:00",0.124,"2013-06-03 00:00",0.124,"2013-06-09 00:00",0.124,"2013-06-15 00:00","","","","",0.714,0.714,0.714,0.124,0.124,0.124,0.124,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43261",9,33.293465,-111.285594,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.124,0,0.124,"2013-06-03 05:00",0.124,"2013-06-03 08:00",0.124,"2013-06-03 11:00",0.124,"2013-06-09 05:00","","","","",0.124,0.124,0.124,0.124,0.124,0.124,0.124,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43262",8,33.293465,-111.285594,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.0962,0.064205,0.31,"2013-08-08 00:00",0.171,"2013-08-14 00:00",0.074,"2013-06-03 00:00",0.074,"2013-06-09 00:00","","","","",0.31,0.31,0.31,0.171,0.074,0.074,0.074,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43262",9,33.293465,-111.285594,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",37,0.091405,0.052972,0.335,"2013-06-15 08:00",0.243,"2013-08-14 08:00",0.192,"2013-08-14 05:00",0.18,"2013-07-21 11:00","","","","",0.335,0.335,0.192,0.151,0.074,0.074,0.074,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43263",8,33.293465,-111.285594,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",1,0.552033,0.376475,1.22,"2013-08-14 00:00",1.2,"2013-06-27 00:00",1.2,"2013-07-21 00:00",0.806,"2013-08-08 00:00","","","","",1.22,1.22,1.22,1.2,0.806,0.441,0.215,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43263",9,33.293465,-111.285594,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",4,0.621548,0.413025,1.88,"2013-06-27 05:00",1.45,"2013-06-27 08:00",1.44,"2013-08-14 08:00",1.35,"2013-07-15 08:00","","","","",1.88,1.88,1.44,1.34,0.802,0.606,0.221,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43279",8,33.293465,-111.285594,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.115867,0.084689,0.422,"2013-06-27 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.422,0.422,0.422,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43279",9,33.293465,-111.285594,"WGS84","1-Nonene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43282",8,33.293465,-111.285594,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43282",9,33.293465,-111.285594,"WGS84","3-Methyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43283",8,33.293465,-111.285594,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43283",9,33.293465,-111.285594,"WGS84","Cyclopentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.14081,0.30336,2.06,"2013-06-15 08:00",0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00","","","","",2.06,2.06,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43284",8,33.293465,-111.285594,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.101133,0.120935,0.53,"2013-08-08 00:00",0.155,"2013-08-14 00:00",0.064,"2013-06-03 00:00",0.064,"2013-06-09 00:00","","","","",0.53,0.53,0.53,0.155,0.064,0.064,0.064,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43284",9,33.293465,-111.285594,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",35,0.094357,0.08323,0.511,"2013-08-26 05:00",0.277,"2013-07-21 05:00",0.211,"2013-06-15 08:00",0.195,"2013-08-14 05:00","","","","",0.511,0.511,0.211,0.195,0.064,0.064,0.064,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43285",8,33.293465,-111.285594,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.767267,0.703263,3.17,"2013-08-08 00:00",1.14,"2013-07-21 00:00",0.945,"2013-08-14 00:00",0.748,"2013-07-09 00:00","","","","",3.17,3.17,3.17,1.14,0.748,0.546,0.339,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43285",9,33.293465,-111.285594,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",1,0.739167,0.512583,2.43,"2013-08-26 05:00",2.13,"2013-07-21 08:00",1.5,"2013-07-21 05:00",1.43,"2013-08-14 08:00","","","","",2.43,2.43,1.5,1.4,0.995,0.625,0.242,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43289",8,33.293465,-111.285594,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43289",9,33.293465,-111.285594,"WGS84","trans-2-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43290",8,33.293465,-111.285594,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43290",9,33.293465,-111.285594,"WGS84","cis-2-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43291",8,33.293465,-111.285594,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.194667,0.062613,0.421,"2013-08-08 00:00",0.1785,"2013-06-03 00:00",0.1785,"2013-06-09 00:00",0.1785,"2013-06-15 00:00","","","","",0.421,0.421,0.421,0.1785,0.1785,0.1785,0.1785,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43291",9,33.293465,-111.285594,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.1785,0,0.1785,"2013-06-03 05:00",0.1785,"2013-06-03 08:00",0.1785,"2013-06-03 11:00",0.1785,"2013-06-09 05:00","","","","",0.1785,0.1785,0.1785,0.1785,0.1785,0.1785,0.1785,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43292",8,33.293465,-111.285594,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43292",9,33.293465,-111.285594,"WGS84","2-2-3-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",41,0.096452,0.015893,0.197,"2013-07-21 08:00",0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00","","","","",0.197,0.197,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43298",8,33.293465,-111.285594,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43298",9,33.293465,-111.285594,"WGS84","1-Decene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43299",8,33.293465,-111.285594,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.124733,0.11903,0.555,"2013-06-27 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.555,0.555,0.555,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43299",9,33.293465,-111.285594,"WGS84","1-Undecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43328",8,33.293465,-111.285594,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.111,0.065841,0.349,"2013-06-27 00:00",0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00","","","","",0.349,0.349,0.349,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43328",9,33.293465,-111.285594,"WGS84","1-Heptene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43330",8,33.293465,-111.285594,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.094,0,0.094,"2013-06-03 00:00",0.094,"2013-06-09 00:00",0.094,"2013-06-15 00:00",0.094,"2013-06-21 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43330",9,33.293465,-111.285594,"WGS84","Dodecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.094,0,0.094,"2013-06-03 05:00",0.094,"2013-06-03 08:00",0.094,"2013-06-03 11:00",0.094,"2013-06-09 05:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43954",8,33.293465,-111.285594,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.111,0,0.111,"2013-06-03 00:00",0.111,"2013-06-09 00:00",0.111,"2013-06-15 00:00",0.111,"2013-06-21 00:00","","","","",0.111,0.111,0.111,0.111,0.111,0.111,0.111,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43954",9,33.293465,-111.285594,"WGS84","n-Undecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.111,0,0.111,"2013-06-03 05:00",0.111,"2013-06-03 08:00",0.111,"2013-06-03 11:00",0.111,"2013-06-09 05:00","","","","",0.111,0.111,0.111,0.111,0.111,0.111,0.111,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43960",8,33.293465,-111.285594,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.1085,0,0.1085,"2013-06-03 00:00",0.1085,"2013-06-09 00:00",0.1085,"2013-06-15 00:00",0.1085,"2013-06-21 00:00","","","","",0.1085,0.1085,0.1085,0.1085,0.1085,0.1085,0.1085,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","43960",9,33.293465,-111.285594,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.1085,0,0.1085,"2013-06-03 05:00",0.1085,"2013-06-03 08:00",0.1085,"2013-06-03 11:00",0.1085,"2013-06-09 05:00","","","","",0.1085,0.1085,0.1085,0.1085,0.1085,0.1085,0.1085,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","44201",1,33.293465,-111.285594,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5063,85,181,214,0,73,0,0,"Certification not required",0,0.063022,0.010211,0.094,"2013-07-02 17:00",0.092,"2013-06-12 17:00",0.087,"2013-05-31 18:00",0.084,"2013-06-11 17:00","","","","",0.092,0.084,0.079,0.077,0.069,0.063,0.055,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","021","8001","44201",1,33.293465,-111.285594,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5075,84,180,214,0,0,0,0,"Certification not required",0,0.057794,0.008481,0.079,"2013-05-31 15:00",0.077,"2013-07-17 11:00",0.075,"2013-06-01 13:00",0.073,"2013-05-02 12:00","","","","",0.077,0.073,0.071,0.068,0.064,0.059,0.052,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","021","8001","44201",1,33.293465,-111.285594,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5075,84,180,214,0,0,2,2,"Certification not required",0,0.057794,0.008481,0.079,"2013-05-31 15:00",0.077,"2013-07-17 11:00",0.075,"2013-06-01 13:00",0.073,"2013-05-02 12:00","","","","",0.077,0.073,0.071,0.068,0.064,0.059,0.052,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-06" +"04","021","8001","45109",8,33.293465,-111.285594,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.156,0.217938,0.83,"2013-08-08 00:00",0.31,"2013-06-27 00:00",0.23,"2013-06-15 00:00",0.22,"2013-06-03 00:00","","","","",0.83,0.83,0.83,0.31,0.22,0.14,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45109",9,33.293465,-111.285594,"WGS84","m/p Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.10381,0.15661,0.66,"2013-06-15 08:00",0.49,"2013-07-21 11:00",0.31,"2013-06-27 05:00",0.3,"2013-06-15 05:00","","","","",0.66,0.66,0.31,0.29,0.2,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45201",8,33.293465,-111.285594,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,13,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-08-02 00:00","","","","","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45201",9,33.293465,-111.285594,"WGS84","Benzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",4,1,0,61,0,41,"","","Certification not required",0,0,0,0,"2013-07-03 05:00",0,"2013-07-03 08:00",0,"2013-07-03 11:00",0,"2013-08-14 08:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45202",8,33.293465,-111.285594,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.602,0.442399,2.08,"2013-08-08 00:00",0.86,"2013-08-14 00:00",0.79,"2013-06-27 00:00",0.73,"2013-07-09 00:00","","","","",2.08,2.08,2.08,0.86,0.73,0.42,0.36,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45202",9,33.293465,-111.285594,"WGS84","Toluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.622619,1.058646,6.82,"2013-07-21 11:00",2.56,"2013-06-15 08:00",1.03,"2013-08-14 05:00",1.03,"2013-08-14 08:00","","","","",6.82,6.82,1.03,0.85,0.6,0.38,0.19,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45203",8,33.293465,-111.285594,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.028667,0.065886,0.23,"2013-08-08 00:00",0.11,"2013-06-27 00:00",0.09,"2013-06-03 00:00",0,"2013-06-09 00:00","","","","",0.23,0.23,0.23,0.11,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45203",9,33.293465,-111.285594,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.015714,0.047429,0.2,"2013-06-15 08:00",0.2,"2013-07-21 11:00",0.09,"2013-06-09 05:00",0.09,"2013-06-27 05:00","","","","",0.2,0.2,0.09,0.08,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45204",8,33.293465,-111.285594,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.037333,0.068187,0.21,"2013-08-08 00:00",0.13,"2013-06-15 00:00",0.13,"2013-08-14 00:00",0.09,"2013-06-09 00:00","","","","",0.21,0.21,0.21,0.13,0.09,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45204",9,33.293465,-111.285594,"WGS84","o-Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0.04381,0.082461,0.3,"2013-07-21 11:00",0.28,"2013-06-15 08:00",0.23,"2013-06-27 05:00",0.17,"2013-06-03 05:00","","","","",0.3,0.3,0.23,0.17,0.1,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45207",8,33.293465,-111.285594,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.0995,0,0.0995,"2013-06-03 00:00",0.0995,"2013-06-09 00:00",0.0995,"2013-06-15 00:00",0.0995,"2013-06-21 00:00","","","","",0.0995,0.0995,0.0995,0.0995,0.0995,0.0995,0.0995,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45207",9,33.293465,-111.285594,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.0995,0,0.0995,"2013-06-03 05:00",0.0995,"2013-06-03 08:00",0.0995,"2013-06-03 11:00",0.0995,"2013-06-09 05:00","","","","",0.0995,0.0995,0.0995,0.0995,0.0995,0.0995,0.0995,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45208",8,33.293465,-111.285594,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.250867,0.42737,1.72,"2013-06-27 00:00",0.6,"2013-07-21 00:00",0.255,"2013-08-14 00:00",0.099,"2013-06-03 00:00","","","","",1.72,1.72,1.72,0.6,0.099,0.099,0.099,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45208",9,33.293465,-111.285594,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",34,0.18169,0.187116,0.825,"2013-08-20 11:00",0.743,"2013-06-27 05:00",0.615,"2013-07-27 08:00",0.49,"2013-07-21 08:00","","","","",0.825,0.825,0.615,0.425,0.099,0.099,0.099,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45209",8,33.293465,-111.285594,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.074667,0.021947,0.154,"2013-07-21 00:00",0.069,"2013-06-03 00:00",0.069,"2013-06-09 00:00",0.069,"2013-06-15 00:00","","","","",0.154,0.154,0.154,0.069,0.069,0.069,0.069,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45209",9,33.293465,-111.285594,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.069,0,0.069,"2013-06-03 05:00",0.069,"2013-06-03 08:00",0.069,"2013-06-03 11:00",0.069,"2013-06-09 05:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45210",8,33.293465,-111.285594,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45210",9,33.293465,-111.285594,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-09 05:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45211",8,33.293465,-111.285594,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.073,0,0.073,"2013-06-03 00:00",0.073,"2013-06-09 00:00",0.073,"2013-06-15 00:00",0.073,"2013-06-21 00:00","","","","",0.073,0.073,0.073,0.073,0.073,0.073,0.073,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45211",9,33.293465,-111.285594,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.073,0,0.073,"2013-06-03 05:00",0.073,"2013-06-03 08:00",0.073,"2013-06-03 11:00",0.073,"2013-06-09 05:00","","","","",0.073,0.073,0.073,0.073,0.073,0.073,0.073,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45212",8,33.293465,-111.285594,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.056,0,0.056,"2013-06-03 00:00",0.056,"2013-06-09 00:00",0.056,"2013-06-15 00:00",0.056,"2013-06-21 00:00","","","","",0.056,0.056,0.056,0.056,0.056,0.056,0.056,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45212",9,33.293465,-111.285594,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.056,0,0.056,"2013-06-03 05:00",0.056,"2013-06-03 08:00",0.056,"2013-06-03 11:00",0.056,"2013-06-09 05:00","","","","",0.056,0.056,0.056,0.056,0.056,0.056,0.056,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45218",8,33.293465,-111.285594,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.12,0,0.12,"2013-06-03 00:00",0.12,"2013-06-09 00:00",0.12,"2013-06-15 00:00",0.12,"2013-06-21 00:00","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.12,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45218",9,33.293465,-111.285594,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.12,0,0.12,"2013-06-03 05:00",0.12,"2013-06-03 08:00",0.12,"2013-06-03 11:00",0.12,"2013-06-09 05:00","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.12,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45219",8,33.293465,-111.285594,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.103,0,0.103,"2013-06-03 00:00",0.103,"2013-06-09 00:00",0.103,"2013-06-15 00:00",0.103,"2013-06-21 00:00","","","","",0.103,0.103,0.103,0.103,0.103,0.103,0.103,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45219",9,33.293465,-111.285594,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.103,0,0.103,"2013-06-03 05:00",0.103,"2013-06-03 08:00",0.103,"2013-06-03 11:00",0.103,"2013-06-09 05:00","","","","",0.103,0.103,0.103,0.103,0.103,0.103,0.103,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45220",8,33.293465,-111.285594,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45220",9,33.293465,-111.285594,"WGS84","Styrene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,4,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-09 05:00","","","","",0,0,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45225",8,33.293465,-111.285594,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.074,0,0.074,"2013-06-03 00:00",0.074,"2013-06-09 00:00",0.074,"2013-06-15 00:00",0.074,"2013-06-21 00:00","","","","",0.074,0.074,0.074,0.074,0.074,0.074,0.074,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45225",9,33.293465,-111.285594,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",40,0.078452,0.020312,0.179,"2013-07-21 08:00",0.156,"2013-07-21 11:00",0.074,"2013-06-03 05:00",0.074,"2013-06-03 08:00","","","","",0.179,0.179,0.074,0.074,0.074,0.074,0.074,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45228",8,33.293465,-111.285594,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.114267,0.053318,0.307,"2013-08-20 00:00",0.1005,"2013-06-03 00:00",0.1005,"2013-06-09 00:00",0.1005,"2013-06-15 00:00","","","","",0.307,0.307,0.307,0.1005,0.1005,0.1005,0.1005,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","45228",9,33.293465,-111.285594,"WGS84","Benzene, 1-ethenyl-4-methyl","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,9,0,61,0,3,"","","Certification not required",42,0.1005,0,0.1005,"2013-06-03 05:00",0.1005,"2013-06-03 08:00",0.1005,"2013-06-03 11:00",0.1005,"2013-06-09 05:00","","","","",0.1005,0.1005,0.1005,0.1005,0.1005,0.1005,0.1005,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2013-12-03" +"04","021","8001","61103",1,33.293465,-111.285594,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4390,50,183,365,0,2,"","","Certification not required",0,6.331845,3.346939,24.7,"2013-05-03 08:00",23.5,"2013-05-03 09:00",22.7,"2013-05-03 07:00",20.8,"2013-05-03 03:00","","","","",17.1,15.5,12.8,10.7,8,5.8,2.5,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","8001","61104",1,33.293465,-111.285594,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4390,50,183,365,0,2,"","","Certification not required",0,167.329841,101.679907,360,"2013-07-27 20:00",360,"2013-09-07 12:00",359,"2013-04-04 08:00",359,"2013-05-13 13:00","","","","",348,337,310,296,269,170,51,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","8001","62101",1,33.293465,-111.285594,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING LEVEL 1",2013,"Degrees Fahrenheit","No Events",4390,50,183,365,0,2,"","","Certification not required",0,84.400911,11.973278,115,"2013-06-29 15:00",114,"2013-06-29 11:00",114,"2013-06-29 12:00",113,"2013-06-29 13:00","","","","",106,105,102,100,94,85,68,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","8001","62201",2,33.293465,-111.285594,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4390,50,183,365,0,2,"","","Certification not required",0,25.728018,18.475722,97,"2013-09-10 03:00",97,"2013-09-10 04:00",96,"2013-08-31 05:00",96,"2013-09-10 02:00","","","","",87,81,67,53,33,20,9,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-07" +"04","021","8001","85101",1,33.293465,-111.285594,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,13.570547,9.594413,60.4547,"2013-05-04 00:00",28.5343,"2013-05-31 00:00",24.6543,"2013-05-01 00:00",24.6175,"2013-01-10 00:00","","","","",60.4547,28.5343,24.6543,22.1154,18.4577,13.2365,4.3516,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","86502",1,33.293465,-111.285594,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8.86,7.464228,46,"2013-05-04 00:00",20,"2013-01-10 00:00",19,"2013-05-31 00:00",17,"2013-01-25 00:00","","","","",46,46,19,17,12,8,2,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88103",1,33.293465,-111.285594,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8e-05,0.000274,0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-31 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88104",1,33.293465,-111.285594,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.132618,0.132426,0.838,"2013-05-04 00:00",0.312,"2013-05-01 00:00",0.289,"2013-04-28 00:00",0.2539,"2013-05-31 00:00","","","","",0.838,0.838,0.289,0.2467,0.192,0.113,0.019,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88109",1,33.293465,-111.285594,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002204,0.001403,0.0055,"2013-05-19 00:00",0.0053,"2013-03-17 00:00",0.0048,"2013-05-01 00:00",0.0047,"2013-05-28 00:00","","","","",0.0055,0.0055,0.0048,0.0045,0.0032,0.0018,0.0007,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88111",1,33.293465,-111.285594,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.086248,0.083164,0.4991,"2013-05-04 00:00",0.2309,"2013-05-01 00:00",0.2063,"2013-04-28 00:00",0.1814,"2013-05-31 00:00","","","","",0.4991,0.4991,0.2063,0.1681,0.125,0.0757,0.0158,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88112",1,33.293465,-111.285594,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-01-07 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88114",1,33.293465,-111.285594,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.002356,0.002535,0.0116,"2013-03-14 00:00",0.0086,"2013-01-25 00:00",0.0085,"2013-01-01 00:00",0.0081,"2013-02-03 00:00","","","","",0.0116,0.0116,0.0085,0.0055,0.0029,0.0012,0.0003,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88115",1,33.293465,-111.285594,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.023858,0.059481,0.2768,"2013-04-16 00:00",0.2103,"2013-05-31 00:00",0.1864,"2013-04-25 00:00",0.1564,"2013-05-25 00:00","","","","",0.2768,0.2768,0.1864,0.1291,0.0062,0.0016,0.00015,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88126",1,33.293465,-111.285594,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.081176,0.072519,0.4455,"2013-05-04 00:00",0.1971,"2013-05-01 00:00",0.1833,"2013-04-28 00:00",0.1565,"2013-05-31 00:00","","","","",0.4455,0.4455,0.1833,0.1518,0.1142,0.0747,0.0172,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88128",1,33.293465,-111.285594,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00222,0.001595,0.006,"2013-02-03 00:00",0.005,"2013-01-13 00:00",0.005,"2013-01-25 00:00",0.005,"2013-01-31 00:00","","","","",0.006,0.006,0.005,0.005,0.003,0.002,0.001,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88132",1,33.293465,-111.285594,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00218,0.00187,0.011,"2013-05-04 00:00",0.005,"2013-04-28 00:00",0.005,"2013-05-01 00:00",0.005,"2013-05-31 00:00","","","","",0.011,0.011,0.005,0.004,0.003,0.002,0.001,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88136",1,33.293465,-111.285594,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2e-05,0.000141,0.001,"2013-05-31 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88140",1,33.293465,-111.285594,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.036,0.033713,0.1264,"2013-05-31 00:00",0.103,"2013-05-01 00:00",0.0945,"2013-05-28 00:00",0.088,"2013-04-25 00:00","","","","",0.1264,0.1264,0.0945,0.087,0.062,0.023,0.00205,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88152",1,33.293465,-111.285594,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000195,0.000176,0.0012,"2013-05-31 00:00",0.0007,"2013-05-16 00:00",0.0005,"2013-05-22 00:00",0.0004,"2013-03-20 00:00","","","","",0.0012,0.0012,0.0005,0.0003,0.00015,0.00015,0.00015,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88154",1,33.293465,-111.285594,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.000266,0.000238,0.0012,"2013-01-01 00:00",0.0009,"2013-01-04 00:00",0.0008,"2013-01-16 00:00",0.0007,"2013-01-07 00:00","","","","",0.0012,0.0012,0.0008,0.0006,0.0003,0.0002,0.0001,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88161",1,33.293465,-111.285594,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.007028,0.006651,0.0416,"2013-05-04 00:00",0.0175,"2013-05-01 00:00",0.0165,"2013-04-28 00:00",0.013,"2013-05-31 00:00","","","","",0.0416,0.0416,0.0165,0.0129,0.0101,0.0062,0.0013,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88164",1,33.293465,-111.285594,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.000479,0.000555,0.0024,"2013-05-31 00:00",0.0019,"2013-04-25 00:00",0.0015,"2013-03-20 00:00",0.0013,"2013-05-28 00:00","","","","",0.0024,0.0024,0.0015,0.0012,0.0009,0.0002,5e-05,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88165",1,33.293465,-111.285594,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.31128,0.313272,2.0063,"2013-05-04 00:00",0.748,"2013-05-01 00:00",0.6758,"2013-04-28 00:00",0.5745,"2013-05-31 00:00","","","","",2.0063,2.0063,0.6758,0.5625,0.4311,0.2794,0.0462,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88167",1,33.293465,-111.285594,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003416,0.002164,0.0091,"2013-03-17 00:00",0.0078,"2013-05-28 00:00",0.0077,"2013-02-06 00:00",0.0075,"2013-01-07 00:00","","","","",0.0091,0.0091,0.0077,0.0075,0.0049,0.0031,0.0009,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88168",1,33.293465,-111.285594,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.000906,0.001128,0.0077,"2013-05-04 00:00",0.0021,"2013-05-01 00:00",0.0019,"2013-05-28 00:00",0.0017,"2013-03-20 00:00","","","","",0.0077,0.0077,0.0019,0.0017,0.0011,0.0008,0.00015,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88169",1,33.293465,-111.285594,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.225736,0.113478,0.4732,"2013-05-25 00:00",0.4553,"2013-05-31 00:00",0.4328,"2013-05-19 00:00",0.432,"2013-05-13 00:00","","","","",0.4732,0.4732,0.4328,0.4257,0.2971,0.1958,0.1022,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88176",1,33.293465,-111.285594,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.000213,0.000171,0.0012,"2013-05-04 00:00",0.0006,"2013-05-31 00:00",0.0004,"2013-01-10 00:00",0.0004,"2013-04-16 00:00","","","","",0.0012,0.0012,0.0004,0.0004,0.00015,0.00015,0.00015,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88180",1,33.293465,-111.285594,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.053412,0.041416,0.2482,"2013-05-04 00:00",0.1182,"2013-05-22 00:00",0.1163,"2013-05-31 00:00",0.1081,"2013-05-01 00:00","","","","",0.2482,0.2482,0.1163,0.1054,0.0731,0.0471,0.0134,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88184",1,33.293465,-111.285594,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.068779,0.091027,0.382,"2013-05-31 00:00",0.2893,"2013-04-16 00:00",0.2702,"2013-04-25 00:00",0.2582,"2013-05-28 00:00","","","","",0.382,0.382,0.2702,0.243,0.0951,0.0308,0.00195,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88185",1,33.293465,-111.285594,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.000867,0.000584,0.0026,"2013-03-20 00:00",0.0026,"2013-05-01 00:00",0.0024,"2013-02-12 00:00",0.0017,"2013-04-07 00:00","","","","",0.0026,0.0026,0.0024,0.0017,0.0013,0.00065,0.0004,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88203",1,33.293465,-111.285594,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.055863,0.087569,0.3498,"2013-05-31 00:00",0.3363,"2013-04-16 00:00",0.2739,"2013-05-25 00:00",0.2669,"2013-04-25 00:00","","","","",0.3498,0.3363,0.2739,0.184,0.0545,0.0181,0.0084,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88306",1,33.293465,-111.285594,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.365343,0.433978,2.5172,"2013-01-07 00:00",1.8565,"2013-02-12 00:00",1.069,"2013-01-01 00:00",0.9946,"2013-02-06 00:00","","","","",2.5172,1.8565,1.069,0.6071,0.4178,0.236,0.083,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88320",1,33.293465,-111.285594,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.47902,0.229872,1.51,"2013-05-13 00:00",0.97,"2013-02-06 00:00",0.88,"2013-01-07 00:00",0.75,"2013-03-20 00:00","","","","",1.51,0.97,0.88,0.72,0.58,0.44,0.25,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88321",1,33.293465,-111.285594,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.098627,0.061417,0.36,"2013-01-07 00:00",0.21,"2013-02-06 00:00",0.21,"2013-05-13 00:00",0.2,"2013-03-17 00:00","","","","",0.36,0.21,0.21,0.16,0.13,0.1,0.03,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88324",1,33.293465,-111.285594,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.022317,0.009433,0.0673,"2013-04-10 00:00",0.042,"2013-05-28 00:00",0.0319,"2013-01-31 00:00",0.0303,"2013-01-25 00:00","","","","",0.0673,0.042,0.0319,0.02975,0.02815,0.0187,0.01095,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88325",1,33.293465,-111.285594,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.102832,0.053711,0.322,"2013-05-13 00:00",0.2305,"2013-02-06 00:00",0.1766,"2013-03-20 00:00",0.1755,"2013-01-07 00:00","","","","",0.322,0.2305,0.1766,0.1612,0.1313,0.0945,0.047,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88326",1,33.293465,-111.285594,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.126871,0.070044,0.362,"2013-05-13 00:00",0.3111,"2013-01-07 00:00",0.258,"2013-05-31 00:00",0.247,"2013-02-06 00:00","","","","",0.362,0.3111,0.258,0.2063,0.1604,0.1154,0.0372,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88327",1,33.293465,-111.285594,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.104135,0.047387,0.2642,"2013-05-13 00:00",0.2133,"2013-05-31 00:00",0.2052,"2013-01-07 00:00",0.1784,"2013-02-06 00:00","","","","",0.2642,0.2133,0.2052,0.1682,0.1193,0.0968,0.0535,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88328",1,33.293465,-111.285594,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.130859,0.082546,0.5385,"2013-05-13 00:00",0.265,"2013-02-06 00:00",0.26,"2013-05-04 00:00",0.2335,"2013-03-23 00:00","","","","",0.5385,0.265,0.26,0.2061,0.1686,0.1161,0.0469,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88329",1,33.293465,-111.285594,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.178943,0.107229,0.6278,"2013-05-13 00:00",0.4532,"2013-01-07 00:00",0.4249,"2013-02-06 00:00",0.3333,"2013-03-17 00:00","","","","",0.6278,0.4532,0.4249,0.283,0.212,0.1688,0.0637,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88330",1,33.293465,-111.285594,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.04989,0.02492,0.1171,"2013-05-13 00:00",0.089,"2013-04-04 00:00",0.0888,"2013-04-07 00:00",0.0885,"2013-01-31 00:00","","","","",0.1171,0.089,0.0888,0.0828,0.0656,0.0487,0.0191,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88331",1,33.293465,-111.285594,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000531,0.001954,0.011,"2013-05-28 00:00",0.008,"2013-04-28 00:00",0.004,"2013-04-01 00:00",0.002,"2013-05-31 00:00","","","","",0.011,0.008,0.004,0.00015,0.00015,0,0,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88338",1,33.293465,-111.285594,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.021796,0.024559,0.1386,"2013-05-13 00:00",0.1374,"2013-05-01 00:00",0.0425,"2013-05-04 00:00",0.0355,"2013-05-10 00:00","","","","",0.1386,0.1374,0.0425,0.02415,0.02325,0.0155,0.01125,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88339",1,33.293465,-111.285594,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.931134,0.468099,1.95199,"2013-05-25 00:00",1.87807,"2013-05-31 00:00",1.78526,"2013-05-19 00:00",1.78184,"2013-05-13 00:00","","","","",1.95199,1.95199,1.78526,1.75593,1.22546,0.80776,0.42141,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88344",1,33.293465,-111.285594,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.471288,0.559815,3.2472,"2013-01-07 00:00",2.3949,"2013-02-12 00:00",1.3786,"2013-01-01 00:00",1.283,"2013-02-06 00:00","","","","",3.2472,2.3949,1.3786,0.7832,0.539,0.3041,0.1073,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88348",1,33.293465,-111.285594,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.41751,1.392382,8.8111,"2013-05-04 00:00",3.436,"2013-05-01 00:00",3.1293,"2013-04-28 00:00",2.6886,"2013-05-31 00:00","","","","",8.8111,8.8111,3.1293,2.5963,2.0573,1.2388,0.2337,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88350",1,33.293465,-111.285594,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.861592,0.413983,2.7202,"2013-05-13 00:00",1.7435,"2013-02-06 00:00",1.5755,"2013-01-07 00:00",1.3475,"2013-03-20 00:00","","","","",2.7202,1.7435,1.5755,1.2971,1.0431,0.794,0.4523,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88403",1,33.293465,-111.285594,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.681953,0.376588,1.9743,"2013-03-23 00:00",1.3343,"2013-05-25 00:00",1.31,"2013-05-31 00:00",1.3006,"2013-05-19 00:00","","","","",1.9743,1.3343,1.31,1.2204,0.8891,0.5657,0.2803,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","021","8001","88502",1,33.293465,-111.285594,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,3.958,2.440566,13.5,"2013-05-04 00:00",9,"2013-05-31 00:00",7.6,"2013-05-28 00:00",7.4,"2013-05-01 00:00","","","","",13.5,13.5,7.6,7.1,5.4,3.8,1.4,"QUEEN VALLEY","10 S QUEEN ANN QUEEN VALLEY","Arizona","Pinal","Queen Valley","Phoenix-Mesa-Scottsdale, AZ","2014-01-28" +"04","023","0004","68105",1,31.337204,-110.936718,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",28,46,28,61,0,4,"","","Certification not required",0,15.914286,8.204367,31.3,"2013-06-27 00:00",29.1,"2013-06-09 00:00",29,"2013-06-21 00:00",27.5,"2013-06-03 00:00","","","","",31.3,31.3,29.1,29,22.3,16.9,4.6,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","68105",2,31.337204,-110.936718,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",28,46,27,61,0,4,"","","Certification not required",0,16.346429,8.357542,30.9,"2013-06-27 00:00",29.7,"2013-06-09 00:00",28.6,"2013-06-18 00:00",28.6,"2013-06-21 00:00","","","","",30.9,30.9,29.7,28.6,23.4,16.3,5.4,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","68108",1,31.337204,-110.936718,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,4,"","","Certification not required",0,662.25,2.221528,666,"2013-01-04 00:00",666,"2013-01-16 00:00",665,"2013-01-22 00:00",665,"2013-01-31 00:00","","","","",666,666,666,665,664,662,660,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","68108",2,31.337204,-110.936718,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,27,61,0,4,"","","Certification not required",0,662.285714,2.826556,667,"2013-01-04 00:00",667,"2013-01-16 00:00",666,"2013-01-22 00:00",666,"2013-01-31 00:00","","","","",667,667,667,666,665,662,659,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","81102",1,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,2,0,0,"Certification not required",0,38.892857,20.188628,89,"2013-01-22 00:00",86,"2013-05-04 00:00",69,"2013-04-04 00:00",62,"2013-01-10 00:00","","","","",89,89,86,69,54,33,17,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","81102",3,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",5160,59,216,365,0,1366,"","","Certification not required",75,43.159302,45.340646,853,"2013-02-06 09:00",612,"2013-03-14 12:00",510,"2013-03-13 09:00",487,"2013-01-18 18:00","","","","",219,175,124,90,53,29,9,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-06" +"04","023","0004","81102",3,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",5186,59,216,365,26,1366,"","","Certification not required",75,44.765715,53.173094,985,"2013-04-09 07:00",872,"2013-04-09 05:00",853,"2013-02-06 09:00",796,"2013-04-09 06:00","","","","",241,189,131,93,54,30,10,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-06" +"04","023","0004","81102",3,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",5186,59,216,365,26,1366,"","","Certification not required",75,44.765715,53.173094,985,"2013-04-09 07:00",872,"2013-04-09 05:00",853,"2013-02-06 09:00",796,"2013-04-09 06:00","","","","",241,189,131,93,54,30,10,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-06" +"04","023","0004","81102",3,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",216,59,216,365,0,0,0,0,"Certification not required",0,42.902778,21.906669,137,"2013-01-18 00:00",118,"2013-01-23 00:00",110,"2013-05-04 00:00",106,"2013-01-19 00:00","","","","",110,105,88,71,51,38,20,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-06" +"04","023","0004","81102",3,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",216,59,216,365,0,0,2,2,"Certification not required",0,44.439815,28.273681,272,"2013-04-09 00:00",174,"2013-04-08 00:00",137,"2013-01-18 00:00",118,"2013-01-23 00:00","","","","",137,110,97,74,51,38,20,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-06" +"04","023","0004","81102",3,31.337204,-110.936718,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",216,59,216,365,0,0,2,2,"Certification not required",0,44.439815,28.273681,272,"2013-04-09 00:00",174,"2013-04-08 00:00",137,"2013-01-18 00:00",118,"2013-01-23 00:00","","","","",137,110,97,74,51,38,20,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-06" +"04","023","0004","85101",1,31.337204,-110.936718,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,34.678571,18.166011,81,"2013-01-22 00:00",75,"2013-05-04 00:00",61,"2013-04-04 00:00",57,"2013-01-10 00:00","","","","",81,81,75,61,48,28,16,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","88101",1,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,4,0,0,"Certification not required",0,9.992857,4.383803,18.9,"2013-01-22 00:00",18.4,"2013-01-10 00:00",17.7,"2013-01-16 00:00",16.3,"2013-01-04 00:00","","","","",18.9,18.9,18.4,17.7,13.4,9.1,5.3,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","88101",1,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,4,"","","Certification not required",0,9.992857,4.383803,18.9,"2013-01-22 00:00",18.4,"2013-01-10 00:00",17.7,"2013-01-16 00:00",16.3,"2013-01-04 00:00","","","","",18.9,18.9,18.4,17.7,13.4,9.1,5.3,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","88101",2,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",28,44,27,61,0,4,0,0,"Certification not required",0,9.253571,4.195366,18,"2013-01-22 00:00",17.5,"2013-01-16 00:00",17.4,"2013-01-10 00:00",15.4,"2013-02-03 00:00","","","","",18,18,17.5,17.4,11.5,7.8,5.4,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","88101",2,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",28,44,27,61,0,4,"","","Certification not required",0,9.253571,4.195366,18,"2013-01-22 00:00",17.5,"2013-01-16 00:00",17.4,"2013-01-10 00:00",15.4,"2013-02-03 00:00","","","","",18,18,17.5,17.4,11.5,7.8,5.4,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-09-25" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",3454,39,146,365,6,938,"","","Certification not required",0,6.995078,7.205014,121,"2013-04-09 06:00",119,"2013-04-09 05:00",103,"2013-04-09 04:00",85,"2013-06-28 23:00","","","","",31,23,17,14,9,6,1,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",3448,39,146,365,0,938,"","","Certification not required",0,6.846578,6.194831,85,"2013-06-28 23:00",76,"2013-06-29 00:00",60,"2013-06-28 22:00",60,"2013-06-29 01:00","","","","",30,23,17,14,9,6,1,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",3454,39,146,365,6,938,"","","Certification not required",0,6.995078,7.205014,121,"2013-04-09 06:00",119,"2013-04-09 05:00",103,"2013-04-09 04:00",85,"2013-06-28 23:00","","","","",31,23,17,14,9,6,1,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",143,39,143,365,0,0,1,1,"Certification not required",0,6.972028,4.1593,36,"2013-04-09 00:00",24.3,"2013-06-29 00:00",16.7,"2013-05-24 00:00",15.8,"2013-04-08 00:00","","","","",24.3,16.7,13.4,10.7,8.3,6.5,3.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",143,39,143,365,0,0,1,1,"Certification not required",0,6.972028,4.1593,36,"2013-04-09 00:00",24.3,"2013-06-29 00:00",16.7,"2013-05-24 00:00",15.8,"2013-04-08 00:00","","","","",24.3,16.7,13.4,10.7,8.3,6.5,3.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",143,39,143,365,0,0,0,0,"Certification not required",0,6.841259,3.478472,24.3,"2013-06-29 00:00",17.3,"2013-04-09 00:00",16.7,"2013-05-24 00:00",15.8,"2013-04-08 00:00","","","","",17.3,16.7,13.4,10.7,8.3,6.5,3.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",143,39,143,365,0,0,"","","Certification not required",0,6.972028,4.1593,36,"2013-04-09 00:00",24.3,"2013-06-29 00:00",16.7,"2013-05-24 00:00",15.8,"2013-04-08 00:00","","","","",24.3,16.7,13.4,10.7,8.3,6.5,3.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",143,39,143,365,0,0,"","","Certification not required",0,6.972028,4.1593,36,"2013-04-09 00:00",24.3,"2013-06-29 00:00",16.7,"2013-05-24 00:00",15.8,"2013-04-08 00:00","","","","",24.3,16.7,13.4,10.7,8.3,6.5,3.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88101",3,31.337204,-110.936718,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",143,39,143,365,0,0,"","","Certification not required",0,6.841259,3.478472,24.3,"2013-06-29 00:00",17.3,"2013-04-09 00:00",16.7,"2013-05-24 00:00",15.8,"2013-04-08 00:00","","","","",17.3,16.7,13.4,10.7,8.3,6.5,3.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2014-01-07" +"04","023","0004","88501",3,31.337204,-110.936718,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1695,78,65,90,0,465,"","","Certification not required",0,15.761652,21.735581,397,"2013-01-01 01:00",287,"2013-01-01 00:00",247,"2013-01-01 02:00",199,"2013-01-01 03:00","","","","",89,71,51,36,20,9,2,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-07-17" +"04","023","0004","88501",3,31.337204,-110.936718,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",65,72,65,90,0,0,"","","Certification not required",0,14.506154,11.449985,75.3,"2013-01-01 00:00",43.4,"2013-01-18 00:00",41.7,"2013-01-05 00:00",39.4,"2013-01-06 00:00","","","","",75.3,43.4,39.4,26.8,15.6,10.6,6.5,"NOGALES POST OFFICE","300 N MORLEY AVE","Arizona","Santa Cruz","Nogales","Nogales, AZ","2013-07-17" +"04","025","2002","68105",1,34.595,-112.331,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,4,"","","Certification not required",0,12.285185,9.328727,28.6,"2013-06-27 00:00",28.3,"2013-06-09 00:00",25.4,"2013-06-15 00:00",24.4,"2013-06-21 00:00","","","","",28.6,28.6,28.3,25.4,20,9.9,-0.5,"PRESCOTT VALLEY","7501 E. CIVIC CIRCLE, PRESCOTT VALLEY","Arizona","Yavapai","Prescott Valley","Prescott, AZ","2013-09-25" +"04","025","2002","68108",1,34.595,-112.331,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,4,"","","Certification not required",0,631.62963,3.553418,638,"2013-01-16 00:00",638,"2013-02-15 00:00",637,"2013-01-22 00:00",636,"2013-01-04 00:00","","","","",638,638,638,637,634,631,627,"PRESCOTT VALLEY","7501 E. CIVIC CIRCLE, PRESCOTT VALLEY","Arizona","Yavapai","Prescott Valley","Prescott, AZ","2013-09-25" +"04","025","2002","81102",1,34.595,-112.331,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",26,43,26,61,0,5,0,0,"Certification not required",1,12.5,9.988994,51,"2013-05-04 00:00",24,"2013-06-15 00:00",21,"2013-04-16 00:00",21,"2013-04-22 00:00","","","","",51,51,24,21,16,10,4,"PRESCOTT VALLEY","7501 E. CIVIC CIRCLE, PRESCOTT VALLEY","Arizona","Yavapai","Prescott Valley","Prescott, AZ","2013-09-25" +"04","025","2002","85101",1,34.595,-112.331,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,5,"","","Certification not required",2,10.615385,8.390837,43,"2013-05-04 00:00",20,"2013-06-15 00:00",18,"2013-04-16 00:00",18,"2013-04-22 00:00","","","","",43,43,20,18,13,8,4,"PRESCOTT VALLEY","7501 E. CIVIC CIRCLE, PRESCOTT VALLEY","Arizona","Yavapai","Prescott Valley","Prescott, AZ","2013-09-25" +"04","025","2002","88101",1,34.595,-112.331,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",27,44,27,61,0,4,0,0,"Certification not required",0,4.151852,2.15181,9.7,"2013-05-04 00:00",8.4,"2013-06-09 00:00",7.1,"2013-03-23 00:00",6.4,"2013-06-15 00:00","","","","",9.7,9.7,8.4,7.1,5.5,3.8,1.5,"PRESCOTT VALLEY","7501 E. CIVIC CIRCLE, PRESCOTT VALLEY","Arizona","Yavapai","Prescott Valley","Prescott, AZ","2013-09-25" +"04","025","2002","88101",1,34.595,-112.331,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",27,44,27,61,0,4,"","","Certification not required",0,4.151852,2.15181,9.7,"2013-05-04 00:00",8.4,"2013-06-09 00:00",7.1,"2013-03-23 00:00",6.4,"2013-06-15 00:00","","","","",9.7,9.7,8.4,7.1,5.5,3.8,1.5,"PRESCOTT VALLEY","7501 E. CIVIC CIRCLE, PRESCOTT VALLEY","Arizona","Yavapai","Prescott Valley","Prescott, AZ","2013-09-25" +"04","025","8033","44201",1,34.5467,-112.4761,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5110,86,183,214,0,26,0,0,"Certification not required",32,0.054104,0.008259,0.077,"2013-05-05 13:00",0.071,"2013-05-19 17:00",0.07,"2013-05-22 13:00",0.069,"2013-05-24 14:00","","","","",0.071,0.069,0.066,0.064,0.06,0.055,0.049,"PRESCOTT COLLEGE AQD","330 Grove Avenue","Arizona","Yavapai","Prescott","Prescott, AZ","2014-01-06" +"04","025","8033","44201",1,34.5467,-112.4761,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,86,183,214,0,0,0,0,"Certification not required",0,0.049754,0.008563,0.071,"2013-05-05 07:00",0.069,"2013-05-19 12:00",0.066,"2013-05-22 07:00",0.065,"2013-05-14 10:00","","","","",0.069,0.065,0.063,0.06,0.056,0.051,0.044,"PRESCOTT COLLEGE AQD","330 Grove Avenue","Arizona","Yavapai","Prescott","Prescott, AZ","2014-01-06" +"04","025","8033","44201",1,34.5467,-112.4761,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,86,183,214,0,0,0,0,"Certification not required",0,0.049754,0.008563,0.071,"2013-05-05 07:00",0.069,"2013-05-19 12:00",0.066,"2013-05-22 07:00",0.065,"2013-05-14 10:00","","","","",0.069,0.065,0.063,0.06,0.056,0.051,0.044,"PRESCOTT COLLEGE AQD","330 Grove Avenue","Arizona","Yavapai","Prescott","Prescott, AZ","2014-01-06" +"04","025","8104","85101",1,34.340556,-111.683923,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,7.198396,5.749754,33.6208,"2013-05-04 00:00",16.2685,"2013-05-31 00:00",15.0292,"2013-05-22 00:00",14.2385,"2013-05-01 00:00","","","","",33.6208,33.6208,15.0292,13.5516,10.499,5.7928,2.1749,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","86502",1,34.340556,-111.683923,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.583333,3.589781,20,"2013-05-04 00:00",9,"2013-05-22 00:00",9,"2013-05-31 00:00",8,"2013-05-28 00:00","","","","",20,20,9,7,6,3,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88103",1,34.340556,-111.683923,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,6.3e-05,0.000245,0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88104",1,34.340556,-111.683923,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.10646,0.127582,0.8296,"2013-05-04 00:00",0.2962,"2013-05-01 00:00",0.2232,"2013-03-23 00:00",0.215,"2013-05-22 00:00","","","","",0.8296,0.8296,0.2232,0.199,0.153,0.0927,0.0128,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88109",1,34.340556,-111.683923,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001842,0.00134,0.0062,"2013-04-22 00:00",0.0048,"2013-05-28 00:00",0.0045,"2013-05-22 00:00",0.0042,"2013-03-17 00:00","","","","",0.0062,0.0062,0.0045,0.004,0.0026,0.0016,0.0005,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88111",1,34.340556,-111.683923,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.075325,0.080865,0.4992,"2013-05-04 00:00",0.2187,"2013-05-01 00:00",0.178,"2013-03-23 00:00",0.1646,"2013-05-31 00:00","","","","",0.4992,0.4992,0.178,0.1408,0.1066,0.0625,0.01,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88112",1,34.340556,-111.683923,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88114",1,34.340556,-111.683923,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",12,0.000633,0.000663,0.0034,"2013-01-10 00:00",0.0024,"2013-05-04 00:00",0.0023,"2013-03-05 00:00",0.0016,"2013-01-25 00:00","","","","",0.0034,0.0034,0.0023,0.0014,0.0008,0.0005,0.0001,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88115",1,34.340556,-111.683923,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.016542,0.047643,0.215,"2013-04-16 00:00",0.1835,"2013-05-31 00:00",0.1833,"2013-05-25 00:00",0.0596,"2013-05-16 00:00","","","","",0.215,0.215,0.1833,0.0406,0.004,0.001,0.0002,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88126",1,34.340556,-111.683923,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.065085,0.070782,0.4412,"2013-05-04 00:00",0.1803,"2013-05-01 00:00",0.1494,"2013-03-23 00:00",0.134,"2013-05-31 00:00","","","","",0.4412,0.4412,0.1494,0.1303,0.097,0.0535,0.0102,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88128",1,34.340556,-111.683923,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000771,0.000905,0.004,"2013-03-23 00:00",0.003,"2013-01-10 00:00",0.002,"2013-03-26 00:00",0.002,"2013-04-22 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88132",1,34.340556,-111.683923,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001604,0.001759,0.01,"2013-05-04 00:00",0.005,"2013-03-23 00:00",0.005,"2013-05-01 00:00",0.003,"2013-03-20 00:00","","","","",0.01,0.01,0.005,0.003,0.002,0.001,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88136",1,34.340556,-111.683923,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88140",1,34.340556,-111.683923,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",5,0.03145,0.035971,0.1876,"2013-05-04 00:00",0.0993,"2013-05-31 00:00",0.092,"2013-05-01 00:00",0.08,"2013-03-20 00:00","","","","",0.1876,0.1876,0.092,0.08,0.0499,0.0229,0.0011,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88152",1,34.340556,-111.683923,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",44,0.000241,0.000487,0.0033,"2013-03-23 00:00",0.0011,"2013-05-13 00:00",0.0009,"2013-03-20 00:00",0.0005,"2013-05-04 00:00","","","","",0.0033,0.0033,0.0009,0.00015,0.00015,0.00015,0.0001,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88154",1,34.340556,-111.683923,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",29,0.000167,9.5e-05,0.0004,"2013-01-19 00:00",0.0004,"2013-02-03 00:00",0.0004,"2013-03-05 00:00",0.0003,"2013-01-01 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88161",1,34.340556,-111.683923,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.005903,0.006502,0.0404,"2013-05-04 00:00",0.0166,"2013-05-01 00:00",0.0132,"2013-03-23 00:00",0.0126,"2013-05-31 00:00","","","","",0.0404,0.0404,0.0132,0.012,0.0086,0.0048,0.0006,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88164",1,34.340556,-111.683923,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",15,0.00037,0.000455,0.0016,"2013-05-16 00:00",0.0015,"2013-04-16 00:00",0.0015,"2013-05-31 00:00",0.0014,"2013-05-04 00:00","","","","",0.0016,0.0016,0.0015,0.0012,0.0005,0.0002,5e-05,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88165",1,34.340556,-111.683923,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.246579,0.28703,1.8187,"2013-05-04 00:00",0.681,"2013-05-01 00:00",0.544,"2013-05-22 00:00",0.5262,"2013-03-23 00:00","","","","",1.8187,1.8187,0.544,0.498,0.3633,0.205,0.0307,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88167",1,34.340556,-111.683923,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.001765,0.001474,0.0065,"2013-05-28 00:00",0.0053,"2013-03-23 00:00",0.0044,"2013-03-20 00:00",0.0042,"2013-04-01 00:00","","","","",0.0065,0.0065,0.0044,0.0039,0.0026,0.0015,0.0002,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88168",1,34.340556,-111.683923,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",10,0.000829,0.001116,0.0075,"2013-05-04 00:00",0.0022,"2013-05-01 00:00",0.002,"2013-03-23 00:00",0.0018,"2013-04-13 00:00","","","","",0.0075,0.0075,0.002,0.0015,0.001,0.0007,0.0001,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88169",1,34.340556,-111.683923,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.1853,0.127944,0.6992,"2013-03-23 00:00",0.4047,"2013-05-25 00:00",0.3867,"2013-05-19 00:00",0.3809,"2013-05-31 00:00","","","","",0.6992,0.6992,0.3867,0.3195,0.2697,0.17,0.0568,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88176",1,34.340556,-111.683923,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",35,0.000236,0.000166,0.0009,"2013-05-04 00:00",0.0006,"2013-03-23 00:00",0.0006,"2013-05-31 00:00",0.0005,"2013-01-10 00:00","","","","",0.0009,0.0009,0.0006,0.0005,0.0003,0.00015,0.00015,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88180",1,34.340556,-111.683923,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.0403,0.038365,0.2244,"2013-05-04 00:00",0.1028,"2013-05-22 00:00",0.0981,"2013-05-01 00:00",0.0919,"2013-03-23 00:00","","","","",0.2244,0.2244,0.0981,0.0903,0.0598,0.0323,0.0077,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88184",1,34.340556,-111.683923,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",7,0.056067,0.076598,0.3372,"2013-05-31 00:00",0.2812,"2013-04-16 00:00",0.2135,"2013-05-25 00:00",0.1995,"2013-05-28 00:00","","","","",0.3372,0.3372,0.2135,0.155,0.086,0.02,0.002,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88185",1,34.340556,-111.683923,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",43,0.000697,0.000382,0.0022,"2013-01-10 00:00",0.0022,"2013-05-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-05-04 00:00","","","","",0.0022,0.0022,0.0015,0.0008,0.00065,0.00065,0.0004,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88203",1,34.340556,-111.683923,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",14,0.039674,0.072329,0.2984,"2013-05-25 00:00",0.298,"2013-05-31 00:00",0.2759,"2013-04-16 00:00",0.1306,"2013-05-16 00:00","","","","",0.2984,0.2984,0.2759,0.1296,0.0265,0.0102,0.00295,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88306",1,34.340556,-111.683923,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.232648,0.16701,0.788,"2013-01-01 00:00",0.5703,"2013-05-31 00:00",0.5686,"2013-03-20 00:00",0.5263,"2013-02-06 00:00","","","","",0.788,0.788,0.5686,0.4787,0.3129,0.2157,0.046,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88320",1,34.340556,-111.683923,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.367292,0.203676,1.04,"2013-05-16 00:00",0.62,"2013-05-22 00:00",0.6,"2013-01-25 00:00",0.59,"2013-05-19 00:00","","","","",1.04,1.04,0.6,0.58,0.53,0.36,0.11,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88321",1,34.340556,-111.683923,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.062083,0.042374,0.17,"2013-01-19 00:00",0.14,"2013-03-20 00:00",0.13,"2013-01-01 00:00",0.13,"2013-01-07 00:00","","","","",0.17,0.17,0.13,0.12,0.1,0.06,0.01,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88324",1,34.340556,-111.683923,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",46,0.02062,0.007012,0.0367,"2013-04-04 00:00",0.0306,"2013-01-04 00:00",0.03055,"2013-01-01 00:00",0.03055,"2013-01-07 00:00","","","","",0.0367,0.0367,0.03055,0.0302,0.0296,0.0167,0.0103,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88325",1,34.340556,-111.683923,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",19,0.061029,0.034755,0.1296,"2013-01-25 00:00",0.1263,"2013-05-16 00:00",0.1245,"2013-05-13 00:00",0.1191,"2013-02-06 00:00","","","","",0.1296,0.1296,0.1245,0.1047,0.0917,0.0514,0.0185,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88326",1,34.340556,-111.683923,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",17,0.112225,0.079125,0.42,"2013-05-16 00:00",0.246,"2013-02-06 00:00",0.2304,"2013-05-07 00:00",0.2118,"2013-01-25 00:00","","","","",0.42,0.42,0.2304,0.1949,0.1682,0.115,0.03305,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88327",1,34.340556,-111.683923,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",6,0.086126,0.048664,0.2372,"2013-05-16 00:00",0.1726,"2013-05-22 00:00",0.1536,"2013-05-04 00:00",0.149,"2013-05-31 00:00","","","","",0.2372,0.2372,0.1536,0.1434,0.1188,0.0892,0.0163,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88328",1,34.340556,-111.683923,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.103392,0.060059,0.2429,"2013-05-16 00:00",0.2406,"2013-05-04 00:00",0.2023,"2013-05-13 00:00",0.1989,"2013-05-19 00:00","","","","",0.2429,0.2429,0.2023,0.1827,0.1503,0.1032,0.0315,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88329",1,34.340556,-111.683923,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.125454,0.070403,0.2628,"2013-05-16 00:00",0.244,"2013-03-20 00:00",0.2413,"2013-01-19 00:00",0.2326,"2013-05-19 00:00","","","","",0.2628,0.2628,0.2413,0.2219,0.1766,0.1388,0.036,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88330",1,34.340556,-111.683923,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.039835,0.02566,0.1121,"2013-03-17 00:00",0.0961,"2013-05-04 00:00",0.0789,"2013-04-04 00:00",0.0781,"2013-03-29 00:00","","","","",0.1121,0.1121,0.0789,0.0718,0.0589,0.0363,0.005,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88331",1,34.340556,-111.683923,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.000114,0.000409,0.0027,"2013-03-17 00:00",0.001,"2013-04-04 00:00",0.0002,"2013-01-19 00:00",0.00015,"2013-03-05 00:00","","","","",0.0027,0.0027,0.0002,0.00015,5e-05,0,0,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88338",1,34.340556,-111.683923,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",41,0.020292,0.013792,0.0821,"2013-05-19 00:00",0.0571,"2013-05-01 00:00",0.0541,"2013-05-22 00:00",0.0419,"2013-01-28 00:00","","","","",0.0821,0.0821,0.0541,0.0388,0.0232,0.0154,0.01075,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88339",1,34.340556,-111.683923,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.764341,0.52778,2.88412,"2013-03-23 00:00",1.66935,"2013-05-25 00:00",1.59526,"2013-05-19 00:00",1.57101,"2013-05-31 00:00","","","","",2.88412,2.88412,1.59526,1.31794,1.11251,0.70142,0.23438,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88344",1,34.340556,-111.683923,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.300165,0.215455,1.0168,"2013-01-01 00:00",0.7357,"2013-05-31 00:00",0.7335,"2013-03-20 00:00",0.6789,"2013-02-06 00:00","","","","",1.0168,1.0168,0.7335,0.6175,0.4036,0.2783,0.0597,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88348",1,34.340556,-111.683923,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.139746,1.309161,8.3133,"2013-05-04 00:00",3.172,"2013-05-01 00:00",2.4785,"2013-03-23 00:00",2.395,"2013-05-22 00:00","","","","",8.3133,8.3133,2.4785,2.2951,1.6772,0.9636,0.1527,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88350",1,34.340556,-111.683923,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.660769,0.36606,1.8706,"2013-05-16 00:00",1.1124,"2013-05-22 00:00",1.0742,"2013-01-25 00:00",1.0697,"2013-05-19 00:00","","","","",1.8706,1.8706,1.0742,1.0487,0.9491,0.6451,0.2025,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88403",1,34.340556,-111.683923,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.54144,0.40073,2.2312,"2013-03-23 00:00",1.2015,"2013-05-25 00:00",1.1174,"2013-05-31 00:00",1.1168,"2013-05-19 00:00","","","","",2.2312,2.2312,1.1174,1.0016,0.7995,0.4628,0.1571,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","025","8104","88502",1,34.340556,-111.683923,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.079167,2.300875,12.7,"2013-05-04 00:00",7,"2013-05-31 00:00",6.8,"2013-03-23 00:00",6.8,"2013-05-01 00:00","","","","",12.7,12.7,6.8,5.6,4.4,2.6,0.7,"","Ike's Backbone","Arizona","Yavapai","","Prescott, AZ","2014-01-28" +"04","027","8011","44201",1,32.690278,-114.61444,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4934,84,180,214,0,202,0,0,"Certification not required",78,0.056722,0.011411,0.087,"2013-06-06 14:00",0.085,"2013-05-19 17:00",0.083,"2013-07-18 16:00",0.081,"2013-05-26 15:00","","","","",0.085,0.081,0.076,0.072,0.066,0.059,0.048,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-06" +"04","027","8011","44201",1,32.690278,-114.61444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4938,84,179,214,0,0,0,0,"Certification not required",0,0.05167,0.010471,0.079,"2013-06-06 11:00",0.076,"2013-05-19 12:00",0.074,"2013-06-11 12:00",0.073,"2013-05-26 10:00","","","","",0.076,0.073,0.069,0.065,0.06,0.053,0.043,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-06" +"04","027","8011","44201",1,32.690278,-114.61444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4938,84,179,214,0,0,2,2,"Certification not required",0,0.05167,0.010471,0.079,"2013-06-06 11:00",0.076,"2013-05-19 12:00",0.074,"2013-06-11 12:00",0.073,"2013-05-26 10:00","","","","",0.076,0.073,0.069,0.065,0.06,0.053,0.043,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-06" +"04","027","8011","68105",1,32.690278,-114.61444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",30,49,30,61,0,5,"","","Certification not required",0,22.883333,7.635176,34.1,"2013-06-27 00:00",32.4,"2013-06-15 00:00",31.9,"2013-05-12 00:00",31.9,"2013-06-21 00:00","","","","",34.1,34.1,32.4,31.9,30.7,23.8,11.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2013-09-25" +"04","027","8011","68108",1,32.690278,-114.61444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,49,30,61,0,5,"","","Certification not required",0,752.866667,4.591847,764,"2013-01-16 00:00",762,"2013-01-04 00:00",760,"2013-02-27 00:00",758,"2013-01-22 00:00","","","","",764,764,762,760,755,753,747,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2013-09-25" +"04","027","8011","81102",3,32.690278,-114.61444,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6418,73,272,365,31,134,"","","Certification not required",0,42.803521,98.380772,3687,"2013-08-22 17:00",2768,"2013-04-08 17:00",2601,"2013-04-08 16:00",2445,"2013-04-08 15:00","","","","",233,158,102,74,47,29,11,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","81102",3,32.690278,-114.61444,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6418,73,272,365,31,134,"","","Certification not required",0,42.803521,98.380772,3687,"2013-08-22 17:00",2768,"2013-04-08 17:00",2601,"2013-04-08 16:00",2445,"2013-04-08 15:00","","","","",233,158,102,74,47,29,11,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","81102",3,32.690278,-114.61444,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6387,73,272,365,0,134,"","","Certification not required",0,38.49726,42.610933,1053,"2013-09-06 20:00",814,"2013-07-02 08:00",693,"2013-08-18 01:00",675,"2013-02-08 04:00","","","","",183,142,97,72,46,28,11,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","81102",3,32.690278,-114.61444,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",272,75,272,365,0,0,5,5,"Certification not required",0,42.356618,45.994962,640,"2013-04-08 00:00",228,"2013-01-10 00:00",220,"2013-08-22 00:00",187,"2013-07-04 00:00","","","","",220,124,95,61,46,34,18,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","81102",3,32.690278,-114.61444,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",272,75,272,365,0,0,0,0,"Certification not required",0,38.011029,20.348528,124,"2013-07-02 00:00",115,"2013-02-08 00:00",114,"2013-07-01 00:00",113,"2013-08-18 00:00","","","","",114,104,86,57,46,34,18,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","81102",3,32.690278,-114.61444,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",272,75,272,365,0,0,5,5,"Certification not required",0,42.356618,45.994962,640,"2013-04-08 00:00",228,"2013-01-10 00:00",220,"2013-08-22 00:00",187,"2013-07-04 00:00","","","","",220,124,95,61,46,34,18,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",1,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,5,0,0,"Certification not required",0,8.836667,5.732694,26.7,"2013-05-04 00:00",24.4,"2013-01-10 00:00",16,"2013-06-03 00:00",14.3,"2013-04-16 00:00","","","","",26.7,26.7,24.4,16,11.1,7.7,3.7,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2013-09-25" +"04","027","8011","88101",1,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,5,"","","Certification not required",0,8.836667,5.732694,26.7,"2013-05-04 00:00",24.4,"2013-01-10 00:00",16,"2013-06-03 00:00",14.3,"2013-04-16 00:00","","","","",26.7,26.7,24.4,16,11.1,7.7,3.7,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2013-09-25" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",1741,20,75,365,0,460,"","","Certification not required",0,5.482481,9.304143,213,"2013-08-22 17:00",106,"2013-07-10 04:00",89,"2013-07-10 02:00",66,"2013-07-09 04:00","","","","",38,26,18,12,8,4,-2,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",1748,20,75,365,7,460,"","","Certification not required",0,5.755721,10.294704,213,"2013-08-22 17:00",111,"2013-07-04 07:00",106,"2013-07-10 04:00",89,"2013-07-10 02:00","","","","",41,29,19,13,8,4,-1,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",1748,20,75,365,7,460,"","","Certification not required",0,5.755721,10.294704,213,"2013-08-22 17:00",111,"2013-07-04 07:00",106,"2013-07-10 04:00",89,"2013-07-10 02:00","","","","",41,29,19,13,8,4,-1,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",72,20,72,365,0,0,1,1,"Certification not required",0,5.686111,5.647443,38.5,"2013-07-04 00:00",17,"2013-07-18 00:00",16,"2013-07-10 00:00",15.7,"2013-07-09 00:00","","","","",38.5,17,15.7,10.8,6.8,4.9,0.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",72,20,72,365,0,0,1,1,"Certification not required",0,5.686111,5.647443,38.5,"2013-07-04 00:00",17,"2013-07-18 00:00",16,"2013-07-10 00:00",15.7,"2013-07-09 00:00","","","","",38.5,17,15.7,10.8,6.8,4.9,0.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",72,20,72,365,0,0,0,0,"Certification not required",0,5.484722,4.62719,24,"2013-07-04 00:00",17,"2013-07-18 00:00",16,"2013-07-10 00:00",15.7,"2013-07-09 00:00","","","","",24,17,15.7,10.8,6.8,4.9,0.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",72,20,72,365,0,0,"","","Certification not required",0,5.686111,5.647443,38.5,"2013-07-04 00:00",17,"2013-07-18 00:00",16,"2013-07-10 00:00",15.7,"2013-07-09 00:00","","","","",38.5,17,15.7,10.8,6.8,4.9,0.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",72,20,72,365,0,0,"","","Certification not required",0,5.686111,5.647443,38.5,"2013-07-04 00:00",17,"2013-07-18 00:00",16,"2013-07-10 00:00",15.7,"2013-07-09 00:00","","","","",38.5,17,15.7,10.8,6.8,4.9,0.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"04","027","8011","88101",3,32.690278,-114.61444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",72,20,72,365,0,0,"","","Certification not required",0,5.484722,4.62719,24,"2013-07-04 00:00",17,"2013-07-18 00:00",16,"2013-07-10 00:00",15.7,"2013-07-09 00:00","","","","",24,17,15.7,10.8,6.8,4.9,0.6,"YUMA SUPERSITE","2323 S ARIZONA AVE","Arizona","Yuma","Yuma","Yuma, AZ","2014-01-07" +"05","001","0011","68101",1,34.518515,-91.55896,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",115,100,61,61,0,0,"","","Certification not required",36,0.122609,0.065642,0.3,"2013-07-03 00:00",0.2,"2013-01-13 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-19 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.05,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","001","0011","68102",1,34.518515,-91.55896,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",115,100,61,61,0,0,"","","Certification not required",0,24.013913,0.03476,24.1,"2013-05-28 00:00",24.1,"2013-11-09 00:00",24.1,"2013-11-12 00:00",24.1,"2013-11-15 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","001","0011","68105",1,34.518515,-91.55896,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",114,100,60,61,0,0,"","","Certification not required",0,18.05614,9.441858,32,"2013-06-27 00:00",32,"2013-08-08 00:00",31.6,"2013-09-01 00:00",31.3,"2013-06-12 00:00","","","","",32,31.6,31.2,30.3,26.4,18.1,5.1,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","001","0011","68108",1,34.518515,-91.55896,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,757.947826,11.994767,776,"2013-07-15 00:00",775,"2013-08-26 00:00",774,"2013-07-09 00:00",774,"2013-07-18 00:00","","","","",775,774,773,772,767,761,740,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","001","0011","68109",1,34.518515,-91.55896,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",115,100,61,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","001","0011","88101",1,34.518515,-91.55896,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,0,0,0,"Certification not required",0,9.446552,5.013485,27.2,"2013-08-08 00:00",24.1,"2013-09-10 00:00",22.1,"2013-06-27 00:00",21.7,"2013-08-02 00:00","","","","",24.1,22.1,20.7,16.7,12.3,8.3,3.8,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","001","0011","88101",1,34.518515,-91.55896,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,0,"","","Certification not required",0,9.446552,5.013485,27.2,"2013-08-08 00:00",24.1,"2013-09-10 00:00",22.1,"2013-06-27 00:00",21.7,"2013-08-02 00:00","","","","",24.1,22.1,20.7,16.7,12.3,8.3,3.8,"STUTTGART","1703 N BEURKLE - HWY 63","Arkansas","Arkansas","Stuttgart","","2014-02-03" +"05","003","0005","68101",1,33.136862,-91.950377,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",116,100,60,61,0,0,"","","Certification not required",44,0.118103,0.071139,0.3,"2013-03-17 00:00",0.3,"2013-03-20 00:00",0.3,"2013-04-16 00:00",0.3,"2013-10-04 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.05,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","003","0005","68102",1,33.136862,-91.950377,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",116,100,60,61,0,0,"","","Certification not required",0,24.043103,0.049737,24.1,"2013-01-07 00:00",24.1,"2013-01-19 00:00",24.1,"2013-01-22 00:00",24.1,"2013-02-09 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","003","0005","68105",1,33.136862,-91.950377,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,18.696552,9.418372,33.6,"2013-09-01 00:00",32.6,"2013-08-05 00:00",32.2,"2013-08-08 00:00",32.1,"2013-06-27 00:00","","","","",32.6,32.2,31.4,30.4,27.4,19.9,5.3,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","003","0005","68108",1,33.136862,-91.950377,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,761.543103,4.956142,773,"2013-03-26 00:00",773,"2013-11-24 00:00",773,"2013-12-12 00:00",773,"2013-12-24 00:00","","","","",773,773,772,768,765,762,755,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","003","0005","68109",1,33.136862,-91.950377,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",116,100,60,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","003","0005","88101",1,33.136862,-91.950377,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,0,0,0,"Certification not required",0,9.118103,4.569456,29.6,"2013-08-08 00:00",21.2,"2013-06-12 00:00",20.6,"2013-09-10 00:00",20.2,"2013-08-29 00:00","","","","",21.2,20.6,18.2,14.9,11.6,8,5,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","003","0005","88101",1,33.136862,-91.950377,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,0,"","","Certification not required",0,9.118103,4.569456,29.6,"2013-08-08 00:00",21.2,"2013-06-12 00:00",20.6,"2013-09-10 00:00",20.2,"2013-08-29 00:00","","","","",21.2,20.6,18.2,14.9,11.6,8,5,"CROSSETT","1015 UNITY ROAD","Arkansas","Ashley","Crossett","","2014-02-03" +"05","019","9991","44201",1,34.1795,-93.0988,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6843,84,230,275,0,1173,0,0,"Certification not required",827,0.044009,0.012138,0.083,"2013-09-05 15:00",0.081,"2013-09-16 17:00",0.079,"2013-09-04 16:00",0.072,"2013-05-14 17:00","","","","",0.079,0.072,0.064,0.059,0.053,0.045,0.036,"Caddo Valley","Lower Lake Recreation Area, Caddo Valley, AR 71923","Arkansas","Clark","","Arkadelphia, AR","2014-01-31" +"05","019","9991","44201",1,34.1795,-93.0988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6850,82,226,275,0,0,0,0,"Certification not required",0,0.039487,0.011638,0.074,"2013-09-05 10:00",0.069,"2013-09-04 11:00",0.068,"2013-05-14 11:00",0.067,"2013-09-06 11:00","","","","",0.068,0.065,0.058,0.053,0.048,0.041,0.031,"Caddo Valley","Lower Lake Recreation Area, Caddo Valley, AR 71923","Arkansas","Clark","","Arkadelphia, AR","2014-01-31" +"05","019","9991","44201",1,34.1795,-93.0988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6850,82,226,275,0,0,0,0,"Certification not required",0,0.039487,0.011638,0.074,"2013-09-05 10:00",0.069,"2013-09-04 11:00",0.068,"2013-05-14 11:00",0.067,"2013-09-06 11:00","","","","",0.068,0.065,0.058,0.053,0.048,0.041,0.031,"Caddo Valley","Lower Lake Recreation Area, Caddo Valley, AR 71923","Arkansas","Clark","","Arkadelphia, AR","2014-01-31" +"05","035","0005","42601",1,35.197288,-90.193141,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8718,100,365,365,0,0,"","","Certification not required",0,3.701916,10.020019,147.6,"2013-12-17 23:00",147,"2013-01-05 07:00",144.5,"2013-11-13 23:00",143.5,"2013-11-14 06:00","","","","",51.2,34,13.1,5.3,2.2,1.5,0.6,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","42602",1,35.197288,-90.193141,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8718,100,365,365,0,0,0,"","Certification not required",0,18.890411,9.017382,52.5,"2013-04-06 04:00",44,"2013-04-05 22:00",40,"2013-11-14 19:00",39.9,"2013-12-13 04:00","","","","",39.9,38.6,36.3,31.6,24.8,17.3,8.6,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","42602",1,35.197288,-90.193141,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8718,100,365,365,0,0,"","","Certification not required",0,8.284779,6.796805,52.5,"2013-04-06 04:00",48.6,"2013-04-06 05:00",44,"2013-04-05 22:00",41.1,"2013-04-05 21:00","","","","",32.7,29.4,23.8,17.9,10.2,5.9,2.7,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","42603",1,35.197288,-90.193141,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8718,100,365,365,0,0,"","","Certification not required",0,11.863076,14.761196,184.6,"2013-01-05 07:00",180.6,"2013-01-05 08:00",179,"2013-11-13 23:00",178.8,"2013-12-17 23:00","","","","",79.6,58.5,36.4,23.3,12.2,7.3,3.9,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","44201",1,35.197288,-90.193141,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8713,100,274,275,0,0,0,0,"Certification not required",705,0.046912,0.011712,0.088,"2013-07-29 14:00",0.079,"2013-06-19 12:00",0.077,"2013-06-15 14:00",0.076,"2013-05-14 13:00","","","","",0.077,0.072,0.067,0.062,0.055,0.047,0.037,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","44201",1,35.197288,-90.193141,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8718,99,273,275,0,0,0,0,"Certification not required",0,0.041773,0.011158,0.07,"2013-05-14 10:00",0.07,"2013-06-15 09:00",0.07,"2013-07-29 10:00",0.067,"2013-06-11 10:00","","","","",0.07,0.064,0.059,0.056,0.05,0.042,0.032,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","44201",1,35.197288,-90.193141,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8718,99,273,275,0,0,0,0,"Certification not required",0,0.041773,0.011158,0.07,"2013-05-14 10:00",0.07,"2013-06-15 09:00",0.07,"2013-07-29 10:00",0.067,"2013-06-11 10:00","","","","",0.07,0.064,0.059,0.056,0.05,0.042,0.032,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","68101",1,35.197288,-90.193141,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",119,98,119,122,0,0,"","","Certification not required",38,0.129412,0.069627,0.3,"2013-07-18 00:00",0.3,"2013-11-30 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.2,0.2,0.2,0.2,0.1,0.05,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","68102",1,35.197288,-90.193141,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",119,98,119,122,0,0,"","","Certification not required",0,24.055462,0.049911,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","68105",1,35.197288,-90.193141,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,17.680672,9.48604,32.4,"2013-06-27 00:00",32.4,"2013-07-09 00:00",32.4,"2013-08-08 00:00",31.7,"2013-06-12 00:00","","","","",32.4,32.4,30.8,29.3,26.2,18.6,3.9,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","68108",1,35.197288,-90.193141,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,756.781513,5.697397,773,"2013-11-24 00:00",772,"2013-11-12 00:00",772,"2013-12-12 00:00",772,"2013-12-24 00:00","","","","",772,772,768,764,760,756,750,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","68109",1,35.197288,-90.193141,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",118,97,118,122,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","88101",1,35.197288,-90.193141,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,0,1,1,"Certification not required",0,9.991597,5.317011,36.6,"2013-09-01 00:00",25.7,"2013-08-29 00:00",21.9,"2013-01-25 00:00",21.5,"2013-06-27 00:00","","","","",25.7,21.9,20.6,16.3,12.4,8.9,4.4,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","88101",1,35.197288,-90.193141,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,0,"","","Certification not required",0,9.991597,5.317011,36.6,"2013-09-01 00:00",25.7,"2013-08-29 00:00",21.9,"2013-01-25 00:00",21.5,"2013-06-27 00:00","","","","",25.7,21.9,20.6,16.3,12.4,8.9,4.4,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-02-03" +"05","035","0005","88501",3,35.197288,-90.193141,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8672,99,361,365,0,0,"","","Certification not required",0,9.899135,5.850419,82.1,"2013-03-28 13:00",57,"2013-07-31 09:00",56.2,"2013-08-09 17:00",51.2,"2013-07-10 19:00","","","","",28.5,24.7,20.5,17,12.6,9,3.8,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","035","0005","88501",3,35.197288,-90.193141,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,9.844321,4.107598,33.4,"2013-08-31 00:00",22.6,"2013-08-29 00:00",22.1,"2013-08-30 00:00",22,"2013-08-08 00:00","","","","",22,21.1,18.3,15.1,11.6,9.1,5.6,"MARION","LH POLK AND COLONIAL DRIVE","Arkansas","Crittenden","Marion","Memphis, TN-MS-AR","2014-01-07" +"05","051","0003","68101",1,34.469441,-93.000178,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",119,100,61,61,0,0,"","","Certification not required",45,0.127311,0.109457,0.9,"2013-09-01 00:00",0.4,"2013-09-16 00:00",0.3,"2013-05-07 00:00",0.3,"2013-06-27 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.1,0.05,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68101",2,34.469441,-93.000178,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",57,93,57,61,0,0,"","","Certification not required",18,0.140351,0.126222,0.9,"2013-01-10 00:00",0.3,"2013-03-23 00:00",0.3,"2013-07-21 00:00",0.3,"2013-11-06 00:00","","","","",0.9,0.3,0.3,0.2,0.2,0.1,0.05,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68102",1,34.469441,-93.000178,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,0,"","","Certification not required",0,24.05042,0.05021,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68102",2,34.469441,-93.000178,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",57,93,57,61,0,0,"","","Certification not required",0,24.047368,0.050375,24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68105",1,34.469441,-93.000178,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,18.231092,9.631927,33.2,"2013-06-27 00:00",32.8,"2013-09-01 00:00",32.7,"2013-07-09 00:00",32.4,"2013-08-02 00:00","","","","",32.8,32.7,32.2,31.1,27.2,19,4.7,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68105",2,34.469441,-93.000178,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,16.638596,10.094779,33.5,"2013-07-09 00:00",33.3,"2013-06-27 00:00",32.3,"2013-09-07 00:00",30.9,"2013-06-21 00:00","","","","",33.5,33.3,32.3,29.1,26.4,18.1,2,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68108",1,34.469441,-93.000178,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,749.932773,5.167911,763,"2013-11-12 00:00",763,"2013-11-18 00:00",763,"2013-11-24 00:00",763,"2013-12-12 00:00","","","","",763,763,759,757,754,749,744,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68108",2,34.469441,-93.000178,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,752.122807,5.719859,768,"2013-11-12 00:00",765,"2013-11-24 00:00",765,"2013-12-12 00:00",764,"2013-12-24 00:00","","","","",768,765,765,762,754,751,747,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68109",1,34.469441,-93.000178,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",119,100,61,61,0,0,"","","Certification not required",0,1440.008403,0.09167,1441,"2013-06-09 00:00",1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","68109",2,34.469441,-93.000178,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",57,93,57,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","88101",1,34.469441,-93.000178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,0,0,0,"Certification not required",0,9.491597,4.320557,21.9,"2013-06-12 00:00",21.7,"2013-04-16 00:00",20.3,"2013-01-25 00:00",19.6,"2013-09-01 00:00","","","","",21.7,20.3,19.3,17,11.7,8.7,4.9,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","88101",1,34.469441,-93.000178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,0,"","","Certification not required",0,9.491597,4.320557,21.9,"2013-06-12 00:00",21.7,"2013-04-16 00:00",20.3,"2013-01-25 00:00",19.6,"2013-09-01 00:00","","","","",21.7,20.3,19.3,17,11.7,8.7,4.9,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","88101",2,34.469441,-93.000178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,0,0,0,"Certification not required",0,9.205263,4.329691,21.3,"2013-04-16 00:00",19.2,"2013-07-03 00:00",18.6,"2013-06-27 00:00",17.7,"2013-08-02 00:00","","","","",21.3,19.2,18.6,16.9,11.2,8.7,4.3,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","051","0003","88101",2,34.469441,-93.000178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,0,"","","Certification not required",0,9.205263,4.329691,21.3,"2013-04-16 00:00",19.2,"2013-07-03 00:00",18.6,"2013-06-27 00:00",17.7,"2013-08-02 00:00","","","","",21.3,19.2,18.6,16.9,11.2,8.7,4.3,"HOT SPRINGS","300 WERNER ST.","Arkansas","Garland","Hot Springs (Hot Springs National Park)","Hot Springs, AR","2014-02-03" +"05","067","0001","68101",1,35.638169,-91.189506,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",114,93,114,122,0,0,"","","Certification not required",37,0.130263,0.069006,0.3,"2013-03-20 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-13 00:00",0.2,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.05,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","067","0001","68102",1,35.638169,-91.189506,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",114,93,114,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","067","0001","68105",1,35.638169,-91.189506,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,17.699123,9.251142,31.9,"2013-11-12 00:00",31.7,"2013-09-10 00:00",31.3,"2013-07-09 00:00",31,"2013-06-12 00:00","","","","",31.7,31.3,29.7,28.1,26.4,19.9,4.4,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","067","0001","68108",1,35.638169,-91.189506,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,757.807018,3.458674,769,"2013-10-25 00:00",765,"2013-01-22 00:00",765,"2013-01-28 00:00",765,"2013-03-11 00:00","","","","",765,765,764,762,760,758,754,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","067","0001","68109",1,35.638169,-91.189506,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",113,93,113,122,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","067","0001","88101",1,35.638169,-91.189506,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,0,0,"Certification not required",0,9.035088,4.79297,25.3,"2013-07-30 00:00",24.3,"2013-09-10 00:00",20.9,"2013-09-01 00:00",20.3,"2013-06-12 00:00","","","","",24.3,20.9,18.3,15.2,11.9,8.4,3.7,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","067","0001","88101",1,35.638169,-91.189506,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,"","","Certification not required",0,9.035088,4.79297,25.3,"2013-07-30 00:00",24.3,"2013-09-10 00:00",20.9,"2013-09-01 00:00",20.3,"2013-06-12 00:00","","","","",24.3,20.9,18.3,15.2,11.9,8.4,3.7,"NEWPORT","7648 VICTORY BLVD","Arkansas","Jackson","Newport","","2014-02-05" +"05","101","0002","44201",1,35.832726,-93.20826,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8746,100,275,275,0,0,0,0,"Certification not required",4,0.046244,0.009601,0.078,"2013-11-25 14:00",0.07,"2013-05-14 15:00",0.069,"2013-03-14 23:00",0.069,"2013-03-15 00:00","","","","",0.069,0.066,0.063,0.058,0.053,0.047,0.039,"DEER","HWY 16","Arkansas","Newton","","Harrison, AR","2014-01-07" +"05","101","0002","44201",1,35.832726,-93.20826,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8749,100,275,275,0,0,0,0,"Certification not required",0,0.042738,0.009316,0.067,"2013-03-14 17:00",0.067,"2013-05-14 11:00",0.064,"2013-03-15 00:00",0.064,"2013-06-15 09:00","","","","",0.064,0.062,0.059,0.055,0.05,0.043,0.036,"DEER","HWY 16","Arkansas","Newton","","Harrison, AR","2014-01-07" +"05","101","0002","44201",1,35.832726,-93.20826,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8749,100,275,275,0,0,0,0,"Certification not required",0,0.042738,0.009316,0.067,"2013-03-14 17:00",0.067,"2013-05-14 11:00",0.064,"2013-03-15 00:00",0.064,"2013-06-15 09:00","","","","",0.064,0.062,0.059,0.055,0.05,0.043,0.036,"DEER","HWY 16","Arkansas","Newton","","Harrison, AR","2014-01-07" +"05","101","9000","85101",1,35.825893,-93.203187,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,10.390943,5.32931,28.7286,"2013-04-16 00:00",22.3051,"2013-03-08 00:00",20.2558,"2013-05-19 00:00",18.3249,"2013-05-28 00:00","","","","",28.7286,22.3051,20.2558,16.7657,12.989,9.375,4.0217,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","86502",1,35.825893,-93.203187,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4.32,2.751178,10,"2013-04-16 00:00",10,"2013-04-22 00:00",10,"2013-05-13 00:00",9,"2013-05-28 00:00","","","","",10,10,10,8,6,4,1,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88103",1,35.825893,-93.203187,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8e-05,0.000274,0.001,"2013-01-07 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-29 00:00",0.001,"2013-05-25 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88104",1,35.825893,-93.203187,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.024827,0.021655,0.084,"2013-05-13 00:00",0.074,"2013-05-01 00:00",0.072,"2013-04-25 00:00",0.0679,"2013-04-01 00:00","","","","",0.084,0.084,0.072,0.065,0.032,0.0177,0.0036,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88109",1,35.825893,-93.203187,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002232,0.001436,0.0061,"2013-03-08 00:00",0.0059,"2013-04-04 00:00",0.0055,"2013-04-16 00:00",0.0052,"2013-03-29 00:00","","","","",0.0061,0.0061,0.0055,0.004,0.0031,0.0018,0.0007,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88111",1,35.825893,-93.203187,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.028363,0.01858,0.0828,"2013-05-13 00:00",0.0745,"2013-04-22 00:00",0.0585,"2013-04-25 00:00",0.0555,"2013-05-28 00:00","","","","",0.0828,0.0828,0.0585,0.0551,0.0371,0.0251,0.008,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88112",1,35.825893,-93.203187,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88114",1,35.825893,-93.203187,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.000398,0.000216,0.0011,"2013-02-24 00:00",0.0008,"2013-01-07 00:00",0.0008,"2013-02-06 00:00",0.0008,"2013-03-08 00:00","","","","",0.0011,0.0011,0.0008,0.0007,0.0005,0.0004,0.00015,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88115",1,35.825893,-93.203187,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.001175,0.00108,0.0042,"2013-04-16 00:00",0.0038,"2013-05-19 00:00",0.0037,"2013-03-08 00:00",0.0036,"2013-04-04 00:00","","","","",0.0042,0.0042,0.0037,0.0028,0.0017,0.0009,0.00015,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88126",1,35.825893,-93.203187,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.021129,0.014495,0.0595,"2013-05-13 00:00",0.0503,"2013-04-01 00:00",0.0497,"2013-05-01 00:00",0.0496,"2013-04-22 00:00","","","","",0.0595,0.0595,0.0497,0.0495,0.0297,0.0168,0.0066,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88128",1,35.825893,-93.203187,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00112,0.000872,0.003,"2013-02-24 00:00",0.003,"2013-03-17 00:00",0.003,"2013-04-04 00:00",0.003,"2013-05-07 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88132",1,35.825893,-93.203187,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00082,0.000629,0.002,"2013-03-14 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-22 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88136",1,35.825893,-93.203187,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6e-05,0.00024,0.001,"2013-01-28 00:00",0.001,"2013-05-19 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88140",1,35.825893,-93.203187,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.01032,0.012373,0.0511,"2013-04-16 00:00",0.046,"2013-04-10 00:00",0.0408,"2013-05-19 00:00",0.0375,"2013-05-31 00:00","","","","",0.0511,0.0511,0.0408,0.0293,0.0147,0.006,0.00105,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88152",1,35.825893,-93.203187,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.0011,0.001353,0.0055,"2013-02-27 00:00",0.0039,"2013-03-08 00:00",0.0035,"2013-01-07 00:00",0.0035,"2013-04-01 00:00","","","","",0.0055,0.0055,0.0035,0.0032,0.0019,0.00015,0.00015,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88154",1,35.825893,-93.203187,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.000274,0.000184,0.0008,"2013-03-08 00:00",0.0008,"2013-04-04 00:00",0.0007,"2013-05-10 00:00",0.0005,"2013-02-21 00:00","","","","",0.0008,0.0008,0.0007,0.0005,0.0004,0.0002,0.0001,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88161",1,35.825893,-93.203187,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.001773,0.001335,0.0051,"2013-05-13 00:00",0.0047,"2013-04-01 00:00",0.0046,"2013-04-22 00:00",0.0044,"2013-05-01 00:00","","","","",0.0051,0.0051,0.0046,0.0043,0.0024,0.0013,0.0005,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88164",1,35.825893,-93.203187,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.000335,0.000452,0.002,"2013-04-16 00:00",0.0018,"2013-05-19 00:00",0.0014,"2013-05-28 00:00",0.0012,"2013-04-10 00:00","","","","",0.002,0.002,0.0014,0.001,0.0004,0.0001,5e-05,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88165",1,35.825893,-93.203187,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.058853,0.052277,0.21,"2013-05-13 00:00",0.1755,"2013-04-01 00:00",0.174,"2013-05-01 00:00",0.163,"2013-04-25 00:00","","","","",0.21,0.21,0.174,0.148,0.0829,0.0388,0.006,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88167",1,35.825893,-93.203187,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003794,0.002046,0.0092,"2013-03-08 00:00",0.008,"2013-02-06 00:00",0.0077,"2013-04-22 00:00",0.0069,"2013-04-04 00:00","","","","",0.0092,0.0092,0.0077,0.0067,0.0053,0.0035,0.0014,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88168",1,35.825893,-93.203187,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.000269,0.000141,0.0006,"2013-04-25 00:00",0.0005,"2013-01-16 00:00",0.0005,"2013-01-31 00:00",0.0005,"2013-03-08 00:00","","","","",0.0006,0.0006,0.0005,0.0005,0.0004,0.0003,0.0001,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88169",1,35.825893,-93.203187,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.50632,0.313123,1.8519,"2013-04-16 00:00",1.2277,"2013-05-19 00:00",1.024,"2013-05-28 00:00",0.9293,"2013-02-27 00:00","","","","",1.8519,1.8519,1.024,0.8368,0.645,0.4843,0.1707,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88176",1,35.825893,-93.203187,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000172,8.3e-05,0.0005,"2013-01-22 00:00",0.0005,"2013-05-01 00:00",0.0004,"2013-03-05 00:00",0.0003,"2013-01-07 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88180",1,35.825893,-93.203187,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.037566,0.030982,0.2076,"2013-04-16 00:00",0.1204,"2013-05-19 00:00",0.0703,"2013-04-10 00:00",0.0591,"2013-05-01 00:00","","","","",0.2076,0.2076,0.0703,0.0578,0.0434,0.0307,0.0165,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88184",1,35.825893,-93.203187,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.040682,0.068461,0.317,"2013-04-10 00:00",0.213,"2013-05-19 00:00",0.2025,"2013-05-31 00:00",0.1927,"2013-04-16 00:00","","","","",0.317,0.317,0.2025,0.172,0.0347,0.0112,0.0016,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88185",1,35.825893,-93.203187,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000693,0.000417,0.0022,"2013-01-04 00:00",0.0021,"2013-01-22 00:00",0.0017,"2013-01-07 00:00",0.0015,"2013-01-25 00:00","","","","",0.0022,0.0022,0.0017,0.0015,0.0007,0.00065,0.0004,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88203",1,35.825893,-93.203187,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.031772,0.050239,0.262,"2013-04-10 00:00",0.233,"2013-01-28 00:00",0.1116,"2013-05-31 00:00",0.1087,"2013-02-18 00:00","","","","",0.262,0.233,0.1116,0.0665,0.0338,0.0121,0.0073,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88306",1,35.825893,-93.203187,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.02868,1.000144,4.2263,"2013-02-27 00:00",3.6256,"2013-04-04 00:00",3.2035,"2013-01-25 00:00",3.195,"2013-03-02 00:00","","","","",4.2263,3.6256,3.2035,2.329,1.6723,0.538,0.1503,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88320",1,35.825893,-93.203187,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,1.009149,0.822245,4.27,"2013-03-08 00:00",3.34,"2013-04-16 00:00",2.64,"2013-03-29 00:00",2.22,"2013-03-14 00:00","","","","",4.27,4.27,2.64,2.02,1.23,0.74,0.36,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88321",1,35.825893,-93.203187,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.185319,0.123233,0.63,"2013-03-08 00:00",0.5,"2013-04-16 00:00",0.41,"2013-04-04 00:00",0.36,"2013-03-14 00:00","","","","",0.63,0.63,0.41,0.36,0.22,0.14,0.08,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88324",1,35.825893,-93.203187,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",39,0.031121,0.04069,0.275,"2013-03-08 00:00",0.1021,"2013-04-07 00:00",0.0712,"2013-03-29 00:00",0.0649,"2013-05-28 00:00","","","","",0.275,0.275,0.0712,0.0625,0.03015,0.02185,0.01015,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88325",1,35.825893,-93.203187,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",3,0.214578,0.192312,1.0282,"2013-04-16 00:00",0.7865,"2013-03-08 00:00",0.4966,"2013-03-29 00:00",0.4942,"2013-05-19 00:00","","","","",1.0282,1.0282,0.4966,0.4257,0.2615,0.1571,0.0605,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88326",1,35.825893,-93.203187,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",5,0.274227,0.258411,1.2557,"2013-03-08 00:00",1.0259,"2013-03-29 00:00",0.8273,"2013-03-14 00:00",0.668,"2013-04-16 00:00","","","","",1.2557,1.2557,0.8273,0.6332,0.3473,0.1754,0.03895,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88327",1,35.825893,-93.203187,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.21723,0.19477,0.9337,"2013-03-08 00:00",0.8991,"2013-04-16 00:00",0.5635,"2013-03-29 00:00",0.5595,"2013-04-04 00:00","","","","",0.9337,0.9337,0.5635,0.4904,0.2572,0.1426,0.0795,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88328",1,35.825893,-93.203187,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.286509,0.174268,1.0167,"2013-03-08 00:00",0.6851,"2013-04-16 00:00",0.5508,"2013-04-22 00:00",0.5207,"2013-05-19 00:00","","","","",1.0167,1.0167,0.5508,0.5068,0.3742,0.2488,0.1044,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88329",1,35.825893,-93.203187,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.411349,0.283612,1.5471,"2013-03-08 00:00",1.1315,"2013-04-16 00:00",0.8395,"2013-05-19 00:00",0.8344,"2013-04-04 00:00","","","","",1.5471,1.5471,0.8395,0.7577,0.5436,0.3188,0.1394,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88330",1,35.825893,-93.203187,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.059857,0.03296,0.2021,"2013-03-17 00:00",0.1198,"2013-04-01 00:00",0.1049,"2013-03-14 00:00",0.104,"2013-02-09 00:00","","","","",0.2021,0.2021,0.1049,0.0975,0.0798,0.0558,0.0264,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88331",1,35.825893,-93.203187,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",14,0.00044,0.0013,0.0053,"2013-03-17 00:00",0.0049,"2013-03-26 00:00",0.0048,"2013-03-08 00:00",0.003,"2013-04-25 00:00","","","","",0.0053,0.0053,0.0048,0.0016,5e-05,0,0,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88338",1,35.825893,-93.203187,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.016396,0.004728,0.02695,"2013-02-21 00:00",0.02675,"2013-02-18 00:00",0.0253,"2013-02-27 00:00",0.02495,"2013-02-12 00:00","","","","",0.02695,0.02675,0.0253,0.02445,0.0173,0.016,0.0113,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88339",1,35.825893,-93.203187,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.088549,1.291637,7.63925,"2013-04-16 00:00",5.06422,"2013-05-19 00:00",4.22384,"2013-05-28 00:00",3.8334,"2013-02-27 00:00","","","","",7.63925,7.63925,4.22384,3.45192,2.6605,1.99761,0.70426,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88344",1,35.825893,-93.203187,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.326996,1.290164,5.4519,"2013-02-27 00:00",4.677,"2013-04-04 00:00",4.1325,"2013-01-25 00:00",4.1216,"2013-03-02 00:00","","","","",5.4519,4.677,4.1325,3.004,2.1573,0.694,0.1939,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88348",1,35.825893,-93.203187,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.301548,0.241501,0.9947,"2013-05-13 00:00",0.8147,"2013-05-01 00:00",0.7952,"2013-04-01 00:00",0.7869,"2013-04-25 00:00","","","","",0.9947,0.9947,0.7952,0.7612,0.4156,0.2192,0.0579,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88350",1,35.825893,-93.203187,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,1.816336,1.480047,7.6811,"2013-03-08 00:00",6.0176,"2013-04-16 00:00",4.7448,"2013-03-29 00:00",3.9992,"2013-03-14 00:00","","","","",7.6811,7.6811,4.7448,3.6421,2.2187,1.3266,0.6493,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88403",1,35.825893,-93.203187,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.571861,1.057505,6.3171,"2013-04-16 00:00",3.9816,"2013-05-19 00:00",3.0965,"2013-05-28 00:00",3.0576,"2013-02-27 00:00","","","","",6.3171,3.9816,3.0965,2.5799,2.0364,1.4704,0.4488,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","101","9000","88502",1,35.825893,-93.203187,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.732,3.39065,18.1,"2013-04-16 00:00",14,"2013-03-08 00:00",12.9,"2013-05-19 00:00",10.6,"2013-04-04 00:00","","","","",18.1,18.1,12.9,10.4,7.1,5.3,2.5,"","Upper Buffalo Wilderness","Arkansas","Newton","","Harrison, AR","2014-01-28" +"05","113","0002","68101",1,34.583699,-94.226234,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",113,100,58,61,0,0,"","","Certification not required",45,0.111062,0.066054,0.3,"2013-04-01 00:00",0.3,"2013-12-21 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.2,0.2,0.2,0.2,0.1,0.05,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0002","68102",1,34.583699,-94.226234,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",113,100,58,61,0,0,"","","Certification not required",0,24,0.013363,24.1,"2013-03-29 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0002","68105",1,34.583699,-94.226234,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,16.992035,9.247153,30.8,"2013-06-27 00:00",30.5,"2013-07-09 00:00",30.5,"2013-08-08 00:00",30.2,"2013-08-05 00:00","","","","",30.5,30.5,29.2,28.3,25.2,18.3,4,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0002","68108",1,34.583699,-94.226234,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,738.415929,5.600902,767,"2013-03-29 00:00",750,"2013-01-04 00:00",749,"2013-03-26 00:00",749,"2013-12-09 00:00","","","","",750,749,747,746,741,738,733,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0002","68109",1,34.583699,-94.226234,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",113,100,58,61,0,0,"","","Certification not required",0,1439.902655,1.034793,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0002","88101",1,34.583699,-94.226234,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,0,0,"Certification not required",0,10.002632,4.959115,25.5,"2013-08-08 00:00",24.5,"2013-04-16 00:00",22.6,"2013-09-10 00:00",22.1,"2013-06-27 00:00","","","","",24.5,22.6,19.5,17.5,12.9,8.7,4.2,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0002","88101",1,34.583699,-94.226234,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,"","","Certification not required",0,10.002632,4.959115,25.5,"2013-08-08 00:00",24.5,"2013-04-16 00:00",22.6,"2013-09-10 00:00",22.1,"2013-06-27 00:00","","","","",24.5,22.6,19.5,17.5,12.9,8.7,4.2,"MENA","HORNBECK ROAD - MENA","Arkansas","Polk","Mena","","2014-02-03" +"05","113","0003","44201",1,34.454406,-94.143316,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8427,99,273,275,0,0,0,0,"Certification not required",7,0.048553,0.009749,0.075,"2013-09-04 22:00",0.075,"2013-09-05 22:00",0.073,"2013-05-14 17:00",0.071,"2013-06-15 06:00","","","","",0.073,0.07,0.064,0.061,0.055,0.05,0.041,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-07" +"05","113","0003","44201",1,34.454406,-94.143316,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8436,99,272,275,0,0,0,0,"Certification not required",0,0.044967,0.009623,0.068,"2013-03-14 12:00",0.066,"2013-05-14 11:00",0.065,"2013-05-08 13:00",0.065,"2013-06-14 23:00","","","","",0.065,0.065,0.061,0.057,0.052,0.046,0.039,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-07" +"05","113","0003","44201",1,34.454406,-94.143316,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8436,99,272,275,0,0,0,0,"Certification not required",0,0.044967,0.009623,0.068,"2013-03-14 12:00",0.066,"2013-05-14 11:00",0.065,"2013-05-08 13:00",0.065,"2013-06-14 23:00","","","","",0.065,0.065,0.061,0.057,0.052,0.046,0.039,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-07" +"05","113","0003","85101",1,34.454406,-94.143316,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,10.707676,6.807598,32.2884,"2013-04-16 00:00",30.621,"2013-05-19 00:00",25.0755,"2013-05-07 00:00",20.8384,"2013-05-10 00:00","","","","",32.2884,30.621,25.0755,18.4849,13.9916,9.2716,3.7191,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","86502",1,34.454406,-94.143316,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,5.145833,4.552248,18,"2013-05-19 00:00",15,"2013-05-07 00:00",15,"2013-05-10 00:00",13,"2013-04-16 00:00","","","","",18,18,15,13,7,4,1,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88103",1,34.454406,-94.143316,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,8.3e-05,0.000279,0.001,"2013-02-06 00:00",0.001,"2013-02-09 00:00",0.001,"2013-04-25 00:00",0.001,"2013-05-13 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88104",1,34.454406,-94.143316,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.025096,0.018233,0.0829,"2013-05-13 00:00",0.0675,"2013-04-01 00:00",0.063,"2013-04-22 00:00",0.059,"2013-04-13 00:00","","","","",0.0829,0.0829,0.063,0.0555,0.0338,0.0197,0.0054,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88109",1,34.454406,-94.143316,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.002044,0.001335,0.0055,"2013-03-08 00:00",0.005,"2013-03-29 00:00",0.0048,"2013-04-16 00:00",0.0043,"2013-02-06 00:00","","","","",0.0055,0.0055,0.0048,0.0042,0.003,0.0018,0.0006,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88111",1,34.454406,-94.143316,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.022317,0.013726,0.0694,"2013-05-13 00:00",0.0501,"2013-04-01 00:00",0.0456,"2013-04-22 00:00",0.0431,"2013-04-25 00:00","","","","",0.0694,0.0694,0.0456,0.0411,0.0289,0.0205,0.0046,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88112",1,34.454406,-94.143316,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88114",1,34.454406,-94.143316,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.000346,0.000205,0.0011,"2013-01-19 00:00",0.0007,"2013-02-06 00:00",0.0007,"2013-02-24 00:00",0.0007,"2013-03-08 00:00","","","","",0.0011,0.0011,0.0007,0.0006,0.0004,0.0003,0.0001,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88115",1,34.454406,-94.143316,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",10,0.001649,0.002705,0.0181,"2013-04-10 00:00",0.0047,"2013-04-16 00:00",0.004,"2013-03-29 00:00",0.004,"2013-05-28 00:00","","","","",0.0181,0.0181,0.004,0.0036,0.0022,0.0009,0.00015,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88126",1,34.454406,-94.143316,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.020118,0.013002,0.059,"2013-05-13 00:00",0.0452,"2013-04-01 00:00",0.0449,"2013-04-22 00:00",0.0434,"2013-04-25 00:00","","","","",0.059,0.059,0.0449,0.041,0.0263,0.018,0.0041,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88128",1,34.454406,-94.143316,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000979,0.000785,0.003,"2013-02-09 00:00",0.003,"2013-04-22 00:00",0.002,"2013-01-19 00:00",0.002,"2013-01-22 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88132",1,34.454406,-94.143316,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000792,0.000544,0.002,"2013-03-14 00:00",0.002,"2013-04-22 00:00",0.002,"2013-05-13 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88136",1,34.454406,-94.143316,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,6.3e-05,0.000245,0.001,"2013-04-16 00:00",0.001,"2013-05-19 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88140",1,34.454406,-94.143316,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",17,0.007801,0.010719,0.049,"2013-04-10 00:00",0.0466,"2013-05-19 00:00",0.0257,"2013-05-31 00:00",0.0212,"2013-04-01 00:00","","","","",0.049,0.049,0.0257,0.0203,0.0096,0.0034,0.00105,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88152",1,34.454406,-94.143316,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",26,0.001124,0.00152,0.005,"2013-04-25 00:00",0.0042,"2013-05-10 00:00",0.0042,"2013-05-13 00:00",0.0041,"2013-02-24 00:00","","","","",0.005,0.005,0.0042,0.004,0.0023,0.00015,0.0001,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88154",1,34.454406,-94.143316,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",16,0.000254,0.000154,0.0007,"2013-03-29 00:00",0.0006,"2013-01-19 00:00",0.0005,"2013-02-24 00:00",0.0005,"2013-03-08 00:00","","","","",0.0007,0.0007,0.0005,0.0005,0.0004,0.0002,0.0001,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88161",1,34.454406,-94.143316,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.001755,0.001179,0.0048,"2013-05-13 00:00",0.0044,"2013-04-25 00:00",0.0042,"2013-04-01 00:00",0.004,"2013-04-22 00:00","","","","",0.0048,0.0048,0.0042,0.0037,0.0024,0.0016,0.0003,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88164",1,34.454406,-94.143316,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",13,0.000357,0.000479,0.0024,"2013-05-19 00:00",0.002,"2013-04-16 00:00",0.0011,"2013-04-10 00:00",0.001,"2013-05-28 00:00","","","","",0.0024,0.0024,0.0011,0.0009,0.0005,0.0002,5e-05,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88165",1,34.454406,-94.143316,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.061255,0.048559,0.2202,"2013-05-13 00:00",0.1568,"2013-04-13 00:00",0.1548,"2013-04-01 00:00",0.1525,"2013-04-25 00:00","","","","",0.2202,0.2202,0.1548,0.149,0.0873,0.055,0.0064,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88167",1,34.454406,-94.143316,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.003415,0.002162,0.0107,"2013-03-08 00:00",0.0086,"2013-02-06 00:00",0.0075,"2013-02-09 00:00",0.0074,"2013-01-19 00:00","","","","",0.0107,0.0107,0.0075,0.0062,0.0045,0.0031,0.001,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88168",1,34.454406,-94.143316,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",19,0.000289,0.000204,0.0009,"2013-01-19 00:00",0.0008,"2013-01-16 00:00",0.0006,"2013-04-10 00:00",0.0006,"2013-04-22 00:00","","","","",0.0009,0.0009,0.0006,0.0006,0.0004,0.0002,0.0001,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88169",1,34.454406,-94.143316,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.472842,0.365976,2.2229,"2013-04-16 00:00",1.1947,"2013-05-19 00:00",0.9912,"2013-02-09 00:00",0.9629,"2013-05-28 00:00","","","","",2.2229,2.2229,0.9912,0.8896,0.6341,0.3915,0.1393,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88176",1,34.454406,-94.143316,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",36,0.000198,9e-05,0.0005,"2013-04-16 00:00",0.0004,"2013-01-19 00:00",0.0004,"2013-02-12 00:00",0.0004,"2013-05-13 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0003,0.00015,0.00015,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88180",1,34.454406,-94.143316,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.035835,0.032889,0.2244,"2013-04-16 00:00",0.0937,"2013-05-19 00:00",0.0691,"2013-02-06 00:00",0.0577,"2013-03-14 00:00","","","","",0.2244,0.2244,0.0691,0.057,0.041,0.0309,0.0128,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88184",1,34.454406,-94.143316,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",13,0.052952,0.081568,0.3554,"2013-04-10 00:00",0.2437,"2013-04-16 00:00",0.2393,"2013-05-19 00:00",0.2147,"2013-03-17 00:00","","","","",0.3554,0.3554,0.2393,0.2103,0.047,0.0141,0.0016,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88185",1,34.454406,-94.143316,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.000713,0.000379,0.0024,"2013-03-26 00:00",0.0021,"2013-01-19 00:00",0.0016,"2013-05-25 00:00",0.001,"2013-04-04 00:00","","","","",0.0024,0.0024,0.0016,0.001,0.00065,0.00065,0.0004,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88203",1,34.454406,-94.143316,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.047902,0.070558,0.3071,"2013-04-10 00:00",0.2843,"2013-01-25 00:00",0.2058,"2013-05-31 00:00",0.1821,"2013-03-17 00:00","","","","",0.3071,0.3071,0.2058,0.1306,0.0674,0.0178,0.00305,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88306",1,34.454406,-94.143316,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.595298,0.581224,2.6289,"2013-02-09 00:00",2.1592,"2013-01-25 00:00",2.0681,"2013-04-04 00:00",1.8062,"2013-01-04 00:00","","","","",2.6289,2.6289,2.0681,1.472,0.7394,0.433,0.1155,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88320",1,34.454406,-94.143316,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.957708,0.719052,3.17,"2013-04-16 00:00",2.77,"2013-03-08 00:00",2.67,"2013-05-07 00:00",2.31,"2013-02-06 00:00","","","","",3.17,3.17,2.67,2.29,1.28,0.76,0.23,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88321",1,34.454406,-94.143316,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.156667,0.107966,0.48,"2013-04-16 00:00",0.42,"2013-03-20 00:00",0.4,"2013-03-08 00:00",0.35,"2013-05-07 00:00","","","","",0.48,0.48,0.4,0.33,0.19,0.14,0.05,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88324",1,34.454406,-94.143316,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",38,0.030156,0.028515,0.1622,"2013-02-06 00:00",0.121,"2013-03-08 00:00",0.0739,"2013-04-16 00:00",0.0736,"2013-05-07 00:00","","","","",0.1622,0.1622,0.0739,0.0631,0.0295,0.0225,0.01005,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88325",1,34.454406,-94.143316,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",5,0.201904,0.161485,0.76,"2013-04-16 00:00",0.538,"2013-05-07 00:00",0.5035,"2013-02-06 00:00",0.497,"2013-03-08 00:00","","","","",0.76,0.76,0.5035,0.4902,0.2995,0.1682,0.03325,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88326",1,34.454406,-94.143316,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.259331,0.193511,0.7281,"2013-03-08 00:00",0.7248,"2013-03-29 00:00",0.719,"2013-04-16 00:00",0.669,"2013-03-20 00:00","","","","",0.7281,0.7281,0.719,0.5958,0.3704,0.2125,0.066,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88327",1,34.454406,-94.143316,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.207677,0.183456,1.0006,"2013-04-16 00:00",0.6236,"2013-03-08 00:00",0.549,"2013-03-29 00:00",0.5403,"2013-05-07 00:00","","","","",1.0006,1.0006,0.549,0.492,0.2214,0.1695,0.0509,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88328",1,34.454406,-94.143316,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.271888,0.186819,0.9509,"2013-05-07 00:00",0.8004,"2013-03-08 00:00",0.6148,"2013-04-16 00:00",0.5685,"2013-02-06 00:00","","","","",0.9509,0.9509,0.6148,0.4735,0.3702,0.2449,0.0835,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88329",1,34.454406,-94.143316,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.375904,0.275962,1.2376,"2013-05-07 00:00",1.1427,"2013-03-08 00:00",1.0625,"2013-04-16 00:00",0.836,"2013-02-06 00:00","","","","",1.2376,1.2376,1.0625,0.7199,0.4863,0.3345,0.0906,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88330",1,34.454406,-94.143316,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.051652,0.030971,0.1801,"2013-03-20 00:00",0.1416,"2013-04-01 00:00",0.1076,"2013-01-25 00:00",0.1009,"2013-03-14 00:00","","","","",0.1801,0.1801,0.1076,0.0819,0.0602,0.049,0.025,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88331",1,34.454406,-94.143316,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",17,0.000718,0.001681,0.007,"2013-04-01 00:00",0.006,"2013-03-20 00:00",0.0043,"2013-03-14 00:00",0.004,"2013-05-10 00:00","","","","",0.007,0.007,0.0043,0.004,0.0001,5e-05,0,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88338",1,34.454406,-94.143316,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",43,0.017808,0.00857,0.0467,"2013-05-31 00:00",0.0457,"2013-01-28 00:00",0.0391,"2013-01-10 00:00",0.0326,"2013-03-08 00:00","","","","",0.0467,0.0467,0.0391,0.0267,0.02375,0.015,0.0109,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88339",1,34.454406,-94.143316,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.950473,1.509616,9.1693,"2013-04-16 00:00",4.92797,"2013-05-19 00:00",4.0887,"2013-02-09 00:00",3.97209,"2013-05-28 00:00","","","","",9.1693,9.1693,4.0887,3.66968,2.61554,1.6149,0.57478,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88344",1,34.454406,-94.143316,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.767927,0.749793,3.3913,"2013-02-09 00:00",2.7854,"2013-01-25 00:00",2.6678,"2013-04-04 00:00",2.33,"2013-01-04 00:00","","","","",3.3913,3.3913,2.6678,1.8989,0.9538,0.5586,0.149,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88348",1,34.454406,-94.143316,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.29605,0.2136,0.9958,"2013-05-13 00:00",0.7333,"2013-04-01 00:00",0.7016,"2013-04-22 00:00",0.6893,"2013-04-13 00:00","","","","",0.9958,0.9958,0.7016,0.6854,0.4164,0.2668,0.0556,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88350",1,34.454406,-94.143316,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.7232,1.293298,5.7029,"2013-04-16 00:00",4.9855,"2013-03-08 00:00",4.7975,"2013-05-07 00:00",4.1618,"2013-02-06 00:00","","","","",5.7029,5.7029,4.7975,4.1132,2.3035,1.3756,0.4124,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88403",1,34.454406,-94.143316,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.439642,1.232409,7.7423,"2013-04-16 00:00",3.6444,"2013-05-19 00:00",2.939,"2013-05-28 00:00",2.8881,"2013-02-09 00:00","","","","",7.7423,7.7423,2.939,2.7973,1.9127,1.1032,0.39,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","113","0003","88502",1,34.454406,-94.143316,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,5.083333,3.38522,18.8,"2013-04-16 00:00",11.7,"2013-05-19 00:00",10.9,"2013-03-08 00:00",9.9,"2013-03-29 00:00","","","","",18.8,18.8,10.9,9.6,6.7,4.6,1.5,"EAGLE MOUNTAIN","463 POLK 631","Arkansas","Polk","Mena","","2014-01-28" +"05","119","0007","42101",1,34.756189,-92.281296,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8723,100,365,365,0,0,0,0,"Certification not required",5901,0.356213,0.168796,1.5,"2013-01-05 01:00",1.4,"2013-03-03 05:00",1.3,"2013-12-28 00:00",1.2,"2013-01-26 07:00","","","","",0.9,0.8,0.7,0.6,0.5,0.25,0.25,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42101",1,34.756189,-92.281296,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8743,100,365,365,0,0,0,0,"Certification not required",0,0.383713,0.134753,1.1,"2013-12-28 07:00",1.1,"2013-12-28 09:00",1.1,"2013-12-28 10:00",1,"2013-01-05 02:00",1.1,"2013-12-28 07:00",1,"2013-01-05 02:00",0.9,0.8,0.6,0.6,0.5,0.3,0.3,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42101",2,34.756189,-92.281296,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48C-TL",2013,"Parts per million","No Events",8699,99,363,365,0,0,0,0,"Certification not required",15,0.367394,0.149778,1.552,"2013-01-05 01:00",1.331,"2013-03-03 05:00",1.313,"2013-01-11 22:00",1.278,"2013-01-11 21:00","","","","",1.031,0.799,0.645,0.535,0.418,0.333,0.236,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42101",2,34.756189,-92.281296,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8717,100,363,365,0,0,0,0,"Certification not required",0,0.367799,0.141207,1.2,"2013-01-11 22:00",1.2,"2013-01-11 23:00",1.2,"2013-01-12 00:00",1.2,"2013-01-12 01:00",1.2,"2013-01-11 22:00",1.1,"2013-01-11 17:00",1,0.8,0.6,0.5,0.4,0.3,0.2,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",1,34.756189,-92.281296,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8720,100,365,365,0,0,0,"","Certification not required",0,2.550137,1.295865,8.8,"2013-05-25 13:00",8.5,"2013-10-10 15:00",8.2,"2013-10-11 20:00",7,"2013-08-16 13:00","","","","",7,6.5,4.8,4.3,3.1,2.2,1.4,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",1,34.756189,-92.281296,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8720,100,365,365,0,0,"","","Certification not required",0,1.537821,0.705041,8.8,"2013-05-25 13:00",8.5,"2013-10-10 15:00",8.4,"2013-05-25 12:00",8.2,"2013-10-11 20:00","","","","",3.9,3.2,2.7,2.3,1.9,1.5,0.7,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",1,34.756189,-92.281296,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.538356,0.531024,3.1,"2013-05-25 00:00",3.1,"2013-08-16 00:00",2.9,"2013-01-19 00:00",2.9,"2013-08-14 00:00","","","","",2.9,2.7,2.4,2.2,1.9,1.5,0.8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",1,34.756189,-92.281296,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2889,99,365,365,0,0,"",0,"Certification not required",0,1.503358,0.652928,8,"2013-05-25 14:00",5.8,"2013-05-25 17:00",5.6,"2013-08-16 14:00",4.8,"2013-12-19 02:00","","","","",3.6,3.1,2.6,2.2,1.8,1.5,0.7,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",2,34.756189,-92.281296,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8720,100,365,365,0,0,0,"","Certification not required",0,2.014247,1.215814,8.5,"2013-10-10 15:00",8,"2013-05-25 13:00",7.5,"2013-10-11 20:00",6.5,"2013-11-20 12:00","","","","",6.5,5.5,4.4,3.7,2.5,1.6,0.9,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",2,34.756189,-92.281296,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8720,100,365,365,0,0,"","","Certification not required",0,1.0943,0.528331,8.5,"2013-10-10 15:00",8,"2013-05-25 13:00",7.9,"2013-05-25 12:00",7.5,"2013-10-11 20:00","","","","",3.2,2.6,2,1.6,1.2,0.9,0.7,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",2,34.756189,-92.281296,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.093151,0.310763,2.7,"2013-05-25 00:00",2.1,"2013-03-15 00:00",2.1,"2013-10-11 00:00",2.1,"2013-11-14 00:00","","","","",2.1,1.8,1.7,1.5,1.3,1,0.8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42401",2,34.756189,-92.281296,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2885,99,365,365,0,0,"",0,"Certification not required",0,1.064749,0.463787,7.4,"2013-05-25 14:00",5.4,"2013-05-25 17:00",4.7,"2013-10-11 23:00",4.6,"2013-11-20 14:00","","","","",2.8,2.5,1.9,1.6,1.2,0.9,0.7,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42406",1,34.756189,-92.281296,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8540,97,355,365,0,0,"","","Certification not required",0,1.932084,0.944909,14.6,"2013-11-20 12:00",14.2,"2013-10-10 15:00",12.7,"2013-10-09 11:00",11.5,"2013-08-16 13:00","","","","",5.5,4.4,3.3,2.8,2.2,1.8,1.1,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42406",2,34.756189,-92.281296,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8191,94,341,365,0,0,"","","Certification not required",0,1.287132,0.792876,14.3,"2013-11-20 12:00",10.8,"2013-11-15 01:00",10.1,"2013-08-16 13:00",9.7,"2013-08-28 02:00","","","","",4.5,3.5,2.5,2,1.4,1.1,0.8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42600",2,34.756189,-92.281296,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8696,99,365,365,0,0,"","","Certification not required",0,13.363535,15.894741,191.4,"2013-11-27 23:00",188.5,"2013-01-08 01:00",184.6,"2013-12-11 01:00",184,"2013-01-08 06:00","","","","",80.4,62.1,41.5,28.8,15.6,8.3,2.9,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42601",1,34.756189,-92.281296,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8711,99,365,365,0,0,"","","Certification not required",0,4.999541,11.326828,169.4,"2013-04-29 05:00",162.2,"2013-12-28 08:00",157.4,"2013-12-18 08:00",154.7,"2013-12-11 01:00","","","","",55,39.5,20.1,11.7,4.5,1.5,0.4,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42601",2,34.756189,-92.281296,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8687,99,364,365,0,0,"","","Certification not required",0,4.638621,10.117681,152.5,"2013-11-27 23:00",151.1,"2013-12-11 01:00",144.4,"2013-12-28 08:00",138.4,"2013-12-28 07:00","","","","",48.9,35,17.7,10.3,4.2,1.6,0.4,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","0007","42602",1,34.756189,-92.281296,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8711,99,365,365,0,0,0,"","Certification not required",0,23.78274,11.039525,48.5,"2013-09-07 02:00",48.4,"2013-09-15 21:00",48,"2013-01-08 01:00",47.9,"2013-07-03 22:00","","","","",47.9,46.9,42.3,38.1,32.4,23.5,8.6,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42602",1,34.756189,-92.281296,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8711,99,365,365,0,0,"","","Certification not required",0,9.790965,8.232224,48.5,"2013-09-07 02:00",48.4,"2013-09-15 21:00",48.3,"2013-09-15 22:00",48,"2013-01-08 01:00","","","","",37.8,33.5,28,22,12.8,7,2.5,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","42603",1,34.756189,-92.281296,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8711,99,365,365,0,0,"","","Certification not required",0,14.76858,17.321195,202.9,"2013-12-18 08:00",202.3,"2013-04-29 05:00",193.7,"2013-12-28 08:00",193.1,"2013-12-11 01:00","","","","",84.3,69.1,45.5,31.7,17.5,9.3,3.1,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","44201",1,34.756189,-92.281296,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8743,100,275,275,0,0,0,0,"Certification not required",763,0.045804,0.012607,0.079,"2013-09-06 11:00",0.073,"2013-07-05 11:00",0.073,"2013-09-01 15:00",0.073,"2013-09-16 15:00","","","","",0.073,0.072,0.068,0.063,0.055,0.046,0.036,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","44201",1,34.756189,-92.281296,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,274,275,0,0,0,0,"Certification not required",0,0.040697,0.011783,0.068,"2013-07-05 09:00",0.065,"2013-06-15 11:00",0.065,"2013-09-01 10:00",0.064,"2013-09-15 11:00","","","","",0.065,0.063,0.061,0.056,0.049,0.042,0.031,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","44201",1,34.756189,-92.281296,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,274,275,0,0,0,0,"Certification not required",0,0.040697,0.011783,0.068,"2013-07-05 09:00",0.065,"2013-06-15 11:00",0.065,"2013-09-01 10:00",0.064,"2013-09-15 11:00","","","","",0.065,0.063,0.061,0.056,0.049,0.042,0.031,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","61103",1,34.756189,-92.281296,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8759,100,365,365,0,0,"","","Certification not required",0,3.574415,2.456096,15.6,"2013-03-24 11:00",14.8,"2013-03-24 12:00",14.8,"2013-03-24 14:00",14.7,"2013-01-30 11:00","","","","",10.4,9.5,8.2,7.1,5,3.1,0.7,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","61104",1,34.756189,-92.281296,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8758,100,365,365,0,0,"","","Certification not required",0,185.597168,103.579743,359,"2013-01-02 12:00",359,"2013-01-15 16:00",359,"2013-03-01 03:00",359,"2013-04-22 01:00","","","","",356,352,342,327,280,191,43,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","62101",1,34.756189,-92.281296,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8698,99,362,365,0,0,"","","Certification not required",0,62.288457,18.100461,101,"2013-06-27 15:00",101,"2013-06-27 16:00",100,"2013-06-27 14:00",100,"2013-09-08 12:00","","","","",95,93,90,85,77,64,37,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","62201",1,34.756189,-92.281296,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8759,100,365,365,0,0,"","","Certification not required",41,36.179301,15.509217,86,"2013-01-10 09:00",83,"2013-01-09 10:00",81,"2013-01-09 11:00",81,"2013-01-10 10:00","","","","",75,71,64,57,47,36,16,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-07" +"05","119","0007","68101",1,34.756189,-92.281296,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",349,100,61,61,0,0,"","","Certification not required",182,0.132665,0.112605,0.6,"2013-08-06 00:00",0.5,"2013-06-24 00:00",0.5,"2013-09-01 00:00",0.4,"2013-01-16 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68101",2,34.756189,-92.281296,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",56,92,56,61,0,0,"","","Certification not required",22,0.173214,0.127552,0.5,"2013-06-27 00:00",0.5,"2013-08-14 00:00",0.4,"2013-05-10 00:00",0.4,"2013-07-03 00:00","","","","",0.5,0.5,0.4,0.3,0.3,0.2,0.05,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68102",1,34.756189,-92.281296,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",349,100,61,61,0,0,"","","Certification not required",0,23.997708,0.037835,24.1,"2013-02-08 00:00",24.1,"2013-02-10 00:00",24.1,"2013-02-11 00:00",24.1,"2013-02-17 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68102",2,34.756189,-92.281296,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",56,92,56,61,0,0,"","","Certification not required",0,24.001786,0.013363,24.1,"2013-05-22 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-22 00:00","","","","",24.1,24,24,24,24,24,24,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68105",1,34.756189,-92.281296,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,0,"","","Certification not required",0,18.859026,9.428171,33.8,"2013-06-27 00:00",33.6,"2013-08-31 00:00",33.5,"2013-09-08 00:00",33.4,"2013-06-28 00:00","","","","",33.4,32.9,31.6,30.7,27.4,19.7,5.9,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68105",2,34.756189,-92.281296,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,18.196429,9.834133,33.4,"2013-06-27 00:00",32.1,"2013-07-09 00:00",32.1,"2013-09-01 00:00",32,"2013-08-08 00:00","","","","",33.4,32.1,32.1,30.6,26.4,19.6,4,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68105",5,34.756189,-92.281296,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,18.625714,9.015489,32.2,"2013-06-27 00:00",31.1,"2013-07-09 00:00",31.1,"2013-08-29 00:00",31,"2013-09-01 00:00","","","","",31.1,31.1,30.8,29.8,26.5,20.6,5.8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","68108",1,34.756189,-92.281296,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,0,"","","Certification not required",0,757.859599,4.669576,772,"2013-11-13 00:00",772,"2013-11-24 00:00",771,"2013-11-12 00:00",771,"2013-12-12 00:00","","","","",771,770,766,764,761,757,752,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68108",2,34.756189,-92.281296,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,757.785714,5.482913,771,"2013-11-12 00:00",771,"2013-11-24 00:00",771,"2013-12-12 00:00",770,"2013-12-24 00:00","","","","",771,771,771,767,760,757,752,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68108",5,34.756189,-92.281296,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,53,61,0,1,"","","Certification not required",0,757.057143,5.565741,797,"2013-08-14 00:00",769,"2013-11-12 00:00",767,"2013-01-04 00:00",766,"2013-10-25 00:00","","","","",769,767,765,763,759,756,752,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","68109",1,34.756189,-92.281296,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",349,100,61,61,0,0,"","","Certification not required",0,1438.518625,3.072462,1440,"2013-01-01 00:00",1440,"2013-01-02 00:00",1440,"2013-01-05 00:00",1440,"2013-01-12 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","68109",2,34.756189,-92.281296,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",56,92,56,61,0,0,"","","Certification not required",0,1439.767857,0.738329,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","81102",1,34.756189,-92.281296,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",122,100,61,61,0,0,0,0,"Certification not required",0,17.311475,9.634719,63,"2013-08-08 00:00",61,"2013-06-27 00:00",50,"2013-06-12 00:00",37,"2013-07-30 00:00","","","","",61,50,35,28,20,16,8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","81102",2,34.756189,-92.281296,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,0,0,"Certification not required",0,17.578947,9.466006,59,"2013-06-27 00:00",37,"2013-09-19 00:00",36,"2013-03-29 00:00",31,"2013-09-01 00:00","","","","",59,37,36,28,23,16,8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-05" +"05","119","0007","85129",1,34.756189,-92.281296,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,0,0,"Certification not required",0,0.00231,0.002285,0.009,"2013-01-16 00:00",0.006,"2013-01-10 00:00",0.006,"2013-03-23 00:00",0.006,"2013-05-16 00:00","","","","",0.009,0.009,0.006,0.006,0.003,0.002,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-18" +"05","119","0007","85129",2,34.756189,-92.281296,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,0,0,0,"Certification not required",0,0.001962,0.001685,0.006,"2013-05-16 00:00",0.005,"2013-01-16 00:00",0.004,"2013-01-10 00:00",0.004,"2013-03-23 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.002,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-19" +"05","119","0007","86101",1,34.756189,-92.281296,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,0,"","","Certification not required",0,7.650847,6.813295,41.2,"2013-06-27 00:00",39.4,"2013-08-08 00:00",30.1,"2013-06-12 00:00",26.3,"2013-09-10 00:00","","","","",39.4,30.1,18.6,14.8,9.7,6.2,1.5,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","86101",2,34.756189,-92.281296,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,0,"","","Certification not required",0,8.601818,7.785468,39.2,"2013-06-27 00:00",38.3,"2013-08-08 00:00",20.1,"2013-03-29 00:00",19.9,"2013-11-30 00:00","","","","",39.2,38.3,20.1,16.3,12,7.1,2,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88101",1,34.756189,-92.281296,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,0,0,"Certification not required",0,10.388319,4.691251,27.8,"2013-08-31 00:00",24.2,"2013-12-01 00:00",24,"2013-08-08 00:00",23.7,"2013-09-18 00:00","","","","",23.7,20.7,19.1,16.5,13.1,9.7,4.9,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-05" +"05","119","0007","88101",1,34.756189,-92.281296,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,10.388319,4.691251,27.8,"2013-08-31 00:00",24.2,"2013-12-01 00:00",24,"2013-08-08 00:00",23.7,"2013-09-18 00:00","","","","",23.7,20.7,19.1,16.5,13.1,9.7,4.9,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-05" +"05","119","0007","88101",2,34.756189,-92.281296,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,0,0,0,"Certification not required",0,10.219298,5.030459,24.4,"2013-08-08 00:00",21.7,"2013-09-19 00:00",20.3,"2013-06-27 00:00",19.7,"2013-11-30 00:00","","","","",24.4,21.7,20.3,16.4,13.2,9.4,4.4,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","88101",2,34.756189,-92.281296,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,0,"","","Certification not required",0,10.219298,5.030459,24.4,"2013-08-08 00:00",21.7,"2013-09-19 00:00",20.3,"2013-06-27 00:00",19.7,"2013-11-30 00:00","","","","",24.4,21.7,20.3,16.4,13.2,9.4,4.4,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","0007","88102",5,34.756189,-92.281296,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",99,0.019192,0.006332,0.047,"2013-04-01 00:00",0.043,"2013-06-27 00:00",0.035,"2013-05-01 00:00",0.029,"2013-06-12 00:00","","","","",0.043,0.035,0.026,0.026,0.021,0.0195,0.0095,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88103",5,34.756189,-92.281296,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.000567,0.000856,0.005,"2013-10-28 00:00",0.003,"2013-08-17 00:00",0.003,"2013-10-22 00:00",0.002,"2013-03-17 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88104",5,34.756189,-92.281296,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",34,0.104769,0.2148,1.24,"2013-08-08 00:00",1.18,"2013-06-12 00:00",1.09,"2013-07-30 00:00",0.827,"2013-06-27 00:00","","","","",1.18,1.09,0.385,0.221,0.1,0.044,0.0065,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88107",5,34.756189,-92.281296,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",102,0.008235,0.008191,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-04-22 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88109",5,34.756189,-92.281296,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",18,0.00342,0.002242,0.0121,"2013-02-03 00:00",0.0104,"2013-09-19 00:00",0.0095,"2013-02-06 00:00",0.0082,"2013-03-17 00:00","","","","",0.0104,0.0095,0.0076,0.0069,0.0044,0.0031,0.0009,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88110",5,34.756189,-92.281296,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.001212,0.003234,0.016,"2013-08-17 00:00",0.013,"2013-04-28 00:00",0.013,"2013-11-12 00:00",0.012,"2013-02-12 00:00","","","","",0.013,0.013,0.012,0.005,0,0,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88111",5,34.756189,-92.281296,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",18,0.032544,0.050249,0.381,"2013-08-08 00:00",0.206,"2013-06-27 00:00",0.187,"2013-06-12 00:00",0.168,"2013-07-30 00:00","","","","",0.206,0.187,0.126,0.0616,0.0337,0.0196,0.00375,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88112",5,34.756189,-92.281296,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.004692,0.012462,0.094,"2013-09-13 00:00",0.055,"2013-09-22 00:00",0.053,"2013-09-25 00:00",0.048,"2013-09-19 00:00","","","","",0.055,0.053,0.013,0.006,0.004,0.002,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88113",5,34.756189,-92.281296,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",95,0.000795,0.000369,0.0029,"2013-08-08 00:00",0.002,"2013-07-03 00:00",0.002,"2013-10-16 00:00",0.0019,"2013-07-12 00:00","","","","",0.002,0.002,0.0016,0.001,0.0007,0.0007,0.00055,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88114",5,34.756189,-92.281296,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",62,0.002289,0.002706,0.02,"2013-05-16 00:00",0.0128,"2013-10-13 00:00",0.0112,"2013-08-08 00:00",0.0083,"2013-09-22 00:00","","","","",0.0128,0.0112,0.0061,0.0047,0.0029,0.00125,0.0008,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88115",5,34.756189,-92.281296,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",69,0.00726,0.006553,0.037,"2013-05-31 00:00",0.0306,"2013-11-06 00:00",0.028,"2013-08-08 00:00",0.0238,"2013-04-10 00:00","","","","",0.0306,0.028,0.0214,0.018,0.0087,0.00405,0.0025,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88117",5,34.756189,-92.281296,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.008879,0.013022,0.0435,"2013-02-18 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-10-16 00:00",0.043,"2013-02-21 00:00","","","","",0.0435,0.0435,0.043,0.043,0.00485,0.0041,0.0028,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88118",5,34.756189,-92.281296,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.009819,0.006957,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-04-22 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88126",5,34.756189,-92.281296,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",1,0.115914,0.132391,0.841,"2013-08-08 00:00",0.761,"2013-06-12 00:00",0.563,"2013-07-30 00:00",0.527,"2013-06-27 00:00","","","","",0.761,0.563,0.296,0.191,0.128,0.0834,0.0307,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88128",5,34.756189,-92.281296,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.001135,0.001637,0.007,"2013-02-24 00:00",0.006,"2013-03-08 00:00",0.006,"2013-08-20 00:00",0.006,"2013-09-25 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88131",5,34.756189,-92.281296,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",101,0.009798,0.003805,0.03,"2013-10-19 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-05-13 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88132",5,34.756189,-92.281296,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.002317,0.002927,0.018,"2013-08-08 00:00",0.014,"2013-06-12 00:00",0.011,"2013-07-30 00:00",0.01,"2013-06-27 00:00","","","","",0.014,0.011,0.006,0.005,0.003,0.002,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88136",5,34.756189,-92.281296,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.000481,0.000903,0.004,"2013-04-16 00:00",0.004,"2013-07-30 00:00",0.004,"2013-10-16 00:00",0.003,"2013-08-20 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0,0,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88140",5,34.756189,-92.281296,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",97,0.00835,0.006924,0.052,"2013-02-18 00:00",0.041,"2013-06-21 00:00",0.0316,"2013-09-04 00:00",0.028,"2013-04-10 00:00","","","","",0.041,0.0316,0.022,0.009,0.009,0.006,0.00475,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88152",5,34.756189,-92.281296,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",103,0.005799,0.002233,0.02,"2013-08-08 00:00",0.008,"2013-01-28 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.00285,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88154",5,34.756189,-92.281296,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",103,0.001031,0.000272,0.0014,"2013-05-22 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-19 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88160",5,34.756189,-92.281296,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",101,0.012538,0.004199,0.033,"2013-01-31 00:00",0.021,"2013-02-09 00:00",0.02,"2013-07-21 00:00",0.018,"2013-01-22 00:00","","","","",0.021,0.02,0.018,0.018,0.016,0.01,0.008,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88161",5,34.756189,-92.281296,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",71,0.00662,0.013105,0.094,"2013-06-12 00:00",0.066,"2013-08-08 00:00",0.0615,"2013-06-27 00:00",0.046,"2013-07-30 00:00","","","","",0.066,0.0615,0.0176,0.01,0.0058,0.00265,0.0021,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88164",5,34.756189,-92.281296,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",102,0.001624,0.000481,0.0047,"2013-06-27 00:00",0.004,"2013-01-28 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-24 00:00","","","","",0.004,0.0019,0.0019,0.0019,0.0019,0.0016,0.00095,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88165",5,34.756189,-92.281296,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",3,0.206834,0.415527,2.77,"2013-08-08 00:00",2.26,"2013-06-12 00:00",1.79,"2013-06-27 00:00",1.52,"2013-07-30 00:00","","","","",2.26,1.79,0.708,0.383,0.176,0.091,0.028,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88166",5,34.756189,-92.281296,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",102,0.008084,0.004677,0.022,"2013-07-27 00:00",0.019,"2013-06-15 00:00",0.019,"2013-11-09 00:00",0.0185,"2013-01-22 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88167",5,34.756189,-92.281296,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",16,0.006518,0.005197,0.0419,"2013-11-06 00:00",0.0193,"2013-02-06 00:00",0.0189,"2013-02-03 00:00",0.0172,"2013-03-29 00:00","","","","",0.0193,0.0189,0.014,0.0109,0.008,0.006,0.00175,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88168",5,34.756189,-92.281296,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",95,0.001527,0.001319,0.0124,"2013-02-24 00:00",0.0053,"2013-05-07 00:00",0.005,"2013-07-30 00:00",0.0036,"2013-03-05 00:00","","","","",0.0053,0.005,0.0035,0.00175,0.00155,0.00115,0.00085,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88169",5,34.756189,-92.281296,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",1,0.705781,0.390419,1.97,"2013-09-01 00:00",1.9,"2013-04-16 00:00",1.5,"2013-08-17 00:00",1.5,"2013-09-28 00:00","","","","",1.9,1.5,1.49,1.24,0.9,0.662,0.27,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88176",5,34.756189,-92.281296,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",103,0.001003,0.000244,0.0022,"2013-02-06 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88180",5,34.756189,-92.281296,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",1,0.080606,0.072813,0.482,"2013-09-19 00:00",0.347,"2013-08-08 00:00",0.299,"2013-06-15 00:00",0.268,"2013-04-16 00:00","","","","",0.347,0.299,0.209,0.16,0.0921,0.0598,0.0306,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88184",5,34.756189,-92.281296,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",66,0.057019,0.077026,0.403,"2013-04-10 00:00",0.379,"2013-04-16 00:00",0.322,"2013-02-18 00:00",0.267,"2013-06-12 00:00","","","","",0.379,0.322,0.219,0.173,0.05,0.027,0.0155,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88185",5,34.756189,-92.281296,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",98,0.003619,0.003977,0.0179,"2013-02-03 00:00",0.0161,"2013-03-17 00:00",0.0139,"2013-01-13 00:00",0.0115,"2013-01-22 00:00","","","","",0.0161,0.0139,0.0115,0.0115,0.0023,0.00225,0.0014,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88301",5,34.756189,-92.281296,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",2,0.527934,0.45208,2.4,"2013-03-23 00:00",2.15,"2013-02-09 00:00",2.08,"2013-03-17 00:00",1.88,"2013-02-27 00:00","","","","",2.15,2.08,1.49,1.09,0.654,0.423,0.089,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88302",5,34.756189,-92.281296,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",8,0.093431,0.123083,0.672,"2013-04-10 00:00",0.634,"2013-09-28 00:00",0.441,"2013-05-31 00:00",0.419,"2013-06-27 00:00","","","","",0.634,0.441,0.39,0.254,0.0953,0.05,0.015,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88303",5,34.756189,-92.281296,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",16,0.05609,0.052277,0.336,"2013-09-19 00:00",0.295,"2013-06-15 00:00",0.218,"2013-04-16 00:00",0.171,"2013-08-29 00:00","","","","",0.295,0.218,0.13,0.115,0.068,0.0417,0.012,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88306",5,34.756189,-92.281296,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",0,0.785181,1.04512,6.04,"2013-03-23 00:00",4.81,"2013-01-25 00:00",4.22,"2013-03-17 00:00",3.95,"2013-02-09 00:00","","","","",4.81,4.22,2.77,2.15,0.715,0.385,0.21,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88355",5,34.756189,-92.281296,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,3.076337,1.415921,8.54,"2013-09-19 00:00",6.78,"2013-09-01 00:00",6.36,"2013-08-29 00:00",6.31,"2013-09-10 00:00","","","","",6.78,6.36,6.07,4.99,3.75,2.9,1.61,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88357",5,34.756189,-92.281296,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",1,0.364894,0.181011,1.05,"2013-06-15 00:00",1.04,"2013-06-21 00:00",0.761,"2013-02-12 00:00",0.664,"2013-02-06 00:00","","","","",1.04,0.761,0.642,0.605,0.467,0.347,0.162,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88370",5,34.756189,-92.281296,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,2.765106,1.295214,8.04,"2013-09-19 00:00",6.43,"2013-09-01 00:00",6.09,"2013-08-29 00:00",5.8,"2013-09-10 00:00","","","","",6.43,6.09,5.62,4.26,3.25,2.57,1.5,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88374",5,34.756189,-92.281296,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.271971,0.22556,1.04,"2013-08-29 00:00",1.01,"2013-09-01 00:00",0.963,"2013-09-10 00:00",0.867,"2013-09-19 00:00","","","","",1.01,0.963,0.693,0.604,0.369,0.214,0.066,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88375",5,34.756189,-92.281296,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.733837,0.306183,1.76,"2013-09-19 00:00",1.52,"2013-09-01 00:00",1.41,"2013-09-07 00:00",1.37,"2013-09-10 00:00","","","","",1.52,1.41,1.2,1.14,0.91,0.717,0.402,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88376",5,34.756189,-92.281296,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.774721,0.407661,2.31,"2013-09-19 00:00",2.1,"2013-07-03 00:00",1.91,"2013-01-04 00:00",1.79,"2013-08-29 00:00","","","","",2.1,1.91,1.71,1.31,0.936,0.691,0.417,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88377",5,34.756189,-92.281296,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.498394,0.234617,1.25,"2013-08-29 00:00",1.05,"2013-09-19 00:00",1.04,"2013-04-16 00:00",1.04,"2013-07-03 00:00","","","","",1.05,1.04,0.995,0.858,0.611,0.465,0.241,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88378",5,34.756189,-92.281296,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",2,0.486154,0.279468,2.05,"2013-09-19 00:00",1.42,"2013-09-01 00:00",1.29,"2013-09-10 00:00",0.964,"2013-09-07 00:00","","","","",1.42,1.29,0.869,0.762,0.627,0.418,0.244,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88380",5,34.756189,-92.281296,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.676404,0.363621,2.04,"2013-06-21 00:00",1.8,"2013-06-15 00:00",1.58,"2013-09-28 00:00",1.51,"2013-02-06 00:00","","","","",1.8,1.58,1.27,1.13,0.867,0.586,0.273,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88383",5,34.756189,-92.281296,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,1.098723,0.51108,3.14,"2013-09-19 00:00",2.48,"2013-06-21 00:00",2.22,"2013-09-10 00:00",2.13,"2013-06-15 00:00","","","","",2.48,2.22,2.07,1.78,1.41,1.05,0.522,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88384",5,34.756189,-92.281296,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",1,0.063416,0.027447,0.157,"2013-04-01 00:00",0.144,"2013-06-12 00:00",0.144,"2013-08-11 00:00",0.125,"2013-04-28 00:00","","","","",0.144,0.144,0.111,0.0995,0.0762,0.0593,0.0346,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88385",5,34.756189,-92.281296,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",97,0.001299,0.001335,0.0103,"2013-06-27 00:00",0.0076,"2013-06-12 00:00",0.00664,"2013-10-22 00:00",0.00584,"2013-08-08 00:00","","","","",0.0076,0.00664,0.00244,0.001,0.001,0.001,0.001,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88388",5,34.756189,-92.281296,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.797154,0.381221,2.54,"2013-09-19 00:00",1.8,"2013-09-10 00:00",1.76,"2013-09-01 00:00",1.54,"2013-09-28 00:00","","","","",1.8,1.76,1.45,1.26,1.02,0.738,0.361,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88403",5,34.756189,-92.281296,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",0,1.688914,0.934819,4.65,"2013-04-16 00:00",3.84,"2013-09-01 00:00",3.75,"2013-08-17 00:00",3.57,"2013-05-19 00:00","","","","",3.84,3.75,3.5,3.18,2.15,1.56,0.577,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","0007","88502",3,34.756189,-92.281296,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8757,100,365,365,0,0,"","","Certification not required",0,9.500423,6.194744,83.1,"2013-07-04 20:00",79.8,"2013-07-04 21:00",61,"2013-09-15 10:00",60.1,"2013-09-13 16:00","","","","",30.1,24.9,20.5,16.7,12.3,8.5,3.3,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","0007","88502",3,34.756189,-92.281296,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,9.450685,4.408138,30.3,"2013-09-11 00:00",28.6,"2013-09-16 00:00",23.9,"2013-08-08 00:00",23.6,"2013-05-18 00:00","","","","",23.6,20.9,19.1,15.1,11.7,8.6,4.8,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","0007","88502",5,34.756189,-92.281296,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,11.020192,5.280434,26.6,"2013-08-08 00:00",24.5,"2013-09-01 00:00",23.4,"2013-06-12 00:00",21.8,"2013-09-19 00:00","","","","",24.5,23.4,20.8,19.2,14.5,9.9,4.9,"PARR","PIKE AVE AT RIVER ROAD","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-13" +"05","119","1002","44201",1,34.835721,-92.260581,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8747,100,275,275,0,0,0,0,"Certification not required",81,0.047607,0.013608,0.081,"2013-09-15 16:00",0.079,"2013-06-15 15:00",0.079,"2013-09-09 14:00",0.079,"2013-09-10 13:00","","","","",0.079,0.077,0.072,0.066,0.057,0.048,0.037,"NLR AIRPORT","REMOUNT ROAD N. LITTLE ROCK, ARKANSAS","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1002","44201",1,34.835721,-92.260581,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8742,100,275,275,0,0,0,0,"Certification not required",0,0.042749,0.012766,0.071,"2013-09-15 11:00",0.07,"2013-06-15 10:00",0.07,"2013-09-07 10:00",0.07,"2013-09-16 11:00","","","","",0.07,0.069,0.064,0.06,0.051,0.044,0.033,"NLR AIRPORT","REMOUNT ROAD N. LITTLE ROCK, ARKANSAS","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1002","44201",1,34.835721,-92.260581,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8742,100,275,275,0,0,0,0,"Certification not required",0,0.042749,0.012766,0.071,"2013-09-15 11:00",0.07,"2013-06-15 10:00",0.07,"2013-09-07 10:00",0.07,"2013-09-16 11:00","","","","",0.07,0.069,0.064,0.06,0.051,0.044,0.033,"NLR AIRPORT","REMOUNT ROAD N. LITTLE ROCK, ARKANSAS","Arkansas","Pulaski","North Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1004","68101",1,34.729603,-92.243587,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",119,100,61,61,0,0,"","","Certification not required",21,0.128992,0.110564,0.9,"2013-09-13 00:00",0.7,"2013-06-21 00:00",0.4,"2013-12-18 00:00",0.3,"2013-01-04 00:00","","","","",0.7,0.4,0.3,0.2,0.1,0.1,0.05,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1004","68102",1,34.729603,-92.243587,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,0,"","","Certification not required",0,23.889916,1.200875,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1004","68105",1,34.729603,-92.243587,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,18.47395,9.195784,32.3,"2013-07-09 00:00",32.3,"2013-09-01 00:00",31.9,"2013-08-08 00:00",31.6,"2013-08-29 00:00","","","","",32.3,31.9,31.3,29.6,27.3,18.3,6.5,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1004","68108",1,34.729603,-92.243587,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,757.89916,4.814165,771,"2013-01-04 00:00",769,"2013-01-22 00:00",769,"2013-03-26 00:00",769,"2013-11-24 00:00","","","","",769,769,768,764,761,757,752,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1004","68109",1,34.729603,-92.243587,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",119,100,61,61,0,0,"","","Certification not required",0,1433.369748,72.327511,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1004","88101",1,34.729603,-92.243587,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,0,1,1,"Certification not required",0,10.552101,5.699358,36.2,"2013-08-08 00:00",29.5,"2013-09-01 00:00",28.6,"2013-09-10 00:00",23.3,"2013-09-19 00:00","","","","",29.5,28.6,20,16.8,13.6,9.2,5,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1004","88101",1,34.729603,-92.243587,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,0,"","","Certification not required",0,10.552101,5.699358,36.2,"2013-08-08 00:00",29.5,"2013-09-01 00:00",28.6,"2013-09-10 00:00",23.3,"2013-09-19 00:00","","","","",29.5,28.6,20,16.8,13.6,9.2,5,"ADAMS FIELD","1701 S. BOND ST.","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1007","81102",1,34.744931,-92.320064,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",0,20.440678,11.411233,64,"2013-08-08 00:00",50,"2013-06-27 00:00",39,"2013-01-22 00:00",37,"2013-09-19 00:00","","","","",64,50,39,36,29,18,8,"VA HOSPITAL","4300 BLOCK OF WEST 7TH ST","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","44201",1,34.681343,-92.328697,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8751,100,275,275,0,0,0,0,"Certification not required",1083,0.045462,0.013379,0.08,"2013-07-05 12:00",0.079,"2013-06-15 15:00",0.079,"2013-09-06 11:00",0.075,"2013-09-16 12:00","","","","",0.079,0.074,0.071,0.062,0.054,0.046,0.035,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1008","44201",1,34.681343,-92.328697,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,275,275,0,0,0,0,"Certification not required",0,0.040076,0.012706,0.073,"2013-07-05 09:00",0.07,"2013-09-16 10:00",0.069,"2013-07-12 11:00",0.068,"2013-06-15 10:00","","","","",0.069,0.068,0.061,0.056,0.048,0.041,0.03,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1008","44201",1,34.681343,-92.328697,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,275,275,0,0,0,0,"Certification not required",0,0.040076,0.012706,0.073,"2013-07-05 09:00",0.07,"2013-09-16 10:00",0.069,"2013-07-12 11:00",0.068,"2013-06-15 10:00","","","","",0.069,0.068,0.061,0.056,0.048,0.041,0.03,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1008","68101",1,34.681343,-92.328697,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",113,100,59,61,0,0,"","","Certification not required",28,0.234513,0.161062,0.6,"2013-05-22 00:00",0.5,"2013-02-06 00:00",0.5,"2013-04-22 00:00",0.5,"2013-06-03 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.2,0.05,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","68102",1,34.681343,-92.328697,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",113,100,59,61,0,0,"","","Certification not required",0,24.031858,0.0468,24.1,"2013-01-10 00:00",24.1,"2013-03-29 00:00",24.1,"2013-04-10 00:00",24.1,"2013-04-16 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","68105",1,34.681343,-92.328697,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,59,61,0,0,"","","Certification not required",0,17.847788,9.490579,33,"2013-06-21 00:00",32.8,"2013-06-27 00:00",31.8,"2013-07-09 00:00",31.8,"2013-08-08 00:00","","","","",32.8,31.8,30.8,29.5,27.2,17.6,5.4,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","68108",1,34.681343,-92.328697,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,59,61,0,0,"","","Certification not required",0,755.345133,4.611263,767,"2013-11-12 00:00",767,"2013-11-24 00:00",767,"2013-12-12 00:00",766,"2013-12-24 00:00","","","","",767,767,764,761,758,755,750,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","68109",1,34.681343,-92.328697,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",113,100,59,61,0,0,"","","Certification not required",0,1439.80531,0.515101,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","88101",1,34.681343,-92.328697,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,0,0,"Certification not required",0,10.895614,5.719759,31,"2013-08-08 00:00",25,"2013-01-04 00:00",22.6,"2013-08-29 00:00",22.2,"2013-01-25 00:00","","","","",25,22.6,21.6,19.3,14.7,10,4.3,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","88101",1,34.681343,-92.328697,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,"","","Certification not required",0,10.895614,5.719759,31,"2013-08-08 00:00",25,"2013-01-04 00:00",22.6,"2013-08-29 00:00",22.2,"2013-01-25 00:00","","","","",25,22.6,21.6,19.3,14.7,10,4.3,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-02-03" +"05","119","1008","88501",3,34.681343,-92.328697,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8755,100,365,365,0,0,"","","Certification not required",0,11.617293,8.223823,134.5,"2013-11-30 21:00",119,"2013-07-04 22:00",110.8,"2013-07-04 21:00",93.5,"2013-10-10 20:00","","","","",42.5,32.3,25.4,20.7,14.5,10,4.1,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","119","1008","88501",3,34.681343,-92.328697,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.567123,5.186623,35.9,"2013-12-28 00:00",30.2,"2013-09-11 00:00",27.5,"2013-09-12 00:00",27.3,"2013-10-10 00:00","","","","",27.3,26.2,22.7,18,14.2,10.6,6.2,"DOYLE SPRINGS ROAD","DOYLE SPRINGS ROAD","Arkansas","Pulaski","Little Rock","Little Rock-North Little Rock-Conway, AR","2014-01-08" +"05","139","0006","42401",1,33.220274,-92.669619,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8529,97,355,365,0,0,0,"","Certification not required",0,3.456901,3.078039,24.5,"2013-05-17 20:00",24.4,"2013-10-28 11:00",21.1,"2013-11-08 09:00",20,"2013-01-10 01:00","","","","",20,11.8,9.4,6.2,3.8,2.6,1.4,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-08" +"05","139","0006","42401",1,33.220274,-92.669619,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8529,97,355,365,0,0,"","","Certification not required",0,1.719146,1.125769,24.5,"2013-05-17 20:00",24.4,"2013-10-28 11:00",21.7,"2013-05-17 21:00",21.1,"2013-11-08 09:00","","","","",5.4,4.2,3.1,2.6,2.1,1.6,0.8,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-08" +"05","139","0006","42401",1,33.220274,-92.669619,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",355,97,355,365,0,0,0,"","Certification not required",0,1.721127,0.701555,4.2,"2013-12-16 00:00",4,"2013-05-17 00:00",3.7,"2013-06-10 00:00",3.6,"2013-01-31 00:00","","","","",3.6,3.4,3,2.5,2.1,1.7,1,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-08" +"05","139","0006","42401",1,33.220274,-92.669619,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2822,97,355,365,0,0,"",0,"Certification not required",0,1.685897,0.949859,15.4,"2013-11-08 11:00",10,"2013-10-28 11:00",9.7,"2013-05-17 20:00",9.5,"2013-05-17 23:00","","","","",5,3.9,3.1,2.5,2.1,1.6,0.8,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-08" +"05","139","0006","42406",1,33.220274,-92.669619,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8346,95,345,365,0,0,"","","Certification not required",0,2.362545,2.323869,74.4,"2013-03-08 22:00",58,"2013-05-17 21:00",50.3,"2013-05-17 20:00",49.8,"2013-07-18 07:00","","","","",9.9,6.6,4.2,3.3,2.6,2.1,1.2,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-07" +"05","139","0006","68101",1,33.220274,-92.669619,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",119,100,60,61,0,0,"","","Certification not required",50,0.115966,0.07099,0.3,"2013-01-25 00:00",0.3,"2013-02-03 00:00",0.3,"2013-03-11 00:00",0.2,"2013-01-31 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.05,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","68102",1,33.220274,-92.669619,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,60,61,0,0,"","","Certification not required",0,24.021849,0.041497,24.1,"2013-02-03 00:00",24.1,"2013-02-09 00:00",24.1,"2013-02-18 00:00",24.1,"2013-02-24 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","68105",1,33.220274,-92.669619,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,0,"","","Certification not required",0,19.478151,9.087784,33.2,"2013-09-01 00:00",32.5,"2013-08-08 00:00",32.5,"2013-09-10 00:00",32.3,"2013-06-27 00:00","","","","",32.5,32.5,32.2,31.4,27.5,20.7,6.5,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","68108",1,33.220274,-92.669619,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,0,"","","Certification not required",0,761.521008,5.254294,778,"2013-11-12 00:00",773,"2013-03-26 00:00",773,"2013-10-25 00:00",773,"2013-12-27 00:00","","","","",773,773,771,769,764,761,755,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","68109",1,33.220274,-92.669619,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",119,100,60,61,0,0,"","","Certification not required",0,1440.02521,0.27501,1443,"2013-10-25 00:00",1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","88101",1,33.220274,-92.669619,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,0,0,0,"Certification not required",0,9.555833,4.999173,35,"2013-08-08 00:00",20.6,"2013-07-30 00:00",20.4,"2013-09-01 00:00",20.2,"2013-06-12 00:00","","","","",20.6,20.4,19.2,16.4,12.9,8.4,4.3,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","88101",1,33.220274,-92.669619,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,0,"","","Certification not required",0,9.555833,4.999173,35,"2013-08-08 00:00",20.6,"2013-07-30 00:00",20.4,"2013-09-01 00:00",20.2,"2013-06-12 00:00","","","","",20.6,20.4,19.2,16.4,12.9,8.4,4.3,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-02-03" +"05","139","0006","88501",3,33.220274,-92.669619,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8602,98,356,365,0,0,"","","Certification not required",0,10.365438,6.304231,82.2,"2013-10-29 11:00",71.8,"2013-12-10 12:00",70,"2013-12-28 20:00",66.3,"2013-05-11 19:00","","","","",32.6,27.1,21.6,17.6,12.9,9.2,4.2,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-07" +"05","139","0006","88501",3,33.220274,-92.669619,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,10.305056,4.358017,30.3,"2013-08-30 00:00",28.8,"2013-08-08 00:00",27.8,"2013-12-28 00:00",26.5,"2013-08-09 00:00","","","","",26.5,23,19.3,15.4,12.5,9.3,6,"EL DORADO","UNION MEMORIAL HOSPITAL, ELDORADO","Arkansas","Union","El Dorado","El Dorado, AR","2014-01-07" +"05","143","0005","44201",1,36.1797,-94.116827,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8749,100,275,275,0,0,0,0,"Certification not required",292,0.047913,0.010271,0.08,"2013-07-10 16:00",0.073,"2013-09-12 11:00",0.071,"2013-05-14 15:00",0.07,"2013-08-31 14:00","","","","",0.071,0.069,0.066,0.061,0.056,0.049,0.04,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0005","44201",1,36.1797,-94.116827,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,275,275,0,0,0,0,"Certification not required",0,0.043371,0.00999,0.068,"2013-05-14 09:00",0.065,"2013-08-31 09:00",0.065,"2013-09-08 10:00",0.065,"2013-09-11 10:00","","","","",0.065,0.063,0.06,0.057,0.051,0.044,0.035,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0005","44201",1,36.1797,-94.116827,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,275,275,0,0,0,0,"Certification not required",0,0.043371,0.00999,0.068,"2013-05-14 09:00",0.065,"2013-08-31 09:00",0.065,"2013-09-08 10:00",0.065,"2013-09-11 10:00","","","","",0.065,0.063,0.06,0.057,0.051,0.044,0.035,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0005","68101",1,36.1797,-94.116827,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",116,95,116,122,0,0,"","","Certification not required",28,0.109483,0.094619,0.8,"2013-03-14 00:00",0.7,"2013-06-15 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-19 00:00","","","","",0.7,0.2,0.2,0.2,0.1,0.1,0.05,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","68102",1,36.1797,-94.116827,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,0,"","","Certification not required",0,23.999138,0.061142,24.1,"2013-01-22 00:00",24.1,"2013-02-06 00:00",24.1,"2013-02-21 00:00",24.1,"2013-03-23 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","68105",1,36.1797,-94.116827,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,15.389655,10.236893,30.9,"2013-06-27 00:00",30.2,"2013-07-09 00:00",29.8,"2013-07-24 00:00",29.4,"2013-07-12 00:00","","","","",30.2,29.8,29.1,28.3,25.2,16.2,2,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","68108",1,36.1797,-94.116827,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,728.077586,5.197242,758,"2013-09-10 00:00",741,"2013-11-12 00:00",739,"2013-11-24 00:00",738,"2013-10-25 00:00","","","","",741,739,736,734,731,727,723,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","68109",1,36.1797,-94.116827,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",116,95,116,122,0,0,"","","Certification not required",0,1439.577586,3.599881,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","88101",1,36.1797,-94.116827,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,0,0,0,"Certification not required",0,9.276271,4.113345,21.3,"2013-09-07 00:00",19.8,"2013-06-21 00:00",19.6,"2013-06-12 00:00",18.2,"2013-12-15 00:00","","","","",19.8,19.6,17.7,15.4,11.5,8.7,4.8,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","88101",1,36.1797,-94.116827,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,0,"","","Certification not required",0,9.276271,4.113345,21.3,"2013-09-07 00:00",19.8,"2013-06-21 00:00",19.6,"2013-06-12 00:00",18.2,"2013-12-15 00:00","","","","",19.8,19.6,17.7,15.4,11.5,8.7,4.8,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-02-03" +"05","143","0005","88501",3,36.1797,-94.116827,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8548,98,354,365,0,0,"","","Certification not required",0,9.302667,5.343275,71.8,"2013-07-04 21:00",61,"2013-07-04 22:00",51.4,"2013-03-27 23:00",48.9,"2013-07-04 20:00","","","","",24.6,22.3,18.8,16.3,12.1,8.4,3.7,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0005","88501",3,36.1797,-94.116827,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,9.253955,3.771467,24.1,"2013-05-18 00:00",22.6,"2013-06-22 00:00",21.7,"2013-07-04 00:00",20.6,"2013-06-27 00:00","","","","",20.6,19.3,16.9,14.3,11.2,8.5,5.2,"SPRINGDALE","600 SOUTH OLD MISSOURI ROAD","Arkansas","Washington","Springdale","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0006","44201",1,36.011703,-94.167436,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8750,100,275,275,0,0,0,0,"Certification not required",503,0.049411,0.010195,0.077,"2013-06-13 14:00",0.072,"2013-08-31 13:00",0.071,"2013-03-14 17:00",0.071,"2013-05-14 14:00","","","","",0.071,0.069,0.066,0.062,0.058,0.05,0.042,"Fayetteville Airport","429 Ernest Lancaster Dr.","Arkansas","Washington","Fayetteville","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0006","44201",1,36.011703,-94.167436,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,275,275,0,0,0,0,"Certification not required",0,0.045215,0.009937,0.069,"2013-05-14 11:00",0.067,"2013-08-31 10:00",0.066,"2013-03-14 12:00",0.066,"2013-04-05 10:00","","","","",0.066,0.065,0.061,0.058,0.053,0.047,0.038,"Fayetteville Airport","429 Ernest Lancaster Dr.","Arkansas","Washington","Fayetteville","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"05","143","0006","44201",1,36.011703,-94.167436,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,275,275,0,0,0,0,"Certification not required",0,0.045215,0.009937,0.069,"2013-05-14 11:00",0.067,"2013-08-31 10:00",0.066,"2013-03-14 12:00",0.066,"2013-04-05 10:00","","","","",0.066,0.065,0.061,0.058,0.053,0.047,0.038,"Fayetteville Airport","429 Ernest Lancaster Dr.","Arkansas","Washington","Fayetteville","Fayetteville-Springdale-Rogers, AR-MO","2014-01-07" +"06","001","0007","42601",1,37.687526,-121.784217,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8323,95,361,365,0,0,"","","Certification not required",0,9.884044,21.014092,171.9,"2013-01-15 07:00",163.1,"2013-02-12 07:00",162.4,"2013-01-15 08:00",160.9,"2013-02-13 07:00","","","","",96,83.3,59.5,37.1,5.2,1.2,0.1,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","42602",1,37.687526,-121.784217,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8323,95,361,365,0,0,0,"","Certification not required",0,23.323269,11.997431,51.4,"2013-11-11 18:00",49.2,"2013-12-17 18:00",47.9,"2013-12-16 18:00",47.4,"2013-11-06 20:00","","","","",47.4,44.6,40.9,38.7,32.8,24.7,6.9,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","42602",1,37.687526,-121.784217,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8323,95,361,365,0,0,"","","Certification not required",0,11.800276,10.032026,51.4,"2013-11-11 18:00",49.2,"2013-12-17 18:00",48.2,"2013-12-17 19:00",47.9,"2013-12-16 18:00","","","","",38.7,36,31.7,27.7,18.9,7.8,2.2,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","42603",1,37.687526,-121.784217,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8323,95,361,365,0,0,"","","Certification not required",0,21.684032,28.537648,209.4,"2013-01-15 07:00",202.5,"2013-01-15 08:00",197.6,"2013-02-12 07:00",195.3,"2013-02-13 07:00","","","","",126.3,111.5,87,63.4,25.8,9.2,2.6,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","43102",1,37.687526,-121.784217,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",4814,95,209,212,0,0,"","","Certification not required",3113,47.357499,78.003777,643,"2013-01-31 23:00",573,"2013-01-31 07:00",555,"2013-01-18 07:00",550,"2013-02-01 06:00","","","","",372,311,212,143,47,10,10,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-08-16" +"06","001","0007","43141",6,37.687526,-121.784217,"NAD83","n-Dodecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5220,0.483418,0.300201,22.014,"2013-09-09 10:00",1.4522,"2013-06-08 05:00",1.3787,"2013-09-25 16:00",1.352,"2013-09-25 17:00","","","","",0.47665,0.47665,0.47665,0.47665,0.47665,0.47665,0.47665,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43201",1,37.687526,-121.784217,"NAD83","Methane","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",4814,95,209,212,0,0,"","","Certification not required",0,2011.213959,310.182387,4336,"2013-01-19 07:00",4330,"2013-01-20 07:00",4250,"2013-01-22 05:00",3974,"2013-01-16 23:00","","","","",3371,3151,2715,2334,2009,1895,1835,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-08-16" +"06","001","0007","43202",6,37.687526,-121.784217,"NAD83","Ethane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,6.057248,7.32532,95.6264,"2013-11-28 01:00",74.1526,"2013-11-28 02:00",72.9492,"2013-11-28 05:00",61.9729,"2013-11-28 06:00","","","","",38.4177,31.4665,21.7556,13.8414,5.5652,3.5361,1.8849,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43203",6,37.687526,-121.784217,"NAD83","Ethylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5243,60,228,365,0,0,"","","Certification not required",210,1.595762,2.222896,22.5677,"2013-11-25 07:00",19.3189,"2013-11-27 23:00",18.5694,"2013-11-27 22:00",18.4664,"2013-11-28 01:00","","","","",11.6925,9.5619,6.0337,3.8038,1.4956,0.8398,0.3378,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43204",6,37.687526,-121.784217,"NAD83","Propane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",83,4.152408,14.498133,969.609,"2013-09-09 10:00",70.336,"2013-10-06 19:00",57.837,"2013-11-09 20:00",55.6769,"2013-11-14 03:00","","","","",27.8486,22.8797,16.1205,10.3928,3.6681,1.8648,0.7983,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43205",6,37.687526,-121.784217,"NAD83","Propylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",692,1.365229,2.044832,25.955,"2013-11-09 20:00",23.3728,"2013-11-13 19:00",22.5403,"2013-11-14 03:00",21.0728,"2013-11-14 21:00","","","","",10.5024,8.2203,5.3419,3.3892,1.1797,0.6784,0.19695,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43206",6,37.687526,-121.784217,"NAD83","Acetylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,1.12258,1.350861,21.282,"2013-11-25 07:00",13.8744,"2013-09-26 07:00",12.9705,"2013-11-28 02:00",12.9002,"2013-11-28 01:00","","","","",7.2665,5.8219,3.7318,2.2896,1.0883,0.7016,0.3523,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43207",3,37.687526,-121.784217,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",1,0.133609,0.044705,0.21,"2013-07-15 00:00",0.2,"2013-06-09 00:00",0.18,"2013-02-21 00:00",0.175,"2013-02-09 00:00","","","","",0.21,0.21,0.2,0.18,0.16,0.132,0.099,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43212",6,37.687526,-121.784217,"NAD83","n-Butane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",1892,1.691649,3.76525,109.056,"2013-11-30 17:00",67.193,"2013-11-30 20:00",63.3415,"2013-09-09 10:00",52.0357,"2013-11-22 19:00","","","","",16.2597,12.2066,6.7855,3.5629,1.4465,0.7089,0.26344,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43214",6,37.687526,-121.784217,"NAD83","Isobutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",2688,1.086001,1.807641,31.4124,"2013-11-30 17:00",23.0807,"2013-11-29 23:00",20.9418,"2013-11-30 20:00",17.2881,"2013-11-13 07:00","","","","",8.9414,7.1147,4.6825,2.7928,0.9681,0.25526,0.25526,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43216",6,37.687526,-121.784217,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5181,0.283679,0.048634,1.0612,"2013-11-30 20:00",1.04,"2013-11-01 07:00",1.0208,"2013-11-28 22:00",0.9153,"2013-11-27 21:00","","","","",0.5874,0.27855,0.27855,0.27855,0.27855,0.27855,0.27855,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43217",6,37.687526,-121.784217,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5219,0.263905,0.029503,0.9009,"2013-11-30 20:00",0.8838,"2013-11-28 22:00",0.7843,"2013-11-27 21:00",0.7691,"2013-11-28 21:00","","","","",0.26192,0.26192,0.26192,0.26192,0.26192,0.26192,0.26192,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43218",3,37.687526,-121.784217,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.131739,0.141257,0.54,"2013-01-04 00:00",0.456,"2013-01-16 00:00",0.35,"2013-02-09 00:00",0.252,"2013-02-21 00:00","","","","",0.54,0.54,0.456,0.35,0.15,0.08,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43220",6,37.687526,-121.784217,"NAD83","n-Pentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",3704,0.904574,1.520721,28.6792,"2013-11-30 17:00",15.9624,"2013-11-22 19:00",15.9353,"2013-11-30 20:00",14.9753,"2013-11-02 06:00","","","","",7.3977,5.9895,3.8929,2.2576,0.7275,0.30471,0.30471,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43221",6,37.687526,-121.784217,"NAD83","Isopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",1052,3.162913,5.739357,115.103,"2013-11-30 17:00",70.1339,"2013-11-22 19:00",68.2238,"2013-11-30 20:00",60.5951,"2013-11-02 06:00","","","","",27.3019,21.5087,13.7656,8.6116,2.6934,1.1925,0.26538,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43224",6,37.687526,-121.784217,"NAD83","1-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5213,0.286474,0.03276,0.9657,"2013-11-09 01:00",0.9311,"2013-11-30 20:00",0.9271,"2013-11-30 17:00",0.8121,"2013-11-28 22:00","","","","",0.28402,0.28402,0.28402,0.28402,0.28402,0.28402,0.28402,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43226",6,37.687526,-121.784217,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5158,0.311537,0.067116,1.523,"2013-11-08 07:00",1.3557,"2013-11-30 20:00",1.3319,"2013-11-09 01:00",1.2694,"2013-10-29 13:00","","","","",0.7116,0.30338,0.30338,0.30338,0.30338,0.30338,0.30338,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43227",6,37.687526,-121.784217,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5232,0.288128,0.018208,0.9031,"2013-11-09 01:00",0.7429,"2013-06-29 03:00",0.6893,"2013-11-30 20:00",0.6775,"2013-06-08 01:00","","","","",0.28728,0.28728,0.28728,0.28728,0.28728,0.28728,0.28728,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43230",6,37.687526,-121.784217,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5244,0.42545,0,0.42545,"2013-04-01 01:00",0.42545,"2013-04-01 02:00",0.42545,"2013-04-01 03:00",0.42545,"2013-04-01 04:00","","","","",0.42545,0.42545,0.42545,0.42545,0.42545,0.42545,0.42545,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43231",6,37.687526,-121.784217,"NAD83","n-Hexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,0.847577,1.061595,12.4005,"2013-11-30 17:00",8.4676,"2013-09-09 10:00",8.3456,"2013-11-25 07:00",7.934,"2013-11-01 07:00","","","","",5.3157,4.4513,3.2001,2.153,0.8064,0.4554,0.2207,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43232",6,37.687526,-121.784217,"NAD83","n-Heptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",3292,0.5729,0.672356,6.4855,"2013-11-30 17:00",6.0859,"2013-10-07 06:00",5.7194,"2013-10-06 19:00",5.5456,"2013-10-31 06:00","","","","",3.2767,2.8234,1.9959,1.4108,0.6387,0.22517,0.22517,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43233",6,37.687526,-121.784217,"NAD83","n-Octane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4865,0.399124,0.209109,5.223,"2013-09-09 10:00",3.0427,"2013-10-06 19:00",2.5167,"2013-10-07 06:00",2.3797,"2013-10-31 06:00","","","","",1.4008,1.149,0.8156,0.34894,0.34894,0.34894,0.34894,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43235",6,37.687526,-121.784217,"NAD83","n-Nonane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5239,1.148058,1.010859,74.1441,"2013-09-09 10:00",5.0706,"2013-11-09 01:00",3.8357,"2013-11-08 01:00",3.0043,"2013-11-09 02:00","","","","",1.13226,1.13226,1.13226,1.13226,1.13226,1.13226,1.13226,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43238",6,37.687526,-121.784217,"NAD83","n-Decane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5240,2.168513,2.069672,151.924,"2013-09-09 10:00",6.2243,"2013-11-08 01:00",4.6378,"2013-11-08 21:00",4.307,"2013-11-09 01:00","","","","",2.13828,2.13828,2.13828,2.13828,2.13828,2.13828,2.13828,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43242",6,37.687526,-121.784217,"NAD83","Cyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4953,0.372205,0.280054,16.8201,"2013-04-01 09:00",3.727,"2013-11-30 17:00",2.2252,"2013-11-02 06:00",2.0533,"2013-06-08 04:00","","","","",1.1715,0.9642,0.695,0.334,0.334,0.334,0.334,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43243",6,37.687526,-121.784217,"NAD83","Isoprene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",3410,0.624004,0.72283,11.5298,"2013-06-30 15:00",10.1192,"2013-06-30 14:00",8.9477,"2013-06-30 17:00",8.8359,"2013-06-30 16:00","","","","",3.5467,2.7664,1.9306,1.3154,0.734,0.28525,0.28525,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43244",6,37.687526,-121.784217,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5008,0.503635,0.28096,7.8786,"2013-11-30 17:00",5.1739,"2013-11-02 06:00",4.1694,"2013-11-22 19:00",3.8998,"2013-11-28 20:00","","","","",1.8067,1.4441,0.45405,0.45405,0.45405,0.45405,0.45405,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43245",6,37.687526,-121.784217,"NAD83","1-Hexene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4684,1.171442,0.999215,11.7055,"2013-09-10 06:00",11.5543,"2013-09-14 05:00",11.2376,"2013-09-10 05:00",10.1215,"2013-09-14 20:00","","","","",5.918,4.9,3.2213,1.8869,0.88145,0.88145,0.88145,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43247",6,37.687526,-121.784217,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4541,0.437458,0.3611,3.4879,"2013-11-25 07:00",3.4386,"2013-10-31 06:00",3.3728,"2013-11-01 07:00",3.17,"2013-11-07 08:00","","","","",2.112,1.7624,1.2032,0.8249,0.31777,0.31777,0.31777,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43248",6,37.687526,-121.784217,"NAD83","Cyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4262,0.429943,0.492343,8.4091,"2013-11-30 17:00",4.649,"2013-11-28 20:00",4.3785,"2013-11-01 07:00",4.2825,"2013-10-07 06:00","","","","",2.5575,2.1103,1.485,0.9718,0.24664,0.24664,0.24664,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43249",6,37.687526,-121.784217,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4242,0.624413,0.734938,9.6373,"2013-11-30 17:00",7.6785,"2013-11-28 20:00",7.0508,"2013-10-07 06:00",6.9462,"2013-10-31 06:00","","","","",3.8063,3.2685,2.1834,1.4259,0.35013,0.35013,0.35013,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43250",6,37.687526,-121.784217,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,1.025939,1.298551,10.9059,"2013-11-11 17:00",10.8203,"2013-10-31 06:00",10.1315,"2013-11-25 07:00",9.972,"2013-11-01 07:00","","","","",6.5685,5.4773,3.7332,2.5954,1.0421,0.5627,0.1994,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43252",6,37.687526,-121.784217,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4419,0.454095,0.415283,4.1567,"2013-10-31 06:00",3.8054,"2013-11-11 17:00",3.7416,"2013-11-07 08:00",3.7331,"2013-11-25 07:00","","","","",2.3607,1.957,1.3221,0.9111,0.30667,0.30667,0.30667,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43253",6,37.687526,-121.784217,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4693,0.378758,0.290678,3.3974,"2013-10-31 06:00",3.3737,"2013-10-07 06:00",3.191,"2013-11-01 07:00",3.1433,"2013-11-30 17:00","","","","",1.7453,1.4745,0.9785,0.623,0.29386,0.29386,0.29386,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43261",6,37.687526,-121.784217,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4587,0.505254,0.402234,4.8985,"2013-11-30 17:00",4.2751,"2013-10-07 06:00",3.9968,"2013-09-25 16:00",3.9637,"2013-11-28 20:00","","","","",2.3315,1.9612,1.3725,0.9224,0.37577,0.37577,0.37577,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43262",6,37.687526,-121.784217,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",2684,0.732566,1.041087,16.6128,"2013-11-30 17:00",10.589,"2013-11-28 20:00",8.8787,"2013-11-02 06:00",8.8117,"2013-11-01 07:00","","","","",5.1937,4.2475,2.8631,1.9292,0.7107,0.20155,0.20155,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43263",6,37.687526,-121.784217,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4077,0.544676,0.71157,9.3152,"2013-11-30 17:00",7.3064,"2013-11-28 20:00",6.7306,"2013-10-07 06:00",6.551,"2013-10-31 06:00","","","","",3.6585,3.0603,2.052,1.328,0.2642,0.2642,0.2642,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43280",6,37.687526,-121.784217,"NAD83","1-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4442,0.457796,0.757736,10.5735,"2013-09-25 16:00",10.2406,"2013-09-25 17:00",9.881,"2013-09-25 18:00",9.5262,"2013-09-25 19:00","","","","",4.1309,2.7018,1.3647,0.8014,0.26038,0.26038,0.26038,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43284",6,37.687526,-121.784217,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4905,0.455882,0.302094,7.1844,"2013-11-30 17:00",4.5703,"2013-11-02 06:00",4.4659,"2013-11-01 07:00",4.168,"2013-11-28 20:00","","","","",1.9023,1.4294,0.8799,0.39269,0.39269,0.39269,0.39269,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43285",6,37.687526,-121.784217,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4414,0.757659,1.080402,20.5595,"2013-11-30 17:00",12.9852,"2013-11-02 06:00",11.9978,"2013-11-28 20:00",10.9895,"2013-10-07 06:00","","","","",5.6014,4.5772,2.8205,1.6302,0.4133,0.4133,0.4133,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43291",6,37.687526,-121.784217,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4404,0.531263,0.501342,4.7658,"2013-11-30 17:00",4.7,"2013-10-31 06:00",4.599,"2013-11-25 07:00",4.4762,"2013-11-07 08:00","","","","",2.8347,2.3364,1.5925,1.0744,0.35272,0.35272,0.35272,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43302",3,37.687526,-121.784217,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,11.659957,13.968498,62.147,"2013-01-16 00:00",45.046,"2013-01-04 00:00",14.308,"2013-04-22 00:00",14.09,"2013-05-04 00:00","","","","",62.147,62.147,45.046,14.308,11.922,7.65,3.945,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43505",3,37.687526,-121.784217,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.81587,0.495326,1.869,"2013-02-09 00:00",1.579,"2013-01-16 00:00",1.506,"2013-01-04 00:00",1.368,"2013-04-22 00:00","","","","",1.869,1.869,1.579,1.506,1.21,0.717,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43551",3,37.687526,-121.784217,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,8.74887,4.929098,24.17,"2013-07-03 00:00",16.34,"2013-09-01 00:00",14.26,"2013-04-22 00:00",13.27,"2013-06-21 00:00","","","","",24.17,24.17,16.34,14.26,10.91,7.18,3.157,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43552",3,37.687526,-121.784217,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",4,0.75313,0.353894,1.32,"2013-07-03 00:00",1.301,"2013-04-22 00:00",1.16,"2013-05-04 00:00",1.124,"2013-01-16 00:00","","","","",1.32,1.32,1.301,1.16,1.009,0.754,0.2,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43702",3,37.687526,-121.784217,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.004696,0.02252,0.108,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.108,0.108,0,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43704",3,37.687526,-121.784217,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.004304,0.014677,0.061,"2013-04-10 00:00",0.038,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.061,0.061,0.038,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43802",3,37.687526,-121.784217,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.190391,0.085315,0.326,"2013-01-16 00:00",0.3,"2013-05-04 00:00",0.288,"2013-02-21 00:00",0.282,"2013-04-22 00:00","","","","",0.326,0.326,0.3,0.288,0.248,0.18,0.11,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43803",3,37.687526,-121.784217,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.028696,0.016647,0.058,"2013-01-04 00:00",0.05,"2013-05-04 00:00",0.046,"2013-01-16 00:00",0.046,"2013-04-22 00:00","","","","",0.058,0.058,0.05,0.046,0.04,0.03,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43804",3,37.687526,-121.784217,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.100478,0.022887,0.181,"2013-04-10 00:00",0.12,"2013-05-16 00:00",0.113,"2013-01-16 00:00",0.11,"2013-03-17 00:00","","","","",0.181,0.181,0.12,0.113,0.109,0.1,0.07,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43811",3,37.687526,-121.784217,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.248,0.040615,0.36,"2013-06-21 00:00",0.29,"2013-07-15 00:00",0.287,"2013-01-16 00:00",0.28,"2013-09-01 00:00","","","","",0.36,0.36,0.29,0.287,0.269,0.25,0.19,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43814",3,37.687526,-121.784217,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.005696,0.009142,0.024,"2013-04-10 00:00",0.023,"2013-03-29 00:00",0.02,"2013-04-22 00:00",0.02,"2013-05-04 00:00","","","","",0.024,0.024,0.023,0.02,0.016,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43815",3,37.687526,-121.784217,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.001565,0.007507,0.036,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.036,0.036,0,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43817",3,37.687526,-121.784217,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.021957,0.013759,0.05,"2013-07-03 00:00",0.044,"2013-01-04 00:00",0.04,"2013-05-04 00:00",0.038,"2013-03-29 00:00","","","","",0.05,0.05,0.044,0.04,0.029,0.02,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43824",3,37.687526,-121.784217,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43843",3,37.687526,-121.784217,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43860",3,37.687526,-121.784217,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","43954",6,37.687526,-121.784217,"NAD83","n-Undecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5241,1.108682,1.15501,84.6811,"2013-09-09 10:00",3.5426,"2013-11-08 21:00",2.7441,"2013-11-08 01:00",1.09196,"2013-04-01 01:00","","","","",1.09196,1.09196,1.09196,1.09196,1.09196,1.09196,1.09196,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","43960",6,37.687526,-121.784217,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4714,0.298644,0.212018,2.5548,"2013-10-31 06:00",2.5334,"2013-10-07 06:00",2.3928,"2013-11-01 07:00",2.2738,"2013-11-30 17:00","","","","",1.3091,1.0918,0.733,0.4829,0.23779,0.23779,0.23779,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","44201",1,37.687526,-121.784217,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8325,98,358,365,0,0,0,0,"Certification not required",1790,0.043631,0.013544,0.096,"2013-07-03 13:00",0.095,"2013-05-03 15:00",0.095,"2013-06-07 15:00",0.09,"2013-07-02 13:00","","","","",0.09,0.084,0.071,0.061,0.048,0.041,0.03,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","44201",1,37.687526,-121.784217,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8661,98,357,365,0,0,0,0,"Certification not required",0,0.036134,0.010766,0.077,"2013-06-07 11:00",0.075,"2013-05-03 10:00",0.07,"2013-05-02 11:00",0.069,"2013-07-03 10:00","","","","",0.069,0.064,0.057,0.052,0.041,0.035,0.024,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","44201",1,37.687526,-121.784217,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8661,98,357,365,0,0,1,1,"Certification not required",0,0.036134,0.010766,0.077,"2013-06-07 11:00",0.075,"2013-05-03 10:00",0.07,"2013-05-02 11:00",0.069,"2013-07-03 10:00","","","","",0.069,0.064,0.057,0.052,0.041,0.035,0.024,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","45109",3,37.687526,-121.784217,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.821783,1.752946,6.456,"2013-01-04 00:00",6.232,"2013-01-16 00:00",4.042,"2013-02-21 00:00",3.998,"2013-02-09 00:00","","","","",6.456,6.456,6.232,4.042,2.35,1.123,0.46,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","45109",6,37.687526,-121.784217,"NAD83","m/p Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,1.729712,2.387772,21.5656,"2013-10-31 06:00",21.326,"2013-11-01 07:00",20.8222,"2013-10-07 06:00",19.6733,"2013-10-16 06:00","","","","",11.7304,10.178,7.0213,4.5475,1.6045,0.817,0.3683,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45201",3,37.687526,-121.784217,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.198304,1.240629,4.944,"2013-01-04 00:00",4.119,"2013-01-16 00:00",2.935,"2013-02-09 00:00",2.296,"2013-02-21 00:00","","","","",4.944,4.944,4.119,2.935,1.22,0.73,0.32,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","45201",6,37.687526,-121.784217,"NAD83","Benzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,0.953715,1.082914,11.7506,"2013-11-25 07:00",9.5908,"2013-11-27 23:00",9.2335,"2013-11-01 07:00",8.8185,"2013-11-28 01:00","","","","",5.6624,4.7243,3.2418,2.1134,0.938,0.5739,0.3027,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45202",3,37.687526,-121.784217,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,2.752783,2.517217,9.611,"2013-01-04 00:00",9.575,"2013-01-16 00:00",5.356,"2013-02-09 00:00",4.946,"2013-02-21 00:00","","","","",9.611,9.611,9.575,5.356,3.26,1.898,0.77,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","45202",6,37.687526,-121.784217,"NAD83","Toluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,3.238447,4.237346,36.5982,"2013-10-07 06:00",35.7209,"2013-10-31 06:00",35.2928,"2013-11-01 07:00",33.006,"2013-10-16 06:00","","","","",21.2596,18.4637,12.5489,8.1362,3.0133,1.6682,0.7719,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45203",3,37.687526,-121.784217,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.554435,0.52779,2.016,"2013-01-04 00:00",1.879,"2013-01-16 00:00",1.264,"2013-02-09 00:00",1.099,"2013-02-21 00:00","","","","",2.016,2.016,1.879,1.264,0.619,0.36,0.16,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","45203",6,37.687526,-121.784217,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,0.453349,0.584462,5.2712,"2013-10-31 06:00",5.2611,"2013-11-01 07:00",5.191,"2013-10-07 06:00",5.0408,"2013-10-16 06:00","","","","",2.9714,2.5411,1.7346,1.1245,0.4148,0.2447,0.1174,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45204",3,37.687526,-121.784217,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.738609,0.664769,2.438,"2013-01-16 00:00",2.432,"2013-01-04 00:00",1.634,"2013-02-09 00:00",1.546,"2013-02-21 00:00","","","","",2.438,2.438,2.432,1.634,0.92,0.48,0.24,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0007","45204",6,37.687526,-121.784217,"NAD83","o-Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,0.64978,0.842011,7.5744,"2013-10-31 06:00",7.5699,"2013-11-01 07:00",7.4032,"2013-10-07 06:00",7.0415,"2013-10-16 06:00","","","","",4.217,3.5928,2.4922,1.6394,0.6237,0.3392,0.154,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45207",6,37.687526,-121.784217,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5224,1.607814,0.660728,42.7596,"2013-09-09 10:00",12.7522,"2013-09-21 08:00",12.5601,"2013-09-22 12:00",8.9696,"2013-09-21 09:00","","","","",1.58218,1.58218,1.58218,1.58218,1.58218,1.58218,1.58218,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45208",6,37.687526,-121.784217,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5119,1.928803,0.822335,23.693,"2013-09-22 12:00",23.6,"2013-09-21 08:00",22.4447,"2013-09-09 10:00",16.3123,"2013-09-21 09:00","","","","",4.7214,3.8765,1.83594,1.83594,1.83594,1.83594,1.83594,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45209",6,37.687526,-121.784217,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5230,1.436905,0.176658,8.1635,"2013-09-09 10:00",6.8646,"2013-09-21 08:00",6.522,"2013-09-22 12:00",4.8154,"2013-09-21 09:00","","","","",1.42874,1.42874,1.42874,1.42874,1.42874,1.42874,1.42874,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45210",6,37.687526,-121.784217,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,0.073185,0.235015,15.7515,"2013-09-09 10:00",1.4182,"2013-09-21 08:00",1.4027,"2013-09-22 12:00",1.059,"2013-09-21 01:00","","","","",0.3761,0.3097,0.2306,0.172,0.1013,0.0507,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45211",6,37.687526,-121.784217,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5234,1.792534,0.162726,7.9661,"2013-09-22 12:00",7.5515,"2013-09-21 08:00",5.4535,"2013-09-21 09:00",5.2782,"2013-09-22 11:00","","","","",1.78591,1.78591,1.78591,1.78591,1.78591,1.78591,1.78591,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45212",6,37.687526,-121.784217,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5023,1.244063,0.861883,25.5069,"2013-09-21 08:00",23.5411,"2013-09-22 12:00",18.2141,"2013-09-21 09:00",16.7693,"2013-09-21 01:00","","","","",3.5114,2.8597,1.12933,1.12933,1.12933,1.12933,1.12933,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45213",6,37.687526,-121.784217,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5223,1.678046,0.635901,35.0343,"2013-09-09 10:00",16.5058,"2013-09-21 08:00",13.8536,"2013-09-22 12:00",11.7676,"2013-09-21 09:00","","","","",1.6475,1.6475,1.6475,1.6475,1.6475,1.6475,1.6475,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45218",6,37.687526,-121.784217,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5243,1.095657,0.031652,3.3873,"2013-09-09 10:00",1.09522,"2013-04-01 01:00",1.09522,"2013-04-01 02:00",1.09522,"2013-04-01 03:00","","","","",1.09522,1.09522,1.09522,1.09522,1.09522,1.09522,1.09522,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45219",6,37.687526,-121.784217,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",5224,0.951113,0.26868,16.1959,"2013-09-09 10:00",6.7332,"2013-09-21 08:00",6.1247,"2013-09-22 12:00",5.0836,"2013-09-21 09:00","","","","",0.93936,0.93936,0.93936,0.93936,0.93936,0.93936,0.93936,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45220",6,37.687526,-121.784217,"NAD83","Styrene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",0,0.256944,0.390147,8.4598,"2013-09-09 10:00",4.8431,"2013-09-25 16:00",3.2077,"2013-11-09 20:00",2.8829,"2013-09-25 17:00","","","","",1.7765,1.4952,1.0371,0.6978,0.2861,0.1319,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","45225",6,37.687526,-121.784217,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5244,60,228,365,0,0,"","","Certification not required",4831,1.213766,0.791402,20.3688,"2013-09-09 10:00",15.6605,"2013-09-22 12:00",13.5952,"2013-09-21 08:00",10.9812,"2013-09-22 11:00","","","","",4.3993,3.5277,2.6054,1.03235,1.03235,1.03235,1.03235,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","0007","84313",1,37.687526,-121.784217,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",8635,99,359,365,0,0,"","","Certification not required",2027,0.82606,1.057546,15.87,"2013-11-19 20:00",13.8,"2013-11-27 23:00",11.28,"2013-11-27 22:00",10.74,"2013-12-22 23:00","","","","",4.83,4.15,3.04,2.19,0.99,0.42,0.1,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","88101",3,37.687526,-121.784217,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8255,94,353,365,0,0,"","","Certification not required",0,8.636099,9.311511,75,"2013-11-27 22:00",71,"2013-11-27 23:00",69,"2013-09-27 08:00",68,"2013-01-22 22:00","","","","",45,38,28,21,11,6,1,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","88101",3,37.687526,-121.784217,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,4,4,"Certification not required",0,8.601449,7.576004,40.1,"2013-11-27 00:00",37.9,"2013-01-23 00:00",37.4,"2013-12-17 00:00",35.7,"2013-12-31 00:00","","","","",35.7,32.3,25.5,19.5,11.1,6.2,1.7,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","88101",3,37.687526,-121.784217,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,8.601449,7.576004,40.1,"2013-11-27 00:00",37.9,"2013-01-23 00:00",37.4,"2013-12-17 00:00",35.7,"2013-12-31 00:00","","","","",35.7,32.3,25.5,19.5,11.1,6.2,1.7,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0007","88102",5,37.687526,-121.784217,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00919,0,0.00919,"2013-01-04 00:00",0.00919,"2013-01-10 00:00",0.00919,"2013-01-16 00:00",0.00919,"2013-01-22 00:00","","","","",0.00919,0.00919,0.00919,0.00919,0.00919,0.00919,0.00919,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88103",5,37.687526,-121.784217,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000276,0.000528,0.002,"2013-03-23 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88104",5,37.687526,-121.784217,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",7,0.086068,0.058732,0.2742,"2013-04-22 00:00",0.1577,"2013-05-22 00:00",0.1567,"2013-03-17 00:00",0.1456,"2013-03-29 00:00","","","","",0.2742,0.2742,0.1577,0.1567,0.1095,0.0894,0.01578,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88107",5,37.687526,-121.784217,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",22,0.005374,0.006571,0.0239,"2013-06-27 00:00",0.0225,"2013-05-04 00:00",0.0163,"2013-04-10 00:00",0.0159,"2013-02-27 00:00","","","","",0.0239,0.0239,0.0225,0.0163,0.00207,0.00207,0.00207,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88109",5,37.687526,-121.784217,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",27,0.002403,0.001256,0.0075,"2013-01-22 00:00",0.0063,"2013-04-28 00:00",0.00207,"2013-01-04 00:00",0.00207,"2013-01-10 00:00","","","","",0.0075,0.0075,0.0063,0.00207,0.00207,0.00207,0.00207,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88110",5,37.687526,-121.784217,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,6.9e-05,0.000258,0.001,"2013-02-27 00:00",0.001,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88111",5,37.687526,-121.784217,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.03909,0.022632,0.1183,"2013-04-22 00:00",0.0868,"2013-04-28 00:00",0.086,"2013-05-04 00:00",0.0529,"2013-05-22 00:00","","","","",0.1183,0.1183,0.0868,0.086,0.0418,0.0333,0.0138,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88112",5,37.687526,-121.784217,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.002379,0.003717,0.019,"2013-05-10 00:00",0.006,"2013-05-28 00:00",0.005,"2013-04-04 00:00",0.005,"2013-06-15 00:00","","","","",0.019,0.019,0.006,0.005,0.004,0.001,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88113",5,37.687526,-121.784217,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",27,0.000198,0.000203,0.0012,"2013-06-03 00:00",0.0005,"2013-06-27 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-10 00:00","","","","",0.0012,0.0012,0.0005,0.00015,0.00015,0.00015,0.00015,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88114",5,37.687526,-121.784217,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",16,0.004263,0.00403,0.0119,"2013-01-22 00:00",0.0113,"2013-02-15 00:00",0.0104,"2013-04-04 00:00",0.0101,"2013-01-16 00:00","","","","",0.0119,0.0119,0.0113,0.0104,0.0084,0.00109,0.00109,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88115",5,37.687526,-121.784217,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",5,0.147714,0.230375,0.9335,"2013-05-22 00:00",0.6361,"2013-06-15 00:00",0.6063,"2013-06-21 00:00",0.4701,"2013-03-17 00:00","","","","",0.9335,0.9335,0.6361,0.6063,0.1482,0.0489,0.00182,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88117",5,37.687526,-121.784217,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",17,0.01085,0.014537,0.0479,"2013-04-16 00:00",0.0454,"2013-05-28 00:00",0.0437,"2013-04-28 00:00",0.03,"2013-01-04 00:00","","","","",0.0479,0.0479,0.0454,0.0437,0.0174,0.00168,0.00168,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88118",5,37.687526,-121.784217,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",16,0.004856,0.005311,0.0203,"2013-01-04 00:00",0.0181,"2013-04-28 00:00",0.0119,"2013-05-10 00:00",0.0118,"2013-01-28 00:00","","","","",0.0203,0.0203,0.0181,0.0119,0.0071,0.00122,0.00122,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88121",5,37.687526,-121.784217,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",25,0.00715,0.00858,0.0369,"2013-06-27 00:00",0.0276,"2013-01-10 00:00",0.0258,"2013-03-05 00:00",0.0193,"2013-01-04 00:00","","","","",0.0369,0.0369,0.0276,0.0258,0.00391,0.00391,0.00391,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88124",5,37.687526,-121.784217,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00237,0,0.00237,"2013-01-04 00:00",0.00237,"2013-01-10 00:00",0.00237,"2013-01-16 00:00",0.00237,"2013-01-22 00:00","","","","",0.00237,0.00237,0.00237,0.00237,0.00237,0.00237,0.00237,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88126",5,37.687526,-121.784217,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.062114,0.03374,0.1331,"2013-04-22 00:00",0.1192,"2013-05-04 00:00",0.1121,"2013-02-15 00:00",0.1113,"2013-02-27 00:00","","","","",0.1331,0.1331,0.1192,0.1121,0.0911,0.0493,0.0262,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88127",5,37.687526,-121.784217,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.0231,0,0.0231,"2013-01-04 00:00",0.0231,"2013-01-10 00:00",0.0231,"2013-01-16 00:00",0.0231,"2013-01-22 00:00","","","","",0.0231,0.0231,0.0231,0.0231,0.0231,0.0231,0.0231,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88128",5,37.687526,-121.784217,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.001586,0.001722,0.006,"2013-05-10 00:00",0.004,"2013-01-16 00:00",0.004,"2013-01-22 00:00",0.004,"2013-03-11 00:00","","","","",0.006,0.006,0.004,0.004,0.003,0.001,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88131",5,37.687526,-121.784217,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00305,0,0.00305,"2013-01-04 00:00",0.00305,"2013-01-10 00:00",0.00305,"2013-01-16 00:00",0.00305,"2013-01-22 00:00","","","","",0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88132",5,37.687526,-121.784217,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.002483,0.001993,0.008,"2013-03-05 00:00",0.005,"2013-01-22 00:00",0.005,"2013-04-28 00:00",0.005,"2013-06-03 00:00","","","","",0.008,0.008,0.005,0.005,0.004,0.002,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88133",5,37.687526,-121.784217,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00645,0,0.00645,"2013-01-04 00:00",0.00645,"2013-01-10 00:00",0.00645,"2013-01-16 00:00",0.00645,"2013-01-22 00:00","","","","",0.00645,0.00645,0.00645,0.00645,0.00645,0.00645,0.00645,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88134",5,37.687526,-121.784217,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00286,0,0.00286,"2013-01-04 00:00",0.00286,"2013-01-10 00:00",0.00286,"2013-01-16 00:00",0.00286,"2013-01-22 00:00","","","","",0.00286,0.00286,0.00286,0.00286,0.00286,0.00286,0.00286,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88136",5,37.687526,-121.784217,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000103,0.000557,0.003,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.003,0.003,0,0,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88140",5,37.687526,-121.784217,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.073837,0.084566,0.3475,"2013-05-28 00:00",0.2729,"2013-05-16 00:00",0.2231,"2013-03-11 00:00",0.2089,"2013-02-21 00:00","","","","",0.3475,0.3475,0.2729,0.2231,0.0726,0.03107,0.03107,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88142",5,37.687526,-121.784217,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000172,0.000384,0.001,"2013-01-16 00:00",0.001,"2013-02-27 00:00",0.001,"2013-04-16 00:00",0.001,"2013-04-22 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88143",5,37.687526,-121.784217,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00483,0,0.00483,"2013-01-04 00:00",0.00483,"2013-01-10 00:00",0.00483,"2013-01-16 00:00",0.00483,"2013-01-22 00:00","","","","",0.00483,0.00483,0.00483,0.00483,0.00483,0.00483,0.00483,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88146",5,37.687526,-121.784217,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",17,0.007539,0.007549,0.0269,"2013-02-15 00:00",0.0235,"2013-04-16 00:00",0.021,"2013-03-11 00:00",0.0184,"2013-03-17 00:00","","","","",0.0269,0.0269,0.0235,0.021,0.0106,0.00236,0.00236,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88147",5,37.687526,-121.784217,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00426,0,0.00426,"2013-01-04 00:00",0.00426,"2013-01-10 00:00",0.00426,"2013-01-16 00:00",0.00426,"2013-01-22 00:00","","","","",0.00426,0.00426,0.00426,0.00426,0.00426,0.00426,0.00426,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88151",5,37.687526,-121.784217,"NAD83","Palladium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00411,0,0.00411,"2013-01-04 00:00",0.00411,"2013-01-10 00:00",0.00411,"2013-01-16 00:00",0.00411,"2013-01-22 00:00","","","","",0.00411,0.00411,0.00411,0.00411,0.00411,0.00411,0.00411,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88152",5,37.687526,-121.784217,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00435,0,0.00435,"2013-01-04 00:00",0.00435,"2013-01-10 00:00",0.00435,"2013-01-16 00:00",0.00435,"2013-01-22 00:00","","","","",0.00435,0.00435,0.00435,0.00435,0.00435,0.00435,0.00435,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88154",5,37.687526,-121.784217,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.003223,0.00088,0.0078,"2013-01-28 00:00",0.00306,"2013-01-04 00:00",0.00306,"2013-01-10 00:00",0.00306,"2013-01-16 00:00","","","","",0.0078,0.0078,0.00306,0.00306,0.00306,0.00306,0.00306,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88160",5,37.687526,-121.784217,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.0076,0,0.0076,"2013-01-04 00:00",0.0076,"2013-01-10 00:00",0.0076,"2013-01-16 00:00",0.0076,"2013-01-22 00:00","","","","",0.0076,0.0076,0.0076,0.0076,0.0076,0.0076,0.0076,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88161",5,37.687526,-121.784217,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",14,0.004448,0.003629,0.0115,"2013-04-04 00:00",0.0108,"2013-01-22 00:00",0.0108,"2013-04-28 00:00",0.0107,"2013-04-22 00:00","","","","",0.0115,0.0115,0.0108,0.0108,0.006,0.0032,0.00155,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88162",5,37.687526,-121.784217,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",23,0.009136,0.018491,0.092,"2013-06-15 00:00",0.0417,"2013-04-10 00:00",0.0324,"2013-05-16 00:00",0.0185,"2013-04-16 00:00","","","","",0.092,0.092,0.0417,0.0324,0.00258,0.00258,0.00258,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88163",5,37.687526,-121.784217,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",17,0.010819,0.00903,0.0332,"2013-01-04 00:00",0.0291,"2013-05-28 00:00",0.029,"2013-02-09 00:00",0.0232,"2013-02-27 00:00","","","","",0.0332,0.0332,0.0291,0.029,0.0164,0.00442,0.00442,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88164",5,37.687526,-121.784217,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.000188,9.8e-05,0.0007,"2013-01-16 00:00",0.00017,"2013-01-04 00:00",0.00017,"2013-01-10 00:00",0.00017,"2013-01-22 00:00","","","","",0.0007,0.0007,0.00017,0.00017,0.00017,0.00017,0.00017,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88165",5,37.687526,-121.784217,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",3,0.059605,0.073966,0.3102,"2013-04-22 00:00",0.2692,"2013-05-04 00:00",0.1557,"2013-04-28 00:00",0.1093,"2013-03-23 00:00","","","","",0.3102,0.3102,0.2692,0.1557,0.077,0.0371,0.00428,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88166",5,37.687526,-121.784217,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.0045,0,0.0045,"2013-01-04 00:00",0.0045,"2013-01-10 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-01-22 00:00","","","","",0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88167",5,37.687526,-121.784217,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.006516,0.004805,0.016,"2013-01-04 00:00",0.015,"2013-02-09 00:00",0.0134,"2013-01-22 00:00",0.0132,"2013-02-15 00:00","","","","",0.016,0.016,0.015,0.0134,0.0111,0.0037,0.0021,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88168",5,37.687526,-121.784217,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",22,0.001446,0.000835,0.0039,"2013-01-10 00:00",0.0033,"2013-05-04 00:00",0.0028,"2013-01-04 00:00",0.0027,"2013-02-27 00:00","","","","",0.0039,0.0039,0.0033,0.0028,0.00101,0.00101,0.00101,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88169",5,37.687526,-121.784217,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.248228,0.145018,0.5368,"2013-05-04 00:00",0.4976,"2013-04-28 00:00",0.4579,"2013-04-22 00:00",0.4476,"2013-05-10 00:00","","","","",0.5368,0.5368,0.4976,0.4579,0.3477,0.2408,0.0866,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88170",5,37.687526,-121.784217,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.01775,0,0.01775,"2013-01-04 00:00",0.01775,"2013-01-10 00:00",0.01775,"2013-01-16 00:00",0.01775,"2013-01-22 00:00","","","","",0.01775,0.01775,0.01775,0.01775,0.01775,0.01775,0.01775,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88172",5,37.687526,-121.784217,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",19,0.021196,0.034866,0.1503,"2013-05-22 00:00",0.0826,"2013-01-10 00:00",0.0796,"2013-02-27 00:00",0.0769,"2013-04-10 00:00","","","","",0.1503,0.1503,0.0826,0.0796,0.026,0.00293,0.00293,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88173",5,37.687526,-121.784217,"NAD83","Thallium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00296,0,0.00296,"2013-01-04 00:00",0.00296,"2013-01-10 00:00",0.00296,"2013-01-16 00:00",0.00296,"2013-01-22 00:00","","","","",0.00296,0.00296,0.00296,0.00296,0.00296,0.00296,0.00296,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88176",5,37.687526,-121.784217,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00151,0,0.00151,"2013-01-04 00:00",0.00151,"2013-01-10 00:00",0.00151,"2013-01-16 00:00",0.00151,"2013-01-22 00:00","","","","",0.00151,0.00151,0.00151,0.00151,0.00151,0.00151,0.00151,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88179",5,37.687526,-121.784217,"NAD83","Uranium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.000655,0.000465,0.002,"2013-02-15 00:00",0.002,"2013-03-23 00:00",0.002,"2013-05-22 00:00",0.0005,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.002,0.0005,0.0005,0.0005,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88180",5,37.687526,-121.784217,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.0591,0.047667,0.2117,"2013-01-04 00:00",0.1697,"2013-01-22 00:00",0.1452,"2013-01-16 00:00",0.1136,"2013-02-09 00:00","","","","",0.2117,0.2117,0.1697,0.1452,0.0753,0.0453,0.0182,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88183",5,37.687526,-121.784217,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.000879,0.000848,0.0044,"2013-03-11 00:00",0.0033,"2013-06-27 00:00",0.0014,"2013-02-09 00:00",0.00063,"2013-01-04 00:00","","","","",0.0044,0.0044,0.0033,0.0014,0.00063,0.00063,0.00063,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88184",5,37.687526,-121.784217,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",17,0.387856,0.454361,2.011,"2013-01-04 00:00",1.0098,"2013-03-05 00:00",0.9876,"2013-02-27 00:00",0.9486,"2013-01-22 00:00","","","","",2.011,2.011,1.0098,0.9876,0.6466,0.09906,0.09906,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88185",5,37.687526,-121.784217,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00384,0,0.00384,"2013-01-04 00:00",0.00384,"2013-01-10 00:00",0.00384,"2013-01-16 00:00",0.00384,"2013-01-22 00:00","","","","",0.00384,0.00384,0.00384,0.00384,0.00384,0.00384,0.00384,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88186",5,37.687526,-121.784217,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.01535,0,0.01535,"2013-01-04 00:00",0.01535,"2013-01-10 00:00",0.01535,"2013-01-16 00:00",0.01535,"2013-01-22 00:00","","","","",0.01535,0.01535,0.01535,0.01535,0.01535,0.01535,0.01535,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88203",5,37.687526,-121.784217,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",9,0.292567,0.266466,1.0477,"2013-05-22 00:00",1.0347,"2013-06-15 00:00",0.7306,"2013-06-21 00:00",0.6869,"2013-03-17 00:00","","","","",1.0477,1.0477,1.0347,0.7306,0.304,0.2108,0.07597,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88301",5,37.687526,-121.784217,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.466477,0.856835,3.7767,"2013-01-22 00:00",2.7143,"2013-01-16 00:00",1.6858,"2013-01-04 00:00",0.9445,"2013-02-15 00:00","","","","",3.7767,3.7767,2.7143,1.6858,0.4194,0.1261,0.0262,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88302",5,37.687526,-121.784217,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",7,0.267992,0.247154,1.0079,"2013-06-15 00:00",0.7373,"2013-05-22 00:00",0.6593,"2013-06-21 00:00",0.5776,"2013-03-17 00:00","","","","",1.0079,1.0079,0.7373,0.6593,0.3521,0.1985,0.03058,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88303",5,37.687526,-121.784217,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",8,0.053372,0.048093,0.2108,"2013-01-04 00:00",0.1626,"2013-01-22 00:00",0.1373,"2013-01-16 00:00",0.1109,"2013-02-09 00:00","","","","",0.2108,0.2108,0.1626,0.1373,0.0545,0.0403,0.0127,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88306",5,37.687526,-121.784217,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.075848,3.570103,15.6223,"2013-01-22 00:00",11.4871,"2013-01-16 00:00",7.8008,"2013-01-04 00:00",4.1595,"2013-02-15 00:00","","","","",15.6223,15.6223,11.4871,7.8008,1.5068,0.9474,0.258,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88312",5,37.687526,-121.784217,"NAD83","Total Carbon PM2.5 LC TOT","24 HOUR","","Observed Values","Met One SASS Quartz - STN TOT",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",1,2.925858,2.798703,10.6242,"2013-01-22 00:00",9.8946,"2013-01-04 00:00",8.1436,"2013-01-16 00:00",6.6641,"2013-02-15 00:00","","","","",10.6242,10.6242,9.8946,8.1436,3.7075,2.0611,0.3534,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88320",5,37.687526,-121.784217,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",1,2.479443,2.196349,8.5417,"2013-01-22 00:00",7.6999,"2013-01-04 00:00",6.5557,"2013-01-16 00:00",5.1984,"2013-02-15 00:00","","","","",8.5417,8.5417,7.6999,6.5557,3.2678,1.8804,0.2946,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88321",5,37.687526,-121.784217,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",4,0.449601,0.622028,2.1952,"2013-01-04 00:00",2.0831,"2013-01-22 00:00",1.5885,"2013-01-16 00:00",1.4663,"2013-02-15 00:00","","","","",2.1952,2.1952,2.0831,1.5885,0.4329,0.1606,0.00188,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88324",5,37.687526,-121.784217,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",12,0.178088,0.217287,0.8369,"2013-01-22 00:00",0.5542,"2013-02-15 00:00",0.5121,"2013-01-04 00:00",0.4561,"2013-01-16 00:00","","","","",0.8369,0.8369,0.5542,0.5121,0.2787,0.1295,0.00043,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88325",5,37.687526,-121.784217,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",1,0.573141,0.383461,1.5926,"2013-01-22 00:00",1.3014,"2013-01-04 00:00",1.2874,"2013-01-16 00:00",1.0742,"2013-02-15 00:00","","","","",1.5926,1.5926,1.3014,1.2874,0.7575,0.5089,0.1081,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88326",5,37.687526,-121.784217,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",1,1.085232,0.792334,3.034,"2013-01-04 00:00",3.0225,"2013-01-22 00:00",2.5242,"2013-01-16 00:00",2.0404,"2013-02-15 00:00","","","","",3.034,3.034,3.0225,2.5242,1.4032,0.9469,0.2307,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88327",5,37.687526,-121.784217,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.462255,0.43365,1.5702,"2013-01-22 00:00",1.5399,"2013-01-04 00:00",1.2881,"2013-01-16 00:00",0.9594,"2013-02-15 00:00","","","","",1.5702,1.5702,1.5399,1.2881,0.7034,0.2799,0.0688,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88328",5,37.687526,-121.784217,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",6,0.280913,0.412695,1.5942,"2013-01-22 00:00",1.3874,"2013-01-04 00:00",1.0747,"2013-01-16 00:00",0.645,"2013-02-15 00:00","","","","",1.5942,1.5942,1.3874,1.0747,0.2642,0.1219,0.00188,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88329",5,37.687526,-121.784217,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",5,0.56386,0.839651,3.0218,"2013-01-22 00:00",2.9984,"2013-01-04 00:00",2.2317,"2013-01-16 00:00",1.3609,"2013-02-15 00:00","","","","",3.0218,3.0218,2.9984,2.2317,0.5647,0.2036,0.00171,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88330",5,37.687526,-121.784217,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",7,0.166341,0.205721,0.7504,"2013-02-15 00:00",0.6555,"2013-01-22 00:00",0.5842,"2013-01-04 00:00",0.4316,"2013-01-16 00:00","","","","",0.7504,0.7504,0.6555,0.5842,0.2254,0.0874,0.00017,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88331",5,37.687526,-121.784217,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.00017,0,0.00017,"2013-01-04 00:00",0.00017,"2013-01-10 00:00",0.00017,"2013-01-16 00:00",0.00017,"2013-01-22 00:00","","","","",0.00017,0.00017,0.00017,0.00017,0.00017,0.00017,0.00017,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88379",5,37.687526,-121.784217,"NAD83","OP PM2.5 LC TOT","24 HOUR","","Observed Values","Met One SASS Quartz - STN TOT",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",5,0.400617,0.566223,2.1395,"2013-01-22 00:00",1.9808,"2013-01-04 00:00",1.4248,"2013-01-16 00:00",0.9557,"2013-02-15 00:00","","","","",2.1395,2.1395,1.9808,1.4248,0.4901,0.1621,0.00188,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88403",5,37.687526,-121.784217,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.672624,0.345032,1.5097,"2013-05-04 00:00",1.2875,"2013-04-22 00:00",1.2471,"2013-04-28 00:00",1.2453,"2013-05-10 00:00","","","","",1.5097,1.5097,1.2875,1.2471,0.8818,0.6071,0.2855,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0007","88502",5,37.687526,-121.784217,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,8.255172,7.528925,35,"2013-01-22 00:00",24.6,"2013-01-04 00:00",24.6,"2013-01-16 00:00",13.9,"2013-02-15 00:00","","","","",35,35,24.6,24.6,8.3,5.8,2.7,"Livermore - Rincon","793 RINCON AVE.","California","Alameda","Livermore","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0009","42101",1,37.743065,-122.169935,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8267,94,359,365,0,0,0,0,"Certification not required",7222,0.320031,0.229409,3.6,"2013-12-16 08:00",3.6,"2013-12-17 08:00",3.3,"2013-12-17 07:00",3.2,"2013-01-16 07:00","","","","",1.3,1,0.8,0.6,0.25,0.25,0.25,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","42101",1,37.743065,-122.169935,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8593,98,351,365,0,0,0,0,"Certification not required",0,0.355557,0.152546,2,"2013-12-17 10:00",1.9,"2013-12-16 08:00",1.9,"2013-12-16 09:00",1.9,"2013-12-17 00:00",2,"2013-12-17 10:00",1.9,"2013-12-16 08:00",1,0.9,0.6,0.5,0.3,0.3,0.3,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","42601",1,37.743065,-122.169935,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8310,95,362,365,0,0,"","","Certification not required",0,9.125343,17.427948,261.6,"2013-12-17 07:00",245.6,"2013-12-16 08:00",231.7,"2013-12-17 08:00",225.6,"2013-01-16 07:00","","","","",85,61.2,38.7,23.5,8.8,3.1,0.6,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","42602",1,37.743065,-122.169935,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8310,95,362,365,0,0,0,"","Certification not required",0,24.559116,12.321651,60.3,"2013-11-01 17:00",60.3,"2013-12-30 17:00",58.4,"2013-12-17 17:00",53.4,"2013-12-16 08:00","","","","",53.4,48.7,44.8,41.3,32.9,25.5,9,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","42602",1,37.743065,-122.169935,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8310,95,362,365,0,0,"","","Certification not required",0,13.57716,10.010575,60.3,"2013-11-01 17:00",60.3,"2013-12-30 17:00",59,"2013-11-01 18:00",58.4,"2013-12-17 17:00","","","","",42.5,38.7,32.8,28.1,19.8,10.8,3.1,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","42603",1,37.743065,-122.169935,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8310,95,362,365,0,0,"","","Certification not required",0,22.688532,25.204791,313.1,"2013-12-17 07:00",299,"2013-12-16 08:00",286.2,"2013-12-17 08:00",266,"2013-01-16 07:00","","","","",124.2,95.2,69.5,51,28.9,14.2,4.2,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","43207",3,37.743065,-122.169935,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.260913,0.173352,0.768,"2013-03-29 00:00",0.717,"2013-03-05 00:00",0.45,"2013-07-27 00:00",0.41,"2013-07-15 00:00","","","","",0.768,0.768,0.717,0.45,0.26,0.2,0.152,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43218",3,37.743065,-122.169935,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.217348,0.149648,0.7,"2013-01-16 00:00",0.472,"2013-01-04 00:00",0.32,"2013-08-20 00:00",0.315,"2013-03-29 00:00","","","","",0.7,0.7,0.472,0.32,0.304,0.214,0.08,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43302",3,37.743065,-122.169935,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,18.645348,16.717057,70.797,"2013-01-16 00:00",65.366,"2013-01-04 00:00",26.166,"2013-03-29 00:00",25.36,"2013-05-04 00:00","","","","",70.797,70.797,65.366,26.166,19.872,12.715,7.31,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43505",3,37.743065,-122.169935,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.07513,0.601958,2.233,"2013-02-09 00:00",2.207,"2013-03-29 00:00",1.722,"2013-01-04 00:00",1.634,"2013-02-21 00:00","","","","",2.233,2.233,2.207,1.722,1.451,1.18,0.36,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43551",3,37.743065,-122.169935,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,10.261174,4.434494,18.9,"2013-07-27 00:00",18.67,"2013-07-03 00:00",16.11,"2013-05-04 00:00",15.28,"2013-03-29 00:00","","","","",18.9,18.9,18.67,16.11,13.559,8.85,5.44,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43552",3,37.743065,-122.169935,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",1,1.148174,0.550398,2.81,"2013-07-27 00:00",2.033,"2013-03-29 00:00",1.68,"2013-07-03 00:00",1.597,"2013-01-28 00:00","","","","",2.81,2.81,2.033,1.68,1.492,1.012,0.57,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43702",3,37.743065,-122.169935,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43704",3,37.743065,-122.169935,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.006522,0.031277,0.15,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.15,0.15,0,0,0,0,0,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43802",3,37.743065,-122.169935,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.243478,0.102505,0.429,"2013-04-10 00:00",0.371,"2013-01-04 00:00",0.358,"2013-04-22 00:00",0.349,"2013-01-16 00:00","","","","",0.429,0.429,0.371,0.358,0.34,0.25,0.118,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43803",3,37.743065,-122.169935,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.04213,0.022564,0.088,"2013-03-29 00:00",0.086,"2013-01-04 00:00",0.07,"2013-05-04 00:00",0.07,"2013-07-27 00:00","","","","",0.088,0.088,0.086,0.07,0.055,0.04,0.02,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43804",3,37.743065,-122.169935,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.100174,0.020223,0.154,"2013-01-16 00:00",0.12,"2013-03-05 00:00",0.12,"2013-05-16 00:00",0.113,"2013-03-17 00:00","","","","",0.154,0.154,0.12,0.12,0.11,0.1,0.07,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43811",3,37.743065,-122.169935,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.291435,0.067462,0.42,"2013-06-09 00:00",0.39,"2013-05-04 00:00",0.39,"2013-07-03 00:00",0.38,"2013-05-28 00:00","","","","",0.42,0.42,0.39,0.39,0.346,0.28,0.22,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43814",3,37.743065,-122.169935,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.429435,0.348532,1.68,"2013-07-27 00:00",0.82,"2013-09-01 00:00",0.77,"2013-05-28 00:00",0.76,"2013-07-15 00:00","","","","",1.68,1.68,0.82,0.77,0.55,0.313,0.208,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43815",3,37.743065,-122.169935,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43817",3,37.743065,-122.169935,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.047739,0.033635,0.12,"2013-07-03 00:00",0.116,"2013-03-05 00:00",0.1,"2013-01-04 00:00",0.092,"2013-03-29 00:00","","","","",0.12,0.12,0.116,0.1,0.065,0.03,0.02,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43824",3,37.743065,-122.169935,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.046261,0.090584,0.29,"2013-07-27 00:00",0.29,"2013-09-25 00:00",0.22,"2013-07-15 00:00",0.067,"2013-03-29 00:00","","","","",0.29,0.29,0.29,0.22,0.04,0,0,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43843",3,37.743065,-122.169935,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","43860",3,37.743065,-122.169935,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","44201",1,37.743065,-122.169935,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8305,99,361,365,0,0,0,0,"Certification not required",1531,0.031233,0.009601,0.069,"2013-05-03 12:00",0.062,"2013-10-06 15:00",0.061,"2013-04-22 13:00",0.059,"2013-05-01 13:00","","","","",0.059,0.052,0.047,0.044,0.037,0.03,0.02,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","44201",1,37.743065,-122.169935,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8640,98,357,365,0,0,0,0,"Certification not required",0,0.026014,0.008998,0.054,"2013-05-03 11:00",0.053,"2013-05-01 08:00",0.046,"2013-05-04 10:00",0.046,"2013-05-05 05:00","","","","",0.046,0.044,0.042,0.038,0.032,0.026,0.014,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","44201",1,37.743065,-122.169935,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8640,98,357,365,0,0,0,0,"Certification not required",0,0.026014,0.008998,0.054,"2013-05-03 11:00",0.053,"2013-05-01 08:00",0.046,"2013-05-04 10:00",0.046,"2013-05-05 05:00","","","","",0.046,0.044,0.042,0.038,0.032,0.026,0.014,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","45109",3,37.743065,-122.169935,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,2.748826,1.833863,7.551,"2013-01-16 00:00",6.24,"2013-01-04 00:00",4.899,"2013-02-21 00:00",4.874,"2013-04-22 00:00","","","","",7.551,7.551,6.24,4.899,3.785,2.033,0.95,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","45201",3,37.743065,-122.169935,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.733,1.249898,5.015,"2013-01-16 00:00",4.338,"2013-01-04 00:00",3.023,"2013-02-21 00:00",2.945,"2013-02-09 00:00","","","","",5.015,5.015,4.338,3.023,2.491,1.476,0.6,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","45202",3,37.743065,-122.169935,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,4.134913,2.824992,11.638,"2013-01-16 00:00",9.849,"2013-01-04 00:00",7.741,"2013-04-22 00:00",6.961,"2013-02-21 00:00","","","","",11.638,11.638,9.849,7.741,5.59,3.2,1.47,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","45203",3,37.743065,-122.169935,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.847217,0.553423,2.179,"2013-01-16 00:00",1.984,"2013-01-04 00:00",1.524,"2013-04-22 00:00",1.462,"2013-02-21 00:00","","","","",2.179,2.179,1.984,1.524,1.1,0.683,0.3,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","45204",3,37.743065,-122.169935,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.102,0.739776,2.998,"2013-01-16 00:00",2.616,"2013-01-04 00:00",1.962,"2013-02-21 00:00",1.944,"2013-04-22 00:00","","","","",2.998,2.998,2.616,1.962,1.5,0.92,0.41,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0009","88101",3,37.743065,-122.169935,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8614,98,363,365,0,0,"","","Certification not required",0,10.390829,7.663349,121,"2013-12-30 18:00",108,"2013-07-04 20:00",72,"2013-07-04 21:00",72,"2013-12-17 18:00","","","","",37,32,25,20,13,9,3,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","88101",3,37.743065,-122.169935,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,2,2,"Certification not required",0,10.354167,5.73823,37.9,"2013-12-17 00:00",35.6,"2013-12-30 00:00",34.3,"2013-12-31 00:00",33.7,"2013-01-23 00:00","","","","",33.7,27.6,21.7,18,12.5,9.3,4.7,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0009","88101",3,37.743065,-122.169935,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,10.354167,5.73823,37.9,"2013-12-17 00:00",35.6,"2013-12-30 00:00",34.3,"2013-12-31 00:00",33.7,"2013-01-23 00:00","","","","",33.7,27.6,21.7,18,12.5,9.3,4.7,"Oakland East","9925 International Blvd","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42101",1,37.814781,-122.282347,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8178,93,351,365,0,0,0,0,"Certification not required",5932,0.44292,0.40807,3.8,"2013-12-13 22:00",3.6,"2013-12-13 23:00",3.5,"2013-12-13 21:00",3.3,"2013-12-14 00:00","","","","",2.2,1.8,1.3,0.9,0.5,0.25,0.25,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42101",1,37.814781,-122.282347,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8472,97,344,365,0,0,0,0,"Certification not required",0,0.474858,0.347863,3.2,"2013-12-14 03:00",3.1,"2013-12-14 02:00",3,"2013-12-14 01:00",3,"2013-12-14 04:00",3.2,"2013-12-14 03:00",2.6,"2013-12-27 03:00",1.8,1.6,1.3,0.9,0.5,0.3,0.3,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42401",1,37.814781,-122.282347,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7866,90,353,365,0,0,0,"","Certification not required",0,2.153824,3.56073,49.8,"2013-01-16 17:00",17.2,"2013-12-24 13:00",17,"2013-01-22 09:00",15.8,"2013-01-30 09:00","","","","",17,11.4,7,4.8,2.5,1.3,0.2,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42401",1,37.814781,-122.282347,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7866,90,353,365,0,0,"","","Certification not required",0,0.495017,1.247046,49.8,"2013-01-16 17:00",22.6,"2013-01-16 12:00",19.2,"2013-11-06 16:00",17.2,"2013-12-24 13:00","","","","",4.8,3.2,1.9,1.3,0.6,0.2,-0.1,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42401",1,37.814781,-122.282347,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",353,97,353,365,0,0,0,"","Certification not required",0,0.484136,0.647002,7.1,"2013-01-16 00:00",3.4,"2013-12-24 00:00",3.2,"2013-02-27 00:00",2.3,"2013-01-22 00:00","","","","",2.3,2,1.6,1.3,0.7,0.3,-0.1,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42401",1,37.814781,-122.282347,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2425,83,338,365,0,0,"",0,"Certification not required",0,0.492619,1.07101,23.6,"2013-01-16 17:00",11.4,"2013-12-24 14:00",11.1,"2013-01-16 14:00",10.9,"2013-11-06 11:00","","","","",4.9,3.1,1.9,1.3,0.6,0.2,-0.1,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42406",1,37.814781,-122.282347,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7973,91,362,365,0,0,"","","Certification not required",0,0.97193,2.651029,63.3,"2013-01-16 17:00",49,"2013-12-24 13:00",47,"2013-11-06 16:00",44.3,"2013-10-15 16:00","","","","",11.9,6.8,3.3,2,0.9,0.4,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42601",1,37.814781,-122.282347,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8255,94,358,365,0,0,"","","Certification not required",0,15.238401,32.70439,289.2,"2013-12-13 22:00",280.7,"2013-12-12 07:00",262.8,"2013-12-20 07:00",260.3,"2013-12-13 23:00","","","","",162.4,137.8,89.3,45.4,9.9,3,0.2,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42602",1,37.814781,-122.282347,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8255,94,358,365,0,0,0,"","Certification not required",0,27.049721,11.569829,63.9,"2013-12-27 10:00",61.3,"2013-12-26 09:00",59.8,"2013-11-06 16:00",59.8,"2013-12-17 16:00","","","","",59.8,52.7,47.6,43.6,34.6,27.4,13,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42602",1,37.814781,-122.282347,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8255,94,358,365,0,0,"","","Certification not required",0,16.716741,10.660819,63.9,"2013-12-27 10:00",61.3,"2013-12-26 09:00",59.8,"2013-11-06 16:00",59.8,"2013-12-17 16:00","","","","",46.3,42.9,37.3,32.4,23.6,13.7,5.4,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","42603",1,37.814781,-122.282347,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8264,94,359,365,0,0,"","","Certification not required",0,31.961254,40.307985,333.4,"2013-12-12 07:00",332.4,"2013-12-13 22:00",321,"2013-12-20 07:00",303.7,"2013-12-13 23:00","","","","",201.8,171.6,123.1,77.8,33.9,17,6.3,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","43207",3,37.814781,-122.282347,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.161609,0.057097,0.315,"2013-04-10 00:00",0.25,"2013-05-04 00:00",0.24,"2013-06-09 00:00",0.24,"2013-07-03 00:00","","","","",0.315,0.315,0.25,0.24,0.172,0.158,0.1,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43218",3,37.814781,-122.282347,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.193304,0.22511,1.051,"2013-01-16 00:00",0.64,"2013-01-04 00:00",0.28,"2013-04-10 00:00",0.261,"2013-02-09 00:00","","","","",1.051,1.051,0.64,0.28,0.22,0.11,0.06,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43302",3,37.814781,-122.282347,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,17.67987,35.505018,164.515,"2013-01-16 00:00",77.514,"2013-01-04 00:00",19.837,"2013-04-22 00:00",17.63,"2013-05-04 00:00","","","","",164.515,164.515,77.514,19.837,14.587,6.32,2.52,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43505",3,37.814781,-122.282347,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.08013,0.687011,3.09,"2013-04-10 00:00",2.195,"2013-01-16 00:00",1.791,"2013-02-21 00:00",1.79,"2013-05-04 00:00","","","","",3.09,3.09,2.195,1.791,1.448,0.749,0.47,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43551",3,37.814781,-122.282347,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,7.559957,3.762821,17.54,"2013-04-10 00:00",14.263,"2013-01-16 00:00",12.42,"2013-07-03 00:00",11.46,"2013-09-01 00:00","","","","",17.54,17.54,14.263,12.42,10.815,5.86,4.502,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43552",3,37.814781,-122.282347,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",2,0.989913,0.583806,2.731,"2013-04-10 00:00",1.872,"2013-01-16 00:00",1.78,"2013-06-09 00:00",1.64,"2013-05-04 00:00","","","","",2.731,2.731,1.872,1.78,1.276,0.89,0.51,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43702",3,37.814781,-122.282347,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43704",3,37.814781,-122.282347,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.010261,0.041167,0.195,"2013-01-04 00:00",0.041,"2013-01-28 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.195,0.195,0.041,0,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43802",3,37.814781,-122.282347,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.251957,0.143974,0.6,"2013-01-16 00:00",0.599,"2013-01-04 00:00",0.41,"2013-05-04 00:00",0.394,"2013-04-22 00:00","","","","",0.6,0.6,0.599,0.41,0.349,0.202,0.1,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43803",3,37.814781,-122.282347,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.033,0.022047,0.087,"2013-01-04 00:00",0.085,"2013-01-16 00:00",0.06,"2013-05-04 00:00",0.046,"2013-04-10 00:00","","","","",0.087,0.087,0.085,0.06,0.04,0.03,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43804",3,37.814781,-122.282347,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.09387,0.021789,0.16,"2013-05-28 00:00",0.12,"2013-05-04 00:00",0.11,"2013-02-09 00:00",0.108,"2013-03-17 00:00","","","","",0.16,0.16,0.12,0.11,0.102,0.099,0.07,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43811",3,37.814781,-122.282347,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.317609,0.159541,0.914,"2013-01-16 00:00",0.48,"2013-04-10 00:00",0.467,"2013-01-04 00:00",0.43,"2013-07-03 00:00","","","","",0.914,0.914,0.48,0.467,0.4,0.256,0.19,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43814",3,37.814781,-122.282347,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.018304,0.013265,0.04,"2013-05-04 00:00",0.04,"2013-07-03 00:00",0.03,"2013-06-09 00:00",0.03,"2013-07-27 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43815",3,37.814781,-122.282347,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43817",3,37.814781,-122.282347,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.059522,0.095861,0.472,"2013-01-04 00:00",0.179,"2013-01-16 00:00",0.069,"2013-04-22 00:00",0.055,"2013-04-10 00:00","","","","",0.472,0.472,0.179,0.069,0.05,0.033,0.02,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43824",3,37.814781,-122.282347,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.006522,0.012968,0.04,"2013-04-22 00:00",0.032,"2013-02-09 00:00",0.03,"2013-05-04 00:00",0.025,"2013-01-16 00:00","","","","",0.04,0.04,0.032,0.03,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43843",3,37.814781,-122.282347,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","43860",3,37.814781,-122.282347,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","44201",1,37.814781,-122.282347,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8221,98,356,365,0,0,0,0,"Certification not required",1490,0.030048,0.008931,0.071,"2013-05-02 13:00",0.061,"2013-10-06 14:00",0.055,"2013-05-01 10:00",0.055,"2013-05-03 12:00","","","","",0.055,0.048,0.044,0.042,0.036,0.03,0.019,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","44201",1,37.814781,-122.282347,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8521,95,348,365,0,0,0,0,"Certification not required",0,0.025011,0.008707,0.059,"2013-05-02 11:00",0.046,"2013-05-03 10:00",0.045,"2013-05-05 04:00",0.045,"2013-10-06 11:00","","","","",0.045,0.042,0.04,0.036,0.031,0.025,0.013,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","44201",1,37.814781,-122.282347,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8521,95,348,365,0,0,0,0,"Certification not required",0,0.025011,0.008707,0.059,"2013-05-02 11:00",0.046,"2013-05-03 10:00",0.045,"2013-05-05 04:00",0.045,"2013-10-06 11:00","","","","",0.045,0.042,0.04,0.036,0.031,0.025,0.013,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","45109",3,37.814781,-122.282347,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,2.87987,4.078733,18.914,"2013-01-16 00:00",10.384,"2013-01-04 00:00",5.093,"2013-02-09 00:00",3.667,"2013-02-21 00:00","","","","",18.914,18.914,10.384,5.093,3.01,1.53,0.9,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","45201",3,37.814781,-122.282347,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.422609,1.719011,7.583,"2013-01-16 00:00",5.238,"2013-01-04 00:00",2.587,"2013-02-09 00:00",1.933,"2013-04-22 00:00","","","","",7.583,7.583,5.238,2.587,1.617,0.86,0.39,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","45202",3,37.814781,-122.282347,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,3.728391,5.580897,25.446,"2013-01-16 00:00",14.686,"2013-01-04 00:00",5.976,"2013-02-09 00:00",4.847,"2013-04-22 00:00","","","","",25.446,25.446,14.686,5.976,4.024,1.83,0.94,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","45203",3,37.814781,-122.282347,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.813391,1.113252,5.119,"2013-01-16 00:00",2.944,"2013-01-04 00:00",1.487,"2013-02-09 00:00",1.062,"2013-04-22 00:00","","","","",5.119,5.119,2.944,1.487,0.886,0.437,0.26,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","45204",3,37.814781,-122.282347,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.11987,1.501816,6.774,"2013-01-16 00:00",4.296,"2013-01-04 00:00",1.902,"2013-02-09 00:00",1.408,"2013-04-22 00:00","","","","",6.774,6.774,4.296,1.902,1.173,0.66,0.36,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","001","0011","84313",1,37.814781,-122.282347,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",6887,79,285,365,0,0,"","","Certification not required",419,0.961015,1.087257,9.51,"2013-12-27 10:00",9.48,"2013-11-27 07:00",9.24,"2013-12-13 23:00",9.02,"2013-12-14 23:00","","","","",5.5,4.6,3.32,2.19,1.09,0.58,0.23,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","88101",3,37.814781,-122.282347,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8207,94,351,365,0,0,"","","Certification not required",0,12.83112,8.062756,101,"2013-07-04 21:00",97,"2013-07-04 20:00",74,"2013-07-04 22:00",64,"2013-12-17 10:00","","","","",39,35,29,23,16,11,5,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","88101",3,37.814781,-122.282347,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",339,93,339,365,0,0,2,2,"Certification not required",0,12.757817,6.535526,42.7,"2013-12-17 00:00",37.4,"2013-01-23 00:00",33.2,"2013-01-16 00:00",32.5,"2013-12-23 00:00","","","","",32.5,30,26.2,21.9,15.5,11.3,6.2,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","88101",3,37.814781,-122.282347,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",340,93,340,365,0,0,"","","Certification not required",0,12.771176,6.530527,42.7,"2013-12-17 00:00",37.4,"2013-01-23 00:00",33.2,"2013-01-16 00:00",32.5,"2013-12-23 00:00","","","","",32.5,30,26.2,21.9,15.5,11.3,6.2,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","001","0011","88102",5,37.814781,-122.282347,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00919,0,0.00919,"2013-01-04 00:00",0.00919,"2013-01-10 00:00",0.00919,"2013-01-16 00:00",0.00919,"2013-01-22 00:00","","","","",0.00919,0.00919,0.00919,0.00919,0.00919,0.00919,0.00919,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88103",5,37.814781,-122.282347,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.000133,0.000434,0.002,"2013-06-21 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-27 00:00",0,"2013-01-04 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88104",5,37.814781,-122.282347,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.102855,0.0466,0.1941,"2013-06-21 00:00",0.1709,"2013-05-04 00:00",0.1679,"2013-01-28 00:00",0.1586,"2013-02-21 00:00","","","","",0.1941,0.1941,0.1709,0.1679,0.1289,0.1135,0.047,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88107",5,37.814781,-122.282347,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.004002,0.005437,0.0235,"2013-05-04 00:00",0.0207,"2013-04-04 00:00",0.0141,"2013-01-28 00:00",0.0057,"2013-03-23 00:00","","","","",0.0235,0.0235,0.0207,0.0141,0.00207,0.00207,0.00207,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88109",5,37.814781,-122.282347,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.002756,0.002117,0.0102,"2013-05-04 00:00",0.0087,"2013-01-22 00:00",0.0079,"2013-04-28 00:00",0.00207,"2013-01-04 00:00","","","","",0.0102,0.0102,0.0087,0.0079,0.00207,0.00207,0.00207,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88110",5,37.814781,-122.282347,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88111",5,37.814781,-122.282347,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.059103,0.029299,0.1486,"2013-05-04 00:00",0.118,"2013-04-28 00:00",0.1054,"2013-04-22 00:00",0.0946,"2013-02-27 00:00","","","","",0.1486,0.1486,0.118,0.1054,0.068,0.0566,0.0315,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88112",5,37.814781,-122.282347,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.003633,0.005082,0.024,"2013-06-21 00:00",0.013,"2013-06-03 00:00",0.012,"2013-03-23 00:00",0.007,"2013-04-16 00:00","","","","",0.024,0.024,0.013,0.012,0.004,0.002,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88113",5,37.814781,-122.282347,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-10 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-22 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88114",5,37.814781,-122.282347,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.006422,0.006277,0.0203,"2013-02-15 00:00",0.0199,"2013-01-16 00:00",0.0166,"2013-01-22 00:00",0.0133,"2013-03-11 00:00","","","","",0.0203,0.0203,0.0199,0.0166,0.0111,0.0046,0.00109,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88115",5,37.814781,-122.282347,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.544361,0.599699,2.3366,"2013-05-04 00:00",1.7197,"2013-04-28 00:00",1.5418,"2013-06-21 00:00",1.508,"2013-06-15 00:00","","","","",2.3366,2.3366,1.7197,1.5418,0.7742,0.3191,0.0078,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88117",5,37.814781,-122.282347,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",23,0.006571,0.011288,0.0505,"2013-04-04 00:00",0.0347,"2013-02-27 00:00",0.021,"2013-04-28 00:00",0.0162,"2013-05-04 00:00","","","","",0.0505,0.0505,0.0347,0.021,0.00168,0.00168,0.00168,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88118",5,37.814781,-122.282347,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.004231,0.00523,0.0168,"2013-05-16 00:00",0.0156,"2013-03-23 00:00",0.0153,"2013-01-10 00:00",0.0139,"2013-05-28 00:00","","","","",0.0168,0.0168,0.0156,0.0153,0.0063,0.00122,0.00122,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88121",5,37.814781,-122.282347,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.009322,0.013434,0.0529,"2013-02-27 00:00",0.0466,"2013-02-15 00:00",0.0397,"2013-03-11 00:00",0.0219,"2013-04-22 00:00","","","","",0.0529,0.0529,0.0466,0.0397,0.00391,0.00391,0.00391,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88124",5,37.814781,-122.282347,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00237,0,0.00237,"2013-01-04 00:00",0.00237,"2013-01-10 00:00",0.00237,"2013-01-16 00:00",0.00237,"2013-01-22 00:00","","","","",0.00237,0.00237,0.00237,0.00237,0.00237,0.00237,0.00237,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88126",5,37.814781,-122.282347,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.129983,0.125029,0.646,"2013-02-15 00:00",0.3405,"2013-01-16 00:00",0.2739,"2013-01-22 00:00",0.2269,"2013-02-27 00:00","","","","",0.646,0.646,0.3405,0.2739,0.1688,0.0943,0.0419,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88127",5,37.814781,-122.282347,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0231,0,0.0231,"2013-01-04 00:00",0.0231,"2013-01-10 00:00",0.0231,"2013-01-16 00:00",0.0231,"2013-01-22 00:00","","","","",0.0231,0.0231,0.0231,0.0231,0.0231,0.0231,0.0231,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88128",5,37.814781,-122.282347,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.002667,0.00368,0.018,"2013-01-16 00:00",0.009,"2013-02-15 00:00",0.007,"2013-06-27 00:00",0.005,"2013-01-04 00:00","","","","",0.018,0.018,0.009,0.007,0.004,0.002,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88131",5,37.814781,-122.282347,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00305,0,0.00305,"2013-01-04 00:00",0.00305,"2013-01-10 00:00",0.00305,"2013-01-16 00:00",0.00305,"2013-01-22 00:00","","","","",0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88132",5,37.814781,-122.282347,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.0046,0.004207,0.017,"2013-02-15 00:00",0.014,"2013-01-16 00:00",0.011,"2013-03-23 00:00",0.01,"2013-04-22 00:00","","","","",0.017,0.017,0.014,0.011,0.006,0.004,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88133",5,37.814781,-122.282347,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00645,0,0.00645,"2013-01-04 00:00",0.00645,"2013-01-10 00:00",0.00645,"2013-01-16 00:00",0.00645,"2013-01-22 00:00","","","","",0.00645,0.00645,0.00645,0.00645,0.00645,0.00645,0.00645,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88134",5,37.814781,-122.282347,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00286,0,0.00286,"2013-01-04 00:00",0.00286,"2013-01-10 00:00",0.00286,"2013-01-16 00:00",0.00286,"2013-01-22 00:00","","","","",0.00286,0.00286,0.00286,0.00286,0.00286,0.00286,0.00286,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88136",5,37.814781,-122.282347,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.0008,0.001215,0.004,"2013-01-16 00:00",0.003,"2013-01-22 00:00",0.003,"2013-04-10 00:00",0.003,"2013-06-21 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88140",5,37.814781,-122.282347,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",18,0.078162,0.070548,0.2428,"2013-05-28 00:00",0.2397,"2013-03-23 00:00",0.2246,"2013-05-04 00:00",0.1756,"2013-06-21 00:00","","","","",0.2428,0.2428,0.2397,0.2246,0.1141,0.03107,0.03107,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88142",5,37.814781,-122.282347,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.000267,0.000583,0.002,"2013-05-04 00:00",0.002,"2013-06-21 00:00",0.001,"2013-03-11 00:00",0.001,"2013-04-22 00:00","","","","",0.002,0.002,0.002,0.001,0,0,0,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88143",5,37.814781,-122.282347,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00483,0,0.00483,"2013-01-04 00:00",0.00483,"2013-01-10 00:00",0.00483,"2013-01-16 00:00",0.00483,"2013-01-22 00:00","","","","",0.00483,0.00483,0.00483,0.00483,0.00483,0.00483,0.00483,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88146",5,37.814781,-122.282347,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",18,0.006563,0.006532,0.0239,"2013-05-10 00:00",0.022,"2013-02-27 00:00",0.0197,"2013-04-16 00:00",0.0144,"2013-02-09 00:00","","","","",0.0239,0.0239,0.022,0.0197,0.0112,0.00236,0.00236,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88147",5,37.814781,-122.282347,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00426,0,0.00426,"2013-01-04 00:00",0.00426,"2013-01-10 00:00",0.00426,"2013-01-16 00:00",0.00426,"2013-01-22 00:00","","","","",0.00426,0.00426,0.00426,0.00426,0.00426,0.00426,0.00426,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88151",5,37.814781,-122.282347,"NAD83","Palladium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00411,0,0.00411,"2013-01-04 00:00",0.00411,"2013-01-10 00:00",0.00411,"2013-01-16 00:00",0.00411,"2013-01-22 00:00","","","","",0.00411,0.00411,0.00411,0.00411,0.00411,0.00411,0.00411,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88152",5,37.814781,-122.282347,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00435,0,0.00435,"2013-01-04 00:00",0.00435,"2013-01-10 00:00",0.00435,"2013-01-16 00:00",0.00435,"2013-01-22 00:00","","","","",0.00435,0.00435,0.00435,0.00435,0.00435,0.00435,0.00435,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88154",5,37.814781,-122.282347,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",24,0.005035,0.004316,0.02,"2013-02-27 00:00",0.013,"2013-03-17 00:00",0.0128,"2013-06-27 00:00",0.0121,"2013-06-21 00:00","","","","",0.02,0.02,0.013,0.0128,0.00306,0.00306,0.00306,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88160",5,37.814781,-122.282347,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0076,0,0.0076,"2013-01-04 00:00",0.0076,"2013-01-10 00:00",0.0076,"2013-01-16 00:00",0.0076,"2013-01-22 00:00","","","","",0.0076,0.0076,0.0076,0.0076,0.0076,0.0076,0.0076,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88161",5,37.814781,-122.282347,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",16,0.005327,0.005871,0.0263,"2013-02-27 00:00",0.0169,"2013-01-16 00:00",0.0148,"2013-02-15 00:00",0.0113,"2013-01-04 00:00","","","","",0.0263,0.0263,0.0169,0.0148,0.0087,0.00155,0.00155,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88162",5,37.814781,-122.282347,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.013806,0.019958,0.0617,"2013-05-10 00:00",0.0611,"2013-04-28 00:00",0.0575,"2013-06-09 00:00",0.0439,"2013-01-16 00:00","","","","",0.0617,0.0617,0.0611,0.0575,0.0153,0.00258,0.00258,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88163",5,37.814781,-122.282347,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.009621,0.008853,0.0333,"2013-01-10 00:00",0.0267,"2013-04-10 00:00",0.0262,"2013-05-28 00:00",0.023,"2013-03-11 00:00","","","","",0.0333,0.0333,0.0267,0.0262,0.0151,0.00442,0.00442,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88164",5,37.814781,-122.282347,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.000795,0.002343,0.0118,"2013-01-16 00:00",0.0061,"2013-01-22 00:00",0.0008,"2013-03-05 00:00",0.0005,"2013-04-10 00:00","","","","",0.0118,0.0118,0.0061,0.0008,0.00017,0.00017,0.00017,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88165",5,37.814781,-122.282347,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.054311,0.044686,0.1522,"2013-05-04 00:00",0.1452,"2013-04-22 00:00",0.1273,"2013-01-22 00:00",0.1123,"2013-01-16 00:00","","","","",0.1522,0.1522,0.1452,0.1273,0.094,0.0371,0.00428,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88166",5,37.814781,-122.282347,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0045,0,0.0045,"2013-01-04 00:00",0.0045,"2013-01-10 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-01-22 00:00","","","","",0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88167",5,37.814781,-122.282347,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.016967,0.012508,0.0521,"2013-01-16 00:00",0.051,"2013-01-04 00:00",0.0337,"2013-01-22 00:00",0.0277,"2013-05-04 00:00","","","","",0.0521,0.0521,0.051,0.0337,0.0238,0.0155,0.004,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88168",5,37.814781,-122.282347,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",24,0.001401,0.000839,0.0041,"2013-03-17 00:00",0.0031,"2013-05-04 00:00",0.003,"2013-02-15 00:00",0.0027,"2013-04-22 00:00","","","","",0.0041,0.0041,0.0031,0.003,0.00101,0.00101,0.00101,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88169",5,37.814781,-122.282347,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.324163,0.180257,0.9248,"2013-05-04 00:00",0.6361,"2013-03-29 00:00",0.5299,"2013-01-16 00:00",0.4994,"2013-04-28 00:00","","","","",0.9248,0.9248,0.6361,0.5299,0.3849,0.3136,0.1281,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88170",5,37.814781,-122.282347,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.01775,0,0.01775,"2013-01-04 00:00",0.01775,"2013-01-10 00:00",0.01775,"2013-01-16 00:00",0.01775,"2013-01-22 00:00","","","","",0.01775,0.01775,0.01775,0.01775,0.01775,0.01775,0.01775,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88172",5,37.814781,-122.282347,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",20,0.01915,0.032307,0.1339,"2013-04-16 00:00",0.1016,"2013-06-21 00:00",0.0627,"2013-06-27 00:00",0.0555,"2013-05-04 00:00","","","","",0.1339,0.1339,0.1016,0.0627,0.0187,0.00293,0.00293,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88173",5,37.814781,-122.282347,"NAD83","Thallium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00296,0,0.00296,"2013-01-04 00:00",0.00296,"2013-01-10 00:00",0.00296,"2013-01-16 00:00",0.00296,"2013-01-22 00:00","","","","",0.00296,0.00296,0.00296,0.00296,0.00296,0.00296,0.00296,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88176",5,37.814781,-122.282347,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00151,0,0.00151,"2013-01-04 00:00",0.00151,"2013-01-10 00:00",0.00151,"2013-01-16 00:00",0.00151,"2013-01-22 00:00","","","","",0.00151,0.00151,0.00151,0.00151,0.00151,0.00151,0.00151,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88179",5,37.814781,-122.282347,"NAD83","Uranium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.000533,0.000127,0.001,"2013-01-22 00:00",0.001,"2013-03-29 00:00",0.0005,"2013-01-04 00:00",0.0005,"2013-01-10 00:00","","","","",0.001,0.001,0.001,0.0005,0.0005,0.0005,0.0005,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88180",5,37.814781,-122.282347,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.055043,0.03412,0.1408,"2013-05-04 00:00",0.1198,"2013-01-16 00:00",0.1186,"2013-01-22 00:00",0.0881,"2013-04-28 00:00","","","","",0.1408,0.1408,0.1198,0.1186,0.0789,0.0582,0.0191,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88183",5,37.814781,-122.282347,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.000888,0.000692,0.0039,"2013-04-16 00:00",0.002,"2013-01-04 00:00",0.0019,"2013-05-28 00:00",0.0016,"2013-02-03 00:00","","","","",0.0039,0.0039,0.002,0.0019,0.00063,0.00063,0.00063,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88184",5,37.814781,-122.282347,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",13,0.451099,0.49763,2.2524,"2013-02-27 00:00",1.6006,"2013-01-28 00:00",0.926,"2013-04-28 00:00",0.9046,"2013-02-03 00:00","","","","",2.2524,2.2524,1.6006,0.926,0.6837,0.3058,0.09906,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88185",5,37.814781,-122.282347,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00384,0,0.00384,"2013-01-04 00:00",0.00384,"2013-01-10 00:00",0.00384,"2013-01-16 00:00",0.00384,"2013-01-22 00:00","","","","",0.00384,0.00384,0.00384,0.00384,0.00384,0.00384,0.00384,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88186",5,37.814781,-122.282347,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.01535,0,0.01535,"2013-01-04 00:00",0.01535,"2013-01-10 00:00",0.01535,"2013-01-16 00:00",0.01535,"2013-01-22 00:00","","","","",0.01535,0.01535,0.01535,0.01535,0.01535,0.01535,0.01535,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88203",5,37.814781,-122.282347,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.800799,0.699853,2.7333,"2013-05-04 00:00",2.3545,"2013-04-28 00:00",1.7705,"2013-06-15 00:00",1.6966,"2013-06-21 00:00","","","","",2.7333,2.7333,2.3545,1.7705,1.2553,0.5256,0.07597,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88301",5,37.814781,-122.282347,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.369256,0.754189,3.4915,"2013-01-16 00:00",2.51,"2013-01-22 00:00",0.8729,"2013-03-29 00:00",0.788,"2013-01-04 00:00","","","","",3.4915,3.4915,2.51,0.8729,0.2676,0.1335,0.0266,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88302",5,37.814781,-122.282347,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.591749,0.533237,2.2346,"2013-05-04 00:00",1.7017,"2013-04-28 00:00",1.2556,"2013-06-21 00:00",1.1647,"2013-06-15 00:00","","","","",2.2346,2.2346,1.7017,1.2556,0.8779,0.4218,0.0641,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88303",5,37.814781,-122.282347,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.048963,0.032663,0.1175,"2013-01-22 00:00",0.117,"2013-05-04 00:00",0.1135,"2013-01-16 00:00",0.0808,"2013-01-04 00:00","","","","",0.1175,0.1175,0.117,0.1135,0.0667,0.0525,0.0127,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88306",5,37.814781,-122.282347,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.77946,2.920556,13.0333,"2013-01-16 00:00",10.7186,"2013-01-22 00:00",4.4117,"2013-01-04 00:00",2.4875,"2013-02-27 00:00","","","","",13.0333,13.0333,10.7186,4.4117,1.9016,0.8059,0.2459,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88312",5,37.814781,-122.282347,"NAD83","Total Carbon PM2.5 LC TOT","24 HOUR","","Observed Values","Met One SASS Quartz - STN TOT",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,2.86774,2.890957,11,"2013-01-16 00:00",10.9507,"2013-01-22 00:00",7.3329,"2013-01-04 00:00",6.897,"2013-02-15 00:00","","","","",11,11,10.9507,7.3329,3.7072,2.3949,0.568,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88320",5,37.814781,-122.282347,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,2.341503,2.187551,8.5075,"2013-01-16 00:00",8.4893,"2013-01-22 00:00",5.4307,"2013-01-04 00:00",4.8486,"2013-02-15 00:00","","","","",8.5075,8.5075,8.4893,5.4307,3.061,2.1054,0.5036,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88321",5,37.814781,-122.282347,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.529412,0.728058,2.4931,"2013-01-16 00:00",2.462,"2013-01-22 00:00",2.0489,"2013-02-15 00:00",1.9028,"2013-01-04 00:00","","","","",2.4931,2.4931,2.462,2.0489,0.6216,0.2519,0.0194,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88324",5,37.814781,-122.282347,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.242242,0.289571,1.089,"2013-01-22 00:00",1.0297,"2013-01-16 00:00",0.7006,"2013-01-04 00:00",0.5812,"2013-02-09 00:00","","","","",1.089,1.089,1.0297,0.7006,0.3512,0.1798,0.00043,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88325",5,37.814781,-122.282347,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.64617,0.51395,2.1949,"2013-01-16 00:00",1.9322,"2013-01-22 00:00",1.3818,"2013-02-15 00:00",1.264,"2013-01-04 00:00","","","","",2.1949,2.1949,1.9322,1.3818,0.7932,0.5797,0.1703,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88326",5,37.814781,-122.282347,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.94229,0.756853,2.8374,"2013-01-16 00:00",2.6845,"2013-01-22 00:00",2.3414,"2013-06-27 00:00",1.9589,"2013-02-15 00:00","","","","",2.8374,2.8374,2.6845,2.3414,1.2353,0.8426,0.2867,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88327",5,37.814781,-122.282347,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.436793,0.405456,1.6723,"2013-01-22 00:00",1.5015,"2013-01-16 00:00",1.0165,"2013-02-15 00:00",0.9262,"2013-01-04 00:00","","","","",1.6723,1.6723,1.5015,1.0165,0.6108,0.3457,0.0716,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88328",5,37.814781,-122.282347,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.165367,0.29276,1.1861,"2013-01-22 00:00",1.0187,"2013-01-16 00:00",0.7033,"2013-01-04 00:00",0.3703,"2013-02-03 00:00","","","","",1.1861,1.1861,1.0187,0.7033,0.1635,0.0652,0.00188,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88329",5,37.814781,-122.282347,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.517374,0.759538,2.9446,"2013-01-22 00:00",2.5929,"2013-01-16 00:00",1.8688,"2013-01-04 00:00",1.5081,"2013-02-15 00:00","","","","",2.9446,2.9446,2.5929,1.8688,0.6469,0.2179,0.0035,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88330",5,37.814781,-122.282347,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.177144,0.249947,0.9189,"2013-01-16 00:00",0.7373,"2013-01-04 00:00",0.7035,"2013-01-22 00:00",0.6991,"2013-02-15 00:00","","","","",0.9189,0.9189,0.7373,0.7035,0.1841,0.0644,0.0044,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88331",5,37.814781,-122.282347,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00017,0,0.00017,"2013-01-04 00:00",0.00017,"2013-01-10 00:00",0.00017,"2013-01-16 00:00",0.00017,"2013-01-22 00:00","","","","",0.00017,0.00017,0.00017,0.00017,0.00017,0.00017,0.00017,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88379",5,37.814781,-122.282347,"NAD83","OP PM2.5 LC TOT","24 HOUR","","Observed Values","Met One SASS Quartz - STN TOT",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",5,0.299963,0.441118,1.7286,"2013-01-22 00:00",1.6412,"2013-01-16 00:00",1.0435,"2013-01-04 00:00",0.6116,"2013-06-27 00:00","","","","",1.7286,1.7286,1.6412,1.0435,0.2757,0.2,0.00188,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88403",5,37.814781,-122.282347,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.810493,0.394836,2.0604,"2013-05-04 00:00",1.489,"2013-03-29 00:00",1.1969,"2013-04-28 00:00",1.1717,"2013-03-23 00:00","","","","",2.0604,2.0604,1.489,1.1969,0.9973,0.8109,0.3369,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","0011","88502",5,37.814781,-122.282347,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,8.626667,6.9141,31.7,"2013-01-16 00:00",27.3,"2013-01-22 00:00",17.3,"2013-05-04 00:00",16,"2013-01-04 00:00","","","","",31.7,31.7,27.3,17.3,10,7.3,2.6,"Oakland West","1100 21st Street","California","Alameda","Oakland","San Francisco-Oakland-Fremont, CA","2014-02-03" +"06","001","2001","44201",1,37.654456,-122.031547,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5589,100,244,244,0,0,0,0,"Certification not required",22,0.039844,0.011321,0.085,"2013-05-02 13:00",0.08,"2013-05-03 13:00",0.073,"2013-05-04 13:00",0.072,"2013-09-07 13:00","","","","",0.073,0.071,0.062,0.055,0.045,0.038,0.028,"Hayward - La Mesa","3466 LA MESA DR.","California","Alameda","Hayward","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","001","2001","44201",1,37.654456,-122.031547,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5841,100,243,244,0,0,0,0,"Certification not required",0,0.034099,0.009401,0.075,"2013-05-02 11:00",0.064,"2013-05-03 10:00",0.061,"2013-05-01 10:00",0.059,"2013-05-04 10:00","","","","",0.061,0.059,0.05,0.045,0.039,0.033,0.024,"Hayward - La Mesa","3466 LA MESA DR.","California","Alameda","Hayward","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","001","2001","44201",1,37.654456,-122.031547,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5841,100,243,244,0,0,0,0,"Certification not required",0,0.034099,0.009401,0.075,"2013-05-02 11:00",0.064,"2013-05-03 10:00",0.061,"2013-05-01 10:00",0.059,"2013-05-04 10:00","","","","",0.061,0.059,0.05,0.045,0.039,0.033,0.024,"Hayward - La Mesa","3466 LA MESA DR.","California","Alameda","Hayward","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","001","2005","42601",1,37.689615,-121.631916,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7579,87,328,365,0,0,"","","Certification not required",0,0.551458,0.901129,17.2,"2013-01-23 16:00",16.6,"2013-01-04 11:00",11.2,"2013-02-04 12:00",11.1,"2013-01-17 12:00","","","","",3.9,3,2,1.4,0.8,0.3,-0.1,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","001","2005","42602",1,37.689615,-121.631916,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7565,86,328,365,0,0,0,"","Certification not required",0,7.432622,4.247086,24.5,"2013-01-03 17:00",23.2,"2013-02-04 18:00",23.1,"2013-10-25 19:00",22.3,"2013-02-13 19:00","","","","",22.3,19.2,15.7,13,9.6,6.6,2.8,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","001","2005","42602",1,37.689615,-121.631916,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7565,86,328,365,0,0,"","","Certification not required",0,3.8446,2.721984,24.5,"2013-01-03 17:00",23.2,"2013-02-04 18:00",23.1,"2013-10-25 19:00",22.3,"2013-02-13 19:00","","","","",13.4,11.5,9.1,7.3,5,3.1,1.3,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","001","2005","42603",1,37.689615,-121.631916,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7580,87,328,365,0,0,"","","Certification not required",0,4.389433,3.210373,34.8,"2013-01-04 11:00",34.1,"2013-01-23 16:00",27.6,"2013-01-17 12:00",26.9,"2013-11-27 11:00","","","","",15.4,13.5,10.6,8.4,5.7,3.6,1.4,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","001","2005","43141",6,37.689615,-121.631916,"NAD83","n-Dodecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,0.47665,0,0.47665,"2013-04-02 01:00",0.47665,"2013-04-02 02:00",0.47665,"2013-04-02 03:00",0.47665,"2013-04-02 04:00","","","","",0.47665,0.47665,0.47665,0.47665,0.47665,0.47665,0.47665,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43202",6,37.689615,-121.631916,"NAD83","Ethane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",0,3.012335,1.864896,94.1508,"2013-11-23 18:00",44.7118,"2013-11-04 17:00",17.5861,"2013-11-23 19:00",16.7865,"2013-11-22 16:00","","","","",6.6877,6.0105,5.2051,4.5139,3.6549,2.8874,1.5683,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43203",6,37.689615,-121.631916,"NAD83","Ethylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",646,0.432262,0.330241,4.7721,"2013-09-27 05:00",4.4586,"2013-09-27 06:00",4.4569,"2013-07-08 17:00",4.1107,"2013-09-27 03:00","","","","",1.4199,1.2461,0.9721,0.8284,0.5692,0.3624,0.05829,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43204",6,37.689615,-121.631916,"NAD83","Propane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",269,1.70512,1.338571,14.1917,"2013-11-30 13:00",12.8622,"2013-11-27 13:00",12.5981,"2013-11-27 10:00",12.2118,"2013-11-27 16:00","","","","",6.6538,5.8089,4.3128,3.2587,2.0916,1.3621,0.5711,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43205",6,37.689615,-121.631916,"NAD83","Propylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",364,0.56883,0.202456,2.8687,"2013-07-08 17:00",2.3942,"2013-11-22 10:00",2.3916,"2013-09-27 06:00",2.3504,"2013-09-27 05:00","","","","",1.2199,1.0827,0.9187,0.808,0.6466,0.5358,0.41,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43206",6,37.689615,-121.631916,"NAD83","Acetylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",0,0.772803,0.450459,6.381,"2013-08-02 19:00",5.3217,"2013-07-08 18:00",5.0976,"2013-07-18 18:00",4.9307,"2013-07-08 21:00","","","","",2.2085,1.8568,1.5272,1.3083,0.9733,0.6943,0.3108,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43212",6,37.689615,-121.631916,"NAD83","n-Butane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",3764,0.483662,0.469352,5.8902,"2013-09-19 19:00",4.9542,"2013-11-12 21:00",4.9083,"2013-11-10 11:00",4.7126,"2013-11-30 13:00","","","","",2.4189,1.9905,1.4664,0.9776,0.5812,0.26344,0.26344,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43214",6,37.689615,-121.631916,"NAD83","Isobutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",4363,0.358117,0.26261,3.8939,"2013-11-12 21:00",2.9144,"2013-10-29 12:00",2.8275,"2013-09-07 06:00",2.5556,"2013-09-07 07:00","","","","",1.4626,1.1951,0.8942,0.6735,0.25526,0.25526,0.25526,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43216",6,37.689615,-121.631916,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5351,0.278686,0.009974,1.0082,"2013-05-03 14:00",0.27855,"2013-04-02 01:00",0.27855,"2013-04-02 02:00",0.27855,"2013-04-02 03:00","","","","",0.27855,0.27855,0.27855,0.27855,0.27855,0.27855,0.27855,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43217",6,37.689615,-121.631916,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5187,0.287041,0.214322,10.8575,"2013-07-01 22:00",4.9115,"2013-07-10 01:00",2.6266,"2013-07-12 15:00",2.3637,"2013-07-12 17:00","","","","",1.1083,0.7557,0.26192,0.26192,0.26192,0.26192,0.26192,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43220",6,37.689615,-121.631916,"NAD83","n-Pentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5132,0.361094,0.781387,36.0989,"2013-07-08 17:00",23.3716,"2013-07-08 18:00",18.5808,"2013-07-08 19:00",15.8328,"2013-07-08 20:00","","","","",0.9844,0.7675,0.30471,0.30471,0.30471,0.30471,0.30471,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43221",6,37.689615,-121.631916,"NAD83","Isopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",2759,0.668496,0.557717,4.6022,"2013-10-25 19:00",4.5575,"2013-10-25 20:00",4.3367,"2013-11-27 10:00",4.1987,"2013-10-21 21:00","","","","",2.5814,2.242,1.7676,1.4099,0.9349,0.26538,0.26538,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43224",6,37.689615,-121.631916,"NAD83","1-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5344,0.284707,0.019397,1.2285,"2013-07-02 03:00",0.7989,"2013-07-06 02:00",0.7987,"2013-07-04 06:00",0.7182,"2013-08-15 08:00","","","","",0.28402,0.28402,0.28402,0.28402,0.28402,0.28402,0.28402,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43226",6,37.689615,-121.631916,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5325,0.30664,0.051959,2.1313,"2013-07-07 23:00",1.4824,"2013-07-07 21:00",1.4667,"2013-07-06 05:00",1.3131,"2013-07-01 06:00","","","","",0.30338,0.30338,0.30338,0.30338,0.30338,0.30338,0.30338,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43227",6,37.689615,-121.631916,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5342,0.288261,0.024191,1.235,"2013-06-12 09:00",1.067,"2013-09-10 08:00",0.8872,"2013-07-06 02:00",0.8507,"2013-06-27 08:00","","","","",0.28728,0.28728,0.28728,0.28728,0.28728,0.28728,0.28728,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43230",6,37.689615,-121.631916,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5352,0.42545,0,0.42545,"2013-04-02 01:00",0.42545,"2013-04-02 02:00",0.42545,"2013-04-02 03:00",0.42545,"2013-04-02 04:00","","","","",0.42545,0.42545,0.42545,0.42545,0.42545,0.42545,0.42545,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43231",6,37.689615,-121.631916,"NAD83","n-Hexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.352616,0.651009,45.5407,"2013-10-29 10:00",7.6679,"2013-10-29 11:00",2.4546,"2013-07-08 17:00",2.2496,"2013-05-07 14:00","","","","",0.9936,0.8723,0.6827,0.5669,0.4242,0.2971,0.1683,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43232",6,37.689615,-121.631916,"NAD83","n-Heptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5119,0.246287,0.110664,1.8777,"2013-07-21 02:00",1.8738,"2013-07-21 01:00",1.6912,"2013-07-03 07:00",1.6821,"2013-07-03 01:00","","","","",0.7549,0.5985,0.22517,0.22517,0.22517,0.22517,0.22517,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43233",6,37.689615,-121.631916,"NAD83","n-Octane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,0.34894,0,0.34894,"2013-04-02 01:00",0.34894,"2013-04-02 02:00",0.34894,"2013-04-02 03:00",0.34894,"2013-04-02 04:00","","","","",0.34894,0.34894,0.34894,0.34894,0.34894,0.34894,0.34894,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43235",6,37.689615,-121.631916,"NAD83","n-Nonane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.13226,0,1.13226,"2013-04-02 01:00",1.13226,"2013-04-02 02:00",1.13226,"2013-04-02 03:00",1.13226,"2013-04-02 04:00","","","","",1.13226,1.13226,1.13226,1.13226,1.13226,1.13226,1.13226,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43238",6,37.689615,-121.631916,"NAD83","n-Decane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5363,2.175633,0.845355,28.1924,"2013-10-14 13:00",27.8257,"2013-10-14 12:00",25.7769,"2013-10-14 11:00",24.9046,"2013-10-14 14:00","","","","",2.13828,2.13828,2.13828,2.13828,2.13828,2.13828,2.13828,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43242",6,37.689615,-121.631916,"NAD83","Cyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5350,0.334155,0.008042,0.7852,"2013-05-03 14:00",0.7116,"2013-07-30 11:00",0.334,"2013-04-02 01:00",0.334,"2013-04-02 02:00","","","","",0.334,0.334,0.334,0.334,0.334,0.334,0.334,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43243",6,37.689615,-121.631916,"NAD83","Isoprene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",4878,0.374205,0.417434,7.4336,"2013-06-30 19:00",6.8039,"2013-06-28 04:00",6.2771,"2013-06-28 19:00",6.2475,"2013-06-30 20:00","","","","",2.3285,1.4912,0.8566,0.28525,0.28525,0.28525,0.28525,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43244",6,37.689615,-121.631916,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5351,61,232,365,0,0,"","","Certification not required",5351,0.45405,0,0.45405,"2013-04-02 01:00",0.45405,"2013-04-02 02:00",0.45405,"2013-04-02 03:00",0.45405,"2013-04-02 04:00","","","","",0.45405,0.45405,0.45405,0.45405,0.45405,0.45405,0.45405,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43245",6,37.689615,-121.631916,"NAD83","1-Hexene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5294,0.897447,0.181046,8.1349,"2013-11-23 04:00",4.3858,"2013-10-22 04:00",3.6131,"2013-06-14 23:00",3.529,"2013-10-22 02:00","","","","",1.7885,0.88145,0.88145,0.88145,0.88145,0.88145,0.88145,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43247",6,37.689615,-121.631916,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,0.31777,0,0.31777,"2013-04-02 01:00",0.31777,"2013-04-02 02:00",0.31777,"2013-04-02 03:00",0.31777,"2013-04-02 04:00","","","","",0.31777,0.31777,0.31777,0.31777,0.31777,0.31777,0.31777,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43248",6,37.689615,-121.631916,"NAD83","Cyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5371,0.247873,0.056638,4.1732,"2013-07-08 18:00",1.1931,"2013-05-07 14:00",1.0157,"2013-05-07 20:00",0.6974,"2013-07-08 19:00","","","","",0.24664,0.24664,0.24664,0.24664,0.24664,0.24664,0.24664,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43249",6,37.689615,-121.631916,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5328,0.356211,0.0704,2.1651,"2013-07-08 22:00",1.8114,"2013-07-08 17:00",1.5931,"2013-07-03 15:00",1.5613,"2013-07-08 19:00","","","","",0.35013,0.35013,0.35013,0.35013,0.35013,0.35013,0.35013,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43250",6,37.689615,-121.631916,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.194532,0.17534,1.2325,"2013-10-25 19:00",1.2285,"2013-10-25 20:00",1.1206,"2013-10-21 22:00",1.1194,"2013-10-21 21:00","","","","",0.7443,0.6581,0.5381,0.4396,0.2829,0.1506,0,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43252",6,37.689615,-121.631916,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5361,0.307946,0.02399,0.9522,"2013-07-03 02:00",0.9138,"2013-07-06 23:00",0.8472,"2013-07-07 05:00",0.8274,"2013-07-06 03:00","","","","",0.30667,0.30667,0.30667,0.30667,0.30667,0.30667,0.30667,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43253",6,37.689615,-121.631916,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,0.29386,0,0.29386,"2013-04-02 01:00",0.29386,"2013-04-02 02:00",0.29386,"2013-04-02 03:00",0.29386,"2013-04-02 04:00","","","","",0.29386,0.29386,0.29386,0.29386,0.29386,0.29386,0.29386,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43261",6,37.689615,-121.631916,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5376,0.375851,0.00593,0.8106,"2013-07-07 03:00",0.37577,"2013-04-02 01:00",0.37577,"2013-04-02 02:00",0.37577,"2013-04-02 03:00","","","","",0.37577,0.37577,0.37577,0.37577,0.37577,0.37577,0.37577,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43262",6,37.689615,-121.631916,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5225,0.210477,0.068217,3.5124,"2013-07-08 23:00",0.8898,"2013-11-27 10:00",0.8451,"2013-10-25 19:00",0.8061,"2013-10-25 20:00","","","","",0.5046,0.4346,0.20155,0.20155,0.20155,0.20155,0.20155,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43263",6,37.689615,-121.631916,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5366,0.265311,0.03453,2.4463,"2013-07-08 17:00",1.0428,"2013-05-08 04:00",0.7455,"2013-07-08 19:00",0.6507,"2013-07-02 17:00","","","","",0.2642,0.2642,0.2642,0.2642,0.2642,0.2642,0.2642,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43280",6,37.689615,-121.631916,"NAD83","1-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5339,0.261102,0.014947,0.7654,"2013-07-08 17:00",0.5796,"2013-04-02 19:00",0.5617,"2013-04-04 01:00",0.5469,"2013-04-02 07:00","","","","",0.26038,0.26038,0.26038,0.26038,0.26038,0.26038,0.26038,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43284",6,37.689615,-121.631916,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5352,61,232,365,0,0,"","","Certification not required",5349,0.39294,0.010574,0.8409,"2013-07-07 01:00",0.8402,"2013-07-06 01:00",0.8371,"2013-07-06 21:00",0.39269,"2013-04-02 01:00","","","","",0.39269,0.39269,0.39269,0.39269,0.39269,0.39269,0.39269,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43285",6,37.689615,-121.631916,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5351,61,232,365,0,0,"","","Certification not required",5349,0.413514,0.011303,1.0993,"2013-10-25 19:00",0.875,"2013-05-21 19:00",0.4133,"2013-04-02 01:00",0.4133,"2013-04-02 02:00","","","","",0.4133,0.4133,0.4133,0.4133,0.4133,0.4133,0.4133,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43291",6,37.689615,-121.631916,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5369,0.353588,0.023352,1.163,"2013-07-08 17:00",1.1466,"2013-07-08 20:00",1.0861,"2013-05-07 21:00",0.9532,"2013-07-09 19:00","","","","",0.35272,0.35272,0.35272,0.35272,0.35272,0.35272,0.35272,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43954",6,37.689615,-121.631916,"NAD83","n-Undecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.09196,0,1.09196,"2013-04-02 01:00",1.09196,"2013-04-02 02:00",1.09196,"2013-04-02 03:00",1.09196,"2013-04-02 04:00","","","","",1.09196,1.09196,1.09196,1.09196,1.09196,1.09196,1.09196,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","43960",6,37.689615,-121.631916,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5366,0.239176,0.033105,1.3655,"2013-04-02 01:00",1.3223,"2013-10-14 14:00",1.1464,"2013-10-14 15:00",1.0958,"2013-10-14 13:00","","","","",0.23779,0.23779,0.23779,0.23779,0.23779,0.23779,0.23779,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45109",6,37.689615,-121.631916,"NAD83","m/p Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5376,61,233,365,0,0,"","","Certification not required",0,0.30274,0.212733,2.2396,"2013-08-21 12:00",1.8382,"2013-10-25 19:00",1.7559,"2013-07-02 19:00",1.6526,"2013-07-02 21:00","","","","",1.1247,0.9469,0.7347,0.5747,0.3684,0.2369,0.1208,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45201",6,37.689615,-121.631916,"NAD83","Benzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.401069,0.266882,2.9782,"2013-09-27 06:00",2.7911,"2013-09-27 05:00",2.6225,"2013-09-27 03:00",2.4198,"2013-07-08 18:00","","","","",1.2769,1.0896,0.868,0.7293,0.5352,0.351,0.1377,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45202",6,37.689615,-121.631916,"NAD83","Toluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.817192,0.43832,3.6051,"2013-10-25 19:00",3.2352,"2013-11-12 05:00",3.1822,"2013-07-23 10:00",3.1756,"2013-10-25 20:00","","","","",2.339,2.0393,1.6912,1.4538,1.0145,0.6805,0.4043,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45203",6,37.689615,-121.631916,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.120663,0.079259,0.7261,"2013-07-02 19:00",0.6138,"2013-07-02 20:00",0.5856,"2013-07-07 04:00",0.5797,"2013-07-07 21:00","","","","",0.416,0.3553,0.2681,0.2186,0.1517,0.101,0.0506,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45204",6,37.689615,-121.631916,"NAD83","o-Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.128701,0.083519,0.6925,"2013-06-24 13:00",0.6739,"2013-10-25 19:00",0.6625,"2013-07-04 01:00",0.6362,"2013-06-24 21:00","","","","",0.425,0.3722,0.2959,0.2362,0.1625,0.1074,0.0497,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45207",6,37.689615,-121.631916,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.58218,0,1.58218,"2013-04-02 01:00",1.58218,"2013-04-02 02:00",1.58218,"2013-04-02 03:00",1.58218,"2013-04-02 04:00","","","","",1.58218,1.58218,1.58218,1.58218,1.58218,1.58218,1.58218,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45208",6,37.689615,-121.631916,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5371,1.83942,0.106949,6.2936,"2013-05-22 07:00",5.5427,"2013-05-22 13:00",4.7584,"2013-05-22 08:00",4.5215,"2013-05-22 14:00","","","","",1.83594,1.83594,1.83594,1.83594,1.83594,1.83594,1.83594,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45209",6,37.689615,-121.631916,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.42874,0,1.42874,"2013-04-02 01:00",1.42874,"2013-04-02 02:00",1.42874,"2013-04-02 03:00",1.42874,"2013-04-02 04:00","","","","",1.42874,1.42874,1.42874,1.42874,1.42874,1.42874,1.42874,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45210",6,37.689615,-121.631916,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.015782,0.026244,0.5066,"2013-10-14 12:00",0.4096,"2013-10-14 11:00",0.3803,"2013-10-14 15:00",0.212,"2013-10-14 19:00","","","","",0.1041,0.0871,0.0669,0.0481,0.0245,0,0,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45211",6,37.689615,-121.631916,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.78591,0,1.78591,"2013-04-02 01:00",1.78591,"2013-04-02 02:00",1.78591,"2013-04-02 03:00",1.78591,"2013-04-02 04:00","","","","",1.78591,1.78591,1.78591,1.78591,1.78591,1.78591,1.78591,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45212",6,37.689615,-121.631916,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.12933,0,1.12933,"2013-04-02 01:00",1.12933,"2013-04-02 02:00",1.12933,"2013-04-02 03:00",1.12933,"2013-04-02 04:00","","","","",1.12933,1.12933,1.12933,1.12933,1.12933,1.12933,1.12933,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45213",6,37.689615,-121.631916,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5377,1.6475,0,1.6475,"2013-04-02 01:00",1.6475,"2013-04-02 02:00",1.6475,"2013-04-02 03:00",1.6475,"2013-04-02 04:00","","","","",1.6475,1.6475,1.6475,1.6475,1.6475,1.6475,1.6475,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45218",6,37.689615,-121.631916,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5376,1.095429,0.015344,2.2204,"2013-05-03 14:00",1.09522,"2013-04-02 01:00",1.09522,"2013-04-02 02:00",1.09522,"2013-04-02 03:00","","","","",1.09522,1.09522,1.09522,1.09522,1.09522,1.09522,1.09522,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45219",6,37.689615,-121.631916,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5376,0.939574,0.015709,2.0913,"2013-08-21 12:00",0.93936,"2013-04-02 01:00",0.93936,"2013-04-02 02:00",0.93936,"2013-04-02 03:00","","","","",0.93936,0.93936,0.93936,0.93936,0.93936,0.93936,0.93936,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45220",6,37.689615,-121.631916,"NAD83","Styrene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",0,0.054617,0.088546,2.066,"2013-07-08 18:00",1.5914,"2013-07-08 19:00",1.2881,"2013-07-08 20:00",1.2439,"2013-05-07 15:00","","","","",0.3505,0.2861,0.2047,0.1518,0.0685,0.0306,0,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","001","2005","45225",6,37.689615,-121.631916,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5377,61,233,365,0,0,"","","Certification not required",5333,1.094609,2.887199,201.246,"2013-08-21 12:00",69.058,"2013-08-21 13:00",5.4467,"2013-08-21 14:00",4.6407,"2013-08-21 15:00","","","","",1.03235,1.03235,1.03235,1.03235,1.03235,1.03235,1.03235,"Patterson Pass","13224 Patterson Pass Road","California","Alameda","","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","005","0002","44201",1,38.339905,-120.763515,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4858,58,212,365,0,0,0,0,"Certification not required",680,0.047632,0.013959,0.085,"2013-07-09 18:00",0.081,"2013-07-30 18:00",0.078,"2013-07-19 16:00",0.077,"2013-06-08 15:00","","","","",0.078,0.077,0.072,0.067,0.058,0.046,0.032," 201 CLINTON ROAD, JACKSON"," 201 CLINTON ROAD, JACKSON, CA 95642","California","Amador","Jackson","","2013-12-13" +"06","005","0002","44201",1,38.339905,-120.763515,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5057,58,210,365,0,0,0,0,"Certification not required",0,0.041329,0.012773,0.072,"2013-07-30 11:00",0.066,"2013-06-07 11:00",0.066,"2013-07-02 11:00",0.066,"2013-07-18 12:00","","","","",0.066,0.066,0.063,0.058,0.052,0.04,0.025," 201 CLINTON ROAD, JACKSON"," 201 CLINTON ROAD, JACKSON, CA 95642","California","Amador","Jackson","","2013-12-13" +"06","005","0002","44201",1,38.339905,-120.763515,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5057,58,210,365,0,0,0,0,"Certification not required",0,0.041329,0.012773,0.072,"2013-07-30 11:00",0.066,"2013-06-07 11:00",0.066,"2013-07-02 11:00",0.066,"2013-07-18 12:00","","","","",0.066,0.066,0.063,0.058,0.052,0.04,0.025," 201 CLINTON ROAD, JACKSON"," 201 CLINTON ROAD, JACKSON, CA 95642","California","Amador","Jackson","","2013-12-13" +"06","005","0002","61103",1,38.339905,-120.763515,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",5015,57,207,365,0,0,"","","Certification not required",0,2.521595,2.054469,28.3,"2013-05-07 05:00",25.5,"2013-05-07 04:00",22.4,"2013-05-07 06:00",21,"2013-01-07 07:00","","","","",7.7,6.5,5.6,5.1,3.9,1.7,0.7," 201 CLINTON ROAD, JACKSON"," 201 CLINTON ROAD, JACKSON, CA 95642","California","Amador","Jackson","","2013-12-13" +"06","005","0002","61104",1,38.339905,-120.763515,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",5015,57,207,365,0,0,"","","Certification not required",0,164.487537,72.191474,295,"2013-06-08 21:00",286,"2013-06-06 08:00",283,"2013-07-16 20:00",280,"2013-04-04 22:00","","","","",273,269,263,256,238,159,65," 201 CLINTON ROAD, JACKSON"," 201 CLINTON ROAD, JACKSON, CA 95642","California","Amador","Jackson","","2013-12-13" +"06","005","0002","62102",1,38.339905,-120.763515,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",5015,57,207,365,0,0,"","","Certification not required",0,58.737388,16.563178,103,"2013-06-08 16:00",103,"2013-06-08 17:00",102,"2013-06-08 15:00",102,"2013-06-29 15:00","","","","",98,94,88,82,70,58,37," 201 CLINTON ROAD, JACKSON"," 201 CLINTON ROAD, JACKSON, CA 95642","California","Amador","Jackson","","2013-12-13" +"06","007","0007","44201",1,39.714041,-121.618836,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4164,50,181,365,0,204,0,0,"Certification not required",0,0.052586,0.012064,0.1,"2013-07-02 13:00",0.086,"2013-07-30 16:00",0.079,"2013-07-01 12:00",0.078,"2013-07-29 14:00","","","","",0.086,0.078,0.074,0.07,0.062,0.049,0.04,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0007","44201",1,39.714041,-121.618836,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4336,49,180,365,0,0,1,1,"Certification not required",0,0.049206,0.011,0.093,"2013-07-02 10:00",0.08,"2013-07-30 14:00",0.073,"2013-07-08 13:00",0.071,"2013-07-01 10:00","","","","",0.08,0.071,0.068,0.065,0.057,0.046,0.038,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0007","44201",1,39.714041,-121.618836,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4336,49,180,365,0,0,2,2,"Certification not required",0,0.049206,0.011,0.093,"2013-07-02 10:00",0.08,"2013-07-30 14:00",0.073,"2013-07-08 13:00",0.071,"2013-07-01 10:00","","","","",0.08,0.071,0.068,0.065,0.057,0.046,0.038,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0007","61103",1,39.714041,-121.618836,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4368,50,182,365,0,0,"","","Certification not required",0,4.733059,2.944597,25,"2013-04-24 05:00",25,"2013-04-24 06:00",23,"2013-04-24 04:00",22,"2013-04-24 07:00","","","","",15,12,10,8,6,4,2,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0007","61104",1,39.714041,-121.618836,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4368,50,182,365,0,0,"","","Certification not required",0,159.687271,99.896077,360,"2013-04-30 00:00",359,"2013-01-01 10:00",359,"2013-01-21 04:00",359,"2013-02-08 18:00","","","","",353,345,322,292,229,174,37,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0007","62101",1,39.714041,-121.618836,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4368,50,182,365,0,0,"","","Certification not required",0,62.742445,14.316048,108,"2013-07-04 14:00",108,"2013-07-04 15:00",106,"2013-07-04 12:00",106,"2013-07-04 13:00","","","","",97,93,90,84,73,61,46,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0007","62201",1,39.714041,-121.618836,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",4368,50,182,365,0,0,"","","Certification not required",0,45.008471,20.445052,96,"2013-01-26 11:00",96,"2013-01-26 12:00",95,"2013-01-26 09:00",95,"2013-01-26 10:00","","","","",93,90,84,75,58,43,21,"TEMPORARY STATION FOR SPECIAL STUDY OF O3 TRANSPORT","4405 AIRPORT RD-PARADISE CA","California","Butte","","Chico, CA","2013-12-13" +"06","007","0008","12102",7,39.761538,-121.84162,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.0026,0.001342,0.005,"2013-01-16 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.002,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12103",7,39.761538,-121.84162,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12110",7,39.761538,-121.84162,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12112",7,39.761538,-121.84162,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.0032,0.001304,0.005,"2013-01-16 00:00",0.004,"2013-01-04 00:00",0.003,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.003,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12113",7,39.761538,-121.84162,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12114",7,39.761538,-121.84162,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.01302,0.008082,0.027,"2013-01-16 00:00",0.012,"2013-01-28 00:00",0.011,"2013-01-04 00:00",0.0082,"2013-02-09 00:00","","","","",0.027,0.027,0.027,0.027,0.012,0.011,0.0069,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12115",1,39.761538,-121.84162,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-31" +"06","007","0008","12126",7,39.761538,-121.84162,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.374,0.276098,0.86,"2013-01-16 00:00",0.31,"2013-01-04 00:00",0.29,"2013-01-28 00:00",0.22,"2013-02-21 00:00","","","","",0.86,0.86,0.86,0.86,0.31,0.29,0.19,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12128",7,39.761538,-121.84162,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.00272,0.002228,0.0065,"2013-01-16 00:00",0.0025,"2013-01-28 00:00",0.0023,"2013-02-09 00:00",0.0016,"2013-01-04 00:00","","","","",0.0065,0.0065,0.0065,0.0065,0.0025,0.0023,0.0007,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-06-28" +"06","007","0008","12132",7,39.761538,-121.84162,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.0082,0.005215,0.017,"2013-01-16 00:00",0.009,"2013-01-04 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.017,0.017,0.017,0.017,0.009,0.005,0.005,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12134",7,39.761538,-121.84162,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12136",7,39.761538,-121.84162,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12150",7,39.761538,-121.84162,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12154",7,39.761538,-121.84162,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12160",7,39.761538,-121.84162,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12161",7,39.761538,-121.84162,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",2,0.0136,0.013045,0.036,"2013-01-16 00:00",0.013,"2013-01-04 00:00",0.01,"2013-01-28 00:00",0.0045,"2013-02-09 00:00","","","","",0.036,0.036,0.036,0.036,0.013,0.01,0.0045,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12164",7,39.761538,-121.84162,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12167",7,39.761538,-121.84162,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.0274,0.012759,0.046,"2013-01-16 00:00",0.035,"2013-01-28 00:00",0.022,"2013-02-09 00:00",0.018,"2013-02-21 00:00","","","","",0.046,0.046,0.046,0.046,0.035,0.022,0.016,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12168",7,39.761538,-121.84162,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",3,0.00249,0.00242,0.0057,"2013-01-04 00:00",0.0045,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0057,0.0057,0.0057,0.0057,0.0045,0.00075,0.00075,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12169",7,39.761538,-121.84162,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.1574,0.082558,0.27,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.16,"2013-02-09 00:00",0.091,"2013-02-21 00:00","","","","",0.27,0.27,0.27,0.27,0.2,0.16,0.066,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","12185",7,39.761538,-121.84162,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",4,0.00126,0.00114,0.0033,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0033,0.0033,0.0033,0.0033,0.00075,0.00075,0.00075,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-04-26" +"06","007","0008","42101",3,39.761538,-121.84162,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",4839,55,209,365,0,0,0,0,"Certification not required",0,0.267439,0.224309,2.596,"2013-01-17 08:00",2.073,"2013-01-22 08:00",1.985,"2013-01-18 07:00",1.767,"2013-01-04 22:00","","","","",1.266,1.048,0.76,0.493,0.263,0.187,0.138,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","42101",3,39.761538,-121.84162,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5041,58,208,365,0,0,0,0,"Certification not required",0,0.272168,0.196823,1.5,"2013-01-17 09:00",1.5,"2013-01-17 10:00",1.4,"2013-01-03 06:00",1.4,"2013-01-17 08:00",1.5,"2013-01-17 09:00",1.4,"2013-01-03 06:00",1.1,1,0.7,0.5,0.3,0.2,0.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","42601",1,39.761538,-121.84162,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4844,55,209,365,0,0,"","","Certification not required",0,4.157246,11.35505,156,"2013-01-22 08:00",137.6,"2013-01-22 09:00",122.1,"2013-01-17 08:00",119,"2013-01-17 07:00","","","","",59.6,45.2,24.3,9.9,2,0.6,0.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","42602",1,39.761538,-121.84162,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4850,55,209,365,0,0,0,"","Certification not required",0,15.478469,7.786586,39.8,"2013-01-16 17:00",39.8,"2013-01-17 10:00",36.7,"2013-01-31 18:00",34.3,"2013-01-22 18:00","","","","",36.7,33.4,30.4,26.5,20.7,14.2,6.5,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","42602",1,39.761538,-121.84162,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4850,55,209,365,0,0,"","","Certification not required",0,7.200495,5.737308,39.8,"2013-01-16 17:00",39.8,"2013-01-17 10:00",39.8,"2013-01-17 17:00",39.6,"2013-01-16 18:00","","","","",26.5,24,19.5,15.6,9.3,5.1,2.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","42603",1,39.761538,-121.84162,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4839,55,209,365,0,0,"","","Certification not required",0,11.3267,15.687725,183.7,"2013-01-22 08:00",171.5,"2013-01-22 09:00",155.1,"2013-01-17 08:00",149.5,"2013-01-17 09:00","","","","",80.8,63.8,43,26.3,11.2,5.9,2.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","43218",5,39.761538,-121.84162,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.265806,0.362029,1.52,"2013-01-04 00:00",1.16,"2013-12-18 00:00",1,"2013-01-16 00:00",0.72,"2013-12-30 00:00","","","","",1.52,1.52,1.16,0.72,0.27,0.08,0.08,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43359",5,39.761538,-121.84162,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,0,"","","Certification not required",0,0.358929,0.211963,1.4,"2013-09-13 00:00",0.44,"2013-10-19 00:00",0.42,"2013-07-15 00:00",0.4,"2013-01-04 00:00","","","","",1.4,1.4,0.44,0.42,0.38,0.32,0.25,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43502",5,39.761538,-121.84162,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,3.041935,1.690123,6.9,"2013-08-20 00:00",6.8,"2013-07-03 00:00",5.5,"2013-07-27 00:00",5.5,"2013-09-13 00:00","","","","",6.9,6.9,6.8,5.5,4.1,2.9,1.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43503",5,39.761538,-121.84162,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,8,31,365,0,0,"","","Certification not required",0,2.303226,1.331536,5,"2013-12-18 00:00",4.6,"2013-11-12 00:00",4.6,"2013-12-30 00:00",4,"2013-08-20 00:00","","","","",5,5,4.6,4,3.4,2.2,0.8,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43505",5,39.761538,-121.84162,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,1.422,0.909104,2.85,"2013-01-04 00:00",1.68,"2013-01-16 00:00",1.08,"2013-02-21 00:00",1.05,"2013-01-28 00:00","","","","",2.85,2.85,2.85,2.85,1.68,1.08,0.45,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-06-17" +"06","007","0008","43551",5,39.761538,-121.84162,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,9.54,3.106123,13.5,"2013-01-04 00:00",12,"2013-01-16 00:00",8.4,"2013-02-21 00:00",7.8,"2013-01-28 00:00","","","","",13.5,13.5,13.5,13.5,12,8.4,6,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-06-17" +"06","007","0008","43552",5,39.761538,-121.84162,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",20,0.606452,0.76852,3.2,"2013-12-18 00:00",2.8,"2013-12-30 00:00",1.6,"2013-11-12 00:00",1.6,"2013-11-24 00:00","","","","",3.2,3.2,2.8,1.6,0.8,0.2,0.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43702",5,39.761538,-121.84162,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-06-17" +"06","007","0008","43802",5,39.761538,-121.84162,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.080968,0.064774,0.34,"2013-01-04 00:00",0.2,"2013-12-18 00:00",0.18,"2013-09-13 00:00",0.16,"2013-12-06 00:00","","","","",0.34,0.34,0.2,0.16,0.11,0.05,0.05,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43803",5,39.761538,-121.84162,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.024194,0.010575,0.04,"2013-07-15 00:00",0.04,"2013-09-13 00:00",0.04,"2013-10-19 00:00",0.04,"2013-12-18 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.03,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43804",5,39.761538,-121.84162,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.08,0.010646,0.1,"2013-09-13 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-28 00:00",0.09,"2013-05-28 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43814",5,39.761538,-121.84162,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.010323,0.001796,0.02,"2013-11-12 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43817",5,39.761538,-121.84162,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.013548,0.009504,0.05,"2013-11-12 00:00",0.04,"2013-08-08 00:00",0.03,"2013-12-18 00:00",0.02,"2013-01-16 00:00","","","","",0.05,0.05,0.04,0.02,0.01,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43819",5,39.761538,-121.84162,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.030968,0.037537,0.21,"2013-10-07 00:00",0.09,"2013-08-08 00:00",0.09,"2013-10-19 00:00",0.03,"2013-12-30 00:00","","","","",0.21,0.21,0.09,0.03,0.02,0.02,0.02,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43824",5,39.761538,-121.84162,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43827",5,39.761538,-121.84162,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,0,"","","Certification not required",28,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43830",5,39.761538,-121.84162,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43831",5,39.761538,-121.84162,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43834",5,39.761538,-121.84162,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,0,"","","Certification not required",28,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43848",5,39.761538,-121.84162,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,0,"","","Certification not required",6,2.807857,4.491164,14.6,"2013-05-28 00:00",13.2,"2013-10-31 00:00",13,"2013-07-03 00:00",11.8,"2013-11-12 00:00","","","","",14.6,14.6,13.2,13,2.6,0.64,0.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","43854",5,39.761538,-121.84162,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,0,"","","Certification not required",21,0.319286,0.213922,0.84,"2013-01-04 00:00",0.72,"2013-10-31 00:00",0.68,"2013-11-24 00:00",0.64,"2013-10-07 00:00","","","","",0.84,0.84,0.72,0.68,0.6,0.2,0.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","44201",1,39.761538,-121.84162,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4847,57,209,365,0,0,0,0,"Certification not required",550,0.046459,0.012133,0.086,"2013-07-02 15:00",0.079,"2013-07-30 15:00",0.073,"2013-07-08 17:00",0.073,"2013-07-09 14:00","","","","",0.073,0.07,0.066,0.063,0.055,0.045,0.033,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","44201",1,39.761538,-121.84162,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5040,57,208,365,0,0,0,0,"Certification not required",0,0.041212,0.01222,0.076,"2013-07-02 11:00",0.067,"2013-07-30 11:00",0.065,"2013-07-08 11:00",0.062,"2013-07-13 11:00","","","","",0.065,0.061,0.06,0.058,0.051,0.04,0.025,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","44201",1,39.761538,-121.84162,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5040,57,208,365,0,0,1,1,"Certification not required",0,0.041212,0.01222,0.076,"2013-07-02 11:00",0.067,"2013-07-30 11:00",0.065,"2013-07-08 11:00",0.062,"2013-07-13 11:00","","","","",0.065,0.061,0.06,0.058,0.051,0.04,0.025,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","45109",5,39.761538,-121.84162,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,2.255484,1.811774,8,"2013-12-18 00:00",5.68,"2013-01-04 00:00",5.04,"2013-12-30 00:00",4.96,"2013-01-16 00:00","","","","",8,8,5.68,4.96,3.2,1.92,0.8,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","45201",5,39.761538,-121.84162,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.643226,1.664697,6,"2013-01-04 00:00",6,"2013-12-18 00:00",5.1,"2013-01-16 00:00",4.8,"2013-12-30 00:00","","","","",6,6,6,4.8,2.16,1.08,0.44,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","45202",5,39.761538,-121.84162,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,3.299032,2.619705,11.2,"2013-12-18 00:00",8.4,"2013-12-30 00:00",7.7,"2013-01-04 00:00",7,"2013-01-16 00:00","","","","",11.2,11.2,8.4,7,4.48,2.31,0.7,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","45203",5,39.761538,-121.84162,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.872258,0.286481,2.16,"2013-12-18 00:00",1.68,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00","","","","",2.16,2.16,1.68,0.8,0.8,0.8,0.8,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","45204",5,39.761538,-121.84162,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.825806,0.641128,2.8,"2013-12-18 00:00",2,"2013-01-04 00:00",2,"2013-12-30 00:00",1.76,"2013-01-16 00:00","","","","",2.8,2.8,2,1.76,1.12,0.4,0.4,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","45220",5,39.761538,-121.84162,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-21" +"06","007","0008","61103",1,39.761538,-121.84162,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",5086,58,212,365,0,0,"","","Certification not required",0,2.590582,1.905594,11.7,"2013-02-23 13:00",11.5,"2013-02-23 15:00",11.1,"2013-04-08 08:00",11.1,"2013-04-30 13:00","","","","",9,8,6.3,5.1,3.6,2.1,0.7,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","61104",1,39.761538,-121.84162,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",5087,58,212,365,0,0,"","","Certification not required",0,193.832318,89.186435,360,"2013-04-30 03:00",360,"2013-05-19 03:00",360,"2013-07-04 05:00",360,"2013-07-14 03:00","","","","",352,347,336,325,275,180,83,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","62102",1,39.761538,-121.84162,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",5086,58,212,365,0,0,"","","Certification not required",0,64.436689,16.294518,110,"2013-07-03 15:00",109,"2013-07-03 14:00",108,"2013-07-03 13:00",108,"2013-07-03 16:00","","","","",101,97,91,87,76,64,43,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","68101",1,39.761538,-121.84162,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",320,88,320,365,0,45,"","","Certification not required",312,0.05125,0.007818,0.1,"2013-01-18 00:00",0.1,"2013-01-19 00:00",0.1,"2013-01-20 00:00",0.1,"2013-01-26 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68102",1,39.761538,-121.84162,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",320,88,320,365,0,45,"","","Certification not required",0,23.998438,0.01473,24,"2013-01-10 00:00",24,"2013-01-11 00:00",24,"2013-01-12 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68103",1,39.761538,-121.84162,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",320,88,320,365,0,45,"","","Certification not required",0,9.383438,7.041093,27.6,"2013-07-04 00:00",24.1,"2013-07-03 00:00",23.8,"2013-07-02 00:00",22.9,"2013-07-05 00:00","","","","",22.9,21.9,20.1,18.3,15.5,9.2,0.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68103",5,39.761538,-121.84162,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",61,100,51,61,0,11,"","","Certification not required",0,9.401639,7.448434,24.4,"2013-07-03 00:00",23.4,"2013-08-20 00:00",21.6,"2013-07-21 00:00",21.1,"2013-07-27 00:00","","","","",24.4,23.4,21.1,18.8,15.3,8.2,0.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","68104",1,39.761538,-121.84162,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",320,88,320,365,0,45,"","","Certification not required",0,26.06375,7.808242,44.7,"2013-07-03 00:00",43,"2013-07-01 00:00",42.8,"2013-07-04 00:00",42.7,"2013-06-29 00:00","","","","",42.7,41.9,38.1,36.4,32.3,25.6,16.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68104",5,39.761538,-121.84162,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",61,100,51,61,0,11,"","","Certification not required",0,26.290164,8.679491,45.9,"2013-07-03 00:00",39.7,"2013-07-10 00:00",39.3,"2013-07-21 00:00",39.1,"2013-06-03 00:00","","","","",45.9,39.7,39.1,38.3,33.7,24.9,15.8,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","68105",1,39.761538,-121.84162,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",320,88,320,365,0,45,"","","Certification not required",0,17.259063,7.545987,34.8,"2013-07-04 00:00",33.9,"2013-07-03 00:00",32.8,"2013-06-08 00:00",32.6,"2013-07-02 00:00","","","","",32.6,31.7,28.6,27.1,23.8,16.6,7.4,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68105",5,39.761538,-121.84162,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",61,100,51,61,0,11,"","","Certification not required",0,17.459016,8.193481,35,"2013-07-03 00:00",30.6,"2013-07-21 00:00",30.4,"2013-07-10 00:00",29.4,"2013-07-27 00:00","","","","",35,30.6,29.4,28.5,24.5,16.3,7.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","68106",1,39.761538,-121.84162,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",320,88,320,365,0,45,"","","Certification not required",0,750.715625,4.738001,764,"2013-01-15 00:00",762,"2013-01-14 00:00",762,"2013-02-28 00:00",761,"2013-01-16 00:00","","","","",761,760,759,757,754,751,745,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68106",5,39.761538,-121.84162,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,51,61,0,11,"","","Certification not required",0,753.836066,4.680386,764,"2013-01-16 00:00",763,"2013-02-12 00:00",762,"2013-01-01 00:00",762,"2013-02-27 00:00","","","","",764,763,762,760,757,753,748,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","68107",1,39.761538,-121.84162,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",320,88,320,365,0,45,"","","Certification not required",0,756.128125,4.331031,769,"2013-01-15 00:00",767,"2013-01-14 00:00",767,"2013-01-16 00:00",767,"2013-02-28 00:00","","","","",767,766,763,762,759,756,751,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68107",5,39.761538,-121.84162,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,51,61,0,11,"","","Certification not required",0,757.52459,4.399267,768,"2013-01-16 00:00",766,"2013-02-12 00:00",766,"2013-02-27 00:00",765,"2013-01-01 00:00","","","","",768,766,765,763,761,756,752,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","68108",1,39.761538,-121.84162,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",320,88,320,365,0,45,"","","Certification not required",0,753.4625,4.390625,766,"2013-01-15 00:00",764,"2013-01-14 00:00",764,"2013-01-16 00:00",764,"2013-02-28 00:00","","","","",764,762,761,760,756,753,748,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","68108",5,39.761538,-121.84162,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,51,61,0,11,"","","Certification not required",0,755.377049,4.442837,766,"2013-01-16 00:00",764,"2013-02-12 00:00",763,"2013-01-01 00:00",763,"2013-02-27 00:00","","","","",766,764,763,761,758,754,750,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","68109",1,39.761538,-121.84162,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",320,88,320,365,0,45,"","","Certification not required",0,1438.921875,0.865658,1440,"2013-05-29 00:00",1440,"2013-12-10 00:00",1439,"2013-01-10 00:00",1439,"2013-01-11 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","81102",1,39.761538,-121.84162,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,7,0,0,"Certification not required",0,23.054545,12.874635,59,"2013-11-06 00:00",51,"2013-08-20 00:00",50,"2013-09-13 00:00",49,"2013-10-07 00:00","","","","",59,51,50,47,28,21,8,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-22" +"06","007","0008","85101",1,39.761538,-121.84162,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,7,"","","Certification not required",0,23.272727,13.003496,61,"2013-11-06 00:00",49,"2013-08-20 00:00",49,"2013-09-13 00:00",49,"2013-10-07 00:00","","","","",61,49,49,48,28,21,8,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-22" +"06","007","0008","88101",1,39.761538,-121.84162,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",320,88,320,365,0,45,2,2,"Certification not required",0,10.15375,7.55608,38.8,"2013-07-30 00:00",35.6,"2013-07-29 00:00",31.9,"2013-01-17 00:00",31.8,"2013-12-14 00:00","","","","",31.8,30.2,27.5,22.3,12.5,7.6,3.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","88101",1,39.761538,-121.84162,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",320,88,320,365,0,45,"","","Certification not required",0,10.15375,7.55608,38.8,"2013-07-30 00:00",35.6,"2013-07-29 00:00",31.9,"2013-01-17 00:00",31.8,"2013-12-14 00:00","","","","",31.8,30.2,27.5,22.3,12.5,7.6,3.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-30" +"06","007","0008","88102",5,39.761538,-121.84162,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",48,0.012268,0.005941,0.035,"2013-03-17 00:00",0.032,"2013-04-28 00:00",0.029,"2013-05-07 00:00",0.025,"2013-09-25 00:00","","","","",0.035,0.032,0.029,0.022,0.01,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88103",5,39.761538,-121.84162,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.001036,0.000267,0.003,"2013-01-22 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.003,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88104",5,39.761538,-121.84162,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",27,0.04008,0.044147,0.16,"2013-10-07 00:00",0.15,"2013-09-19 00:00",0.14,"2013-09-07 00:00",0.13,"2013-04-28 00:00","","","","",0.16,0.15,0.14,0.13,0.06,0.021,0.0085,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88107",5,39.761538,-121.84162,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",54,0.010411,0.002172,0.023,"2013-01-01 00:00",0.02,"2013-11-12 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00","","","","",0.023,0.02,0.01,0.01,0.01,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88109",5,39.761538,-121.84162,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",24,0.002232,0.001307,0.006,"2013-07-27 00:00",0.006,"2013-07-30 00:00",0.004,"2013-03-11 00:00",0.004,"2013-04-28 00:00","","","","",0.006,0.006,0.004,0.004,0.003,0.002,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88111",5,39.761538,-121.84162,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.041125,0.025662,0.12,"2013-04-28 00:00",0.12,"2013-05-04 00:00",0.088,"2013-10-07 00:00",0.085,"2013-11-12 00:00","","","","",0.12,0.12,0.088,0.076,0.056,0.035,0.015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88112",5,39.761538,-121.84162,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.002321,0.00215,0.018,"2013-08-08 00:00",0.004,"2013-08-20 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00","","","","",0.018,0.004,0.002,0.002,0.002,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88113",5,39.761538,-121.84162,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",43,0.002295,0.001819,0.012,"2013-01-22 00:00",0.006,"2013-11-12 00:00",0.005,"2013-05-04 00:00",0.005,"2013-06-15 00:00","","","","",0.012,0.006,0.005,0.005,0.0015,0.0015,0.0015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88114",5,39.761538,-121.84162,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",7,0.010321,0.006182,0.032,"2013-01-22 00:00",0.026,"2013-06-15 00:00",0.023,"2013-06-27 00:00",0.02,"2013-11-24 00:00","","","","",0.032,0.026,0.023,0.018,0.014,0.01,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88115",5,39.761538,-121.84162,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",11,0.018348,0.024429,0.14,"2013-05-22 00:00",0.11,"2013-01-01 00:00",0.059,"2013-01-16 00:00",0.059,"2013-06-15 00:00","","","","",0.14,0.11,0.059,0.036,0.023,0.009,0.0035,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88126",5,39.761538,-121.84162,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.083125,0.080392,0.55,"2013-01-22 00:00",0.21,"2013-11-12 00:00",0.19,"2013-09-19 00:00",0.17,"2013-10-07 00:00","","","","",0.55,0.21,0.19,0.16,0.096,0.07,0.023,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88128",5,39.761538,-121.84162,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.002143,0.000645,0.006,"2013-10-07 00:00",0.004,"2013-01-16 00:00",0.004,"2013-03-23 00:00",0.002,"2013-01-01 00:00","","","","",0.006,0.004,0.004,0.002,0.002,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88132",5,39.761538,-121.84162,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.003107,0.001836,0.009,"2013-01-22 00:00",0.007,"2013-09-19 00:00",0.007,"2013-10-07 00:00",0.007,"2013-11-12 00:00","","","","",0.009,0.007,0.007,0.006,0.004,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88134",5,39.761538,-121.84162,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",56,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88136",5,39.761538,-121.84162,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88142",5,39.761538,-121.84162,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88152",5,39.761538,-121.84162,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",37,0.003607,0.002715,0.016,"2013-07-27 00:00",0.009,"2013-10-07 00:00",0.008,"2013-01-22 00:00",0.008,"2013-09-07 00:00","","","","",0.016,0.009,0.008,0.007,0.006,0.002,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88154",5,39.761538,-121.84162,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",56,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88160",5,39.761538,-121.84162,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",53,0.010679,0.002893,0.024,"2013-02-03 00:00",0.023,"2013-07-21 00:00",0.021,"2013-08-14 00:00",0.01,"2013-01-01 00:00","","","","",0.024,0.023,0.021,0.01,0.01,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88161",5,39.761538,-121.84162,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",21,0.00625,0.004395,0.017,"2013-11-12 00:00",0.015,"2013-09-07 00:00",0.015,"2013-09-10 00:00",0.015,"2013-09-19 00:00","","","","",0.017,0.015,0.015,0.013,0.009,0.006,0.002,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88164",5,39.761538,-121.84162,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",56,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88165",5,39.761538,-121.84162,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.166393,0.125797,0.45,"2013-05-04 00:00",0.45,"2013-10-07 00:00",0.44,"2013-09-19 00:00",0.41,"2013-11-12 00:00","","","","",0.45,0.45,0.44,0.38,0.24,0.14,0.038,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88167",5,39.761538,-121.84162,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",9,0.00525,0.004621,0.021,"2013-01-22 00:00",0.019,"2013-01-01 00:00",0.016,"2013-11-12 00:00",0.016,"2013-11-24 00:00","","","","",0.021,0.019,0.016,0.013,0.006,0.004,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88168",5,39.761538,-121.84162,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",53,0.001616,0.000539,0.005,"2013-01-01 00:00",0.003,"2013-10-07 00:00",0.003,"2013-11-30 00:00",0.0015,"2013-01-10 00:00","","","","",0.005,0.003,0.003,0.0015,0.0015,0.0015,0.0015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88169",5,39.761538,-121.84162,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.228268,0.105442,0.45,"2013-06-09 00:00",0.45,"2013-07-21 00:00",0.43,"2013-05-16 00:00",0.43,"2013-07-27 00:00","","","","",0.45,0.45,0.43,0.42,0.29,0.22,0.091,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88176",5,39.761538,-121.84162,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",56,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88180",5,39.761538,-121.84162,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",0,0.102661,0.095175,0.52,"2013-01-01 00:00",0.38,"2013-01-22 00:00",0.31,"2013-01-16 00:00",0.26,"2013-11-30 00:00","","","","",0.52,0.38,0.31,0.22,0.12,0.068,0.026,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88183",5,39.761538,-121.84162,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,9,"","","Certification not required",56,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-06" +"06","007","0008","88301",5,39.761538,-121.84162,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,51,61,0,11,"","","Certification not required",8,0.241967,0.354155,1.92,"2013-11-24 00:00",1.82,"2013-01-16 00:00",0.99,"2013-12-30 00:00",0.84,"2013-02-12 00:00","","","","",1.92,1.82,0.84,0.48,0.26,0.12,0.025,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","88302",5,39.761538,-121.84162,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,51,61,0,11,"","","Certification not required",45,0.075082,0.076933,0.45,"2013-07-21 00:00",0.33,"2013-05-16 00:00",0.23,"2013-03-05 00:00",0.2,"2013-06-09 00:00","","","","",0.45,0.33,0.2,0.18,0.08,0.04,0.04,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","88303",5,39.761538,-121.84162,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,51,61,0,11,"","","Certification not required",49,0.10041,0.081753,0.41,"2013-01-01 00:00",0.36,"2013-01-22 00:00",0.32,"2013-12-12 00:00",0.32,"2013-12-18 00:00","","","","",0.41,0.36,0.32,0.23,0.065,0.065,0.065,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","88306",5,39.761538,-121.84162,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,15,"","","Certification not required",0,0.917368,1.414258,7.12,"2013-01-16 00:00",7.1,"2013-11-24 00:00",3.88,"2013-12-30 00:00",3.19,"2013-02-12 00:00","","","","",7.12,7.1,3.88,2.27,0.9,0.41,0.15,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","88355",5,39.761538,-121.84162,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,3.492727,2.40022,11,"2013-01-01 00:00",11,"2013-01-22 00:00",9.2,"2013-01-16 00:00",8.2,"2013-01-10 00:00","","","","",11,11,9.2,6.6,4,2.8,1.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88357",5,39.761538,-121.84162,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,1.783636,1.659514,7.2,"2013-01-22 00:00",6.2,"2013-01-16 00:00",6.1,"2013-01-01 00:00",5.5,"2013-11-30 00:00","","","","",7.2,6.2,6.1,4.5,2.2,1.1,0.4,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88370",5,39.761538,-121.84162,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,3.710909,2.974501,15,"2013-01-22 00:00",12,"2013-01-16 00:00",11,"2013-01-01 00:00",11,"2013-11-30 00:00","","","","",15,12,11,8.2,4,2.8,1.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88374",5,39.761538,-121.84162,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",24,0.381818,0.745379,3.5,"2013-01-22 00:00",3.2,"2013-01-01 00:00",2.4,"2013-01-16 00:00",1.7,"2013-01-10 00:00","","","","",3.5,3.2,2.4,1.2,0.2,0.1,0.05,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88375",5,39.761538,-121.84162,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,1.009091,0.826029,3.7,"2013-01-22 00:00",3.4,"2013-01-01 00:00",3,"2013-01-16 00:00",2.7,"2013-11-30 00:00","","","","",3.7,3.4,3,2.2,1.1,0.7,0.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88376",5,39.761538,-121.84162,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,1.663636,0.812031,3.4,"2013-01-10 00:00",3.4,"2013-11-30 00:00",3.3,"2013-01-01 00:00",3.2,"2013-11-18 00:00","","","","",3.4,3.4,3.3,3,2.2,1.6,0.7,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88377",5,39.761538,-121.84162,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,0.432727,0.175388,0.9,"2013-11-30 00:00",0.8,"2013-01-01 00:00",0.8,"2013-11-18 00:00",0.7,"2013-01-10 00:00","","","","",0.9,0.8,0.8,0.7,0.5,0.4,0.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88378",5,39.761538,-121.84162,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",51,0.262727,0.789058,4,"2013-01-22 00:00",3.2,"2013-01-16 00:00",2.4,"2013-11-24 00:00",2.3,"2013-11-30 00:00","","","","",4,3.2,2.4,0.05,0.05,0.05,0.05,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88380",5,39.761538,-121.84162,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,1.567273,1.226264,6.1,"2013-01-01 00:00",4.5,"2013-11-18 00:00",4.2,"2013-01-10 00:00",3.9,"2013-02-03 00:00","","","","",6.1,4.5,4.2,3.2,2.2,1.1,0.4,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88383",5,39.761538,-121.84162,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",0,1.436364,1.587843,6.9,"2013-01-22 00:00",5.8,"2013-01-16 00:00",5.5,"2013-01-01 00:00",4.7,"2013-11-30 00:00","","","","",6.9,5.8,5.5,4,1.7,0.8,0.2,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88384",5,39.761538,-121.84162,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",3,0.231818,0.09924,0.4,"2013-02-12 00:00",0.4,"2013-02-21 00:00",0.4,"2013-09-07 00:00",0.4,"2013-10-19 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88385",5,39.761538,-121.84162,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",25,0.115455,0.099941,0.5,"2013-11-30 00:00",0.4,"2013-01-01 00:00",0.4,"2013-01-10 00:00",0.3,"2013-03-05 00:00","","","","",0.5,0.4,0.4,0.2,0.1,0.1,0.05,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88388",5,39.761538,-121.84162,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",55,90,47,61,0,10,"","","Certification not required",55,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-01-10" +"06","007","0008","88390",5,39.761538,-121.84162,"NAD83","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,3,"","","Certification not required",7,0.61,0.743165,2.3,"2013-01-22 00:00",2,"2013-01-01 00:00",1.8,"2013-01-16 00:00",1.3,"2013-02-03 00:00","","","","",2.3,2.3,2.3,2,1.2,0.35,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-08-13" +"06","007","0008","88391",5,39.761538,-121.84162,"NAD83","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,3,"","","Certification not required",13,0.0665,0.084372,0.23,"2013-01-01 00:00",0.22,"2013-01-22 00:00",0.21,"2013-01-16 00:00",0.16,"2013-01-28 00:00","","","","",0.23,0.23,0.23,0.22,0.15,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-08-13" +"06","007","0008","88392",5,39.761538,-121.84162,"NAD83","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,3,"","","Certification not required",16,0.032,0.047083,0.17,"2013-01-16 00:00",0.11,"2013-02-03 00:00",0.1,"2013-01-01 00:00",0.1,"2013-01-22 00:00","","","","",0.17,0.17,0.17,0.11,0.01,0.01,0.01,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-08-13" +"06","007","0008","88403",5,39.761538,-121.84162,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,51,61,0,11,"","","Certification not required",1,0.635082,0.277925,1.31,"2013-07-21 00:00",1.22,"2013-05-16 00:00",1.21,"2013-06-09 00:00",1.19,"2013-07-27 00:00","","","","",1.31,1.22,1.19,0.98,0.86,0.59,0.29,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","0008","88501",3,39.761538,-121.84162,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4748,54,200,365,0,0,"","","Certification not required",0,9.011584,11.196432,100,"2013-01-11 23:00",97,"2013-01-04 22:00",92,"2013-01-03 00:00",88,"2013-01-01 20:00","","","","",58,46,32,20,11,6,0,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","88501",3,39.761538,-121.84162,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",200,55,200,365,0,0,"","","Certification not required",0,8.901,7.823332,36.7,"2013-07-29 00:00",36,"2013-07-30 00:00",35,"2013-01-17 00:00",33.3,"2013-01-04 00:00","","","","",36,33.3,26.3,22.2,10.8,6.4,2.3,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","88501",4,39.761538,-121.84162,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4766,54,202,365,0,0,"","","Certification not required",0,9.855854,11.420145,106,"2013-01-11 23:00",105,"2013-01-04 22:00",95,"2013-01-01 20:00",92,"2013-01-23 13:00","","","","",59,48,32,21,12,7,1,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","88501",4,39.761538,-121.84162,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",202,55,202,365,0,0,"","","Certification not required",0,9.826238,8.084809,37.1,"2013-01-17 00:00",36.5,"2013-01-22 00:00",35.6,"2013-01-04 00:00",35,"2013-01-23 00:00","","","","",35.6,35,26.9,22.1,12.6,7.7,2.4,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2013-12-13" +"06","007","0008","88502",5,39.761538,-121.84162,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,51,61,0,11,"","","Certification not required",0,10.221311,8.230353,33.9,"2013-01-16 00:00",32.2,"2013-12-18 00:00",30.8,"2013-01-22 00:00",28.1,"2013-12-12 00:00","","","","",33.9,32.2,28.1,22.2,12.7,7.2,2.7,"Chico - East Avenue","984 East Avenue, CHICO","California","Butte","Chico","Chico, CA","2014-02-19" +"06","007","2002","62101",1,39.778763,-121.591718,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",183,25,7,31,0,561,"","","Certification not required",0,43.005464,7.510065,64,"2013-01-08 14:00",63,"2013-01-08 10:00",63,"2013-01-08 12:00",61,"2013-01-08 11:00","","","","",63,61,57,55,48,41,36,"Paradise - Theater","6701 CLARK ROAD, PARADISE","California","Butte","Paradise","Chico, CA","2013-09-09" +"06","007","2002","88501",3,39.778763,-121.591718,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4232,48,176,365,0,136,"","","Certification not required",0,10.270558,9.075763,113,"2013-02-01 19:00",101,"2013-02-11 19:00",86,"2013-02-11 23:00",84,"2013-02-11 18:00","","","","",46,37,27,20,13,8,3,"Paradise - Theater","6701 CLARK ROAD, PARADISE","California","Butte","Paradise","Chico, CA","2013-12-13" +"06","007","2002","88501",3,39.778763,-121.591718,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",176,48,176,365,0,0,"","","Certification not required",0,10.235227,4.809575,38.6,"2013-07-30 00:00",24.7,"2013-02-12 00:00",24.6,"2013-01-08 00:00",24.6,"2013-07-29 00:00","","","","",24.7,24.6,19.1,15.3,12.7,9.5,5.2,"Paradise - Theater","6701 CLARK ROAD, PARADISE","California","Butte","Paradise","Chico, CA","2013-12-13" +"06","007","4001","61103",1,39.327563,-121.668811,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4364,50,182,365,0,4,"","","Certification not required",0,3.545142,2.864585,18,"2013-03-06 01:00",17,"2013-03-06 00:00",16,"2013-04-08 08:00",16,"2013-04-08 09:00","","","","",13,12,10,8,5,3,1,"TRAFFIC, RURAL PAVED ROAD","608 COWEE AVE, GRIDLEY","California","Butte","","Chico, CA","2013-12-13" +"06","007","4001","61104",1,39.327563,-121.668811,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4364,50,182,365,0,4,"","","Certification not required",0,202.822869,92.413264,360,"2013-04-02 07:00",359,"2013-01-03 15:00",359,"2013-01-18 05:00",359,"2013-01-27 09:00","","","","",352,345,333,325,301,169,93,"TRAFFIC, RURAL PAVED ROAD","608 COWEE AVE, GRIDLEY","California","Butte","","Chico, CA","2013-12-13" +"06","007","4001","62101",1,39.327563,-121.668811,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4363,50,182,365,0,5,"","","Certification not required",0,58.354573,14.764811,102,"2013-07-04 14:00",102,"2013-07-04 15:00",102,"2013-07-04 16:00",102,"2013-07-04 17:00","","","","",95,91,86,79,68,57,39,"TRAFFIC, RURAL PAVED ROAD","608 COWEE AVE, GRIDLEY","California","Butte","","Chico, CA","2013-12-13" +"06","007","4001","62201",1,39.327563,-121.668811,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",4364,50,182,365,0,4,"","","Certification not required",0,56.838222,23.419158,100,"2013-01-03 04:00",100,"2013-01-03 05:00",100,"2013-01-03 06:00",99,"2013-01-01 04:00","","","","",99,99,94,90,76,56,25,"TRAFFIC, RURAL PAVED ROAD","608 COWEE AVE, GRIDLEY","California","Butte","","Chico, CA","2013-12-13" +"06","007","4001","88501",3,39.327563,-121.668811,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4061,46,166,365,0,307,"","","Certification not required",0,9.257326,8.071694,67,"2013-05-03 11:00",65,"2013-03-13 03:00",63,"2013-05-03 12:00",62,"2013-01-05 01:00","","","","",39,35,26,19,12,7,2,"TRAFFIC, RURAL PAVED ROAD","608 COWEE AVE, GRIDLEY","California","Butte","","Chico, CA","2013-12-13" +"06","007","4001","88501",3,39.327563,-121.668811,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",166,45,166,365,0,0,"","","Certification not required",0,9.181325,6.023626,35,"2013-07-29 00:00",33.1,"2013-07-30 00:00",31.5,"2013-01-16 00:00",30,"2013-01-17 00:00","","","","",33.1,30,20.7,17.2,11.5,7.9,3.2,"TRAFFIC, RURAL PAVED ROAD","608 COWEE AVE, GRIDLEY","California","Butte","","Chico, CA","2013-12-13" +"06","009","0001","44201",1,38.201852,-120.681567,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4156,50,181,365,0,158,0,0,"Certification not required",280,0.045453,0.012564,0.078,"2013-06-01 16:00",0.078,"2013-06-07 13:00",0.071,"2013-05-03 17:00",0.07,"2013-06-08 15:00","","","","",0.078,0.07,0.066,0.063,0.055,0.043,0.031,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-12" +"06","009","0001","44201",1,38.201852,-120.681567,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4325,49,179,365,0,0,0,0,"Certification not required",0,0.040028,0.011687,0.067,"2013-05-03 11:00",0.067,"2013-06-07 12:00",0.066,"2013-06-01 11:00",0.063,"2013-06-08 11:00","","","","",0.067,0.063,0.059,0.056,0.049,0.039,0.026,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-12" +"06","009","0001","44201",1,38.201852,-120.681567,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4325,49,179,365,0,0,0,0,"Certification not required",0,0.040028,0.011687,0.067,"2013-05-03 11:00",0.067,"2013-06-07 12:00",0.066,"2013-06-01 11:00",0.063,"2013-06-08 11:00","","","","",0.067,0.063,0.059,0.056,0.049,0.039,0.026,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-12" +"06","009","0001","61103",1,38.201852,-120.681567,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4362,50,182,365,0,6,"","","Certification not required",0,2.42343,1.992011,10,"2013-03-06 01:00",9,"2013-05-19 09:00",8,"2013-02-19 11:00",8,"2013-02-19 12:00","","","","",7,7,6,6,4,2,1,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-13" +"06","009","0001","61104",1,38.201852,-120.681567,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4362,50,182,365,0,6,"","","Certification not required",0,185.385144,98.161907,360,"2013-02-01 18:00",359,"2013-01-28 18:00",359,"2013-04-20 17:00",358,"2013-01-18 17:00","","","","",347,339,322,310,291,124,87,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-13" +"06","009","0001","62101",1,38.201852,-120.681567,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4354,50,181,365,0,6,"","","Certification not required",0,56.93638,16.119381,104,"2013-07-01 15:00",104,"2013-07-02 14:00",104,"2013-07-02 15:00",102,"2013-07-01 13:00","","","","",97,93,88,81,66,55,37,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-13" +"06","009","0001","81102",1,38.201852,-120.681567,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,89,54,61,0,3,0,0,"Certification not required",0,16.267857,9.191876,55,"2013-08-02 00:00",39,"2013-09-07 00:00",38,"2013-04-22 00:00",34,"2013-08-22 00:00","","","","",55,39,38,27,20,14,7,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2014-01-22" +"06","009","0001","85101",1,38.201852,-120.681567,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,54,61,0,3,"","","Certification not required",0,16.035714,8.915695,54,"2013-08-02 00:00",37,"2013-04-22 00:00",37,"2013-09-07 00:00",33,"2013-08-22 00:00","","","","",54,37,37,26,20,14,7,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2014-01-22" +"06","009","0001","88101",3,38.201852,-120.681567,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4163,48,177,365,0,120,"","","Certification not required",0,8.334374,6.907826,136,"2013-06-18 20:00",62,"2013-01-03 13:00",61,"2013-02-16 08:00",58,"2013-03-27 09:00","","","","",30,26,22,17,10,7,2,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-12" +"06","009","0001","88101",3,38.201852,-120.681567,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",173,47,173,365,0,0,0,0,"Certification not required",0,8.29711,3.561167,25,"2013-01-15 00:00",24.4,"2013-01-05 00:00",18.9,"2013-01-03 00:00",16.9,"2013-02-13 00:00","","","","",24.4,16.9,14.2,13.2,9.7,7.6,4.7,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-12" +"06","009","0001","88101",3,38.201852,-120.681567,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",173,47,173,365,0,0,"","","Certification not required",0,8.29711,3.561167,25,"2013-01-15 00:00",24.4,"2013-01-05 00:00",18.9,"2013-01-03 00:00",16.9,"2013-02-13 00:00","","","","",24.4,16.9,14.2,13.2,9.7,7.6,4.7,"SAN ANDREAS - GOLD STRIKE ROAD","501 GOLD STRIKE ROAD, SAN ANDREAS","California","Calaveras","San Andreas","","2013-12-12" +"06","011","0007","88101",1,39.021221,-122.281803,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8752,100,365,365,0,8,"","","Certification not required",0,88.19447,269.244449,985,"2013-01-23 12:00",985,"2013-01-23 13:00",985,"2013-01-23 14:00",985,"2013-01-23 15:00","","","","",985,985,985,36,11,6,1,"Cortina Indian Rancheria","CORTINA INDIAN RANCHERIA, SPRING VALLEY RD, WILLIAMS","California","Colusa","Cortina Indian Rancheria","","2014-01-21" +"06","011","0007","88101",1,39.021221,-122.281803,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,42,42,"Certification not required",0,88.125205,260.016857,985,"2013-02-28 00:00",985,"2013-03-01 00:00",985,"2013-03-02 00:00",985,"2013-03-03 00:00","","","","",985,985,985,51.4,11.4,7.2,3.2,"Cortina Indian Rancheria","CORTINA INDIAN RANCHERIA, SPRING VALLEY RD, WILLIAMS","California","Colusa","Cortina Indian Rancheria","","2014-01-21" +"06","011","0007","88101",1,39.021221,-122.281803,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,88.125205,260.016857,985,"2013-02-28 00:00",985,"2013-03-01 00:00",985,"2013-03-02 00:00",985,"2013-03-03 00:00","","","","",985,985,985,51.4,11.4,7.2,3.2,"Cortina Indian Rancheria","CORTINA INDIAN RANCHERIA, SPRING VALLEY RD, WILLIAMS","California","Colusa","Cortina Indian Rancheria","","2014-01-21" +"06","011","1002","44201",1,39.202935,-122.017728,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4755,54,198,365,0,0,0,0,"Certification not required",329,0.042308,0.010637,0.068,"2013-07-30 14:00",0.064,"2013-05-02 16:00",0.063,"2013-06-05 17:00",0.063,"2013-06-06 16:00","","","","",0.064,0.063,0.059,0.056,0.051,0.042,0.028,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","44201",1,39.202935,-122.017728,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4911,54,196,365,0,0,0,0,"Certification not required",0,0.03699,0.010079,0.061,"2013-05-02 12:00",0.059,"2013-07-30 12:00",0.056,"2013-04-27 10:00",0.055,"2013-06-05 12:00","","","","",0.059,0.055,0.052,0.049,0.044,0.038,0.023,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","44201",1,39.202935,-122.017728,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4911,54,196,365,0,0,0,0,"Certification not required",0,0.03699,0.010079,0.061,"2013-05-02 12:00",0.059,"2013-07-30 12:00",0.056,"2013-04-27 10:00",0.055,"2013-06-05 12:00","","","","",0.059,0.055,0.052,0.049,0.044,0.038,0.023,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","61103",1,39.202935,-122.017728,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",5051,58,210,365,0,0,"","","Certification not required",0,2.96373,2.108257,15.4,"2013-03-06 00:00",15.4,"2013-04-07 17:00",14.3,"2013-03-06 01:00",14.3,"2013-03-20 16:00","","","","",10.1,8.9,7.2,5.8,3.9,2.4,0.9,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","61104",1,39.202935,-122.017728,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",5051,58,210,365,0,0,"","","Certification not required",0,148.800238,90.136171,360,"2013-03-07 07:00",360,"2013-03-07 19:00",360,"2013-03-17 12:00",360,"2013-03-18 11:00","","","","",357,352,332,278,191,156,19,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","62102",1,39.202935,-122.017728,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",5051,58,210,365,0,0,"","","Certification not required",0,63.767967,14.961972,106,"2013-07-04 15:00",106,"2013-07-04 16:00",106,"2013-07-04 17:00",105,"2013-06-08 15:00","","","","",100,95,90,85,74,63,44,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","68101",1,39.202935,-122.017728,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",54,89,54,61,0,9,"","","Certification not required",2,0.516667,0.135284,0.7,"2013-05-10 00:00",0.7,"2013-05-28 00:00",0.7,"2013-08-02 00:00",0.7,"2013-08-20 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.4,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68102",1,39.202935,-122.017728,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",54,89,54,61,0,9,"","","Certification not required",0,24.014815,0.035858,24.1,"2013-01-16 00:00",24.1,"2013-02-15 00:00",24.1,"2013-05-28 00:00",24.1,"2013-06-21 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68103",1,39.202935,-122.017728,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,9,"","","Certification not required",0,9.225926,6.338983,21.5,"2013-07-03 00:00",19.8,"2013-08-20 00:00",19.7,"2013-08-14 00:00",17.9,"2013-06-03 00:00","","","","",21.5,19.8,19.7,17.1,14.2,9.5,0.8,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68104",1,39.202935,-122.017728,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,9,"","","Certification not required",0,27.138889,7.943584,42.6,"2013-07-03 00:00",38.8,"2013-06-03 00:00",38.3,"2013-07-09 00:00",37.2,"2013-06-27 00:00","","","","",42.6,38.8,38.3,36.9,33.7,28,16,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68105",1,39.202935,-122.017728,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,9,"","","Certification not required",0,17.340741,7.158094,31.8,"2013-07-03 00:00",27.7,"2013-06-03 00:00",27,"2013-06-27 00:00",27,"2013-07-21 00:00","","","","",31.8,27.7,27,26.6,23.6,17.5,8.2,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68106",1,39.202935,-122.017728,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,9,"","","Certification not required",0,755.407407,4.611383,765,"2013-01-16 00:00",763,"2013-01-04 00:00",763,"2013-02-15 00:00",763,"2013-12-12 00:00","","","","",765,763,763,762,758,756,749,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68107",1,39.202935,-122.017728,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,9,"","","Certification not required",0,760.351852,4.296367,771,"2013-01-16 00:00",767,"2013-01-04 00:00",767,"2013-02-15 00:00",767,"2013-02-27 00:00","","","","",771,767,767,766,763,761,755,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68108",1,39.202935,-122.017728,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,9,"","","Certification not required",0,758,4.484775,768,"2013-01-16 00:00",765,"2013-01-04 00:00",765,"2013-02-15 00:00",765,"2013-02-27 00:00","","","","",768,765,765,764,761,758,752,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","68109",1,39.202935,-122.017728,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",54,89,54,61,0,9,"","","Certification not required",0,1439.574074,1.020578,1440,"2013-01-16 00:00",1440,"2013-02-03 00:00",1440,"2013-02-15 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","81102",2,39.202935,-122.017728,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",47,69,42,61,0,19,0,0,"Certification not required",0,27.851064,17.561047,73,"2013-10-07 00:00",71,"2013-09-19 00:00",68,"2013-11-06 00:00",58,"2013-10-19 00:00","","","","",73,73,68,58,38,25,8,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-22" +"06","011","1002","85101",1,39.202935,-122.017728,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,19,"","","Certification not required",0,28.297872,17.816596,74,"2013-10-07 00:00",71,"2013-09-19 00:00",71,"2013-11-06 00:00",60,"2013-10-19 00:00","","","","",74,74,71,60,37,25,8,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-22" +"06","011","1002","88101",1,39.202935,-122.017728,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,9,0,0,"Certification not required",0,7.048148,4.78838,24.5,"2013-11-24 00:00",23,"2013-01-16 00:00",15.2,"2013-10-25 00:00",15,"2013-10-19 00:00","","","","",24.5,23,15.2,13.3,8.3,6.3,2.7,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","88101",1,39.202935,-122.017728,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,9,"","","Certification not required",0,7.048148,4.78838,24.5,"2013-11-24 00:00",23,"2013-01-16 00:00",15.2,"2013-10-25 00:00",15,"2013-10-19 00:00","","","","",24.5,23,15.2,13.3,8.3,6.3,2.7,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2014-01-30" +"06","011","1002","88501",3,39.202935,-122.017728,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4809,55,198,365,0,0,"","","Certification not required",0,9.552298,8.629255,164,"2013-05-01 19:00",163,"2013-02-16 18:00",119,"2013-05-01 20:00",102,"2013-05-01 21:00","","","","",39,31,24,18,12,8,2,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","011","1002","88501",3,39.202935,-122.017728,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",198,54,198,365,0,0,"","","Certification not required",0,9.435859,5.521272,37.2,"2013-05-01 00:00",33,"2013-07-29 00:00",32.5,"2013-07-30 00:00",29.3,"2013-01-17 00:00","","","","",33,29.3,19.7,15.5,11,8.2,4.3,"Colusa-Sunrise Blvd","100 SUNRISE BLVD., COLUSA","California","Colusa","Colusa","","2013-12-13" +"06","013","0002","42101",1,37.936013,-122.026154,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8330,95,360,365,0,0,0,0,"Certification not required",7445,0.291879,0.128216,1.2,"2013-01-23 11:00",1.2,"2013-12-30 21:00",1.1,"2013-01-07 07:00",1.1,"2013-01-14 19:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42101",1,37.936013,-122.026154,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8662,99,356,365,0,0,0,0,"Certification not required",0,0.330755,0.086342,1,"2013-01-23 12:00",1,"2013-01-23 13:00",1,"2013-01-23 14:00",1,"2013-01-23 15:00",1,"2013-01-23 12:00",0.9,"2013-01-25 05:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42401",1,37.936013,-122.026154,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7972,91,360,365,0,0,0,"","Certification not required",0,1.420556,1.589685,11.1,"2013-08-19 12:00",11,"2013-11-15 13:00",9.9,"2013-10-21 16:00",7.6,"2013-10-23 13:00","","","","",9.3,6.9,4.7,3.5,1.7,0.9,0.3,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42401",1,37.936013,-122.026154,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7972,91,360,365,0,0,"","","Certification not required",0,0.428011,0.687795,11.1,"2013-08-19 12:00",11,"2013-11-15 13:00",9.9,"2013-10-21 16:00",9.3,"2013-10-22 17:00","","","","",3.5,2.4,1.3,0.9,0.6,0.3,-0.1,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42401",1,37.936013,-122.026154,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,0.426389,0.391125,2.8,"2013-08-19 00:00",2.2,"2013-09-08 00:00",2,"2013-10-21 00:00",1.7,"2013-06-08 00:00","","","","",1.7,1.5,1.1,0.9,0.6,0.4,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42401",1,37.936013,-122.026154,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2474,85,357,365,0,0,"",0,"Certification not required",0,0.409741,0.622731,8,"2013-10-21 17:00",7.2,"2013-08-19 11:00",5.8,"2013-11-15 14:00",5.7,"2013-10-23 14:00","","","","",3.3,2.3,1.3,0.9,0.6,0.3,-0.1,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42406",1,37.936013,-122.026154,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7990,91,361,365,0,0,"","","Certification not required",0,0.647885,0.963662,19.9,"2013-01-15 11:00",15,"2013-11-15 13:00",14.3,"2013-10-21 16:00",13.4,"2013-10-21 17:00","","","","",5.1,3.5,1.9,1.2,0.8,0.4,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42601",1,37.936013,-122.026154,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8333,95,360,365,0,0,"","","Certification not required",0,3.653846,9.514581,110.7,"2013-01-16 07:00",94.8,"2013-12-13 08:00",92.7,"2013-01-22 07:00",92.3,"2013-01-18 08:00","","","","",50,36.8,21.2,9.8,2,0.5,-0.1,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42602",1,37.936013,-122.026154,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8333,95,360,365,0,0,0,"","Certification not required",0,16.993889,9.867429,43.9,"2013-12-16 17:00",40.6,"2013-12-20 08:00",40,"2013-12-27 18:00",39.7,"2013-10-21 18:00","","","","",40,38.7,35.3,31.9,24.1,15,6.2,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42602",1,37.936013,-122.026154,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8333,95,360,365,0,0,"","","Certification not required",0,9.132977,7.658559,44.6,"2013-10-22 18:00",44.1,"2013-10-22 17:00",43.9,"2013-12-16 17:00",40.6,"2013-12-20 08:00","","","","",31.8,29.5,25.6,21.5,12.7,6.1,2.4,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","42603",1,37.936013,-122.026154,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8333,95,360,365,0,0,"","","Certification not required",0,12.786307,15.451096,140.3,"2013-01-16 07:00",126.8,"2013-12-13 08:00",126.6,"2013-01-18 08:00",122.4,"2013-01-22 07:00","","","","",77.9,61.6,44.5,32.2,14.5,6.9,2.6,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","43207",3,37.936013,-122.026154,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",2,0.126565,0.053122,0.2,"2013-07-27 00:00",0.184,"2013-03-17 00:00",0.18,"2013-05-04 00:00",0.18,"2013-05-28 00:00","","","","",0.2,0.2,0.184,0.18,0.166,0.14,0.06,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43218",3,37.936013,-122.026154,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.086217,0.070802,0.308,"2013-01-04 00:00",0.239,"2013-01-16 00:00",0.134,"2013-02-09 00:00",0.129,"2013-02-21 00:00","","","","",0.308,0.308,0.239,0.134,0.11,0.06,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43302",3,37.936013,-122.026154,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,7.032478,6.584448,26.1,"2013-01-16 00:00",24.8,"2013-01-04 00:00",12.91,"2013-05-04 00:00",12.423,"2013-03-29 00:00","","","","",26.1,26.1,24.8,12.91,7.435,4.68,2.53,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43505",3,37.936013,-122.026154,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.704783,0.428279,1.73,"2013-05-28 00:00",1.219,"2013-01-16 00:00",1.125,"2013-01-04 00:00",1.009,"2013-04-22 00:00","","","","",1.73,1.73,1.219,1.125,0.94,0.707,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43551",3,37.936013,-122.026154,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,6.014348,2.364341,10.82,"2013-07-03 00:00",9.734,"2013-04-22 00:00",8.568,"2013-01-04 00:00",8.438,"2013-01-16 00:00","","","","",10.82,10.82,9.734,8.568,8.08,6.64,2.81,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43552",3,37.936013,-122.026154,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.83513,0.268251,1.436,"2013-01-04 00:00",1.279,"2013-04-22 00:00",1.2,"2013-05-04 00:00",1.077,"2013-04-10 00:00","","","","",1.436,1.436,1.279,1.2,1.009,0.83,0.45,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43702",3,37.936013,-122.026154,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43704",3,37.936013,-122.026154,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43802",3,37.936013,-122.026154,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.181652,0.055805,0.303,"2013-04-22 00:00",0.266,"2013-01-04 00:00",0.25,"2013-05-04 00:00",0.22,"2013-07-27 00:00","","","","",0.303,0.303,0.266,0.25,0.21,0.19,0.11,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43803",3,37.936013,-122.026154,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.033174,0.017768,0.069,"2013-04-22 00:00",0.062,"2013-01-16 00:00",0.06,"2013-05-04 00:00",0.056,"2013-01-04 00:00","","","","",0.069,0.069,0.062,0.06,0.04,0.03,0.017,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43804",3,37.936013,-122.026154,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.093304,0.016258,0.113,"2013-02-21 00:00",0.112,"2013-04-22 00:00",0.11,"2013-05-04 00:00",0.11,"2013-05-16 00:00","","","","",0.113,0.113,0.112,0.11,0.11,0.094,0.07,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43811",3,37.936013,-122.026154,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.247,0.043716,0.333,"2013-03-29 00:00",0.33,"2013-06-09 00:00",0.32,"2013-05-28 00:00",0.29,"2013-07-27 00:00","","","","",0.333,0.333,0.33,0.32,0.279,0.24,0.2,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43814",3,37.936013,-122.026154,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.008478,0.012295,0.044,"2013-01-04 00:00",0.029,"2013-01-16 00:00",0.021,"2013-04-22 00:00",0.02,"2013-05-04 00:00","","","","",0.044,0.044,0.029,0.021,0.02,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43815",3,37.936013,-122.026154,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.001652,0.007924,0.038,"2013-03-17 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.038,0.038,0,0,0,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43817",3,37.936013,-122.026154,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.032522,0.012855,0.055,"2013-01-16 00:00",0.052,"2013-01-04 00:00",0.041,"2013-04-10 00:00",0.04,"2013-05-04 00:00","","","","",0.055,0.055,0.052,0.041,0.04,0.032,0.022,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43824",3,37.936013,-122.026154,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.001348,0.006464,0.031,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.031,0.031,0,0,0,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43843",3,37.936013,-122.026154,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","43860",3,37.936013,-122.026154,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","44201",1,37.936013,-122.026154,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8332,99,360,365,0,0,0,0,"Certification not required",1119,0.037517,0.010643,0.074,"2013-07-03 13:00",0.071,"2013-09-07 16:00",0.07,"2013-07-09 14:00",0.069,"2013-05-02 17:00","","","","",0.069,0.062,0.058,0.054,0.043,0.036,0.027,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","44201",1,37.936013,-122.026154,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8668,98,359,365,0,0,0,0,"Certification not required",0,0.031911,0.009264,0.062,"2013-05-02 11:00",0.06,"2013-05-03 11:00",0.06,"2013-09-07 11:00",0.057,"2013-04-30 12:00","","","","",0.057,0.054,0.049,0.045,0.037,0.031,0.021,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","44201",1,37.936013,-122.026154,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8668,98,359,365,0,0,0,0,"Certification not required",0,0.031911,0.009264,0.062,"2013-05-02 11:00",0.06,"2013-05-03 11:00",0.06,"2013-09-07 11:00",0.057,"2013-04-30 12:00","","","","",0.057,0.054,0.049,0.045,0.037,0.031,0.021,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","45109",3,37.936013,-122.026154,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.843,0.460556,2.024,"2013-01-04 00:00",1.788,"2013-01-16 00:00",1.576,"2013-04-22 00:00",1.474,"2013-04-10 00:00","","","","",2.024,2.024,1.788,1.576,0.94,0.79,0.38,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","45201",3,37.936013,-122.026154,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.826913,0.591487,2.394,"2013-01-04 00:00",2.311,"2013-01-16 00:00",1.477,"2013-02-09 00:00",1.452,"2013-04-10 00:00","","","","",2.394,2.394,2.311,1.477,1.033,0.671,0.35,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","45202",3,37.936013,-122.026154,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.260304,0.894864,3.786,"2013-01-16 00:00",3.493,"2013-01-04 00:00",2.368,"2013-04-10 00:00",2.036,"2013-04-22 00:00","","","","",3.786,3.786,3.493,2.368,1.47,0.894,0.63,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","45203",3,37.936013,-122.026154,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.267913,0.185747,0.8,"2013-01-04 00:00",0.68,"2013-01-16 00:00",0.472,"2013-04-22 00:00",0.432,"2013-04-10 00:00","","","","",0.8,0.8,0.68,0.472,0.31,0.237,0.14,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","45204",3,37.936013,-122.026154,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.361957,0.203903,0.878,"2013-01-16 00:00",0.84,"2013-01-04 00:00",0.586,"2013-04-10 00:00",0.582,"2013-04-22 00:00","","","","",0.878,0.878,0.84,0.586,0.43,0.31,0.18,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0002","81102",1,37.936013,-122.026154,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,94,29,31,0,0,0,0,"Certification not required",0,15,10.092902,47,"2013-12-30 00:00",32,"2013-01-22 00:00",30,"2013-10-19 00:00",27,"2013-01-16 00:00","","","","",47,47,32,27,22,12,6,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","82180",1,37.936013,-122.026154,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,90.967742,130.265238,760,"2013-09-13 00:00",160,"2013-12-30 00:00",140,"2013-10-19 00:00",130,"2013-05-04 00:00","","","","",760,760,160,130,110,60,30,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","82203",1,37.936013,-122.026154,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",6,0.542581,0.601244,2.54,"2013-06-21 00:00",1.62,"2013-05-04 00:00",1.39,"2013-03-17 00:00",1.38,"2013-12-18 00:00","","","","",2.54,2.54,1.62,1.38,0.91,0.24,0.055,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","82301",1,37.936013,-122.026154,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",8,0.470968,0.977478,4.3,"2013-12-30 00:00",2.8,"2013-01-22 00:00",2.7,"2013-01-16 00:00",0.9,"2013-01-04 00:00","","","","",4.3,4.3,2.8,0.9,0.3,0.1,0.05,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","82306",1,37.936013,-122.026154,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.993548,3.37332,14.8,"2013-12-30 00:00",10.4,"2013-01-22 00:00",9.6,"2013-01-16 00:00",3.6,"2013-01-04 00:00","","","","",14.8,14.8,10.4,3.6,1.3,0.7,0.4,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","82403",1,37.936013,-122.026154,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",5,0.98871,0.495599,1.9,"2013-05-04 00:00",1.9,"2013-07-15 00:00",1.7,"2013-11-12 00:00",1.6,"2013-07-03 00:00","","","","",1.9,1.9,1.9,1.6,1.4,1,0.25,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","85101",1,37.936013,-122.026154,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",31,100,29,31,0,0,"","","Certification not required",0,15.516129,10.720295,50,"2013-12-30 00:00",34,"2013-01-22 00:00",31,"2013-10-19 00:00",28,"2013-01-16 00:00","","","","",50,50,34,28,23,12,6,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","0002","88101",3,37.936013,-122.026154,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8526,97,361,365,0,0,"","","Certification not required",0,7.634882,6.311024,61,"2013-12-17 12:00",60,"2013-12-17 11:00",59,"2013-12-17 10:00",56,"2013-12-17 13:00","","","","",32,27,19,15,10,6,2,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","88101",3,37.936013,-122.026154,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,1,1,"Certification not required",0,7.588796,4.976748,36.2,"2013-01-23 00:00",29.5,"2013-12-17 00:00",27.6,"2013-01-05 00:00",26.3,"2013-12-30 00:00","","","","",26.3,21.7,17.7,13.4,9.6,6.4,2.7,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0002","88101",3,37.936013,-122.026154,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,7.588796,4.976748,36.2,"2013-01-23 00:00",29.5,"2013-12-17 00:00",27.6,"2013-01-05 00:00",26.3,"2013-12-30 00:00","","","","",26.3,21.7,17.7,13.4,9.6,6.4,2.7,"Concord","2956-A TREAT BOULEVARD","California","Contra Costa","Concord","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0005","42402",1,37.926162,-122.385561,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",8531,97,357,365,0,0,"","","Certification not required",8452,0.001016,0.000195,0.006,"2013-05-02 21:00",0.006,"2013-05-02 22:00",0.005,"2013-01-15 06:00",0.005,"2013-01-23 12:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Pt. Richmond","140 WEST RICHMOND AVENUE","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","42401",1,37.948172,-122.364852,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8288,95,362,365,0,0,0,"","Certification not required",0,2.026796,1.836284,13.1,"2013-10-16 16:00",9.5,"2013-06-26 15:00",9.1,"2013-06-03 17:00",8.7,"2013-06-08 17:00","","","","",8.7,7.2,5.4,4.2,2.9,1.6,0.3,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","42401",1,37.948172,-122.364852,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8288,95,362,365,0,0,"","","Certification not required",0,0.451762,0.796277,13.1,"2013-10-16 16:00",9.5,"2013-06-26 15:00",9.1,"2013-06-03 17:00",8.7,"2013-06-08 17:00","","","","",3.8,3,1.9,1.2,0.6,0.2,-0.1,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","42401",1,37.948172,-122.364852,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.450552,0.423627,3.1,"2013-06-03 00:00",1.9,"2013-06-04 00:00",1.8,"2013-06-09 00:00",1.7,"2013-09-11 00:00","","","","",1.7,1.5,1.2,0.9,0.7,0.4,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","42401",1,37.948172,-122.364852,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2471,85,355,365,0,0,"",0,"Certification not required",0,0.447633,0.69337,6.5,"2013-06-03 17:00",6.3,"2013-10-31 14:00",5.4,"2013-06-08 17:00",5.4,"2013-10-16 17:00","","","","",3.1,2.6,1.8,1.2,0.6,0.2,-0.1,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","42402",1,37.948172,-122.364852,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",8290,95,362,365,0,0,"","","Certification not required",8278,0.001002,5.6e-05,0.004,"2013-09-26 03:00",0.003,"2013-02-15 02:00",0.003,"2013-09-26 04:00",0.002,"2013-01-30 15:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","42406",1,37.948172,-122.364852,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8346,95,364,365,0,0,"","","Certification not required",0,0.916763,1.728063,38.6,"2013-10-16 16:00",32.7,"2013-10-15 16:00",32.6,"2013-11-05 14:00",24.1,"2013-06-26 15:00","","","","",8.3,5.9,3.5,2.1,0.9,0.4,0.1,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","0006","43207",3,37.948172,-122.364852,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.157227,0.058175,0.28,"2013-05-04 00:00",0.28,"2013-06-09 00:00",0.26,"2013-06-21 00:00",0.21,"2013-07-27 00:00","","","","",0.28,0.28,0.28,0.26,0.19,0.145,0.1,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43218",3,37.948172,-122.364852,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.103,0.058558,0.248,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.198,"2013-02-09 00:00",0.15,"2013-02-21 00:00","","","","",0.248,0.248,0.2,0.198,0.129,0.1,0.04,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43302",3,37.948172,-122.364852,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,8.254591,7.065111,29.104,"2013-01-16 00:00",25.034,"2013-01-04 00:00",14.78,"2013-06-21 00:00",13.67,"2013-05-04 00:00","","","","",29.104,29.104,25.034,14.78,8.379,5.754,2.32,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43505",3,37.948172,-122.364852,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.584591,0.396003,1.31,"2013-06-09 00:00",1.196,"2013-01-16 00:00",1.04,"2013-08-20 00:00",0.96,"2013-05-04 00:00","","","","",1.31,1.31,1.196,1.04,0.822,0.69,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43551",3,37.948172,-122.364852,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,6.728955,2.602351,12.674,"2013-04-22 00:00",10.66,"2013-06-09 00:00",10.38,"2013-05-04 00:00",9.35,"2013-05-16 00:00","","","","",12.674,12.674,10.66,10.38,8.021,6.68,3.841,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43552",3,37.948172,-122.364852,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",4,0.666227,0.368151,1.51,"2013-06-09 00:00",1.263,"2013-01-16 00:00",1.12,"2013-04-22 00:00",1.12,"2013-07-03 00:00","","","","",1.51,1.51,1.263,1.12,0.89,0.64,0.2,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43702",3,37.948172,-122.364852,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43704",3,37.948172,-122.364852,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43802",3,37.948172,-122.364852,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.228727,0.085571,0.413,"2013-03-05 00:00",0.37,"2013-05-16 00:00",0.31,"2013-06-21 00:00",0.295,"2013-01-04 00:00","","","","",0.413,0.413,0.37,0.31,0.267,0.24,0.15,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43803",3,37.948172,-122.364852,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.028818,0.016681,0.052,"2013-04-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-07-03 00:00",0.049,"2013-04-10 00:00","","","","",0.052,0.052,0.05,0.05,0.04,0.03,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43804",3,37.948172,-122.364852,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.094636,0.013841,0.111,"2013-03-05 00:00",0.111,"2013-03-17 00:00",0.11,"2013-02-21 00:00",0.11,"2013-05-04 00:00","","","","",0.111,0.111,0.111,0.11,0.106,0.1,0.08,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43811",3,37.948172,-122.364852,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.260318,0.058897,0.37,"2013-05-28 00:00",0.35,"2013-06-09 00:00",0.35,"2013-06-21 00:00",0.35,"2013-07-03 00:00","","","","",0.37,0.37,0.35,0.35,0.315,0.241,0.2,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43814",3,37.948172,-122.364852,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.009864,0.013646,0.034,"2013-03-17 00:00",0.03,"2013-06-09 00:00",0.03,"2013-06-21 00:00",0.03,"2013-07-03 00:00","","","","",0.034,0.034,0.03,0.03,0.025,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43815",3,37.948172,-122.364852,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43817",3,37.948172,-122.364852,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.016818,0.009111,0.038,"2013-01-16 00:00",0.032,"2013-01-04 00:00",0.031,"2013-04-22 00:00",0.027,"2013-04-10 00:00","","","","",0.038,0.038,0.032,0.031,0.02,0.019,0.01,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43824",3,37.948172,-122.364852,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.029227,0.052351,0.172,"2013-01-16 00:00",0.125,"2013-02-21 00:00",0.107,"2013-04-22 00:00",0.092,"2013-04-10 00:00","","","","",0.172,0.172,0.125,0.107,0.059,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43843",3,37.948172,-122.364852,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","43860",3,37.948172,-122.364852,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","45109",3,37.948172,-122.364852,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.661045,0.768532,3.27,"2013-04-22 00:00",2.77,"2013-01-16 00:00",2.576,"2013-01-04 00:00",2.484,"2013-02-09 00:00","","","","",3.27,3.27,2.77,2.576,2.339,1.58,0.712,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","45201",3,37.948172,-122.364852,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.917955,0.720102,2.652,"2013-01-16 00:00",2.466,"2013-01-04 00:00",2.082,"2013-02-09 00:00",1.709,"2013-02-21 00:00","","","","",2.652,2.652,2.466,2.082,1.133,0.7,0.26,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","45202",3,37.948172,-122.364852,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,2.106136,1.146525,4.463,"2013-01-16 00:00",4.06,"2013-01-04 00:00",3.651,"2013-04-22 00:00",3.392,"2013-02-09 00:00","","","","",4.463,4.463,4.06,3.651,3.29,1.77,0.97,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","45203",3,37.948172,-122.364852,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.489727,0.230918,0.978,"2013-04-22 00:00",0.918,"2013-01-16 00:00",0.759,"2013-02-09 00:00",0.758,"2013-02-21 00:00","","","","",0.978,0.978,0.918,0.759,0.677,0.43,0.25,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0006","45204",3,37.948172,-122.364852,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.662227,0.308559,1.236,"2013-04-22 00:00",1.175,"2013-01-16 00:00",1.046,"2013-02-21 00:00",1.042,"2013-02-09 00:00","","","","",1.236,1.236,1.175,1.046,0.913,0.64,0.26,"Richmond - 7th St.","1065 7TH ST., RICHMOND","California","Contra Costa","Richmond","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","0007","42402",1,38.034331,-122.270336,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",8628,98,361,365,0,5,"","","Certification not required",8595,0.001005,8.1e-05,0.003,"2013-10-14 09:00",0.003,"2013-10-16 08:00",0.003,"2013-10-17 10:00",0.003,"2013-10-31 08:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Rodeo","326 THIRD STREET, Rodeo","California","Contra Costa","Rodeo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1001","42401",1,38.05492,-122.233229,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8329,95,363,365,0,0,0,"","Certification not required",0,2.566391,3.765887,64.6,"2013-07-04 12:00",25.7,"2013-07-03 16:00",9.9,"2013-11-15 21:00",7.4,"2013-10-06 04:00","","","","",7.4,6.7,5.2,4.4,3,2,0.9,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1001","42401",1,38.05492,-122.233229,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8329,95,363,365,0,0,"","","Certification not required",0,0.998235,1.215442,64.6,"2013-07-04 12:00",33.8,"2013-07-04 13:00",25.7,"2013-07-03 16:00",19.8,"2013-07-04 15:00","","","","",4,3.2,2.4,2,1.3,0.8,0.2,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1001","42401",1,38.05492,-122.233229,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.994766,0.688019,8.1,"2013-07-04 00:00",5,"2013-07-03 00:00",2.4,"2013-06-28 00:00",2.3,"2013-06-01 00:00","","","","",2.3,2.1,1.9,1.7,1.3,1,0.3,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1001","42401",1,38.05492,-122.233229,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2507,86,359,365,0,0,"",0,"Certification not required",0,0.979777,1.091651,36,"2013-07-04 14:00",14.9,"2013-07-03 17:00",10.4,"2013-07-04 17:00",8.2,"2013-07-03 14:00","","","","",3.5,3.1,2.4,1.9,1.3,0.8,0.1,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1001","42406",1,38.05492,-122.233229,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8373,96,364,365,0,0,"","","Certification not required",0,1.459907,2.140184,103,"2013-07-04 12:00",80.4,"2013-07-04 13:00",47,"2013-07-03 16:00",37.6,"2013-07-04 16:00","","","","",6.3,4.9,3.5,2.7,1.8,1.1,0.3,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1001","43207",3,38.05492,-122.233229,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.166952,0.060894,0.31,"2013-04-10 00:00",0.26,"2013-06-21 00:00",0.252,"2013-04-22 00:00",0.24,"2013-05-04 00:00","","","","",0.31,0.31,0.26,0.252,0.21,0.143,0.1,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43218",3,38.05492,-122.233229,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.097429,0.062909,0.232,"2013-04-10 00:00",0.188,"2013-04-22 00:00",0.17,"2013-06-09 00:00",0.16,"2013-06-21 00:00","","","","",0.232,0.232,0.188,0.17,0.14,0.092,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43302",3,38.05492,-122.233229,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,4.346857,4.740976,19.487,"2013-01-16 00:00",15.704,"2013-01-04 00:00",6.85,"2013-05-04 00:00",5.835,"2013-04-22 00:00","","","","",19.487,19.487,15.704,6.85,5.19,2.76,1.367,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43505",3,38.05492,-122.233229,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.545048,0.353289,1.033,"2013-04-10 00:00",1.03,"2013-05-28 00:00",1.01,"2013-06-09 00:00",1.004,"2013-04-22 00:00","","","","",1.033,1.033,1.03,1.01,0.877,0.603,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43551",3,38.05492,-122.233229,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,6.246143,3.458969,14.096,"2013-04-22 00:00",13.64,"2013-05-04 00:00",10.39,"2013-07-27 00:00",9.652,"2013-04-10 00:00","","","","",14.096,14.096,13.64,10.39,7.8,5.64,3.02,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43552",3,38.05492,-122.233229,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",1,0.864714,0.463769,1.965,"2013-04-22 00:00",1.92,"2013-05-04 00:00",1.29,"2013-07-27 00:00",1.248,"2013-01-16 00:00","","","","",1.965,1.965,1.92,1.29,1.144,0.69,0.446,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43702",3,38.05492,-122.233229,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43704",3,38.05492,-122.233229,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43802",3,38.05492,-122.233229,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.161238,0.062131,0.266,"2013-01-16 00:00",0.266,"2013-04-22 00:00",0.224,"2013-04-10 00:00",0.22,"2013-05-04 00:00","","","","",0.266,0.266,0.266,0.224,0.19,0.17,0.1,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43803",3,38.05492,-122.233229,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.024286,0.01778,0.056,"2013-04-22 00:00",0.05,"2013-05-28 00:00",0.05,"2013-06-21 00:00",0.04,"2013-01-16 00:00","","","","",0.056,0.056,0.05,0.05,0.04,0.023,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43804",3,38.05492,-122.233229,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.094857,0.016511,0.12,"2013-07-15 00:00",0.118,"2013-04-22 00:00",0.11,"2013-05-04 00:00",0.11,"2013-05-16 00:00","","","","",0.12,0.12,0.118,0.11,0.11,0.097,0.07,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43811",3,38.05492,-122.233229,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.266476,0.074854,0.485,"2013-04-10 00:00",0.36,"2013-05-04 00:00",0.359,"2013-04-22 00:00",0.34,"2013-06-09 00:00","","","","",0.485,0.485,0.36,0.359,0.31,0.242,0.2,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43814",3,38.05492,-122.233229,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.007667,0.013958,0.043,"2013-04-22 00:00",0.04,"2013-06-21 00:00",0.03,"2013-05-04 00:00",0.018,"2013-02-21 00:00","","","","",0.043,0.043,0.04,0.03,0.013,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43815",3,38.05492,-122.233229,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43817",3,38.05492,-122.233229,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.015762,0.011211,0.05,"2013-09-13 00:00",0.038,"2013-01-16 00:00",0.028,"2013-01-04 00:00",0.021,"2013-03-17 00:00","","","","",0.05,0.05,0.038,0.028,0.02,0.01,0.01,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43824",3,38.05492,-122.233229,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.00419,0.010524,0.03,"2013-06-21 00:00",0.03,"2013-07-27 00:00",0.028,"2013-01-28 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0.028,0,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43843",3,38.05492,-122.233229,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","43860",3,38.05492,-122.233229,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","45109",3,38.05492,-122.233229,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.685143,0.374976,1.44,"2013-09-13 00:00",1.153,"2013-04-22 00:00",1.14,"2013-05-04 00:00",1.14,"2013-09-01 00:00","","","","",1.44,1.44,1.153,1.14,0.897,0.66,0.25,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","45201",3,38.05492,-122.233229,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.736333,0.409144,1.548,"2013-01-04 00:00",1.536,"2013-01-16 00:00",1.282,"2013-04-22 00:00",1.18,"2013-02-09 00:00","","","","",1.548,1.548,1.536,1.282,0.887,0.73,0.19,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","45202",3,38.05492,-122.233229,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,1.166095,0.581822,2.266,"2013-04-22 00:00",1.94,"2013-09-13 00:00",1.73,"2013-01-16 00:00",1.674,"2013-04-10 00:00","","","","",2.266,2.266,1.94,1.73,1.589,1.15,0.3,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","45203",3,38.05492,-122.233229,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.20419,0.127613,0.447,"2013-01-16 00:00",0.377,"2013-04-22 00:00",0.34,"2013-05-04 00:00",0.34,"2013-09-13 00:00","","","","",0.447,0.447,0.377,0.34,0.3,0.204,0,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1001","45204",3,38.05492,-122.233229,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0.295238,0.14491,0.62,"2013-09-13 00:00",0.54,"2013-09-01 00:00",0.443,"2013-04-22 00:00",0.42,"2013-05-04 00:00","","","","",0.62,0.62,0.54,0.443,0.384,0.266,0.16,"Crockett - Kendall Ave","KENDALL AVE,Crockett","California","Contra Costa","Crockett","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","42101",1,38.006311,-121.641918,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6365,73,275,365,0,0,0,0,"Certification not required",5980,0.271328,0.088004,1,"2013-01-04 23:00",1,"2013-01-05 00:00",1,"2013-01-21 21:00",1,"2013-11-25 00:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42101",1,38.006311,-121.641918,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6611,75,271,365,0,0,0,0,"Certification not required",0,0.314007,0.056127,0.8,"2013-01-04 03:00",0.8,"2013-01-04 04:00",0.8,"2013-01-05 01:00",0.8,"2013-01-05 02:00",0.8,"2013-01-04 03:00",0.8,"2013-01-05 01:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42401",1,38.006311,-121.641918,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6116,70,276,365,0,0,0,"","Certification not required",0,1.173913,0.599916,4,"2013-03-15 11:00",3.4,"2013-03-14 08:00",3.3,"2013-03-16 08:00",3,"2013-10-26 11:00","","","","",3.3,2.8,2.3,1.9,1.5,1.1,0.5,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42401",1,38.006311,-121.641918,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6116,70,276,365,0,0,"","","Certification not required",0,0.547744,0.409435,4,"2013-03-15 11:00",3.4,"2013-03-14 08:00",3.3,"2013-03-16 08:00",3,"2013-10-26 11:00","","","","",1.9,1.6,1.3,1.1,0.7,0.5,0.1,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42401",1,38.006311,-121.641918,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",276,76,276,365,0,0,0,"","Certification not required",0,0.55,0.283421,1.5,"2013-10-23 00:00",1.4,"2013-03-15 00:00",1.3,"2013-08-19 00:00",1.3,"2013-09-08 00:00","","","","",1.3,1.3,1.1,0.9,0.7,0.5,0.2,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42401",1,38.006311,-121.641918,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1894,65,271,365,0,0,"",0,"Certification not required",0,0.519694,0.376906,2.8,"2013-03-15 11:00",2.7,"2013-08-19 08:00",2.1,"2013-10-22 23:00",2.1,"2013-11-02 14:00","","","","",1.8,1.5,1.2,1,0.7,0.5,0.1,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42406",1,38.006311,-121.641918,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6132,70,278,365,0,0,"","","Certification not required",0,0.740851,0.517881,7,"2013-08-31 10:00",5.9,"2013-11-08 14:00",5.5,"2013-11-08 15:00",5.3,"2013-03-15 11:00","","","","",2.5,2.1,1.7,1.4,0.9,0.6,0.3,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42601",1,38.006311,-121.641918,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6362,73,275,365,0,0,"","","Certification not required",0,1.752735,3.754342,39.1,"2013-12-12 07:00",35.1,"2013-11-26 00:00",34.5,"2013-10-30 07:00",32.1,"2013-11-26 01:00","","","","",20.3,15.5,9,4.7,1.4,0.4,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42602",1,38.006311,-121.641918,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6362,73,275,365,0,0,0,"","Certification not required",0,14.832364,7.694989,33.3,"2013-12-23 22:00",32.7,"2013-11-06 22:00",30.6,"2013-02-12 21:00",30.6,"2013-12-31 23:00","","","","",30.6,30,28.8,26.6,21,13.7,5.9,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42602",1,38.006311,-121.641918,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6362,73,275,365,0,0,"","","Certification not required",0,7.71138,5.953027,33.3,"2013-12-23 22:00",32.7,"2013-11-06 22:00",30.6,"2013-02-12 21:00",30.6,"2013-12-31 23:00","","","","",26.6,24.5,20.4,16.7,10.5,5.7,2,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","42603",1,38.006311,-121.641918,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6362,73,275,365,0,0,"","","Certification not required",0,9.462795,8.578499,57.9,"2013-12-12 07:00",56.4,"2013-11-26 00:00",54.1,"2013-11-26 01:00",53.7,"2013-12-23 23:00","","","","",41.4,35,27.9,21.4,12.3,6.3,2.3,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","43207",3,38.006311,-121.641918,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.1576,0.044423,0.26,"2013-08-08 00:00",0.24,"2013-04-10 00:00",0.18,"2013-09-01 00:00",0.174,"2013-03-05 00:00","","","","",0.26,0.26,0.26,0.24,0.174,0.15,0.101,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43218",3,38.006311,-121.641918,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.0774,0.108509,0.328,"2013-01-04 00:00",0.309,"2013-01-16 00:00",0.154,"2013-03-17 00:00",0.085,"2013-02-21 00:00","","","","",0.328,0.328,0.328,0.309,0.085,0.06,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43302",3,38.006311,-121.641918,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,7.332867,7.018131,28.1,"2013-01-16 00:00",18.802,"2013-01-04 00:00",8.14,"2013-08-08 00:00",7.628,"2013-04-10 00:00","","","","",28.1,28.1,28.1,18.802,7.628,4.424,2.81,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43505",3,38.006311,-121.641918,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.222067,0.760842,2.696,"2013-01-28 00:00",2.132,"2013-04-10 00:00",1.88,"2013-05-04 00:00",1.804,"2013-03-17 00:00","","","","",2.696,2.696,2.696,2.132,1.804,1.23,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43551",3,38.006311,-121.641918,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,7.6532,4.221995,18.81,"2013-08-08 00:00",12.907,"2013-04-10 00:00",11.82,"2013-05-04 00:00",9.639,"2013-01-16 00:00","","","","",18.81,18.81,18.81,12.907,9.639,7.02,3.734,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43552",3,38.006311,-121.641918,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",2,1.166667,0.957257,4.15,"2013-08-08 00:00",1.75,"2013-05-04 00:00",1.52,"2013-09-13 00:00",1.32,"2013-01-16 00:00","","","","",4.15,4.15,4.15,1.75,1.32,1.1,0.048,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43702",3,38.006311,-121.641918,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43704",3,38.006311,-121.641918,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43802",3,38.006311,-121.641918,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.188267,0.078899,0.34,"2013-08-08 00:00",0.316,"2013-04-10 00:00",0.285,"2013-01-16 00:00",0.252,"2013-01-04 00:00","","","","",0.34,0.34,0.34,0.316,0.252,0.169,0.1,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43803",3,38.006311,-121.641918,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.020133,0.014827,0.048,"2013-01-16 00:00",0.038,"2013-01-04 00:00",0.033,"2013-02-09 00:00",0.03,"2013-09-13 00:00","","","","",0.048,0.048,0.048,0.038,0.03,0.022,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43804",3,38.006311,-121.641918,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.0914,0.013726,0.114,"2013-04-10 00:00",0.11,"2013-01-04 00:00",0.1,"2013-01-28 00:00",0.1,"2013-03-29 00:00","","","","",0.114,0.114,0.114,0.11,0.1,0.097,0.07,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43811",3,38.006311,-121.641918,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.2522,0.0746,0.465,"2013-04-10 00:00",0.362,"2013-03-17 00:00",0.268,"2013-01-04 00:00",0.26,"2013-01-16 00:00","","","","",0.465,0.465,0.465,0.362,0.26,0.239,0.18,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43814",3,38.006311,-121.641918,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.008667,0.012081,0.034,"2013-01-04 00:00",0.029,"2013-02-21 00:00",0.022,"2013-04-10 00:00",0.017,"2013-01-28 00:00","","","","",0.034,0.034,0.034,0.029,0.017,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43815",3,38.006311,-121.641918,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43817",3,38.006311,-121.641918,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.019533,0.016698,0.074,"2013-03-17 00:00",0.03,"2013-01-04 00:00",0.024,"2013-01-16 00:00",0.02,"2013-05-04 00:00","","","","",0.074,0.074,0.074,0.03,0.02,0.018,0.009,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43824",3,38.006311,-121.641918,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43843",3,38.006311,-121.641918,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","43860",3,38.006311,-121.641918,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","44201",1,38.006311,-121.641918,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6386,76,276,365,0,0,0,0,"Certification not required",698,0.043304,0.011347,0.082,"2013-05-03 14:00",0.074,"2013-10-19 14:00",0.071,"2013-03-12 15:00",0.071,"2013-05-02 15:00","","","","",0.071,0.071,0.066,0.06,0.049,0.042,0.03,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","44201",1,38.006311,-121.641918,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6639,76,276,365,0,0,0,0,"Certification not required",0,0.037098,0.01021,0.075,"2013-05-03 10:00",0.068,"2013-05-02 12:00",0.064,"2013-04-30 11:00",0.062,"2013-09-08 10:00","","","","",0.064,0.06,0.056,0.051,0.042,0.037,0.024,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","44201",1,38.006311,-121.641918,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6639,76,276,365,0,0,0,0,"Certification not required",0,0.037098,0.01021,0.075,"2013-05-03 10:00",0.068,"2013-05-02 12:00",0.064,"2013-04-30 11:00",0.062,"2013-09-08 10:00","","","","",0.064,0.06,0.056,0.051,0.042,0.037,0.024,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1002","45109",3,38.006311,-121.641918,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.931467,0.97705,3.682,"2013-01-16 00:00",2.76,"2013-01-04 00:00",1.09,"2013-08-08 00:00",0.993,"2013-02-21 00:00","","","","",3.682,3.682,3.682,2.76,0.993,0.6,0.264,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","45201",3,38.006311,-121.641918,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.112067,1.428545,5.625,"2013-01-16 00:00",2.976,"2013-01-04 00:00",1.296,"2013-02-09 00:00",1.131,"2013-02-21 00:00","","","","",5.625,5.625,5.625,2.976,1.131,0.67,0.18,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","45202",3,38.006311,-121.641918,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.6404,2.105426,8.128,"2013-01-16 00:00",4.921,"2013-01-04 00:00",1.464,"2013-02-21 00:00",1.23,"2013-09-01 00:00","","","","",8.128,8.128,8.128,4.921,1.23,1.058,0.56,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","45203",3,38.006311,-121.641918,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.263467,0.317904,1.031,"2013-01-16 00:00",0.944,"2013-01-04 00:00",0.41,"2013-08-08 00:00",0.298,"2013-02-09 00:00","","","","",1.031,1.031,1.031,0.944,0.298,0.16,0,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","45204",3,38.006311,-121.641918,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.376933,0.357728,1.216,"2013-01-04 00:00",1.206,"2013-01-16 00:00",0.437,"2013-02-21 00:00",0.4,"2013-09-13 00:00","","","","",1.216,1.216,1.216,1.206,0.4,0.29,0.121,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1002","81102",1,38.006311,-121.641918,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,68,21,31,0,0,0,0,"Certification not required",0,20.826087,14.076583,47,"2013-12-30 00:00",45,"2013-01-22 00:00",39,"2013-01-16 00:00",38,"2013-10-19 00:00","","","","",47,47,45,39,32,14,5,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1002","82180",1,38.006311,-121.641918,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",23,38,23,61,0,0,"","","Certification not required",0,103.478261,78.07972,370,"2013-03-17 00:00",170,"2013-10-19 00:00",170,"2013-12-30 00:00",150,"2013-01-22 00:00","","","","",370,370,170,170,140,110,30,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1002","82203",1,38.006311,-121.641918,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,38,23,61,0,0,"","","Certification not required",5,0.337609,0.34736,1.17,"2013-05-04 00:00",1.07,"2013-03-17 00:00",0.96,"2013-03-05 00:00",0.77,"2013-09-25 00:00","","","","",1.17,1.17,1.07,0.96,0.54,0.17,0.055,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1002","82301",1,38.006311,-121.641918,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,38,23,61,0,0,"","","Certification not required",7,0.81087,1.33663,4.3,"2013-12-30 00:00",4,"2013-01-22 00:00",3.7,"2013-01-16 00:00",1.7,"2013-12-18 00:00","","","","",4.3,4.3,4,3.7,1.1,0.1,0.05,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1002","82306",1,38.006311,-121.641918,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,38,23,61,0,0,"","","Certification not required",0,3.543478,4.691465,15,"2013-12-30 00:00",13.9,"2013-01-22 00:00",12.7,"2013-01-16 00:00",9.4,"2013-11-24 00:00","","","","",15,15,13.9,12.7,4.7,1.4,0.3,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1002","82403",1,38.006311,-121.641918,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,38,23,61,0,0,"","","Certification not required",5,0.867391,0.475683,1.9,"2013-05-04 00:00",1.6,"2013-08-20 00:00",1.6,"2013-11-12 00:00",1.4,"2013-10-19 00:00","","","","",1.9,1.9,1.6,1.6,1.3,0.8,0.25,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1002","85101",1,38.006311,-121.641918,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,96,21,24,0,0,"","","Certification not required",0,21.956522,14.885864,50,"2013-12-30 00:00",48,"2013-01-22 00:00",42,"2013-01-16 00:00",39,"2013-10-19 00:00","","","","",50,50,48,42,34,14,6,"Bethel Island","5551 BETHEL ISLAND RD","California","Contra Costa","Bethel Island","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","42101",1,37.9604,-122.356811,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8308,95,359,365,0,0,0,0,"Certification not required",7383,0.297635,0.148205,2.2,"2013-01-29 08:00",1.7,"2013-01-23 08:00",1.7,"2013-01-29 07:00",1.5,"2013-01-09 08:00","","","","",0.9,0.8,0.6,0.5,0.25,0.25,0.25,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42101",1,37.9604,-122.356811,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8646,99,356,365,0,0,0,0,"Certification not required",0,0.333808,0.086181,1,"2013-01-29 08:00",1,"2013-01-29 09:00",1,"2013-01-29 10:00",1,"2013-12-21 00:00",1,"2013-01-29 08:00",1,"2013-12-21 00:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42401",1,37.9604,-122.356811,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7947,91,358,365,0,0,0,"","Certification not required",0,1.564525,1.291558,11,"2013-10-31 15:00",6.8,"2013-10-10 19:00",5.7,"2013-10-17 11:00",5.6,"2013-10-30 15:00","","","","",5.6,4.6,4.1,3.2,2.2,1.3,0.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42401",1,37.9604,-122.356811,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7947,91,358,365,0,0,"","","Certification not required",0,0.480496,0.647718,11,"2013-10-31 15:00",6.8,"2013-10-10 19:00",5.7,"2013-10-17 11:00",5.6,"2013-10-30 15:00","","","","",2.9,2.4,1.8,1.3,0.6,0.3,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42401",1,37.9604,-122.356811,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,0.481285,0.413852,1.9,"2013-12-11 00:00",1.8,"2013-12-17 00:00",1.8,"2013-12-25 00:00",1.7,"2013-12-10 00:00","","","","",1.7,1.6,1.3,1.1,0.7,0.4,0.1,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42401",1,37.9604,-122.356811,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2463,84,354,365,0,0,"",0,"Certification not required",0,0.46151,0.582925,5.1,"2013-10-30 17:00",4.1,"2013-12-30 14:00",4,"2013-10-31 17:00",3.5,"2013-11-11 17:00","","","","",2.6,2.2,1.7,1.2,0.6,0.3,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42406",1,37.9604,-122.356811,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7960,91,359,365,0,0,"","","Certification not required",0,0.797802,1.119917,30.3,"2013-11-05 16:00",20.8,"2013-10-31 15:00",16.9,"2013-10-10 19:00",16.6,"2013-11-05 15:00","","","","",4.9,3.9,2.7,1.9,0.9,0.4,0.1,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42601",1,37.9604,-122.356811,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8302,95,358,365,0,0,"","","Certification not required",0,5.327186,8.240104,124.6,"2013-01-23 08:00",117.8,"2013-01-29 08:00",110.1,"2013-12-21 00:00",101.1,"2013-12-20 23:00","","","","",43.1,33.1,19.6,11.9,5.5,2.9,0.5,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42602",1,37.9604,-122.356811,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8281,95,356,365,0,0,0,"","Certification not required",0,20.880337,10.259402,46.8,"2013-12-30 18:00",44.6,"2013-01-16 19:00",43.9,"2013-12-21 00:00",43.8,"2013-12-20 23:00","","","","",43.8,40.5,38.6,35.8,29.1,19.8,8.2,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42602",1,37.9604,-122.356811,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8281,95,356,365,0,0,"","","Certification not required",0,10.224647,8.109722,46.8,"2013-12-30 18:00",44.6,"2013-01-16 19:00",43.9,"2013-12-21 00:00",43.8,"2013-12-20 23:00","","","","",34.7,31.9,27.2,22.8,14.3,7.5,2.4,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","42603",1,37.9604,-122.356811,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8302,95,358,365,0,0,"","","Certification not required",0,15.521368,14.78349,163.5,"2013-01-23 08:00",154,"2013-12-21 00:00",148.8,"2013-01-29 08:00",144.9,"2013-12-20 23:00","","","","",72.1,61.2,45.1,33.9,19.6,10.7,3.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","43207",3,37.9604,-122.356811,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.144348,0.057097,0.25,"2013-05-04 00:00",0.242,"2013-04-10 00:00",0.227,"2013-03-29 00:00",0.22,"2013-06-09 00:00","","","","",0.25,0.25,0.242,0.227,0.18,0.14,0.07,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43218",3,37.9604,-122.356811,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.12387,0.071833,0.249,"2013-01-16 00:00",0.233,"2013-02-21 00:00",0.232,"2013-02-09 00:00",0.22,"2013-01-04 00:00","","","","",0.249,0.249,0.233,0.232,0.168,0.12,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43302",3,37.9604,-122.356811,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,8.866087,6.66707,32.404,"2013-01-16 00:00",18.878,"2013-01-04 00:00",17.6,"2013-05-04 00:00",13.746,"2013-04-10 00:00","","","","",32.404,32.404,18.878,17.6,8.711,6.501,4.27,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43505",3,37.9604,-122.356811,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.133826,0.621338,2.392,"2013-03-29 00:00",2.11,"2013-01-16 00:00",2.081,"2013-02-09 00:00",1.87,"2013-05-04 00:00","","","","",2.392,2.392,2.11,2.081,1.627,0.924,0.54,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43551",3,37.9604,-122.356811,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,10.28413,5.139339,24.288,"2013-03-29 00:00",18.72,"2013-01-16 00:00",17.61,"2013-05-04 00:00",16.25,"2013-04-22 00:00","","","","",24.288,24.288,18.72,17.61,12.762,9.078,5.31,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43552",3,37.9604,-122.356811,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",2,0.92987,0.585278,2.664,"2013-03-29 00:00",1.954,"2013-04-10 00:00",1.675,"2013-01-16 00:00",1.48,"2013-05-04 00:00","","","","",2.664,2.664,1.954,1.675,1.125,0.78,0.44,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43702",3,37.9604,-122.356811,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43704",3,37.9604,-122.356811,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.002652,0.012719,0.061,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.061,0.061,0,0,0,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43802",3,37.9604,-122.356811,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.181217,0.076604,0.323,"2013-04-22 00:00",0.291,"2013-01-16 00:00",0.29,"2013-05-04 00:00",0.269,"2013-04-10 00:00","","","","",0.323,0.323,0.291,0.29,0.234,0.185,0.1,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43803",3,37.9604,-122.356811,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.025391,0.019171,0.06,"2013-04-10 00:00",0.057,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.045,"2013-03-29 00:00","","","","",0.06,0.06,0.057,0.05,0.04,0.02,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43804",3,37.9604,-122.356811,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.093261,0.019117,0.12,"2013-05-16 00:00",0.111,"2013-04-22 00:00",0.11,"2013-01-16 00:00",0.11,"2013-05-28 00:00","","","","",0.12,0.12,0.111,0.11,0.109,0.1,0.07,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43811",3,37.9604,-122.356811,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.25587,0.071033,0.445,"2013-04-10 00:00",0.38,"2013-06-09 00:00",0.37,"2013-05-04 00:00",0.34,"2013-03-29 00:00","","","","",0.445,0.445,0.38,0.37,0.269,0.236,0.181,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43814",3,37.9604,-122.356811,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.008087,0.015937,0.05,"2013-04-10 00:00",0.05,"2013-06-09 00:00",0.034,"2013-03-29 00:00",0.022,"2013-04-22 00:00","","","","",0.05,0.05,0.05,0.034,0.014,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43815",3,37.9604,-122.356811,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43817",3,37.9604,-122.356811,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.015609,0.012688,0.059,"2013-01-16 00:00",0.031,"2013-02-21 00:00",0.03,"2013-01-04 00:00",0.025,"2013-04-10 00:00","","","","",0.059,0.059,0.031,0.03,0.02,0.01,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43824",3,37.9604,-122.356811,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43843",3,37.9604,-122.356811,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","43860",3,37.9604,-122.356811,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","44201",1,37.9604,-122.356811,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8309,98,359,365,0,0,0,0,"Certification not required",725,0.034646,0.008917,0.074,"2013-05-02 14:00",0.066,"2013-10-06 14:00",0.064,"2013-05-03 12:00",0.062,"2013-10-19 14:00","","","","",0.062,0.057,0.049,0.045,0.039,0.035,0.024,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","44201",1,37.9604,-122.356811,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8647,98,359,365,0,0,0,0,"Certification not required",0,0.030042,0.007918,0.065,"2013-05-02 10:00",0.054,"2013-10-06 10:00",0.053,"2013-05-03 09:00",0.052,"2013-05-01 05:00","","","","",0.052,0.046,0.043,0.041,0.035,0.029,0.02,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","44201",1,37.9604,-122.356811,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8647,98,359,365,0,0,0,0,"Certification not required",0,0.030042,0.007918,0.065,"2013-05-02 10:00",0.054,"2013-10-06 10:00",0.053,"2013-05-03 09:00",0.052,"2013-05-01 05:00","","","","",0.052,0.046,0.043,0.041,0.035,0.029,0.02,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","45109",3,37.9604,-122.356811,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.857913,1.085092,4.949,"2013-02-21 00:00",4.014,"2013-01-16 00:00",2.967,"2013-04-22 00:00",2.778,"2013-02-09 00:00","","","","",4.949,4.949,4.014,2.967,2.32,1.58,0.8,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","45201",3,37.9604,-122.356811,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.996043,0.687692,2.661,"2013-01-16 00:00",2.092,"2013-02-09 00:00",1.963,"2013-02-21 00:00",1.83,"2013-01-04 00:00","","","","",2.661,2.661,2.092,1.963,1.565,0.68,0.38,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","45202",3,37.9604,-122.356811,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,2.551783,1.490653,5.827,"2013-01-16 00:00",5.354,"2013-02-21 00:00",5.212,"2013-04-22 00:00",4.032,"2013-01-04 00:00","","","","",5.827,5.827,5.354,5.212,3.525,2.1,1.24,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","45203",3,37.9604,-122.356811,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.536696,0.299094,1.361,"2013-02-21 00:00",1.096,"2013-01-16 00:00",0.94,"2013-04-22 00:00",0.849,"2013-02-09 00:00","","","","",1.361,1.361,1.096,0.94,0.672,0.462,0.26,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","45204",3,37.9604,-122.356811,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.731652,0.432876,2.021,"2013-02-21 00:00",1.458,"2013-01-16 00:00",1.189,"2013-04-22 00:00",1.135,"2013-02-09 00:00","","","","",2.021,2.021,1.458,1.189,1,0.6,0.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","1004","81102",1,37.9604,-122.356811,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",0,17.254237,9.25425,45,"2013-12-30 00:00",42,"2013-11-06 00:00",36,"2013-05-04 00:00",33,"2013-12-24 00:00","","","","",45,42,36,29,23,16,6,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","82180",1,37.9604,-122.356811,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,"","","Certification not required",0,81.016949,45.208136,230,"2013-05-04 00:00",200,"2013-04-28 00:00",160,"2013-07-03 00:00",150,"2013-06-21 00:00","","","","",230,200,160,140,110,80,30,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","82203",1,37.9604,-122.356811,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,"","","Certification not required",6,1.429661,1.653799,7.27,"2013-04-28 00:00",6.8,"2013-05-04 00:00",6.03,"2013-06-21 00:00",5.21,"2013-06-15 00:00","","","","",7.27,6.8,6.03,3.14,1.83,1.13,0.055,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","82301",1,37.9604,-122.356811,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,"","","Certification not required",25,0.363559,0.808192,4.8,"2013-12-30 00:00",2.9,"2013-01-16 00:00",2.4,"2013-01-22 00:00",2,"2013-12-24 00:00","","","","",4.8,2.9,2.4,1.1,0.2,0.1,0.05,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","82306",1,37.9604,-122.356811,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,"","","Certification not required",0,1.852542,2.805005,16.2,"2013-12-30 00:00",10.1,"2013-01-16 00:00",8.3,"2013-01-22 00:00",7.3,"2013-12-24 00:00","","","","",16.2,10.1,8.3,5.8,1.9,0.8,0.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","82403",1,37.9604,-122.356811,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,"","","Certification not required",4,1.135593,0.491747,2.9,"2013-05-04 00:00",2.1,"2013-04-28 00:00",2,"2013-07-09 00:00",1.7,"2013-04-22 00:00","","","","",2.9,2.1,2,1.7,1.5,1.1,0.6,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","85101",1,37.9604,-122.356811,"NAD83","PM10 - LC","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,0,"","","Certification not required",0,18,9.748563,48,"2013-12-30 00:00",43,"2013-11-06 00:00",37,"2013-05-04 00:00",35,"2013-12-24 00:00","","","","",48,43,37,31,24,17,7,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","013","1004","88101",3,37.9604,-122.356811,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8609,98,363,365,0,0,"","","Certification not required",0,12.040307,7.025916,68,"2013-07-04 21:00",64,"2013-12-17 04:00",64,"2013-12-17 07:00",63,"2013-12-17 09:00","","","","",36,31,25,21,15,11,5,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","88101",3,37.9604,-122.356811,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,2,2,"Certification not required",0,12.008889,5.737496,41.2,"2013-12-17 00:00",38.7,"2013-01-23 00:00",33.3,"2013-12-30 00:00",31.1,"2013-07-30 00:00","","","","",31.1,27.4,23.7,19.7,14.6,10.9,6.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","1004","88101",3,37.9604,-122.356811,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,12.008889,5.737496,41.2,"2013-12-17 00:00",38.7,"2013-01-23 00:00",33.3,"2013-12-30 00:00",31.1,"2013-07-30 00:00","","","","",31.1,27.4,23.7,19.7,14.6,10.9,6.3,"San Pablo - Rumrill","1865 D RUMRILL BLVD, San Pablo","California","Contra Costa","San Pablo","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","2001","42401",1,38.012816,-122.134467,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8377,96,365,365,0,0,0,"","Certification not required",0,3.13863,2.541969,16.3,"2013-10-04 16:00",15.3,"2013-10-19 16:00",14.1,"2013-03-11 10:00",13.7,"2013-11-08 20:00","","","","",13.7,10.6,8.5,6.1,4.1,2.5,0.7,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","2001","42401",1,38.012816,-122.134467,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8377,96,365,365,0,0,"","","Certification not required",0,1.178298,1.154803,16.3,"2013-10-04 16:00",15.3,"2013-10-19 16:00",14.1,"2013-03-11 10:00",13.7,"2013-11-08 20:00","","","","",5.7,4.4,3.2,2.4,1.5,0.8,0.3,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","2001","42401",1,38.012816,-122.134467,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.178356,0.726649,4.6,"2013-10-19 00:00",3.7,"2013-10-26 00:00",3.4,"2013-10-18 00:00",3.2,"2013-11-12 00:00","","","","",3.2,2.9,2.6,2.3,1.6,1,0.4,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","2001","42401",1,38.012816,-122.134467,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2544,87,362,365,0,0,"",0,"Certification not required",0,1.177909,1.065525,11.5,"2013-10-19 17:00",8.9,"2013-10-18 14:00",8.7,"2013-03-11 11:00",8.7,"2013-10-06 17:00","","","","",5.2,4.2,3,2.4,1.6,0.9,0.3,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","2001","42406",1,38.012816,-122.134467,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8384,96,365,365,0,0,"","","Certification not required",0,1.700322,1.89796,32.4,"2013-10-18 14:00",29.7,"2013-12-01 12:00",26.4,"2013-10-04 16:00",22.4,"2013-03-11 10:00","","","","",9.5,7.2,4.8,3.4,2,1.1,0.5,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","013","2001","43207",3,38.012816,-122.134467,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.152826,0.049421,0.25,"2013-05-28 00:00",0.22,"2013-05-16 00:00",0.22,"2013-07-03 00:00",0.22,"2013-07-27 00:00","","","","",0.25,0.25,0.22,0.22,0.196,0.16,0.093,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43218",3,38.012816,-122.134467,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.106043,0.098614,0.362,"2013-01-16 00:00",0.348,"2013-01-04 00:00",0.292,"2013-02-09 00:00",0.133,"2013-02-21 00:00","","","","",0.362,0.362,0.348,0.292,0.13,0.08,0.04,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43302",3,38.012816,-122.134467,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,6.950261,6.457197,28.239,"2013-01-16 00:00",22.752,"2013-01-04 00:00",11.075,"2013-04-22 00:00",9.523,"2013-04-10 00:00","","","","",28.239,28.239,22.752,11.075,8.29,5.302,2.07,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43505",3,38.012816,-122.134467,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.029435,0.507598,2.18,"2013-05-28 00:00",1.701,"2013-01-16 00:00",1.57,"2013-05-16 00:00",1.505,"2013-04-22 00:00","","","","",2.18,2.18,1.701,1.57,1.404,1.072,0.43,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43551",3,38.012816,-122.134467,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,6.398043,2.854637,11.69,"2013-07-03 00:00",11.02,"2013-05-16 00:00",10.279,"2013-04-22 00:00",10.01,"2013-09-13 00:00","","","","",11.69,11.69,11.02,10.279,8.95,4.988,3.32,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43552",3,38.012816,-122.134467,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.93313,0.30761,1.662,"2013-04-10 00:00",1.57,"2013-06-09 00:00",1.34,"2013-05-28 00:00",1.226,"2013-04-22 00:00","","","","",1.662,1.662,1.57,1.34,1.127,0.86,0.619,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43702",3,38.012816,-122.134467,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.003478,0.016681,0.08,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.08,0.08,0,0,0,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43704",3,38.012816,-122.134467,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.004043,0.019392,0.093,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.093,0.093,0,0,0,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43802",3,38.012816,-122.134467,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.178435,0.064998,0.292,"2013-01-16 00:00",0.267,"2013-04-10 00:00",0.257,"2013-04-22 00:00",0.25,"2013-06-09 00:00","","","","",0.292,0.292,0.267,0.257,0.24,0.193,0.096,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43803",3,38.012816,-122.134467,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.018957,0.013683,0.045,"2013-01-16 00:00",0.04,"2013-06-09 00:00",0.033,"2013-04-10 00:00",0.03,"2013-05-04 00:00","","","","",0.045,0.045,0.04,0.033,0.03,0.02,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43804",3,38.012816,-122.134467,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.098478,0.02021,0.15,"2013-08-08 00:00",0.141,"2013-02-09 00:00",0.12,"2013-06-09 00:00",0.111,"2013-03-29 00:00","","","","",0.15,0.15,0.141,0.12,0.11,0.096,0.08,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43811",3,38.012816,-122.134467,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.252,0.05327,0.37,"2013-06-09 00:00",0.34,"2013-05-28 00:00",0.32,"2013-07-03 00:00",0.31,"2013-05-16 00:00","","","","",0.37,0.37,0.34,0.32,0.294,0.24,0.18,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43814",3,38.012816,-122.134467,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.008913,0.013386,0.04,"2013-05-28 00:00",0.03,"2013-04-10 00:00",0.03,"2013-06-09 00:00",0.03,"2013-07-03 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43815",3,38.012816,-122.134467,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43817",3,38.012816,-122.134467,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.017391,0.014209,0.07,"2013-08-20 00:00",0.038,"2013-01-16 00:00",0.032,"2013-01-04 00:00",0.028,"2013-04-10 00:00","","","","",0.07,0.07,0.038,0.032,0.02,0.012,0.01,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43824",3,38.012816,-122.134467,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43843",3,38.012816,-122.134467,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","43860",3,38.012816,-122.134467,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","45109",3,38.012816,-122.134467,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.976261,0.756141,2.747,"2013-01-16 00:00",2.373,"2013-04-10 00:00",2.152,"2013-01-04 00:00",1.806,"2013-02-09 00:00","","","","",2.747,2.747,2.373,2.152,1.705,0.82,0.28,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","45201",3,38.012816,-122.134467,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.839087,0.770066,2.917,"2013-01-16 00:00",2.718,"2013-01-04 00:00",1.985,"2013-02-09 00:00",1.381,"2013-04-10 00:00","","","","",2.917,2.917,2.718,1.985,1.103,0.54,0.22,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","45202",3,38.012816,-122.134467,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.471478,1.167473,4.212,"2013-01-16 00:00",3.682,"2013-01-04 00:00",3.268,"2013-04-10 00:00",2.912,"2013-02-09 00:00","","","","",4.212,4.212,3.682,3.268,2.132,1.09,0.38,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","45203",3,38.012816,-122.134467,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.288261,0.2485,0.805,"2013-01-16 00:00",0.76,"2013-01-04 00:00",0.69,"2013-04-10 00:00",0.579,"2013-02-09 00:00","","","","",0.805,0.805,0.76,0.69,0.452,0.21,0,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2001","45204",3,38.012816,-122.134467,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.420522,0.302038,1.113,"2013-01-16 00:00",0.952,"2013-01-04 00:00",0.875,"2013-04-10 00:00",0.761,"2013-02-09 00:00","","","","",1.113,1.113,0.952,0.875,0.674,0.39,0.104,"Martinez - Jones St.","521 JONES ST, Martinez","California","Contra Costa","Martinez","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","013","2007","42601",1,37.743649,-121.934188,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7626,87,333,365,0,0,"","","Certification not required",0,3.188382,8.54936,122,"2013-11-27 07:00",107.1,"2013-11-25 07:00",105.5,"2013-02-21 07:00",97.5,"2013-02-20 07:00","","","","",46.2,33.7,16.8,8,2,0.5,-0.1,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","013","2007","42602",1,37.743649,-121.934188,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7626,87,333,365,0,0,0,"","Certification not required",0,15.576276,8.208312,42.1,"2013-10-22 17:00",36.2,"2013-11-11 20:00",34.4,"2013-01-11 07:00",33.5,"2013-01-23 07:00","","","","",33.5,32,29.7,26.8,21.9,14.4,5.7,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","013","2007","42602",1,37.743649,-121.934188,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7626,87,333,365,0,0,"","","Certification not required",0,8.074875,6.471003,42.1,"2013-10-22 17:00",41.5,"2013-10-22 19:00",36.6,"2013-10-22 18:00",36.2,"2013-11-11 20:00","","","","",27.7,25,21.4,18,11.5,5.7,2,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","013","2007","42603",1,37.743649,-121.934188,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7626,87,333,365,0,0,"","","Certification not required",0,11.265683,13.318729,154.7,"2013-11-27 07:00",129.2,"2013-11-25 07:00",127.5,"2013-02-21 07:00",125.9,"2013-02-20 07:00","","","","",68.1,54.2,36.2,25.9,13.3,6.6,2.1,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-18" +"06","013","2007","43141",6,37.743649,-121.934188,"NAD83","n-Dodecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5422,0.478306,0.121976,9.4591,"2013-05-04 16:00",0.47665,"2013-04-01 01:00",0.47665,"2013-04-01 02:00",0.47665,"2013-04-01 03:00","","","","",0.47665,0.47665,0.47665,0.47665,0.47665,0.47665,0.47665,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43202",6,37.743649,-121.934188,"NAD83","Ethane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",0,4.518038,3.098689,20.9249,"2013-11-30 07:00",20.3379,"2013-11-29 08:00",19.9541,"2013-11-28 07:00",19.9013,"2013-11-28 06:00","","","","",15.9059,14.3075,11.4885,8.8853,5.2066,3.5302,1.8953,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43203",6,37.743649,-121.934188,"NAD83","Ethylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",146,0.837157,1.069364,43.364,"2013-05-04 16:00",20.2709,"2013-11-27 17:00",8.3561,"2013-11-26 17:00",8.2523,"2013-11-25 17:00","","","","",4.2939,3.5668,2.651,1.8278,0.9913,0.538,0.1984,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43204",6,37.743649,-121.934188,"NAD83","Propane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",154,2.974376,3.664538,93.5955,"2013-10-18 18:00",82.3846,"2013-11-18 01:00",63.5834,"2013-09-10 06:00",39.6375,"2013-10-05 07:00","","","","",14.7432,12.4933,9.168,6.4839,3.3912,1.876,0.742,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43205",6,37.743649,-121.934188,"NAD83","Propylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",1122,0.824589,0.868732,24.5347,"2013-05-04 16:00",17.0954,"2013-11-27 17:00",11.1913,"2013-11-11 17:00",9.1957,"2013-10-18 18:00","","","","",3.7741,3.1723,2.3677,1.6674,0.9552,0.5876,0.19695,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43206",6,37.743649,-121.934188,"NAD83","Acetylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",380,1.404975,1.976878,45.8002,"2013-11-27 17:00",22.8946,"2013-11-25 17:00",20.4965,"2013-11-08 07:00",20.0082,"2013-05-04 16:00","","","","",8.9382,7.4251,5.3145,3.7512,1.4515,0.7,0.2552,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43212",6,37.743649,-121.934188,"NAD83","n-Butane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",2782,0.964796,1.494167,36.2019,"2013-09-10 06:00",25.2159,"2013-08-05 13:00",20.387,"2013-04-05 10:00",15.9809,"2013-11-29 22:00","","","","",7.1985,5.8006,3.3238,2.1756,1.0461,0.26344,0.26344,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43214",6,37.743649,-121.934188,"NAD83","Isobutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",3481,0.605157,0.697939,6.7583,"2013-11-12 15:00",5.9675,"2013-11-12 17:00",5.7372,"2013-11-12 18:00",5.6329,"2013-11-12 21:00","","","","",3.5078,2.9002,2.0255,1.3867,0.6947,0.25526,0.25526,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43216",6,37.743649,-121.934188,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5376,0.280837,0.042158,1.4546,"2013-07-23 22:00",1.4484,"2013-06-25 23:00",1.4259,"2013-11-27 17:00",1.3939,"2013-06-22 05:00","","","","",0.27855,0.27855,0.27855,0.27855,0.27855,0.27855,0.27855,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43217",6,37.743649,-121.934188,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5326,0.266388,0.040464,1.1417,"2013-08-24 22:00",0.9569,"2013-05-04 16:00",0.7303,"2013-05-09 01:00",0.7228,"2013-05-09 02:00","","","","",0.5448,0.26192,0.26192,0.26192,0.26192,0.26192,0.26192,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43220",6,37.743649,-121.934188,"NAD83","n-Pentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",4646,0.402974,0.297244,5.1717,"2013-10-26 06:00",4.4915,"2013-11-27 17:00",4.0208,"2013-08-23 09:00",3.5064,"2013-11-09 06:00","","","","",1.7398,1.3522,1.0096,0.7429,0.30471,0.30471,0.30471,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43221",6,37.743649,-121.934188,"NAD83","Isopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",1992,1.229614,1.604099,35.34,"2013-10-26 06:00",25.9092,"2013-11-09 06:00",21.5347,"2013-11-09 02:00",17.9061,"2013-07-22 15:00","","","","",7.3441,5.7297,4.2628,2.9467,1.4528,0.7074,0.26538,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43224",6,37.743649,-121.934188,"NAD83","1-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5387,0.284862,0.023044,1.3911,"2013-11-27 17:00",1.0612,"2013-05-04 16:00",0.79,"2013-11-11 17:00",0.6947,"2013-11-25 17:00","","","","",0.28402,0.28402,0.28402,0.28402,0.28402,0.28402,0.28402,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43226",6,37.743649,-121.934188,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5393,0.303583,0.008712,0.744,"2013-06-25 23:00",0.6487,"2013-11-27 17:00",0.6137,"2013-06-09 05:00",0.30338,"2013-04-01 01:00","","","","",0.30338,0.30338,0.30338,0.30338,0.30338,0.30338,0.30338,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43227",6,37.743649,-121.934188,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5394,0.287579,0.017932,1.5606,"2013-08-20 07:00",0.6247,"2013-05-15 09:00",0.28728,"2013-04-01 01:00",0.28728,"2013-04-01 02:00","","","","",0.28728,0.28728,0.28728,0.28728,0.28728,0.28728,0.28728,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43230",6,37.743649,-121.934188,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5396,0.42545,0,0.42545,"2013-04-01 01:00",0.42545,"2013-04-01 02:00",0.42545,"2013-04-01 03:00",0.42545,"2013-04-01 04:00","","","","",0.42545,0.42545,0.42545,0.42545,0.42545,0.42545,0.42545,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43231",6,37.743649,-121.934188,"NAD83","n-Hexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.404471,0.363587,5.3466,"2013-11-27 17:00",2.9916,"2013-11-26 17:00",2.7816,"2013-11-11 17:00",2.5452,"2013-11-14 09:00","","","","",1.6687,1.4574,1.192,0.9179,0.5051,0.2867,0.0995,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43232",6,37.743649,-121.934188,"NAD83","n-Heptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",4504,0.308674,0.236248,8.5253,"2013-09-10 06:00",4.2333,"2013-11-27 17:00",2.0815,"2013-11-26 17:00",1.9056,"2013-11-11 17:00","","","","",1.0763,0.9581,0.7815,0.6134,0.22517,0.22517,0.22517,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43233",6,37.743649,-121.934188,"NAD83","n-Octane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5402,0.351438,0.057827,3.8011,"2013-09-10 06:00",1.7707,"2013-11-27 17:00",1.1058,"2013-04-05 10:00",1.0523,"2013-11-26 17:00","","","","",0.34894,0.34894,0.34894,0.34894,0.34894,0.34894,0.34894,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43235",6,37.743649,-121.934188,"NAD83","n-Nonane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5422,1.132485,0.016581,2.3533,"2013-09-10 06:00",1.13226,"2013-04-01 01:00",1.13226,"2013-04-01 02:00",1.13226,"2013-04-01 03:00","","","","",1.13226,1.13226,1.13226,1.13226,1.13226,1.13226,1.13226,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43238",6,37.743649,-121.934188,"NAD83","n-Decane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,2.13828,0,2.13828,"2013-04-01 01:00",2.13828,"2013-04-01 02:00",2.13828,"2013-04-01 03:00",2.13828,"2013-04-01 04:00","","","","",2.13828,2.13828,2.13828,2.13828,2.13828,2.13828,2.13828,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43242",6,37.743649,-121.934188,"NAD83","Cyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5387,0.334692,0.01774,1.1094,"2013-11-27 17:00",0.7444,"2013-11-13 06:00",0.7339,"2013-10-26 06:00",0.7101,"2013-11-13 20:00","","","","",0.334,0.334,0.334,0.334,0.334,0.334,0.334,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43243",6,37.743649,-121.934188,"NAD83","Isoprene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",2923,2.495093,5.64361,76.2079,"2013-07-02 13:00",64.64,"2013-07-04 12:00",63.8412,"2013-07-02 12:00",62.7633,"2013-07-01 13:00","","","","",27.4344,19.5866,11.5533,6.5709,2.0343,0.28525,0.28525,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43244",6,37.743649,-121.934188,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5395,62,235,365,0,0,"","","Certification not required",5388,0.454887,0.024274,1.3985,"2013-11-09 02:00",1.3825,"2013-11-27 17:00",1.1134,"2013-11-01 07:00",1.0283,"2013-11-09 07:00","","","","",0.45405,0.45405,0.45405,0.45405,0.45405,0.45405,0.45405,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43245",6,37.743649,-121.934188,"NAD83","1-Hexene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",4832,1.302025,1.547076,14.2732,"2013-04-08 09:00",14.2187,"2013-04-01 20:00",14.2104,"2013-04-16 18:00",13.8784,"2013-04-09 14:00","","","","",9.9579,7.4101,4.0016,1.9607,0.88145,0.88145,0.88145,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43247",6,37.743649,-121.934188,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5349,0.325073,0.073007,2.6481,"2013-11-27 17:00",2.3783,"2013-10-26 06:00",1.4831,"2013-11-11 17:00",1.3834,"2013-11-26 17:00","","","","",0.6827,0.31777,0.31777,0.31777,0.31777,0.31777,0.31777,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43248",6,37.743649,-121.934188,"NAD83","Cyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",4970,0.282509,0.133038,3.2084,"2013-11-27 17:00",1.85,"2013-11-26 17:00",1.5641,"2013-11-11 17:00",1.3451,"2013-11-01 07:00","","","","",0.849,0.7449,0.5956,0.24664,0.24664,0.24664,0.24664,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43249",6,37.743649,-121.934188,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",4817,0.422762,0.249199,7.8409,"2013-09-10 06:00",5.487,"2013-11-27 17:00",2.8398,"2013-11-26 17:00",2.5003,"2013-11-11 17:00","","","","",1.361,1.1777,0.9371,0.7391,0.35013,0.35013,0.35013,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43250",6,37.743649,-121.934188,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.516191,0.543673,9.6205,"2013-10-26 06:00",7.9945,"2013-11-27 17:00",5.4225,"2013-10-05 06:00",4.8164,"2013-11-11 17:00","","","","",2.4701,2.0445,1.6164,1.195,0.6454,0.346,0.0823,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43252",6,37.743649,-121.934188,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5183,0.329366,0.122044,3.2404,"2013-10-26 06:00",2.8086,"2013-11-27 17:00",2.0584,"2013-10-05 06:00",1.7009,"2013-11-11 17:00","","","","",0.8795,0.7567,0.30667,0.30667,0.30667,0.30667,0.30667,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43253",6,37.743649,-121.934188,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5377,0.297775,0.051056,2.4905,"2013-11-27 17:00",1.5599,"2013-11-26 17:00",1.1525,"2013-11-11 17:00",0.9771,"2013-09-10 06:00","","","","",0.29386,0.29386,0.29386,0.29386,0.29386,0.29386,0.29386,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43261",6,37.743649,-121.934188,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5338,0.385385,0.095494,3.904,"2013-11-27 17:00",3.4287,"2013-09-10 06:00",1.9151,"2013-11-26 17:00",1.6142,"2013-11-11 17:00","","","","",0.8225,0.37577,0.37577,0.37577,0.37577,0.37577,0.37577,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43262",6,37.743649,-121.934188,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",3708,0.387171,0.360692,7.3634,"2013-11-27 17:00",3.8327,"2013-11-26 17:00",3.1471,"2013-11-11 17:00",2.924,"2013-10-26 06:00","","","","",1.6983,1.4597,1.1513,0.8611,0.4778,0.20155,0.20155,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43263",6,37.743649,-121.934188,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",4745,0.333992,0.22755,6.0756,"2013-09-10 06:00",5.3985,"2013-11-27 17:00",2.7176,"2013-11-26 17:00",2.4225,"2013-11-11 17:00","","","","",1.218,1.0228,0.7913,0.6013,0.2642,0.2642,0.2642,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43280",6,37.743649,-121.934188,"NAD83","1-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",4868,0.412521,0.707237,9.4469,"2013-05-09 02:00",9.279,"2013-05-09 01:00",9.2449,"2013-05-09 03:00",9.0858,"2013-05-09 04:00","","","","",3.8394,2.3764,1.183,0.26038,0.26038,0.26038,0.26038,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43284",6,37.743649,-121.934188,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",5381,0.394605,0.042689,2.2917,"2013-10-26 06:00",1.8983,"2013-11-27 17:00",1.2287,"2013-11-09 02:00",1.1794,"2013-11-09 06:00","","","","",0.39269,0.39269,0.39269,0.39269,0.39269,0.39269,0.39269,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43285",6,37.743649,-121.934188,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5396,62,235,365,0,0,"","","Certification not required",4953,0.484103,0.281672,7.4823,"2013-11-27 17:00",4.508,"2013-10-26 06:00",3.8099,"2013-11-26 17:00",3.7523,"2013-11-11 17:00","","","","",1.7024,1.4227,1.0617,0.4133,0.4133,0.4133,0.4133,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43291",6,37.743649,-121.934188,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5258,0.370753,0.126768,4.9003,"2013-06-17 12:00",3.4264,"2013-11-27 17:00",2.1653,"2013-10-26 06:00",2.0571,"2013-09-10 06:00","","","","",0.9225,0.7898,0.35272,0.35272,0.35272,0.35272,0.35272,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43954",6,37.743649,-121.934188,"NAD83","n-Undecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5422,1.092263,0.022313,2.7351,"2013-10-04 22:00",1.09196,"2013-04-01 01:00",1.09196,"2013-04-01 02:00",1.09196,"2013-04-01 03:00","","","","",1.09196,1.09196,1.09196,1.09196,1.09196,1.09196,1.09196,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","43960",6,37.743649,-121.934188,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5363,0.244172,0.080109,2.3144,"2013-05-09 04:00",2.0291,"2013-05-09 03:00",2.0068,"2013-05-09 09:00",1.8696,"2013-11-27 17:00","","","","",0.4886,0.23779,0.23779,0.23779,0.23779,0.23779,0.23779,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","44201",1,37.743649,-121.934188,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5569,66,241,365,0,0,0,0,"Certification not required",514,0.041232,0.012424,0.084,"2013-06-07 15:00",0.082,"2013-09-07 15:00",0.078,"2013-05-03 15:00",0.077,"2013-08-19 13:00","","","","",0.078,0.075,0.066,0.059,0.046,0.038,0.029,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","013","2007","44201",1,37.743649,-121.934188,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5791,65,238,365,0,0,0,0,"Certification not required",0,0.035118,0.010304,0.067,"2013-06-07 11:00",0.066,"2013-05-03 09:00",0.066,"2013-09-07 10:00",0.065,"2013-09-08 10:00","","","","",0.066,0.063,0.056,0.051,0.04,0.033,0.024,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","013","2007","44201",1,37.743649,-121.934188,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5791,65,238,365,0,0,0,0,"Certification not required",0,0.035118,0.010304,0.067,"2013-06-07 11:00",0.066,"2013-05-03 09:00",0.066,"2013-09-07 10:00",0.065,"2013-09-08 10:00","","","","",0.066,0.063,0.056,0.051,0.04,0.033,0.024,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","013","2007","45109",6,37.743649,-121.934188,"NAD83","m/p Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.887285,0.991986,28.6415,"2013-11-25 16:00",18.9606,"2013-11-27 17:00",10.1486,"2013-11-26 17:00",8.9896,"2013-11-11 17:00","","","","",4.2004,3.54,2.7525,2.043,1.0667,0.5552,0.2214,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45201",6,37.743649,-121.934188,"NAD83","Benzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.66416,0.770244,41.5477,"2013-05-04 16:00",10.5037,"2013-11-27 17:00",5.8532,"2013-11-11 17:00",5.5529,"2013-11-26 17:00","","","","",2.5241,2.1763,1.7379,1.3098,0.7795,0.5072,0.2363,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45202",6,37.743649,-121.934188,"NAD83","Toluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,1.570349,1.360384,29.6651,"2013-08-05 13:00",29.3438,"2013-04-05 10:00",22.2035,"2013-11-27 17:00",11.811,"2013-11-11 17:00","","","","",5.931,5.219,4.1342,3.2223,1.9015,1.1306,0.5769,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45203",6,37.743649,-121.934188,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.265245,0.265447,6.1312,"2013-11-25 16:00",5.2117,"2013-11-27 17:00",2.7602,"2013-11-26 17:00",2.6186,"2013-11-11 17:00","","","","",1.1831,0.982,0.7746,0.5777,0.3249,0.1848,0.0645,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45204",6,37.743649,-121.934188,"NAD83","o-Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.322864,0.346324,7.8523,"2013-11-25 16:00",6.3666,"2013-11-27 17:00",3.4305,"2013-11-26 17:00",3.138,"2013-11-11 17:00","","","","",1.5234,1.2863,0.9991,0.7402,0.393,0.2078,0.0725,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45207",6,37.743649,-121.934188,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,1.58218,0,1.58218,"2013-04-01 01:00",1.58218,"2013-04-01 02:00",1.58218,"2013-04-01 03:00",1.58218,"2013-04-01 04:00","","","","",1.58218,1.58218,1.58218,1.58218,1.58218,1.58218,1.58218,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45208",6,37.743649,-121.934188,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5422,1.836788,0.062443,6.4343,"2013-11-27 17:00",1.83594,"2013-04-01 01:00",1.83594,"2013-04-01 02:00",1.83594,"2013-04-01 03:00","","","","",1.83594,1.83594,1.83594,1.83594,1.83594,1.83594,1.83594,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45209",6,37.743649,-121.934188,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,1.42874,0,1.42874,"2013-04-01 01:00",1.42874,"2013-04-01 02:00",1.42874,"2013-04-01 03:00",1.42874,"2013-04-01 04:00","","","","",1.42874,1.42874,1.42874,1.42874,1.42874,1.42874,1.42874,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45210",6,37.743649,-121.934188,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.041037,0.04759,0.3735,"2013-04-23 10:00",0.3602,"2013-04-29 14:00",0.3182,"2013-11-11 17:00",0.3164,"2013-04-17 01:00","","","","",0.2098,0.1819,0.1437,0.1096,0.0564,0.0232,0,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45211",6,37.743649,-121.934188,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,1.78591,0,1.78591,"2013-04-01 01:00",1.78591,"2013-04-01 02:00",1.78591,"2013-04-01 03:00",1.78591,"2013-04-01 04:00","","","","",1.78591,1.78591,1.78591,1.78591,1.78591,1.78591,1.78591,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45212",6,37.743649,-121.934188,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5419,1.13076,0.058568,4.6507,"2013-11-27 17:00",2.9334,"2013-11-26 17:00",2.3488,"2013-11-20 06:00",2.3408,"2013-11-11 17:00","","","","",1.12933,1.12933,1.12933,1.12933,1.12933,1.12933,1.12933,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45213",6,37.743649,-121.934188,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,1.6475,0,1.6475,"2013-04-01 01:00",1.6475,"2013-04-01 02:00",1.6475,"2013-04-01 03:00",1.6475,"2013-04-01 04:00","","","","",1.6475,1.6475,1.6475,1.6475,1.6475,1.6475,1.6475,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45218",6,37.743649,-121.934188,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,1.09522,0,1.09522,"2013-04-01 01:00",1.09522,"2013-04-01 02:00",1.09522,"2013-04-01 03:00",1.09522,"2013-04-01 04:00","","","","",1.09522,1.09522,1.09522,1.09522,1.09522,1.09522,1.09522,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45219",6,37.743649,-121.934188,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5423,0.93936,0,0.93936,"2013-04-01 01:00",0.93936,"2013-04-01 02:00",0.93936,"2013-04-01 03:00",0.93936,"2013-04-01 04:00","","","","",0.93936,0.93936,0.93936,0.93936,0.93936,0.93936,0.93936,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45220",6,37.743649,-121.934188,"NAD83","Styrene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",0,0.101622,0.145239,2.7073,"2013-05-04 16:00",1.8668,"2013-11-27 17:00",1.3492,"2013-11-20 05:00",1.1891,"2013-11-20 03:00","","","","",0.6277,0.5152,0.3994,0.2912,0.132,0.0416,0,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","013","2007","45225",6,37.743649,-121.934188,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",5423,62,236,365,0,0,"","","Certification not required",5213,1.122731,0.518862,8.5464,"2013-11-20 06:00",7.7156,"2013-09-22 06:00",7.6439,"2013-11-28 05:00",7.2727,"2013-11-26 21:00","","","","",3.8018,2.8852,1.03235,1.03235,1.03235,1.03235,1.03235,"San Ramon","9885 Alcosta BLVD","California","Contra Costa","San Ramon","San Francisco-Oakland-Fremont, CA","2013-12-23" +"06","015","0002","85101",1,41.561111,-124.082778,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,6.446714,3.28809,12.9278,"2013-02-06 00:00",12.8391,"2013-02-24 00:00",11.7105,"2013-05-31 00:00",11.4443,"2013-05-01 00:00","","","","",12.9278,12.9278,11.7105,11.0872,8.5198,6.0807,2.0597,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","86502",1,41.561111,-124.082778,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,3.387755,2.225012,8,"2013-02-06 00:00",8,"2013-02-24 00:00",8,"2013-03-17 00:00",7,"2013-02-12 00:00","","","","",8,8,8,7,5,3,1,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88103",1,41.561111,-124.082778,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88104",1,41.561111,-124.082778,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.015446,0.019019,0.106,"2013-05-04 00:00",0.08,"2013-05-01 00:00",0.046,"2013-04-25 00:00",0.043,"2013-04-22 00:00","","","","",0.106,0.106,0.046,0.038,0.0173,0.012,0.002,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88109",1,41.561111,-124.082778,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001546,0.000921,0.0041,"2013-02-03 00:00",0.0036,"2013-03-26 00:00",0.0032,"2013-02-24 00:00",0.0031,"2013-02-06 00:00","","","","",0.0041,0.0041,0.0032,0.0029,0.0019,0.0016,0.0005,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88111",1,41.561111,-124.082778,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.019526,0.014096,0.0652,"2013-05-01 00:00",0.0602,"2013-05-04 00:00",0.0462,"2013-04-22 00:00",0.0375,"2013-02-24 00:00","","","","",0.0652,0.0652,0.0462,0.0371,0.0268,0.0179,0.0048,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88112",1,41.561111,-124.082778,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88114",1,41.561111,-124.082778,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000172,8.5e-05,0.0005,"2013-05-01 00:00",0.0005,"2013-05-04 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-02-03 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.00015,0.00015,0.0001,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88115",1,41.561111,-124.082778,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.367547,0.360682,1.356,"2013-02-24 00:00",1.3014,"2013-02-06 00:00",1.0272,"2013-05-19 00:00",1.0069,"2013-04-13 00:00","","","","",1.356,1.356,1.0272,1.0003,0.4919,0.2999,0.0117,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88126",1,41.561111,-124.082778,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.008936,0.01466,0.0764,"2013-05-04 00:00",0.069,"2013-05-01 00:00",0.0303,"2013-04-25 00:00",0.0246,"2013-04-22 00:00","","","","",0.0764,0.0764,0.0303,0.0213,0.0091,0.0045,0.0009,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88128",1,41.561111,-124.082778,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00018,0.000482,0.002,"2013-05-01 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-24 00:00",0.001,"2013-03-23 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88132",1,41.561111,-124.082778,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0002,0.000495,0.002,"2013-05-01 00:00",0.002,"2013-05-04 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-26 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88136",1,41.561111,-124.082778,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88140",1,41.561111,-124.082778,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.042682,0.029988,0.1145,"2013-02-24 00:00",0.1056,"2013-02-06 00:00",0.0959,"2013-04-13 00:00",0.0884,"2013-02-21 00:00","","","","",0.1145,0.1145,0.0959,0.087,0.0602,0.0403,0.0064,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88152",1,41.561111,-124.082778,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000294,0.000562,0.003,"2013-02-03 00:00",0.0025,"2013-05-28 00:00",0.0018,"2013-01-19 00:00",0.0005,"2013-01-28 00:00","","","","",0.003,0.003,0.0018,0.00015,0.00015,0.00015,0.00015,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88154",1,41.561111,-124.082778,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",37,0.000132,5.9e-05,0.0003,"2013-02-03 00:00",0.0003,"2013-04-13 00:00",0.0003,"2013-05-01 00:00",0.0002,"2013-02-09 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88161",1,41.561111,-124.082778,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.000816,0.001258,0.0071,"2013-05-04 00:00",0.005,"2013-05-01 00:00",0.0029,"2013-04-25 00:00",0.0024,"2013-04-22 00:00","","","","",0.0071,0.0071,0.0029,0.002,0.0007,0.0004,0.0001,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88164",1,41.561111,-124.082778,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000105,7.4e-05,0.0004,"2013-03-26 00:00",0.0003,"2013-04-28 00:00",0.0003,"2013-05-13 00:00",0.0002,"2013-03-14 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,5e-05,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88165",1,41.561111,-124.082778,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.028399,0.052384,0.3096,"2013-05-04 00:00",0.1929,"2013-05-01 00:00",0.1005,"2013-04-25 00:00",0.0921,"2013-04-22 00:00","","","","",0.3096,0.3096,0.1005,0.072,0.026,0.013,0.002,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88167",1,41.561111,-124.082778,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.000852,0.000837,0.0048,"2013-05-01 00:00",0.0034,"2013-03-26 00:00",0.0022,"2013-02-03 00:00",0.0022,"2013-04-19 00:00","","","","",0.0048,0.0048,0.0022,0.002,0.0009,0.0007,0.0003,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88168",1,41.561111,-124.082778,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.00036,0.000254,0.0009,"2013-02-03 00:00",0.0009,"2013-02-18 00:00",0.0009,"2013-05-01 00:00",0.0007,"2013-02-06 00:00","","","","",0.0009,0.0009,0.0009,0.0007,0.0005,0.0003,0.0001,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88169",1,41.561111,-124.082778,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.132112,0.094071,0.3845,"2013-05-01 00:00",0.3655,"2013-04-25 00:00",0.334,"2013-03-26 00:00",0.28,"2013-05-25 00:00","","","","",0.3845,0.3845,0.334,0.2744,0.1896,0.1105,0.0352,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88176",1,41.561111,-124.082778,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000189,0.000107,0.0006,"2013-01-04 00:00",0.0006,"2013-05-01 00:00",0.0004,"2013-01-22 00:00",0.0004,"2013-04-07 00:00","","","","",0.0006,0.0006,0.0004,0.0004,0.00015,0.00015,0.00015,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88180",1,41.561111,-124.082778,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.02262,0.011245,0.0551,"2013-05-01 00:00",0.0437,"2013-05-04 00:00",0.04,"2013-04-22 00:00",0.0398,"2013-03-26 00:00","","","","",0.0551,0.0551,0.04,0.0383,0.0308,0.0229,0.0086,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88184",1,41.561111,-124.082778,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.304283,0.215427,0.806,"2013-02-24 00:00",0.7844,"2013-02-06 00:00",0.7261,"2013-05-31 00:00",0.6398,"2013-05-19 00:00","","","","",0.806,0.806,0.7261,0.6366,0.4262,0.2851,0.0449,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88185",1,41.561111,-124.082778,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.00065,0.000508,0.0029,"2013-01-10 00:00",0.0021,"2013-04-13 00:00",0.002,"2013-01-07 00:00",0.0019,"2013-04-28 00:00","","","","",0.0029,0.0029,0.002,0.001,0.0007,0.0004,0.0004,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88203",1,41.561111,-124.082778,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.564888,0.453862,1.6665,"2013-02-24 00:00",1.6068,"2013-05-19 00:00",1.5735,"2013-02-06 00:00",1.3803,"2013-05-31 00:00","","","","",1.6665,1.6665,1.5735,1.3378,0.7876,0.4655,0.0667,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88306",1,41.561111,-124.082778,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.124821,0.12045,0.7437,"2013-02-03 00:00",0.3663,"2013-04-25 00:00",0.32,"2013-03-26 00:00",0.316,"2013-05-01 00:00","","","","",0.7437,0.7437,0.32,0.2837,0.1531,0.1046,0.0252,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88320",1,41.561111,-124.082778,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.3262,0.179488,0.88,"2013-02-03 00:00",0.73,"2013-05-04 00:00",0.6,"2013-03-26 00:00",0.59,"2013-04-22 00:00","","","","",0.88,0.88,0.6,0.53,0.45,0.31,0.12,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88321",1,41.561111,-124.082778,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.032,0.023819,0.12,"2013-02-03 00:00",0.08,"2013-01-16 00:00",0.08,"2013-01-22 00:00",0.08,"2013-03-26 00:00","","","","",0.12,0.12,0.08,0.07,0.04,0.03,0.01,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88324",1,41.561111,-124.082778,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.019339,0.006254,0.02885,"2013-01-10 00:00",0.02885,"2013-01-13 00:00",0.0288,"2013-01-22 00:00",0.02865,"2013-01-16 00:00","","","","",0.02885,0.02885,0.0288,0.02865,0.0224,0.0171,0.01065,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88325",1,41.561111,-124.082778,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",27,0.050347,0.034314,0.1615,"2013-05-04 00:00",0.157,"2013-02-03 00:00",0.1294,"2013-04-25 00:00",0.122,"2013-04-22 00:00","","","","",0.1615,0.1615,0.1294,0.0949,0.0658,0.03205,0.0217,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88326",1,41.561111,-124.082778,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.13265,0.075052,0.4071,"2013-02-03 00:00",0.2419,"2013-01-22 00:00",0.2406,"2013-03-26 00:00",0.2305,"2013-01-19 00:00","","","","",0.4071,0.4071,0.2406,0.2278,0.182,0.129,0.0368,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88327",1,41.561111,-124.082778,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.095143,0.048897,0.2176,"2013-02-03 00:00",0.1942,"2013-03-26 00:00",0.178,"2013-01-19 00:00",0.1702,"2013-02-27 00:00","","","","",0.2176,0.2176,0.178,0.1597,0.1331,0.0965,0.033,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88328",1,41.561111,-124.082778,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.05417,0.035682,0.2018,"2013-05-04 00:00",0.1176,"2013-02-03 00:00",0.1154,"2013-01-16 00:00",0.1076,"2013-04-25 00:00","","","","",0.2018,0.2018,0.1154,0.1028,0.0689,0.0467,0.021,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88329",1,41.561111,-124.082778,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.079954,0.047477,0.2265,"2013-05-04 00:00",0.2122,"2013-02-03 00:00",0.1749,"2013-01-16 00:00",0.1591,"2013-01-22 00:00","","","","",0.2265,0.2265,0.1749,0.1524,0.1018,0.0709,0.0319,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88330",1,41.561111,-124.082778,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.007145,0.009003,0.0332,"2013-05-04 00:00",0.0303,"2013-01-25 00:00",0.0291,"2013-04-25 00:00",0.0276,"2013-05-07 00:00","","","","",0.0332,0.0332,0.0291,0.0254,0.0066,0.0035,0.00135,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88331",1,41.561111,-124.082778,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,5.1e-05,0.000143,0.001,"2013-04-10 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88338",1,41.561111,-124.082778,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",50,0.01503,0.003929,0.0241,"2013-02-03 00:00",0.0228,"2013-02-27 00:00",0.02275,"2013-02-21 00:00",0.02265,"2013-02-06 00:00","","","","",0.0241,0.0241,0.02275,0.02265,0.0152,0.0145,0.0114,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88339",1,41.561111,-124.082778,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.544938,0.388056,1.58594,"2013-05-01 00:00",1.50765,"2013-04-25 00:00",1.37763,"2013-03-26 00:00",1.15512,"2013-05-25 00:00","","","","",1.58594,1.58594,1.37763,1.13207,0.78194,0.45561,0.1452,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88344",1,41.561111,-124.082778,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.161026,0.155385,0.9594,"2013-02-03 00:00",0.4725,"2013-04-25 00:00",0.4128,"2013-03-26 00:00",0.4076,"2013-05-01 00:00","","","","",0.9594,0.9594,0.4128,0.366,0.1975,0.1349,0.0325,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88348",1,41.561111,-124.082778,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.159308,0.226138,1.301,"2013-05-04 00:00",0.9382,"2013-05-01 00:00",0.4839,"2013-04-25 00:00",0.4634,"2013-04-22 00:00","","","","",1.301,1.301,0.4839,0.3622,0.147,0.0994,0.0271,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88350",1,41.561111,-124.082778,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.587466,0.322708,1.5889,"2013-02-03 00:00",1.3172,"2013-05-04 00:00",1.0766,"2013-03-26 00:00",1.0679,"2013-04-22 00:00","","","","",1.5889,1.5889,1.0766,0.9545,0.8179,0.5499,0.2248,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88403",1,41.561111,-124.082778,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.401368,0.298599,1.2769,"2013-05-01 00:00",1.099,"2013-03-26 00:00",1.0769,"2013-04-25 00:00",0.8727,"2013-05-31 00:00","","","","",1.2769,1.2769,1.0769,0.8559,0.5626,0.3147,0.0959,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0002","88502",1,41.561111,-124.082778,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.544,1.319734,5.5,"2013-05-01 00:00",4.9,"2013-02-03 00:00",4.9,"2013-05-19 00:00",4.6,"2013-02-24 00:00","","","","",5.5,5.5,4.9,4.6,3.3,2.5,1,"","N OF KLAMATH RIVER, REDWOOD NP","California","Del Norte","Redwood National Park","Crescent City, CA","2014-01-28" +"06","015","0006","81102",1,41.7644,-124.1998,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,69,42,61,0,3,0,0,"Certification not required",2,13.906977,9.104719,45,"2013-06-09 00:00",36,"2013-08-20 00:00",28,"2013-01-04 00:00",24,"2013-01-22 00:00","","","","",45,45,28,23,19,12,4,"CRESCENT CITY-NORTHCREST","880 NORTHCREST DRIVE, CRESCENT CITY","California","Del Norte","Crescent City","Crescent City, CA","2013-11-21" +"06","015","0006","85101",1,41.7644,-124.1998,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,3,"","","Certification not required",2,14.488372,9.60251,47,"2013-06-09 00:00",37,"2013-08-20 00:00",30,"2013-01-04 00:00",25,"2013-01-22 00:00","","","","",47,47,30,24,20,13,4,"CRESCENT CITY-NORTHCREST","880 NORTHCREST DRIVE, CRESCENT CITY","California","Del Norte","Crescent City","Crescent City, CA","2013-11-21" +"06","015","2003","61101",1,41.513803,-123.996283,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7691,88,317,365,0,0,"","","Certification not required",0,2.33612,1.826875,11.5,"2013-04-15 14:00",10.8,"2013-04-21 18:00",10.7,"2013-04-08 16:00",10.6,"2013-04-15 15:00","","","","",8.3,7.6,6.3,5.2,3,1.6,0.8,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","015","2003","61102",1,41.513803,-123.996283,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7691,88,317,365,0,0,"","","Certification not required",0,174.817319,107.177256,360,"2013-01-29 05:00",360,"2013-02-07 19:00",360,"2013-02-21 03:00",360,"2013-02-21 09:00","","","","",358,355,345,315,265,163,34,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","015","2003","62101",1,41.513803,-123.996283,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - TVA Last 5-min. average",2013,"Degrees Fahrenheit","No Events",7691,88,317,365,0,0,"","","Certification not required",0,51.803537,10.405224,93,"2013-05-04 17:00",91,"2013-05-04 16:00",90,"2013-05-04 15:00",90,"2013-05-04 18:00","","","","",77,74,69,65,59,52,38,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","015","2003","62201",1,41.513803,-123.996283,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",7691,88,317,365,0,0,"","","Certification not required",0,82.508334,16.8508,99.9,"2013-01-01 08:00",99.9,"2013-01-01 09:00",99.9,"2013-01-06 08:00",99.9,"2013-01-06 10:00","","","","",99.6,99.6,99.5,98.6,95.7,89,57.9,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","015","2003","64101",1,41.513803,-123.996283,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - MERCURIAL",2013,"Millibars","No Events",7691,88,317,365,0,0,"","","Certification not required",0,1017.859576,5.613174,1033,"2013-02-28 22:00",1033,"2013-03-01 00:00",1033,"2013-03-01 01:00",1033,"2013-03-01 03:00","","","","",1030,1029,1027,1025,1022,1018,1011,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","015","2003","88501",1,41.513803,-123.996283,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7571,86,311,365,0,0,"","","Certification not required",0,10.82709,12.378641,177,"2013-06-04 01:00",134.2,"2013-02-23 21:00",123.2,"2013-05-04 00:00",117.1,"2013-06-04 00:00","","","","",58.5,48.8,34.1,24.4,14.6,7.3,0,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","015","2003","88501",1,41.513803,-123.996283,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,"","","Certification not required",0,10.796785,4.756509,38.8,"2013-06-09 00:00",30.6,"2013-06-04 00:00",24.6,"2013-07-07 00:00",24.1,"2013-07-06 00:00","","","","",24.1,22.7,20.9,16.4,13.6,10.2,5.6,"Klamath Glen E-BAM","Corner of Terwer rd. and Maple road","California","Del Norte","Klamath","Crescent City, CA","2014-02-03" +"06","017","0010","44201",1,38.725282,-120.821916,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4866,58,212,365,0,155,0,0,"Certification not required",2,0.054632,0.014528,0.097,"2013-07-20 18:00",0.093,"2013-06-03 16:00",0.093,"2013-07-03 17:00",0.093,"2013-07-30 18:00","","","","",0.093,0.091,0.081,0.074,0.064,0.053,0.038," 3111 GOLD NUGGET WAY, PLACERVILLE, CA"," 3111 GOLD NUGGET WAY, PLACERVILLE, CA","California","El Dorado","Placerville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0010","44201",1,38.725282,-120.821916,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5063,58,210,365,0,0,0,0,"Certification not required",0,0.050176,0.012905,0.084,"2013-07-30 12:00",0.083,"2013-07-03 13:00",0.083,"2013-07-20 12:00",0.082,"2013-07-02 10:00","","","","",0.083,0.08,0.073,0.067,0.059,0.049,0.036," 3111 GOLD NUGGET WAY, PLACERVILLE, CA"," 3111 GOLD NUGGET WAY, PLACERVILLE, CA","California","El Dorado","Placerville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0010","44201",1,38.725282,-120.821916,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5063,58,210,365,0,0,7,7,"Certification not required",0,0.050176,0.012905,0.084,"2013-07-30 12:00",0.083,"2013-07-03 13:00",0.083,"2013-07-20 12:00",0.082,"2013-07-02 10:00","","","","",0.083,0.08,0.073,0.067,0.059,0.049,0.036," 3111 GOLD NUGGET WAY, PLACERVILLE, CA"," 3111 GOLD NUGGET WAY, PLACERVILLE, CA","California","El Dorado","Placerville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0010","61103",1,38.725282,-120.821916,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3620,41,151,365,0,4,"","","Certification not required",0,2.501105,1.302642,11,"2013-03-06 00:00",10,"2013-03-06 03:00",10,"2013-03-06 04:00",9,"2013-03-06 01:00","","","","",6,5,5,4,3,2,1," 3111 GOLD NUGGET WAY, PLACERVILLE, CA"," 3111 GOLD NUGGET WAY, PLACERVILLE, CA","California","El Dorado","Placerville","Sacramento--Arden-Arcade--Roseville, CA","2013-10-28" +"06","017","0010","61104",1,38.725282,-120.821916,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3620,41,151,365,0,4,"","","Certification not required",0,163.848895,92.502291,360,"2013-02-10 17:00",360,"2013-02-28 19:00",360,"2013-04-21 08:00",359,"2013-01-05 02:00","","","","",354,347,323,295,249,148,62," 3111 GOLD NUGGET WAY, PLACERVILLE, CA"," 3111 GOLD NUGGET WAY, PLACERVILLE, CA","California","El Dorado","Placerville","Sacramento--Arden-Arcade--Roseville, CA","2013-10-28" +"06","017","0010","62101",1,38.725282,-120.821916,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3620,41,151,365,0,4,"","","Certification not required",0,55.092818,11.227148,88,"2013-05-12 13:00",88,"2013-05-12 14:00",88,"2013-05-13 13:00",88,"2013-05-13 14:00","","","","",82,81,75,70,63,54,41," 3111 GOLD NUGGET WAY, PLACERVILLE, CA"," 3111 GOLD NUGGET WAY, PLACERVILLE, CA","California","El Dorado","Placerville","Sacramento--Arden-Arcade--Roseville, CA","2013-10-28" +"06","017","0011","61103",2,38.944979,-119.970609,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4199,48,174,365,0,169,"","","Certification not required",0,3.391284,3.604035,95,"2013-03-08 04:00",94,"2013-03-08 02:00",93,"2013-03-08 05:00",87,"2013-03-08 03:00","","","","",8,7,6,5,4,3,2,"LOCATED APPROX 2 TO 3 BLOCKS SOUTH OF THE LAKE'S SHORELINE."," 3337 SANDY WAY, SOUTH LAKE TAHOE, CA","California","El Dorado","South Lake Tahoe","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0011","61104",2,38.944979,-119.970609,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4201,48,174,365,0,167,"","","Certification not required",0,191.139967,81.822965,360,"2013-02-14 11:00",359,"2013-02-08 12:00",358,"2013-01-15 13:00",358,"2013-02-28 09:00","","","","",346,340,329,318,267,158,119,"LOCATED APPROX 2 TO 3 BLOCKS SOUTH OF THE LAKE'S SHORELINE."," 3337 SANDY WAY, SOUTH LAKE TAHOE, CA","California","El Dorado","South Lake Tahoe","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0011","62101",2,38.944979,-119.970609,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4200,48,174,365,0,168,"","","Certification not required",0,41.879048,16.5582,97,"2013-07-21 15:00",95,"2013-07-20 14:00",95,"2013-07-21 14:00",93,"2013-07-19 14:00","","","","",86,82,75,64,52,41,23,"LOCATED APPROX 2 TO 3 BLOCKS SOUTH OF THE LAKE'S SHORELINE."," 3337 SANDY WAY, SOUTH LAKE TAHOE, CA","California","El Dorado","South Lake Tahoe","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0011","85101",2,38.944979,-119.970609,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",4184,48,174,365,0,184,"","","Certification not required",309,17.671845,15.321563,173,"2013-05-13 07:00",128,"2013-01-17 15:00",118,"2013-05-04 16:00",117,"2013-03-11 08:00","","","","",72,62,49,38,23,13,4,"LOCATED APPROX 2 TO 3 BLOCKS SOUTH OF THE LAKE'S SHORELINE."," 3337 SANDY WAY, SOUTH LAKE TAHOE, CA","California","El Dorado","South Lake Tahoe","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0012","44201",1,38.81161,-120.033084,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2137,25,93,365,0,95,0,0,"Certification not required",0,0.057581,0.007224,0.082,"2013-08-22 11:00",0.077,"2013-05-21 07:00",0.074,"2013-05-14 14:00",0.074,"2013-08-23 12:00","","","","",0.082,0.077,0.07,0.067,0.063,0.056,0.049,"LITTLE NORWAY / ECHO SUMMIT","21200 HWY 50 -LITTLE NORWAY/ECHO SUMMIT","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-20" +"06","017","0012","44201",1,38.81161,-120.033084,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2218,25,92,365,0,0,0,0,"Certification not required",0,0.053196,0.006457,0.075,"2013-08-22 10:00",0.07,"2013-05-21 02:00",0.067,"2013-08-23 09:00",0.064,"2013-05-14 10:00","","","","",0.075,0.07,0.064,0.062,0.057,0.053,0.046,"LITTLE NORWAY / ECHO SUMMIT","21200 HWY 50 -LITTLE NORWAY/ECHO SUMMIT","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-20" +"06","017","0012","44201",1,38.81161,-120.033084,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2218,25,92,365,0,0,0,0,"Certification not required",0,0.053196,0.006457,0.075,"2013-08-22 10:00",0.07,"2013-05-21 02:00",0.067,"2013-08-23 09:00",0.064,"2013-05-14 10:00","","","","",0.075,0.07,0.064,0.062,0.057,0.053,0.046,"LITTLE NORWAY / ECHO SUMMIT","21200 HWY 50 -LITTLE NORWAY/ECHO SUMMIT","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-20" +"06","017","0012","61103",1,38.81161,-120.033084,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2226,25,93,365,0,6,"","","Certification not required",0,2.318059,1.725527,9,"2013-05-01 07:00",9,"2013-05-01 08:00",9,"2013-05-01 09:00",9,"2013-05-01 10:00","","","","",7,7,6,5,3,2,1,"LITTLE NORWAY / ECHO SUMMIT","21200 HWY 50 -LITTLE NORWAY/ECHO SUMMIT","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-20" +"06","017","0012","61104",1,38.81161,-120.033084,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2229,25,93,365,0,3,"","","Certification not required",0,163.414984,94.263452,360,"2013-07-17 15:00",360,"2013-07-17 16:00",360,"2013-08-18 15:00",360,"2013-08-23 17:00","","","","",357,352,340,322,205,160,17,"LITTLE NORWAY / ECHO SUMMIT","21200 HWY 50 -LITTLE NORWAY/ECHO SUMMIT","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-20" +"06","017","0012","62101",1,38.81161,-120.033084,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2229,25,93,365,0,3,"","","Certification not required",0,55.220727,12.033791,86,"2013-07-20 12:00",84,"2013-07-20 11:00",84,"2013-07-20 13:00",84,"2013-07-20 14:00","","","","",81,79,73,72,64,55,39,"LITTLE NORWAY / ECHO SUMMIT","21200 HWY 50 -LITTLE NORWAY/ECHO SUMMIT","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-20" +"06","017","0020","44201",1,38.890941,-121.003373,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1389,33,60,184,0,99,0,0,"Certification not required",1,0.0645,0.011581,0.092,"2013-07-26 17:00",0.091,"2013-07-03 17:00",0.088,"2013-07-30 16:00",0.083,"2013-07-25 14:00","","","","",0.092,0.091,0.088,0.079,0.074,0.063,0.05,"3/4 MILES EAST OF COOL ON HWY 196","1400 AMERICAN RIVER TRAIL, COOL","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0020","44201",1,38.890941,-121.003373,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1443,33,60,184,0,0,0,0,"Certification not required",0,0.057033,0.009196,0.08,"2013-07-30 11:00",0.078,"2013-07-03 11:00",0.074,"2013-07-02 11:00",0.074,"2013-07-25 10:00","","","","",0.08,0.078,0.074,0.07,0.062,0.057,0.047,"3/4 MILES EAST OF COOL ON HWY 196","1400 AMERICAN RIVER TRAIL, COOL","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0020","44201",1,38.890941,-121.003373,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1443,33,60,184,0,0,2,2,"Certification not required",0,0.057033,0.009196,0.08,"2013-07-30 11:00",0.078,"2013-07-03 11:00",0.074,"2013-07-02 11:00",0.074,"2013-07-25 10:00","","","","",0.08,0.078,0.074,0.07,0.062,0.057,0.047,"3/4 MILES EAST OF COOL ON HWY 196","1400 AMERICAN RIVER TRAIL, COOL","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0020","61103",1,38.890941,-121.003373,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",1484,17,62,365,0,4,"","","Certification not required",0,3.454178,1.722464,10,"2013-05-21 13:00",10,"2013-07-02 09:00",10,"2013-07-02 15:00",9,"2013-05-16 10:00","","","","",8,8,7,6,4,3,2,"3/4 MILES EAST OF COOL ON HWY 196","1400 AMERICAN RIVER TRAIL, COOL","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0020","61104",1,38.890941,-121.003373,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",1484,17,62,365,0,4,"","","Certification not required",0,140.054582,90.604118,360,"2013-05-06 20:00",360,"2013-05-19 07:00",359,"2013-05-01 08:00",359,"2013-07-02 02:00","","","","",348,329,291,261,204,152,28,"3/4 MILES EAST OF COOL ON HWY 196","1400 AMERICAN RIVER TRAIL, COOL","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","0020","62101",1,38.890941,-121.003373,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1484,17,62,365,0,4,"","","Certification not required",0,71.348383,12.82127,102,"2013-07-04 16:00",100,"2013-07-01 13:00",100,"2013-07-01 14:00",100,"2013-07-01 15:00","","","","",99,97,91,88,82,70,55,"3/4 MILES EAST OF COOL ON HWY 196","1400 AMERICAN RIVER TRAIL, COOL","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","017","9000","85101",1,38.976,-120.103506,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,3.600674,2.909293,12.1493,"2013-04-28 00:00",11.7773,"2013-05-01 00:00",10.6171,"2013-05-04 00:00",9.7949,"2013-03-08 00:00","","","","",12.1493,12.1493,10.6171,7.0557,4.8204,2.6386,0.8684,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","86502",1,38.976,-120.103506,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,1.195122,1.646504,6,"2013-05-01 00:00",6,"2013-05-04 00:00",5,"2013-03-08 00:00",5,"2013-04-28 00:00","","","","",6,6,5,3,1,1,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88103",1,38.976,-120.103506,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88104",1,38.976,-120.103506,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",1,0.052898,0.070533,0.3626,"2013-04-28 00:00",0.1757,"2013-04-07 00:00",0.1749,"2013-05-01 00:00",0.173,"2013-03-08 00:00","","","","",0.3626,0.3626,0.1749,0.1371,0.0549,0.0259,0.0066,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88109",1,38.976,-120.103506,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",2,0.000783,0.000456,0.0024,"2013-05-04 00:00",0.0018,"2013-05-01 00:00",0.0015,"2013-02-18 00:00",0.0013,"2013-02-15 00:00","","","","",0.0024,0.0024,0.0015,0.0013,0.0009,0.0008,0.0003,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88111",1,38.976,-120.103506,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",2,0.034143,0.051964,0.2808,"2013-04-28 00:00",0.1412,"2013-04-07 00:00",0.1075,"2013-05-01 00:00",0.1007,"2013-03-08 00:00","","","","",0.2808,0.2808,0.1075,0.0865,0.0362,0.0149,0.003,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88112",1,38.976,-120.103506,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,2.4e-05,0.000156,0.001,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88114",1,38.976,-120.103506,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",25,0.000202,0.000119,0.0006,"2013-04-16 00:00",0.0005,"2013-01-19 00:00",0.0005,"2013-04-28 00:00",0.0004,"2013-05-01 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0002,0.00015,0.0001,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88115",1,38.976,-120.103506,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",5,0.003327,0.005135,0.0227,"2013-01-19 00:00",0.0173,"2013-02-24 00:00",0.0159,"2013-03-08 00:00",0.0118,"2013-01-16 00:00","","","","",0.0227,0.0227,0.0159,0.0106,0.0026,0.0015,0.00015,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88126",1,38.976,-120.103506,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",2,0.033784,0.044935,0.2295,"2013-04-28 00:00",0.1261,"2013-03-08 00:00",0.1129,"2013-05-01 00:00",0.104,"2013-04-07 00:00","","","","",0.2295,0.2295,0.1129,0.0885,0.0362,0.0192,0.0037,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88128",1,38.976,-120.103506,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.000415,0.000706,0.002,"2013-03-11 00:00",0.002,"2013-05-01 00:00",0.001,"2013-01-28 00:00",0.001,"2013-01-31 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88132",1,38.976,-120.103506,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.00078,0.001084,0.005,"2013-04-28 00:00",0.003,"2013-04-07 00:00",0.003,"2013-05-01 00:00",0.002,"2013-03-08 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88136",1,38.976,-120.103506,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,2.4e-05,0.000156,0.001,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88140",1,38.976,-120.103506,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",15,0.01703,0.030738,0.1358,"2013-04-28 00:00",0.1065,"2013-03-08 00:00",0.0853,"2013-05-01 00:00",0.0752,"2013-04-07 00:00","","","","",0.1358,0.1358,0.0853,0.0484,0.0107,0.0052,0.00115,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88152",1,38.976,-120.103506,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",38,0.000143,6.5e-05,0.0004,"2013-04-28 00:00",0.0004,"2013-05-31 00:00",0.0002,"2013-02-03 00:00",0.00015,"2013-02-06 00:00","","","","",0.0004,0.0004,0.0002,0.00015,0.00015,0.00015,0.0001,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88154",1,38.976,-120.103506,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",34,0.000127,6.3e-05,0.0003,"2013-01-25 00:00",0.0003,"2013-02-27 00:00",0.0003,"2013-03-02 00:00",0.0003,"2013-03-17 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88161",1,38.976,-120.103506,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",4,0.003117,0.003988,0.0205,"2013-04-28 00:00",0.0102,"2013-03-08 00:00",0.0097,"2013-05-01 00:00",0.0088,"2013-04-07 00:00","","","","",0.0205,0.0205,0.0097,0.0078,0.0034,0.0018,0.0003,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88164",1,38.976,-120.103506,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",27,0.000111,0.000119,0.0006,"2013-04-28 00:00",0.0004,"2013-04-07 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-04-25 00:00","","","","",0.0006,0.0006,0.0003,0.0003,0.0001,5e-05,5e-05,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88165",1,38.976,-120.103506,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",2,0.121854,0.165973,0.7506,"2013-04-28 00:00",0.5768,"2013-03-08 00:00",0.4673,"2013-05-01 00:00",0.3547,"2013-04-07 00:00","","","","",0.7506,0.7506,0.4673,0.3302,0.1241,0.0551,0.0131,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88167",1,38.976,-120.103506,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",7,0.00089,0.000839,0.0041,"2013-03-05 00:00",0.0028,"2013-05-01 00:00",0.0025,"2013-03-23 00:00",0.0024,"2013-04-28 00:00","","","","",0.0041,0.0041,0.0025,0.0016,0.0011,0.0006,0.0001,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88168",1,38.976,-120.103506,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",21,0.000422,0.000474,0.002,"2013-04-28 00:00",0.0015,"2013-05-01 00:00",0.0014,"2013-03-08 00:00",0.0012,"2013-04-07 00:00","","","","",0.002,0.002,0.0014,0.0012,0.0005,0.00015,0.0001,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88169",1,38.976,-120.103506,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.106278,0.087464,0.373,"2013-05-01 00:00",0.338,"2013-03-23 00:00",0.2754,"2013-04-28 00:00",0.2441,"2013-04-25 00:00","","","","",0.373,0.373,0.2754,0.2273,0.1277,0.0913,0.0285,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88176",1,38.976,-120.103506,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",30,0.000215,0.000124,0.0007,"2013-04-07 00:00",0.0005,"2013-04-28 00:00",0.0004,"2013-02-12 00:00",0.0004,"2013-02-18 00:00","","","","",0.0007,0.0007,0.0004,0.0004,0.0003,0.00015,0.00015,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88180",1,38.976,-120.103506,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.022222,0.024321,0.1115,"2013-04-28 00:00",0.0823,"2013-03-08 00:00",0.0771,"2013-05-01 00:00",0.0606,"2013-04-07 00:00","","","","",0.1115,0.1115,0.0771,0.0481,0.0262,0.0122,0.0037,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88184",1,38.976,-120.103506,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",9,0.019665,0.023194,0.097,"2013-05-01 00:00",0.0894,"2013-03-08 00:00",0.0675,"2013-04-07 00:00",0.06,"2013-04-13 00:00","","","","",0.097,0.097,0.0675,0.048,0.0204,0.011,0.00195,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88185",1,38.976,-120.103506,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",34,0.000776,0.000478,0.0022,"2013-03-26 00:00",0.002,"2013-03-17 00:00",0.0019,"2013-03-08 00:00",0.0019,"2013-03-11 00:00","","","","",0.0022,0.0022,0.0019,0.0016,0.0007,0.00065,0.0004,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88203",1,38.976,-120.103506,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.017947,0.017425,0.0795,"2013-03-08 00:00",0.0783,"2013-05-25 00:00",0.0616,"2013-05-01 00:00",0.0504,"2013-04-07 00:00","","","","",0.0795,0.0795,0.0616,0.0347,0.0206,0.013,0.0034,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88306",1,38.976,-120.103506,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",3,0.129512,0.120468,0.5381,"2013-03-05 00:00",0.4973,"2013-03-02 00:00",0.3944,"2013-05-25 00:00",0.3279,"2013-02-18 00:00","","","","",0.5381,0.5381,0.3944,0.3213,0.1634,0.0991,0.0202,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88320",1,38.976,-120.103506,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.310698,0.196013,0.99,"2013-03-29 00:00",0.65,"2013-02-18 00:00",0.63,"2013-01-04 00:00",0.63,"2013-05-10 00:00","","","","",0.99,0.99,0.63,0.6,0.4,0.27,0.12,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88321",1,38.976,-120.103506,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.039535,0.029435,0.12,"2013-01-04 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-18 00:00",0.1,"2013-03-29 00:00","","","","",0.12,0.12,0.1,0.09,0.05,0.04,0.01,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88324",1,38.976,-120.103506,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",39,0.023237,0.006955,0.0347,"2013-03-11 00:00",0.0344,"2013-04-07 00:00",0.03235,"2013-01-22 00:00",0.0321,"2013-01-10 00:00","","","","",0.0347,0.0347,0.03235,0.032,0.0313,0.0244,0.01685,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88325",1,38.976,-120.103506,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",24,0.053127,0.035574,0.172,"2013-05-10 00:00",0.1585,"2013-03-29 00:00",0.1133,"2013-05-13 00:00",0.0959,"2013-02-18 00:00","","","","",0.172,0.172,0.1133,0.093,0.0684,0.03525,0.0218,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88326",1,38.976,-120.103506,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",19,0.101781,0.076755,0.3835,"2013-03-29 00:00",0.2618,"2013-01-04 00:00",0.2225,"2013-01-22 00:00",0.2219,"2013-02-18 00:00","","","","",0.3835,0.3835,0.2225,0.1962,0.1423,0.0826,0.0357,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88327",1,38.976,-120.103506,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",8,0.069017,0.04439,0.2307,"2013-03-29 00:00",0.1405,"2013-04-25 00:00",0.14,"2013-01-04 00:00",0.1308,"2013-02-18 00:00","","","","",0.2307,0.2307,0.14,0.13,0.0881,0.0583,0.01725,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88328",1,38.976,-120.103506,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.077431,0.053898,0.2444,"2013-03-29 00:00",0.1935,"2013-04-25 00:00",0.1683,"2013-02-18 00:00",0.1654,"2013-05-10 00:00","","","","",0.2444,0.2444,0.1683,0.1409,0.1137,0.0662,0.0162,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88329",1,38.976,-120.103506,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.094088,0.063602,0.2652,"2013-03-29 00:00",0.2333,"2013-02-18 00:00",0.22,"2013-01-04 00:00",0.194,"2013-04-25 00:00","","","","",0.2652,0.2652,0.22,0.191,0.1255,0.0842,0.0213,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88330",1,38.976,-120.103506,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",6,0.024037,0.018706,0.0815,"2013-03-29 00:00",0.067,"2013-05-10 00:00",0.0596,"2013-04-25 00:00",0.0566,"2013-03-14 00:00","","","","",0.0815,0.0815,0.0596,0.0511,0.033,0.0188,0.0039,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88331",1,38.976,-120.103506,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",19,6.9e-05,0.000105,0.0006,"2013-03-20 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.0006,0.0006,0.00015,0.00015,0.0001,0,0,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88338",1,38.976,-120.103506,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",44,0.016933,0.006994,0.0502,"2013-04-07 00:00",0.0276,"2013-05-28 00:00",0.0248,"2013-04-01 00:00",0.0244,"2013-02-12 00:00","","","","",0.0502,0.0502,0.0248,0.0244,0.02335,0.0152,0.0106,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88339",1,38.976,-120.103506,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.43837,0.360803,1.53846,"2013-05-01 00:00",1.39437,"2013-03-23 00:00",1.13598,"2013-04-28 00:00",1.00695,"2013-04-25 00:00","","","","",1.53846,1.53846,1.13598,0.93753,0.52689,0.3767,0.11756,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88344",1,38.976,-120.103506,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.167411,0.155044,0.6941,"2013-03-05 00:00",0.6415,"2013-03-02 00:00",0.5088,"2013-05-25 00:00",0.423,"2013-02-18 00:00","","","","",0.6941,0.6941,0.5088,0.4145,0.2108,0.1278,0.0261,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88348",1,38.976,-120.103506,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,0.563183,0.763974,3.7198,"2013-04-28 00:00",2.3057,"2013-03-08 00:00",2.0156,"2013-05-01 00:00",1.7684,"2013-04-07 00:00","","","","",3.7198,3.7198,2.0156,1.479,0.5762,0.2683,0.0635,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88350",1,38.976,-120.103506,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.559379,0.351977,1.7768,"2013-03-29 00:00",1.1635,"2013-02-18 00:00",1.1372,"2013-01-04 00:00",1.1335,"2013-05-10 00:00","","","","",1.7768,1.7768,1.1372,1.0852,0.7151,0.4892,0.2164,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88403",1,38.976,-120.103506,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.350402,0.272708,1.1209,"2013-05-01 00:00",0.9862,"2013-03-23 00:00",0.8257,"2013-04-28 00:00",0.82,"2013-05-13 00:00","","","","",1.1209,1.1209,0.8257,0.7918,0.572,0.2826,0.0748,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","017","9000","88502",1,38.976,-120.103506,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,22,61,0,10,"","","Certification not required",0,1.763415,1.485388,7.1,"2013-04-28 00:00",4.9,"2013-05-01 00:00",4.3,"2013-05-04 00:00",4,"2013-03-08 00:00","","","","",7.1,7.1,4.3,3.6,2.1,1.5,0.4,"","Bliss SP (TRPA);","California","El Dorado","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-28" +"06","019","0007","42101",1,36.705506,-119.741966,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",5951,68,268,365,0,1345,0,0,"Certification not required",5111,0.333213,0.258552,2.6,"2013-01-16 07:00",2.5,"2013-01-16 08:00",2.5,"2013-01-19 09:00",2.5,"2013-01-20 06:00","","","","",1.6,1.3,0.8,0.5,0.25,0.25,0.25,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","42101",1,36.705506,-119.741966,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6437,73,262,365,0,0,0,0,"Certification not required",0,0.374227,0.221054,2,"2013-01-13 05:00",2,"2013-01-13 06:00",2,"2013-01-16 08:00",2,"2013-01-16 09:00",2,"2013-01-13 05:00",2,"2013-01-16 08:00",1.5,1.2,0.8,0.5,0.3,0.3,0.3,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","42601",1,36.705506,-119.741966,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6102,70,276,365,0,1194,"","","Certification not required",0,7.00295,16.278392,194,"2013-01-31 07:00",167,"2013-02-07 05:00",142,"2013-01-19 06:00",139,"2013-01-19 07:00","","","","",87,70,36,18,5,1,0,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","42602",1,36.705506,-119.741966,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6102,70,276,365,0,1194,0,"","Certification not required",0,25.257246,12.346031,62,"2013-10-21 19:00",60,"2013-10-16 18:00",59,"2013-10-18 20:00",57,"2013-10-23 20:00","","","","",59,55,49,44,34,22,11,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","42602",1,36.705506,-119.741966,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6102,70,276,365,0,1194,"","","Certification not required",0,12.050311,9.204888,62,"2013-10-21 19:00",60,"2013-10-16 18:00",59,"2013-10-18 20:00",57,"2013-10-21 18:00","","","","",45,40,31,24,16,9,4,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","42603",1,36.705506,-119.741966,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6102,70,276,365,0,1194,"","","Certification not required",0,18.957555,22.136158,227,"2013-01-31 07:00",187,"2013-02-07 05:00",165,"2013-01-22 08:00",163,"2013-01-16 02:00","","","","",115,95,64,44,22,11,4,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","44201",1,36.705506,-119.741966,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6583,82,299,365,0,713,0,0,"Certification not required",708,0.059749,0.01924,0.107,"2013-07-01 14:00",0.106,"2013-08-30 14:00",0.103,"2013-06-02 14:00",0.103,"2013-06-08 16:00","","","","",0.103,0.098,0.09,0.084,0.074,0.062,0.033,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","44201",1,36.705506,-119.741966,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7085,80,293,365,0,0,5,5,"Certification not required",0,0.052894,0.017675,0.094,"2013-06-08 11:00",0.09,"2013-06-02 10:00",0.088,"2013-07-02 11:00",0.086,"2013-07-20 10:00","","","","",0.088,0.083,0.08,0.073,0.066,0.055,0.027,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","44201",1,36.705506,-119.741966,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7085,81,294,365,0,0,24,24,"Certification not required",0,0.052986,0.017716,0.094,"2013-06-08 11:00",0.09,"2013-06-02 10:00",0.088,"2013-07-02 11:00",0.086,"2013-07-20 10:00","","","","",0.088,0.083,0.08,0.074,0.066,0.056,0.027,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","61101",1,36.705506,-119.741966,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7268,83,303,365,0,28,"","","Certification not required",0,4.171147,2.086118,13.9,"2013-01-09 22:00",13.9,"2013-04-08 19:00",13.9,"2013-05-21 20:00",13,"2013-04-08 16:00","","","","",10.4,8.7,7.8,6.9,5.2,3.5,1.7,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","61102",1,36.705506,-119.741966,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7268,83,303,365,0,28,"","","Certification not required",0,250.276692,96.686878,360,"2013-02-17 17:00",360,"2013-02-24 07:00",360,"2013-03-19 05:00",360,"2013-03-29 18:00","","","","",353,348,339,332,321,297,88,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","61103",1,36.705506,-119.741966,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7202,82,301,365,0,94,"","","Certification not required",0,3.647362,2.101703,13,"2013-01-09 22:00",13,"2013-04-08 19:00",13,"2013-05-21 20:00",13,"2013-05-21 21:00","","","","",9.6,8.7,7.8,6.9,5.2,3.5,0.9,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","61104",1,36.705506,-119.741966,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7202,82,301,365,0,94,"","","Certification not required",0,251.838239,96.201956,360,"2013-02-17 16:00",360,"2013-02-17 19:00",360,"2013-02-28 00:00",360,"2013-03-29 17:00","","","","",354,348,339,333,323,299,90,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","62101",1,36.705506,-119.741966,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7276,83,303,365,0,20,"","","Certification not required",0,67.881253,15.908343,106,"2013-06-30 15:00",106,"2013-06-30 16:00",105,"2013-06-30 14:00",105,"2013-06-30 17:00","","","","",100,98,94,89,80,68,46,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","64101",1,36.705506,-119.741966,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7276,83,303,365,0,20,"","","Certification not required",0,1004.955979,5.017626,1022.6,"2013-01-15 09:00",1022.6,"2013-01-15 10:00",1021.2,"2013-01-15 07:00",1021.2,"2013-01-15 08:00","","","","",1018.6,1015.9,1013.2,1011.9,1007.9,1005.2,998.6,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-02-18" +"06","019","0007","81102",1,36.705506,-119.741966,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,87,53,61,0,5,0,0,"Certification not required",0,39.454545,20.226329,99,"2013-10-09 00:00",93,"2013-11-12 00:00",83,"2013-09-19 00:00",78,"2013-01-22 00:00","","","","",99,93,83,68,49,33,20,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-01-22" +"06","019","0007","81102",2,36.705506,-119.741966,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,82,50,61,0,6,0,0,"Certification not required",0,40.62963,20.557601,107,"2013-10-09 00:00",94,"2013-11-12 00:00",84,"2013-09-19 00:00",80,"2013-01-22 00:00","","","","",107,94,84,69,50,37,20,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-01-22" +"06","019","0007","85101",1,36.705506,-119.741966,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,53,61,0,5,"","","Certification not required",0,40.036364,20.681861,101,"2013-10-09 00:00",96,"2013-11-12 00:00",82,"2013-01-22 00:00",82,"2013-09-19 00:00","","","","",101,96,82,71,52,33,19,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-01-22" +"06","019","0007","85101",2,36.705506,-119.741966,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,50,61,0,6,"","","Certification not required",0,41.092593,21.093922,109,"2013-10-09 00:00",98,"2013-11-12 00:00",84,"2013-01-22 00:00",83,"2013-09-19 00:00","","","","",109,98,84,70,52,36,20,"Fresno-Drummond","4706 E. DRUMMOND ST., FRESNO","California","Fresno","","Fresno, CA","2014-01-22" +"06","019","0008","85101",4,36.781333,-119.77319,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,29.549078,13.578519,66.2292,"2013-01-22 00:00",65.9534,"2013-05-01 00:00",58.8727,"2013-01-04 00:00",51.7529,"2013-05-04 00:00","","","","",66.2292,66.2292,58.8727,49.4822,37.2439,28.2186,14.2388,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","86502",1,36.781333,-119.77319,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,15.377778,9.674918,52,"2013-05-01 00:00",37,"2013-05-04 00:00",29,"2013-04-25 00:00",27,"2013-04-28 00:00","","","","",52,52,29,27,21,14,6,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88103",1,36.781333,-119.77319,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.000378,0.000777,0.004,"2013-01-01 00:00",0.002,"2013-01-19 00:00",0.002,"2013-01-25 00:00",0.001,"2013-01-07 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0,0,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88104",1,36.781333,-119.77319,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.085618,0.091693,0.488,"2013-05-01 00:00",0.2768,"2013-04-28 00:00",0.264,"2013-05-04 00:00",0.2489,"2013-04-22 00:00","","","","",0.488,0.488,0.264,0.1933,0.0996,0.0572,0.0143,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88109",1,36.781333,-119.77319,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.00358,0.002162,0.0099,"2013-01-19 00:00",0.0093,"2013-01-01 00:00",0.0084,"2013-02-09 00:00",0.0068,"2013-02-03 00:00","","","","",0.0099,0.0099,0.0084,0.0063,0.0043,0.0032,0.0014,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88111",1,36.781333,-119.77319,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.052951,0.043705,0.2208,"2013-05-01 00:00",0.167,"2013-05-04 00:00",0.164,"2013-04-28 00:00",0.1351,"2013-04-22 00:00","","","","",0.2208,0.2208,0.164,0.0885,0.0637,0.0415,0.0172,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88112",1,36.781333,-119.77319,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.000444,0.000546,0.002,"2013-02-06 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88114",1,36.781333,-119.77319,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.006031,0.005173,0.0181,"2013-02-15 00:00",0.0168,"2013-01-19 00:00",0.0165,"2013-02-03 00:00",0.0157,"2013-02-12 00:00","","","","",0.0181,0.0181,0.0165,0.0153,0.0076,0.0041,0.0015,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88115",1,36.781333,-119.77319,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.033458,0.058348,0.2771,"2013-05-25 00:00",0.2375,"2013-01-01 00:00",0.1624,"2013-01-13 00:00",0.0869,"2013-01-19 00:00","","","","",0.2771,0.2771,0.1624,0.0801,0.0349,0.0093,0.0024,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88126",1,36.781333,-119.77319,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.118171,0.072687,0.4422,"2013-05-01 00:00",0.2506,"2013-05-04 00:00",0.2211,"2013-04-28 00:00",0.2101,"2013-04-22 00:00","","","","",0.4422,0.4422,0.2211,0.2027,0.1427,0.0948,0.0509,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88128",1,36.781333,-119.77319,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.002089,0.001987,0.01,"2013-01-07 00:00",0.008,"2013-01-01 00:00",0.005,"2013-03-23 00:00",0.004,"2013-01-19 00:00","","","","",0.01,0.01,0.005,0.004,0.003,0.002,0,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88132",1,36.781333,-119.77319,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.002267,0.001776,0.011,"2013-05-01 00:00",0.006,"2013-05-04 00:00",0.005,"2013-04-28 00:00",0.004,"2013-03-23 00:00","","","","",0.011,0.011,0.005,0.004,0.003,0.002,0.001,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88136",1,36.781333,-119.77319,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,8.9e-05,0.000288,0.001,"2013-03-29 00:00",0.001,"2013-04-25 00:00",0.001,"2013-04-28 00:00",0.001,"2013-05-10 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88140",1,36.781333,-119.77319,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",7,0.028136,0.025729,0.087,"2013-05-01 00:00",0.0855,"2013-05-07 00:00",0.0823,"2013-04-13 00:00",0.0728,"2013-04-28 00:00","","","","",0.087,0.087,0.0823,0.0718,0.039,0.0184,0.00105,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88152",1,36.781333,-119.77319,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",14,0.002147,0.002393,0.0138,"2013-03-02 00:00",0.0056,"2013-02-06 00:00",0.0052,"2013-02-03 00:00",0.0049,"2013-01-25 00:00","","","","",0.0138,0.0138,0.0052,0.0043,0.0032,0.0019,0.00015,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88154",1,36.781333,-119.77319,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",10,0.000364,0.000239,0.0011,"2013-02-15 00:00",0.0009,"2013-01-25 00:00",0.0008,"2013-02-18 00:00",0.0007,"2013-05-10 00:00","","","","",0.0011,0.0011,0.0008,0.0006,0.0005,0.0003,0.0001,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88161",1,36.781333,-119.77319,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.007724,0.005682,0.0337,"2013-05-01 00:00",0.0193,"2013-05-04 00:00",0.0175,"2013-04-28 00:00",0.0162,"2013-04-22 00:00","","","","",0.0337,0.0337,0.0175,0.0135,0.0092,0.0062,0.0035,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88164",1,36.781333,-119.77319,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",14,0.000191,0.00018,0.0009,"2013-04-25 00:00",0.0005,"2013-02-06 00:00",0.0005,"2013-04-22 00:00",0.0005,"2013-04-28 00:00","","","","",0.0009,0.0009,0.0005,0.0005,0.0002,0.0001,5e-05,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88165",1,36.781333,-119.77319,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.210882,0.229012,1.2839,"2013-05-01 00:00",0.6996,"2013-05-04 00:00",0.6145,"2013-04-28 00:00",0.5476,"2013-04-22 00:00","","","","",1.2839,1.2839,0.6145,0.4385,0.2381,0.1433,0.0367,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88167",1,36.781333,-119.77319,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.009304,0.00719,0.0307,"2013-01-01 00:00",0.0303,"2013-01-19 00:00",0.0289,"2013-04-19 00:00",0.0183,"2013-01-25 00:00","","","","",0.0307,0.0307,0.0289,0.0176,0.0124,0.0076,0.0027,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88168",1,36.781333,-119.77319,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",3,0.000953,0.000745,0.0042,"2013-01-01 00:00",0.003,"2013-05-01 00:00",0.0022,"2013-02-15 00:00",0.0022,"2013-05-04 00:00","","","","",0.0042,0.0042,0.0022,0.0015,0.0011,0.0008,0.0003,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88169",1,36.781333,-119.77319,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.337109,0.152142,0.7349,"2013-04-28 00:00",0.6859,"2013-03-23 00:00",0.5732,"2013-05-01 00:00",0.5627,"2013-04-22 00:00","","","","",0.7349,0.7349,0.5732,0.5542,0.4165,0.3149,0.1693,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88176",1,36.781333,-119.77319,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",35,0.000219,0.00015,0.0007,"2013-05-01 00:00",0.0007,"2013-05-04 00:00",0.0006,"2013-01-07 00:00",0.0005,"2013-01-25 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.00015,0.00015,0.00015,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88180",1,36.781333,-119.77319,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,0.093089,0.076364,0.4605,"2013-01-01 00:00",0.2586,"2013-01-13 00:00",0.237,"2013-01-19 00:00",0.1651,"2013-05-01 00:00","","","","",0.4605,0.4605,0.237,0.157,0.1139,0.075,0.0307,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88184",1,36.781333,-119.77319,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",1,0.107994,0.113464,0.5175,"2013-05-25 00:00",0.3683,"2013-04-07 00:00",0.3639,"2013-05-07 00:00",0.35,"2013-04-13 00:00","","","","",0.5175,0.5175,0.3639,0.2833,0.151,0.0637,0.0095,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88185",1,36.781333,-119.77319,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",21,0.001391,0.001007,0.0045,"2013-01-28 00:00",0.0038,"2013-02-15 00:00",0.0037,"2013-01-19 00:00",0.0029,"2013-03-11 00:00","","","","",0.0045,0.0045,0.0037,0.0028,0.0018,0.001,0.00065,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88203",1,36.781333,-119.77319,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.202904,0.164811,0.619,"2013-05-25 00:00",0.6061,"2013-01-01 00:00",0.5958,"2013-01-04 00:00",0.4629,"2013-02-18 00:00","","","","",0.619,0.619,0.5958,0.4405,0.3183,0.159,0.0332,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88306",1,36.781333,-119.77319,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,3.869418,4.245469,18.7656,"2013-01-22 00:00",17.468,"2013-01-04 00:00",12.4593,"2013-01-19 00:00",10.5212,"2013-01-16 00:00","","","","",18.7656,18.7656,12.4593,8.5842,6.0378,1.8062,0.4904,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88320",1,36.781333,-119.77319,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,3.075909,2.610904,10.46,"2013-01-01 00:00",9.38,"2013-01-19 00:00",9.27,"2013-01-13 00:00",8.86,"2013-01-04 00:00","","","","",10.46,10.46,9.27,7.65,4.41,2.21,0.75,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88321",1,36.781333,-119.77319,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.763182,0.754672,2.78,"2013-01-13 00:00",2.5,"2013-01-01 00:00",2.35,"2013-01-04 00:00",2.32,"2013-01-16 00:00","","","","",2.78,2.78,2.35,2.16,1.14,0.42,0.13,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88324",1,36.781333,-119.77319,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",10,0.340685,0.506886,1.8444,"2013-01-13 00:00",1.7311,"2013-01-01 00:00",1.6189,"2013-01-07 00:00",1.2441,"2013-01-04 00:00","","","","",1.8444,1.8444,1.6189,1.1758,0.4924,0.0531,0.0167,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88325",1,36.781333,-119.77319,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.690645,0.607164,2.7074,"2013-01-01 00:00",2.2957,"2013-01-13 00:00",2.1401,"2013-01-19 00:00",1.7509,"2013-01-16 00:00","","","","",2.7074,2.7074,2.1401,1.5798,0.983,0.4986,0.1809,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88326",1,36.781333,-119.77319,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.029959,0.798417,3.1345,"2013-01-19 00:00",3.0145,"2013-01-01 00:00",2.902,"2013-01-13 00:00",2.7236,"2013-01-04 00:00","","","","",3.1345,3.1345,2.902,2.4269,1.4733,0.7915,0.2653,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88327",1,36.781333,-119.77319,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.553455,0.432695,1.737,"2013-01-13 00:00",1.7028,"2013-01-01 00:00",1.522,"2013-01-19 00:00",1.2732,"2013-01-04 00:00","","","","",1.737,1.737,1.522,1.104,0.7851,0.3532,0.1587,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88328",1,36.781333,-119.77319,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.46123,0.410414,2.0424,"2013-01-04 00:00",1.4971,"2013-01-19 00:00",1.3054,"2013-01-16 00:00",1.3,"2013-01-01 00:00","","","","",2.0424,2.0424,1.3054,0.8945,0.5468,0.3881,0.1064,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88329",1,36.781333,-119.77319,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.169293,1.090308,4.3546,"2013-01-04 00:00",3.7652,"2013-01-01 00:00",3.5657,"2013-01-16 00:00",3.5319,"2013-01-19 00:00","","","","",4.3546,4.3546,3.5657,3.2272,1.6196,0.8182,0.2302,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88330",1,36.781333,-119.77319,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.054752,0.025036,0.1302,"2013-05-01 00:00",0.1068,"2013-03-29 00:00",0.098,"2013-05-13 00:00",0.0862,"2013-02-21 00:00","","","","",0.1302,0.1302,0.098,0.0853,0.0685,0.0566,0.0273,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88331",1,36.781333,-119.77319,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",16,0.000616,0.001829,0.0076,"2013-03-23 00:00",0.007,"2013-05-04 00:00",0.0066,"2013-03-02 00:00",0.003,"2013-05-10 00:00","","","","",0.0076,0.0076,0.0066,0.001,0.00015,0,0,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88338",1,36.781333,-119.77319,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",41,0.021338,0.013865,0.0897,"2013-04-10 00:00",0.0522,"2013-04-22 00:00",0.0461,"2013-04-28 00:00",0.0414,"2013-04-13 00:00","","","","",0.0897,0.0897,0.0461,0.041,0.02475,0.0162,0.011,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88339",1,36.781333,-119.77319,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,1.390552,0.627584,3.03155,"2013-04-28 00:00",2.82921,"2013-03-23 00:00",2.36445,"2013-05-01 00:00",2.32093,"2013-04-22 00:00","","","","",3.03155,3.03155,2.36445,2.28595,1.71823,1.29896,0.69832,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88344",1,36.781333,-119.77319,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.991514,5.476662,24.2076,"2013-01-22 00:00",22.5337,"2013-01-04 00:00",16.0725,"2013-01-19 00:00",13.5723,"2013-01-16 00:00","","","","",24.2076,24.2076,16.0725,11.0736,7.7888,2.33,0.6326,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88348",1,36.781333,-119.77319,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,1.100656,1.008191,5.7667,"2013-05-01 00:00",3.239,"2013-05-04 00:00",2.9754,"2013-04-28 00:00",2.6711,"2013-04-22 00:00","","","","",5.7667,5.7667,2.9754,2.0744,1.15,0.8881,0.3845,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88350",1,36.781333,-119.77319,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,5.53552,4.700158,18.8204,"2013-01-01 00:00",16.8775,"2013-01-19 00:00",16.6874,"2013-01-13 00:00",15.9536,"2013-01-04 00:00","","","","",18.8204,18.8204,16.6874,13.7779,7.9312,3.98,1.3491,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88403",1,36.781333,-119.77319,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.981951,0.45081,2.0861,"2013-04-28 00:00",2.0725,"2013-03-23 00:00",1.8374,"2013-05-01 00:00",1.7473,"2013-05-04 00:00","","","","",2.0861,2.0861,1.8374,1.5883,1.2699,0.8935,0.4949,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0008","88502",1,36.781333,-119.77319,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,25,61,0,6,"","","Certification not required",0,12.146667,8.812893,38.3,"2013-01-19 00:00",35.6,"2013-01-01 00:00",32.6,"2013-01-13 00:00",27.5,"2013-01-07 00:00","","","","",38.3,38.3,32.6,25.6,16.5,9.7,3.8,"3425 N FIRST ST, FRESNO","3425 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-28" +"06","019","0011","12102",7,36.785322,-119.774174,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.003167,0.001169,0.005,"2013-01-04 00:00",0.004,"2013-01-16 00:00",0.003,"2013-02-15 00:00",0.003,"2013-02-21 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.003,0.002,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12103",7,36.785322,-119.774174,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.001333,0.000816,0.003,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-08 00:00","","","","",0.003,0.003,0.003,0.003,0.001,0.001,0.001,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12110",7,36.785322,-119.774174,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-08 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12112",7,36.785322,-119.774174,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.005,0.001095,0.007,"2013-01-04 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-08 00:00",0.005,"2013-02-15 00:00","","","","",0.007,0.007,0.007,0.007,0.005,0.005,0.004,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12113",7,36.785322,-119.774174,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-08 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12114",7,36.785322,-119.774174,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.0279,0.017125,0.056,"2013-01-04 00:00",0.039,"2013-02-15 00:00",0.025,"2013-01-28 00:00",0.02,"2013-01-16 00:00","","","","",0.056,0.056,0.056,0.056,0.039,0.025,0.0074,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12115",1,36.785322,-119.774174,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-31" +"06","019","0011","12126",7,36.785322,-119.774174,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.631667,0.343069,1.1,"2013-01-16 00:00",0.85,"2013-01-04 00:00",0.81,"2013-02-15 00:00",0.47,"2013-02-21 00:00","","","","",1.1,1.1,1.1,1.1,0.85,0.81,0.19,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12128",1,36.785322,-119.774174,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION (AA) FRM",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,6,"","","Certification not required",0,0.004153,0.001545,0.0094,"2013-01-22 00:00",0.0084,"2013-01-04 00:00",0.0062,"2013-09-19 00:00",0.006,"2013-04-23 00:00","","","","",0.0094,0.0094,0.0062,0.0058,0.0051,0.0039,0.0025,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-22" +"06","019","0011","12128",7,36.785322,-119.774174,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.004533,0.003112,0.0088,"2013-01-04 00:00",0.0074,"2013-01-16 00:00",0.005,"2013-02-15 00:00",0.0027,"2013-02-21 00:00","","","","",0.0088,0.0088,0.0088,0.0088,0.0074,0.005,0.0007,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-06-28" +"06","019","0011","12132",7,36.785322,-119.774174,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.014167,0.009725,0.03,"2013-01-16 00:00",0.018,"2013-01-04 00:00",0.018,"2013-02-15 00:00",0.008,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.03,0.018,0.018,0.004,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12134",7,36.785322,-119.774174,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",6,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-08 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12136",7,36.785322,-119.774174,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-08 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12150",7,36.785322,-119.774174,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",6,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-08 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12154",7,36.785322,-119.774174,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-08 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12160",7,36.785322,-119.774174,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",6,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-08 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12161",7,36.785322,-119.774174,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",1,0.020917,0.013328,0.042,"2013-01-16 00:00",0.026,"2013-01-04 00:00",0.026,"2013-02-15 00:00",0.016,"2013-02-21 00:00","","","","",0.042,0.042,0.042,0.042,0.026,0.026,0.0045,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12164",7,36.785322,-119.774174,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",5,0.000875,0.000306,0.0015,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-08 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.00075,0.00075,0.00075,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12167",7,36.785322,-119.774174,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",3,5,3,61,0,4,"","","Certification not required",0,0.048,0.025239,0.076,"2013-02-15 00:00",0.041,"2013-02-21 00:00",0.027,"2013-02-08 00:00","","","","","","",0.076,0.076,0.076,0.076,0.076,0.041,0.027,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12168",7,36.785322,-119.774174,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.007283,0.007205,0.021,"2013-01-16 00:00",0.0085,"2013-02-15 00:00",0.0068,"2013-01-04 00:00",0.0027,"2013-02-21 00:00","","","","",0.021,0.021,0.021,0.021,0.0085,0.0068,0.0022,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12169",7,36.785322,-119.774174,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",0,0.375,0.197256,0.67,"2013-01-04 00:00",0.51,"2013-02-15 00:00",0.37,"2013-02-21 00:00",0.36,"2013-02-08 00:00","","","","",0.67,0.67,0.67,0.67,0.51,0.37,0.12,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","12185",7,36.785322,-119.774174,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,1,"","","Certification not required",3,0.001508,0.001006,0.0033,"2013-01-04 00:00",0.0018,"2013-02-15 00:00",0.0017,"2013-01-16 00:00",0.00075,"2013-01-28 00:00","","","","",0.0033,0.0033,0.0033,0.0033,0.0018,0.0017,0.00075,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-04-26" +"06","019","0011","14129",1,36.785322,-119.774174,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,6,0,0,"Certification not required",0,0.003756,0.001598,0.009,"2013-01-22 00:00",0.008,"2013-01-04 00:00",0.006,"2013-01-16 00:00",0.006,"2013-02-15 00:00","","","","",0.009,0.009,0.006,0.006,0.005,0.003,0.002,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-22" +"06","019","0011","42101",3,36.785322,-119.774174,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",4778,55,210,365,0,0,0,0,"Certification not required",24,0.354045,0.347343,2.89,"2013-01-15 07:00",2.51,"2013-01-15 06:00",2.432,"2013-01-17 07:00",2.294,"2013-01-16 07:00","","","","",1.748,1.555,1.183,0.779,0.35,0.238,0.114,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42101",3,36.785322,-119.774174,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5038,58,208,365,0,0,0,0,"Certification not required",0,0.354724,0.314592,2,"2013-01-08 02:00",2,"2013-01-08 03:00",2,"2013-01-13 07:00",1.9,"2013-01-08 01:00",2,"2013-01-08 02:00",2,"2013-01-13 07:00",1.5,1.4,1.1,0.8,0.4,0.2,0.1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42401",3,36.785322,-119.774174,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3458,39,151,365,0,0,0,"","Certification not required",0,1.119868,0.912872,5.5,"2013-05-13 14:00",5.4,"2013-05-02 12:00",4.6,"2013-04-24 14:00",4.2,"2013-05-11 10:00","","","","",5.4,4.2,2.9,2.3,1.3,0.9,0.4,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-10-28" +"06","019","0011","42401",3,36.785322,-119.774174,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3458,39,151,365,0,0,"","","Certification not required",0,0.604974,0.503891,5.5,"2013-05-13 14:00",5.4,"2013-05-02 12:00",5.4,"2013-05-13 13:00",5,"2013-05-02 11:00","","","","",2.9,2.2,1.5,1.1,0.7,0.5,0.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-10-28" +"06","019","0011","42401",3,36.785322,-119.774174,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",151,41,151,365,0,0,0,"","Certification not required",0,0.603974,0.362193,2.2,"2013-05-02 00:00",2.2,"2013-05-11 00:00",1.8,"2013-05-13 00:00",1.7,"2013-05-12 00:00","","","","",2.2,1.7,1.4,1.1,0.7,0.5,0.3,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-10-28" +"06","019","0011","42401",3,36.785322,-119.774174,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1046,36,150,365,0,0,"",0,"Certification not required",0,0.594073,0.498422,4.6,"2013-05-13 14:00",3.8,"2013-05-02 11:00",3.7,"2013-05-11 11:00",3.6,"2013-05-02 14:00","","","","",2.9,2.1,1.6,1.1,0.7,0.4,0.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-10-28" +"06","019","0011","42406",3,36.785322,-119.774174,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5003,57,211,365,0,0,"","","Certification not required",0,0.741595,0.609356,5.6,"2013-04-24 14:00",5.5,"2013-05-13 14:00",5.4,"2013-05-02 12:00",5.4,"2013-05-13 13:00","","","","",3.1,2.7,2,1.5,0.9,0.6,0.3,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42600",3,36.785322,-119.774174,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4378,50,203,365,0,0,"","","Certification not required",0,19.278323,25.748956,229.8,"2013-01-17 07:00",209.6,"2013-01-14 07:00",196.6,"2013-01-16 07:00",182.8,"2013-01-15 07:00","","","","",127.1,107.1,77.8,51.2,19.3,9.1,4,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42601",1,36.785322,-119.774174,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4687,54,204,365,0,0,"","","Certification not required",0,9.14186,22.594363,204.9,"2013-01-17 07:00",181.6,"2013-01-14 07:00",167.8,"2013-01-16 07:00",160.8,"2013-01-17 06:00","","","","",110,94.7,62.3,30.4,3.8,0.7,0.1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42601",3,36.785322,-119.774174,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4378,50,203,365,0,0,"","","Certification not required",0,6.963636,18.645269,199.1,"2013-01-17 07:00",177.3,"2013-01-14 07:00",162.9,"2013-01-16 07:00",155,"2013-01-17 06:00","","","","",95.5,76.7,45.9,20.1,3,0.4,-0.1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42602",1,36.785322,-119.774174,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4693,54,204,365,0,0,0,"","Certification not required",0,21.665196,11.599003,49,"2013-01-22 19:00",48.5,"2013-01-21 18:00",47.3,"2013-04-10 20:00",45.7,"2013-02-27 20:00","","","","",47.3,44.9,42.3,39.4,31.8,19.4,8.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42602",1,36.785322,-119.774174,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4693,54,204,365,0,0,"","","Certification not required",0,10.781398,8.913116,49,"2013-01-22 19:00",48.5,"2013-01-21 18:00",47.3,"2013-04-10 20:00",47.1,"2013-04-10 21:00","","","","",39.4,35.9,30,24.4,15.1,7.4,2.9,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42603",1,36.785322,-119.774174,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4676,53,204,365,0,0,"","","Certification not required",0,19.866724,28.910938,230.5,"2013-01-17 07:00",208.6,"2013-01-14 07:00",196.6,"2013-01-16 07:00",188.5,"2013-01-17 08:00","","","","",137.9,119.4,90.1,56.5,19,8.3,3.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","42612",3,36.785322,-119.774174,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4378,50,203,365,0,0,"","","Certification not required",0,12.312631,9.819235,63.5,"2013-01-22 19:00",59.9,"2013-01-22 18:00",58.8,"2013-01-22 17:00",57.1,"2013-01-22 20:00","","","","",44.8,39.7,33,27.4,16.4,8.4,3.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","43218",5,36.785322,-119.774174,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.338065,0.370355,1.48,"2013-01-04 00:00",0.96,"2013-12-24 00:00",0.92,"2013-11-24 00:00",0.8,"2013-01-28 00:00","","","","",1.48,1.48,0.96,0.8,0.68,0.08,0.08,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43359",5,36.785322,-119.774174,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,6,"","","Certification not required",0,0.92037,2.425199,13,"2013-01-28 00:00",1.2,"2013-04-22 00:00",1.1,"2013-01-04 00:00",0.71,"2013-10-07 00:00","","","","",13,13,1.2,1.1,0.5,0.38,0.27,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43502",5,36.785322,-119.774174,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,4,"","","Certification not required",0,3.852941,1.799198,7.9,"2013-07-03 00:00",6.9,"2013-07-21 00:00",6.8,"2013-08-20 00:00",6.1,"2013-10-19 00:00","","","","",7.9,7.9,6.9,6.1,5.2,3.6,1.6,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43503",5,36.785322,-119.774174,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,4,"","","Certification not required",0,3.547059,2.088531,8.2,"2013-10-19 00:00",7.6,"2013-12-18 00:00",7,"2013-11-12 00:00",6.8,"2013-12-24 00:00","","","","",8.2,8.2,7.6,6.8,4.6,3.2,1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43505",5,36.785322,-119.774174,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,2.328,1.405621,4.5,"2013-01-04 00:00",3,"2013-02-09 00:00",1.53,"2013-01-28 00:00",1.35,"2013-02-21 00:00","","","","",4.5,4.5,4.5,4.5,3,1.53,1.26,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-06-17" +"06","019","0011","43551",5,36.785322,-119.774174,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,11.82,3.476636,15.6,"2013-02-09 00:00",14.7,"2013-01-04 00:00",12.3,"2013-02-15 00:00",8.4,"2013-02-21 00:00","","","","",15.6,15.6,15.6,15.6,14.7,12.3,8.1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-06-17" +"06","019","0011","43552",5,36.785322,-119.774174,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,4,"","","Certification not required",22,0.717647,0.891873,3.2,"2013-12-24 00:00",3.2,"2013-12-31 00:00",2.4,"2013-12-18 00:00",2,"2013-11-12 00:00","","","","",3.2,3.2,3.2,2,0.8,0.2,0.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43702",5,36.785322,-119.774174,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,0.392,0.205718,0.76,"2013-02-09 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-15 00:00","","","","",0.76,0.76,0.76,0.76,0.3,0.3,0.3,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-06-17" +"06","019","0011","43802",5,36.785322,-119.774174,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.098387,0.060227,0.29,"2013-10-19 00:00",0.19,"2013-11-12 00:00",0.18,"2013-02-15 00:00",0.17,"2013-01-04 00:00","","","","",0.29,0.29,0.19,0.17,0.13,0.05,0.05,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43803",5,36.785322,-119.774174,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.034516,0.017289,0.07,"2013-10-07 00:00",0.07,"2013-10-19 00:00",0.06,"2013-04-22 00:00",0.06,"2013-10-31 00:00","","","","",0.07,0.07,0.07,0.06,0.05,0.03,0.01,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43804",5,36.785322,-119.774174,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.083871,0.006672,0.09,"2013-01-04 00:00",0.09,"2013-01-28 00:00",0.09,"2013-03-05 00:00",0.09,"2013-04-22 00:00","","","","",0.09,0.09,0.09,0.09,0.09,0.08,0.08,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43814",5,36.785322,-119.774174,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-15 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43817",5,36.785322,-119.774174,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.015806,0.010575,0.05,"2013-12-24 00:00",0.04,"2013-10-19 00:00",0.03,"2013-01-04 00:00",0.03,"2013-10-07 00:00","","","","",0.05,0.05,0.04,0.03,0.02,0.01,0.01,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43819",5,36.785322,-119.774174,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.026129,0.016468,0.09,"2013-07-21 00:00",0.08,"2013-12-24 00:00",0.04,"2013-06-21 00:00",0.03,"2013-01-04 00:00","","","","",0.09,0.09,0.08,0.03,0.02,0.02,0.02,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43824",5,36.785322,-119.774174,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43827",5,36.785322,-119.774174,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,6,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43830",5,36.785322,-119.774174,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.167419,0.096987,0.69,"2013-12-24 00:00",0.15,"2013-01-04 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.69,0.69,0.15,0.15,0.15,0.15,0.15,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43831",5,36.785322,-119.774174,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.187742,0.154525,0.99,"2013-12-24 00:00",0.33,"2013-02-09 00:00",0.3,"2013-12-06 00:00",0.15,"2013-01-04 00:00","","","","",0.99,0.99,0.33,0.15,0.15,0.15,0.15,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43834",5,36.785322,-119.774174,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,6,"","","Certification not required",26,0.37037,0.88527,4.8,"2013-01-28 00:00",0.2,"2013-01-04 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-15 00:00","","","","",4.8,4.8,0.2,0.2,0.2,0.2,0.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43848",5,36.785322,-119.774174,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,6,"","","Certification not required",5,0.854815,0.772898,4,"2013-05-28 00:00",1.88,"2013-10-31 00:00",1.68,"2013-02-09 00:00",1.52,"2013-01-04 00:00","","","","",4,4,1.88,1.68,1.06,0.7,0.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","43854",5,36.785322,-119.774174,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,6,"","","Certification not required",15,0.51037,0.461382,1.94,"2013-10-31 00:00",1.34,"2013-11-24 00:00",1.2,"2013-01-04 00:00",1.2,"2013-10-07 00:00","","","","",1.94,1.94,1.34,1.2,0.66,0.2,0.2,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","44201",1,36.785322,-119.774174,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4822,57,209,365,0,0,0,0,"Certification not required",732,0.055459,0.019019,0.103,"2013-07-20 11:00",0.099,"2013-06-08 13:00",0.099,"2013-07-09 13:00",0.097,"2013-07-10 12:00","","","","",0.099,0.096,0.088,0.081,0.068,0.054,0.033,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","44201",1,36.785322,-119.774174,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5049,57,209,365,0,0,3,3,"Certification not required",0,0.049024,0.018132,0.093,"2013-06-08 10:00",0.088,"2013-07-20 10:00",0.086,"2013-06-02 09:00",0.084,"2013-07-02 10:00","","","","",0.086,0.082,0.077,0.073,0.063,0.049,0.025,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","44201",1,36.785322,-119.774174,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5049,57,209,365,0,0,16,16,"Certification not required",0,0.049024,0.018132,0.093,"2013-06-08 10:00",0.088,"2013-07-20 10:00",0.086,"2013-06-02 09:00",0.084,"2013-07-02 10:00","","","","",0.086,0.082,0.077,0.073,0.063,0.049,0.025,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","45109",5,36.785322,-119.774174,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,3.264516,2.643506,8.8,"2013-12-24 00:00",8,"2013-01-04 00:00",8,"2013-10-19 00:00",6.56,"2013-10-31 00:00","","","","",8.8,8.8,8,6.56,5.36,2.88,0.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","45201",5,36.785322,-119.774174,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,1.841613,1.577726,6,"2013-12-24 00:00",5.58,"2013-01-04 00:00",3.9,"2013-02-15 00:00",3.78,"2013-11-24 00:00","","","","",6,6,5.58,3.78,3,1.26,0.38,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","45202",5,36.785322,-119.774174,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,4.502581,3.624864,11.2,"2013-10-19 00:00",11.2,"2013-12-24 00:00",10.5,"2013-01-04 00:00",9.1,"2013-02-15 00:00","","","","",11.2,11.2,11.2,9.1,7.7,4.2,0.7,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","45203",5,36.785322,-119.774174,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,1.050323,0.538142,2.48,"2013-01-04 00:00",2.4,"2013-12-24 00:00",2.32,"2013-10-19 00:00",1.84,"2013-02-15 00:00","","","","",2.48,2.48,2.4,1.84,0.8,0.8,0.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","45204",5,36.785322,-119.774174,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,1.267097,0.957574,3.36,"2013-12-24 00:00",3.04,"2013-01-04 00:00",2.96,"2013-10-19 00:00",2.48,"2013-02-15 00:00","","","","",3.36,3.36,3.04,2.48,2.24,1.04,0.4,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","45220",5,36.785322,-119.774174,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,30,61,0,6,"","","Certification not required",0,0.428387,0.110366,0.88,"2013-01-28 00:00",0.8,"2013-12-24 00:00",0.4,"2013-01-04 00:00",0.4,"2013-02-09 00:00","","","","",0.88,0.88,0.8,0.4,0.4,0.4,0.4,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-21" +"06","019","0011","61103",1,36.785322,-119.774174,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",5065,58,211,365,0,0,"","","Certification not required",0,2.978717,2.079528,12.5,"2013-04-08 16:00",11.4,"2013-04-08 19:00",11.4,"2013-04-15 18:00",11.1,"2013-04-08 15:00","","","","",8.5,7.8,6.8,5.9,4.4,2.6,0.5,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","61104",1,36.785322,-119.774174,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",5065,58,211,365,0,0,"","","Certification not required",0,242.833169,88.767184,360,"2013-06-24 09:00",359.8,"2013-01-02 00:00",359.6,"2013-04-22 03:00",359.3,"2013-05-04 04:00","","","","",344.1,335,324,315.2,306.2,288.9,90.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","62101",1,36.785322,-119.774174,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",719,8,30,365,0,0,"","","Certification not required",0,64.742225,11.309964,90.68,"2013-04-29 15:00",90.14,"2013-04-29 14:00",89.96,"2013-04-29 16:00",89.78,"2013-04-28 15:00","","","","",88.52,86.9,84.38,80.78,73.22,64.22,50.72,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-10-22" +"06","019","0011","62102",1,36.785322,-119.774174,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1319,26,54,214,0,0,"","","Certification not required",0,83.232752,10.586788,105,"2013-06-08 15:00",105,"2013-06-08 16:00",105,"2013-06-30 15:00",105,"2013-06-30 16:00","","","","",104,103,100,98,91,83,69,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","62201",1,36.785322,-119.774174,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",3616,41,151,365,0,0,"","","Certification not required",0,54.147954,21.495278,93,"2013-02-06 08:00",92,"2013-01-04 05:00",92,"2013-01-04 06:00",92,"2013-01-25 01:00","","","","",90,89,87,83,73,54,24,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-04" +"06","019","0011","64101",1,36.785322,-119.774174,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",4331,49,180,365,0,0,"","","Certification not required",0,1003.505581,5.513392,1019.898,"2013-01-15 10:00",1019.898,"2013-01-15 11:00",1018.5648,"2013-01-15 09:00",1018.5648,"2013-01-15 12:00","","","","",1015.8984,1014.5652,1011.8988,1010.5656,1007.8992,1003.8996,995.9004,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","68101",1,36.785322,-119.774174,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",336,92,336,365,0,29,"","","Certification not required",141,0.254613,0.212732,0.7,"2013-07-03 00:00",0.7,"2013-08-11 00:00",0.6,"2013-05-11 00:00",0.6,"2013-06-03 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.2,0.05,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68101",2,36.785322,-119.774174,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",63,100,60,61,0,6,"","","Certification not required",36,0.147619,0.127453,0.5,"2013-10-25 00:00",0.4,"2013-03-11 00:00",0.4,"2013-10-31 00:00",0.4,"2013-12-18 00:00","","","","",0.5,0.4,0.4,0.3,0.3,0.05,0.05,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68102",1,36.785322,-119.774174,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",336,92,336,365,0,29,"","","Certification not required",0,23.993452,0.053688,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68102",2,36.785322,-119.774174,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",63,100,60,61,0,6,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-11 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68103",1,36.785322,-119.774174,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",336,92,336,365,0,29,"","","Certification not required",0,10.353869,7.178241,25.5,"2013-07-04 00:00",25.3,"2013-07-02 00:00",24.8,"2013-06-30 00:00",24.6,"2013-07-01 00:00","","","","",24.6,23.6,21.5,19.5,16.5,10.3,0.7,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68103",2,36.785322,-119.774174,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,100,60,61,0,6,"","","Certification not required",0,10.461905,7.463015,24.2,"2013-07-03 00:00",23.2,"2013-08-20 00:00",22.8,"2013-07-21 00:00",22.5,"2013-07-27 00:00","","","","",24.2,23.2,22.5,20.2,16.7,10,-0.1,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68103",5,36.785322,-119.774174,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,12.36381,6.688338,25.7,"2013-06-30 00:00",25.7,"2013-07-03 00:00",24.2,"2013-08-20 00:00",23.8,"2013-07-21 00:00","","","","",25.7,24.2,21.9,20.7,18.2,12.3,2.7,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","68104",1,36.785322,-119.774174,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",336,92,336,365,0,29,"","","Certification not required",0,26.030357,8.507045,41.7,"2013-07-09 00:00",41.4,"2013-07-02 00:00",41.2,"2013-07-01 00:00",41.1,"2013-06-30 00:00","","","","",41.1,40.9,38.7,37.2,33.7,26.4,14.3,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68104",2,36.785322,-119.774174,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,100,60,61,0,6,"","","Certification not required",0,26.861905,8.646506,41.6,"2013-07-09 00:00",41.6,"2013-07-15 00:00",41,"2013-07-03 00:00",40.5,"2013-07-21 00:00","","","","",41.6,41.6,40.5,37.6,34.1,26.9,14.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68104",5,36.785322,-119.774174,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,28.965714,8.554394,43.9,"2013-07-09 00:00",42.9,"2013-07-21 00:00",42.6,"2013-06-30 00:00",42.6,"2013-07-03 00:00","","","","",42.9,42.6,40.9,39.2,35.7,29.4,15.3,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","68105",1,36.785322,-119.774174,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",336,92,336,365,0,29,"","","Certification not required",0,17.94256,7.945975,33.5,"2013-07-02 00:00",33.3,"2013-06-30 00:00",33,"2013-07-04 00:00",32.9,"2013-06-29 00:00","","","","",32.9,32.2,29.6,28.5,25.1,18,7.3,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68105",2,36.785322,-119.774174,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,100,60,61,0,6,"","","Certification not required",0,18.404762,8.164823,32.2,"2013-07-03 00:00",31.5,"2013-07-21 00:00",31.1,"2013-07-09 00:00",31.1,"2013-07-15 00:00","","","","",32.2,31.5,31.1,29,25.5,18.4,6.6,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68105",5,36.785322,-119.774174,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,20.295238,7.766451,34.8,"2013-06-30 00:00",34.8,"2013-07-03 00:00",33,"2013-07-21 00:00",32.7,"2013-07-09 00:00","","","","",34.8,33,31.2,29.9,27.1,20.1,8.6,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","68105",7,36.785322,-119.774174,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,6,"","","Certification not required",0,20.3,8.180437,32.2,"2013-07-03 00:00",31.5,"2013-07-21 00:00",31.1,"2013-07-09 00:00",30.9,"2013-08-20 00:00","","","","",32.2,32.2,31.1,29.9,26.4,23,7,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-22" +"06","019","0011","68106",1,36.785322,-119.774174,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",336,92,336,365,0,29,"","","Certification not required",0,750.074405,4.392375,763,"2013-01-15 00:00",761,"2013-12-09 00:00",760,"2013-01-16 00:00",760,"2013-02-28 00:00","","","","",760,759,758,756,753,749,745,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68106",2,36.785322,-119.774174,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,100,60,61,0,6,"","","Certification not required",0,749.444444,4.868522,759,"2013-01-16 00:00",758,"2013-02-15 00:00",758,"2013-12-24 00:00",757,"2013-01-04 00:00","","","","",759,758,757,756,753,749,743,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68106",5,36.785322,-119.774174,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,742.695238,5.324334,754,"2013-01-16 00:00",754,"2013-02-12 00:00",752,"2013-01-01 00:00",752,"2013-01-04 00:00","","","","",754,752,752,750,746,743,736,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","68107",1,36.785322,-119.774174,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",336,92,336,365,0,29,"","","Certification not required",0,754.550595,4.360316,766,"2013-01-15 00:00",765,"2013-01-16 00:00",765,"2013-12-09 00:00",765,"2013-12-10 00:00","","","","",765,764,762,761,758,754,749,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68107",2,36.785322,-119.774174,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,100,60,61,0,6,"","","Certification not required",0,754,4.842687,765,"2013-01-16 00:00",762,"2013-01-04 00:00",762,"2013-02-27 00:00",762,"2013-12-24 00:00","","","","",765,762,762,760,759,754,748,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68107",5,36.785322,-119.774174,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,749.066667,5.205889,763,"2013-01-16 00:00",760,"2013-01-04 00:00",759,"2013-01-01 00:00",759,"2013-01-31 00:00","","","","",760,759,758,757,752,748,743,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","68108",1,36.785322,-119.774174,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",336,92,336,365,0,29,"","","Certification not required",0,752.375,4.343034,764,"2013-01-15 00:00",763,"2013-12-09 00:00",762,"2013-01-14 00:00",762,"2013-01-16 00:00","","","","",762,762,760,758,755,752,747,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68108",2,36.785322,-119.774174,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,100,60,61,0,6,"","","Certification not required",0,751.698413,4.811394,762,"2013-01-16 00:00",760,"2013-02-27 00:00",760,"2013-12-24 00:00",759,"2013-01-04 00:00","","","","",762,760,759,758,757,751,746,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68108",5,36.785322,-119.774174,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,745.27619,4.836749,757,"2013-01-13 00:00",757,"2013-01-16 00:00",755,"2013-02-12 00:00",754,"2013-01-04 00:00","","","","",757,755,754,752,748,744,740,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","68108",7,36.785322,-119.774174,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,6,"","","Certification not required",0,751.155556,4.790879,762,"2013-01-16 00:00",760,"2013-01-04 00:00",760,"2013-02-27 00:00",759,"2013-02-15 00:00","","","","",762,762,760,758,754,751,746,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-22" +"06","019","0011","68109",1,36.785322,-119.774174,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",336,92,336,365,0,29,"","","Certification not required",0,1438.85119,3.240858,1440,"2013-01-02 00:00",1440,"2013-01-03 00:00",1440,"2013-01-06 00:00",1440,"2013-01-07 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","68109",2,36.785322,-119.774174,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",63,100,60,61,0,6,"","","Certification not required",0,1439.888889,0.316794,1440,"2013-01-04 00:00",1440,"2013-01-11 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","86101",1,36.785322,-119.774174,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",3564,41,148,365,0,0,"","","Certification not required",0,17.289057,14.009695,201,"2013-04-15 18:00",134.8,"2013-03-19 19:00",129.3,"2013-05-21 19:00",128,"2013-04-16 15:00","","","","",70.8,55.4,40.1,31.9,22.3,14.7,4.5,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-04" +"06","019","0011","88101",1,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,29,39,39,"Certification not required",0,16.899107,15.510973,99.6,"2013-12-18 00:00",86,"2013-12-17 00:00",77.6,"2013-12-15 00:00",74.2,"2013-12-16 00:00","","","","",74.2,65.7,49.4,39,22.1,10.5,4.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","88101",1,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,29,"","","Certification not required",0,16.899107,15.510973,99.6,"2013-12-18 00:00",86,"2013-12-17 00:00",77.6,"2013-12-15 00:00",74.2,"2013-12-16 00:00","","","","",74.2,65.7,49.4,39,22.1,10.5,4.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","88101",2,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",63,98,60,61,0,6,8,8,"Certification not required",0,17.380952,17.858619,100.1,"2013-12-18 00:00",63.7,"2013-12-30 00:00",55.2,"2013-12-24 00:00",52.7,"2013-01-04 00:00","","","","",100.1,63.7,55.2,46.7,22.8,10.8,4.9,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","88101",2,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",63,98,60,61,0,6,"","","Certification not required",0,17.380952,17.858619,100.1,"2013-12-18 00:00",63.7,"2013-12-30 00:00",55.2,"2013-12-24 00:00",52.7,"2013-01-04 00:00","","","","",100.1,63.7,55.2,46.7,22.8,10.8,4.9,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","0011","88101",3,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5000,57,212,365,0,0,"","","Certification not required",0,16.32556,12.158701,101.7,"2013-07-04 21:00",97,"2013-01-13 00:00",92.4,"2013-01-01 00:00",90.1,"2013-01-13 01:00","","","","",59.2,52.1,42.1,33.7,19.8,12.2,6,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","88101",3,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",209,57,209,365,0,0,15,15,"Certification not required",0,16.249282,10.105074,52.2,"2013-01-04 00:00",50,"2013-01-22 00:00",44.8,"2013-01-05 00:00",44.3,"2013-01-21 00:00","","","","",44.8,43.7,39.5,34.1,20.8,13,6.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","88101",3,36.785322,-119.774174,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",210,58,210,365,0,0,"","","Certification not required",0,16.250476,10.080885,52.2,"2013-01-04 00:00",50,"2013-01-22 00:00",44.8,"2013-01-05 00:00",44.3,"2013-01-21 00:00","","","","",44.8,43.7,39.5,34.1,20.8,13,6.9,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-13" +"06","019","0011","88102",5,36.785322,-119.774174,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",100,0.02001,0.007233,0.066,"2013-06-06 00:00",0.051,"2013-04-13 00:00",0.03,"2013-09-16 00:00",0.026,"2013-01-16 00:00","","","","",0.051,0.03,0.026,0.026,0.021,0.0195,0.014,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88103",5,36.785322,-119.774174,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.000333,0.000716,0.004,"2013-11-12 00:00",0.003,"2013-01-01 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-31 00:00","","","","",0.003,0.002,0.002,0.001,0,0,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88104",5,36.785322,-119.774174,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",17,0.077262,0.066201,0.332,"2013-05-01 00:00",0.232,"2013-09-10 00:00",0.225,"2013-09-19 00:00",0.224,"2013-04-28 00:00","","","","",0.232,0.225,0.216,0.179,0.116,0.053,0.0065,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88107",5,36.785322,-119.774174,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",98,0.007618,0.007068,0.0295,"2013-02-18 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-15 00:00","","","","",0.0295,0.0295,0.0295,0.0153,0.0055,0.005,0.0039,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88109",5,36.785322,-119.774174,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",24,0.004066,0.0026,0.0111,"2013-01-19 00:00",0.0108,"2013-01-01 00:00",0.0107,"2013-01-22 00:00",0.0099,"2013-11-12 00:00","","","","",0.0108,0.0107,0.0088,0.0073,0.0055,0.004,0.0009,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88110",5,36.785322,-119.774174,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.001686,0.003727,0.018,"2013-05-28 00:00",0.014,"2013-05-16 00:00",0.012,"2013-03-20 00:00",0.012,"2013-08-08 00:00","","","","",0.014,0.012,0.012,0.008,0.001,0,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88111",5,36.785322,-119.774174,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",3,0.044656,0.032343,0.179,"2013-05-01 00:00",0.152,"2013-05-04 00:00",0.113,"2013-04-28 00:00",0.108,"2013-09-19 00:00","","","","",0.152,0.113,0.105,0.0967,0.0561,0.0344,0.0143,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88112",5,36.785322,-119.774174,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.006819,0.017491,0.137,"2013-09-19 00:00",0.073,"2013-09-22 00:00",0.059,"2013-09-13 00:00",0.057,"2013-08-20 00:00","","","","",0.073,0.059,0.036,0.01,0.004,0.002,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88113",5,36.785322,-119.774174,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",92,0.000794,0.000371,0.0026,"2013-05-10 00:00",0.002,"2013-09-16 00:00",0.0019,"2013-11-09 00:00",0.0018,"2013-01-04 00:00","","","","",0.002,0.0019,0.0016,0.0014,0.0007,0.0007,0.00055,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88114",5,36.785322,-119.774174,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",35,0.005283,0.005535,0.0282,"2013-01-22 00:00",0.026,"2013-02-15 00:00",0.0246,"2013-01-16 00:00",0.0204,"2013-02-09 00:00","","","","",0.026,0.0246,0.0153,0.0119,0.0076,0.0036,0.0008,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88115",5,36.785322,-119.774174,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",38,0.042098,0.08063,0.42,"2013-01-04 00:00",0.336,"2013-01-01 00:00",0.325,"2013-05-22 00:00",0.313,"2013-01-07 00:00","","","","",0.336,0.325,0.243,0.163,0.0264,0.0098,0.0039,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88117",5,36.785322,-119.774174,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",105,0.007211,0.0111,0.0435,"2013-05-19 00:00",0.0435,"2013-08-17 00:00",0.0435,"2013-08-20 00:00",0.0435,"2013-10-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88118",5,36.785322,-119.774174,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",104,0.010109,0.006708,0.023,"2013-02-18 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-15 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88126",5,36.785322,-119.774174,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.119531,0.07315,0.365,"2013-05-01 00:00",0.316,"2013-08-20 00:00",0.274,"2013-11-12 00:00",0.265,"2013-10-19 00:00","","","","",0.316,0.274,0.262,0.251,0.16,0.103,0.046,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88128",5,36.785322,-119.774174,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.001,0.001647,0.008,"2013-01-07 00:00",0.008,"2013-01-22 00:00",0.006,"2013-01-04 00:00",0.005,"2013-04-22 00:00","","","","",0.008,0.006,0.004,0.003,0.002,0,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88131",5,36.785322,-119.774174,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",102,0.010519,0.005208,0.039,"2013-04-19 00:00",0.037,"2013-04-01 00:00",0.025,"2013-11-12 00:00",0.0165,"2013-01-16 00:00","","","","",0.037,0.025,0.0165,0.0165,0.011,0.008,0.007,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88132",5,36.785322,-119.774174,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.002048,0.001852,0.008,"2013-05-01 00:00",0.007,"2013-09-10 00:00",0.007,"2013-10-22 00:00",0.006,"2013-05-04 00:00","","","","",0.007,0.007,0.006,0.005,0.003,0.002,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88136",5,36.785322,-119.774174,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.0074,0.020115,0.14,"2013-02-12 00:00",0.123,"2013-05-10 00:00",0.066,"2013-03-14 00:00",0.05,"2013-03-26 00:00","","","","",0.123,0.066,0.038,0.013,0.005,0.002,0,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88140",5,36.785322,-119.774174,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",66,0.01485,0.015439,0.091,"2013-07-06 00:00",0.072,"2013-06-03 00:00",0.058,"2013-09-28 00:00",0.057,"2013-05-04 00:00","","","","",0.072,0.058,0.047,0.0367,0.016,0.009,0.0055,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88152",5,36.785322,-119.774174,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",103,0.005592,0.001614,0.01,"2013-09-19 00:00",0.01,"2013-11-06 00:00",0.008,"2013-01-31 00:00",0.008,"2013-02-15 00:00","","","","",0.01,0.008,0.008,0.008,0.0055,0.005,0.0045,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88154",5,36.785322,-119.774174,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",102,0.00108,0.000246,0.0016,"2013-07-24 00:00",0.0014,"2013-06-21 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-19 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88160",5,36.785322,-119.774174,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",98,0.014019,0.005191,0.04,"2013-05-16 00:00",0.029,"2013-01-04 00:00",0.029,"2013-10-19 00:00",0.028,"2013-08-17 00:00","","","","",0.029,0.029,0.022,0.018,0.016,0.016,0.01,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88161",5,36.785322,-119.774174,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",58,0.005543,0.004441,0.02,"2013-05-01 00:00",0.0173,"2013-10-16 00:00",0.017,"2013-05-04 00:00",0.0164,"2013-09-07 00:00","","","","",0.0173,0.017,0.0152,0.0124,0.0083,0.00265,0.00215,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88164",5,36.785322,-119.774174,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",103,0.001599,0.000337,0.004,"2013-05-10 00:00",0.002,"2013-10-16 00:00",0.0019,"2013-01-31 00:00",0.0019,"2013-02-15 00:00","","","","",0.002,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88165",5,36.785322,-119.774174,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",1,0.21661,0.175177,0.998,"2013-05-01 00:00",0.663,"2013-05-04 00:00",0.646,"2013-09-19 00:00",0.605,"2013-09-10 00:00","","","","",0.663,0.646,0.562,0.485,0.278,0.164,0.037,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88166",5,36.785322,-119.774174,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",105,0.008073,0.004663,0.019,"2013-04-19 00:00",0.019,"2013-05-28 00:00",0.019,"2013-09-07 00:00",0.019,"2013-09-22 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88167",5,36.785322,-119.774174,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",28,0.008577,0.013077,0.111,"2013-11-06 00:00",0.0619,"2013-01-13 00:00",0.0276,"2013-01-04 00:00",0.0256,"2013-10-31 00:00","","","","",0.0619,0.0276,0.0251,0.0176,0.0103,0.0053,0.0013,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88168",5,36.785322,-119.774174,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",98,0.001633,0.002211,0.0195,"2013-10-22 00:00",0.0118,"2013-02-15 00:00",0.0085,"2013-10-10 00:00",0.0042,"2013-10-19 00:00","","","","",0.0118,0.0085,0.0021,0.00175,0.00155,0.00115,0.00085,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88169",5,36.785322,-119.774174,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.368668,0.155324,0.781,"2013-04-28 00:00",0.717,"2013-07-03 00:00",0.699,"2013-03-23 00:00",0.658,"2013-10-25 00:00","","","","",0.717,0.699,0.642,0.597,0.483,0.338,0.188,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88176",5,36.785322,-119.774174,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",102,0.000999,0.000263,0.0021,"2013-05-04 00:00",0.002,"2013-01-01 00:00",0.0015,"2013-05-22 00:00",0.0013,"2013-01-16 00:00","","","","",0.002,0.0015,0.0013,0.0013,0.0013,0.0009,0.0007,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88180",5,36.785322,-119.774174,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,0.09597,0.079385,0.578,"2013-01-01 00:00",0.32,"2013-01-13 00:00",0.277,"2013-01-19 00:00",0.274,"2013-01-04 00:00","","","","",0.32,0.277,0.227,0.189,0.12,0.0726,0.031,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88184",5,36.785322,-119.774174,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",30,0.107776,0.114116,0.713,"2013-07-06 00:00",0.527,"2013-06-03 00:00",0.444,"2013-05-25 00:00",0.324,"2013-07-30 00:00","","","","",0.527,0.444,0.307,0.274,0.14,0.066,0.02,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88185",5,36.785322,-119.774174,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",99,0.003608,0.003621,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-24 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88301",5,36.785322,-119.774174,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",1,0.85889,1.042359,5.63,"2013-01-22 00:00",5.29,"2013-01-04 00:00",4.67,"2013-11-12 00:00",3.61,"2013-01-19 00:00","","","","",5.29,4.67,2.87,2.2,0.946,0.455,0.153,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88302",5,36.785322,-119.774174,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",3,0.127509,0.108859,0.59,"2013-06-03 00:00",0.5,"2013-05-25 00:00",0.385,"2013-07-21 00:00",0.369,"2013-10-10 00:00","","","","",0.5,0.385,0.35,0.28,0.17,0.09,0.034,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88303",5,36.785322,-119.774174,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",22,0.062088,0.080819,0.62,"2013-01-01 00:00",0.361,"2013-01-22 00:00",0.255,"2013-01-19 00:00",0.247,"2013-01-13 00:00","","","","",0.361,0.255,0.183,0.13,0.067,0.04,0.012,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88306",5,36.785322,-119.774174,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",1,2.554243,3.498909,18.6,"2013-01-22 00:00",17.2,"2013-01-04 00:00",13.3,"2013-11-12 00:00",12.2,"2013-01-19 00:00","","","","",17.2,13.3,9.55,7.36,2.78,1.12,0.381,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88355",5,36.785322,-119.774174,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",0,3.284208,2.650727,12.1,"2013-01-01 00:00",11.8,"2013-01-13 00:00",11.5,"2013-01-22 00:00",11.3,"2013-01-19 00:00","","","","",11.8,11.5,9.61,7.06,3.88,2.44,1.17,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88357",5,36.785322,-119.774174,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",1,0.490713,0.505913,3.87,"2013-01-04 00:00",1.69,"2013-01-19 00:00",1.53,"2013-11-06 00:00",1.51,"2013-01-01 00:00","","","","",1.69,1.53,1.49,1.01,0.621,0.31,0.156,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88370",5,36.785322,-119.774174,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",0,3.077891,2.446736,11.3,"2013-01-01 00:00",10.6,"2013-01-19 00:00",10.4,"2013-01-04 00:00",10.2,"2013-01-13 00:00","","","","",10.6,10.4,9.95,6.68,3.63,2.29,1.11,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88374",5,36.785322,-119.774174,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",2,0.370535,0.580467,3.21,"2013-01-13 00:00",2.49,"2013-01-19 00:00",2.45,"2013-01-04 00:00",2.04,"2013-01-07 00:00","","","","",2.49,2.45,1.85,1,0.342,0.156,0.038,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88375",5,36.785322,-119.774174,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",0,0.74798,0.554176,2.75,"2013-01-01 00:00",2.53,"2013-01-13 00:00",2.46,"2013-07-30 00:00",2.3,"2013-01-22 00:00","","","","",2.53,2.46,2.19,1.42,0.903,0.599,0.272,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88376",5,36.785322,-119.774174,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",0,0.995842,0.738706,3.33,"2013-07-30 00:00",3.28,"2013-01-01 00:00",3.02,"2013-01-04 00:00",2.9,"2013-10-16 00:00","","","","",3.28,3.02,2.79,2.09,1.2,0.763,0.37,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88377",5,36.785322,-119.774174,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",0,0.538178,0.376466,1.88,"2013-01-01 00:00",1.55,"2013-01-04 00:00",1.53,"2013-01-16 00:00",1.47,"2013-07-30 00:00","","","","",1.55,1.53,1.31,1.06,0.69,0.422,0.205,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88378",5,36.785322,-119.774174,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",2,0.42497,0.394838,2.32,"2013-07-30 00:00",2.1,"2013-01-19 00:00",1.82,"2013-01-22 00:00",1.5,"2013-01-01 00:00","","","","",2.1,1.82,1.18,0.788,0.496,0.323,0.119,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88380",5,36.785322,-119.774174,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",1,0.697822,0.666359,3.1,"2013-01-13 00:00",3.07,"2013-01-04 00:00",2.82,"2013-01-22 00:00",2.39,"2013-01-19 00:00","","","","",3.07,2.82,2.16,1.72,0.855,0.427,0.184,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88383",5,36.785322,-119.774174,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",1,1.037347,0.957245,4.56,"2013-01-22 00:00",4.42,"2013-01-19 00:00",4.2,"2013-01-04 00:00",3.81,"2013-01-01 00:00","","","","",4.42,4.2,3.12,2.3,1.34,0.714,0.241,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88384",5,36.785322,-119.774174,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",1,0.082822,0.039673,0.263,"2013-06-27 00:00",0.191,"2013-08-29 00:00",0.168,"2013-08-08 00:00",0.158,"2013-05-01 00:00","","","","",0.191,0.168,0.152,0.132,0.099,0.0746,0.0382,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88385",5,36.785322,-119.774174,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",71,0.003232,0.004836,0.0271,"2013-06-27 00:00",0.0259,"2013-11-12 00:00",0.0223,"2013-05-04 00:00",0.014,"2013-08-17 00:00","","","","",0.0259,0.0223,0.0116,0.00824,0.00429,0.001,0.001,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88388",5,36.785322,-119.774174,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",101,83,100,122,0,5,"","","Certification not required",1,0.632436,0.574361,3.14,"2013-01-22 00:00",2.81,"2013-01-19 00:00",2.6,"2013-07-30 00:00",2.34,"2013-01-01 00:00","","","","",2.81,2.6,1.89,1.21,0.727,0.477,0.159,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88403",5,36.785322,-119.774174,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",1,0.934162,0.444149,2.09,"2013-04-28 00:00",1.97,"2013-07-03 00:00",1.94,"2013-03-23 00:00",1.82,"2013-06-06 00:00","","","","",1.97,1.94,1.77,1.59,1.22,0.849,0.416,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0011","88502",5,36.785322,-119.774174,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,104,122,0,1,"","","Certification not required",0,12.967619,10.366519,54.8,"2013-01-04 00:00",51.3,"2013-01-22 00:00",43.8,"2013-01-19 00:00",43.1,"2013-01-01 00:00","","","","",51.3,43.8,37.3,28.8,14.3,9.8,4.8,"Fresno - Garland","3727 N FIRST ST, FRESNO","California","Fresno","Fresno","Fresno, CA","2014-02-13" +"06","019","0242","42101",1,36.841389,-119.874444,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6409,73,289,365,0,887,0,0,"Certification not required",5982,0.278936,0.137778,3.5,"2013-01-02 08:00",3.1,"2013-01-02 07:00",2.3,"2013-01-02 05:00",2.1,"2013-01-02 09:00","","","","",0.9,0.7,0.5,0.25,0.25,0.25,0.25,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","42101",1,36.841389,-119.874444,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6941,79,283,365,0,0,0,0,"Certification not required",0,0.321553,0.100758,2.3,"2013-01-02 09:00",2.3,"2013-01-02 10:00",2,"2013-01-02 08:00",2,"2013-01-02 11:00",2.3,"2013-01-02 09:00",1.5,"2013-01-17 10:00",0.8,0.6,0.4,0.3,0.3,0.3,0.3,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","42601",1,36.841389,-119.874444,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6374,73,285,365,0,922,"","","Certification not required",0,3.266395,9.573878,188,"2013-03-04 13:00",159,"2013-01-29 14:00",154,"2013-02-12 16:00",136,"2013-03-25 11:00","","","","",47,29,11,6,2,1,0,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","42602",1,36.841389,-119.874444,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6374,73,284,365,0,922,1,"","Certification not required",0,16.535211,10.703958,93,"2013-01-31 10:00",79,"2013-02-04 15:00",68,"2013-01-29 14:00",54,"2013-02-14 09:00","","","","",76,61,37,29,21,14,8,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","42602",1,36.841389,-119.874444,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6374,73,284,365,0,922,"","","Certification not required",0,7.269532,6.193097,118,"2013-03-25 11:00",93,"2013-01-31 10:00",79,"2013-02-04 15:00",76,"2013-03-26 09:00","","","","",27,23,18,14,9,6,2,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","42603",1,36.841389,-119.874444,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6377,73,285,365,0,919,"","","Certification not required",0,10.120119,12.884902,200,"2013-01-29 14:00",197,"2013-03-25 11:00",177,"2013-03-04 13:00",172,"2013-02-12 16:00","","","","",66,47,29,19,11,7,3,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","44201",1,36.841389,-119.874444,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6269,79,290,365,0,1027,0,0,"Certification not required",267,0.060517,0.01835,0.114,"2013-07-02 13:00",0.109,"2013-06-08 15:00",0.104,"2013-07-01 14:00",0.095,"2013-07-04 14:00","","","","",0.104,0.093,0.089,0.084,0.074,0.062,0.036,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","44201",1,36.841389,-119.874444,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6590,72,261,365,0,0,4,4,"Certification not required",0,0.056778,0.014737,0.1,"2013-06-08 10:00",0.092,"2013-07-02 10:00",0.089,"2013-07-20 09:00",0.085,"2013-06-02 09:00","","","","",0.089,0.082,0.08,0.074,0.068,0.058,0.036,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","44201",1,36.841389,-119.874444,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6590,72,261,365,0,0,25,25,"Certification not required",0,0.056778,0.014737,0.1,"2013-06-08 10:00",0.092,"2013-07-02 10:00",0.089,"2013-07-20 09:00",0.085,"2013-06-02 09:00","","","","",0.089,0.082,0.08,0.074,0.068,0.058,0.036,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","61101",1,36.841389,-119.874444,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7270,83,304,365,0,26,"","","Certification not required",0,2.440495,1.237564,9.6,"2013-04-16 15:00",8.7,"2013-03-19 23:00",8.7,"2013-05-05 11:00",7.8,"2013-04-08 12:00","","","","",5.2,5.2,4.3,4.3,3.5,2.6,0.9,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","61102",1,36.841389,-119.874444,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7270,83,304,365,0,26,"","","Certification not required",0,243.39381,111.468988,360,"2013-01-19 04:00",360,"2013-01-22 00:00",360,"2013-01-26 08:00",360,"2013-01-30 05:00","","","","",359,357,353,344,319,292,22,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","61103",1,36.841389,-119.874444,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7205,82,303,365,0,91,"","","Certification not required",0,1.882817,1.103093,8.7,"2013-04-16 15:00",7.8,"2013-03-19 23:00",7.8,"2013-05-05 11:00",6.9,"2013-03-06 00:00","","","","",4.3,4.3,3.5,3.5,2.6,1.7,0.9,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","61104",1,36.841389,-119.874444,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7205,82,303,365,0,91,"","","Certification not required",0,235.761277,116.910323,360,"2013-01-21 12:00",360,"2013-01-26 08:00",360,"2013-01-31 04:00",360,"2013-01-31 23:00","","","","",359,357,354,346,317,290,16,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","0242","62101",1,36.841389,-119.874444,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6938,79,289,365,0,358,"","","Certification not required",0,66.637359,16.117253,105,"2013-06-30 15:00",105,"2013-07-02 14:00",104,"2013-06-08 16:00",104,"2013-06-29 14:00","","","","",100,97,93,89,78,67,45,"Fresno-SSP","SIERRA SKYPARK#2-BLYTHE & CHNNLT, FRESNO","California","Fresno","Fresno","Fresno, CA","2013-12-17" +"06","019","2008","64101",1,36.198672,-120.101096,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8754,100,365,365,0,6,"","","Certification not required",0,1003.764222,5.417467,1020,"2013-01-15 08:00",1020,"2013-01-15 09:00",1020,"2013-01-15 10:00",1020,"2013-01-15 11:00","","","","",1016,1015,1013,1012,1008,1003,997,"","16875 4th Street Huron, CA 93234","California","Fresno","Huron","Fresno, CA","2014-02-14" +"06","019","2008","88502",3,36.198672,-120.101096,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7879,90,326,365,0,881,"","","Certification not required",0,12.772814,9.709903,144,"2013-10-27 21:00",120,"2013-05-03 16:00",99,"2013-12-18 10:00",99,"2013-12-18 11:00","","","","",53,41,30,23,16,10,4,"","16875 4th Street Huron, CA 93234","California","Fresno","Huron","Fresno, CA","2014-02-14" +"06","019","2008","88502",3,36.198672,-120.101096,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,12.734049,7.47795,71.8,"2013-12-18 00:00",54.7,"2013-12-17 00:00",39.9,"2013-12-31 00:00",37,"2013-12-15 00:00","","","","",37,34.4,26.5,21,14.7,11,6.6,"","16875 4th Street Huron, CA 93234","California","Fresno","Huron","Fresno, CA","2014-02-14" +"06","019","2009","44201",1,36.634225,-120.382331,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6202,74,270,365,0,350,0,0,"Certification not required",141,0.057152,0.012946,0.087,"2013-08-19 17:00",0.085,"2013-05-04 14:00",0.084,"2013-05-02 17:00",0.084,"2013-06-08 16:00","","","","",0.084,0.083,0.078,0.075,0.066,0.057,0.039,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","44201",1,36.634225,-120.382331,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6464,73,266,365,0,0,0,0,"Certification not required",0,0.051662,0.011879,0.078,"2013-05-04 10:00",0.076,"2013-05-02 11:00",0.076,"2013-06-08 11:00",0.075,"2013-07-02 10:00","","","","",0.076,0.074,0.071,0.067,0.061,0.052,0.036,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","44201",1,36.634225,-120.382331,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6464,73,266,365,0,0,3,3,"Certification not required",0,0.051662,0.011879,0.078,"2013-05-04 10:00",0.076,"2013-05-02 11:00",0.076,"2013-06-08 11:00",0.075,"2013-07-02 10:00","","","","",0.076,0.074,0.071,0.067,0.061,0.052,0.036,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","61101",1,36.634225,-120.382331,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6534,75,273,365,0,18,"","","Certification not required",0,7.805862,3.670102,32.1,"2013-04-08 13:00",30.4,"2013-04-08 14:00",30.4,"2013-04-08 15:00",29.5,"2013-04-08 12:00","","","","",20,17.4,14.8,12.2,9.6,7.8,3.5,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","61102",1,36.634225,-120.382331,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6532,75,273,365,0,20,"","","Certification not required",0,269.819045,97.564066,360,"2013-02-05 05:00",360,"2013-02-22 15:00",360,"2013-02-24 18:00",360,"2013-03-26 13:00","","","","",357,355,350,344,332,308,76,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","61103",1,36.634225,-120.382331,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6488,74,273,365,0,64,"","","Certification not required",0,7.440675,3.788311,31.3,"2013-04-08 13:00",30.4,"2013-04-08 14:00",30.4,"2013-04-08 15:00",29.5,"2013-04-08 12:00","","","","",19.1,17.4,14.8,12.2,9.6,6.9,2.6,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","61104",1,36.634225,-120.382331,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6488,74,273,365,0,64,"","","Certification not required",0,270.096178,97.47046,360,"2013-02-22 15:00",360,"2013-03-01 14:00",360,"2013-03-27 16:00",360,"2013-04-12 12:00","","","","",358,355,351,344,332,308,76,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","62101",1,36.634225,-120.382331,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,66.861205,16.273903,106,"2013-06-30 15:00",106,"2013-07-02 16:00",105,"2013-06-08 15:00",105,"2013-06-08 16:00","","","","",100,97,93,89,79,67,45,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","64101",1,36.634225,-120.382331,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6542,75,273,365,0,10,"","","Certification not required",0,1008.145537,5.44704,1026.6,"2013-01-15 09:00",1026.6,"2013-01-15 10:00",1025.2,"2013-01-15 08:00",1025.2,"2013-01-15 11:00","","","","",1021.2,1019.9,1017.2,1015.9,1011.9,1007.9,1001.2,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","88101",3,36.634225,-120.382331,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6048,69,261,365,0,504,"","","Certification not required",0,7.445933,7.529033,68,"2013-01-23 12:00",62,"2013-01-22 20:00",61,"2013-01-22 19:00",61,"2013-01-23 13:00","","","","",39,33,22,15,9,6,1,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","88101",3,36.634225,-120.382331,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",249,68,249,365,0,0,3,3,"Certification not required",0,7.453414,6.451694,47.8,"2013-01-23 00:00",36.7,"2013-01-05 00:00",35.7,"2013-01-22 00:00",31.8,"2013-02-02 00:00","","","","",35.7,31.4,20.8,13.7,9,5.7,2.5,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","2009","88101",3,36.634225,-120.382331,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",249,68,249,365,0,0,"","","Certification not required",0,7.453414,6.451694,47.8,"2013-01-23 00:00",36.7,"2013-01-05 00:00",35.7,"2013-01-22 00:00",31.8,"2013-02-02 00:00","","","","",35.7,31.4,20.8,13.7,9,5.7,2.5,"Tranquillity","32650 West Adams Avenue Tranquillity CA 93668","California","Fresno","","Fresno, CA","2014-01-21" +"06","019","4001","42601",1,36.5975,-119.503611,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5680,65,258,365,0,872,"","","Certification not required",0,3.172535,6.023738,106,"2013-01-17 08:00",100,"2013-01-16 08:00",88,"2013-01-15 08:00",87,"2013-01-15 06:00","","","","",25,16,12,8,3,2,0,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","42602",1,36.5975,-119.503611,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5680,65,258,365,0,872,0,"","Certification not required",0,14.678295,5.76731,36,"2013-01-16 18:00",34,"2013-02-15 19:00",33,"2013-01-31 21:00",32,"2013-01-15 18:00","","","","",33,31,25,22,18,14,8,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","42602",1,36.5975,-119.503611,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5680,65,258,365,0,872,"","","Certification not required",0,9.372887,4.77263,36,"2013-01-16 18:00",34,"2013-01-16 19:00",34,"2013-02-15 19:00",33,"2013-01-31 21:00","","","","",22,19,17,15,13,9,3,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","42603",1,36.5975,-119.503611,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5680,65,258,365,0,872,"","","Certification not required",0,12.84331,8.834418,120,"2013-01-17 08:00",116,"2013-01-16 08:00",106,"2013-01-15 09:00",104,"2013-01-15 06:00","","","","",41,33,27,22,17,12,4,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","43000",1,36.5975,-119.503611,"NAD27","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,24.508553,17.438748,90.2,"2013-07-05 23:00",84.5,"2013-07-18 16:00",82.5,"2013-06-12 16:00",82.5,"2013-06-15 05:00","","","","",84.5,82.5,55.4,48.6,33.6,18.7,8.2,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43102",1,36.5975,-119.503611,"NAD27","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",2220,25,102,365,0,4332,"","","Certification not required",0,50.153153,2.968053,120,"2013-09-09 06:00",110,"2013-09-09 07:00",110,"2013-09-14 07:00",100,"2013-09-07 05:00","","","","",50,50,50,50,50,50,50,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","43141",1,36.5975,-119.503611,"NAD27","n-Dodecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",110,0.071711,0.048375,0.4,"2013-06-07 12:00",0.3,"2013-06-03 05:00",0.2,"2013-06-02 23:00",0.2,"2013-06-06 05:00","","","","",0.3,0.2,0.2,0.1,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43202",1,36.5975,-119.503611,"NAD27","Ethane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,3.430921,1.401429,9.4,"2013-06-15 05:00",7.7,"2013-06-14 23:00",7.4,"2013-06-07 05:00",6.6,"2013-06-12 05:00","","","","",7.7,6.6,5.9,5.3,4.2,3.3,1.9,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43203",1,36.5975,-119.503611,"NAD27","Ethylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.909868,0.576902,3.4,"2013-06-15 05:00",3,"2013-06-14 23:00",2.4,"2013-06-08 23:00",2.3,"2013-08-29 05:00","","","","",3,2.3,2,1.7,1.2,0.8,0.3,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43204",1,36.5975,-119.503611,"NAD27","Propane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,6.605263,5.789163,29,"2013-06-15 05:00",25.5,"2013-07-10 05:00",24.9,"2013-07-20 23:00",22,"2013-06-30 05:00","","","","",25.5,22,20.3,14.3,8.8,4.5,1.6,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43205",1,36.5975,-119.503611,"NAD27","Propylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",5,0.511513,0.389365,2.5,"2013-06-15 05:00",1.9,"2013-06-07 12:00",1.9,"2013-06-08 23:00",1.9,"2013-06-14 23:00","","","","",1.9,1.9,1.2,1,0.7,0.4,0.2,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43206",1,36.5975,-119.503611,"NAD27","Acetylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.654605,0.548911,6.2,"2013-07-29 23:00",1.6,"2013-06-15 05:00",1.5,"2013-07-09 05:00",1.5,"2013-07-10 05:00","","","","",1.6,1.5,1.3,1.1,0.8,0.5,0.3,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43212",1,36.5975,-119.503611,"NAD27","n-Butane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.836184,1.010839,7.6,"2013-07-05 23:00",7.5,"2013-06-12 16:00",5.5,"2013-07-18 16:00",4.1,"2013-06-27 08:00","","","","",7.5,4.1,1.7,1.3,1,0.6,0.3,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43214",1,36.5975,-119.503611,"NAD27","Isobutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",1,1.081908,2.18575,17,"2013-06-12 16:00",16.1,"2013-07-05 23:00",12.2,"2013-07-18 16:00",7.7,"2013-06-27 08:00","","","","",16.1,7.7,2.4,1.6,1,0.6,0.2,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43216",1,36.5975,-119.503611,"NAD27","trans-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",135,0.060855,0.036809,0.3,"2013-07-03 16:00",0.2,"2013-06-03 12:00",0.2,"2013-06-03 16:00",0.2,"2013-06-11 23:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43217",1,36.5975,-119.503611,"NAD27","cis-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",143,0.05625,0.027784,0.2,"2013-06-14 23:00",0.2,"2013-06-15 05:00",0.2,"2013-06-30 05:00",0.2,"2013-08-14 05:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43220",1,36.5975,-119.503611,"NAD27","n-Pentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",2,0.751974,0.592527,3.8,"2013-07-05 23:00",3.5,"2013-06-12 16:00",2.9,"2013-07-18 16:00",2.8,"2013-06-27 08:00","","","","",3.5,2.8,1.7,1.3,1,0.6,0.3,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43221",1,36.5975,-119.503611,"NAD27","Isopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",27,1.44375,1.38623,8.6,"2013-07-18 16:00",7.1,"2013-08-20 05:00",6.3,"2013-07-05 23:00",4.7,"2013-08-22 23:00","","","","",7.1,4.7,3.9,3.1,2.1,1.2,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43224",1,36.5975,-119.503611,"NAD27","1-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",83,0.102303,0.090499,0.7,"2013-06-14 23:00",0.5,"2013-06-15 05:00",0.4,"2013-06-03 05:00",0.4,"2013-07-05 23:00","","","","",0.5,0.4,0.2,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43226",1,36.5975,-119.503611,"NAD27","trans-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",137,0.067434,0.059317,0.4,"2013-06-15 05:00",0.4,"2013-06-29 23:00",0.3,"2013-06-12 12:00",0.3,"2013-06-14 23:00","","","","",0.4,0.3,0.2,0.05,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43227",1,36.5975,-119.503611,"NAD27","cis-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",147,0.06875,0.141399,1.5,"2013-08-13 23:00",1,"2013-08-16 23:00",0.2,"2013-06-17 23:00",0.2,"2013-06-23 23:00","","","","",1,0.2,0.05,0.05,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43230",1,36.5975,-119.503611,"NAD27","3-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",38,0.289474,0.253298,1.4,"2013-07-05 23:00",1.3,"2013-06-12 16:00",1,"2013-07-18 16:00",0.9,"2013-08-20 05:00","","","","",1.3,0.9,0.8,0.6,0.4,0.2,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43231",1,36.5975,-119.503611,"NAD27","n-Hexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.407895,0.338193,1.9,"2013-07-05 23:00",1.6,"2013-06-15 05:00",1.5,"2013-06-12 16:00",1.5,"2013-06-30 05:00","","","","",1.6,1.5,1.1,0.8,0.5,0.3,0.1,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43232",1,36.5975,-119.503611,"NAD27","n-Heptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",18,0.273684,0.227712,1.4,"2013-07-05 23:00",1.3,"2013-06-12 16:00",1.2,"2013-07-18 16:00",1,"2013-06-07 12:00","","","","",1.3,1,0.7,0.5,0.4,0.2,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43233",1,36.5975,-119.503611,"NAD27","n-Octane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",83,0.112171,0.101804,0.7,"2013-06-07 12:00",0.6,"2013-07-05 23:00",0.4,"2013-06-03 05:00",0.4,"2013-06-12 16:00","","","","",0.6,0.4,0.3,0.2,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43235",1,36.5975,-119.503611,"NAD27","n-Nonane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",77,0.125987,0.156744,1.7,"2013-06-07 12:00",0.6,"2013-07-05 23:00",0.4,"2013-06-15 05:00",0.4,"2013-06-26 23:00","","","","",0.6,0.4,0.3,0.2,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43238",1,36.5975,-119.503611,"NAD27","n-Decane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",102,0.0875,0.07596,0.5,"2013-06-26 23:00",0.5,"2013-07-05 23:00",0.4,"2013-06-07 12:00",0.3,"2013-07-18 16:00","","","","",0.5,0.3,0.2,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43242",1,36.5975,-119.503611,"NAD27","Cyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",110,0.082237,0.071272,0.5,"2013-06-12 16:00",0.4,"2013-07-05 23:00",0.4,"2013-07-18 16:00",0.3,"2013-06-27 08:00","","","","",0.4,0.3,0.2,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43243",1,36.5975,-119.503611,"NAD27","Isoprene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",63,0.187171,0.193649,1.1,"2013-06-30 16:00",0.9,"2013-08-20 16:00",0.7,"2013-07-10 16:00",0.7,"2013-07-19 16:00","","","","",0.9,0.7,0.6,0.5,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43244",1,36.5975,-119.503611,"NAD27","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",94,0.103947,0.09569,0.6,"2013-08-13 23:00",0.5,"2013-06-12 16:00",0.5,"2013-07-05 23:00",0.4,"2013-07-18 05:00","","","","",0.5,0.4,0.3,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43245",1,36.5975,-119.503611,"NAD27","1-Hexene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",145,0.05625,0.031682,0.3,"2013-06-03 05:00",0.2,"2013-06-02 23:00",0.2,"2013-07-05 23:00",0.2,"2013-08-10 23:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43247",1,36.5975,-119.503611,"NAD27","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",71,0.119408,0.084189,0.4,"2013-06-14 23:00",0.4,"2013-06-15 05:00",0.3,"2013-06-03 05:00",0.3,"2013-06-07 05:00","","","","",0.4,0.3,0.3,0.2,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43248",1,36.5975,-119.503611,"NAD27","Cyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",107,0.175987,0.337696,3,"2013-07-03 16:00",1.5,"2013-07-03 12:00",1.2,"2013-07-10 05:00",1.1,"2013-07-03 05:00","","","","",1.5,1.1,0.7,0.5,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43249",1,36.5975,-119.503611,"NAD27","3-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",87,0.231908,0.431636,2.6,"2013-07-18 12:00",2.6,"2013-07-18 16:00",2,"2013-07-18 05:00",1.7,"2013-06-12 16:00","","","","",2.6,1.7,1.2,0.6,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43250",1,36.5975,-119.503611,"NAD27","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.392763,0.462516,5.1,"2013-06-07 12:00",1.4,"2013-07-20 23:00",1.2,"2013-06-15 05:00",1.1,"2013-07-03 16:00","","","","",1.4,1.1,0.8,0.7,0.5,0.3,0.1,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43252",1,36.5975,-119.503611,"NAD27","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",79,0.128618,0.108665,0.5,"2013-06-03 05:00",0.5,"2013-06-05 23:00",0.5,"2013-06-29 23:00",0.4,"2013-06-02 23:00","","","","",0.5,0.4,0.4,0.3,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43253",1,36.5975,-119.503611,"NAD27","3-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",128,0.065132,0.047813,0.4,"2013-07-05 23:00",0.3,"2013-06-12 16:00",0.3,"2013-07-18 16:00",0.2,"2013-06-12 05:00","","","","",0.3,0.2,0.1,0.1,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43261",1,36.5975,-119.503611,"NAD27","Methylcyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",92,0.103947,0.089429,0.6,"2013-06-12 16:00",0.4,"2013-06-15 05:00",0.4,"2013-06-29 23:00",0.4,"2013-07-05 23:00","","","","",0.4,0.4,0.2,0.2,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43262",1,36.5975,-119.503611,"NAD27","Methylcyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",20,0.404605,0.362266,2.4,"2013-07-05 23:00",1.9,"2013-06-12 16:00",1.6,"2013-07-03 12:00",1.3,"2013-06-27 08:00","","","","",1.9,1.3,1,0.8,0.6,0.3,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43263",1,36.5975,-119.503611,"NAD27","2-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",76,0.172368,0.203511,1.3,"2013-06-14 23:00",1.1,"2013-06-30 05:00",1,"2013-06-12 16:00",0.9,"2013-07-05 23:00","","","","",1.1,0.9,0.4,0.4,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43280",1,36.5975,-119.503611,"NAD27","1-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",87,0.113487,0.131971,1.1,"2013-06-14 23:00",0.8,"2013-06-15 05:00",0.5,"2013-07-05 23:00",0.4,"2013-06-07 12:00","","","","",0.8,0.4,0.4,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43284",1,36.5975,-119.503611,"NAD27","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",68,0.142105,0.123431,0.7,"2013-08-05 05:00",0.5,"2013-06-12 16:00",0.5,"2013-06-15 05:00",0.5,"2013-08-20 05:00","","","","",0.5,0.5,0.4,0.3,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43285",1,36.5975,-119.503611,"NAD27","2-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",39,0.630592,0.707319,3.5,"2013-06-12 16:00",3.2,"2013-06-15 05:00",2.7,"2013-06-12 05:00",2.7,"2013-06-30 05:00","","","","",3.2,2.7,2,1.5,1,0.3,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43291",1,36.5975,-119.503611,"NAD27","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",73,0.145066,0.156192,1.4,"2013-07-18 05:00",0.6,"2013-07-18 16:00",0.5,"2013-06-12 16:00",0.5,"2013-06-14 23:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43954",1,36.5975,-119.503611,"NAD27","n-Undecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",74,0.129605,0.105221,0.6,"2013-07-05 23:00",0.5,"2013-06-14 23:00",0.4,"2013-06-07 05:00",0.4,"2013-07-21 05:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","43960",1,36.5975,-119.503611,"NAD27","2-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",81,0.124671,0.118768,0.9,"2013-07-05 23:00",0.6,"2013-07-03 16:00",0.5,"2013-07-18 16:00",0.4,"2013-06-08 23:00","","","","",0.6,0.4,0.3,0.2,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","44201",1,36.5975,-119.503611,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5662,70,254,365,0,890,0,0,"Certification not required",336,0.065425,0.02244,0.116,"2013-08-30 16:00",0.115,"2013-06-01 16:00",0.114,"2013-06-08 15:00",0.113,"2013-08-15 14:00","","","","",0.114,0.109,0.104,0.094,0.083,0.065,0.037,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","44201",1,36.5975,-119.503611,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6028,67,246,365,0,0,14,14,"Certification not required",0,0.057358,0.018758,0.1,"2013-06-08 10:00",0.099,"2013-06-02 10:00",0.097,"2013-06-07 11:00",0.095,"2013-06-01 11:00","","","","",0.097,0.093,0.085,0.081,0.073,0.06,0.033,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","44201",1,36.5975,-119.503611,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6028,68,247,365,0,0,48,48,"Certification not required",0,0.057445,0.01877,0.1,"2013-06-08 10:00",0.099,"2013-06-02 10:00",0.097,"2013-06-07 11:00",0.095,"2013-06-01 11:00","","","","",0.097,0.093,0.085,0.081,0.073,0.06,0.033,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","45109",1,36.5975,-119.503611,"NAD27","m/p Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.590789,0.834628,6.8,"2013-06-26 23:00",4.6,"2013-07-05 23:00",3.7,"2013-07-18 16:00",3.2,"2013-06-12 16:00","","","","",4.6,3.2,1.6,1.2,0.8,0.4,0,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45201",1,36.5975,-119.503611,"NAD27","Benzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.590132,0.402765,3.3,"2013-07-15 12:00",2.1,"2013-07-12 16:00",1.9,"2013-06-24 05:00",1.6,"2013-06-14 23:00","","","","",2.1,1.6,1.2,1.1,0.7,0.5,0.2,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45202",1,36.5975,-119.503611,"NAD27","Toluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,1.442763,1.965113,18.3,"2013-07-18 16:00",13.1,"2013-06-12 16:00",8.1,"2013-07-05 23:00",5.5,"2013-07-15 12:00","","","","",13.1,5.5,3.1,2.5,1.7,1,0.4,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45203",1,36.5975,-119.503611,"NAD27","Ethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.233553,0.279295,2.4,"2013-07-12 05:00",1.2,"2013-07-05 23:00",1.1,"2013-07-18 16:00",1,"2013-06-26 23:00","","","","",1.2,1,0.6,0.5,0.3,0.2,0,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45204",1,36.5975,-119.503611,"NAD27","o-Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.265132,0.602891,7,"2013-06-26 23:00",1.5,"2013-07-05 23:00",1.2,"2013-06-12 16:00",1.2,"2013-07-18 16:00","","","","",1.5,1.2,0.7,0.5,0.4,0.2,0,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45207",1,36.5975,-119.503611,"NAD27","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",100,0.096053,0.084086,0.5,"2013-07-12 05:00",0.4,"2013-06-14 23:00",0.4,"2013-07-05 23:00",0.3,"2013-07-03 05:00","","","","",0.4,0.3,0.3,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45208",1,36.5975,-119.503611,"NAD27","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",60,0.241447,0.243306,1.4,"2013-07-12 05:00",1,"2013-06-07 12:00",1,"2013-07-05 23:00",0.9,"2013-06-14 23:00","","","","",1,0.9,0.7,0.6,0.4,0.2,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45209",1,36.5975,-119.503611,"NAD27","n-Propylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",47,0.165461,0.132129,0.7,"2013-07-30 16:00",0.6,"2013-06-15 05:00",0.6,"2013-07-05 23:00",0.6,"2013-07-12 05:00","","","","",0.6,0.6,0.4,0.3,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45210",1,36.5975,-119.503611,"NAD27","Isopropylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0.0125,0.055568,0.5,"2013-07-03 16:00",0.2,"2013-06-30 16:00",0.2,"2013-07-02 23:00",0.2,"2013-07-05 23:00","","","","",0.2,0.2,0.1,0,0,0,0,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45211",1,36.5975,-119.503611,"NAD27","o-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",106,0.082895,0.065636,0.5,"2013-07-12 05:00",0.3,"2013-07-10 05:00",0.3,"2013-07-19 08:00",0.2,"2013-06-14 23:00","","","","",0.3,0.2,0.2,0.2,0.1,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45212",1,36.5975,-119.503611,"NAD27","m-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",55,0.202961,0.183169,1.1,"2013-06-15 05:00",1.1,"2013-07-12 05:00",0.7,"2013-07-05 23:00",0.6,"2013-07-10 05:00","","","","",1.1,0.6,0.5,0.4,0.3,0.2,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45213",1,36.5975,-119.503611,"NAD27","p-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",74,0.129605,0.111337,0.7,"2013-06-15 05:00",0.6,"2013-07-12 05:00",0.4,"2013-06-14 23:00",0.4,"2013-07-05 23:00","","","","",0.6,0.4,0.3,0.3,0.2,0.1,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45218",1,36.5975,-119.503611,"NAD27","m-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",150,0.051974,0.017149,0.2,"2013-06-02 23:00",0.2,"2013-07-12 05:00",0.05,"2013-06-03 05:00",0.05,"2013-06-03 12:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45219",1,36.5975,-119.503611,"NAD27","p-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",147,0.062829,0.106338,1.3,"2013-08-16 23:00",0.4,"2013-07-12 05:00",0.2,"2013-06-02 23:00",0.2,"2013-06-03 12:00","","","","",0.4,0.2,0.05,0.05,0.05,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45220",1,36.5975,-119.503611,"NAD27","Styrene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,0,0,0,"2013-06-02 23:00",0,"2013-06-03 05:00",0,"2013-06-03 12:00",0,"2013-06-03 16:00","","","","",0,0,0,0,0,0,0,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","45225",1,36.5975,-119.503611,"NAD27","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",99,0.137171,0.164327,1.1,"2013-07-10 05:00",0.9,"2013-07-19 05:00",0.6,"2013-06-14 23:00",0.6,"2013-07-12 05:00","","","","",0.9,0.6,0.4,0.4,0.2,0.05,0.05,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-09-19" +"06","019","4001","61101",1,36.5975,-119.503611,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6528,75,273,365,0,24,"","","Certification not required",0,4.231587,2.249069,19.1,"2013-09-21 17:00",17.4,"2013-01-09 23:00",15.6,"2013-03-19 20:00",15.6,"2013-05-21 22:00","","","","",11.3,10.4,8.7,6.9,5.2,3.5,1.7,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","61102",1,36.5975,-119.503611,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6528,75,273,365,0,24,"","","Certification not required",0,230.893229,95.913042,360,"2013-05-03 14:00",360,"2013-05-14 08:00",360,"2013-07-18 22:00",359,"2013-04-12 01:00","","","","",353,348,337,326,310,273,81,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","61103",1,36.5975,-119.503611,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6479,74,272,365,0,73,"","","Certification not required",0,3.815975,2.324401,19.1,"2013-09-21 17:00",17.4,"2013-01-09 23:00",15.6,"2013-05-21 22:00",15.6,"2013-09-21 18:00","","","","",11.3,10.4,8.7,6.9,5.2,3.5,1.7,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","61104",1,36.5975,-119.503611,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6479,74,272,365,0,73,"","","Certification not required",0,230.815712,96.083279,360,"2013-01-09 02:00",360,"2013-01-12 19:00",360,"2013-02-08 17:00",360,"2013-02-19 04:00","","","","",353,347,337,326,311,272,80,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","62101",1,36.5975,-119.503611,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6378,73,265,365,0,174,"","","Certification not required",0,66.578865,16.181777,105,"2013-06-30 15:00",105,"2013-06-30 16:00",104,"2013-08-19 16:00",103,"2013-06-29 15:00","","","","",98,96,93,89,78,67,44,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","62201",1,36.5975,-119.503611,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6531,75,273,365,0,21,"","","Certification not required",0,53.317869,20.141962,95,"2013-01-26 08:00",95,"2013-01-26 09:00",94,"2013-01-25 06:00",94,"2013-01-25 07:00","","","","",90,88,85,81,71,53,26,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","63301",1,36.5975,-119.503611,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6531,75,273,365,0,21,"","","Certification not required",2980,0.37171,0.470836,1.5,"2013-06-13 12:00",1.49,"2013-06-13 11:00",1.48,"2013-06-14 12:00",1.47,"2013-05-23 11:00","","","","",1.43,1.38,1.31,1.18,0.74,0.05,0.005,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","4001","64101",1,36.5975,-119.503611,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6510,74,271,365,0,42,"","","Certification not required",0,1002.434777,5.514667,1019.9,"2013-01-15 08:00",1019.9,"2013-01-15 09:00",1019.9,"2013-01-15 10:00",1019.9,"2013-01-15 11:00","","","","",1015.9,1014.6,1011.9,1010.6,1006.6,1001.2,995.9,"Parlier","9240 S. RIVERBEND, PARLIER 93648","California","Fresno","Parlier","Fresno, CA","2013-12-17" +"06","019","5001","42101",1,36.819111,-119.717356,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",5570,64,253,365,0,982,0,0,"Certification not required",5002,0.30167,0.18121,2.4,"2013-01-15 08:00",2.2,"2013-01-13 08:00",2.2,"2013-01-15 07:00",2.1,"2013-01-17 08:00","","","","",1.1,0.9,0.7,0.5,0.25,0.25,0.25,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","42101",1,36.819111,-119.717356,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5562,63,249,365,0,0,0,0,"Certification not required",0,0.346602,0.145323,1.4,"2013-01-15 08:00",1.4,"2013-01-15 11:00",1.3,"2013-01-14 09:00",1.3,"2013-01-14 10:00",1.4,"2013-01-15 08:00",1.3,"2013-01-14 09:00",1,0.9,0.7,0.4,0.3,0.3,0.3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","42601",1,36.819111,-119.717356,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4870,56,216,365,0,1682,"","","Certification not required",0,5.132854,12.895213,136,"2013-01-17 07:00",132,"2013-01-14 07:00",128,"2013-01-16 07:00",125,"2013-01-15 07:00","","","","",72,51,29,10,3,1,1,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","42602",1,36.819111,-119.717356,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4870,56,216,365,0,1682,0,"","Certification not required",0,17.712963,10.04182,42,"2013-01-22 18:00",40,"2013-01-16 18:00",39,"2013-02-28 20:00",39,"2013-03-01 20:00","","","","",39,39,37,34,25,15,7,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","42602",1,36.819111,-119.717356,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4870,56,216,365,0,1682,"","","Certification not required",0,8.331006,7.106016,42,"2013-01-22 18:00",40,"2013-01-16 18:00",39,"2013-01-22 19:00",39,"2013-02-28 20:00","","","","",33,30,24,19,11,6,3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","42603",1,36.819111,-119.717356,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4870,56,216,365,0,1682,"","","Certification not required",0,13.222382,17.829722,157,"2013-01-14 07:00",155,"2013-01-17 07:00",152,"2013-01-16 07:00",149,"2013-01-15 07:00","","","","",96,75,49,32,13,7,3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","43000",1,36.819111,-119.717356,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,29.221127,29.526809,325.4,"2013-06-03 12:00",101.3,"2013-07-10 05:00",96.1,"2013-08-15 05:00",71.2,"2013-06-23 23:00","","","","",101.3,96.1,56.1,48.7,33.1,21.8,13.6,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43102",1,36.819111,-119.717356,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",5855,67,263,365,0,697,"","","Certification not required",0,55.159693,23.348878,410,"2013-01-15 00:00",400,"2013-08-31 17:00",320,"2013-01-15 02:00",280,"2013-01-17 22:00","","","","",170,150,100,50,50,50,50,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","43141",1,36.819111,-119.717356,"NAD83","n-Dodecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",105,0.082746,0.096029,1,"2013-06-07 12:00",0.3,"2013-06-07 08:00",0.3,"2013-07-18 08:00",0.3,"2013-07-26 23:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43202",1,36.819111,-119.717356,"NAD83","Ethane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,4.140141,4.571963,49.3,"2013-06-03 12:00",17.2,"2013-08-15 05:00",16.1,"2013-07-10 05:00",12.5,"2013-07-24 05:00","","","","",17.2,16.1,10.5,6.3,4.2,3.1,2,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43203",1,36.819111,-119.717356,"NAD83","Ethylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,1.05,0.925888,8.2,"2013-06-03 12:00",4,"2013-07-10 05:00",3.8,"2013-08-15 05:00",3,"2013-08-14 05:00","","","","",4,3.8,2.5,1.9,1.3,0.7,0.4,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43204",1,36.819111,-119.717356,"NAD83","Propane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,4.145775,5.184683,58,"2013-06-03 12:00",13.8,"2013-08-15 05:00",12.7,"2013-07-10 05:00",11.1,"2013-08-20 05:00","","","","",13.8,12.7,8.5,7.1,5.4,3,1.5,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43205",1,36.819111,-119.717356,"NAD83","Propylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.990845,5.239619,62.8,"2013-06-03 12:00",2.4,"2013-06-21 05:00",2,"2013-06-28 05:00",1.8,"2013-07-10 05:00","","","","",2.4,2,1.5,1,0.8,0.4,0.2,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43206",1,36.819111,-119.717356,"NAD83","Acetylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.623944,0.413929,2.8,"2013-08-15 05:00",2.3,"2013-07-10 05:00",2,"2013-08-20 05:00",1.9,"2013-07-24 05:00","","","","",2.3,2,1.4,1,0.8,0.5,0.3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43212",1,36.819111,-119.717356,"NAD83","n-Butane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,1.108451,2.256103,26.1,"2013-06-03 12:00",8.4,"2013-06-23 23:00",2.9,"2013-07-10 05:00",2.6,"2013-08-15 05:00","","","","",8.4,2.9,1.8,1.6,1.2,0.7,0.4,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43214",1,36.819111,-119.717356,"NAD83","Isobutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.952817,2.098114,23.4,"2013-06-03 12:00",9,"2013-06-23 23:00",4.1,"2013-07-21 05:00",2.8,"2013-07-10 05:00","","","","",9,4.1,1.9,1.4,1,0.6,0.3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43216",1,36.819111,-119.717356,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",124,0.132394,0.834882,10,"2013-06-03 12:00",0.3,"2013-06-15 12:00",0.2,"2013-06-03 16:00",0.2,"2013-06-06 05:00","","","","",0.3,0.2,0.2,0.1,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43217",1,36.819111,-119.717356,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",136,0.098592,0.557983,6.7,"2013-06-03 12:00",0.1,"2013-06-15 12:00",0.1,"2013-06-21 05:00",0.1,"2013-06-28 05:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43220",1,36.819111,-119.717356,"NAD83","n-Pentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",1,0.901056,0.725925,6.3,"2013-06-03 12:00",3.8,"2013-07-18 05:00",3,"2013-07-10 05:00",3,"2013-07-21 12:00","","","","",3.8,3,2,1.5,1.1,0.7,0.4,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43221",1,36.819111,-119.717356,"NAD83","Isopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",18,2.057042,2.584546,22.7,"2013-06-03 12:00",16.8,"2013-06-06 12:00",7.8,"2013-07-10 05:00",7.5,"2013-08-15 05:00","","","","",16.8,7.8,4.8,4.1,2.5,1.5,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43224",1,36.819111,-119.717356,"NAD83","1-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",63,0.117254,0.151007,1.7,"2013-06-03 12:00",0.4,"2013-06-21 05:00",0.3,"2013-06-28 08:00",0.3,"2013-07-10 05:00","","","","",0.4,0.3,0.2,0.2,0.1,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43226",1,36.819111,-119.717356,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",109,0.073592,0.066496,0.6,"2013-06-03 12:00",0.4,"2013-06-23 23:00",0.3,"2013-06-28 05:00",0.2,"2013-06-07 12:00","","","","",0.4,0.3,0.2,0.1,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43227",1,36.819111,-119.717356,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",138,0.059155,0.056999,0.5,"2013-08-13 23:00",0.4,"2013-07-09 16:00",0.4,"2013-08-16 23:00",0.2,"2013-06-03 12:00","","","","",0.4,0.4,0.05,0.05,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43230",1,36.819111,-119.717356,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",20,0.364085,0.279524,1.5,"2013-07-10 05:00",1.4,"2013-08-15 05:00",1.1,"2013-06-23 23:00",1.1,"2013-07-25 05:00","","","","",1.4,1.1,0.9,0.7,0.5,0.3,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43231",1,36.819111,-119.717356,"NAD83","n-Hexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.502817,0.384808,2.2,"2013-06-27 05:00",2.1,"2013-06-03 12:00",1.6,"2013-07-10 05:00",1.6,"2013-07-19 08:00","","","","",2.1,1.6,1.4,0.9,0.6,0.3,0.2,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43232",1,36.819111,-119.717356,"NAD83","n-Heptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",1,0.335563,0.263809,1.6,"2013-08-19 23:00",1.5,"2013-08-14 05:00",1.4,"2013-06-28 08:00",1.1,"2013-07-10 05:00","","","","",1.5,1.4,0.8,0.7,0.4,0.3,0.1,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43233",1,36.819111,-119.717356,"NAD83","n-Octane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",67,0.127817,0.10744,0.6,"2013-07-18 08:00",0.5,"2013-06-03 12:00",0.4,"2013-06-12 05:00",0.4,"2013-07-10 05:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43235",1,36.819111,-119.717356,"NAD83","n-Nonane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",61,0.157394,0.285149,3.2,"2013-06-07 12:00",0.8,"2013-06-03 12:00",0.5,"2013-06-07 08:00",0.5,"2013-07-10 05:00","","","","",0.8,0.5,0.4,0.3,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43238",1,36.819111,-119.717356,"NAD83","n-Decane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",93,0.122887,0.339254,4,"2013-06-07 12:00",0.5,"2013-08-19 23:00",0.4,"2013-06-06 16:00",0.4,"2013-06-07 08:00","","","","",0.5,0.4,0.3,0.2,0.1,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43242",1,36.819111,-119.717356,"NAD83","Cyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",91,0.160211,0.737269,8.8,"2013-07-21 12:00",0.7,"2013-06-03 12:00",0.7,"2013-07-18 05:00",0.4,"2013-06-23 23:00","","","","",0.7,0.7,0.2,0.2,0.1,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43243",1,36.819111,-119.717356,"NAD83","Isoprene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",26,2.835211,2.72948,10.8,"2013-07-03 12:00",10.5,"2013-07-10 12:00",10.4,"2013-07-25 12:00",9.2,"2013-07-27 12:00","","","","",10.5,10.4,8.1,7.2,4.4,2,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43244",1,36.819111,-119.717356,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",51,0.158099,0.30952,3.6,"2013-07-21 12:00",0.7,"2013-07-10 05:00",0.6,"2013-07-18 05:00",0.5,"2013-08-15 05:00","","","","",0.7,0.6,0.3,0.3,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43245",1,36.819111,-119.717356,"NAD83","1-Hexene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",139,0.05669,0.049188,0.5,"2013-06-03 12:00",0.4,"2013-06-21 05:00",0.2,"2013-06-28 08:00",0.05,"2013-06-02 23:00","","","","",0.4,0.2,0.05,0.05,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43247",1,36.819111,-119.717356,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",46,0.154225,0.155683,1.4,"2013-06-29 23:00",0.7,"2013-08-15 05:00",0.6,"2013-07-10 05:00",0.5,"2013-07-25 05:00","","","","",0.7,0.6,0.4,0.3,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43248",1,36.819111,-119.717356,"NAD83","Cyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",72,0.220423,0.381772,3.1,"2013-07-02 23:00",2.3,"2013-07-03 05:00",1.4,"2013-07-18 05:00",1,"2013-07-24 05:00","","","","",2.3,1.4,0.8,0.6,0.2,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43249",1,36.819111,-119.717356,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",71,0.301056,0.540864,3.6,"2013-07-10 05:00",2.9,"2013-06-02 23:00",2.7,"2013-06-06 12:00",2,"2013-06-03 05:00","","","","",2.9,2.7,1.3,0.8,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43250",1,36.819111,-119.717356,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.457042,0.32928,1.9,"2013-07-10 05:00",1.8,"2013-08-15 05:00",1.5,"2013-07-30 05:00",1.4,"2013-06-21 05:00","","","","",1.8,1.5,1.1,0.9,0.6,0.3,0.2,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43252",1,36.819111,-119.717356,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",59,0.178521,0.157146,0.7,"2013-06-07 05:00",0.7,"2013-08-15 05:00",0.6,"2013-06-03 12:00",0.6,"2013-07-05 23:00","","","","",0.7,0.6,0.5,0.4,0.3,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43253",1,36.819111,-119.717356,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",113,0.074296,0.063507,0.4,"2013-07-10 05:00",0.4,"2013-08-15 05:00",0.3,"2013-07-12 05:00",0.3,"2013-07-24 05:00","","","","",0.4,0.3,0.2,0.1,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43261",1,36.819111,-119.717356,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",77,0.114437,0.100103,0.6,"2013-08-15 05:00",0.5,"2013-07-10 05:00",0.4,"2013-06-03 05:00",0.4,"2013-06-03 12:00","","","","",0.5,0.4,0.3,0.2,0.2,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43262",1,36.819111,-119.717356,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",7,0.504577,0.353448,2,"2013-07-10 05:00",1.7,"2013-08-15 05:00",1.7,"2013-08-19 23:00",1.6,"2013-06-23 23:00","","","","",1.7,1.7,1.2,1,0.7,0.4,0.2,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43263",1,36.819111,-119.717356,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",44,0.203521,0.21302,1.5,"2013-06-07 05:00",1,"2013-08-15 05:00",0.9,"2013-07-10 05:00",0.8,"2013-06-06 12:00","","","","",1,0.9,0.6,0.4,0.3,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43280",1,36.819111,-119.717356,"NAD83","1-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",78,0.2,0.969188,11.6,"2013-06-03 12:00",0.7,"2013-06-21 05:00",0.4,"2013-06-23 23:00",0.4,"2013-06-28 05:00","","","","",0.7,0.4,0.3,0.3,0.2,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43284",1,36.819111,-119.717356,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",35,0.213028,0.188939,1.3,"2013-08-15 05:00",0.8,"2013-07-24 05:00",0.8,"2013-08-02 05:00",0.7,"2013-07-03 05:00","","","","",0.8,0.8,0.6,0.4,0.3,0.2,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43285",1,36.819111,-119.717356,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",15,0.801761,0.663256,3.2,"2013-06-23 23:00",2.9,"2013-06-28 08:00",2.7,"2013-06-03 12:00",2.6,"2013-06-07 08:00","","","","",2.9,2.7,2.2,1.7,1.2,0.5,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43291",1,36.819111,-119.717356,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",46,0.185915,0.253722,2.6,"2013-07-10 05:00",0.9,"2013-08-15 05:00",0.7,"2013-07-30 16:00",0.6,"2013-07-24 05:00","","","","",0.9,0.7,0.5,0.4,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43502",1,36.819111,-119.717356,"NAD83","Formaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,1.476316,0.791322,4.5,"2013-06-05 23:00",4.3,"2013-06-07 08:00",3.6,"2013-07-10 08:00",3.5,"2013-06-07 16:00","","","","",4.3,3.5,3.1,2.5,1.9,1.3,0.7,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43503",1,36.819111,-119.717356,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,1.428947,0.787202,4.8,"2013-07-10 05:00",3.9,"2013-08-16 08:00",3.8,"2013-07-10 08:00",3.4,"2013-08-19 23:00","","","","",3.9,3.4,3.1,2.4,1.9,1.3,0.7,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43551",1,36.819111,-119.717356,"NAD83","Acetone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",152,31,0,122,0,1,"","","Certification not required",0,5.052632,8.965917,104.9,"2013-06-05 23:00",40.2,"2013-06-02 23:00",13.1,"2013-06-07 08:00",11.8,"2013-06-28 12:00","","","","",40.2,11.8,9.8,7.6,5.1,3.7,1.7,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43954",1,36.819111,-119.717356,"NAD83","n-Undecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",85,0.121479,0.290231,3.4,"2013-06-07 12:00",0.6,"2013-08-19 23:00",0.4,"2013-06-09 05:00",0.4,"2013-07-26 23:00","","","","",0.6,0.4,0.3,0.2,0.1,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","43960",1,36.819111,-119.717356,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",82,0.120423,0.111272,0.7,"2013-07-10 05:00",0.5,"2013-06-03 12:00",0.5,"2013-08-14 05:00",0.4,"2013-06-23 23:00","","","","",0.5,0.5,0.3,0.3,0.2,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","44201",1,36.819111,-119.717356,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5610,69,252,365,0,942,0,0,"Certification not required",428,0.06371,0.019238,0.123,"2013-07-20 12:00",0.114,"2013-06-08 13:00",0.108,"2013-09-07 12:00",0.105,"2013-07-10 13:00","","","","",0.108,0.104,0.096,0.089,0.077,0.064,0.039,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","44201",1,36.819111,-119.717356,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5974,66,242,365,0,0,8,8,"Certification not required",0,0.05669,0.017257,0.104,"2013-06-08 10:00",0.097,"2013-07-20 10:00",0.092,"2013-06-02 09:00",0.091,"2013-06-01 10:00","","","","",0.092,0.089,0.082,0.078,0.069,0.058,0.033,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","44201",1,36.819111,-119.717356,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5974,66,242,365,0,0,33,33,"Certification not required",0,0.05669,0.017257,0.104,"2013-06-08 10:00",0.097,"2013-07-20 10:00",0.092,"2013-06-02 09:00",0.091,"2013-06-01 10:00","","","","",0.092,0.089,0.082,0.078,0.069,0.058,0.033,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","45109",1,36.819111,-119.717356,"NAD83","m/p Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.771831,0.677225,4,"2013-08-15 05:00",3.9,"2013-07-10 05:00",3.4,"2013-06-03 12:00",2.7,"2013-07-24 05:00","","","","",3.9,3.4,2,1.5,0.9,0.5,0.3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45201",1,36.819111,-119.717356,"NAD83","Benzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.640141,0.341681,2,"2013-07-10 05:00",1.8,"2013-06-23 23:00",1.6,"2013-08-15 05:00",1.4,"2013-06-28 05:00","","","","",1.8,1.6,1.2,1.1,0.9,0.5,0.3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45202",1,36.819111,-119.717356,"NAD83","Toluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,1.670423,1.52389,12.7,"2013-06-23 23:00",8.7,"2013-06-03 12:00",6.6,"2013-07-10 05:00",6.5,"2013-08-15 05:00","","","","",8.7,6.6,3.7,3.2,1.9,1.2,0.7,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45203",1,36.819111,-119.717356,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.314789,0.357879,3.4,"2013-06-07 12:00",1.7,"2013-06-07 05:00",1.2,"2013-07-10 05:00",1.2,"2013-08-15 05:00","","","","",1.7,1.2,0.8,0.5,0.4,0.2,0.1,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45204",1,36.819111,-119.717356,"NAD83","o-Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.314085,0.245409,1.4,"2013-07-10 05:00",1.4,"2013-08-15 05:00",1.3,"2013-06-03 12:00",1,"2013-07-24 05:00","","","","",1.4,1.3,0.7,0.6,0.4,0.2,0.1,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45207",1,36.819111,-119.717356,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",70,0.117606,0.094943,0.5,"2013-07-10 05:00",0.5,"2013-08-15 05:00",0.4,"2013-07-14 23:00",0.4,"2013-08-14 05:00","","","","",0.5,0.4,0.3,0.2,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45208",1,36.819111,-119.717356,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",30,0.287324,0.290539,1.6,"2013-07-26 23:00",1.5,"2013-07-10 05:00",1.4,"2013-06-07 12:00",1.4,"2013-08-19 23:00","","","","",1.5,1.4,0.8,0.6,0.3,0.2,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45209",1,36.819111,-119.717356,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",38,0.169014,0.144612,0.8,"2013-06-28 08:00",0.8,"2013-07-20 23:00",0.7,"2013-07-10 05:00",0.7,"2013-07-14 23:00","","","","",0.8,0.7,0.5,0.3,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45210",1,36.819111,-119.717356,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0.019718,0.067624,0.5,"2013-07-26 23:00",0.3,"2013-08-19 23:00",0.2,"2013-06-07 12:00",0.2,"2013-06-28 08:00","","","","",0.3,0.2,0.2,0,0,0,0,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45211",1,36.819111,-119.717356,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",96,0.089437,0.078738,0.5,"2013-07-09 12:00",0.5,"2013-07-26 23:00",0.3,"2013-07-06 05:00",0.3,"2013-07-10 05:00","","","","",0.5,0.3,0.2,0.2,0.1,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45212",1,36.819111,-119.717356,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",24,0.23662,0.188867,1.1,"2013-07-10 05:00",1,"2013-06-28 08:00",0.9,"2013-08-15 05:00",0.7,"2013-07-24 05:00","","","","",1,0.9,0.6,0.5,0.3,0.2,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45213",1,36.819111,-119.717356,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",51,0.158099,0.141626,1,"2013-06-07 12:00",0.6,"2013-06-28 08:00",0.6,"2013-07-10 05:00",0.6,"2013-08-15 05:00","","","","",0.6,0.6,0.4,0.3,0.2,0.1,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45218",1,36.819111,-119.717356,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",139,0.052465,0.021739,0.3,"2013-06-20 23:00",0.1,"2013-06-03 05:00",0.1,"2013-06-07 05:00",0.05,"2013-06-02 23:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45219",1,36.819111,-119.717356,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",133,0.077817,0.143231,1.2,"2013-07-12 12:00",1,"2013-06-09 16:00",0.7,"2013-06-07 05:00",0.5,"2013-07-12 16:00","","","","",1,0.7,0.1,0.05,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45220",1,36.819111,-119.717356,"NAD83","Styrene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",0,0,0,0,"2013-06-02 23:00",0,"2013-06-03 05:00",0,"2013-06-03 12:00",0,"2013-06-03 16:00","","","","",0,0,0,0,0,0,0,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","45225",1,36.819111,-119.717356,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",142,29,0,122,0,11,"","","Certification not required",79,0.14331,0.174656,1.4,"2013-08-19 23:00",0.8,"2013-07-10 05:00",0.8,"2013-08-20 05:00",0.6,"2013-08-15 05:00","","","","",0.8,0.8,0.4,0.3,0.2,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2013-09-19" +"06","019","5001","61101",1,36.819111,-119.717356,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6487,74,268,365,0,65,"","","Certification not required",0,4.492832,2.397739,16.5,"2013-04-08 17:00",14.8,"2013-01-09 22:00",14.8,"2013-03-19 21:00",14.8,"2013-04-08 16:00","","","","",11.3,10.4,8.7,7.8,6.1,4.3,1.7,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","61102",1,36.819111,-119.717356,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6480,74,268,365,0,72,"","","Certification not required",0,246.539506,91.128071,359,"2013-01-24 00:00",359,"2013-02-07 03:00",359,"2013-04-02 08:00",359,"2013-04-04 10:00","","","","",350,343,330,319,308,293,91,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","61103",1,36.819111,-119.717356,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6391,73,265,365,0,161,"","","Certification not required",0,4.055453,2.475612,15.6,"2013-04-08 17:00",14.8,"2013-04-08 16:00",14.8,"2013-04-15 18:00",13.9,"2013-01-09 22:00","","","","",10.4,9.6,8.7,7.8,6.1,3.5,0.9,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","61104",1,36.819111,-119.717356,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6390,73,265,365,0,162,"","","Certification not required",0,247.285915,90.756317,360,"2013-01-13 02:00",360,"2013-04-03 02:00",359,"2013-01-22 01:00",359,"2013-01-28 04:00","","","","",350,344,330,319,308,294,92,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","62101",1,36.819111,-119.717356,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6487,74,268,365,0,65,"","","Certification not required",0,68.375983,16.270143,105,"2013-06-30 15:00",105,"2013-06-30 16:00",105,"2013-07-02 14:00",105,"2013-07-02 15:00","","","","",101,98,94,90,81,69,46,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","62201",1,36.819111,-119.717356,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6487,74,268,365,0,65,"","","Certification not required",0,60.707107,29.553496,100,"2013-01-01 02:00",100,"2013-01-01 03:00",100,"2013-01-01 04:00",100,"2013-01-01 05:00","","","","",100,100,100,100,87,65,15,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","63301",1,36.819111,-119.717356,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6487,74,268,365,0,65,"","","Certification not required",2972,0.367501,0.461633,1.45,"2013-06-13 12:00",1.44,"2013-06-13 11:00",1.43,"2013-06-14 12:00",1.42,"2013-05-21 11:00","","","","",1.38,1.35,1.29,1.15,0.72,0.05,0.005,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","64101",1,36.819111,-119.717356,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6487,74,268,365,0,65,"","","Certification not required",0,1000.533868,5.81572,1018.6,"2013-01-15 09:00",1018.6,"2013-01-15 10:00",1018.6,"2013-01-15 11:00",1017.2,"2013-01-15 03:00","","","","",1014.6,1013.2,1010.6,1009.2,1005.2,999.9,993.2,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","68101",1,36.819111,-119.717356,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",83,78,82,106,0,19,"","","Certification not required",81,0.059639,0.082439,0.8,"2013-02-03 00:00",0.1,"2013-11-21 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00","","","","",0.8,0.1,0.05,0.05,0.05,0.05,0.05,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68102",1,36.819111,-119.717356,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",83,78,82,106,0,19,"","","Certification not required",0,23.987952,0.065141,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68103",1,36.819111,-119.717356,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,78,82,106,0,19,"","","Certification not required",0,9.708434,6.765339,24.5,"2013-08-20 00:00",22.9,"2013-07-27 00:00",22.1,"2013-09-02 00:00",21.6,"2013-08-17 00:00","","","","",24.5,22.9,21.6,19.7,14.4,9.7,0.9,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68104",1,36.819111,-119.717356,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,78,82,106,0,19,"","","Certification not required",0,24.966265,8.303118,41.1,"2013-08-20 00:00",39.8,"2013-09-07 00:00",38.4,"2013-07-27 00:00",38.4,"2013-08-17 00:00","","","","",41.1,39.8,37.7,36.2,32.1,24.4,14,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68105",1,36.819111,-119.717356,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,78,82,106,0,19,"","","Certification not required",0,16.759036,7.520315,31.6,"2013-08-20 00:00",30.3,"2013-07-27 00:00",29.8,"2013-08-17 00:00",29.6,"2013-06-27 00:00","","","","",31.6,30.3,29.5,28.3,23.3,15.4,7.3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68106",1,36.819111,-119.717356,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,78,82,106,0,19,"","","Certification not required",0,749.891566,4.609143,760,"2013-12-09 00:00",758,"2013-02-12 00:00",757,"2013-02-15 00:00",757,"2013-02-27 00:00","","","","",760,758,757,756,754,750,744,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68107",1,36.819111,-119.717356,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,78,82,106,0,19,"","","Certification not required",0,754.566265,4.246068,764,"2013-12-09 00:00",762,"2013-12-15 00:00",761,"2013-02-12 00:00",761,"2013-02-27 00:00","","","","",764,762,761,760,759,755,749,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68108",1,36.819111,-119.717356,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,78,82,106,0,19,"","","Certification not required",0,752.180723,4.319961,762,"2013-12-09 00:00",760,"2013-02-12 00:00",760,"2013-12-15 00:00",759,"2013-02-27 00:00","","","","",762,760,759,758,756,752,747,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","68109",1,36.819111,-119.717356,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",83,78,82,106,0,19,"","","Certification not required",0,1439.710843,1.452753,1440,"2013-01-28 00:00",1440,"2013-02-03 00:00",1440,"2013-02-06 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","81102",1,36.819111,-119.717356,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",52,82,50,61,0,10,0,0,"Certification not required",0,32.615385,13.828294,68,"2013-09-19 00:00",62,"2013-05-04 00:00",60,"2013-11-18 00:00",55,"2013-09-13 00:00","","","","",68,62,60,52,42,30,16,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-22" +"06","019","5001","85101",1,36.819111,-119.717356,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,85,50,61,0,10,"","","Certification not required",0,32.730769,13.72291,66,"2013-09-19 00:00",62,"2013-11-18 00:00",61,"2013-05-04 00:00",55,"2013-01-04 00:00","","","","",66,62,61,53,42,29,17,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-22" +"06","019","5001","88101",1,36.819111,-119.717356,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,77,82,106,0,26,7,7,"Certification not required",0,16.791566,15.542343,103.4,"2013-12-18 00:00",58.7,"2013-12-15 00:00",55.4,"2013-12-27 00:00",50.9,"2013-12-30 00:00","","","","",103.4,58.7,49.4,33.1,21,12.5,5,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","88101",1,36.819111,-119.717356,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,77,82,106,0,26,"","","Certification not required",0,16.791566,15.542343,103.4,"2013-12-18 00:00",58.7,"2013-12-15 00:00",55.4,"2013-12-27 00:00",50.9,"2013-12-30 00:00","","","","",103.4,58.7,49.4,33.1,21,12.5,5,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-01-30" +"06","019","5001","88101",3,36.819111,-119.717356,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6196,71,264,365,0,356,"","","Certification not required",0,12.62621,10.335895,232,"2013-07-16 04:00",71,"2013-01-01 00:00",68,"2013-01-22 10:00",66,"2013-01-04 20:00","","","","",50,42,33,25,16,10,3,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","88101",3,36.819111,-119.717356,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,3,3,"Certification not required",0,12.563672,7.727032,43,"2013-01-04 00:00",40.2,"2013-01-24 00:00",36.8,"2013-01-22 00:00",35.1,"2013-07-30 00:00","","","","",36.8,34.7,30.4,23.2,15.7,10.7,4.8,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5001","88101",3,36.819111,-119.717356,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,12.563672,7.727032,43,"2013-01-04 00:00",40.2,"2013-01-24 00:00",36.8,"2013-01-22 00:00",35.1,"2013-07-30 00:00","","","","",36.8,34.7,30.4,23.2,15.7,10.7,4.8,"Clovis","908 N VILLA AVE, CLOVIS","California","Fresno","Clovis","Fresno, CA","2014-02-14" +"06","019","5025","68101",1,36.72639,-119.733,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",89,73,78,122,0,12,"","","Certification not required",1,0.566854,0.141611,1.2,"2013-02-24 00:00",1,"2013-02-03 00:00",0.9,"2013-02-27 00:00",0.8,"2013-01-31 00:00","","","","",1.2,1,0.7,0.7,0.6,0.6,0.4,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68102",1,36.72639,-119.733,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,73,78,122,0,12,"","","Certification not required",0,23.979775,0.145524,24.1,"2013-04-10 00:00",24.1,"2013-07-21 00:00",24.1,"2013-07-27 00:00",24.1,"2013-11-24 00:00","","","","",24.1,24.1,24,24,24,24,24,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68103",1,36.72639,-119.733,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,78,122,0,12,"","","Certification not required",0,10.597753,7.146598,25,"2013-07-03 00:00",23.8,"2013-07-27 00:00",23,"2013-07-21 00:00",22.7,"2013-08-20 00:00","","","","",25,23.8,21.8,21,16.2,10.2,1,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68104",1,36.72639,-119.733,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,78,122,0,12,"","","Certification not required",0,26.31236,8.630822,42,"2013-07-09 00:00",40.7,"2013-07-03 00:00",40.4,"2013-07-21 00:00",39.6,"2013-08-20 00:00","","","","",42,40.7,39,37.8,34.6,25.5,14.3,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68105",1,36.72639,-119.733,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,78,122,0,12,"","","Certification not required",0,18.02809,8.057661,32.8,"2013-07-03 00:00",32.5,"2013-07-21 00:00",31.6,"2013-07-09 00:00",31.1,"2013-07-27 00:00","","","","",32.8,32.5,30.8,29.3,25.7,17.6,7.3,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68106",1,36.72639,-119.733,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,78,122,0,12,"","","Certification not required",0,750.556818,4.530504,760,"2013-12-09 00:00",758,"2013-02-12 00:00",758,"2013-02-27 00:00",758,"2013-12-15 00:00","","","","",760,758,758,757,755,751,745,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68107",1,36.72639,-119.733,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,78,122,0,12,"","","Certification not required",0,754.94382,4.424517,764,"2013-12-09 00:00",763,"2013-12-15 00:00",762,"2013-01-04 00:00",762,"2013-02-27 00:00","","","","",764,763,762,761,760,755,749,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68108",1,36.72639,-119.733,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,24,78,365,0,12,"","","Certification not required",0,752.797753,4.37498,762,"2013-12-09 00:00",761,"2013-12-15 00:00",760,"2013-02-27 00:00",760,"2013-12-24 00:00","","","","",762,761,759,759,757,752,747,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","68109",1,36.72639,-119.733,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",89,24,78,365,0,12,"","","Certification not required",0,1439.898876,0.370655,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","88101",1,36.72639,-119.733,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,83,88,106,0,15,12,12,"Certification not required",0,17.660674,17.297528,95.4,"2013-12-18 00:00",71.6,"2013-12-15 00:00",59.1,"2013-12-27 00:00",58.8,"2013-12-30 00:00","","","","",95.4,71.6,49.7,46.9,26.4,10.6,4.5,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","5025","88101",1,36.72639,-119.733,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,83,88,106,0,15,"","","Certification not required",0,17.660674,17.297528,95.4,"2013-12-18 00:00",71.6,"2013-12-15 00:00",59.1,"2013-12-27 00:00",58.8,"2013-12-30 00:00","","","","",95.4,71.6,49.7,46.9,26.4,10.6,4.5,"FRESNO-Pacific College","1716 WINERY, FRESNO CA 93726","California","Fresno","Fresno","Fresno, CA","2014-01-30" +"06","019","9000","85101",1,37.22064,-119.155557,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,21,61,0,10,"","","Certification not required",1,6.184659,5.340291,21.285,"2013-05-01 00:00",21.0532,"2013-05-04 00:00",15.0863,"2013-04-25 00:00",14.8975,"2013-04-22 00:00","","","","",21.285,21.285,15.0863,13.8759,8.4385,4.5377,1.3661,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","86502",1,37.22064,-119.155557,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",41,67,21,61,0,10,"","","Certification not required",0,2.634146,3.269221,14,"2013-05-01 00:00",12,"2013-05-04 00:00",9,"2013-04-25 00:00",7,"2013-05-22 00:00","","","","",14,14,9,7,3,1,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88103",1,37.22064,-119.155557,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88104",1,37.22064,-119.155557,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.061719,0.069403,0.279,"2013-03-23 00:00",0.2496,"2013-04-28 00:00",0.2293,"2013-04-22 00:00",0.2,"2013-05-01 00:00","","","","",0.279,0.2496,0.2293,0.18,0.066,0.044,0.0055,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88109",1,37.22064,-119.155557,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.000876,0.000593,0.0027,"2013-05-04 00:00",0.0023,"2013-05-25 00:00",0.002,"2013-04-22 00:00",0.002,"2013-05-13 00:00","","","","",0.0027,0.0023,0.002,0.0016,0.0012,0.0007,0.0003,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88111",1,37.22064,-119.155557,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.037639,0.044057,0.1757,"2013-03-23 00:00",0.1665,"2013-04-28 00:00",0.1475,"2013-04-07 00:00",0.1439,"2013-04-22 00:00","","","","",0.1757,0.1665,0.1475,0.1039,0.0419,0.0232,0.003,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88112",1,37.22064,-119.155557,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88114",1,37.22064,-119.155557,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.000232,0.000204,0.0012,"2013-05-01 00:00",0.0008,"2013-05-04 00:00",0.0006,"2013-04-22 00:00",0.0006,"2013-04-28 00:00","","","","",0.0012,0.0008,0.0006,0.0004,0.0003,0.00015,0.0001,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88115",1,37.22064,-119.155557,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.001286,0.001837,0.0106,"2013-05-22 00:00",0.0061,"2013-01-10 00:00",0.0049,"2013-05-04 00:00",0.0036,"2013-05-25 00:00","","","","",0.0106,0.0061,0.0049,0.0028,0.0017,0.0006,0.00015,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88126",1,37.22064,-119.155557,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.040644,0.045183,0.169,"2013-03-23 00:00",0.1573,"2013-04-28 00:00",0.1527,"2013-05-01 00:00",0.1418,"2013-04-22 00:00","","","","",0.169,0.1573,0.1527,0.1198,0.0493,0.0267,0.0031,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88128",1,37.22064,-119.155557,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000549,0.000879,0.004,"2013-03-23 00:00",0.003,"2013-04-22 00:00",0.002,"2013-04-07 00:00",0.002,"2013-05-04 00:00","","","","",0.004,0.003,0.002,0.001,0.001,0,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88132",1,37.22064,-119.155557,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001,0.001149,0.005,"2013-03-23 00:00",0.004,"2013-04-22 00:00",0.003,"2013-04-07 00:00",0.003,"2013-04-25 00:00","","","","",0.005,0.004,0.003,0.003,0.001,0.001,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88136",1,37.22064,-119.155557,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88140",1,37.22064,-119.155557,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.019094,0.021152,0.0801,"2013-04-28 00:00",0.074,"2013-04-07 00:00",0.0709,"2013-03-23 00:00",0.0609,"2013-05-04 00:00","","","","",0.0801,0.074,0.0709,0.0497,0.0256,0.0139,0.0011,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88152",1,37.22064,-119.155557,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000231,0.000369,0.0025,"2013-05-25 00:00",0.0013,"2013-05-31 00:00",0.0005,"2013-03-05 00:00",0.0005,"2013-04-28 00:00","","","","",0.0025,0.0013,0.0005,0.0002,0.00015,0.00015,0.00015,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88154",1,37.22064,-119.155557,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000132,6.2e-05,0.0003,"2013-01-07 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-05-31 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.00015,0.0001,0.0001,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88161",1,37.22064,-119.155557,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.003632,0.004042,0.0153,"2013-03-23 00:00",0.014,"2013-04-28 00:00",0.0136,"2013-04-22 00:00",0.013,"2013-05-01 00:00","","","","",0.0153,0.014,0.0136,0.0102,0.0044,0.0026,0.0002,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88164",1,37.22064,-119.155557,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.000138,0.000132,0.0007,"2013-04-28 00:00",0.0004,"2013-03-23 00:00",0.0004,"2013-04-22 00:00",0.0004,"2013-05-01 00:00","","","","",0.0007,0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88165",1,37.22064,-119.155557,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.13793,0.155789,0.6246,"2013-03-23 00:00",0.5229,"2013-04-28 00:00",0.4824,"2013-05-01 00:00",0.4796,"2013-04-22 00:00","","","","",0.6246,0.5229,0.4824,0.4259,0.1597,0.0891,0.0094,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88167",1,37.22064,-119.155557,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.001176,0.001107,0.0052,"2013-03-23 00:00",0.0049,"2013-04-22 00:00",0.0029,"2013-05-01 00:00",0.0026,"2013-04-13 00:00","","","","",0.0052,0.0049,0.0029,0.0025,0.0017,0.0008,0.00015,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88168",1,37.22064,-119.155557,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.000422,0.00043,0.0019,"2013-03-23 00:00",0.0015,"2013-04-22 00:00",0.0013,"2013-04-07 00:00",0.0013,"2013-04-25 00:00","","","","",0.0019,0.0015,0.0013,0.0012,0.0005,0.0003,0.0001,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88169",1,37.22064,-119.155557,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.172924,0.149444,0.7286,"2013-03-23 00:00",0.4955,"2013-04-22 00:00",0.4079,"2013-05-19 00:00",0.3905,"2013-04-28 00:00","","","","",0.7286,0.4955,0.4079,0.3512,0.2879,0.1258,0.0229,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88176",1,37.22064,-119.155557,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000185,8.9e-05,0.0005,"2013-02-15 00:00",0.0005,"2013-03-23 00:00",0.0004,"2013-03-20 00:00",0.0004,"2013-05-04 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88180",1,37.22064,-119.155557,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.025541,0.024507,0.1021,"2013-03-23 00:00",0.081,"2013-04-22 00:00",0.0809,"2013-04-28 00:00",0.0791,"2013-05-04 00:00","","","","",0.1021,0.081,0.0809,0.0651,0.0375,0.0183,0.0039,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88184",1,37.22064,-119.155557,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.027425,0.043179,0.2059,"2013-05-22 00:00",0.1919,"2013-05-25 00:00",0.1507,"2013-05-16 00:00",0.06,"2013-04-13 00:00","","","","",0.2059,0.1919,0.1507,0.0505,0.042,0.013,0.00165,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88185",1,37.22064,-119.155557,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000748,0.000434,0.0026,"2013-01-25 00:00",0.0018,"2013-01-04 00:00",0.0017,"2013-01-16 00:00",0.0015,"2013-02-12 00:00","","","","",0.0026,0.0018,0.0017,0.0013,0.0007,0.00065,0.0004,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88203",1,37.22064,-119.155557,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.017864,0.026843,0.1289,"2013-05-22 00:00",0.1116,"2013-05-16 00:00",0.0811,"2013-05-25 00:00",0.0603,"2013-04-01 00:00","","","","",0.1289,0.1116,0.0811,0.0547,0.0178,0.009,0.0028,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88306",1,37.22064,-119.155557,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.241487,0.260555,1.204,"2013-03-26 00:00",0.8139,"2013-05-25 00:00",0.7999,"2013-02-18 00:00",0.728,"2013-03-05 00:00","","","","",1.204,0.8139,0.7999,0.6193,0.3804,0.1374,0.00545,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88320",1,37.22064,-119.155557,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.40902,0.426348,1.93,"2013-04-22 00:00",1.66,"2013-05-04 00:00",1.4,"2013-04-28 00:00",1.07,"2013-03-26 00:00","","","","",1.93,1.66,1.4,0.93,0.6,0.23,0.06,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88321",1,37.22064,-119.155557,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.065686,0.061652,0.36,"2013-03-23 00:00",0.23,"2013-05-04 00:00",0.18,"2013-03-26 00:00",0.15,"2013-04-22 00:00","","","","",0.36,0.23,0.18,0.11,0.08,0.05,0.02,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88324",1,37.22064,-119.155557,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.023434,0.008563,0.0487,"2013-04-01 00:00",0.0405,"2013-03-26 00:00",0.0398,"2013-04-22 00:00",0.0357,"2013-03-23 00:00","","","","",0.0487,0.0405,0.0398,0.0322,0.0307,0.0238,0.0166,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88325",1,37.22064,-119.155557,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.079974,0.077935,0.3615,"2013-04-22 00:00",0.298,"2013-04-28 00:00",0.2836,"2013-05-04 00:00",0.1905,"2013-05-31 00:00","","","","",0.3615,0.298,0.2836,0.1809,0.1205,0.03575,0.02035,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88326",1,37.22064,-119.155557,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.134627,0.147731,0.6466,"2013-04-22 00:00",0.618,"2013-05-04 00:00",0.4806,"2013-04-28 00:00",0.4002,"2013-05-25 00:00","","","","",0.6466,0.618,0.4806,0.3317,0.1656,0.0691,0.03545,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88327",1,37.22064,-119.155557,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.082101,0.078399,0.3458,"2013-04-22 00:00",0.335,"2013-05-04 00:00",0.2155,"2013-04-28 00:00",0.2116,"2013-05-01 00:00","","","","",0.3458,0.335,0.2155,0.1915,0.1198,0.048,0.01655,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88328",1,37.22064,-119.155557,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.111193,0.119866,0.5403,"2013-04-22 00:00",0.4361,"2013-05-04 00:00",0.3704,"2013-04-28 00:00",0.3171,"2013-03-26 00:00","","","","",0.5403,0.4361,0.3704,0.2432,0.1927,0.0657,0.00405,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88329",1,37.22064,-119.155557,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.137489,0.148871,0.6202,"2013-04-22 00:00",0.5729,"2013-05-04 00:00",0.4527,"2013-03-23 00:00",0.4491,"2013-03-26 00:00","","","","",0.6202,0.5729,0.4527,0.329,0.1947,0.0827,0.0135,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88330",1,37.22064,-119.155557,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.039579,0.026761,0.1444,"2013-03-23 00:00",0.0963,"2013-01-25 00:00",0.0953,"2013-05-04 00:00",0.08,"2013-05-01 00:00","","","","",0.1444,0.0963,0.0953,0.072,0.0502,0.0339,0.013,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88331",1,37.22064,-119.155557,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,8.5e-05,0.000196,0.001,"2013-05-22 00:00",0.001,"2013-05-31 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88338",1,37.22064,-119.155557,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017452,0.008254,0.0626,"2013-03-02 00:00",0.0313,"2013-05-25 00:00",0.0281,"2013-05-28 00:00",0.0253,"2013-02-03 00:00","","","","",0.0626,0.0313,0.0281,0.02455,0.01685,0.0157,0.01135,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88339",1,37.22064,-119.155557,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.713303,0.616434,3.00527,"2013-03-23 00:00",2.04381,"2013-04-22 00:00",1.68246,"2013-05-19 00:00",1.6109,"2013-04-28 00:00","","","","",3.00527,2.04381,1.68246,1.44854,1.18746,0.51901,0.09459,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88344",1,37.22064,-119.155557,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.311012,0.336585,1.5532,"2013-03-26 00:00",1.0499,"2013-05-25 00:00",1.0319,"2013-02-18 00:00",0.9389,"2013-03-05 00:00","","","","",1.5532,1.0499,1.0319,0.7989,0.4907,0.1772,0.0066,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88348",1,37.22064,-119.155557,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.645929,0.72667,2.8933,"2013-03-23 00:00",2.5304,"2013-04-28 00:00",2.3025,"2013-04-22 00:00",2.1739,"2013-05-01 00:00","","","","",2.8933,2.5304,2.3025,1.9484,0.7406,0.4196,0.0488,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88350",1,37.22064,-119.155557,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.735978,0.767443,3.4812,"2013-04-22 00:00",2.9815,"2013-05-04 00:00",2.5168,"2013-04-28 00:00",1.9328,"2013-03-26 00:00","","","","",3.4812,2.9815,2.5168,1.6803,1.0807,0.4079,0.1015,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88403",1,37.22064,-119.155557,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.490925,0.436472,2.1966,"2013-03-23 00:00",1.3532,"2013-04-22 00:00",1.1756,"2013-05-19 00:00",1.1495,"2013-05-04 00:00","","","","",2.1966,1.3532,1.1756,1.0112,0.8453,0.333,0.0644,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","019","9000","88502",1,37.22064,-119.155557,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.537255,2.364315,9.2,"2013-04-22 00:00",8.5,"2013-05-04 00:00",8,"2013-03-23 00:00",7.6,"2013-04-28 00:00","","","","",9.2,8.5,8,5.8,4.1,1.6,0.4,"","Kaiser","California","Fresno","","Fresno, CA","2014-01-28" +"06","021","0003","44201",1,39.533761,-122.191903,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4811,57,209,365,0,130,0,0,"Certification not required",176,0.04934,0.011366,0.085,"2013-07-02 14:00",0.078,"2013-05-02 16:00",0.078,"2013-06-04 16:00",0.075,"2013-05-31 16:00","","","","",0.078,0.073,0.068,0.064,0.056,0.049,0.035,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","44201",1,39.533761,-122.191903,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5008,56,206,365,0,0,0,0,"Certification not required",0,0.044214,0.010862,0.071,"2013-05-02 11:00",0.069,"2013-05-11 11:00",0.067,"2013-05-10 12:00",0.066,"2013-07-02 10:00","","","","",0.067,0.065,0.062,0.058,0.051,0.044,0.029,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","44201",1,39.533761,-122.191903,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5008,56,206,365,0,0,0,0,"Certification not required",0,0.044214,0.010862,0.071,"2013-05-02 11:00",0.069,"2013-05-11 11:00",0.067,"2013-05-10 12:00",0.066,"2013-07-02 10:00","","","","",0.067,0.065,0.062,0.058,0.051,0.044,0.029,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","61103",1,39.533761,-122.191903,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",3662,42,152,365,0,0,"","","Certification not required",0,5.33763,4.368348,23,"2013-04-30 11:00",23,"2013-04-30 15:00",22,"2013-04-08 08:00",22,"2013-04-08 10:00","","","","",19,18,15,12,7,4,1,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","61104",1,39.533761,-122.191903,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",3662,42,152,365,0,0,"","","Certification not required",0,233.197706,117.056502,360,"2013-01-12 12:00",360,"2013-01-13 19:00",360,"2013-01-15 09:00",360,"2013-02-02 23:00","","","","",359,357,354,350,339,296,39,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","62101",1,39.533761,-122.191903,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3624,41,151,365,0,0,"","","Certification not required",0,57.291391,13.201785,95,"2013-05-03 15:00",95,"2013-05-03 16:00",93,"2013-05-03 13:00",93,"2013-05-03 14:00","","","","",88,86,81,75,66,57,39,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-04" +"06","021","0003","62102",1,39.533761,-122.191903,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",38,1,1,184,0,0,"","","Certification not required",0,75.473684,7.944867,87,"2013-07-31 17:00",86,"2013-07-30 17:00",86,"2013-07-31 16:00",85,"2013-07-30 16:00","","","","",87,87,86,85,82,77,63,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","62201",1,39.533761,-122.191903,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",3624,41,151,365,0,0,"","","Certification not required",0,54.669426,23.348847,97,"2013-01-08 08:00",97,"2013-01-08 09:00",97,"2013-01-08 10:00",97,"2013-01-08 11:00","","","","",96,94,90,85,75,56,23,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-04" +"06","021","0003","81102",1,39.533761,-122.191903,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,67,41,61,0,5,0,0,"Certification not required",0,17.886364,9.803217,44,"2013-08-20 00:00",38,"2013-07-03 00:00",36,"2013-09-13 00:00",35,"2013-05-04 00:00","","","","",44,44,36,30,26,16,7,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-11" +"06","021","0003","85101",1,39.533761,-122.191903,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,100,41,43,0,5,"","","Certification not required",0,18.068182,9.614422,43,"2013-08-20 00:00",37,"2013-07-03 00:00",36,"2013-09-13 00:00",35,"2013-05-04 00:00","","","","",43,43,36,29,26,16,7,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-11" +"06","021","0003","88501",3,39.533761,-122.191903,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4979,57,210,365,0,13,"","","Certification not required",0,8.828279,7.968678,196,"2013-05-01 18:00",110,"2013-05-01 21:00",78,"2013-02-04 19:00",60,"2013-02-27 17:00","","","","",38,30,23,18,11,7,2,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","021","0003","88501",3,39.533761,-122.191903,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",210,58,210,365,0,0,"","","Certification not required",0,8.771905,5.3657,35.3,"2013-07-29 00:00",31.2,"2013-07-30 00:00",29.1,"2013-05-01 00:00",24.9,"2013-01-16 00:00","","","","",29.1,24.8,17.5,15.2,11.7,7.3,3.5,"720 N COLUSA STREET, WILLOWS","720 N COLUSA STREET, WILLOWS","California","Glenn","","","2013-12-13" +"06","023","1002","68105",1,40.80178,-124.1621,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",28,31,28,91,0,0,"","","Certification not required",0,8.089286,2.247194,12.9,"2013-03-29 00:00",12.5,"2013-01-23 00:00",10.4,"2013-02-15 00:00",10.2,"2013-03-20 00:00","","","","",12.9,12.9,12.5,10.4,9.5,8.2,4.7,"Eureka I Street","I STREET, EUREKA","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-24" +"06","023","1002","68108",1,40.80178,-124.1621,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,31,28,91,0,0,"","","Certification not required",0,764.714286,3.769833,772,"2013-01-29 00:00",769,"2013-01-16 00:00",769,"2013-02-12 00:00",769,"2013-02-24 00:00","","","","",772,772,769,769,767,766,759,"Eureka I Street","I STREET, EUREKA","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-24" +"06","023","1002","81102",2,40.80178,-124.1621,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,72,44,61,0,5,0,0,"Certification not required",1,18.745763,12.860784,64,"2013-06-09 00:00",49,"2013-05-04 00:00",48,"2013-02-03 00:00",44,"2013-02-15 00:00","","","","",64,49,48,38,25,16,6,"Eureka I Street","I STREET, EUREKA","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-11-21" +"06","023","1002","85101",1,40.80178,-124.1621,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,44,61,0,5,"","","Certification not required",1,19.79661,13.504507,66,"2013-06-09 00:00",51,"2013-02-03 00:00",50,"2013-05-04 00:00",46,"2013-02-15 00:00","","","","",66,51,50,40,28,17,6,"Eureka I Street","I STREET, EUREKA","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-11-21" +"06","023","1002","88101",1,40.80178,-124.1621,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,31,28,91,0,6,0,0,"Certification not required",0,7.7,5.531526,24.3,"2013-01-01 00:00",17,"2013-01-13 00:00",16.9,"2013-01-04 00:00",15.3,"2013-01-19 00:00","","","","",24.3,24.3,17,16.9,10.7,6.7,2.3,"Eureka I Street","I STREET, EUREKA","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-28" +"06","023","1002","88101",1,40.80178,-124.1621,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,31,28,91,0,6,"","","Certification not required",0,7.7,5.531526,24.3,"2013-01-01 00:00",17,"2013-01-13 00:00",16.9,"2013-01-04 00:00",15.3,"2013-01-19 00:00","","","","",24.3,24.3,17,16.9,10.7,6.7,2.3,"Eureka I Street","I STREET, EUREKA","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-28" +"06","023","1004","42101",1,40.776944,-124.1775,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8095,92,342,365,0,664,0,0,"Certification not required",7317,0.284392,0.113664,1.4,"2013-12-15 18:00",1.3,"2013-12-15 20:00",1.3,"2013-12-15 21:00",1.2,"2013-01-15 09:00","","","","",0.8,0.7,0.6,0.25,0.25,0.25,0.25,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2014-02-12" +"06","023","1004","42101",1,40.776944,-124.1775,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8187,93,317,365,0,0,0,0,"Certification not required",0,0.32322,0.073461,1.1,"2013-12-15 23:00",1.1,"2013-12-16 00:00",1,"2013-12-15 22:00",1,"2013-12-16 01:00",1.1,"2013-12-15 23:00",0.8,"2013-01-06 04:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2014-02-12" +"06","023","1004","42401",1,40.776944,-124.1775,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6092,70,257,365,0,459,0,"","Certification not required",0,0.339689,0.214651,1.5,"2013-01-17 22:00",1.1,"2013-01-09 22:00",1,"2013-01-16 10:00",0.9,"2013-01-21 09:00","","","","",1,0.8,0.7,0.6,0.5,0.3,0.1,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-04" +"06","023","1004","42401",1,40.776944,-124.1775,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6092,70,257,365,0,459,"","","Certification not required",0,0.244123,0.181992,1.5,"2013-01-17 22:00",1.1,"2013-01-09 22:00",1,"2013-01-16 10:00",1,"2013-01-17 23:00","","","","",0.7,0.6,0.6,0.5,0.4,0.2,0,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-04" +"06","023","1004","42401",1,40.776944,-124.1775,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",257,70,257,365,0,0,0,"","Certification not required",0,0.242023,0.173949,0.8,"2013-01-16 00:00",0.7,"2013-01-17 00:00",0.7,"2013-01-20 00:00",0.7,"2013-01-21 00:00","","","","",0.7,0.6,0.6,0.5,0.3,0.2,0,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-04" +"06","023","1004","42401",1,40.776944,-124.1775,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1947,67,239,365,0,0,"",0,"Certification not required",0,0.220185,0.175821,0.9,"2013-01-15 23:00",0.9,"2013-01-16 11:00",0.8,"2013-01-15 20:00",0.8,"2013-01-16 08:00","","","","",0.7,0.6,0.5,0.5,0.3,0.2,0,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-04" +"06","023","1004","42401",2,40.776944,-124.1775,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74086,70,267,365,0,4506,"","","Certification not required",0,0.249884,0.2035,1.9,"2013-01-17 22:10",1.8,"2013-01-17 22:05",1.7,"2013-01-17 22:15",1.7,"2013-01-17 22:20","","","","",0.8,0.7,0.6,0.5,0.4,0.2,0,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-05" +"06","023","1004","42602",1,40.776944,-124.1775,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5914,68,251,365,0,637,0,"","Certification not required",0,6.976892,6.116851,35.9,"2013-01-15 10:00",29.2,"2013-01-16 18:00",29.1,"2013-01-22 18:00",28.3,"2013-02-15 18:00","","","","",29.1,27.6,21.2,15.2,8.9,4.9,1.9,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-04" +"06","023","1004","42602",1,40.776944,-124.1775,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5914,68,251,365,0,637,"","","Certification not required",0,2.408066,3.289726,35.9,"2013-01-15 10:00",34.3,"2013-01-15 09:00",29.2,"2013-01-16 18:00",29.1,"2013-01-22 18:00","","","","",15.7,12.6,8.8,6.2,2.9,1.3,0.1,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-12-04" +"06","023","1004","44201",1,40.776944,-124.1775,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8256,99,360,365,0,503,0,0,"Certification not required",871,0.030406,0.008081,0.051,"2013-03-21 20:00",0.05,"2013-04-13 06:00",0.049,"2013-04-24 14:00",0.049,"2013-05-02 13:00","","","","",0.049,0.047,0.044,0.041,0.036,0.03,0.02,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2014-02-12" +"06","023","1004","44201",1,40.776944,-124.1775,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8333,96,352,365,0,0,0,0,"Certification not required",0,0.027301,0.008261,0.049,"2013-03-21 13:00",0.047,"2013-04-13 04:00",0.046,"2013-04-23 12:00",0.045,"2013-03-22 09:00","","","","",0.045,0.044,0.042,0.038,0.033,0.027,0.017,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2014-02-12" +"06","023","1004","44201",1,40.776944,-124.1775,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8333,96,352,365,0,0,0,0,"Certification not required",0,0.027301,0.008261,0.049,"2013-03-21 13:00",0.047,"2013-04-13 04:00",0.046,"2013-04-23 12:00",0.045,"2013-03-22 09:00","","","","",0.045,0.044,0.042,0.038,0.033,0.027,0.017,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2014-02-12" +"06","023","1004","68105",1,40.776944,-124.1775,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",23,38,12,61,0,0,"","","Certification not required",0,7.026087,2.285372,12.1,"2013-01-23 00:00",9.5,"2013-01-25 00:00",9.4,"2013-02-15 00:00",9,"2013-02-03 00:00","","","","",12.1,12.1,9.5,9.4,8.2,7.3,3.9,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-24" +"06","023","1004","68108",1,40.776944,-124.1775,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,38,12,61,0,0,"","","Certification not required",0,764.217391,3.642633,771,"2013-01-29 00:00",768,"2013-01-16 00:00",768,"2013-02-12 00:00",768,"2013-02-24 00:00","","","","",771,771,768,768,766,765,760,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-24" +"06","023","1004","81102",1,40.776944,-124.1775,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,72,44,61,0,0,0,0,"Certification not required",1,17.711111,13.183361,64,"2013-06-09 00:00",43,"2013-01-22 00:00",42,"2013-02-03 00:00",39,"2013-05-04 00:00","","","","",64,64,42,38,26,12,6,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-11-21" +"06","023","1004","85101",1,40.776944,-124.1775,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",1,18.466667,13.837696,66,"2013-06-09 00:00",45,"2013-01-22 00:00",45,"2013-02-03 00:00",40,"2013-02-15 00:00","","","","",66,66,45,40,27,13,6,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-11-21" +"06","023","1004","88101",1,40.776944,-124.1775,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,25,23,91,0,6,0,0,"Certification not required",0,10.66087,7.125673,28.1,"2013-01-01 00:00",23.7,"2013-01-13 00:00",21,"2013-01-19 00:00",20,"2013-01-16 00:00","","","","",28.1,28.1,23.7,21,14.8,8.8,4,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-28" +"06","023","1004","88101",1,40.776944,-124.1775,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,25,23,91,0,6,"","","Certification not required",0,10.66087,7.125673,28.1,"2013-01-01 00:00",23.7,"2013-01-13 00:00",21,"2013-01-19 00:00",20,"2013-01-16 00:00","","","","",28.1,28.1,23.7,21,14.8,8.8,4,"EUREKA-JACOBS","717 SOUTH AVENUE","California","Humboldt","Eureka","Eureka-Arcata-Fortuna, CA","2013-06-28" +"06","023","1005","42101",1,40.71528,-124.20139,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6274,72,264,365,0,278,0,0,"Certification not required",6135,0.256049,0.040674,0.6,"2013-01-05 16:00",0.6,"2013-01-05 17:00",0.6,"2013-01-05 21:00",0.6,"2013-01-06 17:00","","","","",0.5,0.5,0.25,0.25,0.25,0.25,0.25,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42101",1,40.71528,-124.20139,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6356,73,263,365,0,0,0,0,"Certification not required",0,0.303477,0.023976,0.6,"2013-01-07 23:00",0.6,"2013-01-08 00:00",0.6,"2013-01-08 01:00",0.6,"2013-01-08 02:00",0.6,"2013-01-07 23:00",0.5,"2013-01-08 04:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42401",1,40.71528,-124.20139,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5814,66,222,365,0,738,0,"","Certification not required",0,0.064414,0.405331,1.1,"2013-04-16 06:00",1,"2013-04-13 05:00",1,"2013-04-19 23:00",1,"2013-04-20 01:00","","","","",1,0.8,0.7,0.6,0.4,0,-0.5,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42401",1,40.71528,-124.20139,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5814,66,222,365,0,738,"","","Certification not required",0,-0.044341,0.38558,1.3,"2013-04-12 19:00",1.2,"2013-04-12 17:00",1.2,"2013-04-12 18:00",1.2,"2013-04-12 20:00","","","","",0.8,0.7,0.6,0.5,0.2,-0.2,-0.6,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42401",1,40.71528,-124.20139,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",222,61,222,365,0,0,0,"","Certification not required",0,-0.043694,0.372992,0.8,"2013-04-13 00:00",0.7,"2013-04-15 00:00",0.7,"2013-04-16 00:00",0.7,"2013-04-20 00:00","","","","",0.7,0.7,0.6,0.5,0.2,-0.2,-0.6,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42401",1,40.71528,-124.20139,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1806,62,220,365,0,0,"",0,"Certification not required",0,-0.044186,0.363816,1.2,"2013-04-12 20:00",1.1,"2013-04-12 17:00",1.1,"2013-04-12 23:00",0.9,"2013-04-13 05:00","","","","",0.7,0.7,0.6,0.5,0.2,-0.1,-0.6,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42401",3,40.71528,-124.20139,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",70608,67,222,365,0,7893,"","","Certification not required",0,-0.045903,0.3957,1.6,"2013-04-17 13:50",1.6,"2013-04-17 13:55",1.5,"2013-04-17 14:20",1.4,"2013-04-12 18:10","","","","",0.8,0.7,0.6,0.5,0.2,-0.1,-0.6,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-20" +"06","023","1005","42602",1,40.71528,-124.20139,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5546,63,211,365,0,1006,0,"","Certification not required",0,2.032701,1.338877,10.2,"2013-05-28 09:00",7.1,"2013-02-01 13:00",6.5,"2013-01-07 19:00",6.2,"2013-01-15 17:00","","","","",6.5,6,4.5,3.5,2.5,1.7,0.8,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","42602",1,40.71528,-124.20139,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5546,63,211,365,0,1006,"","","Certification not required",0,0.675929,0.754977,10.2,"2013-05-28 09:00",7.1,"2013-02-01 13:00",6.7,"2013-02-01 17:00",6.5,"2013-01-07 19:00","","","","",3.5,2.8,2.1,1.6,0.9,0.5,0,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","44201",1,40.71528,-124.20139,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6122,72,261,365,0,430,0,0,"Certification not required",32,0.031402,0.007634,0.055,"2013-05-02 06:00",0.05,"2013-03-21 20:00",0.05,"2013-04-24 14:00",0.048,"2013-04-13 06:00","","","","",0.05,0.047,0.043,0.04,0.037,0.032,0.022,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","44201",1,40.71528,-124.20139,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6136,71,260,365,0,0,0,0,"Certification not required",0,0.029012,0.007464,0.049,"2013-05-02 04:00",0.048,"2013-03-21 14:00",0.046,"2013-04-13 14:00",0.046,"2013-05-01 23:00","","","","",0.046,0.045,0.04,0.039,0.034,0.029,0.02,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","44201",1,40.71528,-124.20139,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6136,71,260,365,0,0,0,0,"Certification not required",0,0.029012,0.007464,0.049,"2013-05-02 04:00",0.048,"2013-03-21 14:00",0.046,"2013-04-13 14:00",0.046,"2013-05-01 23:00","","","","",0.046,0.045,0.04,0.039,0.034,0.029,0.02,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-19" +"06","023","1005","81102",1,40.71528,-124.20139,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,72,44,61,0,0,0,0,"Certification not required",5,11.777778,9.08017,44,"2013-06-09 00:00",30,"2013-07-27 00:00",29,"2013-06-03 00:00",27,"2013-02-03 00:00","","","","",44,44,29,25,15,8,2,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-11-21" +"06","023","1005","85101",1,40.71528,-124.20139,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",5,11.955556,9.256338,45,"2013-06-09 00:00",30,"2013-06-03 00:00",30,"2013-07-27 00:00",28,"2013-02-03 00:00","","","","",45,45,30,25,16,8,2,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-11-21" +"06","023","1005","88101",1,40.71528,-124.20139,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","GRIMM EDM Model 180 with naphion dryer - Laser Light Scattering",2013,"Micrograms/cubic meter (LC)","No Events",6514,74,273,365,0,38,"","","Certification not required",0,7.662634,6.599657,130.9,"2013-01-17 17:00",99.1,"2013-08-03 09:00",97.2,"2013-07-26 20:00",84.9,"2013-07-08 08:00","","","","",28.1,24.1,18.1,14.6,10.1,6.3,1.8,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-30" +"06","023","1005","88101",1,40.71528,-124.20139,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,7.602583,3.709721,21.1,"2013-06-09 00:00",19.7,"2013-08-03 00:00",19.2,"2013-07-26 00:00",17.6,"2013-06-08 00:00","","","","",19.2,17.4,15.2,12.2,9.7,7,3.3,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-30" +"06","023","1005","88101",1,40.71528,-124.20139,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,7.602583,3.709721,21.1,"2013-06-09 00:00",19.7,"2013-08-03 00:00",19.2,"2013-07-26 00:00",17.6,"2013-06-08 00:00","","","","",19.2,17.4,15.2,12.2,9.7,7,3.3,"Eureka-Humboldt Hill","170 meters SE of Donna Dr. & Humboldt Hill Rd., Eureka, CA","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2013-12-30" +"06","023","2002","61101",1,41.191944,-123.690278,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7518,86,311,365,0,0,"","","Certification not required",0,1.414818,0.754409,4.4,"2013-04-29 13:00",4.3,"2013-04-08 16:00",4.3,"2013-04-13 14:00",4.3,"2013-04-29 16:00","","","","",3.6,3.3,3,2.6,1.9,1.1,0.7,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","023","2002","61102",1,41.191944,-123.690278,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7518,86,311,365,0,0,"","","Certification not required",0,153.657622,83.726392,360,"2013-01-17 03:00",360,"2013-02-03 09:00",360,"2013-12-10 03:00",359,"2013-01-02 06:00","","","","",344,322,274,254,222,159,48,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","023","2002","62101",1,41.191944,-123.690278,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - TVA Last 5-min. average",2013,"Degrees Fahrenheit","No Events",7502,86,310,365,0,0,"","","Certification not required",0,53.225407,14.266942,105,"2013-09-10 16:00",104,"2013-09-10 15:00",103,"2013-09-09 16:00",102,"2013-07-21 16:00","","","","",93,88,82,74,61,51,37,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","023","2002","62201",1,41.191944,-123.690278,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",7501,86,310,365,0,0,"","","Certification not required",0,72.839995,17.982542,92.8,"2013-09-29 09:00",92.8,"2013-09-29 10:00",92.8,"2013-09-30 02:00",92.7,"2013-09-29 06:00","","","","",91.8,91.6,90.7,90,87.8,80,44.7,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","023","2002","64101",1,41.191944,-123.690278,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - MERCURIAL",2013,"Millibars","No Events",7518,86,311,365,0,0,"","","Certification not required",0,996.022213,5.23607,1011,"2013-01-15 12:00",1011,"2013-01-15 13:00",1010,"2013-01-15 11:00",1010,"2013-01-15 14:00","","","","",1008,1007,1005,1003,1000,996,990,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","023","2002","88501",1,41.191944,-123.690278,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7501,86,310,365,0,0,"","","Certification not required",0,6.37711,15.097364,384.5,"2013-08-04 14:00",343,"2013-08-04 15:00",281.9,"2013-08-09 15:00",266.1,"2013-08-04 13:00","","","","",51.2,32.9,21.9,15.8,7.3,2.4,0,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","023","2002","88501",1,41.191944,-123.690278,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",310,85,310,365,0,0,"","","Certification not required",0,6.287742,8.858688,83.9,"2013-08-09 00:00",74.1,"2013-08-04 00:00",67.3,"2013-07-29 00:00",51.4,"2013-08-10 00:00","","","","",51.4,30.1,18.9,8.6,5.9,4.5,2.3,"Weitchpec E-BAM","END OF WEITCHPEC SCHOOL ROAD","California","Humboldt","","Eureka-Arcata-Fortuna, CA","2014-02-03" +"06","025","0005","12102",7,32.676186,-115.484144,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.00375,0.002062,0.006,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.006,0.006,0.006,0.006,0.006,0.005,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12103",7,32.676186,-115.484144,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12110",7,32.676186,-115.484144,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12112",7,32.676186,-115.484144,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.0045,0.002082,0.007,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.004,"2013-02-09 00:00",0.002,"2013-01-28 00:00","","","","",0.007,0.007,0.007,0.007,0.007,0.005,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12113",7,32.676186,-115.484144,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12114",7,32.676186,-115.484144,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.020525,0.01551,0.041,"2013-01-04 00:00",0.022,"2013-01-16 00:00",0.015,"2013-01-28 00:00",0.0041,"2013-02-09 00:00","","","","",0.041,0.041,0.041,0.041,0.041,0.022,0.0041,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12115",1,32.676186,-115.484144,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-31" +"06","025","0005","12126",7,32.676186,-115.484144,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.5975,0.367548,1.1,"2013-01-04 00:00",0.64,"2013-01-16 00:00",0.36,"2013-01-28 00:00",0.29,"2013-02-09 00:00","","","","",1.1,1.1,1.1,1.1,1.1,0.64,0.29,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12128",1,32.676186,-115.484144,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION (AA) FRM",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,4,"","","Certification not required",0,0.015649,0.01683,0.088,"2013-04-22 00:00",0.051,"2013-08-20 00:00",0.042,"2013-05-28 00:00",0.039,"2013-04-04 00:00","","","","",0.088,0.088,0.042,0.037,0.024,0.0083,0.0031,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","12128",7,32.676186,-115.484144,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.002725,0.001372,0.0037,"2013-01-04 00:00",0.0034,"2013-01-16 00:00",0.0031,"2013-01-28 00:00",0.0007,"2013-02-09 00:00","","","","",0.0037,0.0037,0.0037,0.0037,0.0037,0.0034,0.0007,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-06-28" +"06","025","0005","12132",7,32.676186,-115.484144,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.01275,0.005909,0.021,"2013-01-04 00:00",0.013,"2013-01-16 00:00",0.009,"2013-01-28 00:00",0.008,"2013-02-09 00:00","","","","",0.021,0.021,0.021,0.021,0.021,0.013,0.008,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12134",7,32.676186,-115.484144,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12136",7,32.676186,-115.484144,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12150",7,32.676186,-115.484144,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12154",7,32.676186,-115.484144,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12160",7,32.676186,-115.484144,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",3,0.001875,0.00075,0.003,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.0015,0.0015,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12161",7,32.676186,-115.484144,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",1,0.018875,0.014654,0.038,"2013-01-04 00:00",0.022,"2013-01-16 00:00",0.011,"2013-02-09 00:00",0.0045,"2013-01-28 00:00","","","","",0.038,0.038,0.038,0.038,0.038,0.022,0.0045,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12164",7,32.676186,-115.484144,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",3,0.000988,0.000475,0.0017,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0017,0.0017,0.0017,0.0017,0.0017,0.00075,0.00075,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12167",7,32.676186,-115.484144,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.03725,0.023472,0.065,"2013-01-28 00:00",0.047,"2013-01-04 00:00",0.025,"2013-01-16 00:00",0.012,"2013-02-09 00:00","","","","",0.065,0.065,0.065,0.065,0.065,0.047,0.012,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12168",7,32.676186,-115.484144,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.0075,0.005101,0.014,"2013-01-04 00:00",0.0089,"2013-01-16 00:00",0.0047,"2013-02-09 00:00",0.0024,"2013-01-28 00:00","","","","",0.014,0.014,0.014,0.014,0.014,0.0089,0.0024,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12169",7,32.676186,-115.484144,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.275,0.103441,0.41,"2013-01-04 00:00",0.28,"2013-01-16 00:00",0.25,"2013-02-09 00:00",0.16,"2013-01-28 00:00","","","","",0.41,0.41,0.41,0.41,0.41,0.28,0.16,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","12185",7,32.676186,-115.484144,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",2,0.00175,0.00119,0.0031,"2013-01-16 00:00",0.0024,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0031,0.0031,0.0031,0.0031,0.0031,0.0024,0.00075,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-04-26" +"06","025","0005","14129",1,32.676186,-115.484144,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,43,61,0,4,0,0,"Certification not required",0,0.015111,0.016635,0.087,"2013-04-22 00:00",0.048,"2013-08-20 00:00",0.041,"2013-05-28 00:00",0.039,"2013-04-04 00:00","","","","",0.087,0.087,0.041,0.038,0.023,0.008,0.003,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","42101",1,32.676186,-115.484144,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",1298,15,53,365,0,118,0,0,"Certification not required",666,0.670108,0.766479,5.2,"2013-01-01 01:00",5.2,"2013-01-01 02:00",5.2,"2013-01-01 03:00",5,"2013-01-09 21:00","","","","",4.1,3.5,2.2,1.4,0.7,0.25,0.25,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","42101",1,32.676186,-115.484144,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",1316,15,50,365,0,0,0,0,"Certification not required",0,0.680471,0.583166,4.8,"2013-01-01 06:00",4.7,"2013-01-01 07:00",4.4,"2013-01-01 08:00",3.9,"2013-01-01 09:00",4.8,"2013-01-01 06:00",3.9,"2013-02-23 03:00",3.4,2.6,1.9,1.3,0.8,0.5,0.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","42101",3,32.676186,-115.484144,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",1401,16,61,365,0,0,0,0,"Certification not required",0,0.528941,0.460489,3.854,"2013-04-20 00:00",3.829,"2013-04-20 01:00",3.754,"2013-04-19 23:00",3.679,"2013-03-04 21:00","","","","",2.66,2.044,1.514,0.985,0.508,0.353,0.291,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42101",3,32.676186,-115.484144,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",1460,17,61,365,0,0,0,0,"Certification not required",0,0.529384,0.346617,2.7,"2013-04-20 04:00",2.7,"2013-04-20 05:00",2.6,"2013-04-20 02:00",2.6,"2013-04-20 03:00",2.7,"2013-04-20 04:00",2.4,"2013-03-05 01:00",2.1,1.6,1.2,0.9,0.6,0.4,0.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42401",1,32.676186,-115.484144,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1301,15,53,365,0,115,0,"","Certification not required",0,1.264151,1.058863,4,"2013-01-24 13:00",4,"2013-02-13 21:00",3,"2013-01-09 21:00",3,"2013-01-23 22:00","","","","",4,4,3,3,2,1,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","42401",1,32.676186,-115.484144,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1301,15,53,365,0,115,"","","Certification not required",0,0.329746,0.634604,4,"2013-01-24 13:00",4,"2013-02-13 21:00",3,"2013-01-09 21:00",3,"2013-01-09 22:00","","","","",3,2,2,1,1,0,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","42401",1,32.676186,-115.484144,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",53,15,53,365,0,0,0,"","Certification not required",0,0.328302,0.367621,1.8,"2013-01-24 00:00",1.3,"2013-02-23 00:00",1,"2013-02-07 00:00",0.9,"2013-01-09 00:00","","","","",1.8,1.3,1,0.9,0.4,0.2,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","42401",1,32.676186,-115.484144,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",393,13,52,365,0,0,"",0,"Certification not required",0,0.337913,0.577568,3,"2013-01-24 02:00",3,"2013-02-13 23:00",3,"2013-02-22 23:00",2.6,"2013-01-09 23:00","","","","",2.6,2.3,1.6,1,0.6,0,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","42401",3,32.676186,-115.484144,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",1403,16,61,365,0,0,0,"","Certification not required",0,2.336066,2.114319,10.7,"2013-04-21 10:00",6.4,"2013-03-03 11:00",6.3,"2013-03-26 09:00",6.2,"2013-03-15 17:00","","","","",10.7,6.4,6.2,5.5,3.4,1.6,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42401",3,32.676186,-115.484144,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",1403,16,61,365,0,0,"","","Certification not required",0,0.684319,1.031714,10.7,"2013-04-21 10:00",6.4,"2013-03-03 11:00",6.3,"2013-03-26 09:00",6.2,"2013-03-15 17:00","","","","",5.1,4,2.8,1.9,0.8,0.2,0.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42401",3,32.676186,-115.484144,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",61,17,61,365,0,0,0,"","Certification not required",0,0.691803,0.593379,2.2,"2013-03-03 00:00",2.2,"2013-04-21 00:00",2,"2013-04-22 00:00",1.9,"2013-03-28 00:00","","","","",2.2,2.2,1.9,1.5,1,0.5,0.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42401",3,32.676186,-115.484144,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",427,15,61,365,0,0,"",0,"Certification not required",0,0.696019,0.986771,7.1,"2013-04-21 11:00",5.6,"2013-03-03 11:00",5.2,"2013-03-03 14:00",5.2,"2013-03-26 11:00","","","","",4.7,3.7,2.8,1.9,0.9,0.2,0.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42601",1,32.676186,-115.484144,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2706,31,114,365,0,113,"","","Certification not required",0,16.334738,43.113313,379,"2013-02-22 22:00",367,"2013-02-22 23:00",357,"2013-02-22 21:00",353,"2013-02-13 21:00","","","","",243,180,96,48,7.4,1.2,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42602",1,32.676186,-115.484144,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2706,31,114,365,0,113,0,"","Certification not required",0,35.485965,13.470465,62.5,"2013-04-20 20:00",61.7,"2013-03-26 08:00",56.1,"2013-03-25 19:00",54.3,"2013-04-27 19:00","","","","",61.7,56.1,53,50.2,44.1,39.9,12.6,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42602",1,32.676186,-115.484144,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2706,31,114,365,0,113,"","","Certification not required",0,13.789024,12.738901,62.5,"2013-04-20 20:00",62.4,"2013-04-20 07:00",61.7,"2013-03-26 08:00",61.5,"2013-04-20 21:00","","","","",48.9,45,40,34,21.6,8.1,2.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","42603",1,32.676186,-115.484144,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2706,31,114,365,0,113,"","","Certification not required",0,30.171729,51.877374,422,"2013-02-22 22:00",406,"2013-02-22 23:00",398,"2013-02-22 21:00",397,"2013-02-13 21:00","","","","",280,214,130.8,83,30,10,2.7,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","43218",5,32.676186,-115.484144,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.462903,0.456576,1.64,"2013-03-05 00:00",1.44,"2013-12-06 00:00",1.32,"2013-12-18 00:00",1.32,"2013-12-30 00:00","","","","",1.64,1.64,1.44,1.32,0.72,0.25,0.08,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43359",5,32.676186,-115.484144,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,12.807143,21.152216,120,"2013-01-28 00:00",14,"2013-10-19 00:00",13,"2013-10-07 00:00",12,"2013-03-29 00:00","","","","",120,120,14,13,11,9.1,6.5,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43502",5,32.676186,-115.484144,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.993548,1.170736,5.4,"2013-07-03 00:00",4.8,"2013-08-20 00:00",4.8,"2013-12-18 00:00",4.7,"2013-07-15 00:00","","","","",5.4,5.4,4.8,4.7,3.7,3,1.6,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43503",5,32.676186,-115.484144,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.16129,0.920028,4.2,"2013-12-18 00:00",4,"2013-07-03 00:00",3.6,"2013-05-04 00:00",3.2,"2013-03-05 00:00","","","","",4.2,4.2,4,3.2,2.6,2,1.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43505",5,32.676186,-115.484144,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.458,1.200862,3.3,"2013-01-16 00:00",1.95,"2013-01-04 00:00",1.14,"2013-01-28 00:00",0.45,"2013-02-09 00:00","","","","",3.3,3.3,3.3,3.3,1.95,1.14,0.45,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-06-17" +"06","025","0005","43551",5,32.676186,-115.484144,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,9.9,6.08194,19.8,"2013-01-16 00:00",11.4,"2013-01-04 00:00",7.8,"2013-02-21 00:00",5.4,"2013-02-09 00:00","","","","",19.8,19.8,19.8,19.8,11.4,7.8,5.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-06-17" +"06","025","0005","43552",5,32.676186,-115.484144,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",23,0.406452,0.47183,2,"2013-12-18 00:00",1.6,"2013-11-24 00:00",1.6,"2013-12-06 00:00",0.8,"2013-03-05 00:00","","","","",2,2,1.6,0.8,0.4,0.2,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43702",5,32.676186,-115.484144,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.576,0.617155,1.68,"2013-02-09 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00","","","","",1.68,1.68,1.68,1.68,0.3,0.3,0.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-06-17" +"06","025","0005","43802",5,32.676186,-115.484144,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.081935,0.045711,0.21,"2013-03-05 00:00",0.21,"2013-12-30 00:00",0.15,"2013-12-18 00:00",0.12,"2013-07-15 00:00","","","","",0.21,0.21,0.21,0.12,0.11,0.05,0.05,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43803",5,32.676186,-115.484144,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.030645,0.014818,0.06,"2013-10-19 00:00",0.06,"2013-12-18 00:00",0.05,"2013-03-05 00:00",0.05,"2013-07-03 00:00","","","","",0.06,0.06,0.06,0.05,0.04,0.03,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43804",5,32.676186,-115.484144,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.081935,0.011081,0.1,"2013-09-13 00:00",0.1,"2013-10-19 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.09,0.09,0.08,0.07,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43814",5,32.676186,-115.484144,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,11.71871,4.023272,18.4,"2013-06-09 00:00",17.6,"2013-10-07 00:00",16,"2013-10-19 00:00",15.8,"2013-03-29 00:00","","","","",18.4,18.4,17.6,15.8,14.2,12.4,7,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43817",5,32.676186,-115.484144,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.047419,0.067723,0.3,"2013-12-30 00:00",0.2,"2013-12-06 00:00",0.2,"2013-12-18 00:00",0.11,"2013-03-05 00:00","","","","",0.3,0.3,0.2,0.11,0.05,0.02,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43819",5,32.676186,-115.484144,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.020323,0.001796,0.03,"2013-12-18 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0.02,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43824",5,32.676186,-115.484144,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43827",5,32.676186,-115.484144,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",28,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43830",5,32.676186,-115.484144,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43831",5,32.676186,-115.484144,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43834",5,32.676186,-115.484144,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",25,0.222857,0.067267,0.42,"2013-10-19 00:00",0.42,"2013-11-24 00:00",0.4,"2013-10-31 00:00",0.2,"2013-01-04 00:00","","","","",0.42,0.42,0.42,0.4,0.2,0.2,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43848",5,32.676186,-115.484144,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",0,1.18,1.862397,10.4,"2013-02-09 00:00",1.42,"2013-05-04 00:00",1.4,"2013-01-04 00:00",1.32,"2013-10-31 00:00","","","","",10.4,10.4,1.42,1.4,0.96,0.78,0.54,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","43854",5,32.676186,-115.484144,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",23,0.283571,0.19993,0.88,"2013-01-04 00:00",0.86,"2013-10-19 00:00",0.7,"2013-10-31 00:00",0.48,"2013-11-24 00:00","","","","",0.88,0.88,0.86,0.7,0.2,0.2,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","44201",1,32.676186,-115.484144,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2706,31,113,365,0,113,0,0,"Certification not required",475,0.050611,0.009959,0.086,"2013-04-26 15:00",0.08,"2013-04-29 13:00",0.07,"2013-03-25 13:00",0.07,"2013-04-27 11:00","","","","",0.08,0.07,0.069,0.064,0.056,0.049,0.041,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","44201",1,32.676186,-115.484144,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2788,31,113,365,0,0,0,0,"Certification not required",0,0.045053,0.009587,0.072,"2013-04-26 11:00",0.071,"2013-04-29 10:00",0.066,"2013-04-20 10:00",0.065,"2013-04-27 09:00","","","","",0.071,0.066,0.062,0.057,0.05,0.044,0.037,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","44201",1,32.676186,-115.484144,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2788,31,113,365,0,0,0,0,"Certification not required",0,0.045053,0.009587,0.072,"2013-04-26 11:00",0.071,"2013-04-29 10:00",0.066,"2013-04-20 10:00",0.065,"2013-04-27 09:00","","","","",0.071,0.066,0.062,0.057,0.05,0.044,0.037,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","45109",5,32.676186,-115.484144,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,6.077419,7.069227,37.6,"2013-12-18 00:00",20,"2013-03-05 00:00",14.4,"2013-12-06 00:00",11.2,"2013-12-30 00:00","","","","",37.6,37.6,20,11.2,6.72,3.6,2.4,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","45201",5,32.676186,-115.484144,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.609032,2.006063,8.4,"2013-03-05 00:00",7.8,"2013-12-18 00:00",6.6,"2013-12-06 00:00",6,"2013-12-30 00:00","","","","",8.4,8.4,7.8,6,3.36,1.74,1.14,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","45202",5,32.676186,-115.484144,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,9.847419,7.092521,32.2,"2013-03-05 00:00",29.4,"2013-12-18 00:00",23.8,"2013-12-06 00:00",17.5,"2013-12-30 00:00","","","","",32.2,32.2,29.4,17.5,11.2,7,5.25,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","45203",5,32.676186,-115.484144,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.669677,1.97723,10.4,"2013-12-18 00:00",5.6,"2013-03-05 00:00",4.16,"2013-12-06 00:00",3.36,"2013-12-30 00:00","","","","",10.4,10.4,5.6,3.36,1.92,0.8,0.8,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","45204",5,32.676186,-115.484144,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.379355,2.741948,14.4,"2013-12-18 00:00",8,"2013-03-05 00:00",6,"2013-12-06 00:00",4.4,"2013-12-30 00:00","","","","",14.4,14.4,8,4.4,2.64,1.44,1.04,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","45220",5,32.676186,-115.484144,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.027097,0.625535,2.4,"2013-03-05 00:00",2.24,"2013-07-03 00:00",2.24,"2013-12-18 00:00",1.92,"2013-07-27 00:00","","","","",2.4,2.4,2.24,1.92,1.52,0.96,0.4,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-21" +"06","025","0005","61103",1,32.676186,-115.484144,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",2876,33,120,365,0,4,"","","Certification not required",0,3.883519,3.118409,22.4,"2013-04-08 16:00",19,"2013-01-10 12:00",18.9,"2013-04-08 10:00",18.8,"2013-04-08 14:00","","","","",14.8,13.1,10.3,8.4,5,3,1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","61104",1,32.676186,-115.484144,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",2876,33,120,365,0,4,"","","Certification not required",0,235.390473,100.651652,360,"2013-01-17 02:00",360,"2013-02-28 10:00",360,"2013-04-23 09:00",359,"2013-01-05 13:00","","","","",356,353,346,334,305,281,77,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","62101",1,32.676186,-115.484144,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1412,98,59,60,0,4,"","","Certification not required",0,56.862606,10.319398,82,"2013-02-05 14:00",82,"2013-02-17 13:00",82,"2013-02-17 14:00",82,"2013-02-17 15:00","","","","",79,79,75,72,64,55,45,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","62102",1,32.676186,-115.484144,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1464,20,61,306,0,0,"","","Certification not required",0,71.644809,10.020529,100,"2013-04-29 13:00",100,"2013-04-29 14:00",100,"2013-04-29 15:00",98,"2013-04-29 12:00","","","","",95,92,88,85,79,71,59,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","62201",1,32.676186,-115.484144,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",1413,98,59,60,0,3,"","","Certification not required",0,45.101203,19.042158,100,"2013-01-25 20:00",100,"2013-01-25 21:00",100,"2013-01-25 22:00",100,"2013-01-25 23:00","","","","",100,99,79,69,58,42,22,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-02" +"06","025","0005","63301",1,32.676186,-115.484144,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",1413,98,59,60,0,3,"","","Certification not required",762,0.285272,0.402698,1.38,"2013-02-28 11:00",1.37,"2013-02-24 11:00",1.37,"2013-02-25 11:00",1.37,"2013-02-26 11:00","","","","",1.29,1.22,1.09,0.98,0.57,0.005,0.005,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-03" +"06","025","0005","64101",1,32.676186,-115.484144,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",2877,33,120,365,0,3,"","","Certification not required",0,1012.091067,5.820645,1030.6,"2013-01-15 09:00",1029.2,"2013-01-15 08:00",1029.2,"2013-01-15 10:00",1027.9,"2013-01-15 05:00","","","","",1026.6,1023.9,1021.2,1019.9,1015.9,1011.9,1003.9,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-12-04" +"06","025","0005","68103",5,32.676186,-115.484144,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,49,61,0,17,"","","Certification not required",0,16.768333,7.726084,30.3,"2013-07-27 00:00",29.6,"2013-08-20 00:00",29.3,"2013-07-09 00:00",28.6,"2013-07-15 00:00","","","","",30.3,29.6,29.3,27.6,23,16.2,6.8,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68104",5,32.676186,-115.484144,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,49,61,0,17,"","","Certification not required",0,34.12,8.949743,48.4,"2013-08-20 00:00",47.8,"2013-07-15 00:00",46.7,"2013-09-16 00:00",46.2,"2013-08-14 00:00","","","","",48.4,47.8,46.7,45.7,41.3,35.8,19.9,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68105",1,32.676186,-115.484144,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,60,61,0,11,"","","Certification not required",0,24.757377,8.579554,39.1,"2013-08-17 00:00",38.4,"2013-08-20 00:00",37.7,"2013-07-03 00:00",37.5,"2013-07-15 00:00","","","","",38.4,37.7,36.5,35.9,32.3,25.4,13.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","68105",2,32.676186,-115.484144,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",76,100,54,61,0,10,"","","Certification not required",0,25.571053,8.129974,38.3,"2013-08-20 00:00",38.2,"2013-07-27 00:00",37.2,"2013-07-15 00:00",36,"2013-06-06 00:00","","","","",38.3,38.2,36,35.6,32.9,26.9,14.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","68105",5,32.676186,-115.484144,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,49,61,0,17,"","","Certification not required",0,24.766667,8.303597,37.7,"2013-08-20 00:00",37.4,"2013-07-15 00:00",37.4,"2013-07-27 00:00",36.9,"2013-07-24 00:00","","","","",37.7,37.4,37.4,35.9,32,24.6,13,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68105",7,32.676186,-115.484144,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,43,61,0,4,"","","Certification not required",0,26.997778,8.152732,38.3,"2013-08-20 00:00",37.9,"2013-07-27 00:00",36.8,"2013-07-03 00:00",36.5,"2013-07-15 00:00","","","","",38.3,38.3,36.8,36.1,33.1,29.5,14.6,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68106",5,32.676186,-115.484144,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,49,61,0,17,"","","Certification not required",0,748.566667,5.561266,759,"2013-01-16 00:00",759,"2013-02-12 00:00",759,"2013-11-06 00:00",758,"2013-01-01 00:00","","","","",759,759,759,758,752,748,742,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68107",5,32.676186,-115.484144,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,49,61,0,17,"","","Certification not required",0,754.016667,5.961719,768,"2013-01-16 00:00",766,"2013-12-24 00:00",765,"2013-12-12 00:00",765,"2013-12-30 00:00","","","","",768,766,765,764,759,753,747,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68108",1,32.676186,-115.484144,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,60,61,0,11,"","","Certification not required",0,757.729508,4.932665,771,"2013-12-09 00:00",769,"2013-01-14 00:00",769,"2013-01-16 00:00",768,"2013-12-15 00:00","","","","",769,769,767,765,761,757,752,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","68108",2,32.676186,-115.484144,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",76,100,54,61,0,10,"","","Certification not required",0,757.473684,4.640327,767,"2013-12-30 00:00",766,"2013-02-27 00:00",766,"2013-11-06 00:00",766,"2013-12-24 00:00","","","","",767,766,766,765,762,757,752,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","68108",5,32.676186,-115.484144,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,49,61,0,17,"","","Certification not required",0,750.6,5.295345,762,"2013-01-16 00:00",761,"2013-11-06 00:00",760,"2013-02-12 00:00",760,"2013-11-24 00:00","","","","",762,761,760,759,755,751,744,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","68108",7,32.676186,-115.484144,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,43,61,0,4,"","","Certification not required",0,756.022222,4.44404,768,"2013-01-16 00:00",765,"2013-02-27 00:00",764,"2013-02-15 00:00",763,"2013-03-02 00:00","","","","",768,768,764,763,759,755,751,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","81102",1,32.676186,-115.484144,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,89,54,61,0,4,0,0,"Certification not required",0,52.178571,23.728853,141,"2013-05-04 00:00",101,"2013-09-07 00:00",100,"2013-01-10 00:00",97,"2013-10-25 00:00","","","","",141,101,100,79,65,50,28,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","82180",1,32.676186,-115.484144,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",25,41,25,61,0,0,"","","Certification not required",0,226.4,250.097981,1300,"2013-03-05 00:00",480,"2013-05-04 00:00",330,"2013-01-10 00:00",330,"2013-05-16 00:00","","","","",1300,1300,480,330,300,140,70,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-14" +"06","025","0005","82203",1,32.676186,-115.484144,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.7388,0.791224,3.4,"2013-04-16 00:00",2,"2013-01-10 00:00",1.7,"2013-05-16 00:00",1.6,"2013-01-28 00:00","","","","",3.4,3.4,2,1.7,1,0.41,0.12,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-14" +"06","025","0005","82301",1,32.676186,-115.484144,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,25,61,0,0,"","","Certification not required",9,0.234,0.22301,0.8,"2013-02-03 00:00",0.8,"2013-03-23 00:00",0.5,"2013-05-04 00:00",0.4,"2013-01-10 00:00","","","","",0.8,0.8,0.8,0.5,0.3,0.1,0.05,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-14" +"06","025","0005","82306",1,32.676186,-115.484144,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.5556,0.88027,4.3,"2013-02-03 00:00",2.8,"2013-05-04 00:00",2.5,"2013-03-05 00:00",2.4,"2013-01-10 00:00","","","","",4.3,4.3,2.8,2.5,2,1.4,0.59,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-14" +"06","025","0005","82403",1,32.676186,-115.484144,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.724,0.977787,4.5,"2013-05-04 00:00",3.3,"2013-03-23 00:00",2.9,"2013-05-22 00:00",2.8,"2013-04-22 00:00","","","","",4.5,4.5,3.3,2.9,2.1,1.7,0.7,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-14" +"06","025","0005","85101",1,32.676186,-115.484144,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,54,61,0,4,"","","Certification not required",0,51.678571,23.351159,137,"2013-05-04 00:00",104,"2013-01-10 00:00",99,"2013-09-07 00:00",97,"2013-10-25 00:00","","","","",137,104,99,79,65,50,29,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0005","88101",1,32.676186,-115.484144,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,96,117,122,0,11,1,1,"Certification not required",0,13.292623,5.900346,36.3,"2013-11-09 00:00",28.2,"2013-04-08 00:00",27.4,"2013-05-04 00:00",26,"2013-12-18 00:00","","","","",28.2,27.4,25.5,21.4,17.1,12.6,7.5,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","88101",1,32.676186,-115.484144,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,96,117,122,0,11,"","","Certification not required",0,13.292623,5.900346,36.3,"2013-11-09 00:00",28.2,"2013-04-08 00:00",27.4,"2013-05-04 00:00",26,"2013-12-18 00:00","","","","",28.2,27.4,25.5,21.4,17.1,12.6,7.5,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","88101",2,32.676186,-115.484144,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",77,90,55,61,0,10,0,0,"Certification not required",0,13.618182,5.835502,32.9,"2013-05-04 00:00",28.5,"2013-04-08 00:00",27.4,"2013-06-18 00:00",26.5,"2013-12-18 00:00","","","","",32.9,28.5,27.4,22.9,17.7,15.7,11,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","88101",2,32.676186,-115.484144,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",77,90,55,61,0,10,"","","Certification not required",0,13.618182,5.835502,32.9,"2013-05-04 00:00",28.5,"2013-04-08 00:00",27.4,"2013-06-18 00:00",26.5,"2013-12-18 00:00","","","","",32.9,28.5,27.4,22.9,17.7,15.7,11,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-24" +"06","025","0005","88102",5,32.676186,-115.484144,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",43,0.0134,0.006715,0.035,"2013-10-19 00:00",0.03,"2013-10-01 00:00",0.027,"2013-01-01 00:00",0.027,"2013-10-31 00:00","","","","",0.035,0.03,0.027,0.024,0.01,0.01,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88103",5,32.676186,-115.484144,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.001273,0.001509,0.012,"2013-01-01 00:00",0.003,"2013-10-13 00:00",0.002,"2013-04-10 00:00",0.002,"2013-11-24 00:00","","","","",0.012,0.003,0.002,0.001,0.001,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88104",5,32.676186,-115.484144,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",3,0.1737,0.169946,0.98,"2013-05-04 00:00",0.51,"2013-09-07 00:00",0.5,"2013-01-22 00:00",0.41,"2013-01-01 00:00","","","","",0.98,0.51,0.5,0.36,0.27,0.13,0.027,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88107",5,32.676186,-115.484144,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",35,0.016418,0.012558,0.088,"2013-01-01 00:00",0.042,"2013-01-22 00:00",0.038,"2013-05-04 00:00",0.033,"2013-10-19 00:00","","","","",0.088,0.042,0.038,0.023,0.021,0.01,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88109",5,32.676186,-115.484144,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",9,0.010218,0.01368,0.091,"2013-01-01 00:00",0.039,"2013-10-31 00:00",0.032,"2013-11-24 00:00",0.027,"2013-07-06 00:00","","","","",0.091,0.039,0.032,0.02,0.012,0.007,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88111",5,32.676186,-115.484144,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.245909,0.195312,1.1,"2013-05-04 00:00",0.71,"2013-01-22 00:00",0.59,"2013-09-16 00:00",0.55,"2013-02-12 00:00","","","","",1.1,0.71,0.59,0.51,0.33,0.19,0.062,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88112",5,32.676186,-115.484144,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.002564,0.001772,0.013,"2013-05-07 00:00",0.008,"2013-11-30 00:00",0.005,"2013-04-22 00:00",0.005,"2013-10-01 00:00","","","","",0.013,0.008,0.005,0.004,0.002,0.002,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88113",5,32.676186,-115.484144,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",20,0.004473,0.003217,0.016,"2013-05-04 00:00",0.014,"2013-04-22 00:00",0.011,"2013-04-16 00:00",0.01,"2013-05-22 00:00","","","","",0.016,0.014,0.011,0.008,0.006,0.004,0.0015,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88114",5,32.676186,-115.484144,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",13,0.008236,0.007608,0.041,"2013-11-24 00:00",0.038,"2013-01-01 00:00",0.019,"2013-04-22 00:00",0.018,"2013-01-22 00:00","","","","",0.041,0.038,0.019,0.017,0.01,0.007,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88115",5,32.676186,-115.484144,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.419527,1.487449,11,"2013-01-01 00:00",1.6,"2013-06-09 00:00",1.4,"2013-11-24 00:00",0.93,"2013-06-03 00:00","","","","",11,1.6,1.4,0.55,0.24,0.13,0.026,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88126",5,32.676186,-115.484144,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.178891,0.117534,0.63,"2013-05-04 00:00",0.47,"2013-04-22 00:00",0.44,"2013-01-22 00:00",0.38,"2013-04-16 00:00","","","","",0.63,0.47,0.44,0.35,0.22,0.16,0.058,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88128",5,32.676186,-115.484144,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.011,0.015706,0.09,"2013-01-01 00:00",0.054,"2013-04-22 00:00",0.038,"2013-10-01 00:00",0.037,"2013-08-20 00:00","","","","",0.09,0.054,0.038,0.028,0.013,0.005,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88132",5,32.676186,-115.484144,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.008127,0.006904,0.042,"2013-04-22 00:00",0.024,"2013-09-25 00:00",0.022,"2013-05-04 00:00",0.02,"2013-05-28 00:00","","","","",0.042,0.024,0.022,0.015,0.01,0.006,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88134",5,32.676186,-115.484144,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",55,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88136",5,32.676186,-115.484144,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.002564,0.001512,0.009,"2013-04-22 00:00",0.007,"2013-05-28 00:00",0.007,"2013-08-20 00:00",0.006,"2013-10-01 00:00","","","","",0.009,0.007,0.007,0.005,0.002,0.002,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88142",5,32.676186,-115.484144,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.002109,0.000685,0.007,"2013-01-01 00:00",0.003,"2013-07-06 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00","","","","",0.007,0.003,0.002,0.002,0.002,0.002,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88152",5,32.676186,-115.484144,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",20,0.007218,0.006223,0.035,"2013-05-04 00:00",0.024,"2013-01-22 00:00",0.018,"2013-09-16 00:00",0.017,"2013-07-06 00:00","","","","",0.035,0.024,0.018,0.014,0.01,0.006,0.002,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88154",5,32.676186,-115.484144,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",36,0.004018,0.006737,0.038,"2013-07-09 00:00",0.023,"2013-07-27 00:00",0.019,"2013-07-06 00:00",0.017,"2013-07-15 00:00","","","","",0.038,0.023,0.019,0.011,0.004,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88160",5,32.676186,-115.484144,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",54,0.010236,0.001753,0.023,"2013-07-06 00:00",0.01,"2013-01-01 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00","","","","",0.023,0.01,0.01,0.01,0.01,0.01,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88161",5,32.676186,-115.484144,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",4,0.014,0.011197,0.059,"2013-05-04 00:00",0.045,"2013-04-16 00:00",0.036,"2013-01-22 00:00",0.032,"2013-05-22 00:00","","","","",0.059,0.045,0.036,0.03,0.018,0.01,0.004,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88164",5,32.676186,-115.484144,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",53,0.001573,0.00039,0.004,"2013-05-04 00:00",0.003,"2013-07-21 00:00",0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00","","","","",0.004,0.003,0.0015,0.0015,0.0015,0.0015,0.0015,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88165",5,32.676186,-115.484144,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.533055,0.457884,2.8,"2013-05-04 00:00",1.5,"2013-01-22 00:00",1.4,"2013-09-07 00:00",1.1,"2013-02-12 00:00","","","","",2.8,1.5,1.4,1,0.7,0.41,0.14,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88167",5,32.676186,-115.484144,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",2,0.075073,0.121534,0.53,"2013-04-22 00:00",0.43,"2013-05-28 00:00",0.41,"2013-08-20 00:00",0.31,"2013-09-25 00:00","","","","",0.53,0.43,0.41,0.26,0.095,0.013,0.005,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88168",5,32.676186,-115.484144,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",37,0.003155,0.003415,0.018,"2013-01-01 00:00",0.017,"2013-05-04 00:00",0.01,"2013-10-19 00:00",0.008,"2013-04-16 00:00","","","","",0.018,0.017,0.01,0.006,0.004,0.0015,0.0015,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88169",5,32.676186,-115.484144,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.504,0.408348,1.6,"2013-07-06 00:00",1.4,"2013-07-24 00:00",1.3,"2013-01-01 00:00",1.3,"2013-07-09 00:00","","","","",1.6,1.4,1.3,1.2,0.78,0.41,0.087,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88176",5,32.676186,-115.484144,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",53,0.001091,0.000482,0.004,"2013-10-22 00:00",0.003,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.004,0.003,0.001,0.001,0.001,0.001,0.001,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88180",5,32.676186,-115.484144,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",0,0.331745,0.615529,4.2,"2013-01-01 00:00",2.2,"2013-10-22 00:00",0.82,"2013-07-06 00:00",0.64,"2013-07-09 00:00","","","","",4.2,2.2,0.82,0.52,0.27,0.19,0.065,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88183",5,32.676186,-115.484144,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,16,"","","Certification not required",55,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88301",5,32.676186,-115.484144,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,16,"","","Certification not required",13,0.419098,0.853388,6.56,"2013-01-01 00:00",1.6,"2013-11-24 00:00",0.91,"2013-03-26 00:00",0.89,"2013-07-06 00:00","","","","",6.56,1.6,0.89,0.7,0.47,0.23,0.025,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88302",5,32.676186,-115.484144,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,16,"","","Certification not required",10,0.30459,0.317598,1.66,"2013-01-01 00:00",1.22,"2013-06-09 00:00",1.15,"2013-07-09 00:00",0.98,"2013-05-22 00:00","","","","",1.66,1.22,0.98,0.74,0.37,0.2,0.04,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88303",5,32.676186,-115.484144,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,16,"","","Certification not required",43,0.24041,0.78451,6.11,"2013-01-01 00:00",1.11,"2013-03-05 00:00",0.71,"2013-10-22 00:00",0.5,"2013-07-06 00:00","","","","",6.11,1.11,0.5,0.34,0.15,0.065,0.065,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88306",5,32.676186,-115.484144,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",59,97,48,61,0,18,"","","Certification not required",0,0.978305,0.723378,4.15,"2013-01-01 00:00",3.33,"2013-11-24 00:00",2.94,"2013-12-18 00:00",2.18,"2013-03-05 00:00","","","","",4.15,3.33,2.94,1.6,1.22,0.81,0.37,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88355",5,32.676186,-115.484144,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,3.231707,1.367377,8.1,"2013-06-18 00:00",5.5,"2013-05-04 00:00",5.4,"2013-04-10 00:00",4.8,"2013-06-15 00:00","","","","",8.1,8.1,5.4,4.8,3.9,3.2,1.6,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88357",5,32.676186,-115.484144,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,0.829268,0.587471,3.2,"2013-03-05 00:00",1.9,"2013-03-26 00:00",1.6,"2013-02-12 00:00",1.5,"2013-03-14 00:00","","","","",3.2,3.2,1.6,1.3,1.2,0.6,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88370",5,32.676186,-115.484144,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,3.280488,1.545351,8.4,"2013-06-18 00:00",6.7,"2013-03-05 00:00",6.4,"2013-05-04 00:00",5.6,"2013-04-10 00:00","","","","",8.4,8.4,6.4,5.3,3.7,3.1,1.7,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88374",5,32.676186,-115.484144,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",28,0.107317,0.099725,0.4,"2013-02-12 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.4,0.4,0.3,0.3,0.1,0.05,0.05,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88375",5,32.676186,-115.484144,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,0.595122,0.284562,1.7,"2013-06-18 00:00",1.3,"2013-03-05 00:00",0.9,"2013-02-12 00:00",0.9,"2013-03-14 00:00","","","","",1.7,1.7,0.9,0.9,0.7,0.5,0.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88376",5,32.676186,-115.484144,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,1.087805,0.437147,2.2,"2013-06-18 00:00",1.9,"2013-04-10 00:00",1.9,"2013-05-04 00:00",1.8,"2013-03-05 00:00","","","","",2.2,2.2,1.9,1.7,1.4,1,0.6,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88377",5,32.676186,-115.484144,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,0.8,0.309031,1.5,"2013-05-04 00:00",1.5,"2013-06-15 00:00",1.4,"2013-04-10 00:00",1.2,"2013-08-11 00:00","","","","",1.5,1.5,1.4,1.1,1,0.8,0.5,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88378",5,32.676186,-115.484144,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",3,0.696341,0.621429,3.1,"2013-06-18 00:00",2.3,"2013-03-05 00:00",2.1,"2013-05-04 00:00",1.5,"2013-03-26 00:00","","","","",3.1,3.1,2.1,1.4,0.7,0.5,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88380",5,32.676186,-115.484144,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,0.77561,0.467857,1.8,"2013-01-10 00:00",1.7,"2013-02-12 00:00",1.5,"2013-03-14 00:00",1.5,"2013-03-26 00:00","","","","",1.8,1.8,1.5,1.5,1.1,0.6,0.2,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88383",5,32.676186,-115.484144,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",0,1.370732,0.835537,4,"2013-06-18 00:00",3.5,"2013-03-05 00:00",2.9,"2013-03-26 00:00",2.3,"2013-05-04 00:00","","","","",4,4,2.9,2.3,1.8,1.1,0.4,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88384",5,32.676186,-115.484144,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",34,0.065854,0.040986,0.2,"2013-04-10 00:00",0.2,"2013-05-04 00:00",0.2,"2013-06-15 00:00",0.1,"2013-05-22 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88385",5,32.676186,-115.484144,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",41,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88388",5,32.676186,-115.484144,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,28,"","","Certification not required",1,0.640244,0.452109,2.9,"2013-06-18 00:00",1.4,"2013-07-06 00:00",1.2,"2013-05-04 00:00",1.1,"2013-03-26 00:00","","","","",2.9,2.9,1.2,1.1,0.7,0.6,0.3,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-10" +"06","025","0005","88390",5,32.676186,-115.484144,"NAD83","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,16,61,0,4,"","","Certification not required",18,0.319,1.337842,6,"2013-01-01 00:00",0.2,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",6,6,6,0.2,0.01,0.01,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-08-13" +"06","025","0005","88391",5,32.676186,-115.484144,"NAD83","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,16,61,0,4,"","","Certification not required",19,0.0545,0.19901,0.9,"2013-01-01 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.9,0.9,0.9,0.01,0.01,0.01,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-08-13" +"06","025","0005","88392",5,32.676186,-115.484144,"NAD83","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,16,61,0,4,"","","Certification not required",19,0.026,0.071554,0.33,"2013-01-01 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.33,0.33,0.33,0.01,0.01,0.01,0.01,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-08-13" +"06","025","0005","88403",5,32.676186,-115.484144,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,16,"","","Certification not required",0,1.232623,0.914942,4.93,"2013-01-01 00:00",3.18,"2013-07-06 00:00",3.04,"2013-07-24 00:00",2.82,"2013-07-15 00:00","","","","",4.93,3.18,2.82,2.39,1.67,0.95,0.41,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-02-06" +"06","025","0005","88501",3,32.676186,-115.484144,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2343,27,95,365,0,242,"","","Certification not required",0,11.016219,16.13327,368,"2013-04-08 17:00",221,"2013-01-01 08:00",180,"2013-04-08 16:00",174,"2013-04-08 15:00","","","","",63,50,33,25,14,7,0,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","88501",3,32.676186,-115.484144,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",95,26,95,365,0,0,"","","Certification not required",0,10.693684,7.493271,63.7,"2013-04-08 00:00",23,"2013-04-20 00:00",22.3,"2013-01-24 00:00",20.6,"2013-03-25 00:00","","","","",63.7,23,20,18.5,13.2,10.1,3.5,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","88501",4,32.676186,-115.484144,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2111,24,86,365,0,47,"","","Certification not required",0,18.044055,15.977723,296,"2013-04-08 17:00",250,"2013-01-01 08:00",151,"2013-01-28 13:00",142,"2013-04-08 11:00","","","","",74,64,46,33,21,14,7,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","88501",4,32.676186,-115.484144,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",86,24,86,365,0,0,"","","Certification not required",0,17.931395,6.779628,48.3,"2013-04-08 00:00",33.1,"2013-02-23 00:00",32.2,"2013-04-20 00:00",30.3,"2013-04-21 00:00","","","","",48.3,33.1,29.6,26,21.7,16.3,11.1,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2013-10-25" +"06","025","0005","88502",5,32.676186,-115.484144,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,46,61,0,21,"","","Certification not required",0,13.658929,12.668297,92,"2013-01-01 00:00",38.8,"2013-05-22 00:00",34.9,"2013-12-18 00:00",25.1,"2013-05-04 00:00","","","","",92,38.8,34.9,21.8,14.8,11.6,4.9,"CALEXICO HIGH SCHOOL ARB (#1300698)","1029 ETHEL ST, CALEXICO HIGH SCHOOL","California","Imperial","Calexico","El Centro, CA","2014-01-22" +"06","025","0007","62101",1,32.97833,-115.53917,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4156,47,172,365,0,164,"","","Certification not required",0,71.358758,16.815643,119,"2013-06-28 15:00",118,"2013-06-28 13:00",118,"2013-06-28 14:00",118,"2013-06-28 16:00","","","","",106,104,100,94,83,71,49,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2013-09-18" +"06","025","0007","68105",1,32.97833,-115.53917,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,3,"","","Certification not required",0,24.640164,8.013023,37.6,"2013-07-18 00:00",37.1,"2013-07-15 00:00",37,"2013-07-03 00:00",36.9,"2013-08-17 00:00","","","","",37.1,37,36.8,34.9,31.7,25,14,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-01-24" +"06","025","0007","68108",1,32.97833,-115.53917,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,3,"","","Certification not required",0,761.762295,4.716865,774,"2013-01-16 00:00",774,"2013-12-09 00:00",771,"2013-01-01 00:00",771,"2013-01-04 00:00","","","","",774,771,770,769,765,761,756,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-01-24" +"06","025","0007","81102",1,32.97833,-115.53917,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,4,3,3,"Certification not required",0,47.259259,43.286751,196,"2013-01-10 00:00",192,"2013-05-04 00:00",165,"2013-04-16 00:00",140,"2013-05-22 00:00","","","","",196,192,165,121,45,33,15,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-01-22" +"06","025","0007","85101",1,32.97833,-115.53917,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,4,"","","Certification not required",0,47.12963,43.479358,205,"2013-01-10 00:00",190,"2013-05-04 00:00",168,"2013-04-16 00:00",137,"2013-05-22 00:00","","","","",205,190,168,118,44,34,16,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-01-22" +"06","025","0007","85101",3,32.97833,-115.53917,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8656,99,360,365,0,80,"","","Certification not required",21,52.51421,70.483456,998,"2013-10-08 22:00",997,"2013-10-09 09:00",993,"2013-04-16 03:00",986,"2013-04-14 16:00","","","","",377,230,120,86,56,38,16,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-02-13" +"06","025","0007","88101",1,32.97833,-115.53917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,3,0,0,"Certification not required",0,7.237705,3.518225,23.1,"2013-01-01 00:00",18.6,"2013-05-04 00:00",17.2,"2013-05-16 00:00",15.4,"2013-12-21 00:00","","","","",18.6,17.2,13.6,11.6,8.6,6.6,3.7,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-01-24" +"06","025","0007","88101",1,32.97833,-115.53917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,3,"","","Certification not required",0,7.237705,3.518225,23.1,"2013-01-01 00:00",18.6,"2013-05-04 00:00",17.2,"2013-05-16 00:00",15.4,"2013-12-21 00:00","","","","",18.6,17.2,13.6,11.6,8.6,6.6,3.7,"BRAWLEY-MAIN STREET #2","220 MAIN ST., STE 204, BRAWLEY","California","Imperial","Brawley","El Centro, CA","2014-01-24" +"06","025","1003","42101",1,32.79222,-115.56306,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8012,91,355,365,0,748,0,0,"Certification not required",7718,0.285122,0.467897,22.7,"2013-01-17 10:00",20.2,"2013-01-16 11:00",16.4,"2013-01-17 11:00",15.6,"2013-01-08 15:00","","","","",1.1,0.8,0.25,0.25,0.25,0.25,0.25,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","42101",1,32.79222,-115.56306,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7973,91,346,365,0,0,1,1,"Certification not required",0,0.328609,0.237181,10,"2013-01-17 13:00",8.6,"2013-01-17 11:00",8.6,"2013-01-17 12:00",6.3,"2013-01-17 10:00",10,"2013-01-17 13:00",3.3,"2013-01-16 14:00",1,0.7,0.4,0.3,0.3,0.3,0.3,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","42601",1,32.79222,-115.56306,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8146,93,360,365,0,614,"","","Certification not required",0,5.212411,10.242608,129.8,"2013-12-18 23:00",115.4,"2013-12-18 19:00",113.3,"2013-12-17 18:00",112,"2013-01-30 19:00","","","","",48.9,30.6,17.3,15.1,7.5,0.3,0,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","42602",1,32.79222,-115.56306,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8140,93,360,365,0,620,0,"","Certification not required",0,21.594167,11.575702,53,"2013-12-17 17:00",51.7,"2013-10-24 19:00",50.2,"2013-02-06 19:00",49.5,"2013-10-25 19:00","","","","",49.5,44,41.2,37.1,31.5,20.5,6.9,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","42602",1,32.79222,-115.56306,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8140,93,360,365,0,620,"","","Certification not required",0,7.709017,8.122759,53,"2013-12-17 17:00",51.7,"2013-10-24 19:00",50.2,"2013-02-06 19:00",49.5,"2013-10-25 19:00","","","","",37,33.5,26.6,19.2,9.6,4.4,1.6,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","42603",1,32.79222,-115.56306,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8141,93,360,365,0,619,"","","Certification not required",0,12.642648,16.695373,432.9,"2013-02-11 12:00",159.9,"2013-12-18 23:00",155.7,"2013-12-17 17:00",154.8,"2013-12-18 19:00","","","","",80,61.5,41.2,28.3,17.5,6.5,1.2,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","44201",1,32.79222,-115.56306,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8027,97,353,365,0,733,0,0,"Certification not required",362,0.056977,0.015078,0.11,"2013-06-05 13:00",0.108,"2013-07-06 15:00",0.096,"2013-02-09 04:00",0.095,"2013-02-08 04:00","","","","",0.095,0.093,0.089,0.077,0.066,0.054,0.041,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","44201",1,32.79222,-115.56306,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7971,96,350,365,0,0,1,1,"Certification not required",0,0.049523,0.012512,0.088,"2013-06-05 10:00",0.083,"2013-06-06 10:00",0.081,"2013-06-07 09:00",0.08,"2013-06-22 10:00","","","","",0.08,0.078,0.072,0.066,0.058,0.048,0.035,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","44201",1,32.79222,-115.56306,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7971,96,350,365,0,0,11,11,"Certification not required",0,0.049523,0.012512,0.088,"2013-06-05 10:00",0.083,"2013-06-06 10:00",0.081,"2013-06-07 09:00",0.08,"2013-06-22 10:00","","","","",0.08,0.078,0.072,0.066,0.058,0.048,0.035,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-02-13" +"06","025","1003","61103",1,32.79222,-115.56306,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4278,49,178,365,0,42,"","","Certification not required",0,3.370711,2.585509,18,"2013-04-08 15:00",17.4,"2013-04-08 16:00",16.9,"2013-04-08 12:00",16.5,"2013-04-08 11:00","","","","",11.5,10.3,8.7,7.3,4.5,2.5,1,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2013-09-18" +"06","025","1003","61104",1,32.79222,-115.56306,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4279,49,178,365,0,41,"","","Certification not required",0,213.988642,93.897507,359.9,"2013-01-31 11:00",359.9,"2013-02-24 11:00",359.5,"2013-02-06 10:00",359.5,"2013-06-07 23:00","","","","",352.6,345.8,321.8,298.2,279,258.3,45.6,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2013-09-18" +"06","025","1003","62101",1,32.79222,-115.56306,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4207,48,175,365,0,113,"","","Certification not required",0,73.253863,16.90714,119,"2013-06-28 15:00",119,"2013-06-29 12:00",119,"2013-06-29 13:00",118,"2013-06-28 14:00","","","","",108,106,102,96,85,73,51,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2013-09-18" +"06","025","1003","68105",1,32.79222,-115.56306,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,7,"","","Certification not required",0,24.565574,8.182392,37.8,"2013-07-18 00:00",37.7,"2013-08-17 00:00",37.1,"2013-07-15 00:00",37,"2013-07-24 00:00","","","","",37.7,37.1,36.8,35,31.6,25.4,13.9,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-01-24" +"06","025","1003","68108",1,32.79222,-115.56306,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,7,"","","Certification not required",0,758.631148,4.803925,771,"2013-01-16 00:00",771,"2013-12-09 00:00",768,"2013-01-01 00:00",768,"2013-01-04 00:00","","","","",771,768,768,766,762,758,753,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-01-24" +"06","025","1003","81102",2,32.79222,-115.56306,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,3,0,0,"Certification not required",0,33.849057,22.223858,147,"2013-09-07 00:00",78,"2013-05-04 00:00",59,"2013-05-22 00:00",58,"2013-09-25 00:00","","","","",147,78,59,54,41,29,13,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-01-22" +"06","025","1003","85101",1,32.79222,-115.56306,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,3,"","","Certification not required",0,33.735849,21.539008,144,"2013-09-07 00:00",77,"2013-05-04 00:00",57,"2013-05-22 00:00",57,"2013-09-25 00:00","","","","",144,77,57,53,41,28,13,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-01-22" +"06","025","1003","88101",1,32.79222,-115.56306,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,7,0,0,"Certification not required",0,7.051639,4.285112,30,"2013-01-01 00:00",21.6,"2013-06-27 00:00",19,"2013-06-18 00:00",18.6,"2013-12-21 00:00","","","","",21.6,19,13.2,12,9,6.1,3,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-01-24" +"06","025","1003","88101",1,32.79222,-115.56306,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,7,"","","Certification not required",0,7.051639,4.285112,30,"2013-01-01 00:00",21.6,"2013-06-27 00:00",19,"2013-06-18 00:00",18.6,"2013-12-21 00:00","","","","",21.6,19,13.2,12,9,6.1,3,"EL CENTRO-9TH STREET","150 9TH ST., EL CENTRO","California","Imperial","El Centro","El Centro, CA","2014-01-24" +"06","025","4003","81102",1,33.0325,-115.62361,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,87,53,61,0,3,2,2,"Certification not required",0,44.545455,37.966271,194,"2013-09-25 00:00",155,"2013-05-04 00:00",144,"2013-01-10 00:00",135,"2013-05-22 00:00","","","","",194,155,144,86,52,32,12,"Westmorland","202 W FIRST STREET, WESTMORLAND","California","Imperial","Westmorland","El Centro, CA","2014-01-22" +"06","025","4003","85101",1,33.0325,-115.62361,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,53,61,0,3,"","","Certification not required",0,44.327273,37.60962,190,"2013-09-25 00:00",153,"2013-05-04 00:00",151,"2013-01-10 00:00",132,"2013-05-22 00:00","","","","",190,153,151,87,51,35,13,"Westmorland","202 W FIRST STREET, WESTMORLAND","California","Imperial","Westmorland","El Centro, CA","2014-01-22" +"06","025","4004","44201",1,33.213611,-115.54528,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7472,89,325,365,0,1288,0,0,"Certification not required",47,0.051215,0.012808,0.102,"2013-06-07 15:00",0.09,"2013-05-04 12:00",0.082,"2013-06-05 14:00",0.081,"2013-09-24 16:00","","","","",0.081,0.078,0.073,0.07,0.06,0.049,0.036,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2014-02-13" +"06","025","4004","44201",1,33.213611,-115.54528,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7794,88,322,365,0,0,0,0,"Certification not required",0,0.044102,0.011768,0.083,"2013-06-07 09:00",0.079,"2013-05-04 09:00",0.076,"2013-06-05 10:00",0.072,"2013-05-21 10:00","","","","",0.072,0.069,0.066,0.062,0.052,0.043,0.03,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2014-02-13" +"06","025","4004","44201",1,33.213611,-115.54528,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7794,88,322,365,0,0,3,3,"Certification not required",0,0.044102,0.011768,0.083,"2013-06-07 09:00",0.079,"2013-05-04 09:00",0.076,"2013-06-05 10:00",0.072,"2013-05-21 10:00","","","","",0.072,0.069,0.066,0.062,0.052,0.043,0.03,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2014-02-13" +"06","025","4004","61103",1,33.213611,-115.54528,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4097,47,169,365,0,223,"","","Certification not required",0,5.751208,3.826853,28.1,"2013-01-10 13:00",26.2,"2013-04-08 16:00",26.1,"2013-04-08 12:00",25.1,"2013-01-10 15:00","","","","",18.9,17,14.1,11.2,6.7,4.7,2.3,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2013-09-18" +"06","025","4004","61104",1,33.213611,-115.54528,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4003,46,166,365,0,317,"","","Certification not required",0,183.643817,87.641358,359.9,"2013-04-02 07:00",359.8,"2013-02-24 13:00",359.6,"2013-01-02 06:00",359.6,"2013-01-03 13:00","","","","",354,347.4,316,287.1,263.7,166.9,73.9,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2013-09-18" +"06","025","4004","62101",1,33.213611,-115.54528,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4146,47,172,365,0,198,"","","Certification not required",0,70.734925,17.533753,118,"2013-06-29 14:00",116,"2013-06-28 14:00",116,"2013-06-28 15:00",116,"2013-06-28 16:00","","","","",107,105,101,94,83,70,47,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2013-09-18" +"06","025","4004","81102",1,33.213611,-115.54528,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,36.545455,29.530159,143,"2013-09-25 00:00",133,"2013-09-07 00:00",122,"2013-05-04 00:00",91,"2013-01-10 00:00","","","","",143,133,122,63,45,33,8,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2014-01-22" +"06","025","4004","85101",1,33.213611,-115.54528,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,36.327273,29.0211,141,"2013-09-25 00:00",130,"2013-09-07 00:00",120,"2013-05-04 00:00",95,"2013-01-10 00:00","","","","",141,130,120,61,44,33,8,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2014-01-22" +"06","025","4004","85101",3,33.213611,-115.54528,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8663,99,361,365,0,73,"","","Certification not required",7,51.271153,57.28686,772,"2013-10-09 17:00",762,"2013-04-15 16:00",741,"2013-04-15 15:00",719,"2013-04-15 14:00","","","","",329,226,124,89,57,38,16,"Niland-English Road","7711 ENGLISH ROAD, NILAND","California","Imperial","","El Centro, CA","2014-02-13" +"06","027","0002","61101",1,37.360684,-118.330783,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,7.664915,4.879832,31.8,"2013-04-08 11:00",30.4,"2013-02-23 10:00",29.7,"2013-04-08 12:00",28.4,"2013-04-08 13:00","","","","",21.4,19.8,17.4,14.9,10.8,5.9,2.8,"White Mountain Research Station - Owens Valley Lab","3000 E. LINE ST., BISHOP, CA. 93514","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0002","61102",1,37.360684,-118.330783,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,205.111654,131.78216,360,"2013-01-06 01:00",360,"2013-01-08 17:00",360,"2013-01-11 01:00",360,"2013-01-17 22:00","","","","",359,358,356,352,338,194,8,"White Mountain Research Station - Owens Valley Lab","3000 E. LINE ST., BISHOP, CA. 93514","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0002","62101",1,37.360684,-118.330783,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,5,"","","Certification not required",0,63.069956,18.93715,104,"2013-06-30 13:00",104,"2013-06-30 14:00",104,"2013-06-30 15:00",104,"2013-06-30 16:00","","","","",98,95,92,88,78,64,36,"White Mountain Research Station - Owens Valley Lab","3000 E. LINE ST., BISHOP, CA. 93514","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0002","62201",1,37.360684,-118.330783,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6547,75,273,365,0,5,"","","Certification not required",0,27.523751,17.328308,96,"2013-01-06 15:00",95,"2013-01-06 16:00",95,"2013-01-27 01:00",94,"2013-01-06 17:00","","","","",81,75,63,52,37,23,10,"White Mountain Research Station - Owens Valley Lab","3000 E. LINE ST., BISHOP, CA. 93514","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0002","81102",1,37.360684,-118.330783,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",272,75,272,365,0,1,2,2,"Certification not required",0,18.897059,28.390992,325,"2013-02-23 00:00",279,"2013-04-08 00:00",122,"2013-04-30 00:00",106,"2013-04-22 00:00","","","","",122,74,39,29,20,14,6,"White Mountain Research Station - Owens Valley Lab","3000 E. LINE ST., BISHOP, CA. 93514","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0002","85101",1,37.360684,-118.330783,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,1,"","","Certification not required",0,16.665441,25.677862,299,"2013-02-23 00:00",250,"2013-04-08 00:00",109,"2013-04-30 00:00",95,"2013-04-22 00:00","","","","",109,63,34,26,17,12,6,"White Mountain Research Station - Owens Valley Lab","3000 E. LINE ST., BISHOP, CA. 93514","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0004","81102",4,36.609003,-118.057809,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",261,72,261,365,0,12,0,0,"Certification not required",0,17.720307,12.990615,137,"2013-04-08 00:00",80,"2013-02-23 00:00",71,"2013-03-05 00:00",60,"2013-04-23 00:00","","","","",71,55,38,28,20,15,7,"Lone Pine PM","501 E. LOCUST ST., LONE PINE","California","Inyo","Lone Pine","Bishop, CA","2013-12-12" +"06","027","0004","85101",4,36.609003,-118.057809,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,12,"","","Certification not required",0,15.735632,11.609803,123,"2013-04-08 00:00",74,"2013-02-23 00:00",65,"2013-03-05 00:00",54,"2013-04-23 00:00","","","","",65,49,33,25,18,13,6,"Lone Pine PM","501 E. LOCUST ST., LONE PINE","California","Inyo","Lone Pine","Bishop, CA","2013-12-12" +"06","027","0019","61101",1,36.60503,-118.047979,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,8.450329,5.270239,30.4,"2013-03-05 20:00",30.1,"2013-03-05 14:00",29.9,"2013-03-05 13:00",29.3,"2013-03-05 21:00","","","","",23.3,21.4,18.7,16.3,11.7,6.9,3,"Lone Pine met","LONE PINE SEWER PONDS","California","Inyo","Lone Pine","Bishop, CA","2013-12-12" +"06","027","0019","61102",1,36.60503,-118.047979,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6541,75,273,365,0,11,"","","Certification not required",0,224.019875,102.949344,360,"2013-01-16 19:00",360,"2013-01-24 09:00",360,"2013-03-21 08:00",360,"2013-04-03 08:00","","","","",357,355,350,342,326,199,119,"Lone Pine met","LONE PINE SEWER PONDS","California","Inyo","Lone Pine","Bishop, CA","2013-12-12" +"06","027","0019","62101",1,36.60503,-118.047979,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,65.543648,18.323047,106,"2013-06-30 16:00",105,"2013-06-30 13:00",105,"2013-06-30 14:00",105,"2013-06-30 15:00","","","","",99,96,93,89,80,67,39,"Lone Pine met","LONE PINE SEWER PONDS","California","Inyo","Lone Pine","Bishop, CA","2013-12-12" +"06","027","0020","42402",1,36.068889,-117.755,"NAD27","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6146,70,258,365,0,406,"","","Certification not required",6119,0.001007,0.000119,0.004,"2013-01-23 23:00",0.004,"2013-01-30 21:00",0.004,"2013-05-06 07:00",0.003,"2013-01-14 14:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"5 MI E OF HWY 395 AT COSO JUNCTION","COSO GATE","California","Inyo","Not in a city","Bishop, CA","2013-12-12" +"06","027","0021","61101",1,36.267536,-117.993002,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6548,75,273,365,0,4,"","","Certification not required",0,8.88679,6.057838,37.9,"2013-04-09 04:00",36.3,"2013-04-09 03:00",36.3,"2013-04-09 05:00",35.8,"2013-04-09 06:00","","","","",27,24.9,20.8,17.5,12.5,7.3,2.8,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0021","61102",1,36.267536,-117.993002,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,159.194258,89.093563,360,"2013-01-01 19:00",360,"2013-01-06 14:00",360,"2013-02-06 08:00",360,"2013-02-08 04:00","","","","",355,350,327,289,194,167,24,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0021","62101",1,36.267536,-117.993002,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6515,74,271,365,0,37,"","","Certification not required",0,66.52264,18.027047,106,"2013-06-30 14:00",105,"2013-06-30 12:00",105,"2013-06-30 13:00",105,"2013-06-30 15:00","","","","",99,96,93,89,81,69,41,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0021","62201",1,36.267536,-117.993002,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6478,74,270,365,0,74,"","","Certification not required",0,23.957394,14.850977,96,"2013-01-26 07:00",96,"2013-01-26 08:00",95,"2013-01-26 09:00",94,"2013-01-26 03:00","","","","",77,67,55,44,30,20,10,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0021","64101",1,36.267536,-117.993002,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6548,75,273,365,0,4,"","","Certification not required",0,888.116371,4.865305,903,"2013-03-01 06:00",903,"2013-03-01 07:00",903,"2013-03-01 08:00",903,"2013-03-01 09:00","","","","",900,899,897,895,891,888,882,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0021","81102",2,36.267536,-117.993002,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,5,5,"Certification not required",0,21.069597,31.716789,276,"2013-04-08 00:00",240,"2013-04-09 00:00",236,"2013-02-20 00:00",194,"2013-05-01 00:00","","","","",236,152,38,29,21,15,7,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0021","85101",2,36.267536,-117.993002,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,18.846154,28.99287,251,"2013-04-08 00:00",220,"2013-02-20 00:00",219,"2013-04-09 00:00",173,"2013-05-01 00:00","","","","",219,139,36,26,18,13,6,"OLANCHA","131 WALKER CREEK RD. - 1 MILE E OF OLANCHA","California","Inyo","Olancha","Bishop, CA","2013-12-12" +"06","027","0025","61101",1,36.366319,-117.897609,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,8.138586,6.407346,35.9,"2013-04-08 15:00",35.4,"2013-04-08 14:00",33.5,"2013-05-05 14:00",33.3,"2013-04-23 00:00","","","","",26.8,24.1,20.9,17.6,12.2,5.8,1.9,"SHELL CUT","SHELL CUT - HIGHWAY 190 - MIDWAY BETWEEN DIRTY SOX AND FLAT ROCK","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0025","61102",1,36.366319,-117.897609,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,196.910826,100.979587,360,"2013-01-07 23:00",360,"2013-02-02 14:00",360,"2013-02-05 10:00",360,"2013-02-09 07:00","","","","",358,355,349,341,286,190,51,"SHELL CUT","SHELL CUT - HIGHWAY 190 - MIDWAY BETWEEN DIRTY SOX AND FLAT ROCK","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0025","62101",1,36.366319,-117.897609,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,67.395633,18.040213,106,"2013-06-30 13:00",106,"2013-06-30 14:00",106,"2013-06-30 15:00",105,"2013-06-29 14:00","","","","",99,97,93,90,82,70,42,"SHELL CUT","SHELL CUT - HIGHWAY 190 - MIDWAY BETWEEN DIRTY SOX AND FLAT ROCK","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0025","65102",1,36.366319,-117.897609,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6549,75,273,365,0,3,"","","Certification not required",0,0.000186,0.00551,0.32,"2013-08-19 15:00",0.25,"2013-08-19 16:00",0.12,"2013-07-22 21:00",0.1,"2013-08-19 14:00","","","","",0,0,0,0,0,0,0,"SHELL CUT","SHELL CUT - HIGHWAY 190 - MIDWAY BETWEEN DIRTY SOX AND FLAT ROCK","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0025","81102",2,36.366319,-117.897609,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,3,3,3,"Certification not required",0,20.192593,37.352336,447,"2013-03-06 00:00",339,"2013-05-05 00:00",185,"2013-09-21 00:00",153,"2013-04-08 00:00","","","","",185,80,45,32,21,14,5,"SHELL CUT","SHELL CUT - HIGHWAY 190 - MIDWAY BETWEEN DIRTY SOX AND FLAT ROCK","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0025","85101",2,36.366319,-117.897609,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,3,"","","Certification not required",0,17.814815,33.629997,412,"2013-03-06 00:00",302,"2013-05-05 00:00",163,"2013-09-21 00:00",125,"2013-04-08 00:00","","","","",163,70,38,28,18,12,5,"SHELL CUT","SHELL CUT - HIGHWAY 190 - MIDWAY BETWEEN DIRTY SOX AND FLAT ROCK","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0026","61101",1,36.361932,-118.01068,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6548,75,273,365,0,4,"","","Certification not required",0,8.73256,6.578259,37.4,"2013-02-20 08:00",37.3,"2013-02-20 09:00",35.4,"2013-04-09 06:00",35.2,"2013-01-29 19:00","","","","",29,26.1,21.9,18.7,12.3,6.4,2.5,"Bill Stanley","US HWY 395 - Ash Point at Owens Lake west shore, 17 miles south of Lone Pine","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0026","61102",1,36.361932,-118.01068,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,178.839951,83.953254,360,"2013-02-10 23:00",360,"2013-02-13 03:00",360,"2013-02-20 06:00",360,"2013-03-04 09:00","","","","",356,354,342,292,208,186,41,"Bill Stanley","US HWY 395 - Ash Point at Owens Lake west shore, 17 miles south of Lone Pine","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0026","62101",1,36.361932,-118.01068,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,4,"","","Certification not required",0,66.784362,18.019954,106,"2013-06-30 13:00",106,"2013-06-30 14:00",106,"2013-06-30 15:00",105,"2013-06-30 12:00","","","","",99,96,93,89,81,69,41,"Bill Stanley","US HWY 395 - Ash Point at Owens Lake west shore, 17 miles south of Lone Pine","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0026","65102",1,36.361932,-118.01068,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6548,75,273,365,0,4,"","","Certification not required",0,9.6e-05,0.001604,0.05,"2013-07-21 20:00",0.04,"2013-01-24 01:00",0.04,"2013-07-02 08:00",0.04,"2013-07-04 15:00","","","","",0,0,0,0,0,0,0,"Bill Stanley","US HWY 395 - Ash Point at Owens Lake west shore, 17 miles south of Lone Pine","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0026","81102",1,36.361932,-118.01068,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,2,0,0,"Certification not required",0,15.188192,11.76174,120,"2013-03-06 00:00",106,"2013-04-08 00:00",52,"2013-02-20 00:00",50,"2013-02-07 00:00","","","","",52,49,32,24,18,13,6,"Bill Stanley","US HWY 395 - Ash Point at Owens Lake west shore, 17 miles south of Lone Pine","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0026","85101",1,36.361932,-118.01068,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,2,"","","Certification not required",0,13.531365,10.655112,110,"2013-03-06 00:00",97,"2013-04-08 00:00",49,"2013-02-20 00:00",46,"2013-02-07 00:00","","","","",49,43,28,21,16,12,6,"Bill Stanley","US HWY 395 - Ash Point at Owens Lake west shore, 17 miles south of Lone Pine","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0028","61101",1,36.54314,-117.941827,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6538,75,273,365,0,14,"","","Certification not required",0,7.563368,5.296391,30.6,"2013-04-08 13:00",29.8,"2013-05-14 18:00",28.6,"2013-04-08 14:00",28.5,"2013-01-29 11:00","","","","",22.6,21,17.9,15.6,10.7,5.9,2.1,"Lizard Tail","Lizard Tail - NE Shoreline Owens Lake","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0028","61102",1,36.54314,-117.941827,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6538,75,273,365,0,14,"","","Certification not required",0,203.684766,97.376471,360,"2013-02-10 20:00",360,"2013-02-18 03:00",360,"2013-03-10 09:00",360,"2013-06-12 23:00","","","","",356,352,344,335,316,171,101,"Lizard Tail","Lizard Tail - NE Shoreline Owens Lake","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0028","62101",1,36.54314,-117.941827,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6538,75,273,365,0,14,"","","Certification not required",0,67.404252,18.490796,107,"2013-06-30 13:00",107,"2013-06-30 14:00",107,"2013-06-30 15:00",106,"2013-06-30 16:00","","","","",100,98,94,90,82,70,41,"Lizard Tail","Lizard Tail - NE Shoreline Owens Lake","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0028","81102",1,36.54314,-117.941827,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,2,2,"Certification not required",0,18.417582,23.305547,283,"2013-04-08 00:00",157,"2013-04-09 00:00",121,"2013-01-29 00:00",94,"2013-05-14 00:00","","","","",121,78,50,31,19,13,6,"Lizard Tail","Lizard Tail - NE Shoreline Owens Lake","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0028","85101",1,36.54314,-117.941827,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",273,100,45,61,0,0,"","","Certification not required",0,16.443223,21.129274,256,"2013-04-08 00:00",142,"2013-04-09 00:00",114,"2013-01-29 00:00",84,"2013-05-14 00:00","","","","",114,71,43,27,16,12,6,"Lizard Tail","Lizard Tail - NE Shoreline Owens Lake","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","0101","44201",1,36.508611,-116.847778,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8485,96,351,365,0,275,0,0,"Certification not required",0,0.050476,0.010439,0.08,"2013-05-24 21:00",0.075,"2013-05-25 13:00",0.074,"2013-05-23 15:00",0.074,"2013-09-20 21:00","","","","",0.074,0.072,0.068,0.064,0.059,0.05,0.037,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","44201",1,36.508611,-116.847778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8492,95,348,365,0,0,0,0,"Certification not required",0,0.047977,0.009755,0.074,"2013-05-24 16:00",0.073,"2013-05-25 10:00",0.073,"2013-09-20 18:00",0.07,"2013-07-20 09:00","","","","",0.07,0.068,0.064,0.061,0.055,0.047,0.036,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","44201",1,36.508611,-116.847778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8492,95,348,365,0,0,0,0,"Certification not required",0,0.047977,0.009755,0.074,"2013-05-24 16:00",0.073,"2013-05-25 10:00",0.073,"2013-09-20 18:00",0.07,"2013-07-20 09:00","","","","",0.07,0.068,0.064,0.061,0.055,0.047,0.036,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","61101",1,36.508611,-116.847778,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8680,99,362,365,0,80,"","","Certification not required",0,7.370783,5.804995,35.9,"2013-04-23 00:00",33.2,"2013-04-23 01:00",32,"2013-08-18 15:00",31.8,"2013-05-01 03:00","","","","",25.6,23.7,19.8,16.3,9.9,5.2,2.1,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","61103",1,36.508611,-116.847778,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8680,99,362,365,0,80,"","","Certification not required",0,6.735622,5.88822,35.7,"2013-04-23 00:00",32.8,"2013-04-23 01:00",31.7,"2013-05-01 03:00",31.3,"2013-04-23 02:00","","","","",25.2,23.3,19.4,15.7,9.3,4.5,1.6,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","61104",1,36.508611,-116.847778,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8680,99,362,365,0,80,"","","Certification not required",0,157.671083,87.437812,360,"2013-01-06 11:00",360,"2013-02-07 05:00",360,"2013-02-14 08:00",360,"2013-04-08 13:00","","","","",353,344,317,282,210,163,40,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","61106",1,36.508611,-116.847778,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8680,99,362,365,0,80,"","","Certification not required",0,23.456912,14.041672,83,"2013-09-05 09:00",76,"2013-06-09 00:00",75,"2013-05-23 01:00",74,"2013-05-23 05:00","","","","",61,57,51,44,32,21,8,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","62101",1,36.508611,-116.847778,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8680,99,362,365,0,80,"","","Certification not required",0,79.393894,18.3573,122,"2013-06-30 16:00",121,"2013-06-30 14:00",121,"2013-06-30 15:00",121,"2013-06-30 17:00","","","","",115,112,108,104,95,79,55,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-02-18" +"06","027","0101","62201",1,36.508611,-116.847778,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5034,57,210,365,0,54,"","","Certification not required",0,16.349821,11.067114,99,"2013-03-08 14:00",98,"2013-01-26 07:00",97,"2013-01-26 08:00",96,"2013-01-26 02:00","","","","",69,51,34,28,19,13,7,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2013-09-16" +"06","027","0101","65102",1,36.508611,-116.847778,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",4978,57,210,365,0,110,"","","Certification not required",0,0.000143,0.003414,0.14,"2013-03-08 13:00",0.12,"2013-03-08 10:00",0.1,"2013-03-08 14:00",0.08,"2013-03-08 11:00","","","","",0,0,0,0,0,0,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2013-09-16" +"06","027","0101","85101",1,36.508611,-116.847778,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,5.935991,4.332126,18.825,"2013-01-10 00:00",17.2757,"2013-04-07 00:00",13.1143,"2013-02-21 00:00",11.1368,"2013-03-17 00:00","","","","",18.825,18.825,17.2757,11.1368,7.9371,4.6731,1.8958,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","86502",1,36.508611,-116.847778,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,3.393939,3.306616,15,"2013-01-10 00:00",10,"2013-02-21 00:00",10,"2013-04-07 00:00",6,"2013-02-09 00:00","","","","",15,15,10,6,5,2,1,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88103",1,36.508611,-116.847778,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88104",1,36.508611,-116.847778,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.094864,0.073026,0.3239,"2013-04-07 00:00",0.233,"2013-03-17 00:00",0.228,"2013-01-10 00:00",0.1952,"2013-02-21 00:00","","","","",0.3239,0.3239,0.233,0.1952,0.1199,0.0773,0.018,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88109",1,36.508611,-116.847778,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.001264,0.00085,0.0043,"2013-01-25 00:00",0.0028,"2013-03-26 00:00",0.0026,"2013-04-07 00:00",0.0023,"2013-03-23 00:00","","","","",0.0043,0.0043,0.0028,0.0023,0.0015,0.0011,0.0005,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88111",1,36.508611,-116.847778,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.057885,0.04688,0.22,"2013-04-07 00:00",0.1515,"2013-03-17 00:00",0.123,"2013-02-21 00:00",0.1194,"2013-03-26 00:00","","","","",0.22,0.22,0.1515,0.1194,0.0702,0.0424,0.0144,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88112",1,36.508611,-116.847778,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,9.1e-05,0.000292,0.001,"2013-01-10 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-21 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88114",1,36.508611,-116.847778,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",13,0.0003,0.000205,0.0008,"2013-01-25 00:00",0.0007,"2013-01-10 00:00",0.0007,"2013-01-31 00:00",0.0006,"2013-01-22 00:00","","","","",0.0008,0.0008,0.0007,0.0006,0.0005,0.0002,0.0001,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88115",1,36.508611,-116.847778,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",5,0.005586,0.009279,0.0364,"2013-01-10 00:00",0.0357,"2013-01-28 00:00",0.0204,"2013-02-21 00:00",0.0192,"2013-02-24 00:00","","","","",0.0364,0.0364,0.0357,0.0192,0.0061,0.0018,0.00015,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88126",1,36.508611,-116.847778,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.046609,0.040728,0.1866,"2013-04-07 00:00",0.1365,"2013-03-17 00:00",0.1059,"2013-03-23 00:00",0.1011,"2013-03-26 00:00","","","","",0.1866,0.1866,0.1365,0.1011,0.0633,0.0301,0.0092,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88128",1,36.508611,-116.847778,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.000455,0.000666,0.002,"2013-03-23 00:00",0.002,"2013-03-26 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-25 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88132",1,36.508611,-116.847778,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.001364,0.001168,0.005,"2013-04-07 00:00",0.004,"2013-03-17 00:00",0.003,"2013-01-10 00:00",0.003,"2013-03-23 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88136",1,36.508611,-116.847778,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,3e-05,0.000174,0.001,"2013-01-22 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88140",1,36.508611,-116.847778,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",4,0.027789,0.026837,0.1166,"2013-04-07 00:00",0.0812,"2013-03-17 00:00",0.0674,"2013-02-21 00:00",0.06,"2013-01-10 00:00","","","","",0.1166,0.1166,0.0812,0.06,0.04,0.0218,0.002,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88152",1,36.508611,-116.847778,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",30,0.0002,0.000174,0.001,"2013-02-18 00:00",0.0006,"2013-03-23 00:00",0.0005,"2013-03-26 00:00",0.00015,"2013-01-01 00:00","","","","",0.001,0.001,0.0006,0.00015,0.00015,0.00015,0.00015,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88154",1,36.508611,-116.847778,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",27,0.000127,7.6e-05,0.0005,"2013-03-05 00:00",0.0002,"2013-01-31 00:00",0.0002,"2013-02-09 00:00",0.0002,"2013-02-27 00:00","","","","",0.0005,0.0005,0.0002,0.0002,0.0001,0.0001,0.0001,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88161",1,36.508611,-116.847778,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",1,0.004115,0.003766,0.0171,"2013-04-07 00:00",0.0127,"2013-03-17 00:00",0.0095,"2013-03-23 00:00",0.0092,"2013-03-26 00:00","","","","",0.0171,0.0171,0.0127,0.0092,0.0059,0.0026,0.0007,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88164",1,36.508611,-116.847778,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",7,0.000165,0.000144,0.0007,"2013-04-07 00:00",0.0004,"2013-01-10 00:00",0.0004,"2013-03-17 00:00",0.0004,"2013-03-20 00:00","","","","",0.0007,0.0007,0.0004,0.0004,0.0002,0.0001,5e-05,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88165",1,36.508611,-116.847778,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.184909,0.153722,0.6476,"2013-04-07 00:00",0.564,"2013-03-17 00:00",0.4362,"2013-01-10 00:00",0.3901,"2013-03-23 00:00","","","","",0.6476,0.6476,0.564,0.3901,0.2447,0.1386,0.0364,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88167",1,36.508611,-116.847778,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",2,0.000982,0.000897,0.0038,"2013-02-18 00:00",0.0033,"2013-03-23 00:00",0.0025,"2013-03-26 00:00",0.0024,"2013-04-07 00:00","","","","",0.0038,0.0038,0.0033,0.0024,0.0011,0.0006,0.0003,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88168",1,36.508611,-116.847778,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",3,0.001212,0.001533,0.0071,"2013-01-10 00:00",0.005,"2013-02-09 00:00",0.0046,"2013-03-17 00:00",0.0024,"2013-04-07 00:00","","","","",0.0071,0.0071,0.005,0.0024,0.0012,0.0007,0.0002,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88169",1,36.508611,-116.847778,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.121545,0.100314,0.4545,"2013-03-23 00:00",0.3888,"2013-04-07 00:00",0.3377,"2013-03-26 00:00",0.2276,"2013-03-17 00:00","","","","",0.4545,0.4545,0.3888,0.2276,0.1315,0.0927,0.0409,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88176",1,36.508611,-116.847778,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",28,0.000203,0.000139,0.0007,"2013-03-17 00:00",0.0006,"2013-03-08 00:00",0.0005,"2013-01-10 00:00",0.0004,"2013-03-11 00:00","","","","",0.0007,0.0007,0.0006,0.0004,0.00015,0.00015,0.00015,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88180",1,36.508611,-116.847778,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.031506,0.02348,0.0989,"2013-04-07 00:00",0.0835,"2013-03-17 00:00",0.0705,"2013-01-10 00:00",0.0679,"2013-03-23 00:00","","","","",0.0989,0.0989,0.0835,0.0679,0.0419,0.0261,0.0084,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88184",1,36.508611,-116.847778,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",9,0.025867,0.025371,0.0813,"2013-02-21 00:00",0.08,"2013-01-28 00:00",0.0682,"2013-03-08 00:00",0.0672,"2013-03-26 00:00","","","","",0.0813,0.0813,0.08,0.0672,0.043,0.0172,0.0016,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88185",1,36.508611,-116.847778,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",24,0.000805,0.000446,0.0019,"2013-01-31 00:00",0.0019,"2013-03-26 00:00",0.0017,"2013-03-11 00:00",0.0016,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0016,0.0008,0.00065,0.0004,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88203",1,36.508611,-116.847778,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",5,0.020565,0.018784,0.0965,"2013-03-08 00:00",0.0513,"2013-01-25 00:00",0.048,"2013-01-10 00:00",0.0467,"2013-01-28 00:00","","","","",0.0965,0.0965,0.0513,0.0467,0.0278,0.0132,0.0071,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88306",1,36.508611,-116.847778,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.094118,0.076513,0.2579,"2013-03-26 00:00",0.2411,"2013-04-07 00:00",0.235,"2013-03-08 00:00",0.2102,"2013-03-05 00:00","","","","",0.2579,0.2579,0.2411,0.2102,0.1483,0.059,0.0189,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88320",1,36.508611,-116.847778,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",1,0.142727,0.119354,0.46,"2013-04-07 00:00",0.37,"2013-03-26 00:00",0.33,"2013-03-20 00:00",0.32,"2013-02-18 00:00","","","","",0.46,0.46,0.37,0.32,0.21,0.1,0.02,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88321",1,36.508611,-116.847778,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.026667,0.024066,0.08,"2013-04-07 00:00",0.07,"2013-03-20 00:00",0.07,"2013-03-23 00:00",0.07,"2013-03-26 00:00","","","","",0.08,0.08,0.07,0.07,0.05,0.01,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88324",1,36.508611,-116.847778,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",33,0.022318,0.00684,0.031,"2013-01-22 00:00",0.0307,"2013-01-25 00:00",0.03065,"2013-01-01 00:00",0.0304,"2013-01-28 00:00","","","","",0.031,0.031,0.0307,0.0304,0.02985,0.02325,0.01585,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88325",1,36.508611,-116.847778,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",30,0.031774,0.014567,0.0872,"2013-04-07 00:00",0.0708,"2013-04-04 00:00",0.0398,"2013-02-18 00:00",0.0383,"2013-03-05 00:00","","","","",0.0872,0.0872,0.0708,0.0383,0.0337,0.03295,0.0164,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88326",1,36.508611,-116.847778,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",24,0.04873,0.026075,0.1069,"2013-04-07 00:00",0.1036,"2013-01-25 00:00",0.0972,"2013-03-26 00:00",0.0896,"2013-03-05 00:00","","","","",0.1069,0.1069,0.1036,0.0896,0.067,0.03855,0.0252,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88327",1,36.508611,-116.847778,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",14,0.036885,0.026932,0.1113,"2013-04-07 00:00",0.098,"2013-03-26 00:00",0.0719,"2013-03-20 00:00",0.0717,"2013-04-04 00:00","","","","",0.1113,0.1113,0.098,0.0717,0.0521,0.0262,0.012,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88328",1,36.508611,-116.847778,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",2,0.044095,0.040268,0.153,"2013-04-07 00:00",0.1368,"2013-03-26 00:00",0.1121,"2013-03-20 00:00",0.1103,"2013-02-18 00:00","","","","",0.153,0.153,0.1368,0.1103,0.0614,0.0266,0.006,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88329",1,36.508611,-116.847778,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",1,0.055256,0.048261,0.1719,"2013-03-26 00:00",0.1715,"2013-04-07 00:00",0.138,"2013-02-18 00:00",0.1369,"2013-03-20 00:00","","","","",0.1719,0.1719,0.1715,0.1369,0.0833,0.0391,0.0121,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88330",1,36.508611,-116.847778,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",10,0.015708,0.015054,0.0568,"2013-04-07 00:00",0.0517,"2013-04-04 00:00",0.0438,"2013-03-20 00:00",0.0374,"2013-03-23 00:00","","","","",0.0568,0.0568,0.0517,0.0374,0.0232,0.0101,0.0037,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88331",1,36.508611,-116.847778,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",21,5.3e-05,5e-05,0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-01-22 00:00","","","","",0.00015,0.00015,0.00015,0.0001,0.0001,5e-05,0,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88338",1,36.508611,-116.847778,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",31,0.026179,0.044374,0.2672,"2013-03-29 00:00",0.0695,"2013-04-01 00:00",0.02355,"2013-02-27 00:00",0.0228,"2013-02-21 00:00","","","","",0.2672,0.2672,0.0695,0.0228,0.0224,0.01535,0.01395,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88339",1,36.508611,-116.847778,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.501359,0.41375,1.87461,"2013-03-23 00:00",1.60376,"2013-04-07 00:00",1.39285,"2013-03-26 00:00",0.93869,"2013-03-17 00:00","","","","",1.87461,1.87461,1.60376,0.93869,0.5426,0.38235,0.1688,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88344",1,36.508611,-116.847778,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.121418,0.098671,0.3327,"2013-03-26 00:00",0.311,"2013-04-07 00:00",0.3032,"2013-03-08 00:00",0.2712,"2013-03-05 00:00","","","","",0.3327,0.3327,0.311,0.2712,0.1913,0.0761,0.0244,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88348",1,36.508611,-116.847778,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.884164,0.717998,3.1686,"2013-04-07 00:00",2.5183,"2013-03-17 00:00",2.012,"2013-01-10 00:00",1.8069,"2013-03-23 00:00","","","","",3.1686,3.1686,2.5183,1.8069,1.1765,0.6503,0.1697,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88350",1,36.508611,-116.847778,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",1,0.259676,0.214284,0.8285,"2013-04-07 00:00",0.6732,"2013-03-26 00:00",0.5908,"2013-03-20 00:00",0.5841,"2013-04-04 00:00","","","","",0.8285,0.8285,0.6732,0.5841,0.3739,0.1852,0.0362,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88403",1,36.508611,-116.847778,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,0.351952,0.309486,1.3819,"2013-03-23 00:00",1.1874,"2013-04-07 00:00",1.0123,"2013-03-26 00:00",0.6929,"2013-03-17 00:00","","","","",1.3819,1.3819,1.1874,0.6929,0.371,0.2583,0.1146,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","0101","88502",1,36.508611,-116.847778,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,16,61,0,7,"","","Certification not required",0,1.990909,1.406317,6.6,"2013-04-07 00:00",4.6,"2013-03-23 00:00",4.5,"2013-03-17 00:00",4.4,"2013-03-26 00:00","","","","",6.6,6.6,4.6,4.4,2.7,1.6,0.8,"DEATH VALLEY NATIONAL MONUMENT NEAR NEVARES SPRINGS ACCESS ROAD","DEATH VALLEY NM, DEATH VALLEY, CA","California","Inyo","","Bishop, CA","2014-01-24" +"06","027","1001","42402",1,36.049402,-117.943927,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6363,73,268,365,0,189,"","","Certification not required",6351,0.001003,7.8e-05,0.005,"2013-07-28 13:00",0.003,"2013-04-24 01:00",0.003,"2013-07-28 14:00",0.003,"2013-08-07 03:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-12" +"06","027","1001","81102",4,36.049402,-117.943927,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",245,67,245,365,2,28,2,2,"Certification not required",0,20.404082,19.835698,162,"2013-08-07 00:00",157,"2013-09-25 00:00",124,"2013-09-21 00:00",100,"2013-04-08 00:00","","","","",124,75,54,36,24,16,6,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-13" +"06","027","1001","81102",4,36.049402,-117.943927,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",245,67,245,365,2,28,2,2,"Certification not required",0,20.404082,19.835698,162,"2013-08-07 00:00",157,"2013-09-25 00:00",124,"2013-09-21 00:00",100,"2013-04-08 00:00","","","","",124,75,54,36,24,16,6,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-13" +"06","027","1001","81102",4,36.049402,-117.943927,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",243,67,245,365,0,28,0,0,"Certification not required",0,19.259259,15.344079,124,"2013-09-21 00:00",100,"2013-04-08 00:00",75,"2013-07-31 00:00",64,"2013-08-18 00:00","","","","",75,61,50,33,24,16,6,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-13" +"06","027","1001","85101",4,36.049402,-117.943927,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",243,67,245,365,0,28,"","","Certification not required",0,17.333333,13.590529,110,"2013-09-21 00:00",92,"2013-04-08 00:00",66,"2013-07-31 00:00",56,"2013-08-18 00:00","","","","",66,54,44,29,21,14,6,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-13" +"06","027","1001","85101",4,36.049402,-117.943927,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",245,67,245,365,2,28,"","","Certification not required",0,18.338776,17.508181,142,"2013-08-07 00:00",139,"2013-09-25 00:00",110,"2013-09-21 00:00",92,"2013-04-08 00:00","","","","",110,66,48,31,22,15,6,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-13" +"06","027","1001","85101",4,36.049402,-117.943927,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",245,67,245,365,2,28,"","","Certification not required",0,18.338776,17.508181,142,"2013-08-07 00:00",139,"2013-09-25 00:00",110,"2013-09-21 00:00",92,"2013-04-08 00:00","","","","",110,66,48,31,22,15,6,"Coso Junction","REST AREA ON HIWY 395, COSO JUNCTION","California","Inyo","","Bishop, CA","2013-12-13" +"06","027","1003","61101",1,36.487823,-117.871036,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6545,75,273,365,0,7,"","","Certification not required",0,5.776547,4.661295,28.5,"2013-05-14 18:00",27.4,"2013-04-09 17:00",27.4,"2013-09-21 16:00",26.2,"2013-04-09 18:00","","","","",20.3,18.4,15.6,13.3,7.6,3.9,1.8,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","61102",1,36.487823,-117.871036,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6545,75,273,365,0,7,"","","Certification not required",0,188.191291,100.419124,360,"2013-01-28 16:00",360,"2013-02-28 01:00",360,"2013-03-19 05:00",360,"2013-06-27 23:00","","","","",357,354,345,332,266,186,40,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","62101",1,36.487823,-117.871036,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6480,74,269,365,0,72,"","","Certification not required",0,66.986265,18.085534,106,"2013-06-30 13:00",106,"2013-06-30 14:00",106,"2013-06-30 15:00",105,"2013-06-29 14:00","","","","",99,96,93,90,81,69,42,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","65102",1,36.487823,-117.871036,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6545,75,273,365,0,7,"","","Certification not required",0,0.000121,0.003118,0.16,"2013-07-22 23:00",0.15,"2013-07-23 00:00",0.06,"2013-07-23 01:00",0.05,"2013-01-24 01:00","","","","",0,0,0,0,0,0,0,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","68101",1,36.487823,-117.871036,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",86,100,44,61,0,0,"","","Certification not required",39,0.173837,0.141365,0.5,"2013-07-12 00:00",0.5,"2013-07-15 00:00",0.5,"2013-07-24 00:00",0.4,"2013-01-01 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.1,0.05,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68101",2,36.487823,-117.871036,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",18,30,18,61,0,0,"","","Certification not required",12,0.127778,0.120321,0.4,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68102",1,36.487823,-117.871036,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",86,100,44,61,0,0,"","","Certification not required",0,24.02907,0.089267,24.1,"2013-01-28 00:00",24.1,"2013-02-12 00:00",24.1,"2013-02-18 00:00",24.1,"2013-02-24 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68102",2,36.487823,-117.871036,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",17,28,17,61,0,0,"","","Certification not required",0,23.988235,0.048507,24,"2013-01-04 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00",24,"2013-02-21 00:00","","","","",24,24,24,24,24,24,24,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68103",1,36.487823,-117.871036,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",86,100,44,61,0,0,"","","Certification not required",0,10.538372,9.159388,28,"2013-07-03 00:00",23.9,"2013-08-17 00:00",23.8,"2013-07-15 00:00",23.5,"2013-06-30 00:00","","","","",28,23.9,22.2,21.6,17.5,12.2,-3.3,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68103",2,36.487823,-117.871036,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",18,30,18,61,0,0,"","","Certification not required",0,10.888889,10.270053,28.2,"2013-07-03 00:00",24,"2013-07-15 00:00",22.2,"2013-06-09 00:00",19.9,"2013-07-27 00:00","","","","",28.2,28.2,28.2,24,19.4,12.9,-3.4,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68104",1,36.487823,-117.871036,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",86,100,44,61,0,0,"","","Certification not required",0,27.466279,9.662086,43.9,"2013-06-30 00:00",42.8,"2013-07-03 00:00",40,"2013-07-18 00:00",39.9,"2013-06-27 00:00","","","","",43.9,42.8,39.7,38.4,35.7,29.5,13.1,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68104",2,36.487823,-117.871036,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",18,30,18,61,0,0,"","","Certification not required",0,25.911111,10.369576,43.8,"2013-07-03 00:00",38.7,"2013-06-09 00:00",37.9,"2013-07-15 00:00",34.4,"2013-06-21 00:00","","","","",43.8,43.8,43.8,38.7,31.9,29.5,10.3,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68105",1,36.487823,-117.871036,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",86,100,44,61,0,0,"","","Certification not required",0,19.25,9.630121,34.3,"2013-07-03 00:00",34,"2013-06-30 00:00",31.8,"2013-06-27 00:00",31.5,"2013-07-06 00:00","","","","",34.3,34,31.5,30.5,27.8,21.1,5.1,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68105",2,36.487823,-117.871036,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",18,30,18,61,0,0,"","","Certification not required",0,18.3,10.19925,34.8,"2013-07-03 00:00",31.5,"2013-07-15 00:00",30.9,"2013-06-09 00:00",25.9,"2013-06-21 00:00","","","","",34.8,34.8,34.8,31.5,24.6,21.2,3.6,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68106",1,36.487823,-117.871036,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,44,61,0,0,"","","Certification not required",0,663.465116,3.90685,672,"2013-01-16 00:00",672,"2013-02-15 00:00",671,"2013-01-19 00:00",670,"2013-01-04 00:00","","","","",672,672,670,669,666,663,658,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68106",2,36.487823,-117.871036,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,30,18,61,0,0,"","","Certification not required",0,661.722222,3.785507,671,"2013-01-16 00:00",669,"2013-01-04 00:00",665,"2013-03-29 00:00",664,"2013-04-10 00:00","","","","",671,671,671,669,664,661,658,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68107",1,36.487823,-117.871036,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,44,61,0,0,"","","Certification not required",0,669.093023,3.638448,677,"2013-01-16 00:00",677,"2013-01-19 00:00",677,"2013-02-15 00:00",676,"2013-01-31 00:00","","","","",677,677,676,674,671,669,665,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68107",2,36.487823,-117.871036,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,30,18,61,0,0,"","","Certification not required",0,667.166667,3.761258,676,"2013-01-16 00:00",674,"2013-01-04 00:00",670,"2013-03-29 00:00",670,"2013-04-10 00:00","","","","",676,676,676,674,670,667,663,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68108",1,36.487823,-117.871036,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,44,61,0,0,"","","Certification not required",0,666.360465,3.700279,675,"2013-01-16 00:00",674,"2013-01-19 00:00",674,"2013-02-15 00:00",673,"2013-01-31 00:00","","","","",675,674,673,672,669,666,662,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68108",2,36.487823,-117.871036,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,30,18,61,0,0,"","","Certification not required",0,664.555556,3.697729,674,"2013-01-16 00:00",671,"2013-01-04 00:00",667,"2013-03-29 00:00",667,"2013-04-10 00:00","","","","",674,674,674,671,667,664,660,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68109",1,36.487823,-117.871036,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",86,100,44,61,0,0,"","","Certification not required",0,1438.802326,4.749786,1440,"2013-01-01 00:00",1440,"2013-01-13 00:00",1440,"2013-01-25 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","68109",2,36.487823,-117.871036,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",17,28,17,61,0,0,"","","Certification not required",0,1438.352941,3.481041,1440,"2013-03-05 00:00",1440,"2013-06-09 00:00",1440,"2013-06-21 00:00",1440,"2013-07-27 00:00","","","","",1440,1440,1440,1440,1439,1439,1438,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","81102",4,36.487823,-117.871036,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,8,8,"Certification not required",0,31.285714,60.412848,529,"2013-02-20 00:00",424,"2013-05-01 00:00",361,"2013-04-09 00:00",334,"2013-04-08 00:00","","","","",361,314,100,59,23,15,7,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","81102",6,36.487823,-117.871036,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",239,65,239,365,0,33,7,7,"Certification not required",7,27.142259,53.577524,392,"2013-05-01 00:00",352,"2013-02-20 00:00",330,"2013-04-09 00:00",326,"2013-05-14 00:00","","","","",330,324,88,48,21,14,5,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","81102",7,36.487823,-117.871036,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",5,16,5,31,0,18,0,0,"Certification not required",0,34.6,41.848536,109,"2013-09-25 00:00",23,"2013-08-08 00:00",16,"2013-09-01 00:00",15,"2013-09-13 00:00","","","","",109,109,109,109,23,16,10,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","85101",4,36.487823,-117.871036,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",273,100,45,61,0,0,"","","Certification not required",0,28.040293,54.805088,490,"2013-02-20 00:00",377,"2013-05-01 00:00",326,"2013-04-09 00:00",302,"2013-04-08 00:00","","","","",326,279,91,55,20,13,7,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","85101",6,36.487823,-117.871036,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",239,65,239,365,0,33,"","","Certification not required",9,23.058577,45.925642,333,"2013-05-01 00:00",309,"2013-02-20 00:00",287,"2013-04-09 00:00",282,"2013-04-08 00:00","","","","",287,272,72,42,18,11,5,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","85101",7,36.487823,-117.871036,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,18,"","","Certification not required",0,30.2,36.437618,95,"2013-09-25 00:00",20,"2013-08-08 00:00",14,"2013-09-01 00:00",13,"2013-09-13 00:00","","","","",95,95,95,95,20,14,9,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","88101",1,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,1,1,"Certification not required",0,8.697674,11.709292,92,"2013-05-01 00:00",32,"2013-05-22 00:00",31,"2013-01-10 00:00",29,"2013-09-25 00:00","","","","",92,32,27,22,8,5,2,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","88101",1,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",0,8.697674,11.709292,92,"2013-05-01 00:00",32,"2013-05-22 00:00",31,"2013-01-10 00:00",29,"2013-09-25 00:00","","","","",92,32,27,22,8,5,2,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","88101",2,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",18,58,18,31,0,0,0,0,"Certification not required",0,8.944444,8.083914,26,"2013-04-22 00:00",26,"2013-07-03 00:00",24,"2013-04-10 00:00",12,"2013-05-04 00:00","","","","",26,26,26,26,12,5,2,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","88101",2,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",18,58,18,31,0,0,"","","Certification not required",0,8.944444,8.083914,26,"2013-04-22 00:00",26,"2013-07-03 00:00",24,"2013-04-10 00:00",12,"2013-05-04 00:00","","","","",26,26,26,26,12,5,2,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-20" +"06","027","1003","88101",3,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6300,72,273,365,0,252,"","","Certification not required",0,9.00854,28.901726,914,"2013-05-14 18:00",587.3,"2013-04-30 23:00",583.4,"2013-05-01 00:00",490,"2013-05-01 02:00","","","","",97.6,49.5,19.5,12.2,7.7,4.9,1.6,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","88101",3,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,7,7,"Certification not required",0,9.104615,13.73877,127.8,"2013-05-01 00:00",93.6,"2013-02-20 00:00",76.4,"2013-04-23 00:00",75.2,"2013-04-09 00:00","","","","",76.4,64.7,29,15,8.3,5.7,2.6,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1003","88101",3,36.487823,-117.871036,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,"","","Certification not required",0,9.104615,13.73877,127.8,"2013-05-01 00:00",93.6,"2013-02-20 00:00",76.4,"2013-04-23 00:00",75.2,"2013-04-09 00:00","","","","",76.4,64.7,29,15,8.3,5.7,2.6,"Keeler","190 CERRO GORDO ROAD, KEELER","California","Inyo","Keeler","Bishop, CA","2013-12-12" +"06","027","1018","61101",1,36.595556,-118.049167,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8691,99,361,365,0,6,"","","Certification not required",0,6.024819,3.641608,25.6,"2013-03-05 20:00",25.5,"2013-03-05 21:00",23.8,"2013-03-05 22:00",23.1,"2013-04-04 11:00","","","","",16.6,15.3,13.5,11.6,8,4.7,2.5,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","61103",1,36.595556,-118.049167,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8691,99,361,365,0,6,"","","Certification not required",0,5.399183,3.671692,25.4,"2013-03-05 20:00",25.4,"2013-03-05 21:00",23.5,"2013-03-05 22:00",22.8,"2013-04-04 11:00","","","","",15.9,14.7,12.9,11,7.3,4.3,1.7,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","61104",1,36.595556,-118.049167,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8691,99,361,365,0,6,"","","Certification not required",0,232.876999,106.877004,360,"2013-01-30 08:00",360,"2013-02-06 08:00",360,"2013-02-14 05:00",360,"2013-03-16 18:00","","","","",358,355,350,345,334,246,99,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","61105",1,36.595556,-118.049167,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8691,99,361,365,0,6,"","","Certification not required",0,12.499137,7.294801,44,"2013-09-21 12:00",43,"2013-10-28 01:00",42,"2013-02-07 16:00",42,"2013-03-05 14:00","","","","",33,30,27,23,17,10,5,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","61106",1,36.595556,-118.049167,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8691,99,361,365,0,6,"","","Certification not required",0,27.135692,13.879603,80.2,"2013-06-21 11:00",80,"2013-03-08 14:00",80,"2013-12-03 07:00",79.8,"2013-04-15 10:00","","","","",71.1,66.9,57.8,48.4,32.9,22.4,14.1,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","62101",1,36.595556,-118.049167,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8683,99,361,365,0,14,"","","Certification not required",0,60.930208,18.632436,108,"2013-06-30 14:00",107,"2013-06-30 13:00",107,"2013-06-30 16:00",106,"2013-06-29 14:00","","","","",98,96,92,87,75,61,36,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","62103",1,36.595556,-118.049167,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8689,99,361,365,0,8,"","","Certification not required",0,22.113016,13.357025,62,"2013-07-22 13:00",62,"2013-07-22 14:00",61,"2013-07-22 15:00",61,"2013-07-26 19:00","","","","",57,55,47,40,30,21,5,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","62201",1,36.595556,-118.049167,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8691,99,361,365,0,6,"","","Certification not required",0,27.09412,16.713545,94,"2013-01-26 05:00",94,"2013-01-26 06:00",94,"2013-01-26 07:00",93,"2013-01-25 06:00","","","","",81,74,62,51,35,23,10,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","63301",1,36.595556,-118.049167,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8691,99,361,365,0,6,"","","Certification not required",4327,0.342692,0.450658,1.48,"2013-06-23 13:00",1.47,"2013-06-07 12:00",1.47,"2013-06-19 11:00",1.47,"2013-06-19 12:00","","","","",1.41,1.37,1.27,1.12,0.69,0.01,0.005,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","64101",1,36.595556,-118.049167,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8661,99,361,365,0,36,"","","Certification not required",0,889.728322,8.157654,905,"2013-03-01 06:00",904,"2013-03-01 01:00",904,"2013-03-01 02:00",904,"2013-03-01 03:00","","","","",902,901,900,898,893,889,883,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","65102",1,36.595556,-118.049167,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8691,99,361,365,0,6,"","","Certification not required",0,0.000185,0.00359,0.17,"2013-07-23 00:00",0.16,"2013-08-19 16:00",0.09,"2013-07-21 20:00",0.09,"2013-07-23 01:00","","","","",0,0,0,0,0,0,0,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","81102",4,36.595556,-118.049167,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6976,80,286,365,0,1721,"","","Certification not required",0,15.93707,27.389639,1002,"2013-04-04 11:00",713,"2013-05-05 15:00",567,"2013-04-08 13:00",513,"2013-04-08 12:00","","","","",109,70,40,28,17,11,4,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","81102",4,36.595556,-118.049167,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",286,78,286,365,0,0,0,0,"Certification not required",0,15.377622,13.941383,132,"2013-04-08 00:00",107,"2013-04-04 00:00",95,"2013-05-05 00:00",74,"2013-03-05 00:00","","","","",95,58,34,28,18,12,6,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","88501",4,36.595556,-118.049167,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8611,98,359,365,0,86,"","","Certification not required",0,6.526071,4.701557,110,"2013-08-25 17:00",81,"2013-05-05 15:00",74,"2013-08-25 18:00",70,"2013-07-03 09:00","","","","",24,18,13,11,8,6,3,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1018","88501",4,36.595556,-118.049167,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,6.466852,2.745161,25.2,"2013-05-05 00:00",22,"2013-08-25 00:00",18.1,"2013-04-08 00:00",17.9,"2013-07-19 00:00","","","","",17.9,13.8,11.5,9.8,7.4,5.8,4,"Lone Pine Paiute-Shoshone Reservation","1101 E-SHA LANE","California","Inyo","Lone Pine","Bishop, CA","2014-01-03" +"06","027","1023","61101",1,37.362194,-118.416539,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,4.455673,2.867951,22,"2013-03-05 10:00",20.2,"2013-05-05 15:00",19,"2013-05-14 16:00",18.9,"2013-02-23 10:00","","","","",13.2,12.2,10.5,8.9,5.7,3.4,1.8,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","61103",1,37.362194,-118.416539,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,3.776806,2.912315,21.6,"2013-03-05 10:00",20,"2013-05-05 15:00",18.1,"2013-05-14 16:00",17.7,"2013-03-05 12:00","","","","",12.6,11.5,9.8,8.3,5.2,2.8,1.1,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","61104",1,37.362194,-118.416539,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,227.158803,106.162666,360,"2013-01-10 16:00",360,"2013-01-13 20:00",360,"2013-02-08 21:00",360,"2013-02-20 02:00","","","","",358,355,348,338,315,276,50,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","61105",1,37.362194,-118.416539,"NAD27","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,10.333486,6.465236,43,"2013-02-23 10:00",40,"2013-05-14 16:00",37,"2013-05-05 15:00",37,"2013-06-05 18:00","","","","",29,26,23,20,14,8,4,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","61106",1,37.362194,-118.416539,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,33.323133,15.420562,80.5,"2013-08-06 06:00",79.8,"2013-04-15 11:00",79.6,"2013-05-16 07:00",79.2,"2013-03-15 11:00","","","","",73.1,69.8,63.5,57,43.5,29.5,16.7,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","62101",1,37.362194,-118.416539,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,62.14842,17.837075,102,"2013-06-30 15:00",101,"2013-06-30 13:00",101,"2013-06-30 14:00",101,"2013-06-30 16:00","","","","",96,93,90,86,76,63,37,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","62201",1,37.362194,-118.416539,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6549,75,273,365,0,3,"","","Certification not required",0,28.001985,15.893761,91,"2013-05-07 03:00",91,"2013-05-07 04:00",90,"2013-05-07 02:00",89,"2013-01-27 06:00","","","","",76,69,59,50,37,25,11,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","63301",1,37.362194,-118.416539,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6549,75,273,365,0,3,"","","Certification not required",3077,0.372635,0.471283,1.52,"2013-06-10 12:00",1.51,"2013-06-09 11:00",1.49,"2013-05-06 11:00",1.48,"2013-06-13 11:00","","","","",1.42,1.39,1.31,1.17,0.75,0.05,0.005,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","64101",1,37.362194,-118.416539,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6550,75,273,365,0,2,"","","Certification not required",0,874.036794,5.219479,891,"2013-03-01 05:00",891,"2013-03-01 06:00",890,"2013-01-16 02:00",890,"2013-03-01 00:00","","","","",887,886,884,881,877,874,868,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","65102",1,37.362194,-118.416539,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",6549,75,273,365,0,3,"","","Certification not required",0,0.000105,0.003237,0.2,"2013-07-22 23:00",0.11,"2013-07-22 16:00",0.08,"2013-07-04 13:00",0.06,"2013-03-31 09:00","","","","",0,0,0,0,0,0,0,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-03" +"06","027","1023","81102",4,37.362194,-118.416539,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6527,75,273,365,0,25,"","","Certification not required",0,19.363414,21.237208,424,"2013-02-23 10:00",355,"2013-03-05 10:00",292,"2013-04-30 20:00",252,"2013-04-22 22:00","","","","",106,77,52,38,24,14,4,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-18" +"06","027","1023","81102",4,37.362194,-118.416539,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,18.912088,11.06895,105,"2013-08-01 00:00",60,"2013-03-05 00:00",58,"2013-07-29 00:00",55,"2013-07-30 00:00","","","","",58,50,37,32,22,17,8,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-18" +"06","027","1023","88500",3,37.362194,-118.416539,"NAD27","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5245,60,219,365,0,1290,"","","Certification not required",0,7.302193,7.544706,75,"2013-01-01 01:00",72,"2013-01-05 21:00",68,"2013-05-05 11:00",67,"2013-01-04 18:00","","","","",38,31,22,16,9,5,1,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-18" +"06","027","1023","88500",3,37.362194,-118.416539,"NAD27","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",219,60,219,365,0,0,"","","Certification not required",0,7.258904,3.963567,26.2,"2013-01-05 00:00",18.9,"2013-08-06 00:00",18.4,"2013-02-02 00:00",18.3,"2013-01-01 00:00","","","","",18.4,18.1,16,12.5,9.6,6.2,3.3,"BISHOP TRIBE EMO","50 TU SU LANE","California","Inyo","Bishop","Bishop, CA","2013-12-18" +"06","027","1028","61101",1,36.835002,-118.22575,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6515,74,273,365,0,31,"","","Certification not required",0,8.975794,5.098844,35.1,"2013-04-08 12:00",34.7,"2013-04-08 14:00",34.4,"2013-04-08 13:00",32.5,"2013-04-08 15:00","","","","",23.4,21.7,18.9,16.4,11.9,7.9,3.4,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","61103",1,36.835002,-118.22575,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6515,74,273,365,0,31,"","","Certification not required",0,8.328304,5.219683,34.6,"2013-04-08 12:00",34.3,"2013-04-08 14:00",33.9,"2013-04-08 13:00",32.1,"2013-04-08 15:00","","","","",22.8,21,18.3,15.9,11.5,7.3,2.5,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","61104",1,36.835002,-118.22575,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6515,74,273,365,0,31,"","","Certification not required",0,193.697928,125.368481,360,"2013-01-09 05:00",360,"2013-01-13 18:00",360,"2013-01-18 04:00",360,"2013-01-20 08:00","","","","",359,358,356,352,332,194,11,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","61105",1,36.835002,-118.22575,"NAD27","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6515,74,273,365,0,31,"","","Certification not required",0,15.751804,8.034941,55,"2013-03-31 13:00",54,"2013-03-06 11:00",51,"2013-03-20 14:00",50,"2013-04-08 12:00","","","","",38,36,31,27,20,15,7,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","61106",1,36.835002,-118.22575,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6507,74,272,365,0,31,"","","Certification not required",0,22.723498,13.934403,78.1,"2013-04-22 17:00",77.1,"2013-04-24 14:00",76.6,"2013-02-27 23:00",76.5,"2013-09-02 06:00","","","","",67.7,62.9,53.2,44.2,28.6,17.5,10.3,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","62101",1,36.835002,-118.22575,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6501,74,272,365,0,37,"","","Certification not required",0,66.624981,17.11859,105,"2013-06-29 14:00",105,"2013-06-30 13:00",105,"2013-06-30 16:00",104,"2013-06-29 15:00","","","","",98,95,92,88,80,69,42,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","62103",1,36.835002,-118.22575,"NAD27","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",6511,74,273,365,0,34,"","","Certification not required",247,23.628221,13.952084,64,"2013-07-26 14:00",64,"2013-07-27 03:00",64,"2013-07-27 04:00",63,"2013-07-22 23:00","","","","",59,56,49,43,32,23,5,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","62201",1,36.835002,-118.22575,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6514,74,273,365,0,31,"","","Certification not required",0,23.377955,15.352281,98,"2013-01-25 05:00",98,"2013-01-25 06:00",98,"2013-01-25 07:00",97,"2013-01-25 08:00","","","","",77,68,56,44,29,19,9,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","63301",1,36.835002,-118.22575,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6507,74,272,365,0,31,"","","Certification not required",3065,0.365327,0.462946,1.51,"2013-05-10 12:00",1.51,"2013-06-24 11:00",1.44,"2013-04-16 13:00",1.44,"2013-06-19 11:00","","","","",1.38,1.35,1.29,1.15,0.74,0.03,0.005,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","64101",1,36.835002,-118.22575,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6486,74,272,365,0,59,"","","Certification not required",0,880.199661,4.788518,895,"2013-03-01 07:00",895,"2013-03-01 08:00",895,"2013-03-01 09:00",894,"2013-01-16 08:00","","","","",891,890,889,887,883,880,874,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","65102",1,36.835002,-118.22575,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",6514,74,273,365,0,31,"","","Certification not required",0,0.00029,0.006175,0.23,"2013-08-18 17:00",0.21,"2013-07-22 23:00",0.2,"2013-09-03 14:00",0.18,"2013-08-18 18:00","","","","",0,0,0,0,0,0,0,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","81102",1,36.835002,-118.22575,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",3980,45,166,365,0,1845,"","","Certification not required",0,15.895477,18.948778,447,"2013-01-29 11:00",432,"2013-03-06 13:00",308,"2013-05-14 17:00",276,"2013-01-29 12:00","","","","",89,54,36,28,19,12,5,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","027","1028","81102",1,36.835002,-118.22575,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",166,45,166,365,0,0,0,0,"Certification not required",0,15.379518,10.06858,69,"2013-01-29 00:00",51,"2013-02-20 00:00",50,"2013-03-06 00:00",49,"2013-03-05 00:00","","","","",51,49,35,27,19,13,6,"","789 N. WILLOW STREET, INDEPENDENCE","California","Inyo","Independence","Bishop, CA","2013-12-12" +"06","029","0007","42601",1,35.346094,-118.852037,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2765,32,120,365,0,115,"","","Certification not required",0,2.697649,5.603752,127,"2013-01-23 14:00",117,"2013-01-23 15:00",68,"2013-01-15 06:00",67,"2013-03-28 05:00","","","","",22,16,10,6,2,1,1,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","42602",1,35.346094,-118.852037,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2765,32,120,365,0,115,0,"","Certification not required",0,17.433333,7.05171,47,"2013-01-23 14:00",36,"2013-01-09 16:00",32,"2013-01-17 17:00",32,"2013-02-01 17:00","","","","",36,32,31,26,21,16,10,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","42602",1,35.346094,-118.852037,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2765,32,120,365,0,115,"","","Certification not required",0,6.062206,5.498036,47,"2013-01-23 14:00",43,"2013-01-23 15:00",36,"2013-01-09 16:00",35,"2013-01-23 13:00","","","","",25,22,18,13,8,4,1,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","42603",1,35.346094,-118.852037,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2765,32,120,365,0,115,"","","Certification not required",0,8.657866,9.776007,174,"2013-01-23 14:00",160,"2013-01-23 15:00",91,"2013-01-23 13:00",87,"2013-01-09 16:00","","","","",41,34,26,19,11,6,2,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","44201",1,35.346094,-118.852037,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2765,33,120,365,0,115,0,0,"Certification not required",91,0.044625,0.012723,0.074,"2013-04-27 13:00",0.069,"2013-03-14 15:00",0.069,"2013-04-24 13:00",0.069,"2013-04-26 13:00","","","","",0.069,0.069,0.068,0.062,0.054,0.044,0.03,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","44201",1,35.346094,-118.852037,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2875,33,120,365,0,0,0,0,"Certification not required",0,0.03915,0.011849,0.067,"2013-04-27 10:00",0.062,"2013-04-24 10:00",0.062,"2013-04-26 10:00",0.061,"2013-04-28 09:00","","","","",0.062,0.062,0.059,0.055,0.048,0.039,0.024,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","44201",1,35.346094,-118.852037,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2875,33,120,365,0,0,0,0,"Certification not required",0,0.03915,0.011849,0.067,"2013-04-27 10:00",0.062,"2013-04-24 10:00",0.062,"2013-04-26 10:00",0.061,"2013-04-28 09:00","","","","",0.062,0.062,0.059,0.055,0.048,0.039,0.024,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","61103",1,35.346094,-118.852037,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2880,33,120,365,0,0,"","","Certification not required",0,3.825694,1.643717,11,"2013-04-08 05:00",10,"2013-02-19 19:00",10,"2013-04-08 06:00",10,"2013-04-15 21:00","","","","",8,7,7,6,5,4,2,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","61104",1,35.346094,-118.852037,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2880,33,120,365,0,0,"","","Certification not required",0,168.181944,98.855628,360,"2013-04-25 06:00",359,"2013-02-05 18:00",359,"2013-02-12 17:00",359,"2013-03-07 03:00","","","","",351,344,326,307,262,136,59,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0007","62101",1,35.346094,-118.852037,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2880,33,120,365,0,0,"","","Certification not required",0,57.022917,12.70225,97,"2013-04-28 14:00",95,"2013-04-28 13:00",95,"2013-04-28 15:00",95,"2013-04-29 15:00","","","","",90,86,81,75,64,55,41,"JOHNSON FARM, EDISON, CA. 93320","JOHNSON FARM, EDISON, CA. 93320","California","Kern","","Bakersfield, CA","2013-10-25" +"06","029","0008","44201",1,35.054444,-119.403889,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5741,68,248,365,0,811,0,0,"Certification not required",0,0.057286,0.012545,0.089,"2013-06-08 17:00",0.087,"2013-09-20 13:00",0.085,"2013-05-04 14:00",0.085,"2013-06-01 11:00","","","","",0.085,0.085,0.077,0.074,0.066,0.057,0.041,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","44201",1,35.054444,-119.403889,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5972,67,245,365,0,0,0,0,"Certification not required",0,0.052649,0.01199,0.083,"2013-06-08 10:00",0.082,"2013-05-04 09:00",0.081,"2013-06-01 09:00",0.078,"2013-06-02 10:00","","","","",0.081,0.077,0.071,0.068,0.061,0.053,0.038,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","44201",1,35.054444,-119.403889,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5972,67,245,365,0,0,7,7,"Certification not required",0,0.052649,0.01199,0.083,"2013-06-08 10:00",0.082,"2013-05-04 09:00",0.081,"2013-06-01 09:00",0.078,"2013-06-02 10:00","","","","",0.081,0.077,0.071,0.068,0.061,0.053,0.038,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","61101",1,35.054444,-119.403889,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6531,75,273,365,0,21,"","","Certification not required",0,5.37544,2.49879,25.2,"2013-05-05 18:00",24.3,"2013-05-05 16:00",24.3,"2013-05-05 19:00",21.7,"2013-04-24 19:00","","","","",14.8,13,10.4,7.8,6.1,5.2,2.6,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","61102",1,35.054444,-119.403889,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6531,75,273,365,0,21,"","","Certification not required",0,164.410657,95.885724,360,"2013-03-22 13:00",360,"2013-04-03 07:00",360,"2013-04-07 01:00",360,"2013-04-14 15:00","","","","",350,338,285,257,242,224,44,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","61103",1,35.054444,-119.403889,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6492,74,273,365,0,60,"","","Certification not required",0,4.815758,2.622166,25.2,"2013-05-05 18:00",24.3,"2013-05-05 19:00",23.4,"2013-05-05 16:00",21.7,"2013-04-24 19:00","","","","",14.8,13,9.6,7.8,6.1,4.3,2.6,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","61104",1,35.054444,-119.403889,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6492,74,273,365,0,60,"","","Certification not required",0,164.118762,95.691731,360,"2013-02-05 21:00",360,"2013-04-07 01:00",360,"2013-04-14 15:00",360,"2013-04-16 13:00","","","","",350,336,283,258,242,225,45,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","62101",1,35.054444,-119.403889,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6533,75,273,365,0,19,"","","Certification not required",0,69.817542,16.422565,111,"2013-07-02 14:00",109,"2013-07-02 12:00",108,"2013-06-30 13:00",108,"2013-07-02 13:00","","","","",102,100,95,91,82,71,47,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0008","64101",1,35.054444,-119.403889,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6533,75,273,365,0,19,"","","Certification not required",0,982.817006,4.902791,998.6,"2013-01-15 09:00",998.6,"2013-01-15 10:00",997.2,"2013-01-15 02:00",997.2,"2013-01-15 03:00","","","","",994.6,993.2,991.9,989.2,986.6,982.6,977.2,"Maricopa","SCHOOL-755 STANISLAUS ST, MARICOPA","California","Kern","Maricopa","Bakersfield, CA","2014-01-30" +"06","029","0011","44201",1,35.050551,-118.147294,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2753,33,119,365,0,127,0,0,"Certification not required",40,0.049454,0.009317,0.076,"2013-04-27 18:00",0.076,"2013-04-29 16:00",0.075,"2013-04-26 18:00",0.072,"2013-04-28 16:00","","","","",0.076,0.075,0.069,0.063,0.055,0.047,0.04,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-10-25" +"06","029","0011","44201",1,35.050551,-118.147294,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2866,33,119,365,0,0,0,0,"Certification not required",0,0.045941,0.008602,0.07,"2013-04-26 16:00",0.07,"2013-04-27 17:00",0.07,"2013-04-29 10:00",0.069,"2013-04-28 00:00","","","","",0.07,0.07,0.062,0.058,0.049,0.044,0.037,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-10-25" +"06","029","0011","44201",1,35.050551,-118.147294,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2866,33,119,365,0,0,0,0,"Certification not required",0,0.045941,0.008602,0.07,"2013-04-26 16:00",0.07,"2013-04-27 17:00",0.07,"2013-04-29 10:00",0.069,"2013-04-28 00:00","","","","",0.07,0.07,0.062,0.058,0.049,0.044,0.037,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-10-25" +"06","029","0011","61103",1,35.050551,-118.147294,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",2027,23,80,365,0,281,"","","Certification not required",0,9.597928,7.812076,42.2,"2013-04-08 12:00",42.1,"2013-04-08 11:00",41.6,"2013-04-08 06:00",40.1,"2013-04-08 15:00","","","","",34.7,31.5,25.1,21,14.1,6.3,2.7,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-12-04" +"06","029","0011","61104",1,35.050551,-118.147294,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",2027,23,80,365,0,281,"","","Certification not required",0,220.182536,90.844552,347,"2013-01-22 06:00",346,"2013-02-15 01:00",345,"2013-01-02 01:00",345,"2013-01-18 02:00","","","","",338,332,322,310,291,259,68,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-12-04" +"06","029","0011","85101",3,35.050551,-118.147294,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",2686,31,111,365,0,132,"","","Certification not required",554,16.279226,25.426555,516,"2013-04-08 11:00",383,"2013-04-06 19:00",364,"2013-04-14 11:00",352,"2013-04-15 22:00","","","","",110,67,46,36,21,9,2,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-12-03" +"06","029","0011","88101",3,35.050551,-118.147294,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2839,32,120,365,0,37,"","","Certification not required",0,5.002818,18.557132,354,"2013-04-08 07:00",272,"2013-03-21 23:00",267,"2013-03-21 22:00",241,"2013-03-21 16:00","","","","",82,32,17,10,5,1,0,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-10-25" +"06","029","0011","88101",3,35.050551,-118.147294,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",118,32,118,365,0,0,4,4,"Certification not required",0,4.997458,11.11302,76.1,"2013-03-21 00:00",67.6,"2013-04-08 00:00",47.9,"2013-03-22 00:00",44.3,"2013-04-06 00:00","","","","",67.6,47.9,15.2,9.9,5.2,1.7,0,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-10-25" +"06","029","0011","88101",3,35.050551,-118.147294,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",118,32,118,365,0,0,"","","Certification not required",0,4.997458,11.11302,76.1,"2013-03-21 00:00",67.6,"2013-04-08 00:00",47.9,"2013-03-22 00:00",44.3,"2013-04-06 00:00","","","","",67.6,47.9,15.2,9.9,5.2,1.7,0,"Mojave"," 923 POOLE STREET, MOJAVE, CA 93501","California","Kern","Mojave","Bakersfield, CA","2013-10-25" +"06","029","0014","12102",7,35.356092,-119.041209,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0038,0.002168,0.007,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.003,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.007,0.007,0.007,0.007,0.005,0.003,0.002,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12102",8,35.356092,-119.041209,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.003,0.001414,0.005,"2013-01-28 00:00",0.004,"2013-01-16 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.002,0.002,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12103",7,35.356092,-119.041209,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0012,0.000447,0.002,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12103",8,35.356092,-119.041209,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12110",7,35.356092,-119.041209,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12110",8,35.356092,-119.041209,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12112",7,35.356092,-119.041209,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0052,0.001643,0.007,"2013-01-04 00:00",0.006,"2013-01-16 00:00",0.006,"2013-02-09 00:00",0.004,"2013-02-21 00:00","","","","",0.007,0.007,0.007,0.007,0.006,0.006,0.003,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12112",8,35.356092,-119.041209,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0048,0.001304,0.006,"2013-01-16 00:00",0.006,"2013-02-09 00:00",0.005,"2013-01-28 00:00",0.004,"2013-02-21 00:00","","","","",0.006,0.006,0.006,0.006,0.006,0.005,0.003,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12113",7,35.356092,-119.041209,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0012,0.000447,0.002,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12113",8,35.356092,-119.041209,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12114",7,35.356092,-119.041209,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0276,0.012934,0.049,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.023,"2013-01-28 00:00",0.018,"2013-02-09 00:00","","","","",0.049,0.049,0.049,0.049,0.03,0.023,0.018,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12114",8,35.356092,-119.041209,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0218,0.009149,0.036,"2013-01-16 00:00",0.026,"2013-01-28 00:00",0.017,"2013-02-09 00:00",0.015,"2013-01-04 00:00","","","","",0.036,0.036,0.036,0.036,0.026,0.017,0.015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12115",1,35.356092,-119.041209,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-31" +"06","029","0014","12115",2,35.356092,-119.041209,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-31" +"06","029","0014","12126",7,35.356092,-119.041209,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.092,0.395057,1.6,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1,"2013-02-21 00:00",0.75,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.4,1,0.71,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12126",8,35.356092,-119.041209,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.902,0.320422,1.3,"2013-01-16 00:00",0.99,"2013-01-28 00:00",0.94,"2013-02-21 00:00",0.87,"2013-02-09 00:00","","","","",1.3,1.3,1.3,1.3,0.99,0.94,0.41,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12128",7,35.356092,-119.041209,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00414,0.001839,0.0067,"2013-01-04 00:00",0.0051,"2013-01-16 00:00",0.0041,"2013-01-28 00:00",0.0024,"2013-02-09 00:00","","","","",0.0067,0.0067,0.0067,0.0067,0.0051,0.0041,0.0024,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-28" +"06","029","0014","12128",8,35.356092,-119.041209,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00398,0.002284,0.0076,"2013-01-16 00:00",0.0046,"2013-01-28 00:00",0.0035,"2013-02-09 00:00",0.0023,"2013-02-21 00:00","","","","",0.0076,0.0076,0.0076,0.0076,0.0046,0.0035,0.0019,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-28" +"06","029","0014","12132",7,35.356092,-119.041209,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0192,0.006907,0.027,"2013-01-04 00:00",0.026,"2013-01-16 00:00",0.017,"2013-02-21 00:00",0.014,"2013-02-09 00:00","","","","",0.027,0.027,0.027,0.027,0.026,0.017,0.012,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12132",8,35.356092,-119.041209,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0182,0.008871,0.033,"2013-01-16 00:00",0.017,"2013-02-21 00:00",0.016,"2013-01-28 00:00",0.016,"2013-02-09 00:00","","","","",0.033,0.033,0.033,0.033,0.017,0.016,0.009,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12134",7,35.356092,-119.041209,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00104,0.000648,0.0022,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0022,0.0022,0.0022,0.0022,0.00075,0.00075,0.00075,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12134",8,35.356092,-119.041209,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12136",7,35.356092,-119.041209,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12136",8,35.356092,-119.041209,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12150",7,35.356092,-119.041209,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00034,0.000425,0.0011,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.0011,0.0011,0.0011,0.0011,0.00015,0.00015,0.00015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12150",8,35.356092,-119.041209,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12154",7,35.356092,-119.041209,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12154",8,35.356092,-119.041209,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12160",7,35.356092,-119.041209,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.0018,0.000671,0.003,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.003,0.003,0.003,0.003,0.0015,0.0015,0.0015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12160",8,35.356092,-119.041209,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12161",7,35.356092,-119.041209,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0454,0.015534,0.063,"2013-01-04 00:00",0.059,"2013-01-16 00:00",0.044,"2013-02-21 00:00",0.034,"2013-02-09 00:00","","","","",0.063,0.063,0.063,0.063,0.059,0.044,0.027,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12161",8,35.356092,-119.041209,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0366,0.014328,0.052,"2013-01-16 00:00",0.041,"2013-02-21 00:00",0.039,"2013-02-09 00:00",0.038,"2013-01-28 00:00","","","","",0.052,0.052,0.052,0.052,0.041,0.039,0.013,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12164",7,35.356092,-119.041209,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00157,0.0012,0.0034,"2013-01-04 00:00",0.0022,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0034,0.0034,0.0034,0.0034,0.0022,0.00075,0.00075,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12164",8,35.356092,-119.041209,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00102,0.000604,0.0021,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0021,0.0021,0.0021,0.0021,0.00075,0.00075,0.00075,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12167",7,35.356092,-119.041209,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0734,0.023309,0.11,"2013-01-04 00:00",0.079,"2013-01-16 00:00",0.071,"2013-01-28 00:00",0.055,"2013-02-21 00:00","","","","",0.11,0.11,0.11,0.11,0.079,0.071,0.052,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12167",8,35.356092,-119.041209,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0668,0.026864,0.11,"2013-01-16 00:00",0.074,"2013-01-28 00:00",0.055,"2013-02-09 00:00",0.054,"2013-02-21 00:00","","","","",0.11,0.11,0.11,0.11,0.074,0.055,0.041,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12168",7,35.356092,-119.041209,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00924,0.002335,0.012,"2013-01-04 00:00",0.011,"2013-01-16 00:00",0.0093,"2013-01-28 00:00",0.0075,"2013-02-21 00:00","","","","",0.012,0.012,0.012,0.012,0.011,0.0093,0.0064,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12168",8,35.356092,-119.041209,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00892,0.005073,0.017,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.0073,"2013-02-21 00:00",0.0068,"2013-02-09 00:00","","","","",0.017,0.017,0.017,0.017,0.01,0.0073,0.0035,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12169",7,35.356092,-119.041209,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.448,0.24974,0.88,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-21 00:00",0.31,"2013-02-09 00:00","","","","",0.88,0.88,0.88,0.88,0.4,0.4,0.25,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12169",8,35.356092,-119.041209,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.372,0.12276,0.56,"2013-01-16 00:00",0.42,"2013-02-21 00:00",0.34,"2013-02-09 00:00",0.29,"2013-01-28 00:00","","","","",0.56,0.56,0.56,0.56,0.42,0.34,0.25,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12185",7,35.356092,-119.041209,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0018,0.001328,0.004,"2013-01-04 00:00",0.0018,"2013-01-16 00:00",0.0017,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.004,0.004,0.004,0.004,0.0018,0.0017,0.00075,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","12185",8,35.356092,-119.041209,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00117,0.000579,0.0019,"2013-01-28 00:00",0.0017,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-02-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0017,0.00075,0.00075,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-04-26" +"06","029","0014","42601",1,35.356092,-119.041209,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2734,31,118,365,0,146,"","","Certification not required",0,16.807608,30.011565,231,"2013-01-17 05:00",229,"2013-01-21 07:00",228,"2013-01-31 07:00",218,"2013-01-03 07:00","","","","",144,112,83,55,16,4,1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","42602",1,35.356092,-119.041209,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2734,31,118,365,0,146,0,"","Certification not required",0,33.423729,9.503402,51,"2013-03-13 20:00",50,"2013-03-02 20:00",49,"2013-01-21 20:00",49,"2013-04-26 22:00","","","","",50,49,47,44,40,36,18,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","42602",1,35.356092,-119.041209,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2734,31,118,365,0,146,"","","Certification not required",0,16.610095,11.412762,51,"2013-03-13 20:00",50,"2013-03-02 20:00",49,"2013-01-21 20:00",49,"2013-01-21 21:00","","","","",43,40,36,33,26,14,4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","42603",1,35.356092,-119.041209,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2734,31,118,365,0,146,"","","Certification not required",0,33.159473,37.435904,271,"2013-01-21 07:00",266,"2013-01-17 05:00",259,"2013-01-31 07:00",246,"2013-01-03 07:00","","","","",174,142,112,85,43,19,5,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","43218",5,35.356092,-119.041209,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.227,0.287697,1.04,"2013-01-04 00:00",0.96,"2013-01-16 00:00",0.56,"2013-01-28 00:00",0.23,"2013-02-09 00:00","","","","",1.04,1.04,1.04,0.96,0.21,0.08,0.08,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43218",6,35.356092,-119.041209,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.211304,0.26987,1,"2013-01-16 00:00",0.96,"2013-01-04 00:00",0.6,"2013-01-28 00:00",0.3,"2013-03-21 00:00","","","","",1,1,0.96,0.6,0.22,0.08,0.08,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43359",5,35.356092,-119.041209,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,10,"","","Certification not required",0,0.524,0.267432,1.3,"2013-07-27 00:00",1.2,"2013-01-16 00:00",0.65,"2013-01-04 00:00",0.61,"2013-09-13 00:00","","","","",1.3,1.3,1.3,1.2,0.58,0.45,0.34,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43359",6,35.356092,-119.041209,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,7,"","","Certification not required",0,0.56913,0.350583,1.6,"2013-07-27 00:00",1.4,"2013-07-15 00:00",1.2,"2013-01-16 00:00",0.67,"2013-01-04 00:00","","","","",1.6,1.6,1.4,1.2,0.61,0.44,0.33,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43502",5,35.356092,-119.041209,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,13,"","","Certification not required",0,2.92381,1.452895,6.4,"2013-09-13 00:00",5.4,"2013-07-24 00:00",4.8,"2013-08-20 00:00",4.2,"2013-09-01 00:00","","","","",6.4,6.4,5.4,4.8,3.5,3,1.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43502",6,35.356092,-119.041209,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",24,39,23,61,0,10,"","","Certification not required",0,3.05,1.240617,6,"2013-09-13 00:00",4.9,"2013-07-24 00:00",4.8,"2013-07-03 00:00",4.5,"2013-08-20 00:00","","","","",6,6,4.9,4.8,3.9,3,1.5,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43503",5,35.356092,-119.041209,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,13,"","","Certification not required",0,2.452381,1.414079,6.4,"2013-09-13 00:00",4.6,"2013-01-16 00:00",4,"2013-07-27 00:00",3.6,"2013-07-24 00:00","","","","",6.4,6.4,4.6,4,3,2.2,1.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43503",6,35.356092,-119.041209,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",24,39,23,61,0,10,"","","Certification not required",0,2.441667,1.234263,6.4,"2013-09-13 00:00",4.8,"2013-01-16 00:00",3.6,"2013-01-04 00:00",3.4,"2013-07-24 00:00","","","","",6.4,6.4,4.8,3.6,3,2.2,1.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43505",5,35.356092,-119.041209,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.508,2.409786,5.4,"2013-01-04 00:00",4.8,"2013-01-28 00:00",1.44,"2013-01-16 00:00",0.45,"2013-02-09 00:00","","","","",5.4,5.4,5.4,5.4,4.8,1.44,0.45,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-17" +"06","029","0014","43505",6,35.356092,-119.041209,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.014,0.521948,1.5,"2013-01-04 00:00",1.41,"2013-01-28 00:00",1.26,"2013-01-16 00:00",0.45,"2013-02-09 00:00","","","","",1.5,1.5,1.5,1.5,1.41,1.26,0.45,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-17" +"06","029","0014","43551",5,35.356092,-119.041209,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,12.18,8.228426,25.5,"2013-01-04 00:00",14.7,"2013-01-16 00:00",8.4,"2013-01-28 00:00",6.3,"2013-02-21 00:00","","","","",25.5,25.5,25.5,25.5,14.7,8.4,6,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-17" +"06","029","0014","43551",6,35.356092,-119.041209,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,9.96,4.411122,15.3,"2013-01-04 00:00",14.1,"2013-01-16 00:00",7.8,"2013-01-28 00:00",6.9,"2013-02-09 00:00","","","","",15.3,15.3,15.3,15.3,14.1,7.8,5.7,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-17" +"06","029","0014","43552",5,35.356092,-119.041209,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,13,"","","Certification not required",19,0.27619,0.248807,1.2,"2013-01-16 00:00",0.8,"2013-01-04 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",1.2,1.2,0.8,0.2,0.2,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43552",6,35.356092,-119.041209,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",24,39,23,61,0,10,"","","Certification not required",22,0.283333,0.28233,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,0.2,0.2,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43702",5,35.356092,-119.041209,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-17" +"06","029","0014","43702",6,35.356092,-119.041209,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-06-17" +"06","029","0014","43802",5,35.356092,-119.041209,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.078,0.036216,0.15,"2013-04-10 00:00",0.13,"2013-01-16 00:00",0.12,"2013-03-21 00:00",0.12,"2013-07-03 00:00","","","","",0.15,0.15,0.15,0.13,0.11,0.05,0.05,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43802",6,35.356092,-119.041209,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.091739,0.053738,0.25,"2013-04-10 00:00",0.19,"2013-06-09 00:00",0.14,"2013-01-16 00:00",0.14,"2013-07-03 00:00","","","","",0.25,0.25,0.19,0.14,0.12,0.05,0.05,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43803",5,35.356092,-119.041209,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.037,0.010809,0.06,"2013-09-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.06,0.06,0.06,0.05,0.05,0.04,0.03,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43803",6,35.356092,-119.041209,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.035652,0.010798,0.06,"2013-01-04 00:00",0.06,"2013-09-13 00:00",0.05,"2013-01-16 00:00",0.04,"2013-01-28 00:00","","","","",0.06,0.06,0.06,0.05,0.04,0.03,0.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43804",5,35.356092,-119.041209,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.0845,0.006863,0.1,"2013-09-01 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.09,0.09,0.08,0.08,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43804",6,35.356092,-119.041209,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.082609,0.009154,0.1,"2013-09-13 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43814",5,35.356092,-119.041209,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43814",6,35.356092,-119.041209,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.021304,0.048082,0.24,"2013-07-15 00:00",0.04,"2013-09-01 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.24,0.24,0.04,0.01,0.01,0.01,0.01,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43817",5,35.356092,-119.041209,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.0275,0.025726,0.09,"2013-02-09 00:00",0.09,"2013-07-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.09,0.09,0.09,0.09,0.05,0.02,0.01,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43817",6,35.356092,-119.041209,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.025217,0.021715,0.08,"2013-02-09 00:00",0.07,"2013-07-03 00:00",0.06,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.08,0.08,0.07,0.06,0.03,0.01,0.01,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43819",5,35.356092,-119.041209,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.0205,0.002236,0.03,"2013-08-09 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43819",6,35.356092,-119.041209,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.02087,0.00417,0.04,"2013-08-09 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43824",5,35.356092,-119.041209,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43824",6,35.356092,-119.041209,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43827",5,35.356092,-119.041209,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,10,"","","Certification not required",20,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43827",6,35.356092,-119.041209,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,7,"","","Certification not required",23,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43830",5,35.356092,-119.041209,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.162,0.053666,0.39,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.39,0.39,0.39,0.15,0.15,0.15,0.15,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43830",6,35.356092,-119.041209,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.160435,0.050043,0.39,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.39,0.39,0.15,0.15,0.15,0.15,0.15,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43831",5,35.356092,-119.041209,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.1695,0.087207,0.54,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.54,0.54,0.54,0.15,0.15,0.15,0.15,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43831",6,35.356092,-119.041209,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.166957,0.081321,0.54,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.54,0.54,0.15,0.15,0.15,0.15,0.15,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43834",5,35.356092,-119.041209,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,10,"","","Certification not required",20,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43834",6,35.356092,-119.041209,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,7,"","","Certification not required",23,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43848",5,35.356092,-119.041209,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,10,"","","Certification not required",12,0.367,0.240725,1,"2013-03-05 00:00",0.8,"2013-01-04 00:00",0.62,"2013-09-13 00:00",0.58,"2013-01-16 00:00","","","","",1,1,1,0.8,0.56,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43848",6,35.356092,-119.041209,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,7,"","","Certification not required",11,0.42087,0.274854,1.26,"2013-03-05 00:00",0.84,"2013-01-04 00:00",0.7,"2013-07-15 00:00",0.68,"2013-09-13 00:00","","","","",1.26,1.26,0.84,0.7,0.58,0.4,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43854",5,35.356092,-119.041209,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,10,"","","Certification not required",15,0.364,0.322138,1.28,"2013-01-04 00:00",1.06,"2013-01-16 00:00",0.7,"2013-04-10 00:00",0.64,"2013-01-28 00:00","","","","",1.28,1.28,1.28,1.06,0.6,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","43854",6,35.356092,-119.041209,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,7,"","","Certification not required",13,0.417391,0.313357,1.38,"2013-01-04 00:00",1.02,"2013-01-16 00:00",0.7,"2013-04-10 00:00",0.68,"2013-01-28 00:00","","","","",1.38,1.38,1.02,0.7,0.6,0.2,0.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","44201",1,35.356092,-119.041209,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2614,31,112,365,0,266,0,0,"Certification not required",721,0.048,0.014826,0.083,"2013-04-27 14:00",0.079,"2013-04-28 17:00",0.078,"2013-04-24 14:00",0.077,"2013-04-26 16:00","","","","",0.079,0.078,0.073,0.068,0.058,0.047,0.03,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","44201",1,35.356092,-119.041209,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2707,30,111,365,0,0,0,0,"Certification not required",0,0.042054,0.014954,0.078,"2013-04-27 11:00",0.073,"2013-04-26 11:00",0.072,"2013-04-28 10:00",0.07,"2013-04-21 11:00","","","","",0.073,0.072,0.067,0.062,0.052,0.041,0.022,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","44201",1,35.356092,-119.041209,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2707,30,111,365,0,0,1,1,"Certification not required",0,0.042054,0.014954,0.078,"2013-04-27 11:00",0.073,"2013-04-26 11:00",0.072,"2013-04-28 10:00",0.07,"2013-04-21 11:00","","","","",0.073,0.072,0.067,0.062,0.052,0.041,0.022,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","45109",5,35.356092,-119.041209,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,2.648,2.067965,7.28,"2013-01-04 00:00",7.2,"2013-01-16 00:00",4.88,"2013-01-28 00:00",4.72,"2013-08-09 00:00","","","","",7.28,7.28,7.28,7.2,3.92,2.64,0.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45109",6,35.356092,-119.041209,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,2.69913,2.00439,7.52,"2013-01-04 00:00",7.44,"2013-01-16 00:00",4.8,"2013-01-28 00:00",4.56,"2013-08-09 00:00","","","","",7.52,7.52,7.44,4.8,4,2.64,0.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45201",5,35.356092,-119.041209,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,1.539,1.180173,4.5,"2013-01-16 00:00",4.32,"2013-01-04 00:00",2.82,"2013-01-28 00:00",2.52,"2013-02-09 00:00","","","","",4.5,4.5,4.5,4.32,1.98,1.38,0.6,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45201",6,35.356092,-119.041209,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,1.454783,1.094207,4.56,"2013-01-16 00:00",4.14,"2013-01-04 00:00",2.76,"2013-01-28 00:00",2.22,"2013-02-09 00:00","","","","",4.56,4.56,4.14,2.76,1.86,1.26,0.55,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45202",5,35.356092,-119.041209,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,5.404,6.91402,32.9,"2013-08-09 00:00",9.8,"2013-01-04 00:00",9.8,"2013-01-16 00:00",6.23,"2013-09-13 00:00","","","","",32.9,32.9,32.9,9.8,5.95,3.92,2.03,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45202",6,35.356092,-119.041209,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,5.167826,6.316617,32.2,"2013-08-09 00:00",9.8,"2013-01-16 00:00",9.1,"2013-01-04 00:00",6.37,"2013-09-13 00:00","","","","",32.2,32.2,9.8,9.1,6.02,3.57,1.89,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45203",5,35.356092,-119.041209,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.912,0.345704,2,"2013-01-16 00:00",1.84,"2013-01-04 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",2,2,2,1.84,0.8,0.8,0.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45203",6,35.356092,-119.041209,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.886957,0.288356,1.84,"2013-01-16 00:00",1.76,"2013-01-04 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",1.84,1.84,1.76,0.8,0.8,0.8,0.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45204",5,35.356092,-119.041209,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.988,0.717082,2.72,"2013-01-16 00:00",2.56,"2013-01-04 00:00",1.68,"2013-01-28 00:00",1.68,"2013-08-09 00:00","","","","",2.72,2.72,2.72,2.56,1.44,0.96,0.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45204",6,35.356092,-119.041209,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.994783,0.701096,2.8,"2013-01-16 00:00",2.56,"2013-01-04 00:00",1.76,"2013-01-28 00:00",1.68,"2013-08-09 00:00","","","","",2.8,2.8,2.56,1.76,1.44,0.96,0.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45220",5,35.356092,-119.041209,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,13,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","45220",6,35.356092,-119.041209,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,22,61,0,10,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-21" +"06","029","0014","61103",1,35.356092,-119.041209,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2877,33,120,365,0,3,"","","Certification not required",0,2.844977,1.711946,13,"2013-04-15 20:00",11,"2013-04-08 05:00",10,"2013-04-08 00:00",10,"2013-04-08 06:00","","","","",8,7,6,5,4,2,1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","61104",1,35.356092,-119.041209,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2877,33,120,365,0,3,"","","Certification not required",0,218.334029,108.74782,360,"2013-01-09 21:00",360,"2013-02-15 16:00",360,"2013-03-28 03:00",360,"2013-03-31 01:00","","","","",357,354,346,335,314,262,66,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","62101",1,35.356092,-119.041209,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2877,33,120,365,0,3,"","","Certification not required",0,57.285019,12.121807,91,"2013-04-28 15:00",91,"2013-04-28 16:00",91,"2013-04-29 15:00",91,"2013-04-29 16:00","","","","",86,84,79,73,66,57,41,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","62201",1,35.356092,-119.041209,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",2880,33,120,365,0,0,"","","Certification not required",0,57.076389,24.768909,100,"2013-01-02 09:00",100,"2013-01-12 06:00",100,"2013-01-25 05:00",100,"2013-01-25 06:00","","","","",100,100,96,91,78,56,23,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","63301",1,35.356092,-119.041209,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",2880,33,120,365,0,0,"","","Certification not required",1454,0.298302,0.426198,1.51,"2013-04-17 11:00",1.51,"2013-04-17 12:00",1.49,"2013-04-18 11:00",1.49,"2013-04-18 12:00","","","","",1.45,1.37,1.22,1.02,0.56,0.005,0.005,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","64101",1,35.356092,-119.041209,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",2877,33,120,365,0,3,"","","Certification not required",0,1003.71373,4.435213,1015.9,"2013-01-15 12:00",1015.9,"2013-01-15 13:00",1015.9,"2013-01-15 14:00",1015.9,"2013-01-15 15:00","","","","",1013.2,1013.2,1010.6,1009.2,1006.6,1003.9,997.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","68101",1,35.356092,-119.041209,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",313,100,60,61,0,52,"","","Certification not required",230,0.277636,0.4326,2,"2013-04-09 00:00",1.9,"2013-03-11 00:00",1.8,"2013-03-10 00:00",1.8,"2013-03-23 00:00","","","","",1.8,1.6,1.3,0.9,0.4,0.05,0.05,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68101",2,35.356092,-119.041209,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",53,87,50,61,0,22,"","","Certification not required",52,0.05283,0.020604,0.2,"2013-02-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68102",1,35.356092,-119.041209,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",313,100,60,61,0,52,"","","Certification not required",0,23.953994,0.141393,24.1,"2013-07-11 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68102",2,35.356092,-119.041209,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",53,87,50,61,0,22,"","","Certification not required",0,24.035849,0.048415,24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68103",1,35.356092,-119.041209,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",313,100,60,61,0,52,"","","Certification not required",0,12.071246,6.987485,26.8,"2013-07-04 00:00",26.8,"2013-07-05 00:00",26.2,"2013-07-02 00:00",26,"2013-07-22 00:00","","","","",26,25.5,23.4,20.6,17.5,12.7,2.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68103",2,35.356092,-119.041209,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,87,50,61,0,22,"","","Certification not required",0,12.037736,7.884752,26.1,"2013-07-03 00:00",26,"2013-07-21 00:00",24.1,"2013-09-01 00:00",23.2,"2013-06-27 00:00","","","","",26.1,26,24.1,22.6,17.7,12.3,1.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68103",5,35.356092,-119.041209,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",66,54,66,122,0,6,"","","Certification not required",0,14.451515,7.401543,26.2,"2013-06-30 00:00",25.8,"2013-07-03 00:00",25.8,"2013-07-21 00:00",25.1,"2013-07-27 00:00","","","","",26.2,25.8,25.1,23.3,20,15.8,3.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","68103",6,35.356092,-119.041209,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",33,54,33,61,0,10,"","","Certification not required",0,12.663636,7.946336,24.5,"2013-07-03 00:00",24.4,"2013-07-21 00:00",23.8,"2013-07-27 00:00",22.5,"2013-08-20 00:00","","","","",24.5,24.5,24.4,22.5,18.7,14.1,1.4,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","68104",1,35.356092,-119.041209,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",313,100,60,61,0,52,"","","Certification not required",0,28.172524,7.976051,43.5,"2013-07-02 00:00",43.1,"2013-07-03 00:00",42.7,"2013-07-04 00:00",42.6,"2013-06-08 00:00","","","","",42.6,41.6,40,38.4,34.7,28.3,16.7,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68104",2,35.356092,-119.041209,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,87,50,61,0,22,"","","Certification not required",0,28.869811,8.882298,44.1,"2013-07-03 00:00",42.4,"2013-07-21 00:00",42.4,"2013-09-07 00:00",41.5,"2013-07-09 00:00","","","","",44.1,42.4,42.4,39.4,35.9,29.6,16.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68104",5,35.356092,-119.041209,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",66,54,66,122,0,6,"","","Certification not required",0,30.598485,8.99452,44,"2013-07-03 00:00",42.6,"2013-09-07 00:00",42.5,"2013-06-30 00:00",42.3,"2013-07-21 00:00","","","","",44,42.6,42.3,41.2,38.6,32,17,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","68104",6,35.356092,-119.041209,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",33,54,33,61,0,10,"","","Certification not required",0,29.824242,9.239353,43.3,"2013-07-03 00:00",41.6,"2013-09-07 00:00",41.5,"2013-07-21 00:00",41.3,"2013-08-20 00:00","","","","",43.3,43.3,41.6,41.3,37.9,28.4,15.2,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","68105",1,35.356092,-119.041209,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",313,100,60,61,0,52,"","","Certification not required",0,19.68115,7.736025,35.3,"2013-07-02 00:00",35.1,"2013-07-04 00:00",34.4,"2013-06-30 00:00",34.2,"2013-06-29 00:00","","","","",34.2,33.6,31.7,29.9,26.3,19.8,9.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68105",2,35.356092,-119.041209,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,87,50,61,0,22,"","","Certification not required",0,20.00566,8.67371,34.4,"2013-07-03 00:00",33.7,"2013-07-21 00:00",32.3,"2013-07-09 00:00",31.2,"2013-06-27 00:00","","","","",34.4,33.7,32.3,30.9,27.5,20.2,7.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68105",5,35.356092,-119.041209,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",66,54,66,122,0,6,"","","Certification not required",0,22.440909,8.468057,35.1,"2013-06-30 00:00",34.5,"2013-07-03 00:00",34,"2013-07-21 00:00",33,"2013-07-27 00:00","","","","",35.1,34.5,33,32,29.8,24.7,9.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","68105",6,35.356092,-119.041209,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",33,54,33,61,0,10,"","","Certification not required",0,20.90303,8.753552,33.4,"2013-07-03 00:00",32.8,"2013-07-21 00:00",31.7,"2013-07-27 00:00",31.5,"2013-08-20 00:00","","","","",33.4,33.4,32.8,31.5,29.5,19.9,8.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","68106",1,35.356092,-119.041209,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",313,100,60,61,0,52,"","","Certification not required",0,746.115016,4.036635,759,"2013-12-01 00:00",758,"2013-01-15 00:00",756,"2013-12-14 00:00",755,"2013-12-09 00:00","","","","",755,754,753,752,749,746,741,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68106",2,35.356092,-119.041209,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,50,61,0,22,"","","Certification not required",0,746.54717,4.517343,755,"2013-01-16 00:00",754,"2013-12-24 00:00",753,"2013-01-04 00:00",753,"2013-02-15 00:00","","","","",755,754,753,753,750,746,741,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68106",5,35.356092,-119.041209,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",66,54,66,122,0,6,"","","Certification not required",0,743.848485,2.561505,752,"2013-01-16 00:00",749,"2013-02-15 00:00",748,"2013-01-01 00:00",748,"2013-01-04 00:00","","","","",752,749,748,747,745,744,740,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","68106",6,35.356092,-119.041209,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,54,33,61,0,10,"","","Certification not required",0,738.212121,5.666555,750,"2013-01-16 00:00",748,"2013-01-28 00:00",747,"2013-02-27 00:00",746,"2013-02-15 00:00","","","","",750,750,748,746,742,738,731,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","68107",1,35.356092,-119.041209,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",313,100,60,61,0,52,"","","Certification not required",0,750.865815,4.238999,765,"2013-12-01 00:00",762,"2013-01-15 00:00",761,"2013-01-16 00:00",760,"2013-01-14 00:00","","","","",760,759,758,756,754,750,746,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68107",2,35.356092,-119.041209,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,50,61,0,22,"","","Certification not required",0,751.207547,4.347229,761,"2013-01-16 00:00",758,"2013-01-04 00:00",758,"2013-12-24 00:00",757,"2013-11-12 00:00","","","","",761,758,758,756,755,751,746,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68107",5,35.356092,-119.041209,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",66,54,66,122,0,6,"","","Certification not required",0,749.954545,3.434807,759,"2013-01-16 00:00",759,"2013-03-02 00:00",756,"2013-01-04 00:00",756,"2013-02-27 00:00","","","","",759,759,756,755,752,749,746,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","68107",6,35.356092,-119.041209,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,54,33,61,0,10,"","","Certification not required",0,749.484848,6.325154,765,"2013-01-16 00:00",760,"2013-02-15 00:00",759,"2013-02-27 00:00",758,"2013-01-22 00:00","","","","",765,765,760,758,754,749,742,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","68108",1,35.356092,-119.041209,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",313,100,60,61,0,52,"","","Certification not required",0,748.511182,4.08021,761,"2013-12-01 00:00",760,"2013-01-15 00:00",758,"2013-01-16 00:00",758,"2013-12-09 00:00","","","","",758,757,755,754,751,748,743,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68108",2,35.356092,-119.041209,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,50,61,0,22,"","","Certification not required",0,748.886792,4.466372,758,"2013-01-16 00:00",756,"2013-12-24 00:00",755,"2013-01-04 00:00",755,"2013-02-15 00:00","","","","",758,756,755,754,753,749,743,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68108",5,35.356092,-119.041209,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",66,54,66,122,0,6,"","","Certification not required",0,747.318182,3.138638,756,"2013-01-16 00:00",754,"2013-02-27 00:00",753,"2013-01-01 00:00",753,"2013-01-04 00:00","","","","",756,754,753,752,749,747,744,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","68108",6,35.356092,-119.041209,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,54,33,61,0,10,"","","Certification not required",0,740.969697,5.525423,754,"2013-01-16 00:00",750,"2013-01-28 00:00",750,"2013-02-27 00:00",749,"2013-02-15 00:00","","","","",754,754,750,749,744,741,734,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","68109",1,35.356092,-119.041209,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",313,100,60,61,0,52,"","","Certification not required",0,1438.661342,6.419148,1440,"2013-01-10 00:00",1440,"2013-01-21 00:00",1440,"2013-01-29 00:00",1440,"2013-02-02 00:00","","","","",1440,1440,1440,1439,1439,1439,1439,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","68109",2,35.356092,-119.041209,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",53,87,50,61,0,22,"","","Certification not required",0,1439.490566,0.504695,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","81102",1,35.356092,-119.041209,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,54,33,61,0,30,0,0,"Certification not required",0,50.073171,24.285171,120,"2013-06-09 00:00",110,"2013-08-20 00:00",100,"2013-01-23 00:00",86,"2013-05-04 00:00","","","","",120,120,100,83,62,42,25,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-22" +"06","029","0014","81102",2,35.356092,-119.041209,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",47,64,39,61,0,24,0,0,"Certification not required",0,47.255319,22.732344,109,"2013-08-20 00:00",102,"2013-01-23 00:00",101,"2013-06-09 00:00",88,"2013-09-19 00:00","","","","",109,109,101,83,60,41,25,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-22" +"06","029","0014","82180",1,35.356092,-119.041209,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",21,34,17,61,0,14,"","","Certification not required",0,151.428571,72.407577,280,"2013-05-04 00:00",260,"2013-05-22 00:00",250,"2013-04-23 00:00",230,"2013-01-23 00:00","","","","",280,280,260,250,210,150,90,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-14" +"06","029","0014","82203",1,35.356092,-119.041209,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",21,34,17,61,0,14,"","","Certification not required",0,0.134286,0.162806,0.67,"2013-04-16 00:00",0.53,"2013-05-22 00:00",0.22,"2013-05-04 00:00",0.17,"2013-05-16 00:00","","","","",0.67,0.67,0.53,0.22,0.11,0.07,0.05,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-14" +"06","029","0014","82301",1,35.356092,-119.041209,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",21,34,17,61,0,14,"","","Certification not required",2,1.87619,2.882821,9.4,"2013-02-05 00:00",7.6,"2013-01-23 00:00",6.6,"2013-01-19 00:00",5.2,"2013-01-04 00:00","","","","",9.4,9.4,7.6,6.6,0.8,0.5,0.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-14" +"06","029","0014","82306",1,35.356092,-119.041209,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",21,34,17,61,0,14,"","","Certification not required",0,6.087143,8.624608,26,"2013-02-05 00:00",25,"2013-01-23 00:00",21,"2013-01-19 00:00",16,"2013-01-04 00:00","","","","",26,26,25,21,2.4,1.9,0.92,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-14" +"06","029","0014","82403",1,35.356092,-119.041209,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",21,34,17,61,0,14,"","","Certification not required",0,1.647619,0.778215,3.1,"2013-02-05 00:00",2.8,"2013-03-19 00:00",2.8,"2013-05-04 00:00",2.7,"2013-01-23 00:00","","","","",3.1,3.1,2.8,2.8,2.1,1.5,0.8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-02-14" +"06","029","0014","85101",1,35.356092,-119.041209,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,33,61,0,30,"","","Certification not required",0,49.853659,24.020367,116,"2013-06-09 00:00",106,"2013-08-20 00:00",103,"2013-01-23 00:00",84,"2013-05-04 00:00","","","","",116,116,103,82,65,41,25,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-22" +"06","029","0014","85101",2,35.356092,-119.041209,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,39,61,0,24,"","","Certification not required",0,47.085106,22.451716,105,"2013-01-23 00:00",105,"2013-08-20 00:00",98,"2013-06-09 00:00",86,"2013-09-19 00:00","","","","",105,105,98,81,59,41,25,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-22" +"06","029","0014","88101",1,35.356092,-119.041209,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",313,86,313,365,0,52,44,44,"Certification not required",0,20.1377,17.997832,111.7,"2013-12-18 00:00",106.9,"2013-12-17 00:00",93,"2013-12-16 00:00",89,"2013-12-15 00:00","","","","",89,71.8,58.6,43.6,25.9,13,5.7,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","88101",1,35.356092,-119.041209,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",313,86,313,365,0,52,"","","Certification not required",0,20.1377,17.997832,111.7,"2013-12-18 00:00",106.9,"2013-12-17 00:00",93,"2013-12-16 00:00",89,"2013-12-15 00:00","","","","",89,71.8,58.6,43.6,25.9,13,5.7,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","88101",2,35.356092,-119.041209,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",53,84,51,61,0,22,10,10,"Certification not required",0,19.077358,20.744125,114.9,"2013-12-18 00:00",58.1,"2013-02-03 00:00",54.8,"2013-12-13 00:00",54.6,"2013-12-24 00:00","","","","",114.9,58.1,54.8,52.9,21.5,11.3,6.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","88101",2,35.356092,-119.041209,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",53,84,51,61,0,22,"","","Certification not required",0,19.077358,20.744125,114.9,"2013-12-18 00:00",58.1,"2013-02-03 00:00",54.8,"2013-12-13 00:00",54.6,"2013-12-24 00:00","","","","",114.9,58.1,54.8,52.9,21.5,11.3,6.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0014","88102",5,35.356092,-119.041209,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",58,0.021792,0.014674,0.113,"2013-09-01 00:00",0.063,"2013-08-05 00:00",0.057,"2013-07-24 00:00",0.042,"2013-02-24 00:00","","","","",0.113,0.063,0.042,0.026,0.021,0.0195,0.014,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88102",6,35.356092,-119.041209,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",31,0.020939,0.007968,0.051,"2013-03-29 00:00",0.04,"2013-04-04 00:00",0.026,"2013-05-04 00:00",0.026,"2013-06-09 00:00","","","","",0.051,0.051,0.04,0.026,0.021,0.021,0.014,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88103",5,35.356092,-119.041209,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.000523,0.000812,0.003,"2013-01-04 00:00",0.003,"2013-01-13 00:00",0.003,"2013-02-03 00:00",0.002,"2013-01-01 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88103",6,35.356092,-119.041209,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.000394,0.000659,0.003,"2013-01-16 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-15 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88104",5,35.356092,-119.041209,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",8,0.141308,0.138469,0.632,"2013-07-30 00:00",0.606,"2013-06-09 00:00",0.593,"2013-08-20 00:00",0.525,"2013-05-01 00:00","","","","",0.632,0.606,0.525,0.257,0.164,0.117,0.0115,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88104",6,35.356092,-119.041209,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",3,0.169955,0.235716,1.24,"2013-06-27 00:00",0.628,"2013-06-09 00:00",0.523,"2013-08-20 00:00",0.393,"2013-05-04 00:00","","","","",1.24,1.24,0.628,0.393,0.168,0.108,0.035,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88107",5,35.356092,-119.041209,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",57,0.007912,0.006945,0.0298,"2013-08-20 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0298,0.0295,0.0295,0.0206,0.0055,0.005,0.005,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88107",6,35.356092,-119.041209,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",27,0.009897,0.011455,0.061,"2013-06-27 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0196,"2013-09-07 00:00","","","","",0.061,0.061,0.0295,0.0196,0.0055,0.005,0.005,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88109",5,35.356092,-119.041209,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",4,0.005022,0.002385,0.0127,"2013-01-22 00:00",0.0097,"2013-03-14 00:00",0.0096,"2013-06-06 00:00",0.0084,"2013-02-15 00:00","","","","",0.0127,0.0097,0.0084,0.0077,0.0067,0.0049,0.0015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88109",6,35.356092,-119.041209,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",2,0.00463,0.002615,0.0113,"2013-01-22 00:00",0.0104,"2013-02-15 00:00",0.0093,"2013-01-16 00:00",0.0089,"2013-07-09 00:00","","","","",0.0113,0.0113,0.0104,0.0089,0.0063,0.0041,0.0023,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88110",5,35.356092,-119.041209,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.000662,0.002041,0.012,"2013-02-21 00:00",0.007,"2013-07-12 00:00",0.007,"2013-08-17 00:00",0.005,"2013-04-28 00:00","","","","",0.012,0.007,0.005,0.002,0,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88110",6,35.356092,-119.041209,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.001091,0.003476,0.018,"2013-06-27 00:00",0.007,"2013-03-17 00:00",0.006,"2013-05-28 00:00",0.004,"2013-05-16 00:00","","","","",0.018,0.018,0.007,0.004,0,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88111",5,35.356092,-119.041209,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",2,0.118301,0.101308,0.546,"2013-07-30 00:00",0.414,"2013-08-20 00:00",0.385,"2013-05-01 00:00",0.344,"2013-06-09 00:00","","","","",0.546,0.414,0.344,0.226,0.135,0.0885,0.0265,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88111",6,35.356092,-119.041209,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.133927,0.151343,0.854,"2013-06-27 00:00",0.342,"2013-08-20 00:00",0.323,"2013-06-09 00:00",0.285,"2013-05-04 00:00","","","","",0.854,0.854,0.342,0.285,0.147,0.0914,0.0366,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88112",5,35.356092,-119.041209,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.002338,0.002217,0.011,"2013-08-11 00:00",0.009,"2013-05-01 00:00",0.007,"2013-01-04 00:00",0.007,"2013-02-09 00:00","","","","",0.011,0.009,0.007,0.005,0.003,0.002,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88112",6,35.356092,-119.041209,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.001939,0.00187,0.006,"2013-01-22 00:00",0.006,"2013-06-27 00:00",0.005,"2013-05-04 00:00",0.005,"2013-07-27 00:00","","","","",0.006,0.006,0.006,0.005,0.003,0.001,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88113",5,35.356092,-119.041209,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",57,0.000785,0.000328,0.0018,"2013-01-04 00:00",0.0018,"2013-06-03 00:00",0.0017,"2013-07-12 00:00",0.0016,"2013-04-22 00:00","","","","",0.0018,0.0018,0.0016,0.0015,0.0007,0.0007,0.00055,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88113",6,35.356092,-119.041209,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",22,0.001173,0.000821,0.0032,"2013-05-04 00:00",0.003,"2013-01-22 00:00",0.0028,"2013-06-09 00:00",0.0028,"2013-06-27 00:00","","","","",0.0032,0.0032,0.003,0.0028,0.0014,0.0007,0.00055,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88114",5,35.356092,-119.041209,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",20,0.005706,0.0065,0.038,"2013-07-30 00:00",0.0238,"2013-08-05 00:00",0.0194,"2013-08-11 00:00",0.0174,"2013-08-20 00:00","","","","",0.038,0.0238,0.0174,0.0134,0.0074,0.0034,0.00125,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88114",6,35.356092,-119.041209,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",5,0.005371,0.003803,0.0136,"2013-07-03 00:00",0.0129,"2013-06-27 00:00",0.012,"2013-01-22 00:00",0.0115,"2013-07-27 00:00","","","","",0.0136,0.0136,0.0129,0.0115,0.0072,0.0041,0.00125,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88115",5,35.356092,-119.041209,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",22,0.035958,0.080711,0.441,"2013-02-03 00:00",0.276,"2013-01-04 00:00",0.255,"2013-01-16 00:00",0.226,"2013-01-22 00:00","","","","",0.441,0.276,0.226,0.15,0.014,0.0101,0.0039,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88115",6,35.356092,-119.041209,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",9,0.033421,0.061583,0.244,"2013-05-22 00:00",0.214,"2013-01-16 00:00",0.183,"2013-01-22 00:00",0.111,"2013-04-16 00:00","","","","",0.244,0.244,0.214,0.111,0.0216,0.0102,0.0039,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88117",5,35.356092,-119.041209,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",65,0.005815,0.008306,0.0435,"2013-02-15 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00",0.00485,"2013-01-13 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88117",6,35.356092,-119.041209,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",33,0.006176,0.009653,0.0435,"2013-02-15 00:00",0.0435,"2013-03-17 00:00",0.00485,"2013-03-05 00:00",0.00485,"2013-03-23 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0034,0.0028,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88118",5,35.356092,-119.041209,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",64,0.00833,0.005788,0.023,"2013-02-15 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.0084,0.0055,0.005,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88118",6,35.356092,-119.041209,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",33,0.010033,0.00662,0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88126",5,35.356092,-119.041209,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",2,0.187158,0.139005,0.708,"2013-07-30 00:00",0.609,"2013-05-01 00:00",0.6,"2013-08-20 00:00",0.535,"2013-06-09 00:00","","","","",0.708,0.609,0.535,0.356,0.211,0.157,0.0702,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88126",6,35.356092,-119.041209,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.214536,0.22545,1.32,"2013-06-27 00:00",0.519,"2013-08-20 00:00",0.48,"2013-06-09 00:00",0.377,"2013-05-04 00:00","","","","",1.32,1.32,0.519,0.377,0.2,0.147,0.0765,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88128",5,35.356092,-119.041209,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.000862,0.001648,0.007,"2013-01-01 00:00",0.007,"2013-03-14 00:00",0.005,"2013-01-22 00:00",0.004,"2013-01-16 00:00","","","","",0.007,0.007,0.004,0.003,0.001,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88128",6,35.356092,-119.041209,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.000939,0.001657,0.006,"2013-03-23 00:00",0.005,"2013-01-22 00:00",0.004,"2013-04-22 00:00",0.004,"2013-08-14 00:00","","","","",0.006,0.006,0.005,0.004,0.001,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88131",5,35.356092,-119.041209,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",63,0.009377,0.003246,0.018,"2013-02-27 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-09 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88131",6,35.356092,-119.041209,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",32,0.010697,0.004263,0.025,"2013-02-09 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-06-09 00:00",0.0165,"2013-07-27 00:00","","","","",0.025,0.025,0.0165,0.0165,0.011,0.011,0.007,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88132",5,35.356092,-119.041209,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.003185,0.002833,0.011,"2013-05-01 00:00",0.011,"2013-06-09 00:00",0.011,"2013-07-30 00:00",0.011,"2013-08-20 00:00","","","","",0.011,0.011,0.011,0.007,0.004,0.002,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88132",6,35.356092,-119.041209,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.003848,0.003833,0.021,"2013-06-27 00:00",0.009,"2013-05-04 00:00",0.008,"2013-06-09 00:00",0.007,"2013-01-22 00:00","","","","",0.021,0.021,0.009,0.007,0.005,0.003,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88136",5,35.356092,-119.041209,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.000385,0.000654,0.003,"2013-08-11 00:00",0.002,"2013-02-03 00:00",0.002,"2013-05-01 00:00",0.002,"2013-07-30 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88136",6,35.356092,-119.041209,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.000182,0.000465,0.002,"2013-01-22 00:00",0.001,"2013-04-22 00:00",0.001,"2013-06-27 00:00",0.001,"2013-08-14 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88140",5,35.356092,-119.041209,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",29,0.024365,0.022451,0.0944,"2013-08-20 00:00",0.092,"2013-07-30 00:00",0.079,"2013-06-09 00:00",0.076,"2013-05-01 00:00","","","","",0.0944,0.092,0.076,0.055,0.035,0.0163,0.0055,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88140",6,35.356092,-119.041209,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",14,0.027542,0.034993,0.191,"2013-06-27 00:00",0.07,"2013-08-20 00:00",0.0652,"2013-05-04 00:00",0.064,"2013-05-16 00:00","","","","",0.191,0.191,0.07,0.064,0.033,0.017,0.0055,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88152",5,35.356092,-119.041209,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",63,0.006632,0.005303,0.04,"2013-07-30 00:00",0.029,"2013-07-18 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-21 00:00","","","","",0.04,0.029,0.008,0.008,0.008,0.005,0.0045,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88152",6,35.356092,-119.041209,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",32,0.006597,0.006342,0.041,"2013-06-27 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00","","","","",0.041,0.041,0.008,0.008,0.0055,0.005,0.0045,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88154",5,35.356092,-119.041209,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",64,0.001072,0.000268,0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88154",6,35.356092,-119.041209,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",32,0.00108,0.000294,0.002,"2013-01-16 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-04-28 00:00",0.0013,"2013-05-16 00:00","","","","",0.002,0.002,0.0013,0.0013,0.00125,0.001,0.00065,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88160",5,35.356092,-119.041209,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",62,0.012815,0.004586,0.031,"2013-02-15 00:00",0.03,"2013-02-27 00:00",0.02,"2013-06-18 00:00",0.018,"2013-01-16 00:00","","","","",0.031,0.03,0.018,0.018,0.016,0.01,0.01,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88160",6,35.356092,-119.041209,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",33,0.013348,0.00365,0.0185,"2013-05-04 00:00",0.018,"2013-06-09 00:00",0.018,"2013-07-27 00:00",0.018,"2013-08-08 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.016,0.01,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88161",5,35.356092,-119.041209,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",17,0.010671,0.010607,0.0489,"2013-07-30 00:00",0.0471,"2013-08-20 00:00",0.0417,"2013-06-09 00:00",0.037,"2013-05-01 00:00","","","","",0.0489,0.0471,0.037,0.0225,0.012,0.008,0.0025,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88161",6,35.356092,-119.041209,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",6,0.012105,0.015108,0.083,"2013-06-27 00:00",0.038,"2013-08-20 00:00",0.0325,"2013-06-09 00:00",0.0265,"2013-05-04 00:00","","","","",0.083,0.083,0.038,0.0265,0.0118,0.0081,0.00215,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88164",5,35.356092,-119.041209,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",63,0.001715,0.00064,0.0055,"2013-08-23 00:00",0.0046,"2013-07-03 00:00",0.0019,"2013-01-13 00:00",0.0019,"2013-02-21 00:00","","","","",0.0055,0.0046,0.0019,0.0019,0.0019,0.0016,0.0015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88164",6,35.356092,-119.041209,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",32,0.001624,0.000376,0.0033,"2013-06-27 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00","","","","",0.0033,0.0033,0.0019,0.0019,0.0016,0.0015,0.0015,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88165",5,35.356092,-119.041209,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",3,0.416948,0.432389,2.21,"2013-06-09 00:00",1.9,"2013-07-30 00:00",1.71,"2013-08-20 00:00",1.44,"2013-05-01 00:00","","","","",2.21,1.9,1.44,0.849,0.489,0.307,0.064,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88165",6,35.356092,-119.041209,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.501424,0.681146,3.56,"2013-06-27 00:00",1.99,"2013-06-09 00:00",1.46,"2013-08-20 00:00",1.19,"2013-05-04 00:00","","","","",3.56,3.56,1.99,1.19,0.451,0.319,0.164,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88166",5,35.356092,-119.041209,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",63,0.007523,0.004627,0.0221,"2013-03-20 00:00",0.019,"2013-07-27 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-01-22 00:00","","","","",0.0221,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88166",6,35.356092,-119.041209,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",32,0.008924,0.005103,0.019,"2013-05-04 00:00",0.019,"2013-08-08 00:00",0.0185,"2013-06-09 00:00",0.0185,"2013-07-27 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88167",5,35.356092,-119.041209,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",16,0.007278,0.006615,0.029,"2013-08-17 00:00",0.0258,"2013-07-30 00:00",0.0234,"2013-01-22 00:00",0.0225,"2013-08-14 00:00","","","","",0.029,0.0258,0.0225,0.0191,0.0084,0.0054,0.0013,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88167",6,35.356092,-119.041209,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",5,0.008408,0.007104,0.0303,"2013-01-22 00:00",0.0225,"2013-07-27 00:00",0.0222,"2013-08-14 00:00",0.018,"2013-02-15 00:00","","","","",0.0303,0.0303,0.0225,0.018,0.0097,0.0058,0.00175,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88168",5,35.356092,-119.041209,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",53,0.001748,0.00155,0.0085,"2013-05-19 00:00",0.0069,"2013-03-02 00:00",0.0063,"2013-08-23 00:00",0.0054,"2013-05-01 00:00","","","","",0.0085,0.0069,0.0054,0.0034,0.00175,0.00115,0.00085,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88168",6,35.356092,-119.041209,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",29,0.001655,0.001406,0.0074,"2013-06-27 00:00",0.0062,"2013-09-07 00:00",0.003,"2013-07-03 00:00",0.0022,"2013-08-20 00:00","","","","",0.0074,0.0074,0.0062,0.0022,0.00175,0.00115,0.00085,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88169",5,35.356092,-119.041209,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",2,0.446605,0.226238,1.28,"2013-02-03 00:00",0.912,"2013-06-06 00:00",0.901,"2013-06-12 00:00",0.831,"2013-01-22 00:00","","","","",1.28,0.912,0.831,0.756,0.557,0.421,0.174,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88169",6,35.356092,-119.041209,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.465727,0.218632,0.978,"2013-06-27 00:00",0.924,"2013-01-22 00:00",0.842,"2013-03-23 00:00",0.788,"2013-04-28 00:00","","","","",0.978,0.978,0.924,0.788,0.591,0.426,0.21,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88176",5,35.356092,-119.041209,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",64,0.000923,0.000218,0.0015,"2013-04-16 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-09 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88176",6,35.356092,-119.041209,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",33,0.000976,0.000212,0.0013,"2013-02-15 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-06-09 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88180",5,35.356092,-119.041209,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",2,0.106008,0.07546,0.432,"2013-01-01 00:00",0.319,"2013-07-30 00:00",0.238,"2013-07-03 00:00",0.231,"2013-08-20 00:00","","","","",0.432,0.319,0.231,0.217,0.123,0.0839,0.0464,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88180",6,35.356092,-119.041209,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.117482,0.092522,0.489,"2013-06-27 00:00",0.278,"2013-01-22 00:00",0.234,"2013-01-16 00:00",0.227,"2013-07-03 00:00","","","","",0.489,0.489,0.278,0.227,0.117,0.093,0.044,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88184",5,35.356092,-119.041209,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",18,0.103915,0.092533,0.375,"2013-05-07 00:00",0.356,"2013-07-06 00:00",0.349,"2013-06-03 00:00",0.307,"2013-05-22 00:00","","","","",0.375,0.356,0.307,0.28,0.13,0.073,0.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88184",6,35.356092,-119.041209,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",11,0.108167,0.101888,0.359,"2013-06-03 00:00",0.312,"2013-05-16 00:00",0.303,"2013-05-22 00:00",0.298,"2013-06-27 00:00","","","","",0.359,0.359,0.312,0.298,0.159,0.078,0.0155,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88185",5,35.356092,-119.041209,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",59,0.003375,0.003478,0.0115,"2013-01-16 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-05-07 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88185",6,35.356092,-119.041209,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",30,0.004285,0.004392,0.0169,"2013-01-22 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-06-09 00:00",0.0115,"2013-07-27 00:00","","","","",0.0169,0.0169,0.0115,0.0115,0.0048,0.00225,0.0014,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88301",5,35.356092,-119.041209,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",1,1.078523,1.764789,9.96,"2013-02-03 00:00",8.54,"2013-01-22 00:00",5.97,"2013-01-04 00:00",4.14,"2013-03-14 00:00","","","","",9.96,8.54,4.14,1.87,0.792,0.57,0.287,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88301",6,35.356092,-119.041209,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,1.034424,1.616189,9.02,"2013-01-22 00:00",3.46,"2013-01-16 00:00",3.43,"2013-02-15 00:00",1.4,"2013-02-27 00:00","","","","",9.02,9.02,3.46,1.4,0.814,0.592,0.277,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88302",5,35.356092,-119.041209,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,0.139072,0.111528,0.5,"2013-06-03 00:00",0.453,"2013-07-06 00:00",0.44,"2013-05-07 00:00",0.4,"2013-05-22 00:00","","","","",0.5,0.453,0.4,0.33,0.172,0.109,0.041,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88302",6,35.356092,-119.041209,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,0.153894,0.116549,0.437,"2013-06-03 00:00",0.42,"2013-02-09 00:00",0.376,"2013-05-22 00:00",0.37,"2013-07-21 00:00","","","","",0.437,0.437,0.42,0.37,0.206,0.122,0.0415,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88303",5,35.356092,-119.041209,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",20,0.052763,0.067571,0.393,"2013-01-01 00:00",0.331,"2013-01-04 00:00",0.165,"2013-01-16 00:00",0.16,"2013-07-30 00:00","","","","",0.393,0.331,0.16,0.113,0.06,0.034,0.012,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88303",6,35.356092,-119.041209,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",8,0.049618,0.041744,0.186,"2013-01-16 00:00",0.147,"2013-01-22 00:00",0.108,"2013-07-03 00:00",0.103,"2013-02-15 00:00","","","","",0.186,0.186,0.147,0.103,0.0703,0.037,0.012,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88306",5,35.356092,-119.041209,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",2,2.946697,5.45712,28.1,"2013-02-03 00:00",25.7,"2013-01-22 00:00",20,"2013-01-04 00:00",12,"2013-03-14 00:00","","","","",28.1,25.7,12,7.17,2.03,1.1,0.523,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88306",6,35.356092,-119.041209,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,2.888152,5.328286,28.6,"2013-01-22 00:00",12.2,"2013-01-16 00:00",11,"2013-02-15 00:00",4.93,"2013-02-27 00:00","","","","",28.6,28.6,12.2,4.93,2.48,1.19,0.435,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88355",5,35.356092,-119.041209,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,3.061098,1.665335,8.74,"2013-02-03 00:00",8.64,"2013-01-22 00:00",6.78,"2013-01-04 00:00",6.4,"2013-01-16 00:00","","","","",8.74,8.64,6.4,5.45,3.54,2.55,1.45,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88355",6,35.356092,-119.041209,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,8.63,0,8.63,"2013-01-04 00:00","","","","","","","","","","",8.63,8.63,8.63,8.63,8.63,8.63,8.63,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88357",5,35.356092,-119.041209,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.492803,0.429697,2.55,"2013-01-16 00:00",1.61,"2013-01-04 00:00",1.51,"2013-01-22 00:00",1.42,"2013-02-15 00:00","","","","",2.55,1.61,1.42,0.978,0.527,0.349,0.134,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88357",6,35.356092,-119.041209,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,2.02,0,2.02,"2013-01-04 00:00","","","","","","","","","","",2.02,2.02,2.02,2.02,2.02,2.02,2.02,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88370",5,35.356092,-119.041209,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,2.901295,1.567657,8.28,"2013-02-03 00:00",8.09,"2013-01-22 00:00",6.51,"2013-01-16 00:00",6.36,"2013-01-04 00:00","","","","",8.28,8.09,6.36,4.96,3.41,2.36,1.39,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88370",6,35.356092,-119.041209,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,7.58,0,7.58,"2013-01-04 00:00","","","","","","","","","","",7.58,7.58,7.58,7.58,7.58,7.58,7.58,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88374",5,35.356092,-119.041209,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.29941,0.397936,1.85,"2013-01-22 00:00",1.72,"2013-02-03 00:00",1.29,"2013-01-04 00:00",1.22,"2013-01-13 00:00","","","","",1.85,1.72,1.22,0.911,0.239,0.166,0.057,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88374",6,35.356092,-119.041209,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,1.53,0,1.53,"2013-01-04 00:00","","","","","","","","","","",1.53,1.53,1.53,1.53,1.53,1.53,1.53,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88375",5,35.356092,-119.041209,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.688115,0.31064,1.56,"2013-01-22 00:00",1.51,"2013-01-16 00:00",1.48,"2013-02-03 00:00",1.21,"2013-01-04 00:00","","","","",1.56,1.51,1.21,1.09,0.865,0.615,0.347,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88375",6,35.356092,-119.041209,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,1.69,0,1.69,"2013-01-04 00:00","","","","","","","","","","",1.69,1.69,1.69,1.69,1.69,1.69,1.69,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88376",5,35.356092,-119.041209,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.937492,0.442885,2.44,"2013-01-16 00:00",2.22,"2013-01-22 00:00",1.89,"2013-01-04 00:00",1.67,"2013-01-01 00:00","","","","",2.44,2.22,1.67,1.54,1.11,0.806,0.446,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88376",6,35.356092,-119.041209,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,1.98,0,1.98,"2013-01-04 00:00","","","","","","","","","","",1.98,1.98,1.98,1.98,1.98,1.98,1.98,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88377",5,35.356092,-119.041209,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.528639,0.255252,1.37,"2013-01-16 00:00",1.1,"2013-01-22 00:00",1.05,"2013-01-04 00:00",1.04,"2013-01-01 00:00","","","","",1.37,1.1,1.04,0.904,0.624,0.458,0.285,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88377",6,35.356092,-119.041209,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,1.08,0,1.08,"2013-01-04 00:00","","","","","","","","","","",1.08,1.08,1.08,1.08,1.08,1.08,1.08,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88378",5,35.356092,-119.041209,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",1,0.447311,0.345822,2.41,"2013-02-03 00:00",1.36,"2013-01-22 00:00",0.943,"2013-01-01 00:00",0.916,"2013-01-04 00:00","","","","",2.41,1.36,0.916,0.783,0.53,0.377,0.181,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88378",6,35.356092,-119.041209,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,1.3,0,1.3,"2013-01-04 00:00","","","","","","","","","","",1.3,1.3,1.3,1.3,1.3,1.3,1.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88380",5,35.356092,-119.041209,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.652115,0.508732,2.43,"2013-01-16 00:00",2.05,"2013-01-22 00:00",2.03,"2013-01-04 00:00",1.75,"2013-02-15 00:00","","","","",2.43,2.05,1.75,1.36,0.697,0.522,0.16,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88380",6,35.356092,-119.041209,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,3.07,0,3.07,"2013-01-04 00:00","","","","","","","","","","",3.07,3.07,3.07,3.07,3.07,3.07,3.07,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88383",5,35.356092,-119.041209,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,1.020721,0.725229,3.67,"2013-02-03 00:00",3.35,"2013-01-22 00:00",2.9,"2013-01-04 00:00",2.55,"2013-01-16 00:00","","","","",3.67,3.35,2.55,2.1,1.12,0.865,0.344,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88383",6,35.356092,-119.041209,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,4.33,0,4.33,"2013-01-04 00:00","","","","","","","","","","",4.33,4.33,4.33,4.33,4.33,4.33,4.33,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88384",5,35.356092,-119.041209,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.077057,0.041405,0.278,"2013-08-20 00:00",0.155,"2013-06-09 00:00",0.151,"2013-04-28 00:00",0.133,"2013-04-25 00:00","","","","",0.278,0.155,0.133,0.119,0.0978,0.0707,0.0374,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88384",6,35.356092,-119.041209,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,0.0371,0,0.0371,"2013-01-04 00:00","","","","","","","","","","",0.0371,0.0371,0.0371,0.0371,0.0371,0.0371,0.0371,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88385",5,35.356092,-119.041209,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",47,0.002063,0.002566,0.0141,"2013-03-20 00:00",0.0104,"2013-05-04 00:00",0.00836,"2013-07-30 00:00",0.00799,"2013-09-07 00:00","","","","",0.0141,0.0104,0.00799,0.00495,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88385",6,35.356092,-119.041209,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",1,0.001,0,0.001,"2013-01-04 00:00","","","","","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88388",5,35.356092,-119.041209,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",61,50,61,122,0,11,"","","Certification not required",0,0.606852,0.438911,2.86,"2013-02-03 00:00",1.91,"2013-01-22 00:00",1.41,"2013-01-01 00:00",1.34,"2013-01-04 00:00","","","","",2.86,1.91,1.34,0.916,0.715,0.513,0.254,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88388",6,35.356092,-119.041209,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,42,"","","Certification not required",0,2.35,0,2.35,"2013-01-04 00:00","","","","","","","","","","",2.35,2.35,2.35,2.35,2.35,2.35,2.35,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88403",5,35.356092,-119.041209,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,1.201331,0.619048,2.87,"2013-02-03 00:00",2.63,"2013-06-06 00:00",2.43,"2013-06-12 00:00",2.22,"2013-04-28 00:00","","","","",2.87,2.63,2.22,2.01,1.58,1.19,0.432,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88403",6,35.356092,-119.041209,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,10,"","","Certification not required",0,1.211,0.615361,2.74,"2013-06-27 00:00",2.19,"2013-03-23 00:00",2.13,"2013-01-22 00:00",2.11,"2013-04-28 00:00","","","","",2.74,2.74,2.19,2.11,1.61,1.13,0.552,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0014","88501",3,35.356092,-119.041209,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2868,33,120,365,0,12,"","","Certification not required",0,19.314156,15.429486,83,"2013-01-20 20:00",79,"2013-01-01 01:00",79,"2013-02-03 21:00",77,"2013-01-20 21:00","","","","",68,62,54,43,25,14,5,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","88501",3,35.356092,-119.041209,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",120,33,120,365,0,0,"","","Certification not required",0,19.2425,14.133319,61.6,"2013-01-20 00:00",60.5,"2013-02-03 00:00",59,"2013-01-21 00:00",58.2,"2013-01-23 00:00","","","","",60.5,59,53.5,42.3,25.7,14.3,7,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","88501",4,35.356092,-119.041209,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2868,33,120,365,0,12,"","","Certification not required",0,23.13145,16.892626,90,"2013-01-20 20:00",90,"2013-01-20 22:00",88,"2013-01-19 22:00",88,"2013-02-03 20:00","","","","",76,71,60,50,29,18,8,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","88501",4,35.356092,-119.041209,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",120,33,120,365,0,0,"","","Certification not required",0,23.053333,15.244064,70.2,"2013-01-20 00:00",69.7,"2013-02-03 00:00",66.7,"2013-01-23 00:00",66,"2013-01-21 00:00","","","","",69.7,66.7,59.3,48,28.4,17.9,9.3,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-10-25" +"06","029","0014","88502",5,35.356092,-119.041209,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,15.386154,12.579334,67.5,"2013-02-03 00:00",61.2,"2013-01-22 00:00",49.7,"2013-01-04 00:00",44,"2013-07-18 00:00","","","","",67.5,61.2,44,29.2,16,11.5,6.5,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2013-12-13" +"06","029","0014","88502",6,35.356092,-119.041209,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",33,27,33,122,0,10,"","","Certification not required",0,15.89697,13.397982,67.1,"2013-01-22 00:00",51.7,"2013-06-27 00:00",38.1,"2013-01-16 00:00",35,"2013-02-15 00:00","","","","",67.1,67.1,51.7,35,15.6,11.8,8.1,"Bakersfield-California Avenue","5558 CALIFORNIA AVE, BAKERSFIELD","California","Kern","Bakersfield","Bakersfield, CA","2014-01-13" +"06","029","0015","68105",1,35.62109,-117.67296,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,44,54,122,0,7,"","","Certification not required",0,19.292593,9.30972,35.7,"2013-07-03 00:00",33.3,"2013-07-09 00:00",32.3,"2013-06-27 00:00",31.5,"2013-07-15 00:00","","","","",35.7,33.3,32.3,30.8,27,20.3,6.5,"Ridgecrest-California Av.","100 WEST CALIFORNIA AVE, RIDGECREST, CA","California","Kern","Ridgecrest","Bakersfield, CA","2014-02-07" +"06","029","0015","68108",1,35.62109,-117.67296,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,44,54,122,0,7,"","","Certification not required",0,701.407407,4.209237,710,"2013-01-04 00:00",710,"2013-11-06 00:00",709,"2013-02-15 00:00",709,"2013-02-27 00:00","","","","",710,710,709,708,704,701,697,"Ridgecrest-California Av.","100 WEST CALIFORNIA AVE, RIDGECREST, CA","California","Kern","Ridgecrest","Bakersfield, CA","2014-02-07" +"06","029","0015","81102",1,35.62109,-117.67296,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,82,50,61,0,8,0,0,"Certification not required",1,21.6,12.02405,56,"2013-05-22 00:00",54,"2013-11-12 00:00",50,"2013-05-04 00:00",50,"2013-09-25 00:00","","","","",56,54,50,40,26,20,9,"Ridgecrest-California Av.","100 WEST CALIFORNIA AVE, RIDGECREST, CA","California","Kern","Ridgecrest","Bakersfield, CA","2014-01-22" +"06","029","0015","85101",1,35.62109,-117.67296,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,50,61,0,8,"","","Certification not required",1,19.909091,10.963361,51,"2013-05-22 00:00",49,"2013-11-12 00:00",47,"2013-05-04 00:00",46,"2013-09-25 00:00","","","","",51,49,47,35,24,18,8,"Ridgecrest-California Av.","100 WEST CALIFORNIA AVE, RIDGECREST, CA","California","Kern","Ridgecrest","Bakersfield, CA","2014-01-22" +"06","029","0015","88101",1,35.62109,-117.67296,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,7,0,0,"Certification not required",0,5.52037,2.663122,15.3,"2013-06-03 00:00",10.9,"2013-05-04 00:00",10.5,"2013-12-12 00:00",9.9,"2013-09-13 00:00","","","","",15.3,10.9,10.5,8.9,7.3,4.9,2.7,"Ridgecrest-California Av.","100 WEST CALIFORNIA AVE, RIDGECREST, CA","California","Kern","Ridgecrest","Bakersfield, CA","2014-02-07" +"06","029","0015","88101",1,35.62109,-117.67296,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,7,"","","Certification not required",0,5.52037,2.663122,15.3,"2013-06-03 00:00",10.9,"2013-05-04 00:00",10.5,"2013-12-12 00:00",9.9,"2013-09-13 00:00","","","","",15.3,10.9,10.5,8.9,7.3,4.9,2.7,"Ridgecrest-California Av.","100 WEST CALIFORNIA AVE, RIDGECREST, CA","California","Kern","Ridgecrest","Bakersfield, CA","2014-02-07" +"06","029","0016","68101",1,35.322928,-118.999167,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,97,96,122,0,16,"","","Certification not required",105,0.07839,0.107711,0.9,"2013-01-22 00:00",0.5,"2013-02-09 00:00",0.4,"2013-01-28 00:00",0.4,"2013-05-03 00:00","","","","",0.5,0.4,0.3,0.1,0.05,0.05,0.05,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68102",1,35.322928,-118.999167,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,97,96,122,0,16,"","","Certification not required",0,23.999153,0.009206,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68103",1,35.322928,-118.999167,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,96,122,0,16,"","","Certification not required",0,11.291525,7.779335,25.6,"2013-07-21 00:00",25.2,"2013-07-03 00:00",25.1,"2013-06-30 00:00",25,"2013-08-20 00:00","","","","",25.2,25.1,23.7,21.6,17.8,11.3,0.3,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68104",1,35.322928,-118.999167,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,96,122,0,16,"","","Certification not required",0,27.117797,8.531877,41.9,"2013-07-03 00:00",41.6,"2013-06-30 00:00",41.3,"2013-07-21 00:00",40.6,"2013-09-07 00:00","","","","",41.6,41.3,40.2,38.4,34.7,26.9,15.3,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68105",1,35.322928,-118.999167,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,96,122,0,16,"","","Certification not required",0,19.05,8.406019,34.1,"2013-06-30 00:00",33.9,"2013-07-03 00:00",33.5,"2013-07-21 00:00",32.4,"2013-07-27 00:00","","","","",33.9,33.5,31.4,30.3,26.6,19.4,7.5,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68106",1,35.322928,-118.999167,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,95,122,0,16,"","","Certification not required",0,747.094828,4.773074,758,"2013-12-15 00:00",757,"2013-12-24 00:00",756,"2013-01-16 00:00",756,"2013-12-12 00:00","","","","",757,756,756,754,750,747,741,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68107",1,35.322928,-118.999167,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,95,122,0,16,"","","Certification not required",0,752.5,4.748455,763,"2013-01-16 00:00",763,"2013-12-15 00:00",762,"2013-12-24 00:00",761,"2013-02-12 00:00","","","","",763,762,760,759,756,752,746,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68108",1,35.322928,-118.999167,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,95,122,0,16,"","","Certification not required",0,749.741379,4.579958,760,"2013-12-15 00:00",759,"2013-01-16 00:00",759,"2013-12-13 00:00",759,"2013-12-24 00:00","","","","",759,759,758,757,753,749,744,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","68109",1,35.322928,-118.999167,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,97,96,122,0,16,"","","Certification not required",0,1439.610169,1.450222,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","88101",1,35.322928,-118.999167,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,93,114,122,0,16,15,15,"Certification not required",0,22.301695,22.417392,167.3,"2013-05-05 00:00",111,"2013-12-18 00:00",96.7,"2013-12-16 00:00",83.6,"2013-12-15 00:00","","","","",111,96.7,66.4,49.2,24.2,16,9.2,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0016","88101",1,35.322928,-118.999167,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,93,114,122,0,16,"","","Certification not required",0,22.301695,22.417392,167.3,"2013-05-05 00:00",111,"2013-12-18 00:00",96.7,"2013-12-16 00:00",83.6,"2013-12-15 00:00","","","","",111,96.7,66.4,49.2,24.2,16,9.2,"BAKERSFIELD - SOUTHEAST (PLANZ)","410 E. PLANZ RD. BAKERSFIELD, CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-30" +"06","029","0017","81102",1,35.72778,-118.139312,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",52,84,51,61,0,5,0,0,"Certification not required",4,13.288462,9.963338,43,"2013-05-22 00:00",39,"2013-09-13 00:00",29,"2013-06-03 00:00",27,"2013-05-04 00:00","","","","",43,39,29,25,20,13,2,"3147 Highway 178, Canebrake","3147 Highway 178, Canebrake","California","Kern","","Bakersfield, CA","2014-01-22" +"06","029","0017","85101",1,35.72778,-118.139312,"WGS84","PM10 - LC","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,5,"","","Certification not required",4,12.019231,8.99126,39,"2013-05-22 00:00",35,"2013-09-13 00:00",26,"2013-06-03 00:00",25,"2013-05-04 00:00","","","","",39,35,26,23,18,11,2,"3147 Highway 178, Canebrake","3147 Highway 178, Canebrake","California","Kern","","Bakersfield, CA","2014-01-22" +"06","029","0232","44201",1,35.438869,-119.016765,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2756,33,120,365,0,124,0,0,"Certification not required",141,0.046367,0.011308,0.071,"2013-04-27 14:00",0.068,"2013-03-14 15:00",0.067,"2013-04-24 16:00",0.066,"2013-04-26 16:00","","","","",0.068,0.067,0.064,0.06,0.055,0.047,0.032,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2013-10-25" +"06","029","0232","44201",1,35.438869,-119.016765,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2871,33,120,365,0,0,0,0,"Certification not required",0,0.040842,0.011499,0.066,"2013-04-27 10:00",0.062,"2013-04-26 11:00",0.061,"2013-04-28 09:00",0.059,"2013-03-14 11:00","","","","",0.062,0.061,0.059,0.056,0.048,0.042,0.026,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2013-10-25" +"06","029","0232","44201",1,35.438869,-119.016765,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2871,33,120,365,0,0,0,0,"Certification not required",0,0.040842,0.011499,0.066,"2013-04-27 10:00",0.062,"2013-04-26 11:00",0.061,"2013-04-28 09:00",0.059,"2013-03-14 11:00","","","","",0.062,0.061,0.059,0.056,0.048,0.042,0.026,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2013-10-25" +"06","029","0232","61103",1,35.438869,-119.016765,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2880,33,120,365,0,0,"","","Certification not required",0,2.904167,1.939476,15,"2013-01-10 02:00",14,"2013-03-05 22:00",13,"2013-01-09 21:00",13,"2013-03-05 21:00","","","","",10,9,7,5,4,2,1,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2013-10-25" +"06","029","0232","61104",1,35.438869,-119.016765,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2880,33,120,365,0,0,"","","Certification not required",0,197.169792,114.771331,360,"2013-02-11 17:00",360,"2013-03-26 20:00",360,"2013-03-31 07:00",359,"2013-01-01 05:00","","","","",357,354,345,335,307,219,45,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2013-10-25" +"06","029","0232","62101",1,35.438869,-119.016765,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2880,33,120,365,0,0,"","","Certification not required",0,56.888542,11.765883,91,"2013-04-28 14:00",91,"2013-04-28 15:00",90,"2013-04-28 13:00",90,"2013-04-28 16:00","","","","",86,82,77,73,64,57,43,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2013-10-25" +"06","029","0232","81102",2,35.438869,-119.016765,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,87,53,61,0,10,0,0,"Certification not required",0,49.071429,23.541729,134,"2013-11-12 00:00",98,"2013-11-18 00:00",96,"2013-10-25 00:00",85,"2013-06-09 00:00","","","","",134,98,96,83,60,48,23,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-01-22" +"06","029","0232","82180",1,35.438869,-119.016765,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",25,41,24,61,0,4,"","","Certification not required",0,114.4,72.173402,240,"2013-05-22 00:00",240,"2013-05-24 00:00",210,"2013-05-04 00:00",200,"2013-04-22 00:00","","","","",240,240,240,210,160,120,20,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-02-14" +"06","029","0232","82203",1,35.438869,-119.016765,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,24,61,0,4,"","","Certification not required",0,0.1552,0.213153,0.86,"2013-04-16 00:00",0.83,"2013-05-22 00:00",0.28,"2013-03-05 00:00",0.14,"2013-04-10 00:00","","","","",0.86,0.86,0.83,0.28,0.12,0.1,0.05,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-02-14" +"06","029","0232","82301",1,35.438869,-119.016765,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,24,61,0,4,"","","Certification not required",1,1.222,2.277063,10,"2013-02-03 00:00",6.5,"2013-01-22 00:00",3.1,"2013-01-16 00:00",1.8,"2013-02-15 00:00","","","","",10,10,6.5,3.1,1,0.3,0.1,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-02-14" +"06","029","0232","82306",1,35.438869,-119.016765,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,24,61,0,4,"","","Certification not required",0,4.3636,6.5663,28,"2013-02-03 00:00",21,"2013-01-22 00:00",11,"2013-01-16 00:00",8,"2013-02-15 00:00","","","","",28,28,21,11,3.8,2,1,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-02-14" +"06","029","0232","82403",1,35.438869,-119.016765,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,24,61,0,4,"","","Certification not required",0,1.512,0.794418,3.1,"2013-02-03 00:00",3,"2013-04-28 00:00",2.9,"2013-03-23 00:00",2.6,"2013-05-04 00:00","","","","",3.1,3.1,3,2.9,2.2,1.3,0.6,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-02-14" +"06","029","0232","85101",1,35.438869,-119.016765,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,53,61,0,10,"","","Certification not required",0,49.232143,23.873904,138,"2013-11-12 00:00",101,"2013-11-18 00:00",98,"2013-10-25 00:00",86,"2013-01-22 00:00","","","","",138,101,98,81,58,47,24,"3311 MANOR ST., OILDALE","3311 MANOR ST., OILDALE","California","Kern","Oildale","Bakersfield, CA","2014-01-22" +"06","029","2009","61101",1,34.841567,-118.860588,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6504,74,271,365,0,48,"","","Certification not required",0,8.518035,4.757309,31.3,"2013-02-20 06:00",28.7,"2013-02-23 17:00",28.7,"2013-04-08 06:00",27.8,"2013-02-23 19:00","","","","",20.8,19.1,17.4,14.8,12.2,7.8,3.5,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","61102",1,34.841567,-118.860588,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6504,74,271,365,0,48,"","","Certification not required",0,237.761224,92.967421,360,"2013-05-27 07:00",360,"2013-07-10 09:00",360,"2013-07-22 05:00",359,"2013-02-07 13:00","","","","",349,345,338,333,325,303,131,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","61103",1,34.841567,-118.860588,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6424,73,270,365,0,128,"","","Certification not required",0,8.138512,4.849182,31.3,"2013-02-20 06:00",28.7,"2013-02-23 17:00",27.8,"2013-04-08 06:00",27.8,"2013-04-08 11:00","","","","",20.8,19.1,16.5,14.8,11.3,7.8,2.6,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","61104",1,34.841567,-118.860588,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6424,73,270,365,0,128,"","","Certification not required",0,238.984278,92.465935,360,"2013-05-09 01:00",360,"2013-06-24 22:00",360,"2013-07-19 18:00",359,"2013-02-21 10:00","","","","",350,344,338,333,325,306,131,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","62101",1,34.841567,-118.860588,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6534,75,273,365,0,18,"","","Certification not required",0,58.796602,15.013289,96,"2013-06-08 11:00",96,"2013-06-08 12:00",95,"2013-07-02 12:00",93,"2013-06-08 15:00","","","","",89,87,83,79,70,58,38,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","64101",1,34.841567,-118.860588,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6534,75,273,365,0,18,"","","Certification not required",0,896.851087,3.595627,909,"2013-02-28 20:00",909,"2013-02-28 21:00",909,"2013-02-28 22:00",909,"2013-02-28 23:00","","","","",907,905,903,901,899,897,892,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","88502",3,34.841567,-118.860588,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6415,73,266,365,0,137,"","","Certification not required",0,7.968667,7.75997,407,"2013-07-19 12:00",154,"2013-07-19 11:00",140,"2013-07-19 13:00",59,"2013-02-05 19:00","","","","",24,21,18,15,11,7,2,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2009","88502",3,34.841567,-118.860588,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,7.895489,4.230855,41.7,"2013-07-19 00:00",24.4,"2013-03-15 00:00",19.8,"2013-06-06 00:00",19.2,"2013-06-07 00:00","","","","",19.8,16,13.9,12.2,10.3,7.7,3,"Lebec","1277 Beartrap Road Lebec, CA 93243","California","Kern","","Bakersfield, CA","2013-12-11" +"06","029","2012","42101",1,35.331302,-119.000974,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",4442,51,201,365,0,646,0,0,"Certification not required",4047,0.285018,0.124756,1.4,"2013-01-03 07:00",1.3,"2013-01-03 08:00",1.3,"2013-01-05 08:00",1.3,"2013-01-16 07:00","","","","",0.9,0.7,0.6,0.25,0.25,0.25,0.25,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","42101",1,35.331302,-119.000974,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4785,55,196,365,0,0,0,0,"Certification not required",0,0.324284,0.077963,1,"2013-01-23 13:00",1,"2013-01-23 14:00",1,"2013-01-23 15:00",0.9,"2013-01-03 08:00",1,"2013-01-23 13:00",0.9,"2013-01-03 08:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","42601",1,35.331302,-119.000974,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4225,48,189,365,0,863,"","","Certification not required",0,6.32213,15.979854,183,"2013-01-03 07:00",168,"2013-01-05 07:00",163,"2013-01-05 08:00",155,"2013-01-16 07:00","","","","",84,65,33,16,4,1,0,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","42602",1,35.331302,-119.000974,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4332,49,196,365,0,756,0,"","Certification not required",0,27.612245,7.982202,48,"2013-08-03 21:00",46,"2013-01-23 12:00",46,"2013-03-14 19:00",46,"2013-04-28 20:00","","","","",46,46,41,38,33,28,17,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","42602",1,35.331302,-119.000974,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4332,49,196,365,0,756,"","","Certification not required",0,12.220222,8.01263,48,"2013-08-03 21:00",46,"2013-01-23 12:00",46,"2013-03-14 19:00",46,"2013-04-28 20:00","","","","",37,33,28,23,17,10,4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","42603",1,35.331302,-119.000974,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4332,49,196,365,0,756,"","","Certification not required",0,18.540628,20.353048,202,"2013-01-03 07:00",196,"2013-01-05 08:00",192,"2013-01-05 07:00",183,"2013-01-16 07:00","","","","",109,86,54,38,23,12,5,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","43000",1,35.331302,-119.000974,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,63.75274,52.259805,232,"2013-06-29 23:00",206.5,"2013-07-19 05:00",202.2,"2013-08-16 05:00",198.2,"2013-07-18 05:00","","","","",206.5,202.2,165.2,146.9,99.5,37,19.4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43102",1,35.331302,-119.000974,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",2475,28,110,365,0,2613,"","","Certification not required",0,98.941414,141.024698,960,"2013-01-23 11:00",950,"2013-01-31 02:00",890,"2013-01-03 07:00",880,"2013-01-23 13:00","","","","",730,630,440,250,50,40,40,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","43141",1,35.331302,-119.000974,"NAD83","n-Dodecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",67,0.118836,0.08245,0.4,"2013-08-16 23:00",0.3,"2013-06-26 23:00",0.3,"2013-06-27 08:00",0.3,"2013-06-29 23:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43202",1,35.331302,-119.000974,"NAD83","Ethane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,7.696575,6.031874,26.1,"2013-06-29 23:00",25.7,"2013-07-19 05:00",24.3,"2013-08-15 05:00",24.1,"2013-07-18 05:00","","","","",25.7,24.3,19.4,17.3,11.2,5.1,2.5,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43203",1,35.331302,-119.000974,"NAD83","Ethylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,1.293836,0.904946,5.2,"2013-06-05 23:00",4.6,"2013-08-20 05:00",3.8,"2013-07-12 05:00",3.6,"2013-06-28 08:00","","","","",4.6,3.8,3,2.4,1.9,0.9,0.5,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43204",1,35.331302,-119.000974,"NAD83","Propane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,10.407534,11.134792,48.7,"2013-07-18 05:00",45.3,"2013-07-19 05:00",42.1,"2013-06-29 23:00",38.7,"2013-08-14 05:00","","","","",45.3,42.1,34,26.3,16.2,4.5,1.8,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43205",1,35.331302,-119.000974,"NAD83","Propylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.684932,0.503278,3.1,"2013-06-05 23:00",3,"2013-06-28 08:00",1.9,"2013-08-20 05:00",1.7,"2013-06-14 23:00","","","","",3,1.9,1.6,1.3,1,0.6,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43206",1,35.331302,-119.000974,"NAD83","Acetylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.923288,0.643915,4.4,"2013-07-12 05:00",3.4,"2013-07-03 05:00",3.1,"2013-08-20 05:00",2.6,"2013-08-23 05:00","","","","",3.4,3.1,2,1.7,1.2,0.7,0.4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43212",1,35.331302,-119.000974,"NAD83","n-Butane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,5.20137,5.708638,24.5,"2013-07-19 05:00",23,"2013-08-16 05:00",21.9,"2013-07-18 05:00",20.3,"2013-08-14 05:00","","","","",23,21.9,15.7,14,8.6,2.2,0.8,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43214",1,35.331302,-119.000974,"NAD83","Isobutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,2.905479,3.328742,15.6,"2013-06-15 16:00",13.4,"2013-07-19 05:00",12.2,"2013-06-29 23:00",11.3,"2013-07-18 05:00","","","","",13.4,12.2,10.4,7.6,4.9,1.2,0.4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43216",1,35.331302,-119.000974,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",127,0.061986,0.03774,0.3,"2013-06-06 08:00",0.2,"2013-06-05 23:00",0.2,"2013-06-06 12:00",0.2,"2013-06-07 05:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43217",1,35.331302,-119.000974,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",139,0.055822,0.027861,0.2,"2013-06-05 23:00",0.2,"2013-06-28 08:00",0.2,"2013-06-29 23:00",0.2,"2013-06-30 05:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43220",1,35.331302,-119.000974,"NAD83","n-Pentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,2.90137,2.462239,11.6,"2013-08-16 05:00",10.1,"2013-07-19 05:00",10.1,"2013-08-02 05:00",9.6,"2013-06-29 23:00","","","","",10.1,10.1,7.9,6.8,4.8,1.7,0.9,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43221",1,35.331302,-119.000974,"NAD83","Isopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",11,5.161301,5.017823,23.9,"2013-06-29 23:00",19,"2013-06-15 05:00",18.8,"2013-07-19 05:00",18.5,"2013-08-16 05:00","","","","",19,18.8,15.3,13.7,6.5,3.2,0.5,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43224",1,35.331302,-119.000974,"NAD83","1-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",65,0.113356,0.084546,0.5,"2013-06-05 23:00",0.4,"2013-06-28 08:00",0.4,"2013-07-12 05:00",0.4,"2013-08-20 05:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43226",1,35.331302,-119.000974,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",110,0.134932,0.27237,2.1,"2013-08-13 23:00",1.9,"2013-08-16 23:00",1.3,"2013-06-29 23:00",0.7,"2013-06-09 12:00","","","","",1.9,1.3,0.5,0.3,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43227",1,35.331302,-119.000974,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",135,0.163356,0.732645,5.6,"2013-08-16 23:00",5.4,"2013-08-13 23:00",4.5,"2013-06-17 23:00",0.7,"2013-07-09 16:00","","","","",5.4,4.5,0.1,0.05,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43230",1,35.331302,-119.000974,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",1,1.163356,0.967993,4.1,"2013-08-16 05:00",3.9,"2013-06-29 23:00",3.7,"2013-07-19 05:00",3.4,"2013-08-13 23:00","","","","",3.9,3.7,3.1,2.7,1.8,0.7,0.3,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43231",1,35.331302,-119.000974,"NAD83","n-Hexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,1.289041,1.024266,5.2,"2013-08-16 05:00",4.2,"2013-06-29 23:00",3.8,"2013-07-18 05:00",3.8,"2013-07-19 05:00","","","","",4.2,3.8,3.5,2.9,1.9,0.8,0.4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43232",1,35.331302,-119.000974,"NAD83","n-Heptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.725342,0.573653,3.1,"2013-08-20 05:00",2.8,"2013-08-16 05:00",2.5,"2013-06-29 23:00",2.1,"2013-06-15 16:00","","","","",2.8,2.5,1.9,1.6,1.1,0.5,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43233",1,35.331302,-119.000974,"NAD83","n-Octane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",19,0.272945,0.208453,0.9,"2013-06-29 23:00",0.9,"2013-08-16 05:00",0.8,"2013-06-11 23:00",0.8,"2013-08-13 23:00","","","","",0.9,0.8,0.7,0.6,0.4,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43235",1,35.331302,-119.000974,"NAD83","n-Nonane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",15,0.239384,0.165071,0.7,"2013-06-29 23:00",0.7,"2013-07-03 05:00",0.7,"2013-07-09 05:00",0.7,"2013-07-18 05:00","","","","",0.7,0.7,0.6,0.5,0.3,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43238",1,35.331302,-119.000974,"NAD83","n-Decane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",54,0.168493,0.138466,0.7,"2013-07-12 05:00",0.6,"2013-08-16 23:00",0.5,"2013-07-03 05:00",0.5,"2013-07-24 16:00","","","","",0.6,0.5,0.4,0.4,0.3,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43242",1,35.331302,-119.000974,"NAD83","Cyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",14,0.380137,0.361008,1.8,"2013-08-16 05:00",1.4,"2013-06-29 23:00",1.4,"2013-07-19 05:00",1.3,"2013-07-18 05:00","","","","",1.4,1.4,1.1,0.9,0.6,0.2,0.1,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43243",1,35.331302,-119.000974,"NAD83","Isoprene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",27,0.388699,0.357663,2.2,"2013-06-28 05:00",1.5,"2013-07-23 23:00",1.4,"2013-06-30 16:00",1.4,"2013-07-03 16:00","","","","",1.5,1.4,1.1,0.9,0.5,0.3,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43244",1,35.331302,-119.000974,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",26,0.256164,0.403386,3.4,"2013-08-13 23:00",3.4,"2013-08-16 23:00",0.8,"2013-06-15 16:00",0.7,"2013-08-20 05:00","","","","",3.4,0.8,0.6,0.4,0.3,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43245",1,35.331302,-119.000974,"NAD83","1-Hexene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",144,0.05137,0.013058,0.2,"2013-08-08 12:00",0.1,"2013-06-24 16:00",0.05,"2013-06-02 23:00",0.05,"2013-06-03 05:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43247",1,35.331302,-119.000974,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.573288,0.478257,2.3,"2013-07-17 23:00",2.2,"2013-06-29 23:00",1.9,"2013-08-13 23:00",1.6,"2013-07-15 05:00","","","","",2.2,1.9,1.5,1.4,0.9,0.4,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43248",1,35.331302,-119.000974,"NAD83","Cyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",23,0.833904,0.872372,3.8,"2013-08-16 05:00",3.4,"2013-07-15 05:00",3.2,"2013-07-19 05:00",3,"2013-07-18 05:00","","","","",3.4,3.2,2.7,2.2,1.3,0.4,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43249",1,35.331302,-119.000974,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",16,1.046575,0.937065,4.1,"2013-06-26 23:00",3.7,"2013-07-24 16:00",3.6,"2013-07-18 05:00",3.4,"2013-06-18 05:00","","","","",3.7,3.6,2.8,2.5,1.7,0.8,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43250",1,35.331302,-119.000974,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,1.978082,2.045297,10.8,"2013-07-17 23:00",9.5,"2013-06-29 23:00",7.6,"2013-07-27 12:00",7.5,"2013-08-13 23:00","","","","",9.5,7.6,6.3,5,2.6,1,0.5,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43252",1,35.331302,-119.000974,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",2,0.794521,0.849708,4.6,"2013-07-17 23:00",4.1,"2013-06-29 23:00",3.1,"2013-08-13 23:00",3,"2013-07-27 12:00","","","","",4.1,3.1,2.5,2,1.1,0.4,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43253",1,35.331302,-119.000974,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",52,0.186301,0.160228,0.7,"2013-08-13 23:00",0.7,"2013-08-16 23:00",0.7,"2013-08-20 05:00",0.6,"2013-06-11 23:00","","","","",0.7,0.7,0.5,0.4,0.3,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43261",1,35.331302,-119.000974,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",13,0.581849,0.624082,3.6,"2013-08-16 05:00",3.1,"2013-06-29 23:00",2.2,"2013-07-19 05:00",2.1,"2013-07-18 05:00","","","","",3.1,2.2,1.7,1.5,0.9,0.3,0.1,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43262",1,35.331302,-119.000974,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",1,1.485959,1.190287,6.8,"2013-08-16 05:00",4.9,"2013-06-29 23:00",4.4,"2013-07-18 05:00",4.1,"2013-08-15 05:00","","","","",4.9,4.4,3.7,3.2,2.3,0.9,0.4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43263",1,35.331302,-119.000974,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",6,0.685616,0.618256,3.5,"2013-06-05 23:00",2.8,"2013-06-29 23:00",2.5,"2013-07-24 16:00",2.4,"2013-06-26 23:00","","","","",2.8,2.5,1.9,1.6,0.9,0.4,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43280",1,35.331302,-119.000974,"NAD83","1-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",72,0.132192,0.113219,0.8,"2013-06-05 23:00",0.6,"2013-06-28 08:00",0.3,"2013-06-06 05:00",0.3,"2013-06-14 23:00","","","","",0.6,0.3,0.3,0.3,0.2,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43284",1,35.331302,-119.000974,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",2,0.749315,0.615209,3,"2013-06-29 23:00",2.5,"2013-07-17 23:00",2.2,"2013-08-20 05:00",2.1,"2013-07-12 05:00","","","","",2.5,2.2,2,1.8,1.1,0.5,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43285",1,35.331302,-119.000974,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",4,2.197945,1.798849,9.2,"2013-06-15 16:00",8.3,"2013-06-29 23:00",7.9,"2013-06-14 23:00",6.8,"2013-06-27 08:00","","","","",8.3,7.9,5.6,4.5,3.3,1.5,0.6,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43291",1,35.331302,-119.000974,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",6,0.773973,0.700178,3.3,"2013-06-29 23:00",3,"2013-07-17 23:00",2.8,"2013-08-13 23:00",2.5,"2013-08-16 23:00","","","","",3,2.8,2.1,1.9,1.2,0.5,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43502",1,35.331302,-119.000974,"NAD83","Formaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",152,5,0,365,0,1,"","","Certification not required",0,3.302632,0.932841,5.9,"2013-06-07 08:00",5.5,"2013-06-28 08:00",5.5,"2013-07-03 12:00",5.5,"2013-07-10 08:00","","","","",5.5,5.5,4.9,4.5,3.9,3.3,2.1,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43503",1,35.331302,-119.000974,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",152,5,0,365,0,1,"","","Certification not required",0,3.667763,2.917647,19.3,"2013-06-29 23:00",12.7,"2013-08-14 05:00",11.5,"2013-08-16 05:00",11.3,"2013-07-17 23:00","","","","",12.7,11.3,8.9,7.9,4.9,2.5,1.3,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43551",1,35.331302,-119.000974,"NAD83","Acetone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",152,5,0,365,0,1,"","","Certification not required",0,10.223026,4.101017,24.5,"2013-06-29 23:00",23.1,"2013-06-09 05:00",21.5,"2013-07-12 05:00",19.5,"2013-07-26 23:00","","","","",23.1,19.5,18.3,16.6,12.2,9.4,5.7,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43954",1,35.331302,-119.000974,"NAD83","n-Undecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",52,0.156164,0.118306,0.6,"2013-07-24 16:00",0.5,"2013-06-29 23:00",0.5,"2013-08-13 23:00",0.5,"2013-08-16 23:00","","","","",0.5,0.5,0.4,0.3,0.2,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","43960",1,35.331302,-119.000974,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",25,0.301027,0.239286,1.1,"2013-06-09 05:00",1.1,"2013-06-29 23:00",0.9,"2013-07-24 16:00",0.9,"2013-08-16 05:00","","","","",1.1,0.9,0.8,0.6,0.4,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","44201",1,35.331302,-119.000974,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4237,55,199,365,0,851,0,0,"Certification not required",393,0.058271,0.017324,0.109,"2013-06-08 17:00",0.1,"2013-08-31 12:00",0.098,"2013-06-07 17:00",0.092,"2013-05-11 12:00","","","","",0.1,0.092,0.086,0.081,0.072,0.058,0.036,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","44201",1,35.331302,-119.000974,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4323,47,171,365,0,0,2,2,"Certification not required",0,0.054848,0.015443,0.102,"2013-06-08 11:00",0.094,"2013-06-07 11:00",0.084,"2013-05-04 09:00",0.082,"2013-05-11 09:00","","","","",0.094,0.082,0.077,0.073,0.067,0.056,0.035,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","44201",1,35.331302,-119.000974,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4323,47,171,365,0,0,9,9,"Certification not required",0,0.054848,0.015443,0.102,"2013-06-08 11:00",0.094,"2013-06-07 11:00",0.084,"2013-05-04 09:00",0.082,"2013-05-11 09:00","","","","",0.094,0.082,0.077,0.073,0.067,0.056,0.035,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","45109",1,35.331302,-119.000974,"NAD83","m/p Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,1.535616,1.276349,6.7,"2013-08-16 23:00",5.7,"2013-08-20 05:00",5.5,"2013-08-13 23:00",5.4,"2013-06-15 16:00","","","","",5.7,5.5,4.6,3.2,1.9,1.2,0.5,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45201",1,35.331302,-119.000974,"NAD83","Benzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.842466,0.479056,2.3,"2013-06-29 23:00",2.2,"2013-08-20 05:00",2.1,"2013-08-16 23:00",2,"2013-06-05 23:00","","","","",2.2,2.1,1.9,1.6,1.2,0.7,0.4,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45202",1,35.331302,-119.000974,"NAD83","Toluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,3.839041,3.123512,22.4,"2013-06-15 16:00",13.8,"2013-08-13 23:00",12.3,"2013-08-16 23:00",12.1,"2013-06-29 23:00","","","","",13.8,12.3,9,7.9,5.5,2.6,1.3,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45203",1,35.331302,-119.000974,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.50274,0.364445,1.9,"2013-07-24 16:00",1.8,"2013-08-16 23:00",1.6,"2013-06-15 16:00",1.6,"2013-08-20 05:00","","","","",1.8,1.6,1.3,1,0.7,0.4,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45204",1,35.331302,-119.000974,"NAD83","o-Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.586301,0.437647,2.3,"2013-08-16 23:00",2,"2013-08-20 05:00",1.9,"2013-08-13 23:00",1.8,"2013-06-15 16:00","","","","",2,1.9,1.7,1.1,0.7,0.4,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45207",1,35.331302,-119.000974,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",46,0.206849,0.184917,1,"2013-08-16 23:00",0.9,"2013-08-20 05:00",0.8,"2013-07-03 05:00",0.8,"2013-08-28 23:00","","","","",0.9,0.8,0.5,0.4,0.3,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45208",1,35.331302,-119.000974,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",6,0.568493,0.467422,2.5,"2013-08-16 23:00",2.3,"2013-06-29 23:00",2.1,"2013-08-20 05:00",2,"2013-07-03 05:00","","","","",2.3,2.1,1.4,1.1,0.8,0.5,0.2,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45209",1,35.331302,-119.000974,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",38,0.176027,0.119513,0.6,"2013-08-08 05:00",0.5,"2013-06-29 23:00",0.5,"2013-07-18 05:00",0.5,"2013-08-05 16:00","","","","",0.5,0.5,0.4,0.3,0.2,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45210",1,35.331302,-119.000974,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.012329,0.043771,0.3,"2013-08-05 12:00",0.2,"2013-07-27 16:00",0.2,"2013-07-30 05:00",0.2,"2013-08-08 05:00","","","","",0.2,0.2,0.1,0,0,0,0,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45211",1,35.331302,-119.000974,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",67,0.133219,0.114663,0.6,"2013-07-24 16:00",0.6,"2013-08-16 23:00",0.5,"2013-07-03 05:00",0.4,"2013-06-29 23:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45212",1,35.331302,-119.000974,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",4,0.406164,0.299821,1.6,"2013-06-29 23:00",1.6,"2013-08-16 23:00",1.3,"2013-07-03 05:00",1.3,"2013-07-24 16:00","","","","",1.6,1.3,1,0.7,0.5,0.3,0.1,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45213",1,35.331302,-119.000974,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",23,0.259247,0.221827,1.4,"2013-06-29 23:00",1.1,"2013-08-16 23:00",0.9,"2013-07-03 05:00",0.9,"2013-08-20 05:00","","","","",1.1,0.9,0.7,0.5,0.3,0.2,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45218",1,35.331302,-119.000974,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",143,0.051712,0.013664,0.2,"2013-06-24 05:00",0.1,"2013-08-16 23:00",0.1,"2013-08-20 05:00",0.05,"2013-06-02 23:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45219",1,35.331302,-119.000974,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",139,0.070205,0.136909,1.3,"2013-06-02 23:00",1.1,"2013-07-21 05:00",0.3,"2013-08-16 23:00",0.2,"2013-07-03 05:00","","","","",1.1,0.3,0.05,0.05,0.05,0.05,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45220",1,35.331302,-119.000974,"NAD83","Styrene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",0,0.029452,0.152753,1.2,"2013-07-03 16:00",1.2,"2013-08-14 16:00",0.5,"2013-07-03 05:00",0.4,"2013-07-11 23:00","","","","",1.2,0.5,0.2,0,0,0,0,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","45225",1,35.331302,-119.000974,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",146,5,0,365,0,7,"","","Certification not required",61,0.256507,0.291327,1.5,"2013-07-17 23:00",1.1,"2013-08-16 05:00",1.1,"2013-08-16 23:00",1,"2013-07-03 05:00","","","","",1.1,1.1,0.9,0.7,0.3,0.1,0.05,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2013-09-19" +"06","029","2012","61101",1,35.331302,-119.000974,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4970,57,205,365,0,118,"","","Certification not required",0,4.199678,2.481351,32.1,"2013-05-05 15:00",31.3,"2013-05-05 16:00",30.4,"2013-05-05 13:00",30.4,"2013-05-05 14:00","","","","",11.3,9.6,8.7,6.9,5.2,3.5,1.7,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","61102",1,35.331302,-119.000974,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",4970,57,205,365,0,118,"","","Certification not required",0,215.4,102.695337,360,"2013-02-15 16:00",360,"2013-03-17 07:00",360,"2013-05-06 19:00",360,"2013-05-06 22:00","","","","",353,347,334,323,306,258,68,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","61103",1,35.331302,-119.000974,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4942,56,205,365,0,146,"","","Certification not required",0,3.604937,2.533946,31.3,"2013-05-05 15:00",31.3,"2013-05-05 16:00",30.4,"2013-05-05 14:00",29.5,"2013-05-05 13:00","","","","",10.4,9.6,7.8,6.9,5.2,2.6,0.9,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","61104",1,35.331302,-119.000974,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4941,56,205,365,0,147,"","","Certification not required",0,214.704513,101.868339,360,"2013-02-01 23:00",360,"2013-03-05 22:00",360,"2013-03-10 23:00",359,"2013-04-25 04:00","","","","",351,345,332,322,305,257,68,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","62101",1,35.331302,-119.000974,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5024,57,208,365,0,64,"","","Certification not required",0,65.298766,16.226562,105,"2013-08-19 13:00",105,"2013-08-19 14:00",104,"2013-06-08 16:00",104,"2013-06-08 17:00","","","","",97,95,92,88,78,65,43,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","62201",1,35.331302,-119.000974,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4675,53,193,365,0,413,"","","Certification not required",0,48.344599,20.949753,100,"2013-01-26 02:00",100,"2013-01-26 03:00",100,"2013-01-26 04:00",100,"2013-01-26 05:00","","","","",95,92,87,79,63,46,23,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","63301",1,35.331302,-119.000974,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5061,58,211,365,0,27,"","","Certification not required",2394,0.23491,0.303825,0.98,"2013-06-13 11:00",0.98,"2013-08-03 12:00",0.97,"2013-06-09 11:00",0.97,"2013-06-13 12:00","","","","",0.93,0.91,0.86,0.77,0.45,0.03,0.005,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","2012","64101",1,35.331302,-119.000974,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5062,58,211,365,0,26,"","","Certification not required",0,1001.649131,5.354934,1017.2,"2013-01-15 08:00",1017.2,"2013-01-15 09:00",1017.2,"2013-01-15 10:00",1015.9,"2013-01-15 01:00","","","","",1014.6,1013.2,1010.6,1009.2,1005.2,1001.2,994.6,"","2000 South Union Ave. Bakersfield CA 93307","California","Kern","Bakersfield","Bakersfield, CA","2014-01-14" +"06","029","5002","44201",1,35.23668,-118.789424,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2743,33,119,365,0,137,0,0,"Certification not required",172,0.048588,0.015115,0.09,"2013-04-27 15:00",0.084,"2013-04-26 15:00",0.08,"2013-03-14 15:00",0.078,"2013-04-24 13:00","","","","",0.084,0.08,0.078,0.07,0.058,0.047,0.031,"Arvin - Di Giorgio","19405 BUENA VISTA BLVD, ARVIN, CA., 93203","California","Kern","Arvin","Bakersfield, CA","2013-10-25" +"06","029","5002","44201",1,35.23668,-118.789424,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2855,32,118,365,0,0,0,0,"Certification not required",0,0.042492,0.013425,0.077,"2013-04-27 10:00",0.072,"2013-04-26 11:00",0.069,"2013-04-28 08:00",0.069,"2013-04-29 09:00","","","","",0.072,0.069,0.066,0.06,0.053,0.041,0.026,"Arvin - Di Giorgio","19405 BUENA VISTA BLVD, ARVIN, CA., 93203","California","Kern","Arvin","Bakersfield, CA","2013-10-25" +"06","029","5002","44201",1,35.23668,-118.789424,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2855,32,118,365,0,0,1,1,"Certification not required",0,0.042492,0.013425,0.077,"2013-04-27 10:00",0.072,"2013-04-26 11:00",0.069,"2013-04-28 08:00",0.069,"2013-04-29 09:00","","","","",0.072,0.069,0.066,0.06,0.053,0.041,0.026,"Arvin - Di Giorgio","19405 BUENA VISTA BLVD, ARVIN, CA., 93203","California","Kern","Arvin","Bakersfield, CA","2013-10-25" +"06","029","5002","61103",1,35.23668,-118.789424,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2879,33,120,365,0,1,"","","Certification not required",0,3.069121,1.581166,16,"2013-01-10 02:00",15,"2013-04-15 21:00",13,"2013-02-19 19:00",12,"2013-03-06 13:00","","","","",8,7,6,5,4,3,1,"Arvin - Di Giorgio","19405 BUENA VISTA BLVD, ARVIN, CA., 93203","California","Kern","Arvin","Bakersfield, CA","2013-10-25" +"06","029","5002","61104",1,35.23668,-118.789424,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2879,33,120,365,0,1,"","","Certification not required",0,153.550886,106.975087,360,"2013-01-24 23:00",360,"2013-03-19 20:00",360,"2013-03-22 05:00",360,"2013-04-27 00:00","","","","",355,344,312,289,250,172,25,"Arvin - Di Giorgio","19405 BUENA VISTA BLVD, ARVIN, CA., 93203","California","Kern","Arvin","Bakersfield, CA","2013-10-25" +"06","029","5002","62101",1,35.23668,-118.789424,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2879,33,120,365,0,1,"","","Certification not required",0,53.664814,12.818798,90,"2013-04-23 15:00",90,"2013-04-23 16:00",90,"2013-04-28 13:00",90,"2013-04-28 14:00","","","","",86,82,77,72,63,54,37,"Arvin - Di Giorgio","19405 BUENA VISTA BLVD, ARVIN, CA., 93203","California","Kern","Arvin","Bakersfield, CA","2013-10-25" +"06","029","6001","42601",1,35.503587,-119.272606,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2660,30,114,365,0,220,"","","Certification not required",0,9.892857,16.094242,154,"2013-01-31 07:00",136,"2013-01-23 07:00",132,"2013-01-17 06:00",123,"2013-01-17 07:00","","","","",85,66,42,28,10,3,1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","42602",1,35.503587,-119.272606,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2660,30,114,365,0,220,0,"","Certification not required",0,27.868421,7.529897,44,"2013-02-13 20:00",43,"2013-02-16 19:00",42,"2013-02-01 19:00",41,"2013-04-26 23:00","","","","",44,43,40,38,33,29,16,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","42602",1,35.503587,-119.272606,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2660,30,114,365,0,220,"","","Certification not required",0,14.708271,8.818457,45,"2013-02-15 20:00",44,"2013-02-13 20:00",43,"2013-02-16 19:00",42,"2013-02-01 19:00","","","","",36,33,30,27,22,13,5,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","42603",1,35.503587,-119.272606,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2660,30,114,365,0,220,"","","Certification not required",0,24.151504,21.757389,180,"2013-01-31 07:00",171,"2013-01-23 07:00",151,"2013-01-17 06:00",144,"2013-01-03 06:00","","","","",107,88,66,52,33,16,6,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","43000",1,35.503587,-119.272606,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,68.114894,64.506215,389.5,"2013-07-10 05:00",222.8,"2013-06-06 12:00",168.5,"2013-08-15 05:00",127.2,"2013-07-19 05:00","","","","",389.5,389.5,168.5,122.8,93,38.7,23.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43102",1,35.503587,-119.272606,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",4031,46,179,365,0,313,"","","Certification not required",0,76.814686,110.860721,2210,"2013-06-29 21:00",2000,"2013-06-27 22:00",1970,"2013-06-27 21:00",1380,"2013-06-27 23:00","","","","",470,380,270,170,40,40,40,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-08-14" +"06","029","6001","43141",1,35.503587,-119.272606,"NAD83","n-Dodecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",14,0.174468,0.176584,0.9,"2013-06-28 12:00",0.7,"2013-06-06 05:00",0.7,"2013-06-06 12:00",0.3,"2013-06-27 12:00","","","","",0.9,0.9,0.7,0.3,0.2,0.1,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43202",1,35.503587,-119.272606,"NAD83","Ethane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,5.246809,3.632513,16.2,"2013-08-15 05:00",13.6,"2013-07-18 05:00",13.2,"2013-07-19 05:00",12.5,"2013-07-19 08:00","","","","",16.2,16.2,13.2,12.3,6.5,3.8,2.3,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43203",1,35.503587,-119.272606,"NAD83","Ethylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.414894,0.756703,3.2,"2013-06-06 12:00",3.1,"2013-07-19 05:00",3,"2013-08-15 05:00",2.5,"2013-07-18 05:00","","","","",3.2,3.2,3,2.4,2,1.3,0.5,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43204",1,35.503587,-119.272606,"NAD83","Propane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,10.86383,26.678899,184,"2013-07-10 05:00",32.7,"2013-08-15 05:00",25.3,"2013-07-19 05:00",19.3,"2013-06-06 12:00","","","","",184,184,25.3,16.6,10.2,3.7,1.7,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43205",1,35.503587,-119.272606,"NAD83","Propylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.340426,1.758539,8.2,"2013-08-15 08:00",8,"2013-07-10 05:00",6.1,"2013-07-18 16:00",3.5,"2013-07-19 05:00","","","","",8.2,8.2,6.1,2.8,1.2,0.8,0.3,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43206",1,35.503587,-119.272606,"NAD83","Acetylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.740426,0.514426,2.7,"2013-08-15 05:00",2.6,"2013-07-10 08:00",1.6,"2013-07-10 12:00",1.3,"2013-07-18 05:00","","","","",2.7,2.7,1.6,1.3,1,0.6,0.3,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43212",1,35.503587,-119.272606,"NAD83","n-Butane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,6.825532,6.083816,22.1,"2013-06-06 12:00",21.4,"2013-07-10 05:00",17.8,"2013-08-15 05:00",17.6,"2013-07-24 08:00","","","","",22.1,22.1,17.8,16.9,10.9,3.8,1.7,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43214",1,35.503587,-119.272606,"NAD83","Isobutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,5.687234,12.439359,74.8,"2013-07-10 05:00",41.1,"2013-06-06 12:00",23.3,"2013-08-15 05:00",15.6,"2013-06-06 05:00","","","","",74.8,74.8,23.3,11.3,5.2,1.7,0.6,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43216",1,35.503587,-119.272606,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",35,0.120213,0.236749,1.6,"2013-07-10 05:00",0.5,"2013-06-07 16:00",0.3,"2013-06-06 12:00",0.2,"2013-06-27 08:00","","","","",1.6,1.6,0.3,0.2,0.1,0.05,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43217",1,35.503587,-119.272606,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",40,0.089362,0.174747,1.2,"2013-07-10 05:00",0.4,"2013-06-07 16:00",0.2,"2013-06-06 12:00",0.1,"2013-06-06 05:00","","","","",1.2,1.2,0.2,0.1,0.05,0.05,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43220",1,35.503587,-119.272606,"NAD83","n-Pentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,4.376596,3.771588,15.6,"2013-07-10 05:00",13.5,"2013-07-24 08:00",11.9,"2013-06-06 12:00",10.7,"2013-08-15 08:00","","","","",15.6,15.6,11.9,10.6,7,2.3,1.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43221",1,35.503587,-119.272606,"NAD83","Isopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",2,5.87234,5.515924,24.6,"2013-06-07 16:00",18.5,"2013-07-24 08:00",18.1,"2013-07-10 05:00",14.7,"2013-07-25 08:00","","","","",24.6,24.6,18.1,13.4,9.1,4,0.8,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43224",1,35.503587,-119.272606,"NAD83","1-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",11,0.169149,0.1003,0.5,"2013-06-07 16:00",0.4,"2013-07-09 12:00",0.3,"2013-06-28 08:00",0.3,"2013-07-10 05:00","","","","",0.5,0.5,0.3,0.3,0.2,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43226",1,35.503587,-119.272606,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",19,0.147872,0.148894,0.8,"2013-06-06 12:00",0.7,"2013-06-07 16:00",0.3,"2013-06-06 05:00",0.3,"2013-06-28 12:00","","","","",0.8,0.8,0.3,0.2,0.2,0.1,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43227",1,35.503587,-119.272606,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",44,0.061702,0.051301,0.3,"2013-06-06 12:00",0.3,"2013-06-07 16:00",0.1,"2013-07-09 16:00",0.05,"2013-06-06 05:00","","","","",0.3,0.3,0.1,0.05,0.05,0.05,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43230",1,35.503587,-119.272606,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.117021,0.843729,3.8,"2013-06-06 12:00",3.3,"2013-07-24 08:00",2.8,"2013-07-10 05:00",2.7,"2013-07-25 05:00","","","","",3.8,3.8,2.8,2.3,1.5,0.8,0.3,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43231",1,35.503587,-119.272606,"NAD83","n-Hexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.482979,1.014529,4.8,"2013-07-10 05:00",4.4,"2013-06-06 12:00",3.6,"2013-07-24 08:00",3,"2013-07-25 05:00","","","","",4.8,4.8,3.6,2.6,2.1,1.2,0.4,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43232",1,35.503587,-119.272606,"NAD83","n-Heptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.714894,0.567978,3.7,"2013-06-06 12:00",1.4,"2013-07-25 05:00",1.4,"2013-08-15 05:00",1.3,"2013-06-06 05:00","","","","",3.7,3.7,1.4,1.3,1,0.5,0.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43233",1,35.503587,-119.272606,"NAD83","n-Octane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",6,0.270213,0.214846,1.3,"2013-06-06 12:00",0.6,"2013-07-10 05:00",0.5,"2013-06-06 05:00",0.5,"2013-07-18 05:00","","","","",1.3,1.3,0.5,0.5,0.4,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43235",1,35.503587,-119.272606,"NAD83","n-Nonane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.331915,0.340145,2,"2013-07-24 05:00",1.2,"2013-06-28 12:00",0.9,"2013-07-25 05:00",0.8,"2013-06-06 12:00","","","","",2,2,0.9,0.8,0.4,0.2,0.1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43238",1,35.503587,-119.272606,"NAD83","n-Decane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",13,0.441489,0.962352,6.2,"2013-07-24 05:00",2.6,"2013-07-25 05:00",1,"2013-06-06 12:00",1,"2013-07-25 08:00","","","","",6.2,6.2,1,0.8,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43242",1,35.503587,-119.272606,"NAD83","Cyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",3,0.443617,0.392541,1.7,"2013-08-15 08:00",1.4,"2013-07-10 05:00",1.3,"2013-06-06 12:00",1.2,"2013-07-24 08:00","","","","",1.7,1.7,1.3,1,0.6,0.2,0.1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43243",1,35.503587,-119.272606,"NAD83","Isoprene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.159574,0.728208,3.6,"2013-07-25 16:00",3.1,"2013-08-15 16:00",2.5,"2013-07-24 16:00",2.4,"2013-07-19 16:00","","","","",3.6,3.6,2.5,2.3,1.4,1,0.4,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43244",1,35.503587,-119.272606,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",13,0.21383,0.244216,1.5,"2013-06-06 12:00",0.9,"2013-08-15 08:00",0.4,"2013-06-06 05:00",0.4,"2013-06-07 16:00","","","","",1.5,1.5,0.4,0.4,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43245",1,35.503587,-119.272606,"NAD83","1-Hexene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",42,0.061702,0.043255,0.3,"2013-07-09 12:00",0.2,"2013-06-07 16:00",0.1,"2013-07-10 05:00",0.1,"2013-07-10 12:00","","","","",0.3,0.3,0.1,0.1,0.05,0.05,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43247",1,35.503587,-119.272606,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",3,0.267021,0.167876,0.8,"2013-06-06 12:00",0.7,"2013-06-07 16:00",0.6,"2013-07-25 12:00",0.6,"2013-08-15 05:00","","","","",0.8,0.8,0.6,0.5,0.3,0.2,0.1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43248",1,35.503587,-119.272606,"NAD83","Cyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",16,0.570213,0.686172,2.9,"2013-06-06 12:00",2.3,"2013-07-10 05:00",1.9,"2013-07-09 05:00",1.8,"2013-07-25 05:00","","","","",2.9,2.9,1.9,1.6,0.8,0.3,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43249",1,35.503587,-119.272606,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",17,0.91383,1.167155,5.1,"2013-06-07 16:00",4.2,"2013-07-19 05:00",3.8,"2013-06-06 12:00",2.3,"2013-07-19 08:00","","","","",5.1,5.1,3.8,2.2,1.5,0.4,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43250",1,35.503587,-119.272606,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.668085,0.394035,1.6,"2013-07-10 08:00",1.5,"2013-07-09 16:00",1.4,"2013-07-09 08:00",1.3,"2013-07-25 16:00","","","","",1.6,1.6,1.4,1.3,1,0.5,0.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43252",1,35.503587,-119.272606,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",15,0.207447,0.149992,0.5,"2013-06-06 05:00",0.5,"2013-07-10 05:00",0.5,"2013-07-25 16:00",0.5,"2013-08-15 05:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43253",1,35.503587,-119.272606,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",15,0.154255,0.153874,1,"2013-06-06 12:00",0.3,"2013-06-06 05:00",0.3,"2013-07-10 05:00",0.3,"2013-07-18 05:00","","","","",1,1,0.3,0.3,0.2,0.1,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43261",1,35.503587,-119.272606,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",7,0.396809,0.347257,1.4,"2013-08-15 05:00",1.3,"2013-06-06 12:00",1.2,"2013-07-25 05:00",1,"2013-07-10 08:00","","","","",1.4,1.4,1.2,0.9,0.6,0.3,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43262",1,35.503587,-119.272606,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.617021,1.147837,4.4,"2013-06-06 12:00",4.4,"2013-07-24 08:00",4.1,"2013-07-25 05:00",3.8,"2013-07-10 05:00","","","","",4.4,4.4,4.1,3.3,2.4,1.1,0.4,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43263",1,35.503587,-119.272606,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",7,0.552128,0.80878,5,"2013-06-06 12:00",2.3,"2013-06-06 05:00",2.1,"2013-06-07 16:00",1,"2013-08-15 05:00","","","","",5,5,2.1,0.9,0.7,0.3,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43280",1,35.503587,-119.272606,"NAD83","1-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",12,0.22766,0.269623,1.8,"2013-07-10 05:00",0.5,"2013-06-06 12:00",0.5,"2013-06-07 16:00",0.5,"2013-07-09 12:00","","","","",1.8,1.8,0.5,0.4,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43284",1,35.503587,-119.272606,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.47234,0.330811,1.5,"2013-06-06 12:00",1.5,"2013-07-24 08:00",1.1,"2013-06-07 16:00",1.1,"2013-07-25 05:00","","","","",1.5,1.5,1.1,0.9,0.6,0.4,0.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43285",1,35.503587,-119.272606,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",2,2.085106,1.559226,8.3,"2013-06-06 12:00",5.2,"2013-06-07 16:00",5.2,"2013-07-10 05:00",4.5,"2013-07-24 08:00","","","","",8.3,8.3,5.2,3.9,2.5,1.8,0.6,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43291",1,35.503587,-119.272606,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",4,0.495745,0.413078,1.5,"2013-08-15 05:00",1.4,"2013-07-10 05:00",1.4,"2013-07-19 05:00",1.3,"2013-06-06 12:00","","","","",1.5,1.5,1.4,1.1,0.7,0.3,0.1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43954",1,35.503587,-119.272606,"NAD83","n-Undecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",10,0.285106,0.410582,2.6,"2013-06-28 12:00",1.1,"2013-06-06 12:00",0.9,"2013-07-24 05:00",0.8,"2013-06-06 05:00","","","","",2.6,2.6,0.9,0.6,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","43960",1,35.503587,-119.272606,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",11,0.279787,0.211017,1.1,"2013-06-06 12:00",0.6,"2013-06-06 05:00",0.6,"2013-07-10 12:00",0.6,"2013-07-19 05:00","","","","",1.1,1.1,0.6,0.6,0.4,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","44201",1,35.503587,-119.272606,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2705,32,118,365,0,175,0,0,"Certification not required",575,0.048475,0.011558,0.077,"2013-03-13 16:00",0.075,"2013-03-14 15:00",0.072,"2013-04-26 16:00",0.071,"2013-04-27 13:00","","","","",0.075,0.072,0.067,0.064,0.056,0.048,0.034,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","44201",1,35.503587,-119.272606,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2822,32,117,365,0,0,0,0,"Certification not required",0,0.04265,0.011673,0.07,"2013-03-13 10:00",0.067,"2013-04-27 10:00",0.066,"2013-03-14 10:00",0.066,"2013-04-26 11:00","","","","",0.067,0.066,0.061,0.058,0.051,0.042,0.027,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","44201",1,35.503587,-119.272606,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2822,32,117,365,0,0,0,0,"Certification not required",0,0.04265,0.011673,0.07,"2013-03-13 10:00",0.067,"2013-04-27 10:00",0.066,"2013-03-14 10:00",0.066,"2013-04-26 11:00","","","","",0.067,0.066,0.061,0.058,0.051,0.042,0.027,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-10-25" +"06","029","6001","45109",1,35.503587,-119.272606,"NAD83","m/p Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.770213,2.175447,13.3,"2013-06-06 12:00",7,"2013-06-28 12:00",4.4,"2013-08-15 05:00",4.3,"2013-07-10 08:00","","","","",13.3,13.3,4.4,3.9,2,1,0.4,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45201",1,35.503587,-119.272606,"NAD83","Benzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,1.112766,2.087293,14.8,"2013-06-28 12:00",2.6,"2013-06-06 12:00",2,"2013-07-10 05:00",1.5,"2013-07-10 08:00","","","","",14.8,14.8,2,1.5,1,0.7,0.4,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45202",1,35.503587,-119.272606,"NAD83","Toluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,3.308511,3.4181,22.8,"2013-06-06 12:00",7.7,"2013-07-10 08:00",7.3,"2013-06-28 12:00",7,"2013-06-06 05:00","","","","",22.8,22.8,7.3,6.6,4,2.2,1.1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45203",1,35.503587,-119.272606,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.548936,0.588983,3.7,"2013-06-06 12:00",1.9,"2013-06-28 12:00",1.3,"2013-08-15 05:00",1.2,"2013-06-06 05:00","","","","",3.7,3.7,1.3,1,0.7,0.4,0.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45204",1,35.503587,-119.272606,"NAD83","o-Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.646809,0.688682,4.3,"2013-06-06 12:00",2.2,"2013-06-28 12:00",1.5,"2013-08-15 05:00",1.4,"2013-06-06 05:00","","","","",4.3,4.3,1.5,1.4,0.8,0.4,0.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45207",1,35.503587,-119.272606,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",12,0.280851,0.352098,1.7,"2013-07-24 05:00",1.4,"2013-06-06 12:00",1.3,"2013-06-28 12:00",0.8,"2013-07-25 05:00","","","","",1.7,1.7,1.3,0.5,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45208",1,35.503587,-119.272606,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",6,0.742553,0.923602,4.9,"2013-06-28 12:00",3.9,"2013-07-24 05:00",2.2,"2013-06-06 12:00",2,"2013-07-25 05:00","","","","",4.9,4.9,2.2,1.5,0.9,0.5,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45209",1,35.503587,-119.272606,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",6,0.242553,0.162848,0.8,"2013-07-24 05:00",0.6,"2013-06-06 12:00",0.6,"2013-06-28 12:00",0.5,"2013-07-09 05:00","","","","",0.8,0.8,0.6,0.4,0.3,0.2,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45210",1,35.503587,-119.272606,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.110638,0.469613,3.2,"2013-06-28 12:00",0.5,"2013-07-10 12:00",0.2,"2013-06-06 12:00",0.2,"2013-07-19 16:00","","","","",3.2,3.2,0.2,0.2,0.1,0,0,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45211",1,35.503587,-119.272606,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",22,0.153191,0.158938,0.9,"2013-07-24 05:00",0.5,"2013-07-25 05:00",0.4,"2013-06-06 12:00",0.4,"2013-07-19 16:00","","","","",0.9,0.9,0.4,0.3,0.2,0.1,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45212",1,35.503587,-119.272606,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",1,0.51383,0.45644,2.2,"2013-06-28 12:00",2.1,"2013-07-24 05:00",1.6,"2013-06-06 12:00",1.3,"2013-07-25 05:00","","","","",2.2,2.2,1.6,0.9,0.6,0.4,0.2,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45213",1,35.503587,-119.272606,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",3,0.309574,0.275964,1.2,"2013-07-24 05:00",1.1,"2013-06-06 12:00",1.1,"2013-06-28 12:00",0.9,"2013-07-25 05:00","","","","",1.2,1.2,1.1,0.6,0.4,0.2,0.1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45218",1,35.503587,-119.272606,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",47,0.05,0,0.05,"2013-06-06 05:00",0.05,"2013-06-06 08:00",0.05,"2013-06-06 12:00",0.05,"2013-06-06 16:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45219",1,35.503587,-119.272606,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",47,0.05,0,0.05,"2013-06-06 05:00",0.05,"2013-06-06 08:00",0.05,"2013-06-06 12:00",0.05,"2013-06-06 16:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45220",1,35.503587,-119.272606,"NAD83","Styrene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",0,0.055319,0.296947,2,"2013-06-07 08:00",0.4,"2013-07-10 08:00",0.2,"2013-08-15 05:00",0,"2013-06-06 05:00","","","","",2,2,0.2,0,0,0,0,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","45225",1,35.503587,-119.272606,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",47,10,0,122,0,1,"","","Certification not required",19,0.379787,0.703691,4.5,"2013-07-24 05:00",1.4,"2013-07-25 05:00",1.2,"2013-07-19 05:00",1.1,"2013-07-09 05:00","","","","",4.5,4.5,1.2,1,0.4,0.1,0.05,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-09-19" +"06","029","6001","61101",1,35.503587,-119.272606,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",719,8,30,365,0,1,"","","Certification not required",0,1.689708,0.878578,6.1,"2013-09-21 15:00",6.1,"2013-09-21 16:00",5.2,"2013-09-21 17:00",5.2,"2013-09-21 18:00","","","","",4.3,3.5,3.5,2.6,2.6,1.7,0.9,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2014-02-05" +"06","029","6001","61102",1,35.503587,-119.272606,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",719,8,30,365,0,1,"","","Certification not required",0,212.535466,129.654925,360,"2013-09-14 21:00",359,"2013-09-02 19:00",359,"2013-09-15 21:00",359,"2013-09-22 17:00","","","","",358,357,352,345,328,289,23,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2014-02-05" +"06","029","6001","61103",1,35.503587,-119.272606,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4258,49,176,365,0,86,"","","Certification not required",0,2.933302,1.819624,13,"2013-04-15 20:00",12,"2013-05-06 18:00",11,"2013-02-18 17:00",11,"2013-03-30 17:00","","","","",9,7,6,5,4,3,1,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-08-14" +"06","029","6001","61104",1,35.503587,-119.272606,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4258,49,176,365,0,86,"","","Certification not required",0,215.534523,122.895789,360,"2013-02-01 14:00",360,"2013-02-05 16:00",360,"2013-03-07 04:00",360,"2013-04-12 10:00","","","","",358,356,351,344,328,279,29,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-08-14" +"06","029","6001","62101",1,35.503587,-119.272606,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4258,49,176,365,0,86,"","","Certification not required",0,63.484735,15.980928,108,"2013-06-08 16:00",108,"2013-06-08 17:00",108,"2013-06-29 16:00",108,"2013-06-30 15:00","","","","",99,95,91,86,75,63,43,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-08-14" +"06","029","6001","62201",1,35.503587,-119.272606,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4977,57,206,365,0,87,"","","Certification not required",0,51.443038,20.772288,94,"2013-01-26 08:00",94,"2013-01-26 09:00",94,"2013-01-26 10:00",94,"2013-01-26 11:00","","","","",91,90,87,82,67,50,24,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2014-02-05" +"06","029","6001","63301",1,35.503587,-119.272606,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4258,49,176,365,0,86,"","","Certification not required",2002,0.348565,0.457661,1.5,"2013-06-13 11:00",1.49,"2013-06-15 11:00",1.48,"2013-06-01 11:00",1.48,"2013-06-09 11:00","","","","",1.42,1.39,1.3,1.14,0.69,0.03,0.005,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-08-14" +"06","029","6001","64101",1,35.503587,-119.272606,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",4258,49,176,365,0,86,"","","Certification not required",0,1003.326609,5.271687,1017.2,"2013-01-15 19:00",1017.2,"2013-01-15 20:00",1017.2,"2013-01-15 21:00",1017.2,"2013-01-16 10:00","","","","",1014.6,1013.2,1011.9,1010.6,1006.6,1003.9,995.9,"548 WALKER ST., SHAFTER, CA., 93263","548 WALKER ST., SHAFTER, CA., 93263","California","Kern","Shafter","Bakersfield, CA","2013-08-14" +"06","029","9001","85101",1,34.821944,-118.886667,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,12.894304,10.30417,46.2995,"2013-05-22 00:00",32.3373,"2013-05-25 00:00",31.2132,"2013-05-04 00:00",27.293,"2013-05-16 00:00","","","","",46.2995,46.2995,31.2132,26.5547,19.402,11.0768,2.1637,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","86502",1,34.821944,-118.886667,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,8.479167,8.171017,38,"2013-05-22 00:00",25,"2013-05-25 00:00",22,"2013-05-04 00:00",20,"2013-05-16 00:00","","","","",38,38,22,19,14,6,1,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88103",1,34.821944,-118.886667,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-03-17 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88104",1,34.821944,-118.886667,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.090064,0.082766,0.2916,"2013-05-22 00:00",0.291,"2013-04-28 00:00",0.271,"2013-05-01 00:00",0.2672,"2013-04-25 00:00","","","","",0.2916,0.2916,0.271,0.245,0.1244,0.066,0.0075,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88109",1,34.821944,-118.886667,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001548,0.000822,0.0033,"2013-05-13 00:00",0.0031,"2013-02-18 00:00",0.003,"2013-05-25 00:00",0.0027,"2013-05-10 00:00","","","","",0.0033,0.0033,0.003,0.0026,0.0022,0.0014,0.0006,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88111",1,34.821944,-118.886667,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.050779,0.04556,0.177,"2013-04-28 00:00",0.1528,"2013-05-04 00:00",0.1493,"2013-04-25 00:00",0.1491,"2013-05-01 00:00","","","","",0.177,0.177,0.1493,0.1316,0.0724,0.0388,0.0064,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88112",1,34.821944,-118.886667,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000125,0.000334,0.001,"2013-03-23 00:00",0.001,"2013-04-25 00:00",0.001,"2013-05-04 00:00",0.001,"2013-05-22 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88114",1,34.821944,-118.886667,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",11,0.000508,0.000421,0.0025,"2013-04-10 00:00",0.0012,"2013-04-16 00:00",0.0011,"2013-03-23 00:00",0.001,"2013-02-12 00:00","","","","",0.0025,0.0025,0.0011,0.001,0.0007,0.0004,0.0001,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88115",1,34.821944,-118.886667,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.003429,0.008092,0.0499,"2013-04-01 00:00",0.0232,"2013-05-22 00:00",0.021,"2013-04-16 00:00",0.0042,"2013-05-04 00:00","","","","",0.0499,0.0499,0.021,0.004,0.0025,0.0016,0.0002,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88126",1,34.821944,-118.886667,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.061348,0.057018,0.2092,"2013-05-22 00:00",0.1897,"2013-04-28 00:00",0.1833,"2013-05-01 00:00",0.1809,"2013-05-04 00:00","","","","",0.2092,0.2092,0.1833,0.1791,0.0881,0.0468,0.0062,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88128",1,34.821944,-118.886667,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000938,0.000976,0.005,"2013-03-23 00:00",0.003,"2013-04-22 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-18 00:00","","","","",0.005,0.005,0.002,0.002,0.001,0.001,0,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88132",1,34.821944,-118.886667,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001604,0.00154,0.006,"2013-05-22 00:00",0.005,"2013-03-23 00:00",0.005,"2013-04-25 00:00",0.005,"2013-05-01 00:00","","","","",0.006,0.006,0.005,0.004,0.002,0.001,0,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88136",1,34.821944,-118.886667,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88140",1,34.821944,-118.886667,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.024397,0.024787,0.0989,"2013-05-01 00:00",0.0844,"2013-05-22 00:00",0.0825,"2013-04-28 00:00",0.0652,"2013-05-16 00:00","","","","",0.0989,0.0989,0.0825,0.065,0.0395,0.0162,0.0011,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88152",1,34.821944,-118.886667,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",29,0.000675,0.00117,0.0053,"2013-05-31 00:00",0.0051,"2013-05-25 00:00",0.003,"2013-02-06 00:00",0.0027,"2013-05-28 00:00","","","","",0.0053,0.0053,0.003,0.0025,0.0008,0.00015,0.0001,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88154",1,34.821944,-118.886667,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",24,0.000198,0.000125,0.0005,"2013-02-06 00:00",0.0005,"2013-02-18 00:00",0.0005,"2013-03-26 00:00",0.0004,"2013-01-01 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88161",1,34.821944,-118.886667,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.005389,0.004894,0.0179,"2013-05-22 00:00",0.0168,"2013-04-28 00:00",0.0159,"2013-05-01 00:00",0.0155,"2013-05-04 00:00","","","","",0.0179,0.0179,0.0159,0.0151,0.0076,0.0043,0.0005,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88164",1,34.821944,-118.886667,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",18,0.000169,0.000166,0.0009,"2013-04-28 00:00",0.0005,"2013-05-04 00:00",0.0005,"2013-05-31 00:00",0.0004,"2013-04-25 00:00","","","","",0.0009,0.0009,0.0005,0.0004,0.0003,0.0001,5e-05,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88165",1,34.821944,-118.886667,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.207135,0.194003,0.716,"2013-05-01 00:00",0.6391,"2013-04-25 00:00",0.6332,"2013-05-04 00:00",0.6321,"2013-05-22 00:00","","","","",0.716,0.716,0.6332,0.6172,0.2831,0.162,0.0191,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88167",1,34.821944,-118.886667,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.001978,0.001487,0.0078,"2013-03-23 00:00",0.006,"2013-04-22 00:00",0.0039,"2013-04-28 00:00",0.0038,"2013-03-26 00:00","","","","",0.0078,0.0078,0.0039,0.0035,0.0027,0.0018,0.0006,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88168",1,34.821944,-118.886667,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",10,0.000634,0.000527,0.0022,"2013-05-01 00:00",0.0019,"2013-04-28 00:00",0.0017,"2013-03-23 00:00",0.0017,"2013-04-25 00:00","","","","",0.0022,0.0022,0.0017,0.0015,0.0008,0.0006,0.0001,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88169",1,34.821944,-118.886667,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.255898,0.188804,0.7907,"2013-03-23 00:00",0.6078,"2013-04-28 00:00",0.5708,"2013-05-10 00:00",0.5399,"2013-05-13 00:00","","","","",0.7907,0.7907,0.5708,0.5289,0.4202,0.2109,0.049,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88176",1,34.821944,-118.886667,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",39,0.0002,0.000121,0.0007,"2013-03-23 00:00",0.0005,"2013-04-25 00:00",0.0005,"2013-05-04 00:00",0.0004,"2013-01-07 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.00015,0.00015,0.00015,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88180",1,34.821944,-118.886667,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.043173,0.036291,0.2022,"2013-05-19 00:00",0.1057,"2013-05-04 00:00",0.1027,"2013-05-01 00:00",0.1012,"2013-05-22 00:00","","","","",0.2022,0.2022,0.1027,0.1,0.0569,0.0321,0.0123,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88184",1,34.821944,-118.886667,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.059432,0.06746,0.3052,"2013-05-22 00:00",0.2791,"2013-05-25 00:00",0.2376,"2013-05-16 00:00",0.1417,"2013-05-31 00:00","","","","",0.3052,0.3052,0.2376,0.1239,0.0801,0.0424,0.0062,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88185",1,34.821944,-118.886667,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",39,0.000705,0.000342,0.0021,"2013-05-07 00:00",0.0018,"2013-05-28 00:00",0.0014,"2013-01-04 00:00",0.0013,"2013-04-16 00:00","","","","",0.0021,0.0021,0.0014,0.0011,0.0007,0.00065,0.0004,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88203",1,34.821944,-118.886667,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",6,0.032479,0.03939,0.1766,"2013-05-22 00:00",0.1485,"2013-04-16 00:00",0.1279,"2013-04-01 00:00",0.1153,"2013-01-10 00:00","","","","",0.1766,0.1766,0.1279,0.0894,0.038,0.0168,0.0063,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88306",1,34.821944,-118.886667,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",2,0.620899,0.818926,4.4655,"2013-02-06 00:00",3.0338,"2013-02-18 00:00",2.4427,"2013-03-26 00:00",1.8378,"2013-05-25 00:00","","","","",4.4655,4.4655,2.4427,1.4726,0.6754,0.3933,0.0279,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88320",1,34.821944,-118.886667,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.711224,0.449688,1.77,"2013-04-22 00:00",1.74,"2013-04-28 00:00",1.61,"2013-05-13 00:00",1.5,"2013-05-04 00:00","","","","",1.77,1.77,1.61,1.46,0.92,0.62,0.22,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88321",1,34.821944,-118.886667,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.096735,0.052773,0.25,"2013-02-06 00:00",0.18,"2013-04-28 00:00",0.18,"2013-05-04 00:00",0.17,"2013-02-18 00:00","","","","",0.25,0.25,0.18,0.17,0.13,0.09,0.03,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88324",1,34.821944,-118.886667,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",35,0.027594,0.017392,0.0947,"2013-02-06 00:00",0.084,"2013-05-13 00:00",0.0627,"2013-02-18 00:00",0.0608,"2013-01-25 00:00","","","","",0.0947,0.0947,0.0627,0.0456,0.02885,0.0227,0.0155,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88325",1,34.821944,-118.886667,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",6,0.152348,0.104983,0.409,"2013-05-13 00:00",0.3995,"2013-04-28 00:00",0.3776,"2013-05-31 00:00",0.3742,"2013-04-22 00:00","","","","",0.409,0.409,0.3776,0.3399,0.2105,0.1244,0.03145,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88326",1,34.821944,-118.886667,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.213715,0.136243,0.561,"2013-04-13 00:00",0.5249,"2013-04-22 00:00",0.4952,"2013-05-04 00:00",0.4447,"2013-05-10 00:00","","","","",0.561,0.561,0.4952,0.4359,0.2895,0.1561,0.082,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88327",1,34.821944,-118.886667,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",2,0.138897,0.087679,0.3607,"2013-05-04 00:00",0.336,"2013-04-28 00:00",0.3112,"2013-04-22 00:00",0.299,"2013-04-13 00:00","","","","",0.3607,0.3607,0.3112,0.2764,0.181,0.1085,0.0405,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88328",1,34.821944,-118.886667,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.184333,0.129074,0.5345,"2013-04-28 00:00",0.5139,"2013-04-22 00:00",0.4427,"2013-05-13 00:00",0.3937,"2013-05-31 00:00","","","","",0.5345,0.5345,0.4427,0.3928,0.2546,0.1497,0.0463,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88329",1,34.821944,-118.886667,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.23502,0.159842,0.628,"2013-04-28 00:00",0.602,"2013-04-22 00:00",0.5099,"2013-05-04 00:00",0.509,"2013-02-06 00:00","","","","",0.628,0.628,0.5099,0.5087,0.3008,0.195,0.0637,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88330",1,34.821944,-118.886667,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.045596,0.022676,0.0906,"2013-05-28 00:00",0.0853,"2013-04-19 00:00",0.085,"2013-04-28 00:00",0.0785,"2013-05-13 00:00","","","","",0.0906,0.0906,0.085,0.0779,0.0622,0.0464,0.0159,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88331",1,34.821944,-118.886667,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",18,0.000606,0.00145,0.0053,"2013-03-20 00:00",0.005,"2013-04-28 00:00",0.005,"2013-05-13 00:00",0.005,"2013-05-28 00:00","","","","",0.0053,0.0053,0.005,0.003,0.0001,5e-05,0,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88338",1,34.821944,-118.886667,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",48,0.014753,0.004482,0.0282,"2013-04-13 00:00",0.0243,"2013-02-12 00:00",0.0241,"2013-02-09 00:00",0.0233,"2013-02-15 00:00","","","","",0.0282,0.0282,0.0241,0.0233,0.01545,0.0138,0.01025,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88339",1,34.821944,-118.886667,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.055541,0.778814,3.26156,"2013-03-23 00:00",2.50709,"2013-04-28 00:00",2.35463,"2013-05-10 00:00",2.22717,"2013-05-13 00:00","","","","",3.26156,3.26156,2.35463,2.1818,1.7332,0.86976,0.20204,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88344",1,34.821944,-118.886667,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.80111,1.056297,5.7605,"2013-02-06 00:00",3.9136,"2013-02-18 00:00",3.1511,"2013-03-26 00:00",2.3708,"2013-05-25 00:00","","","","",5.7605,5.7605,3.1511,1.8997,0.8713,0.5074,0.036,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88348",1,34.821944,-118.886667,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.955485,0.883937,3.0952,"2013-05-01 00:00",2.9669,"2013-05-22 00:00",2.9571,"2013-04-28 00:00",2.8855,"2013-04-25 00:00","","","","",3.0952,3.0952,2.9571,2.8314,1.2985,0.7521,0.0961,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88350",1,34.821944,-118.886667,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,1.280822,0.809403,3.1822,"2013-04-22 00:00",3.1381,"2013-04-28 00:00",2.9056,"2013-05-13 00:00",2.6948,"2013-05-04 00:00","","","","",3.1822,3.1822,2.9056,2.6237,1.6477,1.1113,0.4046,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88403",1,34.821944,-118.886667,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.7136,0.548841,2.3727,"2013-03-23 00:00",1.7638,"2013-04-28 00:00",1.5104,"2013-05-04 00:00",1.494,"2013-05-31 00:00","","","","",2.3727,2.3727,1.5104,1.4712,1.195,0.5022,0.1325,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","029","9001","88502",1,34.821944,-118.886667,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,4.1,2.730677,10.4,"2013-04-28 00:00",9.1,"2013-05-04 00:00",8.5,"2013-03-23 00:00",8.3,"2013-04-22 00:00","","","","",10.4,10.4,8.5,8.1,6.4,3.3,1.1,"","PEACE VALLEY RD/FRAZIER PARK MTN RD, LEBEC","California","Kern","Lebec","Bakersfield, CA","2014-01-28" +"06","031","0004","61101",1,36.10218,-119.566954,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6534,75,273,365,0,18,"","","Certification not required",0,3.95929,1.877268,13,"2013-04-15 19:00",12.2,"2013-09-21 18:00",11.3,"2013-03-05 16:00",11.3,"2013-04-08 11:00","","","","",9.6,8.7,6.9,6.9,5.2,3.5,1.7,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","61102",1,36.10218,-119.566954,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6534,75,273,365,0,18,"","","Certification not required",0,251.107132,97.599748,360,"2013-01-01 23:00",360,"2013-01-18 16:00",360,"2013-01-21 12:00",360,"2013-01-24 00:00","","","","",355,351,343,334,320,297,78,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","61103",1,36.10218,-119.566954,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6500,74,273,365,0,52,"","","Certification not required",0,3.515354,1.898981,13,"2013-04-15 19:00",12.2,"2013-09-21 18:00",11.3,"2013-04-08 12:00",11.3,"2013-04-15 20:00","","","","",8.7,7.8,6.9,6.1,4.3,3.5,1.7,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","61104",1,36.10218,-119.566954,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6500,74,273,365,0,52,"","","Certification not required",0,251.040154,97.500764,360,"2013-01-01 23:00",360,"2013-03-12 11:00",360,"2013-03-23 01:00",360,"2013-04-21 16:00","","","","",355,352,342,333,320,298,78,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","62101",1,36.10218,-119.566954,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6021,69,238,365,0,531,"","","Certification not required",0,68.733101,16.897876,107,"2013-07-02 16:00",106,"2013-06-30 16:00",106,"2013-07-02 15:00",105,"2013-06-08 15:00","","","","",101,99,95,91,81,70,45,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","64101",1,36.10218,-119.566954,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6535,75,273,365,0,17,"","","Certification not required",0,1006.931094,5.629101,1025.2,"2013-01-15 09:00",1025.2,"2013-01-15 10:00",1023.9,"2013-01-15 07:00",1023.9,"2013-01-15 08:00","","","","",1021.2,1018.6,1017.2,1014.6,1010.6,1006.6,999.9,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","68101",1,36.10218,-119.566954,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",84,92,83,91,0,4,"","","Certification not required",80,0.053571,0.018669,0.2,"2013-11-21 00:00",0.1,"2013-11-12 00:00",0.1,"2013-11-15 00:00",0.1,"2013-11-18 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68102",1,36.10218,-119.566954,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",84,92,83,91,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68103",1,36.10218,-119.566954,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,92,83,91,0,4,"","","Certification not required",0,9.292857,7.089833,24.6,"2013-07-03 00:00",24.5,"2013-07-27 00:00",23.3,"2013-07-21 00:00",21.5,"2013-06-27 00:00","","","","",24.6,24.5,21.5,18.8,14.9,8.9,-0.5,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68104",1,36.10218,-119.566954,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,92,83,91,0,4,"","","Certification not required",0,25.696429,8.568258,42.8,"2013-07-21 00:00",40.8,"2013-08-20 00:00",40.5,"2013-07-03 00:00",40.3,"2013-07-09 00:00","","","","",42.8,40.8,39.9,38.4,32.9,24.4,14.4,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68105",1,36.10218,-119.566954,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,92,83,91,0,4,"","","Certification not required",0,16.952381,7.890477,32.3,"2013-07-21 00:00",32,"2013-07-03 00:00",31.5,"2013-07-27 00:00",30.4,"2013-08-20 00:00","","","","",32.3,32,30.2,29,24.2,16.5,7.4,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68106",1,36.10218,-119.566954,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,92,83,91,0,4,"","","Certification not required",0,753.714286,4.679026,764,"2013-12-09 00:00",763,"2013-01-16 00:00",762,"2013-02-12 00:00",761,"2013-01-04 00:00","","","","",764,763,761,760,758,753,748,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68107",1,36.10218,-119.566954,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,92,83,91,0,4,"","","Certification not required",0,758.52381,4.432835,769,"2013-01-16 00:00",768,"2013-12-09 00:00",767,"2013-03-01 00:00",766,"2013-02-12 00:00","","","","",769,768,765,764,763,758,753,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68108",1,36.10218,-119.566954,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,92,83,91,0,4,"","","Certification not required",0,756.047619,4.562563,766,"2013-01-16 00:00",766,"2013-12-09 00:00",764,"2013-02-12 00:00",764,"2013-03-01 00:00","","","","",766,766,763,762,760,755,750,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","68109",1,36.10218,-119.566954,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",84,92,83,91,0,4,"","","Certification not required",0,1439.464286,0.501718,1440,"2013-02-15 00:00",1440,"2013-06-15 00:00",1440,"2013-06-21 00:00",1440,"2013-06-27 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","81102",7,36.10218,-119.566954,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5674,65,222,365,0,878,"","","Certification not required",0,33.657913,25.361803,312,"2013-09-21 19:00",306,"2013-09-21 14:00",235,"2013-09-26 13:00",225,"2013-09-17 10:00","","","","",124,109,85,66,41,27,11,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","81102",7,36.10218,-119.566954,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",222,61,222,365,0,0,0,0,"Certification not required",0,33.954955,19.038607,104,"2013-09-20 00:00",98,"2013-09-19 00:00",95,"2013-09-09 00:00",84,"2013-09-18 00:00","","","","",95,83,72,64,44,27,17,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","85101",7,36.10218,-119.566954,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6171,70,255,365,0,381,"","","Certification not required",0,33.199806,25.32648,337,"2013-04-15 19:00",315,"2013-09-21 19:00",300,"2013-09-21 14:00",236,"2013-09-26 13:00","","","","",122,107,84,65,40,26,11,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-13" +"06","031","0004","88101",1,36.10218,-119.566954,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,91,83,91,0,7,13,13,"Certification not required",0,17.782143,17.301216,104,"2013-12-18 00:00",66,"2013-12-27 00:00",56.1,"2013-12-30 00:00",54.3,"2013-01-19 00:00","","","","",66,56.1,50.7,38.4,18.4,10,4.8,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0004","88101",1,36.10218,-119.566954,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,91,83,91,0,7,"","","Certification not required",0,17.782143,17.301216,104,"2013-12-18 00:00",66,"2013-12-27 00:00",56.1,"2013-12-30 00:00",54.3,"2013-01-19 00:00","","","","",66,56.1,50.7,38.4,18.4,10,4.8,"Corcoran","1520 PATTERSON AV., CORCORAN","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-30" +"06","031","0500","44201",1,36.233274,-119.766212,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5765,67,244,365,0,2995,0,0,"Certification not required",457,0.056512,0.013896,0.094,"2013-06-02 13:00",0.089,"2013-06-08 13:00",0.084,"2013-07-02 12:00",0.084,"2013-07-21 14:00","","","","",0.084,0.083,0.078,0.073,0.066,0.058,0.037,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","44201",1,36.233274,-119.766212,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5891,65,236,365,0,0,0,0,"Certification not required",0,0.050627,0.013297,0.084,"2013-06-02 10:00",0.08,"2013-06-08 10:00",0.075,"2013-07-21 10:00",0.074,"2013-05-03 10:00","","","","",0.075,0.074,0.07,0.067,0.06,0.052,0.032,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","44201",1,36.233274,-119.766212,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5891,65,236,365,0,0,2,2,"Certification not required",0,0.050627,0.013297,0.084,"2013-06-02 10:00",0.08,"2013-06-08 10:00",0.075,"2013-07-21 10:00",0.074,"2013-05-03 10:00","","","","",0.075,0.074,0.07,0.067,0.06,0.052,0.032,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","61103",1,36.233274,-119.766212,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8749,100,365,365,0,11,"","","Certification not required",0,4.2502,2.678746,17.6,"2013-04-15 19:00",17.4,"2013-04-08 16:00",16.8,"2013-04-08 11:00",16.4,"2013-04-15 20:00","","","","",11.9,10.9,9.1,7.9,5.9,3.8,1.2,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","61104",1,36.233274,-119.766212,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8749,100,365,365,0,11,"","","Certification not required",0,255.130758,103.408608,359,"2013-02-16 07:00",359,"2013-02-21 16:00",359,"2013-02-21 17:00",359,"2013-03-07 20:00","","","","",356,353,345,336,325,308,70,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","61106",1,36.233274,-119.766212,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,21.718073,12.900704,81.6,"2013-09-14 11:00",80.1,"2013-07-11 14:00",79.3,"2013-03-02 23:00",76.6,"2013-09-13 12:00","","","","",63.7,59.2,50.2,41.4,26.3,17.3,10.1,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","62101",1,36.233274,-119.766212,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8749,100,365,365,0,11,"","","Certification not required",0,64.312264,16.772881,106,"2013-07-02 14:00",106,"2013-07-02 15:00",106,"2013-07-02 16:00",105,"2013-06-29 15:00","","","","",100,98,93,88,76,64,43,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","0500","81102",1,36.233274,-119.766212,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,2,0,0,"Certification not required",0,43.8,25.586744,124,"2013-11-18 00:00",106,"2013-11-12 00:00",105,"2013-10-19 00:00",94,"2013-09-19 00:00","","","","",124,106,105,84,55,38,16,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-22" +"06","031","0500","85101",1,36.233274,-119.766212,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,2,"","","Certification not required",0,44.254545,26.148591,129,"2013-11-18 00:00",110,"2013-11-12 00:00",106,"2013-10-19 00:00",94,"2013-09-19 00:00","","","","",129,110,106,86,55,38,17,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-22" +"06","031","0500","85101",2,36.233274,-119.766212,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7950,91,316,365,0,810,"","","Certification not required",46,58.660252,49.136757,995,"2013-11-18 16:00",852,"2013-10-03 10:00",852,"2013-10-03 11:00",756,"2013-11-03 08:00","","","","",213,179,135,108,75,49,16,"SANTA ROSA RANCHIERIA","17225 Jersey Ave.","California","Kings","","Hanford-Corcoran, CA","2014-01-24" +"06","031","1004","42601",1,36.314399,-119.64457,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6686,76,302,365,0,1330,"","","Certification not required",0,5.862698,12.374232,141,"2013-01-17 07:00",112,"2013-02-14 07:00",111,"2013-11-27 07:00",108,"2013-01-16 07:00","","","","",60,50,34,18,4,1,0,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","42602",1,36.314399,-119.64457,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6686,76,302,365,0,1330,0,"","Certification not required",0,21.125828,11.418528,58,"2013-10-22 18:00",54,"2013-10-18 19:00",53,"2013-10-07 19:00",53,"2013-10-23 19:00","","","","",53,46,41,37,29,18,8,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","42602",1,36.314399,-119.64457,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6686,76,302,365,0,1330,"","","Certification not required",0,9.536045,8.031621,58,"2013-10-22 18:00",54,"2013-10-18 19:00",53,"2013-10-07 19:00",53,"2013-10-23 19:00","","","","",37,33,27,21,12,7,3,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","42603",1,36.314399,-119.64457,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6686,76,302,365,0,1330,"","","Certification not required",0,15.396051,17.663984,154,"2013-01-17 07:00",130,"2013-02-14 07:00",130,"2013-11-25 20:00",129,"2013-01-16 07:00","","","","",82,71,55,40,18,8,3,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","44201",1,36.314399,-119.64457,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6479,84,306,365,0,1537,0,0,"Certification not required",527,0.061127,0.016495,0.104,"2013-06-08 14:00",0.101,"2013-09-09 12:00",0.1,"2013-06-02 12:00",0.1,"2013-07-23 14:00","","","","",0.1,0.092,0.087,0.083,0.073,0.062,0.04,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","44201",1,36.314399,-119.64457,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6628,72,263,365,0,0,4,4,"Certification not required",0,0.054711,0.015927,0.098,"2013-06-08 11:00",0.096,"2013-06-02 11:00",0.086,"2013-06-01 11:00",0.085,"2013-07-23 10:00","","","","",0.086,0.084,0.08,0.074,0.066,0.055,0.035,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","44201",1,36.314399,-119.64457,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6628,72,264,365,0,0,25,25,"Certification not required",0,0.054814,0.015985,0.098,"2013-06-08 11:00",0.096,"2013-06-02 11:00",0.086,"2013-06-01 11:00",0.085,"2013-07-23 10:00","","","","",0.086,0.084,0.08,0.075,0.066,0.056,0.035,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","61101",1,36.314399,-119.64457,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7997,91,334,365,0,19,"","","Certification not required",0,4.186457,2.330429,14.8,"2013-09-21 18:00",13.9,"2013-04-08 15:00",13.9,"2013-04-15 19:00",13.9,"2013-09-21 17:00","","","","",10.4,9.6,8.7,7.8,6.1,3.5,1.7,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","61102",1,36.314399,-119.64457,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7997,91,334,365,0,19,"","","Certification not required",0,249.055771,96.560712,360,"2013-05-07 13:00",360,"2013-11-22 11:00",359,"2013-01-10 02:00",359,"2013-01-14 03:00","","","","",352,347,336,328,315,298,76,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","61103",1,36.314399,-119.64457,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7960,91,334,365,0,56,"","","Certification not required",0,3.742186,2.347623,13.9,"2013-09-21 17:00",13.9,"2013-09-21 18:00",13,"2013-04-08 15:00",13,"2013-04-15 19:00","","","","",10.4,9.6,7.8,6.9,5.2,3.5,0.9,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","61104",1,36.314399,-119.64457,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7960,91,334,365,0,56,"","","Certification not required",0,249.525503,96.104211,360,"2013-07-02 15:00",360,"2013-07-26 07:00",360,"2013-08-15 03:00",360,"2013-11-14 13:00","","","","",352,345,335,327,315,299,76,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","62101",1,36.314399,-119.64457,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7095,81,294,365,0,921,"","","Certification not required",0,64.42537,15.421702,105,"2013-07-02 16:00",104,"2013-07-02 15:00",104,"2013-07-02 17:00",103,"2013-06-30 15:00","","","","",97,95,91,86,75,64,44,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","64101",1,36.314399,-119.64457,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7998,91,334,365,0,18,"","","Certification not required",0,1006.217054,5.257472,1024,"2013-01-15 09:00",1024,"2013-01-15 10:00",1023,"2013-01-15 08:00",1023,"2013-01-15 11:00","","","","",1019,1017,1016,1013,1009,1005,1000,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","81102",1,36.314399,-119.64457,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,89,54,61,0,3,0,0,"Certification not required",0,47.018182,24.169533,118,"2013-11-12 00:00",109,"2013-11-06 00:00",97,"2013-10-19 00:00",85,"2013-09-19 00:00","","","","",118,109,97,82,60,42,21,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-22" +"06","031","1004","81102",3,36.314399,-119.64457,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5969,68,244,365,0,2047,"","","Certification not required",0,45.866979,34.457682,443,"2013-04-15 19:00",418,"2013-10-27 21:00",416,"2013-10-27 22:00",344,"2013-06-18 21:00","","","","",168,141,107,86,58,38,13,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","81102",3,36.314399,-119.64457,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",244,67,244,365,0,0,0,0,"Certification not required",0,45.680328,24.700933,129,"2013-10-27 00:00",122,"2013-11-03 00:00",116,"2013-11-08 00:00",115,"2013-04-30 00:00","","","","",116,115,103,80,53,41,19,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","85101",1,36.314399,-119.64457,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,54,61,0,3,"","","Certification not required",0,47.854545,24.892672,123,"2013-11-12 00:00",114,"2013-11-06 00:00",98,"2013-10-19 00:00",87,"2013-11-18 00:00","","","","",123,114,98,84,60,43,22,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-01-22" +"06","031","1004","85101",3,36.314399,-119.64457,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6860,78,284,365,0,1156,"","","Certification not required",0,49.76516,39.632678,811,"2013-09-21 17:00",698,"2013-09-21 18:00",553,"2013-10-03 11:00",508,"2013-10-03 09:00","","","","",180,148,115,93,64,41,15,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","88101",3,36.314399,-119.64457,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7840,89,330,365,0,176,"","","Certification not required",0,15.273469,12.436914,165,"2013-02-20 02:00",132,"2013-07-08 14:00",104,"2013-06-19 19:00",99,"2013-01-23 17:00","","","","",57,52,41,33,19,11,4,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","88101",3,36.314399,-119.64457,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,23,23,"Certification not required",0,15.231595,10.543735,53.2,"2013-01-19 00:00",52.8,"2013-01-22 00:00",52.2,"2013-02-02 00:00",48.5,"2013-11-27 00:00","","","","",48.5,45.2,39.3,33,18.5,11.9,5.4,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","031","1004","88101",3,36.314399,-119.64457,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,15.231595,10.543735,53.2,"2013-01-19 00:00",52.8,"2013-01-22 00:00",52.2,"2013-02-02 00:00",48.5,"2013-11-27 00:00","","","","",48.5,45.2,39.3,33,18.5,11.9,5.4,"Hanford","807 SOUTH IRWIN ST., HANFORD","California","Kings","Hanford","Hanford-Corcoran, CA","2014-02-12" +"06","033","3001","11201",1,39.0327,-122.92229,"NAD83","Soil index (COH)","2 HOUR","","Observed Values","TAPE-SAMPLER - TRANSMITTANCE",2013,"COHS/1,000 linear feet","No Events",4331,99,360,365,0,49,"","","Certification not required",3660,0.020896,0.038984,0.4,"2013-07-30 09:00",0.4,"2013-10-14 07:00",0.3,"2013-10-14 05:00",0.2,"2013-01-03 09:00","","","","",0.2,0.1,0.1,0.1,0.005,0.005,0.005,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-20" +"06","033","3001","11203",1,39.0327,-122.92229,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",8552,98,357,365,0,208,"","","Certification not required",2,0.430332,0.238835,4.2,"2013-07-29 02:00",4.2,"2013-07-29 03:00",4.2,"2013-07-29 04:00",4.1,"2013-07-29 01:00","","","","",1.3,1.1,0.7,0.6,0.5,0.4,0.3,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8305,100,364,365,37,455,0,0,"Certification not required",92,0.041758,0.009041,0.07,"2013-05-01 17:00",0.07,"2013-05-02 14:00",0.07,"2013-07-08 13:00",0.06,"2013-04-22 13:00","","","","",0.06,0.06,0.06,0.05,0.05,0.04,0.03,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8305,100,364,365,37,455,0,0,"Certification not required",92,0.041758,0.009041,0.07,"2013-05-01 17:00",0.07,"2013-05-02 14:00",0.07,"2013-07-08 13:00",0.06,"2013-04-22 13:00","","","","",0.06,0.06,0.06,0.05,0.05,0.04,0.03,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8268,100,364,365,0,455,0,0,"Certification not required",92,0.041593,0.008732,0.07,"2013-07-08 13:00",0.06,"2013-04-22 13:00",0.06,"2013-04-23 11:00",0.06,"2013-04-24 12:00","","","","",0.06,0.06,0.06,0.05,0.05,0.04,0.03,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8690,99,362,365,0,0,0,0,"Certification not required",0,0.036384,0.008525,0.063,"2013-05-02 11:00",0.061,"2013-05-01 10:00",0.061,"2013-07-08 11:00",0.06,"2013-05-03 11:00","","","","",0.06,0.056,0.051,0.047,0.041,0.037,0.026,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8681,99,362,365,0,0,0,0,"Certification not required",0,0.036262,0.008246,0.061,"2013-07-08 11:00",0.058,"2013-07-09 10:00",0.056,"2013-04-23 09:00",0.056,"2013-05-19 10:00","","","","",0.056,0.054,0.05,0.047,0.041,0.037,0.026,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8690,99,362,365,0,0,0,0,"Certification not required",0,0.036384,0.008525,0.063,"2013-05-02 11:00",0.061,"2013-05-01 10:00",0.061,"2013-07-08 11:00",0.06,"2013-05-03 11:00","","","","",0.06,0.056,0.051,0.047,0.041,0.037,0.026,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8681,99,362,365,0,0,0,0,"Certification not required",0,0.036262,0.008246,0.061,"2013-07-08 11:00",0.058,"2013-07-09 10:00",0.056,"2013-04-23 09:00",0.056,"2013-05-19 10:00","","","","",0.056,0.054,0.05,0.047,0.041,0.037,0.026,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8690,99,362,365,0,0,0,0,"Certification not required",0,0.036384,0.008525,0.063,"2013-05-02 11:00",0.061,"2013-05-01 10:00",0.061,"2013-07-08 11:00",0.06,"2013-05-03 11:00","","","","",0.06,0.056,0.051,0.047,0.041,0.037,0.026,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","44201",1,39.0327,-122.92229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8690,99,362,365,0,0,0,0,"Certification not required",0,0.036384,0.008525,0.063,"2013-05-02 11:00",0.061,"2013-05-01 10:00",0.061,"2013-07-08 11:00",0.06,"2013-05-03 11:00","","","","",0.06,0.056,0.051,0.047,0.041,0.037,0.026,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-19" +"06","033","3001","61101",1,39.0327,-122.92229,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,2.940169,1.711711,12.2,"2013-04-15 14:00",12.2,"2013-04-15 15:00",11.3,"2013-04-08 01:00",11.3,"2013-04-08 16:00","","","","",8.7,7.8,6.9,5.2,3.5,2.6,1.7,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-20" +"06","033","3001","61102",1,39.0327,-122.92229,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,263.820164,63.080918,359,"2013-02-10 14:00",359,"2013-03-31 11:00",359,"2013-05-27 06:00",359,"2013-06-01 08:00","","","","",346,337,320,312,303,286,174,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-20" +"06","033","3001","62101",1,39.0327,-122.92229,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8758,100,365,365,0,2,"","","Certification not required",0,58.143526,16.616301,111,"2013-07-03 13:00",111,"2013-07-03 14:00",109,"2013-06-08 15:00",109,"2013-06-08 16:00","","","","",99,95,90,82,68,57,37,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-20" +"06","033","3001","68101",1,39.0327,-122.92229,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",61,100,59,61,0,4,"","","Certification not required",23,0.117213,0.070643,0.3,"2013-04-16 00:00",0.3,"2013-06-27 00:00",0.2,"2013-01-10 00:00",0.2,"2013-04-04 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.05,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68102",1,39.0327,-122.92229,"NAD83","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",61,100,59,61,0,4,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68103",1,39.0327,-122.92229,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",61,100,59,61,0,4,"","","Certification not required",0,6.204918,6.513561,20.5,"2013-07-03 00:00",20,"2013-08-20 00:00",17.6,"2013-07-21 00:00",16.5,"2013-07-27 00:00","","","","",20.5,20,16.5,14.8,10.9,5.6,-2.2,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68104",1,39.0327,-122.92229,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",61,100,59,61,0,4,"","","Certification not required",0,24.167213,8.691197,41.5,"2013-07-03 00:00",39.1,"2013-07-21 00:00",38.6,"2013-06-29 00:00",37.5,"2013-09-10 00:00","","","","",41.5,39.1,37.5,35.5,31.4,23.2,14,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68105",1,39.0327,-122.92229,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",61,100,59,61,0,4,"","","Certification not required",0,14.24918,7.374249,31.1,"2013-07-03 00:00",27.2,"2013-07-21 00:00",27.1,"2013-08-20 00:00",26,"2013-07-27 00:00","","","","",31.1,27.2,26,23.2,20.5,13.5,5.2,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68106",1,39.0327,-122.92229,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",61,100,59,61,0,4,"","","Certification not required",0,721.688525,3.810254,728,"2013-01-16 00:00",728,"2013-02-15 00:00",728,"2013-02-27 00:00",727,"2013-11-06 00:00","","","","",728,728,727,726,725,722,717,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68107",1,39.0327,-122.92229,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",61,100,59,61,0,4,"","","Certification not required",0,726.786885,3.43567,733,"2013-01-16 00:00",733,"2013-02-27 00:00",732,"2013-01-28 00:00",732,"2013-12-24 00:00","","","","",733,733,732,731,730,727,723,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68108",1,39.0327,-122.92229,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",61,100,59,61,0,4,"","","Certification not required",0,724.213115,3.582898,731,"2013-01-16 00:00",730,"2013-02-15 00:00",730,"2013-02-27 00:00",730,"2013-12-24 00:00","","","","",731,730,730,729,727,724,720,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","68109",1,39.0327,-122.92229,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",61,100,59,61,0,4,"","","Certification not required",0,1439.180328,4.488906,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","85101",2,39.0327,-122.92229,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,2,"","","Certification not required",3,9.213115,5.141708,31,"2013-08-20 00:00",20,"2013-11-24 00:00",18,"2013-05-04 00:00",17,"2013-07-03 00:00","","","","",31,20,17,16,12,8,4,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","88101",1,39.0327,-122.92229,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,97,59,61,0,4,0,0,"Certification not required",0,3.932787,2.675177,19.6,"2013-08-20 00:00",8.1,"2013-07-21 00:00",7.6,"2013-09-13 00:00",7.2,"2013-07-03 00:00","","","","",19.6,8.1,7.6,6.2,5,3.4,1.8,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3001","88101",1,39.0327,-122.92229,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,97,59,61,0,4,"","","Certification not required",0,3.932787,2.675177,19.6,"2013-08-20 00:00",8.1,"2013-07-21 00:00",7.6,"2013-09-13 00:00",7.2,"2013-07-03 00:00","","","","",19.6,8.1,7.6,6.2,5,3.4,1.8,"LAKEPORT-LAKEPORT BLVD.","905 LAKEPORT BLVD., LAKEPORT","California","Lake","Lakeport","Clearlake, CA","2014-02-06" +"06","033","3010","42402",1,38.77453,-122.6995,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",6482,74,272,365,0,70,"","","Certification not required",3678,0.000749,0.0009,0.009,"2013-02-15 17:00",0.008,"2013-01-19 16:00",0.008,"2013-01-21 16:00",0.008,"2013-01-22 17:00","","","","",0.004,0.003,0.002,0.002,0.001,0.0002,0.0002,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2013-12-23" +"06","033","3010","61101",1,38.77453,-122.6995,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6548,75,273,365,0,4,"","","Certification not required",0,1.54525,0.866712,6.1,"2013-04-07 16:00",5.2,"2013-03-05 09:00",5.2,"2013-03-20 11:00",5.2,"2013-04-07 15:00","","","","",4.3,3.5,3.5,2.6,1.7,1.7,0.9,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2013-12-23" +"06","033","3010","61102",1,38.77453,-122.6995,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,251.240531,82.407907,360,"2013-01-05 20:00",360,"2013-07-02 18:00",359,"2013-03-06 01:00",359,"2013-04-09 07:00","","","","",346,337,325,317,303,294,122,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2013-12-23" +"06","033","3010","62101",1,38.77453,-122.6995,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING LEVEL 2",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,1,"","","Certification not required",0,58.315219,16.140093,105,"2013-06-08 14:00",104,"2013-06-08 13:00",104,"2013-06-08 15:00",104,"2013-07-02 12:00","","","","",96,92,87,82,69,57,37,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2013-12-23" +"06","033","3010","62201",1,38.77453,-122.6995,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6551,75,273,365,0,1,"","","Certification not required",0,60.301481,24.246683,96,"2013-01-04 06:00",96,"2013-01-04 07:00",96,"2013-01-04 08:00",96,"2013-01-06 23:00","","","","",95,95,94,92,82,63,25,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2013-12-23" +"06","033","3010","85101",1,38.77453,-122.6995,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",7,7.885246,4.40113,19,"2013-04-28 00:00",19,"2013-08-20 00:00",17,"2013-05-04 00:00",17,"2013-07-09 00:00","","","","",19,19,17,15,10,7,2,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-02-06" +"06","033","3010","85102",1,38.77453,-122.6995,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,4.52459,1.86732,14,"2013-10-07 00:00",11,"2013-01-28 00:00",10,"2013-12-06 00:00",9,"2013-06-15 00:00","","","","",14,11,9,4,4,4,4,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85103",1,38.77453,-122.6995,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85104",1,38.77453,-122.6995,"NAD83","Aluminum PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,139.47541,127.831609,690,"2013-04-28 00:00",430,"2013-05-04 00:00",360,"2013-04-22 00:00",350,"2013-08-20 00:00","","","","",690,430,350,300,210,100,14,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85107",1,38.77453,-122.6995,"NAD83","Barium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,7.229508,4.168907,22,"2013-04-28 00:00",16,"2013-08-20 00:00",14,"2013-04-22 00:00",14,"2013-05-04 00:00","","","","",22,16,14,13,10,4,4,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85109",1,38.77453,-122.6995,"NAD83","Bromine PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",22,0.00123,0.000745,0.004,"2013-10-25 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-11 00:00","","","","",0.004,0.002,0.002,0.002,0.002,0.001,0.0005,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85111",1,38.77453,-122.6995,"NAD83","Calcium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,103.770492,76.235686,370,"2013-04-28 00:00",310,"2013-05-04 00:00",290,"2013-04-22 00:00",270,"2013-11-24 00:00","","","","",370,310,270,190,120,86,31,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85112",1,38.77453,-122.6995,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.459016,0.696988,4,"2013-04-28 00:00",3,"2013-07-03 00:00",3,"2013-08-08 00:00",3,"2013-08-20 00:00","","","","",4,3,3,2,2,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85113",1,38.77453,-122.6995,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,3.639344,2.944106,17,"2013-04-28 00:00",11,"2013-05-04 00:00",9,"2013-04-22 00:00",8,"2013-07-03 00:00","","","","",17,11,8,8,5,3,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85114",1,38.77453,-122.6995,"NAD83","Copper PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.229508,0.559567,3,"2013-04-22 00:00",3,"2013-04-28 00:00",3,"2013-06-27 00:00",3,"2013-10-25 00:00","","","","",3,3,3,2,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85115",1,38.77453,-122.6995,"NAD83","Chlorine PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.106459,0.146744,0.73,"2013-05-22 00:00",0.56,"2013-10-01 00:00",0.4,"2013-09-25 00:00",0.38,"2013-03-05 00:00","","","","",0.73,0.56,0.38,0.33,0.12,0.046,0.01,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85126",1,38.77453,-122.6995,"NAD83","Iron PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,144.901639,117.029726,650,"2013-04-28 00:00",380,"2013-05-04 00:00",360,"2013-07-03 00:00",330,"2013-08-20 00:00","","","","",650,380,330,310,210,110,29,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85128",1,38.77453,-122.6995,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.000836,0.000681,0.004,"2013-11-24 00:00",0.003,"2013-04-28 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-23 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0.0005,0.0005,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85132",1,38.77453,-122.6995,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,5.459016,4.314988,23,"2013-04-28 00:00",16,"2013-05-04 00:00",13,"2013-07-03 00:00",13,"2013-08-20 00:00","","","","",23,16,13,11,8,4,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85134",1,38.77453,-122.6995,"NAD83","Molybdenum PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,2,0,2,"2013-01-04 00:00",2,"2013-01-10 00:00",2,"2013-01-16 00:00",2,"2013-01-22 00:00","","","","",2,2,2,2,2,2,2,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85136",1,38.77453,-122.6995,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.04918,0.284384,3,"2013-04-28 00:00",2,"2013-07-03 00:00",1,"2013-01-04 00:00",1,"2013-01-10 00:00","","","","",3,2,1,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85142",1,38.77453,-122.6995,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85152",1,38.77453,-122.6995,"NAD83","Phosphorus PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",8,0.007475,0.006505,0.042,"2013-10-01 00:00",0.028,"2013-06-27 00:00",0.016,"2013-04-28 00:00",0.015,"2013-07-03 00:00","","","","",0.042,0.028,0.015,0.013,0.01,0.006,0.001,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85154",1,38.77453,-122.6995,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85160",1,38.77453,-122.6995,"NAD83","Tin PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,4.245902,1.135132,11,"2013-02-09 00:00",8,"2013-07-27 00:00",8,"2013-11-12 00:00",4,"2013-01-04 00:00","","","","",11,8,4,4,4,4,4,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85161",1,38.77453,-122.6995,"NAD83","Titanium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,15.442623,12.164874,64,"2013-04-28 00:00",41,"2013-05-04 00:00",39,"2013-07-03 00:00",35,"2013-07-21 00:00","","","","",64,41,35,32,22,12,3,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85164",1,38.77453,-122.6995,"NAD83","Vanadium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.114754,0.450864,4,"2013-04-28 00:00",2,"2013-05-04 00:00",2,"2013-07-03 00:00",2,"2013-08-20 00:00","","","","",4,2,2,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85165",1,38.77453,-122.6995,"NAD83","Silicon PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.440787,0.35455,1.9,"2013-04-28 00:00",1.3,"2013-05-04 00:00",1,"2013-04-22 00:00",1,"2013-07-03 00:00","","","","",1.9,1.3,1,0.9,0.65,0.34,0.088,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85167",1,38.77453,-122.6995,"NAD83","Zinc PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,2.803279,1.701173,8,"2013-04-28 00:00",8,"2013-11-24 00:00",7,"2013-04-22 00:00",7,"2013-11-12 00:00","","","","",8,8,7,4,3,3,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85168",1,38.77453,-122.6995,"NAD83","Strontium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.42623,0.694239,4,"2013-04-28 00:00",3,"2013-04-22 00:00",3,"2013-05-04 00:00",3,"2013-07-21 00:00","","","","",4,3,3,2,2,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85169",1,38.77453,-122.6995,"NAD83","Sulfur PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.190164,0.09916,0.46,"2013-10-25 00:00",0.42,"2013-04-22 00:00",0.4,"2013-03-23 00:00",0.36,"2013-05-04 00:00","","","","",0.46,0.42,0.36,0.33,0.23,0.19,0.068,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85176",1,38.77453,-122.6995,"NAD83","Rubidium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85180",1,38.77453,-122.6995,"NAD83","Potassium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,88.918033,46.918118,260,"2013-04-28 00:00",190,"2013-05-04 00:00",190,"2013-11-24 00:00",170,"2013-07-03 00:00","","","","",260,190,170,140,110,82,41,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3010","85183",1,38.77453,-122.6995,"NAD83","Yttrium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"ANDERSON SPRINGS","11270 ANDERSON SPRINGS RD., MIDDLETOWN, CA","California","Lake","Middletown","Clearlake, CA","2014-01-29" +"06","033","3011","42402",1,38.84846,-122.75797,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",6479,74,271,365,0,73,"","","Certification not required",2032,0.001197,0.001321,0.014,"2013-09-10 18:00",0.013,"2013-07-21 19:00",0.013,"2013-07-29 14:00",0.012,"2013-07-21 20:00","","","","",0.007,0.006,0.004,0.003,0.001,0.001,0.0002,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3011","61101",1,38.84846,-122.75797,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6552,75,273,365,0,0,"","","Certification not required",0,1.902824,1.59096,9.6,"2013-01-13 21:00",8.7,"2013-03-06 01:00",7.8,"2013-03-05 22:00",7.8,"2013-03-05 23:00","","","","",6.1,6.1,5.2,4.3,2.6,1.7,0,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3011","61102",1,38.84846,-122.75797,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,193.556166,75.694024,360,"2013-01-07 13:00",359,"2013-02-07 10:00",359,"2013-02-25 12:00",359,"2013-03-15 18:00","","","","",352,347,336,308,227,188,88,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3011","62101",1,38.84846,-122.75797,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING LEVEL 2",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,54.598443,17.561591,102,"2013-07-02 12:00",102,"2013-07-03 13:00",101,"2013-06-08 13:00",101,"2013-06-08 14:00","","","","",93,90,85,80,67,53,32,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3011","62201",1,38.84846,-122.75797,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6552,75,273,365,0,0,"","","Certification not required",0,63.167888,26.405979,97,"2013-01-06 23:00",97,"2013-01-07 00:00",97,"2013-01-07 01:00",97,"2013-01-07 02:00","","","","",96,96,95,94,88,70,25,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3011","85101",1,38.84846,-122.75797,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",12,6.52459,4.121515,22,"2013-08-20 00:00",15,"2013-04-28 00:00",15,"2013-05-04 00:00",14,"2013-07-21 00:00","","","","",22,15,14,12,8,5,2,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-02-06" +"06","033","3011","85102",1,38.84846,-122.75797,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,4.131148,1.024295,12,"2013-07-15 00:00",4,"2013-01-04 00:00",4,"2013-01-10 00:00",4,"2013-01-16 00:00","","","","",12,4,4,4,4,4,4,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85103",1,38.84846,-122.75797,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.016393,0.128037,2,"2013-08-08 00:00",1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00","","","","",2,1,1,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85104",1,38.84846,-122.75797,"NAD83","Aluminum PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,138.065574,116.033884,480,"2013-04-28 00:00",430,"2013-08-20 00:00",350,"2013-05-04 00:00",350,"2013-10-07 00:00","","","","",480,430,350,300,210,95,19,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85107",1,38.84846,-122.75797,"NAD83","Barium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,6.967213,3.864226,18,"2013-04-28 00:00",14,"2013-10-07 00:00",13,"2013-07-27 00:00",13,"2013-08-08 00:00","","","","",18,14,13,13,10,4,4,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85109",1,38.84846,-122.75797,"NAD83","Bromine PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",23,0.001123,0.000728,0.003,"2013-07-27 00:00",0.003,"2013-08-20 00:00",0.003,"2013-10-19 00:00",0.003,"2013-10-25 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0.0005,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85111",1,38.84846,-122.75797,"NAD83","Calcium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,79.442623,63.727944,300,"2013-11-24 00:00",290,"2013-04-28 00:00",250,"2013-04-22 00:00",240,"2013-05-04 00:00","","","","",300,290,240,130,97,64,26,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85112",1,38.84846,-122.75797,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.442623,0.742172,5,"2013-05-28 00:00",3,"2013-04-28 00:00",3,"2013-09-07 00:00",3,"2013-10-25 00:00","","","","",5,3,3,2,2,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85113",1,38.84846,-122.75797,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,3.311475,2.50693,12,"2013-04-28 00:00",9,"2013-08-20 00:00",8,"2013-10-07 00:00",7,"2013-05-04 00:00","","","","",12,9,7,7,5,2,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85114",1,38.84846,-122.75797,"NAD83","Copper PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.180328,0.741804,6,"2013-09-01 00:00",3,"2013-04-28 00:00",3,"2013-06-27 00:00",2,"2013-10-07 00:00","","","","",6,3,2,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85115",1,38.84846,-122.75797,"NAD83","Chlorine PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.107246,0.150504,0.72,"2013-05-22 00:00",0.66,"2013-10-01 00:00",0.5,"2013-09-25 00:00",0.37,"2013-01-10 00:00","","","","",0.72,0.66,0.37,0.26,0.16,0.042,0.008,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85126",1,38.84846,-122.75797,"NAD83","Iron PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,134.04918,97.67675,440,"2013-04-28 00:00",380,"2013-08-20 00:00",300,"2013-05-04 00:00",300,"2013-08-08 00:00","","","","",440,380,300,260,190,110,34,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85128",1,38.84846,-122.75797,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.000746,0.000545,0.003,"2013-04-22 00:00",0.002,"2013-03-23 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-04 00:00","","","","",0.003,0.002,0.002,0.002,0.0005,0.0005,0.0005,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85132",1,38.84846,-122.75797,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,4.918033,3.569758,15,"2013-04-28 00:00",14,"2013-08-20 00:00",11,"2013-05-04 00:00",11,"2013-09-13 00:00","","","","",15,14,11,10,7,4,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85134",1,38.84846,-122.75797,"NAD83","Molybdenum PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,2,0,2,"2013-01-04 00:00",2,"2013-01-10 00:00",2,"2013-01-16 00:00",2,"2013-01-22 00:00","","","","",2,2,2,2,2,2,2,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85136",1,38.84846,-122.75797,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85142",1,38.84846,-122.75797,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85152",1,38.84846,-122.75797,"NAD83","Phosphorus PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",13,0.005574,0.004529,0.022,"2013-06-27 00:00",0.018,"2013-08-20 00:00",0.016,"2013-10-01 00:00",0.013,"2013-07-03 00:00","","","","",0.022,0.018,0.013,0.011,0.008,0.005,0.001,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85154",1,38.84846,-122.75797,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85160",1,38.84846,-122.75797,"NAD83","Tin PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,4.311475,1.190812,9,"2013-02-03 00:00",9,"2013-06-15 00:00",9,"2013-09-07 00:00",8,"2013-12-30 00:00","","","","",9,9,8,4,4,4,4,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85161",1,38.84846,-122.75797,"NAD83","Titanium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,15.590164,11.024786,46,"2013-08-20 00:00",42,"2013-04-28 00:00",38,"2013-08-08 00:00",34,"2013-11-06 00:00","","","","",46,42,34,31,24,12,4,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85164",1,38.84846,-122.75797,"NAD83","Vanadium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.098361,0.300273,2,"2013-04-28 00:00",2,"2013-07-03 00:00",2,"2013-07-27 00:00",2,"2013-08-08 00:00","","","","",2,2,2,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85165",1,38.84846,-122.75797,"NAD83","Silicon PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.433098,0.324618,1.4,"2013-04-28 00:00",1.2,"2013-08-20 00:00",1.1,"2013-05-04 00:00",0.96,"2013-10-07 00:00","","","","",1.4,1.2,0.96,0.88,0.64,0.33,0.097,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85167",1,38.84846,-122.75797,"NAD83","Zinc PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,2.409836,1.382956,9,"2013-11-12 00:00",5,"2013-07-15 00:00",5,"2013-08-20 00:00",5,"2013-10-25 00:00","","","","",9,5,5,4,3,2,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85168",1,38.84846,-122.75797,"NAD83","Strontium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1.377049,0.662418,4,"2013-04-28 00:00",3,"2013-05-04 00:00",3,"2013-10-07 00:00",3,"2013-11-24 00:00","","","","",4,3,3,2,2,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85169",1,38.84846,-122.75797,"NAD83","Sulfur PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,0.177623,0.09871,0.43,"2013-04-22 00:00",0.42,"2013-07-21 00:00",0.41,"2013-10-25 00:00",0.35,"2013-07-27 00:00","","","","",0.43,0.42,0.35,0.32,0.23,0.17,0.059,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85176",1,38.84846,-122.75797,"NAD83","Rubidium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85180",1,38.84846,-122.75797,"NAD83","Potassium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,83.114754,43.668104,210,"2013-08-20 00:00",190,"2013-04-28 00:00",160,"2013-10-07 00:00",150,"2013-05-04 00:00","","","","",210,190,150,140,120,71,34,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3011","85183",1,38.84846,-122.75797,"NAD83","Yttrium PM10 LC","24 HOUR","","Observed Values","R&P FRM PM2.5 mod for PM10 - X-ray Fluorescence",2013,"Nanograms/cubic meter (LC)","No Events",61,100,60,61,0,1,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"GLENBROOK","HIGH VALLEY RD, COBB, CA","California","Lake","Cobb","Clearlake, CA","2014-01-29" +"06","033","3012","42402",1,38.85022,-122.7362,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",6494,74,271,365,0,58,"","","Certification not required",3864,0.000749,0.001025,0.011,"2013-07-22 02:00",0.011,"2013-08-04 20:00",0.011,"2013-09-13 09:00",0.01,"2013-07-16 03:00","","","","",0.005,0.004,0.003,0.002,0.001,0.0002,0.0002,"HOBERG-PINE SUMMIT","9302 FOX DR., COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3012","61101",1,38.85022,-122.7362,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6552,75,273,365,0,0,"","","Certification not required",0,5.625122,2.697165,24.3,"2013-03-06 01:00",23.4,"2013-03-06 03:00",22.6,"2013-03-06 00:00",22.6,"2013-03-06 02:00","","","","",13.9,12.2,10.4,8.7,6.9,5.2,2.6,"HOBERG-PINE SUMMIT","9302 FOX DR., COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3012","61102",1,38.85022,-122.7362,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,208.546245,100.399638,360,"2013-04-08 10:00",359,"2013-02-13 19:00",359,"2013-02-23 15:00",359,"2013-02-24 01:00","","","","",344,334,317,305,287,254,56,"HOBERG-PINE SUMMIT","9302 FOX DR., COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3012","62101",1,38.85022,-122.7362,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING LEVEL 2",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,2,"","","Certification not required",0,59.381985,15.00946,101,"2013-07-03 12:00",101,"2013-07-03 13:00",100,"2013-07-02 11:00",100,"2013-07-02 12:00","","","","",93,90,85,80,70,58,40,"HOBERG-PINE SUMMIT","9302 FOX DR., COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","033","3012","62201",1,38.85022,-122.7362,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6529,75,272,365,0,23,"","","Certification not required",0,50.011794,24.502232,99,"2013-01-05 09:00",99,"2013-01-05 10:00",99,"2013-01-05 11:00",99,"2013-01-05 12:00","","","","",99,99,98,93,67,44,22,"HOBERG-PINE SUMMIT","9302 FOX DR., COBB, CA","California","Lake","Cobb","Clearlake, CA","2013-12-23" +"06","037","0002","12102",2,34.1365,-117.92391,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.002,0,0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12103",2,34.1365,-117.92391,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12110",2,34.1365,-117.92391,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12112",2,34.1365,-117.92391,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0076,0.007829,0.021,"2013-01-04 00:00",0.007,"2013-02-21 00:00",0.006,"2013-01-28 00:00",0.002,"2013-01-16 00:00","","","","",0.021,0.021,0.021,0.021,0.007,0.006,0.002,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12113",2,34.1365,-117.92391,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12114",2,34.1365,-117.92391,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.00757,0.004182,0.012,"2013-01-04 00:00",0.0095,"2013-02-21 00:00",0.0078,"2013-01-16 00:00",0.0078,"2013-01-28 00:00","","","","",0.012,0.012,0.012,0.012,0.0095,0.0078,0.00075,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12115",1,34.1365,-117.92391,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-01-31" +"06","037","0002","12126",2,34.1365,-117.92391,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.377,0.271422,0.67,"2013-02-21 00:00",0.6,"2013-01-04 00:00",0.39,"2013-01-28 00:00",0.21,"2013-01-16 00:00","","","","",0.67,0.67,0.67,0.67,0.6,0.39,0.015,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12128",4,34.1365,-117.92391,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0022,0.001594,0.0044,"2013-02-21 00:00",0.0031,"2013-01-04 00:00",0.0021,"2013-01-16 00:00",0.0007,"2013-01-28 00:00","","","","",0.0044,0.0044,0.0044,0.0044,0.0031,0.0021,0.0007,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-06-28" +"06","037","0002","12132",2,34.1365,-117.92391,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.011,0.005958,0.015,"2013-01-04 00:00",0.015,"2013-01-16 00:00",0.014,"2013-02-21 00:00",0.01,"2013-01-28 00:00","","","","",0.015,0.015,0.015,0.015,0.015,0.014,0.001,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12134",2,34.1365,-117.92391,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12136",2,34.1365,-117.92391,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0076,0.003578,0.012,"2013-01-04 00:00",0.011,"2013-02-21 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00","","","","",0.012,0.012,0.012,0.012,0.011,0.005,0.005,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12150",2,34.1365,-117.92391,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12154",2,34.1365,-117.92391,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12160",2,34.1365,-117.92391,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12161",2,34.1365,-117.92391,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0114,0.007326,0.02,"2013-01-04 00:00",0.018,"2013-02-21 00:00",0.01,"2013-01-28 00:00",0.0045,"2013-01-16 00:00","","","","",0.02,0.02,0.02,0.02,0.018,0.01,0.0045,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12164",2,34.1365,-117.92391,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12167",2,34.1365,-117.92391,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.0191,0.009633,0.029,"2013-01-04 00:00",0.025,"2013-02-21 00:00",0.022,"2013-01-16 00:00",0.015,"2013-01-28 00:00","","","","",0.029,0.029,0.029,0.029,0.025,0.022,0.0045,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12168",2,34.1365,-117.92391,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.00248,0.001619,0.0041,"2013-02-21 00:00",0.0037,"2013-01-16 00:00",0.0031,"2013-01-04 00:00",0.00075,"2013-01-28 00:00","","","","",0.0041,0.0041,0.0041,0.0041,0.0037,0.0031,0.00075,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12169",2,34.1365,-117.92391,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.139,0.12054,0.34,"2013-02-21 00:00",0.14,"2013-01-28 00:00",0.12,"2013-01-04 00:00",0.065,"2013-01-16 00:00","","","","",0.34,0.34,0.34,0.34,0.14,0.12,0.03,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","12185",2,34.1365,-117.92391,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","0002","42101",1,34.1365,-117.92391,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6007,69,265,365,0,545,0,0,"Certification not required",4993,0.312843,0.156112,2.8,"2013-09-07 23:00",2.1,"2013-09-08 00:00",2,"2013-09-25 23:00",1.5,"2013-03-12 06:00","","","","",0.9,0.8,0.6,0.6,0.25,0.25,0.25,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","42101",1,34.1365,-117.92391,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6329,72,256,365,0,0,0,0,"Certification not required",0,0.346943,0.103253,1.2,"2013-09-08 06:00",1.1,"2013-09-08 04:00",1.1,"2013-09-08 05:00",1,"2013-03-20 09:00",1.2,"2013-09-08 06:00",1,"2013-03-20 09:00",0.8,0.7,0.6,0.5,0.3,0.3,0.3,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","42601",2,34.1365,-117.92391,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5985,68,263,365,0,567,"","","Certification not required",0,6.140869,10.614807,132.5,"2013-03-12 06:00",128.2,"2013-02-13 06:00",121.3,"2013-02-13 07:00",112.2,"2013-02-14 07:00","","","","",58.3,41.1,22.6,13.2,6,2.8,0.6,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","42602",2,34.1365,-117.92391,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5985,68,263,365,0,567,0,"","Certification not required",0,28.887833,10.884116,69.2,"2013-03-12 21:00",61,"2013-03-14 13:00",56.7,"2013-01-09 17:00",55.5,"2013-09-13 20:00","","","","",56.7,54.1,48.9,45.2,34.6,28.2,15.3,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","42602",2,34.1365,-117.92391,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5985,68,263,365,0,567,"","","Certification not required",0,17.392966,9.840404,69.2,"2013-03-12 21:00",62.3,"2013-03-12 20:00",61,"2013-03-14 13:00",56.7,"2013-01-09 17:00","","","","",46.2,42.2,36,30.9,23.1,15.9,5.9,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","42603",2,34.1365,-117.92391,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5985,68,263,365,0,567,"","","Certification not required",0,23.574386,17.323987,175.1,"2013-03-12 06:00",168.7,"2013-02-13 06:00",164.4,"2013-02-13 07:00",150.9,"2013-02-14 07:00","","","","",94.8,75.9,54.6,42.1,28.9,19.6,8.1,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","43218",4,34.1365,-117.92391,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.165161,0.17778,0.88,"2013-12-18 00:00",0.6,"2013-11-12 00:00",0.37,"2013-09-13 00:00",0.36,"2013-01-16 00:00","","","","",0.88,0.88,0.6,0.36,0.2,0.08,0.08,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43359",5,34.1365,-117.92391,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.840357,0.631468,3.3,"2013-07-27 00:00",2,"2013-11-12 00:00",1.4,"2013-10-07 00:00",1.3,"2013-03-29 00:00","","","","",3.3,3.3,2,1.4,1.1,0.78,0.34,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43502",1,34.1365,-117.92391,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,3.164516,1.589245,7.4,"2013-11-12 00:00",5.9,"2013-09-13 00:00",5.6,"2013-10-19 00:00",5.3,"2013-07-03 00:00","","","","",7.4,7.4,5.9,5.3,4.1,2.9,1.4,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43503",1,34.1365,-117.92391,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.387097,1.394212,7.2,"2013-11-12 00:00",4.4,"2013-10-19 00:00",4.4,"2013-12-18 00:00",4.2,"2013-09-13 00:00","","","","",7.2,7.2,4.4,4.2,3,2.2,1,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43505",5,34.1365,-117.92391,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.594,0.321994,1.17,"2013-01-16 00:00",0.45,"2013-01-04 00:00",0.45,"2013-01-28 00:00",0.45,"2013-02-09 00:00","","","","",1.17,1.17,1.17,1.17,0.45,0.45,0.45,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","0002","43551",5,34.1365,-117.92391,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,14.52,9.885444,27.9,"2013-01-04 00:00",22.2,"2013-01-16 00:00",9.3,"2013-02-21 00:00",6.9,"2013-01-28 00:00","","","","",27.9,27.9,27.9,27.9,22.2,9.3,6.3,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","0002","43552",1,34.1365,-117.92391,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",13,0.625806,0.784418,4,"2013-11-12 00:00",2.4,"2013-12-18 00:00",1.6,"2013-10-19 00:00",0.8,"2013-01-16 00:00","","","","",4,4,2.4,0.8,0.8,0.4,0.2,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43702",5,34.1365,-117.92391,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","0002","43802",4,34.1365,-117.92391,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.28129,0.24553,1,"2013-10-07 00:00",1,"2013-12-18 00:00",0.83,"2013-11-12 00:00",0.46,"2013-09-13 00:00","","","","",1,1,1,0.46,0.35,0.18,0.12,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43803",4,34.1365,-117.92391,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.030323,0.019233,0.09,"2013-12-18 00:00",0.07,"2013-10-07 00:00",0.07,"2013-11-12 00:00",0.06,"2013-09-13 00:00","","","","",0.09,0.09,0.07,0.06,0.03,0.03,0.01,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43804",4,34.1365,-117.92391,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.082903,0.008244,0.1,"2013-09-13 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43814",4,34.1365,-117.92391,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.01129,0.003408,0.02,"2013-01-16 00:00",0.02,"2013-09-13 00:00",0.02,"2013-10-31 00:00",0.02,"2013-12-18 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.01,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43817",4,34.1365,-117.92391,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.062903,0.048111,0.22,"2013-11-12 00:00",0.19,"2013-12-18 00:00",0.14,"2013-10-19 00:00",0.12,"2013-09-13 00:00","","","","",0.22,0.22,0.19,0.12,0.07,0.05,0.03,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43819",4,34.1365,-117.92391,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43824",4,34.1365,-117.92391,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.022581,0.008152,0.05,"2013-09-13 00:00",0.05,"2013-12-18 00:00",0.04,"2013-11-12 00:00",0.02,"2013-01-04 00:00","","","","",0.05,0.05,0.05,0.02,0.02,0.02,0.02,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43827",5,34.1365,-117.92391,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",28,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43830",4,34.1365,-117.92391,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43831",4,34.1365,-117.92391,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43834",5,34.1365,-117.92391,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",28,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43848",5,34.1365,-117.92391,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",15,0.429286,0.329466,1.42,"2013-11-12 00:00",1.26,"2013-10-07 00:00",0.9,"2013-09-13 00:00",0.76,"2013-07-03 00:00","","","","",1.42,1.42,1.26,0.9,0.56,0.2,0.2,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","43854",5,34.1365,-117.92391,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",21,0.322143,0.259535,1.36,"2013-11-12 00:00",0.68,"2013-10-19 00:00",0.64,"2013-09-13 00:00",0.64,"2013-10-07 00:00","","","","",1.36,1.36,0.68,0.64,0.46,0.2,0.2,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","44201",1,34.1365,-117.92391,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5925,71,260,365,0,627,0,0,"Certification not required",418,0.056654,0.018082,0.115,"2013-09-15 13:00",0.109,"2013-06-01 14:00",0.109,"2013-06-29 13:00",0.107,"2013-07-14 14:00","","","","",0.109,0.098,0.09,0.081,0.069,0.055,0.035,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","44201",1,34.1365,-117.92391,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6242,70,255,365,0,0,1,1,"Certification not required",0,0.045663,0.014022,0.085,"2013-06-29 11:00",0.084,"2013-05-12 10:00",0.084,"2013-06-01 11:00",0.08,"2013-07-14 10:00","","","","",0.084,0.076,0.071,0.066,0.054,0.045,0.028,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","44201",1,34.1365,-117.92391,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6242,70,255,365,0,0,6,6,"Certification not required",0,0.045663,0.014022,0.085,"2013-06-29 11:00",0.084,"2013-05-12 10:00",0.084,"2013-06-01 11:00",0.08,"2013-07-14 10:00","","","","",0.084,0.076,0.071,0.066,0.054,0.045,0.028,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","45109",4,34.1365,-117.92391,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,3.716129,2.793428,12,"2013-11-12 00:00",10.4,"2013-07-03 00:00",10.4,"2013-12-18 00:00",5.84,"2013-09-13 00:00","","","","",12,12,10.4,5.84,4.56,3.2,0.8,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","45201",4,34.1365,-117.92391,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.676129,0.926404,4.5,"2013-11-12 00:00",4.32,"2013-12-18 00:00",2.94,"2013-09-13 00:00",2.7,"2013-10-19 00:00","","","","",4.5,4.5,4.32,2.7,2.16,1.38,0.96,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","45202",4,34.1365,-117.92391,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,6.390323,5.035532,21.7,"2013-07-03 00:00",20.3,"2013-11-12 00:00",16.8,"2013-12-18 00:00",11.9,"2013-09-13 00:00","","","","",21.7,21.7,20.3,11.9,8.4,4.69,2.31,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","45203",4,34.1365,-117.92391,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.042581,0.673295,3.28,"2013-11-12 00:00",2.96,"2013-12-18 00:00",2.72,"2013-07-03 00:00",1.76,"2013-09-13 00:00","","","","",3.28,3.28,2.96,1.76,0.8,0.8,0.8,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","45204",4,34.1365,-117.92391,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.380645,1.028235,4.4,"2013-11-12 00:00",3.76,"2013-12-18 00:00",3.68,"2013-07-03 00:00",2.24,"2013-09-13 00:00","","","","",4.4,4.4,3.76,2.24,1.68,1.2,0.4,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","45220",4,34.1365,-117.92391,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.624516,0.51822,2.72,"2013-11-12 00:00",1.76,"2013-01-16 00:00",1.36,"2013-09-13 00:00",1.28,"2013-12-18 00:00","","","","",2.72,2.72,1.76,1.28,0.4,0.4,0.4,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","0002","62101",1,34.1365,-117.92391,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6523,74,271,365,0,28,"","","Certification not required",0,67.046221,11.473994,100.4,"2013-09-06 14:00",100.2,"2013-09-06 13:00",100.1,"2013-08-29 13:00",99.9,"2013-09-06 12:00","","","","",94.5,92,87.6,83.1,74.8,65.7,53,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","62201",1,34.1365,-117.92391,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6524,74,271,365,0,27,"","","Certification not required",0,54.774065,22.18288,99,"2013-01-26 21:00",99,"2013-01-26 22:00",99,"2013-01-26 23:00",99,"2013-01-27 01:00","","","","",93,90,86,82,74,56,23,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","63301",1,34.1365,-117.92391,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",231,3,7,365,0,4136,"","","Certification not required",35,4.658506,2.552844,6.1,"2013-07-01 00:00",6.1,"2013-07-01 01:00",6.1,"2013-07-01 02:00",6.1,"2013-07-01 03:00","","","","",6.1,6.1,6.1,6.1,6.1,6.1,0.005,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","63302",1,34.1365,-117.92391,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",6524,74,271,365,0,27,"","","Certification not required",4009,0.015991,0.016789,0.07,"2013-05-10 11:00",0.07,"2013-05-11 11:00",0.07,"2013-05-14 11:00",0.07,"2013-05-14 12:00","","","","",0.06,0.06,0.05,0.04,0.03,0.005,0.005,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","64101",1,34.1365,-117.92391,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6336,72,263,365,0,50,"","","Certification not required",0,992.792614,4.337598,1009,"2013-01-15 08:00",1009,"2013-01-15 09:00",1008,"2013-01-15 07:00",1008,"2013-01-15 10:00","","","","",1004,1002,1000,999,996,992,988,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0002","68101",1,34.1365,-117.92391,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",29,24,29,122,0,0,"","","Certification not required",0,0.210345,0.030993,0.3,"2013-02-15 00:00",0.3,"2013-03-02 00:00",0.3,"2013-03-14 00:00",0.2,"2013-01-01 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.2,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68102",1,34.1365,-117.92391,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",29,24,29,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68103",1,34.1365,-117.92391,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,24,29,122,0,0,"","","Certification not required",0,7.9,3.277085,14.4,"2013-03-02 00:00",13.3,"2013-01-25 00:00",12.5,"2013-02-03 00:00",11,"2013-01-22 00:00","","","","",14.4,14.4,13.3,12.5,10.3,8.4,3.3,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68104",1,34.1365,-117.92391,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,24,29,122,0,0,"","","Certification not required",0,21.651724,5.251301,32.3,"2013-03-14 00:00",30.1,"2013-03-02 00:00",27.6,"2013-01-22 00:00",27.6,"2013-02-15 00:00","","","","",32.3,32.3,30.1,27.6,25.5,20.9,13.9,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68105",1,34.1365,-117.92391,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,24,29,122,0,0,"","","Certification not required",0,13.917241,3.761655,21.4,"2013-03-02 00:00",20.3,"2013-03-14 00:00",18.7,"2013-01-22 00:00",18.3,"2013-02-15 00:00","","","","",21.4,21.4,20.3,18.7,16.5,14.6,9.5,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68106",1,34.1365,-117.92391,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,24,29,122,0,0,"","","Certification not required",0,741.482759,2.848818,746,"2013-02-12 00:00",745,"2013-01-01 00:00",745,"2013-01-04 00:00",745,"2013-01-16 00:00","","","","",746,746,745,745,744,742,736,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68107",1,34.1365,-117.92391,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,24,29,122,0,0,"","","Certification not required",0,751.551724,2.197177,758,"2013-02-06 00:00",755,"2013-01-10 00:00",755,"2013-01-16 00:00",755,"2013-02-24 00:00","","","","",758,758,755,755,753,751,749,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68108",1,34.1365,-117.92391,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,24,29,122,0,0,"","","Certification not required",0,746.137931,1.865555,749,"2013-01-04 00:00",749,"2013-01-16 00:00",749,"2013-02-12 00:00",748,"2013-01-01 00:00","","","","",749,749,749,749,747,746,743,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","68109",1,34.1365,-117.92391,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",29,24,29,122,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","81102",2,34.1365,-117.92391,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,32.95082,15.100139,76,"2013-11-12 00:00",63,"2013-12-18 00:00",57,"2013-07-09 00:00",56,"2013-09-13 00:00","","","","",76,63,56,49,43,34,13,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","0002","85101",2,34.1365,-117.92391,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,32.295082,14.80354,74,"2013-11-12 00:00",62,"2013-12-18 00:00",56,"2013-07-09 00:00",55,"2013-09-13 00:00","","","","",74,62,55,48,42,33,13,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","0002","88101",1,34.1365,-117.92391,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,0,0,"Certification not required",0,9.658621,7.728543,29.6,"2013-02-06 00:00",25.8,"2013-03-17 00:00",24.7,"2013-03-20 00:00",21.4,"2013-03-26 00:00","","","","",29.6,29.6,25.8,24.7,13.8,5.9,3.4,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0002","88101",1,34.1365,-117.92391,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,"","","Certification not required",0,9.658621,7.728543,29.6,"2013-02-06 00:00",25.8,"2013-03-17 00:00",24.7,"2013-03-20 00:00",21.4,"2013-03-26 00:00","","","","",29.6,29.6,25.8,24.7,13.8,5.9,3.4,"Azusa","803 N. LOREN AVE., AZUSA","California","Los Angeles","Azusa","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","0016","42101",2,34.14435,-117.85036,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",4231,48,186,365,0,329,0,0,"Certification not required",4140,0.257859,0.055108,0.9,"2013-03-05 10:00",0.9,"2013-03-26 14:00",0.8,"2013-01-09 18:00",0.8,"2013-01-09 19:00","","","","",0.6,0.5,0.25,0.25,0.25,0.25,0.25,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","42101",2,34.14435,-117.85036,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4447,51,180,365,0,0,0,0,"Certification not required",0,0.305352,0.0372,0.8,"2013-03-05 16:00",0.8,"2013-03-05 17:00",0.7,"2013-01-09 19:00",0.7,"2013-01-09 20:00",0.8,"2013-03-05 16:00",0.7,"2013-01-09 19:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","42601",1,34.14435,-117.85036,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4100,47,178,365,0,460,"","","Certification not required",0,1.931561,3.462592,44.7,"2013-03-15 10:00",37,"2013-02-07 09:00",31,"2013-03-15 09:00",27.3,"2013-01-09 11:00","","","","",17.3,13.7,8.1,5.3,2.6,0.7,0,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","42602",1,34.14435,-117.85036,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4100,47,178,365,0,458,0,"","Certification not required",0,20.483146,9.69348,55.6,"2013-02-01 16:00",54.2,"2013-03-14 14:00",51.6,"2013-03-15 10:00",47.6,"2013-01-09 18:00","","","","",54.2,47.6,41.3,34.6,24.3,18,10.8,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","42602",1,34.14435,-117.85036,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4100,47,178,365,0,458,"","","Certification not required",0,11.689293,7.239343,55.6,"2013-02-01 16:00",54.2,"2013-03-14 14:00",51.6,"2013-02-01 17:00",51.6,"2013-03-15 10:00","","","","",37,32,25.2,20.9,14.9,10.5,4,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","42603",1,34.14435,-117.85036,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4100,47,178,365,0,460,"","","Certification not required",0,13.645073,9.505927,96.3,"2013-03-15 10:00",74.5,"2013-02-01 16:00",74.1,"2013-02-01 15:00",72.8,"2013-03-15 09:00","","","","",48,41.3,32.1,25.1,17.2,11.6,4.4,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","44201",1,34.14435,-117.85036,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4177,50,181,365,0,383,1,1,"Certification not required",68,0.059558,0.020003,0.135,"2013-06-01 14:00",0.114,"2013-06-30 11:00",0.106,"2013-07-08 14:00",0.104,"2013-05-13 13:00","","","","",0.114,0.104,0.098,0.085,0.073,0.055,0.039,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","44201",1,34.14435,-117.85036,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4392,49,178,365,0,0,4,4,"Certification not required",0,0.049978,0.015597,0.1,"2013-06-01 10:00",0.094,"2013-05-12 10:00",0.085,"2013-04-21 10:00",0.085,"2013-07-07 10:00","","","","",0.094,0.085,0.081,0.072,0.06,0.048,0.032,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","44201",1,34.14435,-117.85036,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4392,49,178,365,0,0,14,14,"Certification not required",0,0.049978,0.015597,0.1,"2013-06-01 10:00",0.094,"2013-05-12 10:00",0.085,"2013-04-21 10:00",0.085,"2013-07-07 10:00","","","","",0.094,0.085,0.081,0.072,0.06,0.048,0.032,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","62101",1,34.14435,-117.85036,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4513,52,187,365,0,1,"","","Certification not required",0,61.321671,11.114526,97.5,"2013-06-29 13:00",96.5,"2013-06-29 12:00",96,"2013-05-13 13:00",95.9,"2013-05-13 14:00","","","","",90.6,87.1,81.1,76.5,68.5,60.1,48.1,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","62201",1,34.14435,-117.85036,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4513,52,187,365,0,1,"","","Certification not required",0,59.917793,27.342029,100,"2013-01-06 17:00",100,"2013-01-06 22:00",100,"2013-01-07 02:00",100,"2013-01-07 03:00","","","","",100,100,100,99,85,59,22,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","81102",3,34.14435,-117.85036,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",4477,51,187,365,15,76,"","","Certification not required",73,31.577396,19.242888,193,"2013-07-05 00:00",189,"2013-07-05 06:00",176,"2013-07-05 01:00",175,"2013-07-05 03:00","","","","",78,70,62,55,43,30,9,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","81102",3,34.14435,-117.85036,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",4477,51,187,365,15,76,"","","Certification not required",73,31.577396,19.242888,193,"2013-07-05 00:00",189,"2013-07-05 06:00",176,"2013-07-05 01:00",175,"2013-07-05 03:00","","","","",78,70,62,55,43,30,9,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","81102",3,34.14435,-117.85036,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",4462,51,187,365,0,76,"","","Certification not required",73,31.12909,17.606687,150,"2013-04-08 16:00",143,"2013-04-08 17:00",116,"2013-04-08 18:00",101,"2013-03-20 13:00","","","","",74,69,62,55,43,30,9,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","81102",3,34.14435,-117.85036,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",187,51,187,365,0,0,0,0,"Certification not required",0,30.721925,14.022934,61,"2013-06-01 00:00",58,"2013-05-21 00:00",57,"2013-03-20 00:00",55,"2013-04-29 00:00","","","","",58,55,52,48,43,32,11,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","81102",3,34.14435,-117.85036,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",187,51,187,365,0,0,0,0,"Certification not required",0,31.139037,14.986802,100,"2013-07-05 00:00",61,"2013-06-01 00:00",58,"2013-05-21 00:00",57,"2013-03-20 00:00","","","","",61,57,53,48,43,32,11,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","81102",3,34.14435,-117.85036,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",187,51,187,365,0,0,0,0,"Certification not required",0,31.139037,14.986802,100,"2013-07-05 00:00",61,"2013-06-01 00:00",58,"2013-05-21 00:00",57,"2013-03-20 00:00","","","","",61,57,53,48,43,32,11,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","88502",3,34.14435,-117.85036,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",4513,52,189,365,15,43,"","","Certification not required",0,9.106647,11.607208,183,"2013-07-05 00:00",170,"2013-07-05 06:00",165,"2013-07-05 05:00",161,"2013-07-05 02:00","","","","",38,31,24,20,13,7,-1,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","88502",3,34.14435,-117.85036,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",4498,52,189,365,0,43,"","","Certification not required",0,8.647688,8.362752,60,"2013-07-05 11:00",55,"2013-03-20 13:00",54,"2013-02-05 16:00",53,"2013-02-05 15:00","","","","",35,30,24,19,13,7,-1,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","88502",3,34.14435,-117.85036,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",4513,52,189,365,15,43,"","","Certification not required",0,9.106647,11.607208,183,"2013-07-05 00:00",170,"2013-07-05 06:00",165,"2013-07-05 05:00",161,"2013-07-05 02:00","","","","",38,31,24,20,13,7,-1,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","88502",3,34.14435,-117.85036,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",189,52,189,365,0,0,"","","Certification not required",0,9.067725,8.461582,78.4,"2013-07-05 00:00",31.5,"2013-07-04 00:00",30.5,"2013-03-16 00:00",27.9,"2013-03-20 00:00","","","","",31.5,27.9,22.5,17.1,13.1,8.3,0.5,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","88502",3,34.14435,-117.85036,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",189,52,189,365,0,0,"","","Certification not required",0,8.627513,6.584353,30.5,"2013-03-16 00:00",27.9,"2013-03-20 00:00",26.8,"2013-02-06 00:00",26.1,"2013-03-17 00:00","","","","",27.9,26.1,20.7,16.8,13.1,8.3,0.5,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0016","88502",3,34.14435,-117.85036,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",189,52,189,365,0,0,"","","Certification not required",0,9.067725,8.461582,78.4,"2013-07-05 00:00",31.5,"2013-07-04 00:00",30.5,"2013-03-16 00:00",27.9,"2013-03-20 00:00","","","","",31.5,27.9,22.5,17.1,13.1,8.3,0.5,"Glendora","840 LAUREL, GLENDORA","California","Los Angeles","Glendora","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","0113","42101",1,34.05111,-118.45636,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5941,68,258,365,0,611,0,0,"Certification not required",5316,0.300555,0.163504,1.9,"2013-09-23 03:00",1.9,"2013-09-23 06:00",1.7,"2013-01-16 08:00",1.7,"2013-09-23 05:00","","","","",1,0.9,0.7,0.5,0.25,0.25,0.25,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","42101",1,34.05111,-118.45636,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6242,71,247,365,0,0,0,0,"Certification not required",0,0.339795,0.111216,1.3,"2013-09-23 06:00",1.3,"2013-09-23 07:00",1.2,"2013-01-16 11:00",1.2,"2013-09-23 08:00",1.3,"2013-09-23 06:00",1.2,"2013-01-16 11:00",0.8,0.7,0.6,0.5,0.3,0.3,0.3,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","42601",1,34.05111,-118.45636,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3614,41,153,365,0,2938,"","","Certification not required",0,4.488877,10.992031,160.6,"2013-02-14 07:00",137,"2013-02-14 08:00",119,"2013-02-15 06:00",109.9,"2013-02-14 06:00","","","","",52.4,43.4,24.8,13.4,2.8,0.8,0,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","42602",1,34.05111,-118.45636,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3603,41,153,365,0,2926,0,"","Certification not required",0,23.244444,11.946057,50.9,"2013-03-01 19:00",49.6,"2013-02-26 22:00",47.1,"2013-09-28 22:00",46.6,"2013-02-27 23:00","","","","",49.6,46.6,45.6,39.9,32.2,22.1,9.4,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","42602",1,34.05111,-118.45636,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3603,41,153,365,0,2926,"","","Certification not required",0,10.435415,10.111463,50.9,"2013-03-01 19:00",49.6,"2013-02-26 22:00",48.2,"2013-03-01 20:00",47.1,"2013-09-28 22:00","","","","",41.7,39.1,33.2,26.8,14.1,6.5,1.9,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","42603",1,34.05111,-118.45636,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3614,41,153,365,0,2938,"","","Certification not required",0,14.941588,19.367613,201.9,"2013-02-14 07:00",180.8,"2013-02-14 08:00",164.4,"2013-02-15 06:00",151.9,"2013-02-14 06:00","","","","",88.2,77.2,56.8,39.6,17.3,7.5,2,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","44201",1,34.05111,-118.45636,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5853,69,252,365,0,699,0,0,"Certification not required",703,0.047952,0.010796,0.088,"2013-05-03 15:00",0.086,"2013-05-13 11:00",0.083,"2013-09-06 13:00",0.076,"2013-03-24 13:00","","","","",0.083,0.07,0.065,0.061,0.054,0.048,0.036,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","44201",1,34.05111,-118.45636,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6142,67,243,365,0,0,0,0,"Certification not required",0,0.041543,0.008837,0.075,"2013-05-03 11:00",0.065,"2013-03-24 10:00",0.06,"2013-08-15 12:00",0.058,"2013-05-04 08:00","","","","",0.06,0.058,0.056,0.053,0.047,0.042,0.032,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","0113","44201",1,34.05111,-118.45636,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6142,67,243,365,0,0,0,0,"Certification not required",0,0.041543,0.008837,0.075,"2013-05-03 11:00",0.065,"2013-03-24 10:00",0.06,"2013-08-15 12:00",0.058,"2013-05-04 08:00","","","","",0.06,0.058,0.056,0.053,0.047,0.042,0.032,"West Los Angeles","VA HOSPITAL, WEST LOS ANGELES","California","Los Angeles","West Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","12102",7,34.17605,-118.31712,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0076,0.005941,0.015,"2013-01-16 00:00",0.013,"2013-01-04 00:00",0.004,"2013-02-09 00:00",0.004,"2013-02-21 00:00","","","","",0.015,0.015,0.015,0.015,0.013,0.004,0.002,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12103",7,34.17605,-118.31712,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12110",7,34.17605,-118.31712,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12112",7,34.17605,-118.31712,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0056,0.002191,0.008,"2013-01-04 00:00",0.008,"2013-01-16 00:00",0.004,"2013-01-28 00:00",0.004,"2013-02-09 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.004,0.004,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12113",7,34.17605,-118.31712,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12114",7,34.17605,-118.31712,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0342,0.029962,0.074,"2013-01-16 00:00",0.059,"2013-01-04 00:00",0.013,"2013-02-09 00:00",0.013,"2013-02-21 00:00","","","","",0.074,0.074,0.074,0.074,0.059,0.013,0.012,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12115",1,34.17605,-118.31712,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-01-31" +"06","037","1002","12126",7,34.17605,-118.31712,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.174,0.858999,2.2,"2013-01-16 00:00",2,"2013-01-04 00:00",0.77,"2013-02-21 00:00",0.5,"2013-02-09 00:00","","","","",2.2,2.2,2.2,2.2,2,0.77,0.4,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12128",7,34.17605,-118.31712,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00712,0.00508,0.014,"2013-01-16 00:00",0.011,"2013-01-04 00:00",0.0045,"2013-02-21 00:00",0.0037,"2013-02-09 00:00","","","","",0.014,0.014,0.014,0.014,0.011,0.0045,0.0024,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-06-28" +"06","037","1002","12132",7,34.17605,-118.31712,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0172,0.012814,0.033,"2013-01-16 00:00",0.029,"2013-01-04 00:00",0.011,"2013-02-21 00:00",0.007,"2013-02-09 00:00","","","","",0.033,0.033,0.033,0.033,0.029,0.011,0.006,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12134",7,34.17605,-118.31712,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00165,0.001264,0.0034,"2013-01-16 00:00",0.0026,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0034,0.0034,0.0034,0.0034,0.0026,0.00075,0.00075,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12136",7,34.17605,-118.31712,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12150",7,34.17605,-118.31712,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12154",7,34.17605,-118.31712,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12160",7,34.17605,-118.31712,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.0053,0.005251,0.012,"2013-01-16 00:00",0.01,"2013-01-04 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.012,0.012,0.012,0.012,0.01,0.0015,0.0015,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12161",7,34.17605,-118.31712,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.037,0.02687,0.067,"2013-01-16 00:00",0.065,"2013-01-04 00:00",0.025,"2013-02-21 00:00",0.015,"2013-02-09 00:00","","","","",0.067,0.067,0.067,0.067,0.065,0.025,0.013,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12164",7,34.17605,-118.31712,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00129,0.000743,0.0022,"2013-01-16 00:00",0.002,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0022,0.0022,0.0022,0.0022,0.002,0.00075,0.00075,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12167",7,34.17605,-118.31712,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0716,0.04949,0.13,"2013-01-16 00:00",0.12,"2013-01-04 00:00",0.047,"2013-02-21 00:00",0.036,"2013-02-09 00:00","","","","",0.13,0.13,0.13,0.13,0.12,0.047,0.025,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12168",7,34.17605,-118.31712,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01034,0.007842,0.021,"2013-01-16 00:00",0.016,"2013-01-04 00:00",0.0076,"2013-02-21 00:00",0.0041,"2013-02-09 00:00","","","","",0.021,0.021,0.021,0.021,0.016,0.0076,0.003,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12169",7,34.17605,-118.31712,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.318,0.107796,0.44,"2013-02-21 00:00",0.38,"2013-01-16 00:00",0.34,"2013-01-04 00:00",0.27,"2013-02-09 00:00","","","","",0.44,0.44,0.44,0.44,0.38,0.34,0.16,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","12185",7,34.17605,-118.31712,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.00273,0.00197,0.005,"2013-01-16 00:00",0.0047,"2013-01-04 00:00",0.0017,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.0047,0.0017,0.00075,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1002","42101",1,34.17605,-118.31712,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5936,68,257,365,0,616,0,0,"Certification not required",4740,0.388915,0.330637,2.5,"2013-01-17 08:00",2.4,"2013-01-23 08:00",2.3,"2013-01-18 08:00",2.2,"2013-01-01 00:00","","","","",1.8,1.6,1.2,0.8,0.25,0.25,0.25,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42101",1,34.17605,-118.31712,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6225,71,250,365,0,0,0,0,"Certification not required",0,0.424932,0.270333,2,"2013-01-01 07:00",1.8,"2013-01-01 08:00",1.8,"2013-01-17 00:00",1.8,"2013-01-17 01:00",2,"2013-01-01 07:00",1.8,"2013-01-17 00:00",1.5,1.3,1.1,0.8,0.4,0.3,0.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42401",2,34.17605,-118.31712,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5912,67,255,365,0,640,0,"","Certification not required",0,0.895686,1.033085,11.3,"2013-01-08 16:00",6.2,"2013-07-07 04:00",5.7,"2013-07-08 04:00",4.2,"2013-07-03 04:00","","","","",5.7,3.7,2.1,1.6,1,0.9,0,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42401",2,34.17605,-118.31712,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5912,67,255,365,0,640,"","","Certification not required",0,0.307409,0.462839,11.3,"2013-01-08 16:00",6.2,"2013-07-07 04:00",5.7,"2013-07-08 04:00",4.8,"2013-01-08 17:00","","","","",1.6,1.2,1,0.9,0.6,0,0,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42401",2,34.17605,-118.31712,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",255,70,255,365,0,0,0,"","Certification not required",0,0.307451,0.312822,2.2,"2013-01-08 00:00",1.1,"2013-07-09 00:00",1.1,"2013-08-29 00:00",1,"2013-03-15 00:00","","","","",1.1,1,0.9,0.7,0.5,0.2,0,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42401",2,34.17605,-118.31712,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1789,61,245,365,0,0,"",0,"Certification not required",0,0.288373,0.412079,5.9,"2013-01-08 17:00",3.5,"2013-01-08 20:00",2.6,"2013-07-07 05:00",2.2,"2013-07-08 05:00","","","","",1.5,1.3,1,0.9,0.5,0.1,0,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42401",3,34.17605,-118.31712,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",24356,23,88,365,0,1564,"","","Certification not required",0,0.402525,0.952037,21.2,"2013-02-22 04:45",21.2,"2013-03-31 04:45",20.7,"2013-01-04 04:45",20.7,"2013-01-25 04:45","","","","",2,2,1,1,1,0,0,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-09-27" +"06","037","1002","42601",2,34.17605,-118.31712,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4616,53,197,365,0,1936,"","","Certification not required",0,9.950715,23.70503,275.5,"2013-01-17 08:00",223,"2013-01-03 08:00",219.9,"2013-01-17 07:00",205,"2013-01-08 06:00","","","","",126.8,102.1,51.6,24.1,6.8,2.2,0.1,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42602",2,34.17605,-118.31712,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4603,53,197,365,0,1949,0,"","Certification not required",0,28.618782,12.026277,62.5,"2013-05-03 22:00",54.5,"2013-01-09 15:00",53.9,"2013-05-12 22:00",53,"2013-05-04 00:00","","","","",54.5,53,48.3,45,38.4,27.5,12.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42602",2,34.17605,-118.31712,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4603,53,197,365,0,1949,"","","Certification not required",0,17.425549,10.791386,62.5,"2013-05-03 22:00",58.6,"2013-01-17 08:00",57.4,"2013-01-17 09:00",56.1,"2013-05-03 07:00","","","","",45.8,43.2,38.1,33.4,24,15.5,5.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","42603",2,34.17605,-118.31712,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4616,53,197,365,0,1936,"","","Certification not required",0,27.359727,30.876808,334.1,"2013-01-17 08:00",274,"2013-01-03 08:00",265.9,"2013-01-17 07:00",250.6,"2013-01-08 06:00","","","","",163.8,139.4,85.4,55.4,31.2,18,6.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","43218",5,34.17605,-118.31712,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.411724,0.468311,1.8,"2013-11-12 00:00",1.56,"2013-01-16 00:00",1.48,"2013-01-04 00:00",0.88,"2013-12-30 00:00","","","","",1.8,1.8,1.56,1.48,0.48,0.22,0.08,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43359",5,34.17605,-118.31712,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",0,6.645556,10.612929,56,"2013-07-27 00:00",18,"2013-10-31 00:00",14,"2013-06-27 00:00",9.7,"2013-06-09 00:00","","","","",56,56,18,14,5.7,3.8,1.5,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43502",5,34.17605,-118.31712,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,3.763333,1.482189,8.3,"2013-11-12 00:00",5.9,"2013-10-19 00:00",5.5,"2013-09-13 00:00",5.4,"2013-10-07 00:00","","","","",8.3,8.3,5.9,5.5,4.7,3.5,2.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43503",5,34.17605,-118.31712,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,2.92,1.619366,8.8,"2013-11-12 00:00",5.2,"2013-12-30 00:00",4.8,"2013-01-04 00:00",4.8,"2013-10-19 00:00","","","","",8.8,8.8,5.2,4.8,3.8,2.6,1.6,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43505",5,34.17605,-118.31712,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.38,0.399687,1.89,"2013-01-16 00:00",1.65,"2013-01-04 00:00",1.38,"2013-01-28 00:00",1.02,"2013-02-09 00:00","","","","",1.89,1.89,1.89,1.89,1.65,1.38,0.96,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","1002","43551",6,34.17605,-118.31712,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,24.24,17.490798,51,"2013-01-16 00:00",33,"2013-01-04 00:00",15,"2013-02-21 00:00",11.4,"2013-01-28 00:00","","","","",51,51,51,51,33,15,10.8,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","1002","43552",5,34.17605,-118.31712,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",19,0.7,0.820008,3.2,"2013-11-12 00:00",2.4,"2013-12-30 00:00",2,"2013-01-04 00:00",2,"2013-11-24 00:00","","","","",3.2,3.2,2.4,2,1.2,0.2,0.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43702",5,34.17605,-118.31712,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","1002","43802",5,34.17605,-118.31712,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.298621,0.44224,2.5,"2013-01-16 00:00",0.72,"2013-11-12 00:00",0.4,"2013-12-18 00:00",0.38,"2013-01-04 00:00","","","","",2.5,2.5,0.72,0.4,0.3,0.19,0.12,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43803",5,34.17605,-118.31712,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.046207,0.028836,0.14,"2013-11-12 00:00",0.11,"2013-10-19 00:00",0.08,"2013-09-13 00:00",0.08,"2013-10-31 00:00","","","","",0.14,0.14,0.11,0.08,0.06,0.04,0.02,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43804",5,34.17605,-118.31712,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.084483,0.006317,0.1,"2013-09-13 00:00",0.09,"2013-01-28 00:00",0.09,"2013-02-21 00:00",0.09,"2013-05-28 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.08,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43814",5,34.17605,-118.31712,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.013448,0.007209,0.03,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-11-12 00:00",0.03,"2013-12-30 00:00","","","","",0.03,0.03,0.03,0.03,0.01,0.01,0.01,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43817",5,34.17605,-118.31712,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.106552,0.076124,0.34,"2013-11-12 00:00",0.26,"2013-01-04 00:00",0.26,"2013-01-16 00:00",0.2,"2013-10-19 00:00","","","","",0.34,0.34,0.26,0.26,0.12,0.07,0.04,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43819",5,34.17605,-118.31712,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.021379,0.005158,0.04,"2013-12-18 00:00",0.04,"2013-12-30 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.04,0.02,0.02,0.02,0.02,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43824",5,34.17605,-118.31712,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.042759,0.071957,0.4,"2013-01-16 00:00",0.11,"2013-12-30 00:00",0.07,"2013-10-19 00:00",0.06,"2013-09-13 00:00","","","","",0.4,0.4,0.11,0.07,0.02,0.02,0.02,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43827",5,34.17605,-118.31712,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43830",5,34.17605,-118.31712,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43831",5,34.17605,-118.31712,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43834",5,34.17605,-118.31712,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",26,0.212593,0.065433,0.54,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.54,0.54,0.2,0.2,0.2,0.2,0.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43848",5,34.17605,-118.31712,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",6,0.797037,0.618477,2.6,"2013-11-12 00:00",1.9,"2013-10-19 00:00",1.78,"2013-07-15 00:00",1.56,"2013-01-04 00:00","","","","",2.6,2.6,1.9,1.78,1.12,0.58,0.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","43854",5,34.17605,-118.31712,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",10,0.742963,0.758109,3.4,"2013-11-12 00:00",1.82,"2013-10-19 00:00",1.78,"2013-01-16 00:00",1.76,"2013-01-04 00:00","","","","",3.4,3.4,1.82,1.78,1.08,0.54,0.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","44201",1,34.17605,-118.31712,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5936,69,253,365,0,616,0,0,"Certification not required",539,0.057126,0.016134,0.11,"2013-06-29 13:00",0.103,"2013-06-30 11:00",0.101,"2013-09-15 13:00",0.095,"2013-09-14 13:00","","","","",0.101,0.092,0.085,0.079,0.068,0.056,0.04,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","44201",1,34.17605,-118.31712,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6225,69,251,365,0,0,0,0,"Certification not required",0,0.047869,0.013713,0.083,"2013-06-29 10:00",0.081,"2013-05-12 09:00",0.081,"2013-09-15 09:00",0.079,"2013-05-03 10:00","","","","",0.081,0.076,0.072,0.066,0.056,0.047,0.029,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","44201",1,34.17605,-118.31712,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6225,69,251,365,0,0,6,6,"Certification not required",0,0.047869,0.013713,0.083,"2013-06-29 10:00",0.081,"2013-05-12 09:00",0.081,"2013-09-15 09:00",0.079,"2013-05-03 10:00","","","","",0.081,0.076,0.072,0.066,0.056,0.047,0.029,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","45109",5,34.17605,-118.31712,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,5.575172,4.795479,22.4,"2013-11-12 00:00",14.4,"2013-01-16 00:00",12.8,"2013-12-30 00:00",12,"2013-01-04 00:00","","","","",22.4,22.4,14.4,12.8,6.48,3.44,1.92,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","45201",5,34.17605,-118.31712,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,2.633793,2.013186,9,"2013-11-12 00:00",6.6,"2013-01-16 00:00",6,"2013-01-04 00:00",6,"2013-12-30 00:00","","","","",9,9,6.6,6,3.18,1.62,1.08,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","45202",5,34.17605,-118.31712,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,8.445862,7.018956,30.1,"2013-11-12 00:00",24.5,"2013-12-30 00:00",21,"2013-01-16 00:00",16.1,"2013-01-04 00:00","","","","",30.1,30.1,24.5,21,9.8,5.25,3.01,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","45203",5,34.17605,-118.31712,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,1.514483,1.323878,6.4,"2013-11-12 00:00",3.92,"2013-12-30 00:00",3.44,"2013-01-16 00:00",2.96,"2013-01-04 00:00","","","","",6.4,6.4,3.92,3.44,1.76,0.8,0.8,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","45204",5,34.17605,-118.31712,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,2.102069,1.865647,8.8,"2013-11-12 00:00",5.28,"2013-01-16 00:00",4.96,"2013-12-30 00:00",4.4,"2013-01-04 00:00","","","","",8.8,8.8,5.28,4.96,2.48,1.36,0.4,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","45220",5,34.17605,-118.31712,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,3,"","","Certification not required",0,0.902069,1.146203,5.44,"2013-11-12 00:00",3.04,"2013-01-04 00:00",2.56,"2013-01-16 00:00",2.56,"2013-12-30 00:00","","","","",5.44,5.44,3.04,2.56,0.4,0.4,0.4,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1002","62101",1,34.17605,-118.31712,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,1,"","","Certification not required",0,66.202015,11.734856,101,"2013-05-13 16:00",100.1,"2013-09-06 11:00",100,"2013-09-06 13:00",99.7,"2013-09-06 12:00","","","","",94.4,91.3,86.9,81.9,73.9,65.3,51.8,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","62201",1,34.17605,-118.31712,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6551,75,273,365,0,1,"","","Certification not required",0,57.839719,21.807827,99,"2013-01-27 02:00",99,"2013-01-27 03:00",99,"2013-01-27 05:00",98,"2013-01-06 06:00","","","","",92,90,87,85,76,60,25,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","63301",1,34.17605,-118.31712,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",188,2,5,365,0,0,"","","Certification not required",188,0.005,0,0.005,"2013-04-02 20:00",0.005,"2013-04-02 21:00",0.005,"2013-04-04 01:00",0.005,"2013-04-09 10:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","64101",1,34.17605,-118.31712,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6434,73,267,365,0,15,"","","Certification not required",0,996.007616,3.941919,1012,"2013-01-15 09:00",1011,"2013-01-15 08:00",1011,"2013-01-15 10:00",1010,"2013-01-15 07:00","","","","",1006,1005,1003,1001,999,996,991,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","68101",1,34.17605,-118.31712,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",80,22,80,365,0,2,"","","Certification not required",0,0.265,0.114847,0.7,"2013-01-07 00:00",0.6,"2013-01-01 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-06 00:00","","","","",0.7,0.6,0.6,0.4,0.3,0.2,0.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68102",1,34.17605,-118.31712,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",80,22,80,365,0,2,"","","Certification not required",0,23.93625,0.087502,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.9,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68103",1,34.17605,-118.31712,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",80,22,80,365,0,2,"","","Certification not required",0,6.29,3.937441,12.7,"2013-01-25 00:00",12.6,"2013-03-31 00:00",12.2,"2013-01-26 00:00",12.2,"2013-03-30 00:00","","","","",12.7,12.6,12.2,11.3,10.2,5.8,1.4,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68104",1,34.17605,-118.31712,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",80,22,80,365,0,2,"","","Certification not required",0,22.61125,4.773344,31.7,"2013-03-12 00:00",31.3,"2013-03-02 00:00",30.5,"2013-01-21 00:00",29.8,"2013-01-22 00:00","","","","",31.7,31.3,29.8,29.1,26.4,22.8,16.2,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68105",1,34.17605,-118.31712,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",80,22,80,365,0,2,"","","Certification not required",0,13.33,3.139233,19.4,"2013-03-02 00:00",18.3,"2013-03-12 00:00",17.9,"2013-02-03 00:00",17.8,"2013-02-02 00:00","","","","",19.4,18.3,17.8,17.3,15.8,14.2,9.6,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68106",1,34.17605,-118.31712,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",80,22,80,365,0,2,"","","Certification not required",0,743.9125,2.926067,754,"2013-01-15 00:00",751,"2013-02-28 00:00",750,"2013-01-14 00:00",750,"2013-02-12 00:00","","","","",754,751,750,748,746,744,741,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68107",1,34.17605,-118.31712,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",80,22,80,365,0,2,"","","Certification not required",0,756.075,3.627514,768,"2013-01-14 00:00",766,"2013-01-15 00:00",765,"2013-02-28 00:00",763,"2013-02-15 00:00","","","","",768,766,763,761,758,756,752,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68108",1,34.17605,-118.31712,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",80,22,80,365,0,2,"","","Certification not required",0,749.9375,3.020369,758,"2013-01-15 00:00",756,"2013-02-12 00:00",756,"2013-02-28 00:00",755,"2013-01-14 00:00","","","","",758,756,755,754,752,750,746,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","68109",1,34.17605,-118.31712,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",80,22,80,365,0,2,"","","Certification not required",0,1435.325,4.602627,1440,"2013-01-12 00:00",1440,"2013-03-16 00:00",1439,"2013-01-01 00:00",1439,"2013-01-03 00:00","","","","",1440,1440,1439,1439,1438,1437,1431,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1002","81102",2,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,5,0,0,"Certification not required",0,28.724138,8.515812,52,"2013-11-12 00:00",46,"2013-10-25 00:00",40,"2013-12-18 00:00",39,"2013-01-16 00:00","","","","",52,46,40,39,35,30,18,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","1002","81102",3,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6433,73,268,365,19,119,"","","Certification not required",0,24.39002,11.834646,158,"2013-09-26 09:00",116,"2013-04-08 14:00",114,"2013-07-05 09:00",108,"2013-07-05 08:00","","","","",59,52,44,39,31,23,10,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","81102",3,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6433,73,268,365,19,119,"","","Certification not required",0,24.39002,11.834646,158,"2013-09-26 09:00",116,"2013-04-08 14:00",114,"2013-07-05 09:00",108,"2013-07-05 08:00","","","","",59,52,44,39,31,23,10,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","81102",3,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6414,73,268,365,0,119,"","","Certification not required",0,24.255691,11.452521,116,"2013-04-08 14:00",106,"2013-02-15 09:00",106,"2013-04-08 09:00",82,"2013-01-17 08:00","","","","",57,51,44,39,31,23,10,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","81102",3,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",268,73,268,365,0,0,0,0,"Certification not required",0,23.914179,7.689437,52,"2013-04-08 00:00",42,"2013-09-26 00:00",41,"2013-05-04 00:00",39,"2013-03-22 00:00","","","","",41,38,36,33,29,24,14,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","81102",3,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",268,73,268,365,0,0,0,0,"Certification not required",0,23.914179,7.689437,52,"2013-04-08 00:00",42,"2013-09-26 00:00",41,"2013-05-04 00:00",39,"2013-03-22 00:00","","","","",41,38,36,33,29,24,14,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","81102",3,34.17605,-118.31712,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",268,73,268,365,0,0,0,0,"Certification not required",0,23.772388,7.579075,52,"2013-04-08 00:00",41,"2013-05-04 00:00",39,"2013-03-22 00:00",38,"2013-01-16 00:00","","","","",39,38,35,33,29,24,14,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","85101",2,34.17605,-118.31712,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,5,"","","Certification not required",0,28.241379,8.363056,51,"2013-11-12 00:00",45,"2013-10-25 00:00",40,"2013-12-18 00:00",39,"2013-12-30 00:00","","","","",51,45,40,38,34,29,18,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","1002","88101",1,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",80,22,80,365,1,2,4,4,"Certification not required",0,13.49625,9.158401,45.1,"2013-01-01 00:00",40.9,"2013-02-05 00:00",36.3,"2013-03-05 00:00",36.2,"2013-03-16 00:00","","","","",45.1,40.9,36.2,30.4,15.3,12.3,4.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",1,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",80,22,80,365,1,2,4,4,"Certification not required",0,13.49625,9.158401,45.1,"2013-01-01 00:00",40.9,"2013-02-05 00:00",36.3,"2013-03-05 00:00",36.2,"2013-03-16 00:00","","","","",45.1,40.9,36.2,30.4,15.3,12.3,4.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",1,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",79,22,80,365,0,2,3,3,"Certification not required",0,13.096203,8.484366,40.9,"2013-02-05 00:00",36.3,"2013-03-05 00:00",36.2,"2013-03-16 00:00",31.6,"2013-03-17 00:00","","","","",40.9,36.3,31.6,25.4,14.9,12.2,4.1,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",1,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",80,22,80,365,1,2,"","","Certification not required",0,13.49625,9.158401,45.1,"2013-01-01 00:00",40.9,"2013-02-05 00:00",36.3,"2013-03-05 00:00",36.2,"2013-03-16 00:00","","","","",45.1,40.9,36.2,30.4,15.3,12.3,4.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",1,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",79,22,80,365,0,2,"","","Certification not required",0,13.096203,8.484366,40.9,"2013-02-05 00:00",36.3,"2013-03-05 00:00",36.2,"2013-03-16 00:00",31.6,"2013-03-17 00:00","","","","",40.9,36.3,31.6,25.4,14.9,12.2,4.1,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",1,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",80,22,80,365,1,2,"","","Certification not required",0,13.49625,9.158401,45.1,"2013-01-01 00:00",40.9,"2013-02-05 00:00",36.3,"2013-03-05 00:00",36.2,"2013-03-16 00:00","","","","",45.1,40.9,36.2,30.4,15.3,12.3,4.3,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6300,72,269,365,17,248,"","","Certification not required",0,17.61446,9.839057,118,"2013-01-01 00:00",115,"2013-01-01 03:00",113,"2013-01-01 01:00",112,"2013-07-05 09:00","","","","",46,40,34,29.6,23,16,7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6283,72,269,365,0,248,"","","Certification not required",0,17.451233,9.175939,72,"2013-02-05 13:00",71,"2013-03-15 23:00",68,"2013-01-01 06:00",68,"2013-01-01 07:00","","","","",44,40,34,29,23,16,7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6300,72,269,365,17,248,"","","Certification not required",0,17.61446,9.839057,118,"2013-01-01 00:00",115,"2013-01-01 03:00",113,"2013-01-01 01:00",112,"2013-07-05 09:00","","","","",46,40,34,29.6,23,16,7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",262,72,262,365,0,0,5,5,"Certification not required",0,17.55229,6.922625,49.7,"2013-01-01 00:00",44,"2013-03-16 00:00",43.7,"2013-02-05 00:00",39.3,"2013-07-05 00:00","","","","",43.7,33.8,29.8,25.5,21,17,9.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",262,72,262,365,0,0,5,5,"Certification not required",0,17.55229,6.922625,49.7,"2013-01-01 00:00",44,"2013-03-16 00:00",43.7,"2013-02-05 00:00",39.3,"2013-07-05 00:00","","","","",43.7,33.8,29.8,25.5,21,17,9.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",262,72,262,365,0,0,3,3,"Certification not required",0,17.405725,6.542523,44,"2013-03-16 00:00",43.7,"2013-02-05 00:00",39.2,"2013-03-15 00:00",33.8,"2013-03-17 00:00","","","","",39.2,33.2,28.9,25.5,20.9,17,9.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",263,72,263,365,0,0,"","","Certification not required",0,17.552852,6.909407,49.7,"2013-01-01 00:00",44,"2013-03-16 00:00",43.7,"2013-02-05 00:00",39.3,"2013-07-05 00:00","","","","",43.7,33.8,29.8,25.5,21,17,9.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",263,72,263,365,0,0,"","","Certification not required",0,17.552852,6.909407,49.7,"2013-01-01 00:00",44,"2013-03-16 00:00",43.7,"2013-02-05 00:00",39.3,"2013-07-05 00:00","","","","",43.7,33.8,29.8,25.5,21,17,9.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1002","88101",3,34.17605,-118.31712,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",263,72,263,365,0,0,"","","Certification not required",0,17.406844,6.53005,44,"2013-03-16 00:00",43.7,"2013-02-05 00:00",39.2,"2013-03-15 00:00",33.8,"2013-03-17 00:00","","","","",39.2,33.2,28.9,25.5,20.9,17,9.7,"Burbank","228 W. PALM AVE., BURBANK","California","Los Angeles","Burbank","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","12102",7,34.06659,-118.22688,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.011,0,0.011,"2013-02-27 00:00","","","","","","","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.011,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12103",7,34.06659,-118.22688,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.001,0,0.001,"2013-02-27 00:00","","","","","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12110",7,34.06659,-118.22688,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.001,0,0.001,"2013-02-27 00:00","","","","","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12112",7,34.06659,-118.22688,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.005,0,0.005,"2013-02-27 00:00","","","","","","","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12113",7,34.06659,-118.22688,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.001,0,0.001,"2013-02-27 00:00","","","","","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12114",7,34.06659,-118.22688,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.028,0,0.028,"2013-02-27 00:00","","","","","","","","","","",0.028,0.028,0.028,0.028,0.028,0.028,0.028,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12115",1,34.06659,-118.22688,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-01-31" +"06","037","1103","12126",7,34.06659,-118.22688,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,1.3,0,1.3,"2013-02-27 00:00","","","","","","","","","","",1.3,1.3,1.3,1.3,1.3,1.3,1.3,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12128",7,34.06659,-118.22688,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.0062,0,0.0062,"2013-02-27 00:00","","","","","","","","","","",0.0062,0.0062,0.0062,0.0062,0.0062,0.0062,0.0062,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-07-10" +"06","037","1103","12132",7,34.06659,-118.22688,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.018,0,0.018,"2013-02-27 00:00","","","","","","","","","","",0.018,0.018,0.018,0.018,0.018,0.018,0.018,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12134",7,34.06659,-118.22688,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.0031,0,0.0031,"2013-02-27 00:00","","","","","","","","","","",0.0031,0.0031,0.0031,0.0031,0.0031,0.0031,0.0031,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12136",7,34.06659,-118.22688,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.005,0,0.005,"2013-02-27 00:00","","","","","","","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12150",7,34.06659,-118.22688,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",1,0.00015,0,0.00015,"2013-02-27 00:00","","","","","","","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12154",7,34.06659,-118.22688,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.001,0,0.001,"2013-02-27 00:00","","","","","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12160",7,34.06659,-118.22688,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.005,0,0.005,"2013-02-27 00:00","","","","","","","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12161",7,34.06659,-118.22688,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.041,0,0.041,"2013-02-27 00:00","","","","","","","","","","",0.041,0.041,0.041,0.041,0.041,0.041,0.041,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12164",7,34.06659,-118.22688,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",1,0.00075,0,0.00075,"2013-02-27 00:00","","","","","","","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12167",7,34.06659,-118.22688,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.061,0,0.061,"2013-02-27 00:00","","","","","","","","","","",0.061,0.061,0.061,0.061,0.061,0.061,0.061,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12168",7,34.06659,-118.22688,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.012,0,0.012,"2013-02-27 00:00","","","","","","","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12169",7,34.06659,-118.22688,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.28,0,0.28,"2013-02-27 00:00","","","","","","","","","","",0.28,0.28,0.28,0.28,0.28,0.28,0.28,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","12185",7,34.06659,-118.22688,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",1,2,1,61,0,5,"","","Certification not required",0,0.0026,0,0.0026,"2013-02-27 00:00","","","","","","","","","","",0.0026,0.0026,0.0026,0.0026,0.0026,0.0026,0.0026,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","1103","14129",2,34.06659,-118.22688,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,0,0,"Certification not required",0,0.006933,0.002947,0.013,"2013-01-22 00:00",0.012,"2013-01-16 00:00",0.011,"2013-04-04 00:00",0.01,"2013-01-04 00:00","","","","",0.013,0.013,0.012,0.011,0.009,0.007,0.004,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","1103","14129",3,34.06659,-118.22688,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,0,0,"Certification not required",0,0.0061,0.002591,0.012,"2013-01-16 00:00",0.011,"2013-01-22 00:00",0.01,"2013-06-27 00:00",0.009,"2013-05-28 00:00","","","","",0.012,0.012,0.011,0.01,0.008,0.006,0.003,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","1103","17141",6,34.06659,-118.22688,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,101.2,61.753897,334,"2013-01-04 00:00",284,"2013-01-16 00:00",231,"2013-02-15 00:00",176,"2013-03-11 00:00","","","","",334,334,231,167,112,86.7,46.7,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17147",6,34.06659,-118.22688,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,4.115651,2.245372,12.1,"2013-09-07 00:00",11,"2013-01-22 00:00",7.03,"2013-07-09 00:00",6.57,"2013-06-27 00:00","","","","",12.1,12.1,7.03,6.25,5.25,3.72,1.97,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17148",6,34.06659,-118.22688,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.454721,1.054729,4.64,"2013-01-04 00:00",3.88,"2013-01-16 00:00",2.71,"2013-02-15 00:00",2.04,"2013-02-09 00:00","","","","",4.64,4.64,2.71,1.96,0.165,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17149",6,34.06659,-118.22688,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,5.665814,2.375278,12.5,"2013-09-07 00:00",10.7,"2013-06-27 00:00",10.1,"2013-07-09 00:00",8.4,"2013-07-15 00:00","","","","",12.5,12.5,10.1,7.47,6.8,5.82,2.03,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17150",6,34.06659,-118.22688,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,11.586512,5.565199,28.2,"2013-09-07 00:00",27,"2013-06-27 00:00",25,"2013-07-09 00:00",20,"2013-07-15 00:00","","","","",28.2,28.2,25,15.4,13.9,11.2,5.26,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17151",6,34.06659,-118.22688,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.38786,0.234634,0.921,"2013-01-04 00:00",0.844,"2013-09-07 00:00",0.801,"2013-01-16 00:00",0.764,"2013-02-15 00:00","","","","",0.921,0.921,0.801,0.739,0.524,0.359,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17158",6,34.06659,-118.22688,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.193665,0.328683,1.7,"2013-02-09 00:00",1.16,"2013-01-16 00:00",1.04,"2013-01-04 00:00",0.442,"2013-02-03 00:00","","","","",1.7,1.7,1.04,0.413,0.137,0.0852,0.0454,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17159",6,34.06659,-118.22688,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,2.005814,0.991844,5.6,"2013-09-07 00:00",4.11,"2013-07-09 00:00",3.75,"2013-06-27 00:00",3.39,"2013-01-16 00:00","","","","",5.6,5.6,3.75,3.1,2.42,1.79,0.785,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17160",6,34.06659,-118.22688,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.009605,0.030189,0.166,"2013-01-16 00:00",0.092,"2013-01-04 00:00",0.044,"2013-02-15 00:00",0.043,"2013-03-11 00:00","","","","",0.166,0.166,0.044,0.042,0,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17201",6,34.06659,-118.22688,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,1.865884,0.916503,4.65,"2013-09-07 00:00",4.12,"2013-06-27 00:00",3.74,"2013-07-09 00:00",3.43,"2013-07-27 00:00","","","","",4.65,4.65,3.74,3.29,2.11,1.76,0.831,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17204",6,34.06659,-118.22688,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,1.074977,0.528885,2.41,"2013-09-07 00:00",2.29,"2013-07-27 00:00",2.17,"2013-09-13 00:00",2.12,"2013-06-27 00:00","","","","",2.41,2.41,2.17,1.88,1.26,0.971,0.492,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17208",6,34.06659,-118.22688,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.1368,0.148088,0.811,"2013-07-27 00:00",0.552,"2013-09-13 00:00",0.434,"2013-01-04 00:00",0.322,"2013-01-16 00:00","","","","",0.811,0.811,0.434,0.264,0.148,0.0844,0.0468,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17211",6,34.06659,-118.22688,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.044279,0.038639,0.177,"2013-01-04 00:00",0.144,"2013-01-16 00:00",0.106,"2013-02-15 00:00",0.101,"2013-02-27 00:00","","","","",0.177,0.177,0.106,0.099,0.05,0.036,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17212",6,34.06659,-118.22688,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.00804,0.028627,0.165,"2013-07-27 00:00",0.0814,"2013-09-13 00:00",0.0366,"2013-01-16 00:00",0.036,"2013-01-04 00:00","","","","",0.165,0.165,0.0366,0.0267,0,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17215",6,34.06659,-118.22688,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.058558,0.140388,0.769,"2013-07-27 00:00",0.485,"2013-09-13 00:00",0.248,"2013-01-04 00:00",0.188,"2013-01-16 00:00","","","","",0.769,0.769,0.248,0.115,0.043,0.018,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17220",6,34.06659,-118.22688,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.117349,0.175992,0.895,"2013-07-27 00:00",0.577,"2013-01-04 00:00",0.548,"2013-09-13 00:00",0.345,"2013-02-09 00:00","","","","",0.895,0.895,0.548,0.34,0.093,0.049,0.032,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17223",6,34.06659,-118.22688,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.024907,0.058098,0.29,"2013-07-27 00:00",0.206,"2013-09-13 00:00",0.14,"2013-01-04 00:00",0.092,"2013-01-16 00:00","","","","",0.29,0.29,0.14,0.064,0.027,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17224",6,34.06659,-118.22688,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.066535,0.08491,0.414,"2013-07-27 00:00",0.307,"2013-01-04 00:00",0.252,"2013-09-13 00:00",0.21,"2013-01-16 00:00","","","","",0.414,0.414,0.252,0.165,0.055,0.035,0.021,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17231",6,34.06659,-118.22688,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.00593,0.017318,0.085,"2013-07-27 00:00",0.061,"2013-09-13 00:00",0.039,"2013-01-04 00:00",0.025,"2013-09-07 00:00","","","","",0.085,0.085,0.039,0.024,0,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17237",6,34.06659,-118.22688,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.088233,0.092251,0.39,"2013-01-04 00:00",0.351,"2013-01-16 00:00",0.347,"2013-07-27 00:00",0.236,"2013-09-13 00:00","","","","",0.39,0.39,0.347,0.202,0.079,0.051,0.032,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17242",6,34.06659,-118.22688,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.04914,0.114915,0.627,"2013-07-27 00:00",0.371,"2013-09-13 00:00",0.221,"2013-01-04 00:00",0.203,"2013-01-16 00:00","","","","",0.627,0.627,0.221,0.1,0.038,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","17243",6,34.06659,-118.22688,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,3,"","","Certification not required",0,0.05563,0.095434,0.456,"2013-07-27 00:00",0.302,"2013-01-04 00:00",0.288,"2013-09-13 00:00",0.218,"2013-01-16 00:00","","","","",0.456,0.456,0.288,0.169,0.051,0.0269,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","1103","42101",1,34.06659,-118.22688,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6043,69,257,365,0,509,0,0,"Certification not required",3716,0.467963,0.33831,2.4,"2013-01-17 08:00",2.3,"2013-01-09 08:00",2.2,"2013-01-08 08:00",2.1,"2013-01-09 07:00","","","","",1.7,1.4,1.2,1,0.6,0.25,0.25,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42101",1,34.06659,-118.22688,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6222,71,249,365,0,0,0,0,"Certification not required",0,0.488637,0.279535,1.7,"2013-01-09 09:00",1.7,"2013-01-09 10:00",1.7,"2013-01-09 11:00",1.7,"2013-01-17 09:00",1.7,"2013-01-09 09:00",1.7,"2013-01-17 09:00",1.4,1.3,1.1,0.9,0.6,0.3,0.3,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42101",9,34.06659,-118.22688,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",5922,68,256,365,0,591,0,0,"Certification not required",141,0.327389,0.283291,2.082,"2013-01-09 08:00",2.062,"2013-01-17 08:00",1.961,"2013-01-08 08:00",1.857,"2013-01-09 07:00","","","","",1.396,1.185,0.951,0.706,0.404,0.229,0.098,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42101",9,34.06659,-118.22688,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6234,71,248,365,0,0,0,0,"Certification not required",0,0.3295,0.248204,1.5,"2013-01-09 09:00",1.5,"2013-01-09 10:00",1.4,"2013-01-09 08:00",1.4,"2013-01-09 11:00",1.5,"2013-01-09 09:00",1.4,"2013-01-17 02:00",1.2,1,0.9,0.7,0.4,0.2,0.1,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42401",9,34.06659,-118.22688,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5567,64,231,365,0,946,0,"","Certification not required",0,0.971429,1.047713,6,"2013-01-08 16:00",5.7,"2013-08-27 06:00",5.2,"2013-08-21 10:00",4.9,"2013-01-02 10:00","","","","",5.2,4.8,3.3,2,1.2,0.6,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42401",9,34.06659,-118.22688,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5567,64,231,365,0,946,"","","Certification not required",0,0.277115,0.43983,6,"2013-01-08 16:00",5.7,"2013-08-27 06:00",5.2,"2013-08-21 10:00",4.9,"2013-01-02 10:00","","","","",1.8,1.5,1,0.8,0.4,0.1,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42401",9,34.06659,-118.22688,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",231,63,231,365,0,0,0,"","Certification not required",0,0.293074,0.290643,1.6,"2013-08-27 00:00",1.2,"2013-01-08 00:00",1.2,"2013-01-09 00:00",1.1,"2013-01-17 00:00","","","","",1.2,1,0.9,0.7,0.4,0.2,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42401",9,34.06659,-118.22688,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1532,52,188,365,0,0,"",0,"Certification not required",0,0.263446,0.377912,3.2,"2013-08-27 08:00",2.6,"2013-01-08 17:00",2.6,"2013-08-27 02:00",2.3,"2013-01-09 14:00","","","","",1.8,1.5,1,0.7,0.4,0.1,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42401",10,34.06659,-118.22688,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",20661,20,68,365,0,5259,"","","Certification not required",0,0.307894,0.435516,10.8,"2013-01-08 16:20",10.8,"2013-03-19 03:30",9.9,"2013-02-19 03:55",9.2,"2013-01-08 16:25","","","","",1.8,1.4,1,0.8,0.5,0.2,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-10-03" +"06","037","1103","42600",9,34.06659,-118.22688,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5838,67,255,365,0,675,"","","Certification not required",0,36.542326,38.497098,369.6,"2013-01-17 08:00",331.8,"2013-01-08 08:00",313.1,"2013-01-09 08:00",310.6,"2013-01-17 07:00","","","","",183.2,154.5,121,85.5,43.1,23,7.9,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42601",1,34.06659,-118.22688,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5428,62,229,365,0,1124,"","","Certification not required",0,12.370781,25.851649,285,"2013-01-17 08:00",257.6,"2013-01-08 08:00",249.2,"2013-01-09 08:00",240.6,"2013-01-17 07:00","","","","",123.5,97.8,65.4,37,10.2,2.9,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42601",9,34.06659,-118.22688,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5840,67,255,365,0,673,"","","Certification not required",0,14.402192,28.239462,306.7,"2013-01-17 08:00",277.3,"2013-01-08 08:00",263.5,"2013-01-09 08:00",259.7,"2013-01-17 07:00","","","","",133.4,107.7,75.3,42.7,12.2,4,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42602",1,34.06659,-118.22688,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5428,62,229,365,0,1124,0,"","Certification not required",0,33.520087,12.740722,90.3,"2013-03-14 10:00",80.7,"2013-05-13 09:00",69.1,"2013-09-05 08:00",63.7,"2013-05-02 20:00","","","","",69.1,62.5,55,48.4,42.2,32,19.1,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42602",1,34.06659,-118.22688,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5428,62,229,365,0,1124,"","","Certification not required",0,19.960133,11.371808,90.3,"2013-03-14 10:00",80.7,"2013-05-13 09:00",74.9,"2013-05-13 08:00",69.6,"2013-03-14 09:00","","","","",52,47.2,41.6,36.4,26.9,17.4,7.6,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42603",1,34.06659,-118.22688,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5428,62,229,365,0,1124,"","","Certification not required",0,32.365696,34.10868,341.3,"2013-01-17 08:00",309.6,"2013-01-08 08:00",297.2,"2013-01-09 08:00",288.3,"2013-01-17 07:00","","","","",167.5,139.8,104.7,72.4,37.5,20.7,8.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","42612",9,34.06659,-118.22688,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5838,67,255,365,0,675,"","","Certification not required",0,22.188198,14.377837,135.7,"2013-06-05 10:00",118.7,"2013-03-14 10:00",97.6,"2013-05-13 08:00",91.1,"2013-03-14 09:00","","","","",64,57.4,48.2,42.4,30.7,18.7,6.8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","43218",5,34.06659,-118.22688,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.332581,0.279547,1.04,"2013-01-16 00:00",0.96,"2013-01-04 00:00",0.92,"2013-11-12 00:00",0.72,"2013-12-30 00:00","","","","",1.04,1.04,0.96,0.72,0.44,0.27,0.08,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43359",5,34.06659,-118.22688,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",0,0.557037,0.245244,1.2,"2013-01-16 00:00",1.2,"2013-09-05 00:00",1,"2013-11-12 00:00",0.78,"2013-08-08 00:00","","","","",1.2,1.2,1.2,1,0.68,0.46,0.33,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43502",5,34.06659,-118.22688,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,1,"","","Certification not required",0,3.040625,1.135031,7.5,"2013-11-12 00:00",4.5,"2013-12-18 00:00",4.5,"2013-12-30 00:00",4.2,"2013-10-19 00:00","","","","",7.5,7.5,4.5,4.2,3.4,2.8,2.1,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43503",5,34.06659,-118.22688,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,1,"","","Certification not required",0,2.26875,1.299736,7.4,"2013-11-12 00:00",4.2,"2013-10-19 00:00",4.2,"2013-12-18 00:00",4.2,"2013-12-30 00:00","","","","",7.4,7.4,4.2,4.2,2.6,1.8,1.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43505",5,34.06659,-118.22688,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.236,0.49948,1.65,"2013-01-04 00:00",1.65,"2013-01-16 00:00",1.35,"2013-01-28 00:00",1.08,"2013-02-09 00:00","","","","",1.65,1.65,1.65,1.65,1.65,1.35,0.45,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","1103","43551",5,34.06659,-118.22688,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,17.82,5.80405,25.2,"2013-01-16 00:00",21.3,"2013-01-04 00:00",18.3,"2013-01-28 00:00",13.5,"2013-02-09 00:00","","","","",25.2,25.2,25.2,25.2,21.3,18.3,10.8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","1103","43552",5,34.06659,-118.22688,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,1,"","","Certification not required",22,0.4625,0.50145,2.4,"2013-11-12 00:00",1.6,"2013-12-30 00:00",1.2,"2013-12-06 00:00",0.8,"2013-01-16 00:00","","","","",2.4,2.4,1.6,0.8,0.8,0.2,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43702",5,34.06659,-118.22688,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.8,1.118034,2.8,"2013-02-09 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00","","","","",2.8,2.8,2.8,2.8,0.3,0.3,0.3,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","1103","43802",5,34.06659,-118.22688,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.416774,0.250138,1.1,"2013-09-13 00:00",1,"2013-04-10 00:00",0.85,"2013-10-07 00:00",0.76,"2013-11-12 00:00","","","","",1.1,1.1,1,0.76,0.5,0.34,0.14,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43803",5,34.06659,-118.22688,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.038065,0.018151,0.09,"2013-11-12 00:00",0.07,"2013-10-19 00:00",0.07,"2013-12-30 00:00",0.06,"2013-10-07 00:00","","","","",0.09,0.09,0.07,0.06,0.05,0.04,0.02,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43804",5,34.06659,-118.22688,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.085806,0.005642,0.1,"2013-09-13 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.09,0.08,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43814",5,34.06659,-118.22688,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.011935,0.004774,0.03,"2013-09-05 00:00",0.02,"2013-09-13 00:00",0.02,"2013-11-12 00:00",0.02,"2013-12-18 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0.01,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43817",5,34.06659,-118.22688,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.066452,0.050633,0.22,"2013-11-12 00:00",0.17,"2013-02-09 00:00",0.14,"2013-10-07 00:00",0.13,"2013-01-04 00:00","","","","",0.22,0.22,0.17,0.13,0.1,0.04,0.02,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43819",5,34.06659,-118.22688,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.020323,0.001796,0.03,"2013-02-09 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0.02,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43824",5,34.06659,-118.22688,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.055484,0.05378,0.24,"2013-04-10 00:00",0.2,"2013-06-21 00:00",0.14,"2013-02-09 00:00",0.12,"2013-10-07 00:00","","","","",0.24,0.24,0.2,0.12,0.06,0.04,0.02,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43827",5,34.06659,-118.22688,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43830",5,34.06659,-118.22688,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43831",5,34.06659,-118.22688,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43834",5,34.06659,-118.22688,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",26,0.20963,0.050037,0.46,"2013-11-12 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00","","","","",0.46,0.46,0.2,0.2,0.2,0.2,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43848",5,34.06659,-118.22688,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",7,0.833333,0.798845,3.6,"2013-07-15 00:00",2.8,"2013-10-07 00:00",1.68,"2013-11-12 00:00",1.32,"2013-02-09 00:00","","","","",3.6,3.6,2.8,1.68,1.06,0.58,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","43854",5,34.06659,-118.22688,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",13,1.051111,2.663383,14.2,"2013-05-16 00:00",1.68,"2013-11-12 00:00",1.52,"2013-06-09 00:00",1.16,"2013-10-19 00:00","","","","",14.2,14.2,1.68,1.52,0.86,0.48,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","44201",1,34.06659,-118.22688,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6044,69,253,365,0,508,0,0,"Certification not required",855,0.045589,0.012131,0.081,"2013-05-13 13:00",0.079,"2013-05-12 14:00",0.078,"2013-05-03 15:00",0.075,"2013-09-07 13:00","","","","",0.078,0.074,0.066,0.063,0.053,0.044,0.033,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","44201",1,34.06659,-118.22688,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6222,68,249,365,0,0,0,0,"Certification not required",0,0.037763,0.010623,0.069,"2013-05-03 11:00",0.062,"2013-05-12 10:00",0.06,"2013-08-15 09:00",0.06,"2013-09-15 10:00","","","","",0.06,0.059,0.055,0.053,0.045,0.038,0.025,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","44201",1,34.06659,-118.22688,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6222,68,249,365,0,0,0,0,"Certification not required",0,0.037763,0.010623,0.069,"2013-05-03 11:00",0.062,"2013-05-12 10:00",0.06,"2013-08-15 09:00",0.06,"2013-09-15 10:00","","","","",0.06,0.059,0.055,0.053,0.045,0.038,0.025,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","45109",5,34.06659,-118.22688,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,12.861935,4.86611,23.2,"2013-09-05 00:00",22.4,"2013-07-15 00:00",21.6,"2013-07-03 00:00",21.6,"2013-09-13 00:00","","","","",23.2,23.2,22.4,21.6,15.2,12,7.12,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","45201",5,34.06659,-118.22688,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,2.285806,1.124244,4.92,"2013-11-12 00:00",4.68,"2013-01-16 00:00",4.5,"2013-12-30 00:00",3.96,"2013-01-04 00:00","","","","",4.92,4.92,4.68,3.96,3.06,2.1,1.14,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","45202",5,34.06659,-118.22688,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,7.293548,4.966957,21,"2013-10-07 00:00",18.9,"2013-11-12 00:00",16.1,"2013-07-15 00:00",12.6,"2013-10-19 00:00","","","","",21,21,18.9,12.6,9.8,5.39,2.87,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","45203",5,34.06659,-118.22688,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,3.32129,1.318726,6,"2013-09-05 00:00",5.84,"2013-07-15 00:00",5.6,"2013-09-13 00:00",5.44,"2013-07-03 00:00","","","","",6,6,5.84,5.44,4,3.04,1.92,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","45204",5,34.06659,-118.22688,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,3.757419,1.449669,7.28,"2013-09-05 00:00",6.56,"2013-09-13 00:00",6.56,"2013-11-12 00:00",6.24,"2013-07-15 00:00","","","","",7.28,7.28,6.56,6.24,4.24,3.6,2.16,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","45220",5,34.06659,-118.22688,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,0.461935,0.279969,1.92,"2013-11-12 00:00",0.8,"2013-09-05 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00","","","","",1.92,1.92,0.8,0.4,0.4,0.4,0.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-21" +"06","037","1103","62101",1,34.06659,-118.22688,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",1139,13,47,365,0,3013,"","","Certification not required",0,73.699473,8.254229,95.6,"2013-09-06 11:00",95.5,"2013-08-29 11:00",95.5,"2013-09-06 12:00",95,"2013-09-07 11:00","","","","",92.9,92,88.6,85.6,79.8,72.6,63.9,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","62201",1,34.06659,-118.22688,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",1114,13,46,365,0,3038,"","","Certification not required",0,58.086176,18.773721,97,"2013-09-17 06:00",93,"2013-08-24 06:00",93,"2013-09-17 07:00",92,"2013-09-10 01:00","","","","",90,88,85,82,75,59,32,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","64101",1,34.06659,-118.22688,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",1139,13,47,365,0,3013,"","","Certification not required",0,996.755048,25.188161,1006,"2013-09-29 01:00",1006,"2013-09-29 05:00",1006,"2013-09-29 06:00",1006,"2013-09-29 07:00","","","","",1005,1004,1003,1002,1001,999,996,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","68101",1,34.06659,-118.22688,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",81,100,15,61,0,4,"","","Certification not required",0,0.237037,0.055777,0.4,"2013-03-01 00:00",0.4,"2013-03-02 00:00",0.4,"2013-03-13 00:00",0.3,"2013-02-14 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.2,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68101",2,34.06659,-118.22688,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.146667,0.05164,0.2,"2013-01-28 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-21 00:00",0.2,"2013-03-11 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68102",1,34.06659,-118.22688,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",81,100,15,61,0,4,"","","Certification not required",0,23.948148,0.116309,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-05 00:00",24,"2013-01-06 00:00","","","","",24,24,24,24,24,24,23.9,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68102",2,34.06659,-118.22688,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",15,25,15,61,0,0,"","","Certification not required",0,23.986667,0.05164,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00",24,"2013-01-28 00:00","","","","",24,24,24,24,24,24,24,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68103",1,34.06659,-118.22688,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",81,100,15,61,0,4,"","","Certification not required",0,8.04321,3.190139,13.9,"2013-01-25 00:00",13.7,"2013-03-02 00:00",13.6,"2013-02-02 00:00",13.2,"2013-03-28 00:00","","","","",13.9,13.7,12.5,12.1,10.9,7.7,4.5,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68103",2,34.06659,-118.22688,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,8.586667,2.856288,12.4,"2013-02-03 00:00",12.3,"2013-03-29 00:00",11.8,"2013-03-17 00:00",11.5,"2013-03-05 00:00","","","","",12.4,12.4,12.4,12.3,11.5,9,5,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68103",5,34.06659,-118.22688,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,100,53,61,0,4,"","","Certification not required",0,13.084314,4.797725,23.8,"2013-09-04 00:00",22.6,"2013-09-07 00:00",22.1,"2013-08-29 00:00",21.2,"2013-09-01 00:00","","","","",22.6,22.1,19.4,18.3,16.1,13.9,5.8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","68104",1,34.06659,-118.22688,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",81,100,15,61,0,4,"","","Certification not required",0,22.082716,4.863018,33.2,"2013-03-13 00:00",31.8,"2013-03-01 00:00",30.5,"2013-03-02 00:00",30.1,"2013-03-14 00:00","","","","",33.2,31.8,29.5,28.4,25.9,22.5,15.3,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68104",2,34.06659,-118.22688,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,23.173333,4.5711,29.7,"2013-02-15 00:00",29.2,"2013-01-22 00:00",27.3,"2013-03-11 00:00",27.1,"2013-02-03 00:00","","","","",29.7,29.7,29.7,29.2,27.1,23.1,16.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68104",5,34.06659,-118.22688,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,100,53,61,0,4,"","","Certification not required",0,25.855882,5.458567,37.8,"2013-09-07 00:00",37.7,"2013-08-29 00:00",36.2,"2013-05-13 00:00",36,"2013-09-04 00:00","","","","",37.7,36.2,35.5,32.8,29.5,26.3,18.5,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","68105",1,34.06659,-118.22688,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",81,100,15,61,0,4,"","","Certification not required",0,13.779012,3.120726,20.5,"2013-03-01 00:00",20.4,"2013-03-02 00:00",20.3,"2013-03-13 00:00",18.9,"2013-02-02 00:00","","","","",20.5,20.4,18.7,17.7,16.2,13.4,10.1,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68105",2,34.06659,-118.22688,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,14.413333,2.973182,18.7,"2013-02-03 00:00",18.4,"2013-02-15 00:00",17.4,"2013-01-22 00:00",16.7,"2013-03-29 00:00","","","","",18.7,18.7,18.7,18.4,16.7,15.2,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68105",5,34.06659,-118.22688,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,100,53,61,0,4,"","","Certification not required",0,18.135294,4.784435,29.3,"2013-09-04 00:00",29.2,"2013-08-29 00:00",28.2,"2013-09-07 00:00",28,"2013-05-13 00:00","","","","",29.2,28.2,26.5,23.7,21,18.6,10.8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","68106",1,34.06659,-118.22688,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",81,100,15,61,0,4,"","","Certification not required",0,753.395062,3.242989,759,"2013-01-15 00:00",758,"2013-01-14 00:00",758,"2013-01-30 00:00",758,"2013-02-12 00:00","","","","",759,758,758,757,756,754,748,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68106",2,34.06659,-118.22688,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,751.066667,2.051712,755,"2013-01-04 00:00",754,"2013-01-16 00:00",754,"2013-02-27 00:00",752,"2013-01-28 00:00","","","","",755,755,755,754,752,751,749,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68106",5,34.06659,-118.22688,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,53,61,0,6,"","","Certification not required",0,750.13,4.719731,762,"2013-02-12 00:00",760,"2013-01-04 00:00",759,"2013-01-16 00:00",758,"2013-01-01 00:00","","","","",762,760,758,756,753,751,743,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","68107",1,34.06659,-118.22688,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",81,100,15,61,0,4,"","","Certification not required",0,766.037037,6.533461,778,"2013-01-15 00:00",777,"2013-01-13 00:00",777,"2013-01-29 00:00",776,"2013-01-03 00:00","","","","",778,777,776,776,772,764,758,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68107",2,34.06659,-118.22688,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,760.066667,3.305119,768,"2013-01-16 00:00",764,"2013-01-04 00:00",763,"2013-01-22 00:00",763,"2013-02-27 00:00","","","","",768,768,768,764,763,759,756,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68107",5,34.06659,-118.22688,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,53,61,0,6,"","","Certification not required",0,754.6,4.588083,768,"2013-01-16 00:00",765,"2013-01-01 00:00",765,"2013-02-12 00:00",764,"2013-01-04 00:00","","","","",768,765,764,759,757,755,748,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","68108",1,34.06659,-118.22688,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",81,100,15,61,0,4,"","","Certification not required",0,757.728395,2.815192,764,"2013-01-15 00:00",764,"2013-01-17 00:00",763,"2013-01-03 00:00",762,"2013-01-13 00:00","","","","",764,764,762,761,759,758,754,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68108",2,34.06659,-118.22688,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,755.466667,2.642149,761,"2013-01-16 00:00",760,"2013-01-04 00:00",758,"2013-02-27 00:00",757,"2013-02-15 00:00","","","","",761,761,761,760,757,755,752,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68108",5,34.06659,-118.22688,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,53,61,0,4,"","","Certification not required",0,751.588235,4.653016,763,"2013-02-12 00:00",762,"2013-01-16 00:00",761,"2013-01-04 00:00",760,"2013-01-01 00:00","","","","",762,761,758,757,754,752,745,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","68109",1,34.06659,-118.22688,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",81,100,15,61,0,4,"","","Certification not required",0,1436.17284,6.653552,1440,"2013-03-04 00:00",1440,"2013-03-23 00:00",1439,"2013-01-01 00:00",1439,"2013-01-03 00:00","","","","",1440,1440,1439,1439,1439,1439,1433,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","68109",2,34.06659,-118.22688,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",15,25,15,61,0,0,"","","Certification not required",0,1439,3.872983,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","81102",2,34.06659,-118.22688,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,29.533333,8.92239,57,"2013-11-12 00:00",46,"2013-10-25 00:00",45,"2013-12-18 00:00",40,"2013-06-21 00:00","","","","",57,46,45,39,35,30,17,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","1103","85101",2,34.06659,-118.22688,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,29.166667,8.916119,56,"2013-11-12 00:00",46,"2013-10-25 00:00",45,"2013-12-18 00:00",40,"2013-06-21 00:00","","","","",56,46,45,38,35,30,17,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","1103","85101",9,34.06659,-118.22688,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","Events Excluded",6241,71,260,365,0,297,"","","Certification not required",1,34.894728,14.272945,109,"2013-05-02 09:00",108,"2013-03-15 10:00",106,"2013-03-15 09:00",105,"2013-02-05 14:00","","","","",77,69,60,53,43,34,18,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","85101",9,34.06659,-118.22688,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6255,71,260,365,14,297,"","","Certification not required",1,35.025739,14.714134,227,"2013-09-26 10:00",135,"2013-09-26 11:00",123,"2013-07-05 06:00",120,"2013-07-05 05:00","","","","",79,69,60,53,44,34,18,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","85101",9,34.06659,-118.22688,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6255,71,260,365,14,297,"","","Certification not required",1,35.025739,14.714134,227,"2013-09-26 10:00",135,"2013-09-26 11:00",123,"2013-07-05 06:00",120,"2013-07-05 05:00","","","","",79,69,60,53,44,34,18,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","86101",9,34.06659,-118.22688,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Events Excluded",6311,72,263,365,0,228,"","","Certification not required",0,15.500618,15.140122,985,"2013-01-11 12:00",86,"2013-05-02 09:00",74,"2013-04-08 17:00",71,"2013-04-08 18:00","","","","",40,36,30.4,27,20,15,5,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","86101",9,34.06659,-118.22688,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6324,72,263,365,13,228,"","","Certification not required",0,15.532321,15.383749,985,"2013-01-11 12:00",212,"2013-09-26 10:00",116,"2013-09-26 11:00",86,"2013-05-02 09:00","","","","",40,36,31,27,20,15,5,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","86101",9,34.06659,-118.22688,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6324,72,263,365,13,228,"","","Certification not required",0,15.532321,15.383749,985,"2013-01-11 12:00",212,"2013-09-26 10:00",116,"2013-09-26 11:00",86,"2013-05-02 09:00","","","","",40,36,31,27,20,15,5,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",1,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",81,22,81,365,0,4,1,1,"Certification not required",0,12.648148,7.172118,43.1,"2013-02-05 00:00",33.1,"2013-03-15 00:00",29,"2013-03-16 00:00",28,"2013-02-06 00:00","","","","",43.1,33.1,24.3,21.6,15.5,10.9,5.6,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","88101",1,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",81,22,81,365,0,4,"","","Certification not required",0,12.648148,7.172118,43.1,"2013-02-05 00:00",33.1,"2013-03-15 00:00",29,"2013-03-16 00:00",28,"2013-02-06 00:00","","","","",43.1,33.1,24.3,21.6,15.5,10.9,5.6,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","88101",2,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,11.82,5.627255,22.1,"2013-03-17 00:00",20,"2013-03-29 00:00",19.8,"2013-03-05 00:00",14.8,"2013-03-23 00:00","","","","",22.1,22.1,22.1,20,14.8,10.5,5.6,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","88101",2,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,"","","Certification not required",0,11.82,5.627255,22.1,"2013-03-17 00:00",20,"2013-03-29 00:00",19.8,"2013-03-05 00:00",14.8,"2013-03-23 00:00","","","","",22.1,22.1,22.1,20,14.8,10.5,5.6,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6365,73,270,365,13,187,"","","Certification not required",0,19.648955,10.444695,109,"2013-07-05 05:00",102,"2013-07-05 06:00",98,"2013-07-05 03:00",96,"2013-07-05 04:00","","","","",53,47,39,32,25,18,8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6365,73,270,365,13,187,"","","Certification not required",0,19.648955,10.444695,109,"2013-07-05 05:00",102,"2013-07-05 06:00",98,"2013-07-05 03:00",96,"2013-07-05 04:00","","","","",53,47,39,32,25,18,8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6352,73,270,365,0,187,"","","Certification not required",0,19.547324,10.125842,79,"2013-02-05 10:00",79,"2013-02-05 11:00",79,"2013-03-15 09:00",79,"2013-03-15 10:00","","","","",52,46,38,32,25,18,8,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",265,73,265,365,0,0,8,8,"Certification not required",0,19.507925,7.224861,54.8,"2013-02-05 00:00",48,"2013-03-15 00:00",40,"2013-03-16 00:00",38.5,"2013-02-06 00:00","","","","",40,37.5,32.4,28.5,23,19,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",265,73,265,365,0,0,9,9,"Certification not required",0,19.619245,7.383487,54.8,"2013-02-05 00:00",48,"2013-03-15 00:00",42.5,"2013-07-05 00:00",40,"2013-03-16 00:00","","","","",42.5,38.2,33,28.9,23.1,19,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",265,73,265,365,0,0,9,9,"Certification not required",0,19.619245,7.383487,54.8,"2013-02-05 00:00",48,"2013-03-15 00:00",42.5,"2013-07-05 00:00",40,"2013-03-16 00:00","","","","",42.5,38.2,33,28.9,23.1,19,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",265,73,265,365,0,0,"","","Certification not required",0,19.619245,7.383487,54.8,"2013-02-05 00:00",48,"2013-03-15 00:00",42.5,"2013-07-05 00:00",40,"2013-03-16 00:00","","","","",42.5,38.2,33,28.9,23.1,19,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",265,73,265,365,0,0,"","","Certification not required",0,19.619245,7.383487,54.8,"2013-02-05 00:00",48,"2013-03-15 00:00",42.5,"2013-07-05 00:00",40,"2013-03-16 00:00","","","","",42.5,38.2,33,28.9,23.1,19,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88101",9,34.06659,-118.22688,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",265,73,265,365,0,0,"","","Certification not required",0,19.507925,7.224861,54.8,"2013-02-05 00:00",48,"2013-03-15 00:00",40,"2013-03-16 00:00",38.5,"2013-02-06 00:00","","","","",40,37.5,32.4,28.5,23,19,11.4,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1103","88102",5,34.06659,-118.22688,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",97,0.019078,0.006814,0.063,"2013-06-09 00:00",0.042,"2013-05-25 00:00",0.029,"2013-05-04 00:00",0.026,"2013-01-16 00:00","","","","",0.042,0.029,0.026,0.026,0.021,0.0195,0.014,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88103",5,34.06659,-118.22688,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.000363,0.00061,0.002,"2013-06-09 00:00",0.002,"2013-08-02 00:00",0.002,"2013-08-23 00:00",0.002,"2013-09-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88104",5,34.06659,-118.22688,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",41,0.036936,0.063086,0.581,"2013-02-24 00:00",0.199,"2013-04-16 00:00",0.14,"2013-01-22 00:00",0.134,"2013-08-26 00:00","","","","",0.199,0.14,0.101,0.073,0.04,0.024,0.0065,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88107",5,34.06659,-118.22688,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",83,0.010442,0.010767,0.053,"2013-01-22 00:00",0.0465,"2013-01-16 00:00",0.0465,"2013-09-13 00:00",0.038,"2013-11-12 00:00","","","","",0.0465,0.0465,0.0295,0.0295,0.009,0.005,0.005,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88109",5,34.06659,-118.22688,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",8,0.004541,0.002154,0.011,"2013-03-23 00:00",0.0098,"2013-10-25 00:00",0.0094,"2013-11-12 00:00",0.009,"2013-11-09 00:00","","","","",0.0098,0.0094,0.0089,0.0073,0.0058,0.0044,0.0021,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88110",5,34.06659,-118.22688,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.001598,0.003632,0.015,"2013-03-11 00:00",0.014,"2013-07-09 00:00",0.014,"2013-08-26 00:00",0.013,"2013-01-19 00:00","","","","",0.014,0.014,0.011,0.007,0,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88111",5,34.06659,-118.22688,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",1,0.05204,0.031284,0.17,"2013-01-22 00:00",0.138,"2013-11-12 00:00",0.127,"2013-01-16 00:00",0.115,"2013-01-04 00:00","","","","",0.138,0.127,0.108,0.0897,0.0711,0.0471,0.0168,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88112",5,34.06659,-118.22688,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.006284,0.015249,0.101,"2013-11-03 00:00",0.08,"2013-09-28 00:00",0.059,"2013-10-10 00:00",0.05,"2013-09-16 00:00","","","","",0.08,0.059,0.036,0.009,0.005,0.002,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88113",5,34.06659,-118.22688,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",88,0.000852,0.000471,0.0031,"2013-01-22 00:00",0.0026,"2013-08-23 00:00",0.0026,"2013-11-12 00:00",0.0024,"2013-01-04 00:00","","","","",0.0026,0.0026,0.0018,0.0013,0.0007,0.0007,0.00055,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88114",5,34.06659,-118.22688,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",12,0.008208,0.007805,0.0399,"2013-01-22 00:00",0.0388,"2013-01-16 00:00",0.0316,"2013-11-12 00:00",0.0284,"2013-01-04 00:00","","","","",0.0388,0.0316,0.0232,0.0175,0.0112,0.0056,0.00125,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88115",5,34.06659,-118.22688,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",12,0.059135,0.099971,0.688,"2013-04-16 00:00",0.5,"2013-05-25 00:00",0.314,"2013-10-28 00:00",0.293,"2013-06-21 00:00","","","","",0.5,0.314,0.224,0.158,0.0536,0.0228,0.0055,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88117",5,34.06659,-118.22688,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.007005,0.010592,0.0435,"2013-06-21 00:00",0.043,"2013-02-18 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88118",5,34.06659,-118.22688,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.008875,0.006373,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88126",5,34.06659,-118.22688,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.162136,0.119311,0.661,"2013-01-22 00:00",0.595,"2013-01-16 00:00",0.534,"2013-11-12 00:00",0.471,"2013-01-04 00:00","","","","",0.595,0.534,0.368,0.301,0.222,0.117,0.059,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88128",5,34.06659,-118.22688,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.001412,0.001685,0.007,"2013-01-01 00:00",0.007,"2013-01-16 00:00",0.006,"2013-03-23 00:00",0.006,"2013-09-07 00:00","","","","",0.007,0.006,0.005,0.003,0.002,0.001,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88131",5,34.06659,-118.22688,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",99,0.009716,0.003757,0.028,"2013-02-06 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88132",5,34.06659,-118.22688,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.00402,0.00371,0.02,"2013-10-25 00:00",0.015,"2013-10-22 00:00",0.014,"2013-09-19 00:00",0.013,"2013-02-12 00:00","","","","",0.015,0.014,0.012,0.008,0.005,0.003,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88136",5,34.06659,-118.22688,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.000618,0.001393,0.012,"2013-02-24 00:00",0.005,"2013-05-04 00:00",0.003,"2013-11-09 00:00",0.002,"2013-01-16 00:00","","","","",0.005,0.003,0.002,0.001,0.001,0,0,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88140",5,34.06659,-118.22688,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",30,0.036439,0.033447,0.141,"2013-05-19 00:00",0.139,"2013-05-31 00:00",0.125,"2013-05-16 00:00",0.123,"2013-05-25 00:00","","","","",0.139,0.125,0.106,0.085,0.054,0.025,0.0055,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88152",5,34.06659,-118.22688,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.005596,0.001498,0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-21 00:00",0.008,"2013-03-11 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88154",5,34.06659,-118.22688,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",98,0.001144,0.000425,0.0041,"2013-07-18 00:00",0.0025,"2013-06-30 00:00",0.002,"2013-03-17 00:00",0.0017,"2013-03-14 00:00","","","","",0.0025,0.002,0.0013,0.0013,0.0013,0.00125,0.00065,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88160",5,34.06659,-118.22688,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",97,0.013206,0.005414,0.041,"2013-03-14 00:00",0.038,"2013-10-01 00:00",0.025,"2013-07-30 00:00",0.025,"2013-10-18 00:00","","","","",0.038,0.025,0.0185,0.018,0.016,0.01,0.01,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88161",5,34.06659,-118.22688,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",51,0.006174,0.004985,0.0223,"2013-10-18 00:00",0.0221,"2013-01-22 00:00",0.0216,"2013-11-12 00:00",0.0214,"2013-01-16 00:00","","","","",0.0221,0.0216,0.0157,0.012,0.0088,0.004,0.00215,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88164",5,34.06659,-118.22688,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.001585,0.000241,0.0019,"2013-02-12 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-02-21 00:00",0.0019,"2013-03-11 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88165",5,34.06659,-118.22688,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.106131,0.063656,0.311,"2013-01-22 00:00",0.28,"2013-11-12 00:00",0.259,"2013-01-16 00:00",0.258,"2013-04-19 00:00","","","","",0.28,0.259,0.227,0.208,0.144,0.088,0.0383,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88166",5,34.06659,-118.22688,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",101,0.007657,0.004673,0.019,"2013-02-09 00:00",0.019,"2013-06-09 00:00",0.019,"2013-09-16 00:00",0.019,"2013-09-19 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88167",5,34.06659,-118.22688,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",9,0.011106,0.010529,0.0805,"2013-08-08 00:00",0.0468,"2013-03-20 00:00",0.0408,"2013-01-16 00:00",0.0299,"2013-06-27 00:00","","","","",0.0468,0.0408,0.0258,0.0206,0.0143,0.0088,0.0022,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88168",5,34.06659,-118.22688,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",78,0.001839,0.001665,0.013,"2013-08-29 00:00",0.0083,"2013-01-01 00:00",0.0061,"2013-09-19 00:00",0.0055,"2013-08-26 00:00","","","","",0.0083,0.0061,0.0044,0.0033,0.00175,0.00115,0.00085,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88169",5,34.06659,-118.22688,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.612925,0.37346,1.56,"2013-08-14 00:00",1.44,"2013-04-28 00:00",1.34,"2013-07-12 00:00",1.3,"2013-03-26 00:00","","","","",1.44,1.34,1.25,1.1,0.949,0.571,0.148,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88176",5,34.06659,-118.22688,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",99,0.000976,0.000273,0.002,"2013-02-06 00:00",0.002,"2013-08-23 00:00",0.0017,"2013-09-01 00:00",0.0013,"2013-01-16 00:00","","","","",0.002,0.0017,0.0013,0.0013,0.001,0.0009,0.0007,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88180",5,34.06659,-118.22688,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.068347,0.060068,0.565,"2013-01-01 00:00",0.247,"2013-06-30 00:00",0.199,"2013-09-13 00:00",0.138,"2013-07-06 00:00","","","","",0.247,0.199,0.122,0.102,0.075,0.059,0.0287,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88184",5,34.06659,-118.22688,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",7,0.349113,0.283512,1.32,"2013-06-21 00:00",1.02,"2013-05-25 00:00",1,"2013-05-31 00:00",0.972,"2013-05-19 00:00","","","","",1.02,1,0.941,0.762,0.526,0.265,0.062,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88185",5,34.06659,-118.22688,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",98,0.003284,0.003485,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-09 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88301",5,34.06659,-118.22688,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,100,53,61,0,6,"","","Certification not required",1,1.039165,1.038386,4.66,"2013-02-06 00:00",4.43,"2013-08-14 00:00",3.91,"2013-10-25 00:00",3.62,"2013-03-17 00:00","","","","",4.66,4.43,3.44,2.7,1.32,0.689,0.142,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88302",5,34.06659,-118.22688,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,100,53,61,0,6,"","","Certification not required",0,0.422228,0.346891,1.77,"2013-05-22 00:00",1.36,"2013-06-21 00:00",1.35,"2013-05-16 00:00",1.22,"2013-05-04 00:00","","","","",1.77,1.36,1.22,0.95,0.6,0.325,0.0686,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88303",5,34.06659,-118.22688,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,100,53,61,0,6,"","","Certification not required",15,0.047276,0.049834,0.447,"2013-01-01 00:00",0.17,"2013-06-30 00:00",0.153,"2013-09-13 00:00",0.139,"2013-05-04 00:00","","","","",0.447,0.17,0.114,0.078,0.055,0.038,0.012,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88306",5,34.06659,-118.22688,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,100,53,61,0,6,"","","Certification not required",1,3.1537,2.496123,13,"2013-02-06 00:00",10.9,"2013-10-25 00:00",10.1,"2013-08-14 00:00",9.11,"2013-03-17 00:00","","","","",13,10.9,8.97,6.9,3.71,2.58,0.892,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88355",5,34.06659,-118.22688,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,2.637293,1.025576,7.49,"2013-01-01 00:00",5.29,"2013-11-12 00:00",5.14,"2013-09-28 00:00",4.78,"2013-11-09 00:00","","","","",7.49,5.29,4.28,3.76,3.22,2.61,1.38,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88357",5,34.06659,-118.22688,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.695,0.432237,2.59,"2013-11-12 00:00",1.84,"2013-01-16 00:00",1.73,"2013-01-01 00:00",1.67,"2013-02-15 00:00","","","","",2.59,1.84,1.56,1.28,0.929,0.554,0.276,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88370",5,34.06659,-118.22688,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,2.458303,0.959887,7.05,"2013-01-01 00:00",4.96,"2013-11-12 00:00",4.76,"2013-09-28 00:00",4.67,"2013-11-09 00:00","","","","",7.05,4.96,4.05,3.39,2.98,2.45,1.31,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88374",5,34.06659,-118.22688,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.238384,0.152842,0.836,"2013-11-12 00:00",0.787,"2013-01-01 00:00",0.596,"2013-03-20 00:00",0.543,"2013-01-16 00:00","","","","",0.836,0.787,0.494,0.434,0.324,0.21,0.078,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88375",5,34.06659,-118.22688,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.702384,0.258523,1.87,"2013-01-01 00:00",1.43,"2013-11-12 00:00",1.19,"2013-01-16 00:00",1.12,"2013-03-14 00:00","","","","",1.87,1.43,1.12,1,0.83,0.678,0.371,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88376",5,34.06659,-118.22688,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.896778,0.436106,2.91,"2013-09-28 00:00",2.81,"2013-01-01 00:00",1.76,"2013-11-12 00:00",1.56,"2013-11-09 00:00","","","","",2.91,2.81,1.5,1.39,1.13,0.834,0.443,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88377",5,34.06659,-118.22688,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.501404,0.220074,1.58,"2013-01-01 00:00",1.01,"2013-01-04 00:00",1.01,"2013-11-09 00:00",0.956,"2013-03-14 00:00","","","","",1.58,1.01,0.938,0.736,0.6,0.479,0.248,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88378",5,34.06659,-118.22688,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",36,0.12001,0.131652,0.564,"2013-03-17 00:00",0.541,"2013-11-09 00:00",0.524,"2013-04-28 00:00",0.422,"2013-06-27 00:00","","","","",0.564,0.541,0.343,0.277,0.208,0.076,0.001,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88380",5,34.06659,-118.22688,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.874202,0.4765,2.92,"2013-11-12 00:00",2.17,"2013-01-01 00:00",1.94,"2013-01-16 00:00",1.67,"2013-02-15 00:00","","","","",2.92,2.17,1.65,1.46,1.22,0.802,0.369,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88383",5,34.06659,-118.22688,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.954192,0.45355,2.88,"2013-11-12 00:00",2.14,"2013-01-01 00:00",1.91,"2013-01-16 00:00",1.72,"2013-11-09 00:00","","","","",2.88,2.14,1.64,1.52,1.27,0.869,0.441,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88384",5,34.06659,-118.22688,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",0,0.039013,0.015463,0.1,"2013-04-25 00:00",0.0763,"2013-01-25 00:00",0.0739,"2013-04-16 00:00",0.0698,"2013-10-28 00:00","","","","",0.1,0.0763,0.0666,0.0605,0.0474,0.0367,0.0212,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88385",5,34.06659,-118.22688,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",92,0.001356,0.001518,0.0114,"2013-04-28 00:00",0.00814,"2013-06-13 00:00",0.00813,"2013-11-06 00:00",0.00412,"2013-10-28 00:00","","","","",0.0114,0.00814,0.00377,0.001,0.001,0.001,0.001,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88388",5,34.06659,-118.22688,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",99,100,52,61,0,7,"","","Certification not required",4,0.298667,0.189467,0.793,"2013-03-17 00:00",0.739,"2013-02-06 00:00",0.676,"2013-08-14 00:00",0.654,"2013-06-27 00:00","","","","",0.793,0.739,0.65,0.617,0.437,0.272,0.088,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88403",5,34.06659,-118.22688,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,100,53,61,0,6,"","","Certification not required",0,1.597733,1.034833,4.48,"2013-08-14 00:00",4.08,"2013-04-28 00:00",3.72,"2013-07-12 00:00",3.42,"2013-09-19 00:00","","","","",4.48,4.08,3.3,2.93,2.5,1.53,0.296,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1103","88502",5,34.06659,-118.22688,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,12.341176,4.711422,28.4,"2013-02-06 00:00",25.5,"2013-10-25 00:00",22.9,"2013-03-26 00:00",21.2,"2013-03-23 00:00","","","","",25.5,22.9,21,20.1,14.6,11.5,7.3,"Los Angeles (Main St.)","1630 N MAIN ST, LOS ANGELES","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-13" +"06","037","1201","42101",1,34.19925,-118.53276,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5516,63,241,365,0,1036,0,0,"Certification not required",4251,0.374628,0.284386,2.9,"2013-01-23 07:00",2.7,"2013-01-01 02:00",2.6,"2013-01-09 07:00",2.6,"2013-01-16 07:00","","","","",1.6,1.3,0.9,0.7,0.25,0.25,0.25,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","42101",1,34.19925,-118.53276,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5786,66,233,365,0,0,0,0,"Certification not required",0,0.406723,0.222746,2.1,"2013-01-01 07:00",2.1,"2013-01-09 08:00",2.1,"2013-01-09 10:00",2,"2013-01-05 04:00",2.1,"2013-01-01 07:00",2.1,"2013-01-09 08:00",1.4,1.1,0.9,0.7,0.4,0.3,0.3,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","42601",2,34.19925,-118.53276,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4097,47,178,365,0,2455,"","","Certification not required",0,3.956432,13.637668,218.4,"2013-01-09 07:00",164.7,"2013-01-09 08:00",161.5,"2013-01-09 06:00",158.7,"2013-01-04 07:00","","","","",70.2,41.3,19.7,8.1,1.7,0.3,0,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","42602",2,34.19925,-118.53276,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4097,47,178,365,0,2455,0,"","Certification not required",0,25.507865,10.274132,58.1,"2013-05-04 00:00",56.8,"2013-01-09 17:00",55.8,"2013-05-03 22:00",47.7,"2013-01-16 07:00","","","","",56.8,47.7,43,38.4,32.9,24.1,13.3,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","42602",2,34.19925,-118.53276,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4097,47,178,365,0,2455,"","","Certification not required",0,12.665829,8.976162,58.1,"2013-05-04 00:00",57.6,"2013-05-04 01:00",56.8,"2013-01-09 17:00",55.8,"2013-05-03 22:00","","","","",39.2,36.3,31.2,26.2,16.7,10,3.8,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","42603",2,34.19925,-118.53276,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4097,47,178,365,0,2455,"","","Certification not required",0,16.656114,19.583351,256.4,"2013-01-09 07:00",201.2,"2013-01-09 08:00",197.5,"2013-01-08 07:00",197.1,"2013-01-16 07:00","","","","",101,75.9,48.5,34.4,19.4,10.6,4.1,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","44201",1,34.19925,-118.53276,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5049,60,218,365,0,1503,0,0,"Certification not required",265,0.061917,0.016515,0.124,"2013-08-14 14:00",0.111,"2013-06-01 13:00",0.109,"2013-09-15 13:00",0.103,"2013-06-30 10:00","","","","",0.109,0.102,0.088,0.082,0.072,0.061,0.042,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","44201",1,34.19925,-118.53276,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5287,59,216,365,0,0,3,3,"Certification not required",0,0.05306,0.013452,0.092,"2013-08-14 11:00",0.089,"2013-09-15 09:00",0.085,"2013-05-03 09:00",0.084,"2013-06-29 10:00","","","","",0.085,0.082,0.077,0.069,0.062,0.053,0.038,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","44201",1,34.19925,-118.53276,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5287,59,216,365,0,0,11,11,"Certification not required",0,0.05306,0.013452,0.092,"2013-08-14 11:00",0.089,"2013-09-15 09:00",0.085,"2013-05-03 09:00",0.084,"2013-06-29 10:00","","","","",0.085,0.082,0.077,0.069,0.062,0.053,0.038,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","68101",1,34.19925,-118.53276,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",25,41,15,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-07 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-13 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68102",1,34.19925,-118.53276,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",25,41,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68103",1,34.19925,-118.53276,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",25,41,15,61,0,0,"","","Certification not required",0,6.368,3.70447,13,"2013-01-25 00:00",11.2,"2013-03-14 00:00",10.6,"2013-03-29 00:00",10.4,"2013-02-18 00:00","","","","",13,13,11.2,10.6,9.7,6.1,1.2,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68104",1,34.19925,-118.53276,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",25,41,15,61,0,0,"","","Certification not required",0,22.396,5.93229,36.2,"2013-03-14 00:00",30.4,"2013-03-29 00:00",28.6,"2013-02-15 00:00",28.5,"2013-01-22 00:00","","","","",36.2,36.2,30.4,28.6,27.3,21.4,14.7,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68105",1,34.19925,-118.53276,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",25,41,15,61,0,0,"","","Certification not required",0,13.944,3.809427,22.4,"2013-03-14 00:00",19.5,"2013-02-15 00:00",18.3,"2013-03-29 00:00",17.6,"2013-02-03 00:00","","","","",22.4,22.4,19.5,18.3,16.5,14.2,9.7,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68106",1,34.19925,-118.53276,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",25,41,15,61,0,0,"","","Certification not required",0,741.68,1.249,744,"2013-02-12 00:00",743,"2013-01-04 00:00",743,"2013-01-13 00:00",743,"2013-01-16 00:00","","","","",744,744,743,743,742,742,740,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68107",1,34.19925,-118.53276,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",25,41,15,61,0,0,"","","Certification not required",0,749.96,3.220766,759,"2013-01-16 00:00",758,"2013-02-12 00:00",755,"2013-01-04 00:00",753,"2013-01-31 00:00","","","","",759,759,758,755,750,749,747,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68108",1,34.19925,-118.53276,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",25,41,15,61,0,0,"","","Certification not required",0,745.68,1.651262,750,"2013-02-12 00:00",749,"2013-01-16 00:00",748,"2013-01-04 00:00",747,"2013-01-13 00:00","","","","",750,750,749,748,746,745,744,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","68109",1,34.19925,-118.53276,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",25,41,15,61,0,0,"","","Certification not required",0,1439.96,0.2,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","88101",1,34.19925,-118.53276,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",25,20,25,122,0,0,0,0,"Certification not required",0,8.376,4.969681,23,"2013-02-06 00:00",17,"2013-03-26 00:00",15.5,"2013-02-18 00:00",14.6,"2013-01-13 00:00","","","","",23,23,17,15.5,9.7,7.5,3.1,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","88101",1,34.19925,-118.53276,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",25,20,25,122,0,0,"","","Certification not required",0,8.376,4.969681,23,"2013-02-06 00:00",17,"2013-03-26 00:00",15.5,"2013-02-18 00:00",14.6,"2013-01-13 00:00","","","","",23,23,17,15.5,9.7,7.5,3.1,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1201","88502",3,34.19925,-118.53276,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5640,64,232,365,0,912,"","","Certification not required",0,9.2725,8.092073,162,"2013-01-01 02:00",149,"2013-01-01 01:00",141,"2013-01-01 00:00",138,"2013-01-01 03:00","","","","",32,27,22,18,12.8,8,1,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1201","88502",3,34.19925,-118.53276,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",232,64,232,365,0,0,"","","Certification not required",0,9.324569,5.564253,44.4,"2013-01-01 00:00",30.5,"2013-03-16 00:00",27.4,"2013-02-05 00:00",26.6,"2013-09-20 00:00","","","","",27.4,24.2,17.9,16.1,11.6,8.8,3.8,"Reseda","18330 GAULT ST., RESEDA","California","Los Angeles","Reseda","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","14129",1,33.901389,-118.205,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,5,0,0,"Certification not required",0,0.005786,0.004058,0.016,"2013-01-22 00:00",0.016,"2013-02-15 00:00",0.013,"2013-01-16 00:00",0.012,"2013-01-04 00:00","","","","",0.016,0.016,0.016,0.013,0.007,0.005,0.002,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","1302","42101",1,33.901389,-118.205,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5921,68,259,365,0,631,0,0,"Certification not required",4836,0.426921,0.484827,5.8,"2013-01-23 08:00",5.2,"2013-01-09 07:00",4.5,"2013-01-17 07:00",4.3,"2013-01-09 06:00","","","","",2.6,2.2,1.5,0.9,0.25,0.25,0.25,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","42101",1,33.901389,-118.205,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6280,72,250,365,0,0,0,0,"Certification not required",0,0.45914,0.391081,3.5,"2013-01-09 08:00",3.4,"2013-01-09 07:00",3.3,"2013-01-23 08:00",3.3,"2013-01-23 09:00",3.5,"2013-01-09 08:00",3.3,"2013-01-23 08:00",2.2,1.9,1.4,0.9,0.4,0.3,0.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","42601",1,33.901389,-118.205,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5921,68,259,365,0,631,"","","Certification not required",0,13.650785,38.438394,387.5,"2013-01-09 07:00",369.6,"2013-01-17 07:00",363.6,"2013-01-23 08:00",337.8,"2013-01-09 06:00","","","","",202.1,159.7,91.6,35.3,5,1,0,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","42602",1,33.901389,-118.205,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5919,68,259,365,0,631,0,"","Certification not required",0,27.262162,13.486227,63.5,"2013-02-14 08:00",62.7,"2013-01-23 11:00",61.1,"2013-02-15 08:00",60.3,"2013-03-12 09:00","","","","",62.7,58.4,52.1,47.7,36.6,25.6,10.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","42602",1,33.901389,-118.205,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5919,68,259,365,0,631,"","","Certification not required",0,14.46964,11.774892,65.6,"2013-01-09 08:00",63.5,"2013-02-14 08:00",62.7,"2013-01-23 11:00",62,"2013-02-14 09:00","","","","",49.6,46.8,40.7,33.5,19.5,9.9,4,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","42603",1,33.901389,-118.205,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5921,68,259,365,0,631,"","","Certification not required",0,28.159466,47.112573,422.1,"2013-01-23 08:00",421.3,"2013-01-09 07:00",420.3,"2013-01-17 07:00",388.4,"2013-01-09 08:00","","","","",241.3,199.9,129.7,68.9,24.8,11.2,4.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","44201",1,33.901389,-118.205,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5774,69,253,365,0,778,0,0,"Certification not required",759,0.046787,0.01132,0.09,"2013-05-13 12:00",0.088,"2013-06-01 11:00",0.087,"2013-06-29 13:00",0.086,"2013-05-03 15:00","","","","",0.087,0.081,0.064,0.06,0.053,0.046,0.035,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","44201",1,33.901389,-118.205,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6138,68,247,365,0,0,0,0,"Certification not required",0,0.039478,0.009969,0.08,"2013-05-03 11:00",0.065,"2013-06-01 10:00",0.064,"2013-05-12 10:00",0.063,"2013-03-24 09:00","","","","",0.064,0.063,0.054,0.051,0.045,0.04,0.027,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","44201",1,33.901389,-118.205,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6138,68,247,365,0,0,1,1,"Certification not required",0,0.039478,0.009969,0.08,"2013-05-03 11:00",0.065,"2013-06-01 10:00",0.064,"2013-05-12 10:00",0.063,"2013-03-24 09:00","","","","",0.064,0.063,0.054,0.051,0.045,0.04,0.027,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","62101",1,33.901389,-118.205,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6410,73,270,365,0,112,"","","Certification not required",27,57.019524,10.112891,96.1,"2013-07-01 14:00",93.1,"2013-07-01 13:00",89.4,"2013-03-01 12:00",88.8,"2013-03-01 13:00","","","","",82.4,80,74.7,70,63.2,55.9,46.2,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","62201",1,33.901389,-118.205,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6407,73,270,365,0,114,"","","Certification not required",2,63.876229,19.015006,99,"2013-09-15 06:00",98,"2013-09-15 07:00",98,"2013-09-30 05:00",98,"2013-09-30 06:00","","","","",92,90,87,84,79,68,37,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","64101",1,33.901389,-118.205,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6410,73,270,365,0,112,"","","Certification not required",27,891.577769,122.802729,1027,"2013-01-15 09:00",1027,"2013-01-15 10:00",1025,"2013-01-15 08:00",1025,"2013-01-15 11:00","","","","",1021,1020,1018,1016,1013,873,759,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","68101",1,33.901389,-118.205,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",29,48,15,61,0,1,"","","Certification not required",0,0.3,0,0.3,"2013-01-01 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-07 00:00",0.3,"2013-01-10 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68102",1,33.901389,-118.205,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",29,48,15,61,0,1,"","","Certification not required",0,23.986207,0.074278,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68103",1,33.901389,-118.205,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,48,15,61,0,1,"","","Certification not required",0,8.096552,3.924964,15.4,"2013-01-25 00:00",14.5,"2013-03-29 00:00",12.7,"2013-03-26 00:00",12.6,"2013-03-23 00:00","","","","",15.4,15.4,14.5,12.7,11.6,7.7,2.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68104",1,33.901389,-118.205,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,48,15,61,0,1,"","","Certification not required",0,21.793103,4.254907,30.3,"2013-02-15 00:00",30.3,"2013-03-02 00:00",28.5,"2013-01-22 00:00",28,"2013-01-19 00:00","","","","",30.3,30.3,30.3,28.5,24.7,21.5,15.8,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68105",1,33.901389,-118.205,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,48,15,61,0,1,"","","Certification not required",0,14.034483,2.977568,19.1,"2013-03-02 00:00",17.4,"2013-01-25 00:00",17.4,"2013-02-03 00:00",17.2,"2013-02-15 00:00","","","","",19.1,19.1,17.4,17.4,16.2,15.2,10.4,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68106",1,33.901389,-118.205,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,48,15,61,0,1,"","","Certification not required",0,760.862069,2.936521,767,"2013-02-12 00:00",765,"2013-01-04 00:00",765,"2013-01-16 00:00",764,"2013-01-01 00:00","","","","",767,767,765,765,764,761,757,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68107",1,33.901389,-118.205,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,48,15,61,0,1,"","","Certification not required",0,771.206897,2.36612,775,"2013-01-16 00:00",775,"2013-02-12 00:00",774,"2013-01-01 00:00",774,"2013-01-04 00:00","","","","",775,775,775,774,773,771,767,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68108",1,33.901389,-118.205,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,48,15,61,0,1,"","","Certification not required",0,765.896552,2.895129,771,"2013-02-12 00:00",770,"2013-01-04 00:00",770,"2013-01-16 00:00",769,"2013-01-01 00:00","","","","",771,771,770,770,768,766,761,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","68109",1,33.901389,-118.205,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",29,48,15,61,0,1,"","","Certification not required",0,1439.103448,4.458898,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1302","88101",1,33.901389,-118.205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",28,24,29,122,0,1,0,0,"Certification not required",0,12.489286,5.028168,24.1,"2013-01-16 00:00",18.9,"2013-01-04 00:00",18.3,"2013-01-13 00:00",16.6,"2013-02-01 00:00","","","","",24.1,24.1,18.9,18.3,15.7,13.8,3.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","88101",1,33.901389,-118.205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",29,24,29,122,1,1,1,1,"Certification not required",0,13.855172,8.859079,52.1,"2013-01-01 00:00",24.1,"2013-01-16 00:00",18.9,"2013-01-04 00:00",18.3,"2013-01-13 00:00","","","","",52.1,52.1,24.1,18.9,15.8,13.9,3.5,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","88101",1,33.901389,-118.205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",29,24,29,122,1,1,1,1,"Certification not required",0,13.855172,8.859079,52.1,"2013-01-01 00:00",24.1,"2013-01-16 00:00",18.9,"2013-01-04 00:00",18.3,"2013-01-13 00:00","","","","",52.1,52.1,24.1,18.9,15.8,13.9,3.5,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","88101",1,33.901389,-118.205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",29,24,29,122,1,1,"","","Certification not required",0,13.855172,8.859079,52.1,"2013-01-01 00:00",24.1,"2013-01-16 00:00",18.9,"2013-01-04 00:00",18.3,"2013-01-13 00:00","","","","",52.1,52.1,24.1,18.9,15.8,13.9,3.5,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","88101",1,33.901389,-118.205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",29,24,29,122,1,1,"","","Certification not required",0,13.855172,8.859079,52.1,"2013-01-01 00:00",24.1,"2013-01-16 00:00",18.9,"2013-01-04 00:00",18.3,"2013-01-13 00:00","","","","",52.1,52.1,24.1,18.9,15.8,13.9,3.5,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1302","88101",1,33.901389,-118.205,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",28,24,29,122,0,1,"","","Certification not required",0,12.489286,5.028168,24.1,"2013-01-16 00:00",18.9,"2013-01-04 00:00",18.3,"2013-01-13 00:00",16.6,"2013-02-01 00:00","","","","",24.1,24.1,18.9,18.3,15.7,13.8,3.3,"Compton","700 North Bullis Road","California","Los Angeles","Compton","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1402","14129",1,34.21793,-118.48757,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",18,30,18,61,0,8,0,0,"Certification not required",0,0.052556,0.064938,0.23,"2013-03-29 00:00",0.183,"2013-01-22 00:00",0.1,"2013-02-15 00:00",0.092,"2013-03-17 00:00","","","","",0.23,0.23,0.23,0.183,0.088,0.023,0.003,"Van Nuys Airport","16345 Raymer (Lot A), Van Nuys, CA 91406-1212","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1403","14129",1,33.955,-118.056389,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,0.058379,0.037513,0.126,"2013-04-16 00:00",0.121,"2013-03-29 00:00",0.12,"2013-03-23 00:00",0.119,"2013-04-22 00:00","","","","",0.126,0.126,0.121,0.12,0.085,0.042,0.02,"Uddelholm (Trojan Battery)","9440 Ann Street, Santa Fe Springs, CA 90670","California","Los Angeles","Santa Fe Springs","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1404","14129",1,34.026111,-117.981667,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,0.02269,0.013839,0.072,"2013-03-29 00:00",0.053,"2013-06-03 00:00",0.043,"2013-05-28 00:00",0.033,"2013-04-16 00:00","","","","",0.072,0.072,0.053,0.043,0.029,0.019,0.011,"Closet World (Quemetco)","500 S. 7th Ave. City of Industry, CA 91746","California","Los Angeles","Industry (corporate name for City of Industry)","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1405","14129",1,34.006389,-118.193056,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",67,55,59,122,0,1,0,0,"Certification not required",0,0.079672,0.062472,0.365,"2013-04-16 00:00",0.358,"2013-04-08 00:00",0.182,"2013-03-12 00:00",0.17,"2013-06-19 00:00","","","","",0.365,0.358,0.17,0.143,0.096,0.069,0.029,"Rehrig (Exide)","4010 E. 26th Street, Vernon, CA 90058","California","Los Angeles","Vernon","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1405","14129",2,34.006389,-118.193056,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",60,49,60,122,0,0,0,0,"Certification not required",0,0.062617,0.047539,0.32,"2013-04-16 00:00",0.202,"2013-04-04 00:00",0.139,"2013-01-10 00:00",0.126,"2013-04-01 00:00","","","","",0.32,0.202,0.139,0.112,0.072,0.053,0.026,"Rehrig (Exide)","4010 E. 26th Street, Vernon, CA 90058","California","Los Angeles","Vernon","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1405","14129",3,34.006389,-118.193056,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",67,55,60,122,0,0,0,0,"Certification not required",0,0.092149,0.191338,1.582,"2013-04-17 00:00",0.377,"2013-02-20 00:00",0.151,"2013-04-09 00:00",0.138,"2013-06-28 00:00","","","","",1.582,0.377,0.138,0.126,0.078,0.061,0.031,"Rehrig (Exide)","4010 E. 26th Street, Vernon, CA 90058","California","Los Angeles","Vernon","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1406","14129",1,34.008333,-118.190556,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",60,49,60,122,0,1,0,0,"Certification not required",0,0.01765,0.006646,0.034,"2013-02-15 00:00",0.032,"2013-01-16 00:00",0.03,"2013-02-27 00:00",0.029,"2013-01-04 00:00","","","","",0.034,0.032,0.03,0.029,0.021,0.016,0.011,"ATSF (Exide)","Rail Road Yard Washington Blvd., Commerce, CA 90058","California","Los Angeles","Commerce","Los Angeles-Long Beach-Santa Ana, CA","2013-09-10" +"06","037","1602","14129",1,34.01194,-118.06995,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,0.005,0.002699,0.013,"2013-01-16 00:00",0.011,"2013-01-22 00:00",0.009,"2013-02-15 00:00",0.008,"2013-01-04 00:00","","","","",0.013,0.013,0.011,0.009,0.007,0.004,0.002,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","1602","42101",1,34.01194,-118.06995,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5903,67,264,365,0,649,0,0,"Certification not required",4705,0.353439,0.23406,3.6,"2013-09-07 23:00",1.7,"2013-01-16 23:00",1.7,"2013-02-01 23:00",1.7,"2013-09-08 00:00","","","","",1.2,1.1,0.9,0.7,0.25,0.25,0.25,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","42101",1,34.01194,-118.06995,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6235,71,257,365,0,0,0,0,"Certification not required",0,0.389591,0.187863,1.5,"2013-01-06 04:00",1.5,"2013-02-02 04:00",1.4,"2013-01-06 02:00",1.4,"2013-01-06 03:00",1.5,"2013-01-06 04:00",1.5,"2013-02-02 04:00",1.2,1,0.8,0.7,0.4,0.3,0.3,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","42601",1,34.01194,-118.06995,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3123,36,141,365,0,1245,"","","Certification not required",0,11.332789,20.960492,146.5,"2013-02-14 07:00",145.1,"2013-02-12 07:00",142.7,"2013-02-14 06:00",141.7,"2013-02-13 07:00","","","","",101.7,85.2,62.2,35.2,8.8,3.1,1,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","42602",1,34.01194,-118.06995,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3123,36,141,365,0,1245,0,"","Certification not required",0,31.702128,12.75952,79.4,"2013-03-13 10:00",72.2,"2013-03-14 11:00",60.2,"2013-03-12 12:00",58.4,"2013-03-01 19:00","","","","",72.2,60.6,54.7,49.6,39.6,29.5,17.3,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","42602",1,34.01194,-118.06995,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3123,36,141,365,0,1245,"","","Certification not required",0,19.460551,10.614176,79.4,"2013-03-13 10:00",76.8,"2013-03-13 11:00",72.2,"2013-03-14 11:00",70.1,"2013-03-13 09:00","","","","",51.3,47.2,40.4,34.9,24.7,16.9,8.1,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","42603",1,34.01194,-118.06995,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3123,36,141,365,0,1245,"","","Certification not required",0,30.835479,28.810113,194.1,"2013-03-13 08:00",187.4,"2013-02-12 07:00",186.3,"2013-02-14 07:00",182.6,"2013-02-13 07:00","","","","",142.8,124.3,98.7,69.7,33.9,20.4,9.7,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","43000",1,34.01194,-118.06995,"WGS84","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",12,91.792342,57.714876,642,"2013-08-29 03:00",363,"2013-08-30 03:00",330,"2013-09-06 03:00",328,"2013-08-26 03:00","","","","",318,257,208,162,107,75,43,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43102",1,34.01194,-118.06995,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,130.168012,79.305663,759.42,"2013-08-29 03:00",515.57,"2013-08-30 03:00",480.88,"2013-09-06 06:00",469.89,"2013-08-26 03:00","","","","",441.66,405.38,288.99,225,150.19,106.61,62.33,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43141",1,34.01194,-118.06995,"WGS84","n-Dodecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",113,0.178925,0.107783,0.66,"2013-08-28 03:00",0.65,"2013-08-26 06:00",0.61,"2013-07-14 00:00",0.59,"2013-07-19 09:00","","","","",0.55,0.48,0.4,0.32,0.24,0.15,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43202",1,34.01194,-118.06995,"WGS84","Ethane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,11.73729,11.92902,208.12,"2013-08-29 03:00",57.29,"2013-08-29 06:00",55.75,"2013-09-06 03:00",52.59,"2013-09-13 03:00","","","","",49.27,41.2,33.87,23.67,12.55,8.19,4.73,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43203",1,34.01194,-118.06995,"WGS84","Ethylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,3.385464,1.993406,14.51,"2013-08-26 06:00",13.54,"2013-08-26 03:00",13.33,"2013-09-30 06:00",11.3,"2013-08-30 03:00","","","","",10.74,9.4,7.74,6.02,3.99,2.85,1.58,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43204",1,34.01194,-118.06995,"WGS84","Propane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,11.897688,9.321539,133.4,"2013-07-19 03:00",74.3,"2013-08-29 03:00",52.01,"2013-08-26 06:00",47.41,"2013-09-06 06:00","","","","",43.71,37.57,28.33,21.7,14.05,9.06,4.88,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43205",1,34.01194,-118.06995,"WGS84","Propylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.927526,0.973352,5.37,"2013-08-26 03:00",5.31,"2013-09-30 06:00",4.97,"2013-08-26 06:00",4.74,"2013-09-30 03:00","","","","",4.46,3.78,3.26,2.31,1.21,0.52,0.19,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43206",1,34.01194,-118.06995,"WGS84","Acetylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,2.752931,1.595456,12.8,"2013-07-08 21:00",10.72,"2013-08-26 06:00",10.67,"2013-08-30 03:00",9.71,"2013-09-30 06:00","","","","",9.18,7.6,6.13,4.84,3.13,2.34,1.35,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43212",1,34.01194,-118.06995,"WGS84","n-Butane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,3.934242,3.206471,44.93,"2013-08-29 03:00",23.69,"2013-09-15 21:00",18.52,"2013-09-06 03:00",17.47,"2013-08-31 09:00","","","","",15.57,12.89,9.34,7.26,4.79,2.99,1.52,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43214",1,34.01194,-118.06995,"WGS84","Isobutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,3.100957,2.796593,53.42,"2013-08-29 03:00",14.11,"2013-09-15 21:00",14.06,"2013-08-29 06:00",12.09,"2013-09-06 03:00","","","","",10.74,9.76,7.09,5.44,3.81,2.53,1.13,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43216",1,34.01194,-118.06995,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",545,0.074742,0.058694,0.47,"2013-08-26 03:00",0.39,"2013-08-30 03:00",0.34,"2013-08-29 03:00",0.33,"2013-09-30 03:00","","","","",0.32,0.26,0.21,0.15,0.05,0.05,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43217",1,34.01194,-118.06995,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",496,0.083166,0.065582,0.46,"2013-08-26 03:00",0.4,"2013-08-30 03:00",0.38,"2013-09-30 06:00",0.36,"2013-08-29 03:00","","","","",0.33,0.28,0.24,0.18,0.1,0.05,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43220",1,34.01194,-118.06995,"WGS84","n-Pentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,3.404875,2.105577,17.61,"2013-08-29 03:00",14.04,"2013-09-06 03:00",12.68,"2013-09-06 06:00",12.3,"2013-08-30 03:00","","","","",11.2,9.7,7.56,6.04,4.28,2.78,1.46,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43221",1,34.01194,-118.06995,"WGS84","Isopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,8.671267,5.187593,58.45,"2013-08-29 03:00",34.91,"2013-08-30 03:00",32.23,"2013-09-06 03:00",29.08,"2013-08-29 06:00","","","","",26.33,23.38,18.1,14.96,10.79,7.26,3.75,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43224",1,34.01194,-118.06995,"WGS84","1-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",1,0.30109,0.113601,0.87,"2013-08-30 03:00",0.81,"2013-08-26 03:00",0.74,"2013-09-06 03:00",0.71,"2013-08-29 03:00","","","","",0.68,0.64,0.54,0.46,0.35,0.27,0.19,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43226",1,34.01194,-118.06995,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",359,0.149529,0.176747,1.41,"2013-08-30 03:00",1.15,"2013-08-26 03:00",0.98,"2013-08-29 03:00",0.91,"2013-09-06 03:00","","","","",0.84,0.71,0.58,0.38,0.16,0.05,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43227",1,34.01194,-118.06995,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",333,0.114698,0.095063,0.76,"2013-08-30 03:00",0.65,"2013-08-26 03:00",0.5,"2013-09-06 03:00",0.49,"2013-08-29 03:00","","","","",0.45,0.4,0.33,0.24,0.14,0.1,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43230",1,34.01194,-118.06995,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.781031,0.995595,8.75,"2013-08-29 03:00",7.45,"2013-08-30 03:00",6.32,"2013-09-06 03:00",5.88,"2013-09-06 06:00","","","","",5.61,4.72,3.68,3.04,2.13,1.5,0.84,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43231",1,34.01194,-118.06995,"WGS84","n-Hexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.457614,0.835999,5.75,"2013-08-29 03:00",5.62,"2013-08-30 03:00",5.6,"2013-09-06 03:00",5.32,"2013-09-06 06:00","","","","",4.46,3.7,3.08,2.61,1.77,1.25,0.66,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43232",1,34.01194,-118.06995,"WGS84","n-Heptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.893255,0.552227,4.41,"2013-08-30 03:00",3.72,"2013-08-26 03:00",3.58,"2013-09-30 06:00",3.38,"2013-09-07 06:00","","","","",3.17,2.71,1.93,1.57,1.07,0.75,0.4,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43233",1,34.01194,-118.06995,"WGS84","n-Octane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.546642,0.221805,1.62,"2013-08-30 03:00",1.44,"2013-09-06 06:00",1.41,"2013-08-28 03:00",1.33,"2013-09-29 03:00","","","","",1.29,1.17,0.96,0.84,0.66,0.49,0.31,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43235",1,34.01194,-118.06995,"WGS84","n-Nonane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.446627,0.194594,1.31,"2013-08-30 03:00",1.19,"2013-08-26 03:00",1.17,"2013-08-30 06:00",1.16,"2013-09-06 03:00","","","","",1.11,0.93,0.82,0.71,0.55,0.41,0.22,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43238",1,34.01194,-118.06995,"WGS84","n-Decane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",2,0.42489,0.200105,1.42,"2013-08-30 06:00",1.32,"2013-08-26 03:00",1.06,"2013-08-30 03:00",1.04,"2013-07-14 00:00","","","","",1.01,0.96,0.82,0.7,0.53,0.38,0.21,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43242",1,34.01194,-118.06995,"WGS84","Cyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.510972,0.455173,7.67,"2013-08-29 03:00",2.63,"2013-09-07 03:00",2.51,"2013-09-13 03:00",2.45,"2013-09-06 03:00","","","","",2.22,1.66,1.22,0.91,0.6,0.38,0.22,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43243",1,34.01194,-118.06995,"WGS84","Isoprene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",11,0.560633,0.490954,3.29,"2013-08-30 06:00",3.02,"2013-08-30 03:00",2.66,"2013-08-29 06:00",2.61,"2013-09-04 06:00","","","","",2.37,2.04,1.63,1.16,0.78,0.4,0.13,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43244",1,34.01194,-118.06995,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.810869,0.424936,3.43,"2013-08-30 03:00",3.06,"2013-08-29 03:00",2.86,"2013-08-26 03:00",2.83,"2013-09-07 03:00","","","","",2.53,2.18,1.59,1.3,0.96,0.69,0.41,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43245",1,34.01194,-118.06995,"WGS84","1-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",3,0.20352,0.073918,0.5,"2013-09-30 06:00",0.49,"2013-09-30 03:00",0.46,"2013-08-28 03:00",0.45,"2013-09-28 03:00","","","","",0.43,0.4,0.35,0.31,0.24,0.19,0.13,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43247",1,34.01194,-118.06995,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.881502,0.483529,3.76,"2013-08-30 03:00",3.4,"2013-08-26 03:00",3.11,"2013-09-07 03:00",2.98,"2013-08-26 06:00","","","","",2.82,2.51,1.85,1.45,1.05,0.75,0.43,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43248",1,34.01194,-118.06995,"WGS84","Cyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.948645,0.689619,6.77,"2013-08-29 03:00",5.39,"2013-09-07 03:00",5.23,"2013-09-13 03:00",4.4,"2013-09-06 03:00","","","","",4.11,3.07,2.24,1.67,1.13,0.74,0.43,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43249",1,34.01194,-118.06995,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.157658,0.698971,5.45,"2013-08-30 03:00",4.4,"2013-08-26 03:00",4.1,"2013-09-06 06:00",4,"2013-08-26 06:00","","","","",3.94,3.33,2.52,2.06,1.42,0.96,0.49,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43250",1,34.01194,-118.06995,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,2.442474,1.352528,10.02,"2013-08-30 03:00",8.7,"2013-08-26 03:00",8.42,"2013-08-29 03:00",8.14,"2013-08-26 06:00","","","","",7.45,6.52,5.07,4.16,2.99,2.08,1.15,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43252",1,34.01194,-118.06995,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.688557,0.380527,2.97,"2013-08-30 03:00",2.66,"2013-08-26 03:00",2.36,"2013-08-26 06:00",2.26,"2013-09-29 03:00","","","","",2.14,1.91,1.48,1.13,0.83,0.57,0.34,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43253",1,34.01194,-118.06995,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.444389,0.23281,1.8,"2013-08-30 03:00",1.56,"2013-08-26 03:00",1.36,"2013-09-30 06:00",1.33,"2013-08-29 03:00","","","","",1.28,1.1,0.91,0.74,0.56,0.38,0.21,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43261",1,34.01194,-118.06995,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.010692,0.652321,5.14,"2013-08-29 03:00",4.72,"2013-09-07 03:00",4.61,"2013-08-30 03:00",4.44,"2013-09-13 03:00","","","","",4,2.99,2.27,1.75,1.2,0.82,0.46,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43262",1,34.01194,-118.06995,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.869926,1.465625,18.6,"2013-08-29 03:00",9.35,"2013-09-07 03:00",8.94,"2013-08-30 03:00",8.76,"2013-09-13 03:00","","","","",7.75,6.54,4.59,3.38,2.19,1.41,0.79,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43263",1,34.01194,-118.06995,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,2.722342,1.666493,13.06,"2013-08-29 03:00",12.42,"2013-08-30 03:00",10.22,"2013-09-06 03:00",9.76,"2013-09-06 06:00","","","","",9.13,7.44,5.93,4.99,3.33,2.25,1.22,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43280",1,34.01194,-118.06995,"WGS84","1-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.343564,0.250982,1.75,"2013-08-26 03:00",1.7,"2013-08-29 03:00",1.53,"2013-08-26 06:00",1.47,"2013-09-30 06:00","","","","",1.34,1.15,0.89,0.64,0.4,0.26,0.14,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43284",1,34.01194,-118.06995,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.094728,0.645212,5.85,"2013-08-29 03:00",4.91,"2013-08-30 03:00",4.86,"2013-09-07 03:00",4.62,"2013-08-26 03:00","","","","",3.91,3.03,2.29,1.85,1.3,0.9,0.54,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43285",1,34.01194,-118.06995,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.000339,0.584791,4.78,"2013-08-30 03:00",3.84,"2013-08-26 03:00",3.5,"2013-08-26 06:00",3.39,"2013-09-06 03:00","","","","",3.22,2.72,2.1,1.76,1.23,0.84,0.44,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43291",1,34.01194,-118.06995,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.422091,0.826424,6.06,"2013-08-30 03:00",5.77,"2013-08-26 03:00",5.4,"2013-09-07 03:00",5,"2013-08-26 06:00","","","","",4.75,4.22,3.06,2.4,1.67,1.19,0.69,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43954",1,34.01194,-118.06995,"WGS84","n-Undecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",9,0.297614,0.139982,1.01,"2013-08-30 00:00",0.89,"2013-08-28 03:00",0.84,"2013-08-29 00:00",0.81,"2013-08-30 03:00","","","","",0.76,0.67,0.57,0.47,0.37,0.27,0.15,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","43960",1,34.01194,-118.06995,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",2,0.503903,0.263021,2.03,"2013-08-30 03:00",1.79,"2013-08-26 03:00",1.6,"2013-09-06 06:00",1.53,"2013-08-29 03:00","","","","",1.48,1.26,1.03,0.85,0.62,0.42,0.25,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","44201",1,34.01194,-118.06995,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5898,73,265,365,0,654,0,0,"Certification not required",1099,0.049853,0.014179,0.101,"2013-09-15 12:00",0.097,"2013-06-29 12:00",0.087,"2013-06-01 12:00",0.084,"2013-05-12 15:00","","","","",0.087,0.081,0.075,0.068,0.059,0.049,0.033,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","44201",1,34.01194,-118.06995,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6232,71,258,365,0,0,0,0,"Certification not required",0,0.040225,0.012069,0.072,"2013-05-03 10:00",0.07,"2013-05-12 10:00",0.07,"2013-06-29 11:00",0.07,"2013-09-15 10:00","","","","",0.07,0.067,0.06,0.056,0.047,0.04,0.024,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","44201",1,34.01194,-118.06995,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6232,71,258,365,0,0,0,0,"Certification not required",0,0.040225,0.012069,0.072,"2013-05-03 10:00",0.07,"2013-05-12 10:00",0.07,"2013-06-29 11:00",0.07,"2013-09-15 10:00","","","","",0.07,0.067,0.06,0.056,0.047,0.04,0.024,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","45109",1,34.01194,-118.06995,"WGS84","m/p Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,2.912003,1.85099,13.78,"2013-08-30 03:00",12.18,"2013-09-06 06:00",11.53,"2013-08-26 03:00",10.72,"2013-09-29 03:00","","","","",9.79,8.76,6.97,5.22,3.56,2.34,1.23,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45201",1,34.01194,-118.06995,"WGS84","Benzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.685611,0.807009,5.8,"2013-08-26 06:00",5.43,"2013-08-26 03:00",5.41,"2013-08-30 03:00",5.22,"2013-09-30 06:00","","","","",4.64,3.94,3.3,2.76,2.01,1.47,0.9,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45202",1,34.01194,-118.06995,"WGS84","Toluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,5.511723,3.293005,24.45,"2013-08-30 03:00",20.71,"2013-09-30 06:00",20.3,"2013-09-29 03:00",19.25,"2013-08-26 03:00","","","","",17.94,15.84,12.38,9.92,6.49,4.59,2.46,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45203",1,34.01194,-118.06995,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.78539,0.468417,3.56,"2013-08-30 03:00",3.22,"2013-09-06 06:00",2.94,"2013-08-26 03:00",2.85,"2013-09-29 03:00","","","","",2.6,2.25,1.75,1.36,0.92,0.64,0.37,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45204",1,34.01194,-118.06995,"WGS84","o-Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,1.169087,0.688611,5.08,"2013-08-30 03:00",4.33,"2013-08-26 03:00",4.07,"2013-09-29 03:00",3.99,"2013-09-06 06:00","","","","",3.59,3.24,2.64,2.07,1.42,0.97,0.52,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45207",1,34.01194,-118.06995,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",70,0.286451,0.183968,1.15,"2013-08-30 03:00",0.97,"2013-07-09 03:00",0.96,"2013-09-13 03:00",0.95,"2013-08-29 03:00","","","","",0.88,0.78,0.63,0.54,0.39,0.25,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45208",1,34.01194,-118.06995,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",1,0.878233,0.533156,3.88,"2013-08-30 03:00",3.53,"2013-08-26 03:00",2.88,"2013-09-07 03:00",2.78,"2013-08-26 06:00","","","","",2.58,2.39,1.94,1.65,1.1,0.74,0.35,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45209",1,34.01194,-118.06995,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",7,0.251105,0.114478,0.84,"2013-08-28 06:00",0.79,"2013-08-30 03:00",0.72,"2013-08-30 06:00",0.66,"2013-09-13 03:00","","","","",0.63,0.59,0.47,0.4,0.3,0.22,0.14,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45210",1,34.01194,-118.06995,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.198174,0.086302,0.54,"2013-09-13 03:00",0.52,"2013-09-30 03:00",0.51,"2013-07-13 06:00",0.51,"2013-08-29 06:00","","","","",0.48,0.44,0.37,0.33,0.24,0.17,0.11,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45211",1,34.01194,-118.06995,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",5,0.311782,0.184234,1.17,"2013-08-30 03:00",1.11,"2013-08-30 06:00",1.08,"2013-09-06 06:00",1.08,"2013-09-12 03:00","","","","",0.99,0.86,0.69,0.56,0.38,0.26,0.14,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45212",1,34.01194,-118.06995,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.630854,0.364114,2.44,"2013-08-30 06:00",2.22,"2013-09-07 03:00",2.2,"2013-08-30 03:00",2.18,"2013-09-30 06:00","","","","",1.93,1.61,1.41,1.12,0.77,0.53,0.28,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45213",1,34.01194,-118.06995,"WGS84","p-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",4,0.408233,0.214032,1.53,"2013-08-30 06:00",1.51,"2013-09-06 06:00",1.4,"2013-09-07 03:00",1.33,"2013-09-04 03:00","","","","",1.19,0.99,0.84,0.69,0.49,0.36,0.2,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45218",1,34.01194,-118.06995,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",14,0.278954,0.145671,0.92,"2013-09-06 06:00",0.82,"2013-08-29 06:00",0.82,"2013-09-07 06:00",0.77,"2013-09-04 06:00","","","","",0.71,0.63,0.55,0.49,0.37,0.24,0.12,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45219",1,34.01194,-118.06995,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",81,0.265007,0.158185,0.8,"2013-08-28 06:00",0.8,"2013-08-30 00:00",0.74,"2013-08-30 03:00",0.73,"2013-07-18 03:00","","","","",0.72,0.63,0.57,0.5,0.36,0.24,0.05,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45220",1,34.01194,-118.06995,"WGS84","Styrene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.722062,0.682318,13.06,"2013-08-28 03:00",3.37,"2013-08-29 06:00",3.3,"2013-09-09 03:00",3.17,"2013-07-25 03:00","","","","",2.85,2.31,1.68,1.28,0.86,0.56,0.27,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","45225",1,34.01194,-118.06995,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",679,23,81,365,0,57,"","","Certification not required",0,0.473814,0.331486,2.55,"2013-09-12 03:00",2.52,"2013-09-30 03:00",2.42,"2013-09-13 03:00",2.22,"2013-08-26 03:00","","","","",2.01,1.39,1.12,0.85,0.57,0.38,0.2,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-06" +"06","037","1602","62101",1,34.01194,-118.06995,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6508,74,270,365,0,20,"","","Certification not required",0,65.444975,10.842922,98.5,"2013-09-06 12:00",97.9,"2013-08-29 12:00",97,"2013-09-07 12:00",96.6,"2013-09-05 12:00","","","","",91.1,88.3,83.6,79.8,72.3,65.1,51.8,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","62201",1,34.01194,-118.06995,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6335,72,258,365,0,217,"","","Certification not required",35,61.670639,20.73162,100,"2013-03-14 05:00",100,"2013-03-14 06:00",100,"2013-03-14 07:00",99,"2013-03-14 02:00","","","","",94,91,88,85,79,66,32,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","63301",1,34.01194,-118.06995,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",214,2,5,365,0,4,"","","Certification not required",214,0.005,0,0.005,"2013-01-08 05:00",0.005,"2013-01-08 06:00",0.005,"2013-01-08 07:00",0.005,"2013-03-05 14:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","63302",1,34.01194,-118.06995,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",6533,75,272,365,0,19,"","","Certification not required",3668,0.021603,0.023626,0.09,"2013-07-28 11:00",0.09,"2013-07-28 12:00",0.08,"2013-04-06 11:00",0.08,"2013-04-08 11:00","","","","",0.08,0.08,0.07,0.06,0.03,0.005,0.005,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","64101",1,34.01194,-118.06995,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6326,72,261,365,0,36,"","","Certification not required",0,1008.433607,3.988038,1024,"2013-01-15 10:00",1023,"2013-01-15 09:00",1023,"2013-01-15 11:00",1022,"2013-01-15 12:00","","","","",1019,1018,1015,1014,1011,1008,1004,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1602","68101",1,34.01194,-118.06995,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",23,19,23,122,0,0,"","","Certification not required",0,0.486957,0.086887,0.6,"2013-03-14 00:00",0.6,"2013-03-17 00:00",0.6,"2013-03-20 00:00",0.6,"2013-03-23 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.4,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68102",1,34.01194,-118.06995,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",23,19,23,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68103",1,34.01194,-118.06995,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",23,19,23,122,0,0,"","","Certification not required",0,6.743478,3.917655,13.9,"2013-01-25 00:00",11.9,"2013-03-17 00:00",11.2,"2013-03-26 00:00",11.2,"2013-03-29 00:00","","","","",13.9,13.9,11.9,11.2,10.5,6.7,1.6,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68104",1,34.01194,-118.06995,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",23,19,23,122,0,0,"","","Certification not required",0,22.33913,4.671163,30.5,"2013-03-14 00:00",28.8,"2013-02-15 00:00",27.9,"2013-01-22 00:00",27.7,"2013-01-19 00:00","","","","",30.5,30.5,28.8,27.9,26.9,22,16.2,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68105",1,34.01194,-118.06995,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",23,19,23,122,0,0,"","","Certification not required",0,13.369565,3.411802,18.4,"2013-03-14 00:00",17,"2013-02-03 00:00",16.9,"2013-02-15 00:00",16.8,"2013-03-29 00:00","","","","",18.4,18.4,17,16.9,16.2,14,9.5,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68106",1,34.01194,-118.06995,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",23,19,23,122,0,0,"","","Certification not required",0,756.73913,2.136637,761,"2013-02-12 00:00",760,"2013-01-04 00:00",759,"2013-01-01 00:00",759,"2013-01-16 00:00","","","","",761,761,760,759,758,757,754,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68107",1,34.01194,-118.06995,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",23,19,23,122,0,0,"","","Certification not required",0,770.782609,6.438213,782,"2013-02-12 00:00",780,"2013-01-31 00:00",777,"2013-01-07 00:00",777,"2013-01-28 00:00","","","","",782,782,780,777,776,772,762,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68108",1,34.01194,-118.06995,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",23,19,23,122,0,0,"","","Certification not required",0,762.304348,2.77054,767,"2013-01-31 00:00",767,"2013-02-06 00:00",767,"2013-02-12 00:00",766,"2013-01-28 00:00","","","","",767,767,767,767,765,762,759,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","68109",1,34.01194,-118.06995,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",23,19,23,122,0,0,"","","Certification not required",0,1439.913043,0.417029,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","88101",1,34.01194,-118.06995,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,19,23,122,0,0,0,0,"Certification not required",0,12.904348,6.156924,28.8,"2013-01-01 00:00",22,"2013-02-06 00:00",18.6,"2013-01-16 00:00",18.1,"2013-03-26 00:00","","","","",28.8,28.8,22,18.6,17.1,12.4,5.5,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1602","88101",1,34.01194,-118.06995,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,19,23,122,0,0,"","","Certification not required",0,12.904348,6.156924,28.8,"2013-01-01 00:00",22,"2013-02-06 00:00",18.6,"2013-01-16 00:00",18.1,"2013-03-26 00:00","","","","",28.8,28.8,22,18.6,17.1,12.4,5.5,"Pico Rivera #2","4144 SAN GABRIEL RIVER PKWY, PICO RIVERA","California","Los Angeles","Pico Rivera","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","1701","42101",1,34.06703,-117.7514,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5860,67,257,365,0,692,0,0,"Certification not required",4940,0.329181,0.205854,1.9,"2013-01-01 01:00",1.9,"2013-01-01 02:00",1.8,"2013-01-01 00:00",1.7,"2013-01-09 08:00","","","","",1.2,1,0.8,0.6,0.25,0.25,0.25,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","42101",1,34.06703,-117.7514,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6155,70,250,365,0,0,0,0,"Certification not required",0,0.364598,0.140138,1.5,"2013-01-01 07:00",1.4,"2013-01-01 08:00",1.2,"2013-01-01 09:00",1.2,"2013-01-06 00:00",1.5,"2013-01-01 07:00",1.2,"2013-01-06 00:00",0.9,0.8,0.7,0.6,0.4,0.3,0.3,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","42601",2,34.06703,-117.7514,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5709,65,252,365,0,843,"","","Certification not required",0,11.708495,23.856383,193.1,"2013-02-13 07:00",180.7,"2013-01-31 07:00",178.7,"2013-01-09 08:00",177.9,"2013-01-30 07:00","","","","",110.8,93.2,64.8,40.2,11.4,1.7,-1.6,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","42602",2,34.06703,-117.7514,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5709,65,252,365,0,843,0,"","Certification not required",0,34.60754,12.238112,73.1,"2013-03-12 20:00",65.3,"2013-05-02 20:00",64.7,"2013-03-14 20:00",63.3,"2013-05-03 21:00","","","","",64.7,60.9,54.6,50.5,42.7,34.5,19,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","42602",2,34.06703,-117.7514,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5709,65,252,365,0,843,"","","Certification not required",0,20.906971,11.275546,73.1,"2013-03-12 20:00",68.1,"2013-03-12 21:00",65.3,"2013-05-02 20:00",64.7,"2013-03-14 20:00","","","","",50.7,46.9,41.1,36.9,28.6,18.8,8,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","42603",2,34.06703,-117.7514,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5709,65,252,365,0,843,"","","Certification not required",0,32.631669,31.856811,238.6,"2013-02-13 07:00",222.5,"2013-01-09 08:00",213.8,"2013-01-23 08:00",213.6,"2013-01-31 07:00","","","","",150.2,130.6,101.2,74.8,41.2,21.5,7,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","44201",1,34.06703,-117.7514,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5859,71,260,365,0,693,1,1,"Certification not required",853,0.060446,0.018992,0.125,"2013-06-29 15:00",0.119,"2013-05-12 13:00",0.117,"2013-06-01 14:00",0.111,"2013-07-08 14:00","","","","",0.117,0.103,0.094,0.085,0.072,0.059,0.038,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","44201",1,34.06703,-117.7514,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6155,69,252,365,0,0,4,4,"Certification not required",0,0.048905,0.015444,0.099,"2013-06-29 11:00",0.092,"2013-05-12 10:00",0.092,"2013-06-01 10:00",0.085,"2013-09-15 09:00","","","","",0.092,0.081,0.076,0.069,0.058,0.049,0.029,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","1701","44201",1,34.06703,-117.7514,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6155,69,252,365,0,0,15,15,"Certification not required",0,0.048905,0.015444,0.099,"2013-06-29 11:00",0.092,"2013-05-12 10:00",0.092,"2013-06-01 10:00",0.085,"2013-09-15 09:00","","","","",0.092,0.081,0.076,0.069,0.058,0.049,0.029,"","924 N. GAREY AVE., POMONA","California","Los Angeles","Pomona","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","42101",1,34.1326,-118.1272,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",2004,23,90,365,0,204,0,0,"Certification not required",1923,0.265444,0.09359,2.5,"2013-09-07 23:00",1.8,"2013-09-08 00:00",1.2,"2013-09-24 06:00",1,"2013-09-24 07:00","","","","",0.6,0.6,0.25,0.25,0.25,0.25,0.25,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","42101",1,34.1326,-118.1272,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2137,24,88,365,0,0,0,0,"Certification not required",0,0.308751,0.045213,0.9,"2013-09-08 04:00",0.9,"2013-09-08 05:00",0.9,"2013-09-08 06:00",0.8,"2013-09-08 03:00",0.9,"2013-09-08 04:00",0.7,"2013-09-24 07:00",0.5,0.4,0.4,0.3,0.3,0.3,0.3,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","42601",1,34.1326,-118.1272,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1973,38,88,218,0,235,"","","Certification not required",0,3.013077,5.386269,55.1,"2013-09-24 06:00",49.8,"2013-09-13 06:00",49.2,"2013-09-30 06:00",46.3,"2013-09-12 06:00","","","","",27.7,20.3,12.8,7.8,3.4,1.1,0,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","42602",1,34.1326,-118.1272,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1973,23,88,365,0,235,0,"","Certification not required",0,29.193182,9.393955,54.8,"2013-09-06 11:00",49.9,"2013-09-04 11:00",48,"2013-08-31 02:00",46.1,"2013-09-28 21:00","","","","",54.8,49.9,44.7,41.3,37.4,28.3,17.1,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","42602",1,34.1326,-118.1272,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1973,23,88,365,0,235,"","","Certification not required",0,17.448049,8.131807,54.8,"2013-09-06 11:00",49.9,"2013-09-04 11:00",48,"2013-08-31 02:00",47.8,"2013-08-31 01:00","","","","",40.1,38,33.1,29,22.2,15.8,8.3,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","42603",1,34.1326,-118.1272,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1973,38,88,218,0,235,"","","Certification not required",0,20.496858,11.593649,97.4,"2013-09-24 06:00",90.8,"2013-09-30 06:00",82.1,"2013-09-13 06:00",81.8,"2013-09-16 07:00","","","","",60,51.9,43.6,35,26.1,17.5,9.1,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","44201",1,34.1326,-118.1272,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2559,32,115,365,0,465,0,0,"Certification not required",245,0.061,0.013261,0.099,"2013-09-15 12:00",0.095,"2013-07-14 12:00",0.089,"2013-08-16 14:00",0.086,"2013-07-08 13:00","","","","",0.095,0.089,0.086,0.076,0.07,0.061,0.045,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","44201",1,34.1326,-118.1272,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2729,30,111,365,0,0,0,0,"Certification not required",0,0.050207,0.010759,0.075,"2013-09-15 10:00",0.072,"2013-08-15 10:00",0.07,"2013-06-29 11:00",0.07,"2013-07-14 10:00","","","","",0.072,0.07,0.069,0.064,0.057,0.05,0.037,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","2005","44201",1,34.1326,-118.1272,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2729,30,111,365,0,0,0,0,"Certification not required",0,0.050207,0.010759,0.075,"2013-09-15 10:00",0.072,"2013-08-15 10:00",0.07,"2013-06-29 11:00",0.07,"2013-07-14 10:00","","","","",0.072,0.07,0.069,0.064,0.057,0.05,0.037,"Pasadena","752 S. WILSON AVE., PASADENA","California","Los Angeles","Pasadena","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","12102",7,33.82376,-118.18921,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0064,0.004827,0.012,"2013-01-16 00:00",0.011,"2013-01-04 00:00",0.005,"2013-02-21 00:00",0.002,"2013-01-28 00:00","","","","",0.012,0.012,0.012,0.012,0.011,0.005,0.002,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12103",7,33.82376,-118.18921,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12110",7,33.82376,-118.18921,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12112",7,33.82376,-118.18921,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0048,0.002588,0.008,"2013-01-04 00:00",0.007,"2013-01-16 00:00",0.004,"2013-02-21 00:00",0.003,"2013-01-28 00:00","","","","",0.008,0.008,0.008,0.008,0.007,0.004,0.002,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12113",7,33.82376,-118.18921,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12114",7,33.82376,-118.18921,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0254,0.017487,0.046,"2013-01-04 00:00",0.043,"2013-01-16 00:00",0.014,"2013-02-21 00:00",0.012,"2013-01-28 00:00","","","","",0.046,0.046,0.046,0.046,0.043,0.014,0.012,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12115",1,33.82376,-118.18921,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-01-31" +"06","037","4002","12126",7,33.82376,-118.18921,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.8,0.517832,1.4,"2013-01-04 00:00",1.3,"2013-01-16 00:00",0.63,"2013-02-21 00:00",0.36,"2013-02-09 00:00","","","","",1.4,1.4,1.4,1.4,1.3,0.63,0.31,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12128",7,33.82376,-118.18921,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00512,0.003502,0.0091,"2013-01-04 00:00",0.0087,"2013-01-16 00:00",0.0033,"2013-02-21 00:00",0.0028,"2013-02-09 00:00","","","","",0.0091,0.0091,0.0091,0.0091,0.0087,0.0033,0.0017,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-06-28" +"06","037","4002","12132",7,33.82376,-118.18921,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0152,0.011946,0.03,"2013-01-04 00:00",0.026,"2013-01-16 00:00",0.01,"2013-02-21 00:00",0.005,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.03,0.026,0.01,0.005,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12134",7,33.82376,-118.18921,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00231,0.002201,0.0054,"2013-01-04 00:00",0.0039,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0054,0.0054,0.0054,0.0054,0.0039,0.00075,0.00075,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12136",7,33.82376,-118.18921,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12150",7,33.82376,-118.18921,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12154",7,33.82376,-118.18921,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12160",7,33.82376,-118.18921,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.0029,0.001917,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.0015,0.0015,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12161",7,33.82376,-118.18921,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0372,0.03439,0.087,"2013-01-04 00:00",0.059,"2013-01-16 00:00",0.02,"2013-02-21 00:00",0.01,"2013-01-28 00:00","","","","",0.087,0.087,0.087,0.087,0.059,0.02,0.01,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12164",7,33.82376,-118.18921,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00387,0.00492,0.012,"2013-01-04 00:00",0.0051,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.012,0.012,0.012,0.012,0.0051,0.00075,0.00075,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12167",7,33.82376,-118.18921,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",2,3,2,61,0,3,"","","Certification not required",0,0.0505,0.030406,0.072,"2013-02-21 00:00",0.029,"2013-02-09 00:00","","","","","","","","",0.072,0.072,0.072,0.072,0.072,0.072,0.029,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12168",7,33.82376,-118.18921,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00788,0.004756,0.014,"2013-01-16 00:00",0.011,"2013-01-04 00:00",0.0077,"2013-02-21 00:00",0.0044,"2013-02-09 00:00","","","","",0.014,0.014,0.014,0.014,0.011,0.0077,0.0023,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12169",7,33.82376,-118.18921,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.352,0.148896,0.58,"2013-02-21 00:00",0.38,"2013-01-16 00:00",0.32,"2013-01-04 00:00",0.31,"2013-02-09 00:00","","","","",0.58,0.58,0.58,0.58,0.38,0.32,0.17,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","12185",7,33.82376,-118.18921,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00209,0.00184,0.0043,"2013-01-04 00:00",0.0039,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0043,0.0043,0.0043,0.0043,0.0039,0.00075,0.00075,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","4002","14129",2,33.82376,-118.18921,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,0,0,"Certification not required",0,0.004107,0.002409,0.01,"2013-01-22 00:00",0.009,"2013-02-15 00:00",0.008,"2013-01-16 00:00",0.008,"2013-03-11 00:00","","","","",0.01,0.01,0.009,0.008,0.006,0.003,0.002,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","4002","14129",3,33.82376,-118.18921,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",27,44,27,61,0,4,0,0,"Certification not required",0,0.00437,0.00304,0.012,"2013-02-15 00:00",0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00",0.008,"2013-01-04 00:00","","","","",0.012,0.012,0.011,0.011,0.006,0.003,0.002,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","4002","17141",6,33.82376,-118.18921,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,71.731034,73.930156,270,"2013-01-16 00:00",243,"2013-01-04 00:00",211,"2013-02-15 00:00",194,"2013-01-22 00:00","","","","",270,270,243,211,90.6,41.9,17.3,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17147",6,33.82376,-118.18921,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,1.707414,1.078185,4.37,"2013-01-22 00:00",3.67,"2013-02-03 00:00",3.59,"2013-02-15 00:00",3.07,"2013-02-27 00:00","","","","",4.37,4.37,3.67,3.59,2.31,1.41,0.524,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17148",6,33.82376,-118.18921,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.688069,1.335448,5.36,"2013-01-04 00:00",3.46,"2013-02-09 00:00",2.59,"2013-01-22 00:00",2.4,"2013-01-16 00:00","","","","",5.36,5.36,3.46,2.59,0.494,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17149",6,33.82376,-118.18921,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,2.424552,1.569887,5.4,"2013-01-04 00:00",4.79,"2013-01-22 00:00",4.74,"2013-02-03 00:00",4.61,"2013-01-16 00:00","","","","",5.4,5.4,4.79,4.74,3.66,2.13,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17150",6,33.82376,-118.18921,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,4.774483,2.771425,10.8,"2013-01-04 00:00",9.96,"2013-02-03 00:00",9.7,"2013-01-22 00:00",9.28,"2013-02-27 00:00","","","","",10.8,10.8,9.96,9.7,6.72,3.59,1.81,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17151",6,33.82376,-118.18921,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.266759,0.287831,1.15,"2013-01-04 00:00",0.939,"2013-01-16 00:00",0.707,"2013-01-22 00:00",0.623,"2013-02-09 00:00","","","","",1.15,1.15,0.939,0.707,0.293,0.181,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17158",6,33.82376,-118.18921,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.544421,0.967194,4.31,"2013-01-16 00:00",2.67,"2013-01-04 00:00",2.28,"2013-02-09 00:00",1.36,"2013-02-03 00:00","","","","",4.31,4.31,2.67,2.28,0.396,0.167,0.0496,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17159",6,33.82376,-118.18921,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,1.187483,0.812623,3.31,"2013-01-16 00:00",3.08,"2013-01-04 00:00",2.53,"2013-02-03 00:00",2.36,"2013-01-22 00:00","","","","",3.31,3.31,3.08,2.53,1.38,0.88,0.423,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17160",6,33.82376,-118.18921,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.018621,0.0474,0.215,"2013-01-04 00:00",0.126,"2013-01-16 00:00",0.071,"2013-01-22 00:00",0.058,"2013-02-27 00:00","","","","",0.215,0.215,0.126,0.071,0,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17201",6,33.82376,-118.18921,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.928759,0.556049,2.32,"2013-01-16 00:00",2.18,"2013-01-04 00:00",1.83,"2013-01-22 00:00",1.75,"2013-02-03 00:00","","","","",2.32,2.32,2.18,1.83,1.2,0.728,0.395,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17204",6,33.82376,-118.18921,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.776448,0.676521,2.6,"2013-02-27 00:00",2.46,"2013-01-16 00:00",2.23,"2013-01-04 00:00",1.75,"2013-01-22 00:00","","","","",2.6,2.6,2.46,2.23,0.702,0.524,0.263,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17208",6,33.82376,-118.18921,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.142752,0.161653,0.617,"2013-01-04 00:00",0.578,"2013-01-16 00:00",0.42,"2013-02-27 00:00",0.37,"2013-02-09 00:00","","","","",0.617,0.617,0.578,0.42,0.153,0.0677,0.0336,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17211",6,33.82376,-118.18921,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.05531,0.07188,0.253,"2013-01-16 00:00",0.244,"2013-01-04 00:00",0.174,"2013-02-27 00:00",0.168,"2013-01-22 00:00","","","","",0.253,0.253,0.244,0.174,0.053,0.024,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17212",6,33.82376,-118.18921,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.008221,0.018243,0.0662,"2013-01-04 00:00",0.0537,"2013-01-16 00:00",0.0482,"2013-06-03 00:00",0.0283,"2013-01-22 00:00","","","","",0.0662,0.0662,0.0537,0.0482,0,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17215",6,33.82376,-118.18921,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.052034,0.091861,0.333,"2013-01-04 00:00",0.323,"2013-01-16 00:00",0.218,"2013-06-03 00:00",0.127,"2013-01-22 00:00","","","","",0.333,0.333,0.323,0.218,0.045,0.015,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17220",6,33.82376,-118.18921,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.129655,0.196618,0.752,"2013-01-16 00:00",0.698,"2013-01-04 00:00",0.431,"2013-02-09 00:00",0.326,"2013-02-27 00:00","","","","",0.752,0.752,0.698,0.431,0.14,0.032,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17223",6,33.82376,-118.18921,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.024897,0.047613,0.183,"2013-01-16 00:00",0.153,"2013-01-04 00:00",0.103,"2013-02-09 00:00",0.066,"2013-01-22 00:00","","","","",0.183,0.183,0.153,0.103,0.026,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17224",6,33.82376,-118.18921,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.085103,0.115458,0.416,"2013-01-16 00:00",0.386,"2013-01-04 00:00",0.292,"2013-02-27 00:00",0.226,"2013-02-09 00:00","","","","",0.416,0.416,0.386,0.292,0.082,0.036,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17231",6,33.82376,-118.18921,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.006552,0.015521,0.053,"2013-06-03 00:00",0.05,"2013-01-16 00:00",0.036,"2013-01-04 00:00",0.032,"2013-02-09 00:00","","","","",0.053,0.053,0.05,0.036,0,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17237",6,33.82376,-118.18921,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.120448,0.175244,0.68,"2013-01-16 00:00",0.589,"2013-01-04 00:00",0.373,"2013-01-22 00:00",0.365,"2013-02-27 00:00","","","","",0.68,0.68,0.589,0.373,0.109,0.038,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17242",6,33.82376,-118.18921,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.053655,0.097341,0.387,"2013-01-04 00:00",0.318,"2013-01-16 00:00",0.214,"2013-06-03 00:00",0.128,"2013-02-27 00:00","","","","",0.387,0.387,0.318,0.214,0.039,0.02,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","17243",6,33.82376,-118.18921,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,6,"","","Certification not required",0,0.066724,0.114699,0.444,"2013-01-16 00:00",0.391,"2013-01-04 00:00",0.216,"2013-02-09 00:00",0.189,"2013-01-22 00:00","","","","",0.444,0.444,0.391,0.216,0.07,0.0233,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-03" +"06","037","4002","42101",1,33.82376,-118.18921,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",4023,46,174,365,0,537,0,0,"Certification not required",3230,0.383097,0.317294,2.6,"2013-01-01 00:00",2.5,"2013-01-01 01:00",2.4,"2013-01-09 07:00",2.4,"2013-01-09 08:00","","","","",1.7,1.5,1.1,0.8,0.25,0.25,0.25,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42101",1,33.82376,-118.18921,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4226,48,168,365,0,0,0,0,"Certification not required",0,0.420469,0.265312,1.9,"2013-01-01 07:00",1.9,"2013-01-09 08:00",1.9,"2013-01-09 09:00",1.9,"2013-01-09 10:00",1.9,"2013-01-01 07:00",1.9,"2013-01-09 08:00",1.5,1.3,1,0.8,0.4,0.3,0.3,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42401",2,33.82376,-118.18921,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",4019,46,173,365,0,541,0,"","Certification not required",0,1.209249,1.997477,21.8,"2013-07-09 19:00",10.1,"2013-07-08 11:00",4.7,"2013-02-14 10:00",4.6,"2013-02-13 13:00","","","","",19.8,4.7,3.5,2.5,1.7,0.9,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42401",2,33.82376,-118.18921,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",4019,46,173,365,0,541,"","","Certification not required",0,0.236775,0.72376,21.8,"2013-07-09 19:00",19.8,"2013-05-10 14:00",11,"2013-05-10 15:00",10.1,"2013-07-08 11:00","","","","",2.3,1.8,1.1,0.9,0.1,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42401",2,33.82376,-118.18921,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",173,47,173,365,0,0,0,"","Certification not required",0,0.230636,0.311109,1.7,"2013-07-09 00:00",1.3,"2013-01-16 00:00",1.3,"2013-07-08 00:00",1.1,"2013-01-22 00:00","","","","",1.3,1.1,0.9,0.6,0.3,0.1,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42401",2,33.82376,-118.18921,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1238,42,169,365,0,0,"",0,"Certification not required",0,0.224394,0.542222,10.5,"2013-07-09 20:00",5.1,"2013-07-08 11:00",4.1,"2013-05-10 17:00",3.7,"2013-02-13 14:00","","","","",2.2,1.6,1.1,0.8,0.2,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42401",3,33.82376,-118.18921,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",23829,23,81,365,0,2091,"","","Certification not required",0,0.383885,1.111532,47.2,"2013-03-16 04:45",46.8,"2013-03-17 04:45",46.8,"2013-03-18 04:45",21,"2013-02-13 13:05","","","","",3,2,1.6,1,0.8,0,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-09-27" +"06","037","4002","42601",2,33.82376,-118.18921,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2731,31,118,365,0,1829,"","","Certification not required",0,4.985536,10.765035,146.4,"2013-03-12 06:00",120.9,"2013-01-02 23:00",118.1,"2013-03-12 07:00",105.6,"2013-03-12 08:00","","","","",57.9,37.8,16.4,9.7,5.3,2.3,0,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42602",2,33.82376,-118.18921,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2731,31,118,365,0,1829,0,"","Certification not required",0,21.835593,10.896024,55.7,"2013-03-02 00:00",55,"2013-03-12 08:00",53.1,"2013-04-19 08:00",50.2,"2013-03-13 10:00","","","","",58,55.7,49.8,34.8,29.4,20,10.5,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42602",2,33.82376,-118.18921,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2731,31,118,365,0,1829,"","","Certification not required",0,11.11743,8.692012,63.7,"2013-05-03 07:00",58,"2013-03-01 23:00",55.7,"2013-03-02 00:00",55,"2013-03-12 08:00","","","","",44.7,37.1,29.3,22.3,13.7,8.8,3.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","42603",2,33.82376,-118.18921,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2731,31,118,365,0,1829,"","","Certification not required",0,16.14134,17.834778,192.2,"2013-03-12 06:00",169.7,"2013-01-02 23:00",167,"2013-03-12 07:00",160.7,"2013-03-12 08:00","","","","",100.3,78.1,43,30.6,18.6,11.3,3.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","43218",5,33.82376,-118.18921,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.24,0.310499,1.16,"2013-01-16 00:00",1.12,"2013-01-04 00:00",0.56,"2013-02-09 00:00",0.22,"2013-07-15 00:00","","","","",1.16,1.16,1.12,0.56,0.21,0.16,0.08,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43359",5,33.82376,-118.18921,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.422273,0.133128,0.77,"2013-01-16 00:00",0.66,"2013-07-27 00:00",0.59,"2013-09-16 00:00",0.58,"2013-01-04 00:00","","","","",0.77,0.77,0.66,0.59,0.51,0.36,0.3,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-01-22" +"06","037","4002","43502",5,33.82376,-118.18921,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,1,"","","Certification not required",0,1.945455,0.771966,3.8,"2013-01-04 00:00",3.4,"2013-01-16 00:00",3.2,"2013-09-13 00:00",2.5,"2013-07-03 00:00","","","","",3.8,3.8,3.4,3.2,2.3,1.8,1.1,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43503",5,33.82376,-118.18921,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,1,"","","Certification not required",0,1.290909,0.841149,3.6,"2013-01-04 00:00",3.4,"2013-01-16 00:00",2.2,"2013-09-13 00:00",1.6,"2013-02-09 00:00","","","","",3.6,3.6,3.4,2.2,1.6,1,0.6,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43505",5,33.82376,-118.18921,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.026,0.589177,1.77,"2013-01-04 00:00",1.44,"2013-01-16 00:00",1.02,"2013-02-09 00:00",0.45,"2013-01-28 00:00","","","","",1.77,1.77,1.77,1.77,1.44,1.02,0.45,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","4002","43551",5,33.82376,-118.18921,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,15.18,6.924738,24.3,"2013-01-16 00:00",19.5,"2013-01-04 00:00",13.5,"2013-02-21 00:00",12.3,"2013-02-09 00:00","","","","",24.3,24.3,24.3,24.3,19.5,13.5,6.3,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","4002","43552",5,33.82376,-118.18921,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,1,"","","Certification not required",20,0.290909,0.294245,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,0.2,0.2,0.2,0.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43702",5,33.82376,-118.18921,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-06-17" +"06","037","4002","43802",5,33.82376,-118.18921,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.274091,0.529138,2.6,"2013-09-16 00:00",0.51,"2013-08-08 00:00",0.31,"2013-01-16 00:00",0.24,"2013-02-21 00:00","","","","",2.6,2.6,0.51,0.31,0.22,0.15,0.05,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43803",5,33.82376,-118.18921,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.025,0.011852,0.05,"2013-09-16 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-16 00:00",0.04,"2013-02-09 00:00","","","","",0.05,0.05,0.04,0.04,0.03,0.03,0.01,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43804",5,33.82376,-118.18921,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.084091,0.006661,0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00",0.09,"2013-02-21 00:00","","","","",0.09,0.09,0.09,0.09,0.09,0.09,0.08,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43814",5,33.82376,-118.18921,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43817",5,33.82376,-118.18921,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.032273,0.02959,0.11,"2013-01-04 00:00",0.11,"2013-01-16 00:00",0.07,"2013-02-21 00:00",0.05,"2013-03-05 00:00","","","","",0.11,0.11,0.11,0.07,0.04,0.02,0.01,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43819",5,33.82376,-118.18921,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.022727,0.007673,0.05,"2013-03-05 00:00",0.04,"2013-04-10 00:00",0.03,"2013-02-09 00:00",0.02,"2013-01-04 00:00","","","","",0.05,0.05,0.04,0.03,0.02,0.02,0.02,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-20" +"06","037","4002","43824",5,33.82376,-118.18921,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.030909,0.033652,0.16,"2013-08-08 00:00",0.1,"2013-01-16 00:00",0.04,"2013-01-04 00:00",0.02,"2013-01-28 00:00","","","","",0.16,0.16,0.1,0.04,0.02,0.02,0.02,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","43827",5,33.82376,-118.18921,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",22,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-01-22" +"06","037","4002","43830",5,33.82376,-118.18921,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","43831",5,33.82376,-118.18921,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","43834",5,33.82376,-118.18921,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",19,0.262727,0.172962,0.86,"2013-09-16 00:00",0.66,"2013-09-01 00:00",0.46,"2013-09-25 00:00",0.2,"2013-01-04 00:00","","","","",0.86,0.86,0.66,0.46,0.2,0.2,0.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-01-22" +"06","037","4002","43848",5,33.82376,-118.18921,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",13,0.356364,0.216081,0.94,"2013-01-16 00:00",0.68,"2013-01-04 00:00",0.68,"2013-08-08 00:00",0.54,"2013-02-09 00:00","","","","",0.94,0.94,0.68,0.68,0.5,0.2,0.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-01-22" +"06","037","4002","43854",5,33.82376,-118.18921,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",17,0.37,0.34007,1.3,"2013-02-09 00:00",1.02,"2013-01-16 00:00",0.94,"2013-01-04 00:00",0.9,"2013-02-21 00:00","","","","",1.3,1.3,1.02,0.94,0.2,0.2,0.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-01-22" +"06","037","4002","44201",1,33.82376,-118.18921,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3996,47,172,365,0,564,0,0,"Certification not required",482,0.045198,0.012015,0.092,"2013-05-12 13:00",0.09,"2013-05-13 12:00",0.083,"2013-06-01 12:00",0.081,"2013-06-29 12:00","","","","",0.09,0.081,0.066,0.057,0.051,0.046,0.03,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","44201",1,33.82376,-118.18921,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4198,46,167,365,0,0,0,0,"Certification not required",0,0.038707,0.011454,0.07,"2013-05-12 11:00",0.067,"2013-06-29 10:00",0.065,"2013-06-01 11:00",0.06,"2013-04-20 10:00","","","","",0.067,0.06,0.055,0.052,0.046,0.04,0.023,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","44201",1,33.82376,-118.18921,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4198,46,167,365,0,0,0,0,"Certification not required",0,0.038707,0.011454,0.07,"2013-05-12 11:00",0.067,"2013-06-29 10:00",0.065,"2013-06-01 11:00",0.06,"2013-04-20 10:00","","","","",0.067,0.06,0.055,0.052,0.046,0.04,0.023,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","45109",5,33.82376,-118.18921,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,2.465455,2.158325,8.8,"2013-01-16 00:00",8,"2013-01-04 00:00",4.4,"2013-02-09 00:00",3.36,"2013-04-10 00:00","","","","",8.8,8.8,8,4.4,2.8,2,0.8,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","45201",5,33.82376,-118.18921,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,1.789091,1.140321,4.92,"2013-01-16 00:00",4.62,"2013-01-04 00:00",3.36,"2013-02-09 00:00",2.7,"2013-03-05 00:00","","","","",4.92,4.92,4.62,3.36,1.86,1.32,1.02,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","45202",5,33.82376,-118.18921,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,3.970909,2.969548,11.9,"2013-01-16 00:00",11.2,"2013-01-04 00:00",7,"2013-02-09 00:00",6.09,"2013-02-21 00:00","","","","",11.9,11.9,11.2,7,5.32,2.87,1.68,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","45203",5,33.82376,-118.18921,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.927273,0.412128,2.24,"2013-01-16 00:00",2.16,"2013-01-04 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",2.24,2.24,2.16,0.8,0.8,0.8,0.8,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","45204",5,33.82376,-118.18921,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.898182,0.772452,3.12,"2013-01-16 00:00",2.8,"2013-01-04 00:00",1.68,"2013-02-09 00:00",1.28,"2013-03-05 00:00","","","","",3.12,3.12,2.8,1.68,1.2,0.4,0.4,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","45220",5,33.82376,-118.18921,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",22,49,22,45,0,3,"","","Certification not required",0,0.487273,0.228831,1.12,"2013-01-04 00:00",1.12,"2013-01-16 00:00",0.88,"2013-07-03 00:00",0.4,"2013-01-28 00:00","","","","",1.12,1.12,1.12,0.88,0.4,0.4,0.4,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-25" +"06","037","4002","62101",1,33.82376,-118.18921,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4530,52,189,365,0,29,"","","Certification not required",0,61.382892,8.355994,91.2,"2013-05-03 13:00",90.7,"2013-05-13 12:00",90.6,"2013-05-03 12:00",89.9,"2013-05-03 10:00","","","","",81.8,79.7,75.5,71.8,66.5,61.6,51,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","62201",1,33.82376,-118.18921,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4371,50,177,365,0,188,"","","Certification not required",0,65.31137,21.910454,100,"2013-03-14 01:00",100,"2013-03-14 02:00",99,"2013-02-10 06:00",99,"2013-03-13 23:00","","","","",96,94,91,88,82,70,29,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","64101",1,33.82376,-118.18921,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",4381,50,181,365,0,13,"","","Certification not required",0,1011.932436,3.688932,1026,"2013-01-15 10:00",1025,"2013-01-15 09:00",1024,"2013-01-15 11:00",1023,"2013-01-15 12:00","","","","",1021,1020,1018,1017,1015,1012,1007,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","68101",1,33.82376,-118.18921,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",83,100,15,61,0,3,"","","Certification not required",0,0.287952,0.118319,0.9,"2013-02-24 00:00",0.6,"2013-01-11 00:00",0.5,"2013-01-10 00:00",0.5,"2013-01-12 00:00","","","","",0.9,0.6,0.4,0.4,0.4,0.3,0.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68102",1,33.82376,-118.18921,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",83,100,15,61,0,3,"","","Certification not required",0,23.956627,0.112827,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.8,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68103",1,33.82376,-118.18921,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,100,15,61,0,3,"","","Certification not required",0,7.826506,3.598105,13.9,"2013-01-25 00:00",13,"2013-03-29 00:00",12.8,"2013-03-31 00:00",12.5,"2013-03-30 00:00","","","","",13.9,13,12.4,12.2,11.1,8.4,2.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68104",1,33.82376,-118.18921,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,100,15,61,0,3,"","","Certification not required",0,21.062651,4.685986,32.3,"2013-03-01 00:00",29.3,"2013-03-02 00:00",28.8,"2013-01-20 00:00",28.7,"2013-02-16 00:00","","","","",32.3,29.3,28.6,28,24.3,21.1,14.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68105",1,33.82376,-118.18921,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,100,15,61,0,3,"","","Certification not required",0,13.40241,3.07075,20.1,"2013-03-01 00:00",19.7,"2013-03-02 00:00",18.1,"2013-02-16 00:00",17.8,"2013-02-15 00:00","","","","",20.1,19.7,17.2,16.5,15.9,14.1,9.1,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68106",1,33.82376,-118.18921,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",83,100,15,61,0,3,"","","Certification not required",0,759.228916,2.41603,766,"2013-01-15 00:00",765,"2013-02-12 00:00",764,"2013-01-14 00:00",764,"2013-01-30 00:00","","","","",766,765,764,762,760,759,757,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68107",1,33.82376,-118.18921,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",83,100,15,61,0,3,"","","Certification not required",0,767.457831,3.408387,775,"2013-01-15 00:00",774,"2013-01-16 00:00",773,"2013-01-14 00:00",773,"2013-01-30 00:00","","","","",775,774,773,772,770,767,763,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68108",1,33.82376,-118.18921,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",83,100,15,61,0,3,"","","Certification not required",0,763,2.754154,771,"2013-01-15 00:00",769,"2013-01-14 00:00",769,"2013-02-12 00:00",768,"2013-01-05 00:00","","","","",771,769,768,767,765,763,760,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","68109",1,33.82376,-118.18921,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",83,100,15,61,0,3,"","","Certification not required",0,1436.590361,6.347721,1440,"2013-01-30 00:00",1440,"2013-02-27 00:00",1439,"2013-01-01 00:00",1439,"2013-01-03 00:00","","","","",1440,1440,1439,1439,1439,1439,1430,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4002","81102",2,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,23.162791,6.700854,37,"2013-08-20 00:00",35,"2013-01-22 00:00",33,"2013-04-16 00:00",31,"2013-01-04 00:00","","","","",37,37,33,31,29,23,14,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-18" +"06","037","4002","81102",5,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",4267,49,178,365,3,292,"","","Certification not required",3,32.712444,15.129262,167,"2013-01-01 00:00",163,"2013-05-02 10:00",161,"2013-01-01 01:00",153,"2013-01-01 02:00","","","","",77,68,58,50,40,31,15,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","81102",5,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",4264,49,178,365,0,292,"","","Certification not required",3,32.682692,15.083019,167,"2013-01-01 00:00",163,"2013-05-02 10:00",161,"2013-01-01 01:00",153,"2013-01-01 02:00","","","","",77,67,58,50,40,31,15,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","81102",5,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",4267,49,178,365,3,292,"","","Certification not required",3,32.712444,15.129262,167,"2013-01-01 00:00",163,"2013-05-02 10:00",161,"2013-01-01 01:00",153,"2013-01-01 02:00","","","","",77,68,58,50,40,31,15,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","81102",5,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",178,49,178,365,0,0,0,0,"Certification not required",0,32.140449,10.545433,67,"2013-05-02 00:00",64,"2013-01-01 00:00",56,"2013-01-31 00:00",54,"2013-04-08 00:00","","","","",64,54,50,45,39,32,17,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","81102",5,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",178,49,178,365,0,0,0,0,"Certification not required",0,32.174157,10.525621,67,"2013-05-02 00:00",64,"2013-01-01 00:00",56,"2013-01-31 00:00",54,"2013-04-08 00:00","","","","",64,54,50,45,39,32,17,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","81102",5,33.82376,-118.18921,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",178,49,178,365,0,0,0,0,"Certification not required",0,32.174157,10.525621,67,"2013-05-02 00:00",64,"2013-01-01 00:00",56,"2013-01-31 00:00",54,"2013-04-08 00:00","","","","",64,54,50,45,39,32,17,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","85101",2,33.82376,-118.18921,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,23.023256,6.59902,37,"2013-08-20 00:00",34,"2013-01-22 00:00",33,"2013-04-16 00:00",31,"2013-01-04 00:00","","","","",37,37,33,31,29,23,14,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-18" +"06","037","4002","88101",1,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",83,23,83,365,1,3,1,1,"Certification not required",0,12.063855,6.687421,47.2,"2013-01-01 00:00",27.9,"2013-01-05 00:00",24,"2013-02-14 00:00",23.3,"2013-02-05 00:00","","","","",47.2,27.9,23,18.7,15.5,11.3,4.4,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","88101",1,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",82,23,83,365,0,3,0,0,"Certification not required",0,11.635366,5.463196,27.9,"2013-01-05 00:00",24,"2013-02-14 00:00",23.3,"2013-02-05 00:00",23,"2013-01-03 00:00","","","","",27.9,24,21.7,18.5,15.2,11.3,4.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","88101",1,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",83,23,83,365,1,3,1,1,"Certification not required",0,12.063855,6.687421,47.2,"2013-01-01 00:00",27.9,"2013-01-05 00:00",24,"2013-02-14 00:00",23.3,"2013-02-05 00:00","","","","",47.2,27.9,23,18.7,15.5,11.3,4.4,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","88101",1,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",83,23,83,365,1,3,"","","Certification not required",0,12.063855,6.687421,47.2,"2013-01-01 00:00",27.9,"2013-01-05 00:00",24,"2013-02-14 00:00",23.3,"2013-02-05 00:00","","","","",47.2,27.9,23,18.7,15.5,11.3,4.4,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","88101",1,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",82,23,83,365,0,3,"","","Certification not required",0,11.635366,5.463196,27.9,"2013-01-05 00:00",24,"2013-02-14 00:00",23.3,"2013-02-05 00:00",23,"2013-01-03 00:00","","","","",27.9,24,21.7,18.5,15.2,11.3,4.2,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","88101",1,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",83,23,83,365,1,3,"","","Certification not required",0,12.063855,6.687421,47.2,"2013-01-01 00:00",27.9,"2013-01-05 00:00",24,"2013-02-14 00:00",23.3,"2013-02-05 00:00","","","","",47.2,27.9,23,18.7,15.5,11.3,4.4,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",4068,46,174,365,0,486,"","","Certification not required",0,13.802286,9.177956,151,"2013-01-01 00:00",151,"2013-01-01 01:00",140,"2013-01-01 02:00",107.5,"2013-01-01 03:00","","","","",41,35,29,24,18,12,5,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",4072,46,174,365,4,486,"","","Certification not required",0,13.847421,9.317122,151,"2013-01-01 00:00",151,"2013-01-01 01:00",140,"2013-01-01 02:00",107.5,"2013-01-01 03:00","","","","",42,35,29,24,18,12,5,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",4072,46,174,365,4,486,"","","Certification not required",0,13.847421,9.317122,151,"2013-01-01 00:00",151,"2013-01-01 01:00",140,"2013-01-01 02:00",107.5,"2013-01-01 03:00","","","","",42,35,29,24,18,12,5,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",168,46,168,365,0,0,1,1,"Certification not required",0,13.780357,6.150218,51.7,"2013-01-01 00:00",28.9,"2013-02-14 00:00",28.2,"2013-01-05 00:00",25.6,"2013-01-09 00:00","","","","",28.9,25.6,23.3,20.6,17.3,13.5,6.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",168,46,168,365,0,0,1,1,"Certification not required",0,13.736905,6.109633,51.7,"2013-01-01 00:00",28.9,"2013-02-14 00:00",28.2,"2013-01-05 00:00",25.6,"2013-01-09 00:00","","","","",28.9,25.6,23.3,20.4,17.2,13.5,6.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",168,46,168,365,0,0,1,1,"Certification not required",0,13.780357,6.150218,51.7,"2013-01-01 00:00",28.9,"2013-02-14 00:00",28.2,"2013-01-05 00:00",25.6,"2013-01-09 00:00","","","","",28.9,25.6,23.3,20.6,17.3,13.5,6.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",168,46,168,365,0,0,"","","Certification not required",0,13.780357,6.150218,51.7,"2013-01-01 00:00",28.9,"2013-02-14 00:00",28.2,"2013-01-05 00:00",25.6,"2013-01-09 00:00","","","","",28.9,25.6,23.3,20.6,17.3,13.5,6.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",168,46,168,365,0,0,"","","Certification not required",0,13.736905,6.109633,51.7,"2013-01-01 00:00",28.9,"2013-02-14 00:00",28.2,"2013-01-05 00:00",25.6,"2013-01-09 00:00","","","","",28.9,25.6,23.3,20.4,17.2,13.5,6.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4002","88101",3,33.82376,-118.18921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",168,46,168,365,0,0,"","","Certification not required",0,13.780357,6.150218,51.7,"2013-01-01 00:00",28.9,"2013-02-14 00:00",28.2,"2013-01-05 00:00",25.6,"2013-01-09 00:00","","","","",28.9,25.6,23.3,20.6,17.3,13.5,6.9,"Long Beach (North)","3648 N. LONG BEACH BLVD., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","4004","14129",2,33.79236,-118.17533,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,0.005414,0.002897,0.012,"2013-01-22 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-15 00:00",0.01,"2013-04-16 00:00","","","","",0.012,0.012,0.01,0.01,0.007,0.005,0.002,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","4004","62101",1,33.79236,-118.17533,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",5666,65,246,365,0,469,"","","Certification not required",0,60.589852,8.34687,91.1,"2013-09-06 13:00",91,"2013-05-13 12:00",89.8,"2013-09-07 12:00",89.5,"2013-09-05 12:00","","","","",82.7,80.1,75.6,71.1,65.2,60.1,50.7,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","62201",1,33.79236,-118.17533,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",5666,65,246,365,0,469,"","","Certification not required",0,63.799859,18.202698,95,"2013-03-14 04:00",95,"2013-03-14 05:00",95,"2013-03-14 07:00",94,"2013-01-06 07:00","","","","",90,88,85,82,78,68,37,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","64101",1,33.79236,-118.17533,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",5664,65,246,365,0,471,"","","Certification not required",0,1015.321151,3.812135,1032,"2013-01-15 10:00",1030,"2013-01-15 11:00",1029,"2013-01-15 12:00",1029,"2013-01-16 09:00","","","","",1026,1024,1022,1020,1018,1015,1011,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","68101",1,33.79236,-118.17533,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",85,23,85,365,0,4,"","","Certification not required",0,0.204706,0.021302,0.3,"2013-02-28 00:00",0.3,"2013-03-01 00:00",0.3,"2013-03-02 00:00",0.3,"2013-03-03 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.2,0.2,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68102",1,33.79236,-118.17533,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",85,23,85,365,0,4,"","","Certification not required",0,23.957647,0.120886,24.3,"2013-01-24 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00","","","","",24.3,24,24,24,24,24,23.8,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68103",1,33.79236,-118.17533,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",85,23,85,365,0,4,"","","Certification not required",0,9.694118,3.950809,16.8,"2013-01-25 00:00",16.8,"2013-03-29 00:00",16.5,"2013-03-30 00:00",16.4,"2013-03-31 00:00","","","","",16.8,16.8,16.2,15.2,13.4,8.8,4.6,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68104",1,33.79236,-118.17533,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",85,23,85,365,0,4,"","","Certification not required",0,21.115294,4.265406,31.9,"2013-03-01 00:00",29.7,"2013-02-15 00:00",29.3,"2013-01-21 00:00",29.1,"2013-01-20 00:00","","","","",31.9,29.7,28.9,28,23.5,20.4,15.7,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68105",1,33.79236,-118.17533,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",85,23,85,365,0,4,"","","Certification not required",0,14.784706,2.776539,20,"2013-03-01 00:00",19.5,"2013-03-02 00:00",19.1,"2013-02-16 00:00",18.3,"2013-01-25 00:00","","","","",20,19.5,18.3,18.1,17.1,15.5,11.2,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68106",1,33.79236,-118.17533,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",85,23,85,365,0,4,"","","Certification not required",0,760.270588,2.748975,766,"2013-01-15 00:00",765,"2013-02-12 00:00",764,"2013-01-05 00:00",764,"2013-01-30 00:00","","","","",766,765,764,763,762,761,757,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68107",1,33.79236,-118.17533,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",85,23,85,365,0,4,"","","Certification not required",0,766.694118,3.062925,779,"2013-01-24 00:00",777,"2013-01-25 00:00",775,"2013-01-15 00:00",775,"2013-01-26 00:00","","","","",779,777,772,770,768,766,764,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68108",1,33.79236,-118.17533,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",85,23,85,365,0,4,"","","Certification not required",0,763.329412,2.167884,770,"2013-01-15 00:00",767,"2013-01-16 00:00",767,"2013-01-30 00:00",767,"2013-02-12 00:00","","","","",770,767,767,766,764,764,761,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","68109",1,33.79236,-118.17533,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",85,23,85,365,0,4,"","","Certification not required",0,1436.588235,6.990289,1456,"2013-01-24 00:00",1439,"2013-01-01 00:00",1439,"2013-01-03 00:00",1439,"2013-01-05 00:00","","","","",1456,1439,1439,1439,1439,1439,1429,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","037","4004","81102",2,33.79236,-118.17533,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,27.214286,8.756741,54,"2013-01-22 00:00",43,"2013-04-16 00:00",43,"2013-10-25 00:00",41,"2013-01-16 00:00","","","","",54,43,43,39,33,26,17,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","4004","85101",2,33.79236,-118.17533,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,"","","Certification not required",0,27.214286,8.612284,53,"2013-01-22 00:00",44,"2013-10-25 00:00",42,"2013-04-16 00:00",41,"2013-10-07 00:00","","","","",53,44,42,40,34,26,18,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","4004","88101",1,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",84,23,84,365,1,5,1,1,"Certification not required",0,11.996429,6.022997,42.9,"2013-01-01 00:00",25.5,"2013-01-05 00:00",24.5,"2013-03-26 00:00",22.6,"2013-02-14 00:00","","","","",42.9,25.5,22.1,18.3,14.8,11.4,4.8,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",1,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",83,23,84,365,0,5,0,0,"Certification not required",0,11.624096,4.99318,25.5,"2013-01-05 00:00",24.5,"2013-03-26 00:00",22.6,"2013-02-14 00:00",22.1,"2013-03-27 00:00","","","","",25.5,24.5,19,18.3,14.7,11.2,4.5,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",1,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",84,23,84,365,1,5,1,1,"Certification not required",0,11.996429,6.022997,42.9,"2013-01-01 00:00",25.5,"2013-01-05 00:00",24.5,"2013-03-26 00:00",22.6,"2013-02-14 00:00","","","","",42.9,25.5,22.1,18.3,14.8,11.4,4.8,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",1,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",83,23,84,365,0,5,"","","Certification not required",0,11.624096,4.99318,25.5,"2013-01-05 00:00",24.5,"2013-03-26 00:00",22.6,"2013-02-14 00:00",22.1,"2013-03-27 00:00","","","","",25.5,24.5,19,18.3,14.7,11.2,4.5,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",1,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",84,23,84,365,1,5,"","","Certification not required",0,11.996429,6.022997,42.9,"2013-01-01 00:00",25.5,"2013-01-05 00:00",24.5,"2013-03-26 00:00",22.6,"2013-02-14 00:00","","","","",42.9,25.5,22.1,18.3,14.8,11.4,4.8,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",1,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",84,23,84,365,1,5,"","","Certification not required",0,11.996429,6.022997,42.9,"2013-01-01 00:00",25.5,"2013-01-05 00:00",24.5,"2013-03-26 00:00",22.6,"2013-02-14 00:00","","","","",42.9,25.5,22.1,18.3,14.8,11.4,4.8,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",3,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5516,63,242,365,0,1036,"","","Certification not required",0,12.994543,7.119729,66,"2013-08-25 09:00",52,"2013-01-13 03:00",50,"2013-08-17 07:00",50,"2013-08-25 10:00","","","","",37,32,26,22,17,12,5,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",3,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",224,61,224,365,0,0,0,0,"Certification not required",0,12.920982,4.969996,30.3,"2013-01-05 00:00",25.8,"2013-08-25 00:00",24.2,"2013-02-07 00:00",23.9,"2013-02-02 00:00","","","","",24.2,23.7,21.6,19.2,15.8,12.7,6.6,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4004","88101",3,33.79236,-118.17533,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",224,61,224,365,0,0,"","","Certification not required",0,12.920982,4.969996,30.3,"2013-01-05 00:00",25.8,"2013-08-25 00:00",24.2,"2013-02-07 00:00",23.9,"2013-02-02 00:00","","","","",24.2,23.7,21.6,19.2,15.8,12.7,6.6,"","1305 E. PACIFIC COAST HWY., LONG BEACH","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","4006","42101",1,33.8025,-118.22,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",4125,47,180,365,0,435,0,0,"Certification not required",3124,0.435612,0.41806,4.1,"2013-01-09 07:00",3.5,"2013-01-17 07:00",3.4,"2013-01-15 07:00",3.1,"2013-01-23 08:00","","","","",2.1,1.9,1.4,0.9,0.25,0.25,0.25,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42101",1,33.8025,-118.22,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4398,50,175,365,0,0,0,0,"Certification not required",0,0.474397,0.35885,2.6,"2013-01-09 08:00",2.6,"2013-01-09 09:00",2.6,"2013-01-09 10:00",2.4,"2013-01-09 07:00",2.6,"2013-01-09 08:00",2.3,"2013-01-05 07:00",1.9,1.7,1.3,1,0.4,0.3,0.3,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42401",1,33.8025,-118.22,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",4125,47,180,365,0,435,0,"","Certification not required",0,2.761667,2.431572,15.4,"2013-03-02 11:00",11.9,"2013-01-22 14:00",10.3,"2013-03-01 17:00",10,"2013-02-14 14:00","","","","",11.9,10,7.3,5.9,4.1,2,0.4,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42401",1,33.8025,-118.22,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",4125,47,180,365,0,435,"","","Certification not required",0,0.694303,1.206838,15.4,"2013-03-02 11:00",11.9,"2013-01-22 14:00",10.3,"2013-03-01 17:00",10,"2013-02-14 14:00","","","","",5.9,4.8,2.9,2,1,0.1,0,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42401",1,33.8025,-118.22,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",180,49,180,365,0,0,0,"","Certification not required",0,0.708333,0.759953,3.9,"2013-03-02 00:00",3.4,"2013-02-02 00:00",3.2,"2013-02-14 00:00",3,"2013-01-22 00:00","","","","",3.4,3,2.2,1.8,1,0.4,0,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42401",1,33.8025,-118.22,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1291,44,176,365,0,0,"",0,"Certification not required",0,0.694965,1.09458,8.4,"2013-02-14 14:00",8.1,"2013-03-01 17:00",8,"2013-02-02 17:00",7.1,"2013-01-31 17:00","","","","",4.8,4.2,2.8,2,1,0.2,0,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42401",2,33.8025,-118.22,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",23861,23,85,365,0,2059,"","","Certification not required",0,1.12178,1.670142,44,"2013-01-22 16:55",32.6,"2013-01-22 17:00",23.2,"2013-02-08 14:55",21.4,"2013-03-02 11:20","","","","",8,6.4,4.2,2.8,1.2,1,0,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-09-27" +"06","037","4006","42601",1,33.8025,-118.22,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3541,40,156,365,0,1019,"","","Certification not required",0,20.011748,43.999209,361.7,"2013-01-09 07:00",342.8,"2013-01-03 07:00",335.9,"2013-01-17 07:00",316.7,"2013-02-15 07:00","","","","",210.8,176.5,125.3,64.6,12.2,2.9,0,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42602",1,33.8025,-118.22,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3541,40,156,365,0,1019,0,"","Certification not required",0,33.899359,17.789143,77.6,"2013-01-22 22:00",77.2,"2013-01-23 01:00",77.1,"2013-01-21 19:00",73.8,"2013-01-09 11:00","","","","",77.2,73.8,65.6,61.1,46.1,30.8,13.6,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42602",1,33.8025,-118.22,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3541,40,156,365,0,1019,"","","Certification not required",0,19.622169,15.17208,77.6,"2013-01-22 22:00",77.2,"2013-01-23 01:00",77.1,"2013-01-21 19:00",73.8,"2013-01-09 11:00","","","","",61.4,57.1,50.7,43.6,28.6,14.3,4.6,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","42603",1,33.8025,-118.22,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3541,40,156,365,0,1019,"","","Certification not required",0,39.673171,55.84062,406,"2013-01-09 07:00",401.7,"2013-01-03 07:00",396,"2013-01-17 07:00",378.8,"2013-02-15 07:00","","","","",267.6,232,171.7,107.4,41.1,17.3,5.2,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","44201",1,33.8025,-118.22,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4125,48,177,365,0,435,0,0,"Certification not required",682,0.040531,0.012246,0.09,"2013-05-12 13:00",0.085,"2013-05-03 17:00",0.075,"2013-05-13 12:00",0.073,"2013-06-01 12:00","","","","",0.085,0.073,0.061,0.053,0.046,0.041,0.024,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","44201",1,33.8025,-118.22,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4398,48,176,365,0,0,0,0,"Certification not required",0,0.034233,0.01142,0.069,"2013-05-03 12:00",0.065,"2013-05-12 11:00",0.057,"2013-06-01 11:00",0.056,"2013-06-29 10:00","","","","",0.065,0.056,0.052,0.047,0.041,0.036,0.016,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","44201",1,33.8025,-118.22,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4398,48,176,365,0,0,0,0,"Certification not required",0,0.034233,0.01142,0.069,"2013-05-03 12:00",0.065,"2013-05-12 11:00",0.057,"2013-06-01 11:00",0.056,"2013-06-29 10:00","","","","",0.065,0.056,0.052,0.047,0.041,0.036,0.016,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","62101",1,33.8025,-118.22,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",3992,46,166,365,0,568,"","","Certification not required",0,62.511799,7.610397,92.2,"2013-05-03 13:00",91.3,"2013-05-03 12:00",91.3,"2013-05-13 12:00",90.6,"2013-05-13 10:00","","","","",82.4,79.5,75.5,71.9,67,62.6,53.3,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","4006","62201",1,33.8025,-118.22,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",3992,46,166,365,0,568,"","","Certification not required",0,68.915331,17.940416,99,"2013-03-12 03:00",99,"2013-03-12 04:00",99,"2013-03-14 00:00",99,"2013-03-14 01:00","","","","",96,94,91,88,82,73,45,"","2425 Webster St., Long Beach, CA","California","Los Angeles","Long Beach","Los Angeles-Long Beach-Santa Ana, CA","2013-12-10" +"06","037","5005","14129",1,33.9508,-118.43043,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",23,38,23,61,0,7,0,0,"Certification not required",0,0.001957,0.002266,0.007,"2013-01-16 00:00",0.007,"2013-01-22 00:00",0.006,"2013-02-15 00:00",0.004,"2013-01-04 00:00","","","","",0.007,0.007,0.007,0.006,0.003,0.001,0,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-09-12" +"06","037","5005","42101",1,33.9508,-118.43043,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",2696,31,118,365,0,1864,0,0,"Certification not required",1511,0.736332,0.601041,3.1,"2013-01-09 08:00",3,"2013-01-09 07:00",2.8,"2013-01-09 01:00",2.7,"2013-01-01 00:00","","","","",2.3,2.1,1.8,1.6,1.2,0.25,0.25,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42101",1,33.9508,-118.43043,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2866,33,115,365,0,0,0,0,"Certification not required",0,0.772924,0.572072,2.5,"2013-01-09 03:00",2.5,"2013-01-09 04:00",2.5,"2013-01-09 05:00",2.5,"2013-01-09 11:00",2.5,"2013-01-09 03:00",2.5,"2013-01-09 11:00",2.1,1.9,1.7,1.6,1.3,0.3,0.3,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42401",1,33.9508,-118.43043,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3486,40,153,365,0,1074,0,"","Certification not required",0,1.238562,1.374109,9.5,"2013-02-15 08:00",6.5,"2013-01-02 09:00",5.9,"2013-03-10 17:00",5.6,"2013-01-23 12:00","","","","",6.5,5.6,3.7,2.9,1.6,0.9,0,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42401",1,33.9508,-118.43043,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3486,40,153,365,0,1074,"","","Certification not required",0,0.269076,0.587191,9.5,"2013-02-15 08:00",6.5,"2013-01-02 09:00",5.9,"2013-03-10 17:00",5.6,"2013-01-23 12:00","","","","",2.8,2,1.2,1,0.3,0,0,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42401",1,33.9508,-118.43043,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",153,42,153,365,0,0,0,"","Certification not required",0,0.275163,0.357675,1.8,"2013-01-23 00:00",1.6,"2013-03-10 00:00",1.5,"2013-01-16 00:00",1.3,"2013-02-15 00:00","","","","",1.6,1.3,1,0.8,0.4,0.1,0,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42401",1,33.9508,-118.43043,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1086,37,148,365,0,0,"",0,"Certification not required",0,0.258287,0.522649,4.6,"2013-03-10 17:00",4.3,"2013-01-23 14:00",3.8,"2013-02-15 08:00",3.5,"2013-01-09 11:00","","","","",2.2,1.9,1.3,0.9,0.3,0,0,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42401",2,33.9508,-118.43043,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",24582,100,90,365,0,1338,"","","Certification not required",0,0.465629,0.911442,21,"2013-01-14 04:40",20.7,"2013-02-04 04:35",20,"2013-02-03 04:35",17.6,"2013-03-10 17:10","","","","",3.8,3,2,1,1,0,0,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-09-27" +"06","037","5005","42601",1,33.9508,-118.43043,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3744,43,165,365,0,816,"","","Certification not required",0,6.194658,17.129071,192,"2013-01-09 07:00",187.6,"2013-01-09 08:00",169.6,"2013-02-15 08:00",139,"2013-01-16 05:00","","","","",88,72.7,39,17.8,2.7,0.3,-0.3,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42602",1,33.9508,-118.43043,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3744,43,165,365,0,816,0,"","Certification not required",0,26.376364,15.526586,77.8,"2013-02-15 08:00",62.4,"2013-01-09 09:00",58.6,"2013-03-01 21:00",58.4,"2013-01-23 12:00","","","","",62.4,58.4,51.3,47.6,38.6,22.8,9.4,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42602",1,33.9508,-118.43043,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3744,43,165,365,0,816,"","","Certification not required",0,10.7582,12.789758,77.8,"2013-02-15 08:00",62.4,"2013-01-09 09:00",62.2,"2013-01-09 10:00",60.7,"2013-01-09 08:00","","","","",47.2,45,39.3,32.8,15.5,5,0.6,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","42603",1,33.9508,-118.43043,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3744,43,165,365,0,816,"","","Certification not required",0,16.976896,27.771857,248.4,"2013-01-09 08:00",247.4,"2013-02-15 08:00",240.6,"2013-01-09 07:00",188.9,"2013-01-09 09:00","","","","",133.4,112.6,76.9,50.7,18.8,5.5,0.5,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","44201",1,33.9508,-118.43043,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3786,47,170,365,0,774,0,0,"Certification not required",270,0.047729,0.01032,0.105,"2013-05-03 14:00",0.074,"2013-03-24 13:00",0.066,"2013-03-26 13:00",0.065,"2013-04-28 13:00","","","","",0.074,0.065,0.063,0.06,0.053,0.048,0.038,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","44201",1,33.9508,-118.43043,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4036,45,165,365,0,0,0,0,"Certification not required",0,0.042388,0.009758,0.081,"2013-05-03 12:00",0.062,"2013-03-24 11:00",0.059,"2013-03-25 12:00",0.058,"2013-03-15 13:00","","","","",0.062,0.058,0.057,0.053,0.048,0.042,0.031,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","44201",1,33.9508,-118.43043,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4036,45,165,365,0,0,1,1,"Certification not required",0,0.042388,0.009758,0.081,"2013-05-03 12:00",0.062,"2013-03-24 11:00",0.059,"2013-03-25 12:00",0.058,"2013-03-15 13:00","","","","",0.062,0.058,0.057,0.053,0.048,0.042,0.031,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","62101",1,33.9508,-118.43043,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",3030,35,126,365,0,1529,"","","Certification not required",0,56.758713,6.257169,87.1,"2013-05-03 08:00",86.9,"2013-05-03 09:00",80.1,"2013-02-16 11:00",79.4,"2013-05-03 07:00","","","","",74.9,72.1,67.5,63.8,60.2,56.6,48.8,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","62201",1,33.9508,-118.43043,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",3310,38,136,365,0,1250,"","","Certification not required",0,59.319637,24.662937,90,"2013-01-26 18:00",90,"2013-01-26 19:00",90,"2013-01-26 20:00",90,"2013-01-26 21:00","","","","",89,88,86,84,79,69,14,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","64101",1,33.9508,-118.43043,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",3022,34,126,365,0,1260,"","","Certification not required",0,1010.150232,7.062679,1024,"2013-01-15 09:00",1024,"2013-01-15 10:00",1023,"2013-01-15 08:00",1023,"2013-01-15 11:00","","","","",1020,1019,1017,1015,1013,1011,1005,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","037","5005","81102",1,33.9508,-118.43043,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,20.714286,7.121579,38,"2013-04-16 00:00",35,"2013-07-09 00:00",34,"2013-05-22 00:00",29,"2013-05-04 00:00","","","","",38,35,34,29,26,21,11,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-11" +"06","037","5005","85101",1,33.9508,-118.43043,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,"","","Certification not required",0,20.464286,7.140064,37,"2013-04-16 00:00",34,"2013-05-22 00:00",34,"2013-07-09 00:00",29,"2013-05-04 00:00","","","","",37,34,34,29,26,21,11,"LAX Hastings","7201 W. WESTCHESTER PARKWAY","California","Los Angeles","Los Angeles","Los Angeles-Long Beach-Santa Ana, CA","2014-02-11" +"06","037","6012","42101",1,34.38344,-118.5284,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6019,69,271,365,0,533,0,0,"Certification not required",5792,0.263964,0.074892,1.3,"2013-02-28 07:00",1.2,"2013-01-23 07:00",1.1,"2013-01-30 08:00",1,"2013-01-09 09:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","42101",1,34.38344,-118.5284,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6459,74,264,365,0,0,0,0,"Certification not required",0,0.307013,0.031461,0.6,"2013-01-05 23:00",0.6,"2013-01-06 00:00",0.6,"2013-01-06 01:00",0.6,"2013-01-09 19:00",0.6,"2013-01-05 23:00",0.6,"2013-01-09 19:00",0.5,0.4,0.4,0.3,0.3,0.3,0.3,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","42601",1,34.38344,-118.5284,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6029,69,271,365,0,523,"","","Certification not required",0,3.283463,8.106278,129,"2013-02-28 07:00",87.5,"2013-02-28 08:00",83.5,"2013-01-23 07:00",80.1,"2013-03-01 07:00","","","","",40.3,30.3,17.4,11.8,2.3,0.1,0,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","42602",1,34.38344,-118.5284,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6029,69,271,365,0,523,0,"","Certification not required",0,26.117712,7.84698,65.3,"2013-01-09 18:00",42.6,"2013-09-30 19:00",42.3,"2013-02-13 18:00",41.4,"2013-05-03 06:00","","","","",42.3,41.1,37.7,35.7,31.9,26.3,15.7,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","42602",1,34.38344,-118.5284,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6029,69,271,365,0,523,"","","Certification not required",0,14.484044,8.026507,65.3,"2013-01-09 18:00",53.1,"2013-01-09 17:00",52.8,"2013-01-09 19:00",50.3,"2013-01-09 20:00","","","","",35.3,32.7,29,25.3,19.7,13.7,4.7,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","42603",1,34.38344,-118.5284,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6029,69,271,365,0,523,"","","Certification not required",0,17.790695,13.604124,170.2,"2013-02-28 07:00",124.8,"2013-02-28 08:00",120.6,"2013-03-01 07:00",113.2,"2013-01-23 07:00","","","","",69.2,59.6,43.5,33.4,22.4,14.9,5,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","44201",1,34.38344,-118.5284,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6031,74,269,365,0,521,2,2,"Certification not required",156,0.067914,0.020037,0.134,"2013-06-30 12:00",0.126,"2013-06-29 13:00",0.123,"2013-08-13 15:00",0.115,"2013-06-28 13:00","","","","",0.123,0.114,0.103,0.096,0.082,0.066,0.045,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","44201",1,34.38344,-118.5284,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6462,73,265,365,0,0,18,18,"Certification not required",0,0.058479,0.01589,0.104,"2013-06-29 10:00",0.101,"2013-06-30 09:00",0.094,"2013-08-15 10:00",0.094,"2013-08-16 10:00","","","","",0.094,0.093,0.087,0.079,0.069,0.058,0.041,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","44201",1,34.38344,-118.5284,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6462,73,265,365,0,0,40,40,"Certification not required",0,0.058479,0.01589,0.104,"2013-06-29 10:00",0.101,"2013-06-30 09:00",0.094,"2013-08-15 10:00",0.094,"2013-08-16 10:00","","","","",0.094,0.093,0.087,0.079,0.069,0.058,0.041,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","62101",1,34.38344,-118.5284,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4345,50,182,365,0,47,"","","Certification not required",0,71.223797,12.138576,104.4,"2013-06-29 12:00",104.2,"2013-08-22 11:00",103.7,"2013-06-29 13:00",102.6,"2013-06-29 11:00","","","","",98.2,96.3,92.7,88.4,79.9,70.2,56,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","62201",1,34.38344,-118.5284,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6528,75,273,365,0,24,"","","Certification not required",0,47.987286,23.541643,100,"2013-01-27 00:00",99,"2013-01-26 05:00",99,"2013-01-26 06:00",99,"2013-01-26 07:00","","","","",95,93,88,82,67,46,17,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","63301",1,34.38344,-118.5284,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6528,75,273,365,0,24,"","","Certification not required",3050,0.376175,0.474142,2.01,"2013-08-22 22:00",2.01,"2013-08-23 21:00",2,"2013-08-24 02:00",1.99,"2013-08-24 00:00","","","","",1.4,1.37,1.29,1.17,0.77,0.05,0.005,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","63302",1,34.38344,-118.5284,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",6528,75,273,365,0,24,"","","Certification not required",3756,0.02009,0.021409,0.08,"2013-08-22 22:00",0.08,"2013-08-22 23:00",0.08,"2013-08-23 00:00",0.08,"2013-08-23 20:00","","","","",0.07,0.07,0.06,0.06,0.04,0.005,0.005,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","64101",1,34.38344,-118.5284,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6413,73,267,365,0,35,"","","Certification not required",0,970.175269,5.173065,985,"2013-01-15 08:00",985,"2013-01-15 09:00",984,"2013-01-15 07:00",984,"2013-01-15 10:00","","","","",981,979,978,976,973,970,966,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","81102",1,34.38344,-118.5284,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",1,21.6,10.201695,43,"2013-05-04 00:00",40,"2013-09-19 00:00",36,"2013-04-28 00:00",35,"2013-04-16 00:00","","","","",43,40,36,35,30,23,7,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","6012","85101",1,34.38344,-118.5284,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",1,20.583333,9.593945,41,"2013-05-04 00:00",38,"2013-09-19 00:00",35,"2013-04-28 00:00",33,"2013-04-16 00:00","","","","",41,38,35,33,28,22,7,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","037","6012","88502",3,34.38344,-118.5284,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6479,74,271,365,0,72,"","","Certification not required",0,10.270813,7.654472,64,"2013-07-05 12:00",62,"2013-02-05 15:00",61,"2013-02-05 16:00",59,"2013-05-03 17:00","","","","",33,29,24,20.3,15,9,1,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","6012","88502",3,34.38344,-118.5284,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,10.226937,5.443424,26,"2013-09-20 00:00",25.8,"2013-02-05 00:00",25.7,"2013-07-05 00:00",23.9,"2013-04-13 00:00","","","","",25.7,22.8,19.3,18.1,13.7,9.6,3.8,"Santa Clarita","22224 PLACERITA CANYON RD, SANTA CLARITA","California","Los Angeles","Santa Clarita","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","037","9033","42101",1,34.671394,-118.131456,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6995,80,305,365,0,1765,0,0,"Certification not required",6325,0.294975,0.151998,1.9,"2013-01-18 08:00",1.8,"2013-06-02 02:00",1.8,"2013-09-09 20:00",1.6,"2013-01-22 08:00","","","","",1,0.9,0.6,0.25,0.25,0.25,0.25,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","42101",1,34.671394,-118.131456,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7423,85,299,365,0,0,0,0,"Certification not required",0,0.335754,0.103594,1.2,"2013-06-02 05:00",1.1,"2013-01-23 23:00",1.1,"2013-06-02 06:00",1.1,"2013-06-02 07:00",1.2,"2013-06-02 05:00",1.1,"2013-01-23 23:00",0.8,0.7,0.6,0.4,0.3,0.3,0.3,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","42601",1,34.671394,-118.131456,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7985,91,364,365,0,775,"","","Certification not required",0,5.101027,14.333167,190.1,"2013-01-18 08:00",180.3,"2013-12-16 06:00",171.4,"2013-02-14 07:00",171.4,"2013-12-16 07:00","","","","",72.5,55.2,29.4,13.5,2.8,0.5,-0.3,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","42602",1,34.671394,-118.131456,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7764,89,349,365,0,996,0,"","Certification not required",0,21.891404,12.266431,47.7,"2013-02-13 19:00",46.5,"2013-05-20 05:00",46.2,"2013-02-11 07:00",45.4,"2013-01-18 08:00","","","","",45.4,44.1,39.5,36.8,31.9,24.2,4.6,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","42602",1,34.671394,-118.131456,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7764,89,349,365,0,996,"","","Certification not required",0,8.013885,9.458871,47.7,"2013-02-13 19:00",46.5,"2013-05-20 05:00",46.2,"2013-02-11 07:00",45.4,"2013-01-18 08:00","","","","",35.6,33.2,28.7,23.7,12.3,3.7,0.1,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","42603",1,34.671394,-118.131456,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7870,90,355,365,0,890,"","","Certification not required",0,12.829886,21.718346,234.6,"2013-01-18 08:00",215.3,"2013-02-14 07:00",204.2,"2013-12-16 06:00",196.2,"2013-01-18 07:00","","","","",103.3,84.4,56.9,37.8,14.4,4.2,-0.1,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","44201",1,34.671394,-118.131456,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8062,99,362,365,0,698,0,0,"Certification not required",754,0.059442,0.017349,0.108,"2013-06-28 15:00",0.106,"2013-07-18 15:00",0.105,"2013-05-03 17:00",0.105,"2013-07-19 15:00","","","","",0.105,0.096,0.091,0.082,0.072,0.058,0.04,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","44201",1,34.671394,-118.131456,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8694,99,361,365,0,0,11,11,"Certification not required",0,0.052997,0.016078,0.093,"2013-07-18 10:00",0.093,"2013-07-19 10:00",0.092,"2013-05-03 16:00",0.09,"2013-05-21 11:00","","","","",0.09,0.087,0.08,0.074,0.065,0.053,0.033,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","44201",1,34.671394,-118.131456,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8694,99,361,365,0,0,34,34,"Certification not required",0,0.052997,0.016078,0.093,"2013-07-18 10:00",0.093,"2013-07-19 10:00",0.092,"2013-05-03 16:00",0.09,"2013-05-21 11:00","","","","",0.09,0.087,0.08,0.074,0.065,0.053,0.033,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","61101",1,34.671394,-118.131456,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",5741,66,228,365,0,3019,"","","Certification not required",0,4.323602,12.169518,90,"2013-01-04 01:00",89.9,"2013-01-18 00:00",89.4,"2013-02-25 05:00",88.6,"2013-03-11 01:00","","","","",78.9,64.9,6.4,4.8,3.3,1.5,0.5,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","61102",1,34.671394,-118.131456,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8357,95,348,365,0,403,"","","Certification not required",0,139.379993,121.472815,359.9,"2013-10-24 14:00",359.8,"2013-12-11 06:00",359.3,"2013-12-01 10:00",359.1,"2013-08-19 00:00","","","","",350.2,341.9,311.8,289,249.2,149.4,1,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","61105",1,34.671394,-118.131456,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6600,75,275,365,0,2160,"","","Certification not required",0,9.671061,5.901999,38,"2013-04-08 11:00",34,"2013-04-08 12:00",33,"2013-04-08 10:00",32,"2013-04-08 13:00","","","","",25,22,20,18,14,8,3,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","62101",1,34.671394,-118.131456,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8749,100,365,365,0,11,"","","Certification not required",0,63.810035,17.767829,110,"2013-06-29 14:00",110,"2013-06-30 12:00",110,"2013-06-30 13:00",110,"2013-06-30 14:00","","","","",101,99,94,88,77,63,41,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","64101",1,34.671394,-118.131456,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8753,100,365,365,0,7,"","","Certification not required",0,932.001462,4.808725,947.5,"2013-01-15 09:00",947.2,"2013-01-15 08:00",946.5,"2013-01-15 10:00",946.2,"2013-01-15 07:00","","","","",944.1,942.8,940.7,939.4,934.6,931.3,926.2,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","81102",1,34.671394,-118.131456,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",12,20,12,61,0,0,0,0,"Certification not required",1,14.333333,9.10877,29,"2013-03-05 00:00",27,"2013-01-22 00:00",21,"2013-02-15 00:00",20,"2013-01-04 00:00","","","","",29,29,29,27,21,14,4,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2013-06-28" +"06","037","9033","81102",2,34.671394,-118.131456,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8492,97,351,365,0,268,"","","Certification not required",318,23.329251,28.200365,985,"2013-09-05 10:00",936,"2013-08-06 09:00",924,"2013-02-19 12:00",469,"2013-08-18 16:00","","","","",108,76,53,41,28,19,7,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","81102",2,34.671394,-118.131456,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",351,96,351,365,0,0,0,0,"Certification not required",0,22.723647,12.757093,99,"2013-06-02 00:00",91,"2013-10-03 00:00",87,"2013-08-06 00:00",83,"2013-05-29 00:00","","","","",83,62,43,36,27,20,11,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2014-02-04" +"06","037","9033","85101",1,34.671394,-118.131456,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,"","","Certification not required",1,14.333333,9.028574,28,"2013-03-05 00:00",27,"2013-01-22 00:00",21,"2013-01-04 00:00",21,"2013-02-15 00:00","","","","",28,28,28,27,21,14,4,"Antelope Valley Air Monitoring Station","43301 DIVISION ST., LANCASTER, CA","California","Los Angeles","Lancaster","Los Angeles-Long Beach-Santa Ana, CA","2013-04-26" +"06","037","9034","85101",1,34.813056,-118.883889,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8.694656,7.148579,37.625,"2013-05-01 00:00",26.0459,"2013-05-16 00:00",21.991,"2013-05-22 00:00",21.679,"2013-05-04 00:00","","","","",37.625,37.625,21.991,18.4986,11.3532,7.2988,2.173,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","86502",1,34.813056,-118.883889,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.02,4.958975,29,"2013-05-01 00:00",15,"2013-05-16 00:00",14,"2013-05-22 00:00",12,"2013-05-04 00:00","","","","",29,29,14,10,7,4,1,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88103",1,34.813056,-118.883889,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88104",1,34.813056,-118.883889,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.068718,0.079312,0.4368,"2013-05-01 00:00",0.2835,"2013-04-28 00:00",0.2227,"2013-03-23 00:00",0.2194,"2013-04-07 00:00","","","","",0.4368,0.2835,0.2227,0.1232,0.0912,0.052,0.008,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88109",1,34.813056,-118.883889,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.001376,0.001036,0.0046,"2013-05-16 00:00",0.0039,"2013-05-04 00:00",0.0038,"2013-05-25 00:00",0.0032,"2013-05-22 00:00","","","","",0.0046,0.0039,0.0038,0.0027,0.002,0.0009,0.0005,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88111",1,34.813056,-118.883889,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.045766,0.046912,0.2047,"2013-04-28 00:00",0.2016,"2013-05-01 00:00",0.1656,"2013-04-07 00:00",0.1346,"2013-03-23 00:00","","","","",0.2047,0.2016,0.1656,0.0898,0.0598,0.0338,0.0053,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88112",1,34.813056,-118.883889,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-23 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88114",1,34.813056,-118.883889,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000729,0.000488,0.0022,"2013-01-10 00:00",0.002,"2013-03-14 00:00",0.0016,"2013-01-04 00:00",0.0016,"2013-03-23 00:00","","","","",0.0022,0.002,0.0016,0.0013,0.001,0.0006,0.00015,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88115",1,34.813056,-118.883889,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.001547,0.00178,0.0092,"2013-05-16 00:00",0.0079,"2013-05-25 00:00",0.0056,"2013-05-22 00:00",0.005,"2013-04-16 00:00","","","","",0.0092,0.0079,0.0056,0.0022,0.0016,0.0012,0.0003,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88126",1,34.813056,-118.883889,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.051984,0.048667,0.2469,"2013-05-01 00:00",0.177,"2013-04-28 00:00",0.1643,"2013-03-23 00:00",0.1397,"2013-04-07 00:00","","","","",0.2469,0.177,0.1643,0.1022,0.0718,0.043,0.0081,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88128",1,34.813056,-118.883889,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000647,0.00082,0.004,"2013-03-23 00:00",0.002,"2013-02-18 00:00",0.002,"2013-03-26 00:00",0.002,"2013-05-04 00:00","","","","",0.004,0.002,0.002,0.001,0.001,0.001,0,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88132",1,34.813056,-118.883889,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001314,0.001349,0.007,"2013-05-01 00:00",0.005,"2013-03-23 00:00",0.004,"2013-04-28 00:00",0.003,"2013-04-07 00:00","","","","",0.007,0.005,0.004,0.003,0.002,0.001,0,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88136",1,34.813056,-118.883889,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88140",1,34.813056,-118.883889,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.026079,0.028237,0.147,"2013-05-01 00:00",0.0827,"2013-03-23 00:00",0.076,"2013-04-07 00:00",0.0708,"2013-05-04 00:00","","","","",0.147,0.0827,0.076,0.06,0.039,0.0167,0.00195,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88152",1,34.813056,-118.883889,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.000764,0.001235,0.0045,"2013-05-10 00:00",0.0041,"2013-05-22 00:00",0.0039,"2013-05-25 00:00",0.0037,"2013-05-16 00:00","","","","",0.0045,0.0041,0.0039,0.0023,0.0005,0.00015,0.0001,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88154",1,34.813056,-118.883889,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",31,0.000165,9.8e-05,0.0004,"2013-02-09 00:00",0.0004,"2013-04-25 00:00",0.0004,"2013-05-10 00:00",0.0004,"2013-05-22 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88161",1,34.813056,-118.883889,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.00439,0.004221,0.021,"2013-05-01 00:00",0.0152,"2013-04-28 00:00",0.0145,"2013-03-23 00:00",0.0118,"2013-04-07 00:00","","","","",0.021,0.0152,0.0145,0.0089,0.0062,0.0035,0.0005,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88164",1,34.813056,-118.883889,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000186,0.000163,0.0007,"2013-05-01 00:00",0.0006,"2013-04-22 00:00",0.0005,"2013-03-26 00:00",0.0005,"2013-04-28 00:00","","","","",0.0007,0.0006,0.0005,0.0004,0.0003,0.0001,5e-05,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88165",1,34.813056,-118.883889,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.155175,0.172876,0.9662,"2013-05-01 00:00",0.5835,"2013-04-28 00:00",0.529,"2013-03-23 00:00",0.453,"2013-04-07 00:00","","","","",0.9662,0.5835,0.529,0.2736,0.1906,0.115,0.014,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88167",1,34.813056,-118.883889,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.001726,0.001335,0.007,"2013-03-23 00:00",0.0046,"2013-05-04 00:00",0.004,"2013-05-16 00:00",0.0036,"2013-04-22 00:00","","","","",0.007,0.0046,0.004,0.0036,0.0022,0.0014,0.0004,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88168",1,34.813056,-118.883889,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000575,0.000599,0.0028,"2013-03-23 00:00",0.0027,"2013-05-01 00:00",0.0016,"2013-04-28 00:00",0.0015,"2013-05-04 00:00","","","","",0.0028,0.0027,0.0016,0.0014,0.0008,0.0004,0.0001,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88169",1,34.813056,-118.883889,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.197576,0.165014,0.7618,"2013-03-23 00:00",0.4872,"2013-05-25 00:00",0.4847,"2013-05-22 00:00",0.456,"2013-05-04 00:00","","","","",0.7618,0.4872,0.4847,0.4195,0.3187,0.1313,0.0387,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88176",1,34.813056,-118.883889,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000169,6e-05,0.0004,"2013-04-07 00:00",0.0004,"2013-05-01 00:00",0.0003,"2013-03-23 00:00",0.0003,"2013-05-22 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.00015,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88180",1,34.813056,-118.883889,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.030988,0.029468,0.1324,"2013-05-01 00:00",0.115,"2013-05-04 00:00",0.1039,"2013-03-23 00:00",0.0887,"2013-04-28 00:00","","","","",0.1324,0.115,0.1039,0.0772,0.0417,0.0211,0.0078,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88184",1,34.813056,-118.883889,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.086916,0.131502,0.5807,"2013-05-25 00:00",0.5638,"2013-05-22 00:00",0.5134,"2013-05-16 00:00",0.2704,"2013-04-22 00:00","","","","",0.5807,0.5638,0.5134,0.1559,0.1172,0.0364,0.0019,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88185",1,34.813056,-118.883889,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000735,0.000359,0.002,"2013-01-25 00:00",0.0019,"2013-04-28 00:00",0.0014,"2013-02-09 00:00",0.0014,"2013-04-22 00:00","","","","",0.002,0.0019,0.0014,0.0013,0.00065,0.00065,0.0004,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88203",1,34.813056,-118.883889,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.034262,0.04558,0.2107,"2013-05-07 00:00",0.1783,"2013-05-22 00:00",0.1578,"2013-05-25 00:00",0.1411,"2013-05-16 00:00","","","","",0.2107,0.1783,0.1578,0.0713,0.0389,0.0176,0.0028,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88306",1,34.813056,-118.883889,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.750124,0.696045,3.0374,"2013-05-16 00:00",2.3113,"2013-05-22 00:00",2.286,"2013-05-25 00:00",2.1157,"2013-02-09 00:00","","","","",3.0374,2.3113,2.286,1.6059,1.1645,0.5127,0.063,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88320",1,34.813056,-118.883889,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.486471,0.443152,2.41,"2013-05-16 00:00",1.77,"2013-05-04 00:00",1.11,"2013-05-22 00:00",1.08,"2013-05-25 00:00","","","","",2.41,1.77,1.11,0.87,0.7,0.38,0.09,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88321",1,34.813056,-118.883889,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.07902,0.067801,0.32,"2013-05-16 00:00",0.23,"2013-03-14 00:00",0.22,"2013-05-04 00:00",0.19,"2013-03-23 00:00","","","","",0.32,0.23,0.22,0.15,0.12,0.07,0.01,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88324",1,34.813056,-118.883889,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.023135,0.010789,0.059,"2013-05-25 00:00",0.05,"2013-05-04 00:00",0.0486,"2013-03-17 00:00",0.0406,"2013-03-05 00:00","","","","",0.059,0.05,0.0486,0.0398,0.02855,0.022,0.00995,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88325",1,34.813056,-118.883889,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.109958,0.10484,0.5957,"2013-05-16 00:00",0.3182,"2013-05-04 00:00",0.2957,"2013-04-22 00:00",0.24,"2013-05-13 00:00","","","","",0.5957,0.3182,0.2957,0.2388,0.1497,0.0823,0.03105,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88326",1,34.813056,-118.883889,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.151423,0.151254,0.859,"2013-05-16 00:00",0.5533,"2013-05-04 00:00",0.4232,"2013-05-22 00:00",0.3925,"2013-05-25 00:00","","","","",0.859,0.5533,0.4232,0.3109,0.1815,0.1262,0.03395,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88327",1,34.813056,-118.883889,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.103354,0.10512,0.6112,"2013-05-16 00:00",0.4412,"2013-05-04 00:00",0.2236,"2013-05-22 00:00",0.2139,"2013-04-22 00:00","","","","",0.6112,0.4412,0.2236,0.1645,0.1497,0.0855,0.01555,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88328",1,34.813056,-118.883889,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.110534,0.089716,0.4106,"2013-05-04 00:00",0.3049,"2013-05-16 00:00",0.2921,"2013-03-23 00:00",0.247,"2013-05-13 00:00","","","","",0.4106,0.3049,0.2921,0.2254,0.1779,0.0836,0.0109,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88329",1,34.813056,-118.883889,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.153089,0.133355,0.5843,"2013-05-04 00:00",0.5811,"2013-05-16 00:00",0.3967,"2013-03-23 00:00",0.345,"2013-04-22 00:00","","","","",0.5843,0.5811,0.3967,0.3008,0.2257,0.1293,0.0121,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88330",1,34.813056,-118.883889,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.036187,0.028489,0.1621,"2013-03-14 00:00",0.0878,"2013-03-23 00:00",0.0731,"2013-03-17 00:00",0.0703,"2013-03-26 00:00","","","","",0.1621,0.0878,0.0731,0.0669,0.0491,0.0355,0.007,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88331",1,34.813056,-118.883889,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000148,0.000629,0.0041,"2013-03-14 00:00",0.002,"2013-05-10 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0041,0.002,0.0001,0.0001,5e-05,0,0,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88338",1,34.813056,-118.883889,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.016299,0.006612,0.0489,"2013-01-13 00:00",0.0275,"2013-05-22 00:00",0.0252,"2013-04-22 00:00",0.0237,"2013-05-28 00:00","","","","",0.0489,0.0275,0.0252,0.02275,0.02195,0.0145,0.0108,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88339",1,34.813056,-118.883889,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.814997,0.680699,3.14251,"2013-03-23 00:00",2.00987,"2013-05-25 00:00",1.99951,"2013-05-22 00:00",1.88084,"2013-05-04 00:00","","","","",3.14251,2.00987,1.99951,1.73056,1.3148,0.54165,0.15951,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88344",1,34.813056,-118.883889,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.967802,0.897747,3.9182,"2013-05-16 00:00",2.9816,"2013-05-22 00:00",2.9489,"2013-05-25 00:00",2.7293,"2013-02-09 00:00","","","","",3.9182,2.9816,2.9489,2.0716,1.5022,0.6614,0.0813,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88348",1,34.813056,-118.883889,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.746331,0.801617,4.3336,"2013-05-01 00:00",2.8677,"2013-04-28 00:00",2.4521,"2013-03-23 00:00",2.2416,"2013-04-07 00:00","","","","",4.3336,2.8677,2.4521,1.3463,0.9655,0.5574,0.0722,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88350",1,34.813056,-118.883889,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.875451,0.798148,4.3396,"2013-05-16 00:00",3.1927,"2013-05-04 00:00",2.0011,"2013-05-22 00:00",1.9384,"2013-05-25 00:00","","","","",4.3396,3.1927,2.0011,1.5653,1.2607,0.686,0.1651,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88403",1,34.813056,-118.883889,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.590659,0.518701,2.4373,"2013-03-23 00:00",1.5195,"2013-05-22 00:00",1.4887,"2013-05-25 00:00",1.436,"2013-05-04 00:00","","","","",2.4373,1.5195,1.4887,1.2466,0.9793,0.393,0.103,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","037","9034","88502",1,34.813056,-118.883889,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.15098,2.574519,10.5,"2013-05-16 00:00",8.8,"2013-05-04 00:00",8.7,"2013-03-23 00:00",8,"2013-05-01 00:00","","","","",10.5,8.8,8.7,7.4,4.8,2.2,0.7,"LEBEC","PEACE VALLEY ROAD, LEBEC","California","Los Angeles","Not in a city","Los Angeles-Long Beach-Santa Ana, CA","2014-01-28" +"06","039","0004","42601",1,36.866667,-120.01,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3093,35,139,365,0,1995,"","","Certification not required",0,3.23246,8.349184,90,"2013-01-18 08:00",88,"2013-01-18 07:00",83,"2013-01-04 08:00",82,"2013-01-03 07:00","","","","",46,31,16,8,2,1,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","42602",1,36.866667,-120.01,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3093,35,139,365,0,1995,0,"","Certification not required",0,14.071942,8.032218,40,"2013-01-22 17:00",37,"2013-02-13 21:00",33,"2013-01-30 20:00",32,"2013-02-11 21:00","","","","",37,33,30,26,19,12,6,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","42602",1,36.866667,-120.01,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3093,35,139,365,0,1995,"","","Certification not required",0,6.341416,5.044737,40,"2013-01-22 17:00",38,"2013-01-22 16:00",37,"2013-02-13 21:00",33,"2013-01-30 20:00","","","","",26,21,17,13,8,5,2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","42603",1,36.866667,-120.01,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3093,35,139,365,0,1995,"","","Certification not required",0,9.545748,11.679068,106,"2013-01-18 08:00",105,"2013-01-18 07:00",100,"2013-01-04 08:00",96,"2013-01-16 08:00","","","","",59,49,32,22,10,5,2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","43000",1,36.866667,-120.01,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,17.45,11.201205,52.6,"2013-07-10 05:00",45.9,"2013-07-24 05:00",42.7,"2013-06-28 05:00",34.7,"2013-07-19 05:00","","","","",52.6,52.6,42.7,28.7,25.2,15.2,6.5,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43141",1,36.866667,-120.01,"NAD83","n-Dodecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",31,0.075,0.04441,0.2,"2013-06-06 05:00",0.2,"2013-06-07 05:00",0.2,"2013-06-28 16:00",0.2,"2013-07-10 05:00","","","","",0.2,0.2,0.2,0.1,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43202",1,36.866667,-120.01,"NAD83","Ethane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,2.719565,1.216118,8,"2013-07-10 05:00",4.7,"2013-06-07 05:00",4.6,"2013-06-06 05:00",4.4,"2013-06-07 16:00","","","","",8,8,4.6,4.3,3.3,2.4,1.4,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43203",1,36.866667,-120.01,"NAD83","Ethylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.926087,0.761412,3.8,"2013-07-10 05:00",3.6,"2013-07-09 08:00",2.4,"2013-07-09 16:00",2.2,"2013-07-09 05:00","","","","",3.8,3.8,2.4,1.5,1.1,0.7,0.3,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43204",1,36.866667,-120.01,"NAD83","Propane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,3.393478,2.453605,11.9,"2013-07-24 05:00",9.2,"2013-08-15 05:00",9.1,"2013-07-10 05:00",7,"2013-07-19 05:00","","","","",11.9,11.9,9.1,6.7,4.6,2.9,1.1,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43205",1,36.866667,-120.01,"NAD83","Propylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",1,0.672826,0.711938,4.1,"2013-07-10 05:00",2.6,"2013-07-09 08:00",2.1,"2013-07-09 16:00",1.6,"2013-07-09 05:00","","","","",4.1,4.1,2.1,1.3,0.7,0.5,0.2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43206",1,36.866667,-120.01,"NAD83","Acetylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.423913,0.180351,1,"2013-07-24 05:00",0.8,"2013-07-10 05:00",0.7,"2013-07-18 05:00",0.7,"2013-07-19 05:00","","","","",1,1,0.7,0.7,0.5,0.4,0.2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43212",1,36.866667,-120.01,"NAD83","n-Butane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.602174,0.584804,3.5,"2013-06-28 05:00",2.4,"2013-07-10 05:00",1.1,"2013-06-07 05:00",1,"2013-07-18 05:00","","","","",3.5,3.5,1.1,1,0.7,0.4,0.2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43214",1,36.866667,-120.01,"NAD83","Isobutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",3,1.420652,2.049108,10.9,"2013-07-24 05:00",6,"2013-07-24 08:00",5.7,"2013-06-28 05:00",5.5,"2013-07-19 05:00","","","","",10.9,10.9,5.7,3.6,1.6,0.7,0.1,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43216",1,36.866667,-120.01,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",37,0.08587,0.107839,0.7,"2013-06-27 05:00",0.3,"2013-07-10 05:00",0.2,"2013-06-07 12:00",0.2,"2013-06-07 16:00","","","","",0.7,0.7,0.2,0.2,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43217",1,36.866667,-120.01,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",44,0.06087,0.055691,0.4,"2013-07-10 05:00",0.2,"2013-06-27 05:00",0.05,"2013-06-06 05:00",0.05,"2013-06-06 08:00","","","","",0.4,0.4,0.05,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43220",1,36.866667,-120.01,"NAD83","n-Pentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",1,0.492391,0.492383,2.7,"2013-06-27 05:00",1.9,"2013-06-28 05:00",1.6,"2013-07-10 05:00",0.9,"2013-06-07 05:00","","","","",2.7,2.7,1.6,0.9,0.6,0.4,0.2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43221",1,36.866667,-120.01,"NAD83","Isopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",9,0.744565,0.633879,2.4,"2013-07-10 05:00",2.1,"2013-07-24 05:00",1.9,"2013-07-19 05:00",1.8,"2013-06-28 05:00","","","","",2.4,2.4,1.9,1.7,1.1,0.5,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43224",1,36.866667,-120.01,"NAD83","1-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",29,0.11413,0.158697,0.9,"2013-07-10 05:00",0.6,"2013-07-09 08:00",0.4,"2013-07-09 16:00",0.3,"2013-07-09 05:00","","","","",0.9,0.9,0.4,0.3,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43226",1,36.866667,-120.01,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",42,0.058696,0.032153,0.2,"2013-06-27 05:00",0.2,"2013-06-28 05:00",0.1,"2013-06-07 08:00",0.1,"2013-07-10 05:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43227",1,36.866667,-120.01,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",45,0.053261,0.022116,0.2,"2013-07-10 05:00",0.05,"2013-06-06 05:00",0.05,"2013-06-06 08:00",0.05,"2013-06-06 12:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43230",1,36.866667,-120.01,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",17,0.183696,0.171935,0.9,"2013-07-10 05:00",0.7,"2013-06-28 05:00",0.5,"2013-07-19 08:00",0.4,"2013-06-07 05:00","","","","",0.9,0.9,0.5,0.3,0.2,0.2,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43231",1,36.866667,-120.01,"NAD83","n-Hexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.286957,0.249095,1,"2013-06-06 05:00",1,"2013-07-10 05:00",0.8,"2013-06-06 08:00",0.8,"2013-06-28 05:00","","","","",1,1,0.8,0.6,0.4,0.2,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43232",1,36.866667,-120.01,"NAD83","n-Heptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",11,0.207609,0.155266,0.7,"2013-07-19 08:00",0.6,"2013-06-28 05:00",0.5,"2013-07-09 08:00",0.5,"2013-07-10 05:00","","","","",0.7,0.7,0.5,0.4,0.3,0.2,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43233",1,36.866667,-120.01,"NAD83","n-Octane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",28,0.1,0.080277,0.4,"2013-07-10 05:00",0.3,"2013-07-19 08:00",0.2,"2013-06-07 05:00",0.2,"2013-06-28 05:00","","","","",0.4,0.4,0.2,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43235",1,36.866667,-120.01,"NAD83","n-Nonane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",24,0.115217,0.086839,0.4,"2013-07-10 05:00",0.3,"2013-07-19 08:00",0.3,"2013-07-24 05:00",0.2,"2013-06-06 05:00","","","","",0.4,0.4,0.3,0.2,0.2,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43238",1,36.866667,-120.01,"NAD83","n-Decane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",30,0.082609,0.057944,0.3,"2013-07-10 05:00",0.2,"2013-06-07 05:00",0.2,"2013-07-09 16:00",0.2,"2013-07-10 08:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43242",1,36.866667,-120.01,"NAD83","Cyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",43,0.055435,0.024102,0.2,"2013-06-28 05:00",0.1,"2013-07-10 05:00",0.1,"2013-07-24 05:00",0.05,"2013-06-06 05:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43243",1,36.866667,-120.01,"NAD83","Isoprene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",10,0.217391,0.17134,0.8,"2013-07-25 16:00",0.7,"2013-08-15 16:00",0.6,"2013-06-28 16:00",0.5,"2013-07-10 16:00","","","","",0.8,0.8,0.6,0.5,0.3,0.2,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43244",1,36.866667,-120.01,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",38,0.065217,0.039256,0.2,"2013-06-28 05:00",0.2,"2013-07-18 05:00",0.2,"2013-07-19 05:00",0.1,"2013-07-10 05:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43245",1,36.866667,-120.01,"NAD83","1-Hexene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",41,0.098913,0.181503,1.1,"2013-07-10 16:00",0.6,"2013-07-10 05:00",0.4,"2013-07-09 08:00",0.3,"2013-07-09 16:00","","","","",1.1,1.1,0.4,0.1,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43247",1,36.866667,-120.01,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",33,0.070652,0.040244,0.2,"2013-06-28 05:00",0.2,"2013-07-19 08:00",0.2,"2013-07-24 05:00",0.1,"2013-06-06 05:00","","","","",0.2,0.2,0.2,0.1,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43248",1,36.866667,-120.01,"NAD83","Cyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",37,0.120652,0.175934,0.7,"2013-07-25 16:00",0.6,"2013-07-10 05:00",0.6,"2013-07-24 16:00",0.6,"2013-07-25 08:00","","","","",0.7,0.7,0.6,0.5,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43249",1,36.866667,-120.01,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",33,0.116304,0.173223,1.1,"2013-06-28 05:00",0.4,"2013-07-19 08:00",0.4,"2013-07-24 05:00",0.3,"2013-07-24 08:00","","","","",1.1,1.1,0.4,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43250",1,36.866667,-120.01,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.219565,0.196208,0.9,"2013-07-09 12:00",0.5,"2013-07-09 08:00",0.5,"2013-07-10 05:00",0.5,"2013-07-19 05:00","","","","",0.9,0.9,0.5,0.5,0.4,0.2,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43252",1,36.866667,-120.01,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",35,0.072826,0.052394,0.3,"2013-06-28 05:00",0.2,"2013-07-19 05:00",0.2,"2013-07-24 05:00",0.2,"2013-08-15 05:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43253",1,36.866667,-120.01,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",42,0.058696,0.032153,0.2,"2013-07-10 05:00",0.2,"2013-07-19 08:00",0.1,"2013-06-28 05:00",0.1,"2013-07-24 05:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43261",1,36.866667,-120.01,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",38,0.082609,0.088329,0.4,"2013-06-28 05:00",0.4,"2013-07-09 12:00",0.3,"2013-07-09 08:00",0.3,"2013-07-10 05:00","","","","",0.4,0.4,0.3,0.2,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43262",1,36.866667,-120.01,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",16,0.28913,0.268517,1,"2013-06-28 05:00",1,"2013-06-28 12:00",0.8,"2013-06-27 08:00",0.8,"2013-06-27 12:00","","","","",1,1,0.8,0.7,0.4,0.2,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43263",1,36.866667,-120.01,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",34,0.093478,0.084727,0.4,"2013-06-28 05:00",0.3,"2013-07-24 05:00",0.3,"2013-08-15 05:00",0.2,"2013-07-10 05:00","","","","",0.4,0.4,0.3,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43280",1,36.866667,-120.01,"NAD83","1-Butene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",22,0.182609,0.267959,1.6,"2013-07-10 05:00",0.7,"2013-07-09 08:00",0.7,"2013-07-09 16:00",0.5,"2013-06-27 05:00","","","","",1.6,1.6,0.7,0.5,0.2,0.1,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43284",1,36.866667,-120.01,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",29,0.105435,0.094415,0.4,"2013-07-24 08:00",0.4,"2013-08-16 05:00",0.3,"2013-06-28 05:00",0.3,"2013-07-25 16:00","","","","",0.4,0.4,0.3,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43285",1,36.866667,-120.01,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",13,0.429348,0.498506,2.2,"2013-06-07 05:00",1.8,"2013-06-06 05:00",1.6,"2013-06-28 05:00",1.3,"2013-07-10 05:00","","","","",2.2,2.2,1.6,1.1,0.6,0.3,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43291",1,36.866667,-120.01,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",35,0.075,0.05137,0.2,"2013-06-28 05:00",0.2,"2013-07-19 05:00",0.2,"2013-07-19 08:00",0.2,"2013-07-24 05:00","","","","",0.2,0.2,0.2,0.2,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43954",1,36.866667,-120.01,"NAD83","n-Undecane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",27,0.109783,0.089827,0.4,"2013-07-09 16:00",0.3,"2013-07-09 05:00",0.3,"2013-07-10 05:00",0.3,"2013-07-10 08:00","","","","",0.4,0.4,0.3,0.2,0.2,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","43960",1,36.866667,-120.01,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",29,0.177174,0.361433,2.2,"2013-07-09 16:00",1.1,"2013-07-10 05:00",0.6,"2013-07-09 05:00",0.6,"2013-07-09 08:00","","","","",2.2,2.2,0.6,0.4,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","44201",1,36.866667,-120.01,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4323,55,199,365,0,765,0,0,"Certification not required",266,0.055563,0.015948,0.1,"2013-06-08 13:00",0.096,"2013-07-02 13:00",0.088,"2013-07-04 14:00",0.087,"2013-05-02 16:00","","","","",0.096,0.087,0.08,0.075,0.067,0.056,0.032,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","44201",1,36.866667,-120.01,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4477,52,191,365,0,0,1,1,"Certification not required",0,0.050031,0.014803,0.088,"2013-06-08 09:00",0.083,"2013-07-02 10:00",0.081,"2013-05-02 10:00",0.076,"2013-05-03 10:00","","","","",0.083,0.076,0.072,0.068,0.061,0.05,0.03,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","44201",1,36.866667,-120.01,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4477,52,191,365,0,0,4,4,"Certification not required",0,0.050031,0.014803,0.088,"2013-06-08 09:00",0.083,"2013-07-02 10:00",0.081,"2013-05-02 10:00",0.076,"2013-05-03 10:00","","","","",0.083,0.076,0.072,0.068,0.061,0.05,0.03,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","45109",1,36.866667,-120.01,"NAD83","m/p Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.354348,0.474555,2.7,"2013-06-27 05:00",1.3,"2013-06-28 16:00",1,"2013-07-24 05:00",0.8,"2013-07-09 12:00","","","","",2.7,2.7,1,0.8,0.6,0.2,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45201",1,36.866667,-120.01,"NAD83","Benzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.554348,0.557258,3,"2013-06-28 12:00",2.4,"2013-07-09 05:00",1.6,"2013-06-07 08:00",1.6,"2013-07-09 12:00","","","","",3,3,1.6,0.7,0.6,0.4,0.2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45202",1,36.866667,-120.01,"NAD83","Toluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.813043,0.579505,3.2,"2013-06-28 05:00",1.8,"2013-07-24 05:00",1.6,"2013-06-27 05:00",1.6,"2013-07-19 05:00","","","","",3.2,3.2,1.6,1.5,1.1,0.7,0.2,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45203",1,36.866667,-120.01,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.186957,0.234387,1.1,"2013-06-27 05:00",0.9,"2013-07-09 05:00",0.6,"2013-07-18 05:00",0.5,"2013-06-28 16:00","","","","",1.1,1.1,0.6,0.5,0.2,0.1,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45204",1,36.866667,-120.01,"NAD83","o-Xylene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.184783,0.290568,1.7,"2013-06-27 05:00",0.8,"2013-06-28 16:00",0.7,"2013-07-09 12:00",0.4,"2013-07-09 08:00","","","","",1.7,1.7,0.7,0.4,0.3,0.1,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45207",1,36.866667,-120.01,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",28,0.104348,0.092991,0.5,"2013-07-19 05:00",0.3,"2013-07-18 05:00",0.3,"2013-07-25 05:00",0.2,"2013-06-27 16:00","","","","",0.5,0.5,0.3,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45208",1,36.866667,-120.01,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",21,0.216304,0.220619,1,"2013-07-19 05:00",0.7,"2013-07-25 05:00",0.6,"2013-06-27 16:00",0.6,"2013-07-09 08:00","","","","",1,1,0.6,0.6,0.4,0.2,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45209",1,36.866667,-120.01,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",13,0.198913,0.146245,0.5,"2013-07-09 05:00",0.5,"2013-07-09 16:00",0.5,"2013-07-10 05:00",0.5,"2013-07-24 05:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45210",1,36.866667,-120.01,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.013043,0.049927,0.3,"2013-07-25 12:00",0.1,"2013-07-10 05:00",0.1,"2013-07-19 05:00",0.1,"2013-08-16 05:00","","","","",0.3,0.3,0.1,0,0,0,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45211",1,36.866667,-120.01,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",34,0.082609,0.073195,0.4,"2013-07-19 05:00",0.3,"2013-07-18 05:00",0.2,"2013-06-27 16:00",0.2,"2013-07-10 05:00","","","","",0.4,0.4,0.2,0.2,0.1,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45212",1,36.866667,-120.01,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",15,0.183696,0.185907,1,"2013-07-19 05:00",0.6,"2013-07-18 05:00",0.5,"2013-06-27 16:00",0.5,"2013-07-25 05:00","","","","",1,1,0.5,0.4,0.2,0.1,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45213",1,36.866667,-120.01,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",25,0.11413,0.094671,0.5,"2013-07-19 05:00",0.3,"2013-07-18 05:00",0.3,"2013-07-25 05:00",0.2,"2013-06-06 05:00","","","","",0.5,0.5,0.3,0.2,0.2,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45218",1,36.866667,-120.01,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",46,0.05,0,0.05,"2013-06-06 05:00",0.05,"2013-06-06 08:00",0.05,"2013-06-06 12:00",0.05,"2013-06-06 16:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45219",1,36.866667,-120.01,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",46,0.05,0,0.05,"2013-06-06 05:00",0.05,"2013-06-06 08:00",0.05,"2013-06-06 12:00",0.05,"2013-06-06 16:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45220",1,36.866667,-120.01,"NAD83","Styrene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",0,0.071739,0.227706,1,"2013-07-24 08:00",0.9,"2013-07-24 05:00",0.8,"2013-08-15 05:00",0.2,"2013-07-18 08:00","","","","",1,1,0.8,0.2,0,0,0,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","45225",1,36.866667,-120.01,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS Canister Pressurized - Preconcentrator GC/FID/MSD",2013,"Parts per billion Carbon","No Events",46,9,0,122,0,2,"","","Certification not required",27,0.127174,0.127674,0.6,"2013-07-19 05:00",0.4,"2013-07-09 16:00",0.4,"2013-07-18 05:00",0.4,"2013-08-16 12:00","","","","",0.6,0.6,0.4,0.3,0.2,0.05,0.05,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-09-19" +"06","039","0004","61101",1,36.866667,-120.01,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",5071,58,212,365,0,17,"","","Certification not required",0,5.039637,2.318235,17.4,"2013-04-08 16:00",17.4,"2013-04-08 17:00",17.4,"2013-04-08 19:00",16.5,"2013-04-08 15:00","","","","",11.3,10.4,9.6,7.8,6.1,4.3,2.6,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","61102",1,36.866667,-120.01,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",5071,58,212,365,0,17,"","","Certification not required",0,249.48097,94.139166,360,"2013-01-13 02:00",360,"2013-01-14 10:00",360,"2013-02-01 20:00",360,"2013-02-24 20:00","","","","",353,347,331,320,307,294,76,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","61103",1,36.866667,-120.01,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5039,58,210,365,0,49,"","","Certification not required",0,4.690812,2.410509,17.4,"2013-04-08 17:00",16.5,"2013-04-08 16:00",16.5,"2013-04-08 19:00",15.6,"2013-04-08 03:00","","","","",11.3,10.4,9.6,7.8,6.1,4.3,1.7,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","61104",1,36.866667,-120.01,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5038,58,210,365,0,50,"","","Certification not required",0,249.09865,94.272134,359,"2013-01-14 10:00",359,"2013-01-17 20:00",359,"2013-01-19 21:00",359,"2013-01-24 14:00","","","","",352,344,330,320,307,293,75,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","62101",1,36.866667,-120.01,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4951,57,206,365,0,137,"","","Certification not required",0,63.135528,15.640598,101,"2013-06-08 15:00",101,"2013-06-08 16:00",101,"2013-06-29 15:00",101,"2013-06-30 15:00","","","","",97,95,90,85,74,63,42,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","62201",1,36.866667,-120.01,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5071,58,212,365,0,17,"","","Certification not required",0,59.952475,21.617116,100,"2013-01-02 04:00",100,"2013-01-02 05:00",100,"2013-01-04 02:00",100,"2013-01-04 03:00","","","","",100,98,95,91,78,59,31,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","63301",1,36.866667,-120.01,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5071,58,212,365,0,17,"","","Certification not required",2328,0.348732,0.444616,1.41,"2013-07-08 12:00",1.4,"2013-05-22 12:00",1.4,"2013-05-23 12:00",1.4,"2013-05-30 12:00","","","","",1.36,1.33,1.26,1.12,0.68,0.05,0.005,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0004","64101",1,36.866667,-120.01,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5071,58,212,365,0,17,"","","Certification not required",0,1006.30773,5.738088,1023.9,"2013-01-15 10:00",1022.6,"2013-01-15 08:00",1022.6,"2013-01-15 09:00",1022.6,"2013-01-15 11:00","","","","",1019.9,1018.6,1015.9,1014.6,1010.6,1006.6,998.6,"Madera-Pump Yard","RD. 29 1/2 NO. OF AVE 8 MADERA COUNTY","California","Madera","Madera","Madera, CA","2013-11-08" +"06","039","0500","44201",1,37.2136,-119.699065,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7208,85,312,365,0,1552,0,0,"Certification not required",1,0.056529,0.015466,0.106,"2013-06-08 14:00",0.096,"2013-05-02 16:00",0.093,"2013-07-01 14:00",0.092,"2013-08-20 17:00","","","","",0.092,0.089,0.083,0.077,0.068,0.055,0.038,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","44201",1,37.2136,-119.699065,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7481,84,306,365,0,0,2,2,"Certification not required",0,0.051886,0.013978,0.093,"2013-06-08 12:00",0.086,"2013-05-02 11:00",0.083,"2013-07-03 10:00",0.082,"2013-07-04 10:00","","","","",0.082,0.079,0.075,0.07,0.063,0.051,0.035,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","44201",1,37.2136,-119.699065,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7481,84,306,365,0,0,14,14,"Certification not required",0,0.051886,0.013978,0.093,"2013-06-08 12:00",0.086,"2013-05-02 11:00",0.083,"2013-07-03 10:00",0.082,"2013-07-04 10:00","","","","",0.082,0.079,0.075,0.07,0.063,0.051,0.035,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","61103",1,37.2136,-119.699065,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8381,96,345,365,0,379,"","","Certification not required",0,3.869705,1.813913,11,"2013-08-19 18:00",10.4,"2013-01-09 03:00",10.2,"2013-03-06 00:00",10.2,"2013-04-08 03:00","","","","",8.2,7.7,7,6.3,5,3.8,1.6,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","61104",1,37.2136,-119.699065,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8381,96,345,365,0,379,"","","Certification not required",0,166.042119,83.219189,360,"2013-12-20 23:00",358,"2013-05-01 18:00",357,"2013-03-09 02:00",356,"2013-05-26 21:00","","","","",316,300,286,277,257,110,87,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","61106",1,37.2136,-119.699065,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8381,96,345,365,0,379,"","","Certification not required",0,24.462594,13.671973,81,"2013-02-07 19:00",80,"2013-01-09 20:00",79,"2013-01-07 05:00",78,"2013-03-08 21:00","","","","",70,65,53,42,31,21,10,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","62101",1,37.2136,-119.699065,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8621,98,355,365,0,139,"","","Certification not required",0,63.131539,16.107451,102,"2013-06-08 15:00",102,"2013-06-08 16:00",102,"2013-06-08 17:00",102,"2013-07-01 14:00","","","","",97,95,91,86,75,62,43,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","81102",1,37.2136,-119.699065,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8607,98,357,365,0,153,"","","Certification not required",235,23.831068,19.4456,342,"2013-03-14 05:00",341,"2013-07-26 07:00",279,"2013-07-25 07:00",274,"2013-07-26 08:00","","","","",91,74,55,43,30,20,7,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","81102",1,37.2136,-119.699065,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,23.291317,11.789552,79,"2013-07-26 00:00",71,"2013-11-14 00:00",68,"2013-07-25 00:00",67,"2013-11-13 00:00","","","","",67,52,44,39,29,21,11,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","85101",1,37.2136,-119.699065,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8607,98,357,365,0,153,"","","Certification not required",235,22.594168,18.265031,332,"2013-03-14 05:00",311,"2013-07-26 07:00",256,"2013-07-25 07:00",248,"2013-07-26 08:00","","","","",89,70,52,40,28,19,7,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","88101",1,37.2136,-119.699065,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8483,97,362,365,0,277,"","","Certification not required",0,10.105151,13.874867,320,"2013-07-26 07:00",277,"2013-03-14 05:00",270,"2013-07-25 07:00",269,"2013-07-26 08:00","","","","",63,43,28,19,11,7,2,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","88101",1,37.2136,-119.699065,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,4,4,"Certification not required",0,10.040974,6.706624,59,"2013-07-26 00:00",42,"2013-07-25 00:00",37.6,"2013-07-30 00:00",36,"2013-07-24 00:00","","","","",36,31.7,24.4,17.6,11.5,8.4,4.5,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","0500","88101",1,37.2136,-119.699065,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,10.040974,6.706624,59,"2013-07-26 00:00",42,"2013-07-25 00:00",37.6,"2013-07-30 00:00",36,"2013-07-24 00:00","","","","",36,31.7,24.4,17.6,11.5,8.4,4.5,"Picayune Tribal Office","46575 Road 417 Coarsegold, CA 93614","California","Madera","","Madera, CA","2014-01-25" +"06","039","2010","44201",1,36.953256,-120.034203,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5782,71,259,365,0,770,0,0,"Certification not required",226,0.05951,0.017414,0.121,"2013-06-08 13:00",0.099,"2013-07-02 14:00",0.095,"2013-06-07 17:00",0.094,"2013-05-02 15:00","","","","",0.095,0.094,0.088,0.083,0.071,0.06,0.037,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","44201",1,36.953256,-120.034203,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5830,64,235,365,0,0,4,4,"Certification not required",0,0.055013,0.015027,0.101,"2013-06-08 09:00",0.09,"2013-07-02 11:00",0.085,"2013-07-20 11:00",0.085,"2013-08-20 11:00","","","","",0.085,0.084,0.08,0.075,0.066,0.055,0.035,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","44201",1,36.953256,-120.034203,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5830,64,235,365,0,0,22,22,"Certification not required",0,0.055013,0.015027,0.101,"2013-06-08 09:00",0.09,"2013-07-02 11:00",0.085,"2013-07-20 11:00",0.085,"2013-08-20 11:00","","","","",0.085,0.084,0.08,0.075,0.066,0.055,0.035,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","61101",1,36.953256,-120.034203,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6523,74,271,365,0,29,"","","Certification not required",0,4.439966,2.103761,15.8,"2013-04-08 16:00",14.4,"2013-04-08 15:00",13.5,"2013-04-08 12:00",13.5,"2013-04-08 13:00","","","","",9.9,9.4,8.2,7.2,5.8,4.3,1.9,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","61102",1,36.953256,-120.034203,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6522,74,271,365,0,30,"","","Certification not required",0,249.67004,94.300041,360,"2013-01-23 20:00",360,"2013-02-26 18:00",360,"2013-02-27 17:00",360,"2013-03-15 11:00","","","","",352,347,333,323,309,290,67,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","61103",1,36.953256,-120.034203,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6485,74,271,365,0,67,"","","Certification not required",0,3.960709,2.096734,14.8,"2013-04-08 16:00",13.3,"2013-04-08 15:00",12.9,"2013-04-15 17:00",12.6,"2013-04-08 12:00","","","","",9.4,8.7,7.6,6.7,5.4,3.8,1.4,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","61104",1,36.953256,-120.034203,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6485,74,271,365,0,67,"","","Certification not required",0,248.33488,94.711483,359.9,"2013-03-13 13:00",359.8,"2013-03-15 11:00",359.7,"2013-01-19 22:00",359.6,"2013-03-29 16:00","","","","",352.2,346,332.9,322.9,309,287.9,64.4,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","62101",1,36.953256,-120.034203,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6523,74,271,365,0,29,"","","Certification not required",0,66.407481,16.329466,104,"2013-06-30 15:00",104,"2013-07-01 15:00",104,"2013-07-01 16:00",103,"2013-06-08 15:00","","","","",99,97,93,89,78,67,44,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","62201",1,36.953256,-120.034203,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6523,74,271,365,0,29,"","","Certification not required",0,50.005672,22.224934,96,"2013-02-07 03:00",96,"2013-02-07 04:00",96,"2013-02-07 05:00",96,"2013-02-07 06:00","","","","",94,91,88,84,67,48,21,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","63301",1,36.953256,-120.034203,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6523,74,271,365,0,29,"","","Certification not required",3200,0.387153,0.483265,1.5,"2013-05-18 11:00",1.5,"2013-05-18 12:00",1.5,"2013-05-19 11:00",1.5,"2013-05-19 12:00","","","","",1.4,1.4,1.3,1.2,0.8,0.1,0.005,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","64101",1,36.953256,-120.034203,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6523,74,271,365,0,29,"","","Certification not required",0,1004.498053,5.557407,1022.6,"2013-01-15 09:00",1022.6,"2013-01-15 10:00",1021.2,"2013-01-15 07:00",1021.2,"2013-01-15 08:00","","","","",1018.6,1015.9,1014.6,1011.9,1007.9,1003.9,997.2,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","81102",3,36.953256,-120.034203,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5985,68,249,365,0,567,"","","Certification not required",0,32.950543,22.000552,320,"2013-08-19 18:00",290,"2013-09-21 16:00",241,"2013-08-18 22:00",178,"2013-09-20 16:00","","","","",107,93,74,60,42,28,11,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","81102",3,36.953256,-120.034203,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",249,68,249,365,0,0,0,0,"Certification not required",0,32.493976,15.473474,88,"2013-04-30 00:00",86,"2013-09-19 00:00",84,"2013-05-01 00:00",81,"2013-09-20 00:00","","","","",84,78,65,53,39,29,16,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","85101",3,36.953256,-120.034203,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6008,69,251,365,0,544,"","","Certification not required",0,33.463549,21.432858,307,"2013-08-19 18:00",291,"2013-09-21 16:00",235,"2013-08-18 22:00",181,"2013-06-15 03:00","","","","",107,92,73,61,42,29,12,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","88101",3,36.953256,-120.034203,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6417,73,270,365,0,135,"","","Certification not required",0,14.681471,8.691342,90,"2013-01-20 20:00",82,"2013-08-30 10:00",78,"2013-07-04 21:00",74,"2013-01-05 19:00","","","","",49,40,31,24,18,13,6,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","88101",3,36.953256,-120.034203,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,3,3,"Certification not required",0,14.654104,6.468241,47.1,"2013-01-05 00:00",41.1,"2013-01-24 00:00",40.1,"2013-07-30 00:00",35.2,"2013-01-04 00:00","","","","",40.1,32.9,26.3,22.4,16.9,13.9,8.2,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","039","2010","88101",3,36.953256,-120.034203,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,14.654104,6.468241,47.1,"2013-01-05 00:00",41.1,"2013-01-24 00:00",40.1,"2013-07-30 00:00",35.2,"2013-01-04 00:00","","","","",40.1,32.9,26.3,22.4,16.9,13.9,8.2,"","28261 Avenue 14 Madera CA 93638","California","Madera","Madera","Madera, CA","2014-01-06" +"06","041","0001","42101",1,37.97231,-122.520004,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8313,95,360,365,0,0,0,0,"Certification not required",7137,0.312348,0.167206,2.2,"2013-12-23 07:00",2.1,"2013-12-23 08:00",1.8,"2013-12-18 08:00",1.5,"2013-02-01 08:00","","","","",1,0.9,0.7,0.6,0.25,0.25,0.25,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","42101",1,37.97231,-122.520004,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8649,99,354,365,0,0,0,0,"Certification not required",0,0.347624,0.103116,1.1,"2013-12-23 10:00",1,"2013-12-23 08:00",1,"2013-12-23 09:00",1,"2013-12-23 11:00",1.1,"2013-12-23 10:00",0.9,"2013-12-13 23:00",0.7,0.7,0.6,0.5,0.3,0.3,0.3,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","42601",1,37.97231,-122.520004,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,361,365,0,0,"","","Certification not required",0,8.217384,14.417651,150.5,"2013-12-18 08:00",119.1,"2013-12-18 07:00",117.3,"2013-12-20 08:00",113.3,"2013-12-10 07:00","","","","",75.9,58.8,37.6,22.8,7.2,3,0.4,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","42602",1,37.97231,-122.520004,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,361,365,0,0,0,"","Certification not required",0,22.392798,11.792915,49.6,"2013-10-07 06:00",49.4,"2013-11-06 18:00",49.2,"2013-12-20 08:00",49.1,"2013-12-11 17:00","","","","",49.1,46.9,42.8,39.6,32.2,21.1,8.1,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","42602",1,37.97231,-122.520004,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,361,365,0,0,"","","Certification not required",0,12.083602,9.703595,49.6,"2013-10-07 06:00",49.4,"2013-11-06 18:00",49.2,"2013-12-20 08:00",49.1,"2013-12-11 17:00","","","","",39.9,37.1,32.6,27.8,17.2,8.4,3.1,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","42603",1,37.97231,-122.520004,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,361,365,0,0,"","","Certification not required",0,20.301358,22.558387,195.2,"2013-12-18 08:00",166.6,"2013-12-20 08:00",159.7,"2013-12-18 07:00",154.2,"2013-10-16 07:00","","","","",110.9,91.4,68.3,50.3,24.4,11.5,4,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","43207",3,37.97231,-122.520004,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.192727,0.118455,0.66,"2013-07-15 00:00",0.288,"2013-04-10 00:00",0.264,"2013-01-04 00:00",0.26,"2013-05-04 00:00","","","","",0.66,0.66,0.288,0.264,0.24,0.159,0.12,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43218",3,37.97231,-122.520004,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.135455,0.113943,0.536,"2013-01-04 00:00",0.334,"2013-01-16 00:00",0.212,"2013-02-09 00:00",0.193,"2013-04-10 00:00","","","","",0.536,0.536,0.334,0.212,0.143,0.12,0.05,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43302",3,37.97231,-122.520004,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,16.111364,28.275787,123.796,"2013-01-04 00:00",75.052,"2013-01-16 00:00",16.49,"2013-05-04 00:00",16.467,"2013-04-10 00:00","","","","",123.796,123.796,75.052,16.49,11.759,6.69,3.444,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43505",3,37.97231,-122.520004,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.776864,0.72798,3.171,"2013-01-04 00:00",1.575,"2013-02-09 00:00",1.477,"2013-01-16 00:00",1.223,"2013-04-22 00:00","","","","",3.171,3.171,1.575,1.477,1.076,0.83,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43551",3,37.97231,-122.520004,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,6.730773,3.801509,16.341,"2013-01-04 00:00",13.115,"2013-04-10 00:00",12.94,"2013-05-04 00:00",10.297,"2013-04-22 00:00","","","","",16.341,16.341,13.115,12.94,9.04,6.11,3.466,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43552",3,37.97231,-122.520004,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",4,0.636045,0.448134,2.056,"2013-01-04 00:00",1.308,"2013-03-29 00:00",1.12,"2013-01-16 00:00",1,"2013-05-04 00:00","","","","",2.056,2.056,1.308,1.12,0.74,0.55,0.2,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43702",3,37.97231,-122.520004,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43704",3,37.97231,-122.520004,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.008045,0.037737,0.177,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.177,0.177,0,0,0,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43802",3,37.97231,-122.520004,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.191227,0.095746,0.34,"2013-06-09 00:00",0.333,"2013-01-04 00:00",0.331,"2013-03-29 00:00",0.307,"2013-04-10 00:00","","","","",0.34,0.34,0.333,0.331,0.26,0.19,0.08,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43803",3,37.97231,-122.520004,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.024409,0.015095,0.055,"2013-04-10 00:00",0.046,"2013-04-22 00:00",0.042,"2013-01-16 00:00",0.04,"2013-05-04 00:00","","","","",0.055,0.055,0.046,0.042,0.031,0.027,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43804",3,37.97231,-122.520004,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.096682,0.018107,0.126,"2013-03-29 00:00",0.12,"2013-07-03 00:00",0.119,"2013-04-10 00:00",0.11,"2013-04-22 00:00","","","","",0.126,0.126,0.12,0.119,0.106,0.1,0.06,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43811",3,37.97231,-122.520004,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.261,0.079018,0.479,"2013-04-10 00:00",0.402,"2013-01-04 00:00",0.35,"2013-05-16 00:00",0.331,"2013-03-29 00:00","","","","",0.479,0.479,0.402,0.35,0.32,0.244,0.18,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43814",3,37.97231,-122.520004,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.008227,0.011456,0.041,"2013-04-10 00:00",0.022,"2013-01-04 00:00",0.02,"2013-06-09 00:00",0.02,"2013-09-13 00:00","","","","",0.041,0.041,0.022,0.02,0.019,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43815",3,37.97231,-122.520004,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.001818,0.008528,0.04,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.04,0.04,0,0,0,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43817",3,37.97231,-122.520004,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.027091,0.014236,0.06,"2013-07-27 00:00",0.05,"2013-07-03 00:00",0.044,"2013-01-04 00:00",0.04,"2013-05-28 00:00","","","","",0.06,0.06,0.05,0.044,0.039,0.03,0.01,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43824",3,37.97231,-122.520004,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.006045,0.017355,0.073,"2013-01-16 00:00",0.03,"2013-05-28 00:00",0.03,"2013-06-21 00:00",0,"2013-01-04 00:00","","","","",0.073,0.073,0.03,0.03,0,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43843",3,37.97231,-122.520004,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","43860",3,37.97231,-122.520004,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","44201",1,37.97231,-122.520004,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8315,99,361,365,0,0,0,0,"Certification not required",1323,0.034837,0.009346,0.081,"2013-05-02 15:00",0.073,"2013-10-19 14:00",0.07,"2013-05-03 14:00",0.066,"2013-10-06 15:00","","","","",0.066,0.058,0.051,0.045,0.039,0.035,0.024,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","44201",1,37.97231,-122.520004,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8652,98,356,365,0,0,0,0,"Certification not required",0,0.029542,0.008466,0.069,"2013-05-02 09:00",0.061,"2013-05-03 10:00",0.059,"2013-05-01 09:00",0.057,"2013-10-06 10:00","","","","",0.057,0.048,0.043,0.04,0.034,0.029,0.02,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","44201",1,37.97231,-122.520004,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8652,98,356,365,0,0,0,0,"Certification not required",0,0.029542,0.008466,0.069,"2013-05-02 09:00",0.061,"2013-05-03 10:00",0.059,"2013-05-01 09:00",0.057,"2013-10-06 10:00","","","","",0.057,0.048,0.043,0.04,0.034,0.029,0.02,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","45109",3,37.97231,-122.520004,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.269227,0.707435,2.806,"2013-01-16 00:00",2.712,"2013-01-04 00:00",2.307,"2013-04-10 00:00",2.107,"2013-04-22 00:00","","","","",2.806,2.806,2.712,2.307,1.576,1.11,0.673,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","45201",3,37.97231,-122.520004,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.960136,0.701709,2.72,"2013-01-16 00:00",2.598,"2013-01-04 00:00",2.002,"2013-02-09 00:00",1.418,"2013-04-22 00:00","","","","",2.72,2.72,2.598,2.002,1.301,0.755,0.4,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","45202",3,37.97231,-122.520004,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,2.279227,1.749448,7.512,"2013-01-16 00:00",7.035,"2013-01-04 00:00",3.433,"2013-04-22 00:00",3.07,"2013-04-10 00:00","","","","",7.512,7.512,7.035,3.433,2.49,1.684,1.052,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","45203",3,37.97231,-122.520004,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.378409,0.229359,0.981,"2013-01-16 00:00",0.84,"2013-01-04 00:00",0.695,"2013-04-22 00:00",0.66,"2013-02-09 00:00","","","","",0.981,0.981,0.84,0.695,0.41,0.3,0.18,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","45204",3,37.97231,-122.520004,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.508318,0.310395,1.288,"2013-01-04 00:00",1.12,"2013-01-16 00:00",0.855,"2013-04-22 00:00",0.847,"2013-04-10 00:00","","","","",1.288,1.288,1.12,0.855,0.582,0.44,0.227,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0001","81102",1,37.97231,-122.520004,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,14.721311,8.471779,51,"2013-12-30 00:00",32,"2013-12-24 00:00",31,"2013-01-22 00:00",31,"2013-11-06 00:00","","","","",51,32,31,26,18,13,6,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","82180",1,37.97231,-122.520004,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,70.655738,40.901053,210,"2013-12-24 00:00",180,"2013-12-30 00:00",150,"2013-05-04 00:00",140,"2013-10-01 00:00","","","","",210,180,140,130,90,60,20,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","82203",1,37.97231,-122.520004,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",11,0.987787,1.12698,5.16,"2013-10-01 00:00",3.85,"2013-06-15 00:00",3.5,"2013-04-28 00:00",3.28,"2013-05-22 00:00","","","","",5.16,3.85,3.28,2.62,1.28,0.61,0.055,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","82301",1,37.97231,-122.520004,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",29,0.356557,0.848993,5.2,"2013-12-30 00:00",2.6,"2013-01-16 00:00",2.6,"2013-12-24 00:00",2.3,"2013-01-22 00:00","","","","",5.2,2.6,2.3,0.6,0.2,0.1,0.05,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","82306",1,37.97231,-122.520004,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.531148,2.846609,18,"2013-12-30 00:00",8.9,"2013-01-16 00:00",8.9,"2013-12-24 00:00",7.8,"2013-01-22 00:00","","","","",18,8.9,7.8,2.5,1.2,0.6,0.2,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","82403",1,37.97231,-122.520004,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",5,0.963115,0.390289,2,"2013-05-04 00:00",1.6,"2013-04-28 00:00",1.6,"2013-10-19 00:00",1.6,"2013-10-25 00:00","","","","",2,1.6,1.6,1.5,1.2,0.9,0.5,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","85101",1,37.97231,-122.520004,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,15.262295,8.917962,54,"2013-12-30 00:00",34,"2013-12-24 00:00",32,"2013-01-22 00:00",32,"2013-11-06 00:00","","","","",54,34,32,27,19,13,6,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","041","0001","88101",3,37.97231,-122.520004,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8506,97,359,365,0,0,"","","Certification not required",0,10.855161,7.548702,207,"2013-10-16 03:00",76,"2013-12-17 08:00",75,"2013-12-17 07:00",72,"2013-12-17 09:00","","","","",36,31,25,20,13,9,4,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","88101",3,37.97231,-122.520004,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,2,2,"Certification not required",0,10.822535,5.55153,44.9,"2013-12-17 00:00",44.4,"2013-12-30 00:00",32.6,"2013-12-23 00:00",31.5,"2013-01-23 00:00","","","","",31.5,26.5,21.1,16.7,12.6,9.6,5.8,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0001","88101",3,37.97231,-122.520004,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,10.822535,5.55153,44.9,"2013-12-17 00:00",44.4,"2013-12-30 00:00",32.6,"2013-12-23 00:00",31.5,"2013-01-23 00:00","","","","",31.5,26.5,21.1,16.7,12.6,9.6,5.8,"San Rafael","534 4TH ST.","California","Marin","San Rafael","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","041","0002","85101",1,38.123056,-122.908333,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,13.096155,7.171957,32.7539,"2013-05-31 00:00",24.956,"2013-05-04 00:00",24.007,"2013-04-13 00:00",23.0965,"2013-04-22 00:00","","","","",32.7539,32.7539,24.007,23.0214,18.1951,12.556,3.6521,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","86502",1,38.123056,-122.908333,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,6.829787,4.424827,20,"2013-05-31 00:00",13,"2013-04-28 00:00",13,"2013-05-19 00:00",12,"2013-01-07 00:00","","","","",20,20,13,12,11,7,1,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88103",1,38.123056,-122.908333,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88104",1,38.123056,-122.908333,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.022837,0.016072,0.0659,"2013-05-04 00:00",0.0603,"2013-04-22 00:00",0.0557,"2013-04-25 00:00",0.0554,"2013-04-28 00:00","","","","",0.0659,0.0659,0.0557,0.0536,0.0284,0.0189,0.0061,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88109",1,38.123056,-122.908333,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.003677,0.00227,0.0081,"2013-04-13 00:00",0.0081,"2013-05-31 00:00",0.0079,"2013-05-04 00:00",0.0067,"2013-02-24 00:00","","","","",0.0081,0.0081,0.0079,0.0064,0.0056,0.0039,0.0007,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88111",1,38.123056,-122.908333,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.043043,0.028354,0.1146,"2013-05-04 00:00",0.098,"2013-04-13 00:00",0.0945,"2013-04-22 00:00",0.0921,"2013-05-31 00:00","","","","",0.1146,0.1146,0.0945,0.0801,0.0648,0.0394,0.0076,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88112",1,38.123056,-122.908333,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,2.1e-05,0.000146,0.001,"2013-01-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88114",1,38.123056,-122.908333,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",18,0.000386,0.000687,0.0045,"2013-05-25 00:00",0.0018,"2013-01-22 00:00",0.001,"2013-01-16 00:00",0.0009,"2013-01-19 00:00","","","","",0.0045,0.0045,0.001,0.0007,0.0004,0.0002,0.0001,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88115",1,38.123056,-122.908333,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,1.11738,0.943638,3.3862,"2013-04-13 00:00",2.7869,"2013-05-31 00:00",2.5435,"2013-04-10 00:00",2.4578,"2013-05-19 00:00","","","","",3.3862,3.3862,2.5435,2.4074,1.7961,1.1775,0.0021,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88126",1,38.123056,-122.908333,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.01253,0.010992,0.0382,"2013-01-22 00:00",0.0375,"2013-05-04 00:00",0.0373,"2013-04-25 00:00",0.0366,"2013-05-07 00:00","","","","",0.0382,0.0382,0.0373,0.0318,0.018,0.0092,0.0016,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88128",1,38.123056,-122.908333,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000553,0.000619,0.002,"2013-01-22 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-13 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88132",1,38.123056,-122.908333,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000362,0.000486,0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88136",1,38.123056,-122.908333,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,2.1e-05,0.000146,0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88140",1,38.123056,-122.908333,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.086878,0.071531,0.2586,"2013-04-13 00:00",0.2577,"2013-05-04 00:00",0.2208,"2013-04-10 00:00",0.2154,"2013-04-28 00:00","","","","",0.2586,0.2586,0.2208,0.213,0.126,0.0706,0.007,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88152",1,38.123056,-122.908333,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",35,0.000343,0.000458,0.0019,"2013-05-28 00:00",0.0017,"2013-01-22 00:00",0.0015,"2013-03-14 00:00",0.0012,"2013-02-12 00:00","","","","",0.0019,0.0019,0.0015,0.0012,0.0003,0.00015,0.0001,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88154",1,38.123056,-122.908333,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",20,0.00024,0.000162,0.0008,"2013-05-04 00:00",0.0006,"2013-04-28 00:00",0.0005,"2013-01-13 00:00",0.0005,"2013-04-22 00:00","","","","",0.0008,0.0008,0.0005,0.0004,0.0004,0.0002,0.0001,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88161",1,38.123056,-122.908333,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",10,0.001083,0.000911,0.0035,"2013-05-07 00:00",0.0034,"2013-05-04 00:00",0.0032,"2013-04-25 00:00",0.0027,"2013-04-22 00:00","","","","",0.0035,0.0035,0.0032,0.0022,0.0015,0.0008,0.0002,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88164",1,38.123056,-122.908333,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.00027,0.000274,0.001,"2013-05-04 00:00",0.001,"2013-05-07 00:00",0.0009,"2013-03-26 00:00",0.0007,"2013-03-20 00:00","","","","",0.001,0.001,0.0009,0.0007,0.0004,0.0001,5e-05,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88165",1,38.123056,-122.908333,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",8,0.028049,0.029251,0.1302,"2013-04-25 00:00",0.0967,"2013-05-04 00:00",0.0963,"2013-05-07 00:00",0.0743,"2013-04-22 00:00","","","","",0.1302,0.1302,0.0963,0.0706,0.0369,0.0195,0.0028,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88167",1,38.123056,-122.908333,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",4,0.001279,0.001653,0.0105,"2013-01-22 00:00",0.0038,"2013-01-16 00:00",0.0033,"2013-04-25 00:00",0.0028,"2013-01-04 00:00","","","","",0.0105,0.0105,0.0033,0.0028,0.0017,0.0008,0.0002,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88168",1,38.123056,-122.908333,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",3,0.000903,0.000639,0.0024,"2013-04-13 00:00",0.0022,"2013-05-04 00:00",0.0022,"2013-05-31 00:00",0.0019,"2013-04-19 00:00","","","","",0.0024,0.0024,0.0022,0.0019,0.0015,0.0008,0.0002,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88169",1,38.123056,-122.908333,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.217419,0.114248,0.5735,"2013-05-07 00:00",0.5717,"2013-05-04 00:00",0.4519,"2013-04-25 00:00",0.3797,"2013-05-31 00:00","","","","",0.5735,0.5735,0.4519,0.3431,0.2696,0.1952,0.091,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88176",1,38.123056,-122.908333,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",39,0.000186,9.3e-05,0.0006,"2013-02-12 00:00",0.0005,"2013-04-19 00:00",0.0003,"2013-01-07 00:00",0.0003,"2013-01-10 00:00","","","","",0.0006,0.0006,0.0003,0.0003,0.00015,0.00015,0.00015,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88180",1,38.123056,-122.908333,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.042443,0.020383,0.0971,"2013-05-04 00:00",0.0774,"2013-04-22 00:00",0.0761,"2013-04-13 00:00",0.074,"2013-05-31 00:00","","","","",0.0971,0.0971,0.0761,0.0666,0.0554,0.0417,0.0168,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88184",1,38.123056,-122.908333,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.677721,0.458241,1.71,"2013-04-13 00:00",1.4424,"2013-05-04 00:00",1.36,"2013-04-22 00:00",1.314,"2013-04-10 00:00","","","","",1.71,1.71,1.36,1.3037,0.9713,0.7609,0.0469,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88185",1,38.123056,-122.908333,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",44,0.000696,0.000211,0.0018,"2013-02-12 00:00",0.0014,"2013-05-31 00:00",0.0008,"2013-01-01 00:00",0.00075,"2013-04-07 00:00","","","","",0.0018,0.0018,0.0008,0.0007,0.0007,0.00065,0.00065,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88203",1,38.123056,-122.908333,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",0,1.9484,1.319113,5.301,"2013-05-31 00:00",4.5691,"2013-04-13 00:00",3.6327,"2013-04-10 00:00",3.5555,"2013-05-19 00:00","","","","",5.301,5.301,4.5691,3.5555,2.8619,1.9336,0.1805,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88306",1,38.123056,-122.908333,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",0,0.325064,0.300026,1.4377,"2013-05-04 00:00",1.2073,"2013-02-12 00:00",1.019,"2013-02-03 00:00",0.6863,"2013-03-29 00:00","","","","",1.4377,1.4377,1.2073,0.6863,0.3587,0.2383,0.108,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88320",1,38.123056,-122.908333,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.376,0.346655,1.5,"2013-01-16 00:00",1.37,"2013-01-04 00:00",1.01,"2013-01-19 00:00",1,"2013-02-15 00:00","","","","",1.5,1.5,1.01,0.93,0.4,0.29,0.09,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88321",1,38.123056,-122.908333,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.052444,0.075322,0.36,"2013-01-16 00:00",0.26,"2013-01-04 00:00",0.22,"2013-01-19 00:00",0.21,"2013-02-15 00:00","","","","",0.36,0.36,0.22,0.17,0.04,0.02,0.01,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88324",1,38.123056,-122.908333,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",43,0.020039,0.007937,0.05,"2013-02-15 00:00",0.0303,"2013-01-28 00:00",0.03025,"2013-01-19 00:00",0.0302,"2013-01-01 00:00","","","","",0.05,0.05,0.03025,0.0301,0.02365,0.0169,0.01035,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88325",1,38.123056,-122.908333,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",24,0.05908,0.053518,0.2369,"2013-01-16 00:00",0.212,"2013-01-04 00:00",0.1698,"2013-01-19 00:00",0.1495,"2013-02-15 00:00","","","","",0.2369,0.2369,0.1698,0.1353,0.0729,0.03405,0.01885,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88326",1,38.123056,-122.908333,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",15,0.150121,0.13736,0.5126,"2013-01-16 00:00",0.5074,"2013-01-04 00:00",0.4294,"2013-01-01 00:00",0.422,"2013-02-15 00:00","","","","",0.5126,0.5126,0.4294,0.3861,0.177,0.1059,0.036,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88327",1,38.123056,-122.908333,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",7,0.098662,0.080495,0.3296,"2013-01-16 00:00",0.2977,"2013-01-04 00:00",0.2605,"2013-01-19 00:00",0.2485,"2013-01-01 00:00","","","","",0.3296,0.3296,0.2605,0.2234,0.1362,0.0794,0.01625,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88328",1,38.123056,-122.908333,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",5,0.068074,0.075367,0.3767,"2013-01-16 00:00",0.302,"2013-01-04 00:00",0.202,"2013-01-19 00:00",0.1721,"2013-02-15 00:00","","","","",0.3767,0.3767,0.202,0.1468,0.0844,0.0463,0.004,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88329",1,38.123056,-122.908333,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.111752,0.13543,0.6967,"2013-01-16 00:00",0.5056,"2013-01-04 00:00",0.3663,"2013-01-19 00:00",0.3389,"2013-02-15 00:00","","","","",0.6967,0.6967,0.3663,0.2881,0.1086,0.0726,0.0167,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88330",1,38.123056,-122.908333,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",26,0.009224,0.014145,0.0553,"2013-01-04 00:00",0.0508,"2013-01-19 00:00",0.0441,"2013-01-16 00:00",0.0382,"2013-02-15 00:00","","","","",0.0553,0.0553,0.0441,0.0376,0.0065,0.0031,0.0014,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88331",1,38.123056,-122.908333,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",18,0.000127,0.000593,0.004,"2013-05-25 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.004,0.004,0.00015,0.00015,5e-05,0,0,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88338",1,38.123056,-122.908333,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",34,0.018345,0.009645,0.0599,"2013-03-20 00:00",0.0424,"2013-01-28 00:00",0.03,"2013-04-07 00:00",0.0245,"2013-04-01 00:00","","","","",0.0599,0.0599,0.0424,0.0245,0.0231,0.01555,0.0104,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88339",1,38.123056,-122.908333,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.896824,0.471294,2.36556,"2013-05-07 00:00",2.35843,"2013-05-04 00:00",1.86413,"2013-04-25 00:00",1.5663,"2013-05-31 00:00","","","","",2.36556,2.36556,1.86413,1.41541,1.11222,0.80524,0.37517,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88344",1,38.123056,-122.908333,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",0,0.419346,0.387026,1.8546,"2013-05-04 00:00",1.5574,"2013-02-12 00:00",1.3146,"2013-02-03 00:00",0.8853,"2013-03-29 00:00","","","","",1.8546,1.8546,1.5574,0.8853,0.4627,0.3074,0.1393,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88348",1,38.123056,-122.908333,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.222098,0.152464,0.6701,"2013-05-04 00:00",0.5914,"2013-04-25 00:00",0.5597,"2013-05-07 00:00",0.5457,"2013-04-22 00:00","","","","",0.6701,0.6701,0.5597,0.4589,0.3176,0.1949,0.0752,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88350",1,38.123056,-122.908333,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.675811,0.623003,2.7032,"2013-01-16 00:00",2.4595,"2013-01-04 00:00",1.8095,"2013-01-19 00:00",1.7951,"2013-02-15 00:00","","","","",2.7032,2.7032,1.8095,1.6677,0.7236,0.5269,0.1627,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88403",1,38.123056,-122.908333,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",0,0.810582,0.393292,1.9466,"2013-05-04 00:00",1.784,"2013-05-07 00:00",1.6504,"2013-05-31 00:00",1.2527,"2013-04-25 00:00","","","","",1.9466,1.9466,1.784,1.2527,1.0631,0.6679,0.3896,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0002","88502",1,38.123056,-122.908333,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,5.76383,3.167596,13.8,"2013-05-04 00:00",12.6,"2013-05-31 00:00",11.7,"2013-01-16 00:00",11.3,"2013-04-13 00:00","","","","",13.8,13.8,11.7,10.1,7.5,5.7,2.1,"","N RANGER STATION, POINT REYES NS","California","Marin","Point Reyes National Seashore","San Francisco-Oakland-Fremont, CA","2014-01-28" +"06","041","0003","61103",1,38.126834,-122.914957,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4295,49,178,365,0,73,"","","Certification not required",0,7.81397,5.080084,32,"2013-05-21 15:00",30,"2013-04-15 15:00",30,"2013-05-21 14:00",30,"2013-05-21 16:00","","","","",23,21,18,15,10,7,2,"POINT REYES IMPROV SITE.","170 PIERCE POINT ROAD, POINT REYES","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-12-13" +"06","041","0003","61104",1,38.126834,-122.914957,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4295,49,178,365,0,73,"","","Certification not required",0,205.145751,95.918904,360,"2013-01-16 18:00",360,"2013-04-17 05:00",360,"2013-05-28 13:00",359,"2013-02-03 10:00","","","","",347,338,318,306,289,234,66,"POINT REYES IMPROV SITE.","170 PIERCE POINT ROAD, POINT REYES","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-12-13" +"06","041","0003","62101",1,38.126834,-122.914957,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",4295,49,178,365,0,73,"","","Certification not required",0,51.436321,6.51526,82,"2013-05-02 09:00",81,"2013-05-02 10:00",79,"2013-05-02 12:00",79,"2013-05-02 13:00","","","","",70,66,63,59,55,52,43,"POINT REYES IMPROV SITE.","170 PIERCE POINT ROAD, POINT REYES","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-12-13" +"06","041","0003","62201",1,38.126834,-122.914957,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",4297,49,178,365,0,71,"","","Certification not required",0,81.668141,16.195003,98,"2013-02-12 08:00",98,"2013-03-13 08:00",98,"2013-03-13 09:00",98,"2013-03-14 08:00","","","","",98,98,97,97,94,86,59,"POINT REYES IMPROV SITE.","170 PIERCE POINT ROAD, POINT REYES","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-12-13" +"06","041","0003","88501",3,38.126834,-122.914957,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3912,45,161,365,0,456,"","","Certification not required",0,7.235685,4.824475,36,"2013-07-30 06:00",35,"2013-07-30 04:00",35,"2013-07-30 05:00",31,"2013-07-30 03:00","","","","",22,20,17,13,10,6,2,"POINT REYES IMPROV SITE.","170 PIERCE POINT ROAD, POINT REYES","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-12-13" +"06","041","0003","88501",3,38.126834,-122.914957,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",161,44,161,365,0,0,"","","Certification not required",0,7.176398,3.541707,19.4,"2013-07-30 00:00",17,"2013-07-04 00:00",15.9,"2013-04-30 00:00",15.6,"2013-01-16 00:00","","","","",17,15.6,13.9,11.6,9.2,6.7,3,"POINT REYES IMPROV SITE.","170 PIERCE POINT ROAD, POINT REYES","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-12-13" +"06","041","0004","43207",3,37.832725,-122.527658,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",1,0.130409,0.043786,0.2,"2013-04-10 00:00",0.19,"2013-07-03 00:00",0.175,"2013-03-17 00:00",0.173,"2013-02-21 00:00","","","","",0.2,0.2,0.19,0.175,0.165,0.134,0.08,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43218",3,37.832725,-122.527658,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.015182,0.028018,0.09,"2013-08-08 00:00",0.084,"2013-01-16 00:00",0.04,"2013-07-03 00:00",0.04,"2013-09-01 00:00","","","","",0.09,0.09,0.084,0.04,0.04,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43302",3,37.832725,-122.527658,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",13,0.600227,0.625546,2.975,"2013-01-16 00:00",1.536,"2013-02-21 00:00",1.028,"2013-03-05 00:00",0.898,"2013-04-10 00:00","","","","",2.975,2.975,1.536,1.028,0.7,0.3,0.231,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43505",3,37.832725,-122.527658,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.554182,0.400317,1.233,"2013-04-10 00:00",1.231,"2013-02-09 00:00",1.12,"2013-06-09 00:00",0.979,"2013-01-28 00:00","","","","",1.233,1.233,1.231,1.12,0.77,0.55,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43551",3,37.832725,-122.527658,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,2.841227,1.063265,5.095,"2013-01-16 00:00",4.38,"2013-09-01 00:00",4.07,"2013-08-20 00:00",3.801,"2013-01-04 00:00","","","","",5.095,5.095,4.38,4.07,3.57,2.769,1.5,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43552",3,37.832725,-122.527658,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",7,0.365455,0.161287,0.824,"2013-01-16 00:00",0.58,"2013-09-01 00:00",0.576,"2013-01-04 00:00",0.51,"2013-09-25 00:00","","","","",0.824,0.824,0.58,0.576,0.44,0.359,0.2,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43702",3,37.832725,-122.527658,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43704",3,37.832725,-122.527658,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43802",3,37.832725,-122.527658,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.142045,0.052477,0.293,"2013-01-16 00:00",0.184,"2013-03-29 00:00",0.18,"2013-05-16 00:00",0.18,"2013-06-09 00:00","","","","",0.293,0.293,0.184,0.18,0.169,0.14,0.1,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43803",3,37.832725,-122.527658,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.016182,0.0113,0.035,"2013-04-10 00:00",0.032,"2013-04-22 00:00",0.029,"2013-01-04 00:00",0.026,"2013-03-29 00:00","","","","",0.035,0.035,0.032,0.029,0.022,0.02,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43804",3,37.832725,-122.527658,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.092,0.014935,0.11,"2013-04-22 00:00",0.11,"2013-05-16 00:00",0.11,"2013-07-03 00:00",0.107,"2013-01-04 00:00","","","","",0.11,0.11,0.11,0.11,0.102,0.098,0.07,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43811",3,37.832725,-122.527658,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.224318,0.035385,0.316,"2013-04-10 00:00",0.27,"2013-09-01 00:00",0.253,"2013-04-22 00:00",0.25,"2013-06-09 00:00","","","","",0.316,0.316,0.27,0.253,0.24,0.229,0.19,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43814",3,37.832725,-122.527658,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.0175,0.01349,0.036,"2013-04-22 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-10 00:00",0.03,"2013-05-16 00:00","","","","",0.036,0.036,0.03,0.03,0.03,0.021,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43815",3,37.832725,-122.527658,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43817",3,37.832725,-122.527658,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.010091,0.00794,0.026,"2013-01-16 00:00",0.026,"2013-04-10 00:00",0.02,"2013-05-04 00:00",0.018,"2013-01-04 00:00","","","","",0.026,0.026,0.026,0.02,0.013,0.01,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43824",3,37.832725,-122.527658,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43843",3,37.832725,-122.527658,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","43860",3,37.832725,-122.527658,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","45109",3,37.832725,-122.527658,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.331,0.187182,0.814,"2013-01-16 00:00",0.54,"2013-07-03 00:00",0.536,"2013-01-04 00:00",0.45,"2013-09-01 00:00","","","","",0.814,0.814,0.54,0.536,0.42,0.349,0.15,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","45201",3,37.832725,-122.527658,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.443455,0.36404,1.422,"2013-01-16 00:00",1.068,"2013-01-04 00:00",0.964,"2013-02-09 00:00",0.839,"2013-02-21 00:00","","","","",1.422,1.422,1.068,0.964,0.566,0.29,0.16,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","45202",3,37.832725,-122.527658,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.518273,0.392256,1.703,"2013-01-16 00:00",1.484,"2013-01-04 00:00",0.695,"2013-03-05 00:00",0.643,"2013-03-29 00:00","","","","",1.703,1.703,1.484,0.695,0.559,0.518,0.19,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","45203",3,37.832725,-122.527658,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.057227,0.090693,0.282,"2013-01-16 00:00",0.224,"2013-01-04 00:00",0.18,"2013-01-28 00:00",0.164,"2013-04-10 00:00","","","","",0.282,0.282,0.224,0.18,0.135,0,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","0004","45204",3,37.832725,-122.527658,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.160455,0.109847,0.37,"2013-01-16 00:00",0.34,"2013-09-01 00:00",0.33,"2013-09-25 00:00",0.28,"2013-01-04 00:00","","","","",0.37,0.37,0.34,0.33,0.22,0.152,0,"Ft. Cronkhite","FT. CRONKHITE BLDG 1111","California","Marin","","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","041","2001","84313",1,38.015136,-122.689531,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8061,96,332,350,0,0,"","","Certification not required",4811,0.865915,1.697178,16.21,"2013-12-30 21:00",16.1,"2013-11-27 20:00",15.04,"2013-12-11 21:00",14.37,"2013-12-30 20:00","","","","",8.21,6.6,4.58,2.9,0.63,0.1,0.1,"Forest Knolls","6 Castro Street","California","Marin","Lagunitas-Forest Knolls","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","043","0003","44201",1,37.713259,-119.704867,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8352,95,347,365,0,408,0,0,"Certification not required",0,0.054571,0.010187,0.085,"2013-07-04 18:00",0.082,"2013-08-20 16:00",0.079,"2013-07-20 16:00",0.078,"2013-07-03 16:00","","","","",0.078,0.077,0.074,0.069,0.061,0.053,0.043,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","44201",1,37.713259,-119.704867,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8402,95,347,365,0,0,0,0,"Certification not required",0,0.051392,0.009121,0.077,"2013-07-04 14:00",0.077,"2013-07-20 15:00",0.074,"2013-08-20 11:00",0.073,"2013-06-01 13:00","","","","",0.073,0.073,0.068,0.064,0.058,0.05,0.041,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","44201",1,37.713259,-119.704867,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8402,95,347,365,0,0,2,2,"Certification not required",0,0.051392,0.009121,0.077,"2013-07-04 14:00",0.077,"2013-07-20 15:00",0.074,"2013-08-20 11:00",0.073,"2013-06-01 13:00","","","","",0.073,0.073,0.068,0.064,0.058,0.05,0.041,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","44201",2,37.713259,-119.704867,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2794,32,117,365,0,86,0,0,"Certification not required",0,0.049265,0.005631,0.071,"2013-04-23 18:00",0.065,"2013-04-24 16:00",0.06,"2013-04-22 17:00",0.059,"2013-04-27 16:00","","","","",0.065,0.06,0.058,0.057,0.052,0.048,0.043,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2013-07-20" +"06","043","0003","44201",2,37.713259,-119.704867,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2786,32,116,365,0,0,0,0,"Certification not required",0,0.047164,0.005173,0.068,"2013-04-23 14:00",0.062,"2013-04-24 10:00",0.057,"2013-04-28 11:00",0.056,"2013-04-22 12:00","","","","",0.062,0.057,0.055,0.054,0.05,0.046,0.041,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2013-07-20" +"06","043","0003","44201",2,37.713259,-119.704867,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2786,32,116,365,0,0,0,0,"Certification not required",0,0.047164,0.005173,0.068,"2013-04-23 14:00",0.062,"2013-04-24 10:00",0.057,"2013-04-28 11:00",0.056,"2013-04-22 12:00","","","","",0.062,0.057,0.055,0.054,0.05,0.046,0.041,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2013-07-20" +"06","043","0003","61101",1,37.713259,-119.704867,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8699,99,364,365,0,61,"","","Certification not required",0,7.987746,3.173596,22.7,"2013-04-07 21:00",21.8,"2013-11-21 19:00",21.6,"2013-04-15 13:00",20.2,"2013-09-21 16:00","","","","",15.1,14.2,13,12,10.3,8.2,3.5,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","61103",1,37.713259,-119.704867,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8699,99,364,365,0,61,"","","Certification not required",0,7.640602,3.42328,22.3,"2013-04-07 21:00",21.6,"2013-11-21 19:00",21.2,"2013-04-15 13:00",20,"2013-11-21 18:00","","","","",14.8,14,12.8,11.8,10.1,8,2.5,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","61104",1,37.713259,-119.704867,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8699,99,364,365,0,61,"","","Certification not required",0,137.937119,79.800346,360,"2013-03-06 19:00",360,"2013-06-16 20:00",359,"2013-06-08 08:00",359,"2013-07-11 02:00","","","","",262,245,234,227,220,81,56,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","61106",1,37.713259,-119.704867,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8699,99,364,365,0,61,"","","Certification not required",0,14.856765,12.595588,85,"2013-05-05 07:00",79,"2013-12-01 16:00",78,"2013-01-29 18:00",77,"2013-11-11 16:00","","","","",61,54,44,35,16,10,6,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","62101",1,37.713259,-119.704867,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8738,100,364,365,0,22,"","","Certification not required",0,53.507439,14.375179,89,"2013-07-01 12:00",88,"2013-06-08 13:00",88,"2013-06-08 14:00",88,"2013-06-08 15:00","","","","",83,80,77,73,65,53,35,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","62201",1,37.713259,-119.704867,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8730,100,364,365,0,30,"","","Certification not required",0,45.189462,21.197095,96,"2013-05-07 20:00",96,"2013-05-08 07:00",96,"2013-05-08 08:00",96,"2013-05-08 09:00","","","","",95,95,92,80,57,40,23,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","63301",1,37.713259,-119.704867,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8751,100,365,365,0,9,"","","Certification not required",4320,0.315034,0.429869,1.48,"2013-05-28 12:00",1.46,"2013-05-10 11:00",1.46,"2013-06-06 11:00",1.46,"2013-06-13 12:00","","","","",1.39,1.35,1.24,1.06,0.62,0.01,0.005,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","65102",2,37.713259,-119.704867,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8401,96,350,365,0,359,"","","Certification not required",0,0.001333,0.012096,0.43,"2013-03-28 15:00",0.41,"2013-09-21 15:00",0.28,"2013-09-21 16:00",0.23,"2013-03-28 16:00","","","","",0.04,0.02,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-02-18" +"06","043","0003","85101",1,37.713259,-119.704867,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,5.615106,4.956866,24.0629,"2013-05-01 00:00",17.9772,"2013-05-04 00:00",16.439,"2013-04-25 00:00",14.8124,"2013-04-28 00:00","","","","",24.0629,24.0629,16.439,13.3792,7.6259,3.9855,1.2096,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","86502",1,37.713259,-119.704867,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.395833,3.246862,17,"2013-05-01 00:00",10,"2013-04-25 00:00",10,"2013-05-04 00:00",7,"2013-04-28 00:00","","","","",17,17,10,6,4,1,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88103",1,37.713259,-119.704867,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88103",2,37.713259,-119.704867,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88104",1,37.713259,-119.704867,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.057939,0.070401,0.2838,"2013-04-28 00:00",0.272,"2013-03-23 00:00",0.2427,"2013-05-01 00:00",0.2061,"2013-04-22 00:00","","","","",0.2838,0.2838,0.2427,0.1789,0.072,0.038,0.0037,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88104",2,37.713259,-119.704867,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.060448,0.07273,0.2938,"2013-04-28 00:00",0.268,"2013-03-23 00:00",0.2533,"2013-05-01 00:00",0.2131,"2013-04-22 00:00","","","","",0.2938,0.2938,0.2533,0.1963,0.075,0.039,0.0052,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88109",1,37.713259,-119.704867,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000948,0.000531,0.0024,"2013-05-04 00:00",0.0023,"2013-05-13 00:00",0.0021,"2013-02-18 00:00",0.0018,"2013-05-10 00:00","","","","",0.0024,0.0024,0.0021,0.0017,0.0013,0.0009,0.0003,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88109",2,37.713259,-119.704867,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001004,0.000536,0.0024,"2013-05-04 00:00",0.0022,"2013-02-18 00:00",0.0022,"2013-05-13 00:00",0.0021,"2013-03-26 00:00","","","","",0.0024,0.0024,0.0022,0.0019,0.0013,0.001,0.0003,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88111",1,37.713259,-119.704867,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.035485,0.042937,0.2045,"2013-04-28 00:00",0.1571,"2013-03-23 00:00",0.1229,"2013-04-22 00:00",0.1229,"2013-05-01 00:00","","","","",0.2045,0.2045,0.1229,0.0972,0.0423,0.0228,0.0048,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88111",2,37.713259,-119.704867,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.036133,0.043746,0.2094,"2013-04-28 00:00",0.1527,"2013-03-23 00:00",0.125,"2013-05-01 00:00",0.1221,"2013-04-22 00:00","","","","",0.2094,0.2094,0.125,0.1069,0.0422,0.0231,0.0049,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88112",1,37.713259,-119.704867,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-04-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88112",2,37.713259,-119.704867,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88114",1,37.713259,-119.704867,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",23,0.000258,0.000199,0.001,"2013-05-01 00:00",0.0008,"2013-04-22 00:00",0.0006,"2013-04-25 00:00",0.0006,"2013-04-28 00:00","","","","",0.001,0.001,0.0006,0.0005,0.0003,0.0002,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88114",2,37.713259,-119.704867,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.000302,0.000305,0.0014,"2013-05-01 00:00",0.0012,"2013-05-19 00:00",0.001,"2013-04-22 00:00",0.0009,"2013-03-23 00:00","","","","",0.0014,0.0014,0.001,0.0008,0.0004,0.0002,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88115",1,37.713259,-119.704867,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.001008,0.001248,0.0081,"2013-01-10 00:00",0.0024,"2013-04-28 00:00",0.0024,"2013-05-01 00:00",0.0021,"2013-02-18 00:00","","","","",0.0081,0.0081,0.0024,0.0021,0.0014,0.0008,0.00015,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88115",2,37.713259,-119.704867,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.001065,0.00116,0.0061,"2013-01-10 00:00",0.0037,"2013-04-07 00:00",0.0035,"2013-05-04 00:00",0.0027,"2013-04-28 00:00","","","","",0.0061,0.0061,0.0035,0.0026,0.0014,0.0007,0.00015,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88126",1,37.713259,-119.704867,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.038519,0.046234,0.1836,"2013-04-28 00:00",0.174,"2013-05-01 00:00",0.1733,"2013-03-23 00:00",0.1277,"2013-04-22 00:00","","","","",0.1836,0.1836,0.1733,0.1166,0.0479,0.0253,0.0037,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88126",2,37.713259,-119.704867,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.039921,0.047684,0.1869,"2013-04-28 00:00",0.1817,"2013-05-01 00:00",0.1718,"2013-03-23 00:00",0.1302,"2013-04-22 00:00","","","","",0.1869,0.1869,0.1718,0.1289,0.0488,0.0254,0.0042,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88128",1,37.713259,-119.704867,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000625,0.001044,0.005,"2013-03-23 00:00",0.003,"2013-04-22 00:00",0.002,"2013-04-13 00:00",0.002,"2013-05-04 00:00","","","","",0.005,0.005,0.002,0.002,0.001,0.001,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88128",2,37.713259,-119.704867,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000771,0.001134,0.007,"2013-03-23 00:00",0.003,"2013-04-25 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-04 00:00","","","","",0.007,0.007,0.002,0.001,0.001,0.001,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88132",1,37.713259,-119.704867,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000958,0.001237,0.006,"2013-03-23 00:00",0.004,"2013-04-28 00:00",0.004,"2013-05-01 00:00",0.003,"2013-04-22 00:00","","","","",0.006,0.006,0.004,0.003,0.001,0.001,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88132",2,37.713259,-119.704867,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001,0.00122,0.005,"2013-03-23 00:00",0.004,"2013-04-28 00:00",0.004,"2013-05-01 00:00",0.003,"2013-04-22 00:00","","","","",0.005,0.005,0.004,0.003,0.001,0.001,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88136",1,37.713259,-119.704867,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88136",2,37.713259,-119.704867,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88140",1,37.713259,-119.704867,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",11,0.018789,0.022525,0.0967,"2013-04-28 00:00",0.0913,"2013-05-01 00:00",0.072,"2013-03-23 00:00",0.058,"2013-04-25 00:00","","","","",0.0967,0.0967,0.072,0.0517,0.0251,0.013,0.00105,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88140",2,37.713259,-119.704867,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",10,0.019935,0.023218,0.099,"2013-04-28 00:00",0.0895,"2013-05-01 00:00",0.0664,"2013-04-25 00:00",0.063,"2013-03-23 00:00","","","","",0.099,0.099,0.0664,0.0553,0.03,0.012,0.00105,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88152",1,37.713259,-119.704867,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",41,0.000235,0.000403,0.0024,"2013-05-31 00:00",0.0017,"2013-03-05 00:00",0.0008,"2013-05-01 00:00",0.0003,"2013-02-09 00:00","","","","",0.0024,0.0024,0.0008,0.0003,0.00015,0.00015,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88152",2,37.713259,-119.704867,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",41,0.00021,0.000251,0.0014,"2013-05-31 00:00",0.0011,"2013-03-05 00:00",0.0008,"2013-05-01 00:00",0.0005,"2013-05-04 00:00","","","","",0.0014,0.0014,0.0008,0.0004,0.00015,0.00015,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88154",1,37.713259,-119.704867,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",39,0.000125,6e-05,0.0004,"2013-04-13 00:00",0.0003,"2013-04-28 00:00",0.0002,"2013-01-13 00:00",0.0002,"2013-01-28 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88154",2,37.713259,-119.704867,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",33,0.000144,7.4e-05,0.0004,"2013-03-11 00:00",0.0003,"2013-02-12 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-04-04 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88161",1,37.713259,-119.704867,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.003417,0.003942,0.0157,"2013-04-28 00:00",0.0153,"2013-03-23 00:00",0.0135,"2013-05-01 00:00",0.0114,"2013-04-22 00:00","","","","",0.0157,0.0157,0.0135,0.0099,0.0043,0.0026,0.0003,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88161",2,37.713259,-119.704867,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.003547,0.00413,0.016,"2013-04-28 00:00",0.0157,"2013-03-23 00:00",0.0146,"2013-05-01 00:00",0.0116,"2013-04-22 00:00","","","","",0.016,0.016,0.0146,0.0109,0.0047,0.0025,0.0002,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88164",1,37.713259,-119.704867,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",19,0.000151,0.000157,0.0007,"2013-04-25 00:00",0.0007,"2013-05-01 00:00",0.0005,"2013-04-28 00:00",0.0004,"2013-03-23 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.0002,0.0001,5e-05,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88164",2,37.713259,-119.704867,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",21,0.000132,0.000131,0.0005,"2013-03-23 00:00",0.0005,"2013-04-28 00:00",0.0005,"2013-05-01 00:00",0.0004,"2013-04-22 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.0001,0.0001,5e-05,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88165",1,37.713259,-119.704867,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.132049,0.158892,0.6146,"2013-03-23 00:00",0.6056,"2013-05-01 00:00",0.6043,"2013-04-28 00:00",0.4396,"2013-04-22 00:00","","","","",0.6146,0.6146,0.6043,0.4158,0.157,0.0902,0.0161,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88165",2,37.713259,-119.704867,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.135583,0.163878,0.6258,"2013-05-01 00:00",0.6221,"2013-04-28 00:00",0.6109,"2013-03-23 00:00",0.4581,"2013-04-25 00:00","","","","",0.6258,0.6258,0.6109,0.4356,0.1662,0.0949,0.0127,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88167",1,37.713259,-119.704867,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.001404,0.001349,0.0083,"2013-03-23 00:00",0.0039,"2013-04-22 00:00",0.0033,"2013-02-18 00:00",0.0031,"2013-04-28 00:00","","","","",0.0083,0.0083,0.0033,0.0031,0.0016,0.0012,0.0002,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88167",2,37.713259,-119.704867,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.001388,0.00128,0.0069,"2013-03-23 00:00",0.004,"2013-04-22 00:00",0.0035,"2013-05-01 00:00",0.0031,"2013-02-18 00:00","","","","",0.0069,0.0069,0.0035,0.0031,0.0017,0.001,0.0002,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88168",1,37.713259,-119.704867,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",23,0.0004,0.000426,0.0018,"2013-04-28 00:00",0.0015,"2013-03-23 00:00",0.0013,"2013-04-07 00:00",0.0012,"2013-04-22 00:00","","","","",0.0018,0.0018,0.0013,0.0012,0.0006,0.0002,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88168",2,37.713259,-119.704867,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",18,0.000408,0.00044,0.0019,"2013-04-28 00:00",0.0018,"2013-03-23 00:00",0.0014,"2013-04-25 00:00",0.0012,"2013-05-01 00:00","","","","",0.0019,0.0019,0.0014,0.001,0.0006,0.0002,0.0001,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88169",1,37.713259,-119.704867,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.179933,0.150962,0.8695,"2013-03-23 00:00",0.4207,"2013-04-22 00:00",0.3939,"2013-04-25 00:00",0.3885,"2013-05-01 00:00","","","","",0.8695,0.8695,0.3939,0.3338,0.2621,0.1498,0.022,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88169",2,37.713259,-119.704867,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.182073,0.152702,0.8621,"2013-03-23 00:00",0.4221,"2013-04-22 00:00",0.4132,"2013-04-25 00:00",0.3914,"2013-05-01 00:00","","","","",0.8621,0.8621,0.4132,0.3463,0.2585,0.1536,0.0223,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88176",1,37.713259,-119.704867,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.00019,0.000117,0.0006,"2013-03-23 00:00",0.0006,"2013-04-07 00:00",0.0006,"2013-04-22 00:00",0.0004,"2013-05-19 00:00","","","","",0.0006,0.0006,0.0006,0.0003,0.00015,0.00015,0.00015,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88176",2,37.713259,-119.704867,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",41,0.000182,9.5e-05,0.0007,"2013-03-23 00:00",0.0004,"2013-04-25 00:00",0.0003,"2013-02-18 00:00",0.0003,"2013-04-01 00:00","","","","",0.0007,0.0007,0.0003,0.0003,0.00015,0.00015,0.00015,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88180",1,37.713259,-119.704867,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.027163,0.024555,0.1115,"2013-03-23 00:00",0.0969,"2013-04-28 00:00",0.0883,"2013-05-01 00:00",0.0695,"2013-04-22 00:00","","","","",0.1115,0.1115,0.0883,0.0637,0.0362,0.0198,0.0054,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88180",2,37.713259,-119.704867,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.0278,0.025247,0.1107,"2013-03-23 00:00",0.0991,"2013-04-28 00:00",0.0908,"2013-05-01 00:00",0.071,"2013-04-22 00:00","","","","",0.1107,0.1107,0.0908,0.0686,0.0367,0.02,0.0048,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88184",1,37.713259,-119.704867,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.030221,0.03126,0.12,"2013-05-16 00:00",0.11,"2013-04-13 00:00",0.0815,"2013-05-31 00:00",0.081,"2013-05-01 00:00","","","","",0.12,0.12,0.0815,0.076,0.047,0.0162,0.0016,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88184",2,37.713259,-119.704867,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.029861,0.030351,0.1215,"2013-04-13 00:00",0.105,"2013-05-16 00:00",0.089,"2013-05-01 00:00",0.0794,"2013-03-11 00:00","","","","",0.1215,0.1215,0.089,0.0791,0.0474,0.0158,0.0016,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88185",1,37.713259,-119.704867,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.0008,0.000402,0.0023,"2013-03-20 00:00",0.0019,"2013-02-27 00:00",0.0017,"2013-02-06 00:00",0.0017,"2013-04-13 00:00","","","","",0.0023,0.0023,0.0017,0.0015,0.0007,0.0007,0.0004,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88185",2,37.713259,-119.704867,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",44,0.000705,0.000309,0.0023,"2013-01-22 00:00",0.0018,"2013-02-15 00:00",0.001,"2013-03-20 00:00",0.0009,"2013-03-26 00:00","","","","",0.0023,0.0023,0.001,0.0007,0.0007,0.00065,0.0004,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88203",1,37.713259,-119.704867,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",18,0.015074,0.014631,0.0567,"2013-05-07 00:00",0.0564,"2013-05-16 00:00",0.0523,"2013-04-07 00:00",0.0428,"2013-03-05 00:00","","","","",0.0567,0.0567,0.0523,0.0352,0.023,0.00905,0.00285,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88306",1,37.713259,-119.704867,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.256907,0.287955,1.3509,"2013-02-18 00:00",1.0763,"2013-03-05 00:00",1.012,"2013-02-21 00:00",0.6198,"2013-04-04 00:00","","","","",1.3509,1.3509,1.012,0.5982,0.3327,0.2005,0.0122,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88320",1,37.713259,-119.704867,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",0,0.546596,0.363786,1.55,"2013-05-04 00:00",1.53,"2013-04-28 00:00",1.28,"2013-04-22 00:00",1.01,"2013-05-01 00:00","","","","",1.55,1.55,1.28,0.96,0.81,0.45,0.18,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88321",1,37.713259,-119.704867,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",0,0.065532,0.041115,0.17,"2013-02-18 00:00",0.17,"2013-03-23 00:00",0.15,"2013-04-28 00:00",0.15,"2013-05-04 00:00","","","","",0.17,0.17,0.15,0.12,0.09,0.06,0.02,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88324",1,37.713259,-119.704867,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",45,0.02147,0.007467,0.0387,"2013-04-04 00:00",0.03185,"2013-01-25 00:00",0.0317,"2013-01-10 00:00",0.03165,"2013-01-04 00:00","","","","",0.0387,0.0387,0.0317,0.03165,0.02535,0.0181,0.01105,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88325",1,37.713259,-119.704867,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",17,0.093107,0.070783,0.288,"2013-04-28 00:00",0.2479,"2013-05-04 00:00",0.2285,"2013-04-22 00:00",0.2195,"2013-05-10 00:00","","","","",0.288,0.288,0.2285,0.1894,0.1518,0.066,0.0345,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88326",1,37.713259,-119.704867,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",7,0.187583,0.120051,0.5141,"2013-04-28 00:00",0.49,"2013-05-04 00:00",0.4814,"2013-04-22 00:00",0.342,"2013-05-01 00:00","","","","",0.5141,0.5141,0.4814,0.3348,0.283,0.1595,0.0407,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88327",1,37.713259,-119.704867,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",4,0.116209,0.071228,0.3637,"2013-05-04 00:00",0.277,"2013-04-28 00:00",0.2152,"2013-04-22 00:00",0.2109,"2013-05-31 00:00","","","","",0.3637,0.3637,0.2152,0.2014,0.1585,0.1041,0.0478,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88328",1,37.713259,-119.704867,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",1,0.151469,0.10907,0.444,"2013-05-04 00:00",0.4273,"2013-04-28 00:00",0.3728,"2013-04-22 00:00",0.3449,"2013-03-23 00:00","","","","",0.444,0.444,0.3728,0.3228,0.2187,0.1156,0.0223,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88329",1,37.713259,-119.704867,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",1,0.184523,0.128976,0.5314,"2013-05-04 00:00",0.4918,"2013-04-28 00:00",0.44,"2013-03-23 00:00",0.417,"2013-04-22 00:00","","","","",0.5314,0.5314,0.44,0.3524,0.2717,0.1484,0.0317,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88330",1,37.713259,-119.704867,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",3,0.03251,0.021802,0.0807,"2013-04-22 00:00",0.0805,"2013-04-28 00:00",0.0788,"2013-04-25 00:00",0.0757,"2013-03-23 00:00","","","","",0.0807,0.0807,0.0788,0.0636,0.0493,0.0262,0.0087,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88331",1,37.713259,-119.704867,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",19,6.9e-05,0.000139,0.0009,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-11 00:00","","","","",0.0009,0.0009,0.00015,0.00015,0.0001,0,0,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88338",1,37.713259,-119.704867,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",44,0.020071,0.019143,0.1386,"2013-02-06 00:00",0.0489,"2013-01-07 00:00",0.0441,"2013-01-10 00:00",0.0317,"2013-05-19 00:00","","","","",0.1386,0.1386,0.0441,0.0254,0.02395,0.01555,0.01085,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88339",1,37.713259,-119.704867,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.742207,0.62273,3.58652,"2013-03-23 00:00",1.73551,"2013-04-22 00:00",1.62496,"2013-04-25 00:00",1.60265,"2013-05-01 00:00","","","","",3.58652,3.58652,1.62496,1.37701,1.08108,0.61788,0.09059,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88344",1,37.713259,-119.704867,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.331335,0.371558,1.7427,"2013-02-18 00:00",1.3884,"2013-03-05 00:00",1.3059,"2013-02-21 00:00",0.7995,"2013-04-04 00:00","","","","",1.7427,1.7427,1.3059,0.7717,0.4292,0.2586,0.0157,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88348",1,37.713259,-119.704867,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.613873,0.738099,2.9373,"2013-04-28 00:00",2.8344,"2013-03-23 00:00",2.6896,"2013-05-01 00:00",2.0795,"2013-04-22 00:00","","","","",2.9373,2.9373,2.6896,1.8887,0.762,0.4124,0.0588,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88348",2,37.713259,-119.704867,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.632894,0.760645,3.0199,"2013-04-28 00:00",2.8067,"2013-03-23 00:00",2.7874,"2013-05-01 00:00",2.0899,"2013-04-22 00:00","","","","",3.0199,3.0199,2.7874,2.0801,0.8103,0.4299,0.0518,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88350",1,37.713259,-119.704867,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,3,"","","Certification not required",0,0.982553,0.65429,2.7837,"2013-05-04 00:00",2.7526,"2013-04-28 00:00",2.309,"2013-04-22 00:00",1.8238,"2013-05-01 00:00","","","","",2.7837,2.7837,2.309,1.7316,1.4659,0.8066,0.3164,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88403",1,37.713259,-119.704867,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.516721,0.451235,2.6507,"2013-03-23 00:00",1.1803,"2013-04-22 00:00",1.1721,"2013-05-01 00:00",1.1105,"2013-04-25 00:00","","","","",2.6507,2.6507,1.1721,0.9892,0.7578,0.4071,0.0662,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88502",1,37.713259,-119.704867,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.616667,2.064011,8.4,"2013-03-23 00:00",7.5,"2013-04-28 00:00",7,"2013-05-04 00:00",6.9,"2013-05-01 00:00","","","","",8.4,8.4,7,6.8,3.5,2.2,0.4,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0003","88502",2,37.713259,-119.704867,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.69375,2.188501,8.6,"2013-03-23 00:00",8.2,"2013-04-28 00:00",7.4,"2013-05-04 00:00",7.3,"2013-05-01 00:00","","","","",8.6,8.6,7.4,7,3.6,2.2,0.4,"Yosemite National Park, Turtleback Dome","TURTLEBACK DOME, YOSEMITE NATL' PK 95389","California","Mariposa","","","2014-01-28" +"06","043","0006","44201",1,37.549928,-119.844591,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1317,31,57,184,0,171,0,0,"Certification not required",0,0.061965,0.011095,0.083,"2013-07-04 17:00",0.079,"2013-07-03 14:00",0.078,"2013-07-02 12:00",0.078,"2013-07-30 18:00","","","","",0.083,0.079,0.078,0.075,0.07,0.063,0.046,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","0006","44201",1,37.549928,-119.844591,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1361,30,55,184,0,0,0,0,"Certification not required",0,0.058636,0.010318,0.076,"2013-07-04 12:00",0.075,"2013-07-30 16:00",0.074,"2013-07-02 11:00",0.073,"2013-07-31 08:00","","","","",0.076,0.075,0.074,0.072,0.066,0.059,0.044,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","0006","44201",1,37.549928,-119.844591,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1361,30,55,184,0,0,1,1,"Certification not required",0,0.058636,0.010318,0.076,"2013-07-04 12:00",0.075,"2013-07-30 16:00",0.074,"2013-07-02 11:00",0.073,"2013-07-31 08:00","","","","",0.076,0.075,0.074,0.072,0.066,0.059,0.044,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","0006","61103",1,37.549928,-119.844591,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",1404,16,57,365,0,84,"","","Certification not required",0,4.012821,0.943813,7,"2013-05-28 16:00",6,"2013-05-12 15:00",6,"2013-05-12 16:00",6,"2013-05-14 15:00","","","","",6,5,5,5,5,4,3,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","0006","61104",1,37.549928,-119.844591,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",1404,16,57,365,0,84,"","","Certification not required",0,241.297721,106.043992,360,"2013-05-06 18:00",360,"2013-05-23 22:00",360,"2013-05-26 19:00",360,"2013-05-29 21:00","","","","",358,356,352,347,341,247,39,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","0006","62101",1,37.549928,-119.844591,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1413,16,58,365,0,75,"","","Certification not required",0,67.514508,12.601457,95,"2013-07-01 11:00",93,"2013-07-01 10:00",93,"2013-07-01 12:00",93,"2013-07-01 13:00","","","","",91,90,88,84,77,68,50,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","0006","62201",1,37.549928,-119.844591,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",1375,16,56,365,0,103,"","","Certification not required",0,47.150545,17.951046,100,"2013-05-06 20:00",100,"2013-05-07 10:00",100,"2013-05-07 12:00",100,"2013-05-07 14:00","","","","",99,96,85,74,57,43,28,"JERSEYDALE SUMMER OZONE SITE","6440 JERSEYDALE ROAD, JERSEYDALE","California","Mariposa","","","2013-12-13" +"06","043","1001","62101",1,37.745759,-119.603754,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4368,50,182,365,0,0,"","","Certification not required",0,58.454441,19.061198,113,"2013-07-03 14:00",111,"2013-07-03 13:00",111,"2013-07-19 14:00",109,"2013-07-01 11:00","","","","",104,102,95,86,72,55,36,"VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","California","Mariposa","","","2013-12-13" +"06","043","1001","81102",2,37.745759,-119.603754,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,75,46,61,0,15,0,0,"Certification not required",0,21.166667,10.603933,61,"2013-02-13 00:00",59,"2013-02-15 00:00",37,"2013-09-10 00:00",36,"2013-09-13 00:00","","","","",61,59,37,31,24,19,10,"VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","California","Mariposa","","","2014-01-22" +"06","043","1001","85101",1,37.745759,-119.603754,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,46,61,0,15,"","","Certification not required",0,19.037037,9.562038,56,"2013-02-13 00:00",54,"2013-02-15 00:00",32,"2013-09-10 00:00",32,"2013-09-13 00:00","","","","",56,54,32,28,22,18,9,"VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","California","Mariposa","","","2014-01-22" +"06","043","1001","88501",3,37.745759,-119.603754,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4261,49,177,365,0,107,"","","Certification not required",0,10.018071,8.672167,151,"2013-03-15 21:00",111,"2013-04-10 22:00",101,"2013-05-11 21:00",71,"2013-05-20 21:00","","","","",44,35,26,20,12,8,3,"VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","California","Mariposa","","","2013-12-13" +"06","043","1001","88501",3,37.745759,-119.603754,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",177,48,177,365,0,0,"","","Certification not required",0,10.00226,4.181819,29.5,"2013-07-30 00:00",27.9,"2013-07-31 00:00",22.3,"2013-07-26 00:00",22.1,"2013-04-10 00:00","","","","",27.9,22.1,17.7,15,12.1,9.2,5.9,"VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","VISITOR CTR-YOSEMITE VILLAGE,YOSEMITE NP","California","Mariposa","","","2013-12-13" +"06","047","0003","42601",1,37.281598,-120.434992,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5377,61,240,365,0,1175,"","","Certification not required",0,2.309838,5.066408,102,"2013-01-31 07:00",89,"2013-01-31 08:00",78,"2013-02-14 07:00",70,"2013-01-31 06:00","","","","",26,18,8,4,2,1,1,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","42602",1,37.281598,-120.434992,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5377,61,240,365,0,1175,0,"","Certification not required",0,14.495833,7.809981,38,"2013-02-12 20:00",36,"2013-02-14 19:00",36,"2013-02-15 18:00",35,"2013-01-31 20:00","","","","",36,34,29,26,19,14,5,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","42602",1,37.281598,-120.434992,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5377,61,240,365,0,1175,"","","Certification not required",0,5.60796,4.749326,38,"2013-02-12 20:00",36,"2013-02-14 19:00",36,"2013-02-15 18:00",35,"2013-01-31 20:00","","","","",24,20,16,12,7,4,2,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","42603",1,37.281598,-120.434992,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5377,61,240,365,0,1175,"","","Certification not required",0,8.029942,8.379842,116,"2013-01-31 07:00",114,"2013-09-16 14:00",105,"2013-01-31 08:00",98,"2013-02-14 07:00","","","","",41,35,25,17,9,5,3,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","44201",1,37.281598,-120.434992,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5537,70,254,365,0,1015,0,0,"Certification not required",475,0.053476,0.019482,0.1,"2013-06-08 16:00",0.098,"2013-06-07 17:00",0.097,"2013-07-03 16:00",0.096,"2013-07-30 17:00","","","","",0.097,0.091,0.087,0.079,0.069,0.055,0.03,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","44201",1,37.281598,-120.434992,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5788,64,234,365,0,0,2,2,"Certification not required",0,0.049291,0.017822,0.091,"2013-06-08 09:00",0.085,"2013-07-30 12:00",0.083,"2013-06-07 12:00",0.083,"2013-08-19 11:00","","","","",0.083,0.082,0.079,0.073,0.063,0.051,0.026,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","44201",1,37.281598,-120.434992,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5788,64,235,365,0,0,15,15,"Certification not required",0,0.049417,0.01789,0.091,"2013-06-08 09:00",0.085,"2013-07-30 12:00",0.083,"2013-06-07 12:00",0.083,"2013-08-19 11:00","","","","",0.083,0.082,0.079,0.073,0.063,0.051,0.026,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","61101",1,37.281598,-120.434992,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6383,73,264,365,0,169,"","","Certification not required",0,3.506204,1.708533,14.8,"2013-03-06 04:00",14.8,"2013-03-06 05:00",13,"2013-02-18 16:00",12.2,"2013-02-18 14:00","","","","",8.7,7.8,6.1,6.1,4.3,3.5,1.7,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","61102",1,37.281598,-120.434992,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6381,73,264,365,0,171,"","","Certification not required",0,255.099671,91.554488,360,"2013-03-28 04:00",360,"2013-04-10 16:00",359,"2013-02-03 19:00",359,"2013-02-16 04:00","","","","",350,343,329,319,309,301,83,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","61103",1,37.281598,-120.434992,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6327,72,264,365,0,225,"","","Certification not required",0,2.948902,1.67514,14.8,"2013-03-06 04:00",14.8,"2013-03-06 05:00",12.2,"2013-02-18 16:00",12.2,"2013-04-15 18:00","","","","",7.8,6.9,6.1,5.2,4.3,2.6,0.9,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","61104",1,37.281598,-120.434992,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6325,72,264,365,0,227,"","","Certification not required",0,252.121739,92.098664,360,"2013-03-03 03:00",360,"2013-03-24 17:00",359,"2013-01-01 16:00",359,"2013-01-20 18:00","","","","",347,339,325,317,307,297,80,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","62101",1,37.281598,-120.434992,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6538,75,273,365,0,14,"","","Certification not required",0,65.876874,16.197817,105,"2013-06-29 15:00",105,"2013-06-30 15:00",105,"2013-07-01 14:00",104,"2013-06-29 14:00","","","","",98,96,92,88,78,66,44,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","62107",1,37.281598,-120.434992,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",744,8,31,365,0,0,"","","Certification not required",0,75.733871,2.237364,81,"2013-01-10 14:00",81,"2013-01-22 11:00",81,"2013-01-22 14:00",81,"2013-01-22 15:00","","","","",79,79,79,79,77,77,73,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2013-07-05" +"06","047","0003","88101",3,37.281598,-120.434992,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6368,73,270,365,0,184,"","","Certification not required",0,10.59108,8.635738,123,"2013-07-04 21:00",89,"2013-09-08 14:00",69,"2013-01-05 20:00",67,"2013-01-05 21:00","","","","",45,38,27,20,13,9,3,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","88101",3,37.281598,-120.434992,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,3,3,"Certification not required",0,10.532197,6.733356,42,"2013-01-05 00:00",40,"2013-07-30 00:00",36.7,"2013-01-22 00:00",34.7,"2013-01-24 00:00","","","","",36.7,30.5,24.1,19.2,12.8,8.7,4.4,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","0003","88101",3,37.281598,-120.434992,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,10.532197,6.733356,42,"2013-01-05 00:00",40,"2013-07-30 00:00",36.7,"2013-01-22 00:00",34.7,"2013-01-24 00:00","","","","",36.7,30.5,24.1,19.2,12.8,8.7,4.4,"Merced-Coffee","385 S. COFFEE AVENUE, MERCED, CA 95340","California","Merced","","Merced, CA","2014-02-14" +"06","047","2510","68101",1,37.308537,-120.480993,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",83,100,57,61,0,6,"","","Certification not required",77,0.08494,0.199196,1.8,"2013-01-22 00:00",0.4,"2013-08-26 00:00",0.3,"2013-09-01 00:00",0.3,"2013-11-03 00:00","","","","",1.8,0.4,0.2,0.05,0.05,0.05,0.05,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68102",1,37.308537,-120.480993,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",83,100,57,61,0,6,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68103",1,37.308537,-120.480993,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,100,57,61,0,6,"","","Certification not required",0,9.066265,6.699859,23,"2013-07-03 00:00",22.2,"2013-08-20 00:00",21.8,"2013-07-21 00:00",21.4,"2013-09-01 00:00","","","","",23,22.2,20.7,18.7,14.2,8.8,0.8,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68104",1,37.308537,-120.480993,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,100,57,61,0,6,"","","Certification not required",0,23.938554,8.256791,40.9,"2013-07-03 00:00",40.8,"2013-07-09 00:00",38.7,"2013-09-07 00:00",38.6,"2013-07-21 00:00","","","","",40.9,40.8,37.9,35.1,31,22.8,13.8,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68105",1,37.308537,-120.480993,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,100,57,61,0,6,"","","Certification not required",0,15.974699,7.422508,32.1,"2013-07-03 00:00",30.3,"2013-07-09 00:00",29.6,"2013-08-20 00:00",29.4,"2013-07-21 00:00","","","","",32.1,30.3,28.8,27.5,22.5,14.2,7.1,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68106",1,37.308537,-120.480993,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,100,57,61,0,6,"","","Certification not required",0,755.385542,4.227758,764,"2013-12-09 00:00",763,"2013-02-12 00:00",763,"2013-12-15 00:00",762,"2013-01-01 00:00","","","","",764,763,762,761,759,755,750,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68107",1,37.308537,-120.480993,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,100,57,61,0,6,"","","Certification not required",0,759.614458,4.057006,769,"2013-12-09 00:00",767,"2013-02-12 00:00",767,"2013-12-15 00:00",766,"2013-02-27 00:00","","","","",769,767,766,765,763,759,754,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68108",1,37.308537,-120.480993,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,100,57,61,0,6,"","","Certification not required",0,757.46988,4.130013,767,"2013-12-09 00:00",765,"2013-02-12 00:00",765,"2013-12-15 00:00",764,"2013-02-27 00:00","","","","",767,765,764,763,761,758,752,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","68109",1,37.308537,-120.480993,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",83,100,57,61,0,6,"","","Certification not required",0,1439.879518,0.327503,1440,"2013-01-01 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-25 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","81102",1,37.308537,-120.480993,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",51,79,48,61,0,14,0,0,"Certification not required",0,34.745098,14.649018,69,"2013-11-12 00:00",66,"2013-10-25 00:00",65,"2013-09-01 00:00",64,"2013-10-07 00:00","","","","",69,66,65,56,44,34,19,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-22" +"06","047","2510","85101",1,37.308537,-120.480993,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,48,61,0,14,"","","Certification not required",0,35.27451,14.879622,72,"2013-11-12 00:00",68,"2013-10-25 00:00",64,"2013-10-07 00:00",63,"2013-09-01 00:00","","","","",72,68,64,56,44,34,20,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-22" +"06","047","2510","88101",1,37.308537,-120.480993,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,90,82,91,0,9,11,11,"Certification not required",0,16.198795,15.637046,68.9,"2013-12-15 00:00",67.3,"2013-12-18 00:00",57.2,"2013-12-24 00:00",50.1,"2013-01-18 00:00","","","","",67.3,57.2,45.6,33.7,14.7,7.7,3.6,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","047","2510","88101",1,37.308537,-120.480993,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,90,82,91,0,9,"","","Certification not required",0,16.198795,15.637046,68.9,"2013-12-15 00:00",67.3,"2013-12-18 00:00",57.2,"2013-12-24 00:00",50.1,"2013-01-18 00:00","","","","",67.3,57.2,45.6,33.7,14.7,7.7,3.6,"2334 'M' ST.","2334 'M' ST. MERCED, CA","California","Merced","Merced","Merced, CA","2014-01-30" +"06","051","0001","61101",1,37.64571,-118.96652,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6333,72,263,365,0,219,"","","Certification not required",0,3.241844,1.486238,10.1,"2013-04-15 07:00",9.4,"2013-02-23 04:00",9.4,"2013-04-15 08:00",9.1,"2013-04-08 11:00","","","","",7.2,6.7,5.8,5.3,4.3,3,1.5,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-12" +"06","051","0001","61102",1,37.64571,-118.96652,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6333,72,263,365,0,219,"","","Certification not required",0,232.852361,72.243909,360,"2013-02-08 16:00",360,"2013-04-16 11:00",359,"2013-01-11 16:00",359,"2013-02-20 15:00","","","","",348,340,311,286,272,253,105,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-12" +"06","051","0001","62101",1,37.64571,-118.96652,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,47.433853,17.301381,85,"2013-07-19 12:00",85,"2013-07-19 13:00",85,"2013-07-20 11:00",85,"2013-07-20 12:00","","","","",80,77,73,69,61,49,23,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-12" +"06","051","0001","81102",5,37.64571,-118.96652,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,24.164835,21.392763,105,"2013-07-30 00:00",98,"2013-01-04 00:00",88,"2013-08-02 00:00",82,"2013-01-19 00:00","","","","",105,98,80,49,27,16,8,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-20" +"06","051","0001","81102",6,37.64571,-118.96652,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",273,75,273,365,2,0,2,2,"Certification not required",0,24.842491,23.901777,182,"2013-07-29 00:00",166,"2013-07-28 00:00",133,"2013-08-01 00:00",122,"2013-07-30 00:00","","","","",133,97,75,50,28,17,8,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-13" +"06","051","0001","81102",6,37.64571,-118.96652,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",271,75,273,365,0,0,0,0,"Certification not required",0,23.741697,20.224657,133,"2013-08-01 00:00",122,"2013-07-30 00:00",101,"2013-08-31 00:00",97,"2013-08-02 00:00","","","","",101,90,70,49,27,17,8,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-13" +"06","051","0001","81102",6,37.64571,-118.96652,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",273,75,273,365,2,0,2,2,"Certification not required",0,24.842491,23.901777,182,"2013-07-29 00:00",166,"2013-07-28 00:00",133,"2013-08-01 00:00",122,"2013-07-30 00:00","","","","",133,97,75,50,28,17,8,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-13" +"06","051","0001","85101",5,37.64571,-118.96652,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",2,19.32967,17.426707,82,"2013-07-30 00:00",81,"2013-01-04 00:00",68,"2013-01-19 00:00",68,"2013-08-02 00:00","","","","",82,81,67,41,22,12,6,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-20" +"06","051","0001","85101",6,37.64571,-118.96652,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",273,75,273,365,2,0,"","","Certification not required",0,19.615385,18.844625,140,"2013-07-29 00:00",127,"2013-07-28 00:00",102,"2013-08-01 00:00",94,"2013-07-30 00:00","","","","",102,78,59,41,22,13,6,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-13" +"06","051","0001","85101",6,37.64571,-118.96652,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",273,75,273,365,2,0,"","","Certification not required",0,19.615385,18.844625,140,"2013-07-29 00:00",127,"2013-07-28 00:00",102,"2013-08-01 00:00",94,"2013-07-30 00:00","","","","",102,78,59,41,22,13,6,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-13" +"06","051","0001","85101",6,37.64571,-118.96652,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",271,75,273,365,0,0,"","","Certification not required",0,18.774908,16.144862,102,"2013-08-01 00:00",94,"2013-07-30 00:00",78,"2013-01-04 00:00",78,"2013-08-31 00:00","","","","",78,69,55,40,21,13,6,"Mammoth Lakes","GATEWAY HC., Corner of Old Mammoth Road and HWY 203, MAMMOTH LAKES","California","Mono","Mammoth Lakes","","2013-12-13" +"06","051","0005","81102",3,37.959672,-119.120266,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",86,70,86,122,0,6,0,0,"Certification not required",3,13.802326,9.119881,53,"2013-07-30 00:00",46,"2013-03-20 00:00",43,"2013-09-04 00:00",31,"2013-09-01 00:00","","","","",53,46,30,23,18,12,6,"Lee Vining","HWY 395, LEE VINING","California","Mono","","","2013-12-20" +"06","051","0005","85101",3,37.959672,-119.120266,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,6,"","","Certification not required",3,11.267442,7.276755,42,"2013-07-30 00:00",38,"2013-03-20 00:00",34,"2013-09-04 00:00",25,"2013-09-01 00:00","","","","",42,38,24,18,14,10,5,"Lee Vining","HWY 395, LEE VINING","California","Mono","","","2013-12-20" +"06","051","0011","61101",1,38.069711,-118.947738,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6528,75,272,365,0,24,"","","Certification not required",0,7.479013,5.266905,33.6,"2013-09-21 13:00",32.3,"2013-01-09 22:00",31.7,"2013-03-05 10:00",30.8,"2013-01-09 23:00","","","","",25.3,23,19.3,15.4,9,5.8,2.8,"Mono Lake North Shore","HWY 167 - 10 Mile Road at north shore of Mono Lake","California","Mono","","","2013-12-12" +"06","051","0011","61102",1,38.069711,-118.947738,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6528,75,272,365,0,24,"","","Certification not required",0,145.104779,101.629657,360,"2013-03-31 07:00",360,"2013-04-06 22:00",360,"2013-04-30 17:00",360,"2013-06-10 00:00","","","","",354,348,324,282,225,161,31,"Mono Lake North Shore","HWY 167 - 10 Mile Road at north shore of Mono Lake","California","Mono","","","2013-12-12" +"06","051","0011","62101",1,38.069711,-118.947738,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6533,75,272,365,0,19,"","","Certification not required",0,49.183836,20.155459,92,"2013-07-20 14:00",91,"2013-06-29 14:00",91,"2013-07-19 14:00",91,"2013-07-19 15:00","","","","",85,83,79,75,65,51,22,"Mono Lake North Shore","HWY 167 - 10 Mile Road at north shore of Mono Lake","California","Mono","","","2013-12-12" +"06","051","0011","81102",3,38.069711,-118.947738,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,8,8,"Certification not required",0,35.161172,203.871706,3284,"2013-04-07 00:00",529,"2013-04-15 00:00",435,"2013-04-14 00:00",295,"2013-09-21 00:00","","","","",435,187,74,45,18,11,4,"Mono Lake North Shore","HWY 167 - 10 Mile Road at north shore of Mono Lake","California","Mono","","","2013-12-12" +"06","051","0011","85101",3,38.069711,-118.947738,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,29.157509,171.825945,2769,"2013-04-07 00:00",446,"2013-04-15 00:00",367,"2013-04-14 00:00",242,"2013-09-21 00:00","","","","",367,152,61,36,15,9,3,"Mono Lake North Shore","HWY 167 - 10 Mile Road at north shore of Mono Lake","California","Mono","","","2013-12-12" +"06","051","9000","85101",1,38.088023,-119.178069,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,3.939591,3.689328,16.3643,"2013-04-07 00:00",13.6395,"2013-04-22 00:00",12.7919,"2013-05-01 00:00",10.6075,"2013-04-28 00:00","","","","",16.3643,16.3643,12.7919,8.8318,4.902,2.8533,0.963,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","86502",1,38.088023,-119.178069,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,1.340909,1.829261,8,"2013-04-07 00:00",6,"2013-04-22 00:00",6,"2013-05-01 00:00",4,"2013-04-25 00:00","","","","",8,8,6,4,2,1,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88103",1,38.088023,-119.178069,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-04-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88104",1,38.088023,-119.178069,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.08317,0.100846,0.48,"2013-04-07 00:00",0.357,"2013-04-22 00:00",0.288,"2013-04-28 00:00",0.244,"2013-05-01 00:00","","","","",0.48,0.48,0.288,0.21,0.11,0.0605,0.007,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88109",1,38.088023,-119.178069,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",3,0.000677,0.000406,0.0017,"2013-05-04 00:00",0.0015,"2013-05-01 00:00",0.0015,"2013-05-13 00:00",0.0013,"2013-04-22 00:00","","","","",0.0017,0.0017,0.0015,0.0013,0.0009,0.0006,0.0002,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88111",1,38.088023,-119.178069,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.051294,0.080312,0.415,"2013-04-07 00:00",0.2779,"2013-04-22 00:00",0.2286,"2013-04-28 00:00",0.1397,"2013-05-01 00:00","","","","",0.415,0.415,0.2286,0.13,0.0515,0.0308,0.0032,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88112",1,38.088023,-119.178069,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000182,0.00039,0.001,"2013-03-20 00:00",0.001,"2013-04-04 00:00",0.001,"2013-04-07 00:00",0.001,"2013-04-19 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88114",1,38.088023,-119.178069,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",28,0.000303,0.000642,0.0044,"2013-05-01 00:00",0.0006,"2013-04-22 00:00",0.0005,"2013-03-23 00:00",0.0005,"2013-05-10 00:00","","","","",0.0044,0.0044,0.0005,0.0004,0.0003,0.00015,0.00015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88115",1,38.088023,-119.178069,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",8,0.00295,0.003576,0.0141,"2013-04-22 00:00",0.0127,"2013-01-16 00:00",0.0113,"2013-04-07 00:00",0.0109,"2013-02-24 00:00","","","","",0.0141,0.0141,0.0113,0.008,0.0043,0.0017,0.00015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88126",1,38.088023,-119.178069,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.047152,0.062822,0.2905,"2013-04-07 00:00",0.2316,"2013-04-22 00:00",0.1837,"2013-04-28 00:00",0.1658,"2013-05-01 00:00","","","","",0.2905,0.2905,0.1837,0.1243,0.0522,0.0311,0.0042,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88128",1,38.088023,-119.178069,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000477,0.000664,0.002,"2013-03-23 00:00",0.002,"2013-04-07 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88132",1,38.088023,-119.178069,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.001,0.00151,0.007,"2013-04-07 00:00",0.005,"2013-04-22 00:00",0.004,"2013-03-23 00:00",0.004,"2013-04-28 00:00","","","","",0.007,0.007,0.004,0.003,0.001,0.001,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88136",1,38.088023,-119.178069,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88140",1,38.088023,-119.178069,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",13,0.02349,0.038704,0.1612,"2013-04-22 00:00",0.153,"2013-04-07 00:00",0.1289,"2013-05-01 00:00",0.0957,"2013-04-28 00:00","","","","",0.1612,0.1612,0.1289,0.055,0.0271,0.0077,0.002,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88152",1,38.088023,-119.178069,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",44,0.000145,1.5e-05,0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00",0.00015,"2013-01-13 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88154",1,38.088023,-119.178069,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",36,0.00012,4.6e-05,0.0003,"2013-02-12 00:00",0.0002,"2013-02-06 00:00",0.0002,"2013-02-09 00:00",0.0002,"2013-03-11 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88161",1,38.088023,-119.178069,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.004227,0.005485,0.0254,"2013-04-07 00:00",0.02,"2013-04-22 00:00",0.0163,"2013-04-28 00:00",0.0137,"2013-05-01 00:00","","","","",0.0254,0.0254,0.0163,0.0113,0.0054,0.0027,0.0003,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88164",1,38.088023,-119.178069,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",22,0.00013,0.00012,0.0005,"2013-04-22 00:00",0.0004,"2013-04-28 00:00",0.0004,"2013-05-01 00:00",0.0004,"2013-05-31 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88165",1,38.088023,-119.178069,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.175648,0.235813,0.999,"2013-04-07 00:00",0.949,"2013-04-22 00:00",0.686,"2013-05-01 00:00",0.65,"2013-04-28 00:00","","","","",0.999,0.999,0.686,0.4555,0.201,0.119,0.0125,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88167",1,38.088023,-119.178069,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",10,0.000916,0.001075,0.0049,"2013-05-01 00:00",0.0036,"2013-03-23 00:00",0.003,"2013-04-07 00:00",0.003,"2013-04-28 00:00","","","","",0.0049,0.0049,0.003,0.0028,0.0009,0.0006,0.00015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88168",1,38.088023,-119.178069,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",18,0.000545,0.000725,0.0037,"2013-04-07 00:00",0.003,"2013-04-22 00:00",0.0017,"2013-04-28 00:00",0.0016,"2013-05-01 00:00","","","","",0.0037,0.0037,0.0017,0.0011,0.0005,0.0003,0.00015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88169",1,38.088023,-119.178069,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.130911,0.112824,0.4789,"2013-03-23 00:00",0.4019,"2013-04-07 00:00",0.3507,"2013-05-01 00:00",0.3204,"2013-04-22 00:00","","","","",0.4789,0.4789,0.3507,0.311,0.2067,0.1005,0.0294,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88176",1,38.088023,-119.178069,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",38,0.000184,9.7e-05,0.0006,"2013-03-23 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-01-19 00:00",0.0003,"2013-04-04 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88180",1,38.088023,-119.178069,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.028189,0.034543,0.1557,"2013-04-07 00:00",0.1341,"2013-04-22 00:00",0.1046,"2013-05-01 00:00",0.0941,"2013-04-28 00:00","","","","",0.1557,0.1557,0.1046,0.0717,0.0322,0.0208,0.0033,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88184",1,38.088023,-119.178069,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",12,0.019267,0.021501,0.0843,"2013-05-01 00:00",0.078,"2013-05-25 00:00",0.067,"2013-05-22 00:00",0.0634,"2013-04-22 00:00","","","","",0.0843,0.0843,0.067,0.0563,0.0284,0.012,0.0019,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88185",1,38.088023,-119.178069,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",35,0.000631,0.000347,0.0018,"2013-04-04 00:00",0.0014,"2013-04-07 00:00",0.0014,"2013-04-22 00:00",0.0013,"2013-03-29 00:00","","","","",0.0018,0.0018,0.0014,0.0012,0.0007,0.0004,0.0004,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88203",1,38.088023,-119.178069,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",24,0.015233,0.018474,0.0824,"2013-04-07 00:00",0.0667,"2013-05-01 00:00",0.0581,"2013-04-22 00:00",0.0455,"2013-01-13 00:00","","","","",0.0824,0.0824,0.0581,0.0431,0.0232,0.0087,0.0026,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88306",1,38.088023,-119.178069,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",6,0.10828,0.078474,0.2956,"2013-01-13 00:00",0.2716,"2013-04-07 00:00",0.2399,"2013-03-05 00:00",0.2258,"2013-04-25 00:00","","","","",0.2956,0.2956,0.2399,0.2172,0.1755,0.099,0.0051,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88320",1,38.088023,-119.178069,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.203636,0.196316,0.88,"2013-04-28 00:00",0.73,"2013-05-13 00:00",0.6,"2013-05-04 00:00",0.58,"2013-04-25 00:00","","","","",0.88,0.88,0.6,0.47,0.3,0.13,0.02,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88320",2,38.088023,-119.178069,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",4,0.18925,0.216515,0.99,"2013-04-28 00:00",0.73,"2013-05-13 00:00",0.61,"2013-05-04 00:00",0.48,"2013-04-22 00:00","","","","",0.99,0.99,0.73,0.48,0.26,0.1,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88321",1,38.088023,-119.178069,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.022955,0.021413,0.08,"2013-03-23 00:00",0.07,"2013-04-28 00:00",0.07,"2013-05-04 00:00",0.05,"2013-04-25 00:00","","","","",0.08,0.08,0.07,0.05,0.04,0.02,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88321",2,38.088023,-119.178069,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",0,0.025,0.024807,0.1,"2013-05-04 00:00",0.07,"2013-03-23 00:00",0.07,"2013-04-28 00:00",0.06,"2013-02-21 00:00","","","","",0.1,0.1,0.07,0.06,0.04,0.02,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88324",1,38.088023,-119.178069,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",43,0.020161,0.006935,0.034,"2013-04-07 00:00",0.03035,"2013-01-28 00:00",0.03015,"2013-01-22 00:00",0.03,"2013-01-13 00:00","","","","",0.034,0.034,0.03015,0.0297,0.0292,0.0166,0.0103,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88324",2,38.088023,-119.178069,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",38,0.020111,0.006537,0.0296,"2013-01-22 00:00",0.0296,"2013-01-28 00:00",0.02945,"2013-01-13 00:00",0.02915,"2013-01-19 00:00","","","","",0.0296,0.0296,0.0296,0.02915,0.0288,0.0205,0.01015,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88325",1,38.088023,-119.178069,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",32,0.042715,0.032597,0.1613,"2013-04-28 00:00",0.138,"2013-05-13 00:00",0.1079,"2013-04-25 00:00",0.097,"2013-05-04 00:00","","","","",0.1613,0.1613,0.1079,0.0842,0.0512,0.0329,0.0164,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88325",2,38.088023,-119.178069,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",29,0.040633,0.030442,0.1524,"2013-05-13 00:00",0.1451,"2013-04-28 00:00",0.0892,"2013-05-04 00:00",0.0792,"2013-03-23 00:00","","","","",0.1524,0.1524,0.1451,0.0792,0.0466,0.03225,0.0161,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88326",1,38.088023,-119.178069,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",30,0.065699,0.066483,0.3959,"2013-04-28 00:00",0.2127,"2013-05-13 00:00",0.1571,"2013-05-04 00:00",0.1496,"2013-04-25 00:00","","","","",0.3959,0.3959,0.1571,0.141,0.085,0.03815,0.02515,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88326",2,38.088023,-119.178069,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",28,0.062525,0.059405,0.3368,"2013-04-28 00:00",0.1843,"2013-05-13 00:00",0.1528,"2013-05-04 00:00",0.1271,"2013-04-22 00:00","","","","",0.3368,0.3368,0.1843,0.1271,0.083,0.0375,0.02485,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88327",1,38.088023,-119.178069,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",17,0.045593,0.038276,0.1574,"2013-04-28 00:00",0.1443,"2013-05-13 00:00",0.1242,"2013-04-22 00:00",0.1238,"2013-05-04 00:00","","","","",0.1574,0.1574,0.1242,0.1073,0.0634,0.0328,0.01215,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88327",2,38.088023,-119.178069,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",17,0.046436,0.046896,0.2417,"2013-04-28 00:00",0.1353,"2013-05-04 00:00",0.1293,"2013-04-22 00:00",0.1208,"2013-05-13 00:00","","","","",0.2417,0.2417,0.1353,0.1208,0.0698,0.028,0.01205,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88328",1,38.088023,-119.178069,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",6,0.05942,0.059891,0.2337,"2013-05-13 00:00",0.2077,"2013-05-04 00:00",0.1948,"2013-04-25 00:00",0.18,"2013-04-28 00:00","","","","",0.2337,0.2337,0.1948,0.1418,0.0838,0.0421,0.0039,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88328",2,38.088023,-119.178069,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",6,0.060731,0.068001,0.2541,"2013-04-28 00:00",0.2412,"2013-05-13 00:00",0.2197,"2013-05-04 00:00",0.1844,"2013-04-25 00:00","","","","",0.2541,0.2541,0.2412,0.1844,0.0942,0.037,0.00385,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88329",1,38.088023,-119.178069,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",6,0.06551,0.063663,0.2326,"2013-05-13 00:00",0.2234,"2013-05-04 00:00",0.21,"2013-04-28 00:00",0.2022,"2013-04-25 00:00","","","","",0.2326,0.2326,0.21,0.1484,0.1015,0.0456,0.00335,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88329",2,38.088023,-119.178069,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",5,0.066361,0.071383,0.262,"2013-04-28 00:00",0.2609,"2013-05-04 00:00",0.2369,"2013-05-13 00:00",0.192,"2013-04-25 00:00","","","","",0.262,0.262,0.2609,0.192,0.0986,0.042,0.0051,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88330",1,38.088023,-119.178069,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",13,0.018083,0.016575,0.0707,"2013-03-23 00:00",0.0565,"2013-05-04 00:00",0.0506,"2013-05-13 00:00",0.0453,"2013-04-25 00:00","","","","",0.0707,0.0707,0.0506,0.0391,0.0271,0.0138,0.0018,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88330",2,38.088023,-119.178069,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",12,0.019966,0.019493,0.0641,"2013-04-28 00:00",0.0638,"2013-05-13 00:00",0.0605,"2013-05-04 00:00",0.0547,"2013-03-23 00:00","","","","",0.0641,0.0641,0.0638,0.0547,0.0298,0.012,0.00355,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88331",1,38.088023,-119.178069,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",19,6.4e-05,0.000156,0.001,"2013-05-25 00:00",0.0003,"2013-01-19 00:00",0.00015,"2013-03-05 00:00",0.0001,"2013-03-02 00:00","","","","",0.001,0.001,0.00015,0.0001,0.0001,0,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88331",2,38.088023,-119.178069,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",18,0.000131,0.000271,0.001,"2013-02-21 00:00",0.001,"2013-04-22 00:00",0.001,"2013-05-01 00:00",0.0006,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.0006,0.0001,5e-05,0,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88338",1,38.088023,-119.178069,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",42,0.016388,0.006189,0.042,"2013-01-07 00:00",0.026,"2013-04-22 00:00",0.0251,"2013-02-21 00:00",0.02495,"2013-02-24 00:00","","","","",0.042,0.042,0.0251,0.0237,0.0165,0.0147,0.0105,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88339",1,38.088023,-119.178069,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.539959,0.465371,1.97526,"2013-03-23 00:00",1.65776,"2013-04-07 00:00",1.44647,"2013-05-01 00:00",1.32177,"2013-04-22 00:00","","","","",1.97526,1.97526,1.44647,1.28283,0.85247,0.4144,0.1214,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88344",1,38.088023,-119.178069,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.139989,0.100836,0.3813,"2013-01-13 00:00",0.3504,"2013-04-07 00:00",0.3095,"2013-03-05 00:00",0.2913,"2013-04-25 00:00","","","","",0.3813,0.3813,0.3095,0.2802,0.2264,0.1277,0.0123,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88348",1,38.088023,-119.178069,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.826032,1.09589,4.971,"2013-04-07 00:00",4.201,"2013-04-22 00:00",3.1022,"2013-04-28 00:00",2.8999,"2013-05-01 00:00","","","","",4.971,4.971,3.1022,2.131,0.9518,0.5503,0.0656,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88350",1,38.088023,-119.178069,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.366077,0.353144,1.5862,"2013-04-28 00:00",1.3136,"2013-05-13 00:00",1.0775,"2013-05-04 00:00",1.0381,"2013-04-25 00:00","","","","",1.5862,1.5862,1.0775,0.8438,0.5411,0.23,0.0284,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88350",2,38.088023,-119.178069,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",40,66,21,61,0,5,"","","Certification not required",4,0.341178,0.38966,1.7852,"2013-04-28 00:00",1.3063,"2013-05-13 00:00",1.0895,"2013-05-04 00:00",0.8698,"2013-04-22 00:00","","","","",1.7852,1.7852,1.3063,0.8698,0.4673,0.1863,0.0052,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88403",1,38.088023,-119.178069,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.383486,0.339811,1.4974,"2013-03-23 00:00",1.2421,"2013-04-07 00:00",1.06,"2013-05-01 00:00",0.9726,"2013-04-22 00:00","","","","",1.4974,1.4974,1.06,0.8337,0.5716,0.3077,0.0885,"","Hoover","California","Mono","","","2014-01-28" +"06","051","9000","88502",1,38.088023,-119.178069,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,2.045455,1.989911,8,"2013-04-07 00:00",7.5,"2013-04-22 00:00",6.6,"2013-04-28 00:00",5.8,"2013-05-01 00:00","","","","",8,8,6.6,5.3,2.6,1.5,0.4,"","Hoover","California","Mono","","","2014-01-28" +"06","053","0002","44201",1,36.495767,-121.731571,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7248,83,303,365,0,48,0,0,"Certification not required",121,0.039132,0.008976,0.072,"2013-05-03 11:00",0.071,"2013-05-02 17:00",0.067,"2013-10-15 14:00",0.065,"2013-10-07 13:00","","","","",0.065,0.059,0.055,0.05,0.044,0.039,0.028,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","44201",1,36.495767,-121.731571,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7246,83,302,365,0,0,0,0,"Certification not required",0,0.035103,0.008396,0.068,"2013-05-03 10:00",0.067,"2013-05-02 11:00",0.059,"2013-10-07 10:00",0.059,"2013-10-17 10:00","","","","",0.059,0.053,0.049,0.045,0.04,0.035,0.025,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","44201",1,36.495767,-121.731571,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7246,83,302,365,0,0,0,0,"Certification not required",0,0.035103,0.008396,0.068,"2013-05-03 10:00",0.067,"2013-05-02 11:00",0.059,"2013-10-07 10:00",0.059,"2013-10-17 10:00","","","","",0.059,0.053,0.049,0.045,0.04,0.035,0.025,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","61101",1,36.495767,-121.731571,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",7287,83,304,365,0,9,"","","Certification not required",0,4.649362,2.689787,13.5,"2013-06-02 13:00",12.9,"2013-04-13 12:00",12.6,"2013-04-07 15:00",12.3,"2013-05-14 14:00","","","","",10.9,10.5,9.8,8.8,6.5,4.3,1.5,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","61102",1,36.495767,-121.731571,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7287,83,304,365,0,9,"","","Certification not required",0,218.22945,100.281489,359,"2013-01-11 21:00",359,"2013-02-21 07:00",359,"2013-04-24 15:00",359,"2013-04-24 16:00","","","","",343,339,333,326,315,266,102,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","62101",1,36.495767,-121.731571,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,9,"","","Certification not required",0,55.393578,10.504729,94,"2013-06-29 10:00",94,"2013-06-29 11:00",93,"2013-06-28 10:00",92,"2013-06-28 09:00","","","","",82,79,74,70,62,54,43,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","88101",3,36.495767,-121.731571,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7847,90,332,365,0,169,"","","Certification not required",0,6.257436,4.415981,109,"2013-10-15 14:00",62,"2013-10-14 13:00",45,"2013-06-25 12:00",44,"2013-01-06 21:00","","","","",19,17,14,11,8,6,2,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","88101",3,36.495767,-121.731571,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,0,0,0,"Certification not required",0,6.227217,2.566746,15.5,"2013-07-30 00:00",14.6,"2013-10-15 00:00",14.2,"2013-04-30 00:00",13.6,"2013-02-02 00:00","","","","",13.6,12.7,10.9,9.5,7.5,6.1,3,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0002","88101",3,36.495767,-121.731571,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,0,"","","Certification not required",0,6.227217,2.566746,15.5,"2013-07-30 00:00",14.6,"2013-10-15 00:00",14.2,"2013-04-30 00:00",13.6,"2013-02-02 00:00","","","","",13.6,12.7,10.9,9.5,7.5,6.1,3,"CARMEL VALLEY","35 Ford Road","California","Monterey","Carmel Valley Village","Salinas, CA","2014-02-21" +"06","053","0008","44201",1,36.209286,-121.126371,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7940,91,331,365,0,71,0,0,"Certification not required",650,0.043837,0.008355,0.07,"2013-05-03 13:00",0.07,"2013-05-04 12:00",0.068,"2013-05-02 13:00",0.067,"2013-10-20 12:00","","","","",0.067,0.063,0.06,0.055,0.048,0.043,0.035,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","44201",1,36.209286,-121.126371,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7944,91,331,365,0,0,0,0,"Certification not required",0,0.03787,0.007718,0.065,"2013-05-02 10:00",0.065,"2013-05-03 09:00",0.057,"2013-05-04 09:00",0.056,"2013-03-23 10:00","","","","",0.056,0.056,0.051,0.047,0.042,0.037,0.029,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","44201",1,36.209286,-121.126371,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7944,91,331,365,0,0,0,0,"Certification not required",0,0.03787,0.007718,0.065,"2013-05-02 10:00",0.065,"2013-05-03 09:00",0.057,"2013-05-04 09:00",0.056,"2013-03-23 10:00","","","","",0.056,0.056,0.051,0.047,0.042,0.037,0.029,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","61101",1,36.209286,-121.126371,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",7949,91,331,365,0,67,"","","Certification not required",0,5.308655,3.46931,16.1,"2013-04-15 14:00",15.9,"2013-06-18 15:00",15.6,"2013-06-18 16:00",15.5,"2013-05-15 14:00","","","","",13.5,12.9,12,10.9,7.8,4.2,1.7,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","61102",1,36.209286,-121.126371,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7949,91,331,365,0,67,"","","Certification not required",0,254.997736,96.279828,359,"2013-01-25 04:00",359,"2013-02-03 21:00",359,"2013-04-11 05:00",359,"2013-05-20 21:00","","","","",354,351,345,338,329,318,128,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","62101",1,36.209286,-121.126371,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",7949,91,331,365,0,67,"","","Certification not required",0,58.083029,12.591213,99,"2013-06-29 12:00",97,"2013-06-28 12:00",97,"2013-06-29 13:00",97,"2013-09-07 13:00","","","","",89,85,80,76,66,57,43,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","81102",3,36.209286,-121.126371,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7859,90,329,365,0,157,"","","Certification not required",130,28.442423,24.360507,285,"2013-02-05 22:00",276,"2013-05-12 07:00",238,"2013-05-21 16:00",223,"2013-05-21 12:00","","","","",122,103,77,57,36,22,8,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","81102",3,36.209286,-121.126371,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",329,90,329,365,0,0,0,0,"Certification not required",0,27.987842,13.509025,78,"2013-05-21 00:00",75,"2013-10-07 00:00",68,"2013-10-08 00:00",65,"2013-05-02 00:00","","","","",65,63,51,47,36,27,12,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","88101",3,36.209286,-121.126371,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7952,91,334,365,0,64,"","","Certification not required",0,6.675553,5.222516,215,"2013-04-23 18:00",71,"2013-04-20 23:00",69,"2013-04-24 10:00",64,"2013-04-24 11:00","","","","",22,17,14,12,9,6,2,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","88101",3,36.209286,-121.126371,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,6.630539,3.161322,18.3,"2013-04-24 00:00",17.3,"2013-07-30 00:00",17,"2013-07-31 00:00",16.9,"2013-04-23 00:00","","","","",16.9,14,12.4,10.9,8.5,6.2,2.9,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","0008","88101",3,36.209286,-121.126371,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,"","","Certification not required",0,6.630539,3.161322,18.3,"2013-04-24 00:00",17.3,"2013-07-30 00:00",17,"2013-07-31 00:00",16.9,"2013-04-23 00:00","","","","",16.9,14,12.4,10.9,8.5,6.2,2.9,"King City 2","415 Pearl Street","California","Monterey","King City","Salinas, CA","2014-02-21" +"06","053","1003","42101",1,36.69676,-121.637182,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7977,91,332,365,0,27,0,0,"Certification not required",7223,0.280676,0.1025,1.6,"2013-11-22 07:00",1.4,"2013-02-06 08:00",1.3,"2013-09-23 05:00",1.2,"2013-01-11 08:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","42101",1,36.69676,-121.637182,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7966,91,329,365,0,0,0,0,"Certification not required",0,0.319546,0.057514,0.7,"2013-01-08 02:00",0.7,"2013-01-08 03:00",0.7,"2013-01-29 07:00",0.7,"2013-01-29 08:00",0.7,"2013-01-08 02:00",0.7,"2013-01-29 07:00",0.6,0.5,0.5,0.4,0.3,0.3,0.3,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","42601",1,36.69676,-121.637182,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7834,89,325,365,0,170,"","","Certification not required",0,1.245086,3.657308,67,"2013-11-22 07:00",57,"2013-02-06 08:00",53,"2013-09-23 05:00",52,"2013-11-04 07:00","","","","",19,12,6,3,1,0,0,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","42602",1,36.69676,-121.637182,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7834,89,325,365,0,170,0,"","Certification not required",0,13.166154,9.091277,42,"2013-10-04 20:00",41,"2013-01-19 19:00",40,"2013-11-06 18:00",37,"2013-01-18 19:00","","","","",37,36,30,26,20,11,3,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","42602",1,36.69676,-121.637182,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7834,89,325,365,0,170,"","","Certification not required",0,4.816696,5.550722,42,"2013-10-04 20:00",41,"2013-01-19 19:00",40,"2013-10-04 19:00",40,"2013-11-06 18:00","","","","",26,22,17,12,6,3,1,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","42603",1,36.69676,-121.637182,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7834,89,325,365,0,170,"","","Certification not required",0,6.580419,8.138121,89,"2013-11-22 07:00",81,"2013-01-11 09:00",78,"2013-02-06 08:00",75,"2013-01-20 20:00","","","","",41,33,23,15,8,4,1,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","44201",1,36.69676,-121.637182,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7971,91,331,365,0,32,0,0,"Certification not required",313,0.03729,0.007678,0.065,"2013-05-02 13:00",0.065,"2013-05-03 10:00",0.058,"2013-03-23 11:00",0.057,"2013-03-13 17:00","","","","",0.057,0.057,0.049,0.047,0.042,0.037,0.028,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","44201",1,36.69676,-121.637182,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7964,90,330,365,0,0,0,0,"Certification not required",0,0.033452,0.007241,0.062,"2013-05-02 10:00",0.059,"2013-05-03 09:00",0.051,"2013-10-06 11:00",0.051,"2013-10-07 10:00","","","","",0.051,0.047,0.045,0.043,0.038,0.034,0.025,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","44201",1,36.69676,-121.637182,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7964,90,330,365,0,0,0,0,"Certification not required",0,0.033452,0.007241,0.062,"2013-05-02 10:00",0.059,"2013-05-03 09:00",0.051,"2013-10-06 11:00",0.051,"2013-10-07 10:00","","","","",0.051,0.047,0.045,0.043,0.038,0.034,0.025,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","61101",1,36.69676,-121.637182,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",7999,91,333,365,0,5,"","","Certification not required",0,5.448856,3.114608,23.4,"2013-05-05 10:00",23.4,"2013-05-05 11:00",22.8,"2013-05-05 09:00",21.6,"2013-05-05 12:00","","","","",13.2,12.2,10.9,10,7.7,4.6,2.1,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","61102",1,36.69676,-121.637182,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7999,91,333,365,0,5,"","","Certification not required",0,226.897612,95.130508,359,"2013-01-04 18:00",359,"2013-02-03 20:00",359,"2013-02-24 14:00",359,"2013-03-21 08:00","","","","",354,349,336,320,298,269,80,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","62101",1,36.69676,-121.637182,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",7999,91,333,365,0,5,"","","Certification not required",0,55.626078,7.811023,87,"2013-10-05 13:00",86,"2013-05-02 10:00",86,"2013-05-02 11:00",86,"2013-10-06 12:00","","","","",75,72,69,66,60,55,46,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","68105",2,36.69676,-121.637182,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,0,"","","Certification not required",0,12.654167,2.914159,19.4,"2013-06-27 00:00",17.3,"2013-09-07 00:00",16.8,"2013-08-26 00:00",16.7,"2013-07-03 00:00","","","","",19.4,19.4,16.8,16.4,14.8,12.9,8.3,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-01-09" +"06","053","1003","68108",2,36.69676,-121.637182,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,0,"","","Certification not required",0,759.895833,3.314954,768,"2013-01-16 00:00",767,"2013-02-27 00:00",765,"2013-01-04 00:00",765,"2013-01-28 00:00","","","","",768,768,765,765,762,759,756,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-01-09" +"06","053","1003","88101",2,36.69676,-121.637182,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,2,0,0,"Certification not required",0,4.841667,2.472817,9.5,"2013-05-04 00:00",9.3,"2013-01-16 00:00",9,"2013-01-22 00:00",9,"2013-10-31 00:00","","","","",9.5,9.5,9,8.5,6.8,4.6,1.9,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-01-09" +"06","053","1003","88101",2,36.69676,-121.637182,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,2,"","","Certification not required",0,4.841667,2.472817,9.5,"2013-05-04 00:00",9.3,"2013-01-16 00:00",9,"2013-01-22 00:00",9,"2013-10-31 00:00","","","","",9.5,9.5,9,8.5,6.8,4.6,1.9,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-01-09" +"06","053","1003","88101",3,36.69676,-121.637182,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7929,91,334,365,0,75,"","","Certification not required",0,6.574057,4.682192,77,"2013-07-04 21:00",57,"2013-07-04 20:00",55,"2013-02-07 10:00",54,"2013-01-01 00:00","","","","",21,18,15,12,9,6,2,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","88101",3,36.69676,-121.637182,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,0,0,"Certification not required",0,6.50423,3.106676,19.7,"2013-02-02 00:00",17.8,"2013-11-27 00:00",17,"2013-06-01 00:00",16.7,"2013-04-30 00:00","","","","",16.7,14.5,12.2,10.8,8.1,6,3.1,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","053","1003","88101",3,36.69676,-121.637182,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,6.50423,3.106676,19.7,"2013-02-02 00:00",17.8,"2013-11-27 00:00",17,"2013-06-01 00:00",16.7,"2013-04-30 00:00","","","","",16.7,14.5,12.2,10.8,8.1,6,3.1,"Salinas 3","867 E. LAUREL Dr","California","Monterey","Salinas","Salinas, CA","2014-02-21" +"06","055","0003","42101",1,38.310942,-122.296189,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8302,95,359,365,0,17,0,0,"Certification not required",5773,0.409341,0.289181,3.1,"2013-02-11 07:00",2.8,"2013-02-11 08:00",2.3,"2013-12-09 08:00",2.3,"2013-12-12 08:00","","","","",1.5,1.3,1.1,0.8,0.5,0.25,0.25,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","42101",1,38.310942,-122.296189,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8624,98,353,365,0,0,0,0,"Certification not required",0,0.435772,0.218954,1.7,"2013-02-11 08:00",1.7,"2013-02-11 09:00",1.7,"2013-02-11 12:00",1.6,"2013-02-11 10:00",1.7,"2013-02-11 08:00",1.5,"2013-12-22 01:00",1.2,1.1,0.9,0.8,0.5,0.3,0.3,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","42601",1,38.310942,-122.296189,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8325,95,361,365,0,0,"","","Certification not required",0,7.490895,14.67783,182.9,"2013-02-11 07:00",166.7,"2013-02-11 08:00",147,"2013-12-12 08:00",146.1,"2013-12-05 07:00","","","","",72.2,57.8,37.9,22.2,5.7,2,0.4,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","42602",1,38.310942,-122.296189,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8325,95,361,365,0,0,0,"","Certification not required",0,18.377008,10.576483,43.4,"2013-10-16 19:00",42.7,"2013-02-11 08:00",41.3,"2013-12-20 18:00",40.8,"2013-11-06 19:00","","","","",40.8,39.5,36.9,34,27.4,15.4,5.9,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","42602",1,38.310942,-122.296189,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8325,95,361,365,0,0,"","","Certification not required",0,8.973333,7.472484,43.4,"2013-10-16 19:00",42.7,"2013-02-11 08:00",41.3,"2013-12-20 18:00",40.8,"2013-11-06 19:00","","","","",33.5,30.4,24.8,19.8,12.7,6.2,2.2,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","42603",1,38.310942,-122.296189,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8325,95,361,365,0,0,"","","Certification not required",0,16.464673,20.423784,218.8,"2013-02-11 07:00",209.4,"2013-02-11 08:00",178.6,"2013-12-05 07:00",177.7,"2013-12-12 08:00","","","","",98.5,83.4,59.8,41.4,19.3,8.3,3,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","43207",3,38.310942,-122.296189,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",3,0.152273,0.057084,0.3,"2013-06-09 00:00",0.22,"2013-07-15 00:00",0.22,"2013-07-27 00:00",0.191,"2013-03-29 00:00","","","","",0.3,0.3,0.22,0.22,0.188,0.15,0.06,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43218",3,38.310942,-122.296189,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.222455,0.193864,0.803,"2013-01-16 00:00",0.588,"2013-01-04 00:00",0.546,"2013-02-21 00:00",0.355,"2013-01-28 00:00","","","","",0.803,0.803,0.588,0.546,0.252,0.179,0.08,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43302",3,38.310942,-122.296189,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,74.612773,116.347481,506.69,"2013-01-16 00:00",332.058,"2013-01-04 00:00",96.733,"2013-01-28 00:00",72.534,"2013-03-05 00:00","","","","",506.69,506.69,332.058,96.733,55.75,38.038,20.05,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43505",3,38.310942,-122.296189,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.500818,0.845041,2.907,"2013-03-05 00:00",2.824,"2013-02-09 00:00",2.61,"2013-01-04 00:00",2.457,"2013-01-16 00:00","","","","",2.907,2.907,2.824,2.61,2.262,1.396,0.35,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43551",3,38.310942,-122.296189,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,10.838091,3.86264,17.21,"2013-05-28 00:00",16.7,"2013-06-09 00:00",16.61,"2013-07-27 00:00",14.848,"2013-03-29 00:00","","","","",17.21,17.21,16.7,16.61,13.04,11.7,6.378,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43552",3,38.310942,-122.296189,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",2,1.101364,0.588617,2.42,"2013-05-28 00:00",2.38,"2013-07-27 00:00",1.522,"2013-04-10 00:00",1.494,"2013-03-05 00:00","","","","",2.42,2.42,2.38,1.522,1.3,1.156,0.38,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43702",3,38.310942,-122.296189,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43704",3,38.310942,-122.296189,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.015409,0.056424,0.255,"2013-01-04 00:00",0.084,"2013-01-28 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.255,0.255,0.084,0,0,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43802",3,38.310942,-122.296189,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.444045,0.600436,2.97,"2013-08-20 00:00",0.827,"2013-04-22 00:00",0.758,"2013-03-29 00:00",0.67,"2013-09-13 00:00","","","","",2.97,2.97,0.827,0.758,0.373,0.27,0.14,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43803",3,38.310942,-122.296189,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.043955,0.021864,0.085,"2013-01-04 00:00",0.073,"2013-01-16 00:00",0.072,"2013-03-29 00:00",0.067,"2013-02-21 00:00","","","","",0.085,0.085,0.073,0.072,0.06,0.048,0.02,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43804",3,38.310942,-122.296189,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.092045,0.018193,0.113,"2013-03-17 00:00",0.112,"2013-03-05 00:00",0.111,"2013-02-09 00:00",0.11,"2013-05-16 00:00","","","","",0.113,0.113,0.112,0.111,0.11,0.1,0.07,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43811",3,38.310942,-122.296189,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.263091,0.064724,0.38,"2013-06-09 00:00",0.367,"2013-04-10 00:00",0.36,"2013-06-21 00:00",0.35,"2013-05-16 00:00","","","","",0.38,0.38,0.367,0.36,0.31,0.259,0.186,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43814",3,38.310942,-122.296189,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.008182,0.013063,0.04,"2013-05-28 00:00",0.04,"2013-07-15 00:00",0.024,"2013-04-22 00:00",0.022,"2013-03-17 00:00","","","","",0.04,0.04,0.04,0.024,0.014,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43815",3,38.310942,-122.296189,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43817",3,38.310942,-122.296189,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.021591,0.012238,0.04,"2013-01-04 00:00",0.04,"2013-05-04 00:00",0.038,"2013-02-21 00:00",0.038,"2013-04-10 00:00","","","","",0.04,0.04,0.04,0.038,0.035,0.02,0.01,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43824",3,38.310942,-122.296189,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43843",3,38.310942,-122.296189,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","43860",3,38.310942,-122.296189,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","44201",1,38.310942,-122.296189,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8301,97,355,365,0,17,0,0,"Certification not required",1598,0.038887,0.010168,0.089,"2013-05-03 14:00",0.077,"2013-05-02 15:00",0.068,"2013-10-19 15:00",0.065,"2013-05-04 13:00","","","","",0.065,0.063,0.058,0.051,0.044,0.038,0.027,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","44201",1,38.310942,-122.296189,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8625,97,354,365,0,0,0,0,"Certification not required",0,0.032997,0.009488,0.076,"2013-05-03 11:00",0.071,"2013-05-02 11:00",0.059,"2013-10-19 11:00",0.055,"2013-04-23 09:00","","","","",0.055,0.054,0.049,0.045,0.039,0.033,0.021,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","44201",1,38.310942,-122.296189,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8625,97,354,365,0,0,1,1,"Certification not required",0,0.032997,0.009488,0.076,"2013-05-03 11:00",0.071,"2013-05-02 11:00",0.059,"2013-10-19 11:00",0.055,"2013-04-23 09:00","","","","",0.055,0.054,0.049,0.045,0.039,0.033,0.021,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","45109",3,38.310942,-122.296189,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,2.094,1.402412,5.576,"2013-02-21 00:00",4.988,"2013-01-16 00:00",3.528,"2013-01-04 00:00",3.36,"2013-06-21 00:00","","","","",5.576,5.576,4.988,3.528,2.753,1.925,0.66,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","45201",3,38.310942,-122.296189,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.484636,1.359988,4.918,"2013-01-16 00:00",4.182,"2013-01-04 00:00",3.842,"2013-02-21 00:00",2.618,"2013-02-09 00:00","","","","",4.918,4.918,4.182,3.842,1.872,1.19,0.31,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","45202",3,38.310942,-122.296189,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,3.165773,2.178592,8.518,"2013-01-16 00:00",7.897,"2013-02-21 00:00",6.307,"2013-01-04 00:00",5.165,"2013-04-22 00:00","","","","",8.518,8.518,7.897,6.307,4.239,2.93,1.17,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","45203",3,38.310942,-122.296189,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.636682,0.422536,1.636,"2013-02-21 00:00",1.549,"2013-01-16 00:00",1.248,"2013-01-04 00:00",1.02,"2013-06-21 00:00","","","","",1.636,1.636,1.549,1.248,0.814,0.544,0.24,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","45204",3,38.310942,-122.296189,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.864045,0.58506,2.393,"2013-02-21 00:00",1.951,"2013-01-16 00:00",1.576,"2013-01-04 00:00",1.386,"2013-04-22 00:00","","","","",2.393,2.393,1.951,1.576,1.025,0.85,0.3,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2013-11-15" +"06","055","0003","81102",1,38.310942,-122.296189,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,17.852459,8.227669,37,"2013-12-30 00:00",36,"2013-11-12 00:00",36,"2013-11-24 00:00",33,"2013-01-16 00:00","","","","",37,36,33,30,22,16,8,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","82180",1,38.310942,-122.296189,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,107.377049,72.339515,290,"2013-12-24 00:00",290,"2013-12-30 00:00",280,"2013-11-24 00:00",270,"2013-12-12 00:00","","","","",290,290,270,210,150,90,30,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","82203",1,38.310942,-122.296189,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",11,0.707131,0.910876,4.47,"2013-06-15 00:00",3.06,"2013-02-27 00:00",2.78,"2013-05-04 00:00",2.64,"2013-10-01 00:00","","","","",4.47,3.06,2.64,2.25,0.98,0.34,0.055,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","82301",1,38.310942,-122.296189,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",33,0.17623,0.309786,1.6,"2013-01-16 00:00",1.5,"2013-12-30 00:00",1.1,"2013-02-03 00:00",0.8,"2013-12-24 00:00","","","","",1.6,1.5,0.8,0.3,0.1,0.05,0.05,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","82306",1,38.310942,-122.296189,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.177049,1.254909,6,"2013-01-16 00:00",5.8,"2013-12-30 00:00",5.5,"2013-11-24 00:00",4.4,"2013-02-03 00:00","","","","",6,5.8,4.4,1.9,1.1,0.9,0.4,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","82403",1,38.310942,-122.296189,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",9,0.918852,0.434757,2.2,"2013-05-04 00:00",1.8,"2013-07-21 00:00",1.6,"2013-04-28 00:00",1.6,"2013-06-15 00:00","","","","",2.2,1.8,1.6,1.4,1.1,0.9,0.25,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","85101",1,38.310942,-122.296189,"NAD83","PM10 - LC","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,18.557377,8.684324,39,"2013-12-30 00:00",38,"2013-11-12 00:00",38,"2013-11-24 00:00",35,"2013-01-16 00:00","","","","",39,38,35,32,23,17,8,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-02-19" +"06","055","0003","88101",3,38.310942,-122.296189,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8482,97,362,365,0,0,"","","Certification not required",0,11.823862,9.692409,284,"2013-12-06 21:00",76,"2013-12-05 20:00",72,"2013-12-08 20:00",72,"2013-12-22 20:00","","","","",47,40,30,22,15,10,3,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","88101",3,38.310942,-122.296189,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,1,1,"Certification not required",0,11.717847,6.5377,35.8,"2013-12-22 00:00",29.6,"2013-01-16 00:00",29,"2013-12-23 00:00",28.9,"2013-12-05 00:00","","","","",28.9,27.8,24.2,21.2,15.8,10.5,4,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","055","0003","88101",3,38.310942,-122.296189,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,"","","Certification not required",0,11.717847,6.5377,35.8,"2013-12-22 00:00",29.6,"2013-01-16 00:00",29,"2013-12-23 00:00",28.9,"2013-12-05 00:00","","","","",28.9,27.8,24.2,21.2,15.8,10.5,4,"Napa - Jefferson St.","2552 JEFFERSON AVE.","California","Napa","Napa","Napa, CA","2014-01-14" +"06","057","0005","44201",1,39.234331,-121.056591,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8599,99,360,365,0,161,0,0,"Certification not required",2,0.055297,0.012252,0.089,"2013-07-02 14:00",0.086,"2013-07-30 18:00",0.085,"2013-07-03 22:00",0.085,"2013-07-21 16:00","","","","",0.085,0.083,0.077,0.072,0.066,0.053,0.042,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-06" +"06","057","0005","44201",1,39.234331,-121.056591,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8649,99,360,365,0,0,0,0,"Certification not required",0,0.0517,0.011348,0.082,"2013-07-30 14:00",0.081,"2013-07-02 12:00",0.079,"2013-07-08 17:00",0.078,"2013-08-20 11:00","","","","",0.078,0.074,0.071,0.067,0.061,0.049,0.039,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-06" +"06","057","0005","44201",1,39.234331,-121.056591,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8649,99,360,365,0,0,4,4,"Certification not required",0,0.0517,0.011348,0.082,"2013-07-30 14:00",0.081,"2013-07-02 12:00",0.079,"2013-07-08 17:00",0.078,"2013-08-20 11:00","","","","",0.078,0.074,0.071,0.067,0.061,0.049,0.039,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-06" +"06","057","0005","68101",1,39.234331,-121.056591,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Percent","No Events",57,93,57,61,0,7,"","","Certification not required",8,0.2,0.108562,0.6,"2013-03-23 00:00",0.5,"2013-07-27 00:00",0.4,"2013-01-22 00:00",0.4,"2013-02-03 00:00","","","","",0.6,0.5,0.4,0.3,0.2,0.2,0.05,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68102",1,39.234331,-121.056591,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",57,93,57,61,0,7,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68103",1,39.234331,-121.056591,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,7,"","","Certification not required",0,10.449123,7.100883,25.2,"2013-07-03 00:00",23,"2013-08-20 00:00",22.7,"2013-07-27 00:00",20.8,"2013-07-10 00:00","","","","",25.2,23,22.7,20.4,15.6,9.5,1.3,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68104",1,39.234331,-121.056591,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,7,"","","Certification not required",0,23.05614,7.992698,38.1,"2013-07-03 00:00",35.8,"2013-07-21 00:00",34.8,"2013-08-20 00:00",33.7,"2013-07-10 00:00","","","","",38.1,35.8,34.8,33.2,30.4,22,12.7,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68105",1,39.234331,-121.056591,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,7,"","","Certification not required",0,16.047368,7.728267,31.5,"2013-07-03 00:00",28.6,"2013-07-21 00:00",28,"2013-08-20 00:00",27.4,"2013-07-27 00:00","","","","",31.5,28.6,28,26.2,22.1,15.3,6.6,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68106",1,39.234331,-121.056591,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,7,"","","Certification not required",0,685.245614,3.799815,692,"2013-01-16 00:00",691,"2013-02-15 00:00",691,"2013-02-27 00:00",691,"2013-11-06 00:00","","","","",692,691,691,691,688,685,680,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68107",1,39.234331,-121.056591,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,7,"","","Certification not required",0,689.421053,3.437957,697,"2013-01-16 00:00",696,"2013-02-27 00:00",695,"2013-12-24 00:00",694,"2013-01-04 00:00","","","","",697,696,695,694,692,690,685,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68108",1,39.234331,-121.056591,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,7,"","","Certification not required",0,687.157895,3.584637,694,"2013-01-16 00:00",693,"2013-02-15 00:00",693,"2013-02-27 00:00",693,"2013-12-24 00:00","","","","",694,693,693,692,690,687,683,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","68109",1,39.234331,-121.056591,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Minutes","No Events",57,93,57,61,0,7,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","88101",1,39.234331,-121.056591,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,7,0,0,"Certification not required",0,5.822807,5.165269,28.5,"2013-08-20 00:00",28.2,"2013-08-14 00:00",15.8,"2013-09-07 00:00",12.5,"2013-11-06 00:00","","","","",28.5,28.2,15.8,9,6.6,5,2,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","88101",1,39.234331,-121.056591,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,7,"","","Certification not required",0,5.822807,5.165269,28.5,"2013-08-20 00:00",28.2,"2013-08-14 00:00",15.8,"2013-09-07 00:00",12.5,"2013-11-06 00:00","","","","",28.5,28.2,15.8,9,6.6,5,2,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-30" +"06","057","0005","88501",3,39.234331,-121.056591,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8064,92,346,365,0,696,"","","Certification not required",0,5.771329,8.629246,178,"2013-08-24 11:00",132,"2013-08-13 08:00",132,"2013-08-24 10:00",120,"2013-08-13 05:00","","","","",40,29,19,13,7,4,0,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-06" +"06","057","0005","88501",3,39.234331,-121.056591,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,5.656936,4.779518,38.1,"2013-08-13 00:00",33.9,"2013-08-14 00:00",31.5,"2013-08-18 00:00",30.4,"2013-08-20 00:00","","","","",30.4,28,12.6,8.9,6.4,4.6,2.2,"Grass Valley - Litton Bldg","200 LITTON DR., GRASS VALLEY, CA","California","Nevada","Grass Valley","Truckee-Grass Valley, CA","2014-01-06" +"06","057","0007","44201",1,39.316555,-120.845475,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1337,32,59,184,0,151,0,0,"Certification not required",0,0.058542,0.008427,0.074,"2013-07-30 21:00",0.073,"2013-07-02 17:00",0.073,"2013-07-26 22:00",0.071,"2013-07-11 20:00","","","","",0.074,0.073,0.073,0.069,0.065,0.059,0.045,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","0007","44201",1,39.316555,-120.845475,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1384,30,56,184,0,0,0,0,"Certification not required",0,0.054411,0.008056,0.067,"2013-07-08 15:00",0.065,"2013-07-25 17:00",0.065,"2013-07-30 15:00",0.064,"2013-05-20 20:00","","","","",0.067,0.065,0.065,0.064,0.06,0.057,0.039,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","0007","44201",1,39.316555,-120.845475,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1384,30,56,184,0,0,0,0,"Certification not required",0,0.054411,0.008056,0.067,"2013-07-08 15:00",0.065,"2013-07-25 17:00",0.065,"2013-07-30 15:00",0.064,"2013-05-20 20:00","","","","",0.067,0.065,0.065,0.064,0.06,0.057,0.039,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","0007","61103",1,39.316555,-120.845475,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",1488,17,62,365,0,0,"","","Certification not required",0,2.377688,1.688949,11,"2013-05-21 08:00",10,"2013-05-21 04:00",10,"2013-05-21 05:00",9,"2013-07-05 07:00","","","","",7,7,6,5,3,2,1,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","0007","61104",1,39.316555,-120.845475,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",1488,17,62,365,0,0,"","","Certification not required",0,180.93078,95.574959,360,"2013-05-24 04:00",360,"2013-05-31 01:00",360,"2013-07-01 20:00",359,"2013-07-10 23:00","","","","",356,353,341,319,223,202,23,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","0007","62101",1,39.316555,-120.845475,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1488,17,62,365,0,0,"","","Certification not required",0,66.554435,11.942859,91,"2013-07-02 10:00",91,"2013-07-03 12:00",91,"2013-07-03 13:00",90,"2013-07-01 11:00","","","","",90,88,84,81,75,68,48,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","0007","62201",1,39.316555,-120.845475,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",1488,17,62,365,0,0,"","","Certification not required",0,41.018817,20.85895,98,"2013-05-07 14:00",98,"2013-05-07 15:00",98,"2013-05-07 16:00",98,"2013-05-08 02:00","","","","",98,97,92,77,47,34,22,"LOCATED ON EDGE OF U.S. FOREST SERVICE CAMPGROUND.","26533 STATE HWY 20, WHITE CLOUD MTN","California","Nevada","","Truckee-Grass Valley, CA","2013-12-13" +"06","057","1001","68101",1,39.338504,-120.171291,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,100,61,61,0,5,"","","Certification not required",115,0.055128,0.039602,0.4,"2013-03-14 00:00",0.3,"2013-06-15 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00","","","","",0.3,0.05,0.05,0.05,0.05,0.05,0.05,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68101",2,39.338504,-120.171291,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",51,84,49,61,0,12,"","","Certification not required",51,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68102",1,39.338504,-120.171291,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,100,61,61,0,5,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68102",2,39.338504,-120.171291,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",51,84,49,61,0,12,"","","Certification not required",0,24.088235,0.03254,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68103",1,39.338504,-120.171291,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,5,"","","Certification not required",0,-2.445299,7.477028,10.9,"2013-07-21 00:00",10.6,"2013-09-01 00:00",10.4,"2013-07-03 00:00",10.4,"2013-07-24 00:00","","","","",10.6,10.4,9.8,7.1,3.5,-1.9,-13.3,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68103",2,39.338504,-120.171291,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",51,84,49,61,0,12,"","","Certification not required",0,-1.766667,7.668081,10.7,"2013-07-21 00:00",10.6,"2013-09-01 00:00",10.3,"2013-07-03 00:00",10,"2013-08-20 00:00","","","","",10.7,10.6,10.3,8.3,3.8,-1.6,-13.4,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68104",1,39.338504,-120.171291,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,5,"","","Certification not required",0,17.637607,8.757477,35.6,"2013-07-03 00:00",34.9,"2013-06-09 00:00",34.4,"2013-07-21 00:00",33.3,"2013-06-30 00:00","","","","",34.9,34.4,32.2,29.1,25.1,17.1,7.5,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68104",2,39.338504,-120.171291,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",51,84,49,61,0,12,"","","Certification not required",0,18.998039,9.213219,35.3,"2013-06-09 00:00",35.3,"2013-07-21 00:00",34,"2013-07-03 00:00",30.8,"2013-07-27 00:00","","","","",35.3,35.3,34,29.8,26.9,19.2,6.4,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68105",1,39.338504,-120.171291,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,5,"","","Certification not required",0,6.906838,8.254891,23.4,"2013-07-21 00:00",21.7,"2013-06-30 00:00",21.6,"2013-07-03 00:00",20.4,"2013-06-09 00:00","","","","",21.7,21.6,20.2,18.1,14.2,6.5,-3.9,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68105",2,39.338504,-120.171291,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",51,84,49,61,0,12,"","","Certification not required",0,7.931373,8.734563,23.6,"2013-07-21 00:00",21.4,"2013-07-03 00:00",20.5,"2013-06-09 00:00",20.3,"2013-08-20 00:00","","","","",23.6,21.4,20.5,19.2,14.9,7.7,-3.2,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68106",1,39.338504,-120.171291,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,5,"","","Certification not required",0,613.982906,3.59833,623,"2013-01-16 00:00",621,"2013-12-15 00:00",621,"2013-12-24 00:00",620,"2013-11-12 00:00","","","","",621,621,619,618,616,614,609,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68106",2,39.338504,-120.171291,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,49,61,0,12,"","","Certification not required",0,618.960784,6.409246,631,"2013-11-12 00:00",630,"2013-05-10 00:00",630,"2013-06-27 00:00",630,"2013-11-06 00:00","","","","",631,630,630,629,624,616,612,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68107",1,39.338504,-120.171291,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,5,"","","Certification not required",0,618.444444,3.268039,627,"2013-01-16 00:00",625,"2013-12-15 00:00",625,"2013-12-24 00:00",624,"2013-02-15 00:00","","","","",625,625,623,623,621,618,614,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68107",2,39.338504,-120.171291,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,49,61,0,12,"","","Certification not required",0,623.215686,6.106763,634,"2013-05-10 00:00",634,"2013-11-06 00:00",634,"2013-11-12 00:00",633,"2013-06-27 00:00","","","","",634,634,634,632,628,621,616,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68108",1,39.338504,-120.171291,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,5,"","","Certification not required",0,616.25641,3.36348,625,"2013-01-16 00:00",623,"2013-12-15 00:00",623,"2013-12-24 00:00",622,"2013-01-19 00:00","","","","",623,623,621,620,619,616,611,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68108",2,39.338504,-120.171291,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,49,61,0,12,"","","Certification not required",0,621.137255,6.099245,633,"2013-11-12 00:00",632,"2013-05-10 00:00",632,"2013-11-06 00:00",631,"2013-06-27 00:00","","","","",633,632,632,631,626,619,614,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68109",1,39.338504,-120.171291,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,100,61,61,0,5,"","","Certification not required",0,1439.948718,0.221521,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","68109",2,39.338504,-120.171291,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",51,84,49,61,0,12,"","","Certification not required",0,1439.882353,0.325396,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","88101",1,39.338504,-120.171291,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,1,1,"Certification not required",0,8.268376,7.035987,42.9,"2013-08-23 00:00",31.1,"2013-08-29 00:00",30.8,"2013-08-14 00:00",28.4,"2013-01-04 00:00","","","","",31.1,30.8,28.2,17.3,8.8,5.9,3.2,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","88101",1,39.338504,-120.171291,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,8.268376,7.035987,42.9,"2013-08-23 00:00",31.1,"2013-08-29 00:00",30.8,"2013-08-14 00:00",28.4,"2013-01-04 00:00","","","","",31.1,30.8,28.2,17.3,8.8,5.9,3.2,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","88101",2,39.338504,-120.171291,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,80,49,61,0,12,0,0,"Certification not required",0,7.752941,6.73036,31.8,"2013-01-04 00:00",28.5,"2013-08-14 00:00",27,"2013-08-20 00:00",19.1,"2013-01-01 00:00","","","","",31.8,31.8,27,17.9,8.1,5.4,3.1,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","88101",2,39.338504,-120.171291,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,80,49,61,0,12,"","","Certification not required",0,7.752941,6.73036,31.8,"2013-01-04 00:00",28.5,"2013-08-14 00:00",27,"2013-08-20 00:00",19.1,"2013-01-01 00:00","","","","",31.8,31.8,27,17.9,8.1,5.4,3.1,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-30" +"06","057","1001","88501",3,39.338504,-120.171291,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8305,95,344,365,0,455,"","","Certification not required",0,15.420108,11.67974,165,"2013-08-21 18:00",161,"2013-08-24 08:00",130,"2013-08-14 19:00",130,"2013-08-14 20:00","","","","",65,49,34,26,18,13,6,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-06" +"06","057","1001","88501",3,39.338504,-120.171291,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,15.398837,8.050486,61.2,"2013-08-24 00:00",52.7,"2013-08-23 00:00",50.5,"2013-08-27 00:00",50,"2013-08-18 00:00","","","","",50,37.5,33,26.4,16.7,12.7,9.1,"Truckee-Fire Station","FS-10049 DONNER PASS RD, TRUCKEE","California","Nevada","Truckee","Truckee-Grass Valley, CA","2014-01-06" +"06","059","0007","42101",1,33.83062,-117.93845,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5829,67,252,365,0,723,0,0,"Certification not required",4589,0.376214,0.302882,3.4,"2013-01-22 08:00",3.3,"2013-01-22 07:00",2.9,"2013-01-18 07:00",2.9,"2013-01-18 08:00","","","","",1.7,1.4,1,0.7,0.25,0.25,0.25,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","42101",1,33.83062,-117.93845,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6131,70,243,365,0,0,0,0,"Certification not required",0,0.410471,0.247054,2.6,"2013-01-22 09:00",2.5,"2013-01-22 08:00",2.5,"2013-01-22 10:00",2.3,"2013-01-22 07:00",2.6,"2013-01-22 09:00",2,"2013-01-22 02:00",1.4,1.2,1,0.7,0.4,0.3,0.3,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","42601",5,33.83062,-117.93845,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,199,365,0,1916,"","","Certification not required",0,9.931687,25.369955,302.5,"2013-01-22 08:00",273.4,"2013-01-22 07:00",249,"2013-01-18 08:00",237.2,"2013-01-22 06:00","","","","",131.4,101,60,27.8,4.6,1.8,0,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","42602",5,33.83062,-117.93845,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,199,365,0,1916,0,"","Certification not required",0,24.902513,13.940213,64.5,"2013-01-22 09:00",59.2,"2013-01-18 08:00",55.6,"2013-03-01 20:00",55.6,"2013-03-02 20:00","","","","",59.2,55.6,49.8,46.4,35.6,21.3,9.2,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","42602",5,33.83062,-117.93845,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,199,365,0,1916,"","","Certification not required",0,14.133844,11.291064,64.5,"2013-01-22 09:00",61.7,"2013-01-22 08:00",59.2,"2013-01-18 08:00",58.5,"2013-01-22 10:00","","","","",47.6,44.9,38.7,32.4,19,9.8,4.2,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","42603",5,33.83062,-117.93845,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,199,365,0,1916,"","","Certification not required",0,24.100863,34.106321,364.2,"2013-01-22 08:00",323.1,"2013-01-22 07:00",308.3,"2013-01-18 08:00",283.7,"2013-01-22 06:00","","","","",172.4,136.1,95.3,60.9,23.3,11.6,4.8,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","44201",1,33.83062,-117.93845,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5379,64,233,365,0,1173,0,0,"Certification not required",694,0.047155,0.01138,0.084,"2013-06-29 15:00",0.084,"2013-09-06 14:00",0.083,"2013-05-03 15:00",0.078,"2013-09-15 12:00","","","","",0.083,0.076,0.067,0.06,0.053,0.047,0.032,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","44201",1,33.83062,-117.93845,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5645,61,224,365,0,0,0,0,"Certification not required",0,0.040808,0.010172,0.07,"2013-05-03 11:00",0.065,"2013-03-24 10:00",0.064,"2013-05-02 10:00",0.063,"2013-06-29 11:00","","","","",0.064,0.062,0.057,0.053,0.047,0.041,0.028,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","44201",1,33.83062,-117.93845,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5645,61,224,365,0,0,0,0,"Certification not required",0,0.040808,0.010172,0.07,"2013-05-03 11:00",0.065,"2013-03-24 10:00",0.064,"2013-05-02 10:00",0.063,"2013-06-29 11:00","","","","",0.064,0.062,0.057,0.053,0.047,0.041,0.028,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","62101",1,33.83062,-117.93845,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6327,72,262,365,0,225,"","","Certification not required",0,64.948965,10.024211,96.1,"2013-05-13 14:00",95.1,"2013-05-02 15:00",94.9,"2013-05-02 14:00",94.6,"2013-05-13 13:00","","","","",89.4,87.1,81.8,78.2,71.4,64.5,52.6,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","62201",1,33.83062,-117.93845,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6327,72,262,365,0,225,"","","Certification not required",0,58.310416,18.806074,95,"2013-08-25 01:00",94,"2013-08-25 00:00",94,"2013-09-15 07:00",93,"2013-08-25 02:00","","","","",86,85,81,78,73,62,31,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","64101",1,33.83062,-117.93845,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6327,72,262,365,0,225,"","","Certification not required",0,1009.786471,4.073862,1026,"2013-01-15 09:00",1025,"2013-01-15 10:00",1024,"2013-01-15 08:00",1024,"2013-01-15 11:00","","","","",1020,1019,1017,1015,1013,1010,1005,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","68101",1,33.83062,-117.93845,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",83,23,83,365,0,6,"","","Certification not required",0,0.218072,0.133567,1.4,"2013-01-16 00:00",0.4,"2013-01-10 00:00",0.3,"2013-01-19 00:00",0.2,"2013-01-01 00:00","","","","",1.4,0.4,0.2,0.2,0.2,0.2,0.2,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68102",1,33.83062,-117.93845,"NAD83","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",83,23,83,365,0,6,"","","Certification not required",0,23.96747,0.082799,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.9,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68103",1,33.83062,-117.93845,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,23,83,365,0,6,"","","Certification not required",0,8.203614,3.025237,13.2,"2013-03-02 00:00",13.2,"2013-03-31 00:00",13,"2013-01-26 00:00",12.7,"2013-01-23 00:00","","","","",13.2,13.2,12.6,11.8,10.9,8.1,4,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68104",1,33.83062,-117.93845,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,23,83,365,0,6,"","","Certification not required",0,21.520482,4.512632,33.1,"2013-03-01 00:00",30.8,"2013-01-21 00:00",30.7,"2013-01-22 00:00",30,"2013-02-16 00:00","","","","",33.1,30.8,29.3,28.3,24.4,21,16,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68105",1,33.83062,-117.93845,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,23,83,365,0,6,"","","Certification not required",0,13.996386,2.986982,21.4,"2013-03-01 00:00",20.8,"2013-02-15 00:00",20.4,"2013-03-02 00:00",19.3,"2013-02-16 00:00","","","","",21.4,20.8,19,17.4,16,14,10.4,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68106",1,33.83062,-117.93845,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",83,23,83,365,0,6,"","","Certification not required",0,755.168675,3.557264,764,"2013-01-15 00:00",761,"2013-01-04 00:00",761,"2013-01-05 00:00",761,"2013-01-14 00:00","","","","",764,761,761,759,758,755,751,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68107",1,33.83062,-117.93845,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",83,23,83,365,0,6,"","","Certification not required",0,763.638554,2.703107,776,"2013-01-24 00:00",772,"2013-01-15 00:00",769,"2013-01-16 00:00",768,"2013-01-14 00:00","","","","",776,772,767,766,765,764,760,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68108",1,33.83062,-117.93845,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",83,23,83,365,0,6,"","","Certification not required",0,759.457831,2.964428,767,"2013-01-15 00:00",764,"2013-01-04 00:00",764,"2013-01-05 00:00",764,"2013-01-14 00:00","","","","",767,764,764,763,761,760,755,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","68109",1,33.83062,-117.93845,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",83,23,83,365,0,6,"","","Certification not required",0,1437.39759,4.262542,1440,"2013-03-07 00:00",1439,"2013-01-01 00:00",1439,"2013-01-03 00:00",1439,"2013-01-05 00:00","","","","",1440,1439,1439,1439,1439,1439,1434,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","81102",1,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,25.627119,10.265272,77,"2013-11-12 00:00",46,"2013-10-25 00:00",43,"2013-01-22 00:00",43,"2013-10-07 00:00","","","","",77,46,43,35,30,24,14,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","059","0007","81102",3,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6015,69,250,365,10,532,"","","Certification not required",46,26.613466,12.464985,134,"2013-04-18 03:00",119,"2013-03-22 12:00",118,"2013-05-02 09:00",109,"2013-01-22 08:00","","","","",63,55,48,42,34,25,12,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","81102",3,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6015,69,250,365,10,532,"","","Certification not required",46,26.613466,12.464985,134,"2013-04-18 03:00",119,"2013-03-22 12:00",118,"2013-05-02 09:00",109,"2013-01-22 08:00","","","","",63,55,48,42,34,25,12,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","81102",3,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6005,69,250,365,0,532,"","","Certification not required",46,26.592839,12.419263,134,"2013-04-18 03:00",119,"2013-03-22 12:00",118,"2013-05-02 09:00",109,"2013-01-22 08:00","","","","",63,55,48,42,34,25,12,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","81102",3,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",250,68,250,365,0,0,0,0,"Certification not required",0,26.024,8.622809,54,"2013-05-02 00:00",47,"2013-02-14 00:00",46,"2013-01-22 00:00",46,"2013-05-03 00:00","","","","",46,45,39,37,32,26,14,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","81102",3,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",250,68,250,365,0,0,0,0,"Certification not required",0,26.06,8.59908,54,"2013-05-02 00:00",47,"2013-02-14 00:00",46,"2013-01-22 00:00",46,"2013-05-03 00:00","","","","",46,45,39,37,32,26,14,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","81102",3,33.83062,-117.93845,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",250,68,250,365,0,0,0,0,"Certification not required",0,26.06,8.59908,54,"2013-05-02 00:00",47,"2013-02-14 00:00",46,"2013-01-22 00:00",46,"2013-05-03 00:00","","","","",46,45,39,37,32,26,14,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","85101",1,33.83062,-117.93845,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,25.508475,10.225682,77,"2013-11-12 00:00",46,"2013-10-25 00:00",43,"2013-10-07 00:00",42,"2013-01-22 00:00","","","","",77,46,43,35,29,24,14,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","059","0007","88101",1,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,23,83,365,0,6,0,0,"Certification not required",0,10.586747,4.76593,24.3,"2013-02-07 00:00",23.6,"2013-02-05 00:00",21.1,"2013-02-14 00:00",19.6,"2013-01-05 00:00","","","","",24.3,23.6,19,16.5,13.4,10.2,4.8,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","88101",1,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,23,83,365,0,6,"","","Certification not required",0,10.586747,4.76593,24.3,"2013-02-07 00:00",23.6,"2013-02-05 00:00",21.1,"2013-02-14 00:00",19.6,"2013-01-05 00:00","","","","",24.3,23.6,19,16.5,13.4,10.2,4.8,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",5948,68,255,365,10,599,"","","Certification not required",0,13.11303,7.152469,83,"2013-07-04 21:00",76,"2013-07-04 20:00",70,"2013-02-03 21:00",56.5,"2013-09-26 07:00","","","","",36,32,26,22,17,12,5,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",5948,68,255,365,10,599,"","","Certification not required",0,13.11303,7.152469,83,"2013-07-04 21:00",76,"2013-07-04 20:00",70,"2013-02-03 21:00",56.5,"2013-09-26 07:00","","","","",36,32,26,22,17,12,5,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",5938,68,255,365,0,599,"","","Certification not required",0,13.076844,7.036784,70,"2013-02-03 21:00",56.5,"2013-09-26 07:00",55,"2013-01-05 20:00",50,"2013-02-07 08:00","","","","",36,32,26,22,17,12,5,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",245,67,245,365,0,0,0,0,"Certification not required",0,12.984898,4.858571,27.6,"2013-02-07 00:00",26.2,"2013-08-25 00:00",25.7,"2013-02-05 00:00",25.4,"2013-03-14 00:00","","","","",25.7,25,22.3,19.4,16,12.8,6.7,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",245,67,245,365,0,0,0,0,"Certification not required",0,13.026122,4.872553,27.6,"2013-02-07 00:00",26.2,"2013-08-25 00:00",25.7,"2013-02-05 00:00",25.4,"2013-03-14 00:00","","","","",25.7,25,22.3,19.6,16.1,12.9,6.7,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",245,67,245,365,0,0,0,0,"Certification not required",0,13.026122,4.872553,27.6,"2013-02-07 00:00",26.2,"2013-08-25 00:00",25.7,"2013-02-05 00:00",25.4,"2013-03-14 00:00","","","","",25.7,25,22.3,19.6,16.1,12.9,6.7,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",246,67,246,365,0,0,"","","Certification not required",0,13.036179,4.865156,27.6,"2013-02-07 00:00",26.2,"2013-08-25 00:00",25.7,"2013-02-05 00:00",25.4,"2013-03-14 00:00","","","","",25.7,25,22.3,19.6,16.1,13,6.7,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",246,67,246,365,0,0,"","","Certification not required",0,12.995122,4.851297,27.6,"2013-02-07 00:00",26.2,"2013-08-25 00:00",25.7,"2013-02-05 00:00",25.4,"2013-03-14 00:00","","","","",25.7,25,22.3,19.4,16,12.9,6.7,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","0007","88101",3,33.83062,-117.93845,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",246,67,246,365,0,0,"","","Certification not required",0,13.036179,4.865156,27.6,"2013-02-07 00:00",26.2,"2013-08-25 00:00",25.7,"2013-02-05 00:00",25.4,"2013-03-14 00:00","","","","",25.7,25,22.3,19.6,16.1,13,6.7,"Anaheim","1630 W. PAMPAS LANE","California","Orange","Anaheim","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","1003","42101",1,33.67464,-117.92568,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",3782,43,165,365,0,562,0,0,"Certification not required",3286,0.338445,0.259491,2.4,"2013-01-17 08:00",2.3,"2013-01-18 08:00",2.2,"2013-01-19 07:00",2.1,"2013-01-19 08:00","","","","",1.5,1.3,1,0.6,0.25,0.25,0.25,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42101",1,33.67464,-117.92568,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4011,46,156,365,0,0,0,0,"Certification not required",0,0.382822,0.213139,1.7,"2013-01-05 03:00",1.7,"2013-01-05 04:00",1.7,"2013-01-19 08:00",1.6,"2013-01-05 01:00",1.7,"2013-01-05 03:00",1.7,"2013-01-19 08:00",1.3,1.1,0.9,0.6,0.3,0.3,0.3,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42401",1,33.67464,-117.92568,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3715,42,162,365,0,629,0,"","Certification not required",0,0.445679,0.693098,2.8,"2013-01-23 09:00",2.8,"2013-03-01 07:00",2.7,"2013-01-04 08:00",2.6,"2013-01-16 08:00","","","","",2.8,2.6,2.1,1.4,0.9,0.1,0,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42401",1,33.67464,-117.92568,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3715,42,162,365,0,629,"","","Certification not required",0,0.107645,0.3153,2.8,"2013-01-23 09:00",2.8,"2013-03-01 07:00",2.7,"2013-01-04 08:00",2.6,"2013-01-16 08:00","","","","",1.3,1,1,0.4,0,0,0,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42401",1,33.67464,-117.92568,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",162,44,162,365,0,0,0,"","Certification not required",0,0.101852,0.205657,1.1,"2013-01-22 00:00",1,"2013-01-16 00:00",0.8,"2013-01-21 00:00",0.7,"2013-01-19 00:00","","","","",1,0.7,0.6,0.4,0.1,0,0,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42401",1,33.67464,-117.92568,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1156,40,154,365,0,0,"",0,"Certification not required",0,0.102336,0.276377,2,"2013-01-23 11:00",1.8,"2013-01-22 20:00",1.7,"2013-03-01 08:00",1.5,"2013-01-04 08:00","","","","",1.2,1,0.9,0.4,0,0,0,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42401",2,33.67464,-117.92568,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",21925,21,78,365,0,3995,"","","Certification not required",0,0.226527,0.732972,59.2,"2013-02-19 03:15",22.7,"2013-02-07 04:30",22.3,"2013-02-19 03:20",19.2,"2013-01-19 04:35","","","","",2,1.6,1,1,0.1,0,0,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-27" +"06","059","1003","42601",1,33.67464,-117.92568,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3877,44,169,365,0,467,"","","Certification not required",0,8.163116,22.166534,215.4,"2013-01-23 08:00",186.4,"2013-01-04 08:00",178.1,"2013-01-19 07:00",165.5,"2013-01-17 08:00","","","","",112.1,92.4,58,25.2,1.7,0.9,0,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42602",1,33.67464,-117.92568,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3877,44,169,365,0,467,0,"","Certification not required",0,19.451479,14.925139,55.4,"2013-01-23 11:00",53.1,"2013-01-22 17:00",52.4,"2013-03-01 20:00",49.7,"2013-02-14 22:00","","","","",53.1,50.2,46.9,41.4,33.9,13.6,4.8,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42602",1,33.67464,-117.92568,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3877,44,169,365,0,467,"","","Certification not required",0,10.053134,11.789444,55.4,"2013-01-23 11:00",54.8,"2013-01-23 10:00",54.1,"2013-01-23 09:00",53.1,"2013-01-22 17:00","","","","",45.7,41.7,36.8,30.7,12.9,4.3,1.4,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","42603",1,33.67464,-117.92568,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3877,44,169,365,0,467,"","","Certification not required",0,18.253314,31.611874,264.5,"2013-01-23 08:00",231.8,"2013-01-04 08:00",211.9,"2013-01-17 08:00",211.8,"2013-01-19 07:00","","","","",149.7,127.8,92.6,57,15.1,4.9,2,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","44201",1,33.67464,-117.92568,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3899,45,165,365,0,445,0,0,"Certification not required",524,0.045497,0.010198,0.087,"2013-05-03 17:00",0.08,"2013-05-13 12:00",0.074,"2013-05-12 14:00",0.069,"2013-04-19 16:00","","","","",0.08,0.069,0.062,0.056,0.05,0.046,0.031,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","44201",1,33.67464,-117.92568,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4142,45,163,365,0,0,0,0,"Certification not required",0,0.040294,0.010336,0.075,"2013-05-03 13:00",0.065,"2013-05-12 11:00",0.058,"2013-04-18 10:00",0.058,"2013-04-19 11:00","","","","",0.065,0.058,0.055,0.051,0.046,0.042,0.027,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","1003","44201",1,33.67464,-117.92568,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4142,45,163,365,0,0,0,0,"Certification not required",0,0.040294,0.010336,0.075,"2013-05-03 13:00",0.065,"2013-05-12 11:00",0.058,"2013-04-18 10:00",0.058,"2013-04-19 11:00","","","","",0.065,0.058,0.055,0.051,0.046,0.042,0.027,"Costa Mesa","2850 MESA VERDE DR EAST, COSTA MESA","California","Orange","Costa Mesa","Los Angeles-Long Beach-Santa Ana, CA","2013-09-20" +"06","059","2022","42101",1,33.63003,-117.67593,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6198,71,272,365,0,353,0,0,"Certification not required",5921,0.267143,0.084158,1.2,"2013-02-02 20:00",1.1,"2013-01-09 08:00",1.1,"2013-05-06 13:00",1,"2013-01-22 08:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","42101",1,33.63003,-117.67593,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6498,74,268,365,0,0,0,0,"Certification not required",0,0.310326,0.044138,0.9,"2013-02-02 21:00",0.8,"2013-02-02 20:00",0.8,"2013-02-02 22:00",0.7,"2013-01-05 23:00",0.9,"2013-02-02 21:00",0.7,"2013-01-05 23:00",0.5,0.5,0.4,0.3,0.3,0.3,0.3,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","44201",1,33.63003,-117.67593,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6198,74,270,365,0,353,0,0,"Certification not required",206,0.050348,0.012191,0.104,"2013-05-12 17:00",0.102,"2013-05-13 15:00",0.086,"2013-09-15 14:00",0.085,"2013-09-06 15:00","","","","",0.086,0.081,0.073,0.066,0.056,0.049,0.037,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","44201",1,33.63003,-117.67593,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6498,74,269,365,0,0,0,0,"Certification not required",0,0.043691,0.010306,0.082,"2013-05-12 11:00",0.08,"2013-05-13 09:00",0.074,"2013-05-03 11:00",0.074,"2013-09-15 10:00","","","","",0.074,0.07,0.061,0.056,0.049,0.043,0.031,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","44201",1,33.63003,-117.67593,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6498,74,269,365,0,0,2,2,"Certification not required",0,0.043691,0.010306,0.082,"2013-05-12 11:00",0.08,"2013-05-13 09:00",0.074,"2013-05-03 11:00",0.074,"2013-09-15 10:00","","","","",0.074,0.07,0.061,0.056,0.049,0.043,0.031,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","62101",1,33.63003,-117.67593,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,3,"","","Certification not required",0,64.00898,12.558334,101.9,"2013-09-06 12:00",100.3,"2013-09-07 12:00",99.8,"2013-09-06 13:00",99.8,"2013-09-07 11:00","","","","",94.2,91.4,86.8,81.9,72.3,62.4,48.9,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","62201",1,33.63003,-117.67593,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6548,75,273,365,0,3,"","","Certification not required",0,61.79719,20.685793,92,"2013-01-27 03:00",91,"2013-01-25 21:00",91,"2013-01-25 22:00",91,"2013-01-25 23:00","","","","",90,89,87,85,80,65,32,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","64101",1,33.63003,-117.67593,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6363,73,264,365,0,22,"","","Certification not required",0,994.97234,3.597196,1008,"2013-01-15 09:00",1008,"2013-01-15 10:00",1007,"2013-01-15 08:00",1007,"2013-01-15 11:00","","","","",1004,1003,1001,1000,997,995,990,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-05" +"06","059","2022","68101",1,33.63003,-117.67593,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",28,46,15,61,0,0,"","","Certification not required",0,0.685714,0.155669,1.3,"2013-02-27 00:00",0.9,"2013-01-16 00:00",0.8,"2013-01-10 00:00",0.8,"2013-01-31 00:00","","","","",1.3,1.3,0.9,0.8,0.8,0.6,0.6,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68102",1,33.63003,-117.67593,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",28,46,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68103",1,33.63003,-117.67593,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,15,61,0,0,"","","Certification not required",0,7.289286,3.239495,14.2,"2013-01-25 00:00",12,"2013-03-29 00:00",11.6,"2013-03-02 00:00",11.4,"2013-03-26 00:00","","","","",14.2,14.2,12,11.6,9.7,7.3,3.3,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68104",1,33.63003,-117.67593,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,15,61,0,0,"","","Certification not required",0,20.821429,4.8082,29.9,"2013-03-02 00:00",29.3,"2013-02-15 00:00",27.8,"2013-03-14 00:00",27.4,"2013-01-31 00:00","","","","",29.9,29.9,29.3,27.8,24.6,19.9,14,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68105",1,33.63003,-117.67593,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,15,61,0,0,"","","Certification not required",0,13.107143,3.392904,19.6,"2013-03-02 00:00",18.6,"2013-02-15 00:00",17.1,"2013-02-03 00:00",17,"2013-03-14 00:00","","","","",19.6,19.6,18.6,17.1,15.7,13,9.2,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68106",1,33.63003,-117.67593,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,15,61,0,0,"","","Certification not required",0,745.107143,1.571489,748,"2013-01-04 00:00",748,"2013-02-12 00:00",747,"2013-01-16 00:00",747,"2013-02-15 00:00","","","","",748,748,748,747,746,745,743,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68107",1,33.63003,-117.67593,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,15,61,0,0,"","","Certification not required",0,757.392857,5.130441,766,"2013-03-05 00:00",766,"2013-03-14 00:00",765,"2013-02-03 00:00",765,"2013-02-18 00:00","","","","",766,766,766,765,762,756,752,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68108",1,33.63003,-117.67593,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,15,61,0,0,"","","Certification not required",0,749,1.30526,752,"2013-03-05 00:00",751,"2013-01-16 00:00",751,"2013-02-12 00:00",751,"2013-03-14 00:00","","","","",752,752,751,751,750,749,747,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","68109",1,33.63003,-117.67593,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",28,46,15,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","81102",1,33.63003,-117.67593,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,19.344262,7.320941,51,"2013-11-12 00:00",45,"2013-10-25 00:00",29,"2013-05-04 00:00",29,"2013-06-21 00:00","","","","",51,45,29,27,22,19,12,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","059","2022","85101",1,33.63003,-117.67593,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,19.081967,7.197905,50,"2013-11-12 00:00",45,"2013-10-25 00:00",29,"2013-06-21 00:00",28,"2013-05-04 00:00","","","","",50,45,28,26,21,18,12,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2014-02-12" +"06","059","2022","88101",1,33.63003,-117.67593,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,23,28,122,0,0,0,0,"Certification not required",0,7.371429,2.973819,13.5,"2013-03-20 00:00",11.7,"2013-02-06 00:00",11.4,"2013-01-01 00:00",11.3,"2013-03-14 00:00","","","","",13.5,13.5,11.7,11.4,9.5,7.2,3.5,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","2022","88101",1,33.63003,-117.67593,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,23,28,122,0,0,"","","Certification not required",0,7.371429,2.973819,13.5,"2013-03-20 00:00",11.7,"2013-02-06 00:00",11.4,"2013-01-01 00:00",11.3,"2013-03-14 00:00","","","","",13.5,13.5,11.7,11.4,9.5,7.2,3.5,"Mission Viejo","26081 VIA PERA, MISSION VIEJO, CA 92691","California","Orange","Mission Viejo","Los Angeles-Long Beach-Santa Ana, CA","2013-11-01" +"06","059","5001","42101",1,33.92513,-117.95264,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",4181,48,186,365,0,379,0,0,"Certification not required",3584,0.340804,0.264403,3.3,"2013-01-17 07:00",3.2,"2013-01-15 07:00",2.8,"2013-01-03 07:00",2.4,"2013-01-09 07:00","","","","",1.5,1.2,0.9,0.6,0.25,0.25,0.25,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","42101",1,33.92513,-117.95264,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4454,51,182,365,0,0,0,0,"Certification not required",0,0.380534,0.187027,1.5,"2013-01-03 08:00",1.5,"2013-01-03 09:00",1.5,"2013-01-03 10:00",1.5,"2013-01-03 11:00",1.5,"2013-01-03 08:00",1.5,"2013-01-15 10:00",1.1,1,0.8,0.6,0.3,0.3,0.3,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","42601",2,33.92513,-117.95264,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2721,31,120,365,0,1839,"","","Certification not required",0,7.562404,15.765175,148.5,"2013-02-01 07:00",145.6,"2013-02-01 06:00",141.5,"2013-02-14 07:00",141,"2013-03-12 06:00","","","","",82.2,63.8,37.8,17.3,4.7,2.8,0.4,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","42602",2,33.92513,-117.95264,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2697,31,119,365,0,1837,0,"","Certification not required",0,24.242857,13.388058,60.7,"2013-03-13 11:00",53.6,"2013-05-02 21:00",53.3,"2013-02-14 17:00",52.8,"2013-03-14 11:00","","","","",53.6,53.3,52.1,46.8,32.7,20.3,10.3,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","42602",2,33.92513,-117.95264,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2697,31,119,365,0,1837,"","","Certification not required",0,14.114386,10.188941,60.7,"2013-03-13 11:00",58.5,"2013-03-13 10:00",58.5,"2013-03-13 12:00",53.6,"2013-05-02 21:00","","","","",46.5,42.5,36.1,30.5,18.1,10.5,4.9,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","42603",2,33.92513,-117.95264,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2721,31,120,365,0,1839,"","","Certification not required",0,21.719147,23.319579,182.8,"2013-02-01 07:00",182,"2013-02-01 06:00",181.8,"2013-02-14 07:00",170.7,"2013-03-12 06:00","","","","",120,99.7,73.3,48.4,22.2,13.4,6.7,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","44201",1,33.92513,-117.95264,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4135,50,183,365,0,425,0,0,"Certification not required",767,0.04524,0.013331,0.104,"2013-06-29 15:00",0.09,"2013-05-12 15:00",0.085,"2013-05-13 11:00",0.083,"2013-06-01 13:00","","","","",0.09,0.083,0.07,0.061,0.052,0.045,0.031,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","44201",1,33.92513,-117.95264,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4402,50,181,365,0,0,0,0,"Certification not required",0,0.037917,0.0116,0.078,"2013-05-12 10:00",0.075,"2013-06-29 11:00",0.07,"2013-05-03 11:00",0.066,"2013-06-01 10:00","","","","",0.075,0.066,0.061,0.052,0.043,0.037,0.024,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","059","5001","44201",1,33.92513,-117.95264,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4402,50,181,365,0,0,1,1,"Certification not required",0,0.037917,0.0116,0.078,"2013-05-12 10:00",0.075,"2013-06-29 11:00",0.07,"2013-05-03 11:00",0.066,"2013-06-01 10:00","","","","",0.075,0.066,0.061,0.052,0.043,0.037,0.024,"La Habra","621 W. LAMBERT, LA HABRA","California","Orange","La Habra","Los Angeles-Long Beach-Santa Ana, CA","2013-11-21" +"06","061","0002","81102",1,38.937778,-121.103889,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",3,13.9,10.99106,79,"2013-08-14 00:00",34,"2013-08-20 00:00",28,"2013-04-28 00:00",27,"2013-05-04 00:00","","","","",79,34,28,22,17,12,5,"","DEWITT-108 'C' AVE, AUBURN","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-09" +"06","061","0003","44201",1,38.93568,-121.09959,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8668,100,364,365,0,92,0,0,"Certification not required",139,0.048093,0.014028,0.097,"2013-07-03 17:00",0.088,"2013-08-14 12:00",0.085,"2013-07-30 16:00",0.083,"2013-07-26 17:00","","","","",0.083,0.078,0.073,0.067,0.058,0.046,0.032,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0003","44201",1,38.93568,-121.09959,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8684,100,364,365,0,0,0,0,"Certification not required",0,0.04261,0.012895,0.08,"2013-08-14 11:00",0.074,"2013-07-02 11:00",0.074,"2013-07-30 11:00",0.073,"2013-07-08 12:00","","","","",0.073,0.069,0.065,0.061,0.052,0.041,0.027,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0003","44201",1,38.93568,-121.09959,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8684,100,364,365,0,0,1,1,"Certification not required",0,0.04261,0.012895,0.08,"2013-08-14 11:00",0.074,"2013-07-02 11:00",0.074,"2013-07-30 11:00",0.073,"2013-07-08 12:00","","","","",0.073,0.069,0.065,0.061,0.052,0.041,0.027,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8686,99,365,365,703,72,"","","Certification not required",0,6.617545,13.320406,231,"2013-08-19 07:00",221,"2013-08-14 05:00",194,"2013-08-14 06:00",192,"2013-08-14 07:00","","","","",61,36,20,12,7,4,0,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8686,99,365,365,703,72,"","","Certification not required",0,6.617545,13.320406,231,"2013-08-19 07:00",221,"2013-08-14 05:00",194,"2013-08-14 06:00",192,"2013-08-14 07:00","","","","",61,36,20,12,7,4,0,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7983,99,365,365,0,72,"","","Certification not required",0,4.992484,6.320429,102,"2013-03-16 21:00",87,"2013-03-17 22:00",85,"2013-04-13 14:00",81,"2013-12-05 18:00","","","","",28,22,14,10,6,4,-3,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",340,99,362,365,0,0,0,0,"Certification not required",0,4.945294,3.415936,18.7,"2013-06-13 00:00",18.4,"2013-12-22 00:00",17.9,"2013-05-03 00:00",17.2,"2013-11-23 00:00","","","","",17.2,14.5,10.9,9,6.5,4.1,0.4,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",362,99,362,365,0,0,7,7,"Certification not required",0,6.524586,8.45474,75.6,"2013-08-14 00:00",73.4,"2013-08-19 00:00",61,"2013-08-17 00:00",53.2,"2013-08-15 00:00","","","","",53.2,29.7,15.9,10.9,7.4,4.6,1.4,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",362,99,362,365,0,0,7,7,"Certification not required",0,6.524586,8.45474,75.6,"2013-08-14 00:00",73.4,"2013-08-19 00:00",61,"2013-08-17 00:00",53.2,"2013-08-15 00:00","","","","",53.2,29.7,15.9,10.9,7.4,4.6,1.4,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",363,99,363,365,0,0,"","","Certification not required",0,6.580992,8.511175,75.6,"2013-08-14 00:00",73.4,"2013-08-19 00:00",61,"2013-08-17 00:00",53.2,"2013-08-15 00:00","","","","",53.2,29.7,17.2,11,7.5,4.6,1.4,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",340,99,363,365,0,0,"","","Certification not required",0,4.945294,3.415936,18.7,"2013-06-13 00:00",18.4,"2013-12-22 00:00",17.9,"2013-05-03 00:00",17.2,"2013-11-23 00:00","","","","",17.2,14.5,10.9,9,6.5,4.1,0.3,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0003","88101",1,38.93568,-121.09959,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",363,99,363,365,0,0,"","","Certification not required",0,6.580992,8.511175,75.6,"2013-08-14 00:00",73.4,"2013-08-19 00:00",61,"2013-08-17 00:00",53.2,"2013-08-15 00:00","","","","",53.2,29.7,17.2,11,7.5,4.6,1.4,"Auburn-11645 Atwood","11645 Atwood Street, Auburn","California","Placer","Auburn","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8674,99,363,365,39,86,0,0,"Certification not required",111,0.049322,0.012229,0.083,"2013-07-08 17:00",0.082,"2013-07-02 15:00",0.081,"2013-07-30 19:00",0.078,"2013-07-10 16:00","","","","",0.078,0.076,0.072,0.065,0.058,0.047,0.035,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8674,99,363,365,39,86,0,0,"Certification not required",111,0.049322,0.012229,0.083,"2013-07-08 17:00",0.082,"2013-07-02 15:00",0.081,"2013-07-30 19:00",0.078,"2013-07-10 16:00","","","","",0.078,0.076,0.072,0.065,0.058,0.047,0.035,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8635,99,363,365,0,86,0,0,"Certification not required",111,0.049171,0.012067,0.083,"2013-07-08 17:00",0.082,"2013-07-02 15:00",0.078,"2013-07-10 16:00",0.077,"2013-06-05 17:00","","","","",0.077,0.075,0.071,0.065,0.058,0.047,0.035,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8686,99,362,365,0,0,0,0,"Certification not required",0,0.043807,0.011786,0.076,"2013-07-30 13:00",0.073,"2013-07-02 11:00",0.073,"2013-07-08 12:00",0.071,"2013-07-25 12:00","","","","",0.071,0.068,0.063,0.06,0.053,0.042,0.03,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8657,99,362,365,0,0,0,0,"Certification not required",0,0.04366,0.011598,0.073,"2013-07-02 11:00",0.073,"2013-07-08 12:00",0.071,"2013-07-25 12:00",0.071,"2013-08-18 11:00","","","","",0.071,0.067,0.063,0.059,0.053,0.042,0.03,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8686,99,362,365,0,0,0,0,"Certification not required",0,0.043807,0.011786,0.076,"2013-07-30 13:00",0.073,"2013-07-02 11:00",0.073,"2013-07-08 12:00",0.071,"2013-07-25 12:00","","","","",0.071,0.068,0.063,0.06,0.053,0.042,0.03,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8686,99,362,365,0,0,1,1,"Certification not required",0,0.043807,0.011786,0.076,"2013-07-30 13:00",0.073,"2013-07-02 11:00",0.073,"2013-07-08 12:00",0.071,"2013-07-25 12:00","","","","",0.071,0.068,0.063,0.06,0.053,0.042,0.03,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8657,99,362,365,0,0,0,0,"Certification not required",0,0.04366,0.011598,0.073,"2013-07-02 11:00",0.073,"2013-07-08 12:00",0.071,"2013-07-25 12:00",0.071,"2013-08-18 11:00","","","","",0.071,0.067,0.063,0.059,0.053,0.042,0.03,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","44201",1,39.100278,-120.952778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8686,99,362,365,0,0,1,1,"Certification not required",0,0.043807,0.011786,0.076,"2013-07-30 13:00",0.073,"2013-07-02 11:00",0.073,"2013-07-08 12:00",0.071,"2013-07-25 12:00","","","","",0.071,0.068,0.063,0.06,0.053,0.042,0.03,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","0004","81102",1,39.100278,-120.952778,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,16.852459,10.249937,57,"2013-08-20 00:00",56,"2013-08-14 00:00",34,"2013-07-03 00:00",33,"2013-02-21 00:00","","","","",57,56,33,27,20,15,7,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-09" +"06","061","0004","88501",3,39.100278,-120.952778,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",8243,97,354,365,0,247,"","","Certification not required",0,7.053379,12.131041,248,"2013-11-21 19:00",207,"2013-08-18 10:00",189,"2013-08-24 10:00",176,"2013-08-24 09:00","","","","",64,40,21,13,8,5,-1,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0004","88501",3,39.100278,-120.952778,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8512,97,354,365,269,247,"","","Certification not required",0,7.305334,12.207626,248,"2013-11-21 19:00",207,"2013-08-18 10:00",189,"2013-08-24 10:00",176,"2013-08-24 09:00","","","","",65,42,23,14,8,5,0,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0004","88501",3,39.100278,-120.952778,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8512,97,354,365,269,247,"","","Certification not required",0,7.305334,12.207626,248,"2013-11-21 19:00",207,"2013-08-18 10:00",189,"2013-08-24 10:00",176,"2013-08-24 09:00","","","","",65,42,23,14,8,5,0,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0004","88501",3,39.100278,-120.952778,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",354,97,354,365,0,0,"","","Certification not required",0,7.246893,7.519806,55.8,"2013-08-18 00:00",55.6,"2013-08-17 00:00",52.2,"2013-08-19 00:00",41.1,"2013-08-14 00:00","","","","",41.1,34.5,21,12.5,7.7,5.4,2.2,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0004","88501",3,39.100278,-120.952778,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",354,97,354,365,0,0,"","","Certification not required",0,7.246893,7.519806,55.8,"2013-08-18 00:00",55.6,"2013-08-17 00:00",52.2,"2013-08-19 00:00",41.1,"2013-08-14 00:00","","","","",41.1,34.5,21,12.5,7.7,5.4,2.2,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0004","88501",3,39.100278,-120.952778,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",350,97,354,365,0,0,"","","Certification not required",0,6.936286,7.407502,55.8,"2013-08-18 00:00",55.6,"2013-08-17 00:00",52.2,"2013-08-19 00:00",41.1,"2013-08-14 00:00","","","","",41.1,34.5,17.4,11,7.3,5.1,2.1,"","CITY HALL-33 S MAIN ST, COLFAX","California","Placer","Colfax","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","0006","12102",7,38.745726,-121.266312,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0026,0.001342,0.005,"2013-01-16 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.002,0.002,0.002,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12103",7,38.745726,-121.266312,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12110",7,38.745726,-121.266312,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12112",7,38.745726,-121.266312,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0044,0.002302,0.007,"2013-01-04 00:00",0.006,"2013-01-28 00:00",0.005,"2013-01-16 00:00",0.002,"2013-02-09 00:00","","","","",0.007,0.007,0.007,0.007,0.006,0.005,0.002,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12113",7,38.745726,-121.266312,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12114",7,38.745726,-121.266312,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0378,0.019149,0.062,"2013-01-16 00:00",0.047,"2013-02-09 00:00",0.043,"2013-02-21 00:00",0.022,"2013-01-04 00:00","","","","",0.062,0.062,0.062,0.062,0.047,0.043,0.015,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12115",1,38.745726,-121.266312,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-31" +"06","061","0006","12126",7,38.745726,-121.266312,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.43,0.163248,0.56,"2013-01-28 00:00",0.55,"2013-01-04 00:00",0.53,"2013-01-16 00:00",0.3,"2013-02-21 00:00","","","","",0.56,0.56,0.56,0.56,0.55,0.53,0.21,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12128",7,38.745726,-121.266312,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00284,0.001218,0.0042,"2013-01-28 00:00",0.004,"2013-01-04 00:00",0.0026,"2013-01-16 00:00",0.0019,"2013-02-09 00:00","","","","",0.0042,0.0042,0.0042,0.0042,0.004,0.0026,0.0015,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-06-28" +"06","061","0006","12132",7,38.745726,-121.266312,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0078,0.003564,0.011,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.005,"2013-02-21 00:00","","","","",0.011,0.011,0.011,0.011,0.01,0.01,0.003,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12134",7,38.745726,-121.266312,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12136",7,38.745726,-121.266312,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12150",7,38.745726,-121.266312,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12154",7,38.745726,-121.266312,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12160",7,38.745726,-121.266312,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12161",7,38.745726,-121.266312,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0114,0.006571,0.018,"2013-01-16 00:00",0.017,"2013-01-28 00:00",0.013,"2013-01-04 00:00",0.0045,"2013-02-09 00:00","","","","",0.018,0.018,0.018,0.018,0.017,0.013,0.0045,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12164",7,38.745726,-121.266312,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12167",7,38.745726,-121.266312,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",2,3,2,61,0,3,"","","Certification not required",0,0.027,0.004243,0.03,"2013-02-21 00:00",0.024,"2013-02-09 00:00","","","","","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.024,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12168",7,38.745726,-121.266312,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.00388,0.003541,0.0088,"2013-01-04 00:00",0.0062,"2013-01-28 00:00",0.0029,"2013-01-16 00:00",0.00075,"2013-02-09 00:00","","","","",0.0088,0.0088,0.0088,0.0088,0.0062,0.0029,0.00075,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12169",7,38.745726,-121.266312,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.256,0.083247,0.34,"2013-01-04 00:00",0.31,"2013-01-28 00:00",0.29,"2013-01-16 00:00",0.2,"2013-02-09 00:00","","","","",0.34,0.34,0.34,0.34,0.31,0.29,0.14,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","12185",7,38.745726,-121.266312,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00108,0.000738,0.0024,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0024,0.0024,0.0024,0.0024,0.00075,0.00075,0.00075,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-04-26" +"06","061","0006","42601",1,38.745726,-121.266312,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4858,55,210,365,0,0,"","","Certification not required",0,4.593845,11.403405,149.3,"2013-01-03 08:00",132.5,"2013-01-22 06:00",121.7,"2013-02-20 08:00",119,"2013-01-04 06:00","","","","",62.3,46.9,21.4,11.2,2.8,1.1,0.2,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","42602",1,38.745726,-121.266312,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4858,55,210,365,0,0,0,"","Certification not required",0,21.13,12.117002,51,"2013-06-07 20:00",47.8,"2013-02-15 19:00",47,"2013-02-25 20:00",45.2,"2013-01-16 18:00","","","","",47,45.2,41.4,38.6,31.6,18.5,7,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","42602",1,38.745726,-121.266312,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4858,55,210,365,0,0,"","","Certification not required",0,9.464636,7.438357,51,"2013-06-07 20:00",47.8,"2013-02-15 19:00",47,"2013-02-25 20:00",45.2,"2013-01-16 18:00","","","","",36.7,32.4,25.8,19.8,11.9,6.7,3.4,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","42603",1,38.745726,-121.266312,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4856,55,210,365,0,0,"","","Certification not required",0,14.059473,16.880872,181.7,"2013-01-03 08:00",160.5,"2013-01-22 06:00",155,"2013-02-20 08:00",142.7,"2013-01-04 06:00","","","","",89.8,73.2,46.3,30.7,15.1,7.8,3.9,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","43218",5,38.745726,-121.266312,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.160968,0.149986,0.56,"2013-01-04 00:00",0.48,"2013-01-16 00:00",0.48,"2013-12-06 00:00",0.44,"2013-12-18 00:00","","","","",0.56,0.56,0.48,0.44,0.21,0.08,0.08,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43359",5,38.745726,-121.266312,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.357857,0.087405,0.64,"2013-03-17 00:00",0.51,"2013-10-19 00:00",0.48,"2013-01-16 00:00",0.46,"2013-11-12 00:00","","","","",0.64,0.64,0.51,0.48,0.4,0.33,0.27,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43502",5,38.745726,-121.266312,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,2.851613,1.441266,7.5,"2013-07-03 00:00",5,"2013-08-20 00:00",4.7,"2013-07-15 00:00",4.3,"2013-07-27 00:00","","","","",7.5,7.5,5,4.3,3.8,2.5,1.3,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43503",5,38.745726,-121.266312,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.716129,0.779357,3.8,"2013-11-12 00:00",3.2,"2013-12-18 00:00",3,"2013-12-30 00:00",2.8,"2013-05-04 00:00","","","","",3.8,3.8,3.2,2.8,2.2,1.6,0.8,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43505",5,38.745726,-121.266312,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.518,0.687583,2.67,"2013-01-28 00:00",1.5,"2013-01-04 00:00",1.44,"2013-01-16 00:00",0.99,"2013-02-09 00:00","","","","",2.67,2.67,2.67,2.67,1.5,1.44,0.99,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-06-17" +"06","061","0006","43551",5,38.745726,-121.266312,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,8.1,2.641023,12.3,"2013-01-16 00:00",9,"2013-01-04 00:00",6.9,"2013-01-28 00:00",6.6,"2013-02-21 00:00","","","","",12.3,12.3,12.3,12.3,9,6.9,5.7,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-06-17" +"06","061","0006","43552",5,38.745726,-121.266312,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",23,0.341935,0.343292,1.6,"2013-12-18 00:00",1.2,"2013-11-12 00:00",1.2,"2013-12-30 00:00",0.4,"2013-01-04 00:00","","","","",1.6,1.6,1.2,0.4,0.4,0.2,0.2,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43702",5,38.745726,-121.266312,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-06-17" +"06","061","0006","43802",5,38.745726,-121.266312,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.089032,0.066401,0.26,"2013-09-13 00:00",0.26,"2013-12-06 00:00",0.24,"2013-12-18 00:00",0.21,"2013-07-27 00:00","","","","",0.26,0.26,0.26,0.21,0.11,0.05,0.05,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43803",5,38.745726,-121.266312,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.03871,0.015219,0.07,"2013-10-07 00:00",0.06,"2013-10-19 00:00",0.06,"2013-10-31 00:00",0.06,"2013-11-12 00:00","","","","",0.07,0.07,0.06,0.06,0.05,0.04,0.02,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43804",5,38.745726,-121.266312,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.082258,0.010555,0.12,"2013-12-06 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.12,0.12,0.09,0.09,0.09,0.08,0.07,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43814",5,38.745726,-121.266312,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.01129,0.005623,0.04,"2013-12-06 00:00",0.02,"2013-01-28 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.04,0.04,0.02,0.01,0.01,0.01,0.01,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43817",5,38.745726,-121.266312,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.016129,0.01476,0.07,"2013-12-06 00:00",0.06,"2013-12-18 00:00",0.03,"2013-10-07 00:00",0.03,"2013-11-12 00:00","","","","",0.07,0.07,0.06,0.03,0.01,0.01,0.01,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43819",5,38.745726,-121.266312,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.024839,0.025149,0.16,"2013-12-06 00:00",0.03,"2013-12-30 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.16,0.16,0.03,0.02,0.02,0.02,0.02,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43824",5,38.745726,-121.266312,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.021613,0.00898,0.07,"2013-12-06 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.07,0.07,0.02,0.02,0.02,0.02,0.02,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43827",5,38.745726,-121.266312,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",28,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43830",5,38.745726,-121.266312,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.154839,0.026941,0.3,"2013-12-06 00:00",0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00","","","","",0.3,0.3,0.15,0.15,0.15,0.15,0.15,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43831",5,38.745726,-121.266312,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.157742,0.043105,0.39,"2013-12-06 00:00",0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00","","","","",0.39,0.39,0.15,0.15,0.15,0.15,0.15,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43834",5,38.745726,-121.266312,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",28,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43848",5,38.745726,-121.266312,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",10,1.246429,1.886647,7.2,"2013-06-21 00:00",6.8,"2013-09-25 00:00",4.2,"2013-08-08 00:00",3.6,"2013-10-07 00:00","","","","",7.2,7.2,6.8,4.2,1.26,0.6,0.2,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","43854",5,38.745726,-121.266312,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",16,0.360714,0.209088,0.8,"2013-01-16 00:00",0.78,"2013-01-28 00:00",0.7,"2013-11-12 00:00",0.64,"2013-02-21 00:00","","","","",0.8,0.8,0.78,0.7,0.58,0.2,0.2,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","44201",1,38.745726,-121.266312,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4857,58,210,365,0,0,0,0,"Certification not required",365,0.049243,0.016117,0.111,"2013-07-03 16:00",0.093,"2013-06-06 17:00",0.091,"2013-07-20 16:00",0.08,"2013-07-09 12:00","","","","",0.091,0.079,0.077,0.074,0.059,0.047,0.029,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","44201",1,38.745726,-121.266312,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5049,57,209,365,0,0,0,0,"Certification not required",0,0.042804,0.014584,0.083,"2013-07-03 11:00",0.075,"2013-07-20 11:00",0.073,"2013-05-03 11:00",0.073,"2013-06-06 11:00","","","","",0.073,0.07,0.067,0.062,0.053,0.042,0.022,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","44201",1,38.745726,-121.266312,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5049,57,209,365,0,0,1,1,"Certification not required",0,0.042804,0.014584,0.083,"2013-07-03 11:00",0.075,"2013-07-20 11:00",0.073,"2013-05-03 11:00",0.073,"2013-06-06 11:00","","","","",0.073,0.07,0.067,0.062,0.053,0.042,0.022,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","45109",5,38.745726,-121.266312,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.535484,1.140277,5.12,"2013-12-18 00:00",4.16,"2013-12-30 00:00",3.52,"2013-11-12 00:00",2.96,"2013-01-04 00:00","","","","",5.12,5.12,4.16,2.96,2.16,0.8,0.8,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","45201",5,38.745726,-121.266312,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.250968,0.95045,4.08,"2013-12-18 00:00",3.3,"2013-12-30 00:00",2.76,"2013-01-04 00:00",2.64,"2013-12-06 00:00","","","","",4.08,4.08,3.3,2.64,1.8,0.9,0.42,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","45202",5,38.745726,-121.266312,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,2.46129,1.749169,7.7,"2013-12-18 00:00",6.58,"2013-12-30 00:00",5.32,"2013-11-12 00:00",4.48,"2013-12-06 00:00","","","","",7.7,7.7,6.58,4.48,3.29,1.96,0.7,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","45203",5,38.745726,-121.266312,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.828387,0.158053,1.68,"2013-12-18 00:00",0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00","","","","",1.68,1.68,0.8,0.8,0.8,0.8,0.8,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","45204",5,38.745726,-121.266312,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.650323,0.456183,2.16,"2013-12-18 00:00",1.68,"2013-12-30 00:00",1.36,"2013-11-12 00:00",1.36,"2013-12-06 00:00","","","","",2.16,2.16,1.68,1.36,0.88,0.4,0.4,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","45220",5,38.745726,-121.266312,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.415484,0.086211,0.88,"2013-12-06 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00","","","","",0.88,0.88,0.4,0.4,0.4,0.4,0.4,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-02-21" +"06","061","0006","61103",1,38.745726,-121.266312,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",5088,58,212,365,0,0,"","","Certification not required",0,4.255601,2.473317,17.6,"2013-04-08 12:00",17.6,"2013-04-09 15:00",17.5,"2013-04-08 08:00",17.1,"2013-04-09 14:00","","","","",12.7,10.9,8.8,7.3,5.5,3.8,1.6,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","61104",1,38.745726,-121.266312,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",5088,58,212,365,0,0,"","","Certification not required",0,187.121855,83.143433,360,"2013-04-22 22:00",360,"2013-05-03 07:00",359,"2013-03-16 22:00",358,"2013-03-09 22:00","","","","",342,333,324,316,274,155,97,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","62102",1,38.745726,-121.266312,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",5088,58,212,365,0,0,"","","Certification not required",0,62.078027,14.83131,105,"2013-07-04 15:00",105,"2013-07-04 16:00",104,"2013-06-08 15:00",104,"2013-06-08 16:00","","","","",99,94,88,83,72,61,43,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","68101",1,38.745726,-121.266312,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Percent","No Events",58,95,58,61,0,7,"","","Certification not required",2,0.424138,0.16011,0.9,"2013-11-30 00:00",0.7,"2013-05-10 00:00",0.6,"2013-02-15 00:00",0.6,"2013-05-16 00:00","","","","",0.9,0.7,0.6,0.6,0.5,0.5,0.2,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68102",1,38.745726,-121.266312,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",58,95,58,61,0,7,"","","Certification not required",0,24.017241,0.038104,24.1,"2013-05-10 00:00",24.1,"2013-05-16 00:00",24.1,"2013-07-15 00:00",24.1,"2013-07-27 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68103",1,38.745726,-121.266312,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,7,"","","Certification not required",0,10.37069,6.00345,23.9,"2013-07-03 00:00",19.9,"2013-07-21 00:00",19.8,"2013-08-20 00:00",18.8,"2013-07-09 00:00","","","","",23.9,19.9,19.8,17.3,15.1,11.2,1.4,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68104",1,38.745726,-121.266312,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,7,"","","Certification not required",0,29.443103,8.592329,46.9,"2013-07-03 00:00",44.5,"2013-07-09 00:00",41.5,"2013-06-27 00:00",40.9,"2013-09-07 00:00","","","","",46.9,44.5,41.5,40.2,36.5,28.7,18.8,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68105",1,38.745726,-121.266312,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,7,"","","Certification not required",0,18.718966,7.12826,33.9,"2013-07-03 00:00",31.4,"2013-07-09 00:00",30.1,"2013-06-27 00:00",28.4,"2013-09-07 00:00","","","","",33.9,31.4,30.1,27.9,24.5,18.7,8.8,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68106",1,38.745726,-121.266312,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,7,"","","Certification not required",0,751.741379,4.654974,762,"2013-12-12 00:00",759,"2013-01-04 00:00",759,"2013-02-15 00:00",759,"2013-02-27 00:00","","","","",762,759,759,759,755,752,746,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68107",1,38.745726,-121.266312,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,7,"","","Certification not required",0,756.362069,4.363719,765,"2013-12-12 00:00",764,"2013-02-27 00:00",764,"2013-12-24 00:00",763,"2013-01-04 00:00","","","","",765,764,764,762,760,756,751,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68108",1,38.745726,-121.266312,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,7,"","","Certification not required",0,754,4.565315,764,"2013-12-12 00:00",762,"2013-02-27 00:00",761,"2013-01-04 00:00",761,"2013-02-15 00:00","","","","",764,762,761,760,757,754,748,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","68109",1,38.745726,-121.266312,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Minutes","No Events",58,95,58,61,0,7,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-24 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","81102",1,38.745726,-121.266312,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,87,53,61,0,6,0,0,"Certification not required",0,17.545455,8.79566,55,"2013-05-04 00:00",36,"2013-04-22 00:00",35,"2013-11-06 00:00",32,"2013-04-28 00:00","","","","",55,36,35,29,21,16,9,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","061","0006","85101",1,38.745726,-121.266312,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,53,61,0,6,"","","Certification not required",0,17.727273,8.744214,54,"2013-05-04 00:00",36,"2013-04-22 00:00",36,"2013-11-06 00:00",33,"2013-10-25 00:00","","","","",54,36,36,29,21,16,9,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","061","0006","88101",1,38.745726,-121.266312,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,7,0,0,"Certification not required",0,7.431034,4.613679,23.7,"2013-01-24 00:00",18.9,"2013-01-04 00:00",18.7,"2013-12-30 00:00",17.7,"2013-12-12 00:00","","","","",23.7,18.9,18.7,13.4,9.2,6.2,2.7,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","88101",1,38.745726,-121.266312,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,7,"","","Certification not required",0,7.431034,4.613679,23.7,"2013-01-24 00:00",18.9,"2013-01-04 00:00",18.7,"2013-12-30 00:00",17.7,"2013-12-12 00:00","","","","",23.7,18.9,18.7,13.4,9.2,6.2,2.7,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","061","0006","88501",3,38.745726,-121.266312,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4889,56,204,365,0,0,"","","Certification not required",0,10.056453,7.488814,87,"2013-07-04 21:00",75,"2013-07-04 20:00",64,"2013-05-04 08:00",58,"2013-01-05 20:00","","","","",36,32,24,19,13,8,3,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","0006","88501",3,38.745726,-121.266312,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",204,56,204,365,0,0,"","","Certification not required",0,10.068627,5.168252,31.3,"2013-07-29 00:00",28.5,"2013-01-05 00:00",28.3,"2013-07-30 00:00",27,"2013-05-03 00:00","","","","",28.3,25.6,20.7,16.5,12.5,9.2,5,"Roseville-N Sunrise Blvd"," 151 NO SUNRISE BLVD, ROSEVILLE, CA","California","Placer","Roseville","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","061","1004","44201",1,39.166017,-120.148833,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1461,17,61,365,0,3,0,0,"Certification not required",10,0.04241,0.003662,0.049,"2013-11-07 13:00",0.049,"2013-11-11 12:00",0.049,"2013-12-21 13:00",0.048,"2013-11-02 15:00","","","","",0.049,0.049,0.048,0.047,0.044,0.043,0.037,"Tahoe City-221 Fairway Drive","221 Fairway Drive, Tahoe City, CA 96145","California","Placer","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","1004","44201",1,39.166017,-120.148833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1461,17,61,365,0,0,0,0,"Certification not required",0,0.037197,0.004262,0.046,"2013-11-02 09:00",0.046,"2013-11-18 18:00",0.045,"2013-12-21 09:00",0.044,"2013-11-07 10:00","","","","",0.046,0.046,0.044,0.042,0.04,0.038,0.032,"Tahoe City-221 Fairway Drive","221 Fairway Drive, Tahoe City, CA 96145","California","Placer","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","1004","44201",1,39.166017,-120.148833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1461,17,61,365,0,0,0,0,"Certification not required",0,0.037197,0.004262,0.046,"2013-11-02 09:00",0.046,"2013-11-18 18:00",0.045,"2013-12-21 09:00",0.044,"2013-11-07 10:00","","","","",0.046,0.046,0.044,0.042,0.04,0.038,0.032,"Tahoe City-221 Fairway Drive","221 Fairway Drive, Tahoe City, CA 96145","California","Placer","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","1004","88501",3,39.166017,-120.148833,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1461,17,61,365,0,3,"","","Certification not required",0,3.249144,3.57247,32,"2013-11-07 16:00",25,"2013-11-01 11:00",23,"2013-11-01 10:00",23,"2013-11-05 23:00","","","","",15,12,9,7,5,3,-1,"Tahoe City-221 Fairway Drive","221 Fairway Drive, Tahoe City, CA 96145","California","Placer","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","1004","88501",3,39.166017,-120.148833,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",61,17,61,365,0,0,"","","Certification not required",0,3.211475,2.086392,10.2,"2013-11-01 00:00",9.2,"2013-11-07 00:00",8.4,"2013-11-06 00:00",7,"2013-12-30 00:00","","","","",10.2,9.2,7,5.6,4,3.2,1.2,"Tahoe City-221 Fairway Drive","221 Fairway Drive, Tahoe City, CA 96145","California","Placer","","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","2002","44201",1,38.88563,-121.30208,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8673,100,364,365,0,87,0,0,"Certification not required",981,0.046929,0.013114,0.081,"2013-05-03 14:00",0.08,"2013-06-05 16:00",0.078,"2013-07-03 18:00",0.076,"2013-08-14 12:00","","","","",0.076,0.073,0.069,0.065,0.057,0.047,0.031,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","2002","44201",1,38.88563,-121.30208,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8646,100,364,365,0,0,0,0,"Certification not required",0,0.040255,0.012493,0.073,"2013-05-03 11:00",0.07,"2013-07-02 10:00",0.067,"2013-08-14 10:00",0.066,"2013-07-25 10:00","","","","",0.066,0.064,0.059,0.057,0.05,0.04,0.024,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","2002","44201",1,38.88563,-121.30208,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8646,100,364,365,0,0,0,0,"Certification not required",0,0.040255,0.012493,0.073,"2013-05-03 11:00",0.07,"2013-07-02 10:00",0.067,"2013-08-14 10:00",0.066,"2013-07-25 10:00","","","","",0.066,0.064,0.059,0.057,0.05,0.04,0.024,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-08" +"06","061","2002","88501",3,38.88563,-121.30208,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",8359,99,363,365,0,57,"","","Certification not required",0,13.359852,8.271011,102,"2013-12-05 19:00",101,"2013-07-04 21:00",101,"2013-12-05 20:00",91,"2013-07-04 22:00","","","","",43,37,28,23,16,11,5,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","2002","88501",3,38.88563,-121.30208,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8702,99,363,365,343,57,"","","Certification not required",0,13.478511,8.31715,102,"2013-12-05 19:00",101,"2013-07-04 21:00",101,"2013-12-05 20:00",91,"2013-07-04 22:00","","","","",44,38,29,23,16,11,6,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","2002","88501",3,38.88563,-121.30208,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8702,99,363,365,343,57,"","","Certification not required",0,13.478511,8.31715,102,"2013-12-05 19:00",101,"2013-07-04 21:00",101,"2013-12-05 20:00",91,"2013-07-04 22:00","","","","",44,38,29,23,16,11,6,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","2002","88501",3,38.88563,-121.30208,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",363,99,363,365,0,0,"","","Certification not required",0,13.43416,5.72167,46.1,"2013-08-19 00:00",36.8,"2013-07-29 00:00",34,"2013-12-05 00:00",33.8,"2013-07-30 00:00","","","","",33.8,30,23.8,21.2,15.9,12.1,7.7,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","2002","88501",3,38.88563,-121.30208,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",355,99,363,365,0,0,"","","Certification not required",0,13.244789,5.574062,46.1,"2013-08-19 00:00",34,"2013-12-05 00:00",31.2,"2013-05-03 00:00",30.6,"2013-01-05 00:00","","","","",30.6,29.1,23.7,20.8,15.7,12,7.4,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","061","2002","88501",3,38.88563,-121.30208,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",363,99,363,365,0,0,"","","Certification not required",0,13.43416,5.72167,46.1,"2013-08-19 00:00",36.8,"2013-07-29 00:00",34,"2013-12-05 00:00",33.8,"2013-07-30 00:00","","","","",33.8,30,23.8,21.2,15.9,12.1,7.7,"Lincoln-1445 1st Street","1445 1st Street, Lincoln","California","Placer","Lincoln","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","063","1006","68101",1,39.937099,-120.938821,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",103,100,55,61,0,19,"","","Certification not required",56,0.192233,0.1797,0.7,"2013-10-31 00:00",0.6,"2013-02-21 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-10 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.05,0.05,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68102",1,39.937099,-120.938821,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",103,100,55,61,0,19,"","","Certification not required",0,24.067961,0.046891,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-25 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68103",1,39.937099,-120.938821,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,100,55,61,0,19,"","","Certification not required",0,0.831068,6.368997,15.5,"2013-08-20 00:00",15.1,"2013-07-03 00:00",14.6,"2013-07-24 00:00",12,"2013-09-01 00:00","","","","",15.1,14.6,11.8,9.4,4.6,0.6,-6.3,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68104",1,39.937099,-120.938821,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,100,55,61,0,19,"","","Certification not required",0,21.592233,9.749376,39.4,"2013-07-21 00:00",38.5,"2013-07-03 00:00",38,"2013-06-09 00:00",37.1,"2013-06-30 00:00","","","","",38.5,38,35.8,33.9,30.1,22.4,9,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68105",1,39.937099,-120.938821,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,100,55,61,0,19,"","","Certification not required",0,10.470874,8.077512,25.3,"2013-07-21 00:00",24.9,"2013-07-03 00:00",24.8,"2013-07-24 00:00",23.9,"2013-06-09 00:00","","","","",24.9,24.8,23.5,20.3,17.1,10.2,-0.1,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68106",1,39.937099,-120.938821,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,100,55,61,0,19,"","","Certification not required",0,671.058252,3.392105,679,"2013-01-19 00:00",678,"2013-01-04 00:00",678,"2013-11-12 00:00",677,"2013-01-01 00:00","","","","",678,678,677,676,673,671,667,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68107",1,39.937099,-120.938821,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,100,55,61,0,19,"","","Certification not required",0,676.475728,3.32797,684,"2013-01-19 00:00",683,"2013-01-04 00:00",683,"2013-01-31 00:00",682,"2013-01-01 00:00","","","","",683,683,682,681,679,676,672,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68108",1,39.937099,-120.938821,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,100,55,61,0,19,"","","Certification not required",0,673.805825,3.281135,682,"2013-01-19 00:00",680,"2013-01-01 00:00",680,"2013-01-04 00:00",680,"2013-01-31 00:00","","","","",680,680,680,678,676,673,670,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","68109",1,39.937099,-120.938821,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",103,100,55,61,0,19,"","","Certification not required",0,1439.805825,0.421441,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","88101",1,39.937099,-120.938821,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,4,4,"Certification not required",0,9.542718,9.453577,50.6,"2013-01-22 00:00",40.4,"2013-01-19 00:00",40,"2013-01-04 00:00",36.8,"2013-11-12 00:00","","","","",40.4,40,27.7,23.6,11.9,5.7,3.1,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","88101",1,39.937099,-120.938821,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,"","","Certification not required",0,9.542718,9.453577,50.6,"2013-01-22 00:00",40.4,"2013-01-19 00:00",40,"2013-01-04 00:00",36.8,"2013-11-12 00:00","","","","",40.4,40,27.7,23.6,11.9,5.7,3.1,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-30" +"06","063","1006","88501",3,39.937099,-120.938821,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8566,98,361,365,0,194,"","","Certification not required",0,14.30586,16.377318,163,"2013-01-17 02:00",154,"2013-01-16 01:00",150,"2013-01-16 00:00",149,"2013-01-17 01:00","","","","",80,65,49,35,18,8,2,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-06" +"06","063","1006","88501",3,39.937099,-120.938821,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,14.197507,12.144263,58.9,"2013-12-16 00:00",55.2,"2013-01-17 00:00",54.7,"2013-01-22 00:00",54.5,"2013-01-16 00:00","","","","",54.5,50.1,42.7,32.6,17.9,9.2,4.4,"Quincy-N. Church Street","267 N. CHURCH ST., QUINCY, CA. 95971","California","Plumas","Quincy","","2014-01-06" +"06","063","1007","88501",3,40.31,-121.218056,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8554,98,355,365,0,206,"","","Certification not required",0,13.309797,11.926982,159,"2013-05-02 18:00",147,"2013-06-30 03:00",131,"2013-02-19 22:00",129,"2013-01-09 12:00","","","","",64,49,34,25,15,10,5,"LOCATED ON TOP OF SHERIFF SUBSTATION."," 222 FIRST AVENUE, CHESTER, CA 96020","California","Plumas","Chester","","2014-01-06" +"06","063","1007","88501",3,40.31,-121.218056,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,13.284225,6.821475,46.8,"2013-01-24 00:00",45.8,"2013-01-07 00:00",45.6,"2013-01-25 00:00",44.5,"2013-01-06 00:00","","","","",44.5,30.6,25.2,21.2,16.2,11.2,7.2,"LOCATED ON TOP OF SHERIFF SUBSTATION."," 222 FIRST AVENUE, CHESTER, CA 96020","California","Plumas","Chester","","2014-01-06" +"06","063","1009","68101",1,39.808333,-120.471667,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",47,100,26,30,0,17,"","","Certification not required",40,0.104255,0.138246,0.5,"2013-01-26 00:00",0.5,"2013-01-28 00:00",0.5,"2013-01-31 00:00",0.5,"2013-02-09 00:00","","","","",0.5,0.5,0.5,0.4,0.05,0.05,0.05,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68102",1,39.808333,-120.471667,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",47,100,26,30,0,17,"","","Certification not required",0,24.082979,0.037988,24.1,"2013-01-10 00:00",24.1,"2013-03-08 00:00",24.1,"2013-03-11 00:00",24.1,"2013-03-14 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68103",1,39.808333,-120.471667,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",47,100,26,30,0,17,"","","Certification not required",0,-0.621277,5.51058,10.2,"2013-06-24 00:00",9.9,"2013-06-30 00:00",9.4,"2013-06-09 00:00",7.1,"2013-06-06 00:00","","","","",10.2,10.2,9.4,5.6,3.4,-0.5,-8.1,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68103",5,39.808333,-120.471667,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",30,100,25,30,0,5,"","","Certification not required",0,-3.233333,6.762388,9.1,"2013-06-09 00:00",5.5,"2013-05-28 00:00",5.1,"2013-05-16 00:00",5,"2013-06-27 00:00","","","","",9.1,9.1,5.5,5.1,3.5,-2.6,-11.5,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68104",1,39.808333,-120.471667,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",47,100,26,30,0,17,"","","Certification not required",0,18.061702,8.34252,36,"2013-06-30 00:00",35.9,"2013-06-09 00:00",33.9,"2013-06-06 00:00",30.8,"2013-06-27 00:00","","","","",36,36,33.9,30,23.4,18.3,7,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68104",5,39.808333,-120.471667,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",30,100,25,30,0,5,"","","Certification not required",0,15.476667,9.367798,37.6,"2013-06-09 00:00",31.6,"2013-06-27 00:00",31.5,"2013-06-03 00:00",27.3,"2013-06-15 00:00","","","","",37.6,37.6,31.6,31.5,21.4,14.7,4.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68105",1,39.808333,-120.471667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",47,100,26,30,0,17,"","","Certification not required",0,8.574468,7.051255,23.6,"2013-06-30 00:00",23.5,"2013-06-09 00:00",21.2,"2013-06-06 00:00",19.8,"2013-06-27 00:00","","","","",23.6,23.6,21.2,18.2,13.4,8.5,-1.2,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68105",5,39.808333,-120.471667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",30,100,25,30,0,5,"","","Certification not required",0,5.943333,8.029286,23.8,"2013-06-09 00:00",20.1,"2013-06-27 00:00",18.5,"2013-06-03 00:00",15.3,"2013-06-15 00:00","","","","",23.8,23.8,20.1,18.5,11,6.5,-3.6,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68106",1,39.808333,-120.471667,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,100,26,30,0,17,"","","Certification not required",0,636.595745,3.132297,642,"2013-05-10 00:00",642,"2013-06-27 00:00",641,"2013-01-08 00:00",641,"2013-03-11 00:00","","","","",642,642,641,641,639,637,632,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68106",5,39.808333,-120.471667,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,100,25,30,0,5,"","","Certification not required",0,638.3,3.544301,648,"2013-01-16 00:00",643,"2013-02-12 00:00",643,"2013-02-27 00:00",643,"2013-06-27 00:00","","","","",648,648,643,643,641,638,635,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68107",1,39.808333,-120.471667,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,100,26,30,0,17,"","","Certification not required",0,641.085106,2.902995,648,"2013-05-01 00:00",646,"2013-03-11 00:00",646,"2013-04-19 00:00",646,"2013-05-10 00:00","","","","",648,648,646,645,644,640,637,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68107",5,39.808333,-120.471667,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,100,25,30,0,5,"","","Certification not required",0,641.666667,3.417332,651,"2013-01-16 00:00",646,"2013-01-01 00:00",646,"2013-02-12 00:00",646,"2013-02-27 00:00","","","","",651,651,646,646,644,641,638,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68108",1,39.808333,-120.471667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,100,26,30,0,17,"","","Certification not required",0,638.914894,2.947584,644,"2013-03-11 00:00",644,"2013-05-01 00:00",644,"2013-05-10 00:00",643,"2013-01-08 00:00","","","","",644,644,644,643,641,639,635,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68108",5,39.808333,-120.471667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,100,25,30,0,5,"","","Certification not required",0,639.7,3.495317,649,"2013-01-16 00:00",645,"2013-02-12 00:00",644,"2013-01-01 00:00",644,"2013-02-27 00:00","","","","",649,649,645,644,642,639,635,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","68109",1,39.808333,-120.471667,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",47,100,26,30,0,17,"","","Certification not required",0,1439.893617,0.311661,1440,"2013-01-10 00:00",1440,"2013-01-28 00:00",1440,"2013-01-31 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88101",1,39.808333,-120.471667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,39,47,122,0,17,0,0,"Certification not required",0,9.665957,7.987579,29,"2013-01-31 00:00",28.2,"2013-01-08 00:00",25.6,"2013-01-28 00:00",25.6,"2013-02-06 00:00","","","","",29,29,25.6,23.4,15.6,5.7,2.9,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88101",1,39.808333,-120.471667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,39,47,122,0,17,"","","Certification not required",0,9.665957,7.987579,29,"2013-01-31 00:00",28.2,"2013-01-08 00:00",25.6,"2013-01-28 00:00",25.6,"2013-02-06 00:00","","","","",29,29,25.6,23.4,15.6,5.7,2.9,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88102",5,39.808333,-120.471667,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",28,0.010867,0.003298,0.023,"2013-03-11 00:00",0.023,"2013-05-07 00:00",0.01,"2013-01-01 00:00",0.01,"2013-01-10 00:00","","","","",0.023,0.023,0.023,0.01,0.01,0.01,0.01,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88103",5,39.808333,-120.471667,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88104",5,39.808333,-120.471667,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",18,0.0235,0.02839,0.15,"2013-04-28 00:00",0.061,"2013-04-22 00:00",0.049,"2013-06-09 00:00",0.046,"2013-03-11 00:00","","","","",0.15,0.15,0.061,0.049,0.033,0.0085,0.0085,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88107",5,39.808333,-120.471667,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88109",5,39.808333,-120.471667,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",28,0.001133,0.000571,0.004,"2013-01-22 00:00",0.002,"2013-05-16 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0.001,0.001,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88111",5,39.808333,-120.471667,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.031867,0.025208,0.14,"2013-04-28 00:00",0.065,"2013-05-04 00:00",0.059,"2013-04-22 00:00",0.059,"2013-06-09 00:00","","","","",0.14,0.14,0.065,0.059,0.039,0.025,0.015,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88112",5,39.808333,-120.471667,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.0021,0.000548,0.005,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.005,0.005,0.002,0.002,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88113",5,39.808333,-120.471667,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",29,0.001583,0.000456,0.004,"2013-04-28 00:00",0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00","","","","",0.004,0.004,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88114",5,39.808333,-120.471667,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",29,0.0021,0.000548,0.005,"2013-05-22 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00","","","","",0.005,0.005,0.002,0.002,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88115",5,39.808333,-120.471667,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",10,0.0157,0.013955,0.053,"2013-01-10 00:00",0.044,"2013-01-22 00:00",0.036,"2013-01-28 00:00",0.035,"2013-02-12 00:00","","","","",0.053,0.053,0.044,0.036,0.025,0.012,0.0035,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88126",5,39.808333,-120.471667,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.039233,0.024874,0.13,"2013-04-28 00:00",0.068,"2013-05-04 00:00",0.067,"2013-06-18 00:00",0.064,"2013-04-22 00:00","","","","",0.13,0.13,0.068,0.067,0.056,0.034,0.02,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88128",5,39.808333,-120.471667,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88132",5,39.808333,-120.471667,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.002133,0.000434,0.004,"2013-04-28 00:00",0.003,"2013-03-11 00:00",0.003,"2013-04-22 00:00",0.002,"2013-01-01 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88134",5,39.808333,-120.471667,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88136",5,39.808333,-120.471667,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88142",5,39.808333,-120.471667,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88152",5,39.808333,-120.471667,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88154",5,39.808333,-120.471667,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88160",5,39.808333,-120.471667,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88161",5,39.808333,-120.471667,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",16,0.0038,0.002469,0.013,"2013-04-28 00:00",0.007,"2013-02-27 00:00",0.006,"2013-03-11 00:00",0.006,"2013-03-23 00:00","","","","",0.013,0.013,0.007,0.006,0.005,0.002,0.002,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88164",5,39.808333,-120.471667,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88165",5,39.808333,-120.471667,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.1218,0.087698,0.45,"2013-04-28 00:00",0.24,"2013-05-04 00:00",0.22,"2013-04-22 00:00",0.2,"2013-06-09 00:00","","","","",0.45,0.45,0.24,0.22,0.17,0.1,0.038,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88167",5,39.808333,-120.471667,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",9,0.002867,0.001814,0.007,"2013-01-01 00:00",0.007,"2013-01-22 00:00",0.006,"2013-01-10 00:00",0.005,"2013-01-16 00:00","","","","",0.007,0.007,0.007,0.006,0.004,0.003,0.001,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88168",5,39.808333,-120.471667,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88169",5,39.808333,-120.471667,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.155333,0.05944,0.28,"2013-04-22 00:00",0.25,"2013-03-23 00:00",0.24,"2013-04-28 00:00",0.24,"2013-05-04 00:00","","","","",0.28,0.28,0.25,0.24,0.2,0.15,0.078,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88176",5,39.808333,-120.471667,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88180",5,39.808333,-120.471667,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,0.079433,0.045096,0.17,"2013-01-28 00:00",0.16,"2013-01-01 00:00",0.14,"2013-01-10 00:00",0.14,"2013-01-22 00:00","","","","",0.17,0.17,0.16,0.14,0.12,0.072,0.032,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88183",5,39.808333,-120.471667,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",30,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88301",5,39.808333,-120.471667,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",10,0.135,0.218372,1.2,"2013-01-22 00:00",0.38,"2013-01-16 00:00",0.25,"2013-04-22 00:00",0.23,"2013-01-01 00:00","","","","",1.2,1.2,0.38,0.25,0.13,0.09,0.025,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88302",5,39.808333,-120.471667,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",29,0.042,0.010954,0.1,"2013-05-16 00:00",0.04,"2013-01-01 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00","","","","",0.1,0.1,0.04,0.04,0.04,0.04,0.04,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88303",5,39.808333,-120.471667,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",29,0.069833,0.026473,0.21,"2013-01-22 00:00",0.065,"2013-01-01 00:00",0.065,"2013-01-10 00:00",0.065,"2013-01-16 00:00","","","","",0.21,0.21,0.065,0.065,0.065,0.065,0.065,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88306",5,39.808333,-120.471667,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",28,93,24,30,0,7,"","","Certification not required",0,0.551071,0.847831,4.43,"2013-01-22 00:00",1.84,"2013-01-16 00:00",1.11,"2013-01-01 00:00",0.85,"2013-02-03 00:00","","","","",4.43,4.43,1.84,1.11,0.52,0.29,0.11,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88355",5,39.808333,-120.471667,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,8.251724,6.435816,21,"2013-01-10 00:00",20,"2013-02-12 00:00",19,"2013-01-22 00:00",18,"2013-01-28 00:00","","","","",21,21,20,19,14,6.8,1.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88357",5,39.808333,-120.471667,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",3,0.522414,0.372872,1.4,"2013-01-28 00:00",1.1,"2013-01-10 00:00",1,"2013-01-01 00:00",1,"2013-01-22 00:00","","","","",1.4,1.4,1.1,1,0.8,0.5,0.05,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88370",5,39.808333,-120.471667,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,7.713793,6.006349,20,"2013-01-10 00:00",18,"2013-01-22 00:00",18,"2013-02-12 00:00",16,"2013-01-28 00:00","","","","",20,20,18,18,13,6.3,1.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88374",5,39.808333,-120.471667,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",5,2.522414,2.750506,9.1,"2013-01-10 00:00",7.9,"2013-02-12 00:00",6.9,"2013-01-22 00:00",5.9,"2013-01-01 00:00","","","","",9.1,9.1,7.9,6.9,5.1,1.6,0.05,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88375",5,39.808333,-120.471667,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,1.527586,1.158477,3.8,"2013-01-10 00:00",3.7,"2013-01-28 00:00",3.7,"2013-02-12 00:00",3.2,"2013-01-22 00:00","","","","",3.8,3.8,3.7,3.7,2.5,1.2,0.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88376",5,39.808333,-120.471667,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,1.527586,0.705538,2.5,"2013-02-12 00:00",2.4,"2013-01-22 00:00",2.4,"2013-02-27 00:00",2.3,"2013-01-10 00:00","","","","",2.5,2.5,2.4,2.4,2,1.7,0.5,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88377",5,39.808333,-120.471667,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,0.572414,0.218594,0.9,"2013-03-05 00:00",0.8,"2013-01-01 00:00",0.8,"2013-01-16 00:00",0.8,"2013-02-09 00:00","","","","",0.9,0.9,0.8,0.8,0.7,0.7,0.2,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88378",5,39.808333,-120.471667,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,1.568966,1.363321,4.7,"2013-01-22 00:00",4,"2013-01-28 00:00",3.8,"2013-01-10 00:00",3.6,"2013-02-12 00:00","","","","",4.7,4.7,4,3.8,2.5,1.1,0.2,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88380",5,39.808333,-120.471667,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,1.086207,0.820159,2.7,"2013-01-28 00:00",2.5,"2013-01-22 00:00",2.4,"2013-02-12 00:00",2.2,"2013-02-09 00:00","","","","",2.7,2.7,2.5,2.4,1.6,1,0.1,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88383",5,39.808333,-120.471667,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,2.47931,2.102614,6.9,"2013-01-22 00:00",6.3,"2013-01-28 00:00",5.7,"2013-01-10 00:00",5.7,"2013-02-12 00:00","","","","",6.9,6.9,6.3,5.7,4.2,2,0.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88384",5,39.808333,-120.471667,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",3,0.160345,0.068634,0.3,"2013-01-22 00:00",0.3,"2013-01-28 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.05,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88385",5,39.808333,-120.471667,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",29,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88388",5,39.808333,-120.471667,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",29,97,24,30,0,6,"","","Certification not required",0,2.131034,1.826805,6.2,"2013-01-22 00:00",5.3,"2013-01-28 00:00",5,"2013-02-12 00:00",4.8,"2013-01-10 00:00","","","","",6.2,6.2,5.3,5,3.6,1.6,0.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88390",5,39.808333,-120.471667,"NAD83","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,67,17,30,0,3,"","","Certification not required",1,1.2495,0.713881,2.6,"2013-01-28 00:00",2.3,"2013-01-22 00:00",2.3,"2013-02-03 00:00",2,"2013-02-09 00:00","","","","",2.6,2.6,2.6,2.3,2,1.2,0.54,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88391",5,39.808333,-120.471667,"NAD83","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,67,17,30,0,3,"","","Certification not required",1,0.384,0.225888,0.88,"2013-01-28 00:00",0.76,"2013-02-03 00:00",0.63,"2013-02-09 00:00",0.61,"2013-01-22 00:00","","","","",0.88,0.88,0.88,0.76,0.61,0.35,0.18,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88392",5,39.808333,-120.471667,"NAD83","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,67,17,30,0,3,"","","Certification not required",9,0.1085,0.103633,0.29,"2013-01-28 00:00",0.27,"2013-01-22 00:00",0.25,"2013-02-09 00:00",0.21,"2013-02-12 00:00","","","","",0.29,0.29,0.29,0.27,0.21,0.12,0.01,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88403",5,39.808333,-120.471667,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",1,0.467667,0.182051,0.81,"2013-05-04 00:00",0.8,"2013-04-22 00:00",0.76,"2013-04-28 00:00",0.73,"2013-03-23 00:00","","","","",0.81,0.81,0.8,0.76,0.57,0.43,0.24,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1009","88501",3,39.808333,-120.471667,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4539,78,187,244,0,1317,"","","Certification not required",0,20.747742,20.355816,189,"2013-01-18 07:00",177,"2013-02-11 00:00",150,"2013-01-11 07:00",126,"2013-02-02 06:00","","","","",93,81,63,50,28,12,5,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-11-20" +"06","063","1009","88501",3,39.808333,-120.471667,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",187,77,187,244,0,0,"","","Certification not required",0,20.832086,13.068313,58.4,"2013-01-11 00:00",56.7,"2013-01-24 00:00",53.5,"2013-01-22 00:00",52.9,"2013-01-04 00:00","","","","",56.7,52.9,47.1,40.3,29.8,16.4,7.8,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-11-20" +"06","063","1009","88502",5,39.808333,-120.471667,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,100,25,30,0,5,"","","Certification not required",0,13.24,8.941133,33.9,"2013-01-22 00:00",27.4,"2013-02-12 00:00",26.8,"2013-01-28 00:00",26.2,"2013-02-03 00:00","","","","",33.9,33.9,27.4,26.8,21.3,12,3.3,"Portola-161 Nevada Street","161 NEVADA ST, PORTOLA, CA 96122","California","Plumas","Portola","","2013-10-08" +"06","063","1010","68101",1,39.81336,-120.47069,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",54,89,54,61,0,8,"","","Certification not required",54,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-06 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-12 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68102",1,39.81336,-120.47069,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",54,89,54,61,0,8,"","","Certification not required",0,24.094444,0.023121,24.1,"2013-07-06 00:00",24.1,"2013-07-09 00:00",24.1,"2013-07-12 00:00",24.1,"2013-07-15 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68103",1,39.81336,-120.47069,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,8,"","","Certification not required",0,0.840741,6.715612,15,"2013-08-20 00:00",13.5,"2013-07-24 00:00",13.4,"2013-09-01 00:00",11.5,"2013-07-03 00:00","","","","",15,13.5,13.4,9,5.3,2.2,-6.5,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68103",5,39.81336,-120.47069,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",30,97,27,31,0,7,"","","Certification not required",0,0.103333,7.45906,14.9,"2013-08-20 00:00",13.2,"2013-09-01 00:00",10.4,"2013-07-21 00:00",8.6,"2013-07-27 00:00","","","","",14.9,14.9,13.2,10.4,5.3,0.1,-8.5,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","063","1010","68104",1,39.81336,-120.47069,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,8,"","","Certification not required",0,22.72963,9.947136,37.8,"2013-07-21 00:00",36.3,"2013-07-03 00:00",36.1,"2013-07-18 00:00",33.9,"2013-07-27 00:00","","","","",37.8,36.3,36.1,33.2,30.4,27,8.7,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68104",5,39.81336,-120.47069,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",30,97,27,31,0,7,"","","Certification not required",0,22.05,10.260125,38.8,"2013-07-21 00:00",34.1,"2013-07-27 00:00",34,"2013-07-15 00:00",33.1,"2013-08-20 00:00","","","","",38.8,38.8,34.1,34,31.5,24.9,10.1,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","063","1010","68105",1,39.81336,-120.47069,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,8,"","","Certification not required",0,11.146296,8.218358,25.1,"2013-07-21 00:00",23.5,"2013-07-24 00:00",23.2,"2013-08-20 00:00",22.4,"2013-07-03 00:00","","","","",25.1,23.5,23.2,20.9,18,12.9,-0.1,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68105",5,39.81336,-120.47069,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",30,97,27,31,0,7,"","","Certification not required",0,10.243333,9.057467,25.2,"2013-07-21 00:00",23.3,"2013-08-20 00:00",21.1,"2013-07-27 00:00",20.2,"2013-07-15 00:00","","","","",25.2,25.2,23.3,21.1,18.5,9.7,-1.3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","063","1010","68106",1,39.81336,-120.47069,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,8,"","","Certification not required",0,635.740741,3.251619,642,"2013-11-12 00:00",641,"2013-10-04 00:00",641,"2013-11-06 00:00",640,"2013-07-09 00:00","","","","",642,641,641,640,638,636,632,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68106",5,39.81336,-120.47069,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,27,31,0,7,"","","Certification not required",0,637.733333,3.18329,643,"2013-11-06 00:00",643,"2013-11-12 00:00",642,"2013-11-30 00:00",642,"2013-12-30 00:00","","","","",643,643,643,642,640,638,635,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","063","1010","68107",1,39.81336,-120.47069,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,8,"","","Certification not required",0,639.962963,2.767486,645,"2013-10-04 00:00",645,"2013-11-06 00:00",645,"2013-11-12 00:00",644,"2013-11-30 00:00","","","","",645,645,645,643,642,640,637,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68107",5,39.81336,-120.47069,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,27,31,0,7,"","","Certification not required",0,640.466667,2.812942,645,"2013-11-06 00:00",645,"2013-11-12 00:00",644,"2013-11-30 00:00",644,"2013-12-30 00:00","","","","",645,645,645,644,643,640,638,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","063","1010","68108",1,39.81336,-120.47069,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,8,"","","Certification not required",0,637.87037,2.997145,643,"2013-10-04 00:00",643,"2013-11-06 00:00",643,"2013-11-12 00:00",643,"2013-11-30 00:00","","","","",643,643,643,641,640,638,635,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","68108",5,39.81336,-120.47069,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,27,31,0,7,"","","Certification not required",0,638.8,2.857537,644,"2013-11-12 00:00",643,"2013-11-06 00:00",643,"2013-11-30 00:00",642,"2013-07-09 00:00","","","","",644,644,643,643,641,639,636,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","063","1010","68109",1,39.81336,-120.47069,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",54,89,54,61,0,8,"","","Certification not required",0,1439.888889,0.317221,1440,"2013-07-06 00:00",1440,"2013-07-09 00:00",1440,"2013-07-12 00:00",1440,"2013-07-15 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","88101",1,39.81336,-120.47069,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,8,7,7,"Certification not required",0,14.664815,13.413288,51.8,"2013-12-30 00:00",46.9,"2013-12-28 00:00",44.4,"2013-12-06 00:00",40.5,"2013-11-27 00:00","","","","",51.8,46.9,44.4,36,22.5,9.1,3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","88101",1,39.81336,-120.47069,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,8,"","","Certification not required",0,14.664815,13.413288,51.8,"2013-12-30 00:00",46.9,"2013-12-28 00:00",44.4,"2013-12-06 00:00",40.5,"2013-11-27 00:00","","","","",51.8,46.9,44.4,36,22.5,9.1,3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-30" +"06","063","1010","88102",5,39.81336,-120.47069,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",24,0.01048,0.0024,0.022,"2013-07-21 00:00",0.01,"2013-07-06 00:00",0.01,"2013-07-09 00:00",0.01,"2013-07-15 00:00","","","","",0.022,0.022,0.01,0.01,0.01,0.01,0.01,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88103",5,39.81336,-120.47069,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.001,0,0.001,"2013-07-06 00:00",0.001,"2013-07-09 00:00",0.001,"2013-07-15 00:00",0.001,"2013-07-21 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88104",5,39.81336,-120.47069,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",14,0.01664,0.011147,0.048,"2013-08-20 00:00",0.036,"2013-10-07 00:00",0.033,"2013-08-14 00:00",0.032,"2013-11-12 00:00","","","","",0.048,0.048,0.036,0.033,0.021,0.0085,0.0085,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88107",5,39.81336,-120.47069,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.01,0,0.01,"2013-07-06 00:00",0.01,"2013-07-09 00:00",0.01,"2013-07-15 00:00",0.01,"2013-07-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88109",5,39.81336,-120.47069,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",18,0.00152,0.000918,0.004,"2013-08-20 00:00",0.003,"2013-10-07 00:00",0.003,"2013-10-31 00:00",0.003,"2013-11-12 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0.001,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88111",5,39.81336,-120.47069,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",1,0.02502,0.010203,0.046,"2013-08-20 00:00",0.045,"2013-07-06 00:00",0.043,"2013-11-12 00:00",0.036,"2013-10-07 00:00","","","","",0.046,0.046,0.045,0.043,0.028,0.025,0.015,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88112",5,39.81336,-120.47069,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.00212,0.0006,0.005,"2013-10-31 00:00",0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00","","","","",0.005,0.005,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88113",5,39.81336,-120.47069,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.0015,0,0.0015,"2013-07-06 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88114",5,39.81336,-120.47069,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.002,0,0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00",0.002,"2013-07-21 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88115",5,39.81336,-120.47069,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",12,0.0226,0.026172,0.075,"2013-07-06 00:00",0.072,"2013-11-24 00:00",0.07,"2013-11-30 00:00",0.067,"2013-10-31 00:00","","","","",0.075,0.075,0.072,0.07,0.04,0.011,0.0035,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88126",5,39.81336,-120.47069,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.03852,0.014675,0.067,"2013-08-20 00:00",0.059,"2013-11-12 00:00",0.058,"2013-07-06 00:00",0.058,"2013-10-07 00:00","","","","",0.067,0.067,0.059,0.058,0.047,0.038,0.018,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88128",5,39.81336,-120.47069,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.002,0,0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00",0.002,"2013-07-21 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88132",5,39.81336,-120.47069,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.00204,0.0002,0.003,"2013-08-20 00:00",0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00","","","","",0.003,0.003,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88134",5,39.81336,-120.47069,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.003,0,0.003,"2013-07-06 00:00",0.003,"2013-07-09 00:00",0.003,"2013-07-15 00:00",0.003,"2013-07-21 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88136",5,39.81336,-120.47069,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.002,0,0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00",0.002,"2013-07-21 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88142",5,39.81336,-120.47069,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.002,0,0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00",0.002,"2013-07-21 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88152",5,39.81336,-120.47069,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.002,0,0.002,"2013-07-06 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00",0.002,"2013-07-21 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88154",5,39.81336,-120.47069,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.001,0,0.001,"2013-07-06 00:00",0.001,"2013-07-09 00:00",0.001,"2013-07-15 00:00",0.001,"2013-07-21 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88160",5,39.81336,-120.47069,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.01,0,0.01,"2013-07-06 00:00",0.01,"2013-07-09 00:00",0.01,"2013-07-15 00:00",0.01,"2013-07-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88161",5,39.81336,-120.47069,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",17,0.00292,0.001498,0.007,"2013-08-20 00:00",0.006,"2013-11-12 00:00",0.005,"2013-07-06 00:00",0.005,"2013-10-22 00:00","","","","",0.007,0.007,0.006,0.005,0.004,0.002,0.002,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88164",5,39.81336,-120.47069,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.0015,0,0.0015,"2013-07-06 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88165",5,39.81336,-120.47069,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.11032,0.050885,0.23,"2013-08-20 00:00",0.2,"2013-11-12 00:00",0.18,"2013-07-06 00:00",0.17,"2013-10-07 00:00","","","","",0.23,0.23,0.2,0.18,0.13,0.11,0.046,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88167",5,39.81336,-120.47069,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",8,0.0034,0.002517,0.009,"2013-11-12 00:00",0.008,"2013-11-24 00:00",0.008,"2013-11-30 00:00",0.007,"2013-11-18 00:00","","","","",0.009,0.009,0.008,0.008,0.005,0.003,0.001,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88168",5,39.81336,-120.47069,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.0015,0,0.0015,"2013-07-06 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88169",5,39.81336,-120.47069,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.19108,0.073273,0.37,"2013-09-07 00:00",0.32,"2013-07-21 00:00",0.3,"2013-08-20 00:00",0.28,"2013-07-15 00:00","","","","",0.37,0.37,0.32,0.3,0.23,0.18,0.12,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88176",5,39.81336,-120.47069,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.001,0,0.001,"2013-07-06 00:00",0.001,"2013-07-09 00:00",0.001,"2013-07-15 00:00",0.001,"2013-07-21 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88180",5,39.81336,-120.47069,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",0,0.09916,0.085014,0.32,"2013-11-24 00:00",0.24,"2013-11-30 00:00",0.22,"2013-11-12 00:00",0.21,"2013-08-20 00:00","","","","",0.32,0.32,0.24,0.22,0.17,0.063,0.026,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88183",5,39.81336,-120.47069,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,81,24,31,0,5,"","","Certification not required",25,0.0015,0,0.0015,"2013-07-06 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88301",5,39.81336,-120.47069,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",31,100,27,31,0,6,"","","Certification not required",7,0.177903,0.215966,1.12,"2013-12-12 00:00",0.67,"2013-12-18 00:00",0.31,"2013-12-30 00:00",0.3,"2013-09-07 00:00","","","","",1.12,1.12,0.67,0.3,0.2,0.13,0.025,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88302",5,39.81336,-120.47069,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",31,100,27,31,0,6,"","","Certification not required",30,0.044516,0.025145,0.18,"2013-07-06 00:00",0.04,"2013-07-09 00:00",0.04,"2013-07-15 00:00",0.04,"2013-07-21 00:00","","","","",0.18,0.18,0.04,0.04,0.04,0.04,0.04,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88303",5,39.81336,-120.47069,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",31,100,27,31,0,6,"","","Certification not required",22,0.110323,0.085974,0.42,"2013-12-18 00:00",0.27,"2013-12-30 00:00",0.26,"2013-12-21 00:00",0.24,"2013-11-24 00:00","","","","",0.42,0.42,0.27,0.24,0.15,0.065,0.065,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88306",5,39.81336,-120.47069,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",31,100,27,31,0,6,"","","Certification not required",0,0.559032,0.783332,3.79,"2013-12-12 00:00",2.72,"2013-12-18 00:00",1.26,"2013-12-30 00:00",0.93,"2013-12-21 00:00","","","","",3.79,3.79,2.72,0.93,0.59,0.29,0.14,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88355",5,39.81336,-120.47069,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,9.784615,9.561912,32,"2013-11-30 00:00",30,"2013-10-31 00:00",25,"2013-11-06 00:00",25,"2013-11-24 00:00","","","","",32,32,30,25,13,7.8,1.5,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88357",5,39.81336,-120.47069,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",1,1.105769,2.319324,12,"2013-11-12 00:00",2.5,"2013-11-30 00:00",2,"2013-11-24 00:00",1.6,"2013-11-06 00:00","","","","",12,12,2.5,2,1.2,0.5,0.1,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88370",5,39.81336,-120.47069,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,9.703846,9.618793,31,"2013-11-30 00:00",28,"2013-10-31 00:00",28,"2013-11-12 00:00",24,"2013-11-24 00:00","","","","",31,31,28,28,13,7.3,1.4,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88374",5,39.81336,-120.47069,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",6,3.026923,4.292208,13,"2013-10-31 00:00",13,"2013-11-30 00:00",9.7,"2013-11-12 00:00",9.5,"2013-11-06 00:00","","","","",13,13,13,9.7,4.8,0.5,0.05,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88375",5,39.81336,-120.47069,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,1.923077,1.882192,5.9,"2013-11-30 00:00",5.6,"2013-11-12 00:00",5.3,"2013-10-31 00:00",5.3,"2013-11-06 00:00","","","","",5.9,5.9,5.6,5.3,3,1.3,0.3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88376",5,39.81336,-120.47069,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,1.738462,1.063608,3.7,"2013-08-20 00:00",3.6,"2013-11-30 00:00",3.4,"2013-11-12 00:00",3.1,"2013-10-31 00:00","","","","",3.7,3.7,3.6,3.4,2.7,1.8,0.5,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88377",5,39.81336,-120.47069,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,0.557692,0.219405,0.9,"2013-08-14 00:00",0.9,"2013-11-30 00:00",0.8,"2013-10-07 00:00",0.8,"2013-10-13 00:00","","","","",0.9,0.9,0.9,0.8,0.7,0.6,0.3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88378",5,39.81336,-120.47069,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,2.461538,2.580399,8.1,"2013-11-12 00:00",7.5,"2013-11-30 00:00",6.9,"2013-11-24 00:00",6.6,"2013-10-31 00:00","","","","",8.1,8.1,7.5,6.9,4.5,1.5,0.2,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88380",5,39.81336,-120.47069,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,1.215385,1.222356,3.7,"2013-11-12 00:00",3.5,"2013-11-06 00:00",3.3,"2013-11-30 00:00",3.2,"2013-10-31 00:00","","","","",3.7,3.7,3.5,3.3,1.9,0.9,0.2,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88383",5,39.81336,-120.47069,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",0,3.515385,3.6657,11,"2013-11-12 00:00",11,"2013-11-30 00:00",9.6,"2013-10-31 00:00",9.6,"2013-11-24 00:00","","","","",11,11,11,9.6,5.3,2.2,0.3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88384",5,39.81336,-120.47069,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",9,0.132692,0.076082,0.3,"2013-11-30 00:00",0.2,"2013-08-14 00:00",0.2,"2013-08-26 00:00",0.2,"2013-09-10 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.05,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88385",5,39.81336,-120.47069,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",23,0.055769,0.016291,0.1,"2013-11-12 00:00",0.1,"2013-11-24 00:00",0.1,"2013-11-30 00:00",0.05,"2013-07-06 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88388",5,39.81336,-120.47069,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",26,84,24,31,0,4,"","","Certification not required",1,2.575,2.779613,8.4,"2013-11-30 00:00",8.3,"2013-10-31 00:00",7.9,"2013-11-24 00:00",6.9,"2013-11-06 00:00","","","","",8.4,8.4,8.3,7.9,3.7,1.4,0.3,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-10" +"06","063","1010","88403",5,39.81336,-120.47069,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",31,100,27,31,0,6,"","","Certification not required",0,0.52871,0.219951,1.1,"2013-09-07 00:00",0.93,"2013-07-21 00:00",0.82,"2013-07-15 00:00",0.81,"2013-08-20 00:00","","","","",1.1,1.1,0.93,0.81,0.71,0.49,0.26,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-02-06" +"06","063","1010","88501",3,39.81336,-120.47069,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2917,66,122,184,0,11,"","","Certification not required",0,31.78711,34.94515,229,"2013-11-26 01:00",212,"2013-12-18 22:00",178,"2013-12-12 01:00",173,"2013-11-12 01:00","","","","",148,130,107,86,48,16,4,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-06" +"06","063","1010","88501",3,39.81336,-120.47069,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",122,66,122,184,0,0,"","","Certification not required",0,31.741803,19.628819,94.9,"2013-12-18 00:00",70,"2013-12-05 00:00",68.2,"2013-12-31 00:00",67.9,"2013-12-13 00:00","","","","",70,68.2,65,59.1,45.7,29,8,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-06" +"06","063","1010","88502",5,39.81336,-120.47069,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,27,31,0,8,"","","Certification not required",0,22.275862,20.11676,77.2,"2013-12-18 00:00",56.3,"2013-12-30 00:00",53.3,"2013-12-12 00:00",49.3,"2013-11-30 00:00","","","","",77.2,77.2,56.3,53.3,38,13.9,4.4,"Portola North Substation","420 Gulling Street, Portola, CA 96122","California","Plumas","Portola","","2014-01-22" +"06","065","0003","81102",1,33.920556,-117.571389,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,27.947368,10.183006,58,"2013-10-25 00:00",54,"2013-10-07 00:00",47,"2013-12-18 00:00",46,"2013-10-19 00:00","","","","",58,54,47,43,32,26,16,"Norco","NORCONIAN-US NFAC, NORCO","California","Riverside","Norco","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","0003","85101",1,33.920556,-117.571389,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,27.333333,9.968402,56,"2013-10-25 00:00",53,"2013-10-07 00:00",46,"2013-12-18 00:00",45,"2013-10-19 00:00","","","","",56,53,46,42,31,26,15,"Norco","NORCONIAN-US NFAC, NORCO","California","Riverside","Norco","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","0008","44201",1,33.7411,-115.8206,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",4536,54,196,365,0,2064,0,0,"Certification not required",0,0.055577,0.012846,0.091,"2013-06-21 18:00",0.088,"2013-05-04 17:00",0.082,"2013-05-21 19:00",0.081,"2013-06-22 00:00","","","","",0.088,0.081,0.077,0.072,0.065,0.055,0.038,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","44201",1,33.7411,-115.8206,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",4715,52,190,365,0,0,1,1,"Certification not required",0,0.052558,0.012234,0.086,"2013-06-21 15:00",0.083,"2013-05-04 10:00",0.078,"2013-06-22 12:00",0.077,"2013-05-21 18:00","","","","",0.083,0.077,0.072,0.069,0.061,0.053,0.036,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","44201",1,33.7411,-115.8206,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",4715,52,190,365,0,0,4,4,"Certification not required",0,0.052558,0.012234,0.086,"2013-06-21 15:00",0.083,"2013-05-04 10:00",0.078,"2013-06-22 12:00",0.077,"2013-05-21 18:00","","","","",0.083,0.077,0.072,0.069,0.061,0.053,0.036,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","61101",1,33.7411,-115.8206,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6555,75,273,365,0,45,"","","Certification not required",0,6.668467,4.421975,33.2,"2013-12-29 10:00",31.3,"2013-12-29 11:00",29.9,"2013-12-29 09:00",29.3,"2013-12-29 12:00","","","","",22.5,20.2,16.1,12.4,8.2,5.6,2.3,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","61103",1,33.7411,-115.8206,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6555,75,273,365,0,45,"","","Certification not required",0,6.186087,4.525695,32.8,"2013-12-29 10:00",30.9,"2013-12-29 11:00",29.7,"2013-12-29 09:00",28.9,"2013-12-29 12:00","","","","",22.3,20,15.9,12,7.8,5,1.7,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","61104",1,33.7411,-115.8206,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6555,75,273,365,0,45,"","","Certification not required",0,152.624256,111.854701,360,"2013-04-27 00:00",360,"2013-05-08 03:00",360,"2013-06-13 05:00",360,"2013-08-02 03:00","","","","",359,357,351,336,211,178,10,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","61106",1,33.7411,-115.8206,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6555,75,273,365,0,45,"","","Certification not required",0,19.300534,11.650004,67,"2013-10-08 23:00",66,"2013-05-15 19:00",65,"2013-05-07 05:00",65,"2013-10-11 12:00","","","","",53,49,42,36,27,17,7,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","62101",1,33.7411,-115.8206,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,48,"","","Certification not required",0,70.750153,14.519138,105,"2013-06-28 15:00",105,"2013-06-29 15:00",104,"2013-06-28 14:00",104,"2013-06-29 12:00","","","","",97,94,92,89,82,72,51,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","62201",1,33.7411,-115.8206,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6554,75,273,365,0,46,"","","Certification not required",0,28.499695,18.08027,100,"2013-07-21 11:00",100,"2013-08-26 05:00",100,"2013-08-26 06:00",100,"2013-08-26 07:00","","","","",89,81,68,55,35,23,12,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","63301",1,33.7411,-115.8206,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6558,75,273,365,0,42,"","","Certification not required",3115,0.363511,0.476184,1.57,"2013-08-02 11:00",1.52,"2013-06-16 11:00",1.5,"2013-06-15 11:00",1.49,"2013-05-02 11:00","","","","",1.44,1.42,1.33,1.18,0.75,0.02,0.005,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","065","0008","65102",1,33.7411,-115.8206,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",2924,33,122,365,0,4,"","","Certification not required",0,5.1e-05,0.001371,0.06,"2013-07-11 09:00",0.03,"2013-07-21 10:00",0.02,"2013-05-09 14:00",0.02,"2013-07-21 09:00","","","","",0,0,0,0,0,0,0,"","JOSHUA TREE NATIONAL PARK, CALIFORNIA","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2013-09-16" +"06","065","0009","42601",1,33.447867,-117.088649,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6169,70,268,365,0,383,"","","Certification not required",0,1.478635,2.903892,38.4,"2013-01-29 08:00",33,"2013-02-01 08:00",30.7,"2013-02-01 07:00",30.4,"2013-02-12 07:00","","","","",14.2,11.3,7.1,4.3,1.3,0.4,0,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","42602",1,33.447867,-117.088649,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6146,70,266,365,0,406,0,"","Certification not required",0,9.465038,5.123687,29.8,"2013-02-15 00:00",25.5,"2013-02-14 23:00",25,"2013-01-20 02:00",23.7,"2013-01-18 07:00","","","","",25,23.4,20.3,16.5,12.4,7.6,4.6,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","42602",1,33.447867,-117.088649,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6146,70,266,365,0,406,"","","Certification not required",0,4.844338,3.131851,29.8,"2013-02-15 00:00",25.5,"2013-02-14 23:00",25,"2013-01-20 02:00",24.9,"2013-02-15 22:00","","","","",16.7,14.9,11.3,8.7,5.6,3.9,2.3,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","42603",1,33.447867,-117.088649,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6169,70,268,365,0,383,"","","Certification not required",0,6.314848,5.488595,54.7,"2013-01-29 08:00",50.3,"2013-02-01 08:00",46.8,"2013-03-14 07:00",43.1,"2013-02-12 07:00","","","","",28,24,17.8,13,7.1,4.4,2.4,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","44201",1,33.447867,-117.088649,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",6219,74,269,365,0,333,0,0,"Certification not required",129,0.054152,0.011043,0.088,"2013-05-13 15:00",0.081,"2013-03-15 15:00",0.081,"2013-04-20 13:00",0.081,"2013-09-14 11:00","","","","",0.081,0.08,0.073,0.067,0.061,0.054,0.042,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","44201",1,33.447867,-117.088649,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6459,73,268,365,0,0,0,0,"Certification not required",0,0.04816,0.010482,0.082,"2013-05-13 10:00",0.078,"2013-05-03 11:00",0.076,"2013-04-20 11:00",0.074,"2013-05-02 10:00","","","","",0.076,0.072,0.066,0.06,0.054,0.048,0.035,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","44201",1,33.447867,-117.088649,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6459,73,268,365,0,0,3,3,"Certification not required",0,0.04816,0.010482,0.082,"2013-05-13 10:00",0.078,"2013-05-03 11:00",0.076,"2013-04-20 11:00",0.074,"2013-05-02 10:00","","","","",0.076,0.072,0.066,0.06,0.054,0.048,0.035,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","88101",1,33.447867,-117.088649,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6201,71,263,365,0,350,"","","Certification not required",0,14.277858,8.517025,74,"2013-08-22 15:00",45,"2013-04-19 21:00",42,"2013-06-29 23:00",41,"2013-07-11 08:00","","","","",32,30,28,26,22,13,4,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","88101",1,33.447867,-117.088649,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,0,0,"Certification not required",0,14.226953,7.867925,28.5,"2013-07-09 00:00",28.3,"2013-07-21 00:00",28.1,"2013-06-15 00:00",28,"2013-07-20 00:00","","","","",28.1,27.3,26.4,24.7,21.9,13,4.2,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","88101",1,33.447867,-117.088649,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,14.226953,7.867925,28.5,"2013-07-09 00:00",28.3,"2013-07-21 00:00",28.1,"2013-06-15 00:00",28,"2013-07-20 00:00","","","","",28.1,27.3,26.4,24.7,21.9,13,4.2,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-15" +"06","065","0009","88101",2,33.447867,-117.088649,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,2,0,0,"Certification not required",0,7.530769,2.695235,13,"2013-05-22 00:00",11.5,"2013-07-09 00:00",11.4,"2013-07-21 00:00",11.2,"2013-05-10 00:00","","","","",13,13,11.5,11.2,9.7,7.9,3.9,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2013-12-11" +"06","065","0009","88101",2,33.447867,-117.088649,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,2,"","","Certification not required",0,7.530769,2.695235,13,"2013-05-22 00:00",11.5,"2013-07-09 00:00",11.4,"2013-07-21 00:00",11.2,"2013-05-10 00:00","","","","",13,13,11.5,11.2,9.7,7.9,3.9,"Pechanga","12705 Pechanga Rd., Temecula, CA 92592","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2013-12-11" +"06","065","0012","42601",1,33.92086,-116.85841,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4957,100,76,122,0,1595,"","","Certification not required",0,1.645875,5.483122,99.7,"2013-01-08 07:00",97.2,"2013-03-14 06:00",76.7,"2013-03-11 06:00",71.6,"2013-03-14 05:00","","","","",27,14.9,6.6,3.3,1.4,0.1,0,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","42602",1,33.92086,-116.85841,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4957,57,219,365,0,1595,0,"","Certification not required",0,22.460731,9.752511,47.8,"2013-03-14 21:00",46,"2013-05-21 05:00",45,"2013-08-14 05:00",43.4,"2013-02-28 23:00","","","","",45,41.3,39.8,36.4,29.1,22,9.2,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","42602",1,33.92086,-116.85841,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4957,57,219,365,0,1595,"","","Certification not required",0,7.368449,8.499822,47.8,"2013-03-14 21:00",46,"2013-05-21 05:00",45,"2013-08-14 05:00",44.8,"2013-03-14 20:00","","","","",35,31.7,26.2,20.7,10.9,3.7,0.2,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","42603",1,33.92086,-116.85841,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4957,100,76,122,0,1595,"","","Certification not required",0,9.03837,12.401969,141,"2013-01-08 07:00",134.1,"2013-03-14 06:00",117.1,"2013-03-11 06:00",109,"2013-03-14 05:00","","","","",59.8,46.4,31.7,23.4,12,4.3,0.4,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","44201",1,33.92086,-116.85841,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3498,42,153,365,0,3054,0,0,"Certification not required",13,0.076902,0.016571,0.115,"2013-06-29 20:00",0.112,"2013-06-07 16:00",0.112,"2013-06-08 14:00",0.111,"2013-05-31 16:00","","","","",0.112,0.111,0.101,0.098,0.09,0.077,0.053,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","44201",1,33.92086,-116.85841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3686,41,149,365,0,0,11,11,"Certification not required",0,0.067161,0.01309,0.103,"2013-06-29 14:00",0.098,"2013-06-07 11:00",0.094,"2013-06-08 09:00",0.091,"2013-05-31 12:00","","","","",0.098,0.094,0.088,0.084,0.076,0.068,0.049,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","44201",1,33.92086,-116.85841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3686,41,151,365,0,0,41,41,"Certification not required",0,0.067325,0.013082,0.103,"2013-06-29 14:00",0.098,"2013-06-07 11:00",0.094,"2013-06-08 09:00",0.091,"2013-05-31 12:00","","","","",0.098,0.091,0.088,0.084,0.077,0.068,0.049,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","62101",1,33.92086,-116.85841,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6518,100,91,122,0,34,"","","Certification not required",0,66.180746,15.965786,106.9,"2013-06-30 13:00",105.3,"2013-06-30 12:00",104.6,"2013-06-29 14:00",104.3,"2013-06-29 15:00","","","","",97.2,95.5,91.9,87.3,78.5,66.4,44.6,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","62201",1,33.92086,-116.85841,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6518,100,91,122,0,34,"","","Certification not required",0,44.159251,25.393502,100,"2013-01-10 02:00",100,"2013-01-10 07:00",100,"2013-01-25 17:00",100,"2013-01-25 18:00","","","","",100,98,90,83,64,40,13,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","63301",1,33.92086,-116.85841,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",1405,100,19,122,0,17,"","","Certification not required",207,5.585975,2.32087,6.59,"2013-01-24 16:00",6.59,"2013-01-24 18:00",6.58,"2013-01-19 18:00",6.58,"2013-01-19 19:00","","","","",6.58,6.58,6.57,6.57,6.56,6.56,0.005,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","63302",1,33.92086,-116.85841,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",1406,16,55,365,0,16,"","","Certification not required",207,0.281881,0.115098,0.33,"2013-01-01 00:00",0.33,"2013-01-01 01:00",0.33,"2013-01-01 02:00",0.33,"2013-01-01 03:00","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.005,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","64101",1,33.92086,-116.85841,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6325,100,89,122,0,32,"","","Certification not required",0,937.677787,3.963011,950,"2013-01-15 10:00",950,"2013-01-30 11:00",950,"2013-02-28 10:00",950,"2013-02-28 11:00","","","","",947,946,945,943,940,937,933,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","81102",1,33.92086,-116.85841,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",3,20.508197,12.372851,64,"2013-09-07 00:00",46,"2013-06-21 00:00",42,"2013-10-25 00:00",37,"2013-09-19 00:00","","","","",64,46,37,33,29,20,5,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","0012","85101",1,33.92086,-116.85841,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",4,18.868852,11.550578,60,"2013-09-07 00:00",42,"2013-06-21 00:00",39,"2013-10-25 00:00",34,"2013-09-19 00:00","","","","",60,42,34,31,26,18,4,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","0012","88502",3,33.92086,-116.85841,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6236,71,260,365,0,308,"","","Certification not required",0,10.560375,8.358405,65,"2013-02-07 05:00",64,"2013-02-07 04:00",63,"2013-02-06 23:00",61.8,"2013-02-07 02:00","","","","",37,32,26,21,15,9,2,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0012","88502",3,33.92086,-116.85841,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,"","","Certification not required",0,10.468462,5.586429,39.1,"2013-02-06 00:00",38.9,"2013-02-07 00:00",28.4,"2013-09-20 00:00",26.2,"2013-02-05 00:00","","","","",28.4,23.2,19.5,17.2,13.4,10.4,4,"Banning Airport","200 S. HATHAWAY ST., BANNING CA","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","44201",1,33.583333,-117.083333,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5241,63,230,365,0,1311,0,0,"Certification not required",3,0.058139,0.011745,0.093,"2013-06-01 10:00",0.086,"2013-09-14 11:00",0.084,"2013-07-08 11:00",0.083,"2013-05-03 15:00","","","","",0.084,0.082,0.079,0.074,0.066,0.058,0.044,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","44201",1,33.583333,-117.083333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5499,63,230,365,0,0,0,0,"Certification not required",0,0.052322,0.010661,0.078,"2013-05-03 11:00",0.077,"2013-05-13 10:00",0.077,"2013-09-14 09:00",0.074,"2013-05-02 10:00","","","","",0.077,0.074,0.07,0.067,0.06,0.053,0.039,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","44201",1,33.583333,-117.083333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5499,63,230,365,0,0,3,3,"Certification not required",0,0.052322,0.010661,0.078,"2013-05-03 11:00",0.077,"2013-05-13 10:00",0.077,"2013-09-14 09:00",0.074,"2013-05-02 10:00","","","","",0.077,0.074,0.07,0.067,0.06,0.053,0.039,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","62101",1,33.583333,-117.083333,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",5504,63,227,365,0,24,"","","Certification not required",0,66.510974,13.672651,102.5,"2013-06-29 14:00",102.4,"2013-06-29 13:00",100.9,"2013-09-05 12:00",100.8,"2013-09-06 13:00","","","","",96.9,94.4,90.3,85.4,76.7,65.8,49.5,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","62201",1,33.583333,-117.083333,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",5526,63,229,365,0,15,"","","Certification not required",34,59.298046,28.124769,100,"2013-02-08 09:00",100,"2013-02-08 20:00",100,"2013-02-08 21:00",100,"2013-02-08 22:00","","","","",100,100,100,100,86,55,23,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","88502",3,33.583333,-117.083333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6501,74,273,365,0,45,"","","Certification not required",0,7.892463,4.715021,30,"2013-07-05 00:00",30,"2013-07-13 15:00",29,"2013-02-16 20:00",29,"2013-03-19 10:00","","","","",21,19,16,14,11,8,2,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","0016","88502",3,33.583333,-117.083333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,7.857143,3.497031,15.6,"2013-03-19 00:00",15.5,"2013-06-01 00:00",15.1,"2013-03-20 00:00",14.9,"2013-03-24 00:00","","","","",15.1,14.7,14.1,12.2,10.3,8,3,"Temecula","33700 Borel Road, Winchester, CA 92596","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","14129",2,33.94603,-117.40063,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,1,0,0,"Certification not required",0,0.0036,0.002159,0.009,"2013-05-04 00:00",0.007,"2013-06-09 00:00",0.006,"2013-01-16 00:00",0.006,"2013-01-22 00:00","","","","",0.009,0.009,0.007,0.006,0.005,0.004,0.001,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-09-12" +"06","065","1003","14129",3,33.94603,-117.40063,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,0,0,"Certification not required",0,0.003357,0.001592,0.007,"2013-05-04 00:00",0.006,"2013-01-22 00:00",0.006,"2013-04-28 00:00",0.005,"2013-01-16 00:00","","","","",0.007,0.007,0.006,0.006,0.004,0.003,0.001,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-09-12" +"06","065","1003","42101",1,33.94603,-117.40063,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6053,69,266,365,0,499,0,0,"Certification not required",5091,0.330638,0.218148,4.5,"2013-07-03 12:00",2.2,"2013-01-09 07:00",2,"2013-01-22 07:00",2,"2013-01-31 07:00","","","","",1.2,1,0.8,0.6,0.25,0.25,0.25,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","42101",1,33.94603,-117.40063,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6412,73,258,365,0,0,0,0,"Certification not required",0,0.365143,0.147648,1.4,"2013-01-09 09:00",1.3,"2013-01-09 08:00",1.2,"2013-01-06 01:00",1.2,"2013-01-06 02:00",1.4,"2013-01-09 09:00",1.2,"2013-01-06 01:00",1,0.9,0.7,0.5,0.4,0.3,0.3,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","42601",3,33.94603,-117.40063,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3778,43,164,365,0,2774,"","","Certification not required",0,7.24288,16.866896,216.4,"2013-01-04 07:00",202.8,"2013-01-09 08:00",187.1,"2013-01-04 08:00",180.4,"2013-01-04 06:00","","","","",82.4,64,39.5,17.4,5,2,0.3,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","42602",3,33.94603,-117.40063,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3778,43,164,365,0,2774,0,"","Certification not required",0,24.379268,10.670644,52.5,"2013-05-03 07:00",50.6,"2013-09-24 08:00",48.6,"2013-05-13 06:00",47.9,"2013-09-23 21:00","","","","",50.6,48.6,44.5,40.1,33,22.7,12.3,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","42602",3,33.94603,-117.40063,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3778,43,164,365,0,2774,"","","Certification not required",0,15.112811,8.437973,52.5,"2013-05-03 07:00",51.1,"2013-05-03 22:00",50.6,"2013-09-24 08:00",49.8,"2013-01-09 17:00","","","","",41,37.2,33.2,28.1,18.8,12.5,6.9,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","42603",3,33.94603,-117.40063,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3778,43,164,365,0,2774,"","","Certification not required",0,22.398809,22.774829,261.3,"2013-01-04 07:00",239.2,"2013-01-09 08:00",232.1,"2013-01-04 08:00",220.2,"2013-01-04 06:00","","","","",117,97.3,69,45.2,23.6,15,7.8,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","62101",1,33.94603,-117.40063,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",5482,63,227,365,0,28,"","","Certification not required",0,69.423477,13.791211,106.5,"2013-06-29 13:00",106.1,"2013-06-29 12:00",105.2,"2013-06-29 14:00",105,"2013-08-29 12:00","","","","",100.4,98,93.9,88.7,79.1,68.2,52.5,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","62201",1,33.94603,-117.40063,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4847,55,196,365,0,620,"","","Certification not required",167,50.892201,26.667943,100,"2013-09-20 07:00",99,"2013-02-14 03:00",99,"2013-03-06 02:00",99,"2013-03-12 03:00","","","","",97,96,92,88,73,51,14,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","68101",1,33.94603,-117.40063,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",26,43,15,61,0,0,"","","Certification not required",0,0.269231,0.047068,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-25 00:00",0.3,"2013-02-06 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68102",1,33.94603,-117.40063,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",26,43,15,61,0,0,"","","Certification not required",0,23.965385,0.157334,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68103",1,33.94603,-117.40063,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",26,43,15,61,0,0,"","","Certification not required",0,4.123077,3.710235,11.2,"2013-01-25 00:00",9.2,"2013-03-14 00:00",8.8,"2013-03-20 00:00",8.2,"2013-03-17 00:00","","","","",11.2,11.2,9.2,8.8,6.3,4.3,-0.9,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68104",1,33.94603,-117.40063,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",26,43,15,61,0,0,"","","Certification not required",0,20.461538,6.052905,34.6,"2013-03-14 00:00",30.1,"2013-03-02 00:00",27.9,"2013-03-29 00:00",27.6,"2013-03-11 00:00","","","","",34.6,34.6,30.1,27.9,24.9,19.4,12,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68105",1,33.94603,-117.40063,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",26,43,15,61,0,0,"","","Certification not required",0,11.8,4.016367,20.7,"2013-03-14 00:00",17.5,"2013-03-02 00:00",16.5,"2013-03-29 00:00",16.3,"2013-02-15 00:00","","","","",20.7,20.7,17.5,16.5,14.7,11.8,7.2,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68106",1,33.94603,-117.40063,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",26,43,15,61,0,0,"","","Certification not required",0,739.961538,2.720011,744,"2013-02-12 00:00",742,"2013-01-04 00:00",742,"2013-01-13 00:00",742,"2013-01-16 00:00","","","","",744,744,742,742,742,741,735,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68107",1,33.94603,-117.40063,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",26,43,15,61,0,0,"","","Certification not required",0,753.115385,4.727172,762,"2013-03-05 00:00",761,"2013-01-07 00:00",761,"2013-02-21 00:00",761,"2013-03-29 00:00","","","","",762,762,761,761,756,752,748,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68108",1,33.94603,-117.40063,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",26,43,15,61,0,0,"","","Certification not required",0,745.192308,2.020282,749,"2013-02-12 00:00",748,"2013-01-04 00:00",748,"2013-01-16 00:00",748,"2013-03-05 00:00","","","","",749,749,748,748,747,745,743,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","68109",1,33.94603,-117.40063,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",26,43,15,61,0,0,"","","Certification not required",0,1437.846154,9.65274,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","81102",5,33.94603,-117.40063,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6464,74,271,365,0,68,"","","Certification not required",28,33.75789,15.093192,181,"2013-02-27 06:00",163,"2013-03-27 05:00",159,"2013-04-03 06:00",124,"2013-04-17 05:00","","","","",75,68,59,52,43,33,15,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","81102",5,33.94603,-117.40063,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6484,74,271,365,20,68,"","","Certification not required",28,33.893738,15.315328,181,"2013-02-27 06:00",163,"2013-03-27 05:00",159,"2013-04-03 06:00",124,"2013-04-17 05:00","","","","",77,69,60,53,43,33,15,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","81102",5,33.94603,-117.40063,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6484,74,271,365,20,68,"","","Certification not required",28,33.893738,15.315328,181,"2013-02-27 06:00",163,"2013-03-27 05:00",159,"2013-04-03 06:00",124,"2013-04-17 05:00","","","","",77,69,60,53,43,33,15,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","81102",5,33.94603,-117.40063,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",271,74,271,365,0,0,0,0,"Certification not required",0,33.472325,10.144063,64,"2013-03-20 00:00",60,"2013-06-01 00:00",56,"2013-03-19 00:00",55,"2013-07-05 00:00","","","","",56,53,49,46,41,34,19,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","81102",5,33.94603,-117.40063,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",271,74,271,365,0,0,0,0,"Certification not required",0,33.472325,10.144063,64,"2013-03-20 00:00",60,"2013-06-01 00:00",56,"2013-03-19 00:00",55,"2013-07-05 00:00","","","","",56,53,49,46,41,34,19,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","81102",5,33.94603,-117.40063,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",271,74,271,365,0,0,0,0,"Certification not required",0,33.295203,10.151151,64,"2013-03-20 00:00",60,"2013-06-01 00:00",56,"2013-03-19 00:00",54,"2013-04-23 00:00","","","","",56,52,48,46,41,34,19,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","88101",1,33.94603,-117.40063,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",26,21,26,122,0,0,0,0,"Certification not required",0,11.619231,8.073365,33.4,"2013-02-06 00:00",29.2,"2013-03-20 00:00",24,"2013-03-17 00:00",19.7,"2013-03-05 00:00","","","","",33.4,33.4,29.2,24,14.6,10.6,3.7,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","88101",1,33.94603,-117.40063,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",26,21,26,122,0,0,"","","Certification not required",0,11.619231,8.073365,33.4,"2013-02-06 00:00",29.2,"2013-03-20 00:00",24,"2013-03-17 00:00",19.7,"2013-03-05 00:00","","","","",33.4,33.4,29.2,24,14.6,10.6,3.7,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","1003","88502",3,33.94603,-117.40063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6401,73,267,365,24,151,"","","Certification not required",0,16.708561,9.277499,104,"2013-01-01 00:00",104,"2013-07-05 07:00",101,"2013-07-05 08:00",99,"2013-07-05 06:00","","","","",44,40,33,28,21,16,7,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","88502",3,33.94603,-117.40063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6377,73,267,365,0,151,"","","Certification not required",0,16.533558,8.696578,70,"2013-01-05 21:00",65,"2013-02-07 11:00",64,"2013-03-20 09:00",62,"2013-02-07 10:00","","","","",43,39,32.8,27.8,21,16,6,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","88502",3,33.94603,-117.40063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6401,73,267,365,24,151,"","","Certification not required",0,16.708561,9.277499,104,"2013-01-01 00:00",104,"2013-07-05 07:00",101,"2013-07-05 08:00",99,"2013-07-05 06:00","","","","",44,40,33,28,21,16,7,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","88502",3,33.94603,-117.40063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",267,73,267,365,0,0,"","","Certification not required",0,16.457678,6.315964,40.5,"2013-02-07 00:00",38.2,"2013-02-06 00:00",36.7,"2013-03-19 00:00",34.6,"2013-03-20 00:00","","","","",36.7,30.9,26.8,24.1,20.4,16.3,8.4,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","88502",3,33.94603,-117.40063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",267,73,267,365,0,0,"","","Certification not required",0,16.657303,6.541468,43.8,"2013-07-05 00:00",40.5,"2013-02-07 00:00",38.2,"2013-02-06 00:00",36.7,"2013-03-19 00:00","","","","",38.2,32.5,27.2,24.4,20.5,16.4,8.5,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1003","88502",3,33.94603,-117.40063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",267,73,267,365,0,0,"","","Certification not required",0,16.657303,6.541468,43.8,"2013-07-05 00:00",40.5,"2013-02-07 00:00",38.2,"2013-02-06 00:00",36.7,"2013-03-19 00:00","","","","",38.2,32.5,27.2,24.4,20.5,16.4,8.5,"Riverside (Magnolia)","7002 MAGNOLIA AVE., RIVERSIDE","California","Riverside","Riverside","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1004","44201",1,33.9397,-115.4108,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",5221,60,218,365,0,35,0,0,"Certification not required",0,0.055665,0.010422,0.092,"2013-05-04 17:00",0.08,"2013-06-18 14:00",0.08,"2013-06-21 17:00",0.079,"2013-06-23 01:00","","","","",0.08,0.078,0.075,0.07,0.062,0.055,0.044,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","44201",1,33.9397,-115.4108,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5223,60,218,365,0,0,0,0,"Certification not required",0,0.050486,0.009278,0.079,"2013-05-04 12:00",0.075,"2013-05-21 15:00",0.075,"2013-06-21 17:00",0.073,"2013-06-18 14:00","","","","",0.075,0.071,0.067,0.063,0.056,0.05,0.04,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","44201",1,33.9397,-115.4108,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5223,60,218,365,0,0,1,1,"Certification not required",0,0.050486,0.009278,0.079,"2013-05-04 12:00",0.075,"2013-05-21 15:00",0.075,"2013-06-21 17:00",0.073,"2013-06-18 14:00","","","","",0.075,0.071,0.067,0.063,0.056,0.05,0.04,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","61101",1,33.9397,-115.4108,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5256,60,219,365,0,0,"","","Certification not required",0,6.234627,3.317157,23.7,"2013-04-08 22:00",22.7,"2013-04-08 08:00",22.7,"2013-04-08 19:00",21.8,"2013-04-08 21:00","","","","",15.5,14,12.4,10.9,8.4,5.4,2.7,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","61102",1,33.9397,-115.4108,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5256,60,219,365,0,0,"","","Certification not required",0,233.885654,90.786508,360,"2013-06-28 14:00",360,"2013-07-04 02:00",360,"2013-07-04 03:00",360,"2013-07-18 21:00","","","","",353,348,337,329,314,281,126,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","61106",1,33.9397,-115.4108,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5256,60,219,365,0,0,"","","Certification not required",0,21.577816,13.476711,83,"2013-04-25 14:00",78,"2013-06-06 15:00",75,"2013-04-12 10:00",74,"2013-07-24 10:00","","","","",60,57,50,43,29,17,9,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","62101",1,33.9397,-115.4108,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5255,60,219,365,0,1,"","","Certification not required",0,83.755471,14.075783,119,"2013-06-29 15:00",118,"2013-06-29 14:00",118,"2013-06-29 16:00",117,"2013-06-29 13:00","","","","",110,108,105,102,95,85,64,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","62201",1,33.9397,-115.4108,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5255,60,219,365,0,1,"","","Certification not required",0,23.140247,15.261966,96,"2013-08-26 05:00",96,"2013-08-26 06:00",95,"2013-08-26 04:00",95,"2013-08-26 07:00","","","","",78,71,56,44,29,19,9,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","63301",1,33.9397,-115.4108,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5256,60,219,365,0,0,"","","Certification not required",2337,0.435248,0.521686,1.66,"2013-05-06 11:00",1.61,"2013-05-02 11:00",1.6,"2013-04-17 11:00",1.59,"2013-04-18 11:00","","","","",1.5,1.48,1.41,1.3,0.9,0.09,0.005,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1004","65102",1,33.9397,-115.4108,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",2928,33,122,365,0,0,"","","Certification not required",0,0.000379,0.014376,0.66,"2013-07-21 02:00",0.41,"2013-07-21 03:00",0.04,"2013-07-21 04:00",0,"2013-04-01 00:00","","","","",0,0,0,0,0,0,0,"","Joshua Tree National Park - Pinto Wells","California","Riverside","Joshua Tree National Monument","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1010","44201",1,33.590833,-116.088333,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",7988,95,346,365,0,771,0,0,"Certification not required",1001,0.051965,0.012042,0.101,"2013-08-08 10:00",0.087,"2013-05-29 17:00",0.085,"2013-06-07 11:00",0.081,"2013-06-05 11:00","","","","",0.081,0.078,0.073,0.069,0.06,0.051,0.039,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","44201",1,33.590833,-116.088333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8300,93,339,365,0,0,0,0,"Certification not required",0,0.045593,0.011883,0.077,"2013-08-08 08:00",0.074,"2013-05-04 10:00",0.074,"2013-06-07 09:00",0.074,"2013-06-18 10:00","","","","",0.074,0.073,0.067,0.061,0.054,0.045,0.033,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","44201",1,33.590833,-116.088333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8300,93,339,365,0,0,1,1,"Certification not required",0,0.045593,0.011883,0.077,"2013-08-08 08:00",0.074,"2013-05-04 10:00",0.074,"2013-06-07 09:00",0.074,"2013-06-18 10:00","","","","",0.074,0.073,0.067,0.061,0.054,0.045,0.033,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","61103",1,33.590833,-116.088333,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2208,100,92,92,0,0,"","","Certification not required",0,4.719565,2.50448,18.1,"2013-10-08 21:00",18,"2013-10-08 22:00",16.8,"2013-10-08 20:00",16.8,"2013-12-20 11:00","","","","",13.9,12.5,9.7,8,5.6,4.1,2.3,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","61104",1,33.590833,-116.088333,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2208,100,92,92,0,0,"","","Certification not required",0,226.113678,77.374013,345,"2013-10-15 01:00",340,"2013-10-11 22:00",339,"2013-10-23 22:00",339,"2013-10-29 22:00","","","","",334,331,325,318,300,237,125,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","61106",1,33.590833,-116.088333,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2208,100,92,92,0,0,"","","Certification not required",0,248.275,110.660629,360,"2013-10-21 18:00",360,"2013-12-14 01:00",360,"2013-12-25 06:00",359,"2013-10-04 02:00","","","","",358,355,351,346,332,310,62,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","62101",1,33.590833,-116.088333,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2208,100,92,92,0,0,"","","Certification not required",0,61.652174,13.337365,92,"2013-10-06 13:00",92,"2013-10-06 14:00",92,"2013-10-06 15:00",91,"2013-10-06 12:00","","","","",89,88,85,81,71,61,44,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1010","62201",1,33.590833,-116.088333,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",2208,100,92,92,0,0,"","","Certification not required",0,44.813859,19.491735,93,"2013-11-24 06:00",91,"2013-11-24 05:00",87,"2013-11-24 03:00",87,"2013-11-24 04:00","","","","",83,82,76,71,59,45,17,"Cabazon Resource Recovery Park Station","90-333 Avenue 63","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-13" +"06","065","1016","44201",1,33.945,-116.83,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8757,100,365,365,0,3,0,0,"Certification not required",3,0.065058,0.020886,0.121,"2013-06-08 14:00",0.119,"2013-06-07 17:00",0.117,"2013-09-14 16:00",0.114,"2013-06-01 17:00","","","","",0.114,0.113,0.103,0.098,0.081,0.059,0.043,"Morongo","12160 Santiago Rd. Banning, CA 92220","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1016","44201",1,33.945,-116.83,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,27,27,"Certification not required",0,0.057822,0.016128,0.102,"2013-06-07 12:00",0.101,"2013-06-08 09:00",0.1,"2013-06-29 15:00",0.1,"2013-07-27 11:00","","","","",0.1,0.092,0.088,0.081,0.07,0.054,0.041,"Morongo","12160 Santiago Rd. Banning, CA 92220","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1016","44201",1,33.945,-116.83,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,63,63,"Certification not required",0,0.057822,0.016128,0.102,"2013-06-07 12:00",0.101,"2013-06-08 09:00",0.1,"2013-06-29 15:00",0.1,"2013-07-27 11:00","","","","",0.1,0.092,0.088,0.081,0.07,0.054,0.041,"Morongo","12160 Santiago Rd. Banning, CA 92220","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1016","88101",1,33.945,-116.83,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7044,80,301,365,0,1716,"","","Certification not required",0,7.984952,9.440581,77,"2013-03-19 01:00",74,"2013-10-23 20:00",74,"2013-10-24 21:00",71,"2013-10-23 19:00","","","","",45,33,24,19,12,6,-1,"Morongo","12160 Santiago Rd. Banning, CA 92220","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1016","88101",1,33.945,-116.83,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,3,3,"Certification not required",0,7.965979,7.910092,57.8,"2013-10-24 00:00",42.5,"2013-02-06 00:00",37.9,"2013-03-19 00:00",29.9,"2013-03-18 00:00","","","","",37.9,27,21.8,17.5,12.8,6.3,0,"Morongo","12160 Santiago Rd. Banning, CA 92220","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1016","88101",1,33.945,-116.83,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,7.965979,7.910092,57.8,"2013-10-24 00:00",42.5,"2013-02-06 00:00",37.9,"2013-03-19 00:00",29.9,"2013-03-18 00:00","","","","",37.9,27,21.8,17.5,12.8,6.3,0,"Morongo","12160 Santiago Rd. Banning, CA 92220","California","Riverside","Banning","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","1999","44201",1,33.56125,-116.153383,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - Ultra Violet Photometry",2013,"Parts per million","No Events",1294,15,55,365,0,866,0,0,"Certification not required",32,0.050455,0.006203,0.065,"2013-03-25 13:00",0.064,"2013-03-26 14:00",0.061,"2013-03-30 15:00",0.06,"2013-03-19 16:00","","","","",0.065,0.064,0.061,0.059,0.057,0.049,0.044,"TORRES MARTINEZ ADMINISTRATION SITE","66725 MARTINEZ ROAD","California","Riverside","Torres-Martinez I.R.","Riverside-San Bernardino-Ontario, CA","2013-10-03" +"06","065","1999","44201",1,33.56125,-116.153383,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1322,15,55,365,0,0,0,0,"Certification not required",0,0.045309,0.005601,0.059,"2013-03-26 11:00",0.056,"2013-03-25 11:00",0.055,"2013-03-23 09:00",0.054,"2013-03-16 13:00","","","","",0.059,0.056,0.055,0.054,0.05,0.043,0.039,"TORRES MARTINEZ ADMINISTRATION SITE","66725 MARTINEZ ROAD","California","Riverside","Torres-Martinez I.R.","Riverside-San Bernardino-Ontario, CA","2013-10-03" +"06","065","1999","44201",1,33.56125,-116.153383,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1322,15,55,365,0,0,0,0,"Certification not required",0,0.045309,0.005601,0.059,"2013-03-26 11:00",0.056,"2013-03-25 11:00",0.055,"2013-03-23 09:00",0.054,"2013-03-16 13:00","","","","",0.059,0.056,0.055,0.054,0.05,0.043,0.039,"TORRES MARTINEZ ADMINISTRATION SITE","66725 MARTINEZ ROAD","California","Riverside","Torres-Martinez I.R.","Riverside-San Bernardino-Ontario, CA","2013-10-03" +"06","065","1999","81102",1,33.56125,-116.153383,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",5792,66,237,365,0,2967,"","","Certification not required",80,63.484634,111.44806,1990,"2013-10-27 19:00",1990,"2013-10-28 01:00",1990,"2013-10-28 02:00",1990,"2013-10-28 03:00","","","","",484,330,185,123,66,37,10,"TORRES MARTINEZ ADMINISTRATION SITE","66725 MARTINEZ ROAD","California","Riverside","Torres-Martinez I.R.","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","1999","81102",1,33.56125,-116.153383,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",237,65,237,365,0,0,13,13,"Certification not required",0,63.388186,60.506138,559,"2013-04-15 00:00",484,"2013-10-28 00:00",260,"2013-04-14 00:00",249,"2013-04-08 00:00","","","","",260,227,158,137,70,50,21,"TORRES MARTINEZ ADMINISTRATION SITE","66725 MARTINEZ ROAD","California","Riverside","Torres-Martinez I.R.","Riverside-San Bernardino-Ontario, CA","2014-02-10" +"06","065","2002","44201",1,33.70853,-116.21537,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4316,52,189,365,0,244,0,0,"Certification not required",405,0.059561,0.014651,0.098,"2013-06-07 12:00",0.092,"2013-06-05 13:00",0.091,"2013-05-04 11:00",0.091,"2013-06-17 18:00","","","","",0.092,0.091,0.088,0.079,0.07,0.058,0.043,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","44201",1,33.70853,-116.21537,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4546,52,189,365,0,0,4,4,"Certification not required",0,0.054032,0.014507,0.087,"2013-06-21 11:00",0.085,"2013-06-07 12:00",0.085,"2013-06-18 09:00",0.085,"2013-06-22 10:00","","","","",0.085,0.085,0.077,0.074,0.064,0.053,0.037,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","44201",1,33.70853,-116.21537,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4546,52,189,365,0,0,14,14,"Certification not required",0,0.054032,0.014507,0.087,"2013-06-21 11:00",0.085,"2013-06-07 12:00",0.085,"2013-06-18 09:00",0.085,"2013-06-22 10:00","","","","",0.085,0.085,0.077,0.074,0.064,0.053,0.037,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","62101",1,33.70853,-116.21537,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4560,52,190,365,0,0,"","","Certification not required",0,71.828531,15.917062,115,"2013-06-29 13:00",114.9,"2013-06-29 12:00",114.9,"2013-06-29 14:00",113.9,"2013-06-28 14:00","","","","",105.2,102,98.6,93.6,83.4,71.7,50.8,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","62201",1,33.70853,-116.21537,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4560,52,190,365,0,0,"","","Certification not required",0,27.778947,16.041247,99,"2013-01-25 19:00",99,"2013-01-25 20:00",99,"2013-01-25 21:00",99,"2013-01-25 22:00","","","","",86,66,54,48,37,25,9,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","64101",1,33.70853,-116.21537,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",4560,52,190,365,0,0,"","","Certification not required",0,1014.615789,5.968346,1034,"2013-01-15 09:00",1034,"2013-01-15 10:00",1033,"2013-01-15 08:00",1033,"2013-01-15 11:00","","","","",1029,1027,1025,1023,1019,1014,1007,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","68101",1,33.70853,-116.21537,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",30,49,15,61,0,0,"","","Certification not required",0,0.243333,0.067891,0.5,"2013-02-27 00:00",0.3,"2013-01-07 00:00",0.3,"2013-01-25 00:00",0.3,"2013-02-03 00:00","","","","",0.5,0.5,0.3,0.3,0.3,0.2,0.2,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68102",1,33.70853,-116.21537,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",30,49,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68103",1,33.70853,-116.21537,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",30,49,15,61,0,0,"","","Certification not required",0,8.49,6.70097,19.9,"2013-03-17 00:00",19.4,"2013-03-20 00:00",17.7,"2013-03-26 00:00",17.1,"2013-03-14 00:00","","","","",19.9,19.9,19.4,17.7,14.1,7.8,2,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68104",1,33.70853,-116.21537,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",30,49,15,61,0,0,"","","Certification not required",0,28.503333,8.323067,45.8,"2013-03-05 00:00",42.6,"2013-02-27 00:00",40.6,"2013-02-18 00:00",40.4,"2013-03-14 00:00","","","","",45.8,45.8,42.6,40.6,34.9,28.4,19.3,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68105",1,33.70853,-116.21537,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",30,49,15,61,0,0,"","","Certification not required",0,17.663333,6.037268,28.1,"2013-03-14 00:00",27.1,"2013-02-27 00:00",26.9,"2013-03-17 00:00",26,"2013-03-29 00:00","","","","",28.1,28.1,27.1,26.9,21.6,15.9,9.8,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68106",1,33.70853,-116.21537,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",30,49,15,61,0,0,"","","Certification not required",0,760.133333,3.683452,768,"2013-01-16 00:00",767,"2013-01-04 00:00",766,"2013-01-01 00:00",765,"2013-02-12 00:00","","","","",768,768,767,766,762,760,757,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68107",1,33.70853,-116.21537,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",30,49,15,61,0,0,"","","Certification not required",0,772.266667,4.755638,780,"2013-01-16 00:00",778,"2013-01-04 00:00",778,"2013-02-12 00:00",777,"2013-01-01 00:00","","","","",780,780,778,778,776,773,764,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68108",1,33.70853,-116.21537,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",30,49,15,61,0,0,"","","Certification not required",0,765.466667,5.008499,775,"2013-01-16 00:00",774,"2013-01-04 00:00",773,"2013-01-01 00:00",773,"2013-02-12 00:00","","","","",775,775,774,773,770,765,760,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","68109",1,33.70853,-116.21537,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",30,49,15,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","81102",2,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,37.916667,21.801331,112,"2013-05-28 00:00",101,"2013-01-10 00:00",92,"2013-09-07 00:00",88,"2013-05-16 00:00","","","","",112,101,92,67,49,32,17,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","2002","81102",3,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",4542,52,190,365,177,18,"","","Certification not required",0,38.591369,49.408498,873,"2013-01-10 11:00",681,"2013-04-08 07:00",640,"2013-07-02 08:00",609,"2013-04-25 09:00","","","","",259,169,101,71,43,28,9,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","81102",3,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",4542,52,190,365,177,18,"","","Certification not required",0,38.591369,49.408498,873,"2013-01-10 11:00",681,"2013-04-08 07:00",640,"2013-07-02 08:00",609,"2013-04-25 09:00","","","","",259,169,101,71,43,28,9,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","81102",3,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",4365,52,190,365,0,18,"","","Certification not required",0,31.646735,23.355506,282,"2013-02-23 23:00",218,"2013-05-02 01:00",210,"2013-02-24 00:00",184,"2013-02-16 18:00","","","","",112,97,75,59,40,26,7,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","81102",3,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",190,52,190,365,0,0,2,2,"Certification not required",0,38.105263,29.159287,254,"2013-04-15 00:00",188,"2013-04-14 00:00",153,"2013-04-08 00:00",153,"2013-07-02 00:00","","","","",188,153,70,59,47,34,15,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","81102",3,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",190,52,190,365,0,0,2,2,"Certification not required",0,38.105263,29.159287,254,"2013-04-15 00:00",188,"2013-04-14 00:00",153,"2013-04-08 00:00",153,"2013-07-02 00:00","","","","",188,153,70,59,47,34,15,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","81102",3,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",189,52,190,365,0,0,0,0,"Certification not required",0,31.677249,13.416272,79,"2013-04-14 00:00",75,"2013-04-08 00:00",68,"2013-04-23 00:00",65,"2013-05-16 00:00","","","","",75,65,54,48,40,32,15,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","2002","81102",4,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,36.032787,20.468649,100,"2013-05-28 00:00",99,"2013-01-10 00:00",90,"2013-09-07 00:00",84,"2013-05-16 00:00","","","","",100,99,84,57,45,30,16,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","2002","81102",6,33.70853,-116.21537,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,97,59,61,0,2,1,1,"Certification not required",0,38.366667,26.606337,159,"2013-08-23 00:00",103,"2013-09-22 00:00",99,"2013-10-28 00:00",93,"2013-10-04 00:00","","","","",159,103,99,78,45,33,17,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2014-02-11" +"06","065","2002","85101",2,33.70853,-116.21537,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,38.033333,21.92357,113,"2013-05-28 00:00",101,"2013-01-10 00:00",92,"2013-09-07 00:00",89,"2013-05-16 00:00","","","","",113,101,92,67,49,32,17,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","2002","85101",4,33.70853,-116.21537,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,36.114754,20.562991,101,"2013-05-28 00:00",99,"2013-01-10 00:00",91,"2013-09-07 00:00",84,"2013-05-16 00:00","","","","",101,99,84,58,45,30,16,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","2002","85101",6,33.70853,-116.21537,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,59,61,0,2,"","","Certification not required",0,38.4,26.679644,159,"2013-08-23 00:00",103,"2013-09-22 00:00",100,"2013-10-28 00:00",93,"2013-04-25 00:00","","","","",159,103,100,78,45,33,17,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2014-02-11" +"06","065","2002","88101",1,33.70853,-116.21537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,25,30,122,0,0,0,0,"Certification not required",0,6.736667,3.237547,14.7,"2013-02-06 00:00",13.7,"2013-01-01 00:00",12.6,"2013-03-26 00:00",12,"2013-03-23 00:00","","","","",14.7,14.7,13.7,12.6,7.7,6.6,3,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","2002","88101",1,33.70853,-116.21537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,25,30,122,0,0,"","","Certification not required",0,6.736667,3.237547,14.7,"2013-02-06 00:00",13.7,"2013-01-01 00:00",12.6,"2013-03-26 00:00",12,"2013-03-23 00:00","","","","",14.7,14.7,13.7,12.6,7.7,6.6,3,"Indio","46-990 JACKSON ST., INDIO","California","Riverside","Indio","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","42101",1,33.85275,-116.54101,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",6055,69,270,365,0,497,0,0,"Certification not required",6014,0.254302,0.067116,3.2,"2013-08-07 15:00",2.5,"2013-08-07 16:00",1.4,"2013-08-07 17:00",1.4,"2013-08-08 19:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","42101",1,33.85275,-116.54101,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6457,74,264,365,0,0,0,0,"Certification not required",0,0.303128,0.04473,1.5,"2013-08-07 19:00",1.4,"2013-08-07 18:00",1.4,"2013-08-07 21:00",1.4,"2013-08-07 22:00",1.5,"2013-08-07 19:00",0.9,"2013-08-08 00:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","42601",2,33.85275,-116.54101,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6050,69,270,365,0,502,"","","Certification not required",0,0.993983,2.459578,44.1,"2013-01-22 08:00",40.8,"2013-01-22 07:00",36.1,"2013-01-09 18:00",35.9,"2013-02-02 08:00","","","","",11.2,8.3,4.5,2.4,1,0.2,0,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","42602",2,33.85275,-116.54101,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6050,69,270,365,0,502,0,"","Certification not required",0,15.26037,8.750925,52.2,"2013-08-07 15:00",42.7,"2013-01-22 17:00",42.5,"2013-01-23 17:00",41.7,"2013-01-09 18:00","","","","",42.5,37.1,31.9,27.7,20.6,13.3,5.5,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","42602",2,33.85275,-116.54101,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6050,69,270,365,0,502,"","","Certification not required",0,6.136562,6.328783,52.2,"2013-08-07 15:00",42.7,"2013-01-22 17:00",42.5,"2013-01-23 17:00",41.7,"2013-01-09 18:00","","","","",28.6,25.6,20.3,14.9,7.9,3.9,1,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","42603",2,33.85275,-116.54101,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6050,69,270,365,0,502,"","","Certification not required",0,7.159471,7.947363,77.9,"2013-01-09 18:00",75.7,"2013-01-22 08:00",75.2,"2013-01-22 17:00",69.5,"2013-01-23 17:00","","","","",36.9,31.2,23.7,17.4,8.7,4.3,1.1,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","44201",1,33.85275,-116.54101,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6055,73,267,365,0,497,0,0,"Certification not required",21,0.066903,0.016248,0.113,"2013-06-07 16:00",0.104,"2013-05-13 17:00",0.101,"2013-08-17 17:00",0.1,"2013-06-06 16:00","","","","",0.101,0.098,0.094,0.09,0.08,0.067,0.046,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","44201",1,33.85275,-116.54101,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6457,73,265,365,0,0,11,11,"Certification not required",0,0.060634,0.014588,0.104,"2013-06-07 12:00",0.09,"2013-05-04 09:00",0.09,"2013-06-06 11:00",0.09,"2013-06-17 14:00","","","","",0.09,0.089,0.084,0.081,0.071,0.061,0.043,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","44201",1,33.85275,-116.54101,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6457,73,267,365,0,0,46,46,"Certification not required",0,0.060794,0.014651,0.104,"2013-06-07 12:00",0.09,"2013-05-04 09:00",0.09,"2013-06-06 11:00",0.09,"2013-06-17 14:00","","","","",0.09,0.089,0.084,0.081,0.071,0.061,0.043,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","62101",1,33.85275,-116.54101,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6346,72,263,365,0,15,"","","Certification not required",0,78.683155,17.311648,119.7,"2013-06-29 14:00",119.6,"2013-06-29 11:00",119.4,"2013-06-29 10:00",118.8,"2013-06-29 15:00","","","","",110.8,109.1,105.5,101.5,91.5,80,54.5,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","62201",1,33.85275,-116.54101,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6348,72,263,365,0,13,"","","Certification not required",0,41.493226,17.796385,100,"2013-01-25 05:00",100,"2013-01-25 06:00",100,"2013-01-25 07:00",100,"2013-01-25 09:00","","","","",93,86,73,65,53,40,19,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","64101",1,33.85275,-116.54101,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6348,72,263,365,0,13,"","","Certification not required",0,986.202268,5.729613,1006,"2013-01-15 08:00",1006,"2013-01-15 09:00",1006,"2013-01-15 10:00",1005,"2013-01-15 07:00","","","","",1001,999,997,995,990,985,980,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","68101",1,33.85275,-116.54101,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",28,46,14,61,0,0,"","","Certification not required",0,0.232143,0.047559,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-02-06 00:00",0.3,"2013-02-24 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68102",1,33.85275,-116.54101,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",28,46,14,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68103",1,33.85275,-116.54101,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,14,61,0,0,"","","Certification not required",0,8.732143,5.543368,17.7,"2013-03-14 00:00",16.6,"2013-03-17 00:00",16.5,"2013-03-20 00:00",16.4,"2013-03-26 00:00","","","","",17.7,17.7,16.6,16.5,13.6,8.1,2.1,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68104",1,33.85275,-116.54101,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,14,61,0,0,"","","Certification not required",0,24.210714,6.514561,37.7,"2013-03-14 00:00",33.1,"2013-03-26 00:00",32.5,"2013-03-17 00:00",32.5,"2013-03-20 00:00","","","","",37.7,37.7,33.1,32.5,30.5,23.7,17,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68105",1,33.85275,-116.54101,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,14,61,0,0,"","","Certification not required",0,15.982143,5.655155,27.4,"2013-03-14 00:00",24.8,"2013-03-29 00:00",24.4,"2013-03-17 00:00",24.1,"2013-03-26 00:00","","","","",27.4,27.4,24.8,24.4,20.3,14.7,9.4,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68106",1,33.85275,-116.54101,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,14,61,0,0,"","","Certification not required",0,745.428571,5.152695,753,"2013-01-04 00:00",753,"2013-01-16 00:00",753,"2013-02-12 00:00",752,"2013-01-01 00:00","","","","",753,753,753,753,751,744,739,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68107",1,33.85275,-116.54101,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,14,61,0,0,"","","Certification not required",0,756.678571,5.881884,770,"2013-01-31 00:00",769,"2013-01-25 00:00",766,"2013-02-09 00:00",764,"2013-01-16 00:00","","","","",770,770,769,766,759,757,750,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68108",1,33.85275,-116.54101,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,14,61,0,0,"","","Certification not required",0,750.5,4.818944,758,"2013-01-16 00:00",756,"2013-01-01 00:00",756,"2013-01-04 00:00",756,"2013-02-12 00:00","","","","",758,758,756,756,755,752,744,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","68109",1,33.85275,-116.54101,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",28,46,14,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","81102",2,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",2,22.166667,19.295355,129,"2013-08-08 00:00",83,"2013-09-07 00:00",51,"2013-09-25 00:00",45,"2013-05-16 00:00","","","","",129,83,51,35,28,19,8,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","5001","81102",3,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6483,74,270,365,57,69,"","","Certification not required",0,24.804257,29.948863,705,"2013-08-22 20:00",594,"2013-08-07 15:00",573,"2013-04-15 00:00",552,"2013-04-15 07:00","","","","",127,85,52,41,30,20,7,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","81102",3,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6426,74,270,365,0,69,"","","Certification not required",0,23.05929,19.443128,594,"2013-08-07 15:00",407,"2013-08-07 16:00",280,"2013-07-02 09:00",279,"2013-04-08 11:00","","","","",89,69,48,40,30,20,6,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","81102",3,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6483,74,270,365,57,69,"","","Certification not required",0,24.804257,29.948863,705,"2013-08-22 20:00",594,"2013-08-07 15:00",573,"2013-04-15 00:00",552,"2013-04-15 07:00","","","","",127,85,52,41,30,20,7,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","81102",3,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",270,74,270,365,0,0,0,0,"Certification not required",0,22.944444,13.648558,105,"2013-04-08 00:00",102,"2013-08-07 00:00",89,"2013-08-08 00:00",76,"2013-07-02 00:00","","","","",89,55,42,36,29,22,8,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","81102",3,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",270,74,270,365,0,0,1,1,"Certification not required",0,24.392593,19.045473,185,"2013-04-15 00:00",119,"2013-08-08 00:00",105,"2013-04-08 00:00",104,"2013-08-22 00:00","","","","",105,96,44,37,30,22,8,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","81102",3,33.85275,-116.54101,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",270,74,270,365,0,0,1,1,"Certification not required",0,24.392593,19.045473,185,"2013-04-15 00:00",119,"2013-08-08 00:00",105,"2013-04-08 00:00",104,"2013-08-22 00:00","","","","",105,96,44,37,30,22,8,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","5001","85101",2,33.85275,-116.54101,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",2,21.75,19.010813,127,"2013-08-08 00:00",82,"2013-09-07 00:00",50,"2013-09-25 00:00",44,"2013-05-16 00:00","","","","",127,82,50,34,28,18,7,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","5001","88101",1,33.85275,-116.54101,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,23,28,122,0,0,0,0,"Certification not required",0,5.092857,3.695536,18.5,"2013-02-06 00:00",11.1,"2013-03-20 00:00",10.8,"2013-03-17 00:00",9.9,"2013-03-23 00:00","","","","",18.5,18.5,11.1,10.8,6.5,3.8,2.4,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","5001","88101",1,33.85275,-116.54101,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,23,28,122,0,0,"","","Certification not required",0,5.092857,3.695536,18.5,"2013-02-06 00:00",11.1,"2013-03-20 00:00",10.8,"2013-03-17 00:00",9.9,"2013-03-23 00:00","","","","",18.5,18.5,11.1,10.8,6.5,3.8,2.4,"Palm Springs","FS-590 RACQUET CLUB AVE, PALM SPRINGS","California","Riverside","Palm Springs","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","6001","44201",1,33.78942,-117.22764,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5717,68,249,365,0,835,0,0,"Certification not required",637,0.065261,0.019291,0.108,"2013-08-15 15:00",0.104,"2013-06-01 15:00",0.104,"2013-08-20 14:00",0.103,"2013-07-27 12:00","","","","",0.104,0.102,0.096,0.091,0.081,0.065,0.041,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","6001","44201",1,33.78942,-117.22764,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5964,67,244,365,0,0,8,8,"Certification not required",0,0.055914,0.016035,0.09,"2013-06-17 10:00",0.088,"2013-06-01 09:00",0.088,"2013-07-27 10:00",0.088,"2013-08-13 10:00","","","","",0.088,0.087,0.081,0.077,0.069,0.055,0.036,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","6001","44201",1,33.78942,-117.22764,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5964,67,246,365,0,0,34,34,"Certification not required",0,0.056122,0.016134,0.09,"2013-06-17 10:00",0.088,"2013-06-01 09:00",0.088,"2013-07-27 10:00",0.088,"2013-08-13 10:00","","","","",0.088,0.087,0.082,0.077,0.069,0.055,0.036,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","6001","62101",1,33.78942,-117.22764,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4962,57,182,365,0,593,"","","Certification not required",0,65.905159,16.736565,105.1,"2013-08-18 13:00",105,"2013-08-15 11:00",105,"2013-08-23 12:00",104.3,"2013-08-18 12:00","","","","",101.1,99.2,94.8,90.3,77.9,64.2,44.9,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","6001","62201",1,33.78942,-117.22764,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4955,57,182,365,0,600,"","","Certification not required",0,59.186882,23.363753,100,"2013-01-26 03:00",100,"2013-01-26 04:00",100,"2013-03-05 05:00",100,"2013-03-05 06:00","","","","",98,97,94,90,80,59,27,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","6001","64101",1,33.78942,-117.22764,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",4962,57,182,365,0,593,"","","Certification not required",0,961.533051,3.647408,975,"2013-01-15 09:00",975,"2013-01-15 10:00",974,"2013-01-15 11:00",974,"2013-01-30 10:00","","","","",971,970,968,966,964,961,957,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","6001","81102",1,33.78942,-117.22764,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,34.087719,14.915573,70,"2013-09-07 00:00",69,"2013-11-12 00:00",57,"2013-10-07 00:00",56,"2013-02-15 00:00","","","","",70,69,57,54,42,34,13,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","6001","85101",1,33.78942,-117.22764,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,32.350877,14.169246,67,"2013-09-07 00:00",66,"2013-11-12 00:00",54,"2013-10-07 00:00",53,"2013-02-15 00:00","","","","",67,66,54,51,40,32,12,"","237 1/2 N. 'D' ST., PERRIS","California","Riverside","Perris","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","8001","12102",7,33.99958,-117.41601,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0022,0.000447,0.003,"2013-02-21 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.002,0.002,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12103",7,33.99958,-117.41601,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0012,0.000447,0.002,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12110",7,33.99958,-117.41601,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12112",7,33.99958,-117.41601,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0038,0.001304,0.006,"2013-01-04 00:00",0.004,"2013-02-21 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-28 00:00","","","","",0.006,0.006,0.006,0.006,0.004,0.003,0.003,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12113",7,33.99958,-117.41601,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12114",7,33.99958,-117.41601,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01612,0.014569,0.042,"2013-01-04 00:00",0.011,"2013-01-28 00:00",0.011,"2013-02-21 00:00",0.0098,"2013-01-16 00:00","","","","",0.042,0.042,0.042,0.042,0.011,0.011,0.0068,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12115",1,33.99958,-117.41601,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-01-31" +"06","065","8001","12126",7,33.99958,-117.41601,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.544,0.192172,0.74,"2013-02-21 00:00",0.67,"2013-01-28 00:00",0.62,"2013-01-04 00:00",0.41,"2013-01-16 00:00","","","","",0.74,0.74,0.74,0.74,0.67,0.62,0.28,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12128",7,33.99958,-117.41601,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00368,0.001663,0.0058,"2013-01-04 00:00",0.0048,"2013-02-21 00:00",0.0036,"2013-01-28 00:00",0.0025,"2013-01-16 00:00","","","","",0.0058,0.0058,0.0058,0.0058,0.0048,0.0036,0.0017,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-06-28" +"06","065","8001","12132",7,33.99958,-117.41601,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.013,0.006595,0.021,"2013-01-28 00:00",0.016,"2013-01-04 00:00",0.015,"2013-02-21 00:00",0.009,"2013-01-16 00:00","","","","",0.021,0.021,0.021,0.021,0.016,0.015,0.004,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12134",7,33.99958,-117.41601,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12136",7,33.99958,-117.41601,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12150",7,33.99958,-117.41601,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12154",7,33.99958,-117.41601,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12160",7,33.99958,-117.41601,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12161",7,33.99958,-117.41601,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.0175,0.009849,0.029,"2013-02-21 00:00",0.025,"2013-01-28 00:00",0.017,"2013-01-04 00:00",0.012,"2013-01-16 00:00","","","","",0.029,0.029,0.029,0.029,0.025,0.017,0.0045,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12164",7,33.99958,-117.41601,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12167",7,33.99958,-117.41601,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",2,3,2,61,0,3,"","","Certification not required",0,0.0345,0.020506,0.049,"2013-02-21 00:00",0.02,"2013-02-09 00:00","","","","","","","","",0.049,0.049,0.049,0.049,0.049,0.049,0.02,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12168",7,33.99958,-117.41601,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00518,0.002131,0.0071,"2013-02-21 00:00",0.0064,"2013-01-04 00:00",0.0064,"2013-01-28 00:00",0.004,"2013-01-16 00:00","","","","",0.0071,0.0071,0.0071,0.0071,0.0064,0.0064,0.002,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12169",7,33.99958,-117.41601,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.264,0.107842,0.4,"2013-02-21 00:00",0.36,"2013-01-04 00:00",0.21,"2013-02-09 00:00",0.18,"2013-01-28 00:00","","","","",0.4,0.4,0.4,0.4,0.36,0.21,0.17,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","12185",7,33.99958,-117.41601,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00102,0.000604,0.0021,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0021,0.0021,0.0021,0.0021,0.00075,0.00075,0.00075,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","065","8001","14129",2,33.99958,-117.41601,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,0,0,"Certification not required",0,0.0041,0.002398,0.011,"2013-01-22 00:00",0.009,"2013-05-04 00:00",0.008,"2013-06-27 00:00",0.007,"2013-03-11 00:00","","","","",0.011,0.011,0.009,0.008,0.005,0.004,0.002,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-09-12" +"06","065","8001","17141",6,33.99958,-117.41601,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,59.67381,28.978958,147,"2013-01-04 00:00",142,"2013-01-22 00:00",100,"2013-09-13 00:00",94.4,"2013-08-26 00:00","","","","",147,147,100,92.5,75.6,56.4,25.9,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17141",7,33.99958,-117.41601,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,71.375,57.365865,153,"2013-01-22 00:00",60.3,"2013-07-21 00:00",53.4,"2013-09-19 00:00",18.8,"2013-05-22 00:00","","","","",153,153,153,153,153,60.3,18.8,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17147",6,33.99958,-117.41601,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.975357,1.062836,5.89,"2013-09-07 00:00",4.45,"2013-01-22 00:00",3.62,"2013-09-13 00:00",3.27,"2013-08-26 00:00","","","","",5.89,5.89,3.62,2.98,2.54,1.83,0.842,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17147",7,33.99958,-117.41601,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,2.58775,1.529346,4.48,"2013-01-22 00:00",2.88,"2013-09-19 00:00",2.19,"2013-07-21 00:00",0.801,"2013-05-22 00:00","","","","",4.48,4.48,4.48,4.48,4.48,2.88,0.801,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17148",6,33.99958,-117.41601,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.219524,0.577085,2.76,"2013-01-04 00:00",2.24,"2013-01-22 00:00",1.18,"2013-01-10 00:00",0.782,"2013-02-03 00:00","","","","",2.76,2.76,1.18,0.718,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17148",7,33.99958,-117.41601,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.5975,1.195,2.39,"2013-01-22 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00",0,"2013-09-19 00:00","","","","",2.39,2.39,2.39,2.39,2.39,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17149",6,33.99958,-117.41601,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.810476,1.896007,6.34,"2013-09-13 00:00",6.33,"2013-09-07 00:00",6.16,"2013-07-09 00:00",5.6,"2013-08-26 00:00","","","","",6.34,6.34,6.16,5.35,4.11,2.86,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17149",7,33.99958,-117.41601,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,3.4225,1.076116,4.02,"2013-01-22 00:00",3.96,"2013-07-21 00:00",3.9,"2013-09-19 00:00",1.81,"2013-05-22 00:00","","","","",4.02,4.02,4.02,4.02,4.02,3.96,1.81,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17150",6,33.99958,-117.41601,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,5.046905,2.193445,11,"2013-09-07 00:00",9.51,"2013-07-09 00:00",8.87,"2013-06-27 00:00",8.76,"2013-09-13 00:00","","","","",11,11,8.87,8.34,6.42,4.73,2.68,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17150",7,33.99958,-117.41601,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,5.605,1.968019,6.99,"2013-07-21 00:00",6.66,"2013-01-22 00:00",6.06,"2013-09-19 00:00",2.71,"2013-05-22 00:00","","","","",6.99,6.99,6.99,6.99,6.99,6.66,2.71,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17151",6,33.99958,-117.41601,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.120405,0.151821,0.58,"2013-01-10 00:00",0.479,"2013-01-04 00:00",0.476,"2013-01-22 00:00",0.361,"2013-02-03 00:00","","","","",0.58,0.58,0.476,0.294,0.183,0.114,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17151",7,33.99958,-117.41601,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.26475,0.306787,0.561,"2013-07-21 00:00",0.498,"2013-01-22 00:00",0,"2013-05-22 00:00",0,"2013-09-19 00:00","","","","",0.561,0.561,0.561,0.561,0.561,0.498,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17158",6,33.99958,-117.41601,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.167543,0.105403,0.573,"2013-01-10 00:00",0.432,"2013-01-04 00:00",0.387,"2013-02-09 00:00",0.315,"2013-02-03 00:00","","","","",0.573,0.573,0.387,0.28,0.175,0.144,0.0757,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17158",7,33.99958,-117.41601,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.27525,0.097749,0.349,"2013-01-22 00:00",0.345,"2013-07-21 00:00",0.267,"2013-09-19 00:00",0.14,"2013-05-22 00:00","","","","",0.349,0.349,0.349,0.349,0.349,0.345,0.14,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17159",6,33.99958,-117.41601,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.580143,0.679708,3.23,"2013-09-13 00:00",3.1,"2013-07-09 00:00",2.73,"2013-09-07 00:00",2.51,"2013-07-03 00:00","","","","",3.23,3.23,2.73,2.45,1.91,1.53,0.876,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17159",7,33.99958,-117.41601,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.519,0.535068,1.95,"2013-07-21 00:00",1.91,"2013-09-19 00:00",1.41,"2013-01-22 00:00",0.806,"2013-05-22 00:00","","","","",1.95,1.95,1.95,1.95,1.95,1.91,0.806,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17160",6,33.99958,-117.41601,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.00531,0.021618,0.11,"2013-01-10 00:00",0.087,"2013-01-22 00:00",0.026,"2013-02-21 00:00",0,"2013-01-04 00:00","","","","",0.11,0.11,0.026,0,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17160",7,33.99958,-117.41601,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.02225,0.0445,0.089,"2013-01-22 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00",0,"2013-09-19 00:00","","","","",0.089,0.089,0.089,0.089,0.089,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17201",6,33.99958,-117.41601,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.092619,0.443163,2.12,"2013-06-27 00:00",2.08,"2013-07-03 00:00",1.89,"2013-09-07 00:00",1.84,"2013-07-09 00:00","","","","",2.12,2.12,1.89,1.83,1.36,1.05,0.6,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17201",7,33.99958,-117.41601,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.93175,1.594465,4.25,"2013-07-21 00:00",1.67,"2013-09-19 00:00",1.09,"2013-01-22 00:00",0.717,"2013-05-22 00:00","","","","",4.25,4.25,4.25,4.25,4.25,1.67,0.717,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17204",6,33.99958,-117.41601,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.635476,0.255299,1.28,"2013-07-03 00:00",1.13,"2013-01-10 00:00",1.13,"2013-06-27 00:00",1.05,"2013-09-07 00:00","","","","",1.28,1.28,1.13,1.04,0.811,0.597,0.358,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17204",7,33.99958,-117.41601,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.358,1.241513,3.17,"2013-07-21 00:00",1.01,"2013-09-19 00:00",0.898,"2013-01-22 00:00",0.354,"2013-05-22 00:00","","","","",3.17,3.17,3.17,3.17,3.17,1.01,0.354,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17208",6,33.99958,-117.41601,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.098443,0.075372,0.348,"2013-07-03 00:00",0.333,"2013-01-04 00:00",0.311,"2013-01-10 00:00",0.225,"2013-01-22 00:00","","","","",0.348,0.348,0.311,0.158,0.111,0.0798,0.0363,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17208",7,33.99958,-117.41601,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.5349,0.819808,1.76,"2013-07-21 00:00",0.21,"2013-01-22 00:00",0.133,"2013-09-19 00:00",0.0366,"2013-05-22 00:00","","","","",1.76,1.76,1.76,1.76,1.76,0.21,0.0366,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17211",6,33.99958,-117.41601,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.024143,0.030692,0.125,"2013-01-04 00:00",0.111,"2013-01-22 00:00",0.069,"2013-01-10 00:00",0.068,"2013-02-21 00:00","","","","",0.125,0.125,0.069,0.063,0.038,0.021,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17211",7,33.99958,-117.41601,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.0675,0.070892,0.155,"2013-07-21 00:00",0.094,"2013-01-22 00:00",0.021,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",0.155,0.155,0.155,0.155,0.155,0.094,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17212",6,33.99958,-117.41601,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002452,0.009275,0.047,"2013-07-03 00:00",0.0292,"2013-01-10 00:00",0.0268,"2013-01-22 00:00",0,"2013-01-04 00:00","","","","",0.047,0.047,0.0268,0,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17212",7,33.99958,-117.41601,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.092125,0.170219,0.347,"2013-07-21 00:00",0.0215,"2013-01-22 00:00",0,"2013-05-22 00:00",0,"2013-09-19 00:00","","","","",0.347,0.347,0.347,0.347,0.347,0.0215,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17215",6,33.99958,-117.41601,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.03619,0.061671,0.334,"2013-07-03 00:00",0.19,"2013-01-10 00:00",0.143,"2013-01-04 00:00",0.121,"2013-01-22 00:00","","","","",0.334,0.334,0.143,0.061,0.038,0.024,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17215",7,33.99958,-117.41601,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.4765,0.843754,1.74,"2013-07-21 00:00",0.119,"2013-01-22 00:00",0.047,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",1.74,1.74,1.74,1.74,1.74,0.119,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17220",6,33.99958,-117.41601,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.083714,0.097144,0.41,"2013-01-04 00:00",0.373,"2013-07-03 00:00",0.336,"2013-01-10 00:00",0.276,"2013-01-22 00:00","","","","",0.41,0.41,0.336,0.179,0.091,0.052,0.025,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17220",7,33.99958,-117.41601,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.57875,0.932551,1.97,"2013-07-21 00:00",0.249,"2013-01-22 00:00",0.073,"2013-09-19 00:00",0.023,"2013-05-22 00:00","","","","",1.97,1.97,1.97,1.97,1.97,0.249,0.023,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17223",6,33.99958,-117.41601,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.013381,0.028449,0.113,"2013-01-04 00:00",0.102,"2013-07-03 00:00",0.089,"2013-01-10 00:00",0.059,"2013-01-22 00:00","","","","",0.113,0.113,0.089,0.041,0.017,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17223",7,33.99958,-117.41601,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.1965,0.335335,0.698,"2013-07-21 00:00",0.063,"2013-01-22 00:00",0.025,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",0.698,0.698,0.698,0.698,0.698,0.063,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17224",6,33.99958,-117.41601,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.040905,0.050373,0.214,"2013-01-04 00:00",0.165,"2013-07-03 00:00",0.151,"2013-01-10 00:00",0.149,"2013-01-22 00:00","","","","",0.214,0.214,0.151,0.095,0.051,0.032,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17224",7,33.99958,-117.41601,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.26025,0.403704,0.859,"2013-07-21 00:00",0.143,"2013-01-22 00:00",0.039,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",0.859,0.859,0.859,0.859,0.859,0.143,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17231",6,33.99958,-117.41601,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.001381,0.00639,0.035,"2013-07-03 00:00",0.023,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.035,0.035,0,0,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17231",7,33.99958,-117.41601,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.04375,0.0875,0.175,"2013-07-21 00:00",0,"2013-01-22 00:00",0,"2013-05-22 00:00",0,"2013-09-19 00:00","","","","",0.175,0.175,0.175,0.175,0.175,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17237",6,33.99958,-117.41601,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.055143,0.057866,0.256,"2013-01-04 00:00",0.221,"2013-01-22 00:00",0.175,"2013-01-10 00:00",0.137,"2013-02-21 00:00","","","","",0.256,0.256,0.175,0.125,0.06,0.042,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17237",7,33.99958,-117.41601,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.22775,0.307578,0.669,"2013-07-21 00:00",0.206,"2013-01-22 00:00",0.036,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",0.669,0.669,0.669,0.669,0.669,0.206,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17242",6,33.99958,-117.41601,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.027929,0.04971,0.226,"2013-07-03 00:00",0.168,"2013-01-10 00:00",0.145,"2013-01-22 00:00",0.121,"2013-01-04 00:00","","","","",0.226,0.226,0.145,0.057,0.037,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17242",7,33.99958,-117.41601,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.38075,0.642553,1.34,"2013-07-21 00:00",0.147,"2013-01-22 00:00",0.036,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",1.34,1.34,1.34,1.34,1.34,0.147,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17243",6,33.99958,-117.41601,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.035069,0.050897,0.19,"2013-01-04 00:00",0.168,"2013-01-10 00:00",0.165,"2013-01-22 00:00",0.148,"2013-07-03 00:00","","","","",0.19,0.19,0.165,0.0869,0.0429,0.0184,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","17243",7,33.99958,-117.41601,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.274425,0.444737,0.936,"2013-07-21 00:00",0.133,"2013-01-22 00:00",0.0287,"2013-09-19 00:00",0,"2013-05-22 00:00","","","","",0.936,0.936,0.936,0.936,0.936,0.133,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-12-03" +"06","065","8001","42101",1,33.99958,-117.41601,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5896,67,254,365,0,655,0,0,"Certification not required",3940,0.390265,0.22953,1.8,"2013-01-01 01:00",1.7,"2013-01-01 00:00",1.7,"2013-01-05 23:00",1.6,"2013-01-06 00:00","","","","",1.2,1,0.9,0.7,0.5,0.25,0.25,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42101",1,33.99958,-117.41601,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6264,72,248,365,0,0,0,0,"Certification not required",0,0.419444,0.176538,1.5,"2013-01-06 03:00",1.5,"2013-01-06 04:00",1.5,"2013-01-06 05:00",1.4,"2013-01-06 01:00",1.5,"2013-01-06 03:00",1.3,"2013-01-01 07:00",1,0.9,0.8,0.7,0.5,0.3,0.3,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42101",9,33.99958,-117.41601,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6107,70,265,365,0,445,0,0,"Certification not required",0,0.299294,0.183413,1.662,"2013-01-01 00:00",1.638,"2013-01-01 01:00",1.544,"2013-01-05 23:00",1.478,"2013-01-09 07:00","","","","",1.005,0.89,0.701,0.532,0.33,0.24,0.159,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42101",9,33.99958,-117.41601,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6435,73,263,365,0,0,0,0,"Certification not required",0,0.303807,0.153762,1.4,"2013-01-06 02:00",1.4,"2013-01-06 03:00",1.3,"2013-01-06 01:00",1.3,"2013-01-06 04:00",1.4,"2013-01-06 02:00",1.2,"2013-01-01 06:00",0.8,0.8,0.6,0.5,0.3,0.3,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42401",9,33.99958,-117.41601,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6070,69,264,365,0,482,0,"","Certification not required",0,0.391288,0.418807,2,"2013-01-23 08:00",1.7,"2013-02-26 07:00",1.6,"2013-01-09 07:00",1.6,"2013-02-13 07:00","","","","",1.6,1.4,1.3,1.1,0.6,0.2,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42401",9,33.99958,-117.41601,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6070,69,264,365,0,482,"","","Certification not required",0,0.12855,0.234158,2,"2013-01-23 08:00",1.9,"2013-01-23 09:00",1.7,"2013-01-23 07:00",1.7,"2013-02-26 07:00","","","","",1,0.9,0.6,0.4,0.2,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42401",9,33.99958,-117.41601,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",264,72,264,365,0,0,0,"","Certification not required",0,0.129545,0.185701,0.8,"2013-01-23 00:00",0.7,"2013-01-05 00:00",0.7,"2013-01-09 00:00",0.6,"2013-01-04 00:00","","","","",0.7,0.6,0.5,0.4,0.2,0.1,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42401",9,33.99958,-117.41601,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1794,61,257,365,0,0,"",0,"Certification not required",0,0.110201,0.207155,1.6,"2013-01-23 08:00",1.5,"2013-01-09 08:00",1.3,"2013-01-23 11:00",1.3,"2013-02-13 08:00","","","","",1,0.8,0.5,0.3,0.2,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42401",10,33.99958,-117.41601,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",24881,24,90,365,0,1039,"","","Certification not required",0,0.292384,0.409231,34.3,"2013-03-07 03:40",27,"2013-03-06 03:40",6.4,"2013-01-16 04:00",5.9,"2013-01-17 04:00","","","","",1.3,1.1,0.9,0.7,0.4,0.2,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-09-27" +"06","065","8001","42600",9,33.99958,-117.41601,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5131,59,233,365,0,1421,"","","Certification not required",0,24.302962,27.992999,250.6,"2013-01-23 08:00",233.3,"2013-01-23 09:00",228.9,"2013-01-09 07:00",221.9,"2013-02-13 07:00","","","","",145.1,120.4,84.7,56.3,25.9,14.3,6.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42601",2,33.99958,-117.41601,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4825,55,209,365,0,1726,"","","Certification not required",0,8.937264,22.261968,206.4,"2013-01-09 07:00",197.8,"2013-01-23 08:00",189.6,"2013-01-23 09:00",182.7,"2013-01-09 08:00","","","","",112.4,90.9,56,27.3,4.7,1,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42601",9,33.99958,-117.41601,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5151,59,233,365,0,1401,"","","Certification not required",0,8.123452,20.818463,205.5,"2013-01-23 08:00",195.4,"2013-01-09 07:00",187.5,"2013-01-23 09:00",185.1,"2013-02-13 07:00","","","","",110.2,82.2,50.5,24,3.9,0.7,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42602",2,33.99958,-117.41601,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4825,55,209,365,0,1726,0,"","Certification not required",0,26.044976,11.675352,49.9,"2013-03-14 20:00",48.8,"2013-03-13 21:00",48.6,"2013-01-22 18:00",48,"2013-09-24 07:00","","","","",48.8,48,45.4,42,34.2,25.8,10,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42602",2,33.99958,-117.41601,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4825,55,209,365,0,1726,"","","Certification not required",0,13.508332,10.009745,50.3,"2013-03-12 20:00",49.9,"2013-03-14 20:00",49.2,"2013-03-12 21:00",48.8,"2013-03-13 21:00","","","","",41.8,38.8,34.1,29.5,18.7,10.4,3.5,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42603",2,33.99958,-117.41601,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4825,55,209,365,0,1726,"","","Certification not required",0,22.473078,29.328875,236.3,"2013-01-09 07:00",236,"2013-01-23 08:00",230.9,"2013-01-23 09:00",214.4,"2013-01-09 08:00","","","","",147.6,121.3,87,56.2,24.5,11.6,3.7,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","42612",9,33.99958,-117.41601,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5131,59,233,365,0,1421,"","","Certification not required",0,16.115299,10.166664,73.7,"2013-04-10 13:00",63.6,"2013-04-10 12:00",61.2,"2013-07-09 01:00",59.6,"2013-07-23 01:00","","","","",45.1,41.3,36.4,32,21.5,13.5,5.5,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","43218",5,33.99958,-117.41601,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.261935,0.256728,1.32,"2013-11-12 00:00",0.6,"2013-01-04 00:00",0.6,"2013-12-30 00:00",0.44,"2013-10-31 00:00","","","","",1.32,1.32,0.6,0.44,0.4,0.21,0.08,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43359",5,33.99958,-117.41601,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.966786,0.799421,3,"2013-11-24 00:00",2.7,"2013-10-07 00:00",2.1,"2013-10-19 00:00",1.9,"2013-11-12 00:00","","","","",3,3,2.7,2.1,1.7,0.53,0.32,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43502",5,33.99958,-117.41601,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,0,"","","Certification not required",0,3.590909,1.611359,7.5,"2013-11-12 00:00",6.6,"2013-09-13 00:00",6.2,"2013-08-20 00:00",5.6,"2013-07-03 00:00","","","","",7.5,7.5,6.6,5.6,4.9,3.5,1.6,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43503",5,33.99958,-117.41601,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,0,"","","Certification not required",0,2.50303,1.410781,8,"2013-11-12 00:00",4.4,"2013-09-13 00:00",4.2,"2013-10-19 00:00",4,"2013-12-18 00:00","","","","",8,8,4.4,4,3,2.2,1.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43505",5,33.99958,-117.41601,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,0.918,0.473677,1.56,"2013-01-16 00:00",1.11,"2013-01-04 00:00",1.02,"2013-02-21 00:00",0.45,"2013-01-28 00:00","","","","",1.56,1.56,1.56,1.56,1.11,1.02,0.45,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-06-17" +"06","065","8001","43551",5,33.99958,-117.41601,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,9.42,2.629068,12.9,"2013-01-04 00:00",10.2,"2013-01-16 00:00",10.2,"2013-02-15 00:00",7.8,"2013-02-21 00:00","","","","",12.9,12.9,12.9,12.9,10.2,10.2,6,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-06-17" +"06","065","8001","43552",5,33.99958,-117.41601,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,0,"","","Certification not required",21,0.50303,0.640549,3.2,"2013-11-12 00:00",2,"2013-12-18 00:00",1.2,"2013-10-07 00:00",1.2,"2013-10-31 00:00","","","","",3.2,3.2,2,1.2,0.4,0.2,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43702",5,33.99958,-117.41601,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-15 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-06-17" +"06","065","8001","43802",5,33.99958,-117.41601,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.332581,1.715525,8.1,"2013-11-24 00:00",4.9,"2013-07-27 00:00",3.6,"2013-05-28 00:00",3,"2013-10-31 00:00","","","","",8.1,8.1,4.9,3,1.9,0.69,0.19,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43803",5,33.99958,-117.41601,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.037097,0.013215,0.07,"2013-11-12 00:00",0.06,"2013-07-03 00:00",0.06,"2013-09-13 00:00",0.06,"2013-12-18 00:00","","","","",0.07,0.07,0.06,0.06,0.04,0.04,0.02,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43804",5,33.99958,-117.41601,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.082903,0.010064,0.1,"2013-01-28 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-25 00:00",0.1,"2013-10-07 00:00","","","","",0.1,0.1,0.1,0.1,0.09,0.08,0.07,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43814",5,33.99958,-117.41601,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.010323,0.001796,0.02,"2013-09-13 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43817",5,33.99958,-117.41601,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.044516,0.032643,0.12,"2013-11-12 00:00",0.11,"2013-12-18 00:00",0.1,"2013-06-21 00:00",0.1,"2013-07-03 00:00","","","","",0.12,0.12,0.11,0.1,0.06,0.03,0.01,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43819",5,33.99958,-117.41601,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.020323,0.001796,0.03,"2013-12-18 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0.02,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43824",5,33.99958,-117.41601,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.022903,0.011887,0.08,"2013-11-12 00:00",0.05,"2013-05-28 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.08,0.08,0.05,0.02,0.02,0.02,0.02,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43827",5,33.99958,-117.41601,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",28,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43830",5,33.99958,-117.41601,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-15 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43831",5,33.99958,-117.41601,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-15 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43834",5,33.99958,-117.41601,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",28,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-15 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43848",5,33.99958,-117.41601,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",10,0.546429,0.439732,2.2,"2013-09-13 00:00",1.56,"2013-11-12 00:00",0.86,"2013-10-19 00:00",0.74,"2013-07-03 00:00","","","","",2.2,2.2,1.56,0.86,0.66,0.52,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","43854",5,33.99958,-117.41601,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",11,0.605,0.505543,2.2,"2013-05-04 00:00",1.92,"2013-11-12 00:00",1.04,"2013-05-16 00:00",1.04,"2013-10-19 00:00","","","","",2.2,2.2,1.92,1.04,0.88,0.52,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","44201",1,33.99958,-117.41601,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5784,69,252,365,0,767,0,0,"Certification not required",895,0.06396,0.019342,0.123,"2013-06-29 16:00",0.121,"2013-06-01 14:00",0.115,"2013-06-30 10:00",0.113,"2013-05-13 14:00","","","","",0.115,0.11,0.095,0.087,0.077,0.065,0.041,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","44201",1,33.99958,-117.41601,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6145,67,244,365,0,0,7,7,"Certification not required",0,0.054402,0.016215,0.103,"2013-06-01 11:00",0.103,"2013-06-29 12:00",0.096,"2013-09-15 09:00",0.094,"2013-09-14 10:00","","","","",0.096,0.091,0.081,0.076,0.066,0.055,0.036,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","44201",1,33.99958,-117.41601,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6145,67,245,365,0,0,26,26,"Certification not required",0,0.05451,0.016271,0.103,"2013-06-01 11:00",0.103,"2013-06-29 12:00",0.096,"2013-09-15 09:00",0.094,"2013-09-14 10:00","","","","",0.096,0.091,0.081,0.076,0.066,0.055,0.036,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","45109",5,33.99958,-117.41601,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,3.483871,2.510423,13.6,"2013-11-12 00:00",6.64,"2013-12-30 00:00",6.48,"2013-12-18 00:00",5.76,"2013-10-19 00:00","","","","",13.6,13.6,6.64,5.76,4.8,3.04,0.8,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","45201",5,33.99958,-117.41601,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.846452,1.19134,6.6,"2013-11-12 00:00",3.66,"2013-12-18 00:00",3.54,"2013-12-30 00:00",2.82,"2013-10-19 00:00","","","","",6.6,6.6,3.66,2.82,2.4,1.62,0.84,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","45202",5,33.99958,-117.41601,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,6.117097,4.095037,22.4,"2013-11-12 00:00",12.6,"2013-12-18 00:00",11.9,"2013-12-30 00:00",10.5,"2013-10-19 00:00","","","","",22.4,22.4,12.6,10.5,7,4.9,2.45,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","45203",5,33.99958,-117.41601,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.07871,0.687526,4.08,"2013-11-12 00:00",2.08,"2013-12-30 00:00",1.92,"2013-12-18 00:00",1.84,"2013-09-13 00:00","","","","",4.08,4.08,2.08,1.84,0.8,0.8,0.8,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","45204",5,33.99958,-117.41601,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.486452,0.998511,5.6,"2013-11-12 00:00",2.72,"2013-12-30 00:00",2.56,"2013-12-18 00:00",2.32,"2013-10-19 00:00","","","","",5.6,5.6,2.72,2.32,1.92,1.28,0.4,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","45220",5,33.99958,-117.41601,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.60129,0.491798,2.24,"2013-11-12 00:00",2.24,"2013-12-18 00:00",1.2,"2013-01-04 00:00",1.2,"2013-12-30 00:00","","","","",2.24,2.24,2.24,1.2,0.4,0.4,0.4,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-21" +"06","065","8001","62101",1,33.99958,-117.41601,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6398,73,265,365,0,28,"","","Certification not required",1,66.855713,13.95784,103.5,"2013-06-29 13:00",102.3,"2013-06-29 12:00",102.3,"2013-06-29 14:00",102.1,"2013-09-05 13:00","","","","",97.9,95.4,91,85.7,76.4,65.9,49.6,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","62201",1,33.99958,-117.41601,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6385,73,264,365,0,41,"","","Certification not required",1,53.828896,23.948509,99,"2013-02-09 05:00",99,"2013-02-09 06:00",99,"2013-03-16 05:00",99,"2013-04-22 05:00","","","","",94,92,89,85,75,55,20,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","63301",1,33.99958,-117.41601,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5539,63,229,365,0,14,"","","Certification not required",2537,0.388587,0.492368,1.51,"2013-05-20 11:00",1.5,"2013-05-14 11:00",1.5,"2013-06-21 11:00",1.49,"2013-06-30 12:00","","","","",1.45,1.42,1.34,1.22,0.81,0.05,0.005,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","63302",1,33.99958,-117.41601,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",5539,63,229,365,0,14,"","","Certification not required",3212,0.019448,0.020514,0.07,"2013-04-17 11:00",0.07,"2013-04-17 12:00",0.07,"2013-04-18 11:00",0.07,"2013-04-18 12:00","","","","",0.07,0.07,0.06,0.06,0.04,0.005,0.005,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","64101",1,33.99958,-117.41601,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6401,73,265,365,0,25,"","","Certification not required",1,985.989455,12.932841,1000,"2013-01-15 08:00",1000,"2013-01-15 09:00",999,"2013-01-15 06:00",999,"2013-01-15 07:00","","","","",997,995,993,991,989,986,981,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","68101",1,33.99958,-117.41601,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",82,100,15,61,0,3,"","","Certification not required",0,0.213415,0.034291,0.3,"2013-01-07 00:00",0.3,"2013-01-08 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-11 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68101",2,33.99958,-117.41601,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",16,26,15,61,0,0,"","","Certification not required",0,0.2125,0.034157,0.3,"2013-02-03 00:00",0.3,"2013-03-29 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68102",1,33.99958,-117.41601,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",82,100,15,61,0,3,"","","Certification not required",0,23.945122,0.128767,24.2,"2013-02-07 00:00",24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-05 00:00","","","","",24.2,24,24,24,24,24,23.9,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68102",2,33.99958,-117.41601,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",16,26,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-17 00:00","","","","",24,24,24,24,24,24,24,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68103",1,33.99958,-117.41601,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",82,100,15,61,0,3,"","","Certification not required",0,5.54878,3.445672,12.3,"2013-01-25 00:00",11.9,"2013-01-26 00:00",11.7,"2013-03-30 00:00",10.5,"2013-02-03 00:00","","","","",12.3,11.9,10.3,9.8,8.4,5.9,1.1,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68103",2,33.99958,-117.41601,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",16,26,15,61,0,0,"","","Certification not required",0,4.98125,3.109388,10,"2013-02-03 00:00",9.9,"2013-03-29 00:00",9.3,"2013-03-17 00:00",7.8,"2013-03-05 00:00","","","","",10,10,10,9.9,7.8,4.6,1,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68103",5,33.99958,-117.41601,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,12.44381,5.909476,23.8,"2013-09-01 00:00",23.4,"2013-06-30 00:00",23.3,"2013-09-06 00:00",23.2,"2013-09-04 00:00","","","","",23.4,23.3,22.1,20.1,16.3,12.7,4.1,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68103",6,33.99958,-117.41601,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,13.011765,5.710259,23.9,"2013-09-01 00:00",23.5,"2013-09-06 00:00",22.1,"2013-08-26 00:00",21,"2013-06-27 00:00","","","","",23.9,23.5,22.1,20.5,16.3,13.4,4.8,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68104",1,33.99958,-117.41601,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",82,100,15,61,0,3,"","","Certification not required",0,21.153659,5.419357,35,"2013-03-14 00:00",33.1,"2013-03-13 00:00",30.8,"2013-03-12 00:00",29.8,"2013-03-02 00:00","","","","",35,33.1,29.4,27.9,24.8,21.4,13.3,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68104",2,33.99958,-117.41601,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",16,26,15,61,0,0,"","","Certification not required",0,22.40625,5.536602,29.3,"2013-03-29 00:00",29.1,"2013-01-22 00:00",29,"2013-03-11 00:00",28.2,"2013-03-23 00:00","","","","",29.3,29.3,29.3,29.1,28.2,23.9,14.6,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68104",5,33.99958,-117.41601,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,29.812381,7.470721,43.5,"2013-09-04 00:00",43.4,"2013-08-29 00:00",42.9,"2013-06-30 00:00",42.2,"2013-09-06 00:00","","","","",43.4,42.9,41.2,40,35.1,30.1,19.5,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68104",6,33.99958,-117.41601,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,51,61,0,0,"","","Certification not required",0,29.725,6.433639,40.8,"2013-09-06 00:00",39.5,"2013-06-27 00:00",39.4,"2013-07-09 00:00",39.1,"2013-08-14 00:00","","","","",40.8,39.5,39.4,37.3,33.6,30.2,21.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68105",1,33.99958,-117.41601,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",82,100,15,61,0,3,"","","Certification not required",0,12.958537,3.705083,21.2,"2013-03-14 00:00",20.7,"2013-03-13 00:00",18.9,"2013-03-02 00:00",18.3,"2013-03-01 00:00","","","","",21.2,20.7,17.9,17.2,15.5,14,7.9,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68105",2,33.99958,-117.41601,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",16,26,15,61,0,0,"","","Certification not required",0,13.525,3.662695,18,"2013-02-15 00:00",17.9,"2013-03-29 00:00",17.4,"2013-02-03 00:00",16.5,"2013-01-17 00:00","","","","",18,18,18,17.9,16.5,14.5,8.4,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68105",5,33.99958,-117.41601,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,20.1,6.087535,32.5,"2013-09-04 00:00",31.8,"2013-06-30 00:00",30.9,"2013-08-29 00:00",30.8,"2013-09-06 00:00","","","","",31.8,30.9,30.6,28.9,23.8,20.5,12.8,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68105",6,33.99958,-117.41601,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,51,61,0,0,"","","Certification not required",0,20.340385,5.522193,31.5,"2013-09-06 00:00",30.2,"2013-06-27 00:00",29.2,"2013-09-01 00:00",29,"2013-07-09 00:00","","","","",31.5,30.2,29.2,27.4,23.9,20.8,13.5,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68106",1,33.99958,-117.41601,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",82,100,15,61,0,3,"","","Certification not required",0,737.853659,3.270225,744,"2013-02-12 00:00",743,"2013-01-05 00:00",743,"2013-01-30 00:00",743,"2013-02-27 00:00","","","","",744,743,743,742,741,738,733,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68106",2,33.99958,-117.41601,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",16,26,15,61,0,0,"","","Certification not required",0,739.9375,1.062623,742,"2013-02-27 00:00",741,"2013-01-04 00:00",741,"2013-01-16 00:00",741,"2013-01-17 00:00","","","","",742,742,742,741,741,740,739,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68106",5,33.99958,-117.41601,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,736.8,2.886973,744,"2013-02-12 00:00",743,"2013-01-04 00:00",743,"2013-01-16 00:00",743,"2013-02-15 00:00","","","","",743,743,742,741,739,736,733,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68106",6,33.99958,-117.41601,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,51,61,0,0,"","","Certification not required",0,736.769231,3.245603,744,"2013-01-04 00:00",744,"2013-01-16 00:00",744,"2013-02-27 00:00",743,"2013-02-15 00:00","","","","",744,744,744,740,739,737,733,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68107",1,33.99958,-117.41601,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",82,100,15,61,0,3,"","","Certification not required",0,751.146341,4.669634,763,"2013-01-24 00:00",762,"2013-01-25 00:00",761,"2013-01-10 00:00",761,"2013-03-30 00:00","","","","",763,762,760,758,754,751,746,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68107",2,33.99958,-117.41601,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",16,26,15,61,0,0,"","","Certification not required",0,756.0625,8.417987,771,"2013-01-16 00:00",765,"2013-01-10 00:00",764,"2013-02-15 00:00",764,"2013-03-11 00:00","","","","",771,771,771,765,764,760,746,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68107",5,33.99958,-117.41601,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,740.409524,3.07188,750,"2013-01-16 00:00",748,"2013-01-01 00:00",748,"2013-02-12 00:00",747,"2013-01-31 00:00","","","","",748,748,746,744,742,740,737,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68107",6,33.99958,-117.41601,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,51,61,0,0,"","","Certification not required",0,741.211538,3.170554,751,"2013-01-16 00:00",747,"2013-01-04 00:00",747,"2013-02-27 00:00",747,"2013-03-11 00:00","","","","",751,747,747,746,743,741,738,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68108",1,33.99958,-117.41601,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",82,100,15,61,0,3,"","","Certification not required",0,743.707317,3.048933,754,"2013-01-25 00:00",752,"2013-01-26 00:00",749,"2013-02-12 00:00",748,"2013-01-04 00:00","","","","",754,752,748,747,745,744,740,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68108",2,33.99958,-117.41601,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",16,26,15,61,0,0,"","","Certification not required",0,743.75,1.527525,747,"2013-01-16 00:00",746,"2013-01-04 00:00",745,"2013-02-03 00:00",745,"2013-02-27 00:00","","","","",747,747,747,746,745,744,742,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68108",5,33.99958,-117.41601,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,738.142857,2.836671,746,"2013-02-12 00:00",745,"2013-01-16 00:00",744,"2013-01-04 00:00",744,"2013-02-27 00:00","","","","",745,744,743,742,740,738,734,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68108",6,33.99958,-117.41601,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,51,61,0,0,"","","Certification not required",0,738.423077,3.018545,746,"2013-01-16 00:00",745,"2013-01-04 00:00",745,"2013-02-27 00:00",744,"2013-02-15 00:00","","","","",746,745,745,742,741,738,735,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","68109",1,33.99958,-117.41601,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",82,100,15,61,0,3,"","","Certification not required",0,1436.036585,7.554649,1451,"2013-02-07 00:00",1439,"2013-01-01 00:00",1439,"2013-01-03 00:00",1439,"2013-01-05 00:00","","","","",1451,1439,1439,1439,1439,1439,1432,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","68109",2,33.99958,-117.41601,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",16,26,15,61,0,0,"","","Certification not required",0,1439.875,0.5,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","81102",2,33.99958,-117.41601,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",117,100,61,61,0,6,0,0,"Certification not required",0,33.641026,17.349581,135,"2013-10-04 00:00",87,"2013-10-25 00:00",87,"2013-11-12 00:00",65,"2013-10-22 00:00","","","","",87,87,56,48,41,34,13,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","8001","81102",4,33.99958,-117.41601,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,2,0,0,"Certification not required",0,36.172414,15.95953,91,"2013-10-25 00:00",91,"2013-11-12 00:00",61,"2013-07-09 00:00",58,"2013-09-13 00:00","","","","",91,91,61,50,43,37,16,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","8001","85101",2,33.99958,-117.41601,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,"","","Certification not required",0,32.623932,16.785013,131,"2013-10-04 00:00",84,"2013-10-25 00:00",84,"2013-11-12 00:00",63,"2013-10-22 00:00","","","","",84,84,55,46,40,33,13,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","8001","85101",4,33.99958,-117.41601,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,2,"","","Certification not required",0,35.034483,15.552927,89,"2013-11-12 00:00",88,"2013-10-25 00:00",59,"2013-07-09 00:00",56,"2013-09-13 00:00","","","","",89,88,59,49,42,36,15,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","065","8001","85101",9,33.99958,-117.41601,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6287,72,262,365,0,265,"","","Certification not required",13,41.221091,19.832518,334,"2013-05-02 08:00",272,"2013-05-02 09:00",270,"2013-05-02 07:00",218,"2013-05-02 06:00","","","","",92,83,72,64,53,41,16,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","86101",9,33.99958,-117.41601,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6287,72,262,365,0,265,"","","Certification not required",0,25.484015,14.945953,311,"2013-05-02 08:00",252,"2013-05-02 07:00",249,"2013-05-02 09:00",205,"2013-05-02 06:00","","","","",68,59,49,42,33,24,9,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","88101",1,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,22,82,365,0,3,2,2,"Certification not required",0,12.336585,8.188331,38.8,"2013-02-07 00:00",38.3,"2013-03-19 00:00",34.7,"2013-02-06 00:00",34.6,"2013-03-20 00:00","","","","",38.8,38.3,28.4,21.4,16.5,10.1,4.5,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","88101",1,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,22,82,365,0,3,"","","Certification not required",0,12.336585,8.188331,38.8,"2013-02-07 00:00",38.3,"2013-03-19 00:00",34.7,"2013-02-06 00:00",34.6,"2013-03-20 00:00","","","","",38.8,38.3,28.4,21.4,16.5,10.1,4.5,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","88101",2,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",16,25,15,61,0,0,0,0,"Certification not required",0,11.28125,7.363081,29.6,"2013-03-17 00:00",20.8,"2013-03-05 00:00",19.6,"2013-03-23 00:00",19.2,"2013-03-29 00:00","","","","",29.6,29.6,29.6,20.8,19.2,8.8,5.4,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","88101",2,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",16,25,15,61,0,0,"","","Certification not required",0,11.28125,7.363081,29.6,"2013-03-17 00:00",20.8,"2013-03-05 00:00",19.6,"2013-03-23 00:00",19.2,"2013-03-29 00:00","","","","",29.6,29.6,29.6,20.8,19.2,8.8,5.4,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8001","88101",9,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6288,72,265,365,0,264,"","","Certification not required",0,15.556298,10.217766,154,"2013-01-01 01:00",125,"2013-01-01 02:00",113,"2013-01-01 00:00",89,"2013-07-05 07:00","","","","",46,41,33,27,21,14,4,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","88101",9,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,5,5,"Certification not required",0,15.519466,7.657388,40.3,"2013-02-07 00:00",40.2,"2013-03-19 00:00",37.5,"2013-03-20 00:00",36.9,"2013-07-05 00:00","","","","",37.5,33.8,28.5,24.1,20.4,15.5,5.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","88101",9,33.99958,-117.41601,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,"","","Certification not required",0,15.519466,7.657388,40.3,"2013-02-07 00:00",40.2,"2013-03-19 00:00",37.5,"2013-03-20 00:00",36.9,"2013-07-05 00:00","","","","",37.5,33.8,28.5,24.1,20.4,15.5,5.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","88102",5,33.99958,-117.41601,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",97,0.020786,0.006896,0.06,"2013-09-10 00:00",0.044,"2013-04-28 00:00",0.042,"2013-03-11 00:00",0.036,"2013-01-01 00:00","","","","",0.044,0.042,0.026,0.026,0.021,0.021,0.014,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88102",6,33.99958,-117.41601,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",50,0.020346,0.005041,0.033,"2013-06-15 00:00",0.03,"2013-08-08 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-15 00:00","","","","",0.033,0.03,0.026,0.026,0.026,0.021,0.014,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88103",5,33.99958,-117.41601,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.00035,0.000801,0.004,"2013-10-04 00:00",0.003,"2013-02-06 00:00",0.003,"2013-05-19 00:00",0.003,"2013-11-09 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88103",6,33.99958,-117.41601,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.000404,0.000634,0.002,"2013-01-04 00:00",0.002,"2013-05-16 00:00",0.002,"2013-09-13 00:00",0.002,"2013-10-31 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88104",5,33.99958,-117.41601,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",25,0.058859,0.096308,0.955,"2013-10-04 00:00",0.154,"2013-04-19 00:00",0.149,"2013-11-12 00:00",0.127,"2013-08-17 00:00","","","","",0.154,0.149,0.12,0.103,0.082,0.045,0.0065,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88104",6,33.99958,-117.41601,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",13,0.051288,0.05305,0.35,"2013-05-04 00:00",0.139,"2013-10-07 00:00",0.114,"2013-09-06 00:00",0.113,"2013-01-22 00:00","","","","",0.35,0.139,0.114,0.093,0.066,0.045,0.0065,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88107",5,33.99958,-117.41601,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",87,0.007445,0.005935,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-10 00:00",0.0295,"2013-05-13 00:00","","","","",0.0295,0.0295,0.0215,0.0154,0.0055,0.005,0.005,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88107",6,33.99958,-117.41601,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",42,0.008539,0.007339,0.0296,"2013-05-04 00:00",0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00","","","","",0.0296,0.0295,0.0295,0.0213,0.0086,0.0055,0.005,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88109",5,33.99958,-117.41601,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",10,0.005067,0.002616,0.0139,"2013-10-25 00:00",0.0116,"2013-03-20 00:00",0.011,"2013-10-22 00:00",0.0105,"2013-01-01 00:00","","","","",0.0116,0.011,0.0099,0.0081,0.0069,0.0049,0.0013,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88109",6,33.99958,-117.41601,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",3,0.005007,0.002128,0.0129,"2013-10-25 00:00",0.0083,"2013-05-04 00:00",0.0079,"2013-08-02 00:00",0.0078,"2013-03-23 00:00","","","","",0.0129,0.0083,0.0079,0.0075,0.0062,0.005,0.0027,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88110",5,33.99958,-117.41601,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.001417,0.003434,0.015,"2013-04-22 00:00",0.014,"2013-09-10 00:00",0.012,"2013-06-18 00:00",0.012,"2013-07-09 00:00","","","","",0.014,0.012,0.009,0.007,0,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88110",6,33.99958,-117.41601,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.002288,0.005489,0.024,"2013-07-03 00:00",0.023,"2013-05-04 00:00",0.015,"2013-09-25 00:00",0.014,"2013-03-05 00:00","","","","",0.024,0.023,0.015,0.007,0.002,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88111",5,33.99958,-117.41601,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.079471,0.062916,0.494,"2013-10-04 00:00",0.272,"2013-11-12 00:00",0.228,"2013-09-13 00:00",0.175,"2013-07-09 00:00","","","","",0.272,0.228,0.17,0.142,0.093,0.0679,0.0268,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88111",6,33.99958,-117.41601,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.080602,0.061911,0.383,"2013-05-04 00:00",0.216,"2013-09-13 00:00",0.189,"2013-10-07 00:00",0.176,"2013-01-22 00:00","","","","",0.383,0.216,0.189,0.132,0.0963,0.0671,0.0269,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88112",5,33.99958,-117.41601,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.003592,0.007948,0.059,"2013-09-19 00:00",0.036,"2013-09-28 00:00",0.035,"2013-09-22 00:00",0.023,"2013-11-06 00:00","","","","",0.036,0.035,0.01,0.006,0.003,0.002,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88112",6,33.99958,-117.41601,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.004865,0.010897,0.054,"2013-10-07 00:00",0.053,"2013-10-01 00:00",0.031,"2013-10-13 00:00",0.016,"2013-01-16 00:00","","","","",0.054,0.053,0.031,0.006,0.003,0.002,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88113",5,33.99958,-117.41601,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",90,0.000773,0.000355,0.0022,"2013-10-04 00:00",0.002,"2013-07-09 00:00",0.002,"2013-09-13 00:00",0.0018,"2013-10-25 00:00","","","","",0.002,0.002,0.0016,0.0015,0.0007,0.0007,0.00055,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88113",6,33.99958,-117.41601,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",44,0.000811,0.000382,0.0022,"2013-10-01 00:00",0.0018,"2013-10-07 00:00",0.0018,"2013-10-25 00:00",0.0016,"2013-08-08 00:00","","","","",0.0022,0.0018,0.0018,0.0015,0.0007,0.0007,0.00055,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88114",5,33.99958,-117.41601,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",16,0.004808,0.003322,0.0209,"2013-11-12 00:00",0.0124,"2013-01-22 00:00",0.0119,"2013-11-09 00:00",0.0112,"2013-01-01 00:00","","","","",0.0124,0.0119,0.0108,0.0093,0.0062,0.0042,0.00125,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88114",6,33.99958,-117.41601,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",8,0.005233,0.003307,0.0132,"2013-01-22 00:00",0.0125,"2013-10-25 00:00",0.0121,"2013-10-19 00:00",0.0112,"2013-10-07 00:00","","","","",0.0132,0.0125,0.0121,0.0105,0.0074,0.0044,0.00125,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88115",5,33.99958,-117.41601,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",13,0.051346,0.085069,0.416,"2013-03-05 00:00",0.368,"2013-04-16 00:00",0.345,"2013-05-22 00:00",0.318,"2013-05-25 00:00","","","","",0.368,0.345,0.282,0.149,0.0478,0.017,0.00405,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88115",6,33.99958,-117.41601,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",5,0.047866,0.07353,0.412,"2013-04-16 00:00",0.264,"2013-07-21 00:00",0.207,"2013-09-25 00:00",0.176,"2013-05-04 00:00","","","","",0.412,0.264,0.207,0.104,0.049,0.021,0.0062,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88117",5,33.99958,-117.41601,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",103,0.005277,0.007698,0.0435,"2013-05-10 00:00",0.0435,"2013-05-13 00:00",0.043,"2013-02-18 00:00",0.043,"2013-02-21 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0041,0.0034,0.0028,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88117",6,33.99958,-117.41601,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.00606,0.009301,0.0435,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-02-09 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88118",5,33.99958,-117.41601,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",103,0.010188,0.006393,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-10 00:00",0.023,"2013-05-13 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88118",6,33.99958,-117.41601,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.009432,0.006452,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88126",5,33.99958,-117.41601,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.13326,0.096194,0.686,"2013-10-04 00:00",0.54,"2013-11-12 00:00",0.31,"2013-11-09 00:00",0.28,"2013-10-22 00:00","","","","",0.54,0.31,0.268,0.234,0.18,0.105,0.0521,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88126",6,33.99958,-117.41601,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.135021,0.077814,0.446,"2013-05-04 00:00",0.286,"2013-01-22 00:00",0.267,"2013-10-07 00:00",0.254,"2013-10-19 00:00","","","","",0.446,0.286,0.267,0.228,0.193,0.116,0.0619,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88128",5,33.99958,-117.41601,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.001456,0.00274,0.016,"2013-10-19 00:00",0.014,"2013-01-01 00:00",0.013,"2013-11-12 00:00",0.007,"2013-08-02 00:00","","","","",0.014,0.013,0.006,0.003,0.002,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88128",6,33.99958,-117.41601,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.001,0.001657,0.008,"2013-10-19 00:00",0.005,"2013-05-04 00:00",0.004,"2013-01-22 00:00",0.004,"2013-04-28 00:00","","","","",0.008,0.005,0.004,0.004,0.001,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88131",5,33.99958,-117.41601,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.010286,0.003352,0.02,"2013-04-28 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-01-25 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88131",6,33.99958,-117.41601,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",51,0.010587,0.00364,0.017,"2013-07-03 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-04-22 00:00","","","","",0.017,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88132",5,33.99958,-117.41601,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.002417,0.002565,0.016,"2013-10-04 00:00",0.016,"2013-11-12 00:00",0.006,"2013-01-22 00:00",0.006,"2013-05-13 00:00","","","","",0.016,0.006,0.006,0.005,0.003,0.002,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88132",6,33.99958,-117.41601,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.00225,0.001999,0.008,"2013-05-04 00:00",0.006,"2013-01-22 00:00",0.006,"2013-03-23 00:00",0.006,"2013-10-19 00:00","","","","",0.008,0.006,0.006,0.005,0.003,0.002,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88136",5,33.99958,-117.41601,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.00034,0.00057,0.002,"2013-02-21 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-13 00:00",0.002,"2013-04-28 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88136",6,33.99958,-117.41601,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.000423,0.000825,0.005,"2013-01-16 00:00",0.002,"2013-03-29 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.005,0.002,0.001,0.001,0.001,0,0,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88140",5,33.99958,-117.41601,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",35,0.033719,0.032111,0.148,"2013-05-22 00:00",0.123,"2013-05-25 00:00",0.114,"2013-09-16 00:00",0.105,"2013-06-15 00:00","","","","",0.123,0.114,0.099,0.086,0.0472,0.023,0.0055,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88140",6,33.99958,-117.41601,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",20,0.036654,0.036188,0.128,"2013-05-16 00:00",0.122,"2013-05-22 00:00",0.119,"2013-06-15 00:00",0.107,"2013-05-04 00:00","","","","",0.128,0.122,0.119,0.086,0.063,0.02,0.0055,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88152",5,33.99958,-117.41601,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.005698,0.002994,0.033,"2013-10-04 00:00",0.008,"2013-01-31 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88152",6,33.99958,-117.41601,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.005559,0.001524,0.008,"2013-02-09 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-16 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88154",5,33.99958,-117.41601,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.001086,0.000296,0.003,"2013-03-05 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88154",6,33.99958,-117.41601,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",51,0.001054,0.000256,0.0015,"2013-03-29 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-10 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88160",5,33.99958,-117.41601,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",101,0.013777,0.003813,0.026,"2013-08-14 00:00",0.025,"2013-05-13 00:00",0.0185,"2013-03-05 00:00",0.0185,"2013-09-01 00:00","","","","",0.025,0.0185,0.018,0.018,0.016,0.016,0.01,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88160",6,33.99958,-117.41601,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.013308,0.00367,0.018,"2013-01-22 00:00",0.018,"2013-02-15 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-04 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88161",5,33.99958,-117.41601,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",57,0.005896,0.00699,0.0595,"2013-10-04 00:00",0.0256,"2013-11-12 00:00",0.0206,"2013-03-29 00:00",0.0186,"2013-10-01 00:00","","","","",0.0256,0.0206,0.0142,0.0112,0.0081,0.00265,0.00215,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88161",6,33.99958,-117.41601,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",26,0.005752,0.004856,0.03,"2013-05-04 00:00",0.0129,"2013-03-23 00:00",0.0127,"2013-10-19 00:00",0.0108,"2013-09-06 00:00","","","","",0.03,0.0129,0.0127,0.0106,0.0088,0.0044,0.00215,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88164",5,33.99958,-117.41601,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",101,0.001628,0.000468,0.0052,"2013-11-12 00:00",0.004,"2013-06-03 00:00",0.0019,"2013-01-31 00:00",0.0019,"2013-02-09 00:00","","","","",0.004,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88164",6,33.99958,-117.41601,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.001588,0.00023,0.0019,"2013-02-09 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88165",5,33.99958,-117.41601,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",1,0.165196,0.218179,2.18,"2013-10-04 00:00",0.448,"2013-11-12 00:00",0.341,"2013-04-19 00:00",0.332,"2013-05-04 00:00","","","","",0.448,0.341,0.294,0.284,0.213,0.127,0.049,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88165",6,33.99958,-117.41601,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.156737,0.130399,0.925,"2013-05-04 00:00",0.307,"2013-09-06 00:00",0.302,"2013-10-07 00:00",0.26,"2013-03-23 00:00","","","","",0.925,0.307,0.302,0.255,0.198,0.139,0.066,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88166",5,33.99958,-117.41601,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.008237,0.004705,0.019,"2013-03-05 00:00",0.019,"2013-09-01 00:00",0.019,"2013-09-04 00:00",0.019,"2013-09-16 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0075,0.0042,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88166",6,33.99958,-117.41601,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.008894,0.005175,0.019,"2013-02-15 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-04 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88167",5,33.99958,-117.41601,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",13,0.010154,0.009113,0.0574,"2013-11-12 00:00",0.0436,"2013-01-22 00:00",0.0391,"2013-10-22 00:00",0.0308,"2013-01-01 00:00","","","","",0.0436,0.0391,0.0245,0.0202,0.0127,0.0078,0.00175,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88167",6,33.99958,-117.41601,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",4,0.011066,0.009605,0.0484,"2013-01-22 00:00",0.045,"2013-08-20 00:00",0.0266,"2013-10-31 00:00",0.0247,"2013-10-19 00:00","","","","",0.0484,0.045,0.0266,0.0201,0.0151,0.0087,0.0026,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88168",5,33.99958,-117.41601,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",87,0.001574,0.001053,0.0066,"2013-01-01 00:00",0.0063,"2013-03-23 00:00",0.005,"2013-03-11 00:00",0.005,"2013-07-06 00:00","","","","",0.0063,0.005,0.0036,0.0026,0.00175,0.00115,0.00085,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88168",6,33.99958,-117.41601,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",48,0.001421,0.000715,0.0047,"2013-01-04 00:00",0.0038,"2013-05-04 00:00",0.0034,"2013-06-27 00:00",0.0018,"2013-04-10 00:00","","","","",0.0047,0.0038,0.0034,0.00175,0.00175,0.00115,0.00085,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88169",5,33.99958,-117.41601,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.524947,0.300311,1.37,"2013-10-25 00:00",1.15,"2013-10-22 00:00",1.1,"2013-04-28 00:00",1.01,"2013-08-14 00:00","","","","",1.15,1.1,0.971,0.905,0.776,0.535,0.107,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88169",6,33.99958,-117.41601,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.536313,0.33045,1.29,"2013-10-25 00:00",1.07,"2013-04-28 00:00",1.05,"2013-08-14 00:00",1.01,"2013-05-22 00:00","","","","",1.29,1.07,1.05,0.975,0.8,0.522,0.101,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88176",5,33.99958,-117.41601,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",100,0.000968,0.000239,0.002,"2013-10-04 00:00",0.0016,"2013-07-03 00:00",0.0014,"2013-07-06 00:00",0.0013,"2013-01-16 00:00","","","","",0.0016,0.0014,0.0013,0.0013,0.001,0.0009,0.0007,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88176",6,33.99958,-117.41601,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",52,0.000994,0.000213,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88180",5,33.99958,-117.41601,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.084134,0.115583,1.16,"2013-01-01 00:00",0.317,"2013-10-04 00:00",0.203,"2013-05-04 00:00",0.199,"2013-07-06 00:00","","","","",0.317,0.203,0.18,0.118,0.085,0.063,0.0386,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88180",6,33.99958,-117.41601,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,0.072544,0.039176,0.273,"2013-05-04 00:00",0.165,"2013-07-03 00:00",0.119,"2013-10-19 00:00",0.113,"2013-10-01 00:00","","","","",0.273,0.165,0.119,0.11,0.0865,0.0656,0.0422,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88184",5,33.99958,-117.41601,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",15,0.261515,0.242603,1.13,"2013-05-22 00:00",0.952,"2013-05-25 00:00",0.897,"2013-05-16 00:00",0.871,"2013-05-31 00:00","","","","",0.952,0.897,0.757,0.595,0.376,0.185,0.02,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88184",6,33.99958,-117.41601,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",6,0.297115,0.271185,1.12,"2013-05-22 00:00",0.944,"2013-05-16 00:00",0.915,"2013-06-15 00:00",0.756,"2013-06-21 00:00","","","","",1.12,0.944,0.915,0.631,0.483,0.203,0.027,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88185",5,33.99958,-117.41601,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",92,0.004045,0.003996,0.0198,"2013-03-14 00:00",0.0116,"2013-10-22 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-22 00:00","","","","",0.0116,0.0115,0.0115,0.0115,0.0047,0.00225,0.0014,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88185",6,33.99958,-117.41601,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",47,0.00446,0.004202,0.0115,"2013-01-22 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0096,0.00225,0.0014,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88301",5,33.99958,-117.41601,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,1.570154,1.823362,14.3,"2013-10-25 00:00",5.82,"2013-03-20 00:00",5.77,"2013-02-06 00:00",5.33,"2013-03-17 00:00","","","","",5.82,5.77,5.2,2.93,2.34,1.07,0.194,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88301",6,33.99958,-117.41601,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,1.522715,1.771631,11.1,"2013-10-25 00:00",4.69,"2013-03-17 00:00",4.49,"2013-04-04 00:00",3.31,"2013-08-14 00:00","","","","",11.1,4.69,4.49,2.91,2.18,0.952,0.123,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88302",5,33.99958,-117.41601,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",1,0.298696,0.268737,1.18,"2013-05-22 00:00",1.05,"2013-06-15 00:00",1.01,"2013-05-25 00:00",1.01,"2013-05-31 00:00","","","","",1.05,1.01,0.916,0.673,0.43,0.201,0.04,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88302",6,33.99958,-117.41601,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",1,0.362287,0.312414,1.35,"2013-05-22 00:00",1.11,"2013-05-16 00:00",0.978,"2013-06-15 00:00",0.91,"2013-06-21 00:00","","","","",1.35,1.11,0.978,0.76,0.589,0.256,0.034,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88303",5,33.99958,-117.41601,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",26,0.047288,0.100316,1.02,"2013-01-01 00:00",0.176,"2013-07-06 00:00",0.136,"2013-10-10 00:00",0.11,"2013-01-13 00:00","","","","",0.176,0.136,0.091,0.073,0.051,0.031,0.012,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88303",6,33.99958,-117.41601,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",13,0.046465,0.042087,0.236,"2013-03-17 00:00",0.156,"2013-05-04 00:00",0.156,"2013-07-03 00:00",0.105,"2013-06-27 00:00","","","","",0.236,0.156,0.156,0.079,0.057,0.0402,0.012,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88306",5,33.99958,-117.41601,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,4.466856,4.75571,36,"2013-10-25 00:00",16.9,"2013-02-06 00:00",16.5,"2013-03-20 00:00",15.2,"2013-03-17 00:00","","","","",16.9,16.5,13.3,8.18,6.78,3.02,0.73,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88306",6,33.99958,-117.41601,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,4.579154,4.830125,30.5,"2013-10-25 00:00",13.9,"2013-03-17 00:00",12.1,"2013-04-04 00:00",9.32,"2013-03-05 00:00","","","","",30.5,13.9,12.1,8.36,6.55,3.15,0.57,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88355",5,33.99958,-117.41601,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,2.65114,1.239184,9.48,"2013-01-01 00:00",5.8,"2013-11-12 00:00",5.38,"2013-10-25 00:00",4.78,"2013-10-19 00:00","","","","",9.48,5.8,4.69,3.98,3.31,2.5,1.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88355",6,33.99958,-117.41601,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",0,2.47396,0.962653,5.47,"2013-10-25 00:00",4.05,"2013-05-04 00:00",4.03,"2013-08-14 00:00",3.77,"2013-10-19 00:00","","","","",5.47,5.47,4.03,3.59,3.09,2.42,1.19,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88357",5,33.99958,-117.41601,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.64647,0.480278,3.03,"2013-11-12 00:00",2.62,"2013-01-01 00:00",1.87,"2013-11-09 00:00",1.53,"2013-03-14 00:00","","","","",3.03,2.62,1.47,1.33,0.781,0.524,0.212,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88357",6,33.99958,-117.41601,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",1,0.63482,0.313626,1.38,"2013-10-31 00:00",1.37,"2013-01-22 00:00",1.3,"2013-01-04 00:00",1.08,"2013-09-13 00:00","","","","",1.38,1.38,1.3,1.07,0.828,0.623,0.281,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88370",5,33.99958,-117.41601,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,2.46686,1.159962,8.95,"2013-01-01 00:00",6.32,"2013-11-12 00:00",4.74,"2013-10-25 00:00",4.45,"2013-11-09 00:00","","","","",8.95,6.32,4.25,3.62,3.15,2.33,1.09,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88370",6,33.99958,-117.41601,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",0,2.26438,0.835898,4.45,"2013-10-25 00:00",3.78,"2013-05-04 00:00",3.64,"2013-08-14 00:00",3.37,"2013-04-28 00:00","","","","",4.45,4.45,3.64,3.3,2.79,2.3,1.16,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88374",5,33.99958,-117.41601,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",1,0.23401,0.215949,1.59,"2013-01-01 00:00",0.888,"2013-10-25 00:00",0.849,"2013-11-12 00:00",0.647,"2013-01-13 00:00","","","","",1.59,0.888,0.602,0.492,0.27,0.179,0.055,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88374",6,33.99958,-117.41601,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",1,0.17224,0.121517,0.651,"2013-10-25 00:00",0.431,"2013-04-28 00:00",0.406,"2013-08-14 00:00",0.38,"2013-03-23 00:00","","","","",0.651,0.651,0.406,0.325,0.242,0.164,0.056,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88375",5,33.99958,-117.41601,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.66338,0.311855,2.49,"2013-01-01 00:00",1.5,"2013-11-12 00:00",1.16,"2013-06-30 00:00",1.11,"2013-10-25 00:00","","","","",2.49,1.5,1.08,1.05,0.778,0.664,0.321,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88375",6,33.99958,-117.41601,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",0,0.63184,0.223091,1.11,"2013-10-25 00:00",1.06,"2013-09-13 00:00",0.971,"2013-07-27 00:00",0.956,"2013-08-14 00:00","","","","",1.11,1.11,0.971,0.922,0.794,0.643,0.343,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88376",5,33.99958,-117.41601,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.86453,0.395147,2.95,"2013-01-01 00:00",1.96,"2013-11-12 00:00",1.84,"2013-11-09 00:00",1.65,"2013-09-16 00:00","","","","",2.95,1.96,1.45,1.28,1.07,0.815,0.376,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88376",6,33.99958,-117.41601,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",0,0.83122,0.302662,1.6,"2013-05-04 00:00",1.49,"2013-10-25 00:00",1.25,"2013-10-31 00:00",1.24,"2013-09-13 00:00","","","","",1.6,1.6,1.25,1.24,1.04,0.795,0.429,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88377",5,33.99958,-117.41601,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.52415,0.258042,1.92,"2013-01-01 00:00",1.04,"2013-11-12 00:00",0.969,"2013-10-19 00:00",0.963,"2013-10-25 00:00","","","","",1.92,1.04,0.955,0.842,0.66,0.492,0.213,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88377",6,33.99958,-117.41601,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",1,0.49304,0.211681,1.02,"2013-05-04 00:00",0.945,"2013-10-25 00:00",0.91,"2013-08-14 00:00",0.869,"2013-10-19 00:00","","","","",1.02,1.02,0.91,0.814,0.647,0.459,0.239,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88378",5,33.99958,-117.41601,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",19,0.18153,0.157109,0.976,"2013-11-12 00:00",0.571,"2013-04-28 00:00",0.525,"2013-10-25 00:00",0.453,"2013-03-17 00:00","","","","",0.976,0.571,0.415,0.362,0.284,0.167,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88378",6,33.99958,-117.41601,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",20,0.13644,0.168876,0.881,"2013-03-17 00:00",0.433,"2013-08-20 00:00",0.414,"2013-04-28 00:00",0.361,"2013-05-10 00:00","","","","",0.881,0.881,0.414,0.351,0.223,0.097,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88380",5,33.99958,-117.41601,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.83034,0.534532,3.14,"2013-01-01 00:00",2.5,"2013-11-12 00:00",2.11,"2013-11-09 00:00",1.99,"2013-10-19 00:00","","","","",3.14,2.5,1.97,1.52,1.06,0.677,0.274,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88380",6,33.99958,-117.41601,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",1,0.84384,0.406672,2.07,"2013-10-25 00:00",1.57,"2013-10-19 00:00",1.51,"2013-03-29 00:00",1.49,"2013-10-31 00:00","","","","",2.07,2.07,1.51,1.48,1.02,0.88,0.384,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88383",5,33.99958,-117.41601,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.95581,0.553352,3.42,"2013-11-12 00:00",3.12,"2013-01-01 00:00",2.46,"2013-10-25 00:00",2.29,"2013-10-19 00:00","","","","",3.42,3.12,2.05,1.53,1.18,0.846,0.391,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88383",6,33.99958,-117.41601,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",1,0.91284,0.403521,2.24,"2013-10-25 00:00",1.52,"2013-10-19 00:00",1.5,"2013-09-13 00:00",1.45,"2013-01-04 00:00","","","","",2.24,2.24,1.5,1.44,1.17,0.876,0.423,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88384",5,33.99958,-117.41601,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.055319,0.025038,0.186,"2013-10-04 00:00",0.12,"2013-04-25 00:00",0.105,"2013-08-11 00:00",0.102,"2013-07-03 00:00","","","","",0.186,0.12,0.0926,0.0818,0.0715,0.0531,0.0277,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88384",6,33.99958,-117.41601,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",1,0.064246,0.057203,0.346,"2013-02-03 00:00",0.22,"2013-02-15 00:00",0.188,"2013-10-04 00:00",0.142,"2013-04-10 00:00","","","","",0.346,0.346,0.188,0.102,0.0752,0.0519,0.0229,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88385",5,33.99958,-117.41601,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",91,0.001311,0.001282,0.0114,"2013-11-09 00:00",0.00576,"2013-10-16 00:00",0.00477,"2013-05-13 00:00",0.00386,"2013-10-25 00:00","","","","",0.0114,0.00576,0.00366,0.001,0.001,0.001,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88385",6,33.99958,-117.41601,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",43,0.003516,0.008543,0.0485,"2013-04-16 00:00",0.0285,"2013-04-10 00:00",0.0246,"2013-03-29 00:00",0.0178,"2013-04-04 00:00","","","","",0.0485,0.0485,0.0246,0.00628,0.001,0.001,0.001,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88388",5,33.99958,-117.41601,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,0.36534,0.198751,1.16,"2013-10-25 00:00",0.891,"2013-10-19 00:00",0.866,"2013-06-30 00:00",0.771,"2013-04-28 00:00","","","","",1.16,0.891,0.728,0.637,0.478,0.329,0.144,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88388",6,33.99958,-117.41601,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,47,61,0,2,"","","Certification not required",3,0.3453,0.255471,1.27,"2013-10-25 00:00",1.18,"2013-03-17 00:00",0.701,"2013-08-20 00:00",0.657,"2013-08-14 00:00","","","","",1.27,1.27,0.701,0.619,0.482,0.314,0.103,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88403",5,33.99958,-117.41601,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,1.524644,0.916114,4.37,"2013-10-25 00:00",3.33,"2013-10-22 00:00",3.22,"2013-08-14 00:00",3.14,"2013-04-28 00:00","","","","",3.33,3.22,2.95,2.68,2.24,1.53,0.265,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88403",6,33.99958,-117.41601,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,0,"","","Certification not required",0,1.480558,0.902862,3.84,"2013-10-25 00:00",2.77,"2013-04-28 00:00",2.76,"2013-08-14 00:00",2.68,"2013-05-22 00:00","","","","",3.84,2.77,2.76,2.49,2.18,1.54,0.271,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88502",3,33.99958,-117.41601,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6394,73,267,365,0,158,"","","Certification not required",0,14.361323,10.61127,152.6,"2013-01-01 00:00",120.9,"2013-01-01 01:00",97,"2013-07-05 07:00",92,"2013-07-05 08:00","","","","",44,38.8,32,27,20,14,0.8,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","88502",3,33.99958,-117.41601,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,14.362172,7.916797,41.1,"2013-07-05 00:00",37.1,"2013-03-19 00:00",35,"2013-02-07 00:00",33,"2013-02-06 00:00","","","","",35,31,26.3,23.2,19.6,14.8,3.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8001","88502",5,33.99958,-117.41601,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,13.503883,7.806005,57.3,"2013-10-25 00:00",34.4,"2013-02-06 00:00",33.9,"2013-03-20 00:00",30.8,"2013-10-22 00:00","","","","",34.4,33.9,29.1,21.7,16.3,11.8,6.3,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8001","88502",6,33.99958,-117.41601,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,14.211538,9.119719,58.1,"2013-10-25 00:00",38.8,"2013-06-09 00:00",30.2,"2013-03-17 00:00",24.7,"2013-04-04 00:00","","","","",58.1,38.8,30.2,22.6,17.2,12.3,6.2,"Rubidoux","5888 MISSION BLVD., RUBIDOUX","California","Riverside","Rubidoux","Riverside-San Bernardino-Ontario, CA","2014-02-13" +"06","065","8005","42101",1,33.995638,-117.493304,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5841,67,254,365,0,711,0,0,"Certification not required",5481,0.279738,0.129762,2,"2013-03-01 00:00",1.9,"2013-03-01 01:00",1.6,"2013-02-12 07:00",1.6,"2013-03-01 02:00","","","","",0.9,0.8,0.6,0.25,0.25,0.25,0.25,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","42101",1,33.995638,-117.493304,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6159,70,252,365,0,0,0,0,"Certification not required",0,0.322877,0.082828,1.1,"2013-03-01 04:00",1.1,"2013-03-01 05:00",1.1,"2013-03-01 06:00",1,"2013-02-02 01:00",1.1,"2013-03-01 04:00",1,"2013-02-02 01:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","42601",1,33.995638,-117.493304,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5642,64,244,365,0,910,"","","Certification not required",0,7.200638,18.843737,195.3,"2013-01-09 07:00",184.8,"2013-01-23 07:00",180.4,"2013-01-23 08:00",175.1,"2013-03-13 07:00","","","","",98.4,76.4,44.9,20.1,3.8,1.1,-0.7,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","42602",1,33.995638,-117.493304,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5643,64,244,365,0,906,0,"","Certification not required",0,22.654918,10.786938,51,"2013-01-09 17:00",49,"2013-03-14 20:00",48.8,"2013-03-12 19:00",48.3,"2013-05-03 23:00","","","","",48.8,47.5,42.5,38.5,30.3,21.1,10.4,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","42602",1,33.995638,-117.493304,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5643,64,244,365,0,906,"","","Certification not required",0,12.463034,8.507286,51,"2013-01-09 17:00",49,"2013-03-14 20:00",48.8,"2013-03-12 19:00",48.3,"2013-05-03 23:00","","","","",39.4,36.2,30.3,24.9,16.5,10,4.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","42603",1,33.995638,-117.493304,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5642,64,244,365,0,910,"","","Certification not required",0,19.681266,24.662213,216.5,"2013-01-09 07:00",214.8,"2013-01-23 07:00",211.9,"2013-01-23 08:00",209.5,"2013-03-13 07:00","","","","",125.6,103.7,72.2,47.2,20.7,11,4.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","44201",1,33.995638,-117.493304,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6048,72,262,365,0,504,0,0,"Certification not required",860,0.063065,0.018476,0.118,"2013-06-29 16:00",0.115,"2013-06-01 13:00",0.114,"2013-07-08 15:00",0.111,"2013-05-13 14:00","","","","",0.114,0.107,0.092,0.086,0.076,0.063,0.041,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","44201",1,33.995638,-117.493304,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6379,72,261,365,0,0,7,7,"Certification not required",0,0.053414,0.01559,0.096,"2013-06-01 10:00",0.095,"2013-06-29 11:00",0.094,"2013-09-15 09:00",0.092,"2013-07-08 10:00","","","","",0.094,0.09,0.078,0.073,0.064,0.053,0.036,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","44201",1,33.995638,-117.493304,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6379,72,261,365,0,0,21,21,"Certification not required",0,0.053414,0.01559,0.096,"2013-06-01 10:00",0.095,"2013-06-29 11:00",0.094,"2013-09-15 09:00",0.092,"2013-07-08 10:00","","","","",0.094,0.09,0.078,0.073,0.064,0.053,0.036,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","62101",1,33.995638,-117.493304,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6539,75,273,365,0,12,"","","Certification not required",0,68.510797,13.263289,103.7,"2013-06-29 13:00",103.2,"2013-08-29 12:00",102.8,"2013-05-12 12:00",102.7,"2013-06-29 12:00","","","","",98.6,96.5,92.3,87.1,77.5,67.4,52.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","62201",1,33.995638,-117.493304,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6539,75,273,365,0,12,"","","Certification not required",0,61.472702,23.949568,100,"2013-01-26 02:00",100,"2013-01-26 03:00",100,"2013-01-26 04:00",100,"2013-01-26 05:00","","","","",97,96,93,90,83,64,26,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","64101",1,33.995638,-117.493304,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6338,72,262,365,0,26,"","","Certification not required",0,986.247239,3.571528,998,"2013-01-15 09:00",998,"2013-01-15 10:00",998,"2013-01-30 10:00",998,"2013-01-30 11:00","","","","",995,994,992,991,988,986,982,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","68101",1,33.995638,-117.493304,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",88,24,88,365,0,1,"","","Certification not required",0,0.3,0,0.3,"2013-01-01 00:00",0.3,"2013-01-02 00:00",0.3,"2013-01-03 00:00",0.3,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68101",2,33.995638,-117.493304,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",12,20,12,61,0,0,"","","Certification not required",0,0.208333,0.028868,0.3,"2013-02-15 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.2,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68102",1,33.995638,-117.493304,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",88,24,88,365,0,1,"","","Certification not required",0,23.919318,0.167372,24.2,"2013-01-26 00:00",24.2,"2013-02-09 00:00",24.1,"2013-02-07 00:00",24,"2013-01-01 00:00","","","","",24.2,24.2,24,24,24,24,23.6,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68102",2,33.995638,-117.493304,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",12,20,12,61,0,0,"","","Certification not required",0,23.991667,0.028868,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68103",1,33.995638,-117.493304,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",88,24,88,365,0,1,"","","Certification not required",0,5.6375,4.029412,14.5,"2013-01-26 00:00",13.8,"2013-01-25 00:00",13.5,"2013-01-17 00:00",11.4,"2013-01-24 00:00","","","","",14.5,13.8,11.3,9.7,8.8,6.2,0.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68103",2,33.995638,-117.493304,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",12,20,12,61,0,0,"","","Certification not required",0,1.383333,3.981967,6.9,"2013-03-29 00:00",6.5,"2013-02-03 00:00",6.1,"2013-02-15 00:00",4.4,"2013-03-05 00:00","","","","",6.9,6.9,6.9,6.5,6.1,0,-3,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68104",1,33.995638,-117.493304,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",83,23,83,365,0,6,"","","Certification not required",0,23.403614,6.416793,46.6,"2013-01-25 00:00",42.1,"2013-01-27 00:00",36.2,"2013-02-11 00:00",34.5,"2013-03-14 00:00","","","","",46.6,42.1,34.4,30.7,26.3,23.3,14.9,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68104",2,33.995638,-117.493304,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",12,20,12,61,0,0,"","","Certification not required",0,23.516667,6.476508,32.3,"2013-03-29 00:00",31.4,"2013-01-22 00:00",30.7,"2013-03-11 00:00",28.3,"2013-02-15 00:00","","","","",32.3,32.3,32.3,31.4,30.7,23.4,14.7,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68105",1,33.995638,-117.493304,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",88,24,88,365,0,1,"","","Certification not required",0,14.507955,6.437127,51.5,"2013-02-05 00:00",39.8,"2013-01-26 00:00",27.2,"2013-02-09 00:00",27,"2013-02-07 00:00","","","","",51.5,39.8,20.5,19.7,16.2,14.2,8.3,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68105",2,33.995638,-117.493304,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",12,20,12,61,0,0,"","","Certification not required",0,12.316667,4.674852,19.7,"2013-02-15 00:00",17,"2013-03-29 00:00",16.6,"2013-02-03 00:00",15.3,"2013-02-27 00:00","","","","",19.7,19.7,19.7,17,16.6,14.1,6.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68106",1,33.995638,-117.493304,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",88,24,88,365,0,1,"","","Certification not required",0,742.136364,2.145199,748,"2013-01-15 00:00",747,"2013-01-14 00:00",746,"2013-01-30 00:00",746,"2013-02-12 00:00","","","","",748,747,746,744,743,742,740,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68106",2,33.995638,-117.493304,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",12,20,12,61,0,0,"","","Certification not required",0,741.083333,2.391589,744,"2013-01-04 00:00",744,"2013-01-16 00:00",744,"2013-02-27 00:00",743,"2013-01-28 00:00","","","","",744,744,744,744,744,741,738,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68107",1,33.995638,-117.493304,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",88,24,88,365,0,1,"","","Certification not required",0,756.511364,6.28992,772,"2013-01-05 00:00",772,"2013-02-09 00:00",769,"2013-02-12 00:00",768,"2013-01-12 00:00","","","","",772,772,767,765,761,757,749,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68107",2,33.995638,-117.493304,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",12,20,12,61,0,0,"","","Certification not required",0,752.333333,2.902455,758,"2013-01-16 00:00",756,"2013-01-04 00:00",755,"2013-03-11 00:00",754,"2013-01-28 00:00","","","","",758,758,758,756,755,752,749,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68108",1,33.995638,-117.493304,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",88,24,88,365,0,1,"","","Certification not required",0,746.284091,2.348631,753,"2013-01-15 00:00",752,"2013-02-12 00:00",751,"2013-01-05 00:00",751,"2013-01-14 00:00","","","","",753,752,751,750,748,746,744,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68108",2,33.995638,-117.493304,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",12,20,12,61,0,0,"","","Certification not required",0,746.666667,1.922751,750,"2013-01-04 00:00",750,"2013-01-16 00:00",748,"2013-02-27 00:00",747,"2013-01-28 00:00","","","","",750,750,750,750,748,747,745,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68109",1,33.995638,-117.493304,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",88,24,88,365,0,1,"","","Certification not required",0,1433.795455,10.000183,1439,"2013-01-01 00:00",1439,"2013-01-02 00:00",1439,"2013-01-04 00:00",1439,"2013-01-05 00:00","","","","",1439,1439,1439,1439,1439,1439,1415,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","68109",2,33.995638,-117.493304,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",12,20,12,61,0,0,"","","Certification not required",0,1439.25,2.598076,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","81102",1,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,3,0,0,"Certification not required",0,41.101695,20.867145,147,"2013-11-12 00:00",88,"2013-10-25 00:00",66,"2013-05-04 00:00",62,"2013-10-07 00:00","","","","",147,88,66,58,50,42,16,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-11" +"06","065","8005","81102",3,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6414,73,268,365,22,136,"","","Certification not required",2,54.833957,26.986659,386,"2013-05-02 05:00",385,"2013-05-02 06:00",359,"2013-05-02 07:00",332,"2013-05-02 04:00","","","","",132,113,96,85,70,54,21,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","81102",3,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6392,73,268,365,0,136,"","","Certification not required",2,54.477003,25.56279,276,"2013-08-26 06:00",269,"2013-09-27 09:00",248,"2013-09-27 08:00",246,"2013-09-30 07:00","","","","",130,111,96,84,69,54,21,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","81102",3,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6414,73,268,365,22,136,"","","Certification not required",2,54.833957,26.986659,386,"2013-05-02 05:00",385,"2013-05-02 06:00",359,"2013-05-02 07:00",332,"2013-05-02 04:00","","","","",132,113,96,85,70,54,21,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","81102",3,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",268,73,268,365,0,0,0,0,"Certification not required",0,53.947761,18.126405,99,"2013-09-30 00:00",97,"2013-09-27 00:00",86,"2013-07-09 00:00",85,"2013-09-14 00:00","","","","",86,83,79,75,67,58,26,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","81102",3,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",268,73,268,365,0,0,0,0,"Certification not required",0,54.324627,18.407656,106,"2013-05-02 00:00",99,"2013-09-30 00:00",97,"2013-09-27 00:00",86,"2013-07-09 00:00","","","","",97,83,79,75,68,58,26,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","81102",3,33.995638,-117.493304,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",268,73,268,365,0,0,0,0,"Certification not required",0,54.324627,18.407656,106,"2013-05-02 00:00",99,"2013-09-30 00:00",97,"2013-09-27 00:00",86,"2013-07-09 00:00","","","","",97,83,79,75,68,58,26,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","85101",1,33.995638,-117.493304,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,3,"","","Certification not required",0,40.084746,20.286133,143,"2013-11-12 00:00",85,"2013-10-25 00:00",65,"2013-05-04 00:00",61,"2013-10-07 00:00","","","","",143,85,65,56,48,41,15,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-11" +"06","065","8005","88101",1,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",88,24,88,365,1,1,3,3,"Certification not required",0,14.660227,9.128175,44.4,"2013-01-01 00:00",37.5,"2013-03-19 00:00",36,"2013-02-07 00:00",33.5,"2013-02-06 00:00","","","","",44.4,37.5,33.2,28.9,20.7,13.4,4.5,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",1,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",88,24,88,365,1,1,3,3,"Certification not required",0,14.660227,9.128175,44.4,"2013-01-01 00:00",37.5,"2013-03-19 00:00",36,"2013-02-07 00:00",33.5,"2013-02-06 00:00","","","","",44.4,37.5,33.2,28.9,20.7,13.4,4.5,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",1,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",87,24,88,365,0,1,2,2,"Certification not required",0,14.318391,8.595923,37.5,"2013-03-19 00:00",36,"2013-02-07 00:00",33.5,"2013-02-06 00:00",33.2,"2013-03-20 00:00","","","","",37.5,36,31.5,26.9,20.5,12.9,4.2,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",1,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",88,24,88,365,1,1,"","","Certification not required",0,14.660227,9.128175,44.4,"2013-01-01 00:00",37.5,"2013-03-19 00:00",36,"2013-02-07 00:00",33.5,"2013-02-06 00:00","","","","",44.4,37.5,33.2,28.9,20.7,13.4,4.5,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",1,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",87,24,88,365,0,1,"","","Certification not required",0,14.318391,8.595923,37.5,"2013-03-19 00:00",36,"2013-02-07 00:00",33.5,"2013-02-06 00:00",33.2,"2013-03-20 00:00","","","","",37.5,36,31.5,26.9,20.5,12.9,4.2,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",1,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",88,24,88,365,1,1,"","","Certification not required",0,14.660227,9.128175,44.4,"2013-01-01 00:00",37.5,"2013-03-19 00:00",36,"2013-02-07 00:00",33.5,"2013-02-06 00:00","","","","",44.4,37.5,33.2,28.9,20.7,13.4,4.5,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",2,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,0,0,"Certification not required",0,10.383333,5.834355,20.5,"2013-03-05 00:00",19.7,"2013-03-29 00:00",14.6,"2013-03-11 00:00",13.1,"2013-01-10 00:00","","","","",20.5,20.5,20.5,19.7,14.6,10.6,3,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","88101",2,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,"","","Certification not required",0,10.383333,5.834355,20.5,"2013-03-05 00:00",19.7,"2013-03-29 00:00",14.6,"2013-03-11 00:00",13.1,"2013-01-10 00:00","","","","",20.5,20.5,20.5,19.7,14.6,10.6,3,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6367,73,270,365,0,172,"","","Certification not required",0,18.46986,10.508991,160,"2013-01-01 01:00",151,"2013-01-01 00:00",148,"2013-01-01 02:00",141,"2013-01-01 03:00","","","","",48,43,37,31,23,17,7,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6380,73,270,365,13,172,"","","Certification not required",0,18.560439,10.728473,160,"2013-01-01 01:00",151,"2013-01-01 00:00",148,"2013-01-01 02:00",141,"2013-01-01 03:00","","","","",49,44,37,31,23,17,7,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6380,73,270,365,13,172,"","","Certification not required",0,18.560439,10.728473,160,"2013-01-01 01:00",151,"2013-01-01 00:00",148,"2013-01-01 02:00",141,"2013-01-01 03:00","","","","",49,44,37,31,23,17,7,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",265,73,265,365,0,0,5,5,"Certification not required",0,18.395849,7.374985,49.7,"2013-01-01 00:00",41.9,"2013-02-07 00:00",39,"2013-03-19 00:00",37.7,"2013-03-20 00:00","","","","",39,34.5,30.3,27.4,22.7,17.8,9.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",265,73,265,365,0,0,6,6,"Certification not required",0,18.498113,7.484178,49.7,"2013-01-01 00:00",41.9,"2013-02-07 00:00",39.9,"2013-07-05 00:00",39,"2013-03-19 00:00","","","","",39.9,36.5,30.9,27.4,22.8,18,9.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",265,73,265,365,0,0,6,6,"Certification not required",0,18.498113,7.484178,49.7,"2013-01-01 00:00",41.9,"2013-02-07 00:00",39.9,"2013-07-05 00:00",39,"2013-03-19 00:00","","","","",39.9,36.5,30.9,27.4,22.8,18,9.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",265,73,265,365,0,0,"","","Certification not required",0,18.498113,7.484178,49.7,"2013-01-01 00:00",41.9,"2013-02-07 00:00",39.9,"2013-07-05 00:00",39,"2013-03-19 00:00","","","","",39.9,36.5,30.9,27.4,22.8,18,9.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",265,73,265,365,0,0,"","","Certification not required",0,18.395849,7.374985,49.7,"2013-01-01 00:00",41.9,"2013-02-07 00:00",39,"2013-03-19 00:00",37.7,"2013-03-20 00:00","","","","",39,34.5,30.3,27.4,22.7,17.8,9.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","8005","88101",3,33.995638,-117.493304,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",265,73,265,365,0,0,"","","Certification not required",0,18.498113,7.484178,49.7,"2013-01-01 00:00",41.9,"2013-02-07 00:00",39.9,"2013-07-05 00:00",39,"2013-03-19 00:00","","","","",39.9,36.5,30.9,27.4,22.8,18,9.1,"Mira Loma (Van Buren)","5130 POINSETTIA PLACE","California","Riverside","Mira Loma","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","065","9000","85101",1,33.463644,-116.971457,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,13.034593,10.876278,51.406,"2013-05-31 00:00",49.8843,"2013-05-16 00:00",32.596,"2013-05-19 00:00",27.5255,"2013-05-04 00:00","","","","",51.406,51.406,32.596,22.7324,16.0769,10.6852,4.1076,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","86502",1,33.463644,-116.971457,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,8.209302,8.606637,41,"2013-05-31 00:00",40,"2013-05-16 00:00",24,"2013-05-19 00:00",17,"2013-04-25 00:00","","","","",41,41,24,17,9,6,2,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88103",1,33.463644,-116.971457,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88104",1,33.463644,-116.971457,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.048251,0.037542,0.1632,"2013-04-28 00:00",0.144,"2013-03-23 00:00",0.123,"2013-03-26 00:00",0.1121,"2013-05-04 00:00","","","","",0.1632,0.1632,0.123,0.1098,0.0643,0.04,0.011,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88109",1,33.463644,-116.971457,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.002237,0.001314,0.0048,"2013-05-04 00:00",0.0047,"2013-02-18 00:00",0.0045,"2013-03-23 00:00",0.0045,"2013-04-13 00:00","","","","",0.0048,0.0048,0.0045,0.0045,0.0033,0.002,0.0008,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88111",1,33.463644,-116.971457,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.038865,0.026735,0.1227,"2013-04-28 00:00",0.1013,"2013-05-04 00:00",0.0935,"2013-03-23 00:00",0.0812,"2013-03-26 00:00","","","","",0.1227,0.1227,0.0935,0.0721,0.0539,0.035,0.0105,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88112",1,33.463644,-116.971457,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88114",1,33.463644,-116.971457,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.000881,0.000454,0.0017,"2013-03-23 00:00",0.0015,"2013-03-26 00:00",0.0015,"2013-04-22 00:00",0.0015,"2013-04-28 00:00","","","","",0.0017,0.0017,0.0015,0.0015,0.0013,0.0009,0.0003,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88115",1,33.463644,-116.971457,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.038821,0.113877,0.6832,"2013-04-16 00:00",0.277,"2013-05-07 00:00",0.1789,"2013-05-16 00:00",0.103,"2013-02-21 00:00","","","","",0.6832,0.6832,0.1789,0.0918,0.0166,0.0029,0.0007,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88126",1,33.463644,-116.971457,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.043528,0.028854,0.1287,"2013-04-28 00:00",0.121,"2013-03-23 00:00",0.1049,"2013-05-04 00:00",0.1046,"2013-03-26 00:00","","","","",0.1287,0.1287,0.1049,0.0821,0.0546,0.0383,0.0138,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88128",1,33.463644,-116.971457,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000837,0.000924,0.004,"2013-03-23 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-13 00:00",0.002,"2013-02-18 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88132",1,33.463644,-116.971457,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000953,0.000925,0.004,"2013-03-23 00:00",0.003,"2013-03-26 00:00",0.003,"2013-04-28 00:00",0.003,"2013-05-04 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88136",1,33.463644,-116.971457,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,4.7e-05,0.000213,0.001,"2013-04-07 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88140",1,33.463644,-116.971457,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",6,0.03652,0.032967,0.1245,"2013-04-16 00:00",0.1111,"2013-04-22 00:00",0.106,"2013-03-23 00:00",0.0845,"2013-04-13 00:00","","","","",0.1245,0.1245,0.106,0.081,0.0623,0.0271,0.002,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88152",1,33.463644,-116.971457,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",28,0.000859,0.00139,0.006,"2013-05-31 00:00",0.004,"2013-05-10 00:00",0.0035,"2013-05-13 00:00",0.0032,"2013-05-04 00:00","","","","",0.006,0.006,0.0035,0.0031,0.0008,0.00015,0.0001,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88154",1,33.463644,-116.971457,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",21,0.000209,0.000139,0.0005,"2013-02-18 00:00",0.0005,"2013-03-23 00:00",0.0005,"2013-04-04 00:00",0.0005,"2013-05-16 00:00","","","","",0.0005,0.0005,0.0005,0.0005,0.0003,0.0002,0.0001,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88161",1,33.463644,-116.971457,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.003707,0.002545,0.0115,"2013-04-28 00:00",0.01,"2013-03-23 00:00",0.0091,"2013-05-04 00:00",0.009,"2013-03-26 00:00","","","","",0.0115,0.0115,0.0091,0.0069,0.0046,0.0033,0.0011,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88164",1,33.463644,-116.971457,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",11,0.000359,0.000356,0.0012,"2013-04-22 00:00",0.0011,"2013-05-04 00:00",0.001,"2013-05-16 00:00",0.001,"2013-05-31 00:00","","","","",0.0012,0.0012,0.001,0.0009,0.0006,0.0002,5e-05,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88165",1,33.463644,-116.971457,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.112349,0.087262,0.3843,"2013-04-28 00:00",0.3394,"2013-03-23 00:00",0.2917,"2013-03-26 00:00",0.2837,"2013-05-04 00:00","","","","",0.3843,0.3843,0.2917,0.2303,0.1424,0.0932,0.0249,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88167",1,33.463644,-116.971457,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.002198,0.001572,0.008,"2013-05-04 00:00",0.0059,"2013-03-23 00:00",0.0058,"2013-03-26 00:00",0.0045,"2013-04-28 00:00","","","","",0.008,0.008,0.0058,0.0039,0.0027,0.0019,0.0008,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88168",1,33.463644,-116.971457,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",10,0.000571,0.000398,0.0015,"2013-03-26 00:00",0.0015,"2013-04-28 00:00",0.0013,"2013-05-04 00:00",0.0012,"2013-04-16 00:00","","","","",0.0015,0.0015,0.0013,0.0012,0.0008,0.0005,0.0001,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88169",1,33.463644,-116.971457,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.283791,0.226783,0.7639,"2013-03-23 00:00",0.7017,"2013-03-26 00:00",0.6833,"2013-05-04 00:00",0.6577,"2013-04-28 00:00","","","","",0.7639,0.7639,0.6833,0.5998,0.4885,0.2167,0.0546,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88176",1,33.463644,-116.971457,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",38,0.000167,4.9e-05,0.0003,"2013-01-31 00:00",0.0003,"2013-03-23 00:00",0.0003,"2013-04-19 00:00",0.0003,"2013-04-25 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88180",1,33.463644,-116.971457,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.044286,0.043452,0.2421,"2013-04-19 00:00",0.1717,"2013-05-04 00:00",0.1038,"2013-05-19 00:00",0.0978,"2013-03-23 00:00","","","","",0.2421,0.2421,0.1038,0.0791,0.0501,0.0297,0.0152,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88184",1,33.463644,-116.971457,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",3,0.22787,0.243703,0.8862,"2013-05-16 00:00",0.8164,"2013-05-31 00:00",0.665,"2013-04-16 00:00",0.6473,"2013-05-19 00:00","","","","",0.8862,0.8862,0.665,0.5559,0.3696,0.1014,0.0064,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88185",1,33.463644,-116.971457,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",33,0.000774,0.000457,0.0027,"2013-02-18 00:00",0.0017,"2013-01-28 00:00",0.0015,"2013-02-12 00:00",0.0015,"2013-02-15 00:00","","","","",0.0027,0.0027,0.0015,0.0015,0.0007,0.00065,0.0004,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88203",1,33.463644,-116.971457,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",2,0.184018,0.24065,1.047,"2013-04-16 00:00",0.7824,"2013-05-16 00:00",0.6896,"2013-05-07 00:00",0.4747,"2013-01-10 00:00","","","","",1.047,1.047,0.7824,0.4747,0.2867,0.0758,0.00855,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88306",1,33.463644,-116.971457,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",0,0.859946,0.706204,2.4368,"2013-05-16 00:00",2.142,"2013-05-31 00:00",1.9993,"2013-04-13 00:00",1.8573,"2013-01-10 00:00","","","","",2.4368,2.4368,2.142,1.8573,1.5365,0.5476,0.087,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88320",1,33.463644,-116.971457,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.681628,0.425127,1.94,"2013-04-19 00:00",1.75,"2013-05-04 00:00",1.26,"2013-04-13 00:00",1.23,"2013-03-23 00:00","","","","",1.94,1.94,1.26,1.17,1.01,0.54,0.22,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88321",1,33.463644,-116.971457,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.155581,0.09674,0.4,"2013-05-04 00:00",0.39,"2013-03-17 00:00",0.33,"2013-04-19 00:00",0.32,"2013-03-26 00:00","","","","",0.4,0.4,0.33,0.32,0.19,0.14,0.06,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88324",1,33.463644,-116.971457,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",37,0.023597,0.012748,0.0821,"2013-04-22 00:00",0.0547,"2013-04-19 00:00",0.0397,"2013-05-13 00:00",0.033,"2013-05-10 00:00","","","","",0.0821,0.0821,0.0397,0.02955,0.0289,0.0223,0.01005,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88325",1,33.463644,-116.971457,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",9,0.134957,0.096609,0.3705,"2013-05-04 00:00",0.3438,"2013-04-19 00:00",0.2957,"2013-03-23 00:00",0.2674,"2013-04-13 00:00","","","","",0.3705,0.3705,0.2957,0.2524,0.2232,0.1049,0.03185,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88326",1,33.463644,-116.971457,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",3,0.246609,0.153333,0.7603,"2013-04-19 00:00",0.5679,"2013-05-04 00:00",0.4958,"2013-05-19 00:00",0.4732,"2013-04-13 00:00","","","","",0.7603,0.7603,0.4958,0.4,0.3305,0.2111,0.0887,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88327",1,33.463644,-116.971457,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.156409,0.107738,0.5488,"2013-04-19 00:00",0.4883,"2013-05-04 00:00",0.321,"2013-04-13 00:00",0.2758,"2013-03-23 00:00","","","","",0.5488,0.5488,0.321,0.2496,0.2081,0.1224,0.0501,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88328",1,33.463644,-116.971457,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.132388,0.087699,0.3271,"2013-04-07 00:00",0.3125,"2013-05-04 00:00",0.3043,"2013-04-28 00:00",0.301,"2013-03-23 00:00","","","","",0.3271,0.3271,0.3043,0.2978,0.1811,0.1123,0.0362,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88329",1,33.463644,-116.971457,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.249058,0.163259,0.6511,"2013-05-04 00:00",0.5901,"2013-03-17 00:00",0.526,"2013-03-23 00:00",0.522,"2013-04-19 00:00","","","","",0.6511,0.6511,0.526,0.4848,0.3773,0.2054,0.0754,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88330",1,33.463644,-116.971457,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.039107,0.021041,0.0794,"2013-03-23 00:00",0.0778,"2013-02-03 00:00",0.0747,"2013-01-31 00:00",0.0718,"2013-03-29 00:00","","","","",0.0794,0.0794,0.0747,0.0655,0.0576,0.0361,0.0099,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88331",1,33.463644,-116.971457,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",20,3.5e-05,4.3e-05,0.00015,"2013-03-05 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-08 00:00",0.0001,"2013-03-11 00:00","","","","",0.00015,0.00015,0.0001,0.0001,5e-05,0,0,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88338",1,33.463644,-116.971457,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",33,0.020473,0.020044,0.1234,"2013-01-22 00:00",0.0678,"2013-01-10 00:00",0.0486,"2013-04-16 00:00",0.0305,"2013-04-22 00:00","","","","",0.1234,0.1234,0.0678,0.0305,0.0179,0.0145,0.0109,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88339",1,33.463644,-116.971457,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,1.170615,0.935462,3.15088,"2013-03-23 00:00",2.89435,"2013-03-26 00:00",2.81878,"2013-05-04 00:00",2.71285,"2013-04-28 00:00","","","","",3.15088,3.15088,2.81878,2.4743,2.0149,0.89393,0.22535,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88344",1,33.463644,-116.971457,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",0,1.109341,0.911035,3.1435,"2013-05-16 00:00",2.7632,"2013-05-31 00:00",2.5791,"2013-04-13 00:00",2.3959,"2013-01-10 00:00","","","","",3.1435,3.1435,2.7632,2.3959,1.9821,0.7064,0.112,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88348",1,33.463644,-116.971457,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.561647,0.412712,1.8494,"2013-04-28 00:00",1.6268,"2013-03-23 00:00",1.399,"2013-03-26 00:00",1.3898,"2013-05-04 00:00","","","","",1.8494,1.8494,1.399,1.1443,0.7041,0.4754,0.1474,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88350",1,33.463644,-116.971457,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,1.22596,0.765193,3.4891,"2013-04-19 00:00",3.1547,"2013-05-04 00:00",2.2613,"2013-04-13 00:00",2.2052,"2013-03-23 00:00","","","","",3.4891,3.4891,2.2613,2.1136,1.823,0.9763,0.3974,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88403",1,33.463644,-116.971457,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",0,0.90551,0.73635,2.4713,"2013-03-23 00:00",2.266,"2013-03-26 00:00",2.1253,"2013-05-04 00:00",2.0121,"2013-05-16 00:00","","","","",2.4713,2.4713,2.266,2.0121,1.5015,0.7207,0.1358,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9000","88502",1,33.463644,-116.971457,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,4.318605,2.835763,9.9,"2013-05-04 00:00",9.8,"2013-03-23 00:00",9.7,"2013-05-31 00:00",9.6,"2013-05-16 00:00","","","","",9.9,9.9,9.7,8.3,6.5,3.8,1.2,"","Agua Tibia","California","Riverside","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","065","9001","42101",1,33.67649,-117.33098,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",4107,47,177,365,0,453,0,0,"Certification not required",4093,0.250998,0.017454,0.7,"2013-02-13 07:00",0.6,"2013-01-09 08:00",0.6,"2013-01-23 08:00",0.6,"2013-01-30 07:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","42101",1,33.67649,-117.33098,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4302,49,171,365,0,0,0,0,"Certification not required",0,0.300139,0.003732,0.4,"2013-01-09 09:00",0.4,"2013-01-09 10:00",0.4,"2013-01-30 07:00",0.4,"2013-01-30 08:00",0.4,"2013-01-09 09:00",0.4,"2013-01-30 07:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","42601",1,33.67649,-117.33098,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3637,42,157,365,0,923,"","","Certification not required",0,2.271268,7.411491,112,"2013-01-23 08:00",78,"2013-02-13 07:00",70.3,"2013-01-30 07:00",69.9,"2013-02-14 06:00","","","","",40.6,26.8,14.4,5.4,1.2,0.1,-1,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","42602",1,33.67649,-117.33098,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3637,42,157,365,0,923,0,"","Certification not required",0,19.896178,9.637958,38,"2013-03-25 05:00",37.9,"2013-02-12 20:00",37.7,"2013-02-27 06:00",37.1,"2013-02-13 20:00","","","","",37.9,37.1,35.5,33.1,27.1,19.9,6.3,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","42602",1,33.67649,-117.33098,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3637,42,157,365,0,923,"","","Certification not required",0,8.661287,7.701263,38,"2013-03-25 05:00",37.9,"2013-02-12 20:00",37.7,"2013-02-27 06:00",37.1,"2013-02-13 20:00","","","","",32,29.6,25.5,21,12.3,5.7,1.9,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","42603",1,33.67649,-117.33098,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3637,42,157,365,0,923,"","","Certification not required",0,10.919577,13.365313,146.8,"2013-01-23 08:00",105.5,"2013-02-13 07:00",102.2,"2013-01-23 07:00",96.4,"2013-02-14 06:00","","","","",66.9,52.7,38.7,26.5,13.6,6,1.5,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","44201",1,33.67649,-117.33098,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4175,49,180,365,0,385,0,0,"Certification not required",459,0.054039,0.015566,0.102,"2013-06-29 14:00",0.097,"2013-07-02 13:00",0.093,"2013-06-07 15:00",0.093,"2013-07-08 16:00","","","","",0.097,0.093,0.084,0.075,0.064,0.052,0.037,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","44201",1,33.67649,-117.33098,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4347,48,175,365,0,0,0,0,"Certification not required",0,0.047251,0.013556,0.082,"2013-07-08 10:00",0.081,"2013-06-29 11:00",0.078,"2013-06-06 10:00",0.075,"2013-06-01 08:00","","","","",0.081,0.075,0.071,0.066,0.057,0.046,0.031,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","44201",1,33.67649,-117.33098,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4347,48,175,365,0,0,3,3,"Certification not required",0,0.047251,0.013556,0.082,"2013-07-08 10:00",0.081,"2013-06-29 11:00",0.078,"2013-06-06 10:00",0.075,"2013-06-01 08:00","","","","",0.081,0.075,0.071,0.066,0.057,0.046,0.031,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","62101",1,33.67649,-117.33098,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4560,52,190,365,0,0,"","","Certification not required",0,62.527851,15.684634,112.5,"2013-06-29 14:00",112.1,"2013-06-29 13:00",111.2,"2013-06-29 12:00",110.4,"2013-06-29 15:00","","","","",102.1,98.4,91.1,85.3,73,59.7,44.2,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","62201",1,33.67649,-117.33098,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4560,52,190,365,0,0,"","","Certification not required",0,61.285088,24.709026,100,"2013-01-25 06:00",100,"2013-01-25 07:00",100,"2013-01-25 08:00",100,"2013-01-25 09:00","","","","",100,99,97,93,83,64,26,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","81102",3,33.67649,-117.33098,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",4405,50,184,365,0,155,"","","Certification not required",0,22.500114,13.246538,294,"2013-01-14 15:00",195,"2013-04-20 10:00",166,"2013-02-24 14:00",114,"2013-04-08 10:00","","","","",58,51,43,38,30,21,9,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","81102",3,33.67649,-117.33098,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",184,50,184,365,0,0,0,0,"Certification not required",0,21.994565,8.981765,46,"2013-05-04 00:00",41,"2013-04-20 00:00",41,"2013-05-02 00:00",41,"2013-07-02 00:00","","","","",41,41,37,35,29,22,11,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","88502",3,33.67649,-117.33098,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4427,51,185,365,0,126,"","","Certification not required",0,10.336142,6.037819,46,"2013-06-27 06:00",43,"2013-06-27 01:00",43,"2013-07-05 06:00",41,"2013-06-27 00:00","","","","",27,24,21,18,14,10,3,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9001","88502",3,33.67649,-117.33098,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",185,51,185,365,0,0,"","","Certification not required",0,10.32,4.216489,20.6,"2013-02-06 00:00",20.6,"2013-02-07 00:00",20.5,"2013-06-27 00:00",19.6,"2013-03-19 00:00","","","","",20.6,19.6,17,15,13.3,10.7,4.6,"Lake Elsinore","506 W FLINT ST, LAKE ELSINORE","California","Riverside","Lake Elsinore","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","065","9003","44201",1,33.612406,-114.602886,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2700,32,118,365,0,62,0,0,"Certification not required",251,0.044432,0.006924,0.06,"2013-04-08 15:00",0.059,"2013-04-21 11:00",0.058,"2013-03-23 10:00",0.058,"2013-03-24 16:00","","","","",0.059,0.058,0.057,0.053,0.049,0.045,0.036,"495 W MURPHY STREET, BLYTHE","495 W MURPHY STREET, BLYTHE","California","Riverside","Blythe","Riverside-San Bernardino-Ontario, CA","2013-10-25" +"06","065","9003","44201",1,33.612406,-114.602886,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2810,32,117,365,0,0,0,0,"Certification not required",0,0.040111,0.007241,0.057,"2013-03-23 08:00",0.054,"2013-03-24 10:00",0.053,"2013-04-21 09:00",0.052,"2013-04-08 12:00","","","","",0.054,0.053,0.051,0.049,0.046,0.04,0.031,"495 W MURPHY STREET, BLYTHE","495 W MURPHY STREET, BLYTHE","California","Riverside","Blythe","Riverside-San Bernardino-Ontario, CA","2013-10-25" +"06","065","9003","44201",1,33.612406,-114.602886,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2810,32,117,365,0,0,0,0,"Certification not required",0,0.040111,0.007241,0.057,"2013-03-23 08:00",0.054,"2013-03-24 10:00",0.053,"2013-04-21 09:00",0.052,"2013-04-08 12:00","","","","",0.054,0.053,0.051,0.049,0.046,0.04,0.031,"495 W MURPHY STREET, BLYTHE","495 W MURPHY STREET, BLYTHE","California","Riverside","Blythe","Riverside-San Bernardino-Ontario, CA","2013-10-25" +"06","067","0002","42101",1,38.71209,-121.38109,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8287,95,357,365,0,473,0,0,"Certification not required",6992,0.33088,0.216027,1.9,"2013-12-26 07:00",1.7,"2013-12-15 22:00",1.7,"2013-12-16 07:00",1.7,"2013-12-16 21:00","","","","",1.2,1.1,0.8,0.6,0.25,0.25,0.25,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","42101",1,38.71209,-121.38109,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8586,98,349,365,0,0,0,0,"Certification not required",0,0.366259,0.155922,1.4,"2013-12-17 00:00",1.4,"2013-12-17 01:00",1.4,"2013-12-17 02:00",1.3,"2013-12-16 23:00",1.4,"2013-12-17 00:00",1.2,"2013-01-03 03:00",1,0.9,0.7,0.6,0.3,0.3,0.3,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","42601",1,38.71209,-121.38109,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8271,94,357,365,0,489,"","","Certification not required",0,6.721436,18.303726,139,"2013-12-12 08:00",139,"2013-12-15 22:00",138,"2013-01-18 04:00",136,"2013-01-02 22:00","","","","",95,78,46,21,2,0,0,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","42602",1,38.71209,-121.38109,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8270,94,357,365,0,489,0,"","Certification not required",0,22.095238,12.473203,48,"2013-10-18 22:00",48,"2013-10-21 20:00",48,"2013-10-26 20:00",46,"2013-10-19 19:00","","","","",46,45,43,39,32,22,6,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","42602",1,38.71209,-121.38109,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8270,94,357,365,0,489,"","","Certification not required",0,10.095647,9.865668,48,"2013-10-18 22:00",48,"2013-10-21 20:00",48,"2013-10-26 20:00",47,"2013-10-21 21:00","","","","",40,36,31,26,15,6,2,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","42603",1,38.71209,-121.38109,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8271,94,357,365,0,489,"","","Certification not required",0,16.747673,25.278943,171,"2013-12-12 08:00",170,"2013-12-15 22:00",165,"2013-01-02 22:00",164,"2013-01-02 23:00","","","","",124,104,73,48,18,7,2,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","44201",1,38.71209,-121.38109,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8283,97,355,365,0,476,0,0,"Certification not required",1484,0.049197,0.013556,0.087,"2013-08-18 16:00",0.086,"2013-08-19 14:00",0.083,"2013-06-06 16:00",0.083,"2013-09-07 13:00","","","","",0.083,0.078,0.072,0.067,0.059,0.048,0.033,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","44201",1,38.71209,-121.38109,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8587,96,349,365,0,0,0,0,"Certification not required",0,0.041842,0.013025,0.074,"2013-07-03 11:00",0.073,"2013-08-19 11:00",0.072,"2013-08-18 10:00",0.071,"2013-04-27 11:00","","","","",0.071,0.069,0.064,0.059,0.052,0.042,0.024,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","44201",1,38.71209,-121.38109,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8587,96,349,365,0,0,0,0,"Certification not required",0,0.041842,0.013025,0.074,"2013-07-03 11:00",0.073,"2013-08-19 11:00",0.072,"2013-08-18 10:00",0.071,"2013-04-27 11:00","","","","",0.071,0.069,0.064,0.059,0.052,0.042,0.024,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","62107",1,38.71209,-121.38109,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,77.259162,1.228036,79,"2013-01-01 10:00",79,"2013-01-01 11:00",79,"2013-01-01 12:00",79,"2013-01-01 13:00","","","","",79,79,79,79,79,77,75,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0002","81102",1,38.71209,-121.38109,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,98,60,61,0,0,0,0,"Certification not required",0,18.754098,9.608426,48,"2013-05-01 00:00",46,"2013-11-12 00:00",37,"2013-12-30 00:00",36,"2013-11-06 00:00","","","","",48,46,36,33,24,16,8,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0002","85101",1,38.71209,-121.38109,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,0,"","","Certification not required",0,19.311475,9.895354,48,"2013-05-01 00:00",47,"2013-11-12 00:00",39,"2013-12-30 00:00",38,"2013-11-06 00:00","","","","",48,47,38,34,25,17,8,"North Highlands-Blackfoot","7823 BLACKFOOT WAY, NORTH HIGHLANDS","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0006","11203",1,38.613779,-121.368014,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6419,73,266,365,0,2341,"","","Certification not required",18,25.403786,35.202064,391,"2013-01-06 21:00",307,"2013-01-06 22:00",304,"2013-01-06 23:00",296,"2013-01-01 02:00","","","","",180,144,102,63,23,13,5,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42101",1,38.613779,-121.368014,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8439,96,359,365,0,321,0,0,"Certification not required",0,0.336262,0.356428,2.434,"2013-01-17 07:00",2.285,"2013-12-12 07:00",2.241,"2013-12-15 22:00",2.21,"2013-12-15 02:00","","","","",1.752,1.537,1.184,0.815,0.346,0.185,0.119,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42101",1,38.613779,-121.368014,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8604,98,357,365,0,0,0,0,"Certification not required",0,0.335565,0.321111,2.1,"2013-01-17 05:00",2.1,"2013-01-17 06:00",2.1,"2013-01-17 07:00",2.1,"2013-01-17 08:00",2.1,"2013-01-17 05:00",2.1,"2013-12-15 04:00",1.6,1.4,1.1,0.8,0.4,0.2,0.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42401",1,38.613779,-121.368014,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8195,94,349,365,0,565,0,"","Certification not required",0,0.981948,0.450977,5,"2013-07-04 21:00",2.7,"2013-04-22 14:00",2.7,"2013-04-23 06:00",2.6,"2013-04-12 08:00","","","","",2.6,2,1.7,1.5,1.2,0.9,0.5,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42401",1,38.613779,-121.368014,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8195,94,349,365,0,565,"","","Certification not required",0,0.59468,0.37166,5,"2013-07-04 21:00",3.5,"2013-07-04 20:00",2.7,"2013-04-22 14:00",2.7,"2013-04-22 19:00","","","","",1.6,1.4,1.2,1.1,0.8,0.6,0.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42401",1,38.613779,-121.368014,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",349,96,349,365,0,0,0,"","Certification not required",0,0.593123,0.310374,1.6,"2013-04-22 00:00",1.6,"2013-05-11 00:00",1.5,"2013-10-27 00:00",1.4,"2013-04-23 00:00","","","","",1.4,1.4,1.1,1,0.8,0.6,0.2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42401",1,38.613779,-121.368014,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2637,90,342,365,0,0,"",0,"Certification not required",0,0.565339,0.3491,2.7,"2013-07-04 23:00",2.6,"2013-04-22 17:00",2.6,"2013-04-22 20:00",2.6,"2013-04-22 23:00","","","","",1.5,1.4,1.2,1,0.8,0.5,0.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42401",2,38.613779,-121.368014,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",97243,93,342,365,0,7835,"","","Certification not required",0,0.603676,0.433398,6.8,"2013-07-04 21:10",6.3,"2013-07-04 21:15",6.1,"2013-07-04 21:05",5.9,"2013-07-04 20:50","","","","",1.8,1.6,1.3,1.1,0.9,0.6,0.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42600",1,38.613779,-121.368014,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8651,99,365,365,0,109,"","","Certification not required",0,17.782915,27.871904,225,"2013-01-18 08:00",213,"2013-01-18 07:00",209,"2013-12-12 07:00",184,"2013-12-12 08:00","","","","",138,112,79,52,18,6,2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42601",1,38.613779,-121.368014,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6589,75,280,365,0,2171,"","","Certification not required",0,10.962362,26.527891,226,"2013-01-18 08:00",223,"2013-01-18 07:00",220,"2013-01-17 07:00",194,"2013-12-12 07:00","","","","",127,108,73,40,4,0,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42601",2,38.613779,-121.368014,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8651,99,365,365,0,109,"","","Certification not required",0,7.566755,20.135426,187,"2013-01-18 08:00",181,"2013-01-18 07:00",176,"2013-12-12 07:00",151,"2013-01-13 07:00","","","","",107,83,50,25,3,0,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42602",1,38.613779,-121.368014,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6589,75,280,365,0,2171,0,"","Certification not required",0,17.946429,12.975328,45,"2013-10-21 18:00",44,"2013-11-08 18:00",43,"2013-11-10 19:00",42,"2013-10-16 18:00","","","","",43,42,40,36,30,16,4,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42602",1,38.613779,-121.368014,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6589,75,280,365,0,2171,"","","Certification not required",0,8.229929,9.124673,45,"2013-10-21 18:00",44,"2013-11-08 18:00",43,"2013-11-10 19:00",42,"2013-10-16 18:00","","","","",35,33,28,23,13,4,1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42603",1,38.613779,-121.368014,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6589,75,280,365,0,2171,"","","Certification not required",0,19.306572,32.558706,259,"2013-01-18 08:00",253,"2013-01-17 07:00",248,"2013-01-18 07:00",213,"2013-12-12 07:00","","","","",148,128,94,63,20,5,1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","42612",1,38.613779,-121.368014,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8651,99,365,365,0,109,"","","Certification not required",0,10.049243,10.290065,56,"2013-12-30 21:00",54,"2013-12-30 19:00",53,"2013-12-29 19:00",53,"2013-12-30 20:00","","","","",42,39,33,26,15,5,2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","43102",2,38.613779,-121.368014,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",7003,80,297,365,0,1757,"","","Certification not required",1029,93.612944,118.392564,770,"2013-01-20 00:00",660,"2013-09-07 06:00",660,"2013-10-17 06:00",650,"2013-01-20 01:00","","","","",480,430,370,280,130,40,0.05,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","44201",1,38.613779,-121.368014,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8504,99,363,365,0,256,0,0,"Certification not required",961,0.049471,0.01432,0.117,"2013-07-03 14:00",0.101,"2013-08-19 15:00",0.091,"2013-07-20 13:00",0.086,"2013-07-09 13:00","","","","",0.086,0.083,0.073,0.067,0.058,0.048,0.032,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","44201",1,38.613779,-121.368014,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8674,99,360,365,0,0,1,1,"Certification not required",0,0.042072,0.013305,0.087,"2013-07-03 11:00",0.08,"2013-08-19 12:00",0.076,"2013-07-09 11:00",0.075,"2013-09-07 10:00","","","","",0.075,0.07,0.064,0.059,0.051,0.042,0.024,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","44201",1,38.613779,-121.368014,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8674,99,360,365,0,0,3,3,"Certification not required",0,0.042072,0.013305,0.087,"2013-07-03 11:00",0.08,"2013-08-19 12:00",0.076,"2013-07-09 11:00",0.075,"2013-09-07 10:00","","","","",0.075,0.07,0.064,0.059,0.051,0.042,0.024,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","61103",1,38.613779,-121.368014,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7431,85,309,365,0,1329,"","","Certification not required",0,2.649818,2.173534,16.7,"2013-04-08 08:00",16.1,"2013-04-08 09:00",16.1,"2013-04-08 10:00",15.1,"2013-04-08 11:00","","","","",10.1,8.5,6.6,5.4,3.7,2.1,0.4,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","61104",1,38.613779,-121.368014,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7425,85,309,365,0,1335,"","","Certification not required",0,197.812593,93.556751,359.9,"2013-01-12 17:00",359.8,"2013-12-21 06:00",359.8,"2013-12-24 14:00",359.7,"2013-01-24 08:00","","","","",355.3,351.1,342.7,332.9,293.5,184.5,79.8,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","62101",1,38.613779,-121.368014,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",8745,100,365,365,0,15,"","","Certification not required",0,61.249171,15.015279,108,"2013-07-04 15:00",107,"2013-07-04 14:00",107,"2013-07-04 16:00",106,"2013-06-08 16:00","","","","",98,94,88,82,71,60,42,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","62107",1,38.613779,-121.368014,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8753,100,365,365,0,7,"","","Certification not required",0,73.919456,1.052887,81,"2013-07-25 16:00",77,"2013-03-22 10:00",77,"2013-03-22 11:00",77,"2013-03-22 12:00","","","","",75,75,75,75,75,73,73,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","62201",1,38.613779,-121.368014,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8745,100,365,365,0,15,"","","Certification not required",0,61.475815,22.507179,100,"2013-01-25 07:00",100,"2013-01-25 08:00",100,"2013-01-26 08:00",100,"2013-02-03 07:00","","","","",98,97,95,91,80,63,29,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","63301",1,38.613779,-121.368014,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8745,100,365,365,0,15,"","","Certification not required",4258,0.321225,0.430978,1.47,"2013-05-21 11:00",1.47,"2013-05-22 11:00",1.46,"2013-05-19 11:00",1.46,"2013-05-20 11:00","","","","",1.4,1.36,1.25,1.06,0.61,0.02,0.005,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","68101",1,38.613779,-121.368014,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",349,100,61,61,0,16,"","","Certification not required",339,0.055731,0.045281,0.6,"2013-07-23 00:00",0.6,"2013-09-04 00:00",0.2,"2013-01-06 00:00",0.2,"2013-01-15 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68101",2,38.613779,-121.368014,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",29,48,29,61,0,2,"","","Certification not required",7,0.218966,0.123501,0.4,"2013-06-09 00:00",0.4,"2013-08-08 00:00",0.4,"2013-08-20 00:00",0.4,"2013-09-13 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.05,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68101",7,38.613779,-121.368014,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",119,98,118,122,0,4,"","","Certification not required",4,0.492437,0.131909,0.7,"2013-04-28 00:00",0.7,"2013-06-24 00:00",0.7,"2013-07-09 00:00",0.7,"2013-09-07 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.3,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68102",1,38.613779,-121.368014,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",349,100,61,61,0,16,"","","Certification not required",0,23.997708,0.039325,24.1,"2013-09-30 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00","","","","",24,24,24,24,24,24,24,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68102",2,38.613779,-121.368014,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",29,48,29,61,0,2,"","","Certification not required",0,24.065517,0.048373,24.1,"2013-01-04 00:00",24.1,"2013-01-28 00:00",24.1,"2013-02-21 00:00",24.1,"2013-03-29 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68102",7,38.613779,-121.368014,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",119,98,118,122,0,4,"","","Certification not required",0,24.001681,0.061041,24.1,"2013-01-16 00:00",24.1,"2013-02-24 00:00",24.1,"2013-05-19 00:00",24.1,"2013-07-30 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68103",1,38.613779,-121.368014,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,16,"","","Certification not required",0,9.425501,5.984775,23.8,"2013-07-04 00:00",23.6,"2013-07-02 00:00",21.7,"2013-08-19 00:00",21.4,"2013-06-29 00:00","","","","",21.4,20.3,17.8,16.3,14.1,9.9,0.9,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68103",2,38.613779,-121.368014,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,9.448276,6.569878,20.7,"2013-07-03 00:00",18.7,"2013-08-20 00:00",17.5,"2013-09-01 00:00",15.4,"2013-05-04 00:00","","","","",20.7,20.7,18.7,17.5,14.8,10.3,-0.6,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68103",5,38.613779,-121.368014,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,10.718868,5.069744,20.8,"2013-07-03 00:00",20.2,"2013-06-30 00:00",19,"2013-08-20 00:00",17.7,"2013-07-24 00:00","","","","",20.2,19,17.4,16.8,14.5,11.6,3,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","68103",7,38.613779,-121.368014,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",119,98,118,122,0,4,"","","Certification not required",0,9.017647,6.145794,21.1,"2013-07-03 00:00",20.7,"2013-06-30 00:00",19,"2013-08-20 00:00",17.8,"2013-07-24 00:00","","","","",20.7,19,17.4,16.4,13.9,10.1,0.2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68104",1,38.613779,-121.368014,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,16,"","","Certification not required",0,25.311175,7.582968,43.4,"2013-07-04 00:00",42.1,"2013-06-08 00:00",41.6,"2013-07-01 00:00",41.4,"2013-06-29 00:00","","","","",41.4,40.4,37.4,34.9,31.1,25.3,15.2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68104",2,38.613779,-121.368014,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,25.113793,7.945157,40.7,"2013-07-03 00:00",36.8,"2013-08-20 00:00",34.2,"2013-09-13 00:00",33.5,"2013-07-27 00:00","","","","",40.7,40.7,36.8,34.2,31.1,26.6,14.3,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68104",5,38.613779,-121.368014,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,25.756604,7.059219,39.9,"2013-06-30 00:00",39.8,"2013-07-03 00:00",37.4,"2013-07-09 00:00",36.5,"2013-09-07 00:00","","","","",39.8,37.4,36,34.5,31.3,26,16.2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","68104",7,38.613779,-121.368014,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",119,98,118,122,0,4,"","","Certification not required",0,25.180672,8.062345,42,"2013-06-30 00:00",41.4,"2013-07-03 00:00",39.7,"2013-07-09 00:00",37.9,"2013-07-24 00:00","","","","",41.4,39.7,37.7,35.2,32.1,24.6,15,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68105",1,38.613779,-121.368014,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,16,"","","Certification not required",0,16.508023,6.544779,31.9,"2013-06-29 00:00",31.9,"2013-07-04 00:00",30.7,"2013-07-01 00:00",30.5,"2013-06-30 00:00","","","","",30.5,29.9,26,24.7,21.6,16.9,7.6,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68105",2,38.613779,-121.368014,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,16.482759,6.964198,30.1,"2013-07-03 00:00",25.3,"2013-08-20 00:00",23.9,"2013-09-01 00:00",23.5,"2013-05-04 00:00","","","","",30.1,30.1,25.3,23.9,21.6,17.5,5.4,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68105",5,38.613779,-121.368014,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,17.479245,5.862288,30,"2013-06-30 00:00",29.7,"2013-07-03 00:00",27.3,"2013-07-09 00:00",26.5,"2013-06-27 00:00","","","","",29.7,27.3,25.1,24.4,22,17.6,9,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","68105",7,38.613779,-121.368014,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",119,98,118,122,0,4,"","","Certification not required",0,16.365546,6.874806,31.2,"2013-06-30 00:00",30.6,"2013-07-03 00:00",28.2,"2013-07-09 00:00",27.3,"2013-06-27 00:00","","","","",30.6,28.2,25.9,24.4,22.3,17,6.7,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68106",1,38.613779,-121.368014,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,16,"","","Certification not required",0,755.773639,4.322195,769,"2013-01-15 00:00",766,"2013-01-16 00:00",766,"2013-02-28 00:00",766,"2013-12-14 00:00","","","","",766,764,763,762,759,755,750,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68106",2,38.613779,-121.368014,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,755.344828,4.973328,766,"2013-01-16 00:00",763,"2013-01-04 00:00",763,"2013-12-30 00:00",762,"2013-01-28 00:00","","","","",766,766,763,763,758,755,750,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68106",5,38.613779,-121.368014,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,753.301887,4.131574,763,"2013-01-16 00:00",762,"2013-02-12 00:00",761,"2013-01-01 00:00",760,"2013-01-04 00:00","","","","",762,761,760,759,757,753,748,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","68106",7,38.613779,-121.368014,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,118,122,0,4,"","","Certification not required",0,756.243697,4.200416,766,"2013-12-09 00:00",765,"2013-01-16 00:00",764,"2013-02-12 00:00",764,"2013-02-15 00:00","","","","",765,764,763,763,759,755,751,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68107",1,38.613779,-121.368014,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,16,"","","Certification not required",0,760.395415,4.131263,772,"2013-01-15 00:00",771,"2013-01-16 00:00",770,"2013-01-14 00:00",770,"2013-02-28 00:00","","","","",770,769,768,766,763,760,755,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68107",2,38.613779,-121.368014,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,760.37931,4.4273,771,"2013-01-16 00:00",767,"2013-01-04 00:00",766,"2013-01-28 00:00",766,"2013-11-12 00:00","","","","",771,771,767,766,763,760,755,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68107",5,38.613779,-121.368014,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,757.924528,3.846329,770,"2013-01-16 00:00",766,"2013-01-01 00:00",766,"2013-01-04 00:00",765,"2013-01-13 00:00","","","","",766,766,765,764,760,757,753,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","68107",7,38.613779,-121.368014,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,118,122,0,4,"","","Certification not required",0,761.243697,4.077567,771,"2013-01-16 00:00",771,"2013-12-09 00:00",769,"2013-02-12 00:00",769,"2013-12-15 00:00","","","","",771,769,768,767,764,761,756,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68108",1,38.613779,-121.368014,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,16,"","","Certification not required",0,758.137536,4.147911,770,"2013-01-15 00:00",768,"2013-01-14 00:00",768,"2013-01-16 00:00",768,"2013-02-28 00:00","","","","",768,767,765,764,761,758,753,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68108",2,38.613779,-121.368014,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,758,4.574776,768,"2013-01-16 00:00",765,"2013-01-04 00:00",764,"2013-01-28 00:00",764,"2013-11-12 00:00","","","","",768,768,765,764,761,757,753,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68108",5,38.613779,-121.368014,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,755.103774,3.738931,765,"2013-01-16 00:00",763,"2013-02-12 00:00",762,"2013-01-01 00:00",762,"2013-01-04 00:00","","","","",763,762,762,760,757,755,750,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","68108",7,38.613779,-121.368014,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,118,122,0,4,"","","Certification not required",0,758.932773,4.11844,769,"2013-01-16 00:00",769,"2013-12-09 00:00",767,"2013-02-12 00:00",767,"2013-12-15 00:00","","","","",769,767,766,765,762,758,754,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","68109",1,38.613779,-121.368014,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",349,100,61,61,0,16,"","","Certification not required",0,1439.08596,2.341174,1440,"2013-01-06 00:00",1440,"2013-01-09 00:00",1440,"2013-01-13 00:00",1440,"2013-01-21 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68109",2,38.613779,-121.368014,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,48,29,61,0,2,"","","Certification not required",0,1439.517241,0.508548,1440,"2013-01-04 00:00",1440,"2013-01-28 00:00",1440,"2013-02-21 00:00",1440,"2013-04-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","68109",7,38.613779,-121.368014,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",119,98,118,122,0,4,"","","Certification not required",0,1439.546218,3.761419,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","81102",1,38.613779,-121.368014,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,97,59,61,0,1,0,0,"Certification not required",0,20.4,11.002619,55,"2013-12-30 00:00",42,"2013-01-16 00:00",41,"2013-12-12 00:00",40,"2013-05-01 00:00","","","","",55,42,41,40,28,17,9,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0006","81102",2,38.613779,-121.368014,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,93,57,61,0,3,0,0,"Certification not required",0,19.965517,10.896588,56,"2013-12-30 00:00",42,"2013-01-16 00:00",41,"2013-12-24 00:00",40,"2013-05-01 00:00","","","","",56,42,41,36,26,17,7,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0006","84313",1,38.613779,-121.368014,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Anderson RTAA_800 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8317,100,131,61,0,443,"","","Certification not required",6733,0.495167,1.065275,9,"2013-01-18 22:00",9,"2013-12-15 00:00",9,"2013-12-15 01:00",9,"2013-12-15 02:00","","","","",5,4,3,1,0.1,0.1,0.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","85101",1,38.613779,-121.368014,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,59,61,0,1,"","","Certification not required",0,21.05,11.739294,59,"2013-12-30 00:00",46,"2013-01-16 00:00",44,"2013-12-12 00:00",43,"2013-12-24 00:00","","","","",59,46,44,39,28,17,9,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0006","85101",2,38.613779,-121.368014,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,57,61,0,3,"","","Certification not required",0,20.637931,11.563248,59,"2013-12-30 00:00",46,"2013-01-16 00:00",44,"2013-12-24 00:00",41,"2013-11-12 00:00","","","","",59,46,44,38,28,17,8,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0006","85101",7,38.613779,-121.368014,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,118,122,0,4,"","","Certification not required",0,22.764706,13.010234,63,"2013-05-01 00:00",61,"2013-12-15 00:00",61,"2013-12-30 00:00",50,"2013-01-16 00:00","","","","",61,61,49,41,32,19,9,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","85129",4,38.613779,-121.368014,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,0.001821,0.00177,0.006,"2013-01-10 00:00",0.006,"2013-01-16 00:00",0.005,"2013-01-04 00:00",0.005,"2013-02-03 00:00","","","","",0.006,0.006,0.005,0.005,0.003,0.001,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-09" +"06","067","0006","86101",7,38.613779,-121.368014,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",117,96,116,122,0,6,"","","Certification not required",0,11.146154,7.775753,47,"2013-05-01 00:00",36.1,"2013-10-10 00:00",34.8,"2013-05-04 00:00",32.7,"2013-04-22 00:00","","","","",36.1,34.8,29,20,13.3,9.5,3.9,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-14" +"06","067","0006","88101",1,38.613779,-121.368014,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",349,100,122,122,0,16,12,12,"Certification not required",0,11.389112,9.512342,53.8,"2013-12-15 00:00",47.9,"2013-12-30 00:00",45.3,"2013-12-22 00:00",42.5,"2013-01-17 00:00","","","","",47.9,45.3,39.7,35.1,26.3,18.5,11.3,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","88101",1,38.613779,-121.368014,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",349,100,122,122,0,16,"","","Certification not required",0,11.389112,9.512342,53.8,"2013-12-15 00:00",47.9,"2013-12-30 00:00",45.3,"2013-12-22 00:00",42.5,"2013-01-17 00:00","","","","",47.9,45.3,39.7,35.1,26.3,18.5,11.3,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","88101",2,38.613779,-121.368014,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,2,2,"Certification not required",0,12.027586,11.929941,49.4,"2013-12-30 00:00",41.6,"2013-01-16 00:00",33.2,"2013-01-04 00:00",26.7,"2013-12-18 00:00","","","","",49.4,49.4,41.6,33.2,16.1,6.8,3.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","88101",2,38.613779,-121.368014,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,"","","Certification not required",0,12.027586,11.929941,49.4,"2013-12-30 00:00",41.6,"2013-01-16 00:00",33.2,"2013-01-04 00:00",26.7,"2013-12-18 00:00","","","","",49.4,49.4,41.6,33.2,16.1,6.8,3.1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0006","88102",5,38.613779,-121.368014,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",98,0.020825,0.010388,0.075,"2013-08-26 00:00",0.068,"2013-10-10 00:00",0.064,"2013-05-04 00:00",0.06,"2013-01-10 00:00","","","","",0.068,0.064,0.026,0.026,0.021,0.0195,0.014,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88103",5,38.613779,-121.368014,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.000349,0.000677,0.003,"2013-02-03 00:00",0.003,"2013-05-04 00:00",0.002,"2013-01-13 00:00",0.002,"2013-02-06 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88104",5,38.613779,-121.368014,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",49,0.03492,0.043154,0.266,"2013-06-09 00:00",0.191,"2013-10-22 00:00",0.189,"2013-05-01 00:00",0.157,"2013-04-22 00:00","","","","",0.191,0.189,0.129,0.077,0.042,0.015,0.0065,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88107",5,38.613779,-121.368014,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",102,0.00727,0.006935,0.0295,"2013-02-18 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-06-21 00:00","","","","",0.0295,0.0295,0.0295,0.012,0.0055,0.005,0.00385,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88109",5,38.613779,-121.368014,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",36,0.002713,0.002021,0.0091,"2013-01-19 00:00",0.0084,"2013-01-04 00:00",0.0084,"2013-01-13 00:00",0.0084,"2013-02-15 00:00","","","","",0.0084,0.0084,0.0071,0.0056,0.0038,0.0023,0.00065,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88110",5,38.613779,-121.368014,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.001566,0.003548,0.016,"2013-05-19 00:00",0.014,"2013-03-17 00:00",0.014,"2013-04-19 00:00",0.013,"2013-09-04 00:00","","","","",0.014,0.014,0.012,0.006,0.001,0,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88111",5,38.613779,-121.368014,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",16,0.024156,0.019233,0.0871,"2013-05-04 00:00",0.0861,"2013-04-28 00:00",0.0771,"2013-10-16 00:00",0.0744,"2013-05-01 00:00","","","","",0.0861,0.0771,0.0726,0.0485,0.0335,0.0188,0.0037,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88112",5,38.613779,-121.368014,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.004415,0.010793,0.076,"2013-09-16 00:00",0.054,"2013-09-13 00:00",0.048,"2013-10-10 00:00",0.03,"2013-09-22 00:00","","","","",0.054,0.048,0.021,0.007,0.003,0.002,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88113",5,38.613779,-121.368014,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",98,0.00074,0.000269,0.002,"2013-04-19 00:00",0.0019,"2013-10-22 00:00",0.0017,"2013-05-04 00:00",0.0015,"2013-05-19 00:00","","","","",0.0019,0.0017,0.0014,0.001,0.0007,0.0007,0.00055,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88114",5,38.613779,-121.368014,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",45,0.005859,0.007359,0.0359,"2013-01-16 00:00",0.0325,"2013-01-22 00:00",0.0301,"2013-01-28 00:00",0.0256,"2013-01-01 00:00","","","","",0.0325,0.0301,0.022,0.0177,0.0076,0.003,0.0008,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88115",5,38.613779,-121.368014,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",43,0.060743,0.13684,0.963,"2013-07-06 00:00",0.595,"2013-06-15 00:00",0.537,"2013-06-12 00:00",0.39,"2013-04-13 00:00","","","","",0.595,0.537,0.293,0.174,0.0416,0.0105,0.0025,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88117",5,38.613779,-121.368014,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",106,0.006875,0.010516,0.0435,"2013-02-18 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-06-18 00:00",0.0435,"2013-06-21 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88118",5,38.613779,-121.368014,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",105,0.009695,0.006543,0.023,"2013-02-18 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88126",5,38.613779,-121.368014,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.070514,0.051127,0.262,"2013-10-22 00:00",0.21,"2013-11-12 00:00",0.207,"2013-10-16 00:00",0.19,"2013-10-19 00:00","","","","",0.21,0.207,0.173,0.156,0.0909,0.0524,0.0256,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88128",5,38.613779,-121.368014,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.000774,0.001319,0.005,"2013-01-01 00:00",0.005,"2013-01-19 00:00",0.004,"2013-01-04 00:00",0.004,"2013-01-07 00:00","","","","",0.005,0.004,0.004,0.003,0.001,0,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88131",5,38.613779,-121.368014,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",104,0.009632,0.003198,0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-02 00:00",0.0165,"2013-04-19 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88132",5,38.613779,-121.368014,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.001104,0.001272,0.006,"2013-10-22 00:00",0.005,"2013-10-16 00:00",0.004,"2013-05-01 00:00",0.004,"2013-10-19 00:00","","","","",0.005,0.004,0.003,0.003,0.002,0.001,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88136",5,38.613779,-121.368014,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.000396,0.001255,0.009,"2013-10-22 00:00",0.008,"2013-06-09 00:00",0.004,"2013-01-01 00:00",0.001,"2013-01-13 00:00","","","","",0.008,0.004,0.001,0.001,0,0,0,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88140",5,38.613779,-121.368014,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",64,0.021231,0.026134,0.168,"2013-07-06 00:00",0.0965,"2013-06-03 00:00",0.093,"2013-06-15 00:00",0.0877,"2013-10-01 00:00","","","","",0.0965,0.093,0.082,0.053,0.028,0.009,0.0055,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88152",5,38.613779,-121.368014,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",106,0.00555,0.001428,0.008,"2013-01-31 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-21 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.0055,0.0045,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88154",5,38.613779,-121.368014,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",105,0.001083,0.000264,0.002,"2013-04-13 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88160",5,38.613779,-121.368014,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",104,0.013028,0.005472,0.055,"2013-03-11 00:00",0.023,"2013-05-10 00:00",0.0185,"2013-02-09 00:00",0.018,"2013-01-25 00:00","","","","",0.023,0.0185,0.018,0.018,0.016,0.01,0.01,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88161",5,38.613779,-121.368014,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",82,0.003695,0.002897,0.0173,"2013-10-16 00:00",0.0136,"2013-04-22 00:00",0.0134,"2013-04-28 00:00",0.011,"2013-10-22 00:00","","","","",0.0136,0.0134,0.01,0.008,0.00265,0.0025,0.0021,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88164",5,38.613779,-121.368014,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",106,0.001574,0.000233,0.0019,"2013-01-31 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-21 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88165",5,38.613779,-121.368014,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",6,0.100411,0.096808,0.504,"2013-05-01 00:00",0.456,"2013-04-22 00:00",0.409,"2013-05-04 00:00",0.353,"2013-04-28 00:00","","","","",0.456,0.409,0.32,0.226,0.124,0.068,0.021,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88166",5,38.613779,-121.368014,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",105,0.007625,0.004476,0.019,"2013-02-09 00:00",0.019,"2013-10-04 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-03-02 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88167",5,38.613779,-121.368014,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",59,0.00394,0.004185,0.0193,"2013-01-22 00:00",0.0158,"2013-01-01 00:00",0.0154,"2013-11-12 00:00",0.0149,"2013-01-16 00:00","","","","",0.0158,0.0154,0.013,0.0117,0.0046,0.00175,0.001,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88168",5,38.613779,-121.368014,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",103,0.001483,0.002097,0.0201,"2013-06-30 00:00",0.0089,"2013-01-01 00:00",0.0079,"2013-04-16 00:00",0.00175,"2013-01-25 00:00","","","","",0.0089,0.0079,0.00175,0.00175,0.0012,0.00115,0.00085,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88169",5,38.613779,-121.368014,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.268796,0.119949,0.67,"2013-07-12 00:00",0.546,"2013-07-30 00:00",0.528,"2013-07-21 00:00",0.491,"2013-10-10 00:00","","","","",0.546,0.528,0.481,0.442,0.343,0.265,0.124,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88176",5,38.613779,-121.368014,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",105,0.000952,0.000256,0.0024,"2013-01-13 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88180",5,38.613779,-121.368014,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",2,0.085939,0.114276,0.869,"2013-01-01 00:00",0.475,"2013-01-13 00:00",0.378,"2013-01-19 00:00",0.356,"2013-01-16 00:00","","","","",0.475,0.378,0.266,0.204,0.086,0.0479,0.0132,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88184",5,38.613779,-121.368014,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",44,0.152288,0.20702,1.13,"2013-07-06 00:00",0.748,"2013-04-13 00:00",0.695,"2013-06-12 00:00",0.693,"2013-07-12 00:00","","","","",0.748,0.695,0.661,0.438,0.194,0.06,0.0155,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88185",5,38.613779,-121.368014,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",100,0.003419,0.003615,0.0152,"2013-07-18 00:00",0.0117,"2013-06-06 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00","","","","",0.0117,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88301",5,38.613779,-121.368014,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",3,0.308042,0.398615,2.68,"2013-01-16 00:00",2.21,"2013-02-15 00:00",1.83,"2013-02-12 00:00",1.25,"2013-01-31 00:00","","","","",2.21,1.83,0.864,0.623,0.331,0.199,0.064,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88302",5,38.613779,-121.368014,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",4,0.193597,0.239838,1.42,"2013-07-06 00:00",0.977,"2013-02-24 00:00",0.84,"2013-07-12 00:00",0.801,"2013-05-25 00:00","","","","",0.977,0.84,0.746,0.545,0.264,0.0976,0.03,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88303",5,38.613779,-121.368014,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",35,0.06619,0.099985,0.804,"2013-01-01 00:00",0.348,"2013-01-13 00:00",0.309,"2013-01-16 00:00",0.277,"2013-01-19 00:00","","","","",0.348,0.309,0.239,0.168,0.076,0.034,0.012,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88306",5,38.613779,-121.368014,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",1,1.166732,1.459536,9.26,"2013-01-16 00:00",7.68,"2013-02-15 00:00",6.42,"2013-02-12 00:00",5.01,"2013-01-31 00:00","","","","",7.68,6.42,3.59,2.5,1.13,0.701,0.29,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88355",5,38.613779,-121.368014,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,3.334689,3.566404,19.3,"2013-01-13 00:00",15.8,"2013-01-01 00:00",14.5,"2013-01-19 00:00",13.7,"2013-01-16 00:00","","","","",15.8,14.5,10.3,8.6,3.52,1.85,0.858,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88357",5,38.613779,-121.368014,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.447311,0.531622,2.67,"2013-01-22 00:00",2.2,"2013-01-16 00:00",2.12,"2013-01-19 00:00",2,"2013-01-01 00:00","","","","",2.2,2.12,1.63,1.25,0.541,0.214,0.083,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88370",5,38.613779,-121.368014,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,3.106868,3.26538,17.3,"2013-01-13 00:00",14.9,"2013-01-01 00:00",13.3,"2013-01-19 00:00",12.8,"2013-01-16 00:00","","","","",14.9,13.3,9.43,7.77,3.2,1.81,0.808,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88374",5,38.613779,-121.368014,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.443972,0.847835,4,"2013-01-01 00:00",3.96,"2013-01-13 00:00",3.54,"2013-01-16 00:00",3.51,"2013-01-19 00:00","","","","",3.96,3.54,2.5,1.37,0.285,0.101,0.029,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88375",5,38.613779,-121.368014,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.766613,0.839135,4.44,"2013-01-13 00:00",4.04,"2013-01-01 00:00",3.81,"2013-01-19 00:00",2.76,"2013-01-04 00:00","","","","",4.04,3.81,2.52,1.87,0.821,0.438,0.215,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88376",5,38.613779,-121.368014,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,1.037481,0.877803,4.1,"2013-01-01 00:00",3.51,"2013-01-13 00:00",3.36,"2013-01-16 00:00",3.26,"2013-01-19 00:00","","","","",3.51,3.36,2.96,2.43,1.23,0.677,0.262,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88377",5,38.613779,-121.368014,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.498085,0.431745,2.75,"2013-01-01 00:00",1.55,"2013-01-13 00:00",1.55,"2013-01-31 00:00",1.5,"2013-01-04 00:00","","","","",1.55,1.55,1.3,1.07,0.638,0.329,0.149,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88378",5,38.613779,-121.368014,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",3,0.361991,0.500532,3.83,"2013-01-13 00:00",2,"2013-01-16 00:00",1.68,"2013-01-19 00:00",1.59,"2013-07-30 00:00","","","","",2,1.68,1.35,0.84,0.364,0.211,0.072,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88380",5,38.613779,-121.368014,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.67516,0.815864,3.33,"2013-01-19 00:00",3.14,"2013-01-31 00:00",3.08,"2013-01-13 00:00",3.07,"2013-01-16 00:00","","","","",3.14,3.08,2.67,2.19,0.817,0.289,0.113,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88383",5,38.613779,-121.368014,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.985334,1.174068,6.88,"2013-01-13 00:00",4.98,"2013-01-16 00:00",4.92,"2013-01-19 00:00",3.56,"2013-01-04 00:00","","","","",4.98,4.92,3.15,2.53,1.19,0.462,0.196,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88384",5,38.613779,-121.368014,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",3,0.050575,0.027678,0.151,"2013-04-22 00:00",0.132,"2013-10-22 00:00",0.112,"2013-02-21 00:00",0.102,"2013-10-04 00:00","","","","",0.132,0.112,0.0952,0.0845,0.0664,0.0501,0.0154,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88385",5,38.613779,-121.368014,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",93,0.001849,0.002708,0.0178,"2013-10-25 00:00",0.0136,"2013-01-22 00:00",0.0112,"2013-11-09 00:00",0.0088,"2013-04-25 00:00","","","","",0.0136,0.0112,0.00844,0.00367,0.001,0.001,0.001,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88388",5,38.613779,-121.368014,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.589453,0.766428,5.83,"2013-01-13 00:00",2.89,"2013-01-19 00:00",2.87,"2013-01-16 00:00",2,"2013-01-07 00:00","","","","",2.89,2.87,1.91,1.56,0.685,0.308,0.121,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88403",5,38.613779,-121.368014,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",1,0.684689,0.337509,1.7,"2013-07-12 00:00",1.48,"2013-10-10 00:00",1.47,"2013-10-25 00:00",1.35,"2013-07-30 00:00","","","","",1.48,1.47,1.34,1.17,0.86,0.675,0.27,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0006","88502",3,38.613779,-121.368014,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6461,74,268,365,0,139,"","","Certification not required",0,9.77697,13.504326,142,"2013-07-04 21:00",126,"2013-12-15 22:00",113,"2013-12-29 22:00",111,"2013-12-15 02:00","","","","",70,56,38,23,10,6,1,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","88502",3,38.613779,-121.368014,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,9.749254,10.278068,59.5,"2013-12-15 00:00",48.6,"2013-12-22 00:00",47.2,"2013-12-30 00:00",43.4,"2013-12-12 00:00","","","","",47.2,40.2,33.4,25.3,10.9,5.8,2,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0006","88502",5,38.613779,-121.368014,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,9.840566,8.276838,40.6,"2013-01-16 00:00",38.8,"2013-01-13 00:00",34.2,"2013-01-01 00:00",31.9,"2013-01-04 00:00","","","","",38.8,34.2,29.6,22.9,10.3,7.4,3.5,"Sacramento-Del Paso Manor","DEL PASO-2701 AVALON DR, SACRAMENTO","California","Sacramento","Arden-Arcade","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0007","42101",1,38.61,-121.38,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8224,94,349,365,0,536,0,0,"Certification not required",4652,0.516124,0.415018,3,"2013-12-12 07:00",2.8,"2013-12-11 22:00",2.7,"2013-12-11 23:00",2.7,"2013-12-14 23:00","","","","",2,1.8,1.5,1.1,0.6,0.25,0.25,"","3535 EL CAMINO & WATT, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0007","42101",1,38.61,-121.38,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8385,96,349,365,0,0,0,0,"Certification not required",0,0.536649,0.361009,2.4,"2013-12-12 02:00",2.4,"2013-12-12 03:00",2.4,"2013-12-12 04:00",2.4,"2013-12-15 02:00",2.4,"2013-12-12 02:00",2.4,"2013-12-15 02:00",1.8,1.6,1.3,1,0.7,0.3,0.3,"","3535 EL CAMINO & WATT, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0007","62107",1,38.61,-121.38,"NAD27","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,74.342505,1.44063,79,"2013-11-19 09:00",79,"2013-11-20 15:00",79,"2013-12-06 14:00",77,"2013-01-07 15:00","","","","",77,77,77,77,75,75,73,"","3535 EL CAMINO & WATT, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0010","42601",1,38.558228,-121.492981,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",711,8,31,365,0,2,"","","Certification not required",0,43.094374,51.924086,233.4,"2013-01-19 23:00",233,"2013-01-18 23:00",228.9,"2013-01-20 00:00",213.8,"2013-01-17 23:00","","","","",207.6,175.7,153.8,126.8,71.7,18.1,1.4,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","42602",1,38.558228,-121.492981,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",711,8,31,365,0,2,0,"","Certification not required",0,34.135484,5.809506,44.2,"2013-01-16 21:00",43.4,"2013-01-17 17:00",41,"2013-01-21 17:00",40.8,"2013-01-14 18:00","","","","",44.2,44.2,43.4,40.8,38.1,34.9,26.8,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","42602",1,38.558228,-121.492981,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",711,8,31,365,0,2,"","","Certification not required",0,21.190858,9.954284,44.2,"2013-01-16 21:00",43.5,"2013-01-16 18:00",43.4,"2013-01-16 17:00",43.4,"2013-01-17 17:00","","","","",41.6,40.6,37.5,35,28.1,21.6,7.2,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","42603",1,38.558228,-121.492981,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",711,8,31,365,0,33,"","","Certification not required",0,64.285232,58.934911,270.5,"2013-01-18 23:00",269.1,"2013-01-19 23:00",263.2,"2013-01-20 00:00",250.1,"2013-01-17 23:00","","","","",244.1,212.7,183.8,156.4,101,41.5,9,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","44201",1,38.558228,-121.492981,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",711,8,31,365,0,33,0,0,"Certification not required",370,0.027,0.007853,0.036,"2013-01-12 14:00",0.036,"2013-01-14 14:00",0.035,"2013-01-27 15:00",0.035,"2013-01-28 13:00","","","","",0.036,0.036,0.036,0.035,0.034,0.029,0.018,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","44201",1,38.558228,-121.492981,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",739,8,31,365,0,0,0,0,"Certification not required",0,0.020161,0.00723,0.031,"2013-01-12 10:00",0.031,"2013-01-13 20:00",0.031,"2013-01-14 09:00",0.03,"2013-01-26 11:00","","","","",0.031,0.031,0.031,0.03,0.026,0.021,0.011,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","44201",1,38.558228,-121.492981,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",739,8,31,365,0,0,0,0,"Certification not required",0,0.020161,0.00723,0.031,"2013-01-12 10:00",0.031,"2013-01-13 20:00",0.031,"2013-01-14 09:00",0.03,"2013-01-26 11:00","","","","",0.031,0.031,0.031,0.03,0.026,0.021,0.011,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","61103",1,38.558228,-121.492981,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",731,8,30,365,0,13,"","","Certification not required",0,2.460876,1.724863,8.9,"2013-01-14 00:00",8.3,"2013-01-29 13:00",8,"2013-01-24 02:00",8,"2013-01-28 13:00","","","","",7.8,6.9,6,5.3,3.3,1.9,0.8,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","61104",1,38.558228,-121.492981,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",731,8,30,365,0,13,"","","Certification not required",0,174.901505,75.05252,322,"2013-01-13 18:00",313,"2013-01-15 17:00",310,"2013-01-19 08:00",310,"2013-01-27 22:00","","","","",308,304,297,281,240,173,78,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","62102",1,38.558228,-121.492981,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",731,8,30,365,0,13,"","","Certification not required",0,46.028728,7.036928,65,"2013-01-25 15:00",64,"2013-01-25 14:00",64,"2013-01-25 16:00",63,"2013-01-25 13:00","","","","",62,61,58,55,51,46,37,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","68101",1,38.558228,-121.492981,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,100,60,61,0,11,"","","Certification not required",91,0.061765,0.021299,0.1,"2013-01-13 00:00",0.1,"2013-02-21 00:00",0.1,"2013-03-26 00:00",0.1,"2013-03-29 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68102",1,38.558228,-121.492981,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,100,60,61,0,11,"","","Certification not required",0,24,0,24,"2013-01-11 00:00",24,"2013-01-13 00:00",24,"2013-01-14 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68103",1,38.558228,-121.492981,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,11,"","","Certification not required",0,10.205042,5.134246,21.5,"2013-06-30 00:00",20.7,"2013-07-03 00:00",18.4,"2013-08-20 00:00",17.2,"2013-06-27 00:00","","","","",20.7,18.4,17.2,16,14.1,11.2,3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68103",5,38.558228,-121.492981,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,52,61,0,12,"","","Certification not required",0,9.323333,5.431651,20.7,"2013-07-03 00:00",18.4,"2013-08-20 00:00",17,"2013-09-10 00:00",16.8,"2013-06-27 00:00","","","","",20.7,18.4,17,15.8,13.7,10.3,2.2,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0010","68104",1,38.558228,-121.492981,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,11,"","","Certification not required",0,25.587395,7.283584,41.1,"2013-06-30 00:00",40.8,"2013-07-03 00:00",38.1,"2013-07-09 00:00",37.7,"2013-07-24 00:00","","","","",40.8,38.1,36.7,34.2,31.8,25,16.3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68104",5,38.558228,-121.492981,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,52,61,0,12,"","","Certification not required",0,26.058333,7.993881,44,"2013-07-03 00:00",40.1,"2013-09-07 00:00",38.3,"2013-06-27 00:00",38.2,"2013-08-20 00:00","","","","",44,40.1,38.3,36.5,33.2,25.4,16.2,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0010","68105",1,38.558228,-121.492981,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,11,"","","Certification not required",0,16.941176,5.897865,30.3,"2013-06-30 00:00",29.7,"2013-07-03 00:00",27.4,"2013-07-09 00:00",26.5,"2013-06-27 00:00","","","","",29.7,27.4,26.1,24.2,21.8,17.5,9.1,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68105",5,38.558228,-121.492981,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,52,61,0,12,"","","Certification not required",0,16.671667,6.401326,31.3,"2013-07-03 00:00",27.7,"2013-06-27 00:00",27,"2013-09-07 00:00",25.5,"2013-08-20 00:00","","","","",31.3,27.7,27,25.3,22.2,17.6,8.7,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0010","68106",1,38.558228,-121.492981,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,11,"","","Certification not required",0,757.546218,4.740285,769,"2013-12-09 00:00",768,"2013-02-28 00:00",767,"2013-01-16 00:00",767,"2013-12-15 00:00","","","","",768,767,766,764,761,757,751,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68106",5,38.558228,-121.492981,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,52,61,0,12,"","","Certification not required",0,757.716667,4.62525,767,"2013-01-16 00:00",766,"2013-02-12 00:00",766,"2013-02-24 00:00",765,"2013-01-01 00:00","","","","",767,766,766,764,762,757,752,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0010","68107",1,38.558228,-121.492981,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,11,"","","Certification not required",0,762.487395,4.284116,773,"2013-12-09 00:00",772,"2013-01-16 00:00",771,"2013-01-14 00:00",771,"2013-02-28 00:00","","","","",772,771,770,768,766,762,757,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68107",5,38.558228,-121.492981,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,52,61,0,12,"","","Certification not required",0,761.866667,4.982909,776,"2013-01-16 00:00",772,"2013-01-01 00:00",770,"2013-02-12 00:00",770,"2013-12-24 00:00","","","","",776,772,770,769,766,761,756,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0010","68108",1,38.558228,-121.492981,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,11,"","","Certification not required",0,760.058824,4.491601,771,"2013-12-09 00:00",770,"2013-01-16 00:00",769,"2013-01-14 00:00",769,"2013-02-28 00:00","","","","",770,769,768,766,763,759,754,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","68108",5,38.558228,-121.492981,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,52,61,0,12,"","","Certification not required",0,759.183333,4.481569,769,"2013-01-16 00:00",767,"2013-02-12 00:00",766,"2013-01-01 00:00",766,"2013-02-24 00:00","","","","",769,767,766,766,764,758,754,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0010","68109",1,38.558228,-121.492981,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,100,60,61,0,11,"","","Certification not required",0,1439.714286,0.453664,1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00",1440,"2013-01-31 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","81102",1,38.558228,-121.492981,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",35,54,33,61,0,3,0,0,"Certification not required",0,17.885714,10.747835,53,"2013-05-04 00:00",45,"2013-02-15 00:00",42,"2013-01-16 00:00",33,"2013-01-22 00:00","","","","",53,53,45,33,20,15,9,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2013-10-29" +"06","067","0010","82180",1,38.558228,-121.492981,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",25,71,25,35,0,1,"","","Certification not required",0,46,44.907312,150,"2013-01-16 00:00",130,"2013-01-22 00:00",130,"2013-02-15 00:00",120,"2013-01-04 00:00","","","","",150,150,130,130,70,20,20,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-14" +"06","067","0010","82203",1,38.558228,-121.492981,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,71,25,35,0,1,"","","Certification not required",0,0.2448,0.353154,1.5,"2013-03-05 00:00",0.88,"2013-05-22 00:00",0.81,"2013-05-04 00:00",0.53,"2013-05-16 00:00","","","","",1.5,1.5,0.88,0.81,0.26,0.07,0.04,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-14" +"06","067","0010","82301",1,38.558228,-121.492981,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,71,25,35,0,1,"","","Certification not required",12,0.32,0.550379,2.3,"2013-01-16 00:00",1.7,"2013-02-15 00:00",0.7,"2013-01-22 00:00",0.7,"2013-02-03 00:00","","","","",2.3,2.3,1.7,0.7,0.2,0.1,0.05,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-14" +"06","067","0010","82306",1,38.558228,-121.492981,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,71,25,35,0,1,"","","Certification not required",0,1.3936,1.87647,8,"2013-01-16 00:00",6.2,"2013-02-15 00:00",2.7,"2013-01-22 00:00",2.6,"2013-02-03 00:00","","","","",8,8,6.2,2.7,1.3,0.83,0.23,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-14" +"06","067","0010","82403",1,38.558228,-121.492981,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,71,25,35,0,1,"","","Certification not required",0,0.736,0.367287,1.5,"2013-05-04 00:00",1.3,"2013-04-28 00:00",1.3,"2013-05-10 00:00",1.1,"2013-02-15 00:00","","","","",1.5,1.5,1.3,1.3,1,0.8,0.3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-14" +"06","067","0010","85101",1,38.558228,-121.492981,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",35,100,33,35,0,3,"","","Certification not required",0,18.314286,11.276658,53,"2013-05-04 00:00",47,"2013-02-15 00:00",46,"2013-01-16 00:00",35,"2013-01-22 00:00","","","","",53,53,47,35,19,15,9,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2013-10-29" +"06","067","0010","88101",1,38.558228,-121.492981,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,97,118,122,0,11,2,2,"Certification not required",0,10.111765,7.958911,39.2,"2013-12-30 00:00",35.9,"2013-12-24 00:00",33.4,"2013-01-17 00:00",33,"2013-01-16 00:00","","","","",35.9,33.4,29.8,21.8,12.7,7.6,3.3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","88101",1,38.558228,-121.492981,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,97,118,122,0,11,"","","Certification not required",0,10.111765,7.958911,39.2,"2013-12-30 00:00",35.9,"2013-12-24 00:00",33.4,"2013-01-17 00:00",33,"2013-01-16 00:00","","","","",35.9,33.4,29.8,21.8,12.7,7.6,3.3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","0010","88102",5,38.558228,-121.492981,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",51,0.011709,0.006353,0.042,"2013-02-12 00:00",0.034,"2013-02-27 00:00",0.032,"2013-06-23 00:00",0.026,"2013-03-11 00:00","","","","",0.042,0.034,0.032,0.01,0.01,0.01,0.01,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88103",5,38.558228,-121.492981,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.001055,0.000299,0.003,"2013-11-30 00:00",0.002,"2013-02-03 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.002,0.001,0.001,0.001,0.001,0.001,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88104",5,38.558228,-121.492981,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",37,0.026173,0.036495,0.18,"2013-05-04 00:00",0.14,"2013-04-22 00:00",0.11,"2013-10-19 00:00",0.092,"2013-04-28 00:00","","","","",0.18,0.14,0.11,0.081,0.024,0.0085,0.0085,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88107",5,38.558228,-121.492981,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",43,0.014455,0.011233,0.081,"2013-01-01 00:00",0.031,"2013-01-16 00:00",0.031,"2013-10-19 00:00",0.029,"2013-09-07 00:00","","","","",0.081,0.031,0.031,0.025,0.01,0.01,0.01,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88109",5,38.558228,-121.492981,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",23,0.002909,0.002057,0.009,"2013-10-19 00:00",0.008,"2013-01-22 00:00",0.006,"2013-01-01 00:00",0.006,"2013-01-16 00:00","","","","",0.009,0.008,0.006,0.006,0.004,0.003,0.001,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88111",5,38.558228,-121.492981,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.040727,0.025313,0.13,"2013-05-04 00:00",0.11,"2013-04-28 00:00",0.091,"2013-04-22 00:00",0.088,"2013-10-19 00:00","","","","",0.13,0.11,0.091,0.075,0.053,0.032,0.016,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88112",5,38.558228,-121.492981,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.0024,0.001461,0.011,"2013-06-15 00:00",0.007,"2013-07-30 00:00",0.005,"2013-03-23 00:00",0.004,"2013-04-04 00:00","","","","",0.011,0.007,0.005,0.003,0.002,0.002,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88113",5,38.558228,-121.492981,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",40,0.002382,0.001604,0.008,"2013-10-19 00:00",0.007,"2013-01-16 00:00",0.005,"2013-04-22 00:00",0.005,"2013-09-07 00:00","","","","",0.008,0.007,0.005,0.005,0.003,0.0015,0.0015,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88114",5,38.558228,-121.492981,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",14,0.009364,0.009017,0.049,"2013-01-01 00:00",0.045,"2013-01-16 00:00",0.026,"2013-01-22 00:00",0.02,"2013-01-10 00:00","","","","",0.049,0.045,0.026,0.016,0.011,0.008,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88115",5,38.558228,-121.492981,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",8,0.091018,0.18021,1.1,"2013-06-15 00:00",0.49,"2013-06-03 00:00",0.4,"2013-05-22 00:00",0.38,"2013-10-01 00:00","","","","",1.1,0.49,0.4,0.29,0.083,0.021,0.0035,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88126",5,38.558228,-121.492981,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.087636,0.063455,0.26,"2013-10-19 00:00",0.25,"2013-01-16 00:00",0.2,"2013-09-07 00:00",0.2,"2013-11-12 00:00","","","","",0.26,0.25,0.2,0.19,0.13,0.061,0.031,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88128",5,38.558228,-121.492981,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.0024,0.000935,0.007,"2013-01-22 00:00",0.005,"2013-01-01 00:00",0.004,"2013-01-16 00:00",0.004,"2013-10-07 00:00","","","","",0.007,0.005,0.004,0.004,0.002,0.002,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88132",5,38.558228,-121.492981,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.003309,0.002045,0.01,"2013-10-19 00:00",0.008,"2013-10-07 00:00",0.008,"2013-10-22 00:00",0.007,"2013-05-04 00:00","","","","",0.01,0.008,0.008,0.007,0.005,0.002,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88134",5,38.558228,-121.492981,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",55,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88136",5,38.558228,-121.492981,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88142",5,38.558228,-121.492981,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88152",5,38.558228,-121.492981,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",39,0.003564,0.00312,0.019,"2013-10-19 00:00",0.011,"2013-01-16 00:00",0.01,"2013-11-24 00:00",0.008,"2013-10-31 00:00","","","","",0.019,0.011,0.01,0.007,0.005,0.002,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88154",5,38.558228,-121.492981,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",55,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88160",5,38.558228,-121.492981,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",53,0.010509,0.002707,0.027,"2013-09-01 00:00",0.021,"2013-01-22 00:00",0.01,"2013-01-01 00:00",0.01,"2013-01-10 00:00","","","","",0.027,0.021,0.01,0.01,0.01,0.01,0.01,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88161",5,38.558228,-121.492981,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",25,0.005309,0.0041,0.016,"2013-05-04 00:00",0.016,"2013-10-19 00:00",0.013,"2013-04-22 00:00",0.013,"2013-09-07 00:00","","","","",0.016,0.016,0.013,0.013,0.008,0.004,0.002,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88164",5,38.558228,-121.492981,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",55,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88165",5,38.558228,-121.492981,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.125145,0.11594,0.54,"2013-05-04 00:00",0.44,"2013-10-19 00:00",0.42,"2013-04-22 00:00",0.36,"2013-10-07 00:00","","","","",0.54,0.44,0.42,0.35,0.14,0.086,0.038,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88167",5,38.558228,-121.492981,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",14,0.005745,0.005748,0.027,"2013-01-22 00:00",0.021,"2013-11-24 00:00",0.019,"2013-01-16 00:00",0.018,"2013-01-01 00:00","","","","",0.027,0.021,0.019,0.013,0.008,0.004,0.001,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88168",5,38.558228,-121.492981,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",50,0.002036,0.00293,0.023,"2013-01-01 00:00",0.004,"2013-01-16 00:00",0.004,"2013-11-06 00:00",0.003,"2013-09-19 00:00","","","","",0.023,0.004,0.004,0.0015,0.0015,0.0015,0.0015,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88169",5,38.558228,-121.492981,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.281945,0.121894,0.55,"2013-01-01 00:00",0.51,"2013-07-21 00:00",0.51,"2013-07-30 00:00",0.46,"2013-07-27 00:00","","","","",0.55,0.51,0.51,0.45,0.35,0.29,0.13,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88176",5,38.558228,-121.492981,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",55,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88180",5,38.558228,-121.492981,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",0,0.095782,0.186839,1.4,"2013-01-01 00:00",0.23,"2013-10-19 00:00",0.19,"2013-01-16 00:00",0.19,"2013-11-12 00:00","","","","",1.4,0.23,0.19,0.16,0.11,0.056,0.019,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88183",5,38.558228,-121.492981,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,48,61,0,11,"","","Certification not required",55,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88301",5,38.558228,-121.492981,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,53,61,0,11,"","","Certification not required",13,0.487459,0.811462,3.77,"2013-12-24 00:00",3.7,"2013-12-30 00:00",2.95,"2013-01-16 00:00",1.87,"2013-11-24 00:00","","","","",3.77,3.7,1.87,1.23,0.41,0.19,0.025,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88302",5,38.558228,-121.492981,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,53,61,0,11,"","","Certification not required",29,0.160984,0.19876,1.02,"2013-06-15 00:00",0.71,"2013-06-03 00:00",0.63,"2013-07-21 00:00",0.59,"2013-05-07 00:00","","","","",1.02,0.71,0.59,0.42,0.2,0.08,0.04,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88303",5,38.558228,-121.492981,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,53,61,0,11,"","","Certification not required",53,0.096967,0.145319,1.16,"2013-01-01 00:00",0.33,"2013-01-16 00:00",0.19,"2013-02-12 00:00",0.18,"2013-12-30 00:00","","","","",1.16,0.33,0.18,0.14,0.065,0.065,0.065,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88306",5,38.558228,-121.492981,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,14,"","","Certification not required",0,1.931034,3.045413,13.6,"2013-12-24 00:00",13.5,"2013-12-30 00:00",11,"2013-01-16 00:00",7.85,"2013-11-24 00:00","","","","",13.6,13.5,11,5.17,2.03,0.8,0.21,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88355",5,38.558228,-121.492981,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",0,3.147368,2.72941,12,"2013-10-19 00:00",10,"2013-01-01 00:00",9.3,"2013-07-30 00:00",8.7,"2013-01-22 00:00","","","","",12,10,9.3,7.3,4,1.9,0.9,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88357",5,38.558228,-121.492981,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",5,0.513158,0.68768,4.6,"2013-01-16 00:00",1.8,"2013-10-19 00:00",1.5,"2013-11-12 00:00",1.4,"2013-01-22 00:00","","","","",4.6,1.8,1.5,1,0.7,0.3,0.1,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88370",5,38.558228,-121.492981,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",0,3.059649,2.693965,12,"2013-10-19 00:00",9.5,"2013-01-01 00:00",9,"2013-07-30 00:00",8.9,"2013-01-16 00:00","","","","",12,9.5,9,7.7,3.7,1.9,0.8,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88374",5,38.558228,-121.492981,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",29,0.279825,0.406626,1.9,"2013-01-01 00:00",1.6,"2013-01-16 00:00",1.2,"2013-01-22 00:00",1.2,"2013-10-19 00:00","","","","",1.9,1.6,1.2,0.9,0.4,0.05,0.05,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88375",5,38.558228,-121.492981,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",0,0.685965,0.632862,3.5,"2013-10-19 00:00",2,"2013-07-30 00:00",1.9,"2013-01-01 00:00",1.9,"2013-10-31 00:00","","","","",3.5,2,1.9,1.7,0.8,0.4,0.2,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88376",5,38.558228,-121.492981,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",0,1.087719,0.822468,3.9,"2013-10-19 00:00",2.9,"2013-07-30 00:00",2.8,"2013-01-16 00:00",2.6,"2013-01-22 00:00","","","","",3.9,2.9,2.8,2.5,1.4,0.8,0.3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88377",5,38.558228,-121.492981,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",0,0.447368,0.252208,1.1,"2013-11-30 00:00",1,"2013-02-03 00:00",0.9,"2013-01-01 00:00",0.9,"2013-05-04 00:00","","","","",1.1,1,0.9,0.8,0.6,0.4,0.2,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88378",5,38.558228,-121.492981,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",10,0.570175,0.736477,3,"2013-07-30 00:00",2.8,"2013-01-01 00:00",2.6,"2013-10-19 00:00",2,"2013-01-16 00:00","","","","",3,2.8,2.6,1.8,0.7,0.2,0.05,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88380",5,38.558228,-121.492981,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",3,0.599123,0.579523,2.6,"2013-01-16 00:00",2,"2013-01-22 00:00",1.6,"2013-01-01 00:00",1.6,"2013-10-19 00:00","","","","",2.6,2,1.6,1.6,0.9,0.3,0.1,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88383",5,38.558228,-121.492981,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",0,1.119298,1.226412,4.5,"2013-01-16 00:00",4.3,"2013-01-01 00:00",4.1,"2013-10-19 00:00",3.7,"2013-01-22 00:00","","","","",4.5,4.3,4.1,3.4,1.4,0.5,0.2,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88384",5,38.558228,-121.492981,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",55,0.053509,0.02083,0.2,"2013-04-22 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88385",5,38.558228,-121.492981,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",57,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88388",5,38.558228,-121.492981,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",57,93,49,61,0,9,"","","Certification not required",5,0.651754,0.820168,3.4,"2013-01-01 00:00",3.3,"2013-07-30 00:00",2.4,"2013-01-22 00:00",2.4,"2013-10-19 00:00","","","","",3.4,3.3,2.4,2.1,0.7,0.3,0.1,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-10" +"06","067","0010","88390",5,38.558228,-121.492981,"NAD83","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,4,"","","Certification not required",8,0.248,0.349279,1.3,"2013-01-01 00:00",1,"2013-01-16 00:00",0.54,"2013-01-22 00:00",0.45,"2013-02-24 00:00","","","","",1.3,1.3,1.3,1,0.34,0.14,0.01,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2013-08-13" +"06","067","0010","88391",5,38.558228,-121.492981,"NAD83","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,4,"","","Certification not required",16,0.029,0.040898,0.13,"2013-01-01 00:00",0.12,"2013-01-16 00:00",0.11,"2013-01-22 00:00",0.06,"2013-01-28 00:00","","","","",0.13,0.13,0.13,0.12,0.01,0.01,0.01,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2013-08-13" +"06","067","0010","88392",5,38.558228,-121.492981,"NAD83","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,4,"","","Certification not required",18,0.0195,0.029643,0.12,"2013-01-01 00:00",0.09,"2013-01-16 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-22 00:00","","","","",0.12,0.12,0.12,0.09,0.01,0.01,0.01,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2013-08-13" +"06","067","0010","88403",5,38.558228,-121.492981,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,53,61,0,11,"","","Certification not required",2,0.75918,0.320881,1.5,"2013-07-30 00:00",1.42,"2013-01-01 00:00",1.28,"2013-07-21 00:00",1.26,"2013-05-07 00:00","","","","",1.5,1.42,1.26,1.15,0.96,0.79,0.37,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-06" +"06","067","0010","88501",3,38.558228,-121.492981,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",741,51,5,61,0,0,"","","Certification not required",0,18.645074,12.63188,104,"2013-01-01 00:00",70,"2013-01-01 01:00",58,"2013-01-19 23:00",52,"2013-01-01 21:00","","","","",50,47,42,36,26,17,3,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","88501",3,38.558228,-121.492981,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",31,51,5,61,0,0,"","","Certification not required",0,18.590323,9.117286,35.2,"2013-01-17 00:00",34.7,"2013-01-16 00:00",33.7,"2013-01-05 00:00",32.5,"2013-01-23 00:00","","","","",35.2,35.2,34.7,32.5,23,21.9,6.5,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-13" +"06","067","0010","88502",5,38.558228,-121.492981,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,52,61,0,12,"","","Certification not required",0,10.54,9.237198,41.1,"2013-12-30 00:00",35,"2013-12-24 00:00",33.5,"2013-01-16 00:00",25.8,"2013-12-12 00:00","","","","",41.1,35,33.5,24.8,16.3,7.2,2.4,"Sacramento-1309 T Street","1309 T ST., SACRAMENTO, CA. 95814","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","067","0011","42601",1,38.302591,-121.420838,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8403,96,355,365,0,357,"","","Certification not required",0,1.563489,5.476475,72,"2013-11-27 09:00",71,"2013-12-10 07:00",68,"2013-01-22 07:00",64,"2013-01-18 08:00","","","","",29,19,9,4,0,0,0,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","42602",1,38.302591,-121.420838,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8403,96,355,365,0,357,0,"","Certification not required",0,13.428169,8.293847,38,"2013-01-31 21:00",38,"2013-12-11 18:00",37,"2013-12-26 16:00",36,"2013-10-22 18:00","","","","",36,33,30,26,19,11,4,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","42602",1,38.302591,-121.420838,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8403,96,355,365,0,357,"","","Certification not required",0,6.348685,5.674,38,"2013-01-31 21:00",38,"2013-12-11 18:00",37,"2013-12-11 19:00",37,"2013-12-26 16:00","","","","",26,22,18,14,9,4,1,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","42603",1,38.302591,-121.420838,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8403,96,355,365,0,357,"","","Certification not required",0,8.061764,9.589994,98,"2013-11-27 09:00",93,"2013-12-10 07:00",88,"2013-01-18 09:00",88,"2013-01-22 07:00","","","","",49,38,26,18,10,5,1,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","43102",1,38.302591,-121.420838,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",8239,100,179,122,0,521,"","","Certification not required",6577,8.129488,22.883888,340,"2013-09-24 09:00",240,"2013-09-08 02:00",220,"2013-11-27 09:00",200,"2013-10-18 08:00","","","","",120,90,60,30,0.05,0.05,0.05,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","44201",1,38.302591,-121.420838,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8386,96,350,365,0,374,0,0,"Certification not required",856,0.044077,0.012246,0.086,"2013-06-08 11:00",0.081,"2013-07-01 13:00",0.078,"2013-07-30 15:00",0.077,"2013-07-02 14:00","","","","",0.077,0.069,0.066,0.059,0.052,0.043,0.029,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","44201",1,38.302591,-121.420838,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8517,94,344,365,0,0,0,0,"Certification not required",0,0.037209,0.010975,0.068,"2013-05-03 10:00",0.066,"2013-07-09 11:00",0.063,"2013-06-08 09:00",0.062,"2013-07-01 11:00","","","","",0.062,0.06,0.055,0.053,0.044,0.037,0.023,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","44201",1,38.302591,-121.420838,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8517,94,344,365,0,0,0,0,"Certification not required",0,0.037209,0.010975,0.068,"2013-05-03 10:00",0.066,"2013-07-09 11:00",0.063,"2013-06-08 09:00",0.062,"2013-07-01 11:00","","","","",0.062,0.06,0.055,0.053,0.044,0.037,0.023,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","61103",1,38.302591,-121.420838,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8736,100,365,365,0,24,"","","Certification not required",0,5.127198,3.802792,24.3,"2013-10-27 16:00",24.1,"2013-06-09 16:00",22.9,"2013-04-08 08:00",22.9,"2013-06-09 17:00","","","","",16.7,15,12.8,10.7,7.2,4.1,1.2,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","61104",1,38.302591,-121.420838,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8736,100,365,365,0,24,"","","Certification not required",0,222.567674,91.63344,359.9,"2013-10-04 10:00",359.8,"2013-02-15 05:00",359.8,"2013-03-09 10:00",359.8,"2013-03-29 07:00","","","","",354.9,350,341.9,332.9,283.5,246,72.7,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","62101",1,38.302591,-121.420838,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",8739,100,365,365,0,21,"","","Certification not required",0,59.839799,13.906572,104,"2013-06-08 15:00",103,"2013-06-08 14:00",103,"2013-06-29 15:00",103,"2013-06-29 16:00","","","","",94,90,85,79,69,59,42,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","62107",1,38.302591,-121.420838,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8755,100,365,365,0,5,"","","Certification not required",0,74.479383,2.077629,81,"2013-03-06 03:00",79,"2013-01-05 03:00",79,"2013-01-11 03:00",79,"2013-01-13 03:00","","","","",79,79,77,77,77,75,72,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","62201",1,38.302591,-121.420838,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8736,100,365,365,0,24,"","","Certification not required",0,59.62168,23.38004,99,"2013-11-11 07:00",99,"2013-11-11 08:00",99,"2013-11-26 02:00",99,"2013-11-26 03:00","","","","",98,97,96,92,79,60,27,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","63301",1,38.302591,-121.420838,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8736,100,365,365,0,24,"","","Certification not required",4220,0.329915,0.437382,1.5,"2013-06-14 11:00",1.49,"2013-06-14 12:00",1.46,"2013-05-22 12:00",1.46,"2013-06-13 12:00","","","","",1.4,1.36,1.26,1.08,0.65,0.02,0.005,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","63302",1,38.302591,-121.420838,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",8398,96,347,365,0,362,"","","Certification not required",4979,0.019383,0.021826,0.11,"2013-09-09 14:00",0.1,"2013-09-09 15:00",0.09,"2013-06-12 12:00",0.09,"2013-06-13 12:00","","","","",0.08,0.08,0.07,0.06,0.03,0.005,0.005,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","64101",1,38.302591,-121.420838,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8736,100,365,365,0,24,"","","Certification not required",0,1013.808951,6.115115,1034,"2013-01-15 08:00",1034,"2013-01-15 09:00",1034,"2013-01-15 10:00",1033,"2013-01-15 07:00","","","","",1028,1027,1025,1022,1018,1013,1007,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","65102",1,38.302591,-121.420838,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8709,99,363,365,0,51,"","","Certification not required",0,0.000527,0.00791,0.29,"2013-05-06 17:00",0.26,"2013-03-31 02:00",0.21,"2013-03-30 22:00",0.2,"2013-04-04 05:00","","","","",0,0,0,0,0,0,0,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","88501",3,38.302591,-121.420838,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8566,98,360,365,0,194,"","","Certification not required",0,7.994747,8.602181,90,"2013-05-01 23:00",77,"2013-05-02 00:00",71,"2013-01-23 14:00",69,"2013-01-23 13:00","","","","",41,35,26,19,10,6,0,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0011","88501",3,38.302591,-121.420838,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,7.8975,7.085052,38,"2013-12-24 00:00",35.3,"2013-01-23 00:00",34,"2013-12-30 00:00",33,"2013-12-16 00:00","","","","",33,30.9,24.8,18.1,9.6,5.7,1.9,"Elk Grove-Bruceville"," 12490 BRUCEVILLE RD, ELK GROVE, CA","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42600",1,38.683304,-121.164457,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8515,97,355,365,0,245,"","","Certification not required",0,5.179096,5.630401,66,"2013-11-26 08:00",65,"2013-02-06 08:00",58,"2013-02-20 08:00",56,"2013-02-06 09:00","","","","",28,23,16,12,7,3,1,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42601",1,38.683304,-121.164457,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6176,71,258,365,0,2584,"","","Certification not required",0,0.48899,1.890237,38,"2013-02-06 08:00",38,"2013-02-20 08:00",38,"2013-11-26 08:00",33,"2013-02-20 07:00","","","","",7,4,2,1,0,0,0,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42601",2,38.683304,-121.164457,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8515,97,355,365,0,245,"","","Certification not required",0,0.451791,1.920518,46,"2013-11-26 08:00",44,"2013-02-06 08:00",42,"2013-02-20 08:00",37,"2013-02-06 09:00","","","","",8,5,2,1,0,0,0,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42602",1,38.683304,-121.164457,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6176,71,258,365,0,2584,0,"","Certification not required",0,10.465116,5.820327,29,"2013-01-17 19:00",29,"2013-12-02 17:00",28,"2013-11-14 17:00",27,"2013-01-14 19:00","","","","",29,26,21,18,15,9,4,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42602",1,38.683304,-121.164457,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6176,71,258,365,0,2584,"","","Certification not required",0,4.319139,3.729388,30,"2013-12-30 18:00",29,"2013-01-17 19:00",29,"2013-12-02 17:00",28,"2013-01-17 18:00","","","","",18,16,12,9,5,3,1,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42603",1,38.683304,-121.164457,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6176,71,258,365,0,2584,"","","Certification not required",0,4.960168,4.790716,55,"2013-02-06 08:00",53,"2013-11-26 08:00",52,"2013-02-20 08:00",47,"2013-02-06 09:00","","","","",24,19,14,10,6,3,1,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","42612",1,38.683304,-121.164457,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8515,97,355,365,0,245,"","","Certification not required",0,4.576512,4.588248,42,"2013-12-21 01:00",37,"2013-12-18 17:00",37,"2013-12-18 18:00",36,"2013-12-02 17:00","","","","",22,18,14,10,6,3,1,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","43102",1,38.683304,-121.164457,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",4860,100,117,122,0,3900,"","","Certification not required",3429,11.220463,24.814357,300,"2013-05-12 20:00",260,"2013-06-04 13:00",190,"2013-06-02 15:00",190,"2013-08-14 10:00","","","","",110,90,70,40,10,0.05,0.05,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","44201",1,38.683304,-121.164457,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8161,95,345,365,0,599,0,0,"Certification not required",95,0.051638,0.016045,0.114,"2013-07-03 15:00",0.105,"2013-08-19 14:00",0.1,"2013-08-20 16:00",0.099,"2013-07-20 15:00","","","","",0.099,0.088,0.081,0.075,0.061,0.05,0.034,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","44201",1,38.683304,-121.164457,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8242,94,342,365,0,0,1,1,"Certification not required",0,0.045099,0.013978,0.087,"2013-07-03 11:00",0.084,"2013-07-20 11:00",0.083,"2013-08-19 12:00",0.079,"2013-07-19 11:00","","","","",0.079,0.075,0.07,0.064,0.054,0.044,0.027,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","44201",1,38.683304,-121.164457,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8242,94,342,365,0,0,6,6,"Certification not required",0,0.045099,0.013978,0.087,"2013-07-03 11:00",0.084,"2013-07-20 11:00",0.083,"2013-08-19 12:00",0.079,"2013-07-19 11:00","","","","",0.079,0.075,0.07,0.064,0.054,0.044,0.027,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","61103",1,38.683304,-121.164457,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8438,96,349,365,0,322,"","","Certification not required",0,2.827696,1.834693,12.2,"2013-04-08 09:00",12.2,"2013-04-09 15:00",12.2,"2013-11-22 12:00",12,"2013-04-08 13:00","","","","",8.7,7.6,6.2,5.2,3.9,2.5,0.8,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","61104",1,38.683304,-121.164457,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8437,96,349,365,0,323,"","","Certification not required",0,181.836044,102.180375,359.9,"2013-01-20 06:00",359.9,"2013-12-11 18:00",359.9,"2013-12-25 23:00",359.8,"2013-04-23 06:00","","","","",356.7,353.9,343.4,327.9,258.6,178,27.2,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","62101",1,38.683304,-121.164457,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",8531,97,353,365,0,229,"","","Certification not required",0,65.269253,16.091016,114,"2013-06-30 15:00",114,"2013-07-04 14:00",114,"2013-07-04 15:00",114,"2013-07-04 16:00","","","","",105,102,96,89,76,63,46,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","62107",1,38.683304,-121.164457,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8606,98,357,365,0,154,"","","Certification not required",0,74.653614,1.549434,81,"2013-01-03 11:00",81,"2013-03-05 11:00",81,"2013-03-05 12:00",79,"2013-01-01 07:00","","","","",79,77,77,77,75,75,73,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","62201",1,38.683304,-121.164457,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8531,97,353,365,0,229,"","","Certification not required",0,57.320713,22.111172,100,"2013-01-26 03:00",100,"2013-01-26 04:00",100,"2013-01-26 05:00",100,"2013-01-26 06:00","","","","",99,97,93,87,75,57,28,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","63301",1,38.683304,-121.164457,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8531,97,353,365,0,229,"","","Certification not required",4151,0.33878,0.456815,1.54,"2013-05-22 12:00",1.54,"2013-05-31 12:00",1.54,"2013-06-12 12:00",1.54,"2013-06-15 12:00","","","","",1.47,1.43,1.33,1.13,0.65,0.02,0.005,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","88101",4,38.683304,-121.164457,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6360,73,272,365,0,240,"","","Certification not required",0,7.801887,6.328065,105,"2013-12-08 22:00",65,"2013-07-04 20:00",61,"2013-12-09 03:00",60,"2013-08-19 20:00","","","","",34,28,20,14,9,6,2,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","88101",4,38.683304,-121.164457,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,7.754545,4.729888,29.2,"2013-07-29 00:00",29.2,"2013-12-22 00:00",26.9,"2013-08-19 00:00",24.5,"2013-07-30 00:00","","","","",26.9,21.7,16.2,13.1,9.3,6.7,3.3,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","88101",4,38.683304,-121.164457,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,7.754545,4.729888,29.2,"2013-07-29 00:00",29.2,"2013-12-22 00:00",26.9,"2013-08-19 00:00",24.5,"2013-07-30 00:00","","","","",26.9,21.7,16.2,13.1,9.3,6.7,3.3,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0012","88501",3,38.683304,-121.164457,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2144,24,90,365,0,16,"","","Certification not required",0,7.526119,6.616081,57,"2013-01-05 21:00",54,"2013-01-05 22:00",49,"2013-01-05 20:00",44,"2013-01-05 19:00","","","","",31,26,21,16,10,6,1,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2013-06-03" +"06","067","0012","88501",3,38.683304,-121.164457,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",90,25,90,365,0,0,"","","Certification not required",0,7.453333,4.687809,27.2,"2013-01-05 00:00",25.1,"2013-01-24 00:00",19.6,"2013-02-14 00:00",18.4,"2013-01-06 00:00","","","","",27.2,25.1,16.6,14.1,9.2,6.2,3.1,"Folsom-Natoma","50 NATOMA STREET, FOLSOM","California","Sacramento","Folsom","Sacramento--Arden-Arcade--Roseville, CA","2013-06-03" +"06","067","0014","42101",1,38.650783,-121.506767,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7735,88,322,365,0,1025,0,0,"Certification not required",6655,0.314848,0.185131,1.9,"2013-01-18 23:00",1.9,"2013-01-19 00:00",1.7,"2013-01-18 21:00",1.7,"2013-01-18 22:00","","","","",1.1,1,0.7,0.5,0.25,0.25,0.25,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","42101",1,38.650783,-121.506767,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7805,89,311,365,0,0,0,0,"Certification not required",0,0.352646,0.141873,1.7,"2013-01-19 04:00",1.6,"2013-01-19 03:00",1.6,"2013-01-19 05:00",1.6,"2013-01-19 06:00",1.7,"2013-01-19 04:00",1.4,"2013-01-20 02:00",1,0.8,0.7,0.5,0.3,0.3,0.3,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","42601",1,38.650783,-121.506767,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7328,84,303,365,0,1432,"","","Certification not required",0,5.536572,14.355202,154,"2013-01-18 21:00",149,"2013-01-18 22:00",140,"2013-01-17 08:00",134,"2013-01-18 23:00","","","","",73,57,35,17,3,0,0,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","42602",1,38.650783,-121.506767,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7328,84,303,365,0,1432,0,"","Certification not required",0,21.759076,11.623995,49,"2013-10-21 22:00",48,"2013-10-22 20:00",47,"2013-11-08 18:00",47,"2013-11-13 18:00","","","","",47,46,41,38,31,21,7,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","42602",1,38.650783,-121.506767,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7328,84,303,365,0,1432,"","","Certification not required",0,9.780568,9.078515,50,"2013-10-18 19:00",49,"2013-10-21 22:00",48,"2013-10-22 20:00",47,"2013-09-19 19:00","","","","",38,34,29,24,14,6,2,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","42603",1,38.650783,-121.506767,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7328,84,303,365,0,1432,"","","Certification not required",0,15.53357,20.953222,189,"2013-01-18 21:00",183,"2013-01-18 22:00",171,"2013-01-17 08:00",167,"2013-01-18 23:00","","","","",100,85,61,42,18,7,2,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","43102",1,38.650783,-121.506767,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",7470,85,306,365,0,1290,"","","Certification not required",1865,65.020515,92.116504,830,"2013-10-23 19:00",750,"2013-03-02 00:00",680,"2013-03-02 01:00",650,"2013-01-19 00:00","","","","",440,360,270,180,80,30,0.05,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","44201",1,38.650783,-121.506767,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8232,93,338,365,0,528,0,0,"Certification not required",1448,0.045609,0.013071,0.09,"2013-08-19 14:00",0.088,"2013-07-03 13:00",0.079,"2013-05-11 13:00",0.077,"2013-07-09 17:00","","","","",0.077,0.074,0.066,0.063,0.055,0.044,0.029,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","44201",1,38.650783,-121.506767,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8301,90,328,365,0,0,0,0,"Certification not required",0,0.038497,0.012311,0.072,"2013-07-03 10:00",0.07,"2013-05-03 11:00",0.07,"2013-08-19 12:00",0.068,"2013-05-11 11:00","","","","",0.068,0.064,0.059,0.054,0.047,0.038,0.023,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","44201",1,38.650783,-121.506767,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8301,90,328,365,0,0,0,0,"Certification not required",0,0.038497,0.012311,0.072,"2013-07-03 10:00",0.07,"2013-05-03 11:00",0.07,"2013-08-19 12:00",0.068,"2013-05-11 11:00","","","","",0.068,0.064,0.059,0.054,0.047,0.038,0.023,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","61103",1,38.650783,-121.506767,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7473,85,309,365,0,1287,"","","Certification not required",0,4.056617,2.889824,21.8,"2013-10-27 16:00",18.1,"2013-10-27 15:00",18.1,"2013-11-21 16:00",17.9,"2013-10-27 18:00","","","","",12.8,11.5,9.3,7.8,5.8,3.7,0.8,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","61104",1,38.650783,-121.506767,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7473,85,309,365,0,1287,"","","Certification not required",0,205.129105,95.410333,359.9,"2013-02-08 04:00",359.9,"2013-10-14 16:00",359.9,"2013-10-16 18:00",359.9,"2013-11-13 06:00","","","","",359,356.9,351.2,342.9,302,188.5,81.2,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","62101",1,38.650783,-121.506767,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",8425,96,351,365,0,335,"","","Certification not required",0,64.664926,15.447361,111,"2013-07-04 14:00",111,"2013-07-04 15:00",110,"2013-07-04 16:00",109,"2013-06-08 17:00","","","","",101,98,92,87,75,64,45,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","62107",1,38.650783,-121.506767,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8163,93,339,365,0,597,"","","Certification not required",0,76.622075,2.819383,82,"2013-01-02 00:00",82,"2013-01-02 01:00",82,"2013-01-02 03:00",82,"2013-01-02 04:00","","","","",81,81,81,79,79,77,72,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","62201",1,38.650783,-121.506767,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8645,99,360,365,0,115,"","","Certification not required",0,51.900868,21.8474,98,"2013-11-20 00:00",98,"2013-11-20 01:00",98,"2013-11-20 02:00",98,"2013-11-20 03:00","","","","",97,96,91,82,68,51,23,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","63301",1,38.650783,-121.506767,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8697,99,363,365,0,63,"","","Certification not required",4025,0.332974,0.441973,1.5,"2013-05-29 11:00",1.49,"2013-05-21 11:00",1.49,"2013-05-21 12:00",1.48,"2013-05-29 12:00","","","","",1.41,1.37,1.28,1.1,0.65,0.02,0.005,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","81102",1,38.650783,-121.506767,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,98,60,61,0,0,0,0,"Certification not required",0,18.590164,10.65892,51,"2013-05-01 00:00",44,"2013-10-19 00:00",43,"2013-11-12 00:00",37,"2013-04-22 00:00","","","","",51,44,37,36,23,17,7,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0014","81102",3,38.650783,-121.506767,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7530,86,312,365,0,1230,"","","Certification not required",0,17.412749,16.343785,252,"2013-04-30 09:00",250,"2013-08-20 14:00",240,"2013-04-30 10:00",210,"2013-04-30 14:00","","","","",82,63,44,34,23,14,3,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","81102",3,38.650783,-121.506767,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",312,85,312,365,0,0,0,0,"Certification not required",0,16.907051,10.072136,95,"2013-04-30 00:00",68,"2013-05-04 00:00",64,"2013-05-01 00:00",57,"2013-05-03 00:00","","","","",57,51,36,25,19,15,8,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","0014","85101",1,38.650783,-121.506767,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,60,61,0,0,"","","Certification not required",0,19.098361,10.903677,51,"2013-05-01 00:00",45,"2013-10-19 00:00",45,"2013-11-12 00:00",38,"2013-12-24 00:00","","","","",51,45,38,37,24,17,8,"SACRAMENTO-GOLDENLAND COURT","68 GOLDENLAND COURT, SACRAMENTO, CA 95834","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0284","81102",1,38.551388,-121.336666,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,92,56,61,0,4,0,0,"Certification not required",0,23.157895,11.905565,59,"2013-12-30 00:00",48,"2013-05-01 00:00",48,"2013-11-12 00:00",45,"2013-11-06 00:00","","","","",59,48,48,38,30,20,9,"BRANCH CENTER ROAD #2","3847 BRANCH CENTER ROAD","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","0284","85101",1,38.551388,-121.336666,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,56,61,0,4,"","","Certification not required",0,23.789474,12.380481,63,"2013-12-30 00:00",49,"2013-05-01 00:00",49,"2013-11-12 00:00",47,"2013-11-06 00:00","","","","",63,49,49,41,31,20,10,"BRANCH CENTER ROAD #2","3847 BRANCH CENTER ROAD","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","4001","62107",1,38.556326,-121.458499,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8744,100,365,365,0,16,"","","Certification not required",0,82.153934,16.745352,122,"2013-08-27 15:00",122,"2013-08-28 15:00",122,"2013-08-30 14:00",120,"2013-08-15 14:00","","","","",117,117,113,108,93,81,61,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","4001","68101",1,38.556326,-121.458499,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",115,100,60,61,0,9,"","","Certification not required",97,0.084783,0.091088,0.4,"2013-01-13 00:00",0.4,"2013-07-03 00:00",0.4,"2013-08-26 00:00",0.4,"2013-08-29 00:00","","","","",0.4,0.4,0.3,0.2,0.05,0.05,0.05,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68102",1,38.556326,-121.458499,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,100,60,61,0,9,"","","Certification not required",0,24.070435,0.206463,24.1,"2013-01-01 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-16 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68103",1,38.556326,-121.458499,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,9,"","","Certification not required",0,9.816522,5.65507,20.9,"2013-06-30 00:00",20.7,"2013-07-03 00:00",17.8,"2013-06-27 00:00",17.8,"2013-08-17 00:00","","","","",20.7,17.8,17.2,16.4,14.2,11,1.3,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68104",1,38.556326,-121.458499,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,9,"","","Certification not required",0,25.908696,8.243228,42.5,"2013-06-30 00:00",42.3,"2013-07-03 00:00",39.3,"2013-07-09 00:00",38.7,"2013-07-24 00:00","","","","",42.3,39.3,37.9,35.7,33.1,25.9,15.3,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68105",1,38.556326,-121.458499,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,9,"","","Certification not required",0,16.941739,6.69666,31,"2013-06-30 00:00",30.6,"2013-07-03 00:00",28,"2013-07-09 00:00",27.2,"2013-07-24 00:00","","","","",30.6,28,25.7,24.2,22.8,17.7,7.7,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68106",1,38.556326,-121.458499,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,9,"","","Certification not required",0,755.904348,4.673505,767,"2013-12-09 00:00",766,"2013-01-16 00:00",765,"2013-01-01 00:00",765,"2013-02-12 00:00","","","","",766,765,764,763,760,755,750,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68107",1,38.556326,-121.458499,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,9,"","","Certification not required",0,761.973913,4.124086,772,"2013-01-16 00:00",772,"2013-12-09 00:00",771,"2013-02-12 00:00",770,"2013-12-15 00:00","","","","",772,771,769,768,765,761,757,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68108",1,38.556326,-121.458499,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,9,"","","Certification not required",0,759.278261,4.233426,770,"2013-12-09 00:00",769,"2013-01-16 00:00",768,"2013-02-12 00:00",768,"2013-12-15 00:00","","","","",769,768,767,765,762,758,754,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","68109",1,38.556326,-121.458499,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",115,100,60,61,0,9,"","","Certification not required",0,1438.704348,11.831399,1440,"2013-01-01 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","81102",2,38.556326,-121.458499,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,95,58,61,0,3,0,0,"Certification not required",1,19.440678,10.424228,47,"2013-12-30 00:00",46,"2013-05-01 00:00",39,"2013-11-12 00:00",39,"2013-12-24 00:00","","","","",47,46,39,38,26,17,9,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","4001","85101",1,38.556326,-121.458499,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,58,61,0,3,"","","Certification not required",1,19.949153,10.861866,50,"2013-12-30 00:00",46,"2013-05-01 00:00",42,"2013-12-24 00:00",40,"2013-11-12 00:00","","","","",50,46,42,38,26,17,9,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-02-07" +"06","067","4001","88101",1,38.556326,-121.458499,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,9,3,3,"Certification not required",0,9.418261,7.833392,40,"2013-12-30 00:00",36.5,"2013-12-24 00:00",35.9,"2013-12-15 00:00",32.4,"2013-01-16 00:00","","","","",36.5,35.9,25.2,20.7,10.5,6.8,3.1,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","4001","88101",1,38.556326,-121.458499,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,9,"","","Certification not required",0,9.418261,7.833392,40,"2013-12-30 00:00",36.5,"2013-12-24 00:00",35.9,"2013-12-15 00:00",32.4,"2013-01-16 00:00","","","","",36.5,35.9,25.2,20.7,10.5,6.8,3.1,"Sacramento-Health Dept.","HLTH CTR-2221 STOCKTON BLVD, SACRAMENTO","California","Sacramento","Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","067","5003","44201",1,38.494475,-121.211131,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8002,97,208,214,0,758,0,0,"Certification not required",194,0.055495,0.013735,0.105,"2013-08-19 15:00",0.095,"2013-07-09 14:00",0.089,"2013-07-02 15:00",0.085,"2013-08-30 14:00","","","","",0.089,0.084,0.08,0.074,0.064,0.056,0.045,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","44201",1,38.494475,-121.211131,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8144,97,207,214,0,0,0,0,"Certification not required",0,0.048329,0.011671,0.083,"2013-08-19 11:00",0.076,"2013-05-03 11:00",0.075,"2013-07-09 11:00",0.073,"2013-07-02 09:00","","","","",0.075,0.071,0.067,0.064,0.057,0.049,0.04,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","44201",1,38.494475,-121.211131,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8144,97,207,214,0,0,2,2,"Certification not required",0,0.048329,0.011671,0.083,"2013-08-19 11:00",0.076,"2013-05-03 11:00",0.075,"2013-07-09 11:00",0.073,"2013-07-02 09:00","","","","",0.075,0.071,0.067,0.064,0.057,0.049,0.04,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","61103",1,38.494475,-121.211131,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,3.814016,2.358813,19,"2013-10-27 17:00",16.9,"2013-10-27 16:00",16.5,"2013-12-06 21:00",15.7,"2013-07-23 00:00","","","","",11.5,10.1,8.5,7,5,3.3,1.4,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","61104",1,38.494475,-121.211131,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,193.947818,90.361812,359.8,"2013-04-18 13:00",359.7,"2013-01-06 20:00",359.6,"2013-11-04 05:00",359.4,"2013-12-08 03:00","","","","",345.4,336.1,325.9,316.4,272,203.7,75.6,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","62107",1,38.494475,-121.211131,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,73.660046,3.809387,99,"2013-10-16 16:00",99,"2013-10-16 17:00",99,"2013-10-16 18:00",97,"2013-10-16 15:00","","","","",86,84,79,77,75,73,70,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","88501",3,38.494475,-121.211131,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1358,93,56,61,0,106,"","","Certification not required",0,11.150957,6.614451,57,"2013-11-06 06:00",53,"2013-11-06 08:00",47,"2013-11-06 07:00",43,"2013-11-06 09:00","","","","",30,27,23,20,15,10,4,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","067","5003","88501",3,38.494475,-121.211131,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,"","","Certification not required",0,11.135714,4.228063,20.5,"2013-11-06 00:00",18.3,"2013-12-14 00:00",18.3,"2013-12-30 00:00",18,"2013-12-15 00:00","","","","",20.5,18.3,18.3,17.6,13.5,11.8,5.5,"Sloughhouse","7520 SLOUGHHOUSE ROAD, SLOUGHHOUSE","California","Sacramento","","Sacramento--Arden-Arcade--Roseville, CA","2014-02-11" +"06","069","0002","44201",1,36.844096,-121.362121,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7980,91,333,365,0,23,0,0,"Certification not required",83,0.042907,0.009128,0.076,"2013-05-02 13:00",0.074,"2013-05-03 12:00",0.069,"2013-06-01 12:00",0.068,"2013-10-17 14:00","","","","",0.068,0.066,0.059,0.055,0.048,0.042,0.033,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","44201",1,36.844096,-121.362121,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7980,91,333,365,0,0,0,0,"Certification not required",0,0.037276,0.008256,0.07,"2013-05-02 12:00",0.067,"2013-05-03 10:00",0.059,"2013-05-20 10:00",0.059,"2013-10-17 11:00","","","","",0.059,0.057,0.052,0.048,0.042,0.037,0.029,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","44201",1,36.844096,-121.362121,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7980,91,333,365,0,0,0,0,"Certification not required",0,0.037276,0.008256,0.07,"2013-05-02 12:00",0.067,"2013-05-03 10:00",0.059,"2013-05-20 10:00",0.059,"2013-10-17 11:00","","","","",0.059,0.057,0.052,0.048,0.042,0.037,0.029,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","61101",1,36.844096,-121.362121,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",7990,91,331,365,0,13,"","","Certification not required",0,4.739337,2.809003,23.2,"2013-05-05 09:00",23.2,"2013-05-05 14:00",22.2,"2013-05-05 08:00",21.8,"2013-03-05 21:00","","","","",12.6,11.6,10.3,8.9,6.2,3.9,1.9,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","61102",1,36.844096,-121.362121,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7990,91,331,365,0,13,"","","Certification not required",0,226.523154,95.672176,359,"2013-02-26 13:00",359,"2013-04-05 01:00",359,"2013-05-15 20:00",359,"2013-05-27 01:00","","","","",354,350,340,329,305,274,96,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","62101",1,36.844096,-121.362121,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",7989,91,331,365,0,13,"","","Certification not required",0,58.080861,11.361144,97,"2013-06-28 12:00",97,"2013-06-29 11:00",97,"2013-06-29 12:00",96,"2013-06-29 14:00","","","","",87,84,79,74,65,57,44,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","81102",3,36.844096,-121.362121,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7717,88,321,365,0,286,"","","Certification not required",145,20.793961,15.484756,508,"2013-06-13 08:00",421,"2013-06-13 09:00",411,"2013-06-13 07:00",193,"2013-11-01 10:00","","","","",61,52,43,36,27,18,8,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","81102",3,36.844096,-121.362121,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",321,88,321,365,0,0,0,0,"Certification not required",0,20.286604,9.631594,98,"2013-06-13 00:00",50,"2013-05-02 00:00",49,"2013-10-05 00:00",43,"2013-05-03 00:00","","","","",43,42,36,32,26,19,10,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","88101",3,36.844096,-121.362121,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7508,86,324,365,0,495,"","","Certification not required",0,5.88439,5.324624,141,"2013-07-04 21:00",127,"2013-07-04 20:00",58,"2013-07-04 22:00",42,"2013-01-04 13:00","","","","",22,19,15,11,8,5,1,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","88101",3,36.844096,-121.362121,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",308,84,308,365,0,0,0,0,"Certification not required",0,5.81526,3.251298,21.2,"2013-11-26 00:00",20,"2013-02-02 00:00",19.7,"2013-07-04 00:00",16,"2013-11-27 00:00","","","","",16,15,11.4,9.5,7.5,5.4,2.4,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0002","88101",3,36.844096,-121.362121,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",308,84,308,365,0,0,"","","Certification not required",0,5.81526,3.251298,21.2,"2013-11-26 00:00",20,"2013-02-02 00:00",19.7,"2013-07-04 00:00",16,"2013-11-27 00:00","","","","",16,15,11.4,9.5,7.5,5.4,2.4,"Hollister 2","1979 Fairview Rd","California","San Benito","Hollister","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","069","0003","44201",1,36.485217,-121.156556,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8445,97,353,365,0,315,0,0,"Certification not required",176,0.049895,0.010349,0.096,"2013-06-07 19:00",0.08,"2013-06-01 18:00",0.08,"2013-07-24 17:00",0.078,"2013-05-31 16:00","","","","",0.078,0.074,0.068,0.064,0.056,0.048,0.038,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","44201",1,36.485217,-121.156556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8473,96,352,365,0,0,0,0,"Certification not required",0,0.044963,0.009359,0.074,"2013-06-07 14:00",0.071,"2013-05-02 10:00",0.071,"2013-05-03 10:00",0.071,"2013-05-31 13:00","","","","",0.071,0.066,0.062,0.057,0.051,0.044,0.035,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","44201",1,36.485217,-121.156556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8473,96,352,365,0,0,0,0,"Certification not required",0,0.044963,0.009359,0.074,"2013-06-07 14:00",0.071,"2013-05-02 10:00",0.071,"2013-05-03 10:00",0.071,"2013-05-31 13:00","","","","",0.071,0.066,0.062,0.057,0.051,0.044,0.035,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","61101",1,36.485217,-121.156556,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8728,100,362,365,0,32,"","","Certification not required",0,4.566602,1.952931,15,"2013-05-05 03:00",15,"2013-05-05 04:00",14.4,"2013-05-05 01:00",13.8,"2013-05-05 02:00","","","","",9.9,9.1,8.2,7.2,5.8,4.3,2.1,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","61103",1,36.485217,-121.156556,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8728,100,362,365,0,32,"","","Certification not required",0,4.165972,1.966165,14.8,"2013-05-05 03:00",14.8,"2013-05-05 04:00",14.2,"2013-05-05 01:00",13.6,"2013-05-05 02:00","","","","",9.5,8.9,7.8,6.8,5.2,3.9,1.7,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","61104",1,36.485217,-121.156556,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8728,100,362,365,0,32,"","","Certification not required",0,105.554308,113.726586,360,"2013-01-07 01:00",360,"2013-01-07 05:00",360,"2013-01-29 15:00",360,"2013-02-13 16:00","","","","",358,355,346,317,185,32,14,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","61106",1,36.485217,-121.156556,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8728,100,362,365,0,32,"","","Certification not required",0,21.575962,14.627194,88,"2013-07-17 05:00",86,"2013-10-28 01:00",81,"2013-01-23 12:00",81,"2013-11-05 11:00","","","","",67,61,52,44,29,17,7,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","62101",1,36.485217,-121.156556,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8727,100,362,365,0,33,"","","Certification not required",0,58.0597,17.229298,106,"2013-07-01 12:00",106,"2013-07-03 14:00",105,"2013-06-28 13:00",105,"2013-06-28 14:00","","","","",98,94,89,83,70,56,37,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","62201",1,36.485217,-121.156556,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8679,99,359,365,0,81,"","","Certification not required",0,57.497984,26.972449,100,"2013-07-27 05:00",100,"2013-07-28 05:00",100,"2013-08-04 05:00",100,"2013-08-04 06:00","","","","",98,98,96,93,82,59,20,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","63301",1,36.485217,-121.156556,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8734,100,362,365,0,26,"","","Certification not required",4324,0.335871,0.454517,1.55,"2013-06-15 12:00",1.55,"2013-07-08 12:00",1.54,"2013-05-22 11:00",1.54,"2013-05-22 12:00","","","","",1.47,1.43,1.29,1.11,0.67,0.01,0.005,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","65102",1,36.485217,-121.156556,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8710,99,362,365,0,50,"","","Certification not required",0,0.000226,0.003786,0.18,"2013-02-19 13:00",0.16,"2013-12-07 03:00",0.1,"2013-01-05 22:00",0.07,"2013-01-05 20:00","","","","",0,0,0,0,0,0,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","069","0003","85101",1,36.485217,-121.156556,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.307463,4.457712,21.9164,"2013-05-01 00:00",21.494,"2013-05-04 00:00",16.2828,"2013-04-22 00:00",15.2529,"2013-05-07 00:00","","","","",21.9164,21.494,16.2828,13.9686,10.7,6.5744,4.0015,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","86502",1,36.485217,-121.156556,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.823529,3.05094,14,"2013-05-01 00:00",12,"2013-05-04 00:00",9,"2013-04-22 00:00",9,"2013-05-07 00:00","","","","",14,12,9,8,6,3,1,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88103",1,36.485217,-121.156556,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-01-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88104",1,36.485217,-121.156556,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.037441,0.041097,0.2067,"2013-04-28 00:00",0.172,"2013-04-22 00:00",0.1258,"2013-05-04 00:00",0.1257,"2013-05-01 00:00","","","","",0.2067,0.172,0.1258,0.0634,0.042,0.0274,0.0052,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88109",1,36.485217,-121.156556,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001692,0.000748,0.0036,"2013-05-07 00:00",0.0033,"2013-03-02 00:00",0.0031,"2013-02-18 00:00",0.003,"2013-05-04 00:00","","","","",0.0036,0.0033,0.0031,0.0028,0.0021,0.0015,0.0009,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88111",1,36.485217,-121.156556,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.031563,0.029264,0.1555,"2013-04-28 00:00",0.1173,"2013-04-22 00:00",0.1038,"2013-05-04 00:00",0.0841,"2013-05-01 00:00","","","","",0.1555,0.1173,0.1038,0.0612,0.0383,0.024,0.0093,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88112",1,36.485217,-121.156556,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88114",1,36.485217,-121.156556,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000518,0.000274,0.0012,"2013-03-14 00:00",0.0011,"2013-02-15 00:00",0.001,"2013-03-23 00:00",0.001,"2013-04-28 00:00","","","","",0.0012,0.0011,0.001,0.001,0.0007,0.0005,0.0002,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88115",1,36.485217,-121.156556,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.130713,0.215324,0.9195,"2013-04-13 00:00",0.8699,"2013-05-22 00:00",0.5448,"2013-03-08 00:00",0.5084,"2013-04-16 00:00","","","","",0.9195,0.8699,0.5448,0.4195,0.1898,0.0126,0.0011,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88126",1,36.485217,-121.156556,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.030722,0.028942,0.134,"2013-04-28 00:00",0.1167,"2013-04-22 00:00",0.1034,"2013-05-01 00:00",0.1024,"2013-05-04 00:00","","","","",0.134,0.1167,0.1034,0.0649,0.0382,0.022,0.0077,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88128",1,36.485217,-121.156556,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000627,0.000692,0.003,"2013-03-23 00:00",0.002,"2013-02-03 00:00",0.002,"2013-04-22 00:00",0.002,"2013-04-28 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0.001,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88132",1,36.485217,-121.156556,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000824,0.000842,0.003,"2013-04-22 00:00",0.003,"2013-04-28 00:00",0.003,"2013-05-01 00:00",0.003,"2013-05-04 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88136",1,36.485217,-121.156556,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88140",1,36.485217,-121.156556,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.037279,0.03102,0.1317,"2013-04-13 00:00",0.1118,"2013-05-22 00:00",0.109,"2013-05-25 00:00",0.0924,"2013-04-28 00:00","","","","",0.1317,0.1118,0.109,0.0741,0.0531,0.0288,0.0037,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88152",1,36.485217,-121.156556,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.0006,0.000781,0.003,"2013-03-14 00:00",0.0029,"2013-03-23 00:00",0.0027,"2013-05-07 00:00",0.0023,"2013-05-10 00:00","","","","",0.003,0.0029,0.0027,0.0019,0.0007,0.00015,0.0001,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88154",1,36.485217,-121.156556,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.000306,0.000268,0.0012,"2013-02-03 00:00",0.001,"2013-02-24 00:00",0.001,"2013-03-14 00:00",0.0009,"2013-01-07 00:00","","","","",0.0012,0.001,0.001,0.0007,0.0004,0.0002,0.0001,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88161",1,36.485217,-121.156556,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00262,0.002525,0.0118,"2013-04-28 00:00",0.0103,"2013-04-22 00:00",0.0088,"2013-05-01 00:00",0.0087,"2013-05-04 00:00","","","","",0.0118,0.0103,0.0088,0.0047,0.0033,0.0018,0.0006,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88164",1,36.485217,-121.156556,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000176,0.00014,0.0006,"2013-05-10 00:00",0.0005,"2013-03-26 00:00",0.0005,"2013-05-04 00:00",0.0004,"2013-04-25 00:00","","","","",0.0006,0.0005,0.0005,0.0004,0.0003,0.0001,5e-05,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88165",1,36.485217,-121.156556,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.085763,0.094502,0.4338,"2013-04-28 00:00",0.393,"2013-04-22 00:00",0.3171,"2013-05-04 00:00",0.3029,"2013-05-01 00:00","","","","",0.4338,0.393,0.3171,0.1488,0.1048,0.0619,0.0091,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88167",1,36.485217,-121.156556,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001902,0.001218,0.0059,"2013-03-23 00:00",0.0058,"2013-02-15 00:00",0.0045,"2013-03-02 00:00",0.0036,"2013-05-01 00:00","","","","",0.0059,0.0058,0.0045,0.0033,0.0025,0.0015,0.0008,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88168",1,36.485217,-121.156556,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.000455,0.000337,0.0018,"2013-05-04 00:00",0.0013,"2013-04-28 00:00",0.0011,"2013-04-13 00:00",0.001,"2013-04-22 00:00","","","","",0.0018,0.0013,0.0011,0.0009,0.0006,0.0004,0.0001,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88169",1,36.485217,-121.156556,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.2095,0.119176,0.5067,"2013-05-04 00:00",0.4577,"2013-05-01 00:00",0.4523,"2013-03-23 00:00",0.4505,"2013-04-22 00:00","","","","",0.5067,0.4577,0.4523,0.3993,0.2905,0.1846,0.0826,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88176",1,36.485217,-121.156556,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000172,6.9e-05,0.0004,"2013-03-05 00:00",0.0004,"2013-03-23 00:00",0.0004,"2013-04-10 00:00",0.0003,"2013-03-02 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88180",1,36.485217,-121.156556,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.038355,0.02216,0.1232,"2013-03-23 00:00",0.0933,"2013-05-04 00:00",0.0869,"2013-04-28 00:00",0.0803,"2013-03-29 00:00","","","","",0.1232,0.0933,0.0869,0.0695,0.0441,0.0328,0.0181,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88184",1,36.485217,-121.156556,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.225013,0.19974,0.8419,"2013-04-13 00:00",0.7081,"2013-05-22 00:00",0.5877,"2013-05-25 00:00",0.5862,"2013-05-07 00:00","","","","",0.8419,0.7081,0.5877,0.4833,0.3219,0.1685,0.0104,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88185",1,36.485217,-121.156556,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000686,0.0003,0.0018,"2013-02-09 00:00",0.0016,"2013-02-03 00:00",0.0015,"2013-05-16 00:00",0.0014,"2013-01-10 00:00","","","","",0.0018,0.0016,0.0015,0.00065,0.00065,0.00065,0.0004,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88203",1,36.485217,-121.156556,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.248046,0.292467,1.1968,"2013-04-13 00:00",1.1327,"2013-05-22 00:00",0.8281,"2013-05-25 00:00",0.82,"2013-05-07 00:00","","","","",1.1968,1.1327,0.8281,0.6016,0.3932,0.1215,0.0162,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88306",1,36.485217,-121.156556,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.60449,0.535087,3.8866,"2013-02-03 00:00",1.0767,"2013-01-25 00:00",1.0425,"2013-01-01 00:00",1.0274,"2013-01-16 00:00","","","","",3.8866,1.0767,1.0425,1.0136,0.7228,0.5386,0.1953,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88320",1,36.485217,-121.156556,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.85451,0.43035,1.88,"2013-03-23 00:00",1.77,"2013-01-19 00:00",1.73,"2013-01-01 00:00",1.65,"2013-03-29 00:00","","","","",1.88,1.77,1.73,1.36,1.19,0.79,0.38,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88321",1,36.485217,-121.156556,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.163333,0.169501,1.02,"2013-03-23 00:00",0.59,"2013-03-29 00:00",0.48,"2013-01-19 00:00",0.38,"2013-04-19 00:00","","","","",1.02,0.59,0.48,0.29,0.21,0.13,0.03,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88324",1,36.485217,-121.156556,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.040102,0.034979,0.2079,"2013-01-19 00:00",0.1159,"2013-04-22 00:00",0.1119,"2013-03-23 00:00",0.0827,"2013-05-04 00:00","","","","",0.2079,0.1159,0.1119,0.0719,0.0581,0.02825,0.0153,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88325",1,36.485217,-121.156556,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.177984,0.095862,0.4582,"2013-03-23 00:00",0.3957,"2013-01-19 00:00",0.3706,"2013-03-29 00:00",0.3237,"2013-01-01 00:00","","","","",0.4582,0.3957,0.3706,0.314,0.24,0.1417,0.0779,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88326",1,36.485217,-121.156556,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.308794,0.149339,0.6165,"2013-03-29 00:00",0.6005,"2013-03-23 00:00",0.594,"2013-01-19 00:00",0.591,"2013-01-01 00:00","","","","",0.6165,0.6005,0.594,0.501,0.429,0.2805,0.138,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88327",1,36.485217,-121.156556,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.186216,0.09304,0.464,"2013-05-04 00:00",0.39,"2013-03-23 00:00",0.3862,"2013-01-01 00:00",0.3209,"2013-03-29 00:00","","","","",0.464,0.39,0.3862,0.298,0.2416,0.1707,0.0846,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88328",1,36.485217,-121.156556,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.142753,0.091343,0.3543,"2013-01-01 00:00",0.3199,"2013-03-23 00:00",0.3107,"2013-01-19 00:00",0.3047,"2013-03-02 00:00","","","","",0.3543,0.3199,0.3107,0.2689,0.2094,0.121,0.0346,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88329",1,36.485217,-121.156556,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.275078,0.220741,1.222,"2013-03-23 00:00",0.765,"2013-03-29 00:00",0.7049,"2013-01-19 00:00",0.5895,"2013-01-01 00:00","","","","",1.222,0.765,0.7049,0.497,0.3416,0.2345,0.076,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88330",1,36.485217,-121.156556,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.030883,0.027122,0.1104,"2013-03-23 00:00",0.0978,"2013-03-29 00:00",0.083,"2013-01-19 00:00",0.0785,"2013-03-14 00:00","","","","",0.1104,0.0978,0.083,0.0667,0.0476,0.0234,0.0017,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88331",1,36.485217,-121.156556,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.000121,0.000441,0.0025,"2013-03-23 00:00",0.002,"2013-01-04 00:00",0.0003,"2013-01-28 00:00",0.0001,"2013-03-02 00:00","","","","",0.0025,0.002,0.0003,0.0001,5e-05,0,0,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88338",1,36.485217,-121.156556,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.015504,0.007741,0.0574,"2013-02-09 00:00",0.0365,"2013-01-13 00:00",0.02295,"2013-02-24 00:00",0.02245,"2013-02-27 00:00","","","","",0.0574,0.0365,0.02295,0.0221,0.01495,0.01385,0.0104,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88339",1,36.485217,-121.156556,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.864162,0.491616,2.09001,"2013-05-04 00:00",1.88814,"2013-05-01 00:00",1.8659,"2013-03-23 00:00",1.85819,"2013-04-22 00:00","","","","",2.09001,1.88814,1.8659,1.64715,1.19823,0.76156,0.3406,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88344",1,36.485217,-121.156556,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.77978,0.69025,5.0137,"2013-02-03 00:00",1.3889,"2013-01-25 00:00",1.3448,"2013-01-01 00:00",1.3253,"2013-01-16 00:00","","","","",5.0137,1.3889,1.3448,1.3075,0.9324,0.6948,0.2519,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88348",1,36.485217,-121.156556,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.426688,0.444906,2.1357,"2013-04-28 00:00",1.8522,"2013-04-22 00:00",1.5001,"2013-05-04 00:00",1.435,"2013-05-01 00:00","","","","",2.1357,1.8522,1.5001,0.7404,0.4927,0.3136,0.0772,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88350",1,36.485217,-121.156556,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.537092,0.775906,3.3849,"2013-03-23 00:00",3.1871,"2013-01-19 00:00",3.1147,"2013-01-01 00:00",2.9677,"2013-03-29 00:00","","","","",3.3849,3.1871,3.1147,2.446,2.1485,1.4135,0.6773,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88403",1,36.485217,-121.156556,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.605076,0.37541,1.582,"2013-05-04 00:00",1.4477,"2013-05-01 00:00",1.3836,"2013-03-23 00:00",1.3281,"2013-04-22 00:00","","","","",1.582,1.4477,1.3836,1.1756,0.8411,0.5269,0.2043,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","069","0003","88502",1,36.485217,-121.156556,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.964706,1.788611,9,"2013-05-04 00:00",8.7,"2013-03-23 00:00",7.4,"2013-04-13 00:00",7.3,"2013-05-01 00:00","","","","",9,8.7,7.4,6.8,4.9,3.4,2.1,"Pinnacles National Monument, SW of East Entrance Station","NE ENTRANCE, PINNACLES NM","California","San Benito","","San Jose-Sunnyvale-Santa Clara, CA","2014-01-28" +"06","071","0001","42101",1,34.895007,-117.024484,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6432,73,264,365,0,1584,0,0,"Certification not required",6391,0.252076,0.027019,0.9,"2013-02-26 07:00",0.8,"2013-02-04 19:00",0.7,"2013-02-04 18:00",0.7,"2013-12-12 19:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","42101",1,34.895007,-117.024484,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6725,77,257,365,0,0,0,0,"Certification not required",0,0.300952,0.01153,0.6,"2013-12-17 23:00",0.6,"2013-12-18 00:00",0.5,"2013-12-12 22:00",0.5,"2013-12-12 23:00",0.6,"2013-12-17 23:00",0.5,"2013-12-12 22:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","42601",1,34.895007,-117.024484,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7259,83,326,365,0,757,"","","Certification not required",0,10.857418,23.919563,336.7,"2013-12-23 05:00",230.1,"2013-02-16 07:00",204.7,"2013-12-25 06:00",196.3,"2013-12-30 08:00","","","","",114.8,94.7,63.6,37.4,6,1.4,0.7,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","42602",1,34.895007,-117.024484,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7259,83,326,365,0,757,0,"","Certification not required",0,36.45092,15.476672,84.9,"2013-12-23 05:00",81.3,"2013-02-16 07:00",74.2,"2013-02-26 07:00",68.1,"2013-05-02 21:00","","","","",68.1,63.3,58.7,53.4,46.5,39.5,11.8,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","42602",1,34.895007,-117.024484,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7259,83,326,365,0,757,"","","Certification not required",0,15.601763,14.219569,84.9,"2013-12-23 05:00",81.3,"2013-02-16 07:00",74.2,"2013-02-26 07:00",68.1,"2013-05-02 21:00","","","","",52.8,48.9,43.5,38.5,25.7,8.9,2.8,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","42603",1,34.895007,-117.024484,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7259,83,326,365,0,757,"","","Certification not required",0,24.646714,34.982365,417.9,"2013-12-23 05:00",277.2,"2013-02-16 07:00",255.7,"2013-12-25 06:00",253.4,"2013-12-30 08:00","","","","",158.4,135.5,100.3,72.3,31.1,8.8,2,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","44201",1,34.895007,-117.024484,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7998,98,358,365,0,762,0,0,"Certification not required",1227,0.055698,0.014914,0.099,"2013-05-04 16:00",0.094,"2013-07-19 12:00",0.092,"2013-07-04 16:00",0.091,"2013-05-21 18:00","","","","",0.091,0.083,0.08,0.076,0.067,0.055,0.038,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","44201",1,34.895007,-117.024484,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8608,97,354,365,0,0,2,2,"Certification not required",0,0.049602,0.015354,0.092,"2013-05-04 11:00",0.086,"2013-07-19 10:00",0.084,"2013-05-21 12:00",0.078,"2013-05-25 10:00","","","","",0.078,0.076,0.072,0.068,0.062,0.051,0.028,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","44201",1,34.895007,-117.024484,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8608,97,354,365,0,0,10,10,"Certification not required",0,0.049602,0.015354,0.092,"2013-05-04 11:00",0.086,"2013-07-19 10:00",0.084,"2013-05-21 12:00",0.078,"2013-05-25 10:00","","","","",0.078,0.076,0.072,0.068,0.062,0.051,0.028,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","61101",1,34.895007,-117.024484,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",7970,91,332,365,0,46,"","","Certification not required",0,5.582158,3.636448,24.6,"2013-04-15 03:00",22.8,"2013-04-15 00:00",22.7,"2013-04-14 23:00",21.7,"2013-04-14 21:00","","","","",16.2,15,12.8,11.2,7.7,4.3,2.1,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","61102",1,34.895007,-117.024484,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",6525,74,272,365,0,51,"","","Certification not required",0,226.31387,71.227761,359,"2013-02-11 13:00",358.6,"2013-07-30 15:00",358,"2013-03-05 10:00",357,"2013-11-08 11:00","","","","",329.4,314,298.2,290,273.9,253,103.7,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","61105",1,34.895007,-117.024484,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7970,91,332,365,0,46,"","","Certification not required",0,11.74542,6.381427,42,"2013-04-14 22:00",39,"2013-04-14 16:00",39,"2013-04-14 20:00",39,"2013-04-15 03:00","","","","",29,27,24,21,16,10,5,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","62101",1,34.895007,-117.024484,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7905,90,329,365,0,111,"","","Certification not required",0,67.410753,17.117506,111,"2013-06-30 14:00",111,"2013-06-30 15:00",111,"2013-06-30 16:00",109,"2013-06-30 13:00","","","","",103,100,96,91,80,67,45,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","64101",1,34.895007,-117.024484,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7906,90,329,365,0,110,"","","Certification not required",0,932.817961,4.835938,947.9,"2013-12-09 10:00",947.5,"2013-12-09 09:00",947.2,"2013-12-09 11:00",947.2,"2013-12-09 20:00","","","","",945.1,943.8,942.1,940.1,935.7,932.3,927.2,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-01-30" +"06","071","0001","81102",1,34.895007,-117.024484,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",127,9,2,61,0,17,"","","Certification not required",1,22.102362,9.919385,52,"2013-12-31 22:00",50,"2013-12-28 21:00",42,"2013-12-28 10:00",42,"2013-12-30 09:00","","","","",50,42,38,34,29,22,9,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0001","81102",1,34.895007,-117.024484,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",5,3,2,61,0,0,0,0,"Certification not required",0,21.6,5.770615,27,"2013-12-31 00:00",25,"2013-12-28 00:00",22,"2013-12-27 00:00",22,"2013-12-30 00:00","","","","",27,27,27,27,25,22,12,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0001","81102",2,34.895007,-117.024484,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,0,0,"Certification not required",1,12.5,6.819091,22,"2013-01-16 00:00",20,"2013-02-15 00:00",18,"2013-01-22 00:00",16,"2013-01-04 00:00","","","","",22,22,22,22,18,14,6,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2013-06-28" +"06","071","0001","85101",2,34.895007,-117.024484,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",10,16,10,61,0,0,"","","Certification not required",1,12.3,6.684144,22,"2013-01-16 00:00",19,"2013-02-15 00:00",18,"2013-01-22 00:00",16,"2013-01-04 00:00","","","","",22,22,22,22,18,14,6,"Barstow Air Monitoring Station; SBD County Tax Assessor's Office","200 E. BUENA VISTA, BARSTOW","California","San Bernardino","Barstow","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","071","0005","44201",1,34.2431,-117.27235,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4113,49,180,365,0,231,0,0,"Certification not required",211,0.062778,0.022346,0.12,"2013-06-08 14:00",0.119,"2013-06-29 15:00",0.115,"2013-06-30 13:00",0.108,"2013-06-16 17:00","","","","",0.119,0.108,0.105,0.097,0.081,0.056,0.04,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0005","44201",1,34.2431,-117.27235,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4298,49,178,365,0,0,21,21,"Certification not required",0,0.056202,0.019228,0.102,"2013-06-08 12:00",0.098,"2013-06-17 12:00",0.096,"2013-05-30 13:00",0.096,"2013-06-14 13:00","","","","",0.098,0.096,0.092,0.086,0.072,0.051,0.036,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0005","44201",1,34.2431,-117.27235,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4298,49,178,365,0,0,34,34,"Certification not required",0,0.056202,0.019228,0.102,"2013-06-08 12:00",0.098,"2013-06-17 12:00",0.096,"2013-05-30 13:00",0.096,"2013-06-14 13:00","","","","",0.098,0.096,0.092,0.086,0.072,0.051,0.036,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0005","62101",1,34.2431,-117.27235,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4285,49,176,365,0,28,"","","Certification not required",0,48.997806,13.653795,90.9,"2013-06-30 10:00",90.4,"2013-06-30 11:00",90,"2013-06-30 12:00",89.7,"2013-06-30 09:00","","","","",80.4,76.7,71.3,67.3,58.5,48.8,30.9,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0005","62201",1,34.2431,-117.27235,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4285,49,176,365,0,53,"","","Certification not required",0,56.166628,27.321806,100,"2013-01-06 07:00",100,"2013-01-06 09:00",100,"2013-01-06 10:00",100,"2013-01-06 12:00","","","","",100,100,100,100,78,51,23,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0005","81102",1,34.2431,-117.27235,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,21.3,9.110061,37,"2013-01-22 00:00",37,"2013-05-04 00:00",36,"2013-01-04 00:00",35,"2013-09-19 00:00","","","","",37,37,36,34,28,24,8,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","0005","85101",1,34.2431,-117.27235,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,17.966667,7.673345,32,"2013-01-22 00:00",31,"2013-05-04 00:00",30,"2013-01-04 00:00",29,"2013-03-23 00:00","","","","",32,31,30,29,23,20,7,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","0005","88502",3,34.2431,-117.27235,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4214,48,175,365,0,130,"","","Certification not required",0,7.872449,10.536095,412,"2013-01-12 02:00",90,"2013-01-01 00:00",88,"2013-01-12 22:00",75,"2013-01-12 21:00","","","","",37,31,22,18,11,6,-1,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0005","88502",3,34.2431,-117.27235,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",175,48,175,365,0,0,"","","Certification not required",0,7.813143,4.348061,32.8,"2013-01-12 00:00",16.7,"2013-03-20 00:00",16.2,"2013-05-16 00:00",15.5,"2013-01-04 00:00","","","","",16.7,15.5,14.1,12.7,10.6,8.3,1.6,"Crestline","LAKE GREGORY-LAKE DR, CRESTLINE","California","San Bernardino","Crestline","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","0012","44201",1,34.426126,-117.563939,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7983,98,358,365,0,777,0,0,"Certification not required",49,0.060966,0.016455,0.113,"2013-07-04 15:00",0.112,"2013-06-29 16:00",0.105,"2013-07-07 18:00",0.103,"2013-07-18 16:00","","","","",0.103,0.098,0.091,0.086,0.071,0.057,0.044,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0012","44201",1,34.426126,-117.563939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8469,95,348,365,0,0,8,8,"Certification not required",0,0.055925,0.013063,0.097,"2013-07-04 12:00",0.094,"2013-06-08 13:00",0.093,"2013-07-18 12:00",0.088,"2013-05-21 12:00","","","","",0.088,0.085,0.081,0.075,0.065,0.053,0.042,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0012","44201",1,34.426126,-117.563939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8469,95,348,365,0,0,31,31,"Certification not required",0,0.055925,0.013063,0.097,"2013-07-04 12:00",0.094,"2013-06-08 13:00",0.093,"2013-07-18 12:00",0.088,"2013-05-21 12:00","","","","",0.088,0.085,0.081,0.075,0.065,0.053,0.042,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0012","61101",1,34.426126,-117.563939,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8646,99,360,365,0,114,"","","Certification not required",0,6.07474,3.610192,24.7,"2013-10-28 00:00",24.5,"2013-04-08 08:00",24.4,"2013-10-28 05:00",23.8,"2013-04-08 14:00","","","","",16.9,15.4,13.4,11.4,7.7,5.3,2.2,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0012","61102",1,34.426126,-117.563939,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8646,99,360,365,0,114,"","","Certification not required",0,196.699318,82.272663,360,"2013-01-14 15:00",360,"2013-01-17 16:00",360,"2013-12-31 09:00",359.7,"2013-06-30 07:00","","","","",350.5,341.8,325,309.3,244.7,202,69,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0012","61105",1,34.426126,-117.563939,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8646,99,360,365,0,114,"","","Certification not required",0,12.022901,5.515145,42,"2013-10-28 00:00",42,"2013-10-28 04:00",41,"2013-10-28 05:00",40,"2013-04-08 08:00","","","","",27,25,23,20,15,10,6,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0012","62101",1,34.426126,-117.563939,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8646,99,360,365,0,114,"","","Certification not required",0,59.392551,15.45742,100,"2013-06-30 12:00",100,"2013-06-30 13:00",100,"2013-06-30 14:00",100,"2013-06-30 15:00","","","","",91,88,85,81,72,58,40,"Phelan Air Monitoring Station; North of SBD County Fire Departmment","BEEKLEY & PHELAN RDS, PHELAN","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0013","81102",1,34.408333,-116.906944,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",11,18,11,61,0,0,0,0,"Certification not required",2,6.636364,3.413875,13,"2013-03-05 00:00",10,"2013-01-22 00:00",10,"2013-02-21 00:00",7,"2013-01-04 00:00","","","","",13,13,13,10,10,7,2,"","MIDDLE SCH-8560 ALIENTO, LUCERNE VALLEY","California","San Bernardino","Lucerne Valley","Riverside-San Bernardino-Ontario, CA","2013-06-28" +"06","071","0013","85101",1,34.408333,-116.906944,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",11,18,11,61,0,0,"","","Certification not required",2,6.272727,3.196589,12,"2013-03-05 00:00",10,"2013-02-21 00:00",9,"2013-01-22 00:00",7,"2013-01-04 00:00","","","","",12,12,12,10,9,6,2,"","MIDDLE SCH-8560 ALIENTO, LUCERNE VALLEY","California","San Bernardino","Lucerne Valley","Riverside-San Bernardino-Ontario, CA","2013-04-26" +"06","071","0025","68101",1,34.037222,-117.69,"UNKNOWN","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",27,44,15,61,0,0,"","","Certification not required",0,0.2,0.027735,0.3,"2013-02-21 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.2,0.2,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68102",1,34.037222,-117.69,"UNKNOWN","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",27,44,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68103",1,34.037222,-117.69,"UNKNOWN","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",27,44,15,61,0,0,"","","Certification not required",0,7.044444,3.835796,13.2,"2013-03-14 00:00",12.9,"2013-01-25 00:00",11.1,"2013-03-29 00:00",11,"2013-03-20 00:00","","","","",13.2,13.2,12.9,11.1,10.4,6.7,1.8,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68104",1,34.037222,-117.69,"UNKNOWN","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",27,44,15,61,0,0,"","","Certification not required",0,21.837037,5.804385,35.3,"2013-03-14 00:00",30.4,"2013-03-02 00:00",28.3,"2013-03-11 00:00",28.2,"2013-03-29 00:00","","","","",35.3,35.3,30.4,28.3,26.4,21.5,13.3,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68105",1,34.037222,-117.69,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",27,44,15,61,0,0,"","","Certification not required",0,13.648148,4.201682,22.7,"2013-03-14 00:00",20.1,"2013-03-02 00:00",19.2,"2013-02-15 00:00",18,"2013-03-29 00:00","","","","",22.7,22.7,20.1,19.2,16.6,14.6,8.6,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68106",1,34.037222,-117.69,"UNKNOWN","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",27,44,15,61,0,0,"","","Certification not required",0,737.481481,2.326608,742,"2013-02-12 00:00",741,"2013-01-04 00:00",741,"2013-01-16 00:00",740,"2013-01-01 00:00","","","","",742,742,741,741,739,737,734,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68107",1,34.037222,-117.69,"UNKNOWN","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",27,44,15,61,0,0,"","","Certification not required",0,747.592593,2.845499,754,"2013-01-16 00:00",752,"2013-01-04 00:00",752,"2013-02-12 00:00",751,"2013-01-01 00:00","","","","",754,754,752,752,750,747,743,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68108",1,34.037222,-117.69,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",27,44,15,61,0,0,"","","Certification not required",0,742.259259,2.313715,747,"2013-01-16 00:00",747,"2013-02-12 00:00",746,"2013-01-04 00:00",745,"2013-01-01 00:00","","","","",747,747,747,746,744,742,739,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","68109",1,34.037222,-117.69,"UNKNOWN","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",27,44,15,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","81102",1,34.037222,-117.69,"UNKNOWN","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,33.183333,15.189751,115,"2013-11-12 00:00",71,"2013-10-25 00:00",53,"2013-07-09 00:00",48,"2013-12-18 00:00","","","","",115,71,53,46,38,33,18,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","0025","81102",2,34.037222,-117.69,"UNKNOWN","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,35.016949,15.515833,117,"2013-11-12 00:00",73,"2013-10-25 00:00",57,"2013-07-09 00:00",52,"2013-10-07 00:00","","","","",117,73,57,46,40,34,17,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","0025","85101",1,34.037222,-117.69,"UNKNOWN","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,32.1,14.725396,111,"2013-11-12 00:00",69,"2013-10-25 00:00",51,"2013-07-09 00:00",47,"2013-12-18 00:00","","","","",111,69,51,44,37,32,17,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","0025","85101",2,34.037222,-117.69,"UNKNOWN","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,33.966102,14.9343,113,"2013-11-12 00:00",71,"2013-10-25 00:00",55,"2013-07-09 00:00",50,"2013-10-07 00:00","","","","",113,71,55,45,39,33,17,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","0025","88101",1,34.037222,-117.69,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",27,22,27,122,0,0,0,0,"Certification not required",0,13.425926,7.135049,29.8,"2013-03-20 00:00",26.8,"2013-02-06 00:00",26.6,"2013-03-17 00:00",20.7,"2013-01-01 00:00","","","","",29.8,29.8,26.8,26.6,19.2,10.4,6.3,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0025","88101",1,34.037222,-117.69,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",27,22,27,122,0,0,"","","Certification not required",0,13.425926,7.135049,29.8,"2013-03-20 00:00",26.8,"2013-02-06 00:00",26.6,"2013-03-17 00:00",20.7,"2013-01-01 00:00","","","","",29.8,29.8,26.8,26.6,19.2,10.4,6.3,"Ontario Fire Station","1408 FRANCIS ST.","California","San Bernardino","Ontario","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","0306","42101",1,34.510014,-117.331433,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7784,89,338,365,0,976,0,0,"Certification not required",7165,0.282458,0.117496,1.2,"2013-12-16 07:00",1.1,"2013-02-12 08:00",1.1,"2013-02-13 07:00",1.1,"2013-02-13 08:00","","","","",0.8,0.7,0.6,0.25,0.25,0.25,0.25,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42101",1,34.510014,-117.331433,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8350,95,336,365,0,0,0,0,"Certification not required",0,0.323605,0.077802,0.9,"2013-11-08 00:00",0.9,"2013-11-30 00:00",0.9,"2013-11-30 01:00",0.9,"2013-11-30 02:00",0.9,"2013-11-08 00:00",0.9,"2013-11-30 00:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42401",1,34.510014,-117.331433,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",7983,91,359,365,0,777,0,"","Certification not required",0,1.691643,0.809571,4.4,"2013-02-12 08:00",4.4,"2013-02-13 07:00",4.2,"2013-10-22 07:00",4.2,"2013-10-23 06:00","","","","",4.2,3.7,3.3,2.9,2.1,1.4,0.9,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42401",1,34.510014,-117.331433,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",7983,91,359,365,0,777,"","","Certification not required",0,1.121696,0.477523,4.4,"2013-02-12 08:00",4.4,"2013-02-13 07:00",4.2,"2013-10-22 07:00",4.2,"2013-10-23 06:00","","","","",2.9,2.6,2.1,1.6,1.3,1,0.7,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42401",1,34.510014,-117.331433,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,1.125348,0.335511,2.2,"2013-11-07 00:00",2.2,"2013-12-16 00:00",2.1,"2013-12-12 00:00",2,"2013-11-01 00:00","","","","",2,2,1.8,1.6,1.3,1.1,0.7,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42401",1,34.510014,-117.331433,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2508,86,350,365,0,0,"",0,"Certification not required",0,1.090869,0.451652,3.9,"2013-02-12 08:00",3.4,"2013-02-13 08:00",3.4,"2013-12-11 02:00",3.3,"2013-01-18 08:00","","","","",2.8,2.5,2,1.6,1.3,1,0.6,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42601",1,34.510014,-117.331433,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5933,68,267,365,0,619,"","","Certification not required",0,9.941261,21.6692,174.3,"2013-02-12 08:00",167.6,"2013-02-13 07:00",160.7,"2013-12-16 07:00",155.2,"2013-02-12 06:00","","","","",98.6,85.5,61.7,39.4,5,0.8,0,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42602",1,34.510014,-117.331433,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5933,68,267,365,0,619,0,"","Certification not required",0,32.554682,14.794147,64.6,"2013-11-08 18:00",61,"2013-02-12 08:00",60.1,"2013-04-29 05:00",57.4,"2013-02-13 07:00","","","","",60.1,56.5,53.3,48.9,43.4,35.4,9,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42602",1,34.510014,-117.331433,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5933,68,267,365,0,619,"","","Certification not required",0,14.797977,13.941103,64.6,"2013-11-08 18:00",61,"2013-02-12 08:00",60.1,"2013-04-29 05:00",60,"2013-11-08 19:00","","","","",48.4,46,41.4,37.3,25.6,8.9,1.1,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","42603",1,34.510014,-117.331433,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5932,68,267,365,0,620,"","","Certification not required",0,24.899123,32.96774,235.1,"2013-02-12 08:00",224.8,"2013-02-13 07:00",210.8,"2013-02-12 06:00",205.8,"2013-12-16 07:00","","","","",141.6,125.7,99,75.5,31.9,10.3,1.4,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","44201",1,34.510014,-117.331433,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7880,98,358,365,0,880,0,0,"Certification not required",829,0.060405,0.017212,0.12,"2013-07-03 16:00",0.108,"2013-07-04 14:00",0.101,"2013-07-02 15:00",0.1,"2013-07-19 12:00","","","","",0.1,0.096,0.09,0.085,0.074,0.058,0.041,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","44201",1,34.510014,-117.331433,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8317,91,333,365,0,0,8,8,"Certification not required",0,0.055471,0.01522,0.097,"2013-07-04 11:00",0.093,"2013-07-18 12:00",0.091,"2013-07-07 16:00",0.09,"2013-05-04 09:00","","","","",0.09,0.087,0.08,0.075,0.067,0.055,0.036,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","44201",1,34.510014,-117.331433,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8317,92,334,365,0,0,31,31,"Certification not required",0,0.055536,0.015243,0.097,"2013-07-04 11:00",0.093,"2013-07-18 12:00",0.091,"2013-07-07 16:00",0.09,"2013-05-04 09:00","","","","",0.09,0.087,0.08,0.075,0.067,0.055,0.036,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","61101",1,34.510014,-117.331433,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",6548,75,272,365,0,28,"","","Certification not required",0,5.365333,4.18588,22.6,"2013-02-23 12:00",22.4,"2013-01-10 14:00",22.1,"2013-12-07 10:00",22,"2013-01-10 15:00","","","","",17.7,16.3,14.3,12,7.5,3.9,1.4,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","61102",1,34.510014,-117.331433,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8745,100,364,365,0,15,"","","Certification not required",0,203.250417,85.170084,360,"2013-01-14 08:00",360,"2013-01-27 06:00",360,"2013-01-27 07:00",360,"2013-01-27 08:00","","","","",359.8,354,339,319.2,273.7,200,94.4,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","61105",1,34.510014,-117.331433,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8701,99,361,365,0,59,"","","Certification not required",0,11.726353,7.202007,45,"2013-02-05 07:00",44,"2013-02-08 14:00",44,"2013-05-08 15:00",44,"2013-05-13 11:00","","","","",31,29,25,22,17,10,4,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","62101",1,34.510014,-117.331433,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8738,100,363,365,0,22,"","","Certification not required",0,62.853056,16.622013,106,"2013-06-30 12:00",106,"2013-06-30 13:00",106,"2013-06-30 14:00",105,"2013-06-29 14:00","","","","",97,95,91,86,75,62,41,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","63301",1,34.510014,-117.331433,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.37924,0.467744,1.5,"2013-08-03 11:00",1.48,"2013-08-21 11:00",1.43,"2013-06-09 12:00",1.43,"2013-06-15 11:00","","","","",1.38,1.36,1.29,1.17,0.77,0.06,0.01,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2013-12-11" +"06","071","0306","64101",1,34.510014,-117.331433,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8760,100,365,365,0,0,"","","Certification not required",0,910.422249,4.781612,924.5,"2013-01-15 09:00",924.1,"2013-01-15 08:00",924.1,"2013-01-15 10:00",923.8,"2013-01-16 08:00","","","","",921.4,920.1,918.7,917,913.3,909.9,904.8,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","81102",1,34.510014,-117.331433,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",12,20,12,61,0,0,0,0,"Certification not required",0,16.916667,9.049946,34,"2013-01-22 00:00",28,"2013-01-04 00:00",25,"2013-03-05 00:00",21,"2013-01-10 00:00","","","","",34,34,34,28,25,17,6,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2013-06-28" +"06","071","0306","81102",2,34.510014,-117.331433,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8494,100,61,61,0,266,"","","Certification not required",91,30.34024,43.199131,986,"2013-02-23 14:00",986,"2013-02-23 17:00",986,"2013-02-25 11:00",986,"2013-02-26 14:00","","","","",129,89,61,49,35,25,9,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","81102",2,34.510014,-117.331433,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",349,100,61,61,0,0,1,1,"Certification not required",0,29.719198,20.373416,304,"2013-02-23 00:00",130,"2013-09-25 00:00",121,"2013-02-26 00:00",103,"2013-02-25 00:00","","","","",103,71,54,43,33,27,15,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","0306","85101",1,34.510014,-117.331433,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,"","","Certification not required",0,16.166667,8.674239,32,"2013-01-22 00:00",27,"2013-01-04 00:00",24,"2013-03-05 00:00",20,"2013-01-10 00:00","","","","",32,32,32,27,24,16,5,"Victorville -Park Avenue","14306 PARK AVE., VICTORVILLE, CA","California","San Bernardino","Victorville","Riverside-San Bernardino-Ontario, CA","2013-04-10" +"06","071","1004","14129",1,34.10374,-117.62914,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,1,0,0,"Certification not required",0,0.003733,0.002586,0.014,"2013-03-05 00:00",0.006,"2013-01-22 00:00",0.006,"2013-03-23 00:00",0.006,"2013-05-10 00:00","","","","",0.014,0.014,0.006,0.006,0.005,0.004,0.001,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2013-09-12" +"06","071","1004","42101",1,34.10374,-117.62914,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5916,68,261,365,0,636,0,0,"Certification not required",4981,0.313666,0.164447,3,"2013-09-07 23:00",2.4,"2013-08-19 23:00",2,"2013-08-20 00:00",2,"2013-09-08 00:00","","","","",0.9,0.8,0.7,0.6,0.25,0.25,0.25,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","42101",1,34.10374,-117.62914,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6303,72,257,365,0,0,0,0,"Certification not required",0,0.345915,0.096011,1.1,"2013-09-08 06:00",1,"2013-09-08 04:00",1,"2013-09-08 05:00",0.9,"2013-01-02 00:00",1.1,"2013-09-08 06:00",0.9,"2013-01-02 00:00",0.7,0.7,0.6,0.5,0.4,0.3,0.3,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","42601",2,34.10374,-117.62914,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4448,51,193,365,0,2104,"","","Certification not required",0,4.257329,8.074926,68.2,"2013-01-08 08:00",66.3,"2013-01-16 07:00",63.1,"2013-01-09 07:00",62.2,"2013-03-26 06:00","","","","",39.8,32.4,20.6,12.7,4.2,1,0,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","42602",2,34.10374,-117.62914,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4448,51,193,365,0,2104,0,"","Certification not required",0,28.599482,10.531399,51.5,"2013-08-21 09:00",50.9,"2013-09-17 08:00",49.1,"2013-09-12 09:00",48.5,"2013-01-09 16:00","","","","",50.9,48.5,45.6,41.7,37.5,28.5,14.3,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","42602",2,34.10374,-117.62914,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4448,51,193,365,0,2104,"","","Certification not required",0,17.017648,9.342734,51.5,"2013-08-21 09:00",50.9,"2013-09-17 08:00",49.1,"2013-09-12 09:00",48.5,"2013-01-09 16:00","","","","",40.7,38.4,34.5,30.6,23.3,15.4,6.1,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","42603",2,34.10374,-117.62914,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4448,51,193,365,0,2104,"","","Certification not required",0,21.310252,15.633573,109.1,"2013-09-17 07:00",105.4,"2013-01-16 07:00",104.2,"2013-09-17 08:00",101.3,"2013-01-08 08:00","","","","",76.8,67.2,53.3,42.6,27.5,17,6.7,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","44201",2,34.10374,-117.62914,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5916,72,262,365,0,636,3,3,"Certification not required",960,0.064313,0.022567,0.143,"2013-06-29 15:00",0.142,"2013-06-01 15:00",0.128,"2013-07-08 15:00",0.119,"2013-09-14 14:00","","","","",0.128,0.108,0.1,0.093,0.079,0.064,0.037,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","44201",2,34.10374,-117.62914,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6303,71,258,365,0,0,12,12,"Certification not required",0,0.052376,0.018348,0.111,"2013-06-29 11:00",0.109,"2013-06-01 11:00",0.095,"2013-07-08 11:00",0.095,"2013-09-14 10:00","","","","",0.095,0.09,0.084,0.077,0.064,0.052,0.03,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","44201",2,34.10374,-117.62914,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6303,71,258,365,0,0,27,27,"Certification not required",0,0.052376,0.018348,0.111,"2013-06-29 11:00",0.109,"2013-06-01 11:00",0.095,"2013-07-08 11:00",0.095,"2013-09-14 10:00","","","","",0.095,0.09,0.084,0.077,0.064,0.052,0.03,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","62101",1,34.10374,-117.62914,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6518,74,271,365,0,17,"","","Certification not required",0,64.365311,14.942064,103,"2013-06-29 13:00",103,"2013-08-29 12:00",102.4,"2013-08-29 13:00",102.4,"2013-09-05 12:00","","","","",97.9,95.6,90.8,85.1,74.9,63.3,45.9,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","62201",1,34.10374,-117.62914,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6518,74,271,365,0,17,"","","Certification not required",7,55.793418,23.539661,99,"2013-01-27 01:00",99,"2013-01-27 02:00",99,"2013-01-27 03:00",99,"2013-02-05 02:00","","","","",96,94,90,87,77,56,24,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","63301",1,34.10374,-117.62914,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",211,2,5,365,0,0,"","","Certification not required",211,0.005,0,0.005,"2013-01-20 22:00",0.005,"2013-01-20 23:00",0.005,"2013-01-21 00:00",0.005,"2013-01-21 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","63302",1,34.10374,-117.62914,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",211,2,5,365,0,0,"","","Certification not required",211,0.005,0,0.005,"2013-01-20 22:00",0.005,"2013-01-20 23:00",0.005,"2013-01-21 00:00",0.005,"2013-01-21 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","64101",1,34.10374,-117.62914,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6317,72,260,365,0,28,"","","Certification not required",0,968.10543,5.307901,987,"2013-01-15 10:00",987,"2013-02-28 11:00",987,"2013-02-28 12:00",986,"2013-01-15 11:00","","","","",982,980,977,975,971,968,961,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","81102",3,34.10374,-117.62914,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6517,74,273,365,0,34,"","","Certification not required",49,32.170017,15.482409,182,"2013-07-05 03:00",177,"2013-07-05 04:00",173,"2013-07-05 05:00",172,"2013-07-05 06:00","","","","",72,65,57,51,41,31,13,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","81102",3,34.10374,-117.62914,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,31.710623,11.368516,96,"2013-07-05 00:00",55,"2013-03-20 00:00",55,"2013-06-01 00:00",55,"2013-09-20 00:00","","","","",55,51,48,45,39,33,15,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","88502",3,34.10374,-117.62914,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6526,74,273,365,0,25,"","","Certification not required",0,17.317392,10.985378,169,"2013-07-05 03:00",164,"2013-07-05 04:00",162,"2013-07-05 05:00",160,"2013-07-05 07:00","","","","",46,41,34,29,23,16,6,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1004","88502",3,34.10374,-117.62914,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,17.275092,8.369454,83.2,"2013-07-05 00:00",37.2,"2013-03-19 00:00",37,"2013-03-18 00:00",37,"2013-03-20 00:00","","","","",37,34.2,29,25.6,22.4,17.3,7.2,"Upland","1350 SAN BERNARDINO RD., UPLAND","California","San Bernardino","Upland","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","1234","42401",1,35.763873,-117.397004,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",7690,88,347,365,0,1070,0,"","Certification not required",0,2.182421,2.334327,20.5,"2013-07-14 16:00",15.5,"2013-07-15 21:00",13,"2013-07-13 16:00",11.3,"2013-07-16 17:00","","","","",11.3,10.1,6,4.7,2.7,1.5,0.4,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42401",1,35.763873,-117.397004,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",7690,88,347,365,0,1070,"","","Certification not required",0,0.714434,1.330861,20.5,"2013-07-14 16:00",16.5,"2013-07-14 17:00",16,"2013-07-14 15:00",15.5,"2013-07-15 21:00","","","","",8,4.9,2.3,1.3,0.7,0.4,0.1,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42401",1,35.763873,-117.397004,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",347,95,347,365,0,0,0,"","Certification not required",0,0.708357,1.113119,11.1,"2013-07-14 00:00",9.6,"2013-07-15 00:00",8.9,"2013-07-13 00:00",8.4,"2013-07-12 00:00","","","","",8.4,2.2,1.5,1.1,0.8,0.5,0.2,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42401",1,35.763873,-117.397004,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2436,83,342,365,0,0,"",0,"Certification not required",0,0.695567,1.265572,17.6,"2013-07-14 17:00",13.1,"2013-07-15 20:00",12.8,"2013-07-13 17:00",12.8,"2013-07-14 14:00","","","","",7.6,4.1,2.1,1.3,0.7,0.4,0.1,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42402",1,35.763873,-117.397004,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",7054,81,316,365,0,1705,"","","Certification not required",310,0.005605,0.007536,0.1188,"2013-09-06 07:00",0.0913,"2013-12-14 10:00",0.0876,"2013-07-11 11:00",0.0807,"2013-09-05 07:00","","","","",0.0376,0.0296,0.0193,0.0127,0.0064,0.0031,0.0008,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42601",1,35.763873,-117.397004,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7687,88,347,365,0,1073,"","","Certification not required",0,2.03303,3.511045,55.6,"2013-07-26 22:00",45.6,"2013-12-25 13:00",40.1,"2013-12-14 11:00",39.5,"2013-01-21 14:00","","","","",17.5,13.7,8.6,5.3,1.8,0.8,0.3,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42602",1,35.763873,-117.397004,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5158,59,210,365,0,1418,0,"","Certification not required",0,15.847619,9.229401,55.6,"2013-10-09 13:00",52.9,"2013-10-12 18:00",52.3,"2013-10-14 10:00",38,"2013-10-13 06:00","","","","",52.3,37.5,31.9,28.4,21.4,14.6,5.5,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42602",1,35.763873,-117.397004,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5158,59,210,365,0,1418,"","","Certification not required",0,5.361322,6.498593,55.6,"2013-10-09 13:00",52.9,"2013-10-12 18:00",52.9,"2013-10-12 19:00",52.3,"2013-10-14 10:00","","","","",29.6,26.3,19.3,13.5,7,3,0.4,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","42603",1,35.763873,-117.397004,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7684,88,347,365,0,1076,"","","Certification not required",0,6.763782,9.4455,73.2,"2013-06-17 18:00",72.4,"2013-06-13 16:00",71,"2013-10-09 13:00",69.1,"2013-06-15 19:00","","","","",43.9,37,27.2,18.4,8.9,3.2,0,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","44201",1,35.763873,-117.397004,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7710,96,349,365,0,1050,0,0,"Certification not required",132,0.048837,0.012505,0.078,"2013-05-04 15:00",0.074,"2013-05-24 15:00",0.072,"2013-09-20 18:00",0.071,"2013-06-03 11:00","","","","",0.071,0.07,0.066,0.064,0.058,0.05,0.031,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","44201",1,35.763873,-117.397004,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8357,94,344,365,0,0,0,0,"Certification not required",0,0.043477,0.012566,0.066,"2013-05-24 10:00",0.066,"2013-05-25 08:00",0.065,"2013-06-03 09:00",0.065,"2013-06-16 09:00","","","","",0.065,0.063,0.061,0.059,0.053,0.045,0.024,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","44201",1,35.763873,-117.397004,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8357,94,344,365,0,0,0,0,"Certification not required",0,0.043477,0.012566,0.066,"2013-05-24 10:00",0.066,"2013-05-25 08:00",0.065,"2013-06-03 09:00",0.065,"2013-06-16 09:00","","","","",0.065,0.063,0.061,0.059,0.053,0.045,0.024,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","61101",1,35.763873,-117.397004,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8414,96,348,365,0,346,"","","Certification not required",0,4.269266,4.48246,29.4,"2013-04-14 18:00",28.2,"2013-10-28 02:00",28.1,"2013-04-14 17:00",28,"2013-04-14 19:00","","","","",19.7,17.4,14.2,11,5.6,2.7,0.3,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","61102",1,35.763873,-117.397004,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",7745,88,319,365,0,1015,"","","Certification not required",0,149.751504,95.45806,360,"2013-01-02 20:00",360,"2013-01-28 17:00",360,"2013-02-11 18:00",360,"2013-03-15 01:00","","","","",351,341,307.1,278.4,224,155.5,28.1,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","61105",1,35.763873,-117.397004,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8422,96,348,365,0,338,"","","Certification not required",0,10.06768,7.843919,53,"2013-11-20 00:00",51,"2013-11-18 23:00",47,"2013-07-11 12:00",45,"2013-04-10 12:00","","","","",36,31,26,22,14,7,3,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","62101",1,35.763873,-117.397004,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8419,96,348,365,0,341,"","","Certification not required",0,67.603516,19.371585,114,"2013-06-30 14:00",114,"2013-06-30 15:00",114,"2013-06-30 16:00",113,"2013-06-29 15:00","","","","",106,103,100,94,82,67,42,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","64101",1,35.763873,-117.397004,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8418,96,348,365,0,342,"","","Certification not required",0,953.759088,6.372888,972.6,"2013-01-15 08:00",972.6,"2013-01-15 09:00",971.9,"2013-01-15 10:00",971.6,"2013-01-15 07:00","","","","",968.5,966.8,964.8,963.1,958.4,952.6,946.2,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","81102",1,35.763873,-117.397004,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",12,18,11,61,0,0,0,0,"Certification not required",0,15.083333,9.774348,36,"2013-01-10 00:00",31,"2013-01-23 00:00",20,"2013-01-16 00:00",18,"2013-01-04 00:00","","","","",36,36,36,31,20,12,7,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2013-06-28" +"06","071","1234","81102",2,35.763873,-117.397004,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8241,100,59,61,0,519,"","","Certification not required",147,24.710836,41.696063,976,"2013-10-28 03:00",971,"2013-12-07 13:00",960,"2013-12-03 14:00",921,"2013-12-07 12:00","","","","",142,95,57,41,28,18,7,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","81102",2,35.763873,-117.397004,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",342,97,59,61,0,0,2,2,"Certification not required",0,24.190058,20.574922,167,"2013-10-28 00:00",155,"2013-04-15 00:00",147,"2013-12-03 00:00",138,"2013-12-07 00:00","","","","",138,117,52,38,28,20,10,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","1234","85101",1,35.763873,-117.397004,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",12,20,11,61,0,0,"","","Certification not required",0,15.25,9.854625,36,"2013-01-10 00:00",31,"2013-01-23 00:00",21,"2013-01-16 00:00",19,"2013-01-04 00:00","","","","",36,36,36,31,21,12,7,"OLD ACE 2 SITE , FOR KERR MAGEE OR NORTH AMER CHEM CORP","CORNER OF ATHOL AND TELESCOPE","California","San Bernardino","Searles Valley","Riverside-San Bernardino-Ontario, CA","2013-04-10" +"06","071","2002","42101",1,34.10002,-117.49201,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",4105,47,178,365,0,455,0,0,"Certification not required",3780,0.282071,0.117531,1.3,"2013-03-15 06:00",1.3,"2013-03-15 07:00",1.2,"2013-01-30 08:00",1.2,"2013-02-05 07:00","","","","",0.8,0.7,0.6,0.25,0.25,0.25,0.25,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42101",1,34.10002,-117.49201,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4348,50,174,365,0,0,0,0,"Certification not required",0,0.322585,0.067152,0.8,"2013-01-06 01:00",0.8,"2013-01-06 04:00",0.8,"2013-01-06 05:00",0.8,"2013-03-15 08:00",0.8,"2013-01-06 01:00",0.8,"2013-03-15 08:00",0.6,0.6,0.5,0.4,0.3,0.3,0.3,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42401",1,34.10002,-117.49201,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3353,38,143,365,0,1207,0,"","Certification not required",0,0.583916,0.475254,1.6,"2013-03-13 11:00",1.6,"2013-06-28 07:00",1.6,"2013-07-03 09:00",1.6,"2013-07-04 20:00","","","","",1.6,1.6,1.5,1.3,1,0.5,0,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42401",1,34.10002,-117.49201,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",3353,38,143,365,0,1207,"","","Certification not required",0,0.263525,0.353363,1.6,"2013-03-13 11:00",1.6,"2013-06-28 07:00",1.6,"2013-07-03 09:00",1.6,"2013-07-04 20:00","","","","",1.5,1.3,1,0.8,0.5,0,0,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42401",1,34.10002,-117.49201,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",143,39,143,365,0,0,0,"","Certification not required",0,0.272028,0.293451,1.1,"2013-07-02 00:00",1.1,"2013-07-03 00:00",1,"2013-06-26 00:00",1,"2013-06-27 00:00","","","","",1.1,1,0.9,0.7,0.5,0.2,0,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42401",1,34.10002,-117.49201,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1015,35,133,365,0,0,"",0,"Certification not required",0,0.257537,0.329544,1.5,"2013-06-25 08:00",1.5,"2013-06-28 08:00",1.5,"2013-07-01 08:00",1.5,"2013-07-02 08:00","","","","",1.4,1.2,0.9,0.7,0.5,0.1,0,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42401",2,34.10002,-117.49201,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",23676,23,85,365,0,2244,"","","Certification not required",0,0.122829,0.330223,5,"2013-03-13 11:55",4,"2013-03-19 04:50",3.5,"2013-01-18 04:45",3.4,"2013-01-08 11:35","","","","",1,1,1,0.8,0,0,0,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-09-27" +"06","071","2002","42601",1,34.10002,-117.49201,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3935,45,170,365,0,625,"","","Certification not required",0,7.7354,14.632367,173.2,"2013-02-05 07:00",130.6,"2013-01-22 07:00",111.4,"2013-03-15 06:00",109.1,"2013-04-03 06:00","","","","",69.8,58.3,39.3,23.4,6.8,2,0,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42602",1,34.10002,-117.49201,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3935,45,170,365,0,625,0,"","Certification not required",0,32.775882,11.103587,62.1,"2013-03-12 20:00",60.5,"2013-03-13 20:00",56.9,"2013-03-14 20:00",56.2,"2013-01-09 17:00","","","","",62.1,56.9,52.9,46.5,39.9,33.5,17.8,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42602",1,34.10002,-117.49201,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3935,45,170,365,0,625,"","","Certification not required",0,18.498196,11.02777,63.7,"2013-02-01 18:00",62.1,"2013-03-12 20:00",61,"2013-03-12 19:00",60.5,"2013-03-13 20:00","","","","",47.1,43.2,38.5,34.5,25.9,16.5,5.4,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","42603",1,34.10002,-117.49201,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3935,45,170,365,0,625,"","","Certification not required",0,26.269581,22.870721,207.9,"2013-02-05 07:00",171.5,"2013-01-22 07:00",155.7,"2013-05-14 06:00",154.5,"2013-03-15 06:00","","","","",109.6,96.7,74.1,55.8,33.4,18.8,6.3,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","44201",1,34.10002,-117.49201,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4102,48,177,365,0,458,2,2,"Certification not required",322,0.063475,0.022118,0.151,"2013-06-29 16:00",0.146,"2013-06-01 15:00",0.12,"2013-06-30 11:00",0.107,"2013-06-16 15:00","","","","",0.146,0.107,0.1,0.093,0.077,0.06,0.041,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","44201",1,34.10002,-117.49201,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4340,48,175,365,0,0,10,10,"Certification not required",0,0.054434,0.018102,0.122,"2013-06-29 11:00",0.111,"2013-06-01 11:00",0.096,"2013-06-30 07:00",0.092,"2013-06-16 11:00","","","","",0.111,0.092,0.086,0.077,0.066,0.053,0.033,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","44201",1,34.10002,-117.49201,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4340,48,175,365,0,0,22,22,"Certification not required",0,0.054434,0.018102,0.122,"2013-06-29 11:00",0.111,"2013-06-01 11:00",0.096,"2013-06-30 07:00",0.092,"2013-06-16 11:00","","","","",0.111,0.092,0.086,0.077,0.066,0.053,0.033,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","62101",1,34.10002,-117.49201,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4499,51,187,365,0,0,"","","Certification not required",0,62.623161,11.89289,101.2,"2013-06-29 13:00",101,"2013-06-29 14:00",100.8,"2013-06-30 10:00",100.2,"2013-06-30 11:00","","","","",93.9,90.2,83.6,79,70.4,61.1,48.3,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","62201",1,34.10002,-117.49201,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4499,51,187,365,0,0,"","","Certification not required",0,52.131807,26.085431,99,"2013-02-05 02:00",99,"2013-02-05 08:00",98,"2013-01-10 05:00",98,"2013-01-27 00:00","","","","",95,92,89,86,76,54,14,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","64101",1,34.10002,-117.49201,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",4499,51,187,365,0,0,"","","Certification not required",0,973.604357,4.275104,987,"2013-01-15 08:00",987,"2013-01-15 09:00",986,"2013-01-15 06:00",986,"2013-01-15 07:00","","","","",984,983,981,979,977,974,968,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-21" +"06","071","2002","68101",1,34.10002,-117.49201,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",29,48,15,61,0,0,"","","Certification not required",0,0.282759,0.088918,0.5,"2013-03-02 00:00",0.5,"2013-03-14 00:00",0.4,"2013-01-19 00:00",0.4,"2013-02-15 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.3,0.2,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68102",1,34.10002,-117.49201,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",29,48,15,61,0,0,"","","Certification not required",0,23.97931,0.111417,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68103",1,34.10002,-117.49201,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,48,15,61,0,0,"","","Certification not required",0,6.92069,4.066183,13.5,"2013-02-15 00:00",13,"2013-01-25 00:00",12.3,"2013-03-14 00:00",11.8,"2013-02-27 00:00","","","","",13.5,13.5,13,12.3,9.9,7.6,1,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68104",1,34.10002,-117.49201,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,48,15,61,0,0,"","","Certification not required",0,22.003448,6.120719,36.5,"2013-03-14 00:00",30.6,"2013-03-02 00:00",30.2,"2013-03-29 00:00",28.9,"2013-01-22 00:00","","","","",36.5,36.5,30.6,30.2,26.9,21.9,13.4,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68105",1,34.10002,-117.49201,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",29,48,15,61,0,0,"","","Certification not required",0,13.989655,4.399947,23.1,"2013-03-14 00:00",20.9,"2013-02-15 00:00",19.6,"2013-03-02 00:00",18.5,"2013-03-29 00:00","","","","",23.1,23.1,20.9,19.6,16.9,14.8,8.4,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68106",1,34.10002,-117.49201,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,48,15,61,0,0,"","","Certification not required",0,731.344828,2.12596,735,"2013-02-12 00:00",734,"2013-01-01 00:00",734,"2013-01-04 00:00",734,"2013-02-15 00:00","","","","",735,735,734,734,733,731,728,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68107",1,34.10002,-117.49201,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,48,15,61,0,0,"","","Certification not required",0,743.758621,4.947259,753,"2013-03-08 00:00",752,"2013-01-07 00:00",752,"2013-03-17 00:00",752,"2013-03-23 00:00","","","","",753,753,752,752,747,742,739,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68108",1,34.10002,-117.49201,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",29,48,15,61,0,0,"","","Certification not required",0,735.827586,1.364576,739,"2013-02-12 00:00",738,"2013-01-01 00:00",738,"2013-01-04 00:00",737,"2013-01-13 00:00","","","","",739,739,738,738,736,736,734,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","68109",1,34.10002,-117.49201,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",29,48,15,61,0,0,"","","Certification not required",0,1438.689655,7.056423,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","81102",2,34.10002,-117.49201,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,40.639344,18.508586,90,"2013-11-12 00:00",83,"2013-10-25 00:00",77,"2013-07-09 00:00",70,"2013-07-15 00:00","","","","",90,83,70,60,52,42,14,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","2002","85101",2,34.10002,-117.49201,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,38.836066,17.76718,86,"2013-11-12 00:00",79,"2013-10-25 00:00",74,"2013-07-09 00:00",67,"2013-07-15 00:00","","","","",86,79,67,57,49,41,13,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","2002","88101",1,34.10002,-117.49201,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,0,0,"Certification not required",0,12.013793,9.249738,34.3,"2013-03-20 00:00",33.1,"2013-02-06 00:00",32.2,"2013-03-17 00:00",22.5,"2013-02-18 00:00","","","","",34.3,34.3,33.1,32.2,15,8.8,3.9,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","2002","88101",1,34.10002,-117.49201,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,"","","Certification not required",0,12.013793,9.249738,34.3,"2013-03-20 00:00",33.1,"2013-02-06 00:00",32.2,"2013-03-17 00:00",22.5,"2013-02-18 00:00","","","","",34.3,34.3,33.1,32.2,15,8.8,3.9,"Fontana","14360 ARROW BLVD., FONTANA","California","San Bernardino","Fontana","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","4001","44201",1,34.418073,-117.285597,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8171,99,363,365,0,589,0,0,"Certification not required",231,0.055496,0.016358,0.1,"2013-07-03 16:00",0.094,"2013-05-04 15:00",0.093,"2013-07-04 13:00",0.092,"2013-05-21 16:00","","","","",0.092,0.087,0.082,0.078,0.068,0.053,0.038,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","44201",1,34.418073,-117.285597,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8703,99,362,365,0,0,0,0,"Certification not required",0,0.049762,0.014818,0.084,"2013-05-04 09:00",0.084,"2013-05-21 10:00",0.084,"2013-07-19 13:00",0.083,"2013-05-30 13:00","","","","",0.083,0.08,0.073,0.069,0.061,0.049,0.032,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","44201",1,34.418073,-117.285597,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8703,99,362,365,0,0,12,12,"Certification not required",0,0.049762,0.014818,0.084,"2013-05-04 09:00",0.084,"2013-05-21 10:00",0.084,"2013-07-19 13:00",0.083,"2013-05-30 13:00","","","","",0.083,0.08,0.073,0.069,0.061,0.049,0.032,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","61101",1,34.418073,-117.285597,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8720,100,363,365,0,40,"","","Certification not required",0,5.99922,3.745073,23.6,"2013-04-08 10:00",23,"2013-04-08 15:00",22.8,"2013-01-10 15:00",22.4,"2013-01-10 21:00","","","","",16.7,15.1,13.3,11.5,8.3,4.9,2,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","61102",1,34.418073,-117.285597,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8676,99,361,365,0,84,"","","Certification not required",0,198.032515,83.01434,360,"2013-01-13 15:00",360,"2013-01-19 10:00",360,"2013-01-21 12:00",360,"2013-01-31 16:00","","","","",355,349.6,333.3,303,235,203,45,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","61105",1,34.418073,-117.285597,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8720,100,363,365,0,40,"","","Certification not required",0,11.732339,6.28584,38,"2013-05-14 13:00",36,"2013-04-08 09:00",36,"2013-04-08 10:00",36,"2013-04-08 12:00","","","","",29,27,24,21,16,10,5,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","62101",1,34.418073,-117.285597,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8720,100,363,365,0,40,"","","Certification not required",0,62.21422,15.815587,105,"2013-06-30 12:00",104,"2013-06-29 13:00",104,"2013-06-30 11:00",104,"2013-06-30 13:00","","","","",95,93,89,84,74,61,42,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","64101",1,34.418073,-117.285597,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8720,100,363,365,0,40,"","","Certification not required",0,903.487156,4.388606,917.4,"2013-01-15 09:00",916.7,"2013-01-15 08:00",916.4,"2013-01-15 10:00",916,"2013-01-15 07:00","","","","",914,913,911.6,909.9,906.2,903.2,898.1,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2014-02-04" +"06","071","4001","81102",1,34.418073,-117.285597,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",12,20,12,61,0,0,0,0,"Certification not required",0,15.916667,5.632024,25,"2013-01-22 00:00",22,"2013-01-16 00:00",20,"2013-03-11 00:00",19,"2013-02-27 00:00","","","","",25,25,25,22,20,17,8,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2013-06-28" +"06","071","4001","85101",1,34.418073,-117.285597,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,"","","Certification not required",0,15,5.169843,23,"2013-01-22 00:00",21,"2013-01-16 00:00",18,"2013-01-04 00:00",18,"2013-02-27 00:00","","","","",23,23,23,21,18,16,8,"Hesperia Air Monitoring Station; SBD Country Fire Department","17288 OLIVE ST., HESPERIA","California","San Bernardino","Hesperia","Riverside-San Bernardino-Ontario, CA","2013-04-10" +"06","071","4003","44201",1,34.05977,-117.14731,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6213,74,270,365,0,339,3,3,"Certification not required",146,0.070541,0.023163,0.133,"2013-06-01 15:00",0.133,"2013-06-29 18:00",0.128,"2013-09-14 14:00",0.124,"2013-06-30 12:00","","","","",0.128,0.114,0.109,0.1,0.088,0.073,0.042,"Redlands","500 N. DEARBORN, REDLANDS, CA. 92373","California","San Bernardino","Redlands","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","4003","44201",1,34.05977,-117.14731,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6518,74,270,365,0,0,27,27,"Certification not required",0,0.060111,0.018944,0.119,"2013-06-29 12:00",0.109,"2013-06-01 11:00",0.107,"2013-09-14 10:00",0.104,"2013-07-08 11:00","","","","",0.107,0.097,0.09,0.085,0.074,0.06,0.038,"Redlands","500 N. DEARBORN, REDLANDS, CA. 92373","California","San Bernardino","Redlands","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","4003","44201",1,34.05977,-117.14731,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6518,74,270,365,0,0,63,63,"Certification not required",0,0.060111,0.018944,0.119,"2013-06-29 12:00",0.109,"2013-06-01 11:00",0.107,"2013-09-14 10:00",0.104,"2013-07-08 11:00","","","","",0.107,0.097,0.09,0.085,0.074,0.06,0.038,"Redlands","500 N. DEARBORN, REDLANDS, CA. 92373","California","San Bernardino","Redlands","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","4003","81102",1,34.05977,-117.14731,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,27.016393,14.499991,72,"2013-10-25 00:00",55,"2013-07-21 00:00",50,"2013-09-13 00:00",48,"2013-09-05 00:00","","","","",72,55,48,41,36,32,8,"Redlands","500 N. DEARBORN, REDLANDS, CA. 92373","California","San Bernardino","Redlands","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","4003","85101",1,34.05977,-117.14731,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",1,25.540984,13.682804,68,"2013-10-25 00:00",52,"2013-07-21 00:00",47,"2013-09-13 00:00",45,"2013-09-05 00:00","","","","",68,52,45,39,34,30,8,"Redlands","500 N. DEARBORN, REDLANDS, CA. 92373","California","San Bernardino","Redlands","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","8001","68101",1,34.264444,-116.864444,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68102",1,34.264444,-116.864444,"NAD83","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",14,23,14,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-22 00:00",24,"2013-01-28 00:00","","","","",24,24,24,24,24,24,24,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68103",1,34.264444,-116.864444,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",14,23,14,61,0,0,"","","Certification not required",0,-9.321429,4.541633,-2,"2013-03-17 00:00",-3.4,"2013-03-29 00:00",-3.7,"2013-02-03 00:00",-6.7,"2013-03-05 00:00","","","","",-2,-2,-2,-3.4,-6.7,-9.1,-15.5,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68104",1,34.264444,-116.864444,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",14,23,14,61,0,0,"","","Certification not required",0,10.257143,6.947907,19.6,"2013-03-17 00:00",18.5,"2013-03-29 00:00",16.4,"2013-03-11 00:00",16.2,"2013-01-22 00:00","","","","",19.6,19.6,19.6,18.5,16.2,11.6,0.3,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68105",1,34.264444,-116.864444,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.342857,5.332154,8.8,"2013-03-17 00:00",7.8,"2013-03-29 00:00",5.3,"2013-03-23 00:00",3.7,"2013-02-03 00:00","","","","",8.8,8.8,8.8,7.8,3.7,2.4,-6.3,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68106",1,34.264444,-116.864444,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",14,23,14,61,0,0,"","","Certification not required",0,596.642857,2.619664,601,"2013-02-15 00:00",599,"2013-02-27 00:00",599,"2013-03-11 00:00",599,"2013-03-29 00:00","","","","",601,601,601,599,599,597,592,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68107",1,34.264444,-116.864444,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",14,23,14,61,0,0,"","","Certification not required",0,613.642857,17.574488,647,"2013-01-28 00:00",646,"2013-02-09 00:00",644,"2013-02-21 00:00",608,"2013-02-03 00:00","","","","",647,647,647,646,608,607,601,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68108",1,34.264444,-116.864444,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",14,23,14,61,0,0,"","","Certification not required",0,600.285714,2.614415,604,"2013-02-15 00:00",603,"2013-02-27 00:00",603,"2013-03-11 00:00",602,"2013-01-04 00:00","","","","",604,604,604,603,602,602,597,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","68109",1,34.264444,-116.864444,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",14,23,14,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","88101",1,34.264444,-116.864444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,23,14,61,0,0,0,0,"Certification not required",0,12.842857,7.698823,35.1,"2013-01-04 00:00",19.7,"2013-02-09 00:00",18.4,"2013-01-22 00:00",12.1,"2013-03-23 00:00","","","","",35.1,35.1,35.1,19.7,12.1,11.5,6.7,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","8001","88101",1,34.264444,-116.864444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,23,14,61,0,0,"","","Certification not required",0,12.842857,7.698823,35.1,"2013-01-04 00:00",19.7,"2013-02-09 00:00",18.4,"2013-01-22 00:00",12.1,"2013-03-23 00:00","","","","",35.1,35.1,35.1,19.7,12.1,11.5,6.7,"Big Bear","501 W. VALLEY BLVD., BIG BEAR CITY,","California","San Bernardino","Big Bear City","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9002","44201",1,34.071389,-116.390556,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8667,99,363,365,0,93,0,0,"Certification not required",0,0.061014,0.014936,0.103,"2013-06-17 18:00",0.098,"2013-05-13 18:00",0.097,"2013-06-07 18:00",0.097,"2013-06-28 17:00","","","","",0.097,0.093,0.088,0.082,0.072,0.058,0.045,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","44201",1,34.071389,-116.390556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8706,99,361,365,0,0,5,5,"Certification not required",0,0.056662,0.012471,0.091,"2013-06-17 15:00",0.089,"2013-05-21 12:00",0.087,"2013-06-21 14:00",0.085,"2013-05-04 10:00","","","","",0.085,0.084,0.079,0.074,0.066,0.054,0.043,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","44201",1,34.071389,-116.390556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8706,99,361,365,0,0,26,26,"Certification not required",0,0.056662,0.012471,0.091,"2013-06-17 15:00",0.089,"2013-05-21 12:00",0.087,"2013-06-21 14:00",0.085,"2013-05-04 10:00","","","","",0.085,0.084,0.079,0.074,0.066,0.054,0.043,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","61101",1,34.071389,-116.390556,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8731,100,364,365,0,29,"","","Certification not required",0,6.977975,3.113286,21.9,"2013-02-24 12:00",20.8,"2013-02-24 10:00",19.8,"2013-02-24 08:00",19.8,"2013-02-24 09:00","","","","",15.1,14.2,12.6,11.1,8.9,6.8,2.9,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","61103",1,34.071389,-116.390556,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8731,100,364,365,0,29,"","","Certification not required",0,6.565434,3.145148,21.2,"2013-02-24 12:00",19.4,"2013-02-24 10:00",18.4,"2013-02-24 08:00",18.4,"2013-02-24 09:00","","","","",14.6,13.4,12,10.7,8.5,6.6,2.3,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","61104",1,34.071389,-116.390556,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8731,100,364,365,0,29,"","","Certification not required",0,178.540488,58.102533,340,"2013-02-13 03:00",331,"2013-10-15 19:00",330,"2013-02-13 04:00",328,"2013-10-15 18:00","","","","",287,259,234,223,213,197,68,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","61106",1,34.071389,-116.390556,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8731,100,364,365,0,29,"","","Certification not required",0,19.470507,12.423987,86,"2013-12-22 17:00",85,"2013-11-26 00:00",82,"2013-01-19 04:00",81,"2013-02-25 01:00","","","","",62,56,46,36,24,17,6,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","62101",1,34.071389,-116.390556,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8726,100,363,365,0,34,"","","Certification not required",0,61.943961,15.770669,101,"2013-06-29 13:00",101,"2013-06-29 14:00",101,"2013-06-29 15:00",100,"2013-06-30 11:00","","","","",92,90,86,83,75,62,42,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","62201",1,34.071389,-116.390556,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8732,100,364,365,0,28,"","","Certification not required",0,31.58383,18.90273,100,"2013-07-20 06:00",100,"2013-07-20 07:00",99,"2013-08-26 07:00",99,"2013-08-26 08:00","","","","",90,85,72,60,40,26,13,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","63301",1,34.071389,-116.390556,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8738,100,364,365,0,22,"","","Certification not required",4274,0.353164,0.467097,1.56,"2013-06-16 11:00",1.55,"2013-06-15 11:00",1.54,"2013-06-14 11:00",1.54,"2013-06-17 11:00","","","","",1.47,1.44,1.31,1.15,0.7,0.01,0.005,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","65102",1,34.071389,-116.390556,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8704,99,364,365,0,56,"","","Certification not required",0,0.000308,0.006039,0.44,"2013-09-07 12:00",0.15,"2013-05-09 14:00",0.11,"2013-08-26 10:00",0.11,"2013-11-22 18:00","","","","",0,0,0,0,0,0,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-02-18" +"06","071","9002","85101",1,34.071389,-116.390556,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8.402312,6.237334,22.2224,"2013-05-01 00:00",21.7018,"2013-05-04 00:00",21.0463,"2013-03-23 00:00",20.4796,"2013-05-31 00:00","","","","",22.2224,22.2224,21.0463,17.761,11.54,7.2592,2.3026,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","85101",2,34.071389,-116.390556,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,8.224876,6.636132,26.4091,"2013-05-01 00:00",24.5227,"2013-05-04 00:00",22.8345,"2013-03-23 00:00",21.1547,"2013-02-24 00:00","","","","",26.4091,26.4091,22.8345,19.5462,11.4988,6.5933,2.4073,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","86502",1,34.071389,-116.390556,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4.58,4.170303,15,"2013-05-01 00:00",14,"2013-02-24 00:00",13,"2013-05-31 00:00",12,"2013-03-23 00:00","","","","",15,15,13,12,7,4,1,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","86502",2,34.071389,-116.390556,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,4.844444,4.757556,19,"2013-05-01 00:00",17,"2013-02-24 00:00",15,"2013-05-04 00:00",14,"2013-03-23 00:00","","","","",19,19,15,13,6,4,1,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88103",1,34.071389,-116.390556,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-26 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88104",1,34.071389,-116.390556,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.092304,0.088925,0.362,"2013-03-23 00:00",0.3524,"2013-05-01 00:00",0.2819,"2013-04-28 00:00",0.2491,"2013-04-25 00:00","","","","",0.362,0.3524,0.2819,0.2369,0.1319,0.063,0.0142,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88109",1,34.071389,-116.390556,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001576,0.000993,0.0044,"2013-05-04 00:00",0.0037,"2013-04-22 00:00",0.0037,"2013-05-31 00:00",0.0032,"2013-05-16 00:00","","","","",0.0044,0.0037,0.0037,0.003,0.0022,0.0013,0.0006,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88111",1,34.071389,-116.390556,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.057163,0.051757,0.2117,"2013-05-01 00:00",0.1941,"2013-04-28 00:00",0.1884,"2013-03-23 00:00",0.1485,"2013-04-25 00:00","","","","",0.2117,0.1941,0.1884,0.1288,0.0813,0.0401,0.01,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88112",1,34.071389,-116.390556,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88114",1,34.071389,-116.390556,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000776,0.001456,0.0106,"2013-04-01 00:00",0.0018,"2013-05-04 00:00",0.0013,"2013-04-22 00:00",0.0012,"2013-02-15 00:00","","","","",0.0106,0.0018,0.0013,0.0012,0.0009,0.0005,0.00015,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88115",1,34.071389,-116.390556,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.003475,0.009408,0.0673,"2013-04-16 00:00",0.01,"2013-02-24 00:00",0.0088,"2013-01-10 00:00",0.0068,"2013-05-16 00:00","","","","",0.0673,0.01,0.0088,0.0061,0.0035,0.0015,0.00015,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88126",1,34.071389,-116.390556,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.061155,0.05513,0.2312,"2013-03-23 00:00",0.2034,"2013-05-01 00:00",0.1692,"2013-04-28 00:00",0.1534,"2013-04-25 00:00","","","","",0.2312,0.2034,0.1692,0.1395,0.0865,0.0446,0.011,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88128",1,34.071389,-116.390556,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000706,0.000855,0.004,"2013-03-23 00:00",0.002,"2013-02-18 00:00",0.002,"2013-03-26 00:00",0.002,"2013-04-25 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0.001,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88132",1,34.071389,-116.390556,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001569,0.001578,0.007,"2013-03-23 00:00",0.006,"2013-05-01 00:00",0.004,"2013-02-24 00:00",0.004,"2013-04-25 00:00","","","","",0.007,0.006,0.004,0.004,0.002,0.001,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88136",1,34.071389,-116.390556,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88140",1,34.071389,-116.390556,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.032249,0.031458,0.124,"2013-04-28 00:00",0.1077,"2013-05-19 00:00",0.0953,"2013-03-23 00:00",0.084,"2013-05-04 00:00","","","","",0.124,0.1077,0.0953,0.081,0.0548,0.0223,0.00195,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88152",1,34.071389,-116.390556,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000297,0.000528,0.0034,"2013-02-03 00:00",0.0019,"2013-05-13 00:00",0.0008,"2013-05-28 00:00",0.0008,"2013-05-31 00:00","","","","",0.0034,0.0019,0.0008,0.0005,0.00015,0.00015,0.0001,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88154",1,34.071389,-116.390556,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000151,0.000101,0.0005,"2013-01-25 00:00",0.0004,"2013-02-18 00:00",0.0004,"2013-03-20 00:00",0.0004,"2013-03-29 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88161",1,34.071389,-116.390556,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.005308,0.004896,0.021,"2013-03-23 00:00",0.0174,"2013-05-01 00:00",0.0151,"2013-04-28 00:00",0.0139,"2013-04-25 00:00","","","","",0.021,0.0174,0.0151,0.0124,0.0077,0.0041,0.0007,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88164",1,34.071389,-116.390556,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000229,0.000178,0.0007,"2013-04-28 00:00",0.0007,"2013-05-19 00:00",0.0006,"2013-04-25 00:00",0.0005,"2013-03-17 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0003,0.0002,5e-05,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88165",1,34.071389,-116.390556,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.209055,0.201427,0.835,"2013-03-23 00:00",0.7977,"2013-05-01 00:00",0.61,"2013-02-24 00:00",0.5813,"2013-05-19 00:00","","","","",0.835,0.7977,0.61,0.5588,0.2729,0.135,0.0359,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88167",1,34.071389,-116.390556,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001904,0.001465,0.0066,"2013-05-04 00:00",0.0062,"2013-03-23 00:00",0.0049,"2013-04-25 00:00",0.0048,"2013-05-16 00:00","","","","",0.0066,0.0062,0.0049,0.0036,0.0025,0.0016,0.0005,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88168",1,34.071389,-116.390556,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.000749,0.000714,0.003,"2013-03-23 00:00",0.0023,"2013-04-28 00:00",0.0023,"2013-05-01 00:00",0.0021,"2013-05-04 00:00","","","","",0.003,0.0023,0.0023,0.0018,0.0011,0.0004,0.0001,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88169",1,34.071389,-116.390556,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.200908,0.155725,0.7121,"2013-03-23 00:00",0.4665,"2013-05-22 00:00",0.447,"2013-05-04 00:00",0.4469,"2013-05-16 00:00","","","","",0.7121,0.4665,0.447,0.424,0.3155,0.1566,0.0486,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88176",1,34.071389,-116.390556,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000195,0.000127,0.0006,"2013-03-23 00:00",0.0006,"2013-05-01 00:00",0.0005,"2013-01-13 00:00",0.0005,"2013-04-28 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.00015,0.00015,0.0001,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88180",1,34.071389,-116.390556,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.041278,0.037461,0.1937,"2013-05-04 00:00",0.1322,"2013-03-23 00:00",0.1128,"2013-05-01 00:00",0.1127,"2013-05-16 00:00","","","","",0.1937,0.1322,0.1128,0.0862,0.0537,0.0262,0.0109,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88184",1,34.071389,-116.390556,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.075037,0.085832,0.3117,"2013-05-16 00:00",0.2888,"2013-05-25 00:00",0.27,"2013-04-16 00:00",0.2554,"2013-05-22 00:00","","","","",0.3117,0.2888,0.27,0.2145,0.1058,0.0398,0.00185,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88185",1,34.071389,-116.390556,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000815,0.000533,0.0025,"2013-05-01 00:00",0.0023,"2013-03-23 00:00",0.0021,"2013-05-16 00:00",0.0019,"2013-04-19 00:00","","","","",0.0025,0.0023,0.0021,0.0016,0.0008,0.00065,0.0004,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88203",1,34.071389,-116.390556,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.033589,0.047843,0.2526,"2013-04-16 00:00",0.2137,"2013-05-07 00:00",0.1275,"2013-01-10 00:00",0.1258,"2013-05-22 00:00","","","","",0.2526,0.2137,0.1275,0.0575,0.0306,0.0202,0.0069,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88306",1,34.071389,-116.390556,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.497184,0.447922,1.9253,"2013-02-18 00:00",1.417,"2013-04-22 00:00",1.2943,"2013-05-16 00:00",1.2332,"2013-03-26 00:00","","","","",1.9253,1.417,1.2943,1.0582,0.84,0.4082,0.0345,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88320",1,34.071389,-116.390556,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.496078,0.416149,2.12,"2013-05-04 00:00",2.02,"2013-05-16 00:00",1.38,"2013-04-22 00:00",0.99,"2013-05-31 00:00","","","","",2.12,2.02,1.38,0.81,0.6,0.45,0.12,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88321",1,34.071389,-116.390556,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.084902,0.060543,0.3,"2013-05-04 00:00",0.25,"2013-05-16 00:00",0.21,"2013-04-22 00:00",0.16,"2013-03-20 00:00","","","","",0.3,0.25,0.21,0.14,0.12,0.07,0.02,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88324",1,34.071389,-116.390556,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.025578,0.014005,0.0766,"2013-05-04 00:00",0.075,"2013-04-22 00:00",0.064,"2013-04-13 00:00",0.059,"2013-04-07 00:00","","","","",0.0766,0.075,0.064,0.031,0.029,0.0223,0.01565,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88325",1,34.071389,-116.390556,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.092994,0.080476,0.3803,"2013-05-16 00:00",0.355,"2013-05-04 00:00",0.3185,"2013-04-22 00:00",0.1959,"2013-05-13 00:00","","","","",0.3803,0.355,0.3185,0.1694,0.1194,0.0725,0.03175,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88326",1,34.071389,-116.390556,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.159841,0.141939,0.7183,"2013-05-16 00:00",0.6618,"2013-05-04 00:00",0.4787,"2013-04-22 00:00",0.329,"2013-05-13 00:00","","","","",0.7183,0.6618,0.4787,0.2936,0.217,0.1402,0.0372,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88327",1,34.071389,-116.390556,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.109998,0.113022,0.6647,"2013-05-04 00:00",0.555,"2013-05-16 00:00",0.2098,"2013-04-22 00:00",0.1788,"2013-05-31 00:00","","","","",0.6647,0.555,0.2098,0.1588,0.1292,0.0965,0.0272,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88328",1,34.071389,-116.390556,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.118641,0.088964,0.3602,"2013-05-04 00:00",0.3556,"2013-05-16 00:00",0.3152,"2013-05-31 00:00",0.3018,"2013-04-22 00:00","","","","",0.3602,0.3556,0.3152,0.219,0.1754,0.0885,0.0281,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88329",1,34.071389,-116.390556,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.165825,0.130381,0.6076,"2013-05-04 00:00",0.5499,"2013-05-16 00:00",0.4473,"2013-04-22 00:00",0.4029,"2013-05-31 00:00","","","","",0.6076,0.5499,0.4473,0.2647,0.2326,0.1602,0.0288,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88330",1,34.071389,-116.390556,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.037512,0.020902,0.0843,"2013-03-23 00:00",0.0825,"2013-03-29 00:00",0.0796,"2013-03-17 00:00",0.075,"2013-03-20 00:00","","","","",0.0843,0.0825,0.0796,0.0672,0.0498,0.04,0.0131,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88331",1,34.071389,-116.390556,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000121,0.000338,0.002,"2013-05-28 00:00",0.001,"2013-04-28 00:00",0.001,"2013-05-04 00:00",0.0005,"2013-03-08 00:00","","","","",0.002,0.001,0.001,0.0001,0.0001,0,0,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88338",1,34.071389,-116.390556,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016675,0.008837,0.0494,"2013-05-28 00:00",0.0485,"2013-03-11 00:00",0.0445,"2013-01-16 00:00",0.0232,"2013-02-09 00:00","","","","",0.0494,0.0485,0.0445,0.02295,0.01585,0.0142,0.0103,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88339",1,34.071389,-116.390556,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.828737,0.642392,2.93758,"2013-03-23 00:00",1.92448,"2013-05-22 00:00",1.84371,"2013-05-04 00:00",1.84355,"2013-05-16 00:00","","","","",2.93758,1.92448,1.84371,1.74917,1.3014,0.6461,0.20031,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88344",1,34.071389,-116.390556,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.641363,0.57784,2.4836,"2013-02-18 00:00",1.8281,"2013-04-22 00:00",1.6696,"2013-05-16 00:00",1.5908,"2013-03-26 00:00","","","","",2.4836,1.8281,1.6696,1.3651,1.0836,0.5266,0.0445,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88348",1,34.071389,-116.390556,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.974996,0.92013,3.7834,"2013-03-23 00:00",3.6325,"2013-05-01 00:00",2.7666,"2013-04-28 00:00",2.5863,"2013-04-25 00:00","","","","",3.7834,3.6325,2.7666,2.5672,1.3192,0.6676,0.1668,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88350",1,34.071389,-116.390556,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.893502,0.74882,3.8129,"2013-05-04 00:00",3.64,"2013-05-16 00:00",2.4908,"2013-04-22 00:00",1.7753,"2013-05-31 00:00","","","","",3.8129,3.64,2.4908,1.4648,1.0777,0.8134,0.2135,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88403",1,34.071389,-116.390556,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.586022,0.475293,2.253,"2013-03-23 00:00",1.4401,"2013-05-04 00:00",1.317,"2013-05-01 00:00",1.3142,"2013-05-22 00:00","","","","",2.253,1.4401,1.317,1.208,0.9236,0.4368,0.1265,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9002","88502",1,34.071389,-116.390556,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.252941,2.419781,9.3,"2013-05-16 00:00",9.1,"2013-05-04 00:00",8.6,"2013-03-23 00:00",7.3,"2013-05-31 00:00","","","","",9.3,9.1,8.6,6.6,4.6,2.4,0.9,"SITE MOVED FROM LOST HORSE RANGER STATION TO BLACK ROCK CANYON 10-93","JOSHUA TREE NATIONAL MONUMENT","California","San Bernardino","Yucca Valley","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9004","14129",2,34.10688,-117.27411,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,0,0,"Certification not required",0,0.004714,0.002967,0.013,"2013-06-21 00:00",0.01,"2013-06-03 00:00",0.009,"2013-04-28 00:00",0.008,"2013-01-04 00:00","","","","",0.013,0.013,0.01,0.009,0.006,0.005,0.001,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-09-12" +"06","071","9004","42101",1,34.10688,-117.27411,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED PHOTOMETRY",2013,"Parts per million","No Events",5939,68,258,365,0,613,0,0,"Certification not required",4853,0.328582,0.189538,2.3,"2013-01-01 01:00",2.2,"2013-01-01 02:00",2.1,"2013-01-01 00:00",1.8,"2013-01-23 08:00","","","","",1.1,0.9,0.7,0.6,0.25,0.25,0.25,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","42101",1,34.10688,-117.27411,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6320,72,256,365,0,0,0,0,"Certification not required",0,0.363228,0.136938,1.7,"2013-01-01 07:00",1.5,"2013-01-01 08:00",1.2,"2013-01-01 09:00",1.2,"2013-01-05 04:00",1.7,"2013-01-01 07:00",1.2,"2013-01-05 04:00",0.9,0.8,0.7,0.5,0.4,0.3,0.3,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","42601",1,34.10688,-117.27411,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5051,58,219,365,0,1501,"","","Certification not required",0,6.73631,12.420773,135.2,"2013-01-23 08:00",114.9,"2013-01-23 09:00",98.3,"2013-01-23 07:00",97.7,"2013-01-30 07:00","","","","",65.1,51.6,30.9,19.5,5.8,2,0.8,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","42602",1,34.10688,-117.27411,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5051,58,219,365,0,1501,0,"","Certification not required",0,28.321918,7.797834,50.5,"2013-03-14 20:00",49.4,"2013-03-12 19:00",47.5,"2013-02-13 19:00",46,"2013-02-01 18:00","","","","",50.2,47.5,41.4,38,33.3,28.2,18.1,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","42602",1,34.10688,-117.27411,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5051,58,219,365,0,1501,"","","Certification not required",0,16.623698,8.659027,51.2,"2013-01-09 17:00",50.5,"2013-03-14 20:00",50.2,"2013-03-13 19:00",50.1,"2013-01-09 18:00","","","","",37.9,35.2,31.3,28.2,22.9,15.9,5.8,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","42603",1,34.10688,-117.27411,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5051,58,219,365,0,1501,"","","Certification not required",0,23.404098,18.070989,167.4,"2013-01-23 08:00",151.2,"2013-01-23 09:00",126.6,"2013-01-23 07:00",124.8,"2013-01-22 07:00","","","","",91.6,79,58.7,46.6,29.3,18.6,7,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","44201",1,34.10688,-117.27411,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5935,71,259,365,0,617,2,2,"Certification not required",761,0.065313,0.022122,0.139,"2013-06-29 17:00",0.125,"2013-06-01 15:00",0.122,"2013-09-14 15:00",0.113,"2013-07-08 15:00","","","","",0.122,0.109,0.103,0.093,0.082,0.066,0.039,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","44201",1,34.10688,-117.27411,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6320,70,257,365,0,0,11,11,"Certification not required",0,0.054607,0.018249,0.112,"2013-06-29 11:00",0.103,"2013-06-01 11:00",0.102,"2013-09-14 10:00",0.097,"2013-09-15 10:00","","","","",0.102,0.095,0.083,0.079,0.067,0.055,0.033,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","44201",1,34.10688,-117.27411,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6320,70,257,365,0,0,36,36,"Certification not required",0,0.054607,0.018249,0.112,"2013-06-29 11:00",0.103,"2013-06-01 11:00",0.102,"2013-09-14 10:00",0.097,"2013-09-15 10:00","","","","",0.102,0.095,0.083,0.079,0.067,0.055,0.033,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","62101",1,34.10688,-117.27411,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6539,75,273,365,0,13,"","","Certification not required",0,67.842377,14.799528,107,"2013-06-30 11:00",105.9,"2013-06-29 14:00",105.6,"2013-06-29 13:00",104.8,"2013-06-30 10:00","","","","",99.3,97.2,92.9,88,78.3,67.4,48.4,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","62201",1,34.10688,-117.27411,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6351,73,263,365,0,201,"","","Certification not required",0,51.667769,23.569996,100,"2013-02-06 03:00",100,"2013-03-10 03:00",99,"2013-01-26 19:00",99,"2013-01-28 05:00","","","","",96,93,89,84,71,52,19,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","68101",1,34.10688,-117.27411,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",28,46,15,61,0,1,"","","Certification not required",0,0.203571,0.018898,0.3,"2013-01-10 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-07 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.2,0.2,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68102",1,34.10688,-117.27411,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",28,46,15,61,0,1,"","","Certification not required",0,23.996429,0.018898,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68103",1,34.10688,-117.27411,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,15,61,0,1,"","","Certification not required",0,5.082143,4.029434,12.6,"2013-01-25 00:00",10.2,"2013-03-14 00:00",10.1,"2013-02-03 00:00",10.1,"2013-03-26 00:00","","","","",12.6,12.6,10.2,10.1,10,5.2,-0.8,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68104",1,34.10688,-117.27411,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,15,61,0,1,"","","Certification not required",0,21.696429,6.254153,35.7,"2013-03-14 00:00",29.7,"2013-03-02 00:00",29,"2013-03-29 00:00",28.6,"2013-01-22 00:00","","","","",35.7,35.7,29.7,29,26.7,22.7,12.8,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68105",1,34.10688,-117.27411,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",28,46,15,61,0,1,"","","Certification not required",0,12.857143,4.368441,22.3,"2013-03-14 00:00",18.9,"2013-03-29 00:00",18.3,"2013-03-02 00:00",17.3,"2013-03-26 00:00","","","","",22.3,22.3,18.9,18.3,16.5,13.6,7.5,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68106",1,34.10688,-117.27411,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,15,61,0,1,"","","Certification not required",0,734.214286,3.212904,740,"2013-02-12 00:00",739,"2013-01-04 00:00",738,"2013-01-01 00:00",738,"2013-01-13 00:00","","","","",740,740,739,738,737,734,730,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68107",1,34.10688,-117.27411,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,15,61,0,1,"","","Certification not required",0,744.821429,3.311636,752,"2013-02-12 00:00",750,"2013-01-04 00:00",749,"2013-01-01 00:00",749,"2013-01-13 00:00","","","","",752,752,750,749,747,745,741,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68108",1,34.10688,-117.27411,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",28,46,15,61,0,1,"","","Certification not required",0,739.607143,2.780078,745,"2013-02-12 00:00",744,"2013-01-04 00:00",743,"2013-01-01 00:00",743,"2013-01-13 00:00","","","","",745,745,744,743,742,740,736,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","68109",1,34.10688,-117.27411,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",28,46,15,61,0,1,"","","Certification not required",0,1439.785714,1.133893,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","81102",2,34.10688,-117.27411,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,31.3,14.861279,102,"2013-10-25 00:00",67,"2013-11-12 00:00",51,"2013-07-21 00:00",45,"2013-07-09 00:00","","","","",102,67,51,44,39,32,15,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","9004","81102",3,34.10688,-117.27411,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6525,74,273,365,0,27,"","","Certification not required",0,32.605824,15.81611,323,"2013-04-27 11:00",149,"2013-02-24 10:00",147,"2013-07-18 08:00",138,"2013-08-29 13:00","","","","",73,66,57,52,42,32,13,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","81102",3,34.10688,-117.27411,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,32.139194,10.757814,66,"2013-04-27 00:00",58,"2013-07-18 00:00",53,"2013-07-19 00:00",52,"2013-06-01 00:00","","","","",53,51,48,45,39,34,16,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-05" +"06","071","9004","85101",2,34.10688,-117.27411,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,30.183333,14.289372,98,"2013-10-25 00:00",65,"2013-11-12 00:00",49,"2013-07-21 00:00",43,"2013-07-09 00:00","","","","",98,65,49,42,38,31,14,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2014-02-12" +"06","071","9004","88101",1,34.10688,-117.27411,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,23,28,122,0,1,0,0,"Certification not required",0,11.478571,9.433917,34.6,"2013-03-20 00:00",33.4,"2013-01-01 00:00",32.3,"2013-03-17 00:00",22.3,"2013-02-18 00:00","","","","",34.6,34.6,33.4,32.3,16,8.3,3.2,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9004","88101",1,34.10688,-117.27411,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,23,28,122,0,1,"","","Certification not required",0,11.478571,9.433917,34.6,"2013-03-20 00:00",33.4,"2013-01-01 00:00",32.3,"2013-03-17 00:00",22.3,"2013-02-18 00:00","","","","",34.6,34.6,33.4,32.3,16,8.3,3.2,"San Bernardino","24302 4TH ST., SAN BERNARDINO, CA.","California","San Bernardino","San Bernardino","Riverside-San Bernardino-Ontario, CA","2013-11-01" +"06","071","9010","85101",1,34.193925,-116.914063,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.651657,6.986951,23.4518,"2013-05-22 00:00",23.4097,"2013-05-01 00:00",23.0076,"2013-05-04 00:00",22.7173,"2013-05-16 00:00","","","","",23.4518,23.4097,23.0076,19.2247,13.2943,6.9057,1.2966,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","86502",1,34.193925,-116.914063,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.470588,4.44231,16,"2013-05-01 00:00",15,"2013-05-31 00:00",14,"2013-05-04 00:00",14,"2013-05-22 00:00","","","","",16,15,14,13,6,3,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88103",1,34.193925,-116.914063,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88104",1,34.193925,-116.914063,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.063839,0.06341,0.295,"2013-05-01 00:00",0.258,"2013-04-28 00:00",0.2286,"2013-03-23 00:00",0.153,"2013-05-04 00:00","","","","",0.295,0.258,0.2286,0.1249,0.0879,0.05,0.0088,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88109",1,34.193925,-116.914063,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001565,0.001091,0.0047,"2013-05-04 00:00",0.0038,"2013-05-16 00:00",0.0034,"2013-04-22 00:00",0.0034,"2013-05-25 00:00","","","","",0.0047,0.0038,0.0034,0.0031,0.0023,0.0015,0.0004,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88111",1,34.193925,-116.914063,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.044255,0.040773,0.1851,"2013-05-01 00:00",0.1808,"2013-04-28 00:00",0.1408,"2013-03-23 00:00",0.1172,"2013-05-04 00:00","","","","",0.1851,0.1808,0.1408,0.0923,0.0568,0.0364,0.0061,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88112",1,34.193925,-116.914063,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-03-23 00:00",0.001,"2013-05-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88114",1,34.193925,-116.914063,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000625,0.000457,0.0018,"2013-05-04 00:00",0.0016,"2013-04-22 00:00",0.0014,"2013-03-26 00:00",0.0014,"2013-03-29 00:00","","","","",0.0018,0.0016,0.0014,0.0013,0.001,0.0006,0.00015,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88115",1,34.193925,-116.914063,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.002091,0.002461,0.0111,"2013-05-22 00:00",0.0088,"2013-05-16 00:00",0.008,"2013-03-05 00:00",0.0071,"2013-05-04 00:00","","","","",0.0111,0.0088,0.008,0.0048,0.003,0.0011,0.00015,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88126",1,34.193925,-116.914063,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.049998,0.044883,0.1876,"2013-05-01 00:00",0.1739,"2013-03-23 00:00",0.1642,"2013-04-28 00:00",0.1265,"2013-05-04 00:00","","","","",0.1876,0.1739,0.1642,0.1018,0.065,0.0486,0.0064,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88128",1,34.193925,-116.914063,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000824,0.001014,0.005,"2013-03-23 00:00",0.003,"2013-05-04 00:00",0.002,"2013-02-12 00:00",0.002,"2013-02-18 00:00","","","","",0.005,0.003,0.002,0.002,0.001,0.001,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88132",1,34.193925,-116.914063,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001216,0.001286,0.006,"2013-03-23 00:00",0.005,"2013-05-01 00:00",0.004,"2013-04-28 00:00",0.003,"2013-04-22 00:00","","","","",0.006,0.005,0.004,0.003,0.002,0.001,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88136",1,34.193925,-116.914063,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88140",1,34.193925,-116.914063,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.025983,0.024047,0.0935,"2013-05-01 00:00",0.0895,"2013-04-28 00:00",0.0773,"2013-05-22 00:00",0.0705,"2013-03-23 00:00","","","","",0.0935,0.0895,0.0773,0.0599,0.0372,0.017,0.00195,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88152",1,34.193925,-116.914063,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.00032,0.000589,0.0041,"2013-03-23 00:00",0.0013,"2013-04-22 00:00",0.0011,"2013-03-29 00:00",0.0007,"2013-03-05 00:00","","","","",0.0041,0.0013,0.0011,0.0006,0.00015,0.00015,0.00015,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88154",1,34.193925,-116.914063,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.000159,9.4e-05,0.0005,"2013-03-05 00:00",0.0004,"2013-03-23 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-02-18 00:00","","","","",0.0005,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88161",1,34.193925,-116.914063,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.004229,0.003933,0.0166,"2013-05-01 00:00",0.0149,"2013-04-28 00:00",0.0147,"2013-03-23 00:00",0.0108,"2013-05-04 00:00","","","","",0.0166,0.0149,0.0147,0.0087,0.0055,0.004,0.0004,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88164",1,34.193925,-116.914063,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000153,0.00014,0.0005,"2013-03-26 00:00",0.0005,"2013-04-22 00:00",0.0005,"2013-05-19 00:00",0.0005,"2013-05-22 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.0002,0.0001,5e-05,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88165",1,34.193925,-116.914063,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.148433,0.154247,0.786,"2013-05-01 00:00",0.577,"2013-04-28 00:00",0.5487,"2013-03-23 00:00",0.3667,"2013-05-04 00:00","","","","",0.786,0.577,0.5487,0.2818,0.2095,0.1184,0.0156,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88167",1,34.193925,-116.914063,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.002188,0.002019,0.0096,"2013-02-12 00:00",0.007,"2013-03-23 00:00",0.0068,"2013-05-04 00:00",0.0053,"2013-05-22 00:00","","","","",0.0096,0.007,0.0068,0.0047,0.003,0.0018,0.0003,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88168",1,34.193925,-116.914063,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000614,0.000654,0.0034,"2013-03-23 00:00",0.0025,"2013-05-01 00:00",0.0019,"2013-04-10 00:00",0.0018,"2013-04-28 00:00","","","","",0.0034,0.0025,0.0019,0.0012,0.0009,0.0004,0.0001,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88169",1,34.193925,-116.914063,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.197665,0.16591,0.746,"2013-03-23 00:00",0.5578,"2013-05-22 00:00",0.4718,"2013-05-04 00:00",0.4495,"2013-05-19 00:00","","","","",0.746,0.5578,0.4718,0.3856,0.3355,0.1591,0.0333,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88176",1,34.193925,-116.914063,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000175,8e-05,0.0005,"2013-03-26 00:00",0.0005,"2013-05-04 00:00",0.0004,"2013-04-10 00:00",0.0003,"2013-01-01 00:00","","","","",0.0005,0.0005,0.0004,0.00015,0.00015,0.00015,0.00015,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88180",1,34.193925,-116.914063,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.031165,0.028509,0.1152,"2013-05-04 00:00",0.1083,"2013-03-23 00:00",0.1074,"2013-05-01 00:00",0.0921,"2013-05-16 00:00","","","","",0.1152,0.1083,0.1074,0.0728,0.0449,0.0238,0.0057,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88184",1,34.193925,-116.914063,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.065094,0.085902,0.3437,"2013-05-22 00:00",0.3238,"2013-05-25 00:00",0.2887,"2013-05-16 00:00",0.2557,"2013-04-16 00:00","","","","",0.3437,0.3238,0.2887,0.1591,0.0887,0.0311,0.00155,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88185",1,34.193925,-116.914063,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.000777,0.000576,0.0039,"2013-03-23 00:00",0.0019,"2013-01-31 00:00",0.0018,"2013-03-17 00:00",0.0015,"2013-02-06 00:00","","","","",0.0039,0.0019,0.0018,0.0013,0.0008,0.00065,0.0004,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88203",1,34.193925,-116.914063,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.048505,0.077934,0.3811,"2013-04-16 00:00",0.3263,"2013-05-22 00:00",0.268,"2013-05-07 00:00",0.1717,"2013-03-05 00:00","","","","",0.3811,0.3263,0.268,0.1012,0.0558,0.0225,0.0054,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88306",1,34.193925,-116.914063,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,1.037343,1.035248,4.4007,"2013-03-05 00:00",3.0083,"2013-03-26 00:00",2.7113,"2013-05-22 00:00",2.6961,"2013-03-29 00:00","","","","",4.4007,3.0083,2.7113,2.4503,1.783,0.6588,0.027,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88320",1,34.193925,-116.914063,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.557255,0.455588,2.09,"2013-05-16 00:00",1.71,"2013-05-04 00:00",1.57,"2013-05-31 00:00",1.43,"2013-04-22 00:00","","","","",2.09,1.71,1.57,1.05,0.82,0.48,0.12,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88321",1,34.193925,-116.914063,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.098824,0.078883,0.3,"2013-05-16 00:00",0.29,"2013-05-31 00:00",0.28,"2013-03-05 00:00",0.26,"2013-05-04 00:00","","","","",0.3,0.29,0.28,0.2,0.14,0.08,0.02,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88324",1,34.193925,-116.914063,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.028309,0.017776,0.1065,"2013-03-05 00:00",0.0821,"2013-05-16 00:00",0.0707,"2013-04-22 00:00",0.0539,"2013-05-31 00:00","","","","",0.1065,0.0821,0.0707,0.0412,0.0298,0.0232,0.0159,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88325",1,34.193925,-116.914063,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.115227,0.093164,0.4033,"2013-05-16 00:00",0.3352,"2013-05-04 00:00",0.3342,"2013-04-22 00:00",0.3259,"2013-05-31 00:00","","","","",0.4033,0.3352,0.3342,0.2116,0.162,0.0949,0.03205,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88326",1,34.193925,-116.914063,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.173548,0.15363,0.7537,"2013-05-16 00:00",0.561,"2013-05-04 00:00",0.5193,"2013-05-31 00:00",0.4319,"2013-04-22 00:00","","","","",0.7537,0.561,0.5193,0.3466,0.2443,0.137,0.03375,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88327",1,34.193925,-116.914063,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.120288,0.107395,0.5374,"2013-05-16 00:00",0.4551,"2013-05-04 00:00",0.3012,"2013-05-31 00:00",0.281,"2013-04-22 00:00","","","","",0.5374,0.4551,0.3012,0.2129,0.1715,0.0919,0.0159,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88328",1,34.193925,-116.914063,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.125537,0.099883,0.3672,"2013-05-31 00:00",0.3134,"2013-05-04 00:00",0.3087,"2013-05-16 00:00",0.3079,"2013-04-22 00:00","","","","",0.3672,0.3134,0.3087,0.2741,0.1962,0.1085,0.0179,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88329",1,34.193925,-116.914063,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.189177,0.159052,0.5983,"2013-05-31 00:00",0.571,"2013-05-16 00:00",0.53,"2013-05-04 00:00",0.4722,"2013-04-22 00:00","","","","",0.5983,0.571,0.53,0.3885,0.2912,0.1488,0.029,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88330",1,34.193925,-116.914063,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.035257,0.02044,0.0856,"2013-04-28 00:00",0.0768,"2013-04-19 00:00",0.0754,"2013-03-23 00:00",0.0666,"2013-03-14 00:00","","","","",0.0856,0.0768,0.0754,0.0632,0.0489,0.032,0.0104,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88331",1,34.193925,-116.914063,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,5e-05,0.000141,0.001,"2013-05-31 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.0001,0.0001,0.0001,5e-05,0,0,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88338",1,34.193925,-116.914063,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.017052,0.010274,0.0784,"2013-02-18 00:00",0.0329,"2013-01-31 00:00",0.0307,"2013-04-22 00:00",0.02605,"2013-02-09 00:00","","","","",0.0784,0.0329,0.0307,0.0236,0.0156,0.01435,0.0107,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88339",1,34.193925,-116.914063,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.815336,0.684374,3.07713,"2013-03-23 00:00",2.30093,"2013-05-22 00:00",1.94622,"2013-05-04 00:00",1.85411,"2013-05-19 00:00","","","","",3.07713,2.30093,1.94622,1.59064,1.38398,0.65608,0.13724,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88344",1,34.193925,-116.914063,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.338286,1.33538,5.6769,"2013-03-05 00:00",3.8807,"2013-03-26 00:00",3.4976,"2013-05-22 00:00",3.478,"2013-03-29 00:00","","","","",5.6769,3.8807,3.4976,3.1609,2.3002,0.8499,0.0348,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88348",1,34.193925,-116.914063,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.711169,0.701439,3.3938,"2013-05-01 00:00",2.726,"2013-04-28 00:00",2.548,"2013-03-23 00:00",1.7666,"2013-05-04 00:00","","","","",3.3938,2.726,2.548,1.3953,0.9504,0.5768,0.0936,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88350",1,34.193925,-116.914063,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.002598,0.81874,3.7534,"2013-05-16 00:00",3.0706,"2013-05-04 00:00",2.8215,"2013-05-31 00:00",2.5661,"2013-04-22 00:00","","","","",3.7534,3.0706,2.8215,1.888,1.4812,0.8699,0.2119,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88403",1,34.193925,-116.914063,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.590651,0.507355,2.3927,"2013-03-23 00:00",1.6815,"2013-05-22 00:00",1.4301,"2013-05-04 00:00",1.286,"2013-05-25 00:00","","","","",2.3927,1.6815,1.4301,1.1568,0.9668,0.4813,0.0962,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","071","9010","88502",1,34.193925,-116.914063,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.558824,2.914528,10.4,"2013-03-05 00:00",9.4,"2013-05-16 00:00",9.3,"2013-05-22 00:00",9.2,"2013-03-23 00:00","","","","",10.4,9.4,9.3,7.3,6,2.5,0.5,"","San Gorgonio Wilderness","California","San Bernardino","","Riverside-San Bernardino-Ontario, CA","2014-01-28" +"06","073","0001","12102",7,32.631231,-117.059075,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.004,0.002828,0.008,"2013-02-21 00:00",0.006,"2013-01-16 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-28 00:00","","","","",0.008,0.008,0.008,0.008,0.006,0.002,0.002,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12103",7,32.631231,-117.059075,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12110",7,32.631231,-117.059075,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12112",7,32.631231,-117.059075,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.004,0.000707,0.005,"2013-01-16 00:00",0.004,"2013-01-28 00:00",0.004,"2013-02-09 00:00",0.004,"2013-02-21 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.004,0.003,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12113",7,32.631231,-117.059075,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12114",7,32.631231,-117.059075,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01678,0.009558,0.031,"2013-01-16 00:00",0.019,"2013-01-28 00:00",0.018,"2013-01-04 00:00",0.0086,"2013-02-21 00:00","","","","",0.031,0.031,0.031,0.031,0.019,0.018,0.0073,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12115",1,32.631231,-117.059075,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-01-31" +"06","073","0001","12126",7,32.631231,-117.059075,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.414,0.247851,0.84,"2013-01-16 00:00",0.36,"2013-01-28 00:00",0.35,"2013-01-04 00:00",0.33,"2013-02-21 00:00","","","","",0.84,0.84,0.84,0.84,0.36,0.35,0.19,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12128",7,32.631231,-117.059075,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.02892,0.032974,0.075,"2013-02-21 00:00",0.053,"2013-01-04 00:00",0.0066,"2013-01-16 00:00",0.0063,"2013-02-09 00:00","","","","",0.075,0.075,0.075,0.075,0.053,0.0066,0.0037,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-06-28" +"06","073","0001","12132",7,32.631231,-117.059075,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0078,0.006221,0.018,"2013-01-16 00:00",0.009,"2013-01-04 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-21 00:00","","","","",0.018,0.018,0.018,0.018,0.009,0.005,0.002,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12134",7,32.631231,-117.059075,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12136",7,32.631231,-117.059075,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12150",7,32.631231,-117.059075,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12154",7,32.631231,-117.059075,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12160",7,32.631231,-117.059075,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0048,0.003546,0.009,"2013-02-21 00:00",0.008,"2013-01-04 00:00",0.004,"2013-01-16 00:00",0.0015,"2013-01-28 00:00","","","","",0.009,0.009,0.009,0.009,0.008,0.004,0.0015,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12161",7,32.631231,-117.059075,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0124,0.011366,0.032,"2013-01-16 00:00",0.011,"2013-01-28 00:00",0.01,"2013-02-21 00:00",0.0045,"2013-01-04 00:00","","","","",0.032,0.032,0.032,0.032,0.011,0.01,0.0045,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12164",7,32.631231,-117.059075,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12167",7,32.631231,-117.059075,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",3,5,3,61,0,2,"","","Certification not required",0,0.029,0.017349,0.048,"2013-01-04 00:00",0.025,"2013-02-21 00:00",0.014,"2013-02-09 00:00","","","","","","",0.048,0.048,0.048,0.048,0.048,0.025,0.014,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12168",7,32.631231,-117.059075,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00448,0.001092,0.0054,"2013-01-16 00:00",0.0053,"2013-01-28 00:00",0.0047,"2013-01-04 00:00",0.0043,"2013-02-21 00:00","","","","",0.0054,0.0054,0.0054,0.0054,0.0053,0.0047,0.0027,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12169",7,32.631231,-117.059075,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.37,0.11225,0.49,"2013-02-21 00:00",0.47,"2013-01-28 00:00",0.37,"2013-02-09 00:00",0.29,"2013-01-04 00:00","","","","",0.49,0.49,0.49,0.49,0.47,0.37,0.23,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","12185",7,32.631231,-117.059075,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00112,0.000827,0.0026,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0026,0.0026,0.0026,0.0026,0.00075,0.00075,0.00075,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0001","42601",1,32.631231,-117.059075,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6770,77,297,365,0,526,"","","Certification not required",0,2.900443,7.62032,96,"2013-03-13 06:00",90,"2013-01-18 07:00",89,"2013-03-12 06:00",84,"2013-02-04 07:00","","","","",41,30,15,7,2,1,0,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","42602",1,32.631231,-117.059075,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6770,77,297,365,0,526,0,"","Certification not required",0,20.060606,12.729635,51,"2013-10-17 19:00",50,"2013-03-01 19:00",49,"2013-02-28 19:00",46,"2013-02-27 20:00","","","","",49,45,43,39,31,16,6,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","42602",1,32.631231,-117.059075,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6770,77,297,365,0,526,"","","Certification not required",0,9.224815,9.088133,51,"2013-10-17 19:00",50,"2013-03-01 19:00",49,"2013-02-28 19:00",49,"2013-02-28 20:00","","","","",40,37,30,23,12,6,2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","42603",1,32.631231,-117.059075,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6770,77,297,365,0,526,"","","Certification not required",0,12.148892,15.139602,129,"2013-01-18 07:00",117,"2013-02-28 07:00",117,"2013-03-13 06:00",116,"2013-01-17 07:00","","","","",76,62,44,31,14,6,2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","43218",5,32.631231,-117.059075,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.153667,0.134613,0.56,"2013-01-16 00:00",0.56,"2013-11-12 00:00",0.37,"2013-12-21 00:00",0.28,"2013-12-06 00:00","","","","",0.56,0.56,0.56,0.37,0.22,0.08,0.08,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43359",5,32.631231,-117.059075,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.307407,0.064127,0.5,"2013-11-12 00:00",0.45,"2013-10-19 00:00",0.39,"2013-01-16 00:00",0.39,"2013-09-13 00:00","","","","",0.5,0.5,0.45,0.39,0.33,0.29,0.25,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43502",5,32.631231,-117.059075,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,1.653333,0.639899,3.9,"2013-11-12 00:00",2.9,"2013-10-19 00:00",2.4,"2013-10-31 00:00",2.2,"2013-01-05 00:00","","","","",3.9,3.9,2.9,2.4,2,1.5,1,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43503",5,32.631231,-117.059075,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,1.073333,0.631328,3.6,"2013-11-12 00:00",2,"2013-01-05 00:00",2,"2013-10-19 00:00",1.8,"2013-10-31 00:00","","","","",3.6,3.6,2,2,1.2,1,0.6,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43505",5,32.631231,-117.059075,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,1.362,0.851863,2.73,"2013-01-28 00:00",1.47,"2013-01-16 00:00",1.2,"2013-01-13 00:00",0.96,"2013-02-09 00:00","","","","",2.73,2.73,2.73,2.73,1.47,1.2,0.45,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-06-17" +"06","073","0001","43551",5,32.631231,-117.059075,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,14.64,5.430746,21.9,"2013-01-16 00:00",18.9,"2013-01-28 00:00",12,"2013-02-21 00:00",10.8,"2013-01-13 00:00","","","","",21.9,21.9,21.9,21.9,18.9,12,9.6,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-06-17" +"06","073","0001","43552",5,32.631231,-117.059075,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",24,0.293333,0.276597,1.6,"2013-11-12 00:00",0.8,"2013-12-21 00:00",0.4,"2013-01-05 00:00",0.4,"2013-01-16 00:00","","","","",1.6,1.6,0.8,0.4,0.2,0.2,0.2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43702",5,32.631231,-117.059075,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,1,"","","Certification not required",0,0.3,0,0.3,"2013-01-13 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2013-06-17" +"06","073","0001","43802",5,32.631231,-117.059075,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.085333,0.044001,0.23,"2013-11-12 00:00",0.14,"2013-10-19 00:00",0.13,"2013-01-16 00:00",0.13,"2013-12-21 00:00","","","","",0.23,0.23,0.14,0.13,0.12,0.05,0.05,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43803",5,32.631231,-117.059075,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.023,0.014657,0.06,"2013-11-12 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00",0.04,"2013-04-10 00:00","","","","",0.06,0.06,0.05,0.05,0.03,0.02,0.01,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43804",5,32.631231,-117.059075,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.079667,0.007649,0.09,"2013-01-28 00:00",0.09,"2013-09-01 00:00",0.09,"2013-09-13 00:00",0.09,"2013-09-25 00:00","","","","",0.09,0.09,0.09,0.09,0.08,0.08,0.07,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43814",5,32.631231,-117.059075,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.01,0,0.01,"2013-01-13 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43817",5,32.631231,-117.059075,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.020333,0.015862,0.07,"2013-11-12 00:00",0.05,"2013-10-31 00:00",0.04,"2013-01-16 00:00",0.04,"2013-03-05 00:00","","","","",0.07,0.07,0.05,0.04,0.03,0.01,0.01,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43819",5,32.631231,-117.059075,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.020333,0.001826,0.03,"2013-12-21 00:00",0.02,"2013-01-13 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0.02,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43824",5,32.631231,-117.059075,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.035,0.041502,0.22,"2013-12-21 00:00",0.11,"2013-12-06 00:00",0.08,"2013-09-25 00:00",0.07,"2013-02-21 00:00","","","","",0.22,0.22,0.11,0.08,0.02,0.02,0.02,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43827",5,32.631231,-117.059075,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-13 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43830",5,32.631231,-117.059075,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.15,0,0.15,"2013-01-13 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43831",5,32.631231,-117.059075,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.15,0,0.15,"2013-01-13 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43834",5,32.631231,-117.059075,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.2,0,0.2,"2013-01-13 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43848",5,32.631231,-117.059075,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",20,0.288889,0.166995,0.8,"2013-11-12 00:00",0.64,"2013-10-31 00:00",0.56,"2013-10-19 00:00",0.5,"2013-01-16 00:00","","","","",0.8,0.8,0.64,0.56,0.4,0.2,0.2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","43854",5,32.631231,-117.059075,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",19,0.32,0.218527,1.04,"2013-11-12 00:00",0.8,"2013-10-31 00:00",0.58,"2013-01-16 00:00",0.58,"2013-10-19 00:00","","","","",1.04,1.04,0.8,0.58,0.46,0.2,0.2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","44201",1,32.631231,-117.059075,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6868,81,297,365,0,428,0,0,"Certification not required",340,0.046128,0.008378,0.073,"2013-05-13 15:00",0.073,"2013-09-15 11:00",0.072,"2013-09-29 11:00",0.069,"2013-10-19 15:00","","","","",0.072,0.067,0.061,0.058,0.051,0.045,0.037,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","44201",1,32.631231,-117.059075,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7176,81,294,365,0,0,0,0,"Certification not required",0,0.041146,0.007701,0.062,"2013-09-15 09:00",0.062,"2013-09-29 09:00",0.06,"2013-05-13 09:00",0.059,"2013-03-13 12:00","","","","",0.06,0.058,0.055,0.051,0.046,0.041,0.032,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","44201",1,32.631231,-117.059075,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7176,81,294,365,0,0,0,0,"Certification not required",0,0.041146,0.007701,0.062,"2013-09-15 09:00",0.062,"2013-09-29 09:00",0.06,"2013-05-13 09:00",0.059,"2013-03-13 12:00","","","","",0.06,0.058,0.055,0.051,0.046,0.041,0.032,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","45109",5,32.631231,-117.059075,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,1.637333,1.278401,6.16,"2013-11-12 00:00",3.76,"2013-01-16 00:00",3.76,"2013-10-31 00:00",3.36,"2013-12-21 00:00","","","","",6.16,6.16,3.76,3.76,2.16,0.8,0.8,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","45201",5,32.631231,-117.059075,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,1.155667,0.744301,3.36,"2013-11-12 00:00",2.64,"2013-12-21 00:00",2.58,"2013-01-16 00:00",1.74,"2013-10-19 00:00","","","","",3.36,3.36,2.64,2.58,1.62,1.02,0.4,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","45202",5,32.631231,-117.059075,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,2.713667,1.986262,9.8,"2013-11-12 00:00",5.53,"2013-01-16 00:00",5.53,"2013-12-21 00:00",5.11,"2013-10-31 00:00","","","","",9.8,9.8,5.53,5.53,3.36,2.31,0.7,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","45203",5,32.631231,-117.059075,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.834667,0.189877,1.84,"2013-11-12 00:00",0.8,"2013-01-13 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00","","","","",1.84,1.84,0.8,0.8,0.8,0.8,0.8,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","45204",5,32.631231,-117.059075,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.632,0.487006,2.4,"2013-11-12 00:00",1.52,"2013-01-16 00:00",1.52,"2013-10-31 00:00",1.36,"2013-12-21 00:00","","","","",2.4,2.4,1.52,1.52,0.4,0.4,0.4,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","45220",5,32.631231,-117.059075,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,4,"","","Certification not required",0,0.4,0,0.4,"2013-01-13 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0001","61101",1,32.631231,-117.059075,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,3.251982,2.310902,12.7,"2013-01-10 15:00",12.4,"2013-01-10 14:00",12.2,"2013-04-08 10:00",12.1,"2013-02-20 05:00","","","","",9.1,8.3,7.4,6.6,5,2.6,0.7,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","61103",1,32.631231,-117.059075,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,2.94987,2.215437,12.1,"2013-01-10 15:00",11.7,"2013-01-10 14:00",11.5,"2013-02-20 05:00",11.5,"2013-02-20 06:00","","","","",8.6,7.8,6.9,6.2,4.7,2.3,0.5,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","61104",1,32.631231,-117.059075,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,212.851694,88.544551,360,"2013-01-30 11:00",360,"2013-02-07 09:00",360,"2013-07-30 23:00",360,"2013-07-31 05:00","","","","",353,347,321,298,272,250,68,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","61106",1,32.631231,-117.059075,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7287,83,304,365,0,9,"","","Certification not required",0,27.086455,10.895629,80,"2013-04-22 05:00",77,"2013-10-17 09:00",76,"2013-02-05 02:00",74,"2013-03-15 00:00","","","","",63,59,51,44,31,23,18,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","62101",1,32.631231,-117.059075,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,62.763068,7.903679,91,"2013-08-29 15:00",88,"2013-08-29 14:00",88,"2013-08-29 16:00",88,"2013-10-06 11:00","","","","",83,80,75,72,68,63,53,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","62107",1,32.631231,-117.059075,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,75.925727,1.019439,78.8,"2013-01-01 20:00",78.8,"2013-01-01 21:00",78.8,"2013-01-27 07:00",78.8,"2013-01-27 09:00","","","","",77,77,77,77,77,75.2,75.2,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0001","68105",1,32.631231,-117.059075,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,11,"","","Certification not required",0,17.561983,3.448822,26.1,"2013-08-29 00:00",26,"2013-09-04 00:00",25.2,"2013-09-07 00:00",25.1,"2013-05-13 00:00","","","","",26,25.2,22.3,21.7,19.6,17.9,12.5,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0001","68108",1,32.631231,-117.059075,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,11,"","","Certification not required",0,755.545455,2.866473,763,"2013-02-12 00:00",762,"2013-01-16 00:00",761,"2013-01-04 00:00",761,"2013-12-09 00:00","","","","",762,761,760,759,758,755,752,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0001","81102",2,32.631231,-117.059075,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",63,98,60,61,0,1,0,0,"Certification not required",0,22.190476,6.357259,38,"2013-06-21 00:00",35,"2013-05-04 00:00",35,"2013-10-25 00:00",33,"2013-05-22 00:00","","","","",38,35,33,30,27,21,14,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","0001","81102",3,32.631231,-117.059075,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,93,57,61,0,4,0,0,"Certification not required",0,22.716667,6.638592,38,"2013-06-21 00:00",37,"2013-05-04 00:00",35,"2013-10-25 00:00",34,"2013-05-22 00:00","","","","",38,37,35,32,28,22,14,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","0001","85101",1,32.631231,-117.059075,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",63,100,60,61,0,1,"","","Certification not required",0,22.555556,6.420174,38,"2013-06-21 00:00",36,"2013-05-04 00:00",35,"2013-10-25 00:00",33,"2013-05-22 00:00","","","","",38,36,33,31,28,21,14,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","0001","85101",2,32.631231,-117.059075,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,57,61,0,4,"","","Certification not required",0,23.65,6.920432,40,"2013-06-21 00:00",38,"2013-05-04 00:00",37,"2013-05-22 00:00",35,"2013-03-23 00:00","","","","",40,38,37,34,29,23,16,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","0001","88101",1,32.631231,-117.059075,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,95,116,122,0,11,0,0,"Certification not required",0,9.490909,3.501285,21.9,"2013-10-25 00:00",18.1,"2013-03-17 00:00",18,"2013-03-14 00:00",17.8,"2013-03-26 00:00","","","","",18.1,18,15.5,14.3,12.2,9.2,5.7,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0001","88101",1,32.631231,-117.059075,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,95,116,122,0,11,"","","Certification not required",0,9.490909,3.501285,21.9,"2013-10-25 00:00",18.1,"2013-03-17 00:00",18,"2013-03-14 00:00",17.8,"2013-03-26 00:00","","","","",18.1,18,15.5,14.3,12.2,9.2,5.7,"Chula Vista","80 E. 'J' ST., CHULA VISTA","California","San Diego","Chula Vista","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","12102",7,32.791194,-116.942092,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0028,0.001789,0.006,"2013-01-04 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.006,0.006,0.006,0.006,0.002,0.002,0.002,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12103",7,32.791194,-116.942092,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12110",7,32.791194,-116.942092,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12112",7,32.791194,-116.942092,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0034,0.00114,0.005,"2013-01-04 00:00",0.004,"2013-02-09 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-28 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.003,0.002,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12113",7,32.791194,-116.942092,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12114",7,32.791194,-116.942092,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01552,0.01116,0.033,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.011,"2013-01-28 00:00",0.0069,"2013-02-09 00:00","","","","",0.033,0.033,0.033,0.033,0.02,0.011,0.0067,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12115",1,32.791194,-116.942092,"WGS84","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-01-31" +"06","073","0003","12126",7,32.791194,-116.942092,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.42,0.251496,0.79,"2013-01-04 00:00",0.57,"2013-01-16 00:00",0.28,"2013-02-21 00:00",0.26,"2013-01-28 00:00","","","","",0.79,0.79,0.79,0.79,0.57,0.28,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12128",7,32.791194,-116.942092,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00504,0.002534,0.0078,"2013-01-16 00:00",0.0075,"2013-01-04 00:00",0.0046,"2013-01-28 00:00",0.0031,"2013-02-21 00:00","","","","",0.0078,0.0078,0.0078,0.0078,0.0075,0.0046,0.0022,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-06-28" +"06","073","0003","12132",7,32.791194,-116.942092,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0106,0.004159,0.015,"2013-01-04 00:00",0.015,"2013-01-16 00:00",0.009,"2013-02-21 00:00",0.008,"2013-01-28 00:00","","","","",0.015,0.015,0.015,0.015,0.015,0.009,0.006,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12134",7,32.791194,-116.942092,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12136",7,32.791194,-116.942092,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12150",7,32.791194,-116.942092,"WGS84","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12154",7,32.791194,-116.942092,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12160",7,32.791194,-116.942092,"WGS84","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12161",7,32.791194,-116.942092,"WGS84","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0138,0.010563,0.03,"2013-01-04 00:00",0.017,"2013-01-16 00:00",0.013,"2013-02-21 00:00",0.0045,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.03,0.017,0.013,0.0045,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12164",7,32.791194,-116.942092,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12167",7,32.791194,-116.942092,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",2,3,2,61,0,3,"","","Certification not required",0,0.019,0.002828,0.021,"2013-02-21 00:00",0.017,"2013-02-09 00:00","","","","","","","","",0.021,0.021,0.021,0.021,0.021,0.021,0.017,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12168",7,32.791194,-116.942092,"WGS84","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00346,0.000882,0.0048,"2013-01-04 00:00",0.0038,"2013-01-28 00:00",0.0032,"2013-02-21 00:00",0.003,"2013-01-16 00:00","","","","",0.0048,0.0048,0.0048,0.0048,0.0038,0.0032,0.0025,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12169",7,32.791194,-116.942092,"WGS84","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.302,0.078549,0.41,"2013-02-21 00:00",0.33,"2013-01-28 00:00",0.31,"2013-02-09 00:00",0.26,"2013-01-16 00:00","","","","",0.41,0.41,0.41,0.41,0.33,0.31,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","12185",7,32.791194,-116.942092,"WGS84","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00135,0.000822,0.0023,"2013-01-04 00:00",0.0022,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0023,0.0023,0.0023,0.0023,0.0022,0.00075,0.00075,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-04-26" +"06","073","0003","14129",1,32.791194,-116.942092,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,5,0,0,"Certification not required",0,0.004619,0.001847,0.01,"2013-05-04 00:00",0.008,"2013-07-03 00:00",0.008,"2013-09-13 00:00",0.007,"2013-01-04 00:00","","","","",0.01,0.01,0.008,0.007,0.006,0.004,0.003,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","0003","42101",3,32.791194,-116.942092,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6581,75,284,365,0,715,0,0,"Certification not required",0,0.310992,0.193772,1.945,"2013-03-12 07:00",1.698,"2013-01-09 07:00",1.634,"2013-01-08 08:00",1.627,"2013-01-16 07:00","","","","",1.078,0.952,0.746,0.559,0.335,0.242,0.172,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42101",3,32.791194,-116.942092,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6559,75,270,365,0,0,0,0,"Certification not required",0,0.313493,0.166808,1.2,"2013-01-09 10:00",1.2,"2013-01-09 12:00",1.2,"2013-01-09 13:00",1.2,"2013-01-16 09:00",1.2,"2013-01-09 10:00",1.2,"2013-01-16 09:00",0.9,0.8,0.7,0.5,0.4,0.3,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42401",2,32.791194,-116.942092,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",77680,100,281,365,0,9872,"","","Certification not required",0,0.13251,0.194874,39.9,"2013-02-28 20:25",11.3,"2013-02-28 20:20",3.8,"2013-02-02 03:45",3.6,"2013-02-28 20:40","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42401",3,32.791194,-116.942092,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6624,76,290,365,0,672,0,"","Certification not required",0,0.315172,0.412995,6.5,"2013-02-28 20:00",1.8,"2013-02-02 04:00",1.1,"2013-10-07 11:00",0.9,"2013-01-09 11:00","","","","",1.1,0.9,0.6,0.5,0.4,0.2,0.1,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42401",3,32.791194,-116.942092,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6624,76,290,365,0,672,"","","Certification not required",0,0.133167,0.142741,6.5,"2013-02-28 20:00",1.8,"2013-02-02 04:00",1.2,"2013-02-02 03:00",1.1,"2013-10-07 11:00","","","","",0.5,0.5,0.4,0.3,0.2,0.1,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42401",3,32.791194,-116.942092,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",290,79,290,365,0,0,0,"","Certification not required",0,0.135862,0.092393,0.6,"2013-02-28 00:00",0.5,"2013-01-23 00:00",0.5,"2013-02-02 00:00",0.4,"2013-01-09 00:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42401",3,32.791194,-116.942092,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2034,70,271,365,0,0,"",0,"Certification not required",0,0.115978,0.120114,2.4,"2013-02-28 20:00",1.2,"2013-02-02 05:00",0.6,"2013-01-09 11:00",0.6,"2013-01-09 14:00","","","","",0.5,0.4,0.3,0.2,0.2,0.1,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42600",1,32.791194,-116.942092,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6194,71,266,365,0,1102,"","","Certification not required",0,14.688715,16.587933,161.6,"2013-01-08 08:00",154,"2013-01-09 07:00",149.4,"2013-10-17 07:00",146.8,"2013-10-16 07:00","","","","",90.5,69.3,48.9,30.8,15.4,9.2,4.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42601",1,32.791194,-116.942092,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6554,75,288,365,0,742,"","","Certification not required",0,5.080561,13.027419,130,"2013-01-08 08:00",129,"2013-01-09 07:00",127,"2013-01-16 07:00",122,"2013-01-22 07:00","","","","",72,52,30,13,3,1,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42601",3,32.791194,-116.942092,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6194,71,266,365,0,1102,"","","Certification not required",0,3.916807,11.041658,128.4,"2013-01-08 08:00",128,"2013-01-09 07:00",114.1,"2013-02-01 08:00",111.8,"2013-03-11 07:00","","","","",60.9,42.1,22.2,8.2,2,0.7,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42602",1,32.791194,-116.942092,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6554,75,288,365,0,742,0,"","Certification not required",0,19.649306,11.482995,50,"2013-01-23 11:00",47,"2013-01-18 10:00",47,"2013-01-22 18:00",46,"2013-10-16 08:00","","","","",47,45,42,39,28,16,8,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42602",1,32.791194,-116.942092,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6554,75,288,365,0,742,"","","Certification not required",0,10.861153,8.328408,50,"2013-01-23 11:00",48,"2013-01-23 10:00",47,"2013-01-18 10:00",47,"2013-01-22 18:00","","","","",38,35,29,24,14,8,3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42603",1,32.791194,-116.942092,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6554,75,288,365,0,742,"","","Certification not required",0,15.867409,19.24743,162,"2013-01-08 08:00",158,"2013-01-16 07:00",155,"2013-01-22 07:00",154,"2013-01-23 09:00","","","","",100,79,58,38,17,9,4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","42612",1,32.791194,-116.942092,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6194,71,266,365,0,1102,"","","Certification not required",0,10.73392,7.509555,45.6,"2013-10-16 08:00",44.5,"2013-01-03 17:00",44.3,"2013-01-04 18:00",44.3,"2013-02-15 18:00","","","","",36.3,32.9,27.5,22.1,13.1,8.3,4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","43218",5,32.791194,-116.942092,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.252333,0.271416,1.12,"2013-01-16 00:00",1,"2013-01-04 00:00",0.56,"2013-11-12 00:00",0.56,"2013-12-30 00:00","","","","",1.12,1.12,1,0.56,0.31,0.08,0.08,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43359",5,32.791194,-116.942092,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",0,0.763333,0.722102,3.4,"2013-03-17 00:00",2.7,"2013-03-05 00:00",1.5,"2013-04-22 00:00",1.2,"2013-04-10 00:00","","","","",3.4,3.4,2.7,1.5,0.82,0.49,0.35,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43502",5,32.791194,-116.942092,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.606452,0.993625,5.1,"2013-11-12 00:00",4.4,"2013-10-07 00:00",4.1,"2013-09-13 00:00",3.8,"2013-07-03 00:00","","","","",5.1,5.1,4.4,3.8,3.3,2.5,1.4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43503",5,32.791194,-116.942092,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.935484,1.009801,4.8,"2013-11-12 00:00",3.8,"2013-12-18 00:00",3.6,"2013-10-07 00:00",3.4,"2013-01-16 00:00","","","","",4.8,4.8,3.8,3.4,2.6,1.6,1,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43505",5,32.791194,-116.942092,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.112,1.320443,4.2,"2013-01-16 00:00",2.64,"2013-01-04 00:00",1.41,"2013-02-09 00:00",1.23,"2013-01-28 00:00","","","","",4.2,4.2,4.2,4.2,2.64,1.41,1.08,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-06-17" +"06","073","0003","43551",5,32.791194,-116.942092,"WGS84","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,15.6,6.768309,23.7,"2013-01-16 00:00",21.3,"2013-01-04 00:00",14.7,"2013-02-21 00:00",9.9,"2013-02-09 00:00","","","","",23.7,23.7,23.7,23.7,21.3,14.7,8.4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-06-17" +"06","073","0003","43552",5,32.791194,-116.942092,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",21,0.496774,0.50298,2,"2013-11-12 00:00",1.6,"2013-12-06 00:00",1.6,"2013-12-18 00:00",1.2,"2013-12-30 00:00","","","","",2,2,1.6,1.2,0.8,0.2,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43702",5,32.791194,-116.942092,"WGS84","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.4,0.223607,0.8,"2013-02-09 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00","","","","",0.8,0.8,0.8,0.8,0.3,0.3,0.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-06-17" +"06","073","0003","43802",5,32.791194,-116.942092,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.122333,0.056059,0.31,"2013-11-12 00:00",0.22,"2013-01-16 00:00",0.18,"2013-07-03 00:00",0.17,"2013-09-13 00:00","","","","",0.31,0.31,0.22,0.18,0.14,0.12,0.05,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43803",5,32.791194,-116.942092,"WGS84","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.032,0.014716,0.06,"2013-09-13 00:00",0.06,"2013-10-07 00:00",0.06,"2013-10-19 00:00",0.05,"2013-11-12 00:00","","","","",0.06,0.06,0.06,0.06,0.04,0.03,0.01,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43804",5,32.791194,-116.942092,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.085333,0.007761,0.1,"2013-09-13 00:00",0.1,"2013-09-25 00:00",0.1,"2013-10-07 00:00",0.09,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.1,0.09,0.09,0.08,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43814",5,32.791194,-116.942092,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.010667,0.003651,0.03,"2013-11-12 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.03,0.03,0.01,0.01,0.01,0.01,0.01,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43817",5,32.791194,-116.942092,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.018,0.016897,0.09,"2013-11-12 00:00",0.04,"2013-10-19 00:00",0.04,"2013-12-30 00:00",0.03,"2013-01-04 00:00","","","","",0.09,0.09,0.04,0.04,0.03,0.01,0.01,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43819",5,32.791194,-116.942092,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43824",5,32.791194,-116.942092,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43827",5,32.791194,-116.942092,"WGS84","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43830",5,32.791194,-116.942092,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43831",5,32.791194,-116.942092,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43834",5,32.791194,-116.942092,"WGS84","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",27,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43848",5,32.791194,-116.942092,"WGS84","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",15,0.495556,0.565939,3,"2013-02-21 00:00",1.12,"2013-11-12 00:00",0.82,"2013-01-04 00:00",0.76,"2013-10-07 00:00","","","","",3,3,1.12,0.82,0.68,0.2,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","43854",5,32.791194,-116.942092,"WGS84","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",18,0.426667,0.380607,1.52,"2013-11-12 00:00",1.2,"2013-01-04 00:00",1.16,"2013-01-16 00:00",0.98,"2013-10-31 00:00","","","","",1.52,1.52,1.2,1.16,0.66,0.2,0.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","44201",1,32.791194,-116.942092,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6491,77,280,365,0,805,0,0,"Certification not required",673,0.052007,0.012091,0.09,"2013-09-15 13:00",0.088,"2013-05-13 16:00",0.081,"2013-10-19 15:00",0.079,"2013-09-29 13:00","","","","",0.081,0.075,0.072,0.067,0.061,0.052,0.036,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","44201",1,32.791194,-116.942092,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6495,76,276,365,0,0,0,0,"Certification not required",0,0.044493,0.010912,0.078,"2013-05-13 10:00",0.073,"2013-09-15 10:00",0.072,"2013-05-12 11:00",0.068,"2013-04-20 10:00","","","","",0.072,0.066,0.061,0.058,0.052,0.045,0.029,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","44201",1,32.791194,-116.942092,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6495,76,276,365,0,0,1,1,"Certification not required",0,0.044493,0.010912,0.078,"2013-05-13 10:00",0.073,"2013-09-15 10:00",0.072,"2013-05-12 11:00",0.068,"2013-04-20 10:00","","","","",0.072,0.066,0.061,0.058,0.052,0.045,0.029,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","45109",5,32.791194,-116.942092,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,2.610667,2.05228,8,"2013-11-12 00:00",7.12,"2013-01-16 00:00",6,"2013-01-04 00:00",5.84,"2013-12-30 00:00","","","","",8,8,7.12,6,3.6,2,0.8,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","45201",5,32.791194,-116.942092,"WGS84","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,1.582,0.986213,4.26,"2013-01-16 00:00",3.9,"2013-01-04 00:00",3.6,"2013-12-30 00:00",2.94,"2013-11-12 00:00","","","","",4.26,4.26,3.9,3.6,1.98,1.38,0.72,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","45202",5,32.791194,-116.942092,"WGS84","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,4.510333,2.765553,11.2,"2013-11-12 00:00",10.5,"2013-10-19 00:00",9.1,"2013-01-16 00:00",9.1,"2013-12-30 00:00","","","","",11.2,11.2,10.5,9.1,5.67,3.64,2.17,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","45203",5,32.791194,-116.942092,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.936,0.363978,2.24,"2013-11-12 00:00",1.68,"2013-01-04 00:00",1.68,"2013-01-16 00:00",1.68,"2013-12-30 00:00","","","","",2.24,2.24,1.68,1.68,0.8,0.8,0.8,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","45204",5,32.791194,-116.942092,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.973333,0.777925,3.28,"2013-11-12 00:00",2.4,"2013-01-16 00:00",2.4,"2013-12-30 00:00",2.08,"2013-01-04 00:00","","","","",3.28,3.28,2.4,2.4,1.36,0.4,0.4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","45220",5,32.791194,-116.942092,"WGS84","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,0.442667,0.167722,1.2,"2013-12-30 00:00",0.88,"2013-11-12 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00","","","","",1.2,1.2,0.88,0.4,0.4,0.4,0.4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-21" +"06","073","0003","61101",1,32.791194,-116.942092,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7243,83,302,365,0,53,"","","Certification not required",0,2.780284,1.978575,10.4,"2013-01-10 14:00",9.7,"2013-01-10 15:00",9.6,"2013-05-05 13:00",9.3,"2013-04-18 15:00","","","","",7.6,7.1,6.5,5.8,4.3,2.2,0.6,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","61103",1,32.791194,-116.942092,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7243,83,302,365,0,53,"","","Certification not required",0,2.348626,1.882376,9.6,"2013-01-10 14:00",9.1,"2013-01-10 15:00",8.9,"2013-05-05 13:00",8.9,"2013-09-07 12:00","","","","",6.9,6.5,5.9,5.3,3.8,1.7,0.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","61104",1,32.791194,-116.942092,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7243,83,302,365,0,53,"","","Certification not required",0,208.602375,75.636749,360,"2013-01-18 08:00",360,"2013-05-02 11:00",360,"2013-06-12 22:00",360,"2013-07-31 04:00","","","","",348,336,316,299,261,225,98,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","61106",1,32.791194,-116.942092,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7241,83,302,365,0,55,"","","Certification not required",0,34.632647,14.196124,85,"2013-01-22 22:00",85,"2013-04-10 02:00",84,"2013-01-28 22:00",84,"2013-10-29 05:00","","","","",73,69,62,56,44,29,20,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","62101",1,32.791194,-116.942092,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7285,83,304,365,0,11,"","","Certification not required",0,64.294441,12.083065,102,"2013-09-06 14:00",101,"2013-09-06 15:00",100,"2013-05-13 11:00",100,"2013-09-04 12:00","","","","",93,90,85,80,72,63,50,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","62107",1,32.791194,-116.942092,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7295,83,304,365,0,1,"","","Certification not required",0,76.722166,1.054267,91.4,"2013-08-12 16:00",84.2,"2013-08-12 15:00",82.4,"2013-08-12 17:00",78.8,"2013-01-19 15:00","","","","",78.8,78.8,78.8,77,77,77,75.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","62201",1,32.791194,-116.942092,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7285,83,304,365,0,11,"","","Certification not required",0,64.846122,20.965626,100,"2013-01-07 08:00",100,"2013-01-25 19:00",100,"2013-01-25 20:00",100,"2013-01-25 21:00","","","","",97,94,91,88,82,69,34,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","68103",5,32.791194,-116.942092,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,11.901136,5.679353,23.1,"2013-09-01 00:00",23.1,"2013-09-07 00:00",22.1,"2013-09-04 00:00",21.7,"2013-08-29 00:00","","","","",23.1,23.1,19.6,18,15.9,13,3.8,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","68104",5,32.791194,-116.942092,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,27.509091,5.969109,41.6,"2013-09-04 00:00",40.5,"2013-05-13 00:00",38.4,"2013-08-29 00:00",38.3,"2013-09-07 00:00","","","","",41.6,40.5,36.9,35.1,31.3,27.2,18.8,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","68105",1,32.791194,-116.942092,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",131,100,61,61,0,4,"","","Certification not required",0,17.478626,5.005597,30.4,"2013-09-04 00:00",30.3,"2013-08-29 00:00",29.2,"2013-09-07 00:00",27.9,"2013-05-13 00:00","","","","",30.3,29.2,27.4,24.5,20.5,17,11.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","68105",2,32.791194,-116.942092,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",121,99,119,122,0,6,"","","Certification not required",0,18.165289,5.092097,31.1,"2013-08-29 00:00",31.1,"2013-09-04 00:00",29.9,"2013-09-07 00:00",28.6,"2013-08-26 00:00","","","","",31.1,29.9,27.7,24.8,21.3,17.9,11.4,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","68105",3,32.791194,-116.942092,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",42,69,42,61,0,5,"","","Certification not required",0,29.185714,4.8728,39.4,"2013-08-26 00:00",39.1,"2013-09-07 00:00",38.6,"2013-09-01 00:00",35.9,"2013-09-13 00:00","","","","",39.4,39.4,38.6,34.6,32.2,29.1,21.8,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","0003","68105",5,32.791194,-116.942092,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,18.322727,5.120765,30.3,"2013-09-04 00:00",30.1,"2013-08-29 00:00",29.3,"2013-09-07 00:00",27.8,"2013-05-13 00:00","","","","",30.3,30.1,27.4,25.2,21.2,18.7,10.7,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","68106",5,32.791194,-116.942092,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,745.090909,2.548997,753,"2013-02-12 00:00",751,"2013-01-04 00:00",750,"2013-01-16 00:00",750,"2013-02-15 00:00","","","","",753,751,750,749,747,745,742,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","68107",5,32.791194,-116.942092,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,749.195402,3.343995,760,"2013-01-16 00:00",757,"2013-01-01 00:00",757,"2013-01-04 00:00",757,"2013-02-12 00:00","","","","",760,757,756,754,751,749,745,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","68108",1,32.791194,-116.942092,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",131,100,61,61,0,4,"","","Certification not required",0,747.70229,2.878821,755,"2013-02-12 00:00",755,"2013-02-28 00:00",754,"2013-01-16 00:00",753,"2013-01-04 00:00","","","","",755,754,753,751,750,747,744,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","68108",2,32.791194,-116.942092,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,119,122,0,6,"","","Certification not required",0,747.066116,2.836475,755,"2013-02-28 00:00",754,"2013-02-12 00:00",753,"2013-01-16 00:00",753,"2013-02-27 00:00","","","","",754,753,752,751,749,747,743,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","68108",3,32.791194,-116.942092,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,5,"","","Certification not required",0,744.5,7.702549,752,"2013-01-16 00:00",751,"2013-01-04 00:00",751,"2013-02-27 00:00",750,"2013-02-15 00:00","","","","",752,752,751,750,748,745,742,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","0003","68108",5,32.791194,-116.942092,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,746.363636,2.75089,754,"2013-02-12 00:00",753,"2013-01-04 00:00",753,"2013-01-16 00:00",751,"2013-01-01 00:00","","","","",754,753,751,750,748,746,743,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","81102",3,32.791194,-116.942092,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",121,98,119,122,0,6,0,0,"Certification not required",0,24.247934,7.369171,41,"2013-05-04 00:00",40,"2013-05-22 00:00",40,"2013-05-31 00:00",40,"2013-06-21 00:00","","","","",40,40,37,33,29,24,16,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","85101",2,32.791194,-116.942092,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,119,122,0,6,"","","Certification not required",0,24.041322,7.412148,41,"2013-05-04 00:00",41,"2013-05-31 00:00",40,"2013-05-22 00:00",40,"2013-06-21 00:00","","","","",41,40,37,33,29,23,16,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","86101",1,32.791194,-116.942092,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",119,98,117,122,0,8,"","","Certification not required",0,13.961345,5.391017,29.6,"2013-08-29 00:00",26.1,"2013-06-21 00:00",25.7,"2013-05-04 00:00",25.7,"2013-10-04 00:00","","","","",26.1,25.7,25,21.9,17.3,13.2,7.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","88101",1,32.791194,-116.942092,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",131,99,121,122,0,4,0,0,"Certification not required",0,10.696947,3.843034,23.1,"2013-01-01 00:00",22.9,"2013-01-13 00:00",21.5,"2013-12-31 00:00",19.4,"2013-12-25 00:00","","","","",22.9,21.5,17.7,15.6,13.5,10.5,7.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","88101",1,32.791194,-116.942092,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",131,99,121,122,0,4,"","","Certification not required",0,10.696947,3.843034,23.1,"2013-01-01 00:00",22.9,"2013-01-13 00:00",21.5,"2013-12-31 00:00",19.4,"2013-12-25 00:00","","","","",22.9,21.5,17.7,15.6,13.5,10.5,7.3,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","0003","88101",2,32.791194,-116.942092,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6776,77,291,365,0,520,"","","Certification not required",0,12.602524,7.025081,65,"2013-01-01 03:00",59,"2013-01-12 19:00",58,"2013-01-13 19:00",56,"2013-01-01 05:00","","","","",35,31,26,21.4,16,11.2,5,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","88101",2,32.791194,-116.942092,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",281,77,281,365,0,0,0,0,"Certification not required",0,12.545907,4.704951,29.3,"2013-01-01 00:00",27.8,"2013-01-05 00:00",27.5,"2013-01-13 00:00",26.3,"2013-03-16 00:00","","","","",27.5,23.8,20.9,19,15.7,11.8,7.1,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","88101",2,32.791194,-116.942092,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",281,77,281,365,0,0,"","","Certification not required",0,12.545907,4.704951,29.3,"2013-01-01 00:00",27.8,"2013-01-05 00:00",27.5,"2013-01-13 00:00",26.3,"2013-03-16 00:00","","","","",27.5,23.8,20.9,19,15.7,11.8,7.1,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","0003","88102",5,32.791194,-116.942092,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",85,0.019869,0.008542,0.085,"2013-01-04 00:00",0.037,"2013-01-01 00:00",0.026,"2013-01-16 00:00",0.026,"2013-02-09 00:00","","","","",0.085,0.037,0.026,0.026,0.021,0.0195,0.014,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88103",5,32.791194,-116.942092,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.000352,0.000662,0.003,"2013-03-17 00:00",0.003,"2013-06-27 00:00",0.002,"2013-03-23 00:00",0.002,"2013-07-27 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88104",5,32.791194,-116.942092,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",42,0.033653,0.050165,0.366,"2013-06-09 00:00",0.262,"2013-09-25 00:00",0.107,"2013-10-04 00:00",0.104,"2013-08-23 00:00","","","","",0.366,0.262,0.092,0.077,0.042,0.017,0.0065,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88107",5,32.791194,-116.942092,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.006739,0.006281,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-08-17 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88109",5,32.791194,-116.942092,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",3,0.004382,0.001925,0.0085,"2013-02-06 00:00",0.0085,"2013-03-23 00:00",0.0083,"2013-01-13 00:00",0.0083,"2013-11-09 00:00","","","","",0.0085,0.0085,0.0082,0.0077,0.0055,0.0042,0.002,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88110",5,32.791194,-116.942092,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.001352,0.004347,0.028,"2013-08-23 00:00",0.018,"2013-03-05 00:00",0.018,"2013-08-05 00:00",0.014,"2013-06-09 00:00","","","","",0.028,0.018,0.006,0.005,0,0,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88111",5,32.791194,-116.942092,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",4,0.033628,0.018454,0.093,"2013-09-07 00:00",0.0785,"2013-04-10 00:00",0.069,"2013-03-26 00:00",0.0685,"2013-05-16 00:00","","","","",0.093,0.0785,0.0649,0.056,0.0467,0.033,0.0099,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88112",5,32.791194,-116.942092,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.006295,0.02016,0.166,"2013-09-25 00:00",0.077,"2013-09-16 00:00",0.051,"2013-10-01 00:00",0.032,"2013-06-09 00:00","","","","",0.166,0.077,0.027,0.008,0.004,0.002,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88113",5,32.791194,-116.942092,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",83,0.000725,0.00026,0.0023,"2013-02-15 00:00",0.0018,"2013-03-26 00:00",0.0014,"2013-01-19 00:00",0.0014,"2013-03-05 00:00","","","","",0.0023,0.0018,0.0011,0.001,0.0007,0.0007,0.00055,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88114",5,32.791194,-116.942092,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",25,0.003902,0.004239,0.0312,"2013-06-09 00:00",0.021,"2013-09-25 00:00",0.0107,"2013-11-06 00:00",0.0096,"2013-02-15 00:00","","","","",0.0312,0.021,0.0092,0.0081,0.005,0.0028,0.00095,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88115",5,32.791194,-116.942092,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",8,0.08917,0.174774,1.1,"2013-04-16 00:00",0.784,"2013-10-10 00:00",0.642,"2013-05-22 00:00",0.597,"2013-09-25 00:00","","","","",1.1,0.784,0.421,0.226,0.0832,0.023,0.007,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88117",5,32.791194,-116.942092,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.006573,0.00998,0.0435,"2013-08-17 00:00",0.0435,"2013-09-25 00:00",0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88118",5,32.791194,-116.942092,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.009352,0.006438,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88126",5,32.791194,-116.942092,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.07318,0.035842,0.169,"2013-11-06 00:00",0.153,"2013-09-28 00:00",0.15,"2013-03-14 00:00",0.147,"2013-01-31 00:00","","","","",0.169,0.153,0.142,0.123,0.1,0.0634,0.0308,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88128",5,32.791194,-116.942092,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.001068,0.001574,0.007,"2013-01-04 00:00",0.006,"2013-01-01 00:00",0.005,"2013-01-31 00:00",0.005,"2013-11-09 00:00","","","","",0.007,0.006,0.004,0.003,0.002,0,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88131",5,32.791194,-116.942092,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.010051,0.003789,0.026,"2013-07-30 00:00",0.019,"2013-01-04 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-28 00:00","","","","",0.026,0.019,0.0165,0.0165,0.011,0.008,0.007,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88132",5,32.791194,-116.942092,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.001227,0.001162,0.005,"2013-09-25 00:00",0.004,"2013-05-16 00:00",0.004,"2013-06-09 00:00",0.004,"2013-10-01 00:00","","","","",0.005,0.004,0.003,0.003,0.002,0.001,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88136",5,32.791194,-116.942092,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.000727,0.001638,0.01,"2013-06-09 00:00",0.01,"2013-09-25 00:00",0.004,"2013-05-16 00:00",0.003,"2013-04-13 00:00","","","","",0.01,0.01,0.003,0.002,0.001,0,0,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88140",5,32.791194,-116.942092,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",28,0.039264,0.038074,0.188,"2013-05-22 00:00",0.152,"2013-09-16 00:00",0.136,"2013-06-03 00:00",0.131,"2013-06-15 00:00","","","","",0.188,0.152,0.12,0.097,0.057,0.028,0.006,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88152",5,32.791194,-116.942092,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.005598,0.001518,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-24 00:00",0.008,"2013-03-02 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88154",5,32.791194,-116.942092,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.001064,0.000275,0.002,"2013-06-12 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-19 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88160",5,32.791194,-116.942092,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.012625,0.003546,0.0185,"2013-08-11 00:00",0.0185,"2013-09-22 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-28 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88161",5,32.791194,-116.942092,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",70,0.003343,0.00221,0.0108,"2013-10-16 00:00",0.0102,"2013-05-13 00:00",0.0096,"2013-03-02 00:00",0.0095,"2013-02-03 00:00","","","","",0.0108,0.0102,0.0093,0.007,0.00265,0.0025,0.0021,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88164",5,32.791194,-116.942092,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.001635,0.000379,0.004,"2013-04-22 00:00",0.003,"2013-05-04 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00","","","","",0.004,0.003,0.0019,0.0019,0.0019,0.0016,0.0015,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88165",5,32.791194,-116.942092,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,0.088099,0.056106,0.246,"2013-09-07 00:00",0.24,"2013-05-04 00:00",0.223,"2013-08-29 00:00",0.223,"2013-10-04 00:00","","","","",0.246,0.24,0.22,0.18,0.115,0.0769,0.03,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88166",5,32.791194,-116.942092,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.008015,0.004662,0.019,"2013-08-05 00:00",0.019,"2013-08-11 00:00",0.019,"2013-09-16 00:00",0.019,"2013-09-22 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88167",5,32.791194,-116.942092,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",26,0.004221,0.003021,0.0143,"2013-07-27 00:00",0.0141,"2013-01-13 00:00",0.0119,"2013-11-09 00:00",0.0117,"2013-01-01 00:00","","","","",0.0143,0.0141,0.0106,0.0087,0.0053,0.0033,0.0013,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88168",5,32.791194,-116.942092,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.001316,0.001025,0.0101,"2013-03-23 00:00",0.0036,"2013-08-29 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-01-28 00:00","","","","",0.0101,0.0036,0.00175,0.00175,0.0012,0.00115,0.00085,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88169",5,32.791194,-116.942092,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.534655,0.295082,1.21,"2013-05-04 00:00",1.18,"2013-04-28 00:00",1.11,"2013-08-14 00:00",1.05,"2013-04-22 00:00","","","","",1.21,1.18,1.03,0.916,0.737,0.568,0.129,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88176",5,32.791194,-116.942092,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.000968,0.00023,0.0018,"2013-03-20 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-09 00:00","","","","",0.0018,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88180",5,32.791194,-116.942092,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.06997,0.062,0.485,"2013-01-01 00:00",0.297,"2013-01-13 00:00",0.207,"2013-01-16 00:00",0.202,"2013-01-04 00:00","","","","",0.485,0.297,0.16,0.117,0.0781,0.055,0.0282,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88184",5,32.791194,-116.942092,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",6,0.375847,0.313627,1.44,"2013-05-22 00:00",1.25,"2013-05-16 00:00",1.16,"2013-06-15 00:00",0.943,"2013-04-22 00:00","","","","",1.44,1.25,0.942,0.82,0.567,0.284,0.054,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88185",5,32.791194,-116.942092,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",83,0.00379,0.004256,0.0209,"2013-03-17 00:00",0.0156,"2013-08-08 00:00",0.0121,"2013-06-06 00:00",0.0115,"2013-01-16 00:00","","","","",0.0209,0.0156,0.0115,0.0115,0.0023,0.00165,0.0014,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88301",5,32.791194,-116.942092,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.618735,0.574357,2.74,"2013-03-17 00:00",2.63,"2013-10-22 00:00",2.48,"2013-03-14 00:00",1.83,"2013-04-28 00:00","","","","",2.74,2.63,1.73,1.38,0.873,0.403,0.126,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88302",5,32.791194,-116.942092,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.431688,0.344912,1.78,"2013-05-22 00:00",1.35,"2013-05-16 00:00",1.32,"2013-06-15 00:00",1.02,"2013-04-16 00:00","","","","",1.78,1.35,0.99,0.944,0.653,0.363,0.065,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88303",5,32.791194,-116.942092,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",20,0.049457,0.058812,0.491,"2013-01-01 00:00",0.196,"2013-01-13 00:00",0.162,"2013-01-16 00:00",0.147,"2013-10-19 00:00","","","","",0.491,0.196,0.122,0.0902,0.0581,0.038,0.012,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88306",5,32.791194,-116.942092,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.953727,1.364116,7.44,"2013-03-14 00:00",7.14,"2013-03-17 00:00",6.29,"2013-10-22 00:00",4.25,"2013-04-28 00:00","","","","",7.44,7.14,4.08,3.67,2.66,1.69,0.733,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88355",5,32.791194,-116.942092,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.416437,1.518313,8.98,"2013-01-01 00:00",8.83,"2013-01-13 00:00",7.62,"2013-01-04 00:00",6.83,"2013-01-16 00:00","","","","",8.98,8.83,4.84,3.82,2.64,2.01,1.28,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88357",5,32.791194,-116.942092,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.424241,0.391505,2.86,"2013-01-01 00:00",1.37,"2013-11-09 00:00",1.32,"2013-01-04 00:00",1.26,"2013-01-16 00:00","","","","",2.86,1.37,1.24,0.888,0.439,0.309,0.173,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88370",5,32.791194,-116.942092,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.249563,1.377278,8.48,"2013-01-01 00:00",7.83,"2013-01-13 00:00",7.13,"2013-01-04 00:00",6.3,"2013-01-16 00:00","","","","",8.48,7.83,4.37,3.48,2.47,1.87,1.22,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88374",5,32.791194,-116.942092,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",1,0.24046,0.383245,2.82,"2013-01-01 00:00",1.56,"2013-01-04 00:00",1.52,"2013-01-13 00:00",1.1,"2013-01-16 00:00","","","","",2.82,1.56,0.629,0.484,0.231,0.133,0.049,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88375",5,32.791194,-116.942092,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.591609,0.357978,2.29,"2013-01-01 00:00",2.1,"2013-01-13 00:00",1.91,"2013-01-04 00:00",1.49,"2013-01-16 00:00","","","","",2.29,2.1,1.14,0.827,0.646,0.519,0.324,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88376",5,32.791194,-116.942092,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.772759,0.45621,2.58,"2013-01-13 00:00",2.27,"2013-01-01 00:00",2.23,"2013-01-16 00:00",2.17,"2013-01-04 00:00","","","","",2.58,2.27,1.64,1.29,0.905,0.622,0.408,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88377",5,32.791194,-116.942092,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.466563,0.279498,1.63,"2013-01-13 00:00",1.49,"2013-01-04 00:00",1.48,"2013-01-16 00:00",1.16,"2013-11-09 00:00","","","","",1.63,1.49,1.1,0.738,0.537,0.374,0.23,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88378",5,32.791194,-116.942092,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",12,0.178287,0.122453,0.588,"2013-03-14 00:00",0.42,"2013-02-03 00:00",0.411,"2013-03-17 00:00",0.396,"2013-08-05 00:00","","","","",0.588,0.42,0.387,0.361,0.246,0.178,0.001,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88380",5,32.791194,-116.942092,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.591655,0.525635,3.37,"2013-01-01 00:00",2.24,"2013-01-13 00:00",1.84,"2013-11-09 00:00",1.81,"2013-01-04 00:00","","","","",3.37,2.24,1.79,1.27,0.636,0.423,0.22,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88383",5,32.791194,-116.942092,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.727402,0.503116,3.34,"2013-01-01 00:00",2.22,"2013-01-13 00:00",1.78,"2013-11-09 00:00",1.74,"2013-01-16 00:00","","","","",3.34,2.22,1.73,1.52,0.811,0.618,0.292,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88384",5,32.791194,-116.942092,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",2,0.041622,0.018759,0.0898,"2013-06-12 00:00",0.0853,"2013-06-27 00:00",0.0805,"2013-04-04 00:00",0.0785,"2013-08-29 00:00","","","","",0.0898,0.0853,0.0764,0.0661,0.0527,0.0422,0.0155,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88385",5,32.791194,-116.942092,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",81,0.001547,0.002625,0.023,"2013-06-12 00:00",0.00717,"2013-08-29 00:00",0.00697,"2013-06-27 00:00",0.00594,"2013-07-06 00:00","","","","",0.023,0.00717,0.00569,0.001,0.001,0.001,0.001,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88388",5,32.791194,-116.942092,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.345552,0.186698,1.01,"2013-01-13 00:00",0.931,"2013-03-14 00:00",0.882,"2013-02-03 00:00",0.785,"2013-10-22 00:00","","","","",1.01,0.931,0.669,0.545,0.447,0.331,0.114,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88403",5,32.791194,-116.942092,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.386239,0.791046,3.33,"2013-05-04 00:00",3.1,"2013-04-28 00:00",2.98,"2013-08-14 00:00",2.9,"2013-04-22 00:00","","","","",3.33,3.1,2.66,2.47,1.86,1.4,0.306,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0003","88502",5,32.791194,-116.942092,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,10.1625,3.669706,24.2,"2013-01-13 00:00",23.3,"2013-01-01 00:00",21.1,"2013-11-03 00:00",18.7,"2013-01-16 00:00","","","","",24.2,23.3,16,14.8,11.8,9.4,6.2,"El Cajon","1155 REDWOOD AVE., EL CAJON","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2014-02-13" +"06","073","0077","81102",1,32.6509,-116.365,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",19,31,19,61,0,11,0,0,"Certification not required",0,20.842105,15.093277,51,"2013-06-21 00:00",44,"2013-05-04 00:00",38,"2013-04-22 00:00",37,"2013-03-23 00:00","","","","",51,51,51,44,34,22,5,"","Campo Kumeyaay Nation, 36190 Church Rd, Ste 4, Campo, CA 91906","California","San Diego","Campo","San Diego-Carlsbad-San Marcos, CA","2013-07-31" +"06","073","1001","44201",1,32.952124,-117.264088,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4998,58,210,365,0,882,0,0,"Certification not required",2,0.047614,0.009511,0.076,"2013-10-26 21:00",0.073,"2013-04-20 12:00",0.071,"2013-05-03 14:00",0.07,"2013-10-14 14:00","","","","",0.071,0.069,0.066,0.062,0.052,0.047,0.036,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","44201",1,32.952124,-117.264088,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5027,57,207,365,0,0,0,0,"Certification not required",0,0.04314,0.008451,0.069,"2013-10-26 16:00",0.063,"2013-04-20 09:00",0.062,"2013-09-28 11:00",0.062,"2013-10-06 12:00","","","","",0.062,0.06,0.057,0.055,0.048,0.042,0.033,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","44201",1,32.952124,-117.264088,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5027,57,207,365,0,0,0,0,"Certification not required",0,0.04314,0.008451,0.069,"2013-10-26 16:00",0.063,"2013-04-20 09:00",0.062,"2013-09-28 11:00",0.062,"2013-10-06 12:00","","","","",0.062,0.06,0.057,0.055,0.048,0.042,0.033,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","61101",1,32.952124,-117.264088,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5850,67,244,365,0,30,"","","Certification not required",0,3.124923,2.00884,13.1,"2013-04-08 08:00",12.6,"2013-04-08 09:00",12.3,"2013-04-11 13:00",12.2,"2013-09-25 11:00","","","","",9.2,8.1,6.8,5.7,4.3,2.9,0.9,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","61103",1,32.952124,-117.264088,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5850,67,244,365,0,30,"","","Certification not required",0,2.902872,1.980254,12.4,"2013-04-08 08:00",12,"2013-04-11 13:00",11.9,"2013-04-08 09:00",11.9,"2013-09-25 11:00","","","","",8.9,7.8,6.5,5.5,4.1,2.6,0.6,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","61104",1,32.952124,-117.264088,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5850,67,244,365,0,30,"","","Certification not required",0,219.070256,85.118923,360,"2013-06-25 06:00",360,"2013-08-13 20:00",360,"2013-08-29 03:00",359,"2013-03-04 23:00","","","","",351,343,327,310,284,240,74,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","61106",1,32.952124,-117.264088,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5847,67,244,365,0,33,"","","Certification not required",0,23.97178,10.577996,79,"2013-10-06 07:00",78,"2013-05-13 06:00",74,"2013-03-10 07:00",73,"2013-04-03 22:00","","","","",61,56,48,39,27,21,15,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1001","62107",1,32.952124,-117.264088,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",5854,67,244,365,0,26,"","","Certification not required",0,76.671917,2.004229,80.6,"2013-05-02 15:00",80.6,"2013-07-30 14:00",80.6,"2013-08-21 11:00",80.6,"2013-08-21 12:00","","","","",78.8,78.8,78.8,78.8,78.8,77,73.4,"Del Mar","225 9th Street","California","San Diego","Del Mar","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","42101",1,33.127711,-117.075325,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6393,73,280,365,0,903,0,0,"Certification not required",5071,0.374636,0.309996,3.2,"2013-01-01 02:00",3.1,"2013-01-01 01:00",3,"2013-01-02 07:00",3,"2013-01-22 07:00","","","","",1.7,1.4,1,0.7,0.25,0.25,0.25,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","42101",1,33.127711,-117.075325,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6639,76,269,365,0,0,0,0,"Certification not required",0,0.408797,0.234571,2.6,"2013-01-01 06:00",2.4,"2013-01-01 07:00",2.1,"2013-01-01 08:00",1.8,"2013-01-01 09:00",2.6,"2013-01-01 06:00",1.8,"2013-01-23 10:00",1.4,1.2,1,0.7,0.4,0.3,0.3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","42601",1,33.127711,-117.075325,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6524,74,284,365,0,772,"","","Certification not required",0,6.316217,16.850892,205,"2013-01-22 07:00",198,"2013-01-23 08:00",185,"2013-01-23 07:00",179,"2013-01-02 07:00","","","","",90,68,38,15,3,1,0,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","42602",1,33.127711,-117.075325,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6524,74,284,365,0,772,0,"","Certification not required",0,20.535211,12.967838,53,"2013-02-14 18:00",52,"2013-01-23 11:00",51,"2013-03-12 19:00",49,"2013-01-02 08:00","","","","",52,49,46,42,32,17,7,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","42602",1,33.127711,-117.075325,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6524,74,284,365,0,772,"","","Certification not required",0,10.642857,9.248257,56,"2013-02-27 19:00",56,"2013-02-27 20:00",53,"2013-02-14 18:00",52,"2013-01-23 11:00","","","","",41,38,31,25,14,7,3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","42603",1,33.127711,-117.075325,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6524,74,284,365,0,772,"","","Certification not required",0,16.825261,23.70413,245,"2013-01-22 07:00",237,"2013-01-23 08:00",223,"2013-01-02 07:00",216,"2013-01-23 07:00","","","","",121,101,65,40,17,8,3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","44201",1,33.127711,-117.075325,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6783,80,292,365,0,513,0,0,"Certification not required",714,0.051394,0.009941,0.084,"2013-05-13 15:00",0.081,"2013-04-20 13:00",0.08,"2013-03-15 14:00",0.078,"2013-05-03 15:00","","","","",0.08,0.077,0.069,0.063,0.057,0.051,0.04,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","44201",1,33.127711,-117.075325,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7031,78,286,365,0,0,0,0,"Certification not required",0,0.044717,0.009482,0.074,"2013-05-03 10:00",0.074,"2013-05-13 09:00",0.073,"2013-04-20 10:00",0.072,"2013-05-12 10:00","","","","",0.073,0.066,0.06,0.055,0.05,0.045,0.033,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","44201",1,33.127711,-117.075325,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7031,78,286,365,0,0,0,0,"Certification not required",0,0.044717,0.009482,0.074,"2013-05-03 10:00",0.074,"2013-05-13 09:00",0.073,"2013-04-20 10:00",0.072,"2013-05-12 10:00","","","","",0.073,0.066,0.06,0.055,0.05,0.045,0.033,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","61101",1,33.127711,-117.075325,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,2.60746,1.942141,10.2,"2013-01-10 16:00",10.1,"2013-01-10 15:00",10.1,"2013-10-05 08:00",9.6,"2013-04-18 14:00","","","","",7.7,7.1,6.3,5.6,4,2,0.6,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","61103",1,33.127711,-117.075325,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,2.240414,1.872902,9.7,"2013-01-10 16:00",9.6,"2013-01-10 15:00",9.6,"2013-10-05 08:00",8.9,"2013-04-18 14:00","","","","",7.3,6.7,5.8,5.1,3.6,1.6,0.3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","61104",1,33.127711,-117.075325,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,201.236286,92.919479,360,"2013-02-08 20:00",360,"2013-04-09 23:00",360,"2013-06-28 03:00",360,"2013-09-06 04:00","","","","",351,341,314,284,267,242,50,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","61106",1,33.127711,-117.075325,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,34.303841,12.844971,93,"2013-10-06 06:00",91,"2013-01-02 02:00",89,"2013-08-12 09:00",82,"2013-01-21 07:00","","","","",70,67,60,53,42,31,21,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","62101",1,33.127711,-117.075325,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,9,"","","Certification not required",0,63.821188,11.807589,98,"2013-09-06 14:00",97,"2013-05-13 11:00",97,"2013-05-13 12:00",97,"2013-09-06 13:00","","","","",91,88,84,80,72,63,49,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","62107",1,33.127711,-117.075325,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,77.294734,1.741207,82.4,"2013-01-10 13:00",82.4,"2013-01-10 14:00",82.4,"2013-01-10 15:00",82.4,"2013-01-10 16:00","","","","",80.6,80.6,78.8,78.8,78.8,77,75.2,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","68103",5,33.127711,-117.075325,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,49,61,0,13,"","","Certification not required",0,10.513333,5.054331,21.7,"2013-09-01 00:00",21.5,"2013-08-26 00:00",17.5,"2013-07-03 00:00",17.3,"2013-08-17 00:00","","","","",21.7,21.5,17.5,16.6,14.7,11.1,4.1,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1002","68104",5,33.127711,-117.075325,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,49,61,0,13,"","","Certification not required",0,23.648333,4.923327,31.8,"2013-08-26 00:00",31.5,"2013-08-17 00:00",31.3,"2013-09-01 00:00",30.9,"2013-07-03 00:00","","","","",31.8,31.5,31.3,30.4,27.4,23.9,17.4,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1002","68105",1,33.127711,-117.075325,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,5,"","","Certification not required",0,18.084874,4.840536,29.5,"2013-08-29 00:00",29.5,"2013-09-04 00:00",29.4,"2013-09-07 00:00",27.5,"2013-08-26 00:00","","","","",29.5,29.4,26.9,24.6,21,17.9,10.9,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1002","68105",5,33.127711,-117.075325,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",60,98,49,61,0,13,"","","Certification not required",0,16.205,4.202438,26.5,"2013-08-26 00:00",25.5,"2013-09-01 00:00",23.3,"2013-08-17 00:00",22.6,"2013-07-03 00:00","","","","",26.5,25.5,23.3,21.5,19.3,16.1,10.6,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1002","68106",5,33.127711,-117.075325,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,49,61,0,13,"","","Certification not required",0,741.366667,2.945647,749,"2013-02-12 00:00",747,"2013-12-30 00:00",746,"2013-01-16 00:00",746,"2013-02-27 00:00","","","","",749,747,746,745,744,741,738,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1002","68107",5,33.127711,-117.075325,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,49,61,0,13,"","","Certification not required",0,744.716667,3.200062,753,"2013-01-16 00:00",751,"2013-01-01 00:00",751,"2013-02-12 00:00",750,"2013-02-27 00:00","","","","",753,751,751,749,747,744,741,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1002","68108",1,33.127711,-117.075325,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,5,"","","Certification not required",0,742.184874,2.755476,749,"2013-01-16 00:00",749,"2013-02-12 00:00",748,"2013-01-04 00:00",747,"2013-01-01 00:00","","","","",749,748,747,746,744,742,739,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1002","68108",5,33.127711,-117.075325,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,49,61,0,13,"","","Certification not required",0,742.433333,3.093825,750,"2013-02-12 00:00",749,"2013-01-16 00:00",747,"2013-01-01 00:00",747,"2013-02-27 00:00","","","","",750,749,747,747,745,742,739,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1002","81102",1,33.127711,-117.075325,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,1,0,0,"Certification not required",0,23.180328,10.338453,80,"2013-02-27 00:00",41,"2013-12-24 00:00",40,"2013-11-12 00:00",39,"2013-10-25 00:00","","","","",80,41,39,31,25,22,12,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1002","85101",1,33.127711,-117.075325,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,1,"","","Certification not required",0,23.196721,10.568538,82,"2013-02-27 00:00",41,"2013-11-12 00:00",41,"2013-12-24 00:00",39,"2013-10-25 00:00","","","","",82,41,39,31,26,23,12,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1002","88101",1,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,97,118,122,0,5,1,1,"Certification not required",0,10.556303,5.735788,56.3,"2013-01-01 00:00",27.3,"2013-12-24 00:00",24.9,"2013-10-25 00:00",21,"2013-01-13 00:00","","","","",27.3,24.9,17,14.8,12.6,9.3,6.2,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1002","88101",1,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,97,118,122,0,5,"","","Certification not required",0,10.556303,5.735788,56.3,"2013-01-01 00:00",27.3,"2013-12-24 00:00",24.9,"2013-10-25 00:00",21,"2013-01-13 00:00","","","","",27.3,24.9,17,14.8,12.6,9.3,6.2,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1002","88101",3,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6779,77,291,365,0,517,"","","Certification not required",0,11.572887,8.583293,226,"2013-01-01 01:00",225,"2013-01-01 02:00",206,"2013-01-01 00:00",182,"2013-01-01 03:00","","","","",36,29,22,19,15,10.6,4,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","88101",3,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,1,1,"Certification not required",0,11.562191,5.005382,62.3,"2013-01-01 00:00",32.4,"2013-10-26 00:00",27.3,"2013-10-25 00:00",24.3,"2013-01-05 00:00","","","","",27.3,19.5,17.4,16.2,13.9,11,6.7,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","88101",3,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,"","","Certification not required",0,11.562191,5.005382,62.3,"2013-01-01 00:00",32.4,"2013-10-26 00:00",27.3,"2013-10-25 00:00",24.3,"2013-01-05 00:00","","","","",27.3,19.5,17.4,16.2,13.9,11,6.7,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","88101",4,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6289,72,273,365,0,1007,"","","Certification not required",0,14.303832,9.421034,253,"2013-01-01 01:00",243,"2013-01-01 02:00",228,"2013-01-01 00:00",202,"2013-01-01 03:00","","","","",42,34,26,22,17.2,13,7,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","88101",4,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,1,1,"Certification not required",0,14.27907,5.547526,68.1,"2013-01-01 00:00",33.2,"2013-10-26 00:00",31.9,"2013-01-05 00:00",28.8,"2013-01-13 00:00","","","","",31.9,25.8,21.9,19.2,16.5,13.8,8.5,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","88101",4,33.127711,-117.075325,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,14.27907,5.547526,68.1,"2013-01-01 00:00",33.2,"2013-10-26 00:00",31.9,"2013-01-05 00:00",28.8,"2013-01-13 00:00","","","","",31.9,25.8,21.9,19.2,16.5,13.8,8.5,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1002","88102",5,33.127711,-117.075325,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",53,0.010782,0.004197,0.037,"2013-10-22 00:00",0.026,"2013-08-26 00:00",0.01,"2013-01-01 00:00",0.01,"2013-01-10 00:00","","","","",0.037,0.026,0.01,0.01,0.01,0.01,0.01,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88103",5,33.127711,-117.075325,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.001055,0.000405,0.004,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.004,0.001,0.001,0.001,0.001,0.001,0.001,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88104",5,33.127711,-117.075325,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",36,0.027327,0.069829,0.52,"2013-02-27 00:00",0.081,"2013-10-07 00:00",0.064,"2013-11-12 00:00",0.055,"2013-01-22 00:00","","","","",0.52,0.081,0.064,0.048,0.019,0.0085,0.0085,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88107",5,33.127711,-117.075325,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",46,0.012618,0.006264,0.033,"2013-01-22 00:00",0.032,"2013-01-01 00:00",0.03,"2013-11-12 00:00",0.028,"2013-02-27 00:00","","","","",0.033,0.032,0.03,0.023,0.01,0.01,0.01,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88109",5,33.127711,-117.075325,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",1,0.004964,0.002236,0.012,"2013-04-28 00:00",0.011,"2013-03-23 00:00",0.009,"2013-01-01 00:00",0.009,"2013-03-17 00:00","","","","",0.012,0.011,0.009,0.008,0.006,0.005,0.003,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88111",5,33.127711,-117.075325,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.061709,0.075244,0.58,"2013-02-27 00:00",0.12,"2013-10-07 00:00",0.12,"2013-11-12 00:00",0.099,"2013-05-22 00:00","","","","",0.58,0.12,0.12,0.085,0.066,0.047,0.027,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88112",5,33.127711,-117.075325,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.002455,0.002714,0.022,"2013-07-21 00:00",0.004,"2013-05-16 00:00",0.004,"2013-09-10 00:00",0.003,"2013-11-18 00:00","","","","",0.022,0.004,0.004,0.002,0.002,0.002,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88113",5,33.127711,-117.075325,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",47,0.002027,0.001483,0.009,"2013-02-27 00:00",0.007,"2013-11-12 00:00",0.006,"2013-01-22 00:00",0.004,"2013-09-28 00:00","","","","",0.009,0.007,0.006,0.004,0.0015,0.0015,0.0015,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88114",5,33.127711,-117.075325,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",8,0.008545,0.005968,0.032,"2013-01-22 00:00",0.022,"2013-11-06 00:00",0.021,"2013-01-16 00:00",0.019,"2013-11-12 00:00","","","","",0.032,0.022,0.021,0.017,0.011,0.007,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88115",5,33.127711,-117.075325,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.1722,0.31346,1.7,"2013-01-01 00:00",1,"2013-04-16 00:00",0.95,"2013-05-22 00:00",0.74,"2013-05-16 00:00","","","","",1.7,1,0.95,0.59,0.15,0.042,0.014,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88126",5,33.127711,-117.075325,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.0782,0.060358,0.38,"2013-02-27 00:00",0.24,"2013-11-12 00:00",0.21,"2013-01-22 00:00",0.16,"2013-11-06 00:00","","","","",0.38,0.24,0.21,0.15,0.091,0.062,0.035,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88128",5,33.127711,-117.075325,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.0022,0.000678,0.005,"2013-01-01 00:00",0.005,"2013-11-30 00:00",0.004,"2013-03-23 00:00",0.004,"2013-05-04 00:00","","","","",0.005,0.005,0.004,0.002,0.002,0.002,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88132",5,33.127711,-117.075325,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.002691,0.001676,0.012,"2013-02-27 00:00",0.008,"2013-11-12 00:00",0.005,"2013-01-22 00:00",0.005,"2013-11-06 00:00","","","","",0.012,0.008,0.005,0.004,0.003,0.002,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88134",5,33.127711,-117.075325,"WGS84","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",55,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88136",5,33.127711,-117.075325,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.002073,0.000539,0.006,"2013-07-21 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00","","","","",0.006,0.002,0.002,0.002,0.002,0.002,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88142",5,33.127711,-117.075325,"WGS84","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.002036,0.00027,0.004,"2013-03-23 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00","","","","",0.004,0.002,0.002,0.002,0.002,0.002,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88152",5,33.127711,-117.075325,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",42,0.003127,0.002342,0.011,"2013-02-27 00:00",0.01,"2013-11-06 00:00",0.01,"2013-11-12 00:00",0.009,"2013-08-26 00:00","","","","",0.011,0.01,0.01,0.006,0.002,0.002,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88154",5,33.127711,-117.075325,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",55,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88160",5,33.127711,-117.075325,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",52,0.010764,0.003415,0.031,"2013-07-21 00:00",0.021,"2013-10-31 00:00",0.02,"2013-09-25 00:00",0.01,"2013-01-01 00:00","","","","",0.031,0.021,0.02,0.01,0.01,0.01,0.01,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88161",5,33.127711,-117.075325,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",24,0.005055,0.004724,0.032,"2013-02-27 00:00",0.014,"2013-11-12 00:00",0.013,"2013-01-22 00:00",0.01,"2013-10-07 00:00","","","","",0.032,0.014,0.013,0.009,0.007,0.004,0.002,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88164",5,33.127711,-117.075325,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",54,0.001527,0.000202,0.003,"2013-08-14 00:00",0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00","","","","",0.003,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88165",5,33.127711,-117.075325,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.128818,0.223487,1.7,"2013-02-27 00:00",0.25,"2013-10-07 00:00",0.24,"2013-11-12 00:00",0.23,"2013-04-10 00:00","","","","",1.7,0.25,0.24,0.22,0.13,0.084,0.041,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88167",5,33.127711,-117.075325,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",6,0.0058,0.00592,0.04,"2013-01-01 00:00",0.018,"2013-11-12 00:00",0.015,"2013-02-27 00:00",0.013,"2013-01-22 00:00","","","","",0.04,0.018,0.015,0.012,0.007,0.004,0.001,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88168",5,33.127711,-117.075325,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",50,0.001818,0.001215,0.009,"2013-01-01 00:00",0.005,"2013-02-27 00:00",0.005,"2013-10-31 00:00",0.003,"2013-03-17 00:00","","","","",0.009,0.005,0.005,0.0015,0.0015,0.0015,0.0015,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88169",5,33.127711,-117.075325,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.581636,0.343715,1.2,"2013-04-28 00:00",1.2,"2013-05-22 00:00",1.2,"2013-07-21 00:00",1.1,"2013-08-14 00:00","","","","",1.2,1.2,1.2,1,0.86,0.62,0.14,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88176",5,33.127711,-117.075325,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",55,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88180",5,33.127711,-117.075325,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",0,0.106764,0.20985,1.6,"2013-01-01 00:00",0.24,"2013-02-27 00:00",0.22,"2013-01-16 00:00",0.21,"2013-11-30 00:00","","","","",1.6,0.24,0.22,0.12,0.098,0.07,0.038,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88183",5,33.127711,-117.075325,"WGS84","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",55,90,45,61,0,12,"","","Certification not required",55,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88301",5,33.127711,-117.075325,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,12,"","","Certification not required",6,0.588852,0.539955,2.61,"2013-03-17 00:00",2.32,"2013-10-22 00:00",1.57,"2013-08-14 00:00",1.55,"2013-04-28 00:00","","","","",2.61,2.32,1.55,1.27,0.84,0.44,0.07,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88302",5,33.127711,-117.075325,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,12,"","","Certification not required",11,0.388197,0.361992,1.6,"2013-05-22 00:00",1.41,"2013-05-16 00:00",1.37,"2013-06-15 00:00",1.04,"2013-06-03 00:00","","","","",1.6,1.41,1.04,0.82,0.54,0.27,0.04,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88303",5,33.127711,-117.075325,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,12,"","","Certification not required",55,0.099754,0.176431,1.36,"2013-01-01 00:00",0.55,"2013-12-24 00:00",0.16,"2013-12-30 00:00",0.15,"2013-11-30 00:00","","","","",1.36,0.55,0.15,0.065,0.065,0.065,0.065,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88306",5,33.127711,-117.075325,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,13,"","","Certification not required",0,1.958667,1.283246,7.24,"2013-03-17 00:00",6.17,"2013-10-22 00:00",3.86,"2013-04-04 00:00",3.8,"2013-04-28 00:00","","","","",7.24,6.17,3.86,3.71,2.53,1.7,0.68,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88355",5,33.127711,-117.075325,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,2.615789,1.352747,7.6,"2013-11-30 00:00",6.5,"2013-01-16 00:00",5.4,"2013-11-12 00:00",5,"2013-01-22 00:00","","","","",7.6,6.5,5.4,4.3,3.1,2.2,1.4,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88357",5,33.127711,-117.075325,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,0.449123,0.449652,2.9,"2013-02-27 00:00",1.4,"2013-01-22 00:00",1.4,"2013-11-12 00:00",1.3,"2013-01-16 00:00","","","","",2.9,1.4,1.4,1,0.5,0.3,0.1,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88370",5,33.127711,-117.075325,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,2.47193,1.226894,7.1,"2013-11-30 00:00",5.2,"2013-01-16 00:00",5.1,"2013-11-12 00:00",4.9,"2013-02-27 00:00","","","","",7.1,5.2,5.1,4.2,2.8,2.1,1.3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88374",5,33.127711,-117.075325,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",14,0.194737,0.213534,1,"2013-02-27 00:00",0.9,"2013-01-16 00:00",0.9,"2013-11-30 00:00",0.5,"2013-02-09 00:00","","","","",1,0.9,0.9,0.5,0.2,0.1,0.05,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88375",5,33.127711,-117.075325,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,0.601754,0.274832,1.6,"2013-11-30 00:00",1.4,"2013-02-27 00:00",1.3,"2013-01-16 00:00",1.2,"2013-11-12 00:00","","","","",1.6,1.4,1.3,0.9,0.7,0.5,0.4,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88376",5,33.127711,-117.075325,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,0.885965,0.437704,2.1,"2013-01-16 00:00",2.1,"2013-01-22 00:00",1.8,"2013-11-12 00:00",1.8,"2013-11-30 00:00","","","","",2.1,2.1,1.8,1.5,1.2,0.7,0.5,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88377",5,33.127711,-117.075325,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,0.482456,0.184316,0.8,"2013-01-16 00:00",0.8,"2013-02-03 00:00",0.8,"2013-02-09 00:00",0.8,"2013-02-12 00:00","","","","",0.8,0.8,0.8,0.8,0.6,0.4,0.3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88378",5,33.127711,-117.075325,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",11,0.309649,0.321053,2.2,"2013-11-30 00:00",0.9,"2013-11-12 00:00",0.7,"2013-10-19 00:00",0.7,"2013-10-31 00:00","","","","",2.2,0.9,0.7,0.5,0.4,0.3,0.05,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88380",5,33.127711,-117.075325,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,0.608772,0.524159,2.7,"2013-01-16 00:00",2.3,"2013-02-27 00:00",1.7,"2013-01-22 00:00",1.6,"2013-11-12 00:00","","","","",2.7,2.3,1.7,1.5,0.8,0.4,0.2,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88383",5,33.127711,-117.075325,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",0,0.864912,0.690624,3.6,"2013-11-30 00:00",2.8,"2013-02-27 00:00",2.6,"2013-01-16 00:00",2.4,"2013-11-12 00:00","","","","",3.6,2.8,2.6,1.6,1,0.7,0.3,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88384",5,33.127711,-117.075325,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",56,0.050877,0.006623,0.1,"2013-06-27 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88385",5,33.127711,-117.075325,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",57,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88388",5,33.127711,-117.075325,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",57,93,48,61,0,9,"","","Certification not required",3,0.457018,0.417308,2.7,"2013-11-30 00:00",1.4,"2013-01-16 00:00",1.1,"2013-10-19 00:00",1.1,"2013-11-12 00:00","","","","",2.7,1.4,1.1,0.9,0.5,0.3,0.1,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-10" +"06","073","1002","88390",5,33.127711,-117.075325,"WGS84","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",21,34,17,61,0,3,"","","Certification not required",11,0.437143,1.317695,6.1,"2013-01-01 00:00",0.93,"2013-01-16 00:00",0.52,"2013-02-12 00:00",0.36,"2013-02-21 00:00","","","","",6.1,6.1,0.93,0.52,0.25,0.01,0.01,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2013-08-13" +"06","073","1002","88391",5,33.127711,-117.075325,"WGS84","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",21,34,17,61,0,3,"","","Certification not required",19,0.049524,0.167883,0.78,"2013-01-01 00:00",0.07,"2013-01-16 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-22 00:00","","","","",0.78,0.78,0.07,0.01,0.01,0.01,0.01,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2013-08-13" +"06","073","1002","88392",5,33.127711,-117.075325,"WGS84","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",21,34,17,61,0,3,"","","Certification not required",20,0.027619,0.080741,0.38,"2013-01-01 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.38,0.38,0.01,0.01,0.01,0.01,0.01,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2013-08-13" +"06","073","1002","88403",5,33.127711,-117.075325,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,50,61,0,12,"","","Certification not required",0,1.48082,0.930705,3.35,"2013-04-28 00:00",3.18,"2013-07-21 00:00",3.06,"2013-10-22 00:00",3.04,"2013-08-14 00:00","","","","",3.35,3.18,3.04,2.7,2.31,1.45,0.37,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-02-06" +"06","073","1002","88502",5,33.127711,-117.075325,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,49,61,0,13,"","","Certification not required",0,11.268333,7.195325,56.2,"2013-01-01 00:00",27.4,"2013-12-24 00:00",19.3,"2013-10-07 00:00",19.2,"2013-02-27 00:00","","","","",56.2,27.4,19.3,17.2,12.6,9.7,6.4,"Escondido","600 E. VALLEY PKWY., ESCONDIDO","California","San Diego","Escondido","San Diego-Carlsbad-San Marcos, CA","2014-01-22" +"06","073","1006","42601",1,32.842242,-116.768225,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6698,76,293,365,0,598,"","","Certification not required",0,1.091371,2.308132,35,"2013-02-04 09:00",34,"2013-03-27 10:00",28,"2013-02-14 10:00",28,"2013-03-27 08:00","","","","",12,8,4,2,1,0,0,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","42602",1,32.842242,-116.768225,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6698,76,293,365,0,598,0,"","Certification not required",0,12.962457,5.218049,34,"2013-10-22 23:00",31,"2013-01-23 14:00",26,"2013-01-08 17:00",26,"2013-07-26 21:00","","","","",26,24,22,20,17,12,7,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","42602",1,32.842242,-116.768225,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6698,76,293,365,0,598,"","","Certification not required",0,5.854733,3.922416,34,"2013-10-22 23:00",31,"2013-01-23 14:00",29,"2013-01-23 13:00",27,"2013-10-22 01:00","","","","",19,17,14,11,8,5,2,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","42603",1,32.842242,-116.768225,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6698,76,293,365,0,598,"","","Certification not required",0,6.835623,5.134622,54,"2013-02-04 09:00",52,"2013-03-27 08:00",48,"2013-03-27 10:00",45,"2013-01-23 14:00","","","","",26,21,17,13,9,6,2,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","44201",1,32.842242,-116.768225,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6777,81,297,365,0,519,0,0,"Certification not required",0,0.061172,0.013368,0.095,"2013-06-29 13:00",0.093,"2013-08-14 14:00",0.092,"2013-06-30 13:00",0.09,"2013-09-15 12:00","","","","",0.092,0.087,0.081,0.078,0.071,0.062,0.044,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","44201",1,32.842242,-116.768225,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7055,79,289,365,0,0,0,0,"Certification not required",0,0.054031,0.01104,0.082,"2013-08-14 09:00",0.08,"2013-09-15 09:00",0.079,"2013-06-29 10:00",0.078,"2013-06-01 10:00","","","","",0.079,0.076,0.072,0.069,0.062,0.054,0.04,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","44201",1,32.842242,-116.768225,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7055,79,289,365,0,0,6,6,"Certification not required",0,0.054031,0.01104,0.082,"2013-08-14 09:00",0.08,"2013-09-15 09:00",0.079,"2013-06-29 10:00",0.078,"2013-06-01 10:00","","","","",0.079,0.076,0.072,0.069,0.062,0.054,0.04,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","61101",1,32.842242,-116.768225,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7193,82,298,365,0,103,"","","Certification not required",0,2.357236,1.802186,9.4,"2013-01-10 15:00",9.2,"2013-02-20 01:00",8.9,"2013-01-10 16:00",8.9,"2013-04-08 12:00","","","","",6.6,6.2,5.6,5,3.8,1.6,0.5,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","61103",1,32.842242,-116.768225,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7193,82,298,365,0,103,"","","Certification not required",0,1.975754,1.639489,8.7,"2013-01-10 15:00",8.6,"2013-02-20 01:00",8.4,"2013-01-10 16:00",8.1,"2013-04-08 12:00","","","","",6,5.6,4.9,4.4,3.3,1.4,0.3,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","61104",1,32.842242,-116.768225,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7193,82,298,365,0,103,"","","Certification not required",0,204.698735,103.382892,360,"2013-01-19 03:00",360,"2013-02-13 18:00",360,"2013-08-03 02:00",360,"2013-08-10 22:00","","","","",354,348,331,309,286,253,54,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","61106",1,32.842242,-116.768225,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7191,82,298,365,0,105,"","","Certification not required",0,34.943123,12.529918,84,"2013-05-02 01:00",84,"2013-10-05 17:00",83,"2013-10-14 06:00",82,"2013-04-18 23:00","","","","",70,67,60,53,42,32,21,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","62101",1,32.842242,-116.768225,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,64.15887,12.460773,97,"2013-06-29 12:00",97,"2013-06-29 13:00",97,"2013-06-29 14:00",97,"2013-09-04 13:00","","","","",91,89,85,81,74,64,48,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","62107",1,32.842242,-116.768225,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,76.677981,1.281965,80.6,"2013-01-04 10:00",80.6,"2013-01-10 03:00",80.6,"2013-01-10 04:00",80.6,"2013-01-22 02:00","","","","",78.8,78.8,78.8,78.8,77,77,75.2,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","62201",1,32.842242,-116.768225,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7289,83,304,365,0,7,"","","Certification not required",0,54.756071,27.086185,100,"2013-01-07 03:00",100,"2013-01-07 04:00",100,"2013-01-07 05:00",100,"2013-01-07 06:00","","","","",100,100,99,95,79,53,19,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","88101",1,32.842242,-116.768225,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6885,79,296,365,0,411,"","","Certification not required",0,8.516383,5.326469,61,"2013-06-16 21:00",48,"2013-06-16 18:00",38,"2013-03-18 13:00",36,"2013-06-16 20:00","","","","",23,21,18,16,11.8,8,2,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","88101",1,32.842242,-116.768225,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",285,78,285,365,0,0,0,0,"Certification not required",0,8.48807,4.122132,20.1,"2013-03-18 00:00",19.5,"2013-06-01 00:00",18.8,"2013-03-17 00:00",17.8,"2013-06-16 00:00","","","","",18.8,16.7,15.4,13.9,11.5,8.4,3.1,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1006","88101",1,32.842242,-116.768225,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",285,78,285,365,0,0,"","","Certification not required",0,8.48807,4.122132,20.1,"2013-03-18 00:00",19.5,"2013-06-01 00:00",18.8,"2013-03-17 00:00",17.8,"2013-06-16 00:00","","","","",18.8,16.7,15.4,13.9,11.5,8.4,3.1,"Alpine","2300 VICTORIA DR., ALPINE","California","San Diego","Alpine","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","42601",1,33.217025,-117.396158,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6039,69,272,365,0,1257,"","","Certification not required",0,2.333499,5.184735,127,"2013-01-10 09:00",98,"2013-01-10 10:00",87,"2013-07-24 07:00",65,"2013-01-18 18:00","","","","",24,17,10,6,2,1,0,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","42602",1,33.217025,-117.396158,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6038,69,272,365,0,1258,0,"","Certification not required",0,17.025735,11.095496,55,"2013-03-01 19:00",54,"2013-01-18 16:00",50,"2013-02-26 19:00",48,"2013-01-21 17:00","","","","",50,47,41,33,22,15,5,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","42602",1,33.217025,-117.396158,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6038,69,272,365,0,1258,"","","Certification not required",0,6.387049,7.297103,55,"2013-03-01 19:00",54,"2013-01-18 16:00",53,"2013-01-18 19:00",51,"2013-01-18 17:00","","","","",35,28,21,16,9,3,1,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","42603",1,33.217025,-117.396158,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6039,69,272,365,0,1257,"","","Certification not required",0,8.766186,11.069878,155,"2013-01-10 09:00",124,"2013-01-10 10:00",115,"2013-01-18 18:00",112,"2013-01-18 19:00","","","","",52,42,30,21,12,5,1,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","44201",1,33.217025,-117.396158,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6596,82,299,365,0,700,0,0,"Certification not required",139,0.045495,0.009681,0.078,"2013-08-25 16:00",0.078,"2013-10-19 17:00",0.077,"2013-05-12 16:00",0.076,"2013-05-03 15:00","","","","",0.077,0.07,0.062,0.057,0.051,0.045,0.034,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","44201",1,33.217025,-117.396158,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7144,81,294,365,0,0,0,0,"Certification not required",0,0.040976,0.00898,0.066,"2013-05-12 13:00",0.066,"2013-08-25 13:00",0.065,"2013-05-03 10:00",0.062,"2013-09-28 12:00","","","","",0.065,0.061,0.056,0.052,0.046,0.042,0.029,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","44201",1,33.217025,-117.396158,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7144,81,294,365,0,0,0,0,"Certification not required",0,0.040976,0.00898,0.066,"2013-05-12 13:00",0.066,"2013-08-25 13:00",0.065,"2013-05-03 10:00",0.062,"2013-09-28 12:00","","","","",0.065,0.061,0.056,0.052,0.046,0.042,0.029,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","61101",1,33.217025,-117.396158,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7271,83,303,365,0,25,"","","Certification not required",0,4.485009,2.263208,18.3,"2013-01-10 19:00",17.7,"2013-04-08 08:00",16.9,"2013-04-19 17:00",16.8,"2013-02-19 22:00","","","","",11.6,9.8,8.2,7.3,5.9,4.3,1.8,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","61103",1,33.217025,-117.396158,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7227,83,300,365,0,69,"","","Certification not required",0,4.249038,2.29009,17.8,"2013-01-10 19:00",17.6,"2013-04-08 08:00",16.8,"2013-04-19 17:00",16.3,"2013-04-17 18:00","","","","",11.3,9.6,8,7.1,5.6,4.1,1.6,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","61104",1,33.217025,-117.396158,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7227,83,300,365,0,69,"","","Certification not required",0,185.511692,96.150032,360,"2013-07-11 02:00",359,"2013-03-15 06:00",359,"2013-03-23 21:00",359,"2013-04-04 06:00","","","","",350,337,310,289,261,217,44,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","61106",1,33.217025,-117.396158,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7225,82,300,365,0,71,"","","Certification not required",0,17.81218,9.197854,78,"2013-06-01 07:00",71,"2013-06-08 02:00",68,"2013-01-26 00:00",68,"2013-03-25 21:00","","","","",52,48,39,30,19,15,11,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","62101",1,33.217025,-117.396158,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7273,83,303,365,0,23,"","","Certification not required",0,61.529493,6.92592,86,"2013-10-05 10:00",84,"2013-10-05 09:00",82,"2013-10-05 11:00",81,"2013-03-01 10:00","","","","",74,73,71,69,66,63,53,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","62107",1,33.217025,-117.396158,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7279,83,303,365,0,17,"","","Certification not required",0,76.31007,1.950122,91.4,"2013-03-17 14:00",91.4,"2013-03-17 15:00",91.4,"2013-03-17 16:00",91.4,"2013-03-17 17:00","","","","",82.4,80.6,78.8,78.8,77,77,73.4,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","88101",3,33.217025,-117.396158,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6816,78,293,365,0,480,"","","Certification not required",0,8.472124,5.79911,59.2,"2013-10-06 00:00",57.4,"2013-10-26 15:00",56.7,"2013-10-26 18:00",55.3,"2013-10-26 21:00","","","","",27,22.7,18,15.9,11,8,2.2,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","88101",3,33.217025,-117.396158,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,0,1,1,"Certification not required",0,8.427875,3.92397,42.3,"2013-10-26 00:00",23.9,"2013-10-25 00:00",18.6,"2013-10-22 00:00",16.7,"2013-03-14 00:00","","","","",18.6,16.4,14,12.7,10.7,8,4,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1008","88101",3,33.217025,-117.396158,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,0,"","","Certification not required",0,8.427875,3.92397,42.3,"2013-10-26 00:00",23.9,"2013-10-25 00:00",18.6,"2013-10-22 00:00",16.7,"2013-03-14 00:00","","","","",18.6,16.4,14,12.7,10.7,8,4,"CAMP PENDLETON","21441-W B STREET","California","San Diego","Camp Pendleton South","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","42101",1,32.701492,-117.149653,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6422,73,294,365,0,874,0,0,"Certification not required",4650,0.406244,0.325425,3,"2013-01-18 19:00",2.4,"2013-01-19 20:00",2.3,"2013-01-21 21:00",2.3,"2013-01-23 07:00","","","","",1.8,1.5,1.1,0.8,0.5,0.25,0.25,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","42101",1,32.701492,-117.149653,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6994,80,286,365,0,0,0,0,"Certification not required",0,0.441493,0.267982,2.1,"2013-01-19 01:00",2.1,"2013-01-19 02:00",2,"2013-02-01 02:00",2,"2013-02-01 03:00",2.1,"2013-01-19 01:00",2,"2013-02-01 02:00",1.4,1.3,1.1,0.8,0.5,0.3,0.3,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","42601",1,32.701492,-117.149653,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,292,365,0,907,"","","Certification not required",0,8.2221,19.632327,187,"2013-10-16 06:00",186,"2013-01-17 08:00",185,"2013-02-15 08:00",174,"2013-01-09 07:00","","","","",107,86,46,20,5,2,0,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","42602",1,32.701492,-117.149653,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,292,365,0,907,0,"","Certification not required",0,23.626712,13.824664,56,"2013-02-01 17:00",56,"2013-10-17 20:00",53,"2013-02-26 20:00",53,"2013-05-03 07:00","","","","",53,52,50,45,36,19,9,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","42602",1,32.701492,-117.149653,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,292,365,0,907,"","","Certification not required",0,12.228361,11.065339,59,"2013-02-28 08:00",56,"2013-02-01 17:00",56,"2013-10-17 20:00",53,"2013-02-26 20:00","","","","",47,43,38,31,16,8,3,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","42603",1,32.701492,-117.149653,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,292,365,0,907,"","","Certification not required",0,20.57646,28.615233,236,"2013-02-15 08:00",236,"2013-10-16 06:00",234,"2013-01-17 08:00",222,"2013-02-28 07:00","","","","",147,125,83,50,20,10,4,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","44201",1,32.701492,-117.149653,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6479,80,293,365,0,817,0,0,"Certification not required",654,0.036126,0.007487,0.063,"2013-09-29 11:00",0.062,"2013-09-23 16:00",0.057,"2013-09-15 11:00",0.056,"2013-09-28 14:00","","","","",0.057,0.055,0.052,0.046,0.039,0.035,0.028,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","44201",1,32.701492,-117.149653,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7064,79,289,365,0,0,0,0,"Certification not required",0,0.031813,0.006952,0.053,"2013-09-23 11:00",0.053,"2013-09-29 10:00",0.052,"2013-10-06 11:00",0.051,"2013-09-28 11:00","","","","",0.052,0.049,0.045,0.041,0.035,0.031,0.024,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","44201",1,32.701492,-117.149653,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7064,79,289,365,0,0,0,0,"Certification not required",0,0.031813,0.006952,0.053,"2013-09-23 11:00",0.053,"2013-09-29 10:00",0.052,"2013-10-06 11:00",0.051,"2013-09-28 11:00","","","","",0.052,0.049,0.045,0.041,0.035,0.031,0.024,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","61101",1,32.701492,-117.149653,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7267,83,304,365,0,29,"","","Certification not required",0,3.905188,2.126637,14.9,"2013-02-20 05:00",14.8,"2013-02-20 01:00",14.6,"2013-01-10 15:00",14.2,"2013-02-20 02:00","","","","",9.1,8.3,7.6,6.9,5.6,3.5,1.4,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","61103",1,32.701492,-117.149653,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7267,83,304,365,0,29,"","","Certification not required",0,3.580652,2.088469,14.3,"2013-02-20 05:00",14.2,"2013-02-20 01:00",14,"2013-01-10 15:00",13.6,"2013-02-20 02:00","","","","",8.7,8,7.2,6.4,5.1,3.2,1.1,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","61104",1,32.701492,-117.149653,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7267,83,304,365,0,29,"","","Certification not required",0,209.553323,92.849191,360,"2013-03-06 07:00",360,"2013-04-04 23:00",360,"2013-06-05 05:00",360,"2013-08-05 05:00","","","","",354,348,330,299,277,226,41,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","61106",1,32.701492,-117.149653,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7266,83,304,365,0,30,"","","Certification not required",0,23.838288,8.739426,72,"2013-07-31 00:00",71,"2013-08-04 07:00",70,"2013-03-11 20:00",69,"2013-07-29 02:00","","","","",56,52,43,35,26,22,16,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","62101",1,32.701492,-117.149653,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7269,83,304,365,0,27,"","","Certification not required",0,63.699684,7.393022,88,"2013-08-29 15:00",87,"2013-09-06 15:00",87,"2013-10-06 11:00",86,"2013-05-13 09:00","","","","",82,79,75,73,68,64,54,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","62107",1,32.701492,-117.149653,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7274,83,304,365,0,22,"","","Certification not required",0,76.456338,0.872653,78.8,"2013-01-16 02:00",78.8,"2013-01-16 03:00",78.8,"2013-02-22 02:00",78.8,"2013-02-22 03:00","","","","",77,77,77,77,77,77,75.2,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","68105",1,32.701492,-117.149653,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",348,95,348,365,0,17,"","","Certification not required",0,17.861207,3.288083,26.6,"2013-08-29 00:00",26.2,"2013-08-30 00:00",26.2,"2013-09-04 00:00",26.2,"2013-09-06 00:00","","","","",26.2,25.7,23,21.9,20,17.7,13.2,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1010","68108",1,32.701492,-117.149653,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",348,95,348,365,0,17,"","","Certification not required",0,759.862069,2.768378,770,"2013-01-15 00:00",767,"2013-01-30 00:00",767,"2013-02-12 00:00",767,"2013-02-28 00:00","","","","",767,766,764,764,762,760,756,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1010","81102",1,32.701492,-117.149653,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,31,31,0,1,0,0,"Certification not required",0,24.901639,10.729562,90,"2013-05-22 00:00",36,"2013-06-21 00:00",36,"2013-10-25 00:00",35,"2013-11-12 00:00","","","","",90,36,35,32,29,24,14,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1010","85101",1,32.701492,-117.149653,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,31,31,0,1,"","","Certification not required",0,25.52459,10.94015,92,"2013-05-22 00:00",37,"2013-06-21 00:00",36,"2013-10-25 00:00",36,"2013-11-12 00:00","","","","",92,37,36,32,30,25,15,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1010","88101",1,32.701492,-117.149653,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,17,1,1,"Certification not required",0,10.355172,4.014161,37.4,"2013-10-26 00:00",28.9,"2013-10-27 00:00",25.3,"2013-05-22 00:00",22,"2013-03-13 00:00","","","","",22,19.6,17.6,14.8,12.4,9.9,5.8,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1010","88101",1,32.701492,-117.149653,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,17,"","","Certification not required",0,10.355172,4.014161,37.4,"2013-10-26 00:00",28.9,"2013-10-27 00:00",25.3,"2013-05-22 00:00",22,"2013-03-13 00:00","","","","",22,19.6,17.6,14.8,12.4,9.9,5.8,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1010","88101",2,32.701492,-117.149653,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4774,54,205,365,0,2522,"","","Certification not required",0,11.950105,6.730912,99,"2013-05-22 09:00",70.7,"2013-10-26 23:00",69,"2013-05-29 06:00",68.5,"2013-10-26 22:00","","","","",35,28.1,22.5,18.9,14.7,11,5.8,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","88101",2,32.701492,-117.149653,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",199,55,199,365,0,0,1,1,"Certification not required",0,11.928141,4.259287,39.3,"2013-10-26 00:00",31.8,"2013-10-27 00:00",26.2,"2013-05-22 00:00",22.9,"2013-10-20 00:00","","","","",31.8,22.9,18.3,16.3,14,11.7,7.3,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1010","88101",2,32.701492,-117.149653,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",199,55,199,365,0,0,"","","Certification not required",0,11.928141,4.259287,39.3,"2013-10-26 00:00",31.8,"2013-10-27 00:00",26.2,"2013-05-22 00:00",22.9,"2013-10-20 00:00","","","","",31.8,22.9,18.3,16.3,14,11.7,7.3,"San Diego - Downtown","1110 BEARDSLEY STREET, SAN DIEGO, CA 92112","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1011","44201",1,32.725226,-116.365203,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6082,69,251,365,0,0,0,0,"Certification not required",973,0.012618,0.004094,0.028,"2013-09-18 15:00",0.025,"2013-03-15 16:00",0.022,"2013-05-29 13:00",0.022,"2013-06-08 15:00","","","","",0.022,0.02,0.019,0.018,0.016,0.013,0.008,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2014-01-24" +"06","073","1011","44201",1,32.725226,-116.365203,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6057,68,249,365,0,0,0,0,"Certification not required",0,0.010647,0.003842,0.022,"2013-09-18 13:00",0.021,"2013-05-29 12:00",0.019,"2013-12-26 06:00",0.018,"2013-06-01 06:00","","","","",0.019,0.018,0.016,0.016,0.013,0.011,0.006,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2014-01-24" +"06","073","1011","44201",1,32.725226,-116.365203,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6057,68,249,365,0,0,0,0,"Certification not required",0,0.010647,0.003842,0.022,"2013-09-18 13:00",0.021,"2013-05-29 12:00",0.019,"2013-12-26 06:00",0.018,"2013-06-01 06:00","","","","",0.019,0.018,0.016,0.016,0.013,0.011,0.006,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2014-01-24" +"06","073","1011","44201",3,32.725226,-116.365203,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - Ultraviolet Absorption",2013,"Parts per million","No Events",1737,20,72,365,0,0,0,0,"Certification not required",254,0.011222,0.003387,0.018,"2013-01-02 10:00",0.018,"2013-01-03 12:00",0.018,"2013-01-07 12:00",0.017,"2013-02-28 09:00","","","","",0.018,0.018,0.017,0.015,0.014,0.011,0.008,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-20" +"06","073","1011","44201",3,32.725226,-116.365203,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1732,20,72,365,0,0,0,0,"Certification not required",0,0.009917,0.003253,0.017,"2013-01-02 04:00",0.017,"2013-01-03 00:00",0.016,"2013-02-28 07:00",0.015,"2013-01-01 10:00","","","","",0.017,0.017,0.015,0.014,0.013,0.01,0.006,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-20" +"06","073","1011","44201",3,32.725226,-116.365203,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1732,20,72,365,0,0,0,0,"Certification not required",0,0.009917,0.003253,0.017,"2013-01-02 04:00",0.017,"2013-01-03 00:00",0.016,"2013-02-28 07:00",0.015,"2013-01-01 10:00","","","","",0.017,0.017,0.015,0.014,0.013,0.01,0.006,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-20" +"06","073","1011","88101",1,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,44,27,61,0,0,0,0,"Certification not required",0,2.264286,2.092352,7.9,"2013-03-23 00:00",6.7,"2013-05-22 00:00",5.5,"2013-03-17 00:00",5.1,"2013-05-16 00:00","","","","",7.9,7.9,6.7,5.5,3.3,1.7,0.2,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-11" +"06","073","1011","88101",1,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,44,27,61,0,0,"","","Certification not required",0,2.264286,2.092352,7.9,"2013-03-23 00:00",6.7,"2013-05-22 00:00",5.5,"2013-03-17 00:00",5.1,"2013-05-16 00:00","","","","",7.9,7.9,6.7,5.5,3.3,1.7,0.2,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-11" +"06","073","1011","88101",2,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,44,27,61,0,0,0,0,"Certification not required",0,3.089286,2.339094,8.1,"2013-03-23 00:00",8.1,"2013-05-04 00:00",7.1,"2013-04-23 00:00",6.8,"2013-05-22 00:00","","","","",8.1,8.1,8.1,7.1,4.7,2.6,0.8,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-11" +"06","073","1011","88101",2,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",28,44,27,61,0,0,"","","Certification not required",0,3.089286,2.339094,8.1,"2013-03-23 00:00",8.1,"2013-05-04 00:00",7.1,"2013-04-23 00:00",6.8,"2013-05-22 00:00","","","","",8.1,8.1,8.1,7.1,4.7,2.6,0.8,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-07-11" +"06","073","1011","88101",3,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3826,44,181,365,0,0,"","","Certification not required",0,0.484814,4.95922,138,"2013-08-22 20:00",118,"2013-08-22 19:00",94,"2013-08-22 21:00",75,"2013-08-23 06:00","","","","",11,6,2,0,0,0,0,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2014-01-24" +"06","073","1011","88101",3,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",156,43,156,365,0,0,0,0,"Certification not required",0,0.480128,3.239483,34.1,"2013-08-23 00:00",18.5,"2013-08-22 00:00",7.2,"2013-08-24 00:00",5.7,"2013-09-19 00:00","","","","",18.5,5.7,1.7,0,0,0,0,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2014-01-24" +"06","073","1011","88101",3,32.725226,-116.365203,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",156,43,156,365,0,0,"","","Certification not required",0,0.480128,3.239483,34.1,"2013-08-23 00:00",18.5,"2013-08-22 00:00",7.2,"2013-08-24 00:00",5.7,"2013-09-19 00:00","","","","",18.5,5.7,1.7,0,0,0,0,"La Posta Reservation","8 1/2 Crestwood Road, Boulevard, CA 91905","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2014-01-24" +"06","073","1014","81102",1,32.579361,-116.929486,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,97,59,61,0,8,0,0,"Certification not required",0,25.383333,11.434547,65,"2013-11-12 00:00",49,"2013-06-21 00:00",46,"2013-12-18 00:00",45,"2013-08-28 00:00","","","","",65,49,46,41,32,23,12,"Donovan","RICHARD J DONOVAN CORRECTIONAL FACILITY, OTAY MESA, CA","California","San Diego","Otay Mesa","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1016","42601",1,32.845467,-117.123894,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6365,73,291,365,0,931,"","","Certification not required",0,2.30652,5.068962,77,"2013-03-14 06:00",69,"2013-03-13 07:00",66,"2013-03-14 07:00",63,"2013-01-11 06:00","","","","",27,18,9,5,2,1,0,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","42602",1,32.845467,-117.123894,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6365,73,291,365,0,931,0,"","Certification not required",0,19.749141,10.54002,53,"2013-05-03 07:00",49,"2013-10-17 20:00",47,"2013-03-01 19:00",47,"2013-10-18 05:00","","","","",49,46,41,36,27,17,8,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","42602",1,32.845467,-117.123894,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6365,73,291,365,0,931,"","","Certification not required",0,9.607855,7.392868,54,"2013-01-31 18:00",53,"2013-05-03 07:00",50,"2013-01-31 17:00",49,"2013-10-17 20:00","","","","",36,31,25,20,12,7,3,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","42603",1,32.845467,-117.123894,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6365,73,291,365,0,931,"","","Certification not required",0,11.617125,10.875488,109,"2013-05-03 07:00",99,"2013-01-11 06:00",99,"2013-03-14 06:00",96,"2013-03-13 07:00","","","","",59,47,32,24,14,8,4,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","44201",1,32.845467,-117.123894,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6539,82,298,365,0,757,0,0,"Certification not required",141,0.049238,0.009759,0.081,"2013-05-13 15:00",0.08,"2013-10-19 14:00",0.077,"2013-05-03 15:00",0.077,"2013-05-12 15:00","","","","",0.077,0.075,0.067,0.062,0.054,0.048,0.039,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","44201",1,32.845467,-117.123894,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7152,81,295,365,0,0,0,0,"Certification not required",0,0.043458,0.008772,0.07,"2013-05-03 09:00",0.07,"2013-05-13 09:00",0.068,"2013-05-12 10:00",0.066,"2013-04-20 09:00","","","","",0.068,0.064,0.059,0.054,0.049,0.043,0.033,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","44201",1,32.845467,-117.123894,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7152,81,295,365,0,0,0,0,"Certification not required",0,0.043458,0.008772,0.07,"2013-05-03 09:00",0.07,"2013-05-13 09:00",0.068,"2013-05-12 10:00",0.066,"2013-04-20 09:00","","","","",0.068,0.064,0.059,0.054,0.049,0.043,0.033,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","61101",1,32.845467,-117.123894,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7274,83,304,365,0,22,"","","Certification not required",0,4.496618,2.536636,18.3,"2013-01-10 14:00",18,"2013-01-10 15:00",17.3,"2013-02-20 05:00",16.7,"2013-01-10 13:00","","","","",11.7,10.4,9,8.1,6.2,3.8,1.7,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","61103",1,32.845467,-117.123894,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7273,83,304,365,0,23,"","","Certification not required",0,4.161488,2.533914,18,"2013-01-10 14:00",17.6,"2013-01-10 15:00",17,"2013-02-20 05:00",16.2,"2013-01-10 13:00","","","","",11.3,10.2,8.7,7.6,5.8,3.6,1.3,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","61104",1,32.845467,-117.123894,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7273,83,304,365,0,23,"","","Certification not required",0,220.647051,99.178251,360,"2013-02-11 11:00",360,"2013-02-14 10:00",360,"2013-08-20 06:00",360,"2013-10-24 20:00","","","","",353,348,337,323,302,251,62,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","61106",1,32.845467,-117.123894,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7273,83,304,365,0,23,"","","Certification not required",0,20.450433,11.986885,84,"2013-08-06 05:00",81,"2013-04-12 23:00",78,"2013-09-14 08:00",74,"2013-02-06 10:00","","","","",59,55,46,38,25,17,9,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","62101",1,32.845467,-117.123894,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7276,83,304,365,0,20,"","","Certification not required",0,63.901732,9.410462,96,"2013-05-13 10:00",96,"2013-09-06 15:00",95,"2013-09-06 14:00",94,"2013-05-13 09:00","","","","",88,85,80,76,70,63,52,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","62107",1,32.845467,-117.123894,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7284,83,304,365,0,12,"","","Certification not required",0,75.47603,1.260889,80.6,"2013-03-08 01:00",80.6,"2013-03-08 02:00",78.8,"2013-03-08 00:00",78.8,"2013-03-08 03:00","","","","",77,77,77,77,77,75.2,73.4,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","62201",1,32.845467,-117.123894,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7279,83,304,365,0,17,"","","Certification not required",0,68.186015,21.29433,100,"2013-01-25 22:00",100,"2013-01-25 23:00",100,"2013-01-26 00:00",100,"2013-01-26 01:00","","","","",100,98,94,91,85,72,35,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","63301",1,32.845467,-117.123894,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7272,83,304,365,0,24,"","","Certification not required",3452,0.3524,0.464169,1.51,"2013-06-08 11:00",1.49,"2013-06-14 11:00",1.49,"2013-06-15 11:00",1.49,"2013-06-16 11:00","","","","",1.43,1.4,1.3,1.16,0.69,0.03,0.005,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","64101",1,32.845467,-117.123894,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7277,83,304,365,0,19,"","","Certification not required",0,747.074069,3.002452,759,"2013-01-15 08:00",759,"2013-01-15 09:00",758,"2013-01-15 02:00",758,"2013-01-15 03:00","","","","",755,754,752,751,749,747,743,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","1016","68105",1,32.845467,-117.123894,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,114,122,0,8,"","","Certification not required",0,17.087288,3.9567,26.8,"2013-09-04 00:00",26.5,"2013-08-29 00:00",26.4,"2013-09-07 00:00",26.3,"2013-05-13 00:00","","","","",26.5,26.4,24.2,22.2,19.6,17,11.7,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","68105",2,32.845467,-117.123894,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,47,56,122,0,7,"","","Certification not required",0,17.468421,4.017691,26.6,"2013-09-07 00:00",25.5,"2013-09-01 00:00",24.6,"2013-08-26 00:00",23.3,"2013-07-09 00:00","","","","",26.6,25.5,24.6,23,20.3,17.3,12,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","68108",1,32.845467,-117.123894,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,114,122,0,8,"","","Certification not required",0,748.415254,2.563139,755,"2013-02-12 00:00",754,"2013-01-16 00:00",753,"2013-01-04 00:00",753,"2013-02-27 00:00","","","","",754,753,753,752,750,748,745,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","68108",2,32.845467,-117.123894,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,47,56,122,0,7,"","","Certification not required",0,748.754386,2.98377,755,"2013-01-16 00:00",754,"2013-01-04 00:00",754,"2013-02-27 00:00",754,"2013-12-30 00:00","","","","",755,754,754,752,751,749,745,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","81102",1,32.845467,-117.123894,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",46,75,46,61,0,1,0,0,"Certification not required",0,18.26087,7.134999,35,"2013-10-25 00:00",34,"2013-11-12 00:00",32,"2013-09-07 00:00",31,"2013-09-19 00:00","","","","",35,35,32,29,23,17,10,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1016","81102",2,32.845467,-117.123894,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,24.866667,7.689201,39,"2013-06-21 00:00",38,"2013-06-27 00:00",32,"2013-05-22 00:00",29,"2013-05-04 00:00","","","","",39,39,39,38,29,25,15,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2013-08-21" +"06","073","1016","85101",1,32.845467,-117.123894,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,1,"","","Certification not required",0,18.391304,7.066284,35,"2013-10-25 00:00",34,"2013-11-12 00:00",32,"2013-09-07 00:00",31,"2013-09-19 00:00","","","","",35,35,32,29,23,17,10,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-18" +"06","073","1016","85101",2,32.845467,-117.123894,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,"","","Certification not required",0,25,7.4642,38,"2013-06-21 00:00",37,"2013-06-27 00:00",33,"2013-05-22 00:00",29,"2013-05-04 00:00","","","","",38,38,38,37,29,25,15,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2013-08-21" +"06","073","1016","88101",1,32.845467,-117.123894,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,95,116,122,0,8,0,0,"Certification not required",0,8.316102,3.685035,22,"2013-10-25 00:00",19.4,"2013-03-17 00:00",16.1,"2013-03-26 00:00",14.9,"2013-05-22 00:00","","","","",19.4,16.1,14.5,13.4,10.3,8.1,3.8,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","88101",1,32.845467,-117.123894,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,95,116,122,0,8,"","","Certification not required",0,8.316102,3.685035,22,"2013-10-25 00:00",19.4,"2013-03-17 00:00",16.1,"2013-03-26 00:00",14.9,"2013-05-22 00:00","","","","",19.4,16.1,14.5,13.4,10.3,8.1,3.8,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","88101",2,32.845467,-117.123894,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,7,0,0,"Certification not required",0,8.998246,3.835478,20.6,"2013-10-25 00:00",18.8,"2013-03-17 00:00",15.5,"2013-05-22 00:00",14.4,"2013-04-22 00:00","","","","",20.6,18.8,15.5,13.9,11.9,8.3,4.1,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1016","88101",2,32.845467,-117.123894,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,7,"","","Certification not required",0,8.998246,3.835478,20.6,"2013-10-25 00:00",18.8,"2013-03-17 00:00",15.5,"2013-05-22 00:00",14.4,"2013-04-22 00:00","","","","",20.6,18.8,15.5,13.9,11.9,8.3,4.1,"San Diego-Kearny Villa Road","6125A KEARNY VILLA RD., SAN DIEGO","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-14" +"06","073","1020","14129",1,33.128542,-117.271639,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",11,18,7,61,0,10,0,0,"Certification not required",0,0.115636,0.095953,0.373,"2013-03-17 00:00",0.158,"2013-03-29 00:00",0.15,"2013-01-31 00:00",0.119,"2013-03-23 00:00","","","","",0.373,0.373,0.373,0.158,0.15,0.091,0.043,"Palomar Airport","2192 Palomar Airport Rd.","California","San Diego","Carlsbad","San Diego-Carlsbad-San Marcos, CA","2013-06-28" +"06","073","1020","68105",1,33.128542,-117.271639,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",11,18,7,61,0,10,"","","Certification not required",0,14.227273,1.786668,16.2,"2013-01-25 00:00",15.8,"2013-01-22 00:00",15.7,"2013-03-29 00:00",15.5,"2013-01-19 00:00","","","","",16.2,16.2,16.2,15.8,15.7,14.7,11.5,"Palomar Airport","2192 Palomar Airport Rd.","California","San Diego","Carlsbad","San Diego-Carlsbad-San Marcos, CA","2013-06-27" +"06","073","1020","68108",1,33.128542,-117.271639,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",11,18,7,61,0,10,"","","Certification not required",0,757.363636,1.9633,762,"2013-01-16 00:00",759,"2013-01-31 00:00",758,"2013-01-19 00:00",758,"2013-01-28 00:00","","","","",762,762,762,759,758,757,755,"Palomar Airport","2192 Palomar Airport Rd.","California","San Diego","Carlsbad","San Diego-Carlsbad-San Marcos, CA","2013-06-27" +"06","073","1021","14129",1,32.824986,-116.962575,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",20,33,18,61,0,15,0,0,"Certification not required",0,0.0537,0.036821,0.133,"2013-02-27 00:00",0.132,"2013-01-04 00:00",0.105,"2013-01-09 00:00",0.092,"2013-01-16 00:00","","","","",0.133,0.133,0.133,0.132,0.069,0.048,0.018,"Gillespie Field","1960 Joe Crosson Drive","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","1021","14129",2,32.824986,-116.962575,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",17,28,16,61,0,18,0,0,"Certification not required",0,0.058706,0.036398,0.128,"2013-01-04 00:00",0.128,"2013-02-27 00:00",0.098,"2013-01-09 00:00",0.092,"2013-01-16 00:00","","","","",0.128,0.128,0.128,0.128,0.078,0.054,0.017,"Gillespie Field","1960 Joe Crosson Drive","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","1021","68105",1,32.824986,-116.962575,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",20,33,18,61,0,15,"","","Certification not required",0,21.55,6.217166,30.9,"2013-09-07 00:00",29,"2013-08-26 00:00",28.5,"2013-09-01 00:00",26.5,"2013-09-14 00:00","","","","",30.9,30.9,30.9,29,24.7,23,12.2,"Gillespie Field","1960 Joe Crosson Drive","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","1021","68108",1,32.824986,-116.962575,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",20,33,18,61,0,15,"","","Certification not required",0,747.05,3.979884,756,"2013-01-16 00:00",755,"2013-01-04 00:00",753,"2013-02-27 00:00",751,"2013-01-09 00:00","","","","",756,756,756,755,748,746,744,"Gillespie Field","1960 Joe Crosson Drive","California","San Diego","El Cajon","San Diego-Carlsbad-San Marcos, CA","2013-10-09" +"06","073","1201","44201",1,33.362593,-117.09023,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8656,99,360,365,0,0,0,0,"Certification not required",875,0.052936,0.010866,0.095,"2013-03-15 17:00",0.084,"2013-05-13 17:00",0.082,"2013-04-20 15:00",0.079,"2013-04-21 15:00","","","","",0.079,0.076,0.07,0.067,0.06,0.053,0.041,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2014-01-23" +"06","073","1201","44201",1,33.362593,-117.09023,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8653,99,360,365,0,0,0,0,"Certification not required",0,0.045944,0.009883,0.075,"2013-05-13 11:00",0.074,"2013-05-03 12:00",0.071,"2013-04-20 12:00",0.071,"2013-05-02 13:00","","","","",0.071,0.065,0.062,0.058,0.053,0.046,0.034,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2014-01-23" +"06","073","1201","44201",1,33.362593,-117.09023,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8653,99,360,365,0,0,0,0,"Certification not required",0,0.045944,0.009883,0.075,"2013-05-13 11:00",0.074,"2013-05-03 12:00",0.071,"2013-04-20 12:00",0.071,"2013-05-02 13:00","","","","",0.071,0.065,0.062,0.058,0.053,0.046,0.034,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2014-01-23" +"06","073","1201","81102",1,33.362593,-117.09023,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Thermo Partisol Model 2000-D Dichot - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",21,34,21,61,0,0,4,4,"Certification not required",1,116.809524,49.806244,192,"2013-05-22 00:00",183,"2013-06-21 00:00",160,"2013-08-02 00:00",158,"2013-06-15 00:00","","","","",192,192,183,160,149,131,58,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2013-12-16" +"06","073","1201","81102",2,33.362593,-117.09023,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Thermo Partisol Model 2000-D Dichot - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,25,61,0,0,3,3,"Certification not required",0,136.4,126.443334,721,"2013-05-04 00:00",171,"2013-06-21 00:00",157,"2013-07-15 00:00",148,"2013-06-15 00:00","","","","",721,721,171,157,139,126,75,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2013-12-16" +"06","073","1201","88101",1,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8720,100,365,365,0,0,"","","Certification not required",0,8.727064,5.155906,98,"2013-05-31 16:00",65,"2013-10-26 21:00",61,"2013-07-19 13:00",54,"2013-10-26 20:00","","","","",23,20,17,15,12,8,3,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2014-01-23" +"06","073","1201","88101",1,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,0,0,"Certification not required",0,8.682967,3.745254,25.4,"2013-10-26 00:00",21.2,"2013-10-25 00:00",18.2,"2013-05-31 00:00",17.7,"2013-10-27 00:00","","","","",17.7,16.5,15,13.9,11.2,8,4.2,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2014-01-23" +"06","073","1201","88101",1,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,8.682967,3.745254,25.4,"2013-10-26 00:00",21.2,"2013-10-25 00:00",18.2,"2013-05-31 00:00",17.7,"2013-10-27 00:00","","","","",17.7,16.5,15,13.9,11.2,8,4.2,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2014-01-23" +"06","073","1201","88101",2,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Thermo Scientific Partisol 2000-D Dichot. - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,0,0,0,"Certification not required",0,7.757692,2.569229,12.6,"2013-05-04 00:00",12.3,"2013-05-22 00:00",10.8,"2013-06-15 00:00",9.8,"2013-07-21 00:00","","","","",12.6,12.6,12.3,10.8,8.9,7.8,5.1,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2013-12-16" +"06","073","1201","88101",2,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Thermo Scientific Partisol 2000-D Dichot. - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,0,"","","Certification not required",0,7.757692,2.569229,12.6,"2013-05-04 00:00",12.3,"2013-05-22 00:00",10.8,"2013-06-15 00:00",9.8,"2013-07-21 00:00","","","","",12.6,12.6,12.3,10.8,8.9,7.8,5.1,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2013-12-16" +"06","073","1201","88101",3,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Thermo Scientific Partisol 2000-D Dichot. - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,0,0,0,"Certification not required",0,8.346154,3.002563,16.6,"2013-08-02 00:00",13.4,"2013-05-10 00:00",13.1,"2013-05-04 00:00",11.4,"2013-05-22 00:00","","","","",16.6,16.6,13.4,13.1,9.6,8.1,4.8,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2013-12-16" +"06","073","1201","88101",3,33.362593,-117.09023,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Thermo Scientific Partisol 2000-D Dichot. - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,0,"","","Certification not required",0,8.346154,3.002563,16.6,"2013-08-02 00:00",13.4,"2013-05-10 00:00",13.1,"2013-05-04 00:00",11.4,"2013-05-22 00:00","","","","",16.6,16.6,13.4,13.1,9.6,8.1,4.8,"Pala Airpad","10848 HWY 76, PALA, CA 92059","California","San Diego","Pala","San Diego-Carlsbad-San Marcos, CA","2013-12-16" +"06","073","1210","88501",1,33.276494,-116.853775,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",767,9,31,365,0,0,"","","Certification not required",0,8.003911,6.450959,40,"2013-07-06 02:00",36,"2013-07-14 01:00",33,"2013-07-12 02:00",32,"2013-07-11 22:00","","","","",28,24,20,16,11,7,1,"LJA1","22000 HWY 76, PAUMA VALLEY, CA 92061","California","San Diego","","San Diego-Carlsbad-San Marcos, CA","2013-08-30" +"06","073","1210","88501",1,33.276494,-116.853775,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",31,8,31,365,0,0,"","","Certification not required",0,7.980645,2.42204,13.3,"2013-06-23 00:00",12.1,"2013-07-11 00:00",11.5,"2013-06-22 00:00",11.3,"2013-07-10 00:00","","","","",13.3,13.3,12.1,11.3,9.4,7.5,5.3,"LJA1","22000 HWY 76, PAUMA VALLEY, CA 92061","California","San Diego","","San Diego-Carlsbad-San Marcos, CA","2013-08-30" +"06","073","2000","81102",1,32.735455,-116.345365,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,0,0,"Certification not required",14,6.906977,4.628143,20,"2013-09-07 00:00",15,"2013-03-23 00:00",15,"2013-05-04 00:00",15,"2013-08-14 00:00","","","","",20,20,15,14,10,7,2,"","6 OLD MINE RD","California","San Diego","Boulevard","San Diego-Carlsbad-San Marcos, CA","2013-12-11" +"06","073","2007","42601",1,32.552164,-116.937772,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6626,76,289,365,0,670,"","","Certification not required",0,13.401147,28.819814,501,"2013-03-12 06:00",442,"2013-03-13 06:00",376,"2013-03-14 06:00",360,"2013-01-09 07:00","","","","",154,114,56,27,9,6,2,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","42602",1,32.552164,-116.937772,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6626,76,289,365,0,670,0,"","Certification not required",0,32.467128,16.901465,77,"2013-03-01 19:00",77,"2013-03-15 10:00",76,"2013-03-12 06:00",75,"2013-01-15 07:00","","","","",76,74,63,59,44,28,14,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","42602",1,32.552164,-116.937772,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6626,76,289,365,0,670,"","","Certification not required",0,17.188651,11.619062,77,"2013-03-01 19:00",77,"2013-03-15 10:00",76,"2013-03-12 06:00",75,"2013-01-15 07:00","","","","",56,51,42,34,21,14,7,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","42603",1,32.552164,-116.937772,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6626,76,289,365,0,670,"","","Certification not required",0,30.030939,37.701802,577,"2013-03-12 06:00",508,"2013-03-13 06:00",440,"2013-03-14 06:00",422,"2013-01-09 07:00","","","","",200,159,95,60,30,19,9,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","44201",1,32.552164,-116.937772,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6823,82,299,365,0,473,0,0,"Certification not required",674,0.043776,0.008725,0.073,"2013-09-29 12:00",0.072,"2013-09-15 12:00",0.071,"2013-05-03 16:00",0.071,"2013-05-12 13:00","","","","",0.071,0.066,0.057,0.054,0.049,0.043,0.034,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","44201",1,32.552164,-116.937772,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7104,80,291,365,0,0,0,0,"Certification not required",0,0.037103,0.007986,0.063,"2013-05-03 10:00",0.062,"2013-05-12 09:00",0.062,"2013-09-29 09:00",0.059,"2013-04-20 10:00","","","","",0.062,0.057,0.05,0.046,0.042,0.037,0.028,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","44201",1,32.552164,-116.937772,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7104,80,291,365,0,0,0,0,"Certification not required",0,0.037103,0.007986,0.063,"2013-05-03 10:00",0.062,"2013-05-12 09:00",0.062,"2013-09-29 09:00",0.059,"2013-04-20 10:00","","","","",0.062,0.057,0.05,0.046,0.042,0.037,0.028,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","61101",1,32.552164,-116.937772,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,3.408835,1.889848,10.1,"2013-01-10 21:00",9.9,"2013-01-10 14:00",9.8,"2013-01-10 11:00",9.7,"2013-04-01 13:00","","","","",7.9,7.3,6.7,6.2,4.9,3,1.2,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","61103",1,32.552164,-116.937772,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,3.001962,1.807475,9.6,"2013-01-10 21:00",9.3,"2013-01-10 14:00",9.2,"2013-01-10 11:00",9,"2013-02-20 09:00","","","","",7.3,6.7,6.1,5.6,4.4,2.7,0.8,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","61104",1,32.552164,-116.937772,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,244.541501,88.211543,360,"2013-01-02 23:00",360,"2013-07-13 05:00",360,"2013-10-23 00:00",359,"2013-02-15 08:00","","","","",354,348,338,324,304,284,103,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","61106",1,32.552164,-116.937772,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7288,83,304,365,0,8,"","","Certification not required",0,29.308315,10.686278,81,"2013-01-17 03:00",80,"2013-05-12 08:00",79,"2013-05-31 01:00",78,"2013-02-28 21:00","","","","",64,60,52,45,33,26,19,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","62101",1,32.552164,-116.937772,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,63.734294,9.399345,97,"2013-05-13 10:00",97,"2013-09-06 14:00",96,"2013-05-13 09:00",96,"2013-08-29 14:00","","","","",88,85,80,76,70,63,52,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","073","2007","62107",1,32.552164,-116.937772,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - 3 Element thermistor",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,74.61621,3.34322,87.8,"2013-03-10 09:00",87.8,"2013-03-10 10:00",86,"2013-08-30 11:00",86,"2013-08-30 12:00","","","","",82.4,82.4,80.6,78.8,77,75.2,71.6,"Otay Mesa","1100 PASEO INTERNATIONAL, OTAY MESA, CA","California","San Diego","San Diego","San Diego-Carlsbad-San Marcos, CA","2014-02-20" +"06","075","0005","12102",7,37.765946,-122.399044,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.004,0.001414,0.006,"2013-01-16 00:00",0.004,"2013-01-04 00:00",0.004,"2013-01-28 00:00",0.004,"2013-02-09 00:00","","","","",0.006,0.006,0.006,0.006,0.004,0.004,0.002,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12103",7,37.765946,-122.399044,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0018,0.001789,0.005,"2013-01-16 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.001,0.001,0.001,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12110",7,37.765946,-122.399044,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12112",7,37.765946,-122.399044,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0062,0.003564,0.012,"2013-01-16 00:00",0.007,"2013-01-28 00:00",0.005,"2013-01-04 00:00",0.004,"2013-02-09 00:00","","","","",0.012,0.012,0.012,0.012,0.007,0.005,0.003,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12113",7,37.765946,-122.399044,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12114",7,37.765946,-122.399044,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0268,0.014618,0.044,"2013-01-04 00:00",0.034,"2013-01-28 00:00",0.033,"2013-01-16 00:00",0.012,"2013-02-09 00:00","","","","",0.044,0.044,0.044,0.044,0.034,0.033,0.011,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12115",1,37.765946,-122.399044,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-31" +"06","075","0005","12126",7,37.765946,-122.399044,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.666,0.299383,1.1,"2013-01-16 00:00",0.86,"2013-01-28 00:00",0.47,"2013-02-09 00:00",0.47,"2013-02-21 00:00","","","","",1.1,1.1,1.1,1.1,0.86,0.47,0.43,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12128",7,37.765946,-122.399044,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00472,0.002449,0.0079,"2013-01-28 00:00",0.0068,"2013-01-16 00:00",0.0032,"2013-01-04 00:00",0.0032,"2013-02-09 00:00","","","","",0.0079,0.0079,0.0079,0.0079,0.0068,0.0032,0.0025,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-06-28" +"06","075","0005","12132",7,37.765946,-122.399044,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.013,0.008515,0.025,"2013-01-16 00:00",0.019,"2013-01-28 00:00",0.008,"2013-01-04 00:00",0.007,"2013-02-21 00:00","","","","",0.025,0.025,0.025,0.025,0.019,0.008,0.006,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12134",7,37.765946,-122.399044,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00098,0.000514,0.0019,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.00075,0.00075,0.00075,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12136",7,37.765946,-122.399044,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12150",7,37.765946,-122.399044,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12154",7,37.765946,-122.399044,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0012,0.000447,0.002,"2013-01-16 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12160",7,37.765946,-122.399044,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.0024,0.002012,0.006,"2013-01-16 00:00",0.0015,"2013-01-04 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.006,0.006,0.006,0.006,0.0015,0.0015,0.0015,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12161",7,37.765946,-122.399044,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0164,0.008591,0.031,"2013-01-16 00:00",0.017,"2013-01-28 00:00",0.013,"2013-01-04 00:00",0.011,"2013-02-09 00:00","","","","",0.031,0.031,0.031,0.031,0.017,0.013,0.01,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12164",7,37.765946,-122.399044,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.0012,0.001006,0.003,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.003,0.003,0.003,0.003,0.00075,0.00075,0.00075,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12167",7,37.765946,-122.399044,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",2,3,2,61,0,3,"","","Certification not required",0,0.0335,0.00495,0.037,"2013-02-21 00:00",0.03,"2013-02-09 00:00","","","","","","","","",0.037,0.037,0.037,0.037,0.037,0.037,0.03,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12168",7,37.765946,-122.399044,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0184,0.024699,0.062,"2013-01-28 00:00",0.014,"2013-01-16 00:00",0.0068,"2013-02-09 00:00",0.0061,"2013-02-21 00:00","","","","",0.062,0.062,0.062,0.062,0.014,0.0068,0.0031,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12169",7,37.765946,-122.399044,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.38,0.129035,0.51,"2013-01-16 00:00",0.44,"2013-02-21 00:00",0.42,"2013-02-09 00:00",0.36,"2013-01-28 00:00","","","","",0.51,0.51,0.51,0.51,0.44,0.42,0.17,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","12185",7,37.765946,-122.399044,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.00168,0.000861,0.0025,"2013-01-16 00:00",0.0023,"2013-01-28 00:00",0.0021,"2013-01-04 00:00",0.00075,"2013-02-09 00:00","","","","",0.0025,0.0025,0.0025,0.0025,0.0023,0.0021,0.00075,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-04-26" +"06","075","0005","42101",1,37.765946,-122.399044,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8297,95,363,365,0,0,0,0,"Certification not required",6700,0.338182,0.201613,1.8,"2013-12-16 18:00",1.8,"2013-12-17 17:00",1.7,"2013-12-17 21:00",1.6,"2013-12-16 19:00","","","","",1.1,1,0.8,0.6,0.25,0.25,0.25,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","42101",1,37.765946,-122.399044,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8600,98,353,365,0,0,0,0,"Certification not required",0,0.371593,0.150129,1.4,"2013-12-17 22:00",1.4,"2013-12-17 23:00",1.4,"2013-12-18 00:00",1.3,"2013-12-16 23:00",1.4,"2013-12-17 22:00",1.3,"2013-12-16 23:00",0.9,0.8,0.7,0.6,0.4,0.3,0.3,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","42601",1,37.765946,-122.399044,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8248,94,358,365,0,0,"","","Certification not required",0,9.415373,21.461173,289.6,"2013-10-17 06:00",287.2,"2013-03-11 05:00",277.7,"2013-12-06 07:00",262.7,"2013-11-06 07:00","","","","",101.3,67,42.1,25.5,7.3,2.6,0.3,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","42602",1,37.765946,-122.399044,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8235,94,358,365,0,0,0,"","Certification not required",0,26.805587,16.041035,72.6,"2013-11-07 07:00",67.4,"2013-11-05 07:00",64.4,"2013-12-06 07:00",64.2,"2013-12-20 07:00","","","","",64.2,59.6,54.4,49.6,40,23.9,7.6,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","42602",1,37.765946,-122.399044,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8235,94,358,365,0,0,"","","Certification not required",0,13.946715,11.961839,72.6,"2013-11-07 07:00",67.4,"2013-11-05 07:00",64.4,"2013-12-06 07:00",64.2,"2013-12-20 07:00","","","","",49.8,45.4,39.2,33.1,19.9,9,3.4,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","42603",1,37.765946,-122.399044,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8235,94,358,365,0,0,"","","Certification not required",0,23.370893,30.702255,354.7,"2013-03-11 05:00",346.7,"2013-10-17 06:00",343,"2013-12-06 07:00",329.5,"2013-11-05 07:00","","","","",142.5,108.5,78.6,57,28.3,11.7,4.3,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","43207",3,37.765946,-122.399044,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.171545,0.061415,0.307,"2013-04-10 00:00",0.28,"2013-06-09 00:00",0.25,"2013-05-04 00:00",0.239,"2013-04-22 00:00","","","","",0.307,0.307,0.28,0.25,0.21,0.16,0.115,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43207",4,37.765946,-122.399044,"NAD83","Freon 113","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.245,0.021213,0.26,"2013-05-16 00:00",0.23,"2013-07-15 00:00","","","","","","","","",0.26,0.26,0.26,0.26,0.26,0.26,0.23,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43218",3,37.765946,-122.399044,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.148636,0.084385,0.36,"2013-01-16 00:00",0.34,"2013-04-22 00:00",0.328,"2013-04-10 00:00",0.193,"2013-02-09 00:00","","","","",0.36,0.36,0.34,0.328,0.152,0.12,0.085,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43218",4,37.765946,-122.399044,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,0.14,0,0.14,"2013-05-16 00:00",0.14,"2013-07-15 00:00","","","","","","","","",0.14,0.14,0.14,0.14,0.14,0.14,0.14,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43218",5,37.765946,-122.399044,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.148387,0.123615,0.52,"2013-01-16 00:00",0.48,"2013-01-04 00:00",0.4,"2013-10-31 00:00",0.3,"2013-12-18 00:00","","","","",0.52,0.52,0.48,0.3,0.19,0.08,0.08,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43302",3,37.765946,-122.399044,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,20.617773,26.303399,115.39,"2013-01-16 00:00",72.732,"2013-04-22 00:00",40.295,"2013-04-10 00:00",31.717,"2013-03-17 00:00","","","","",115.39,115.39,72.732,40.295,20.82,11.68,5.78,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43302",4,37.765946,-122.399044,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,10.295,0.487904,10.64,"2013-07-15 00:00",9.95,"2013-05-16 00:00","","","","","","","","",10.64,10.64,10.64,10.64,10.64,10.64,9.95,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43359",5,37.765946,-122.399044,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,3,"","","Certification not required",0,0.3068,0.063227,0.5,"2013-01-16 00:00",0.39,"2013-10-07 00:00",0.38,"2013-04-22 00:00",0.38,"2013-10-31 00:00","","","","",0.5,0.5,0.39,0.38,0.35,0.29,0.25,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43502",5,37.765946,-122.399044,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.390323,0.750713,3.2,"2013-01-22 00:00",3,"2013-12-30 00:00",2.5,"2013-04-22 00:00",2.4,"2013-10-07 00:00","","","","",3.2,3.2,3,2.4,2,1.3,0.7,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43503",5,37.765946,-122.399044,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.154839,0.924784,3.6,"2013-01-22 00:00",3.4,"2013-12-30 00:00",2.6,"2013-10-31 00:00",2.4,"2013-04-22 00:00","","","","",3.6,3.6,3.4,2.4,1.8,0.8,0.4,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43505",3,37.765946,-122.399044,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.013636,0.693695,2.49,"2013-06-09 00:00",2.323,"2013-04-22 00:00",1.748,"2013-04-10 00:00",1.63,"2013-05-16 00:00","","","","",2.49,2.49,2.323,1.748,1.368,1,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43505",4,37.765946,-122.399044,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,1.03,0.678823,1.51,"2013-05-16 00:00",0.55,"2013-07-15 00:00","","","","","","","","",1.51,1.51,1.51,1.51,1.51,1.51,0.55,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43505",5,37.765946,-122.399044,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.758,0.902895,3.3,"2013-01-04 00:00",1.8,"2013-02-09 00:00",1.38,"2013-01-16 00:00",1.23,"2013-02-21 00:00","","","","",3.3,3.3,3.3,3.3,1.8,1.38,1.08,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-06-17" +"06","075","0005","43551",3,37.765946,-122.399044,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,12.891318,7.632385,30.345,"2013-04-10 00:00",29.905,"2013-04-22 00:00",23.71,"2013-05-16 00:00",21.28,"2013-06-09 00:00","","","","",30.345,30.345,29.905,23.71,17.12,11.771,5.615,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43551",4,37.765946,-122.399044,"NAD83","Acetone","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,15.56,2.983991,17.67,"2013-05-16 00:00",13.45,"2013-07-15 00:00","","","","","","","","",17.67,17.67,17.67,17.67,17.67,17.67,13.45,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43551",5,37.765946,-122.399044,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,16.98,6.957155,27,"2013-01-04 00:00",21,"2013-02-09 00:00",15,"2013-01-16 00:00",11.4,"2013-02-21 00:00","","","","",27,27,27,27,21,15,10.5,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-06-17" +"06","075","0005","43552",3,37.765946,-122.399044,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",2,0.893136,0.549725,2.29,"2013-06-09 00:00",2.245,"2013-04-10 00:00",1.328,"2013-04-22 00:00",1.182,"2013-01-16 00:00","","","","",2.29,2.29,2.245,1.328,1.17,0.79,0.448,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43552",4,37.765946,-122.399044,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.96,0.113137,1.04,"2013-05-16 00:00",0.88,"2013-07-15 00:00","","","","","","","","",1.04,1.04,1.04,1.04,1.04,1.04,0.88,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43552",5,37.765946,-122.399044,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",25,0.290323,0.205515,0.8,"2013-01-22 00:00",0.8,"2013-10-31 00:00",0.8,"2013-12-18 00:00",0.8,"2013-12-30 00:00","","","","",0.8,0.8,0.8,0.8,0.2,0.2,0.2,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43702",3,37.765946,-122.399044,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43702",4,37.765946,-122.399044,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43702",5,37.765946,-122.399044,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-06-17" +"06","075","0005","43704",3,37.765946,-122.399044,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43704",4,37.765946,-122.399044,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43802",3,37.765946,-122.399044,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.226182,0.104442,0.431,"2013-04-22 00:00",0.43,"2013-05-16 00:00",0.404,"2013-04-10 00:00",0.34,"2013-05-04 00:00","","","","",0.431,0.431,0.43,0.404,0.293,0.181,0.13,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43802",4,37.765946,-122.399044,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,0.25,0.127279,0.34,"2013-05-16 00:00",0.16,"2013-07-15 00:00","","","","","","","","",0.34,0.34,0.34,0.34,0.34,0.34,0.16,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43802",5,37.765946,-122.399044,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.125806,0.06612,0.27,"2013-12-30 00:00",0.26,"2013-10-19 00:00",0.24,"2013-12-18 00:00",0.2,"2013-05-16 00:00","","","","",0.27,0.27,0.26,0.2,0.16,0.13,0.05,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43803",3,37.765946,-122.399044,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.024955,0.018814,0.081,"2013-04-10 00:00",0.05,"2013-01-16 00:00",0.048,"2013-04-22 00:00",0.041,"2013-03-29 00:00","","","","",0.081,0.081,0.05,0.048,0.03,0.021,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43803",4,37.765946,-122.399044,"NAD83","Chloroform","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,0.03,0,0.03,"2013-05-16 00:00",0.03,"2013-07-15 00:00","","","","","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.03,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43803",5,37.765946,-122.399044,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.023226,0.012487,0.05,"2013-10-31 00:00",0.04,"2013-01-16 00:00",0.04,"2013-04-22 00:00",0.04,"2013-10-07 00:00","","","","",0.05,0.05,0.04,0.04,0.03,0.02,0.01,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43804",3,37.765946,-122.399044,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.095682,0.014447,0.12,"2013-06-21 00:00",0.113,"2013-03-17 00:00",0.11,"2013-04-22 00:00",0.11,"2013-05-28 00:00","","","","",0.12,0.12,0.113,0.11,0.106,0.1,0.07,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43804",4,37.765946,-122.399044,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,0.1,0.014142,0.11,"2013-05-16 00:00",0.09,"2013-07-15 00:00","","","","","","","","",0.11,0.11,0.11,0.11,0.11,0.11,0.09,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43804",5,37.765946,-122.399044,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.085484,0.006239,0.1,"2013-01-28 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-02-09 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.09,0.08,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43811",3,37.765946,-122.399044,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.273773,0.086898,0.491,"2013-04-10 00:00",0.39,"2013-06-09 00:00",0.37,"2013-06-21 00:00",0.353,"2013-04-22 00:00","","","","",0.491,0.491,0.39,0.37,0.35,0.26,0.17,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43811",4,37.765946,-122.399044,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.31,0.028284,0.33,"2013-05-16 00:00",0.29,"2013-07-15 00:00","","","","","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.29,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43814",3,37.765946,-122.399044,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.010273,0.016722,0.054,"2013-04-10 00:00",0.05,"2013-06-09 00:00",0.03,"2013-05-28 00:00",0.03,"2013-06-21 00:00","","","","",0.054,0.054,0.05,0.03,0.017,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43814",4,37.765946,-122.399044,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43814",5,37.765946,-122.399044,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.010323,0.001796,0.02,"2013-10-31 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43815",3,37.765946,-122.399044,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43815",4,37.765946,-122.399044,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,25,1,8,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43817",3,37.765946,-122.399044,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.026955,0.01312,0.055,"2013-04-22 00:00",0.05,"2013-05-04 00:00",0.047,"2013-04-10 00:00",0.043,"2013-01-16 00:00","","","","",0.055,0.055,0.05,0.047,0.034,0.02,0.01,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43817",4,37.765946,-122.399044,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.035,0.021213,0.05,"2013-05-16 00:00",0.02,"2013-07-15 00:00","","","","","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.02,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43817",5,37.765946,-122.399044,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.025484,0.024473,0.14,"2013-12-30 00:00",0.05,"2013-11-12 00:00",0.04,"2013-10-07 00:00",0.04,"2013-10-31 00:00","","","","",0.14,0.14,0.05,0.04,0.03,0.02,0.01,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43819",5,37.765946,-122.399044,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.020968,0.005388,0.05,"2013-12-30 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.05,0.05,0.02,0.02,0.02,0.02,0.02,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43824",3,37.765946,-122.399044,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.001091,0.005117,0.024,"2013-02-21 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.024,0.024,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43824",4,37.765946,-122.399044,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43824",5,37.765946,-122.399044,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43827",5,37.765946,-122.399044,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,3,"","","Certification not required",25,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43830",5,37.765946,-122.399044,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43831",5,37.765946,-122.399044,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43834",5,37.765946,-122.399044,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,3,"","","Certification not required",25,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43843",3,37.765946,-122.399044,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43843",4,37.765946,-122.399044,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","43848",5,37.765946,-122.399044,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,3,"","","Certification not required",13,0.4408,0.302571,1.08,"2013-10-31 00:00",1.08,"2013-11-24 00:00",1,"2013-03-17 00:00",0.8,"2013-10-07 00:00","","","","",1.08,1.08,1.08,1,0.62,0.2,0.2,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43854",5,37.765946,-122.399044,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,3,"","","Certification not required",18,0.3,0.174547,0.74,"2013-10-31 00:00",0.7,"2013-01-04 00:00",0.54,"2013-01-16 00:00",0.54,"2013-07-03 00:00","","","","",0.74,0.74,0.7,0.54,0.4,0.2,0.2,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","43860",3,37.765946,-122.399044,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","43860",4,37.765946,-122.399044,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-07-15 00:00","","","","","","","","",0,0,0,0,0,0,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","44201",1,37.765946,-122.399044,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8296,99,361,365,0,0,0,0,"Certification not required",1079,0.03072,0.008577,0.069,"2013-05-02 13:00",0.061,"2013-10-06 14:00",0.054,"2013-05-03 13:00",0.053,"2013-10-07 13:00","","","","",0.053,0.05,0.044,0.041,0.036,0.031,0.021,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","44201",1,37.765946,-122.399044,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8595,97,354,365,0,0,0,0,"Certification not required",0,0.026602,0.008292,0.059,"2013-05-02 11:00",0.051,"2013-10-06 11:00",0.047,"2013-05-03 11:00",0.043,"2013-04-07 18:00","","","","",0.043,0.042,0.04,0.037,0.032,0.027,0.015,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","44201",1,37.765946,-122.399044,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8595,97,354,365,0,0,0,0,"Certification not required",0,0.026602,0.008292,0.059,"2013-05-02 11:00",0.051,"2013-10-06 11:00",0.047,"2013-05-03 11:00",0.043,"2013-04-07 18:00","","","","",0.043,0.042,0.04,0.037,0.032,0.027,0.015,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","45109",3,37.765946,-122.399044,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.792682,1.180116,4.113,"2013-01-16 00:00",4.064,"2013-04-10 00:00",4.048,"2013-02-09 00:00",3.99,"2013-04-22 00:00","","","","",4.113,4.113,4.064,4.048,2.03,1.5,0.67,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","45109",4,37.765946,-122.399044,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,1.375,0.148492,1.48,"2013-07-15 00:00",1.27,"2013-05-16 00:00","","","","","","","","",1.48,1.48,1.48,1.48,1.48,1.48,1.27,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","45109",5,37.765946,-122.399044,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.503226,1.580979,6.56,"2013-10-31 00:00",4.64,"2013-04-22 00:00",4.64,"2013-12-30 00:00",4.56,"2013-12-18 00:00","","","","",6.56,6.56,4.64,4.56,3.68,2.08,0.8,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","45201",3,37.765946,-122.399044,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,1.037773,0.669945,2.602,"2013-01-16 00:00",2.6,"2013-04-10 00:00",1.873,"2013-02-09 00:00",1.861,"2013-04-22 00:00","","","","",2.602,2.602,2.6,1.873,1.302,0.892,0.5,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","45201",4,37.765946,-122.399044,"NAD83","Benzene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.355,0.502046,0.71,"2013-07-15 00:00",0,"2013-05-16 00:00","","","","","","","","",0.71,0.71,0.71,0.71,0.71,0.71,0,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","45201",5,37.765946,-122.399044,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.256129,0.676539,2.7,"2013-12-30 00:00",2.46,"2013-01-16 00:00",2.28,"2013-01-04 00:00",2.28,"2013-10-31 00:00","","","","",2.7,2.7,2.46,2.28,1.74,1.2,0.49,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","45202",3,37.765946,-122.399044,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,2.091818,1.384145,5.508,"2013-01-16 00:00",5.019,"2013-04-22 00:00",4.581,"2013-04-10 00:00",3.19,"2013-02-09 00:00","","","","",5.508,5.508,5.019,4.581,2.46,1.61,0.74,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","45202",4,37.765946,-122.399044,"NAD83","Toluene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,1.39,0.084853,1.45,"2013-05-16 00:00",1.33,"2013-07-15 00:00","","","","","","","","",1.45,1.45,1.45,1.45,1.45,1.45,1.33,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","45202",5,37.765946,-122.399044,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,3.131935,2.003351,8.4,"2013-10-31 00:00",6.23,"2013-12-30 00:00",6.09,"2013-12-18 00:00",5.67,"2013-11-12 00:00","","","","",8.4,8.4,6.23,5.67,4.55,2.8,0.7,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","45203",3,37.765946,-122.399044,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.514682,0.348975,1.294,"2013-01-16 00:00",1.221,"2013-04-22 00:00",1.118,"2013-02-09 00:00",1.095,"2013-04-10 00:00","","","","",1.294,1.294,1.221,1.118,0.551,0.42,0.2,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","45203",4,37.765946,-122.399044,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.4,0.028284,0.42,"2013-05-16 00:00",0.38,"2013-07-15 00:00","","","","","","","","",0.42,0.42,0.42,0.42,0.42,0.42,0.38,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","45203",5,37.765946,-122.399044,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.833548,0.18679,1.84,"2013-10-31 00:00",0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00","","","","",1.84,1.84,0.8,0.8,0.8,0.8,0.8,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","45204",3,37.765946,-122.399044,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.711409,0.450758,1.601,"2013-04-22 00:00",1.54,"2013-04-10 00:00",1.525,"2013-01-16 00:00",1.49,"2013-02-09 00:00","","","","",1.601,1.601,1.54,1.525,0.82,0.62,0.27,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","075","0005","45204",4,37.765946,-122.399044,"NAD83","o-Xylene","24 HOUR","","Observed Values","Pressurized Canister - GC with Multiple Detectors",2013,"Parts per billion Carbon","No Events",2,100,0,0,0,0,"","","Certification not required",0,0.55,0.014142,0.56,"2013-07-15 00:00",0.54,"2013-05-16 00:00","","","","","","","","",0.56,0.56,0.56,0.56,0.56,0.56,0.54,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2013-09-16" +"06","075","0005","45204",5,37.765946,-122.399044,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.887742,0.586553,2.24,"2013-10-31 00:00",1.84,"2013-12-30 00:00",1.76,"2013-12-18 00:00",1.6,"2013-01-16 00:00","","","","",2.24,2.24,1.84,1.6,1.44,0.4,0.4,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","45220",5,37.765946,-122.399044,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-21" +"06","075","0005","81102",1,37.765946,-122.399044,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",32,97,30,31,0,0,0,0,"Certification not required",0,17.21875,11.201193,41,"2013-12-30 00:00",40,"2013-01-22 00:00",37,"2013-01-16 00:00",36,"2013-10-07 00:00","","","","",41,41,40,36,24,15,6,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","82180",1,37.765946,-122.399044,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",32,52,32,61,0,0,"","","Certification not required",0,77.8125,51.0998,220,"2013-05-04 00:00",160,"2013-04-10 00:00",160,"2013-10-07 00:00",150,"2013-03-17 00:00","","","","",220,220,160,150,110,70,30,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","82203",1,37.765946,-122.399044,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",32,52,32,61,0,0,"","","Certification not required",3,1.838594,1.954021,6.94,"2013-05-04 00:00",6.52,"2013-03-17 00:00",6.03,"2013-04-10 00:00",4.79,"2013-02-21 00:00","","","","",6.94,6.94,6.52,4.79,2.9,1.13,0.11,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","82301",1,37.765946,-122.399044,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",32,52,32,61,0,0,"","","Certification not required",14,0.4,0.841753,3.2,"2013-01-16 00:00",3.1,"2013-12-30 00:00",2.4,"2013-01-22 00:00",0.7,"2013-11-24 00:00","","","","",3.2,3.2,3.1,0.7,0.2,0.1,0.05,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","82306",1,37.765946,-122.399044,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",32,52,32,61,0,0,"","","Certification not required",0,2.003125,3.055981,11.9,"2013-12-30 00:00",11.5,"2013-01-16 00:00",9,"2013-01-22 00:00",3.7,"2013-12-18 00:00","","","","",11.9,11.9,11.5,3.7,2.5,0.8,0.3,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","82403",1,37.765946,-122.399044,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",32,52,32,61,0,0,"","","Certification not required",1,1.123438,0.450982,2.7,"2013-05-04 00:00",1.7,"2013-10-07 00:00",1.6,"2013-04-22 00:00",1.5,"2013-11-12 00:00","","","","",2.7,2.7,1.7,1.5,1.4,1.2,0.6,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","85101",1,37.765946,-122.399044,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",32,100,30,31,0,0,"","","Certification not required",0,18,11.648065,44,"2013-12-30 00:00",41,"2013-01-22 00:00",39,"2013-01-16 00:00",37,"2013-10-07 00:00","","","","",44,44,41,37,25,16,6,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-02-19" +"06","075","0005","88101",3,37.765946,-122.399044,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8355,95,359,365,0,0,"","","Certification not required",0,10.173668,7.739373,70,"2013-10-04 14:00",70,"2013-12-17 09:00",68,"2013-12-17 08:00",63,"2013-12-17 06:00","","","","",36,31,25,20,14,9,2,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","88101",3,37.765946,-122.399044,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,2,2,"Certification not required",0,10.073654,6.351258,48.5,"2013-12-17 00:00",37.2,"2013-01-23 00:00",30.6,"2013-12-23 00:00",29.2,"2013-12-24 00:00","","","","",29.2,27.8,22,18.2,13.2,8.6,3.4,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","075","0005","88101",3,37.765946,-122.399044,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,"","","Certification not required",0,10.073654,6.351258,48.5,"2013-12-17 00:00",37.2,"2013-01-23 00:00",30.6,"2013-12-23 00:00",29.2,"2013-12-24 00:00","","","","",29.2,27.8,22,18.2,13.2,8.6,3.4,"San Francisco - Arkansas St.","10 ARKANSAS ST.","California","San Francisco","San Francisco","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","077","1002","12102",7,37.950741,-121.268523,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0042,0.003194,0.009,"2013-01-04 00:00",0.006,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.009,0.009,0.009,0.009,0.006,0.002,0.002,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12102",8,37.950741,-121.268523,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.004,0.003082,0.009,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00","","","","",0.009,0.009,0.009,0.009,0.005,0.002,0.002,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12103",7,37.950741,-121.268523,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12103",8,37.950741,-121.268523,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12110",7,37.950741,-121.268523,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12110",8,37.950741,-121.268523,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12112",7,37.950741,-121.268523,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0038,0.001643,0.006,"2013-01-16 00:00",0.005,"2013-01-04 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-21 00:00","","","","",0.006,0.006,0.006,0.006,0.005,0.003,0.002,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12112",8,37.950741,-121.268523,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0034,0.001673,0.006,"2013-01-16 00:00",0.004,"2013-01-04 00:00",0.003,"2013-02-09 00:00",0.002,"2013-01-28 00:00","","","","",0.006,0.006,0.006,0.006,0.004,0.003,0.002,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12113",7,37.950741,-121.268523,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12113",8,37.950741,-121.268523,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12114",7,37.950741,-121.268523,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.02016,0.013395,0.037,"2013-01-16 00:00",0.032,"2013-01-04 00:00",0.014,"2013-02-09 00:00",0.01,"2013-02-21 00:00","","","","",0.037,0.037,0.037,0.037,0.032,0.014,0.0078,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12114",8,37.950741,-121.268523,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01818,0.014373,0.035,"2013-01-16 00:00",0.032,"2013-01-04 00:00",0.013,"2013-02-09 00:00",0.0063,"2013-02-21 00:00","","","","",0.035,0.035,0.035,0.035,0.032,0.013,0.0046,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12115",1,37.950741,-121.268523,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-01-31" +"06","077","1002","12115",2,37.950741,-121.268523,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-01-31" +"06","077","1002","12126",7,37.950741,-121.268523,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.94,0.643584,1.9,"2013-01-16 00:00",1.3,"2013-01-04 00:00",0.6,"2013-02-09 00:00",0.52,"2013-02-21 00:00","","","","",1.9,1.9,1.9,1.9,1.3,0.6,0.38,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12126",8,37.950741,-121.268523,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.812,0.679316,1.8,"2013-01-16 00:00",1.2,"2013-01-04 00:00",0.59,"2013-02-09 00:00",0.28,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.2,0.59,0.19,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12128",7,37.950741,-121.268523,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0066,0.006137,0.016,"2013-01-04 00:00",0.0097,"2013-01-16 00:00",0.003,"2013-02-09 00:00",0.0024,"2013-02-21 00:00","","","","",0.016,0.016,0.016,0.016,0.0097,0.003,0.0019,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-06-28" +"06","077","1002","12128",8,37.950741,-121.268523,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00624,0.005845,0.015,"2013-01-04 00:00",0.0095,"2013-01-16 00:00",0.0031,"2013-02-09 00:00",0.0019,"2013-02-21 00:00","","","","",0.015,0.015,0.015,0.015,0.0095,0.0031,0.0017,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-06-28" +"06","077","1002","12132",7,37.950741,-121.268523,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0218,0.015369,0.045,"2013-01-16 00:00",0.03,"2013-01-04 00:00",0.014,"2013-02-21 00:00",0.01,"2013-01-28 00:00","","","","",0.045,0.045,0.045,0.045,0.03,0.014,0.01,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12132",8,37.950741,-121.268523,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0206,0.016334,0.045,"2013-01-16 00:00",0.03,"2013-01-04 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.045,0.045,0.045,0.045,0.03,0.01,0.008,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12134",7,37.950741,-121.268523,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12134",8,37.950741,-121.268523,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12136",7,37.950741,-121.268523,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12136",8,37.950741,-121.268523,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12150",7,37.950741,-121.268523,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12150",8,37.950741,-121.268523,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12154",7,37.950741,-121.268523,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12154",8,37.950741,-121.268523,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12160",7,37.950741,-121.268523,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12160",8,37.950741,-121.268523,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12161",7,37.950741,-121.268523,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.0159,0.011261,0.033,"2013-01-16 00:00",0.021,"2013-01-04 00:00",0.011,"2013-02-21 00:00",0.01,"2013-02-09 00:00","","","","",0.033,0.033,0.033,0.033,0.021,0.011,0.0045,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12161",8,37.950741,-121.268523,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0138,0.011049,0.03,"2013-01-16 00:00",0.02,"2013-01-04 00:00",0.01,"2013-02-09 00:00",0.0045,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.01,0.0045,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12164",7,37.950741,-121.268523,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00096,0.00047,0.0018,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0018,0.0018,0.0018,0.0018,0.00075,0.00075,0.00075,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12164",8,37.950741,-121.268523,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00096,0.00047,0.0018,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0018,0.0018,0.0018,0.0018,0.00075,0.00075,0.00075,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12167",7,37.950741,-121.268523,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0522,0.029634,0.1,"2013-01-16 00:00",0.062,"2013-01-04 00:00",0.036,"2013-02-09 00:00",0.034,"2013-02-21 00:00","","","","",0.1,0.1,0.1,0.1,0.062,0.036,0.029,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12167",8,37.950741,-121.268523,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.049,0.027322,0.089,"2013-01-16 00:00",0.062,"2013-01-04 00:00",0.045,"2013-02-09 00:00",0.025,"2013-01-28 00:00","","","","",0.089,0.089,0.089,0.089,0.062,0.045,0.024,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12168",7,37.950741,-121.268523,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01338,0.017875,0.045,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.0046,"2013-02-21 00:00",0.0041,"2013-01-28 00:00","","","","",0.045,0.045,0.045,0.045,0.01,0.0046,0.0032,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12168",8,37.950741,-121.268523,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0124,0.016907,0.042,"2013-01-04 00:00",0.011,"2013-01-16 00:00",0.0032,"2013-01-28 00:00",0.0032,"2013-02-09 00:00","","","","",0.042,0.042,0.042,0.042,0.011,0.0032,0.0026,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12169",7,37.950741,-121.268523,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0.169558,0.57,"2013-01-16 00:00",0.34,"2013-01-04 00:00",0.26,"2013-02-21 00:00",0.2,"2013-02-09 00:00","","","","",0.57,0.57,0.57,0.57,0.34,0.26,0.13,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12169",8,37.950741,-121.268523,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.284,0.204768,0.62,"2013-01-16 00:00",0.33,"2013-01-04 00:00",0.2,"2013-02-21 00:00",0.16,"2013-02-09 00:00","","","","",0.62,0.62,0.62,0.62,0.33,0.2,0.11,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12185",7,37.950741,-121.268523,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00096,0.00047,0.0018,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0018,0.0018,0.0018,0.0018,0.00075,0.00075,0.00075,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","12185",8,37.950741,-121.268523,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.00094,0.000425,0.0017,"2013-01-16 00:00",0.00075,"2013-01-04 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.0017,0.0017,0.0017,0.0017,0.00075,0.00075,0.00075,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-04-26" +"06","077","1002","42101",1,37.950741,-121.268523,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",2747,31,119,365,0,133,0,0,"Certification not required",2239,0.348471,0.250457,2.2,"2013-01-17 20:00",2.1,"2013-01-21 23:00",2,"2013-01-21 22:00",2,"2013-01-22 00:00","","","","",1.5,1.2,0.9,0.7,0.25,0.25,0.25,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-10-29" +"06","077","1002","42101",1,37.950741,-121.268523,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2856,33,118,365,0,0,0,0,"Certification not required",0,0.379727,0.180053,1.6,"2013-01-16 04:00",1.6,"2013-01-22 01:00",1.5,"2013-01-16 02:00",1.5,"2013-01-16 03:00",1.6,"2013-01-16 04:00",1.6,"2013-01-22 01:00",1.2,1,0.8,0.6,0.4,0.3,0.3,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-10-29" +"06","077","1002","42101",3,37.950741,-121.268523,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",1617,18,67,365,0,0,0,0,"Certification not required",1,0.189739,0.054735,0.673,"2013-05-03 05:00",0.626,"2013-05-03 07:00",0.555,"2013-05-24 05:00",0.543,"2013-05-13 05:00","","","","",0.369,0.336,0.285,0.246,0.211,0.182,0.138,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","42101",3,37.950741,-121.268523,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",1644,19,64,365,0,0,0,0,"Certification not required",0,0.196107,0.049924,0.5,"2013-05-03 07:00",0.4,"2013-05-02 03:00",0.4,"2013-05-02 04:00",0.4,"2013-05-02 05:00",0.5,"2013-05-03 07:00",0.4,"2013-05-02 03:00",0.4,0.3,0.3,0.2,0.2,0.2,0.1,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","42600",3,37.950741,-121.268523,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",1629,28,67,245,0,0,"","","Certification not required",0,8.844506,4.665111,42.8,"2013-05-03 05:00",39.8,"2013-05-03 07:00",37.7,"2013-05-03 03:00",36.5,"2013-05-03 06:00","","","","",24.6,21.8,17.7,14.8,10.6,7.7,4.4,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","42601",2,37.950741,-121.268523,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2746,95,119,120,0,134,"","","Certification not required",0,16.990896,30.921422,214,"2013-01-18 07:00",213,"2013-01-18 09:00",206,"2013-01-21 23:00",200,"2013-01-17 20:00","","","","",160,120,83,55,18,3,0,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-11-08" +"06","077","1002","42601",3,37.950741,-121.268523,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",1620,28,67,245,0,0,"","","Certification not required",0,2.059259,3.79648,60.1,"2013-05-13 05:00",43.6,"2013-05-03 06:00",42.7,"2013-05-24 05:00",37.8,"2013-05-03 07:00","","","","",19,12.3,7.4,4.8,2.3,0.9,0.1,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","42602",2,37.950741,-121.268523,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2746,31,119,365,0,134,0,"","Certification not required",0,31.436975,9.884621,54,"2013-01-18 10:00",54,"2013-03-13 20:00",52,"2013-02-27 19:00",50,"2013-02-12 20:00","","","","",54,52,49,45,38,31,18,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-11-08" +"06","077","1002","42602",2,37.950741,-121.268523,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2746,31,119,365,0,134,"","","Certification not required",0,17.383103,9.952254,54,"2013-01-18 10:00",54,"2013-03-13 20:00",52,"2013-02-27 19:00",51,"2013-02-27 20:00","","","","",45,42,37,32,23,15,7,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-11-08" +"06","077","1002","42603",2,37.950741,-121.268523,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2746,95,119,120,0,134,"","","Certification not required",0,34.299709,37.876082,262,"2013-01-18 09:00",248,"2013-01-18 07:00",243,"2013-01-17 20:00",239,"2013-01-21 23:00","","","","",192,152,114,85,44,18,8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-11-08" +"06","077","1002","42612",3,37.950741,-121.268523,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",1622,28,67,245,0,0,"","","Certification not required",0,10.81307,7.229601,120.1,"2013-05-03 05:00",77.7,"2013-05-03 07:00",73.1,"2013-05-24 05:00",54.3,"2013-05-13 06:00","","","","",35.9,30.9,22.9,18.6,12.7,9.1,5,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","43218",5,37.950741,-121.268523,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.255333,0.303357,1.44,"2013-01-16 00:00",0.72,"2013-01-04 00:00",0.64,"2013-10-19 00:00",0.56,"2013-11-30 00:00","","","","",1.44,1.44,0.72,0.64,0.4,0.08,0.08,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43359",5,37.950741,-121.268523,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,1.242857,1.338293,6.8,"2013-05-16 00:00",3.2,"2013-07-27 00:00",2.5,"2013-06-09 00:00",2.3,"2013-11-24 00:00","","","","",6.8,6.8,3.2,2.5,1.7,0.73,0.36,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43502",5,37.950741,-121.268523,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,2.44375,1.112375,5.3,"2013-10-19 00:00",4.4,"2013-10-07 00:00",4.3,"2013-07-03 00:00",4.1,"2013-12-30 00:00","","","","",5.3,5.3,4.4,4.1,3.1,2.5,1.1,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43502",6,37.950741,-121.268523,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,2.329032,1.082649,5.2,"2013-10-19 00:00",4.2,"2013-10-07 00:00",4.2,"2013-12-30 00:00",3.9,"2013-11-12 00:00","","","","",5.2,5.2,4.2,3.9,3,2.3,1.1,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43503",5,37.950741,-121.268523,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,2.275,1.699905,6.8,"2013-12-30 00:00",6.6,"2013-10-19 00:00",5,"2013-10-07 00:00",4.2,"2013-11-12 00:00","","","","",6.8,6.8,6.6,4.2,3.6,1.6,0.8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43503",6,37.950741,-121.268523,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",0,2.248387,1.724504,6.8,"2013-12-30 00:00",6.4,"2013-10-19 00:00",4.8,"2013-10-07 00:00",4.2,"2013-12-18 00:00","","","","",6.8,6.8,6.4,4.2,3.6,1.6,0.8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43505",5,37.950741,-121.268523,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.064,1.315116,4.2,"2013-02-09 00:00",2.28,"2013-01-04 00:00",1.83,"2013-01-16 00:00",1.08,"2013-01-28 00:00","","","","",4.2,4.2,4.2,4.2,2.28,1.83,0.93,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-06-17" +"06","077","1002","43551",5,37.950741,-121.268523,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,17.52,10.772047,33,"2013-02-09 00:00",21.3,"2013-01-16 00:00",18.6,"2013-01-04 00:00",8.4,"2013-02-21 00:00","","","","",33,33,33,33,21.3,18.6,6.3,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-06-17" +"06","077","1002","43552",5,37.950741,-121.268523,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",21,0.56875,0.664509,3.2,"2013-12-30 00:00",1.6,"2013-10-19 00:00",1.6,"2013-12-18 00:00",1.2,"2013-01-16 00:00","","","","",3.2,3.2,1.6,1.2,0.8,0.2,0.2,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43552",6,37.950741,-121.268523,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,1,"","","Certification not required",20,0.580645,0.672022,3.2,"2013-12-30 00:00",1.6,"2013-10-19 00:00",1.6,"2013-12-18 00:00",1.2,"2013-01-16 00:00","","","","",3.2,3.2,1.6,1.2,0.8,0.2,0.2,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43702",5,37.950741,-121.268523,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-06-17" +"06","077","1002","43802",5,37.950741,-121.268523,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.166,0.371257,2.1,"2013-08-20 00:00",0.32,"2013-01-04 00:00",0.23,"2013-04-22 00:00",0.22,"2013-01-16 00:00","","","","",2.1,2.1,0.32,0.23,0.13,0.1,0.05,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43803",5,37.950741,-121.268523,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.048667,0.098111,0.55,"2013-08-20 00:00",0.1,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.08,"2013-10-31 00:00","","","","",0.55,0.55,0.1,0.09,0.05,0.02,0.01,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43804",5,37.950741,-121.268523,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.080667,0.009803,0.1,"2013-10-07 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-28 00:00",0.09,"2013-04-22 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43814",5,37.950741,-121.268523,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43817",5,37.950741,-121.268523,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.021667,0.016833,0.07,"2013-08-20 00:00",0.05,"2013-01-16 00:00",0.05,"2013-10-07 00:00",0.04,"2013-03-17 00:00","","","","",0.07,0.07,0.05,0.05,0.04,0.01,0.01,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43819",5,37.950741,-121.268523,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.025,0.015702,0.1,"2013-10-31 00:00",0.05,"2013-12-06 00:00",0.04,"2013-11-30 00:00",0.03,"2013-10-07 00:00","","","","",0.1,0.1,0.05,0.04,0.02,0.02,0.02,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43824",5,37.950741,-121.268523,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43827",5,37.950741,-121.268523,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",28,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43830",5,37.950741,-121.268523,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.166,0.061398,0.42,"2013-12-18 00:00",0.36,"2013-12-06 00:00",0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00","","","","",0.42,0.42,0.36,0.15,0.15,0.15,0.15,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43831",5,37.950741,-121.268523,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.181,0.098553,0.57,"2013-12-06 00:00",0.45,"2013-12-18 00:00",0.36,"2013-11-30 00:00",0.15,"2013-01-04 00:00","","","","",0.57,0.57,0.45,0.36,0.15,0.15,0.15,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43834",5,37.950741,-121.268523,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",27,0.209286,0.049135,0.46,"2013-11-24 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00","","","","",0.46,0.46,0.2,0.2,0.2,0.2,0.2,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43848",5,37.950741,-121.268523,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,2,"","","Certification not required",9,1.044444,2.470679,13.2,"2013-11-24 00:00",2.2,"2013-01-16 00:00",1.16,"2013-10-07 00:00",1.12,"2013-10-31 00:00","","","","",13.2,13.2,2.2,1.16,0.96,0.46,0.2,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","43854",5,37.950741,-121.268523,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",19,0.471429,0.552045,2.6,"2013-11-24 00:00",1.78,"2013-08-20 00:00",0.94,"2013-10-31 00:00",0.88,"2013-01-16 00:00","","","","",2.6,2.6,1.78,0.94,0.6,0.2,0.2,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","44201",1,37.950741,-121.268523,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4372,50,181,365,0,134,0,0,"Certification not required",562,0.044729,0.012862,0.08,"2013-07-30 15:00",0.078,"2013-07-25 16:00",0.073,"2013-07-20 16:00",0.072,"2013-07-21 15:00","","","","",0.078,0.072,0.065,0.062,0.053,0.045,0.029,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","44201",1,37.950741,-121.268523,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4500,50,181,365,0,0,0,0,"Certification not required",0,0.038116,0.012259,0.064,"2013-05-03 12:00",0.063,"2013-07-30 10:00",0.062,"2013-07-20 11:00",0.06,"2013-07-21 11:00","","","","",0.063,0.06,0.057,0.052,0.046,0.04,0.02,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","44201",1,37.950741,-121.268523,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4500,50,181,365,0,0,0,0,"Certification not required",0,0.038116,0.012259,0.064,"2013-05-03 12:00",0.063,"2013-07-30 10:00",0.062,"2013-07-20 11:00",0.06,"2013-07-21 11:00","","","","",0.063,0.06,0.057,0.052,0.046,0.04,0.02,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","45109",5,37.950741,-121.268523,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,3.056,2.70392,9.6,"2013-01-16 00:00",9.6,"2013-10-19 00:00",6.56,"2013-11-30 00:00",6.4,"2013-10-07 00:00","","","","",9.6,9.6,9.6,6.56,5.2,2.08,0.8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","45201",5,37.950741,-121.268523,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,1.670333,1.298913,5.58,"2013-01-16 00:00",3.96,"2013-10-19 00:00",3.42,"2013-01-04 00:00",3.42,"2013-11-24 00:00","","","","",5.58,5.58,3.96,3.42,2.64,1.14,0.52,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","45202",5,37.950741,-121.268523,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,4.356333,3.828796,14.7,"2013-10-19 00:00",12.6,"2013-01-16 00:00",9.8,"2013-10-07 00:00",9.1,"2013-11-24 00:00","","","","",14.7,14.7,12.6,9.8,7.7,2.31,0.7,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","45203",5,37.950741,-121.268523,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,1.090667,0.577455,2.72,"2013-01-16 00:00",2.72,"2013-10-19 00:00",1.92,"2013-10-07 00:00",1.84,"2013-10-31 00:00","","","","",2.72,2.72,2.72,1.92,0.8,0.8,0.8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","45204",5,37.950741,-121.268523,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,1.16,0.993163,3.52,"2013-01-16 00:00",3.52,"2013-10-19 00:00",2.56,"2013-10-07 00:00",2.4,"2013-11-30 00:00","","","","",3.52,3.52,3.52,2.56,2,0.8,0.4,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","45220",5,37.950741,-121.268523,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,2,"","","Certification not required",0,0.432,0.175271,1.36,"2013-01-16 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",1.36,1.36,0.4,0.4,0.4,0.4,0.4,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-02-21" +"06","077","1002","61103",1,37.950741,-121.268523,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",4414,50,182,365,0,1,"","","Certification not required",0,3.025351,1.804282,11,"2013-03-08 17:00",11,"2013-04-08 10:00",11,"2013-04-08 12:00",11,"2013-04-09 16:00","","","","",9,8,6.5,5,4,3,1,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","61104",1,37.950741,-121.268523,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",4414,50,182,365,0,1,"","","Certification not required",0,244.275261,99.561334,360,"2013-01-03 19:00",360,"2013-03-04 21:00",360,"2013-04-04 03:00",360,"2013-06-07 03:00","","","","",356,353,346,339,317,283,69,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","62101",1,37.950741,-121.268523,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2879,99,120,121,0,1,"","","Certification not required",0,57.97256,12.818111,97,"2013-04-29 15:00",95,"2013-04-28 14:00",95,"2013-04-28 15:00",95,"2013-04-28 16:00","","","","",90,86,81,75,66,57,41,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-04" +"06","077","1002","62102",1,37.950741,-121.268523,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1535,26,62,245,0,0,"","","Certification not required",0,75.381107,11.116723,106,"2013-06-08 15:00",105,"2013-06-08 14:00",105,"2013-06-29 15:00",105,"2013-06-29 16:00","","","","",103,101,95,91,83,74,62,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","62201",1,37.950741,-121.268523,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",2879,99,120,121,0,1,"","","Certification not required",0,57.940257,19.704274,89,"2013-01-26 08:00",88,"2013-01-26 02:00",88,"2013-01-26 03:00",88,"2013-01-26 04:00","","","","",86,86,84,82,75,60,31,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-04" +"06","077","1002","81102",2,37.950741,-121.268523,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,87,53,61,0,6,0,0,"Certification not required",0,27.859649,16.389717,69,"2013-11-06 00:00",67,"2013-01-22 00:00",66,"2013-01-16 00:00",65,"2013-10-19 00:00","","","","",69,67,66,49,40,23,12,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-01-22" +"06","077","1002","85101",1,37.950741,-121.268523,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,53,61,0,6,"","","Certification not required",0,28.614035,17.073114,72,"2013-11-06 00:00",71,"2013-01-16 00:00",71,"2013-01-22 00:00",66,"2013-10-19 00:00","","","","",72,71,71,51,39,24,12,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2014-01-22" +"06","077","1002","88101",3,37.950741,-121.268523,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4702,54,197,365,0,15,"","","Certification not required",0,16.310719,11.969996,105,"2013-05-20 16:00",98,"2013-05-13 15:00",82,"2013-01-22 02:00",80,"2013-01-17 22:00","","","","",64,55,40,31,20,13,6,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","88101",3,37.950741,-121.268523,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",197,54,197,365,0,0,10,10,"Certification not required",0,16.279695,9.816864,64.4,"2013-01-23 00:00",56.3,"2013-01-22 00:00",51.5,"2013-01-17 00:00",49.3,"2013-01-16 00:00","","","","",56.3,49.3,35.5,29.8,18.4,13.3,8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","88101",3,37.950741,-121.268523,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",197,54,197,365,0,0,"","","Certification not required",0,16.279695,9.816864,64.4,"2013-01-23 00:00",56.3,"2013-01-22 00:00",51.5,"2013-01-17 00:00",49.3,"2013-01-16 00:00","","","","",56.3,49.3,35.5,29.8,18.4,13.3,8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","88101",4,37.950741,-121.268523,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4664,53,196,365,0,15,"","","Certification not required",0,11.209906,10.768911,76,"2013-01-23 15:00",74,"2013-01-22 01:00",72,"2013-01-23 13:00",70,"2013-01-17 22:00","","","","",55,46,32,25,14,8,2,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","88101",4,37.950741,-121.268523,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",195,53,195,365,0,0,5,5,"Certification not required",0,11.158462,9.17493,55.5,"2013-01-23 00:00",48,"2013-01-22 00:00",43.6,"2013-01-17 00:00",43.2,"2013-01-05 00:00","","","","",48,43.2,29,23.9,12.6,8.2,3.8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","1002","88101",4,37.950741,-121.268523,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",195,53,195,365,0,0,"","","Certification not required",0,11.158462,9.17493,55.5,"2013-01-23 00:00",48,"2013-01-22 00:00",43.6,"2013-01-17 00:00",43.2,"2013-01-05 00:00","","","","",48,43.2,29,23.9,12.6,8.2,3.8,"HAZELTON-HD, STOCKTON","HAZELTON-HD, STOCKTON","California","San Joaquin","Stockton","Stockton, CA","2013-12-13" +"06","077","2010","61101",1,37.682594,-121.443417,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6482,74,271,365,0,70,"","","Certification not required",0,5.128139,2.608789,18.2,"2013-04-08 10:00",17.4,"2013-04-08 09:00",17.4,"2013-04-08 11:00",16.5,"2013-05-21 14:00","","","","",13,12.2,9.6,8.7,6.9,5.2,1.7,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","61102",1,37.682594,-121.443417,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6482,74,271,365,0,70,"","","Certification not required",0,271.223696,82.562861,360,"2013-07-17 04:00",360,"2013-07-18 02:00",360,"2013-08-05 06:00",360,"2013-08-26 06:00","","","","",355,350,341,333,320,300,134,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","61103",1,37.682594,-121.443417,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6452,74,269,365,0,100,"","","Certification not required",0,4.736764,2.585524,17.4,"2013-04-08 10:00",16.5,"2013-04-08 09:00",16.5,"2013-04-08 11:00",15.6,"2013-03-06 00:00","","","","",12.2,11.3,9.6,7.8,6.1,4.3,1.7,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","61104",1,37.682594,-121.443417,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6452,74,269,365,0,100,"","","Certification not required",0,272.609733,80.477267,360,"2013-02-11 16:00",360,"2013-03-18 01:00",360,"2013-05-06 00:00",360,"2013-06-26 02:00","","","","",355,350,341,333,321,300,140,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","62101",1,37.682594,-121.443417,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6538,75,273,365,0,14,"","","Certification not required",0,64.041756,14.249689,104,"2013-07-04 15:00",102,"2013-06-08 14:00",102,"2013-06-08 15:00",102,"2013-06-08 16:00","","","","",97,93,88,84,73,64,45,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","64101",1,37.682594,-121.443417,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6538,75,273,365,0,14,"","","Certification not required",0,1014.662802,5.192888,1031.9,"2013-01-15 08:00",1031.9,"2013-01-15 09:00",1031.9,"2013-01-15 10:00",1031.9,"2013-01-15 11:00","","","","",1027.9,1025.2,1023.9,1021.2,1018.6,1014.6,1007.9,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","81102",3,37.682594,-121.443417,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6143,70,253,365,0,409,"","","Certification not required",0,27.469803,28.436439,809,"2013-04-08 10:00",621,"2013-04-08 11:00",530,"2013-04-08 12:00",510,"2013-09-24 16:00","","","","",106,82,58,47,34,23,9,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","81102",3,37.682594,-121.443417,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",253,69,253,365,0,0,0,0,"Certification not required",0,27.233202,14.59496,139,"2013-04-08 00:00",111,"2013-05-21 00:00",107,"2013-04-30 00:00",62,"2013-09-18 00:00","","","","",107,55,48,42,32,26,13,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","85101",3,37.682594,-121.443417,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6149,70,254,365,0,403,"","","Certification not required",0,28.008619,28.742724,834,"2013-04-08 10:00",638,"2013-04-08 11:00",543,"2013-04-08 12:00",515,"2013-09-24 16:00","","","","",108,82,58,47,34,23,9,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","88101",3,37.682594,-121.443417,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6478,74,273,365,0,74,"","","Certification not required",0,9.809818,9.376961,92,"2013-02-02 01:00",91,"2013-01-01 00:00",70,"2013-01-22 20:00",68,"2013-01-22 19:00","","","","",48,39,29,22,12,7,2,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","88101",3,37.682594,-121.443417,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,5,5,"Certification not required",0,9.756458,8.075089,52.4,"2013-01-23 00:00",43.6,"2013-01-22 00:00",43.5,"2013-01-05 00:00",37.1,"2013-01-17 00:00","","","","",43.5,34.7,27.9,21.4,10.8,7.2,3.3,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","2010","88101",3,37.682594,-121.443417,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,9.796324,8.086948,52.4,"2013-01-23 00:00",43.6,"2013-01-22 00:00",43.5,"2013-01-05 00:00",37.1,"2013-01-17 00:00","","","","",43.5,34.7,27.9,21.4,11,7.2,3.3,"Manteca","530 Fishback Road Manteca, CA","California","San Joaquin","","Stockton, CA","2013-12-18" +"06","077","3005","42601",1,37.6825,-121.44056,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5750,66,254,365,0,1546,"","","Certification not required",0,1.525043,3.465404,54,"2013-01-15 09:00",43,"2013-01-08 06:00",43,"2013-01-23 11:00",42,"2013-01-08 09:00","","","","",17,13,7,4,1,1,0,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","42602",1,37.6825,-121.44056,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5750,66,254,365,0,1546,0,"","Certification not required",0,14.153543,7.219597,33,"2013-08-19 06:00",32,"2013-10-23 07:00",31,"2013-03-12 05:00",31,"2013-04-19 05:00","","","","",31,30,28,25,19,13,5,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","42602",1,37.6825,-121.44056,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5750,66,254,365,0,1546,"","","Certification not required",0,5.678087,4.981705,33,"2013-08-19 06:00",32,"2013-10-23 07:00",31,"2013-03-12 05:00",31,"2013-04-19 05:00","","","","",24,20,16,12,8,4,1,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","42603",1,37.6825,-121.44056,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5750,66,254,365,0,1546,"","","Certification not required",0,7.212522,7.601877,82,"2013-01-15 09:00",69,"2013-02-27 09:00",68,"2013-01-23 11:00",64,"2013-01-23 13:00","","","","",37,32,23,16,9,5,2,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","44201",1,37.6825,-121.44056,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4972,62,225,365,0,2324,0,0,"Certification not required",88,0.051862,0.01364,0.096,"2013-07-19 17:00",0.093,"2013-08-19 16:00",0.091,"2013-09-09 15:00",0.084,"2013-07-30 15:00","","","","",0.091,0.082,0.076,0.072,0.06,0.05,0.036,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","44201",1,37.6825,-121.44056,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5353,61,222,365,0,0,0,0,"Certification not required",0,0.045604,0.011877,0.082,"2013-08-19 11:00",0.08,"2013-07-19 12:00",0.073,"2013-07-20 11:00",0.073,"2013-09-08 12:00","","","","",0.073,0.072,0.066,0.063,0.052,0.045,0.031,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","44201",1,37.6825,-121.44056,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5353,61,222,365,0,0,2,2,"Certification not required",0,0.045604,0.011877,0.082,"2013-08-19 11:00",0.08,"2013-07-19 12:00",0.073,"2013-07-20 11:00",0.073,"2013-09-08 12:00","","","","",0.073,0.072,0.066,0.063,0.052,0.045,0.031,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","61101",1,37.6825,-121.44056,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7248,83,301,365,0,48,"","","Certification not required",0,7.546716,4.428286,39.9,"2013-10-27 20:00",39.1,"2013-10-27 21:00",33.9,"2013-10-27 22:00",31.3,"2013-10-27 19:00","","","","",20,18.2,15.6,13.9,10.4,6.1,2.6,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","61102",1,37.6825,-121.44056,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7247,83,301,365,0,49,"","","Certification not required",0,235.031323,97.741391,360,"2013-01-08 09:00",360,"2013-03-04 12:00",360,"2013-03-11 09:00",360,"2013-04-26 12:00","","","","",357,355,348,338,312,261,77,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","61103",1,37.6825,-121.44056,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7196,82,301,365,0,100,"","","Certification not required",0,7.028738,4.545519,39.1,"2013-10-27 20:00",38.2,"2013-10-27 21:00",33.9,"2013-10-27 22:00",30.4,"2013-10-27 19:00","","","","",20,17.4,15.6,13,10.4,6.1,1.7,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","61104",1,37.6825,-121.44056,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7196,82,301,365,0,100,"","","Certification not required",0,235.177182,97.099023,360,"2013-03-24 16:00",360,"2013-03-25 14:00",360,"2013-06-11 04:00",360,"2013-06-26 17:00","","","","",357,354,347,337,312,261,78,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","62101",1,37.6825,-121.44056,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7268,83,303,365,0,28,"","","Certification not required",0,65.793203,13.798976,105,"2013-06-08 16:00",105,"2013-07-04 14:00",105,"2013-07-04 15:00",104,"2013-06-08 15:00","","","","",98,94,89,85,75,65,47,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","64101",1,37.6825,-121.44056,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7235,83,301,365,0,61,"","","Certification not required",0,1008.364893,5.235941,1025,"2013-01-15 09:00",1025,"2013-01-15 10:00",1025,"2013-01-15 11:00",1024,"2013-01-15 07:00","","","","",1021,1019,1017,1016,1012,1008,1001,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","81102",3,37.6825,-121.44056,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6483,74,266,365,0,813,"","","Certification not required",0,21.45334,16.556434,248,"2013-08-19 21:00",195,"2013-10-27 18:00",193,"2013-10-03 11:00",180,"2013-09-18 12:00","","","","",77,67,51,41,28,17,6,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","81102",3,37.6825,-121.44056,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",266,73,266,365,0,0,0,0,"Certification not required",0,21.007519,10.992276,64,"2013-04-30 00:00",63,"2013-05-01 00:00",63,"2013-10-03 00:00",54,"2013-10-10 00:00","","","","",63,51,40,36,27,19,8,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","85101",3,37.6825,-121.44056,"NAD27","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6521,74,268,365,0,775,"","","Certification not required",0,21.73363,16.587573,240,"2013-08-19 21:00",200,"2013-10-27 18:00",195,"2013-10-03 11:00",177,"2013-09-18 12:00","","","","",79,67,52,42,28,18,7,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","88502",3,37.6825,-121.44056,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6590,75,273,365,0,706,"","","Certification not required",0,9.458574,7.135169,76,"2013-04-10 07:00",73,"2013-07-17 10:00",62,"2013-01-23 02:00",59,"2013-01-23 04:00","","","","",35,28,22,18,12,8,2,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3005","88502",3,37.6825,-121.44056,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,9.469231,5.434064,47.8,"2013-01-23 00:00",38.8,"2013-01-05 00:00",28.6,"2013-01-22 00:00",27.7,"2013-02-02 00:00","","","","",28.6,21.7,19,16.2,11.2,8.4,4.3,"TRACY AIRPORT","5749 S. TRACY BLVD., TRACY","California","San Joaquin","Tracy","Stockton, CA","2014-01-23" +"06","077","3010","81102",1,38.029626,-121.354026,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",46,75,46,61,0,12,0,0,"Certification not required",0,24.195652,13.985102,62,"2013-06-03 00:00",58,"2013-01-16 00:00",53,"2013-01-22 00:00",52,"2013-05-04 00:00","","","","",62,62,53,46,31,22,9," STOCKTON-WAGNER/HOLT","8778 BRATTLE PLACE, STOCKTON CA 95209","California","San Joaquin","Stockton","Stockton, CA","2014-01-22" +"06","077","3010","85101",1,38.029626,-121.354026,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,12,"","","Certification not required",0,24.934783,14.591325,64,"2013-01-16 00:00",62,"2013-06-03 00:00",57,"2013-01-22 00:00",52,"2013-05-04 00:00","","","","",64,64,57,48,31,22,10," STOCKTON-WAGNER/HOLT","8778 BRATTLE PLACE, STOCKTON CA 95209","California","San Joaquin","Stockton","Stockton, CA","2014-01-22" +"06","079","0005","44201",1,35.631629,-120.690977,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2750,33,120,365,0,0,0,0,"Certification not required",322,0.042858,0.009065,0.065,"2013-04-27 13:00",0.063,"2013-03-13 17:00",0.062,"2013-04-22 11:00",0.061,"2013-04-21 13:00","","","","",0.063,0.062,0.058,0.057,0.049,0.041,0.032,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","0005","44201",1,35.631629,-120.690977,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2861,33,119,365,0,0,0,0,"Certification not required",0,0.038134,0.009125,0.057,"2013-03-13 11:00",0.057,"2013-04-27 10:00",0.055,"2013-03-23 11:00",0.055,"2013-04-21 10:00","","","","",0.057,0.055,0.054,0.05,0.044,0.038,0.027,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","0005","44201",1,35.631629,-120.690977,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2861,33,119,365,0,0,0,0,"Certification not required",0,0.038134,0.009125,0.057,"2013-03-13 11:00",0.057,"2013-04-27 10:00",0.055,"2013-03-23 11:00",0.055,"2013-04-21 10:00","","","","",0.057,0.055,0.054,0.05,0.044,0.038,0.027,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","0005","61103",1,35.631629,-120.690977,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",2880,33,120,365,0,0,"","","Certification not required",0,3.162639,2.464282,13.3,"2013-04-08 13:00",13.3,"2013-04-08 14:00",13.2,"2013-04-08 15:00",13.2,"2013-04-15 18:00","","","","",10.3,9.6,8.3,6.9,4.4,2.4,0.8,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","0005","61104",1,35.631629,-120.690977,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",2880,33,120,365,0,0,"","","Certification not required",0,195.649653,95.482311,360,"2013-03-13 20:00",360,"2013-04-07 04:00",360,"2013-04-07 09:00",360,"2013-04-20 05:00","","","","",356,353,345,335,262,201,76,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","0005","62102",1,35.631629,-120.690977,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1464,17,61,365,0,0,"","","Certification not required",0,57.981557,10.871162,90,"2013-04-28 15:00",89,"2013-04-28 14:00",89,"2013-04-29 13:00",88,"2013-04-27 14:00","","","","",85,82,78,73,66,56,46,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","0005","85101",2,35.631629,-120.690977,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",2818,32,117,365,0,2,"","","Certification not required",137,16.413059,10.549261,105,"2013-01-22 17:00",82,"2013-04-24 17:00",72,"2013-01-18 22:00",70,"2013-04-14 16:00","","","","",52,43,35,30,22,14,6,"235 SANTA FE AVENUE, PASO ROBLES, CA","235 SANTA FE AVENUE, PASO ROBLES, CA","California","San Luis Obispo","El Paso de Robles (corporate name for Paso Robles)","San Luis Obispo-Paso Robles, CA","2013-12-04" +"06","079","2001","61103",1,35.12389,-120.63215,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8010,91,342,365,0,750,"","","Certification not required",0,3.369039,2.364389,15.8,"2013-04-16 11:00",15.7,"2013-01-06 10:00",15.5,"2013-05-29 10:00",15.4,"2013-04-08 14:00","","","","",11.2,10,7.9,6.6,4.6,2.7,1,"LE SAGE GOLF COURSE","9 LE SAGE DR., GROVER CITY","California","San Luis Obispo","Grover Beach","San Luis Obispo-Paso Robles, CA","2014-02-06" +"06","079","2001","61104",1,35.12389,-120.63215,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8010,91,342,365,0,750,"","","Certification not required",0,167.361423,113.390489,359,"2013-01-06 20:00",359,"2013-01-26 19:00",359,"2013-01-27 02:00",359,"2013-02-22 18:00","","","","",356,351,333,308,277,159,24,"LE SAGE GOLF COURSE","9 LE SAGE DR., GROVER CITY","California","San Luis Obispo","Grover Beach","San Luis Obispo-Paso Robles, CA","2014-02-06" +"06","079","2001","61106",1,35.12389,-120.63215,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8010,91,342,365,0,750,"","","Certification not required",0,27.663196,13.990305,84.8,"2013-12-27 08:00",81.7,"2013-09-25 07:00",80.2,"2013-07-27 15:00",80,"2013-05-12 10:00","","","","",65.4,61.6,54.9,48.5,36.9,23.8,12.9,"LE SAGE GOLF COURSE","9 LE SAGE DR., GROVER CITY","California","San Luis Obispo","Grover Beach","San Luis Obispo-Paso Robles, CA","2014-02-06" +"06","079","2004","42401",1,35.02083,-120.56388,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8117,93,354,365,0,643,1,"","Certification not required",0,4.463277,10.770333,146,"2013-05-19 12:00",68,"2013-04-27 02:00",55,"2013-05-18 16:00",53,"2013-04-28 05:00","","","","",53,34,16,7,4,2,0,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","42401",1,35.02083,-120.56388,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8117,93,354,365,0,643,"","","Certification not required",0,1.179377,3.900418,146,"2013-05-19 12:00",125,"2013-05-19 15:00",107,"2013-05-19 16:00",104,"2013-05-19 11:00","","","","",9,6,4,2,2,0,0,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","42401",1,35.02083,-120.56388,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,1.185028,2.076191,31,"2013-05-19 00:00",9.7,"2013-05-18 00:00",9.2,"2013-04-27 00:00",7.7,"2013-04-28 00:00","","","","",7.7,5,3.2,2.6,1.9,0.8,0,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","42401",1,35.02083,-120.56388,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2443,84,328,365,0,0,"",0,"Certification not required",0,1.18334,3.411614,90.3,"2013-05-19 17:00",76,"2013-05-19 14:00",69.3,"2013-05-19 11:00",43.3,"2013-05-18 17:00","","","","",10,6,3.6,2.6,2,0.3,0,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","42401",2,35.02083,-120.56388,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",97233,92,354,365,0,7873,"","","Certification not required",0,1.311263,6.665581,453,"2013-06-06 07:00",452,"2013-06-06 06:55",451,"2013-06-06 05:40",450,"2013-06-06 05:35","","","","",9,6,4,2,2,0,0,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","61103",1,35.02083,-120.56388,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8566,98,359,365,0,194,"","","Certification not required",0,3.845634,3.38889,22,"2013-04-08 15:00",21.6,"2013-05-05 10:00",21.6,"2013-05-05 11:00",21.3,"2013-05-23 14:00","","","","",16.5,14.4,11,7.8,5.3,2.8,0.9,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","61104",1,35.02083,-120.56388,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8566,98,359,365,0,194,"","","Certification not required",0,204.307611,101.942565,359,"2013-01-06 19:00",359,"2013-01-10 07:00",359,"2013-01-26 10:00",359,"2013-01-27 02:00","","","","",355,350,335,313,291,246,66,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","61106",1,35.02083,-120.56388,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8566,98,359,365,0,194,"","","Certification not required",0,25.332769,13.078589,81.5,"2013-04-24 02:00",78.7,"2013-03-01 06:00",77.6,"2013-09-24 04:00",77.6,"2013-12-19 21:00","","","","",65,60.3,52.7,45,30.8,22.5,10.6,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","62101",1,35.02083,-120.56388,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8649,99,359,365,0,111,"","","Certification not required",0,55.343392,6.739402,85,"2013-10-06 11:00",85,"2013-11-13 13:00",84,"2013-11-13 12:00",83,"2013-05-03 09:00","","","","",73,70,66,64,59,55,47,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","81102",3,35.02083,-120.56388,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8540,97,356,365,0,220,"","","Certification not required",453,29.745082,44.029215,642,"2013-09-03 13:00",490,"2013-05-05 10:00",489,"2013-03-16 13:00",476,"2013-09-25 14:00","","","","",255,193,93,50,31,19,5,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","81102",3,35.02083,-120.56388,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,29.33427,23.902456,132,"2013-05-22 00:00",125,"2013-09-25 00:00",122,"2013-05-30 00:00",106,"2013-06-20 00:00","","","","",106,100,82,63,38,22,8,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","85101",3,35.02083,-120.56388,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8543,98,356,365,0,217,"","","Certification not required",412,30.739553,45.023176,642,"2013-09-03 13:00",505,"2013-03-16 13:00",497,"2013-05-05 10:00",486,"2013-09-25 14:00","","","","",263,198,96,51,32,20,6,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","88101",1,35.02083,-120.56388,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8547,98,361,365,0,213,"","","Certification not required",0,9.77653,9.418782,136,"2013-09-03 13:00",122,"2013-09-03 14:00",111,"2013-05-30 13:00",95,"2013-05-30 14:00","","","","",55,42,23,17,12,8,2,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","88101",1,35.02083,-120.56388,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,9.735112,5.484562,32,"2013-05-30 00:00",30.2,"2013-05-22 00:00",28.3,"2013-06-20 00:00",26.7,"2013-09-25 00:00","","","","",26.7,24.8,20,16.7,12.7,9,3.6,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2004","88101",1,35.02083,-120.56388,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,9.735112,5.484562,32,"2013-05-30 00:00",30.2,"2013-05-22 00:00",28.3,"2013-06-20 00:00",26.7,"2013-09-25 00:00","","","","",26.7,24.8,20,16.7,12.7,9,3.6,"Unocal - Nipomo","1300 GUADALUPE RD., NIPOMO, CA., 93444","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-01-14" +"06","079","2006","44201",1,35.256577,-120.669861,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2749,33,120,365,0,0,0,0,"Certification not required",269,0.039492,0.005395,0.054,"2013-03-23 11:00",0.051,"2013-03-02 13:00",0.051,"2013-03-24 10:00",0.051,"2013-04-19 13:00","","","","",0.051,0.051,0.05,0.047,0.042,0.039,0.033,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","44201",1,35.256577,-120.669861,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2858,33,119,365,0,0,0,0,"Certification not required",0,0.035832,0.005782,0.051,"2013-03-23 09:00",0.048,"2013-03-24 09:00",0.047,"2013-04-18 10:00",0.047,"2013-04-21 11:00","","","","",0.048,0.047,0.046,0.043,0.039,0.036,0.028,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","44201",1,35.256577,-120.669861,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2858,33,119,365,0,0,0,0,"Certification not required",0,0.035832,0.005782,0.051,"2013-03-23 09:00",0.048,"2013-03-24 09:00",0.047,"2013-04-18 10:00",0.047,"2013-04-21 11:00","","","","",0.048,0.047,0.046,0.043,0.039,0.036,0.028,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","61103",1,35.256577,-120.669861,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",2879,33,120,365,0,0,"","","Certification not required",0,5.142063,4.073667,21.2,"2013-03-17 17:00",19.3,"2013-03-17 16:00",18.7,"2013-03-17 18:00",18.4,"2013-04-07 13:00","","","","",16.3,15.4,13.7,11.5,7.4,4.1,1,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","61104",1,35.256577,-120.669861,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",2879,33,120,365,0,0,"","","Certification not required",0,239.718305,85.112901,360,"2013-04-18 00:00",359,"2013-04-15 06:00",359,"2013-04-16 07:00",359,"2013-04-16 09:00","","","","",350,342,334,326,316,267,126,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","62102",1,35.256577,-120.669861,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1464,17,61,365,0,0,"","","Certification not required",0,55.90847,6.404978,80,"2013-03-01 13:00",79,"2013-04-20 10:00",78,"2013-03-01 12:00",77,"2013-04-20 11:00","","","","",74,72,68,65,60,55,49,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","85101",3,35.256577,-120.669861,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",2779,32,116,365,0,0,"","","Certification not required",258,16.305865,10.401134,75,"2013-01-22 08:00",68,"2013-01-22 01:00",65,"2013-02-17 09:00",58,"2013-02-17 07:00","","","","",44,41,35,30,23,15,4,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","88101",3,35.256577,-120.669861,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2748,31,118,365,0,0,"","","Certification not required",0,6.483261,4.90938,39,"2013-02-14 09:00",38,"2013-02-04 09:00",36,"2013-04-14 07:00",34,"2013-01-18 09:00","","","","",24,20,16,12,9,6,1,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","88101",3,35.256577,-120.669861,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",115,32,115,365,0,0,0,0,"Certification not required",0,6.437391,2.418005,12.9,"2013-02-14 00:00",12.8,"2013-04-12 00:00",11.6,"2013-04-14 00:00",11.6,"2013-04-21 00:00","","","","",12.8,11.6,10.5,9.3,8.2,6.3,3.5,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2006","88101",3,35.256577,-120.669861,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",115,32,115,365,0,0,"","","Certification not required",0,6.437391,2.418005,12.9,"2013-02-14 00:00",12.8,"2013-04-12 00:00",11.6,"2013-04-14 00:00",11.6,"2013-04-21 00:00","","","","",12.8,11.6,10.5,9.3,8.2,6.3,3.5,"SAN LUIS OBISPO","3220 SOUTH HIGUERA STREET, SAN LUIS OBISPO","California","San Luis Obispo","San Luis Obispo","San Luis Obispo-Paso Robles, CA","2013-10-25" +"06","079","2007","61103",1,35.03331,-120.584301,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8564,98,356,365,0,196,"","","Certification not required",0,3.543461,2.835069,19.9,"2013-05-05 11:00",19.9,"2013-05-05 12:00",18.2,"2013-05-05 14:00",18.1,"2013-05-05 13:00","","","","",12.2,10.9,9.1,7.7,5.3,2.4,0.9,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","61104",1,35.03331,-120.584301,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8564,98,356,365,0,196,"","","Certification not required",0,197.240659,108.781803,359,"2013-01-28 02:00",359,"2013-02-05 23:00",359,"2013-02-21 18:00",359,"2013-03-01 07:00","","","","",354,348,332,315,292,247,49,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","61106",1,35.03331,-120.584301,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8564,98,356,365,0,196,"","","Certification not required",0,25.05425,12.64958,78.7,"2013-01-03 02:00",76.2,"2013-05-29 20:00",76.2,"2013-11-21 22:00",75.7,"2013-12-01 22:00","","","","",62.5,58.1,51.6,44.3,32,20.3,12.9,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","81102",2,35.03331,-120.584301,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8612,98,360,365,0,148,"","","Certification not required",135,40.373084,60.157738,708,"2013-09-03 13:00",636,"2013-03-21 13:00",623,"2013-09-25 14:00",616,"2013-05-27 12:00","","","","",349,267,129,69,40,25,9,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","81102",2,35.03331,-120.584301,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",360,99,360,365,0,0,2,2,"Certification not required",0,39.938889,30.603068,163,"2013-05-22 00:00",158,"2013-09-25 00:00",152,"2013-04-08 00:00",148,"2013-08-01 00:00","","","","",148,130,112,81,51,30,13,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","85101",2,35.03331,-120.584301,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8612,98,360,365,0,148,"","","Certification not required",122,41.77392,61.647127,709,"2013-09-03 13:00",656,"2013-03-21 13:00",636,"2013-09-25 14:00",630,"2013-05-27 12:00","","","","",359,274,133,71,41,26,9,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","88101",1,35.03331,-120.584301,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8601,98,363,365,0,159,"","","Certification not required",0,12.524823,13.235387,162,"2013-09-03 13:00",158,"2013-09-03 14:00",155,"2013-09-25 13:00",155,"2013-09-25 14:00","","","","",76,60,30,21,14,10,3,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","88101",1,35.03331,-120.584301,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,2,2,"Certification not required",0,12.504444,6.738889,39.6,"2013-09-25 00:00",36.5,"2013-08-01 00:00",35.4,"2013-05-22 00:00",33.8,"2013-09-17 00:00","","","","",33.8,30.6,25.7,21,15.8,11.7,5.2,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","2007","88101",1,35.03331,-120.584301,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,12.504444,6.738889,39.6,"2013-09-25 00:00",36.5,"2013-08-01 00:00",35.4,"2013-05-22 00:00",33.8,"2013-09-17 00:00","","","","",33.8,30.6,25.7,21,15.8,11.7,5.2,"MESA CAL FIRE STATION 22","2391 Willow Road, Arroyo Grande, California","California","San Luis Obispo","Arroyo Grande","San Luis Obispo-Paso Robles, CA","2014-01-22" +"06","079","3001","42601",1,35.36631,-120.84271,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7967,91,347,365,0,793,"","","Certification not required",0,1.553031,3.174666,54,"2013-06-25 03:00",51,"2013-03-18 06:00",45,"2013-03-18 07:00",43,"2013-11-26 07:00","","","","",17,12,6,3,2,1,0,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","42602",1,35.36631,-120.84271,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7967,91,347,365,0,793,0,"","Certification not required",0,11.380403,8.769328,37,"2013-10-17 06:00",37,"2013-11-06 17:00",35,"2013-11-26 18:00",34,"2013-12-30 17:00","","","","",34,31,28,24,18,9,2,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","42602",1,35.36631,-120.84271,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7967,91,347,365,0,793,"","","Certification not required",0,3.499435,4.566959,37,"2013-10-17 06:00",37,"2013-11-06 17:00",35,"2013-11-26 18:00",34,"2013-12-30 17:00","","","","",22,19,13,9,4,2,0,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","42603",1,35.36631,-120.84271,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7967,91,347,365,0,793,"","","Certification not required",0,5.497678,7.201728,72,"2013-03-18 06:00",72,"2013-11-26 07:00",71,"2013-06-25 03:00",68,"2013-10-17 06:00","","","","",37,30,20,12,6,3,1,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","44201",1,35.36631,-120.84271,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8327,98,358,365,0,433,0,0,"Certification not required",54,0.037623,0.007433,0.056,"2013-10-16 14:00",0.056,"2013-10-17 15:00",0.055,"2013-03-23 11:00",0.053,"2013-05-04 18:00","","","","",0.053,0.052,0.05,0.047,0.043,0.038,0.028,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","44201",1,35.36631,-120.84271,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8641,97,353,365,0,0,0,0,"Certification not required",0,0.034397,0.007017,0.051,"2013-03-23 09:00",0.051,"2013-05-04 14:00",0.051,"2013-10-06 10:00",0.05,"2013-10-07 11:00","","","","",0.05,0.048,0.046,0.043,0.039,0.035,0.026,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","44201",1,35.36631,-120.84271,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8641,97,353,365,0,0,0,0,"Certification not required",0,0.034397,0.007017,0.051,"2013-03-23 09:00",0.051,"2013-05-04 14:00",0.051,"2013-10-06 10:00",0.05,"2013-10-07 11:00","","","","",0.05,0.048,0.046,0.043,0.039,0.035,0.026,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","61103",1,35.36631,-120.84271,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8464,97,348,365,0,296,"","","Certification not required",0,3.662134,2.334932,14.2,"2013-04-15 13:00",14,"2013-04-15 14:00",13.8,"2013-04-15 15:00",13.8,"2013-06-18 14:00","","","","",10.9,9.7,8.2,6.8,5,3.2,1,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","61104",1,35.36631,-120.84271,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8464,97,348,365,0,296,"","","Certification not required",0,189.479797,92.683579,359,"2013-02-18 00:00",359,"2013-02-18 01:00",359,"2013-03-11 11:00",359,"2013-08-06 23:00","","","","",341,321,304,293,272,224,64,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","3001","61106",1,35.36631,-120.84271,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8462,97,348,365,0,298,"","","Certification not required",0,25.087473,12.097749,81.8,"2013-01-17 11:00",80.7,"2013-06-04 06:00",80.2,"2013-05-20 03:00",78.7,"2013-08-14 03:00","","","","",64.4,59,51,43.6,29.3,22.1,12.7,"MORRO BAY POLICE DEPT STORAGE YARD","MORRO BAY BLVD & KERN AVE, MORRO BAY","California","San Luis Obispo","Morro Bay","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","4002","42601",1,35.03146,-120.50103,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8168,93,364,365,0,592,"","","Certification not required",0,0.416503,1.976384,60,"2013-01-16 08:00",48,"2013-12-13 08:00",41,"2013-01-23 09:00",38,"2013-12-17 08:00","","","","",8,4,2,1,0,0,0,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","42602",1,35.03146,-120.50103,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8168,93,364,365,0,592,0,"","Certification not required",0,9.43956,7.163896,35,"2013-12-11 19:00",34,"2013-02-15 19:00",34,"2013-12-14 19:00",33,"2013-12-16 18:00","","","","",33,30,24,19,13,8,2,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","42602",1,35.03146,-120.50103,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8168,93,364,365,0,592,"","","Certification not required",0,2.893119,3.759282,35,"2013-12-11 19:00",34,"2013-02-15 19:00",34,"2013-12-14 19:00",33,"2013-12-16 18:00","","","","",18,15,10,7,4,2,0,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","42603",1,35.03146,-120.50103,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8168,93,364,365,0,592,"","","Certification not required",0,3.718046,5.034686,88,"2013-01-16 08:00",72,"2013-12-13 08:00",67,"2013-01-23 09:00",61,"2013-12-17 08:00","","","","",24,19,12,9,4,2,1,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","44201",1,35.03146,-120.50103,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8280,98,358,365,0,480,0,0,"Certification not required",72,0.04074,0.008073,0.076,"2013-05-03 14:00",0.066,"2013-04-21 16:00",0.064,"2013-10-15 12:00",0.063,"2013-05-02 17:00","","","","",0.063,0.059,0.055,0.051,0.045,0.041,0.03,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","44201",1,35.03146,-120.50103,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8605,97,354,365,0,0,0,0,"Certification not required",0,0.037234,0.007662,0.072,"2013-05-03 08:00",0.059,"2013-10-15 10:00",0.058,"2013-05-02 11:00",0.056,"2013-03-23 11:00","","","","",0.056,0.055,0.052,0.046,0.041,0.037,0.028,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","44201",1,35.03146,-120.50103,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8605,97,354,365,0,0,0,0,"Certification not required",0,0.037234,0.007662,0.072,"2013-05-03 08:00",0.059,"2013-10-15 10:00",0.058,"2013-05-02 11:00",0.056,"2013-03-23 11:00","","","","",0.056,0.055,0.052,0.046,0.041,0.037,0.028,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","61103",1,35.03146,-120.50103,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8579,98,364,365,0,181,"","","Certification not required",0,2.699289,1.903436,16.1,"2013-05-05 12:00",15.7,"2013-05-05 13:00",15.2,"2013-05-05 14:00",14.1,"2013-05-05 11:00","","","","",7.8,6.9,6.1,5.5,4.1,2.2,0.7,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","61104",1,35.03146,-120.50103,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8578,98,364,365,0,182,"","","Certification not required",0,206.567965,97.778154,359,"2013-01-03 01:00",359,"2013-01-10 04:00",359,"2013-01-26 04:00",359,"2013-02-08 00:00","","","","",355,351,338,324,281,233,54,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","61106",1,35.03146,-120.50103,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8578,98,364,365,0,182,"","","Certification not required",0,30.443635,12.752935,84.5,"2013-10-05 02:00",83.9,"2013-09-10 08:00",82.7,"2013-02-27 07:00",82.7,"2013-10-04 01:00","","","","",67.6,62.6,55.8,50,37.7,26.4,17.2,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","62101",1,35.03146,-120.50103,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8751,100,365,365,0,9,"","","Certification not required",0,55.676608,8.169999,94,"2013-06-29 15:00",93,"2013-06-29 14:00",90,"2013-06-29 16:00",88,"2013-05-03 10:00","","","","",78,74,70,67,61,55,46,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","81102",2,35.03146,-120.50103,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8650,99,361,365,0,110,"","","Certification not required",134,25.611792,22.844026,410,"2013-10-02 07:00",295,"2013-10-02 09:00",259,"2013-03-16 13:00",234,"2013-08-01 13:00","","","","",128,99,65,46,31,20,8,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","81102",2,35.03146,-120.50103,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",361,99,361,365,0,0,0,0,"Certification not required",0,25.144044,13.471215,107,"2013-10-04 00:00",76,"2013-08-01 00:00",71,"2013-06-17 00:00",65,"2013-10-02 00:00","","","","",65,61,54,42,31,23,11,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","4002","85101",2,35.03146,-120.50103,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8650,99,361,365,0,110,"","","Certification not required",124,26.428092,23.276686,431,"2013-10-02 07:00",306,"2013-10-02 09:00",264,"2013-03-16 13:00",236,"2013-08-01 13:00","","","","",131,101,67,47,33,21,8,"NIPOMO REGIONAL PARK","NIPOMO REGIONAL PARK, NIPOMO, CA.","California","San Luis Obispo","Nipomo","San Luis Obispo-Paso Robles, CA","2014-02-11" +"06","079","8001","42601",1,35.49158,-120.66804,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7811,89,354,365,0,949,"","","Certification not required",0,3.389451,8.61679,90,"2013-01-31 08:00",90,"2013-12-18 08:00",78,"2013-01-30 07:00",77,"2013-12-18 07:00","","","","",46,34,20,10,2,0,0,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","42602",1,35.49158,-120.66804,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7811,89,354,365,0,949,0,"","Certification not required",0,17.135593,9.177428,42,"2013-11-12 18:00",42,"2013-12-16 17:00",40,"2013-12-30 17:00",39,"2013-02-27 19:00","","","","",39,37,35,31,23,16,6,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","42602",1,35.49158,-120.66804,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7811,89,354,365,0,949,"","","Certification not required",0,6.654974,6.671889,42,"2013-11-12 18:00",42,"2013-12-16 17:00",40,"2013-12-30 17:00",39,"2013-02-27 19:00","","","","",30,27,21,16,9,4,1,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","42603",1,35.49158,-120.66804,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7811,89,354,365,0,949,"","","Certification not required",0,10.446678,13.751212,114,"2013-12-18 08:00",110,"2013-12-17 17:00",105,"2013-12-13 21:00",103,"2013-01-31 08:00","","","","",67,56,39,27,13,5,1,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","44201",1,35.49158,-120.66804,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7886,98,357,365,0,874,0,0,"Certification not required",1175,0.045888,0.009635,0.073,"2013-05-03 12:00",0.071,"2013-06-01 14:00",0.068,"2013-05-02 12:00",0.068,"2013-10-18 13:00","","","","",0.068,0.067,0.064,0.059,0.052,0.045,0.035,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","44201",1,35.49158,-120.66804,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8557,96,352,365,0,0,0,0,"Certification not required",0,0.039773,0.009175,0.07,"2013-05-03 10:00",0.065,"2013-06-01 10:00",0.064,"2013-05-31 12:00",0.061,"2013-05-02 10:00","","","","",0.061,0.059,0.055,0.052,0.046,0.039,0.029,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","44201",1,35.49158,-120.66804,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8557,96,352,365,0,0,0,0,"Certification not required",0,0.039773,0.009175,0.07,"2013-05-03 10:00",0.065,"2013-06-01 10:00",0.064,"2013-05-31 12:00",0.061,"2013-05-02 10:00","","","","",0.061,0.059,0.055,0.052,0.046,0.039,0.029,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","61103",1,35.49158,-120.66804,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8695,99,365,365,0,65,"","","Certification not required",0,2.373916,2.160692,11.7,"2013-05-11 14:00",11.5,"2013-04-29 13:00",11.3,"2013-05-13 14:00",11,"2013-05-05 16:00","","","","",8.9,8.4,7.2,5.8,3.2,1.6,0.3,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","61104",1,35.49158,-120.66804,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8695,99,365,365,0,65,"","","Certification not required",0,170.030247,102.711666,359,"2013-01-16 23:00",359,"2013-02-03 05:00",359,"2013-02-06 12:00",359,"2013-02-06 22:00","","","","",357,356,348,322,230,199,16,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","61106",1,35.49158,-120.66804,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8694,99,365,365,0,66,"","","Certification not required",0,36.610053,15.757047,89.6,"2013-12-09 06:00",89.2,"2013-12-01 19:00",88.9,"2013-10-04 20:00",88.2,"2013-10-11 13:00","","","","",75,71.7,64.7,58.8,47.7,34.7,17.9,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","62101",1,35.49158,-120.66804,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8753,100,365,365,0,7,"","","Certification not required",0,57.611562,14.838209,106,"2013-06-30 13:00",106,"2013-06-30 14:00",105,"2013-06-29 13:00",105,"2013-06-30 15:00","","","","",93,90,84,78,68,56,39,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","81102",3,35.49158,-120.66804,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8626,98,361,365,0,134,"","","Certification not required",276,19.660677,14.011613,215,"2013-04-26 12:00",205,"2013-04-12 12:00",143,"2013-10-23 11:00",138,"2013-11-03 21:00","","","","",68,59,45,36,25,17,7,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","81102",3,35.49158,-120.66804,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",361,99,361,365,0,0,0,0,"Certification not required",0,19.174515,9.405082,59,"2013-10-04 00:00",55,"2013-11-03 00:00",50,"2013-10-05 00:00",44,"2013-12-14 00:00","","","","",44,42,37,32,25,18,8,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","85101",3,35.49158,-120.66804,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8627,98,361,365,0,133,"","","Certification not required",276,19.72076,13.996482,206,"2013-04-26 12:00",198,"2013-04-12 12:00",140,"2013-10-23 11:00",140,"2013-11-03 21:00","","","","",68,59,45,36,25,17,7,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","88101",3,35.49158,-120.66804,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8589,98,363,365,0,171,"","","Certification not required",0,7.607172,7.464951,63,"2013-12-14 23:00",63,"2013-12-15 00:00",60,"2013-12-13 20:00",55,"2013-12-13 21:00","","","","",35,30,23,17,10,6,0,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","88101",3,35.49158,-120.66804,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,0,0,"Certification not required",0,7.578393,5.281427,33,"2013-12-14 00:00",32.5,"2013-12-15 00:00",30.3,"2013-01-20 00:00",30.3,"2013-01-21 00:00","","","","",30.3,23.2,19,14.5,9,6.2,2.9,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8001","88101",3,35.49158,-120.66804,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,7.578393,5.281427,33,"2013-12-14 00:00",32.5,"2013-12-15 00:00",30.3,"2013-01-20 00:00",30.3,"2013-01-21 00:00","","","","",30.3,23.2,19,14.5,9,6.2,2.9,"ATASCADERO CITY FIRE DEPARTMENT","6005 LEWIS AVENUE, ATASCADERO, CA 93422","California","San Luis Obispo","Atascadero","San Luis Obispo-Paso Robles, CA","2014-01-13" +"06","079","8005","44201",1,35.64368,-120.23135,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8333,99,360,365,0,427,0,0,"Certification not required",0,0.052875,0.010864,0.087,"2013-07-21 01:00",0.083,"2013-06-02 00:00",0.081,"2013-06-01 19:00",0.081,"2013-07-20 23:00","","","","",0.081,0.078,0.072,0.067,0.06,0.052,0.039,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8005","44201",1,35.64368,-120.23135,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8677,98,359,365,0,0,0,0,"Certification not required",0,0.049585,0.010444,0.081,"2013-07-20 22:00",0.08,"2013-07-21 00:00",0.077,"2013-06-01 17:00",0.075,"2013-05-03 11:00","","","","",0.075,0.073,0.068,0.064,0.056,0.048,0.037,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8005","44201",1,35.64368,-120.23135,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8677,98,359,365,0,0,3,3,"Certification not required",0,0.049585,0.010444,0.081,"2013-07-20 22:00",0.08,"2013-07-21 00:00",0.077,"2013-06-01 17:00",0.075,"2013-05-03 11:00","","","","",0.075,0.073,0.068,0.064,0.056,0.048,0.037,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8005","61103",1,35.64368,-120.23135,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8696,99,363,365,0,64,"","","Certification not required",0,9.52431,5.107319,32.6,"2013-03-05 17:00",31,"2013-03-05 16:00",29.4,"2013-03-05 18:00",29.1,"2013-03-05 19:00","","","","",22.9,21.3,18.7,16.4,12.9,9.1,3.1,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8005","61104",1,35.64368,-120.23135,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8696,99,363,365,0,64,"","","Certification not required",0,163.970101,86.34133,359,"2013-06-11 10:00",359,"2013-11-21 10:00",358,"2013-02-20 14:00",358,"2013-04-17 23:00","","","","",325,303,273,264,253,116,70,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8005","61106",1,35.64368,-120.23135,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8696,99,363,365,0,64,"","","Certification not required",0,11.488339,11.121777,79.9,"2013-06-07 19:00",74.1,"2013-07-20 02:00",74.1,"2013-09-02 07:00",73.2,"2013-05-24 10:00","","","","",52.9,47.8,37.7,26.7,13.3,7.3,3.2,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8005","62101",1,35.64368,-120.23135,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8716,99,363,365,0,44,"","","Certification not required",0,60.040844,14.189713,100,"2013-06-30 14:00",100,"2013-06-30 15:00",100,"2013-07-03 14:00",100,"2013-07-03 15:00","","","","",92,89,85,80,70,59,42,"SUMMIT OF GILLIS CANYON ROAD","3601 GILLIS CANYON ROAD","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-09" +"06","079","8006","44201",1,35.35472,-120.04019,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8305,99,361,365,0,455,0,0,"Certification not required",41,0.051122,0.009912,0.079,"2013-06-07 12:00",0.073,"2013-05-03 17:00",0.073,"2013-06-01 12:00",0.073,"2013-10-26 10:00","","","","",0.073,0.072,0.068,0.065,0.059,0.049,0.04,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","079","8006","44201",1,35.35472,-120.04019,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,99,360,365,0,0,0,0,"Certification not required",0,0.046936,0.009855,0.074,"2013-06-07 10:00",0.071,"2013-05-03 09:00",0.071,"2013-06-01 09:00",0.067,"2013-07-19 09:00","","","","",0.067,0.065,0.063,0.061,0.055,0.046,0.036,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","079","8006","44201",1,35.35472,-120.04019,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,99,360,365,0,0,0,0,"Certification not required",0,0.046936,0.009855,0.074,"2013-06-07 10:00",0.071,"2013-05-03 09:00",0.071,"2013-06-01 09:00",0.067,"2013-07-19 09:00","","","","",0.067,0.065,0.063,0.061,0.055,0.046,0.036,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","079","8006","61103",1,35.35472,-120.04019,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8672,99,361,365,0,88,"","","Certification not required",0,4.311981,3.823599,24.9,"2013-04-09 10:00",23.1,"2013-03-05 13:00",22.8,"2013-04-09 11:00",21.7,"2013-04-09 17:00","","","","",16,14.2,12,10.1,6.6,2.8,0.8,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","079","8006","61104",1,35.35472,-120.04019,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8672,99,361,365,0,88,"","","Certification not required",0,178.828298,109.449909,359,"2013-03-11 15:00",359,"2013-05-09 11:00",359,"2013-05-23 09:00",359,"2013-06-08 03:00","","","","",355,351,339,324,291,153,32,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","079","8006","61106",1,35.35472,-120.04019,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8645,99,359,365,0,115,"","","Certification not required",0,26.186177,15.496885,81.9,"2013-07-22 11:00",81.3,"2013-02-27 10:00",79,"2013-08-17 09:00",78.3,"2013-08-26 11:00","","","","",67.4,63.1,56,49.1,36.2,23.1,8.3,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","079","8006","62101",1,35.35472,-120.04019,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8653,99,361,365,0,107,"","","Certification not required",0,59.042297,19.690229,107,"2013-07-01 11:00",107,"2013-07-02 12:00",106,"2013-07-01 10:00",106,"2013-07-01 12:00","","","","",100,97,93,87,73,58,33,"CARRIZO PLAINS SCHOOL","9640 CARRIZO HIGHWAY","California","San Luis Obispo","","San Luis Obispo-Paso Robles, CA","2014-01-08" +"06","081","1001","42101",1,37.482934,-122.20337,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8303,95,365,365,0,0,0,0,"Certification not required",5939,0.416289,0.339947,3.6,"2013-12-16 08:00",3.3,"2013-01-17 08:00",3.1,"2013-01-15 08:00",3,"2013-01-18 08:00","","","","",1.8,1.5,1.1,0.8,0.5,0.25,0.25,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","42101",1,37.482934,-122.20337,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8654,99,353,365,0,0,0,0,"Certification not required",0,0.442593,0.234576,1.6,"2013-12-17 22:00",1.6,"2013-12-17 23:00",1.6,"2013-12-31 23:00",1.5,"2013-01-15 13:00",1.6,"2013-12-17 22:00",1.6,"2013-12-31 23:00",1.2,1.2,1,0.8,0.5,0.3,0.3,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","42601",1,37.482934,-122.20337,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8302,95,365,365,0,0,"","","Certification not required",0,9.603288,20.041221,201.3,"2013-12-16 08:00",196.8,"2013-01-18 08:00",195.3,"2013-01-22 08:00",185.8,"2013-12-17 19:00","","","","",103.6,79.8,48.3,27.6,7.9,2.4,-0.2,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","42602",1,37.482934,-122.20337,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8302,95,365,365,0,0,0,"","Certification not required",0,23.667123,11.929641,53.8,"2013-11-06 17:00",51.3,"2013-12-17 17:00",50.6,"2013-11-01 18:00",48.7,"2013-12-16 17:00","","","","",48.7,46.6,43.1,40.5,33.1,23.4,9.4,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","42602",1,37.482934,-122.20337,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8302,95,365,365,0,0,"","","Certification not required",0,12.596073,9.689403,53.8,"2013-11-06 17:00",51.3,"2013-12-17 17:00",50.6,"2013-11-01 18:00",49.7,"2013-12-17 18:00","","","","",40,37.3,32.2,26.9,18.8,9.4,2.7,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","42603",1,37.482934,-122.20337,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8302,95,365,365,0,0,"","","Certification not required",0,22.199916,27.357911,248.5,"2013-12-16 08:00",235.8,"2013-01-18 08:00",234.8,"2013-01-22 08:00",230.3,"2013-12-17 19:00","","","","",137.1,113.1,78.6,54.2,27.2,12,3.1,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","43207",3,37.482934,-122.20337,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",1,0.136783,0.053357,0.29,"2013-06-09 00:00",0.172,"2013-01-04 00:00",0.171,"2013-04-22 00:00",0.165,"2013-04-10 00:00","","","","",0.29,0.29,0.172,0.171,0.162,0.14,0.08,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43218",3,37.482934,-122.20337,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.189565,0.168414,0.612,"2013-01-04 00:00",0.602,"2013-01-16 00:00",0.436,"2013-04-10 00:00",0.423,"2013-02-09 00:00","","","","",0.612,0.612,0.602,0.436,0.202,0.13,0.06,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43302",3,37.482934,-122.20337,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,17.262478,14.013969,59.801,"2013-01-16 00:00",55.198,"2013-01-04 00:00",29.26,"2013-05-28 00:00",21.52,"2013-09-13 00:00","","","","",59.801,59.801,55.198,29.26,19.199,12.193,6.12,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43505",3,37.482934,-122.20337,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.304478,0.853096,3.85,"2013-06-09 00:00",2.93,"2013-05-04 00:00",2.244,"2013-01-04 00:00",1.995,"2013-01-16 00:00","","","","",3.85,3.85,2.93,2.244,1.877,0.962,0.51,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43551",3,37.482934,-122.20337,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,15.662348,11.303609,53.309,"2013-01-16 00:00",34.395,"2013-01-04 00:00",30.79,"2013-06-09 00:00",27,"2013-06-21 00:00","","","","",53.309,53.309,34.395,30.79,17.68,11.6,6.886,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43552",3,37.482934,-122.20337,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.43413,0.674991,3.211,"2013-02-21 00:00",2.98,"2013-04-10 00:00",2.14,"2013-09-25 00:00",2.064,"2013-04-22 00:00","","","","",3.211,3.211,2.98,2.14,1.91,1.19,0.748,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43702",3,37.482934,-122.20337,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.006522,0.031277,0.15,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.15,0.15,0,0,0,0,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43704",3,37.482934,-122.20337,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.007043,0.025737,0.117,"2013-04-10 00:00",0.045,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.117,0.117,0.045,0,0,0,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43802",3,37.482934,-122.20337,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.242304,0.087207,0.414,"2013-01-04 00:00",0.402,"2013-03-05 00:00",0.39,"2013-01-16 00:00",0.343,"2013-04-22 00:00","","","","",0.414,0.414,0.402,0.39,0.32,0.21,0.15,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43803",3,37.482934,-122.20337,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.035348,0.023084,0.075,"2013-01-16 00:00",0.074,"2013-01-04 00:00",0.074,"2013-04-22 00:00",0.07,"2013-05-04 00:00","","","","",0.075,0.075,0.074,0.074,0.053,0.03,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43804",3,37.482934,-122.20337,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.095087,0.020782,0.164,"2013-04-10 00:00",0.11,"2013-05-28 00:00",0.11,"2013-06-21 00:00",0.11,"2013-07-03 00:00","","","","",0.164,0.164,0.11,0.11,0.103,0.097,0.07,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43811",3,37.482934,-122.20337,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.309087,0.117909,0.7,"2013-07-03 00:00",0.51,"2013-08-20 00:00",0.466,"2013-01-04 00:00",0.371,"2013-03-29 00:00","","","","",0.7,0.7,0.51,0.466,0.35,0.288,0.2,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43814",3,37.482934,-122.20337,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.006478,0.009224,0.022,"2013-04-22 00:00",0.02,"2013-05-04 00:00",0.02,"2013-05-28 00:00",0.02,"2013-06-09 00:00","","","","",0.022,0.022,0.02,0.02,0.019,0,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43815",3,37.482934,-122.20337,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.003391,0.016264,0.078,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.078,0.078,0,0,0,0,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43817",3,37.482934,-122.20337,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.025478,0.018831,0.068,"2013-04-22 00:00",0.06,"2013-01-04 00:00",0.055,"2013-01-16 00:00",0.052,"2013-04-10 00:00","","","","",0.068,0.068,0.06,0.055,0.03,0.02,0.01,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43824",3,37.482934,-122.20337,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.109913,0.081193,0.358,"2013-03-17 00:00",0.26,"2013-09-25 00:00",0.174,"2013-04-10 00:00",0.173,"2013-02-21 00:00","","","","",0.358,0.358,0.26,0.174,0.152,0.093,0.03,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43843",3,37.482934,-122.20337,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","43860",3,37.482934,-122.20337,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","44201",1,37.482934,-122.20337,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8303,98,356,365,0,0,0,0,"Certification not required",1733,0.034419,0.010586,0.083,"2013-05-02 13:00",0.074,"2013-04-22 14:00",0.07,"2013-05-03 15:00",0.067,"2013-10-06 14:00","","","","",0.067,0.061,0.052,0.046,0.04,0.034,0.023,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","44201",1,37.482934,-122.20337,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8655,97,355,365,0,0,0,0,"Certification not required",0,0.028783,0.009819,0.075,"2013-05-02 11:00",0.06,"2013-05-03 10:00",0.058,"2013-04-22 10:00",0.056,"2013-05-01 10:00","","","","",0.056,0.05,0.045,0.04,0.035,0.028,0.016,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","44201",1,37.482934,-122.20337,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8655,97,355,365,0,0,0,0,"Certification not required",0,0.028783,0.009819,0.075,"2013-05-02 11:00",0.06,"2013-05-03 10:00",0.058,"2013-04-22 10:00",0.056,"2013-05-01 10:00","","","","",0.056,0.05,0.045,0.04,0.035,0.028,0.016,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","45109",3,37.482934,-122.20337,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,4.744783,2.706153,12.667,"2013-01-16 00:00",10.816,"2013-01-04 00:00",8.521,"2013-02-09 00:00",6.38,"2013-06-21 00:00","","","","",12.667,12.667,10.816,8.521,5.298,4.11,2.507,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","45201",3,37.482934,-122.20337,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.247696,1.160679,4.392,"2013-01-04 00:00",4.093,"2013-01-16 00:00",3.096,"2013-02-09 00:00",2.125,"2013-04-10 00:00","","","","",4.392,4.392,4.093,3.096,1.601,0.79,0.41,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","45202",3,37.482934,-122.20337,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,3.91087,2.918294,11.284,"2013-01-04 00:00",10.378,"2013-01-16 00:00",9.071,"2013-02-09 00:00",6.552,"2013-04-10 00:00","","","","",11.284,11.284,10.378,9.071,5.486,2.46,1.66,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","45203",3,37.482934,-122.20337,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.415739,0.703731,3.482,"2013-01-16 00:00",2.76,"2013-01-04 00:00",2.462,"2013-02-09 00:00",1.783,"2013-04-22 00:00","","","","",3.482,3.482,2.76,2.462,1.766,1.26,0.779,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","45204",3,37.482934,-122.20337,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.552957,0.981218,4.269,"2013-01-16 00:00",3.696,"2013-01-04 00:00",3.168,"2013-02-09 00:00",2.1,"2013-06-21 00:00","","","","",4.269,4.269,3.696,3.168,1.874,1.23,0.768,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2013-11-15" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",8429,97,359,365,0,0,"","","Certification not required",0,10.610867,8.582355,187,"2013-04-17 22:00",95,"2013-06-21 18:00",92,"2013-06-21 15:00",86,"2013-12-31 22:00","","","","",40,34,27,21,13,8,3,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8464,97,359,365,35,0,"","","Certification not required",0,10.739603,8.913199,187,"2013-04-17 22:00",114,"2013-11-10 17:00",103,"2013-11-10 19:00",95,"2013-06-21 18:00","","","","",41,35,27,21,13,8,3,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8464,97,359,365,35,0,"","","Certification not required",0,10.739603,8.913199,187,"2013-04-17 22:00",114,"2013-11-10 17:00",103,"2013-11-10 19:00",95,"2013-06-21 18:00","","","","",41,35,27,21,13,8,3,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",350,96,351,365,0,0,2,2,"Certification not required",0,10.594857,5.971578,38.5,"2013-12-17 00:00",37.8,"2013-12-31 00:00",31,"2013-11-27 00:00",29.8,"2013-12-24 00:00","","","","",29.8,26.6,22.6,19.3,13.2,9,4.8,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",351,96,351,365,0,0,3,3,"Certification not required",0,10.710826,6.245496,39,"2013-11-10 00:00",38.5,"2013-12-17 00:00",37.8,"2013-12-31 00:00",33.2,"2013-11-11 00:00","","","","",33.2,28.5,23,19.3,13.2,9,4.9,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",351,96,351,365,0,0,3,3,"Certification not required",0,10.710826,6.245496,39,"2013-11-10 00:00",38.5,"2013-12-17 00:00",37.8,"2013-12-31 00:00",33.2,"2013-11-11 00:00","","","","",33.2,28.5,23,19.3,13.2,9,4.9,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",351,96,351,365,0,0,"","","Certification not required",0,10.710826,6.245496,39,"2013-11-10 00:00",38.5,"2013-12-17 00:00",37.8,"2013-12-31 00:00",33.2,"2013-11-11 00:00","","","","",33.2,28.5,23,19.3,13.2,9,4.9,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",350,96,351,365,0,0,"","","Certification not required",0,10.594857,5.971578,38.5,"2013-12-17 00:00",37.8,"2013-12-31 00:00",31,"2013-11-27 00:00",29.8,"2013-12-24 00:00","","","","",29.8,26.6,22.6,19.3,13.2,9,4.8,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","1001","88101",3,37.482934,-122.20337,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",351,96,351,365,0,0,"","","Certification not required",0,10.710826,6.245496,39,"2013-11-10 00:00",38.5,"2013-12-17 00:00",37.8,"2013-12-31 00:00",33.2,"2013-11-11 00:00","","","","",33.2,28.5,23,19.3,13.2,9,4.9,"Redwood City","897 BARRON AVE.","California","San Mateo","Redwood City","San Francisco-Oakland-Fremont, CA","2014-01-14" +"06","081","2002","14129",3,37.508813,-122.247291,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",40,66,39,61,0,3,2,2,"Certification not required",0,0.15485,0.129134,0.531,"2013-02-27 00:00",0.448,"2013-05-04 00:00",0.429,"2013-02-21 00:00",0.347,"2013-01-28 00:00","","","","",0.531,0.531,0.448,0.347,0.211,0.116,0.039,"San Carlos Airport","620 Airport Drive, San Carlos","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-01-08" +"06","081","2002","14129",5,37.508813,-122.247291,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",20,65,20,31,0,1,0,0,"Certification not required",0,0.1675,0.128795,0.408,"2013-02-21 00:00",0.388,"2013-05-04 00:00",0.339,"2013-05-16 00:00",0.316,"2013-04-22 00:00","","","","",0.408,0.408,0.408,0.388,0.315,0.126,0.041,"San Carlos Airport","620 Airport Drive, San Carlos","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-01-08" +"06","081","2002","68105",3,37.508813,-122.247291,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",41,67,40,61,0,0,"","","Certification not required",0,20.65122,3.609025,28.1,"2013-09-07 00:00",26.8,"2013-06-27 00:00",25,"2013-08-25 00:00",24.9,"2013-09-01 00:00","","","","",28.1,28.1,25,24.5,23.2,21.3,16.2,"San Carlos Airport","620 Airport Drive, San Carlos","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-01-09" +"06","081","2002","68108",3,37.508813,-122.247291,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",41,67,40,61,0,0,"","","Certification not required",0,761.195122,3.743124,770,"2013-01-16 00:00",768,"2013-01-28 00:00",768,"2013-02-27 00:00",767,"2013-02-15 00:00","","","","",770,770,768,766,763,761,757,"San Carlos Airport","620 Airport Drive, San Carlos","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-01-09" +"06","081","2003","68105",3,37.518769,-122.249353,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",47,96,47,49,0,1,"","","Certification not required",0,16.253191,3.812328,23.8,"2013-09-07 00:00",23.3,"2013-06-27 00:00",21.7,"2013-07-03 00:00",21.1,"2013-04-22 00:00","","","","",23.8,23.8,21.7,21,19.4,16.7,11.4,"Twin Dolphin","1050 Twin Dolphin Drive, Redwooc City, CA 94065","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-02-11" +"06","081","2003","68108",3,37.518769,-122.249353,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",47,96,47,49,0,1,"","","Certification not required",0,761.574468,3.481283,769,"2013-12-24 00:00",768,"2013-11-30 00:00",767,"2013-11-06 00:00",767,"2013-11-12 00:00","","","","",769,769,767,767,764,761,758,"Twin Dolphin","1050 Twin Dolphin Drive, Redwooc City, CA 94065","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-02-11" +"06","081","2003","85129",3,37.518769,-122.249353,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,2,0,0,"Certification not required",0,0.003468,0.004745,0.022,"2013-12-18 00:00",0.02,"2013-12-30 00:00",0.015,"2013-04-10 00:00",0.008,"2013-11-12 00:00","","","","",0.022,0.022,0.015,0.007,0.005,0.002,0,"Twin Dolphin","1050 Twin Dolphin Drive, Redwooc City, CA 94065","California","San Mateo","San Carlos","San Francisco-Oakland-Fremont, CA","2014-02-11" +"06","083","0008","42401",1,34.46245,-120.02551,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6860,78,302,365,0,415,0,"","Certification not required",0,0.397351,1.223141,8,"2013-09-14 02:00",7,"2013-08-22 16:00",7,"2013-09-22 15:00",6,"2013-09-01 13:00","","","","",6,5,3,1,0,0,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42401",1,34.46245,-120.02551,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6860,78,302,365,0,415,"","","Certification not required",0,0.061953,0.44145,8,"2013-09-14 02:00",7,"2013-08-22 16:00",7,"2013-09-22 15:00",7,"2013-09-22 16:00","","","","",2,1,0,0,0,0,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42401",1,34.46245,-120.02551,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",302,83,302,365,0,0,0,"","Certification not required",0,0.060265,0.237394,1.9,"2013-09-22 00:00",1.6,"2013-08-25 00:00",1.3,"2013-08-22 00:00",1.3,"2013-10-30 00:00","","","","",1.3,1,0.5,0.1,0,0,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42401",1,34.46245,-120.02551,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2066,71,299,365,0,0,"",0,"Certification not required",0,0.06181,0.399065,6.3,"2013-09-22 17:00",5.6,"2013-08-22 17:00",4.3,"2013-08-24 17:00",4.3,"2013-08-25 14:00","","","","",2,1,0,0,0,0,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42406",1,34.46245,-120.02551,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6243,71,300,365,0,1032,"","","Certification not required",0,0.186449,0.889341,11,"2013-09-01 13:00",10,"2013-02-03 19:00",10,"2013-10-30 19:00",10,"2013-10-30 20:00","","","","",5,3,1,0,0,0,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42601",1,34.46245,-120.02551,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6869,78,303,365,0,406,"","","Certification not required",0,0.896491,1.659734,26,"2013-08-27 20:00",23,"2013-02-01 17:00",22,"2013-01-18 17:00",21,"2013-01-09 04:00","","","","",8,6,3,2,1,0,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42602",1,34.46245,-120.02551,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6870,78,303,365,0,405,0,"","Certification not required",0,9.663366,5.033551,26,"2013-05-03 05:00",25,"2013-05-20 22:00",23,"2013-01-23 17:00",23,"2013-10-07 04:00","","","","",23,21,19,16,13,9,4,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42602",1,34.46245,-120.02551,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6870,78,303,365,0,405,"","","Certification not required",0,2.519505,3.371908,26,"2013-05-03 05:00",25,"2013-05-20 22:00",23,"2013-01-23 17:00",23,"2013-10-07 04:00","","","","",15,13,9,7,4,1,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","42603",1,34.46245,-120.02551,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6869,78,303,365,0,406,"","","Certification not required",0,3.873198,4.677119,45,"2013-08-27 20:00",42,"2013-01-31 18:00",42,"2013-02-01 17:00",42,"2013-09-05 21:00","","","","",22,18,13,10,5,2,0,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","43101",1,34.46245,-120.02551,"WGS84","Total hydrocarbons","1 HOUR","","Observed Values","INSTRUMENTAL - FLAME IONIZATION",2013,"Parts per billion Carbon","No Events",6810,78,298,365,0,465,"","","Certification not required",0,1807.973568,235.814159,2600,"2013-01-25 13:00",2600,"2013-01-25 14:00",2600,"2013-09-24 00:00",2500,"2013-01-16 11:00","","","","",2300,2200,2200,2100,2000,1800,1500,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","44201",1,34.46245,-120.02551,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6872,83,303,365,0,403,0,0,"Certification not required",23,0.042472,0.007866,0.069,"2013-05-02 20:00",0.069,"2013-05-03 13:00",0.067,"2013-10-18 14:00",0.064,"2013-10-06 16:00","","","","",0.064,0.062,0.057,0.053,0.047,0.042,0.033,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","44201",1,34.46245,-120.02551,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6990,82,301,365,0,0,0,0,"Certification not required",0,0.038419,0.007168,0.061,"2013-05-03 15:00",0.058,"2013-05-12 19:00",0.058,"2013-10-18 09:00",0.057,"2013-05-04 11:00","","","","",0.057,0.052,0.051,0.048,0.043,0.038,0.03,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","44201",1,34.46245,-120.02551,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6990,82,301,365,0,0,0,0,"Certification not required",0,0.038419,0.007168,0.061,"2013-05-03 15:00",0.058,"2013-05-12 19:00",0.058,"2013-10-18 09:00",0.057,"2013-05-04 11:00","","","","",0.057,0.052,0.051,0.048,0.043,0.038,0.03,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","61101",1,34.46245,-120.02551,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7261,83,303,365,0,14,"","","Certification not required",0,4.586696,2.808467,23.7,"2013-02-20 11:00",23.1,"2013-05-29 16:00",22.5,"2013-05-29 18:00",22.3,"2013-05-14 15:00","","","","",15.5,13.6,10.7,8,5.2,3.9,2.1,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","61102",1,34.46245,-120.02551,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7261,83,303,365,0,14,"","","Certification not required",0,153.582427,106.980833,360,"2013-02-17 05:00",360,"2013-02-22 18:00",360,"2013-04-23 21:00",360,"2013-05-31 21:00","","","","",355,348,334,309,247,138,26,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","61103",1,34.46245,-120.02551,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7261,83,303,365,0,14,"","","Certification not required",0,4.202052,2.737291,23.1,"2013-02-20 11:00",22.7,"2013-05-29 16:00",22.1,"2013-05-29 18:00",21.9,"2013-05-14 15:00","","","","",14.8,12.8,9.7,7.6,4.9,3.7,1.7,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","61104",1,34.46245,-120.02551,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7261,83,303,365,0,14,"","","Certification not required",0,154.300096,106.741961,360,"2013-08-22 21:00",360,"2013-09-30 00:00",360,"2013-09-30 23:00",360,"2013-10-17 23:00","","","","",354,348,333,310,247,139,27,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","61106",1,34.46245,-120.02551,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7260,83,303,365,0,15,"","","Certification not required",0,23.146377,10.841156,85.1,"2013-05-20 21:00",77.7,"2013-05-12 23:00",76.8,"2013-05-10 17:00",74.4,"2013-05-20 20:00","","","","",59.9,55,46.9,38.6,26.6,20.3,12.8,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","62101",1,34.46245,-120.02551,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7261,83,303,365,0,14,"","","Certification not required",0,60.514667,6.959344,95,"2013-07-14 16:00",95,"2013-07-14 17:00",95,"2013-07-14 18:00",94,"2013-07-14 19:00","","","","",79,76,72,69,65,60,52,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","0008","81102",3,34.46245,-120.02551,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6462,74,270,365,0,89,"","","Certification not required",221,22.26416,14.250192,143,"2013-04-20 10:00",139,"2013-08-31 20:00",135,"2013-09-25 22:00",122,"2013-05-27 13:00","","","","",68,57,47,41,30,20,7,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","0008","81102",3,34.46245,-120.02551,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,0,0,0,"Certification not required",0,21.740741,9.503248,54,"2013-06-30 00:00",44,"2013-05-20 00:00",44,"2013-05-31 00:00",43,"2013-09-06 00:00","","","","",44,42,39,36,27,21,9,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","0008","85101",3,34.46245,-120.02551,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6473,74,270,365,0,78,"","","Certification not required",194,22.896957,14.520627,146,"2013-04-20 10:00",141,"2013-08-31 20:00",140,"2013-09-25 22:00",123,"2013-05-27 13:00","","","","",70,58,49,41,31,21,7,"El Capitan","EL CAPITAN ST PRK, HWY 10","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","0011","42101",3,34.427775,-119.691218,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",2589,30,112,365,0,0,0,0,"Certification not required",0,0.313762,0.244557,2.546,"2013-01-08 08:00",2.116,"2013-01-14 08:00",2.072,"2013-01-18 08:00",1.953,"2013-01-22 08:00","","","","",1.316,1.099,0.799,0.617,0.332,0.22,0.155,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","42101",3,34.427775,-119.691218,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2695,31,110,365,0,0,0,0,"Certification not required",0,0.317403,0.16206,1,"2013-01-23 10:00",1,"2013-01-23 11:00",0.9,"2013-01-08 09:00",0.9,"2013-01-08 10:00",1,"2013-01-23 10:00",0.9,"2013-01-08 09:00",0.8,0.7,0.6,0.6,0.4,0.2,0.2,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","42601",1,34.427775,-119.691218,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2742,31,119,365,0,0,"","","Certification not required",0,5.785084,12.680386,124.5,"2013-01-08 08:00",118.2,"2013-01-18 08:00",113,"2013-01-14 08:00",110.7,"2013-01-22 08:00","","","","",70.8,52.7,28.9,15.1,4.1,1.7,0.1,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","42602",1,34.427775,-119.691218,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2742,31,119,365,0,0,0,"","Certification not required",0,20.038655,9.022083,39.9,"2013-01-23 16:00",37.5,"2013-02-28 18:00",36,"2013-01-21 17:00",35.9,"2013-01-18 09:00","","","","",37.5,36,35.6,32.9,27.8,19.6,9.4,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","42602",1,34.427775,-119.691218,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2742,31,119,365,0,0,"","","Certification not required",0,9.646426,7.730201,39.9,"2013-01-23 16:00",37.5,"2013-02-28 18:00",36,"2013-01-21 17:00",35.9,"2013-01-18 09:00","","","","",30.9,29.2,25.7,22.2,14.1,6.6,2.3,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","42603",1,34.427775,-119.691218,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2742,31,119,365,0,0,"","","Certification not required",0,15.432458,18.534259,150.8,"2013-01-08 08:00",149,"2013-01-14 08:00",148,"2013-01-18 08:00",141.7,"2013-01-22 08:00","","","","",95.8,76.5,52,37.4,18.6,8.3,2.8,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","44201",1,34.427775,-119.691218,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2617,31,113,365,0,0,0,0,"Certification not required",481,0.042009,0.008227,0.063,"2013-03-25 13:00",0.059,"2013-03-23 14:00",0.058,"2013-04-29 14:00",0.057,"2013-03-22 21:00","","","","",0.059,0.058,0.055,0.051,0.046,0.042,0.034,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","44201",1,34.427775,-119.691218,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2720,31,113,365,0,0,0,0,"Certification not required",0,0.036912,0.008477,0.055,"2013-03-23 10:00",0.053,"2013-03-25 10:00",0.051,"2013-03-24 09:00",0.051,"2013-04-21 11:00","","","","",0.053,0.051,0.05,0.046,0.042,0.037,0.027,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","44201",1,34.427775,-119.691218,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2720,31,113,365,0,0,0,0,"Certification not required",0,0.036912,0.008477,0.055,"2013-03-23 10:00",0.053,"2013-03-25 10:00",0.051,"2013-03-24 09:00",0.051,"2013-04-21 11:00","","","","",0.053,0.051,0.05,0.046,0.042,0.037,0.027,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","61103",1,34.427775,-119.691218,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",2853,33,119,365,0,0,"","","Certification not required",0,2.873817,2.195492,12.9,"2013-04-07 16:00",12.3,"2013-04-08 07:00",12.3,"2013-04-16 16:00",12.1,"2013-04-06 15:00","","","","",10.3,8.9,7,5.7,4.2,2.4,0.7,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","61104",1,34.427775,-119.691218,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",2853,33,119,365,0,0,"","","Certification not required",0,178.304592,73.303774,359,"2013-03-08 00:00",359,"2013-04-01 20:00",358,"2013-04-07 04:00",357,"2013-03-11 01:00","","","","",341,327,304,283,236,166,90,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","62102",1,34.427775,-119.691218,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1438,16,60,365,0,0,"","","Certification not required",0,58.936718,5.301044,83,"2013-04-07 15:00",81,"2013-04-07 14:00",80,"2013-03-01 13:00",80,"2013-03-01 14:00","","","","",75,71,69,66,62,58,53,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","85101",1,34.427775,-119.691218,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",2536,29,101,365,0,16,"","","Certification not required",108,23.941246,24.26283,318,"2013-03-31 18:00",314,"2013-03-29 22:00",312,"2013-03-29 01:00",311,"2013-03-31 15:00","","","","",92,59,47,41,31,21,6,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-12-04" +"06","083","0011","88101",3,34.427775,-119.691218,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2797,32,120,365,0,0,"","","Certification not required",0,7.648552,6.293362,73,"2013-03-13 10:00",62,"2013-03-18 13:00",51,"2013-01-01 00:00",40,"2013-01-01 21:00","","","","",25,22,19,16,11,7,1,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","88101",3,34.427775,-119.691218,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",117,32,117,365,0,0,0,0,"Certification not required",0,7.586325,3.701908,16.6,"2013-01-01 00:00",15.7,"2013-03-23 00:00",15.7,"2013-04-20 00:00",15.2,"2013-03-18 00:00","","","","",15.7,15.7,14.2,13.2,10.2,7,3,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","0011","88101",3,34.427775,-119.691218,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",117,32,117,365,0,0,"","","Certification not required",0,7.586325,3.701908,16.6,"2013-01-01 00:00",15.7,"2013-03-23 00:00",15.7,"2013-04-20 00:00",15.2,"2013-03-18 00:00","","","","",15.7,15.7,14.2,13.2,10.2,7,3,"Santa Barbara-National Guard Armory","700 E. CANON PERDIDO","California","Santa Barbara","Santa Barbara","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","42101",3,34.949147,-120.43763,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",2724,31,118,365,0,0,0,0,"Certification not required",0,0.242867,0.100481,1.272,"2013-04-19 06:00",1.09,"2013-01-08 17:00",1.014,"2013-01-01 18:00",1.012,"2013-01-29 07:00","","","","",0.673,0.555,0.426,0.34,0.263,0.22,0.163,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","42101",3,34.949147,-120.43763,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2846,32,118,365,0,0,0,0,"Certification not required",0,0.241567,0.070081,0.6,"2013-01-01 21:00",0.6,"2013-01-01 22:00",0.6,"2013-01-01 23:00",0.6,"2013-01-02 00:00",0.6,"2013-01-01 21:00",0.6,"2013-02-09 00:00",0.5,0.4,0.4,0.3,0.3,0.2,0.2,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","42601",1,34.949147,-120.43763,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2708,31,116,365,0,0,"","","Certification not required",0,3.921049,5.543705,72.4,"2013-01-29 08:00",70.8,"2013-04-19 06:00",65.1,"2013-01-28 07:00",59.1,"2013-04-19 07:00","","","","",27.7,19.7,11.6,7.7,4.4,2.6,0.4,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","42602",1,34.949147,-120.43763,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2708,31,116,365,0,0,0,"","Certification not required",0,18.287069,8.127811,36.3,"2013-01-19 18:00",35.4,"2013-01-17 18:00",35.3,"2013-01-18 18:00",34.8,"2013-01-20 18:00","","","","",35.4,35.3,32.9,30.3,25.1,16.1,8.7,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","42602",1,34.949147,-120.43763,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2708,31,116,365,0,0,"","","Certification not required",0,7.846381,5.202924,36.3,"2013-01-19 18:00",35.4,"2013-01-17 18:00",35.3,"2013-01-18 18:00",34.8,"2013-01-20 18:00","","","","",27.1,24,18.9,14.4,9.6,6.4,3.1,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","42603",1,34.949147,-120.43763,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2708,31,116,365,0,0,"","","Certification not required",0,11.766728,9.913552,103.2,"2013-04-19 06:00",99.4,"2013-01-29 08:00",91.5,"2013-04-19 07:00",91,"2013-01-28 07:00","","","","",50.5,42.9,29.5,21.7,13.8,9.1,4,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","44201",1,34.949147,-120.43763,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2705,31,113,365,0,0,0,0,"Certification not required",102,0.037611,0.00583,0.053,"2013-04-21 16:00",0.05,"2013-03-22 22:00",0.049,"2013-03-01 12:00",0.049,"2013-03-23 11:00","","","","",0.05,0.049,0.049,0.046,0.041,0.037,0.031,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","44201",1,34.949147,-120.43763,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2805,31,113,365,0,0,0,0,"Certification not required",0,0.033726,0.005974,0.047,"2013-03-22 22:00",0.047,"2013-03-23 08:00",0.047,"2013-04-21 10:00",0.046,"2013-04-18 10:00","","","","",0.047,0.047,0.043,0.041,0.037,0.034,0.027,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","44201",1,34.949147,-120.43763,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2805,31,113,365,0,0,0,0,"Certification not required",0,0.033726,0.005974,0.047,"2013-03-22 22:00",0.047,"2013-03-23 08:00",0.047,"2013-04-21 10:00",0.046,"2013-04-18 10:00","","","","",0.047,0.047,0.043,0.041,0.037,0.034,0.027,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","61103",1,34.949147,-120.43763,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",2878,33,120,365,0,0,"","","Certification not required",0,3.886762,2.394364,12.9,"2013-02-23 14:00",12.9,"2013-04-08 12:00",12.6,"2013-04-06 15:00",12.3,"2013-04-06 14:00","","","","",11,10.1,8.6,7.4,5.2,3.4,1.3,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","61104",1,34.949147,-120.43763,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",2878,33,120,365,0,0,"","","Certification not required",0,200.056289,95.571502,360,"2013-03-10 03:00",360,"2013-03-30 11:00",359,"2013-03-09 16:00",359,"2013-03-21 09:00","","","","",343,332,318,303,289,234,83,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","62102",1,34.949147,-120.43763,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",1463,17,61,365,0,0,"","","Certification not required",0,53.791524,6.3833,81,"2013-04-20 11:00",80,"2013-04-20 12:00",79,"2013-04-20 10:00",77,"2013-03-01 13:00","","","","",71,69,65,63,58,53,47,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","85101",2,34.949147,-120.43763,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",2865,33,120,365,0,6,"","","Certification not required",180,23.143455,25.647441,997,"2013-04-07 11:00",222,"2013-02-23 15:00",209,"2013-01-02 19:00",205,"2013-04-08 16:00","","","","",80,68,51,43,32,19,5,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-04" +"06","083","1008","88101",3,34.949147,-120.43763,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2749,31,118,365,0,0,"","","Certification not required",0,8.728265,5.666753,66,"2013-01-22 12:00",46,"2013-01-09 10:00",45,"2013-04-08 16:00",44,"2013-02-23 15:00","","","","",24,22,19,16,12,8,2,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","88101",3,34.949147,-120.43763,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",116,32,116,365,0,0,0,0,"Certification not required",0,8.641379,3.44795,19.2,"2013-04-08 00:00",16.9,"2013-04-14 00:00",16.7,"2013-04-12 00:00",15.8,"2013-04-21 00:00","","","","",16.9,16.7,14.6,13.7,11.2,8.3,4.8,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1008","88101",3,34.949147,-120.43763,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",116,32,116,365,0,0,"","","Certification not required",0,8.641379,3.44795,19.2,"2013-04-08 00:00",16.9,"2013-04-14 00:00",16.7,"2013-04-12 00:00",15.8,"2013-04-21 00:00","","","","",16.9,16.7,14.6,13.7,11.2,8.3,4.8,"RELOCATED FROM ARB SITE AT 500 S. BROADWAY","906 S BROADWAY - SANTA MARIA","California","Santa Barbara","Santa Maria","Santa Barbara-Santa Maria-Goleta, CA","2013-10-25" +"06","083","1013","42401",1,34.725556,-120.427778,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6189,71,269,365,0,363,0,"","Certification not required",0,1.892193,0.56606,4,"2013-06-12 04:00",3,"2013-01-20 15:00",3,"2013-02-16 18:00",3,"2013-05-03 06:00","","","","",3,3,2,2,2,2,2,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42401",1,34.725556,-120.427778,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6189,71,269,365,0,363,"","","Certification not required",0,1.851349,0.53471,4,"2013-06-12 04:00",4,"2013-06-12 07:00",3,"2013-01-20 15:00",3,"2013-01-20 16:00","","","","",2,2,2,2,2,2,2,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42401",1,34.725556,-120.427778,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",269,74,269,365,0,0,0,"","Certification not required",0,1.849442,0.531797,2.3,"2013-05-03 00:00",2.3,"2013-06-12 00:00",2.1,"2013-01-20 00:00",2.1,"2013-05-21 00:00","","","","",2.1,2,2,2,2,2,2,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42401",1,34.725556,-120.427778,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1859,64,260,365,0,0,"",0,"Certification not required",0,1.85035,0.534729,3,"2013-05-03 08:00",3,"2013-05-03 11:00",3,"2013-06-12 05:00",3,"2013-06-12 08:00","","","","",2,2,2,2,2,2,2,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42406",1,34.725556,-120.427778,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6191,71,269,365,0,361,"","","Certification not required",0,1.866257,0.523635,6,"2013-06-12 03:00",5,"2013-06-12 04:00",5,"2013-06-12 07:00",4,"2013-05-21 16:00","","","","",2,2,2,2,2,2,2,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42601",1,34.725556,-120.427778,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6196,71,271,365,0,356,"","","Certification not required",0,0.541317,0.713574,12,"2013-01-24 19:00",9,"2013-03-14 06:00",9,"2013-08-30 06:00",9,"2013-09-03 06:00","","","","",2,2,2,1,1,0,0,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42602",1,34.725556,-120.427778,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6196,71,271,365,0,356,0,"","Certification not required",0,1.97786,1.398236,11,"2013-01-23 08:00",8,"2013-01-24 19:00",7,"2013-04-18 06:00",6,"2013-01-31 08:00","","","","",7,5,4,4,3,2,1,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42602",1,34.725556,-120.427778,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6196,71,271,365,0,356,"","","Certification not required",0,0.659781,0.998046,11,"2013-01-23 08:00",11,"2013-01-23 09:00",11,"2013-01-23 15:00",9,"2013-01-23 14:00","","","","",4,3,2,2,1,1,0,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","42603",1,34.725556,-120.427778,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6196,71,271,365,0,356,"","","Certification not required",0,2.090381,1.124773,21,"2013-01-24 19:00",14,"2013-03-14 06:00",14,"2013-08-30 06:00",13,"2013-01-23 08:00","","","","",6,5,4,3,2,2,1,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","43101",1,34.725556,-120.427778,"NAD27","Total hydrocarbons","1 HOUR","","Observed Values","INSTRUMENTAL - FLAME IONIZATION",2013,"Parts per billion Carbon","No Events",6194,71,270,365,0,358,"","","Certification not required",0,1889.796577,131.1214,5000,"2013-08-02 18:00",2900,"2013-06-24 13:00",2800,"2013-08-06 07:00",2500,"2013-06-28 07:00","","","","",2200,2200,2100,2100,2000,1900,1800,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","44201",1,34.725556,-120.427778,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6211,74,270,365,0,341,0,0,"Certification not required",0,0.045211,0.008863,0.081,"2013-05-03 10:00",0.077,"2013-04-21 19:00",0.071,"2013-08-15 16:00",0.068,"2013-05-02 15:00","","","","",0.071,0.067,0.061,0.056,0.05,0.045,0.034,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","44201",1,34.725556,-120.427778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6482,73,268,365,0,0,0,0,"Certification not required",0,0.041914,0.008048,0.077,"2013-05-03 08:00",0.064,"2013-04-21 13:00",0.064,"2013-05-02 19:00",0.061,"2013-04-19 09:00","","","","",0.064,0.059,0.055,0.052,0.047,0.043,0.032,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","44201",1,34.725556,-120.427778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6482,73,268,365,0,0,1,1,"Certification not required",0,0.041914,0.008048,0.077,"2013-05-03 08:00",0.064,"2013-04-21 13:00",0.064,"2013-05-02 19:00",0.061,"2013-04-19 09:00","","","","",0.064,0.059,0.055,0.052,0.047,0.043,0.032,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","61101",1,34.725556,-120.427778,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6506,74,272,365,0,46,"","","Certification not required",0,4.253428,2.757685,15.3,"2013-04-17 13:00",15.1,"2013-04-16 12:00",15.1,"2013-05-05 10:00",15,"2013-04-17 12:00","","","","",11.5,10.7,9.7,8.7,6,3.3,1.6,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","61102",1,34.725556,-120.427778,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6506,74,272,365,0,46,"","","Certification not required",0,208.184445,109.678697,360,"2013-01-06 03:00",360,"2013-01-19 23:00",360,"2013-02-08 23:00",360,"2013-03-27 00:00","","","","",357,354,342,324,295,254,28,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","61103",1,34.725556,-120.427778,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6504,74,272,365,0,48,"","","Certification not required",0,3.644004,2.827008,14.8,"2013-04-16 12:00",14.8,"2013-04-17 13:00",14.4,"2013-04-17 12:00",14.2,"2013-05-05 10:00","","","","",10.9,10.3,9.3,8.4,5.4,2.7,0.8,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","61104",1,34.725556,-120.427778,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6504,74,272,365,0,48,"","","Certification not required",0,208.363469,109.968668,360,"2013-01-08 21:00",360,"2013-01-28 02:00",360,"2013-02-25 18:00",360,"2013-03-28 05:00","","","","",357,354,342,324,295,254,27,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","61106",1,34.725556,-120.427778,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6503,74,272,365,0,49,"","","Certification not required",0,35.141673,17.160183,96.3,"2013-03-29 01:00",92.1,"2013-08-07 04:00",91.1,"2013-09-27 23:00",91,"2013-01-27 22:00","","","","",79.3,74.2,67.5,60.8,46.9,31.5,15.5,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1013","62101",1,34.725556,-120.427778,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5967,68,248,365,0,585,"","","Certification not required",0,57.616223,8.966443,97,"2013-06-29 11:00",95,"2013-06-29 13:00",94,"2013-06-29 14:00",93,"2013-06-29 12:00","","","","",81,78,74,70,63,56,47,"Lompoc HSP","HS & P FACILITY-500 M SW, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","42601",1,34.54166,-119.79146,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6232,71,273,365,0,320,"","","Certification not required",0,1.318838,0.68168,3,"2013-01-18 09:00",3,"2013-07-26 07:00",2,"2013-01-16 10:00",2,"2013-01-17 07:00","","","","",2,2,2,2,2,1,0,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","42602",1,34.54166,-119.79146,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6232,71,273,365,0,320,0,"","Certification not required",0,2.135531,1.499982,23,"2013-01-23 17:00",7,"2013-01-09 17:00",6,"2013-05-27 13:00",5,"2013-01-05 16:00","","","","",6,4,3,3,2,2,1,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","42602",1,34.54166,-119.79146,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6232,71,273,365,0,320,"","","Certification not required",0,1.290918,0.722161,23,"2013-01-23 17:00",20,"2013-01-23 16:00",17,"2013-01-23 18:00",9,"2013-01-23 15:00","","","","",3,3,2,2,2,1,1,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","42603",1,34.54166,-119.79146,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6232,71,273,365,0,320,"","","Certification not required",0,2.408537,0.97603,23,"2013-01-23 17:00",21,"2013-01-23 16:00",17,"2013-01-23 18:00",10,"2013-01-23 15:00","","","","",4,4,4,3,3,2,1,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","44201",1,34.54166,-119.79146,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6243,75,273,365,0,309,0,0,"Certification not required",27,0.048648,0.009247,0.085,"2013-05-04 13:00",0.078,"2013-05-03 15:00",0.075,"2013-06-01 14:00",0.07,"2013-05-31 14:00","","","","",0.075,0.069,0.064,0.06,0.054,0.047,0.039,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","44201",1,34.54166,-119.79146,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6532,75,272,365,0,0,0,0,"Certification not required",0,0.043904,0.00865,0.075,"2013-05-03 09:00",0.074,"2013-05-04 10:00",0.069,"2013-06-01 10:00",0.065,"2013-04-21 09:00","","","","",0.069,0.064,0.059,0.055,0.049,0.043,0.035,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","44201",1,34.54166,-119.79146,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6532,75,272,365,0,0,0,0,"Certification not required",0,0.043904,0.00865,0.075,"2013-05-03 09:00",0.074,"2013-05-04 10:00",0.069,"2013-06-01 10:00",0.065,"2013-04-21 09:00","","","","",0.069,0.064,0.059,0.055,0.049,0.043,0.035,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","61101",1,34.54166,-119.79146,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6536,75,273,365,0,16,"","","Certification not required",0,6.681594,3.589454,21.6,"2013-07-14 13:00",21.2,"2013-05-27 14:00",20.6,"2013-07-14 12:00",19.6,"2013-05-29 15:00","","","","",16.1,15,13.2,11.7,9.1,6.2,2.3,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","61102",1,34.54166,-119.79146,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6539,75,273,365,0,13,"","","Certification not required",0,202.346536,80.142084,358,"2013-03-31 13:00",358,"2013-07-05 07:00",358,"2013-08-07 01:00",356,"2013-04-07 14:00","","","","",308,294,280,273,264,245,85,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","61103",1,34.54166,-119.79146,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6534,75,273,365,0,18,"","","Certification not required",0,6.174426,3.664345,20.8,"2013-07-14 13:00",20.4,"2013-05-27 14:00",20,"2013-07-14 12:00",18.8,"2013-05-29 15:00","","","","",15.5,14.4,12.6,11.1,8.7,5.8,1.6,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","61104",1,34.54166,-119.79146,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6534,75,273,365,0,18,"","","Certification not required",0,202.097184,80.111121,359,"2013-03-07 09:00",358,"2013-05-14 03:00",358,"2013-08-01 06:00",357,"2013-04-16 13:00","","","","",301,290,278,273,264,245,86,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","61106",1,34.54166,-119.79146,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6537,75,273,365,0,15,"","","Certification not required",0,21.99922,12.910449,86,"2013-04-09 19:00",79.9,"2013-04-27 06:00",79.6,"2013-02-09 01:00",79.6,"2013-02-09 02:00","","","","",64.7,59.2,50.4,42.2,26.7,16.6,11.4,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1014","62101",1,34.54166,-119.79146,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6539,75,273,365,0,13,"","","Certification not required",0,61.004435,14.483738,104,"2013-06-30 13:00",103,"2013-06-29 12:00",102,"2013-06-29 13:00",102,"2013-06-30 12:00","","","","",95,92,87,82,71,59,43,"Paradise Road","PARADISE RD-LOS PADRES National Forest","California","Santa Barbara","Los Padres National Forest","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1018","42601",1,34.52744,-120.1965,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6801,78,298,365,0,495,"","","Certification not required",0,1.926775,1.419172,38,"2013-05-27 15:00",23,"2013-08-20 02:00",18,"2013-01-10 22:00",18,"2013-01-11 08:00","","","","",6,5,4,3,3,2,1,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","42602",1,34.52744,-120.1965,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6800,78,298,365,0,496,0,"","Certification not required",0,6.895973,3.313972,18,"2013-01-23 16:00",18,"2013-04-29 17:00",18,"2013-07-03 20:00",18,"2013-07-22 22:00","","","","",18,16,13,12,9,6,3,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","42602",1,34.52744,-120.1965,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6800,78,298,365,0,496,"","","Certification not required",0,2.998382,2.341834,18,"2013-01-23 16:00",18,"2013-04-29 17:00",18,"2013-07-03 20:00",18,"2013-07-22 22:00","","","","",10,9,7,6,4,3,1,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","42603",1,34.52744,-120.1965,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6801,78,298,365,0,495,"","","Certification not required",0,5.40494,3.184771,39,"2013-05-27 15:00",37,"2013-08-20 02:00",32,"2013-01-11 08:00",29,"2013-07-03 20:00","","","","",15,13,11,9,7,5,2,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","44201",1,34.52744,-120.1965,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6801,82,300,365,0,495,0,0,"Certification not required",16,0.04006,0.008176,0.072,"2013-05-03 14:00",0.065,"2013-05-12 13:00",0.064,"2013-08-16 14:00",0.063,"2013-10-19 12:00","","","","",0.064,0.06,0.055,0.051,0.044,0.039,0.031,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","44201",1,34.52744,-120.1965,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6927,81,296,365,0,0,0,0,"Certification not required",0,0.035858,0.007595,0.064,"2013-05-03 11:00",0.058,"2013-05-12 09:00",0.056,"2013-04-21 10:00",0.056,"2013-10-18 11:00","","","","",0.056,0.053,0.049,0.047,0.04,0.036,0.027,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","44201",1,34.52744,-120.1965,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6927,81,296,365,0,0,0,0,"Certification not required",0,0.035858,0.007595,0.064,"2013-05-03 11:00",0.058,"2013-05-12 09:00",0.056,"2013-04-21 10:00",0.056,"2013-10-18 11:00","","","","",0.056,0.053,0.049,0.047,0.04,0.036,0.027,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","61101",1,34.52744,-120.1965,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7192,82,298,365,0,104,"","","Certification not required",0,5.55723,3.416022,33.6,"2013-05-05 09:00",32.2,"2013-05-05 08:00",30.9,"2013-05-05 05:00",30.5,"2013-05-05 04:00","","","","",16.1,14.2,11.8,10.1,7.4,4.9,1.9,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","61102",1,34.52744,-120.1965,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7172,82,296,365,0,103,"","","Certification not required",0,130.742192,120.702205,360,"2013-01-09 23:00",360,"2013-03-22 13:00",360,"2013-04-12 08:00",360,"2013-05-15 17:00","","","","",356,352,338,314,244,62,16,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","61103",1,34.52744,-120.1965,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7193,82,298,365,0,103,"","","Certification not required",0,5.105074,3.576562,33,"2013-05-05 09:00",31.7,"2013-05-05 08:00",30.3,"2013-05-05 05:00",30.1,"2013-05-05 04:00","","","","",15.7,13.6,11.5,9.9,7.2,4.7,1.2,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","61104",1,34.52744,-120.1965,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7193,82,298,365,0,103,"","","Certification not required",0,131.765466,122.702295,360,"2013-02-18 03:00",360,"2013-03-09 02:00",360,"2013-04-16 00:00",360,"2013-05-16 15:00","","","","",358,353,339,317,246,62,15,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","61106",1,34.52744,-120.1965,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7192,82,298,365,0,104,"","","Certification not required",0,30.465044,22.227556,98.4,"2013-04-02 23:00",96.7,"2013-05-15 22:00",96.1,"2013-08-02 23:00",95.4,"2013-08-03 00:00","","","","",90.4,86.3,76.8,66,44.4,22.4,8.6,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1018","62101",1,34.52744,-120.1965,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7193,82,298,365,0,103,"","","Certification not required",0,58.079105,10.847666,98,"2013-06-29 11:00",97,"2013-06-29 12:00",96,"2013-06-29 10:00",96,"2013-06-29 13:00","","","","",85,83,78,74,65,56,46,"Nojoqui","GTC B-HWY 101 NEAR NOJOQUI PASS, GAVIOTA","California","Santa Barbara","Gaviota","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","1020","42401",2,34.414942,-119.879511,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6190,71,270,365,0,362,0,"","Certification not required",0,1.22963,0.822009,2,"2013-01-03 08:00",2,"2013-01-08 08:00",2,"2013-01-09 07:00",2,"2013-01-14 08:00","","","","",2,2,2,2,2,1,0,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","42401",2,34.414942,-119.879511,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6190,71,270,365,0,362,"","","Certification not required",0,1.066236,0.748656,2,"2013-01-03 08:00",2,"2013-01-03 19:00",2,"2013-01-03 20:00",2,"2013-01-08 08:00","","","","",2,2,2,2,2,1,0,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","42401",2,34.414942,-119.879511,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,1.069259,0.727461,2,"2013-05-09 00:00",2,"2013-05-13 00:00",2,"2013-05-17 00:00",2,"2013-05-18 00:00","","","","",2,2,2,2,1.9,1,0,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","42401",2,34.414942,-119.879511,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1866,64,266,365,0,0,"",0,"Certification not required",0,1.058896,0.731093,2,"2013-01-23 11:00",2,"2013-01-23 14:00",2,"2013-03-22 20:00",2,"2013-03-22 23:00","","","","",2,2,2,2,2,1,0,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","42402",2,34.414942,-119.879511,"WGS84","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6189,71,271,365,0,363,"","","Certification not required",5418,0.001137,0.000411,0.01,"2013-05-02 14:00",0.008,"2013-04-04 16:00",0.007,"2013-04-04 17:00",0.007,"2013-05-02 15:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","42406",1,34.414942,-119.879511,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6184,71,270,365,0,368,"","","Certification not required",0,1.320181,0.846074,5,"2013-02-21 21:00",3,"2013-03-01 19:00",3,"2013-03-22 16:00",3,"2013-05-03 10:00","","","","",2,2,2,2,2,2,0,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","43101",1,34.414942,-119.879511,"WGS84","Total hydrocarbons","1 HOUR","","Observed Values","INSTRUMENTAL - FLAME IONIZATION",2013,"Parts per billion Carbon","No Events",6189,71,269,365,0,363,"","","Certification not required",0,2161.65778,367.588666,7600,"2013-08-30 20:00",7400,"2013-08-31 02:00",7100,"2013-08-30 19:00",7100,"2013-08-30 22:00","","","","",3800,3000,2600,2400,2200,2100,1900,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","43911",1,34.414942,-119.879511,"WGS84","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6170,70,269,365,0,382,"","","Certification not required",6170,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00",0.01,"2013-01-01 02:00",0.01,"2013-01-01 04:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","61101",1,34.414942,-119.879511,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6522,74,272,365,0,30,"","","Certification not required",0,5.369703,2.867597,26.6,"2013-04-08 17:00",24.7,"2013-04-08 19:00",24.5,"2013-04-08 18:00",22.1,"2013-05-27 14:00","","","","",15.3,13.4,10.9,9.1,6.6,4.7,2.5,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","61102",1,34.414942,-119.879511,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6522,74,272,365,0,30,"","","Certification not required",0,167.34468,101.307294,360,"2013-01-06 07:00",360,"2013-01-07 00:00",360,"2013-01-15 22:00",360,"2013-01-16 18:00","","","","",352,346,317,284,259,168,32,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","61103",1,34.414942,-119.879511,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6522,74,272,365,0,30,"","","Certification not required",0,5.008893,2.961469,26.4,"2013-04-08 17:00",24.5,"2013-04-08 18:00",24.5,"2013-04-08 19:00",21.9,"2013-05-27 14:00","","","","",15,13,10.7,8.9,6.2,4.3,1.9,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","61104",1,34.414942,-119.879511,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6522,74,272,365,0,30,"","","Certification not required",0,166.83134,101.519805,360,"2013-01-15 22:00",360,"2013-01-16 03:00",360,"2013-02-13 00:00",360,"2013-04-03 19:00","","","","",352,346,318,282,259,166,30,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1020","61106",1,34.414942,-119.879511,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6521,74,272,365,0,31,"","","Certification not required",0,17.738798,10.954352,79.2,"2013-05-18 21:00",76.4,"2013-03-16 20:00",75.3,"2013-06-18 21:00",74.6,"2013-09-25 21:00","","","","",57.8,52.3,42.1,32.6,20.3,14.9,8,"UCSB West Campus","UCSB WEST CAMPUS-ARCO TANK, ISLA VISTA","California","Santa Barbara","Isla Vista","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","42601",1,34.402778,-119.4575,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6214,71,272,365,0,338,"","","Certification not required",0,1.031059,0.858302,13,"2013-01-23 15:00",9,"2013-01-09 13:00",8,"2013-01-09 14:00",8,"2013-08-27 16:00","","","","",4,3,2,2,1,1,0,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","42602",1,34.402778,-119.4575,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6214,71,272,365,0,338,0,"","Certification not required",0,4.522059,3.091392,37,"2013-01-23 15:00",23,"2013-01-09 16:00",14,"2013-09-24 17:00",13,"2013-02-22 17:00","","","","",14,12,9,7,5,4,2,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","42602",1,34.402778,-119.4575,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6214,71,272,365,0,338,"","","Certification not required",0,2.192147,1.817107,37,"2013-01-23 15:00",35,"2013-01-23 19:00",31,"2013-01-23 18:00",28,"2013-01-23 17:00","","","","",8,6,5,4,3,2,1,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","42603",1,34.402778,-119.4575,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6214,71,272,365,0,338,"","","Certification not required",0,3.37158,2.251134,51,"2013-01-23 15:00",36,"2013-01-23 19:00",32,"2013-01-23 18:00",29,"2013-01-23 17:00","","","","",10,8,7,5,4,3,1,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","44201",1,34.402778,-119.4575,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6208,74,270,365,0,344,0,0,"Certification not required",3,0.050919,0.008427,0.081,"2013-09-29 13:00",0.075,"2013-09-24 13:00",0.075,"2013-09-30 12:00",0.074,"2013-05-04 12:00","","","","",0.075,0.072,0.066,0.063,0.055,0.05,0.042,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","44201",1,34.402778,-119.4575,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6479,74,269,365,0,0,0,0,"Certification not required",0,0.045706,0.007877,0.072,"2013-09-29 10:00",0.069,"2013-05-04 09:00",0.066,"2013-09-24 09:00",0.065,"2013-08-15 11:00","","","","",0.066,0.064,0.06,0.057,0.05,0.045,0.037,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","44201",1,34.402778,-119.4575,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6479,74,269,365,0,0,0,0,"Certification not required",0,0.045706,0.007877,0.072,"2013-09-29 10:00",0.069,"2013-05-04 09:00",0.066,"2013-09-24 09:00",0.065,"2013-08-15 11:00","","","","",0.066,0.064,0.06,0.057,0.05,0.045,0.037,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","61101",1,34.402778,-119.4575,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,2.77898,1.813225,15.3,"2013-04-08 11:00",13.6,"2013-04-08 10:00",13.4,"2013-02-23 22:00",12.8,"2013-04-08 14:00","","","","",8,6.6,5.6,5.2,4.3,2.1,0.8,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","61102",1,34.402778,-119.4575,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,252.001222,88.531425,360,"2013-01-14 20:00",360,"2013-01-15 02:00",360,"2013-01-25 05:00",360,"2013-02-25 00:00","","","","",355,351,340,330,310,283,106,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","61103",1,34.402778,-119.4575,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6544,75,273,365,0,8,"","","Certification not required",0,2.222081,1.810211,14.6,"2013-04-08 11:00",12.8,"2013-04-08 10:00",12.4,"2013-02-23 22:00",11.8,"2013-01-10 14:00","","","","",7.2,6,5.4,4.9,3.7,1.6,0.4,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","61104",1,34.402778,-119.4575,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,254.974786,86.071732,360,"2013-01-05 03:00",360,"2013-01-16 03:00",360,"2013-01-20 22:00",360,"2013-01-27 19:00","","","","",355,351,341,329,309,284,112,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","61106",1,34.402778,-119.4575,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,39.455899,17.566393,92.2,"2013-04-10 20:00",91.4,"2013-04-09 05:00",90.7,"2013-02-10 01:00",90.7,"2013-09-21 21:00","","","","",78.8,76,70.1,64.1,53.1,37.7,17,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1021","62101",1,34.402778,-119.4575,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,58.950046,8.889773,89,"2013-08-30 13:00",88,"2013-08-30 11:00",88,"2013-08-30 12:00",88,"2013-08-30 14:00","","","","",80,78,74,70,65,59,48,"Carpinteria","GOBERNADOR RD, CARPINTERIA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","42402",1,34.718889,-120.431667,"NAD27","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6160,70,266,365,0,392,"","","Certification not required",5865,0.00105,0.000242,0.008,"2013-01-30 22:00",0.004,"2013-04-05 11:00",0.004,"2013-07-13 22:00",0.003,"2013-02-08 14:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0.001,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","43911",1,34.718889,-120.431667,"NAD27","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6161,70,266,365,0,391,"","","Certification not required",6161,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-01 02:00",0.01,"2013-01-01 03:00",0.01,"2013-01-01 04:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","61101",1,34.718889,-120.431667,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6516,74,272,365,0,36,"","","Certification not required",0,3.899095,2.46886,15.1,"2013-05-05 11:00",14.2,"2013-05-05 12:00",14.2,"2013-09-23 00:00",14,"2013-03-22 09:00","","","","",11.3,10.1,8.5,7.2,5.6,3.1,1.4,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","61102",1,34.718889,-120.431667,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6516,74,272,365,0,36,"","","Certification not required",0,243.716544,105.799071,360,"2013-01-09 08:00",360,"2013-01-13 05:00",360,"2013-01-23 18:00",360,"2013-01-25 21:00","","","","",358,357,354,351,334,276,45,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","61103",1,34.718889,-120.431667,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6514,74,272,365,0,38,"","","Certification not required",0,3.262588,2.410641,14.4,"2013-05-05 11:00",13.8,"2013-09-23 00:00",13.6,"2013-03-23 06:00",13.4,"2013-03-23 04:00","","","","",10.7,9.5,8,6.4,4.9,2.5,0.8,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","61104",1,34.718889,-120.431667,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6514,74,272,365,0,38,"","","Certification not required",0,244.270034,106.783675,360,"2013-01-05 22:00",360,"2013-01-07 00:00",360,"2013-01-27 08:00",360,"2013-02-06 04:00","","","","",359,358,355,352,336,276,39,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","61106",1,34.718889,-120.431667,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6513,74,272,365,0,39,"","","Certification not required",0,36.269323,14.735516,87.1,"2013-01-23 19:00",86.2,"2013-02-12 20:00",84.1,"2013-09-26 05:00",82.9,"2013-09-19 18:00","","","","",73.8,69.1,62.8,56.8,45,35.5,16.1,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1022","62101",1,34.718889,-120.431667,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6516,74,272,365,0,36,"","","Certification not required",0,56.631522,9.525974,96,"2013-06-29 15:00",95,"2013-06-29 11:00",95,"2013-06-29 13:00",95,"2013-06-29 14:00","","","","",80,79,74,70,63,55,46,"Lompoc Odor","500 M SOUTH OF HS&P FACILITY, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1025","42101",1,34.48974,-120.04692,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6799,78,296,365,0,476,0,0,"Certification not required",6799,0.25,0,0.25,"2013-01-01 00:00",0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00",0.25,"2013-01-01 04:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42101",1,34.48974,-120.04692,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6907,79,292,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 06:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 09:00",0.3,"2013-01-01 06:00",0.3,"2013-01-01 14:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42401",1,34.48974,-120.04692,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6799,78,296,365,0,476,1,"","Certification not required",0,2.222973,7.16377,83,"2013-02-04 08:00",49,"2013-02-03 11:00",46,"2013-02-01 09:00",46,"2013-04-15 04:00","","","","",46,26,3,2,2,1,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42401",1,34.48974,-120.04692,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6799,78,296,365,0,476,"","","Certification not required",0,0.376526,2.152883,83,"2013-02-04 08:00",49,"2013-02-03 11:00",46,"2013-02-01 09:00",46,"2013-04-15 04:00","","","","",3,2,1,1,0,0,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42401",1,34.48974,-120.04692,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",296,81,296,365,0,0,0,"","Certification not required",0,0.374324,1.279413,13.8,"2013-02-04 00:00",12.5,"2013-02-01 00:00",8.3,"2013-02-02 00:00",7.1,"2013-02-03 00:00","","","","",8.3,2.2,1,0.8,0.4,0.1,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42401",1,34.48974,-120.04692,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2037,70,289,365,0,0,"",0,"Certification not required",0,0.339323,1.738309,32,"2013-02-03 11:00",28,"2013-02-04 08:00",26,"2013-02-01 11:00",22.3,"2013-02-01 17:00","","","","",4.3,1.6,1,1,0.3,0,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42406",1,34.48974,-120.04692,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6175,70,292,365,0,1100,"","","Certification not required",0,0.945425,8.11864,468,"2013-02-04 08:00",127,"2013-02-02 17:00",126,"2013-03-27 21:00",121,"2013-02-01 23:00","","","","",7,4,2,1,1,0,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","42601",1,34.48974,-120.04692,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6787,77,296,365,0,488,"","","Certification not required",0,0.143804,0.590429,25,"2013-04-21 14:00",19,"2013-05-08 05:00",6,"2013-05-07 06:00",5,"2013-03-13 08:00","","","","",2,2,1,1,0,0,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42602",1,34.48974,-120.04692,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6788,77,295,365,0,487,0,"","Certification not required",0,4.79322,3.515943,23,"2013-07-18 18:00",21,"2013-07-14 16:00",18,"2013-06-20 17:00",17,"2013-01-23 15:00","","","","",18,16,11,9,6,4,1,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42602",1,34.48974,-120.04692,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6788,77,295,365,0,487,"","","Certification not required",0,2.342222,2.371185,23,"2013-07-18 18:00",21,"2013-07-14 16:00",21,"2013-07-14 18:00",20,"2013-07-14 15:00","","","","",10,8,6,5,4,2,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","42603",1,34.48974,-120.04692,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6787,77,295,365,0,488,"","","Certification not required",0,2.79947,2.78072,36,"2013-05-08 05:00",27,"2013-04-21 14:00",25,"2013-07-18 18:00",24,"2013-07-14 16:00","","","","",12,10,8,6,4,2,0,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","43101",1,34.48974,-120.04692,"WGS84","Total hydrocarbons","1 HOUR","","Observed Values","INSTRUMENTAL - FLAME IONIZATION",2013,"Parts per billion Carbon","No Events",6156,70,266,365,0,1119,"","","Certification not required",0,1760.802469,175.683248,2900,"2013-08-14 20:00",2700,"2013-09-07 02:00",2700,"2013-09-08 21:00",2600,"2013-07-24 05:00","","","","",2200,2200,2100,2000,1900,1800,1600,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","44201",1,34.48974,-120.04692,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6805,82,298,365,0,470,0,0,"Certification not required",1,0.043621,0.008431,0.081,"2013-05-03 14:00",0.071,"2013-05-02 20:00",0.071,"2013-05-04 00:00",0.065,"2013-05-12 21:00","","","","",0.071,0.063,0.059,0.054,0.048,0.044,0.033,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","44201",1,34.48974,-120.04692,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6910,81,294,365,0,0,0,0,"Certification not required",0,0.039595,0.008312,0.074,"2013-05-03 10:00",0.067,"2013-05-02 19:00",0.063,"2013-05-12 18:00",0.059,"2013-05-13 11:00","","","","",0.063,0.058,0.053,0.05,0.045,0.04,0.029,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","44201",1,34.48974,-120.04692,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6910,81,294,365,0,0,0,0,"Certification not required",0,0.039595,0.008312,0.074,"2013-05-03 10:00",0.067,"2013-05-02 19:00",0.063,"2013-05-12 18:00",0.059,"2013-05-13 11:00","","","","",0.063,0.058,0.053,0.05,0.045,0.04,0.029,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-02-04" +"06","083","1025","61101",1,34.48974,-120.04692,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7205,82,299,365,0,70,"","","Certification not required",0,6.300999,6.215181,41.9,"2013-04-08 01:00",41.2,"2013-02-20 09:00",40.6,"2013-02-20 10:00",40,"2013-04-08 02:00","","","","",29.5,25.4,20.2,15.5,7.2,4.1,1.6,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","61102",1,34.48974,-120.04692,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7206,82,299,365,0,69,"","","Certification not required",0,206.129198,98.904916,360,"2013-01-17 05:00",360,"2013-02-15 19:00",360,"2013-03-03 04:00",360,"2013-03-12 05:00","","","","",354,350,344,336,305,185,67,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","61103",1,34.48974,-120.04692,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7205,82,299,365,0,67,"","","Certification not required",0,5.7961,6.284587,41.8,"2013-04-08 01:00",41,"2013-02-20 09:00",40.6,"2013-02-20 10:00",39.8,"2013-04-08 02:00","","","","",29.1,25.1,19.8,15.1,7,3.7,0.8,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","61104",1,34.48974,-120.04692,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7205,82,299,365,0,70,"","","Certification not required",0,208.321166,98.979111,360,"2013-01-29 22:00",360,"2013-05-26 01:00",360,"2013-06-18 23:00",359,"2013-01-17 21:00","","","","",353,349,344,336,307,186,69,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","61106",1,34.48974,-120.04692,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7206,82,299,365,0,69,"","","Certification not required",0,26.869248,15.488561,88.7,"2013-06-28 19:00",85.4,"2013-07-03 06:00",83.3,"2013-10-16 20:00",82.5,"2013-02-28 03:00","","","","",68.2,63.2,56.4,50.3,37.5,22.4,10.6,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","62101",1,34.48974,-120.04692,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7209,82,299,365,0,66,"","","Certification not required",0,62.27105,8.550889,96,"2013-05-13 13:00",95,"2013-05-13 14:00",94,"2013-05-13 12:00",94,"2013-05-13 15:00","","","","",84,82,78,74,67,61,52,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1025","81102",3,34.48974,-120.04692,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6454,74,268,365,0,97,"","","Certification not required",117,18.402851,10.506915,180,"2013-05-08 05:00",96,"2013-09-25 15:00",78,"2013-09-25 16:00",77,"2013-05-02 16:00","","","","",47,42,37,33,25,17,6,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","1025","81102",3,34.48974,-120.04692,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",268,73,268,365,0,0,0,0,"Certification not required",0,17.936567,8.291488,45,"2013-05-02 00:00",41,"2013-06-01 00:00",39,"2013-05-03 00:00",39,"2013-05-04 00:00","","","","",39,38,33,29,23,17,8,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","1025","85101",3,34.48974,-120.04692,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6463,74,269,365,0,88,"","","Certification not required",108,18.895095,10.706047,188,"2013-05-08 05:00",98,"2013-09-25 15:00",79,"2013-09-25 16:00",78,"2013-09-26 22:00","","","","",48,43,38,34,25,17,7,"Los Flores Canyon #1","LFC #1-LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","1033","61101",1,34.388333,-119.506389,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6543,75,273,365,0,9,"","","Certification not required",0,2.902568,1.41098,10.5,"2013-04-08 11:00",9.7,"2013-04-08 12:00",9.5,"2013-05-28 15:00",9.1,"2013-04-08 10:00","","","","",6.8,6.2,5.4,4.9,3.9,2.3,1.6,"CarpMet","5600 Carpinteria Ave Carpinteria CA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1033","61102",1,34.388333,-119.506389,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,155.134648,90.229718,360,"2013-02-11 08:00",360,"2013-02-23 23:00",360,"2013-03-12 22:00",359,"2013-01-07 06:00","","","","",345,332,292,261,232,171,36,"CarpMet","5600 Carpinteria Ave Carpinteria CA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1033","61103",1,34.388333,-119.506389,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,2.467268,1.403686,8.9,"2013-04-08 11:00",8.2,"2013-05-28 15:00",8,"2013-04-08 12:00",7.8,"2013-01-10 15:00","","","","",6,5.6,5,4.5,3.5,1.9,1,"CarpMet","5600 Carpinteria Ave Carpinteria CA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1033","61104",1,34.388333,-119.506389,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6541,75,273,365,0,11,"","","Certification not required",0,156.282373,89.219982,360,"2013-03-23 07:00",360,"2013-07-12 02:00",360,"2013-08-20 03:00",359,"2013-01-25 22:00","","","","",348,331,294,261,232,172,38,"CarpMet","5600 Carpinteria Ave Carpinteria CA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1033","61106",1,34.388333,-119.506389,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,32.264527,13.137683,90.2,"2013-09-22 20:00",86.1,"2013-08-22 21:00",83.4,"2013-05-12 22:00",83.3,"2013-03-15 22:00","","","","",68.4,64.2,57.5,51.6,40.1,29.2,17.5,"CarpMet","5600 Carpinteria Ave Carpinteria CA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1033","62101",1,34.388333,-119.506389,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,58.329818,6.21524,81,"2013-08-30 12:00",80,"2013-08-30 13:00",79,"2013-05-03 12:00",79,"2013-08-30 11:00","","","","",71,69,67,65,63,59,50,"CarpMet","5600 Carpinteria Ave Carpinteria CA","California","Santa Barbara","Carpinteria","Santa Barbara-Santa Maria-Goleta, CA","2013-12-23" +"06","083","1037","42402",1,34.46453,-120.04498,"WGS84","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6956,79,302,365,0,340,"","","Certification not required",6923,0.001009,0.000185,0.011,"2013-06-30 03:00",0.007,"2013-06-30 02:00",0.006,"2013-06-30 04:00",0.005,"2013-05-31 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1037","61101",1,34.46453,-120.04498,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7260,83,302,365,0,36,"","","Certification not required",0,3.884339,2.445716,20.2,"2013-05-14 18:00",19,"2013-09-25 21:00",18.4,"2013-05-27 00:00",18.3,"2013-05-27 02:00","","","","",12.6,11.1,8.9,7.2,4.7,3.3,1.6,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1037","61102",1,34.46453,-120.04498,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7260,83,302,365,0,36,"","","Certification not required",0,162.134022,118.402932,360,"2013-02-21 08:00",360,"2013-02-26 18:00",360,"2013-03-14 20:00",360,"2013-03-18 04:00","","","","",358,356,345,328,248,171,9,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1037","61103",1,34.46453,-120.04498,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7260,83,302,365,0,36,"","","Certification not required",0,3.58511,2.409524,19.8,"2013-05-14 18:00",18.8,"2013-09-25 21:00",18.1,"2013-05-27 00:00",18.1,"2013-05-27 02:00","","","","",12,10.5,8.4,6.8,4.5,3.1,1.2,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1037","61104",1,34.46453,-120.04498,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7260,83,302,365,0,36,"","","Certification not required",0,155.75124,116.961216,360,"2013-01-12 03:00",360,"2013-02-03 04:00",360,"2013-03-18 01:00",360,"2013-03-18 22:00","","","","",356,353,337,321,241,164,9,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1037","61106",1,34.46453,-120.04498,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7166,82,297,365,0,130,"","","Certification not required",0,26.509978,14.038445,89.3,"2013-04-26 20:00",85.4,"2013-01-26 07:00",84.5,"2013-09-15 19:00",84.1,"2013-09-03 19:00","","","","",70.8,65.9,57,47.1,31.9,22.9,11.9,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","1037","62101",1,34.46453,-120.04498,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7260,83,302,365,0,36,"","","Certification not required",0,59.718044,7.959723,94,"2013-07-14 16:00",93,"2013-07-14 17:00",92,"2013-07-14 18:00",91,"2013-05-12 22:00","","","","",79,77,73,69,65,60,49,"Las Flores Canyon Odor","12100 CALLE REAL, LAS FLORES CANYON","California","Santa Barbara","Capitan","Santa Barbara-Santa Maria-Goleta, CA","2014-01-29" +"06","083","2004","42101",1,34.63782,-120.4575,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7541,86,332,365,0,475,0,0,"Certification not required",7541,0.25,0,0.25,"2013-01-01 00:00",0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00",0.25,"2013-01-01 04:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42101",1,34.63782,-120.4575,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7686,88,330,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 06:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 09:00",0.3,"2013-01-01 06:00",0.3,"2013-01-01 14:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42401",1,34.63782,-120.4575,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7566,86,333,365,0,450,1,"","Certification not required",0,2.441441,6.333148,117,"2013-10-07 04:00",5,"2013-06-23 21:00",4,"2013-09-02 04:00",4,"2013-09-23 04:00","","","","",4,4,3,3,2,2,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42401",1,34.63782,-120.4575,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7566,86,333,365,0,450,"","","Certification not required",0,1.373777,1.424781,117,"2013-10-07 04:00",5,"2013-06-23 21:00",4,"2013-09-02 04:00",4,"2013-09-23 04:00","","","","",3,2,2,2,2,1,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42401",1,34.63782,-120.4575,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",333,91,333,365,0,0,0,"","Certification not required",0,1.36036,0.530165,7.5,"2013-10-07 00:00",2.3,"2013-10-06 00:00",2.3,"2013-11-19 00:00",2.2,"2013-11-08 00:00","","","","",2.2,2.1,2,2,1.7,1.1,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42401",1,34.63782,-120.4575,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2276,78,330,365,0,0,"",0,"Certification not required",0,1.322935,0.449,3,"2013-10-06 05:00",2.6,"2013-09-28 14:00",2.6,"2013-11-08 11:00",2.6,"2013-11-09 11:00","","","","",2,2,2,2,2,1,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42406",1,34.63782,-120.4575,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6888,79,331,365,0,1128,"","","Certification not required",0,1.525116,0.526853,6,"2013-09-28 13:00",4,"2013-01-22 03:00",4,"2013-03-02 10:00",4,"2013-05-04 15:00","","","","",3,2,2,2,2,2,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42601",1,34.63782,-120.4575,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,334,365,0,444,"","","Certification not required",0,1.652536,4.086646,69,"2013-01-23 08:00",59,"2013-01-16 07:00",58,"2013-02-22 07:00",48,"2013-01-23 07:00","","","","",23,15,7,3,1,1,0,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42602",1,34.63782,-120.4575,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,334,365,0,444,1,"","Certification not required",0,8.58982,8.566785,105,"2013-10-07 04:00",27,"2013-10-16 05:00",27,"2013-11-07 06:00",26,"2013-10-17 05:00","","","","",26,25,23,19,13,6,2,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42602",1,34.63782,-120.4575,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,334,365,0,444,"","","Certification not required",0,2.969097,4.261632,105,"2013-10-07 04:00",27,"2013-10-16 05:00",27,"2013-11-07 06:00",26,"2013-10-17 05:00","","","","",19,16,12,9,4,1,0,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","42603",1,34.63782,-120.4575,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,334,365,0,444,"","","Certification not required",0,5.105388,7.50031,123,"2013-10-07 04:00",91,"2013-01-23 08:00",79,"2013-02-22 07:00",78,"2013-01-16 07:00","","","","",38,30,20,13,5,3,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","44201",1,34.63782,-120.4575,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7556,91,333,365,0,460,0,0,"Certification not required",99,0.040631,0.00803,0.073,"2013-05-03 11:00",0.064,"2013-05-04 17:00",0.06,"2013-10-15 15:00",0.059,"2013-03-23 13:00","","","","",0.059,0.057,0.053,0.05,0.046,0.041,0.03,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","44201",1,34.63782,-120.4575,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7700,91,332,365,0,0,0,0,"Certification not required",0,0.037301,0.007736,0.07,"2013-05-03 10:00",0.057,"2013-03-23 10:00",0.057,"2013-05-04 12:00",0.054,"2013-03-24 11:00","","","","",0.054,0.052,0.049,0.047,0.043,0.037,0.028,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","44201",1,34.63782,-120.4575,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7700,91,332,365,0,0,0,0,"Certification not required",0,0.037301,0.007736,0.07,"2013-05-03 10:00",0.057,"2013-03-23 10:00",0.057,"2013-05-04 12:00",0.054,"2013-03-24 11:00","","","","",0.054,0.052,0.049,0.047,0.043,0.037,0.028,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","61101",1,34.63782,-120.4575,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8010,91,334,365,0,6,"","","Certification not required",0,4.556567,2.943892,15.1,"2013-05-05 12:00",15,"2013-04-08 12:00",15,"2013-05-05 11:00",14.2,"2013-04-08 13:00","","","","",11.8,11.3,10.1,8.7,6.8,3.9,1.4,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","61102",1,34.63782,-120.4575,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8010,91,334,365,0,6,"","","Certification not required",0,244.173283,70.827252,360,"2013-03-25 04:00",360,"2013-03-25 09:00",360,"2013-08-20 06:00",359,"2013-02-12 11:00","","","","",342,328,307,297,284,270,131,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","61103",1,34.63782,-120.4575,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8010,91,334,365,0,6,"","","Certification not required",0,4.195593,2.940604,14.8,"2013-05-05 12:00",14.4,"2013-04-08 12:00",14.4,"2013-05-05 11:00",13.8,"2013-05-05 09:00","","","","",11.5,10.9,9.7,8.4,6.4,3.7,0.8,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","61104",1,34.63782,-120.4575,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8010,91,334,365,0,6,"","","Certification not required",0,243.888015,70.176912,360,"2013-03-01 10:00",359,"2013-03-18 08:00",359,"2013-05-12 07:00",358,"2013-02-13 10:00","","","","",341,327,306,296,283,271,131,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","61106",1,34.63782,-120.4575,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8011,91,334,365,0,5,"","","Certification not required",0,28.396617,12.223735,83.6,"2013-02-22 03:00",79,"2013-04-01 09:00",78.6,"2013-01-03 10:00",78.4,"2013-04-18 02:00","","","","",66.8,62.3,55.5,48.6,32.9,22.7,18.8,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","62101",1,34.63782,-120.4575,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8010,91,334,365,0,6,"","","Certification not required",0,57.043321,8.388539,91,"2013-10-06 11:00",90,"2013-05-03 10:00",89,"2013-10-06 10:00",89,"2013-10-06 12:00","","","","",77,75,71,68,62,57,47,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","2004","81102",2,34.63782,-120.4575,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6477,74,271,365,0,75,"","","Certification not required",259,20.401112,12.489897,123,"2013-08-20 18:00",116,"2013-09-25 14:00",102,"2013-09-25 15:00",93,"2013-09-25 13:00","","","","",56,50,44,38,28,18,6,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2004","81102",2,34.63782,-120.4575,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,19.907749,9.726385,49,"2013-06-01 00:00",48,"2013-05-22 00:00",46,"2013-05-03 00:00",46,"2013-05-31 00:00","","","","",46,43,39,34,25,19,8,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2004","85101",2,34.63782,-120.4575,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6480,74,271,365,0,72,"","","Certification not required",240,21.190586,12.906204,127,"2013-08-20 18:00",119,"2013-09-25 14:00",105,"2013-09-25 15:00",95,"2013-09-25 13:00","","","","",57,51,45,39,29,19,7,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2004","88501",1,34.63782,-120.4575,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6268,72,267,365,0,284,"","","Certification not required",0,6.10351,4.466883,46,"2013-01-12 11:00",41,"2013-01-12 12:00",40.9,"2013-07-04 20:00",34,"2013-04-19 06:00","","","","",19,17,14,11.9,8.9,5.7,1,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2004","88501",1,34.63782,-120.4575,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,6.073408,2.961038,15.9,"2013-06-01 00:00",14.2,"2013-05-20 00:00",14.2,"2013-05-31 00:00",13.4,"2013-05-04 00:00","","","","",14.2,12.6,11.6,10.3,7.7,5.9,2.5,"Lompoc H Street","128 S 'H' ST, LOMPOC","California","Santa Barbara","Lompoc","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2011","42101",1,34.44551,-119.8284,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6869,78,303,365,0,406,0,0,"Certification not required",6869,0.25,0,0.25,"2013-01-01 00:00",0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00",0.25,"2013-01-01 04:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","42101",1,34.44551,-119.8284,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7001,80,301,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 06:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 09:00",0.3,"2013-01-01 06:00",0.3,"2013-01-01 14:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","42601",1,34.44551,-119.8284,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6873,78,303,365,0,402,"","","Certification not required",0,0.874291,3.170673,48,"2013-01-22 08:00",47,"2013-01-04 09:00",46,"2013-01-09 09:00",43,"2013-01-08 09:00","","","","",17,9,4,2,1,0,0,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","42602",1,34.44551,-119.8284,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6873,78,303,365,0,402,0,"","Certification not required",0,11.237624,6.433277,34,"2013-10-14 20:00",33,"2013-01-23 16:00",30,"2013-10-31 17:00",29,"2013-02-28 20:00","","","","",29,28,25,21,14,9,5,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","42602",1,34.44551,-119.8284,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6873,78,303,365,0,402,"","","Certification not required",0,5.155391,4.146229,34,"2013-10-14 20:00",33,"2013-01-23 16:00",31,"2013-01-23 15:00",31,"2013-01-23 18:00","","","","",20,18,14,10,6,4,2,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","42603",1,34.44551,-119.8284,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6873,78,303,365,0,402,"","","Certification not required",0,6.415685,6.554591,75,"2013-01-04 09:00",72,"2013-01-22 08:00",70,"2013-01-08 09:00",69,"2013-01-09 09:00","","","","",35,27,18,13,7,4,2,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","44201",1,34.44551,-119.8284,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6871,83,303,365,0,404,0,0,"Certification not required",299,0.042261,0.00912,0.075,"2013-08-30 16:00",0.071,"2013-10-18 14:00",0.07,"2013-09-29 13:00",0.068,"2013-05-04 14:00","","","","",0.068,0.063,0.059,0.054,0.047,0.041,0.032,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","44201",1,34.44551,-119.8284,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6992,83,302,365,0,0,0,0,"Certification not required",0,0.037762,0.008647,0.064,"2013-08-30 11:00",0.062,"2013-10-18 09:00",0.06,"2013-09-29 09:00",0.059,"2013-05-04 09:00","","","","",0.059,0.056,0.053,0.05,0.043,0.037,0.028,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","44201",1,34.44551,-119.8284,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6992,83,302,365,0,0,0,0,"Certification not required",0,0.037762,0.008647,0.064,"2013-08-30 11:00",0.062,"2013-10-18 09:00",0.06,"2013-09-29 09:00",0.059,"2013-05-04 09:00","","","","",0.059,0.056,0.053,0.05,0.043,0.037,0.028,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","61101",1,34.44551,-119.8284,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7267,83,303,365,0,8,"","","Certification not required",0,3.157328,1.775153,12.4,"2013-04-06 02:00",12.2,"2013-04-08 13:00",12,"2013-04-06 01:00",12,"2013-04-08 12:00","","","","",8.9,7.8,6,5.4,4.5,2.7,1.4,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","61102",1,34.44551,-119.8284,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7269,83,303,365,0,6,"","","Certification not required",0,151.154354,105.150498,360,"2013-01-12 21:00",360,"2013-01-19 19:00",360,"2013-02-13 22:00",360,"2013-03-04 19:00","","","","",357,354,343,307,223,161,19,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","61103",1,34.44551,-119.8284,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7267,83,303,365,0,8,"","","Certification not required",0,2.746801,1.713417,11.7,"2013-04-06 02:00",11.5,"2013-04-16 14:00",11.5,"2013-04-16 15:00",11.3,"2013-04-06 01:00","","","","",8.4,7,5.4,4.9,3.9,2.3,1,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","61104",1,34.44551,-119.8284,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7267,83,303,365,0,8,"","","Certification not required",0,150.987202,103.663226,360,"2013-01-10 06:00",360,"2013-01-27 02:00",360,"2013-02-15 19:00",360,"2013-03-08 01:00","","","","",357,354,341,304,218,162,20,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","61106",1,34.44551,-119.8284,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7269,83,303,365,0,6,"","","Certification not required",0,30.409121,12.565247,91.2,"2013-05-12 23:00",85.6,"2013-05-12 20:00",84.6,"2013-05-12 19:00",83.7,"2013-05-13 00:00","","","","",69.1,63.9,56.5,48.9,35.8,27.6,17.3,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","62101",1,34.44551,-119.8284,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7270,83,303,365,0,5,"","","Certification not required",0,61.236039,10.086372,93,"2013-07-14 17:00",91,"2013-08-30 11:00",91,"2013-10-06 13:00",90,"2013-05-03 13:00","","","","",84,82,78,74,68,61,48,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","62201",1,34.44551,-119.8284,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7274,83,303,365,0,1,"","","Certification not required",0,66.583173,19.617707,94,"2013-10-20 07:00",94,"2013-10-27 07:00",93,"2013-03-14 03:00",93,"2013-03-14 04:00","","","","",92,91,90,89,85,68,38,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","63301",1,34.44551,-119.8284,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7274,83,303,365,0,1,"","","Certification not required",3497,0.307818,0.409679,1.38,"2013-07-26 11:00",1.37,"2013-05-06 11:00",1.34,"2013-05-06 12:00",1.33,"2013-06-19 12:00","","","","",1.27,1.24,1.17,1.02,0.6,0.03,0.005,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","64101",1,34.44551,-119.8284,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7274,83,303,365,0,1,"","","Certification not required",0,1011.777413,3.959074,1029.2,"2013-01-15 09:00",1029.2,"2013-01-15 10:00",1027.9,"2013-01-15 08:00",1027.9,"2013-01-15 11:00","","","","",1022.6,1021.2,1018.6,1017.2,1014.6,1011.9,1006.6,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2014-01-31" +"06","083","2011","81102",1,34.44551,-119.8284,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6505,74,272,365,0,47,"","","Certification not required",332,19.29854,12.067832,154,"2013-09-25 15:00",119,"2013-05-14 10:00",104,"2013-07-08 18:00",104,"2013-09-25 16:00","","","","",52,47,41,35,26,18,5,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2011","81102",1,34.44551,-119.8284,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",272,75,272,365,0,0,0,0,"Certification not required",0,18.816176,8.798861,43,"2013-05-22 00:00",42,"2013-09-25 00:00",41,"2013-05-04 00:00",41,"2013-05-31 00:00","","","","",41,39,36,31,25,17,8,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2011","85101",1,34.44551,-119.8284,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6510,74,272,365,0,42,"","","Certification not required",305,19.812135,12.224781,154,"2013-09-25 15:00",120,"2013-05-14 10:00",106,"2013-07-08 18:00",105,"2013-09-25 16:00","","","","",53,48,42,36,27,18,6,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2011","88501",1,34.44551,-119.8284,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6521,74,273,365,0,31,"","","Certification not required",0,9.23938,5.024712,75,"2013-03-23 03:00",39,"2013-01-05 20:00",34,"2013-01-14 21:00",33,"2013-01-04 20:00","","","","",23.3,21,18.1,16,12,8.9,3,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","2011","88501",1,34.44551,-119.8284,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,9.19304,3.365786,20.5,"2013-05-04 00:00",18.9,"2013-03-23 00:00",18.3,"2013-05-21 00:00",17.6,"2013-05-31 00:00","","","","",18.3,16.4,14.5,14,11.3,8.9,5,"Goleta","380 N FAIRVIEW AVENUE, GOLETA","California","Santa Barbara","Goleta","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","3001","44201",1,34.60839,-120.0747,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6947,83,304,365,0,349,0,0,"Certification not required",149,0.039895,0.008552,0.076,"2013-05-03 13:00",0.075,"2013-05-04 13:00",0.064,"2013-10-18 13:00",0.063,"2013-04-21 14:00","","","","",0.063,0.062,0.055,0.051,0.044,0.039,0.031,"Santa Ynez Airport","AIRPORT RD., SANTA YNEZ","California","Santa Barbara","Santa Ynez","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","3001","44201",1,34.60839,-120.0747,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7282,83,303,365,0,0,0,0,"Certification not required",0,0.034977,0.007931,0.07,"2013-05-03 10:00",0.062,"2013-05-04 10:00",0.057,"2013-04-21 10:00",0.057,"2013-05-02 10:00","","","","",0.057,0.054,0.049,0.046,0.039,0.035,0.026,"Santa Ynez Airport","AIRPORT RD., SANTA YNEZ","California","Santa Barbara","Santa Ynez","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","3001","44201",1,34.60839,-120.0747,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7282,83,303,365,0,0,0,0,"Certification not required",0,0.034977,0.007931,0.07,"2013-05-03 10:00",0.062,"2013-05-04 10:00",0.057,"2013-04-21 10:00",0.057,"2013-05-02 10:00","","","","",0.057,0.054,0.049,0.046,0.039,0.035,0.026,"Santa Ynez Airport","AIRPORT RD., SANTA YNEZ","California","Santa Barbara","Santa Ynez","Santa Barbara-Santa Maria-Goleta, CA","2014-01-23" +"06","083","4003","42101",1,34.596111,-120.630278,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7521,86,332,365,0,495,0,0,"Certification not required",7521,0.25,0,0.25,"2013-01-01 00:00",0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00",0.25,"2013-01-01 04:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42101",1,34.596111,-120.630278,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7662,87,327,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 06:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 09:00",0.3,"2013-01-01 06:00",0.3,"2013-01-01 14:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42401",1,34.596111,-120.630278,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7478,85,329,365,0,538,0,"","Certification not required",0,2.653495,1.293156,9,"2013-10-07 04:00",8,"2013-09-30 04:00",8,"2013-10-14 04:00",7,"2013-09-16 04:00","","","","",7,7,6,4,3,2,2,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42401",1,34.596111,-120.630278,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7478,85,329,365,0,538,"","","Certification not required",0,1.082642,0.450421,9,"2013-10-07 04:00",8,"2013-09-30 04:00",8,"2013-10-14 04:00",7,"2013-09-16 04:00","","","","",3,2,2,1,1,1,1,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42401",1,34.596111,-120.630278,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",329,90,329,365,0,0,0,"","Certification not required",0,1.057143,0.093797,1.6,"2013-10-07 00:00",1.4,"2013-09-28 00:00",1.4,"2013-09-30 00:00",1.4,"2013-10-05 00:00","","","","",1.4,1.3,1.3,1.2,1.1,1,1,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42401",1,34.596111,-120.630278,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2241,77,322,365,0,0,"",0,"Certification not required",0,1.007541,0.071034,2,"2013-05-03 08:00",2,"2013-05-05 08:00",2,"2013-06-23 20:00",2,"2013-09-28 14:00","","","","",1.3,1.3,1,1,1,1,1,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42406",1,34.596111,-120.630278,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6785,77,322,365,0,1231,"","","Certification not required",0,1.366544,1.854105,113,"2013-06-23 20:00",94,"2013-10-15 12:00",9,"2013-03-01 12:00",9,"2013-03-02 09:00","","","","",3,3,2,2,2,1,1,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42601",1,34.596111,-120.630278,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7507,86,330,365,0,509,"","","Certification not required",0,0.009991,0.281372,17,"2013-04-22 03:00",10,"2013-01-10 23:00",10,"2013-01-25 10:00",6,"2013-03-01 10:00","","","","",0,0,0,0,0,0,0,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42602",1,34.596111,-120.630278,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7507,86,330,365,0,509,1,"","Certification not required",0,1.569697,7.916144,139,"2013-04-22 03:00",23,"2013-09-12 08:00",17,"2013-03-01 10:00",16,"2013-01-23 14:00","","","","",16,9,3,2,1,1,0,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42602",1,34.596111,-120.630278,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7507,86,330,365,0,509,"","","Certification not required",0,0.282936,1.788774,139,"2013-04-22 03:00",23,"2013-09-12 08:00",17,"2013-03-01 10:00",16,"2013-01-23 14:00","","","","",3,2,1,1,0,0,0,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","42603",1,34.596111,-120.630278,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7507,86,330,365,0,509,"","","Certification not required",0,0.268416,2.004662,156,"2013-04-22 03:00",24,"2013-03-01 10:00",24,"2013-09-12 08:00",23,"2013-01-25 10:00","","","","",3,2,1,1,0,0,0,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","43101",1,34.596111,-120.630278,"NAD27","Total hydrocarbons","1 HOUR","","Observed Values","INSTRUMENTAL - FLAME IONIZATION",2013,"Parts per billion Carbon","No Events",6689,76,291,365,0,1327,"","","Certification not required",9,1463.806249,147.165957,4200,"2013-04-22 03:00",2000,"2013-01-14 00:00",2000,"2013-01-14 07:00",2000,"2013-01-14 23:00","","","","",1800,1800,1700,1600,1500,1500,1300,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","44201",1,34.596111,-120.630278,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7432,90,327,365,0,584,0,0,"Certification not required",0,0.042602,0.008792,0.074,"2013-05-03 11:00",0.068,"2013-05-02 21:00",0.066,"2013-10-18 18:00",0.064,"2013-10-06 16:00","","","","",0.064,0.062,0.057,0.053,0.048,0.044,0.031,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","44201",1,34.596111,-120.630278,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7570,89,326,365,0,0,0,0,"Certification not required",0,0.039607,0.008241,0.071,"2013-05-03 10:00",0.066,"2013-05-02 18:00",0.059,"2013-03-01 18:00",0.058,"2013-10-15 12:00","","","","",0.058,0.056,0.053,0.049,0.045,0.041,0.029,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","44201",1,34.596111,-120.630278,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7570,89,326,365,0,0,0,0,"Certification not required",0,0.039607,0.008241,0.071,"2013-05-03 10:00",0.066,"2013-05-02 18:00",0.059,"2013-03-01 18:00",0.058,"2013-10-15 12:00","","","","",0.058,0.056,0.053,0.049,0.045,0.041,0.029,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","61101",1,34.596111,-120.630278,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7590,87,315,365,0,426,"","","Certification not required",0,8.494058,3.366313,27.8,"2013-01-24 01:00",26.4,"2013-01-24 13:00",25.6,"2013-04-08 06:00",25.4,"2013-04-08 07:00","","","","",17.9,16.1,13.8,12.2,10.7,8.5,4.1,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","61102",1,34.596111,-120.630278,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7977,91,332,365,0,39,"","","Certification not required",0,158.744766,146.662835,360,"2013-01-07 03:00",360,"2013-01-26 07:00",360,"2013-01-31 16:00",360,"2013-02-03 23:00","","","","",359,359,357,352,335,81,6,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","61103",1,34.596111,-120.630278,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7607,87,316,365,0,409,"","","Certification not required",0,8.314092,3.457188,27.6,"2013-01-24 01:00",26.2,"2013-01-24 13:00",25.2,"2013-04-08 06:00",25.1,"2013-04-08 07:00","","","","",18.1,16.1,13.6,12.2,10.5,8.5,3.7,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","61104",1,34.596111,-120.630278,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7590,87,315,365,0,426,"","","Certification not required",0,157.216206,146.096752,360,"2013-01-07 03:00",360,"2013-01-26 07:00",360,"2013-02-02 14:00",360,"2013-02-05 02:00","","","","",359,359,357,352,333,78,6,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","61106",1,34.596111,-120.630278,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7589,87,315,365,0,427,"","","Certification not required",0,13.928212,7.607305,74.9,"2013-01-04 08:00",73.3,"2013-01-05 22:00",71,"2013-04-10 00:00",70.7,"2013-10-05 00:00","","","","",48.2,41.8,28.6,20.5,14.9,11.8,8.9,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","62101",1,34.596111,-120.630278,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7936,91,329,365,0,80,"","","Certification not required",0,56.070691,5.58808,86,"2013-10-06 11:00",84,"2013-10-06 12:00",82,"2013-05-03 08:00",82,"2013-07-02 11:00","","","","",72,70,66,63,59,56,50,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2014-02-06" +"06","083","4003","81102",3,34.596111,-120.630278,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6148,70,255,365,0,403,"","","Certification not required",761,19.295706,20.09182,876,"2013-06-06 08:00",240,"2013-01-20 11:00",229,"2013-03-01 09:00",205,"2013-02-28 08:00","","","","",74,56,45,38,28,16,2,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","4003","81102",3,34.596111,-120.630278,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",255,70,255,365,0,0,0,0,"Certification not required",0,18.54902,11.051265,47,"2013-01-20 00:00",46,"2013-05-22 00:00",44,"2013-03-22 00:00",44,"2013-06-01 00:00","","","","",44,42,39,35,26,17,5,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","4003","85101",3,34.596111,-120.630278,"NAD27","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6192,71,258,365,0,359,"","","Certification not required",731,20.036822,17.440096,243,"2013-01-20 11:00",232,"2013-03-01 09:00",214,"2013-02-28 08:00",201,"2013-01-02 09:00","","","","",76,58,46,40,29,17,2,"VAFB South Base","STS POWER PLANT, VANDENBERG AFB","California","Santa Barbara","Vandenberg Air Force Base","Santa Barbara-Santa Maria-Goleta, CA","2013-12-24" +"06","083","9000","85101",1,34.733889,-120.008349,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,11.436683,9.780074,50.8212,"2013-05-22 00:00",37.624,"2013-05-01 00:00",27.9757,"2013-05-04 00:00",23.996,"2013-05-16 00:00","","","","",50.8212,50.8212,27.9757,23.8366,16.6777,8.988,2.4475,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","86502",1,34.733889,-120.008349,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,6.895833,7.16148,36,"2013-05-22 00:00",29,"2013-05-01 00:00",17,"2013-05-04 00:00",16,"2013-04-22 00:00","","","","",36,36,17,15,10,5,1,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88103",1,34.733889,-120.008349,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-02-12 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0.001,0.001,0,0,0,0,0,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88104",1,34.733889,-120.008349,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.068954,0.067403,0.2958,"2013-05-22 00:00",0.2653,"2013-04-28 00:00",0.2204,"2013-03-23 00:00",0.209,"2013-05-01 00:00","","","","",0.2958,0.2958,0.2204,0.158,0.0959,0.0589,0.0072,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88109",1,34.733889,-120.008349,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001583,0.000948,0.0042,"2013-05-04 00:00",0.0034,"2013-05-07 00:00",0.0033,"2013-04-13 00:00",0.0033,"2013-04-28 00:00","","","","",0.0042,0.0042,0.0033,0.0032,0.0022,0.0013,0.0005,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88111",1,34.733889,-120.008349,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.04536,0.039158,0.1851,"2013-04-28 00:00",0.133,"2013-03-23 00:00",0.1316,"2013-05-22 00:00",0.1206,"2013-05-04 00:00","","","","",0.1851,0.1851,0.1316,0.1085,0.0612,0.0382,0.0061,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88112",1,34.733889,-120.008349,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-04-28 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0.001,0.001,0,0,0,0,0,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88114",1,34.733889,-120.008349,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.000379,0.000254,0.001,"2013-05-01 00:00",0.0009,"2013-03-14 00:00",0.0009,"2013-05-04 00:00",0.0008,"2013-03-02 00:00","","","","",0.001,0.001,0.0009,0.0008,0.0005,0.0003,0.0001,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88115",1,34.733889,-120.008349,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.083605,0.199861,0.9911,"2013-05-22 00:00",0.6104,"2013-04-13 00:00",0.5512,"2013-05-07 00:00",0.5298,"2013-05-25 00:00","","","","",0.9911,0.9911,0.5512,0.3278,0.0284,0.0029,0.0006,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88126",1,34.733889,-120.008349,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.049667,0.047102,0.2002,"2013-05-22 00:00",0.18,"2013-04-28 00:00",0.1661,"2013-05-01 00:00",0.1566,"2013-03-23 00:00","","","","",0.2002,0.2002,0.1661,0.1257,0.0646,0.0411,0.0068,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88128",1,34.733889,-120.008349,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000896,0.000722,0.004,"2013-03-23 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-04 00:00",0.002,"2013-05-07 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88132",1,34.733889,-120.008349,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001188,0.001214,0.005,"2013-03-23 00:00",0.004,"2013-04-28 00:00",0.004,"2013-05-01 00:00",0.004,"2013-05-22 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88136",1,34.733889,-120.008349,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0.001,0.001,0,0,0,0,0,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88140",1,34.733889,-120.008349,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.038819,0.032412,0.1265,"2013-05-04 00:00",0.1234,"2013-05-07 00:00",0.1158,"2013-05-22 00:00",0.0986,"2013-04-28 00:00","","","","",0.1265,0.1265,0.1158,0.0911,0.0581,0.0338,0.004,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88152",1,34.733889,-120.008349,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",34,0.000555,0.000943,0.0042,"2013-03-23 00:00",0.0037,"2013-05-22 00:00",0.003,"2013-04-13 00:00",0.0023,"2013-04-22 00:00","","","","",0.0042,0.0042,0.003,0.002,0.0003,0.00015,0.0001,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88154",1,34.733889,-120.008349,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",23,0.000209,0.000123,0.0005,"2013-04-13 00:00",0.0005,"2013-04-25 00:00",0.0005,"2013-05-16 00:00",0.0004,"2013-04-28 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88161",1,34.733889,-120.008349,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.004493,0.004444,0.0205,"2013-05-22 00:00",0.0162,"2013-04-28 00:00",0.0142,"2013-05-01 00:00",0.0141,"2013-03-23 00:00","","","","",0.0205,0.0205,0.0142,0.0113,0.0058,0.0036,0.0003,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88164",1,34.733889,-120.008349,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",19,0.000222,0.000234,0.0012,"2013-05-04 00:00",0.0007,"2013-03-23 00:00",0.0007,"2013-05-10 00:00",0.0006,"2013-05-01 00:00","","","","",0.0012,0.0012,0.0007,0.0005,0.0003,0.0001,5e-05,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88165",1,34.733889,-120.008349,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.171104,0.169648,0.7796,"2013-05-22 00:00",0.6229,"2013-04-28 00:00",0.5269,"2013-05-01 00:00",0.524,"2013-03-23 00:00","","","","",0.7796,0.7796,0.5269,0.4356,0.2368,0.1272,0.0118,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88167",1,34.733889,-120.008349,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.001555,0.001152,0.0068,"2013-03-23 00:00",0.0037,"2013-05-04 00:00",0.0035,"2013-04-28 00:00",0.0034,"2013-05-01 00:00","","","","",0.0068,0.0068,0.0035,0.0033,0.0017,0.0014,0.0006,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88168",1,34.733889,-120.008349,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",16,0.000617,0.000648,0.0033,"2013-01-31 00:00",0.0021,"2013-05-04 00:00",0.0019,"2013-05-22 00:00",0.0017,"2013-04-28 00:00","","","","",0.0033,0.0033,0.0019,0.0016,0.0008,0.0004,0.0001,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88169",1,34.733889,-120.008349,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.240444,0.191096,0.794,"2013-03-23 00:00",0.6944,"2013-05-04 00:00",0.6707,"2013-05-01 00:00",0.6188,"2013-05-10 00:00","","","","",0.794,0.794,0.6707,0.566,0.3306,0.1868,0.0434,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88176",1,34.733889,-120.008349,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.000181,8.9e-05,0.0005,"2013-04-25 00:00",0.0005,"2013-05-01 00:00",0.0004,"2013-01-10 00:00",0.0004,"2013-01-31 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88180",1,34.733889,-120.008349,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.036881,0.028592,0.139,"2013-05-22 00:00",0.1068,"2013-05-04 00:00",0.1021,"2013-03-23 00:00",0.0966,"2013-04-28 00:00","","","","",0.139,0.139,0.1021,0.0838,0.0458,0.0312,0.0115,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88184",1,34.733889,-120.008349,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.187108,0.211993,0.8335,"2013-04-13 00:00",0.7818,"2013-05-22 00:00",0.7117,"2013-05-25 00:00",0.6095,"2013-05-07 00:00","","","","",0.8335,0.8335,0.7117,0.57,0.2619,0.1155,0.0151,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88185",1,34.733889,-120.008349,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000745,0.000364,0.0024,"2013-04-28 00:00",0.0015,"2013-05-01 00:00",0.0014,"2013-01-28 00:00",0.0014,"2013-02-21 00:00","","","","",0.0024,0.0024,0.0014,0.0014,0.0007,0.0007,0.0004,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88203",1,34.733889,-120.008349,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.191189,0.299612,1.5124,"2013-05-22 00:00",0.9358,"2013-05-07 00:00",0.9116,"2013-04-13 00:00",0.8496,"2013-05-25 00:00","","","","",1.5124,1.5124,0.9116,0.4861,0.2242,0.0736,0.0121,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88306",1,34.733889,-120.008349,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.570958,0.464923,1.74,"2013-02-18 00:00",1.5878,"2013-02-21 00:00",1.3832,"2013-02-06 00:00",1.3796,"2013-05-04 00:00","","","","",1.74,1.74,1.3832,1.3286,1.0071,0.397,0.0813,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88320",1,34.733889,-120.008349,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.518125,0.350135,1.62,"2013-05-04 00:00",1.36,"2013-05-10 00:00",1.26,"2013-04-28 00:00",1.16,"2013-04-22 00:00","","","","",1.62,1.62,1.26,1.03,0.68,0.41,0.13,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88321",1,34.733889,-120.008349,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.060208,0.040607,0.15,"2013-03-14 00:00",0.15,"2013-05-04 00:00",0.14,"2013-03-23 00:00",0.14,"2013-05-10 00:00","","","","",0.15,0.15,0.14,0.13,0.08,0.05,0.01,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88324",1,34.733889,-120.008349,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",44,0.021136,0.011271,0.0674,"2013-05-01 00:00",0.0596,"2013-04-13 00:00",0.0384,"2013-05-10 00:00",0.0305,"2013-01-10 00:00","","","","",0.0674,0.0674,0.0384,0.03025,0.0236,0.01655,0.01025,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88325",1,34.733889,-120.008349,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",13,0.101683,0.080562,0.3782,"2013-05-10 00:00",0.308,"2013-05-04 00:00",0.2853,"2013-05-01 00:00",0.2382,"2013-03-14 00:00","","","","",0.3782,0.3782,0.2853,0.2098,0.141,0.0792,0.0323,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88326",1,34.733889,-120.008349,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.18055,0.121005,0.546,"2013-05-04 00:00",0.5356,"2013-04-22 00:00",0.4335,"2013-04-28 00:00",0.3753,"2013-04-13 00:00","","","","",0.546,0.546,0.4335,0.357,0.231,0.1554,0.0387,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88327",1,34.733889,-120.008349,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.114443,0.071604,0.3481,"2013-05-04 00:00",0.3,"2013-05-10 00:00",0.2932,"2013-04-28 00:00",0.2181,"2013-04-22 00:00","","","","",0.3481,0.3481,0.2932,0.2102,0.1405,0.0992,0.0371,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88328",1,34.733889,-120.008349,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.113626,0.087394,0.4191,"2013-05-04 00:00",0.3228,"2013-04-28 00:00",0.2836,"2013-05-10 00:00",0.2328,"2013-03-14 00:00","","","","",0.4191,0.4191,0.2836,0.2295,0.1562,0.0918,0.0222,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88329",1,34.733889,-120.008349,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.149298,0.109297,0.5232,"2013-05-04 00:00",0.4072,"2013-04-28 00:00",0.3738,"2013-05-10 00:00",0.2983,"2013-03-23 00:00","","","","",0.5232,0.5232,0.3738,0.269,0.2051,0.1297,0.0303,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88330",1,34.733889,-120.008349,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",10,0.024965,0.021484,0.1173,"2013-03-14 00:00",0.0615,"2013-03-23 00:00",0.0558,"2013-05-01 00:00",0.0492,"2013-04-28 00:00","","","","",0.1173,0.1173,0.0558,0.0492,0.0358,0.0259,0.00185,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88331",1,34.733889,-120.008349,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",16,5.7e-05,0.000176,0.0012,"2013-03-14 00:00",0.0002,"2013-03-17 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.0012,0.0012,0.00015,0.00015,5e-05,0,0,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88338",1,34.733889,-120.008349,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",45,0.016276,0.00591,0.0395,"2013-01-10 00:00",0.0301,"2013-01-19 00:00",0.0252,"2013-02-21 00:00",0.0243,"2013-02-27 00:00","","","","",0.0395,0.0395,0.0252,0.0243,0.022,0.0148,0.01115,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88339",1,34.733889,-120.008349,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.991815,0.788279,3.27542,"2013-03-23 00:00",2.86432,"2013-05-04 00:00",2.7666,"2013-05-01 00:00",2.55259,"2013-05-10 00:00","","","","",3.27542,3.27542,2.7666,2.33467,1.36377,0.77034,0.17915,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88344",1,34.733889,-120.008349,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.736515,0.599765,2.2446,"2013-02-18 00:00",2.0483,"2013-02-21 00:00",1.7843,"2013-02-06 00:00",1.7797,"2013-05-04 00:00","","","","",2.2446,2.2446,1.7843,1.7139,1.2992,0.5116,0.1049,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88348",1,34.733889,-120.008349,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.780508,0.751876,3.3307,"2013-05-22 00:00",2.9034,"2013-04-28 00:00",2.4126,"2013-03-23 00:00",2.3778,"2013-05-01 00:00","","","","",3.3307,3.3307,2.4126,1.9554,1.0635,0.5925,0.0715,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88350",1,34.733889,-120.008349,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.93234,0.629946,2.9156,"2013-05-04 00:00",2.443,"2013-05-10 00:00",2.2693,"2013-04-28 00:00",2.0929,"2013-04-22 00:00","","","","",2.9156,2.9156,2.2693,1.8549,1.2238,0.7402,0.2421,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88403",1,34.733889,-120.008349,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.700329,0.580782,2.5448,"2013-03-23 00:00",2.2388,"2013-05-04 00:00",2.0288,"2013-05-01 00:00",1.685,"2013-05-10 00:00","","","","",2.5448,2.5448,2.0288,1.4628,0.97,0.5603,0.1141,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","083","9000","88502",1,34.733889,-120.008349,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,4,2.992828,13.8,"2013-05-22 00:00",10.8,"2013-05-04 00:00",9,"2013-04-28 00:00",9,"2013-05-25 00:00","","","","",13.8,13.8,9,8.8,5.5,3.1,1.1,"","San Rafael","California","Santa Barbara","","Santa Barbara-Santa Maria-Goleta, CA","2014-01-28" +"06","085","0002","44201",1,36.999571,-121.574684,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5578,99,242,244,0,0,0,0,"Certification not required",271,0.046446,0.010855,0.08,"2013-05-03 12:00",0.076,"2013-06-01 13:00",0.074,"2013-05-02 12:00",0.074,"2013-10-20 13:00","","","","",0.074,0.072,0.068,0.062,0.052,0.045,0.035,"Gilroy - 9th St","9TH & PRINCEVILLE","California","Santa Clara","Gilroy","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","0002","44201",1,36.999571,-121.574684,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5806,99,241,244,0,0,0,0,"Certification not required",0,0.039307,0.009788,0.068,"2013-06-01 11:00",0.067,"2013-05-03 09:00",0.066,"2013-05-02 10:00",0.063,"2013-10-20 10:00","","","","",0.066,0.062,0.058,0.052,0.044,0.039,0.028,"Gilroy - 9th St","9TH & PRINCEVILLE","California","Santa Clara","Gilroy","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","0002","44201",1,36.999571,-121.574684,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5806,99,241,244,0,0,0,0,"Certification not required",0,0.039307,0.009788,0.068,"2013-06-01 11:00",0.067,"2013-05-03 09:00",0.066,"2013-05-02 10:00",0.063,"2013-10-20 10:00","","","","",0.066,0.062,0.058,0.052,0.044,0.039,0.028,"Gilroy - 9th St","9TH & PRINCEVILLE","California","Santa Clara","Gilroy","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","0002","88101",3,36.999571,-121.574684,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8469,97,359,365,0,0,"","","Certification not required",0,8.729602,6.39394,89,"2013-07-04 21:00",64,"2013-07-04 20:00",57,"2013-12-17 16:00",56,"2013-05-04 06:00","","","","",30,26,20,17,11,8,2,"Gilroy - 9th St","9TH & PRINCEVILLE","California","Santa Clara","Gilroy","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0002","88101",3,36.999571,-121.574684,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,8.679213,4.132355,27.5,"2013-02-02 00:00",24,"2013-12-18 00:00",23.1,"2013-11-28 00:00",21.4,"2013-12-17 00:00","","","","",21.4,18.7,16.5,14,10.8,8.1,3.7,"Gilroy - 9th St","9TH & PRINCEVILLE","California","Santa Clara","Gilroy","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0002","88101",3,36.999571,-121.574684,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,8.679213,4.132355,27.5,"2013-02-02 00:00",24,"2013-12-18 00:00",23.1,"2013-11-28 00:00",21.4,"2013-12-17 00:00","","","","",21.4,18.7,16.5,14,10.8,8.1,3.7,"Gilroy - 9th St","9TH & PRINCEVILLE","California","Santa Clara","Gilroy","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","12102",7,37.348497,-121.894898,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.003,0.001414,0.005,"2013-02-09 00:00",0.004,"2013-01-04 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.002,0.002,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12103",7,37.348497,-121.894898,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12110",7,37.348497,-121.894898,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12112",7,37.348497,-121.894898,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.004,0.000707,0.005,"2013-01-04 00:00",0.004,"2013-01-28 00:00",0.004,"2013-02-09 00:00",0.004,"2013-02-21 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.004,0.003,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12113",7,37.348497,-121.894898,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12114",7,37.348497,-121.894898,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0132,0.009509,0.028,"2013-01-04 00:00",0.017,"2013-02-09 00:00",0.0099,"2013-02-21 00:00",0.0059,"2013-01-16 00:00","","","","",0.028,0.028,0.028,0.028,0.017,0.0099,0.0052,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12115",1,37.348497,-121.894898,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-31" +"06","085","0005","12126",7,37.348497,-121.894898,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.51,0.382426,1.1,"2013-01-04 00:00",0.59,"2013-02-09 00:00",0.51,"2013-02-21 00:00",0.23,"2013-01-28 00:00","","","","",1.1,1.1,1.1,1.1,0.59,0.51,0.12,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12128",7,37.348497,-121.894898,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.00306,0.002503,0.0064,"2013-01-04 00:00",0.0047,"2013-02-09 00:00",0.0028,"2013-02-21 00:00",0.0007,"2013-01-16 00:00","","","","",0.0064,0.0064,0.0064,0.0064,0.0047,0.0028,0.0007,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-06-28" +"06","085","0005","12132",7,37.348497,-121.894898,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.008,0.006745,0.019,"2013-01-04 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-21 00:00",0.003,"2013-01-28 00:00","","","","",0.019,0.019,0.019,0.019,0.008,0.008,0.002,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12134",7,37.348497,-121.894898,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","12136",7,37.348497,-121.894898,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12150",7,37.348497,-121.894898,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","12154",7,37.348497,-121.894898,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12160",7,37.348497,-121.894898,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",4,0.002,0.001118,0.004,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-09 00:00","","","","",0.004,0.004,0.004,0.004,0.0015,0.0015,0.0015,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","12161",7,37.348497,-121.894898,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",2,0.0122,0.008159,0.024,"2013-01-04 00:00",0.015,"2013-02-09 00:00",0.013,"2013-02-21 00:00",0.0045,"2013-01-16 00:00","","","","",0.024,0.024,0.024,0.024,0.015,0.013,0.0045,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","12164",7,37.348497,-121.894898,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-04 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","12167",7,37.348497,-121.894898,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0522,0.043985,0.12,"2013-01-04 00:00",0.06,"2013-02-21 00:00",0.055,"2013-02-09 00:00",0.013,"2013-01-16 00:00","","","","",0.12,0.12,0.12,0.12,0.06,0.055,0.013,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12168",7,37.348497,-121.894898,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",1,0.00463,0.004426,0.012,"2013-01-04 00:00",0.0047,"2013-02-21 00:00",0.004,"2013-02-09 00:00",0.0017,"2013-01-28 00:00","","","","",0.012,0.012,0.012,0.012,0.0047,0.004,0.00075,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","12169",7,37.348497,-121.894898,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.276,0.067676,0.35,"2013-01-04 00:00",0.33,"2013-02-21 00:00",0.27,"2013-02-09 00:00",0.25,"2013-01-16 00:00","","","","",0.35,0.35,0.35,0.35,0.33,0.27,0.18,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-26" +"06","085","0005","12185",7,37.348497,-121.894898,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",3,0.00113,0.000525,0.0018,"2013-01-04 00:00",0.0016,"2013-02-09 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-01-28 00:00","","","","",0.0018,0.0018,0.0018,0.0018,0.0016,0.00075,0.00075,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-04-27" +"06","085","0005","17141",1,37.348497,-121.894898,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,73.434884,79.758283,377,"2013-01-22 00:00",311,"2013-01-04 00:00",300,"2013-01-16 00:00",153,"2013-02-09 00:00","","","","",377,377,300,142,91.7,41.5,18.5,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17147",1,37.348497,-121.894898,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,1.766116,0.861711,4.13,"2013-03-11 00:00",4.05,"2013-01-22 00:00",3.19,"2013-07-27 00:00",3.08,"2013-01-04 00:00","","","","",4.13,4.13,3.19,2.85,2.31,1.55,0.76,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17148",1,37.348497,-121.894898,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.739535,1.835361,8.36,"2013-01-04 00:00",7.22,"2013-01-22 00:00",5.08,"2013-01-16 00:00",2.63,"2013-02-09 00:00","","","","",8.36,8.36,5.08,2.01,0.467,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17149",1,37.348497,-121.894898,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,2.207395,1.414214,5.79,"2013-01-22 00:00",5.36,"2013-01-04 00:00",4.41,"2013-01-16 00:00",4.02,"2013-03-11 00:00","","","","",5.79,5.79,4.41,3.54,3.1,2.22,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17150",1,37.348497,-121.894898,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,3.86,1.484164,8.12,"2013-01-22 00:00",8.01,"2013-01-04 00:00",6.29,"2013-01-16 00:00",5.85,"2013-02-15 00:00","","","","",8.12,8.12,6.29,5.46,4.69,3.94,2.11,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17151",1,37.348497,-121.894898,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.296442,0.219184,1.06,"2013-01-04 00:00",0.983,"2013-01-22 00:00",0.824,"2013-01-16 00:00",0.538,"2013-02-09 00:00","","","","",1.06,1.06,0.824,0.531,0.334,0.233,0.142,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17158",1,37.348497,-121.894898,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.352177,0.524837,1.97,"2013-01-16 00:00",1.94,"2013-01-04 00:00",1.88,"2013-02-27 00:00",1.38,"2013-01-10 00:00","","","","",1.97,1.97,1.88,1.06,0.272,0.134,0.0569,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17159",1,37.348497,-121.894898,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,1.106209,0.554484,2.78,"2013-01-22 00:00",2.59,"2013-01-04 00:00",2.31,"2013-01-16 00:00",1.94,"2013-02-15 00:00","","","","",2.78,2.78,2.31,1.76,1.34,0.981,0.515,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17160",1,37.348497,-121.894898,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.016721,0.055181,0.281,"2013-01-22 00:00",0.212,"2013-01-16 00:00",0.104,"2013-01-04 00:00",0.05,"2013-01-28 00:00","","","","",0.281,0.281,0.104,0.043,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17201",1,37.348497,-121.894898,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.775419,0.300331,1.64,"2013-01-22 00:00",1.61,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.2,"2013-09-07 00:00","","","","",1.64,1.64,1.4,1.12,0.953,0.708,0.448,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17204",1,37.348497,-121.894898,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.67193,0.316025,1.62,"2013-01-22 00:00",1.59,"2013-01-04 00:00",1.38,"2013-01-16 00:00",1.01,"2013-03-29 00:00","","","","",1.62,1.62,1.38,1,0.837,0.6,0.364,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17208",1,37.348497,-121.894898,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.120233,0.134846,0.669,"2013-01-04 00:00",0.506,"2013-01-16 00:00",0.457,"2013-01-22 00:00",0.39,"2013-02-09 00:00","","","","",0.669,0.669,0.457,0.211,0.104,0.0764,0.0443,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17211",1,37.348497,-121.894898,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.041116,0.074844,0.27,"2013-01-04 00:00",0.261,"2013-01-22 00:00",0.247,"2013-01-16 00:00",0.189,"2013-02-09 00:00","","","","",0.27,0.27,0.247,0.166,0.047,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17212",1,37.348497,-121.894898,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.006081,0.018089,0.0711,"2013-01-22 00:00",0.0672,"2013-01-16 00:00",0.0627,"2013-01-04 00:00",0.0308,"2013-02-09 00:00","","","","",0.0711,0.0711,0.0627,0.0297,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17215",1,37.348497,-121.894898,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.038884,0.083318,0.361,"2013-01-04 00:00",0.291,"2013-01-16 00:00",0.267,"2013-01-22 00:00",0.193,"2013-02-09 00:00","","","","",0.361,0.361,0.267,0.096,0.03,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17220",1,37.348497,-121.894898,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.129023,0.239348,1.02,"2013-01-04 00:00",0.854,"2013-01-16 00:00",0.788,"2013-01-22 00:00",0.657,"2013-02-09 00:00","","","","",1.02,1.02,0.788,0.289,0.089,0.036,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17223",1,37.348497,-121.894898,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.023372,0.058866,0.265,"2013-01-04 00:00",0.188,"2013-01-16 00:00",0.172,"2013-01-22 00:00",0.15,"2013-02-09 00:00","","","","",0.265,0.265,0.172,0.057,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17224",1,37.348497,-121.894898,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.06386,0.125404,0.529,"2013-01-04 00:00",0.424,"2013-01-16 00:00",0.419,"2013-01-22 00:00",0.325,"2013-02-09 00:00","","","","",0.529,0.529,0.419,0.163,0.048,0.023,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17231",1,37.348497,-121.894898,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.006186,0.017462,0.067,"2013-01-04 00:00",0.055,"2013-01-28 00:00",0.051,"2013-01-16 00:00",0.049,"2013-01-22 00:00","","","","",0.067,0.067,0.051,0.044,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17237",1,37.348497,-121.894898,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.095535,0.164862,0.679,"2013-01-04 00:00",0.596,"2013-01-22 00:00",0.58,"2013-01-16 00:00",0.403,"2013-02-09 00:00","","","","",0.679,0.679,0.58,0.281,0.071,0.031,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17242",1,37.348497,-121.894898,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.038953,0.105117,0.456,"2013-01-22 00:00",0.427,"2013-01-16 00:00",0.309,"2013-01-04 00:00",0.155,"2013-02-09 00:00","","","","",0.456,0.456,0.309,0.101,0.025,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","17243",1,37.348497,-121.894898,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,42,61,0,5,"","","Certification not required",0,0.061467,0.128555,0.536,"2013-01-04 00:00",0.422,"2013-01-16 00:00",0.418,"2013-01-22 00:00",0.348,"2013-02-09 00:00","","","","",0.536,0.536,0.418,0.201,0.053,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-03" +"06","085","0005","42101",1,37.348497,-121.894898,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7895,90,353,365,0,0,0,0,"Certification not required",0,0.405377,0.38211,3.074,"2013-12-17 08:00",2.781,"2013-12-17 22:00",2.69,"2013-12-18 08:00",2.643,"2013-12-16 20:00","","","","",1.884,1.672,1.301,0.92,0.443,0.248,0.153,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42101",1,37.348497,-121.894898,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8522,97,341,365,0,0,0,0,"Certification not required",0,0.411582,0.347943,2.5,"2013-12-18 03:00",2.4,"2013-12-18 01:00",2.4,"2013-12-18 02:00",2.3,"2013-12-18 00:00",2.5,"2013-12-18 03:00",2.1,"2013-12-17 09:00",1.7,1.5,1.2,0.9,0.5,0.3,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42401",1,37.348497,-121.894898,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7512,86,339,365,0,0,0,"","Certification not required",0,0.69941,0.484615,2.5,"2013-07-19 05:00",2.5,"2013-08-19 12:00",2.4,"2013-01-17 13:00",2,"2013-07-30 16:00","","","","",2,2,1.6,1.4,1,0.6,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42401",1,37.348497,-121.894898,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7512,86,339,365,0,0,"","","Certification not required",0,0.299055,0.326955,2.5,"2013-07-19 05:00",2.5,"2013-08-19 12:00",2.4,"2013-01-17 13:00",2.1,"2013-01-17 08:00","","","","",1.4,1.2,1,0.7,0.4,0.2,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42401",1,37.348497,-121.894898,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",339,93,339,365,0,0,0,"","Certification not required",0,0.30295,0.257991,1.4,"2013-01-17 00:00",1.3,"2013-01-18 00:00",1.3,"2013-12-17 00:00",1.1,"2013-01-04 00:00","","","","",1.1,1,0.8,0.6,0.4,0.2,0.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42401",1,37.348497,-121.894898,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2109,72,321,365,0,0,"",0,"Certification not required",0,0.289331,0.310925,2,"2013-01-17 14:00",1.8,"2013-01-17 11:00",1.8,"2013-07-30 17:00",1.8,"2013-11-06 11:00","","","","",1.3,1.2,0.9,0.7,0.4,0.2,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42406",1,37.348497,-121.894898,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7994,91,362,365,0,0,"","","Certification not required",0,0.40648,0.468621,21.5,"2013-07-19 05:00",4.2,"2013-07-19 09:00",3.7,"2013-07-10 08:00",3.7,"2013-07-24 17:00","","","","",1.9,1.6,1.2,0.9,0.6,0.3,0.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42600",2,37.348497,-121.894898,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7579,87,329,365,0,0,"","","Certification not required",0,28.56522,38.672351,325.4,"2013-12-17 08:00",289.1,"2013-12-18 08:00",283.7,"2013-12-05 08:00",283.7,"2013-12-17 22:00","","","","",182.7,155.5,116.5,78.4,32.1,12.2,4.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42601",1,37.348497,-121.894898,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7897,90,354,365,0,0,"","","Certification not required",0,16.013524,33.458276,287.5,"2013-12-17 08:00",259,"2013-01-17 08:00",249.9,"2013-01-23 08:00",243.3,"2013-01-18 08:00","","","","",154.8,134.9,95,55,10.7,2,0.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42601",2,37.348497,-121.894898,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7576,86,329,365,0,0,"","","Certification not required",0,14.131323,29.649371,276.5,"2013-12-17 08:00",233.7,"2013-12-17 07:00",233.3,"2013-12-05 08:00",232.7,"2013-12-18 08:00","","","","",139.8,120.2,84.6,46.3,9.7,2.2,0.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42602",1,37.348497,-121.894898,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7897,90,354,365,0,0,0,"","Certification not required",0,26.980791,12.718832,58.7,"2013-12-17 20:00",57.2,"2013-11-01 19:00",56.1,"2013-12-16 19:00",55.1,"2013-01-23 12:00","","","","",55.1,51.8,49.2,45.4,35.4,27.4,10.7,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42602",1,37.348497,-121.894898,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7897,90,354,365,0,0,"","","Certification not required",0,15.181563,11.530961,58.7,"2013-12-17 20:00",58,"2013-12-17 18:00",57.6,"2013-12-17 19:00",57.4,"2013-12-17 13:00","","","","",47.2,44.1,38,32.9,22.9,10.9,4.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","42603",1,37.348497,-121.894898,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7894,90,354,365,0,0,"","","Certification not required",0,31.192653,42.089141,333.1,"2013-12-17 08:00",304.8,"2013-01-17 08:00",299.5,"2013-01-23 08:00",291.3,"2013-01-18 08:00","","","","",194.5,168.4,127.8,88,34.9,13,4.9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","43207",3,37.348497,-121.894898,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.171386,0.052382,0.34,"2013-07-03 00:00",0.29,"2013-06-27 00:00",0.27,"2013-07-09 00:00",0.26,"2013-07-27 00:00","","","","",0.34,0.34,0.27,0.25,0.2,0.162,0.12,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43218",3,37.348497,-121.894898,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.242386,0.234656,0.989,"2013-01-16 00:00",0.968,"2013-01-04 00:00",0.867,"2013-01-22 00:00",0.615,"2013-02-15 00:00","","","","",0.989,0.989,0.867,0.573,0.258,0.17,0.07,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43218",5,37.348497,-121.894898,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.350968,0.394727,1.52,"2013-01-04 00:00",1.36,"2013-01-16 00:00",1.04,"2013-12-18 00:00",1,"2013-12-30 00:00","","","","",1.52,1.52,1.36,1,0.48,0.18,0.08,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43302",3,37.348497,-121.894898,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,21.962818,24.25716,123.278,"2013-01-16 00:00",121.96,"2013-01-04 00:00",49.718,"2013-01-10 00:00",45.513,"2013-01-22 00:00","","","","",123.278,123.278,49.718,32.31,23.367,14.17,7.47,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43359",5,37.348497,-121.894898,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",0,0.411852,0.126492,0.73,"2013-10-07 00:00",0.71,"2013-01-04 00:00",0.59,"2013-10-19 00:00",0.57,"2013-03-17 00:00","","","","",0.73,0.73,0.71,0.59,0.47,0.38,0.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43502",1,37.348497,-121.894898,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,2.333333,1.116748,4.6,"2013-12-30 00:00",4.5,"2013-10-19 00:00",4.3,"2013-12-18 00:00",4,"2013-10-07 00:00","","","","",4.6,4.6,4.5,4.3,3.1,2,1.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43502",3,37.348497,-121.894898,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.956863,0.815415,3.9,"2013-01-22 00:00",3.8,"2013-09-07 00:00",3.6,"2013-10-19 00:00",3.3,"2013-04-28 00:00","","","","",3.9,3.8,3.6,3.2,2.5,2,1.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-18" +"06","085","0005","43503",1,37.348497,-121.894898,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,2.06,1.481053,5.6,"2013-12-18 00:00",5.6,"2013-12-30 00:00",4.4,"2013-10-19 00:00",4,"2013-01-16 00:00","","","","",5.6,5.6,5.6,4.4,3.4,1.4,0.8,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43503",3,37.348497,-121.894898,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.833333,1.016792,5.2,"2013-01-22 00:00",4.2,"2013-10-19 00:00",3.6,"2013-01-16 00:00",3.6,"2013-02-15 00:00","","","","",5.2,4.2,3.6,3.5,2.3,1.4,0.9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-18" +"06","085","0005","43505",3,37.348497,-121.894898,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.430364,0.683536,3.185,"2013-02-15 00:00",2.826,"2013-04-04 00:00",2.325,"2013-01-04 00:00",2.264,"2013-01-16 00:00","","","","",3.185,3.185,2.325,2.225,1.948,1.432,0.5,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43505",5,37.348497,-121.894898,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.472,1.527144,4.8,"2013-01-16 00:00",2.73,"2013-02-09 00:00",2.64,"2013-01-04 00:00",1.2,"2013-01-28 00:00","","","","",4.8,4.8,4.8,4.8,2.73,2.64,0.99,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-06-17" +"06","085","0005","43551",3,37.348497,-121.894898,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,12.093932,5.187874,26.75,"2013-07-03 00:00",24.237,"2013-04-22 00:00",21.071,"2013-01-22 00:00",20.9,"2013-06-27 00:00","","","","",26.75,26.75,21.071,18.94,14.52,11.094,6.872,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43551",5,37.348497,-121.894898,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,18.42,7.432496,30,"2013-01-04 00:00",19.2,"2013-02-09 00:00",17.7,"2013-01-16 00:00",15.6,"2013-01-28 00:00","","","","",30,30,30,30,19.2,17.7,9.6,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-06-17" +"06","085","0005","43552",1,37.348497,-121.894898,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",20,0.506667,0.560131,2.4,"2013-12-30 00:00",2,"2013-12-18 00:00",1.2,"2013-01-04 00:00",1.2,"2013-11-12 00:00","","","","",2.4,2.4,2,1.2,0.8,0.2,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43552",3,37.348497,-121.894898,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",1,1.100205,0.473121,2.39,"2013-07-03 00:00",2.212,"2013-04-04 00:00",1.9,"2013-01-04 00:00",1.694,"2013-01-16 00:00","","","","",2.39,2.39,1.9,1.625,1.42,1.09,0.555,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43702",3,37.348497,-121.894898,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.005295,0.035126,0.233,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.233,0.233,0,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43702",5,37.348497,-121.894898,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-06-17" +"06","085","0005","43704",3,37.348497,-121.894898,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.006795,0.032748,0.191,"2013-01-22 00:00",0.108,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.191,0.191,0,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43802",3,37.348497,-121.894898,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.321205,0.127916,0.765,"2013-01-04 00:00",0.67,"2013-07-09 00:00",0.556,"2013-01-16 00:00",0.505,"2013-01-22 00:00","","","","",0.765,0.765,0.556,0.49,0.364,0.29,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43802",5,37.348497,-121.894898,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.236774,0.130624,0.48,"2013-12-30 00:00",0.43,"2013-11-12 00:00",0.42,"2013-03-17 00:00",0.42,"2013-07-15 00:00","","","","",0.48,0.48,0.43,0.42,0.38,0.2,0.05,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43803",3,37.348497,-121.894898,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.0355,0.02056,0.083,"2013-01-22 00:00",0.08,"2013-07-09 00:00",0.076,"2013-01-04 00:00",0.075,"2013-01-16 00:00","","","","",0.083,0.083,0.076,0.06,0.046,0.037,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43803",5,37.348497,-121.894898,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.027419,0.013157,0.05,"2013-10-07 00:00",0.05,"2013-10-19 00:00",0.05,"2013-12-30 00:00",0.04,"2013-01-04 00:00","","","","",0.05,0.05,0.05,0.04,0.04,0.03,0.01,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43804",3,37.348497,-121.894898,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.096523,0.021354,0.175,"2013-04-10 00:00",0.146,"2013-02-09 00:00",0.123,"2013-04-22 00:00",0.12,"2013-05-28 00:00","","","","",0.175,0.175,0.123,0.113,0.11,0.099,0.07,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43804",5,37.348497,-121.894898,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.082258,0.00762,0.1,"2013-10-07 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43811",3,37.348497,-121.894898,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.266955,0.064797,0.44,"2013-07-03 00:00",0.41,"2013-04-28 00:00",0.41,"2013-07-09 00:00",0.385,"2013-04-04 00:00","","","","",0.44,0.44,0.41,0.36,0.306,0.257,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43814",3,37.348497,-121.894898,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.015068,0.014754,0.05,"2013-06-27 00:00",0.05,"2013-07-03 00:00",0.044,"2013-04-04 00:00",0.04,"2013-07-21 00:00","","","","",0.05,0.05,0.044,0.031,0.024,0.016,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43814",5,37.348497,-121.894898,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.013226,0.005408,0.03,"2013-10-07 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0.01,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43815",3,37.348497,-121.894898,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.001136,0.007538,0.05,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43817",3,37.348497,-121.894898,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.063455,0.035811,0.15,"2013-09-07 00:00",0.144,"2013-01-04 00:00",0.144,"2013-03-23 00:00",0.13,"2013-06-27 00:00","","","","",0.15,0.15,0.144,0.126,0.08,0.058,0.03,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43817",5,37.348497,-121.894898,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.047419,0.03907,0.14,"2013-03-17 00:00",0.14,"2013-10-07 00:00",0.12,"2013-01-28 00:00",0.1,"2013-12-30 00:00","","","","",0.14,0.14,0.14,0.1,0.07,0.04,0.01,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43819",5,37.348497,-121.894898,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.020968,0.003962,0.04,"2013-08-20 00:00",0.03,"2013-12-30 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.03,0.02,0.02,0.02,0.02,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43824",3,37.348497,-121.894898,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.003455,0.011825,0.06,"2013-06-27 00:00",0.039,"2013-03-17 00:00",0.029,"2013-02-27 00:00",0.024,"2013-01-04 00:00","","","","",0.06,0.06,0.029,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43824",5,37.348497,-121.894898,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43827",5,37.348497,-121.894898,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43830",5,37.348497,-121.894898,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43831",5,37.348497,-121.894898,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.15,"2013-01-28 00:00",0.15,"2013-02-09 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43834",5,37.348497,-121.894898,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",27,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43843",3,37.348497,-121.894898,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","43848",5,37.348497,-121.894898,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",11,0.528889,0.337836,1.24,"2013-01-16 00:00",1.1,"2013-10-19 00:00",1.08,"2013-03-17 00:00",0.94,"2013-01-04 00:00","","","","",1.24,1.24,1.1,1.08,0.76,0.52,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43854",5,37.348497,-121.894898,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,1,"","","Certification not required",8,1.213333,1.635077,6.8,"2013-01-28 00:00",5.6,"2013-03-17 00:00",3.6,"2013-10-07 00:00",1.86,"2013-01-16 00:00","","","","",6.8,6.8,5.6,3.6,1.48,0.52,0.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","43860",3,37.348497,-121.894898,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","44201",1,37.348497,-121.894898,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7888,94,344,365,0,0,0,0,"Certification not required",1685,0.039695,0.01293,0.093,"2013-05-02 16:00",0.078,"2013-05-04 14:00",0.078,"2013-06-07 16:00",0.077,"2013-04-22 15:00","","","","",0.077,0.07,0.064,0.056,0.046,0.039,0.024,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","44201",1,37.348497,-121.894898,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8517,94,342,365,0,0,0,0,"Certification not required",0,0.032471,0.011419,0.079,"2013-05-02 12:00",0.066,"2013-05-03 11:00",0.065,"2013-05-04 10:00",0.06,"2013-04-22 11:00","","","","",0.06,0.058,0.05,0.046,0.039,0.033,0.016,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","44201",1,37.348497,-121.894898,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8517,94,342,365,0,0,1,1,"Certification not required",0,0.032471,0.011419,0.079,"2013-05-02 12:00",0.066,"2013-05-03 11:00",0.065,"2013-05-04 10:00",0.06,"2013-04-22 11:00","","","","",0.06,0.058,0.05,0.046,0.039,0.033,0.016,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","45109",3,37.348497,-121.894898,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,3.04775,2.778703,11.576,"2013-01-04 00:00",10.89,"2013-01-16 00:00",9.889,"2013-01-22 00:00",9.494,"2013-02-15 00:00","","","","",11.576,11.576,9.889,6.554,4.013,1.93,0.88,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","45109",5,37.348497,-121.894898,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,4.157419,3.664459,12.8,"2013-12-18 00:00",11.2,"2013-01-04 00:00",11.2,"2013-01-16 00:00",11.2,"2013-12-30 00:00","","","","",12.8,12.8,11.2,11.2,5.92,3.04,0.8,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","45201",3,37.348497,-121.894898,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.575182,1.492593,6.296,"2013-01-16 00:00",6.066,"2013-01-04 00:00",5.008,"2013-01-22 00:00",4.438,"2013-02-15 00:00","","","","",6.296,6.296,5.008,3.835,1.95,1.243,0.34,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","45201",5,37.348497,-121.894898,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.02871,1.74336,6,"2013-12-18 00:00",6,"2013-12-30 00:00",5.52,"2013-01-04 00:00",5.52,"2013-01-16 00:00","","","","",6,6,6,5.52,2.64,1.62,0.46,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","45202",3,37.348497,-121.894898,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,4.373568,4.097198,16.608,"2013-01-16 00:00",15.932,"2013-01-04 00:00",15.009,"2013-01-22 00:00",12.954,"2013-02-15 00:00","","","","",16.608,16.608,15.009,8.926,5.518,2.771,1.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","45202",5,37.348497,-121.894898,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,6.062903,5.259036,18.9,"2013-12-18 00:00",16.8,"2013-12-30 00:00",15.4,"2013-01-16 00:00",14.7,"2013-01-04 00:00","","","","",18.9,18.9,16.8,14.7,9.8,4.76,0.7,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","45203",3,37.348497,-121.894898,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.906205,0.819713,3.47,"2013-01-16 00:00",3.272,"2013-01-04 00:00",2.92,"2013-02-15 00:00",2.766,"2013-01-22 00:00","","","","",3.47,3.47,2.92,1.958,1.163,0.57,0.25,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","45203",5,37.348497,-121.894898,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.28,0.839555,3.52,"2013-12-18 00:00",3.12,"2013-12-30 00:00",2.96,"2013-01-04 00:00",2.88,"2013-01-16 00:00","","","","",3.52,3.52,3.12,2.88,1.68,0.8,0.8,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","45204",3,37.348497,-121.894898,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.227659,1.127596,4.528,"2013-01-04 00:00",4.502,"2013-01-16 00:00",4.11,"2013-02-15 00:00",3.905,"2013-01-22 00:00","","","","",4.528,4.528,4.11,2.559,1.698,0.78,0.35,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","0005","45204",5,37.348497,-121.894898,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.535484,1.339679,4.64,"2013-12-18 00:00",4.24,"2013-12-30 00:00",4.16,"2013-01-16 00:00",4,"2013-01-04 00:00","","","","",4.64,4.64,4.24,4,2.24,1.12,0.4,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","45220",5,37.348497,-121.894898,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.446452,0.180989,1.2,"2013-12-18 00:00",1.04,"2013-01-16 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-28 00:00","","","","",1.2,1.2,1.04,0.4,0.4,0.4,0.4,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-21" +"06","085","0005","61103",1,37.348497,-121.894898,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6889,79,287,365,0,0,"","","Certification not required",0,5.617361,4.084426,23.1,"2013-04-08 12:00",22.7,"2013-04-08 03:00",22.7,"2013-04-08 13:00",22.5,"2013-04-08 02:00","","","","",16.1,15,13.2,11.7,8.5,4.5,1.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-13" +"06","085","0005","61104",1,37.348497,-121.894898,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6889,79,287,365,0,0,"","","Certification not required",0,248.806387,84.872344,359.8,"2013-05-24 22:00",359.8,"2013-10-17 09:00",359.7,"2013-09-02 09:00",359.6,"2013-01-01 07:00","","","","",348.6,340.7,330.9,322.9,309.4,294.9,120.9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-13" +"06","085","0005","62101",1,37.348497,-121.894898,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6790,78,281,365,0,0,"","","Certification not required",0,60.685714,10.623273,95,"2013-06-29 13:00",94,"2013-06-29 12:00",94,"2013-09-07 14:00",93,"2013-06-29 14:00","","","","",86,83,79,75,67,60,48,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-13" +"06","085","0005","62103",1,37.348497,-121.894898,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6883,79,287,365,0,0,"","","Certification not required",0,47.380793,8.392152,64,"2013-06-26 13:00",64,"2013-07-02 15:00",63,"2013-06-26 12:00",63,"2013-06-26 14:00","","","","",61,61,59,57,54,49,36,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-11-13" +"06","085","0005","68103",5,37.348497,-121.894898,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,9.373864,5.082322,17.6,"2013-06-30 00:00",17.5,"2013-08-29 00:00",16.4,"2013-06-27 00:00",16.4,"2013-07-03 00:00","","","","",17.6,17.5,16.3,15.6,13.3,10.5,1.6,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","68104",5,37.348497,-121.894898,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,25.343182,5.760284,38.1,"2013-09-07 00:00",37,"2013-07-03 00:00",35.1,"2013-06-30 00:00",34.4,"2013-05-04 00:00","","","","",38.1,37,33.9,32.4,29.2,25.5,17.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","68105",1,37.348497,-121.894898,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",125,59,91,212,0,0,"","","Certification not required",0,15.9608,4.796233,25.8,"2013-09-07 00:00",25.1,"2013-06-30 00:00",24.9,"2013-07-03 00:00",24.4,"2013-06-27 00:00","","","","",25.1,24.9,22.4,21.3,19.6,16.5,9.2,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-29" +"06","085","0005","68105",5,37.348497,-121.894898,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,16.226136,4.953844,25.7,"2013-09-07 00:00",25.3,"2013-06-30 00:00",25.1,"2013-07-03 00:00",24.3,"2013-06-27 00:00","","","","",25.7,25.3,22.8,21.9,19.6,17.1,9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","68106",5,37.348497,-121.894898,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,757.352273,3.562383,765,"2013-01-16 00:00",765,"2013-02-12 00:00",764,"2013-01-01 00:00",764,"2013-02-15 00:00","","","","",765,765,764,763,760,757,753,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","68107",5,37.348497,-121.894898,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,760.931818,3.616042,771,"2013-01-16 00:00",769,"2013-02-27 00:00",768,"2013-02-12 00:00",767,"2013-01-01 00:00","","","","",771,769,767,766,763,761,756,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","68108",1,37.348497,-121.894898,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",125,59,91,212,0,0,"","","Certification not required",0,760.744,3.477819,769,"2013-01-16 00:00",769,"2013-12-09 00:00",768,"2013-02-12 00:00",767,"2013-02-27 00:00","","","","",769,768,766,766,763,761,756,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-29" +"06","085","0005","68108",5,37.348497,-121.894898,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,758.772727,3.446562,767,"2013-01-16 00:00",766,"2013-02-12 00:00",766,"2013-02-27 00:00",764,"2013-01-01 00:00","","","","",767,766,764,764,761,758,754,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","81102",1,37.348497,-121.894898,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",119,100,61,61,0,1,0,0,"Certification not required",0,21.067227,11.054358,55,"2013-11-27 00:00",53,"2013-12-27 00:00",52,"2013-01-22 00:00",50,"2013-12-12 00:00","","","","",53,52,44,36,27,18,9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","085","0005","85101",1,37.348497,-121.894898,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,100,61,61,0,1,"","","Certification not required",0,21.806723,11.738158,58,"2013-11-27 00:00",57,"2013-12-27 00:00",54,"2013-01-22 00:00",53,"2013-12-12 00:00","","","","",57,54,47,38,28,19,9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","085","0005","85102",1,37.348497,-121.894898,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,2.402273,2.191908,10.7,"2013-01-04 00:00",8.47,"2013-02-15 00:00",8.35,"2013-01-16 00:00",5.07,"2013-02-09 00:00","","","","",10.7,10.7,8.35,5.05,2.84,1.63,0.8,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85103",1,37.348497,-121.894898,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.323864,0.281294,0.99,"2013-02-09 00:00",0.96,"2013-02-27 00:00",0.94,"2013-01-04 00:00",0.89,"2013-02-03 00:00","","","","",0.99,0.99,0.94,0.79,0.44,0.28,0.01,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85105",1,37.348497,-121.894898,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.007727,0.00859,0.03,"2013-01-16 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85110",1,37.348497,-121.894898,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.059091,0.073637,0.39,"2013-02-27 00:00",0.32,"2013-01-04 00:00",0.14,"2013-01-16 00:00",0.14,"2013-02-09 00:00","","","","",0.39,0.39,0.14,0.12,0.05,0.04,0.02,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85112",1,37.348497,-121.894898,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,3.31,1.773882,10.3,"2013-02-27 00:00",6.53,"2013-03-29 00:00",6.02,"2013-01-04 00:00",5.76,"2013-09-01 00:00","","","","",10.3,10.3,6.02,5.36,4.53,3.15,1.52,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85113",1,37.348497,-121.894898,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.16,0.08249,0.33,"2013-01-04 00:00",0.33,"2013-09-19 00:00",0.32,"2013-01-16 00:00",0.32,"2013-05-04 00:00","","","","",0.33,0.33,0.32,0.3,0.2,0.13,0.07,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85129",1,37.348497,-121.894898,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,0,0,0,"Certification not required",0,0.002114,0.001663,0.0082,"2013-01-04 00:00",0.007,"2013-01-16 00:00",0.0052,"2013-02-15 00:00",0.0049,"2013-04-22 00:00","","","","",0.0082,0.0082,0.0052,0.0041,0.0026,0.0015,0.0007,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85132",1,37.348497,-121.894898,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,6.5025,3.803171,16.2,"2013-05-04 00:00",15.2,"2013-01-16 00:00",14.8,"2013-01-04 00:00",14.7,"2013-02-15 00:00","","","","",16.2,16.2,14.8,13.2,7.65,5.37,2.92,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85136",1,37.348497,-121.894898,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.271136,0.793682,4.66,"2013-02-27 00:00",2.86,"2013-07-15 00:00",2.5,"2013-05-04 00:00",2.34,"2013-01-04 00:00","","","","",4.66,4.66,2.5,2.18,1.67,1,0.6,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85142",1,37.348497,-121.894898,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.020909,0.015674,0.07,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00","","","","",0.07,0.07,0.05,0.05,0.03,0.02,0.01,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","85154",1,37.348497,-121.894898,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.038182,1.328208,6.97,"2013-07-09 00:00",4.01,"2013-07-03 00:00",3.58,"2013-04-28 00:00",3.15,"2013-03-29 00:00","","","","",6.97,6.97,3.58,2.76,1.1,0.63,0.09,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2013-12-16" +"06","085","0005","86101",1,37.348497,-121.894898,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,11.726087,5.983033,27.3,"2013-12-27 00:00",26.6,"2013-11-06 00:00",26.5,"2013-12-21 00:00",25.9,"2013-01-22 00:00","","","","",26.6,26.5,25.8,20.3,14.5,10.3,4.8,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-18" +"06","085","0005","88101",1,37.348497,-121.894898,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",125,100,61,61,0,0,1,1,"Certification not required",0,10.6,7.585311,37.9,"2013-11-27 00:00",35.4,"2013-12-12 00:00",34.9,"2013-12-15 00:00",30.9,"2013-12-18 00:00","","","","",37.9,35.4,30.9,28.5,19.2,12.7,8.9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-29" +"06","085","0005","88101",1,37.348497,-121.894898,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",125,100,61,61,0,0,"","","Certification not required",0,10.6,7.585311,37.9,"2013-11-27 00:00",35.4,"2013-12-12 00:00",34.9,"2013-12-15 00:00",30.9,"2013-12-18 00:00","","","","",37.9,35.4,30.9,28.5,19.2,12.7,8.9,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-29" +"06","085","0005","88101",3,37.348497,-121.894898,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8598,98,363,365,0,0,"","","Certification not required",0,12.52582,10.068913,99,"2013-12-31 21:00",95,"2013-12-31 22:00",94,"2013-12-17 11:00",92,"2013-12-17 12:00","","","","",50,41,32,26,16,10,4,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","88101",3,37.348497,-121.894898,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,6,6,"Certification not required",0,12.493557,7.974333,57.7,"2013-12-17 00:00",45.9,"2013-12-31 00:00",40.2,"2013-12-16 00:00",38.7,"2013-12-15 00:00","","","","",38.7,35.1,29.6,24,15,10.2,5.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","88101",3,37.348497,-121.894898,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,12.493557,7.974333,57.7,"2013-12-17 00:00",45.9,"2013-12-31 00:00",40.2,"2013-12-16 00:00",38.7,"2013-12-15 00:00","","","","",38.7,35.1,29.6,24,15,10.2,5.3,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","0005","88102",5,37.348497,-121.894898,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",82,0.020313,0.00767,0.071,"2013-10-31 00:00",0.037,"2013-07-03 00:00",0.035,"2013-05-19 00:00",0.032,"2013-05-07 00:00","","","","",0.071,0.037,0.028,0.026,0.021,0.0195,0.014,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88103",5,37.348497,-121.894898,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.000307,0.000717,0.005,"2013-08-17 00:00",0.002,"2013-01-04 00:00",0.002,"2013-06-24 00:00",0.002,"2013-10-16 00:00","","","","",0.005,0.002,0.001,0.001,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88104",5,37.348497,-121.894898,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",54,0.021,0.023659,0.16,"2013-06-03 00:00",0.104,"2013-05-01 00:00",0.09,"2013-11-06 00:00",0.07,"2013-10-16 00:00","","","","",0.16,0.104,0.068,0.041,0.025,0.0125,0.0065,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88107",5,37.348497,-121.894898,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",84,0.00739,0.007037,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.018,0.0055,0.005,0.00385,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88109",5,37.348497,-121.894898,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",17,0.003723,0.003024,0.0234,"2013-01-04 00:00",0.011,"2013-02-21 00:00",0.009,"2013-03-11 00:00",0.0089,"2013-01-22 00:00","","","","",0.0234,0.011,0.0081,0.0071,0.0046,0.0033,0.0009,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88110",5,37.348497,-121.894898,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.002534,0.00535,0.023,"2013-07-06 00:00",0.022,"2013-02-03 00:00",0.019,"2013-07-30 00:00",0.018,"2013-04-13 00:00","","","","",0.023,0.022,0.015,0.011,0.002,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88111",5,37.348497,-121.894898,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",6,0.033201,0.021644,0.104,"2013-01-22 00:00",0.101,"2013-10-16 00:00",0.0868,"2013-05-01 00:00",0.0829,"2013-02-15 00:00","","","","",0.104,0.101,0.0826,0.0613,0.0457,0.0303,0.0077,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88112",5,37.348497,-121.894898,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.004295,0.010214,0.075,"2013-10-10 00:00",0.049,"2013-09-25 00:00",0.031,"2013-09-19 00:00",0.027,"2013-09-22 00:00","","","","",0.075,0.049,0.018,0.006,0.003,0.002,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88113",5,37.348497,-121.894898,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",82,0.000759,0.000358,0.0028,"2013-01-31 00:00",0.0024,"2013-10-16 00:00",0.0018,"2013-01-22 00:00",0.0016,"2013-01-19 00:00","","","","",0.0028,0.0024,0.0014,0.001,0.0007,0.0007,0.00055,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88114",5,37.348497,-121.894898,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",36,0.003874,0.004122,0.0225,"2013-01-22 00:00",0.0157,"2013-11-06 00:00",0.0137,"2013-06-03 00:00",0.0134,"2013-01-16 00:00","","","","",0.0225,0.0157,0.0131,0.0102,0.0052,0.0022,0.0008,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88115",5,37.348497,-121.894898,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",13,0.186403,0.287114,1.42,"2013-10-28 00:00",1.17,"2013-06-12 00:00",0.959,"2013-05-22 00:00",0.763,"2013-10-01 00:00","","","","",1.42,1.17,0.762,0.668,0.277,0.0512,0.00405,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88117",5,37.348497,-121.894898,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.006969,0.010675,0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00",0.043,"2013-05-19 00:00",0.043,"2013-06-18 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88118",5,37.348497,-121.894898,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.009603,0.006581,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88126",5,37.348497,-121.894898,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.070392,0.060472,0.321,"2013-01-22 00:00",0.251,"2013-02-15 00:00",0.244,"2013-10-16 00:00",0.218,"2013-11-06 00:00","","","","",0.321,0.251,0.212,0.139,0.0893,0.0517,0.021,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88128",5,37.348497,-121.894898,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.00117,0.00171,0.009,"2013-01-22 00:00",0.007,"2013-01-19 00:00",0.005,"2013-01-01 00:00",0.005,"2013-02-12 00:00","","","","",0.009,0.007,0.004,0.003,0.002,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88131",5,37.348497,-121.894898,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",84,0.010568,0.004611,0.03,"2013-04-13 00:00",0.029,"2013-06-06 00:00",0.022,"2013-05-07 00:00",0.0165,"2013-01-16 00:00","","","","",0.03,0.029,0.0165,0.0165,0.011,0.008,0.007,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88132",5,37.348497,-121.894898,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.001273,0.001354,0.005,"2013-01-31 00:00",0.005,"2013-02-15 00:00",0.005,"2013-09-28 00:00",0.005,"2013-11-06 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88136",5,37.348497,-121.894898,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.000352,0.000743,0.003,"2013-03-23 00:00",0.003,"2013-06-03 00:00",0.003,"2013-08-17 00:00",0.003,"2013-09-25 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88140",5,37.348497,-121.894898,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",38,0.033833,0.035496,0.142,"2013-06-12 00:00",0.127,"2013-10-01 00:00",0.122,"2013-06-30 00:00",0.116,"2013-06-15 00:00","","","","",0.142,0.127,0.109,0.098,0.044,0.021,0.0055,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88152",5,37.348497,-121.894898,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.005577,0.001475,0.008,"2013-02-03 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-14 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88154",5,37.348497,-121.894898,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",76,0.001414,0.001034,0.007,"2013-10-22 00:00",0.005,"2013-07-09 00:00",0.0049,"2013-01-31 00:00",0.0038,"2013-02-24 00:00","","","","",0.007,0.005,0.0037,0.0028,0.0013,0.00125,0.00065,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88160",5,37.348497,-121.894898,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.013205,0.005099,0.047,"2013-02-27 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-28 00:00",0.018,"2013-02-09 00:00","","","","",0.047,0.018,0.018,0.018,0.016,0.01,0.01,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88161",5,37.348497,-121.894898,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",72,0.003289,0.002459,0.0158,"2013-09-01 00:00",0.0132,"2013-02-15 00:00",0.011,"2013-10-16 00:00",0.0089,"2013-03-14 00:00","","","","",0.0158,0.0132,0.0084,0.0065,0.00265,0.0025,0.0021,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88164",5,37.348497,-121.894898,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.001574,0.000241,0.0019,"2013-02-03 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-14 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88165",5,37.348497,-121.894898,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",2,0.06836,0.059524,0.32,"2013-05-01 00:00",0.281,"2013-10-16 00:00",0.225,"2013-05-04 00:00",0.225,"2013-11-06 00:00","","","","",0.32,0.281,0.201,0.153,0.08,0.048,0.0235,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88166",5,37.348497,-121.894898,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.008107,0.004739,0.019,"2013-01-16 00:00",0.0185,"2013-01-28 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-02-12 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88167",5,37.348497,-121.894898,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",34,0.004584,0.004419,0.0252,"2013-01-22 00:00",0.0164,"2013-01-04 00:00",0.0154,"2013-01-16 00:00",0.0152,"2013-11-06 00:00","","","","",0.0252,0.0164,0.0144,0.0111,0.0061,0.0033,0.0013,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88168",5,37.348497,-121.894898,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",81,0.00242,0.009173,0.0864,"2013-01-01 00:00",0.014,"2013-02-03 00:00",0.0049,"2013-03-17 00:00",0.0033,"2013-11-03 00:00","","","","",0.0864,0.014,0.0026,0.00175,0.00155,0.00115,0.00085,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88169",5,37.348497,-121.894898,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.304701,0.150438,0.728,"2013-07-12 00:00",0.699,"2013-07-09 00:00",0.628,"2013-10-22 00:00",0.591,"2013-04-28 00:00","","","","",0.728,0.699,0.588,0.544,0.4,0.27,0.133,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88176",5,37.348497,-121.894898,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",85,0.001003,0.000277,0.0024,"2013-02-27 00:00",0.0016,"2013-01-04 00:00",0.0016,"2013-01-31 00:00",0.0013,"2013-01-16 00:00","","","","",0.0024,0.0016,0.0013,0.0013,0.0013,0.001,0.0007,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88180",5,37.348497,-121.894898,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,0.068326,0.098191,0.779,"2013-01-01 00:00",0.485,"2013-09-28 00:00",0.183,"2013-07-24 00:00",0.163,"2013-01-22 00:00","","","","",0.779,0.485,0.161,0.129,0.0766,0.05,0.0125,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88184",5,37.348497,-121.894898,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",10,0.310455,0.268911,1.06,"2013-06-12 00:00",0.999,"2013-10-28 00:00",0.929,"2013-06-30 00:00",0.915,"2013-05-19 00:00","","","","",1.06,0.999,0.882,0.764,0.413,0.265,0.027,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88185",5,37.348497,-121.894898,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",82,0.003724,0.003869,0.0165,"2013-07-09 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-09 00:00","","","","",0.0165,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88301",5,37.348497,-121.894898,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",4,0.389977,0.485817,2.45,"2013-01-22 00:00",2.19,"2013-10-22 00:00",1.93,"2013-01-04 00:00",1.7,"2013-01-16 00:00","","","","",2.45,2.19,1.69,0.965,0.505,0.191,0.039,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88302",5,37.348497,-121.894898,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,0.369816,0.322218,1.55,"2013-04-13 00:00",1.17,"2013-10-28 00:00",1.14,"2013-10-01 00:00",1.11,"2013-07-06 00:00","","","","",1.55,1.17,1.03,0.83,0.521,0.3,0.061,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88303",5,37.348497,-121.894898,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",27,0.049806,0.076063,0.648,"2013-01-01 00:00",0.299,"2013-09-28 00:00",0.116,"2013-02-09 00:00",0.11,"2013-11-03 00:00","","","","",0.648,0.299,0.102,0.088,0.063,0.034,0.0115,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88306",5,37.348497,-121.894898,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,1.61675,1.639475,8.86,"2013-01-22 00:00",8.02,"2013-10-22 00:00",7.07,"2013-01-04 00:00",6,"2013-01-16 00:00","","","","",8.86,8.02,5.88,3.23,1.72,1.13,0.424,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88355",5,37.348497,-121.894898,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,2.638663,1.623821,8.29,"2013-01-19 00:00",7.42,"2013-01-04 00:00",6.57,"2013-01-22 00:00",6.51,"2013-01-01 00:00","","","","",8.29,7.42,6.07,5.08,2.88,2.03,1.29,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88357",5,37.348497,-121.894898,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.457884,0.427353,2.1,"2013-01-22 00:00",2.04,"2013-01-04 00:00",1.82,"2013-01-16 00:00",1.58,"2013-11-06 00:00","","","","",2.1,2.04,1.44,1.07,0.522,0.31,0.136,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88370",5,37.348497,-121.894898,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,2.506593,1.502299,7.51,"2013-01-19 00:00",7.21,"2013-01-04 00:00",6.42,"2013-01-22 00:00",5.9,"2013-01-01 00:00","","","","",7.51,7.21,5.9,4.87,2.72,1.94,1.24,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88374",5,37.348497,-121.894898,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.234628,0.25041,1.28,"2013-01-16 00:00",1.02,"2013-01-19 00:00",0.984,"2013-01-31 00:00",0.88,"2013-01-04 00:00","","","","",1.28,1.02,0.775,0.657,0.267,0.158,0.044,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88375",5,37.348497,-121.894898,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.602698,0.382321,1.92,"2013-01-04 00:00",1.87,"2013-01-19 00:00",1.65,"2013-01-22 00:00",1.48,"2013-01-01 00:00","","","","",1.92,1.87,1.44,1.25,0.717,0.472,0.293,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88376",5,37.348497,-121.894898,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,1.035837,0.622568,3,"2013-01-19 00:00",2.97,"2013-01-04 00:00",2.62,"2013-01-22 00:00",2.4,"2013-01-01 00:00","","","","",3,2.97,2.28,2.12,1.24,0.823,0.492,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88377",5,37.348497,-121.894898,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.486326,0.30177,1.45,"2013-01-04 00:00",1.38,"2013-01-22 00:00",1.28,"2013-01-01 00:00",1.23,"2013-01-19 00:00","","","","",1.45,1.38,1.08,0.956,0.567,0.399,0.214,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88378",5,37.348497,-121.894898,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",14,0.14793,0.119474,0.68,"2013-07-30 00:00",0.429,"2013-08-11 00:00",0.392,"2013-01-19 00:00",0.372,"2013-10-16 00:00","","","","",0.68,0.429,0.35,0.292,0.221,0.135,0.001,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88380",5,37.348497,-121.894898,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.589674,0.53857,2.25,"2013-01-04 00:00",2.24,"2013-01-22 00:00",2.12,"2013-01-19 00:00",2,"2013-01-16 00:00","","","","",2.25,2.24,1.92,1.51,0.633,0.412,0.187,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88383",5,37.348497,-121.894898,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.69886,0.524532,2.46,"2013-01-19 00:00",2.2,"2013-01-04 00:00",2.2,"2013-01-22 00:00",1.95,"2013-01-16 00:00","","","","",2.46,2.2,1.87,1.64,0.831,0.5,0.24,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88384",5,37.348497,-121.894898,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",2,0.038499,0.024038,0.169,"2013-06-27 00:00",0.109,"2013-06-24 00:00",0.0939,"2013-04-25 00:00",0.074,"2013-06-06 00:00","","","","",0.169,0.109,0.0736,0.0612,0.0477,0.0361,0.0146,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88385",5,37.348497,-121.894898,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",82,0.00116,0.000967,0.00942,"2013-10-31 00:00",0.00367,"2013-04-28 00:00",0.00247,"2013-11-09 00:00",0.0022,"2013-10-19 00:00","","","","",0.00942,0.00367,0.001,0.001,0.001,0.001,0.001,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88388",5,37.348497,-121.894898,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.279616,0.200775,1.17,"2013-01-19 00:00",0.885,"2013-07-30 00:00",0.838,"2013-01-13 00:00",0.81,"2013-10-19 00:00","","","","",1.17,0.885,0.667,0.523,0.345,0.224,0.104,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88403",5,37.348497,-121.894898,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.807318,0.441003,2.11,"2013-07-12 00:00",2.03,"2013-07-09 00:00",1.76,"2013-10-22 00:00",1.75,"2013-04-28 00:00","","","","",2.11,2.03,1.71,1.43,1.03,0.696,0.326,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","0005","88502",5,37.348497,-121.894898,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,9.420455,5.406003,29.4,"2013-01-22 00:00",28.1,"2013-01-04 00:00",24.1,"2013-01-19 00:00",22.3,"2013-01-16 00:00","","","","",29.4,28.1,19.6,17.3,11.7,7.6,4.1,"San Jose - Jackson St.","158B JACKSON ST","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-13" +"06","085","1001","44201",1,37.226862,-121.979675,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5598,67,244,365,0,0,0,0,"Certification not required",202,0.043143,0.012558,0.087,"2013-05-02 15:00",0.085,"2013-07-03 16:00",0.074,"2013-05-03 14:00",0.073,"2013-09-07 13:00","","","","",0.074,0.072,0.065,0.061,0.05,0.041,0.03,"Los Gatos","306 UNIVERSITY AVE.","California","Santa Clara","Los Gatos","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","1001","44201",1,37.226862,-121.979675,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5835,67,243,365,0,0,0,0,"Certification not required",0,0.035922,0.01053,0.075,"2013-05-02 11:00",0.068,"2013-05-03 10:00",0.062,"2013-07-21 14:00",0.062,"2013-09-07 11:00","","","","",0.062,0.061,0.054,0.049,0.041,0.035,0.024,"Los Gatos","306 UNIVERSITY AVE.","California","Santa Clara","Los Gatos","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","1001","44201",1,37.226862,-121.979675,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5835,67,243,365,0,0,0,0,"Certification not required",0,0.035922,0.01053,0.075,"2013-05-02 11:00",0.068,"2013-05-03 10:00",0.062,"2013-07-21 14:00",0.062,"2013-09-07 11:00","","","","",0.062,0.061,0.054,0.049,0.041,0.035,0.024,"Los Gatos","306 UNIVERSITY AVE.","California","Santa Clara","Los Gatos","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","2006","44201",1,37.079379,-121.600031,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5597,100,244,244,0,0,0,0,"Certification not required",576,0.047713,0.012489,0.094,"2013-06-07 15:00",0.09,"2013-05-02 17:00",0.082,"2013-07-03 14:00",0.08,"2013-09-08 14:00","","","","",0.082,0.079,0.07,0.065,0.053,0.046,0.034,"San Martin - Airport","13030 MURPHY AVE.","California","Santa Clara","San Martin","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","2006","44201",1,37.079379,-121.600031,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5844,100,243,244,0,0,0,0,"Certification not required",0,0.040206,0.01035,0.076,"2013-05-02 11:00",0.07,"2013-05-03 10:00",0.069,"2013-07-09 10:00",0.067,"2013-05-20 11:00","","","","",0.069,0.066,0.06,0.055,0.045,0.04,0.029,"San Martin - Airport","13030 MURPHY AVE.","California","Santa Clara","San Martin","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","2006","44201",1,37.079379,-121.600031,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5844,100,243,244,0,0,1,1,"Certification not required",0,0.040206,0.01035,0.076,"2013-05-02 11:00",0.07,"2013-05-03 10:00",0.069,"2013-07-09 10:00",0.067,"2013-05-20 11:00","","","","",0.069,0.066,0.06,0.055,0.045,0.04,0.029,"San Martin - Airport","13030 MURPHY AVE.","California","Santa Clara","San Martin","San Jose-Sunnyvale-Santa Clara, CA","2013-12-18" +"06","085","2009","12101",3,37.318435,-122.069705,"NAD83","Aluminum (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.272521,0.153508,0.7211,"2013-05-04 00:00",0.69085,"2013-09-07 00:00",0.50642,"2013-04-22 00:00",0.48504,"2013-01-22 00:00","","","","",0.7211,0.7211,0.50642,0.47777,0.34482,0.24326,0.10939,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12102",3,37.318435,-122.069705,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001956,0.003483,0.011,"2013-04-04 00:00",0.011,"2013-09-07 00:00",0.01,"2013-04-16 00:00",0.009,"2013-01-16 00:00","","","","",0.011,0.011,0.01,0.008,0.005,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12103",3,37.318435,-122.069705,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,6.7e-05,0.000252,0.001,"2013-07-09 00:00",0.001,"2013-07-15 00:00",0.001,"2013-09-13 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12107",3,37.318435,-122.069705,"NAD83","Barium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017203,0.009099,0.04265,"2013-01-22 00:00",0.03283,"2013-01-16 00:00",0.03194,"2013-07-03 00:00",0.03169,"2013-09-07 00:00","","","","",0.04265,0.04265,0.03194,0.03111,0.0218,0.01556,0.00728,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12109",3,37.318435,-122.069705,"NAD83","Bromine (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004043,0.001659,0.00844,"2013-01-10 00:00",0.00686,"2013-06-15 00:00",0.00664,"2013-08-02 00:00",0.00642,"2013-05-22 00:00","","","","",0.00844,0.00844,0.00664,0.00638,0.00498,0.00401,0.00188,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12111",3,37.318435,-122.069705,"NAD83","Calcium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.690352,0.436003,2.2494,"2013-01-22 00:00",1.55247,"2013-02-15 00:00",1.53675,"2013-01-04 00:00",1.47603,"2013-01-16 00:00","","","","",2.2494,2.2494,1.53675,1.28449,0.84894,0.58358,0.27365,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12112",3,37.318435,-122.069705,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002333,0.001108,0.005,"2013-01-22 00:00",0.005,"2013-02-03 00:00",0.005,"2013-09-07 00:00",0.004,"2013-02-15 00:00","","","","",0.005,0.005,0.005,0.003,0.003,0.002,0.001,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12113",3,37.318435,-122.069705,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000467,0.000588,0.002,"2013-01-16 00:00",0.002,"2013-05-04 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12114",3,37.318435,-122.069705,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008615,0.003938,0.01961,"2013-01-22 00:00",0.01567,"2013-07-03 00:00",0.01471,"2013-01-16 00:00",0.01456,"2013-09-19 00:00","","","","",0.01961,0.01961,0.01471,0.01452,0.01113,0.0083,0.004,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12126",3,37.318435,-122.069705,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.478994,0.238319,0.99247,"2013-05-04 00:00",0.98015,"2013-09-07 00:00",0.93128,"2013-01-22 00:00",0.81759,"2013-07-03 00:00","","","","",0.99247,0.99247,0.93128,0.80599,0.64352,0.47891,0.19297,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12128",3,37.318435,-122.069705,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001793,0.001147,0.0044,"2013-01-22 00:00",0.0044,"2013-05-04 00:00",0.0041,"2013-02-15 00:00",0.0038,"2013-01-04 00:00","","","","",0.0044,0.0044,0.0041,0.0036,0.0025,0.0014,0.0006,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12132",3,37.318435,-122.069705,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008756,0.004568,0.024,"2013-05-04 00:00",0.019,"2013-09-07 00:00",0.016,"2013-01-22 00:00",0.015,"2013-02-15 00:00","","","","",0.024,0.024,0.016,0.014,0.011,0.008,0.004,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12134",3,37.318435,-122.069705,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",45,3e-05,0,3e-05,"2013-01-04 00:00",3e-05,"2013-01-10 00:00",3e-05,"2013-01-16 00:00",3e-05,"2013-01-22 00:00","","","","",3e-05,3e-05,3e-05,3e-05,3e-05,3e-05,3e-05,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12136",3,37.318435,-122.069705,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001489,0.001014,0.006,"2013-02-03 00:00",0.003,"2013-01-22 00:00",0.003,"2013-02-15 00:00",0.003,"2013-05-04 00:00","","","","",0.006,0.006,0.003,0.003,0.002,0.001,0.001,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12142",3,37.318435,-122.069705,"NAD83","Mercury (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000244,0.000435,0.001,"2013-01-16 00:00",0.001,"2013-02-21 00:00",0.001,"2013-02-27 00:00",0.001,"2013-03-17 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12152",3,37.318435,-122.069705,"NAD83","Phosphorus (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011711,0.021248,0.082,"2013-01-22 00:00",0.071,"2013-03-29 00:00",0.064,"2013-02-15 00:00",0.054,"2013-01-04 00:00","","","","",0.082,0.082,0.064,0.054,0.015,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12154",3,37.318435,-122.069705,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000867,0.00114,0.005,"2013-06-09 00:00",0.004,"2013-07-21 00:00",0.004,"2013-08-20 00:00",0.002,"2013-01-04 00:00","","","","",0.005,0.005,0.004,0.002,0.001,0.001,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12160",3,37.318435,-122.069705,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",31,0.001725,0.002481,0.00811,"2013-09-25 00:00",0.0074,"2013-03-29 00:00",0.0074,"2013-09-19 00:00",0.00592,"2013-02-27 00:00","","","","",0.00811,0.00811,0.0074,0.00553,0.00396,0.00017,0.00017,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12161",3,37.318435,-122.069705,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.043977,0.021336,0.09494,"2013-05-04 00:00",0.08959,"2013-09-07 00:00",0.08122,"2013-07-27 00:00",0.07683,"2013-01-22 00:00","","","","",0.09494,0.09494,0.08122,0.07544,0.05753,0.04268,0.01817,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12164",3,37.318435,-122.069705,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.002065,0.001301,0.00492,"2013-09-07 00:00",0.00472,"2013-05-04 00:00",0.00427,"2013-07-03 00:00",0.0042,"2013-07-09 00:00","","","","",0.00492,0.00492,0.00427,0.00406,0.0029,0.00189,2e-05,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12165",3,37.318435,-122.069705,"NAD83","Silicon (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.880915,0.489496,2.33644,"2013-05-04 00:00",2.19917,"2013-09-07 00:00",1.60264,"2013-02-15 00:00",1.59581,"2013-01-22 00:00","","","","",2.33644,2.33644,1.60264,1.50537,1.12415,0.77369,0.36901,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12167",3,37.318435,-122.069705,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.01532,0.006869,0.0341,"2013-01-22 00:00",0.02959,"2013-01-04 00:00",0.02873,"2013-01-16 00:00",0.02649,"2013-02-15 00:00","","","","",0.0341,0.0341,0.02873,0.02561,0.01925,0.01521,0.00819,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12168",3,37.318435,-122.069705,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005066,0.002093,0.01013,"2013-05-04 00:00",0.00935,"2013-01-22 00:00",0.0088,"2013-09-07 00:00",0.00842,"2013-01-16 00:00","","","","",0.01013,0.01013,0.0088,0.00788,0.00631,0.00503,0.00256,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12169",3,37.318435,-122.069705,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.369476,0.188551,0.81498,"2013-05-10 00:00",0.76039,"2013-07-09 00:00",0.73011,"2013-07-21 00:00",0.72014,"2013-07-03 00:00","","","","",0.81498,0.81498,0.73011,0.65149,0.4998,0.31765,0.14781,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12176",3,37.318435,-122.069705,"NAD83","Rubidium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",10,0.000484,0.000375,0.00148,"2013-09-07 00:00",0.00146,"2013-05-04 00:00",0.0011,"2013-07-03 00:00",0.00107,"2013-02-15 00:00","","","","",0.00148,0.00148,0.0011,0.00098,0.00068,0.00047,1e-05,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12180",3,37.318435,-122.069705,"NAD83","Potassium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.153028,0.062813,0.37635,"2013-05-04 00:00",0.28328,"2013-09-07 00:00",0.23577,"2013-03-29 00:00",0.23364,"2013-04-22 00:00","","","","",0.37635,0.37635,0.23577,0.22282,0.19334,0.14645,0.08198,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12183",3,37.318435,-122.069705,"NAD83","Yttrium (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.0001,0.000208,0.00076,"2013-07-03 00:00",0.00063,"2013-07-09 00:00",0.00062,"2013-08-02 00:00",0.00058,"2013-01-04 00:00","","","","",0.00076,0.00076,0.00062,0.00057,2e-05,2e-05,2e-05,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","12191",3,37.318435,-122.069705,"NAD83","Chlorine (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924- TEFLON - X-RAY FLUORESCENCE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.860404,0.735862,3.00595,"2013-06-15 00:00",2.69737,"2013-01-10 00:00",2.44282,"2013-06-21 00:00",2.05084,"2013-05-22 00:00","","","","",3.00595,3.00595,2.44282,2.03862,1.22886,0.61139,0.09397,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-06" +"06","085","2009","42101",1,37.318435,-122.069705,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8184,93,357,365,0,0,0,0,"Certification not required",7025,0.303696,0.151024,3.1,"2013-11-01 20:00",2.3,"2013-11-01 21:00",1.8,"2013-10-17 20:00",1.6,"2013-11-01 19:00","","","","",0.9,0.8,0.6,0.5,0.25,0.25,0.25,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42101",1,37.318435,-122.069705,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8467,97,338,365,0,0,0,0,"Certification not required",0,0.336684,0.091025,1.3,"2013-11-01 22:00",1.3,"2013-11-01 23:00",1.3,"2013-11-02 00:00",1.3,"2013-11-02 01:00",1.3,"2013-11-01 22:00",0.9,"2013-10-17 09:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42401",1,37.318435,-122.069705,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7806,89,346,365,0,0,0,"","Certification not required",0,1.413873,1.762897,13.9,"2013-10-25 10:00",10.1,"2013-01-17 10:00",9.5,"2013-05-20 16:00",9.5,"2013-08-13 09:00","","","","",9.5,6.7,4.4,3.1,1.8,1.1,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42401",1,37.318435,-122.069705,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7806,89,346,365,0,0,"","","Certification not required",0,0.397797,0.791,13.9,"2013-10-25 10:00",10.1,"2013-01-17 10:00",9.6,"2013-10-25 09:00",9.5,"2013-05-20 16:00","","","","",3,2.3,1.5,1.2,0.8,0.2,-0.3,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42401",1,37.318435,-122.069705,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",346,95,346,365,0,0,0,"","Certification not required",0,0.404046,0.579641,2.9,"2013-01-17 00:00",2.1,"2013-01-02 00:00",2,"2013-01-15 00:00",2,"2013-01-16 00:00","","","","",2,1.6,1.3,1.2,0.8,0.3,-0.3,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42401",1,37.318435,-122.069705,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2402,82,335,365,0,0,"",0,"Certification not required",0,0.387677,0.71595,8.5,"2013-10-25 11:00",7.1,"2013-01-17 11:00",5.4,"2013-05-20 17:00",5.4,"2013-10-18 11:00","","","","",2.7,2.1,1.5,1.2,0.8,0.2,-0.3,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42406",1,37.318435,-122.069705,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7862,90,356,365,0,0,"","","Certification not required",0,0.828008,1.261184,32.6,"2013-05-20 16:00",25.6,"2013-01-17 10:00",21.7,"2013-02-18 12:00",19.8,"2013-05-22 17:00","","","","",5.2,3.7,2.2,1.7,1.2,0.6,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42601",1,37.318435,-122.069705,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8184,93,356,365,0,0,"","","Certification not required",0,2.970064,5.857329,85.8,"2013-06-01 05:00",83.8,"2013-01-18 08:00",73.9,"2013-12-31 08:00",70.2,"2013-12-14 07:00","","","","",29.9,21.2,12.8,7.7,2.9,0.9,0.2,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42602",1,37.318435,-122.069705,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8183,93,356,365,0,0,0,"","Certification not required",0,18.100562,8.512102,41.9,"2013-12-17 17:00",41.2,"2013-10-17 07:00",38.5,"2013-12-27 18:00",38,"2013-05-02 01:00","","","","",38,35.9,33,30.5,24.6,17,7.9,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42602",1,37.318435,-122.069705,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8183,93,356,365,0,0,"","","Certification not required",0,9.135684,7.144567,41.9,"2013-12-17 17:00",41.2,"2013-10-17 07:00",39.9,"2013-12-17 18:00",39.7,"2013-12-17 16:00","","","","",31.1,28.3,24.1,19.8,12.8,6.8,2.3,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","42603",1,37.318435,-122.069705,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8185,93,357,365,0,0,"","","Certification not required",0,12.103641,11.637112,115.5,"2013-01-18 08:00",111.1,"2013-06-01 05:00",102.4,"2013-12-31 08:00",98.8,"2013-01-23 15:00","","","","",55.3,47.1,34.7,26.9,16.1,8.1,2.6,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","43207",3,37.318435,-122.069705,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.153364,0.06318,0.3,"2013-06-27 00:00",0.29,"2013-07-03 00:00",0.26,"2013-06-09 00:00",0.25,"2013-04-28 00:00","","","","",0.3,0.3,0.26,0.249,0.19,0.14,0.08,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43218",3,37.318435,-122.069705,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.075545,0.042487,0.2,"2013-04-28 00:00",0.156,"2013-01-04 00:00",0.14,"2013-04-04 00:00",0.14,"2013-05-28 00:00","","","","",0.2,0.2,0.14,0.139,0.1,0.07,0.04,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43302",3,37.318435,-122.069705,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,7.501773,5.813284,34.2,"2013-05-22 00:00",23.575,"2013-01-16 00:00",19.99,"2013-01-04 00:00",12.26,"2013-04-28 00:00","","","","",34.2,34.2,19.99,11.11,8.56,6.7,3.015,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43502",3,37.318435,-122.069705,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.566667,0.729018,3.5,"2013-07-03 00:00",3.4,"2013-09-07 00:00",2.9,"2013-10-19 00:00",2.7,"2013-07-09 00:00","","","","",3.5,3.4,2.9,2.5,2,1.5,0.7,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-18" +"06","085","2009","43503",3,37.318435,-122.069705,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.178431,0.517808,2.4,"2013-01-22 00:00",2.4,"2013-10-19 00:00",2,"2013-09-07 00:00",1.9,"2013-07-03 00:00","","","","",2.4,2.4,2,1.8,1.6,1.1,0.5,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-18" +"06","085","2009","43505",3,37.318435,-122.069705,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.211,0.803998,4.058,"2013-04-04 00:00",3.2,"2013-05-10 00:00",2.36,"2013-04-28 00:00",2.228,"2013-02-15 00:00","","","","",4.058,4.058,2.36,2.1,1.6,1.13,0.49,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43551",3,37.318435,-122.069705,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",1,9.168705,6.380146,26.763,"2013-04-04 00:00",26.53,"2013-06-27 00:00",25.33,"2013-05-10 00:00",20.31,"2013-07-27 00:00","","","","",26.763,26.763,25.33,17.56,12.766,6.72,2.715,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43552",3,37.318435,-122.069705,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",3,0.938455,0.580405,2.649,"2013-04-04 00:00",2.51,"2013-06-27 00:00",2.44,"2013-05-10 00:00",2.05,"2013-05-22 00:00","","","","",2.649,2.649,2.44,1.98,1.01,0.79,0.47,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43702",3,37.318435,-122.069705,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.003477,0.023066,0.153,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.153,0.153,0,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43704",3,37.318435,-122.069705,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.001045,0.006935,0.046,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.046,0.046,0,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43802",3,37.318435,-122.069705,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.165114,0.077585,0.33,"2013-06-09 00:00",0.28,"2013-04-28 00:00",0.271,"2013-03-29 00:00",0.26,"2013-05-22 00:00","","","","",0.33,0.33,0.271,0.25,0.23,0.161,0.08,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43803",3,37.318435,-122.069705,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.029636,0.020316,0.08,"2013-07-21 00:00",0.07,"2013-07-09 00:00",0.06,"2013-07-03 00:00",0.055,"2013-02-15 00:00","","","","",0.08,0.08,0.06,0.053,0.042,0.03,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43804",3,37.318435,-122.069705,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.09625,0.020291,0.168,"2013-04-10 00:00",0.14,"2013-05-10 00:00",0.114,"2013-04-16 00:00",0.113,"2013-04-04 00:00","","","","",0.168,0.168,0.114,0.112,0.11,0.1,0.07,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43811",3,37.318435,-122.069705,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.264568,0.064317,0.447,"2013-04-04 00:00",0.39,"2013-06-09 00:00",0.39,"2013-07-03 00:00",0.36,"2013-06-15 00:00","","","","",0.447,0.447,0.39,0.35,0.315,0.238,0.2,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43814",3,37.318435,-122.069705,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.009182,0.010728,0.039,"2013-04-04 00:00",0.03,"2013-06-27 00:00",0.03,"2013-07-21 00:00",0.02,"2013-04-16 00:00","","","","",0.039,0.039,0.03,0.02,0.02,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43815",3,37.318435,-122.069705,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002341,0.011131,0.063,"2013-04-10 00:00",0.04,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.063,0.063,0,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43817",3,37.318435,-122.069705,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.014,0.006786,0.03,"2013-01-22 00:00",0.03,"2013-07-27 00:00",0.027,"2013-03-11 00:00",0.024,"2013-01-04 00:00","","","","",0.03,0.03,0.027,0.023,0.019,0.013,0.01,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43824",3,37.318435,-122.069705,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43843",3,37.318435,-122.069705,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","43860",3,37.318435,-122.069705,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","44201",1,37.318435,-122.069705,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8164,94,344,365,0,0,0,0,"Certification not required",608,0.039387,0.01131,0.091,"2013-05-02 14:00",0.076,"2013-04-22 16:00",0.075,"2013-05-03 15:00",0.074,"2013-05-04 14:00","","","","",0.074,0.069,0.061,0.054,0.044,0.038,0.027,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","44201",1,37.318435,-122.069705,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8443,93,340,365,0,0,0,0,"Certification not required",0,0.0331,0.010076,0.077,"2013-05-02 10:00",0.069,"2013-05-03 10:00",0.063,"2013-05-01 10:00",0.063,"2013-05-04 09:00","","","","",0.063,0.058,0.05,0.045,0.039,0.033,0.021,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","44201",1,37.318435,-122.069705,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8443,93,340,365,0,0,1,1,"Certification not required",0,0.0331,0.010076,0.077,"2013-05-02 10:00",0.069,"2013-05-03 10:00",0.063,"2013-05-01 10:00",0.063,"2013-05-04 09:00","","","","",0.063,0.058,0.05,0.045,0.039,0.033,0.021,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","45109",3,37.318435,-122.069705,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.788364,0.378998,1.807,"2013-02-15 00:00",1.736,"2013-01-04 00:00",1.55,"2013-01-22 00:00",1.516,"2013-02-27 00:00","","","","",1.807,1.807,1.55,1.453,0.995,0.726,0.42,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","45201",3,37.318435,-122.069705,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.738295,0.41927,1.962,"2013-01-04 00:00",1.765,"2013-01-16 00:00",1.493,"2013-02-27 00:00",1.398,"2013-02-15 00:00","","","","",1.962,1.962,1.493,1.387,0.938,0.73,0.29,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","45202",3,37.318435,-122.069705,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.24775,0.64428,2.849,"2013-01-04 00:00",2.783,"2013-01-22 00:00",2.707,"2013-01-16 00:00",2.419,"2013-02-15 00:00","","","","",2.849,2.849,2.707,2.139,1.58,1.129,0.56,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","45203",3,37.318435,-122.069705,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.262364,0.141489,0.59,"2013-01-22 00:00",0.556,"2013-02-15 00:00",0.536,"2013-01-04 00:00",0.506,"2013-01-16 00:00","","","","",0.59,0.59,0.536,0.486,0.35,0.26,0.137,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","45204",3,37.318435,-122.069705,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.356,0.182007,0.764,"2013-02-15 00:00",0.744,"2013-01-04 00:00",0.686,"2013-01-22 00:00",0.68,"2013-09-19 00:00","","","","",0.764,0.764,0.686,0.647,0.453,0.321,0.16,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2013-11-15" +"06","085","2009","81102",1,37.318435,-122.069705,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,0,0,"Certification not required",0,13.6,6.134647,31,"2013-12-12 00:00",27,"2013-01-22 00:00",27,"2013-05-04 00:00",27,"2013-12-18 00:00","","","","",31,27,27,23,18,13,7,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","82180",1,37.318435,-122.069705,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,55.666667,23.960891,130,"2013-05-04 00:00",120,"2013-10-01 00:00",100,"2013-12-12 00:00",90,"2013-06-15 00:00","","","","",130,120,100,90,70,50,30,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","82203",1,37.318435,-122.069705,"NAD83","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",12,0.603333,0.734003,3.01,"2013-10-01 00:00",2.83,"2013-05-22 00:00",2.28,"2013-06-15 00:00",2.27,"2013-01-10 00:00","","","","",3.01,2.83,2.28,2.05,0.89,0.27,0.055,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","82301",1,37.318435,-122.069705,"NAD83","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",28,0.23,0.402029,2.3,"2013-12-12 00:00",1.5,"2013-12-18 00:00",1.2,"2013-01-16 00:00",0.9,"2013-10-25 00:00","","","","",2.3,1.5,1.2,0.8,0.2,0.1,0.05,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","82306",1,37.318435,-122.069705,"NAD83","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,1.595,1.725033,9.4,"2013-12-12 00:00",7.3,"2013-12-18 00:00",6,"2013-01-22 00:00",5.1,"2013-01-16 00:00","","","","",9.4,7.3,6,4,1.8,1.1,0.4,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","82403",1,37.318435,-122.069705,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",5,1.120833,0.634816,3.5,"2013-10-25 00:00",2.4,"2013-05-10 00:00",2.3,"2013-07-21 00:00",2.2,"2013-07-09 00:00","","","","",3.5,2.4,2.3,2.1,1.5,1,0.5,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","85101",1,37.318435,-122.069705,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,0,"","","Certification not required",0,14.2,6.401271,33,"2013-12-12 00:00",29,"2013-01-22 00:00",29,"2013-12-18 00:00",27,"2013-05-04 00:00","","","","",33,29,29,25,18,13,8,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-02-19" +"06","085","2009","88502",1,37.318435,-122.069705,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8559,98,360,365,0,0,"","","Certification not required",0,8.524594,7.491887,79,"2013-12-17 09:00",68,"2013-11-13 07:00",68,"2013-12-17 10:00",59,"2013-12-17 16:00","","","","",36,30,23,18,11,7,1,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2009","88502",1,37.318435,-122.069705,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,8.473056,5.382451,38.9,"2013-12-17 00:00",31,"2013-12-31 00:00",26.1,"2013-12-12 00:00",25.7,"2013-11-27 00:00","","","","",25.7,24,20.2,15.1,10.7,7.3,3.2,"Cupertino Monta Vista","22601 Voss Ave","California","Santa Clara","Cupertino","San Jose-Sunnyvale-Santa Clara, CA","2014-01-14" +"06","085","2010","14129",3,37.457621,-122.112286,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,0.101,0.042402,0.207,"2013-11-24 00:00",0.179,"2013-09-07 00:00",0.173,"2013-02-09 00:00",0.171,"2013-11-06 00:00","","","","",0.207,0.179,0.171,0.163,0.128,0.098,0.049,"Palo Alto Airport","Palo Alto Airport, 1925 Embarcadero Road, Palo Alto","California","Santa Clara","Palo Alto","San Jose-Sunnyvale-Santa Clara, CA","2014-02-05" +"06","085","2010","68105",3,37.457621,-122.112286,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,16.127869,3.947199,23.7,"2013-09-07 00:00",23.3,"2013-06-27 00:00",22.2,"2013-07-03 00:00",21.8,"2013-04-22 00:00","","","","",23.7,23.3,21.8,20.5,19.2,16.9,10.5,"Palo Alto Airport","Palo Alto Airport, 1925 Embarcadero Road, Palo Alto","California","Santa Clara","Palo Alto","San Jose-Sunnyvale-Santa Clara, CA","2014-02-05" +"06","085","2010","68108",3,37.457621,-122.112286,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,760,3.768289,768,"2013-01-16 00:00",766,"2013-02-27 00:00",766,"2013-12-24 00:00",765,"2013-01-04 00:00","","","","",768,766,765,765,762,760,755,"Palo Alto Airport","Palo Alto Airport, 1925 Embarcadero Road, Palo Alto","California","Santa Clara","Palo Alto","San Jose-Sunnyvale-Santa Clara, CA","2014-02-05" +"06","085","2011","14129",3,37.329841,-121.815438,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,0.078623,0.035929,0.171,"2013-12-18 00:00",0.163,"2013-01-04 00:00",0.155,"2013-12-30 00:00",0.137,"2013-10-19 00:00","","","","",0.171,0.163,0.137,0.122,0.097,0.073,0.033,"Reid Hillview Airport","2500 Cummingham Avenue, San Jose","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-05" +"06","085","2011","68105",3,37.329841,-121.815438,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,18.322951,4.643612,28.3,"2013-09-07 00:00",26.7,"2013-07-03 00:00",25.6,"2013-06-27 00:00",24.6,"2013-07-09 00:00","","","","",28.3,26.7,24.6,24,21.7,18.6,11.6,"Reid Hillview Airport","2500 Cummingham Avenue, San Jose","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-05" +"06","085","2011","68108",3,37.329841,-121.815438,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,760.557377,3.775026,770,"2013-01-16 00:00",767,"2013-02-27 00:00",766,"2013-01-04 00:00",766,"2013-01-28 00:00","","","","",770,767,766,765,763,761,756,"Reid Hillview Airport","2500 Cummingham Avenue, San Jose","California","Santa Clara","San Jose","San Jose-Sunnyvale-Santa Clara, CA","2014-02-05" +"06","087","0007","44201",1,36.983921,-121.989328,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7984,91,332,365,0,31,0,0,"Certification not required",972,0.037401,0.008329,0.069,"2013-05-03 11:00",0.062,"2013-10-18 12:00",0.059,"2013-09-06 15:00",0.058,"2013-03-13 14:00","","","","",0.058,0.055,0.052,0.048,0.042,0.037,0.027,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","44201",1,36.983921,-121.989328,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7983,91,332,365,0,0,0,0,"Certification not required",0,0.032105,0.007348,0.055,"2013-05-03 09:00",0.052,"2013-10-06 10:00",0.05,"2013-10-16 10:00",0.049,"2013-05-04 19:00","","","","",0.049,0.047,0.044,0.041,0.037,0.032,0.023,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","44201",1,36.983921,-121.989328,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7983,91,332,365,0,0,0,0,"Certification not required",0,0.032105,0.007348,0.055,"2013-05-03 09:00",0.052,"2013-10-06 10:00",0.05,"2013-10-16 10:00",0.049,"2013-05-04 19:00","","","","",0.049,0.047,0.044,0.041,0.037,0.032,0.023,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","61101",1,36.983921,-121.989328,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",7360,84,305,365,0,656,"","","Certification not required",0,3.274878,1.562549,11.5,"2013-05-05 16:00",11.1,"2013-05-05 12:00",10.6,"2013-05-05 15:00",10.5,"2013-03-06 02:00","","","","",8.1,7.6,6.4,5.3,4.2,3,1.6,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","61102",1,36.983921,-121.989328,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7360,84,305,365,0,656,"","","Certification not required",0,147.106658,102.168105,359,"2013-01-05 10:00",359,"2013-01-13 22:00",359,"2013-01-29 02:00",359,"2013-02-07 05:00","","","","",355,351,336,309,215,145,24,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","62101",1,36.983921,-121.989328,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",7360,84,305,365,0,656,"","","Certification not required",0,55.293886,9.218766,89,"2013-09-19 14:00",88,"2013-09-19 13:00",88,"2013-09-19 15:00",87,"2013-05-03 14:00","","","","",78,76,71,67,61,55,44,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","88101",3,36.983921,-121.989328,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7748,88,330,365,0,268,"","","Certification not required",0,6.562081,4.883979,206,"2013-01-05 19:00",63,"2013-07-04 21:00",53,"2013-07-05 01:00",40,"2013-07-05 02:00","","","","",19,17,15,12,9,6,2,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","88101",3,36.983921,-121.989328,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,0,0,"Certification not required",0,6.501553,2.908988,18,"2013-01-05 00:00",17.9,"2013-07-05 00:00",16.5,"2013-07-29 00:00",16.3,"2013-07-30 00:00","","","","",16.3,13.4,11.2,10,8.2,6.3,2.9,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","0007","88101",3,36.983921,-121.989328,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,6.501553,2.908988,18,"2013-01-05 00:00",17.9,"2013-07-05 00:00",16.5,"2013-07-29 00:00",16.3,"2013-07-30 00:00","","","","",16.3,13.4,11.2,10,8.2,6.3,2.9,"Santa Cruz 4","2544 SOQUEL AVENUE","California","Santa Cruz","Live Oak","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1003","44201",1,37.07206,-122.00764,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8000,92,334,365,0,14,0,0,"Certification not required",265,0.042964,0.009618,0.078,"2013-05-20 14:00",0.074,"2013-04-30 15:00",0.073,"2013-05-03 11:00",0.072,"2013-05-02 12:00","","","","",0.072,0.068,0.06,0.056,0.048,0.042,0.032,"Scotts Valley High School","555 Glenwood Drive","California","Santa Cruz","Scotts Valley","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1003","44201",1,37.07206,-122.00764,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7999,92,334,365,0,0,0,0,"Certification not required",0,0.037964,0.008834,0.066,"2013-05-03 10:00",0.065,"2013-05-20 09:00",0.064,"2013-04-30 09:00",0.064,"2013-05-02 10:00","","","","",0.064,0.062,0.055,0.049,0.043,0.037,0.029,"Scotts Valley High School","555 Glenwood Drive","California","Santa Cruz","Scotts Valley","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1003","44201",1,37.07206,-122.00764,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7999,92,334,365,0,0,0,0,"Certification not required",0,0.037964,0.008834,0.066,"2013-05-03 10:00",0.065,"2013-05-20 09:00",0.064,"2013-04-30 09:00",0.064,"2013-05-02 10:00","","","","",0.064,0.062,0.055,0.049,0.043,0.037,0.029,"Scotts Valley High School","555 Glenwood Drive","California","Santa Cruz","Scotts Valley","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1003","61101",1,37.07206,-122.00764,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",8012,91,334,365,0,3,"","","Certification not required",0,2.697878,1.75224,11.2,"2013-02-24 05:00",10.9,"2013-11-05 08:00",10.9,"2013-11-21 20:00",10.7,"2013-01-14 01:00","","","","",8.2,7.4,6.1,5,3.8,2.2,0.9,"Scotts Valley High School","555 Glenwood Drive","California","Santa Cruz","Scotts Valley","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1003","61102",1,37.07206,-122.00764,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8012,91,334,365,0,3,"","","Certification not required",0,155.562406,86.013595,359,"2013-02-15 19:00",359,"2013-03-14 22:00",359,"2013-03-26 01:00",359,"2013-05-10 00:00","","","","",352,343,315,267,211,163,41,"Scotts Valley High School","555 Glenwood Drive","California","Santa Cruz","Scotts Valley","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1003","62101",1,37.07206,-122.00764,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",8009,91,334,365,0,3,"","","Certification not required",0,57.450868,11.826907,96,"2013-06-28 14:00",96,"2013-06-28 16:00",96,"2013-06-28 17:00",96,"2013-08-30 15:00","","","","",87,84,79,74,65,56,43,"Scotts Valley High School","555 Glenwood Drive","California","Santa Cruz","Scotts Valley","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1004","61101",1,37.048008,-122.075695,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Knots","No Events",5034,77,208,271,0,102,"","","Certification not required",0,2.06466,1.515158,10.4,"2013-05-21 15:00",9.5,"2013-05-21 14:00",9.1,"2013-05-22 16:00",9,"2013-05-21 16:00","","","","",7.4,6.8,5.4,4.1,2.6,1.6,0.7,"","Cal-Fire, 6059 Highway 9","California","Santa Cruz","Felton","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1004","61102",1,37.048008,-122.075695,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5034,77,208,271,0,102,"","","Certification not required",0,167.24553,76.577227,359,"2013-05-16 15:00",359,"2013-05-21 13:00",359,"2013-05-22 15:00",359,"2013-05-24 17:00","","","","",357,352,331,255,206,165,75,"","Cal-Fire, 6059 Highway 9","California","Santa Cruz","Felton","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1004","62101",1,37.048008,-122.075695,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",5034,77,208,271,0,102,"","","Certification not required",0,60.379619,12.811116,98,"2013-08-30 14:00",97,"2013-06-27 14:00",97,"2013-06-28 17:00",97,"2013-08-30 13:00","","","","",90,88,83,79,70,58,44,"","Cal-Fire, 6059 Highway 9","California","Santa Cruz","Felton","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1004","88101",3,37.048008,-122.075695,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4312,49,183,365,0,104,"","","Certification not required",0,7.731215,11.845243,116,"2013-11-30 21:00",108,"2013-10-31 19:00",98,"2013-11-30 19:00",91,"2013-11-22 22:00","","","","",61,49,30,18,9,5,-1,"","Cal-Fire, 6059 Highway 9","California","Santa Cruz","Felton","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1004","88101",3,37.048008,-122.075695,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",179,49,179,365,0,0,2,2,"Certification not required",0,7.718436,8.305687,37.6,"2013-11-30 00:00",36.6,"2013-11-27 00:00",32.1,"2013-11-23 00:00",30.8,"2013-11-25 00:00","","","","",36.6,30.8,28.6,21.3,10.6,5.1,0.4,"","Cal-Fire, 6059 Highway 9","California","Santa Cruz","Felton","Santa Cruz-Watsonville, CA","2014-02-21" +"06","087","1004","88101",3,37.048008,-122.075695,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",179,49,179,365,0,0,"","","Certification not required",0,7.718436,8.305687,37.6,"2013-11-30 00:00",36.6,"2013-11-27 00:00",32.1,"2013-11-23 00:00",30.8,"2013-11-25 00:00","","","","",36.6,30.8,28.6,21.3,10.6,5.1,0.4,"","Cal-Fire, 6059 Highway 9","California","Santa Cruz","Felton","Santa Cruz-Watsonville, CA","2014-02-21" +"06","089","0004","44201",1,40.549577,-122.380258,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7835,90,329,365,0,925,0,0,"Certification not required",1093,0.035237,0.010027,0.078,"2013-08-28 08:00",0.063,"2013-07-02 19:00",0.059,"2013-07-19 17:00",0.058,"2013-03-22 18:00","","","","",0.058,0.057,0.053,0.048,0.041,0.035,0.023,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-07" +"06","089","0004","44201",1,40.549577,-122.380258,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7877,90,328,365,0,0,0,0,"Certification not required",0,0.029363,0.009662,0.052,"2013-09-14 10:00",0.051,"2013-03-22 16:00",0.051,"2013-05-01 19:00",0.05,"2013-09-13 10:00","","","","",0.05,0.049,0.046,0.041,0.035,0.03,0.015,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-07" +"06","089","0004","44201",1,40.549577,-122.380258,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7877,90,328,365,0,0,0,0,"Certification not required",0,0.029363,0.009662,0.052,"2013-09-14 10:00",0.051,"2013-03-22 16:00",0.051,"2013-05-01 19:00",0.05,"2013-09-13 10:00","","","","",0.05,0.049,0.046,0.041,0.035,0.03,0.015,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-07" +"06","089","0004","68101",1,40.549577,-122.380258,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Percent","No Events",56,92,55,61,0,7,"","","Certification not required",9,0.15625,0.072024,0.3,"2013-03-29 00:00",0.3,"2013-04-10 00:00",0.3,"2013-09-01 00:00",0.3,"2013-10-25 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.05,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68102",1,40.549577,-122.380258,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",56,92,55,61,0,7,"","","Certification not required",0,24,0,24,"2013-01-08 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68103",1,40.549577,-122.380258,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,55,61,0,7,"","","Certification not required",0,7.523214,7.368927,21.3,"2013-06-09 00:00",20.8,"2013-07-27 00:00",20,"2013-07-21 00:00",18.9,"2013-06-03 00:00","","","","",21.3,20.8,20,16.2,13.6,7,-2.3,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68104",1,40.549577,-122.380258,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,55,61,0,7,"","","Certification not required",0,25.841071,8.287927,40.5,"2013-07-21 00:00",39.9,"2013-07-27 00:00",37.6,"2013-06-09 00:00",37.6,"2013-07-15 00:00","","","","",40.5,39.9,37.6,37.1,33.4,25.6,16.4,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68105",1,40.549577,-122.380258,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,55,61,0,7,"","","Certification not required",0,16.176786,7.891952,30.4,"2013-07-21 00:00",30.2,"2013-07-27 00:00",29.3,"2013-06-09 00:00",28.3,"2013-06-03 00:00","","","","",30.4,30.2,29.3,26.2,23.7,15.5,6.8,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68106",1,40.549577,-122.380258,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,55,61,0,7,"","","Certification not required",0,746.285714,5.008045,755,"2013-01-16 00:00",754,"2013-02-27 00:00",754,"2013-12-24 00:00",754,"2013-12-30 00:00","","","","",755,754,754,752,750,747,739,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68107",1,40.549577,-122.380258,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,55,61,0,7,"","","Certification not required",0,752.267857,5.061409,768,"2013-12-24 00:00",763,"2013-01-16 00:00",759,"2013-02-24 00:00",758,"2013-02-27 00:00","","","","",768,763,759,758,756,753,746,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68108",1,40.549577,-122.380258,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,55,61,0,7,"","","Certification not required",0,749.25,4.836415,759,"2013-01-16 00:00",757,"2013-12-24 00:00",756,"2013-02-24 00:00",756,"2013-02-27 00:00","","","","",759,757,756,756,753,750,742,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","68109",1,40.549577,-122.380258,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Minutes","No Events",56,92,55,61,0,7,"","","Certification not required",0,1440,0,1440,"2013-01-08 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","81102",2,40.549577,-122.380258,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",52,80,49,61,0,9,0,0,"Certification not required",1,11.25,6.981418,29,"2013-08-20 00:00",28,"2013-11-18 00:00",26,"2013-01-22 00:00",23,"2013-08-02 00:00","","","","",29,28,26,21,16,10,3,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-22" +"06","089","0004","85101",1,40.549577,-122.380258,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,85,49,61,0,9,"","","Certification not required",1,11.365385,7.046147,29,"2013-11-18 00:00",28,"2013-08-20 00:00",27,"2013-01-22 00:00",22,"2013-08-02 00:00","","","","",29,28,27,22,16,10,4,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-22" +"06","089","0004","88101",1,40.549577,-122.380258,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,90,55,61,0,7,0,0,"Certification not required",0,5.982143,4.421111,17.6,"2013-01-22 00:00",17.5,"2013-08-02 00:00",16.8,"2013-12-06 00:00",16.5,"2013-11-18 00:00","","","","",17.6,17.5,16.8,13,8,4.6,2.4,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0004","88101",1,40.549577,-122.380258,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,90,55,61,0,7,"","","Certification not required",0,5.982143,4.421111,17.6,"2013-01-22 00:00",17.5,"2013-08-02 00:00",16.8,"2013-12-06 00:00",16.5,"2013-11-18 00:00","","","","",17.6,17.5,16.8,13,8,4.6,2.4,"Redding - Health Dept","HLTH CTR-2630 HOSPITAL LN, REDDING","California","Shasta","Redding","Redding, CA","2014-01-30" +"06","089","0007","44201",1,40.452913,-122.298866,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6506,75,272,365,0,46,0,0,"Certification not required",848,0.045721,0.012083,0.086,"2013-05-02 16:00",0.079,"2013-07-09 11:00",0.074,"2013-07-19 16:00",0.073,"2013-07-20 17:00","","","","",0.074,0.072,0.066,0.062,0.053,0.045,0.033,"Anderson - North Street"," 2220 NORTH STREET, ANDERSON, CA 96007","California","Shasta","Anderson","Redding, CA","2013-12-03" +"06","089","0007","44201",1,40.452913,-122.298866,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6538,75,272,365,0,0,0,0,"Certification not required",0,0.040364,0.011851,0.067,"2013-05-02 11:00",0.067,"2013-07-09 10:00",0.065,"2013-07-30 11:00",0.064,"2013-06-06 09:00","","","","",0.065,0.063,0.06,0.057,0.049,0.04,0.027,"Anderson - North Street"," 2220 NORTH STREET, ANDERSON, CA 96007","California","Shasta","Anderson","Redding, CA","2013-12-03" +"06","089","0007","44201",1,40.452913,-122.298866,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6538,75,272,365,0,0,0,0,"Certification not required",0,0.040364,0.011851,0.067,"2013-05-02 11:00",0.067,"2013-07-09 10:00",0.065,"2013-07-30 11:00",0.064,"2013-06-06 09:00","","","","",0.065,0.063,0.06,0.057,0.049,0.04,0.027,"Anderson - North Street"," 2220 NORTH STREET, ANDERSON, CA 96007","California","Shasta","Anderson","Redding, CA","2013-12-03" +"06","089","0007","81102",1,40.452913,-122.298866,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,87,53,61,0,5,0,0,"Certification not required",0,18.964286,9.667122,40,"2013-08-20 00:00",39,"2013-11-06 00:00",39,"2013-11-24 00:00",38,"2013-11-21 00:00","","","","",40,39,39,36,24,19,8,"Anderson - North Street"," 2220 NORTH STREET, ANDERSON, CA 96007","California","Shasta","Anderson","Redding, CA","2014-01-22" +"06","089","0007","85101",1,40.452913,-122.298866,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,53,61,0,5,"","","Certification not required",0,18.875,9.749709,41,"2013-11-24 00:00",40,"2013-11-06 00:00",39,"2013-08-20 00:00",39,"2013-11-21 00:00","","","","",41,40,39,36,24,19,8,"Anderson - North Street"," 2220 NORTH STREET, ANDERSON, CA 96007","California","Shasta","Anderson","Redding, CA","2014-01-22" +"06","089","0008","81102",1,40.403558,-122.223185,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,3,0,0,"Certification not required",0,13.339623,8.905364,45,"2013-08-02 00:00",35,"2013-09-13 00:00",31,"2013-08-20 00:00",30,"2013-11-12 00:00","","","","",45,35,31,27,17,12,5,"4066 LA MESA AVE., SHASTA LAKE","4066 LA MESA AVE., SHASTA LAKE","California","Shasta","","Redding, CA","2014-01-22" +"06","089","0008","85101",1,40.403558,-122.223185,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,3,"","","Certification not required",0,13.415094,8.891296,44,"2013-08-02 00:00",34,"2013-09-13 00:00",30,"2013-01-22 00:00",30,"2013-08-20 00:00","","","","",44,34,30,28,17,12,5,"4066 LA MESA AVE., SHASTA LAKE","4066 LA MESA AVE., SHASTA LAKE","California","Shasta","","Redding, CA","2014-01-22" +"06","089","0009","44201",1,40.689253,-122.402194,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8486,97,354,365,0,274,0,0,"Certification not required",202,0.041684,0.012374,0.078,"2013-07-24 15:00",0.077,"2013-06-05 13:00",0.076,"2013-04-08 10:00",0.075,"2013-07-09 14:00","","","","",0.075,0.073,0.066,0.06,0.047,0.04,0.029,"Shasta Lake - Lake Blvd","13791 Lake Blvd, Shasta Lake, CA","California","Shasta","Shasta Lake","Redding, CA","2014-01-15" +"06","089","0009","44201",1,40.689253,-122.402194,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8508,97,353,365,0,0,0,0,"Certification not required",0,0.037433,0.011522,0.071,"2013-07-30 10:00",0.07,"2013-07-09 10:00",0.068,"2013-07-24 10:00",0.068,"2013-09-13 10:00","","","","",0.068,0.064,0.06,0.054,0.043,0.037,0.025,"Shasta Lake - Lake Blvd","13791 Lake Blvd, Shasta Lake, CA","California","Shasta","Shasta Lake","Redding, CA","2014-01-15" +"06","089","0009","44201",1,40.689253,-122.402194,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8508,97,353,365,0,0,0,0,"Certification not required",0,0.037433,0.011522,0.071,"2013-07-30 10:00",0.07,"2013-07-09 10:00",0.068,"2013-07-24 10:00",0.068,"2013-09-13 10:00","","","","",0.068,0.064,0.06,0.054,0.043,0.037,0.025,"Shasta Lake - Lake Blvd","13791 Lake Blvd, Shasta Lake, CA","California","Shasta","Shasta Lake","Redding, CA","2014-01-15" +"06","089","3003","44201",1,40.536806,-121.573569,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7907,90,328,365,0,853,0,0,"Certification not required",0,0.049494,0.008291,0.081,"2013-07-30 17:00",0.08,"2013-07-07 17:00",0.079,"2013-07-29 14:00",0.074,"2013-07-08 18:00","","","","",0.074,0.068,0.064,0.061,0.054,0.048,0.04,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","44201",1,40.536806,-121.573569,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7910,90,327,365,0,0,0,0,"Certification not required",0,0.046009,0.007828,0.072,"2013-07-29 12:00",0.071,"2013-07-30 13:00",0.07,"2013-07-07 11:00",0.068,"2013-07-08 11:00","","","","",0.068,0.063,0.059,0.056,0.051,0.045,0.037,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","44201",1,40.536806,-121.573569,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7910,90,327,365,0,0,0,0,"Certification not required",0,0.046009,0.007828,0.072,"2013-07-29 12:00",0.071,"2013-07-30 13:00",0.07,"2013-07-07 11:00",0.068,"2013-07-08 11:00","","","","",0.068,0.063,0.059,0.056,0.051,0.045,0.037,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","61101",1,40.536806,-121.573569,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8613,98,359,365,0,147,"","","Certification not required",0,3.210206,1.85633,13.4,"2013-09-29 06:00",13,"2013-09-29 07:00",12.8,"2013-09-29 05:00",12.8,"2013-09-30 02:00","","","","",9.5,8.5,6.8,5.8,4.1,2.7,1.6,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","61103",1,40.536806,-121.573569,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8606,98,358,365,0,154,"","","Certification not required",0,2.550895,1.781287,12.8,"2013-09-29 06:00",12.4,"2013-09-29 07:00",12.2,"2013-09-29 05:00",12.2,"2013-09-30 02:00","","","","",8.9,8,6.2,5,3.1,1.9,1,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","61104",1,40.536806,-121.573569,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8606,98,358,365,0,154,"","","Certification not required",0,148.63049,85.526751,360,"2013-03-07 18:00",359,"2013-02-05 03:00",359,"2013-02-05 04:00",359,"2013-05-09 18:00","","","","",332,312,274,259,240,111,63,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","61106",1,40.536806,-121.573569,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8606,98,358,365,0,154,"","","Certification not required",0,35.598304,20.808187,93,"2013-05-01 13:00",92,"2013-12-08 12:00",91,"2013-04-23 07:00",91,"2013-09-18 08:00","","","","",83,81,76,69,49,31,12,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","62101",1,40.536806,-121.573569,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8613,98,359,365,0,147,"","","Certification not required",0,45.003135,15.170837,89,"2013-07-02 10:00",89,"2013-07-02 11:00",89,"2013-07-02 14:00",88,"2013-07-02 12:00","","","","",81,78,73,66,55,44,27,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","62201",1,40.536806,-121.573569,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8614,98,359,365,0,146,"","","Certification not required",0,55.741467,22.308033,98,"2013-11-18 19:00",97,"2013-11-18 17:00",97,"2013-11-18 18:00",97,"2013-11-18 20:00","","","","",95,94,94,89,73,55,26,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","63301",1,40.536806,-121.573569,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8619,98,359,365,0,141,"","","Certification not required",4280,0.292481,0.420407,1.46,"2013-06-20 11:00",1.46,"2013-07-15 12:00",1.45,"2013-08-12 12:00",1.43,"2013-03-30 11:00","","","","",1.38,1.34,1.22,1.03,0.54,0.01,0.005,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","65102",1,40.536806,-121.573569,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8585,98,358,365,0,175,"","","Certification not required",0,0.002183,0.014189,0.29,"2013-08-21 13:00",0.28,"2013-05-06 11:00",0.27,"2013-08-21 14:00",0.25,"2013-05-16 21:00","","","","",0.07,0.04,0,0,0,0,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-02-18" +"06","089","3003","85101",1,40.536806,-121.573569,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,3.208128,2.844566,14.5314,"2013-05-01 00:00",11.1881,"2013-05-04 00:00",7.6661,"2013-04-25 00:00",7.3821,"2013-05-25 00:00","","","","",14.5314,14.5314,7.6661,6.3973,4.3534,2.3878,0.5509,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","86502",1,40.536806,-121.573569,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.12,1.780163,9,"2013-05-01 00:00",7,"2013-05-04 00:00",4,"2013-05-25 00:00",3,"2013-03-08 00:00","","","","",9,9,4,3,2,1,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88103",1,40.536806,-121.573569,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88104",1,40.536806,-121.573569,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.041154,0.046093,0.2017,"2013-04-25 00:00",0.1667,"2013-04-28 00:00",0.1619,"2013-05-01 00:00",0.1416,"2013-05-04 00:00","","","","",0.2017,0.2017,0.1619,0.1069,0.0488,0.03,0.0039,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88109",1,40.536806,-121.573569,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.000616,0.000431,0.002,"2013-05-01 00:00",0.0017,"2013-05-04 00:00",0.0016,"2013-02-18 00:00",0.0013,"2013-05-25 00:00","","","","",0.002,0.002,0.0016,0.0012,0.0008,0.0005,0.0001,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88111",1,40.536806,-121.573569,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.023977,0.027988,0.1291,"2013-04-25 00:00",0.1115,"2013-04-28 00:00",0.0901,"2013-05-01 00:00",0.0743,"2013-05-04 00:00","","","","",0.1291,0.1291,0.0901,0.0643,0.0308,0.0161,0.0027,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88112",1,40.536806,-121.573569,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88114",1,40.536806,-121.573569,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",34,0.000183,9e-05,0.0005,"2013-03-26 00:00",0.0004,"2013-03-05 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-01-19 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.00015,0.0001,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88115",1,40.536806,-121.573569,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.001904,0.004117,0.0245,"2013-01-10 00:00",0.0113,"2013-05-22 00:00",0.011,"2013-05-01 00:00",0.0081,"2013-02-24 00:00","","","","",0.0245,0.0245,0.011,0.0065,0.0015,0.0006,0.00015,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88126",1,40.536806,-121.573569,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.025721,0.027816,0.1167,"2013-04-25 00:00",0.1046,"2013-05-01 00:00",0.0986,"2013-04-28 00:00",0.086,"2013-05-04 00:00","","","","",0.1167,0.1167,0.0986,0.0623,0.0335,0.0186,0.0019,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88128",1,40.536806,-121.573569,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0006,0.000606,0.002,"2013-03-29 00:00",0.002,"2013-04-25 00:00",0.002,"2013-05-31 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88132",1,40.536806,-121.573569,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0006,0.000782,0.003,"2013-04-25 00:00",0.003,"2013-05-01 00:00",0.002,"2013-04-22 00:00",0.002,"2013-04-28 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88136",1,40.536806,-121.573569,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88140",1,40.536806,-121.573569,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.012466,0.016161,0.0697,"2013-04-28 00:00",0.0651,"2013-04-25 00:00",0.0555,"2013-05-01 00:00",0.0471,"2013-05-04 00:00","","","","",0.0697,0.0697,0.0555,0.033,0.0136,0.0079,0.00195,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88152",1,40.536806,-121.573569,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000201,0.000194,0.0011,"2013-05-10 00:00",0.0009,"2013-03-29 00:00",0.0007,"2013-05-13 00:00",0.0006,"2013-05-07 00:00","","","","",0.0011,0.0011,0.0007,0.00015,0.00015,0.00015,0.00015,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88154",1,40.536806,-121.573569,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000122,5.8e-05,0.0004,"2013-01-28 00:00",0.0003,"2013-05-07 00:00",0.0002,"2013-01-07 00:00",0.0002,"2013-01-19 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,0.0001,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88161",1,40.536806,-121.573569,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.002329,0.002531,0.0108,"2013-04-25 00:00",0.0093,"2013-05-01 00:00",0.0085,"2013-05-04 00:00",0.0083,"2013-04-28 00:00","","","","",0.0108,0.0108,0.0085,0.0062,0.0029,0.0017,0.00015,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88164",1,40.536806,-121.573569,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.000112,0.000101,0.0005,"2013-04-25 00:00",0.0004,"2013-05-01 00:00",0.0003,"2013-02-27 00:00",0.0003,"2013-03-14 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0001,5e-05,5e-05,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88165",1,40.536806,-121.573569,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.089394,0.099818,0.4115,"2013-04-25 00:00",0.3771,"2013-05-01 00:00",0.3337,"2013-04-28 00:00",0.3263,"2013-05-04 00:00","","","","",0.4115,0.4115,0.3337,0.2309,0.1174,0.0611,0.0064,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88167",1,40.536806,-121.573569,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.000821,0.00075,0.0032,"2013-05-01 00:00",0.003,"2013-03-29 00:00",0.0021,"2013-03-14 00:00",0.0021,"2013-04-25 00:00","","","","",0.0032,0.0032,0.0021,0.002,0.001,0.0006,0.00015,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88168",1,40.536806,-121.573569,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.000288,0.000274,0.0013,"2013-04-25 00:00",0.0013,"2013-04-28 00:00",0.001,"2013-05-04 00:00",0.0006,"2013-04-22 00:00","","","","",0.0013,0.0013,0.001,0.0006,0.0003,0.0002,0.0001,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88169",1,40.536806,-121.573569,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.108874,0.08825,0.4227,"2013-05-01 00:00",0.3095,"2013-04-25 00:00",0.2827,"2013-03-29 00:00",0.2304,"2013-05-25 00:00","","","","",0.4227,0.4227,0.2827,0.2235,0.1653,0.0887,0.0238,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88176",1,40.536806,-121.573569,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000171,7.5e-05,0.0005,"2013-02-15 00:00",0.0004,"2013-01-13 00:00",0.0004,"2013-01-16 00:00",0.0003,"2013-03-05 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88180",1,40.536806,-121.573569,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.017364,0.015134,0.0621,"2013-05-01 00:00",0.0594,"2013-04-25 00:00",0.0549,"2013-04-28 00:00",0.0409,"2013-05-04 00:00","","","","",0.0621,0.0621,0.0549,0.0387,0.0249,0.0133,0.0023,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88184",1,40.536806,-121.573569,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.023111,0.032607,0.1515,"2013-05-25 00:00",0.1261,"2013-05-01 00:00",0.0895,"2013-03-26 00:00",0.0816,"2013-05-16 00:00","","","","",0.1515,0.1515,0.0895,0.0749,0.035,0.0098,0.00185,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88185",1,40.536806,-121.573569,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.000686,0.000334,0.0019,"2013-03-23 00:00",0.0016,"2013-05-25 00:00",0.0014,"2013-05-13 00:00",0.0012,"2013-01-19 00:00","","","","",0.0019,0.0019,0.0014,0.0012,0.00065,0.00065,0.0004,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88203",1,40.536806,-121.573569,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",32,0.013156,0.016102,0.0595,"2013-02-18 00:00",0.059,"2013-05-25 00:00",0.047,"2013-05-16 00:00",0.0453,"2013-03-08 00:00","","","","",0.0595,0.0595,0.047,0.0421,0.013,0.0064,0.0027,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88203",2,40.536806,-121.573569,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,22,61,0,1,"","","Certification not required",21,0.013468,0.013738,0.0644,"2013-02-18 00:00",0.0466,"2013-04-04 00:00",0.0421,"2013-03-08 00:00",0.0324,"2013-03-05 00:00","","","","",0.0644,0.0644,0.0421,0.032,0.0189,0.00885,0.00285,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88306",1,40.536806,-121.573569,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.105716,0.13504,0.637,"2013-03-26 00:00",0.5064,"2013-02-18 00:00",0.4336,"2013-05-25 00:00",0.3806,"2013-03-05 00:00","","","","",0.637,0.637,0.4336,0.2795,0.1177,0.058,0.00535,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88306",2,40.536806,-121.573569,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,22,61,0,1,"","","Certification not required",8,0.099443,0.1304,0.648,"2013-03-26 00:00",0.4983,"2013-02-18 00:00",0.3683,"2013-03-05 00:00",0.2773,"2013-04-04 00:00","","","","",0.648,0.648,0.3683,0.1907,0.1089,0.0589,0.0052,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88320",1,40.536806,-121.573569,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.266,0.229196,1.12,"2013-02-18 00:00",0.72,"2013-05-04 00:00",0.7,"2013-05-10 00:00",0.64,"2013-03-02 00:00","","","","",1.12,1.12,0.7,0.55,0.41,0.2,0.05,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88321",1,40.536806,-121.573569,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0362,0.036471,0.18,"2013-02-18 00:00",0.1,"2013-03-29 00:00",0.1,"2013-05-31 00:00",0.09,"2013-03-02 00:00","","","","",0.18,0.18,0.1,0.09,0.06,0.02,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88324",1,40.536806,-121.573569,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",50,0.019458,0.006929,0.03045,"2013-01-13 00:00",0.03035,"2013-01-10 00:00",0.03015,"2013-01-22 00:00",0.0299,"2013-01-07 00:00","","","","",0.03045,0.03045,0.03015,0.02975,0.0244,0.0164,0.01015,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88325",1,40.536806,-121.573569,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.048249,0.038412,0.2053,"2013-02-18 00:00",0.1631,"2013-05-10 00:00",0.1185,"2013-05-04 00:00",0.1048,"2013-05-13 00:00","","","","",0.2053,0.2053,0.1185,0.1001,0.064,0.0333,0.01735,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88326",1,40.536806,-121.573569,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",26,0.090916,0.08176,0.4338,"2013-02-18 00:00",0.2452,"2013-03-02 00:00",0.2219,"2013-05-10 00:00",0.2205,"2013-03-14 00:00","","","","",0.4338,0.4338,0.2219,0.2116,0.1196,0.0392,0.0339,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88327",1,40.536806,-121.573569,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.060727,0.049376,0.2494,"2013-02-18 00:00",0.157,"2013-05-04 00:00",0.1459,"2013-03-02 00:00",0.1332,"2013-03-26 00:00","","","","",0.2494,0.2494,0.1459,0.1231,0.099,0.0431,0.01595,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88328",1,40.536806,-121.573569,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.073343,0.061772,0.2256,"2013-05-04 00:00",0.1992,"2013-02-18 00:00",0.1911,"2013-05-10 00:00",0.188,"2013-05-01 00:00","","","","",0.2256,0.2256,0.1911,0.1626,0.1158,0.0595,0.0039,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88329",1,40.536806,-121.573569,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.085944,0.078063,0.3352,"2013-02-18 00:00",0.2526,"2013-05-04 00:00",0.2189,"2013-05-01 00:00",0.2159,"2013-03-02 00:00","","","","",0.3352,0.3352,0.2189,0.1913,0.14,0.0643,0.007,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88330",1,40.536806,-121.573569,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.02331,0.020091,0.0762,"2013-03-29 00:00",0.0657,"2013-05-31 00:00",0.0601,"2013-03-23 00:00",0.0556,"2013-03-14 00:00","","","","",0.0762,0.0762,0.0601,0.0534,0.0361,0.0192,0.0036,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88331",1,40.536806,-121.573569,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,3.6e-05,5.1e-05,0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-11 00:00",0.00015,"2013-03-14 00:00","","","","",0.00015,0.00015,0.00015,0.00015,5e-05,0,0,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88338",1,40.536806,-121.573569,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.017029,0.006959,0.0485,"2013-05-04 00:00",0.0352,"2013-05-19 00:00",0.0256,"2013-02-24 00:00",0.0252,"2013-02-21 00:00","","","","",0.0485,0.0485,0.0256,0.02445,0.0171,0.0152,0.01115,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88338",2,40.536806,-121.573569,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,22,61,0,1,"","","Certification not required",43,0.018543,0.015859,0.1171,"2013-03-29 00:00",0.0254,"2013-02-21 00:00",0.0252,"2013-02-12 00:00",0.0251,"2013-02-24 00:00","","","","",0.1171,0.1171,0.0252,0.0246,0.01685,0.01505,0.0111,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88339",1,40.536806,-121.573569,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.449049,0.364032,1.74343,"2013-05-01 00:00",1.27656,"2013-04-25 00:00",1.16606,"2013-03-29 00:00",0.95044,"2013-05-25 00:00","","","","",1.74343,1.74343,1.16606,0.92181,0.68174,0.36597,0.09826,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88339",2,40.536806,-121.573569,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,22,61,0,1,"","","Certification not required",0,0.414928,0.369998,1.74343,"2013-05-01 00:00",1.27656,"2013-04-25 00:00",1.16606,"2013-03-29 00:00",0.92181,"2013-04-22 00:00","","","","",1.74343,1.74343,1.16606,0.842,0.66326,0.34811,0.08564,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88344",1,40.536806,-121.573569,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.136316,0.174275,0.822,"2013-03-26 00:00",0.6533,"2013-02-18 00:00",0.5593,"2013-05-25 00:00",0.491,"2013-03-05 00:00","","","","",0.822,0.822,0.5593,0.3606,0.1518,0.0749,0.0084,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88344",2,40.536806,-121.573569,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,22,61,0,1,"","","Certification not required",1,0.128223,0.168262,0.8359,"2013-03-26 00:00",0.6428,"2013-02-18 00:00",0.4751,"2013-03-05 00:00",0.3577,"2013-04-04 00:00","","","","",0.8359,0.8359,0.4751,0.246,0.1405,0.076,0.007,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88348",1,40.536806,-121.573569,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.418798,0.466324,1.9821,"2013-04-25 00:00",1.7133,"2013-05-01 00:00",1.634,"2013-04-28 00:00",1.4698,"2013-05-04 00:00","","","","",1.9821,1.9821,1.634,0.9952,0.5349,0.2907,0.0348,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88350",1,40.536806,-121.573569,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.478032,0.412819,2.0227,"2013-02-18 00:00",1.2875,"2013-05-04 00:00",1.2674,"2013-05-10 00:00",1.1558,"2013-03-02 00:00","","","","",2.0227,2.0227,1.2674,0.9905,0.7346,0.3523,0.0887,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88403",1,40.536806,-121.573569,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.32157,0.264543,1.2973,"2013-05-01 00:00",0.976,"2013-04-25 00:00",0.892,"2013-03-29 00:00",0.647,"2013-05-25 00:00","","","","",1.2973,1.2973,0.892,0.6311,0.4797,0.2607,0.0704,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88403",2,40.536806,-121.573569,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,22,61,0,1,"","","Certification not required",0,0.298948,0.269564,1.2675,"2013-05-01 00:00",0.9625,"2013-04-25 00:00",0.8931,"2013-03-29 00:00",0.6455,"2013-03-23 00:00","","","","",1.2675,1.2675,0.8931,0.6148,0.435,0.2431,0.0623,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","089","3003","88502",1,40.536806,-121.573569,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.564,1.256779,5.2,"2013-05-01 00:00",4.9,"2013-04-25 00:00",3.9,"2013-05-04 00:00",3.7,"2013-04-28 00:00","","","","",5.2,5.2,3.9,3.3,2.3,1.2,0.3,"Lassen Volcanic National Park, Manzanita Lake Fire Station","MANZANITA LAKE RS, LASSEN VOLCANIC NP","California","Shasta","","Redding, CA","2014-01-28" +"06","093","0005","85101",2,41.711944,-121.508889,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,3.017893,2.555054,11.956,"2013-04-19 00:00",9.0867,"2013-04-25 00:00",8.43,"2013-05-04 00:00",7.5901,"2013-05-01 00:00","","","","",11.956,11.956,8.43,7.233,4.0929,1.9959,0.761,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","86502",1,41.711944,-121.508889,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.040816,1.719486,8,"2013-04-19 00:00",5,"2013-04-22 00:00",5,"2013-05-04 00:00",4,"2013-04-25 00:00","","","","",8,8,5,4,1,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88103",1,41.711944,-121.508889,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88104",1,41.711944,-121.508889,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.033712,0.043922,0.2125,"2013-04-25 00:00",0.1621,"2013-04-19 00:00",0.1615,"2013-04-28 00:00",0.0983,"2013-05-04 00:00","","","","",0.2125,0.1621,0.1615,0.0898,0.0376,0.021,0.003,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88109",1,41.711944,-121.508889,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000645,0.000382,0.0015,"2013-03-11 00:00",0.0014,"2013-02-03 00:00",0.0012,"2013-03-14 00:00",0.0012,"2013-04-19 00:00","","","","",0.0015,0.0014,0.0012,0.0011,0.001,0.0006,0.0002,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88111",1,41.711944,-121.508889,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.018982,0.024712,0.1307,"2013-04-25 00:00",0.0921,"2013-04-28 00:00",0.0694,"2013-03-14 00:00",0.0598,"2013-04-19 00:00","","","","",0.1307,0.0921,0.0694,0.0524,0.0206,0.0116,0.0027,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88112",1,41.711944,-121.508889,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88114",1,41.711944,-121.508889,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000167,9e-05,0.0005,"2013-04-25 00:00",0.0004,"2013-02-03 00:00",0.0004,"2013-03-05 00:00",0.0003,"2013-01-13 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.0002,0.00015,0.0001,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88115",1,41.711944,-121.508889,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.004525,0.012112,0.058,"2013-02-24 00:00",0.0516,"2013-05-22 00:00",0.0355,"2013-04-13 00:00",0.0273,"2013-01-10 00:00","","","","",0.058,0.0516,0.0355,0.0101,0.0013,0.0004,0.00015,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88126",1,41.711944,-121.508889,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.020653,0.025057,0.1235,"2013-04-25 00:00",0.0901,"2013-04-28 00:00",0.082,"2013-04-19 00:00",0.0647,"2013-05-04 00:00","","","","",0.1235,0.0901,0.082,0.0562,0.0252,0.0129,0.0028,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88128",1,41.711944,-121.508889,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000314,0.000469,0.001,"2013-01-01 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-12 00:00",0.001,"2013-02-18 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88132",1,41.711944,-121.508889,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00051,0.000703,0.003,"2013-04-25 00:00",0.002,"2013-04-19 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-01 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88136",1,41.711944,-121.508889,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88140",1,41.711944,-121.508889,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.010688,0.012594,0.064,"2013-04-28 00:00",0.049,"2013-04-19 00:00",0.0368,"2013-04-25 00:00",0.034,"2013-05-01 00:00","","","","",0.064,0.049,0.0368,0.0205,0.014,0.007,0.00105,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88152",1,41.711944,-121.508889,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000178,0.000139,0.001,"2013-05-10 00:00",0.0006,"2013-05-13 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-02-03 00:00","","","","",0.001,0.0006,0.0003,0.00015,0.00015,0.00015,0.0001,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88154",1,41.711944,-121.508889,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000122,4.6e-05,0.0003,"2013-03-02 00:00",0.0002,"2013-01-07 00:00",0.0002,"2013-01-28 00:00",0.0002,"2013-02-12 00:00","","","","",0.0003,0.0002,0.0002,0.0002,0.0001,0.0001,0.0001,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88161",1,41.711944,-121.508889,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.001918,0.002323,0.0113,"2013-04-25 00:00",0.0085,"2013-04-19 00:00",0.0077,"2013-04-28 00:00",0.0059,"2013-05-04 00:00","","","","",0.0113,0.0085,0.0077,0.0053,0.0023,0.0012,0.0002,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88164",1,41.711944,-121.508889,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.000101,8.7e-05,0.0004,"2013-04-22 00:00",0.0003,"2013-03-29 00:00",0.0003,"2013-04-25 00:00",0.0003,"2013-04-28 00:00","","","","",0.0004,0.0003,0.0003,0.0003,0.0001,5e-05,5e-05,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88165",1,41.711944,-121.508889,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.075368,0.095238,0.4444,"2013-04-25 00:00",0.3595,"2013-04-19 00:00",0.3217,"2013-04-28 00:00",0.2254,"2013-05-04 00:00","","","","",0.4444,0.3595,0.3217,0.217,0.0929,0.0474,0.005,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88167",1,41.711944,-121.508889,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.00083,0.000652,0.003,"2013-05-22 00:00",0.0028,"2013-04-25 00:00",0.0024,"2013-05-31 00:00",0.0022,"2013-05-01 00:00","","","","",0.003,0.0028,0.0024,0.0017,0.001,0.0007,0.00015,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88168",1,41.711944,-121.508889,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.000245,0.000196,0.001,"2013-04-28 00:00",0.0009,"2013-04-25 00:00",0.0005,"2013-03-02 00:00",0.0005,"2013-04-19 00:00","","","","",0.001,0.0009,0.0005,0.0005,0.0003,0.0002,0.0001,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88169",1,41.711944,-121.508889,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.096682,0.077611,0.3459,"2013-04-25 00:00",0.3263,"2013-05-01 00:00",0.2426,"2013-04-19 00:00",0.2228,"2013-04-28 00:00","","","","",0.3459,0.3263,0.2426,0.2022,0.1339,0.0786,0.0207,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88176",1,41.711944,-121.508889,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.00016,4.2e-05,0.0003,"2013-01-31 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-02-18 00:00",0.0003,"2013-03-26 00:00","","","","",0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88180",1,41.711944,-121.508889,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.016743,0.015704,0.0776,"2013-03-11 00:00",0.0643,"2013-04-25 00:00",0.0534,"2013-04-28 00:00",0.0395,"2013-03-14 00:00","","","","",0.0776,0.0643,0.0534,0.0381,0.0218,0.0114,0.0039,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88184",1,41.711944,-121.508889,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.021165,0.024016,0.0934,"2013-05-01 00:00",0.076,"2013-02-24 00:00",0.0725,"2013-04-22 00:00",0.0702,"2013-05-25 00:00","","","","",0.0934,0.076,0.0725,0.0608,0.0368,0.0108,0.00185,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88185",1,41.711944,-121.508889,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000717,0.000454,0.0033,"2013-01-13 00:00",0.0017,"2013-03-29 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-05-22 00:00","","","","",0.0033,0.0017,0.0013,0.0011,0.00065,0.00065,0.0004,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88203",1,41.711944,-121.508889,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",31,0.013429,0.017814,0.0765,"2013-02-24 00:00",0.0741,"2013-05-22 00:00",0.0585,"2013-04-13 00:00",0.0529,"2013-05-01 00:00","","","","",0.0765,0.0741,0.0585,0.0287,0.0144,0.00865,0.00265,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88306",1,41.711944,-121.508889,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.094505,0.075253,0.3222,"2013-01-13 00:00",0.319,"2013-03-05 00:00",0.2728,"2013-01-04 00:00",0.236,"2013-01-01 00:00","","","","",0.3222,0.319,0.2728,0.1921,0.1248,0.0804,0.021,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88320",1,41.711944,-121.508889,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.308627,0.188011,0.89,"2013-03-29 00:00",0.73,"2013-05-10 00:00",0.68,"2013-05-07 00:00",0.65,"2013-02-03 00:00","","","","",0.89,0.73,0.68,0.5,0.41,0.31,0.11,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88321",1,41.711944,-121.508889,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.037255,0.035949,0.21,"2013-03-11 00:00",0.12,"2013-03-29 00:00",0.09,"2013-01-16 00:00",0.07,"2013-01-22 00:00","","","","",0.21,0.12,0.09,0.07,0.06,0.03,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88324",1,41.711944,-121.508889,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.020515,0.010908,0.0814,"2013-04-01 00:00",0.0298,"2013-01-22 00:00",0.0294,"2013-01-01 00:00",0.02935,"2013-01-13 00:00","","","","",0.0814,0.0298,0.0294,0.02915,0.0272,0.0161,0.01005,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88325",1,41.711944,-121.508889,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.049057,0.031484,0.1448,"2013-05-10 00:00",0.132,"2013-05-07 00:00",0.123,"2013-02-03 00:00",0.1154,"2013-03-29 00:00","","","","",0.1448,0.132,0.123,0.0845,0.067,0.0375,0.01785,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88326",1,41.711944,-121.508889,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.111092,0.072452,0.2933,"2013-03-29 00:00",0.258,"2013-02-03 00:00",0.245,"2013-05-10 00:00",0.2448,"2013-05-07 00:00","","","","",0.2933,0.258,0.245,0.1928,0.1694,0.1068,0.03425,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88327",1,41.711944,-121.508889,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.065152,0.038261,0.1637,"2013-03-29 00:00",0.1546,"2013-05-10 00:00",0.143,"2013-05-07 00:00",0.135,"2013-03-11 00:00","","","","",0.1637,0.1546,0.143,0.1089,0.0894,0.0671,0.0159,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88328",1,41.711944,-121.508889,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.075425,0.057747,0.3,"2013-03-29 00:00",0.1999,"2013-05-10 00:00",0.1702,"2013-04-25 00:00",0.1681,"2013-05-07 00:00","","","","",0.3,0.1999,0.1702,0.1533,0.1035,0.0661,0.0083,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88329",1,41.711944,-121.508889,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.091345,0.070939,0.367,"2013-03-29 00:00",0.2699,"2013-03-11 00:00",0.1898,"2013-05-10 00:00",0.1879,"2013-05-07 00:00","","","","",0.367,0.2699,0.1898,0.175,0.1318,0.0781,0.0194,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88330",1,41.711944,-121.508889,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.021187,0.017135,0.072,"2013-05-10 00:00",0.0542,"2013-03-29 00:00",0.0517,"2013-04-25 00:00",0.0508,"2013-05-07 00:00","","","","",0.072,0.0542,0.0517,0.0426,0.0344,0.0168,0.00215,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88331",1,41.711944,-121.508889,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000117,0.000392,0.002,"2013-04-19 00:00",0.002,"2013-05-07 00:00",0.0005,"2013-03-17 00:00",0.0001,"2013-03-02 00:00","","","","",0.002,0.002,0.0005,0.0001,5e-05,0,0,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88338",1,41.711944,-121.508889,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.018086,0.009124,0.0586,"2013-04-13 00:00",0.0536,"2013-05-16 00:00",0.028,"2013-04-10 00:00",0.0257,"2013-04-19 00:00","","","","",0.0586,0.0536,0.028,0.0241,0.02335,0.01515,0.0116,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88339",1,41.711944,-121.508889,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.398794,0.320134,1.42688,"2013-04-25 00:00",1.34578,"2013-05-01 00:00",1.0006,"2013-04-19 00:00",0.91897,"2013-04-28 00:00","","","","",1.42688,1.34578,1.0006,0.83416,0.55246,0.32427,0.08531,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88344",1,41.711944,-121.508889,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.121953,0.097036,0.4156,"2013-01-13 00:00",0.4115,"2013-03-05 00:00",0.3519,"2013-01-04 00:00",0.3044,"2013-01-01 00:00","","","","",0.4156,0.4115,0.3519,0.2478,0.161,0.1037,0.0271,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88348",1,41.711944,-121.508889,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.346416,0.437376,2.1079,"2013-04-25 00:00",1.5638,"2013-04-19 00:00",1.5397,"2013-04-28 00:00",1.034,"2013-05-04 00:00","","","","",2.1079,1.5638,1.5397,0.9992,0.4299,0.2242,0.0325,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88350",1,41.711944,-121.508889,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.555271,0.339049,1.6027,"2013-03-29 00:00",1.3113,"2013-05-10 00:00",1.2308,"2013-05-07 00:00",1.1745,"2013-02-03 00:00","","","","",1.6027,1.3113,1.2308,0.8996,0.7385,0.5611,0.1937,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88403",1,41.711944,-121.508889,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.280176,0.231617,1.074,"2013-04-25 00:00",0.9917,"2013-05-01 00:00",0.7142,"2013-04-19 00:00",0.6806,"2013-04-28 00:00","","","","",1.074,0.9917,0.7142,0.564,0.3895,0.2322,0.069,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","0005","88502",1,41.711944,-121.508889,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.45098,0.980076,4.6,"2013-04-25 00:00",3.5,"2013-05-01 00:00",3.4,"2013-04-19 00:00",3.2,"2013-04-28 00:00","","","","",4.6,3.5,3.4,2.9,2,1.2,0.4,"LOCATED @ FIRE WEATHER STATION @ PARK HEADQUARTERS","P.O. BOX 867, LAVA BEDS","California","Siskiyou","Lava Beds National Monument","","2014-01-28" +"06","093","2001","44201",1,41.726892,-122.633579,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8313,99,360,365,0,447,0,0,"Certification not required",820,0.044336,0.010345,0.077,"2013-07-30 14:00",0.075,"2013-07-09 13:00",0.07,"2013-07-08 16:00",0.069,"2013-06-08 13:00","","","","",0.069,0.067,0.061,0.058,0.052,0.044,0.032,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-02-20" +"06","093","2001","44201",1,41.726892,-122.633579,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8654,98,358,365,0,0,0,0,"Certification not required",0,0.038813,0.011103,0.071,"2013-07-09 12:00",0.067,"2013-07-30 10:00",0.066,"2013-07-08 12:00",0.063,"2013-05-01 12:00","","","","",0.063,0.059,0.055,0.053,0.047,0.04,0.024,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-02-20" +"06","093","2001","44201",1,41.726892,-122.633579,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8654,98,358,365,0,0,0,0,"Certification not required",0,0.038813,0.011103,0.071,"2013-07-09 12:00",0.067,"2013-07-30 10:00",0.066,"2013-07-08 12:00",0.063,"2013-05-01 12:00","","","","",0.063,0.059,0.055,0.053,0.047,0.04,0.024,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-02-20" +"06","093","2001","68101",1,41.726892,-122.633579,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Percent","No Events",57,93,56,61,0,9,"","","Certification not required",11,0.169298,0.167106,1.3,"2013-02-03 00:00",0.3,"2013-08-08 00:00",0.3,"2013-11-12 00:00",0.2,"2013-01-04 00:00","","","","",1.3,0.3,0.3,0.2,0.2,0.2,0.05,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68102",1,41.726892,-122.633579,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",57,93,56,61,0,9,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68103",1,41.726892,-122.633579,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,56,61,0,9,"","","Certification not required",0,2.824561,7.438397,14.7,"2013-07-21 00:00",14,"2013-07-27 00:00",13.6,"2013-08-20 00:00",13.3,"2013-06-09 00:00","","","","",14.7,14,13.6,13.1,9.7,3.2,-7.2,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68104",1,41.726892,-122.633579,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,56,61,0,9,"","","Certification not required",0,21.233333,10.850911,41.7,"2013-07-21 00:00",37.8,"2013-07-09 00:00",36.9,"2013-07-27 00:00",36.6,"2013-07-15 00:00","","","","",41.7,37.8,36.9,36.4,31.5,19.4,7.3,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68105",1,41.726892,-122.633579,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,56,61,0,9,"","","Certification not required",0,11.250877,9.301231,27.9,"2013-07-21 00:00",25.4,"2013-07-09 00:00",25,"2013-07-27 00:00",24.9,"2013-06-09 00:00","","","","",27.9,25.4,25,24.9,19.8,9.4,-0.9,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68106",1,41.726892,-122.633579,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,56,61,0,9,"","","Certification not required",0,691.263158,4.348753,704,"2013-01-16 00:00",699,"2013-11-30 00:00",697,"2013-01-04 00:00",697,"2013-02-27 00:00","","","","",704,699,697,697,694,691,686,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68107",1,41.726892,-122.633579,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,56,61,0,9,"","","Certification not required",0,696.578947,3.659368,709,"2013-01-16 00:00",702,"2013-01-04 00:00",702,"2013-03-11 00:00",702,"2013-11-30 00:00","","","","",709,702,702,701,699,696,692,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68108",1,41.726892,-122.633579,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,56,61,0,9,"","","Certification not required",0,693.982456,4.015556,707,"2013-01-16 00:00",700,"2013-01-04 00:00",700,"2013-02-27 00:00",700,"2013-11-30 00:00","","","","",707,700,700,699,697,694,689,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","68109",1,41.726892,-122.633579,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Minutes","No Events",57,93,56,61,0,9,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","81102",2,41.726892,-122.633579,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,90,55,61,0,4,0,0,"Certification not required",0,12.071429,10.734578,54,"2013-08-08 00:00",52,"2013-08-02 00:00",43,"2013-08-14 00:00",27,"2013-01-22 00:00","","","","",54,52,43,19,15,9,4,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-22" +"06","093","2001","85101",1,41.726892,-122.633579,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,55,61,0,4,"","","Certification not required",0,11.535714,10.001753,50,"2013-08-08 00:00",48,"2013-08-02 00:00",39,"2013-08-14 00:00",27,"2013-01-22 00:00","","","","",50,48,39,19,15,8,4,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-22" +"06","093","2001","88101",1,41.726892,-122.633579,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,92,56,61,0,9,2,2,"Certification not required",0,7.931579,8.747227,43.5,"2013-08-02 00:00",39.6,"2013-08-08 00:00",34.3,"2013-08-14 00:00",20.6,"2013-12-18 00:00","","","","",43.5,39.6,34.3,15.8,10.5,5,2,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","093","2001","88101",1,41.726892,-122.633579,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,92,56,61,0,9,"","","Certification not required",0,7.931579,8.747227,43.5,"2013-08-02 00:00",39.6,"2013-08-08 00:00",34.3,"2013-08-14 00:00",20.6,"2013-12-18 00:00","","","","",43.5,39.6,34.3,15.8,10.5,5,2,"Yreka-Siskiyou Co. APCD Lab","530 FOOTHILL DR., YREKA","California","Siskiyou","Yreka","","2014-01-30" +"06","095","0004","42101",1,38.102507,-122.237976,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8315,95,362,365,0,0,0,0,"Certification not required",6938,0.369429,0.314493,2.8,"2013-12-31 21:00",2.6,"2013-12-13 20:00",2.6,"2013-12-13 21:00",2.6,"2013-12-13 22:00","","","","",1.7,1.5,1.1,0.8,0.25,0.25,0.25,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42101",1,38.102507,-122.237976,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8660,99,356,365,0,0,0,0,"Certification not required",0,0.405924,0.245087,2.3,"2013-12-14 00:00",2.3,"2013-12-14 01:00",2.3,"2013-12-14 02:00",2.3,"2013-12-14 03:00",2.3,"2013-12-14 00:00",2,"2013-12-29 00:00",1.4,1.3,1,0.7,0.4,0.3,0.3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42401",1,38.102507,-122.237976,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7957,91,361,365,0,0,0,"","Certification not required",0,1.24072,0.854679,8.1,"2013-01-13 10:00",5,"2013-03-11 09:00",4.4,"2013-03-10 10:00",3.8,"2013-04-28 20:00","","","","",3.8,3.3,2.9,2.3,1.6,1,0.5,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42401",1,38.102507,-122.237976,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7957,91,361,365,0,0,"","","Certification not required",0,0.612982,0.50023,8.1,"2013-01-13 10:00",7.7,"2013-01-13 09:00",6.4,"2013-01-13 11:00",5.8,"2013-01-13 12:00","","","","",2.3,2,1.6,1.3,0.8,0.5,0.2,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42401",1,38.102507,-122.237976,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,0.616898,0.367676,2.5,"2013-01-13 00:00",2,"2013-12-13 00:00",1.9,"2013-12-05 00:00",1.9,"2013-12-28 00:00","","","","",1.9,1.6,1.2,1.1,0.8,0.5,0.3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42401",1,38.102507,-122.237976,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2457,84,352,365,0,0,"",0,"Certification not required",0,0.575702,0.473138,7.4,"2013-01-13 11:00",3.6,"2013-01-13 14:00",3.5,"2013-03-11 11:00",3.1,"2013-03-10 11:00","","","","",2.1,1.9,1.5,1.2,0.7,0.4,0.2,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42406",1,38.102507,-122.237976,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7988,91,363,365,0,0,"","","Certification not required",0,0.796808,0.669466,18.9,"2013-04-28 20:00",13.2,"2013-09-19 22:00",12.6,"2013-09-16 05:00",12.4,"2013-01-13 09:00","","","","",2.9,2.4,1.9,1.5,1,0.6,0.3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42601",1,38.102507,-122.237976,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,362,365,0,0,"","","Certification not required",0,10.210219,24.320448,211.6,"2013-12-13 22:00",210.8,"2013-12-13 23:00",202.1,"2013-12-14 00:00",197.3,"2013-12-13 20:00","","","","",117.8,99.3,67.4,32.4,4.2,1.7,0.3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42602",1,38.102507,-122.237976,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,362,365,0,0,0,"","Certification not required",0,20.150829,12.883321,49.4,"2013-12-05 19:00",48.2,"2013-01-16 19:00",45.7,"2013-10-06 21:00",45.5,"2013-12-20 07:00","","","","",45.5,42.7,40.7,39,31.8,18.2,5.3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42602",1,38.102507,-122.237976,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,362,365,0,0,"","","Certification not required",0,9.847596,9.561417,49.4,"2013-12-05 19:00",48.2,"2013-01-16 19:00",47.1,"2013-12-05 07:00",45.7,"2013-10-06 21:00","","","","",39.1,36.5,31.4,26,12.8,5.9,1.9,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","42603",1,38.102507,-122.237976,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8318,95,362,365,0,0,"","","Certification not required",0,20.057574,31.961712,247.6,"2013-12-13 23:00",247.4,"2013-12-13 22:00",240.5,"2013-12-14 00:00",236.1,"2013-12-13 20:00","","","","",150.5,131.9,95.7,60.5,16.4,7.7,2.4,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","43207",3,38.102507,-122.237976,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.1711,0.12677,0.69,"2013-07-03 00:00",0.22,"2013-07-15 00:00",0.192,"2013-04-10 00:00",0.18,"2013-01-04 00:00","","","","",0.69,0.69,0.69,0.22,0.17,0.141,0.117,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43218",3,38.102507,-122.237976,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.15855,0.191632,0.742,"2013-01-16 00:00",0.527,"2013-02-09 00:00",0.316,"2013-01-04 00:00",0.295,"2013-02-21 00:00","","","","",0.742,0.742,0.742,0.527,0.24,0.08,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43302",3,38.102507,-122.237976,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,8.53015,11.911904,50.898,"2013-01-16 00:00",28.42,"2013-01-04 00:00",14.283,"2013-02-09 00:00",14.068,"2013-04-22 00:00","","","","",50.898,50.898,50.898,28.42,9.613,3.47,1.91,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43505",3,38.102507,-122.237976,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.9724,0.515977,1.985,"2013-01-16 00:00",1.892,"2013-02-21 00:00",1.739,"2013-02-09 00:00",1.484,"2013-04-22 00:00","","","","",1.985,1.985,1.985,1.892,1.356,0.9,0.47,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43551",3,38.102507,-122.237976,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,7.1814,2.313079,12.932,"2013-04-22 00:00",10.23,"2013-07-03 00:00",10.067,"2013-01-16 00:00",9.914,"2013-04-10 00:00","","","","",12.932,12.932,12.932,10.23,8.375,6.755,4.84,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43552",3,38.102507,-122.237976,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",2,0.8641,0.308452,1.336,"2013-04-22 00:00",1.28,"2013-07-03 00:00",1.24,"2013-09-13 00:00",1.159,"2013-01-16 00:00","","","","",1.336,1.336,1.336,1.28,1.132,0.894,0.52,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43702",3,38.102507,-122.237976,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43704",3,38.102507,-122.237976,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.0065,0.021242,0.087,"2013-01-04 00:00",0.043,"2013-01-28 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.087,0.087,0.087,0.043,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43802",3,38.102507,-122.237976,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.18695,0.095726,0.423,"2013-01-16 00:00",0.292,"2013-02-21 00:00",0.271,"2013-04-22 00:00",0.254,"2013-04-10 00:00","","","","",0.423,0.423,0.423,0.292,0.23,0.19,0.09,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43803",3,38.102507,-122.237976,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.02845,0.017512,0.058,"2013-04-22 00:00",0.052,"2013-01-16 00:00",0.05,"2013-04-10 00:00",0.044,"2013-02-09 00:00","","","","",0.058,0.058,0.058,0.052,0.041,0.03,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43804",3,38.102507,-122.237976,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.10005,0.016327,0.137,"2013-02-09 00:00",0.131,"2013-03-17 00:00",0.113,"2013-04-22 00:00",0.11,"2013-05-04 00:00","","","","",0.137,0.137,0.137,0.131,0.11,0.1,0.08,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43811",3,38.102507,-122.237976,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.2349,0.037257,0.319,"2013-04-10 00:00",0.31,"2013-07-03 00:00",0.26,"2013-07-15 00:00",0.25,"2013-07-27 00:00","","","","",0.319,0.319,0.319,0.31,0.242,0.238,0.174,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43814",3,38.102507,-122.237976,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.00775,0.01075,0.03,"2013-04-10 00:00",0.026,"2013-04-22 00:00",0.025,"2013-02-09 00:00",0.02,"2013-05-04 00:00","","","","",0.03,0.03,0.03,0.026,0.02,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43815",3,38.102507,-122.237976,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43817",3,38.102507,-122.237976,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.0178,0.012697,0.048,"2013-01-16 00:00",0.046,"2013-01-04 00:00",0.031,"2013-04-22 00:00",0.024,"2013-04-10 00:00","","","","",0.048,0.048,0.048,0.046,0.023,0.019,0.01,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43824",3,38.102507,-122.237976,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43843",3,38.102507,-122.237976,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","43860",3,38.102507,-122.237976,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",19,61,19,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","44201",1,38.102507,-122.237976,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8318,99,361,365,0,0,0,0,"Certification not required",1225,0.037524,0.009778,0.082,"2013-05-03 13:00",0.077,"2013-05-02 16:00",0.069,"2013-10-19 14:00",0.063,"2013-05-01 15:00","","","","",0.063,0.062,0.055,0.05,0.042,0.036,0.027,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","44201",1,38.102507,-122.237976,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8669,99,360,365,0,0,0,0,"Certification not required",0,0.032411,0.008589,0.068,"2013-05-02 11:00",0.066,"2013-05-03 09:00",0.059,"2013-05-01 10:00",0.055,"2013-10-06 10:00","","","","",0.055,0.053,0.047,0.044,0.037,0.032,0.023,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","44201",1,38.102507,-122.237976,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8669,99,360,365,0,0,0,0,"Certification not required",0,0.032411,0.008589,0.068,"2013-05-02 11:00",0.066,"2013-05-03 09:00",0.059,"2013-05-01 10:00",0.055,"2013-10-06 10:00","","","","",0.055,0.053,0.047,0.044,0.037,0.032,0.023,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","45109",3,38.102507,-122.237976,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,1.66485,1.714933,5.424,"2013-01-16 00:00",5.282,"2013-02-09 00:00",4.055,"2013-04-10 00:00",3.791,"2013-02-21 00:00","","","","",5.424,5.424,5.424,5.282,2.894,0.99,0.41,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","45201",3,38.102507,-122.237976,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,1.1329,1.137442,4.04,"2013-01-16 00:00",3.433,"2013-02-09 00:00",2.664,"2013-01-04 00:00",2.395,"2013-02-21 00:00","","","","",4.04,4.04,4.04,3.433,1.719,0.56,0.28,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","45202",3,38.102507,-122.237976,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,2.4,2.352955,7.998,"2013-01-16 00:00",6.874,"2013-02-09 00:00",5.147,"2013-04-22 00:00",4.901,"2013-04-10 00:00","","","","",7.998,7.998,7.998,6.874,4.884,1.32,0.54,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","45203",3,38.102507,-122.237976,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.53005,0.515715,1.806,"2013-01-16 00:00",1.569,"2013-02-09 00:00",1.101,"2013-02-21 00:00",1.021,"2013-04-10 00:00","","","","",1.806,1.806,1.806,1.569,0.982,0.34,0.14,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","45204",3,38.102507,-122.237976,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",20,65,20,31,0,0,"","","Certification not required",0,0.6771,0.664455,2.239,"2013-01-16 00:00",2.029,"2013-02-09 00:00",1.464,"2013-02-21 00:00",1.317,"2013-04-10 00:00","","","","",2.239,2.239,2.239,2.029,1.314,0.42,0.163,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2013-11-15" +"06","095","0004","88101",3,38.102507,-122.237976,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8591,98,362,365,0,0,"","","Certification not required",0,10.426726,8.856899,94,"2013-12-31 22:00",88,"2013-12-31 23:00",76,"2013-12-14 19:00",76,"2013-12-31 21:00","","","","",45,38,28,21,13,8,3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","88101",3,38.102507,-122.237976,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,6,6,"Certification not required",0,10.411732,6.948307,42.6,"2013-12-31 00:00",39.3,"2013-12-23 00:00",38.7,"2013-12-17 00:00",38,"2013-12-14 00:00","","","","",38,32.8,25.2,18.4,12.6,8.7,4,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","88101",3,38.102507,-122.237976,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,10.411732,6.948307,42.6,"2013-12-31 00:00",39.3,"2013-12-23 00:00",38.7,"2013-12-17 00:00",38,"2013-12-14 00:00","","","","",38,32.8,25.2,18.4,12.6,8.7,4,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","88101",4,38.102507,-122.237976,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8581,98,362,365,0,0,"","","Certification not required",0,11.434099,9.525086,101,"2013-12-31 22:00",92,"2013-12-31 23:00",84,"2013-12-31 21:00",78,"2013-11-24 21:00","","","","",49,41,31,22,14,9,3,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","88101",4,38.102507,-122.237976,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,9,9,"Certification not required",0,11.419328,7.802819,48,"2013-12-31 00:00",44.2,"2013-12-23 00:00",43.4,"2013-12-17 00:00",43.2,"2013-12-14 00:00","","","","",43.2,37.2,26.9,21.5,13.7,9.9,4.2,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","88101",4,38.102507,-122.237976,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,11.419328,7.802819,48,"2013-12-31 00:00",44.2,"2013-12-23 00:00",43.4,"2013-12-17 00:00",43.2,"2013-12-14 00:00","","","","",43.2,37.2,26.9,21.5,13.7,9.9,4.2,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-01-14" +"06","095","0004","88102",5,38.102507,-122.237976,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00919,0,0.00919,"2013-01-04 00:00",0.00919,"2013-01-10 00:00",0.00919,"2013-01-16 00:00",0.00919,"2013-01-22 00:00","","","","",0.00919,0.00919,0.00919,0.00919,0.00919,0.00919,0.00919,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88103",5,38.102507,-122.237976,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.0002,0.000484,0.002,"2013-05-10 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-21 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88104",5,38.102507,-122.237976,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.082181,0.064714,0.3104,"2013-06-27 00:00",0.1804,"2013-01-28 00:00",0.1435,"2013-02-21 00:00",0.1402,"2013-01-16 00:00","","","","",0.3104,0.3104,0.1804,0.1435,0.1173,0.0801,0.01578,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88107",5,38.102507,-122.237976,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",22,0.004891,0.005274,0.0181,"2013-02-21 00:00",0.0173,"2013-03-29 00:00",0.0154,"2013-06-03 00:00",0.0148,"2013-01-10 00:00","","","","",0.0181,0.0181,0.0173,0.0154,0.0048,0.00207,0.00207,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88109",5,38.102507,-122.237976,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.002194,0.000681,0.0058,"2013-01-22 00:00",0.00207,"2013-01-04 00:00",0.00207,"2013-01-10 00:00",0.00207,"2013-01-16 00:00","","","","",0.0058,0.0058,0.00207,0.00207,0.00207,0.00207,0.00207,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88110",5,38.102507,-122.237976,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.000133,0.000507,0.002,"2013-05-28 00:00",0.002,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.002,0.002,0.002,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88111",5,38.102507,-122.237976,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.04272,0.022577,0.1038,"2013-05-04 00:00",0.0913,"2013-04-28 00:00",0.0903,"2013-04-22 00:00",0.0725,"2013-05-22 00:00","","","","",0.1038,0.1038,0.0913,0.0903,0.052,0.0386,0.0245,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88112",5,38.102507,-122.237976,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.003333,0.006161,0.034,"2013-04-16 00:00",0.007,"2013-03-23 00:00",0.006,"2013-06-03 00:00",0.006,"2013-06-15 00:00","","","","",0.034,0.034,0.007,0.006,0.004,0.002,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88113",5,38.102507,-122.237976,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00015,0,0.00015,"2013-01-04 00:00",0.00015,"2013-01-10 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-01-22 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88114",5,38.102507,-122.237976,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",22,0.003066,0.003823,0.0125,"2013-02-15 00:00",0.0118,"2013-01-16 00:00",0.0105,"2013-03-11 00:00",0.0095,"2013-03-23 00:00","","","","",0.0125,0.0125,0.0118,0.0105,0.0023,0.00109,0.00109,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88115",5,38.102507,-122.237976,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",5,0.320607,0.383317,1.5307,"2013-05-04 00:00",1.2502,"2013-06-15 00:00",0.9619,"2013-06-21 00:00",0.7173,"2013-05-22 00:00","","","","",1.5307,1.5307,1.2502,0.9619,0.4226,0.2017,0.00182,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88117",5,38.102507,-122.237976,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",20,0.006727,0.010887,0.0478,"2013-01-22 00:00",0.0386,"2013-04-16 00:00",0.0162,"2013-06-15 00:00",0.0133,"2013-06-21 00:00","","","","",0.0478,0.0478,0.0386,0.0162,0.0089,0.00168,0.00168,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88118",5,38.102507,-122.237976,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",16,0.004374,0.004393,0.0167,"2013-03-29 00:00",0.0126,"2013-02-21 00:00",0.0113,"2013-06-27 00:00",0.0108,"2013-02-09 00:00","","","","",0.0167,0.0167,0.0126,0.0113,0.0068,0.00122,0.00122,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88121",5,38.102507,-122.237976,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.008082,0.011468,0.0524,"2013-01-10 00:00",0.0398,"2013-02-21 00:00",0.0268,"2013-01-28 00:00",0.0154,"2013-03-23 00:00","","","","",0.0524,0.0524,0.0398,0.0268,0.00391,0.00391,0.00391,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88124",5,38.102507,-122.237976,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00237,0,0.00237,"2013-01-04 00:00",0.00237,"2013-01-10 00:00",0.00237,"2013-01-16 00:00",0.00237,"2013-01-22 00:00","","","","",0.00237,0.00237,0.00237,0.00237,0.00237,0.00237,0.00237,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88126",5,38.102507,-122.237976,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.056437,0.034829,0.1373,"2013-01-16 00:00",0.1201,"2013-04-22 00:00",0.1176,"2013-04-16 00:00",0.1101,"2013-02-15 00:00","","","","",0.1373,0.1373,0.1201,0.1176,0.0743,0.056,0.02,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88127",5,38.102507,-122.237976,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0231,0,0.0231,"2013-01-04 00:00",0.0231,"2013-01-10 00:00",0.0231,"2013-01-16 00:00",0.0231,"2013-01-22 00:00","","","","",0.0231,0.0231,0.0231,0.0231,0.0231,0.0231,0.0231,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88128",5,38.102507,-122.237976,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.0015,0.002047,0.009,"2013-01-16 00:00",0.006,"2013-02-27 00:00",0.004,"2013-02-09 00:00",0.004,"2013-02-15 00:00","","","","",0.009,0.009,0.006,0.004,0.002,0.001,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88131",5,38.102507,-122.237976,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00305,0,0.00305,"2013-01-04 00:00",0.00305,"2013-01-10 00:00",0.00305,"2013-01-16 00:00",0.00305,"2013-01-22 00:00","","","","",0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88132",5,38.102507,-122.237976,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.002567,0.002285,0.007,"2013-02-27 00:00",0.007,"2013-03-23 00:00",0.007,"2013-04-10 00:00",0.006,"2013-04-22 00:00","","","","",0.007,0.007,0.007,0.007,0.004,0.002,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88133",5,38.102507,-122.237976,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00645,0,0.00645,"2013-01-04 00:00",0.00645,"2013-01-10 00:00",0.00645,"2013-01-16 00:00",0.00645,"2013-01-22 00:00","","","","",0.00645,0.00645,0.00645,0.00645,0.00645,0.00645,0.00645,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88134",5,38.102507,-122.237976,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00286,0,0.00286,"2013-01-04 00:00",0.00286,"2013-01-10 00:00",0.00286,"2013-01-16 00:00",0.00286,"2013-01-22 00:00","","","","",0.00286,0.00286,0.00286,0.00286,0.00286,0.00286,0.00286,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88136",5,38.102507,-122.237976,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.0003,0.000651,0.003,"2013-04-16 00:00",0.001,"2013-03-11 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.003,0.003,0.001,0.001,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88140",5,38.102507,-122.237976,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",20,0.080917,0.092541,0.3724,"2013-04-28 00:00",0.3641,"2013-06-15 00:00",0.1871,"2013-02-21 00:00",0.1747,"2013-04-10 00:00","","","","",0.3724,0.3724,0.3641,0.1871,0.1135,0.03107,0.03107,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88142",5,38.102507,-122.237976,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,3.3e-05,0.000183,0.001,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.001,0.001,0,0,0,0,0,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88143",5,38.102507,-122.237976,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00483,0,0.00483,"2013-01-04 00:00",0.00483,"2013-01-10 00:00",0.00483,"2013-01-16 00:00",0.00483,"2013-01-22 00:00","","","","",0.00483,0.00483,0.00483,0.00483,0.00483,0.00483,0.00483,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88146",5,38.102507,-122.237976,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",22,0.006924,0.008302,0.0257,"2013-04-28 00:00",0.0256,"2013-05-22 00:00",0.0238,"2013-04-16 00:00",0.0219,"2013-02-09 00:00","","","","",0.0257,0.0257,0.0256,0.0238,0.007,0.00236,0.00236,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88147",5,38.102507,-122.237976,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00426,0,0.00426,"2013-01-04 00:00",0.00426,"2013-01-10 00:00",0.00426,"2013-01-16 00:00",0.00426,"2013-01-22 00:00","","","","",0.00426,0.00426,0.00426,0.00426,0.00426,0.00426,0.00426,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88151",5,38.102507,-122.237976,"NAD83","Palladium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00411,0,0.00411,"2013-01-04 00:00",0.00411,"2013-01-10 00:00",0.00411,"2013-01-16 00:00",0.00411,"2013-01-22 00:00","","","","",0.00411,0.00411,0.00411,0.00411,0.00411,0.00411,0.00411,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88152",5,38.102507,-122.237976,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00435,0,0.00435,"2013-01-04 00:00",0.00435,"2013-01-10 00:00",0.00435,"2013-01-16 00:00",0.00435,"2013-01-22 00:00","","","","",0.00435,0.00435,0.00435,0.00435,0.00435,0.00435,0.00435,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88154",5,38.102507,-122.237976,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00306,0,0.00306,"2013-01-04 00:00",0.00306,"2013-01-10 00:00",0.00306,"2013-01-16 00:00",0.00306,"2013-01-22 00:00","","","","",0.00306,0.00306,0.00306,0.00306,0.00306,0.00306,0.00306,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88160",5,38.102507,-122.237976,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0076,0,0.0076,"2013-01-04 00:00",0.0076,"2013-01-10 00:00",0.0076,"2013-01-16 00:00",0.0076,"2013-01-22 00:00","","","","",0.0076,0.0076,0.0076,0.0076,0.0076,0.0076,0.0076,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88161",5,38.102507,-122.237976,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.004242,0.003557,0.0131,"2013-01-16 00:00",0.0115,"2013-03-23 00:00",0.0107,"2013-04-16 00:00",0.0103,"2013-02-15 00:00","","","","",0.0131,0.0131,0.0115,0.0107,0.0057,0.0033,0.00155,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88162",5,38.102507,-122.237976,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",24,0.008981,0.017181,0.0882,"2013-04-04 00:00",0.0316,"2013-05-28 00:00",0.029,"2013-02-03 00:00",0.0236,"2013-04-16 00:00","","","","",0.0882,0.0882,0.0316,0.029,0.00258,0.00258,0.00258,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88163",5,38.102507,-122.237976,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.009664,0.008763,0.0288,"2013-01-22 00:00",0.028,"2013-02-09 00:00",0.0271,"2013-03-23 00:00",0.025,"2013-03-05 00:00","","","","",0.0288,0.0288,0.028,0.0271,0.0132,0.00442,0.00442,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88164",5,38.102507,-122.237976,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.000235,0.000275,0.0016,"2013-01-10 00:00",0.0007,"2013-02-03 00:00",0.00017,"2013-01-04 00:00",0.00017,"2013-01-16 00:00","","","","",0.0016,0.0016,0.0007,0.00017,0.00017,0.00017,0.00017,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88165",5,38.102507,-122.237976,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.046919,0.045059,0.1647,"2013-04-22 00:00",0.1611,"2013-05-04 00:00",0.1588,"2013-04-28 00:00",0.0884,"2013-03-23 00:00","","","","",0.1647,0.1647,0.1611,0.1588,0.0617,0.0367,0.0104,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88166",5,38.102507,-122.237976,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0045,0,0.0045,"2013-01-04 00:00",0.0045,"2013-01-10 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-01-22 00:00","","","","",0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88167",5,38.102507,-122.237976,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",11,0.006148,0.005878,0.0182,"2013-01-16 00:00",0.0173,"2013-02-15 00:00",0.017,"2013-01-22 00:00",0.0161,"2013-05-10 00:00","","","","",0.0182,0.0182,0.0173,0.017,0.0114,0.0041,0.00103,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88168",5,38.102507,-122.237976,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.001405,0.001018,0.0055,"2013-05-04 00:00",0.0034,"2013-01-16 00:00",0.0032,"2013-06-15 00:00",0.0027,"2013-04-22 00:00","","","","",0.0055,0.0055,0.0034,0.0032,0.00101,0.00101,0.00101,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88169",5,38.102507,-122.237976,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.24799,0.165214,0.7511,"2013-05-04 00:00",0.5019,"2013-05-10 00:00",0.4812,"2013-04-28 00:00",0.4704,"2013-03-23 00:00","","","","",0.7511,0.7511,0.5019,0.4812,0.3118,0.2293,0.0682,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88170",5,38.102507,-122.237976,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.01775,0,0.01775,"2013-01-04 00:00",0.01775,"2013-01-10 00:00",0.01775,"2013-01-16 00:00",0.01775,"2013-01-22 00:00","","","","",0.01775,0.01775,0.01775,0.01775,0.01775,0.01775,0.01775,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88172",5,38.102507,-122.237976,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",19,0.033089,0.05327,0.1636,"2013-06-03 00:00",0.1579,"2013-05-22 00:00",0.1378,"2013-06-09 00:00",0.1348,"2013-01-16 00:00","","","","",0.1636,0.1636,0.1579,0.1378,0.03,0.00293,0.00293,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88173",5,38.102507,-122.237976,"NAD83","Thallium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00296,0,0.00296,"2013-01-04 00:00",0.00296,"2013-01-10 00:00",0.00296,"2013-01-16 00:00",0.00296,"2013-01-22 00:00","","","","",0.00296,0.00296,0.00296,0.00296,0.00296,0.00296,0.00296,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88176",5,38.102507,-122.237976,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00151,0,0.00151,"2013-01-04 00:00",0.00151,"2013-01-10 00:00",0.00151,"2013-01-16 00:00",0.00151,"2013-01-22 00:00","","","","",0.00151,0.00151,0.00151,0.00151,0.00151,0.00151,0.00151,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88179",5,38.102507,-122.237976,"NAD83","Uranium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.0007,0.000581,0.003,"2013-01-28 00:00",0.002,"2013-05-22 00:00",0.002,"2013-06-21 00:00",0.001,"2013-01-22 00:00","","","","",0.003,0.003,0.002,0.002,0.0005,0.0005,0.0005,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88180",5,38.102507,-122.237976,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.051113,0.036874,0.1795,"2013-01-16 00:00",0.1116,"2013-05-04 00:00",0.093,"2013-01-04 00:00",0.0902,"2013-02-09 00:00","","","","",0.1795,0.1795,0.1116,0.093,0.0679,0.0436,0.0137,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88183",5,38.102507,-122.237976,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.000738,0.000413,0.0024,"2013-01-28 00:00",0.0021,"2013-02-09 00:00",0.00063,"2013-01-04 00:00",0.00063,"2013-01-10 00:00","","","","",0.0024,0.0024,0.0021,0.00063,0.00063,0.00063,0.00063,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88184",5,38.102507,-122.237976,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",10,0.728777,0.646443,2.1269,"2013-01-22 00:00",1.9035,"2013-01-04 00:00",1.7218,"2013-01-28 00:00",1.5793,"2013-06-15 00:00","","","","",2.1269,2.1269,1.9035,1.7218,1.1629,0.6153,0.09906,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88185",5,38.102507,-122.237976,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.00384,0,0.00384,"2013-01-04 00:00",0.00384,"2013-01-10 00:00",0.00384,"2013-01-16 00:00",0.00384,"2013-01-22 00:00","","","","",0.00384,0.00384,0.00384,0.00384,0.00384,0.00384,0.00384,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88186",5,38.102507,-122.237976,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.01535,0,0.01535,"2013-01-04 00:00",0.01535,"2013-01-10 00:00",0.01535,"2013-01-16 00:00",0.01535,"2013-01-22 00:00","","","","",0.01535,0.01535,0.01535,0.01535,0.01535,0.01535,0.01535,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88203",5,38.102507,-122.237976,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",8,0.495922,0.474284,2.0184,"2013-05-04 00:00",1.6387,"2013-06-15 00:00",1.1663,"2013-06-21 00:00",1.0225,"2013-04-28 00:00","","","","",2.0184,2.0184,1.6387,1.1663,0.6501,0.4166,0.07597,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88301",5,38.102507,-122.237976,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.330867,0.680499,3.3407,"2013-01-16 00:00",1.6367,"2013-01-22 00:00",1.3006,"2013-02-15 00:00",0.7662,"2013-01-04 00:00","","","","",3.3407,3.3407,1.6367,1.3006,0.257,0.1122,0.0161,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88302",5,38.102507,-122.237976,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",5,0.401833,0.408153,1.8373,"2013-05-04 00:00",1.1822,"2013-06-15 00:00",1.0168,"2013-04-28 00:00",0.9024,"2013-06-21 00:00","","","","",1.8373,1.8373,1.1822,1.0168,0.5425,0.3459,0.03058,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88303",5,38.102507,-122.237976,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",10,0.045517,0.034804,0.1605,"2013-01-16 00:00",0.1008,"2013-05-04 00:00",0.0917,"2013-01-04 00:00",0.0885,"2013-02-09 00:00","","","","",0.1605,0.1605,0.1008,0.0917,0.0625,0.0464,0.0127,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88306",5,38.102507,-122.237976,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.543107,2.677303,12.9803,"2013-01-16 00:00",6.9109,"2013-01-22 00:00",5.4736,"2013-02-15 00:00",4.0143,"2013-01-04 00:00","","","","",12.9803,12.9803,6.9109,5.4736,1.3523,0.6368,0.1406,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88312",5,38.102507,-122.237976,"NAD83","Total Carbon PM2.5 LC TOT","24 HOUR","","Observed Values","Met One SASS Quartz - STN TOT",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",4,2.019723,2.150074,9.0491,"2013-01-16 00:00",5.7649,"2013-01-22 00:00",5.5427,"2013-01-04 00:00",5.4156,"2013-02-15 00:00","","","","",9.0491,9.0491,5.7649,5.5427,2.4284,1.6183,0.05077,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88320",5,38.102507,-122.237976,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",4,1.761169,1.7688,7.4174,"2013-01-16 00:00",4.9355,"2013-01-22 00:00",4.679,"2013-02-15 00:00",4.4068,"2013-01-04 00:00","","","","",7.4174,7.4174,4.9355,4.679,2.1898,1.5029,0.04904,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88321",5,38.102507,-122.237976,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",6,0.262073,0.398004,1.6323,"2013-01-16 00:00",1.1365,"2013-01-04 00:00",0.9261,"2013-02-09 00:00",0.83,"2013-01-22 00:00","","","","",1.6323,1.6323,1.1365,0.9261,0.2858,0.1191,0.00188,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88324",5,38.102507,-122.237976,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",18,0.100238,0.172907,0.7218,"2013-01-16 00:00",0.4841,"2013-02-15 00:00",0.3003,"2013-03-29 00:00",0.2824,"2013-02-09 00:00","","","","",0.7218,0.7218,0.4841,0.3003,0.1973,0.00043,0.00043,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88325",5,38.102507,-122.237976,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.410823,0.327634,1.4245,"2013-01-16 00:00",0.9107,"2013-02-15 00:00",0.8213,"2013-01-04 00:00",0.816,"2013-01-22 00:00","","","","",1.4245,1.4245,0.9107,0.8213,0.5854,0.4008,0.0597,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88326",5,38.102507,-122.237976,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.795709,0.647675,2.4817,"2013-01-16 00:00",1.9639,"2013-01-22 00:00",1.9254,"2013-02-09 00:00",1.8551,"2013-02-15 00:00","","","","",2.4817,2.4817,1.9639,1.9254,0.994,0.7133,0.1258,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88327",5,38.102507,-122.237976,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.359186,0.338403,1.2981,"2013-01-16 00:00",1.0838,"2013-01-22 00:00",0.8918,"2013-01-04 00:00",0.8426,"2013-02-09 00:00","","","","",1.2981,1.2981,1.0838,0.8918,0.4922,0.2911,0.0288,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88328",5,38.102507,-122.237976,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR w/ Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",10,0.207823,0.347723,1.566,"2013-01-16 00:00",0.8687,"2013-01-22 00:00",0.7969,"2013-01-04 00:00",0.7039,"2013-02-15 00:00","","","","",1.566,1.566,0.8687,0.7969,0.2342,0.0956,0.00188,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88329",5,38.102507,-122.237976,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.377916,0.594918,2.7195,"2013-01-16 00:00",1.4335,"2013-01-04 00:00",1.3144,"2013-01-22 00:00",1.0882,"2013-02-15 00:00","","","","",2.7195,2.7195,1.4335,1.3144,0.3948,0.1801,0.00171,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88330",5,38.102507,-122.237976,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",13,0.09114,0.146753,0.4999,"2013-01-04 00:00",0.4787,"2013-01-16 00:00",0.3842,"2013-01-22 00:00",0.3529,"2013-02-15 00:00","","","","",0.4999,0.4999,0.4787,0.3842,0.1026,0.0366,0.00017,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88331",5,38.102507,-122.237976,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Quartz - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.000485,0.001223,0.0058,"2013-05-28 00:00",0.004,"2013-05-04 00:00",0.00017,"2013-01-04 00:00",0.00017,"2013-01-10 00:00","","","","",0.0058,0.0058,0.004,0.00017,0.00017,0.00017,0.00017,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88379",5,38.102507,-122.237976,"NAD83","OP PM2.5 LC TOT","24 HOUR","","Observed Values","Met One SASS Quartz - STN TOT",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.277524,0.421232,1.8532,"2013-01-16 00:00",1.0767,"2013-01-22 00:00",1.0311,"2013-01-04 00:00",0.9201,"2013-02-15 00:00","","","","",1.8532,1.8532,1.0767,1.0311,0.3021,0.1576,0.00188,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88403",5,38.102507,-122.237976,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.680383,0.371816,1.8294,"2013-05-04 00:00",1.2445,"2013-05-10 00:00",1.1902,"2013-04-22 00:00",1.1887,"2013-04-28 00:00","","","","",1.8294,1.8294,1.2445,1.1902,0.7797,0.668,0.2872,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0004","88502",5,38.102507,-122.237976,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,"","","Certification not required",0,6.993333,5.913336,30.9,"2013-01-16 00:00",15.4,"2013-01-22 00:00",14.4,"2013-05-04 00:00",13.3,"2013-02-15 00:00","","","","",30.9,30.9,15.4,14.4,7.7,5.9,2,"Vallejo - Tuolumne St.","304 TUOLUMNE ST.","California","Solano","Vallejo","Vallejo-Fairfield, CA","2014-02-03" +"06","095","0005","44201",1,38.227066,-122.075624,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5590,100,243,244,0,0,0,0,"Certification not required",121,0.043444,0.011009,0.087,"2013-05-03 15:00",0.079,"2013-05-02 14:00",0.073,"2013-10-26 15:00",0.071,"2013-10-19 15:00","","","","",0.073,0.07,0.063,0.059,0.048,0.042,0.032,"Fairfield - Chadbourne Rd.","1010 CHADBOURNE RD","California","Solano","Fairfield","Vallejo-Fairfield, CA","2013-12-18" +"06","095","0005","44201",1,38.227066,-122.075624,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5827,99,242,244,0,0,0,0,"Certification not required",0,0.037591,0.009443,0.075,"2013-05-03 10:00",0.069,"2013-05-02 10:00",0.066,"2013-04-30 12:00",0.061,"2013-05-01 10:00","","","","",0.066,0.061,0.054,0.051,0.043,0.037,0.028,"Fairfield - Chadbourne Rd.","1010 CHADBOURNE RD","California","Solano","Fairfield","Vallejo-Fairfield, CA","2013-12-18" +"06","095","0005","44201",1,38.227066,-122.075624,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5827,99,242,244,0,0,0,0,"Certification not required",0,0.037591,0.009443,0.075,"2013-05-03 10:00",0.069,"2013-05-02 10:00",0.066,"2013-04-30 12:00",0.061,"2013-05-01 10:00","","","","",0.066,0.061,0.054,0.051,0.043,0.037,0.028,"Fairfield - Chadbourne Rd.","1010 CHADBOURNE RD","California","Solano","Fairfield","Vallejo-Fairfield, CA","2013-12-18" +"06","095","3001","81102",2,38.3514,-121.94986,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,85,52,61,0,7,0,0,"Certification not required",1,12.545455,7.460558,35,"2013-10-26 00:00",30,"2013-11-06 00:00",29,"2013-11-24 00:00",28,"2013-11-12 00:00","","","","",35,30,29,23,16,12,5,"VACAVILLE-MERCHANT STREET","650 MERCHANT ST., VACAVILLE","California","Solano","Vacaville","Vallejo-Fairfield, CA","2014-01-22" +"06","095","3001","85101",1,38.3514,-121.94986,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,52,61,0,7,"","","Certification not required",1,12.854545,7.785119,36,"2013-10-26 00:00",32,"2013-11-06 00:00",31,"2013-11-24 00:00",29,"2013-11-12 00:00","","","","",36,32,31,24,16,12,5,"VACAVILLE-MERCHANT STREET","650 MERCHANT ST., VACAVILLE","California","Solano","Vacaville","Vallejo-Fairfield, CA","2014-01-22" +"06","095","3003","44201",1,38.358365,-121.950003,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8629,99,362,365,0,131,0,0,"Certification not required",1229,0.043296,0.011355,0.084,"2013-05-03 17:00",0.082,"2013-06-07 15:00",0.08,"2013-07-01 14:00",0.074,"2013-05-02 16:00","","","","",0.074,0.069,0.065,0.059,0.049,0.042,0.031,"GROUND IN SHELTER","2012 ULATIS DRIVE, VACAVILLE","California","Solano","Vacaville","Vallejo-Fairfield, CA","2014-01-22" +"06","095","3003","44201",1,38.358365,-121.950003,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8652,99,362,365,0,0,0,0,"Certification not required",0,0.037392,0.010019,0.072,"2013-06-07 11:00",0.071,"2013-05-03 11:00",0.064,"2013-04-30 12:00",0.064,"2013-05-02 11:00","","","","",0.064,0.058,0.056,0.051,0.042,0.037,0.026,"GROUND IN SHELTER","2012 ULATIS DRIVE, VACAVILLE","California","Solano","Vacaville","Vallejo-Fairfield, CA","2014-01-22" +"06","095","3003","44201",1,38.358365,-121.950003,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8652,99,362,365,0,0,0,0,"Certification not required",0,0.037392,0.010019,0.072,"2013-06-07 11:00",0.071,"2013-05-03 11:00",0.064,"2013-04-30 12:00",0.064,"2013-05-02 11:00","","","","",0.064,0.058,0.056,0.051,0.042,0.037,0.026,"GROUND IN SHELTER","2012 ULATIS DRIVE, VACAVILLE","California","Solano","Vacaville","Vallejo-Fairfield, CA","2014-01-22" +"06","097","0001","81102",2,38.804267,-123.018142,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",5,8.604651,5.136886,24,"2013-01-16 00:00",20,"2013-01-04 00:00",20,"2013-01-22 00:00",19,"2013-05-04 00:00","","","","",24,24,20,14,10,8,2,"Cloverdale Veterans Memorial Hall","100 WASHINGTON ST., CLOVERDALE","California","Sonoma","Cloverdale","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","0001","85101",1,38.804267,-123.018142,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",5,8.860465,5.492772,26,"2013-01-16 00:00",22,"2013-01-04 00:00",22,"2013-01-22 00:00",19,"2013-05-04 00:00","","","","",26,26,22,15,11,8,2,"Cloverdale Veterans Memorial Hall","100 WASHINGTON ST., CLOVERDALE","California","Sonoma","Cloverdale","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","0002","81102",2,38.610905,-122.868794,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,0,0,"Certification not required",3,11.725,8.720702,54,"2013-09-19 00:00",26,"2013-05-04 00:00",19,"2013-06-15 00:00",19,"2013-08-02 00:00","","","","",54,54,26,19,15,10,5,"Healdsburg Senior Center","133 MATHESON ST., HEALDSBURG","California","Sonoma","Healdsburg","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","0002","85101",1,38.610905,-122.868794,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",3,12.15,8.905631,55,"2013-09-19 00:00",27,"2013-05-04 00:00",20,"2013-06-15 00:00",19,"2013-01-16 00:00","","","","",55,55,27,19,16,10,5,"Healdsburg Senior Center","133 MATHESON ST., HEALDSBURG","California","Sonoma","Healdsburg","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","0003","42101",1,38.443503,-122.710169,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8023,92,348,365,0,0,0,0,"Certification not required",5898,0.364091,0.212282,1.8,"2013-12-10 09:00",1.7,"2013-01-08 09:00",1.7,"2013-12-02 08:00",1.7,"2013-12-11 08:00","","","","",1.1,1,0.8,0.7,0.5,0.25,0.25,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","42101",1,38.443503,-122.710169,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8348,95,344,365,0,0,0,0,"Certification not required",0,0.393184,0.159369,1.2,"2013-12-11 09:00",1.2,"2013-12-11 10:00",1.2,"2013-12-13 00:00",1.1,"2013-12-10 10:00",1.2,"2013-12-11 09:00",1.2,"2013-12-13 00:00",0.9,0.9,0.7,0.6,0.4,0.3,0.3,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","42601",1,38.443503,-122.710169,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7997,91,346,365,0,0,"","","Certification not required",0,7.505415,11.936985,135,"2013-12-02 08:00",133.6,"2013-01-08 09:00",113.6,"2013-12-11 08:00",112.6,"2013-01-16 08:00","","","","",63.1,49.4,30.4,17.6,5.7,3.7,1.6,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","42602",1,38.443503,-122.710169,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7997,91,346,365,0,0,0,"","Certification not required",0,16.917919,9.536968,39.6,"2013-01-15 19:00",39.3,"2013-12-12 17:00",39.3,"2013-12-17 17:00",38.6,"2013-01-18 18:00","","","","",38.6,37.4,34.2,31.2,24,15.8,5.4,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","42602",1,38.443503,-122.710169,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7997,91,346,365,0,0,"","","Certification not required",0,8.611742,7.274458,39.6,"2013-01-15 19:00",39.3,"2013-12-12 17:00",39.3,"2013-12-17 17:00",38.6,"2013-01-18 18:00","","","","",30.1,27.6,23.6,19.8,12.7,5.7,2,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","42603",1,38.443503,-122.710169,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7997,91,346,365,0,0,"","","Certification not required",0,16.117657,17.266961,157.4,"2013-12-02 08:00",154.4,"2013-01-08 09:00",141.1,"2013-12-11 08:00",140.6,"2013-12-10 09:00","","","","",89.8,72.8,50.8,36.5,19.1,9.2,4.7,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","43207",3,38.443503,-122.710169,"NAD83","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",1,0.165652,0.077058,0.315,"2013-04-10 00:00",0.3,"2013-07-27 00:00",0.29,"2013-07-15 00:00",0.28,"2013-06-09 00:00","","","","",0.315,0.315,0.3,0.29,0.215,0.14,0.08,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43218",3,38.443503,-122.710169,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.156304,0.113525,0.424,"2013-04-10 00:00",0.416,"2013-01-16 00:00",0.4,"2013-01-04 00:00",0.226,"2013-02-09 00:00","","","","",0.424,0.424,0.416,0.4,0.18,0.1,0.08,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43302",3,38.443503,-122.710169,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,10.400261,9.414498,39.23,"2013-07-27 00:00",29.722,"2013-01-16 00:00",25.44,"2013-07-15 00:00",14.872,"2013-04-22 00:00","","","","",39.23,39.23,29.722,25.44,12.866,7.083,2.68,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43505",3,38.443503,-122.710169,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.827565,0.561607,1.61,"2013-07-27 00:00",1.578,"2013-02-09 00:00",1.507,"2013-04-10 00:00",1.499,"2013-02-21 00:00","","","","",1.61,1.61,1.578,1.507,1.416,0.95,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43551",3,38.443503,-122.710169,"NAD83","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,6.909826,3.897038,13.02,"2013-07-27 00:00",12.66,"2013-07-15 00:00",12.29,"2013-06-21 00:00",11.288,"2013-04-22 00:00","","","","",13.02,13.02,12.66,12.29,10.636,7.397,2.373,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43552",3,38.443503,-122.710169,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",1,0.935652,0.466708,2.04,"2013-07-27 00:00",1.546,"2013-03-29 00:00",1.505,"2013-04-10 00:00",1.49,"2013-07-15 00:00","","","","",2.04,2.04,1.546,1.505,1.37,0.912,0.44,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43702",3,38.443503,-122.710169,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.005,0.023979,0.115,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.115,0.115,0,0,0,0,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43704",3,38.443503,-122.710169,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.007087,0.025932,0.118,"2013-04-10 00:00",0.045,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.118,0.118,0.045,0,0,0,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43802",3,38.443503,-122.710169,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.198348,0.076827,0.33,"2013-06-21 00:00",0.28,"2013-06-09 00:00",0.28,"2013-07-15 00:00",0.278,"2013-01-16 00:00","","","","",0.33,0.33,0.28,0.28,0.257,0.2,0.1,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43803",3,38.443503,-122.710169,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.02487,0.018056,0.063,"2013-04-10 00:00",0.049,"2013-03-29 00:00",0.041,"2013-01-16 00:00",0.041,"2013-04-22 00:00","","","","",0.063,0.063,0.049,0.041,0.04,0.029,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43804",3,38.443503,-122.710169,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.103609,0.037414,0.256,"2013-04-10 00:00",0.133,"2013-01-16 00:00",0.121,"2013-03-17 00:00",0.12,"2013-05-28 00:00","","","","",0.256,0.256,0.133,0.121,0.11,0.095,0.08,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43811",3,38.443503,-122.710169,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.270696,0.070051,0.43,"2013-04-10 00:00",0.37,"2013-06-21 00:00",0.36,"2013-06-09 00:00",0.353,"2013-04-22 00:00","","","","",0.43,0.43,0.37,0.36,0.335,0.248,0.18,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43814",3,38.443503,-122.710169,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.999913,1.166749,4.04,"2013-09-01 00:00",3.84,"2013-07-27 00:00",2.96,"2013-06-09 00:00",2.13,"2013-07-15 00:00","","","","",4.04,4.04,3.84,2.96,0.999,0.47,0.112,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43815",3,38.443503,-122.710169,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.001739,0.008341,0.04,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.04,0.04,0,0,0,0,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43817",3,38.443503,-122.710169,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.015913,0.011449,0.05,"2013-04-10 00:00",0.038,"2013-04-22 00:00",0.027,"2013-01-16 00:00",0.027,"2013-03-05 00:00","","","","",0.05,0.05,0.038,0.027,0.02,0.01,0.01,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43824",3,38.443503,-122.710169,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.005826,0.013881,0.05,"2013-07-15 00:00",0.038,"2013-04-22 00:00",0.026,"2013-01-04 00:00",0.02,"2013-07-27 00:00","","","","",0.05,0.05,0.038,0.026,0,0,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43843",3,38.443503,-122.710169,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","43860",3,38.443503,-122.710169,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",22,71,22,31,0,0,"","","Certification not required",0,0.001591,0.005207,0.02,"2013-07-27 00:00",0.015,"2013-04-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.02,0.02,0.015,0,0,0,0,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","44201",1,38.443503,-122.710169,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8023,95,347,365,0,0,0,0,"Certification not required",1508,0.032821,0.009809,0.074,"2013-05-02 13:00",0.068,"2013-05-03 12:00",0.065,"2013-04-30 14:00",0.06,"2013-05-01 12:00","","","","",0.06,0.056,0.05,0.045,0.038,0.033,0.021,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","44201",1,38.443503,-122.710169,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8347,95,346,365,0,0,0,0,"Certification not required",0,0.027436,0.009093,0.064,"2013-05-02 10:00",0.057,"2013-05-01 07:00",0.056,"2013-04-30 13:00",0.055,"2013-05-03 09:00","","","","",0.055,0.047,0.042,0.039,0.033,0.027,0.016,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","44201",1,38.443503,-122.710169,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8347,95,346,365,0,0,0,0,"Certification not required",0,0.027436,0.009093,0.064,"2013-05-02 10:00",0.057,"2013-05-01 07:00",0.056,"2013-04-30 13:00",0.055,"2013-05-03 09:00","","","","",0.055,0.047,0.042,0.039,0.033,0.027,0.016,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","45109",3,38.443503,-122.710169,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.324609,0.750036,3.056,"2013-01-04 00:00",3.026,"2013-01-16 00:00",2.286,"2013-04-22 00:00",1.95,"2013-02-21 00:00","","","","",3.056,3.056,3.026,2.286,1.773,1.14,0.51,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","45201",3,38.443503,-122.710169,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,1.019783,0.900478,3.42,"2013-01-04 00:00",3.265,"2013-01-16 00:00",2.053,"2013-02-09 00:00",1.682,"2013-02-21 00:00","","","","",3.42,3.42,3.265,2.053,1.456,0.61,0.28,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","45202",3,38.443503,-122.710169,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,2.274522,1.252229,5.205,"2013-01-16 00:00",5.159,"2013-01-04 00:00",3.888,"2013-04-22 00:00",3.59,"2013-07-27 00:00","","","","",5.205,5.205,5.159,3.888,2.763,2.24,0.95,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","45203",3,38.443503,-122.710169,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.431043,0.220665,0.968,"2013-01-04 00:00",0.896,"2013-01-16 00:00",0.749,"2013-04-22 00:00",0.596,"2013-02-21 00:00","","","","",0.968,0.968,0.896,0.749,0.55,0.37,0.2,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","45204",3,38.443503,-122.710169,"NAD83","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.566783,0.314001,1.312,"2013-01-04 00:00",1.284,"2013-01-16 00:00",0.968,"2013-04-22 00:00",0.79,"2013-05-04 00:00","","","","",1.312,1.312,1.284,0.968,0.735,0.51,0.24,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2013-11-15" +"06","097","0003","88101",3,38.443503,-122.710169,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8074,92,350,365,0,0,"","","Certification not required",0,8.559822,7.62968,72,"2013-07-04 22:00",57,"2013-12-07 20:00",55,"2013-11-27 19:00",52,"2013-01-11 21:00","","","","",33,29,24,20,12,7,1,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","88101",3,38.443503,-122.710169,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,0,0,"Certification not required",0,8.438218,5.376607,28.1,"2013-01-24 00:00",27.8,"2013-01-23 00:00",25.3,"2013-01-05 00:00",24.2,"2013-01-09 00:00","","","","",24.2,23.3,19.4,16.8,10.5,7.2,2.9,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","0003","88101",3,38.443503,-122.710169,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,8.438218,5.376607,28.1,"2013-01-24 00:00",27.8,"2013-01-23 00:00",25.3,"2013-01-05 00:00",24.2,"2013-01-09 00:00","","","","",24.2,23.3,19.4,16.8,10.5,7.2,2.9,"Santa Rosa - 5th St","837 5TH ST.","California","Sonoma","Santa Rosa","Santa Rosa-Petaluma, CA","2014-01-14" +"06","097","1003","44201",1,38.654069,-122.901857,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6052,73,267,365,0,500,0,0,"Certification not required",184,0.037285,0.008689,0.069,"2013-06-05 11:00",0.067,"2013-05-02 14:00",0.065,"2013-05-03 12:00",0.064,"2013-05-01 14:00","","","","",0.065,0.059,0.052,0.047,0.042,0.037,0.027,"Healdsburg Municipal Airport","MUNICIPAL AIRPORT-200A HEIDELBERG WAY, HEALDSBURG","California","Sonoma","Healdsburg","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","1003","44201",1,38.654069,-122.901857,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6395,72,263,365,0,0,0,0,"Certification not required",0,0.032783,0.00821,0.062,"2013-05-01 09:00",0.062,"2013-05-02 11:00",0.061,"2013-05-03 10:00",0.055,"2013-04-23 09:00","","","","",0.061,0.052,0.045,0.043,0.038,0.033,0.023,"Healdsburg Municipal Airport","MUNICIPAL AIRPORT-200A HEIDELBERG WAY, HEALDSBURG","California","Sonoma","Healdsburg","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","1003","44201",1,38.654069,-122.901857,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6395,72,263,365,0,0,0,0,"Certification not required",0,0.032783,0.00821,0.062,"2013-05-01 09:00",0.062,"2013-05-02 11:00",0.061,"2013-05-03 10:00",0.055,"2013-04-23 09:00","","","","",0.061,0.052,0.045,0.043,0.038,0.033,0.023,"Healdsburg Municipal Airport","MUNICIPAL AIRPORT-200A HEIDELBERG WAY, HEALDSBURG","California","Sonoma","Healdsburg","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","3002","81102",1,38.501112,-122.998181,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",3,11.681818,7.050557,37,"2013-09-07 00:00",29,"2013-08-02 00:00",23,"2013-05-04 00:00",20,"2013-01-22 00:00","","","","",37,37,23,19,16,11,5,"Guerneville-Sheriff's Substation","CHURCH AND FIRST STREETS, GUERNEVILLE CA","California","Sonoma","Guerneville","Santa Rosa-Petaluma, CA","2013-11-27" +"06","097","3002","85101",1,38.501112,-122.998181,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",3,12.204545,7.15145,37,"2013-09-07 00:00",30,"2013-08-02 00:00",23,"2013-05-04 00:00",22,"2013-01-22 00:00","","","","",37,37,23,19,17,12,5,"Guerneville-Sheriff's Substation","CHURCH AND FIRST STREETS, GUERNEVILLE CA","California","Sonoma","Guerneville","Santa Rosa-Petaluma, CA","2013-11-27" +"06","099","0005","42101",3,37.641583,-120.994622,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",4598,52,203,365,0,0,0,0,"Certification not required",0,0.305019,0.253217,2.53,"2013-01-02 21:00",2.304,"2013-01-17 21:00",2.281,"2013-01-15 20:00",2.27,"2013-01-18 07:00","","","","",1.489,1.248,0.793,0.53,0.296,0.222,0.166,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","42101",3,37.641583,-120.994622,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4898,56,202,365,0,0,0,0,"Certification not required",0,0.305757,0.223181,1.9,"2013-01-16 02:00",1.9,"2013-01-16 03:00",1.9,"2013-01-16 04:00",1.9,"2013-01-16 06:00",1.9,"2013-01-16 02:00",1.8,"2013-01-18 02:00",1.3,1,0.8,0.6,0.3,0.2,0.2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","44201",1,37.641583,-120.994622,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4790,57,207,365,0,0,0,0,"Certification not required",729,0.05,0.016447,0.088,"2013-07-02 13:00",0.087,"2013-06-08 11:00",0.085,"2013-06-07 14:00",0.084,"2013-07-03 16:00","","","","",0.085,0.084,0.079,0.071,0.063,0.048,0.03,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","44201",1,37.641583,-120.994622,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4970,56,206,365,0,0,0,0,"Certification not required",0,0.043461,0.015723,0.082,"2013-07-02 11:00",0.075,"2013-06-07 12:00",0.075,"2013-07-09 11:00",0.074,"2013-07-08 12:00","","","","",0.075,0.072,0.071,0.063,0.056,0.043,0.023,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","44201",1,37.641583,-120.994622,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4970,56,206,365,0,0,1,1,"Certification not required",0,0.043461,0.015723,0.082,"2013-07-02 11:00",0.075,"2013-06-07 12:00",0.075,"2013-07-09 11:00",0.074,"2013-07-08 12:00","","","","",0.075,0.072,0.071,0.063,0.056,0.043,0.023,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","61103",1,37.641583,-120.994622,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",5073,58,211,365,0,0,"","","Certification not required",0,3.158269,1.633044,10.5,"2013-04-08 09:00",10.5,"2013-04-08 11:00",10.5,"2013-04-08 15:00",10.3,"2013-04-09 10:00","","","","",7.6,7,6.1,5.3,4.2,3,1.1,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","61104",1,37.641583,-120.994622,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",5073,58,211,365,0,0,"","","Certification not required",0,259.92943,99.593247,360,"2013-03-30 06:00",360,"2013-05-01 13:00",360,"2013-05-03 07:00",360,"2013-06-10 15:00","","","","",355,353,348,343,332,308,100,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","62102",1,37.641583,-120.994622,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",4329,54,180,334,0,0,"","","Certification not required",0,67.125664,13.236209,104,"2013-06-08 16:00",104,"2013-06-08 17:00",104,"2013-06-29 15:00",104,"2013-06-29 16:00","","","","",99,96,90,86,76,66,50,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","68101",1,37.641583,-120.994622,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",30,49,30,61,0,8,"","","Certification not required",28,0.076667,0.120869,0.7,"2013-07-15 00:00",0.2,"2013-01-17 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-28 00:00","","","","",0.7,0.7,0.2,0.05,0.05,0.05,0.05,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68102",1,37.641583,-120.994622,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",30,49,30,61,0,8,"","","Certification not required",0,24.076667,0.177499,24.5,"2013-05-16 00:00",24.5,"2013-09-25 00:00",24.5,"2013-10-19 00:00",24.4,"2013-04-10 00:00","","","","",24.5,24.5,24.5,24.5,24.1,24,23.9,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68103",1,37.641583,-120.994622,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,49,30,61,0,8,"","","Certification not required",0,11.133333,5.872222,20.5,"2013-08-20 00:00",20.4,"2013-07-03 00:00",19.1,"2013-09-01 00:00",16.2,"2013-05-04 00:00","","","","",20.5,20.5,20.4,19.1,15.5,13.1,2.4,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68103",5,37.641583,-120.994622,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",61,100,52,61,0,12,"","","Certification not required",0,10.531148,5.999987,21.2,"2013-08-20 00:00",20.7,"2013-07-03 00:00",19.5,"2013-09-01 00:00",19.1,"2013-07-09 00:00","","","","",21.2,20.7,19.1,18.6,15.2,11.5,2.4,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","68104",1,37.641583,-120.994622,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,49,30,61,0,8,"","","Certification not required",0,25.953333,7.728663,40.9,"2013-07-03 00:00",35.3,"2013-08-20 00:00",33.9,"2013-09-01 00:00",33.8,"2013-08-03 00:00","","","","",40.9,40.9,35.3,33.9,32.2,28.1,14.8,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68104",5,37.641583,-120.994622,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",61,100,52,61,0,12,"","","Certification not required",0,26.286885,7.907391,42,"2013-07-03 00:00",39.4,"2013-07-09 00:00",38.6,"2013-06-07 00:00",37.5,"2013-06-27 00:00","","","","",42,39.4,37.5,36.5,33.5,24.8,15.7,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","68105",1,37.641583,-120.994622,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,49,30,61,0,8,"","","Certification not required",0,17.86,6.617667,30.5,"2013-07-03 00:00",27.4,"2013-08-20 00:00",25.3,"2013-09-01 00:00",24.7,"2013-05-04 00:00","","","","",30.5,30.5,27.4,25.3,23.3,19.5,8.7,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68105",5,37.641583,-120.994622,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",61,100,52,61,0,12,"","","Certification not required",0,17.793443,7.068306,31.5,"2013-07-03 00:00",29.5,"2013-07-09 00:00",28.3,"2013-06-27 00:00",28.3,"2013-07-21 00:00","","","","",31.5,29.5,28.3,27.4,23.8,17.7,9,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","68106",1,37.641583,-120.994622,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,49,30,61,0,8,"","","Certification not required",0,755.2,4.766261,764,"2013-01-17 00:00",763,"2013-01-28 00:00",762,"2013-12-30 00:00",761,"2013-01-10 00:00","","","","",764,764,763,762,759,754,750,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68106",5,37.641583,-120.994622,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,52,61,0,12,"","","Certification not required",0,757.655738,4.040979,767,"2013-01-16 00:00",765,"2013-01-01 00:00",765,"2013-02-12 00:00",764,"2013-02-27 00:00","","","","",767,765,764,763,760,757,752,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","68107",1,37.641583,-120.994622,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,49,30,61,0,8,"","","Certification not required",0,759.8,4.373904,768,"2013-01-17 00:00",767,"2013-01-28 00:00",766,"2013-12-30 00:00",765,"2013-01-10 00:00","","","","",768,768,767,766,763,759,755,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68107",5,37.641583,-120.994622,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,52,61,0,12,"","","Certification not required",0,761.47541,4.15374,772,"2013-01-16 00:00",770,"2013-02-12 00:00",769,"2013-02-27 00:00",768,"2013-01-01 00:00","","","","",772,770,768,767,765,761,756,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","68108",1,37.641583,-120.994622,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,49,30,61,0,8,"","","Certification not required",0,757.466667,4.569263,766,"2013-01-17 00:00",765,"2013-01-28 00:00",764,"2013-12-30 00:00",763,"2013-01-10 00:00","","","","",766,766,765,764,761,757,752,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","68108",5,37.641583,-120.994622,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,52,61,0,12,"","","Certification not required",0,759.377049,4.139903,769,"2013-01-16 00:00",768,"2013-02-12 00:00",767,"2013-02-27 00:00",766,"2013-01-01 00:00","","","","",769,768,766,764,762,759,754,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","68109",1,37.641583,-120.994622,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",30,49,30,61,0,8,"","","Certification not required",0,1439.933333,0.253708,1440,"2013-01-10 00:00",1440,"2013-01-17 00:00",1440,"2013-01-28 00:00",1440,"2013-03-07 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","81102",3,37.641583,-120.994622,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,90,55,61,0,5,0,0,"Certification not required",0,27.482143,15.561013,67,"2013-11-06 00:00",64,"2013-01-23 00:00",59,"2013-10-16 00:00",55,"2013-11-12 00:00","","","","",67,64,59,50,41,23,11,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","85101",1,37.641583,-120.994622,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,55,61,0,5,"","","Certification not required",0,28.160714,16.026996,70,"2013-11-06 00:00",67,"2013-01-23 00:00",61,"2013-10-16 00:00",57,"2013-11-12 00:00","","","","",70,67,61,51,41,23,12,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0005","88101",1,37.641583,-120.994622,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,94,29,31,0,8,4,4,"Certification not required",0,13.49,15.726155,60.7,"2013-12-30 00:00",52.8,"2013-12-18 00:00",48.5,"2013-01-17 00:00",39.7,"2013-11-24 00:00","","","","",60.7,60.7,52.8,48.5,11.4,6.3,3.9,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","88101",1,37.641583,-120.994622,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,94,29,31,0,8,"","","Certification not required",0,13.49,15.726155,60.7,"2013-12-30 00:00",52.8,"2013-12-18 00:00",48.5,"2013-01-17 00:00",39.7,"2013-11-24 00:00","","","","",60.7,60.7,52.8,48.5,11.4,6.3,3.9,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-30" +"06","099","0005","88101",3,37.641583,-120.994622,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4945,56,212,365,0,0,"","","Certification not required",0,11.751466,12.426202,113,"2013-01-01 00:00",87,"2013-05-04 07:00",86,"2013-01-02 23:00",85,"2013-01-16 03:00","","","","",60,53,38,28,14,8,2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","88101",3,37.641583,-120.994622,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",204,56,204,365,0,0,10,10,"Certification not required",0,11.375,10.099223,55.7,"2013-01-23 00:00",53.5,"2013-01-22 00:00",49.2,"2013-01-17 00:00",44.2,"2013-01-21 00:00","","","","",49.2,43.5,34.3,25.1,13.5,8.1,3.1,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","88101",3,37.641583,-120.994622,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",207,57,207,365,0,0,"","","Certification not required",0,11.541063,10.154836,55.7,"2013-01-23 00:00",53.5,"2013-01-22 00:00",49.2,"2013-01-17 00:00",44.2,"2013-01-21 00:00","","","","",49.2,43.5,34.3,25.4,13.6,8.2,3.1,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-12-13" +"06","099","0005","88102",5,37.641583,-120.994622,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",48,0.0125,0.006534,0.036,"2013-09-10 00:00",0.034,"2013-11-24 00:00",0.031,"2013-10-07 00:00",0.03,"2013-11-30 00:00","","","","",0.036,0.034,0.031,0.022,0.01,0.01,0.01,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88103",5,37.641583,-120.994622,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.001214,0.00068,0.004,"2013-01-16 00:00",0.004,"2013-11-24 00:00",0.003,"2013-10-31 00:00",0.003,"2013-11-30 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0.001,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88104",5,37.641583,-120.994622,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",27,0.042723,0.055663,0.24,"2013-10-16 00:00",0.2,"2013-10-07 00:00",0.18,"2013-10-19 00:00",0.16,"2013-05-04 00:00","","","","",0.24,0.2,0.18,0.14,0.048,0.021,0.0085,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88107",5,37.641583,-120.994622,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",46,0.012643,0.005894,0.03,"2013-01-16 00:00",0.029,"2013-01-01 00:00",0.029,"2013-11-06 00:00",0.026,"2013-07-03 00:00","","","","",0.03,0.029,0.029,0.023,0.01,0.01,0.01,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88109",5,37.641583,-120.994622,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",15,0.003982,0.002963,0.014,"2013-01-16 00:00",0.012,"2013-01-22 00:00",0.009,"2013-07-30 00:00",0.009,"2013-11-12 00:00","","","","",0.014,0.012,0.009,0.008,0.006,0.003,0.001,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88111",5,37.641583,-120.994622,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.0575,0.035486,0.16,"2013-05-04 00:00",0.15,"2013-10-07 00:00",0.15,"2013-10-16 00:00",0.14,"2013-11-06 00:00","","","","",0.16,0.15,0.15,0.11,0.07,0.052,0.021,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88112",5,37.641583,-120.994622,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.002714,0.003143,0.024,"2013-08-14 00:00",0.009,"2013-03-23 00:00",0.007,"2013-07-09 00:00",0.005,"2013-11-06 00:00","","","","",0.024,0.009,0.007,0.003,0.002,0.002,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88113",5,37.641583,-120.994622,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",40,0.0025,0.001799,0.008,"2013-11-06 00:00",0.007,"2013-10-07 00:00",0.007,"2013-10-16 00:00",0.007,"2013-10-19 00:00","","","","",0.008,0.007,0.007,0.005,0.003,0.0015,0.0015,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88114",5,37.641583,-120.994622,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",14,0.008,0.004805,0.022,"2013-10-07 00:00",0.021,"2013-10-13 00:00",0.017,"2013-09-19 00:00",0.014,"2013-01-01 00:00","","","","",0.022,0.021,0.017,0.014,0.011,0.008,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88115",5,37.641583,-120.994622,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",2,0.083839,0.125415,0.48,"2013-01-16 00:00",0.46,"2013-05-22 00:00",0.4,"2013-10-01 00:00",0.39,"2013-05-31 00:00","","","","",0.48,0.46,0.4,0.36,0.11,0.023,0.009,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88126",5,37.641583,-120.994622,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.099268,0.072313,0.33,"2013-11-06 00:00",0.29,"2013-10-16 00:00",0.27,"2013-10-07 00:00",0.27,"2013-10-19 00:00","","","","",0.33,0.29,0.27,0.21,0.14,0.069,0.036,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88128",5,37.641583,-120.994622,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.003286,0.002801,0.014,"2013-03-11 00:00",0.013,"2013-11-18 00:00",0.011,"2013-01-01 00:00",0.011,"2013-06-07 00:00","","","","",0.014,0.013,0.011,0.006,0.004,0.002,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88132",5,37.641583,-120.994622,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.003786,0.002484,0.011,"2013-10-16 00:00",0.011,"2013-11-06 00:00",0.01,"2013-10-07 00:00",0.01,"2013-10-19 00:00","","","","",0.011,0.011,0.01,0.007,0.005,0.003,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88134",5,37.641583,-120.994622,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",56,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88136",5,37.641583,-120.994622,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.002036,0.000267,0.004,"2013-08-14 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00","","","","",0.004,0.002,0.002,0.002,0.002,0.002,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88142",5,37.641583,-120.994622,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88152",5,37.641583,-120.994622,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",30,0.005071,0.004221,0.02,"2013-10-16 00:00",0.016,"2013-10-07 00:00",0.015,"2013-11-06 00:00",0.013,"2013-09-19 00:00","","","","",0.02,0.016,0.015,0.01,0.007,0.002,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88154",5,37.641583,-120.994622,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",51,0.001179,0.000664,0.005,"2013-02-12 00:00",0.003,"2013-01-22 00:00",0.003,"2013-02-27 00:00",0.002,"2013-02-03 00:00","","","","",0.005,0.003,0.003,0.001,0.001,0.001,0.001,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88160",5,37.641583,-120.994622,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",46,0.014321,0.010614,0.058,"2013-10-16 00:00",0.052,"2013-11-06 00:00",0.038,"2013-01-16 00:00",0.036,"2013-11-30 00:00","","","","",0.058,0.052,0.038,0.028,0.01,0.01,0.01,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88161",5,37.641583,-120.994622,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",16,0.006679,0.005103,0.023,"2013-10-19 00:00",0.021,"2013-10-07 00:00",0.02,"2013-10-16 00:00",0.017,"2013-11-06 00:00","","","","",0.023,0.021,0.02,0.013,0.009,0.006,0.002,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88164",5,37.641583,-120.994622,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",56,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88165",5,37.641583,-120.994622,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.187107,0.158551,0.71,"2013-10-16 00:00",0.62,"2013-10-07 00:00",0.57,"2013-10-19 00:00",0.54,"2013-05-04 00:00","","","","",0.71,0.62,0.57,0.43,0.19,0.14,0.05,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88167",5,37.641583,-120.994622,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",7,0.008,0.008373,0.04,"2013-01-16 00:00",0.029,"2013-01-22 00:00",0.029,"2013-11-18 00:00",0.027,"2013-11-12 00:00","","","","",0.04,0.029,0.029,0.022,0.01,0.005,0.001,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88168",5,37.641583,-120.994622,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",51,0.001723,0.000858,0.007,"2013-01-01 00:00",0.004,"2013-10-19 00:00",0.003,"2013-05-04 00:00",0.003,"2013-07-03 00:00","","","","",0.007,0.004,0.003,0.0015,0.0015,0.0015,0.0015,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88169",5,37.641583,-120.994622,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.371411,0.171445,0.79,"2013-01-22 00:00",0.78,"2013-07-30 00:00",0.66,"2013-05-07 00:00",0.65,"2013-11-24 00:00","","","","",0.79,0.78,0.66,0.6,0.5,0.36,0.17,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88176",5,37.641583,-120.994622,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",56,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88180",5,37.641583,-120.994622,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",0,0.110893,0.118533,0.77,"2013-01-01 00:00",0.37,"2013-01-16 00:00",0.31,"2013-10-19 00:00",0.27,"2013-11-24 00:00","","","","",0.77,0.37,0.31,0.21,0.16,0.07,0.026,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88183",5,37.641583,-120.994622,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",56,92,48,61,0,11,"","","Certification not required",56,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88301",5,37.641583,-120.994622,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",62,100,53,61,0,11,"","","Certification not required",3,1.040242,1.635837,7.72,"2013-12-30 00:00",6.16,"2013-12-18 00:00",5.46,"2013-12-12 00:00",5.45,"2013-12-24 00:00","","","","",7.72,6.16,5.45,3.52,1.23,0.36,0.09,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88302",5,37.641583,-120.994622,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",62,100,53,61,0,11,"","","Certification not required",19,0.166774,0.157717,0.78,"2013-05-07 00:00",0.71,"2013-10-01 00:00",0.59,"2013-07-21 00:00",0.43,"2013-06-15 00:00","","","","",0.78,0.71,0.43,0.35,0.21,0.12,0.04,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88303",5,37.641583,-120.994622,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",62,100,53,61,0,11,"","","Certification not required",49,0.110726,0.118977,0.72,"2013-01-01 00:00",0.62,"2013-01-22 00:00",0.28,"2013-01-16 00:00",0.26,"2013-12-12 00:00","","","","",0.72,0.62,0.26,0.21,0.065,0.065,0.065,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88306",5,37.641583,-120.994622,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",60,98,52,61,0,13,"","","Certification not required",0,3.906,6.014685,25.2,"2013-12-30 00:00",22.4,"2013-01-22 00:00",20.5,"2013-12-18 00:00",17.8,"2013-12-24 00:00","","","","",25.2,22.4,20.5,13.9,4.94,1.08,0.38,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88355",5,37.641583,-120.994622,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,3.694643,3.222896,13,"2013-01-01 00:00",11,"2013-01-16 00:00",11,"2013-01-22 00:00",11,"2013-07-30 00:00","","","","",13,11,11,10,4.9,2.6,1,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88357",5,37.641583,-120.994622,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,0.751786,1.194988,8.4,"2013-01-16 00:00",2.7,"2013-11-06 00:00",2.2,"2013-01-04 00:00",2.1,"2013-10-31 00:00","","","","",8.4,2.7,2.2,1.5,1,0.3,0.2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88370",5,37.641583,-120.994622,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,3.664286,3.397402,16,"2013-01-16 00:00",12,"2013-01-01 00:00",11,"2013-07-30 00:00",10,"2013-01-22 00:00","","","","",16,12,11,9.7,4.5,2.5,0.9,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88374",5,37.641583,-120.994622,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",25,0.384821,0.707873,3.8,"2013-01-16 00:00",2.6,"2013-01-01 00:00",1.8,"2013-01-04 00:00",1.8,"2013-11-24 00:00","","","","",3.8,2.6,1.8,1.5,0.4,0.1,0.05,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88375",5,37.641583,-120.994622,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,0.764286,0.646228,3.2,"2013-01-16 00:00",2.4,"2013-01-01 00:00",2.3,"2013-07-30 00:00",2,"2013-01-22 00:00","","","","",3.2,2.4,2.3,1.9,1,0.6,0.2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88376",5,37.641583,-120.994622,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,1.130357,0.765606,3.4,"2013-01-16 00:00",3.4,"2013-07-30 00:00",2.6,"2013-10-31 00:00",2.5,"2013-01-01 00:00","","","","",3.4,3.4,2.6,2.2,1.5,1,0.4,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88377",5,37.641583,-120.994622,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,0.5,0.23741,0.9,"2013-10-31 00:00",0.9,"2013-11-06 00:00",0.8,"2013-01-01 00:00",0.8,"2013-01-04 00:00","","","","",0.9,0.9,0.8,0.8,0.7,0.5,0.2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88378",5,37.641583,-120.994622,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",8,0.9125,1.255832,5,"2013-01-16 00:00",4,"2013-01-01 00:00",3.9,"2013-07-30 00:00",3.7,"2013-10-31 00:00","","","","",5,4,3.9,3.4,1,0.4,0.05,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88380",5,37.641583,-120.994622,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,0.776786,0.743454,3.4,"2013-01-16 00:00",2.7,"2013-01-04 00:00",2.4,"2013-01-22 00:00",2.1,"2013-01-01 00:00","","","","",3.4,2.7,2.4,2,1.1,0.4,0.2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88383",5,37.641583,-120.994622,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",0,1.603571,1.912539,8.2,"2013-01-16 00:00",6,"2013-01-01 00:00",5.9,"2013-01-04 00:00",5.7,"2013-01-22 00:00","","","","",8.2,6,5.9,5,2.1,0.7,0.2,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88384",5,37.641583,-120.994622,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",46,0.0625,0.03198,0.2,"2013-10-16 00:00",0.2,"2013-10-31 00:00",0.1,"2013-01-16 00:00",0.1,"2013-03-26 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88385",5,37.641583,-120.994622,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",56,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88388",5,37.641583,-120.994622,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",56,92,49,61,0,8,"","","Certification not required",4,0.951786,1.260518,4.9,"2013-01-01 00:00",4.2,"2013-07-30 00:00",4.2,"2013-11-24 00:00",4,"2013-01-22 00:00","","","","",4.9,4.2,4.2,3.6,1.1,0.4,0.1,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-10" +"06","099","0005","88390",5,37.641583,-120.994622,"NAD83","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",19,31,16,61,0,4,"","","Certification not required",9,0.358947,0.630687,2.4,"2013-01-16 00:00",1.5,"2013-01-01 00:00",0.92,"2013-01-22 00:00",0.67,"2013-02-09 00:00","","","","",2.4,2.4,2.4,1.5,0.32,0.09,0.01,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-08-13" +"06","099","0005","88391",5,37.641583,-120.994622,"NAD83","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",19,31,16,61,0,4,"","","Certification not required",16,0.040526,0.076773,0.27,"2013-01-01 00:00",0.22,"2013-01-16 00:00",0.12,"2013-02-09 00:00",0.01,"2013-01-10 00:00","","","","",0.27,0.27,0.27,0.22,0.01,0.01,0.01,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-08-13" +"06","099","0005","88392",5,37.641583,-120.994622,"NAD83","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",19,31,16,61,0,4,"","","Certification not required",16,0.029474,0.048816,0.17,"2013-01-01 00:00",0.15,"2013-01-16 00:00",0.08,"2013-02-09 00:00",0.01,"2013-01-10 00:00","","","","",0.17,0.17,0.17,0.15,0.01,0.01,0.01,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2013-08-13" +"06","099","0005","88403",5,37.641583,-120.994622,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",62,100,53,61,0,11,"","","Certification not required",1,0.999355,0.436051,2.01,"2013-07-30 00:00",1.9,"2013-12-30 00:00",1.79,"2013-05-07 00:00",1.74,"2013-07-03 00:00","","","","",2.01,1.9,1.74,1.5,1.4,0.94,0.52,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-02-06" +"06","099","0005","88502",5,37.641583,-120.994622,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,52,61,0,12,"","","Certification not required",0,14.814754,14.925569,62.1,"2013-12-30 00:00",53.8,"2013-01-22 00:00",50.5,"2013-01-16 00:00",49.9,"2013-12-18 00:00","","","","",62.1,53.8,49.9,40.5,16.2,8.4,3.6,"Modesto-14th Street","814 14TH ST., MODESTO","California","Stanislaus","Modesto","Modesto, CA","2014-01-22" +"06","099","0006","42101",1,37.487981,-120.837005,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6884,79,308,365,0,1132,0,0,"Certification not required",5998,0.306435,0.167109,1.9,"2013-01-15 22:00",1.9,"2013-01-18 07:00",1.8,"2013-01-18 20:00",1.7,"2013-01-15 21:00","","","","",1,0.9,0.7,0.5,0.25,0.25,0.25,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","42101",1,37.487981,-120.837005,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7316,84,300,365,0,0,0,0,"Certification not required",0,0.345202,0.12039,1.4,"2013-01-16 01:00",1.4,"2013-01-16 02:00",1.4,"2013-01-16 03:00",1.4,"2013-01-16 04:00",1.4,"2013-01-16 01:00",1.2,"2013-01-18 10:00",0.9,0.8,0.6,0.5,0.3,0.3,0.3,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","42601",1,37.487981,-120.837005,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7164,82,323,365,0,852,"","","Certification not required",0,6.030151,12.99172,137,"2013-01-18 09:00",133,"2013-01-16 07:00",132,"2013-01-18 07:00",131,"2013-01-18 08:00","","","","",63,52,33,18,4,1,0,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","42602",1,37.487981,-120.837005,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7164,82,323,365,0,852,0,"","Certification not required",0,21.424149,10.883187,54,"2013-11-09 18:00",51,"2013-10-18 19:00",49,"2013-10-07 20:00",49,"2013-10-21 19:00","","","","",49,46,41,37,30,19,9,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","42602",1,37.487981,-120.837005,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7164,82,323,365,0,852,"","","Certification not required",0,10.024567,7.445363,54,"2013-11-09 18:00",51,"2013-10-18 19:00",50,"2013-10-18 18:00",49,"2013-10-07 20:00","","","","",36,32,26,21,13,7,4,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","42603",1,37.487981,-120.837005,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7164,82,323,365,0,852,"","","Certification not required",0,16.022194,17.758102,173,"2013-01-18 09:00",160,"2013-01-18 20:00",153,"2013-01-15 22:00",148,"2013-01-15 21:00","","","","",86,73,55,39,18,9,4,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","44201",1,37.487981,-120.837005,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6811,88,323,365,0,1205,0,0,"Certification not required",681,0.054975,0.016249,0.095,"2013-06-08 13:00",0.094,"2013-06-07 15:00",0.094,"2013-07-30 15:00",0.093,"2013-09-08 15:00","","","","",0.093,0.088,0.083,0.076,0.067,0.053,0.035,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","44201",1,37.487981,-120.837005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6932,71,259,365,0,0,0,0,"Certification not required",0,0.050564,0.014048,0.084,"2013-07-09 11:00",0.083,"2013-06-08 10:00",0.083,"2013-07-30 12:00",0.08,"2013-06-07 11:00","","","","",0.083,0.078,0.076,0.069,0.061,0.05,0.033,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","44201",1,37.487981,-120.837005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6932,71,260,365,0,0,14,14,"Certification not required",0,0.050665,0.014116,0.084,"2013-07-09 11:00",0.083,"2013-06-08 10:00",0.083,"2013-07-30 12:00",0.08,"2013-06-07 11:00","","","","",0.083,0.078,0.076,0.069,0.061,0.05,0.033,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","61101",1,37.487981,-120.837005,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7928,91,330,365,0,88,"","","Certification not required",0,3.930613,2.250327,13.9,"2013-04-08 08:00",13.9,"2013-04-08 09:00",13.9,"2013-04-08 16:00",13,"2013-04-08 14:00","","","","",10.4,9.6,7.8,6.9,5.2,3.5,1.7,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","61102",1,37.487981,-120.837005,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7928,91,330,365,0,88,"","","Certification not required",0,246.136983,116.491254,360,"2013-01-12 06:00",360,"2013-01-29 04:00",360,"2013-03-24 10:00",360,"2013-04-18 10:00","","","","",358,356,351,345,332,308,46,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","61103",1,37.487981,-120.837005,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7905,90,330,365,0,111,"","","Certification not required",0,3.471803,2.165403,13,"2013-04-08 08:00",13,"2013-04-08 09:00",13,"2013-04-08 16:00",13,"2013-04-15 16:00","","","","",9.6,8.7,7.8,6.1,4.3,3.5,0.9,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","61104",1,37.487981,-120.837005,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7905,90,330,365,0,111,"","","Certification not required",0,246.903732,114.704024,360,"2013-01-12 17:00",360,"2013-03-26 16:00",360,"2013-04-18 03:00",360,"2013-04-18 19:00","","","","",358,356,351,344,330,306,50,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","62101",1,37.487981,-120.837005,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7932,91,330,365,0,84,"","","Certification not required",0,63.997731,14.727688,104,"2013-06-29 16:00",104,"2013-07-04 16:00",103,"2013-06-08 15:00",103,"2013-06-08 16:00","","","","",96,94,89,84,74,64,45,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","64101",1,37.487981,-120.837005,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7930,91,330,365,0,86,"","","Certification not required",0,1010.792194,5.570906,1029.2,"2013-01-15 09:00",1029.2,"2013-01-15 10:00",1027.9,"2013-01-15 08:00",1026.6,"2013-01-15 02:00","","","","",1023.9,1021.2,1019.9,1018.6,1014.6,1010.6,1003.9,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","81102",1,37.487981,-120.837005,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,90,55,61,0,3,0,0,"Certification not required",0,33.071429,16.936091,79,"2013-11-06 00:00",68,"2013-01-22 00:00",66,"2013-05-04 00:00",65,"2013-10-07 00:00","","","","",79,68,66,64,43,29,15,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-22" +"06","099","0006","85101",1,37.487981,-120.837005,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,55,61,0,3,"","","Certification not required",0,33.75,17.414988,82,"2013-11-06 00:00",72,"2013-01-22 00:00",67,"2013-11-12 00:00",66,"2013-10-07 00:00","","","","",82,72,67,65,44,29,15,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-22" +"06","099","0006","88101",3,37.487981,-120.837005,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7641,87,326,365,0,375,"","","Certification not required",0,12.574925,12.422732,100,"2013-11-01 20:00",98,"2013-07-04 21:00",86,"2013-01-01 00:00",84,"2013-01-05 19:00","","","","",57,50,39,30,16,9,2,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","88101",3,37.487981,-120.837005,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,19,19,"Certification not required",0,12.605079,10.789543,57.7,"2013-01-05 00:00",55.4,"2013-11-27 00:00",52.9,"2013-01-22 00:00",50.4,"2013-01-23 00:00","","","","",50.4,43.5,37.8,29.1,16.9,8.5,3.7,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","099","0006","88101",3,37.487981,-120.837005,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,"","","Certification not required",0,12.605079,10.789543,57.7,"2013-01-05 00:00",55.4,"2013-11-27 00:00",52.9,"2013-01-22 00:00",50.4,"2013-01-23 00:00","","","","",50.4,43.5,37.8,29.1,16.9,8.5,3.7,"Turlock"," 900 S MINARET STREET, TURLOCK, CA","California","Stanislaus","","Modesto, CA","2014-01-28" +"06","101","0003","42601",1,39.138773,-121.618549,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4762,54,206,365,0,0,"","","Certification not required",0,4.900021,14.844114,165.4,"2013-01-18 19:00",156,"2013-01-04 19:00",151.7,"2013-01-19 21:00",146.8,"2013-01-17 08:00","","","","",87.1,57.7,28.5,10.5,1.9,0.7,0,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","42602",1,39.138773,-121.618549,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4767,54,206,365,0,0,0,"","Certification not required",0,18.510194,11.498545,46.3,"2013-01-17 18:00",45.5,"2013-02-15 19:00",45.5,"2013-05-02 20:00",45.1,"2013-02-27 19:00","","","","",45.5,43.6,39.6,36.3,27.4,16.4,5.7,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","42602",1,39.138773,-121.618549,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4767,54,206,365,0,0,"","","Certification not required",0,8.147074,7.13864,46.3,"2013-01-17 18:00",45.5,"2013-02-15 19:00",45.5,"2013-05-02 20:00",45.1,"2013-02-27 19:00","","","","",34.5,31.2,23.7,18.4,9.7,5.4,2.7,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","42603",1,39.138773,-121.618549,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4775,55,206,365,0,0,"","","Certification not required",0,13.015351,19.98089,202.3,"2013-01-18 19:00",186.7,"2013-01-04 19:00",182.8,"2013-01-19 21:00",176.3,"2013-01-17 19:00","","","","",109.9,79.5,50.4,30.6,11.5,6.2,2.9,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","44201",1,39.138773,-121.618549,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4764,56,205,365,0,0,0,0,"Certification not required",490,0.044595,0.011321,0.075,"2013-07-02 11:00",0.075,"2013-07-09 13:00",0.071,"2013-07-30 14:00",0.069,"2013-07-03 14:00","","","","",0.071,0.068,0.063,0.06,0.052,0.043,0.031,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","44201",1,39.138773,-121.618549,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,56,204,365,0,0,0,0,"Certification not required",0,0.038922,0.011215,0.067,"2013-07-02 10:00",0.063,"2013-07-09 11:00",0.06,"2013-07-08 12:00",0.06,"2013-07-20 11:00","","","","",0.06,0.059,0.057,0.053,0.047,0.039,0.023,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","44201",1,39.138773,-121.618549,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,56,204,365,0,0,0,0,"Certification not required",0,0.038922,0.011215,0.067,"2013-07-02 10:00",0.063,"2013-07-09 11:00",0.06,"2013-07-08 12:00",0.06,"2013-07-20 11:00","","","","",0.06,0.059,0.057,0.053,0.047,0.039,0.023,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","61103",1,39.138773,-121.618549,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",5015,57,207,365,0,0,"","","Certification not required",0,2.997966,2.08238,13,"2013-04-30 08:00",12.9,"2013-04-30 09:00",12.2,"2013-04-08 10:00",12,"2013-04-30 12:00","","","","",10,9,7.5,6.1,3.7,2.4,1,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","61104",1,39.138773,-121.618549,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",5015,57,207,365,0,0,"","","Certification not required",0,188.855234,90.888741,360,"2013-03-08 05:00",360,"2013-03-10 01:00",360,"2013-03-12 16:00",360,"2013-03-15 10:00","","","","",350,344,337,328,280,163,84,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","62102",1,39.138773,-121.618549,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",4271,53,176,334,0,0,"","","Certification not required",0,66.581831,13.60649,105,"2013-06-08 16:00",105,"2013-06-08 17:00",105,"2013-07-04 14:00",105,"2013-07-04 15:00","","","","",100,96,90,86,76,65,49,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","68101",1,39.138773,-121.618549,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",315,100,60,61,0,50,"","","Certification not required",62,0.293651,0.160932,0.6,"2013-02-26 00:00",0.6,"2013-05-09 00:00",0.6,"2013-06-08 00:00",0.6,"2013-08-02 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.3,0.05,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68102",1,39.138773,-121.618549,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",315,100,60,61,0,50,"","","Certification not required",0,23.967302,0.637704,24.2,"2013-09-12 00:00",24.1,"2013-02-17 00:00",24.1,"2013-03-01 00:00",24.1,"2013-04-14 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68103",1,39.138773,-121.618549,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",315,100,60,61,0,50,"","","Certification not required",0,10.695238,6.058059,28.1,"2013-07-04 00:00",24.1,"2013-06-29 00:00",23.7,"2013-06-08 00:00",23.7,"2013-06-30 00:00","","","","",23.7,22.5,19.9,17.9,15.5,10.9,2.4,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68104",1,39.138773,-121.618549,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",315,100,60,61,0,50,"","","Certification not required",0,26.242222,7.815123,44.6,"2013-07-04 00:00",43.1,"2013-06-29 00:00",42.9,"2013-06-30 00:00",42.9,"2013-07-01 00:00","","","","",42.9,41.5,38.3,36.5,32.5,26.1,16.2,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68105",1,39.138773,-121.618549,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",315,100,60,61,0,50,"","","Certification not required",0,17.766984,6.952985,35.3,"2013-07-04 00:00",33.2,"2013-06-29 00:00",32.7,"2013-06-08 00:00",32.6,"2013-06-30 00:00","","","","",32.6,31.3,28.7,26.8,23.3,18,8.5,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68106",1,39.138773,-121.618549,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",315,100,60,61,0,50,"","","Certification not required",0,755.406349,4.463578,766,"2013-12-09 00:00",766,"2013-12-14 00:00",766,"2013-12-23 00:00",765,"2013-01-30 00:00","","","","",765,764,763,762,759,755,750,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68107",1,39.138773,-121.618549,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",315,100,60,61,0,50,"","","Certification not required",0,760.384127,4.257822,771,"2013-12-09 00:00",771,"2013-12-10 00:00",770,"2013-03-01 00:00",770,"2013-12-14 00:00","","","","",770,769,768,766,763,760,755,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68108",1,39.138773,-121.618549,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",315,100,60,61,0,50,"","","Certification not required",0,757.91746,4.299257,769,"2013-12-09 00:00",768,"2013-12-14 00:00",767,"2013-03-01 00:00",767,"2013-12-10 00:00","","","","",767,766,765,764,761,757,753,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","68109",1,39.138773,-121.618549,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",315,100,60,61,0,50,"","","Certification not required",0,1436.946032,38.129518,1440,"2013-01-06 00:00",1440,"2013-01-19 00:00",1440,"2013-01-28 00:00",1440,"2013-01-31 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","81102",1,39.138773,-121.618549,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",48,72,44,61,0,20,0,0,"Certification not required",0,22.895833,12.083468,56,"2013-11-06 00:00",48,"2013-10-23 00:00",46,"2013-10-19 00:00",43,"2013-11-12 00:00","","","","",56,56,46,41,31,20,10,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-22" +"06","101","0003","85101",1,39.138773,-121.618549,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,44,61,0,20,"","","Certification not required",0,23.354167,12.364138,58,"2013-11-06 00:00",48,"2013-10-23 00:00",47,"2013-10-19 00:00",44,"2013-11-12 00:00","","","","",58,58,47,41,34,20,10,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-22" +"06","101","0003","88101",1,39.138773,-121.618549,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,50,0,0,"Certification not required",0,8.20254,6.444253,33.4,"2013-01-17 00:00",28.2,"2013-12-11 00:00",28.1,"2013-12-14 00:00",27.3,"2013-01-05 00:00","","","","",27.3,25.1,22.2,18.9,10.8,5.7,2.5,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","88101",1,39.138773,-121.618549,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,50,"","","Certification not required",0,8.20254,6.444253,33.4,"2013-01-17 00:00",28.2,"2013-12-11 00:00",28.1,"2013-12-14 00:00",27.3,"2013-01-05 00:00","","","","",27.3,25.1,22.2,18.9,10.8,5.7,2.5,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2014-01-30" +"06","101","0003","88501",3,39.138773,-121.618549,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4569,100,34,61,0,0,"","","Certification not required",0,9.124754,9.969249,203,"2013-07-04 21:00",154,"2013-07-04 20:00",87,"2013-05-03 12:00",85,"2013-05-03 13:00","","","","",46,38,28,20,11,6,1,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0003","88501",3,39.138773,-121.618549,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",188,100,34,61,0,0,"","","Certification not required",0,9.139894,6.660969,39.3,"2013-01-16 00:00",36.4,"2013-01-17 00:00",29.7,"2013-01-15 00:00",29.2,"2013-01-05 00:00","","","","",36.4,29.2,24.8,17,11,7.1,3.4,"Yuba City-Almond Street","773 ALMOND ST, YUBA CITY","California","Sutter","Yuba City","Yuba City, CA","2013-12-13" +"06","101","0004","44201",1,39.205572,-121.820362,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1407,34,62,184,0,0,0,0,"Certification not required",0,0.061403,0.009512,0.08,"2013-07-02 23:00",0.08,"2013-07-28 22:00",0.077,"2013-05-11 18:00",0.076,"2013-07-20 18:00","","","","",0.08,0.08,0.076,0.075,0.067,0.061,0.051,"LOCATED AT TELECOMMUNICATION BUILDING #1, TOP OF SOUTH BUTTE."," TOP OF SOUTH BUTTE,SUTTER BUTTES, CA","California","Sutter","Sutter","Yuba City, CA","2013-12-13" +"06","101","0004","44201",1,39.205572,-121.820362,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1463,33,61,184,0,0,0,0,"Certification not required",0,0.054672,0.007674,0.071,"2013-05-10 21:00",0.069,"2013-05-11 13:00",0.067,"2013-07-02 17:00",0.065,"2013-05-02 18:00","","","","",0.071,0.069,0.065,0.064,0.059,0.055,0.047,"LOCATED AT TELECOMMUNICATION BUILDING #1, TOP OF SOUTH BUTTE."," TOP OF SOUTH BUTTE,SUTTER BUTTES, CA","California","Sutter","Sutter","Yuba City, CA","2013-12-13" +"06","101","0004","44201",1,39.205572,-121.820362,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1463,33,61,184,0,0,0,0,"Certification not required",0,0.054672,0.007674,0.071,"2013-05-10 21:00",0.069,"2013-05-11 13:00",0.067,"2013-07-02 17:00",0.065,"2013-05-02 18:00","","","","",0.071,0.069,0.065,0.064,0.059,0.055,0.047,"LOCATED AT TELECOMMUNICATION BUILDING #1, TOP OF SOUTH BUTTE."," TOP OF SOUTH BUTTE,SUTTER BUTTES, CA","California","Sutter","Sutter","Yuba City, CA","2013-12-13" +"06","103","0002","81102",2,40.216805,-122.223582,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,7,0,0,"Certification not required",0,20.759259,11.350231,54,"2013-09-13 00:00",43,"2013-08-26 00:00",42,"2013-08-20 00:00",41,"2013-10-25 00:00","","","","",54,43,42,35,29,21,7,"MESSER DRIVE, RED BLUFF","MESSER DRIVE, RED BLUFF","California","Tehama","","Red Bluff, CA","2014-01-22" +"06","103","0002","85101",1,40.216805,-122.223582,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,7,"","","Certification not required",0,21.12963,11.39521,53,"2013-09-13 00:00",43,"2013-08-26 00:00",43,"2013-10-25 00:00",41,"2013-08-20 00:00","","","","",53,43,43,36,28,21,7,"MESSER DRIVE, RED BLUFF","MESSER DRIVE, RED BLUFF","California","Tehama","","Red Bluff, CA","2014-01-22" +"06","103","0004","44201",1,40.262084,-122.093857,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2081,49,90,184,0,0,0,0,"Certification not required",0,0.059244,0.012732,0.089,"2013-05-02 19:00",0.087,"2013-07-30 15:00",0.086,"2013-07-02 17:00",0.078,"2013-07-18 14:00","","","","",0.089,0.087,0.078,0.074,0.068,0.061,0.044,"OLD FIRE LOOKOUT ON TOP OF TUSCAN BUTTE. NO PUBLIC ACCESS.","OLD FIRE LOOKOUT ATOP TUSCAN BUTTE","California","Tehama","","Red Bluff, CA","2013-12-13" +"06","103","0004","44201",1,40.262084,-122.093857,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2162,48,89,184,0,0,0,0,"Certification not required",0,0.05464,0.012074,0.081,"2013-05-02 17:00",0.077,"2013-07-02 14:00",0.075,"2013-07-30 10:00",0.072,"2013-07-09 10:00","","","","",0.081,0.077,0.071,0.068,0.064,0.055,0.036,"OLD FIRE LOOKOUT ON TOP OF TUSCAN BUTTE. NO PUBLIC ACCESS.","OLD FIRE LOOKOUT ATOP TUSCAN BUTTE","California","Tehama","","Red Bluff, CA","2013-12-13" +"06","103","0004","44201",1,40.262084,-122.093857,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2162,48,89,184,0,0,2,2,"Certification not required",0,0.05464,0.012074,0.081,"2013-05-02 17:00",0.077,"2013-07-02 14:00",0.075,"2013-07-30 10:00",0.072,"2013-07-09 10:00","","","","",0.081,0.077,0.071,0.068,0.064,0.055,0.036,"OLD FIRE LOOKOUT ON TOP OF TUSCAN BUTTE. NO PUBLIC ACCESS.","OLD FIRE LOOKOUT ATOP TUSCAN BUTTE","California","Tehama","","Red Bluff, CA","2013-12-13" +"06","103","0004","61103",1,40.262084,-122.093857,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",516,6,21,365,0,0,"","","Certification not required",0,9.381008,5.596433,23.1,"2013-07-10 15:00",23.1,"2013-07-21 19:00",22.7,"2013-07-22 21:00",22.2,"2013-07-21 20:00","","","","",21.9,20.2,19,17,14.2,8.8,2.6,"OLD FIRE LOOKOUT ON TOP OF TUSCAN BUTTE. NO PUBLIC ACCESS.","OLD FIRE LOOKOUT ATOP TUSCAN BUTTE","California","Tehama","","Red Bluff, CA","2013-12-13" +"06","103","0004","61104",1,40.262084,-122.093857,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",516,6,21,365,0,0,"","","Certification not required",0,179.323643,89.937961,360,"2013-07-14 09:00",360,"2013-07-17 05:00",360,"2013-07-28 07:00",359,"2013-07-18 08:00","","","","",359,359,351,321,200,187,16,"OLD FIRE LOOKOUT ON TOP OF TUSCAN BUTTE. NO PUBLIC ACCESS.","OLD FIRE LOOKOUT ATOP TUSCAN BUTTE","California","Tehama","","Red Bluff, CA","2013-12-13" +"06","103","0004","62102",1,40.262084,-122.093857,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",516,12,21,184,0,0,"","","Certification not required",0,80.901163,7.03886,97,"2013-07-20 15:00",97,"2013-07-20 16:00",96,"2013-07-20 14:00",96,"2013-07-20 17:00","","","","",94,94,92,90,86,81,72,"OLD FIRE LOOKOUT ON TOP OF TUSCAN BUTTE. NO PUBLIC ACCESS.","OLD FIRE LOOKOUT ATOP TUSCAN BUTTE","California","Tehama","","Red Bluff, CA","2013-12-13" +"06","103","0005","44201",1,40.17583,-122.23694,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8684,100,364,365,0,76,0,0,"Certification not required",408,0.047074,0.013124,0.083,"2013-07-19 14:00",0.081,"2013-07-02 17:00",0.081,"2013-07-20 14:00",0.08,"2013-06-06 14:00","","","","",0.08,0.077,0.07,0.065,0.055,0.045,0.032,"RED BLUFF-TEHAMA COUNTY SHERIFF'S OFFICE","502 OAK STREET, RED BLUFF","California","Tehama","Red Bluff","Red Bluff, CA","2014-01-28" +"06","103","0005","44201",1,40.17583,-122.23694,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8672,98,359,365,0,0,0,0,"Certification not required",0,0.041713,0.01281,0.075,"2013-07-19 11:00",0.075,"2013-07-20 11:00",0.072,"2013-06-06 11:00",0.072,"2013-07-09 11:00","","","","",0.072,0.07,0.063,0.06,0.05,0.041,0.025,"RED BLUFF-TEHAMA COUNTY SHERIFF'S OFFICE","502 OAK STREET, RED BLUFF","California","Tehama","Red Bluff","Red Bluff, CA","2014-01-28" +"06","103","0005","44201",1,40.17583,-122.23694,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8672,98,359,365,0,0,0,0,"Certification not required",0,0.041713,0.01281,0.075,"2013-07-19 11:00",0.075,"2013-07-20 11:00",0.072,"2013-06-06 11:00",0.072,"2013-07-09 11:00","","","","",0.072,0.07,0.063,0.06,0.05,0.041,0.025,"RED BLUFF-TEHAMA COUNTY SHERIFF'S OFFICE","502 OAK STREET, RED BLUFF","California","Tehama","Red Bluff","Red Bluff, CA","2014-01-28" +"06","103","0006","88101",3,40.1678,-122.227138,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8318,95,355,365,0,442,"","","Certification not required",0,4.651479,7.803023,90,"2013-01-25 09:00",61,"2013-07-04 22:00",61,"2013-12-10 21:00",55,"2013-01-17 20:00","","","","",35,29,20,14,7,3,-2,"RED BLUFF-310 S. MAIN STREET","310 S. MAIN STREET, RED BLUFF, CA 96080","California","Tehama","Red Bluff","Red Bluff, CA","2014-01-28" +"06","103","0006","88101",3,40.1678,-122.227138,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,0,0,"Certification not required",0,4.659357,5.536513,31.3,"2013-07-30 00:00",30.4,"2013-07-29 00:00",26,"2013-01-16 00:00",25.2,"2013-01-17 00:00","","","","",25.2,22.7,15.3,11.3,7.3,3.4,-0.5,"RED BLUFF-310 S. MAIN STREET","310 S. MAIN STREET, RED BLUFF, CA 96080","California","Tehama","Red Bluff","Red Bluff, CA","2014-01-28" +"06","103","0006","88101",3,40.1678,-122.227138,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,"","","Certification not required",0,4.659357,5.536513,31.3,"2013-07-30 00:00",30.4,"2013-07-29 00:00",26,"2013-01-16 00:00",25.2,"2013-01-17 00:00","","","","",25.2,22.7,15.3,11.3,7.3,3.4,-0.5,"RED BLUFF-310 S. MAIN STREET","310 S. MAIN STREET, RED BLUFF, CA 96080","California","Tehama","Red Bluff","Red Bluff, CA","2014-01-28" +"06","105","0002","81102",1,40.73475,-122.9412,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,64,39,61,0,8,0,0,"Certification not required",1,14.5,10.480752,52,"2013-01-22 00:00",39,"2013-01-16 00:00",30,"2013-02-09 00:00",28,"2013-03-05 00:00","","","","",52,52,39,28,23,11,5,"WEAVERVILLE-COURTHOUSE","11 COURT STREET, WEAVERVILLE, CA 96093","California","Trinity","Weaverville","","2013-11-21" +"06","105","0002","85101",1,40.73475,-122.9412,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,39,61,0,8,"","","Certification not required",2,14.175,10.829417,53,"2013-01-22 00:00",40,"2013-01-16 00:00",31,"2013-02-09 00:00",28,"2013-03-05 00:00","","","","",53,53,40,28,22,11,5,"WEAVERVILLE-COURTHOUSE","11 COURT STREET, WEAVERVILLE, CA 96093","California","Trinity","Weaverville","","2013-11-21" +"06","105","9000","85101",1,40.786247,-122.805707,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,2.805169,2.335087,10.9235,"2013-04-25 00:00",9.7831,"2013-05-04 00:00",8.7605,"2013-05-01 00:00",5.9803,"2013-04-28 00:00","","","","",10.9235,10.9235,8.7605,5.6326,3.5775,2.1491,0.7047,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","86502",1,40.786247,-122.805707,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.9,1.38873,6,"2013-04-25 00:00",6,"2013-05-04 00:00",4,"2013-05-01 00:00",3,"2013-04-28 00:00","","","","",6,6,4,2,1,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88103",1,40.786247,-122.805707,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88104",1,40.786247,-122.805707,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.028848,0.036638,0.1754,"2013-04-25 00:00",0.1247,"2013-04-28 00:00",0.11,"2013-05-01 00:00",0.1092,"2013-05-04 00:00","","","","",0.1754,0.1754,0.11,0.083,0.0333,0.0158,0.002,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88109",1,40.786247,-122.805707,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.000604,0.000366,0.0014,"2013-03-05 00:00",0.0014,"2013-05-01 00:00",0.0013,"2013-04-25 00:00",0.0013,"2013-05-04 00:00","","","","",0.0014,0.0014,0.0013,0.0012,0.0008,0.0005,0.0002,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88111",1,40.786247,-122.805707,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.017839,0.021481,0.1029,"2013-04-25 00:00",0.0812,"2013-04-28 00:00",0.0596,"2013-05-01 00:00",0.0592,"2013-05-04 00:00","","","","",0.1029,0.1029,0.0596,0.0538,0.02,0.01,0.003,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88112",1,40.786247,-122.805707,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88114",1,40.786247,-122.805707,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.000145,6.5e-05,0.0003,"2013-01-16 00:00",0.0003,"2013-04-04 00:00",0.0003,"2013-05-01 00:00",0.0003,"2013-05-13 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88115",1,40.786247,-122.805707,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.020178,0.043342,0.1865,"2013-05-22 00:00",0.1522,"2013-04-13 00:00",0.1393,"2013-02-24 00:00",0.1033,"2013-05-25 00:00","","","","",0.1865,0.1865,0.1393,0.0956,0.0132,0.0013,0.00015,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88126",1,40.786247,-122.805707,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.017982,0.022171,0.1053,"2013-04-25 00:00",0.0732,"2013-04-28 00:00",0.072,"2013-05-04 00:00",0.0691,"2013-05-01 00:00","","","","",0.1053,0.1053,0.072,0.0496,0.0214,0.0109,0.0009,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88128",1,40.786247,-122.805707,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00042,0.000575,0.002,"2013-05-01 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88132",1,40.786247,-122.805707,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00046,0.000613,0.002,"2013-04-25 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-01 00:00",0.001,"2013-02-15 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88136",1,40.786247,-122.805707,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88140",1,40.786247,-122.805707,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.011439,0.012018,0.0507,"2013-04-28 00:00",0.0409,"2013-05-01 00:00",0.0396,"2013-04-25 00:00",0.038,"2013-04-19 00:00","","","","",0.0507,0.0507,0.0396,0.029,0.014,0.0072,0.00195,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88152",1,40.786247,-122.805707,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000174,0.000204,0.0012,"2013-05-31 00:00",0.0011,"2013-05-28 00:00",0.0003,"2013-02-24 00:00",0.00015,"2013-01-16 00:00","","","","",0.0012,0.0012,0.0003,0.00015,0.00015,0.00015,0.0001,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88154",1,40.786247,-122.805707,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",40,0.000124,5.2e-05,0.0003,"2013-02-12 00:00",0.0003,"2013-05-31 00:00",0.0002,"2013-01-16 00:00",0.0002,"2013-01-25 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88161",1,40.786247,-122.805707,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.001625,0.002033,0.0097,"2013-04-25 00:00",0.0065,"2013-04-28 00:00",0.0062,"2013-05-04 00:00",0.0061,"2013-05-01 00:00","","","","",0.0097,0.0097,0.0062,0.0049,0.002,0.0009,0.00015,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88164",1,40.786247,-122.805707,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",26,0.000106,0.000105,0.0006,"2013-04-25 00:00",0.0004,"2013-05-01 00:00",0.0004,"2013-05-04 00:00",0.0002,"2013-01-25 00:00","","","","",0.0006,0.0006,0.0004,0.0002,0.0001,5e-05,5e-05,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88165",1,40.786247,-122.805707,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.061442,0.079116,0.3763,"2013-04-25 00:00",0.2626,"2013-05-04 00:00",0.2571,"2013-04-28 00:00",0.2381,"2013-05-01 00:00","","","","",0.3763,0.3763,0.2571,0.1699,0.0712,0.0337,0.0044,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88167",1,40.786247,-122.805707,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.000748,0.000577,0.003,"2013-05-01 00:00",0.0021,"2013-05-25 00:00",0.002,"2013-04-25 00:00",0.0018,"2013-05-19 00:00","","","","",0.003,0.003,0.002,0.0014,0.0011,0.0006,0.00015,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88168",1,40.786247,-122.805707,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.00021,0.000187,0.0011,"2013-04-25 00:00",0.0007,"2013-03-14 00:00",0.0005,"2013-05-04 00:00",0.0005,"2013-05-19 00:00","","","","",0.0011,0.0011,0.0005,0.0004,0.0003,0.0001,0.0001,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88169",1,40.786247,-122.805707,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.104428,0.092181,0.4549,"2013-05-01 00:00",0.3282,"2013-04-25 00:00",0.2628,"2013-04-19 00:00",0.2451,"2013-05-13 00:00","","","","",0.4549,0.4549,0.2628,0.2207,0.1454,0.0749,0.0218,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88176",1,40.786247,-122.805707,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.00016,5.3e-05,0.0004,"2013-04-28 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-05-01 00:00",0.0003,"2013-05-19 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.00015,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88180",1,40.786247,-122.805707,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.01498,0.011951,0.056,"2013-04-25 00:00",0.0461,"2013-05-01 00:00",0.0422,"2013-04-28 00:00",0.0406,"2013-03-14 00:00","","","","",0.056,0.056,0.0422,0.0336,0.0193,0.0112,0.0045,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88184",1,40.786247,-122.805707,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.036118,0.049632,0.1983,"2013-05-25 00:00",0.1701,"2013-05-22 00:00",0.1624,"2013-04-13 00:00",0.1275,"2013-05-31 00:00","","","","",0.1983,0.1983,0.1624,0.1265,0.0574,0.0116,0.00155,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88185",1,40.786247,-122.805707,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000671,0.000162,0.0014,"2013-05-07 00:00",0.0011,"2013-01-22 00:00",0.0011,"2013-02-27 00:00",0.0009,"2013-01-28 00:00","","","","",0.0014,0.0014,0.0011,0.0008,0.00065,0.00065,0.00065,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88203",1,40.786247,-122.805707,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.041485,0.063029,0.2691,"2013-05-22 00:00",0.2361,"2013-04-13 00:00",0.2134,"2013-05-25 00:00",0.1745,"2013-02-24 00:00","","","","",0.2691,0.2691,0.2134,0.1429,0.0536,0.0115,0.0028,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88306",1,40.786247,-122.805707,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.063104,0.05876,0.3016,"2013-03-05 00:00",0.1932,"2013-04-19 00:00",0.1615,"2013-05-01 00:00",0.1482,"2013-05-25 00:00","","","","",0.3016,0.3016,0.1615,0.1473,0.0901,0.0448,0.0053,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88320",1,40.786247,-122.805707,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.33,0.162003,0.8,"2013-05-10 00:00",0.73,"2013-04-25 00:00",0.6,"2013-05-16 00:00",0.55,"2013-02-27 00:00","","","","",0.8,0.8,0.6,0.53,0.42,0.34,0.11,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88321",1,40.786247,-122.805707,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0378,0.022523,0.1,"2013-04-25 00:00",0.08,"2013-02-27 00:00",0.08,"2013-03-05 00:00",0.07,"2013-03-02 00:00","","","","",0.1,0.1,0.08,0.07,0.05,0.04,0.01,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88324",1,40.786247,-122.805707,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",48,0.019823,0.006965,0.0325,"2013-04-25 00:00",0.0304,"2013-01-01 00:00",0.03035,"2013-01-22 00:00",0.0299,"2013-01-10 00:00","","","","",0.0325,0.0325,0.03035,0.02985,0.0254,0.01655,0.01025,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88325",1,40.786247,-122.805707,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.055056,0.029803,0.1719,"2013-05-10 00:00",0.1333,"2013-04-25 00:00",0.1264,"2013-05-31 00:00",0.092,"2013-05-07 00:00","","","","",0.1719,0.1719,0.1264,0.086,0.0659,0.0514,0.03235,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88326",1,40.786247,-122.805707,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.126828,0.065999,0.3797,"2013-05-10 00:00",0.238,"2013-02-27 00:00",0.2138,"2013-03-05 00:00",0.2121,"2013-05-16 00:00","","","","",0.3797,0.3797,0.2138,0.2114,0.1534,0.1262,0.03845,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88327",1,40.786247,-122.805707,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.075222,0.033653,0.149,"2013-04-25 00:00",0.1398,"2013-03-05 00:00",0.134,"2013-05-16 00:00",0.1245,"2013-02-27 00:00","","","","",0.149,0.149,0.134,0.113,0.1006,0.08,0.0257,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88328",1,40.786247,-122.805707,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.072171,0.047608,0.2173,"2013-04-25 00:00",0.1852,"2013-05-16 00:00",0.1566,"2013-05-04 00:00",0.1376,"2013-03-14 00:00","","","","",0.2173,0.2173,0.1566,0.1376,0.1005,0.068,0.0214,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88329",1,40.786247,-122.805707,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.089341,0.05454,0.2536,"2013-04-25 00:00",0.2225,"2013-05-16 00:00",0.1736,"2013-05-10 00:00",0.1646,"2013-03-05 00:00","","","","",0.2536,0.2536,0.1736,0.1566,0.1232,0.0897,0.0236,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88330",1,40.786247,-122.805707,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.020277,0.014579,0.0593,"2013-04-25 00:00",0.0544,"2013-03-02 00:00",0.0515,"2013-03-11 00:00",0.0426,"2013-05-04 00:00","","","","",0.0593,0.0593,0.0515,0.0415,0.0299,0.0187,0.0037,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88331",1,40.786247,-122.805707,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,6.8e-05,0.000178,0.001,"2013-02-21 00:00",0.0008,"2013-01-07 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-26 00:00","","","","",0.001,0.001,0.00015,0.0001,5e-05,0,0,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88338",1,40.786247,-122.805707,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.019333,0.013285,0.0727,"2013-04-22 00:00",0.0702,"2013-05-13 00:00",0.0576,"2013-04-25 00:00",0.0327,"2013-05-07 00:00","","","","",0.0727,0.0727,0.0576,0.0272,0.02315,0.01515,0.01045,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88339",1,40.786247,-122.805707,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.430769,0.380227,1.87638,"2013-05-01 00:00",1.35374,"2013-04-25 00:00",1.08409,"2013-04-19 00:00",1.011,"2013-05-13 00:00","","","","",1.87638,1.87638,1.08409,0.91035,0.59961,0.30884,0.08984,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88344",1,40.786247,-122.805707,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.081906,0.075363,0.3891,"2013-03-05 00:00",0.2492,"2013-04-19 00:00",0.2083,"2013-05-01 00:00",0.1912,"2013-05-25 00:00","","","","",0.3891,0.3891,0.2083,0.19,0.1162,0.0578,0.0094,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88348",1,40.786247,-122.805707,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.292166,0.369545,1.7642,"2013-04-25 00:00",1.2366,"2013-04-28 00:00",1.177,"2013-05-04 00:00",1.1108,"2013-05-01 00:00","","","","",1.7642,1.7642,1.177,0.823,0.3317,0.1594,0.0289,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88350",1,40.786247,-122.805707,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.59468,0.29186,1.4445,"2013-05-10 00:00",1.3061,"2013-04-25 00:00",1.0813,"2013-05-16 00:00",0.9947,"2013-02-27 00:00","","","","",1.4445,1.4445,1.0813,0.9493,0.747,0.616,0.1946,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88403",1,40.786247,-122.805707,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.297826,0.265356,1.3683,"2013-05-01 00:00",0.9453,"2013-04-25 00:00",0.7464,"2013-04-19 00:00",0.68,"2013-05-13 00:00","","","","",1.3683,1.3683,0.7464,0.645,0.3891,0.2377,0.0612,"","Trinity","California","Trinity","","","2014-01-28" +"06","105","9000","88502",1,40.786247,-122.805707,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.472,0.991606,4.7,"2013-04-25 00:00",4.2,"2013-05-01 00:00",3.1,"2013-05-04 00:00",2.9,"2013-03-14 00:00","","","","",4.7,4.7,3.1,2.8,2.1,1.3,0.4,"","Trinity","California","Trinity","","","2014-01-28" +"06","107","0006","44201",1,36.567178,-118.778995,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7057,81,296,365,0,239,0,0,"Certification not required",0,0.062615,0.016785,0.106,"2013-06-08 17:00",0.101,"2013-06-07 17:00",0.101,"2013-06-29 17:00",0.101,"2013-07-23 16:00","","","","",0.101,0.098,0.09,0.084,0.075,0.062,0.042,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","44201",1,36.567178,-118.778995,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7107,81,295,365,0,0,10,10,"Certification not required",0,0.057251,0.014546,0.089,"2013-06-08 12:00",0.088,"2013-06-29 12:00",0.088,"2013-07-19 12:00",0.087,"2013-06-06 12:00","","","","",0.088,0.087,0.081,0.077,0.069,0.057,0.038,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","44201",1,36.567178,-118.778995,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7107,81,295,365,0,0,38,38,"Certification not required",0,0.057251,0.014546,0.089,"2013-06-08 12:00",0.088,"2013-06-29 12:00",0.088,"2013-07-19 12:00",0.087,"2013-06-06 12:00","","","","",0.088,0.087,0.081,0.077,0.069,0.057,0.038,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","61101",1,36.567178,-118.778995,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7258,83,304,365,0,38,"","","Certification not required",0,3.611932,1.221846,10.9,"2013-09-21 17:00",9.5,"2013-09-20 12:00",8.9,"2013-10-28 08:00",8.7,"2013-10-28 09:00","","","","",6.6,6.4,5.8,5.2,4.3,3.7,1.9,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","61103",1,36.567178,-118.778995,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7183,82,299,365,0,113,"","","Certification not required",0,3.384422,1.276621,10.5,"2013-09-21 17:00",9.1,"2013-09-20 12:00",8.4,"2013-10-28 08:00",8.4,"2013-10-28 09:00","","","","",6.2,6,5.4,4.9,4.1,3.5,1.6,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","61104",1,36.567178,-118.778995,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7183,82,299,365,0,113,"","","Certification not required",0,155.934707,83.286388,356,"2013-10-16 04:00",352,"2013-10-16 05:00",350,"2013-10-16 06:00",343,"2013-07-01 16:00","","","","",272,267,262,257,248,92,77,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","61106",1,36.567178,-118.778995,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",7183,82,299,365,0,113,"","","Certification not required",0,17.714047,13.374824,89,"2013-08-19 16:00",82,"2013-04-11 17:00",80,"2013-02-20 07:00",78,"2013-03-05 22:00","","","","",60,54,44,35,24,18,4,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","62101",1,36.567178,-118.778995,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7257,83,304,365,0,39,"","","Certification not required",0,51.666529,14.305269,86,"2013-06-30 14:00",85,"2013-06-08 15:00",85,"2013-06-30 13:00",85,"2013-06-30 15:00","","","","",79,76,74,70,63,52,32,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","62201",1,36.567178,-118.778995,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6742,77,282,365,0,554,"","","Certification not required",0,56.579353,21.474303,95,"2013-01-23 23:00",95,"2013-01-24 01:00",95,"2013-01-24 02:00",95,"2013-01-24 03:00","","","","",95,95,95,92,72,54,30,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","63301",1,36.567178,-118.778995,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7262,83,304,365,0,34,"","","Certification not required",3513,0.305857,0.452321,1.51,"2013-05-12 12:00",1.47,"2013-05-12 11:00",1.47,"2013-06-14 11:00",1.46,"2013-05-23 11:00","","","","",1.42,1.38,1.29,1.13,0.57,0.02,0.005,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0006","65102",1,36.567178,-118.778995,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7266,83,304,365,0,30,"","","Certification not required",0,0.001237,0.009792,0.19,"2013-02-08 02:00",0.18,"2013-01-24 02:00",0.17,"2013-03-31 05:00",0.15,"2013-01-10 16:00","","","","",0.05,0.02,0,0,0,0,0,"Sequoia and Kings Canyon National Park, Lower Kaweah","LOWER KAWEAH, SEQUOIA NP","California","Tulare","","Visalia-Porterville, CA","2013-12-10" +"06","107","0009","44201",1,36.489444,-118.829167,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7959,91,333,365,0,801,0,0,"Certification not required",2,0.060676,0.01974,0.12,"2013-06-08 17:00",0.116,"2013-06-07 15:00",0.104,"2013-06-29 16:00",0.102,"2013-06-30 16:00","","","","",0.102,0.099,0.093,0.087,0.076,0.06,0.036,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","44201",1,36.489444,-118.829167,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7989,91,331,365,0,0,15,15,"Certification not required",0,0.054764,0.018355,0.106,"2013-06-08 12:00",0.104,"2013-06-07 12:00",0.092,"2013-07-23 11:00",0.09,"2013-07-19 12:00","","","","",0.09,0.088,0.084,0.079,0.07,0.053,0.032,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","44201",1,36.489444,-118.829167,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7989,91,332,365,0,0,56,56,"Certification not required",0,0.054837,0.018375,0.106,"2013-06-08 12:00",0.104,"2013-06-07 12:00",0.092,"2013-07-23 11:00",0.09,"2013-07-19 12:00","","","","",0.09,0.088,0.084,0.079,0.07,0.053,0.032,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","61101",1,36.489444,-118.829167,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8644,99,363,365,0,116,"","","Certification not required",0,5.076596,2.24367,14.8,"2013-09-21 17:00",13.8,"2013-09-21 16:00",12.8,"2013-07-21 21:00",12.2,"2013-07-11 12:00","","","","",10.7,10.3,9.5,8.5,6.2,4.7,2.3,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","61103",1,36.489444,-118.829167,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8644,99,363,365,0,116,"","","Certification not required",0,4.748577,2.364662,14.6,"2013-09-21 17:00",13.6,"2013-09-21 16:00",12.4,"2013-07-21 21:00",11.8,"2013-07-11 12:00","","","","",10.3,9.9,9.3,8.4,6,4.5,1.7,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","61104",1,36.489444,-118.829167,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8644,99,363,365,0,116,"","","Certification not required",0,134.828436,94.274996,359,"2013-05-05 06:00",359,"2013-07-20 18:00",359,"2013-10-28 12:00",358,"2013-12-18 22:00","","","","",296,269,252,246,240,64,47,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","61106",1,36.489444,-118.829167,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8644,99,363,365,0,116,"","","Certification not required",0,21.054928,11.906471,88.4,"2013-07-24 06:00",84.2,"2013-12-18 23:00",78.8,"2013-02-23 03:00",78.2,"2013-07-13 06:00","","","","",60.3,55.2,47.7,40.1,24.3,16.3,11.4,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","62101",1,36.489444,-118.829167,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8657,99,364,365,0,103,"","","Certification not required",0,64.034307,16.210758,106,"2013-06-08 15:00",105,"2013-06-08 14:00",105,"2013-06-30 14:00",105,"2013-06-30 15:00","","","","",98,95,91,86,76,63,43,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","62201",1,36.489444,-118.829167,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8287,95,348,365,0,473,"","","Certification not required",0,45.548449,19.365154,100,"2013-01-26 03:00",100,"2013-01-26 04:00",100,"2013-01-26 05:00",100,"2013-01-26 06:00","","","","",96,93,83,74,58,42,24,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","63301",1,36.489444,-118.829167,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8670,99,364,365,0,90,"","","Certification not required",4333,0.304491,0.424571,1.46,"2013-06-01 11:00",1.44,"2013-05-23 12:00",1.44,"2013-06-19 11:00",1.44,"2013-06-20 11:00","","","","",1.36,1.33,1.22,1.04,0.61,0.01,0.005,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","65102",1,36.489444,-118.829167,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7781,89,326,365,0,979,"","","Certification not required",0,0.000708,0.008302,0.32,"2013-02-20 11:00",0.21,"2013-10-28 12:00",0.2,"2013-02-08 01:00",0.19,"2013-01-27 17:00","","","","",0.02,0,0,0,0,0,0,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","88501",1,36.489444,-118.829167,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6805,78,282,365,0,1955,"","","Certification not required",0,8.010669,6.859441,77.8,"2013-12-28 16:00",63.9,"2013-12-28 15:00",57.6,"2013-12-28 17:00",54.5,"2013-02-03 17:00","","","","",30,25.9,20.5,17,11.2,6.8,0.9,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","0009","88501",1,36.489444,-118.829167,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",282,77,282,365,0,0,"","","Certification not required",0,7.96773,4.748274,24.5,"2013-02-05 00:00",20.3,"2013-12-28 00:00",19.9,"2013-11-14 00:00",19.4,"2013-02-03 00:00","","","","",19.9,18.5,16.9,15,10.6,7,2.3,"Sequoia and Kings Canyon National Parks, Ash Mountain","SEQUOIA & KINGS CANYON NP","California","Tulare","","Visalia-Porterville, CA","2014-02-18" +"06","107","1001","85101",1,36.498889,-118.823889,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,12.469788,9.693586,39.1006,"2013-04-25 00:00",34.7782,"2013-05-01 00:00",28.5344,"2013-05-22 00:00",27.6719,"2013-05-04 00:00","","","","",39.1006,39.1006,28.5344,26.8302,19.4917,9.1453,2.4154,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","86502",1,36.498889,-118.823889,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,6.44898,6.916349,28,"2013-04-25 00:00",25,"2013-05-01 00:00",22,"2013-05-22 00:00",18,"2013-05-16 00:00","","","","",28,28,22,18,9,3,1,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88103",1,36.498889,-118.823889,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,9.8e-05,0.0003,0.001,"2013-01-25 00:00",0.001,"2013-02-06 00:00",0.001,"2013-03-20 00:00",0.001,"2013-04-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88104",1,36.498889,-118.823889,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.057719,0.061509,0.249,"2013-05-01 00:00",0.2291,"2013-04-25 00:00",0.2153,"2013-04-28 00:00",0.213,"2013-05-04 00:00","","","","",0.249,0.2291,0.2153,0.125,0.084,0.037,0.0038,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88109",1,36.498889,-118.823889,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001686,0.000958,0.004,"2013-05-04 00:00",0.0039,"2013-05-25 00:00",0.0037,"2013-04-28 00:00",0.0037,"2013-05-13 00:00","","","","",0.004,0.0039,0.0037,0.0027,0.0024,0.0015,0.0007,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88111",1,36.498889,-118.823889,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.035543,0.033063,0.1488,"2013-04-25 00:00",0.1288,"2013-05-04 00:00",0.1228,"2013-04-28 00:00",0.1061,"2013-05-01 00:00","","","","",0.1488,0.1288,0.1228,0.0616,0.0467,0.0252,0.007,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88112",1,36.498889,-118.823889,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88114",1,36.498889,-118.823889,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000502,0.000319,0.0012,"2013-04-25 00:00",0.0011,"2013-04-28 00:00",0.001,"2013-02-06 00:00",0.001,"2013-03-23 00:00","","","","",0.0012,0.0011,0.001,0.001,0.0008,0.0004,0.00015,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88115",1,36.498889,-118.823889,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.00502,0.014372,0.0887,"2013-05-22 00:00",0.0579,"2013-04-16 00:00",0.0075,"2013-02-03 00:00",0.0063,"2013-05-25 00:00","","","","",0.0887,0.0579,0.0075,0.0048,0.0035,0.0021,0.00015,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88126",1,36.498889,-118.823889,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.046227,0.04684,0.1993,"2013-05-01 00:00",0.1769,"2013-04-25 00:00",0.1698,"2013-05-04 00:00",0.1516,"2013-04-28 00:00","","","","",0.1993,0.1769,0.1698,0.0967,0.0667,0.0284,0.0051,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88128",1,36.498889,-118.823889,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000804,0.000872,0.004,"2013-03-23 00:00",0.002,"2013-01-10 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-06 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0.001,0,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88132",1,36.498889,-118.823889,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001157,0.001155,0.005,"2013-05-01 00:00",0.004,"2013-03-23 00:00",0.004,"2013-05-04 00:00",0.003,"2013-04-25 00:00","","","","",0.005,0.004,0.004,0.002,0.002,0.001,0,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88136",1,36.498889,-118.823889,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88140",1,36.498889,-118.823889,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.020138,0.019009,0.074,"2013-05-16 00:00",0.0674,"2013-04-28 00:00",0.0614,"2013-04-25 00:00",0.0611,"2013-05-22 00:00","","","","",0.074,0.0674,0.0614,0.054,0.0271,0.017,0.00195,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88152",1,36.498889,-118.823889,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.00084,0.001771,0.0088,"2013-05-31 00:00",0.0073,"2013-05-25 00:00",0.0052,"2013-02-03 00:00",0.0034,"2013-01-25 00:00","","","","",0.0088,0.0073,0.0052,0.0024,0.0006,0.00015,0.00015,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88154",1,36.498889,-118.823889,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000194,0.000136,0.0007,"2013-02-06 00:00",0.0005,"2013-03-17 00:00",0.0005,"2013-03-20 00:00",0.0005,"2013-05-31 00:00","","","","",0.0007,0.0005,0.0005,0.0004,0.0002,0.0001,0.0001,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88161",1,36.498889,-118.823889,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.003845,0.003921,0.0161,"2013-05-01 00:00",0.0142,"2013-04-25 00:00",0.0142,"2013-05-04 00:00",0.0133,"2013-04-28 00:00","","","","",0.0161,0.0142,0.0142,0.0087,0.0054,0.0024,0.0004,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88164",1,36.498889,-118.823889,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.000174,0.00017,0.0008,"2013-04-28 00:00",0.0007,"2013-04-25 00:00",0.0005,"2013-05-04 00:00",0.0005,"2013-05-10 00:00","","","","",0.0008,0.0007,0.0005,0.0004,0.0002,0.0001,5e-05,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88165",1,36.498889,-118.823889,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.137073,0.149192,0.6298,"2013-05-01 00:00",0.5982,"2013-04-25 00:00",0.5372,"2013-05-04 00:00",0.4603,"2013-04-28 00:00","","","","",0.6298,0.5982,0.5372,0.2927,0.1883,0.0908,0.0082,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88167",1,36.498889,-118.823889,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002725,0.003634,0.0256,"2013-04-04 00:00",0.0078,"2013-03-23 00:00",0.0063,"2013-02-06 00:00",0.006,"2013-04-22 00:00","","","","",0.0256,0.0078,0.0063,0.0045,0.0031,0.0019,0.0007,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88168",1,36.498889,-118.823889,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000445,0.000406,0.0017,"2013-05-04 00:00",0.0015,"2013-04-28 00:00",0.0013,"2013-05-01 00:00",0.0012,"2013-04-25 00:00","","","","",0.0017,0.0015,0.0013,0.0011,0.0006,0.0003,0.0001,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88169",1,36.498889,-118.823889,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.309837,0.222179,0.8635,"2013-04-28 00:00",0.7955,"2013-03-23 00:00",0.7551,"2013-05-13 00:00",0.6444,"2013-05-10 00:00","","","","",0.8635,0.7955,0.7551,0.6151,0.4706,0.2282,0.0548,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88176",1,36.498889,-118.823889,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000217,0.000126,0.0007,"2013-05-16 00:00",0.0005,"2013-03-02 00:00",0.0005,"2013-03-23 00:00",0.0005,"2013-04-22 00:00","","","","",0.0007,0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88180",1,36.498889,-118.823889,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.036035,0.022441,0.1019,"2013-05-04 00:00",0.0874,"2013-05-01 00:00",0.0839,"2013-04-28 00:00",0.0789,"2013-04-25 00:00","","","","",0.1019,0.0874,0.0839,0.0736,0.0496,0.0283,0.0118,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88184",1,36.498889,-118.823889,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.063631,0.086152,0.4577,"2013-05-22 00:00",0.317,"2013-05-16 00:00",0.2983,"2013-05-25 00:00",0.163,"2013-04-16 00:00","","","","",0.4577,0.317,0.2983,0.1133,0.0849,0.0374,0.0019,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88185",1,36.498889,-118.823889,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000645,0.000418,0.0024,"2013-03-05 00:00",0.0021,"2013-01-13 00:00",0.0016,"2013-05-31 00:00",0.0014,"2013-03-14 00:00","","","","",0.0024,0.0021,0.0016,0.001,0.00065,0.0004,0.0004,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88203",1,36.498889,-118.823889,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.048877,0.059442,0.3353,"2013-05-22 00:00",0.2155,"2013-04-16 00:00",0.1485,"2013-05-07 00:00",0.1443,"2013-02-03 00:00","","","","",0.3353,0.2155,0.1485,0.1081,0.055,0.0266,0.0091,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88306",1,36.498889,-118.823889,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.151349,1.596616,7.8234,"2013-02-03 00:00",6.4843,"2013-02-06 00:00",4.6334,"2013-02-18 00:00",4.1176,"2013-03-26 00:00","","","","",7.8234,6.4843,4.6334,3.257,1.141,0.5431,0.2467,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88320",1,36.498889,-118.823889,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.127959,0.711852,3,"2013-04-22 00:00",2.73,"2013-04-28 00:00",2.51,"2013-05-04 00:00",2.49,"2013-05-13 00:00","","","","",3,3,2.51,2.44,1.58,0.97,0.35,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88321",1,36.498889,-118.823889,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.146327,0.089645,0.34,"2013-02-03 00:00",0.33,"2013-02-06 00:00",0.32,"2013-03-26 00:00",0.28,"2013-03-23 00:00","","","","",0.34,0.34,0.32,0.28,0.23,0.11,0.04,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88324",1,36.498889,-118.823889,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",34,0.036607,0.028872,0.1407,"2013-02-03 00:00",0.1191,"2013-04-28 00:00",0.1127,"2013-04-22 00:00",0.0985,"2013-04-19 00:00","","","","",0.1407,0.1407,0.1127,0.072,0.0384,0.03025,0.01655,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88325",1,36.498889,-118.823889,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.243954,0.192264,0.7894,"2013-05-13 00:00",0.7401,"2013-04-28 00:00",0.7299,"2013-04-22 00:00",0.5234,"2013-05-31 00:00","","","","",0.7894,0.7894,0.7299,0.485,0.3849,0.1896,0.03445,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88326",1,36.498889,-118.823889,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.346088,0.189202,0.8536,"2013-04-13 00:00",0.8137,"2013-05-04 00:00",0.7801,"2013-04-22 00:00",0.6407,"2013-04-28 00:00","","","","",0.8536,0.8536,0.7801,0.5873,0.4584,0.3213,0.1471,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88327",1,36.498889,-118.823889,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.210355,0.114595,0.5123,"2013-05-04 00:00",0.5108,"2013-04-13 00:00",0.4526,"2013-02-24 00:00",0.4062,"2013-04-22 00:00","","","","",0.5123,0.5123,0.4526,0.3885,0.271,0.2095,0.0802,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88328",1,36.498889,-118.823889,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.300771,0.228345,0.9732,"2013-04-22 00:00",0.9302,"2013-04-28 00:00",0.7798,"2013-05-13 00:00",0.6867,"2013-05-04 00:00","","","","",0.9732,0.9732,0.7798,0.584,0.4579,0.2358,0.0684,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88329",1,36.498889,-118.823889,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.389984,0.276192,1.1141,"2013-04-22 00:00",1.1047,"2013-04-28 00:00",0.8721,"2013-05-13 00:00",0.8525,"2013-05-04 00:00","","","","",1.1141,1.1141,0.8721,0.7876,0.6077,0.3259,0.0966,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88330",1,36.498889,-118.823889,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.056876,0.034986,0.1556,"2013-05-13 00:00",0.1355,"2013-01-25 00:00",0.1343,"2013-02-03 00:00",0.1267,"2013-04-19 00:00","","","","",0.1556,0.1556,0.1343,0.1053,0.072,0.0455,0.0206,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88331",1,36.498889,-118.823889,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,0.000118,0.000396,0.002,"2013-04-16 00:00",0.002,"2013-04-19 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.002,0.002,0.00015,0.00015,5e-05,0,0,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88338",1,36.498889,-118.823889,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017086,0.011234,0.0838,"2013-02-12 00:00",0.0473,"2013-02-15 00:00",0.02355,"2013-02-03 00:00",0.0234,"2013-05-25 00:00","","","","",0.0838,0.0473,0.02355,0.02325,0.0157,0.01445,0.0112,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88339",1,36.498889,-118.823889,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.278057,0.916482,3.56181,"2013-04-28 00:00",3.28152,"2013-03-23 00:00",3.11479,"2013-05-13 00:00",2.65819,"2013-05-10 00:00","","","","",3.56181,3.28152,3.11479,2.53708,1.94114,0.94137,0.22597,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88344",1,36.498889,-118.823889,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.485225,2.059624,10.0922,"2013-02-03 00:00",8.3647,"2013-02-06 00:00",5.9771,"2013-02-18 00:00",5.3117,"2013-03-26 00:00","","","","",10.0922,8.3647,5.9771,4.2014,1.4712,0.7006,0.3182,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88348",1,36.498889,-118.823889,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.645371,0.679417,2.8031,"2013-05-01 00:00",2.6916,"2013-04-25 00:00",2.4536,"2013-05-04 00:00",2.2127,"2013-04-28 00:00","","","","",2.8031,2.6916,2.4536,1.3654,0.894,0.4103,0.0572,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88350",1,36.498889,-118.823889,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.029324,1.281831,5.4038,"2013-04-22 00:00",4.916,"2013-04-28 00:00",4.5185,"2013-05-04 00:00",4.4777,"2013-05-13 00:00","","","","",5.4038,5.4038,4.5185,4.4005,2.8391,1.7395,0.6359,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88403",1,36.498889,-118.823889,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.865696,0.64895,2.5157,"2013-04-28 00:00",2.2954,"2013-03-23 00:00",2.1945,"2013-05-13 00:00",1.9527,"2013-05-04 00:00","","","","",2.5157,2.2954,2.1945,1.7664,1.358,0.6125,0.1517,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","1001","88502",1,36.498889,-118.823889,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.407843,3.878394,16.5,"2013-02-03 00:00",13.5,"2013-02-06 00:00",12.9,"2013-04-28 00:00",11.8,"2013-05-04 00:00","","","","",16.5,13.5,12.9,10.7,7.8,4.3,1.2,"","ASH MOUNTIAN, SEQUOIA NATIONAL PARK","California","Tulare","Sequoia National Park","Visalia-Porterville, CA","2014-01-28" +"06","107","2002","42601",1,36.332179,-119.291228,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4752,54,207,365,0,108,"","","Certification not required",0,4.710606,13.643756,178,"2013-01-18 22:00",155,"2013-01-17 07:00",154,"2013-01-18 21:00",137,"2013-01-17 21:00","","","","",72,52,26.9,12,2.7,0.7,-0.5,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","42602",1,36.332179,-119.291228,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4773,54,207,365,0,108,0,"","Certification not required",0,23.589855,10.482025,52.3,"2013-03-01 19:00",49.8,"2013-02-15 19:00",48,"2013-04-18 20:00",47.9,"2013-02-13 19:00","","","","",48,45,41.8,40,31,22,11,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","42602",1,36.332179,-119.291228,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4773,54,207,365,0,108,"","","Certification not required",0,11.222795,7.465136,52.3,"2013-03-01 19:00",49.8,"2013-02-15 19:00",48,"2013-04-18 20:00",47.9,"2013-02-13 19:00","","","","",37.9,34,26,21,14.1,9,4.2,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","42603",1,36.332179,-119.291228,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4730,54,207,365,0,108,"","","Certification not required",0,15.69296,18.644926,211,"2013-01-18 22:00",187,"2013-01-18 21:00",177,"2013-01-17 07:00",173,"2013-01-17 21:00","","","","",98,78,51,33.3,17,9.6,4,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","44201",1,36.332179,-119.291228,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4810,57,207,365,0,106,0,0,"Certification not required",683,0.049725,0.016774,0.095,"2013-07-01 17:00",0.089,"2013-06-08 14:00",0.084,"2013-07-24 17:00",0.083,"2013-07-09 18:00","","","","",0.084,0.082,0.08,0.072,0.062,0.049,0.029,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","44201",1,36.332179,-119.291228,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5030,57,207,365,0,0,0,0,"Certification not required",0,0.043314,0.015976,0.084,"2013-06-08 10:00",0.076,"2013-07-21 10:00",0.074,"2013-06-07 11:00",0.073,"2013-06-02 11:00","","","","",0.074,0.072,0.069,0.064,0.056,0.044,0.024,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","44201",1,36.332179,-119.291228,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5030,57,207,365,0,0,2,2,"Certification not required",0,0.043314,0.015976,0.084,"2013-06-08 10:00",0.076,"2013-07-21 10:00",0.074,"2013-06-07 11:00",0.073,"2013-06-02 11:00","","","","",0.074,0.072,0.069,0.064,0.056,0.044,0.024,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","61103",1,36.332179,-119.291228,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3624,41,151,365,0,0,"","","Certification not required",0,2.092715,1.082423,8,"2013-03-30 18:00",7,"2013-03-05 17:00",7,"2013-04-15 19:00",7,"2013-05-05 17:00","","","","",5,5,4,3,3,2,1,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-04" +"06","107","2002","61104",1,36.332179,-119.291228,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3623,41,151,365,0,1,"","","Certification not required",0,216.794093,88.17344,360,"2013-03-03 13:00",360,"2013-04-10 19:00",359,"2013-01-01 12:00",359,"2013-01-04 14:00","","","","",354,349,337,326,299,215,107,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-04" +"06","107","2002","62101",1,36.332179,-119.291228,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3624,41,151,365,0,0,"","","Certification not required",0,58.650386,13.274881,97,"2013-05-12 16:00",95,"2013-05-12 14:00",95,"2013-05-12 15:00",95,"2013-05-12 17:00","","","","",90,88,82,77,68,59,41,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-04" +"06","107","2002","64101",1,36.332179,-119.291228,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",2880,33,120,365,0,0,"","","Certification not required",0,1007.415035,4.649568,1021.2,"2013-01-15 09:00",1021.2,"2013-01-15 10:00",1021.2,"2013-01-15 11:00",1021.2,"2013-02-28 09:00","","","","",1018.6,1017.2,1014.6,1013.2,1010.6,1007.9,1001.2,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-10-30" +"06","107","2002","68101",1,36.332179,-119.291228,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,100,61,61,0,6,"","","Certification not required",2,0.538462,0.157894,0.8,"2013-04-13 00:00",0.8,"2013-04-19 00:00",0.8,"2013-10-16 00:00",0.7,"2013-01-19 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.6,0.3,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68102",1,36.332179,-119.291228,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,100,61,61,0,6,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68103",1,36.332179,-119.291228,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,6,"","","Certification not required",0,10.931624,7.126863,24.6,"2013-07-27 00:00",24.5,"2013-06-30 00:00",24.5,"2013-07-03 00:00",23.8,"2013-07-21 00:00","","","","",24.5,24.5,21.1,20.1,16.9,10.9,1,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68103",5,36.332179,-119.291228,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",63,100,53,61,0,13,"","","Certification not required",0,12.555556,7.211254,25.8,"2013-07-27 00:00",25.7,"2013-07-03 00:00",25.2,"2013-07-21 00:00",25,"2013-06-30 00:00","","","","",25.8,25.7,25,22.1,18.4,12.1,3.4,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","68104",1,36.332179,-119.291228,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,6,"","","Certification not required",0,25.782051,9.082938,40.9,"2013-06-30 00:00",40.4,"2013-07-21 00:00",40.3,"2013-07-03 00:00",39.7,"2013-07-09 00:00","","","","",40.4,40.3,38.7,37.3,33.9,27.4,12.7,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68104",5,36.332179,-119.291228,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",63,100,53,61,0,13,"","","Certification not required",0,27.919048,9.249479,42.9,"2013-07-21 00:00",42.7,"2013-06-30 00:00",42.2,"2013-07-03 00:00",42.1,"2013-07-09 00:00","","","","",42.9,42.7,42.1,39.8,36.2,25.3,15.2,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","68105",1,36.332179,-119.291228,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,6,"","","Certification not required",0,18.200855,8.150455,32.9,"2013-06-30 00:00",32.4,"2013-07-21 00:00",32.3,"2013-07-03 00:00",30.7,"2013-08-20 00:00","","","","",32.4,32.3,29.9,28.7,25.6,18.7,6.7,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68105",5,36.332179,-119.291228,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",63,100,53,61,0,13,"","","Certification not required",0,19.898413,8.345628,34.6,"2013-06-30 00:00",34,"2013-07-21 00:00",33.9,"2013-07-03 00:00",32.5,"2013-08-20 00:00","","","","",34.6,34,32.5,31.1,27.3,19,8.5,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","68106",1,36.332179,-119.291228,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,6,"","","Certification not required",0,749.837607,4.844046,761,"2013-12-09 00:00",760,"2013-01-16 00:00",759,"2013-02-12 00:00",759,"2013-12-15 00:00","","","","",760,759,758,757,753,749,744,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68106",5,36.332179,-119.291228,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,100,53,61,0,13,"","","Certification not required",0,744.126984,5.157181,755,"2013-01-16 00:00",754,"2013-02-12 00:00",753,"2013-02-27 00:00",752,"2013-01-01 00:00","","","","",755,754,752,752,748,743,738,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","68107",1,36.332179,-119.291228,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,6,"","","Certification not required",0,754.905983,4.569356,766,"2013-01-16 00:00",765,"2013-12-09 00:00",764,"2013-02-12 00:00",764,"2013-12-15 00:00","","","","",765,764,763,761,758,754,749,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68107",5,36.332179,-119.291228,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,100,53,61,0,13,"","","Certification not required",0,748.920635,5.128358,762,"2013-01-16 00:00",758,"2013-01-01 00:00",757,"2013-02-12 00:00",757,"2013-03-11 00:00","","","","",762,758,757,756,753,748,742,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","68108",1,36.332179,-119.291228,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,6,"","","Certification not required",0,752.376068,4.664108,763,"2013-01-16 00:00",763,"2013-12-09 00:00",762,"2013-12-15 00:00",761,"2013-02-12 00:00","","","","",763,762,760,759,756,751,747,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","68108",5,36.332179,-119.291228,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,100,53,61,0,13,"","","Certification not required",0,745.888889,4.896052,757,"2013-01-16 00:00",755,"2013-02-12 00:00",754,"2013-02-27 00:00",753,"2013-01-01 00:00","","","","",757,755,753,753,750,745,739,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","68109",1,36.332179,-119.291228,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,100,61,61,0,6,"","","Certification not required",0,1439.863248,0.860092,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","81102",2,36.332179,-119.291228,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,87,53,61,0,4,0,0,"Certification not required",0,40.785714,19.818003,122,"2013-11-12 00:00",78,"2013-09-19 00:00",78,"2013-10-19 00:00",72,"2013-10-07 00:00","","","","",122,78,78,68,48,38,20,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","85101",1,36.332179,-119.291228,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,53,61,0,4,"","","Certification not required",0,41.125,20.271846,127,"2013-11-12 00:00",79,"2013-10-19 00:00",77,"2013-09-19 00:00",74,"2013-11-18 00:00","","","","",127,79,77,70,49,38,20,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2002","88101",1,36.332179,-119.291228,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,14,14,"Certification not required",0,18.398291,17.431397,124.2,"2013-12-18 00:00",80.9,"2013-12-15 00:00",62.5,"2013-12-27 00:00",58.7,"2013-12-24 00:00","","","","",80.9,62.5,53.2,41,21.3,12.4,6.3,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","88101",1,36.332179,-119.291228,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,"","","Certification not required",0,18.398291,17.431397,124.2,"2013-12-18 00:00",80.9,"2013-12-15 00:00",62.5,"2013-12-27 00:00",58.7,"2013-12-24 00:00","","","","",80.9,62.5,53.2,41,21.3,12.4,6.3,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-30" +"06","107","2002","88102",5,36.332179,-119.291228,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",53,0.011517,0.005246,0.036,"2013-01-01 00:00",0.031,"2013-02-03 00:00",0.027,"2013-06-03 00:00",0.024,"2013-10-31 00:00","","","","",0.036,0.031,0.027,0.01,0.01,0.01,0.01,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88103",5,36.332179,-119.291228,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.001121,0.000462,0.004,"2013-02-03 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-08-11 00:00","","","","",0.004,0.002,0.002,0.001,0.001,0.001,0.001,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88104",5,36.332179,-119.291228,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",17,0.079543,0.070866,0.29,"2013-10-07 00:00",0.24,"2013-10-22 00:00",0.23,"2013-05-04 00:00",0.23,"2013-09-19 00:00","","","","",0.29,0.24,0.23,0.18,0.12,0.07,0.0085,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88107",5,36.332179,-119.291228,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",52,0.011483,0.004582,0.031,"2013-07-03 00:00",0.028,"2013-07-06 00:00",0.024,"2013-09-19 00:00",0.021,"2013-10-07 00:00","","","","",0.031,0.028,0.024,0.021,0.01,0.01,0.01,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88109",5,36.332179,-119.291228,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",8,0.003776,0.001787,0.009,"2013-07-30 00:00",0.008,"2013-11-12 00:00",0.007,"2013-07-09 00:00",0.007,"2013-07-21 00:00","","","","",0.009,0.008,0.007,0.006,0.005,0.004,0.001,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88111",5,36.332179,-119.291228,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.082914,0.050952,0.21,"2013-11-06 00:00",0.2,"2013-05-04 00:00",0.2,"2013-10-07 00:00",0.18,"2013-04-28 00:00","","","","",0.21,0.2,0.2,0.17,0.1,0.076,0.022,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88112",5,36.332179,-119.291228,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.002172,0.000704,0.006,"2013-08-20 00:00",0.005,"2013-05-28 00:00",0.004,"2013-10-07 00:00",0.003,"2013-06-15 00:00","","","","",0.006,0.005,0.004,0.002,0.002,0.002,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88113",5,36.332179,-119.291228,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",40,0.002672,0.002038,0.009,"2013-10-22 00:00",0.008,"2013-10-07 00:00",0.008,"2013-10-19 00:00",0.008,"2013-11-12 00:00","","","","",0.009,0.008,0.008,0.006,0.004,0.0015,0.0015,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88114",5,36.332179,-119.291228,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",10,0.009534,0.01084,0.072,"2013-10-19 00:00",0.037,"2013-10-13 00:00",0.034,"2013-10-07 00:00",0.022,"2013-08-14 00:00","","","","",0.072,0.037,0.034,0.02,0.01,0.006,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88115",5,36.332179,-119.291228,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.036121,0.056259,0.25,"2013-01-01 00:00",0.25,"2013-02-03 00:00",0.21,"2013-05-22 00:00",0.17,"2013-01-16 00:00","","","","",0.25,0.25,0.21,0.088,0.028,0.015,0.008,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88126",5,36.332179,-119.291228,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.114931,0.069764,0.32,"2013-10-07 00:00",0.28,"2013-10-22 00:00",0.27,"2013-10-19 00:00",0.26,"2013-09-19 00:00","","","","",0.32,0.28,0.27,0.22,0.15,0.099,0.042,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88128",5,36.332179,-119.291228,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.002431,0.001011,0.007,"2013-01-01 00:00",0.005,"2013-02-12 00:00",0.005,"2013-11-12 00:00",0.004,"2013-02-03 00:00","","","","",0.007,0.005,0.005,0.004,0.002,0.002,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88132",5,36.332179,-119.291228,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.004121,0.002279,0.01,"2013-10-22 00:00",0.009,"2013-05-04 00:00",0.009,"2013-09-19 00:00",0.009,"2013-10-07 00:00","","","","",0.01,0.009,0.009,0.009,0.005,0.004,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88134",5,36.332179,-119.291228,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",58,0.003,0,0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.003,0.003,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88136",5,36.332179,-119.291228,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88142",5,36.332179,-119.291228,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.002,0,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88152",5,36.332179,-119.291228,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",12,0.010879,0.006543,0.027,"2013-10-07 00:00",0.025,"2013-09-19 00:00",0.023,"2013-11-12 00:00",0.022,"2013-07-09 00:00","","","","",0.027,0.025,0.023,0.02,0.014,0.012,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88154",5,36.332179,-119.291228,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",58,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88160",5,36.332179,-119.291228,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",55,0.010672,0.002958,0.026,"2013-08-20 00:00",0.023,"2013-05-22 00:00",0.02,"2013-04-04 00:00",0.01,"2013-01-01 00:00","","","","",0.026,0.023,0.02,0.01,0.01,0.01,0.01,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88161",5,36.332179,-119.291228,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",11,0.009069,0.005976,0.026,"2013-10-07 00:00",0.024,"2013-10-19 00:00",0.023,"2013-09-19 00:00",0.023,"2013-10-22 00:00","","","","",0.026,0.024,0.023,0.016,0.012,0.008,0.002,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88164",5,36.332179,-119.291228,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",58,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88165",5,36.332179,-119.291228,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.273224,0.189031,0.77,"2013-10-07 00:00",0.72,"2013-05-04 00:00",0.66,"2013-09-19 00:00",0.64,"2013-10-22 00:00","","","","",0.77,0.72,0.66,0.55,0.38,0.24,0.057,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88167",5,36.332179,-119.291228,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",2,0.007362,0.00493,0.021,"2013-11-12 00:00",0.019,"2013-11-18 00:00",0.018,"2013-11-24 00:00",0.017,"2013-01-01 00:00","","","","",0.021,0.019,0.018,0.016,0.01,0.006,0.003,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88168",5,36.332179,-119.291228,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",53,0.001733,0.000956,0.008,"2013-07-03 00:00",0.004,"2013-07-06 00:00",0.003,"2013-06-03 00:00",0.003,"2013-08-14 00:00","","","","",0.008,0.004,0.003,0.0015,0.0015,0.0015,0.0015,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88169",5,36.332179,-119.291228,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.503793,0.228234,1.1,"2013-04-28 00:00",0.93,"2013-02-03 00:00",0.91,"2013-03-23 00:00",0.89,"2013-06-03 00:00","","","","",1.1,0.93,0.91,0.86,0.64,0.47,0.22,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88176",5,36.332179,-119.291228,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",58,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88180",5,36.332179,-119.291228,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",0,0.139448,0.090033,0.46,"2013-01-01 00:00",0.42,"2013-07-03 00:00",0.34,"2013-06-03 00:00",0.32,"2013-08-11 00:00","","","","",0.46,0.42,0.34,0.25,0.18,0.12,0.049,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88183",5,36.332179,-119.291228,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,95,50,61,0,11,"","","Certification not required",58,0.0015,0,0.0015,"2013-01-01 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88301",5,36.332179,-119.291228,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",63,100,53,61,0,13,"","","Certification not required",0,1.876508,3.080481,21.6,"2013-12-18 00:00",7.63,"2013-12-30 00:00",7.16,"2013-11-12 00:00",6.58,"2013-02-03 00:00","","","","",21.6,7.63,6.58,5.1,1.94,0.88,0.23,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88302",5,36.332179,-119.291228,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",63,100,53,61,0,13,"","","Certification not required",32,0.116032,0.116806,0.56,"2013-07-06 00:00",0.54,"2013-06-03 00:00",0.4,"2013-05-22 00:00",0.31,"2013-05-07 00:00","","","","",0.56,0.54,0.31,0.28,0.15,0.04,0.04,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88303",5,36.332179,-119.291228,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",63,100,53,61,0,13,"","","Certification not required",46,0.118413,0.10602,0.58,"2013-02-03 00:00",0.36,"2013-01-16 00:00",0.36,"2013-01-22 00:00",0.35,"2013-12-12 00:00","","","","",0.58,0.36,0.35,0.28,0.15,0.065,0.065,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88306",5,36.332179,-119.291228,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,95,49,61,0,18,"","","Certification not required",0,6.513966,10.46547,70.7,"2013-12-18 00:00",24.8,"2013-12-30 00:00",24.6,"2013-11-12 00:00",19.8,"2013-02-03 00:00","","","","",70.7,24.8,24.6,17.1,6.88,2.99,0.9,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88355",5,36.332179,-119.291228,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,3.735,1.967001,10,"2013-02-03 00:00",8.9,"2013-01-16 00:00",8.7,"2013-01-01 00:00",8,"2013-01-22 00:00","","","","",10,8.9,8.7,7.4,4.1,3.5,1.8,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88357",5,36.332179,-119.291228,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,0.45,0.296591,1.5,"2013-01-16 00:00",1.2,"2013-11-12 00:00",1.1,"2013-02-03 00:00",0.9,"2013-01-01 00:00","","","","",1.5,1.2,1.1,0.9,0.6,0.3,0.2,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88370",5,36.332179,-119.291228,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,3.553333,1.849642,9.8,"2013-02-03 00:00",8.2,"2013-01-16 00:00",8.1,"2013-01-01 00:00",7.6,"2013-01-22 00:00","","","","",9.8,8.2,8.1,6.9,3.9,3.4,1.8,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88374",5,36.332179,-119.291228,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",13,0.304167,0.368723,1.6,"2013-01-16 00:00",1.6,"2013-02-03 00:00",1.2,"2013-01-01 00:00",1.2,"2013-01-22 00:00","","","","",1.6,1.6,1.2,0.9,0.4,0.2,0.05,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88375",5,36.332179,-119.291228,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,0.733333,0.320311,1.7,"2013-02-03 00:00",1.5,"2013-01-01 00:00",1.4,"2013-01-16 00:00",1.4,"2013-11-12 00:00","","","","",1.7,1.5,1.4,1.2,0.9,0.7,0.3,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88376",5,36.332179,-119.291228,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,1.106667,0.459132,2.3,"2013-01-16 00:00",2.3,"2013-02-03 00:00",2.2,"2013-01-01 00:00",2.1,"2013-01-22 00:00","","","","",2.3,2.3,2.2,1.7,1.3,1.1,0.6,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88377",5,36.332179,-119.291228,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,0.57,0.184391,0.9,"2013-01-28 00:00",0.9,"2013-10-22 00:00",0.8,"2013-01-01 00:00",0.8,"2013-01-16 00:00","","","","",0.9,0.9,0.8,0.8,0.7,0.6,0.3,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88378",5,36.332179,-119.291228,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",1,0.8325,0.661395,3.5,"2013-02-03 00:00",2.7,"2013-11-12 00:00",2.3,"2013-01-01 00:00",2.2,"2013-01-22 00:00","","","","",3.5,2.7,2.3,2,1,0.7,0.2,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88380",5,36.332179,-119.291228,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,0.645,0.422432,2.1,"2013-01-16 00:00",1.7,"2013-02-03 00:00",1.6,"2013-01-01 00:00",1.6,"2013-10-31 00:00","","","","",2.1,1.7,1.6,1.3,0.8,0.5,0.2,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88383",5,36.332179,-119.291228,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,1.373333,1.029706,5.1,"2013-02-03 00:00",4.1,"2013-11-12 00:00",4,"2013-01-16 00:00",3.9,"2013-01-01 00:00","","","","",5.1,4.1,4,3.3,1.6,1.1,0.4,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88384",5,36.332179,-119.291228,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",41,0.0725,0.040573,0.2,"2013-04-22 00:00",0.2,"2013-06-27 00:00",0.2,"2013-10-07 00:00",0.2,"2013-10-22 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.05,0.05,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88385",5,36.332179,-119.291228,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",60,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88388",5,36.332179,-119.291228,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",60,98,50,61,0,8,"","","Certification not required",0,1.021667,0.78332,4.1,"2013-02-03 00:00",3,"2013-01-01 00:00",3,"2013-11-12 00:00",2.7,"2013-01-16 00:00","","","","",4.1,3,3,2.6,1.2,0.8,0.3,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-10" +"06","107","2002","88390",5,36.332179,-119.291228,"NAD83","Levoglucosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,3,"","","Certification not required",8,0.204,0.263427,0.9,"2013-01-01 00:00",0.75,"2013-01-16 00:00",0.59,"2013-02-03 00:00",0.33,"2013-01-22 00:00","","","","",0.9,0.9,0.9,0.75,0.32,0.09,0.01,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-08-13" +"06","107","2002","88391",5,36.332179,-119.291228,"NAD83","Mannosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,3,"","","Certification not required",17,0.0285,0.046823,0.16,"2013-01-16 00:00",0.15,"2013-01-01 00:00",0.09,"2013-01-28 00:00",0.01,"2013-01-10 00:00","","","","",0.16,0.16,0.16,0.15,0.01,0.01,0.01,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-08-13" +"06","107","2002","88392",5,36.332179,-119.291228,"NAD83","Galactosan PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - HPLC Charged Aerosol Detector",2013,"Micrograms/cubic meter (LC)","No Events",20,33,17,61,0,3,"","","Certification not required",17,0.023,0.031805,0.1,"2013-01-01 00:00",0.1,"2013-01-28 00:00",0.09,"2013-01-16 00:00",0.01,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0.1,0.01,0.01,0.01,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-08-13" +"06","107","2002","88403",5,36.332179,-119.291228,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",63,100,53,61,0,13,"","","Certification not required",0,1.361746,0.671912,3.62,"2013-12-18 00:00",2.87,"2013-04-28 00:00",2.78,"2013-06-03 00:00",2.58,"2013-03-23 00:00","","","","",3.62,2.87,2.58,2.24,1.84,1.19,0.62,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-06" +"06","107","2002","88501",3,36.332179,-119.291228,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5020,57,212,365,0,14,"","","Certification not required",0,14.96494,11.846177,81,"2013-01-19 20:00",77,"2013-02-02 21:00",75,"2013-01-04 21:00",75,"2013-02-02 19:00","","","","",58,51,39,30,20,12,4,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","88501",3,36.332179,-119.291228,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",212,58,212,365,0,0,"","","Certification not required",0,14.903302,9.781932,49.7,"2013-02-03 00:00",49.2,"2013-02-02 00:00",48.9,"2013-02-04 00:00",48,"2013-01-04 00:00","","","","",48.9,47.6,35.2,26.5,18,12.8,5,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2013-12-13" +"06","107","2002","88502",5,36.332179,-119.291228,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",63,100,53,61,0,13,"","","Certification not required",0,18.457143,18.498864,123.9,"2013-12-18 00:00",55.1,"2013-12-30 00:00",51.7,"2013-11-12 00:00",51.3,"2013-02-03 00:00","","","","",123.9,55.1,51.3,38.9,19.8,12.6,6.5,"Visalia - N. Church","310 N CHURCH ST, VISALIA","California","Tulare","Visalia","Visalia-Porterville, CA","2014-01-22" +"06","107","2010","44201",1,36.031831,-119.055018,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5672,69,252,365,0,880,0,0,"Certification not required",163,0.060444,0.017918,0.112,"2013-06-08 16:00",0.104,"2013-06-07 17:00",0.098,"2013-06-02 15:00",0.095,"2013-09-06 17:00","","","","",0.098,0.094,0.088,0.084,0.074,0.061,0.037,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","44201",1,36.031831,-119.055018,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5795,65,236,365,0,0,3,3,"Certification not required",0,0.055504,0.015076,0.103,"2013-06-08 11:00",0.094,"2013-06-07 11:00",0.087,"2013-06-02 10:00",0.084,"2013-09-20 10:00","","","","",0.087,0.082,0.078,0.074,0.068,0.056,0.035,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","44201",1,36.031831,-119.055018,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5795,65,237,365,0,0,22,22,"Certification not required",0,0.05562,0.01515,0.103,"2013-06-08 11:00",0.094,"2013-06-07 11:00",0.087,"2013-06-02 10:00",0.084,"2013-09-20 10:00","","","","",0.087,0.083,0.079,0.075,0.068,0.056,0.035,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","61101",1,36.031831,-119.055018,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6531,75,273,365,0,21,"","","Certification not required",0,4.24079,1.974751,15.6,"2013-04-15 20:00",13,"2013-03-30 18:00",13,"2013-04-07 23:00",13,"2013-05-04 18:00","","","","",9.6,8.7,7.8,6.9,5.2,4.3,1.7,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","61102",1,36.031831,-119.055018,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6531,75,273,365,0,21,"","","Certification not required",0,214.090645,85.177841,360,"2013-01-30 08:00",360,"2013-02-11 18:00",360,"2013-08-29 23:00",358,"2013-05-04 23:00","","","","",349,341,328,318,294,219,101,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","61103",1,36.031831,-119.055018,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6512,74,273,365,0,40,"","","Certification not required",0,3.874186,1.962258,14.8,"2013-04-15 20:00",13,"2013-03-30 18:00",13,"2013-04-07 23:00",13,"2013-05-04 18:00","","","","",8.7,8.7,6.9,6.1,5.2,3.5,0.9,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","61104",1,36.031831,-119.055018,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6512,74,273,365,0,40,"","","Certification not required",0,214.587224,84.921973,360,"2013-02-14 03:00",360,"2013-02-26 19:00",360,"2013-04-10 19:00",359,"2013-02-06 17:00","","","","",348,340,328,318,295,220,101,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","62101",1,36.031831,-119.055018,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,66.901116,16.000034,104,"2013-07-02 16:00",104,"2013-07-02 17:00",103,"2013-07-02 14:00",103,"2013-07-02 15:00","","","","",98,96,92,88,79,67,45,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","64101",1,36.031831,-119.055018,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6543,75,273,365,0,9,"","","Certification not required",0,999.764481,5.359016,1017,"2013-01-15 09:00",1017,"2013-01-15 10:00",1016,"2013-01-15 07:00",1016,"2013-01-15 08:00","","","","",1013,1011,1009,1008,1003,999,993,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","88502",3,36.031831,-119.055018,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6307,72,262,365,0,245,"","","Certification not required",0,14.014111,10.954001,191,"2013-06-29 20:00",151,"2013-03-01 20:00",91,"2013-02-03 20:00",84,"2013-02-03 21:00","","","","",59,50,35,25,17,11,5,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","2010","88502",3,36.031831,-119.055018,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,"","","Certification not required",0,13.958397,8.837129,63.9,"2013-02-03 00:00",55.7,"2013-02-04 00:00",46.9,"2013-01-04 00:00",46.4,"2013-02-05 00:00","","","","",46.9,42.5,32.4,23.9,15.2,11.7,6.6,"Porterville","1839 South Newcomb Street Porterville, CA 93257","California","Tulare","Porterville","Visalia-Porterville, CA","2014-01-29" +"06","107","3000","61101",1,36.313889,-119.392222,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7198,82,298,365,0,98,"","","Certification not required",0,3.626799,1.747428,18.2,"2013-09-21 18:00",15.6,"2013-09-21 19:00",15.6,"2013-10-09 11:00",14.8,"2013-01-10 00:00","","","","",9.6,8.7,6.9,6.1,4.3,3.5,1.7,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","61102",1,36.313889,-119.392222,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",7198,82,298,365,0,98,"","","Certification not required",0,236.997916,86.248051,360,"2013-01-21 14:00",360,"2013-07-03 20:00",359,"2013-01-25 20:00",359,"2013-02-16 17:00","","","","",351,344,333,321,307,275,115,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","61103",1,36.313889,-119.392222,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7123,81,297,365,0,173,"","","Certification not required",0,3.200758,1.812122,18.2,"2013-09-21 18:00",15.6,"2013-09-21 19:00",15.6,"2013-10-09 11:00",14.8,"2013-01-10 00:00","","","","",8.7,7.8,6.9,5.2,4.3,2.6,1.7,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","61104",1,36.313889,-119.392222,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7124,81,297,365,0,172,"","","Certification not required",0,237.919848,87.705979,360,"2013-01-21 14:00",360,"2013-01-24 00:00",360,"2013-02-07 11:00",360,"2013-04-09 02:00","","","","",352,346,335,325,310,276,114,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","62101",1,36.313889,-119.392222,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7198,82,298,365,0,98,"","","Certification not required",0,66.375382,15.60406,106,"2013-07-02 15:00",106,"2013-07-02 16:00",104,"2013-07-02 14:00",104,"2013-07-02 17:00","","","","",98,96,92,88,78,66,46,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","62201",1,36.313889,-119.392222,"UNKNOWN","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7198,82,298,365,0,98,"","","Certification not required",0,55.59197,22.67763,100,"2013-01-02 02:00",100,"2013-01-02 03:00",100,"2013-01-02 04:00",100,"2013-01-02 05:00","","","","",100,99,94,88,73,55,26,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","63301",1,36.313889,-119.392222,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7198,82,298,365,0,98,"","","Certification not required",3343,0.339962,0.431005,1.38,"2013-05-09 11:00",1.36,"2013-05-22 11:00",1.36,"2013-05-23 11:00",1.36,"2013-06-13 11:00","","","","",1.3,1.27,1.2,1.07,0.69,0.04,0.005,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","107","3000","64101",1,36.313889,-119.392222,"UNKNOWN","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7198,82,298,365,0,98,"","","Certification not required",0,1003.212726,4.452034,1019.9,"2013-01-15 11:00",1018.6,"2013-01-15 10:00",1018.6,"2013-01-15 12:00",1018.6,"2013-01-15 13:00","","","","",1014.6,1013.2,1010.6,1009.2,1006.6,1002.6,997.2,"Visalia-AP","VISALIA AIRPORT","California","Tulare","Visalia","Visalia-Porterville, CA","2014-02-14" +"06","109","0005","44201",1,37.981582,-120.379611,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4869,58,212,365,0,156,0,0,"Certification not required",55,0.050764,0.012975,0.085,"2013-07-02 12:00",0.083,"2013-05-14 16:00",0.083,"2013-07-01 19:00",0.081,"2013-06-07 15:00","","","","",0.083,0.079,0.075,0.068,0.06,0.05,0.035," 251 S BARRETTA, SONORA, CA 95370"," 251 S BARRETTA, SONORA, CA 95370","California","Tuolumne","Sonora","Phoenix Lake-Cedar Ridge, CA","2013-12-13" +"06","109","0005","44201",1,37.981582,-120.379611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,58,211,365,0,0,0,0,"Certification not required",0,0.045905,0.011852,0.074,"2013-07-02 10:00",0.07,"2013-05-03 11:00",0.07,"2013-06-01 13:00",0.07,"2013-07-04 10:00","","","","",0.07,0.069,0.066,0.061,0.055,0.046,0.031," 251 S BARRETTA, SONORA, CA 95370"," 251 S BARRETTA, SONORA, CA 95370","California","Tuolumne","Sonora","Phoenix Lake-Cedar Ridge, CA","2013-12-13" +"06","109","0005","44201",1,37.981582,-120.379611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,58,211,365,0,0,0,0,"Certification not required",0,0.045905,0.011852,0.074,"2013-07-02 10:00",0.07,"2013-05-03 11:00",0.07,"2013-06-01 13:00",0.07,"2013-07-04 10:00","","","","",0.07,0.069,0.066,0.061,0.055,0.046,0.031," 251 S BARRETTA, SONORA, CA 95370"," 251 S BARRETTA, SONORA, CA 95370","California","Tuolumne","Sonora","Phoenix Lake-Cedar Ridge, CA","2013-12-13" +"06","109","0005","61103",1,37.981582,-120.379611,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3620,41,151,365,0,4,"","","Certification not required",0,1.657735,1.633862,11,"2013-04-08 23:00",11,"2013-04-09 06:00",11,"2013-04-09 15:00",11,"2013-04-09 16:00","","","","",7,6,5,4,3,1,0," 251 S BARRETTA, SONORA, CA 95370"," 251 S BARRETTA, SONORA, CA 95370","California","Tuolumne","Sonora","Phoenix Lake-Cedar Ridge, CA","2013-10-29" +"06","109","0005","61104",1,37.981582,-120.379611,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3620,41,151,365,0,4,"","","Certification not required",0,199.666851,98.767643,360,"2013-01-06 17:00",360,"2013-01-06 22:00",360,"2013-02-28 17:00",360,"2013-04-02 18:00","","","","",358,357,353,345,270,199,28," 251 S BARRETTA, SONORA, CA 95370"," 251 S BARRETTA, SONORA, CA 95370","California","Tuolumne","Sonora","Phoenix Lake-Cedar Ridge, CA","2013-10-29" +"06","109","0005","62101",1,37.981582,-120.379611,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3620,41,151,365,0,4,"","","Certification not required",0,53.115746,15.093469,91,"2013-05-12 14:00",90,"2013-05-12 12:00",90,"2013-05-12 13:00",90,"2013-05-12 15:00","","","","",86,82,79,75,64,52,34," 251 S BARRETTA, SONORA, CA 95370"," 251 S BARRETTA, SONORA, CA 95370","California","Tuolumne","Sonora","Phoenix Lake-Cedar Ridge, CA","2013-10-29" +"06","111","0007","44201",1,34.208244,-118.869444,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8655,100,365,365,0,105,0,0,"Certification not required",405,0.04863,0.009098,0.099,"2013-05-03 12:00",0.081,"2013-05-04 11:00",0.073,"2013-03-25 16:00",0.072,"2013-05-11 14:00","","","","",0.072,0.068,0.064,0.061,0.055,0.047,0.039,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","0007","44201",1,34.208244,-118.869444,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8740,100,364,365,0,0,0,0,"Certification not required",0,0.043835,0.008007,0.081,"2013-05-03 10:00",0.068,"2013-05-12 11:00",0.066,"2013-05-04 09:00",0.062,"2013-08-15 11:00","","","","",0.062,0.06,0.057,0.054,0.049,0.043,0.035,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","0007","44201",1,34.208244,-118.869444,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8740,100,364,365,0,0,1,1,"Certification not required",0,0.043835,0.008007,0.081,"2013-05-03 10:00",0.068,"2013-05-12 11:00",0.066,"2013-05-04 09:00",0.062,"2013-08-15 11:00","","","","",0.062,0.06,0.057,0.054,0.049,0.043,0.035,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","0007","61101",1,34.208244,-118.869444,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8731,100,364,365,0,29,"","","Certification not required",0,4.41718,2.877873,18.8,"2013-10-04 08:00",18.4,"2013-05-02 08:00",18.4,"2013-10-04 10:00",18.4,"2013-10-05 10:00","","","","",13.2,11.8,9.9,8.5,6.4,3.5,1.6,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","61102",1,34.208244,-118.869444,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8731,100,364,365,0,29,"","","Certification not required",0,200.090024,105.442552,359,"2013-01-07 17:00",359,"2013-03-10 12:00",359,"2013-06-13 20:00",359,"2013-06-14 22:00","","","","",350,344,333,322,297,220,51,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","61103",1,34.208244,-118.869444,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8731,100,364,365,0,29,"","","Certification not required",0,3.979498,2.862311,17.9,"2013-10-04 08:00",17.7,"2013-05-02 08:00",17.7,"2013-10-04 10:00",17.7,"2013-10-05 10:00","","","","",12.4,11.1,9.3,8,5.8,3.1,1,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","61104",1,34.208244,-118.869444,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8731,100,364,365,0,29,"","","Certification not required",0,199.958309,105.429897,359,"2013-02-05 23:00",359,"2013-03-16 18:00",359,"2013-04-15 02:00",359,"2013-06-11 04:00","","","","",350,343,333,323,297,219,51,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","61106",1,34.208244,-118.869444,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8721,100,364,365,0,39,"","","Certification not required",0,23.908302,13.176051,80.8,"2013-01-10 08:00",78.4,"2013-05-16 22:00",77.5,"2013-05-19 07:00",77.1,"2013-04-02 09:00","","","","",64.4,60.2,52.3,44.6,29.7,19.4,11.5,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","62101",1,34.208244,-118.869444,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8735,100,364,365,0,25,"","","Certification not required",0,61.751002,10.294615,96,"2013-08-30 12:00",95,"2013-08-30 11:00",95,"2013-08-30 13:00",94,"2013-09-06 12:00","","","","",87,84,80,76,69,61,49,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","62201",1,34.208244,-118.869444,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",8719,100,363,365,0,41,"","","Certification not required",0,58.73357,25.396159,100,"2013-03-07 01:00",100,"2013-03-07 03:00",100,"2013-03-07 06:00",100,"2013-03-16 01:00","","","","",98,97,94,90,80,62,18,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","63301",1,34.208244,-118.869444,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8736,100,364,365,0,24,"","","Certification not required",4400,0.331346,0.441596,1.47,"2013-08-03 11:00",1.45,"2013-05-02 11:00",1.45,"2013-05-02 12:00",1.43,"2013-05-14 11:00","","","","",1.38,1.35,1.24,1.11,0.65,0.005,0.005,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","65102",1,34.208244,-118.869444,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8747,100,364,365,0,13,"","","Certification not required",0,0.000325,0.004961,0.19,"2013-02-19 19:00",0.15,"2013-03-08 00:00",0.14,"2013-01-24 06:00",0.12,"2013-01-25 21:00","","","","",0,0,0,0,0,0,0,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0007","68101",1,34.208244,-118.869444,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",60,98,60,61,0,0,"","","Certification not required",51,0.095833,0.121882,0.5,"2013-03-29 00:00",0.5,"2013-04-04 00:00",0.5,"2013-04-28 00:00",0.4,"2013-02-15 00:00","","","","",0.5,0.5,0.5,0.3,0.05,0.05,0.05,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68102",1,34.208244,-118.869444,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",60,98,60,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68103",1,34.208244,-118.869444,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,9.828333,4.392022,20.4,"2013-09-01 00:00",18.2,"2013-09-07 00:00",17.8,"2013-06-27 00:00",16.3,"2013-07-21 00:00","","","","",20.4,18.2,17.8,15.3,13.1,10.2,3.7,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68104",1,34.208244,-118.869444,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,23.626667,4.641481,34.1,"2013-09-07 00:00",32.8,"2013-08-26 00:00",30.7,"2013-06-27 00:00",30.6,"2013-07-09 00:00","","","","",34.1,32.8,30.7,29,26.7,24.5,18.2,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68105",1,34.208244,-118.869444,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,16.095,4.21448,24.6,"2013-09-07 00:00",24.2,"2013-06-27 00:00",24.1,"2013-09-01 00:00",23.5,"2013-08-26 00:00","","","","",24.6,24.2,24.1,21.5,18.9,16.8,10.8,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-20" +"06","111","0007","68106",1,34.208244,-118.869444,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,737.666667,3.067968,743,"2013-01-04 00:00",743,"2013-01-16 00:00",743,"2013-02-15 00:00",743,"2013-12-30 00:00","","","","",743,743,743,742,740,737,734,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68107",1,34.208244,-118.869444,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,741.233333,3.185596,749,"2013-01-16 00:00",747,"2013-01-04 00:00",747,"2013-02-27 00:00",746,"2013-12-30 00:00","","","","",749,747,747,745,744,741,737,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68108",1,34.208244,-118.869444,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,739.383333,3.042588,746,"2013-01-16 00:00",745,"2013-01-04 00:00",745,"2013-02-27 00:00",744,"2013-02-15 00:00","","","","",746,745,745,744,742,739,736,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","68109",1,34.208244,-118.869444,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",60,98,60,61,0,0,"","","Certification not required",0,1439.95,0.219784,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","88101",1,34.208244,-118.869444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,8.630508,3.840495,19.3,"2013-10-25 00:00",18.7,"2013-05-04 00:00",16.5,"2013-12-18 00:00",15.2,"2013-05-22 00:00","","","","",19.3,18.7,16.5,13.8,10.6,8.5,3.6,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","88101",1,34.208244,-118.869444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,8.630508,3.840495,19.3,"2013-10-25 00:00",18.7,"2013-05-04 00:00",16.5,"2013-12-18 00:00",15.2,"2013-05-22 00:00","","","","",19.3,18.7,16.5,13.8,10.6,8.5,3.6,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","0007","88101",3,34.208244,-118.869444,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8654,99,364,365,0,106,"","","Certification not required",0,9.383291,6.985892,82,"2013-05-03 13:00",64,"2013-12-31 20:00",63,"2013-12-31 23:00",58,"2013-12-31 22:00","","","","",30,27,22,18,13,9,1,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","0007","88101",3,34.208244,-118.869444,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,9.351657,5.071102,28.7,"2013-12-22 00:00",25.4,"2013-10-25 00:00",23.7,"2013-10-26 00:00",22.5,"2013-05-04 00:00","","","","",22.5,20.5,18.3,15.9,12.9,8.8,3.1,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","0007","88101",3,34.208244,-118.869444,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,9.351657,5.071102,28.7,"2013-12-22 00:00",25.4,"2013-10-25 00:00",23.7,"2013-10-26 00:00",22.5,"2013-05-04 00:00","","","","",22.5,20.5,18.3,15.9,12.9,8.8,3.1,"THOUSAND OAKS","2323 MOORPARK ROAD, THOUSAND OAKS, CA 91360","California","Ventura","Thousand Oaks","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","0008","61101",1,34.291667,-118.797778,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,4.473788,3.295909,19.6,"2013-12-09 22:00",18.4,"2013-12-09 23:00",18.4,"2013-12-25 07:00",18.3,"2013-10-04 09:00","","","","",14.6,12.6,10.5,9.1,6.6,3.7,1,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","61102",1,34.291667,-118.797778,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,191.286237,101.013624,359,"2013-06-05 00:00",359,"2013-06-08 01:00",359,"2013-06-16 02:00",359,"2013-06-23 04:00","","","","",349,341,321,300,283,220,53,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","61103",1,34.291667,-118.797778,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,3.733471,3.263463,18.6,"2013-12-09 22:00",17.7,"2013-12-09 23:00",17.7,"2013-12-25 07:00",17.1,"2013-10-04 09:00","","","","",13.6,11.8,9.9,8.4,5.8,2.7,0.4,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","61104",1,34.291667,-118.797778,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8747,100,365,365,0,13,"","","Certification not required",0,190.334972,101.641222,359,"2013-03-07 20:00",359,"2013-04-12 02:00",359,"2013-04-24 17:00",359,"2013-06-26 05:00","","","","",347,339,323,301,285,216,53,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","61106",1,34.291667,-118.797778,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8726,100,363,365,0,34,"","","Certification not required",0,38.673894,17.310639,89.2,"2013-05-10 20:00",88.9,"2013-03-13 01:00",88.9,"2013-12-14 02:00",88.7,"2013-03-01 21:00","","","","",80.2,77.1,71,65.2,51.4,34.1,20,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","62101",1,34.291667,-118.797778,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,14,"","","Certification not required",0,63.124628,10.770808,97,"2013-08-30 12:00",97,"2013-09-06 11:00",96,"2013-06-30 11:00",96,"2013-06-30 12:00","","","","",89,86,82,78,71,62,50,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","62201",1,34.291667,-118.797778,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",8743,100,365,365,0,17,"","","Certification not required",0,55.31225,26.529971,100,"2013-04-22 04:00",100,"2013-04-22 05:00",100,"2013-04-22 06:00",100,"2013-04-22 07:00","","","","",99,98,94,90,79,57,15,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","63301",1,34.291667,-118.797778,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8753,100,365,365,0,7,"","","Certification not required",4381,0.332932,0.446114,1.48,"2013-05-02 11:00",1.47,"2013-05-02 12:00",1.47,"2013-07-16 11:00",1.47,"2013-07-17 11:00","","","","",1.41,1.37,1.28,1.11,0.65,0.005,0.005,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","63302",1,34.291667,-118.797778,"NAD27","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",8754,100,365,365,0,6,"","","Certification not required",5444,0.015347,0.016202,0.06,"2013-04-02 11:00",0.06,"2013-04-02 12:00",0.06,"2013-04-04 12:00",0.06,"2013-04-04 13:00","","","","",0.06,0.06,0.05,0.04,0.02,0.005,0.005,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","64101",1,34.291667,-118.797778,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8755,100,365,365,0,5,"","","Certification not required",0,982.08932,4.123246,997,"2013-01-15 08:00",997,"2013-01-15 09:00",997,"2013-01-15 10:00",996,"2013-01-15 07:00","","","","",992,991,989,988,985,982,977,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0008","65102",1,34.291667,-118.797778,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8755,100,365,365,0,5,"","","Certification not required",0,0.000431,0.006488,0.25,"2013-11-21 03:00",0.18,"2013-03-08 00:00",0.17,"2013-03-08 02:00",0.16,"2013-03-08 01:00","","","","",0,0,0,0,0,0,0,"SITE IN SIMI VALLEY LANDFILL. NEAREST TRAFFIC HWY 118, SO, 1/2 MI.","2801 MADERA ROAD, SIMI VALLEY","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","44201",1,34.402846,-118.810003,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8359,99,362,365,0,401,0,0,"Certification not required",304,0.052453,0.010546,0.092,"2013-08-15 13:00",0.09,"2013-03-15 15:00",0.087,"2013-05-03 13:00",0.086,"2013-05-04 12:00","","","","",0.086,0.072,0.07,0.066,0.059,0.052,0.04,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","0009","44201",1,34.402846,-118.810003,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8702,99,361,365,0,0,0,0,"Certification not required",0,0.047061,0.009052,0.082,"2013-08-15 11:00",0.076,"2013-05-03 10:00",0.072,"2013-05-04 09:00",0.069,"2013-08-16 09:00","","","","",0.069,0.067,0.062,0.058,0.053,0.047,0.036,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","0009","44201",1,34.402846,-118.810003,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8702,99,361,365,0,0,2,2,"Certification not required",0,0.047061,0.009052,0.082,"2013-08-15 11:00",0.076,"2013-05-03 10:00",0.072,"2013-05-04 09:00",0.069,"2013-08-16 09:00","","","","",0.069,0.067,0.062,0.058,0.053,0.047,0.036,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","0009","61101",1,34.402846,-118.810003,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,7.892646,4.997013,29.9,"2013-12-09 09:00",29.9,"2013-12-09 14:00",29.7,"2013-12-09 10:00",29.5,"2013-12-09 13:00","","","","",20.6,18.6,16.5,15,11.7,7,2.1,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","61102",1,34.402846,-118.810003,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,166.333753,92.23732,359,"2013-03-03 21:00",359,"2013-04-16 22:00",359,"2013-06-16 04:00",359,"2013-08-21 22:00","","","","",319,295,272,267,256,177,62,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","61103",1,34.402846,-118.810003,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,7.50302,5.171074,29.5,"2013-12-09 09:00",29.5,"2013-12-09 14:00",29.3,"2013-12-09 10:00",29.1,"2013-12-09 13:00","","","","",20.4,18.4,16.3,14.8,11.5,6.8,1.4,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","61104",1,34.402846,-118.810003,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,166.127187,91.923312,359,"2013-04-16 22:00",359,"2013-06-02 01:00",359,"2013-08-01 02:00",358,"2013-03-20 23:00","","","","",311,288,271,266,256,172,62,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","61106",1,34.402846,-118.810003,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8736,100,365,365,0,24,"","","Certification not required",0,17.292125,13.657682,79.8,"2013-09-16 21:00",79.2,"2013-05-28 23:00",78.8,"2013-05-28 08:00",75.4,"2013-06-19 05:00","","","","",61.2,56.4,48.8,39.5,21.2,11.2,6.8,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","62101",1,34.402846,-118.810003,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8744,100,365,365,0,16,"","","Certification not required",0,63.032251,12.191957,101,"2013-06-30 12:00",100,"2013-06-30 11:00",100,"2013-09-06 12:00",100,"2013-09-06 13:00","","","","",93,91,85,80,71,61,49,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","62201",1,34.402846,-118.810003,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",8729,100,364,365,0,31,"","","Certification not required",6,56.166686,26.63169,100,"2013-01-09 20:00",100,"2013-01-26 20:00",100,"2013-01-26 21:00",100,"2013-01-26 22:00","","","","",100,99,95,92,81,56,19,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","63301",1,34.402846,-118.810003,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8749,100,365,365,0,11,"","","Certification not required",4378,0.33411,0.445938,1.53,"2013-05-07 11:00",1.51,"2013-05-03 11:00",1.5,"2013-05-20 11:00",1.49,"2013-05-20 12:00","","","","",1.4,1.36,1.27,1.11,0.65,0.005,0.005,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","65102",1,34.402846,-118.810003,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8755,100,365,365,0,5,"","","Certification not required",0,0.000537,0.007907,0.29,"2013-03-08 01:00",0.24,"2013-03-31 14:00",0.22,"2013-05-06 03:00",0.19,"2013-11-21 01:00","","","","",0,0,0,0,0,0,0,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","0009","88101",3,34.402846,-118.810003,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8629,99,365,365,0,131,"","","Certification not required",0,7.311392,6.390244,72,"2013-02-21 19:00",65,"2013-03-21 08:00",46,"2013-03-20 12:00",42,"2013-10-10 10:00","","","","",25,22,19,16,11,7,0,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","0009","88101",3,34.402846,-118.810003,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,0,0,"Certification not required",0,7.228022,4.77773,23.6,"2013-09-20 00:00",21,"2013-03-20 00:00",20.8,"2013-10-25 00:00",19.9,"2013-10-24 00:00","","","","",19.9,17.4,14.8,13.3,10.7,7.4,0.9,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","0009","88101",3,34.402846,-118.810003,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,7.228022,4.77773,23.6,"2013-09-20 00:00",21,"2013-03-20 00:00",20.8,"2013-10-25 00:00",19.9,"2013-10-24 00:00","","","","",19.9,17.4,14.8,13.3,10.7,7.4,0.9,"PIRU","3301 PACIFIC AVENUE, PIRU, CA 93040","California","Ventura","Piru","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","1004","44201",1,34.446571,-119.230277,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8366,99,362,365,0,394,0,0,"Certification not required",574,0.052006,0.010034,0.101,"2013-08-15 15:00",0.092,"2013-03-15 14:00",0.082,"2013-05-03 14:00",0.08,"2013-05-04 14:00","","","","",0.08,0.076,0.068,0.064,0.059,0.051,0.041,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","1004","44201",1,34.446571,-119.230277,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,99,362,365,0,0,1,1,"Certification not required",0,0.047039,0.009537,0.085,"2013-08-15 12:00",0.077,"2013-05-03 10:00",0.073,"2013-05-04 09:00",0.072,"2013-04-21 10:00","","","","",0.072,0.069,0.062,0.059,0.053,0.047,0.035,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","1004","44201",1,34.446571,-119.230277,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,99,362,365,0,0,2,2,"Certification not required",0,0.047039,0.009537,0.085,"2013-08-15 12:00",0.077,"2013-05-03 10:00",0.073,"2013-05-04 09:00",0.072,"2013-04-21 10:00","","","","",0.072,0.069,0.062,0.059,0.053,0.047,0.035,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","1004","61101",1,34.446571,-119.230277,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,3.064509,2.163234,13,"2013-02-23 16:00",11.7,"2013-02-23 15:00",11.1,"2013-05-29 14:00",10.9,"2013-02-15 13:00","","","","",8.4,8,7.4,6.8,4.5,1.9,1.2,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","61102",1,34.446571,-119.230277,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8741,100,365,365,0,19,"","","Certification not required",0,160.412882,93.606174,359,"2013-01-26 08:00",359,"2013-01-30 00:00",359,"2013-02-21 05:00",359,"2013-04-15 23:00","","","","",323,291,273,265,249,187,40,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","61103",1,34.446571,-119.230277,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8653,99,360,365,0,107,"","","Certification not required",0,2.471155,2.206211,12.8,"2013-02-23 16:00",10.9,"2013-02-23 15:00",10.5,"2013-02-15 13:00",10.1,"2013-05-29 14:00","","","","",8,7.6,7,6.2,3.9,1.4,0.4,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","61104",1,34.446571,-119.230277,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8653,99,360,365,0,107,"","","Certification not required",0,161.350399,93.055862,359,"2013-02-02 00:00",359,"2013-03-07 04:00",359,"2013-04-17 09:00",359,"2013-04-21 01:00","","","","",316,287,273,265,249,189,41,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","61106",1,34.446571,-119.230277,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8642,99,360,365,0,118,"","","Certification not required",0,35.876336,15.978654,95.1,"2013-05-29 20:00",93.9,"2013-03-17 06:00",91.8,"2013-02-23 04:00",89.3,"2013-04-10 23:00","","","","",74.9,71.5,64.6,58.7,47.7,33.1,17.5,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","62101",1,34.446571,-119.230277,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8745,100,365,365,0,15,"","","Certification not required",0,60.759291,14.235682,102,"2013-06-30 11:00",101,"2013-06-30 12:00",100,"2013-06-29 13:00",100,"2013-06-29 14:00","","","","",93,91,86,81,71,60,43,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","62201",1,34.446571,-119.230277,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",8698,99,361,365,0,62,"","","Certification not required",0,61.058979,24.65555,100,"2013-01-24 02:00",100,"2013-01-24 03:00",100,"2013-01-24 04:00",100,"2013-01-24 05:00","","","","",100,98,95,92,83,63,25,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","63301",1,34.446571,-119.230277,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8720,100,363,365,0,40,"","","Certification not required",4361,0.329085,0.440669,1.66,"2013-04-01 11:00",1.47,"2013-04-17 11:00",1.47,"2013-04-17 12:00",1.46,"2013-04-08 10:00","","","","",1.38,1.33,1.26,1.1,0.65,0.005,0.005,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","65102",1,34.446571,-119.230277,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8752,100,365,365,0,8,"","","Certification not required",0,0.000512,0.006489,0.21,"2013-11-21 00:00",0.19,"2013-01-24 01:00",0.19,"2013-01-24 06:00",0.11,"2013-01-24 02:00","","","","",0.01,0,0,0,0,0,0,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","1004","88101",3,34.446571,-119.230277,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7674,88,323,365,0,1086,"","","Certification not required",0,8.516289,5.651143,41,"2013-12-08 20:00",38,"2013-07-19 13:00",36,"2013-02-07 11:00",36,"2013-12-31 22:00","","","","",24,21,19,16,12,8,2,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","1004","88101",3,34.446571,-119.230277,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",321,88,321,365,0,0,0,0,"Certification not required",0,8.467913,3.151815,15.9,"2013-07-20 00:00",15.9,"2013-07-21 00:00",15.8,"2013-05-04 00:00",15.7,"2013-05-21 00:00","","","","",15.7,15.2,13.9,12.8,10.8,8.5,4.5,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","1004","88101",3,34.446571,-119.230277,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",321,88,321,365,0,0,"","","Certification not required",0,8.467913,3.151815,15.9,"2013-07-20 00:00",15.9,"2013-07-21 00:00",15.8,"2013-05-04 00:00",15.7,"2013-05-21 00:00","","","","",15.7,15.2,13.9,12.8,10.8,8.5,4.5,"OJAI","1201 E. OJAI AVENUE, OJAI, CA 93023","California","Ventura","Ojai","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","2002","12102",7,34.275736,-118.684731,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.002,0,0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12103",7,34.275736,-118.684731,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.001,0,0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12110",7,34.275736,-118.684731,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.001,0,0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12112",7,34.275736,-118.684731,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.003,0.000707,0.004,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-02-09 00:00",0.003,"2013-02-21 00:00","","","","",0.004,0.004,0.004,0.004,0.003,0.003,0.002,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12113",7,34.275736,-118.684731,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.001,0,0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12114",7,34.275736,-118.684731,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",1,0.00603,0.004204,0.012,"2013-01-10 00:00",0.0073,"2013-02-09 00:00",0.0064,"2013-02-21 00:00",0.0037,"2013-01-16 00:00","","","","",0.012,0.012,0.012,0.012,0.0073,0.0064,0.00075,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12115",1,34.275736,-118.684731,"NAD83","Chromium VI (TSP) STP","COMPOSITE DATA","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,75,3,4,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-04-01 00:00",0,"2013-07-01 00:00","","","","","","",0,0,0,0,0,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-31" +"06","111","2002","12126",7,34.275736,-118.684731,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",1,0.263,0.205171,0.57,"2013-01-10 00:00",0.33,"2013-02-21 00:00",0.21,"2013-02-09 00:00",0.19,"2013-01-16 00:00","","","","",0.57,0.57,0.57,0.57,0.33,0.21,0.015,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12128",7,34.275736,-118.684731,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.0009,0.000447,0.0017,"2013-01-10 00:00",0.0007,"2013-01-16 00:00",0.0007,"2013-02-03 00:00",0.0007,"2013-02-09 00:00","","","","",0.0017,0.0017,0.0017,0.0017,0.0007,0.0007,0.0007,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-06-28" +"06","111","2002","12132",7,34.275736,-118.684731,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.0046,0.003507,0.01,"2013-01-10 00:00",0.006,"2013-02-21 00:00",0.003,"2013-01-16 00:00",0.003,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.006,0.003,0.001,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12134",7,34.275736,-118.684731,"NAD83","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-10 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-02-03 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12136",7,34.275736,-118.684731,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12150",7,34.275736,-118.684731,"NAD83","Platinum (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",5,0.00015,0,0.00015,"2013-01-10 00:00",0.00015,"2013-01-16 00:00",0.00015,"2013-02-03 00:00",0.00015,"2013-02-09 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12154",7,34.275736,-118.684731,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",0,0.001,0,0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-26" +"06","111","2002","12160",7,34.275736,-118.684731,"NAD83","Tin (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",5,0.0015,0,0.0015,"2013-01-10 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-02-03 00:00",0.0015,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12161",7,34.275736,-118.684731,"NAD83","Titanium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",3,0.0087,0.006409,0.019,"2013-01-10 00:00",0.011,"2013-02-21 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-02-03 00:00","","","","",0.019,0.019,0.019,0.019,0.011,0.0045,0.0045,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12164",7,34.275736,-118.684731,"NAD83","Vanadium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-10 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-02-03 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12167",7,34.275736,-118.684731,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",2,0.0144,0.009756,0.027,"2013-01-10 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-21 00:00",0.0045,"2013-01-16 00:00","","","","",0.027,0.027,0.027,0.027,0.018,0.018,0.0045,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12168",7,34.275736,-118.684731,"NAD83","Strontium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",2,0.00216,0.001542,0.0043,"2013-01-10 00:00",0.0031,"2013-02-21 00:00",0.0019,"2013-02-09 00:00",0.00075,"2013-01-16 00:00","","","","",0.0043,0.0043,0.0043,0.0043,0.0031,0.0019,0.00075,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12169",7,34.275736,-118.684731,"NAD83","Sulfur (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",1,0.194,0.11149,0.34,"2013-02-21 00:00",0.22,"2013-01-16 00:00",0.21,"2013-02-09 00:00",0.17,"2013-01-10 00:00","","","","",0.34,0.34,0.34,0.34,0.22,0.21,0.03,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","12185",7,34.275736,-118.684731,"NAD83","Zirconium (TSP) STP","24 HOUR","","Observed Values","Lo-Vol-Xontech 920 or 924, Teflon - ICP/Mass Spectrometer",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,2,"","","Certification not required",5,0.00075,0,0.00075,"2013-01-10 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-02-03 00:00",0.00075,"2013-02-09 00:00","","","","",0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,0.00075,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-04-27" +"06","111","2002","42601",1,34.275736,-118.684731,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8277,94,361,365,0,483,"","","Certification not required",0,2.604567,8.485586,119,"2013-01-23 08:00",116,"2013-12-13 07:00",106,"2013-12-06 07:00",95,"2013-12-13 08:00","","","","",43,32,16,6,1,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","2002","42602",1,34.275736,-118.684731,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8277,94,361,365,0,483,0,"","Certification not required",0,19.775623,9.25185,43,"2013-11-11 20:00",40,"2013-01-08 19:00",40,"2013-10-18 21:00",38,"2013-10-17 06:00","","","","",38,37,34,32,27,20,7,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","2002","42602",1,34.275736,-118.684731,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8277,94,361,365,0,483,"","","Certification not required",0,8.959285,7.820108,43,"2013-11-11 20:00",41,"2013-11-11 21:00",40,"2013-01-08 19:00",40,"2013-10-18 21:00","","","","",33,30,26,21,13,6,1,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","2002","42603",1,34.275736,-118.684731,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8276,94,361,365,0,484,"","","Certification not required",0,11.632673,14.648813,150,"2013-01-23 08:00",145,"2013-12-13 07:00",138,"2013-12-06 07:00",128,"2013-12-13 08:00","","","","",72,60,40,28,14,7,2,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","2002","43102",3,34.275736,-118.684731,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - TEI 55:NMOC CAL GAS = PROPANE",2013,"Parts per billion Carbon","No Events",1920,66,81,365,0,6840,"","","Certification not required",1588,12.389792,41.460867,435,"2013-01-23 08:00",393,"2013-01-09 08:00",333,"2013-01-23 07:00",290,"2013-01-22 08:00","","","","",207,176,103,32,0.05,0.05,0.05,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","2002","43218",5,34.275736,-118.684731,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.143077,0.098215,0.4,"2013-01-04 00:00",0.33,"2013-12-06 00:00",0.3,"2013-12-30 00:00",0.29,"2013-11-12 00:00","","","","",0.4,0.4,0.33,0.3,0.2,0.08,0.08,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43359",5,34.275736,-118.684731,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,7,"","","Certification not required",0,0.386522,0.140344,0.98,"2013-11-12 00:00",0.49,"2013-09-13 00:00",0.48,"2013-10-19 00:00",0.45,"2013-07-03 00:00","","","","",0.98,0.98,0.49,0.48,0.38,0.36,0.3,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43502",5,34.275736,-118.684731,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,2.436667,0.952848,4.6,"2013-09-13 00:00",3.7,"2013-07-03 00:00",3.6,"2013-09-01 00:00",3.5,"2013-07-15 00:00","","","","",4.6,4.6,3.7,3.6,3.1,2.4,1.2,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43503",5,34.275736,-118.684731,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",0,1.716667,0.654998,2.8,"2013-09-13 00:00",2.4,"2013-01-04 00:00",2.4,"2013-04-22 00:00",2.4,"2013-06-21 00:00","","","","",2.8,2.8,2.4,2.4,2.2,1.8,1,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43505",5,34.275736,-118.684731,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,4,"","","Certification not required",0,1.35,0,1.35,"2013-01-04 00:00","","","","","","","","","","",1.35,1.35,1.35,1.35,1.35,1.35,1.35,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-06-17" +"06","111","2002","43551",5,34.275736,-118.684731,"NAD83","Acetone","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,4,"","","Certification not required",0,9.3,0,9.3,"2013-01-04 00:00","","","","","","","","","","",9.3,9.3,9.3,9.3,9.3,9.3,9.3,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-06-17" +"06","111","2002","43552",5,34.275736,-118.684731,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,1,"","","Certification not required",22,0.28,0.193694,1.2,"2013-12-06 00:00",0.4,"2013-01-04 00:00",0.4,"2013-10-07 00:00",0.4,"2013-10-19 00:00","","","","",1.2,1.2,0.4,0.4,0.4,0.2,0.2,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43702",5,34.275736,-118.684731,"NAD83","Acetonitrile","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,4,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00","","","","","","","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-06-17" +"06","111","2002","43802",5,34.275736,-118.684731,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.126538,0.092041,0.5,"2013-06-09 00:00",0.28,"2013-10-19 00:00",0.18,"2013-10-07 00:00",0.17,"2013-11-12 00:00","","","","",0.5,0.5,0.28,0.18,0.14,0.12,0.05,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43803",5,34.275736,-118.684731,"NAD83","Chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.036923,0.014358,0.07,"2013-10-07 00:00",0.06,"2013-07-15 00:00",0.06,"2013-09-13 00:00",0.06,"2013-10-19 00:00","","","","",0.07,0.07,0.06,0.06,0.04,0.03,0.02,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43804",5,34.275736,-118.684731,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.082692,0.007243,0.1,"2013-09-13 00:00",0.09,"2013-05-16 00:00",0.09,"2013-05-29 00:00",0.09,"2013-07-03 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43814",5,34.275736,-118.684731,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.011538,0.004641,0.03,"2013-12-30 00:00",0.02,"2013-10-19 00:00",0.02,"2013-12-06 00:00",0.01,"2013-01-04 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0.01,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43817",5,34.275736,-118.684731,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.026154,0.023677,0.13,"2013-11-12 00:00",0.04,"2013-07-03 00:00",0.04,"2013-10-19 00:00",0.04,"2013-12-18 00:00","","","","",0.13,0.13,0.04,0.04,0.03,0.02,0.01,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43819",5,34.275736,-118.684731,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.020769,0.003922,0.04,"2013-07-27 00:00",0.02,"2013-01-04 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-20 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0.02,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43824",5,34.275736,-118.684731,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-20 00:00",0.02,"2013-03-29 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43827",5,34.275736,-118.684731,"NAD83","Carbon Tetrafluoride","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,7,"","","Certification not required",23,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-20 00:00",0.1,"2013-03-29 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43830",5,34.275736,-118.684731,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-03-05 00:00",0.15,"2013-03-20 00:00",0.15,"2013-03-29 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43831",5,34.275736,-118.684731,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.15,0,0.15,"2013-01-04 00:00",0.15,"2013-03-05 00:00",0.15,"2013-03-20 00:00",0.15,"2013-03-29 00:00","","","","",0.15,0.15,0.15,0.15,0.15,0.15,0.15,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43834",5,34.275736,-118.684731,"NAD83","1,1,1,2,2-Pentafluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,7,"","","Certification not required",23,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-03-05 00:00",0.2,"2013-03-20 00:00",0.2,"2013-03-29 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43848",5,34.275736,-118.684731,"NAD83","Halocarbon 134a","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,7,"","","Certification not required",15,0.315652,0.171936,0.68,"2013-10-07 00:00",0.66,"2013-10-19 00:00",0.62,"2013-09-13 00:00",0.48,"2013-01-04 00:00","","","","",0.68,0.68,0.66,0.62,0.46,0.2,0.2,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","43854",5,34.275736,-118.684731,"NAD83","1,1-Difluoroethane","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,7,"","","Certification not required",9,1.812174,4.046479,18.6,"2013-03-20 00:00",7.8,"2013-10-07 00:00",3.8,"2013-11-12 00:00",3,"2013-10-19 00:00","","","","",18.6,18.6,7.8,3.8,0.94,0.46,0.2,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","44201",1,34.275736,-118.684731,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8330,100,365,365,0,430,0,0,"Certification not required",630,0.054359,0.012053,0.104,"2013-06-30 13:00",0.103,"2013-08-15 10:00",0.096,"2013-05-03 13:00",0.086,"2013-08-16 10:00","","","","",0.086,0.079,0.074,0.069,0.063,0.054,0.04,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","2002","44201",1,34.275736,-118.684731,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8739,99,363,365,0,0,2,2,"Certification not required",0,0.048763,0.010239,0.089,"2013-08-15 09:00",0.085,"2013-05-03 10:00",0.078,"2013-06-30 10:00",0.077,"2013-05-04 09:00","","","","",0.077,0.072,0.066,0.061,0.056,0.048,0.037,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","2002","44201",1,34.275736,-118.684731,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8739,99,363,365,0,0,4,4,"Certification not required",0,0.048763,0.010239,0.089,"2013-08-15 09:00",0.085,"2013-05-03 10:00",0.078,"2013-06-30 10:00",0.077,"2013-05-04 09:00","","","","",0.077,0.072,0.066,0.061,0.056,0.048,0.037,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","2002","45109",5,34.275736,-118.684731,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,1.744615,0.944141,3.6,"2013-11-12 00:00",3.36,"2013-12-30 00:00",3.04,"2013-12-06 00:00",2.96,"2013-10-07 00:00","","","","",3.6,3.6,3.36,3.04,2.48,1.76,0.8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","45201",5,34.275736,-118.684731,"NAD83","Benzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,1.147692,0.480302,2.28,"2013-12-06 00:00",2.16,"2013-12-30 00:00",1.86,"2013-01-04 00:00",1.68,"2013-10-19 00:00","","","","",2.28,2.28,2.16,1.86,1.44,0.96,0.72,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","45202",5,34.275736,-118.684731,"NAD83","Toluene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,3.236154,1.756128,7.7,"2013-10-19 00:00",7,"2013-06-09 00:00",5.32,"2013-11-12 00:00",5.25,"2013-12-30 00:00","","","","",7.7,7.7,7,5.32,4.48,2.8,1.75,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","45203",5,34.275736,-118.684731,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-03-05 00:00",0.8,"2013-03-20 00:00",0.8,"2013-03-29 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","45204",5,34.275736,-118.684731,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.658462,0.347836,1.36,"2013-11-12 00:00",1.28,"2013-12-30 00:00",1.2,"2013-12-06 00:00",1.12,"2013-10-07 00:00","","","","",1.36,1.36,1.28,1.2,0.96,0.4,0.4,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","45220",5,34.275736,-118.684731,"NAD83","Styrene","24 HOUR","","Observed Values","6L Pressurized Canister - Precon Saturn GC/MS",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,7,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-03-05 00:00",0.4,"2013-03-20 00:00",0.4,"2013-03-29 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-21" +"06","111","2002","61101",1,34.275736,-118.684731,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8503,100,354,365,0,257,"","","Certification not required",0,4.798989,3.426109,23.1,"2013-10-04 06:00",23.1,"2013-10-04 08:00",23.1,"2013-10-05 06:00",22.9,"2013-12-25 08:00","","","","",17.3,14.2,10.7,9.1,6.8,3.9,1.4,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","61102",1,34.275736,-118.684731,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8503,100,354,365,0,257,"","","Certification not required",0,185.299777,97.616723,359,"2013-01-07 07:00",359,"2013-01-27 22:00",359,"2013-02-02 14:00",359,"2013-03-25 02:00","","","","",352,342,308,281,263,239,42,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","61103",1,34.275736,-118.684731,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8503,97,354,365,0,257,"","","Certification not required",0,4.155839,3.437068,22.1,"2013-12-25 08:00",21.9,"2013-10-05 06:00",21.8,"2013-12-25 05:00",21.6,"2013-02-15 08:00","","","","",16.3,13,10.1,8.5,6.4,3.3,0.6,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","61104",1,34.275736,-118.684731,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8504,97,354,365,0,256,"","","Certification not required",0,185.01611,97.068336,359,"2013-01-06 23:00",359,"2013-01-07 02:00",359,"2013-01-13 20:00",359,"2013-01-25 04:00","","","","",352,342,305,279,263,241,43,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","61106",1,34.275736,-118.684731,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8497,97,354,365,0,263,"","","Certification not required",0,29.540414,16.664874,90.7,"2013-10-14 05:00",88.2,"2013-12-12 00:00",86.6,"2013-11-12 04:00",86.2,"2013-11-30 19:00","","","","",74.2,69.7,62,54.4,41,24.7,12.4,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","62101",1,34.275736,-118.684731,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8503,97,354,365,0,257,"","","Certification not required",0,64.678819,11.279546,99,"2013-06-30 10:00",99,"2013-06-30 11:00",98,"2013-06-30 12:00",97,"2013-08-29 11:00","","","","",91,88,84,80,73,64,51,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","62201",1,34.275736,-118.684731,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",8500,97,354,365,0,260,"","","Certification not required",0,52.552235,30.013414,100,"2013-01-06 05:00",100,"2013-01-09 18:00",100,"2013-01-09 19:00",100,"2013-01-09 20:00","","","","",100,100,100,98,79,51,11,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","63101",1,34.275736,-118.684731,"NAD83","VISIBILITY","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Miles (visibility)","No Events",8163,93,339,365,0,597,"","","Certification not required",1,22.324825,11.477773,55.9,"2013-12-17 14:00",55.8,"2013-12-16 10:00",55.6,"2013-12-15 11:00",55.6,"2013-12-16 13:00","","","","",48.5,45.8,42.2,38,31.2,21.1,8.4,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","63301",1,34.275736,-118.684731,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8505,97,354,365,0,255,"","","Certification not required",4218,0.33516,0.446006,1.46,"2013-05-20 11:00",1.45,"2013-05-02 11:00",1.45,"2013-05-24 11:00",1.44,"2013-05-02 12:00","","","","",1.38,1.35,1.26,1.11,0.65,0.01,0.005,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","2002","68101",1,34.275736,-118.684731,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",111,100,61,61,0,0,"","","Certification not required",39,0.188739,0.134955,0.5,"2013-07-21 00:00",0.5,"2013-07-27 00:00",0.5,"2013-08-05 00:00",0.5,"2013-08-17 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68102",1,34.275736,-118.684731,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",111,100,61,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68103",1,34.275736,-118.684731,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,61,61,0,0,"","","Certification not required",0,10.453153,4.674589,21.2,"2013-09-01 00:00",20.5,"2013-06-30 00:00",19.6,"2013-06-27 00:00",19.5,"2013-09-07 00:00","","","","",20.5,19.6,18.8,15.8,13.4,10.6,4.5,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68103",5,34.275736,-118.684731,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",58,48,58,122,0,31,"","","Certification not required",0,10.525862,4.738442,21.1,"2013-06-30 00:00",20,"2013-09-07 00:00",17.8,"2013-07-03 00:00",17.8,"2013-07-21 00:00","","","","",21.1,20,17.8,16.4,13.8,10.7,4.5,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","68104",1,34.275736,-118.684731,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,61,61,0,0,"","","Certification not required",0,24.514414,5.767382,37.6,"2013-06-30 00:00",37.2,"2013-08-29 00:00",36.5,"2013-09-07 00:00",35.5,"2013-06-27 00:00","","","","",37.2,36.5,33.8,31.3,28.3,25.2,17.3,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68104",5,34.275736,-118.684731,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",58,48,58,122,0,31,"","","Certification not required",0,25.131034,5.714224,38.6,"2013-09-07 00:00",38.4,"2013-06-30 00:00",33.7,"2013-10-19 00:00",33.5,"2013-03-14 00:00","","","","",38.6,38.4,33.7,32.5,28.6,26.2,16.9,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","68105",1,34.275736,-118.684731,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,61,61,0,0,"","","Certification not required",0,17.051351,4.913837,28.7,"2013-06-30 00:00",27.7,"2013-08-29 00:00",26.9,"2013-09-04 00:00",26.5,"2013-06-27 00:00","","","","",27.7,26.9,25.3,23,20,17.6,10.7,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68105",5,34.275736,-118.684731,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",58,48,58,122,0,31,"","","Certification not required",0,17.298276,4.754296,29.6,"2013-06-30 00:00",27.3,"2013-09-07 00:00",23.9,"2013-07-03 00:00",22.9,"2013-07-12 00:00","","","","",29.6,27.3,23.9,22.6,20.1,18,10.6,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","68106",1,34.275736,-118.684731,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,61,61,0,0,"","","Certification not required",0,731.684685,3.030097,739,"2013-02-12 00:00",738,"2013-01-04 00:00",737,"2013-01-16 00:00",737,"2013-02-15 00:00","","","","",738,737,736,735,734,732,728,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68106",5,34.275736,-118.684731,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,48,58,122,0,31,"","","Certification not required",0,731.362069,2.989445,737,"2013-01-04 00:00",737,"2013-01-16 00:00",737,"2013-02-27 00:00",736,"2013-01-31 00:00","","","","",737,737,737,736,734,731,727,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","68107",1,34.275736,-118.684731,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,61,61,0,0,"","","Certification not required",0,735.495495,3.204752,743,"2013-01-16 00:00",743,"2013-02-12 00:00",742,"2013-02-27 00:00",741,"2013-01-04 00:00","","","","",743,742,741,740,738,735,731,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68107",5,34.275736,-118.684731,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,48,58,122,0,31,"","","Certification not required",0,735.017241,3.300672,744,"2013-01-16 00:00",742,"2013-01-31 00:00",741,"2013-02-27 00:00",741,"2013-03-02 00:00","","","","",744,742,741,740,737,735,731,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","68108",1,34.275736,-118.684731,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,61,61,0,0,"","","Certification not required",0,733.567568,3.029016,741,"2013-02-12 00:00",740,"2013-01-16 00:00",740,"2013-02-27 00:00",739,"2013-01-04 00:00","","","","",740,740,739,737,736,733,730,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","68108",5,34.275736,-118.684731,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,48,58,122,0,31,"","","Certification not required",0,732.5,3.044984,739,"2013-01-16 00:00",738,"2013-01-04 00:00",738,"2013-02-27 00:00",737,"2013-01-31 00:00","","","","",739,738,738,737,735,733,728,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","68109",1,34.275736,-118.684731,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",111,100,61,61,0,0,"","","Certification not required",0,1439.972973,0.162898,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","81102",1,34.275736,-118.684731,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,1,0,0,"Certification not required",2,22.04918,10.136446,41,"2013-05-04 00:00",38,"2013-10-25 00:00",37,"2013-05-22 00:00",37,"2013-06-21 00:00","","","","",41,38,37,35,29,24,9,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-10" +"06","111","2002","81102",2,34.275736,-118.684731,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,97,59,61,0,2,0,0,"Certification not required",2,22.1,10.097323,40,"2013-05-04 00:00",39,"2013-10-25 00:00",37,"2013-05-22 00:00",37,"2013-06-21 00:00","","","","",40,39,37,35,30,25,8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-10" +"06","111","2002","81102",3,34.275736,-118.684731,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8629,99,359,365,0,131,"","","Certification not required",357,24.790242,17.0787,568,"2013-10-04 06:00",324,"2013-10-04 05:00",302,"2013-10-04 04:00",263,"2013-10-04 08:00","","","","",62,56,49,43,34,24,6,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","2002","81102",3,34.275736,-118.684731,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,24.364903,12.640628,126,"2013-10-04 00:00",53,"2013-05-02 00:00",53,"2013-05-21 00:00",52,"2013-05-31 00:00","","","","",52,47,43,39,32,25,8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","2002","85101",1,34.275736,-118.684731,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,1,"","","Certification not required",1,22.065574,9.831698,40,"2013-05-04 00:00",37,"2013-05-22 00:00",36,"2013-05-16 00:00",36,"2013-06-21 00:00","","","","",40,37,36,34,28,25,9,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-10" +"06","111","2002","85101",2,34.275736,-118.684731,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,59,61,0,2,"","","Certification not required",2,21.733333,9.846047,40,"2013-05-04 00:00",39,"2013-10-25 00:00",36,"2013-05-22 00:00",36,"2013-06-21 00:00","","","","",40,39,36,35,28,24,8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-10" +"06","111","2002","88101",1,34.275736,-118.684731,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,0,0,"Certification not required",0,8.99009,4.757386,23.6,"2013-07-15 00:00",22.5,"2013-02-06 00:00",21.7,"2013-10-25 00:00",19.2,"2013-04-13 00:00","","","","",22.5,21.7,17.4,15.2,11.7,8.5,3.3,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","88101",1,34.275736,-118.684731,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,"","","Certification not required",0,8.99009,4.757386,23.6,"2013-07-15 00:00",22.5,"2013-02-06 00:00",21.7,"2013-10-25 00:00",19.2,"2013-04-13 00:00","","","","",22.5,21.7,17.4,15.2,11.7,8.5,3.3,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","2002","88101",3,34.275736,-118.684731,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4263,49,180,365,0,194,"","","Certification not required",0,9.325358,7.432028,69,"2013-12-26 06:00",56,"2013-09-20 07:00",54,"2013-12-31 23:00",53,"2013-09-20 09:00","","","","",33,29,23,18,13,8,1,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","2002","88101",3,34.275736,-118.684731,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",177,48,177,365,0,0,0,0,"Certification not required",0,9.29435,5.79547,28.6,"2013-09-20 00:00",26.7,"2013-10-25 00:00",25.1,"2013-10-24 00:00",25.1,"2013-12-22 00:00","","","","",26.7,25.1,19,16.7,12.9,8.6,1.8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","2002","88101",3,34.275736,-118.684731,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",177,48,177,365,0,0,"","","Certification not required",0,9.29435,5.79547,28.6,"2013-09-20 00:00",26.7,"2013-10-25 00:00",25.1,"2013-10-24 00:00",25.1,"2013-12-22 00:00","","","","",26.7,25.1,19,16.7,12.9,8.6,1.8,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","2002","88102",5,34.275736,-118.684731,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",54,0.020233,0.006623,0.052,"2013-03-29 00:00",0.033,"2013-06-15 00:00",0.032,"2013-01-04 00:00",0.026,"2013-01-16 00:00","","","","",0.052,0.033,0.032,0.026,0.021,0.0195,0.014,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88103",5,34.275736,-118.684731,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.000276,0.000523,0.002,"2013-06-12 00:00",0.002,"2013-10-16 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88104",5,34.275736,-118.684731,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",24,0.030638,0.031228,0.168,"2013-10-04 00:00",0.103,"2013-04-07 00:00",0.099,"2013-03-23 00:00",0.093,"2013-03-14 00:00","","","","",0.168,0.103,0.099,0.074,0.035,0.021,0.0065,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88107",5,34.275736,-118.684731,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",56,0.006414,0.005579,0.0295,"2013-03-20 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00",0.011,"2013-01-22 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88109",5,34.275736,-118.684731,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",7,0.003597,0.002048,0.0093,"2013-04-13 00:00",0.0093,"2013-05-04 00:00",0.0083,"2013-11-03 00:00",0.0073,"2013-11-09 00:00","","","","",0.0093,0.0093,0.0083,0.0063,0.0044,0.0031,0.00115,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88110",5,34.275736,-118.684731,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.001552,0.003826,0.021,"2013-07-18 00:00",0.015,"2013-02-24 00:00",0.009,"2013-01-28 00:00",0.007,"2013-04-13 00:00","","","","",0.021,0.015,0.009,0.006,0.001,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88111",5,34.275736,-118.684731,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",3,0.033821,0.022922,0.0987,"2013-03-23 00:00",0.0878,"2013-05-04 00:00",0.0812,"2013-04-10 00:00",0.0759,"2013-06-30 00:00","","","","",0.0987,0.0878,0.0812,0.0708,0.0471,0.0317,0.0079,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88112",5,34.275736,-118.684731,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.004276,0.0104,0.066,"2013-09-22 00:00",0.044,"2013-11-03 00:00",0.019,"2013-09-25 00:00",0.01,"2013-03-11 00:00","","","","",0.066,0.044,0.019,0.008,0.003,0.002,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88113",5,34.275736,-118.684731,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",55,0.000712,0.00019,0.0015,"2013-01-22 00:00",0.0015,"2013-04-13 00:00",0.0012,"2013-07-12 00:00",0.001,"2013-03-20 00:00","","","","",0.0015,0.0015,0.0012,0.001,0.0007,0.0007,0.00055,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88114",5,34.275736,-118.684731,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",28,0.00238,0.001745,0.0075,"2013-09-28 00:00",0.0069,"2013-01-22 00:00",0.006,"2013-11-09 00:00",0.0059,"2013-03-11 00:00","","","","",0.0075,0.0069,0.006,0.005,0.0034,0.0017,0.0008,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88115",5,34.275736,-118.684731,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",14,0.042359,0.090805,0.561,"2013-10-28 00:00",0.285,"2013-05-22 00:00",0.26,"2013-04-13 00:00",0.203,"2013-05-19 00:00","","","","",0.561,0.285,0.26,0.122,0.0308,0.014,0.0039,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88117",5,34.275736,-118.684731,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",58,0.00594,0.00876,0.043,"2013-03-20 00:00",0.043,"2013-05-16 00:00",0.043,"2013-07-21 00:00",0.00485,"2013-02-03 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88118",5,34.275736,-118.684731,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",58,0.008391,0.005991,0.023,"2013-03-20 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00",0.017,"2013-01-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88126",5,34.275736,-118.684731,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.062953,0.033233,0.157,"2013-10-04 00:00",0.144,"2013-03-23 00:00",0.133,"2013-03-20 00:00",0.118,"2013-11-09 00:00","","","","",0.157,0.144,0.133,0.114,0.084,0.0524,0.0245,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88128",5,34.275736,-118.684731,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.000569,0.001186,0.007,"2013-03-23 00:00",0.004,"2013-07-03 00:00",0.002,"2013-01-31 00:00",0.002,"2013-03-20 00:00","","","","",0.007,0.004,0.002,0.002,0.001,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88131",5,34.275736,-118.684731,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",56,0.010293,0.004537,0.029,"2013-06-03 00:00",0.022,"2013-02-21 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-02-06 00:00","","","","",0.029,0.022,0.0165,0.0165,0.011,0.008,0.007,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88132",5,34.275736,-118.684731,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.000862,0.001083,0.003,"2013-02-15 00:00",0.003,"2013-03-20 00:00",0.003,"2013-03-23 00:00",0.003,"2013-04-10 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88136",5,34.275736,-118.684731,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.000448,0.000958,0.006,"2013-03-20 00:00",0.002,"2013-03-11 00:00",0.002,"2013-04-13 00:00",0.002,"2013-05-16 00:00","","","","",0.006,0.002,0.002,0.001,0.001,0,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88140",5,34.275736,-118.684731,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",29,0.027797,0.032677,0.199,"2013-05-22 00:00",0.087,"2013-05-19 00:00",0.077,"2013-06-15 00:00",0.076,"2013-04-13 00:00","","","","",0.199,0.087,0.077,0.063,0.043,0.0125,0.0055,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88152",5,34.275736,-118.684731,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",57,0.005837,0.001733,0.012,"2013-07-12 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-24 00:00",0.008,"2013-03-02 00:00","","","","",0.012,0.008,0.008,0.008,0.008,0.005,0.0045,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88154",5,34.275736,-118.684731,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",58,0.001047,0.000271,0.0013,"2013-01-04 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-01-31 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88160",5,34.275736,-118.684731,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",56,0.013069,0.004328,0.029,"2013-05-28 00:00",0.023,"2013-02-24 00:00",0.018,"2013-01-16 00:00",0.018,"2013-02-06 00:00","","","","",0.029,0.023,0.018,0.018,0.016,0.01,0.01,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88161",5,34.275736,-118.684731,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",44,0.003614,0.002525,0.0139,"2013-10-04 00:00",0.0104,"2013-05-04 00:00",0.0093,"2013-03-23 00:00",0.0084,"2013-11-09 00:00","","","","",0.0139,0.0104,0.0093,0.008,0.00265,0.0025,0.0021,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88164",5,34.275736,-118.684731,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",58,0.001611,0.000226,0.0019,"2013-02-03 00:00",0.0019,"2013-02-24 00:00",0.0019,"2013-03-02 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88165",5,34.275736,-118.684731,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",5,0.098026,0.079764,0.463,"2013-10-04 00:00",0.386,"2013-03-23 00:00",0.241,"2013-05-04 00:00",0.227,"2013-04-10 00:00","","","","",0.463,0.386,0.241,0.148,0.124,0.083,0.0161,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88166",5,34.275736,-118.684731,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",58,0.008102,0.004944,0.0185,"2013-01-16 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-02-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88167",5,34.275736,-118.684731,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",33,0.002611,0.002,0.0094,"2013-11-09 00:00",0.0082,"2013-05-04 00:00",0.0074,"2013-03-23 00:00",0.0066,"2013-07-27 00:00","","","","",0.0094,0.0082,0.0074,0.0059,0.0037,0.00175,0.0009,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88168",5,34.275736,-118.684731,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",51,0.001458,0.000983,0.0075,"2013-10-10 00:00",0.0042,"2013-10-13 00:00",0.0026,"2013-05-28 00:00",0.0023,"2013-07-03 00:00","","","","",0.0075,0.0042,0.0026,0.0019,0.00175,0.00115,0.00085,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88169",5,34.275736,-118.684731,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.455667,0.323818,1.1,"2013-07-21 00:00",1.06,"2013-03-23 00:00",0.987,"2013-06-03 00:00",0.964,"2013-06-15 00:00","","","","",1.1,1.06,0.987,0.882,0.757,0.428,0.0727,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88176",5,34.275736,-118.684731,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",58,0.000959,0.000218,0.0013,"2013-01-16 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88180",5,34.275736,-118.684731,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",1,0.048802,0.031717,0.17,"2013-07-06 00:00",0.169,"2013-05-04 00:00",0.122,"2013-03-23 00:00",0.117,"2013-07-03 00:00","","","","",0.17,0.169,0.122,0.074,0.0559,0.0439,0.018,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88184",5,34.275736,-118.684731,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",12,0.257302,0.290108,1.35,"2013-05-16 00:00",1.3,"2013-05-22 00:00",0.74,"2013-07-21 00:00",0.626,"2013-05-19 00:00","","","","",1.35,1.3,0.74,0.611,0.425,0.125,0.02,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88185",5,34.275736,-118.684731,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",57,0.003603,0.003895,0.0121,"2013-03-11 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-02-06 00:00",0.0115,"2013-02-09 00:00","","","","",0.0121,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88301",5,34.275736,-118.684731,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,0.604029,0.617502,2.74,"2013-11-03 00:00",2.49,"2013-02-06 00:00",2.14,"2013-04-13 00:00",1.71,"2013-04-04 00:00","","","","",2.74,2.49,2.14,1.25,0.984,0.45,0.064,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88302",5,34.275736,-118.684731,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",2,0.296074,0.294228,1.45,"2013-05-22 00:00",1.1,"2013-05-16 00:00",0.763,"2013-10-10 00:00",0.76,"2013-06-03 00:00","","","","",1.45,1.1,0.763,0.719,0.471,0.165,0.034,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88303",5,34.275736,-118.684731,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",23,0.033034,0.028502,0.127,"2013-06-03 00:00",0.1,"2013-07-06 00:00",0.099,"2013-07-12 00:00",0.095,"2013-05-19 00:00","","","","",0.127,0.1,0.099,0.091,0.04,0.0286,0.012,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88306",5,34.275736,-118.684731,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,1.790479,1.794593,8.01,"2013-02-06 00:00",7.9,"2013-11-03 00:00",6.85,"2013-04-13 00:00",4.69,"2013-04-04 00:00","","","","",8.01,7.9,6.85,3.37,2.67,1.31,0.196,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88355",5,34.275736,-118.684731,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,1.833186,0.83022,4.03,"2013-05-04 00:00",3.81,"2013-06-30 00:00",3.42,"2013-05-01 00:00",3.01,"2013-02-06 00:00","","","","",4.03,3.81,3.42,2.96,2.22,1.89,0.719,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88357",5,34.275736,-118.684731,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.274525,0.159204,0.806,"2013-01-04 00:00",0.781,"2013-11-09 00:00",0.526,"2013-10-19 00:00",0.479,"2013-02-09 00:00","","","","",0.806,0.781,0.526,0.46,0.359,0.273,0.052,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88370",5,34.275736,-118.684731,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,1.715542,0.777827,4,"2013-05-04 00:00",3.49,"2013-06-30 00:00",3.31,"2013-05-01 00:00",2.82,"2013-07-21 00:00","","","","",4,3.49,3.31,2.68,2.1,1.73,0.7,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88374",5,34.275736,-118.684731,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",1,0.131339,0.091731,0.45,"2013-02-06 00:00",0.354,"2013-06-30 00:00",0.323,"2013-11-09 00:00",0.31,"2013-07-18 00:00","","","","",0.45,0.354,0.323,0.236,0.175,0.107,0.034,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88375",5,34.275736,-118.684731,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.442644,0.205734,0.906,"2013-06-30 00:00",0.879,"2013-05-01 00:00",0.834,"2013-07-21 00:00",0.782,"2013-07-12 00:00","","","","",0.906,0.879,0.834,0.75,0.569,0.45,0.133,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88376",5,34.275736,-118.684731,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.602966,0.293446,1.45,"2013-05-01 00:00",1.43,"2013-05-04 00:00",1.22,"2013-06-30 00:00",1.08,"2013-02-09 00:00","","","","",1.45,1.43,1.22,1,0.732,0.578,0.241,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88377",5,34.275736,-118.684731,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.341288,0.162287,0.945,"2013-05-04 00:00",0.616,"2013-11-03 00:00",0.607,"2013-11-09 00:00",0.592,"2013-06-30 00:00","","","","",0.945,0.616,0.607,0.54,0.424,0.345,0.136,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88378",5,34.275736,-118.684731,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",3,0.197068,0.140352,0.737,"2013-05-04 00:00",0.503,"2013-02-06 00:00",0.435,"2013-06-09 00:00",0.417,"2013-06-30 00:00","","","","",0.737,0.503,0.435,0.409,0.272,0.176,0.039,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88380",5,34.275736,-118.684731,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.392729,0.220751,1.08,"2013-01-04 00:00",1.01,"2013-11-09 00:00",0.717,"2013-02-09 00:00",0.698,"2013-10-19 00:00","","","","",1.08,1.01,0.717,0.664,0.516,0.356,0.093,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88383",5,34.275736,-118.684731,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.548932,0.271802,1.14,"2013-05-04 00:00",1.12,"2013-02-06 00:00",1.11,"2013-11-09 00:00",1.04,"2013-01-04 00:00","","","","",1.14,1.12,1.11,0.893,0.725,0.57,0.15,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88384",5,34.275736,-118.684731,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.040484,0.018942,0.111,"2013-06-30 00:00",0.0947,"2013-10-16 00:00",0.0854,"2013-07-12 00:00",0.0789,"2013-07-21 00:00","","","","",0.111,0.0947,0.0854,0.0682,0.0477,0.036,0.0237,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88385",5,34.275736,-118.684731,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",57,0.001243,0.001317,0.00895,"2013-11-09 00:00",0.0074,"2013-06-15 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00895,0.0074,0.001,0.001,0.001,0.001,0.001,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88388",5,34.275736,-118.684731,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",59,48,59,122,0,30,"","","Certification not required",0,0.315153,0.181171,0.824,"2013-02-06 00:00",0.766,"2013-05-04 00:00",0.739,"2013-06-30 00:00",0.598,"2013-07-21 00:00","","","","",0.824,0.766,0.739,0.574,0.434,0.288,0.113,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88403",5,34.275736,-118.684731,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,1.160759,0.852031,3.06,"2013-07-21 00:00",2.83,"2013-03-23 00:00",2.75,"2013-06-03 00:00",2.51,"2013-05-04 00:00","","","","",3.06,2.83,2.75,2.37,1.84,1.03,0.182,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","2002","88501",3,34.275736,-118.684731,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4155,96,174,180,0,148,"","","Certification not required",0,10.338387,9.166074,81,"2013-05-03 14:00",64,"2013-01-01 00:00",63,"2013-01-01 01:00",60,"2013-05-03 13:00","","","","",37,33,27,23,16,8,0,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-08-16" +"06","111","2002","88501",3,34.275736,-118.684731,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",174,97,174,180,0,0,"","","Certification not required",0,10.227586,7.153627,26.3,"2013-06-01 00:00",26,"2013-05-31 00:00",25.7,"2013-06-02 00:00",25.6,"2013-05-21 00:00","","","","",26,25.6,22.2,20.2,16,9.5,1.6,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2013-08-16" +"06","111","2002","88502",5,34.275736,-118.684731,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,31,"","","Certification not required",0,8.072414,3.937307,19.4,"2013-02-06 00:00",16.1,"2013-04-13 00:00",16,"2013-05-04 00:00",14,"2013-11-03 00:00","","","","",19.4,16.1,16,13.4,11,7.9,2.9,"SIMI VALLEY","5400 COCHRAN STREET, SIMI VALLEY, CA 93063","California","Ventura","Simi Valley","Oxnard-Thousand Oaks-Ventura, CA","2014-02-13" +"06","111","3001","42601",1,34.25324,-119.142504,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8304,95,364,365,0,456,"","","Certification not required",0,1.729287,4.074364,63,"2013-01-11 06:00",53,"2013-01-12 07:00",49,"2013-11-26 21:00",48,"2013-01-11 07:00","","","","",21,15,9,5,1,0,0,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","3001","42602",1,34.25324,-119.142504,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8304,95,364,365,0,456,0,"","Certification not required",0,14.755495,7.212867,40,"2013-01-22 17:00",40,"2013-01-23 18:00",37,"2013-12-26 18:00",35,"2013-01-18 18:00","","","","",35,33,30,24,19,14,7,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","3001","42602",1,34.25324,-119.142504,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8304,95,364,365,0,456,"","","Certification not required",0,6.554552,5.277022,40,"2013-01-22 17:00",40,"2013-01-23 18:00",39,"2013-01-23 17:00",37,"2013-01-23 19:00","","","","",24,21,17,14,9,5,2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","3001","42603",1,34.25324,-119.142504,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8304,95,364,365,0,456,"","","Certification not required",0,8.686537,8.404052,87,"2013-01-11 06:00",79,"2013-01-12 07:00",78,"2013-01-12 06:00",78,"2013-11-26 21:00","","","","",42,35,26,19,11,6,2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-28" +"06","111","3001","43502",1,34.25324,-119.142504,"NAD83","Formaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",124,4,0,365,0,8,"","","Certification not required",0,1.430645,0.543727,3.2,"2013-09-28 13:00",3.1,"2013-09-13 06:00",2.9,"2013-08-26 06:00",2.6,"2013-07-02 09:00","","","","",3.1,2.9,2.4,2.3,1.7,1.3,0.9,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-07" +"06","111","3001","43503",1,34.25324,-119.142504,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",117,4,0,365,0,7,"","","Certification not required",0,0.659829,0.285591,1.8,"2013-07-02 06:00",1.6,"2013-09-07 06:00",1.4,"2013-08-23 03:00",1.4,"2013-08-26 06:00","","","","",1.6,1.4,1.2,1.1,0.8,0.6,0.4,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-07" +"06","111","3001","43551",1,34.25324,-119.142504,"NAD83","Acetone","3 HOURS","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",124,4,0,365,0,8,"","","Certification not required",0,2.014516,0.761651,4.5,"2013-08-23 03:00",4.1,"2013-09-25 03:00",4.1,"2013-09-25 06:00",3.9,"2013-09-07 06:00","","","","",4.1,4.1,3.6,3.2,2.3,1.8,1.2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-07" +"06","111","3001","44201",1,34.25324,-119.142504,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8317,99,363,365,0,443,0,0,"Certification not required",508,0.043895,0.00797,0.067,"2013-05-04 10:00",0.067,"2013-09-29 14:00",0.066,"2013-05-03 12:00",0.066,"2013-06-27 14:00","","","","",0.066,0.062,0.058,0.055,0.049,0.043,0.034,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","3001","44201",1,34.25324,-119.142504,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,99,361,365,0,0,0,0,"Certification not required",0,0.039105,0.007433,0.062,"2013-05-03 09:00",0.06,"2013-08-15 12:00",0.06,"2013-09-29 11:00",0.059,"2013-05-04 09:00","","","","",0.059,0.055,0.051,0.048,0.044,0.039,0.03,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","3001","44201",1,34.25324,-119.142504,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,99,361,365,0,0,0,0,"Certification not required",0,0.039105,0.007433,0.062,"2013-05-03 09:00",0.06,"2013-08-15 12:00",0.06,"2013-09-29 11:00",0.059,"2013-05-04 09:00","","","","",0.059,0.055,0.051,0.048,0.044,0.039,0.03,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-24" +"06","111","3001","61101",1,34.25324,-119.142504,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,5.223871,3.036013,26.6,"2013-12-09 10:00",24.1,"2013-12-09 11:00",23.9,"2013-12-09 09:00",22.7,"2013-10-05 11:00","","","","",15.5,13.6,10.5,8.9,7.2,4.5,2.1,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","61102",1,34.25324,-119.142504,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,169.052614,109.417963,359,"2013-01-04 04:00",359,"2013-01-04 20:00",359,"2013-01-08 09:00",359,"2013-01-08 22:00","","","","",358,356,346,282,247,220,12,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","61103",1,34.25324,-119.142504,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,4.853895,3.116354,26.4,"2013-12-09 10:00",23.9,"2013-12-09 11:00",23.5,"2013-12-09 09:00",22.3,"2013-10-05 11:00","","","","",15.1,13.4,10.1,8.7,6.8,4.1,1.6,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","61104",1,34.25324,-119.142504,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,168.101338,109.58202,359,"2013-01-04 20:00",359,"2013-01-07 08:00",359,"2013-01-12 09:00",359,"2013-01-14 20:00","","","","",357,355,347,276,246,220,11,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","61106",1,34.25324,-119.142504,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8738,100,365,365,0,22,"","","Certification not required",0,19.875338,11.204222,78.4,"2013-06-10 09:00",76.9,"2013-01-20 19:00",73.1,"2013-12-10 08:00",72.6,"2013-02-16 03:00","","","","",58,53.2,45.5,36.6,23,16.2,10.2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","62101",1,34.25324,-119.142504,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8743,100,365,365,0,17,"","","Certification not required",0,60.065767,8.601535,91,"2013-05-02 13:00",90,"2013-05-03 09:00",90,"2013-10-06 11:00",89,"2013-05-02 12:00","","","","",81,78,74,71,66,60,49,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","62201",1,34.25324,-119.142504,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",8743,100,365,365,0,17,"","","Certification not required",0,67.059819,23.739834,100,"2013-03-15 03:00",100,"2013-03-15 04:00",100,"2013-03-15 05:00",100,"2013-03-15 06:00","","","","",98,96,94,91,86,73,27,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","63301",1,34.25324,-119.142504,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8751,100,365,365,0,9,"","","Certification not required",4380,0.308789,0.419336,1.42,"2013-05-02 11:00",1.42,"2013-05-02 12:00",1.4,"2013-08-18 12:00",1.39,"2013-09-01 11:00","","","","",1.33,1.29,1.2,1.05,0.6,0.005,0.005,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","65102",1,34.25324,-119.142504,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8754,100,365,365,0,6,"","","Certification not required",0,0.000344,0.005715,0.28,"2013-03-08 00:00",0.22,"2013-03-07 23:00",0.15,"2013-01-24 01:00",0.13,"2013-11-21 02:00","","","","",0,0,0,0,0,0,0,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-05" +"06","111","3001","68101",1,34.25324,-119.142504,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",61,100,61,61,0,0,"","","Certification not required",12,0.260656,0.152511,0.6,"2013-09-19 00:00",0.6,"2013-09-25 00:00",0.5,"2013-03-29 00:00",0.5,"2013-04-22 00:00","","","","",0.6,0.6,0.5,0.4,0.4,0.3,0.05,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68102",1,34.25324,-119.142504,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",61,100,61,61,0,0,"","","Certification not required",0,23.991803,0.052584,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68103",1,34.25324,-119.142504,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,9.92623,4.018827,19.3,"2013-09-01 00:00",16.5,"2013-07-03 00:00",16.5,"2013-07-21 00:00",16.4,"2013-06-27 00:00","","","","",19.3,16.5,16.4,14.8,12.3,10.6,4.6,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68104",1,34.25324,-119.142504,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,22,3.386886,28.9,"2013-11-06 00:00",28.5,"2013-12-24 00:00",28.4,"2013-02-15 00:00",27.8,"2013-06-27 00:00","","","","",28.9,28.5,27.8,26.1,24.2,22.1,17.2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68105",1,34.25324,-119.142504,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,15.239344,3.135776,22,"2013-09-01 00:00",20.7,"2013-06-27 00:00",19.1,"2013-02-15 00:00",18.8,"2013-07-03 00:00","","","","",22,20.7,18.8,18.7,17.2,15.8,11.6,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-20" +"06","111","3001","68106",1,34.25324,-119.142504,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,756.704918,2.853911,762,"2013-12-12 00:00",762,"2013-12-30 00:00",761,"2013-01-04 00:00",761,"2013-11-06 00:00","","","","",762,762,761,761,759,756,753,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68107",1,34.25324,-119.142504,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,760.42623,2.929499,767,"2013-01-16 00:00",766,"2013-12-30 00:00",765,"2013-02-27 00:00",765,"2013-11-24 00:00","","","","",767,766,765,764,763,760,757,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68108",1,34.25324,-119.142504,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,758.557377,2.84912,764,"2013-01-16 00:00",764,"2013-12-30 00:00",763,"2013-01-04 00:00",763,"2013-11-06 00:00","","","","",764,764,763,763,761,758,755,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","68109",1,34.25324,-119.142504,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",61,100,61,61,0,0,"","","Certification not required",0,1439.95082,0.218039,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","81102",1,34.25324,-119.142504,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,23.180328,8.862859,45,"2013-06-21 00:00",40,"2013-05-22 00:00",39,"2013-02-15 00:00",37,"2013-05-04 00:00","","","","",45,40,37,36,30,22,12,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-10" +"06","111","3001","81102",3,34.25324,-119.142504,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8445,96,352,365,0,315,"","","Certification not required",92,27.027235,24.474611,754,"2013-10-04 09:00",732,"2013-10-04 11:00",639,"2013-10-04 10:00",545,"2013-10-05 11:00","","","","",79,60,50,43,33,25,9,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","3001","81102",3,34.25324,-119.142504,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",352,96,352,365,0,0,1,1,"Certification not required",0,26.596591,14.940024,185,"2013-10-04 00:00",144,"2013-10-05 00:00",106,"2013-05-02 00:00",60,"2013-12-09 00:00","","","","",60,48,43,39,32,25,13,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","3001","85101",1,34.25324,-119.142504,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,23.852459,9.110134,46,"2013-06-21 00:00",41,"2013-05-22 00:00",40,"2013-02-15 00:00",38,"2013-05-04 00:00","","","","",46,41,38,36,31,23,12,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-10" +"06","111","3001","88101",1,34.25324,-119.142504,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,8.991803,3.630395,16.6,"2013-05-04 00:00",16.4,"2013-04-04 00:00",15.8,"2013-05-22 00:00",15.5,"2013-10-25 00:00","","","","",16.6,16.4,15.5,14,11.1,9.1,4.2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","88101",1,34.25324,-119.142504,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,8.991803,3.630395,16.6,"2013-05-04 00:00",16.4,"2013-04-04 00:00",15.8,"2013-05-22 00:00",15.5,"2013-10-25 00:00","","","","",16.6,16.4,15.5,14,11.1,9.1,4.2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-02-19" +"06","111","3001","88101",3,34.25324,-119.142504,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7863,90,333,365,0,897,"","","Certification not required",0,9.403663,6.076494,82,"2013-10-16 17:00",60,"2013-10-16 16:00",55,"2013-10-04 08:00",44,"2013-05-02 07:00","","","","",26,23,19,17,13,9,2,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","3001","88101",3,34.25324,-119.142504,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,0,0,"Certification not required",0,9.345092,4.519301,22.2,"2013-10-25 00:00",20.3,"2013-05-04 00:00",19.9,"2013-10-24 00:00",19.6,"2013-08-16 00:00","","","","",19.6,18.2,17,15.1,12.5,9.5,3.1,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","111","3001","88101",3,34.25324,-119.142504,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,9.345092,4.519301,22.2,"2013-10-25 00:00",20.3,"2013-05-04 00:00",19.9,"2013-10-24 00:00",19.6,"2013-08-16 00:00","","","","",19.6,18.2,17,15.1,12.5,9.5,3.1,"EL RIO","545 CENTRAL AVENUE, OXNARD, CA 93030","California","Ventura","","Oxnard-Thousand Oaks-Ventura, CA","2014-01-22" +"06","113","0004","42601",1,38.53445,-121.7734,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4703,54,202,365,0,0,"","","Certification not required",0,1.527642,4.393915,61.5,"2013-01-08 00:00",59.1,"2013-01-07 23:00",47.2,"2013-01-15 08:00",46.3,"2013-01-07 08:00","","","","",24,16.4,7.8,3.8,1,0.4,-0.3,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","42602",1,38.53445,-121.7734,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4703,54,202,365,0,0,0,"","Certification not required",0,14.276733,7.458342,41.1,"2013-01-17 18:00",37.1,"2013-01-16 18:00",36.5,"2013-01-15 18:00",33.1,"2013-02-13 19:00","","","","",36.5,30.5,26.9,23.4,19.7,13.3,5.5,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","42602",1,38.53445,-121.7734,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4703,54,202,365,0,0,"","","Certification not required",0,5.820923,5.32099,41.1,"2013-01-17 18:00",40.8,"2013-01-17 17:00",37.1,"2013-01-16 18:00",37,"2013-01-17 19:00","","","","",24,21.3,17.2,13.3,7.5,3.9,1.3,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","42603",1,38.53445,-121.7734,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4703,54,202,365,0,0,"","","Certification not required",0,7.347268,8.602294,76.3,"2013-01-08 00:00",75.7,"2013-01-07 23:00",68.7,"2013-01-15 08:00",67,"2013-01-07 08:00","","","","",44.7,35.5,24.3,17.2,8.9,4.4,1.2,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","44201",1,38.53445,-121.7734,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4791,57,207,365,0,0,0,0,"Certification not required",350,0.043932,0.01002,0.069,"2013-07-03 15:00",0.068,"2013-05-03 14:00",0.068,"2013-05-11 15:00",0.068,"2013-07-01 16:00","","","","",0.068,0.067,0.061,0.057,0.05,0.044,0.033,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","44201",1,38.53445,-121.7734,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4974,56,203,365,0,0,0,0,"Certification not required",0,0.038266,0.009132,0.062,"2013-05-03 10:00",0.059,"2013-05-02 11:00",0.058,"2013-05-31 12:00",0.058,"2013-07-01 11:00","","","","",0.058,0.058,0.053,0.05,0.043,0.039,0.026,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","44201",1,38.53445,-121.7734,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4974,56,203,365,0,0,0,0,"Certification not required",0,0.038266,0.009132,0.062,"2013-05-03 10:00",0.059,"2013-05-02 11:00",0.058,"2013-05-31 12:00",0.058,"2013-07-01 11:00","","","","",0.058,0.058,0.053,0.05,0.043,0.039,0.026,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","61103",1,38.53445,-121.7734,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",4925,56,204,365,0,0,"","","Certification not required",0,5.303614,3.925913,26.4,"2013-05-01 01:00",25,"2013-04-08 08:00",24.9,"2013-04-08 10:00",24.6,"2013-04-30 23:00","","","","",18.3,16.3,13.3,10.6,7.2,4.3,1.4,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","61104",1,38.53445,-121.7734,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",4925,56,204,365,0,0,"","","Certification not required",0,222.180711,83.779212,360,"2013-03-07 20:00",360,"2013-03-15 15:00",360,"2013-05-20 14:00",360,"2013-06-08 05:00","","","","",357,355,350,344,296,203,136,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","62102",1,38.53445,-121.7734,"NAD83","Virtual Temperature","1 HOUR","","Observed Values","RADAR PROFILER - RADAR PROFILER",2013,"Degrees Fahrenheit","No Events",4209,48,175,365,0,0,"","","Certification not required",0,63.547398,13.0157,104,"2013-06-08 15:00",104,"2013-06-08 16:00",104,"2013-07-04 14:00",103,"2013-06-08 17:00","","","","",97,93,87,82,72,62,47,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","88501",3,38.53445,-121.7734,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4779,55,199,365,0,0,"","","Certification not required",0,6.63507,6.425142,126,"2013-05-03 06:00",48,"2013-05-02 00:00",47,"2013-05-01 21:00",42,"2013-07-30 15:00","","","","",29,25,19,15,9,5,0,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","0004","88501",3,38.53445,-121.7734,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",199,55,199,365,0,0,"","","Certification not required",0,6.58392,4.833171,23.2,"2013-05-03 00:00",22.9,"2013-01-17 00:00",22.7,"2013-07-29 00:00",22.5,"2013-01-16 00:00","","","","",22.9,22.5,17.3,12.5,8.9,5,2,"UCD CAMPUS, DAVIS","UC DAVIS-CAMPUS, CAMPBELL ROAD WEST OF HIWAY 113 & SOUTH OF HUTCHISON DRIVE.","California","Yolo","","Sacramento--Arden-Arcade--Roseville, CA","2013-12-13" +"06","113","1003","44201",1,38.66121,-121.73269,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8656,100,365,365,0,104,0,0,"Certification not required",1094,0.045825,0.011815,0.08,"2013-08-19 16:00",0.077,"2013-07-09 16:00",0.074,"2013-04-27 15:00",0.074,"2013-05-11 16:00","","","","",0.074,0.071,0.066,0.061,0.054,0.045,0.031,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","113","1003","44201",1,38.66121,-121.73269,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8701,100,365,365,0,0,0,0,"Certification not required",0,0.039189,0.010697,0.067,"2013-05-03 11:00",0.066,"2013-07-09 11:00",0.066,"2013-08-19 12:00",0.065,"2013-05-02 11:00","","","","",0.065,0.061,0.057,0.053,0.046,0.039,0.025,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","113","1003","44201",1,38.66121,-121.73269,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8701,100,365,365,0,0,0,0,"Certification not required",0,0.039189,0.010697,0.067,"2013-05-03 11:00",0.066,"2013-07-09 11:00",0.066,"2013-08-19 12:00",0.065,"2013-05-02 11:00","","","","",0.065,0.061,0.057,0.053,0.046,0.039,0.025,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","113","1003","68101",1,38.66121,-121.73269,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",57,93,57,61,0,6,"","","Certification not required",4,0.47193,0.169299,0.7,"2013-04-10 00:00",0.7,"2013-06-03 00:00",0.7,"2013-10-01 00:00",0.7,"2013-10-31 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.3,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68102",1,38.66121,-121.73269,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",57,93,57,61,0,6,"","","Certification not required",0,24.007018,0.025771,24.1,"2013-06-03 00:00",24.1,"2013-07-09 00:00",24.1,"2013-07-27 00:00",24.1,"2013-09-25 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68103",1,38.66121,-121.73269,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,6,"","","Certification not required",0,9.375439,5.982841,20.6,"2013-07-03 00:00",19,"2013-08-20 00:00",17.7,"2013-04-22 00:00",16.7,"2013-06-09 00:00","","","","",20.6,19,17.7,16.1,14.4,11.1,1.1,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68104",1,38.66121,-121.73269,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,6,"","","Certification not required",0,26.108772,8.52212,41.9,"2013-07-03 00:00",39.7,"2013-07-09 00:00",37.8,"2013-06-27 00:00",37.1,"2013-09-07 00:00","","","","",41.9,39.7,37.8,36.7,33.5,25.6,15.4,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68105",1,38.66121,-121.73269,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,6,"","","Certification not required",0,16.996491,7.056354,29.8,"2013-07-03 00:00",27.3,"2013-07-09 00:00",26.7,"2013-06-27 00:00",26,"2013-08-20 00:00","","","","",29.8,27.3,26.7,25.4,23.1,18,8.3,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68106",1,38.66121,-121.73269,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,6,"","","Certification not required",0,756.649123,4.904412,767,"2013-01-16 00:00",764,"2013-01-04 00:00",764,"2013-02-15 00:00",764,"2013-02-27 00:00","","","","",767,764,764,764,760,756,750,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68107",1,38.66121,-121.73269,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,6,"","","Certification not required",0,761.54386,4.72104,772,"2013-01-16 00:00",769,"2013-02-27 00:00",769,"2013-12-24 00:00",768,"2013-01-04 00:00","","","","",772,769,769,768,765,761,756,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68108",1,38.66121,-121.73269,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,6,"","","Certification not required",0,759.105263,4.820656,770,"2013-01-16 00:00",767,"2013-02-27 00:00",766,"2013-01-04 00:00",766,"2013-02-15 00:00","","","","",770,767,766,766,762,758,753,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","68109",1,38.66121,-121.73269,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",57,93,57,61,0,6,"","","Certification not required",0,1439.649123,0.481487,1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","81102",1,38.66121,-121.73269,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,89,54,61,0,2,0,0,"Certification not required",0,21.839286,14.574918,60,"2013-10-07 00:00",59,"2013-11-12 00:00",56,"2013-11-06 00:00",52,"2013-05-04 00:00","","","","",60,59,56,41,28,19,7,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","113","1003","85101",1,38.66121,-121.73269,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,54,61,0,2,"","","Certification not required",0,22.410714,14.872521,61,"2013-10-07 00:00",61,"2013-11-12 00:00",58,"2013-11-06 00:00",52,"2013-05-04 00:00","","","","",61,61,58,43,29,19,7,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","113","1003","88101",1,38.66121,-121.73269,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,6,0,0,"Certification not required",0,7.191228,5.233214,22,"2013-01-16 00:00",22,"2013-12-30 00:00",19.3,"2013-11-12 00:00",19,"2013-12-24 00:00","","","","",22,22,19.3,15.7,9.1,6,2.5,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","1003","88101",1,38.66121,-121.73269,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,6,"","","Certification not required",0,7.191228,5.233214,22,"2013-01-16 00:00",22,"2013-12-30 00:00",19.3,"2013-11-12 00:00",19,"2013-12-24 00:00","","","","",22,22,19.3,15.7,9.1,6,2.5,"Woodland-Gibson Road","41929 E. GIBSON ROAD, WOODLAND","California","Yolo","Woodland","Sacramento--Arden-Arcade--Roseville, CA","2014-01-30" +"06","113","2001","81102",1,38.57146,-121.52579,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,89,54,61,0,3,0,0,"Certification not required",0,21,13.679447,55,"2013-11-12 00:00",54,"2013-10-19 00:00",50,"2013-11-06 00:00",48,"2013-05-04 00:00","","","","",55,54,50,45,28,17,7,"WEST SACRAMENTO-FIRE STATION","132 15TH ST., WEST SACRAMENTO","California","Yolo","West Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"06","113","2001","85101",1,38.57146,-121.52579,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,54,61,0,3,"","","Certification not required",0,21.642857,14.23878,58,"2013-11-12 00:00",56,"2013-10-19 00:00",52,"2013-11-06 00:00",49,"2013-02-15 00:00","","","","",58,56,52,47,29,18,8,"WEST SACRAMENTO-FIRE STATION","132 15TH ST., WEST SACRAMENTO","California","Yolo","West Sacramento","Sacramento--Arden-Arcade--Roseville, CA","2014-01-22" +"08","001","0006","61101",1,39.826007,-104.937438,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7869,90,327,365,0,891,"","","Certification not required",0,4.976515,2.835337,19.9,"2013-12-16 00:00",19.5,"2013-12-24 12:00",19.2,"2013-02-01 14:00",18.9,"2013-05-30 17:00","","","","",14.6,13.2,10.9,8.7,6.3,4.3,2.2,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-06" +"08","001","0006","61102",1,39.826007,-104.937438,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7869,90,327,365,0,891,"","","Certification not required",0,179.551531,108.16693,360,"2013-01-17 18:00",360,"2013-01-25 07:00",360,"2013-04-17 20:00",360,"2013-05-29 02:00","","","","",358,356,350,336,261,191,20,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-06" +"08","001","0006","61103",1,39.826007,-104.937438,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7869,90,327,365,0,891,"","","Certification not required",0,4.388957,2.890554,19.3,"2013-12-16 00:00",18.6,"2013-12-24 12:00",18.5,"2013-02-01 14:00",18.2,"2013-05-30 17:00","","","","",14,12.7,10.2,8.2,5.7,3.7,1.4,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-06" +"08","001","0006","61104",1,39.826007,-104.937438,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7869,90,327,365,0,891,"","","Certification not required",0,179.803368,108.606194,359.9,"2013-01-17 19:00",359.9,"2013-01-25 13:00",359.9,"2013-06-01 08:00",359.9,"2013-09-13 02:00","","","","",358.2,356.4,350.7,337.7,263,191.3,19.4,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-06" +"08","001","0006","61106",1,39.826007,-104.937438,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7869,90,327,365,0,891,"","","Certification not required",0,24.787216,13.647683,85.7,"2013-06-09 15:00",82.2,"2013-02-01 05:00",81.7,"2013-06-25 11:00",80.8,"2013-05-12 02:00","","","","",63.9,60.2,53.2,46.1,32.2,19.8,11.8,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-06" +"08","001","0006","62101",1,39.826007,-104.937438,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7869,90,327,365,0,891,"","","Certification not required",0,52.902656,21.119517,100,"2013-07-11 14:00",98,"2013-06-10 12:00",98,"2013-06-11 15:00",98,"2013-06-26 16:00","","","","",93,91,86,80,69,54,25,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-06" +"08","001","0006","68101",1,39.826007,-104.937438,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",105,100,56,61,0,0,"","","Certification not required",33,0.175714,0.107443,0.4,"2013-03-11 00:00",0.4,"2013-10-10 00:00",0.4,"2013-11-24 00:00",0.4,"2013-12-15 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.05,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","68101",2,39.826007,-104.937438,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",73,100,60,61,0,0,"","","Certification not required",62,0.080822,0.086454,0.5,"2013-05-28 00:00",0.4,"2013-02-09 00:00",0.3,"2013-02-27 00:00",0.3,"2013-03-17 00:00","","","","",0.5,0.4,0.3,0.2,0.05,0.05,0.05,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","68102",1,39.826007,-104.937438,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",105,100,56,61,0,0,"","","Certification not required",0,23.990476,0.044987,24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","68102",2,39.826007,-104.937438,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",73,100,60,61,0,0,"","","Certification not required",0,23.991781,0.039977,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","68103",5,39.826007,-104.937438,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,40,49,122,0,3,"","","Certification not required",0,5.136735,9.680558,20.7,"2013-08-20 00:00",18.6,"2013-07-09 00:00",18.3,"2013-06-27 00:00",18,"2013-07-15 00:00","","","","",20.7,20.7,18.3,17.9,14.6,4,-8.6,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","68104",5,39.826007,-104.937438,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,40,49,122,0,3,"","","Certification not required",0,19.881633,11.744142,38.1,"2013-08-20 00:00",36.2,"2013-07-09 00:00",35.2,"2013-06-21 00:00",35.2,"2013-06-27 00:00","","","","",38.1,38.1,35.2,34.8,29.2,20,2.8,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","68105",1,39.826007,-104.937438,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",104,100,55,61,0,0,"","","Certification not required",0,10.043269,9.93021,29.7,"2013-08-20 00:00",29.3,"2013-06-27 00:00",27.3,"2013-08-29 00:00",27.2,"2013-06-12 00:00","","","","",29.3,27.3,26.7,24.4,18.7,9.4,-2.1,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","68105",2,39.826007,-104.937438,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",73,100,60,61,0,0,"","","Certification not required",0,13.494521,11.130138,29.3,"2013-08-20 00:00",29,"2013-06-27 00:00",27.8,"2013-07-09 00:00",26.8,"2013-06-12 00:00","","","","",29.3,29,26.8,26.1,23,16,-1.7,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","68105",5,39.826007,-104.937438,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,40,49,122,0,3,"","","Certification not required",0,12.320408,10.75678,29.1,"2013-08-20 00:00",28.5,"2013-06-27 00:00",27.5,"2013-07-09 00:00",26.1,"2013-08-02 00:00","","","","",29.1,29.1,27.5,25.8,21.1,13.1,-2.1,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","68106",5,39.826007,-104.937438,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,40,49,122,0,3,"","","Certification not required",0,628.530612,4.335426,635,"2013-02-15 00:00",635,"2013-05-10 00:00",634,"2013-02-27 00:00",633,"2013-01-16 00:00","","","","",635,635,634,633,632,629,620,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","68107",5,39.826007,-104.937438,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,40,49,122,0,3,"","","Certification not required",0,633.632653,3.314701,638,"2013-01-16 00:00",638,"2013-02-03 00:00",638,"2013-04-22 00:00",638,"2013-05-10 00:00","","","","",638,638,638,638,636,635,628,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","68108",1,39.826007,-104.937438,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,56,61,0,0,"","","Certification not required",0,630.87619,4.008873,642,"2013-11-12 00:00",638,"2013-05-01 00:00",637,"2013-08-08 00:00",637,"2013-11-21 00:00","","","","",638,637,635,635,634,632,625,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","68108",2,39.826007,-104.937438,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",73,100,60,61,0,0,"","","Certification not required",0,631.424658,3.737638,642,"2013-11-12 00:00",636,"2013-02-15 00:00",636,"2013-07-30 00:00",635,"2013-01-16 00:00","","","","",642,636,635,635,634,632,626,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","68108",5,39.826007,-104.937438,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,40,49,122,0,3,"","","Certification not required",0,630.408163,3.690745,636,"2013-02-15 00:00",635,"2013-01-16 00:00",635,"2013-05-10 00:00",634,"2013-02-27 00:00","","","","",636,636,635,634,633,631,623,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","68109",1,39.826007,-104.937438,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",105,100,56,61,0,0,"","","Certification not required",0,1439.295238,2.393596,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","68109",2,39.826007,-104.937438,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",73,100,60,61,0,0,"","","Certification not required",0,1439.191781,2.633426,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","81102",1,39.826007,-104.937438,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,2,0,0,"Certification not required",2,28.463483,16.430522,144,"2013-01-23 00:00",97,"2013-12-12 00:00",93,"2013-01-24 00:00",89,"2013-01-22 00:00","","","","",89,70,57,49,36,26,12,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-20" +"08","001","0006","85101",1,39.826007,-104.937438,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,2,"","","Certification not required",3,24.783708,14.358032,129,"2013-01-23 00:00",89,"2013-12-12 00:00",82,"2013-01-24 00:00",79,"2013-01-22 00:00","","","","",79,61,49,43,30,23,11,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-20" +"08","001","0006","88101",1,39.826007,-104.937438,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,4,0,0,"Certification not required",0,8.157143,4.862985,31.2,"2013-12-12 00:00",26.4,"2013-11-24 00:00",23,"2013-03-26 00:00",21.4,"2013-11-12 00:00","","","","",26.4,23,17.9,13.5,9.4,6.7,3.9,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","88101",1,39.826007,-104.937438,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,4,"","","Certification not required",0,8.157143,4.862985,31.2,"2013-12-12 00:00",26.4,"2013-11-24 00:00",23,"2013-03-26 00:00",21.4,"2013-11-12 00:00","","","","",26.4,23,17.9,13.5,9.4,6.7,3.9,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-21" +"08","001","0006","88101",2,39.826007,-104.937438,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",73,98,60,61,0,0,0,0,"Certification not required",0,8.50274,4.990546,31.6,"2013-12-12 00:00",26.5,"2013-11-24 00:00",21,"2013-11-12 00:00",18.7,"2013-06-12 00:00","","","","",31.6,26.5,21,16.5,10.6,7.6,5.9,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","88101",2,39.826007,-104.937438,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",73,98,60,61,0,0,"","","Certification not required",0,8.50274,4.990546,31.6,"2013-12-12 00:00",26.5,"2013-11-24 00:00",21,"2013-11-12 00:00",18.7,"2013-06-12 00:00","","","","",31.6,26.5,21,16.5,10.6,7.6,5.9,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","88102",5,39.826007,-104.937438,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.018888,0.004156,0.026,"2013-02-03 00:00",0.026,"2013-04-16 00:00",0.026,"2013-05-04 00:00",0.026,"2013-07-27 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.014,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88103",5,39.826007,-104.937438,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.000306,0.000585,0.002,"2013-02-15 00:00",0.002,"2013-04-28 00:00",0.002,"2013-10-07 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.002,0.001,0,0,0,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88104",5,39.826007,-104.937438,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",3,0.098418,0.074959,0.361,"2013-01-22 00:00",0.275,"2013-06-21 00:00",0.269,"2013-01-10 00:00",0.217,"2013-10-13 00:00","","","","",0.361,0.361,0.269,0.214,0.118,0.088,0.018,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88107",5,39.826007,-104.937438,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",42,0.008053,0.007083,0.03,"2013-01-22 00:00",0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00","","","","",0.03,0.03,0.0295,0.0199,0.0055,0.0055,0.005,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88109",5,39.826007,-104.937438,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",15,0.002386,0.001327,0.005,"2013-02-09 00:00",0.0047,"2013-01-16 00:00",0.0044,"2013-06-21 00:00",0.0043,"2013-01-10 00:00","","","","",0.005,0.005,0.0044,0.0043,0.0034,0.0026,0.00065,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88110",5,39.826007,-104.937438,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.001653,0.003728,0.015,"2013-04-10 00:00",0.014,"2013-07-21 00:00",0.013,"2013-07-03 00:00",0.007,"2013-01-10 00:00","","","","",0.015,0.015,0.013,0.007,0,0,0,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88111",5,39.826007,-104.937438,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",1,0.136044,0.113479,0.68,"2013-01-22 00:00",0.336,"2013-06-21 00:00",0.332,"2013-01-10 00:00",0.325,"2013-10-13 00:00","","","","",0.68,0.68,0.332,0.269,0.17,0.109,0.0357,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88112",5,39.826007,-104.937438,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.00502,0.013087,0.087,"2013-10-07 00:00",0.03,"2013-10-13 00:00",0.021,"2013-09-25 00:00",0.01,"2013-02-03 00:00","","","","",0.087,0.087,0.021,0.01,0.004,0.002,0,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88113",5,39.826007,-104.937438,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",41,0.000854,0.000487,0.0028,"2013-01-22 00:00",0.0022,"2013-04-10 00:00",0.002,"2013-01-04 00:00",0.0017,"2013-01-16 00:00","","","","",0.0028,0.0028,0.002,0.0017,0.0007,0.00065,0.00055,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88114",5,39.826007,-104.937438,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",19,0.003247,0.002703,0.014,"2013-01-10 00:00",0.0098,"2013-01-04 00:00",0.0084,"2013-01-22 00:00",0.0077,"2013-02-09 00:00","","","","",0.014,0.014,0.0084,0.0062,0.0041,0.003,0.0008,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88115",5,39.826007,-104.937438,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",20,0.028486,0.053872,0.262,"2013-01-16 00:00",0.234,"2013-01-22 00:00",0.169,"2013-01-04 00:00",0.083,"2013-01-10 00:00","","","","",0.262,0.262,0.169,0.079,0.0254,0.0093,0.0025,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88117",5,39.826007,-104.937438,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.006376,0.009476,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-15 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88118",5,39.826007,-104.937438,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.00996,0.006383,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88126",5,39.826007,-104.937438,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.165996,0.113405,0.601,"2013-01-22 00:00",0.541,"2013-01-10 00:00",0.342,"2013-01-04 00:00",0.338,"2013-10-13 00:00","","","","",0.601,0.601,0.342,0.296,0.181,0.146,0.0619,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88128",5,39.826007,-104.937438,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.000735,0.001287,0.006,"2013-08-20 00:00",0.004,"2013-01-10 00:00",0.003,"2013-02-09 00:00",0.003,"2013-07-21 00:00","","","","",0.006,0.006,0.003,0.003,0.001,0,0,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88131",5,39.826007,-104.937438,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",47,0.009929,0.003288,0.02,"2013-11-06 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-04-16 00:00",0.0165,"2013-05-04 00:00","","","","",0.02,0.02,0.0165,0.0165,0.011,0.008,0.007,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88132",5,39.826007,-104.937438,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.003388,0.002775,0.013,"2013-01-10 00:00",0.012,"2013-01-22 00:00",0.01,"2013-01-04 00:00",0.008,"2013-01-16 00:00","","","","",0.013,0.013,0.01,0.007,0.004,0.003,0,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88136",5,39.826007,-104.937438,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.000449,0.000843,0.004,"2013-02-09 00:00",0.003,"2013-08-20 00:00",0.002,"2013-02-03 00:00",0.002,"2013-08-14 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0,0,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88140",5,39.826007,-104.937438,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",42,0.010673,0.012459,0.066,"2013-01-10 00:00",0.045,"2013-06-27 00:00",0.041,"2013-04-28 00:00",0.04,"2013-01-22 00:00","","","","",0.066,0.066,0.041,0.033,0.009,0.006,0.0055,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88152",5,39.826007,-104.937438,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.006185,0.002692,0.021,"2013-01-16 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00","","","","",0.021,0.021,0.008,0.008,0.008,0.005,0.0045,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88154",5,39.826007,-104.937438,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.000988,0.000264,0.0013,"2013-01-22 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88160",5,39.826007,-104.937438,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.012531,0.00341,0.018,"2013-02-03 00:00",0.018,"2013-04-16 00:00",0.018,"2013-05-04 00:00",0.018,"2013-07-27 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88161",5,39.826007,-104.937438,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",23,0.00706,0.006266,0.0292,"2013-01-10 00:00",0.023,"2013-04-10 00:00",0.021,"2013-01-22 00:00",0.0204,"2013-06-21 00:00","","","","",0.0292,0.0292,0.021,0.0146,0.009,0.0049,0.00215,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88164",5,39.826007,-104.937438,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.001617,0.000245,0.0019,"2013-02-15 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88165",5,39.826007,-104.937438,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.31409,0.226405,1.15,"2013-01-22 00:00",0.84,"2013-06-21 00:00",0.76,"2013-01-10 00:00",0.752,"2013-10-13 00:00","","","","",1.15,1.15,0.76,0.641,0.436,0.258,0.0993,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88166",5,39.826007,-104.937438,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.007714,0.00401,0.0185,"2013-02-03 00:00",0.0185,"2013-04-16 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-07-27 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88167",5,39.826007,-104.937438,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",3,0.015085,0.014935,0.064,"2013-01-10 00:00",0.0636,"2013-01-16 00:00",0.0484,"2013-01-04 00:00",0.047,"2013-02-03 00:00","","","","",0.064,0.064,0.0484,0.0396,0.0176,0.0095,0.0032,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88168",5,39.826007,-104.937438,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",46,0.0014,0.001086,0.0079,"2013-01-22 00:00",0.0042,"2013-10-13 00:00",0.0026,"2013-06-27 00:00",0.00175,"2013-02-03 00:00","","","","",0.0079,0.0079,0.0026,0.00175,0.00115,0.00115,0.00085,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88169",5,39.826007,-104.937438,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.292041,0.12192,0.627,"2013-03-23 00:00",0.607,"2013-04-10 00:00",0.602,"2013-02-21 00:00",0.512,"2013-07-15 00:00","","","","",0.627,0.627,0.602,0.456,0.33,0.279,0.153,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88176",5,39.826007,-104.937438,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.00098,0.000219,0.0018,"2013-09-13 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-17 00:00","","","","",0.0018,0.0018,0.0013,0.0013,0.001,0.001,0.0007,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88180",5,39.826007,-104.937438,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.075571,0.043439,0.19,"2013-01-22 00:00",0.183,"2013-01-10 00:00",0.18,"2013-06-21 00:00",0.146,"2013-01-04 00:00","","","","",0.19,0.19,0.18,0.145,0.095,0.0629,0.0314,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88184",5,39.826007,-104.937438,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",35,0.037959,0.039036,0.194,"2013-01-22 00:00",0.137,"2013-01-04 00:00",0.134,"2013-01-10 00:00",0.133,"2013-01-16 00:00","","","","",0.194,0.194,0.134,0.106,0.036,0.02,0.0155,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88185",5,39.826007,-104.937438,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",44,0.003424,0.003396,0.0115,"2013-02-03 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88301",5,39.826007,-104.937438,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.41189,0.306908,1.14,"2013-02-21 00:00",1.12,"2013-04-10 00:00",1.11,"2013-02-03 00:00",1.06,"2013-04-16 00:00","","","","",1.14,1.14,1.11,1.06,0.481,0.325,0.102,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88302",5,39.826007,-104.937438,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",1,0.061559,0.038706,0.2,"2013-01-04 00:00",0.15,"2013-01-16 00:00",0.12,"2013-07-21 00:00",0.118,"2013-09-13 00:00","","","","",0.2,0.2,0.12,0.116,0.0885,0.05,0.0237,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88303",5,39.826007,-104.937438,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",18,0.028098,0.019561,0.071,"2013-03-29 00:00",0.068,"2013-01-04 00:00",0.0661,"2013-07-21 00:00",0.065,"2013-07-03 00:00","","","","",0.071,0.071,0.0661,0.063,0.038,0.0262,0.0034,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88306",5,39.826007,-104.937438,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,1.200551,1.056976,4.03,"2013-04-16 00:00",3.9,"2013-02-03 00:00",3.63,"2013-03-05 00:00",3.32,"2013-10-13 00:00","","","","",4.03,4.03,3.63,3.23,1.5,0.72,0.347,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88355",5,39.826007,-104.937438,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,1.943333,0.713718,4.14,"2013-01-10 00:00",3.84,"2013-01-04 00:00",3.55,"2013-02-03 00:00",2.84,"2013-06-21 00:00","","","","",4.14,3.84,3.55,2.69,2.39,1.74,1.15,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88357",5,39.826007,-104.937438,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.682667,0.436649,2.41,"2013-01-10 00:00",1.73,"2013-01-04 00:00",1.5,"2013-10-07 00:00",1.44,"2013-01-22 00:00","","","","",2.41,1.73,1.5,1.15,0.85,0.593,0.246,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88370",5,39.826007,-104.937438,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,1.810137,0.697546,4.14,"2013-01-10 00:00",3.84,"2013-01-04 00:00",2.96,"2013-02-03 00:00",2.74,"2013-07-09 00:00","","","","",4.14,3.84,2.96,2.58,2.24,1.62,1.05,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88374",5,39.826007,-104.937438,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.174588,0.126737,0.715,"2013-01-04 00:00",0.556,"2013-01-10 00:00",0.434,"2013-02-03 00:00",0.409,"2013-10-13 00:00","","","","",0.715,0.556,0.434,0.3,0.188,0.148,0.065,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88375",5,39.826007,-104.937438,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.498627,0.184522,1.15,"2013-01-10 00:00",0.992,"2013-01-04 00:00",0.788,"2013-03-29 00:00",0.775,"2013-07-15 00:00","","","","",1.15,0.992,0.788,0.736,0.56,0.471,0.293,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88376",5,39.826007,-104.937438,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.603765,0.272435,1.4,"2013-01-10 00:00",1.17,"2013-01-04 00:00",1.08,"2013-02-03 00:00",1.05,"2013-06-21 00:00","","","","",1.4,1.17,1.08,0.941,0.781,0.563,0.257,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88377",5,39.826007,-104.937438,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.346686,0.188866,1.03,"2013-01-10 00:00",0.959,"2013-01-04 00:00",0.664,"2013-02-03 00:00",0.661,"2013-08-20 00:00","","","","",1.03,0.959,0.664,0.572,0.436,0.278,0.173,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88378",5,39.826007,-104.937438,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",5,0.186765,0.117857,0.452,"2013-09-01 00:00",0.416,"2013-06-03 00:00",0.38,"2013-06-21 00:00",0.37,"2013-08-14 00:00","","","","",0.452,0.416,0.38,0.35,0.263,0.181,0.017,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88380",5,39.826007,-104.937438,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.816373,0.444009,2.41,"2013-01-10 00:00",1.73,"2013-01-04 00:00",1.66,"2013-10-07 00:00",1.54,"2013-09-25 00:00","","","","",2.41,1.73,1.66,1.39,1,0.745,0.33,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88383",5,39.826007,-104.937438,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.905569,0.414775,2.37,"2013-01-10 00:00",1.67,"2013-01-04 00:00",1.6,"2013-10-07 00:00",1.47,"2013-09-25 00:00","","","","",2.37,1.67,1.6,1.44,1.12,0.908,0.457,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88384",5,39.826007,-104.937438,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.097482,0.060502,0.273,"2013-10-31 00:00",0.252,"2013-05-22 00:00",0.247,"2013-09-19 00:00",0.236,"2013-05-16 00:00","","","","",0.273,0.252,0.247,0.169,0.126,0.0691,0.0455,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88385",5,39.826007,-104.937438,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",46,0.001203,0.000665,0.0043,"2013-10-19 00:00",0.00336,"2013-06-09 00:00",0.0031,"2013-06-21 00:00",0.00231,"2013-10-01 00:00","","","","",0.0043,0.00336,0.0031,0.001,0.001,0.001,0.001,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88388",5,39.826007,-104.937438,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",2,0.32049,0.141733,0.686,"2013-10-13 00:00",0.641,"2013-02-03 00:00",0.543,"2013-09-01 00:00",0.537,"2013-08-14 00:00","","","","",0.686,0.641,0.543,0.485,0.412,0.311,0.16,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88403",5,39.826007,-104.937438,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.751816,0.303622,1.61,"2013-02-21 00:00",1.39,"2013-04-10 00:00",1.37,"2013-03-23 00:00",1.28,"2013-07-15 00:00","","","","",1.61,1.61,1.37,1.26,0.946,0.734,0.401,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","0006","88501",3,39.826007,-104.937438,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6721,77,272,365,0,575,"","","Certification not required",0,6.512736,6.243177,101.1,"2013-06-12 16:00",67.7,"2013-01-23 16:00",55.5,"2013-06-14 20:00",53.8,"2013-01-23 15:00","","","","",28.9,23.6,18,13.8,9,5.3,0.5,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","88501",3,39.826007,-104.937438,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,6.397426,3.64282,23.6,"2013-01-23 00:00",22.3,"2013-12-12 00:00",20.4,"2013-06-12 00:00",18.2,"2013-12-07 00:00","","","","",20.4,16.5,12.9,10.8,7.9,5.9,2.6,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-01-31" +"08","001","0006","88502",5,39.826007,-104.937438,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,9.365306,4.031829,20.9,"2013-01-10 00:00",18.4,"2013-01-04 00:00",17.3,"2013-01-22 00:00",17.2,"2013-02-03 00:00","","","","",20.9,20.9,17.3,17.1,10.8,8.2,5.3,"Alsup Elementry School - Commerce City","7101 BIRCH ST.","Colorado","Adams","Commerce City","Denver-Aurora, CO","2014-02-13" +"08","001","3001","42101",1,39.838119,-104.94984,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8464,97,349,365,0,296,0,0,"Certification not required",6702,0.350874,0.241895,2.9,"2013-01-23 20:00",2.4,"2013-01-23 21:00",2.3,"2013-01-23 19:00",2.3,"2013-12-12 20:00","","","","",1.4,1.1,0.8,0.6,0.25,0.25,0.25,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42101",1,39.838119,-104.94984,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8466,97,346,365,0,0,0,0,"Certification not required",0,0.379211,0.171984,2.1,"2013-01-23 23:00",2.1,"2013-12-13 01:00",2,"2013-01-23 22:00",2,"2013-01-24 00:00",2.1,"2013-01-23 23:00",2.1,"2013-12-13 01:00",1.1,0.9,0.7,0.6,0.4,0.3,0.3,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42401",2,39.838119,-104.94984,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8281,95,347,365,0,479,0,"","Certification not required",0,5.631124,5.95668,56,"2013-08-18 09:00",30,"2013-01-04 10:00",30,"2013-08-19 09:00",30,"2013-10-07 09:00","","","","",30,23,16,12,8,4,1,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42401",2,39.838119,-104.94984,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8281,95,347,365,0,479,"","","Certification not required",0,1.261683,2.184208,56,"2013-08-18 09:00",30,"2013-01-04 10:00",30,"2013-08-19 09:00",30,"2013-10-07 09:00","","","","",10,7,5,3,2,1,0,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42401",2,39.838119,-104.94984,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",347,95,347,365,0,0,0,"","Certification not required",0,1.254755,1.060128,7.1,"2013-01-04 00:00",5,"2013-01-23 00:00",4.8,"2013-01-15 00:00",4.8,"2013-12-12 00:00","","","","",4.8,4.1,3.3,2.7,1.8,1.1,0,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42401",2,39.838119,-104.94984,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2598,89,342,365,0,0,"",0,"Certification not required",0,1.260354,1.834506,23.6,"2013-08-18 11:00",23,"2013-01-04 11:00",19,"2013-06-03 08:00",16.3,"2013-06-10 08:00","","","","",8.3,6.6,4.6,3.3,1.6,1,0,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42406",2,39.838119,-104.94984,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8001,91,343,365,0,759,"","","Certification not required",0,1.997125,4.005636,96,"2013-08-18 09:00",77,"2013-10-03 23:00",77,"2013-10-05 23:00",56,"2013-01-04 10:00","","","","",19,14,8,4,2,1,0,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42601",2,39.838119,-104.94984,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7973,91,337,365,0,787,"","","Certification not required",0,16.894143,37.008161,437,"2013-12-13 09:00",408,"2013-12-13 08:00",345,"2013-01-09 08:00",343,"2013-12-13 07:00","","","","",182,138,91,57,14,1,0,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42602",1,39.838119,-104.94984,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7796,89,330,365,0,964,0,"","Certification not required",0,35.875758,11.937261,88,"2013-12-13 09:00",71,"2013-12-12 08:00",67,"2013-01-02 09:00",61,"2013-12-26 08:00","","","","",61,58,54,50,44,36,20,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42602",1,39.838119,-104.94984,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7796,89,330,365,0,964,"","","Certification not required",0,16.928681,14.060879,88,"2013-12-13 09:00",80,"2013-12-13 10:00",71,"2013-12-12 08:00",71,"2013-12-13 08:00","","","","",50,47,42,38,28,12,2,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","42603",2,39.838119,-104.94984,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7867,90,333,365,0,893,"","","Certification not required",0,34.466633,47.80529,525,"2013-12-13 09:00",479,"2013-12-13 08:00",403,"2013-01-09 08:00",400,"2013-12-12 06:00","","","","",227,179,131,95,44,15,2,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","44201",2,39.838119,-104.94984,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8407,94,202,214,0,353,0,0,"Certification not required",1861,0.061832,0.012325,0.095,"2013-07-17 14:00",0.095,"2013-08-29 15:00",0.089,"2013-07-18 13:00",0.088,"2013-08-04 15:00","","","","",0.089,0.088,0.082,0.077,0.071,0.063,0.05,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","44201",2,39.838119,-104.94984,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8403,92,196,214,0,0,0,0,"Certification not required",0,0.054566,0.010934,0.082,"2013-07-17 11:00",0.082,"2013-08-29 10:00",0.077,"2013-07-18 10:00",0.077,"2013-08-17 11:00","","","","",0.082,0.077,0.072,0.069,0.062,0.055,0.044,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","44201",2,39.838119,-104.94984,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8403,92,197,214,0,0,5,5,"Certification not required",0,0.054675,0.011013,0.082,"2013-07-17 11:00",0.082,"2013-08-29 10:00",0.077,"2013-07-18 10:00",0.077,"2013-08-17 11:00","","","","",0.082,0.077,0.072,0.069,0.062,0.055,0.044,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","61101",1,39.838119,-104.94984,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8658,99,360,365,0,102,"","","Certification not required",0,4.265604,2.659375,26.1,"2013-04-08 16:00",22.3,"2013-04-08 17:00",19.7,"2013-02-01 14:00",19.3,"2013-04-08 18:00","","","","",13.9,12.5,10,7.7,5.1,3.6,1.8,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","61102",1,39.838119,-104.94984,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8657,99,360,365,0,103,"","","Certification not required",0,177.886681,106.910281,360,"2013-02-10 10:00",360,"2013-02-21 06:00",360,"2013-02-24 04:00",360,"2013-03-08 11:00","","","","",357,354,345,324,255,204,28,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","61103",1,39.838119,-104.94984,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8657,99,360,365,0,103,"","","Certification not required",0,4.090343,2.68962,26.1,"2013-04-08 16:00",22.3,"2013-04-08 17:00",19.7,"2013-02-01 14:00",19.3,"2013-04-08 18:00","","","","",13.7,12.4,9.8,7.6,4.9,3.4,1.6,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","61104",1,39.838119,-104.94984,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8656,99,360,365,0,104,"","","Certification not required",0,179.490758,107.684274,360,"2013-07-14 14:00",360,"2013-12-28 20:00",359.9,"2013-05-01 18:00",359.9,"2013-09-03 22:00","","","","",356.9,354.2,345.5,326.4,258.4,208.7,25.9,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","61106",1,39.838119,-104.94984,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8665,99,360,365,0,95,"","","Certification not required",0,28.486267,14.334851,96.7,"2013-01-13 21:00",96.4,"2013-01-14 04:00",96.1,"2013-01-13 22:00",95.4,"2013-01-14 07:00","","","","",70.8,65.3,56.5,49.2,36.9,24.7,13.4,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","62101",1,39.838119,-104.94984,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8657,99,360,365,0,103,"","","Certification not required",0,51.006815,20.66606,98,"2013-06-11 13:00",98,"2013-06-11 14:00",98,"2013-06-11 15:00",98,"2013-07-11 14:00","","","","",92,90,85,79,67,51,24,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-06" +"08","001","3001","81102",2,39.838119,-104.94984,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,89,54,61,0,0,0,0,"Certification not required",0,28.272727,15.278228,88,"2013-10-25 00:00",63,"2013-01-22 00:00",59,"2013-11-12 00:00",56,"2013-06-21 00:00","","","","",88,63,59,48,34,26,13,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-21" +"08","001","3001","81102",3,39.838119,-104.94984,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6479,74,257,365,0,817,"","","Certification not required",0,17.762926,21.920834,342,"2013-01-24 12:00",205,"2013-08-20 06:00",201,"2013-06-12 22:00",191,"2013-01-23 16:00","","","","",108,82,58,41,23,11,0,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-01-31" +"08","001","3001","81102",3,39.838119,-104.94984,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",257,70,257,365,0,0,0,0,"Certification not required",0,17.657588,11.75297,82,"2013-01-23 00:00",81,"2013-01-24 00:00",57,"2013-06-12 00:00",49,"2013-08-21 00:00","","","","",57,45,38,30,24,16,5,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-01-31" +"08","001","3001","85101",2,39.838119,-104.94984,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,54,61,0,0,"","","Certification not required",0,24.436364,13.48904,77,"2013-10-25 00:00",57,"2013-01-22 00:00",53,"2013-11-12 00:00",48,"2013-01-10 00:00","","","","",77,57,53,44,29,22,11,"Welby","3174 E. 78TH AVE.","Colorado","Adams","Welby","Denver-Aurora, CO","2014-02-21" +"08","003","0001","81102",1,37.469391,-105.878691,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",312,87,316,365,0,8,0,0,"Certification not required",1,20.785256,14.352097,111,"2013-04-08 00:00",98,"2013-04-14 00:00",88,"2013-04-15 00:00",83,"2013-04-09 00:00","","","","",83,62,45,37,26,17,8,"Alamosa - Adams State","208 EDGEMONT BLVD.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0001","81102",1,37.469391,-105.878691,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",316,87,316,365,4,8,4,4,"Certification not required",1,23.224684,25.972455,237,"2013-04-16 00:00",229,"2013-05-01 00:00",204,"2013-05-31 00:00",184,"2013-04-23 00:00","","","","",184,88,50,37,27,18,8,"Alamosa - Adams State","208 EDGEMONT BLVD.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0001","81102",1,37.469391,-105.878691,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",316,87,316,365,4,8,4,4,"Certification not required",1,23.224684,25.972455,237,"2013-04-16 00:00",229,"2013-05-01 00:00",204,"2013-05-31 00:00",184,"2013-04-23 00:00","","","","",184,88,50,37,27,18,8,"Alamosa - Adams State","208 EDGEMONT BLVD.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0001","85101",1,37.469391,-105.878691,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",316,87,316,365,1,8,"","","Certification not required",3,18.829114,20.958369,193,"2013-04-16 00:00",182,"2013-05-01 00:00",162,"2013-05-31 00:00",150,"2013-04-23 00:00","","","","",150,71,41,30,22,14,7,"Alamosa - Adams State","208 EDGEMONT BLVD.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0001","85101",1,37.469391,-105.878691,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",316,87,316,365,1,8,"","","Certification not required",3,18.829114,20.958369,193,"2013-04-16 00:00",182,"2013-05-01 00:00",162,"2013-05-31 00:00",150,"2013-04-23 00:00","","","","",150,71,41,30,22,14,7,"Alamosa - Adams State","208 EDGEMONT BLVD.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0001","85101",1,37.469391,-105.878691,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",315,87,316,365,0,8,"","","Certification not required",3,18.374603,19.369175,193,"2013-04-16 00:00",182,"2013-05-01 00:00",150,"2013-04-23 00:00",90,"2013-04-08 00:00","","","","",90,68,41,30,22,14,7,"Alamosa - Adams State","208 EDGEMONT BLVD.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0003","81102",1,37.469584,-105.863175,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",310,86,313,365,0,20,0,0,"Certification not required",0,23.474194,15.583712,141,"2013-04-23 00:00",104,"2013-04-13 00:00",91,"2013-04-09 00:00",79,"2013-06-27 00:00","","","","",79,63,51,38,28,20,10,"ALAMOSA - MUNICIPAL BUILDING","425 4TH ST.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0003","81102",1,37.469584,-105.863175,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",313,86,313,365,3,20,3,3,"Certification not required",0,25.169329,23.451261,246,"2013-05-01 00:00",193,"2013-05-31 00:00",162,"2013-04-08 00:00",141,"2013-04-23 00:00","","","","",141,79,54,39,28,20,10,"ALAMOSA - MUNICIPAL BUILDING","425 4TH ST.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0003","81102",1,37.469584,-105.863175,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",313,86,313,365,3,20,3,3,"Certification not required",0,25.169329,23.451261,246,"2013-05-01 00:00",193,"2013-05-31 00:00",162,"2013-04-08 00:00",141,"2013-04-23 00:00","","","","",141,79,54,39,28,20,10,"ALAMOSA - MUNICIPAL BUILDING","425 4TH ST.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0003","85101",1,37.469584,-105.863175,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",313,86,313,365,1,20,"","","Certification not required",0,20.421725,18.931754,196,"2013-05-01 00:00",153,"2013-05-31 00:00",131,"2013-04-08 00:00",115,"2013-04-23 00:00","","","","",115,62,45,34,23,16,8,"ALAMOSA - MUNICIPAL BUILDING","425 4TH ST.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0003","85101",1,37.469584,-105.863175,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",313,86,313,365,1,20,"","","Certification not required",0,20.421725,18.931754,196,"2013-05-01 00:00",153,"2013-05-31 00:00",131,"2013-04-08 00:00",115,"2013-04-23 00:00","","","","",115,62,45,34,23,16,8,"ALAMOSA - MUNICIPAL BUILDING","425 4TH ST.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","0003","85101",1,37.469584,-105.863175,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",312,86,313,365,0,20,"","","Certification not required",0,19.996795,17.403015,196,"2013-05-01 00:00",131,"2013-04-08 00:00",115,"2013-04-23 00:00",84,"2013-04-13 00:00","","","","",84,61,44,33,23,16,8,"ALAMOSA - MUNICIPAL BUILDING","425 4TH ST.","Colorado","Alamosa","Alamosa","","2014-02-21" +"08","003","9000","85101",1,37.724919,-105.519073,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.84669,11.3423,73.139,"2013-04-16 00:00",31.2912,"2013-05-31 00:00",29.034,"2013-05-01 00:00",23.0218,"2013-03-17 00:00","","","","",73.139,31.2912,29.034,16.3582,10.956,5.754,2.2473,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","86502",1,37.724919,-105.519073,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.039216,8.95089,57,"2013-04-16 00:00",24,"2013-05-01 00:00",16,"2013-05-31 00:00",15,"2013-04-22 00:00","","","","",57,24,16,11,6,2,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88103",1,37.724919,-105.519073,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88104",1,37.724919,-105.519073,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.141288,0.239844,1.2786,"2013-04-16 00:00",1.1114,"2013-05-31 00:00",0.5429,"2013-03-17 00:00",0.2957,"2013-04-22 00:00","","","","",1.2786,1.1114,0.5429,0.2904,0.1566,0.0718,0.011,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88109",1,37.724919,-105.519073,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001094,0.000501,0.0026,"2013-04-28 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-25 00:00",0.0019,"2013-04-01 00:00","","","","",0.0026,0.002,0.002,0.0017,0.0015,0.001,0.0006,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88111",1,37.724919,-105.519073,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.068184,0.085435,0.4339,"2013-04-16 00:00",0.3449,"2013-05-31 00:00",0.2208,"2013-04-28 00:00",0.1961,"2013-04-25 00:00","","","","",0.4339,0.3449,0.2208,0.1407,0.0968,0.0433,0.0075,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88112",1,37.724919,-105.519073,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88114",1,37.724919,-105.519073,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000259,0.000169,0.0009,"2013-04-16 00:00",0.0006,"2013-01-25 00:00",0.0005,"2013-02-09 00:00",0.0005,"2013-04-25 00:00","","","","",0.0009,0.0006,0.0005,0.0005,0.0003,0.0002,0.0001,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88115",1,37.724919,-105.519073,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.002173,0.005851,0.0338,"2013-05-25 00:00",0.0239,"2013-04-16 00:00",0.013,"2013-05-28 00:00",0.0035,"2013-03-17 00:00","","","","",0.0338,0.0239,0.013,0.0027,0.0015,0.0004,0.00015,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88126",1,37.724919,-105.519073,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.071737,0.108509,0.5865,"2013-04-16 00:00",0.4836,"2013-05-31 00:00",0.2506,"2013-03-17 00:00",0.1722,"2013-04-28 00:00","","","","",0.5865,0.4836,0.2506,0.1454,0.0734,0.042,0.0067,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88128",1,37.724919,-105.519073,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00049,0.000703,0.002,"2013-01-01 00:00",0.002,"2013-04-25 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-19 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88132",1,37.724919,-105.519073,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001843,0.002671,0.013,"2013-04-16 00:00",0.013,"2013-05-31 00:00",0.007,"2013-03-17 00:00",0.004,"2013-04-19 00:00","","","","",0.013,0.013,0.007,0.004,0.002,0.001,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88136",1,37.724919,-105.519073,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88140",1,37.724919,-105.519073,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.021289,0.029479,0.1587,"2013-05-31 00:00",0.0944,"2013-03-17 00:00",0.0903,"2013-04-28 00:00",0.0784,"2013-04-16 00:00","","","","",0.1587,0.0944,0.0903,0.0456,0.0289,0.0096,0.0011,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88152",1,37.724919,-105.519073,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.000205,0.000443,0.0033,"2013-04-16 00:00",0.0003,"2013-05-01 00:00",0.0002,"2013-04-25 00:00",0.00015,"2013-01-01 00:00","","","","",0.0033,0.0003,0.0002,0.00015,0.00015,0.00015,0.0001,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88154",1,37.724919,-105.519073,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.000147,7.5e-05,0.0004,"2013-02-18 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-01-19 00:00",0.0003,"2013-03-02 00:00","","","","",0.0004,0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88161",1,37.724919,-105.519073,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.00735,0.011956,0.0661,"2013-04-16 00:00",0.0523,"2013-05-31 00:00",0.0267,"2013-03-17 00:00",0.0163,"2013-04-19 00:00","","","","",0.0661,0.0523,0.0267,0.0155,0.0076,0.0041,0.0005,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88164",1,37.724919,-105.519073,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000225,0.000299,0.0016,"2013-04-16 00:00",0.0012,"2013-05-31 00:00",0.0008,"2013-05-25 00:00",0.0006,"2013-03-17 00:00","","","","",0.0016,0.0012,0.0008,0.0005,0.0003,0.0001,5e-05,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88165",1,37.724919,-105.519073,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.358225,0.608866,3.1465,"2013-05-31 00:00",2.9239,"2013-04-16 00:00",1.4504,"2013-03-17 00:00",0.8284,"2013-04-19 00:00","","","","",3.1465,2.9239,1.4504,0.6466,0.3937,0.1945,0.0232,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88167",1,37.724919,-105.519073,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001306,0.000748,0.0035,"2013-04-13 00:00",0.0034,"2013-02-21 00:00",0.0032,"2013-04-10 00:00",0.0029,"2013-01-04 00:00","","","","",0.0035,0.0034,0.0032,0.0021,0.0016,0.0012,0.0006,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88168",1,37.724919,-105.519073,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000866,0.001178,0.0061,"2013-05-31 00:00",0.005,"2013-04-16 00:00",0.0033,"2013-03-17 00:00",0.0025,"2013-02-09 00:00","","","","",0.0061,0.005,0.0033,0.0021,0.001,0.0005,0.00015,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88169",1,37.724919,-105.519073,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.148357,0.085395,0.3837,"2013-05-19 00:00",0.3501,"2013-05-10 00:00",0.3061,"2013-03-23 00:00",0.2773,"2013-04-25 00:00","","","","",0.3837,0.3501,0.3061,0.267,0.1959,0.1355,0.0545,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88176",1,37.724919,-105.519073,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000238,0.000264,0.0016,"2013-04-16 00:00",0.0012,"2013-05-31 00:00",0.0007,"2013-01-01 00:00",0.0006,"2013-04-28 00:00","","","","",0.0016,0.0012,0.0007,0.0003,0.00015,0.00015,0.00015,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88180",1,37.724919,-105.519073,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.047475,0.06017,0.3277,"2013-05-31 00:00",0.2808,"2013-04-16 00:00",0.1651,"2013-03-17 00:00",0.0935,"2013-04-28 00:00","","","","",0.3277,0.2808,0.1651,0.0835,0.0542,0.0324,0.0135,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88184",1,37.724919,-105.519073,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.022051,0.030994,0.1603,"2013-05-31 00:00",0.1179,"2013-05-25 00:00",0.0882,"2013-05-28 00:00",0.082,"2013-03-17 00:00","","","","",0.1603,0.1179,0.0882,0.0412,0.0273,0.0117,0.00165,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88185",1,37.724919,-105.519073,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000966,0.000807,0.0042,"2013-05-31 00:00",0.0034,"2013-03-17 00:00",0.0028,"2013-01-22 00:00",0.0025,"2013-04-07 00:00","","","","",0.0042,0.0034,0.0028,0.002,0.0009,0.0007,0.0004,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88203",1,37.724919,-105.519073,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.009715,0.013454,0.0637,"2013-05-25 00:00",0.0637,"2013-05-28 00:00",0.0519,"2013-04-16 00:00",0.0234,"2013-03-17 00:00","","","","",0.0637,0.0637,0.0519,0.0134,0.00945,0.0039,0.00275,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88306",1,37.724919,-105.519073,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.186653,0.105008,0.5032,"2013-05-10 00:00",0.4597,"2013-05-04 00:00",0.45,"2013-03-23 00:00",0.3394,"2013-01-13 00:00","","","","",0.5032,0.4597,0.45,0.2899,0.2409,0.1691,0.0809,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88320",1,37.724919,-105.519073,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.453529,0.261464,1.31,"2013-01-04 00:00",1.13,"2013-01-13 00:00",0.95,"2013-01-16 00:00",0.89,"2013-02-12 00:00","","","","",1.31,1.13,0.95,0.75,0.64,0.39,0.21,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88321",1,37.724919,-105.519073,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.074118,0.050207,0.25,"2013-01-04 00:00",0.18,"2013-01-16 00:00",0.16,"2013-01-13 00:00",0.15,"2013-02-12 00:00","","","","",0.25,0.18,0.16,0.13,0.11,0.06,0.03,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88324",1,37.724919,-105.519073,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.023563,0.014562,0.0948,"2013-01-04 00:00",0.069,"2013-03-08 00:00",0.053,"2013-03-20 00:00",0.03125,"2013-01-22 00:00","","","","",0.0948,0.069,0.053,0.0308,0.0304,0.0171,0.01085,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88325",1,37.724919,-105.519073,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.074576,0.046413,0.2311,"2013-01-04 00:00",0.1831,"2013-01-16 00:00",0.1805,"2013-01-13 00:00",0.1526,"2013-02-12 00:00","","","","",0.2311,0.1831,0.1805,0.1221,0.1027,0.0671,0.0212,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88326",1,37.724919,-105.519073,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.139712,0.105304,0.396,"2013-01-04 00:00",0.3916,"2013-01-19 00:00",0.3702,"2013-01-13 00:00",0.3409,"2013-02-12 00:00","","","","",0.396,0.3916,0.3702,0.3294,0.1927,0.0983,0.0391,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88327",1,37.724919,-105.519073,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.101039,0.060108,0.2966,"2013-01-13 00:00",0.2665,"2013-01-04 00:00",0.2081,"2013-01-19 00:00",0.201,"2013-02-12 00:00","","","","",0.2966,0.2665,0.2081,0.1688,0.142,0.089,0.0471,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88328",1,37.724919,-105.519073,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.11502,0.057118,0.3209,"2013-01-04 00:00",0.2305,"2013-01-13 00:00",0.209,"2013-01-16 00:00",0.1871,"2013-05-13 00:00","","","","",0.3209,0.2305,0.209,0.1817,0.1478,0.1017,0.0526,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88329",1,37.724919,-105.519073,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.140659,0.085327,0.5048,"2013-01-04 00:00",0.3099,"2013-01-16 00:00",0.3091,"2013-01-13 00:00",0.2278,"2013-01-10 00:00","","","","",0.5048,0.3099,0.3091,0.2203,0.188,0.1268,0.0645,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88330",1,37.724919,-105.519073,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.048185,0.021165,0.1191,"2013-02-12 00:00",0.0815,"2013-01-16 00:00",0.0813,"2013-03-17 00:00",0.0806,"2013-01-13 00:00","","","","",0.1191,0.0815,0.0813,0.0752,0.0625,0.0454,0.0273,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88331",1,37.724919,-105.519073,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000135,0.000383,0.0024,"2013-01-19 00:00",0.001,"2013-04-10 00:00",0.001,"2013-04-25 00:00",0.0005,"2013-01-13 00:00","","","","",0.0024,0.001,0.001,0.00015,0.0001,0,0,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88338",1,37.724919,-105.519073,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.016681,0.0052,0.0295,"2013-04-16 00:00",0.02735,"2013-02-27 00:00",0.0259,"2013-04-25 00:00",0.02555,"2013-02-09 00:00","","","","",0.0295,0.02735,0.0259,0.02505,0.01775,0.0156,0.0113,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88339",1,37.724919,-105.519073,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.611939,0.352275,1.58285,"2013-05-19 00:00",1.444,"2013-05-10 00:00",1.26283,"2013-03-23 00:00",1.14395,"2013-04-25 00:00","","","","",1.58285,1.444,1.26283,1.10129,0.80817,0.55898,0.22494,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88344",1,37.724919,-105.519073,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.240751,0.135453,0.6491,"2013-05-10 00:00",0.593,"2013-05-04 00:00",0.58,"2013-03-23 00:00",0.4378,"2013-01-13 00:00","","","","",0.6491,0.593,0.58,0.374,0.3108,0.2181,0.1044,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88348",1,37.724919,-105.519073,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.501704,2.455275,12.3481,"2013-04-16 00:00",12.1137,"2013-05-31 00:00",5.774,"2013-03-17 00:00",3.2819,"2013-04-19 00:00","","","","",12.3481,12.1137,5.774,2.9525,1.6261,0.8883,0.1094,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88350",1,37.724919,-105.519073,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.815763,0.470524,2.3567,"2013-01-04 00:00",2.0277,"2013-01-13 00:00",1.7181,"2013-01-16 00:00",1.6078,"2013-02-12 00:00","","","","",2.3567,2.0277,1.7181,1.3475,1.143,0.693,0.3764,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88403",1,37.724919,-105.519073,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.438227,0.25412,1.169,"2013-05-19 00:00",1.024,"2013-05-10 00:00",0.9216,"2013-03-23 00:00",0.804,"2013-05-07 00:00","","","","",1.169,1.024,0.9216,0.7823,0.5926,0.3833,0.1381,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","003","9000","88502",1,37.724919,-105.519073,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.154902,2.837838,15.6,"2013-04-16 00:00",14.7,"2013-05-31 00:00",8,"2013-03-17 00:00",5.8,"2013-04-28 00:00","","","","",15.6,14.7,8,5.1,3.6,2.5,1.4,"","Great Sand Dunes NM","Colorado","Alamosa","","","2014-01-28" +"08","005","0002","44201",1,39.567887,-104.957193,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6432,98,210,214,0,120,0,0,"Certification not required",114,0.061138,0.012625,0.102,"2013-07-10 14:00",0.096,"2013-08-29 15:00",0.094,"2013-06-28 14:00",0.092,"2013-07-18 12:00","","","","",0.094,0.087,0.082,0.078,0.069,0.061,0.048,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","44201",1,39.567887,-104.957193,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6459,97,208,214,0,0,1,1,"Certification not required",0,0.054894,0.01146,0.085,"2013-08-29 09:00",0.08,"2013-06-13 11:00",0.08,"2013-06-28 10:00",0.079,"2013-08-17 10:00","","","","",0.08,0.078,0.073,0.069,0.063,0.055,0.043,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","44201",1,39.567887,-104.957193,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6459,97,208,214,0,0,6,6,"Certification not required",0,0.054894,0.01146,0.085,"2013-08-29 09:00",0.08,"2013-06-13 11:00",0.08,"2013-06-28 10:00",0.079,"2013-08-17 10:00","","","","",0.08,0.078,0.073,0.069,0.063,0.055,0.043,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","61101",1,39.567887,-104.957193,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6183,71,257,365,0,369,"","","Certification not required",0,5.797024,2.664632,18.1,"2013-07-10 21:00",17.9,"2013-06-28 22:00",17.5,"2013-04-14 08:00",17.3,"2013-03-17 13:00","","","","",13.7,12.4,10.8,9.5,7.4,5.4,2.8,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","61102",1,39.567887,-104.957193,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6485,74,270,365,0,67,"","","Certification not required",0,178.144641,98.972301,360,"2013-02-09 11:00",360,"2013-02-13 21:00",360,"2013-03-05 13:00",360,"2013-03-18 01:00","","","","",357,353,340,316,230,204,27,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","61103",1,39.567887,-104.957193,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6183,71,257,365,0,369,"","","Certification not required",0,5.193854,2.806884,17.8,"2013-07-10 21:00",17,"2013-06-28 22:00",16.9,"2013-04-14 08:00",16.2,"2013-04-14 10:00","","","","",13.1,11.9,10.3,9,6.9,4.8,1.9,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","61104",1,39.567887,-104.957193,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6183,71,257,365,0,369,"","","Certification not required",0,178.491477,98.611539,359.9,"2013-04-08 17:00",359.9,"2013-04-17 21:00",359.7,"2013-02-09 11:00",359.7,"2013-05-01 23:00","","","","",356.5,352.1,339,316.1,229.4,205.2,28.2,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","61106",1,39.567887,-104.957193,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6183,71,257,365,0,369,"","","Certification not required",0,23.260553,13.522092,85.9,"2013-01-31 21:00",84.5,"2013-03-06 22:00",83.8,"2013-02-15 11:00",83.7,"2013-02-02 03:00","","","","",63.8,58.9,51.9,44.2,29.6,19.8,9.7,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0002","62101",1,39.567887,-104.957193,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6485,74,270,365,0,67,"","","Certification not required",0,54.967001,20.02612,95,"2013-06-11 12:00",95,"2013-06-11 13:00",95,"2013-06-11 14:00",95,"2013-06-11 15:00","","","","",91,89,85,80,70,58,27,"HIGHLAND RESERVOIR","8100 S. UNIVERSITY BLVD","Colorado","Arapahoe","Southglenn","Denver-Aurora, CO","2013-11-12" +"08","005","0005","68101",1,39.604399,-105.019526,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",55,0.17562,0.134027,0.4,"2013-03-08 00:00",0.4,"2013-05-07 00:00",0.4,"2013-05-16 00:00",0.4,"2013-05-31 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.05,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0005","68102",1,39.604399,-105.019526,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,23.997521,0.015614,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0005","68105",1,39.604399,-105.019526,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,10.771901,10.643779,29.8,"2013-07-06 00:00",28.5,"2013-08-20 00:00",28,"2013-06-27 00:00",26.1,"2013-07-09 00:00","","","","",28.5,28,25.7,24.7,20.7,9.7,-3,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0005","68108",1,39.604399,-105.019526,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,627.809917,3.901525,638,"2013-11-12 00:00",634,"2013-05-01 00:00",634,"2013-11-21 00:00",633,"2013-07-30 00:00","","","","",634,634,632,632,631,629,622,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0005","68109",1,39.604399,-105.019526,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.768595,0.919786,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0005","88101",1,39.604399,-105.019526,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,0,0,0,"Certification not required",0,6.809917,4.569745,31.8,"2013-11-24 00:00",27.3,"2013-12-07 00:00",21.8,"2013-12-21 00:00",19.7,"2013-06-12 00:00","","","","",27.3,21.8,13.7,11.5,8.3,5.7,3,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0005","88101",1,39.604399,-105.019526,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,0,"","","Certification not required",0,6.809917,4.569745,31.8,"2013-11-24 00:00",27.3,"2013-12-07 00:00",21.8,"2013-12-21 00:00",19.7,"2013-06-12 00:00","","","","",27.3,21.8,13.7,11.5,8.3,5.7,3,"Arapahoe Community College","6190 S. SANTA FE DR.","Colorado","Arapahoe","Littleton","Denver-Aurora, CO","2014-02-21" +"08","005","0006","44201",1,39.638522,-104.569335,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8684,99,212,214,0,76,0,0,"Certification not required",33,0.061033,0.008903,0.09,"2013-06-28 12:00",0.086,"2013-07-18 12:00",0.085,"2013-08-29 13:00",0.083,"2013-08-28 14:00","","","","",0.085,0.078,0.076,0.072,0.067,0.061,0.053,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","44201",1,39.638522,-104.569335,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8699,99,211,214,0,0,0,0,"Certification not required",0,0.056697,0.008365,0.081,"2013-08-29 09:00",0.078,"2013-07-18 09:00",0.074,"2013-08-17 09:00",0.073,"2013-05-31 10:00","","","","",0.074,0.073,0.069,0.067,0.062,0.057,0.049,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","44201",1,39.638522,-104.569335,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8699,99,211,214,0,0,2,2,"Certification not required",0,0.056697,0.008365,0.081,"2013-08-29 09:00",0.078,"2013-07-18 09:00",0.074,"2013-08-17 09:00",0.073,"2013-05-31 10:00","","","","",0.074,0.073,0.069,0.067,0.062,0.057,0.049,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","61101",1,39.638522,-104.569335,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,9.395394,4.691961,34.5,"2013-04-08 17:00",31.4,"2013-02-01 14:00",31.4,"2013-04-08 18:00",31,"2013-03-09 18:00","","","","",24.5,22.1,18.6,15.5,11.8,8.8,4.2,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","61102",1,39.638522,-104.569335,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,192.568229,92.307811,360,"2013-02-10 15:00",360,"2013-03-04 16:00",360,"2013-03-04 18:00",360,"2013-03-22 17:00","","","","",356,353,342,320,259,195,52,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","61103",1,39.638522,-104.569335,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,8.925657,4.860963,33.4,"2013-04-08 17:00",31.2,"2013-02-01 14:00",31,"2013-04-08 18:00",30.9,"2013-03-09 18:00","","","","",24.2,22,18.2,15.2,11.5,8.3,3.4,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","61104",1,39.638522,-104.569335,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,193.961234,92.321782,359.9,"2013-01-29 19:00",359.9,"2013-02-15 14:00",359.9,"2013-12-13 19:00",359.8,"2013-07-09 10:00","","","","",356.6,353.5,343,320.7,260.3,197.5,54.7,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","61106",1,39.638522,-104.569335,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,14.285737,11.948179,75.8,"2013-03-04 02:00",75.7,"2013-09-08 14:00",73.5,"2013-06-29 11:00",72.2,"2013-06-09 11:00","","","","",57.6,50.5,41.3,31.7,17.9,9.9,4.5,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0006","62101",1,39.638522,-104.569335,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8711,99,363,365,0,49,"","","Certification not required",0,49.316956,20.37542,95,"2013-06-11 14:00",95,"2013-06-11 15:00",94,"2013-06-11 13:00",94,"2013-06-11 16:00","","","","",89,87,82,76,65,49,23,"Aurora East","36001 E. Quincy Ave.","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-06" +"08","005","0007","11101",1,39.572756,-104.848992,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,1,"","","Certification not required",0,28.642857,12.018816,52,"2013-02-15 00:00",52,"2013-05-28 00:00",52,"2013-11-24 00:00",52,"2013-12-12 00:00","","","","",52,52,52,45,36,29,14,"Centennial Airport","7800 S. Peoria","Colorado","Arapahoe","","Denver-Aurora, CO","2014-02-20" +"08","005","0007","14129",1,39.572756,-104.848992,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,24,61,0,1,0,0,"Certification not required",0,0.018167,0.015975,0.062,"2013-08-14 00:00",0.056,"2013-01-04 00:00",0.038,"2013-08-02 00:00",0.033,"2013-02-03 00:00","","","","",0.062,0.062,0.056,0.038,0.029,0.01,0.005,"Centennial Airport","7800 S. Peoria","Colorado","Arapahoe","","Denver-Aurora, CO","2013-10-09" +"08","007","0001","81102",3,37.26842,-107.009659,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",281,78,285,365,0,5,0,0,"Certification not required",3,20.633452,12.438599,123,"2013-04-15 00:00",69,"2013-04-17 00:00",69,"2013-06-29 00:00",63,"2013-04-14 00:00","","","","",69,54,41,34,25,18,9,"PAGOSA SPRINGS SCHOOL","309 LEWIS ST.","Colorado","Archuleta","Pagosa Springs","","2014-02-21" +"08","007","0001","81102",3,37.26842,-107.009659,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",285,78,285,365,4,5,3,3,"Certification not required",3,23.561404,28.222592,295,"2013-04-16 00:00",241,"2013-06-28 00:00",234,"2013-06-27 00:00",147,"2013-04-08 00:00","","","","",234,69,44,37,26,18,10,"PAGOSA SPRINGS SCHOOL","309 LEWIS ST.","Colorado","Archuleta","Pagosa Springs","","2014-02-21" +"08","007","0001","81102",3,37.26842,-107.009659,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",285,78,285,365,4,5,3,3,"Certification not required",3,23.561404,28.222592,295,"2013-04-16 00:00",241,"2013-06-28 00:00",234,"2013-06-27 00:00",147,"2013-04-08 00:00","","","","",234,69,44,37,26,18,10,"PAGOSA SPRINGS SCHOOL","309 LEWIS ST.","Colorado","Archuleta","Pagosa Springs","","2014-02-21" +"08","007","0001","85101",3,37.26842,-107.009659,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",285,78,285,365,0,5,"","","Certification not required",5,19.270175,22.922727,244,"2013-04-16 00:00",192,"2013-06-28 00:00",186,"2013-06-27 00:00",121,"2013-04-08 00:00","","","","",186,57,37,29,21,15,8,"PAGOSA SPRINGS SCHOOL","309 LEWIS ST.","Colorado","Archuleta","Pagosa Springs","","2014-02-21" +"08","013","0003","68101",1,40.164576,-105.100856,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",41,0.37418,0.25907,0.8,"2013-03-14 00:00",0.7,"2013-01-16 00:00",0.7,"2013-01-28 00:00",0.7,"2013-02-03 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.4,0.05,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","68102",1,40.164576,-105.100856,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24.00082,0.009054,24.1,"2013-12-21 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","68105",1,40.164576,-105.100856,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,11.702459,10.680317,30,"2013-06-27 00:00",28.6,"2013-07-09 00:00",28.4,"2013-08-20 00:00",27.6,"2013-08-29 00:00","","","","",28.6,28.4,26.8,25.9,22.3,11.2,-1.2,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","68108",1,40.164576,-105.100856,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,634.204918,3.858957,645,"2013-11-12 00:00",642,"2013-05-01 00:00",642,"2013-11-21 00:00",639,"2013-02-15 00:00","","","","",642,642,638,638,637,635,628,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","68109",1,40.164576,-105.100856,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.737705,0.951756,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","81102",2,40.164576,-105.100856,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,19.875,8.674021,47,"2013-06-21 00:00",42,"2013-01-10 00:00",38,"2013-11-12 00:00",37,"2013-01-22 00:00","","","","",47,42,38,31,23,19,10,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-21" +"08","013","0003","85101",2,40.164576,-105.100856,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,46,56,122,0,0,"","","Certification not required",0,17.446429,7.682139,40,"2013-06-21 00:00",38,"2013-01-10 00:00",34,"2013-01-22 00:00",34,"2013-11-12 00:00","","","","",40,38,34,28,20,16,9,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-21" +"08","013","0003","88101",1,40.164576,-105.100856,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,7.04918,4.048778,23.6,"2013-01-01 00:00",22.9,"2013-03-26 00:00",22.7,"2013-11-24 00:00",17.2,"2013-12-12 00:00","","","","",22.9,22.7,14.8,12.4,8.3,6,3.6,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","88101",1,40.164576,-105.100856,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,7.04918,4.048778,23.6,"2013-01-01 00:00",22.9,"2013-03-26 00:00",22.7,"2013-11-24 00:00",17.2,"2013-12-12 00:00","","","","",22.9,22.7,14.8,12.4,8.3,6,3.6,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-02-20" +"08","013","0003","88501",3,40.164576,-105.100856,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6384,73,272,365,0,912,"","","Certification not required",0,5.44292,4.855647,43.4,"2013-06-21 22:00",38.4,"2013-09-09 14:00",38,"2013-11-14 16:00",36.9,"2013-08-03 14:00","","","","",21.4,18.6,14.2,11.4,7.8,4.6,0.2,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-01-31" +"08","013","0003","88501",3,40.164576,-105.100856,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,5.416912,2.376128,16.3,"2013-08-17 00:00",14,"2013-06-21 00:00",13.7,"2013-12-07 00:00",12.9,"2013-08-16 00:00","","","","",13.7,10.9,9.7,8.2,6.8,5.1,2.8,"LONGMONT - MUNICIPAL BLDG","350 KIMBARK ST.","Colorado","Boulder","Longmont","Boulder, CO","2014-01-31" +"08","013","0011","44201",1,39.957212,-105.238458,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8561,98,210,214,0,199,0,0,"Certification not required",88,0.061205,0.012448,0.102,"2013-07-17 16:00",0.093,"2013-07-10 17:00",0.091,"2013-07-11 12:00",0.089,"2013-07-16 15:00","","","","",0.091,0.087,0.082,0.078,0.069,0.06,0.05,"SOUTH BOULDER CREEK","1405 1/2 S. FOOTHILLS PARKWAY","Colorado","Boulder","Boulder","Boulder, CO","2014-02-06" +"08","013","0011","44201",1,39.957212,-105.238458,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8555,98,210,214,0,0,1,1,"Certification not required",0,0.054043,0.010672,0.086,"2013-07-17 11:00",0.081,"2013-07-10 11:00",0.08,"2013-07-11 10:00",0.079,"2013-07-16 11:00","","","","",0.08,0.075,0.071,0.068,0.06,0.054,0.047,"SOUTH BOULDER CREEK","1405 1/2 S. FOOTHILLS PARKWAY","Colorado","Boulder","Boulder","Boulder, CO","2014-02-06" +"08","013","0011","44201",1,39.957212,-105.238458,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8555,98,210,214,0,0,4,4,"Certification not required",0,0.054043,0.010672,0.086,"2013-07-17 11:00",0.081,"2013-07-10 11:00",0.08,"2013-07-11 10:00",0.079,"2013-07-16 11:00","","","","",0.08,0.075,0.071,0.068,0.06,0.054,0.047,"SOUTH BOULDER CREEK","1405 1/2 S. FOOTHILLS PARKWAY","Colorado","Boulder","Boulder","Boulder, CO","2014-02-06" +"08","013","0012","68101",1,40.021097,-105.263382,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",31,0.316116,0.18965,0.6,"2013-01-28 00:00",0.6,"2013-02-21 00:00",0.6,"2013-03-05 00:00",0.6,"2013-11-24 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","68102",1,40.021097,-105.263382,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,23.995041,0.028435,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","68105",1,40.021097,-105.263382,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,11.179339,10.223282,28.9,"2013-06-27 00:00",27.9,"2013-08-20 00:00",27.8,"2013-07-09 00:00",27,"2013-08-29 00:00","","","","",27.9,27.8,25.9,24.1,20.6,10.8,-1.9,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","68108",1,40.021097,-105.263382,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,627.842975,3.947591,641,"2013-05-01 00:00",638,"2013-11-12 00:00",634,"2013-11-21 00:00",633,"2013-07-30 00:00","","","","",638,634,632,632,630,629,622,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","68109",1,40.021097,-105.263382,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.545455,1.755942,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","81102",1,40.021097,-105.263382,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,0,0,0,"Certification not required",0,22.4,10.963914,72,"2013-01-10 00:00",49,"2013-06-21 00:00",40,"2013-11-12 00:00",37,"2013-10-25 00:00","","","","",72,49,40,34,27,20,11,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","85101",1,40.021097,-105.263382,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,45,55,122,0,0,"","","Certification not required",0,19.290909,9.527101,64,"2013-01-10 00:00",41,"2013-06-21 00:00",35,"2013-11-12 00:00",32,"2013-10-25 00:00","","","","",64,41,35,29,24,17,9,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","88101",1,40.021097,-105.263382,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,120,122,0,1,0,0,"Certification not required",0,6.019008,3.833152,24.9,"2013-11-24 00:00",18.9,"2013-03-26 00:00",17,"2013-01-10 00:00",16.5,"2013-12-21 00:00","","","","",18.9,17,14.8,11.3,6.9,5.1,2.5,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","0012","88101",1,40.021097,-105.263382,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,120,122,0,1,"","","Certification not required",0,6.019008,3.833152,24.9,"2013-11-24 00:00",18.9,"2013-03-26 00:00",17,"2013-01-10 00:00",16.5,"2013-12-21 00:00","","","","",18.9,17,14.8,11.3,6.9,5.1,2.5,"BOULDER CHAMBER OF COMMERCE","2440 PEARL ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-02-21" +"08","013","1001","88500",3,40.012969,-105.267212,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6127,70,250,365,0,1169,"","","Certification not required",0,5.409205,5.581517,47.6,"2013-06-12 22:00",40.8,"2013-06-21 21:00",37.4,"2013-11-14 23:00",35.7,"2013-11-14 22:00","","","","",24.5,20,15.5,12.1,8.1,4.6,-0.4,"BOULDER - CU-ATHENS","2102 ATHENS ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-01-31" +"08","013","1001","88500",3,40.012969,-105.267212,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",250,68,250,365,0,0,"","","Certification not required",0,5.3788,3.906147,24.9,"2013-12-07 00:00",22.8,"2013-12-08 00:00",16.7,"2013-08-16 00:00",15.3,"2013-08-17 00:00","","","","",16.7,15.2,11.2,10,7.4,5.3,1,"BOULDER - CU-ATHENS","2102 ATHENS ST.","Colorado","Boulder","Boulder","Boulder, CO","2014-01-31" +"08","029","0004","81102",1,38.739213,-108.073118,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",110,90,110,122,0,1,0,0,"Certification not required",0,21.309091,9.186893,64,"2013-04-16 00:00",44,"2013-03-14 00:00",39,"2013-01-25 00:00",37,"2013-01-22 00:00","","","","",44,39,36,33,26,21,11,"DELTA HEALTH DEPT","560 DODGE ST.","Colorado","Delta","Delta","","2014-02-21" +"08","029","0004","85101",1,38.739213,-108.073118,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,1,"","","Certification not required",0,18.654545,8.147084,56,"2013-04-16 00:00",39,"2013-03-14 00:00",36,"2013-01-25 00:00",34,"2013-01-22 00:00","","","","",39,36,34,28,23,19,10,"DELTA HEALTH DEPT","560 DODGE ST.","Colorado","Delta","Delta","","2014-02-21" +"08","031","0002","42101",2,39.751184,-104.987625,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8599,98,360,365,0,161,0,0,"Certification not required",6280,0.38251,0.311299,5.8,"2013-01-23 19:00",5.7,"2013-01-23 17:00",5.6,"2013-01-23 16:00",5.4,"2013-01-23 18:00","","","","",1.6,1.3,0.9,0.7,0.5,0.25,0.25,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42101",2,39.751184,-104.987625,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8619,98,354,365,0,0,0,0,"Certification not required",0,0.404061,0.230435,4.4,"2013-01-23 21:00",4.3,"2013-01-23 22:00",4.2,"2013-01-23 20:00",4,"2013-01-23 23:00",4.4,"2013-01-23 21:00",2.5,"2013-01-04 23:00",1.4,1.1,0.8,0.6,0.4,0.3,0.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42401",1,39.751184,-104.987625,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8115,93,348,365,0,645,0,"","Certification not required",0,9.029885,8.278121,48,"2013-01-04 09:00",39,"2013-01-23 00:00",39,"2013-10-07 09:00",38,"2013-11-27 08:00","","","","",38,34,25.2,21,13,6,1,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42401",1,39.751184,-104.987625,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8115,93,348,365,0,645,"","","Certification not required",0,1.877449,3.311596,48,"2013-01-04 09:00",43,"2013-01-04 10:00",39,"2013-01-23 00:00",39,"2013-10-07 09:00","","","","",17,12,7,4,2,1,0,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42401",1,39.751184,-104.987625,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",348,95,348,365,0,0,0,"","Certification not required",0,1.869828,1.569277,11.6,"2013-01-04 00:00",11.1,"2013-01-23 00:00",8.5,"2013-01-15 00:00",8,"2013-11-27 00:00","","","","",8,6.3,4.2,3.6,2.6,1.5,0.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42401",1,39.751184,-104.987625,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2477,85,342,365,0,0,"",0,"Certification not required",0,1.892168,2.820222,40.3,"2013-01-04 11:00",30,"2013-11-27 08:00",27.3,"2013-01-23 02:00",25.6,"2013-10-19 08:00","","","","",13.6,11.3,7,4.6,2.3,1,0,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42406",1,39.751184,-104.987625,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7664,87,333,365,0,1096,"","","Certification not required",0,3.27714,6.030279,73,"2013-06-12 06:00",73,"2013-12-17 09:00",63,"2013-01-04 09:00",63,"2013-01-23 03:00","","","","",32,24,13,8,3,1,0,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42601",1,39.751184,-104.987625,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8240,94,358,365,0,520,"","","Certification not required",0,21.340522,43.87138,785,"2013-01-23 19:00",698,"2013-01-23 18:00",661,"2013-01-23 20:00",642,"2013-01-23 17:00","","","","",215.5,158,88,51.5,21.1,7,1,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42602",1,39.751184,-104.987625,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8239,94,358,365,0,521,0,"","Certification not required",0,41.933799,11.416009,86.3,"2013-12-13 07:00",82.6,"2013-12-12 03:00",82,"2013-01-23 19:00",75,"2013-01-24 08:00","","","","",75,67.6,62,56.1,48.7,41.2,28,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42602",1,39.751184,-104.987625,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8239,94,358,365,0,521,"","","Certification not required",0,24.137602,12.421523,86.3,"2013-12-13 07:00",82.6,"2013-12-12 03:00",82,"2013-01-23 19:00",80.2,"2013-12-12 05:00","","","","",58.2,53,46.8,41.5,32,22,10,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","42603",1,39.751184,-104.987625,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8232,94,357,365,0,528,"","","Certification not required",0,45.778912,53.152034,868,"2013-01-23 19:00",771,"2013-01-23 18:00",738,"2013-01-23 20:00",714,"2013-01-23 17:00","","","","",271,204,133.4,91.5,53,30,12,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","43102",81,39.751184,-104.987625,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,257.585366,139.835792,985,"2013-01-10 06:00",405,"2013-09-25 06:00",370,"2013-08-26 06:00",369,"2013-02-03 06:00","","","","",985,985,370,359,308,235,144,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43141",81,39.751184,-104.987625,"WGS84","n-Dodecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",28,0.276415,0.187408,0.868,"2013-09-25 06:00",0.718,"2013-01-10 06:00",0.666,"2013-07-27 06:00",0.653,"2013-08-26 06:00","","","","",0.868,0.868,0.666,0.592,0.37,0.1665,0.1665,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43142",81,39.751184,-104.987625,"WGS84","Tridecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43143",81,39.751184,-104.987625,"WGS84","n-Tridecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",32,0.134829,0.088846,0.472,"2013-01-10 06:00",0.406,"2013-07-27 06:00",0.282,"2013-08-02 06:00",0.259,"2013-09-25 06:00","","","","",0.472,0.472,0.282,0.243,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43144",81,39.751184,-104.987625,"WGS84","Propyne","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",39,0.106707,0.065917,0.504,"2013-01-10 06:00",0.205,"2013-08-26 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.504,0.504,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43145",81,39.751184,-104.987625,"WGS84","1-Octene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",31,0.134415,0.082758,0.479,"2013-07-21 06:00",0.309,"2013-07-27 06:00",0.277,"2013-01-10 06:00",0.253,"2013-02-09 06:00","","","","",0.479,0.479,0.277,0.253,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43201",81,39.751184,-104.987625,"WGS84","Methane","3 HOURS","","Observed Values","6L SUBAMBIENT SS-CANISTER - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,1330.97561,172.348555,2140,"2013-01-10 06:00",1680,"2013-02-03 06:00",1500,"2013-05-28 06:00",1470,"2013-03-17 06:00","","","","",2140,2140,1500,1460,1370,1310,1210,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43202",81,39.751184,-104.987625,"WGS84","Ethane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,27.807073,20.487078,127,"2013-01-10 06:00",77.8,"2013-02-03 06:00",47.8,"2013-02-21 06:00",47.8,"2013-04-16 06:00","","","","",127,127,47.8,43.9,32,20.7,14.8,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43203",81,39.751184,-104.987625,"WGS84","Ethylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,6.550976,4.161014,27.8,"2013-01-10 06:00",13.2,"2013-02-03 06:00",13.2,"2013-09-25 06:00",11,"2013-01-22 06:00","","","","",27.8,27.8,13.2,8.75,7.26,5.63,3.52,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43204",81,39.751184,-104.987625,"WGS84","Propane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,21.33878,15.971511,84.3,"2013-01-10 06:00",49.4,"2013-02-21 06:00",47.5,"2013-04-22 06:00",46,"2013-04-16 06:00","","","","",84.3,84.3,47.5,46,25.7,14.4,7.98,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43205",81,39.751184,-104.987625,"WGS84","Propylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,2.157902,1.17896,7.6,"2013-01-10 06:00",4.38,"2013-09-25 06:00",3.94,"2013-01-22 06:00",3.4,"2013-02-03 06:00","","","","",7.6,7.6,3.94,3.38,2.4,1.99,1.06,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43206",81,39.751184,-104.987625,"WGS84","Acetylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,4.141634,3.163164,18.2,"2013-01-10 06:00",10.8,"2013-02-03 06:00",9.22,"2013-09-25 06:00",7.96,"2013-03-29 06:00","","","","",18.2,18.2,9.22,6.97,5.08,3.21,1.59,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43212",81,39.751184,-104.987625,"WGS84","n-Butane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,13.617317,11.233708,62.1,"2013-01-10 06:00",36.3,"2013-02-21 06:00",30.8,"2013-04-22 06:00",30.2,"2013-05-28 06:00","","","","",62.1,62.1,30.8,27.8,15,9.34,4.04,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43214",81,39.751184,-104.987625,"WGS84","Isobutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,5.663659,4.484054,25.4,"2013-01-10 06:00",13.7,"2013-02-21 06:00",13.7,"2013-04-22 06:00",11.5,"2013-05-28 06:00","","","","",25.4,25.4,13.7,10.8,6.11,4.58,1.9,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43216",81,39.751184,-104.987625,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.367756,0.304601,2.08,"2013-01-10 06:00",0.725,"2013-01-22 06:00",0.664,"2013-02-03 06:00",0.56,"2013-09-25 06:00","","","","",2.08,2.08,0.664,0.543,0.39,0.295,0.219,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43217",81,39.751184,-104.987625,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",3,0.253073,0.21996,1.39,"2013-01-10 06:00",0.62,"2013-01-22 06:00",0.539,"2013-02-03 06:00",0.457,"2013-09-25 06:00","","","","",1.39,1.39,0.539,0.424,0.298,0.189,0.101,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43218",81,39.751184,-104.987625,"WGS84","1,3-Butadiene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.326341,0.200309,1.17,"2013-01-10 06:00",0.76,"2013-09-25 06:00",0.65,"2013-01-22 06:00",0.5,"2013-08-26 06:00","","","","",1.17,1.17,0.65,0.49,0.4,0.28,0.16,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43220",81,39.751184,-104.987625,"WGS84","n-Pentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,8.180732,4.871002,25.3,"2013-01-10 06:00",17.6,"2013-05-28 06:00",17.2,"2013-09-25 06:00",15.2,"2013-02-21 06:00","","","","",25.3,25.3,17.2,14.2,10.9,6.89,3.49,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43221",81,39.751184,-104.987625,"WGS84","Isopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",30,6,0,61,0,14,"","","Certification not required",1,13.217517,7.989233,38,"2013-01-10 06:00",25.2,"2013-06-27 06:00",24.2,"2013-08-02 06:00",22.7,"2013-05-28 06:00","","","","",38,38,25.2,24.2,17.9,13.5,4.56,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43224",81,39.751184,-104.987625,"WGS84","1-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",3,0.4585,0.324468,1.99,"2013-06-27 06:00",1.04,"2013-01-10 06:00",0.882,"2013-04-04 06:00",0.812,"2013-08-02 06:00","","","","",1.99,1.99,0.882,0.77,0.562,0.391,0.197,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43225",81,39.751184,-104.987625,"WGS84","2-Methyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",13,0.296927,0.215294,1.12,"2013-01-10 06:00",0.768,"2013-08-26 06:00",0.69,"2013-09-25 06:00",0.553,"2013-06-27 06:00","","","","",1.12,1.12,0.69,0.507,0.401,0.276,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43226",81,39.751184,-104.987625,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",9,0.284256,0.200854,1.13,"2013-01-10 06:00",0.73,"2013-08-26 06:00",0.602,"2013-09-25 06:00",0.547,"2013-06-27 06:00","","","","",1.13,1.13,0.602,0.425,0.341,0.255,0.0815,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43227",81,39.751184,-104.987625,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",35,0.136707,0.088985,0.55,"2013-01-10 06:00",0.36,"2013-08-26 06:00",0.31,"2013-09-25 06:00",0.26,"2013-06-27 06:00","","","","",0.55,0.55,0.31,0.23,0.105,0.105,0.105,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43228",81,39.751184,-104.987625,"WGS84","2-Methyl-2-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",3,0.434951,0.266014,1.56,"2013-01-10 06:00",1,"2013-08-26 06:00",0.861,"2013-06-27 06:00",0.827,"2013-09-25 06:00","","","","",1.56,1.56,0.861,0.705,0.488,0.382,0.221,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43230",81,39.751184,-104.987625,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,2.206488,1.166925,6.54,"2013-01-10 06:00",5,"2013-09-25 06:00",4.39,"2013-08-26 06:00",3.53,"2013-08-02 06:00","","","","",6.54,6.54,4.39,3.38,2.82,1.96,1.13,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43231",81,39.751184,-104.987625,"WGS84","n-Hexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,3.584634,1.897697,9.94,"2013-01-10 06:00",7.27,"2013-05-28 06:00",7.02,"2013-09-25 06:00",6.49,"2013-08-26 06:00","","","","",9.94,9.94,7.02,6.18,4.66,3.21,1.69,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43232",81,39.751184,-104.987625,"WGS84","n-Heptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,2.086585,0.953642,5.44,"2013-01-10 06:00",3.79,"2013-07-03 06:00",3.76,"2013-09-25 06:00",3.52,"2013-04-16 06:00","","","","",5.44,5.44,3.76,3.23,2.51,1.9,1.16,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43233",81,39.751184,-104.987625,"WGS84","n-Octane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",1,1.007232,0.43325,2.1,"2013-04-16 06:00",1.91,"2013-05-16 06:00",1.79,"2013-08-26 06:00",1.76,"2013-03-29 06:00","","","","",2.1,2.1,1.79,1.76,1.23,0.958,0.565,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43234",81,39.751184,-104.987625,"WGS84","4-Methyl-1-pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43235",81,39.751184,-104.987625,"WGS84","n-Nonane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.626927,0.310948,1.68,"2013-01-10 06:00",1.37,"2013-09-25 06:00",1.14,"2013-08-26 06:00",1.06,"2013-02-03 06:00","","","","",1.68,1.68,1.14,1.03,0.757,0.545,0.356,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43236",81,39.751184,-104.987625,"WGS84","2-Ethyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43238",81,39.751184,-104.987625,"WGS84","n-Decane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.870878,0.48582,2.55,"2013-09-25 06:00",2.36,"2013-01-10 06:00",1.75,"2013-08-26 06:00",1.6,"2013-02-03 06:00","","","","",2.55,2.55,1.75,1.45,1.01,0.766,0.467,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43242",81,39.751184,-104.987625,"WGS84","Cyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.741488,0.356646,1.99,"2013-01-10 06:00",1.57,"2013-09-25 06:00",1.49,"2013-05-28 06:00",1.19,"2013-05-22 06:00","","","","",1.99,1.99,1.49,1.14,0.815,0.653,0.411,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43243",81,39.751184,-104.987625,"WGS84","Isoprene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",17,0.392061,0.353863,1.49,"2013-06-27 06:00",1.28,"2013-07-09 06:00",1.1,"2013-08-20 06:00",1.09,"2013-08-26 06:00","","","","",1.49,1.49,1.1,0.992,0.451,0.295,0.1225,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43244",81,39.751184,-104.987625,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",1,0.423207,0.20929,1.2,"2013-01-10 06:00",0.869,"2013-09-25 06:00",0.788,"2013-08-26 06:00",0.704,"2013-06-27 06:00","","","","",1.2,1.2,0.788,0.617,0.507,0.376,0.237,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43245",81,39.751184,-104.987625,"WGS84","1-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.2225,0,0.2225,"2013-01-10 06:00",0.2225,"2013-01-16 06:00",0.2225,"2013-01-22 06:00",0.2225,"2013-02-03 06:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43246",81,39.751184,-104.987625,"WGS84","2-Methyl-1-pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43247",81,39.751184,-104.987625,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",14,0.421317,0.296035,1.73,"2013-01-10 06:00",0.922,"2013-09-25 06:00",0.905,"2013-08-26 06:00",0.839,"2013-02-03 06:00","","","","",1.73,1.73,0.905,0.655,0.504,0.409,0.159,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43248",81,39.751184,-104.987625,"WGS84","Cyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,2.068732,0.927257,5.3,"2013-01-10 06:00",4.19,"2013-09-25 06:00",3.5,"2013-05-28 06:00",3.32,"2013-08-02 06:00","","","","",5.3,5.3,3.5,3.14,2.48,1.94,1.21,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43249",81,39.751184,-104.987625,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",2,2.320439,1.129176,5.69,"2013-01-10 06:00",4.64,"2013-09-25 06:00",4.44,"2013-07-03 06:00",4.16,"2013-08-26 06:00","","","","",5.69,5.69,4.44,3.38,2.88,2.18,1.22,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43250",81,39.751184,-104.987625,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,1.406829,0.791317,4.3,"2013-01-10 06:00",3.46,"2013-09-25 06:00",3.27,"2013-08-26 06:00",2.18,"2013-04-04 06:00","","","","",4.3,4.3,3.27,2.14,1.67,1.27,0.64,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43252",81,39.751184,-104.987625,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.569146,0.275375,1.41,"2013-01-10 06:00",1.27,"2013-08-26 06:00",1.24,"2013-09-25 06:00",0.925,"2013-07-27 06:00","","","","",1.41,1.41,1.24,0.873,0.653,0.499,0.277,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43253",81,39.751184,-104.987625,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.612293,0.285259,1.36,"2013-09-25 06:00",1.34,"2013-01-10 06:00",1.29,"2013-08-26 06:00",1.02,"2013-05-16 06:00","","","","",1.36,1.36,1.29,0.951,0.724,0.575,0.298,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43256",81,39.751184,-104.987625,"WGS84","alpha.-Pinene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",14,0.343439,0.243114,0.932,"2013-06-27 06:00",0.894,"2013-01-10 06:00",0.864,"2013-08-26 06:00",0.771,"2013-02-03 06:00","","","","",0.932,0.932,0.864,0.584,0.495,0.328,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43257",81,39.751184,-104.987625,"WGS84","beta.-Pinene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43261",81,39.751184,-104.987625,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,1.689171,0.804079,4.49,"2013-01-10 06:00",3.16,"2013-09-25 06:00",3.01,"2013-05-28 06:00",2.84,"2013-04-16 06:00","","","","",4.49,4.49,3.01,2.68,1.97,1.49,0.851,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43262",81,39.751184,-104.987625,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,1.939902,0.99825,5.48,"2013-01-10 06:00",4.22,"2013-09-25 06:00",3.56,"2013-08-26 06:00",3.48,"2013-02-03 06:00","","","","",5.48,5.48,3.56,3.18,2.43,1.71,1.04,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43263",81,39.751184,-104.987625,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,2.861463,1.258556,5.88,"2013-07-21 06:00",5.78,"2013-01-10 06:00",5.6,"2013-08-08 06:00",5.26,"2013-07-27 06:00","","","","",5.88,5.88,5.6,4.45,3.44,2.8,1.42,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43279",81,39.751184,-104.987625,"WGS84","1-Nonene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",29,0.199317,0.231432,1.18,"2013-04-10 06:00",0.856,"2013-04-16 06:00",0.627,"2013-01-10 06:00",0.626,"2013-05-10 06:00","","","","",1.18,1.18,0.627,0.365,0.224,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43282",81,39.751184,-104.987625,"WGS84","3-Methyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43283",81,39.751184,-104.987625,"WGS84","Cyclopentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",39,0.113439,0.096982,0.685,"2013-07-03 06:00",0.3,"2013-01-22 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00","","","","",0.685,0.685,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43284",81,39.751184,-104.987625,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.776439,0.415588,2.32,"2013-01-10 06:00",1.81,"2013-09-25 06:00",1.63,"2013-08-26 06:00",1.2,"2013-08-02 06:00","","","","",2.32,2.32,1.63,1.12,0.993,0.723,0.393,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43285",81,39.751184,-104.987625,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,3.941463,2.003786,11.9,"2013-01-10 06:00",8.43,"2013-09-25 06:00",7.42,"2013-08-26 06:00",6.08,"2013-05-28 06:00","","","","",11.9,11.9,7.42,6.08,4.82,3.56,2.06,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43289",81,39.751184,-104.987625,"WGS84","trans-2-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",40,0.097024,0.019366,0.218,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.218,0.218,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43290",81,39.751184,-104.987625,"WGS84","cis-2-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43291",81,39.751184,-104.987625,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",2,1.08322,0.569042,3.35,"2013-01-10 06:00",2.2,"2013-09-25 06:00",2.02,"2013-08-26 06:00",1.69,"2013-01-22 06:00","","","","",3.35,3.35,2.02,1.68,1.31,0.963,0.61,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43292",81,39.751184,-104.987625,"WGS84","2-2-3-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",6,0.392098,0.223794,1.11,"2013-01-10 06:00",0.904,"2013-08-26 06:00",0.893,"2013-09-25 06:00",0.609,"2013-02-03 06:00","","","","",1.11,1.11,0.893,0.594,0.503,0.36,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43298",81,39.751184,-104.987625,"WGS84","1-Decene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43299",81,39.751184,-104.987625,"WGS84","1-Undecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",40,0.097073,0.019678,0.22,"2013-07-21 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.22,0.22,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43328",81,39.751184,-104.987625,"WGS84","1-Heptene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.094,0,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-02-03 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43330",81,39.751184,-104.987625,"WGS84","Dodecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",40,0.100122,0.0392,0.345,"2013-03-29 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.345,0.345,0.094,0.094,0.094,0.094,0.094,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43502",61,39.751184,-104.987625,"WGS84","Formaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,2.510256,0.910984,4.5,"2013-01-10 06:00",4.5,"2013-06-21 06:00",4.4,"2013-06-27 06:00",4.2,"2013-08-26 06:00","","","","",4.5,4.5,4.5,4.2,3,2.3,1.5,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43503",61,39.751184,-104.987625,"WGS84","Acetaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,2.302564,1.006685,4.6,"2013-01-10 06:00",4.5,"2013-06-21 06:00",4.4,"2013-06-27 06:00",4.3,"2013-08-26 06:00","","","","",4.6,4.6,4.5,4.3,2.9,2,1.2,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43504",61,39.751184,-104.987625,"WGS84","Propionaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,0.492308,0.200505,0.9,"2013-06-21 06:00",0.9,"2013-06-27 06:00",0.8,"2013-07-09 06:00",0.8,"2013-07-21 06:00","","","","",0.9,0.9,0.9,0.8,0.7,0.4,0.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43510",61,39.751184,-104.987625,"WGS84","Butyraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,0.512821,0.187998,0.936,"2013-06-21 06:00",0.9,"2013-01-10 06:00",0.884,"2013-08-26 06:00",0.86,"2013-07-03 06:00","","","","",0.936,0.936,0.9,0.86,0.612,0.452,0.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43513",61,39.751184,-104.987625,"WGS84","Isovaleraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",39,0.0375,0,0.0375,"2013-01-10 06:00",0.0375,"2013-01-16 06:00",0.0375,"2013-01-22 06:00",0.0375,"2013-02-03 06:00","","","","",0.0375,0.0375,0.0375,0.0375,0.0375,0.0375,0.0375,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43517",61,39.751184,-104.987625,"WGS84","Hexanaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",8,0.294872,0.156909,0.59,"2013-08-26 06:00",0.53,"2013-01-10 06:00",0.5,"2013-06-21 06:00",0.48,"2013-06-27 06:00","","","","",0.59,0.59,0.53,0.48,0.42,0.33,0.045,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43518",61,39.751184,-104.987625,"WGS84","Valeraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",16,0.148141,0.091295,0.345,"2013-08-26 06:00",0.3,"2013-09-25 06:00",0.29,"2013-01-10 06:00",0.28,"2013-07-09 06:00","","","","",0.345,0.345,0.3,0.28,0.24,0.14,0.055,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43528",61,39.751184,-104.987625,"WGS84","Crotonaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",3,0.449026,0.329381,1.61,"2013-06-27 06:00",1.32,"2013-07-09 06:00",0.93,"2013-06-21 06:00",0.92,"2013-08-20 06:00","","","","",1.61,1.61,1.32,0.92,0.61,0.33,0.2,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43551",61,39.751184,-104.987625,"WGS84","Acetone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,8.418462,3.540091,14.91,"2013-06-27 06:00",14.61,"2013-06-21 06:00",13.92,"2013-09-25 06:00",13.83,"2013-08-02 06:00","","","","",14.91,14.91,14.61,13.83,11.49,8.16,3.9,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43552",61,39.751184,-104.987625,"WGS84","Methyl ethyl ketone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,1.146154,0.466739,2.58,"2013-07-03 06:00",2.52,"2013-06-21 06:00",2,"2013-01-10 06:00",1.66,"2013-08-02 06:00","","","","",2.58,2.58,2.52,1.66,1.3,1.05,0.66,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43954",81,39.751184,-104.987625,"WGS84","n-Undecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",4,0.442293,0.253243,1.34,"2013-09-25 06:00",1.09,"2013-01-10 06:00",0.838,"2013-08-26 06:00",0.813,"2013-07-27 06:00","","","","",1.34,1.34,0.838,0.755,0.546,0.394,0.251,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","43960",81,39.751184,-104.987625,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",2,0.629293,0.335211,1.77,"2013-01-10 06:00",1.39,"2013-09-25 06:00",1.32,"2013-08-26 06:00",1.04,"2013-05-16 06:00","","","","",1.77,1.77,1.32,0.94,0.749,0.528,0.316,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","44201",6,39.751184,-104.987625,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8552,98,210,214,0,208,0,0,"Certification not required",1168,0.050962,0.013023,0.089,"2013-07-10 14:00",0.084,"2013-07-17 13:00",0.08,"2013-08-29 12:00",0.078,"2013-08-04 15:00","","","","",0.08,0.078,0.072,0.068,0.06,0.05,0.04,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","44201",6,39.751184,-104.987625,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8563,98,210,214,0,0,0,0,"Certification not required",0,0.04371,0.011557,0.074,"2013-07-10 11:00",0.072,"2013-07-17 11:00",0.069,"2013-08-29 10:00",0.067,"2013-07-11 10:00","","","","",0.069,0.065,0.063,0.059,0.051,0.044,0.033,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","44201",6,39.751184,-104.987625,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8563,98,210,214,0,0,0,0,"Certification not required",0,0.04371,0.011557,0.074,"2013-07-10 11:00",0.072,"2013-07-17 11:00",0.069,"2013-08-29 10:00",0.067,"2013-07-11 10:00","","","","",0.069,0.065,0.063,0.059,0.051,0.044,0.033,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","45109",81,39.751184,-104.987625,"WGS84","m/p Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,4.185122,2.009748,11,"2013-01-10 06:00",8.84,"2013-09-25 06:00",8.21,"2013-08-26 06:00",6.21,"2013-01-22 06:00","","","","",11,11,8.21,6.17,5.39,3.72,2.28,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45201",81,39.751184,-104.987625,"WGS84","Benzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",31,6,0,61,0,13,"","","Certification not required",0,2.815484,1.34084,5.86,"2013-09-25 06:00",5.08,"2013-08-26 06:00",4.58,"2013-01-22 06:00",4.32,"2013-02-03 06:00","","","","",5.86,5.86,5.08,4.32,3.77,2.71,1.38,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45202",81,39.751184,-104.987625,"WGS84","Toluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,8.522683,4.077791,18.9,"2013-01-10 06:00",16.6,"2013-07-03 06:00",16.5,"2013-08-26 06:00",15.1,"2013-09-25 06:00","","","","",18.9,18.9,16.5,14.1,10.5,7.83,4.24,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45203",81,39.751184,-104.987625,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,1.285366,0.608129,3.3,"2013-01-10 06:00",2.62,"2013-09-25 06:00",2.38,"2013-08-26 06:00",1.93,"2013-06-27 06:00","","","","",3.3,3.3,2.38,1.84,1.7,1.22,0.61,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45204",81,39.751184,-104.987625,"WGS84","o-Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,1.618537,0.727779,4.03,"2013-01-10 06:00",3.32,"2013-09-25 06:00",3.1,"2013-08-26 06:00",2.36,"2013-06-27 06:00","","","","",4.03,4.03,3.1,2.3,2.06,1.46,0.9,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45207",81,39.751184,-104.987625,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",1,0.651232,0.294159,1.63,"2013-01-10 06:00",1.34,"2013-09-25 06:00",1.14,"2013-08-26 06:00",0.947,"2013-01-22 06:00","","","","",1.63,1.63,1.14,0.909,0.784,0.58,0.307,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45208",81,39.751184,-104.987625,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,2.029683,1.104781,6.26,"2013-04-04 06:00",4.55,"2013-01-10 06:00",4.14,"2013-09-25 06:00",3.88,"2013-07-27 06:00","","","","",6.26,6.26,4.14,3.57,2.3,1.7,1.12,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45209",81,39.751184,-104.987625,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",4,0.327146,0.165749,0.833,"2013-01-10 06:00",0.67,"2013-09-25 06:00",0.6,"2013-07-27 06:00",0.575,"2013-07-21 06:00","","","","",0.833,0.833,0.6,0.55,0.402,0.286,0.189,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45210",81,39.751184,-104.987625,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",0,0.029268,0.051836,0.18,"2013-01-10 06:00",0.15,"2013-09-25 06:00",0.14,"2013-08-26 06:00",0.11,"2013-07-27 06:00","","","","",0.18,0.18,0.14,0.1,0.07,0,0,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45211",81,39.751184,-104.987625,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",4,0.576634,0.334934,1.56,"2013-01-10 06:00",1.3,"2013-08-26 06:00",1.28,"2013-09-25 06:00",1.07,"2013-08-02 06:00","","","","",1.56,1.56,1.28,0.963,0.692,0.494,0.211,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45212",81,39.751184,-104.987625,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",1,1.179902,0.595954,3.01,"2013-01-10 06:00",2.48,"2013-09-25 06:00",2.37,"2013-08-26 06:00",1.95,"2013-06-27 06:00","","","","",3.01,3.01,2.37,1.89,1.46,1.01,0.547,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45218",81,39.751184,-104.987625,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",40,0.12561,0.03592,0.35,"2013-01-22 06:00",0.12,"2013-01-10 06:00",0.12,"2013-01-16 06:00",0.12,"2013-02-03 06:00","","","","",0.35,0.35,0.12,0.12,0.12,0.12,0.12,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45219",81,39.751184,-104.987625,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",41,0.103,0,0.103,"2013-01-10 06:00",0.103,"2013-01-16 06:00",0.103,"2013-01-22 06:00",0.103,"2013-02-03 06:00","","","","",0.103,0.103,0.103,0.103,0.103,0.103,0.103,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45220",81,39.751184,-104.987625,"WGS84","Styrene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",20,4,0,61,0,24,"","","Certification not required",0,0.021,0.093915,0.42,"2013-09-25 06:00",0,"2013-03-05 06:00",0,"2013-03-11 06:00",0,"2013-03-17 06:00","","","","",0.42,0.42,0.42,0,0,0,0,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45225",81,39.751184,-104.987625,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",3,0.38161,0.178978,0.895,"2013-01-10 06:00",0.779,"2013-09-25 06:00",0.703,"2013-08-26 06:00",0.702,"2013-07-27 06:00","","","","",0.895,0.895,0.703,0.546,0.461,0.359,0.18,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45228",81,39.751184,-104.987625,"WGS84","Benzene, 1-ethenyl-4-methyl","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,8,0,61,0,3,"","","Certification not required",4,0.561732,0.298998,1.5,"2013-01-10 06:00",1.31,"2013-09-25 06:00",1.09,"2013-08-26 06:00",0.936,"2013-02-03 06:00","","","","",1.5,1.5,1.09,0.839,0.724,0.51,0.263,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45501",61,39.751184,-104.987625,"WGS84","Benzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",0,0.462179,0.159572,0.945,"2013-06-27 06:00",0.875,"2013-06-21 06:00",0.714,"2013-08-26 06:00",0.686,"2013-01-10 06:00","","","","",0.945,0.945,0.875,0.686,0.525,0.441,0.294,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45503",61,39.751184,-104.987625,"WGS84","2,5-Dimethylbenzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",39,0.0675,0,0.0675,"2013-01-10 06:00",0.0675,"2013-01-16 06:00",0.0675,"2013-01-22 06:00",0.0675,"2013-02-03 06:00","","","","",0.0675,0.0675,0.0675,0.0675,0.0675,0.0675,0.0675,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","45504",61,39.751184,-104.987625,"WGS84","Tolualdehydes","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,8,0,61,0,3,"","","Certification not required",20,0.346974,0.299995,1.22,"2013-09-25 06:00",0.87,"2013-09-07 06:00",0.86,"2013-07-27 06:00",0.82,"2013-09-19 06:00","","","","",1.22,1.22,0.87,0.82,0.67,0.12,0.12,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-12-03" +"08","031","0002","61101",1,39.751184,-104.987625,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8714,99,365,365,0,46,"","","Certification not required",0,3.71081,1.648107,64.7,"2013-09-20 14:00",11.7,"2013-02-13 14:00",11.7,"2013-04-05 20:00",11.1,"2013-04-08 16:00","","","","",8.6,7.7,6.7,5.7,4.4,3.4,2.1,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","61102",1,39.751184,-104.987625,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8714,99,365,365,0,46,"","","Certification not required",0,166.244549,107.708593,360,"2013-01-04 14:00",360,"2013-04-26 15:00",360,"2013-05-03 15:00",360,"2013-05-28 03:00","","","","",356,353,343,327,245,171,24,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","61103",1,39.751184,-104.987625,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8713,99,365,365,0,47,"","","Certification not required",0,2.994342,1.58134,10.4,"2013-02-13 14:00",10,"2013-04-05 20:00",9.9,"2013-01-28 14:00",9.8,"2013-04-22 09:00","","","","",7.7,7,6.1,5.1,3.8,2.7,1.2,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","61104",1,39.751184,-104.987625,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8713,99,365,365,0,47,"","","Certification not required",0,166.186388,107.492389,359.9,"2013-05-25 20:00",359.8,"2013-04-13 04:00",359.8,"2013-04-17 14:00",359.8,"2013-08-24 13:00","","","","",356.4,353.1,342.6,324.7,246.7,176.2,23.9,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","61106",1,39.751184,-104.987625,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8538,97,358,365,0,222,"","","Certification not required",0,37.459955,13.553368,88,"2013-03-07 00:00",87.9,"2013-10-16 11:00",87.2,"2013-12-23 19:00",85.1,"2013-08-08 13:00","","","","",72.8,68.9,63.1,57.2,46,35,21.5,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","62101",1,39.751184,-104.987625,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8713,99,365,365,0,47,"","","Certification not required",0,53.610926,20.463884,101,"2013-07-11 13:00",100,"2013-06-11 13:00",100,"2013-06-11 14:00",99,"2013-06-11 15:00","","","","",94,92,86,81,69,53,27,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0002","68101",1,39.751184,-104.987625,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",339,100,61,61,0,0,"","","Certification not required",329,0.054425,0.029711,0.4,"2013-12-22 00:00",0.3,"2013-04-18 00:00",0.2,"2013-01-02 00:00",0.2,"2013-01-14 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","68101",2,39.751184,-104.987625,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",61,100,56,61,0,0,"","","Certification not required",3,0.415574,0.132458,0.6,"2013-07-21 00:00",0.6,"2013-07-27 00:00",0.6,"2013-09-01 00:00",0.6,"2013-09-13 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.2,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","68102",1,39.751184,-104.987625,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",339,100,61,61,0,0,"","","Certification not required",0,23.959882,0.624818,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","68102",2,39.751184,-104.987625,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",61,100,56,61,0,0,"","","Certification not required",0,23.993443,0.030924,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-24 00:00",24,"2013-01-25 00:00","","","","",24,24,24,24,24,24,24,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","68105",1,39.751184,-104.987625,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",339,100,61,61,0,0,"","","Certification not required",0,12.39941,10.086977,30.5,"2013-06-11 00:00",30.3,"2013-06-27 00:00",30,"2013-06-10 00:00",29.9,"2013-08-20 00:00","","","","",29.9,28.9,27.7,26.2,21.7,11.5,-0.6,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","68105",2,39.751184,-104.987625,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,56,61,0,0,"","","Certification not required",0,12.701639,11.014014,30.9,"2013-06-27 00:00",30.4,"2013-08-20 00:00",29.7,"2013-07-09 00:00",28.3,"2013-09-07 00:00","","","","",30.9,30.4,28.3,27.2,21.8,12.1,-0.6,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","68108",1,39.751184,-104.987625,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",339,100,61,61,0,0,"","","Certification not required",0,630.471976,3.795234,642,"2013-05-02 00:00",641,"2013-11-12 00:00",641,"2013-11-22 00:00",641,"2013-11-23 00:00","","","","",641,637,635,634,633,631,625,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","68108",2,39.751184,-104.987625,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,56,61,0,0,"","","Certification not required",0,630.688525,3.721742,641,"2013-11-12 00:00",635,"2013-02-15 00:00",635,"2013-05-10 00:00",634,"2013-02-27 00:00","","","","",641,635,634,634,633,631,625,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","68109",1,39.751184,-104.987625,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",339,100,61,61,0,0,"","","Certification not required",0,1438.699115,2.359238,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-12 00:00",1440,"2013-01-31 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","68109",2,39.751184,-104.987625,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",61,100,56,61,0,0,"","","Certification not required",0,1439.344262,1.806334,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","81102",1,39.751184,-104.987625,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,31.232143,11.761248,75,"2013-01-10 00:00",57,"2013-06-21 00:00",51,"2013-11-12 00:00",49,"2013-07-27 00:00","","","","",75,57,51,47,37,30,18,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","81102",2,39.751184,-104.987625,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,32.781818,12.959611,76,"2013-01-10 00:00",69,"2013-11-12 00:00",66,"2013-06-21 00:00",52,"2013-11-24 00:00","","","","",76,69,66,49,38,30,20,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","81102",3,39.751184,-104.987625,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",1366,16,57,365,0,50,"","","Certification not required",0,27.866764,26.114425,256,"2013-01-23 18:00",255,"2013-01-23 17:00",246,"2013-01-23 19:00",198,"2013-01-23 16:00","","","","",125,103,74,55,34,21,7,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-06-28" +"08","031","0002","81102",3,39.751184,-104.987625,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",57,16,57,365,0,0,0,0,"Certification not required",0,27.350877,15.487888,92,"2013-01-23 00:00",76,"2013-01-10 00:00",65,"2013-01-24 00:00",50,"2013-02-08 00:00","","","","",92,76,65,45,31,23,14,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-06-28" +"08","031","0002","85101",1,39.751184,-104.987625,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,"","","Certification not required",0,26.785714,10.151067,67,"2013-01-10 00:00",48,"2013-06-21 00:00",45,"2013-11-12 00:00",41,"2013-01-22 00:00","","","","",67,48,45,40,33,25,16,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","85101",2,39.751184,-104.987625,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,28.145455,11.371534,67,"2013-01-10 00:00",61,"2013-11-12 00:00",55,"2013-06-21 00:00",46,"2013-11-24 00:00","","","","",67,61,55,42,32,26,18,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","88101",1,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",339,93,339,365,0,17,0,0,"Certification not required",0,7.476106,3.900439,28.5,"2013-11-24 00:00",27.2,"2013-12-12 00:00",22.7,"2013-12-21 00:00",21,"2013-06-12 00:00","","","","",21,20,15,12.4,9.1,6.5,3.7,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","88101",1,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",339,93,339,365,0,17,"","","Certification not required",0,7.476106,3.900439,28.5,"2013-11-24 00:00",27.2,"2013-12-12 00:00",22.7,"2013-12-21 00:00",21,"2013-06-12 00:00","","","","",21,20,15,12.4,9.1,6.5,3.7,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0002","88101",2,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",62,93,57,61,0,1,0,0,"Certification not required",0,8.466129,5.05598,29.9,"2013-11-24 00:00",28.6,"2013-12-12 00:00",18.9,"2013-12-06 00:00",18.3,"2013-01-10 00:00","","","","",29.9,28.6,18.9,13.6,10.2,7.5,4.8,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","88101",2,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",62,93,57,61,0,1,"","","Certification not required",0,8.466129,5.05598,29.9,"2013-11-24 00:00",28.6,"2013-12-12 00:00",18.9,"2013-12-06 00:00",18.3,"2013-01-10 00:00","","","","",29.9,28.6,18.9,13.6,10.2,7.5,4.8,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","88101",3,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","GRIMM EDM Model 180 with naphion dryer - Laser Light Scattering",2013,"Micrograms/cubic meter (LC)","No Events",6462,74,271,365,0,27,"","","Certification not required",0,8.894398,6.652767,64.2,"2013-06-12 15:00",58.3,"2013-06-12 16:00",53.2,"2013-04-11 07:00",51.9,"2013-12-08 03:00","","","","",36.5,29,21.3,16.6,10.9,7.1,3.1,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","88101",3,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,2,2,"Certification not required",0,8.853333,5.126486,36.4,"2013-12-08 00:00",36,"2013-12-07 00:00",30.2,"2013-11-24 00:00",30.2,"2013-12-12 00:00","","","","",30.2,27.5,18.7,14.3,10.7,7.5,4.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","88101",3,39.751184,-104.987625,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,8.853333,5.126486,36.4,"2013-12-08 00:00",36,"2013-12-07 00:00",30.2,"2013-11-24 00:00",30.2,"2013-12-12 00:00","","","","",30.2,27.5,18.7,14.3,10.7,7.5,4.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0002","88500",3,39.751184,-104.987625,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",919,10,25,365,0,497,"","","Certification not required",0,5.685745,8.000637,57.5,"2013-01-23 20:00",55.4,"2013-01-23 19:00",53.5,"2013-01-23 18:00",46.4,"2013-01-23 17:00","","","","",35.2,30.8,21.9,15.5,8.7,3.3,-1.2,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-10" +"08","031","0002","88500",3,39.751184,-104.987625,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",25,7,25,365,0,0,"","","Certification not required",0,7.744,4.585219,20.7,"2013-01-23 00:00",16.5,"2013-01-01 00:00",12.6,"2013-01-06 00:00",12.4,"2013-02-08 00:00","","","","",20.7,20.7,16.5,12.6,9.9,6.7,3.3,"DENVER - CAMP","2105 BROADWAY","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-10" +"08","031","0013","88500",3,39.738578,-104.939925,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7059,81,294,365,0,237,"","","Certification not required",0,6.399504,6.01584,118.1,"2013-06-12 16:00",68.8,"2013-06-20 03:00",68.6,"2013-06-12 17:00",66.7,"2013-06-20 04:00","","","","",31.9,25.1,16.7,12.7,8.2,5.1,1.2,"DENVER - NJH-E","14TH AVE. & ALBION ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0013","88500",3,39.738578,-104.939925,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,6.356803,4.366543,30.7,"2013-12-07 00:00",28.7,"2013-12-08 00:00",28.4,"2013-11-24 00:00",25.9,"2013-01-14 00:00","","","","",28.4,23,13.3,11.9,7.1,5.2,2.7,"DENVER - NJH-E","14TH AVE. & ALBION ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2014-01-31" +"08","031","0014","61101",1,39.751761,-105.030681,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2160,99,90,91,0,0,"","","Certification not required",0,2.994259,2.117368,12.2,"2013-01-30 12:00",11,"2013-02-13 14:00",10.9,"2013-02-18 12:00",10.9,"2013-03-21 16:00","","","","",9.8,9.1,7.8,6.1,3.8,2.4,1,"DENVER - CARRIAGE","2325 IRVING ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-24" +"08","031","0014","61102",1,39.751761,-105.030681,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2160,99,90,91,0,0,"","","Certification not required",0,193.254167,101.795291,360,"2013-01-10 18:00",360,"2013-01-12 01:00",360,"2013-01-29 18:00",360,"2013-03-09 10:00","","","","",356,352,342,323,282,194,38,"DENVER - CARRIAGE","2325 IRVING ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-24" +"08","031","0014","61103",1,39.751761,-105.030681,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2160,99,90,91,0,0,"","","Certification not required",0,2.400648,2.076724,11.4,"2013-01-30 12:00",10.2,"2013-03-21 16:00",9.9,"2013-02-13 14:00",9.9,"2013-02-18 12:00","","","","",8.9,8.2,7.1,5.5,3.3,1.8,0.5,"DENVER - CARRIAGE","2325 IRVING ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-24" +"08","031","0014","61104",1,39.751761,-105.030681,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2160,99,90,91,0,0,"","","Certification not required",0,194.043241,102.176916,359.9,"2013-01-29 18:00",359.5,"2013-03-09 12:00",359.4,"2013-02-08 07:00",359.2,"2013-01-17 17:00","","","","",356.1,352,340.4,322.8,284.2,194.3,37.6,"DENVER - CARRIAGE","2325 IRVING ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-24" +"08","031","0014","61106",1,39.751761,-105.030681,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2159,99,90,91,0,1,"","","Certification not required",0,36.757341,14.608851,89.3,"2013-02-17 07:00",86.7,"2013-01-08 01:00",86.1,"2013-02-01 07:00",84.6,"2013-03-30 03:00","","","","",76.7,72.2,65.7,58.9,46.2,32.1,21.9,"DENVER - CARRIAGE","2325 IRVING ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-24" +"08","031","0014","62101",1,39.751761,-105.030681,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2160,99,90,91,0,0,"","","Certification not required",0,32.309722,14.591072,74,"2013-03-15 13:00",74,"2013-03-15 14:00",73,"2013-03-14 13:00",73,"2013-03-15 10:00","","","","",66,63,58,52,42,31,14,"DENVER - CARRIAGE","2325 IRVING ST.","Colorado","Denver","Denver","Denver-Aurora, CO","2013-04-24" +"08","031","0017","81102",1,39.740342,-104.991037,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",333,91,333,365,0,4,0,0,"Certification not required",1,22.408408,9.904127,73,"2013-01-23 00:00",70,"2013-02-20 00:00",62,"2013-01-10 00:00",60,"2013-03-06 00:00","","","","",60,47,41,35,27,20,12,"DENVER VISITOR CENTER","225 W. COLFAX AVE.","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0017","85101",1,39.740342,-104.991037,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",333,91,333,365,0,4,"","","Certification not required",1,19.102102,8.487505,65,"2013-01-23 00:00",62,"2013-02-20 00:00",55,"2013-01-10 00:00",52,"2013-03-06 00:00","","","","",52,40,35,29,23,17,10,"DENVER VISITOR CENTER","225 W. COLFAX AVE.","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-21" +"08","031","0026","42101",1,39.77949,-105.00518,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7726,88,329,365,0,1034,0,0,"Certification not required",1,0.337417,0.257917,3.86,"2013-01-23 17:00",3.29,"2013-01-23 18:00",2.98,"2013-12-12 20:00",2.93,"2013-01-23 19:00","","","","",1.48,1.13,0.81,0.61,0.38,0.25,0.16,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42101",1,39.77949,-105.00518,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7952,91,322,365,0,0,0,0,"Certification not required",0,0.337148,0.208879,2.6,"2013-01-23 22:00",2.5,"2013-01-23 23:00",2.4,"2013-01-23 21:00",2.2,"2013-01-23 20:00",2.6,"2013-01-23 22:00",2.2,"2013-12-12 23:00",1.2,0.9,0.7,0.6,0.4,0.3,0.2,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42401",1,39.77949,-105.00518,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5700,65,241,365,0,3060,0,"","Certification not required",0,7.285892,6.798079,44.7,"2013-05-03 09:00",39,"2013-08-04 11:00",36.3,"2013-08-23 11:00",35.1,"2013-06-13 12:00","","","","",36.3,33.5,19.4,14.5,8.6,5.5,1.4,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42401",1,39.77949,-105.00518,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5700,65,241,365,0,3060,"","","Certification not required",0,1.527421,2.555884,44.7,"2013-05-03 09:00",39,"2013-08-04 11:00",36.3,"2013-08-23 11:00",36.1,"2013-05-03 10:00","","","","",11.5,8.4,5.6,3.6,1.8,0.7,0.1,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42401",1,39.77949,-105.00518,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",241,66,241,365,0,0,0,"","Certification not required",0,1.534025,1.051786,8.4,"2013-05-03 00:00",7.6,"2013-12-12 00:00",4.1,"2013-11-07 00:00",3.8,"2013-08-17 00:00","","","","",4.1,3.8,3.3,2.7,2,1.3,0.5,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42401",1,39.77949,-105.00518,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1717,59,234,365,0,0,"",0,"Certification not required",0,1.520559,2.064999,30.1,"2013-05-03 11:00",20.7,"2013-05-03 08:00",16.2,"2013-08-23 11:00",14.9,"2013-08-04 11:00","","","","",9.9,7.2,5.3,3.7,1.9,0.8,0.1,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42406",1,39.77949,-105.00518,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5728,65,241,365,0,3032,"","","Certification not required",0,2.561191,4.838689,105.8,"2013-05-03 09:00",81.6,"2013-08-04 11:00",68.7,"2013-06-13 12:00",66.6,"2013-08-23 11:00","","","","",23.2,16.7,9.8,6.1,2.7,1.1,0.2,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42600",1,39.77949,-105.00518,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7795,89,330,365,0,965,"","","Certification not required",0,37.133637,41.163606,501.4,"2013-01-23 17:00",449.2,"2013-01-10 08:00",436.2,"2013-01-10 09:00",429.6,"2013-01-23 18:00","","","","",206.7,161.2,113.1,82,45.7,23.5,7.5,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","42601",1,39.77949,-105.00518,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7636,87,323,365,0,1124,"","","Certification not required",0,15.768675,31.38565,427.2,"2013-01-23 17:00",375.3,"2013-01-10 08:00",365.9,"2013-01-23 18:00",355.1,"2013-01-10 09:00","","","","",157.3,113.6,72,44.7,15.6,4.1,0.2,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","44201",1,39.77949,-105.00518,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8305,96,206,214,0,455,0,0,"Certification not required",1599,0.055985,0.012537,0.097,"2013-07-10 16:00",0.093,"2013-07-17 14:00",0.082,"2013-08-29 14:00",0.08,"2013-07-20 12:00","","","","",0.082,0.08,0.076,0.072,0.063,0.057,0.045,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","44201",1,39.77949,-105.00518,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8237,95,203,214,0,0,0,0,"Certification not required",0,0.048803,0.011148,0.08,"2013-07-10 11:00",0.079,"2013-07-17 11:00",0.072,"2013-07-11 10:00",0.071,"2013-08-29 10:00","","","","",0.072,0.07,0.066,0.063,0.056,0.051,0.039,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","44201",1,39.77949,-105.00518,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8237,95,203,214,0,0,2,2,"Certification not required",0,0.048803,0.011148,0.08,"2013-07-10 11:00",0.079,"2013-07-17 11:00",0.072,"2013-07-11 10:00",0.071,"2013-08-29 10:00","","","","",0.072,0.07,0.066,0.063,0.056,0.051,0.039,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","61101",1,39.77949,-105.00518,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8691,99,362,365,0,69,"","","Certification not required",0,4.569854,2.406678,18.1,"2013-04-08 16:00",17.5,"2013-12-01 23:00",16.8,"2013-04-05 20:00",16.3,"2013-03-17 13:00","","","","",13.2,11.8,9.5,7.6,5.6,4,2.2,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","61102",1,39.77949,-105.00518,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8713,99,363,365,0,47,"","","Certification not required",0,188.877998,102.320842,360,"2013-03-23 08:00",360,"2013-03-23 09:00",360,"2013-04-18 11:00",360,"2013-05-06 09:00","","","","",356,352,340,322,273,203,33,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","61103",1,39.77949,-105.00518,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8691,99,362,365,0,69,"","","Certification not required",0,4.436797,2.422994,18.1,"2013-04-08 16:00",16.8,"2013-04-05 20:00",16.8,"2013-12-01 23:00",16.3,"2013-03-17 13:00","","","","",13.1,11.7,9.4,7.6,5.4,3.9,2.1,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","61104",1,39.77949,-105.00518,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8691,99,362,365,0,69,"","","Certification not required",0,188.654102,102.42484,359.9,"2013-05-07 17:00",359.9,"2013-12-28 21:00",359.8,"2013-03-30 07:00",359.8,"2013-05-01 17:00","","","","",356.3,351.9,338.9,322.5,273.4,202.2,33.7,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","61106",1,39.77949,-105.00518,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8626,98,362,365,0,134,"","","Certification not required",0,26.516381,14.000829,84.8,"2013-09-25 07:00",83.2,"2013-09-07 00:00",81.8,"2013-06-02 09:00",81.7,"2013-05-13 09:00","","","","",66.9,62.3,55.4,48.4,33.7,21.9,13.7,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","62101",1,39.77949,-105.00518,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8713,99,363,365,0,47,"","","Certification not required",0,51.25548,20.010297,97,"2013-06-11 13:00",97,"2013-06-11 14:00",96,"2013-06-11 15:00",96,"2013-07-11 14:00","","","","",91,88,83,78,67,52,25,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","62101",2,39.77949,-105.00518,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8712,99,363,365,0,48,"","","Certification not required",0,51.355487,20.242804,98,"2013-07-11 14:00",97,"2013-06-11 13:00",97,"2013-06-11 14:00",97,"2013-06-11 15:00","","","","",92,89,84,78,67,52,25,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","62201",1,39.77949,-105.00518,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8654,99,360,365,0,106,"","","Certification not required",5,51.148428,23.749588,100,"2013-03-12 00:00",100,"2013-03-12 01:00",100,"2013-05-01 05:00",100,"2013-05-01 06:00","","","","",98,96,92,85,70,50,20,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-06" +"08","031","0026","68101",1,39.77949,-105.00518,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,122,122,0,0,"","","Certification not required",87,0.168443,0.208418,0.7,"2013-06-03 00:00",0.7,"2013-06-09 00:00",0.7,"2013-06-12 00:00",0.7,"2013-08-17 00:00","","","","",0.7,0.7,0.6,0.6,0.3,0.05,0.05,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","68102",1,39.77949,-105.00518,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,122,122,0,0,"","","Certification not required",0,23.993443,0.030796,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","68103",5,39.77949,-105.00518,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,5.31954,9.593734,20.6,"2013-07-06 00:00",20.3,"2013-09-04 00:00",19.4,"2013-08-20 00:00",19.2,"2013-07-12 00:00","","","","",20.6,20.3,18.2,17.4,14.6,5.3,-8.3,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","68104",5,39.77949,-105.00518,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,19.988506,11.345734,36.8,"2013-08-20 00:00",36.3,"2013-08-17 00:00",36.2,"2013-06-27 00:00",35.7,"2013-07-09 00:00","","","","",36.8,36.3,35.5,33.7,29.3,20.3,3.4,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","68105",1,39.77949,-105.00518,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,11.419672,10.458431,29,"2013-06-27 00:00",28.6,"2013-08-20 00:00",27.4,"2013-07-09 00:00",26.6,"2013-08-29 00:00","","","","",28.6,27.4,26.2,25.4,21.3,10.9,-2,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","68105",5,39.77949,-105.00518,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,12.486207,10.36405,28.7,"2013-06-27 00:00",28.2,"2013-08-20 00:00",26.9,"2013-07-09 00:00",26.2,"2013-08-29 00:00","","","","",28.7,28.2,26.1,25.4,21.8,12.6,-2.2,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","68106",5,39.77949,-105.00518,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,619.790698,4.265087,626,"2013-02-15 00:00",626,"2013-06-30 00:00",625,"2013-02-27 00:00",625,"2013-07-30 00:00","","","","",626,626,625,625,623,620,612,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","68107",5,39.77949,-105.00518,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,626.94186,3.319655,636,"2013-05-01 00:00",634,"2013-03-20 00:00",633,"2013-03-02 00:00",632,"2013-02-03 00:00","","","","",636,634,632,630,629,627,622,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","68108",1,39.77949,-105.00518,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,626.959016,3.955115,637,"2013-11-12 00:00",633,"2013-05-01 00:00",633,"2013-11-21 00:00",632,"2013-05-10 00:00","","","","",633,633,632,631,630,628,621,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","68108",5,39.77949,-105.00518,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,622.206897,3.794543,630,"2013-05-01 00:00",627,"2013-02-15 00:00",627,"2013-06-30 00:00",627,"2013-07-30 00:00","","","","",630,627,627,626,625,623,616,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","68109",1,39.77949,-105.00518,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,122,122,0,0,"","","Certification not required",0,1439.557377,1.880958,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","81102",1,39.77949,-105.00518,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",121,99,121,122,0,0,0,0,"Certification not required",0,22.933884,11.847458,81,"2013-01-10 00:00",73,"2013-12-12 00:00",56,"2013-06-12 00:00",45,"2013-06-21 00:00","","","","",73,56,42,36,27,21,11,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-20" +"08","031","0026","81102",2,39.77949,-105.00518,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,93,57,61,0,1,0,0,"Certification not required",0,22.034483,10.360122,69,"2013-12-12 00:00",45,"2013-06-21 00:00",42,"2013-11-12 00:00",42,"2013-11-24 00:00","","","","",69,45,42,33,26,20,11,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-01-31" +"08","031","0026","81102",3,39.77949,-105.00518,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6809,78,294,365,0,487,"","","Certification not required",0,27.124541,24.385305,305,"2013-05-10 09:00",295,"2013-07-20 18:00",253,"2013-06-12 22:00",251,"2013-05-10 10:00","","","","",125,98,69,53,35,21,6,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-01-31" +"08","031","0026","81102",3,39.77949,-105.00518,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",294,81,294,365,0,0,0,0,"Certification not required",0,26.683673,12.283842,78,"2013-01-10 00:00",75,"2013-12-12 00:00",69,"2013-06-12 00:00",61,"2013-01-23 00:00","","","","",69,56,51,43,34,24,13,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-01-31" +"08","031","0026","85101",1,39.77949,-105.00518,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,33,121,365,0,0,"","","Certification not required",0,19.933884,10.485494,72,"2013-01-10 00:00",66,"2013-12-12 00:00",46,"2013-06-12 00:00",40,"2013-11-12 00:00","","","","",66,46,37,33,24,18,10,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-20" +"08","031","0026","85101",2,39.77949,-105.00518,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,57,61,0,1,"","","Certification not required",0,19.051724,9.169787,63,"2013-12-12 00:00",38,"2013-11-12 00:00",38,"2013-11-24 00:00",37,"2013-06-21 00:00","","","","",63,38,38,29,22,17,10,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-01-31" +"08","031","0026","85129",1,39.77949,-105.00518,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",54,89,50,61,0,1,0,0,"Certification not required",0,0.002056,0.001847,0.011,"2013-01-10 00:00",0.006,"2013-08-20 00:00",0.004,"2013-01-04 00:00",0.004,"2013-01-13 00:00","","","","",0.011,0.006,0.004,0.004,0.003,0.002,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2013-12-19" +"08","031","0026","85129",2,39.77949,-105.00518,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",25,81,25,31,0,1,0,0,"Certification not required",0,0.00156,0.001227,0.005,"2013-08-20 00:00",0.004,"2013-06-21 00:00",0.003,"2013-01-28 00:00",0.003,"2013-05-28 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2013-12-19" +"08","031","0026","88101",1,39.77949,-105.00518,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,7.315574,4.406682,28.3,"2013-11-24 00:00",23.5,"2013-12-12 00:00",21.5,"2013-12-21 00:00",20,"2013-06-12 00:00","","","","",23.5,21.5,16.7,11.8,8.5,6.3,3.7,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","88101",1,39.77949,-105.00518,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,7.315574,4.406682,28.3,"2013-11-24 00:00",23.5,"2013-12-12 00:00",21.5,"2013-12-21 00:00",20,"2013-06-12 00:00","","","","",23.5,21.5,16.7,11.8,8.5,6.3,3.7,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-21" +"08","031","0026","88102",5,39.77949,-105.00518,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.019756,0.005559,0.043,"2013-08-14 00:00",0.04,"2013-06-24 00:00",0.026,"2013-01-31 00:00",0.026,"2013-02-09 00:00","","","","",0.043,0.04,0.026,0.026,0.021,0.0205,0.014,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88103",5,39.77949,-105.00518,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000256,0.000513,0.002,"2013-02-06 00:00",0.002,"2013-02-15 00:00",0.002,"2013-08-20 00:00",0.001,"2013-01-01 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88104",5,39.77949,-105.00518,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",27,0.061442,0.05763,0.237,"2013-05-16 00:00",0.225,"2013-04-28 00:00",0.192,"2013-06-12 00:00",0.184,"2013-06-27 00:00","","","","",0.237,0.225,0.172,0.16,0.093,0.042,0.0065,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88107",5,39.77949,-105.00518,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.006385,0.005579,0.0295,"2013-03-23 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.023,0.0055,0.0055,0.005,0.00385,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88109",5,39.77949,-105.00518,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",24,0.002608,0.001658,0.0103,"2013-08-17 00:00",0.0072,"2013-06-12 00:00",0.0069,"2013-03-29 00:00",0.0062,"2013-07-09 00:00","","","","",0.0103,0.0072,0.0048,0.0043,0.0035,0.0022,0.0009,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88110",5,39.77949,-105.00518,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001012,0.002855,0.018,"2013-09-01 00:00",0.011,"2013-07-09 00:00",0.009,"2013-01-22 00:00",0.008,"2013-06-30 00:00","","","","",0.018,0.011,0.007,0.004,0,0,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88111",5,39.77949,-105.00518,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",3,0.059144,0.047578,0.231,"2013-05-16 00:00",0.209,"2013-06-27 00:00",0.201,"2013-01-10 00:00",0.194,"2013-06-12 00:00","","","","",0.231,0.209,0.173,0.106,0.0764,0.0444,0.015,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88112",5,39.77949,-105.00518,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.007593,0.019806,0.092,"2013-10-04 00:00",0.091,"2013-09-16 00:00",0.091,"2013-09-25 00:00",0.073,"2013-10-10 00:00","","","","",0.092,0.091,0.065,0.011,0.004,0.002,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88113",5,39.77949,-105.00518,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",79,0.000758,0.000398,0.0035,"2013-01-10 00:00",0.0019,"2013-06-03 00:00",0.0018,"2013-01-22 00:00",0.0016,"2013-01-28 00:00","","","","",0.0035,0.0019,0.0016,0.001,0.0007,0.0007,0.00055,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88114",5,39.77949,-105.00518,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",34,0.002558,0.001922,0.0114,"2013-01-10 00:00",0.0089,"2013-02-03 00:00",0.007,"2013-01-13 00:00",0.0066,"2013-01-01 00:00","","","","",0.0114,0.0089,0.0063,0.0045,0.0033,0.0021,0.0008,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88115",5,39.77949,-105.00518,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",50,0.012187,0.020807,0.138,"2013-01-16 00:00",0.087,"2013-01-10 00:00",0.0748,"2013-03-14 00:00",0.0528,"2013-01-22 00:00","","","","",0.138,0.087,0.049,0.037,0.0089,0.00405,0.00245,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88117",5,39.77949,-105.00518,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.005653,0.008354,0.0435,"2013-06-18 00:00",0.043,"2013-03-23 00:00",0.043,"2013-05-16 00:00",0.043,"2013-07-21 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88118",5,39.77949,-105.00518,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.009632,0.0063,0.023,"2013-03-23 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88126",5,39.77949,-105.00518,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.096376,0.059692,0.399,"2013-01-10 00:00",0.241,"2013-05-16 00:00",0.229,"2013-10-02 00:00",0.227,"2013-03-14 00:00","","","","",0.399,0.241,0.217,0.16,0.121,0.084,0.0468,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88128",5,39.77949,-105.00518,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000419,0.000964,0.004,"2013-01-10 00:00",0.004,"2013-04-07 00:00",0.003,"2013-01-13 00:00",0.003,"2013-06-03 00:00","","","","",0.004,0.004,0.003,0.002,0,0,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88131",5,39.77949,-105.00518,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",83,0.010547,0.004212,0.032,"2013-10-28 00:00",0.019,"2013-07-18 00:00",0.018,"2013-01-01 00:00",0.0165,"2013-01-31 00:00","","","","",0.032,0.019,0.0165,0.0165,0.011,0.011,0.007,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88132",5,39.77949,-105.00518,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001651,0.00172,0.012,"2013-01-10 00:00",0.005,"2013-06-12 00:00",0.004,"2013-01-31 00:00",0.004,"2013-06-27 00:00","","","","",0.012,0.005,0.004,0.003,0.002,0.001,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88136",5,39.77949,-105.00518,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000419,0.000951,0.004,"2013-07-09 00:00",0.004,"2013-07-18 00:00",0.004,"2013-07-21 00:00",0.003,"2013-02-03 00:00","","","","",0.004,0.004,0.003,0.002,0,0,0,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88140",5,39.77949,-105.00518,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",78,0.00764,0.004163,0.028,"2013-01-01 00:00",0.023,"2013-06-27 00:00",0.02,"2013-05-16 00:00",0.02,"2013-06-12 00:00","","","","",0.028,0.023,0.018,0.009,0.009,0.006,0.00475,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88152",5,39.77949,-105.00518,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.005574,0.001439,0.008,"2013-02-03 00:00",0.008,"2013-02-21 00:00",0.008,"2013-02-24 00:00",0.008,"2013-03-02 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88154",5,39.77949,-105.00518,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.001053,0.000249,0.0014,"2013-02-03 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-13 00:00",0.0013,"2013-01-16 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88160",5,39.77949,-105.00518,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.013581,0.005086,0.041,"2013-11-03 00:00",0.033,"2013-01-10 00:00",0.018,"2013-01-31 00:00",0.018,"2013-02-09 00:00","","","","",0.041,0.033,0.018,0.018,0.016,0.01,0.01,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88161",5,39.77949,-105.00518,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",66,0.003829,0.003133,0.0175,"2013-05-16 00:00",0.0139,"2013-04-28 00:00",0.0117,"2013-01-10 00:00",0.011,"2013-06-18 00:00","","","","",0.0175,0.0139,0.011,0.0085,0.00265,0.0025,0.0021,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88164",5,39.77949,-105.00518,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.001592,0.000214,0.0019,"2013-02-03 00:00",0.0019,"2013-02-21 00:00",0.0019,"2013-02-24 00:00",0.0019,"2013-03-02 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88165",5,39.77949,-105.00518,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",2,0.165462,0.128658,0.611,"2013-06-27 00:00",0.57,"2013-06-12 00:00",0.527,"2013-05-16 00:00",0.438,"2013-01-10 00:00","","","","",0.611,0.57,0.416,0.349,0.214,0.116,0.039,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88166",5,39.77949,-105.00518,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.008217,0.004759,0.019,"2013-01-31 00:00",0.019,"2013-11-06 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-04-10 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88167",5,39.77949,-105.00518,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",24,0.00647,0.008843,0.0668,"2013-01-16 00:00",0.0445,"2013-01-10 00:00",0.0186,"2013-11-09 00:00",0.0183,"2013-06-12 00:00","","","","",0.0668,0.0445,0.0166,0.0118,0.0074,0.0043,0.00175,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88168",5,39.77949,-105.00518,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",82,0.001322,0.00067,0.0053,"2013-01-01 00:00",0.0047,"2013-11-09 00:00",0.0026,"2013-07-03 00:00",0.0023,"2013-01-10 00:00","","","","",0.0053,0.0047,0.00175,0.00175,0.00155,0.00115,0.00085,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88169",5,39.77949,-105.00518,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.260244,0.114897,0.544,"2013-01-01 00:00",0.543,"2013-03-23 00:00",0.536,"2013-02-21 00:00",0.528,"2013-10-13 00:00","","","","",0.544,0.543,0.502,0.397,0.336,0.241,0.117,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88176",5,39.77949,-105.00518,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.000977,0.000265,0.0025,"2013-06-06 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-03-23 00:00","","","","",0.0025,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88180",5,39.77949,-105.00518,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.05122,0.044808,0.354,"2013-01-01 00:00",0.145,"2013-06-12 00:00",0.136,"2013-07-03 00:00",0.129,"2013-08-17 00:00","","","","",0.354,0.145,0.119,0.089,0.0633,0.0406,0.0189,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88184",5,39.77949,-105.00518,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",76,0.024017,0.014217,0.086,"2013-01-10 00:00",0.082,"2013-03-29 00:00",0.07,"2013-06-27 00:00",0.068,"2013-03-14 00:00","","","","",0.086,0.082,0.054,0.034,0.027,0.02,0.013,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88185",5,39.77949,-105.00518,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",82,0.003711,0.003772,0.0118,"2013-01-28 00:00",0.0115,"2013-01-31 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-04-10 00:00","","","","",0.0118,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88301",5,39.77949,-105.00518,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.413425,0.395653,2.54,"2013-03-26 00:00",1.67,"2013-01-01 00:00",1.39,"2013-10-13 00:00",1.25,"2013-01-13 00:00","","","","",2.54,1.67,1.24,0.926,0.456,0.307,0.129,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88302",5,39.77949,-105.00518,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",4,0.047138,0.038075,0.282,"2013-09-10 00:00",0.14,"2013-06-09 00:00",0.135,"2013-06-12 00:00",0.127,"2013-10-16 00:00","","","","",0.282,0.14,0.12,0.081,0.055,0.035,0.017,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88303",5,39.77949,-105.00518,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",47,0.026101,0.042755,0.363,"2013-01-01 00:00",0.121,"2013-07-12 00:00",0.119,"2013-06-09 00:00",0.102,"2013-08-17 00:00","","","","",0.363,0.121,0.062,0.051,0.027,0.012,0.007,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88306",5,39.77949,-105.00518,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.132115,1.312302,8.12,"2013-03-26 00:00",5.33,"2013-04-16 00:00",4.82,"2013-01-01 00:00",4.05,"2013-10-13 00:00","","","","",8.12,5.33,3.74,2.71,1.31,0.652,0.277,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88355",5,39.77949,-105.00518,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.017874,1.006918,7.54,"2013-06-12 00:00",5.61,"2013-08-17 00:00",5.07,"2013-01-10 00:00",3.99,"2013-01-01 00:00","","","","",7.54,5.61,3.14,2.92,2.33,1.83,1.12,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88357",5,39.77949,-105.00518,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.576977,0.368418,2.88,"2013-01-10 00:00",1.79,"2013-11-09 00:00",1.19,"2013-01-04 00:00",1.15,"2013-09-25 00:00","","","","",2.88,1.79,1.03,0.888,0.696,0.524,0.234,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88370",5,39.77949,-105.00518,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.857126,0.972957,7.36,"2013-06-12 00:00",5.26,"2013-08-17 00:00",4.93,"2013-01-10 00:00",3.65,"2013-01-01 00:00","","","","",7.36,5.26,2.97,2.68,2.11,1.64,0.999,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88374",5,39.77949,-105.00518,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.203368,0.161571,1.1,"2013-01-10 00:00",0.778,"2013-01-01 00:00",0.73,"2013-06-12 00:00",0.477,"2013-01-13 00:00","","","","",1.1,0.778,0.467,0.337,0.245,0.174,0.067,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88375",5,39.77949,-105.00518,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.516655,0.240428,1.9,"2013-06-12 00:00",1.35,"2013-01-10 00:00",1.22,"2013-08-17 00:00",0.973,"2013-11-09 00:00","","","","",1.9,1.35,0.798,0.716,0.574,0.491,0.31,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88376",5,39.77949,-105.00518,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.594874,0.33129,2.58,"2013-06-12 00:00",1.63,"2013-08-17 00:00",1.32,"2013-01-10 00:00",1.03,"2013-07-12 00:00","","","","",2.58,1.63,1.01,0.947,0.706,0.535,0.281,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88377",5,39.77949,-105.00518,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.323897,0.18652,1.15,"2013-01-10 00:00",1.01,"2013-08-17 00:00",0.911,"2013-06-12 00:00",0.755,"2013-01-01 00:00","","","","",1.15,1.01,0.649,0.51,0.406,0.274,0.153,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88378",5,39.77949,-105.00518,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",9,0.217805,0.187297,1.23,"2013-06-12 00:00",0.925,"2013-08-17 00:00",0.622,"2013-10-13 00:00",0.562,"2013-01-01 00:00","","","","",1.23,0.925,0.514,0.405,0.272,0.201,0.001,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88380",5,39.77949,-105.00518,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.738069,0.401669,3.02,"2013-01-10 00:00",1.99,"2013-11-09 00:00",1.4,"2013-01-04 00:00",1.29,"2013-09-25 00:00","","","","",3.02,1.99,1.25,1.13,0.922,0.681,0.326,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88383",5,39.77949,-105.00518,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.847713,0.451357,2.99,"2013-01-10 00:00",2.3,"2013-06-12 00:00",2.12,"2013-08-17 00:00",1.9,"2013-11-09 00:00","","","","",2.99,2.3,1.56,1.29,1.07,0.75,0.32,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88384",5,39.77949,-105.00518,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.107885,0.067511,0.311,"2013-04-04 00:00",0.276,"2013-05-13 00:00",0.269,"2013-05-16 00:00",0.269,"2013-09-19 00:00","","","","",0.311,0.276,0.232,0.215,0.161,0.08,0.0369,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88385",5,39.77949,-105.00518,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",80,0.001274,0.001259,0.0106,"2013-11-03 00:00",0.0069,"2013-06-12 00:00",0.00378,"2013-06-09 00:00",0.00284,"2013-07-06 00:00","","","","",0.0106,0.0069,0.00232,0.001,0.001,0.001,0.001,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88388",5,39.77949,-105.00518,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.37869,0.214649,1.41,"2013-06-12 00:00",1.28,"2013-08-17 00:00",0.894,"2013-01-01 00:00",0.876,"2013-10-13 00:00","","","","",1.41,1.28,0.671,0.597,0.449,0.336,0.182,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88403",5,39.77949,-105.00518,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.705724,0.315735,1.39,"2013-02-21 00:00",1.38,"2013-10-16 00:00",1.35,"2013-01-01 00:00",1.35,"2013-03-23 00:00","","","","",1.39,1.38,1.34,1.13,0.898,0.7,0.305,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0026","88500",3,39.77949,-105.00518,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6941,79,294,365,0,355,"","","Certification not required",0,6.373246,6.283514,102.4,"2013-06-12 16:00",89.8,"2013-07-04 22:00",77.6,"2013-06-12 17:00",64,"2013-07-04 23:00","","","","",30.9,25.6,17,12.6,8.5,5.2,0.6,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-01-31" +"08","031","0026","88500",3,39.77949,-105.00518,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,6.254422,4.398126,33.3,"2013-12-07 00:00",29.4,"2013-11-24 00:00",29.4,"2013-12-08 00:00",23.3,"2013-06-12 00:00","","","","",29.4,20.4,13.9,10.1,7.5,5.4,2.3,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-01-31" +"08","031","0026","88502",5,39.77949,-105.00518,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,7.455814,3.569432,20.2,"2013-06-12 00:00",18.9,"2013-01-10 00:00",17.6,"2013-03-26 00:00",16.2,"2013-01-01 00:00","","","","",20.2,18.9,15.5,11.3,9.2,6.9,3.8,"La Casa","4545 Navajo St.","Colorado","Denver","","Denver-Aurora, CO","2014-02-13" +"08","031","0027","42101",1,39.73217,-105.0153,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",4839,55,207,365,0,297,0,0,"Certification not required",0,0.514916,0.332513,3.08,"2013-12-12 21:00",3.04,"2013-12-12 20:00",2.9,"2013-12-12 19:00",2.82,"2013-12-12 07:00","","","","",1.82,1.54,1.16,0.89,0.62,0.43,0.22,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","42101",1,39.73217,-105.0153,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5006,57,204,365,0,0,0,0,"Certification not required",0,0.514583,0.257776,2.5,"2013-12-13 00:00",2.5,"2013-12-13 01:00",2.4,"2013-12-12 23:00",2.4,"2013-12-13 02:00",2.5,"2013-12-13 00:00",2.1,"2013-11-09 00:00",1.5,1.3,1,0.8,0.6,0.5,0.3,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","42601",1,39.73217,-105.0153,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4685,91,203,214,0,451,"","","Certification not required",0,36.230352,44.583934,464.2,"2013-12-13 06:00",459.9,"2013-12-13 07:00",416,"2013-12-13 08:00",407.4,"2013-12-12 21:00","","","","",220.2,182.6,120.4,85,45.6,21,4.1,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","42602",1,39.73217,-105.0153,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",4687,54,203,365,0,449,0,"","Certification not required",0,41.080296,8.564826,70.8,"2013-12-13 08:00",64.9,"2013-12-16 06:00",62.2,"2013-12-19 09:00",61.7,"2013-09-25 10:00","","","","",64.9,61.7,56.2,51.6,47,40.5,31,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","42602",1,39.73217,-105.0153,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",4687,54,203,365,0,449,"","","Certification not required",0,25.27764,10.782182,71.2,"2013-12-12 14:00",70.8,"2013-12-13 08:00",68.3,"2013-12-13 07:00",67.8,"2013-12-13 06:00","","","","",51.5,48.5,44,39.4,32.7,24.7,11.4,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","42603",1,39.73217,-105.0153,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4684,91,203,214,0,452,"","","Certification not required",0,61.719748,52.223922,532.1,"2013-12-13 06:00",527.7,"2013-12-13 07:00",487.1,"2013-12-13 08:00",464.2,"2013-12-12 21:00","","","","",263.2,217.9,160.1,122.2,77.8,47.2,17,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","61101",1,39.73217,-105.0153,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4956,96,207,214,0,180,"","","Certification not required",0,4.477825,2.301055,16.2,"2013-10-31 12:00",16.1,"2013-11-06 12:00",15.7,"2013-12-30 02:00",15.5,"2013-06-04 20:00","","","","",12.8,11.3,9.2,7.5,5.5,3.9,2.2,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","61102",1,39.73217,-105.0153,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5036,98,209,214,0,100,"","","Certification not required",0,176.071684,100.259135,360,"2013-07-07 09:00",360,"2013-09-12 06:00",360,"2013-10-03 14:00",360,"2013-10-18 02:00","","","","",357,354,344,327,246,173,29,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","61103",1,39.73217,-105.0153,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3662,71,151,214,0,1474,"","","Certification not required",0,4.007619,2.23646,16.2,"2013-10-31 12:00",15.9,"2013-11-06 12:00",15.5,"2013-09-23 12:00",15,"2013-09-22 17:00","","","","",12.2,10.5,8.4,6.8,4.9,3.5,1.8,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","61104",1,39.73217,-105.0153,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3668,71,151,214,0,1468,"","","Certification not required",0,175.673255,98.939013,360,"2013-07-05 16:00",359.6,"2013-11-20 23:00",359.5,"2013-10-26 05:00",359.5,"2013-10-30 13:00","","","","",357.5,353.9,343.9,321.9,242.6,171.7,27.9,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","61106",1,39.73217,-105.0153,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4799,93,199,214,0,337,"","","Certification not required",0,38.765409,19.186124,101.4,"2013-11-08 02:00",100.7,"2013-09-21 19:00",100.6,"2013-12-16 00:00",100.4,"2013-09-29 22:00","","","","",92.2,86.5,76.1,67.1,51.2,34.3,18,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","031","0027","62101",1,39.73217,-105.0153,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5066,99,212,214,0,70,"","","Certification not required",0,59.307343,20.570945,100,"2013-07-11 13:00",99,"2013-06-11 15:00",99,"2013-07-11 14:00",99,"2013-07-11 15:00","","","","",95,93,90,85,74,63,32,"I-25","971 W. Yuma Street","Colorado","Denver","Denver","Denver-Aurora, CO","2014-02-06" +"08","035","0004","44201",1,39.534488,-105.070358,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8670,99,211,214,0,90,0,0,"Certification not required",156,0.062929,0.01361,0.099,"2013-07-10 15:00",0.099,"2013-07-18 13:00",0.099,"2013-08-29 15:00",0.097,"2013-06-28 14:00","","","","",0.099,0.095,0.087,0.082,0.071,0.062,0.05,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","44201",1,39.534488,-105.070358,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8684,98,210,214,0,0,2,2,"Certification not required",0,0.056505,0.011946,0.086,"2013-08-29 09:00",0.085,"2013-06-28 10:00",0.083,"2013-07-18 09:00",0.083,"2013-07-21 11:00","","","","",0.083,0.082,0.076,0.073,0.064,0.057,0.046,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","44201",1,39.534488,-105.070358,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8684,98,210,214,0,0,11,11,"Certification not required",0,0.056505,0.011946,0.086,"2013-08-29 09:00",0.085,"2013-06-28 10:00",0.083,"2013-07-18 09:00",0.083,"2013-07-21 11:00","","","","",0.083,0.082,0.076,0.073,0.064,0.057,0.046,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","61101",1,39.534488,-105.070358,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,5.590667,3.04941,26.2,"2013-08-03 17:00",24,"2013-12-24 13:00",22.7,"2013-09-23 14:00",22.1,"2013-03-22 16:00","","","","",15.8,14.2,11.7,9.7,6.9,4.9,2.5,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","61102",1,39.534488,-105.070358,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8743,100,365,365,0,17,"","","Certification not required",0,177.123299,102.346524,360,"2013-02-18 17:00",360,"2013-02-20 20:00",360,"2013-02-23 18:00",360,"2013-03-09 15:00","","","","",358,356,349,339,247,162,24,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","61103",1,39.534488,-105.070358,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8743,100,365,365,0,17,"","","Certification not required",0,4.852053,3.233159,25.7,"2013-08-03 17:00",23.4,"2013-12-24 13:00",22.3,"2013-09-23 14:00",21.6,"2013-03-22 16:00","","","","",15.2,13.6,11.2,9.2,6.4,4.2,1.4,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","61104",1,39.534488,-105.070358,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8539,97,355,365,0,221,"","","Certification not required",0,176.659129,102.578726,359.9,"2013-02-16 14:00",359.9,"2013-05-06 11:00",359.9,"2013-09-10 15:00",359.9,"2013-09-12 02:00","","","","",358.1,356.3,349.8,339.1,244.5,160.2,23.8,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","61106",1,39.534488,-105.070358,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8583,98,357,365,0,177,"","","Certification not required",0,26.849738,15.579599,86.8,"2013-12-14 23:00",86.2,"2013-12-10 11:00",83.7,"2013-02-05 02:00",80.8,"2013-09-25 22:00","","","","",69.4,64.9,57.6,50.6,36.8,21.7,11.2,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","62101",1,39.534488,-105.070358,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8742,100,365,365,0,18,"","","Certification not required",0,49.457447,21.149859,97,"2013-07-11 14:00",96,"2013-06-26 15:00",96,"2013-06-26 16:00",96,"2013-06-27 15:00","","","","",92,89,84,77,65,50,23,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-06" +"08","035","0004","68101",1,39.534488,-105.070358,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,120,122,0,0,"","","Certification not required",0,0.494215,0.115685,0.7,"2013-03-14 00:00",0.7,"2013-06-03 00:00",0.7,"2013-06-06 00:00",0.7,"2013-06-15 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.3,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","68102",1,39.534488,-105.070358,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,120,122,0,0,"","","Certification not required",0,23.996694,0.028676,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","68105",1,39.534488,-105.070358,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,120,122,0,0,"","","Certification not required",0,10.257851,10.677147,27.7,"2013-08-20 00:00",27.2,"2013-06-27 00:00",25.7,"2013-07-06 00:00",25.5,"2013-07-21 00:00","","","","",27.2,25.7,25.1,24.1,20.1,10,-3.5,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","68108",1,39.534488,-105.070358,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,120,122,0,0,"","","Certification not required",0,624.710744,4.071114,635,"2013-11-12 00:00",631,"2013-05-01 00:00",630,"2013-06-27 00:00",630,"2013-06-30 00:00","","","","",631,630,630,629,628,626,618,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","68109",1,39.534488,-105.070358,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,120,122,0,0,"","","Certification not required",0,1439.61157,2.285359,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","88101",1,39.534488,-105.070358,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,120,122,0,0,0,0,"Certification not required",0,5.609917,4.015997,27.8,"2013-11-24 00:00",17.3,"2013-06-12 00:00",17.3,"2013-06-21 00:00",14.8,"2013-06-24 00:00","","","","",17.3,17.3,12.5,10.9,7.1,4.7,2,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","88101",1,39.534488,-105.070358,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,120,122,0,0,"","","Certification not required",0,5.609917,4.015997,27.8,"2013-11-24 00:00",17.3,"2013-06-12 00:00",17.3,"2013-06-21 00:00",14.8,"2013-06-24 00:00","","","","",17.3,17.3,12.5,10.9,7.1,4.7,2,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-02-21" +"08","035","0004","88501",3,39.534488,-105.070358,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6669,76,291,365,0,627,"","","Certification not required",0,4.305488,5.234283,71.1,"2013-06-19 23:00",63.4,"2013-06-12 23:00",61.5,"2013-06-20 06:00",53.1,"2013-06-20 02:00","","","","",24,19,13.5,10.2,6.1,3,-0.3,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-01-31" +"08","035","0004","88501",3,39.534488,-105.070358,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,4.24433,3.133676,20.2,"2013-06-12 00:00",18.5,"2013-06-20 00:00",17.8,"2013-12-08 00:00",17.5,"2013-06-13 00:00","","","","",17.8,13.9,9.5,7.8,5.4,3.7,1.2,"Chatfield State Park","11500 N. Roxborough Park Rd.","Colorado","Douglas","Roxborough Park","Denver-Aurora, CO","2014-01-31" +"08","035","0005","68101",1,39.332928,-104.745221,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",6,60,6,10,0,0,"","","Certification not required",0,0.116667,0.040825,0.2,"2013-12-06 00:00",0.1,"2013-11-06 00:00",0.1,"2013-11-12 00:00",0.1,"2013-11-18 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","035","0005","68102",1,39.332928,-104.745221,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",6,60,6,10,0,0,"","","Certification not required",0,24.083333,0.040825,24.1,"2013-11-06 00:00",24.1,"2013-11-12 00:00",24.1,"2013-11-18 00:00",24.1,"2013-11-24 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","035","0005","68105",1,39.332928,-104.745221,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",6,60,6,10,0,0,"","","Certification not required",0,-1.333333,10.414925,7.7,"2013-12-18 00:00",4.5,"2013-11-12 00:00",4.2,"2013-11-18 00:00",-0.8,"2013-11-06 00:00","","","","",7.7,7.7,7.7,7.7,4.5,4.2,-21.2,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","035","0005","68108",1,39.332928,-104.745221,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",6,60,6,10,0,0,"","","Certification not required",0,599.666667,4.546061,608,"2013-11-12 00:00",601,"2013-11-06 00:00",599,"2013-11-18 00:00",598,"2013-11-24 00:00","","","","",608,608,608,608,601,599,595,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","035","0005","68109",1,39.332928,-104.745221,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",6,60,6,10,0,0,"","","Certification not required",0,1440,0,1440,"2013-11-06 00:00",1440,"2013-11-12 00:00",1440,"2013-11-18 00:00",1440,"2013-11-24 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","035","0005","88101",1,39.332928,-104.745221,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6,5,6,122,0,2,0,0,"Certification not required",0,5.333333,4.487167,13.6,"2013-11-24 00:00",5.8,"2013-11-12 00:00",5.8,"2013-12-06 00:00",3.7,"2013-11-06 00:00","","","","",13.6,13.6,13.6,13.6,5.8,5.8,1,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","035","0005","88101",1,39.332928,-104.745221,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6,5,6,122,0,2,"","","Certification not required",0,5.333333,4.487167,13.6,"2013-11-24 00:00",5.8,"2013-11-12 00:00",5.8,"2013-12-06 00:00",3.7,"2013-11-06 00:00","","","","",13.6,13.6,13.6,13.6,5.8,5.8,1,"Castlewood Canyon State Park","Castlewood Canyon State Park","Colorado","Douglas","","Denver-Aurora, CO","2014-02-21" +"08","041","0013","44201",1,38.958341,-104.817215,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8615,98,210,214,0,145,0,0,"Certification not required",304,0.061738,0.009426,0.088,"2013-07-18 12:00",0.086,"2013-06-12 09:00",0.081,"2013-05-31 12:00",0.081,"2013-07-12 11:00","","","","",0.081,0.081,0.077,0.073,0.068,0.062,0.053,"U.S. AIR FORCE ACADEMY","ROAD 640, USAF ACADEMY","Colorado","El Paso","Air Force Academy","Colorado Springs, CO","2014-02-06" +"08","041","0013","44201",1,38.958341,-104.817215,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8609,95,204,214,0,0,0,0,"Certification not required",0,0.057044,0.009155,0.082,"2013-07-18 09:00",0.079,"2013-05-31 10:00",0.075,"2013-07-12 10:00",0.074,"2013-05-30 11:00","","","","",0.075,0.074,0.07,0.068,0.063,0.057,0.049,"U.S. AIR FORCE ACADEMY","ROAD 640, USAF ACADEMY","Colorado","El Paso","Air Force Academy","Colorado Springs, CO","2014-02-06" +"08","041","0013","44201",1,38.958341,-104.817215,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8609,95,204,214,0,0,2,2,"Certification not required",0,0.057044,0.009155,0.082,"2013-07-18 09:00",0.079,"2013-05-31 10:00",0.075,"2013-07-12 10:00",0.074,"2013-05-30 11:00","","","","",0.075,0.074,0.07,0.068,0.063,0.057,0.049,"U.S. AIR FORCE ACADEMY","ROAD 640, USAF ACADEMY","Colorado","El Paso","Air Force Academy","Colorado Springs, CO","2014-02-06" +"08","041","0015","42101",1,38.830895,-104.839243,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",226,3,9,365,0,1,0,0,"Certification not required",98,0.660619,0.451735,2.2,"2013-01-09 08:00",1.9,"2013-01-09 07:00",1.8,"2013-01-02 07:00",1.8,"2013-01-04 07:00","","","","",1.8,1.7,1.5,1.4,1,0.6,0.25,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2013-03-15" +"08","041","0015","42101",1,38.830895,-104.839243,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",224,3,9,365,0,0,0,0,"Certification not required",0,0.662946,0.252187,1.3,"2013-01-05 00:00",1.3,"2013-01-07 23:00",1.3,"2013-01-10 12:00",1.2,"2013-01-05 01:00",1.3,"2013-01-05 00:00",1.3,"2013-01-07 23:00",1.3,1.2,1.1,1,0.9,0.6,0.3,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2013-03-15" +"08","041","0015","42101",2,38.830895,-104.839243,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8317,95,349,365,0,211,0,0,"Certification not required",4,0.418253,0.289551,3.38,"2013-12-12 08:00",3.36,"2013-01-23 08:00",3.02,"2013-01-23 09:00",2.85,"2013-12-12 07:00","","","","",1.55,1.32,0.98,0.74,0.5,0.34,0.17,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0015","42101",2,38.830895,-104.839243,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8303,95,338,365,0,0,0,0,"Certification not required",0,0.418511,0.213466,1.8,"2013-01-10 20:00",1.8,"2013-12-12 22:00",1.8,"2013-12-12 23:00",1.7,"2013-01-10 21:00",1.8,"2013-01-10 20:00",1.8,"2013-12-12 22:00",1.1,1,0.8,0.7,0.5,0.4,0.2,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0015","42401",1,38.830895,-104.839243,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8050,92,345,365,0,494,2,"","Certification not required",0,15.311594,12.683879,99.4,"2013-03-22 11:00",80.5,"2013-04-16 12:00",65.5,"2013-07-11 10:00",58.3,"2013-07-17 11:00","","","","",58.3,52.9,38.5,30.2,19.6,12.6,3.1,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0015","42401",1,38.830895,-104.839243,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8050,92,345,365,0,494,"","","Certification not required",0,3.259938,5.541025,99.4,"2013-03-22 11:00",80.5,"2013-04-16 12:00",73,"2013-03-22 10:00",65.5,"2013-07-11 10:00","","","","",25.7,19.6,13.3,8.8,3.5,1.3,0.1,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0015","42401",1,38.830895,-104.839243,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",345,95,345,365,0,0,0,"","Certification not required",0,3.249275,2.253926,13.7,"2013-09-13 00:00",13.5,"2013-07-17 00:00",12.4,"2013-04-16 00:00",11.7,"2013-03-22 00:00","","","","",11.7,10,6.8,5.6,4.3,2.9,0.8,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0015","42401",1,38.830895,-104.839243,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2501,86,333,365,0,0,"",0,"Certification not required",0,3.35018,4.862752,76.9,"2013-03-22 11:00",47.8,"2013-09-13 14:00",43.4,"2013-04-16 14:00",37.3,"2013-07-17 11:00","","","","",23,17.8,12.2,8.8,4.2,1.5,0.2,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0015","42406",1,38.830895,-104.839243,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7611,89,343,356,0,933,"","","Certification not required",0,8.448719,16.070585,195.2,"2013-03-22 11:00",172.8,"2013-07-11 12:00",164.8,"2013-07-13 08:00",149.1,"2013-08-24 11:00","","","","",80.7,61.2,41.7,26.3,7.1,2,0.3,"COLORADO SPRINGS - HIGHWAY 24","690 W. HIGHWAY 24","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-06" +"08","041","0016","44201",1,38.853097,-104.901289,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8651,98,209,214,0,109,0,0,"Certification not required",37,0.059359,0.009461,0.084,"2013-08-29 11:00",0.083,"2013-07-18 12:00",0.081,"2013-05-29 10:00",0.079,"2013-06-12 09:00","","","","",0.081,0.078,0.075,0.072,0.065,0.059,0.051,"MANITOU SPRINGS","101 BANKS PL.","Colorado","El Paso","Manitou Springs (Manitou)","Colorado Springs, CO","2014-02-06" +"08","041","0016","44201",1,38.853097,-104.901289,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8675,98,209,214,0,0,0,0,"Certification not required",0,0.054397,0.009018,0.078,"2013-07-18 09:00",0.077,"2013-08-29 08:00",0.075,"2013-05-31 10:00",0.072,"2013-08-17 11:00","","","","",0.075,0.071,0.069,0.066,0.061,0.054,0.047,"MANITOU SPRINGS","101 BANKS PL.","Colorado","El Paso","Manitou Springs (Manitou)","Colorado Springs, CO","2014-02-06" +"08","041","0016","44201",1,38.853097,-104.901289,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8675,98,209,214,0,0,2,2,"Certification not required",0,0.054397,0.009018,0.078,"2013-07-18 09:00",0.077,"2013-08-29 08:00",0.075,"2013-05-31 10:00",0.072,"2013-08-17 11:00","","","","",0.075,0.071,0.069,0.066,0.061,0.054,0.047,"MANITOU SPRINGS","101 BANKS PL.","Colorado","El Paso","Manitou Springs (Manitou)","Colorado Springs, CO","2014-02-06" +"08","041","0017","68101",1,38.848014,-104.828564,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,120,122,0,0,"","","Certification not required",118,0.054098,0.02696,0.3,"2013-11-30 00:00",0.2,"2013-05-13 00:00",0.1,"2013-02-27 00:00",0.1,"2013-11-12 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","68102",1,38.848014,-104.828564,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,120,122,0,0,"","","Certification not required",0,23.993443,0.047652,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","68105",1,38.848014,-104.828564,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,120,122,0,0,"","","Certification not required",0,9.770492,10.198685,27.5,"2013-06-26 00:00",27.5,"2013-06-27 00:00",25.6,"2013-07-12 00:00",25.5,"2013-07-09 00:00","","","","",27.5,25.6,23.9,23.3,18.3,9.1,-3.4,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","68108",1,38.848014,-104.828564,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,120,122,0,0,"","","Certification not required",0,612.770492,4.001625,623,"2013-11-12 00:00",618,"2013-06-26 00:00",618,"2013-06-27 00:00",618,"2013-07-30 00:00","","","","",618,618,617,617,616,614,607,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","68109",1,38.848014,-104.828564,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,120,122,0,0,"","","Certification not required",0,1439.385246,3.197227,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","81102",1,38.848014,-104.828564,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",51,82,50,61,0,4,0,0,"Certification not required",0,20.196078,12.496431,73,"2013-01-11 00:00",52,"2013-01-10 00:00",47,"2013-01-22 00:00",35,"2013-11-18 00:00","","","","",73,52,47,33,25,18,8,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-01-31" +"08","041","0017","85101",1,38.848014,-104.828564,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,4,"","","Certification not required",0,17.392157,11.000143,65,"2013-01-11 00:00",45,"2013-01-10 00:00",41,"2013-01-22 00:00",30,"2013-11-12 00:00","","","","",65,45,41,28,21,15,6,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-01-31" +"08","041","0017","88101",1,38.848014,-104.828564,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,98,120,122,0,1,0,0,"Certification not required",0,6.010656,3.287914,21,"2013-06-24 00:00",20.9,"2013-06-21 00:00",17.6,"2013-06-12 00:00",16.2,"2013-11-24 00:00","","","","",20.9,17.6,13.8,9.2,7,5.4,3.4,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","88101",1,38.848014,-104.828564,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,98,120,122,0,1,"","","Certification not required",0,6.010656,3.287914,21,"2013-06-24 00:00",20.9,"2013-06-21 00:00",17.6,"2013-06-12 00:00",16.2,"2013-11-24 00:00","","","","",20.9,17.6,13.8,9.2,7,5.4,3.4,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-02-20" +"08","041","0017","88500",3,38.848014,-104.828564,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6489,74,264,365,0,807,"","","Certification not required",0,5.186362,5.937092,143.8,"2013-06-19 20:00",106.2,"2013-06-19 21:00",98.2,"2013-06-24 21:00",84.3,"2013-06-26 03:00","","","","",23.8,18.1,13.6,10.7,7.2,4.3,-0.2,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-01-31" +"08","041","0017","88500",3,38.848014,-104.828564,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,5.170833,3.517693,26.1,"2013-06-20 00:00",23.7,"2013-06-24 00:00",16.7,"2013-06-22 00:00",16.5,"2013-02-22 00:00","","","","",16.7,16.4,11.6,9.2,6.2,4.5,2.1,"COLORADO SPRINGS - COLLEGE COLLEGE","130 W. CACHE LA POUDRE","Colorado","El Paso","Colorado Springs","Colorado Springs, CO","2014-01-31" +"08","043","0003","81102",1,38.43829,-105.24504,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,90,55,61,0,0,0,0,"Certification not required",0,21.392857,16.499784,109,"2013-06-21 00:00",66,"2013-03-23 00:00",53,"2013-06-15 00:00",40,"2013-04-16 00:00","","","","",109,66,53,37,24,18,8,"CANON CITY - CITY HALL","128 MAIN ST.","Colorado","Fremont","Canon City","Canon City, CO","2014-02-21" +"08","043","0003","85101",1,38.43829,-105.24504,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,54,61,0,0,"","","Certification not required",0,18.321429,13.928528,91,"2013-06-21 00:00",58,"2013-03-23 00:00",44,"2013-06-15 00:00",35,"2013-04-16 00:00","","","","",91,58,44,33,20,15,7,"CANON CITY - CITY HALL","128 MAIN ST.","Colorado","Fremont","Canon City","Canon City, CO","2014-02-21" +"08","045","0005","43102",1,39.453654,-108.053259,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,431.2,269.427813,1280,"2013-07-09 00:00",1230,"2013-01-22 00:00",915,"2013-01-10 00:00",862,"2013-01-16 00:00","","","","",1280,1280,1230,862,468,358,225,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43141",1,39.453654,-108.053259,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",10,0.598973,0.572909,3.45,"2013-07-09 00:00",1.48,"2013-06-27 00:00",1.21,"2013-07-21 00:00",1.05,"2013-03-17 00:00","","","","",3.45,3.45,1.48,1.05,0.688,0.526,0.1665,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43142",1,39.453654,-108.053259,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43143",1,39.453654,-108.053259,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",15,0.250568,0.255002,1.53,"2013-07-09 00:00",0.626,"2013-07-21 00:00",0.52,"2013-07-03 00:00",0.463,"2013-06-27 00:00","","","","",1.53,1.53,0.626,0.463,0.27,0.201,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43144",1,39.453654,-108.053259,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43145",1,39.453654,-108.053259,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",4,0.627054,0.316812,1.19,"2013-03-29 00:00",1.11,"2013-04-28 00:00",1.05,"2013-01-22 00:00",1.01,"2013-05-16 00:00","","","","",1.19,1.19,1.11,1.01,0.923,0.644,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43202",1,39.453654,-108.053259,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,77.47027,76.118463,419,"2013-01-22 00:00",267,"2013-01-16 00:00",227,"2013-01-10 00:00",140,"2013-07-09 00:00","","","","",419,419,267,140,70.4,55.4,30.7,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43203",1,39.453654,-108.053259,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,2.625081,1.568999,9.41,"2013-07-09 00:00",5.03,"2013-01-22 00:00",4.6,"2013-01-10 00:00",4.54,"2013-01-16 00:00","","","","",9.41,9.41,5.03,4.54,3.07,2.25,1.24,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43204",1,39.453654,-108.053259,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,40.194595,44.087476,228,"2013-01-22 00:00",144,"2013-01-16 00:00",128,"2013-01-10 00:00",120,"2013-07-09 00:00","","","","",228,228,144,120,32.5,27,14.1,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43205",1,39.453654,-108.053259,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.731297,0.455244,1.87,"2013-01-16 00:00",1.86,"2013-07-21 00:00",1.62,"2013-07-09 00:00",1.57,"2013-01-22 00:00","","","","",1.87,1.87,1.86,1.57,0.84,0.574,0.369,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43206",1,39.453654,-108.053259,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.694595,0.607213,2.55,"2013-01-10 00:00",2.5,"2013-01-16 00:00",2.39,"2013-01-22 00:00",1.71,"2013-07-09 00:00","","","","",2.55,2.55,2.5,1.71,0.708,0.459,0.298,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43212",1,39.453654,-108.053259,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,13.250811,14.321358,74,"2013-01-22 00:00",47.7,"2013-01-16 00:00",46.8,"2013-01-10 00:00",30,"2013-07-09 00:00","","","","",74,74,47.7,30,10.1,8.79,4.63,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43214",1,39.453654,-108.053259,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,12.856757,14.016988,73.5,"2013-01-22 00:00",47.6,"2013-01-16 00:00",45.3,"2013-01-10 00:00",22.6,"2013-07-09 00:00","","","","",73.5,73.5,47.6,22.6,10,8.72,4.64,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43216",1,39.453654,-108.053259,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",17,0.149905,0.119126,0.468,"2013-07-09 00:00",0.44,"2013-09-07 00:00",0.391,"2013-01-10 00:00",0.373,"2013-07-21 00:00","","","","",0.468,0.468,0.44,0.373,0.2,0.15,0.0505,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43217",1,39.453654,-108.053259,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",28,0.073973,0.048633,0.273,"2013-01-10 00:00",0.163,"2013-07-09 00:00",0.152,"2013-01-16 00:00",0.139,"2013-09-19 00:00","","","","",0.273,0.273,0.163,0.139,0.107,0.049,0.049,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43218",1,39.453654,-108.053259,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.015676,0.046995,0.18,"2013-01-22 00:00",0.16,"2013-01-16 00:00",0.15,"2013-01-10 00:00",0.09,"2013-04-16 00:00","","","","",0.18,0.18,0.16,0.09,0,0,0,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43220",1,39.453654,-108.053259,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,7.434054,7.213232,36.4,"2013-01-22 00:00",24.1,"2013-01-16 00:00",23.9,"2013-01-10 00:00",20.8,"2013-07-09 00:00","","","","",36.4,36.4,24.1,20.8,6.66,5.19,2.73,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43221",1,39.453654,-108.053259,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,19,"","","Certification not required",1,17.727275,12.898144,51.6,"2013-01-22 00:00",38.5,"2013-01-10 00:00",37.2,"2013-01-16 00:00",24.8,"2013-04-04 00:00","","","","",51.6,51.6,51.6,38.5,23.3,16.6,4.54,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43224",1,39.453654,-108.053259,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",23,0.149824,0.077321,0.353,"2013-07-21 00:00",0.3045,"2013-07-09 00:00",0.283,"2013-06-21 00:00",0.255,"2013-09-01 00:00","","","","",0.353,0.353,0.3045,0.255,0.209,0.0915,0.0915,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43225",1,39.453654,-108.053259,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",35,0.106541,0.045271,0.313,"2013-07-09 00:00",0.245,"2013-07-21 00:00",0.188,"2013-09-19 00:00",0.094,"2013-01-10 00:00","","","","",0.313,0.313,0.245,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43226",1,39.453654,-108.053259,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",31,0.109905,0.066811,0.378,"2013-07-21 00:00",0.2715,"2013-07-09 00:00",0.222,"2013-07-03 00:00",0.222,"2013-07-15 00:00","","","","",0.378,0.378,0.2715,0.222,0.0815,0.0815,0.0815,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43227",1,39.453654,-108.053259,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.111608,0.040196,0.3495,"2013-07-09 00:00",0.105,"2013-01-10 00:00",0.105,"2013-01-16 00:00",0.105,"2013-01-22 00:00","","","","",0.3495,0.3495,0.105,0.105,0.105,0.105,0.105,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43228",1,39.453654,-108.053259,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",25,0.156081,0.12135,0.73,"2013-07-09 00:00",0.332,"2013-09-19 00:00",0.288,"2013-07-27 00:00",0.272,"2013-06-27 00:00","","","","",0.73,0.73,0.332,0.272,0.206,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43230",1,39.453654,-108.053259,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,2.312324,2.009736,10.4,"2013-01-22 00:00",7.28,"2013-01-16 00:00",7.11,"2013-01-10 00:00",4.4,"2013-07-09 00:00","","","","",10.4,10.4,7.28,4.4,2.06,1.78,0.741,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43231",1,39.453654,-108.053259,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,4.387027,3.972554,19.8,"2013-01-22 00:00",14.2,"2013-01-10 00:00",13.6,"2013-01-16 00:00",11.2,"2013-07-09 00:00","","","","",19.8,19.8,14.2,11.2,3.76,3.31,1.34,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43232",1,39.453654,-108.053259,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,3.883514,2.921217,15.3,"2013-01-22 00:00",10.9,"2013-01-16 00:00",10.7,"2013-01-10 00:00",7.73,"2013-07-09 00:00","","","","",15.3,15.3,10.9,7.73,3.69,3.09,1.37,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43233",1,39.453654,-108.053259,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",1,2.860392,1.826584,9.44,"2013-01-22 00:00",7.3,"2013-01-16 00:00",6.66,"2013-01-10 00:00",5.93,"2013-07-09 00:00","","","","",9.44,9.44,7.3,5.93,3.09,2.39,1.27,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43234",1,39.453654,-108.053259,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43235",1,39.453654,-108.053259,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,1.295892,0.667238,3.59,"2013-01-22 00:00",2.86,"2013-07-09 00:00",2.73,"2013-01-16 00:00",2.57,"2013-01-10 00:00","","","","",3.59,3.59,2.86,2.57,1.39,1.15,0.674,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43236",1,39.453654,-108.053259,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43238",1,39.453654,-108.053259,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,1.163054,0.734352,4.81,"2013-07-09 00:00",2.18,"2013-01-22 00:00",2.02,"2013-06-27 00:00",1.59,"2013-01-10 00:00","","","","",4.81,4.81,2.18,1.59,1.36,1,0.611,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43242",1,39.453654,-108.053259,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",1,0.564027,0.456678,2.38,"2013-01-22 00:00",1.61,"2013-01-10 00:00",1.6,"2013-01-16 00:00",1.39,"2013-07-09 00:00","","","","",2.38,2.38,1.61,1.39,0.528,0.431,0.265,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43243",1,39.453654,-108.053259,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",19,0.886581,1.615972,9.62,"2013-07-09 00:00",2.41,"2013-06-27 00:00",2.03,"2013-08-20 00:00",1.73,"2013-07-15 00:00","","","","",9.62,9.62,2.41,1.73,1.23,0.1225,0.1225,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43244",1,39.453654,-108.053259,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.572703,0.46385,2.47,"2013-01-22 00:00",1.76,"2013-01-16 00:00",1.56,"2013-01-10 00:00",1.04,"2013-07-09 00:00","","","","",2.47,2.47,1.76,1.04,0.536,0.457,0.229,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43245",1,39.453654,-108.053259,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.236486,0.085076,0.74,"2013-07-09 00:00",0.2225,"2013-01-10 00:00",0.2225,"2013-01-16 00:00",0.2225,"2013-01-22 00:00","","","","",0.74,0.74,0.2225,0.2225,0.2225,0.2225,0.2225,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43246",1,39.453654,-108.053259,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43247",1,39.453654,-108.053259,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",18,0.342054,0.266423,1.38,"2013-01-22 00:00",0.981,"2013-01-10 00:00",0.965,"2013-01-16 00:00",0.536,"2013-03-29 00:00","","","","",1.38,1.38,0.981,0.536,0.393,0.329,0.159,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43248",1,39.453654,-108.053259,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,4.597027,3.873896,20,"2013-01-22 00:00",14.3,"2013-01-16 00:00",13.9,"2013-01-10 00:00",7.85,"2013-07-09 00:00","","","","",20,20,14.3,7.85,4.17,3.55,1.54,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43249",1,39.453654,-108.053259,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,3,"","","Certification not required",4,2.187722,1.82885,8.96,"2013-01-22 00:00",6.7,"2013-01-16 00:00",5.99,"2013-01-10 00:00",4.78,"2013-07-09 00:00","","","","",8.96,8.96,6.7,4.78,2.6,1.78,0.226,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43250",1,39.453654,-108.053259,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-03-11 00:00","","","","",0,0,0,0,0,0,0,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43252",1,39.453654,-108.053259,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",10,0.324946,0.261866,1.18,"2013-06-27 00:00",0.93,"2013-07-09 00:00",0.828,"2013-07-21 00:00",0.644,"2013-09-01 00:00","","","","",1.18,1.18,0.93,0.644,0.411,0.272,0.0705,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43253",1,39.453654,-108.053259,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.904973,0.571488,2.98,"2013-01-22 00:00",2.34,"2013-01-16 00:00",2.1,"2013-01-10 00:00",1.86,"2013-07-09 00:00","","","","",2.98,2.98,2.34,1.86,0.915,0.768,0.375,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43256",1,39.453654,-108.053259,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",29,0.22573,0.541233,3.36,"2013-07-09 00:00",0.627,"2013-03-11 00:00",0.395,"2013-06-27 00:00",0.387,"2013-03-17 00:00","","","","",3.36,3.36,0.627,0.387,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43257",1,39.453654,-108.053259,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43261",1,39.453654,-108.053259,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,9.913784,7.367585,38.4,"2013-01-22 00:00",27.9,"2013-01-16 00:00",27.3,"2013-01-10 00:00",18.4,"2013-07-09 00:00","","","","",38.4,38.4,27.9,18.4,9.27,7.96,3.73,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43262",1,39.453654,-108.053259,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,2.55673,2.155406,11.3,"2013-01-22 00:00",7.95,"2013-01-16 00:00",7.66,"2013-01-10 00:00",4.3,"2013-07-09 00:00","","","","",11.3,11.3,7.95,4.3,2.32,2,0.88,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43263",1,39.453654,-108.053259,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,3.117676,1.948647,8.91,"2013-01-22 00:00",7.12,"2013-01-16 00:00",7.03,"2013-01-10 00:00",6.95,"2013-07-09 00:00","","","","",8.91,8.91,7.12,6.95,3.69,2.31,1.23,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43279",1,39.453654,-108.053259,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",15,0.291973,0.34997,2.09,"2013-04-16 00:00",0.826,"2013-05-28 00:00",0.746,"2013-05-10 00:00",0.446,"2013-07-21 00:00","","","","",2.09,2.09,0.826,0.446,0.336,0.204,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43282",1,39.453654,-108.053259,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43283",1,39.453654,-108.053259,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43284",1,39.453654,-108.053259,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.956541,0.88274,4.59,"2013-01-22 00:00",3.18,"2013-01-16 00:00",2.98,"2013-01-10 00:00",1.77,"2013-07-09 00:00","","","","",4.59,4.59,3.18,1.77,0.815,0.713,0.329,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43285",1,39.453654,-108.053259,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,4.382973,3.547981,18.2,"2013-01-22 00:00",13.2,"2013-01-10 00:00",12.7,"2013-01-16 00:00",8.94,"2013-07-09 00:00","","","","",18.2,18.2,13.2,8.94,4.23,3.31,1.79,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43289",1,39.453654,-108.053259,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43290",1,39.453654,-108.053259,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43291",1,39.453654,-108.053259,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",5,0.709986,0.560619,2.9,"2013-01-22 00:00",2.08,"2013-01-16 00:00",1.92,"2013-01-10 00:00",1.6,"2013-07-09 00:00","","","","",2.9,2.9,2.08,1.6,0.685,0.575,0.1785,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43292",1,39.453654,-108.053259,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",11,0.327135,0.239794,1.02,"2013-07-09 00:00",0.898,"2013-01-22 00:00",0.784,"2013-01-16 00:00",0.746,"2013-01-10 00:00","","","","",1.02,1.02,0.898,0.746,0.432,0.28,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43298",1,39.453654,-108.053259,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43299",1,39.453654,-108.053259,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",36,0.103432,0.041355,0.313,"2013-07-09 00:00",0.224,"2013-07-21 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.313,0.313,0.224,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43328",1,39.453654,-108.053259,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43330",1,39.453654,-108.053259,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",37,0.099919,0.036003,0.313,"2013-07-09 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.313,0.313,0.094,0.094,0.094,0.094,0.094,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43502",1,39.453654,-108.053259,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,1.09,0.503566,2,"2013-01-22 00:00",2,"2013-07-09 00:00",1.9,"2013-01-10 00:00",1.3,"2013-02-03 00:00","","","","",2,2,2,2,1.3,1.2,0.6,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43503",1,39.453654,-108.053259,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,3,"","","Certification not required",0,0.915789,0.475235,2,"2013-01-22 00:00",1.6,"2013-01-10 00:00",1.5,"2013-06-27 00:00",1.3,"2013-07-09 00:00","","","","",2,2,2,1.6,1.2,0.8,0.3,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43504",1,39.453654,-108.053259,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,0.1,0.097333,0.4,"2013-01-22 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-03 00:00",0.2,"2013-05-10 00:00","","","","",0.4,0.4,0.4,0.2,0.1,0.1,0,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43510",1,39.453654,-108.053259,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,0.131778,0.112038,0.492,"2013-01-22 00:00",0.28,"2013-01-10 00:00",0.264,"2013-02-03 00:00",0.136,"2013-02-15 00:00","","","","",0.492,0.492,0.492,0.28,0.136,0.104,0.04,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43513",1,39.453654,-108.053259,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",20,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-22 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-15 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43517",1,39.453654,-108.053259,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,0.0636,0.030495,0.12,"2013-06-27 00:00",0.108,"2013-01-22 00:00",0.108,"2013-09-07 00:00",0.102,"2013-04-04 00:00","","","","",0.12,0.12,0.12,0.108,0.102,0.06,0.03,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43518",1,39.453654,-108.053259,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",2,0.03675,0.021645,0.09,"2013-01-22 00:00",0.07,"2013-01-10 00:00",0.07,"2013-07-09 00:00",0.06,"2013-02-03 00:00","","","","",0.09,0.09,0.09,0.07,0.05,0.03,0.02,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43528",1,39.453654,-108.053259,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",2,0.1069,0.109693,0.416,"2013-09-07 00:00",0.392,"2013-07-09 00:00",0.136,"2013-01-22 00:00",0.136,"2013-06-27 00:00","","","","",0.416,0.416,0.416,0.392,0.124,0.084,0.032,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43551",1,39.453654,-108.053259,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,3.16935,1.329619,4.89,"2013-05-22 00:00",4.71,"2013-04-28 00:00",4.62,"2013-07-21 00:00",4.59,"2013-01-22 00:00","","","","",4.89,4.89,4.89,4.71,4.56,3.03,1.269,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43552",1,39.453654,-108.053259,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,5,"","","Certification not required",0,1.441176,0.939624,3.216,"2013-01-22 00:00",2.868,"2013-01-10 00:00",2.664,"2013-02-03 00:00",2.612,"2013-02-27 00:00","","","","",3.216,3.216,3.216,2.868,2.168,1.264,0.28,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43954",1,39.453654,-108.053259,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",1,0.634027,0.452093,2.86,"2013-07-09 00:00",1.29,"2013-06-27 00:00",1.04,"2013-07-21 00:00",0.993,"2013-06-15 00:00","","","","",2.86,2.86,1.29,0.993,0.708,0.574,0.249,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","43960",1,39.453654,-108.053259,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,1.095784,0.706752,3.76,"2013-01-22 00:00",2.88,"2013-01-16 00:00",2.53,"2013-01-10 00:00",2.2,"2013-07-09 00:00","","","","",3.76,3.76,2.88,2.2,1.08,0.931,0.454,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45109",1,39.453654,-108.053259,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,2.957027,1.660736,9.15,"2013-07-09 00:00",7.73,"2013-01-22 00:00",6.02,"2013-01-16 00:00",5.36,"2013-01-10 00:00","","","","",9.15,9.15,7.73,5.36,3.06,2.57,1.52,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45201",1,39.453654,-108.053259,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,4,"","","Certification not required",0,3.101714,1.927153,9.15,"2013-01-22 00:00",8.23,"2013-07-09 00:00",6.88,"2013-01-16 00:00",6.25,"2013-01-10 00:00","","","","",9.15,9.15,8.23,6.25,3.69,2.7,1.26,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45202",1,39.453654,-108.053259,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,7.888108,4.330224,26,"2013-07-09 00:00",16.8,"2013-01-22 00:00",12.6,"2013-01-16 00:00",11.6,"2013-01-10 00:00","","","","",26,26,16.8,11.6,8.66,7.58,3.65,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45203",1,39.453654,-108.053259,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.383243,0.258898,1.61,"2013-07-09 00:00",0.86,"2013-01-22 00:00",0.83,"2013-01-16 00:00",0.68,"2013-01-10 00:00","","","","",1.61,1.61,0.86,0.68,0.38,0.32,0.2,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45204",1,39.453654,-108.053259,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.702973,0.39682,2.65,"2013-07-09 00:00",1.28,"2013-01-22 00:00",1.11,"2013-01-16 00:00",1,"2013-01-10 00:00","","","","",2.65,2.65,1.28,1,0.79,0.65,0.44,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45207",1,39.453654,-108.053259,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",7,0.560419,0.358868,1.86,"2013-07-09 00:00",1.1,"2013-06-27 00:00",1.03,"2013-07-27 00:00",0.931,"2013-07-15 00:00","","","","",1.86,1.86,1.1,0.931,0.759,0.527,0.0995,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45208",1,39.453654,-108.053259,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,1.650595,1.210967,5.69,"2013-07-09 00:00",4.32,"2013-07-21 00:00",3.59,"2013-01-16 00:00",3.42,"2013-07-15 00:00","","","","",5.69,5.69,4.32,3.42,1.96,1.22,0.581,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45209",1,39.453654,-108.053259,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",15,0.345027,0.327022,1.36,"2013-07-09 00:00",1.08,"2013-07-21 00:00",0.852,"2013-06-27 00:00",0.815,"2013-07-15 00:00","","","","",1.36,1.36,1.08,0.815,0.453,0.274,0.069,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45210",1,39.453654,-108.053259,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",0,0.068649,0.101411,0.32,"2013-06-27 00:00",0.32,"2013-07-09 00:00",0.3,"2013-07-21 00:00",0.23,"2013-07-15 00:00","","","","",0.32,0.32,0.32,0.23,0.13,0,0,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45211",1,39.453654,-108.053259,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",7,0.413216,0.329103,1.77,"2013-07-09 00:00",0.894,"2013-06-27 00:00",0.883,"2013-07-27 00:00",0.86,"2013-07-15 00:00","","","","",1.77,1.77,0.894,0.86,0.484,0.348,0.073,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45212",1,39.453654,-108.053259,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",1,1.203135,0.991259,4.35,"2013-07-09 00:00",3.16,"2013-07-21 00:00",2.91,"2013-07-15 00:00",2.72,"2013-06-27 00:00","","","","",4.35,4.35,3.16,2.72,1.58,0.78,0.151,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45218",1,39.453654,-108.053259,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",34,0.408095,1.530938,9.43,"2013-04-04 00:00",0.9,"2013-08-26 00:00",0.41,"2013-04-10 00:00",0.3995,"2013-07-09 00:00","","","","",9.43,9.43,0.9,0.3995,0.12,0.12,0.12,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45219",1,39.453654,-108.053259,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",35,0.135135,0.115712,0.656,"2013-08-20 00:00",0.499,"2013-07-21 00:00",0.343,"2013-07-09 00:00",0.103,"2013-01-10 00:00","","","","",0.656,0.656,0.499,0.103,0.103,0.103,0.103,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45220",1,39.453654,-108.053259,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,20,"","","Certification not required",0,18.537895,12.486265,48.6,"2013-07-09 00:00",36.2,"2013-07-15 00:00",34.3,"2013-07-21 00:00",28.5,"2013-06-27 00:00","","","","",48.6,48.6,48.6,36.2,26.9,15.2,5.79,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45225",1,39.453654,-108.053259,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",15,0.279216,0.259759,1.19,"2013-07-09 00:00",0.944,"2013-07-21 00:00",0.686,"2013-09-01 00:00",0.621,"2013-07-15 00:00","","","","",1.19,1.19,0.944,0.621,0.369,0.239,0.074,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45228",1,39.453654,-108.053259,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,2,"","","Certification not required",6,0.68527,0.565437,2.57,"2013-07-09 00:00",1.64,"2013-07-15 00:00",1.64,"2013-07-27 00:00",1.62,"2013-06-27 00:00","","","","",2.57,2.57,1.64,1.62,0.867,0.493,0.1005,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45501",1,39.453654,-108.053259,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,3,"","","Certification not required",0,0.186421,0.162401,0.742,"2013-06-27 00:00",0.371,"2013-06-15 00:00",0.315,"2013-07-21 00:00",0.266,"2013-06-03 00:00","","","","",0.742,0.742,0.742,0.371,0.245,0.14,0.063,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45503",1,39.453654,-108.053259,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",20,0.009,0,0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00",0.009,"2013-02-03 00:00",0.009,"2013-02-15 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","45504",1,39.453654,-108.053259,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,3,"","","Certification not required",2,0.101263,0.052086,0.176,"2013-02-03 00:00",0.168,"2013-01-22 00:00",0.168,"2013-07-21 00:00",0.152,"2013-08-14 00:00","","","","",0.176,0.176,0.176,0.168,0.152,0.096,0.016,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2013-12-03" +"08","045","0005","81102",1,39.453654,-108.053259,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",114,93,114,122,0,0,0,0,"Certification not required",2,14.692982,6.006084,29,"2013-09-25 00:00",28,"2013-06-24 00:00",27,"2013-03-29 00:00",26,"2013-06-12 00:00","","","","",28,27,25,23,19,14,7,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2014-02-21" +"08","045","0005","85101",1,39.453654,-108.053259,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,"","","Certification not required",3,12.649123,5.126683,24,"2013-03-29 00:00",24,"2013-09-25 00:00",23,"2013-06-24 00:00",22,"2013-07-24 00:00","","","","",24,23,21,20,16,12,6,"PARACHUTE - HIGH SCHOOL","100 E. 2ND ST.","Colorado","Garfield","Parachute","","2014-02-21" +"08","045","0007","43102",1,39.531813,-107.782298,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,420.604651,247.152463,1090,"2013-06-15 00:00",954,"2013-01-28 00:00",896,"2013-05-10 00:00",836,"2013-08-26 00:00","","","","",1090,1090,896,800,579,320,178,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43141",1,39.531813,-107.782298,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",32,0.26193,0.176485,0.774,"2013-09-07 00:00",0.698,"2013-07-21 00:00",0.659,"2013-08-02 00:00",0.57,"2013-06-27 00:00","","","","",0.774,0.774,0.659,0.548,0.38,0.1665,0.1665,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43142",1,39.531813,-107.782298,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43143",1,39.531813,-107.782298,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",40,0.102535,0.032575,0.259,"2013-06-27 00:00",0.201,"2013-07-09 00:00",0.189,"2013-07-27 00:00",0.094,"2013-01-04 00:00","","","","",0.259,0.259,0.189,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43144",1,39.531813,-107.782298,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43145",1,39.531813,-107.782298,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",23,0.212326,0.176086,0.997,"2013-06-27 00:00",0.52,"2013-03-17 00:00",0.452,"2013-07-21 00:00",0.433,"2013-08-02 00:00","","","","",0.997,0.997,0.452,0.397,0.308,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43202",1,39.531813,-107.782298,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,62.004651,58.329801,271,"2013-01-28 00:00",190,"2013-01-10 00:00",188,"2013-01-22 00:00",187,"2013-01-04 00:00","","","","",271,271,188,184,58.6,37.3,24.8,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43203",1,39.531813,-107.782298,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,3.499302,1.813165,8.62,"2013-01-10 00:00",8.13,"2013-01-04 00:00",8,"2013-01-22 00:00",7.43,"2013-01-28 00:00","","","","",8.62,8.62,8,7,3.87,2.96,1.99,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43204",1,39.531813,-107.782298,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,40.286047,37.201335,171,"2013-01-28 00:00",127,"2013-01-10 00:00",123,"2013-01-04 00:00",120,"2013-02-03 00:00","","","","",171,171,123,119,40.9,23.7,16.7,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43205",1,39.531813,-107.782298,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.28807,0.682532,2.99,"2013-01-10 00:00",2.72,"2013-01-22 00:00",2.68,"2013-06-27 00:00",2.64,"2013-01-04 00:00","","","","",2.99,2.99,2.68,2.52,1.61,0.975,0.733,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43206",1,39.531813,-107.782298,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.90093,1.486558,5.95,"2013-01-04 00:00",5.9,"2013-01-10 00:00",5.33,"2013-01-22 00:00",5.25,"2013-02-03 00:00","","","","",5.95,5.95,5.33,4.45,2.3,1.3,0.792,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43212",1,39.531813,-107.782298,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,17.667907,15.376501,71.6,"2013-01-28 00:00",54.6,"2013-01-10 00:00",51.4,"2013-02-03 00:00",50.1,"2013-01-04 00:00","","","","",71.6,71.6,51.4,48.6,18.5,10.9,7.26,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43214",1,39.531813,-107.782298,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,15.567209,14.227236,66.7,"2013-01-28 00:00",49.6,"2013-01-10 00:00",46.2,"2013-02-03 00:00",45.3,"2013-01-04 00:00","","","","",66.7,66.7,46.2,44.4,16.2,9.7,6.26,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43216",1,39.531813,-107.782298,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.382581,0.354241,2.39,"2013-06-27 00:00",0.926,"2013-01-10 00:00",0.792,"2013-01-28 00:00",0.543,"2013-02-09 00:00","","","","",2.39,2.39,0.792,0.535,0.433,0.294,0.163,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43217",1,39.531813,-107.782298,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",1,0.268674,0.142261,0.764,"2013-01-10 00:00",0.625,"2013-01-28 00:00",0.522,"2013-06-09 00:00",0.516,"2013-06-27 00:00","","","","",0.764,0.764,0.522,0.437,0.324,0.237,0.137,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43218",1,39.531813,-107.782298,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.164651,0.11951,0.5,"2013-01-10 00:00",0.45,"2013-01-22 00:00",0.44,"2013-01-04 00:00",0.38,"2013-02-03 00:00","","","","",0.5,0.5,0.44,0.32,0.2,0.13,0,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43220",1,39.531813,-107.782298,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,10.937209,7.751369,35.4,"2013-01-28 00:00",27.6,"2013-01-10 00:00",26.5,"2013-05-28 00:00",25.9,"2013-02-03 00:00","","","","",35.4,35.4,26.5,25.6,13.4,7.39,4.88,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43221",1,39.531813,-107.782298,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,18,"","","Certification not required",3,19.743712,13.368109,56.3,"2013-01-28 00:00",40.4,"2013-01-10 00:00",38.3,"2013-02-03 00:00",36.7,"2013-01-22 00:00","","","","",56.3,56.3,40.4,38.3,24.7,16.5,0.0455,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43224",1,39.531813,-107.782298,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",10,0.243419,0.258992,1.83,"2013-06-27 00:00",0.384,"2013-07-21 00:00",0.352,"2013-08-02 00:00",0.326,"2013-06-09 00:00","","","","",1.83,1.83,0.352,0.293,0.253,0.219,0.0915,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43225",1,39.531813,-107.782298,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",14,0.224256,0.109671,0.511,"2013-06-27 00:00",0.397,"2013-01-10 00:00",0.397,"2013-06-09 00:00",0.372,"2013-07-21 00:00","","","","",0.511,0.511,0.397,0.358,0.312,0.229,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43226",1,39.531813,-107.782298,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",12,0.210372,0.104274,0.541,"2013-06-27 00:00",0.42,"2013-06-09 00:00",0.351,"2013-08-02 00:00",0.333,"2013-08-20 00:00","","","","",0.541,0.541,0.351,0.33,0.275,0.223,0.0815,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43227",1,39.531813,-107.782298,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",42,0.10814,0.020587,0.24,"2013-06-27 00:00",0.105,"2013-01-04 00:00",0.105,"2013-01-10 00:00",0.105,"2013-01-22 00:00","","","","",0.24,0.24,0.105,0.105,0.105,0.105,0.105,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43228",1,39.531813,-107.782298,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",5,0.325395,0.124078,0.615,"2013-06-27 00:00",0.548,"2013-06-09 00:00",0.472,"2013-07-27 00:00",0.47,"2013-09-01 00:00","","","","",0.615,0.615,0.472,0.46,0.43,0.328,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43230",1,39.531813,-107.782298,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,2.714767,1.855484,9.18,"2013-01-28 00:00",6.99,"2013-01-10 00:00",6.83,"2013-02-03 00:00",6.54,"2013-01-04 00:00","","","","",9.18,9.18,6.83,6.37,3.3,1.98,1.41,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43231",1,39.531813,-107.782298,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,4.994884,3.670138,17.9,"2013-01-28 00:00",13.6,"2013-01-10 00:00",13.1,"2013-01-04 00:00",12.8,"2013-02-03 00:00","","","","",17.9,17.9,13.1,12.4,5.62,3.59,2.33,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43232",1,39.531813,-107.782298,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,3.287907,2.192163,11.4,"2013-01-28 00:00",8.54,"2013-01-10 00:00",7.68,"2013-02-03 00:00",7.02,"2013-01-04 00:00","","","","",11.4,11.4,7.68,6.64,4.19,2.47,1.55,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43233",1,39.531813,-107.782298,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.765512,1.042387,5.74,"2013-01-28 00:00",3.86,"2013-01-10 00:00",3.67,"2013-02-03 00:00",3.57,"2013-03-05 00:00","","","","",5.74,5.74,3.67,2.93,2.25,1.35,0.889,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43234",1,39.531813,-107.782298,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43235",1,39.531813,-107.782298,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.686,0.375426,1.91,"2013-01-28 00:00",1.6,"2013-03-05 00:00",1.37,"2013-01-10 00:00",1.35,"2013-02-21 00:00","","","","",1.91,1.91,1.37,1.27,0.848,0.551,0.33,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43236",1,39.531813,-107.782298,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43238",1,39.531813,-107.782298,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.699116,0.309056,1.45,"2013-08-02 00:00",1.27,"2013-01-28 00:00",1.22,"2013-07-21 00:00",1.18,"2013-09-07 00:00","","","","",1.45,1.45,1.22,1.16,0.954,0.6,0.358,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43242",1,39.531813,-107.782298,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.707791,0.42933,2.17,"2013-01-28 00:00",1.75,"2013-01-10 00:00",1.63,"2013-02-03 00:00",1.6,"2013-01-04 00:00","","","","",2.17,2.17,1.63,1.53,0.812,0.542,0.389,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43243",1,39.531813,-107.782298,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",24,0.602116,0.739031,2.98,"2013-06-27 00:00",2.51,"2013-07-09 00:00",2.22,"2013-08-20 00:00",1.9,"2013-07-27 00:00","","","","",2.98,2.98,2.22,1.67,0.949,0.1225,0.1225,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43244",1,39.531813,-107.782298,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",1,0.523779,0.389818,1.96,"2013-01-28 00:00",1.39,"2013-01-10 00:00",1.34,"2013-02-03 00:00",1.31,"2013-01-04 00:00","","","","",1.96,1.96,1.34,1.23,0.636,0.372,0.212,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43245",1,39.531813,-107.782298,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",42,0.244535,0.144492,1.17,"2013-06-27 00:00",0.2225,"2013-01-04 00:00",0.2225,"2013-01-10 00:00",0.2225,"2013-01-22 00:00","","","","",1.17,1.17,0.2225,0.2225,0.2225,0.2225,0.2225,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43246",1,39.531813,-107.782298,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43247",1,39.531813,-107.782298,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",19,0.361767,0.250083,1.19,"2013-01-28 00:00",0.881,"2013-01-10 00:00",0.848,"2013-02-03 00:00",0.826,"2013-01-22 00:00","","","","",1.19,1.19,0.848,0.807,0.456,0.326,0.159,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43248",1,39.531813,-107.782298,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,4.360233,3.315163,16.2,"2013-01-28 00:00",12.3,"2013-02-03 00:00",11.3,"2013-01-10 00:00",11,"2013-01-04 00:00","","","","",16.2,16.2,11.3,10.3,5.14,3.13,1.86,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43249",1,39.531813,-107.782298,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,2,"","","Certification not required",3,2.036333,1.278888,6.03,"2013-01-28 00:00",4.96,"2013-01-10 00:00",4.43,"2013-02-03 00:00",4.39,"2013-01-04 00:00","","","","",6.03,6.03,4.43,4.25,2.39,1.63,0.856,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43250",1,39.531813,-107.782298,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,2,"","","Certification not required",0,0.067381,0.139407,0.5,"2013-08-20 00:00",0.39,"2013-09-01 00:00",0.39,"2013-09-19 00:00",0.33,"2013-06-21 00:00","","","","",0.5,0.5,0.39,0.32,0,0,0,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43252",1,39.531813,-107.782298,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",5,0.274756,0.155456,0.868,"2013-07-21 00:00",0.644,"2013-08-02 00:00",0.54,"2013-07-09 00:00",0.535,"2013-06-27 00:00","","","","",0.868,0.868,0.54,0.524,0.302,0.255,0.0705,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43253",1,39.531813,-107.782298,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.602163,0.341807,1.92,"2013-01-28 00:00",1.39,"2013-01-10 00:00",1.18,"2013-02-03 00:00",1.14,"2013-03-05 00:00","","","","",1.92,1.92,1.18,1.08,0.717,0.473,0.336,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43256",1,39.531813,-107.782298,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",26,0.235116,0.218737,1.05,"2013-07-09 00:00",0.751,"2013-09-13 00:00",0.613,"2013-08-20 00:00",0.554,"2013-07-27 00:00","","","","",1.05,1.05,0.613,0.524,0.343,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43257",1,39.531813,-107.782298,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43261",1,39.531813,-107.782298,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,6.943488,5.100875,26.7,"2013-01-28 00:00",18.2,"2013-02-03 00:00",17.3,"2013-01-10 00:00",15.6,"2013-01-04 00:00","","","","",26.7,26.7,17.3,14.8,8.25,4.97,3.19,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43262",1,39.531813,-107.782298,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,2.59407,1.803831,8.96,"2013-01-28 00:00",6.72,"2013-01-10 00:00",6.62,"2013-02-03 00:00",6.38,"2013-01-04 00:00","","","","",8.96,8.96,6.62,6.12,2.91,1.92,1.25,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43263",1,39.531813,-107.782298,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",1,2.422663,1.378149,6.61,"2013-01-28 00:00",5.17,"2013-07-21 00:00",5.15,"2013-02-03 00:00",5.09,"2013-01-10 00:00","","","","",6.61,6.61,5.15,4.44,3,1.88,1.24,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43279",1,39.531813,-107.782298,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",36,0.148256,0.160172,0.923,"2013-06-27 00:00",0.66,"2013-07-21 00:00",0.392,"2013-03-17 00:00",0.289,"2013-04-28 00:00","","","","",0.923,0.923,0.392,0.269,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43282",1,39.531813,-107.782298,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",42,0.097395,0.022265,0.24,"2013-06-27 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00","","","","",0.24,0.24,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43283",1,39.531813,-107.782298,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43284",1,39.531813,-107.782298,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.077279,0.785969,3.84,"2013-01-28 00:00",2.93,"2013-01-10 00:00",2.8,"2013-02-03 00:00",2.68,"2013-01-04 00:00","","","","",3.84,3.84,2.8,2.61,1.27,0.792,0.535,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43285",1,39.531813,-107.782298,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,5.145814,3.35925,16.8,"2013-01-28 00:00",12.7,"2013-01-10 00:00",12.7,"2013-02-03 00:00",12.1,"2013-01-04 00:00","","","","",16.8,16.8,12.7,11.6,6.18,3.83,2.51,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43289",1,39.531813,-107.782298,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43290",1,39.531813,-107.782298,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43291",1,39.531813,-107.782298,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",3,0.732035,0.464238,2.23,"2013-01-28 00:00",1.87,"2013-01-10 00:00",1.75,"2013-01-22 00:00",1.67,"2013-01-04 00:00","","","","",2.23,2.23,1.75,1.65,0.783,0.569,0.394,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43292",1,39.531813,-107.782298,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",17,0.238488,0.161019,0.757,"2013-01-28 00:00",0.525,"2013-01-10 00:00",0.52,"2013-08-02 00:00",0.515,"2013-02-03 00:00","","","","",0.757,0.757,0.52,0.487,0.313,0.207,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43298",1,39.531813,-107.782298,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43299",1,39.531813,-107.782298,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",42,0.103256,0.060694,0.492,"2013-06-27 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00","","","","",0.492,0.492,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43328",1,39.531813,-107.782298,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43330",1,39.531813,-107.782298,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",43,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-01-28 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43502",1,39.531813,-107.782298,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,1.3,0.70042,3.6,"2013-08-26 00:00",2,"2013-01-10 00:00",2,"2013-01-22 00:00",1.8,"2013-07-09 00:00","","","","",3.6,3.6,3.6,2,1.3,1.1,0.8,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43503",1,39.531813,-107.782298,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,1.161111,0.533731,2.3,"2013-01-22 00:00",2,"2013-01-10 00:00",1.8,"2013-07-09 00:00",1.5,"2013-06-03 00:00","","","","",2.3,2.3,2.3,2,1.5,1.1,0.5,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43504",1,39.531813,-107.782298,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,0.15,0.104319,0.4,"2013-01-10 00:00",0.4,"2013-01-22 00:00",0.2,"2013-02-15 00:00",0.2,"2013-04-04 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0.1,0.1,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43510",1,39.531813,-107.782298,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,26,16,61,0,6,"","","Certification not required",0,0.20925,0.137037,0.568,"2013-01-22 00:00",0.456,"2013-01-10 00:00",0.388,"2013-02-15 00:00",0.228,"2013-02-27 00:00","","","","",0.568,0.568,0.568,0.456,0.228,0.148,0.12,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43513",1,39.531813,-107.782298,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",18,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-22 00:00",0.005,"2013-02-15 00:00",0.005,"2013-02-27 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43517",1,39.531813,-107.782298,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,0.127667,0.046009,0.222,"2013-06-27 00:00",0.18,"2013-02-15 00:00",0.174,"2013-04-04 00:00",0.174,"2013-07-09 00:00","","","","",0.222,0.222,0.222,0.18,0.156,0.126,0.078,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43518",1,39.531813,-107.782298,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",1,0.070972,0.026887,0.12,"2013-01-22 00:00",0.11,"2013-01-10 00:00",0.11,"2013-07-09 00:00",0.09,"2013-02-15 00:00","","","","",0.12,0.12,0.12,0.11,0.08,0.07,0.05,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43528",1,39.531813,-107.782298,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,5,"","","Certification not required",1,0.169059,0.112286,0.388,"2013-09-07 00:00",0.332,"2013-06-27 00:00",0.32,"2013-07-09 00:00",0.312,"2013-08-14 00:00","","","","",0.388,0.388,0.388,0.332,0.236,0.14,0.052,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43551",1,39.531813,-107.782298,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,3.3395,1.252985,4.77,"2013-07-21 00:00",4.74,"2013-04-04 00:00",4.65,"2013-01-22 00:00",4.56,"2013-06-03 00:00","","","","",4.77,4.77,4.77,4.74,4.38,3.66,1.005,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43552",1,39.531813,-107.782298,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,8,"","","Certification not required",0,1.528,0.975927,3.3,"2013-01-22 00:00",2.72,"2013-02-15 00:00",2.72,"2013-02-27 00:00",2.588,"2013-01-10 00:00","","","","",3.3,3.3,3.3,2.72,2.588,1.228,0.512,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43954",1,39.531813,-107.782298,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",17,0.268535,0.17107,0.797,"2013-08-02 00:00",0.613,"2013-01-28 00:00",0.578,"2013-07-09 00:00",0.526,"2013-02-21 00:00","","","","",0.797,0.797,0.578,0.492,0.386,0.241,0.111,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","43960",1,39.531813,-107.782298,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.783512,0.478638,2.55,"2013-01-28 00:00",1.87,"2013-01-10 00:00",1.68,"2013-02-03 00:00",1.6,"2013-03-05 00:00","","","","",2.55,2.55,1.68,1.42,0.981,0.601,0.378,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45109",1,39.531813,-107.782298,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,2.589767,0.944507,5.29,"2013-01-28 00:00",4.85,"2013-01-10 00:00",4.47,"2013-03-05 00:00",3.96,"2013-02-03 00:00","","","","",5.29,5.29,4.47,3.81,3.25,2.37,1.6,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45201",1,39.531813,-107.782298,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,2.498837,1.459219,7.18,"2013-01-28 00:00",6.4,"2013-01-10 00:00",5.62,"2013-02-03 00:00",5.58,"2013-01-04 00:00","","","","",7.18,7.18,5.62,5.17,2.66,1.87,1.48,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45202",1,39.531813,-107.782298,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,5.161395,2.244742,12.4,"2013-01-28 00:00",10.2,"2013-01-10 00:00",9.03,"2013-07-09 00:00",8.98,"2013-02-03 00:00","","","","",12.4,12.4,9.03,8.37,6,4.54,2.92,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45203",1,39.531813,-107.782298,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.587674,0.203573,1.1,"2013-01-10 00:00",0.97,"2013-02-03 00:00",0.93,"2013-01-28 00:00",0.89,"2013-06-21 00:00","","","","",1.1,1.1,0.93,0.88,0.77,0.56,0.39,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45204",1,39.531813,-107.782298,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.846977,0.24991,1.36,"2013-01-10 00:00",1.32,"2013-01-28 00:00",1.32,"2013-08-02 00:00",1.22,"2013-03-05 00:00","","","","",1.36,1.36,1.32,1.19,1,0.78,0.57,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45207",1,39.531813,-107.782298,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",3,0.427663,0.173946,0.865,"2013-09-07 00:00",0.759,"2013-09-01 00:00",0.699,"2013-06-09 00:00",0.672,"2013-08-02 00:00","","","","",0.865,0.865,0.699,0.664,0.578,0.394,0.287,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45208",1,39.531813,-107.782298,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.424628,0.681018,3.61,"2013-07-21 00:00",3.46,"2013-09-07 00:00",2.72,"2013-09-01 00:00",2.3,"2013-09-13 00:00","","","","",3.61,3.61,2.72,2.07,1.81,1.27,0.802,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45209",1,39.531813,-107.782298,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",6,0.27614,0.205301,1.18,"2013-07-21 00:00",0.811,"2013-09-07 00:00",0.613,"2013-09-01 00:00",0.528,"2013-09-13 00:00","","","","",1.18,1.18,0.613,0.425,0.298,0.229,0.069,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45210",1,39.531813,-107.782298,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.044419,0.076635,0.26,"2013-07-21 00:00",0.23,"2013-08-02 00:00",0.22,"2013-09-07 00:00",0.16,"2013-08-20 00:00","","","","",0.26,0.26,0.22,0.16,0.12,0,0,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45211",1,39.531813,-107.782298,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",14,0.281465,0.188792,0.854,"2013-09-07 00:00",0.641,"2013-09-01 00:00",0.599,"2013-09-13 00:00",0.521,"2013-01-10 00:00","","","","",0.854,0.854,0.599,0.519,0.398,0.285,0.073,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45212",1,39.531813,-107.782298,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",2,1.07893,0.703053,3.28,"2013-07-21 00:00",3.16,"2013-09-07 00:00",2.29,"2013-09-01 00:00",2.26,"2013-08-02 00:00","","","","",3.28,3.28,2.29,2.13,1.31,0.923,0.36,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45218",1,39.531813,-107.782298,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",41,0.174186,0.260706,1.65,"2013-05-04 00:00",0.92,"2013-08-26 00:00",0.12,"2013-01-04 00:00",0.12,"2013-01-10 00:00","","","","",1.65,1.65,0.12,0.12,0.12,0.12,0.12,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45219",1,39.531813,-107.782298,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",42,0.109372,0.041785,0.377,"2013-08-02 00:00",0.103,"2013-01-04 00:00",0.103,"2013-01-10 00:00",0.103,"2013-01-22 00:00","","","","",0.377,0.377,0.103,0.103,0.103,0.103,0.103,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45220",1,39.531813,-107.782298,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,22,"","","Certification not required",0,9.245909,8.717739,28.7,"2013-09-07 00:00",27.9,"2013-07-21 00:00",21.5,"2013-09-01 00:00",19.6,"2013-09-13 00:00","","","","",28.7,28.7,27.9,21.5,13.9,7.38,0,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45225",1,39.531813,-107.782298,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",7,0.272744,0.19355,1.07,"2013-07-21 00:00",0.834,"2013-08-02 00:00",0.601,"2013-09-07 00:00",0.542,"2013-09-01 00:00","","","","",1.07,1.07,0.601,0.436,0.306,0.238,0.074,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45228",1,39.531813,-107.782298,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",6,0.561116,0.385838,1.9,"2013-09-07 00:00",1.33,"2013-09-01 00:00",1.3,"2013-07-21 00:00",1.24,"2013-06-15 00:00","","","","",1.9,1.9,1.3,1.09,0.751,0.452,0.1005,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45501",1,39.531813,-107.782298,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,5,"","","Certification not required",0,0.225647,0.114849,0.434,"2013-06-27 00:00",0.371,"2013-07-21 00:00",0.357,"2013-07-09 00:00",0.35,"2013-06-15 00:00","","","","",0.434,0.434,0.434,0.371,0.308,0.217,0.07,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45503",1,39.531813,-107.782298,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",18,0.009,0,0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00",0.009,"2013-02-15 00:00",0.009,"2013-02-27 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","45504",1,39.531813,-107.782298,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,5,"","","Certification not required",1,0.151765,0.073246,0.264,"2013-08-14 00:00",0.248,"2013-01-10 00:00",0.248,"2013-01-22 00:00",0.24,"2013-04-04 00:00","","","","",0.264,0.264,0.264,0.248,0.232,0.136,0.08,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2013-12-03" +"08","045","0007","81102",1,39.531813,-107.782298,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",108,89,108,122,0,3,0,0,"Certification not required",0,17.842593,7.015553,46,"2013-03-29 00:00",34,"2013-06-21 00:00",34,"2013-10-25 00:00",31,"2013-04-16 00:00","","","","",34,34,28,26,22,18,9,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2014-02-21" +"08","045","0007","85101",1,39.531813,-107.782298,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,3,"","","Certification not required",0,15.453704,6.184672,41,"2013-03-29 00:00",30,"2013-10-25 00:00",28,"2013-06-21 00:00",27,"2013-04-16 00:00","","","","",30,28,25,23,19,16,8,"RIFLE - HENRY BLDG","144 E. 3RD AVE.","Colorado","Garfield","Rifle","","2014-02-21" +"08","045","0009","43102",1,39.487755,-107.659685,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,387.243902,273.339329,1600,"2013-01-28 00:00",1110,"2013-08-02 00:00",755,"2013-04-16 00:00",731,"2013-01-10 00:00","","","","",1600,1600,755,640,417,312,181,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43141",1,39.487755,-107.659685,"NAD83","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",34,0.25478,0.246332,1.32,"2013-07-09 00:00",1.11,"2013-06-03 00:00",0.688,"2013-08-02 00:00",0.44,"2013-08-14 00:00","","","","",1.32,1.32,0.688,0.438,0.1665,0.1665,0.1665,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43142",1,39.487755,-107.659685,"NAD83","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43143",1,39.487755,-107.659685,"NAD83","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",40,0.115317,0.136496,0.968,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.968,0.968,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43144",1,39.487755,-107.659685,"NAD83","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43145",1,39.487755,-107.659685,"NAD83","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",9,0.323927,0.177324,0.802,"2013-08-08 00:00",0.732,"2013-06-09 00:00",0.587,"2013-07-03 00:00",0.549,"2013-03-05 00:00","","","","",0.802,0.802,0.587,0.541,0.421,0.337,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43202",1,39.487755,-107.659685,"NAD83","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,74.84878,81.440644,493,"2013-01-28 00:00",201,"2013-01-04 00:00",191,"2013-01-10 00:00",167,"2013-01-16 00:00","","","","",493,493,191,157,75.7,46.9,22.8,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43203",1,39.487755,-107.659685,"NAD83","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,1.936122,1.228116,7.56,"2013-01-16 00:00",5,"2013-01-28 00:00",3.53,"2013-08-08 00:00",2.89,"2013-01-04 00:00","","","","",7.56,7.56,3.53,2.85,2.18,1.61,0.895,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43204",1,39.487755,-107.659685,"NAD83","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,50.087805,54.584541,333,"2013-01-28 00:00",137,"2013-01-04 00:00",124,"2013-01-10 00:00",107,"2013-01-16 00:00","","","","",333,333,124,104,50.1,31.4,15.2,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43205",1,39.487755,-107.659685,"NAD83","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,0.579512,0.369024,1.74,"2013-08-08 00:00",1.64,"2013-01-16 00:00",1.17,"2013-05-10 00:00",1.14,"2013-01-28 00:00","","","","",1.74,1.74,1.17,0.963,0.802,0.456,0.244,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43206",1,39.487755,-107.659685,"NAD83","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",8,0.784927,0.928188,5,"2013-01-16 00:00",2.98,"2013-01-28 00:00",1.94,"2013-01-10 00:00",1.79,"2013-01-04 00:00","","","","",5,5,1.94,1.77,0.898,0.415,0.1105,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43212",1,39.487755,-107.659685,"NAD83","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,19.48122,21.801341,135,"2013-01-28 00:00",54,"2013-01-04 00:00",47.3,"2013-01-10 00:00",39.5,"2013-03-05 00:00","","","","",135,135,47.3,37.9,19.5,12,6.1,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43214",1,39.487755,-107.659685,"NAD83","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,17.561951,19.744061,122,"2013-01-28 00:00",48.1,"2013-01-04 00:00",42.8,"2013-01-10 00:00",36.3,"2013-03-05 00:00","","","","",122,122,42.8,34.9,17.9,10.9,5.17,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43216",1,39.487755,-107.659685,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",35,0.06922,0.043834,0.205,"2013-07-15 00:00",0.19,"2013-08-26 00:00",0.18,"2013-02-15 00:00",0.162,"2013-07-09 00:00","","","","",0.205,0.205,0.18,0.144,0.0505,0.0505,0.0505,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43217",1,39.487755,-107.659685,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.050366,0.008746,0.105,"2013-06-03 00:00",0.049,"2013-01-04 00:00",0.049,"2013-01-10 00:00",0.049,"2013-01-16 00:00","","","","",0.105,0.105,0.049,0.049,0.049,0.049,0.049,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43218",1,39.487755,-107.659685,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,0.01,0.064031,0.41,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00","","","","",0.41,0.41,0,0,0,0,0,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43220",1,39.487755,-107.659685,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,10.150976,11.194081,67.5,"2013-01-28 00:00",29.9,"2013-02-15 00:00",25.9,"2013-01-04 00:00",23.1,"2013-01-10 00:00","","","","",67.5,67.5,25.9,19,9.78,6.51,3.29,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43221",1,39.487755,-107.659685,"NAD83","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,20,"","","Certification not required",0,20.537083,16.300105,89.8,"2013-01-28 00:00",32.7,"2013-01-04 00:00",29.2,"2013-01-10 00:00",26.4,"2013-03-05 00:00","","","","",89.8,89.8,32.7,29.2,24.7,18,10.4,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43224",1,39.487755,-107.659685,"NAD83","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",38,0.134841,0.213862,1.45,"2013-08-08 00:00",0.268,"2013-06-09 00:00",0.229,"2013-05-10 00:00",0.196,"2013-06-03 00:00","","","","",1.45,1.45,0.229,0.0915,0.0915,0.0915,0.0915,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43225",1,39.487755,-107.659685,"NAD83","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",40,0.099049,0.022585,0.201,"2013-06-03 00:00",0.194,"2013-04-10 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43226",1,39.487755,-107.659685,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",32,0.128854,0.103589,0.534,"2013-05-28 00:00",0.411,"2013-06-03 00:00",0.313,"2013-08-20 00:00",0.303,"2013-09-07 00:00","","","","",0.534,0.534,0.313,0.271,0.0815,0.0815,0.0815,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43227",1,39.487755,-107.659685,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.107915,0.018663,0.2245,"2013-06-03 00:00",0.105,"2013-01-04 00:00",0.105,"2013-01-10 00:00",0.105,"2013-01-16 00:00","","","","",0.2245,0.2245,0.105,0.105,0.105,0.105,0.105,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43228",1,39.487755,-107.659685,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",34,0.183463,0.231011,1.09,"2013-08-02 00:00",0.868,"2013-09-01 00:00",0.854,"2013-09-07 00:00",0.442,"2013-08-26 00:00","","","","",1.09,1.09,0.854,0.372,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43230",1,39.487755,-107.659685,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,2.371976,2.558239,16,"2013-01-28 00:00",6.02,"2013-01-04 00:00",5.77,"2013-01-10 00:00",4.72,"2013-03-05 00:00","","","","",16,16,5.77,4.53,2.4,1.5,0.897,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43231",1,39.487755,-107.659685,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,5.132683,5.139787,32.2,"2013-01-28 00:00",13.1,"2013-01-04 00:00",11.8,"2013-01-10 00:00",9.65,"2013-02-03 00:00","","","","",32.2,32.2,11.8,9.58,5.25,3.25,1.94,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43232",1,39.487755,-107.659685,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,3.33561,3.081014,19.6,"2013-01-28 00:00",6.86,"2013-01-10 00:00",6.82,"2013-03-05 00:00",6.76,"2013-01-04 00:00","","","","",19.6,19.6,6.82,5.83,3.78,2.45,1.35,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43233",1,39.487755,-107.659685,"NAD83","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",1,1.7605,1.364667,8.56,"2013-01-28 00:00",4.21,"2013-03-05 00:00",3.12,"2013-01-10 00:00",2.99,"2013-02-21 00:00","","","","",8.56,8.56,3.12,2.94,2.18,1.35,0.857,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43234",1,39.487755,-107.659685,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43235",1,39.487755,-107.659685,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",1,0.596524,0.439353,2.36,"2013-01-28 00:00",1.85,"2013-03-05 00:00",1.45,"2013-02-21 00:00",1.01,"2013-01-10 00:00","","","","",2.36,2.36,1.45,0.992,0.651,0.478,0.22,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43236",1,39.487755,-107.659685,"NAD83","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43238",1,39.487755,-107.659685,"NAD83","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",5,0.522671,0.344026,1.46,"2013-07-09 00:00",1.3,"2013-03-05 00:00",1.27,"2013-08-02 00:00",1.13,"2013-01-28 00:00","","","","",1.46,1.46,1.27,0.997,0.673,0.427,0.0955,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43242",1,39.487755,-107.659685,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",2,0.610024,0.609542,3.83,"2013-01-28 00:00",1.52,"2013-01-04 00:00",1.41,"2013-01-10 00:00",1.16,"2013-03-05 00:00","","","","",3.83,3.83,1.41,1.09,0.603,0.457,0.237,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43243",1,39.487755,-107.659685,"NAD83","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",25,0.598024,0.721644,2.36,"2013-07-15 00:00",2.24,"2013-07-09 00:00",2.2,"2013-07-21 00:00",1.94,"2013-08-20 00:00","","","","",2.36,2.36,2.2,1.7,0.9,0.1225,0.1225,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43244",1,39.487755,-107.659685,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",3,0.45278,0.505189,3.12,"2013-01-28 00:00",1.22,"2013-01-04 00:00",1.14,"2013-01-10 00:00",0.919,"2013-03-05 00:00","","","","",3.12,3.12,1.14,0.86,0.439,0.302,0.14,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43245",1,39.487755,-107.659685,"NAD83","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",40,0.246305,0.118642,0.945,"2013-08-08 00:00",0.476,"2013-06-03 00:00",0.2225,"2013-01-04 00:00",0.2225,"2013-01-10 00:00","","","","",0.945,0.945,0.2225,0.2225,0.2225,0.2225,0.2225,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43246",1,39.487755,-107.659685,"NAD83","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43247",1,39.487755,-107.659685,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",29,0.29289,0.296453,1.87,"2013-01-28 00:00",0.675,"2013-01-04 00:00",0.628,"2013-01-10 00:00",0.586,"2013-03-05 00:00","","","","",1.87,1.87,0.628,0.542,0.388,0.159,0.159,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43248",1,39.487755,-107.659685,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,4.346829,4.580249,28.5,"2013-01-28 00:00",10.4,"2013-01-10 00:00",10.2,"2013-01-04 00:00",9.22,"2013-03-05 00:00","","","","",28.5,28.5,10.2,8.44,4.49,2.71,1.55,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43249",1,39.487755,-107.659685,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",35,57,34,61,0,9,"","","Certification not required",5,1.649457,1.689973,9.85,"2013-01-28 00:00",3.36,"2013-01-04 00:00",3.35,"2013-01-10 00:00",3.24,"2013-03-05 00:00","","","","",9.85,9.85,3.36,3.24,2.31,1.17,0.226,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43250",1,39.487755,-107.659685,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",40,66,39,61,0,4,"","","Certification not required",0,0.00525,0.033204,0.21,"2013-06-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.21,0.21,0,0,0,0,0,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43252",1,39.487755,-107.659685,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",28,0.140037,0.126402,0.621,"2013-03-29 00:00",0.463,"2013-07-09 00:00",0.446,"2013-07-15 00:00",0.281,"2013-04-22 00:00","","","","",0.621,0.621,0.446,0.275,0.166,0.0705,0.0705,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43253",1,39.487755,-107.659685,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",4,0.455585,0.373435,2.28,"2013-01-28 00:00",1.07,"2013-03-05 00:00",0.92,"2013-01-10 00:00",0.781,"2013-02-21 00:00","","","","",2.28,2.28,0.92,0.77,0.579,0.344,0.205,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43256",1,39.487755,-107.659685,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",24,0.281732,0.256802,0.887,"2013-09-13 00:00",0.865,"2013-08-02 00:00",0.828,"2013-09-07 00:00",0.695,"2013-07-09 00:00","","","","",0.887,0.887,0.828,0.657,0.444,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43257",1,39.487755,-107.659685,"NAD83","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43261",1,39.487755,-107.659685,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,7.586341,7.254552,45.7,"2013-01-28 00:00",16.4,"2013-03-05 00:00",16.3,"2013-01-10 00:00",15.3,"2013-01-04 00:00","","","","",45.7,45.7,16.3,13.7,8.54,5.44,2.87,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43262",1,39.487755,-107.659685,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,2.333195,2.397618,14.9,"2013-01-28 00:00",5.86,"2013-01-04 00:00",5.69,"2013-01-10 00:00",4.65,"2013-03-05 00:00","","","","",14.9,14.9,5.69,4.36,2.41,1.47,0.831,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43263",1,39.487755,-107.659685,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,2.348024,1.651994,10.5,"2013-01-28 00:00",4.42,"2013-07-15 00:00",4.17,"2013-01-10 00:00",3.96,"2013-03-05 00:00","","","","",10.5,10.5,4.17,3.93,2.74,1.94,0.989,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43279",1,39.487755,-107.659685,"NAD83","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",27,0.183707,0.151605,0.722,"2013-06-03 00:00",0.525,"2013-08-08 00:00",0.458,"2013-06-09 00:00",0.396,"2013-01-28 00:00","","","","",0.722,0.722,0.458,0.395,0.229,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43280",1,39.487755,-107.659685,"NAD83","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,43,"","","Certification not required",0,0.76,0,0.76,"2013-08-08 00:00","","","","","","","","","","",0.76,0.76,0.76,0.76,0.76,0.76,0.76,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43282",1,39.487755,-107.659685,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43283",1,39.487755,-107.659685,"NAD83","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43284",1,39.487755,-107.659685,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,0.957634,1.097357,6.84,"2013-01-28 00:00",2.52,"2013-01-04 00:00",2.43,"2013-01-10 00:00",1.98,"2013-03-05 00:00","","","","",6.84,6.84,2.43,1.83,0.949,0.598,0.32,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43285",1,39.487755,-107.659685,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,4.666341,4.737496,29.9,"2013-01-28 00:00",11.5,"2013-01-04 00:00",10.8,"2013-01-10 00:00",9.03,"2013-03-05 00:00","","","","",29.9,29.9,10.8,8.72,4.58,3.16,1.9,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43289",1,39.487755,-107.659685,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43290",1,39.487755,-107.659685,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43291",1,39.487755,-107.659685,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",16,0.554476,0.583618,3.62,"2013-01-28 00:00",1.28,"2013-01-10 00:00",1.24,"2013-01-04 00:00",1.12,"2013-03-05 00:00","","","","",3.62,3.62,1.24,1.01,0.684,0.422,0.1785,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43292",1,39.487755,-107.659685,"NAD83","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",28,0.16322,0.132274,0.816,"2013-01-28 00:00",0.387,"2013-03-05 00:00",0.311,"2013-07-15 00:00",0.275,"2013-02-09 00:00","","","","",0.816,0.816,0.311,0.262,0.237,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43298",1,39.487755,-107.659685,"NAD83","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43299",1,39.487755,-107.659685,"NAD83","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",40,0.102561,0.041225,0.338,"2013-08-08 00:00",0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00","","","","",0.338,0.338,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43328",1,39.487755,-107.659685,"NAD83","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",40,0.121634,0.160687,1.12,"2013-07-15 00:00",0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00","","","","",1.12,1.12,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43330",1,39.487755,-107.659685,"NAD83","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.09661,0.016711,0.201,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.201,0.201,0.094,0.094,0.094,0.094,0.094,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43502",1,39.487755,-107.659685,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,0.78,0.406008,1.6,"2013-07-09 00:00",1.4,"2013-08-02 00:00",1.4,"2013-09-07 00:00",1.2,"2013-07-21 00:00","","","","",1.6,1.6,1.6,1.4,1.1,0.7,0.3,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43503",1,39.487755,-107.659685,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,0.68,0.359239,1.5,"2013-07-09 00:00",1.2,"2013-07-21 00:00",1.1,"2013-01-10 00:00",1.1,"2013-06-27 00:00","","","","",1.5,1.5,1.5,1.2,1,0.6,0.3,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43504",1,39.487755,-107.659685,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,0.08,0.061559,0.2,"2013-01-10 00:00",0.2,"2013-07-09 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43510",1,39.487755,-107.659685,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,3,"","","Certification not required",1,0.091263,0.057113,0.24,"2013-01-10 00:00",0.196,"2013-02-03 00:00",0.132,"2013-01-22 00:00",0.124,"2013-07-09 00:00","","","","",0.24,0.24,0.24,0.196,0.12,0.08,0.024,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43513",1,39.487755,-107.659685,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",20,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-22 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-15 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43517",1,39.487755,-107.659685,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",1,0.0609,0.041216,0.168,"2013-07-09 00:00",0.138,"2013-09-07 00:00",0.126,"2013-06-27 00:00",0.084,"2013-07-21 00:00","","","","",0.168,0.168,0.168,0.138,0.078,0.048,0.024,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43518",1,39.487755,-107.659685,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",3,0.031125,0.021832,0.1,"2013-07-09 00:00",0.06,"2013-01-22 00:00",0.04,"2013-02-03 00:00",0.04,"2013-03-23 00:00","","","","",0.1,0.1,0.1,0.06,0.04,0.03,0.0075,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43528",1,39.487755,-107.659685,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",1,0.1762,0.219148,0.76,"2013-09-07 00:00",0.64,"2013-07-09 00:00",0.46,"2013-06-27 00:00",0.448,"2013-07-21 00:00","","","","",0.76,0.76,0.76,0.64,0.184,0.076,0.028,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43551",1,39.487755,-107.659685,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",0,2.68965,1.144629,4.8,"2013-07-21 00:00",4.41,"2013-07-09 00:00",3.96,"2013-06-03 00:00",3.54,"2013-05-22 00:00","","","","",4.8,4.8,4.8,4.41,3.42,2.655,0.822,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43552",1,39.487755,-107.659685,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,5,"","","Certification not required",0,1.270353,0.91034,2.66,"2013-02-03 00:00",2.48,"2013-01-10 00:00",2.456,"2013-01-22 00:00",2.32,"2013-03-11 00:00","","","","",2.66,2.66,2.66,2.48,2.12,0.756,0.22,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43954",1,39.487755,-107.659685,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",24,0.23222,0.167923,0.669,"2013-06-03 00:00",0.61,"2013-03-05 00:00",0.592,"2013-01-28 00:00",0.524,"2013-07-15 00:00","","","","",0.669,0.669,0.592,0.493,0.314,0.111,0.111,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","43960",1,39.487755,-107.659685,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",4,0.684012,0.629065,3.91,"2013-01-28 00:00",1.66,"2013-03-05 00:00",1.35,"2013-01-10 00:00",1.2,"2013-04-04 00:00","","","","",3.91,3.91,1.35,1.14,0.827,0.493,0.232,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45109",1,39.487755,-107.659685,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,1.308293,0.849323,5.19,"2013-01-28 00:00",2.93,"2013-03-05 00:00",2.37,"2013-02-21 00:00",2.15,"2013-04-04 00:00","","","","",5.19,5.19,2.37,2.06,1.64,1.1,0.63,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45201",1,39.487755,-107.659685,"NAD83","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,2.077317,1.274041,7.49,"2013-01-28 00:00",5.11,"2013-01-16 00:00",4.58,"2013-06-03 00:00",3.75,"2013-01-04 00:00","","","","",7.49,7.49,4.58,3.36,2.32,1.69,1.06,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45202",1,39.487755,-107.659685,"NAD83","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,6.524634,4.689743,18.8,"2013-06-03 00:00",17.9,"2013-02-15 00:00",17.8,"2013-07-09 00:00",15.1,"2013-07-05 00:00","","","","",18.8,18.8,17.8,13.2,8.4,4.99,2.16,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45203",1,39.487755,-107.659685,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,0.18122,0.128787,0.66,"2013-01-28 00:00",0.43,"2013-02-15 00:00",0.34,"2013-04-04 00:00",0.33,"2013-06-03 00:00","","","","",0.66,0.66,0.34,0.32,0.23,0.17,0,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45204",1,39.487755,-107.659685,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,0.35878,0.155019,0.97,"2013-01-28 00:00",0.62,"2013-06-03 00:00",0.61,"2013-07-15 00:00",0.58,"2013-02-15 00:00","","","","",0.97,0.97,0.61,0.58,0.4,0.33,0.22,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45207",1,39.487755,-107.659685,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",19,0.211927,0.119091,0.506,"2013-07-15 00:00",0.43,"2013-01-28 00:00",0.411,"2013-07-05 00:00",0.39,"2013-08-02 00:00","","","","",0.506,0.506,0.411,0.38,0.306,0.211,0.0995,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45208",1,39.487755,-107.659685,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",1,0.764585,0.447564,1.97,"2013-05-10 00:00",1.67,"2013-07-15 00:00",1.65,"2013-07-09 00:00",1.61,"2013-07-05 00:00","","","","",1.97,1.97,1.65,1.34,1.01,0.69,0.302,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45209",1,39.487755,-107.659685,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",24,0.174037,0.163204,0.68,"2013-07-15 00:00",0.673,"2013-06-09 00:00",0.488,"2013-03-29 00:00",0.47,"2013-07-09 00:00","","","","",0.68,0.68,0.488,0.395,0.244,0.069,0.069,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45210",1,39.487755,-107.659685,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",0,0.007073,0.03393,0.2,"2013-06-09 00:00",0.09,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.2,0.2,0,0,0,0,0,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45211",1,39.487755,-107.659685,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",31,0.142366,0.14549,0.607,"2013-06-09 00:00",0.589,"2013-07-15 00:00",0.492,"2013-07-05 00:00",0.456,"2013-07-09 00:00","","","","",0.607,0.607,0.492,0.307,0.15,0.073,0.073,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45212",1,39.487755,-107.659685,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",10,0.57522,0.474035,1.68,"2013-07-15 00:00",1.54,"2013-06-09 00:00",1.52,"2013-07-09 00:00",1.43,"2013-07-05 00:00","","","","",1.68,1.68,1.52,1.15,0.839,0.489,0.056,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45218",1,39.487755,-107.659685,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",41,0.123341,0.021396,0.257,"2013-06-03 00:00",0.12,"2013-01-04 00:00",0.12,"2013-01-10 00:00",0.12,"2013-01-16 00:00","","","","",0.257,0.257,0.12,0.12,0.12,0.12,0.12,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45219",1,39.487755,-107.659685,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",39,0.127159,0.105943,0.737,"2013-07-03 00:00",0.342,"2013-07-15 00:00",0.2205,"2013-06-03 00:00",0.103,"2013-01-04 00:00","","","","",0.737,0.737,0.2205,0.103,0.103,0.103,0.103,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45220",1,39.487755,-107.659685,"NAD83","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",21,34,20,61,0,23,"","","Certification not required",0,7.036667,7.267598,22.4,"2013-07-09 00:00",20.9,"2013-07-15 00:00",18.3,"2013-07-05 00:00",13.7,"2013-07-27 00:00","","","","",22.4,22.4,20.9,18.3,10.8,5.98,0,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45225",1,39.487755,-107.659685,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",30,0.121061,0.096843,0.484,"2013-07-15 00:00",0.461,"2013-07-09 00:00",0.312,"2013-05-10 00:00",0.199,"2013-07-27 00:00","","","","",0.484,0.484,0.312,0.192,0.1585,0.074,0.074,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45228",1,39.487755,-107.659685,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,3,"","","Certification not required",23,0.292134,0.262453,0.908,"2013-07-05 00:00",0.853,"2013-07-09 00:00",0.848,"2013-06-09 00:00",0.784,"2013-07-15 00:00","","","","",0.908,0.908,0.848,0.733,0.451,0.1005,0.1005,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45501",1,39.487755,-107.659685,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,4,"","","Certification not required",0,0.189389,0.206128,0.903,"2013-06-27 00:00",0.343,"2013-06-15 00:00",0.322,"2013-07-21 00:00",0.28,"2013-07-09 00:00","","","","",0.903,0.903,0.903,0.343,0.28,0.14,0.035,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45503",1,39.487755,-107.659685,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,2,"","","Certification not required",20,0.009,0,0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00",0.009,"2013-02-03 00:00",0.009,"2013-02-15 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0009","45504",1,39.487755,-107.659685,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,3,"","","Certification not required",3,0.074105,0.039064,0.168,"2013-09-07 00:00",0.12,"2013-07-09 00:00",0.104,"2013-01-10 00:00",0.104,"2013-03-11 00:00","","","","",0.168,0.168,0.168,0.12,0.104,0.072,0.012,"","512 OWENS DR.","Colorado","Garfield","Silt","","2013-12-03" +"08","045","0012","44201",1,39.54182,-107.784125,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8697,99,211,214,0,63,0,0,"Certification not required",464,0.052848,0.006604,0.069,"2013-05-31 15:00",0.069,"2013-06-05 15:00",0.067,"2013-07-10 16:00",0.066,"2013-05-23 13:00","","","","",0.067,0.066,0.064,0.061,0.057,0.053,0.048,"Rifle-Health Dept","195 W. 14th St.","Colorado","Garfield","Rifle","","2014-02-05" +"08","045","0012","44201",1,39.54182,-107.784125,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8699,99,211,214,0,0,0,0,"Certification not required",0,0.048796,0.006901,0.065,"2013-05-31 11:00",0.064,"2013-05-23 09:00",0.064,"2013-07-10 11:00",0.062,"2013-06-05 11:00","","","","",0.064,0.062,0.059,0.057,0.053,0.049,0.043,"Rifle-Health Dept","195 W. 14th St.","Colorado","Garfield","Rifle","","2014-02-05" +"08","045","0012","44201",1,39.54182,-107.784125,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8699,99,211,214,0,0,0,0,"Certification not required",0,0.048796,0.006901,0.065,"2013-05-31 11:00",0.064,"2013-05-23 09:00",0.064,"2013-07-10 11:00",0.062,"2013-06-05 11:00","","","","",0.064,0.062,0.059,0.057,0.053,0.049,0.043,"Rifle-Health Dept","195 W. 14th St.","Colorado","Garfield","Rifle","","2014-02-05" +"08","045","0018","43102",1,39.412278,-107.230397,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,551.081818,444.664499,1660,"2013-08-02 00:00",1370,"2013-09-07 00:00",1360,"2013-09-19 00:00",1020,"2013-08-26 00:00","","","","",1660,1660,1370,1360,640,506,149,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43141",1,39.412278,-107.230397,"NAD83","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",12,0.438318,0.408251,1.74,"2013-07-09 00:00",1.05,"2013-06-27 00:00",0.98,"2013-07-21 00:00",0.705,"2013-08-14 00:00","","","","",1.74,1.74,1.05,0.98,0.691,0.1665,0.1665,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43142",1,39.412278,-107.230397,"NAD83","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43143",1,39.412278,-107.230397,"NAD83","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",18,0.141864,0.112682,0.444,"2013-08-02 00:00",0.443,"2013-07-09 00:00",0.342,"2013-07-21 00:00",0.2,"2013-08-14 00:00","","","","",0.444,0.444,0.443,0.342,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43144",1,39.412278,-107.230397,"NAD83","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43145",1,39.412278,-107.230397,"NAD83","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",9,0.233273,0.142404,0.511,"2013-07-09 00:00",0.48,"2013-07-21 00:00",0.45,"2013-08-26 00:00",0.377,"2013-02-15 00:00","","","","",0.511,0.511,0.48,0.45,0.344,0.225,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43202",1,39.412278,-107.230397,"NAD83","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,14.238182,15.175712,69.1,"2013-02-15 00:00",48.4,"2013-07-15 00:00",19.9,"2013-02-03 00:00",16.5,"2013-03-11 00:00","","","","",69.1,69.1,48.4,19.9,14.1,8.96,6.74,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43203",1,39.412278,-107.230397,"NAD83","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.9675,0.834339,3.64,"2013-01-10 00:00",3.64,"2013-07-15 00:00",3.24,"2013-01-22 00:00",2.7,"2013-08-26 00:00","","","","",3.64,3.64,3.64,3.24,2.36,1.95,0.851,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43204",1,39.412278,-107.230397,"NAD83","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,8.470455,9.067868,35.9,"2013-02-15 00:00",33.7,"2013-07-15 00:00",13.4,"2013-01-10 00:00",12.6,"2013-02-03 00:00","","","","",35.9,35.9,33.7,13.4,9.17,4.72,3.66,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43205",1,39.412278,-107.230397,"NAD83","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.672818,0.392906,1.79,"2013-07-15 00:00",1.38,"2013-01-10 00:00",1.29,"2013-01-22 00:00",0.965,"2013-02-03 00:00","","","","",1.79,1.79,1.38,1.29,0.88,0.559,0.298,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43206",1,39.412278,-107.230397,"NAD83","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.805727,0.579416,2.48,"2013-01-10 00:00",1.85,"2013-01-22 00:00",1.54,"2013-02-03 00:00",1.44,"2013-02-15 00:00","","","","",2.48,2.48,1.85,1.54,1.11,0.623,0.258,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43212",1,39.412278,-107.230397,"NAD83","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,3.307727,3.787434,15.5,"2013-07-15 00:00",12.8,"2013-02-15 00:00",6.37,"2013-01-10 00:00",5.13,"2013-02-03 00:00","","","","",15.5,15.5,12.8,6.37,3.35,1.82,1.25,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43214",1,39.412278,-107.230397,"NAD83","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,2.853909,3.405322,13.4,"2013-07-15 00:00",11.4,"2013-02-15 00:00",6.07,"2013-01-10 00:00",4.2,"2013-06-15 00:00","","","","",13.4,13.4,11.4,6.07,3.65,1.32,0.848,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43216",1,39.412278,-107.230397,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",9,0.141477,0.120458,0.468,"2013-01-10 00:00",0.449,"2013-07-15 00:00",0.281,"2013-06-27 00:00",0.198,"2013-05-22 00:00","","","","",0.468,0.468,0.449,0.281,0.173,0.12,0.0505,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43217",1,39.412278,-107.230397,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",15,0.094,0.089261,0.407,"2013-01-10 00:00",0.268,"2013-07-15 00:00",0.153,"2013-04-16 00:00",0.147,"2013-01-22 00:00","","","","",0.407,0.407,0.268,0.153,0.124,0.049,0.049,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43218",1,39.412278,-107.230397,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.030909,0.062481,0.2,"2013-07-15 00:00",0.17,"2013-01-10 00:00",0.14,"2013-01-22 00:00",0.09,"2013-02-03 00:00","","","","",0.2,0.2,0.17,0.14,0,0,0,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43220",1,39.412278,-107.230397,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,2.292773,2.156541,10,"2013-07-15 00:00",6.47,"2013-02-15 00:00",4.19,"2013-01-22 00:00",3.06,"2013-01-10 00:00","","","","",10,10,6.47,4.19,1.97,1.55,0.878,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43221",1,39.412278,-107.230397,"NAD83","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,11,"","","Certification not required",1,5.948227,4.052831,11.7,"2013-06-03 00:00",10.3,"2013-04-28 00:00",9.38,"2013-05-10 00:00",8.54,"2013-05-22 00:00","","","","",11.7,11.7,11.7,10.3,9.38,7.05,0.545,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43224",1,39.412278,-107.230397,"NAD83","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",14,0.139955,0.071427,0.336,"2013-07-15 00:00",0.242,"2013-07-21 00:00",0.225,"2013-07-09 00:00",0.213,"2013-06-03 00:00","","","","",0.336,0.336,0.242,0.225,0.203,0.0915,0.0915,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43225",1,39.412278,-107.230397,"NAD83","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",21,0.104955,0.051381,0.335,"2013-07-15 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00","","","","",0.335,0.335,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43226",1,39.412278,-107.230397,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",15,0.149568,0.110926,0.418,"2013-08-26 00:00",0.397,"2013-08-02 00:00",0.31,"2013-07-15 00:00",0.246,"2013-07-09 00:00","","","","",0.418,0.418,0.397,0.31,0.233,0.0815,0.0815,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43227",1,39.412278,-107.230397,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.105,0,0.105,"2013-01-10 00:00",0.105,"2013-01-22 00:00",0.105,"2013-02-03 00:00",0.105,"2013-02-15 00:00","","","","",0.105,0.105,0.105,0.105,0.105,0.105,0.105,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43228",1,39.412278,-107.230397,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",11,0.171273,0.091714,0.416,"2013-07-15 00:00",0.311,"2013-08-14 00:00",0.287,"2013-07-09 00:00",0.242,"2013-01-10 00:00","","","","",0.416,0.416,0.311,0.287,0.232,0.191,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43230",1,39.412278,-107.230397,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",2,0.538818,0.623267,2.75,"2013-07-15 00:00",1.94,"2013-02-15 00:00",0.855,"2013-01-10 00:00",0.6,"2013-02-03 00:00","","","","",2.75,2.75,1.94,0.855,0.508,0.374,0.193,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43231",1,39.412278,-107.230397,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.119545,1.148935,5.02,"2013-07-15 00:00",3.99,"2013-02-15 00:00",1.45,"2013-08-02 00:00",1.23,"2013-01-10 00:00","","","","",5.02,5.02,3.99,1.45,1.12,0.79,0.41,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43232",1,39.412278,-107.230397,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",1,0.727955,0.930779,3.58,"2013-02-15 00:00",3.47,"2013-07-15 00:00",1.05,"2013-01-10 00:00",0.79,"2013-02-03 00:00","","","","",3.58,3.58,3.47,1.05,0.73,0.42,0.25,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43233",1,39.412278,-107.230397,"NAD83","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",2,0.618955,0.589483,2.68,"2013-02-15 00:00",1.94,"2013-07-15 00:00",0.997,"2013-07-09 00:00",0.651,"2013-08-02 00:00","","","","",2.68,2.68,1.94,0.997,0.591,0.5,0.281,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43234",1,39.412278,-107.230397,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43235",1,39.412278,-107.230397,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",5,0.234477,0.290073,1.32,"2013-02-15 00:00",0.809,"2013-07-15 00:00",0.351,"2013-07-09 00:00",0.262,"2013-01-22 00:00","","","","",1.32,1.32,0.809,0.351,0.219,0.163,0.0535,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43236",1,39.412278,-107.230397,"NAD83","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43238",1,39.412278,-107.230397,"NAD83","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",4,0.598818,0.429971,1.74,"2013-07-09 00:00",1.41,"2013-06-27 00:00",0.967,"2013-08-02 00:00",0.957,"2013-08-14 00:00","","","","",1.74,1.74,1.41,0.967,0.866,0.45,0.0955,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43242",1,39.412278,-107.230397,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",16,0.123955,0.179417,0.685,"2013-07-15 00:00",0.531,"2013-02-15 00:00",0.291,"2013-01-10 00:00",0.253,"2013-02-03 00:00","","","","",0.685,0.685,0.531,0.291,0.206,0.033,0.033,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43243",1,39.412278,-107.230397,"NAD83","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",12,1.447227,1.775735,5.33,"2013-07-09 00:00",5.32,"2013-06-27 00:00",3.94,"2013-08-02 00:00",3.5,"2013-07-21 00:00","","","","",5.33,5.33,5.32,3.94,2.57,0.1225,0.1225,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43244",1,39.412278,-107.230397,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",18,0.099591,0.124529,0.5,"2013-07-15 00:00",0.44,"2013-02-15 00:00",0.166,"2013-02-03 00:00",0.158,"2013-01-10 00:00","","","","",0.5,0.5,0.44,0.166,0.0515,0.0515,0.0515,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43245",1,39.412278,-107.230397,"NAD83","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.2225,0,0.2225,"2013-01-10 00:00",0.2225,"2013-01-22 00:00",0.2225,"2013-02-03 00:00",0.2225,"2013-02-15 00:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43246",1,39.412278,-107.230397,"NAD83","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43247",1,39.412278,-107.230397,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",21,0.171636,0.05927,0.437,"2013-07-15 00:00",0.159,"2013-01-10 00:00",0.159,"2013-01-22 00:00",0.159,"2013-02-03 00:00","","","","",0.437,0.437,0.159,0.159,0.159,0.159,0.159,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43248",1,39.412278,-107.230397,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",3,0.750227,1.235062,4.59,"2013-02-15 00:00",4.43,"2013-07-15 00:00",0.975,"2013-02-03 00:00",0.749,"2013-01-10 00:00","","","","",4.59,4.59,4.43,0.975,0.545,0.347,0.098,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43249",1,39.412278,-107.230397,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",19,31,19,61,0,3,"","","Certification not required",14,0.529947,0.641422,2.36,"2013-02-15 00:00",1.97,"2013-07-15 00:00",1.34,"2013-01-10 00:00",0.712,"2013-01-22 00:00","","","","",2.36,2.36,2.36,1.97,0.523,0.226,0.226,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43250",1,39.412278,-107.230397,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.135909,0.128902,0.42,"2013-09-19 00:00",0.4,"2013-09-07 00:00",0.26,"2013-01-22 00:00",0.25,"2013-07-21 00:00","","","","",0.42,0.42,0.4,0.26,0.21,0.15,0,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43252",1,39.412278,-107.230397,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",9,0.30075,0.309512,1.29,"2013-07-09 00:00",0.774,"2013-07-15 00:00",0.747,"2013-07-21 00:00",0.521,"2013-09-07 00:00","","","","",1.29,1.29,0.774,0.747,0.371,0.219,0.0705,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43253",1,39.412278,-107.230397,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",18,0.157545,0.189951,0.826,"2013-02-15 00:00",0.614,"2013-07-15 00:00",0.265,"2013-01-10 00:00",0.195,"2013-01-22 00:00","","","","",0.826,0.826,0.614,0.265,0.087,0.087,0.087,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43256",1,39.412278,-107.230397,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",4,0.799727,0.708601,2.37,"2013-06-27 00:00",2.15,"2013-08-02 00:00",1.56,"2013-08-26 00:00",1.56,"2013-09-07 00:00","","","","",2.37,2.37,2.15,1.56,1.51,0.601,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43257",1,39.412278,-107.230397,"NAD83","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43261",1,39.412278,-107.230397,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",6,1.156182,2.444699,10.1,"2013-02-15 00:00",6.88,"2013-07-15 00:00",1.41,"2013-02-03 00:00",0.887,"2013-01-10 00:00","","","","",10.1,10.1,6.88,1.41,0.711,0.408,0.124,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43262",1,39.412278,-107.230397,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",3,0.472636,0.651698,2.52,"2013-07-15 00:00",2.32,"2013-02-15 00:00",0.737,"2013-01-10 00:00",0.586,"2013-02-03 00:00","","","","",2.52,2.52,2.32,0.737,0.361,0.265,0.074,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43263",1,39.412278,-107.230397,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.070091,1.046723,5.25,"2013-07-15 00:00",1.92,"2013-02-15 00:00",1.69,"2013-04-28 00:00",1.64,"2013-06-03 00:00","","","","",5.25,5.25,1.92,1.69,1.22,0.743,0.382,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43279",1,39.412278,-107.230397,"NAD83","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",19,0.445955,1.155687,4.99,"2013-07-21 00:00",2.69,"2013-07-09 00:00",0.345,"2013-06-15 00:00",0.094,"2013-01-10 00:00","","","","",4.99,4.99,2.69,0.345,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43282",1,39.412278,-107.230397,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43283",1,39.412278,-107.230397,"NAD83","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",21,0.104818,0.050742,0.332,"2013-05-10 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00","","","","",0.332,0.332,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43284",1,39.412278,-107.230397,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",10,0.1935,0.246306,1.04,"2013-07-15 00:00",0.791,"2013-02-15 00:00",0.302,"2013-01-10 00:00",0.241,"2013-07-09 00:00","","","","",1.04,1.04,0.791,0.302,0.18,0.133,0.064,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43285",1,39.412278,-107.230397,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.277636,1.16779,5.68,"2013-07-15 00:00",3.51,"2013-02-15 00:00",1.67,"2013-01-10 00:00",1.56,"2013-07-09 00:00","","","","",5.68,5.68,3.51,1.67,1.27,0.977,0.634,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43289",1,39.412278,-107.230397,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43290",1,39.412278,-107.230397,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43291",1,39.412278,-107.230397,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",18,0.244273,0.154837,0.745,"2013-07-15 00:00",0.558,"2013-02-15 00:00",0.493,"2013-01-10 00:00",0.365,"2013-07-09 00:00","","","","",0.745,0.745,0.558,0.493,0.1785,0.1785,0.1785,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43292",1,39.412278,-107.230397,"NAD83","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",19,0.123136,0.086257,0.464,"2013-07-15 00:00",0.255,"2013-02-15 00:00",0.204,"2013-07-09 00:00",0.094,"2013-01-10 00:00","","","","",0.464,0.464,0.255,0.204,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43298",1,39.412278,-107.230397,"NAD83","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43299",1,39.412278,-107.230397,"NAD83","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43328",1,39.412278,-107.230397,"NAD83","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43330",1,39.412278,-107.230397,"NAD83","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094,0,0.094,"2013-01-10 00:00",0.094,"2013-01-22 00:00",0.094,"2013-02-03 00:00",0.094,"2013-02-15 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43502",1,39.412278,-107.230397,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",0,0.747368,0.432523,1.5,"2013-07-09 00:00",1.4,"2013-06-27 00:00",1.3,"2013-01-10 00:00",1.3,"2013-07-21 00:00","","","","",1.5,1.5,1.5,1.4,1.1,0.7,0.1,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43503",1,39.412278,-107.230397,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",0,0.8,0.558768,2,"2013-06-27 00:00",1.5,"2013-07-09 00:00",1.4,"2013-01-10 00:00",1.4,"2013-06-15 00:00","","","","",2,2,2,1.5,1.3,0.7,0.1,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43504",1,39.412278,-107.230397,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",0,0.1,0.08165,0.2,"2013-01-10 00:00",0.2,"2013-01-22 00:00",0.2,"2013-06-03 00:00",0.2,"2013-06-15 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43510",1,39.412278,-107.230397,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,55,16,31,0,4,"","","Certification not required",1,0.123647,0.068499,0.248,"2013-01-10 00:00",0.24,"2013-01-22 00:00",0.216,"2013-02-15 00:00",0.16,"2013-02-27 00:00","","","","",0.248,0.248,0.248,0.24,0.156,0.112,0.016,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43513",1,39.412278,-107.230397,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",19,0.004868,0.000574,0.005,"2013-01-10 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-15 00:00",0.005,"2013-02-27 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43517",1,39.412278,-107.230397,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",2,0.100737,0.056941,0.216,"2013-06-27 00:00",0.186,"2013-07-09 00:00",0.156,"2013-04-04 00:00",0.15,"2013-08-14 00:00","","","","",0.216,0.216,0.216,0.186,0.132,0.102,0.006,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43518",1,39.412278,-107.230397,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",5,0.042632,0.030236,0.11,"2013-07-09 00:00",0.08,"2013-06-27 00:00",0.07,"2013-01-10 00:00",0.07,"2013-01-22 00:00","","","","",0.11,0.11,0.11,0.08,0.07,0.05,0.005,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43528",1,39.412278,-107.230397,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,58,17,31,0,3,"","","Certification not required",3,0.227556,0.274345,0.888,"2013-07-09 00:00",0.744,"2013-07-21 00:00",0.552,"2013-06-27 00:00",0.504,"2013-08-14 00:00","","","","",0.888,0.888,0.888,0.744,0.448,0.108,0.006,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43551",1,39.412278,-107.230397,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",0,2.451789,1.324112,4.02,"2013-07-21 00:00",3.96,"2013-04-28 00:00",3.9,"2013-06-15 00:00",3.72,"2013-01-10 00:00","","","","",4.02,4.02,4.02,3.96,3.6,2.793,0.411,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43552",1,39.412278,-107.230397,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,13,31,0,7,"","","Certification not required",0,1.464,0.8596,3.128,"2013-01-22 00:00",2.512,"2013-02-15 00:00",2.476,"2013-01-10 00:00",2.452,"2013-02-27 00:00","","","","",3.128,3.128,3.128,2.512,2.452,1.14,0.7,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43954",1,39.412278,-107.230397,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",13,0.223182,0.162024,0.635,"2013-07-09 00:00",0.572,"2013-07-21 00:00",0.403,"2013-08-02 00:00",0.387,"2013-09-07 00:00","","","","",0.635,0.635,0.572,0.403,0.297,0.111,0.111,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","43960",1,39.412278,-107.230397,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",19,0.189568,0.238747,1.01,"2013-02-15 00:00",0.814,"2013-07-15 00:00",0.285,"2013-01-10 00:00",0.1085,"2013-01-22 00:00","","","","",1.01,1.01,0.814,0.285,0.1085,0.1085,0.1085,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45109",1,39.412278,-107.230397,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.934091,0.655407,2.88,"2013-07-15 00:00",2.54,"2013-02-15 00:00",1.74,"2013-01-10 00:00",1.38,"2013-01-22 00:00","","","","",2.88,2.88,2.54,1.74,0.88,0.75,0.44,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45201",1,39.412278,-107.230397,"NAD83","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",16,26,16,61,0,6,"","","Certification not required",0,1.0925,0.565668,2.4,"2013-02-15 00:00",2.11,"2013-07-15 00:00",1.77,"2013-01-10 00:00",1.37,"2013-02-03 00:00","","","","",2.4,2.4,2.4,2.11,1.37,0.95,0.51,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45202",1,39.412278,-107.230397,"NAD83","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,10.048636,11.03345,37.3,"2013-09-07 00:00",31,"2013-07-21 00:00",30.6,"2013-08-02 00:00",21.9,"2013-08-14 00:00","","","","",37.3,37.3,31,30.6,13.7,5.8,1.18,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45203",1,39.412278,-107.230397,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.218182,0.133046,0.54,"2013-07-15 00:00",0.47,"2013-01-10 00:00",0.37,"2013-02-15 00:00",0.33,"2013-01-22 00:00","","","","",0.54,0.54,0.47,0.37,0.27,0.2,0,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45204",1,39.412278,-107.230397,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.421818,0.222959,1.19,"2013-07-15 00:00",0.63,"2013-01-10 00:00",0.61,"2013-07-09 00:00",0.51,"2013-01-22 00:00","","","","",1.19,1.19,0.63,0.61,0.5,0.4,0.21,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45207",1,39.412278,-107.230397,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",13,0.258705,0.211051,0.787,"2013-07-15 00:00",0.538,"2013-09-07 00:00",0.528,"2013-07-21 00:00",0.466,"2013-08-26 00:00","","","","",0.787,0.787,0.538,0.528,0.455,0.0995,0.0995,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45208",1,39.412278,-107.230397,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.251727,1.005318,4.25,"2013-07-15 00:00",2.58,"2013-07-09 00:00",2.45,"2013-07-21 00:00",2.36,"2013-09-07 00:00","","","","",4.25,4.25,2.58,2.45,1.79,0.761,0.429,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45209",1,39.412278,-107.230397,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",9,0.3055,0.273832,0.979,"2013-07-15 00:00",0.718,"2013-07-09 00:00",0.676,"2013-07-21 00:00",0.633,"2013-09-07 00:00","","","","",0.979,0.979,0.718,0.676,0.491,0.21,0.069,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45210",1,39.412278,-107.230397,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.072727,0.097257,0.26,"2013-07-15 00:00",0.25,"2013-07-21 00:00",0.22,"2013-07-09 00:00",0.21,"2013-08-02 00:00","","","","",0.26,0.26,0.25,0.22,0.14,0,0,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45211",1,39.412278,-107.230397,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",17,0.205318,0.274013,0.815,"2013-07-09 00:00",0.809,"2013-07-15 00:00",0.778,"2013-07-21 00:00",0.669,"2013-06-27 00:00","","","","",0.815,0.815,0.809,0.778,0.073,0.073,0.073,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45212",1,39.412278,-107.230397,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",3,1.166045,1.018662,3.16,"2013-07-15 00:00",2.82,"2013-07-21 00:00",2.64,"2013-09-07 00:00",2.39,"2013-07-09 00:00","","","","",3.16,3.16,2.82,2.64,2.06,0.802,0.056,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45218",1,39.412278,-107.230397,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",20,0.179545,0.195435,0.88,"2013-08-26 00:00",0.67,"2013-08-14 00:00",0.12,"2013-01-10 00:00",0.12,"2013-01-22 00:00","","","","",0.88,0.88,0.67,0.12,0.12,0.12,0.12,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45219",1,39.412278,-107.230397,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",20,0.128909,0.096696,0.544,"2013-07-09 00:00",0.232,"2013-05-22 00:00",0.103,"2013-01-10 00:00",0.103,"2013-01-22 00:00","","","","",0.544,0.544,0.232,0.103,0.103,0.103,0.103,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45220",1,39.412278,-107.230397,"NAD83","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,11,"","","Certification not required",0,13.032727,8.83587,32.9,"2013-07-15 00:00",19,"2013-07-09 00:00",17.9,"2013-06-27 00:00",16.4,"2013-07-21 00:00","","","","",32.9,32.9,32.9,19,17.9,12.4,4.05,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45225",1,39.412278,-107.230397,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",13,0.220091,0.227679,0.945,"2013-07-15 00:00",0.555,"2013-07-09 00:00",0.509,"2013-07-21 00:00",0.456,"2013-08-26 00:00","","","","",0.945,0.945,0.555,0.509,0.307,0.074,0.074,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45228",1,39.412278,-107.230397,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",11,0.560159,0.57648,1.7,"2013-07-09 00:00",1.67,"2013-07-15 00:00",1.4,"2013-07-21 00:00",1.31,"2013-09-07 00:00","","","","",1.7,1.7,1.67,1.4,0.987,0.267,0.1005,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45501",1,39.412278,-107.230397,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",2,0.162842,0.159707,0.637,"2013-06-27 00:00",0.392,"2013-06-15 00:00",0.35,"2013-07-09 00:00",0.308,"2013-07-21 00:00","","","","",0.637,0.637,0.637,0.392,0.224,0.133,0.007,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45503",1,39.412278,-107.230397,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,2,"","","Certification not required",19,0.008763,0.001032,0.009,"2013-01-10 00:00",0.009,"2013-02-03 00:00",0.009,"2013-02-15 00:00",0.009,"2013-02-27 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","45504",1,39.412278,-107.230397,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",17,55,16,31,0,4,"","","Certification not required",5,0.094118,0.0804,0.312,"2013-07-09 00:00",0.16,"2013-01-22 00:00",0.16,"2013-06-15 00:00",0.16,"2013-08-26 00:00","","","","",0.312,0.312,0.312,0.16,0.152,0.08,0.012,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2013-12-03" +"08","045","0018","81102",1,39.412278,-107.230397,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",107,88,107,122,0,5,0,0,"Certification not required",3,11.766355,6.311982,45,"2013-02-03 00:00",33,"2013-07-24 00:00",25,"2013-05-28 00:00",24,"2013-06-12 00:00","","","","",33,25,22,19,15,11,6,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2014-02-21" +"08","045","0018","85101",1,39.412278,-107.230397,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,"","","Certification not required",3,10.17757,5.342625,40,"2013-02-03 00:00",27,"2013-07-24 00:00",21,"2013-05-28 00:00",20,"2013-04-16 00:00","","","","",27,21,19,16,13,10,5,"Rocky Mountain School (Boathouse)","Rocky Mountain School (Boathouse)","Colorado","Garfield","Carbondale","","2014-02-21" +"08","051","0004","81102",2,38.867595,-106.981436,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",113,93,113,122,0,0,0,0,"Certification not required",0,19.053097,14.685294,140,"2013-04-16 00:00",61,"2013-03-14 00:00",44,"2013-06-03 00:00",43,"2013-03-05 00:00","","","","",61,44,40,31,21,16,9,"CRESTED BUTTE","603 6th St.","Colorado","Gunnison","Crested Butte","","2014-02-21" +"08","051","0004","81102",3,38.867595,-106.981436,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,0,0,"Certification not required",0,20.877193,18.100977,139,"2013-04-16 00:00",46,"2013-06-03 00:00",42,"2013-03-05 00:00",33,"2013-06-27 00:00","","","","",139,46,42,31,22,17,9,"CRESTED BUTTE","603 6th St.","Colorado","Gunnison","Crested Butte","","2014-02-21" +"08","051","0004","85101",2,38.867595,-106.981436,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,0,"","","Certification not required",0,14.876106,11.510967,110,"2013-04-16 00:00",49,"2013-03-14 00:00",34,"2013-03-05 00:00",33,"2013-03-08 00:00","","","","",49,34,32,24,16,12,7,"CRESTED BUTTE","603 6th St.","Colorado","Gunnison","Crested Butte","","2014-02-21" +"08","051","0004","85101",3,38.867595,-106.981436,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,0,"","","Certification not required",0,16.368421,14.247345,110,"2013-04-16 00:00",35,"2013-06-03 00:00",34,"2013-03-05 00:00",26,"2013-11-12 00:00","","","","",110,35,34,25,16,14,7,"CRESTED BUTTE","603 6th St.","Colorado","Gunnison","Crested Butte","","2014-02-21" +"08","051","0007","81102",1,38.900392,-106.966104,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",336,92,337,365,0,4,0,0,"Certification not required",5,12.723214,6.702474,37,"2013-04-08 00:00",35,"2013-06-11 00:00",33,"2013-03-05 00:00",33,"2013-06-28 00:00","","","","",33,31,26,22,17,11,5,"MT CRESTED BUTTE REALTY","19 EMMONS LOOP","Colorado","Gunnison","Mount Crested Butte","","2014-02-21" +"08","051","0007","81102",1,38.900392,-106.966104,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",337,92,337,365,1,4,1,1,"Certification not required",5,13.240356,11.615303,187,"2013-04-16 00:00",37,"2013-04-08 00:00",35,"2013-06-11 00:00",33,"2013-03-05 00:00","","","","",33,32,26,23,17,11,6,"MT CRESTED BUTTE REALTY","19 EMMONS LOOP","Colorado","Gunnison","Mount Crested Butte","","2014-02-21" +"08","051","0007","81102",1,38.900392,-106.966104,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",337,92,337,365,1,4,1,1,"Certification not required",5,13.240356,11.615303,187,"2013-04-16 00:00",37,"2013-04-08 00:00",35,"2013-06-11 00:00",33,"2013-03-05 00:00","","","","",33,32,26,23,17,11,6,"MT CRESTED BUTTE REALTY","19 EMMONS LOOP","Colorado","Gunnison","Mount Crested Butte","","2014-02-21" +"08","051","0007","85101",1,38.900392,-106.966104,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",337,92,337,365,0,4,"","","Certification not required",16,10.305638,9.164749,148,"2013-04-16 00:00",29,"2013-04-08 00:00",26,"2013-03-05 00:00",26,"2013-06-11 00:00","","","","",26,25,21,18,13,9,4,"MT CRESTED BUTTE REALTY","19 EMMONS LOOP","Colorado","Gunnison","Mount Crested Butte","","2014-02-21" +"08","051","9991","44201",1,38.9564,-106.9858,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7242,98,210,214,0,774,0,0,"Certification not required",2,0.054014,0.006552,0.071,"2013-03-04 17:00",0.071,"2013-06-01 11:00",0.069,"2013-05-31 17:00",0.067,"2013-03-05 15:00","","","","",0.069,0.067,0.064,0.062,0.059,0.055,0.05,"Gothic","Gunnison National Forest, Crested Butte, CO 81224","Colorado","Gunnison","","","2014-01-31" +"08","051","9991","44201",1,38.9564,-106.9858,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7515,97,207,214,0,0,0,0,"Certification not required",0,0.051034,0.006657,0.068,"2013-06-01 10:00",0.067,"2013-05-31 12:00",0.064,"2013-04-30 14:00",0.064,"2013-05-08 11:00","","","","",0.064,0.063,0.061,0.059,0.056,0.051,0.047,"Gothic","Gunnison National Forest, Crested Butte, CO 81224","Colorado","Gunnison","","","2014-01-31" +"08","051","9991","44201",1,38.9564,-106.9858,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7515,97,207,214,0,0,0,0,"Certification not required",0,0.051034,0.006657,0.068,"2013-06-01 10:00",0.067,"2013-05-31 12:00",0.064,"2013-04-30 14:00",0.064,"2013-05-08 11:00","","","","",0.064,0.063,0.061,0.059,0.056,0.051,0.047,"Gothic","Gunnison National Forest, Crested Butte, CO 81224","Colorado","Gunnison","","","2014-01-31" +"08","057","0003","42101",1,40.882222,-106.306111,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8158,93,355,365,0,602,0,0,"Certification not required",8158,0.25,0,0.25,"2013-01-01 00:00",0.25,"2013-01-01 01:00",0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42101",1,40.882222,-106.306111,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8566,98,354,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 05:00",0.3,"2013-01-01 06:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 05:00",0.3,"2013-01-01 13:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42401",1,40.882222,-106.306111,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8167,93,355,365,0,593,0,"","Certification not required",0,0.106479,0.166682,1,"2013-12-08 07:00",0.9,"2013-08-14 15:00",0.8,"2013-01-28 13:00",0.8,"2013-02-22 11:00","","","","",0.8,0.6,0.4,0.4,0.1,0,0,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42401",1,40.882222,-106.306111,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8167,93,355,365,0,593,"","","Certification not required",0,0.041606,0.092349,1,"2013-12-08 07:00",0.9,"2013-05-06 16:00",0.9,"2013-08-14 15:00",0.8,"2013-01-28 13:00","","","","",0.4,0.3,0.3,0.2,0,0,0,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42401",1,40.882222,-106.306111,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",355,97,355,365,0,0,0,"","Certification not required",0,0.041408,0.086379,0.4,"2013-12-04 00:00",0.4,"2013-12-08 00:00",0.3,"2013-11-22 00:00",0.3,"2013-11-23 00:00","","","","",0.3,0.3,0.3,0.2,0,0,0,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42401",1,40.882222,-106.306111,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2496,85,353,365,0,0,"",0,"Certification not required",0,0.032212,0.080156,0.8,"2013-12-08 08:00",0.5,"2013-01-28 14:00",0.5,"2013-11-25 11:00",0.5,"2013-12-04 05:00","","","","",0.3,0.3,0.2,0.2,0,0,0,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42601",1,40.882222,-106.306111,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7716,88,324,365,0,1044,"","","Certification not required",0,0.371255,0.449438,13.3,"2013-10-23 06:00",6.7,"2013-10-24 06:00",5.1,"2013-07-04 05:00",4.8,"2013-01-18 08:00","","","","",2.1,1.6,1,0.7,0.5,0.3,0,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42602",1,40.882222,-106.306111,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7717,88,325,365,0,1043,0,"","Certification not required",0,2.786769,1.249485,8.1,"2013-01-02 08:00",6.8,"2013-12-26 18:00",6.7,"2013-07-03 18:00",6.6,"2013-07-08 20:00","","","","",6.6,6.1,5.1,4.5,3.5,2.6,1.4,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42602",1,40.882222,-106.306111,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7717,88,325,365,0,1043,"","","Certification not required",0,1.435869,0.808902,8.1,"2013-01-02 08:00",6.8,"2013-12-26 18:00",6.7,"2013-07-03 18:00",6.6,"2013-07-08 20:00","","","","",4.3,3.6,2.9,2.5,1.8,1.3,0.6,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","42603",1,40.882222,-106.306111,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7716,88,324,365,0,1044,"","","Certification not required",0,1.844842,1.084285,18.5,"2013-10-23 06:00",10.9,"2013-01-02 08:00",10.8,"2013-01-18 08:00",10.4,"2013-10-24 06:00","","","","",5.7,5,3.9,3.1,2.2,1.6,0.8,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","44201",1,40.882222,-106.306111,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8354,94,202,214,0,406,0,0,"Certification not required",24,0.053728,0.006305,0.078,"2013-07-16 17:00",0.069,"2013-05-23 17:00",0.068,"2013-08-16 13:00",0.067,"2013-07-11 12:00","","","","",0.068,0.066,0.064,0.062,0.058,0.054,0.048,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","44201",1,40.882222,-106.306111,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8384,94,201,214,0,0,0,0,"Certification not required",0,0.049896,0.005936,0.074,"2013-07-16 11:00",0.064,"2013-05-23 10:00",0.064,"2013-05-24 10:00",0.064,"2013-07-11 10:00","","","","",0.064,0.064,0.06,0.057,0.054,0.05,0.045,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","44201",1,40.882222,-106.306111,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8384,94,201,214,0,0,0,0,"Certification not required",0,0.049896,0.005936,0.074,"2013-07-16 11:00",0.064,"2013-05-23 10:00",0.064,"2013-05-24 10:00",0.064,"2013-07-11 10:00","","","","",0.064,0.064,0.06,0.057,0.054,0.05,0.045,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","61101",1,40.882222,-106.306111,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8233,94,343,365,0,527,"","","Certification not required",0,6.597219,5.035163,31.1,"2013-04-08 18:00",30.7,"2013-01-31 04:00",30.1,"2013-04-08 19:00",30.1,"2013-04-08 23:00","","","","",21.8,20,16.5,14,9.7,4.7,1.9,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","61103",1,40.882222,-106.306111,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5247,60,218,365,0,3513,"","","Certification not required",0,5.49291,4.660952,26.4,"2013-05-30 14:00",26,"2013-05-30 13:00",24.3,"2013-05-30 09:00",23.5,"2013-05-16 15:00","","","","",20,17.7,14.6,12.6,8.2,3.7,1.2,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","61104",1,40.882222,-106.306111,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5327,61,221,365,0,3433,"","","Certification not required",0,198.39816,85.990708,360,"2013-09-11 04:00",360,"2013-09-14 18:00",360,"2013-12-03 19:00",359,"2013-05-08 18:00","","","","",356,352,343,329,252,197,81,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","61106",1,40.882222,-106.306111,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5325,61,221,365,0,3435,"","","Certification not required",0,14.564695,10.79951,78,"2013-11-29 07:00",77,"2013-12-15 19:00",77,"2013-12-28 11:00",76,"2013-12-10 02:00","","","","",58,51,38,26,18,11,5,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","62101",1,40.882222,-106.306111,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8285,95,344,365,0,475,"","","Certification not required",0,37.323355,22.598058,85,"2013-07-11 13:00",85,"2013-07-11 14:00",85,"2013-07-11 15:00",85,"2013-07-11 16:00","","","","",79,77,73,67,54,38,8,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","62201",1,40.882222,-106.306111,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8680,99,361,365,0,80,"","","Certification not required",0,64.855184,22.672628,99,"2013-04-03 05:00",99,"2013-04-03 06:00",99,"2013-04-03 07:00",99,"2013-04-06 23:00","","","","",97,96,94,91,83,70,29,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","0003","63301",1,40.882222,-106.306111,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6737,77,280,365,0,2023,"","","Certification not required",3257,0.287786,0.410824,1.78,"2013-05-26 12:00",1.67,"2013-05-17 12:00",1.67,"2013-06-10 11:00",1.65,"2013-06-15 11:00","","","","",1.51,1.42,1.21,0.96,0.5,0.01,0.005,"Walden - Colorado, Chandler Ranch","Walden, Colorado - Chandler Ranch","Colorado","Jackson","","","2014-02-14" +"08","057","9000","85101",1,40.5383,-106.6766,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,3.333987,2.563107,10.4399,"2013-04-25 00:00",9.6605,"2013-04-28 00:00",8.1533,"2013-05-28 00:00",6.8817,"2013-05-31 00:00","","","","",10.4399,10.4399,8.1533,6.6756,5.0561,2.9487,0.7044,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","86502",1,40.5383,-106.6766,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.32,1.634326,7,"2013-04-25 00:00",5,"2013-04-28 00:00",5,"2013-05-31 00:00",4,"2013-04-19 00:00","","","","",7,7,5,4,2,1,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88103",1,40.5383,-106.6766,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2e-05,0.000141,0.001,"2013-01-13 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88104",1,40.5383,-106.6766,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.043634,0.048569,0.2231,"2013-04-16 00:00",0.2101,"2013-04-28 00:00",0.1326,"2013-04-25 00:00",0.1159,"2013-05-28 00:00","","","","",0.2231,0.2231,0.1326,0.1141,0.0626,0.0306,0.003,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88109",1,40.5383,-106.6766,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.000868,0.000663,0.0037,"2013-04-28 00:00",0.0028,"2013-05-13 00:00",0.0023,"2013-03-29 00:00",0.0018,"2013-05-16 00:00","","","","",0.0037,0.0037,0.0023,0.0014,0.0011,0.0007,0.0003,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88111",1,40.5383,-106.6766,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.027198,0.030948,0.1489,"2013-04-28 00:00",0.1216,"2013-04-16 00:00",0.089,"2013-04-25 00:00",0.0765,"2013-05-28 00:00","","","","",0.1489,0.1489,0.089,0.0653,0.0378,0.0178,0.0028,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88112",1,40.5383,-106.6766,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88114",1,40.5383,-106.6766,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.000169,7.8e-05,0.0004,"2013-03-14 00:00",0.0004,"2013-05-28 00:00",0.0003,"2013-01-28 00:00",0.0003,"2013-02-03 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.00015,0.0001,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88115",1,40.5383,-106.6766,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.000829,0.002603,0.0178,"2013-05-25 00:00",0.0054,"2013-04-16 00:00",0.0028,"2013-05-19 00:00",0.002,"2013-04-07 00:00","","","","",0.0178,0.0178,0.0028,0.0016,0.0004,0.00015,0.00015,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88126",1,40.5383,-106.6766,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.025074,0.025892,0.1208,"2013-04-28 00:00",0.1006,"2013-04-16 00:00",0.0767,"2013-04-25 00:00",0.0661,"2013-05-28 00:00","","","","",0.1208,0.1208,0.0767,0.0557,0.0385,0.0181,0.002,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88128",1,40.5383,-106.6766,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00036,0.000525,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-06 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88132",1,40.5383,-106.6766,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00062,0.000697,0.003,"2013-04-28 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-25 00:00",0.002,"2013-05-28 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88136",1,40.5383,-106.6766,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88140",1,40.5383,-106.6766,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.011011,0.011446,0.0458,"2013-05-28 00:00",0.0405,"2013-04-07 00:00",0.0391,"2013-05-25 00:00",0.0366,"2013-04-28 00:00","","","","",0.0458,0.0458,0.0391,0.0287,0.0155,0.007,0.0011,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88152",1,40.5383,-106.6766,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000305,0.000422,0.002,"2013-01-01 00:00",0.0016,"2013-02-27 00:00",0.0014,"2013-02-21 00:00",0.0012,"2013-05-01 00:00","","","","",0.002,0.002,0.0014,0.0011,0.00015,0.00015,0.0001,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88154",1,40.5383,-106.6766,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000124,6.9e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-02-27 00:00",0.0003,"2013-05-07 00:00",0.0002,"2013-01-07 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,0.0001,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88161",1,40.5383,-106.6766,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.002359,0.002543,0.0116,"2013-04-16 00:00",0.0108,"2013-04-28 00:00",0.0073,"2013-04-25 00:00",0.0059,"2013-05-28 00:00","","","","",0.0116,0.0116,0.0073,0.0056,0.0035,0.0016,0.0002,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88164",1,40.5383,-106.6766,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000133,9.6e-05,0.0003,"2013-02-09 00:00",0.0003,"2013-03-08 00:00",0.0003,"2013-03-17 00:00",0.0003,"2013-04-13 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0002,0.0001,5e-05,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88165",1,40.5383,-106.6766,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.095619,0.102664,0.4713,"2013-04-16 00:00",0.416,"2013-04-28 00:00",0.2743,"2013-04-25 00:00",0.2656,"2013-05-28 00:00","","","","",0.4713,0.4713,0.2743,0.2499,0.1339,0.0682,0.0056,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88167",1,40.5383,-106.6766,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.001904,0.006075,0.0377,"2013-04-13 00:00",0.0231,"2013-03-14 00:00",0.002,"2013-04-01 00:00",0.0018,"2013-04-25 00:00","","","","",0.0377,0.0377,0.002,0.0017,0.001,0.0007,0.00015,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88168",1,40.5383,-106.6766,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",30,0.000276,0.000289,0.0015,"2013-04-28 00:00",0.0011,"2013-04-25 00:00",0.001,"2013-04-16 00:00",0.0008,"2013-05-16 00:00","","","","",0.0015,0.0015,0.001,0.0007,0.0003,0.00015,0.0001,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88169",1,40.5383,-106.6766,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.140708,0.081205,0.3369,"2013-05-10 00:00",0.3339,"2013-05-01 00:00",0.3012,"2013-03-23 00:00",0.2919,"2013-02-21 00:00","","","","",0.3369,0.3369,0.3012,0.2659,0.1862,0.1227,0.0385,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88176",1,40.5383,-106.6766,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000179,7.8e-05,0.0005,"2013-04-16 00:00",0.0004,"2013-02-06 00:00",0.0004,"2013-04-01 00:00",0.0003,"2013-01-13 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88180",1,40.5383,-106.6766,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.016004,0.014113,0.0646,"2013-04-28 00:00",0.054,"2013-04-16 00:00",0.0422,"2013-05-28 00:00",0.0408,"2013-04-25 00:00","","","","",0.0646,0.0646,0.0422,0.0388,0.0231,0.0133,0.0022,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88184",1,40.5383,-106.6766,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.011259,0.017409,0.088,"2013-05-25 00:00",0.0733,"2013-05-28 00:00",0.0519,"2013-04-16 00:00",0.0342,"2013-05-01 00:00","","","","",0.088,0.088,0.0519,0.0233,0.0169,0.0051,0.00165,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88185",1,40.5383,-106.6766,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000718,0.000321,0.0023,"2013-02-12 00:00",0.0017,"2013-01-16 00:00",0.0014,"2013-04-16 00:00",0.0011,"2013-02-15 00:00","","","","",0.0023,0.0023,0.0014,0.0009,0.0007,0.0007,0.0004,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88203",1,40.5383,-106.6766,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.010271,0.009895,0.0524,"2013-05-25 00:00",0.0338,"2013-02-15 00:00",0.0322,"2013-03-29 00:00",0.0278,"2013-04-28 00:00","","","","",0.0524,0.0524,0.0322,0.0239,0.0111,0.0084,0.0028,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88306",1,40.5383,-106.6766,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.20129,0.22578,1.2862,"2013-02-21 00:00",0.9694,"2013-05-04 00:00",0.5316,"2013-02-15 00:00",0.4367,"2013-03-29 00:00","","","","",1.2862,1.2862,0.5316,0.4012,0.2448,0.1445,0.0267,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88320",1,40.5383,-106.6766,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.1626,0.135523,0.74,"2013-05-13 00:00",0.48,"2013-04-28 00:00",0.41,"2013-04-04 00:00",0.4,"2013-05-10 00:00","","","","",0.74,0.74,0.41,0.36,0.23,0.13,0.04,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88321",1,40.5383,-106.6766,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0248,0.019192,0.07,"2013-02-21 00:00",0.07,"2013-05-13 00:00",0.06,"2013-03-29 00:00",0.06,"2013-04-28 00:00","","","","",0.07,0.07,0.06,0.06,0.04,0.02,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88324",1,40.5383,-106.6766,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.020474,0.007274,0.0426,"2013-04-04 00:00",0.0319,"2013-04-07 00:00",0.02985,"2013-01-13 00:00",0.0298,"2013-01-22 00:00","","","","",0.0426,0.0426,0.02985,0.02965,0.0287,0.01645,0.0103,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88325",1,40.5383,-106.6766,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.039216,0.028822,0.1868,"2013-05-13 00:00",0.0951,"2013-05-10 00:00",0.0917,"2013-02-21 00:00",0.0785,"2013-04-04 00:00","","","","",0.1868,0.1868,0.0917,0.0776,0.0368,0.03265,0.01855,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88326",1,40.5383,-106.6766,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.046291,0.032374,0.2023,"2013-05-13 00:00",0.1407,"2013-04-28 00:00",0.1076,"2013-05-28 00:00",0.1037,"2013-04-04 00:00","","","","",0.2023,0.2023,0.1076,0.0849,0.0388,0.0374,0.02485,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88327",1,40.5383,-106.6766,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.03202,0.024294,0.1082,"2013-05-13 00:00",0.106,"2013-04-28 00:00",0.0763,"2013-04-04 00:00",0.0717,"2013-05-10 00:00","","","","",0.1082,0.1082,0.0763,0.0675,0.0374,0.0264,0.011,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88328",1,40.5383,-106.6766,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.046952,0.04473,0.22,"2013-05-13 00:00",0.1565,"2013-04-28 00:00",0.1508,"2013-05-10 00:00",0.1063,"2013-04-04 00:00","","","","",0.22,0.22,0.1508,0.1032,0.0642,0.0331,0.0039,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88329",1,40.5383,-106.6766,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.049346,0.044755,0.2267,"2013-05-13 00:00",0.157,"2013-04-28 00:00",0.1308,"2013-05-10 00:00",0.1289,"2013-02-21 00:00","","","","",0.2267,0.2267,0.1308,0.1099,0.0721,0.034,0.00335,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88330",1,40.5383,-106.6766,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.022611,0.017534,0.0703,"2013-05-04 00:00",0.0594,"2013-05-13 00:00",0.0578,"2013-04-28 00:00",0.0571,"2013-05-10 00:00","","","","",0.0703,0.0703,0.0578,0.0504,0.0356,0.0189,0.00365,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88331",1,40.5383,-106.6766,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,3.2e-05,4.3e-05,0.00015,"2013-03-14 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.00015,0.00015,0.0001,0.0001,5e-05,0,0,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88338",1,40.5383,-106.6766,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.018998,0.010462,0.0594,"2013-04-22 00:00",0.0519,"2013-02-09 00:00",0.051,"2013-02-15 00:00",0.0314,"2013-01-04 00:00","","","","",0.0594,0.0594,0.051,0.0301,0.0227,0.01595,0.011,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88339",1,40.5383,-106.6766,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.580392,0.334953,1.38959,"2013-05-10 00:00",1.37726,"2013-05-01 00:00",1.24253,"2013-03-23 00:00",1.20401,"2013-02-21 00:00","","","","",1.38959,1.38959,1.24253,1.09684,0.76795,0.50606,0.15877,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88344",1,40.5383,-106.6766,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.259646,0.291269,1.6592,"2013-02-21 00:00",1.2505,"2013-05-04 00:00",0.6858,"2013-02-15 00:00",0.5633,"2013-03-29 00:00","","","","",1.6592,1.6592,0.6858,0.5175,0.3158,0.1864,0.0344,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88348",1,40.5383,-106.6766,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.443462,0.478844,2.1282,"2013-04-16 00:00",2.0542,"2013-04-28 00:00",1.3196,"2013-04-25 00:00",1.2121,"2013-05-28 00:00","","","","",2.1282,2.1282,1.3196,1.1252,0.6514,0.3123,0.028,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88350",1,40.5383,-106.6766,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.2929,0.243888,1.337,"2013-05-13 00:00",0.8636,"2013-04-28 00:00",0.7333,"2013-04-04 00:00",0.7162,"2013-05-10 00:00","","","","",1.337,1.337,0.7333,0.639,0.4108,0.2261,0.076,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88403",1,40.5383,-106.6766,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.40988,0.228046,0.9441,"2013-05-01 00:00",0.9182,"2013-05-10 00:00",0.912,"2013-03-23 00:00",0.8632,"2013-02-21 00:00","","","","",0.9441,0.9441,0.912,0.7794,0.5602,0.3633,0.1267,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","057","9000","88502",1,40.5383,-106.6766,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.594,1.044209,4.1,"2013-04-28 00:00",3.8,"2013-02-21 00:00",3.5,"2013-05-28 00:00",3.4,"2013-05-13 00:00","","","","",4.1,4.1,3.5,3.3,2.1,1.3,0.4,"","Mount Zirkel Wilderness","Colorado","Jackson","","","2014-01-28" +"08","059","0002","61101",1,39.800333,-105.099973,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,3.342891,2.058609,18.1,"2013-04-08 16:00",16.8,"2013-04-05 19:00",16.6,"2013-04-08 17:00",14.7,"2013-02-13 14:00","","","","",10.2,9,7.7,6,4.3,2.8,1.4,"ARVADA","9101 W. 57TH AVE.","Colorado","Jefferson","Arvada","Denver-Aurora, CO","2014-02-06" +"08","059","0002","61102",1,39.800333,-105.099973,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,202.599314,113.267828,360,"2013-01-29 17:00",360,"2013-02-19 18:00",360,"2013-02-21 17:00",360,"2013-03-22 15:00","","","","",357,353,344,328,300,247,34,"ARVADA","9101 W. 57TH AVE.","Colorado","Jefferson","Arvada","Denver-Aurora, CO","2014-02-06" +"08","059","0002","61103",1,39.800333,-105.099973,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,2.693989,2.065198,17.5,"2013-04-08 16:00",16.2,"2013-04-05 19:00",16.1,"2013-04-08 17:00",13.9,"2013-02-13 14:00","","","","",9.6,8.5,7.1,5.5,3.6,2.1,0.8,"ARVADA","9101 W. 57TH AVE.","Colorado","Jefferson","Arvada","Denver-Aurora, CO","2014-02-06" +"08","059","0002","61104",1,39.800333,-105.099973,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,196.794903,113.984584,359.9,"2013-03-23 09:00",359.8,"2013-06-20 16:00",359.8,"2013-08-11 04:00",359.8,"2013-09-10 21:00","","","","",357.2,354.3,343.8,325.9,296.8,232,28.5,"ARVADA","9101 W. 57TH AVE.","Colorado","Jefferson","Arvada","Denver-Aurora, CO","2014-02-06" +"08","059","0002","61106",1,39.800333,-105.099973,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,33.845337,15.21228,92.8,"2013-12-31 02:00",90.3,"2013-11-19 08:00",88,"2013-02-17 08:00",85.5,"2013-06-08 02:00","","","","",72.9,69.1,63.2,56.4,44,30.7,16.8,"ARVADA","9101 W. 57TH AVE.","Colorado","Jefferson","Arvada","Denver-Aurora, CO","2014-02-06" +"08","059","0002","62101",1,39.800333,-105.099973,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,49.866743,20.90561,99,"2013-06-11 15:00",99,"2013-07-11 15:00",98,"2013-06-11 14:00",98,"2013-07-11 14:00","","","","",92,90,84,78,65,51,23,"ARVADA","9101 W. 57TH AVE.","Colorado","Jefferson","Arvada","Denver-Aurora, CO","2014-02-06" +"08","059","0005","44201",1,39.638781,-105.13948,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8688,99,212,214,0,72,0,0,"Certification not required",205,0.06,0.013266,0.1,"2013-07-17 16:00",0.096,"2013-08-29 14:00",0.093,"2013-07-10 16:00",0.089,"2013-07-21 15:00","","","","",0.093,0.087,0.083,0.079,0.069,0.059,0.048,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","44201",1,39.638781,-105.13948,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8720,99,212,214,0,0,0,0,"Certification not required",0,0.053307,0.011514,0.084,"2013-07-17 11:00",0.08,"2013-07-21 11:00",0.08,"2013-08-17 10:00",0.08,"2013-08-29 09:00","","","","",0.08,0.077,0.073,0.069,0.061,0.054,0.043,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","44201",1,39.638781,-105.13948,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8720,99,212,214,0,0,5,5,"Certification not required",0,0.053307,0.011514,0.084,"2013-07-17 11:00",0.08,"2013-07-21 11:00",0.08,"2013-08-17 10:00",0.08,"2013-08-29 09:00","","","","",0.08,0.077,0.073,0.069,0.061,0.054,0.043,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","61101",1,39.638781,-105.13948,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,5.658846,3.335593,27.7,"2013-10-31 20:00",27.6,"2013-04-08 17:00",27.4,"2013-10-31 04:00",27.3,"2013-02-13 17:00","","","","",18.5,15.9,12.5,9.8,6.7,4.7,2.7,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","61102",1,39.638781,-105.13948,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8737,100,365,365,0,23,"","","Certification not required",0,200.53428,106.254949,360,"2013-02-11 13:00",360,"2013-03-07 08:00",360,"2013-03-07 15:00",360,"2013-03-26 16:00","","","","",357,353,340,321,287,240,36,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","61103",1,39.638781,-105.13948,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,4.95584,3.441586,27.3,"2013-04-08 17:00",27.3,"2013-10-31 20:00",27.2,"2013-10-31 04:00",27,"2013-02-13 17:00","","","","",18.1,15.4,12,9.2,6.1,4.1,1.8,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","61104",1,39.638781,-105.13948,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8736,100,365,365,0,24,"","","Certification not required",0,200.591873,107.168334,359.9,"2013-03-16 07:00",359.9,"2013-03-23 08:00",359.9,"2013-07-22 13:00",359.9,"2013-11-14 00:00","","","","",356.3,352.5,339.1,319.8,288.3,241.4,34.7,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","61106",1,39.638781,-105.13948,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8713,99,363,365,0,47,"","","Certification not required",0,25.421795,13.875606,81.1,"2013-02-01 09:00",80.6,"2013-03-26 06:00",80,"2013-08-14 15:00",77.4,"2013-05-24 04:00","","","","",65.6,60.8,52.8,45.6,33.6,21.9,10.4,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0005","62101",1,39.638781,-105.13948,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,50.922629,19.767903,96,"2013-07-11 13:00",96,"2013-07-11 14:00",95,"2013-07-11 15:00",95,"2013-08-20 14:00","","","","",90,87,82,77,66,51,25,"WELCH","12400 W. HWY 285","Colorado","Jefferson","Lakewood","Denver-Aurora, CO","2014-02-06" +"08","059","0006","44201",1,39.912799,-105.188587,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8434,97,208,214,0,326,0,0,"Certification not required",17,0.065433,0.01257,0.11,"2013-07-17 17:00",0.107,"2013-07-10 17:00",0.101,"2013-07-11 12:00",0.098,"2013-08-17 15:00","","","","",0.101,0.09,0.086,0.082,0.074,0.064,0.053,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","44201",1,39.912799,-105.188587,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8476,97,208,214,0,0,4,4,"Certification not required",0,0.058913,0.010346,0.093,"2013-07-17 11:00",0.087,"2013-07-10 10:00",0.086,"2013-08-17 11:00",0.085,"2013-07-11 10:00","","","","",0.086,0.081,0.076,0.072,0.065,0.058,0.05,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","44201",1,39.912799,-105.188587,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8476,97,208,214,0,0,12,12,"Certification not required",0,0.058913,0.010346,0.093,"2013-07-17 11:00",0.087,"2013-07-10 10:00",0.086,"2013-08-17 11:00",0.085,"2013-07-11 10:00","","","","",0.086,0.081,0.076,0.072,0.065,0.058,0.05,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","61101",1,39.912799,-105.188587,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8740,100,364,365,0,20,"","","Certification not required",0,9.098959,5.847466,52.3,"2013-10-11 02:00",49,"2013-12-10 17:00",47.8,"2013-10-11 01:00",45.2,"2013-10-11 03:00","","","","",30,26.2,20.8,17,11.3,7.4,3.6,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","61102",1,39.912799,-105.188587,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8740,100,364,365,0,20,"","","Certification not required",0,213.927574,103.961432,360,"2013-01-14 23:00",360,"2013-03-08 18:00",360,"2013-03-09 07:00",360,"2013-05-01 01:00","","","","",357,354,346,333,297,248,40,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","61103",1,39.912799,-105.188587,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8740,100,364,365,0,20,"","","Certification not required",0,8.426888,5.952004,51.8,"2013-10-11 02:00",48.4,"2013-12-10 17:00",47.2,"2013-10-11 01:00",44.7,"2013-10-11 03:00","","","","",29.5,25.6,20.2,16.5,10.8,6.9,2.7,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","61104",1,39.912799,-105.188587,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8694,99,363,365,0,66,"","","Certification not required",0,214.535036,103.636009,360,"2013-05-29 11:00",359.9,"2013-05-15 12:00",359.9,"2013-06-22 08:00",359.9,"2013-07-14 18:00","","","","",356.8,354.2,345.9,333,297.1,248.9,39.2,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","61106",1,39.912799,-105.188587,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7745,88,322,365,0,1015,"","","Certification not required",0,21.403835,16.809735,101.6,"2013-06-19 13:00",99.7,"2013-08-09 04:00",99.5,"2013-08-15 01:00",99.4,"2013-09-10 01:00","","","","",80.4,70.8,56.3,45.2,28.5,15.6,6.5,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0006","62101",1,39.912799,-105.188587,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8680,99,361,365,0,80,"","","Certification not required",0,50.289977,19.329745,93,"2013-07-11 15:00",93,"2013-07-11 16:00",92,"2013-06-11 13:00",92,"2013-06-11 14:00","","","","",87,85,80,75,65,51,24,"ROCKY FLATS-N","16600 W COLO #128","Colorado","Jefferson","","Denver-Aurora, CO","2014-02-06" +"08","059","0011","44201",1,39.743724,-105.177989,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8609,97,208,214,0,151,0,0,"Certification not required",101,0.06463,0.012987,0.109,"2013-07-17 17:00",0.106,"2013-07-10 16:00",0.099,"2013-07-11 12:00",0.094,"2013-07-20 13:00","","","","",0.099,0.094,0.087,0.083,0.072,0.063,0.053,"NATIONAL RENEWABLE ENERGY LABS - NREL","2054 QUAKER ST.","Colorado","Jefferson","Applewood","Denver-Aurora, CO","2014-02-06" +"08","059","0011","44201",1,39.743724,-105.177989,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,97,208,214,0,0,2,2,"Certification not required",0,0.057885,0.010839,0.09,"2013-07-17 12:00",0.086,"2013-07-11 10:00",0.084,"2013-08-17 10:00",0.084,"2013-08-29 10:00","","","","",0.084,0.082,0.076,0.073,0.064,0.057,0.049,"NATIONAL RENEWABLE ENERGY LABS - NREL","2054 QUAKER ST.","Colorado","Jefferson","Applewood","Denver-Aurora, CO","2014-02-06" +"08","059","0011","44201",1,39.743724,-105.177989,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,97,208,214,0,0,11,11,"Certification not required",0,0.057885,0.010839,0.09,"2013-07-17 12:00",0.086,"2013-07-11 10:00",0.084,"2013-08-17 10:00",0.084,"2013-08-29 10:00","","","","",0.084,0.082,0.076,0.073,0.064,0.057,0.049,"NATIONAL RENEWABLE ENERGY LABS - NREL","2054 QUAKER ST.","Colorado","Jefferson","Applewood","Denver-Aurora, CO","2014-02-06" +"08","059","0013","44201",1,39.541515,-105.29841,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8606,97,208,214,0,154,0,0,"Certification not required",26,0.060423,0.011295,0.094,"2013-07-17 17:00",0.091,"2013-07-18 14:00",0.09,"2013-08-29 14:00",0.089,"2013-07-20 15:00","","","","",0.09,0.088,0.081,0.078,0.066,0.059,0.051,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","44201",1,39.541515,-105.29841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,97,207,214,0,0,0,0,"Certification not required",0,0.054512,0.009428,0.08,"2013-08-29 09:00",0.078,"2013-06-12 11:00",0.078,"2013-07-17 11:00",0.077,"2013-07-18 10:00","","","","",0.078,0.077,0.071,0.067,0.06,0.054,0.047,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","44201",1,39.541515,-105.29841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,97,207,214,0,0,5,5,"Certification not required",0,0.054512,0.009428,0.08,"2013-08-29 09:00",0.078,"2013-06-12 11:00",0.078,"2013-07-17 11:00",0.077,"2013-07-18 10:00","","","","",0.078,0.077,0.071,0.067,0.06,0.054,0.047,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","61101",1,39.541515,-105.29841,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8735,100,365,365,0,25,"","","Certification not required",0,3.845255,2.921878,17.7,"2013-05-30 13:00",16.7,"2013-11-08 06:00",15.5,"2013-06-23 11:00",14.8,"2013-10-03 12:00","","","","",11.3,10.3,9.3,8.1,6,3.2,0.6,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","61102",1,39.541515,-105.29841,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8740,100,365,365,0,20,"","","Certification not required",0,196.723799,90.521495,360,"2013-05-13 06:00",360,"2013-08-07 16:00",360,"2013-08-12 18:00",360,"2013-11-06 16:00","","","","",351,341,319,286,261,238,71,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","61103",1,39.541515,-105.29841,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8735,100,365,365,0,25,"","","Certification not required",0,3.346697,2.778684,16.3,"2013-05-30 13:00",15.7,"2013-11-08 06:00",15.1,"2013-06-23 11:00",14.3,"2013-10-03 12:00","","","","",10.6,9.7,8.6,7.5,5.3,2.6,0.4,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","61104",1,39.541515,-105.29841,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8735,100,365,365,0,25,"","","Certification not required",0,194.147705,90.256079,359.8,"2013-07-25 14:00",359.6,"2013-11-25 09:00",359.4,"2013-09-12 10:00",359.4,"2013-10-25 22:00","","","","",350.5,341,320.6,287.8,257.5,233.3,71.3,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","61106",1,39.541515,-105.29841,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8735,100,365,365,0,25,"","","Certification not required",0,31.806411,15.031424,91.3,"2013-11-06 17:00",86.5,"2013-10-31 06:00",85,"2013-10-11 04:00",84.1,"2013-03-21 22:00","","","","",72.5,67.4,59.9,53.5,41.6,28.9,14.6,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","059","0013","62101",1,39.541515,-105.29841,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8740,100,365,365,0,20,"","","Certification not required",0,41.684554,18.997206,84,"2013-07-11 13:00",84,"2013-07-11 14:00",84,"2013-07-22 12:00",84,"2013-07-22 14:00","","","","",79,77,73,67,56,42,17,"Aspen Park","26137 Conifer Road","Colorado","Jefferson","Aspen Park","Denver-Aurora, CO","2014-02-06" +"08","067","0004","81102",1,37.277798,-107.880928,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",98,81,99,122,0,3,0,0,"Certification not required",0,16.55102,6.49841,38,"2013-03-14 00:00",34,"2013-06-03 00:00",31,"2013-05-01 00:00",31,"2013-12-18 00:00","","","","",38,34,28,25,20,15,9,"DURANGO - RIVER CITY HALL","1235 CAMINO DEL RIO","Colorado","La Plata","Durango","Durango, CO","2014-02-21" +"08","067","0004","81102",1,37.277798,-107.880928,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",99,81,99,122,1,3,1,1,"Certification not required",0,20.616162,40.961083,419,"2013-04-16 00:00",38,"2013-03-14 00:00",34,"2013-06-03 00:00",31,"2013-05-01 00:00","","","","",419,38,31,26,20,15,9,"DURANGO - RIVER CITY HALL","1235 CAMINO DEL RIO","Colorado","La Plata","Durango","Durango, CO","2014-02-21" +"08","067","0004","81102",1,37.277798,-107.880928,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",99,81,99,122,1,3,1,1,"Certification not required",0,20.616162,40.961083,419,"2013-04-16 00:00",38,"2013-03-14 00:00",34,"2013-06-03 00:00",31,"2013-05-01 00:00","","","","",419,38,31,26,20,15,9,"DURANGO - RIVER CITY HALL","1235 CAMINO DEL RIO","Colorado","La Plata","Durango","Durango, CO","2014-02-21" +"08","067","0004","85101",1,37.277798,-107.880928,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,3,"","","Certification not required",0,17.111111,34.144318,349,"2013-04-16 00:00",32,"2013-03-14 00:00",28,"2013-06-03 00:00",27,"2013-12-18 00:00","","","","",349,32,26,22,17,13,8,"DURANGO - RIVER CITY HALL","1235 CAMINO DEL RIO","Colorado","La Plata","Durango","Durango, CO","2014-02-21" +"08","067","1004","42601",1,37.30389,-107.484167,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5879,67,252,365,0,2881,"","","Certification not required",0,0.117333,0.554849,15.1,"2013-10-12 06:00",8.7,"2013-12-01 12:00",8.6,"2013-12-29 12:00",7.9,"2013-12-01 13:00","","","","",2.7,1.5,0.6,0.2,0,0,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","42602",1,37.30389,-107.484167,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5879,67,252,365,0,2881,0,"","Certification not required",0,4.184127,3.936769,26.9,"2013-12-29 02:00",21.5,"2013-01-21 18:00",20.6,"2013-01-22 17:00",20,"2013-01-04 21:00","","","","",20.6,17.7,12.8,7.8,5,3.1,1.1,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","42602",1,37.30389,-107.484167,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5879,67,252,365,0,2881,"","","Certification not required",0,1.71354,2.342963,26.9,"2013-12-29 02:00",24.1,"2013-12-29 19:00",23.5,"2013-12-29 17:00",23.2,"2013-12-29 18:00","","","","",12,9.5,6,3.9,2.1,1,0.1,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","42603",1,37.30389,-107.484167,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5878,67,252,365,0,2882,"","","Certification not required",0,1.457826,2.62933,28.3,"2013-10-12 06:00",27.6,"2013-12-29 02:00",24.4,"2013-12-29 19:00",23.9,"2013-12-29 17:00","","","","",13.4,10.6,6.3,3.9,1.8,0.5,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","44201",1,37.30389,-107.484167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7890,89,191,214,0,870,0,0,"Certification not required",0,0.058424,0.00775,0.08,"2013-05-31 11:00",0.076,"2013-05-01 18:00",0.076,"2013-05-16 16:00",0.076,"2013-05-26 13:00","","","","",0.076,0.076,0.07,0.067,0.064,0.059,0.053,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","44201",1,37.30389,-107.484167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8220,89,191,214,0,0,0,0,"Certification not required",0,0.054319,0.007485,0.076,"2013-05-31 10:00",0.073,"2013-06-01 10:00",0.072,"2013-05-01 12:00",0.072,"2013-05-16 11:00","","","","",0.073,0.072,0.065,0.063,0.059,0.055,0.049,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","44201",1,37.30389,-107.484167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8220,89,191,214,0,0,1,1,"Certification not required",0,0.054319,0.007485,0.076,"2013-05-31 10:00",0.073,"2013-06-01 10:00",0.072,"2013-05-01 12:00",0.072,"2013-05-16 11:00","","","","",0.073,0.072,0.065,0.063,0.059,0.055,0.049,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","61101",1,37.30389,-107.484167,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8389,96,343,365,0,371,"","","Certification not required",0,2.411384,2.157386,13.6,"2013-04-16 14:00",13.6,"2013-06-28 15:00",13.6,"2013-07-03 17:00",13.4,"2013-09-18 16:00","","","","",9.5,8.4,6.8,5.4,3.7,1.6,0.4,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","61103",1,37.30389,-107.484167,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8389,96,343,365,0,371,"","","Certification not required",0,1.811265,1.95174,13.2,"2013-07-03 17:00",13,"2013-04-16 14:00",13,"2013-09-18 16:00",12.4,"2013-06-28 15:00","","","","",8.7,7.6,5.8,4.5,2.7,1,0.2,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","61104",1,37.30389,-107.484167,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8403,96,344,365,0,357,"","","Certification not required",0,222.56099,103.598224,360,"2013-06-30 05:00",360,"2013-09-01 17:00",360,"2013-10-04 12:00",360,"2013-11-20 15:00","","","","",354,349,338,331,317,280,99,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","61106",1,37.30389,-107.484167,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8389,96,343,365,0,371,"","","Certification not required",0,45.184551,17.580428,95,"2013-10-21 21:00",92.5,"2013-09-28 16:00",92.4,"2013-04-23 22:00",91.1,"2013-11-06 19:00","","","","",82.2,79,73.2,68.1,58.5,45.7,21.5,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","62101",1,37.30389,-107.484167,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8546,98,355,365,0,214,"","","Certification not required",0,43.580271,18.198366,87,"2013-06-27 13:00",87,"2013-06-27 14:00",87,"2013-06-27 15:00",85,"2013-06-27 12:00","","","","",80,78,74,68,57,43,20,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","62201",1,37.30389,-107.484167,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8546,98,355,365,0,214,"","","Certification not required",0,53.679499,25.534628,100,"2013-01-26 17:00",100,"2013-01-26 18:00",100,"2013-01-26 20:00",100,"2013-01-26 21:00","","","","",100,100,97,93,75,51,22,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","63301",1,37.30389,-107.484167,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8501,97,353,365,0,259,"","","Certification not required",4323,0.282137,0.42019,1.54,"2013-05-31 11:00",1.53,"2013-05-31 12:00",1.53,"2013-06-17 11:00",1.52,"2013-06-01 11:00","","","","",1.43,1.38,1.22,1.01,0.49,0.005,0.005,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","65102",1,37.30389,-107.484167,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",8247,94,342,365,0,513,"","","Certification not required",0,0.002355,0.014885,0.34,"2013-07-26 12:00",0.34,"2013-09-10 09:00",0.34,"2013-09-12 15:00",0.33,"2013-09-10 14:00","","","","",0.07,0.04,0.01,0,0,0,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-02-14" +"08","067","1004","85101",1,37.30389,-107.484167,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.109135,12.979942,89.9153,"2013-04-16 00:00",30.084,"2013-05-01 00:00",16.9081,"2013-05-16 00:00",15.9727,"2013-05-31 00:00","","","","",89.9153,30.084,16.9081,14.597,8.9756,4.441,1.5542,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","86502",1,37.30389,-107.484167,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.941176,6.906263,43,"2013-04-16 00:00",21,"2013-05-01 00:00",11,"2013-05-16 00:00",10,"2013-05-31 00:00","","","","",43,21,11,9,5,1,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88103",1,37.30389,-107.484167,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88104",1,37.30389,-107.484167,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.17631,0.459663,3.287,"2013-04-16 00:00",0.5569,"2013-05-01 00:00",0.33,"2013-04-22 00:00",0.3229,"2013-05-16 00:00","","","","",3.287,0.5569,0.33,0.2945,0.1965,0.0808,0.0129,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88109",1,37.30389,-107.484167,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001208,0.000615,0.0028,"2013-05-01 00:00",0.0025,"2013-04-25 00:00",0.0025,"2013-04-28 00:00",0.0023,"2013-03-29 00:00","","","","",0.0028,0.0025,0.0025,0.002,0.0015,0.0011,0.0005,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88111",1,37.30389,-107.484167,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.089996,0.184327,1.29,"2013-04-16 00:00",0.3008,"2013-05-01 00:00",0.2117,"2013-04-22 00:00",0.2072,"2013-04-28 00:00","","","","",1.29,0.3008,0.2117,0.1778,0.1039,0.0471,0.0068,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88112",1,37.30389,-107.484167,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000311,0.002,"2013-04-16 00:00",0.001,"2013-05-01 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.002,0.001,0,0,0,0,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88114",1,37.30389,-107.484167,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000254,0.000245,0.0016,"2013-04-16 00:00",0.0008,"2013-01-25 00:00",0.0007,"2013-05-01 00:00",0.0005,"2013-01-22 00:00","","","","",0.0016,0.0008,0.0007,0.0004,0.0003,0.00015,0.0001,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88115",1,37.30389,-107.484167,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.002846,0.009837,0.06,"2013-04-16 00:00",0.0382,"2013-05-25 00:00",0.0103,"2013-05-28 00:00",0.0052,"2013-04-19 00:00","","","","",0.06,0.0382,0.0103,0.0031,0.0013,0.0003,0.00015,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88126",1,37.30389,-107.484167,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.090673,0.221683,1.5844,"2013-04-16 00:00",0.2731,"2013-05-01 00:00",0.1826,"2013-04-22 00:00",0.1741,"2013-04-28 00:00","","","","",1.5844,0.2731,0.1826,0.1543,0.0975,0.0454,0.007,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88128",1,37.30389,-107.484167,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000549,0.000577,0.002,"2013-04-28 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0.001,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88132",1,37.30389,-107.484167,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002,0.003768,0.026,"2013-04-16 00:00",0.007,"2013-05-01 00:00",0.005,"2013-04-22 00:00",0.005,"2013-05-31 00:00","","","","",0.026,0.007,0.005,0.004,0.002,0.001,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88136",1,37.30389,-107.484167,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-04-16 00:00",0.001,"2013-04-28 00:00",0.001,"2013-05-01 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88140",1,37.30389,-107.484167,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.028023,0.053793,0.3514,"2013-04-16 00:00",0.1321,"2013-05-01 00:00",0.0951,"2013-04-28 00:00",0.0846,"2013-04-25 00:00","","","","",0.3514,0.1321,0.0951,0.0647,0.0317,0.0136,0.00205,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88152",1,37.30389,-107.484167,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000282,0.000741,0.0054,"2013-04-16 00:00",0.0009,"2013-02-21 00:00",0.0005,"2013-03-23 00:00",0.0004,"2013-01-01 00:00","","","","",0.0054,0.0009,0.0005,0.00015,0.00015,0.00015,0.00015,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88154",1,37.30389,-107.484167,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000136,7.1e-05,0.0004,"2013-02-03 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-05-01 00:00","","","","",0.0004,0.0003,0.0003,0.0002,0.00015,0.0001,0.0001,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88161",1,37.30389,-107.484167,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.009374,0.025306,0.1816,"2013-04-16 00:00",0.0267,"2013-05-01 00:00",0.0186,"2013-04-22 00:00",0.0164,"2013-05-16 00:00","","","","",0.1816,0.0267,0.0186,0.0148,0.0101,0.0042,0.0004,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88164",1,37.30389,-107.484167,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000334,0.0007,0.005,"2013-04-16 00:00",0.0009,"2013-05-01 00:00",0.0008,"2013-05-25 00:00",0.0007,"2013-04-07 00:00","","","","",0.005,0.0009,0.0008,0.0006,0.0003,0.0002,5e-05,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88165",1,37.30389,-107.484167,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.409853,1.003085,7.143,"2013-04-16 00:00",1.3166,"2013-05-01 00:00",0.8128,"2013-04-22 00:00",0.796,"2013-05-16 00:00","","","","",7.143,1.3166,0.8128,0.6835,0.4535,0.1747,0.0257,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88167",1,37.30389,-107.484167,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001305,0.001003,0.0053,"2013-04-19 00:00",0.0052,"2013-04-16 00:00",0.0026,"2013-05-01 00:00",0.0025,"2013-04-22 00:00","","","","",0.0053,0.0052,0.0026,0.0019,0.0017,0.0013,0.0004,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88168",1,37.30389,-107.484167,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000895,0.001761,0.0124,"2013-04-16 00:00",0.0029,"2013-05-01 00:00",0.0022,"2013-04-22 00:00",0.0019,"2013-03-17 00:00","","","","",0.0124,0.0029,0.0022,0.0018,0.0009,0.0005,0.00015,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88169",1,37.30389,-107.484167,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.151969,0.080576,0.379,"2013-05-19 00:00",0.3175,"2013-03-23 00:00",0.3017,"2013-04-22 00:00",0.2882,"2013-05-01 00:00","","","","",0.379,0.3175,0.3017,0.2507,0.202,0.1414,0.0535,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88176",1,37.30389,-107.484167,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.000326,0.000641,0.0047,"2013-04-16 00:00",0.0007,"2013-04-19 00:00",0.0006,"2013-05-01 00:00",0.0005,"2013-01-16 00:00","","","","",0.0047,0.0007,0.0006,0.0005,0.0003,0.00015,0.00015,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88180",1,37.30389,-107.484167,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.04792,0.094759,0.6772,"2013-04-16 00:00",0.1391,"2013-05-01 00:00",0.0933,"2013-04-22 00:00",0.0919,"2013-05-16 00:00","","","","",0.6772,0.1391,0.0933,0.0801,0.0576,0.0273,0.0063,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88184",1,37.30389,-107.484167,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.014793,0.022865,0.1159,"2013-05-25 00:00",0.0905,"2013-05-28 00:00",0.0654,"2013-04-25 00:00",0.0578,"2013-05-01 00:00","","","","",0.1159,0.0905,0.0654,0.033,0.0174,0.006,0.0016,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88185",1,37.30389,-107.484167,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000898,0.001044,0.0075,"2013-04-16 00:00",0.0023,"2013-05-01 00:00",0.0021,"2013-02-09 00:00",0.002,"2013-01-13 00:00","","","","",0.0075,0.0023,0.0021,0.0017,0.0007,0.0007,0.0004,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88203",1,37.30389,-107.484167,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.010399,0.017704,0.0929,"2013-04-16 00:00",0.0795,"2013-05-25 00:00",0.0576,"2013-05-28 00:00",0.0223,"2013-02-27 00:00","","","","",0.0929,0.0795,0.0576,0.0154,0.00915,0.0036,0.00265,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88306",1,37.30389,-107.484167,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.215812,0.163794,0.9742,"2013-01-22 00:00",0.684,"2013-01-04 00:00",0.5548,"2013-04-10 00:00",0.4443,"2013-04-16 00:00","","","","",0.9742,0.684,0.5548,0.3204,0.2549,0.1715,0.0871,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88320",1,37.30389,-107.484167,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.289608,0.18124,0.88,"2013-04-16 00:00",0.86,"2013-01-22 00:00",0.64,"2013-05-13 00:00",0.61,"2013-05-16 00:00","","","","",0.88,0.86,0.64,0.5,0.37,0.25,0.13,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88321",1,37.30389,-107.484167,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.041176,0.029096,0.15,"2013-01-22 00:00",0.12,"2013-01-04 00:00",0.12,"2013-01-16 00:00",0.08,"2013-01-01 00:00","","","","",0.15,0.12,0.12,0.06,0.05,0.03,0.01,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88324",1,37.30389,-107.484167,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.01937,0.006732,0.0313,"2013-05-16 00:00",0.031,"2013-04-13 00:00",0.02895,"2013-01-01 00:00",0.02885,"2013-01-10 00:00","","","","",0.0313,0.031,0.02895,0.02885,0.0278,0.0166,0.0098,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88325",1,37.30389,-107.484167,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.046122,0.030321,0.1652,"2013-01-22 00:00",0.1217,"2013-05-13 00:00",0.0991,"2013-01-16 00:00",0.0985,"2013-01-04 00:00","","","","",0.1652,0.1217,0.0991,0.0808,0.0624,0.03225,0.01755,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88326",1,37.30389,-107.484167,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.079552,0.069476,0.3181,"2013-01-22 00:00",0.2912,"2013-05-13 00:00",0.2088,"2013-04-16 00:00",0.1919,"2013-01-16 00:00","","","","",0.3181,0.2912,0.2088,0.1563,0.1153,0.03705,0.03165,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88327",1,37.30389,-107.484167,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.065107,0.052942,0.3568,"2013-04-16 00:00",0.1812,"2013-01-22 00:00",0.13,"2013-05-16 00:00",0.1223,"2013-01-16 00:00","","","","",0.3568,0.1812,0.13,0.0963,0.0777,0.0574,0.0252,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88328",1,37.30389,-107.484167,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.090155,0.051642,0.2851,"2013-04-16 00:00",0.2203,"2013-05-16 00:00",0.1909,"2013-05-01 00:00",0.182,"2013-05-28 00:00","","","","",0.2851,0.2203,0.1909,0.1494,0.11,0.0758,0.0416,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88329",1,37.30389,-107.484167,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0945,0.048424,0.2813,"2013-01-22 00:00",0.1994,"2013-01-16 00:00",0.1854,"2013-04-16 00:00",0.1696,"2013-01-04 00:00","","","","",0.2813,0.1994,0.1854,0.1524,0.113,0.0856,0.0435,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88330",1,37.30389,-107.484167,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.036614,0.019041,0.0948,"2013-04-16 00:00",0.0794,"2013-05-16 00:00",0.069,"2013-01-01 00:00",0.0674,"2013-01-16 00:00","","","","",0.0948,0.0794,0.069,0.0647,0.0472,0.0329,0.0155,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88331",1,37.30389,-107.484167,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000226,0.000889,0.005,"2013-04-16 00:00",0.004,"2013-05-16 00:00",0.001,"2013-05-10 00:00",0.0001,"2013-03-02 00:00","","","","",0.005,0.004,0.001,0.0001,0.0001,0,0,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88338",1,37.30389,-107.484167,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.020568,0.017509,0.1337,"2013-04-22 00:00",0.035,"2013-04-16 00:00",0.034,"2013-03-02 00:00",0.0333,"2013-04-28 00:00","","","","",0.1337,0.035,0.034,0.0286,0.02425,0.01605,0.01105,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88339",1,37.30389,-107.484167,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.626857,0.332362,1.56317,"2013-05-19 00:00",1.30973,"2013-03-23 00:00",1.24451,"2013-04-22 00:00",1.18883,"2013-05-01 00:00","","","","",1.56317,1.30973,1.24451,1.03426,0.83333,0.58311,0.22077,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88344",1,37.30389,-107.484167,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.278408,0.211287,1.2567,"2013-01-22 00:00",0.8824,"2013-01-04 00:00",0.7157,"2013-04-10 00:00",0.5731,"2013-04-16 00:00","","","","",1.2567,0.8824,0.7157,0.4133,0.3288,0.2212,0.1124,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88348",1,37.30389,-107.484167,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.792537,4.392144,31.3075,"2013-04-16 00:00",5.7065,"2013-05-01 00:00",3.5722,"2013-04-22 00:00",3.4072,"2013-05-16 00:00","","","","",31.3075,5.7065,3.5722,3.102,1.9978,0.8184,0.1219,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88350",1,37.30389,-107.484167,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.520224,0.325557,1.5836,"2013-04-16 00:00",1.5401,"2013-01-22 00:00",1.1435,"2013-05-13 00:00",1.0937,"2013-05-16 00:00","","","","",1.5836,1.5401,1.1435,0.9016,0.6629,0.4504,0.238,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88403",1,37.30389,-107.484167,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.447265,0.247948,1.1095,"2013-05-19 00:00",0.9719,"2013-03-23 00:00",0.899,"2013-05-01 00:00",0.8615,"2013-04-22 00:00","","","","",1.1095,0.9719,0.899,0.763,0.6124,0.4171,0.1407,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","1004","88502",1,37.30389,-107.484167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.62549,6.303264,46.1,"2013-04-16 00:00",8.4,"2013-05-01 00:00",6,"2013-04-22 00:00",5.7,"2013-04-28 00:00","","","","",46.1,8.4,6,5.6,4.1,2.6,0.8,"","Weminuche Wilderness Area - Shamrock Station","Colorado","La Plata","","Durango, CO","2014-01-28" +"08","067","7001","42101",1,37.13678,-107.62863,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8422,96,362,365,0,338,0,0,"Certification not required",7373,0.306988,0.160272,2,"2013-06-28 05:00",1.7,"2013-06-28 04:00",1.7,"2013-12-20 08:00",1.6,"2013-12-11 07:00","","","","",0.9,0.8,0.7,0.6,0.25,0.25,0.25,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","42101",1,37.13678,-107.62863,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8294,95,338,365,0,0,0,0,"Certification not required",0,0.350772,0.142724,1.3,"2013-06-28 08:00",1.3,"2013-06-28 09:00",1.2,"2013-06-28 07:00",1.2,"2013-06-28 10:00",1.3,"2013-06-28 08:00",1,"2013-12-27 07:00",0.9,0.9,0.7,0.6,0.3,0.3,0.3,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","42601",1,37.13678,-107.62863,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8420,96,362,365,0,340,"","","Certification not required",0,0.91342,2.043937,26,"2013-01-04 11:00",24,"2013-01-09 09:00",23,"2013-01-24 14:00",21,"2013-01-22 09:00","","","","",10,8,5,3,1,0,0,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","42602",1,37.13678,-107.62863,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8420,96,362,365,0,340,0,"","Certification not required",0,9.953039,6.144656,37,"2013-01-21 17:00",37,"2013-12-28 19:00",35,"2013-01-22 17:00",33,"2013-01-04 17:00","","","","",33,28,24,18,12,8,5,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","42602",1,37.13678,-107.62863,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8420,96,362,365,0,340,"","","Certification not required",0,4.25095,3.790554,37,"2013-01-21 17:00",37,"2013-12-28 19:00",35,"2013-01-22 17:00",33,"2013-01-04 17:00","","","","",19,16,11,8,5,3,1,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","42603",1,37.13678,-107.62863,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8419,96,362,365,0,341,"","","Certification not required",0,5.541751,5.202414,49,"2013-01-24 14:00",44,"2013-01-04 11:00",44,"2013-01-21 17:00",42,"2013-12-28 19:00","","","","",26,22,16,12,7,4,1,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","44201",1,37.13678,-107.62863,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8439,96,205,214,0,321,0,0,"Certification not required",43,0.058185,0.007816,0.078,"2013-08-28 16:00",0.077,"2013-07-07 17:00",0.076,"2013-07-18 14:00",0.075,"2013-05-31 17:00","","","","",0.076,0.075,0.07,0.068,0.063,0.058,0.051,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","44201",1,37.13678,-107.62863,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8341,92,196,214,0,0,0,0,"Certification not required",0,0.053061,0.007346,0.072,"2013-06-01 10:00",0.07,"2013-07-07 11:00",0.069,"2013-05-31 10:00",0.069,"2013-07-18 09:00","","","","",0.07,0.069,0.064,0.062,0.059,0.054,0.046,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","44201",1,37.13678,-107.62863,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8341,92,196,214,0,0,0,0,"Certification not required",0,0.053061,0.007346,0.072,"2013-06-01 10:00",0.07,"2013-07-07 11:00",0.069,"2013-05-31 10:00",0.069,"2013-07-18 09:00","","","","",0.07,0.069,0.064,0.062,0.059,0.054,0.046,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","61101",1,37.13678,-107.62863,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8732,100,365,365,0,28,"","","Certification not required",0,4.347973,2.925369,21.9,"2013-04-08 15:00",21.7,"2013-04-08 16:00",21.2,"2013-04-23 11:00",21.1,"2013-04-22 13:00","","","","",15.4,13.5,10.5,7.9,5.2,3.6,1.7,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","61102",1,37.13678,-107.62863,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8732,100,365,365,0,28,"","","Certification not required",0,136.835776,105.282702,360,"2013-06-10 20:00",360,"2013-07-11 22:00",360,"2013-08-03 19:00",360,"2013-12-12 01:00","","","","",352,343,321,288,234,99,28,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","62101",1,37.13678,-107.62863,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",8733,100,365,365,0,27,"","","Certification not required",0,45.615482,20.923411,94,"2013-06-27 15:00",93,"2013-06-27 13:00",93,"2013-06-27 14:00",92,"2013-06-27 12:00","","","","",86,85,81,74,61,45,19,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","62201",1,37.13678,-107.62863,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8732,100,365,365,0,28,"","","Certification not required",0,56.096541,25.631736,100,"2013-01-27 05:00",100,"2013-01-27 06:00",100,"2013-01-27 07:00",100,"2013-02-20 09:00","","","","",98,97,93,89,79,58,19,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","63301",1,37.13678,-107.62863,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8730,100,365,365,0,30,"","","Certification not required",4300,0.299592,0.415549,1.5,"2013-06-01 12:00",1.49,"2013-05-25 12:00",1.49,"2013-05-31 12:00",1.49,"2013-06-01 11:00","","","","",1.39,1.35,1.21,1.02,0.56,0.01,0.005,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","65102",1,37.13678,-107.62863,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",8184,93,341,365,0,576,"","","Certification not required",0,0.00157,0.01575,0.58,"2013-07-25 10:00",0.5,"2013-07-28 12:00",0.34,"2013-08-07 13:00",0.34,"2013-08-24 13:00","","","","",0.04,0.02,0,0,0,0,0,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7001","68101",1,37.13678,-107.62863,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Percent","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.233333,0.048795,0.3,"2013-04-22 00:00",0.3,"2013-04-28 00:00",0.3,"2013-05-10 00:00",0.3,"2013-05-16 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68101",2,37.13678,-107.62863,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Percent","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.257143,0.108941,0.6,"2013-05-29 00:00",0.3,"2013-03-11 00:00",0.3,"2013-03-17 00:00",0.3,"2013-04-28 00:00","","","","",0.6,0.6,0.6,0.3,0.3,0.2,0.2,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68102",1,37.13678,-107.62863,"WGS84","Sample Volume","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Cubic meter","No Events",15,25,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-03-05 00:00",24,"2013-03-11 00:00",24,"2013-03-17 00:00",24,"2013-03-23 00:00","","","","",24,24,24,24,24,24,24,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68102",2,37.13678,-107.62863,"WGS84","Sample Volume","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Cubic meter","No Events",14,23,14,61,0,0,"","","Certification not required",0,24,0,24,"2013-03-05 00:00",24,"2013-03-11 00:00",24,"2013-03-17 00:00",24,"2013-03-23 00:00","","","","",24,24,24,24,24,24,24,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68103",1,37.13678,-107.62863,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,-1.706667,4.580154,7,"2013-04-16 00:00",5.3,"2013-05-29 00:00",2.6,"2013-05-16 00:00",1.8,"2013-05-22 00:00","","","","",7,7,7,5.3,1.8,-2.1,-7.3,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68103",2,37.13678,-107.62863,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",14,23,14,61,0,0,"","","Certification not required",0,-2.114286,4.596798,6.9,"2013-04-16 00:00",5,"2013-05-29 00:00",1.8,"2013-05-22 00:00",-0.5,"2013-03-29 00:00","","","","",6.9,6.9,6.9,5,-0.5,-1.9,-7.1,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68104",1,37.13678,-107.62863,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,17.34,7.224344,26,"2013-05-16 00:00",25.3,"2013-05-22 00:00",24,"2013-04-28 00:00",22.1,"2013-05-04 00:00","","","","",26,26,26,25.3,22.1,20.1,3.7,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68104",2,37.13678,-107.62863,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",14,23,14,61,0,0,"","","Certification not required",0,16.9,6.975121,25.5,"2013-05-22 00:00",23.7,"2013-04-28 00:00",22.5,"2013-05-04 00:00",21.2,"2013-04-22 00:00","","","","",25.5,25.5,25.5,23.7,21.2,20.1,4.2,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68105",1,37.13678,-107.62863,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,7.886667,5.771836,14.8,"2013-05-16 00:00",14.8,"2013-05-22 00:00",13.9,"2013-05-29 00:00",12.5,"2013-04-16 00:00","","","","",14.8,14.8,14.8,14.8,12.5,8.6,-1,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68105",2,37.13678,-107.62863,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",14,23,14,61,0,0,"","","Certification not required",0,7.421429,5.657694,14.9,"2013-05-22 00:00",13.9,"2013-05-29 00:00",12.5,"2013-04-16 00:00",12,"2013-04-28 00:00","","","","",14.9,14.9,14.9,13.9,12,8.6,-1,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68106",1,37.13678,-107.62863,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,596.466667,3.292126,601,"2013-03-05 00:00",601,"2013-05-10 00:00",600,"2013-03-29 00:00",599,"2013-03-11 00:00","","","","",601,601,601,601,599,596,593,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68106",2,37.13678,-107.62863,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",14,23,14,61,0,0,"","","Certification not required",0,594.285714,6.544858,605,"2013-03-05 00:00",601,"2013-03-11 00:00",601,"2013-03-29 00:00",601,"2013-04-04 00:00","","","","",605,605,605,601,601,596,587,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68107",1,37.13678,-107.62863,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,608.066667,3.788454,616,"2013-03-29 00:00",613,"2013-03-05 00:00",612,"2013-04-04 00:00",611,"2013-05-10 00:00","","","","",616,616,616,613,611,608,604,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68107",2,37.13678,-107.62863,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",14,23,14,61,0,0,"","","Certification not required",0,610.142857,5.111934,617,"2013-03-05 00:00",616,"2013-04-04 00:00",615,"2013-03-11 00:00",615,"2013-03-23 00:00","","","","",617,617,617,616,615,611,603,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68108",1,37.13678,-107.62863,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,601.4,2.848559,606,"2013-03-05 00:00",605,"2013-05-10 00:00",604,"2013-03-11 00:00",604,"2013-03-29 00:00","","","","",606,606,606,605,604,601,597,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68108",2,37.13678,-107.62863,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",14,23,14,61,0,0,"","","Certification not required",0,602.571429,5.853523,611,"2013-03-05 00:00",609,"2013-03-11 00:00",609,"2013-04-04 00:00",608,"2013-03-29 00:00","","","","",611,611,611,609,608,605,595,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68109",1,37.13678,-107.62863,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Minutes","No Events",15,25,15,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-03-05 00:00",1440,"2013-03-11 00:00",1440,"2013-03-17 00:00",1440,"2013-03-23 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","68109",2,37.13678,-107.62863,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Minutes","No Events",14,23,14,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-03-05 00:00",1440,"2013-03-11 00:00",1440,"2013-03-17 00:00",1440,"2013-03-23 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","88101",1,37.13678,-107.62863,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,4.84,6.063097,26.4,"2013-04-16 00:00",5.3,"2013-04-28 00:00",5,"2013-05-16 00:00",4.9,"2013-04-22 00:00","","","","",26.4,26.4,26.4,5.3,4.9,3.2,2,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","88101",1,37.13678,-107.62863,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,"","","Certification not required",0,4.84,6.063097,26.4,"2013-04-16 00:00",5.3,"2013-04-28 00:00",5,"2013-05-16 00:00",4.9,"2013-04-22 00:00","","","","",26.4,26.4,26.4,5.3,4.9,3.2,2,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","88101",2,37.13678,-107.62863,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,23,14,61,0,0,0,0,"Certification not required",0,5.092857,6.977598,29.1,"2013-04-16 00:00",5.2,"2013-04-28 00:00",5,"2013-04-22 00:00",4.3,"2013-03-17 00:00","","","","",29.1,29.1,29.1,5.2,4.3,3.2,2.3,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7001","88101",2,37.13678,-107.62863,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,23,14,61,0,0,"","","Certification not required",0,5.092857,6.977598,29.1,"2013-04-16 00:00",5.2,"2013-04-28 00:00",5,"2013-04-22 00:00",4.3,"2013-03-17 00:00","","","","",29.1,29.1,29.1,5.2,4.3,3.2,2.3,"LOCATED IN PINE RIVER VALLEY, THE MOST DENSELY POPULATED AREA.","1 MI. NE OF IGNACIO ON COUNTY RD. 517","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","11207",1,37.10258,-107.870219,"WGS84","Light scatter (miles visibility)","1 HOUR","","Observed Values","Ecotech M9003/ Aurora - Nephelometry",2013,"Miles (visibility)","No Events",8347,95,348,365,0,413,"","","Certification not required",0,93.293267,28.220652,171.8,"2013-10-10 10:00",171.8,"2013-10-10 11:00",171.5,"2013-09-01 17:00",171.3,"2013-10-10 12:00","","","","",154.6,148.6,138.4,129.1,112.1,94.2,57.3,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","42601",1,37.10258,-107.870219,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8458,97,360,365,0,302,"","","Certification not required",0,0.86829,2.282084,26,"2013-12-29 11:00",25,"2013-01-08 18:00",25,"2013-12-29 10:00",24,"2013-01-20 11:00","","","","",12,9,5,3,1,0,0,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","42602",1,37.10258,-107.870219,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8458,97,360,365,0,302,0,"","Certification not required",0,13.194444,6.756899,47,"2013-01-20 18:00",43,"2013-01-08 18:00",42,"2013-01-04 19:00",42,"2013-01-18 19:00","","","","",42,35,27,22,15,11,7,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","42602",1,37.10258,-107.870219,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8458,97,360,365,0,302,"","","Certification not required",0,5.553086,5.381866,47,"2013-01-20 18:00",45,"2013-01-20 19:00",43,"2013-01-08 18:00",42,"2013-01-04 19:00","","","","",26,21,16,12,7,4,1,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","42603",1,37.10258,-107.870219,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8458,97,360,365,0,302,"","","Certification not required",0,6.698865,6.841246,68,"2013-01-08 18:00",67,"2013-01-20 18:00",64,"2013-01-20 19:00",63,"2013-01-04 18:00","","","","",33,27,20,15,9,5,1,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","44201",1,37.10258,-107.870219,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8451,95,204,214,0,309,0,0,"Certification not required",93,0.057863,0.007434,0.074,"2013-07-07 15:00",0.074,"2013-08-22 16:00",0.073,"2013-05-31 16:00",0.073,"2013-08-29 14:00","","","","",0.073,0.072,0.07,0.068,0.063,0.058,0.051,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","44201",1,37.10258,-107.870219,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8430,95,203,214,0,0,0,0,"Certification not required",0,0.05336,0.007224,0.069,"2013-05-31 10:00",0.069,"2013-06-01 10:00",0.067,"2013-05-16 10:00",0.067,"2013-07-07 11:00","","","","",0.067,0.067,0.064,0.061,0.059,0.054,0.047,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","44201",1,37.10258,-107.870219,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8430,95,203,214,0,0,0,0,"Certification not required",0,0.05336,0.007224,0.069,"2013-05-31 10:00",0.069,"2013-06-01 10:00",0.067,"2013-05-16 10:00",0.067,"2013-07-07 11:00","","","","",0.067,0.067,0.064,0.061,0.059,0.054,0.047,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","61101",1,37.10258,-107.870219,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8682,99,362,365,0,78,"","","Certification not required",0,5.673301,3.482315,29.4,"2013-08-10 14:00",29,"2013-04-08 15:00",25.4,"2013-04-08 16:00",25.4,"2013-04-13 21:00","","","","",18.2,16,13,10.2,6.9,4.9,2.3,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","61102",1,37.10258,-107.870219,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8668,99,361,365,0,92,"","","Certification not required",0,142.051684,106.802921,360,"2013-01-05 14:00",360,"2013-01-16 05:00",360,"2013-02-15 14:00",360,"2013-03-08 20:00","","","","",353,345,313,283,241,106,28,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","62101",1,37.10258,-107.870219,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Visual average",2013,"Degrees Fahrenheit","No Events",8679,99,362,365,0,81,"","","Certification not required",0,47.782579,21.24874,96,"2013-06-27 13:00",96,"2013-06-27 14:00",96,"2013-06-27 15:00",95,"2013-06-09 16:00","","","","",89,88,83,77,64,47,21,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","62201",1,37.10258,-107.870219,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8679,99,362,365,0,81,"","","Certification not required",0,50.570457,25.125508,100,"2013-10-11 07:00",100,"2013-11-24 00:00",100,"2013-11-24 01:00",100,"2013-11-24 02:00","","","","",98,96,92,86,72,49,17,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","63301",1,37.10258,-107.870219,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8682,99,362,365,0,78,"","","Certification not required",4269,0.317397,0.445873,1.62,"2013-06-03 11:00",1.62,"2013-07-14 12:00",1.6,"2013-05-20 13:00",1.59,"2013-05-17 12:00","","","","",1.5,1.45,1.3,1.08,0.6,0.01,0.005,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","65102",1,37.10258,-107.870219,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",7987,91,332,365,0,773,"","","Certification not required",0,0.001713,0.016517,0.48,"2013-06-02 05:00",0.42,"2013-07-11 19:00",0.41,"2013-07-12 16:00",0.38,"2013-09-12 21:00","","","","",0.05,0.02,0,0,0,0,0,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2014-01-07" +"08","067","7003","68101",1,37.10258,-107.870219,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Percent","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.3,0.2,0.8,"2013-05-29 00:00",0.7,"2013-05-22 00:00",0.5,"2013-05-16 00:00",0.3,"2013-05-10 00:00","","","","",0.8,0.8,0.8,0.7,0.3,0.2,0.2,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68102",1,37.10258,-107.870219,"WGS84","Sample Volume","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Cubic meter","No Events",15,25,15,61,0,0,"","","Certification not required",0,24,0,24,"2013-03-05 00:00",24,"2013-03-11 00:00",24,"2013-03-17 00:00",24,"2013-03-23 00:00","","","","",24,24,24,24,24,24,24,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68103",1,37.10258,-107.870219,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,-0.386667,4.423939,8.1,"2013-05-29 00:00",4.8,"2013-04-16 00:00",3.7,"2013-05-16 00:00",3.5,"2013-05-22 00:00","","","","",8.1,8.1,8.1,4.8,3.5,0.3,-6.4,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68104",1,37.10258,-107.870219,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,18.193333,6.935155,26.8,"2013-05-16 00:00",26.5,"2013-05-22 00:00",24.6,"2013-04-28 00:00",22.5,"2013-05-04 00:00","","","","",26.8,26.8,26.8,26.5,22.5,20.2,5.6,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68105",1,37.10258,-107.870219,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,8.92,5.874546,16.6,"2013-05-16 00:00",16.1,"2013-05-22 00:00",14.1,"2013-04-28 00:00",14.1,"2013-05-29 00:00","","","","",16.6,16.6,16.6,16.1,14.1,9.7,-0.6,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68106",1,37.10258,-107.870219,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,598.533333,4.389381,606,"2013-03-05 00:00",604,"2013-03-29 00:00",603,"2013-03-11 00:00",603,"2013-04-04 00:00","","","","",606,606,606,604,603,598,594,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68107",1,37.10258,-107.870219,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,610.066667,4.382867,618,"2013-03-05 00:00",615,"2013-03-11 00:00",615,"2013-04-04 00:00",614,"2013-03-23 00:00","","","","",618,618,618,615,614,609,606,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68108",1,37.10258,-107.870219,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,604.133333,4.688385,612,"2013-03-05 00:00",610,"2013-03-11 00:00",610,"2013-04-04 00:00",609,"2013-03-29 00:00","","","","",612,612,612,610,609,604,599,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","68109",1,37.10258,-107.870219,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Calculation",2013,"Minutes","No Events",15,25,15,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-03-05 00:00",1440,"2013-03-11 00:00",1440,"2013-03-17 00:00",1440,"2013-03-23 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","88101",1,37.10258,-107.870219,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,4.873333,5.930848,26,"2013-04-16 00:00",5.3,"2013-04-22 00:00",5.3,"2013-04-28 00:00",4.7,"2013-05-16 00:00","","","","",26,26,26,5.3,4.7,3.2,2.3,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","067","7003","88101",1,37.10258,-107.870219,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,"","","Certification not required",0,4.873333,5.930848,26,"2013-04-16 00:00",5.3,"2013-04-22 00:00",5.3,"2013-04-28 00:00",4.7,"2013-05-16 00:00","","","","",26,26,26,5.3,4.7,3.2,2.3,"SITE IS LOCATED ON THE EASTERN RIM OF THE ANIMAS RIVER VALLEY.","7571 HWY. 5505","Colorado","La Plata","","Durango, CO","2013-08-29" +"08","069","0007","44201",1,40.277204,-105.545595,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8650,100,213,214,0,110,0,0,"Certification not required",0,0.059545,0.009763,0.095,"2013-07-11 15:00",0.091,"2013-07-16 17:00",0.09,"2013-06-12 15:00",0.085,"2013-06-20 15:00","","","","",0.09,0.082,0.079,0.073,0.063,0.059,0.052,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","44201",1,40.277204,-105.545595,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8705,99,212,214,0,0,0,0,"Certification not required",0,0.054646,0.008129,0.082,"2013-06-12 11:00",0.082,"2013-07-11 11:00",0.079,"2013-07-16 11:00",0.074,"2013-06-20 11:00","","","","",0.079,0.074,0.067,0.065,0.06,0.055,0.05,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","44201",1,40.277204,-105.545595,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8705,99,212,214,0,0,3,3,"Certification not required",0,0.054646,0.008129,0.082,"2013-06-12 11:00",0.082,"2013-07-11 11:00",0.079,"2013-07-16 11:00",0.074,"2013-06-20 11:00","","","","",0.079,0.074,0.067,0.065,0.06,0.055,0.05,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","61101",1,40.277204,-105.545595,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,4.954755,3.209205,28.9,"2013-10-11 04:00",26.8,"2013-10-11 05:00",26.2,"2013-10-11 03:00",25.8,"2013-10-11 02:00","","","","",16.9,14.6,11.1,8.7,6.4,4.1,1.9,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","61103",1,40.277204,-105.545595,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,3.846605,2.924722,27.2,"2013-10-11 04:00",25.1,"2013-10-11 05:00",24.5,"2013-10-11 03:00",24.1,"2013-10-11 02:00","","","","",15.5,13,9.3,7.2,5,3.1,1.2,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","61104",1,40.277204,-105.545595,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,237.44353,95.430959,360,"2013-02-05 09:00",360,"2013-08-15 06:00",360,"2013-09-28 08:00",360,"2013-09-30 21:00","","","","",356,352,344,331,306,276,85,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","61106",1,40.277204,-105.545595,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,40.897577,14.754654,94,"2013-12-05 19:00",91,"2013-10-29 05:00",91,"2013-12-05 20:00",90,"2013-09-25 04:00","","","","",78,74,67,60,51,40,22,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","62101",1,40.277204,-105.545595,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8659,99,361,365,0,101,"","","Certification not required",0,38.918004,17.196243,78,"2013-06-27 13:00",77,"2013-06-27 11:00",77,"2013-06-27 12:00",77,"2013-06-27 14:00","","","","",72,70,67,62,52,38,16,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","62106",1,40.277204,-105.545595,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8659,99,361,365,0,101,"","","Certification not required",0,0.391789,1.166647,6.6,"2013-11-13 02:00",5.9,"2013-01-05 01:00",5.7,"2013-02-19 05:00",5.7,"2013-06-28 04:00","","","","",4,3.6,2.8,2.2,0.8,0.1,-0.8,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","62201",1,40.277204,-105.545595,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8659,99,361,365,0,101,"","","Certification not required",0,50.846634,23.367865,100,"2013-09-09 21:00",100,"2013-09-10 01:00",100,"2013-09-10 02:00",100,"2013-09-10 03:00","","","","",100,97,92,87,68,47,22,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","63301",1,40.277204,-105.545595,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8755,100,365,365,0,5,"","","Certification not required",4400,0.245986,0.364931,1.61,"2013-04-19 12:00",1.49,"2013-04-18 12:00",1.49,"2013-04-21 11:00",1.48,"2013-07-02 11:00","","","","",1.35,1.25,1.05,0.85,0.42,0.005,0.005,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","65102",1,40.277204,-105.545595,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8728,100,365,365,0,32,"","","Certification not required",0,0.003555,0.026619,0.85,"2013-09-11 22:00",0.76,"2013-09-12 06:00",0.75,"2013-09-11 23:00",0.7,"2013-09-12 20:00","","","","",0.09,0.05,0.01,0,0,0,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-02-18" +"08","069","0007","85101",1,40.277204,-105.545595,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,3.50601,2.397268,8.8234,"2013-05-28 00:00",8.7156,"2013-05-31 00:00",7.9986,"2013-03-08 00:00",7.7714,"2013-05-25 00:00","","","","",8.8234,8.8234,7.9986,7.5062,5.4565,2.8377,0.8183,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","86502",1,40.277204,-105.545595,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.1875,1.347279,6,"2013-05-31 00:00",4,"2013-05-25 00:00",4,"2013-05-28 00:00",3,"2013-03-08 00:00","","","","",6,6,4,3,2,1,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88103",1,40.277204,-105.545595,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88104",1,40.277204,-105.545595,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.046446,0.041786,0.194,"2013-04-28 00:00",0.132,"2013-04-25 00:00",0.1295,"2013-04-07 00:00",0.12,"2013-05-28 00:00","","","","",0.194,0.194,0.1295,0.112,0.0688,0.0368,0.007,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88109",1,40.277204,-105.545595,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.000808,0.000537,0.0026,"2013-04-28 00:00",0.0021,"2013-05-13 00:00",0.0019,"2013-03-29 00:00",0.0018,"2013-05-28 00:00","","","","",0.0026,0.0026,0.0019,0.0016,0.0011,0.0006,0.0003,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88111",1,40.277204,-105.545595,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.029517,0.029628,0.1382,"2013-04-28 00:00",0.0973,"2013-04-07 00:00",0.0914,"2013-04-25 00:00",0.0824,"2013-03-08 00:00","","","","",0.1382,0.1382,0.0914,0.0785,0.0431,0.025,0.0036,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88112",1,40.277204,-105.545595,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88114",1,40.277204,-105.545595,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",32,0.000189,0.000105,0.0005,"2013-01-16 00:00",0.0005,"2013-03-08 00:00",0.0005,"2013-05-25 00:00",0.0004,"2013-04-07 00:00","","","","",0.0005,0.0005,0.0005,0.0003,0.0002,0.00015,0.0001,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88115",1,40.277204,-105.545595,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",23,0.000891,0.00163,0.0084,"2013-05-25 00:00",0.0079,"2013-01-04 00:00",0.0022,"2013-04-28 00:00",0.0019,"2013-01-16 00:00","","","","",0.0084,0.0084,0.0022,0.0016,0.001,0.0004,0.00015,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88126",1,40.277204,-105.545595,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.027769,0.025562,0.1249,"2013-04-28 00:00",0.0813,"2013-04-25 00:00",0.0768,"2013-04-07 00:00",0.0733,"2013-05-28 00:00","","","","",0.1249,0.1249,0.0768,0.0591,0.0418,0.0207,0.005,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88128",1,40.277204,-105.545595,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000354,0.000526,0.002,"2013-05-31 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-25 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88132",1,40.277204,-105.545595,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000625,0.000703,0.003,"2013-04-28 00:00",0.002,"2013-03-08 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-25 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88136",1,40.277204,-105.545595,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88140",1,40.277204,-105.545595,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.013432,0.015583,0.065,"2013-04-28 00:00",0.0554,"2013-04-07 00:00",0.0524,"2013-05-28 00:00",0.0424,"2013-03-17 00:00","","","","",0.065,0.065,0.0524,0.039,0.02,0.0074,0.0011,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88152",1,40.277204,-105.545595,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",44,0.000215,0.000243,0.0013,"2013-02-21 00:00",0.0013,"2013-03-23 00:00",0.0006,"2013-02-24 00:00",0.0005,"2013-04-16 00:00","","","","",0.0013,0.0013,0.0006,0.00015,0.00015,0.00015,0.00015,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88154",1,40.277204,-105.545595,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",33,0.000145,7.1e-05,0.0003,"2013-01-25 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-02-15 00:00",0.0003,"2013-05-07 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88161",1,40.277204,-105.545595,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.002566,0.002357,0.0104,"2013-04-28 00:00",0.0078,"2013-04-25 00:00",0.0071,"2013-04-07 00:00",0.0064,"2013-05-28 00:00","","","","",0.0104,0.0104,0.0071,0.0062,0.0039,0.002,0.00025,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88164",1,40.277204,-105.545595,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",24,0.000117,9.7e-05,0.0004,"2013-03-08 00:00",0.0004,"2013-05-28 00:00",0.0003,"2013-03-29 00:00",0.0003,"2013-04-25 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,5e-05,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88165",1,40.277204,-105.545595,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.103567,0.095173,0.4278,"2013-04-28 00:00",0.306,"2013-04-25 00:00",0.2856,"2013-05-25 00:00",0.284,"2013-05-28 00:00","","","","",0.4278,0.4278,0.2856,0.2678,0.1574,0.0923,0.0157,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88167",1,40.277204,-105.545595,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.000855,0.000636,0.0027,"2013-03-26 00:00",0.0023,"2013-03-08 00:00",0.0023,"2013-04-28 00:00",0.002,"2013-05-04 00:00","","","","",0.0027,0.0027,0.0023,0.002,0.0011,0.0007,0.0002,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88168",1,40.277204,-105.545595,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",25,0.000282,0.000219,0.0012,"2013-04-28 00:00",0.0007,"2013-05-28 00:00",0.0006,"2013-03-05 00:00",0.0006,"2013-03-08 00:00","","","","",0.0012,0.0012,0.0006,0.0006,0.0004,0.00015,0.0001,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88169",1,40.277204,-105.545595,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.150831,0.09558,0.3682,"2013-05-10 00:00",0.3489,"2013-04-16 00:00",0.323,"2013-03-23 00:00",0.3074,"2013-05-04 00:00","","","","",0.3682,0.3682,0.323,0.2776,0.2126,0.1638,0.031,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88176",1,40.277204,-105.545595,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",42,0.000175,6.9e-05,0.0004,"2013-02-15 00:00",0.0004,"2013-03-26 00:00",0.0004,"2013-05-28 00:00",0.0003,"2013-02-18 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88180",1,40.277204,-105.545595,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.01886,0.013887,0.064,"2013-04-28 00:00",0.0457,"2013-05-28 00:00",0.0451,"2013-04-07 00:00",0.0443,"2013-04-25 00:00","","","","",0.064,0.064,0.0451,0.0418,0.027,0.0168,0.0043,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88184",1,40.277204,-105.545595,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",20,0.01047,0.015524,0.082,"2013-05-28 00:00",0.0699,"2013-05-25 00:00",0.0305,"2013-03-05 00:00",0.024,"2013-01-13 00:00","","","","",0.082,0.082,0.0305,0.0208,0.013,0.0066,0.0016,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88185",1,40.277204,-105.545595,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",37,0.000839,0.000588,0.0027,"2013-05-13 00:00",0.0026,"2013-02-09 00:00",0.0024,"2013-04-25 00:00",0.002,"2013-03-08 00:00","","","","",0.0027,0.0027,0.0024,0.0016,0.0007,0.0007,0.0004,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88203",1,40.277204,-105.545595,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",30,0.00797,0.006323,0.0365,"2013-05-25 00:00",0.0227,"2013-03-20 00:00",0.0175,"2013-04-07 00:00",0.0166,"2013-04-01 00:00","","","","",0.0365,0.0365,0.0175,0.0166,0.0091,0.0069,0.00265,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88306",1,40.277204,-105.545595,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.322314,0.509102,1.9891,"2013-01-13 00:00",1.77,"2013-05-04 00:00",1.7657,"2013-02-21 00:00",1.7584,"2013-04-16 00:00","","","","",1.9891,1.9891,1.7657,1.2385,0.268,0.1285,0.0116,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88320",1,40.277204,-105.545595,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.257143,0.177787,0.74,"2013-05-13 00:00",0.62,"2013-01-13 00:00",0.55,"2013-04-16 00:00",0.55,"2013-05-10 00:00","","","","",0.74,0.74,0.55,0.53,0.38,0.2,0.05,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88321",1,40.277204,-105.545595,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.042245,0.033681,0.13,"2013-01-13 00:00",0.11,"2013-04-16 00:00",0.1,"2013-02-21 00:00",0.1,"2013-03-08 00:00","","","","",0.13,0.13,0.1,0.1,0.06,0.04,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88324",1,40.277204,-105.545595,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.022307,0.008501,0.047,"2013-02-24 00:00",0.0414,"2013-05-13 00:00",0.0372,"2013-04-10 00:00",0.0364,"2013-04-25 00:00","","","","",0.047,0.047,0.0372,0.0346,0.02855,0.02195,0.01525,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88325",1,40.277204,-105.545595,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",23,0.056171,0.039194,0.1762,"2013-05-13 00:00",0.1588,"2013-04-16 00:00",0.1348,"2013-05-10 00:00",0.1312,"2013-04-01 00:00","","","","",0.1762,0.1762,0.1348,0.1268,0.0761,0.0412,0.0158,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88326",1,40.277204,-105.545595,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",28,0.066126,0.044588,0.1803,"2013-05-13 00:00",0.1765,"2013-04-01 00:00",0.16,"2013-05-28 00:00",0.1257,"2013-03-08 00:00","","","","",0.1803,0.1803,0.16,0.1239,0.098,0.0372,0.02395,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88327",1,40.277204,-105.545595,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",14,0.050266,0.033755,0.1249,"2013-05-28 00:00",0.112,"2013-05-13 00:00",0.1049,"2013-02-21 00:00",0.1035,"2013-01-13 00:00","","","","",0.1249,0.1249,0.1049,0.1035,0.0785,0.041,0.01155,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88328",1,40.277204,-105.545595,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.075333,0.061595,0.2258,"2013-01-13 00:00",0.225,"2013-05-13 00:00",0.1834,"2013-04-16 00:00",0.1832,"2013-05-10 00:00","","","","",0.2258,0.2258,0.1834,0.168,0.1239,0.0536,0.0149,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88329",1,40.277204,-105.545595,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.084567,0.068156,0.283,"2013-01-13 00:00",0.2146,"2013-05-13 00:00",0.2084,"2013-02-21 00:00",0.1995,"2013-05-28 00:00","","","","",0.283,0.283,0.2084,0.193,0.1288,0.0603,0.0198,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88330",1,40.277204,-105.545595,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.03281,0.025302,0.0962,"2013-04-01 00:00",0.0959,"2013-04-16 00:00",0.0914,"2013-03-23 00:00",0.0726,"2013-01-13 00:00","","","","",0.0962,0.0962,0.0914,0.0653,0.0483,0.0274,0.0044,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88331",1,40.277204,-105.545595,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,8.5e-05,0.000264,0.0016,"2013-03-23 00:00",0.001,"2013-04-04 00:00",0.0002,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0016,0.0016,0.0002,0.0001,5e-05,0,0,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88338",1,40.277204,-105.545595,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",38,0.022443,0.016046,0.0875,"2013-04-07 00:00",0.0689,"2013-04-13 00:00",0.068,"2013-05-07 00:00",0.0593,"2013-03-11 00:00","","","","",0.0875,0.0875,0.068,0.0342,0.0242,0.0156,0.0118,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88339",1,40.277204,-105.545595,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.622137,0.39426,1.51883,"2013-05-10 00:00",1.43934,"2013-04-16 00:00",1.3325,"2013-03-23 00:00",1.26782,"2013-05-04 00:00","","","","",1.51883,1.51883,1.3325,1.14489,0.87689,0.67559,0.12771,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88344",1,40.277204,-105.545595,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.415808,0.656732,2.5659,"2013-01-13 00:00",2.2833,"2013-05-04 00:00",2.2778,"2013-02-21 00:00",2.2683,"2013-04-16 00:00","","","","",2.5659,2.5659,2.2778,1.5977,0.3457,0.1658,0.0208,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88348",1,40.277204,-105.545595,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.480229,0.441521,2.0386,"2013-04-28 00:00",1.4128,"2013-04-25 00:00",1.31,"2013-04-07 00:00",1.2884,"2013-05-28 00:00","","","","",2.0386,2.0386,1.31,1.2165,0.7219,0.4246,0.0738,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88350",1,40.277204,-105.545595,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.462082,0.32002,1.3232,"2013-05-13 00:00",1.1236,"2013-01-13 00:00",0.9914,"2013-05-10 00:00",0.9823,"2013-04-16 00:00","","","","",1.3232,1.3232,0.9914,0.961,0.6763,0.355,0.0824,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88403",1,40.277204,-105.545595,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.419869,0.271993,1.0389,"2013-04-16 00:00",0.965,"2013-05-10 00:00",0.8807,"2013-03-23 00:00",0.8269,"2013-05-04 00:00","","","","",1.0389,1.0389,0.8807,0.812,0.6109,0.4398,0.0722,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0007","88502",1,40.277204,-105.545595,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.860417,1.26251,4.2,"2013-01-13 00:00",4.2,"2013-03-08 00:00",4.1,"2013-05-04 00:00",3.9,"2013-04-16 00:00","","","","",4.2,4.2,4.1,3.9,2.9,1.8,0.4,"Rocky Mountain National Park, Long's Peak","ROCKY MOUNTAIN NP","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-28" +"08","069","0009","68101",1,40.571288,-105.079693,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",107,0.076446,0.084181,0.5,"2013-01-16 00:00",0.5,"2013-09-25 00:00",0.3,"2013-01-13 00:00",0.3,"2013-02-09 00:00","","","","",0.5,0.3,0.3,0.1,0.05,0.05,0.05,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","68102",1,40.571288,-105.079693,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,23.98595,0.075615,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","68105",1,40.571288,-105.079693,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,9.914876,10.555651,26.4,"2013-07-09 00:00",25.8,"2013-08-20 00:00",25.8,"2013-08-29 00:00",25.7,"2013-07-06 00:00","","","","",25.8,25.8,25.2,24.1,20.6,9.2,-2.6,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","68108",1,40.571288,-105.079693,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,634.140496,3.865026,645,"2013-11-12 00:00",642,"2013-05-01 00:00",641,"2013-11-21 00:00",639,"2013-02-15 00:00","","","","",642,641,638,638,637,635,628,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","68109",1,40.571288,-105.079693,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.008264,4.218009,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","81102",1,40.571288,-105.079693,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",109,89,109,122,0,1,0,0,"Certification not required",1,21.412844,12.225664,98,"2013-10-19 00:00",49,"2013-05-25 00:00",49,"2013-06-12 00:00",44,"2013-11-18 00:00","","","","",49,49,42,35,26,20,9,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-21" +"08","069","0009","81102",3,40.571288,-105.079693,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (25 C)","No Events",6656,76,279,365,0,640,"","","Certification not required",0,19.514979,19.523287,623.3,"2013-12-14 07:00",443.6,"2013-10-19 18:00",385,"2013-12-14 08:00",310.8,"2013-10-26 06:00","","","","",72.5,60.5,46,35.7,24.8,16,4.9,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-01-31" +"08","069","0009","81102",3,40.571288,-105.079693,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",279,76,279,365,0,0,0,0,"Certification not required",0,18.867384,9.765984,62,"2013-01-23 00:00",55,"2013-12-14 00:00",48,"2013-11-19 00:00",45,"2013-06-14 00:00","","","","",48,45,38,32,23,17,8,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-01-31" +"08","069","0009","85101",1,40.571288,-105.079693,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,1,"","","Certification not required",2,18.669725,10.589176,86,"2013-10-19 00:00",42,"2013-05-25 00:00",42,"2013-06-12 00:00",40,"2013-11-18 00:00","","","","",42,42,35,31,23,18,8,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-21" +"08","069","0009","86502",3,40.571288,-105.079693,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",6798,78,282,365,0,498,"","","Certification not required",0,10.36143,13.648831,350.3,"2013-12-14 07:00",317.5,"2013-10-19 18:00",236.7,"2013-10-26 06:00",205.8,"2013-10-26 07:00","","","","",51.3,40.7,29.7,21.9,13.5,7.3,1,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-01-31" +"08","069","0009","88101",1,40.571288,-105.079693,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,119,122,0,1,0,0,"Certification not required",0,6.8,4.080482,27.8,"2013-10-19 00:00",19,"2013-11-24 00:00",17.7,"2013-01-01 00:00",17.6,"2013-02-25 00:00","","","","",19,17.7,16.1,11.7,8.2,5.6,3.2,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","88101",1,40.571288,-105.079693,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,119,122,0,1,"","","Certification not required",0,6.8,4.080482,27.8,"2013-10-19 00:00",19,"2013-11-24 00:00",17.7,"2013-01-01 00:00",17.6,"2013-02-25 00:00","","","","",19,17.7,16.1,11.7,8.2,5.6,3.2,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-20" +"08","069","0009","88500",3,40.571288,-105.079693,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",6698,76,279,365,0,598,"","","Certification not required",0,6.563765,6.494563,204.3,"2013-12-14 07:00",150.1,"2013-12-14 08:00",71.8,"2013-01-13 04:00",70.8,"2013-10-19 18:00","","","","",26.3,21.8,16.7,13.4,8.7,5.4,0.9,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-01-31" +"08","069","0009","88500",3,40.571288,-105.079693,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",279,76,279,365,0,0,"","","Certification not required",0,6.52509,3.671651,24.5,"2013-12-14 00:00",20.4,"2013-01-01 00:00",19.7,"2013-12-07 00:00",19.6,"2013-12-08 00:00","","","","",19.7,18.2,13.8,11.2,7.9,5.6,3.2,"FORT COLLINS - CSU - Edison","251 EDISON DR.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-01-31" +"08","069","0011","44201",1,40.592543,-105.141122,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8554,100,213,214,0,206,0,0,"Certification not required",59,0.062728,0.012261,0.103,"2013-07-11 13:00",0.099,"2013-07-17 16:00",0.097,"2013-08-17 14:00",0.09,"2013-07-12 12:00","","","","",0.097,0.089,0.085,0.079,0.07,0.061,0.051,"FORT COLLINS - WEST","3416 LA PORTE AVE.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","0011","44201",1,40.592543,-105.141122,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8569,99,212,214,0,0,3,3,"Certification not required",0,0.056915,0.010526,0.091,"2013-07-17 11:00",0.087,"2013-08-17 11:00",0.085,"2013-07-11 10:00",0.082,"2013-07-10 11:00","","","","",0.085,0.08,0.072,0.071,0.064,0.056,0.046,"FORT COLLINS - WEST","3416 LA PORTE AVE.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","0011","44201",1,40.592543,-105.141122,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8569,99,212,214,0,0,6,6,"Certification not required",0,0.056915,0.010526,0.091,"2013-07-17 11:00",0.087,"2013-08-17 11:00",0.085,"2013-07-11 10:00",0.082,"2013-07-10 11:00","","","","",0.085,0.08,0.072,0.071,0.064,0.056,0.046,"FORT COLLINS - WEST","3416 LA PORTE AVE.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","0012","44201",1,40.642103,-105.275029,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4248,55,118,214,0,96,0,0,"Certification not required",0,0.057525,0.008178,0.097,"2013-02-15 23:00",0.092,"2013-02-16 23:00",0.088,"2013-02-18 23:00",0.081,"2013-06-18 17:00","","","","",0.092,0.088,0.076,0.072,0.062,0.057,0.05,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","44201",1,40.642103,-105.275029,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4258,55,118,214,0,0,0,0,"Certification not required",0,0.053212,0.006844,0.07,"2013-06-12 09:00",0.068,"2013-05-25 11:00",0.067,"2013-05-17 11:00",0.066,"2013-06-02 12:00","","","","",0.068,0.067,0.066,0.063,0.057,0.054,0.047,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","44201",1,40.642103,-105.275029,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4258,55,118,214,0,0,0,0,"Certification not required",0,0.053212,0.006844,0.07,"2013-06-12 09:00",0.068,"2013-05-25 11:00",0.067,"2013-05-17 11:00",0.066,"2013-06-02 12:00","","","","",0.068,0.067,0.066,0.063,0.057,0.054,0.047,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","61101",1,40.642103,-105.275029,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4214,48,175,365,0,130,"","","Certification not required",0,3.888562,1.947454,12.4,"2013-06-08 09:00",12.2,"2013-06-20 12:00",11.3,"2013-06-08 10:00",11.2,"2013-06-23 10:00","","","","",9.6,8.6,7.5,6.7,5.1,3.4,1.7,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","61102",1,40.642103,-105.275029,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4264,49,177,365,0,80,"","","Certification not required",0,247.112805,87.953668,358,"2013-02-02 10:00",358,"2013-03-02 09:00",358,"2013-03-23 05:00",358,"2013-05-10 10:00","","","","",341,337,329,322,312,295,111,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","61103",1,40.642103,-105.275029,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4218,48,175,365,0,126,"","","Certification not required",0,3.209388,1.888571,11.9,"2013-06-08 09:00",11.5,"2013-06-20 12:00",10.8,"2013-06-08 10:00",10.7,"2013-06-23 10:00","","","","",8.9,8,6.8,5.8,4.3,2.8,1.1,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","61104",1,40.642103,-105.275029,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4264,49,177,365,0,80,"","","Certification not required",0,247.485882,88.886267,356.9,"2013-02-09 13:00",356.8,"2013-02-02 10:00",356.5,"2013-03-02 09:00",356.3,"2013-04-11 20:00","","","","",340.8,337.3,330.9,324.1,316.3,295.3,111.2,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","61106",1,40.642103,-105.275029,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4218,48,175,365,0,126,"","","Certification not required",0,34.712162,13.383965,83,"2013-06-13 02:00",81,"2013-05-24 20:00",80.5,"2013-03-22 00:00",80.1,"2013-06-11 07:00","","","","",72,68.6,60.9,53.5,41.5,33.7,18.9,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","0012","62101",1,40.642103,-105.275029,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4264,49,177,365,0,80,"","","Certification not required",0,39.017824,18.469879,90,"2013-06-27 12:00",90,"2013-06-27 13:00",88,"2013-06-10 13:00",88,"2013-06-27 11:00","","","","",82,77,71,65,52,38,16,"Rist Canyon","11835 Rist Canyon Road","Colorado","Larimer","","Fort Collins-Loveland, CO","2013-08-01" +"08","069","1004","42101",1,40.57747,-105.07892,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8673,99,363,365,0,87,0,0,"Certification not required",7692,0.303966,0.182305,2.9,"2013-12-12 18:00",2.5,"2013-12-18 18:00",2.4,"2013-12-12 17:00",2.2,"2013-12-12 16:00","","","","",1.1,0.9,0.7,0.5,0.25,0.25,0.25,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","42101",1,40.57747,-105.07892,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8690,99,359,365,0,0,0,0,"Certification not required",0,0.339413,0.116422,1.7,"2013-12-12 23:00",1.6,"2013-12-13 00:00",1.5,"2013-12-12 22:00",1.4,"2013-12-12 21:00",1.7,"2013-12-12 23:00",1.4,"2013-12-18 19:00",0.9,0.7,0.6,0.4,0.3,0.3,0.3,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","44201",1,40.57747,-105.07892,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8689,99,212,214,0,71,0,0,"Certification not required",1096,0.056632,0.011102,0.091,"2013-07-11 13:00",0.091,"2013-08-17 14:00",0.09,"2013-07-17 15:00",0.08,"2013-07-10 16:00","","","","",0.09,0.078,0.076,0.072,0.064,0.056,0.046,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","44201",1,40.57747,-105.07892,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,99,212,214,0,0,0,0,"Certification not required",0,0.049967,0.009733,0.083,"2013-07-17 11:00",0.076,"2013-08-17 11:00",0.075,"2013-07-11 11:00",0.074,"2013-07-10 11:00","","","","",0.075,0.071,0.065,0.062,0.056,0.05,0.04,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","44201",1,40.57747,-105.07892,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,99,212,214,0,0,2,2,"Certification not required",0,0.049967,0.009733,0.083,"2013-07-17 11:00",0.076,"2013-08-17 11:00",0.075,"2013-07-11 11:00",0.074,"2013-07-10 11:00","","","","",0.075,0.071,0.065,0.062,0.056,0.05,0.04,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","61101",1,40.57747,-105.07892,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8720,100,364,365,0,40,"","","Certification not required",0,3.086135,1.95568,13.9,"2013-11-17 05:00",13.1,"2013-04-08 15:00",12.9,"2013-03-10 12:00",12.9,"2013-04-08 18:00","","","","",9.9,8.9,7.4,5.8,3.8,2.5,1.3,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","61102",1,40.57747,-105.07892,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,203.498514,111.257223,360,"2013-01-02 14:00",360,"2013-02-01 21:00",360,"2013-02-06 22:00",360,"2013-02-23 08:00","","","","",358,356,350,343,319,185,36,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","61103",1,40.57747,-105.07892,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8720,100,364,365,0,40,"","","Certification not required",0,2.383108,1.955301,12.5,"2013-04-08 15:00",12.5,"2013-11-17 05:00",12.2,"2013-03-10 12:00",12.2,"2013-04-08 18:00","","","","",9,8.1,6.7,5.1,3,1.8,0.6,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","61104",1,40.57747,-105.07892,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8609,98,360,365,0,151,"","","Certification not required",0,207.789511,111.45465,360,"2013-03-09 03:00",360,"2013-03-09 14:00",360,"2013-05-16 00:00",360,"2013-07-05 05:00","","","","",357.7,356.1,351.4,344.3,323.3,189.5,38.4,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","61106",1,40.57747,-105.07892,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8449,96,352,365,0,311,"","","Certification not required",0,39.481868,16.468659,99.4,"2013-03-11 01:00",99.2,"2013-03-03 22:00",98,"2013-03-04 05:00",97.7,"2013-03-03 04:00","","","","",81.7,77,69.5,62.9,50.8,37.1,19.6,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","1004","62101",1,40.57747,-105.07892,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,49.600571,20.790732,99,"2013-07-11 15:00",99,"2013-07-11 16:00",98,"2013-06-27 15:00",97,"2013-06-26 15:00","","","","",91,89,84,78,65,50,23,"Fort Collins - CSU - S. Mason","708 S. Mason St.","Colorado","Larimer","Fort Collins","Fort Collins-Loveland, CO","2014-02-06" +"08","069","9991","42600",1,40.2778,-105.5453,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",627,43,26,61,0,93,"","","Certification not required",0,1.2,1.678905,10.6,"2013-11-04 14:00",10.5,"2013-11-04 13:00",10.4,"2013-11-23 17:00",10,"2013-11-04 15:00","","","","",9,6.6,5.3,3.3,1.1,0.6,0.2,"Rocky Mtn NP Collocated","Rocky Mountain National Park, Estes Park, CO 80517","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-31" +"08","069","9991","42601",1,40.2778,-105.5453,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",627,43,26,61,0,93,"","","Certification not required",0,0.089314,0.346591,3.4,"2013-11-04 13:00",3.1,"2013-11-04 12:00",2.8,"2013-11-04 14:00",2.8,"2013-11-21 11:00","","","","",2.2,1,0.3,0.2,0,0,0,"Rocky Mtn NP Collocated","Rocky Mountain National Park, Estes Park, CO 80517","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-31" +"08","069","9991","42612",1,40.2778,-105.5453,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",626,43,25,61,0,94,"","","Certification not required",0,1.081949,1.510341,10.3,"2013-11-23 17:00",9.1,"2013-11-23 18:00",8.6,"2013-11-04 16:00",8.5,"2013-11-21 20:00","","","","",7.8,6.4,4.7,2.8,1,0.5,0.2,"Rocky Mtn NP Collocated","Rocky Mountain National Park, Estes Park, CO 80517","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-31" +"08","069","9991","44201",1,40.2778,-105.5453,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7564,100,213,214,0,452,0,0,"Certification not required",0,0.059803,0.009684,0.095,"2013-07-11 15:00",0.09,"2013-06-12 15:00",0.085,"2013-06-20 15:00",0.085,"2013-07-16 16:00","","","","",0.085,0.082,0.079,0.073,0.064,0.059,0.053,"Rocky Mtn NP Collocated","Rocky Mountain National Park, Estes Park, CO 80517","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-31" +"08","069","9991","44201",1,40.2778,-105.5453,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7809,100,213,214,0,0,0,0,"Certification not required",0,0.054972,0.008142,0.083,"2013-07-11 11:00",0.082,"2013-06-12 11:00",0.077,"2013-07-16 12:00",0.075,"2013-07-17 11:00","","","","",0.077,0.074,0.067,0.066,0.06,0.056,0.05,"Rocky Mtn NP Collocated","Rocky Mountain National Park, Estes Park, CO 80517","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-31" +"08","069","9991","44201",1,40.2778,-105.5453,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7809,100,213,214,0,0,3,3,"Certification not required",0,0.054972,0.008142,0.083,"2013-07-11 11:00",0.082,"2013-06-12 11:00",0.077,"2013-07-16 12:00",0.075,"2013-07-17 11:00","","","","",0.077,0.074,0.067,0.066,0.06,0.056,0.05,"Rocky Mtn NP Collocated","Rocky Mountain National Park, Estes Park, CO 80517","Colorado","Larimer","","Fort Collins-Loveland, CO","2014-01-31" +"08","077","0017","12115",6,39.063798,-108.561173,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",28,93,27,30,0,3,"","","Certification not required",0,5e-06,1.1e-05,5e-05,"2013-02-24 00:00",3e-05,"2013-03-05 00:00",2e-05,"2013-01-22 00:00",1e-05,"2013-01-04 00:00","","","","",5e-05,5e-05,3e-05,2e-05,1e-05,0,0,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-10-17" +"08","077","0017","12115",7,39.063798,-108.561173,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,7e-06,1.2e-05,2e-05,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",2e-05,2e-05,2e-05,2e-05,2e-05,0,0,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-10-17" +"08","077","0017","68101",1,39.063798,-108.561173,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",126,100,122,122,0,0,"","","Certification not required",17,0.221032,0.106085,0.6,"2013-01-06 00:00",0.4,"2013-01-11 00:00",0.4,"2013-03-11 00:00",0.4,"2013-04-13 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.05,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","68102",1,39.063798,-108.561173,"WGS84","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",126,100,122,122,0,0,"","","Certification not required",0,24.002381,0.029568,24.1,"2013-11-24 00:00",24.1,"2013-11-27 00:00",24.1,"2013-12-06 00:00",24.1,"2013-12-21 00:00","","","","",24.1,24.1,24,24,24,24,24,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","68105",1,39.063798,-108.561173,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",126,100,122,122,0,0,"","","Certification not required",0,10.738095,12.68473,30.2,"2013-06-27 00:00",30.2,"2013-07-09 00:00",29.5,"2013-06-30 00:00",29.3,"2013-07-21 00:00","","","","",30.2,29.5,28.4,26.9,22.7,11,-6.4,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","68108",1,39.063798,-108.561173,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",126,100,122,122,0,0,"","","Certification not required",0,645.984127,4.688683,656,"2013-12-15 00:00",655,"2013-01-16 00:00",655,"2013-11-12 00:00",655,"2013-12-12 00:00","","","","",655,655,654,652,649,646,639,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","68109",1,39.063798,-108.561173,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",126,100,122,122,0,0,"","","Certification not required",0,1439.690476,1.347378,1440,"2013-01-06 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-11 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","81102",1,39.063798,-108.561173,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",123,98,120,122,0,1,0,0,"Certification not required",0,19.089431,10.330607,55,"2013-01-24 00:00",51,"2013-01-25 00:00",48,"2013-01-22 00:00",46,"2013-12-15 00:00","","","","",51,48,40,32,24,17,8,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","81102",2,39.063798,-108.561173,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",49,81,25,31,0,2,0,0,"Certification not required",0,18.612245,8.84547,49,"2013-12-18 00:00",35,"2013-12-12 00:00",35,"2013-12-30 00:00",33,"2013-09-25 00:00","","","","",49,49,35,32,23,17,9,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","81102",3,39.063798,-108.561173,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (25 C)","No Events",2743,31,113,365,0,1625,"","","Certification not required",0,20.99311,15.351968,183.4,"2013-06-13 16:00",137.2,"2013-06-15 20:00",116.4,"2013-06-10 16:00",112,"2013-05-14 21:00","","","","",70.1,61.6,50.1,41.8,28.3,16.8,6,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-10-04" +"08","077","0017","81102",3,39.063798,-108.561173,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",113,31,113,365,0,0,0,0,"Certification not required",0,20.486726,11.952372,57,"2013-01-24 00:00",56,"2013-01-25 00:00",56,"2013-05-23 00:00",52,"2013-01-08 00:00","","","","",56,56,46,38,26,17,8,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-10-04" +"08","077","0017","85101",1,39.063798,-108.561173,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",123,100,120,122,0,1,"","","Certification not required",0,17.121951,9.76493,52,"2013-01-24 00:00",48,"2013-01-25 00:00",46,"2013-01-22 00:00",45,"2013-12-15 00:00","","","","",48,46,37,29,22,15,7,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","85101",2,39.063798,-108.561173,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,100,25,31,0,2,"","","Certification not required",0,16.714286,8.321658,47,"2013-12-18 00:00",34,"2013-12-12 00:00",33,"2013-12-30 00:00",31,"2013-12-24 00:00","","","","",47,47,33,28,20,15,9,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","86502",3,39.063798,-108.561173,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",1419,16,58,365,0,2949,"","","Certification not required",0,11.173925,10.082067,138.6,"2013-06-13 16:00",100.6,"2013-06-15 20:00",92.5,"2013-06-10 16:00",76.4,"2013-05-23 13:00","","","","",51.4,40.2,27.5,20.7,13.4,8.8,3.4,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-10-04" +"08","077","0017","88101",1,39.063798,-108.561173,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",126,100,122,122,0,0,4,4,"Certification not required",0,8.930159,8.705725,42.2,"2013-01-25 00:00",40.3,"2013-12-18 00:00",40,"2013-01-24 00:00",39.3,"2013-12-15 00:00","","","","",40.3,40,30,19.5,9,5.9,3.5,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","88101",1,39.063798,-108.561173,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",126,100,122,122,0,0,"","","Certification not required",0,8.930159,8.705725,42.2,"2013-01-25 00:00",40.3,"2013-12-18 00:00",40,"2013-01-24 00:00",39.3,"2013-12-15 00:00","","","","",40.3,40,30,19.5,9,5.9,3.5,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-20" +"08","077","0017","88500",3,39.063798,-108.561173,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",2976,34,123,365,0,4320,"","","Certification not required",0,10.572345,12.362876,68.5,"2013-02-02 06:00",65.7,"2013-01-25 08:00",63.7,"2013-01-25 09:00",62.7,"2013-01-25 04:00","","","","",51.9,46.1,39.9,29.9,12.7,5.6,1,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-01-31" +"08","077","0017","88500",3,39.063798,-108.561173,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",123,34,123,365,0,0,"","","Certification not required",0,10.579675,11.315715,49.8,"2013-01-25 00:00",47.5,"2013-01-24 00:00",44.2,"2013-01-08 00:00",39.9,"2013-01-26 00:00","","","","",47.5,44.2,37.1,31.9,12.1,5.5,3.3,"GRAND JUNCTION - POWELL BLDG","650 SOUTH AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-01-31" +"08","077","0018","17141",6,39.064289,-108.56155,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,124.240476,85.705355,368,"2013-01-16 00:00",367,"2013-01-22 00:00",305,"2013-01-10 00:00",299,"2013-02-03 00:00","","","","",368,368,305,245,141,91.8,52.3,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17147",6,39.064289,-108.56155,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,9.322881,7.165766,31.6,"2013-07-09 00:00",29.2,"2013-06-09 00:00",20.3,"2013-07-21 00:00",18.7,"2013-07-15 00:00","","","","",31.6,31.6,20.3,17.5,12.2,7.21,2.06,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17148",6,39.064289,-108.56155,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.37719,3.190407,13.9,"2013-01-22 00:00",11.6,"2013-01-04 00:00",8.93,"2013-01-16 00:00",8.21,"2013-02-03 00:00","","","","",13.9,13.9,8.93,2.77,0.699,0.23,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17149",6,39.064289,-108.56155,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,7.315238,4.533449,21.5,"2013-07-09 00:00",19.6,"2013-06-09 00:00",14.1,"2013-07-21 00:00",12.7,"2013-07-15 00:00","","","","",21.5,21.5,14.1,12.1,9.44,6.97,2.78,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17150",6,39.064289,-108.56155,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,14.150952,8.576069,39.3,"2013-07-09 00:00",37.2,"2013-06-09 00:00",29.4,"2013-07-21 00:00",26.4,"2013-07-15 00:00","","","","",39.3,39.3,29.4,23.1,19,13.1,4.64,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17151",6,39.064289,-108.56155,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.727333,0.438931,1.93,"2013-01-22 00:00",1.81,"2013-06-09 00:00",1.62,"2013-02-03 00:00",1.54,"2013-01-16 00:00","","","","",1.93,1.93,1.62,1.53,0.881,0.634,0.301,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17158",6,39.064289,-108.56155,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.6878,1.270248,5,"2013-01-16 00:00",4.38,"2013-01-22 00:00",4.29,"2013-02-03 00:00",3.69,"2013-01-04 00:00","","","","",5,5,4.29,2.04,0.499,0.153,0.0641,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17159",6,39.064289,-108.56155,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.182643,1.337464,6.39,"2013-01-22 00:00",4.82,"2013-01-16 00:00",4.8,"2013-02-03 00:00",4.65,"2013-07-09 00:00","","","","",6.39,6.39,4.8,4.49,2.44,1.77,0.914,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17160",6,39.064289,-108.56155,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.074024,0.184189,0.728,"2013-02-03 00:00",0.622,"2013-01-16 00:00",0.595,"2013-01-22 00:00",0.476,"2013-01-04 00:00","","","","",0.728,0.728,0.595,0.267,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17201",6,39.064289,-108.56155,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,3.417738,1.927841,7.53,"2013-06-09 00:00",7.45,"2013-01-22 00:00",7.06,"2013-01-16 00:00",6.99,"2013-01-04 00:00","","","","",7.53,7.53,7.06,6.77,4.66,3.43,1.26,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17204",6,39.064289,-108.56155,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.125524,1.536068,7.12,"2013-01-16 00:00",6.51,"2013-01-22 00:00",6.34,"2013-01-04 00:00",4.02,"2013-02-03 00:00","","","","",7.12,7.12,6.34,3.95,2.48,1.74,0.854,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17208",6,39.064289,-108.56155,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.398755,0.652259,2.85,"2013-01-04 00:00",2.43,"2013-01-22 00:00",1.88,"2013-01-16 00:00",1.84,"2013-02-03 00:00","","","","",2.85,2.85,1.88,1.13,0.26,0.142,0.0877,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17211",6,39.064289,-108.56155,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.072143,0.105731,0.396,"2013-01-04 00:00",0.395,"2013-02-03 00:00",0.33,"2013-01-22 00:00",0.292,"2013-01-16 00:00","","","","",0.396,0.396,0.33,0.243,0.078,0.04,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17212",6,39.064289,-108.56155,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.023779,0.060708,0.274,"2013-01-04 00:00",0.195,"2013-02-03 00:00",0.181,"2013-01-22 00:00",0.139,"2013-01-16 00:00","","","","",0.274,0.274,0.181,0.0594,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17215",6,39.064289,-108.56155,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.21269,0.449957,1.99,"2013-01-04 00:00",1.56,"2013-01-22 00:00",1.31,"2013-01-16 00:00",1.17,"2013-02-03 00:00","","","","",1.99,1.99,1.31,0.554,0.106,0.047,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17220",6,39.064289,-108.56155,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.388476,0.674135,2.89,"2013-01-04 00:00",2.24,"2013-01-22 00:00",2.11,"2013-02-03 00:00",1.91,"2013-01-16 00:00","","","","",2.89,2.89,2.11,1.26,0.254,0.117,0.051,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17223",6,39.064289,-108.56155,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.098714,0.208222,0.928,"2013-01-04 00:00",0.696,"2013-01-22 00:00",0.61,"2013-02-03 00:00",0.512,"2013-01-16 00:00","","","","",0.928,0.928,0.61,0.304,0.054,0.026,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17224",6,39.064289,-108.56155,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.177548,0.289748,1.23,"2013-01-04 00:00",1.01,"2013-01-22 00:00",0.961,"2013-02-03 00:00",0.759,"2013-01-16 00:00","","","","",1.23,1.23,0.961,0.535,0.143,0.066,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17231",6,39.064289,-108.56155,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.017095,0.045406,0.203,"2013-01-04 00:00",0.15,"2013-02-03 00:00",0.136,"2013-01-22 00:00",0.082,"2013-01-16 00:00","","","","",0.203,0.203,0.136,0.065,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17237",6,39.064289,-108.56155,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.184262,0.273519,1.16,"2013-01-04 00:00",0.986,"2013-01-22 00:00",0.969,"2013-02-03 00:00",0.62,"2013-01-16 00:00","","","","",1.16,1.16,0.969,0.56,0.147,0.078,0.034,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17242",6,39.064289,-108.56155,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.159405,0.352627,1.49,"2013-01-04 00:00",1.15,"2013-01-22 00:00",1.15,"2013-02-03 00:00",0.95,"2013-01-16 00:00","","","","",1.49,1.49,1.15,0.382,0.07,0.039,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","17243",6,39.064289,-108.56155,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.166507,0.29187,1.22,"2013-01-04 00:00",1.03,"2013-01-22 00:00",1.02,"2013-02-03 00:00",0.603,"2013-01-16 00:00","","","","",1.22,1.22,1.02,0.549,0.108,0.0617,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","42101",1,39.064289,-108.56155,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8698,99,364,365,0,62,0,0,"Certification not required",7373,0.309215,0.152716,1.5,"2013-01-31 08:00",1.4,"2013-01-12 20:00",1.4,"2013-02-01 07:00",1.4,"2013-12-09 08:00","","","","",0.9,0.8,0.7,0.5,0.25,0.25,0.25,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","42101",1,39.064289,-108.56155,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8708,99,362,365,0,0,0,0,"Certification not required",0,0.344626,0.103515,0.9,"2013-01-12 23:00",0.9,"2013-01-13 00:00",0.9,"2013-01-13 01:00",0.9,"2013-01-24 17:00",0.9,"2013-01-12 23:00",0.9,"2013-01-24 17:00",0.7,0.7,0.6,0.5,0.3,0.3,0.3,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","42153",6,39.064289,-108.56155,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.614667,0.277305,1.8,"2013-06-21 00:00",1.5,"2013-06-09 00:00",0.98,"2013-06-15 00:00",0.86,"2013-06-03 00:00","","","","",1.8,1.8,0.98,0.8,0.67,0.58,0.34,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43205",6,39.064289,-108.56155,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.147933,0.6983,3.21,"2013-01-04 00:00",3.15,"2013-01-22 00:00",2.466,"2013-01-16 00:00",2.382,"2013-01-10 00:00","","","","",3.21,3.21,2.466,2.346,1.392,0.948,0.51,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43206",6,39.064289,-108.56155,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.688844,1.510811,6.2,"2013-01-04 00:00",6.04,"2013-01-22 00:00",5.24,"2013-02-15 00:00",4.72,"2013-01-10 00:00","","","","",6.2,6.2,5.24,4.7,1.614,0.994,0.678,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43208",6,39.064289,-108.56155,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.034133,0.00535,0.048,"2013-01-04 00:00",0.044,"2013-01-10 00:00",0.044,"2013-05-16 00:00",0.042,"2013-04-10 00:00","","","","",0.048,0.048,0.044,0.04,0.038,0.034,0.026,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43218",6,39.064289,-108.56155,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.197333,0.149961,0.65,"2013-01-04 00:00",0.64,"2013-01-22 00:00",0.52,"2013-02-03 00:00",0.48,"2013-01-10 00:00","","","","",0.65,0.65,0.52,0.44,0.24,0.15,0.08,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43233",6,39.064289,-108.56155,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.447822,0.334866,1.984,"2013-03-06 00:00",1.248,"2013-01-22 00:00",1.032,"2013-01-10 00:00",0.992,"2013-01-16 00:00","","","","",1.984,1.984,1.032,0.768,0.48,0.36,0.192,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43372",6,39.064289,-108.56155,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003111,0.014744,0.08,"2013-05-28 00:00",0.06,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.08,0.08,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43373",6,39.064289,-108.56155,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43396",6,39.064289,-108.56155,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43438",6,39.064289,-108.56155,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002889,0.019379,0.13,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.13,0.13,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43441",6,39.064289,-108.56155,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.088298,0.49,"2013-01-22 00:00",0.27,"2013-01-10 00:00",0.17,"2013-01-16 00:00",0.11,"2013-06-03 00:00","","","","",0.49,0.49,0.17,0.1,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43502",6,39.064289,-108.56155,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,5.922727,4.113498,17.8,"2013-06-09 00:00",15.1,"2013-07-03 00:00",14.7,"2013-06-27 00:00",13.3,"2013-06-21 00:00","","","","",17.8,17.8,14.7,12.9,6.5,4.7,2.6,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43503",6,39.064289,-108.56155,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,4.495455,2.636766,11.8,"2013-06-27 00:00",11.3,"2013-06-09 00:00",9.8,"2013-06-21 00:00",9.7,"2013-07-03 00:00","","","","",11.8,11.8,9.8,8.3,5.5,3.8,2,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43504",6,39.064289,-108.56155,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.552273,0.237711,1.2,"2013-06-09 00:00",1.1,"2013-06-27 00:00",1,"2013-06-21 00:00",1,"2013-07-03 00:00","","","","",1.2,1.2,1,0.9,0.7,0.5,0.3,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43505",6,39.064289,-108.56155,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.06,0.531999,2.86,"2013-07-09 00:00",2.34,"2013-03-29 00:00",2.07,"2013-08-08 00:00",1.88,"2013-06-21 00:00","","","","",2.86,2.86,2.07,1.81,1.35,0.86,0.55,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43510",6,39.064289,-108.56155,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.978818,0.690335,2.82,"2013-06-09 00:00",2.76,"2013-06-27 00:00",2.396,"2013-07-03 00:00",2.26,"2013-06-21 00:00","","","","",2.82,2.82,2.396,2.048,1.312,0.828,0.324,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43513",6,39.064289,-108.56155,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",43,0.023068,0.119851,0.8,"2013-06-15 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00","","","","",0.8,0.8,0.005,0.005,0.005,0.005,0.005,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43517",6,39.064289,-108.56155,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.964773,0.86662,3.306,"2013-06-09 00:00",2.718,"2013-06-27 00:00",2.652,"2013-06-21 00:00",2.514,"2013-07-03 00:00","","","","",3.306,3.306,2.652,2.436,1.578,0.75,0.108,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43518",6,39.064289,-108.56155,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.497976,0.404698,1.8,"2013-06-09 00:00",1.32,"2013-06-21 00:00",1.165,"2013-06-03 00:00",1.145,"2013-06-27 00:00","","","","",1.8,1.8,1.165,1.11,0.73,0.39,0.13,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43528",6,39.064289,-108.56155,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.382762,0.192332,0.86,"2013-06-27 00:00",0.84,"2013-07-09 00:00",0.74,"2013-07-21 00:00",0.692,"2013-07-03 00:00","","","","",0.86,0.86,0.74,0.692,0.484,0.292,0.208,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43551",6,39.064289,-108.56155,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,8.125977,3.728181,15.78,"2013-06-27 00:00",15.45,"2013-06-21 00:00",13.95,"2013-01-22 00:00",13.65,"2013-01-04 00:00","","","","",15.78,15.78,13.95,13.32,11.01,8.28,3.09,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43552",6,39.064289,-108.56155,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.118636,1.837815,7.36,"2013-06-27 00:00",6.56,"2013-06-09 00:00",5.92,"2013-07-03 00:00",5.12,"2013-06-15 00:00","","","","",7.36,7.36,5.92,5,2.932,1.58,0.352,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43560",6,39.064289,-108.56155,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.222222,0.126794,0.64,"2013-05-28 00:00",0.55,"2013-01-04 00:00",0.53,"2013-01-10 00:00",0.38,"2013-07-09 00:00","","","","",0.64,0.64,0.53,0.38,0.27,0.19,0.11,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43702",6,39.064289,-108.56155,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.879111,1.125917,4.68,"2013-07-21 00:00",3.88,"2013-07-15 00:00",3.68,"2013-08-08 00:00",3.6,"2013-09-19 00:00","","","","",4.68,4.68,3.68,3.4,2.48,2.06,0.28,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43704",6,39.064289,-108.56155,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.024667,0.07476,0.32,"2013-08-02 00:00",0.3,"2013-06-21 00:00",0.18,"2013-09-01 00:00",0.17,"2013-04-10 00:00","","","","",0.32,0.32,0.18,0.14,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43801",6,39.064289,-108.56155,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.566889,0.069669,0.74,"2013-06-09 00:00",0.71,"2013-06-21 00:00",0.69,"2013-02-21 00:00",0.68,"2013-03-06 00:00","","","","",0.74,0.74,0.69,0.66,0.6,0.55,0.48,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43802",6,39.064289,-108.56155,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.646667,4.294087,18.1,"2013-08-08 00:00",15.6,"2013-09-01 00:00",14.1,"2013-09-07 00:00",12,"2013-08-26 00:00","","","","",18.1,18.1,14.1,9.81,6.65,4.11,0.23,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43803",6,39.064289,-108.56155,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.020667,0.006537,0.03,"2013-01-04 00:00",0.03,"2013-02-03 00:00",0.03,"2013-05-16 00:00",0.03,"2013-06-21 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.02,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43804",6,39.064289,-108.56155,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.093333,0.022259,0.12,"2013-02-21 00:00",0.12,"2013-05-16 00:00",0.12,"2013-07-27 00:00",0.12,"2013-08-26 00:00","","","","",0.12,0.12,0.12,0.11,0.1,0.1,0.07,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43806",6,39.064289,-108.56155,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-02-03 00:00",0.01,"2013-02-09 00:00",0.01,"2013-07-03 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43811",6,39.064289,-108.56155,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.256267,0.037307,0.356,"2013-06-09 00:00",0.319,"2013-04-16 00:00",0.315,"2013-01-22 00:00",0.314,"2013-02-21 00:00","","","","",0.356,0.356,0.315,0.311,0.288,0.243,0.218,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43812",6,39.064289,-108.56155,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003333,0.013143,0.07,"2013-07-27 00:00",0.04,"2013-05-28 00:00",0.04,"2013-07-03 00:00",0,"2013-01-04 00:00","","","","",0.07,0.07,0.04,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43813",6,39.064289,-108.56155,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43814",6,39.064289,-108.56155,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013778,0.008865,0.03,"2013-01-04 00:00",0.03,"2013-07-27 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43815",6,39.064289,-108.56155,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031333,0.02117,0.07,"2013-06-09 00:00",0.06,"2013-04-10 00:00",0.06,"2013-04-16 00:00",0.06,"2013-05-16 00:00","","","","",0.07,0.07,0.06,0.05,0.05,0.04,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43817",6,39.064289,-108.56155,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.073556,0.053349,0.26,"2013-02-15 00:00",0.19,"2013-01-10 00:00",0.18,"2013-09-19 00:00",0.16,"2013-03-06 00:00","","","","",0.26,0.26,0.18,0.15,0.09,0.06,0.03,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43818",6,39.064289,-108.56155,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001778,0.005347,0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00",0.02,"2013-05-16 00:00",0.01,"2013-06-21 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43819",6,39.064289,-108.56155,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.023111,0.013622,0.06,"2013-05-04 00:00",0.05,"2013-07-09 00:00",0.04,"2013-06-27 00:00",0.04,"2013-07-03 00:00","","","","",0.06,0.06,0.04,0.04,0.03,0.02,0.01,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43820",6,39.064289,-108.56155,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43821",6,39.064289,-108.56155,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.162267,0.015601,0.196,"2013-04-16 00:00",0.188,"2013-04-10 00:00",0.186,"2013-01-04 00:00",0.186,"2013-02-21 00:00","","","","",0.196,0.196,0.186,0.184,0.174,0.162,0.144,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43823",6,39.064289,-108.56155,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.500667,0.074113,0.76,"2013-06-09 00:00",0.62,"2013-02-21 00:00",0.62,"2013-04-16 00:00",0.61,"2013-03-11 00:00","","","","",0.76,0.76,0.62,0.61,0.54,0.48,0.43,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43824",6,39.064289,-108.56155,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003111,0.008208,0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.03,0.03,0.02,0.02,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43826",6,39.064289,-108.56155,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43828",6,39.064289,-108.56155,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43829",6,39.064289,-108.56155,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43830",6,39.064289,-108.56155,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43831",6,39.064289,-108.56155,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43832",6,39.064289,-108.56155,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43835",6,39.064289,-108.56155,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43836",6,39.064289,-108.56155,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43838",6,39.064289,-108.56155,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43839",6,39.064289,-108.56155,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43843",6,39.064289,-108.56155,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43844",6,39.064289,-108.56155,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005333,0.014863,0.06,"2013-01-04 00:00",0.06,"2013-02-03 00:00",0.04,"2013-02-09 00:00",0.03,"2013-05-16 00:00","","","","",0.06,0.06,0.04,0.03,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","43860",6,39.064289,-108.56155,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000222,0.001491,0.01,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45109",6,39.064289,-108.56155,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.268444,1.481384,7.64,"2013-09-19 00:00",5.94,"2013-02-15 00:00",5.77,"2013-01-22 00:00",4.5,"2013-01-10 00:00","","","","",7.64,7.64,5.77,4.06,2.77,1.76,1,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45201",6,39.064289,-108.56155,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.574,1.052386,5.08,"2013-01-22 00:00",4.16,"2013-01-04 00:00",3.97,"2013-01-10 00:00",3.83,"2013-02-03 00:00","","","","",5.08,5.08,3.97,3.55,1.67,1.13,0.85,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45202",6,39.064289,-108.56155,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.696222,3.163533,18.2,"2013-01-04 00:00",13.02,"2013-01-10 00:00",11.55,"2013-01-22 00:00",8.05,"2013-02-03 00:00","","","","",18.2,18.2,11.55,7.84,5.46,3.79,2.02,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45203",6,39.064289,-108.56155,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.771778,0.450325,2.24,"2013-09-19 00:00",1.9,"2013-01-22 00:00",1.81,"2013-02-15 00:00",1.54,"2013-01-10 00:00","","","","",2.24,2.24,1.81,1.42,0.97,0.62,0.35,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45204",6,39.064289,-108.56155,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.851778,0.526439,2.74,"2013-09-19 00:00",2.18,"2013-01-22 00:00",2.02,"2013-02-15 00:00",1.62,"2013-01-10 00:00","","","","",2.74,2.74,2.02,1.45,1.08,0.7,0.38,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45207",6,39.064289,-108.56155,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",14,0.25,0.157694,0.738,"2013-01-22 00:00",0.549,"2013-01-16 00:00",0.495,"2013-01-10 00:00",0.477,"2013-08-26 00:00","","","","",0.738,0.738,0.495,0.468,0.36,0.234,0.0855,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45208",6,39.064289,-108.56155,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.688,0.390615,2.025,"2013-01-22 00:00",1.404,"2013-01-16 00:00",1.341,"2013-01-10 00:00",1.287,"2013-02-15 00:00","","","","",2.025,2.025,1.341,1.26,0.864,0.567,0.297,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45220",6,39.064289,-108.56155,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.022889,2.993337,12.16,"2013-05-04 00:00",11.92,"2013-09-07 00:00",11.36,"2013-09-13 00:00",8.16,"2013-07-09 00:00","","","","",12.16,12.16,11.36,7.34,5.52,4.34,0.86,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45501",6,39.064289,-108.56155,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.888295,2.959054,10.64,"2013-06-09 00:00",9.94,"2013-07-03 00:00",9.8,"2013-06-27 00:00",8.54,"2013-06-15 00:00","","","","",10.64,10.64,9.8,8.12,3.64,1.428,0.637,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45503",6,39.064289,-108.56155,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45504",6,39.064289,-108.56155,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,0.830634,0.679571,2.672,"2013-06-09 00:00",2.28,"2013-07-03 00:00",2.232,"2013-05-28 00:00",2.144,"2013-06-03 00:00","","","","",2.672,2.672,2.232,2.128,0.936,0.472,0.296,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45801",6,39.064289,-108.56155,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45805",6,39.064289,-108.56155,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45806",6,39.064289,-108.56155,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45807",6,39.064289,-108.56155,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.019333,0.027585,0.08,"2013-02-03 00:00",0.08,"2013-06-09 00:00",0.07,"2013-01-04 00:00",0.07,"2013-01-10 00:00","","","","",0.08,0.08,0.07,0.07,0.04,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","45810",6,39.064289,-108.56155,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2013-12-03" +"08","077","0018","61101",1,39.064289,-108.56155,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,3.815924,2.128447,17.9,"2013-03-17 13:00",16.1,"2013-03-17 12:00",15.4,"2013-05-28 17:00",15,"2013-07-15 19:00","","","","",10.9,9.6,8.1,6.9,4.8,3.2,1.7,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","61102",1,39.064289,-108.56155,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,187.692844,96.736021,360,"2013-06-24 04:00",360,"2013-07-19 15:00",360,"2013-11-04 12:00",360,"2013-12-14 21:00","","","","",351,346,332,315,284,158,79,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","61103",1,39.064289,-108.56155,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,3.128029,2.151738,17.4,"2013-03-17 13:00",15.4,"2013-03-17 12:00",14.8,"2013-05-28 17:00",14.3,"2013-09-22 11:00","","","","",10,8.9,7.4,6.2,4.2,2.6,0.9,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","61104",1,39.064289,-108.56155,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,187.32069,96.697216,360,"2013-11-30 18:00",359.9,"2013-07-01 17:00",359.9,"2013-09-07 16:00",359.9,"2013-09-16 17:00","","","","",351.6,347,332.7,315.5,282.4,156.9,80.1,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","61106",1,39.064289,-108.56155,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,32.549531,14.122769,87.8,"2013-03-07 00:00",84.7,"2013-05-17 04:00",84.3,"2013-10-05 11:00",83.6,"2013-04-07 03:00","","","","",68.9,65.7,59.5,53.6,41.8,29.5,16.4,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","62101",1,39.064289,-108.56155,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8748,100,365,365,0,12,"","","Certification not required",0,52.250114,23.786594,105,"2013-06-28 14:00",105,"2013-06-28 15:00",103,"2013-06-27 15:00",103,"2013-06-28 16:00","","","","",96,94,90,84,71,52,21,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0018","62201",1,39.064289,-108.56155,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8730,100,364,365,0,30,"","","Certification not required",0,48.363345,26.126352,100,"2013-01-25 23:00",100,"2013-01-26 01:00",100,"2013-01-26 02:00",100,"2013-01-26 03:00","","","","",100,99,94,86,70,45,16,"GRAND JUNCTION - PITKIN","645 1/4 PITKIN AVE.","Colorado","Mesa","Grand Junction","Grand Junction, CO","2014-02-06" +"08","077","0019","81102",1,39.062514,-108.457382,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",111,91,111,122,0,1,0,0,"Certification not required",2,17.675676,13.041307,109,"2013-05-25 00:00",53,"2013-01-25 00:00",48,"2013-12-18 00:00",45,"2013-01-22 00:00","","","","",53,48,39,30,22,14,8,"CLIFTON - SANITATION","US HIGHWAY 141 & D ROAD","Colorado","Mesa","Clifton","Grand Junction, CO","2014-02-21" +"08","077","0019","85101",1,39.062514,-108.457382,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,"","","Certification not required",2,15.612613,11.490843,94,"2013-05-25 00:00",49,"2013-01-25 00:00",45,"2013-12-18 00:00",42,"2013-01-22 00:00","","","","",49,45,35,27,19,13,7,"CLIFTON - SANITATION","US HIGHWAY 141 & D ROAD","Colorado","Mesa","Clifton","Grand Junction, CO","2014-02-21" +"08","077","0020","44201",1,39.130575,-108.313835,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8583,99,212,214,0,177,0,0,"Certification not required",16,0.055085,0.007358,0.076,"2013-07-18 14:00",0.071,"2013-06-05 16:00",0.071,"2013-06-18 17:00",0.071,"2013-07-10 16:00","","","","",0.071,0.069,0.067,0.064,0.06,0.055,0.048,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","44201",1,39.130575,-108.313835,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8585,99,212,214,0,0,0,0,"Certification not required",0,0.051519,0.007129,0.068,"2013-07-18 09:00",0.067,"2013-07-10 10:00",0.066,"2013-06-01 12:00",0.066,"2013-07-17 11:00","","","","",0.066,0.065,0.063,0.061,0.056,0.052,0.045,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","44201",1,39.130575,-108.313835,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8585,99,212,214,0,0,0,0,"Certification not required",0,0.051519,0.007129,0.068,"2013-07-18 09:00",0.067,"2013-07-10 10:00",0.066,"2013-06-01 12:00",0.066,"2013-07-17 11:00","","","","",0.066,0.065,0.063,0.061,0.056,0.052,0.045,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","61101",1,39.130575,-108.313835,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8746,100,365,365,0,14,"","","Certification not required",0,6.914898,3.159843,20,"2013-04-16 07:00",19.8,"2013-01-11 01:00",18.8,"2013-05-24 01:00",17.7,"2013-09-25 23:00","","","","",14.6,13.4,12.2,11.3,9.3,6.6,2.9,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","61102",1,39.130575,-108.313835,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2677,31,112,365,0,6083,"","","Certification not required",0,93.663429,88.896746,360,"2013-09-11 16:00",360,"2013-10-21 10:00",360,"2013-10-22 12:00",359,"2013-09-17 11:00","","","","",348,319,234,215,187,40,16,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","61103",1,39.130575,-108.313835,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8746,100,365,365,0,14,"","","Certification not required",0,6.367871,3.284467,19.4,"2013-04-16 07:00",19,"2013-01-11 01:00",18.3,"2013-05-24 01:00",17.1,"2013-07-03 17:00","","","","",14,13,11.8,10.9,8.9,6,2.1,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","61104",1,39.130575,-108.313835,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8746,100,365,365,0,14,"","","Certification not required",0,99.267402,95.696304,360,"2013-01-30 09:00",360,"2013-12-07 17:00",359.9,"2013-03-25 10:00",359.9,"2013-06-06 15:00","","","","",353.7,337.7,261,230.2,194.5,41.4,14.1,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","61106",1,39.130575,-108.313835,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8746,100,365,365,0,14,"","","Certification not required",0,22.03979,12.389431,83.1,"2013-10-09 06:00",83,"2013-01-30 03:00",82,"2013-01-30 02:00",81,"2013-01-15 21:00","","","","",62,57,49.2,41.6,26.5,17.1,11.4,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","077","0020","62101",1,39.130575,-108.313835,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,14,"","","Certification not required",0,51.479305,22.638575,102,"2013-06-28 14:00",102,"2013-06-28 15:00",101,"2013-06-27 16:00",101,"2013-06-28 13:00","","","","",94,92,88,83,70,50,22,"Palisade-Water Treatment","865 Rapid Creek Rd.","Colorado","Mesa","Palisade","Grand Junction, CO","2014-02-05" +"08","081","0002","44201",1,40.506946,-107.891109,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6483,98,210,214,0,69,0,0,"Certification not required",0,0.054881,0.006287,0.07,"2013-07-09 16:00",0.069,"2013-07-10 17:00",0.068,"2013-05-23 13:00",0.068,"2013-06-11 17:00","","","","",0.068,0.068,0.065,0.063,0.059,0.055,0.049,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","44201",1,40.506946,-107.891109,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6470,98,210,214,0,0,0,0,"Certification not required",0,0.05159,0.006242,0.067,"2013-07-10 12:00",0.066,"2013-07-19 11:00",0.066,"2013-08-16 11:00",0.065,"2013-06-11 14:00","","","","",0.066,0.065,0.061,0.06,0.056,0.052,0.046,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","44201",1,40.506946,-107.891109,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6470,98,210,214,0,0,0,0,"Certification not required",0,0.05159,0.006242,0.067,"2013-07-10 12:00",0.066,"2013-07-19 11:00",0.066,"2013-08-16 11:00",0.065,"2013-06-11 14:00","","","","",0.066,0.065,0.061,0.06,0.056,0.052,0.046,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","61101",1,40.506946,-107.891109,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6434,73,266,365,0,118,"","","Certification not required",0,6.043721,4.370612,27.8,"2013-06-29 19:00",27.6,"2013-06-13 14:00",26.8,"2013-02-24 12:00",26.8,"2013-02-24 13:00","","","","",20.8,18.3,15.1,12.2,8.2,4.9,1.7,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","61102",1,40.506946,-107.891109,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6022,69,250,365,0,530,"","","Certification not required",0,176.14447,102.739005,360,"2013-04-10 14:00",360,"2013-05-01 04:00",360,"2013-06-03 20:00",360,"2013-07-04 13:00","","","","",355,349,336,314,268,178,40,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","61103",1,40.506946,-107.891109,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5957,68,245,365,0,595,"","","Certification not required",0,5.100823,4.337248,26.6,"2013-02-24 13:00",26.4,"2013-02-24 12:00",26.4,"2013-02-24 15:00",25.8,"2013-02-24 14:00","","","","",19.2,16.9,14,11.1,7.4,3.9,0.8,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","61104",1,40.506946,-107.891109,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5957,68,245,365,0,595,"","","Certification not required",0,174.528286,102.806823,360,"2013-01-18 02:00",360,"2013-02-06 06:00",360,"2013-04-22 20:00",360,"2013-08-12 07:00","","","","",356,349,334,313,266,175,38,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","61106",1,40.506946,-107.891109,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6022,69,250,365,0,530,"","","Certification not required",0,13.883029,6.242827,39.9,"2013-05-04 01:00",38.8,"2013-02-02 17:00",38,"2013-01-06 10:00",37.3,"2013-06-05 16:00","","","","",31.3,29.2,26,23,17.7,12.5,6.9,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","62101",1,40.506946,-107.891109,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6526,74,272,365,0,26,"","","Certification not required",0,47.134998,23.573724,91,"2013-07-23 16:00",91,"2013-07-23 17:00",90,"2013-06-28 14:00",90,"2013-06-28 15:00","","","","",87,85,81,77,65,51,15,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","62101",2,40.506946,-107.891109,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6526,74,272,365,0,26,"","","Certification not required",0,46.860558,24.05013,92,"2013-06-28 14:00",92,"2013-07-22 15:00",91,"2013-06-27 14:00",91,"2013-06-27 16:00","","","","",88,86,83,78,65,51,14,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","62106",1,40.506946,-107.891109,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",4152,47,172,365,0,2400,"","","Certification not required",0,0.150458,0.800036,2.8,"2013-05-24 23:00",2.7,"2013-06-11 00:00",2.5,"2013-01-10 03:00",2.5,"2013-02-16 23:00","","","","",2,1.9,1.5,1.2,0.7,0.1,-0.9,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","62201",1,40.506946,-107.891109,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6536,75,273,365,0,16,"","","Certification not required",1,53.313571,24.768312,99,"2013-04-02 07:00",99,"2013-04-02 08:00",99,"2013-04-03 06:00",99,"2013-04-03 07:00","","","","",96,94,90,85,75,56,19,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","63301",1,40.506946,-107.891109,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,6,"","","Certification not required",3075,0.336107,0.442024,1.67,"2013-06-01 11:00",1.53,"2013-05-31 13:00",1.52,"2013-05-31 11:00",1.52,"2013-07-02 12:00","","","","",1.45,1.39,1.27,1.11,0.63,0.04,0.005,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","081","0002","64101",1,40.506946,-107.891109,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6549,75,273,365,0,3,"","","Certification not required",0,804.269049,5.265485,819.3,"2013-05-02 08:00",819.1,"2013-05-02 07:00",819,"2013-05-02 09:00",818.7,"2013-05-02 06:00","","","","",813.8,812.7,811.4,810.3,807.9,805.1,796.9,"LAY PEAK","17820 County Road 17","Colorado","Moffat","","","2013-12-03" +"08","083","0006","44201",1,37.350054,-108.592334,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8627,98,209,214,0,133,0,0,"Certification not required",95,0.052459,0.007,0.071,"2013-07-10 17:00",0.068,"2013-05-31 14:00",0.068,"2013-07-21 13:00",0.067,"2013-07-07 16:00","","","","",0.068,0.067,0.064,0.062,0.057,0.053,0.047,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-05" +"08","083","0006","44201",1,37.350054,-108.592334,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8642,97,208,214,0,0,0,0,"Certification not required",0,0.048798,0.006732,0.065,"2013-05-31 11:00",0.064,"2013-07-10 10:00",0.064,"2013-07-17 10:00",0.064,"2013-07-18 09:00","","","","",0.064,0.062,0.06,0.057,0.054,0.049,0.043,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-05" +"08","083","0006","44201",1,37.350054,-108.592334,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8642,97,208,214,0,0,0,0,"Certification not required",0,0.048798,0.006732,0.065,"2013-05-31 11:00",0.064,"2013-07-10 10:00",0.064,"2013-07-17 10:00",0.064,"2013-07-18 09:00","","","","",0.064,0.062,0.06,0.057,0.054,0.049,0.043,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-05" +"08","083","0006","68101",1,37.350054,-108.592334,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",60,98,59,61,0,0,"","","Certification not required",22,0.135,0.082493,0.3,"2013-01-10 00:00",0.3,"2013-02-27 00:00",0.3,"2013-07-21 00:00",0.3,"2013-09-13 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0006","68102",1,37.350054,-108.592334,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",60,98,59,61,0,0,"","","Certification not required",0,24.088333,0.037243,24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0006","68105",1,37.350054,-108.592334,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,59,61,0,0,"","","Certification not required",0,10.151667,11.021789,27,"2013-06-27 00:00",27,"2013-07-09 00:00",26.1,"2013-07-03 00:00",25.2,"2013-06-09 00:00","","","","",27,27,26.1,24.3,21.3,11.9,-2.9,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0006","68108",1,37.350054,-108.592334,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,59,61,0,0,"","","Certification not required",0,607.866667,3.84208,616,"2013-11-12 00:00",614,"2013-11-06 00:00",613,"2013-01-16 00:00",613,"2013-01-22 00:00","","","","",616,614,613,613,610,609,603,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0006","68109",1,37.350054,-108.592334,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",60,98,59,61,0,0,"","","Certification not required",0,1439.516667,3.743884,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0006","88101",1,37.350054,-108.592334,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,97,59,61,0,1,0,0,"Certification not required",0,6.113333,4.363581,32.5,"2013-04-16 00:00",12.4,"2013-01-04 00:00",11.8,"2013-12-06 00:00",11.8,"2013-12-12 00:00","","","","",32.5,12.4,11.8,11.3,7.1,5.1,3,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0006","88101",1,37.350054,-108.592334,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,97,59,61,0,1,"","","Certification not required",0,6.113333,4.363581,32.5,"2013-04-16 00:00",12.4,"2013-01-04 00:00",11.8,"2013-12-06 00:00",11.8,"2013-12-12 00:00","","","","",32.5,12.4,11.8,11.3,7.1,5.1,3,"Cortez - Health Dept","106 W. North Street","Colorado","Montezuma","Cortez","","2014-02-21" +"08","083","0101","44201",1,37.198333,-108.490278,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8579,97,207,214,0,181,0,0,"Certification not required",0,0.058275,0.00705,0.076,"2013-07-24 15:00",0.075,"2013-07-10 16:00",0.074,"2013-08-27 15:00",0.073,"2013-05-31 15:00","","","","",0.074,0.073,0.07,0.068,0.063,0.059,0.052,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","44201",1,37.198333,-108.490278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8595,96,206,214,0,0,0,0,"Certification not required",0,0.054937,0.006556,0.07,"2013-05-31 11:00",0.07,"2013-07-17 10:00",0.07,"2013-07-18 09:00",0.069,"2013-06-01 11:00","","","","",0.07,0.069,0.066,0.063,0.059,0.055,0.049,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","44201",1,37.198333,-108.490278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8595,96,206,214,0,0,0,0,"Certification not required",0,0.054937,0.006556,0.07,"2013-05-31 11:00",0.07,"2013-07-17 10:00",0.07,"2013-07-18 09:00",0.069,"2013-06-01 11:00","","","","",0.07,0.069,0.066,0.063,0.059,0.055,0.049,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","61101",1,37.198333,-108.490278,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,5.941805,3.235823,21.8,"2013-03-01 14:00",21.4,"2013-03-01 17:00",21,"2013-03-01 12:00",20.8,"2013-03-01 15:00","","","","",16.1,14.6,12.4,10.5,7.6,5,2.5,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","61103",1,37.198333,-108.490278,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,5.487459,3.287667,21.6,"2013-03-01 14:00",21.2,"2013-03-01 17:00",20.8,"2013-03-01 12:00",20.6,"2013-03-01 15:00","","","","",15.7,14.4,12,10.1,7.2,4.7,1.9,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","61104",1,37.198333,-108.490278,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,190.239863,119.232766,360,"2013-01-22 16:00",360,"2013-02-15 06:00",360,"2013-02-23 02:00",360,"2013-02-25 07:00","","","","",358,357,353,344,312,196,22,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","61106",1,37.198333,-108.490278,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,18.643404,13.161927,82,"2013-12-22 04:00",81,"2013-03-02 03:00",80,"2013-02-14 21:00",78,"2013-07-27 11:00","","","","",60,55,47,38,25,15,5,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","62101",1,37.198333,-108.490278,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8750,100,364,365,0,10,"","","Certification not required",0,49.717371,18.574333,92,"2013-06-27 15:00",91,"2013-06-27 14:00",90,"2013-06-27 13:00",90,"2013-06-27 16:00","","","","",84,82,79,74,65,49,26,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","62201",1,37.198333,-108.490278,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8750,100,364,365,0,10,"","","Certification not required",0,45.0664,22.995207,99,"2013-01-26 16:00",99,"2013-01-26 17:00",99,"2013-01-26 18:00",98,"2013-01-26 13:00","","","","",95,95,91,80,60,42,17,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","63301",1,37.198333,-108.490278,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8760,100,365,365,0,0,"","","Certification not required",4322,0.317033,0.444238,1.62,"2013-05-29 11:00",1.61,"2013-06-07 11:00",1.61,"2013-06-24 11:00",1.6,"2013-05-17 11:00","","","","",1.51,1.45,1.27,1.07,0.6,0.01,0.005,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","65102",1,37.198333,-108.490278,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8661,99,364,365,0,99,"","","Certification not required",0,0.001645,0.013928,0.38,"2013-08-25 22:00",0.35,"2013-09-14 21:00",0.32,"2013-08-21 13:00",0.29,"2013-09-12 08:00","","","","",0.05,0.02,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-02-18" +"08","083","0101","85101",1,37.198333,-108.490278,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,7.614542,14.157174,97.8444,"2013-04-16 00:00",23.5161,"2013-04-13 00:00",17.421,"2013-05-22 00:00",14.81,"2013-05-01 00:00","","","","",97.8444,97.8444,17.421,14.0349,8.1837,4.1479,1.4726,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","86502",1,37.198333,-108.490278,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.9375,8.628025,57,"2013-04-16 00:00",18,"2013-04-13 00:00",12,"2013-05-22 00:00",9,"2013-05-01 00:00","","","","",57,57,12,9,4,2,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88103",1,37.198333,-108.490278,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88103",2,37.198333,-108.490278,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88104",1,37.198333,-108.490278,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.143963,0.405903,2.8314,"2013-04-16 00:00",0.3598,"2013-05-22 00:00",0.291,"2013-04-22 00:00",0.2877,"2013-04-19 00:00","","","","",2.8314,2.8314,0.291,0.2692,0.1538,0.052,0.0114,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88104",2,37.198333,-108.490278,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.175769,0.456627,3.1758,"2013-04-16 00:00",0.4681,"2013-05-22 00:00",0.3889,"2013-04-19 00:00",0.3578,"2013-04-22 00:00","","","","",3.1758,3.1758,0.3889,0.3042,0.203,0.073,0.0136,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88109",1,37.198333,-108.490278,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001188,0.000593,0.0026,"2013-05-16 00:00",0.0022,"2013-05-01 00:00",0.0021,"2013-03-17 00:00",0.0021,"2013-03-29 00:00","","","","",0.0026,0.0026,0.0021,0.002,0.0017,0.0011,0.0004,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88109",2,37.198333,-108.490278,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001223,0.000587,0.0027,"2013-04-16 00:00",0.0026,"2013-05-28 00:00",0.0025,"2013-05-16 00:00",0.0024,"2013-03-29 00:00","","","","",0.0027,0.0027,0.0025,0.0022,0.0015,0.0011,0.0006,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88111",1,37.198333,-108.490278,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.086981,0.21388,1.4841,"2013-04-16 00:00",0.2168,"2013-04-19 00:00",0.1998,"2013-04-22 00:00",0.1945,"2013-04-13 00:00","","","","",1.4841,1.4841,0.1998,0.1747,0.0963,0.0367,0.0074,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88111",2,37.198333,-108.490278,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.10924,0.250647,1.7383,"2013-04-16 00:00",0.2502,"2013-04-19 00:00",0.2402,"2013-04-22 00:00",0.2323,"2013-04-13 00:00","","","","",1.7383,1.7383,0.2402,0.2044,0.124,0.0576,0.0087,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88112",1,37.198333,-108.490278,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,4.2e-05,0.000289,0.002,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.002,0.002,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88112",2,37.198333,-108.490278,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000104,0.000515,0.003,"2013-01-01 00:00",0.002,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.003,0.003,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88114",1,37.198333,-108.490278,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",29,0.000234,0.000226,0.0015,"2013-04-16 00:00",0.0007,"2013-01-25 00:00",0.0005,"2013-05-28 00:00",0.0004,"2013-01-19 00:00","","","","",0.0015,0.0015,0.0005,0.0004,0.0003,0.00015,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88114",2,37.198333,-108.490278,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",15,0.000282,0.000293,0.0021,"2013-04-16 00:00",0.0007,"2013-01-25 00:00",0.0005,"2013-01-07 00:00",0.0004,"2013-01-01 00:00","","","","",0.0021,0.0021,0.0005,0.0004,0.0003,0.0002,0.00015,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88115",1,37.198333,-108.490278,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",21,0.003908,0.013052,0.0694,"2013-04-16 00:00",0.0603,"2013-05-25 00:00",0.0126,"2013-05-28 00:00",0.0061,"2013-04-13 00:00","","","","",0.0694,0.0694,0.0126,0.0053,0.0018,0.0003,0.00015,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88115",2,37.198333,-108.490278,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",16,0.004703,0.015197,0.08,"2013-04-16 00:00",0.0711,"2013-05-25 00:00",0.015,"2013-05-28 00:00",0.0082,"2013-04-19 00:00","","","","",0.08,0.08,0.015,0.0074,0.0022,0.0008,0.00015,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88126",1,37.198333,-108.490278,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.075033,0.202814,1.4173,"2013-04-16 00:00",0.1582,"2013-04-22 00:00",0.1489,"2013-04-19 00:00",0.1454,"2013-05-22 00:00","","","","",1.4173,1.4173,0.1489,0.1311,0.0776,0.0322,0.0069,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88126",2,37.198333,-108.490278,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.092546,0.236664,1.6532,"2013-04-16 00:00",0.1894,"2013-05-22 00:00",0.1885,"2013-04-19 00:00",0.1866,"2013-04-22 00:00","","","","",1.6532,1.6532,0.1885,0.1525,0.1043,0.0433,0.0067,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88128",1,37.198333,-108.490278,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.0005,0.000744,0.003,"2013-04-16 00:00",0.002,"2013-05-19 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0.001,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88128",2,37.198333,-108.490278,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000438,0.000712,0.003,"2013-05-19 00:00",0.002,"2013-01-25 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-06 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88132",1,37.198333,-108.490278,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001563,0.003741,0.026,"2013-04-16 00:00",0.004,"2013-04-19 00:00",0.003,"2013-04-13 00:00",0.003,"2013-04-22 00:00","","","","",0.026,0.026,0.003,0.003,0.002,0.001,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88132",2,37.198333,-108.490278,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001958,0.004472,0.031,"2013-04-16 00:00",0.004,"2013-04-19 00:00",0.004,"2013-04-22 00:00",0.004,"2013-05-01 00:00","","","","",0.031,0.031,0.004,0.004,0.002,0.001,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88136",1,37.198333,-108.490278,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88136",2,37.198333,-108.490278,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,4.2e-05,0.000202,0.001,"2013-04-16 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88140",1,37.198333,-108.490278,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",12,0.026728,0.055941,0.3785,"2013-04-16 00:00",0.072,"2013-05-28 00:00",0.0656,"2013-05-22 00:00",0.0633,"2013-04-22 00:00","","","","",0.3785,0.3785,0.0656,0.056,0.0391,0.0105,0.00105,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88140",2,37.198333,-108.490278,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",10,0.031282,0.063838,0.4305,"2013-04-16 00:00",0.098,"2013-05-22 00:00",0.0828,"2013-05-28 00:00",0.0706,"2013-04-22 00:00","","","","",0.4305,0.4305,0.0828,0.0674,0.04,0.0144,0.00105,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88152",1,37.198333,-108.490278,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",42,0.000322,0.000949,0.0066,"2013-04-16 00:00",0.0015,"2013-01-25 00:00",0.0006,"2013-02-06 00:00",0.0003,"2013-02-12 00:00","","","","",0.0066,0.0066,0.0006,0.0003,0.00015,0.00015,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88152",2,37.198333,-108.490278,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",43,0.000322,0.000983,0.0069,"2013-04-16 00:00",0.0011,"2013-02-12 00:00",0.0007,"2013-02-06 00:00",0.0004,"2013-02-21 00:00","","","","",0.0069,0.0069,0.0007,0.0003,0.00015,0.00015,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88154",1,37.198333,-108.490278,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",35,0.000152,0.000141,0.001,"2013-01-22 00:00",0.0004,"2013-01-13 00:00",0.0003,"2013-02-06 00:00",0.0003,"2013-05-01 00:00","","","","",0.001,0.001,0.0003,0.0002,0.0002,0.0001,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88154",2,37.198333,-108.490278,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",26,0.000167,0.000106,0.0007,"2013-01-22 00:00",0.0004,"2013-01-19 00:00",0.0003,"2013-02-06 00:00",0.0003,"2013-05-19 00:00","","","","",0.0007,0.0007,0.0003,0.0003,0.0002,0.0001,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88161",1,37.198333,-108.490278,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.007848,0.022522,0.1573,"2013-04-16 00:00",0.0163,"2013-04-19 00:00",0.0158,"2013-05-22 00:00",0.0153,"2013-04-13 00:00","","","","",0.1573,0.1573,0.0158,0.0153,0.0083,0.0031,0.0005,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88161",2,37.198333,-108.490278,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.00959,0.025929,0.181,"2013-04-16 00:00",0.0206,"2013-05-22 00:00",0.0199,"2013-04-19 00:00",0.0187,"2013-04-22 00:00","","","","",0.181,0.181,0.0199,0.0172,0.0106,0.0045,0.0006,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88164",1,37.198333,-108.490278,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.000273,0.000632,0.0044,"2013-04-16 00:00",0.0009,"2013-05-25 00:00",0.0006,"2013-05-28 00:00",0.0005,"2013-05-07 00:00","","","","",0.0044,0.0044,0.0006,0.0004,0.0003,0.0001,5e-05,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88164",2,37.198333,-108.490278,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",11,0.000355,0.000858,0.006,"2013-04-16 00:00",0.0008,"2013-04-22 00:00",0.0008,"2013-05-25 00:00",0.0007,"2013-05-01 00:00","","","","",0.006,0.006,0.0008,0.0007,0.0004,0.0002,5e-05,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88165",1,37.198333,-108.490278,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.32596,0.872047,6.068,"2013-04-16 00:00",0.7782,"2013-05-22 00:00",0.6887,"2013-04-19 00:00",0.6825,"2013-04-13 00:00","","","","",6.068,6.068,0.6887,0.643,0.3596,0.1357,0.0216,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88165",2,37.198333,-108.490278,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.399038,0.978745,6.7904,"2013-04-16 00:00",0.9821,"2013-05-22 00:00",0.8974,"2013-04-19 00:00",0.7976,"2013-04-13 00:00","","","","",6.7904,6.7904,0.8974,0.7789,0.4741,0.1769,0.0249,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88167",1,37.198333,-108.490278,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001135,0.000945,0.0064,"2013-04-16 00:00",0.0026,"2013-04-22 00:00",0.0021,"2013-05-01 00:00",0.0019,"2013-03-23 00:00","","","","",0.0064,0.0064,0.0021,0.0018,0.0013,0.001,0.0003,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88167",2,37.198333,-108.490278,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.001202,0.001126,0.0078,"2013-04-16 00:00",0.0026,"2013-04-22 00:00",0.0022,"2013-05-01 00:00",0.0021,"2013-03-23 00:00","","","","",0.0078,0.0078,0.0022,0.002,0.0015,0.0011,0.0004,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88168",1,37.198333,-108.490278,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",19,0.000839,0.00198,0.0137,"2013-04-16 00:00",0.0022,"2013-04-22 00:00",0.0019,"2013-03-17 00:00",0.0016,"2013-04-13 00:00","","","","",0.0137,0.0137,0.0019,0.0016,0.0009,0.0003,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88168",2,37.198333,-108.490278,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",13,0.001018,0.002252,0.0156,"2013-04-16 00:00",0.0022,"2013-04-13 00:00",0.0022,"2013-05-16 00:00",0.0021,"2013-03-17 00:00","","","","",0.0156,0.0156,0.0022,0.002,0.001,0.0005,0.0001,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88169",1,37.198333,-108.490278,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.158844,0.080138,0.3672,"2013-05-19 00:00",0.3233,"2013-05-07 00:00",0.3206,"2013-05-01 00:00",0.3148,"2013-04-22 00:00","","","","",0.3672,0.3672,0.3206,0.3048,0.2086,0.1519,0.0595,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88169",2,37.198333,-108.490278,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.161844,0.081121,0.3712,"2013-05-19 00:00",0.3397,"2013-03-23 00:00",0.3139,"2013-04-22 00:00",0.3104,"2013-05-07 00:00","","","","",0.3712,0.3712,0.3139,0.3101,0.2113,0.1519,0.0611,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88176",1,37.198333,-108.490278,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",35,0.000295,0.000628,0.0045,"2013-04-16 00:00",0.0005,"2013-03-17 00:00",0.0005,"2013-04-10 00:00",0.0004,"2013-04-19 00:00","","","","",0.0045,0.0045,0.0005,0.0004,0.0003,0.00015,0.00015,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88176",2,37.198333,-108.490278,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",37,0.000305,0.000661,0.0047,"2013-04-16 00:00",0.0007,"2013-04-07 00:00",0.0005,"2013-04-19 00:00",0.0005,"2013-05-01 00:00","","","","",0.0047,0.0047,0.0005,0.0005,0.00015,0.00015,0.00015,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88180",1,37.198333,-108.490278,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.043404,0.098356,0.6899,"2013-04-16 00:00",0.0845,"2013-04-22 00:00",0.0841,"2013-05-22 00:00",0.0813,"2013-04-19 00:00","","","","",0.6899,0.6899,0.0841,0.0777,0.0516,0.0239,0.007,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88180",2,37.198333,-108.490278,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.05176,0.112686,0.788,"2013-04-16 00:00",0.1069,"2013-05-22 00:00",0.1029,"2013-04-19 00:00",0.0992,"2013-04-22 00:00","","","","",0.788,0.788,0.1029,0.0902,0.0653,0.0285,0.0073,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88184",1,37.198333,-108.490278,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",14,0.018643,0.024698,0.1169,"2013-05-25 00:00",0.1075,"2013-05-28 00:00",0.0562,"2013-05-07 00:00",0.0515,"2013-05-22 00:00","","","","",0.1169,0.1169,0.0562,0.0457,0.0306,0.01,0.0016,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88184",2,37.198333,-108.490278,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",9,0.019751,0.026482,0.1256,"2013-05-25 00:00",0.1251,"2013-05-28 00:00",0.0557,"2013-05-22 00:00",0.0545,"2013-05-07 00:00","","","","",0.1256,0.1256,0.0557,0.052,0.0213,0.0107,0.0016,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88185",1,37.198333,-108.490278,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",36,0.000822,0.000678,0.0047,"2013-04-16 00:00",0.002,"2013-03-17 00:00",0.0019,"2013-04-01 00:00",0.0016,"2013-01-07 00:00","","","","",0.0047,0.0047,0.0019,0.0015,0.0008,0.00065,0.0004,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88185",2,37.198333,-108.490278,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",36,0.000874,0.000754,0.0048,"2013-04-16 00:00",0.003,"2013-03-26 00:00",0.0022,"2013-05-04 00:00",0.0018,"2013-03-23 00:00","","","","",0.0048,0.0048,0.0022,0.0016,0.0009,0.00065,0.0004,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88203",1,37.198333,-108.490278,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",33,0.01711,0.041743,0.2525,"2013-02-12 00:00",0.1159,"2013-04-16 00:00",0.1064,"2013-05-25 00:00",0.0687,"2013-05-28 00:00","","","","",0.2525,0.2525,0.1064,0.0249,0.00995,0.0036,0.0027,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88306",1,37.198333,-108.490278,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.2151,0.215188,1.2666,"2013-01-22 00:00",0.8603,"2013-02-06 00:00",0.5239,"2013-02-21 00:00",0.5231,"2013-01-04 00:00","","","","",1.2666,1.2666,0.5239,0.4399,0.2192,0.167,0.0629,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88320",1,37.198333,-108.490278,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.234792,0.153456,0.81,"2013-04-16 00:00",0.62,"2013-01-22 00:00",0.55,"2013-05-13 00:00",0.53,"2013-02-06 00:00","","","","",0.81,0.81,0.55,0.49,0.29,0.2,0.09,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88321",1,37.198333,-108.490278,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.037917,0.030032,0.17,"2013-01-22 00:00",0.11,"2013-01-19 00:00",0.1,"2013-02-06 00:00",0.09,"2013-01-16 00:00","","","","",0.17,0.17,0.1,0.06,0.05,0.03,0.01,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88324",1,37.198333,-108.490278,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",46,0.019455,0.006384,0.02935,"2013-01-19 00:00",0.02915,"2013-01-13 00:00",0.0291,"2013-01-16 00:00",0.02885,"2013-01-01 00:00","","","","",0.02935,0.02935,0.0291,0.02885,0.0244,0.01595,0.01,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88325",1,37.198333,-108.490278,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",32,0.038089,0.023057,0.1161,"2013-02-06 00:00",0.1044,"2013-05-13 00:00",0.1036,"2013-01-22 00:00",0.0751,"2013-01-19 00:00","","","","",0.1161,0.1161,0.1036,0.071,0.0461,0.0317,0.018,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88326",1,37.198333,-108.490278,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",33,0.06015,0.049724,0.2175,"2013-05-13 00:00",0.1799,"2013-01-19 00:00",0.179,"2013-01-22 00:00",0.1722,"2013-02-06 00:00","","","","",0.2175,0.2175,0.179,0.1539,0.0806,0.0368,0.02425,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88327",1,37.198333,-108.490278,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",5,0.054028,0.051004,0.351,"2013-04-16 00:00",0.1132,"2013-01-22 00:00",0.1132,"2013-02-06 00:00",0.105,"2013-01-19 00:00","","","","",0.351,0.351,0.1132,0.1021,0.0657,0.0456,0.01555,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88328",1,37.198333,-108.490278,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.074575,0.04661,0.2702,"2013-04-16 00:00",0.1964,"2013-01-22 00:00",0.1447,"2013-05-13 00:00",0.1424,"2013-05-16 00:00","","","","",0.2702,0.2702,0.1447,0.1298,0.0893,0.0661,0.0284,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88329",1,37.198333,-108.490278,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.086025,0.053871,0.3206,"2013-01-22 00:00",0.1966,"2013-04-16 00:00",0.195,"2013-01-19 00:00",0.1676,"2013-02-06 00:00","","","","",0.3206,0.3206,0.195,0.1506,0.0998,0.0791,0.0307,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88330",1,37.198333,-108.490278,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.026308,0.01493,0.074,"2013-04-16 00:00",0.058,"2013-02-06 00:00",0.0498,"2013-04-04 00:00",0.0458,"2013-01-22 00:00","","","","",0.074,0.074,0.0498,0.0448,0.0371,0.0257,0.0087,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88331",1,37.198333,-108.490278,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",20,5.1e-05,0.000145,0.001,"2013-04-04 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88338",1,37.198333,-108.490278,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",48,0.015898,0.005199,0.02695,"2013-02-21 00:00",0.02685,"2013-02-24 00:00",0.0267,"2013-02-09 00:00",0.02635,"2013-02-12 00:00","","","","",0.02695,0.02695,0.0267,0.0259,0.01615,0.0152,0.0107,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88339",1,37.198333,-108.490278,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.655192,0.330581,1.51458,"2013-05-19 00:00",1.33349,"2013-05-07 00:00",1.32248,"2013-05-01 00:00",1.29855,"2013-04-22 00:00","","","","",1.51458,1.51458,1.32248,1.25734,0.86043,0.62675,0.24552,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88344",1,37.198333,-108.490278,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.277467,0.277597,1.6339,"2013-01-22 00:00",1.1098,"2013-02-06 00:00",0.6758,"2013-02-21 00:00",0.6748,"2013-01-04 00:00","","","","",1.6339,1.6339,0.6758,0.5675,0.2828,0.2158,0.0811,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88348",1,37.198333,-108.490278,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.466792,3.945788,27.4924,"2013-04-16 00:00",3.3226,"2013-05-22 00:00",3.093,"2013-04-19 00:00",2.9793,"2013-04-22 00:00","","","","",27.4924,27.4924,3.093,2.9416,1.5767,0.5951,0.1092,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88348",2,37.198333,-108.490278,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.800725,4.471209,31.08,"2013-04-16 00:00",4.2704,"2013-05-22 00:00",3.9924,"2013-04-19 00:00",3.6057,"2013-04-22 00:00","","","","",31.08,31.08,3.9924,3.424,2.1643,0.795,0.1234,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88350",1,37.198333,-108.490278,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.422544,0.276735,1.4551,"2013-04-16 00:00",1.1196,"2013-01-22 00:00",0.9913,"2013-05-13 00:00",0.9535,"2013-02-06 00:00","","","","",1.4551,1.4551,0.9913,0.8896,0.5168,0.3512,0.1636,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88403",1,37.198333,-108.490278,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.463983,0.24161,1.0873,"2013-05-19 00:00",0.9334,"2013-05-01 00:00",0.9303,"2013-04-22 00:00",0.9148,"2013-03-23 00:00","","","","",1.0873,1.0873,0.9303,0.9061,0.595,0.4649,0.1586,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88502",1,37.198333,-108.490278,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.1625,5.627955,40.1,"2013-04-16 00:00",5.6,"2013-04-22 00:00",5.4,"2013-05-01 00:00",5.2,"2013-05-22 00:00","","","","",40.1,40.1,5.4,5.1,3.7,2.2,0.8,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","083","0101","88502",2,37.198333,-108.490278,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.616667,6.481966,46.1,"2013-04-16 00:00",6.4,"2013-05-22 00:00",6.3,"2013-04-22 00:00",6.1,"2013-04-19 00:00","","","","",46.1,46.1,6.3,5.5,4.2,2.5,0.9,"Mesa Verde National Park, Resource Management Area","MESA VERDE NATIONAL PARK, COLORADO","Colorado","Montezuma","","","2014-01-28" +"08","097","0002","85101",1,39.154,-106.821,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,3.42614,5.382503,38.2166,"2013-04-16 00:00",7.6348,"2013-05-16 00:00",7.2525,"2013-04-28 00:00",7.0979,"2013-05-28 00:00","","","","",38.2166,38.2166,7.2525,6.19,3.7684,2.4416,0.666,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","86502",1,39.154,-106.821,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.16,3.705264,26,"2013-04-16 00:00",4,"2013-05-16 00:00",3,"2013-03-17 00:00",3,"2013-05-28 00:00","","","","",26,26,3,2,1,0,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88103",1,39.154,-106.821,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88104",1,39.154,-106.821,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.068049,0.120246,0.83,"2013-04-16 00:00",0.235,"2013-04-28 00:00",0.155,"2013-04-22 00:00",0.1538,"2013-05-28 00:00","","","","",0.83,0.235,0.155,0.143,0.0707,0.0463,0.0054,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88109",1,39.154,-106.821,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000725,0.000489,0.002,"2013-05-28 00:00",0.0019,"2013-04-28 00:00",0.0018,"2013-05-13 00:00",0.0015,"2013-03-29 00:00","","","","",0.002,0.0019,0.0018,0.0014,0.0011,0.0006,0.0003,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88111",1,39.154,-106.821,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.047484,0.071614,0.4622,"2013-04-16 00:00",0.1967,"2013-04-28 00:00",0.137,"2013-03-17 00:00",0.129,"2013-04-07 00:00","","","","",0.4622,0.1967,0.137,0.0989,0.0509,0.0295,0.0036,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88112",1,39.154,-106.821,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88114",1,39.154,-106.821,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.000186,0.000104,0.0006,"2013-01-01 00:00",0.0004,"2013-02-03 00:00",0.0004,"2013-04-01 00:00",0.0004,"2013-04-07 00:00","","","","",0.0006,0.0004,0.0004,0.0003,0.0002,0.00015,0.0001,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88115",1,39.154,-106.821,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.001876,0.004594,0.0279,"2013-05-25 00:00",0.0172,"2013-04-16 00:00",0.0072,"2013-05-28 00:00",0.0063,"2013-04-28 00:00","","","","",0.0279,0.0172,0.0072,0.0032,0.0014,0.0005,0.00015,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88126",1,39.154,-106.821,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.0388,0.058416,0.389,"2013-04-16 00:00",0.147,"2013-04-28 00:00",0.0912,"2013-04-22 00:00",0.0892,"2013-04-07 00:00","","","","",0.389,0.147,0.0912,0.085,0.0414,0.0277,0.0036,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88128",1,39.154,-106.821,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000294,0.000502,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-31 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88132",1,39.154,-106.821,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000941,0.001156,0.007,"2013-04-16 00:00",0.004,"2013-04-28 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-22 00:00","","","","",0.007,0.004,0.002,0.002,0.001,0.001,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88136",1,39.154,-106.821,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88140",1,39.154,-106.821,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.015856,0.019101,0.0911,"2013-04-28 00:00",0.0668,"2013-05-28 00:00",0.0548,"2013-03-17 00:00",0.0479,"2013-05-25 00:00","","","","",0.0911,0.0668,0.0548,0.045,0.022,0.0107,0.00105,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88152",1,39.154,-106.821,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.00016,5.3e-05,0.0005,"2013-02-15 00:00",0.0003,"2013-03-23 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0005,0.0003,0.00015,0.00015,0.00015,0.00015,0.00015,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88154",1,39.154,-106.821,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000116,4.2e-05,0.0003,"2013-05-28 00:00",0.0002,"2013-01-10 00:00",0.0002,"2013-01-16 00:00",0.0002,"2013-02-09 00:00","","","","",0.0003,0.0002,0.0002,0.0002,0.0001,0.0001,0.0001,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88161",1,39.154,-106.821,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.003837,0.006796,0.0472,"2013-04-16 00:00",0.0132,"2013-04-28 00:00",0.0084,"2013-04-22 00:00",0.0084,"2013-04-25 00:00","","","","",0.0472,0.0132,0.0084,0.0078,0.004,0.0023,0.0002,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88164",1,39.154,-106.821,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000169,0.000192,0.0012,"2013-04-16 00:00",0.0007,"2013-05-25 00:00",0.0004,"2013-04-25 00:00",0.0004,"2013-04-28 00:00","","","","",0.0012,0.0007,0.0004,0.0003,0.0002,0.0001,5e-05,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88165",1,39.154,-106.821,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.161765,0.296611,2.0676,"2013-04-16 00:00",0.539,"2013-04-28 00:00",0.345,"2013-04-25 00:00",0.3423,"2013-04-22 00:00","","","","",2.0676,0.539,0.345,0.3197,0.1622,0.1027,0.0099,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88167",1,39.154,-106.821,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000715,0.000488,0.002,"2013-04-22 00:00",0.0019,"2013-04-16 00:00",0.0017,"2013-04-28 00:00",0.0015,"2013-03-29 00:00","","","","",0.002,0.0019,0.0017,0.0013,0.001,0.0007,0.00015,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88168",1,39.154,-106.821,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.000506,0.000605,0.0033,"2013-04-16 00:00",0.0025,"2013-03-17 00:00",0.0014,"2013-04-07 00:00",0.0014,"2013-04-28 00:00","","","","",0.0033,0.0025,0.0014,0.0011,0.0006,0.0003,0.0001,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88169",1,39.154,-106.821,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.120453,0.073177,0.3096,"2013-04-22 00:00",0.2531,"2013-03-23 00:00",0.2359,"2013-05-10 00:00",0.2241,"2013-04-07 00:00","","","","",0.3096,0.2531,0.2359,0.2077,0.1748,0.1223,0.0226,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88176",1,39.154,-106.821,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000181,0.000133,0.001,"2013-04-16 00:00",0.0005,"2013-05-04 00:00",0.0004,"2013-04-10 00:00",0.0003,"2013-01-25 00:00","","","","",0.001,0.0005,0.0004,0.00015,0.00015,0.00015,0.00015,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88180",1,39.154,-106.821,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.023537,0.030308,0.204,"2013-04-16 00:00",0.0766,"2013-04-28 00:00",0.0517,"2013-04-07 00:00",0.0512,"2013-05-28 00:00","","","","",0.204,0.0766,0.0517,0.0467,0.0265,0.0181,0.0037,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88184",1,39.154,-106.821,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.011475,0.01643,0.0817,"2013-05-25 00:00",0.0732,"2013-05-28 00:00",0.0399,"2013-03-29 00:00",0.039,"2013-04-07 00:00","","","","",0.0817,0.0732,0.0399,0.0264,0.0132,0.0061,0.0016,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88185",1,39.154,-106.821,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.00071,0.000334,0.0017,"2013-03-17 00:00",0.0017,"2013-04-13 00:00",0.0016,"2013-01-25 00:00",0.0015,"2013-04-22 00:00","","","","",0.0017,0.0017,0.0016,0.0011,0.0007,0.00065,0.0004,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88203",1,39.154,-106.821,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.009376,0.010566,0.0515,"2013-05-25 00:00",0.0456,"2013-04-16 00:00",0.0309,"2013-03-17 00:00",0.0254,"2013-05-28 00:00","","","","",0.0515,0.0456,0.0309,0.0198,0.00895,0.0035,0.00265,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88306",1,39.154,-106.821,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.146479,0.105255,0.3865,"2013-04-19 00:00",0.378,"2013-02-21 00:00",0.3491,"2013-05-28 00:00",0.3334,"2013-03-26 00:00","","","","",0.3865,0.378,0.3491,0.294,0.2111,0.1317,0.0138,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88320",1,39.154,-106.821,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.148039,0.113243,0.55,"2013-05-13 00:00",0.43,"2013-05-16 00:00",0.35,"2013-04-16 00:00",0.34,"2013-04-28 00:00","","","","",0.55,0.43,0.35,0.29,0.19,0.13,0.02,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88321",1,39.154,-106.821,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.028235,0.017743,0.07,"2013-01-22 00:00",0.07,"2013-03-29 00:00",0.06,"2013-03-23 00:00",0.06,"2013-05-13 00:00","","","","",0.07,0.07,0.06,0.05,0.04,0.03,0.01,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88324",1,39.154,-106.821,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",51,0.018521,0.006616,0.0294,"2013-01-31 00:00",0.0293,"2013-01-28 00:00",0.02905,"2013-01-13 00:00",0.0289,"2013-01-25 00:00","","","","",0.0294,0.0293,0.02905,0.02875,0.02275,0.0158,0.00995,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88325",1,39.154,-106.821,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.030121,0.016066,0.1106,"2013-05-13 00:00",0.076,"2013-05-16 00:00",0.0547,"2013-04-28 00:00",0.0436,"2013-05-28 00:00","","","","",0.1106,0.076,0.0547,0.04,0.03225,0.03115,0.01605,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88326",1,39.154,-106.821,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.046954,0.02846,0.1521,"2013-05-13 00:00",0.1181,"2013-04-04 00:00",0.1094,"2013-01-22 00:00",0.1079,"2013-05-16 00:00","","","","",0.1521,0.1181,0.1094,0.0948,0.0382,0.03645,0.02485,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88327",1,39.154,-106.821,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.036237,0.025725,0.1037,"2013-04-16 00:00",0.0986,"2013-05-16 00:00",0.0956,"2013-05-13 00:00",0.0815,"2013-05-28 00:00","","","","",0.1037,0.0986,0.0956,0.0778,0.0505,0.0304,0.011,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88328",1,39.154,-106.821,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.047351,0.039585,0.1638,"2013-05-13 00:00",0.1635,"2013-05-16 00:00",0.16,"2013-04-16 00:00",0.111,"2013-05-04 00:00","","","","",0.1638,0.1635,0.16,0.0993,0.0612,0.0411,0.0087,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88329",1,39.154,-106.821,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.052676,0.036805,0.1691,"2013-05-13 00:00",0.1549,"2013-05-16 00:00",0.1133,"2013-05-04 00:00",0.1076,"2013-05-28 00:00","","","","",0.1691,0.1549,0.1133,0.1073,0.0683,0.0501,0.0103,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88330",1,39.154,-106.821,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.022645,0.013654,0.0559,"2013-05-13 00:00",0.054,"2013-04-16 00:00",0.0535,"2013-05-16 00:00",0.0446,"2013-05-07 00:00","","","","",0.0559,0.054,0.0535,0.0392,0.0324,0.0216,0.0052,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88331",1,39.154,-106.821,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,3.1e-05,4.2e-05,0.00015,"2013-03-17 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.00015,0.0001,0.0001,0.0001,5e-05,0,0,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88338",1,39.154,-106.821,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",51,0.015152,0.004494,0.02455,"2013-02-12 00:00",0.0242,"2013-02-03 00:00",0.0242,"2013-02-24 00:00",0.0239,"2013-02-09 00:00","","","","",0.02455,0.0242,0.0242,0.02355,0.01605,0.0147,0.01045,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88339",1,39.154,-106.821,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.496864,0.301837,1.27722,"2013-04-22 00:00",1.04387,"2013-03-23 00:00",0.97305,"2013-05-10 00:00",0.92441,"2013-04-07 00:00","","","","",1.27722,1.04387,0.97305,0.8568,0.72122,0.50465,0.09335,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88344",1,39.154,-106.821,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.1889,0.135828,0.4986,"2013-04-19 00:00",0.4876,"2013-02-21 00:00",0.4503,"2013-05-28 00:00",0.4301,"2013-03-26 00:00","","","","",0.4986,0.4876,0.4503,0.3791,0.2723,0.1699,0.0178,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88348",1,39.154,-106.821,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.731153,1.270558,8.7597,"2013-04-16 00:00",2.5593,"2013-04-28 00:00",1.5853,"2013-04-22 00:00",1.5816,"2013-04-25 00:00","","","","",8.7597,2.5593,1.5853,1.5195,0.7509,0.478,0.0495,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88350",1,39.154,-106.821,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.266416,0.202256,0.9839,"2013-05-13 00:00",0.7711,"2013-05-16 00:00",0.6262,"2013-04-16 00:00",0.6032,"2013-04-28 00:00","","","","",0.9839,0.7711,0.6262,0.5254,0.3469,0.2362,0.0439,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88403",1,39.154,-106.821,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.341557,0.206951,0.8481,"2013-04-22 00:00",0.736,"2013-03-23 00:00",0.6825,"2013-05-10 00:00",0.6775,"2013-04-07 00:00","","","","",0.8481,0.736,0.6825,0.5995,0.4875,0.3362,0.0642,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0002","88502",1,39.154,-106.821,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.74902,1.79626,11.9,"2013-04-16 00:00",4.7,"2013-04-28 00:00",3.6,"2013-05-28 00:00",3.5,"2013-04-22 00:00","","","","",11.9,4.7,3.6,3.1,2.1,1.6,0.3,"Ajax Mountain","Ajax Mountain","Colorado","Pitkin","","","2014-01-28" +"08","097","0006","81102",1,39.19104,-106.818864,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",112,92,112,122,0,0,0,0,"Certification not required",3,14.410714,7.997245,65,"2013-04-16 00:00",35,"2013-03-14 00:00",30,"2013-03-08 00:00",30,"2013-06-27 00:00","","","","",35,30,28,23,18,13,7,"Aspen - Library","120 Mill St.","Colorado","Pitkin","Aspen","","2014-02-21" +"08","097","0006","85101",1,39.19104,-106.818864,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,"","","Certification not required",5,11.517857,6.473762,52,"2013-04-16 00:00",29,"2013-03-14 00:00",25,"2013-03-08 00:00",24,"2013-06-27 00:00","","","","",29,25,22,18,14,10,6,"Aspen - Library","120 Mill St.","Colorado","Pitkin","Aspen","","2014-02-21" +"08","099","0002","81102",2,38.084688,-102.618641,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",325,91,332,365,0,4,1,1,"Certification not required",0,26.286154,25.213189,168,"2013-12-24 00:00",144,"2013-11-16 00:00",141,"2013-01-11 00:00",140,"2013-06-03 00:00","","","","",140,119,82,51,28,18,8,"Lamar Municipal Bldg","104 E. PARMENTER ST.","Colorado","Prowers","Lamar","","2014-02-21" +"08","099","0002","81102",2,38.084688,-102.618641,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",332,91,332,365,7,4,7,7,"Certification not required",0,33.286145,75.249551,1220,"2013-04-09 00:00",406,"2013-05-24 00:00",207,"2013-05-01 00:00",201,"2013-05-28 00:00","","","","",201,159,99,58,30,19,9,"Lamar Municipal Bldg","104 E. PARMENTER ST.","Colorado","Prowers","Lamar","","2014-02-21" +"08","099","0002","81102",2,38.084688,-102.618641,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",332,91,332,365,7,4,7,7,"Certification not required",0,33.286145,75.249551,1220,"2013-04-09 00:00",406,"2013-05-24 00:00",207,"2013-05-01 00:00",201,"2013-05-28 00:00","","","","",201,159,99,58,30,19,9,"Lamar Municipal Bldg","104 E. PARMENTER ST.","Colorado","Prowers","Lamar","","2014-02-21" +"08","099","0002","85101",2,38.084688,-102.618641,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,4,"","","Certification not required",1,30.216867,68.534076,1114,"2013-04-09 00:00",364,"2013-05-24 00:00",186,"2013-05-01 00:00",181,"2013-05-28 00:00","","","","",181,150,90,51,27,17,8,"Lamar Municipal Bldg","104 E. PARMENTER ST.","Colorado","Prowers","Lamar","","2014-02-21" +"08","099","0003","61101",1,38.113792,-102.626181,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,7.510446,4.713144,35.5,"2013-01-11 13:00",34.7,"2013-01-11 12:00",32.9,"2013-04-09 01:00",32.1,"2013-04-09 00:00","","","","",22.2,20.1,17,14.2,9.9,6.2,2.8,"Lamar - Port of Entry","7100 U.S. HIGHWAY 50","Colorado","Prowers","Lamar","","2014-02-06" +"08","099","0003","61102",1,38.113792,-102.626181,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8747,100,365,365,0,13,"","","Certification not required",0,177.392935,104.095899,360,"2013-02-12 13:00",360,"2013-02-19 01:00",360,"2013-02-25 07:00",360,"2013-03-20 00:00","","","","",356,352,342,318,269,169,37,"Lamar - Port of Entry","7100 U.S. HIGHWAY 50","Colorado","Prowers","Lamar","","2014-02-06" +"08","099","0003","61103",1,38.113792,-102.626181,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,7.020537,4.771269,35,"2013-01-11 13:00",34.5,"2013-01-11 12:00",31.1,"2013-01-11 14:00",31.1,"2013-04-09 00:00","","","","",21.8,19.5,16.6,13.7,9.5,5.7,2.1,"Lamar - Port of Entry","7100 U.S. HIGHWAY 50","Colorado","Prowers","Lamar","","2014-02-06" +"08","099","0003","61104",1,38.113792,-102.626181,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8747,100,365,365,0,13,"","","Certification not required",0,177.691003,104.128329,359.9,"2013-04-22 10:00",359.9,"2013-10-28 17:00",359.8,"2013-01-22 12:00",359.8,"2013-02-24 11:00","","","","",355.9,352.3,342.6,318.9,268.7,170.1,37.3,"Lamar - Port of Entry","7100 U.S. HIGHWAY 50","Colorado","Prowers","Lamar","","2014-02-06" +"08","099","0003","61106",1,38.113792,-102.626181,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8747,100,365,365,0,13,"","","Certification not required",0,18.542609,12.570813,85.2,"2013-09-10 13:00",81.8,"2013-09-24 11:00",78.1,"2013-07-08 13:00",76.6,"2013-06-06 09:00","","","","",60.8,55.7,46.7,38,22.2,14.1,8,"Lamar - Port of Entry","7100 U.S. HIGHWAY 50","Colorado","Prowers","Lamar","","2014-02-06" +"08","099","0003","62101",1,38.113792,-102.626181,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,53.0992,22.920706,107,"2013-06-11 15:00",107,"2013-06-11 16:00",106,"2013-06-10 15:00",106,"2013-06-11 13:00","","","","",98,95,90,83,71,54,22,"Lamar - Port of Entry","7100 U.S. HIGHWAY 50","Colorado","Prowers","Lamar","","2014-02-06" +"08","101","0015","68101",1,38.276099,-104.597613,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,115,122,0,0,"","","Certification not required",60,0.262712,0.251252,0.7,"2013-06-03 00:00",0.7,"2013-06-26 00:00",0.7,"2013-07-09 00:00",0.7,"2013-07-12 00:00","","","","",0.7,0.7,0.7,0.7,0.5,0.05,0.05,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","68102",1,38.276099,-104.597613,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,115,122,0,0,"","","Certification not required",0,23.954237,1.097756,24.1,"2013-01-13 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-19 00:00",24.1,"2013-01-25 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","68105",1,38.276099,-104.597613,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,115,122,0,0,"","","Certification not required",0,12.659322,10.438188,30.6,"2013-06-27 00:00",28.6,"2013-07-12 00:00",28.3,"2013-06-26 00:00",28.3,"2013-09-04 00:00","","","","",28.6,28.3,27.6,26.6,22.3,12.3,-1.1,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","68108",1,38.276099,-104.597613,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,115,122,0,0,"","","Certification not required",0,643.40678,4.074598,656,"2013-11-12 00:00",649,"2013-02-15 00:00",649,"2013-11-06 00:00",649,"2013-11-21 00:00","","","","",649,649,648,648,646,644,637,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","68109",1,38.276099,-104.597613,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,115,122,0,0,"","","Certification not required",0,1432.957627,65.315591,1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","81102",1,38.276099,-104.597613,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",104,85,104,122,0,4,0,0,"Certification not required",1,20.163462,10.600523,64,"2013-06-21 00:00",62,"2013-04-22 00:00",44,"2013-06-12 00:00",41,"2013-06-27 00:00","","","","",62,44,40,34,24,18,9,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","85101",1,38.276099,-104.597613,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,4,"","","Certification not required",1,17.663462,9.236494,55,"2013-04-22 00:00",55,"2013-06-21 00:00",38,"2013-06-12 00:00",37,"2013-11-18 00:00","","","","",55,38,34,31,22,16,8,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","88101",1,38.276099,-104.597613,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,94,115,122,0,2,0,0,"Certification not required",0,6.507627,4.177251,30.9,"2013-06-21 00:00",30.2,"2013-01-07 00:00",17.3,"2013-11-24 00:00",15.2,"2013-06-15 00:00","","","","",30.2,17.3,14.8,10.4,7,5.4,3.9,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","101","0015","88101",1,38.276099,-104.597613,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,94,115,122,0,2,"","","Certification not required",0,6.507627,4.177251,30.9,"2013-06-21 00:00",30.2,"2013-01-07 00:00",17.3,"2013-11-24 00:00",15.2,"2013-06-15 00:00","","","","",30.2,17.3,14.8,10.4,7,5.4,3.9,"Pueblo - Fountain School","925 N. GLENDALE AVE.","Colorado","Pueblo","Pueblo","Pueblo, CO","2014-02-21" +"08","103","0005","42601",1,40.038889,-107.8475,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8605,98,359,365,0,155,"","","Certification not required",0,0.082289,0.236667,6.2,"2013-08-15 08:00",5.6,"2013-07-29 07:00",5,"2013-07-29 05:00",4.6,"2013-08-20 13:00","","","","",1,0.7,0.4,0.2,0.1,0,0,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","42602",1,40.038889,-107.8475,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8606,98,359,365,0,154,0,"","Certification not required",0,1.549025,0.933063,6.5,"2013-03-22 19:00",6.3,"2013-12-08 07:00",5.6,"2013-07-29 05:00",5.3,"2013-08-19 18:00","","","","",5.3,4.2,3.2,2.8,1.9,1.3,0.6,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","42602",1,40.038889,-107.8475,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8606,98,359,365,0,154,"","","Certification not required",0,0.694422,0.568909,6.5,"2013-03-22 19:00",6.3,"2013-12-08 07:00",5.9,"2013-12-08 06:00",5.7,"2013-12-08 08:00","","","","",2.7,2.3,1.7,1.4,0.9,0.6,0.1,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","42603",1,40.038889,-107.8475,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501w/photolytic converter",2013,"Parts per billion","No Events",8605,98,359,365,0,155,"","","Certification not required",0,0.78882,0.704502,10.6,"2013-07-29 05:00",9.2,"2013-07-29 07:00",9.2,"2013-08-15 08:00",8.2,"2013-02-12 09:00","","","","",3.2,2.7,2.1,1.6,1,0.6,0.1,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","44201",1,40.038889,-107.8475,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8489,95,204,214,0,271,0,0,"Certification not required",0,0.054475,0.006004,0.068,"2013-07-10 16:00",0.068,"2013-08-16 15:00",0.067,"2013-05-23 12:00",0.067,"2013-07-11 14:00","","","","",0.067,0.066,0.065,0.063,0.059,0.055,0.049,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","44201",1,40.038889,-107.8475,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8467,94,201,214,0,0,0,0,"Certification not required",0,0.051005,0.005947,0.065,"2013-05-23 09:00",0.065,"2013-07-10 10:00",0.064,"2013-05-31 11:00",0.064,"2013-07-11 11:00","","","","",0.064,0.063,0.061,0.059,0.055,0.051,0.047,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","44201",1,40.038889,-107.8475,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8467,94,201,214,0,0,0,0,"Certification not required",0,0.051005,0.005947,0.065,"2013-05-23 09:00",0.065,"2013-07-10 10:00",0.064,"2013-05-31 11:00",0.064,"2013-07-11 11:00","","","","",0.064,0.063,0.061,0.059,0.055,0.051,0.047,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","61101",1,40.038889,-107.8475,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8683,99,360,365,0,77,"","","Certification not required",0,6.259876,4.356478,34,"2013-03-17 14:00",33.8,"2013-03-17 15:00",31.5,"2013-03-17 16:00",28.5,"2013-03-17 13:00","","","","",20,18.1,14.4,12.2,8.7,5.2,1.7,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","61103",1,40.038889,-107.8475,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8683,99,360,365,0,77,"","","Certification not required",0,5.546597,4.485023,33.8,"2013-03-17 14:00",33.4,"2013-03-17 15:00",31.1,"2013-03-17 16:00",28.4,"2013-03-17 17:00","","","","",19.4,17.3,14,11.8,8.2,4.3,1,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","61104",1,40.038889,-107.8475,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8683,99,360,365,0,77,"","","Certification not required",0,174.263043,84.539353,360,"2013-05-20 16:00",360,"2013-08-18 10:00",360,"2013-10-25 11:00",359,"2013-01-25 21:00","","","","",350,341,313,289,249,154,69,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","61106",1,40.038889,-107.8475,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8683,99,360,365,0,77,"","","Certification not required",0,27.084303,16.302795,79.9,"2013-12-18 18:00",79.8,"2013-03-21 05:00",79.6,"2013-11-12 12:00",79.1,"2013-03-05 14:00","","","","",67.3,63.1,57.1,50.8,39,24,8.1,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","62101",1,40.038889,-107.8475,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8752,100,365,365,0,8,"","","Certification not required",0,42.971549,21.958839,92,"2013-06-28 14:00",91,"2013-06-10 12:00",91,"2013-06-28 13:00",91,"2013-07-10 16:00","","","","",87,84,79,73,60,42,15,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","62201",1,40.038889,-107.8475,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8754,100,365,365,0,6,"","","Certification not required",0,59.291067,24.033423,100,"2013-01-27 00:00",100,"2013-01-27 02:00",100,"2013-01-27 03:00",100,"2013-01-27 04:00","","","","",100,98,95,90,79,62,24,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","63301",1,40.038889,-107.8475,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8757,100,365,365,0,3,"","","Certification not required",4299,0.291741,0.414518,1.67,"2013-06-07 12:00",1.6,"2013-05-31 12:00",1.59,"2013-06-22 12:00",1.58,"2013-06-18 12:00","","","","",1.46,1.42,1.22,0.99,0.52,0.01,0.005,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","64101",1,40.038889,-107.8475,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8757,100,365,365,0,3,"","","Certification not required",0,797.467854,5.5882,812,"2013-05-02 06:00",812,"2013-05-02 07:00",812,"2013-05-02 08:00",812,"2013-05-02 09:00","","","","",808,807,805,804,801,799,789,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","65102",1,40.038889,-107.8475,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8735,100,364,365,0,25,"","","Certification not required",0,0.00188,0.012554,0.34,"2013-07-05 22:00",0.33,"2013-09-09 10:00",0.3,"2013-08-05 17:00",0.24,"2013-05-07 14:00","","","","",0.05,0.03,0.01,0,0,0,0,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","88501",1,40.038889,-107.8475,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8565,98,350,365,0,195,"","","Certification not required",0,4.623234,2.56811,44,"2013-07-21 18:00",38,"2013-07-21 19:00",35,"2013-07-21 22:00",33,"2013-07-21 21:00","","","","",13,11,9,7,6,4,2,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0005","88501",1,40.038889,-107.8475,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,4.586,1.671882,15.3,"2013-07-21 00:00",11.5,"2013-07-22 00:00",10.2,"2013-06-19 00:00",10.1,"2013-05-06 00:00","","","","",10.1,9,7.9,6.5,5.4,4.2,3,"","Meeker, Colorado Plant Science Building","Colorado","Rio Blanco","","","2014-02-14" +"08","103","0006","42601",1,40.086944,-108.761389,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8293,95,347,365,0,467,"","","Certification not required",0,0.356964,1.015893,14,"2013-09-03 07:00",13.6,"2013-12-09 11:00",13,"2013-01-02 10:00",13,"2013-01-07 11:00","","","","",5.1,3.6,2.2,0.9,0.2,0,0,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","42602",1,40.086944,-108.761389,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8293,95,347,365,0,467,0,"","Certification not required",0,6.54121,6.793588,32.7,"2013-01-02 04:00",27.4,"2013-01-08 07:00",27.3,"2013-01-10 17:00",26,"2013-01-25 08:00","","","","",26,24.2,21,17.8,10.1,3.5,0.7,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","42602",1,40.086944,-108.761389,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8293,95,347,365,0,467,"","","Certification not required",0,3.150211,4.815649,32.7,"2013-01-02 04:00",29.8,"2013-01-02 03:00",28.2,"2013-01-02 05:00",27.4,"2013-01-08 07:00","","","","",20.5,18,14.1,10.7,3.9,1,0,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","42603",1,40.086944,-108.761389,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501w/photolytic converter",2013,"Parts per billion","No Events",8293,95,347,365,0,467,"","","Certification not required",0,3.528687,5.272914,33.2,"2013-01-02 08:00",33.1,"2013-01-02 10:00",33,"2013-01-02 04:00",33,"2013-01-02 09:00","","","","",22.4,19.7,15.3,11.7,4.5,1.1,0,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","44201",1,40.086944,-108.761389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8193,93,200,214,0,567,0,0,"Certification not required",2,0.05544,0.007298,0.12,"2013-01-26 21:00",0.11,"2013-01-25 13:00",0.099,"2013-02-05 19:00",0.096,"2013-01-27 00:00","","","","",0.11,0.096,0.085,0.076,0.065,0.059,0.053,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","44201",1,40.086944,-108.761389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8214,94,234,250,0,0,6,6,"Certification not required",0,0.053303,0.01005,0.106,"2013-01-25 12:00",0.102,"2013-01-26 14:00",0.091,"2013-01-24 21:00",0.091,"2013-02-05 17:00","","","","",0.091,0.09,0.072,0.065,0.058,0.053,0.046,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","44201",1,40.086944,-108.761389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8214,94,234,250,0,0,9,9,"Certification not required",0,0.053303,0.01005,0.106,"2013-01-25 12:00",0.102,"2013-01-26 14:00",0.091,"2013-01-24 21:00",0.091,"2013-02-05 17:00","","","","",0.091,0.09,0.072,0.065,0.058,0.053,0.046,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","61101",1,40.086944,-108.761389,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8698,99,361,365,0,62,"","","Certification not required",0,5.387399,4.412052,31.5,"2013-09-25 20:00",30.9,"2013-11-21 15:00",30.5,"2013-04-09 02:00",30.1,"2013-09-25 19:00","","","","",21.6,18.4,14.8,11.3,7,4.1,1.4,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","61103",1,40.086944,-108.761389,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8698,99,361,365,0,62,"","","Certification not required",0,4.837158,4.470903,31.3,"2013-09-25 20:00",30.7,"2013-11-21 15:00",30.3,"2013-04-09 02:00",29.9,"2013-09-25 19:00","","","","",21.2,18.1,14.4,10.7,6.6,3.5,0.8,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","61104",1,40.086944,-108.761389,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8698,99,361,365,0,62,"","","Certification not required",0,168.267993,96.351021,360,"2013-01-25 21:00",360,"2013-03-29 22:00",360,"2013-03-30 15:00",360,"2013-12-09 13:00","","","","",349,339,318,297,260,169,58,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","61106",1,40.086944,-108.761389,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8698,99,361,365,0,62,"","","Certification not required",0,25.572235,15.694643,89.8,"2013-12-02 11:00",83.6,"2013-03-29 22:00",78.5,"2013-12-09 06:00",78.2,"2013-07-04 12:00","","","","",65.4,61.2,55.3,49,36.9,21.5,8.7,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","62101",1,40.086944,-108.761389,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8731,100,364,365,0,29,"","","Certification not required",0,44.771504,25.865843,96,"2013-06-28 14:00",95,"2013-06-27 16:00",95,"2013-06-28 15:00",95,"2013-06-28 16:00","","","","",91,89,84,78,66,46,9,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","62201",1,40.086944,-108.761389,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8733,100,364,365,0,27,"","","Certification not required",0,56.559372,27.286212,100,"2013-03-09 01:00",100,"2013-03-09 02:00",100,"2013-03-09 03:00",100,"2013-03-09 04:00","","","","",100,98,95,91,82,58,18,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","63301",1,40.086944,-108.761389,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8732,100,364,365,0,28,"","","Certification not required",4296,0.305644,0.428417,1.65,"2013-06-07 12:00",1.61,"2013-05-30 11:00",1.55,"2013-05-10 11:00",1.54,"2013-05-19 12:00","","","","",1.48,1.42,1.27,1.03,0.54,0.01,0.005,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","64101",1,40.086944,-108.761389,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8734,100,364,365,0,26,"","","Certification not required",0,831.952828,6.254796,851,"2013-01-17 07:00",851,"2013-01-17 08:00",851,"2013-01-17 09:00",851,"2013-01-17 10:00","","","","",845,845,843,840,836,832,824,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","65102",1,40.086944,-108.761389,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8715,99,364,365,0,45,"","","Certification not required",0,0.001175,0.010478,0.35,"2013-09-09 06:00",0.33,"2013-07-29 19:00",0.32,"2013-09-14 02:00",0.22,"2013-09-22 14:00","","","","",0.04,0.01,0,0,0,0,0,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","88101",1,40.086944,-108.761389,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8529,97,360,365,0,231,"","","Certification not required",0,9.132841,4.455567,90,"2013-07-31 07:00",43,"2013-11-19 11:00",36,"2013-01-26 02:00",35,"2013-01-26 19:00","","","","",25,21.8,17,14,11,8.8,5,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","88101",1,40.086944,-108.761389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,9.105337,3.104472,28.5,"2013-01-26 00:00",26.7,"2013-01-25 00:00",20.6,"2013-12-19 00:00",20.3,"2013-02-06 00:00","","","","",20.3,18.2,15.2,12.1,10.2,8.7,6.2,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","0006","88101",1,40.086944,-108.761389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,9.105337,3.104472,28.5,"2013-01-26 00:00",26.7,"2013-01-25 00:00",20.6,"2013-12-19 00:00",20.3,"2013-02-06 00:00","","","","",20.3,18.2,15.2,12.1,10.2,8.7,6.2,"Rangely, Golf Course","Rangely Colorado, Golf Course","Colorado","Rio Blanco","Rangely","","2014-02-14" +"08","103","9000","85101",1,39.9153,-107.6345,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,3.918244,3.759281,24.2008,"2013-04-16 00:00",9.2045,"2013-05-28 00:00",8.7516,"2013-03-17 00:00",8.4009,"2013-05-25 00:00","","","","",24.2008,9.2045,8.7516,8.2455,5.2911,3.3355,0.7655,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","86502",1,39.9153,-107.6345,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.647059,2.78441,18,"2013-04-16 00:00",6,"2013-03-17 00:00",5,"2013-05-16 00:00",5,"2013-05-25 00:00","","","","",18,6,5,3,2,1,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88103",1,39.9153,-107.6345,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88104",1,39.9153,-107.6345,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.05531,0.063259,0.3592,"2013-04-16 00:00",0.2315,"2013-04-28 00:00",0.1343,"2013-04-25 00:00",0.1299,"2013-04-22 00:00","","","","",0.3592,0.2315,0.1343,0.115,0.0749,0.0405,0.005,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88109",1,39.9153,-107.6345,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.000986,0.000594,0.0029,"2013-04-28 00:00",0.0026,"2013-05-13 00:00",0.0019,"2013-03-17 00:00",0.0018,"2013-05-16 00:00","","","","",0.0029,0.0026,0.0019,0.0017,0.0013,0.0009,0.0003,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88111",1,39.9153,-107.6345,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.038805,0.043701,0.2296,"2013-04-16 00:00",0.168,"2013-04-28 00:00",0.1149,"2013-03-17 00:00",0.1056,"2013-04-07 00:00","","","","",0.2296,0.168,0.1149,0.0841,0.0538,0.0298,0.0031,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88112",1,39.9153,-107.6345,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88114",1,39.9153,-107.6345,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.000181,8.8e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-01-07 00:00",0.0004,"2013-05-19 00:00",0.0003,"2013-01-31 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.0002,0.00015,0.0001,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88115",1,39.9153,-107.6345,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.001724,0.00683,0.0482,"2013-05-25 00:00",0.0108,"2013-04-16 00:00",0.0035,"2013-03-17 00:00",0.003,"2013-05-28 00:00","","","","",0.0482,0.0108,0.0035,0.002,0.0008,0.0003,0.00015,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88126",1,39.9153,-107.6345,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.03198,0.032948,0.1667,"2013-04-16 00:00",0.13,"2013-04-28 00:00",0.0814,"2013-04-07 00:00",0.0759,"2013-04-22 00:00","","","","",0.1667,0.13,0.0814,0.0698,0.0437,0.0265,0.003,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88128",1,39.9153,-107.6345,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000392,0.000493,0.001,"2013-01-07 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-28 00:00",0.001,"2013-01-31 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88132",1,39.9153,-107.6345,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000804,0.000825,0.004,"2013-04-16 00:00",0.003,"2013-04-28 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-22 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0.001,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88136",1,39.9153,-107.6345,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88140",1,39.9153,-107.6345,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.017022,0.019206,0.0946,"2013-04-28 00:00",0.0664,"2013-04-16 00:00",0.0524,"2013-04-07 00:00",0.0477,"2013-04-25 00:00","","","","",0.0946,0.0664,0.0524,0.044,0.024,0.0117,0.002,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88152",1,39.9153,-107.6345,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000211,0.000199,0.0013,"2013-02-21 00:00",0.0007,"2013-01-01 00:00",0.0006,"2013-02-27 00:00",0.0006,"2013-05-01 00:00","","","","",0.0013,0.0007,0.0006,0.0003,0.00015,0.00015,0.00015,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88154",1,39.9153,-107.6345,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000139,8.3e-05,0.0004,"2013-01-28 00:00",0.0004,"2013-03-23 00:00",0.0003,"2013-01-04 00:00",0.0003,"2013-01-07 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0001,0.0001,0.0001,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88161",1,39.9153,-107.6345,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.003055,0.003369,0.0188,"2013-04-16 00:00",0.0116,"2013-04-28 00:00",0.0074,"2013-04-07 00:00",0.0074,"2013-04-22 00:00","","","","",0.0188,0.0116,0.0074,0.0068,0.0041,0.0025,0.0002,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88164",1,39.9153,-107.6345,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000129,0.000109,0.0005,"2013-04-16 00:00",0.0004,"2013-03-08 00:00",0.0004,"2013-04-25 00:00",0.0004,"2013-05-25 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88165",1,39.9153,-107.6345,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.127708,0.143326,0.8247,"2013-04-16 00:00",0.4563,"2013-04-28 00:00",0.3027,"2013-03-17 00:00",0.2967,"2013-04-07 00:00","","","","",0.8247,0.4563,0.3027,0.285,0.1698,0.103,0.0083,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88167",1,39.9153,-107.6345,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000757,0.000426,0.0018,"2013-04-22 00:00",0.0017,"2013-03-26 00:00",0.0016,"2013-04-07 00:00",0.0015,"2013-04-28 00:00","","","","",0.0018,0.0017,0.0016,0.0014,0.001,0.0007,0.0003,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88168",1,39.9153,-107.6345,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.00038,0.000386,0.0017,"2013-04-16 00:00",0.0017,"2013-04-28 00:00",0.0011,"2013-03-17 00:00",0.001,"2013-05-16 00:00","","","","",0.0017,0.0017,0.0011,0.0009,0.0005,0.0002,0.0001,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88169",1,39.9153,-107.6345,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.141653,0.080943,0.3346,"2013-02-21 00:00",0.3113,"2013-03-23 00:00",0.2901,"2013-04-22 00:00",0.2758,"2013-05-10 00:00","","","","",0.3346,0.3113,0.2901,0.2369,0.1986,0.127,0.0414,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88176",1,39.9153,-107.6345,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000183,9.8e-05,0.0006,"2013-05-01 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-01-28 00:00",0.0004,"2013-03-26 00:00","","","","",0.0006,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88180",1,39.9153,-107.6345,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.020196,0.018063,0.0921,"2013-04-16 00:00",0.0703,"2013-04-28 00:00",0.0484,"2013-04-07 00:00",0.0443,"2013-05-28 00:00","","","","",0.0921,0.0703,0.0484,0.0405,0.0273,0.0168,0.003,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88184",1,39.9153,-107.6345,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.01354,0.019853,0.1097,"2013-05-25 00:00",0.0732,"2013-05-28 00:00",0.0461,"2013-04-28 00:00",0.0384,"2013-04-16 00:00","","","","",0.1097,0.0732,0.0461,0.0342,0.0163,0.0053,0.0016,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88185",1,39.9153,-107.6345,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000832,0.000551,0.003,"2013-01-07 00:00",0.002,"2013-01-31 00:00",0.002,"2013-03-20 00:00",0.0017,"2013-01-22 00:00","","","","",0.003,0.002,0.002,0.0017,0.001,0.00065,0.0004,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88203",1,39.9153,-107.6345,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.009448,0.013134,0.0786,"2013-05-25 00:00",0.0499,"2013-04-16 00:00",0.0307,"2013-03-17 00:00",0.0294,"2013-02-15 00:00","","","","",0.0786,0.0499,0.0307,0.0154,0.0093,0.00365,0.00285,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88306",1,39.9153,-107.6345,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.158497,0.15616,0.9591,"2013-02-21 00:00",0.611,"2013-02-15 00:00",0.3768,"2013-04-19 00:00",0.3253,"2013-03-26 00:00","","","","",0.9591,0.611,0.3768,0.2342,0.199,0.1321,0.0139,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88320",1,39.9153,-107.6345,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.168824,0.137123,0.74,"2013-05-13 00:00",0.51,"2013-04-28 00:00",0.39,"2013-04-25 00:00",0.34,"2013-05-04 00:00","","","","",0.74,0.51,0.39,0.31,0.22,0.14,0.04,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88321",1,39.9153,-107.6345,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.021176,0.017737,0.06,"2013-04-04 00:00",0.06,"2013-04-25 00:00",0.06,"2013-05-13 00:00",0.05,"2013-01-13 00:00","","","","",0.06,0.06,0.06,0.05,0.03,0.02,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88324",1,39.9153,-107.6345,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.024704,0.012479,0.0692,"2013-04-01 00:00",0.0589,"2013-03-14 00:00",0.0584,"2013-03-26 00:00",0.0428,"2013-04-25 00:00","","","","",0.0692,0.0589,0.0584,0.04,0.0293,0.0221,0.0154,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88325",1,39.9153,-107.6345,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.035822,0.020779,0.123,"2013-05-13 00:00",0.0765,"2013-02-21 00:00",0.0714,"2013-05-10 00:00",0.0694,"2013-04-28 00:00","","","","",0.123,0.0765,0.0714,0.0663,0.0392,0.032,0.01585,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88326",1,39.9153,-107.6345,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.048218,0.038428,0.2499,"2013-05-13 00:00",0.1494,"2013-04-28 00:00",0.1062,"2013-05-16 00:00",0.0953,"2013-04-04 00:00","","","","",0.2499,0.1494,0.1062,0.0851,0.03835,0.0369,0.0242,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88327",1,39.9153,-107.6345,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.035276,0.028803,0.1521,"2013-05-13 00:00",0.1233,"2013-04-28 00:00",0.0752,"2013-05-04 00:00",0.0726,"2013-04-25 00:00","","","","",0.1521,0.1233,0.0752,0.0673,0.049,0.0249,0.01095,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88328",1,39.9153,-107.6345,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.049641,0.040066,0.1862,"2013-05-13 00:00",0.146,"2013-04-28 00:00",0.1191,"2013-04-25 00:00",0.1173,"2013-05-10 00:00","","","","",0.1862,0.146,0.1191,0.1018,0.0706,0.0438,0.00385,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88329",1,39.9153,-107.6345,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.053007,0.042165,0.188,"2013-05-13 00:00",0.1476,"2013-04-28 00:00",0.1466,"2013-04-25 00:00",0.1157,"2013-05-16 00:00","","","","",0.188,0.1476,0.1466,0.108,0.081,0.0458,0.0075,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88330",1,39.9153,-107.6345,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.018034,0.01479,0.0551,"2013-05-13 00:00",0.0491,"2013-04-28 00:00",0.0487,"2013-05-10 00:00",0.0466,"2013-04-04 00:00","","","","",0.0551,0.0491,0.0487,0.0385,0.0313,0.0136,0.00355,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88331",1,39.9153,-107.6345,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,7e-05,0.000279,0.002,"2013-05-13 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.002,0.0001,0.0001,0.0001,5e-05,0,0,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88338",1,39.9153,-107.6345,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.01856,0.010442,0.0631,"2013-03-11 00:00",0.0624,"2013-04-04 00:00",0.0304,"2013-05-04 00:00",0.0275,"2013-04-22 00:00","","","","",0.0631,0.0624,0.0304,0.0266,0.0239,0.0157,0.0112,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88339",1,39.9153,-107.6345,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.584277,0.333895,1.38027,"2013-02-21 00:00",1.28403,"2013-03-23 00:00",1.19662,"2013-04-22 00:00",1.13776,"2013-05-10 00:00","","","","",1.38027,1.28403,1.19662,0.97738,0.81923,0.52367,0.17094,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88344",1,39.9153,-107.6345,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.204755,0.20116,1.2372,"2013-02-21 00:00",0.7882,"2013-02-15 00:00",0.4861,"2013-04-19 00:00",0.4196,"2013-03-26 00:00","","","","",1.2372,0.7882,0.4861,0.3021,0.2568,0.1704,0.0252,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88348",1,39.9153,-107.6345,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.586065,0.651078,3.6579,"2013-04-16 00:00",2.2564,"2013-04-28 00:00",1.4076,"2013-04-07 00:00",1.3718,"2013-03-17 00:00","","","","",3.6579,2.2564,1.4076,1.321,0.7843,0.4576,0.0434,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88350",1,39.9153,-107.6345,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.3037,0.247286,1.3374,"2013-05-13 00:00",0.9175,"2013-04-28 00:00",0.7022,"2013-04-25 00:00",0.6187,"2013-05-04 00:00","","","","",1.3374,0.9175,0.7022,0.5494,0.4027,0.2497,0.0675,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88403",1,39.9153,-107.6345,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.420747,0.239697,0.9723,"2013-03-23 00:00",0.93,"2013-02-21 00:00",0.8748,"2013-04-22 00:00",0.8226,"2013-05-10 00:00","","","","",0.9723,0.93,0.8748,0.7246,0.601,0.3742,0.1236,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","103","9000","88502",1,39.9153,-107.6345,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.798039,1.15715,5.6,"2013-04-16 00:00",4.5,"2013-04-28 00:00",3.5,"2013-05-13 00:00",3.5,"2013-05-28 00:00","","","","",5.6,4.5,3.5,3.2,2.6,1.7,0.5,"Flat Tops","Buford, CO","Colorado","Rio Blanco","","","2014-01-28" +"08","107","0003","81102",2,40.485201,-106.831625,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",336,92,336,365,0,12,0,0,"Certification not required",2,19.309524,13.103242,82,"2013-03-06 00:00",77,"2013-03-07 00:00",74,"2013-02-08 00:00",65,"2013-03-14 00:00","","","","",65,62,51,34,23,16,8,"Steamboat Springs","136 6TH ST.","Colorado","Routt","Steamboat Springs","","2014-02-21" +"08","107","0003","85101",2,40.485201,-106.831625,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,12,"","","Certification not required",5,16.247024,11.331174,70,"2013-03-06 00:00",66,"2013-03-07 00:00",65,"2013-02-08 00:00",56,"2013-03-14 00:00","","","","",56,54,43,28,19,13,6,"Steamboat Springs","136 6TH ST.","Colorado","Routt","Steamboat Springs","","2014-02-21" +"08","111","9000","85101",1,37.659409,-107.800541,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.16772,14.647959,106.6291,"2013-04-16 00:00",11.9334,"2013-04-13 00:00",11.4489,"2013-05-01 00:00",10.5317,"2013-05-16 00:00","","","","",106.6291,11.9334,11.4489,9.817,6.4542,3.1442,1.434,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","86502",1,37.659409,-107.800541,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.862745,10.028,72,"2013-04-16 00:00",7,"2013-04-13 00:00",6,"2013-05-16 00:00",5,"2013-05-01 00:00","","","","",72,7,6,4,2,1,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88103",1,37.659409,-107.800541,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88104",1,37.659409,-107.800541,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.126645,0.354235,2.5502,"2013-04-16 00:00",0.275,"2013-05-01 00:00",0.2672,"2013-04-22 00:00",0.2588,"2013-04-28 00:00","","","","",2.5502,0.275,0.2672,0.1955,0.114,0.0527,0.009,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88109",1,37.659409,-107.800541,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001078,0.000654,0.0025,"2013-04-16 00:00",0.0025,"2013-04-28 00:00",0.0024,"2013-04-25 00:00",0.0023,"2013-05-01 00:00","","","","",0.0025,0.0025,0.0024,0.0022,0.0014,0.0009,0.0005,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88111",1,37.659409,-107.800541,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.074271,0.171255,1.2159,"2013-04-16 00:00",0.1888,"2013-04-28 00:00",0.1886,"2013-05-01 00:00",0.1778,"2013-04-22 00:00","","","","",1.2159,0.1888,0.1886,0.145,0.064,0.0375,0.0075,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88112",1,37.659409,-107.800541,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.00028,0.002,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.002,0,0,0,0,0,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88114",1,37.659409,-107.800541,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.000296,0.00025,0.0013,"2013-01-25 00:00",0.0013,"2013-04-16 00:00",0.0006,"2013-04-13 00:00",0.0006,"2013-04-25 00:00","","","","",0.0013,0.0013,0.0006,0.0005,0.0004,0.0002,0.0001,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88115",1,37.659409,-107.800541,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.005342,0.011149,0.0488,"2013-04-16 00:00",0.048,"2013-01-19 00:00",0.0336,"2013-05-25 00:00",0.0255,"2013-01-04 00:00","","","","",0.0488,0.048,0.0336,0.0198,0.0029,0.0013,0.00015,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88126",1,37.659409,-107.800541,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.066843,0.166899,1.1996,"2013-04-16 00:00",0.1547,"2013-04-22 00:00",0.1538,"2013-04-28 00:00",0.144,"2013-05-01 00:00","","","","",1.1996,0.1547,0.1538,0.1072,0.0593,0.035,0.0066,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88128",1,37.659409,-107.800541,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000471,0.000644,0.002,"2013-04-16 00:00",0.002,"2013-04-22 00:00",0.002,"2013-05-19 00:00",0.001,"2013-01-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88132",1,37.659409,-107.800541,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001549,0.0031,0.022,"2013-04-16 00:00",0.004,"2013-04-22 00:00",0.003,"2013-03-17 00:00",0.003,"2013-04-07 00:00","","","","",0.022,0.004,0.003,0.003,0.002,0.001,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88136",1,37.659409,-107.800541,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88140",1,37.659409,-107.800541,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.026166,0.045697,0.3104,"2013-04-16 00:00",0.0846,"2013-04-28 00:00",0.0712,"2013-03-17 00:00",0.0691,"2013-04-22 00:00","","","","",0.3104,0.0846,0.0712,0.0563,0.0305,0.0158,0.0021,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88152",1,37.659409,-107.800541,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000279,0.000793,0.0057,"2013-04-16 00:00",0.0013,"2013-03-23 00:00",0.0004,"2013-02-21 00:00",0.0004,"2013-04-13 00:00","","","","",0.0057,0.0013,0.0004,0.00015,0.00015,0.00015,0.0001,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88154",1,37.659409,-107.800541,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000145,7e-05,0.0003,"2013-01-07 00:00",0.0003,"2013-02-24 00:00",0.0003,"2013-04-04 00:00",0.0003,"2013-04-13 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.00015,0.0001,0.0001,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88161",1,37.659409,-107.800541,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.006838,0.018714,0.1347,"2013-04-16 00:00",0.0147,"2013-05-01 00:00",0.0146,"2013-04-22 00:00",0.0136,"2013-04-28 00:00","","","","",0.1347,0.0147,0.0146,0.0106,0.0064,0.0031,0.0006,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88164",1,37.659409,-107.800541,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000273,0.000668,0.0048,"2013-04-16 00:00",0.0007,"2013-05-25 00:00",0.0006,"2013-04-25 00:00",0.0006,"2013-04-28 00:00","","","","",0.0048,0.0007,0.0006,0.0005,0.0003,0.0001,5e-05,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88165",1,37.659409,-107.800541,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.285241,0.777936,5.596,"2013-04-16 00:00",0.6618,"2013-05-01 00:00",0.5887,"2013-04-22 00:00",0.5775,"2013-04-13 00:00","","","","",5.596,0.6618,0.5887,0.4806,0.2833,0.1286,0.0218,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88167",1,37.659409,-107.800541,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.001054,0.000764,0.004,"2013-04-16 00:00",0.0029,"2013-04-22 00:00",0.0023,"2013-03-23 00:00",0.0021,"2013-04-19 00:00","","","","",0.004,0.0029,0.0023,0.002,0.0015,0.0009,0.0003,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88168",1,37.659409,-107.800541,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000745,0.001516,0.0105,"2013-04-16 00:00",0.0029,"2013-03-17 00:00",0.002,"2013-05-01 00:00",0.0017,"2013-04-22 00:00","","","","",0.0105,0.0029,0.002,0.0015,0.0008,0.0003,0.00015,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88169",1,37.659409,-107.800541,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.145769,0.089901,0.3802,"2013-05-19 00:00",0.3441,"2013-04-22 00:00",0.3362,"2013-03-23 00:00",0.2852,"2013-05-01 00:00","","","","",0.3802,0.3441,0.3362,0.2627,0.202,0.1377,0.0401,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88176",1,37.659409,-107.800541,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000255,0.000471,0.0035,"2013-04-16 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-05-16 00:00",0.0004,"2013-05-19 00:00","","","","",0.0035,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88180",1,37.659409,-107.800541,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.038265,0.081509,0.5869,"2013-04-16 00:00",0.0865,"2013-05-01 00:00",0.0817,"2013-04-28 00:00",0.0787,"2013-04-22 00:00","","","","",0.5869,0.0865,0.0817,0.0652,0.0367,0.0217,0.0057,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88184",1,37.659409,-107.800541,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.01755,0.021708,0.1075,"2013-05-28 00:00",0.1028,"2013-05-25 00:00",0.0485,"2013-03-17 00:00",0.0468,"2013-05-16 00:00","","","","",0.1075,0.1028,0.0485,0.0416,0.02,0.0115,0.00205,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88185",1,37.659409,-107.800541,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.00072,0.000445,0.0034,"2013-04-16 00:00",0.0015,"2013-04-10 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-02-06 00:00","","","","",0.0034,0.0015,0.0012,0.001,0.0007,0.0007,0.0004,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88203",1,37.659409,-107.800541,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.013723,0.016646,0.0801,"2013-04-16 00:00",0.062,"2013-05-25 00:00",0.0518,"2013-01-19 00:00",0.0474,"2013-01-04 00:00","","","","",0.0801,0.062,0.0518,0.0371,0.0124,0.009,0.003,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88306",1,37.659409,-107.800541,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.120837,0.082607,0.412,"2013-04-16 00:00",0.3139,"2013-05-28 00:00",0.2616,"2013-04-28 00:00",0.2571,"2013-04-25 00:00","","","","",0.412,0.3139,0.2616,0.2287,0.1604,0.1091,0.0346,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88320",1,37.659409,-107.800541,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.233725,0.142435,0.73,"2013-04-16 00:00",0.64,"2013-05-13 00:00",0.54,"2013-01-25 00:00",0.44,"2013-03-11 00:00","","","","",0.73,0.64,0.54,0.37,0.3,0.2,0.09,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88321",1,37.659409,-107.800541,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.040392,0.024163,0.12,"2013-01-25 00:00",0.09,"2013-02-09 00:00",0.09,"2013-03-11 00:00",0.07,"2013-01-04 00:00","","","","",0.12,0.09,0.09,0.07,0.06,0.04,0.02,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88324",1,37.659409,-107.800541,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.021123,0.007452,0.0391,"2013-05-25 00:00",0.038,"2013-03-29 00:00",0.0329,"2013-04-28 00:00",0.0294,"2013-01-01 00:00","","","","",0.0391,0.038,0.0329,0.02935,0.0288,0.02265,0.01005,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88325",1,37.659409,-107.800541,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.045278,0.022915,0.1239,"2013-05-13 00:00",0.0967,"2013-01-25 00:00",0.0944,"2013-05-16 00:00",0.0875,"2013-02-21 00:00","","","","",0.1239,0.0967,0.0944,0.075,0.0553,0.0333,0.01825,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88326",1,37.659409,-107.800541,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.056741,0.042061,0.1974,"2013-05-13 00:00",0.1794,"2013-01-25 00:00",0.174,"2013-04-16 00:00",0.135,"2013-05-04 00:00","","","","",0.1974,0.1794,0.174,0.1078,0.0669,0.0375,0.0321,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88327",1,37.659409,-107.800541,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.051048,0.045214,0.304,"2013-04-16 00:00",0.1315,"2013-05-13 00:00",0.1184,"2013-01-25 00:00",0.1021,"2013-03-11 00:00","","","","",0.304,0.1315,0.1184,0.0846,0.0611,0.0435,0.0157,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88328",1,37.659409,-107.800541,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.066076,0.045071,0.22,"2013-04-16 00:00",0.1694,"2013-05-13 00:00",0.1553,"2013-05-16 00:00",0.149,"2013-03-11 00:00","","","","",0.22,0.1694,0.1553,0.1253,0.086,0.0568,0.0216,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88329",1,37.659409,-107.800541,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.079049,0.044447,0.1959,"2013-01-25 00:00",0.1798,"2013-05-13 00:00",0.1587,"2013-05-16 00:00",0.1546,"2013-03-11 00:00","","","","",0.1959,0.1798,0.1587,0.1373,0.1119,0.077,0.0237,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88330",1,37.659409,-107.800541,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.026959,0.019381,0.0828,"2013-03-11 00:00",0.0828,"2013-04-16 00:00",0.0635,"2013-01-25 00:00",0.0628,"2013-05-16 00:00","","","","",0.0828,0.0828,0.0635,0.0523,0.0342,0.0221,0.0074,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88331",1,37.659409,-107.800541,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000223,0.000742,0.0046,"2013-03-11 00:00",0.0024,"2013-03-29 00:00",0.001,"2013-04-22 00:00",0.001,"2013-05-13 00:00","","","","",0.0046,0.0024,0.001,0.0001,0.0001,0,0,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88338",1,37.659409,-107.800541,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.016427,0.005987,0.0435,"2013-03-08 00:00",0.02495,"2013-02-12 00:00",0.0249,"2013-02-03 00:00",0.0249,"2013-02-09 00:00","","","","",0.0435,0.02495,0.0249,0.02475,0.0165,0.0154,0.01125,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88339",1,37.659409,-107.800541,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.601295,0.370819,1.56833,"2013-05-19 00:00",1.41925,"2013-04-22 00:00",1.38666,"2013-03-23 00:00",1.17637,"2013-05-01 00:00","","","","",1.56833,1.41925,1.38666,1.0838,0.83317,0.56805,0.16537,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88344",1,37.659409,-107.800541,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.155875,0.106525,0.5311,"2013-04-16 00:00",0.4049,"2013-05-28 00:00",0.3375,"2013-04-28 00:00",0.3317,"2013-04-25 00:00","","","","",0.5311,0.4049,0.3375,0.295,0.2069,0.1407,0.0446,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88348",1,37.659409,-107.800541,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.284645,3.434018,24.6903,"2013-04-16 00:00",2.937,"2013-05-01 00:00",2.746,"2013-04-22 00:00",2.6591,"2013-04-28 00:00","","","","",24.6903,2.937,2.746,2.0843,1.2166,0.5872,0.1069,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88350",1,37.659409,-107.800541,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.419859,0.256335,1.3185,"2013-04-16 00:00",1.156,"2013-05-13 00:00",0.9713,"2013-01-25 00:00",0.7861,"2013-05-16 00:00","","","","",1.3185,1.156,0.9713,0.6748,0.5333,0.358,0.1611,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88403",1,37.659409,-107.800541,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.413784,0.264931,1.1278,"2013-05-19 00:00",0.9915,"2013-04-22 00:00",0.9259,"2013-03-23 00:00",0.8691,"2013-05-01 00:00","","","","",1.1278,0.9915,0.9259,0.7504,0.5911,0.3817,0.1022,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","111","9000","88502",1,37.659409,-107.800541,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.713725,4.712028,34.3,"2013-04-16 00:00",5.5,"2013-05-01 00:00",5.4,"2013-04-22 00:00",4.9,"2013-04-28 00:00","","","","",34.3,5.5,5.4,4.3,3,1.9,0.6,"","Weminuche Wilderness","Colorado","San Juan","","","2014-01-28" +"08","113","0004","81102",1,37.937872,-107.813061,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",114,94,115,122,0,0,0,0,"Certification not required",4,14.394737,9.176363,58,"2013-03-14 00:00",53,"2013-03-20 00:00",37,"2013-03-11 00:00",37,"2013-06-21 00:00","","","","",53,37,31,25,17,13,6,"Telluride","333 W. COLORADO AVE.","Colorado","San Miguel","Telluride","","2014-02-21" +"08","113","0004","81102",1,37.937872,-107.813061,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",114,94,115,122,0,0,0,0,"Certification not required",4,14.394737,9.176363,58,"2013-03-14 00:00",53,"2013-03-20 00:00",37,"2013-03-11 00:00",37,"2013-06-21 00:00","","","","",53,37,31,25,17,13,6,"Telluride","333 W. COLORADO AVE.","Colorado","San Miguel","Telluride","","2014-02-21" +"08","113","0004","81102",1,37.937872,-107.813061,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",115,94,115,122,1,0,1,1,"Certification not required",4,16.573913,25.091433,265,"2013-04-16 00:00",58,"2013-03-14 00:00",53,"2013-03-20 00:00",37,"2013-03-11 00:00","","","","",58,53,35,26,17,13,6,"Telluride","333 W. COLORADO AVE.","Colorado","San Miguel","Telluride","","2014-02-21" +"08","113","0004","85101",1,37.937872,-107.813061,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,32,115,365,0,0,"","","Certification not required",5,12.982609,19.590538,207,"2013-04-16 00:00",46,"2013-03-14 00:00",42,"2013-03-20 00:00",29,"2013-03-11 00:00","","","","",46,42,28,20,13,10,5,"Telluride","333 W. COLORADO AVE.","Colorado","San Miguel","Telluride","","2014-02-21" +"08","123","0006","68101",1,40.414877,-104.70693,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,0,"","","Certification not required",72,0.1875,0.26364,2,"2013-12-06 00:00",1,"2013-08-10 00:00",0.9,"2013-10-25 00:00",0.8,"2013-08-11 00:00","","","","",1,0.9,0.8,0.4,0.3,0.05,0.05,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","68102",1,40.414877,-104.70693,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,0,"","","Certification not required",0,23.971667,0.098887,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,23.9,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","68105",1,40.414877,-104.70693,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,9.429167,11.123217,28.6,"2013-06-27 00:00",27.1,"2013-07-09 00:00",27,"2013-08-29 00:00",25.7,"2013-08-26 00:00","","","","",27.1,27,25.7,24.4,21.3,8.4,-3.4,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","68108",1,40.414877,-104.70693,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,641.008403,3.921898,652,"2013-11-12 00:00",648,"2013-05-01 00:00",648,"2013-11-21 00:00",646,"2013-02-15 00:00","","","","",648,648,646,645,644,642,634,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","68109",1,40.414877,-104.70693,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,0,"","","Certification not required",0,1438.958333,2.988482,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","81102",2,40.414877,-104.70693,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",113,92,112,122,0,1,0,0,"Certification not required",2,20.256637,10.094003,50,"2013-01-22 00:00",47,"2013-05-25 00:00",46,"2013-06-21 00:00",45,"2013-11-12 00:00","","","","",47,46,42,34,26,19,9,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","85101",2,40.414877,-104.70693,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,112,122,0,1,"","","Certification not required",2,18.017699,9.070146,46,"2013-01-22 00:00",41,"2013-05-25 00:00",41,"2013-11-12 00:00",40,"2013-06-21 00:00","","","","",41,41,38,32,22,17,8,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","88101",1,40.414877,-104.70693,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,7.196667,4.615628,28.2,"2013-01-01 00:00",22,"2013-12-12 00:00",20.5,"2013-11-24 00:00",17.9,"2013-11-12 00:00","","","","",22,20.5,17.5,14.4,8.6,5.7,3.4,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","88101",1,40.414877,-104.70693,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,7.196667,4.615628,28.2,"2013-01-01 00:00",22,"2013-12-12 00:00",20.5,"2013-11-24 00:00",17.9,"2013-11-12 00:00","","","","",22,20.5,17.5,14.4,8.6,5.7,3.4,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-02-21" +"08","123","0006","88501",3,40.414877,-104.70693,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6526,74,275,365,0,770,"","","Certification not required",0,5.324762,5.06962,51.9,"2013-05-24 18:00",51.6,"2013-08-03 13:00",45.5,"2013-06-12 20:00",42.6,"2013-08-17 18:00","","","","",21,18.5,14.8,11.8,7.7,4.4,0,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-01-31" +"08","123","0006","88501",3,40.414877,-104.70693,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",275,75,275,365,0,0,"","","Certification not required",0,5.266182,2.611789,15.8,"2013-01-01 00:00",13.1,"2013-08-22 00:00",12.7,"2013-08-17 00:00",12.7,"2013-11-24 00:00","","","","",12.7,12.3,10.3,8.7,6.6,4.9,2.3,"Greeley - Hospital","1516 HOSPITAL RD.","Colorado","Weld","Greeley","Greeley, CO","2014-01-31" +"08","123","0008","43102",81,40.209387,-104.82405,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,1328.905405,1100.270092,5970,"2013-04-10 06:00",3550,"2013-01-10 06:00",3160,"2013-01-22 06:00",2710,"2013-08-26 06:00","","","","",5970,5970,3550,2710,1620,1010,514,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43141",81,40.209387,-104.82405,"WGS84","n-Dodecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",15,0.523365,0.444393,1.73,"2013-04-28 06:00",1.6,"2013-08-26 06:00",1.52,"2013-05-04 06:00",1.21,"2013-09-25 06:00","","","","",1.73,1.73,1.6,1.21,0.7,0.384,0.1665,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43142",81,40.209387,-104.82405,"WGS84","Tridecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.096635,0.016029,0.1915,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.1915,0.1915,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43143",81,40.209387,-104.82405,"WGS84","n-Tridecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",24,0.181743,0.128083,0.51,"2013-08-20 06:00",0.446,"2013-09-01 06:00",0.444,"2013-09-13 06:00",0.418,"2013-08-26 06:00","","","","",0.51,0.51,0.446,0.418,0.277,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43144",81,40.209387,-104.82405,"WGS84","Propyne","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.093932,0.000411,0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00",0.094,"2013-01-28 06:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43145",81,40.209387,-104.82405,"WGS84","1-Octene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",7,0.446432,0.262498,0.953,"2013-08-26 06:00",0.913,"2013-01-10 06:00",0.874,"2013-09-07 06:00",0.853,"2013-07-09 06:00","","","","",0.953,0.953,0.913,0.853,0.649,0.443,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43201",81,40.209387,-104.82405,"WGS84","Methane","3 HOURS","","Observed Values","6L SUBAMBIENT SS-CANISTER - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,1938.378378,918.53299,6320,"2013-04-10 06:00",3830,"2013-02-03 06:00",2880,"2013-01-22 06:00",2810,"2013-09-01 06:00","","","","",6320,6320,3830,2810,1930,1730,1300,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43202",81,40.209387,-104.82405,"WGS84","Ethane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,245.497297,244.377841,1360,"2013-04-10 06:00",650,"2013-01-22 06:00",631,"2013-01-10 06:00",481,"2013-01-28 06:00","","","","",1360,1360,650,481,274,189,47.8,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43203",81,40.209387,-104.82405,"WGS84","Ethylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,5.386216,3.349809,15.6,"2013-01-10 06:00",12.8,"2013-01-22 06:00",12.2,"2013-01-04 06:00",12.2,"2013-01-16 06:00","","","","",15.6,15.6,12.8,12.2,6.32,4.39,2.42,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43204",81,40.209387,-104.82405,"WGS84","Propane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,295.3,292.113552,1590,"2013-04-10 06:00",878,"2013-01-10 06:00",766,"2013-01-22 06:00",537,"2013-01-28 06:00","","","","",1590,1590,878,537,360,223,48.6,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43205",81,40.209387,-104.82405,"WGS84","Propylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,1.925892,1.194905,5.63,"2013-01-10 06:00",4.7,"2013-01-22 06:00",3.75,"2013-01-04 06:00",3.73,"2013-01-16 06:00","","","","",5.63,5.63,4.7,3.73,2.56,1.57,0.716,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43206",81,40.209387,-104.82405,"WGS84","Acetylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,2.473676,2.374692,9.58,"2013-01-10 06:00",7.89,"2013-01-16 06:00",7.85,"2013-01-04 06:00",6.9,"2013-01-22 06:00","","","","",9.58,9.58,7.89,6.9,3.31,1.42,0.531,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43212",81,40.209387,-104.82405,"WGS84","n-Butane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,193.697027,195.221262,1050,"2013-04-10 06:00",596,"2013-01-10 06:00",475,"2013-01-22 06:00",362,"2013-09-25 06:00","","","","",1050,1050,596,362,237,152,33.4,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43214",81,40.209387,-104.82405,"WGS84","Isobutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,80.883243,81.480618,433,"2013-04-10 06:00",251,"2013-01-10 06:00",209,"2013-01-22 06:00",146,"2013-01-28 06:00","","","","",433,433,251,146,96,63,14.4,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43216",81,40.209387,-104.82405,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",7,0.345284,0.336925,1.46,"2013-01-22 06:00",1.17,"2013-01-10 06:00",0.938,"2013-04-04 06:00",0.934,"2013-01-16 06:00","","","","",1.46,1.46,1.17,0.934,0.465,0.201,0.0505,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43217",81,40.209387,-104.82405,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",17,0.223622,0.280599,1.16,"2013-01-22 06:00",0.942,"2013-01-10 06:00",0.743,"2013-01-16 06:00",0.732,"2013-04-04 06:00","","","","",1.16,1.16,0.942,0.732,0.206,0.112,0.049,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43218",81,40.209387,-104.82405,"WGS84","1,3-Butadiene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,0.155135,0.160254,0.57,"2013-01-04 06:00",0.54,"2013-01-10 06:00",0.48,"2013-01-16 06:00",0.47,"2013-01-22 06:00","","","","",0.57,0.57,0.54,0.47,0.21,0.12,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43220",81,40.209387,-104.82405,"WGS84","n-Pentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,82.367027,81.289612,445,"2013-04-10 06:00",233,"2013-01-10 06:00",206,"2013-01-22 06:00",157,"2013-09-25 06:00","","","","",445,445,233,157,104,65.3,16.4,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43221",81,40.209387,-104.82405,"WGS84","Isopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",34,7,0,61,0,10,"","","Certification not required",0,93.435882,78.078181,420,"2013-04-10 06:00",242,"2013-01-10 06:00",197,"2013-01-22 06:00",154,"2013-08-26 06:00","","","","",420,420,242,154,116,78.7,31.1,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43224",81,40.209387,-104.82405,"WGS84","1-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",11,0.285392,0.187135,0.913,"2013-08-20 06:00",0.669,"2013-01-10 06:00",0.52,"2013-01-16 06:00",0.489,"2013-04-04 06:00","","","","",0.913,0.913,0.669,0.489,0.4,0.25,0.0915,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43225",81,40.209387,-104.82405,"WGS84","2-Methyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",21,0.191784,0.137858,0.569,"2013-01-10 06:00",0.542,"2013-01-16 06:00",0.501,"2013-01-22 06:00",0.359,"2013-01-28 06:00","","","","",0.569,0.569,0.542,0.359,0.27,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43226",81,40.209387,-104.82405,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",15,0.238527,0.165314,0.633,"2013-01-22 06:00",0.56,"2013-01-10 06:00",0.479,"2013-06-03 06:00",0.461,"2013-01-16 06:00","","","","",0.633,0.633,0.56,0.461,0.373,0.18,0.0815,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43227",81,40.209387,-104.82405,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",34,0.114392,0.031806,0.22,"2013-01-10 06:00",0.22,"2013-01-16 06:00",0.22,"2013-01-22 06:00",0.1075,"2013-01-04 06:00","","","","",0.22,0.22,0.22,0.1075,0.105,0.105,0.105,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43228",81,40.209387,-104.82405,"WGS84","2-Methyl-2-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",20,0.230216,0.181899,0.648,"2013-01-22 06:00",0.647,"2013-01-16 06:00",0.62,"2013-01-04 06:00",0.601,"2013-01-10 06:00","","","","",0.648,0.648,0.647,0.601,0.319,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43230",81,40.209387,-104.82405,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,11.035216,9.230008,46.1,"2013-04-10 06:00",29.5,"2013-01-10 06:00",28.8,"2013-01-22 06:00",20.7,"2013-08-26 06:00","","","","",46.1,46.1,29.5,20.7,14,8.29,2.66,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43231",81,40.209387,-104.82405,"WGS84","n-Hexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,23.272973,19.318732,98.3,"2013-04-10 06:00",59.7,"2013-01-22 06:00",58.2,"2013-01-10 06:00",46,"2013-08-26 06:00","","","","",98.3,98.3,59.7,46,29.5,17.1,5.68,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43232",81,40.209387,-104.82405,"WGS84","n-Heptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,9.209459,6.462109,28.9,"2013-04-10 06:00",21.3,"2013-01-10 06:00",20.1,"2013-08-26 06:00",19.4,"2013-01-22 06:00","","","","",28.9,28.9,21.3,19.4,12.9,7.45,2.96,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43233",81,40.209387,-104.82405,"WGS84","n-Octane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,3.358838,1.992851,7.27,"2013-01-10 06:00",7.06,"2013-01-22 06:00",6.94,"2013-03-11 06:00",6.75,"2013-04-10 06:00","","","","",7.27,7.27,7.06,6.75,4.62,2.95,1.22,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43234",81,40.209387,-104.82405,"WGS84","4-Methyl-1-pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.096081,0.012659,0.171,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.171,0.171,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43235",81,40.209387,-104.82405,"WGS84","n-Nonane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,1.087541,0.559498,2.33,"2013-01-10 06:00",2.3,"2013-01-22 06:00",2.13,"2013-03-11 06:00",2.02,"2013-09-07 06:00","","","","",2.33,2.33,2.3,2.02,1.36,1.08,0.439,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43236",81,40.209387,-104.82405,"WGS84","2-Ethyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.096081,0.012659,0.171,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.171,0.171,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43238",81,40.209387,-104.82405,"WGS84","n-Decane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",1,0.871932,0.452079,2.27,"2013-09-25 06:00",1.64,"2013-01-22 06:00",1.57,"2013-08-26 06:00",1.56,"2013-01-10 06:00","","","","",2.27,2.27,1.64,1.56,1.13,0.841,0.365,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43242",81,40.209387,-104.82405,"WGS84","Cyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,4.401811,3.735468,18.4,"2013-04-10 06:00",12.2,"2013-01-22 06:00",12.1,"2013-01-10 06:00",8.28,"2013-09-25 06:00","","","","",18.4,18.4,12.2,8.28,5.82,3.39,0.869,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43243",81,40.209387,-104.82405,"WGS84","Isoprene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",21,0.596554,0.824512,3.2,"2013-06-27 06:00",2.67,"2013-06-21 06:00",2.11,"2013-07-09 06:00",1.88,"2013-08-02 06:00","","","","",3.2,3.2,2.67,1.88,0.693,0.1225,0.1225,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43244",81,40.209387,-104.82405,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",1,1.281041,1.05376,5.51,"2013-04-10 06:00",3.4,"2013-01-10 06:00",3.16,"2013-01-22 06:00",2.29,"2013-03-11 06:00","","","","",5.51,5.51,3.4,2.29,1.7,1.01,0.315,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43245",81,40.209387,-104.82405,"WGS84","1-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.221108,0.008467,0.2225,"2013-01-10 06:00",0.2225,"2013-01-16 06:00",0.2225,"2013-01-22 06:00",0.2225,"2013-01-28 06:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43246",81,40.209387,-104.82405,"WGS84","2-Methyl-1-pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.096081,0.012659,0.171,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.171,0.171,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43247",81,40.209387,-104.82405,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",3,1.141162,0.842458,3.77,"2013-04-10 06:00",2.9,"2013-01-22 06:00",2.85,"2013-01-10 06:00",2.31,"2013-08-26 06:00","","","","",3.77,3.77,2.9,2.31,1.51,0.89,0.319,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43248",81,40.209387,-104.82405,"WGS84","Cyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,11.627432,9.187103,42.2,"2013-04-10 06:00",31.7,"2013-01-22 06:00",30.4,"2013-01-10 06:00",21.3,"2013-08-26 06:00","","","","",42.2,42.2,31.7,21.3,15.5,9.18,2.84,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43249",81,40.209387,-104.82405,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",2,5.946811,4.138843,17.1,"2013-04-10 06:00",14.6,"2013-01-10 06:00",13.2,"2013-08-26 06:00",13,"2013-01-22 06:00","","","","",17.1,17.1,14.6,13,8.22,5.21,1.87,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43250",81,40.209387,-104.82405,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,0.050811,0.217656,1.07,"2013-01-16 06:00",0.81,"2013-01-04 06:00",0,"2013-01-10 06:00",0,"2013-01-22 06:00","","","","",1.07,1.07,0.81,0,0,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43252",81,40.209387,-104.82405,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",4,0.401135,0.246716,1.22,"2013-01-10 06:00",0.802,"2013-06-27 06:00",0.738,"2013-04-04 06:00",0.692,"2013-09-07 06:00","","","","",1.22,1.22,0.802,0.692,0.535,0.432,0.0705,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43253",81,40.209387,-104.82405,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",1,1.299351,0.822681,3.08,"2013-01-10 06:00",2.92,"2013-01-22 06:00",2.84,"2013-04-10 06:00",2.72,"2013-03-11 06:00","","","","",3.08,3.08,2.92,2.72,1.77,1.15,0.453,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43256",81,40.209387,-104.82405,"WGS84","alpha.-Pinene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",25,0.257703,0.333393,1.72,"2013-06-21 06:00",0.944,"2013-08-20 06:00",0.749,"2013-09-25 06:00",0.707,"2013-02-03 06:00","","","","",1.72,1.72,0.944,0.707,0.269,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43257",81,40.209387,-104.82405,"WGS84","beta.-Pinene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.094365,0.002219,0.1075,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.1075,0.1075,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43261",81,40.209387,-104.82405,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,11.666703,8.069461,32.2,"2013-04-10 06:00",26.4,"2013-01-10 06:00",25.2,"2013-08-26 06:00",25.1,"2013-01-22 06:00","","","","",32.2,32.2,26.4,25.1,17.8,8.73,3.39,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43262",81,40.209387,-104.82405,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,9.931486,7.722466,34.3,"2013-04-10 06:00",27.6,"2013-01-22 06:00",25.8,"2013-01-10 06:00",19,"2013-08-26 06:00","","","","",34.3,34.3,27.6,19,13.1,7.43,2.45,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43263",81,40.209387,-104.82405,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",1,6.891851,4.366994,19.2,"2013-04-10 06:00",16.5,"2013-01-10 06:00",14,"2013-08-26 06:00",12.7,"2013-01-22 06:00","","","","",19.2,19.2,16.5,12.7,8.98,6.11,2.58,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43279",81,40.209387,-104.82405,"WGS84","1-Nonene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",14,0.260108,0.16147,0.575,"2013-01-10 06:00",0.536,"2013-04-28 06:00",0.536,"2013-09-07 06:00",0.521,"2013-02-03 06:00","","","","",0.575,0.575,0.536,0.521,0.373,0.228,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43282",81,40.209387,-104.82405,"WGS84","3-Methyl-1-butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.094973,0.005918,0.13,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.13,0.13,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43283",81,40.209387,-104.82405,"WGS84","Cyclopentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",36,7,0,61,0,8,"","","Certification not required",36,0.095,0.006,0.13,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.13,0.13,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43284",81,40.209387,-104.82405,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,3.444811,2.938272,14.5,"2013-04-10 06:00",9.43,"2013-01-10 06:00",9.11,"2013-01-22 06:00",6.28,"2013-08-26 06:00","","","","",14.5,14.5,9.43,6.28,4.56,2.64,0.702,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43285",81,40.209387,-104.82405,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,21.081351,17.610235,89.6,"2013-04-10 06:00",55.9,"2013-01-10 06:00",54.3,"2013-01-22 06:00",38.8,"2013-08-26 06:00","","","","",89.6,89.6,55.9,38.8,26.5,15.8,5.54,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43289",81,40.209387,-104.82405,"WGS84","trans-2-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.096081,0.012659,0.171,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.171,0.171,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43290",81,40.209387,-104.82405,"WGS84","cis-2-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.096081,0.012659,0.171,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.171,0.171,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43291",81,40.209387,-104.82405,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",1,2.04577,1.383102,5.54,"2013-04-10 06:00",5.24,"2013-01-10 06:00",4.83,"2013-01-22 06:00",4.08,"2013-08-26 06:00","","","","",5.54,5.54,5.24,4.08,2.84,1.88,0.646,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43292",81,40.209387,-104.82405,"WGS84","2-2-3-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",3,0.677973,0.422979,1.71,"2013-01-10 06:00",1.45,"2013-04-10 06:00",1.39,"2013-08-26 06:00",1.38,"2013-01-22 06:00","","","","",1.71,1.71,1.45,1.38,0.905,0.595,0.189,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43298",81,40.209387,-104.82405,"WGS84","1-Decene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.094365,0.002219,0.1075,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00",0.094,"2013-01-22 06:00","","","","",0.1075,0.1075,0.094,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43299",81,40.209387,-104.82405,"WGS84","1-Undecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",34,0.108068,0.047696,0.322,"2013-05-04 06:00",0.247,"2013-08-26 06:00",0.209,"2013-09-07 06:00",0.1185,"2013-01-04 06:00","","","","",0.322,0.322,0.247,0.1185,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43328",81,40.209387,-104.82405,"WGS84","1-Heptene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",36,0.098122,0.022155,0.228,"2013-03-23 06:00",0.1125,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00","","","","",0.228,0.228,0.1125,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43330",81,40.209387,-104.82405,"WGS84","Dodecene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",36,0.242743,0.88844,5.5,"2013-05-04 06:00",0.1915,"2013-01-04 06:00",0.094,"2013-01-10 06:00",0.094,"2013-01-16 06:00","","","","",5.5,5.5,0.1915,0.094,0.094,0.094,0.094,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43502",61,40.209387,-104.82405,"WGS84","Formaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,2.097368,0.821168,4.8,"2013-07-09 06:00",3.5,"2013-06-27 06:00",3.3,"2013-06-21 06:00",3.2,"2013-06-03 06:00","","","","",4.8,4.8,3.5,3.2,2.3,2.1,1,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43503",61,40.209387,-104.82405,"WGS84","Acetaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,2.384211,1.250627,6.1,"2013-07-09 06:00",5.2,"2013-06-27 06:00",4.8,"2013-06-03 06:00",4.2,"2013-09-07 06:00","","","","",6.1,6.1,5.2,4.2,2.8,2.4,1.1,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43504",61,40.209387,-104.82405,"WGS84","Propionaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,0.663158,0.413568,1.8,"2013-07-09 06:00",1.7,"2013-06-27 06:00",1.6,"2013-06-03 06:00",1.3,"2013-09-07 06:00","","","","",1.8,1.8,1.7,1.3,0.8,0.6,0.3,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43510",61,40.209387,-104.82405,"WGS84","Butyraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,0.636632,0.30792,1.592,"2013-07-09 06:00",1.236,"2013-06-27 06:00",1.204,"2013-06-03 06:00",1.14,"2013-09-07 06:00","","","","",1.592,1.592,1.236,1.14,0.828,0.656,0.308,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43513",61,40.209387,-104.82405,"WGS84","Isovaleraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",38,0.0375,0,0.0375,"2013-01-04 06:00",0.0375,"2013-01-10 06:00",0.0375,"2013-01-16 06:00",0.0375,"2013-01-22 06:00","","","","",0.0375,0.0375,0.0375,0.0375,0.0375,0.0375,0.0375,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43517",61,40.209387,-104.82405,"WGS84","Hexanaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",7,0.316184,0.208432,0.93,"2013-06-27 06:00",0.77,"2013-09-07 06:00",0.67,"2013-07-09 06:00",0.67,"2013-08-26 06:00","","","","",0.93,0.93,0.77,0.67,0.38,0.32,0.045,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43518",61,40.209387,-104.82405,"WGS84","Valeraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",15,0.162895,0.109555,0.45,"2013-07-09 06:00",0.38,"2013-09-07 06:00",0.35,"2013-06-03 06:00",0.34,"2013-06-27 06:00","","","","",0.45,0.45,0.38,0.34,0.23,0.17,0.055,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43528",61,40.209387,-104.82405,"WGS84","Crotonaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",6,0.381053,0.302814,1.36,"2013-06-27 06:00",1.33,"2013-07-09 06:00",0.81,"2013-08-20 06:00",0.8,"2013-09-07 06:00","","","","",1.36,1.36,1.33,0.8,0.45,0.3,0.06,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43551",61,40.209387,-104.82405,"WGS84","Acetone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,7.590553,3.555542,16.86,"2013-07-09 06:00",14.31,"2013-06-27 06:00",13.68,"2013-08-20 06:00",13.59,"2013-06-21 06:00","","","","",16.86,16.86,14.31,13.59,9.99,7.41,3.69,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43552",61,40.209387,-104.82405,"WGS84","Methyl ethyl ketone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,1.363947,0.638717,3.37,"2013-07-09 06:00",2.37,"2013-01-10 06:00",2.26,"2013-06-03 06:00",2.19,"2013-09-07 06:00","","","","",3.37,3.37,2.37,2.19,1.79,1.38,0.65,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43954",81,40.209387,-104.82405,"WGS84","n-Undecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",5,0.551595,0.361987,1.71,"2013-08-26 06:00",1.56,"2013-09-25 06:00",1.03,"2013-05-04 06:00",0.939,"2013-08-20 06:00","","","","",1.71,1.71,1.56,0.939,0.687,0.493,0.111,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","43960",81,40.209387,-104.82405,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",1,1.869797,1.211148,4.45,"2013-04-10 06:00",4.41,"2013-01-10 06:00",4.08,"2013-01-22 06:00",3.96,"2013-03-11 06:00","","","","",4.45,4.45,4.41,3.96,2.6,1.61,0.566,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45109",81,40.209387,-104.82405,"WGS84","m/p Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,3.545405,2.45828,12,"2013-01-10 06:00",7.98,"2013-04-04 06:00",7.59,"2013-07-09 06:00",6.98,"2013-01-22 06:00","","","","",12,12,7.98,6.98,4.96,2.7,1.16,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45201",81,40.209387,-104.82405,"WGS84","Benzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",16,3,0,61,0,28,"","","Certification not required",0,6.483125,3.950368,14.1,"2013-01-10 06:00",13.5,"2013-04-10 06:00",10.8,"2013-01-22 06:00",8.53,"2013-09-25 06:00","","","","",14.1,14.1,14.1,13.5,8.53,5.36,1.04,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45202",81,40.209387,-104.82405,"WGS84","Toluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,8.209189,4.705319,19.3,"2013-01-10 06:00",16.6,"2013-04-10 06:00",16.3,"2013-08-26 06:00",15.7,"2013-01-22 06:00","","","","",19.3,19.3,16.6,15.7,10.9,7.39,3.07,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45203",81,40.209387,-104.82405,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,0.83,0.616216,2.98,"2013-01-10 06:00",2.17,"2013-04-04 06:00",1.92,"2013-07-09 06:00",1.65,"2013-01-22 06:00","","","","",2.98,2.98,2.17,1.65,1.02,0.72,0.25,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45204",81,40.209387,-104.82405,"WGS84","o-Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,1.191081,0.750066,3.89,"2013-01-10 06:00",2.5,"2013-07-09 06:00",2.48,"2013-04-04 06:00",2.2,"2013-01-22 06:00","","","","",3.89,3.89,2.5,2.2,1.68,1.04,0.46,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45207",81,40.209387,-104.82405,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",9,0.386068,0.252558,1.01,"2013-01-10 06:00",0.847,"2013-01-22 06:00",0.784,"2013-01-16 06:00",0.738,"2013-06-27 06:00","","","","",1.01,1.01,0.847,0.738,0.576,0.375,0.0995,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45208",81,40.209387,-104.82405,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,1.614676,1.597021,8.49,"2013-04-28 06:00",5.45,"2013-05-04 06:00",5.14,"2013-01-10 06:00",2.42,"2013-01-16 06:00","","","","",8.49,8.49,5.45,2.42,1.86,1.14,0.538,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45209",81,40.209387,-104.82405,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",8,0.270189,0.205968,1.11,"2013-01-10 06:00",0.542,"2013-07-15 06:00",0.541,"2013-01-16 06:00",0.529,"2013-04-22 06:00","","","","",1.11,1.11,0.542,0.529,0.354,0.219,0.069,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45210",81,40.209387,-104.82405,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",0,0.014054,0.041396,0.15,"2013-01-10 06:00",0.14,"2013-06-27 06:00",0.13,"2013-07-09 06:00",0.1,"2013-04-22 06:00","","","","",0.15,0.15,0.14,0.1,0,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45211",81,40.209387,-104.82405,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",13,0.331622,0.281549,1.27,"2013-01-10 06:00",0.769,"2013-06-27 06:00",0.752,"2013-08-26 06:00",0.733,"2013-01-16 06:00","","","","",1.27,1.27,0.769,0.733,0.512,0.259,0.073,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45212",81,40.209387,-104.82405,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",7,0.639973,0.507962,2,"2013-01-10 06:00",1.58,"2013-01-16 06:00",1.58,"2013-06-27 06:00",1.34,"2013-09-07 06:00","","","","",2,2,1.58,1.34,0.931,0.574,0.056,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45218",81,40.209387,-104.82405,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",37,0.119662,0.002055,0.12,"2013-01-10 06:00",0.12,"2013-01-16 06:00",0.12,"2013-01-22 06:00",0.12,"2013-01-28 06:00","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.12,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45219",81,40.209387,-104.82405,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",34,0.132514,0.124869,0.818,"2013-07-15 06:00",0.347,"2013-08-02 06:00",0.253,"2013-04-28 06:00",0.103,"2013-01-10 06:00","","","","",0.818,0.818,0.347,0.103,0.103,0.103,0.103,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45220",81,40.209387,-104.82405,"WGS84","Styrene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",23,5,0,61,0,21,"","","Certification not required",0,0,0,0,"2013-03-05 06:00",0,"2013-03-11 06:00",0,"2013-03-23 06:00",0,"2013-04-04 06:00","","","","",0,0,0,0,0,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45225",81,40.209387,-104.82405,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",13,0.294811,0.224969,0.932,"2013-01-10 06:00",0.696,"2013-04-22 06:00",0.684,"2013-05-04 06:00",0.617,"2013-04-28 06:00","","","","",0.932,0.932,0.696,0.617,0.445,0.286,0.074,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45228",81,40.209387,-104.82405,"WGS84","Benzene, 1-ethenyl-4-methyl","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",37,8,0,61,0,7,"","","Certification not required",12,0.345622,0.229381,0.81,"2013-01-16 06:00",0.768,"2013-01-10 06:00",0.768,"2013-01-22 06:00",0.707,"2013-06-27 06:00","","","","",0.81,0.81,0.768,0.707,0.511,0.295,0.1005,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45501",61,40.209387,-104.82405,"WGS84","Benzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",0,0.411895,0.176882,1.092,"2013-06-27 06:00",0.84,"2013-07-09 06:00",0.679,"2013-08-20 06:00",0.637,"2013-06-03 06:00","","","","",1.092,1.092,0.84,0.637,0.455,0.371,0.259,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45503",61,40.209387,-104.82405,"WGS84","2,5-Dimethylbenzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",38,0.0675,0,0.0675,"2013-01-04 06:00",0.0675,"2013-01-10 06:00",0.0675,"2013-01-16 06:00",0.0675,"2013-01-22 06:00","","","","",0.0675,0.0675,0.0675,0.0675,0.0675,0.0675,0.0675,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","45504",61,40.209387,-104.82405,"WGS84","Tolualdehydes","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,8,0,61,0,6,"","","Certification not required",26,0.27,0.234601,0.82,"2013-06-15 06:00",0.78,"2013-06-27 06:00",0.7,"2013-06-09 06:00",0.63,"2013-06-21 06:00","","","","",0.82,0.82,0.78,0.63,0.51,0.12,0.12,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2013-12-03" +"08","123","0008","68101",1,40.209387,-104.82405,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",115,100,58,61,0,0,"","","Certification not required",93,0.077826,0.063932,0.3,"2013-06-03 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-09 00:00",0.3,"2013-08-08 00:00","","","","",0.3,0.3,0.2,0.2,0.05,0.05,0.05,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","68102",1,40.209387,-104.82405,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",115,100,58,61,0,0,"","","Certification not required",0,23.867826,1.042816,24,"2013-01-03 00:00",24,"2013-01-18 00:00",24,"2013-01-19 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,23.9,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","68103",5,40.209387,-104.82405,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.712,9.749132,17.1,"2013-07-15 00:00",16.2,"2013-09-01 00:00",15.4,"2013-06-27 00:00",15.2,"2013-07-09 00:00","","","","",17.1,17.1,15.4,15,11.6,3.9,-9.8,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","68104",5,40.209387,-104.82405,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,21.76,12.503485,40.8,"2013-08-20 00:00",40.6,"2013-07-09 00:00",38.4,"2013-06-27 00:00",37.9,"2013-08-02 00:00","","","","",40.8,40.8,38.4,37.7,30.9,23.4,3.9,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","68105",1,40.209387,-104.82405,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,58,61,0,0,"","","Certification not required",0,10.127826,10.964004,27.9,"2013-06-27 00:00",27.7,"2013-08-20 00:00",27.1,"2013-07-09 00:00",26.4,"2013-07-06 00:00","","","","",27.7,27.1,25.5,25.2,21.4,9.3,-3.2,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","68105",5,40.209387,-104.82405,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.668,11.132347,28,"2013-06-27 00:00",27.7,"2013-08-20 00:00",27.4,"2013-07-09 00:00",25.9,"2013-08-02 00:00","","","","",28,28,27.4,25.6,22.1,13.7,-3.4,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","68106",5,40.209387,-104.82405,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,629.38,4.5754,638,"2013-02-15 00:00",636,"2013-02-27 00:00",636,"2013-03-05 00:00",635,"2013-01-16 00:00","","","","",638,638,636,635,633,630,622,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","68107",5,40.209387,-104.82405,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,637.56,3.529236,643,"2013-01-16 00:00",643,"2013-02-15 00:00",643,"2013-10-25 00:00",642,"2013-02-03 00:00","","","","",643,643,643,642,640,638,632,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","68108",1,40.209387,-104.82405,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,58,61,0,0,"","","Certification not required",0,640.130435,3.996757,651,"2013-11-12 00:00",648,"2013-11-21 00:00",647,"2013-05-01 00:00",645,"2013-02-15 00:00","","","","",648,647,644,644,643,641,634,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","68108",5,40.209387,-104.82405,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,632.3,4.046919,639,"2013-02-15 00:00",638,"2013-01-16 00:00",638,"2013-02-27 00:00",638,"2013-03-05 00:00","","","","",639,639,638,637,635,633,626,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","68109",1,40.209387,-104.82405,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",115,100,58,61,0,0,"","","Certification not required",0,1433.626087,62.375836,1440,"2013-01-22 00:00",1440,"2013-01-25 00:00",1440,"2013-01-31 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","88101",1,40.209387,-104.82405,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,3,0,0,"Certification not required",0,7.153043,3.941687,26,"2013-03-26 00:00",23.1,"2013-11-24 00:00",19.7,"2013-11-12 00:00",18.5,"2013-12-12 00:00","","","","",23.1,19.7,13.1,11.9,8.4,6.2,3.5,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","88101",1,40.209387,-104.82405,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,3,"","","Certification not required",0,7.153043,3.941687,26,"2013-03-26 00:00",23.1,"2013-11-24 00:00",19.7,"2013-11-12 00:00",18.5,"2013-12-12 00:00","","","","",23.1,19.7,13.1,11.9,8.4,6.2,3.5,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-21" +"08","123","0008","88102",5,40.209387,-104.82405,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.019521,0.006976,0.056,"2013-10-07 00:00",0.026,"2013-01-16 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00","","","","",0.056,0.056,0.026,0.026,0.021,0.0195,0.014,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88103",5,40.209387,-104.82405,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000146,0.000412,0.002,"2013-04-16 00:00",0.001,"2013-01-04 00:00",0.001,"2013-07-09 00:00",0.001,"2013-09-01 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88104",5,40.209387,-104.82405,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",8,0.091521,0.09406,0.48,"2013-06-21 00:00",0.369,"2013-06-27 00:00",0.22,"2013-10-25 00:00",0.216,"2013-01-22 00:00","","","","",0.48,0.48,0.22,0.201,0.133,0.065,0.0115,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88107",5,40.209387,-104.82405,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.006226,0.005074,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.011,"2013-06-21 00:00",0.0108,"2013-01-22 00:00","","","","",0.0295,0.0295,0.011,0.0055,0.0055,0.005,0.00385,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88109",5,40.209387,-104.82405,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",20,0.001825,0.001039,0.0047,"2013-05-16 00:00",0.0039,"2013-08-20 00:00",0.0038,"2013-07-03 00:00",0.0036,"2013-01-10 00:00","","","","",0.0047,0.0047,0.0038,0.0031,0.0027,0.0017,0.00055,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88110",5,40.209387,-104.82405,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001542,0.004084,0.019,"2013-10-25 00:00",0.017,"2013-06-27 00:00",0.009,"2013-05-16 00:00",0.009,"2013-09-19 00:00","","","","",0.019,0.019,0.009,0.005,0,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88111",5,40.209387,-104.82405,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",4,0.05643,0.054289,0.264,"2013-06-21 00:00",0.207,"2013-06-27 00:00",0.201,"2013-10-25 00:00",0.12,"2013-01-22 00:00","","","","",0.264,0.264,0.201,0.11,0.0729,0.0426,0.0115,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88112",5,40.209387,-104.82405,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.004938,0.017459,0.1,"2013-10-07 00:00",0.073,"2013-09-25 00:00",0.006,"2013-07-09 00:00",0.004,"2013-03-23 00:00","","","","",0.1,0.1,0.006,0.003,0.002,0.002,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88113",5,40.209387,-104.82405,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.000778,0.000562,0.004,"2013-01-10 00:00",0.0026,"2013-10-31 00:00",0.0012,"2013-01-04 00:00",0.001,"2013-03-17 00:00","","","","",0.004,0.004,0.0012,0.0007,0.0007,0.0007,0.00055,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88114",5,40.209387,-104.82405,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",36,0.00138,0.000888,0.0045,"2013-01-04 00:00",0.0035,"2013-01-16 00:00",0.0035,"2013-08-14 00:00",0.003,"2013-01-10 00:00","","","","",0.0045,0.0045,0.0035,0.003,0.0016,0.00125,0.00065,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88115",5,40.209387,-104.82405,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",39,0.0065,0.008594,0.047,"2013-01-04 00:00",0.038,"2013-02-03 00:00",0.021,"2013-01-10 00:00",0.0181,"2013-01-16 00:00","","","","",0.047,0.047,0.021,0.0164,0.00405,0.00405,0.00245,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88117",5,40.209387,-104.82405,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005522,0.007982,0.0435,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-03-29 00:00",0.00485,"2013-04-16 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0048,0.0041,0.0028,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88118",5,40.209387,-104.82405,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008724,0.006049,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88126",5,40.209387,-104.82405,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.09366,0.072634,0.336,"2013-06-21 00:00",0.293,"2013-06-27 00:00",0.27,"2013-10-25 00:00",0.196,"2013-01-22 00:00","","","","",0.336,0.336,0.27,0.195,0.122,0.0761,0.0215,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88128",5,40.209387,-104.82405,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.0005,0.000899,0.004,"2013-03-05 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-21 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88131",5,40.209387,-104.82405,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.010063,0.003563,0.018,"2013-08-08 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00","","","","",0.018,0.018,0.0165,0.0165,0.011,0.008,0.007,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88132",5,40.209387,-104.82405,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001729,0.001921,0.007,"2013-06-27 00:00",0.006,"2013-01-04 00:00",0.006,"2013-01-22 00:00",0.006,"2013-06-21 00:00","","","","",0.007,0.007,0.006,0.006,0.002,0.001,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88136",5,40.209387,-104.82405,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000167,0.000377,0.001,"2013-01-22 00:00",0.001,"2013-02-15 00:00",0.001,"2013-06-21 00:00",0.001,"2013-07-09 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88140",5,40.209387,-104.82405,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.007563,0.003803,0.025,"2013-06-27 00:00",0.02,"2013-05-28 00:00",0.015,"2013-04-04 00:00",0.009,"2013-01-10 00:00","","","","",0.025,0.025,0.015,0.009,0.009,0.006,0.00475,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88152",5,40.209387,-104.82405,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.005838,0.001797,0.013,"2013-06-21 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00","","","","",0.013,0.013,0.008,0.008,0.008,0.005,0.0045,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88154",5,40.209387,-104.82405,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.001109,0.000279,0.002,"2013-09-25 00:00",0.0014,"2013-06-27 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.002,0.002,0.0013,0.0013,0.0013,0.00125,0.00065,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88160",5,40.209387,-104.82405,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.013615,0.006546,0.051,"2013-07-09 00:00",0.0185,"2013-02-03 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-22 00:00","","","","",0.051,0.051,0.018,0.018,0.016,0.01,0.01,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88161",5,40.209387,-104.82405,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",33,0.004588,0.004449,0.0212,"2013-06-21 00:00",0.0196,"2013-06-27 00:00",0.0149,"2013-07-09 00:00",0.0132,"2013-01-10 00:00","","","","",0.0212,0.0212,0.0149,0.0103,0.0053,0.0025,0.0021,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88164",5,40.209387,-104.82405,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001673,0.000546,0.0051,"2013-06-27 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00","","","","",0.0051,0.0051,0.0019,0.0019,0.0019,0.0016,0.0015,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88165",5,40.209387,-104.82405,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.280142,0.262481,1.32,"2013-06-21 00:00",1.14,"2013-06-27 00:00",0.755,"2013-10-25 00:00",0.61,"2013-01-22 00:00","","","","",1.32,1.32,0.755,0.594,0.395,0.213,0.0483,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88166",5,40.209387,-104.82405,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.008256,0.004991,0.019,"2013-01-16 00:00",0.019,"2013-02-03 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-09 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88167",5,40.209387,-104.82405,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",26,0.004224,0.006074,0.0324,"2013-01-04 00:00",0.0201,"2013-02-03 00:00",0.02,"2013-01-10 00:00",0.0151,"2013-01-16 00:00","","","","",0.0324,0.0324,0.02,0.0098,0.0041,0.00175,0.0009,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88168",5,40.209387,-104.82405,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.001555,0.002336,0.0172,"2013-06-27 00:00",0.0027,"2013-10-25 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-01-22 00:00","","","","",0.0172,0.0172,0.00175,0.00175,0.00155,0.00115,0.00085,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88169",5,40.209387,-104.82405,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.251149,0.134994,0.648,"2013-03-23 00:00",0.557,"2013-07-21 00:00",0.494,"2013-10-25 00:00",0.491,"2013-07-15 00:00","","","","",0.648,0.648,0.494,0.485,0.323,0.225,0.114,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88176",5,40.209387,-104.82405,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.000948,0.000215,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88180",5,40.209387,-104.82405,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.0704,0.055684,0.248,"2013-02-03 00:00",0.233,"2013-06-21 00:00",0.194,"2013-06-27 00:00",0.175,"2013-01-10 00:00","","","","",0.248,0.248,0.194,0.134,0.093,0.0614,0.0194,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88184",5,40.209387,-104.82405,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",38,0.028333,0.017989,0.093,"2013-06-21 00:00",0.076,"2013-01-16 00:00",0.067,"2013-01-04 00:00",0.067,"2013-01-22 00:00","","","","",0.093,0.093,0.067,0.059,0.027,0.027,0.0155,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88185",5,40.209387,-104.82405,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.003722,0.00387,0.0116,"2013-09-25 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00","","","","",0.0116,0.0116,0.0115,0.0115,0.0023,0.00225,0.0014,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88301",5,40.209387,-104.82405,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.40702,0.237174,1.14,"2013-10-13 00:00",0.915,"2013-01-10 00:00",0.887,"2013-10-25 00:00",0.818,"2013-07-21 00:00","","","","",1.14,1.14,0.887,0.782,0.528,0.34,0.166,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88302",5,40.209387,-104.82405,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",3,0.041049,0.021271,0.0954,"2013-06-27 00:00",0.0845,"2013-11-06 00:00",0.081,"2013-01-16 00:00",0.08,"2013-07-09 00:00","","","","",0.0954,0.0954,0.081,0.077,0.05,0.0334,0.017,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88303",5,40.209387,-104.82405,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",23,0.026706,0.02794,0.178,"2013-02-03 00:00",0.064,"2013-01-10 00:00",0.061,"2013-05-04 00:00",0.061,"2013-07-09 00:00","","","","",0.178,0.178,0.061,0.051,0.038,0.015,0.0034,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88306",5,40.209387,-104.82405,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.42202,0.945837,4.06,"2013-10-13 00:00",3.83,"2013-10-25 00:00",3.82,"2013-01-10 00:00",3.47,"2013-01-04 00:00","","","","",4.06,4.06,3.82,2.75,1.78,1.25,0.446,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88355",5,40.209387,-104.82405,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.61156,0.6325,3.29,"2013-02-03 00:00",3.08,"2013-01-04 00:00",2.83,"2013-08-20 00:00",2.67,"2013-07-03 00:00","","","","",3.29,3.29,2.83,2.57,2.11,1.42,0.989,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88357",5,40.209387,-104.82405,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.50284,0.36514,1.78,"2013-01-04 00:00",1.51,"2013-01-10 00:00",1.42,"2013-10-25 00:00",1.21,"2013-01-16 00:00","","","","",1.78,1.78,1.42,1.03,0.634,0.359,0.189,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88370",5,40.209387,-104.82405,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.49292,0.584248,2.91,"2013-01-04 00:00",2.81,"2013-02-03 00:00",2.54,"2013-07-03 00:00",2.5,"2013-08-20 00:00","","","","",2.91,2.91,2.54,2.49,1.85,1.28,0.915,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88374",5,40.209387,-104.82405,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.1243,0.109271,0.598,"2013-01-04 00:00",0.352,"2013-01-10 00:00",0.352,"2013-01-16 00:00",0.325,"2013-02-03 00:00","","","","",0.598,0.598,0.352,0.316,0.147,0.081,0.045,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88375",5,40.209387,-104.82405,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.39066,0.13324,0.683,"2013-01-04 00:00",0.679,"2013-02-03 00:00",0.637,"2013-01-16 00:00",0.612,"2013-10-25 00:00","","","","",0.683,0.683,0.637,0.596,0.472,0.376,0.253,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88376",5,40.209387,-104.82405,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.48952,0.216774,1.04,"2013-02-03 00:00",0.981,"2013-08-20 00:00",0.882,"2013-07-03 00:00",0.861,"2013-01-04 00:00","","","","",1.04,1.04,0.882,0.812,0.688,0.465,0.263,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88377",5,40.209387,-104.82405,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.27342,0.139833,0.745,"2013-02-03 00:00",0.614,"2013-08-20 00:00",0.609,"2013-01-10 00:00",0.514,"2013-01-16 00:00","","","","",0.745,0.745,0.609,0.479,0.342,0.236,0.141,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88378",5,40.209387,-104.82405,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.21432,0.12214,0.506,"2013-06-21 00:00",0.485,"2013-09-01 00:00",0.481,"2013-07-03 00:00",0.428,"2013-06-03 00:00","","","","",0.506,0.506,0.481,0.405,0.264,0.205,0.069,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88380",5,40.209387,-104.82405,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.62214,0.406195,1.95,"2013-01-04 00:00",1.7,"2013-01-10 00:00",1.5,"2013-10-25 00:00",1.47,"2013-01-16 00:00","","","","",1.95,1.95,1.5,1.29,0.717,0.469,0.286,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88383",5,40.209387,-104.82405,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.68934,0.409092,2.3,"2013-01-04 00:00",1.65,"2013-01-10 00:00",1.6,"2013-10-25 00:00",1.43,"2013-01-16 00:00","","","","",2.3,2.3,1.6,1.28,0.836,0.607,0.311,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88384",5,40.209387,-104.82405,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.146344,0.097761,0.517,"2013-10-01 00:00",0.403,"2013-09-25 00:00",0.391,"2013-10-07 00:00",0.286,"2013-10-25 00:00","","","","",0.517,0.517,0.391,0.276,0.165,0.121,0.0622,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88385",5,40.209387,-104.82405,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.001358,0.001294,0.00742,"2013-10-25 00:00",0.00703,"2013-09-25 00:00",0.00329,"2013-10-07 00:00",0.00313,"2013-09-01 00:00","","","","",0.00742,0.00742,0.00329,0.00201,0.001,0.001,0.001,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88388",5,40.209387,-104.82405,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.3336,0.124803,0.609,"2013-07-03 00:00",0.579,"2013-10-13 00:00",0.575,"2013-09-01 00:00",0.539,"2013-01-04 00:00","","","","",0.609,0.609,0.575,0.527,0.422,0.308,0.194,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88403",5,40.209387,-104.82405,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.692327,0.329831,1.67,"2013-03-23 00:00",1.48,"2013-07-21 00:00",1.46,"2013-07-15 00:00",1.41,"2013-10-25 00:00","","","","",1.67,1.67,1.46,1.29,0.87,0.613,0.35,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0008","88502",5,40.209387,-104.82405,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,7.385417,3.63113,17.4,"2013-01-04 00:00",16,"2013-10-25 00:00",15,"2013-01-10 00:00",13.5,"2013-06-21 00:00","","","","",17.4,17.4,15,13.4,9.5,7.4,3.4,"Platteville - Middle School","1004 MAIN ST.","Colorado","Weld","Platteville","Greeley, CO","2014-02-13" +"08","123","0009","44201",1,40.386368,-104.73744,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8300,90,193,214,0,460,0,0,"Certification not required",697,0.061736,0.01129,0.091,"2013-08-17 13:00",0.088,"2013-08-20 12:00",0.087,"2013-08-16 12:00",0.086,"2013-06-18 15:00","","","","",0.088,0.086,0.083,0.077,0.069,0.062,0.05,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","44201",1,40.386368,-104.73744,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8300,89,191,214,0,0,0,0,"Certification not required",0,0.055696,0.009579,0.08,"2013-08-17 10:00",0.074,"2013-07-11 10:00",0.074,"2013-08-16 10:00",0.073,"2013-06-18 09:00","","","","",0.074,0.073,0.071,0.067,0.062,0.056,0.044,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","44201",1,40.386368,-104.73744,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8300,89,191,214,0,0,1,1,"Certification not required",0,0.055696,0.009579,0.08,"2013-08-17 10:00",0.074,"2013-07-11 10:00",0.074,"2013-08-16 10:00",0.073,"2013-06-18 09:00","","","","",0.074,0.073,0.071,0.067,0.062,0.056,0.044,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","61101",1,40.386368,-104.73744,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,5.416461,3.526199,25.8,"2013-04-14 09:00",24.7,"2013-04-14 08:00",24.7,"2013-09-23 12:00",23.7,"2013-04-08 20:00","","","","",18.1,16.4,12.9,9.9,6.5,4.6,2.2,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","61102",1,40.386368,-104.73744,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,189.809214,114.89884,360,"2013-01-04 21:00",360,"2013-01-08 09:00",360,"2013-01-10 00:00",360,"2013-01-13 23:00","","","","",358,357,352,344,307,184,28,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","61103",1,40.386368,-104.73744,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,4.884214,3.614941,25.4,"2013-04-14 09:00",24.4,"2013-09-23 12:00",24.2,"2013-04-14 08:00",23.4,"2013-04-08 20:00","","","","",17.9,16,12.6,9.5,6.1,4.1,1.3,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","61104",1,40.386368,-104.73744,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,192.162917,115.31592,359.9,"2013-01-04 21:00",359.9,"2013-01-29 17:00",359.9,"2013-02-09 18:00",359.9,"2013-02-15 15:00","","","","",358.2,356.6,352.3,344.8,311.1,188.9,28.3,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","61106",1,40.386368,-104.73744,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8745,100,365,365,0,15,"","","Certification not required",0,22.948336,13.838786,81,"2013-01-02 00:00",77.8,"2013-03-03 10:00",77.5,"2013-12-12 07:00",76.9,"2013-04-04 13:00","","","","",63.8,59.4,51.9,44.2,29.9,18.8,9.1,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0009","62101",1,40.386368,-104.73744,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8184,93,340,365,0,576,"","","Certification not required",0,48.963587,21.376667,100,"2013-04-17 10:00",98,"2013-07-11 15:00",97,"2013-06-10 13:00",97,"2013-07-11 14:00","","","","",91,89,84,78,65,49,21,"Greeley - Weld County Tower","3101 35TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0010","42101",1,40.423432,-104.69479,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8670,99,363,365,0,90,0,0,"Certification not required",7295,0.328022,0.231512,3.3,"2013-12-12 17:00",3,"2013-12-17 17:00",2.8,"2013-12-27 18:00",2.8,"2013-12-27 19:00","","","","",1.4,1.1,0.7,0.5,0.25,0.25,0.25,"Greeley - West Annex Bldg","905 10TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"08","123","0010","42101",1,40.423432,-104.69479,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8698,99,363,365,0,0,0,0,"Certification not required",0,0.360428,0.152658,1.7,"2013-05-06 17:00",1.7,"2013-05-06 18:00",1.7,"2013-12-17 22:00",1.7,"2013-12-17 23:00",1.7,"2013-05-06 17:00",1.7,"2013-12-17 22:00",1,0.9,0.7,0.5,0.3,0.3,0.3,"Greeley - West Annex Bldg","905 10TH AVE.","Colorado","Weld","Greeley","Greeley, CO","2014-02-06" +"09","001","0010","42101",1,41.170833,-73.194722,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8219,94,354,365,0,541,0,0,"Certification not required",0,0.357508,0.217192,3.63,"2013-12-20 08:00",3.23,"2013-11-15 07:00",3.11,"2013-02-11 21:00",2.67,"2013-12-20 07:00","","","","",1.25,0.94,0.68,0.57,0.43,0.3,0.18,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","0010","42101",1,41.170833,-73.194722,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8498,97,350,365,0,0,0,0,"Certification not required",0,0.357402,0.184748,1.9,"2013-12-20 09:00",1.9,"2013-12-20 10:00",1.9,"2013-12-20 11:00",1.8,"2013-02-11 22:00",1.9,"2013-12-20 09:00",1.8,"2013-02-11 22:00",1.1,0.9,0.7,0.5,0.4,0.3,0.2,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","0010","62101",1,41.170833,-73.194722,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",744,8,31,365,0,0,"","","Certification not required",0,57.494624,9.637995,83,"2013-10-02 12:00",82,"2013-10-02 13:00",82,"2013-10-02 14:00",82,"2013-10-02 15:00","","","","",81,78,73,69,64,58,44,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-02-04" +"09","001","0010","68101",1,41.170833,-73.194722,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,3,"","","Certification not required",38,0.319167,0.214807,0.6,"2013-05-22 00:00",0.6,"2013-06-15 00:00",0.6,"2013-06-21 00:00",0.6,"2013-06-27 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.05,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68102",1,41.170833,-73.194722,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,3,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68103",1,41.170833,-73.194722,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,3,"","","Certification not required",0,9.535,10.474689,29.2,"2013-07-18 00:00",28.5,"2013-07-15 00:00",28.3,"2013-07-06 00:00",27.5,"2013-07-21 00:00","","","","",28.5,28.3,26.1,24.1,19.2,9,-2.9,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68104",1,41.170833,-73.194722,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,3,"","","Certification not required",0,19.315833,11.409667,39.5,"2013-07-18 00:00",39.1,"2013-07-06 00:00",38.5,"2013-06-24 00:00",38.4,"2013-07-15 00:00","","","","",39.1,38.5,35.4,33.2,30.4,19.2,4.3,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68105",1,41.170833,-73.194722,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,3,"","","Certification not required",0,14.359167,10.707325,34.6,"2013-07-18 00:00",33.7,"2013-07-15 00:00",33.6,"2013-07-06 00:00",30.4,"2013-06-24 00:00","","","","",33.7,33.6,30,28.2,24.2,13.2,0.7,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68106",1,41.170833,-73.194722,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,3,"","","Certification not required",0,757.083333,6.038509,772,"2013-11-21 00:00",772,"2013-11-30 00:00",770,"2013-04-22 00:00",769,"2013-10-13 00:00","","","","",772,770,767,765,761,757,750,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68107",1,41.170833,-73.194722,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,3,"","","Certification not required",0,765.066667,5.951814,786,"2013-11-30 00:00",781,"2013-11-21 00:00",778,"2013-04-22 00:00",776,"2013-11-03 00:00","","","","",781,778,776,773,769,764,758,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68108",1,41.170833,-73.194722,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,3,"","","Certification not required",0,761.025,5.976793,781,"2013-11-30 00:00",777,"2013-11-21 00:00",774,"2013-04-22 00:00",771,"2013-05-01 00:00","","","","",777,774,771,768,765,761,754,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","68109",1,41.170833,-73.194722,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,3,"","","Certification not required",0,1439.95,0.218859,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","81102",1,41.170833,-73.194722,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,15.79661,7.969294,45,"2013-02-15 00:00",36,"2013-01-28 00:00",28,"2013-05-16 00:00",28,"2013-10-31 00:00","","","","",45,36,28,25,20,15,6,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-02-06" +"09","001","0010","85101",1,41.170833,-73.194722,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,16.525424,8.336368,48,"2013-02-15 00:00",40,"2013-01-28 00:00",29,"2013-05-16 00:00",29,"2013-10-31 00:00","","","","",48,40,29,26,21,16,7,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-02-06" +"09","001","0010","86101",1,41.170833,-73.194722,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,8.114035,4.014369,17.3,"2013-03-11 00:00",16.4,"2013-02-15 00:00",15.1,"2013-01-28 00:00",15.1,"2013-05-16 00:00","","","","",17.3,16.4,15.1,13.6,11.1,7.9,2.9,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-02-06" +"09","001","0010","88101",1,41.170833,-73.194722,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,0,0,"Certification not required",0,8.651667,5.203925,31.6,"2013-02-15 00:00",24.9,"2013-01-28 00:00",22.5,"2013-05-31 00:00",21.5,"2013-12-03 00:00","","","","",24.9,22.5,18.6,16.3,11.2,7.4,3.4,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","88101",1,41.170833,-73.194722,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,"","","Certification not required",0,8.651667,5.203925,31.6,"2013-02-15 00:00",24.9,"2013-01-28 00:00",22.5,"2013-05-31 00:00",21.5,"2013-12-03 00:00","","","","",24.9,22.5,18.6,16.3,11.2,7.4,3.4,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","88502",3,41.170833,-73.194722,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8354,95,354,365,0,406,"","","Certification not required",0,11.409385,8.891756,189,"2013-06-28 14:00",112,"2013-07-04 21:00",101,"2013-06-27 20:00",90,"2013-05-05 21:00","","","","",39,34,28,23,15,10,2,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0010","88502",3,41.170833,-73.194722,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,11.282486,6.612331,34.9,"2013-01-09 00:00",32.2,"2013-12-20 00:00",31.7,"2013-02-15 00:00",30.2,"2013-12-04 00:00","","","","",30.2,29.2,24.7,20.2,15.2,10.1,3.8,"Roosevelt School-Bridgeport","ROOSEVELT SCHOOL PARK AVE.","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","0012","42401",1,41.195,-73.163333,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8226,94,357,365,0,534,0,"","Certification not required",0,2.234174,2.202222,13.7,"2013-07-04 20:00",12.4,"2013-02-19 06:00",11.6,"2013-01-28 07:00",11,"2013-02-11 01:00","","","","",11,8.9,6.5,5.3,2.9,1.4,0.5,"","115 BOSTON TERRACE","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","0012","42401",1,41.195,-73.163333,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8226,94,357,365,0,534,"","","Certification not required",0,1.025395,1.249299,13.7,"2013-07-04 20:00",12.4,"2013-02-19 06:00",11.6,"2013-01-28 07:00",11.5,"2013-01-28 06:00","","","","",6,5,3.6,2.5,1.2,0.6,0.2,"","115 BOSTON TERRACE","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","0012","42401",1,41.195,-73.163333,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,1.019328,0.99814,5.6,"2013-01-08 00:00",5.3,"2013-01-28 00:00",4.9,"2013-01-27 00:00",4.7,"2013-01-04 00:00","","","","",4.7,4.4,3.2,2.4,1.3,0.7,0.3,"","115 BOSTON TERRACE","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","0012","42401",1,41.195,-73.163333,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2610,89,350,365,0,0,"",0,"Certification not required",0,1.001877,1.210567,11.5,"2013-01-28 08:00",10.8,"2013-02-11 02:00",9.2,"2013-01-27 23:00",8.6,"2013-01-04 02:00","","","","",5.8,4.8,3.5,2.5,1.2,0.5,0.2,"","115 BOSTON TERRACE","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","0012","42401",3,41.195,-73.163333,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",92190,88,327,365,0,3750,"","","Certification not required",0,0.925928,1.267962,82.4,"2013-08-20 16:10",64,"2013-07-04 20:25",35.4,"2013-07-04 20:50",29.7,"2013-07-04 20:55","","","","",6.2,4.8,3.2,2.2,1,0.5,0.2,"","115 BOSTON TERRACE","Connecticut","Fairfield","Bridgeport","Bridgeport-Stamford-Norwalk, CT","2014-01-22" +"09","001","0017","44201",1,41.003611,-73.585,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4342,99,181,183,0,50,0,0,"Certification not required",125,0.056,0.015769,0.107,"2013-05-30 14:00",0.104,"2013-05-31 13:00",0.099,"2013-07-17 17:00",0.098,"2013-06-24 12:00","","","","",0.104,0.098,0.088,0.077,0.065,0.052,0.04,"Greenwich Point Park","Tods Driftway (see coordinates)","Connecticut","Fairfield","Greenwich (Town of)","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","0017","44201",1,41.003611,-73.585,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4339,98,179,183,0,0,1,1,"Certification not required",0,0.048765,0.012215,0.089,"2013-05-30 11:00",0.083,"2013-07-18 09:00",0.082,"2013-07-19 11:00",0.082,"2013-08-21 09:00","","","","",0.083,0.082,0.074,0.063,0.056,0.047,0.034,"Greenwich Point Park","Tods Driftway (see coordinates)","Connecticut","Fairfield","Greenwich (Town of)","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","0017","44201",1,41.003611,-73.585,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4339,98,179,183,0,0,8,8,"Certification not required",0,0.048765,0.012215,0.089,"2013-05-30 11:00",0.083,"2013-07-18 09:00",0.082,"2013-07-19 11:00",0.082,"2013-08-21 09:00","","","","",0.083,0.082,0.074,0.063,0.056,0.047,0.034,"Greenwich Point Park","Tods Driftway (see coordinates)","Connecticut","Fairfield","Greenwich (Town of)","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","0017","62101",1,41.003611,-73.585,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",732,8,30,365,0,12,"","","Certification not required",0,58.461749,8.07285,80,"2013-10-02 15:00",80,"2013-10-02 16:00",80,"2013-10-04 13:00",80,"2013-10-04 14:00","","","","",78,76,72,68,64,59,47,"Greenwich Point Park","Tods Driftway (see coordinates)","Connecticut","Fairfield","Greenwich (Town of)","Bridgeport-Stamford-Norwalk, CT","2014-02-04" +"09","001","1123","44201",1,41.399167,-73.443056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4162,96,175,183,0,230,0,0,"Certification not required",417,0.052457,0.016436,0.119,"2013-09-11 14:00",0.104,"2013-05-31 15:00",0.101,"2013-06-22 16:00",0.099,"2013-06-01 14:00","","","","",0.104,0.099,0.083,0.074,0.059,0.05,0.035,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","1123","44201",1,41.399167,-73.443056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4168,92,169,183,0,0,1,1,"Certification not required",0,0.046491,0.012431,0.088,"2013-09-11 10:00",0.079,"2013-05-31 11:00",0.076,"2013-06-21 11:00",0.076,"2013-06-22 11:00","","","","",0.079,0.076,0.071,0.063,0.054,0.045,0.032,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","1123","44201",1,41.399167,-73.443056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4168,92,169,183,0,0,4,4,"Certification not required",0,0.046491,0.012431,0.088,"2013-09-11 10:00",0.079,"2013-05-31 11:00",0.076,"2013-06-21 11:00",0.076,"2013-06-22 11:00","","","","",0.079,0.076,0.071,0.063,0.054,0.045,0.032,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","1123","62101",1,41.399167,-73.443056,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",736,8,30,365,0,8,"","","Certification not required",0,55.316576,10.076391,81,"2013-10-04 13:00",81,"2013-10-04 14:00",81,"2013-10-04 15:00",80,"2013-10-02 15:00","","","","",79,77,73,68,62,56,41,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-02-04" +"09","001","1123","68101",1,41.399167,-73.443056,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",59,0.186475,0.161736,0.6,"2013-03-29 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-01-28 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.1,0.05,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68102",1,41.399167,-73.443056,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24.077049,0.049438,24.1,"2013-01-01 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-25 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68103",1,41.399167,-73.443056,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,6.504098,9.261387,25.1,"2013-07-06 00:00",24.5,"2013-07-15 00:00",23.8,"2013-07-18 00:00",23,"2013-09-01 00:00","","","","",24.5,23.8,21.4,19.4,14.2,6,-5.1,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68104",1,41.399167,-73.443056,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,17.344262,10.684646,36.6,"2013-07-18 00:00",34.8,"2013-05-31 00:00",34.5,"2013-07-15 00:00",34.4,"2013-06-24 00:00","","","","",34.8,34.5,32.4,29.6,27.5,18.6,2.5,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68105",1,41.399167,-73.443056,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,11.831148,9.652098,30.3,"2013-07-18 00:00",29.4,"2013-07-06 00:00",29.4,"2013-07-15 00:00",27.3,"2013-05-31 00:00","","","","",29.4,29.4,26,23.8,20.4,12.9,-0.1,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68106",1,41.399167,-73.443056,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,748.237705,5.413563,763,"2013-04-22 00:00",760,"2013-11-21 00:00",760,"2013-11-30 00:00",759,"2013-05-01 00:00","","","","",760,760,756,754,752,748,742,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68107",1,41.399167,-73.443056,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,754.737705,5.040011,771,"2013-11-30 00:00",768,"2013-04-22 00:00",767,"2013-11-21 00:00",765,"2013-01-10 00:00","","","","",768,767,763,760,758,755,749,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68108",1,41.399167,-73.443056,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,751.45082,5.150788,767,"2013-11-30 00:00",765,"2013-04-22 00:00",764,"2013-11-21 00:00",761,"2013-01-10 00:00","","","","",765,764,759,757,754,752,745,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","68109",1,41.399167,-73.443056,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.696721,1.675735,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","88101",1,41.399167,-73.443056,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,7.84918,5.217045,30.1,"2013-11-15 00:00",27.6,"2013-01-28 00:00",27.4,"2013-12-03 00:00",19.5,"2013-02-15 00:00","","","","",27.6,27.4,18,13.8,10.5,6.3,3.1,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","88101",1,41.399167,-73.443056,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,7.84918,5.217045,30.1,"2013-11-15 00:00",27.6,"2013-01-28 00:00",27.4,"2013-12-03 00:00",19.5,"2013-02-15 00:00","","","","",27.6,27.4,18,13.8,10.5,6.3,3.1,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","88502",3,41.399167,-73.443056,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8585,98,360,365,0,175,"","","Certification not required",0,10.514968,8.064211,78,"2013-01-09 09:00",65,"2013-01-09 08:00",64,"2013-01-09 11:00",63,"2013-01-09 10:00","","","","",40,34,27,20,13,8,3,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","1123","88502",3,41.399167,-73.443056,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,10.488333,6.457302,39.5,"2013-01-09 00:00",37,"2013-11-15 00:00",34.5,"2013-12-04 00:00",33,"2013-01-06 00:00","","","","",33,31.3,23.1,18.6,13.3,8.7,4.5,"Western Conn State Univ","White St at 8th Ave, parking garage roof","Connecticut","Fairfield","Danbury","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","3007","44201",1,41.1525,-73.103056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4281,97,177,183,0,111,1,1,"Certification not required",42,0.058814,0.018241,0.135,"2013-06-25 15:00",0.117,"2013-05-31 14:00",0.113,"2013-07-19 12:00",0.109,"2013-05-30 16:00","","","","",0.117,0.109,0.096,0.084,0.066,0.055,0.041,"","USCG LIGHTHOUSE , PROSPECT STREET","Connecticut","Fairfield","Stratford (Town of)","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","3007","44201",1,41.1525,-73.103056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4269,96,175,183,0,0,6,6,"Certification not required",0,0.051366,0.01355,0.094,"2013-05-30 11:00",0.091,"2013-06-25 12:00",0.09,"2013-07-18 11:00",0.09,"2013-07-19 11:00","","","","",0.091,0.09,0.077,0.069,0.057,0.05,0.036,"","USCG LIGHTHOUSE , PROSPECT STREET","Connecticut","Fairfield","Stratford (Town of)","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","3007","44201",1,41.1525,-73.103056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4269,96,175,183,0,0,10,10,"Certification not required",0,0.051366,0.01355,0.094,"2013-05-30 11:00",0.091,"2013-06-25 12:00",0.09,"2013-07-18 11:00",0.09,"2013-07-19 11:00","","","","",0.091,0.09,0.077,0.069,0.057,0.05,0.036,"","USCG LIGHTHOUSE , PROSPECT STREET","Connecticut","Fairfield","Stratford (Town of)","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","3007","62101",1,41.1525,-73.103056,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",742,8,31,365,0,2,"","","Certification not required",0,57.878706,7.83906,81,"2013-10-02 14:00",81,"2013-10-02 15:00",79,"2013-10-01 15:00",79,"2013-10-02 16:00","","","","",76,73,69,67,63,59,46,"","USCG LIGHTHOUSE , PROSPECT STREET","Connecticut","Fairfield","Stratford (Town of)","Bridgeport-Stamford-Norwalk, CT","2014-02-04" +"09","001","9003","42101",1,41.118333,-73.336667,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",349,4,15,365,0,35,0,0,"Certification not required",0,0.30788,0.15556,0.84,"2013-01-05 22:00",0.81,"2013-01-05 20:00",0.81,"2013-01-08 22:00",0.81,"2013-01-08 23:00","","","","",0.81,0.76,0.64,0.55,0.37,0.24,0.18,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-07-16" +"09","001","9003","42101",1,41.118333,-73.336667,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",362,4,15,365,0,0,0,0,"Certification not required",0,0.30884,0.137163,0.7,"2013-01-06 00:00",0.7,"2013-01-06 01:00",0.7,"2013-01-06 02:00",0.7,"2013-01-06 03:00",0.7,"2013-01-06 00:00",0.7,"2013-01-09 01:00",0.7,0.7,0.6,0.6,0.4,0.3,0.2,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-07-16" +"09","001","9003","42401",1,41.118333,-73.336667,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8530,97,361,365,0,230,0,"","Certification not required",0,2.066759,2.35826,14.1,"2013-01-28 07:00",12.4,"2013-02-19 07:00",11.9,"2013-01-27 23:00",11.8,"2013-02-11 01:00","","","","",11.8,8.5,6.7,5.5,2.6,1.2,0.3,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","9003","42401",1,41.118333,-73.336667,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8530,97,361,365,0,230,"","","Certification not required",0,0.829132,1.328464,14.1,"2013-01-28 07:00",12.4,"2013-02-19 07:00",11.9,"2013-01-27 23:00",11.8,"2013-01-28 06:00","","","","",6.4,5.2,3.4,2.3,0.9,0.3,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","9003","42401",1,41.118333,-73.336667,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,0.831579,1.036554,6,"2013-01-27 00:00",5.7,"2013-01-28 00:00",5.1,"2013-01-08 00:00",4.5,"2013-01-06 00:00","","","","",4.5,4,3.2,2.1,1.1,0.4,0.1,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","9003","42401",1,41.118333,-73.336667,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2753,94,354,365,0,0,"",0,"Certification not required",0,0.810171,1.305074,12.5,"2013-01-28 08:00",11,"2013-02-11 02:00",11,"2013-02-19 08:00",10.9,"2013-01-27 23:00","","","","",6.3,5,3.4,2.2,0.9,0.3,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","9003","42401",3,41.118333,-73.336667,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",92556,88,330,365,0,3519,"","","Certification not required",0,0.743284,1.403713,86.8,"2013-07-29 12:15",86.7,"2013-07-29 12:10",86.6,"2013-07-29 12:20",23.2,"2013-05-02 15:50","","","","",6.9,5.2,3.1,1.9,0.8,0.3,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-22" +"09","001","9003","42601",1,41.118333,-73.336667,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7819,100,56,61,0,197,"","","Certification not required",0,5.195294,15.12031,200,"2013-01-08 06:00",172,"2013-02-11 20:00",163,"2013-02-15 07:00",159,"2013-01-08 07:00","","","","",82,61,32,13,2,0,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-23" +"09","001","9003","42602",1,41.118333,-73.336667,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7801,89,329,365,0,215,0,"","Certification not required",0,21.638298,10.523487,51,"2013-04-04 05:00",50,"2013-02-10 23:00",50,"2013-02-11 00:00",46,"2013-02-19 00:00","","","","",46,43,38,36,29,22,7,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-23" +"09","001","9003","42602",1,41.118333,-73.336667,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7801,89,329,365,0,215,"","","Certification not required",0,8.61851,8.628179,51,"2013-04-04 05:00",50,"2013-02-10 23:00",50,"2013-02-11 00:00",50,"2013-04-04 04:00","","","","",37,33,27,22,12,5,1,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-23" +"09","001","9003","42603",1,41.118333,-73.336667,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8533,100,61,61,0,227,"","","Certification not required",0,15.555022,24.075984,240,"2013-01-08 06:00",226,"2013-12-20 09:00",218,"2013-02-11 20:00",200,"2013-12-20 20:00","","","","",125,100,63,40,16,7,2,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-30" +"09","001","9003","43000",1,41.118333,-73.336667,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",707,100,6,61,0,13,"","","Certification not required",0,63.461669,49.353013,373.7,"2013-06-01 05:00",333.2,"2013-06-01 04:00",326.4,"2013-06-01 02:00",300.7,"2013-06-01 03:00","","","","",241.8,214.2,164.5,125.9,81.2,45.1,24.1,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","9003","43202",1,41.118333,-73.336667,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",707,100,6,61,0,13,"","","Certification not required",0,5.832772,2.30454,17.36,"2013-06-17 08:00",17.34,"2013-06-17 09:00",15.66,"2013-06-17 06:00",14.44,"2013-06-25 09:00","","","","",13.19,11.22,8.63,7.48,6.94,6.58,2.61,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-12-13" +"09","001","9003","43203",1,41.118333,-73.336667,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",707,100,6,61,0,13,"","","Certification not required",0,29.890396,35.618163,248.36,"2013-06-01 05:00",216.24,"2013-06-01 02:00",211.58,"2013-06-20 05:00",210.85,"2013-06-01 04:00","","","","",186.53,143.43,104.15,74.08,37.01,15.7,6.1,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-12-13" +"09","001","9003","43204",1,41.118333,-73.336667,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1,5.906687,6.515689,45.04,"2013-06-01 05:00",40.39,"2013-06-01 04:00",38.41,"2013-06-01 00:00",36.41,"2013-06-20 03:00","","","","",30.42,26.81,20.28,14.99,7.16,3.51,0.95,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43205",1,41.118333,-73.336667,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1,1.147802,0.84392,6.9,"2013-06-01 00:00",6.2,"2013-06-01 05:00",6.01,"2013-06-01 04:00",5.93,"2013-05-31 23:00","","","","",3.91,3.56,2.89,2.29,1.46,0.88,0.41,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43206",1,41.118333,-73.336667,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",577,0.771005,0.826094,5.5,"2013-06-01 00:00",4.8,"2013-06-15 23:00",4.8,"2013-06-16 00:00",4.8,"2013-08-02 23:00","","","","",3.9,3.2,2.5,1.8,1.1,0.6,0.05,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43212",1,41.118333,-73.336667,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",620,0.601777,0.853604,23.17,"2013-06-07 07:00",5.3,"2013-07-19 04:00",5.1,"2013-06-25 11:00",4.52,"2013-06-17 08:00","","","","",3.28,2.51,1.9,1.43,0.88,0.43,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43214",1,41.118333,-73.336667,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1005,0.372402,0.527849,8.47,"2013-06-07 07:00",4.95,"2013-07-31 11:00",3.07,"2013-06-25 11:00",2.8,"2013-07-24 11:00","","","","",2.08,1.7,1.32,1.05,0.65,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43216",1,41.118333,-73.336667,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",427,0.096319,0.118609,3.04,"2013-06-07 07:00",2.38,"2013-07-24 11:00",2.14,"2013-07-25 09:00",1.07,"2013-07-24 12:00","","","","",0.36,0.24,0.19,0.16,0.12,0.09,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43217",1,41.118333,-73.336667,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,100,15,61,0,200,"","","Certification not required",1712,0.069821,0.228022,3.26,"2013-07-24 11:00",2.87,"2013-06-01 13:00",2.83,"2013-06-01 09:00",2.81,"2013-06-01 08:00","","","","",0.88,0.73,0.53,0.2,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43220",1,41.118333,-73.336667,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",887,0.76835,1.058838,10.42,"2013-08-08 14:00",9.77,"2013-07-10 13:00",5.67,"2013-06-07 07:00",5.48,"2013-06-17 09:00","","","","",4.19,3.78,2.94,2.17,1.28,0.18,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43221",1,41.118333,-73.336667,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",637,2.028838,2.424131,21.98,"2013-06-07 07:00",18.86,"2013-07-19 04:00",18.75,"2013-07-05 16:00",14.28,"2013-06-01 05:00","","","","",10.21,8.54,6.56,4.98,3.16,1.45,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43224",1,41.118333,-73.336667,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",774,0.131812,0.331907,9.43,"2013-07-10 13:00",8.74,"2013-08-08 14:00",2.72,"2013-06-07 11:00",2.12,"2013-07-24 11:00","","","","",0.73,0.53,0.38,0.29,0.19,0.08,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43226",1,41.118333,-73.336667,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1398,0.07109,0.12942,1.65,"2013-07-24 11:00",1.34,"2013-08-08 12:00",1.11,"2013-06-07 07:00",1.08,"2013-06-07 08:00","","","","",0.51,0.38,0.3,0.24,0.13,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43227",1,41.118333,-73.336667,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",8,0.065207,0.125096,2.29,"2013-07-24 11:00",1.54,"2013-07-25 09:00",1.36,"2013-08-08 12:00",1.31,"2013-06-07 07:00","","","","",0.58,0.42,0.23,0.12,0.06,0.03,0.02,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43230",1,41.118333,-73.336667,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",436,0.17398,0.20906,2.23,"2013-07-25 09:00",1.48,"2013-08-08 14:00",1.36,"2013-07-10 13:00",1.29,"2013-07-15 19:00","","","","",0.88,0.75,0.61,0.46,0.26,0.1,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43231",1,41.118333,-73.336667,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.378175,0.438475,5.82,"2013-07-10 14:00",5.53,"2013-07-10 15:00",4.59,"2013-06-07 11:00",4.18,"2013-06-07 07:00","","","","",1.75,1.44,1.07,0.85,0.59,0.34,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43232",1,41.118333,-73.336667,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",914,0.191192,0.300004,5.23,"2013-08-11 16:00",4.22,"2013-08-11 17:00",3.6,"2013-07-06 09:00",2.79,"2013-08-11 15:00","","","","",1.18,0.83,0.55,0.42,0.28,0.15,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43233",1,41.118333,-73.336667,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1,2.701888,1.515569,11.23,"2013-07-18 16:00",10.01,"2013-07-18 15:00",9.92,"2013-06-17 15:00",9.81,"2013-06-17 17:00","","","","",7.83,6.9,5.63,4.83,3.38,2.31,1.2,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43235",1,41.118333,-73.336667,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",3,1.542426,0.931478,7.14,"2013-07-18 16:00",6.61,"2013-06-17 15:00",6.59,"2013-06-17 17:00",6.41,"2013-07-18 15:00","","","","",4.87,4.11,3.36,2.84,1.9,1.27,0.68,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43238",1,41.118333,-73.336667,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1761,0.037603,0.126475,2.53,"2013-07-10 13:00",2.4,"2013-06-07 11:00",2.02,"2013-07-25 09:00",0.98,"2013-08-08 14:00","","","","",0.43,0.31,0.23,0.16,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43242",1,41.118333,-73.336667,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1761,0.140187,0.568843,9.04,"2013-06-27 06:00",6.11,"2013-06-18 07:00",5.6,"2013-06-18 05:00",5.15,"2013-08-19 22:00","","","","",3.03,2.06,0.92,0.15,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43243",1,41.118333,-73.336667,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",8,4.273235,5.37162,46.31,"2013-07-15 22:00",44.13,"2013-07-15 23:00",41.03,"2013-07-15 21:00",40.08,"2013-07-15 20:00","","","","",26.54,21.47,14.54,10.13,5.64,2.5,0.37,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43244",1,41.118333,-73.336667,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1473,0.239052,0.57011,4.51,"2013-07-01 18:00",4.51,"2013-08-08 12:00",4.43,"2013-07-08 00:00",4.12,"2013-07-05 06:00","","","","",2.77,2.12,1.48,0.96,0.13,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43245",1,41.118333,-73.336667,"WGS84","1-Hexene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1561,0.169413,0.875273,23.5,"2013-08-08 12:00",20.9,"2013-06-14 13:00",10.2,"2013-06-14 14:00",8.6,"2013-07-10 13:00","","","","",1.9,0.9,0.5,0.3,0.05,0.05,0.05,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43247",1,41.118333,-73.336667,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1301,0.073409,0.129041,3.04,"2013-07-25 09:00",1.65,"2013-07-10 07:00",0.78,"2013-06-07 07:00",0.59,"2013-07-14 16:00","","","","",0.43,0.37,0.28,0.22,0.14,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43248",1,41.118333,-73.336667,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1371,0.054357,0.109018,2.37,"2013-07-25 09:00",1.55,"2013-07-10 07:00",1.35,"2013-07-08 11:00",1.21,"2013-07-08 13:00","","","","",0.28,0.25,0.21,0.17,0.1,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43249",1,41.118333,-73.336667,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",784,0.151516,0.190554,2.5,"2013-07-25 09:00",2.24,"2013-08-21 00:00",1.4,"2013-08-21 22:00",1.26,"2013-08-03 04:00","","","","",0.78,0.68,0.5,0.38,0.22,0.11,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43250",1,41.118333,-73.336667,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.684843,0.717217,6.18,"2013-06-23 13:00",5.53,"2013-07-14 17:00",5.28,"2013-07-14 16:00",5.09,"2013-07-05 16:00","","","","",3.35,2.8,2.05,1.57,0.94,0.46,0.09,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43252",1,41.118333,-73.336667,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",751,0.089075,0.098491,1.52,"2013-07-25 09:00",1.29,"2013-06-07 11:00",0.77,"2013-07-10 07:00",0.52,"2013-08-22 19:00","","","","",0.39,0.34,0.26,0.2,0.13,0.08,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43253",1,41.118333,-73.336667,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",107,0.245823,0.157904,1.92,"2013-07-25 09:00",0.97,"2013-06-24 12:00",0.95,"2013-06-24 14:00",0.93,"2013-06-23 13:00","","","","",0.73,0.64,0.54,0.46,0.33,0.21,0.09,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43261",1,41.118333,-73.336667,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",565,0.236471,0.302942,4.09,"2013-07-10 07:00",2.68,"2013-08-06 09:00",2.49,"2013-07-14 17:00",2.21,"2013-06-23 13:00","","","","",1.43,1.15,0.76,0.55,0.32,0.15,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43262",1,41.118333,-73.336667,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",667,0.623178,0.525709,5.21,"2013-07-24 11:00",2.99,"2013-08-08 12:00",2.94,"2013-07-24 21:00",2.93,"2013-07-24 17:00","","","","",2.13,1.71,1.33,1.18,0.97,0.7,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43263",1,41.118333,-73.336667,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1047,0.131499,0.182276,3.02,"2013-07-10 07:00",2.28,"2013-07-25 09:00",1.01,"2013-08-03 04:00",0.99,"2013-07-19 03:00","","","","",0.73,0.58,0.43,0.34,0.23,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43280",1,41.118333,-73.336667,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",735,0.221585,0.358786,3.88,"2013-06-01 06:00",2.11,"2013-06-11 12:00",2.09,"2013-06-11 13:00",1.86,"2013-06-12 05:00","","","","",1.36,1.2,0.98,0.78,0.17,0.05,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43284",1,41.118333,-73.336667,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2009,100,15,61,0,199,"","","Certification not required",1006,0.615789,0.955254,7.11,"2013-07-19 02:00",6.13,"2013-07-19 05:00",5.97,"2013-07-18 06:00",5.83,"2013-07-04 06:00","","","","",3.51,3.14,2.74,2.32,0.77,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43285",1,41.118333,-73.336667,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",16,0.594389,0.622424,6.51,"2013-07-20 18:00",5.72,"2013-07-20 17:00",5.61,"2013-07-20 19:00",5.43,"2013-07-20 16:00","","","","",3.19,2.56,1.64,1.23,0.73,0.41,0.14,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43291",1,41.118333,-73.336667,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1089,0.078082,0.136693,3.82,"2013-07-25 09:00",1.55,"2013-08-19 20:00",0.88,"2013-07-10 07:00",0.86,"2013-06-01 11:00","","","","",0.44,0.38,0.27,0.2,0.12,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43954",1,41.118333,-73.336667,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1957,0.01084,0.045869,1.24,"2013-07-25 09:00",0.52,"2013-07-27 04:00",0.46,"2013-08-06 08:00",0.43,"2013-07-27 03:00","","","","",0.24,0.14,0.005,0.005,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","43960",1,41.118333,-73.336667,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",49,0.385748,0.223363,2.33,"2013-07-25 09:00",1.52,"2013-07-18 16:00",1.51,"2013-07-10 07:00",1.48,"2013-08-08 14:00","","","","",1.09,0.95,0.82,0.69,0.49,0.34,0.16,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","44201",1,41.118333,-73.336667,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4257,98,180,183,0,135,0,0,"Certification not required",458,0.057978,0.018337,0.114,"2013-06-25 15:00",0.111,"2013-05-30 15:00",0.108,"2013-09-11 13:00",0.106,"2013-05-31 12:00","","","","",0.111,0.106,0.1,0.089,0.065,0.054,0.04,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","9003","44201",1,41.118333,-73.336667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4278,97,177,183,0,0,6,6,"Certification not required",0,0.050226,0.014038,0.099,"2013-07-19 11:00",0.095,"2013-05-30 11:00",0.087,"2013-06-25 11:00",0.086,"2013-07-18 10:00","","","","",0.095,0.086,0.08,0.069,0.057,0.048,0.035,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","9003","44201",1,41.118333,-73.336667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4278,97,177,183,0,0,12,12,"Certification not required",0,0.050226,0.014038,0.099,"2013-07-19 11:00",0.095,"2013-05-30 11:00",0.087,"2013-06-25 11:00",0.086,"2013-07-18 10:00","","","","",0.095,0.086,0.08,0.069,0.057,0.048,0.035,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2013-12-11" +"09","001","9003","45109",1,41.118333,-73.336667,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.210469,0.223145,2.12,"2013-08-22 19:00",2.04,"2013-07-25 09:00",1.64,"2013-06-01 02:00",1.6,"2013-08-23 02:00","","","","",1.06,0.88,0.65,0.46,0.28,0.13,0.05,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45201",1,41.118333,-73.336667,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.326229,0.194377,2.44,"2013-07-25 09:00",1.45,"2013-07-10 07:00",1.13,"2013-06-01 05:00",1.13,"2013-06-15 22:00","","","","",0.94,0.84,0.69,0.57,0.42,0.29,0.12,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45202",1,41.118333,-73.336667,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.93596,0.847405,6.21,"2013-08-22 19:00",5.13,"2013-06-01 05:00",5.07,"2013-08-23 02:00",4.93,"2013-08-22 18:00","","","","",3.92,3.43,2.65,2.04,1.34,0.67,0.16,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45203",1,41.118333,-73.336667,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.065332,0.069065,1.35,"2013-07-25 09:00",0.54,"2013-08-22 19:00",0.45,"2013-06-01 02:00",0.42,"2013-06-01 05:00","","","","",0.29,0.25,0.18,0.14,0.09,0.05,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45204",1,41.118333,-73.336667,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.105247,0.100364,1.79,"2013-08-08 14:00",1.62,"2013-07-25 09:00",1.19,"2013-07-10 13:00",0.7,"2013-08-22 19:00","","","","",0.39,0.34,0.26,0.2,0.14,0.08,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45207",1,41.118333,-73.336667,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1824,0.011127,0.038551,1.06,"2013-08-19 08:00",0.95,"2013-07-25 09:00",0.55,"2013-07-10 13:00",0.32,"2013-06-07 12:00","","","","",0.09,0.07,0.05,0.005,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45208",1,41.118333,-73.336667,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",568,0.108723,0.146808,3.14,"2013-07-10 13:00",2.61,"2013-07-25 09:00",2.43,"2013-08-08 14:00",1.7,"2013-07-24 11:00","","","","",0.49,0.39,0.28,0.22,0.14,0.09,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45209",1,41.118333,-73.336667,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1530,0.024918,0.06992,1.66,"2013-07-25 09:00",0.86,"2013-07-13 22:00",0.85,"2013-07-10 13:00",0.84,"2013-07-16 20:00","","","","",0.29,0.18,0.09,0.06,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45210",1,41.118333,-73.336667,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.018853,0.060288,2.35,"2013-07-25 09:00",0.35,"2013-07-10 13:00",0.31,"2013-06-07 12:00",0.31,"2013-07-10 07:00","","","","",0.11,0.09,0.07,0.06,0.04,0,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45211",1,41.118333,-73.336667,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1587,0.031698,0.09037,1.87,"2013-07-07 05:00",1.79,"2013-06-07 11:00",1.46,"2013-07-25 09:00",0.7,"2013-06-14 13:00","","","","",0.3,0.24,0.16,0.09,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45212",1,41.118333,-73.336667,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1491,0.027978,0.062501,1.38,"2013-07-10 13:00",1.23,"2013-07-25 09:00",0.53,"2013-06-01 03:00",0.51,"2013-08-08 14:00","","","","",0.21,0.18,0.11,0.08,0.04,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45213",1,41.118333,-73.336667,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1814,0.012244,0.062971,2.33,"2013-07-25 09:00",1.26,"2013-07-10 13:00",0.53,"2013-08-08 14:00",0.25,"2013-06-26 13:00","","","","",0.1,0.08,0.05,0.005,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45218",1,41.118333,-73.336667,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",1892,0.03416,0.493695,18.66,"2013-06-05 07:00",8.06,"2013-06-07 12:00",6.88,"2013-06-05 08:00",3.86,"2013-07-10 13:00","","","","",0.19,0.14,0.09,0.005,0.005,0.005,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45220",1,41.118333,-73.336667,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",0,0.05582,0.078105,2.24,"2013-07-25 09:00",1.59,"2013-07-10 13:00",0.49,"2013-07-06 22:00",0.43,"2013-07-24 11:00","","","","",0.22,0.19,0.14,0.11,0.08,0.06,0,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","45225",1,41.118333,-73.336667,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2005,100,15,61,0,203,"","","Certification not required",753,0.075998,0.089093,2.3,"2013-07-24 11:00",1.36,"2013-07-24 12:00",1.25,"2013-07-25 09:00",0.98,"2013-08-08 14:00","","","","",0.19,0.17,0.15,0.14,0.12,0.09,0.005,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-03" +"09","001","9003","62101",1,41.118333,-73.336667,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",740,100,6,61,0,4,"","","Certification not required",0,56.548649,9.421512,81,"2013-10-02 15:00",81,"2013-10-02 16:00",80,"2013-10-02 14:00",79,"2013-10-02 13:00","","","","",78,75,71,68,63,58,43,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-04" +"09","001","9003","62201",1,41.118333,-73.336667,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",742,8,31,365,0,2,"","","Certification not required",742,0.5,0,0.5,"2013-10-01 00:00",0.5,"2013-10-01 01:00",0.5,"2013-10-01 02:00",0.5,"2013-10-01 03:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-02-04" +"09","001","9003","68101",1,41.118333,-73.336667,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,1,"","","Certification not required",75,0.12418,0.114494,0.5,"2013-01-04 00:00",0.5,"2013-07-30 00:00",0.4,"2013-03-08 00:00",0.4,"2013-04-28 00:00","","","","",0.5,0.4,0.4,0.3,0.2,0.05,0.05,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68102",1,41.118333,-73.336667,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68103",1,41.118333,-73.336667,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,1,"","","Certification not required",0,6.578689,9.097427,24.6,"2013-07-18 00:00",24,"2013-07-15 00:00",23.8,"2013-07-06 00:00",22.2,"2013-07-03 00:00","","","","",24,23.8,21.3,19.7,13.8,5.4,-4.4,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68104",1,41.118333,-73.336667,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,1,"","","Certification not required",0,16.722951,9.78745,35.3,"2013-07-18 00:00",34.5,"2013-07-15 00:00",34.3,"2013-07-06 00:00",32.3,"2013-06-24 00:00","","","","",34.5,34.3,30.3,28.9,26.1,18,4,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68105",1,41.118333,-73.336667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,1,"","","Certification not required",0,11.679508,9.115747,29.4,"2013-07-18 00:00",29.3,"2013-07-15 00:00",28.5,"2013-07-06 00:00",25.3,"2013-07-09 00:00","","","","",29.3,28.5,24.7,23.3,20,12.3,0.6,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68106",1,41.118333,-73.336667,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,1,"","","Certification not required",0,758.237705,5.637908,772,"2013-04-22 00:00",772,"2013-11-21 00:00",771,"2013-11-30 00:00",769,"2013-10-13 00:00","","","","",772,771,767,765,762,758,752,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68107",1,41.118333,-73.336667,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,1,"","","Certification not required",0,765.934426,5.487383,784,"2013-11-30 00:00",781,"2013-11-21 00:00",779,"2013-04-22 00:00",776,"2013-11-03 00:00","","","","",781,779,774,773,770,766,759,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68108",1,41.118333,-73.336667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,1,"","","Certification not required",0,762.180328,5.550693,780,"2013-11-30 00:00",777,"2013-11-21 00:00",776,"2013-04-22 00:00",772,"2013-05-01 00:00","","","","",777,776,771,768,766,762,755,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","68109",1,41.118333,-73.336667,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,1,"","","Certification not required",0,1439.909836,0.287598,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","88101",1,41.118333,-73.336667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,1,0,0,"Certification not required",0,7.711475,4.809051,25.3,"2013-02-15 00:00",23.8,"2013-01-28 00:00",21.2,"2013-05-31 00:00",20.6,"2013-12-21 00:00","","","","",23.8,21.2,18,14,9.7,6.5,3.2,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","001","9003","88101",1,41.118333,-73.336667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,1,"","","Certification not required",0,7.711475,4.809051,25.3,"2013-02-15 00:00",23.8,"2013-01-28 00:00",21.2,"2013-05-31 00:00",20.6,"2013-12-21 00:00","","","","",23.8,21.2,18,14,9.7,6.5,3.2,"Sherwood Island Connector (see coordinates)","SHERWOOD ISLAND STATE PARK","Connecticut","Fairfield","Westport","Bridgeport-Stamford-Norwalk, CT","2014-01-29" +"09","003","0017","42101",1,41.769167,-72.670278,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",4309,49,181,365,0,35,0,0,"Certification not required",0,0.601933,0.324454,2.73,"2013-02-19 20:00",2.65,"2013-01-30 10:00",2.4,"2013-01-29 15:00",2.39,"2013-01-28 16:00","","","","",1.73,1.5,1.22,1.01,0.75,0.53,0.26,"","COURTHOUSE, 155 MORGAN STREET","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-19" +"09","003","0017","42101",1,41.769167,-72.670278,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4325,49,179,365,0,0,0,0,"Certification not required",0,0.602751,0.265777,1.9,"2013-02-11 19:00",1.9,"2013-02-11 20:00",1.8,"2013-02-11 18:00",1.8,"2013-02-11 21:00",1.9,"2013-02-11 19:00",1.7,"2013-01-09 12:00",1.5,1.3,1.1,1,0.7,0.5,0.3,"","COURTHOUSE, 155 MORGAN STREET","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-19" +"09","003","0025","42101",1,41.771444,-72.679923,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6031,69,265,365,0,569,0,0,"Certification not required",0,0.337952,0.179955,1.91,"2013-12-20 07:00",1.76,"2013-12-05 17:00",1.74,"2013-12-20 08:00",1.72,"2013-12-28 23:00","","","","",0.96,0.81,0.64,0.55,0.43,0.3,0.16,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","0025","42101",1,41.771444,-72.679923,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6321,72,260,365,0,0,0,0,"Certification not required",0,0.338079,0.156264,1.3,"2013-12-05 21:00",1.3,"2013-12-20 08:00",1.3,"2013-12-20 09:00",1.3,"2013-12-20 10:00",1.3,"2013-12-05 21:00",1.3,"2013-12-20 08:00",0.9,0.7,0.6,0.5,0.4,0.3,0.2,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","0025","42601",1,41.771444,-72.679923,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5601,85,237,275,0,255,"","","Certification not required",0,16.716122,20.450518,158,"2013-11-15 07:00",149,"2013-11-15 08:00",144,"2013-11-21 07:00",140,"2013-11-15 06:00","","","","",102,79,55,42,24,10,1,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-23" +"09","003","0025","42602",1,41.771444,-72.679923,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5652,65,239,365,0,204,0,"","Certification not required",0,28.497908,9.29438,55,"2013-11-15 07:00",48,"2013-04-04 05:00",48,"2013-11-14 17:00",47,"2013-05-30 21:00","","","","",48,47,43,40,35,29,15,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-23" +"09","003","0025","42602",1,41.771444,-72.679923,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5652,65,239,365,0,204,"","","Certification not required",0,15.06051,9.856943,55,"2013-11-15 07:00",48,"2013-04-04 05:00",48,"2013-09-19 19:00",48,"2013-09-19 23:00","","","","",40,37,32,29,22,14,3,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-23" +"09","003","0025","42603",1,41.771444,-72.679923,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6401,97,272,275,0,199,"","","Certification not required",0,34.560694,32.299871,335,"2013-12-20 07:00",303,"2013-12-20 08:00",290,"2013-12-20 06:00",261,"2013-12-20 05:00","","","","",150,129,96,74,49,25,5,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","0025","62101",1,41.771444,-72.679923,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",744,11,31,275,0,0,"","","Certification not required",0,57.607527,9.088573,81,"2013-10-02 14:00",80,"2013-10-01 14:00",80,"2013-10-01 15:00",80,"2013-10-02 12:00","","","","",80,77,73,69,64,58,45,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-04" +"09","003","0025","64101",1,41.771444,-72.679923,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",744,11,31,275,0,0,"","","Certification not required",0,1016.337366,6.723367,1030,"2013-10-29 08:00",1029,"2013-10-09 06:00",1029,"2013-10-09 07:00",1029,"2013-10-09 08:00","","","","",1029,1028,1027,1026,1021,1016,1007,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-10" +"09","003","0025","85101",3,41.771444,-72.679923,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",1125,51,47,92,0,1083,"","","Certification not required",41,26.051556,25.893207,213,"2013-12-20 13:00",211,"2013-12-19 14:00",186,"2013-12-20 14:00",184,"2013-12-19 13:00","","","","",137,107,71,54,33,20,6,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-19" +"09","003","0025","88502",3,41.771444,-72.679923,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6222,94,261,275,0,378,"","","Certification not required",0,8.465445,6.781288,68,"2013-12-05 20:00",64,"2013-05-26 03:00",61,"2013-12-05 19:00",56,"2013-12-05 18:00","","","","",30,26,21,17,12,7,2,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","0025","88502",3,41.771444,-72.679923,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",261,95,261,275,0,0,"","","Certification not required",0,8.373946,5.443762,34.9,"2013-12-05 00:00",26.5,"2013-12-20 00:00",26.3,"2013-12-04 00:00",25.5,"2013-07-19 00:00","","","","",26.3,24.7,18,15.7,10.7,7,3.2,"Huntley Place-Hartford","10 Huntley Place","Connecticut","Hartford","Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","42101",1,41.784722,-72.631667,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7028,80,303,365,0,1732,0,0,"Certification not required",0,0.22533,0.136482,2.29,"2013-02-11 00:00",1.81,"2013-02-10 23:00",1.78,"2013-02-10 18:00",1.36,"2013-01-09 05:00","","","","",0.84,0.66,0.46,0.35,0.25,0.19,0.13,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","42101",1,41.784722,-72.631667,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7311,83,295,365,0,0,0,0,"Certification not required",0,0.227766,0.122314,1.3,"2013-01-09 07:00",1.2,"2013-01-09 04:00",1.2,"2013-01-09 05:00",1.2,"2013-01-09 06:00",1.3,"2013-01-09 07:00",1.2,"2013-02-11 00:00",0.8,0.6,0.4,0.3,0.2,0.2,0.1,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","42401",1,41.784722,-72.631667,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7076,81,295,365,0,1684,0,"","Certification not required",0,1.467119,1.530141,10.7,"2013-02-10 08:00",9,"2013-02-11 07:00",8.5,"2013-01-28 01:00",8.4,"2013-01-11 07:00","","","","",8.5,7.2,4.8,3.1,1.7,0.9,0.5,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","42401",1,41.784722,-72.631667,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7076,81,295,365,0,1684,"","","Certification not required",0,0.640814,0.843046,10.7,"2013-02-10 08:00",9,"2013-02-11 07:00",8.7,"2013-02-11 05:00",8.5,"2013-01-28 01:00","","","","",4.5,3.5,2.1,1.4,0.7,0.4,0.2,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","42401",1,41.784722,-72.631667,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",295,81,295,365,0,0,0,"","Certification not required",0,0.635932,0.68263,4.3,"2013-01-09 00:00",4.1,"2013-01-11 00:00",4.1,"2013-02-11 00:00",4,"2013-01-28 00:00","","","","",4.1,3.7,1.9,1.4,0.7,0.4,0.2,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","42401",1,41.784722,-72.631667,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2293,79,289,365,0,0,"",0,"Certification not required",0,0.614217,0.822055,8,"2013-02-10 08:00",8,"2013-02-11 08:00",7.8,"2013-01-28 02:00",7.5,"2013-02-11 05:00","","","","",4.5,3.4,2.1,1.4,0.6,0.3,0.1,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","42401",3,41.784722,-72.631667,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",84953,81,303,365,0,2937,"","","Certification not required",0,0.646055,0.889272,12.3,"2013-02-10 08:45",12.2,"2013-02-10 08:25",12,"2013-02-10 08:40",11.8,"2013-02-10 08:30","","","","",4.7,3.7,2.2,1.4,0.7,0.4,0.2,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","42601",1,41.784722,-72.631667,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7039,80,298,365,0,977,"","","Certification not required",0,5.75238,11.604716,173,"2013-01-09 07:00",156,"2013-01-07 07:00",155,"2013-01-11 07:00",151,"2013-01-09 06:00","","","","",63,44,20,9,4,3,2,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-23" +"09","003","1003","42602",1,41.784722,-72.631667,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7034,80,298,365,0,982,0,"","Certification not required",0,17.996644,9.700393,53,"2013-02-10 05:00",48,"2013-03-22 06:00",45,"2013-01-07 07:00",45,"2013-02-11 14:00","","","","",45,43,38,33,23,16,7,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-23" +"09","003","1003","42602",1,41.784722,-72.631667,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7034,80,298,365,0,982,"","","Certification not required",0,8.205857,7.45039,53,"2013-02-10 05:00",53,"2013-02-10 18:00",51,"2013-02-10 19:00",48,"2013-03-22 06:00","","","","",36,32,25,18,11,6,2,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-23" +"09","003","1003","42603",1,41.784722,-72.631667,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7288,83,308,365,0,1472,"","","Certification not required",0,14.776894,17.710034,206,"2013-01-09 07:00",201,"2013-01-07 07:00",185,"2013-01-11 07:00",181,"2013-01-09 06:00","","","","",97,75,47,28,15,9,5,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-30" +"09","003","1003","43000",5,41.784722,-72.631667,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",1366,16,58,365,0,170,"","","Certification not required",0,37.20937,84.875849,2040.1,"2013-08-21 04:00",1898.8,"2013-08-21 03:00",573.9,"2013-08-20 01:00",414.4,"2013-08-20 04:00","","","","",196.3,158.3,104.6,73.2,43.4,21,7.1,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43102",5,41.784722,-72.631667,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,28.284133,42.648512,1089.51,"2013-08-21 04:00",1015.16,"2013-08-21 03:00",378.5,"2013-07-26 21:00",295.3,"2013-08-20 01:00","","","","",136.5,109.4,83.4,58.19,32.67,19.07,6.63,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43141",5,41.784722,-72.631667,"WGS84","n-Dodecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1847,0.073979,0.148347,4.4,"2013-07-18 16:00",2.1,"2013-06-11 14:00",1.8,"2013-07-18 17:00",1.4,"2013-06-11 15:00","","","","",0.5,0.3,0.2,0.05,0.05,0.05,0.05,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43202",5,41.784722,-72.631667,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,3.647709,2.087664,24.36,"2013-08-21 04:00",22.39,"2013-06-01 13:00",20.5,"2013-08-21 03:00",18.25,"2013-06-21 20:00","","","","",10.78,8.98,7.58,6.07,4.56,3.15,1.58,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43203",5,41.784722,-72.631667,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1099,0.319485,0.710656,7.57,"2013-07-07 23:00",6.26,"2013-06-16 00:00",6.04,"2013-06-15 22:00",5.84,"2013-06-19 20:00","","","","",3.32,2.79,1.77,1.01,0.26,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43204",5,41.784722,-72.631667,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",37,3.435351,4.274902,63.19,"2013-08-20 07:00",58.91,"2013-08-22 22:00",49.21,"2013-08-22 21:00",42.97,"2013-08-22 23:00","","","","",18.7,14.62,9.65,6.66,4.14,2.29,0.72,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43205",5,41.784722,-72.631667,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1723,0.103419,0.365324,5.88,"2013-08-22 22:00",4.55,"2013-08-22 21:00",4.11,"2013-08-22 23:00",3.88,"2013-08-22 20:00","","","","",1.59,1.17,0.77,0.28,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43212",5,41.784722,-72.631667,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",355,1.195087,2.461321,61.93,"2013-08-21 03:00",61.22,"2013-08-21 04:00",45.76,"2013-07-26 21:00",18.78,"2013-06-05 07:00","","","","",5.13,4.27,3.11,2.39,1.52,0.85,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43214",5,41.784722,-72.631667,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",961,0.482169,0.975616,16.47,"2013-08-21 04:00",15.68,"2013-07-26 21:00",15.1,"2013-08-21 03:00",13.04,"2013-08-30 21:00","","","","",3.79,2.94,1.79,1.15,0.66,0.17,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43216",5,41.784722,-72.631667,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1966,0.013297,0.123372,3.27,"2013-08-21 03:00",3.21,"2013-08-21 04:00",2.77,"2013-07-26 21:00",0.88,"2013-08-16 03:00","","","","",0.18,0.07,0.005,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43217",5,41.784722,-72.631667,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1976,0.012236,0.116267,3.07,"2013-08-21 03:00",3.07,"2013-08-21 04:00",2.63,"2013-07-26 21:00",0.65,"2013-08-16 03:00","","","","",0.16,0.005,0.005,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43220",5,41.784722,-72.631667,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",86,1.547276,3.727859,113.4,"2013-08-21 04:00",101.98,"2013-08-21 03:00",37.45,"2013-07-26 21:00",20.09,"2013-06-10 01:00","","","","",6.42,5.46,4.07,3.01,1.83,1.02,0.33,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43221",5,41.784722,-72.631667,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",28,3.125941,10.466885,323.84,"2013-08-21 04:00",310.97,"2013-08-21 03:00",83.25,"2013-07-26 21:00",38.72,"2013-06-10 01:00","","","","",12.16,10.18,8.04,6.17,3.57,1.95,0.62,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43224",5,41.784722,-72.631667,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1669,0.084599,0.541332,15.63,"2013-08-21 04:00",13.74,"2013-08-21 03:00",9.09,"2013-07-26 21:00",4.29,"2013-08-16 03:00","","","","",0.89,0.72,0.44,0.22,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43226",5,41.784722,-72.631667,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1825,0.054031,0.42674,12.18,"2013-08-21 03:00",12.08,"2013-08-21 04:00",6.21,"2013-07-26 21:00",2.68,"2013-08-16 03:00","","","","",0.62,0.51,0.33,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43227",5,41.784722,-72.631667,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1935,0.019749,0.176756,4.98,"2013-08-21 03:00",4.94,"2013-08-21 04:00",2.88,"2013-07-26 21:00",1.18,"2013-08-16 03:00","","","","",0.29,0.21,0.005,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43230",5,41.784722,-72.631667,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",830,0.397171,1.372073,43.49,"2013-08-21 04:00",37.81,"2013-08-21 03:00",9.71,"2013-07-26 21:00",5.29,"2013-06-19 20:00","","","","",1.91,1.64,1.3,0.92,0.52,0.26,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43231",5,41.784722,-72.631667,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.773944,2.235474,68.64,"2013-08-21 04:00",64.9,"2013-08-21 03:00",14.57,"2013-07-26 21:00",8.45,"2013-06-19 20:00","","","","",3.2,2.71,2.2,1.61,0.96,0.55,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43232",5,41.784722,-72.631667,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1075,0.28679,0.501197,10.94,"2013-08-21 04:00",9.96,"2013-08-21 03:00",4.19,"2013-06-19 20:00",3.6,"2013-07-26 21:00","","","","",1.62,1.34,1.03,0.74,0.47,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43233",5,41.784722,-72.631667,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1559,0.0982,0.231449,4.06,"2013-06-05 07:00",2.27,"2013-08-15 05:00",2.09,"2013-07-06 10:00",1.79,"2013-06-19 20:00","","","","",0.99,0.73,0.5,0.37,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43235",5,41.784722,-72.631667,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1377,0.097388,0.182685,2.58,"2013-06-05 07:00",2.34,"2013-07-29 07:00",2.03,"2013-08-15 05:00",1.54,"2013-06-14 22:00","","","","",0.69,0.54,0.41,0.32,0.17,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43238",5,41.784722,-72.631667,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1356,0.090762,0.155884,1.39,"2013-06-14 22:00",1.36,"2013-07-22 13:00",1.26,"2013-07-18 23:00",1.25,"2013-05-31 07:00","","","","",0.66,0.56,0.38,0.29,0.16,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43243",5,41.784722,-72.631667,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",220,1.941877,2.463714,20.52,"2013-07-15 18:00",19.56,"2013-07-16 21:00",17.75,"2013-07-16 22:00",16.83,"2013-07-16 23:00","","","","",13.51,11.26,6.35,4.32,2.32,1.25,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43244",5,41.784722,-72.631667,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1865,0.032612,0.298165,9.51,"2013-08-21 04:00",8.35,"2013-08-21 03:00",2.77,"2013-07-26 21:00",1.04,"2013-06-19 20:00","","","","",0.39,0.31,0.16,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43245",5,41.784722,-72.631667,"WGS84","1-Hexene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",2005,0.050374,0.011099,0.4,"2013-08-21 03:00",0.4,"2013-08-21 04:00",0.1,"2013-06-19 20:00",0.05,"2013-05-30 14:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43247",5,41.784722,-72.631667,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1888,0.056464,0.418515,11.07,"2013-08-21 03:00",10.88,"2013-08-21 04:00",7.83,"2013-07-26 21:00",1.91,"2013-06-19 20:00","","","","",0.79,0.7,0.39,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43248",5,41.784722,-72.631667,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1615,0.13574,0.54119,15.72,"2013-08-21 04:00",13.7,"2013-08-21 03:00",3.88,"2013-07-26 21:00",2.67,"2013-06-19 20:00","","","","",1.13,0.95,0.74,0.53,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43249",5,41.784722,-72.631667,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1270,0.256957,0.634742,16.91,"2013-08-21 04:00",15.4,"2013-08-21 03:00",4.09,"2013-06-19 20:00",3.8,"2013-07-26 21:00","","","","",1.53,1.35,1.05,0.76,0.44,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43250",5,41.784722,-72.631667,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.873969,1.104533,19.61,"2013-08-21 03:00",16.63,"2013-08-21 04:00",8.74,"2013-07-26 21:00",8.54,"2013-06-10 01:00","","","","",4.15,3.5,2.78,2.01,1.25,0.65,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43252",5,41.784722,-72.631667,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1020,0.258347,0.353134,4.19,"2013-08-21 03:00",3.59,"2013-08-21 04:00",2.67,"2013-06-19 20:00",2.36,"2013-06-10 01:00","","","","",1.36,1.19,0.91,0.68,0.42,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43253",5,41.784722,-72.631667,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1768,0.045144,0.133291,1.9,"2013-06-19 20:00",1.53,"2013-08-21 04:00",1.45,"2013-08-21 03:00",0.86,"2013-07-26 21:00","","","","",0.59,0.52,0.34,0.16,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43261",5,41.784722,-72.631667,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1232,0.197495,0.345198,5.89,"2013-08-21 04:00",5.3,"2013-08-21 03:00",3.08,"2013-06-19 20:00",2.67,"2013-07-26 21:00","","","","",1.23,1.01,0.78,0.6,0.34,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43262",5,41.784722,-72.631667,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1119,0.342154,1.078964,33.15,"2013-08-21 04:00",28.93,"2013-08-21 03:00",5.2,"2013-06-19 20:00",4.12,"2013-08-21 05:00","","","","",1.94,1.65,1.23,0.88,0.51,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43263",5,41.784722,-72.631667,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1480,0.172575,0.572861,16.24,"2013-08-21 04:00",14.63,"2013-08-21 03:00",3.64,"2013-06-19 20:00",2.22,"2013-08-21 05:00","","","","",1.26,1.15,0.83,0.57,0.22,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43280",5,41.784722,-72.631667,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1923,0.015281,0.061001,1.06,"2013-07-26 21:00",0.89,"2013-08-21 03:00",0.87,"2013-08-21 04:00",0.61,"2013-06-16 00:00","","","","",0.28,0.22,0.005,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43284",5,41.784722,-72.631667,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1191,0.211482,0.630658,17.93,"2013-08-21 03:00",16.73,"2013-08-21 04:00",5.6,"2013-07-26 21:00",4.03,"2013-06-10 01:00","","","","",1.19,0.99,0.79,0.58,0.34,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43285",5,41.784722,-72.631667,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",468,0.705737,1.930753,59.59,"2013-08-21 04:00",53.18,"2013-08-21 03:00",15.78,"2013-07-26 21:00",7.48,"2013-06-19 20:00","","","","",3.04,2.61,2.12,1.54,0.88,0.46,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43291",5,41.784722,-72.631667,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1834,0.062251,0.318417,8.51,"2013-08-21 04:00",7.97,"2013-08-21 03:00",3.35,"2013-07-26 21:00",1.91,"2013-06-19 20:00","","","","",0.84,0.71,0.5,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43954",5,41.784722,-72.631667,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1391,0.080022,0.139474,1.86,"2013-07-18 16:00",1.01,"2013-07-22 13:00",0.92,"2013-05-31 07:00",0.78,"2013-06-14 22:00","","","","",0.57,0.47,0.37,0.27,0.13,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","43960",5,41.784722,-72.631667,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1743,0.04438,0.124035,1.73,"2013-08-21 04:00",1.44,"2013-06-19 20:00",1.02,"2013-07-26 21:00",0.91,"2013-08-15 05:00","","","","",0.56,0.44,0.29,0.18,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","44201",1,41.784722,-72.631667,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4123,93,170,183,0,269,0,0,"Certification not required",281,0.050094,0.015414,0.113,"2013-05-31 16:00",0.113,"2013-09-11 15:00",0.103,"2013-07-19 16:00",0.096,"2013-06-25 16:00","","","","",0.113,0.096,0.084,0.067,0.056,0.048,0.035,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","003","1003","44201",1,41.784722,-72.631667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4109,91,166,183,0,0,1,1,"Certification not required",0,0.043681,0.012078,0.086,"2013-09-11 10:00",0.078,"2013-07-19 12:00",0.077,"2013-05-31 11:00",0.077,"2013-06-21 12:00","","","","",0.078,0.077,0.066,0.057,0.05,0.043,0.031,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","003","1003","44201",1,41.784722,-72.631667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4109,91,166,183,0,0,4,4,"Certification not required",0,0.043681,0.012078,0.086,"2013-09-11 10:00",0.078,"2013-07-19 12:00",0.077,"2013-05-31 11:00",0.077,"2013-06-21 12:00","","","","",0.078,0.077,0.066,0.057,0.05,0.043,0.031,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","003","1003","45109",5,41.784722,-72.631667,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,1.047535,4.84403,160.18,"2013-08-20 01:00",91.47,"2013-08-20 04:00",89.07,"2013-08-20 02:00",59.32,"2013-08-20 03:00","","","","",5.33,4.05,2.83,1.98,1.04,0.57,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45201",5,41.784722,-72.631667,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.462744,0.548243,9.35,"2013-08-21 04:00",9.12,"2013-08-21 03:00",4.09,"2013-06-19 20:00",3.32,"2013-07-07 23:00","","","","",1.94,1.64,1.34,1.05,0.72,0.43,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45202",5,41.784722,-72.631667,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,2.37509,2.613292,49.86,"2013-08-21 04:00",45.31,"2013-08-21 03:00",24.19,"2013-06-05 07:00",18.68,"2013-06-19 20:00","","","","",10.58,8.7,7,5.09,2.89,1.6,0.58,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45203",5,41.784722,-72.631667,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.313894,1.069397,34.4,"2013-08-20 01:00",18.96,"2013-08-20 04:00",18.56,"2013-08-20 02:00",12.52,"2013-08-20 03:00","","","","",1.68,1.28,0.93,0.67,0.38,0.21,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45204",5,41.784722,-72.631667,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.349871,1.501998,47.28,"2013-08-20 01:00",29.79,"2013-08-20 04:00",27.5,"2013-08-20 02:00",19.02,"2013-08-20 03:00","","","","",1.75,1.4,1.01,0.71,0.39,0.21,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45207",5,41.784722,-72.631667,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1677,0.062602,0.277764,10.69,"2013-07-18 23:00",2,"2013-07-14 22:00",1.57,"2013-07-14 23:00",1.19,"2013-07-15 05:00","","","","",0.59,0.5,0.36,0.26,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45208",5,41.784722,-72.631667,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1023,0.239763,0.902361,36.12,"2013-07-18 23:00",6.51,"2013-07-14 22:00",6.34,"2013-07-29 09:00",6.26,"2013-07-14 23:00","","","","",1.46,1.12,0.86,0.59,0.31,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45209",5,41.784722,-72.631667,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1791,0.032941,0.223977,9.4,"2013-07-18 23:00",1.01,"2013-07-14 22:00",0.94,"2013-07-14 23:00",0.84,"2013-07-18 00:00","","","","",0.35,0.27,0.2,0.1,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45210",5,41.784722,-72.631667,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.003257,0.060923,2.59,"2013-07-18 23:00",0.38,"2013-08-20 01:00",0.33,"2013-06-19 20:00",0.27,"2013-08-20 04:00","","","","",0.09,0,0,0,0,0,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45211",5,41.784722,-72.631667,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1824,0.036628,0.242278,9.8,"2013-07-18 23:00",1.48,"2013-07-14 23:00",1.45,"2013-07-14 22:00",1.05,"2013-07-19 01:00","","","","",0.48,0.36,0.26,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45212",5,41.784722,-72.631667,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1006,0.316559,0.709995,23.36,"2013-07-18 23:00",3.76,"2013-05-31 04:00",3.7,"2013-05-31 05:00",3.39,"2013-08-21 07:00","","","","",2.2,1.89,1.38,0.89,0.4,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45213",5,41.784722,-72.631667,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1874,0.03742,0.289669,11.67,"2013-07-18 23:00",2.64,"2013-06-16 00:00",1.66,"2013-07-14 22:00",1.41,"2013-07-14 23:00","","","","",0.55,0.45,0.22,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45218",5,41.784722,-72.631667,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1864,0.025697,0.081296,0.72,"2013-05-31 05:00",0.71,"2013-05-30 23:00",0.69,"2013-05-31 06:00",0.57,"2013-05-30 20:00","","","","",0.43,0.34,0.22,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45219",5,41.784722,-72.631667,"WGS84","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",1935,0.017607,0.080516,2.09,"2013-07-18 23:00",0.88,"2013-07-29 07:00",0.8,"2013-07-14 23:00",0.73,"2013-07-14 22:00","","","","",0.37,0.28,0.005,0.005,0.005,0.005,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45220",5,41.784722,-72.631667,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",0,0.04507,0.161396,2.71,"2013-08-01 01:00",1.79,"2013-07-31 01:00",1.65,"2013-08-03 00:00",1.34,"2013-06-14 23:00","","","","",0.69,0.56,0.35,0.14,0,0,0,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","45225",5,41.784722,-72.631667,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2008,23,82,365,0,288,"","","Certification not required",592,0.419412,0.539982,9.12,"2013-07-17 13:00",6.72,"2013-07-18 23:00",3.94,"2013-05-31 05:00",3.92,"2013-05-31 04:00","","","","",2.24,1.92,1.42,0.98,0.54,0.3,0.005,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-22" +"09","003","1003","62101",1,41.784722,-72.631667,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",742,8,31,365,0,2,"","","Certification not required",0,54.090296,10.219781,79,"2013-10-02 12:00",79,"2013-10-02 13:00",79,"2013-10-02 14:00",78,"2013-10-02 11:00","","","","",77,76,71,66,61,54,40,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-04" +"09","003","1003","62103",1,41.784722,-72.631667,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",738,8,31,365,0,6,"","","Certification not required",0,44.911924,10.470303,69,"2013-10-07 10:00",68,"2013-10-07 09:00",68,"2013-10-07 11:00",68,"2013-10-07 12:00","","","","",68,63,61,59,53,46,30,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-06" +"09","003","1003","62201",1,41.784722,-72.631667,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",742,8,31,365,0,2,"","","Certification not required",0,73.609164,19.502609,99,"2013-10-06 18:00",99,"2013-10-06 19:00",99,"2013-10-06 20:00",99,"2013-10-06 21:00","","","","",99,98,97,95,91,78,44,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-04" +"09","003","1003","68101",1,41.784722,-72.631667,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",361,100,61,61,0,4,"","","Certification not required",82,0.326316,0.222205,1.4,"2013-11-20 00:00",1.2,"2013-11-15 00:00",1.2,"2013-11-16 00:00",1.1,"2013-11-12 00:00","","","","",1.1,0.8,0.6,0.6,0.5,0.3,0.05,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68102",1,41.784722,-72.631667,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",361,100,61,61,0,4,"","","Certification not required",0,23.919945,0.556817,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.9,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68103",1,41.784722,-72.631667,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",361,100,61,61,0,4,"","","Certification not required",0,5.59446,9.884029,26.5,"2013-07-19 00:00",25.2,"2013-07-18 00:00",24.7,"2013-07-06 00:00",24,"2013-07-14 00:00","","","","",24,23.5,22.3,20.6,13.1,4.7,-6.6,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68104",1,41.784722,-72.631667,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",361,100,61,61,0,4,"","","Certification not required",0,18.08615,11.370773,39.1,"2013-07-17 00:00",38.4,"2013-07-18 00:00",38.2,"2013-07-19 00:00",37.9,"2013-06-24 00:00","","","","",37.9,37.2,34.6,31.8,28.1,19.2,2.6,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68105",1,41.784722,-72.631667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",361,100,61,61,0,4,"","","Certification not required",0,11.64349,10.146623,31.9,"2013-07-19 00:00",31.5,"2013-07-18 00:00",30.5,"2013-07-06 00:00",30,"2013-07-20 00:00","","","","",30,29.1,26.8,25.2,20.2,12.2,-1.8,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68106",1,41.784722,-72.631667,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",361,100,61,61,0,4,"","","Certification not required",0,756.684211,5.593647,772,"2013-11-05 00:00",771,"2013-04-22 00:00",770,"2013-11-29 00:00",770,"2013-12-08 00:00","","","","",770,767,766,764,760,757,749,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68107",1,41.784722,-72.631667,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",361,100,61,61,0,4,"","","Certification not required",0,764.074792,5.19588,781,"2013-11-30 00:00",779,"2013-11-29 00:00",778,"2013-04-22 00:00",778,"2013-11-05 00:00","","","","",778,776,772,770,768,764,757,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68108",1,41.784722,-72.631667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",361,100,61,61,0,4,"","","Certification not required",0,760.612188,5.287224,776,"2013-11-05 00:00",776,"2013-11-30 00:00",775,"2013-04-22 00:00",774,"2013-11-21 00:00","","","","",774,772,769,767,764,761,754,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","68109",1,41.784722,-72.631667,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",361,100,61,61,0,4,"","","Certification not required",0,1438.168975,5.900728,1440,"2013-01-02 00:00",1440,"2013-01-03 00:00",1440,"2013-01-04 00:00",1440,"2013-01-05 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","81102",1,41.784722,-72.631667,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",4,11.618182,5.89567,28,"2013-01-28 00:00",26,"2013-01-04 00:00",25,"2013-02-15 00:00",25,"2013-10-31 00:00","","","","",28,26,25,17,14,11,4,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-06" +"09","003","1003","85101",1,41.784722,-72.631667,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,7,"","","Certification not required",2,12.277778,6.073191,31,"2013-01-28 00:00",27,"2013-01-04 00:00",27,"2013-02-15 00:00",26,"2013-10-31 00:00","","","","",31,27,27,19,15,11,4,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-06" +"09","003","1003","86101",1,41.784722,-72.631667,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,8,"","","Certification not required",0,4.945283,2.889874,16.1,"2013-01-04 00:00",11.5,"2013-03-11 00:00",9.4,"2013-05-04 00:00",8.8,"2013-01-28 00:00","","","","",16.1,11.5,9.4,7.7,6.4,5,1.5,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-02-06" +"09","003","1003","88101",1,41.784722,-72.631667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,4,0,0,"Certification not required",0,7.66482,5.283176,35.1,"2013-01-29 00:00",34,"2013-01-09 00:00",28.8,"2013-12-05 00:00",27.4,"2013-02-11 00:00","","","","",27.4,23.6,18.3,14.3,9.6,6.3,3,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","88101",1,41.784722,-72.631667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,4,"","","Certification not required",0,7.66482,5.283176,35.1,"2013-01-29 00:00",34,"2013-01-09 00:00",28.8,"2013-12-05 00:00",27.4,"2013-02-11 00:00","","","","",27.4,23.6,18.3,14.3,9.6,6.3,3,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","88502",3,41.784722,-72.631667,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7139,81,294,365,0,1621,"","","Certification not required",0,7.613531,6.414674,49,"2013-01-29 19:00",48,"2013-01-09 12:00",47,"2013-01-30 10:00",47,"2013-02-11 20:00","","","","",32,26,20,16,10,6,2,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","1003","88502",3,41.784722,-72.631667,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,7.533333,5.238722,34,"2013-01-29 00:00",33.4,"2013-01-09 00:00",28.7,"2013-02-11 00:00",24.7,"2013-01-30 00:00","","","","",28.7,23.2,19.7,13.7,9.7,6.4,2.6,"McAuliffe Park","Remington Road (see coordinates)","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68101",1,41.7425,-72.634444,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,121,122,0,1,"","","Certification not required",121,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68102",1,41.7425,-72.634444,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,1,"","","Certification not required",0,23.997521,0.02026,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68103",1,41.7425,-72.634444,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,6.51157,9.567595,25.3,"2013-07-18 00:00",24.8,"2013-07-06 00:00",23.8,"2013-07-15 00:00",23.2,"2013-07-03 00:00","","","","",24.8,23.8,21.8,20.2,14.5,6.3,-6.1,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68104",1,41.7425,-72.634444,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,17.692562,10.996016,37.8,"2013-07-18 00:00",37,"2013-05-31 00:00",36.9,"2013-06-24 00:00",36.3,"2013-07-06 00:00","","","","",37,36.9,32.5,30.3,27.8,17.9,2.7,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68105",1,41.7425,-72.634444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,12.095868,9.811867,31.2,"2013-07-18 00:00",30,"2013-07-06 00:00",29.8,"2013-07-15 00:00",28,"2013-06-24 00:00","","","","",30,29.8,26.4,24.5,20.8,12.3,-0.6,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68106",1,41.7425,-72.634444,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,756.553719,5.721233,773,"2013-04-22 00:00",770,"2013-11-30 00:00",769,"2013-11-21 00:00",768,"2013-05-01 00:00","","","","",770,769,765,763,760,757,749,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68107",1,41.7425,-72.634444,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,763.545455,5.408327,781,"2013-11-30 00:00",778,"2013-04-22 00:00",777,"2013-11-21 00:00",774,"2013-01-10 00:00","","","","",778,777,772,770,767,763,757,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68108",1,41.7425,-72.634444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,759.975207,5.48705,777,"2013-11-30 00:00",775,"2013-04-22 00:00",774,"2013-11-21 00:00",770,"2013-01-10 00:00","","","","",775,774,767,766,763,760,753,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","68109",1,41.7425,-72.634444,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,121,122,0,1,"","","Certification not required",0,1439.793388,1.290461,1441,"2013-01-16 00:00",1441,"2013-01-19 00:00",1441,"2013-01-22 00:00",1440,"2013-01-01 00:00","","","","",1441,1441,1440,1440,1440,1440,1440,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","88101",1,41.7425,-72.634444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,8.065289,4.686998,24.3,"2013-01-28 00:00",23.2,"2013-02-15 00:00",22.8,"2013-12-03 00:00",20.9,"2013-05-31 00:00","","","","",23.2,22.8,17.6,14.6,9.7,6.9,3.6,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","88101",1,41.7425,-72.634444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,8.065289,4.686998,24.3,"2013-01-28 00:00",23.2,"2013-02-15 00:00",22.8,"2013-12-03 00:00",20.9,"2013-05-31 00:00","","","","",23.2,22.8,17.6,14.6,9.7,6.9,3.6,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","88502",3,41.7425,-72.634444,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8274,94,346,365,0,486,"","","Certification not required",0,11.973652,8.529173,66,"2013-02-11 16:00",66,"2013-12-05 20:00",65,"2013-01-29 16:00",63,"2013-01-29 19:00","","","","",45,36,28,22,15,10,4,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","003","2006","88502",3,41.7425,-72.634444,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,11.926012,6.293785,46.2,"2013-01-29 00:00",42,"2013-01-09 00:00",38,"2013-12-05 00:00",36.8,"2013-02-11 00:00","","","","",36.8,32,24.2,19,14.2,10.5,6,"High Street","85 HIGH STREET","Connecticut","Hartford","East Hartford","Hartford-West Hartford-East Hartford, CT","2014-01-29" +"09","005","0005","42101",1,41.821342,-73.297257,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8134,93,363,365,0,626,0,0,"Certification not required",0,0.155074,0.089983,3.03,"2013-01-02 10:00",2.73,"2013-12-11 10:00",2.53,"2013-02-06 10:00",2.49,"2013-10-30 10:00","","","","",0.33,0.28,0.23,0.2,0.17,0.15,0.11,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","42101",1,41.821342,-73.297257,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8653,99,354,365,0,0,0,0,"Certification not required",0,0.153126,0.063972,0.6,"2013-01-02 11:00",0.6,"2013-01-02 12:00",0.6,"2013-01-02 13:00",0.6,"2013-01-02 14:00",0.6,"2013-01-02 11:00",0.6,"2013-02-06 10:00",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","42401",1,41.821342,-73.297257,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8597,98,363,365,0,163,0,"","Certification not required",0,0.974656,0.98778,6.8,"2013-02-10 23:00",4.6,"2013-06-10 01:00",4.3,"2013-12-20 06:00",4.1,"2013-01-09 09:00","","","","",4.1,3.9,3.1,2.3,1.3,0.6,0.1,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","42401",1,41.821342,-73.297257,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8597,98,363,365,0,163,"","","Certification not required",0,0.392102,0.561289,6.8,"2013-02-10 23:00",4.6,"2013-06-10 01:00",4.3,"2013-12-20 06:00",4.1,"2013-01-09 09:00","","","","",2.9,2.3,1.5,1,0.5,0.2,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","42401",1,41.821342,-73.297257,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.391736,0.44997,2.8,"2013-12-19 00:00",2.7,"2013-12-28 00:00",2.6,"2013-12-20 00:00",2.4,"2013-01-09 00:00","","","","",2.4,1.8,1.4,0.8,0.5,0.3,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","42401",1,41.821342,-73.297257,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2792,96,362,365,0,0,"",0,"Certification not required",0,0.368983,0.538538,4,"2013-12-20 08:00",3.9,"2013-12-19 20:00",3.7,"2013-12-20 05:00",3.5,"2013-01-28 14:00","","","","",2.7,2.2,1.5,0.9,0.4,0.2,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","42401",3,41.821342,-73.297257,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",92778,88,333,365,0,3075,"","","Certification not required",0,0.322146,0.52205,32.1,"2013-11-12 11:20",32,"2013-11-12 11:10",32,"2013-11-12 11:15",30.4,"2013-11-12 11:25","","","","",2.3,1.9,1.2,0.8,0.4,0.2,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-22" +"09","005","0005","42600",1,41.821342,-73.297257,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7501,86,330,365,0,515,"","","Certification not required",0,2.047127,3.058636,59.9,"2013-01-09 15:00",58.2,"2013-02-10 23:00",57.2,"2013-01-09 16:00",53.3,"2013-01-09 17:00","","","","",14.9,10.4,6.2,4.1,2.3,1.2,0.4,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-23" +"09","005","0005","42601",1,41.821342,-73.297257,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7746,88,329,365,0,270,"","","Certification not required",0,0.753679,0.716135,17,"2013-02-06 10:00",16,"2013-02-20 10:00",14,"2013-03-20 10:00",13,"2013-01-09 15:00","","","","",2,1,1,1,1,1,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-23" +"09","005","0005","42602",1,41.821342,-73.297257,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",7746,88,329,365,0,270,0,"","Certification not required",0,3.848024,5.097944,39,"2013-02-11 00:00",38,"2013-01-09 16:00",38,"2013-02-10 23:00",30,"2013-11-15 18:00","","","","",30,19,13,8,4,2,1,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-23" +"09","005","0005","42602",1,41.821342,-73.297257,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",7746,88,329,365,0,270,"","","Certification not required",0,1.404983,2.352164,39,"2013-02-11 00:00",38,"2013-01-09 16:00",38,"2013-02-10 23:00",37,"2013-01-09 15:00","","","","",11,8,5,3,2,1,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-23" +"09","005","0005","42603",1,41.821342,-73.297257,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8477,97,360,365,0,283,"","","Certification not required",0,2.517754,3.009161,51,"2013-01-09 15:00",49,"2013-01-09 16:00",48,"2013-12-20 09:00",46,"2013-01-09 17:00","","","","",15,10,7,5,3,2,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-30" +"09","005","0005","44201",1,41.821342,-73.297257,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7783,95,173,183,0,233,0,0,"Certification not required",4,0.051827,0.01292,0.113,"2013-05-31 17:00",0.105,"2013-09-11 17:00",0.091,"2013-06-01 16:00",0.081,"2013-04-28 16:00","","","","",0.105,0.081,0.074,0.066,0.059,0.051,0.045,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-22" +"09","005","0005","44201",1,41.821342,-73.297257,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7745,92,168,183,0,0,1,1,"Certification not required",0,0.047393,0.010498,0.085,"2013-05-31 16:00",0.081,"2013-09-11 12:00",0.075,"2013-04-28 11:00",0.068,"2013-06-01 12:00","","","","",0.081,0.068,0.066,0.061,0.054,0.048,0.042,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-22" +"09","005","0005","44201",1,41.821342,-73.297257,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7745,92,168,183,0,0,2,2,"Certification not required",0,0.047393,0.010498,0.085,"2013-05-31 16:00",0.081,"2013-09-11 12:00",0.075,"2013-04-28 11:00",0.068,"2013-06-01 12:00","","","","",0.081,0.068,0.066,0.061,0.054,0.048,0.042,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-22" +"09","005","0005","62101",1,41.821342,-73.297257,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",741,8,31,365,0,3,"","","Certification not required",0,51.052632,9.058887,72,"2013-10-02 13:00",72,"2013-10-02 14:00",72,"2013-10-02 15:00",72,"2013-10-04 11:00","","","","",71,70,66,63,58,51,38,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-04" +"09","005","0005","62103",1,41.821342,-73.297257,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1,0,0,365,0,743,"","","Certification not required",0,77,0,77,"2013-10-01 06:00","","","","","","","","","","",77,77,77,77,77,77,77,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-06" +"09","005","0005","62201",1,41.821342,-73.297257,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",741,8,31,365,0,3,"","","Certification not required",0,76.091768,20.448411,100,"2013-10-04 18:00",100,"2013-10-04 19:00",100,"2013-10-04 20:00",100,"2013-10-04 21:00","","","","",100,100,100,100,100,76,47,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-04" +"09","005","0005","64101",1,41.821342,-73.297257,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",741,8,31,365,0,3,"","","Certification not required",0,958.643725,6.188693,971,"2013-10-09 08:00",971,"2013-10-09 09:00",970,"2013-10-09 07:00",970,"2013-10-09 10:00","","","","",970,969,968,967,963,959,950,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-10" +"09","005","0005","68101",1,41.821342,-73.297257,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,117,122,0,5,"","","Certification not required",12,0.305085,0.141631,0.6,"2013-07-15 00:00",0.5,"2013-04-19 00:00",0.5,"2013-05-07 00:00",0.5,"2013-05-31 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.05,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68102",1,41.821342,-73.297257,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,117,122,0,5,"","","Certification not required",0,23.9,0,23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00",23.9,"2013-01-10 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68103",1,41.821342,-73.297257,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,117,122,0,5,"","","Certification not required",1,2.738983,10.588746,21.6,"2013-07-18 00:00",21.3,"2013-07-06 00:00",21.1,"2013-07-15 00:00",20.7,"2013-05-31 00:00","","","","",21.3,21.1,18.7,16.1,11.2,4.2,-11.7,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68104",1,41.821342,-73.297257,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,96,116,122,0,6,"","","Certification not required",0,13.460684,11.391406,33.1,"2013-05-31 00:00",33,"2013-07-18 00:00",31.2,"2013-06-24 00:00",30.5,"2013-07-21 00:00","","","","",33,31.2,29.6,26.4,23.6,15.2,-2,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68105",1,41.821342,-73.297257,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,117,122,0,5,"","","Certification not required",0,8.001695,10.550886,26.9,"2013-07-18 00:00",25.5,"2013-05-31 00:00",25.3,"2013-07-06 00:00",25,"2013-07-15 00:00","","","","",25.5,25.3,22.5,20.7,17.5,10,-6,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68106",1,41.821342,-73.297257,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,117,122,0,5,"","","Certification not required",0,712.330508,5.414534,726,"2013-04-22 00:00",723,"2013-05-01 00:00",723,"2013-11-21 00:00",722,"2013-10-13 00:00","","","","",723,723,721,719,716,712,706,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68107",1,41.821342,-73.297257,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,117,122,0,5,"","","Certification not required",0,719.627119,4.758791,733,"2013-11-30 00:00",732,"2013-04-22 00:00",730,"2013-11-21 00:00",729,"2013-01-10 00:00","","","","",732,730,728,725,722,720,714,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68108",1,41.821342,-73.297257,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,117,122,0,5,"","","Certification not required",0,716.144068,5.048949,729,"2013-04-22 00:00",729,"2013-11-30 00:00",727,"2013-11-21 00:00",726,"2013-05-01 00:00","","","","",729,727,724,723,719,717,710,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","68109",1,41.821342,-73.297257,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,117,122,0,5,"","","Certification not required",0,1439.822034,0.405757,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","81102",2,41.821342,-73.297257,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",116,94,115,122,0,7,0,0,"Certification not required",22,7.405172,4.67738,23,"2013-05-31 00:00",19,"2013-05-16 00:00",18,"2013-06-24 00:00",18,"2013-07-18 00:00","","","","",19,18,18,14,10,7,2,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-06" +"09","005","0005","85101",1,41.821342,-73.297257,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.977471,3.931572,23.1925,"2013-05-31 00:00",15.0005,"2013-05-16 00:00",13.6384,"2013-05-22 00:00",10.7955,"2013-02-15 00:00","","","","",23.1925,15.0005,13.6384,9.5929,7.7798,5.1042,2.2176,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","85101",2,41.821342,-73.297257,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,113,122,0,9,"","","Certification not required",22,7.22807,4.464283,22,"2013-05-31 00:00",18,"2013-05-16 00:00",17,"2013-06-24 00:00",17,"2013-08-20 00:00","","","","",18,17,16,13,10,7,2,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-06" +"09","005","0005","85101",3,41.821342,-73.297257,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7141,82,293,365,0,1619,"","","Certification not required",1366,10.558885,7.204267,53,"2013-09-11 18:00",51,"2013-01-02 18:00",48,"2013-08-20 10:00",46,"2013-12-20 08:00","","","","",33,30,24,20,14,10,2,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-19" +"09","005","0005","86101",1,41.821342,-73.297257,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,2.700917,2.115091,13.2,"2013-05-16 00:00",8.3,"2013-09-19 00:00",7.1,"2013-05-31 00:00",6.9,"2013-01-04 00:00","","","","",8.3,7.1,6.4,5.1,3.9,2.6,0.2,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-02-06" +"09","005","0005","86502",1,41.821342,-73.297257,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.901961,2.119008,10,"2013-05-16 00:00",9,"2013-05-31 00:00",5,"2013-05-22 00:00",5,"2013-05-28 00:00","","","","",10,9,5,4,3,1,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88101",1,41.821342,-73.297257,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,5,0,0,"Certification not required",0,5.197458,3.186415,15.2,"2013-05-31 00:00",14.6,"2013-02-06 00:00",13.2,"2013-08-20 00:00",13.1,"2013-07-18 00:00","","","","",14.6,13.2,11.8,9.7,7.3,4.4,1.9,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","88101",1,41.821342,-73.297257,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,5,"","","Certification not required",0,5.197458,3.186415,15.2,"2013-05-31 00:00",14.6,"2013-02-06 00:00",13.2,"2013-08-20 00:00",13.1,"2013-07-18 00:00","","","","",14.6,13.2,11.8,9.7,7.3,4.4,1.9,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","88103",1,41.821342,-73.297257,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,9.8e-05,0.0003,0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-15 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88104",1,41.821342,-73.297257,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.01381,0.011174,0.043,"2013-05-31 00:00",0.039,"2013-05-16 00:00",0.0386,"2013-05-01 00:00",0.038,"2013-04-25 00:00","","","","",0.043,0.039,0.0386,0.034,0.0176,0.0098,0.0035,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88109",1,41.821342,-73.297257,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001676,0.000968,0.0043,"2013-05-31 00:00",0.0039,"2013-02-03 00:00",0.0035,"2013-03-11 00:00",0.0034,"2013-04-28 00:00","","","","",0.0043,0.0039,0.0035,0.0029,0.0023,0.0015,0.0005,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88111",1,41.821342,-73.297257,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.014385,0.008953,0.0354,"2013-05-16 00:00",0.0329,"2013-05-31 00:00",0.0316,"2013-04-07 00:00",0.0308,"2013-04-04 00:00","","","","",0.0354,0.0329,0.0316,0.0288,0.0188,0.0135,0.0034,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88112",1,41.821342,-73.297257,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88114",1,41.821342,-73.297257,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000519,0.000445,0.0022,"2013-02-15 00:00",0.0017,"2013-04-28 00:00",0.0015,"2013-01-19 00:00",0.0012,"2013-05-31 00:00","","","","",0.0022,0.0017,0.0015,0.001,0.0008,0.0004,0.0001,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88115",1,41.821342,-73.297257,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.009681,0.029356,0.1467,"2013-03-11 00:00",0.1203,"2013-05-04 00:00",0.0867,"2013-02-21 00:00",0.0611,"2013-05-07 00:00","","","","",0.1467,0.1203,0.0867,0.0101,0.0022,0.0007,0.00015,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88126",1,41.821342,-73.297257,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.016214,0.012768,0.0492,"2013-02-15 00:00",0.0474,"2013-05-31 00:00",0.047,"2013-04-28 00:00",0.0404,"2013-04-04 00:00","","","","",0.0492,0.0474,0.047,0.0347,0.0214,0.0118,0.0044,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88128",1,41.821342,-73.297257,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001039,0.000958,0.005,"2013-02-15 00:00",0.003,"2013-04-28 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-07 00:00","","","","",0.005,0.003,0.002,0.002,0.002,0.001,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88132",1,41.821342,-73.297257,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000647,0.000594,0.002,"2013-02-15 00:00",0.002,"2013-04-04 00:00",0.002,"2013-05-16 00:00",0.001,"2013-01-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88136",1,41.821342,-73.297257,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000118,0.000325,0.001,"2013-01-28 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-11 00:00",0.001,"2013-04-07 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88140",1,41.821342,-73.297257,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.009306,0.010979,0.0491,"2013-04-07 00:00",0.04,"2013-03-11 00:00",0.0322,"2013-04-16 00:00",0.0279,"2013-04-22 00:00","","","","",0.0491,0.04,0.0322,0.025,0.012,0.0044,0.00105,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88152",1,41.821342,-73.297257,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000881,0.001179,0.0047,"2013-04-28 00:00",0.004,"2013-04-25 00:00",0.0039,"2013-03-20 00:00",0.0037,"2013-03-11 00:00","","","","",0.0047,0.004,0.0039,0.0026,0.0011,0.0003,0.0001,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88154",1,41.821342,-73.297257,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000206,0.000164,0.0009,"2013-02-03 00:00",0.0006,"2013-01-07 00:00",0.0005,"2013-01-19 00:00",0.0005,"2013-02-15 00:00","","","","",0.0009,0.0006,0.0005,0.0004,0.0002,0.0001,0.0001,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88161",1,41.821342,-73.297257,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.001134,0.000945,0.0038,"2013-04-28 00:00",0.0037,"2013-05-31 00:00",0.0031,"2013-04-22 00:00",0.0029,"2013-05-01 00:00","","","","",0.0038,0.0037,0.0031,0.0026,0.0013,0.0009,0.0002,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88164",1,41.821342,-73.297257,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000205,0.000185,0.0007,"2013-05-22 00:00",0.0006,"2013-01-28 00:00",0.0006,"2013-03-11 00:00",0.0006,"2013-04-28 00:00","","","","",0.0007,0.0006,0.0006,0.0005,0.0003,0.0001,5e-05,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88165",1,41.821342,-73.297257,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.028164,0.026398,0.099,"2013-05-16 00:00",0.0944,"2013-04-25 00:00",0.0908,"2013-04-28 00:00",0.0905,"2013-05-01 00:00","","","","",0.099,0.0944,0.0908,0.07,0.0385,0.018,0.007,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88167",1,41.821342,-73.297257,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003345,0.0025,0.0115,"2013-01-28 00:00",0.0113,"2013-02-15 00:00",0.0086,"2013-02-06 00:00",0.008,"2013-01-04 00:00","","","","",0.0115,0.0113,0.0086,0.0068,0.0043,0.0025,0.0012,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88168",1,41.821342,-73.297257,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000163,0.000126,0.0006,"2013-04-07 00:00",0.0005,"2013-04-28 00:00",0.0005,"2013-05-04 00:00",0.0004,"2013-03-11 00:00","","","","",0.0006,0.0005,0.0005,0.0004,0.00015,0.0001,0.0001,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88169",1,41.821342,-73.297257,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.373943,0.244662,1.2926,"2013-05-31 00:00",0.8539,"2013-02-15 00:00",0.7639,"2013-05-22 00:00",0.7523,"2013-01-07 00:00","","","","",1.2926,0.8539,0.7639,0.7415,0.487,0.3018,0.1745,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88176",1,41.821342,-73.297257,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000192,8.7e-05,0.0005,"2013-01-28 00:00",0.0004,"2013-01-16 00:00",0.0004,"2013-04-19 00:00",0.0004,"2013-05-25 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88180",1,41.821342,-73.297257,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.02311,0.010987,0.0454,"2013-02-03 00:00",0.0437,"2013-05-31 00:00",0.0433,"2013-02-15 00:00",0.0427,"2013-02-06 00:00","","","","",0.0454,0.0437,0.0433,0.0416,0.0297,0.0235,0.0107,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88184",1,41.821342,-73.297257,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.064943,0.099994,0.5442,"2013-03-11 00:00",0.3242,"2013-05-04 00:00",0.2338,"2013-05-07 00:00",0.2173,"2013-04-16 00:00","","","","",0.5442,0.3242,0.2338,0.1968,0.067,0.0304,0.0019,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88185",1,41.821342,-73.297257,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000699,0.000396,0.0024,"2013-04-28 00:00",0.0022,"2013-05-16 00:00",0.0016,"2013-04-16 00:00",0.0016,"2013-05-07 00:00","","","","",0.0024,0.0022,0.0016,0.00065,0.00065,0.00065,0.0004,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88203",1,41.821342,-73.297257,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.062317,0.115401,0.6552,"2013-03-11 00:00",0.3628,"2013-05-04 00:00",0.2537,"2013-02-21 00:00",0.2242,"2013-04-07 00:00","","","","",0.6552,0.3628,0.2537,0.2164,0.0363,0.0198,0.00875,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88306",1,41.821342,-73.297257,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.520324,0.454069,2.223,"2013-02-15 00:00",1.3936,"2013-01-04 00:00",1.3636,"2013-02-03 00:00",1.2809,"2013-02-06 00:00","","","","",2.223,1.3936,1.3636,1.1028,0.7158,0.3486,0.0979,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88320",1,41.821342,-73.297257,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.581961,0.450582,2.42,"2013-05-31 00:00",1.55,"2013-05-22 00:00",1.37,"2013-01-28 00:00",1.27,"2013-02-15 00:00","","","","",2.42,1.55,1.37,1.14,0.85,0.44,0.15,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88321",1,41.821342,-73.297257,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.124314,0.089917,0.36,"2013-01-28 00:00",0.36,"2013-02-15 00:00",0.33,"2013-05-31 00:00",0.28,"2013-05-22 00:00","","","","",0.36,0.36,0.33,0.24,0.16,0.1,0.03,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88324",1,41.821342,-73.297257,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.025404,0.02848,0.211,"2013-05-31 00:00",0.0712,"2013-01-28 00:00",0.0444,"2013-05-22 00:00",0.0398,"2013-04-16 00:00","","","","",0.211,0.0712,0.0444,0.0295,0.02855,0.0223,0.0099,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88325",1,41.821342,-73.297257,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.123464,0.117896,0.6944,"2013-05-31 00:00",0.3921,"2013-05-22 00:00",0.2727,"2013-01-28 00:00",0.2709,"2013-04-28 00:00","","","","",0.6944,0.3921,0.2727,0.2561,0.172,0.0837,0.0319,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88326",1,41.821342,-73.297257,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.150915,0.107479,0.534,"2013-05-31 00:00",0.3728,"2013-05-22 00:00",0.3703,"2013-01-28 00:00",0.3199,"2013-01-19 00:00","","","","",0.534,0.3728,0.3703,0.2806,0.216,0.1317,0.0351,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88327",1,41.821342,-73.297257,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.128564,0.098666,0.4563,"2013-05-31 00:00",0.3465,"2013-02-15 00:00",0.3463,"2013-05-22 00:00",0.3116,"2013-01-28 00:00","","","","",0.4563,0.3465,0.3463,0.2765,0.1699,0.1031,0.0287,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88328",1,41.821342,-73.297257,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.167424,0.112808,0.5197,"2013-05-31 00:00",0.4334,"2013-02-03 00:00",0.3973,"2013-05-22 00:00",0.3481,"2013-02-06 00:00","","","","",0.5197,0.4334,0.3973,0.3421,0.2416,0.1362,0.0599,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88329",1,41.821342,-73.297257,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.256675,0.189567,0.8242,"2013-05-31 00:00",0.6489,"2013-01-28 00:00",0.6338,"2013-02-15 00:00",0.6248,"2013-05-22 00:00","","","","",0.8242,0.6489,0.6338,0.5413,0.3382,0.2069,0.0811,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88330",1,41.821342,-73.297257,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.034868,0.018237,0.0734,"2013-04-01 00:00",0.0717,"2013-03-20 00:00",0.0701,"2013-02-12 00:00",0.0695,"2013-05-10 00:00","","","","",0.0734,0.0717,0.0701,0.0632,0.0468,0.0326,0.0109,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88331",1,41.821342,-73.297257,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000101,0.000316,0.002,"2013-04-10 00:00",0.001,"2013-05-31 00:00",0.0006,"2013-03-26 00:00",0.0002,"2013-03-05 00:00","","","","",0.002,0.001,0.0006,0.0001,5e-05,0,0,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88338",1,41.821342,-73.297257,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.021658,0.020944,0.1431,"2013-02-18 00:00",0.0769,"2013-04-22 00:00",0.0492,"2013-04-04 00:00",0.0464,"2013-04-07 00:00","","","","",0.1431,0.0769,0.0492,0.0319,0.0235,0.0155,0.01075,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88339",1,41.821342,-73.297257,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.542468,1.009203,5.33181,"2013-05-31 00:00",3.5223,"2013-02-15 00:00",3.15109,"2013-05-22 00:00",3.10307,"2013-01-07 00:00","","","","",5.33181,3.5223,3.15109,3.05848,2.00879,1.24493,0.7199,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88344",1,41.821342,-73.297257,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.671231,0.585779,2.8681,"2013-02-15 00:00",1.7977,"2013-01-04 00:00",1.759,"2013-02-03 00:00",1.6524,"2013-02-06 00:00","","","","",2.8681,1.7977,1.759,1.4226,0.9234,0.4497,0.1263,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88348",1,41.821342,-73.297257,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.165331,0.131029,0.493,"2013-05-16 00:00",0.4651,"2013-04-28 00:00",0.4577,"2013-05-31 00:00",0.4416,"2013-04-25 00:00","","","","",0.493,0.4651,0.4577,0.3954,0.2099,0.1154,0.0426,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88350",1,41.821342,-73.297257,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.048806,0.809818,4.3477,"2013-05-31 00:00",2.7952,"2013-05-22 00:00",2.4714,"2013-01-28 00:00",2.2927,"2013-02-15 00:00","","","","",4.3477,2.7952,2.4714,2.0495,1.5329,0.7884,0.2758,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88403",1,41.821342,-73.297257,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.068253,0.688786,3.6354,"2013-05-31 00:00",2.3578,"2013-02-15 00:00",2.1982,"2013-05-22 00:00",2.1496,"2013-01-04 00:00","","","","",3.6354,2.3578,2.1982,2.0142,1.4744,0.8557,0.4691,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88502",1,41.821342,-73.297257,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.503922,2.272616,13.7,"2013-05-31 00:00",8,"2013-02-15 00:00",7.8,"2013-05-22 00:00",6.3,"2013-02-03 00:00","","","","",13.7,8,7.8,6.1,4.2,3.2,1.6,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-28" +"09","005","0005","88502",3,41.821342,-73.297257,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8421,96,357,365,0,339,"","","Certification not required",0,7.604798,5.631675,46,"2013-12-03 11:00",41,"2013-01-29 12:00",39,"2013-08-21 18:00",38,"2013-08-21 22:00","","","","",26,23,18,15,10,7,1,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","005","0005","88502",3,41.821342,-73.297257,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,7.489636,4.193304,23.7,"2013-09-11 00:00",20.5,"2013-07-20 00:00",20.5,"2013-08-21 00:00",20,"2013-12-04 00:00","","","","",20,18.9,15.5,13.2,9.6,7.2,2.5,"Mohawk Mt-Cornwall","MOHAWK MOUNTAIN ROAD (see coordinates)","Connecticut","Litchfield","","Torrington, CT","2014-01-29" +"09","007","0007","44201",1,41.552222,-72.63,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4274,98,180,183,0,118,1,1,"Certification not required",53,0.053572,0.016662,0.133,"2013-06-25 16:00",0.105,"2013-09-11 15:00",0.103,"2013-07-19 14:00",0.102,"2013-05-30 17:00","","","","",0.105,0.102,0.089,0.074,0.06,0.05,0.038,"","CONN. VALLEY HOSP., SHEW HALL, EASTERN D","Connecticut","Middlesex","Middletown","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","007","0007","44201",1,41.552222,-72.63,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4283,96,175,183,0,0,3,3,"Certification not required",0,0.047086,0.013059,0.097,"2013-06-25 10:00",0.086,"2013-05-30 13:00",0.085,"2013-07-19 11:00",0.082,"2013-05-31 10:00","","","","",0.086,0.082,0.07,0.064,0.054,0.046,0.033,"","CONN. VALLEY HOSP., SHEW HALL, EASTERN D","Connecticut","Middlesex","Middletown","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","007","0007","44201",1,41.552222,-72.63,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4283,96,175,183,0,0,6,6,"Certification not required",0,0.047086,0.013059,0.097,"2013-06-25 10:00",0.086,"2013-05-30 13:00",0.085,"2013-07-19 11:00",0.082,"2013-05-31 10:00","","","","",0.086,0.082,0.07,0.064,0.054,0.046,0.033,"","CONN. VALLEY HOSP., SHEW HALL, EASTERN D","Connecticut","Middlesex","Middletown","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","007","0007","62101",1,41.552222,-72.63,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",661,8,27,365,0,83,"","","Certification not required",0,56.059002,8.87802,81,"2013-10-02 14:00",80,"2013-10-02 13:00",80,"2013-10-02 15:00",79,"2013-10-02 12:00","","","","",78,75,72,67,62,57,44,"","CONN. VALLEY HOSP., SHEW HALL, EASTERN D","Connecticut","Middlesex","Middletown","Hartford-West Hartford-East Hartford, CT","2014-02-04" +"09","007","0007","64101",1,41.552222,-72.63,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",666,8,27,365,0,78,"","","Certification not required",0,1011.336336,6.631964,1024,"2013-10-09 07:00",1024,"2013-10-09 08:00",1024,"2013-10-09 09:00",1024,"2013-10-29 09:00","","","","",1023,1023,1022,1021,1016,1011,1002,"","CONN. VALLEY HOSP., SHEW HALL, EASTERN D","Connecticut","Middlesex","Middletown","Hartford-West Hartford-East Hartford, CT","2014-02-10" +"09","009","0027","42101",1,41.3014,-72.902871,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8315,95,365,365,0,445,0,0,"Certification not required",0,0.254486,0.154068,2.31,"2013-12-20 08:00",2.04,"2013-12-20 09:00",1.94,"2013-12-20 07:00",1.79,"2013-02-10 21:00","","","","",0.91,0.73,0.53,0.41,0.28,0.21,0.14,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","42101",1,41.3014,-72.902871,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8665,99,358,365,0,0,0,0,"Certification not required",0,0.256803,0.139714,1.6,"2013-12-20 09:00",1.6,"2013-12-20 10:00",1.5,"2013-12-20 08:00",1.5,"2013-12-20 11:00",1.6,"2013-12-20 09:00",1.4,"2013-02-11 03:00",0.8,0.7,0.5,0.4,0.3,0.2,0.1,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","42401",1,41.3014,-72.902871,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8549,98,361,365,0,211,0,"","Certification not required",0,2.626593,3.113896,26.2,"2013-10-21 20:00",21.8,"2013-06-25 16:00",16.9,"2013-06-23 21:00",15,"2013-09-07 11:00","","","","",15,12.5,8.1,6,3.6,1.6,0.3,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","42401",1,41.3014,-72.902871,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8549,98,361,365,0,211,"","","Certification not required",0,0.847,1.486734,26.2,"2013-10-21 20:00",23.8,"2013-10-21 19:00",23.3,"2013-10-21 21:00",22.2,"2013-10-21 18:00","","","","",7,4.9,3.3,2.2,0.9,0.4,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","42401",1,41.3014,-72.902871,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,0.846814,0.98511,8,"2013-10-21 00:00",6.6,"2013-06-23 00:00",6,"2013-06-24 00:00",5.2,"2013-06-25 00:00","","","","",5.2,3.4,2.7,2,1.1,0.5,0.1,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","42401",1,41.3014,-72.902871,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2777,95,358,365,0,0,"",0,"Certification not required",0,0.820886,1.381643,24,"2013-10-21 20:00",16.8,"2013-10-21 23:00",16.3,"2013-06-25 17:00",15.2,"2013-06-23 23:00","","","","",6.4,4.6,3.1,2.2,1,0.3,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","42401",3,41.3014,-72.902871,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",92591,88,332,365,0,3537,"","","Certification not required",0,0.779652,1.686123,46.1,"2013-06-25 14:15",45.1,"2013-06-25 17:05",39.9,"2013-06-25 14:25",38.2,"2013-06-25 15:20","","","","",7.9,5.3,3.1,1.9,0.8,0.3,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-22" +"09","009","0027","42600",1,41.3014,-72.902871,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",2698,31,120,365,0,5318,"","","Certification not required",0,25.64937,32.414524,299.1,"2013-02-19 07:00",279.4,"2013-02-11 05:00",271.1,"2013-02-13 08:00",261.4,"2013-02-11 06:00","","","","",170.5,127.7,85.2,59.1,29.9,14.3,4.6,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-23" +"09","009","0027","42601",1,41.3014,-72.902871,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7897,90,333,365,0,119,"","","Certification not required",0,8.376092,18.52591,206,"2013-02-11 05:00",202,"2013-11-06 07:00",201,"2013-02-13 07:00",200,"2013-01-09 09:00","","","","",92,66,38,21,7,2,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-23" +"09","009","0027","42602",1,41.3014,-72.902871,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7896,90,333,365,0,120,0,"","Certification not required",0,28.054054,11.028308,65,"2013-02-11 02:00",61,"2013-02-10 23:00",60,"2013-02-13 08:00",56,"2013-08-25 17:00","","","","",56,52,45,41,35,28,13,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-23" +"09","009","0027","42602",1,41.3014,-72.902871,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7896,90,333,365,0,120,"","","Certification not required",0,12.868161,10.431342,65,"2013-02-11 02:00",63,"2013-02-11 00:00",63,"2013-02-11 01:00",63,"2013-02-11 03:00","","","","",42,39,34,28,19,10,2,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-23" +"09","009","0027","42603",1,41.3014,-72.902871,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8629,99,364,365,0,131,"","","Certification not required",0,23.609572,29.372761,440,"2013-12-20 09:00",438,"2013-12-20 08:00",378,"2013-12-20 07:00",351,"2013-12-20 06:00","","","","",141,108,76,54,29,14,4,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-30" +"09","009","0027","43000",1,41.3014,-72.902871,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",308,4,12,365,0,1172,"","","Certification not required",0,28.824675,50.948902,432.5,"2013-08-22 04:00",421.8,"2013-08-21 23:00",334.6,"2013-08-22 05:00",308.5,"2013-08-24 20:00","","","","",308.5,194.3,88.9,55.8,34.5,14.6,2.2,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43141",1,41.3014,-72.902871,"WGS84","n-Dodecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",930,0.180553,0.481086,12.8,"2013-08-29 05:00",8.7,"2013-08-28 16:00",3.5,"2013-08-28 19:00",3,"2013-08-29 03:00","","","","",0.9,0.7,0.6,0.4,0.3,0.05,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43202",1,41.3014,-72.902871,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2,0,0,365,0,1462,"","","Certification not required",0,49.17,68.377226,97.52,"2013-07-20 02:00",0.82,"2013-05-31 23:00","","","","","","","","",97.52,97.52,97.52,97.52,97.52,97.52,0.82,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43204",1,41.3014,-72.902871,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",46,3.500875,2.997567,29.91,"2013-06-12 15:00",26.66,"2013-08-28 10:00",23.86,"2013-06-26 04:00",21.61,"2013-06-20 05:00","","","","",13.74,12.19,9.78,7.13,4.51,2.7,0.88,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43205",1,41.3014,-72.902871,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",2,1.396566,0.909309,5.91,"2013-08-05 21:00",5.84,"2013-06-26 23:00",5.46,"2013-08-05 22:00",5.29,"2013-08-05 23:00","","","","",4.42,3.96,3.08,2.57,1.83,1.22,0.4,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43206",1,41.3014,-72.902871,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",852,1.432405,1.725939,8.7,"2013-06-26 23:00",8.6,"2013-08-06 05:00",8.4,"2013-06-16 04:00",8.2,"2013-06-27 04:00","","","","",6.9,5.9,4.9,4,2.5,0.7,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43212",1,41.3014,-72.902871,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1758,20,74,365,0,442,"","","Certification not required",630,6.060063,10.893475,143.98,"2013-06-26 04:00",105.31,"2013-06-21 23:00",104.46,"2013-08-30 05:00",97.15,"2013-07-09 02:00","","","","",47.29,36.45,25.33,17.33,7.76,1.65,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43214",1,41.3014,-72.902871,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",954,1.240472,2.211685,32.72,"2013-08-28 10:00",28.16,"2013-06-26 04:00",17.48,"2013-06-21 23:00",16.63,"2013-06-23 04:00","","","","",9.5,6.95,5,3.6,1.89,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43216",1,41.3014,-72.902871,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",1231,0.320787,0.831489,9.63,"2013-07-06 23:00",8.69,"2013-07-06 09:00",8.38,"2013-07-14 20:00",8.12,"2013-08-28 10:00","","","","",4,2.86,1.63,0.96,0.3,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43217",1,41.3014,-72.902871,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",941,0.425011,0.827788,10.75,"2013-08-28 10:00",9.32,"2013-07-06 23:00",7.81,"2013-07-06 09:00",7.58,"2013-07-14 20:00","","","","",4.32,2.78,1.66,1.17,0.57,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43220",1,41.3014,-72.902871,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",343,12.349656,23.02832,391.42,"2013-08-28 10:00",304.94,"2013-06-26 04:00",279.69,"2013-07-09 02:00",210.29,"2013-06-23 04:00","","","","",99.59,69.94,45.74,33.15,16.46,4.07,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43221",1,41.3014,-72.902871,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",279,31.986762,56.658015,744.77,"2013-08-28 10:00",696.62,"2013-06-26 04:00",506.3,"2013-06-23 04:00",447.51,"2013-07-06 23:00","","","","",267.96,186.61,133.28,91.99,41.74,7.15,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43224",1,41.3014,-72.902871,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",104,2.430045,3.367656,48.61,"2013-08-28 10:00",27.84,"2013-07-09 02:00",26.49,"2013-08-30 05:00",24.17,"2013-07-06 23:00","","","","",15.47,12.37,9.06,6.24,3,1.08,0.32,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43226",1,41.3014,-72.902871,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",807,1.193323,2.177709,30.7,"2013-08-28 10:00",18.84,"2013-07-09 02:00",17.29,"2013-07-06 23:00",16.25,"2013-08-30 05:00","","","","",9.85,7.97,5.42,3.5,1.47,0.32,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43227",1,41.3014,-72.902871,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",906,0.624918,1.337448,18.57,"2013-08-28 10:00",17.58,"2013-07-14 22:00",13.51,"2013-07-17 13:00",10.4,"2013-08-06 13:00","","","","",6.33,4.64,2.62,1.74,0.7,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43230",1,41.3014,-72.902871,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",240,1.028728,3.279484,55.94,"2013-06-06 18:00",41.26,"2013-06-06 21:00",39.14,"2013-06-27 21:00",29.6,"2013-06-06 20:00","","","","",16.94,9.58,4.13,1.68,0.71,0.28,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43231",1,41.3014,-72.902871,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,2.567487,5.340302,88.63,"2013-06-22 18:00",67.67,"2013-06-26 04:00",46.75,"2013-08-28 10:00",42.92,"2013-08-24 20:00","","","","",22.9,16.39,10.12,6.39,3.13,0.89,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43232",1,41.3014,-72.902871,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",756,0.877906,1.970504,25.9,"2013-08-21 23:00",19.36,"2013-08-22 04:00",19.34,"2013-08-24 20:00",16.08,"2013-06-01 04:00","","","","",12.03,5.72,3.49,2.22,1.12,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43233",1,41.3014,-72.902871,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",655,0.672352,1.940012,36.63,"2013-08-21 23:00",20.84,"2013-06-25 02:00",20.03,"2013-08-17 19:00",19.59,"2013-06-30 04:00","","","","",7.21,4.46,2.16,1.38,0.78,0.21,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43235",1,41.3014,-72.902871,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1043,0.240415,1.004771,16.67,"2013-08-21 23:00",15.48,"2013-06-25 02:00",13.05,"2013-06-30 04:00",11.36,"2013-06-30 02:00","","","","",3.45,2,1.19,0.5,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43238",1,41.3014,-72.902871,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1208,0.224705,1.155849,14.39,"2013-06-05 22:00",12.14,"2013-06-20 03:00",11.89,"2013-06-01 05:00",11.79,"2013-06-19 20:00","","","","",6.59,4.12,0.75,0.005,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43242",1,41.3014,-72.902871,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",1035,0.890975,2.430449,65.06,"2013-07-10 14:00",31.12,"2013-07-10 11:00",25.53,"2013-08-28 10:00",23.95,"2013-06-26 04:00","","","","",7.73,5.47,3.73,2.53,1.21,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43243",1,41.3014,-72.902871,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",52,1.772166,2.566846,36.18,"2013-07-16 21:00",35.19,"2013-07-16 20:00",29.9,"2013-07-16 22:00",26.17,"2013-07-16 19:00","","","","",12.86,7.7,5.76,3.81,1.82,1.03,0.49,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43244",1,41.3014,-72.902871,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",872,1.585782,3.799708,58.62,"2013-07-06 12:00",52.86,"2013-07-06 13:00",48.46,"2013-07-06 11:00",38.05,"2013-06-01 05:00","","","","",16.93,9.86,6.6,3.96,1.82,0.36,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43245",1,41.3014,-72.902871,"WGS84","1-Hexene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",1606,0.93701,3.333843,37,"2013-07-09 02:00",30.9,"2013-07-06 23:00",30.7,"2013-07-17 13:00",27.8,"2013-07-20 05:00","","","","",16.3,11.6,8.1,0.05,0.05,0.05,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43247",1,41.3014,-72.902871,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",493,1.25049,2.311109,25.51,"2013-06-22 18:00",23.2,"2013-06-26 04:00",21.44,"2013-08-22 04:00",20.26,"2013-08-24 20:00","","","","",10.69,7.74,4.91,3.23,1.59,0.46,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43248",1,41.3014,-72.902871,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",250,1.179005,1.696829,22.44,"2013-06-26 04:00",21.77,"2013-06-22 18:00",15.79,"2013-08-24 20:00",15.26,"2013-08-28 10:00","","","","",8.07,5.58,3.23,2.29,1.46,0.91,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43249",1,41.3014,-72.902871,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",649,0.709099,1.524328,18.01,"2013-06-25 11:00",16.6,"2013-06-22 18:00",15.44,"2013-08-21 23:00",14.39,"2013-08-28 10:00","","","","",8.01,4.91,2.72,1.69,0.85,0.17,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43250",1,41.3014,-72.902871,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,5.780022,10.057346,111.25,"2013-08-22 05:00",107.71,"2013-08-22 04:00",90.39,"2013-06-26 04:00",79.7,"2013-07-06 23:00","","","","",48.44,36.86,22.21,14.5,6.52,2.26,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43252",1,41.3014,-72.902871,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",449,0.919413,2.190212,33.09,"2013-08-21 23:00",26.68,"2013-06-01 04:00",21.22,"2013-08-24 20:00",19.24,"2013-06-26 04:00","","","","",9.25,6.03,3.53,2.01,0.95,0.36,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43253",1,41.3014,-72.902871,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",931,0.236257,0.534414,7.7,"2013-08-21 23:00",4.72,"2013-06-01 04:00",4.41,"2013-06-25 02:00",4.35,"2013-08-28 10:00","","","","",2.42,1.69,1.09,0.8,0.27,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43261",1,41.3014,-72.902871,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",445,1.466272,3.061632,42.56,"2013-08-22 04:00",41.96,"2013-08-22 05:00",27.03,"2013-06-01 03:00",25.38,"2013-08-20 20:00","","","","",14.3,9.83,5.84,3.73,1.55,0.58,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43262",1,41.3014,-72.902871,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",145,0.373033,0.789246,15.9,"2013-07-17 13:00",11.59,"2013-08-06 13:00",11.21,"2013-08-28 11:00",7.79,"2013-07-19 00:00","","","","",3.52,2.18,1.27,0.72,0.39,0.18,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43263",1,41.3014,-72.902871,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",639,0.97046,1.848141,23.89,"2013-06-27 00:00",22.03,"2013-06-22 18:00",19.58,"2013-06-25 11:00",14.54,"2013-08-21 23:00","","","","",8.31,6.01,3.75,2.51,1.32,0.27,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43280",1,41.3014,-72.902871,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",1194,0.225293,0.409845,3.39,"2013-07-17 13:00",3.08,"2013-08-06 13:00",2.81,"2013-06-05 07:00",2.78,"2013-07-05 20:00","","","","",1.62,1.28,1.07,0.9,0.32,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43284",1,41.3014,-72.902871,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1759,20,74,365,0,441,"","","Certification not required",857,3.885051,6.559239,70.26,"2013-06-26 04:00",63.22,"2013-07-09 02:00",54.63,"2013-06-23 04:00",47.27,"2013-07-06 09:00","","","","",30.12,23.93,16.12,11.47,5.37,1.09,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43285",1,41.3014,-72.902871,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",159,1.567401,2.520014,21.88,"2013-07-06 23:00",21.71,"2013-06-27 00:00",19.99,"2013-06-01 04:00",18.43,"2013-06-20 10:00","","","","",11.97,9.19,6.23,4.51,2.03,0.44,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43291",1,41.3014,-72.902871,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",652,0.536432,1.089835,12.42,"2013-08-22 04:00",9.9,"2013-08-22 05:00",9.42,"2013-08-24 20:00",9.3,"2013-06-26 04:00","","","","",5.78,3.73,2.31,1.38,0.64,0.13,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43954",1,41.3014,-72.902871,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1110,0.084749,0.300073,4.61,"2013-08-21 23:00",4.08,"2013-08-22 04:00",3.77,"2013-08-20 20:00",3.24,"2013-08-22 05:00","","","","",1.25,0.89,0.54,0.23,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","43960",1,41.3014,-72.902871,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",989,0.218478,0.69607,15.71,"2013-08-21 23:00",8.8,"2013-08-17 19:00",5.1,"2013-06-01 04:00",4.89,"2013-08-22 04:00","","","","",2.33,1.68,1,0.72,0.18,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","44201",1,41.3014,-72.902871,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7729,98,179,183,0,287,0,0,"Certification not required",708,0.054218,0.016007,0.108,"2013-05-31 14:00",0.106,"2013-09-11 15:00",0.104,"2013-06-25 15:00",0.1,"2013-07-19 12:00","","","","",0.106,0.1,0.087,0.079,0.06,0.051,0.045,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-22" +"09","009","0027","44201",1,41.3014,-72.902871,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7817,95,174,183,0,0,0,0,"Certification not required",0,0.045822,0.01199,0.084,"2013-05-31 11:00",0.077,"2013-06-25 11:00",0.077,"2013-07-19 10:00",0.075,"2013-07-07 09:00","","","","",0.077,0.075,0.071,0.063,0.052,0.046,0.039,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-22" +"09","009","0027","44201",1,41.3014,-72.902871,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7817,95,174,183,0,0,3,3,"Certification not required",0,0.045822,0.01199,0.084,"2013-05-31 11:00",0.077,"2013-06-25 11:00",0.077,"2013-07-19 10:00",0.075,"2013-07-07 09:00","","","","",0.077,0.075,0.071,0.063,0.052,0.046,0.039,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-22" +"09","009","0027","45109",1,41.3014,-72.902871,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,1.198796,2.169846,32.27,"2013-06-25 16:00",21.93,"2013-08-21 23:00",21.46,"2013-06-25 11:00",20.28,"2013-06-01 04:00","","","","",10.87,6.92,3.7,2.64,1.33,0.65,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45201",1,41.3014,-72.902871,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,1.223672,1.086387,15.21,"2013-08-28 10:00",11.08,"2013-06-26 04:00",10.47,"2013-06-22 18:00",10.19,"2013-08-24 20:00","","","","",5.34,4.16,2.75,2.12,1.45,0.96,0.42,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45202",1,41.3014,-72.902871,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,4.627158,7.394573,75.72,"2013-06-25 11:00",75.37,"2013-06-11 00:00",62.94,"2013-06-25 16:00",61.33,"2013-08-22 04:00","","","","",42.21,27.92,16.51,10.58,5.35,2.29,0.4,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45203",1,41.3014,-72.902871,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,0.313777,0.597671,7.46,"2013-06-25 16:00",6.59,"2013-06-25 02:00",6.41,"2013-06-01 04:00",5.76,"2013-06-30 04:00","","","","",2.89,1.59,1.11,0.75,0.41,0.13,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45204",1,41.3014,-72.902871,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,0.229043,0.527744,6.7,"2013-08-21 23:00",6.46,"2013-06-01 04:00",4.94,"2013-06-25 02:00",4.94,"2013-08-22 04:00","","","","",2.56,1.67,0.98,0.63,0.32,0,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45207",1,41.3014,-72.902871,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1270,0.018534,0.093358,1.72,"2013-08-20 06:00",1.37,"2013-06-19 22:00",1.16,"2013-06-30 02:00",1.09,"2013-08-16 04:00","","","","",0.41,0.17,0.06,0.005,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45208",1,41.3014,-72.902871,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",801,0.632771,1.29167,12.62,"2013-06-07 14:00",8.95,"2013-06-25 02:00",8.76,"2013-06-01 04:00",8.36,"2013-06-19 22:00","","","","",5.73,4.84,3.44,2.32,0.51,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45209",1,41.3014,-72.902871,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1168,0.070673,0.28712,2.93,"2013-06-25 02:00",2.82,"2013-06-30 04:00",2.81,"2013-08-21 23:00",2.39,"2013-06-09 04:00","","","","",1.65,1.3,0.25,0.11,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45210",1,41.3014,-72.902871,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,0.004473,0.0393,0.57,"2013-06-05 13:00",0.55,"2013-06-01 03:00",0.49,"2013-06-17 04:00",0.48,"2013-06-28 00:00","","","","",0.1,0.07,0,0,0,0,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45211",1,41.3014,-72.902871,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1099,0.252091,0.729233,6.55,"2013-06-07 14:00",4.73,"2013-06-02 00:00",4.36,"2013-06-01 22:00",4.33,"2013-06-03 01:00","","","","",3.5,2.78,1.99,1.29,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45212",1,41.3014,-72.902871,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1148,0.117472,0.457461,5.24,"2013-08-21 23:00",5.17,"2013-08-20 06:00",5.1,"2013-06-01 04:00",3.97,"2013-06-17 04:00","","","","",2.12,1.79,0.85,0.15,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45213",1,41.3014,-72.902871,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1125,0.08028,0.343628,6.52,"2013-06-19 22:00",3.45,"2013-06-19 21:00",2.96,"2013-06-30 04:00",2.7,"2013-06-19 16:00","","","","",1.89,0.94,0.31,0.16,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45218",1,41.3014,-72.902871,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1131,0.05586,0.200713,3.9,"2013-06-05 13:00",2.87,"2013-08-28 16:00",1.92,"2013-08-29 05:00",1.69,"2013-08-28 19:00","","","","",0.71,0.58,0.37,0.16,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45220",1,41.3014,-72.902871,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",0,0.182162,0.932494,16.76,"2013-06-25 16:00",11.6,"2013-06-07 07:00",11.05,"2013-06-25 11:00",10.02,"2013-06-25 14:00","","","","",4.04,1.99,1,0.13,0,0,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","45225",1,41.3014,-72.902871,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1337,15,56,365,0,863,"","","Certification not required",1235,0.094873,0.55487,5.46,"2013-06-06 02:00",5.42,"2013-06-19 22:00",5.14,"2013-06-25 02:00",4.98,"2013-06-19 21:00","","","","",3.85,0.7,0.25,0.005,0.005,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-26" +"09","009","0027","62101",1,41.3014,-72.902871,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",742,8,31,365,0,2,"","","Certification not required",0,58.037736,8.525974,80,"2013-10-02 14:00",80,"2013-10-02 15:00",79,"2013-10-01 14:00",79,"2013-10-02 13:00","","","","",77,75,72,69,64,59,46,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-04" +"09","009","0027","62201",1,41.3014,-72.902871,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",743,8,31,365,0,1,"","","Certification not required",0,82.730821,18.897873,100,"2013-10-01 00:00",100,"2013-10-01 01:00",100,"2013-10-01 02:00",100,"2013-10-01 03:00","","","","",100,100,100,99,99,91,52,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-04" +"09","009","0027","63301",1,41.3014,-72.902871,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",742,8,31,365,0,2,"","","Certification not required",401,0.195182,0.296889,1.11,"2013-10-01 11:00",1.1,"2013-10-02 11:00",1.08,"2013-10-03 10:00",1.06,"2013-10-01 10:00","","","","",1,0.97,0.89,0.72,0.31,0.005,0.005,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-10" +"09","009","0027","64101",1,41.3014,-72.902871,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",743,8,31,365,0,1,"","","Certification not required",0,1020.876178,6.459975,1034,"2013-10-29 08:00",1033,"2013-10-09 07:00",1033,"2013-10-09 08:00",1033,"2013-10-09 09:00","","","","",1033,1032,1032,1030,1026,1021,1012,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-10" +"09","009","0027","68101",1,41.3014,-72.902871,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",350,100,120,122,0,15,"","","Certification not required",316,0.074571,0.082817,0.5,"2013-10-29 00:00",0.5,"2013-11-06 00:00",0.5,"2013-11-17 00:00",0.5,"2013-12-28 00:00","","","","",0.5,0.4,0.3,0.05,0.05,0.05,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68101",2,41.3014,-72.902871,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",52,85,52,61,0,9,"","","Certification not required",9,0.3875,0.189135,0.6,"2013-05-10 00:00",0.6,"2013-06-09 00:00",0.6,"2013-06-15 00:00",0.6,"2013-08-14 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68102",1,41.3014,-72.902871,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",350,100,120,122,0,15,"","","Certification not required",0,24,0.087303,24.1,"2013-10-23 00:00",24.1,"2013-10-24 00:00",24.1,"2013-10-25 00:00",24.1,"2013-10-26 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68102",2,41.3014,-72.902871,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",52,85,52,61,0,9,"","","Certification not required",0,24.011538,0.03226,24.1,"2013-01-10 00:00",24.1,"2013-02-09 00:00",24.1,"2013-02-21 00:00",24.1,"2013-02-27 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68103",1,41.3014,-72.902871,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,100,120,122,0,15,"","","Certification not required",0,6.882857,9.421155,27,"2013-07-19 00:00",25.6,"2013-07-20 00:00",25.5,"2013-07-18 00:00",25.1,"2013-07-07 00:00","","","","",25.1,23.7,22.4,20.7,14.7,5.9,-4.8,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68103",2,41.3014,-72.902871,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,9,"","","Certification not required",0,7.317308,9.650576,23,"2013-09-01 00:00",22.6,"2013-07-15 00:00",22,"2013-07-09 00:00",22,"2013-07-21 00:00","","","","",23,22.6,22,21.1,16.2,7.6,-5.6,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68103",5,41.3014,-72.902871,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,8.881176,8.664384,25.7,"2013-07-18 00:00",24.8,"2013-07-06 00:00",23.4,"2013-09-01 00:00",22.7,"2013-07-03 00:00","","","","",25.7,24.8,22.5,21.5,15.8,9.4,-1.2,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","68104",1,41.3014,-72.902871,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,100,120,122,0,15,"","","Certification not required",0,16.298571,10.145572,37,"2013-07-18 00:00",34.9,"2013-07-06 00:00",34.8,"2013-07-16 00:00",34.7,"2013-07-20 00:00","","","","",34.7,33.7,30.4,28.5,25.9,16.8,3,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68104",2,41.3014,-72.902871,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,9,"","","Certification not required",0,17.528846,10.681252,33.6,"2013-07-15 00:00",32,"2013-07-09 00:00",30.4,"2013-07-21 00:00",30.4,"2013-08-20 00:00","","","","",33.6,32,30.4,29.5,26.5,22.2,1.9,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68104",5,41.3014,-72.902871,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,18.455294,9.783362,35.9,"2013-07-18 00:00",34.7,"2013-07-06 00:00",32.2,"2013-06-24 00:00",31.8,"2013-07-09 00:00","","","","",35.9,34.7,31.6,29.3,27,19.5,4.2,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","68105",1,41.3014,-72.902871,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,100,120,122,0,15,"","","Certification not required",0,11.408,9.516259,30.4,"2013-07-18 00:00",29.6,"2013-07-19 00:00",29.2,"2013-07-16 00:00",29.2,"2013-07-20 00:00","","","","",29.2,28.5,25.5,24,20,11.7,-0.6,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68105",2,41.3014,-72.902871,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,9,"","","Certification not required",0,12.215385,9.980322,28.3,"2013-07-15 00:00",25.5,"2013-07-09 00:00",25.5,"2013-07-21 00:00",24.8,"2013-07-03 00:00","","","","",28.3,25.5,25.5,24.2,20.6,14,-2.1,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68105",5,41.3014,-72.902871,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,13.516471,8.833349,30.5,"2013-07-18 00:00",28.8,"2013-07-06 00:00",26,"2013-07-21 00:00",25.6,"2013-07-09 00:00","","","","",30.5,28.8,25.3,24.7,20.9,14.2,1.5,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","68106",1,41.3014,-72.902871,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,100,120,122,0,15,"","","Certification not required",0,756.228571,5.789456,773,"2013-11-05 00:00",772,"2013-11-29 00:00",771,"2013-04-22 00:00",771,"2013-11-04 00:00","","","","",771,770,766,764,760,756,749,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68106",2,41.3014,-72.902871,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,9,"","","Certification not required",0,758.153846,4.671082,772,"2013-04-22 00:00",766,"2013-05-04 00:00",765,"2013-04-28 00:00",765,"2013-06-21 00:00","","","","",772,766,765,764,761,758,753,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68106",5,41.3014,-72.902871,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,84,122,0,5,"","","Certification not required",0,753.202381,5.340863,769,"2013-04-22 00:00",765,"2013-05-01 00:00",763,"2013-10-13 00:00",762,"2013-05-04 00:00","","","","",769,765,761,759,756,753,748,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","68107",1,41.3014,-72.902871,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,100,120,122,0,15,"","","Certification not required",0,763.005714,5.753282,781,"2013-11-30 00:00",780,"2013-11-29 00:00",779,"2013-11-04 00:00",779,"2013-11-05 00:00","","","","",779,777,773,770,767,762,756,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68107",2,41.3014,-72.902871,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,9,"","","Certification not required",0,765.192308,4.919104,779,"2013-04-22 00:00",775,"2013-01-10 00:00",774,"2013-01-28 00:00",773,"2013-11-06 00:00","","","","",779,775,774,771,769,765,759,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68107",5,41.3014,-72.902871,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,84,122,0,5,"","","Certification not required",0,760.52381,5.506789,776,"2013-04-22 00:00",772,"2013-01-28 00:00",772,"2013-11-06 00:00",770,"2013-01-10 00:00","","","","",776,772,770,768,765,760,754,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","68108",1,41.3014,-72.902871,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,100,120,122,0,15,"","","Certification not required",0,759.691429,5.694886,777,"2013-11-05 00:00",777,"2013-11-30 00:00",776,"2013-11-04 00:00",776,"2013-11-29 00:00","","","","",776,774,769,767,763,759,753,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68108",2,41.3014,-72.902871,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,9,"","","Certification not required",0,761.769231,4.751121,776,"2013-04-22 00:00",771,"2013-01-10 00:00",768,"2013-01-28 00:00",768,"2013-04-16 00:00","","","","",776,771,768,768,766,761,756,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68108",5,41.3014,-72.902871,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,756.094118,4.686921,771,"2013-04-22 00:00",766,"2013-01-10 00:00",766,"2013-05-01 00:00",765,"2013-10-13 00:00","","","","",771,766,763,762,759,756,750,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","68109",1,41.3014,-72.902871,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",350,100,120,122,0,15,"","","Certification not required",0,1438.005714,4.844868,1440,"2013-01-10 00:00",1440,"2013-01-11 00:00",1440,"2013-01-12 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","68109",2,41.3014,-72.902871,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",52,85,52,61,0,9,"","","Certification not required",0,1439.884615,0.322603,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","81102",1,41.3014,-72.902871,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",117,98,60,61,0,19,0,0,"Certification not required",2,13.726496,6.721843,34,"2013-01-28 00:00",31,"2013-05-31 00:00",31,"2013-11-15 00:00",29,"2013-10-31 00:00","","","","",31,31,27,24,17,13,5,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-06" +"09","009","0027","81102",2,41.3014,-72.902871,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",2,14.589286,7.283298,34,"2013-01-28 00:00",32,"2013-08-08 00:00",31,"2013-02-15 00:00",30,"2013-10-31 00:00","","","","",34,32,31,25,18,14,5,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-06" +"09","009","0027","85101",1,41.3014,-72.902871,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,100,59,61,0,20,"","","Certification not required",1,14.508621,6.926315,38,"2013-01-28 00:00",33,"2013-11-15 00:00",31,"2013-05-31 00:00",31,"2013-10-31 00:00","","","","",33,31,28,25,18,14,6,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-06" +"09","009","0027","85101",2,41.3014,-72.902871,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,6,"","","Certification not required",1,15.509091,7.500303,38,"2013-01-28 00:00",34,"2013-02-15 00:00",32,"2013-08-08 00:00",31,"2013-10-31 00:00","","","","",38,34,32,26,19,15,6,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-06" +"09","009","0027","85101",3,41.3014,-72.902871,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8217,94,346,365,0,543,"","","Certification not required",611,16.523792,11.505193,140,"2013-10-28 17:00",134,"2013-06-23 06:00",106,"2013-01-28 08:00",106,"2013-05-30 09:00","","","","",54,47,37,31,22,14,5,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-19" +"09","009","0027","85129",1,41.3014,-72.902871,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",35,100,21,31,0,12,0,0,"Certification not required",0,0.019429,0.047588,0.256,"2013-05-28 00:00",0.109,"2013-09-13 00:00",0.092,"2013-05-16 00:00",0.035,"2013-05-10 00:00","","","","",0.256,0.256,0.109,0.035,0.011,0.004,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-17" +"09","009","0027","85129",2,41.3014,-72.902871,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",21,68,21,31,0,3,0,0,"Certification not required",0,0.03,0.059297,0.248,"2013-05-28 00:00",0.116,"2013-09-13 00:00",0.102,"2013-05-16 00:00",0.041,"2013-09-25 00:00","","","","",0.248,0.248,0.116,0.102,0.021,0.006,0.001,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2013-12-17" +"09","009","0027","86101",1,41.3014,-72.902871,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",112,92,103,122,0,24,"","","Certification not required",0,6.966071,4.179736,21.6,"2013-10-28 00:00",20.3,"2013-08-08 00:00",16.9,"2013-01-10 00:00",15.9,"2013-11-15 00:00","","","","",20.3,16.9,15.2,12.6,9.3,7,2,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-06" +"09","009","0027","86101",2,41.3014,-72.902871,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,16,"","","Certification not required",0,7.553333,4.423368,24.2,"2013-08-08 00:00",15.9,"2013-10-31 00:00",13.9,"2013-10-01 00:00",13,"2013-01-28 00:00","","","","",24.2,24.2,13.9,12.9,9.8,7,2.2,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-06" +"09","009","0027","88101",1,41.3014,-72.902871,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,15,0,0,"Certification not required",0,8.773429,5.44589,35.1,"2013-12-05 00:00",28.8,"2013-01-28 00:00",28,"2013-01-29 00:00",27.9,"2013-12-04 00:00","","","","",27.9,26.7,19,15.9,11.5,7.2,3.5,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","88101",1,41.3014,-72.902871,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,15,"","","Certification not required",0,8.773429,5.44589,35.1,"2013-12-05 00:00",28.8,"2013-01-28 00:00",28,"2013-01-29 00:00",27.9,"2013-12-04 00:00","","","","",27.9,26.7,19,15.9,11.5,7.2,3.5,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","88101",2,41.3014,-72.902871,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,0,0,"Certification not required",0,8.905769,5.131617,26.3,"2013-02-15 00:00",25,"2013-01-28 00:00",15.9,"2013-07-09 00:00",15.9,"2013-10-31 00:00","","","","",26.3,25,15.9,15.2,11.6,8.3,3.4,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","88101",2,41.3014,-72.902871,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,"","","Certification not required",0,8.905769,5.131617,26.3,"2013-02-15 00:00",25,"2013-01-28 00:00",15.9,"2013-07-09 00:00",15.9,"2013-10-31 00:00","","","","",26.3,25,15.9,15.2,11.6,8.3,3.4,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","88102",5,41.3014,-72.902871,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.018867,0.004746,0.029,"2013-04-22 00:00",0.026,"2013-02-21 00:00",0.026,"2013-04-10 00:00",0.026,"2013-05-04 00:00","","","","",0.029,0.026,0.026,0.026,0.021,0.0195,0.014,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88103",5,41.3014,-72.902871,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.000771,0.001468,0.01,"2013-05-28 00:00",0.005,"2013-10-22 00:00",0.004,"2013-04-10 00:00",0.003,"2013-04-22 00:00","","","","",0.01,0.005,0.003,0.002,0.001,0,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88104",5,41.3014,-72.902871,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",44,0.028687,0.035081,0.202,"2013-07-03 00:00",0.154,"2013-01-16 00:00",0.149,"2013-11-06 00:00",0.104,"2013-06-24 00:00","","","","",0.202,0.154,0.103,0.054,0.034,0.0125,0.0065,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88107",5,41.3014,-72.902871,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.006792,0.006431,0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-08-17 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88109",5,41.3014,-72.902871,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",20,0.002975,0.00191,0.0101,"2013-10-31 00:00",0.0091,"2013-01-28 00:00",0.0071,"2013-09-19 00:00",0.0067,"2013-10-13 00:00","","","","",0.0101,0.0091,0.0063,0.0049,0.0041,0.0029,0.0009,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88110",5,41.3014,-72.902871,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.000964,0.002629,0.014,"2013-02-09 00:00",0.011,"2013-07-27 00:00",0.009,"2013-03-20 00:00",0.009,"2013-09-01 00:00","","","","",0.014,0.011,0.007,0.003,0,0,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88111",5,41.3014,-72.902871,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",16,0.023186,0.018395,0.0899,"2013-07-06 00:00",0.0689,"2013-05-16 00:00",0.0684,"2013-06-24 00:00",0.0586,"2013-07-18 00:00","","","","",0.0899,0.0689,0.058,0.0503,0.0323,0.0203,0.0037,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88112",5,41.3014,-72.902871,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.00653,0.015119,0.087,"2013-09-28 00:00",0.078,"2013-09-25 00:00",0.051,"2013-10-01 00:00",0.047,"2013-10-16 00:00","","","","",0.087,0.078,0.039,0.012,0.004,0.002,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88113",5,41.3014,-72.902871,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",72,0.000814,0.000398,0.0025,"2013-05-28 00:00",0.0021,"2013-05-10 00:00",0.0017,"2013-01-28 00:00",0.0017,"2013-02-15 00:00","","","","",0.0025,0.0021,0.0017,0.0017,0.0007,0.0007,0.00055,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88114",5,41.3014,-72.902871,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",34,0.004143,0.005618,0.0398,"2013-05-28 00:00",0.0221,"2013-10-13 00:00",0.0161,"2013-09-19 00:00",0.016,"2013-05-16 00:00","","","","",0.0398,0.0221,0.0124,0.0085,0.0055,0.0024,0.00065,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88115",5,41.3014,-72.902871,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",35,0.034546,0.080769,0.505,"2013-03-11 00:00",0.361,"2013-01-28 00:00",0.288,"2013-04-22 00:00",0.278,"2013-05-04 00:00","","","","",0.505,0.361,0.124,0.0903,0.019,0.007,0.0025,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88117",5,41.3014,-72.902871,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.006695,0.010242,0.0435,"2013-10-16 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00",0.043,"2013-07-21 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88118",5,41.3014,-72.902871,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.009752,0.006571,0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88126",5,41.3014,-72.902871,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.100664,0.107318,0.745,"2013-05-28 00:00",0.413,"2013-05-16 00:00",0.347,"2013-06-24 00:00",0.287,"2013-04-16 00:00","","","","",0.745,0.413,0.272,0.221,0.123,0.0737,0.0207,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88128",5,41.3014,-72.902871,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.011277,0.02987,0.232,"2013-05-28 00:00",0.094,"2013-10-22 00:00",0.075,"2013-05-16 00:00",0.053,"2013-09-19 00:00","","","","",0.232,0.094,0.049,0.033,0.007,0.001,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88131",5,41.3014,-72.902871,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",81,0.009988,0.003551,0.023,"2013-02-15 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-10 00:00",0.0165,"2013-05-04 00:00","","","","",0.023,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88132",5,41.3014,-72.902871,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.002024,0.003396,0.024,"2013-04-16 00:00",0.012,"2013-11-06 00:00",0.011,"2013-05-28 00:00",0.007,"2013-05-16 00:00","","","","",0.024,0.012,0.007,0.004,0.003,0.001,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88136",5,41.3014,-72.902871,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.001663,0.002495,0.013,"2013-06-24 00:00",0.012,"2013-11-06 00:00",0.008,"2013-01-19 00:00",0.008,"2013-07-12 00:00","","","","",0.013,0.012,0.007,0.004,0.002,0.001,0,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88140",5,41.3014,-72.902871,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",61,0.013673,0.014821,0.091,"2013-03-11 00:00",0.0562,"2013-05-04 00:00",0.055,"2013-06-30 00:00",0.0509,"2013-09-07 00:00","","","","",0.091,0.0562,0.046,0.031,0.0166,0.009,0.0055,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88152",5,41.3014,-72.902871,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.005519,0.001489,0.008,"2013-02-03 00:00",0.008,"2013-02-06 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-11 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88154",5,41.3014,-72.902871,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.001063,0.00025,0.0014,"2013-07-06 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-16 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88160",5,41.3014,-72.902871,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",79,0.013639,0.004903,0.034,"2013-04-16 00:00",0.033,"2013-05-22 00:00",0.023,"2013-08-17 00:00",0.022,"2013-09-22 00:00","","","","",0.034,0.033,0.018,0.018,0.016,0.01,0.01,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88161",5,41.3014,-72.902871,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",74,0.00301,0.002378,0.018,"2013-07-03 00:00",0.0131,"2013-07-06 00:00",0.0087,"2013-06-24 00:00",0.0086,"2013-05-16 00:00","","","","",0.018,0.0131,0.006,0.0052,0.00265,0.0025,0.0021,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88164",5,41.3014,-72.902871,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",73,0.002517,0.004223,0.0374,"2013-06-24 00:00",0.0119,"2013-05-10 00:00",0.0071,"2013-04-07 00:00",0.007,"2013-02-15 00:00","","","","",0.0374,0.0119,0.007,0.004,0.0019,0.0016,0.0015,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88165",5,41.3014,-72.902871,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",10,0.054772,0.06063,0.452,"2013-07-03 00:00",0.294,"2013-06-24 00:00",0.151,"2013-07-18 00:00",0.138,"2013-05-16 00:00","","","","",0.452,0.294,0.128,0.094,0.0685,0.0404,0.009,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88166",5,41.3014,-72.902871,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.007988,0.004569,0.019,"2013-06-12 00:00",0.019,"2013-09-16 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-10 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88167",5,41.3014,-72.902871,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",17,0.009058,0.011674,0.0828,"2013-09-10 00:00",0.0434,"2013-01-28 00:00",0.0394,"2013-02-15 00:00",0.0307,"2013-10-31 00:00","","","","",0.0828,0.0434,0.0305,0.0183,0.0101,0.0056,0.00175,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88168",5,41.3014,-72.902871,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",80,0.001303,0.000666,0.0052,"2013-07-06 00:00",0.0047,"2013-03-20 00:00",0.0026,"2013-07-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0052,0.0047,0.00175,0.00175,0.00155,0.00115,0.00085,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88169",5,41.3014,-72.902871,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.552471,0.353298,1.52,"2013-07-18 00:00",1.5,"2013-07-09 00:00",1.48,"2013-02-15 00:00",1.27,"2013-06-24 00:00","","","","",1.52,1.5,1.26,1.06,0.801,0.48,0.195,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88176",5,41.3014,-72.902871,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.000957,0.000212,0.0013,"2013-02-21 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-05-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88180",5,41.3014,-72.902871,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.052663,0.054782,0.419,"2013-07-06 00:00",0.223,"2013-01-28 00:00",0.201,"2013-07-03 00:00",0.169,"2013-10-31 00:00","","","","",0.419,0.223,0.106,0.0905,0.0612,0.0385,0.019,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88184",5,41.3014,-72.902871,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",40,0.094892,0.130032,0.665,"2013-03-11 00:00",0.571,"2013-05-04 00:00",0.442,"2013-09-01 00:00",0.428,"2013-06-30 00:00","","","","",0.665,0.571,0.384,0.243,0.12,0.035,0.0155,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88185",5,41.3014,-72.902871,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",79,0.003733,0.004036,0.0175,"2013-02-06 00:00",0.0151,"2013-02-24 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-10 00:00","","","","",0.0175,0.0151,0.0115,0.0115,0.0023,0.00225,0.0014,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88301",5,41.3014,-72.902871,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",3,0.501559,0.541843,3.35,"2013-02-15 00:00",1.94,"2013-02-06 00:00",1.9,"2013-01-28 00:00",1.81,"2013-01-04 00:00","","","","",3.35,1.94,1.6,1.14,0.664,0.347,0.05,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88302",5,41.3014,-72.902871,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",1,0.13092,0.150067,0.781,"2013-03-11 00:00",0.7,"2013-09-01 00:00",0.63,"2013-05-04 00:00",0.473,"2013-06-30 00:00","","","","",0.781,0.7,0.413,0.3,0.15,0.07,0.029,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88303",5,41.3014,-72.902871,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",22,0.039676,0.038364,0.276,"2013-07-06 00:00",0.175,"2013-07-03 00:00",0.129,"2013-01-28 00:00",0.1,"2013-10-31 00:00","","","","",0.276,0.175,0.0892,0.073,0.052,0.032,0.012,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88306",5,41.3014,-72.902871,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.931435,1.113495,7.81,"2013-02-15 00:00",4.36,"2013-02-06 00:00",3.64,"2013-01-04 00:00",3.52,"2013-01-28 00:00","","","","",7.81,4.36,3.35,2.02,0.944,0.633,0.199,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88355",5,41.3014,-72.902871,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,2.08705,1.08019,6.56,"2013-01-28 00:00",4.82,"2013-10-31 00:00",4.66,"2013-07-18 00:00",4.48,"2013-07-06 00:00","","","","",6.56,4.82,4.48,3.47,2.7,1.87,0.885,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88357",5,41.3014,-72.902871,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.98625,0.558738,2.68,"2013-06-24 00:00",2.48,"2013-02-15 00:00",2.11,"2013-07-18 00:00",1.88,"2013-08-20 00:00","","","","",2.68,2.48,1.88,1.79,1.37,0.98,0.341,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88370",5,41.3014,-72.902871,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,1.956575,0.96195,4.65,"2013-01-28 00:00",4.59,"2013-07-18 00:00",4.48,"2013-07-06 00:00",4.33,"2013-10-31 00:00","","","","",4.65,4.59,4.33,3.41,2.49,1.79,0.884,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88374",5,41.3014,-72.902871,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",4,0.0898,0.07414,0.388,"2013-02-15 00:00",0.33,"2013-01-28 00:00",0.237,"2013-10-31 00:00",0.217,"2013-03-20 00:00","","","","",0.388,0.33,0.217,0.2,0.127,0.069,0.026,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88375",5,41.3014,-72.902871,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.56695,0.328184,2.1,"2013-07-06 00:00",1.59,"2013-06-09 00:00",1.28,"2013-10-31 00:00",1.1,"2013-05-16 00:00","","","","",2.1,1.59,1.1,1.06,0.662,0.514,0.247,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88376",5,41.3014,-72.902871,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.8716,0.435406,2.29,"2013-07-18 00:00",1.8,"2013-01-28 00:00",1.72,"2013-07-06 00:00",1.69,"2013-06-15 00:00","","","","",2.29,1.8,1.69,1.47,1.17,0.819,0.36,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88377",5,41.3014,-72.902871,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.42225,0.263844,1.44,"2013-01-28 00:00",1.21,"2013-07-18 00:00",1.12,"2013-10-31 00:00",1.09,"2013-02-15 00:00","","","","",1.44,1.21,1.09,0.733,0.552,0.338,0.184,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88378",5,41.3014,-72.902871,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",78,0.007925,0.048322,0.41,"2013-08-17 00:00",0.146,"2013-06-27 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00","","","","",0.41,0.146,0.001,0.001,0.001,0.001,0.001,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88380",5,41.3014,-72.902871,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,1.116225,0.594451,3.14,"2013-01-28 00:00",2.71,"2013-06-24 00:00",2.6,"2013-02-15 00:00",2.18,"2013-07-18 00:00","","","","",3.14,2.71,2.18,1.91,1.48,1.04,0.468,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88383",5,41.3014,-72.902871,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.832988,0.531467,2.78,"2013-01-28 00:00",2.4,"2013-02-15 00:00",2.2,"2013-06-24 00:00",1.98,"2013-05-16 00:00","","","","",2.78,2.4,1.98,1.59,1.12,0.672,0.295,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88384",5,41.3014,-72.902871,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.204338,0.133843,0.808,"2013-07-18 00:00",0.481,"2013-05-22 00:00",0.451,"2013-06-18 00:00",0.416,"2013-08-20 00:00","","","","",0.808,0.481,0.416,0.379,0.289,0.188,0.0531,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88385",5,41.3014,-72.902871,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",11,0.085837,0.105742,0.631,"2013-06-06 00:00",0.462,"2013-06-12 00:00",0.336,"2013-06-09 00:00",0.265,"2013-07-06 00:00","","","","",0.631,0.462,0.265,0.229,0.127,0.0518,0.001,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88388",5,41.3014,-72.902871,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",40,0.137538,0.279447,1.91,"2013-01-28 00:00",1.01,"2013-06-18 00:00",0.814,"2013-07-21 00:00",0.594,"2013-02-06 00:00","","","","",1.91,1.01,0.594,0.46,0.163,0.02,0.001,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88403",5,41.3014,-72.902871,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,1.473165,0.927531,4.46,"2013-02-15 00:00",4.19,"2013-07-18 00:00",3.9,"2013-07-09 00:00",3.4,"2013-08-20 00:00","","","","",4.46,4.19,3.21,2.67,2,1.28,0.495,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","0027","88502",3,41.3014,-72.902871,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8498,97,355,365,0,262,"","","Certification not required",0,11.371264,7.412902,57,"2013-12-05 17:00",56,"2013-01-09 10:00",56,"2013-09-11 15:00",54,"2013-01-09 09:00","","","","",38,33,27,21,14,9,4,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","88502",3,41.3014,-72.902871,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,11.318873,5.932079,39.4,"2013-12-05 00:00",38.3,"2013-01-09 00:00",34.1,"2013-01-06 00:00",33.6,"2013-12-04 00:00","","","","",33.6,30,23.1,18.8,14,9.9,5.7,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","0027","88502",5,41.3014,-72.902871,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,9.10241,4.632888,26.6,"2013-02-15 00:00",23.6,"2013-01-28 00:00",20.2,"2013-07-18 00:00",17.3,"2013-07-09 00:00","","","","",26.6,23.6,16.8,14.6,11.2,8.2,3.9,"Criscuolo Park-New Haven","1JAMES STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-02-13" +"09","009","1123","68101",1,41.310833,-72.916944,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,1,"","","Certification not required",111,0.059917,0.03798,0.3,"2013-11-03 00:00",0.2,"2013-01-25 00:00",0.2,"2013-02-21 00:00",0.2,"2013-03-14 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68102",1,41.310833,-72.916944,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68103",1,41.310833,-72.916944,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,6.861157,9.228067,25.5,"2013-07-18 00:00",24.4,"2013-07-06 00:00",23.1,"2013-09-01 00:00",22.9,"2013-07-15 00:00","","","","",24.4,23.1,21.6,19.5,14.5,6.2,-4.4,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68104",1,41.310833,-72.916944,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,18.107438,10.629371,38.8,"2013-07-18 00:00",36.8,"2013-07-06 00:00",36.4,"2013-06-24 00:00",36.1,"2013-07-15 00:00","","","","",36.8,36.4,33,30.6,27.9,18.2,3.4,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68105",1,41.310833,-72.916944,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,12.276033,9.537662,32,"2013-07-18 00:00",30.3,"2013-07-06 00:00",29.3,"2013-07-15 00:00",27.6,"2013-06-24 00:00","","","","",30.3,29.3,26.1,23.8,20.7,12.7,0.2,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68106",1,41.310833,-72.916944,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,757.14876,5.522169,773,"2013-04-22 00:00",769,"2013-05-01 00:00",768,"2013-11-21 00:00",767,"2013-11-30 00:00","","","","",769,768,766,764,760,757,751,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68107",1,41.310833,-72.916944,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,764.603306,5.159908,779,"2013-04-22 00:00",779,"2013-11-30 00:00",776,"2013-01-10 00:00",775,"2013-01-28 00:00","","","","",779,776,773,771,768,764,759,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68108",1,41.310833,-72.916944,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,761.024793,5.309524,776,"2013-04-22 00:00",775,"2013-11-30 00:00",772,"2013-01-10 00:00",772,"2013-05-01 00:00","","","","",775,772,768,768,764,761,755,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","68109",1,41.310833,-72.916944,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,1,"","","Certification not required",0,1438.396694,9.63023,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","88101",1,41.310833,-72.916944,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,8.552066,5.049952,31.2,"2013-02-15 00:00",26.9,"2013-01-28 00:00",21.9,"2013-05-31 00:00",20.5,"2013-12-03 00:00","","","","",26.9,21.9,17.9,15,10.2,7.4,3.7,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","1123","88101",1,41.310833,-72.916944,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,8.552066,5.049952,31.2,"2013-02-15 00:00",26.9,"2013-01-28 00:00",21.9,"2013-05-31 00:00",20.5,"2013-12-03 00:00","","","","",26.9,21.9,17.9,15,10.2,7.4,3.7,"State St-New Haven","715 STATE STREET","Connecticut","New Haven","New Haven","New Haven-Milford, CT","2014-01-29" +"09","009","2123","62101",1,41.550556,-73.043611,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",744,8,31,365,0,0,"","","Certification not required",0,54.56586,10.57173,80,"2013-10-02 13:00",80,"2013-10-02 14:00",80,"2013-10-02 15:00",79,"2013-10-02 12:00","","","","",78,76,73,67,62,55,40,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-02-04" +"09","009","2123","68101",1,41.550556,-73.043611,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,2,"","","Certification not required",6,0.359167,0.128171,0.6,"2013-04-10 00:00",0.6,"2013-06-21 00:00",0.6,"2013-07-27 00:00",0.6,"2013-09-25 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.2,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68101",2,41.550556,-73.043611,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",61,100,60,61,0,2,"","","Certification not required",61,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68102",1,41.550556,-73.043611,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,2,"","","Certification not required",0,24.000833,0.009129,24.1,"2013-11-30 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68102",2,41.550556,-73.043611,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",61,100,60,61,0,2,"","","Certification not required",0,23.87377,0.947259,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68103",1,41.550556,-73.043611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,5.559167,9.663885,24.7,"2013-07-06 00:00",24.3,"2013-07-18 00:00",23.4,"2013-07-15 00:00",23.2,"2013-09-01 00:00","","","","",24.3,23.4,22.2,19,13.7,4.4,-6.7,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68103",2,41.550556,-73.043611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,60,61,0,2,"","","Certification not required",0,5.663934,9.824562,23.7,"2013-07-15 00:00",23.4,"2013-09-01 00:00",22.7,"2013-07-03 00:00",22.1,"2013-07-21 00:00","","","","",23.7,23.4,22.1,19,14,5.8,-7.8,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68104",1,41.550556,-73.043611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,17.265833,10.680529,36.7,"2013-07-18 00:00",35.4,"2013-05-31 00:00",35.1,"2013-06-24 00:00",34.9,"2013-07-15 00:00","","","","",35.4,35.1,31.7,29.6,27.3,18,2.9,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68104",2,41.550556,-73.043611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,60,61,0,2,"","","Certification not required",0,17.344262,11.313657,35.1,"2013-07-15 00:00",31.8,"2013-07-21 00:00",31.7,"2013-07-03 00:00",30.7,"2013-08-20 00:00","","","","",35.1,31.8,30.7,29.8,27.4,18.8,1.5,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68105",1,41.550556,-73.043611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,11.476667,9.887117,30.8,"2013-07-18 00:00",29.5,"2013-07-06 00:00",29.2,"2013-07-15 00:00",26.9,"2013-05-31 00:00","","","","",29.5,29.2,26.5,23.8,20.5,12.6,-1.6,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68105",2,41.550556,-73.043611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,60,61,0,2,"","","Certification not required",0,11.519672,10.242767,29.3,"2013-07-15 00:00",26.5,"2013-07-03 00:00",26.3,"2013-07-21 00:00",25.4,"2013-09-01 00:00","","","","",29.3,26.5,25.4,23.6,19.9,13.4,-2.9,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68106",1,41.550556,-73.043611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,750.491667,5.585088,765,"2013-04-22 00:00",762,"2013-11-21 00:00",762,"2013-11-30 00:00",761,"2013-05-01 00:00","","","","",762,762,759,758,754,750,744,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68106",2,41.550556,-73.043611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,60,61,0,2,"","","Certification not required",0,751.344262,5.303726,767,"2013-04-22 00:00",763,"2013-11-30 00:00",761,"2013-10-13 00:00",760,"2013-05-04 00:00","","","","",767,763,760,758,755,751,745,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68107",1,41.550556,-73.043611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,758.141667,5.351974,778,"2013-11-30 00:00",772,"2013-04-22 00:00",771,"2013-11-21 00:00",769,"2013-01-10 00:00","","","","",772,771,767,764,762,758,752,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68107",2,41.550556,-73.043611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,60,61,0,2,"","","Certification not required",0,758.131148,5.226456,774,"2013-11-30 00:00",772,"2013-04-22 00:00",767,"2013-01-10 00:00",767,"2013-11-06 00:00","","","","",774,772,767,764,761,758,752,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68108",1,41.550556,-73.043611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,754.425,5.383858,771,"2013-11-30 00:00",769,"2013-04-22 00:00",767,"2013-11-21 00:00",765,"2013-05-01 00:00","","","","",769,767,763,761,757,755,748,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68108",2,41.550556,-73.043611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,60,61,0,2,"","","Certification not required",0,754.803279,5.198781,770,"2013-11-30 00:00",769,"2013-04-22 00:00",763,"2013-01-10 00:00",763,"2013-10-13 00:00","","","","",770,769,763,761,758,754,749,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68109",1,41.550556,-73.043611,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,2,"","","Certification not required",0,1439.85,0.358569,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","68109",2,41.550556,-73.043611,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",61,100,60,61,0,2,"","","Certification not required",0,1439.540984,0.672651,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","88101",1,41.550556,-73.043611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,8.405,5.228571,28.5,"2013-02-15 00:00",24.8,"2013-12-21 00:00",23.8,"2013-01-28 00:00",23.6,"2013-01-07 00:00","","","","",24.8,23.8,21,15.2,10.2,7.1,3.4,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","88101",1,41.550556,-73.043611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,8.405,5.228571,28.5,"2013-02-15 00:00",24.8,"2013-12-21 00:00",23.8,"2013-01-28 00:00",23.6,"2013-01-07 00:00","","","","",24.8,23.8,21,15.2,10.2,7.1,3.4,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","88101",2,41.550556,-73.043611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,98,60,61,0,2,0,0,"Certification not required",0,8.404918,5.135284,26.8,"2013-02-15 00:00",22.6,"2013-01-28 00:00",21.6,"2013-01-04 00:00",18.6,"2013-10-31 00:00","","","","",26.8,22.6,21.6,15.1,11.2,7.3,3.7,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","88101",2,41.550556,-73.043611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,98,60,61,0,2,"","","Certification not required",0,8.404918,5.135284,26.8,"2013-02-15 00:00",22.6,"2013-01-28 00:00",21.6,"2013-01-04 00:00",18.6,"2013-10-31 00:00","","","","",26.8,22.6,21.6,15.1,11.2,7.3,3.7,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","88502",3,41.550556,-73.043611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8245,94,346,365,0,515,"","","Certification not required",0,10.681868,8.061374,83,"2013-06-01 20:00",63,"2013-10-27 23:00",56,"2013-12-05 13:00",55,"2013-01-08 09:00","","","","",37,33,26,21,14,10,1,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","2123","88502",3,41.550556,-73.043611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,10.691618,6.516211,36.3,"2013-12-05 00:00",35,"2013-12-04 00:00",32.4,"2013-01-09 00:00",31.7,"2013-12-21 00:00","","","","",31.7,28.3,23.5,19.2,13.3,9.7,3,"Meadow and Bank Streets","Bank St at Meadow St (see coordinates)","Connecticut","New Haven","Waterbury","New Haven-Milford, CT","2014-01-29" +"09","009","9002","44201",1,41.260833,-72.55,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4291,98,179,183,0,101,2,2,"Certification not required",70,0.05638,0.016723,0.131,"2013-07-19 12:00",0.127,"2013-06-25 15:00",0.106,"2013-05-31 13:00",0.106,"2013-06-24 16:00","","","","",0.127,0.106,0.093,0.075,0.061,0.053,0.04,"Hammonasset State Park","Meigs Point, Hammonasset State Park","Connecticut","New Haven","","New Haven-Milford, CT","2013-12-11" +"09","009","9002","44201",1,41.260833,-72.55,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4288,96,176,183,0,0,4,4,"Certification not required",0,0.049403,0.01226,0.089,"2013-06-24 12:00",0.089,"2013-07-19 10:00",0.088,"2013-06-25 11:00",0.085,"2013-05-30 12:00","","","","",0.089,0.085,0.073,0.066,0.055,0.048,0.036,"Hammonasset State Park","Meigs Point, Hammonasset State Park","Connecticut","New Haven","","New Haven-Milford, CT","2013-12-11" +"09","009","9002","44201",1,41.260833,-72.55,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4288,96,176,183,0,0,8,8,"Certification not required",0,0.049403,0.01226,0.089,"2013-06-24 12:00",0.089,"2013-07-19 10:00",0.088,"2013-06-25 11:00",0.085,"2013-05-30 12:00","","","","",0.089,0.085,0.073,0.066,0.055,0.048,0.036,"Hammonasset State Park","Meigs Point, Hammonasset State Park","Connecticut","New Haven","","New Haven-Milford, CT","2013-12-11" +"09","009","9002","62101",1,41.260833,-72.55,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",740,8,31,365,0,4,"","","Certification not required",0,56.531081,9.090158,78,"2013-10-03 11:00",77,"2013-10-03 10:00",76,"2013-10-02 16:00",75,"2013-10-03 12:00","","","","",73,72,70,67,63,58,43,"Hammonasset State Park","Meigs Point, Hammonasset State Park","Connecticut","New Haven","","New Haven-Milford, CT","2014-02-04" +"09","011","0124","44201",1,41.35362,-72.07882,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4212,96,176,183,0,180,1,1,"Certification not required",41,0.053108,0.015496,0.133,"2013-07-19 12:00",0.109,"2013-06-25 15:00",0.1,"2013-06-24 15:00",0.099,"2013-05-31 14:00","","","","",0.109,0.099,0.08,0.071,0.059,0.052,0.037,"Fort Griswold Park","141 Smith Street, Groton","Connecticut","New London","Groton","Norwich-New London, CT","2013-12-11" +"09","011","0124","44201",1,41.35362,-72.07882,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4200,93,171,183,0,0,4,4,"Certification not required",0,0.046784,0.012463,0.091,"2013-07-19 09:00",0.09,"2013-06-25 11:00",0.086,"2013-06-24 12:00",0.085,"2013-05-30 11:00","","","","",0.09,0.085,0.07,0.059,0.053,0.046,0.033,"Fort Griswold Park","141 Smith Street, Groton","Connecticut","New London","Groton","Norwich-New London, CT","2013-12-11" +"09","011","0124","44201",1,41.35362,-72.07882,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4200,93,171,183,0,0,6,6,"Certification not required",0,0.046784,0.012463,0.091,"2013-07-19 09:00",0.09,"2013-06-25 11:00",0.086,"2013-06-24 12:00",0.085,"2013-05-30 11:00","","","","",0.09,0.085,0.07,0.059,0.053,0.046,0.033,"Fort Griswold Park","141 Smith Street, Groton","Connecticut","New London","Groton","Norwich-New London, CT","2013-12-11" +"09","011","0124","62101",1,41.35362,-72.07882,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",723,8,29,365,0,21,"","","Certification not required",0,55.95574,9.102569,77,"2013-10-01 13:00",77,"2013-10-01 14:00",77,"2013-10-01 15:00",77,"2013-10-02 15:00","","","","",76,74,71,67,62,57,44,"Fort Griswold Park","141 Smith Street, Groton","Connecticut","New London","Groton","Norwich-New London, CT","2014-02-04" +"09","011","0124","88502",3,41.35362,-72.07882,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7885,90,331,365,0,875,"","","Certification not required",0,11.134306,6.682276,82,"2013-09-01 18:00",73,"2013-05-21 12:00",58,"2013-01-09 09:00",50,"2013-01-07 22:00","","","","",32,29,24,20,14,10,4,"Fort Griswold Park","141 Smith Street, Groton","Connecticut","New London","Groton","Norwich-New London, CT","2014-01-29" +"09","011","0124","88502",3,41.35362,-72.07882,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,11.056495,4.413798,34.9,"2013-07-19 00:00",29.4,"2013-01-09 00:00",28.5,"2013-07-20 00:00",26.6,"2013-09-11 00:00","","","","",26.6,22.5,20.1,16,13,10.2,6.7,"Fort Griswold Park","141 Smith Street, Groton","Connecticut","New London","Groton","Norwich-New London, CT","2014-01-29" +"09","011","3002","68101",1,41.524167,-72.076667,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,2,"","","Certification not required",80,0.098333,0.08695,0.4,"2013-03-05 00:00",0.4,"2013-11-15 00:00",0.3,"2013-09-01 00:00",0.3,"2013-09-28 00:00","","","","",0.4,0.3,0.3,0.3,0.1,0.05,0.05,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68102",1,41.524167,-72.076667,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,2,"","","Certification not required",0,23.8725,0.938796,24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68103",1,41.524167,-72.076667,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,6.555833,9.297771,24,"2013-07-18 00:00",23.4,"2013-07-06 00:00",23.2,"2013-07-15 00:00",23,"2013-09-01 00:00","","","","",23.4,23.2,21.9,20.7,14.2,6.2,-5.9,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68104",1,41.524167,-72.076667,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,18.154167,10.17721,38.2,"2013-07-18 00:00",37.2,"2013-07-15 00:00",35.9,"2013-07-06 00:00",35.5,"2013-06-24 00:00","","","","",37.2,35.9,31.8,30.3,27.5,18.8,4.1,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68105",1,41.524167,-72.076667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,12.3125,9.374618,30.8,"2013-07-18 00:00",29.6,"2013-07-06 00:00",29.4,"2013-07-15 00:00",27.5,"2013-06-24 00:00","","","","",29.6,29.4,26.2,24.2,20.8,13,-0.9,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68106",1,41.524167,-72.076667,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,755.675,5.795046,771,"2013-04-22 00:00",768,"2013-11-21 00:00",768,"2013-11-30 00:00",767,"2013-05-01 00:00","","","","",768,768,765,763,759,756,749,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68107",1,41.524167,-72.076667,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,763.491667,5.193719,780,"2013-11-30 00:00",778,"2013-04-22 00:00",776,"2013-11-21 00:00",774,"2013-01-10 00:00","","","","",778,776,772,770,767,763,757,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68108",1,41.524167,-72.076667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,759.366667,6.800807,776,"2013-11-30 00:00",775,"2013-04-22 00:00",773,"2013-11-21 00:00",770,"2013-05-01 00:00","","","","",775,773,767,766,763,760,753,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","68109",1,41.524167,-72.076667,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,2,"","","Certification not required",0,1439.525,2.840175,1441,"2013-01-01 00:00",1441,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1441,1440,1440,1440,1440,1440,1439,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","88101",1,41.524167,-72.076667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,7.51,4.447479,23.9,"2013-01-04 00:00",20.2,"2013-01-07 00:00",18.8,"2013-02-15 00:00",18.8,"2013-05-31 00:00","","","","",20.2,18.8,18.1,15,8.7,6.6,3.1,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","011","3002","88101",1,41.524167,-72.076667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,7.51,4.447479,23.9,"2013-01-04 00:00",20.2,"2013-01-07 00:00",18.8,"2013-02-15 00:00",18.8,"2013-05-31 00:00","","","","",20.2,18.8,18.1,15,8.7,6.6,3.1,"Court House-Norwich","1 COURT HOUSE SQUARE","Connecticut","New London","Norwich","Norwich-New London, CT","2014-01-29" +"09","013","1001","44201",1,41.976389,-72.388056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4129,92,168,183,0,263,0,0,"Certification not required",0,0.052167,0.014731,0.12,"2013-05-31 17:00",0.102,"2013-09-11 16:00",0.095,"2013-06-21 18:00",0.093,"2013-07-19 16:00","","","","",0.102,0.093,0.077,0.068,0.06,0.05,0.036,"","ROUTE 190, SHENIPSIT STATE FOREST","Connecticut","Tolland","","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","013","1001","44201",1,41.976389,-72.388056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4111,91,166,183,0,0,0,0,"Certification not required",0,0.046476,0.012434,0.084,"2013-09-11 11:00",0.083,"2013-05-31 11:00",0.082,"2013-06-21 12:00",0.081,"2013-06-01 10:00","","","","",0.083,0.081,0.07,0.061,0.054,0.045,0.031,"","ROUTE 190, SHENIPSIT STATE FOREST","Connecticut","Tolland","","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","013","1001","44201",1,41.976389,-72.388056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4111,91,166,183,0,0,5,5,"Certification not required",0,0.046476,0.012434,0.084,"2013-09-11 11:00",0.083,"2013-05-31 11:00",0.082,"2013-06-21 12:00",0.081,"2013-06-01 10:00","","","","",0.083,0.081,0.07,0.061,0.054,0.045,0.031,"","ROUTE 190, SHENIPSIT STATE FOREST","Connecticut","Tolland","","Hartford-West Hartford-East Hartford, CT","2013-12-11" +"09","013","1001","62101",1,41.976389,-72.388056,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",740,8,31,365,0,4,"","","Certification not required",0,52.204054,9.077041,74,"2013-10-01 14:00",74,"2013-10-02 11:00",74,"2013-10-02 12:00",74,"2013-10-02 13:00","","","","",73,71,67,63,59,53,40,"","ROUTE 190, SHENIPSIT STATE FOREST","Connecticut","Tolland","","Hartford-West Hartford-East Hartford, CT","2014-02-04" +"09","015","9991","44201",1,41.8402,-72.01,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7064,98,179,183,0,232,0,0,"Certification not required",2,0.048274,0.012725,0.092,"2013-07-19 16:00",0.087,"2013-09-11 16:00",0.084,"2013-06-21 17:00",0.083,"2013-05-30 18:00","","","","",0.087,0.083,0.072,0.063,0.055,0.048,0.043,"Abington","80 Ayers Rd, Abington, CT 06230","Connecticut","Windham","","Willimantic, CT","2013-12-30" +"09","015","9991","44201",1,41.8402,-72.01,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7203,97,177,183,0,0,0,0,"Certification not required",0,0.043531,0.011049,0.076,"2013-07-19 12:00",0.072,"2013-05-30 16:00",0.072,"2013-06-21 12:00",0.069,"2013-04-28 10:00","","","","",0.072,0.069,0.064,0.058,0.05,0.045,0.039,"Abington","80 Ayers Rd, Abington, CT 06230","Connecticut","Windham","","Willimantic, CT","2013-12-30" +"09","015","9991","44201",1,41.8402,-72.01,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7203,97,177,183,0,0,1,1,"Certification not required",0,0.043531,0.011049,0.076,"2013-07-19 12:00",0.072,"2013-05-30 16:00",0.072,"2013-06-21 12:00",0.069,"2013-04-28 10:00","","","","",0.072,0.069,0.064,0.058,0.05,0.045,0.039,"Abington","80 Ayers Rd, Abington, CT 06230","Connecticut","Windham","","Willimantic, CT","2013-12-30" +"10","001","0002","44201",1,38.984749,-75.555185,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8336,95,204,214,0,173,0,0,"Certification not required",260,0.049103,0.010973,0.084,"2013-06-25 17:00",0.073,"2013-04-28 13:00",0.071,"2013-06-12 13:00",0.071,"2013-07-18 16:00","","","","",0.071,0.07,0.066,0.063,0.056,0.05,0.042,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","44201",1,38.984749,-75.555185,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8326,95,203,214,0,0,0,0,"Certification not required",0,0.044315,0.010194,0.07,"2013-04-28 09:00",0.07,"2013-06-25 11:00",0.064,"2013-04-27 11:00",0.064,"2013-06-12 10:00","","","","",0.064,0.062,0.06,0.057,0.052,0.046,0.038,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","44201",1,38.984749,-75.555185,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8326,95,203,214,0,0,0,0,"Certification not required",0,0.044315,0.010194,0.07,"2013-04-28 09:00",0.07,"2013-06-25 11:00",0.064,"2013-04-27 11:00",0.064,"2013-06-12 10:00","","","","",0.064,0.062,0.06,0.057,0.052,0.046,0.038,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","61103",1,38.984749,-75.555185,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8507,97,352,365,0,2,"","","Certification not required",0,5.648243,3.438764,64.3,"2013-07-07 00:00",33,"2013-12-16 02:00",28,"2013-05-22 01:00",25.1,"2013-09-21 00:00","","","","",16,14.2,12.1,10.1,7.4,5.1,1.8,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","61104",1,38.984749,-75.555185,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8116,93,336,365,0,393,"","","Certification not required",0,206.651429,97.117094,359.9,"2013-03-05 10:00",359.7,"2013-04-11 06:00",359.6,"2013-02-24 01:00",359.6,"2013-03-06 23:00","","","","",353.6,348.1,338.1,324.2,293.4,216.1,53.5,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","68105",1,38.984749,-75.555185,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,60,61,0,0,"","","Certification not required",0,12.82314,9.26736,28.1,"2013-07-18 00:00",26.8,"2013-07-06 00:00",26.7,"2013-09-01 00:00",26.3,"2013-07-15 00:00","","","","",26.8,26.7,25.5,24.2,20.9,13.7,1.1,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-19" +"10","001","0002","68108",1,38.984749,-75.555185,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,60,61,0,0,"","","Certification not required",0,765.92562,5.348154,779,"2013-01-10 00:00",779,"2013-04-22 00:00",776,"2013-05-01 00:00",776,"2013-11-30 00:00","","","","",779,776,774,773,770,766,760,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-19" +"10","001","0002","88101",1,38.984749,-75.555185,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,119,122,0,4,0,0,"Certification not required",0,7.932231,4.399834,24.9,"2013-12-03 00:00",24.7,"2013-01-28 00:00",22.8,"2013-07-18 00:00",19.2,"2013-12-18 00:00","","","","",24.7,22.8,16.4,12.7,10.1,7.4,3.5,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-19" +"10","001","0002","88101",1,38.984749,-75.555185,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,98,119,122,0,4,"","","Certification not required",0,7.932231,4.399834,24.9,"2013-12-03 00:00",24.7,"2013-01-28 00:00",22.8,"2013-07-18 00:00",19.2,"2013-12-18 00:00","","","","",24.7,22.8,16.4,12.7,10.1,7.4,3.5,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-19" +"10","001","0002","88101",3,38.984749,-75.555185,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8441,96,358,365,0,68,"","","Certification not required",0,8.142329,5.577147,41.1,"2013-12-18 07:00",40.3,"2013-12-18 06:00",38.4,"2013-12-18 08:00",37,"2013-12-18 05:00","","","","",26.7,23.8,19,15.2,11,6.9,2.4,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","88101",3,38.984749,-75.555185,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,0,0,"Certification not required",0,8.0851,4.268988,26.4,"2013-01-28 00:00",24,"2013-12-03 00:00",23.9,"2013-01-27 00:00",22.8,"2013-12-02 00:00","","","","",22.8,20.3,16.7,13.6,9.9,7.3,3.6,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0002","88101",3,38.984749,-75.555185,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,8.0851,4.268988,26.4,"2013-01-28 00:00",24,"2013-12-03 00:00",23.9,"2013-01-27 00:00",22.8,"2013-12-02 00:00","","","","",22.8,20.3,16.7,13.6,9.9,7.3,3.6,"PROPERTY OF KILLENS POND STATE PARK; BEHIND FARM BUILDINGS","STATE ROAD 384, KILLENS POND RD","Delaware","Kent","","Dover, DE","2014-02-10" +"10","001","0003","68103",5,39.155,-75.518056,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,9.852,9.665492,23.5,"2013-07-09 00:00",23.2,"2013-09-01 00:00",22.9,"2013-07-21 00:00",22.6,"2013-08-08 00:00","","","","",23.5,23.5,22.9,22.5,17.5,12.3,-4.6,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","68104",5,39.155,-75.518056,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,21.558,10.790133,37.1,"2013-07-15 00:00",37.1,"2013-07-21 00:00",34.8,"2013-06-27 00:00",34.6,"2013-07-03 00:00","","","","",37.1,37.1,34.8,34,30.4,24.8,3.7,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","68105",1,39.155,-75.518056,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,14.02437,9.428571,30.9,"2013-07-18 00:00",29.5,"2013-07-06 00:00",28.9,"2013-07-15 00:00",27.9,"2013-06-24 00:00","","","","",29.5,28.9,27.5,25.9,22.6,14.5,2,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-19" +"10","001","0003","68105",5,39.155,-75.518056,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,15.294,9.887787,30,"2013-07-15 00:00",28,"2013-07-09 00:00",27.5,"2013-07-03 00:00",27.5,"2013-07-21 00:00","","","","",30,30,27.5,26.6,23.2,17.8,1.1,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","68106",5,39.155,-75.518056,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,758.58,4.655872,770,"2013-04-22 00:00",767,"2013-01-10 00:00",766,"2013-06-21 00:00",765,"2013-04-28 00:00","","","","",770,770,766,765,762,759,754,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","68107",5,39.155,-75.518056,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,763.9,5.035588,775,"2013-01-10 00:00",775,"2013-04-22 00:00",773,"2013-01-28 00:00",771,"2013-04-04 00:00","","","","",775,775,773,771,768,764,758,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","68108",1,39.155,-75.518056,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,764.588235,4.835273,778,"2013-11-30 00:00",776,"2013-04-22 00:00",775,"2013-01-10 00:00",775,"2013-11-21 00:00","","","","",776,775,772,770,768,765,758,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-19" +"10","001","0003","68108",5,39.155,-75.518056,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,761.12,4.740791,772,"2013-01-10 00:00",772,"2013-04-22 00:00",767,"2013-01-28 00:00",767,"2013-04-04 00:00","","","","",772,772,767,767,764,761,756,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88101",1,39.155,-75.518056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,4,0,0,"Certification not required",0,8.036975,4.489892,26.2,"2013-01-28 00:00",25.6,"2013-12-03 00:00",22.2,"2013-12-18 00:00",21.1,"2013-07-18 00:00","","","","",25.6,22.2,15.5,13.6,9.5,7.5,3.4,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-19" +"10","001","0003","88101",1,39.155,-75.518056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,4,"","","Certification not required",0,8.036975,4.489892,26.2,"2013-01-28 00:00",25.6,"2013-12-03 00:00",22.2,"2013-12-18 00:00",21.1,"2013-07-18 00:00","","","","",25.6,22.2,15.5,13.6,9.5,7.5,3.4,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-19" +"10","001","0003","88102",5,39.155,-75.518056,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01988,0.005351,0.041,"2013-06-27 00:00",0.026,"2013-02-03 00:00",0.026,"2013-03-05 00:00",0.026,"2013-03-11 00:00","","","","",0.041,0.041,0.026,0.026,0.021,0.0195,0.014,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88103",5,39.155,-75.518056,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0005,0.000814,0.003,"2013-04-10 00:00",0.003,"2013-06-09 00:00",0.002,"2013-05-10 00:00",0.002,"2013-07-03 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88104",5,39.155,-75.518056,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",32,0.02101,0.031414,0.198,"2013-07-03 00:00",0.112,"2013-07-15 00:00",0.064,"2013-06-27 00:00",0.051,"2013-05-16 00:00","","","","",0.198,0.198,0.064,0.045,0.024,0.0125,0.0065,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88107",5,39.155,-75.518056,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005918,0.004893,0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-02-15 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.0039,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88109",5,39.155,-75.518056,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",11,0.003207,0.002335,0.0124,"2013-01-28 00:00",0.0091,"2013-04-10 00:00",0.0083,"2013-02-03 00:00",0.0077,"2013-01-16 00:00","","","","",0.0124,0.0124,0.0083,0.006,0.0037,0.0029,0.0009,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88110",5,39.155,-75.518056,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00102,0.002868,0.012,"2013-01-16 00:00",0.012,"2013-09-01 00:00",0.009,"2013-10-07 00:00",0.007,"2013-09-07 00:00","","","","",0.012,0.012,0.009,0.005,0,0,0,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88111",5,39.155,-75.518056,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",17,0.015457,0.017367,0.0894,"2013-10-01 00:00",0.0659,"2013-03-11 00:00",0.0528,"2013-04-10 00:00",0.047,"2013-01-28 00:00","","","","",0.0894,0.0894,0.0528,0.0374,0.0193,0.0098,0.00235,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88112",5,39.155,-75.518056,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0082,0.026266,0.154,"2013-10-07 00:00",0.097,"2013-09-19 00:00",0.058,"2013-10-01 00:00",0.019,"2013-09-25 00:00","","","","",0.154,0.154,0.058,0.01,0.003,0.001,0,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88113",5,39.155,-75.518056,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.000691,0.000201,0.0016,"2013-10-19 00:00",0.0015,"2013-04-22 00:00",0.001,"2013-03-17 00:00",0.001,"2013-08-20 00:00","","","","",0.0016,0.0016,0.001,0.00075,0.0007,0.00065,0.00055,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88114",5,39.155,-75.518056,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",37,0.001247,0.000747,0.0047,"2013-11-06 00:00",0.0031,"2013-09-25 00:00",0.0025,"2013-09-07 00:00",0.0024,"2013-02-15 00:00","","","","",0.0047,0.0047,0.0025,0.0024,0.0013,0.001,0.00065,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88115",5,39.155,-75.518056,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",25,0.040618,0.143821,0.974,"2013-10-13 00:00",0.285,"2013-04-22 00:00",0.203,"2013-05-04 00:00",0.116,"2013-03-11 00:00","","","","",0.974,0.974,0.203,0.056,0.0121,0.0055,0.0025,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88117",5,39.155,-75.518056,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005444,0.007831,0.0435,"2013-03-17 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-02-15 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.00485,0.0041,0.0028,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88118",5,39.155,-75.518056,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009056,0.006149,0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88126",5,39.155,-75.518056,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.03132,0.01965,0.108,"2013-07-03 00:00",0.0882,"2013-07-15 00:00",0.0731,"2013-06-27 00:00",0.0697,"2013-05-16 00:00","","","","",0.108,0.108,0.0731,0.0513,0.036,0.027,0.0153,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88128",5,39.155,-75.518056,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00076,0.001061,0.004,"2013-04-04 00:00",0.003,"2013-02-03 00:00",0.003,"2013-04-28 00:00",0.003,"2013-10-31 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88131",5,39.155,-75.518056,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01049,0.004413,0.03,"2013-05-04 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-03-11 00:00","","","","",0.03,0.03,0.0165,0.0165,0.011,0.008,0.007,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88132",5,39.155,-75.518056,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00064,0.000827,0.003,"2013-03-05 00:00",0.002,"2013-01-10 00:00",0.002,"2013-03-11 00:00",0.002,"2013-05-16 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88136",5,39.155,-75.518056,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0003,0.000544,0.002,"2013-02-03 00:00",0.002,"2013-04-28 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-15 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88140",5,39.155,-75.518056,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",41,0.012792,0.016339,0.0963,"2013-10-13 00:00",0.047,"2013-05-04 00:00",0.0465,"2013-08-08 00:00",0.0414,"2013-04-22 00:00","","","","",0.0963,0.0963,0.0465,0.0365,0.009,0.006,0.0055,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88152",5,39.155,-75.518056,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005724,0.001517,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-27 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88154",5,39.155,-75.518056,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001078,0.000321,0.0021,"2013-06-09 00:00",0.002,"2013-06-27 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-03-29 00:00","","","","",0.0021,0.0021,0.0013,0.0013,0.0013,0.001,0.00065,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88160",5,39.155,-75.518056,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01355,0.004724,0.035,"2013-10-19 00:00",0.0185,"2013-03-05 00:00",0.0185,"2013-08-08 00:00",0.018,"2013-02-03 00:00","","","","",0.035,0.035,0.0185,0.018,0.016,0.01,0.01,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88161",5,39.155,-75.518056,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.002808,0.001706,0.0104,"2013-06-27 00:00",0.009,"2013-10-01 00:00",0.0075,"2013-07-03 00:00",0.0062,"2013-07-15 00:00","","","","",0.0104,0.0104,0.0075,0.00265,0.00265,0.0025,0.0021,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88164",5,39.155,-75.518056,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001612,0.000218,0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88165",5,39.155,-75.518056,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.052286,0.068339,0.358,"2013-07-03 00:00",0.286,"2013-07-15 00:00",0.213,"2013-06-27 00:00",0.151,"2013-10-01 00:00","","","","",0.358,0.358,0.213,0.145,0.0463,0.029,0.013,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88166",5,39.155,-75.518056,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.008654,0.00509,0.019,"2013-02-03 00:00",0.019,"2013-03-05 00:00",0.019,"2013-03-11 00:00",0.019,"2013-04-22 00:00","","","","",0.019,0.019,0.019,0.019,0.0075,0.0065,0.0042,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88167",5,39.155,-75.518056,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.004779,0.003489,0.0155,"2013-01-28 00:00",0.014,"2013-07-09 00:00",0.0125,"2013-11-06 00:00",0.0122,"2013-01-10 00:00","","","","",0.0155,0.0155,0.0125,0.0098,0.0063,0.0043,0.0013,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88168",5,39.155,-75.518056,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001213,0.000298,0.00175,"2013-02-03 00:00",0.00175,"2013-03-05 00:00",0.00175,"2013-03-11 00:00",0.00175,"2013-04-22 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88169",5,39.155,-75.518056,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.69568,0.351198,1.8,"2013-01-28 00:00",1.52,"2013-07-09 00:00",1.29,"2013-06-09 00:00",1.19,"2013-05-16 00:00","","","","",1.8,1.8,1.29,1.19,0.94,0.627,0.299,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88176",5,39.155,-75.518056,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00097,0.000207,0.0013,"2013-02-03 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-11 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88180",5,39.155,-75.518056,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.03815,0.018484,0.11,"2013-01-28 00:00",0.073,"2013-04-10 00:00",0.0709,"2013-06-27 00:00",0.066,"2013-10-31 00:00","","","","",0.11,0.11,0.0709,0.0652,0.045,0.0346,0.0196,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88184",5,39.155,-75.518056,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",32,0.08644,0.148915,0.747,"2013-10-13 00:00",0.485,"2013-05-04 00:00",0.467,"2013-03-11 00:00",0.427,"2013-04-22 00:00","","","","",0.747,0.747,0.467,0.281,0.067,0.027,0.0155,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88185",5,39.155,-75.518056,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.003816,0.004086,0.0148,"2013-01-04 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-03-11 00:00","","","","",0.0148,0.0148,0.0115,0.0115,0.0023,0.00225,0.0014,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88301",5,39.155,-75.518056,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.728727,0.683737,3.74,"2013-01-28 00:00",2.09,"2013-02-03 00:00",2.04,"2013-02-15 00:00",1.71,"2013-03-23 00:00","","","","",3.74,3.74,2.04,1.7,0.937,0.568,0.107,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88302",5,39.155,-75.518056,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.122728,0.17925,0.898,"2013-10-13 00:00",0.675,"2013-03-11 00:00",0.54,"2013-05-04 00:00",0.482,"2013-04-22 00:00","","","","",0.898,0.898,0.54,0.38,0.104,0.05,0.022,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88303",5,39.155,-75.518056,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.030442,0.019811,0.091,"2013-07-15 00:00",0.078,"2013-04-16 00:00",0.075,"2013-03-23 00:00",0.063,"2013-07-09 00:00","","","","",0.091,0.091,0.075,0.06,0.039,0.028,0.012,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88306",5,39.155,-75.518056,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.15564,1.365663,7.38,"2013-01-28 00:00",4.66,"2013-02-15 00:00",4.54,"2013-02-03 00:00",2.86,"2013-03-17 00:00","","","","",7.38,7.38,4.54,2.71,1.43,0.753,0.275,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88355",5,39.155,-75.518056,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.863857,0.815698,3.74,"2013-04-10 00:00",3.69,"2013-05-16 00:00",3.36,"2013-01-28 00:00",3.24,"2013-10-31 00:00","","","","",3.74,3.74,3.36,3.21,2.3,1.76,0.765,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88357",5,39.155,-75.518056,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.203204,0.082866,0.417,"2013-09-25 00:00",0.393,"2013-10-31 00:00",0.347,"2013-05-16 00:00",0.344,"2013-04-10 00:00","","","","",0.417,0.417,0.347,0.323,0.262,0.187,0.105,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88370",5,39.155,-75.518056,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.733857,0.757573,3.53,"2013-04-10 00:00",3.47,"2013-05-16 00:00",3.09,"2013-01-28 00:00",3.05,"2013-06-15 00:00","","","","",3.53,3.53,3.09,2.93,2.16,1.62,0.743,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88374",5,39.155,-75.518056,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.124531,0.095172,0.392,"2013-10-31 00:00",0.347,"2013-01-28 00:00",0.332,"2013-09-01 00:00",0.321,"2013-10-01 00:00","","","","",0.392,0.392,0.332,0.285,0.151,0.097,0.033,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88375",5,39.155,-75.518056,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.454143,0.204252,0.876,"2013-07-09 00:00",0.832,"2013-04-10 00:00",0.8,"2013-06-27 00:00",0.799,"2013-05-28 00:00","","","","",0.876,0.876,0.8,0.797,0.616,0.412,0.21,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88376",5,39.155,-75.518056,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.449265,0.199371,0.999,"2013-05-16 00:00",0.974,"2013-04-10 00:00",0.864,"2013-06-15 00:00",0.803,"2013-06-21 00:00","","","","",0.999,0.999,0.864,0.754,0.545,0.394,0.227,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88377",5,39.155,-75.518056,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.360857,0.174263,0.952,"2013-04-10 00:00",0.798,"2013-01-28 00:00",0.749,"2013-05-16 00:00",0.662,"2013-10-31 00:00","","","","",0.952,0.952,0.749,0.559,0.444,0.326,0.172,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88378",5,39.155,-75.518056,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.344224,0.183719,0.851,"2013-01-28 00:00",0.696,"2013-07-09 00:00",0.684,"2013-05-16 00:00",0.657,"2013-06-15 00:00","","","","",0.851,0.851,0.684,0.631,0.438,0.339,0.091,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88380",5,39.155,-75.518056,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.333327,0.150642,0.706,"2013-10-31 00:00",0.609,"2013-09-25 00:00",0.57,"2013-10-01 00:00",0.567,"2013-05-16 00:00","","","","",0.706,0.706,0.57,0.554,0.437,0.331,0.115,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88383",5,39.155,-75.518056,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.616659,0.290466,1.37,"2013-01-28 00:00",1.18,"2013-05-16 00:00",1.09,"2013-10-31 00:00",1.05,"2013-07-09 00:00","","","","",1.37,1.37,1.09,1.02,0.801,0.593,0.171,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88384",5,39.155,-75.518056,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.059157,0.021693,0.102,"2013-09-13 00:00",0.0958,"2013-04-10 00:00",0.0896,"2013-08-14 00:00",0.0889,"2013-08-02 00:00","","","","",0.102,0.102,0.0896,0.0868,0.0713,0.0604,0.0282,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88385",5,39.155,-75.518056,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",34,0.002436,0.002594,0.0116,"2013-08-08 00:00",0.00971,"2013-05-10 00:00",0.00939,"2013-08-02 00:00",0.00637,"2013-06-15 00:00","","","","",0.0116,0.0116,0.00939,0.00621,0.00362,0.001,0.001,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88388",5,39.155,-75.518056,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.474429,0.247379,1.12,"2013-01-28 00:00",0.904,"2013-05-16 00:00",0.903,"2013-07-09 00:00",0.816,"2013-06-15 00:00","","","","",1.12,1.12,0.903,0.79,0.646,0.462,0.103,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88403",5,39.155,-75.518056,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.8393,0.95267,5.08,"2013-01-28 00:00",3.77,"2013-07-09 00:00",3.63,"2013-06-09 00:00",3.16,"2013-10-01 00:00","","","","",5.08,5.08,3.63,3.06,2.49,1.66,0.83,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","001","0003","88502",5,39.155,-75.518056,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.82,3.914286,25.8,"2013-01-28 00:00",15.6,"2013-02-15 00:00",15.1,"2013-02-03 00:00",14.1,"2013-07-09 00:00","","","","",25.8,25.8,15.1,14,10.6,8.8,4.3,"PLATFORM IN FIELD BEHIND DELAWARE FED. CREDIT UNION BLDG","WATER ST. DOVER","Delaware","Kent","Dover","Dover, DE","2014-02-13" +"10","003","1003","68105",1,39.761111,-75.491944,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",114,100,60,61,0,0,"","","Certification not required",0,12.17807,9.524842,30.2,"2013-07-18 00:00",29.1,"2013-07-15 00:00",27.1,"2013-07-10 00:00",27,"2013-07-21 00:00","","","","",29.1,27.1,25.9,24,21.1,13,0.2,"Bellefonte River Road Park","RIVER ROAD PARK, BELLEFONTE","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1003","68108",1,39.761111,-75.491944,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,60,61,0,0,"","","Certification not required",0,760.640351,5.00995,775,"2013-11-30 00:00",772,"2013-04-22 00:00",772,"2013-11-21 00:00",769,"2013-01-07 00:00","","","","",772,772,768,767,764,761,754,"Bellefonte River Road Park","RIVER ROAD PARK, BELLEFONTE","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1003","88101",1,39.761111,-75.491944,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,12,0,0,"Certification not required",0,8.67193,5.305758,30.9,"2013-01-28 00:00",29.7,"2013-12-03 00:00",24.9,"2013-02-06 00:00",22.2,"2013-07-18 00:00","","","","",29.7,24.9,18.5,16.5,10.4,7.5,3.7,"Bellefonte River Road Park","RIVER ROAD PARK, BELLEFONTE","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1003","88101",1,39.761111,-75.491944,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,12,"","","Certification not required",0,8.67193,5.305758,30.9,"2013-01-28 00:00",29.7,"2013-12-03 00:00",24.9,"2013-02-06 00:00",22.2,"2013-07-18 00:00","","","","",29.7,24.9,18.5,16.5,10.4,7.5,3.7,"Bellefonte River Road Park","RIVER ROAD PARK, BELLEFONTE","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1007","42401",1,39.551111,-75.730833,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6569,75,268,365,0,2191,0,"","Certification not required",0,1.268657,1.207927,8.3,"2013-11-14 10:00",7.5,"2013-09-28 12:00",7.3,"2013-12-13 02:00",6.8,"2013-06-05 15:00","","","","",7.3,4.8,3.2,2.4,1.7,1.1,0.2,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","42401",1,39.551111,-75.730833,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6569,75,268,365,0,2191,"","","Certification not required",0,0.512909,0.641092,8.3,"2013-11-14 10:00",7.5,"2013-09-28 12:00",7.3,"2013-12-13 02:00",7.1,"2013-11-14 11:00","","","","",2.4,2.1,1.6,1.4,0.9,0.2,0,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","42401",1,39.551111,-75.730833,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,0.513806,0.473804,2.1,"2013-11-14 00:00",1.7,"2013-02-21 00:00",1.7,"2013-02-24 00:00",1.7,"2013-03-04 00:00","","","","",1.7,1.6,1.5,1.3,0.8,0.3,0.1,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","42401",1,39.551111,-75.730833,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2149,74,266,365,0,0,"",0,"Certification not required",0,0.488646,0.5977,5.6,"2013-11-14 11:00",5.1,"2013-06-05 17:00",4.6,"2013-09-28 14:00",4.5,"2013-11-14 08:00","","","","",2.3,2,1.6,1.3,0.8,0.2,0,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","42406",1,39.551111,-75.730833,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7400,84,308,365,0,1360,"","","Certification not required",0,0.641473,0.861112,11.9,"2013-11-14 10:00",10.4,"2013-06-05 15:00",10.1,"2013-09-28 11:00",9,"2013-09-28 12:00","","","","",3.1,2.7,2.3,1.7,1,0.3,0,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","44201",1,39.551111,-75.730833,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7743,99,211,214,0,1017,0,0,"Certification not required",620,0.045829,0.011572,0.08,"2013-06-26 14:00",0.074,"2013-05-29 16:00",0.069,"2013-06-17 16:00",0.068,"2013-04-28 14:00","","","","",0.069,0.068,0.065,0.06,0.054,0.047,0.037,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","44201",1,39.551111,-75.730833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7760,98,209,214,0,0,0,0,"Certification not required",0,0.04066,0.010643,0.066,"2013-05-29 11:00",0.065,"2013-04-28 09:00",0.063,"2013-06-25 11:00",0.062,"2013-06-26 10:00","","","","",0.063,0.061,0.057,0.055,0.048,0.042,0.033,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","44201",1,39.551111,-75.730833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7760,98,209,214,0,0,0,0,"Certification not required",0,0.04066,0.010643,0.066,"2013-05-29 11:00",0.065,"2013-04-28 09:00",0.063,"2013-06-25 11:00",0.062,"2013-06-26 10:00","","","","",0.063,0.061,0.057,0.055,0.048,0.042,0.033,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1007","68105",1,39.551111,-75.730833,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,0,"","","Certification not required",0,11.711927,8.687888,28.8,"2013-07-18 00:00",27.9,"2013-07-17 00:00",27.6,"2013-07-06 00:00",26,"2013-05-31 00:00","","","","",27.9,27.6,25.1,23.7,18.5,11.4,0.5,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1007","68108",1,39.551111,-75.730833,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,56,61,0,0,"","","Certification not required",0,763.444444,5.114271,776,"2013-04-22 00:00",776,"2013-11-30 00:00",775,"2013-01-10 00:00",773,"2013-05-01 00:00","","","","",776,775,771,770,767,764,757,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1007","88101",1,39.551111,-75.730833,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,87,106,122,0,26,0,0,"Certification not required",0,7.775701,4.394848,24.7,"2013-12-03 00:00",23,"2013-01-28 00:00",21.9,"2013-07-18 00:00",18.9,"2013-02-06 00:00","","","","",23,21.9,16.9,13.8,9.2,6.6,4,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1007","88101",1,39.551111,-75.730833,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,87,106,122,0,26,"","","Certification not required",0,7.775701,4.394848,24.7,"2013-12-03 00:00",23,"2013-01-28 00:00",21.9,"2013-07-18 00:00",18.9,"2013-02-06 00:00","","","","",23,21.9,16.9,13.8,9.2,6.6,4,"","LUMS POND STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1008","42101",1,39.577797,-75.610738,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8431,96,353,365,0,329,0,0,"Certification not required",7997,0.266522,0.077554,2.2,"2013-03-14 14:00",1.9,"2013-07-25 12:00",1.1,"2013-12-03 10:00",1,"2013-12-03 06:00","","","","",0.6,0.6,0.5,0.25,0.25,0.25,0.25,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","42101",1,39.577797,-75.610738,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8465,97,352,365,0,0,0,0,"Certification not required",0,0.311294,0.05197,1,"2013-12-03 09:00",1,"2013-12-03 10:00",1,"2013-12-03 11:00",1,"2013-12-03 12:00",1,"2013-12-03 09:00",0.9,"2013-12-03 14:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","42401",1,39.577797,-75.610738,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8633,99,363,365,0,127,0,"","Certification not required",0,2.166391,2.855619,35.3,"2013-01-22 04:00",19.5,"2013-03-06 03:00",14.8,"2013-06-13 20:00",13.1,"2013-01-24 20:00","","","","",13.1,9.2,6,4.7,2.8,1.4,0.3,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","42401",1,39.577797,-75.610738,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8633,99,363,365,0,127,"","","Certification not required",0,0.73292,1.246553,35.3,"2013-01-22 04:00",30.9,"2013-01-22 05:00",26.9,"2013-01-22 03:00",22.6,"2013-01-22 06:00","","","","",4.7,3.6,2.4,1.7,0.9,0.4,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","42401",1,39.577797,-75.610738,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.73719,0.914536,14,"2013-01-22 00:00",3.6,"2013-01-03 00:00",3.2,"2013-10-13 00:00",3.1,"2013-01-24 00:00","","","","",3.1,2.6,1.9,1.5,0.9,0.5,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","42401",1,39.577797,-75.610738,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2838,97,361,365,0,0,"",0,"Certification not required",0,0.698696,1.159136,31,"2013-01-22 05:00",20.4,"2013-01-22 08:00",13.9,"2013-01-22 17:00",11.1,"2013-01-22 20:00","","","","",4.3,3.3,2.3,1.7,0.9,0.4,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","42406",1,39.577797,-75.610738,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8634,99,363,365,0,126,"","","Certification not required",0,1.078063,2.581214,65.7,"2013-01-22 04:00",64.3,"2013-01-22 05:00",51.5,"2013-01-22 03:00",51.1,"2013-01-22 08:00","","","","",7.4,5.1,3.4,2.3,1.1,0.5,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","43207",1,39.577797,-75.610738,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.143333,0.007785,0.16,"2013-02-09 00:00",0.16,"2013-03-23 00:00",0.14,"2013-01-04 00:00",0.14,"2013-01-10 00:00","","","","",0.16,0.16,0.16,0.16,0.14,0.14,0.14,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43208",1,39.577797,-75.610738,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.036667,0.007785,0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-22 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.02,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43218",1,39.577797,-75.610738,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.05,0.079772,0.2,"2013-01-10 00:00",0.2,"2013-02-15 00:00",0.1,"2013-01-16 00:00",0.1,"2013-03-17 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43231",1,39.577797,-75.610738,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.791667,1.625064,5.8,"2013-02-27 00:00",1.4,"2013-02-21 00:00",0.7,"2013-01-16 00:00",0.4,"2013-01-04 00:00","","","","",5.8,5.8,5.8,1.4,0.7,0.3,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43232",1,39.577797,-75.610738,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",7,0.282917,0.466113,1.75,"2013-02-27 00:00",0.28,"2013-02-21 00:00",0.21,"2013-01-10 00:00",0.21,"2013-01-16 00:00","","","","",1.75,1.75,1.75,0.28,0.21,0.105,0.105,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43248",1,39.577797,-75.610738,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",5,0.21,0.320057,1.2,"2013-02-27 00:00",0.3,"2013-02-21 00:00",0.18,"2013-01-16 00:00",0.18,"2013-02-09 00:00","","","","",1.2,1.2,1.2,0.3,0.18,0.12,0.06,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43372",1,39.577797,-75.610738,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43505",1,39.577797,-75.610738,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.275,0.245412,0.8,"2013-02-15 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-09 00:00",0.4,"2013-01-10 00:00","","","","",0.8,0.8,0.8,0.5,0.5,0.3,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43551",1,39.577797,-75.610738,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,6.4325,2.363119,11.04,"2013-01-16 00:00",8.97,"2013-02-15 00:00",8.58,"2013-01-10 00:00",8.13,"2013-02-09 00:00","","","","",11.04,11.04,11.04,8.97,8.58,6.39,3.87,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43801",1,39.577797,-75.610738,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.566667,0.049237,0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-03 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.5,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43802",1,39.577797,-75.610738,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43803",1,39.577797,-75.610738,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43804",1,39.577797,-75.610738,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43811",1,39.577797,-75.610738,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.25,0.015374,0.28,"2013-03-23 00:00",0.27,"2013-02-09 00:00",0.26,"2013-02-27 00:00",0.26,"2013-03-11 00:00","","","","",0.28,0.28,0.28,0.27,0.26,0.24,0.24,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43814",1,39.577797,-75.610738,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43815",1,39.577797,-75.610738,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43817",1,39.577797,-75.610738,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.05,0.090453,0.3,"2013-02-09 00:00",0.1,"2013-02-27 00:00",0.1,"2013-03-11 00:00",0.1,"2013-03-17 00:00","","","","",0.3,0.3,0.3,0.1,0.1,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43818",1,39.577797,-75.610738,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43823",1,39.577797,-75.610738,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.549167,0.033699,0.64,"2013-03-23 00:00",0.57,"2013-03-11 00:00",0.56,"2013-02-09 00:00",0.56,"2013-03-17 00:00","","","","",0.64,0.64,0.64,0.57,0.56,0.55,0.52,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43824",1,39.577797,-75.610738,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43829",1,39.577797,-75.610738,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43830",1,39.577797,-75.610738,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43831",1,39.577797,-75.610738,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43843",1,39.577797,-75.610738,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","43860",1,39.577797,-75.610738,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.133333,0.1557,0.4,"2013-02-27 00:00",0.4,"2013-03-23 00:00",0.3,"2013-01-10 00:00",0.2,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.1,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45109",1,39.577797,-75.610738,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.525,0.310791,1.1,"2013-02-09 00:00",0.9,"2013-02-27 00:00",0.8,"2013-02-15 00:00",0.8,"2013-02-21 00:00","","","","",1.1,1.1,1.1,0.9,0.8,0.5,0.2,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45201",1,39.577797,-75.610738,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,1.333333,0.365148,1.9,"2013-01-16 00:00",1.7,"2013-02-27 00:00",1.6,"2013-01-22 00:00",1.5,"2013-01-10 00:00","","","","",1.9,1.9,1.9,1.7,1.6,1.4,1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45202",1,39.577797,-75.610738,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,1.916667,3.881151,14.2,"2013-01-16 00:00",1.3,"2013-02-27 00:00",1.2,"2013-02-15 00:00",1.1,"2013-01-10 00:00","","","","",14.2,14.2,14.2,1.3,1.2,0.8,0.5,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45203",1,39.577797,-75.610738,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.208333,0.090034,0.4,"2013-02-09 00:00",0.3,"2013-02-15 00:00",0.3,"2013-02-27 00:00",0.2,"2013-01-10 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45204",1,39.577797,-75.610738,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.208333,0.090034,0.4,"2013-02-09 00:00",0.3,"2013-02-15 00:00",0.3,"2013-02-27 00:00",0.2,"2013-01-10 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.1,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45207",1,39.577797,-75.610738,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",12,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45208",1,39.577797,-75.610738,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",12,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45213",1,39.577797,-75.610738,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",12,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45220",1,39.577797,-75.610738,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.083333,0.071774,0.2,"2013-02-15 00:00",0.2,"2013-03-11 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45801",1,39.577797,-75.610738,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0.016667,0.038925,0.1,"2013-01-10 00:00",0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","45807",1,39.577797,-75.610738,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","46401",1,39.577797,-75.610738,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,3,"","","Certification not required",12,0.06,0,0.06,"2013-01-04 00:00",0.06,"2013-01-10 00:00",0.06,"2013-01-16 00:00",0.06,"2013-01-22 00:00","","","","",0.06,0.06,0.06,0.06,0.06,0.06,0.06,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","1008","61103",1,39.577797,-75.610738,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8604,98,357,365,0,156,"","","Certification not required",0,2.772222,1.984474,15.6,"2013-03-06 14:00",15.4,"2013-03-06 13:00",14.8,"2013-03-06 15:00",14.7,"2013-03-06 16:00","","","","",8.2,7.6,6.5,5.6,4,2.4,0.6,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","61104",1,39.577797,-75.610738,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8592,98,357,365,0,168,"","","Certification not required",0,199.306378,97.302236,359.9,"2013-05-17 16:00",359.9,"2013-11-29 10:00",359.7,"2013-01-21 18:00",359.7,"2013-02-10 01:00","","","","",355.7,351,341.1,323.1,272.4,215.7,45.9,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","88101",3,39.577797,-75.610738,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5124,58,214,365,0,12,"","","Certification not required",0,8.613622,5.375559,39.7,"2013-12-03 10:00",37.4,"2013-12-04 07:00",37.2,"2013-12-04 06:00",36.9,"2013-12-03 09:00","","","","",26.4,23.8,18.6,15.6,11.2,7.4,3,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","88101",3,39.577797,-75.610738,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",214,59,214,365,0,0,0,0,"Certification not required",0,8.564019,4.357559,27.4,"2013-12-04 00:00",24.5,"2013-12-03 00:00",24,"2013-07-19 00:00",23.1,"2013-12-02 00:00","","","","",24,21,17.6,14.2,10.2,7.5,4.3,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1008","88101",3,39.577797,-75.610738,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",214,59,214,365,0,0,"","","Certification not required",0,8.564019,4.357559,27.4,"2013-12-04 00:00",24.5,"2013-12-03 00:00",24,"2013-07-19 00:00",23.1,"2013-12-02 00:00","","","","",24,21,17.6,14.2,10.2,7.5,4.3,"","ROUTE 9, DELAWARE CITY","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","42601",1,39.817222,-75.563889,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3527,96,147,153,0,57,"","","Certification not required",0,0.900539,2.898111,54.1,"2013-12-14 06:00",52.7,"2013-12-04 08:00",44.9,"2013-12-14 07:00",43.8,"2013-12-04 20:00","","","","",12.7,7.4,3.6,1.8,0.5,0.2,0.1,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","42602",1,39.817222,-75.563889,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",3548,41,149,365,0,36,0,"","Certification not required",0,10.279866,8.165211,55.4,"2013-11-13 15:00",33.7,"2013-12-02 23:00",33.5,"2013-12-14 06:00",32.8,"2013-12-04 19:00","","","","",33.7,33.5,27.1,20.2,12.6,7.7,3.6,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","42602",1,39.817222,-75.563889,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",3548,41,149,365,0,36,"","","Certification not required",0,5.185823,5.064819,55.4,"2013-11-13 15:00",33.7,"2013-12-02 23:00",33.5,"2013-12-14 06:00",33.1,"2013-12-02 20:00","","","","",25.3,22.5,16,11.2,6.3,3.5,1.4,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","42603",1,39.817222,-75.563889,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501w/photolytic converter",2013,"Parts per billion","No Events",3548,97,149,153,0,36,"","","Certification not required",0,6.134639,7.026377,87.6,"2013-12-14 06:00",81.7,"2013-11-13 15:00",77,"2013-12-14 07:00",75.3,"2013-12-04 20:00","","","","",33.8,27.6,18.3,12.9,7,3.9,1.6,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","44201",1,39.817222,-75.563889,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6118,92,196,214,0,312,0,0,"Certification not required",194,0.050061,0.012473,0.096,"2013-07-19 15:00",0.083,"2013-05-29 17:00",0.079,"2013-07-10 17:00",0.078,"2013-05-30 18:00","","","","",0.083,0.078,0.071,0.066,0.058,0.05,0.037,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","44201",1,39.817222,-75.563889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6134,89,191,214,0,0,0,0,"Certification not required",0,0.044021,0.011387,0.077,"2013-07-19 10:00",0.072,"2013-05-29 12:00",0.066,"2013-05-30 12:00",0.065,"2013-05-31 10:00","","","","",0.072,0.065,0.062,0.058,0.052,0.044,0.034,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1010","44201",1,39.817222,-75.563889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6134,89,191,214,0,0,1,1,"Certification not required",0,0.044021,0.011387,0.077,"2013-07-19 10:00",0.072,"2013-05-29 12:00",0.066,"2013-05-30 12:00",0.065,"2013-05-31 10:00","","","","",0.072,0.065,0.062,0.058,0.052,0.044,0.034,"OPEN FIELD","BRANDYWINE CREEK STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1012","68105",1,39.691962,-75.761299,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,100,58,61,0,0,"","","Certification not required",0,11.996364,9.530924,29.9,"2013-07-18 00:00",28.6,"2013-07-06 00:00",28.3,"2013-07-15 00:00",27.5,"2013-05-31 00:00","","","","",28.6,28.3,26.1,24.8,20.5,12.5,0.3,"PARKING LOT LAIRD CAMPUS","UNIV. DE NORTH CAMPUS","Delaware","New Castle","Newark","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1012","68108",1,39.691962,-75.761299,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,58,61,0,0,"","","Certification not required",0,757.5,5.0552,771,"2013-11-30 00:00",769,"2013-04-22 00:00",768,"2013-01-10 00:00",768,"2013-11-21 00:00","","","","",769,768,765,763,761,758,751,"PARKING LOT LAIRD CAMPUS","UNIV. DE NORTH CAMPUS","Delaware","New Castle","Newark","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1012","88101",1,39.691962,-75.761299,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,18,0,0,"Certification not required",0,9.246364,5.33831,30.4,"2013-12-03 00:00",29.7,"2013-01-28 00:00",27.4,"2013-02-06 00:00",22.5,"2013-11-15 00:00","","","","",29.7,27.4,20.3,16.3,11.3,8.1,4.4,"PARKING LOT LAIRD CAMPUS","UNIV. DE NORTH CAMPUS","Delaware","New Castle","Newark","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1012","88101",1,39.691962,-75.761299,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,18,"","","Certification not required",0,9.246364,5.33831,30.4,"2013-12-03 00:00",29.7,"2013-01-28 00:00",27.4,"2013-02-06 00:00",22.5,"2013-11-15 00:00","","","","",29.7,27.4,20.3,16.3,11.3,8.1,4.4,"PARKING LOT LAIRD CAMPUS","UNIV. DE NORTH CAMPUS","Delaware","New Castle","Newark","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","1013","42401",1,39.773889,-75.496389,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8243,94,339,365,0,517,0,"","Certification not required",0,2.145428,1.610396,7.6,"2013-04-07 01:00",7.6,"2013-10-28 09:00",7.5,"2013-01-24 01:00",7.4,"2013-01-03 12:00","","","","",7.4,6.9,5.5,4.3,2.9,1.8,0.5,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","42401",1,39.773889,-75.496389,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8243,94,339,365,0,517,"","","Certification not required",0,0.84132,0.899473,7.6,"2013-04-07 01:00",7.6,"2013-10-28 09:00",7.5,"2013-01-24 01:00",7.4,"2013-01-03 12:00","","","","",4.2,3.5,2.6,2,1.1,0.6,0,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","42401",1,39.773889,-75.496389,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",339,93,339,365,0,0,0,"","Certification not required",0,0.845723,0.640962,4,"2013-01-03 00:00",2.9,"2013-12-03 00:00",2.8,"2013-01-23 00:00",2.6,"2013-01-04 00:00","","","","",2.6,2.5,2.2,1.8,1.1,0.7,0.2,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","42401",1,39.773889,-75.496389,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2687,92,336,365,0,0,"",0,"Certification not required",0,0.813658,0.8454,6.9,"2013-01-03 14:00",5.4,"2013-01-23 08:00",5.2,"2013-12-20 11:00",5,"2013-01-03 17:00","","","","",4,3.4,2.5,1.9,1.1,0.6,0,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","42406",1,39.773889,-75.496389,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8489,97,353,365,0,234,"","","Certification not required",0,1.03991,1.761811,110.9,"2013-04-02 09:00",51.4,"2013-07-10 08:00",17.6,"2013-04-03 10:00",17.6,"2013-12-20 09:00","","","","",5.4,4.4,3.2,2.4,1.4,0.7,0.1,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","44201",1,39.773889,-75.496389,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8080,94,201,214,0,680,0,0,"Certification not required",380,0.04702,0.012737,0.086,"2013-07-19 15:00",0.085,"2013-06-26 15:00",0.083,"2013-05-29 15:00",0.072,"2013-08-26 15:00","","","","",0.083,0.071,0.066,0.063,0.056,0.048,0.038,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","44201",1,39.773889,-75.496389,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8093,93,198,214,0,0,0,0,"Certification not required",0,0.041545,0.011788,0.072,"2013-05-29 11:00",0.07,"2013-06-26 11:00",0.068,"2013-07-19 10:00",0.067,"2013-05-30 11:00","","","","",0.07,0.067,0.06,0.057,0.05,0.044,0.034,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","1013","44201",1,39.773889,-75.496389,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8093,93,198,214,0,0,0,0,"Certification not required",0,0.041545,0.011788,0.072,"2013-05-29 11:00",0.07,"2013-06-26 11:00",0.068,"2013-07-19 10:00",0.067,"2013-05-30 11:00","","","","",0.07,0.067,0.06,0.057,0.05,0.044,0.034,"BELLEVUE STATE PARK, FIELD IN SE PORTION OF PARK","BELLEVUE STATE PARK","Delaware","New Castle","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42101",1,39.739444,-75.558056,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7748,88,323,365,0,1012,0,0,"Certification not required",0,0.273969,0.145467,1.77,"2013-11-15 23:00",1.623,"2013-11-15 22:00",1.617,"2013-11-15 21:00",1.489,"2013-01-08 19:00","","","","",0.829,0.708,0.563,0.444,0.31,0.231,0.157,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42101",1,39.739444,-75.558056,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7779,89,323,365,0,0,0,0,"Certification not required",0,0.275254,0.132526,1.3,"2013-11-16 00:00",1.3,"2013-11-16 01:00",1.3,"2013-11-16 02:00",1.3,"2013-11-16 03:00",1.3,"2013-11-16 00:00",1.1,"2013-11-15 06:00",0.8,0.7,0.6,0.4,0.3,0.2,0.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42401",1,39.739444,-75.558056,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7473,85,305,365,0,1287,0,"","Certification not required",0,3.660984,6.174439,35.7,"2013-11-17 13:00",35,"2013-11-16 14:00",35,"2013-11-18 00:00",34.9,"2013-11-19 11:00","","","","",35,34.9,10.6,5.5,3.6,2.2,0.7,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42401",1,39.739444,-75.558056,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7473,85,305,365,0,1287,"","","Certification not required",0,2.18971,6.119862,35.7,"2013-11-17 13:00",35.5,"2013-11-15 12:00",35.5,"2013-11-17 12:00",35.4,"2013-11-17 14:00","","","","",34.8,34.1,4.3,2.7,1.5,0.8,0.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42401",1,39.739444,-75.558056,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",305,84,305,365,0,0,0,"","Certification not required",0,2.13377,5.947745,35,"2013-11-17 00:00",35,"2013-11-18 00:00",34.6,"2013-11-16 00:00",34.6,"2013-11-22 00:00","","","","",34.6,34.2,3.3,2.2,1.5,0.9,0.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42401",1,39.739444,-75.558056,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2462,84,305,365,0,0,"",0,"Certification not required",0,2.165394,6.123602,35.5,"2013-11-17 14:00",35.1,"2013-11-15 14:00",35,"2013-11-16 17:00",35,"2013-11-17 11:00","","","","",34.8,34.1,4.1,2.6,1.5,0.8,0.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42406",1,39.739444,-75.558056,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7730,88,319,365,0,1030,"","","Certification not required",0,4.159043,9.955867,68.7,"2013-03-19 09:00",42.1,"2013-02-19 09:00",38,"2013-11-05 10:00",38,"2013-11-05 11:00","","","","",38,38,38,4.6,2,1,0.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42600",1,39.739444,-75.558056,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7941,91,330,365,0,819,"","","Certification not required",0,18.703929,24.533811,485.9,"2013-12-20 05:00",471.6,"2013-12-20 07:00",375.2,"2013-12-20 06:00",345.6,"2013-12-20 08:00","","","","",122.4,93.6,59.5,36.3,20.7,11.9,4.3,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42601",1,39.739444,-75.558056,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8163,93,341,365,0,597,"","","Certification not required",0,7.313806,16.668157,391,"2013-12-20 07:00",264.8,"2013-12-20 08:00",238.9,"2013-12-20 06:00",233.9,"2013-12-19 23:00","","","","",84.8,56,29.9,15.6,6.7,2.5,0.4,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42601",2,39.739444,-75.558056,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7117,81,292,365,0,807,"","","Certification not required",0,7.305396,19.95194,467.6,"2013-12-20 05:00",455,"2013-12-20 07:00",365.4,"2013-12-20 06:00",330.6,"2013-12-20 08:00","","","","",91.8,64,32.2,15.4,5.9,2,0.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42602",1,39.739444,-75.558056,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8159,93,340,365,0,601,0,"","Certification not required",0,24.644706,9.35944,52.6,"2013-12-20 07:00",47.6,"2013-05-15 20:00",46.1,"2013-04-25 21:00",45.9,"2013-04-08 06:00","","","","",45.9,45.5,40.5,37.7,31.2,24.1,12,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42602",1,39.739444,-75.558056,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8159,93,340,365,0,601,"","","Certification not required",0,12.150165,8.254053,52.6,"2013-12-20 07:00",47.6,"2013-05-15 20:00",46.2,"2013-12-20 19:00",46.1,"2013-04-25 21:00","","","","",37.9,34.9,29.6,24.2,16.1,9.7,3.9,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","42603",1,39.739444,-75.558056,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8166,93,342,365,0,594,"","","Certification not required",0,19.49275,22.572723,443.6,"2013-12-20 07:00",309.2,"2013-12-20 08:00",269.5,"2013-12-20 06:00",268.5,"2013-12-19 23:00","","","","",115.4,88.2,59.2,38.3,22.4,13,4.9,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","43207",1,39.739444,-75.558056,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.138,0.011353,0.16,"2013-03-29 00:00",0.14,"2013-01-04 00:00",0.14,"2013-01-16 00:00",0.14,"2013-01-22 00:00","","","","",0.16,0.16,0.16,0.16,0.14,0.14,0.12,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43208",1,39.739444,-75.558056,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.042,0.011353,0.06,"2013-02-09 00:00",0.06,"2013-02-27 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00","","","","",0.06,0.06,0.06,0.06,0.04,0.04,0.04,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43218",1,39.739444,-75.558056,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.09,0.137032,0.4,"2013-01-28 00:00",0.2,"2013-01-04 00:00",0.2,"2013-02-03 00:00",0.1,"2013-03-29 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43231",1,39.739444,-75.558056,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.4,0.294392,0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.6,"2013-01-10 00:00",0.5,"2013-01-04 00:00","","","","",0.8,0.8,0.8,0.8,0.6,0.4,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43232",1,39.739444,-75.558056,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",5,0.1855,0.104415,0.42,"2013-01-28 00:00",0.28,"2013-01-16 00:00",0.21,"2013-01-04 00:00",0.21,"2013-01-10 00:00","","","","",0.42,0.42,0.42,0.42,0.21,0.21,0.105,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43248",1,39.739444,-75.558056,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",1,0.168,0.073756,0.3,"2013-01-16 00:00",0.24,"2013-01-28 00:00",0.24,"2013-02-09 00:00",0.18,"2013-02-03 00:00","","","","",0.3,0.3,0.3,0.3,0.24,0.18,0.12,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43372",1,39.739444,-75.558056,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43505",1,39.739444,-75.558056,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.69,0.443346,1.7,"2013-01-16 00:00",1,"2013-01-04 00:00",0.8,"2013-02-27 00:00",0.8,"2013-03-23 00:00","","","","",1.7,1.7,1.7,1.7,0.8,0.7,0.3,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43551",1,39.739444,-75.558056,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,12.186,3.790298,19.71,"2013-02-09 00:00",16.38,"2013-01-22 00:00",13.59,"2013-02-03 00:00",13.32,"2013-02-27 00:00","","","","",19.71,19.71,19.71,19.71,13.59,12.15,8.19,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43801",1,39.739444,-75.558056,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.58,0.042164,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-22 00:00",0.6,"2013-02-03 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.5,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43802",1,39.739444,-75.558056,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.15,0.097183,0.4,"2013-02-09 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.1,"2013-01-04 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0.1,0.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43803",1,39.739444,-75.558056,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43804",1,39.739444,-75.558056,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43811",1,39.739444,-75.558056,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.24,0.008165,0.25,"2013-01-16 00:00",0.25,"2013-02-27 00:00",0.25,"2013-03-29 00:00",0.24,"2013-01-10 00:00","","","","",0.25,0.25,0.25,0.25,0.25,0.24,0.23,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43814",1,39.739444,-75.558056,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43815",1,39.739444,-75.558056,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43817",1,39.739444,-75.558056,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.02,0.042164,0.1,"2013-01-16 00:00",0.1,"2013-02-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43818",1,39.739444,-75.558056,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43823",1,39.739444,-75.558056,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.548,0.021499,0.6,"2013-02-27 00:00",0.56,"2013-02-09 00:00",0.56,"2013-03-29 00:00",0.55,"2013-01-16 00:00","","","","",0.6,0.6,0.6,0.6,0.56,0.54,0.53,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43824",1,39.739444,-75.558056,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43829",1,39.739444,-75.558056,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43830",1,39.739444,-75.558056,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43831",1,39.739444,-75.558056,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43843",1,39.739444,-75.558056,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","43860",1,39.739444,-75.558056,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.05,0.158114,0.5,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.5,0.5,0.5,0.5,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","44201",1,39.739444,-75.558056,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8153,95,204,214,0,607,0,0,"Certification not required",780,0.048912,0.013133,0.103,"2013-11-11 18:00",0.093,"2013-07-19 15:00",0.087,"2013-06-26 15:00",0.079,"2013-05-29 15:00","","","","",0.087,0.074,0.071,0.066,0.058,0.051,0.037,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","44201",1,39.739444,-75.558056,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8132,93,200,214,0,0,0,0,"Certification not required",0,0.043105,0.012029,0.073,"2013-06-26 10:00",0.07,"2013-07-19 10:00",0.068,"2013-05-29 11:00",0.067,"2013-08-16 11:00","","","","",0.07,0.067,0.062,0.059,0.052,0.045,0.033,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","44201",1,39.739444,-75.558056,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8132,93,200,214,0,0,0,0,"Certification not required",0,0.043105,0.012029,0.073,"2013-06-26 10:00",0.07,"2013-07-19 10:00",0.068,"2013-05-29 11:00",0.067,"2013-08-16 11:00","","","","",0.07,0.067,0.062,0.059,0.052,0.045,0.033,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","45109",1,39.739444,-75.558056,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.59,0.172884,0.9,"2013-01-28 00:00",0.7,"2013-02-09 00:00",0.7,"2013-02-27 00:00",0.7,"2013-03-29 00:00","","","","",0.9,0.9,0.9,0.9,0.7,0.6,0.4,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45201",1,39.739444,-75.558056,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,3.28,4.615626,16.3,"2013-02-27 00:00",3.1,"2013-01-28 00:00",2.8,"2013-01-16 00:00",1.7,"2013-01-10 00:00","","","","",16.3,16.3,16.3,16.3,2.8,1.7,1.4,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45202",1,39.739444,-75.558056,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,1.57,0.53965,2.5,"2013-01-28 00:00",2.4,"2013-01-16 00:00",1.8,"2013-01-10 00:00",1.7,"2013-02-27 00:00","","","","",2.5,2.5,2.5,2.5,1.8,1.5,1.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45203",1,39.739444,-75.558056,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.27,0.067495,0.4,"2013-01-28 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-27 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45204",1,39.739444,-75.558056,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.26,0.069921,0.4,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-27 00:00",0.3,"2013-03-23 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45207",1,39.739444,-75.558056,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",10,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45208",1,39.739444,-75.558056,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",7,0.4725,0.275159,1.08,"2013-01-28 00:00",0.81,"2013-03-23 00:00",0.63,"2013-03-29 00:00",0.315,"2013-01-04 00:00","","","","",1.08,1.08,1.08,1.08,0.63,0.315,0.315,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45213",1,39.739444,-75.558056,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",9,0.3555,0.128072,0.72,"2013-01-28 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00","","","","",0.72,0.72,0.72,0.72,0.315,0.315,0.315,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45220",1,39.739444,-75.558056,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0.1,0.04714,0.2,"2013-03-23 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45801",1,39.739444,-75.558056,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","45807",1,39.739444,-75.558056,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","46401",1,39.739444,-75.558056,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,5,"","","Certification not required",9,0.066,0.018974,0.12,"2013-01-28 00:00",0.06,"2013-01-04 00:00",0.06,"2013-01-10 00:00",0.06,"2013-01-16 00:00","","","","",0.12,0.12,0.12,0.12,0.06,0.06,0.06,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-25" +"10","003","2004","61103",1,39.739444,-75.558056,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7717,88,318,365,0,1043,"","","Certification not required",0,4.237346,2.459609,17.7,"2013-01-31 14:00",17.6,"2013-01-31 06:00",17.5,"2013-01-31 13:00",17.4,"2013-01-31 11:00","","","","",11.5,10.6,8.9,7.6,5.6,3.8,1.5,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","61104",1,39.739444,-75.558056,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8001,91,330,365,0,759,"","","Certification not required",0,205.380777,94.913795,360,"2013-02-25 12:00",360,"2013-08-18 15:00",359.9,"2013-09-25 22:00",359.8,"2013-09-29 03:00","","","","",354.8,350.3,336.5,316.1,281.7,225.8,68,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","62101",1,39.739444,-75.558056,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8001,91,330,365,0,759,"","","Certification not required",0,56.642795,17.240733,95,"2013-07-18 15:00",95,"2013-07-18 16:00",93,"2013-07-17 14:00",93,"2013-07-17 16:00","","","","",88,86,82,79,72,59,32,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-11" +"10","003","2004","62201",1,39.739444,-75.558056,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7667,88,317,365,0,373,"","","Certification not required",0,61.830573,17.612769,94,"2013-01-14 00:00",94,"2013-01-14 01:00",94,"2013-01-14 02:00",94,"2013-01-14 03:00","","","","",91,90,89,86,77,61,38,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","68103",5,39.739444,-75.558056,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",43,70,26,61,0,14,"","","Certification not required",0,15.830233,6.269599,26.1,"2013-07-18 00:00",24.7,"2013-07-06 00:00",23.9,"2013-07-15 00:00",23.1,"2013-06-27 00:00","","","","",26.1,26.1,23.9,23.1,20.9,16.4,8.4,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","68104",5,39.739444,-75.558056,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",43,70,26,61,0,14,"","","Certification not required",0,25.97907,6.270967,36.9,"2013-07-18 00:00",35.3,"2013-07-06 00:00",34.8,"2013-07-15 00:00",34.2,"2013-06-24 00:00","","","","",36.9,36.9,34.8,34.2,30.2,27.1,18.3,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","68105",1,39.739444,-75.558056,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",311,100,60,61,0,0,"","","Certification not required",0,13.806752,9.030228,31.9,"2013-07-18 00:00",31.7,"2013-07-19 00:00",31.3,"2013-07-17 00:00",30.2,"2013-07-16 00:00","","","","",30.2,28.4,27.1,25.6,22.2,13.9,2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","68105",2,39.739444,-75.558056,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",112,100,58,61,0,0,"","","Certification not required",0,14.9375,9.404849,33,"2013-07-18 00:00",31.5,"2013-07-15 00:00",29,"2013-05-31 00:00",28.9,"2013-07-21 00:00","","","","",31.5,29,27.9,26,23.7,16.1,2.9,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","68105",5,39.739444,-75.558056,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",16,26,12,61,0,41,"","","Certification not required",0,23.28125,6.197765,31.5,"2013-07-18 00:00",29.9,"2013-07-06 00:00",26.9,"2013-07-09 00:00",26.6,"2013-07-03 00:00","","","","",31.5,31.5,31.5,29.9,26.6,24.4,15.8,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","68106",5,39.739444,-75.558056,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,26,61,0,13,"","","Certification not required",0,757.159091,11.407756,767,"2013-06-21 00:00",766,"2013-09-28 00:00",765,"2013-08-17 00:00",765,"2013-10-13 00:00","","","","",767,767,765,764,762,759,752,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","68107",5,39.739444,-75.558056,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,26,61,0,13,"","","Certification not required",0,764.5,3.769523,771,"2013-11-09 00:00",770,"2013-06-21 00:00",770,"2013-11-12 00:00",769,"2013-07-15 00:00","","","","",771,771,770,769,768,764,760,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","68108",1,39.739444,-75.558056,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",310,100,60,61,0,0,"","","Certification not required",0,762.390323,5.195147,776,"2013-11-04 00:00",776,"2013-11-29 00:00",776,"2013-11-30 00:00",775,"2013-11-05 00:00","","","","",775,774,771,769,766,762,756,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","68108",2,39.739444,-75.558056,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",111,100,58,61,0,0,"","","Certification not required",0,761.594595,5.108599,776,"2013-11-30 00:00",774,"2013-04-22 00:00",773,"2013-01-10 00:00",773,"2013-11-21 00:00","","","","",774,773,769,767,765,761,755,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","68108",5,39.739444,-75.558056,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,26,12,61,0,41,"","","Certification not required",0,761.0625,4.09013,767,"2013-06-21 00:00",766,"2013-07-06 00:00",765,"2013-11-12 00:00",764,"2013-07-03 00:00","","","","",767,767,767,766,764,761,755,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","85101",2,39.739444,-75.558056,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,16,"","","Certification not required",3,14.380952,7.419285,42,"2013-12-03 00:00",40,"2013-01-28 00:00",35,"2013-11-15 00:00",30,"2013-07-18 00:00","","","","",40,35,27,24,17,13,7,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","85129",1,39.739444,-75.558056,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",27,44,25,61,0,0,0,0,"Certification not required",0,0.002556,0.001476,0.006,"2013-03-11 00:00",0.005,"2013-02-15 00:00",0.005,"2013-03-05 00:00",0.004,"2013-01-22 00:00","","","","",0.006,0.006,0.005,0.005,0.004,0.002,0.001,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-31" +"10","003","2004","86101",1,39.739444,-75.558056,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,21,"","","Certification not required",0,5.99011,3.236804,16.8,"2013-01-22 00:00",13,"2013-05-16 00:00",12.2,"2013-09-01 00:00",12.1,"2013-04-16 00:00","","","","",16.8,13,11.6,10.6,8.3,5.7,2.3,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","88101",1,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",310,85,310,365,0,54,1,1,"Certification not required",0,9.560645,5.698668,36.6,"2013-12-04 00:00",35,"2013-01-29 00:00",34.1,"2013-01-28 00:00",33.7,"2013-12-03 00:00","","","","",33.7,24.8,20.1,16.9,11.5,8.2,4.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","88101",1,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",310,85,310,365,0,54,"","","Certification not required",0,9.560645,5.698668,36.6,"2013-12-04 00:00",35,"2013-01-29 00:00",34.1,"2013-01-28 00:00",33.7,"2013-12-03 00:00","","","","",33.7,24.8,20.1,16.9,11.5,8.2,4.2,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","88101",2,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,80,49,61,0,19,0,0,"Certification not required",0,10.672549,6.492829,33.8,"2013-01-28 00:00",33.1,"2013-12-03 00:00",22.8,"2013-10-31 00:00",21.9,"2013-07-18 00:00","","","","",33.8,33.8,22.8,19.3,12.1,9.7,4.7,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","88101",2,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,80,49,61,0,19,"","","Certification not required",0,10.672549,6.492829,33.8,"2013-01-28 00:00",33.1,"2013-12-03 00:00",22.8,"2013-10-31 00:00",21.9,"2013-07-18 00:00","","","","",33.8,33.8,22.8,19.3,12.1,9.7,4.7,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"10","003","2004","88101",3,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3833,44,164,365,0,511,"","","Certification not required",0,10.624889,7.593618,58.6,"2013-02-06 07:00",57.4,"2013-01-28 01:00",53.9,"2013-02-06 06:00",51.3,"2013-02-06 08:00","","","","",36.5,31.5,24.9,20.5,14.3,8.8,2.7,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-06" +"10","003","2004","88101",3,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",157,43,157,365,0,0,1,1,"Certification not required",0,10.566879,5.800899,37.6,"2013-01-28 00:00",32.8,"2013-01-29 00:00",31.4,"2013-02-06 00:00",27.1,"2013-01-27 00:00","","","","",32.8,27.1,23.7,18.4,12,9.1,5.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-06" +"10","003","2004","88101",3,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",157,43,157,365,0,0,"","","Certification not required",0,10.566879,5.800899,37.6,"2013-01-28 00:00",32.8,"2013-01-29 00:00",31.4,"2013-02-06 00:00",27.1,"2013-01-27 00:00","","","","",32.8,27.1,23.7,18.4,12,9.1,5.1,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-06" +"10","003","2004","88101",4,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4022,46,174,365,0,393,"","","Certification not required",0,9.636673,9.099154,65.1,"2013-12-04 07:00",60.7,"2013-12-04 08:00",60.4,"2013-12-03 13:00",58.3,"2013-12-04 11:00","","","","",44.8,38.6,27.9,21,12.7,6.9,1.8,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","88101",4,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",165,45,165,365,0,0,3,3,"Certification not required",0,9.632121,7.33104,48.5,"2013-12-04 00:00",39.1,"2013-12-03 00:00",36.3,"2013-12-02 00:00",31.9,"2013-12-05 00:00","","","","",39.1,31.9,22.8,17.7,12.2,8,3,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","88101",4,39.739444,-75.558056,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",165,45,165,365,0,0,"","","Certification not required",0,9.632121,7.33104,48.5,"2013-12-04 00:00",39.1,"2013-12-03 00:00",36.3,"2013-12-02 00:00",31.9,"2013-12-05 00:00","","","","",39.1,31.9,22.8,17.7,12.2,8,3,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-10" +"10","003","2004","88102",5,39.739444,-75.558056,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",38,0.019583,0.010656,0.058,"2013-08-11 00:00",0.048,"2013-10-28 00:00",0.046,"2013-07-30 00:00",0.041,"2013-11-12 00:00","","","","",0.058,0.058,0.046,0.026,0.021,0.0195,0.0095,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88103",5,39.739444,-75.558056,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,0.000619,0.000936,0.003,"2013-09-07 00:00",0.003,"2013-10-04 00:00",0.003,"2013-11-09 00:00",0.002,"2013-06-27 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88104",5,39.739444,-75.558056,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",23,0.029274,0.041446,0.189,"2013-07-06 00:00",0.162,"2013-07-03 00:00",0.154,"2013-07-15 00:00",0.053,"2013-06-27 00:00","","","","",0.189,0.189,0.154,0.046,0.036,0.0125,0.0065,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88107",5,39.739444,-75.558056,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",42,0.008489,0.008689,0.0295,"2013-06-18 00:00",0.0295,"2013-06-21 00:00",0.0295,"2013-07-12 00:00",0.0295,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.005,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88109",5,39.739444,-75.558056,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",8,0.003321,0.001954,0.0084,"2013-07-18 00:00",0.0076,"2013-10-01 00:00",0.0071,"2013-07-09 00:00",0.0057,"2013-06-30 00:00","","","","",0.0084,0.0084,0.0071,0.0056,0.0048,0.0029,0.00115,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88110",5,39.739444,-75.558056,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,0.001262,0.003683,0.018,"2013-09-22 00:00",0.011,"2013-10-22 00:00",0.008,"2013-10-04 00:00",0.008,"2013-10-28 00:00","","","","",0.018,0.018,0.008,0.007,0,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88111",5,39.739444,-75.558056,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",4,0.020345,0.014505,0.0643,"2013-07-03 00:00",0.0605,"2013-07-15 00:00",0.0492,"2013-10-04 00:00",0.0439,"2013-10-31 00:00","","","","",0.0643,0.0643,0.0492,0.0407,0.026,0.0169,0.0054,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88112",5,39.739444,-75.558056,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,0.010381,0.022123,0.107,"2013-09-22 00:00",0.074,"2013-09-25 00:00",0.053,"2013-07-03 00:00",0.046,"2013-09-16 00:00","","","","",0.107,0.107,0.053,0.028,0.004,0.002,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88113",5,39.739444,-75.558056,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",39,0.000757,0.000229,0.0016,"2013-07-03 00:00",0.0014,"2013-10-31 00:00",0.0012,"2013-07-18 00:00",0.001,"2013-06-18 00:00","","","","",0.0016,0.0016,0.0012,0.001,0.0007,0.0007,0.00055,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88114",5,39.739444,-75.558056,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",17,0.002383,0.001522,0.0067,"2013-07-03 00:00",0.0064,"2013-10-28 00:00",0.0055,"2013-10-01 00:00",0.0048,"2013-09-16 00:00","","","","",0.0067,0.0067,0.0055,0.0048,0.0033,0.0019,0.001,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88115",5,39.739444,-75.558056,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",23,0.018456,0.066916,0.44,"2013-10-13 00:00",0.0282,"2013-07-03 00:00",0.0249,"2013-11-06 00:00",0.0208,"2013-08-11 00:00","","","","",0.44,0.44,0.0249,0.0173,0.0109,0.0055,0.0039,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88117",5,39.739444,-75.558056,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",42,0.009567,0.013963,0.0435,"2013-06-18 00:00",0.0435,"2013-09-25 00:00",0.0435,"2013-09-28 00:00",0.0435,"2013-10-16 00:00","","","","",0.0435,0.0435,0.0435,0.043,0.0048,0.0041,0.0034,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88118",5,39.739444,-75.558056,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",42,0.010149,0.007209,0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00",0.023,"2013-07-12 00:00",0.023,"2013-09-25 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.005,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88126",5,39.739444,-75.558056,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",1,0.090692,0.053579,0.341,"2013-07-03 00:00",0.165,"2013-10-01 00:00",0.156,"2013-10-28 00:00",0.15,"2013-07-15 00:00","","","","",0.341,0.341,0.156,0.149,0.112,0.0845,0.043,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88128",5,39.739444,-75.558056,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,0.00131,0.00166,0.008,"2013-06-09 00:00",0.004,"2013-10-01 00:00",0.004,"2013-10-28 00:00",0.004,"2013-11-09 00:00","","","","",0.008,0.008,0.004,0.003,0.002,0.001,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88131",5,39.739444,-75.558056,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",41,0.008869,0.002939,0.0165,"2013-08-14 00:00",0.0165,"2013-09-22 00:00",0.0165,"2013-10-01 00:00",0.016,"2013-11-06 00:00","","","","",0.0165,0.0165,0.0165,0.011,0.011,0.007,0.007,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88132",5,39.739444,-75.558056,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,0.001286,0.001312,0.006,"2013-10-01 00:00",0.004,"2013-06-18 00:00",0.004,"2013-07-03 00:00",0.003,"2013-07-12 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0.001,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88136",5,39.739444,-75.558056,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,0.001381,0.003012,0.018,"2013-07-03 00:00",0.007,"2013-07-06 00:00",0.004,"2013-10-16 00:00",0.004,"2013-11-09 00:00","","","","",0.018,0.018,0.004,0.003,0.002,0,0,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88140",5,39.739444,-75.558056,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",39,0.01003,0.010022,0.053,"2013-06-18 00:00",0.051,"2013-10-13 00:00",0.025,"2013-08-07 00:00",0.009,"2013-06-09 00:00","","","","",0.053,0.053,0.025,0.009,0.009,0.009,0.0055,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88152",5,39.739444,-75.558056,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",42,0.005205,0.001425,0.008,"2013-06-15 00:00",0.008,"2013-06-27 00:00",0.008,"2013-08-29 00:00",0.008,"2013-09-04 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88154",5,39.739444,-75.558056,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",41,0.001155,0.000229,0.0016,"2013-11-06 00:00",0.0013,"2013-06-09 00:00",0.0013,"2013-06-30 00:00",0.0013,"2013-07-03 00:00","","","","",0.0016,0.0016,0.0013,0.0013,0.0013,0.00125,0.00065,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88160",5,39.739444,-75.558056,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",41,0.011857,0.003626,0.022,"2013-10-31 00:00",0.018,"2013-08-14 00:00",0.018,"2013-09-22 00:00",0.018,"2013-10-01 00:00","","","","",0.022,0.022,0.018,0.016,0.016,0.01,0.008,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88161",5,39.739444,-75.558056,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",37,0.002971,0.002151,0.013,"2013-07-03 00:00",0.0108,"2013-07-15 00:00",0.006,"2013-10-31 00:00",0.0041,"2013-09-28 00:00","","","","",0.013,0.013,0.006,0.0039,0.00265,0.0025,0.0021,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88164",5,39.739444,-75.558056,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",40,0.001598,0.000448,0.0039,"2013-11-06 00:00",0.0021,"2013-06-18 00:00",0.0019,"2013-06-15 00:00",0.0019,"2013-06-27 00:00","","","","",0.0039,0.0039,0.0019,0.0019,0.0016,0.0016,0.00095,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88165",5,39.739444,-75.558056,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",2,0.06852,0.076689,0.381,"2013-07-15 00:00",0.36,"2013-07-03 00:00",0.181,"2013-06-27 00:00",0.154,"2013-08-07 00:00","","","","",0.381,0.381,0.181,0.108,0.071,0.0468,0.022,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88166",5,39.739444,-75.558056,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",42,0.006587,0.003615,0.0185,"2013-08-14 00:00",0.0185,"2013-09-22 00:00",0.0185,"2013-10-01 00:00",0.0075,"2013-06-24 00:00","","","","",0.0185,0.0185,0.0185,0.0075,0.0075,0.0065,0.0042,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88167",5,39.739444,-75.558056,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",8,0.006563,0.005556,0.0319,"2013-11-06 00:00",0.0209,"2013-10-28 00:00",0.0121,"2013-10-25 00:00",0.012,"2013-10-01 00:00","","","","",0.0319,0.0319,0.0121,0.011,0.0083,0.0056,0.00175,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88168",5,39.739444,-75.558056,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",41,0.001168,0.000415,0.003,"2013-06-27 00:00",0.00175,"2013-08-14 00:00",0.00175,"2013-09-22 00:00",0.00175,"2013-10-01 00:00","","","","",0.003,0.003,0.00175,0.00155,0.0012,0.00115,0.00085,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88169",5,39.739444,-75.558056,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",1,0.754404,0.514789,2.5,"2013-07-18 00:00",2.01,"2013-07-09 00:00",1.58,"2013-10-04 00:00",1.49,"2013-08-29 00:00","","","","",2.5,2.5,1.58,1.48,0.888,0.65,0.291,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88176",5,39.739444,-75.558056,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",42,0.000914,0.000232,0.0013,"2013-06-18 00:00",0.0013,"2013-06-21 00:00",0.0013,"2013-07-12 00:00",0.0013,"2013-08-14 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88180",5,39.739444,-75.558056,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",1,0.038411,0.017952,0.0795,"2013-06-15 00:00",0.077,"2013-10-31 00:00",0.067,"2013-07-03 00:00",0.0661,"2013-07-09 00:00","","","","",0.0795,0.0795,0.067,0.066,0.052,0.034,0.019,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88184",5,39.739444,-75.558056,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",26,0.062798,0.089231,0.524,"2013-10-13 00:00",0.255,"2013-06-18 00:00",0.174,"2013-07-03 00:00",0.17,"2013-11-06 00:00","","","","",0.524,0.524,0.174,0.108,0.074,0.027,0.0155,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88185",5,39.739444,-75.558056,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",39,0.003104,0.003673,0.0187,"2013-11-09 00:00",0.0115,"2013-08-14 00:00",0.0115,"2013-09-22 00:00",0.0115,"2013-10-01 00:00","","","","",0.0187,0.0187,0.0115,0.0083,0.0023,0.00165,0.0014,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88301",5,39.739444,-75.558056,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",1,0.673131,0.637211,2.3,"2013-08-29 00:00",2.27,"2013-07-18 00:00",1.97,"2013-10-04 00:00",1.84,"2013-10-31 00:00","","","","",2.3,2.3,1.97,1.76,1.04,0.452,0.056,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88302",5,39.739444,-75.558056,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",4,0.087196,0.105491,0.623,"2013-10-13 00:00",0.272,"2013-10-07 00:00",0.248,"2013-07-03 00:00",0.204,"2013-11-06 00:00","","","","",0.623,0.623,0.248,0.2,0.104,0.05,0.018,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88303",5,39.739444,-75.558056,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",19,0.02662,0.024547,0.107,"2013-07-09 00:00",0.103,"2013-10-07 00:00",0.075,"2013-07-12 00:00",0.066,"2013-06-15 00:00","","","","",0.107,0.107,0.075,0.05,0.035,0.024,0.0034,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88306",5,39.739444,-75.558056,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",1,0.881476,0.897888,4.68,"2013-08-29 00:00",2.97,"2013-10-31 00:00",2.19,"2013-10-25 00:00",1.99,"2013-11-09 00:00","","","","",4.68,4.68,2.19,1.89,1.1,0.517,0.302,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88355",5,39.739444,-75.558056,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,2.315075,0.881287,4.62,"2013-07-18 00:00",4.28,"2013-10-04 00:00",3.83,"2013-10-31 00:00",3.76,"2013-07-09 00:00","","","","",4.62,4.62,4.28,3.76,2.83,2.25,1.25,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88357",5,39.739444,-75.558056,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.365775,0.130835,0.723,"2013-10-28 00:00",0.641,"2013-06-18 00:00",0.59,"2013-10-31 00:00",0.493,"2013-09-25 00:00","","","","",0.723,0.723,0.641,0.493,0.446,0.386,0.239,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88370",5,39.739444,-75.558056,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,2.04695,0.728019,4.06,"2013-07-18 00:00",3.34,"2013-10-31 00:00",3.32,"2013-10-04 00:00",3.21,"2013-07-09 00:00","","","","",4.06,4.06,3.34,3.21,2.5,2.01,1.22,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88374",5,39.739444,-75.558056,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.168475,0.118105,0.512,"2013-08-26 00:00",0.471,"2013-10-04 00:00",0.432,"2013-07-09 00:00",0.374,"2013-07-18 00:00","","","","",0.512,0.512,0.471,0.374,0.217,0.159,0.053,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88375",5,39.739444,-75.558056,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.5873,0.258954,1.44,"2013-07-18 00:00",1.05,"2013-06-24 00:00",1,"2013-10-04 00:00",0.968,"2013-10-31 00:00","","","","",1.44,1.44,1.05,0.968,0.716,0.52,0.33,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88376",5,39.739444,-75.558056,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.592025,0.180475,1.03,"2013-10-04 00:00",0.959,"2013-10-31 00:00",0.937,"2013-06-21 00:00",0.775,"2013-10-01 00:00","","","","",1.03,1.03,0.959,0.775,0.727,0.585,0.403,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88377",5,39.739444,-75.558056,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.44145,0.205416,1.09,"2013-07-18 00:00",0.853,"2013-10-31 00:00",0.826,"2013-10-04 00:00",0.786,"2013-07-09 00:00","","","","",1.09,1.09,0.853,0.786,0.562,0.45,0.234,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88378",5,39.739444,-75.558056,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",1,0.25805,0.123509,0.511,"2013-07-18 00:00",0.454,"2013-06-30 00:00",0.447,"2013-07-15 00:00",0.433,"2013-07-09 00:00","","","","",0.511,0.511,0.454,0.433,0.349,0.248,0.112,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88380",5,39.739444,-75.558056,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.63335,0.279209,1.43,"2013-10-04 00:00",1.16,"2013-10-28 00:00",1.08,"2013-10-31 00:00",1.03,"2013-08-29 00:00","","","","",1.43,1.43,1.16,1.03,0.814,0.583,0.36,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88383",5,39.739444,-75.558056,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.824225,0.305037,1.38,"2013-07-18 00:00",1.37,"2013-10-31 00:00",1.34,"2013-07-09 00:00",1.34,"2013-10-04 00:00","","","","",1.38,1.38,1.37,1.34,1.07,0.819,0.459,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88384",5,39.739444,-75.558056,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.066915,0.02249,0.127,"2013-09-13 00:00",0.119,"2013-07-18 00:00",0.106,"2013-08-02 00:00",0.0971,"2013-07-09 00:00","","","","",0.127,0.127,0.119,0.0971,0.079,0.0628,0.0441,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88385",5,39.739444,-75.558056,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",39,0.001288,0.001818,0.0125,"2013-07-15 00:00",0.001,"2013-06-09 00:00",0.001,"2013-06-18 00:00",0.001,"2013-06-21 00:00","","","","",0.0125,0.0125,0.001,0.001,0.001,0.001,0.001,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88388",5,39.739444,-75.558056,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",40,66,24,61,0,17,"","","Certification not required",0,0.5256,0.229807,1.08,"2013-07-18 00:00",0.976,"2013-07-09 00:00",0.957,"2013-10-04 00:00",0.859,"2013-08-29 00:00","","","","",1.08,1.08,0.976,0.859,0.692,0.538,0.238,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88403",5,39.739444,-75.558056,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,2.0793,1.466491,7.23,"2013-07-18 00:00",5.34,"2013-07-09 00:00",4.64,"2013-10-04 00:00",4.51,"2013-08-29 00:00","","","","",7.23,7.23,4.64,4.1,2.66,1.77,0.826,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","003","2004","88502",5,39.739444,-75.558056,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,69,25,61,0,15,"","","Certification not required",0,9.114286,4.235827,21.4,"2013-07-18 00:00",17.3,"2013-10-31 00:00",15.7,"2013-10-04 00:00",15.4,"2013-08-02 00:00","","","","",21.4,21.4,15.7,14.9,11.7,9.1,4.4,"CORNER OF MLK BLVD AND JUSTISON ST, NO TRAFFIC DATA AVAILABLE","MLK BLVD AND JUSTISON ST.","Delaware","New Castle","Wilmington","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-13" +"10","005","1002","44201",1,38.644476,-75.612688,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8335,94,201,214,0,423,0,0,"Certification not required",308,0.04794,0.011413,0.079,"2013-06-25 16:00",0.077,"2013-06-12 13:00",0.075,"2013-05-16 15:00",0.072,"2013-04-28 16:00","","","","",0.075,0.071,0.067,0.063,0.055,0.049,0.041,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","44201",1,38.644476,-75.612688,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8357,93,199,214,0,0,0,0,"Certification not required",0,0.043477,0.010767,0.071,"2013-05-16 10:00",0.07,"2013-06-12 11:00",0.068,"2013-04-28 09:00",0.065,"2013-04-27 11:00","","","","",0.07,0.065,0.063,0.056,0.051,0.044,0.038,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","44201",1,38.644476,-75.612688,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8357,93,199,214,0,0,0,0,"Certification not required",0,0.043477,0.010767,0.071,"2013-05-16 10:00",0.07,"2013-06-12 11:00",0.068,"2013-04-28 09:00",0.065,"2013-04-27 11:00","","","","",0.07,0.065,0.063,0.056,0.051,0.044,0.038,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","61103",1,38.644476,-75.612688,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8751,100,365,365,0,7,"","","Certification not required",0,3.984893,2.545629,75.4,"2013-12-08 16:00",17.6,"2013-01-31 02:00",17.5,"2013-01-31 00:00",16.4,"2013-03-06 18:00","","","","",11.2,10.2,8.5,7.2,5.4,3.6,1.1,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","61104",1,38.644476,-75.612688,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8751,100,365,365,0,7,"","","Certification not required",0,200.690195,103.79246,360,"2013-02-03 11:00",360,"2013-10-29 00:00",359.9,"2013-01-14 22:00",359.9,"2013-08-05 06:00","","","","",356.8,354.5,347,334,295.8,205.9,35,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","68105",1,38.644476,-75.612688,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,0,"","","Certification not required",0,13.261739,9.509391,27.8,"2013-07-18 00:00",27.5,"2013-09-01 00:00",26.4,"2013-07-24 00:00",26.3,"2013-07-06 00:00","","","","",27.5,26.4,26,24.4,22.1,14.9,0.5,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-19" +"10","005","1002","68108",1,38.644476,-75.612688,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,0,"","","Certification not required",0,764.408696,4.821181,778,"2013-11-30 00:00",775,"2013-01-10 00:00",775,"2013-04-22 00:00",775,"2013-11-21 00:00","","","","",775,775,772,770,768,764,758,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-19" +"10","005","1002","88101",1,38.644476,-75.612688,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,93,114,122,0,10,0,0,"Certification not required",0,8.498261,4.502026,25.2,"2013-12-03 00:00",23.4,"2013-07-18 00:00",23,"2013-01-28 00:00",20,"2013-12-18 00:00","","","","",23.4,23,17.6,14,10.9,8,3.8,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-19" +"10","005","1002","88101",1,38.644476,-75.612688,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,93,114,122,0,10,"","","Certification not required",0,8.498261,4.502026,25.2,"2013-12-03 00:00",23.4,"2013-07-18 00:00",23,"2013-01-28 00:00",20,"2013-12-18 00:00","","","","",23.4,23,17.6,14,10.9,8,3.8,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-19" +"10","005","1002","88101",3,38.644476,-75.612688,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6204,71,268,365,0,1811,"","","Certification not required",0,8.141151,5.459634,40.8,"2013-02-14 06:00",40.8,"2013-02-14 08:00",40.7,"2013-02-14 07:00",40.4,"2013-02-14 05:00","","","","",26.5,23.1,18.6,15.2,10.9,6.9,2.5,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","88101",3,38.644476,-75.612688,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",253,69,253,365,0,0,0,0,"Certification not required",0,8.157312,4.43693,28.8,"2013-02-14 00:00",23.6,"2013-07-19 00:00",22.1,"2013-02-06 00:00",21.4,"2013-07-18 00:00","","","","",22.1,19.8,16.6,13.9,10.4,7.4,3.4,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1002","88101",3,38.644476,-75.612688,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",253,69,253,365,0,0,"","","Certification not required",0,8.157312,4.43693,28.8,"2013-02-14 00:00",23.6,"2013-07-19 00:00",22.1,"2013-02-06 00:00",21.4,"2013-07-18 00:00","","","","",22.1,19.8,16.6,13.9,10.4,7.4,3.4,"Seaford Shipley State Service Center","350 VIRGINIA AVE SEAFORD","Delaware","Sussex","Seaford","Seaford, DE","2014-02-10" +"10","005","1003","42401",1,38.779196,-75.162673,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8589,98,357,365,0,171,0,"","Certification not required",0,1.071148,1.268363,10.9,"2013-09-21 09:00",10.5,"2013-05-31 20:00",7.9,"2013-10-01 13:00",7.4,"2013-01-03 11:00","","","","",7.4,5.2,2.9,2.2,1.3,0.7,0.2,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42401",1,38.779196,-75.162673,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8589,98,357,365,0,171,"","","Certification not required",0,0.377657,0.535427,10.9,"2013-09-21 09:00",10.5,"2013-05-31 20:00",7.9,"2013-10-01 13:00",7.4,"2013-01-03 11:00","","","","",2.4,1.8,1.2,0.8,0.5,0.2,0,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42401",1,38.779196,-75.162673,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,0.376751,0.346074,2.9,"2013-01-03 00:00",2.8,"2013-01-26 00:00",1.9,"2013-01-27 00:00",1.6,"2013-10-01 00:00","","","","",1.6,1.3,1,0.8,0.5,0.3,0.1,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42401",1,38.779196,-75.162673,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2823,97,356,365,0,0,"",0,"Certification not required",0,0.348388,0.483875,6.6,"2013-10-01 14:00",5.4,"2013-01-26 14:00",5.3,"2013-01-03 14:00",5,"2013-01-26 11:00","","","","",2.2,1.7,1.1,0.8,0.4,0.2,0,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42406",1,38.779196,-75.162673,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8584,98,357,365,0,176,"","","Certification not required",0,0.494257,0.998983,39.6,"2013-09-11 08:00",39,"2013-03-20 13:00",27.3,"2013-08-07 10:00",24.1,"2013-09-21 09:00","","","","",3.2,2.3,1.5,1,0.6,0.3,0.1,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42601",1,38.779196,-75.162673,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8503,97,353,365,0,256,"","","Certification not required",0,0.212196,0.568989,13.3,"2013-10-30 06:00",12.5,"2013-01-11 08:00",12.1,"2013-02-06 08:00",12.1,"2013-10-30 07:00","","","","",2.1,1.5,0.9,0.6,0.2,0.1,0,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42602",1,38.779196,-75.162673,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8469,97,351,365,0,290,0,"","Certification not required",0,5.102849,3.919212,24.3,"2013-01-15 20:00",23.3,"2013-02-06 07:00",20.6,"2013-02-14 01:00",20.5,"2013-12-17 21:00","","","","",20.5,17.7,13.5,10.3,6.5,3.9,1.8,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42602",1,38.779196,-75.162673,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8469,97,351,365,0,290,"","","Certification not required",0,2.329945,2.184902,24.3,"2013-01-15 20:00",23.8,"2013-01-15 19:00",23.3,"2013-02-06 07:00",20.6,"2013-02-14 01:00","","","","",11.1,8.9,6.2,4.7,2.9,1.8,0.5,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","42603",1,38.779196,-75.162673,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8505,97,353,365,0,254,"","","Certification not required",0,2.562246,2.492151,38.9,"2013-03-28 11:00",31.2,"2013-02-06 07:00",30.1,"2013-02-06 08:00",29.7,"2013-01-09 08:00","","","","",12.8,9.6,7,5.2,3.3,1.9,0.6,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","44201",1,38.779196,-75.162673,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8592,99,211,214,0,166,0,0,"Certification not required",78,0.048815,0.011655,0.089,"2013-07-16 14:00",0.082,"2013-07-17 11:00",0.081,"2013-04-28 14:00",0.079,"2013-06-25 17:00","","","","",0.081,0.077,0.068,0.062,0.056,0.049,0.042,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","44201",1,38.779196,-75.162673,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8617,97,208,214,0,0,0,0,"Certification not required",0,0.044404,0.011143,0.081,"2013-07-16 11:00",0.075,"2013-04-28 10:00",0.075,"2013-07-17 09:00",0.072,"2013-05-16 11:00","","","","",0.075,0.067,0.062,0.059,0.052,0.045,0.039,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","44201",1,38.779196,-75.162673,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8617,97,208,214,0,0,1,1,"Certification not required",0,0.044404,0.011143,0.081,"2013-07-16 11:00",0.075,"2013-04-28 10:00",0.075,"2013-07-17 09:00",0.072,"2013-05-16 11:00","","","","",0.075,0.067,0.062,0.059,0.052,0.045,0.039,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","61103",1,38.779196,-75.162673,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8670,99,357,365,0,90,"","","Certification not required",0,5.777843,3.344332,28,"2013-03-06 14:00",27,"2013-03-06 15:00",25.3,"2013-03-06 13:00",23.9,"2013-03-06 12:00","","","","",16,14.7,12.4,10.5,7.4,5,2.2,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"10","005","1003","61104",1,38.779196,-75.162673,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8670,99,357,365,0,90,"","","Certification not required",0,212.311453,92.73247,360,"2013-08-23 19:00",359.9,"2013-07-30 12:00",359.9,"2013-09-30 07:00",359.9,"2013-11-02 08:00","","","","",356,353,346.3,331.6,295.9,214.4,69.9,"SPM SITE, NEAR UD ACID RAIN/MERCURY COLLECTORS","UNIV. OF DE COLLEGE OF MARINE STUDIES","Delaware","Sussex","Lewes","Seaford, DE","2014-02-10" +"11","001","0023","42101",1,38.903889,-77.046389,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7663,87,320,365,0,1050,0,0,"Certification not required",3336,0.545609,0.330027,5.8,"2013-04-02 06:00",4.4,"2013-04-05 09:00",4,"2013-04-02 10:00",3.9,"2013-04-05 06:00","","","","",1.5,1.3,1.1,0.9,0.8,0.5,0.25,"Verizon","VERIZON PHONE CO.2055 L ST. N.W.","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0023","42101",1,38.903889,-77.046389,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7701,88,320,365,0,0,0,0,"Certification not required",0,0.562576,0.287586,2.8,"2013-04-02 10:00",2.8,"2013-04-02 11:00",2.8,"2013-04-02 12:00",2.7,"2013-04-02 13:00",2.8,"2013-04-02 10:00",2.5,"2013-04-05 12:00",1.4,1.2,1,0.9,0.8,0.5,0.3,"Verizon","VERIZON PHONE CO.2055 L ST. N.W.","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42101",1,38.897222,-76.952778,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8493,97,355,365,0,263,0,0,"Certification not required",5561,0.426333,0.292039,2.3,"2013-12-27 07:00",2.2,"2013-11-09 05:00",2.2,"2013-12-27 08:00",2.1,"2013-11-09 04:00","","","","",1.5,1.3,1,0.8,0.6,0.25,0.25,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42101",1,38.897222,-76.952778,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8550,98,352,365,0,0,0,0,"Certification not required",0,0.45324,0.252711,1.9,"2013-11-09 07:00",1.9,"2013-11-15 08:00",1.8,"2013-11-09 06:00",1.8,"2013-11-09 08:00",1.9,"2013-11-09 07:00",1.9,"2013-11-15 08:00",1.4,1.2,1,0.8,0.6,0.3,0.3,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42401",1,38.897222,-76.952778,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8593,98,361,365,0,160,0,"","Certification not required",0,2.40277,1.649375,14.6,"2013-02-05 15:00",11.4,"2013-01-03 09:00",9.9,"2013-09-09 01:00",9.4,"2013-02-16 22:00","","","","",9.4,6.6,5.3,4.1,2.9,2,0.8,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42401",1,38.897222,-76.952778,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8593,98,361,365,0,160,"","","Certification not required",0,1.326591,1.04746,14.6,"2013-02-05 15:00",11.4,"2013-01-03 09:00",11.3,"2013-02-05 14:00",9.9,"2013-09-09 01:00","","","","",4.7,4,3,2.5,1.8,1.3,0.2,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42401",1,38.897222,-76.952778,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,1.317175,0.838275,4.5,"2013-01-26 00:00",4,"2013-01-25 00:00",3.8,"2013-01-03 00:00",3.8,"2013-02-05 00:00","","","","",3.8,3.3,2.8,2.3,1.8,1.3,0.3,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42401",1,38.897222,-76.952778,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2817,96,360,365,0,0,"",0,"Certification not required",0,1.296166,0.99225,8.2,"2013-01-03 11:00",7.7,"2013-02-05 17:00",7.6,"2013-02-16 23:00",7.4,"2013-02-05 14:00","","","","",4.7,3.8,2.9,2.4,1.8,1.2,0.2,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42401",2,38.897222,-76.952778,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",104389,99,362,365,0,731,"","","Certification not required",0,2.098848,1.586541,71,"2013-01-02 13:50",34,"2013-01-02 14:15",28,"2013-06-12 14:05",19,"2013-02-05 15:15","","","","",6,5,4.7,4,3,2,0.1,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-18" +"11","001","0041","42601",1,38.897222,-76.952778,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8404,96,353,365,0,328,"","","Certification not required",0,8.600666,24.394346,364,"2013-11-15 07:00",355,"2013-01-09 07:00",349,"2013-12-27 08:00",343,"2013-01-09 08:00","","","","",126,91,46,20,5,1,0,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42602",1,38.897222,-76.952778,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8404,96,353,365,0,328,0,"","Certification not required",0,24.155807,10.697604,65,"2013-12-27 08:00",61,"2013-01-09 08:00",57,"2013-11-15 07:00",53,"2013-01-11 08:00","","","","",53,48,42,39,31,23,11,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42602",1,38.897222,-76.952778,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8404,96,353,365,0,328,"","","Certification not required",0,11.664327,9.080635,65,"2013-12-27 08:00",61,"2013-01-09 08:00",59,"2013-01-09 07:00",57,"2013-11-15 07:00","","","","",39,36,31,25,16,9,3,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","42603",1,38.897222,-76.952778,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8404,96,353,365,0,328,"","","Certification not required",0,20.73584,30.706322,421,"2013-11-15 07:00",415,"2013-01-09 07:00",415,"2013-12-27 08:00",404,"2013-01-09 08:00","","","","",156,121,74,47,22,11,4,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","44201",1,38.897222,-76.952778,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8460,100,213,214,0,272,0,0,"Certification not required",1056,0.047732,0.012167,0.09,"2013-07-18 14:00",0.078,"2013-07-17 11:00",0.078,"2013-07-19 11:00",0.075,"2013-06-24 13:00","","","","",0.078,0.073,0.068,0.062,0.056,0.049,0.039,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","44201",1,38.897222,-76.952778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8515,99,212,214,0,0,0,0,"Certification not required",0,0.041745,0.011155,0.071,"2013-07-18 10:00",0.069,"2013-07-17 10:00",0.062,"2013-04-27 10:00",0.062,"2013-06-24 08:00","","","","",0.062,0.061,0.058,0.055,0.051,0.044,0.035,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","44201",1,38.897222,-76.952778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8515,99,212,214,0,0,0,0,"Certification not required",0,0.041745,0.011155,0.071,"2013-07-18 10:00",0.069,"2013-07-17 10:00",0.062,"2013-04-27 10:00",0.062,"2013-06-24 08:00","","","","",0.062,0.061,0.058,0.055,0.051,0.044,0.035,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0041","68101",1,38.897222,-76.952778,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",154,100,33,61,0,0,"","","Certification not required",124,0.077273,0.066689,0.4,"2013-04-19 00:00",0.3,"2013-01-11 00:00",0.3,"2013-01-23 00:00",0.3,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.2,0.05,0.05,0.05,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68102",1,38.897222,-76.952778,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",154,100,33,61,0,0,"","","Certification not required",3,23.42013,3.073466,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-10 00:00",24,"2013-01-11 00:00","","","","",24,24,24,24,24,24,24,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68103",1,38.897222,-76.952778,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",154,100,33,61,0,0,"","","Certification not required",0,10.016883,9.115818,26.1,"2013-07-16 00:00",24.9,"2013-07-06 00:00",24.2,"2013-09-11 00:00",24.1,"2013-07-05 00:00","","","","",24.9,24.1,23.2,22.3,17.7,10.4,-1.5,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68104",1,38.897222,-76.952778,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",154,100,33,61,0,0,"","","Certification not required",0,20.001948,10.829888,36.2,"2013-07-15 00:00",36,"2013-07-16 00:00",36,"2013-09-11 00:00",34.6,"2013-08-27 00:00","","","","",36,34.6,33.5,32.5,29.4,22.4,4.1,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68105",1,38.897222,-76.952778,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",154,100,33,61,0,0,"","","Certification not required",0,14.674026,9.696599,31,"2013-07-16 00:00",30.1,"2013-07-15 00:00",29.4,"2013-07-06 00:00",29.3,"2013-09-11 00:00","","","","",30.1,29.3,27.8,26.5,23.1,15.9,1.4,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68106",1,38.897222,-76.952778,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",152,100,32,61,0,2,"","","Certification not required",0,757.190789,5.304919,769,"2013-01-27 00:00",767,"2013-01-10 00:00",767,"2013-04-21 00:00",767,"2013-04-22 00:00","","","","",767,767,765,763,761,758,751,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68107",1,38.897222,-76.952778,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",152,100,32,61,0,2,"","","Certification not required",0,763.473684,4.409423,774,"2013-01-10 00:00",774,"2013-01-27 00:00",774,"2013-04-21 00:00",773,"2013-04-22 00:00","","","","",774,773,771,770,766,763,758,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68108",1,38.897222,-76.952778,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",152,100,32,61,0,2,"","","Certification not required",0,760.434211,4.520258,771,"2013-01-10 00:00",771,"2013-01-27 00:00",771,"2013-04-21 00:00",771,"2013-04-22 00:00","","","","",771,771,768,766,764,761,754,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","68109",1,38.897222,-76.952778,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",152,100,32,61,0,2,"","","Certification not required",0,1427.736842,83.282392,1440,"2013-01-01 00:00",1440,"2013-01-11 00:00",1440,"2013-01-12 00:00",1440,"2013-01-15 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0041","88101",1,38.897222,-76.952778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,3,0,0,"Certification not required",0,9.223345,4.168762,25.8,"2013-01-28 00:00",25,"2013-01-27 00:00",23,"2013-01-12 00:00",22.4,"2013-01-26 00:00","","","","",23,21,16.4,15.4,11,8.2,4.9,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-05" +"11","001","0041","88101",1,38.897222,-76.952778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,3,"","","Certification not required",0,9.223345,4.168762,25.8,"2013-01-28 00:00",25,"2013-01-27 00:00",23,"2013-01-12 00:00",22.4,"2013-01-26 00:00","","","","",23,21,16.4,15.4,11,8.2,4.9,"RIVER TERRACE","420 34th Street N.E.,Washington, DC 20019","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-05" +"11","001","0042","68101",1,38.880833,-77.0325,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",64,100,35,61,0,0,"","","Certification not required",14,0.18125,0.099403,0.4,"2013-05-01 00:00",0.3,"2013-01-19 00:00",0.3,"2013-01-28 00:00",0.3,"2013-01-31 00:00","","","","",0.4,0.3,0.3,0.3,0.3,0.2,0.05,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68102",1,38.880833,-77.0325,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",64,100,35,61,0,0,"","","Certification not required",3,23.0625,4.260841,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68103",1,38.880833,-77.0325,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",64,100,35,61,0,0,"","","Certification not required",0,9.571875,8.676944,22.8,"2013-08-08 00:00",22.1,"2013-06-24 00:00",21.9,"2013-08-11 00:00",21.7,"2013-09-10 00:00","","","","",22.8,22.1,21.7,19.3,16.9,13.1,-1.3,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68104",1,38.880833,-77.0325,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",64,100,35,61,0,0,"","","Certification not required",0,18.965625,10.36291,33.5,"2013-06-24 00:00",32.3,"2013-08-26 00:00",31.9,"2013-08-02 00:00",31.6,"2013-09-10 00:00","","","","",33.5,32.3,31.6,30.1,28.3,22.6,4.5,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68105",1,38.880833,-77.0325,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",64,100,35,61,0,0,"","","Certification not required",0,13.873438,9.327468,25.8,"2013-06-24 00:00",25.8,"2013-09-10 00:00",25.6,"2013-05-31 00:00",25.2,"2013-08-02 00:00","","","","",25.8,25.8,25.2,24.4,22,17.2,0,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68106",1,38.880833,-77.0325,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,35,61,0,3,"","","Certification not required",0,759.590164,4.638164,771,"2013-04-22 00:00",768,"2013-05-01 00:00",766,"2013-09-28 00:00",765,"2013-02-18 00:00","","","","",771,768,765,764,763,760,755,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68107",1,38.880833,-77.0325,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,35,61,0,3,"","","Certification not required",0,765.655738,4.246117,776,"2013-04-22 00:00",776,"2013-05-01 00:00",775,"2013-01-25 00:00",774,"2013-01-28 00:00","","","","",776,776,774,772,768,765,761,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68108",1,38.880833,-77.0325,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,35,61,0,3,"","","Certification not required",0,762.737705,4.024515,773,"2013-04-22 00:00",770,"2013-05-01 00:00",769,"2013-01-25 00:00",768,"2013-01-28 00:00","","","","",773,770,768,768,766,763,758,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","68109",1,38.880833,-77.0325,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",61,100,35,61,0,3,"","","Certification not required",0,1439.885246,0.369611,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0042","85101",1,38.880833,-77.0325,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,12.136004,5.400483,26.4438,"2013-01-28 00:00",25.347,"2013-05-16 00:00",24.5165,"2013-04-10 00:00",24.1349,"2013-05-22 00:00","","","","",26.4438,26.4438,24.5165,22.52,14.371,11.0954,6.1704,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","86502",1,38.880833,-77.0325,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,4.5625,2.894648,14,"2013-05-16 00:00",12,"2013-04-10 00:00",11,"2013-05-31 00:00",9,"2013-04-16 00:00","","","","",14,14,11,9,6,4,2,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88101",1,38.880833,-77.0325,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",107,87,106,122,0,3,0,0,"Certification not required",0,8.54486,4.135106,25.7,"2013-01-28 00:00",18.7,"2013-09-10 00:00",18.6,"2013-10-31 00:00",18.1,"2013-02-06 00:00","","","","",18.7,18.6,15.7,14.6,10.6,8.4,3.9,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-23" +"11","001","0042","88101",1,38.880833,-77.0325,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",107,87,106,122,0,3,"","","Certification not required",0,8.54486,4.135106,25.7,"2013-01-28 00:00",18.7,"2013-09-10 00:00",18.6,"2013-10-31 00:00",18.1,"2013-02-06 00:00","","","","",18.7,18.6,15.7,14.6,10.6,8.4,3.9,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-23" +"11","001","0042","88103",1,38.880833,-77.0325,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00032,0.000513,0.002,"2013-05-28 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-25 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88104",1,38.880833,-77.0325,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.020118,0.013717,0.0754,"2013-05-16 00:00",0.0578,"2013-04-10 00:00",0.0455,"2013-05-31 00:00",0.0355,"2013-04-04 00:00","","","","",0.0754,0.0754,0.0455,0.0345,0.0252,0.0177,0.0065,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88109",1,38.880833,-77.0325,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003606,0.005414,0.0385,"2013-02-06 00:00",0.0116,"2013-02-03 00:00",0.0093,"2013-01-28 00:00",0.0071,"2013-04-10 00:00","","","","",0.0385,0.0385,0.0093,0.0064,0.0032,0.0025,0.0014,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88111",1,38.880833,-77.0325,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0236,0.012253,0.0668,"2013-05-16 00:00",0.0595,"2013-04-10 00:00",0.0403,"2013-04-16 00:00",0.0396,"2013-03-05 00:00","","","","",0.0668,0.0668,0.0403,0.0378,0.03,0.0225,0.0101,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88112",1,38.880833,-77.0325,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00022,0.000418,0.001,"2013-01-07 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-12 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88114",1,38.880833,-77.0325,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00358,0.002101,0.01,"2013-02-06 00:00",0.0082,"2013-03-29 00:00",0.0081,"2013-02-12 00:00",0.0078,"2013-01-07 00:00","","","","",0.01,0.01,0.0081,0.0069,0.0045,0.0028,0.0016,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88115",1,38.880833,-77.0325,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.007795,0.026947,0.1729,"2013-03-11 00:00",0.0866,"2013-04-22 00:00",0.0298,"2013-05-04 00:00",0.0074,"2013-04-10 00:00","","","","",0.1729,0.1729,0.0298,0.0069,0.0036,0.0019,0.0007,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88126",1,38.880833,-77.0325,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.069446,0.041499,0.2437,"2013-02-06 00:00",0.1601,"2013-02-12 00:00",0.1392,"2013-05-16 00:00",0.1311,"2013-03-29 00:00","","","","",0.2437,0.2437,0.1392,0.129,0.0844,0.062,0.0305,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88128",1,38.880833,-77.0325,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00146,0.001014,0.004,"2013-01-28 00:00",0.004,"2013-02-06 00:00",0.003,"2013-02-24 00:00",0.003,"2013-03-05 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88132",1,38.880833,-77.0325,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00152,0.000931,0.005,"2013-02-06 00:00",0.004,"2013-02-12 00:00",0.003,"2013-01-10 00:00",0.003,"2013-03-05 00:00","","","","",0.005,0.005,0.003,0.003,0.002,0.001,0.001,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88136",1,38.880833,-77.0325,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00034,0.000557,0.002,"2013-01-13 00:00",0.002,"2013-02-06 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-28 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88140",1,38.880833,-77.0325,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.012912,0.013918,0.054,"2013-03-11 00:00",0.0539,"2013-04-16 00:00",0.0466,"2013-04-19 00:00",0.0465,"2013-04-10 00:00","","","","",0.054,0.054,0.0466,0.0387,0.0157,0.0078,0.001,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88152",1,38.880833,-77.0325,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.00144,0.002346,0.009,"2013-01-07 00:00",0.0075,"2013-05-10 00:00",0.0072,"2013-01-04 00:00",0.006,"2013-03-05 00:00","","","","",0.009,0.009,0.0072,0.0058,0.0019,0.00015,0.0001,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88154",1,38.880833,-77.0325,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.00057,0.000554,0.0031,"2013-02-06 00:00",0.0024,"2013-01-28 00:00",0.0015,"2013-02-03 00:00",0.0014,"2013-01-25 00:00","","","","",0.0031,0.0031,0.0015,0.0012,0.0007,0.0004,0.0001,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88161",1,38.880833,-77.0325,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002786,0.001396,0.0074,"2013-05-16 00:00",0.0056,"2013-02-06 00:00",0.0055,"2013-04-10 00:00",0.0054,"2013-02-12 00:00","","","","",0.0074,0.0074,0.0055,0.0049,0.0036,0.0027,0.0013,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88164",1,38.880833,-77.0325,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000542,0.000818,0.0052,"2013-01-13 00:00",0.0017,"2013-01-19 00:00",0.0015,"2013-04-10 00:00",0.0013,"2013-03-11 00:00","","","","",0.0052,0.0052,0.0015,0.0013,0.0008,0.0003,5e-05,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88165",1,38.880833,-77.0325,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.042302,0.03521,0.1851,"2013-05-16 00:00",0.123,"2013-04-10 00:00",0.1047,"2013-04-25 00:00",0.0996,"2013-04-28 00:00","","","","",0.1851,0.1851,0.1047,0.0853,0.0599,0.0335,0.011,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88167",1,38.880833,-77.0325,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.007114,0.003328,0.0158,"2013-01-28 00:00",0.0152,"2013-02-06 00:00",0.0145,"2013-03-11 00:00",0.0143,"2013-04-16 00:00","","","","",0.0158,0.0158,0.0145,0.0117,0.0089,0.0069,0.0031,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88168",1,38.880833,-77.0325,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.000486,0.000377,0.002,"2013-01-01 00:00",0.0013,"2013-02-03 00:00",0.0012,"2013-02-06 00:00",0.0012,"2013-02-12 00:00","","","","",0.002,0.002,0.0012,0.0011,0.0006,0.0004,0.0001,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88169",1,38.880833,-77.0325,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.628602,0.281855,1.6111,"2013-01-28 00:00",1.3657,"2013-05-22 00:00",1.1273,"2013-04-13 00:00",1.0202,"2013-02-06 00:00","","","","",1.6111,1.6111,1.1273,0.972,0.7298,0.601,0.3051,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88176",1,38.880833,-77.0325,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000166,5.6e-05,0.0004,"2013-03-23 00:00",0.0003,"2013-02-15 00:00",0.0003,"2013-03-02 00:00",0.0003,"2013-04-22 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88180",1,38.880833,-77.0325,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.037626,0.028778,0.203,"2013-01-01 00:00",0.0945,"2013-01-28 00:00",0.0621,"2013-05-22 00:00",0.0618,"2013-02-06 00:00","","","","",0.203,0.203,0.0621,0.0618,0.0416,0.035,0.018,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88184",1,38.880833,-77.0325,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.069586,0.115987,0.611,"2013-03-11 00:00",0.3309,"2013-04-16 00:00",0.329,"2013-05-04 00:00",0.2602,"2013-04-22 00:00","","","","",0.611,0.611,0.329,0.234,0.0726,0.0247,0.0018,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88185",1,38.880833,-77.0325,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",26,0.001052,0.000802,0.0038,"2013-01-19 00:00",0.0036,"2013-01-01 00:00",0.0027,"2013-01-07 00:00",0.0022,"2013-01-31 00:00","","","","",0.0038,0.0038,0.0027,0.002,0.0016,0.00065,0.00035,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88203",1,38.880833,-77.0325,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.078848,0.136717,0.8371,"2013-03-11 00:00",0.3282,"2013-05-07 00:00",0.3197,"2013-04-16 00:00",0.289,"2013-04-22 00:00","","","","",0.8371,0.8371,0.3197,0.2737,0.0752,0.0357,0.0101,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88306",1,38.880833,-77.0325,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.198576,1.143607,4.8,"2013-01-28 00:00",4.6968,"2013-02-06 00:00",3.7437,"2013-02-03 00:00",3.383,"2013-03-17 00:00","","","","",4.8,4.8,3.7437,3.1708,1.6455,0.6914,0.327,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88320",1,38.880833,-77.0325,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.1768,0.775138,3.48,"2013-04-10 00:00",2.95,"2013-01-28 00:00",2.85,"2013-05-28 00:00",2.48,"2013-05-22 00:00","","","","",3.48,3.48,2.85,2.48,1.45,1.06,0.38,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88321",1,38.880833,-77.0325,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.4378,0.253541,1.05,"2013-01-28 00:00",0.99,"2013-02-06 00:00",0.87,"2013-05-16 00:00",0.85,"2013-05-28 00:00","","","","",1.05,1.05,0.87,0.84,0.61,0.39,0.17,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88324",1,38.880833,-77.0325,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",34,0.044953,0.053097,0.2503,"2013-05-28 00:00",0.1894,"2013-05-22 00:00",0.1848,"2013-05-31 00:00",0.1604,"2013-02-03 00:00","","","","",0.2503,0.2503,0.1848,0.1595,0.0461,0.0239,0.01595,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88325",1,38.880833,-77.0325,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.30078,0.209274,0.8783,"2013-05-28 00:00",0.8559,"2013-04-10 00:00",0.762,"2013-05-22 00:00",0.7188,"2013-01-28 00:00","","","","",0.8783,0.8783,0.762,0.7078,0.3759,0.2463,0.107,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88326",1,38.880833,-77.0325,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.335196,0.267456,1.2176,"2013-04-10 00:00",1.0434,"2013-05-28 00:00",0.8615,"2013-01-01 00:00",0.7415,"2013-01-28 00:00","","","","",1.2176,1.2176,0.8615,0.7166,0.42,0.268,0.0687,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88327",1,38.880833,-77.0325,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.280069,0.195354,0.902,"2013-04-10 00:00",0.7608,"2013-01-28 00:00",0.6845,"2013-01-01 00:00",0.6491,"2013-02-06 00:00","","","","",0.902,0.902,0.6845,0.6064,0.343,0.217,0.0937,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88328",1,38.880833,-77.0325,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.22244,0.136648,0.6507,"2013-02-03 00:00",0.6301,"2013-01-28 00:00",0.4701,"2013-04-10 00:00",0.4024,"2013-04-28 00:00","","","","",0.6507,0.6507,0.4701,0.3907,0.2936,0.2071,0.0906,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88329",1,38.880833,-77.0325,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.598088,0.333101,1.6594,"2013-01-28 00:00",1.222,"2013-02-03 00:00",1.2105,"2013-04-10 00:00",1.0497,"2013-05-22 00:00","","","","",1.6594,1.6594,1.2105,0.989,0.886,0.555,0.2131,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88330",1,38.880833,-77.0325,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.061705,0.032087,0.1647,"2013-04-01 00:00",0.138,"2013-03-23 00:00",0.1338,"2013-03-26 00:00",0.1223,"2013-03-29 00:00","","","","",0.1647,0.1647,0.1338,0.1131,0.0719,0.055,0.0312,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88331",1,38.880833,-77.0325,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000502,0.001749,0.008,"2013-02-03 00:00",0.008,"2013-05-31 00:00",0.0055,"2013-03-26 00:00",0.002,"2013-04-22 00:00","","","","",0.008,0.008,0.0055,0.00015,0.0001,0,0,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88338",1,38.880833,-77.0325,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.015988,0.00509,0.0275,"2013-04-19 00:00",0.0273,"2013-04-22 00:00",0.0236,"2013-02-06 00:00",0.0236,"2013-02-15 00:00","","","","",0.0275,0.0275,0.0236,0.0236,0.0228,0.01475,0.0105,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88339",1,38.880833,-77.0325,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.592931,1.162649,6.64562,"2013-01-28 00:00",5.63368,"2013-05-22 00:00",4.65028,"2013-04-13 00:00",4.20837,"2013-02-06 00:00","","","","",6.64562,6.64562,4.65028,4.00934,3.01055,2.47896,1.2587,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88344",1,38.880833,-77.0325,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.546184,1.47524,6.192,"2013-01-28 00:00",6.0589,"2013-02-06 00:00",4.8294,"2013-02-03 00:00",4.3641,"2013-03-17 00:00","","","","",6.192,6.192,4.8294,4.0903,2.1227,0.8919,0.4217,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88348",1,38.880833,-77.0325,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.361266,0.194258,1.0868,"2013-05-16 00:00",0.7791,"2013-04-10 00:00",0.7596,"2013-02-06 00:00",0.6004,"2013-02-12 00:00","","","","",1.0868,1.0868,0.7596,0.595,0.4811,0.3234,0.148,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88350",1,38.880833,-77.0325,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.11854,1.394786,6.2665,"2013-04-10 00:00",5.3055,"2013-01-28 00:00",5.1262,"2013-05-28 00:00",4.4667,"2013-05-22 00:00","","","","",6.2665,6.2665,5.1262,4.4595,2.6185,1.9123,0.6817,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88403",1,38.880833,-77.0325,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.89469,0.886048,5.1296,"2013-01-28 00:00",3.909,"2013-05-22 00:00",3.4558,"2013-02-06 00:00",3.4293,"2013-04-13 00:00","","","","",5.1296,5.1296,3.4558,3.2176,2.3717,1.7756,0.9525,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0042","88502",1,38.880833,-77.0325,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.994,3.886681,22.7,"2013-01-28 00:00",15.6,"2013-02-06 00:00",14.6,"2013-05-22 00:00",12.5,"2013-02-03 00:00","","","","",22.7,22.7,14.6,12.3,8.8,5.9,3.2,"HAINS POINT PM-2.5 AND IMPROVE SITE ON ROOF OF PARK POLICE BLDG.","PARK SERVICES OFFICE 1100 OHIO DRIVE","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0043","12115",1,38.921847,-77.013178,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,1e-05,2.3e-05,0.00011,"2013-01-28 00:00",6e-05,"2013-04-10 00:00",3e-05,"2013-06-09 00:00",2e-05,"2013-01-10 00:00","","","","",0.00011,0.00011,6e-05,3e-05,1e-05,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-10-17" +"11","001","0043","12115",2,38.921847,-77.013178,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-10-17" +"11","001","0043","14129",1,38.921847,-77.013178,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,0,0,0,"Certification not required",0,0.003523,0.001705,0.009,"2013-07-04 00:00",0.007,"2013-04-10 00:00",0.006,"2013-01-10 00:00",0.006,"2013-05-28 00:00","","","","",0.009,0.009,0.006,0.006,0.005,0.003,0.001,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-31" +"11","001","0043","17141",1,38.921847,-77.013178,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,81.457778,49.449738,274,"2013-05-10 00:00",173,"2013-01-16 00:00",169,"2013-05-28 00:00",166,"2013-09-25 00:00","","","","",274,274,169,164,104,68.9,38.3,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17147",1,38.921847,-77.013178,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.090689,2.223234,9.53,"2013-06-09 00:00",7.16,"2013-06-21 00:00",7.08,"2013-09-19 00:00",6.68,"2013-05-10 00:00","","","","",9.53,9.53,7.08,6.42,4.49,2.61,0.774,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17148",1,38.921847,-77.013178,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.485111,2.051578,13.5,"2013-01-16 00:00",3.28,"2013-01-28 00:00",1.08,"2013-02-03 00:00",0.689,"2013-09-25 00:00","","","","",13.5,13.5,1.08,0.592,0.195,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17149",1,38.921847,-77.013178,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.032222,2.592181,9.45,"2013-05-10 00:00",8.85,"2013-06-09 00:00",8.5,"2013-04-16 00:00",7.79,"2013-06-21 00:00","","","","",9.45,9.45,8.5,7.7,6.29,3.82,0.86,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17150",1,38.921847,-77.013178,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,9.560444,7.42843,29.6,"2013-05-10 00:00",24,"2013-06-27 00:00",22.5,"2013-05-16 00:00",21.8,"2013-05-22 00:00","","","","",29.6,29.6,22.5,20.8,14.4,8.64,1.87,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17151",1,38.921847,-77.013178,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.2807,0.267009,1.32,"2013-04-16 00:00",0.921,"2013-01-16 00:00",0.919,"2013-05-10 00:00",0.707,"2013-05-22 00:00","","","","",1.32,1.32,0.919,0.64,0.345,0.207,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17158",1,38.921847,-77.013178,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.105171,0.089276,0.496,"2013-04-10 00:00",0.408,"2013-02-03 00:00",0.256,"2013-01-16 00:00",0.241,"2013-01-28 00:00","","","","",0.496,0.496,0.256,0.161,0.108,0.0814,0.0504,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17159",1,38.921847,-77.013178,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.513222,0.821147,3.97,"2013-05-10 00:00",3.28,"2013-05-28 00:00",2.93,"2013-05-16 00:00",2.88,"2013-05-22 00:00","","","","",3.97,3.97,2.93,2.71,1.9,1.4,0.575,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17160",1,38.921847,-77.013178,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018222,0.083488,0.556,"2013-01-16 00:00",0.06,"2013-01-28 00:00",0.057,"2013-01-04 00:00",0.049,"2013-02-03 00:00","","","","",0.556,0.556,0.057,0.038,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17201",1,38.921847,-77.013178,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.707422,2.045866,7.04,"2013-08-02 00:00",6.88,"2013-06-27 00:00",6.54,"2013-09-01 00:00",6.52,"2013-07-09 00:00","","","","",7.04,7.04,6.54,6.48,3.62,2.51,0.655,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17204",1,38.921847,-77.013178,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.381089,1.029443,5.02,"2013-01-16 00:00",3.16,"2013-08-02 00:00",2.97,"2013-06-27 00:00",2.96,"2013-07-09 00:00","","","","",5.02,5.02,2.97,2.84,1.94,1.25,0.373,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17208",1,38.921847,-77.013178,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.148971,0.062124,0.303,"2013-02-03 00:00",0.267,"2013-01-16 00:00",0.267,"2013-09-01 00:00",0.251,"2013-01-28 00:00","","","","",0.303,0.303,0.267,0.236,0.184,0.14,0.0632,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17211",1,38.921847,-77.013178,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033711,0.067618,0.375,"2013-01-16 00:00",0.251,"2013-01-28 00:00",0.099,"2013-02-03 00:00",0.086,"2013-01-04 00:00","","","","",0.375,0.375,0.099,0.068,0.039,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17212",1,38.921847,-77.013178,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002096,0.009881,0.052,"2013-01-28 00:00",0.0423,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.052,0.052,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17215",1,38.921847,-77.013178,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.039844,0.033001,0.121,"2013-01-16 00:00",0.098,"2013-01-22 00:00",0.095,"2013-01-28 00:00",0.093,"2013-01-04 00:00","","","","",0.121,0.121,0.095,0.09,0.054,0.038,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17220",1,38.921847,-77.013178,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.125111,0.089693,0.377,"2013-02-03 00:00",0.367,"2013-01-28 00:00",0.35,"2013-01-16 00:00",0.251,"2013-02-21 00:00","","","","",0.377,0.377,0.35,0.249,0.169,0.085,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17223",1,38.921847,-77.013178,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.019711,0.028469,0.094,"2013-01-16 00:00",0.091,"2013-01-28 00:00",0.075,"2013-02-03 00:00",0.072,"2013-02-21 00:00","","","","",0.094,0.094,0.075,0.061,0.037,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17224",1,38.921847,-77.013178,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.065556,0.055651,0.282,"2013-01-16 00:00",0.233,"2013-01-28 00:00",0.174,"2013-02-03 00:00",0.122,"2013-02-21 00:00","","","","",0.282,0.282,0.174,0.121,0.087,0.044,0.021,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17231",1,38.921847,-77.013178,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001622,0.010882,0.073,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.073,0.073,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17237",1,38.921847,-77.013178,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.087511,0.134049,0.813,"2013-01-16 00:00",0.472,"2013-01-28 00:00",0.205,"2013-02-03 00:00",0.179,"2013-01-04 00:00","","","","",0.813,0.813,0.205,0.14,0.096,0.053,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17242",1,38.921847,-77.013178,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.041756,0.047625,0.211,"2013-01-16 00:00",0.173,"2013-01-28 00:00",0.109,"2013-01-04 00:00",0.103,"2013-09-01 00:00","","","","",0.211,0.211,0.109,0.1,0.056,0.032,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","17243",1,38.921847,-77.013178,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.060651,0.065711,0.293,"2013-01-16 00:00",0.291,"2013-01-28 00:00",0.17,"2013-02-03 00:00",0.125,"2013-01-10 00:00","","","","",0.293,0.293,0.17,0.124,0.0879,0.0439,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","42101",1,38.921847,-77.013178,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8358,95,351,365,0,299,0,0,"Certification not required",2581,0.206986,0.143535,2.1,"2013-01-09 07:00",1.4,"2013-01-08 00:00",1.396,"2013-03-10 03:00",1.39,"2013-10-21 07:00","","","","",0.723,0.6,0.438,0.314,0.25,0.211,0.01,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","42101",1,38.921847,-77.013178,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8327,95,345,365,0,0,0,0,"Certification not required",0,0.210916,0.135611,1.2,"2013-03-10 05:00",1.2,"2013-03-10 06:00",1.2,"2013-03-10 07:00",1.1,"2013-03-10 04:00",1.2,"2013-03-10 05:00",1,"2013-01-08 02:00",0.6,0.5,0.4,0.3,0.3,0.2,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","42153",4,38.921847,-77.013178,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.751111,0.130771,1,"2013-06-09 00:00",0.9,"2013-03-23 00:00",0.9,"2013-05-22 00:00",0.9,"2013-05-28 00:00","","","","",1,1,0.9,0.9,0.8,0.8,0.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","42401",2,38.921847,-77.013178,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",8507,97,356,365,0,196,0,"","Certification not required",0,1.937921,1.791009,16,"2013-12-17 23:00",12.2,"2013-12-18 00:00",9.9,"2013-12-07 23:00",9.8,"2013-04-12 18:00","","","","",9.8,7.3,4.9,3.9,2.4,1.5,0.5,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42401",2,38.921847,-77.013178,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",8507,97,356,365,0,196,"","","Certification not required",0,0.685729,0.810145,16,"2013-12-17 23:00",12.2,"2013-12-18 00:00",9.9,"2013-12-07 23:00",9.8,"2013-04-12 18:00","","","","",3.6,3,2.1,1.6,0.9,0.5,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42401",2,38.921847,-77.013178,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,0.688483,0.535876,2.9,"2013-12-17 00:00",2.5,"2013-12-31 00:00",2.4,"2013-03-05 00:00",2.3,"2013-01-25 00:00","","","","",2.3,2.1,1.7,1.4,1,0.6,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42401",2,38.921847,-77.013178,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2776,95,351,365,0,0,"",0,"Certification not required",0,0.65861,0.737015,9.5,"2013-12-17 23:00",6.5,"2013-12-07 23:00",6.4,"2013-02-16 23:00",5.9,"2013-12-18 02:00","","","","",3.3,2.8,2,1.5,0.9,0.5,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42600",1,38.921847,-77.013178,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",8464,97,354,365,0,193,"","","Certification not required",0,18.252883,21.058377,356.1,"2013-01-09 07:00",268,"2013-12-27 09:00",258.6,"2013-10-21 07:00",249.3,"2013-12-27 08:00","","","","",114.2,83.9,55,37.8,20.4,11.1,5.4,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42601",1,38.921847,-77.013178,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8496,97,361,365,0,242,"","","Certification not required",0,4.821869,13.592995,291.3,"2013-01-09 07:00",255.7,"2013-11-15 07:00",201.6,"2013-10-21 07:00",168.3,"2013-12-27 09:00","","","","",71.6,49.8,21.8,10.3,2.9,1,0.3,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42601",2,38.921847,-77.013178,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",8479,97,355,365,0,177,"","","Certification not required",0,4.084255,13.321359,299.7,"2013-01-09 07:00",223.6,"2013-10-21 07:00",206.5,"2013-12-27 09:00",185.4,"2013-12-27 08:00","","","","",70.5,44.1,19.1,8.1,1.9,0.6,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42602",1,38.921847,-77.013178,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8442,96,359,365,0,239,0,"","Certification not required",0,24.028134,11.56374,57.2,"2013-09-26 20:00",55.3,"2013-01-09 07:00",53.2,"2013-10-04 22:00",53,"2013-11-15 07:00","","","","",53,47.7,44.5,40.4,33,22.5,9.4,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42602",1,38.921847,-77.013178,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8442,96,359,365,0,239,"","","Certification not required",0,11.555508,9.387229,57.2,"2013-09-26 20:00",56.1,"2013-09-26 21:00",55.3,"2013-01-09 07:00",53.2,"2013-10-04 22:00","","","","",41,37.2,32.1,26,15.6,8.2,3,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","42603",1,38.921847,-77.013178,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8465,97,360,365,0,241,"","","Certification not required",0,16.417307,20.550606,346.7,"2013-01-09 07:00",306,"2013-11-15 07:00",232.7,"2013-10-21 07:00",217.8,"2013-12-27 09:00","","","","",106,83.5,52.6,36.1,18.7,9.6,3.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","43000",1,38.921847,-77.013178,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1,49.871753,48.747051,1526.8,"2013-08-15 13:00",898.7,"2013-08-21 10:00",821.5,"2013-08-21 11:00",429.2,"2013-08-06 11:00","","","","",168.7,134.6,94.6,74.2,56.1,42.2,26.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43000",2,38.921847,-77.013178,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,52.595,23.911939,135.9,"2013-05-16 00:00",115.3,"2013-10-19 00:00",115,"2013-05-10 00:00",93,"2013-09-25 00:00","","","","",135.9,115.3,115,80.6,67.9,46.9,29.8,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43000",3,38.921847,-77.013178,"WGS84","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,53.051724,19.317417,109.6,"2013-08-11 00:00",87,"2013-06-21 00:00",85,"2013-08-05 00:00",68.7,"2013-08-23 00:00","","","","",109.6,109.6,87,85,62,52.2,27.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43102",1,38.921847,-77.013178,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1,53.427895,50.705683,1528.3,"2013-08-15 13:00",905,"2013-08-21 10:00",827.9,"2013-08-21 11:00",478.9,"2013-08-06 11:00","","","","",195.1,147,101.9,80.9,60,44.7,27.8,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43102",2,38.921847,-77.013178,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,83.109167,31.143823,175.95,"2013-05-16 00:00",172.27,"2013-10-19 00:00",154.05,"2013-05-10 00:00",131.32,"2013-09-25 00:00","","","","",175.95,172.27,154.05,123.21,103.67,79.84,47.52,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43102",3,38.921847,-77.013178,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,124.205517,38.349339,247.53,"2013-08-23 00:00",189.45,"2013-08-11 00:00",172.62,"2013-08-05 00:00",168.81,"2013-07-27 00:00","","","","",247.53,247.53,189.45,172.62,137.48,117.94,82.75,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43141",1,38.921847,-77.013178,"WGS84","n-Dodecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2269,26,95,365,0,26,"","","Certification not required",369,0.407558,0.572774,6.7,"2013-06-12 13:00",6.7,"2013-06-26 14:00",6.7,"2013-07-22 11:00",6.6,"2013-06-05 10:00","","","","",2.3,1.4,1,0.7,0.5,0.3,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-27" +"11","001","0043","43141",2,38.921847,-77.013178,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",3,0.3775,0.312012,1.76,"2013-05-16 00:00",1.45,"2013-07-15 00:00",0.89,"2013-10-01 00:00",0.88,"2013-04-28 00:00","","","","",1.76,1.45,0.89,0.8,0.47,0.28,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43141",3,38.921847,-77.013178,"WGS84","n-Dodecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",1,0.891379,1.485407,6.36,"2013-08-23 00:00",5.5,"2013-07-27 00:00",1.93,"2013-08-05 00:00",1.74,"2013-07-18 00:00","","","","",6.36,6.36,5.5,1.93,0.57,0.37,0.11,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43202",1,38.921847,-77.013178,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",7,10.122675,6.853375,66.37,"2013-07-31 07:00",63.73,"2013-08-17 03:00",62.03,"2013-06-20 00:00",60.92,"2013-07-31 08:00","","","","",41.04,30.39,21.18,16.78,12.05,8.42,4.55,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43202",2,38.921847,-77.013178,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,11.368833,5.537224,26.9,"2013-05-10 00:00",24.73,"2013-12-30 00:00",23.42,"2013-12-18 00:00",21.2,"2013-10-19 00:00","","","","",26.9,24.73,23.42,20.56,14.18,10.14,5.67,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43202",3,38.921847,-77.013178,"WGS84","Ethane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,8.432069,4.294586,24.18,"2013-08-11 00:00",18.69,"2013-06-21 00:00",12.87,"2013-06-09 00:00",11.95,"2013-07-30 00:00","","","","",24.18,24.18,18.69,12.87,9.77,7.47,4.37,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43203",1,38.921847,-77.013178,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",8,1.799185,1.209604,12.87,"2013-07-24 01:00",12.14,"2013-06-16 01:00",10.14,"2013-06-16 00:00",9.76,"2013-06-15 23:00","","","","",7.11,5.38,3.98,3.1,2.15,1.47,0.79,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43203",2,38.921847,-77.013178,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,2.033833,1.24322,6.8,"2013-01-16 00:00",5.45,"2013-01-28 00:00",4.99,"2013-10-19 00:00",4.06,"2013-11-30 00:00","","","","",6.8,5.45,4.99,3.72,2.65,1.54,0.94,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43203",3,38.921847,-77.013178,"WGS84","Ethylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.867241,0.688455,3.35,"2013-06-21 00:00",3.32,"2013-08-11 00:00",2.86,"2013-08-17 00:00",2.61,"2013-06-12 00:00","","","","",3.35,3.35,3.32,2.86,2.27,1.89,0.87,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43204",1,38.921847,-77.013178,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",9,6.42312,24.753226,783.17,"2013-08-21 10:00",733.77,"2013-08-15 13:00",349.98,"2013-08-21 11:00",280.52,"2013-06-21 11:00","","","","",20.83,14.75,10.74,8.72,6.45,4.69,2.39,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43204",2,38.921847,-77.013178,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,5.988833,3.292556,20.98,"2013-06-21 00:00",12.76,"2013-12-18 00:00",11.91,"2013-05-10 00:00",11.49,"2013-01-28 00:00","","","","",20.98,12.76,11.91,9.85,7.91,5.17,2.89,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43204",3,38.921847,-77.013178,"WGS84","Propane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,4.54,1.899927,9.79,"2013-08-11 00:00",7.45,"2013-07-30 00:00",7.3,"2013-08-29 00:00",7.29,"2013-06-21 00:00","","","","",9.79,9.79,7.45,7.3,5.44,4.2,2.33,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43205",1,38.921847,-77.013178,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",16,2.261515,0.876323,27.72,"2013-06-19 23:00",9.75,"2013-06-16 01:00",7.65,"2013-06-20 00:00",7.26,"2013-06-16 02:00","","","","",4.75,4.25,3.39,2.96,2.5,2.15,1.62,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43205",2,38.921847,-77.013178,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.7335,0.382054,2.13,"2013-10-19 00:00",1.64,"2013-05-16 00:00",1.58,"2013-09-25 00:00",1.55,"2013-01-16 00:00","","","","",2.13,1.64,1.58,1.27,0.91,0.61,0.37,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43205",3,38.921847,-77.013178,"WGS84","Propylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.866552,0.298356,1.52,"2013-08-11 00:00",1.36,"2013-06-21 00:00",1.35,"2013-07-12 00:00",1.26,"2013-08-17 00:00","","","","",1.52,1.52,1.36,1.35,1.03,0.88,0.43,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43206",1,38.921847,-77.013178,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",20,0.795905,0.47559,6.2,"2013-08-17 00:00",5.7,"2013-08-27 08:00",5.2,"2013-06-11 08:00",4.4,"2013-06-20 00:00","","","","",2.7,2.1,1.6,1.3,0.9,0.7,0.4,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43206",2,38.921847,-77.013178,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,3.2575,2.160713,11.17,"2013-01-16 00:00",8.02,"2013-12-12 00:00",7.92,"2013-12-18 00:00",7.46,"2013-01-28 00:00","","","","",11.17,8.02,7.92,6.47,4.18,2.68,1.03,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43206",3,38.921847,-77.013178,"WGS84","Acetylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.826207,0.701908,3.95,"2013-06-21 00:00",3.42,"2013-08-11 00:00",2.58,"2013-08-17 00:00",2.41,"2013-08-29 00:00","","","","",3.95,3.95,3.42,2.58,2.05,1.78,0.94,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43207",4,38.921847,-77.013178,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.140444,0.01381,0.16,"2013-01-04 00:00",0.16,"2013-01-10 00:00",0.16,"2013-01-16 00:00",0.16,"2013-01-22 00:00","","","","",0.16,0.16,0.16,0.16,0.14,0.14,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43208",4,38.921847,-77.013178,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.039111,0.008481,0.06,"2013-04-04 00:00",0.06,"2013-05-10 00:00",0.06,"2013-05-22 00:00",0.04,"2013-01-04 00:00","","","","",0.06,0.06,0.06,0.04,0.04,0.04,0.02,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43212",1,38.921847,-77.013178,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",9,3.038465,17.847537,726.49,"2013-08-15 13:00",410.86,"2013-08-21 11:00",109.34,"2013-06-21 11:00",108.26,"2013-06-21 12:00","","","","",9.31,7.1,5.11,3.79,2.78,2.05,1.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43212",2,38.921847,-77.013178,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,3.456167,2.139324,10.66,"2013-06-21 00:00",10.09,"2013-10-19 00:00",8.34,"2013-04-10 00:00",6.5,"2013-10-31 00:00","","","","",10.66,10.09,8.34,6.06,4.85,2.74,1.35,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43212",3,38.921847,-77.013178,"WGS84","n-Butane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.996552,0.801335,4.02,"2013-08-11 00:00",3.48,"2013-06-21 00:00",3.33,"2013-06-09 00:00",3.01,"2013-06-12 00:00","","","","",4.02,4.02,3.48,3.33,2.39,1.87,1.08,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43214",1,38.921847,-77.013178,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",13,1.678866,7.148026,331.91,"2013-08-06 11:00",50.1,"2013-08-21 10:00",44.32,"2013-08-15 13:00",25.51,"2013-08-21 11:00","","","","",6.17,4.72,3.02,2.33,1.72,1.26,0.74,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43214",2,38.921847,-77.013178,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",2,1.408167,0.744126,3.89,"2013-10-19 00:00",3.64,"2013-05-10 00:00",2.75,"2013-05-16 00:00",2.65,"2013-09-25 00:00","","","","",3.89,3.64,2.75,2.36,1.86,1.23,0.67,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43214",3,38.921847,-77.013178,"WGS84","Isobutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.225517,0.567202,2.86,"2013-08-11 00:00",2.75,"2013-06-21 00:00",2.05,"2013-06-09 00:00",1.68,"2013-08-29 00:00","","","","",2.86,2.86,2.75,2.05,1.41,1.11,0.63,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43216",1,38.921847,-77.013178,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1018,0.165694,0.180293,1.76,"2013-08-06 11:00",1.56,"2013-06-30 05:00",1.55,"2013-06-05 00:00",1.28,"2013-06-12 08:00","","","","",0.67,0.58,0.48,0.39,0.28,0.16,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43216",2,38.921847,-77.013178,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",41,0.11,0.135634,0.98,"2013-05-16 00:00",0.29,"2013-04-28 00:00",0.26,"2013-09-25 00:00",0.24,"2013-05-10 00:00","","","","",0.98,0.29,0.26,0.22,0.19,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43216",3,38.921847,-77.013178,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",25,0.058276,0.021559,0.13,"2013-06-03 00:00",0.11,"2013-08-05 00:00",0.1,"2013-06-12 00:00",0.1,"2013-06-24 00:00","","","","",0.13,0.13,0.11,0.1,0.05,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43217",1,38.921847,-77.013178,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1299,0.112477,0.153498,1.73,"2013-06-30 05:00",1.57,"2013-08-06 11:00",1.46,"2013-06-05 00:00",0.82,"2013-06-10 07:00","","","","",0.57,0.48,0.39,0.31,0.21,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43217",2,38.921847,-77.013178,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",41,0.135667,0.198557,1.41,"2013-05-16 00:00",0.44,"2013-04-28 00:00",0.34,"2013-09-25 00:00",0.34,"2013-10-01 00:00","","","","",1.41,0.44,0.34,0.33,0.2,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43217",3,38.921847,-77.013178,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",26,0.057586,0.023703,0.15,"2013-08-14 00:00",0.12,"2013-08-05 00:00",0.1,"2013-06-12 00:00",0.05,"2013-06-03 00:00","","","","",0.15,0.15,0.12,0.1,0.05,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43218",4,38.921847,-77.013178,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.126667,0.140454,0.6,"2013-04-22 00:00",0.5,"2013-01-04 00:00",0.4,"2013-04-28 00:00",0.3,"2013-01-16 00:00","","","","",0.6,0.6,0.4,0.3,0.2,0.1,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43220",1,38.921847,-77.013178,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",9,1.699513,1.1103,19.4,"2013-08-05 07:00",18.12,"2013-06-05 00:00",13.69,"2013-06-30 05:00",9.82,"2013-06-16 01:00","","","","",5.92,4.65,3.48,2.72,1.95,1.45,0.88,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43220",2,38.921847,-77.013178,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,1.808,0.941785,4.99,"2013-10-19 00:00",4.13,"2013-09-25 00:00",3.52,"2013-04-10 00:00",3.41,"2013-05-10 00:00","","","","",4.99,4.13,3.52,3.16,2.34,1.56,0.89,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43220",3,38.921847,-77.013178,"WGS84","n-Pentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.688966,0.736732,3.75,"2013-08-11 00:00",3.54,"2013-08-05 00:00",2.5,"2013-06-21 00:00",2.32,"2013-06-09 00:00","","","","",3.75,3.75,3.54,2.5,1.97,1.66,1.02,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43221",1,38.921847,-77.013178,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",43,2.93932,2.40409,40.59,"2013-08-06 11:00",40.43,"2013-08-05 07:00",38.05,"2013-06-30 05:00",20.54,"2013-05-31 22:00","","","","",11.75,9.97,6.65,4.92,3.3,2.39,1.37,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43221",2,38.921847,-77.013178,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,2.427333,1.37387,7.58,"2013-10-19 00:00",5.79,"2013-04-10 00:00",5.5,"2013-09-25 00:00",5.33,"2013-05-10 00:00","","","","",7.58,5.79,5.5,4.23,3.05,2.16,1.17,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43221",3,38.921847,-77.013178,"WGS84","Isopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,3.197931,1.719403,7.9,"2013-08-11 00:00",6.66,"2013-06-09 00:00",6.22,"2013-08-05 00:00",4.89,"2013-06-21 00:00","","","","",7.9,7.9,6.66,6.22,3.97,2.66,1.15,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43224",1,38.921847,-77.013178,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1518,0.100771,0.163819,1.68,"2013-08-05 07:00",1.16,"2013-07-09 06:00",1,"2013-08-07 09:00",0.98,"2013-08-21 08:00","","","","",0.66,0.55,0.44,0.33,0.19,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43224",2,38.921847,-77.013178,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",2,0.252333,0.194295,1.2,"2013-05-16 00:00",0.82,"2013-11-06 00:00",0.61,"2013-09-19 00:00",0.57,"2013-04-04 00:00","","","","",1.2,0.82,0.61,0.49,0.3,0.18,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43224",3,38.921847,-77.013178,"WGS84","1-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",1,0.267931,0.160499,0.84,"2013-08-11 00:00",0.65,"2013-06-21 00:00",0.45,"2013-08-05 00:00",0.4,"2013-06-09 00:00","","","","",0.84,0.84,0.65,0.45,0.29,0.23,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43226",1,38.921847,-77.013178,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",673,0.258545,0.287918,5.99,"2013-08-05 07:00",4.16,"2013-06-30 05:00",2.54,"2013-08-21 08:00",2.44,"2013-07-09 06:00","","","","",1.13,0.95,0.69,0.52,0.36,0.24,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43226",2,38.921847,-77.013178,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",27,0.163,0.17829,1.18,"2013-05-16 00:00",0.47,"2013-10-19 00:00",0.44,"2013-05-10 00:00",0.44,"2013-09-25 00:00","","","","",1.18,0.47,0.44,0.39,0.23,0.1,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43226",3,38.921847,-77.013178,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",5,0.207931,0.151266,0.83,"2013-08-05 00:00",0.38,"2013-06-24 00:00",0.32,"2013-08-11 00:00",0.31,"2013-07-03 00:00","","","","",0.83,0.83,0.38,0.32,0.27,0.18,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43227",1,38.921847,-77.013178,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1454,0.113747,0.199045,3.04,"2013-08-05 07:00",2.21,"2013-06-05 00:00",2,"2013-06-30 05:00",1.58,"2013-07-04 17:00","","","","",0.76,0.64,0.49,0.35,0.19,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43227",2,38.921847,-77.013178,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",39,0.129,0.188227,1.38,"2013-05-16 00:00",0.39,"2013-04-28 00:00",0.32,"2013-05-10 00:00",0.29,"2013-09-25 00:00","","","","",1.38,0.39,0.32,0.26,0.2,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43227",3,38.921847,-77.013178,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",16,0.094483,0.073075,0.41,"2013-08-05 00:00",0.16,"2013-06-24 00:00",0.16,"2013-08-11 00:00",0.15,"2013-07-09 00:00","","","","",0.41,0.41,0.16,0.16,0.12,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43230",1,38.921847,-77.013178,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",55,0.859359,0.683448,15.48,"2013-08-05 07:00",7.76,"2013-06-05 00:00",6.18,"2013-06-16 01:00",5.21,"2013-08-21 08:00","","","","",3.45,2.82,1.92,1.48,1.01,0.7,0.38,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43230",2,38.921847,-77.013178,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.674167,0.422969,2.6,"2013-05-16 00:00",1.81,"2013-05-10 00:00",1.78,"2013-10-19 00:00",1.47,"2013-09-25 00:00","","","","",2.6,1.81,1.78,1.09,0.8,0.6,0.32,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43230",3,38.921847,-77.013178,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.755862,0.420608,2.11,"2013-08-05 00:00",1.87,"2013-08-11 00:00",1.21,"2013-06-21 00:00",0.99,"2013-08-17 00:00","","","","",2.11,2.11,1.87,1.21,0.88,0.72,0.32,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43231",2,38.921847,-77.013178,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.737167,0.438797,2.35,"2013-05-16 00:00",2.27,"2013-10-19 00:00",2.01,"2013-05-10 00:00",1.37,"2013-09-25 00:00","","","","",2.35,2.27,2.01,1.27,0.89,0.67,0.35,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43231",3,38.921847,-77.013178,"WGS84","n-Hexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.945517,0.511877,2.56,"2013-08-05 00:00",2.14,"2013-08-11 00:00",1.6,"2013-06-21 00:00",1.36,"2013-08-26 00:00","","","","",2.56,2.56,2.14,1.6,1.15,0.88,0.37,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43231",4,38.921847,-77.013178,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.411111,0.359433,1.7,"2013-05-16 00:00",1.4,"2013-05-10 00:00",1.1,"2013-09-25 00:00",0.9,"2013-05-28 00:00","","","","",1.7,1.7,1.1,0.8,0.5,0.4,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43232",2,38.921847,-77.013178,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.410333,0.261125,1.64,"2013-05-16 00:00",1.15,"2013-10-19 00:00",1.04,"2013-05-10 00:00",0.87,"2013-09-25 00:00","","","","",1.64,1.15,1.04,0.67,0.45,0.36,0.18,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43232",3,38.921847,-77.013178,"WGS84","n-Heptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.49,0.260316,1.27,"2013-08-05 00:00",1,"2013-08-11 00:00",0.95,"2013-06-12 00:00",0.84,"2013-06-21 00:00","","","","",1.27,1.27,1,0.95,0.57,0.45,0.18,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43232",4,38.921847,-77.013178,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",14,0.286222,0.218357,1.26,"2013-05-16 00:00",0.84,"2013-05-10 00:00",0.63,"2013-09-25 00:00",0.56,"2013-04-10 00:00","","","","",1.26,1.26,0.63,0.49,0.28,0.28,0.105,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43233",1,38.921847,-77.013178,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",2271,0.005,0,0.005,"2013-05-30 14:00",0.005,"2013-05-30 15:00",0.005,"2013-05-30 16:00",0.005,"2013-05-30 17:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43233",2,38.921847,-77.013178,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",4,0.275167,0.23919,1.73,"2013-05-16 00:00",0.75,"2013-05-10 00:00",0.6,"2013-10-19 00:00",0.58,"2013-09-19 00:00","","","","",1.73,0.75,0.6,0.51,0.32,0.22,0.11,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43233",3,38.921847,-77.013178,"WGS84","n-Octane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",1,0.291724,0.120062,0.59,"2013-08-05 00:00",0.52,"2013-06-21 00:00",0.49,"2013-08-11 00:00",0.39,"2013-06-12 00:00","","","","",0.59,0.59,0.52,0.49,0.36,0.28,0.14,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43235",1,38.921847,-77.013178,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",321,0.252578,0.182969,1.72,"2013-06-16 00:00",1.5,"2013-06-16 01:00",1.34,"2013-08-05 07:00",1.32,"2013-06-05 02:00","","","","",0.88,0.75,0.58,0.45,0.33,0.23,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43235",2,38.921847,-77.013178,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.311167,0.231473,1.66,"2013-05-16 00:00",0.77,"2013-05-10 00:00",0.73,"2013-10-19 00:00",0.56,"2013-09-19 00:00","","","","",1.66,0.77,0.73,0.5,0.38,0.26,0.14,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43235",3,38.921847,-77.013178,"WGS84","n-Nonane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.35931,0.150924,0.64,"2013-06-24 00:00",0.61,"2013-06-21 00:00",0.61,"2013-08-11 00:00",0.58,"2013-06-18 00:00","","","","",0.64,0.64,0.61,0.61,0.47,0.33,0.15,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43238",1,38.921847,-77.013178,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",2,0.482682,0.273436,2.64,"2013-08-17 03:00",2.53,"2013-06-16 01:00",2.32,"2013-05-30 14:00",2.22,"2013-06-16 00:00","","","","",1.53,1.29,0.98,0.79,0.58,0.43,0.22,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43238",2,38.921847,-77.013178,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.484167,0.35308,2.1,"2013-05-16 00:00",1.45,"2013-10-25 00:00",1.2,"2013-05-10 00:00",1.01,"2013-10-01 00:00","","","","",2.1,1.45,1.2,0.93,0.62,0.42,0.18,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43238",3,38.921847,-77.013178,"WGS84","n-Decane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.609655,0.577207,2.97,"2013-07-27 00:00",1.74,"2013-08-23 00:00",1.18,"2013-08-05 00:00",0.99,"2013-07-18 00:00","","","","",2.97,2.97,1.74,1.18,0.78,0.44,0.16,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43242",1,38.921847,-77.013178,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1350,0.16336,0.37716,5.73,"2013-08-21 11:00",4.2,"2013-07-18 19:00",4.17,"2013-07-18 16:00",4.04,"2013-07-18 17:00","","","","",1.91,0.83,0.5,0.37,0.25,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43242",2,38.921847,-77.013178,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",16,0.179333,0.151902,1.01,"2013-05-16 00:00",0.44,"2013-10-19 00:00",0.42,"2013-09-25 00:00",0.41,"2013-09-19 00:00","","","","",1.01,0.44,0.42,0.34,0.24,0.16,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43242",3,38.921847,-77.013178,"WGS84","Cyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",7,0.151724,0.106405,0.52,"2013-08-11 00:00",0.38,"2013-08-05 00:00",0.33,"2013-06-21 00:00",0.23,"2013-06-09 00:00","","","","",0.52,0.52,0.38,0.33,0.17,0.13,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43243",1,38.921847,-77.013178,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",50,3.829163,3.75166,29.29,"2013-07-05 21:00",26.41,"2013-07-05 22:00",25.4,"2013-07-18 23:00",24.95,"2013-07-14 21:00","","","","",19.14,15.61,11.3,8.11,5.07,2.74,0.62,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43243",2,38.921847,-77.013178,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",22,0.873667,1.294257,6.79,"2013-07-09 00:00",5.14,"2013-07-15 00:00",3.5,"2013-07-03 00:00",3.01,"2013-05-22 00:00","","","","",6.79,5.14,3.5,2.41,1.1,0.29,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43243",3,38.921847,-77.013178,"WGS84","Isoprene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,2.873103,2.060707,8.36,"2013-07-06 00:00",7.92,"2013-07-15 00:00",7.5,"2013-06-24 00:00",6.35,"2013-07-18 00:00","","","","",8.36,8.36,7.92,7.5,2.94,2.38,0.94,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43244",1,38.921847,-77.013178,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",203,0.36437,0.205505,1.87,"2013-06-25 07:00",1.53,"2013-08-05 07:00",1.46,"2013-06-12 13:00",1.45,"2013-06-05 00:00","","","","",1.04,0.95,0.71,0.6,0.45,0.35,0.15,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43244",2,38.921847,-77.013178,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",5,0.267167,0.274177,1.97,"2013-05-16 00:00",0.63,"2013-05-10 00:00",0.6,"2013-09-25 00:00",0.58,"2013-04-28 00:00","","","","",1.97,0.63,0.6,0.56,0.3,0.19,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43244",3,38.921847,-77.013178,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",1,0.208621,0.069268,0.39,"2013-08-11 00:00",0.32,"2013-08-05 00:00",0.28,"2013-06-21 00:00",0.28,"2013-08-29 00:00","","","","",0.39,0.39,0.32,0.28,0.25,0.19,0.13,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43245",2,38.921847,-77.013178,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",40,0.181,0.342046,2.48,"2013-05-16 00:00",0.62,"2013-04-28 00:00",0.6,"2013-05-10 00:00",0.53,"2013-04-04 00:00","","","","",2.48,0.62,0.6,0.43,0.19,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43245",3,38.921847,-77.013178,"WGS84","1-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.215517,0.038784,0.29,"2013-07-18 00:00",0.29,"2013-07-27 00:00",0.29,"2013-08-05 00:00",0.26,"2013-08-17 00:00","","","","",0.29,0.29,0.29,0.29,0.24,0.21,0.17,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43247",1,38.921847,-77.013178,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2269,26,95,365,0,26,"","","Certification not required",362,0.108665,0.125764,2.38,"2013-08-05 07:00",1.46,"2013-06-05 00:00",1.07,"2013-06-15 23:00",1.04,"2013-06-16 01:00","","","","",0.56,0.44,0.31,0.24,0.15,0.08,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43247",2,38.921847,-77.013178,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",6,0.281667,0.281793,1.99,"2013-05-16 00:00",0.78,"2013-05-10 00:00",0.71,"2013-09-25 00:00",0.65,"2013-09-19 00:00","","","","",1.99,0.78,0.71,0.57,0.33,0.21,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43247",3,38.921847,-77.013178,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",3,0.27,0.170399,0.85,"2013-08-05 00:00",0.68,"2013-08-11 00:00",0.39,"2013-06-21 00:00",0.39,"2013-08-17 00:00","","","","",0.85,0.85,0.68,0.39,0.32,0.26,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43248",2,38.921847,-77.013178,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",14,0.238833,0.281624,1.94,"2013-05-16 00:00",0.76,"2013-09-13 00:00",0.59,"2013-09-07 00:00",0.58,"2013-05-10 00:00","","","","",1.94,0.76,0.59,0.52,0.35,0.16,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43248",3,38.921847,-77.013178,"WGS84","Cyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",6,0.177586,0.104014,0.51,"2013-08-05 00:00",0.35,"2013-08-11 00:00",0.3,"2013-08-29 00:00",0.29,"2013-06-21 00:00","","","","",0.51,0.51,0.35,0.3,0.22,0.18,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43248",4,38.921847,-77.013178,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.232,0.334213,1.92,"2013-05-16 00:00",0.9,"2013-01-04 00:00",0.78,"2013-02-03 00:00",0.78,"2013-05-10 00:00","","","","",1.92,1.92,0.78,0.72,0.24,0.12,0.06,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43249",1,38.921847,-77.013178,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",581,0.41452,0.37043,5.9,"2013-08-05 07:00",2.79,"2013-06-16 01:00",2.4,"2013-06-05 00:00",2.35,"2013-06-05 04:00","","","","",1.68,1.36,0.99,0.81,0.58,0.4,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43249",2,38.921847,-77.013178,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.378,0.259712,1.71,"2013-05-10 00:00",0.97,"2013-05-22 00:00",0.95,"2013-05-16 00:00",0.79,"2013-07-21 00:00","","","","",1.71,0.97,0.95,0.65,0.47,0.32,0.16,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43249",3,38.921847,-77.013178,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.556897,0.187695,0.92,"2013-08-05 00:00",0.91,"2013-08-23 00:00",0.87,"2013-08-02 00:00",0.87,"2013-08-17 00:00","","","","",0.92,0.92,0.91,0.87,0.66,0.52,0.36,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43250",1,38.921847,-77.013178,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",0,1.048076,0.878422,17.22,"2013-08-05 07:00",10.46,"2013-06-16 01:00",8.79,"2013-06-05 00:00",8.08,"2013-06-16 00:00","","","","",4.89,3.46,2.34,1.76,1.17,0.84,0.47,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43250",2,38.921847,-77.013178,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,1.000167,0.704849,3.16,"2013-05-10 00:00",3.14,"2013-05-16 00:00",2.92,"2013-10-19 00:00",2.55,"2013-09-25 00:00","","","","",3.16,3.14,2.92,2.35,1.21,0.82,0.37,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43250",3,38.921847,-77.013178,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.578966,0.931168,4.54,"2013-08-05 00:00",3.81,"2013-08-11 00:00",2.79,"2013-06-21 00:00",2.44,"2013-08-17 00:00","","","","",4.54,4.54,3.81,2.79,1.87,1.35,0.54,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43252",1,38.921847,-77.013178,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",80,0.37439,0.311226,6.89,"2013-08-05 07:00",3.63,"2013-06-16 01:00",2.67,"2013-06-15 21:00",2.66,"2013-06-16 00:00","","","","",1.7,1.23,0.8,0.62,0.42,0.31,0.17,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43252",2,38.921847,-77.013178,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.403,0.310305,1.81,"2013-05-16 00:00",1.33,"2013-05-10 00:00",1.05,"2013-10-19 00:00",0.97,"2013-09-25 00:00","","","","",1.81,1.33,1.05,0.81,0.47,0.35,0.13,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43252",3,38.921847,-77.013178,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.575862,0.333504,1.68,"2013-08-05 00:00",1.34,"2013-08-11 00:00",1.01,"2013-06-21 00:00",0.88,"2013-08-17 00:00","","","","",1.68,1.68,1.34,1.01,0.66,0.5,0.19,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43253",1,38.921847,-77.013178,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",72,0.096081,0.094987,2.23,"2013-08-05 07:00",0.93,"2013-06-16 01:00",0.8,"2013-08-29 11:00",0.72,"2013-06-16 00:00","","","","",0.47,0.35,0.25,0.18,0.12,0.07,0.03,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43253",2,38.921847,-77.013178,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",18,0.182,0.193766,1.39,"2013-05-16 00:00",0.51,"2013-05-10 00:00",0.42,"2013-10-19 00:00",0.41,"2013-09-25 00:00","","","","",1.39,0.51,0.42,0.37,0.22,0.14,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43253",3,38.921847,-77.013178,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",6,0.176897,0.104987,0.52,"2013-08-05 00:00",0.38,"2013-08-11 00:00",0.31,"2013-06-21 00:00",0.26,"2013-08-26 00:00","","","","",0.52,0.52,0.38,0.31,0.22,0.17,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43261",1,38.921847,-77.013178,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",551,0.230139,0.216656,4.25,"2013-08-05 07:00",1.6,"2013-06-16 01:00",1.57,"2013-06-05 02:00",1.5,"2013-07-31 06:00","","","","",0.93,0.78,0.58,0.45,0.31,0.21,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43261",2,38.921847,-77.013178,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.325167,0.2793,1.84,"2013-05-16 00:00",0.87,"2013-10-01 00:00",0.82,"2013-05-10 00:00",0.79,"2013-09-25 00:00","","","","",1.84,0.87,0.82,0.68,0.37,0.25,0.13,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43261",3,38.921847,-77.013178,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.340345,0.181786,0.91,"2013-08-05 00:00",0.7,"2013-08-11 00:00",0.62,"2013-06-21 00:00",0.51,"2013-08-29 00:00","","","","",0.91,0.91,0.7,0.62,0.4,0.32,0.14,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43262",1,38.921847,-77.013178,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1449,0.18895,0.32513,6.15,"2013-08-05 07:00",2.98,"2013-06-05 00:00",2.34,"2013-06-16 01:00",1.86,"2013-06-05 02:00","","","","",1.33,1.04,0.74,0.59,0.36,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43262",2,38.921847,-77.013178,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.512167,0.291176,1.72,"2013-05-16 00:00",1.3,"2013-10-19 00:00",1.26,"2013-05-10 00:00",1,"2013-09-25 00:00","","","","",1.72,1.3,1.26,0.89,0.6,0.45,0.23,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43262",3,38.921847,-77.013178,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.713793,0.342318,1.97,"2013-08-05 00:00",1.38,"2013-08-11 00:00",0.98,"2013-06-21 00:00",0.97,"2013-08-17 00:00","","","","",1.97,1.97,1.38,0.98,0.84,0.66,0.37,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43263",1,38.921847,-77.013178,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2270,26,95,365,0,25,"","","Certification not required",87,0.159945,0.17032,4.41,"2013-08-05 07:00",1.44,"2013-06-16 01:00",1.22,"2013-08-29 11:00",1.16,"2013-06-05 00:00","","","","",0.79,0.62,0.43,0.31,0.19,0.12,0.04,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43263",2,38.921847,-77.013178,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",1,0.533667,0.328824,1.82,"2013-05-16 00:00",1.36,"2013-10-19 00:00",1.3,"2013-05-10 00:00",1.18,"2013-09-19 00:00","","","","",1.82,1.36,1.3,1.11,0.6,0.46,0.23,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43263",3,38.921847,-77.013178,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.739655,0.313306,1.72,"2013-08-05 00:00",1.43,"2013-08-11 00:00",1.08,"2013-08-17 00:00",1,"2013-06-21 00:00","","","","",1.72,1.72,1.43,1.08,0.84,0.78,0.39,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43280",1,38.921847,-77.013178,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",7,0.946497,0.366097,4.57,"2013-07-25 06:00",3.61,"2013-07-08 13:00",3,"2013-08-06 11:00",2.84,"2013-07-08 15:00","","","","",2.05,1.89,1.65,1.44,1.1,0.87,0.59,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43280",2,38.921847,-77.013178,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",13,0.223,0.214281,1.43,"2013-05-16 00:00",0.64,"2013-04-04 00:00",0.53,"2013-10-01 00:00",0.47,"2013-04-28 00:00","","","","",1.43,0.64,0.53,0.44,0.32,0.15,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43280",3,38.921847,-77.013178,"WGS84","1-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",3,0.152759,0.053445,0.25,"2013-06-21 00:00",0.24,"2013-08-17 00:00",0.23,"2013-08-11 00:00",0.22,"2013-06-03 00:00","","","","",0.25,0.25,0.24,0.23,0.19,0.15,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43282",1,38.921847,-77.013178,"WGS84","3-Methyl-1-butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",424,0.329758,0.368252,8.93,"2013-08-05 07:00",5.6,"2013-06-30 05:00",5.09,"2013-06-05 00:00",3.44,"2013-08-21 08:00","","","","",1.47,1.17,0.78,0.58,0.42,0.29,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"11","001","0043","43284",1,38.921847,-77.013178,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",125,0.432763,0.346928,7.02,"2013-08-05 07:00",5.72,"2013-06-05 00:00",3.11,"2013-06-30 05:00",2.81,"2013-06-16 01:00","","","","",1.74,1.44,0.96,0.74,0.49,0.36,0.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43284",2,38.921847,-77.013178,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.3755,0.373156,2.53,"2013-05-16 00:00",1.07,"2013-09-25 00:00",1.02,"2013-05-10 00:00",0.88,"2013-09-19 00:00","","","","",2.53,1.07,1.02,0.83,0.47,0.27,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43284",3,38.921847,-77.013178,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.371379,0.229218,1.13,"2013-08-05 00:00",0.97,"2013-08-11 00:00",0.62,"2013-06-21 00:00",0.51,"2013-08-17 00:00","","","","",1.13,1.13,0.97,0.62,0.44,0.33,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43285",1,38.921847,-77.013178,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",35,1.061975,0.883724,20.31,"2013-08-05 07:00",10.94,"2013-06-05 00:00",7.45,"2013-06-16 01:00",7.05,"2013-06-30 05:00","","","","",4.46,3.66,2.43,1.8,1.21,0.85,0.47,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43285",2,38.921847,-77.013178,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,1.3175,0.817758,2.88,"2013-10-19 00:00",2.81,"2013-05-10 00:00",2.7,"2013-05-16 00:00",2.7,"2013-07-15 00:00","","","","",2.88,2.81,2.7,2.52,2.11,1.08,0.38,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43285",3,38.921847,-77.013178,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.955172,0.701568,4.18,"2013-08-05 00:00",3.7,"2013-08-11 00:00",2.46,"2013-06-24 00:00",2.43,"2013-08-17 00:00","","","","",4.18,4.18,3.7,2.46,2.21,1.97,1.19,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43291",1,38.921847,-77.013178,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",174,0.074791,0.079114,2.04,"2013-08-05 07:00",0.67,"2013-06-16 01:00",0.55,"2013-06-05 00:00",0.53,"2013-08-29 11:00","","","","",0.36,0.29,0.2,0.14,0.09,0.06,0.01,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43291",2,38.921847,-77.013178,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.367167,0.383331,2.63,"2013-05-16 00:00",0.96,"2013-09-19 00:00",0.95,"2013-09-25 00:00",0.9,"2013-05-10 00:00","","","","",2.63,0.96,0.95,0.8,0.44,0.25,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43291",3,38.921847,-77.013178,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.324828,0.177455,0.89,"2013-08-05 00:00",0.76,"2013-08-11 00:00",0.49,"2013-06-21 00:00",0.48,"2013-08-17 00:00","","","","",0.89,0.89,0.76,0.49,0.39,0.31,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43372",4,38.921847,-77.013178,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43505",4,38.921847,-77.013178,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.506667,0.309251,1.6,"2013-01-16 00:00",1.1,"2013-05-22 00:00",1,"2013-04-10 00:00",0.9,"2013-04-16 00:00","","","","",1.6,1.6,1,0.9,0.6,0.5,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43551",4,38.921847,-77.013178,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.402667,7.131626,38.85,"2013-01-16 00:00",32.01,"2013-01-04 00:00",29.04,"2013-01-22 00:00",27.36,"2013-05-22 00:00","","","","",38.85,38.85,29.04,18.66,13.47,11.31,6.15,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43552",4,38.921847,-77.013178,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,1.225778,0.635032,2.92,"2013-05-22 00:00",2.24,"2013-07-09 00:00",2.2,"2013-05-16 00:00",2.08,"2013-01-16 00:00","","","","",2.92,2.92,2.2,2.04,1.56,1.24,0.36,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43560",4,38.921847,-77.013178,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.08,0.045726,0.2,"2013-05-22 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43702",4,38.921847,-77.013178,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.673333,1.437894,8.2,"2013-04-04 00:00",0.9,"2013-05-10 00:00",0.8,"2013-01-16 00:00",0.8,"2013-05-16 00:00","","","","",8.2,8.2,0.9,0.8,0.6,0.4,0.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-08-05" +"11","001","0043","43704",4,38.921847,-77.013178,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.271111,0.137547,0.6,"2013-07-09 00:00",0.5,"2013-06-03 00:00",0.5,"2013-07-03 00:00",0.4,"2013-05-10 00:00","","","","",0.6,0.6,0.5,0.4,0.4,0.3,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43801",4,38.921847,-77.013178,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.633333,0.1066,0.9,"2013-04-10 00:00",0.8,"2013-01-10 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-22 00:00","","","","",0.9,0.9,0.8,0.8,0.7,0.6,0.5,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43802",4,38.921847,-77.013178,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.157778,0.143794,0.5,"2013-01-10 00:00",0.5,"2013-02-21 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-03 00:00","","","","",0.5,0.5,0.4,0.4,0.2,0.2,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43803",4,38.921847,-77.013178,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.046818,0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43804",4,38.921847,-77.013178,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43806",4,38.921847,-77.013178,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43811",4,38.921847,-77.013178,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.238667,0.036407,0.35,"2013-01-10 00:00",0.28,"2013-01-16 00:00",0.27,"2013-01-28 00:00",0.27,"2013-02-03 00:00","","","","",0.35,0.35,0.27,0.27,0.26,0.24,0.22,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43814",4,38.921847,-77.013178,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.024444,0.052896,0.2,"2013-05-22 00:00",0.2,"2013-06-03 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43815",4,38.921847,-77.013178,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008889,0.035817,0.2,"2013-06-03 00:00",0.1,"2013-06-21 00:00",0.1,"2013-07-21 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43817",4,38.921847,-77.013178,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.104444,0.120521,0.5,"2013-02-15 00:00",0.5,"2013-05-22 00:00",0.4,"2013-06-03 00:00",0.3,"2013-06-21 00:00","","","","",0.5,0.5,0.4,0.2,0.1,0.1,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43818",4,38.921847,-77.013178,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43820",4,38.921847,-77.013178,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43823",4,38.921847,-77.013178,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.450222,0.069462,0.68,"2013-04-04 00:00",0.56,"2013-01-10 00:00",0.55,"2013-01-16 00:00",0.55,"2013-01-28 00:00","","","","",0.68,0.68,0.55,0.54,0.5,0.44,0.36,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43824",4,38.921847,-77.013178,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43829",4,38.921847,-77.013178,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-05-22 00:00",0.1,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43830",4,38.921847,-77.013178,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43831",4,38.921847,-77.013178,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43843",4,38.921847,-77.013178,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43844",4,38.921847,-77.013178,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.024444,0.064511,0.3,"2013-05-22 00:00",0.2,"2013-06-03 00:00",0.2,"2013-06-21 00:00",0.1,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.1,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43860",4,38.921847,-77.013178,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.073306,0.3,"2013-06-03 00:00",0.3,"2013-06-21 00:00",0.2,"2013-07-21 00:00",0.1,"2013-04-28 00:00","","","","",0.3,0.3,0.2,0.1,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","43954",1,38.921847,-77.013178,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",46,0.332673,0.231679,2.53,"2013-07-01 12:00",2.48,"2013-08-27 10:00",2.46,"2013-08-26 12:00",2.45,"2013-07-22 11:00","","","","",1.26,0.87,0.64,0.53,0.39,0.29,0.16,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43954",2,38.921847,-77.013178,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",3,0.516333,0.388015,2.08,"2013-05-16 00:00",1.41,"2013-10-25 00:00",1.32,"2013-05-10 00:00",1.31,"2013-07-15 00:00","","","","",2.08,1.41,1.32,1.1,0.66,0.44,0.15,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43954",3,38.921847,-77.013178,"WGS84","n-Undecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.277241,1.967139,8,"2013-08-23 00:00",7.47,"2013-07-27 00:00",3.27,"2013-08-05 00:00",2.62,"2013-07-15 00:00","","","","",8,8,7.47,3.27,0.85,0.52,0.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","43960",1,38.921847,-77.013178,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",220,0.062712,0.074217,1.93,"2013-08-05 07:00",0.75,"2013-06-16 01:00",0.63,"2013-06-05 02:00",0.5,"2013-06-16 00:00","","","","",0.36,0.26,0.17,0.12,0.07,0.05,0.01,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","43960",2,38.921847,-77.013178,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",8,0.223167,0.194365,1.42,"2013-05-16 00:00",0.61,"2013-05-10 00:00",0.45,"2013-09-25 00:00",0.44,"2013-10-19 00:00","","","","",1.42,0.61,0.45,0.38,0.26,0.19,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","43960",3,38.921847,-77.013178,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.237586,0.110862,0.62,"2013-08-05 00:00",0.42,"2013-08-11 00:00",0.37,"2013-06-21 00:00",0.32,"2013-08-17 00:00","","","","",0.62,0.62,0.42,0.37,0.29,0.22,0.11,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","44201",1,38.921847,-77.013178,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7917,99,211,214,0,101,0,0,"Certification not required",736,0.049725,0.012861,0.083,"2013-05-17 15:00",0.081,"2013-07-19 12:00",0.079,"2013-06-26 12:00",0.078,"2013-06-24 13:00","","","","",0.079,0.078,0.07,0.065,0.058,0.052,0.038,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","44201",1,38.921847,-77.013178,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7949,99,211,214,0,0,0,0,"Certification not required",0,0.043569,0.011733,0.068,"2013-07-18 11:00",0.066,"2013-05-17 11:00",0.066,"2013-06-05 11:00",0.066,"2013-07-17 11:00","","","","",0.066,0.065,0.062,0.058,0.052,0.046,0.034,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","44201",1,38.921847,-77.013178,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7949,99,211,214,0,0,0,0,"Certification not required",0,0.043569,0.011733,0.068,"2013-07-18 11:00",0.066,"2013-05-17 11:00",0.066,"2013-06-05 11:00",0.066,"2013-07-17 11:00","","","","",0.066,0.065,0.062,0.058,0.052,0.046,0.034,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","45109",2,38.921847,-77.013178,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.097167,0.706176,3.39,"2013-05-16 00:00",3.16,"2013-05-22 00:00",3.05,"2013-10-19 00:00",2.6,"2013-05-10 00:00","","","","",3.39,3.16,3.05,1.99,1.43,0.91,0.45,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45109",3,38.921847,-77.013178,"WGS84","m/p Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,1.488276,0.671044,3.22,"2013-08-11 00:00",3.08,"2013-08-05 00:00",2.67,"2013-06-21 00:00",1.96,"2013-08-26 00:00","","","","",3.22,3.22,3.08,2.67,1.8,1.46,0.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45109",4,38.921847,-77.013178,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.562222,0.442765,2.2,"2013-05-16 00:00",1.4,"2013-04-10 00:00",1.4,"2013-05-10 00:00",1.4,"2013-05-22 00:00","","","","",2.2,2.2,1.4,1.4,0.6,0.4,0.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45201",2,38.921847,-77.013178,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.034667,0.450504,2.29,"2013-05-16 00:00",2.24,"2013-10-19 00:00",2.2,"2013-05-22 00:00",1.97,"2013-01-16 00:00","","","","",2.29,2.24,2.2,1.64,1.27,1.02,0.52,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45201",3,38.921847,-77.013178,"WGS84","Benzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.887586,0.331379,1.76,"2013-08-11 00:00",1.35,"2013-06-21 00:00",1.34,"2013-08-05 00:00",1.33,"2013-08-29 00:00","","","","",1.76,1.76,1.35,1.34,1.07,0.92,0.43,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45201",4,38.921847,-77.013178,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.446667,0.703756,3.3,"2013-01-28 00:00",3.2,"2013-01-16 00:00",3.2,"2013-02-03 00:00",2.5,"2013-01-04 00:00","","","","",3.3,3.3,3.2,2.5,1.7,1.4,0.7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45202",2,38.921847,-77.013178,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,2.217667,1.368246,7.12,"2013-10-19 00:00",6.34,"2013-05-10 00:00",5.15,"2013-05-16 00:00",4.52,"2013-05-28 00:00","","","","",7.12,6.34,5.15,4.28,2.72,1.77,0.88,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45202",3,38.921847,-77.013178,"WGS84","Toluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,3.20931,1.661159,7.32,"2013-07-30 00:00",7.19,"2013-08-11 00:00",6.02,"2013-06-21 00:00",5.44,"2013-08-05 00:00","","","","",7.32,7.32,7.19,6.02,3.8,2.85,1.13,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45202",4,38.921847,-77.013178,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.513333,0.920375,4.1,"2013-05-10 00:00",3.9,"2013-05-16 00:00",3.7,"2013-09-25 00:00",2.9,"2013-05-22 00:00","","","","",4.1,4.1,3.7,2.9,1.8,1.3,0.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45203",2,38.921847,-77.013178,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.371667,0.248263,1.58,"2013-05-16 00:00",1,"2013-10-19 00:00",0.99,"2013-05-10 00:00",0.7,"2013-05-22 00:00","","","","",1.58,1,0.99,0.63,0.43,0.32,0.14,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45203",3,38.921847,-77.013178,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.485862,0.215829,1.06,"2013-08-11 00:00",0.96,"2013-08-05 00:00",0.85,"2013-06-21 00:00",0.65,"2013-08-17 00:00","","","","",1.06,1.06,0.96,0.85,0.59,0.48,0.19,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45203",4,38.921847,-77.013178,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.288889,0.193323,1.2,"2013-05-16 00:00",0.7,"2013-05-10 00:00",0.6,"2013-09-25 00:00",0.5,"2013-01-04 00:00","","","","",1.2,1.2,0.6,0.5,0.4,0.2,0.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45204",2,38.921847,-77.013178,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.411833,0.283928,1.74,"2013-05-16 00:00",1.19,"2013-10-19 00:00",1.11,"2013-05-10 00:00",0.77,"2013-05-22 00:00","","","","",1.74,1.19,1.11,0.72,0.46,0.36,0.15,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45204",3,38.921847,-77.013178,"WGS84","o-Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.535517,0.250864,1.17,"2013-08-11 00:00",1.12,"2013-08-05 00:00",1,"2013-06-21 00:00",0.71,"2013-07-27 00:00","","","","",1.17,1.17,1.12,1,0.65,0.52,0.19,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45204",4,38.921847,-77.013178,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.228889,0.193793,1.2,"2013-05-16 00:00",0.6,"2013-05-10 00:00",0.5,"2013-04-10 00:00",0.5,"2013-09-25 00:00","","","","",1.2,1.2,0.5,0.4,0.2,0.2,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45207",2,38.921847,-77.013178,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",11,0.235,0.215285,1.45,"2013-05-16 00:00",0.63,"2013-10-01 00:00",0.62,"2013-10-19 00:00",0.56,"2013-05-22 00:00","","","","",1.45,0.63,0.62,0.43,0.3,0.2,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45207",3,38.921847,-77.013178,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",2,0.263448,0.164952,0.94,"2013-07-27 00:00",0.45,"2013-08-05 00:00",0.45,"2013-08-11 00:00",0.43,"2013-06-21 00:00","","","","",0.94,0.94,0.45,0.45,0.28,0.24,0.11,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45207",4,38.921847,-77.013178,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.326,0.07379,0.81,"2013-05-16 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00","","","","",0.81,0.81,0.315,0.315,0.315,0.315,0.315,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45208",2,38.921847,-77.013178,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",2,0.512667,0.405425,2.54,"2013-05-16 00:00",1.43,"2013-10-01 00:00",1.38,"2013-10-19 00:00",1.33,"2013-05-10 00:00","","","","",2.54,1.43,1.38,0.92,0.64,0.4,0.16,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45208",3,38.921847,-77.013178,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.797931,0.740827,4.28,"2013-07-27 00:00",1.43,"2013-08-23 00:00",1.37,"2013-08-05 00:00",1.18,"2013-08-11 00:00","","","","",4.28,4.28,1.43,1.37,0.85,0.64,0.23,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45208",4,38.921847,-77.013178,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",41,0.379,0.265269,1.98,"2013-05-16 00:00",0.81,"2013-05-10 00:00",0.72,"2013-02-03 00:00",0.63,"2013-04-10 00:00","","","","",1.98,1.98,0.72,0.315,0.315,0.315,0.315,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45209",1,38.921847,-77.013178,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1898,0.041325,0.102305,1.57,"2013-05-30 14:00",1,"2013-06-05 10:00",0.81,"2013-07-22 11:00",0.8,"2013-06-26 14:00","","","","",0.43,0.35,0.24,0.17,0.005,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45209",2,38.921847,-77.013178,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",18,0.167333,0.205837,1.53,"2013-05-16 00:00",0.51,"2013-05-10 00:00",0.46,"2013-10-01 00:00",0.33,"2013-09-25 00:00","","","","",1.53,0.51,0.46,0.31,0.19,0.12,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45209",3,38.921847,-77.013178,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",5,0.151724,0.065415,0.28,"2013-08-05 00:00",0.26,"2013-07-27 00:00",0.26,"2013-08-11 00:00",0.23,"2013-06-09 00:00","","","","",0.28,0.28,0.26,0.26,0.2,0.15,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45210",1,38.921847,-77.013178,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",0,0.043025,0.068347,0.74,"2013-08-06 11:00",0.68,"2013-08-19 12:00",0.68,"2013-08-26 12:00",0.66,"2013-06-05 10:00","","","","",0.32,0.2,0.13,0.1,0.06,0.03,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45210",2,38.921847,-77.013178,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",0,0.1265,0.241554,1.8,"2013-05-16 00:00",0.4,"2013-04-28 00:00",0.35,"2013-05-10 00:00",0.33,"2013-10-01 00:00","","","","",1.8,0.4,0.35,0.27,0.14,0.06,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45210",3,38.921847,-77.013178,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.053103,0.031859,0.16,"2013-08-29 00:00",0.1,"2013-07-18 00:00",0.09,"2013-07-12 00:00",0.08,"2013-06-21 00:00","","","","",0.16,0.16,0.1,0.09,0.07,0.05,0.02,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45211",1,38.921847,-77.013178,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",951,0.112864,0.131715,1.31,"2013-05-30 14:00",1.08,"2013-06-26 15:00",1.05,"2013-07-22 11:00",1.03,"2013-06-26 14:00","","","","",0.63,0.45,0.33,0.26,0.17,0.1,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45211",2,38.921847,-77.013178,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",39,0.104,0.119422,0.86,"2013-05-16 00:00",0.32,"2013-10-01 00:00",0.25,"2013-10-31 00:00",0.24,"2013-05-10 00:00","","","","",0.86,0.32,0.25,0.22,0.14,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45211",3,38.921847,-77.013178,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",12,0.098276,0.052172,0.28,"2013-07-27 00:00",0.16,"2013-08-05 00:00",0.16,"2013-08-11 00:00",0.14,"2013-06-21 00:00","","","","",0.28,0.28,0.16,0.16,0.12,0.11,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45212",1,38.921847,-77.013178,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",127,0.398338,0.299973,2.55,"2013-07-18 22:00",2.53,"2013-06-05 05:00",2.48,"2013-06-16 01:00",2.45,"2013-06-16 02:00","","","","",1.55,1.28,0.93,0.74,0.5,0.33,0.14,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45212",2,38.921847,-77.013178,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",4,0.319833,0.261686,1.73,"2013-05-16 00:00",0.94,"2013-10-19 00:00",0.88,"2013-10-01 00:00",0.86,"2013-05-10 00:00","","","","",1.73,0.94,0.88,0.55,0.37,0.26,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45212",3,38.921847,-77.013178,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.465862,0.198504,0.89,"2013-07-27 00:00",0.84,"2013-08-05 00:00",0.79,"2013-08-11 00:00",0.69,"2013-06-21 00:00","","","","",0.89,0.89,0.84,0.79,0.55,0.46,0.18,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45213",2,38.921847,-77.013178,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",7,0.287833,0.280019,2.03,"2013-05-16 00:00",0.77,"2013-05-10 00:00",0.69,"2013-10-01 00:00",0.6,"2013-05-22 00:00","","","","",2.03,0.77,0.69,0.54,0.36,0.22,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45213",3,38.921847,-77.013178,"WGS84","p-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.266552,0.116352,0.55,"2013-07-27 00:00",0.48,"2013-08-11 00:00",0.45,"2013-06-21 00:00",0.45,"2013-08-05 00:00","","","","",0.55,0.55,0.48,0.45,0.32,0.27,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45213",4,38.921847,-77.013178,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.366,0.210326,1.53,"2013-05-16 00:00",0.9,"2013-02-03 00:00",0.81,"2013-01-04 00:00",0.315,"2013-01-10 00:00","","","","",1.53,1.53,0.81,0.315,0.315,0.315,0.315,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45218",1,38.921847,-77.013178,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",346,0.151885,0.152328,1.69,"2013-07-22 11:00",1.59,"2013-06-05 10:00",1.59,"2013-07-01 12:00",1.56,"2013-08-06 11:00","","","","",0.73,0.49,0.35,0.27,0.19,0.13,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45218",2,38.921847,-77.013178,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",41,0.122667,0.208472,1.57,"2013-05-16 00:00",0.35,"2013-04-28 00:00",0.35,"2013-05-10 00:00",0.29,"2013-09-13 00:00","","","","",1.57,0.35,0.35,0.27,0.12,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45218",3,38.921847,-77.013178,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",24,0.073793,0.064054,0.35,"2013-07-27 00:00",0.18,"2013-08-23 00:00",0.17,"2013-07-18 00:00",0.13,"2013-08-05 00:00","","","","",0.35,0.35,0.18,0.17,0.05,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45219",1,38.921847,-77.013178,"WGS84","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",1169,0.082279,0.116355,1.1,"2013-06-05 10:00",1.07,"2013-07-01 12:00",1.03,"2013-07-22 11:00",0.99,"2013-06-26 14:00","","","","",0.55,0.37,0.26,0.2,0.14,0.005,0.005,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45219",2,38.921847,-77.013178,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",31,0.122667,0.146564,1.08,"2013-05-16 00:00",0.34,"2013-10-01 00:00",0.32,"2013-05-10 00:00",0.25,"2013-04-28 00:00","","","","",1.08,0.34,0.32,0.25,0.15,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45219",3,38.921847,-77.013178,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",19,0.103103,0.104441,0.5,"2013-07-27 00:00",0.37,"2013-08-23 00:00",0.2,"2013-07-18 00:00",0.19,"2013-08-05 00:00","","","","",0.5,0.5,0.37,0.2,0.13,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45220",2,38.921847,-77.013178,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.316167,0.210714,1,"2013-05-16 00:00",0.98,"2013-07-15 00:00",0.96,"2013-09-01 00:00",0.83,"2013-07-21 00:00","","","","",1,0.98,0.96,0.56,0.37,0.3,0.12,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45220",3,38.921847,-77.013178,"WGS84","Styrene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",0,0.307931,0.134334,0.59,"2013-07-27 00:00",0.56,"2013-08-23 00:00",0.53,"2013-06-30 00:00",0.51,"2013-08-17 00:00","","","","",0.59,0.59,0.56,0.53,0.42,0.28,0.13,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45220",4,38.921847,-77.013178,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.246667,0.207364,1.3,"2013-05-16 00:00",0.6,"2013-07-15 00:00",0.6,"2013-09-01 00:00",0.5,"2013-05-22 00:00","","","","",1.3,1.3,0.6,0.4,0.3,0.2,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45225",1,38.921847,-77.013178,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2271,26,95,365,0,24,"","","Certification not required",114,0.499137,0.309565,2.89,"2013-08-02 08:00",2.88,"2013-06-16 01:00",2.39,"2013-07-06 05:00",2.25,"2013-06-05 02:00","","","","",1.7,1.31,1.05,0.85,0.63,0.45,0.21,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-06" +"11","001","0043","45225",2,38.921847,-77.013178,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",60,16,60,365,0,1,"","","Certification not required",27,0.171833,0.208591,1.31,"2013-05-16 00:00",0.65,"2013-10-01 00:00",0.58,"2013-09-19 00:00",0.46,"2013-09-25 00:00","","","","",1.31,0.65,0.58,0.43,0.19,0.11,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-20" +"11","001","0043","45225",3,38.921847,-77.013178,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",29,1,0,365,0,1,"","","Certification not required",6,0.204483,0.247669,1.42,"2013-07-27 00:00",0.33,"2013-08-05 00:00",0.32,"2013-06-21 00:00",0.29,"2013-08-23 00:00","","","","",1.42,1.42,0.33,0.32,0.22,0.16,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-19" +"11","001","0043","45801",4,38.921847,-77.013178,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.015556,0.042403,0.2,"2013-05-22 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00",0.1,"2013-06-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","45807",4,38.921847,-77.013178,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.055556,0.058603,0.2,"2013-05-10 00:00",0.2,"2013-05-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-04-10 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","46401",4,38.921847,-77.013178,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.136889,0.102244,0.52,"2013-09-19 00:00",0.36,"2013-05-10 00:00",0.36,"2013-05-22 00:00",0.28,"2013-04-10 00:00","","","","",0.52,0.52,0.36,0.24,0.2,0.12,0.06,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"11","001","0043","62101",2,38.921847,-77.013178,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Fahrenheit","No Events",8477,97,350,365,0,147,"","","Certification not required",0,57.17446,17.434335,94.1,"2013-07-18 13:00",93.7,"2013-07-19 15:00",93.6,"2013-07-19 16:00",93.2,"2013-07-17 16:00","","","","",89.1,87.3,83.5,79.7,72.5,57.9,34,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","63301",2,38.921847,-77.013178,"WGS84","Solar radiation","1 HOUR","","Observed Values","Instrumental - Vaisala 441A Pyronometer",2013,"Langleys/minute","No Events",4189,48,6,365,0,4571,"","","Certification not required",333,0.130832,0.104732,0.4,"2013-05-25 11:00",0.4,"2013-05-25 12:00",0.4,"2013-05-26 11:00",0.4,"2013-05-26 12:00","","","","",0.38,0.36,0.33,0.29,0.21,0.11,0.01,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","64101",2,38.921847,-77.013178,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",2920,33,121,365,0,4,"","","Certification not required",0,1013.629349,6.890409,1031.9,"2013-11-29 20:00",1031.9,"2013-11-29 21:00",1031.9,"2013-11-29 22:00",1031.9,"2013-11-29 23:00","","","","",1029.2,1027.9,1025.2,1022.6,1017.2,1014.6,1005.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","65102",1,38.921847,-77.013178,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Instrumental - Vaisala 444A Tipping Bucket",2013,"Inches (rainfall)","No Events",1460,17,61,365,0,4,"","","Certification not required",0,0.004048,0.022967,0.37,"2013-12-29 11:00",0.29,"2013-11-26 22:00",0.26,"2013-12-08 16:00",0.24,"2013-12-08 15:00","","","","",0.12,0.07,0.02,0,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","68101",1,38.921847,-77.013178,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",139,100,29,61,0,0,"","","Certification not required",117,0.079496,0.080491,0.5,"2013-09-05 00:00",0.4,"2013-10-01 00:00",0.4,"2013-10-04 00:00",0.3,"2013-05-19 00:00","","","","",0.4,0.4,0.3,0.2,0.05,0.05,0.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68102",1,38.921847,-77.013178,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",139,100,29,61,0,0,"","","Certification not required",3,23.564029,2.916296,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-18 00:00",24,"2013-01-19 00:00","","","","",24,24,24,24,24,24,24,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68103",1,38.921847,-77.013178,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",139,100,29,61,0,0,"","","Certification not required",0,10.614388,8.489308,24.6,"2013-09-11 00:00",24.2,"2013-06-30 00:00",23.4,"2013-06-17 00:00",22.8,"2013-07-01 00:00","","","","",24.2,23.4,22.3,20.6,17.9,11.9,-1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68103",5,38.921847,-77.013178,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,11.407619,8.870692,26.6,"2013-07-18 00:00",25.3,"2013-07-21 00:00",25.2,"2013-07-06 00:00",24.6,"2013-07-15 00:00","","","","",25.3,25.2,24,22.5,18.9,12.3,0.4,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","68104",1,38.921847,-77.013178,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",139,100,29,61,0,0,"","","Certification not required",0,19.645324,10.082236,35,"2013-09-11 00:00",33.9,"2013-05-30 00:00",33.9,"2013-06-01 00:00",33.2,"2013-05-31 00:00","","","","",33.9,33.9,32.3,31,28.4,21.4,4.3,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68104",5,38.921847,-77.013178,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,20.497143,9.799249,37.4,"2013-07-18 00:00",34.6,"2013-07-15 00:00",34.4,"2013-09-01 00:00",34.1,"2013-07-06 00:00","","","","",34.6,34.4,33.3,31.6,29,21.8,6.7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","68105",1,38.921847,-77.013178,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",139,100,29,61,0,0,"","","Certification not required",0,14.772662,9.14518,29.4,"2013-09-11 00:00",28.1,"2013-05-30 00:00",28.1,"2013-06-01 00:00",27.9,"2013-05-31 00:00","","","","",28.1,28.1,26.4,25.4,22.5,16.5,1.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68105",5,38.921847,-77.013178,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,15.672381,9.197172,31,"2013-07-18 00:00",29.7,"2013-07-15 00:00",29.6,"2013-07-06 00:00",28.2,"2013-09-01 00:00","","","","",29.7,29.6,27.9,26.9,23.6,16.8,3.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","68106",1,38.921847,-77.013178,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",139,100,29,61,0,0,"","","Certification not required",0,752.208633,4.868525,765,"2013-01-27 00:00",763,"2013-04-21 00:00",763,"2013-04-22 00:00",761,"2013-04-26 00:00","","","","",763,763,761,758,756,752,746,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68106",5,38.921847,-77.013178,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,754.457143,4.704802,767,"2013-01-10 00:00",766,"2013-04-22 00:00",763,"2013-05-01 00:00",761,"2013-01-07 00:00","","","","",766,763,761,760,757,755,749,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","68107",1,38.921847,-77.013178,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",139,100,29,61,0,0,"","","Certification not required",0,758.165468,4.816333,770,"2013-01-27 00:00",769,"2013-04-21 00:00",769,"2013-04-22 00:00",768,"2013-01-24 00:00","","","","",769,769,767,765,761,758,752,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68107",5,38.921847,-77.013178,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,760.247619,4.829359,772,"2013-01-10 00:00",772,"2013-04-22 00:00",771,"2013-01-25 00:00",771,"2013-01-28 00:00","","","","",772,771,768,767,764,760,754,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","68108",1,38.921847,-77.013178,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",139,100,29,61,0,0,"","","Certification not required",0,755.244604,4.75157,767,"2013-01-27 00:00",767,"2013-04-21 00:00",766,"2013-04-22 00:00",764,"2013-02-10 00:00","","","","",767,766,763,761,759,755,750,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","68108",5,38.921847,-77.013178,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,756.904762,4.5521,769,"2013-01-10 00:00",768,"2013-04-22 00:00",765,"2013-01-07 00:00",765,"2013-01-25 00:00","","","","",768,765,764,762,760,756,751,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","68109",1,38.921847,-77.013178,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",139,100,29,61,0,0,"","","Certification not required",0,1438.913669,1.73824,1440,"2013-01-20 00:00",1440,"2013-01-23 00:00",1440,"2013-01-26 00:00",1440,"2013-02-16 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-03" +"11","001","0043","81102",1,38.921847,-77.013178,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-C - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",2,15.688889,6.851749,33,"2013-04-10 00:00",32,"2013-05-16 00:00",25,"2013-07-04 00:00",25,"2013-07-09 00:00","","","","",33,33,25,24,19,16,7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","81102",6,38.921847,-77.013178,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5761,66,243,365,0,71,"","","Certification not required",0,12.145634,5.435397,75,"2013-07-04 21:00",54,"2013-07-04 22:00",46,"2013-06-30 18:00",45,"2013-06-27 15:00","","","","",31,27,22,19,14,11,7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-16" +"11","001","0043","81102",6,38.921847,-77.013178,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",243,67,243,365,0,0,0,0,"Certification not required",0,11.703704,2.717153,20,"2013-04-10 00:00",20,"2013-07-18 00:00",19,"2013-07-04 00:00",19,"2013-07-17 00:00","","","","",19,18,17,16,13,11,9,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-16" +"11","001","0043","82103",1,38.921847,-77.013178,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.754667,0.455934,2.35,"2013-03-17 00:00",1.87,"2013-05-10 00:00",1.67,"2013-06-09 00:00",1.58,"2013-07-04 00:00","","","","",2.35,2.35,1.67,1.51,0.81,0.63,0.33,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","82105",1,38.921847,-77.013178,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002667,0.004472,0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-03-05 00:00",0.01,"2013-04-04 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","82110",1,38.921847,-77.013178,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.122222,0.060861,0.34,"2013-06-09 00:00",0.27,"2013-09-07 00:00",0.25,"2013-03-17 00:00",0.25,"2013-06-15 00:00","","","","",0.34,0.34,0.25,0.2,0.14,0.11,0.07,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","82112",1,38.921847,-77.013178,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.611111,0.632402,5.86,"2013-07-04 00:00",4.49,"2013-03-17 00:00",3.15,"2013-04-10 00:00",2.99,"2013-05-10 00:00","","","","",5.86,5.86,3.15,2.98,2.68,2.52,2.21,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","82128",1,38.921847,-77.013178,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003056,0.001358,0.0076,"2013-07-04 00:00",0.006,"2013-04-10 00:00",0.005,"2013-03-17 00:00",0.0046,"2013-01-28 00:00","","","","",0.0076,0.0076,0.005,0.0046,0.0041,0.0029,0.0016,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","82132",1,38.921847,-77.013178,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.622444,2.320936,11.56,"2013-04-10 00:00",11.35,"2013-05-16 00:00",9.55,"2013-09-07 00:00",8.84,"2013-05-10 00:00","","","","",11.56,11.56,9.55,6.54,5.63,4.39,2.21,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","82136",1,38.921847,-77.013178,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.802222,0.254727,1.53,"2013-04-10 00:00",1.3,"2013-04-28 00:00",1.24,"2013-08-20 00:00",1.16,"2013-05-22 00:00","","","","",1.53,1.53,1.24,1.13,0.94,0.81,0.55,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-02" +"11","001","0043","84313",1,38.921847,-77.013178,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE2100 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",6970,80,294,365,0,1118,"","","Certification not required",718,0.592531,0.508431,6.64,"2013-10-21 07:00",6.17,"2013-05-10 08:00",5.8,"2013-11-15 07:00",5.14,"2013-07-09 13:00","","","","",2.48,2.06,1.57,1.18,0.73,0.45,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-04" +"11","001","0043","85101",4,38.921847,-77.013178,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7967,91,332,365,0,44,"","","Certification not required",248,17.246391,10.024708,133,"2013-07-12 07:00",130,"2013-07-13 13:00",115,"2013-07-04 20:00",112,"2013-12-06 18:00","","","","",47,41,35,30,22,16,7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","86101",4,38.921847,-77.013178,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7665,88,319,365,0,321,"","","Certification not required",0,5.410568,7.380369,125,"2013-07-12 07:00",121,"2013-07-13 13:00",110,"2013-12-06 18:00",89,"2013-04-24 22:00","","","","",27,23,18,14,9,4,-2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88101",1,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,0,0,"Certification not required",0,8.949306,4.078934,26.7,"2013-01-28 00:00",22.9,"2013-01-27 00:00",22.3,"2013-07-19 00:00",21.6,"2013-01-26 00:00","","","","",22.3,20.1,17.2,15,10.9,8.1,4.7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-04" +"11","001","0043","88101",1,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,8.949306,4.078934,26.7,"2013-01-28 00:00",22.9,"2013-01-27 00:00",22.3,"2013-07-19 00:00",21.6,"2013-01-26 00:00","","","","",22.3,20.1,17.2,15,10.9,8.1,4.7,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-04" +"11","001","0043","88101",2,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,108,122,0,3,0,0,"Certification not required",0,8.558716,4.217495,26,"2013-01-28 00:00",19.4,"2013-07-18 00:00",19,"2013-09-10 00:00",18.8,"2013-11-15 00:00","","","","",19.4,19,16.6,14.3,11,8.3,3.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-23" +"11","001","0043","88101",2,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,108,122,0,3,"","","Certification not required",0,8.558716,4.217495,26,"2013-01-28 00:00",19.4,"2013-07-18 00:00",19,"2013-09-10 00:00",18.8,"2013-11-15 00:00","","","","",19.4,19,16.6,14.3,11,8.3,3.6,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-23" +"11","001","0043","88101",4,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7684,88,323,365,0,300,"","","Certification not required",0,11.669833,6.483947,99,"2013-07-04 20:00",83,"2013-07-04 21:00",54,"2013-07-04 22:00",44,"2013-01-26 22:00","","","","",32,29,25,20,15,10,5,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88101",4,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,0,0,"Certification not required",0,11.62163,5.017003,31,"2013-12-03 00:00",29.4,"2013-01-28 00:00",28.8,"2013-12-04 00:00",27.8,"2013-11-16 00:00","","","","",27.8,26.2,22.2,18.5,14,10.9,6.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88101",4,38.921847,-77.013178,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,11.62163,5.017003,31,"2013-12-03 00:00",29.4,"2013-01-28 00:00",28.8,"2013-12-04 00:00",27.8,"2013-11-16 00:00","","","","",27.8,26.2,22.2,18.5,14,10.9,6.2,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88102",5,38.921847,-77.013178,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.020371,0.0067,0.05,"2013-05-04 00:00",0.047,"2013-03-17 00:00",0.046,"2013-11-06 00:00",0.032,"2013-02-27 00:00","","","","",0.047,0.046,0.026,0.026,0.021,0.0195,0.014,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88103",5,38.921847,-77.013178,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.00039,0.000658,0.002,"2013-01-07 00:00",0.002,"2013-01-13 00:00",0.002,"2013-01-28 00:00",0.002,"2013-03-05 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88104",5,38.921847,-77.013178,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",67,0.02291,0.033214,0.234,"2013-10-01 00:00",0.14,"2013-07-03 00:00",0.136,"2013-07-15 00:00",0.13,"2013-08-20 00:00","","","","",0.14,0.136,0.089,0.045,0.022,0.0115,0.0065,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88107",5,38.921847,-77.013178,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.006582,0.00618,0.0295,"2013-02-18 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-06-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88109",5,38.921847,-77.013178,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",22,0.003616,0.003737,0.0283,"2013-02-06 00:00",0.023,"2013-10-13 00:00",0.0113,"2013-02-03 00:00",0.0106,"2013-01-28 00:00","","","","",0.023,0.0113,0.0086,0.0053,0.0042,0.003,0.0009,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88110",5,38.921847,-77.013178,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001124,0.003449,0.019,"2013-03-20 00:00",0.017,"2013-06-21 00:00",0.014,"2013-11-06 00:00",0.013,"2013-07-24 00:00","","","","",0.017,0.014,0.009,0.004,0,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88111",5,38.921847,-77.013178,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",24,0.018568,0.017739,0.126,"2013-05-16 00:00",0.0815,"2013-04-10 00:00",0.0594,"2013-10-01 00:00",0.0529,"2013-09-10 00:00","","","","",0.0815,0.0594,0.0489,0.0367,0.0261,0.0152,0.0024,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88112",5,38.921847,-77.013178,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.005076,0.014746,0.1,"2013-09-19 00:00",0.091,"2013-09-25 00:00",0.056,"2013-10-01 00:00",0.04,"2013-10-16 00:00","","","","",0.091,0.056,0.026,0.006,0.003,0.002,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88113",5,38.921847,-77.013178,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.00068,0.000126,0.0014,"2013-01-28 00:00",0.001,"2013-02-18 00:00",0.001,"2013-05-16 00:00",0.001,"2013-06-18 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88114",5,38.921847,-77.013178,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",39,0.003543,0.003177,0.0148,"2013-05-28 00:00",0.014,"2013-09-25 00:00",0.0129,"2013-03-17 00:00",0.0118,"2013-10-19 00:00","","","","",0.014,0.0129,0.011,0.0082,0.0046,0.0025,0.0008,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88115",5,38.921847,-77.013178,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",69,0.0138,0.053787,0.519,"2013-10-13 00:00",0.194,"2013-03-11 00:00",0.0768,"2013-04-22 00:00",0.0418,"2013-11-06 00:00","","","","",0.194,0.0768,0.0176,0.0151,0.0083,0.00405,0.00245,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88117",5,38.921847,-77.013178,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.00655,0.009836,0.0435,"2013-02-18 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00",0.043,"2013-06-21 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88118",5,38.921847,-77.013178,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.008704,0.006217,0.023,"2013-02-18 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88126",5,38.921847,-77.013178,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.057805,0.035745,0.169,"2013-05-28 00:00",0.158,"2013-10-19 00:00",0.155,"2013-02-06 00:00",0.149,"2013-05-16 00:00","","","","",0.158,0.155,0.13,0.115,0.0762,0.0488,0.0225,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88128",5,38.921847,-77.013178,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000933,0.002067,0.018,"2013-08-26 00:00",0.005,"2013-01-28 00:00",0.005,"2013-09-25 00:00",0.004,"2013-05-01 00:00","","","","",0.005,0.005,0.004,0.003,0.001,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88131",5,38.921847,-77.013178,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.009871,0.003445,0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-02 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88132",5,38.921847,-77.013178,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000943,0.00109,0.005,"2013-01-28 00:00",0.004,"2013-05-16 00:00",0.004,"2013-05-28 00:00",0.003,"2013-02-06 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0.001,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88136",5,38.921847,-77.013178,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.00059,0.001133,0.007,"2013-01-01 00:00",0.005,"2013-05-28 00:00",0.004,"2013-06-21 00:00",0.003,"2013-01-13 00:00","","","","",0.005,0.004,0.003,0.001,0.001,0,0,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88140",5,38.921847,-77.013178,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",95,0.009293,0.010552,0.078,"2013-03-11 00:00",0.056,"2013-10-13 00:00",0.0517,"2013-10-04 00:00",0.043,"2013-08-23 00:00","","","","",0.056,0.0517,0.02,0.009,0.009,0.006,0.00475,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88152",5,38.921847,-77.013178,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.005785,0.001621,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88154",5,38.921847,-77.013178,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",101,0.001081,0.000452,0.0038,"2013-02-06 00:00",0.0035,"2013-01-28 00:00",0.0015,"2013-06-15 00:00",0.0014,"2013-09-01 00:00","","","","",0.0035,0.0015,0.0013,0.0013,0.0013,0.001,0.00065,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88160",5,38.921847,-77.013178,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.01299,0.004716,0.044,"2013-01-19 00:00",0.018,"2013-01-25 00:00",0.018,"2013-01-28 00:00",0.018,"2013-02-09 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88161",5,38.921847,-77.013178,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",95,0.002882,0.001791,0.0117,"2013-07-15 00:00",0.0113,"2013-05-16 00:00",0.0108,"2013-07-03 00:00",0.0083,"2013-09-25 00:00","","","","",0.0113,0.0108,0.0069,0.00265,0.00265,0.0025,0.0021,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88164",5,38.921847,-77.013178,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.001648,0.00035,0.0042,"2013-01-13 00:00",0.0021,"2013-06-18 00:00",0.00195,"2013-09-19 00:00",0.0019,"2013-02-03 00:00","","","","",0.0021,0.00195,0.0019,0.0019,0.0019,0.0016,0.0015,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88165",5,38.921847,-77.013178,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",16,0.049756,0.051282,0.3,"2013-07-03 00:00",0.299,"2013-07-15 00:00",0.263,"2013-05-16 00:00",0.167,"2013-04-10 00:00","","","","",0.299,0.263,0.118,0.0942,0.064,0.036,0.009,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88166",5,38.921847,-77.013178,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.00837,0.004956,0.019,"2013-06-03 00:00",0.019,"2013-06-12 00:00",0.019,"2013-10-28 00:00",0.0185,"2013-01-25 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88167",5,38.921847,-77.013178,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",21,0.005454,0.00352,0.0175,"2013-01-28 00:00",0.0166,"2013-10-31 00:00",0.0148,"2013-02-06 00:00",0.0128,"2013-02-15 00:00","","","","",0.0166,0.0148,0.0124,0.0099,0.0072,0.005,0.00175,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88168",5,38.921847,-77.013178,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",100,0.001306,0.000474,0.0036,"2013-02-12 00:00",0.0032,"2013-06-21 00:00",0.003,"2013-02-24 00:00",0.0024,"2013-07-06 00:00","","","","",0.0032,0.003,0.00175,0.00175,0.00155,0.00115,0.00085,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88169",5,38.921847,-77.013178,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.784049,0.438777,2.29,"2013-09-10 00:00",2.27,"2013-07-18 00:00",2.09,"2013-01-28 00:00",1.91,"2013-06-12 00:00","","","","",2.27,2.09,1.67,1.32,0.995,0.676,0.36,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88176",5,38.921847,-77.013178,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.000985,0.000212,0.0013,"2013-01-25 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88180",5,38.921847,-77.013178,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",3,0.037739,0.021135,0.117,"2013-01-28 00:00",0.101,"2013-10-31 00:00",0.091,"2013-01-01 00:00",0.086,"2013-07-06 00:00","","","","",0.101,0.091,0.0798,0.0689,0.0475,0.0329,0.0164,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88184",5,38.921847,-77.013178,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",78,0.048186,0.086191,0.618,"2013-03-11 00:00",0.543,"2013-10-13 00:00",0.237,"2013-04-10 00:00",0.22,"2013-04-19 00:00","","","","",0.543,0.237,0.196,0.087,0.038,0.02,0.0155,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88185",5,38.921847,-77.013178,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",101,0.003722,0.003821,0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88301",5,38.921847,-77.013178,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.764559,0.585465,3.3,"2013-01-28 00:00",2.55,"2013-02-06 00:00",2.18,"2013-08-29 00:00",2.09,"2013-07-18 00:00","","","","",2.55,2.18,1.87,1.68,0.99,0.666,0.169,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88302",5,38.921847,-77.013178,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",11,0.073973,0.106858,0.688,"2013-03-11 00:00",0.63,"2013-10-13 00:00",0.323,"2013-05-04 00:00",0.318,"2013-04-22 00:00","","","","",0.63,0.323,0.249,0.179,0.071,0.034,0.015,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88303",5,38.921847,-77.013178,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",36,0.031274,0.02759,0.147,"2013-01-28 00:00",0.112,"2013-11-06 00:00",0.107,"2013-07-12 00:00",0.105,"2013-01-01 00:00","","","","",0.112,0.107,0.087,0.071,0.037,0.024,0.0115,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88305",9,38.921847,-77.013178,"WGS84","OC CSN Unadjusted PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",1045,12,45,365,0,2156,"","","Certification not required",37,844.797292,1397.460258,9250.35,"2013-11-16 02:00",8193.78,"2013-11-16 05:00",8178.05,"2013-11-16 09:00",8048.04,"2013-11-16 07:00","","","","",7361.1,5704.94,3333.54,2522.29,1395.13,2.94,1.13,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88306",5,38.921847,-77.013178,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.959971,0.984229,5.68,"2013-01-28 00:00",4.71,"2013-02-06 00:00",4.35,"2013-02-03 00:00",3.31,"2013-03-23 00:00","","","","",4.71,4.35,3.11,2.37,1.08,0.599,0.284,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88307",9,38.921847,-77.013178,"WGS84","EC CSN PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",6101,70,260,365,0,385,"","","Certification not required",1933,98.735406,1959.007435,45454.38,"2013-09-11 01:00",44514.15,"2013-09-05 01:00",44334.99,"2013-09-02 01:00",43908.51,"2013-08-31 01:00","","","","",2.16,1.77,1.4,1.17,0.83,0.4,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-30" +"11","001","0043","88312",9,38.921847,-77.013178,"WGS84","Total Carbon PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",8426,96,351,365,0,331,"","","Certification not required",242,3.309719,32.389643,2159.19,"2013-11-18 11:00",1257.27,"2013-09-05 12:00",1056.51,"2013-09-05 11:00",1020.27,"2013-08-27 08:00","","","","",7.65,6.47,5.18,4.31,3.28,2.24,1.05,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88316",9,38.921847,-77.013178,"WGS84","Optical EC PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - Optical absorption at 660nm",2013,"Micrograms/cubic meter (LC)","No Events",3306,38,138,365,0,96,"","","Certification not required",774,0.520013,2.783333,157.86,"2013-12-10 10:00",13.558,"2013-07-11 11:00",7.697,"2013-08-19 09:00",5.745,"2013-07-19 06:00","","","","",2.122,1.578,1.199,0.91606,0.604,0.364,0.1,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0043","88355",5,38.921847,-77.013178,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,2.176137,1.081386,6.27,"2013-10-31 00:00",4.93,"2013-01-28 00:00",4.52,"2013-04-10 00:00",4.33,"2013-09-10 00:00","","","","",4.93,4.52,4.08,3.45,2.94,1.98,0.914,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88357",5,38.921847,-77.013178,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.315549,0.17777,0.821,"2013-08-23 00:00",0.802,"2013-10-31 00:00",0.772,"2013-05-10 00:00",0.747,"2013-10-19 00:00","","","","",0.802,0.772,0.673,0.54,0.43,0.277,0.135,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88370",5,38.921847,-77.013178,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,1.96249,0.952936,5.59,"2013-10-31 00:00",4.19,"2013-04-10 00:00",3.95,"2013-01-28 00:00",3.92,"2013-09-10 00:00","","","","",4.19,3.95,3.72,3.04,2.67,1.77,0.846,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88374",5,38.921847,-77.013178,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",1,0.174912,0.155667,1.05,"2013-10-31 00:00",0.573,"2013-07-09 00:00",0.54,"2013-06-18 00:00",0.456,"2013-10-04 00:00","","","","",0.573,0.54,0.429,0.395,0.228,0.133,0.041,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88375",5,38.921847,-77.013178,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.532412,0.269772,1.34,"2013-09-10 00:00",1.29,"2013-10-31 00:00",1.19,"2013-07-18 00:00",1.18,"2013-05-22 00:00","","","","",1.29,1.19,1.05,0.844,0.714,0.468,0.225,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88376",5,38.921847,-77.013178,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.527284,0.264084,1.31,"2013-10-31 00:00",1.29,"2013-04-10 00:00",1.11,"2013-01-28 00:00",1.11,"2013-08-23 00:00","","","","",1.29,1.11,1.04,0.874,0.675,0.474,0.224,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88377",5,38.921847,-77.013178,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.390147,0.216443,1.21,"2013-01-28 00:00",1.01,"2013-04-10 00:00",1.01,"2013-10-31 00:00",0.921,"2013-09-10 00:00","","","","",1.01,1.01,0.77,0.612,0.514,0.373,0.151,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88378",5,38.921847,-77.013178,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",3,0.337608,0.181782,0.928,"2013-10-31 00:00",0.82,"2013-06-15 00:00",0.759,"2013-07-18 00:00",0.683,"2013-06-09 00:00","","","","",0.82,0.759,0.613,0.553,0.474,0.299,0.129,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88380",5,38.921847,-77.013178,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.529353,0.309635,1.49,"2013-10-04 00:00",1.48,"2013-10-31 00:00",1.38,"2013-01-28 00:00",1.36,"2013-10-19 00:00","","","","",1.48,1.38,1.19,0.928,0.712,0.477,0.202,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88383",5,38.921847,-77.013178,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.789529,0.40923,2.36,"2013-10-31 00:00",1.84,"2013-10-04 00:00",1.68,"2013-01-28 00:00",1.51,"2013-10-19 00:00","","","","",1.84,1.68,1.43,1.31,1.04,0.758,0.298,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88384",5,38.921847,-77.013178,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.07637,0.036889,0.21,"2013-08-23 00:00",0.169,"2013-06-30 00:00",0.169,"2013-07-30 00:00",0.165,"2013-09-13 00:00","","","","",0.169,0.169,0.151,0.124,0.0938,0.064,0.0414,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88385",5,38.921847,-77.013178,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",89,0.001808,0.003458,0.031,"2013-08-23 00:00",0.0151,"2013-07-06 00:00",0.00868,"2013-07-15 00:00",0.00616,"2013-06-24 00:00","","","","",0.0151,0.00868,0.00545,0.00287,0.001,0.001,0.001,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88388",5,38.921847,-77.013178,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.551461,0.295846,1.61,"2013-10-31 00:00",1.34,"2013-01-28 00:00",1.29,"2013-10-04 00:00",1.15,"2013-06-15 00:00","","","","",1.34,1.29,1.02,0.899,0.738,0.51,0.207,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88403",5,38.921847,-77.013178,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,1.947267,1.193794,6.15,"2013-07-18 00:00",5.85,"2013-09-10 00:00",5.5,"2013-01-28 00:00",5.06,"2013-08-29 00:00","","","","",5.85,5.5,4.22,3.4,2.47,1.65,0.771,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0043","88502",5,38.921847,-77.013178,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,9.434286,4.544456,27.3,"2013-01-28 00:00",20.7,"2013-10-31 00:00",19.9,"2013-09-10 00:00",19.7,"2013-07-18 00:00","","","","",20.7,19.9,18,15.5,11.3,9,4.8,"MCMILLAN PAMS","2500 1ST STREET, N.W. WASHINGTON DC","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"11","001","0050","42601",1,38.970092,-77.016715,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5564,64,234,365,0,3196,"","","Certification not required",0,11.352265,22.613031,225,"2013-01-16 11:00",220,"2013-01-23 11:00",209,"2013-01-16 12:00",191,"2013-12-03 21:00","","","","",112,86,61,37,10,2,0,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0050","42602",1,38.970092,-77.016715,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4862,56,204,365,0,3178,1,"","Certification not required",0,26.044118,12.123869,108,"2013-01-16 12:00",65,"2013-05-15 06:00",61,"2013-01-23 11:00",58,"2013-05-20 07:00","","","","",61,49,43,38,33,25,11,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0050","42602",1,38.970092,-77.016715,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4862,56,204,365,0,3178,"","","Certification not required",0,13.813657,9.614597,108,"2013-01-16 12:00",81,"2013-01-16 11:00",65,"2013-05-15 06:00",61,"2013-01-23 11:00","","","","",39,36,32,28,20,11,4,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0050","42603",1,38.970092,-77.016715,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5571,64,234,365,0,3189,"","","Certification not required",0,25.445342,29.675202,318,"2013-01-16 12:00",308,"2013-01-16 11:00",283,"2013-01-23 11:00",230,"2013-12-03 21:00","","","","",142,116,90,64,29,14,5,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0050","44201",1,38.970092,-77.016715,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5569,42,90,214,0,3191,0,0,"Certification not required",604,0.054944,0.010537,0.081,"2013-05-17 15:00",0.081,"2013-05-30 12:00",0.077,"2013-06-26 12:00",0.074,"2013-04-11 14:00","","","","",0.081,0.081,0.073,0.069,0.062,0.056,0.047,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0050","44201",1,38.970092,-77.016715,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5595,42,90,214,0,0,0,0,"Certification not required",0,0.048522,0.00951,0.068,"2013-04-27 10:00",0.067,"2013-05-17 12:00",0.067,"2013-05-30 10:00",0.066,"2013-06-05 11:00","","","","",0.068,0.067,0.065,0.059,0.054,0.05,0.043,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"11","001","0050","44201",1,38.970092,-77.016715,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5595,42,90,214,0,0,0,0,"Certification not required",0,0.048522,0.00951,0.068,"2013-04-27 10:00",0.067,"2013-05-17 12:00",0.067,"2013-05-30 10:00",0.066,"2013-06-05 11:00","","","","",0.068,0.067,0.065,0.059,0.054,0.05,0.043,"Takoma Rec Center","301 Van Buren Street, N.W. Washington DC 20012","District Of Columbia","District of Columbia","Washington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"12","001","0023","68101",1,29.706111,-82.387778,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",84,69,84,122,0,7,"","","Certification not required",10,0.272619,0.115228,0.5,"2013-05-10 00:00",0.4,"2013-01-10 00:00",0.4,"2013-02-21 00:00",0.4,"2013-02-27 00:00","","","","",0.5,0.4,0.4,0.4,0.4,0.3,0.05,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68101",2,29.706111,-82.387778,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",30,97,23,31,0,0,"","","Certification not required",30,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-01-31 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68102",1,29.706111,-82.387778,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",84,69,84,122,0,7,"","","Certification not required",0,24.04881,0.050286,24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00",24.1,"2013-02-24 00:00",24.1,"2013-03-08 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68102",2,29.706111,-82.387778,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",30,97,23,31,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-01-31 00:00","","","","",24,24,24,24,24,24,24,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68103",1,29.706111,-82.387778,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,69,84,122,0,7,"","","Certification not required",0,17.030952,6.562268,25.6,"2013-08-05 00:00",24.3,"2013-08-08 00:00",24.1,"2013-08-11 00:00",23.9,"2013-07-30 00:00","","","","",25.6,24.3,23.8,23,22.3,19.6,6.9,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68103",2,29.706111,-82.387778,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,23,31,0,0,"","","Certification not required",0,13.57,8.016971,23.8,"2013-08-08 00:00",23.4,"2013-07-27 00:00",22.3,"2013-07-03 00:00",22.3,"2013-09-01 00:00","","","","",23.8,23.8,23.4,22.3,21.5,14.9,2.8,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68104",1,29.706111,-82.387778,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,69,84,122,0,7,"","","Certification not required",0,30.154762,5.241503,36.8,"2013-06-12 00:00",36.6,"2013-09-16 00:00",36.5,"2013-08-11 00:00",36.5,"2013-08-14 00:00","","","","",36.8,36.6,36.4,35.8,34.6,32.1,24.2,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68104",2,29.706111,-82.387778,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,23,31,0,0,"","","Certification not required",0,27.586667,5.830877,36.2,"2013-07-27 00:00",35.2,"2013-09-13 00:00",35,"2013-08-20 00:00",34.9,"2013-08-08 00:00","","","","",36.2,36.2,35.2,35,33.4,28,20.6,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68105",1,29.706111,-82.387778,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,69,84,122,0,7,"","","Certification not required",0,22.628571,5.401842,29.7,"2013-08-05 00:00",29.6,"2013-08-11 00:00",29.2,"2013-08-14 00:00",29,"2013-06-12 00:00","","","","",29.7,29.6,28.6,28,26.5,24.7,14.5,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68105",2,29.706111,-82.387778,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,23,31,0,0,"","","Certification not required",0,19.676667,6.1574,28.3,"2013-07-27 00:00",27.5,"2013-08-08 00:00",27,"2013-09-13 00:00",26.7,"2013-09-01 00:00","","","","",28.3,28.3,27.5,27,25.4,20.5,10.5,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68106",1,29.706111,-82.387778,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,84,122,0,7,"","","Certification not required",0,755.095238,3.232437,762,"2013-01-10 00:00",761,"2013-01-04 00:00",761,"2013-01-28 00:00",760,"2013-01-07 00:00","","","","",762,761,760,759,757,755,752,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68106",2,29.706111,-82.387778,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,23,31,0,0,"","","Certification not required",0,755.366667,3.200036,761,"2013-01-04 00:00",761,"2013-01-28 00:00",761,"2013-02-18 00:00",760,"2013-03-29 00:00","","","","",761,761,761,761,757,756,752,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68107",1,29.706111,-82.387778,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,84,122,0,7,"","","Certification not required",0,759.142857,3.120638,766,"2013-01-28 00:00",765,"2013-01-04 00:00",765,"2013-01-10 00:00",765,"2013-01-19 00:00","","","","",766,765,765,764,761,759,756,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68107",2,29.706111,-82.387778,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,23,31,0,0,"","","Certification not required",0,759.566667,3.470897,766,"2013-02-18 00:00",765,"2013-01-04 00:00",765,"2013-01-28 00:00",765,"2013-03-29 00:00","","","","",766,766,765,765,761,760,756,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68108",1,29.706111,-82.387778,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,84,122,0,7,"","","Certification not required",0,757.154762,3.051739,764,"2013-01-28 00:00",763,"2013-01-04 00:00",763,"2013-01-10 00:00",763,"2013-01-19 00:00","","","","",764,763,763,761,759,757,754,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68108",2,29.706111,-82.387778,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,23,31,0,0,"","","Certification not required",0,757.433333,3.255588,764,"2013-02-18 00:00",763,"2013-01-28 00:00",762,"2013-01-04 00:00",762,"2013-03-29 00:00","","","","",764,764,763,762,759,758,754,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68109",1,29.706111,-82.387778,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",84,69,84,122,0,7,"","","Certification not required",0,1439.940476,0.238024,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","68109",2,29.706111,-82.387778,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",30,97,23,31,0,0,"","","Certification not required",0,1439.966667,0.182574,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-31 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2014-02-05" +"12","001","0023","88101",1,29.706111,-82.387778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,0,0,"Certification not required",0,7.059524,3.719798,22.4,"2013-03-08 00:00",16.5,"2013-01-25 00:00",16,"2013-01-01 00:00",15.1,"2013-08-11 00:00","","","","",22.4,16.5,14.3,11.7,9.3,6.1,3.8,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2013-11-12" +"12","001","0023","88101",1,29.706111,-82.387778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,"","","Certification not required",0,7.059524,3.719798,22.4,"2013-03-08 00:00",16.5,"2013-01-25 00:00",16,"2013-01-01 00:00",15.1,"2013-08-11 00:00","","","","",22.4,16.5,14.3,11.7,9.3,6.1,3.8,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2013-11-12" +"12","001","0023","88101",2,29.706111,-82.387778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,74,23,31,0,0,0,0,"Certification not required",0,6.626667,2.901359,14.2,"2013-03-29 00:00",12.4,"2013-05-16 00:00",10.9,"2013-07-27 00:00",10.5,"2013-03-17 00:00","","","","",14.2,14.2,12.4,10.9,9.3,6.8,5.2,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2013-11-12" +"12","001","0023","88101",2,29.706111,-82.387778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,74,23,31,0,0,"","","Certification not required",0,6.626667,2.901359,14.2,"2013-03-29 00:00",12.4,"2013-05-16 00:00",10.9,"2013-07-27 00:00",10.5,"2013-03-17 00:00","","","","",14.2,14.2,12.4,10.9,9.3,6.8,5.2,"MILLHOPPER","5400 NW 43RD ST","Florida","Alachua","Gainesville","Gainesville, FL","2013-11-12" +"12","001","3011","44201",1,29.544722,-82.296111,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6411,84,207,245,0,141,0,0,"Certification not required",791,0.039324,0.013577,0.074,"2013-03-08 16:00",0.071,"2013-03-29 14:00",0.071,"2013-03-30 17:00",0.067,"2013-03-15 16:00","","","","",0.071,0.065,0.063,0.059,0.052,0.044,0.032,"LOCATED IN PAYNES PRAIRIE STATE PARK, NATURE AND WILDLIFE PRESERVE","918 SE 119TH AVE","Florida","Alachua","Micanopy","Gainesville, FL","2013-11-12" +"12","001","3011","44201",1,29.544722,-82.296111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6401,84,205,245,0,0,0,0,"Certification not required",0,0.034854,0.013527,0.07,"2013-03-08 10:00",0.068,"2013-03-29 10:00",0.068,"2013-03-30 11:00",0.062,"2013-05-15 09:00","","","","",0.068,0.061,0.058,0.053,0.048,0.039,0.027,"LOCATED IN PAYNES PRAIRIE STATE PARK, NATURE AND WILDLIFE PRESERVE","918 SE 119TH AVE","Florida","Alachua","Micanopy","Gainesville, FL","2013-11-12" +"12","001","3011","44201",1,29.544722,-82.296111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6401,84,205,245,0,0,0,0,"Certification not required",0,0.034854,0.013527,0.07,"2013-03-08 10:00",0.068,"2013-03-29 10:00",0.068,"2013-03-30 11:00",0.062,"2013-05-15 09:00","","","","",0.068,0.061,0.058,0.053,0.048,0.039,0.027,"LOCATED IN PAYNES PRAIRIE STATE PARK, NATURE AND WILDLIFE PRESERVE","918 SE 119TH AVE","Florida","Alachua","Micanopy","Gainesville, FL","2013-11-12" +"12","001","3011","88502",3,29.544722,-82.296111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6360,73,263,365,0,192,"","","Certification not required",0,7.432437,6.412475,86.9,"2013-02-14 08:00",73.5,"2013-02-14 07:00",65.7,"2013-02-14 13:00",64.2,"2013-02-14 09:00","","","","",26.9,23.2,18.7,14.9,10.7,6.6,0.5,"LOCATED IN PAYNES PRAIRIE STATE PARK, NATURE AND WILDLIFE PRESERVE","918 SE 119TH AVE","Florida","Alachua","Micanopy","Gainesville, FL","2013-11-12" +"12","001","3011","88502",3,29.544722,-82.296111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,"","","Certification not required",0,7.343726,3.399712,25.3,"2013-03-08 00:00",20.7,"2013-01-23 00:00",17.2,"2013-01-24 00:00",17,"2013-08-11 00:00","","","","",17.2,15.5,14,11.6,9,6.7,3.8,"LOCATED IN PAYNES PRAIRIE STATE PARK, NATURE AND WILDLIFE PRESERVE","918 SE 119TH AVE","Florida","Alachua","Micanopy","Gainesville, FL","2013-11-12" +"12","003","0002","44201",1,30.201111,-82.441111,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6524,87,214,245,0,28,0,0,"Certification not required",523,0.040117,0.011374,0.07,"2013-03-09 14:00",0.067,"2013-03-30 15:00",0.065,"2013-03-29 17:00",0.064,"2013-05-15 12:00","","","","",0.065,0.064,0.058,0.055,0.05,0.044,0.033,"OLUSTEE","HWY 90 OLUSTEE FOREST SERVICE OFFICE","Florida","Baker","","Jacksonville, FL","2013-11-12" +"12","003","0002","44201",1,30.201111,-82.441111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6542,87,214,245,0,0,0,0,"Certification not required",0,0.035991,0.011292,0.065,"2013-03-30 09:00",0.062,"2013-03-29 10:00",0.062,"2013-05-15 10:00",0.059,"2013-03-09 10:00","","","","",0.062,0.057,0.054,0.051,0.046,0.04,0.029,"OLUSTEE","HWY 90 OLUSTEE FOREST SERVICE OFFICE","Florida","Baker","","Jacksonville, FL","2013-11-12" +"12","003","0002","44201",1,30.201111,-82.441111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6542,87,214,245,0,0,0,0,"Certification not required",0,0.035991,0.011292,0.065,"2013-03-30 09:00",0.062,"2013-03-29 10:00",0.062,"2013-05-15 10:00",0.059,"2013-03-09 10:00","","","","",0.062,0.057,0.054,0.051,0.046,0.04,0.029,"OLUSTEE","HWY 90 OLUSTEE FOREST SERVICE OFFICE","Florida","Baker","","Jacksonville, FL","2013-11-12" +"12","005","0006","44201",1,30.130433,-85.731517,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6518,87,212,245,0,34,0,0,"Certification not required",2,0.043811,0.012773,0.076,"2013-05-08 22:00",0.074,"2013-08-06 12:00",0.073,"2013-01-31 12:00",0.073,"2013-03-30 18:00","","","","",0.073,0.073,0.066,0.061,0.055,0.046,0.035,"ST.ANDREWS STATE PARK, PANAMA CITY BEACH","4607 STATE PARK LN PCB,FL","Florida","Bay","Lower Grand Lagoon","Panama City-Lynn Haven, FL","2013-11-14" +"12","005","0006","44201",1,30.130433,-85.731517,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6515,87,212,245,0,0,0,0,"Certification not required",0,0.039745,0.012029,0.071,"2013-05-08 19:00",0.069,"2013-03-30 14:00",0.067,"2013-03-29 10:00",0.063,"2013-04-26 10:00","","","","",0.067,0.063,0.059,0.057,0.049,0.043,0.031,"ST.ANDREWS STATE PARK, PANAMA CITY BEACH","4607 STATE PARK LN PCB,FL","Florida","Bay","Lower Grand Lagoon","Panama City-Lynn Haven, FL","2013-11-14" +"12","005","0006","44201",1,30.130433,-85.731517,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6515,87,212,245,0,0,0,0,"Certification not required",0,0.039745,0.012029,0.071,"2013-05-08 19:00",0.069,"2013-03-30 14:00",0.067,"2013-03-29 10:00",0.063,"2013-04-26 10:00","","","","",0.067,0.063,0.059,0.057,0.049,0.043,0.031,"ST.ANDREWS STATE PARK, PANAMA CITY BEACH","4607 STATE PARK LN PCB,FL","Florida","Bay","Lower Grand Lagoon","Panama City-Lynn Haven, FL","2013-11-14" +"12","005","0006","88502",1,30.130433,-85.731517,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6441,74,268,365,0,111,"","","Certification not required",0,9.085763,7.717587,306.9,"2013-01-31 11:00",283.6,"2013-01-31 12:00",125.5,"2013-01-31 22:00",120.9,"2013-01-31 13:00","","","","",27.1,22,17.4,14.4,10.9,8.2,4.1,"ST.ANDREWS STATE PARK, PANAMA CITY BEACH","4607 STATE PARK LN PCB,FL","Florida","Bay","Lower Grand Lagoon","Panama City-Lynn Haven, FL","2013-11-14" +"12","005","0006","88502",1,30.130433,-85.731517,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,9.012313,4.335132,52.8,"2013-01-31 00:00",25.5,"2013-01-27 00:00",21.7,"2013-01-25 00:00",19.8,"2013-03-09 00:00","","","","",21.7,18.7,15.9,13.4,10.3,8.3,5.4,"ST.ANDREWS STATE PARK, PANAMA CITY BEACH","4607 STATE PARK LN PCB,FL","Florida","Bay","Lower Grand Lagoon","Panama City-Lynn Haven, FL","2013-11-14" +"12","009","0007","44201",1,28.053611,-80.628611,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8587,99,243,245,0,173,0,0,"Certification not required",193,0.040835,0.012271,0.073,"2013-03-22 15:00",0.07,"2013-03-28 16:00",0.069,"2013-03-29 17:00",0.068,"2013-02-28 14:00","","","","",0.069,0.067,0.064,0.059,0.051,0.045,0.038,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","44201",1,28.053611,-80.628611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8634,98,241,245,0,0,0,0,"Certification not required",0,0.037012,0.012116,0.068,"2013-03-22 10:00",0.066,"2013-03-29 10:00",0.065,"2013-03-28 12:00",0.063,"2013-03-08 11:00","","","","",0.065,0.063,0.059,0.055,0.048,0.042,0.034,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","44201",1,28.053611,-80.628611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8634,98,241,245,0,0,0,0,"Certification not required",0,0.037012,0.012116,0.068,"2013-03-22 10:00",0.066,"2013-03-29 10:00",0.065,"2013-03-28 12:00",0.063,"2013-03-08 11:00","","","","",0.065,0.063,0.059,0.055,0.048,0.042,0.034,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68101",1,28.053611,-80.628611,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,98,120,122,0,2,"","","Certification not required",84,0.089167,0.072525,0.3,"2013-01-01 00:00",0.3,"2013-01-10 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-18 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.05,0.05,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68102",1,28.053611,-80.628611,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,2,"","","Certification not required",0,24.088333,0.032237,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68103",1,28.053611,-80.628611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,2,"","","Certification not required",0,18.518333,5.121679,25.8,"2013-08-17 00:00",25.6,"2013-08-08 00:00",25.1,"2013-08-20 00:00",24.9,"2013-08-23 00:00","","","","",25.6,25.1,24.4,23.5,22.7,19.6,10.1,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68104",1,28.053611,-80.628611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,2,"","","Certification not required",0,28.076667,4.016557,33.9,"2013-06-18 00:00",33.9,"2013-09-22 00:00",33.6,"2013-09-13 00:00",33.5,"2013-09-01 00:00","","","","",33.9,33.6,33.1,32.7,31.5,28.8,21.7,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68105",1,28.053611,-80.628611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,2,"","","Certification not required",0,22.865833,4.135895,28.6,"2013-08-20 00:00",28.5,"2013-08-08 00:00",28.4,"2013-08-11 00:00",28.4,"2013-08-14 00:00","","","","",28.5,28.4,28.1,27.2,26.1,23.7,16.5,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68106",1,28.053611,-80.628611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,2,"","","Certification not required",0,760.266667,2.687454,767,"2013-01-28 00:00",766,"2013-01-10 00:00",766,"2013-02-18 00:00",766,"2013-03-29 00:00","","","","",766,766,764,763,762,761,757,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68107",1,28.053611,-80.628611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,2,"","","Certification not required",0,764.191667,2.590532,770,"2013-01-10 00:00",770,"2013-01-28 00:00",770,"2013-02-18 00:00",770,"2013-03-29 00:00","","","","",770,770,768,767,766,764,761,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68108",1,28.053611,-80.628611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,2,"","","Certification not required",0,762.125,2.642772,768,"2013-01-10 00:00",768,"2013-01-28 00:00",768,"2013-02-18 00:00",767,"2013-01-25 00:00","","","","",768,768,766,765,764,762,759,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","68109",1,28.053611,-80.628611,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,98,120,122,0,2,"","","Certification not required",0,1439.95,0.218859,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","81102",3,28.053611,-80.628611,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8587,98,357,365,0,173,"","","Certification not required",0,14.348084,9.051645,99,"2013-01-01 01:00",98,"2013-08-11 13:00",98,"2013-12-20 08:00",90,"2013-08-11 14:00","","","","",49,36,29,24,18,13,6,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","81102",3,28.053611,-80.628611,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,13.907563,6.178967,76,"2013-08-11 00:00",54,"2013-08-12 00:00",36,"2013-08-10 00:00",36,"2013-09-14 00:00","","","","",36,27,22,20,16,13,8,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","88101",1,28.053611,-80.628611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,5.776667,3.529319,25.8,"2013-01-01 00:00",22.8,"2013-08-11 00:00",20.6,"2013-01-25 00:00",13.6,"2013-03-08 00:00","","","","",22.8,20.6,10.5,9.2,6.8,5,3.1,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","88101",1,28.053611,-80.628611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,5.776667,3.529319,25.8,"2013-01-01 00:00",22.8,"2013-08-11 00:00",20.6,"2013-01-25 00:00",13.6,"2013-03-08 00:00","","","","",22.8,20.6,10.5,9.2,6.8,5,3.1,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","88502",3,28.053611,-80.628611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7796,89,322,365,0,964,"","","Certification not required",0,7.343958,4.923157,98.3,"2013-01-01 01:00",67.5,"2013-01-01 02:00",54.8,"2013-01-01 05:00",54.5,"2013-01-01 04:00","","","","",23.4,20,15.3,12.5,9.3,6.8,2.7,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","0007","88502",3,28.053611,-80.628611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,7.31118,2.993409,27.3,"2013-01-01 00:00",26.8,"2013-08-11 00:00",21.2,"2013-01-25 00:00",21.2,"2013-08-12 00:00","","","","",21.2,15.5,11.4,10.4,8.3,6.8,4.7,"LOCATED IN CITY PARK ADJACENT TO SOFTBALL AND SOCCER FIELDS","401 FLORIDA AVE","Florida","Brevard","Melbourne","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","4001","44201",1,28.310556,-80.615556,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8627,99,242,245,0,133,0,0,"Certification not required",5,0.041339,0.011226,0.072,"2013-03-22 14:00",0.068,"2013-03-28 15:00",0.067,"2013-03-29 15:00",0.065,"2013-03-15 16:00","","","","",0.067,0.065,0.062,0.057,0.05,0.045,0.039,"","400 SOUTH 4TH STREET","Florida","Brevard","Cocoa Beach","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","4001","44201",1,28.310556,-80.615556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8674,98,239,245,0,0,0,0,"Certification not required",0,0.03746,0.01135,0.068,"2013-03-22 11:00",0.066,"2013-03-29 11:00",0.065,"2013-03-28 12:00",0.063,"2013-03-30 10:00","","","","",0.065,0.062,0.058,0.054,0.047,0.043,0.035,"","400 SOUTH 4TH STREET","Florida","Brevard","Cocoa Beach","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","009","4001","44201",1,28.310556,-80.615556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8674,98,239,245,0,0,0,0,"Certification not required",0,0.03746,0.01135,0.068,"2013-03-22 11:00",0.066,"2013-03-29 11:00",0.065,"2013-03-28 12:00",0.063,"2013-03-30 10:00","","","","",0.065,0.062,0.058,0.054,0.047,0.043,0.035,"","400 SOUTH 4TH STREET","Florida","Brevard","Cocoa Beach","Palm Bay-Melbourne-Titusville, FL","2014-02-17" +"12","011","0010","42101",1,26.128611,-80.167222,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6154,70,258,365,0,398,0,0,"Certification not required",4954,0.325366,0.180509,2.3,"2013-01-02 07:00",1.8,"2013-01-25 22:00",1.8,"2013-01-26 00:00",1.8,"2013-02-02 23:00","","","","",1.1,0.9,0.7,0.5,0.25,0.25,0.25,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","42101",1,26.128611,-80.167222,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6153,70,254,365,0,0,0,0,"Certification not required",0,0.356899,0.127526,1.4,"2013-01-26 02:00",1.4,"2013-01-26 03:00",1.4,"2013-01-26 04:00",1.4,"2013-09-01 06:00",1.4,"2013-01-26 02:00",1.4,"2013-09-01 06:00",0.9,0.8,0.6,0.5,0.4,0.3,0.3,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","42401",1,26.128611,-80.167222,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6137,70,258,365,0,415,0,"","Certification not required",0,0.387597,0.595836,3,"2013-03-31 09:00",3,"2013-04-20 12:00",2,"2013-01-02 08:00",2,"2013-01-26 00:00","","","","",2,2,1,1,1,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","42401",1,26.128611,-80.167222,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6137,70,258,365,0,415,"","","Certification not required",0,0.070393,0.274275,3,"2013-03-31 09:00",3,"2013-04-20 12:00",2,"2013-01-02 08:00",2,"2013-01-26 00:00","","","","",1,1,1,0,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","42401",1,26.128611,-80.167222,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",258,71,258,365,0,0,0,"","Certification not required",0,0.068217,0.148132,0.9,"2013-06-29 00:00",0.9,"2013-09-01 00:00",0.6,"2013-07-02 00:00",0.5,"2013-03-31 00:00","","","","",0.6,0.5,0.4,0.3,0.1,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","42401",1,26.128611,-80.167222,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2028,69,258,365,0,0,"",0,"Certification not required",0,0.066815,0.23208,2,"2013-09-01 05:00",2,"2013-09-07 14:00",1.6,"2013-01-26 02:00",1.6,"2013-03-16 14:00","","","","",1,1,0.6,0.3,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","42401",5,26.128611,-80.167222,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",73722,70,258,365,0,4902,"","","Certification not required",0,0.086216,0.397152,6,"2013-07-04 20:45",5,"2013-01-02 07:35",5,"2013-01-02 07:40",5,"2013-01-02 07:45","","","","",1,1,1,0,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0010","43207",1,26.128611,-80.167222,"NAD83","Freon 113","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.160538,0.052822,0.2678,"2013-01-10 00:00",0.245,"2013-01-28 00:00",0.2424,"2013-02-15 00:00",0.225,"2013-06-03 00:00","","","","",0.2678,0.2678,0.245,0.2424,0.1854,0.165,0.0838,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43208",1,26.128611,-80.167222,"NAD83","Freon 114","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.040155,0.014852,0.092,"2013-04-04 00:00",0.0826,"2013-05-28 00:00",0.0706,"2013-01-16 00:00",0.0399,"2013-05-04 00:00","","","","",0.092,0.092,0.0826,0.0706,0.0378,0.036,0.0316,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43218",1,26.128611,-80.167222,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.102414,0.128331,0.45,"2013-06-09 00:00",0.39,"2013-04-10 00:00",0.35,"2013-02-03 00:00",0.28,"2013-01-16 00:00","","","","",0.45,0.45,0.39,0.35,0.16,0.06,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43505",1,26.128611,-80.167222,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,8.103448,6.154566,29.24,"2013-01-04 00:00",20.66,"2013-06-09 00:00",17.34,"2013-01-16 00:00",14.61,"2013-03-05 00:00","","","","",29.24,29.24,20.66,17.34,10.12,6.21,2.98,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43704",1,26.128611,-80.167222,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.210345,0.215033,0.99,"2013-03-05 00:00",0.58,"2013-03-23 00:00",0.57,"2013-01-16 00:00",0.4,"2013-02-09 00:00","","","","",0.99,0.99,0.58,0.57,0.22,0.16,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43801",1,26.128611,-80.167222,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.811724,0.535357,2.21,"2013-06-09 00:00",1.45,"2013-02-15 00:00",1.39,"2013-01-04 00:00",1.31,"2013-06-15 00:00","","","","",2.21,2.21,1.45,1.39,1.16,0.89,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43802",1,26.128611,-80.167222,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.16,0.095762,0.55,"2013-06-03 00:00",0.26,"2013-06-15 00:00",0.24,"2013-02-15 00:00",0.23,"2013-01-28 00:00","","","","",0.55,0.55,0.26,0.24,0.18,0.15,0.06,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43803",1,26.128611,-80.167222,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.052069,0.029323,0.12,"2013-05-10 00:00",0.1,"2013-04-16 00:00",0.1,"2013-06-09 00:00",0.09,"2013-02-27 00:00","","","","",0.12,0.12,0.1,0.1,0.07,0.04,0.02,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43804",1,26.128611,-80.167222,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.091379,0.028626,0.16,"2013-05-16 00:00",0.15,"2013-05-22 00:00",0.14,"2013-01-28 00:00",0.12,"2013-02-15 00:00","","","","",0.16,0.16,0.15,0.14,0.11,0.08,0.06,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43811",1,26.128611,-80.167222,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.292952,0.082157,0.488,"2013-05-16 00:00",0.467,"2013-05-04 00:00",0.4132,"2013-05-22 00:00",0.3946,"2013-06-03 00:00","","","","",0.488,0.488,0.467,0.4132,0.3274,0.286,0.2106,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43812",1,26.128611,-80.167222,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.017586,0.033558,0.14,"2013-04-22 00:00",0.09,"2013-05-04 00:00",0.06,"2013-04-16 00:00",0.06,"2013-05-22 00:00","","","","",0.14,0.14,0.09,0.06,0.03,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43813",1,26.128611,-80.167222,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.006897,0.012565,0.03,"2013-04-04 00:00",0.03,"2013-04-10 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-16 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43814",1,26.128611,-80.167222,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.026207,0.023666,0.06,"2013-01-04 00:00",0.06,"2013-01-10 00:00",0.06,"2013-02-21 00:00",0.06,"2013-03-29 00:00","","","","",0.06,0.06,0.06,0.06,0.05,0.03,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43815",1,26.128611,-80.167222,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.032069,0.023204,0.09,"2013-04-04 00:00",0.06,"2013-01-04 00:00",0.06,"2013-01-22 00:00",0.06,"2013-03-23 00:00","","","","",0.09,0.09,0.06,0.06,0.05,0.03,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43817",1,26.128611,-80.167222,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.032069,0.026777,0.09,"2013-04-04 00:00",0.08,"2013-01-04 00:00",0.07,"2013-01-16 00:00",0.06,"2013-03-23 00:00","","","","",0.09,0.09,0.08,0.07,0.05,0.03,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43818",1,26.128611,-80.167222,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.034483,0.034078,0.11,"2013-03-05 00:00",0.11,"2013-03-11 00:00",0.08,"2013-02-09 00:00",0.08,"2013-03-23 00:00","","","","",0.11,0.11,0.11,0.08,0.06,0.03,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43819",1,26.128611,-80.167222,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.003103,0.006038,0.02,"2013-05-04 00:00",0.02,"2013-05-22 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43820",1,26.128611,-80.167222,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.013793,0.020251,0.06,"2013-02-21 00:00",0.06,"2013-04-10 00:00",0.06,"2013-05-22 00:00",0.03,"2013-01-04 00:00","","","","",0.06,0.06,0.06,0.06,0.03,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43823",1,26.128611,-80.167222,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.627286,0.175208,1.2797,"2013-04-10 00:00",0.8738,"2013-06-03 00:00",0.8612,"2013-05-16 00:00",0.7959,"2013-05-22 00:00","","","","",1.2797,1.2797,0.8738,0.8612,0.6708,0.5915,0.4755,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43824",1,26.128611,-80.167222,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.021724,0.02205,0.08,"2013-01-04 00:00",0.06,"2013-04-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-09 00:00","","","","",0.08,0.08,0.06,0.05,0.03,0.03,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43826",1,26.128611,-80.167222,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.004138,0.010528,0.03,"2013-04-04 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-22 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43829",1,26.128611,-80.167222,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.008621,0.023562,0.09,"2013-05-04 00:00",0.08,"2013-04-10 00:00",0.04,"2013-04-16 00:00",0.04,"2013-05-10 00:00","","","","",0.09,0.09,0.08,0.04,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43830",1,26.128611,-80.167222,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.004483,0.018045,0.09,"2013-05-16 00:00",0.04,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.09,0.09,0.04,0,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43831",1,26.128611,-80.167222,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.005862,0.018423,0.08,"2013-04-10 00:00",0.05,"2013-04-04 00:00",0.04,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.08,0.08,0.05,0.04,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43839",1,26.128611,-80.167222,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.042238,0.003218,0.0477,"2013-05-04 00:00",0.047,"2013-04-04 00:00",0.0469,"2013-05-22 00:00",0.0461,"2013-03-29 00:00","","","","",0.0477,0.0477,0.047,0.0469,0.0436,0.0428,0.0374,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43843",1,26.128611,-80.167222,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.019655,0.020086,0.06,"2013-01-04 00:00",0.06,"2013-04-16 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-09 00:00","","","","",0.06,0.06,0.06,0.05,0.03,0.03,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43844",1,26.128611,-80.167222,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.146552,0.137796,0.42,"2013-03-05 00:00",0.37,"2013-02-09 00:00",0.35,"2013-01-22 00:00",0.33,"2013-01-28 00:00","","","","",0.42,0.42,0.37,0.35,0.28,0.11,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","43860",1,26.128611,-80.167222,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.005172,0.011533,0.03,"2013-04-10 00:00",0.03,"2013-04-22 00:00",0.03,"2013-04-28 00:00",0.03,"2013-05-04 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45109",1,26.128611,-80.167222,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.888966,0.864268,3.57,"2013-01-10 00:00",3.28,"2013-06-09 00:00",1.69,"2013-01-04 00:00",1.68,"2013-03-05 00:00","","","","",3.57,3.57,3.28,1.69,1.23,0.66,0.12,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45201",1,26.128611,-80.167222,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.285793,0.666825,2.969,"2013-06-09 00:00",2.321,"2013-03-23 00:00",2.29,"2013-03-05 00:00",2.194,"2013-01-04 00:00","","","","",2.969,2.969,2.321,2.29,1.699,1.149,0.56,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45202",1,26.128611,-80.167222,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,3.805517,2.851241,14.75,"2013-06-09 00:00",7.88,"2013-01-04 00:00",7.44,"2013-06-15 00:00",7,"2013-03-05 00:00","","","","",14.75,14.75,7.88,7.44,4.78,3.36,1.25,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45203",1,26.128611,-80.167222,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.707241,0.371165,2.04,"2013-06-09 00:00",1.31,"2013-06-15 00:00",1.12,"2013-01-04 00:00",0.98,"2013-05-22 00:00","","","","",2.04,2.04,1.31,1.12,0.88,0.63,0.22,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45204",1,26.128611,-80.167222,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.682414,0.485399,2.49,"2013-06-09 00:00",1.31,"2013-06-15 00:00",1.16,"2013-03-05 00:00",1.04,"2013-01-16 00:00","","","","",2.49,2.49,1.31,1.16,0.93,0.66,0.12,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45207",1,26.128611,-80.167222,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",24,0.346872,0.381685,1.8387,"2013-01-28 00:00",1.5147,"2013-05-22 00:00",0.6354,"2013-06-09 00:00",0.4239,"2013-01-16 00:00","","","","",1.8387,1.8387,1.5147,0.6354,0.23625,0.22095,0.20385,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45208",1,26.128611,-80.167222,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",6,1.255441,1.253312,6.7428,"2013-01-28 00:00",2.5443,"2013-06-09 00:00",2.2401,"2013-04-16 00:00",1.9107,"2013-01-16 00:00","","","","",6.7428,6.7428,2.5443,2.2401,1.6695,1.0503,0.19305,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45220",1,26.128611,-80.167222,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.214483,0.15842,0.56,"2013-06-09 00:00",0.54,"2013-01-28 00:00",0.49,"2013-05-22 00:00",0.44,"2013-03-23 00:00","","","","",0.56,0.56,0.54,0.49,0.26,0.22,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45801",1,26.128611,-80.167222,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.064138,0.055325,0.18,"2013-03-29 00:00",0.18,"2013-04-04 00:00",0.15,"2013-06-21 00:00",0.14,"2013-01-16 00:00","","","","",0.18,0.18,0.18,0.15,0.08,0.08,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45805",1,26.128611,-80.167222,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.170886,0.032467,0.3264,"2013-01-28 00:00",0.1866,"2013-05-04 00:00",0.1839,"2013-04-04 00:00",0.1836,"2013-05-22 00:00","","","","",0.3264,0.3264,0.1866,0.1839,0.1722,0.168,0.1464,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45806",1,26.128611,-80.167222,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.155472,0.042577,0.3696,"2013-06-21 00:00",0.1662,"2013-05-04 00:00",0.1638,"2013-04-04 00:00",0.1635,"2013-05-22 00:00","","","","",0.3696,0.3696,0.1662,0.1638,0.1533,0.1497,0.1305,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45807",1,26.128611,-80.167222,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.166207,0.117486,0.39,"2013-03-05 00:00",0.37,"2013-06-21 00:00",0.35,"2013-01-16 00:00",0.34,"2013-06-09 00:00","","","","",0.39,0.39,0.37,0.35,0.24,0.17,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","45810",1,26.128611,-80.167222,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.186552,0.203211,0.87,"2013-03-05 00:00",0.51,"2013-01-04 00:00",0.45,"2013-01-10 00:00",0.41,"2013-05-28 00:00","","","","",0.87,0.87,0.51,0.45,0.3,0.13,0,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","0010","81102",1,26.128611,-80.167222,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,14.636364,8.285855,46,"2013-09-13 00:00",41,"2013-06-21 00:00",38,"2013-07-21 00:00",20,"2013-02-27 00:00","","","","",46,46,38,20,16,13,8,"","LINCOLN PARK ELEMENTARY SCH. (NW CORNER)","Florida","Broward","Fort Lauderdale","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0033","44201",1,26.073536,-80.33845,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6445,86,211,245,0,107,0,0,"Certification not required",688,0.035668,0.012693,0.079,"2013-03-08 15:00",0.076,"2013-05-24 14:00",0.063,"2013-03-15 13:00",0.061,"2013-03-14 16:00","","","","",0.063,0.061,0.059,0.055,0.048,0.038,0.028,"Vista View Park","3211 College Ave, Davie, FL 33314","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0033","44201",1,26.073536,-80.33845,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6447,85,208,245,0,0,0,0,"Certification not required",0,0.030639,0.012045,0.064,"2013-03-08 11:00",0.058,"2013-03-15 10:00",0.058,"2013-03-29 09:00",0.057,"2013-03-28 10:00","","","","",0.058,0.056,0.054,0.05,0.043,0.033,0.023,"Vista View Park","3211 College Ave, Davie, FL 33314","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0033","44201",1,26.073536,-80.33845,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6447,85,208,245,0,0,0,0,"Certification not required",0,0.030639,0.012045,0.064,"2013-03-08 11:00",0.058,"2013-03-15 10:00",0.058,"2013-03-29 09:00",0.057,"2013-03-28 10:00","","","","",0.058,0.056,0.054,0.05,0.043,0.033,0.023,"Vista View Park","3211 College Ave, Davie, FL 33314","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0033","88502",3,26.073536,-80.33845,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6424,73,267,365,0,128,"","","Certification not required",0,8.503471,4.514378,59.7,"2013-07-04 20:00",42.5,"2013-08-06 11:00",41.5,"2013-01-25 21:00",39.9,"2013-01-31 14:00","","","","",23.7,21.7,17.3,14.1,10.3,7.6,4.1,"Vista View Park","3211 College Ave, Davie, FL 33314","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","0033","88502",3,26.073536,-80.33845,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,8.466292,3.297251,21.7,"2013-09-14 00:00",20.1,"2013-06-19 00:00",19.7,"2013-08-11 00:00",19.4,"2013-07-22 00:00","","","","",19.7,18.6,15.4,12.7,9.9,7.9,5.1,"Vista View Park","3211 College Ave, Davie, FL 33314","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","43207",1,26.083143,-80.237586,"WGS84","Freon 113","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.152087,0.049599,0.241,"2013-01-22 00:00",0.2356,"2013-02-27 00:00",0.2082,"2013-02-03 00:00",0.1992,"2013-06-03 00:00","","","","",0.241,0.241,0.2356,0.2082,0.181,0.1576,0.1028,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43208",1,26.083143,-80.237586,"WGS84","Freon 114","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.041023,0.01645,0.09,"2013-03-29 00:00",0.0804,"2013-01-22 00:00",0.0788,"2013-01-16 00:00",0.078,"2013-02-27 00:00","","","","",0.09,0.09,0.0804,0.0788,0.0365,0.035,0.033,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43218",1,26.083143,-80.237586,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.033667,0.04319,0.16,"2013-02-03 00:00",0.11,"2013-04-16 00:00",0.11,"2013-05-10 00:00",0.1,"2013-01-16 00:00","","","","",0.16,0.16,0.11,0.11,0.05,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43505",1,26.083143,-80.237586,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,5.059667,3.886912,20.42,"2013-01-16 00:00",14.65,"2013-01-04 00:00",8.15,"2013-06-03 00:00",7.92,"2013-06-27 00:00","","","","",20.42,20.42,14.65,8.15,5.83,3.76,2.29,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43704",1,26.083143,-80.237586,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.114,0.159948,0.6,"2013-03-23 00:00",0.51,"2013-02-03 00:00",0.44,"2013-01-04 00:00",0.3,"2013-02-15 00:00","","","","",0.6,0.6,0.51,0.44,0.12,0.05,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43801",1,26.083143,-80.237586,"WGS84","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.786667,0.478556,1.92,"2013-01-16 00:00",1.64,"2013-06-03 00:00",1.58,"2013-02-03 00:00",1.44,"2013-01-04 00:00","","","","",1.92,1.92,1.64,1.58,1.03,0.84,0.2,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43802",1,26.083143,-80.237586,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.143793,0.157603,0.89,"2013-03-05 00:00",0.21,"2013-02-03 00:00",0.21,"2013-06-21 00:00",0.2,"2013-01-22 00:00","","","","",0.89,0.89,0.21,0.21,0.17,0.14,0.01,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43803",1,26.083143,-80.237586,"WGS84","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.043333,0.028688,0.12,"2013-02-03 00:00",0.09,"2013-01-16 00:00",0.08,"2013-01-22 00:00",0.08,"2013-02-27 00:00","","","","",0.12,0.12,0.09,0.08,0.06,0.04,0.01,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43804",1,26.083143,-80.237586,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.078,0.02565,0.14,"2013-05-22 00:00",0.13,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.14,0.14,0.13,0.1,0.1,0.08,0.04,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43811",1,26.083143,-80.237586,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.269427,0.084301,0.4362,"2013-04-28 00:00",0.4229,"2013-05-04 00:00",0.3989,"2013-05-22 00:00",0.3868,"2013-05-16 00:00","","","","",0.4362,0.4362,0.4229,0.3989,0.32,0.2749,0.1942,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43812",1,26.083143,-80.237586,"WGS84","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.013333,0.025098,0.08,"2013-01-22 00:00",0.08,"2013-03-23 00:00",0.06,"2013-04-16 00:00",0.05,"2013-04-22 00:00","","","","",0.08,0.08,0.08,0.06,0.02,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43813",1,26.083143,-80.237586,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.007667,0.015241,0.06,"2013-03-17 00:00",0.03,"2013-01-16 00:00",0.03,"2013-02-27 00:00",0.03,"2013-04-16 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43814",1,26.083143,-80.237586,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.028667,0.023887,0.08,"2013-01-16 00:00",0.08,"2013-02-27 00:00",0.06,"2013-02-09 00:00",0.06,"2013-02-15 00:00","","","","",0.08,0.08,0.08,0.06,0.03,0.03,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43815",1,26.083143,-80.237586,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.036333,0.02356,0.08,"2013-01-16 00:00",0.08,"2013-04-22 00:00",0.06,"2013-02-09 00:00",0.06,"2013-02-15 00:00","","","","",0.08,0.08,0.08,0.06,0.05,0.03,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43817",1,26.083143,-80.237586,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.038333,0.027428,0.09,"2013-06-03 00:00",0.08,"2013-01-04 00:00",0.08,"2013-01-16 00:00",0.08,"2013-02-27 00:00","","","","",0.09,0.09,0.08,0.08,0.06,0.03,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43818",1,26.083143,-80.237586,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.041,0.038894,0.12,"2013-03-11 00:00",0.12,"2013-03-17 00:00",0.1,"2013-02-27 00:00",0.1,"2013-03-05 00:00","","","","",0.12,0.12,0.12,0.1,0.08,0.03,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43819",1,26.083143,-80.237586,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.002667,0.005833,0.02,"2013-03-17 00:00",0.02,"2013-03-29 00:00",0.01,"2013-01-16 00:00",0.01,"2013-03-11 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43820",1,26.083143,-80.237586,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.012667,0.020667,0.08,"2013-01-16 00:00",0.06,"2013-03-17 00:00",0.03,"2013-02-27 00:00",0.03,"2013-03-05 00:00","","","","",0.08,0.08,0.06,0.03,0.03,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43823",1,26.083143,-80.237586,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.56619,0.113834,0.7851,"2013-05-22 00:00",0.7372,"2013-01-22 00:00",0.7258,"2013-06-03 00:00",0.7089,"2013-04-28 00:00","","","","",0.7851,0.7851,0.7372,0.7258,0.6459,0.5699,0.4439,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43824",1,26.083143,-80.237586,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.025,0.032669,0.16,"2013-01-04 00:00",0.06,"2013-02-09 00:00",0.06,"2013-03-17 00:00",0.05,"2013-02-03 00:00","","","","",0.16,0.16,0.06,0.06,0.03,0.03,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43826",1,26.083143,-80.237586,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.003667,0.009643,0.03,"2013-04-16 00:00",0.03,"2013-04-22 00:00",0.03,"2013-04-28 00:00",0.02,"2013-05-16 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43829",1,26.083143,-80.237586,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.013667,0.024703,0.08,"2013-04-10 00:00",0.08,"2013-05-04 00:00",0.05,"2013-03-17 00:00",0.04,"2013-02-09 00:00","","","","",0.08,0.08,0.08,0.05,0.04,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43830",1,26.083143,-80.237586,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.004333,0.013309,0.05,"2013-03-17 00:00",0.04,"2013-03-23 00:00",0.04,"2013-04-28 00:00",0,"2013-01-04 00:00","","","","",0.05,0.05,0.04,0.04,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43831",1,26.083143,-80.237586,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001333,0.007303,0.04,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.04,0.04,0,0,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43839",1,26.083143,-80.237586,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.044563,0.016017,0.1286,"2013-05-22 00:00",0.0465,"2013-03-17 00:00",0.0461,"2013-03-29 00:00",0.0455,"2013-03-11 00:00","","","","",0.1286,0.1286,0.0465,0.0461,0.0434,0.0416,0.0394,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43843",1,26.083143,-80.237586,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.023667,0.023265,0.09,"2013-03-17 00:00",0.06,"2013-03-11 00:00",0.05,"2013-02-21 00:00",0.05,"2013-02-27 00:00","","","","",0.09,0.09,0.06,0.05,0.03,0.03,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43844",1,26.083143,-80.237586,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.169,0.132362,0.38,"2013-01-22 00:00",0.36,"2013-03-05 00:00",0.36,"2013-03-11 00:00",0.34,"2013-02-15 00:00","","","","",0.38,0.38,0.36,0.36,0.28,0.2,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","43860",1,26.083143,-80.237586,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.002,0.007611,0.03,"2013-03-17 00:00",0.03,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45109",1,26.083143,-80.237586,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.490333,0.397522,1.51,"2013-01-04 00:00",1.48,"2013-06-03 00:00",1.37,"2013-01-16 00:00",0.94,"2013-02-03 00:00","","","","",1.51,1.51,1.48,1.37,0.56,0.41,0.11,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45201",1,26.083143,-80.237586,"WGS84","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.366233,0.597811,2.654,"2013-01-22 00:00",2.486,"2013-03-23 00:00",2.39,"2013-06-03 00:00",2.344,"2013-02-03 00:00","","","","",2.654,2.654,2.486,2.39,1.61,1.247,0.823,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45202",1,26.083143,-80.237586,"WGS84","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,6.040333,2.981432,15.34,"2013-06-03 00:00",11.85,"2013-06-21 00:00",9.93,"2013-06-15 00:00",9.38,"2013-01-16 00:00","","","","",15.34,15.34,11.85,9.93,7.43,5.51,2.95,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45203",1,26.083143,-80.237586,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.366333,0.22104,0.97,"2013-01-04 00:00",0.91,"2013-06-03 00:00",0.74,"2013-01-16 00:00",0.62,"2013-02-03 00:00","","","","",0.97,0.97,0.91,0.74,0.45,0.31,0.21,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45204",1,26.083143,-80.237586,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.442,0.288533,1.25,"2013-06-03 00:00",1.08,"2013-01-04 00:00",0.95,"2013-01-16 00:00",0.82,"2013-05-22 00:00","","","","",1.25,1.25,1.08,0.95,0.57,0.36,0.2,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45207",1,26.083143,-80.237586,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",19,0.523528,0.84592,4.788,"2013-05-04 00:00",1.0818,"2013-03-29 00:00",1.0485,"2013-04-22 00:00",0.8442,"2013-05-10 00:00","","","","",4.788,4.788,1.0818,1.0485,0.585,0.2232,0.2025,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45208",1,26.083143,-80.237586,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.88995,0.491881,2.0574,"2013-01-04 00:00",1.8531,"2013-05-22 00:00",1.7739,"2013-01-16 00:00",1.665,"2013-06-03 00:00","","","","",2.0574,2.0574,1.8531,1.7739,1.0602,0.7659,0.20925,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45220",1,26.083143,-80.237586,"WGS84","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.573667,0.201622,1.14,"2013-06-03 00:00",0.93,"2013-04-10 00:00",0.91,"2013-05-28 00:00",0.83,"2013-06-15 00:00","","","","",1.14,1.14,0.93,0.91,0.72,0.54,0.36,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45801",1,26.083143,-80.237586,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.082,0.065936,0.27,"2013-03-17 00:00",0.17,"2013-02-09 00:00",0.16,"2013-01-10 00:00",0.16,"2013-01-16 00:00","","","","",0.27,0.27,0.17,0.16,0.09,0.08,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45805",1,26.083143,-80.237586,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.24701,0.43445,2.5422,"2013-02-09 00:00",0.3138,"2013-02-27 00:00",0.1818,"2013-03-17 00:00",0.1803,"2013-03-29 00:00","","","","",2.5422,2.5422,0.3138,0.1818,0.1701,0.1626,0.1542,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45806",1,26.083143,-80.237586,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.14495,0.007637,0.162,"2013-03-17 00:00",0.1605,"2013-03-29 00:00",0.1587,"2013-03-11 00:00",0.1527,"2013-04-16 00:00","","","","",0.162,0.162,0.1605,0.1587,0.1509,0.1437,0.1374,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45807",1,26.083143,-80.237586,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.174667,0.116818,0.43,"2013-06-03 00:00",0.39,"2013-01-16 00:00",0.36,"2013-03-11 00:00",0.32,"2013-01-04 00:00","","","","",0.43,0.43,0.39,0.36,0.27,0.16,0.08,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","45810",1,26.083143,-80.237586,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.207,0.230085,0.8,"2013-03-11 00:00",0.76,"2013-03-05 00:00",0.6,"2013-03-23 00:00",0.56,"2013-01-04 00:00","","","","",0.8,0.8,0.76,0.6,0.32,0.16,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","1002","68101",1,26.083143,-80.237586,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",93,100,16,61,0,180,"","","Certification not required",5,0.346774,0.131423,0.6,"2013-01-15 00:00",0.6,"2013-01-19 00:00",0.6,"2013-01-24 00:00",0.5,"2013-01-05 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.4,0.2,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68101",2,26.083143,-80.237586,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",16,26,16,61,0,29,"","","Certification not required",15,0.053125,0.0125,0.1,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68102",1,26.083143,-80.237586,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",93,100,16,61,0,180,"","","Certification not required",0,23.974194,0.093138,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68102",2,26.083143,-80.237586,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",16,26,16,61,0,29,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68103",1,26.083143,-80.237586,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",93,100,16,61,0,180,"","","Certification not required",0,17.230108,4.220287,24.4,"2013-01-09 00:00",24.4,"2013-02-26 00:00",24.2,"2013-03-24 00:00",23.4,"2013-02-23 00:00","","","","",24.4,24.4,23.3,22.3,20.8,18,11.2,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68103",2,26.083143,-80.237586,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",16,26,16,61,0,29,"","","Certification not required",0,17.5625,3.747688,22.9,"2013-01-10 00:00",21.8,"2013-03-23 00:00",21.7,"2013-01-28 00:00",20.3,"2013-03-11 00:00","","","","",22.9,22.9,22.9,21.8,20.3,18.4,12.1,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68103",5,26.083143,-80.237586,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,21,"","","Certification not required",0,20.443038,4.062167,27,"2013-08-11 00:00",26.3,"2013-08-08 00:00",25.8,"2013-08-23 00:00",25.5,"2013-08-20 00:00","","","","",27,26.3,25.5,24.8,23.3,21.4,15.2,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","68104",1,26.083143,-80.237586,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",93,100,16,61,0,180,"","","Certification not required",0,27.204301,3.368747,33.3,"2013-02-24 00:00",33.2,"2013-03-24 00:00",33,"2013-04-01 00:00",32.9,"2013-03-23 00:00","","","","",33.3,33.2,32.7,31.6,29.1,27.7,22.7,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68104",2,26.083143,-80.237586,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",16,26,16,61,0,29,"","","Certification not required",0,27.34375,2.464675,32.5,"2013-03-23 00:00",31.6,"2013-04-04 00:00",29.7,"2013-01-04 00:00",29.1,"2013-02-21 00:00","","","","",32.5,32.5,32.5,31.6,29.1,27.4,24.8,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68104",5,26.083143,-80.237586,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,21,"","","Certification not required",0,29.805063,3.364136,35.6,"2013-09-13 00:00",34.6,"2013-08-14 00:00",34.5,"2013-08-05 00:00",34.3,"2013-08-02 00:00","","","","",35.6,34.6,34.3,33.7,32.3,30.2,25,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","68105",1,26.083143,-80.237586,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",93,25,93,365,0,180,"","","Certification not required",0,21.750538,3.33788,27.9,"2013-03-24 00:00",27.2,"2013-02-26 00:00",27.1,"2013-03-23 00:00",26.5,"2013-02-24 00:00","","","","",27.9,27.2,26.1,25.4,24.3,22.5,17.7,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68105",2,26.083143,-80.237586,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",16,26,16,61,0,29,"","","Certification not required",0,22.03125,2.533961,26.7,"2013-03-23 00:00",25,"2013-04-04 00:00",24.6,"2013-01-10 00:00",24,"2013-01-28 00:00","","","","",26.7,26.7,26.7,25,24,22.5,18.1,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68105",5,26.083143,-80.237586,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,21,"","","Certification not required",0,24.574684,3.373595,29.4,"2013-08-14 00:00",29.4,"2013-08-17 00:00",29.2,"2013-08-11 00:00",29.1,"2013-08-08 00:00","","","","",29.4,29.4,29.1,28.2,26.9,25.4,19.2,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","68106",1,26.083143,-80.237586,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,16,61,0,180,"","","Certification not required",0,763.903226,2.911986,769,"2013-01-28 00:00",769,"2013-02-18 00:00",768,"2013-01-10 00:00",768,"2013-01-23 00:00","","","","",769,769,768,767,766,764,760,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68106",2,26.083143,-80.237586,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,26,16,61,0,29,"","","Certification not required",0,762.3125,2.72565,767,"2013-01-28 00:00",767,"2013-03-29 00:00",765,"2013-01-10 00:00",764,"2013-02-03 00:00","","","","",767,767,767,767,764,762,759,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68106",5,26.083143,-80.237586,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,21,"","","Certification not required",0,756.088608,2.815661,763,"2013-01-28 00:00",763,"2013-03-29 00:00",762,"2013-01-10 00:00",760,"2013-01-04 00:00","","","","",763,763,760,760,758,756,752,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","68107",1,26.083143,-80.237586,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,16,61,0,180,"","","Certification not required",0,767.903226,2.786085,773,"2013-02-17 00:00",773,"2013-02-18 00:00",772,"2013-01-10 00:00",772,"2013-01-23 00:00","","","","",773,773,772,771,770,768,764,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68107",2,26.083143,-80.237586,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,26,16,61,0,29,"","","Certification not required",0,767.0625,2.594064,771,"2013-01-28 00:00",771,"2013-03-29 00:00",770,"2013-01-10 00:00",769,"2013-01-22 00:00","","","","",771,771,771,771,769,768,763,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68107",5,26.083143,-80.237586,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,21,"","","Certification not required",0,759.518987,2.772857,766,"2013-01-28 00:00",765,"2013-01-10 00:00",765,"2013-03-29 00:00",764,"2013-01-01 00:00","","","","",766,765,764,764,761,759,756,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","68108",1,26.083143,-80.237586,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,16,61,0,180,"","","Certification not required",0,765.827957,2.81928,771,"2013-02-18 00:00",770,"2013-01-10 00:00",770,"2013-01-23 00:00",770,"2013-01-24 00:00","","","","",771,770,770,769,768,766,762,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68108",2,26.083143,-80.237586,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,26,16,61,0,29,"","","Certification not required",0,764.625,2.704934,769,"2013-01-28 00:00",769,"2013-03-29 00:00",768,"2013-01-10 00:00",766,"2013-01-04 00:00","","","","",769,769,769,769,766,765,761,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","68108",5,26.083143,-80.237586,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,21,"","","Certification not required",0,757.227848,2.791697,764,"2013-01-28 00:00",764,"2013-03-29 00:00",763,"2013-01-10 00:00",762,"2013-03-14 00:00","","","","",764,764,762,761,759,757,754,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","68109",1,26.083143,-80.237586,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",93,100,16,61,0,180,"","","Certification not required",0,1437.526882,6.715639,1440,"2013-01-02 00:00",1440,"2013-01-05 00:00",1440,"2013-01-06 00:00",1440,"2013-01-07 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","68109",2,26.083143,-80.237586,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",16,26,16,61,0,29,"","","Certification not required",0,1439.9375,0.25,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","011","1002","81102",1,26.083143,-80.237586,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,14.586207,9.413202,44,"2013-06-21 00:00",39,"2013-09-13 00:00",35,"2013-07-21 00:00",20,"2013-06-27 00:00","","","","",44,44,39,35,16,12,7,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","81102",2,26.083143,-80.237586,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,2,0,0,"Certification not required",0,17.5,10.46511,49,"2013-06-21 00:00",44,"2013-09-13 00:00",41,"2013-07-21 00:00",23,"2013-06-27 00:00","","","","",49,49,44,41,19,16,9,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","88101",1,26.083143,-80.237586,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",93,25,93,365,0,180,0,0,"Certification not required",0,7.031183,2.699154,14.9,"2013-01-25 00:00",13.8,"2013-03-01 00:00",13,"2013-03-19 00:00",12.6,"2013-03-08 00:00","","","","",14.9,13.8,12.4,10.1,8.7,6.7,4.1,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","88101",1,26.083143,-80.237586,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",93,25,93,365,0,180,"","","Certification not required",0,7.031183,2.699154,14.9,"2013-01-25 00:00",13.8,"2013-03-01 00:00",13,"2013-03-19 00:00",12.6,"2013-03-08 00:00","","","","",14.9,13.8,12.4,10.1,8.7,6.7,4.1,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","88101",2,26.083143,-80.237586,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",16,26,16,61,0,29,0,0,"Certification not required",0,6.9625,1.962948,10.2,"2013-03-23 00:00",9.8,"2013-03-11 00:00",8.6,"2013-03-17 00:00",8.5,"2013-01-22 00:00","","","","",10.2,10.2,10.2,9.8,8.5,7.3,4.5,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","88101",2,26.083143,-80.237586,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",16,26,16,61,0,29,"","","Certification not required",0,6.9625,1.962948,10.2,"2013-03-23 00:00",9.8,"2013-03-11 00:00",8.6,"2013-03-17 00:00",8.5,"2013-01-22 00:00","","","","",10.2,10.2,10.2,9.8,8.5,7.3,4.5,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","1002","88102",5,26.083143,-80.237586,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",68,0.022385,0.010579,0.076,"2013-01-01 00:00",0.061,"2013-10-22 00:00",0.058,"2013-08-14 00:00",0.048,"2013-09-07 00:00","","","","",0.076,0.061,0.048,0.026,0.0255,0.021,0.0135,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88103",5,26.083143,-80.237586,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.000378,0.000855,0.006,"2013-05-31 00:00",0.002,"2013-02-03 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-07 00:00","","","","",0.006,0.002,0.002,0.001,0.001,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88104",5,26.083143,-80.237586,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",44,0.092466,0.29245,1.91,"2013-05-31 00:00",1.16,"2013-08-11 00:00",0.957,"2013-09-13 00:00",0.914,"2013-08-17 00:00","","","","",1.91,1.16,0.914,0.106,0.039,0.0125,0.0065,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88107",5,26.083143,-80.237586,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",71,0.006996,0.007118,0.033,"2013-05-31 00:00",0.0315,"2013-08-11 00:00",0.0312,"2013-09-13 00:00",0.0295,"2013-09-28 00:00","","","","",0.033,0.0315,0.0295,0.0055,0.0055,0.005,0.0039,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88109",5,26.083143,-80.237586,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",22,0.003378,0.002947,0.0198,"2013-03-17 00:00",0.0093,"2013-03-11 00:00",0.0081,"2013-05-19 00:00",0.008,"2013-02-06 00:00","","","","",0.0198,0.0093,0.008,0.0066,0.0049,0.0028,0.0009,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88110",5,26.083143,-80.237586,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.000811,0.002351,0.012,"2013-04-07 00:00",0.009,"2013-09-19 00:00",0.008,"2013-11-03 00:00",0.006,"2013-08-20 00:00","","","","",0.012,0.009,0.006,0.005,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88111",5,26.083143,-80.237586,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.092746,0.08742,0.616,"2013-05-31 00:00",0.416,"2013-08-17 00:00",0.302,"2013-08-11 00:00",0.292,"2013-09-13 00:00","","","","",0.616,0.416,0.292,0.138,0.0977,0.0761,0.0393,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88112",5,26.083143,-80.237586,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.008973,0.021115,0.104,"2013-10-01 00:00",0.085,"2013-09-22 00:00",0.077,"2013-10-07 00:00",0.073,"2013-09-28 00:00","","","","",0.104,0.085,0.073,0.023,0.004,0.002,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88113",5,26.083143,-80.237586,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",72,0.000747,0.000552,0.0049,"2013-05-31 00:00",0.0027,"2013-09-13 00:00",0.001,"2013-09-28 00:00",0.001,"2013-10-01 00:00","","","","",0.0049,0.0027,0.001,0.00075,0.0007,0.0007,0.00055,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88114",5,26.083143,-80.237586,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",31,0.005661,0.007045,0.032,"2013-05-31 00:00",0.0282,"2013-09-01 00:00",0.0234,"2013-10-13 00:00",0.0225,"2013-09-25 00:00","","","","",0.032,0.0282,0.0225,0.0156,0.0071,0.0027,0.0008,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88115",5,26.083143,-80.237586,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",1,0.297574,0.325217,1.27,"2013-11-06 00:00",1.22,"2013-01-10 00:00",1.12,"2013-08-17 00:00",1.03,"2013-01-01 00:00","","","","",1.27,1.22,1.03,0.773,0.503,0.16,0.0254,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88117",5,26.083143,-80.237586,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",74,0.005357,0.007857,0.0435,"2013-10-10 00:00",0.043,"2013-09-28 00:00",0.043,"2013-10-01 00:00",0.00485,"2013-02-03 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.00415,0.0036,0.0028,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88118",5,26.083143,-80.237586,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",74,0.009403,0.006319,0.023,"2013-09-28 00:00",0.023,"2013-10-01 00:00",0.023,"2013-10-10 00:00",0.018,"2013-08-26 00:00","","","","",0.023,0.023,0.018,0.017,0.017,0.0055,0.0041,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88126",5,26.083143,-80.237586,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.084968,0.176735,1.19,"2013-05-31 00:00",0.694,"2013-08-11 00:00",0.645,"2013-09-13 00:00",0.553,"2013-08-17 00:00","","","","",1.19,0.694,0.553,0.11,0.056,0.0457,0.0214,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88128",5,26.083143,-80.237586,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.00027,0.000668,0.003,"2013-03-20 00:00",0.002,"2013-02-06 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-25 00:00","","","","",0.003,0.002,0.002,0.001,0,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88131",5,26.083143,-80.237586,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",73,0.010635,0.003924,0.026,"2013-03-23 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-24 00:00","","","","",0.026,0.0165,0.0165,0.0165,0.011,0.011,0.007,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88132",5,26.083143,-80.237586,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.001351,0.00339,0.022,"2013-05-31 00:00",0.014,"2013-03-05 00:00",0.01,"2013-08-11 00:00",0.009,"2013-09-13 00:00","","","","",0.022,0.014,0.009,0.002,0.001,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88136",5,26.083143,-80.237586,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.000905,0.00151,0.01,"2013-02-09 00:00",0.005,"2013-05-31 00:00",0.003,"2013-03-23 00:00",0.003,"2013-04-04 00:00","","","","",0.01,0.005,0.003,0.003,0.001,0,0,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88140",5,26.083143,-80.237586,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",27,0.03328,0.031422,0.12,"2013-11-06 00:00",0.113,"2013-01-01 00:00",0.106,"2013-02-24 00:00",0.097,"2013-02-27 00:00","","","","",0.12,0.113,0.097,0.085,0.052,0.023,0.0055,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88152",5,26.083143,-80.237586,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",73,0.005714,0.002262,0.021,"2013-05-31 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00","","","","",0.021,0.008,0.008,0.008,0.0055,0.005,0.0045,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88154",5,26.083143,-80.237586,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",74,0.001064,0.000242,0.0013,"2013-01-01 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-19 00:00",0.0013,"2013-01-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.00105,0.00065,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88160",5,26.083143,-80.237586,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",71,0.014304,0.005256,0.043,"2013-09-19 00:00",0.027,"2013-01-01 00:00",0.021,"2013-04-10 00:00",0.0185,"2013-02-09 00:00","","","","",0.043,0.027,0.0185,0.0185,0.0165,0.016,0.01,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88161",5,26.083143,-80.237586,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",59,0.007174,0.018479,0.127,"2013-05-31 00:00",0.0739,"2013-08-11 00:00",0.0593,"2013-09-13 00:00",0.0514,"2013-08-17 00:00","","","","",0.127,0.0739,0.0514,0.008,0.00265,0.0025,0.0021,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88164",5,26.083143,-80.237586,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",59,0.002304,0.001688,0.011,"2013-05-31 00:00",0.007,"2013-08-11 00:00",0.0064,"2013-04-07 00:00",0.0064,"2013-04-13 00:00","","","","",0.011,0.007,0.0064,0.004,0.0019,0.0016,0.0015,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88165",5,26.083143,-80.237586,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",7,0.200333,0.59662,3.75,"2013-05-31 00:00",2.39,"2013-08-11 00:00",2.17,"2013-09-13 00:00",1.93,"2013-08-17 00:00","","","","",3.75,2.39,1.93,0.251,0.103,0.0407,0.0118,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88166",5,26.083143,-80.237586,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",74,0.008759,0.005279,0.019,"2013-01-16 00:00",0.019,"2013-02-09 00:00",0.019,"2013-05-04 00:00",0.019,"2013-08-08 00:00","","","","",0.019,0.019,0.019,0.019,0.0075,0.0075,0.0042,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88167",5,26.083143,-80.237586,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",43,0.003521,0.006158,0.0489,"2013-03-05 00:00",0.0162,"2013-03-17 00:00",0.0161,"2013-04-16 00:00",0.0144,"2013-05-31 00:00","","","","",0.0489,0.0162,0.0144,0.0054,0.0037,0.00175,0.001,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88168",5,26.083143,-80.237586,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",67,0.001518,0.001102,0.0067,"2013-05-31 00:00",0.0065,"2013-08-17 00:00",0.0049,"2013-09-13 00:00",0.004,"2013-08-11 00:00","","","","",0.0067,0.0065,0.004,0.00175,0.00175,0.00115,0.00085,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88169",5,26.083143,-80.237586,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.5505,0.277989,1.62,"2013-05-31 00:00",1.25,"2013-05-16 00:00",1.24,"2013-03-23 00:00",1.21,"2013-05-19 00:00","","","","",1.62,1.25,1.21,0.936,0.689,0.474,0.282,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88176",5,26.083143,-80.237586,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",73,0.000984,0.000253,0.0021,"2013-05-31 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-24 00:00","","","","",0.0021,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88180",5,26.083143,-80.237586,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",1,0.065866,0.069855,0.43,"2013-05-31 00:00",0.251,"2013-08-17 00:00",0.246,"2013-09-13 00:00",0.234,"2013-08-11 00:00","","","","",0.43,0.251,0.234,0.157,0.0699,0.0453,0.0151,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88184",5,26.083143,-80.237586,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",2,0.32702,0.250516,1.1,"2013-05-31 00:00",0.893,"2013-11-06 00:00",0.84,"2013-03-11 00:00",0.778,"2013-01-10 00:00","","","","",1.1,0.893,0.778,0.713,0.503,0.258,0.073,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88185",5,26.083143,-80.237586,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",71,0.003949,0.003931,0.0115,"2013-01-16 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-24 00:00",0.0115,"2013-03-05 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0024,0.00225,0.0014,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88301",5,26.083143,-80.237586,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",7,0.184781,0.201402,0.871,"2013-03-05 00:00",0.864,"2013-03-23 00:00",0.662,"2013-03-26 00:00",0.594,"2013-03-29 00:00","","","","",0.871,0.864,0.594,0.48,0.246,0.11,0.0125,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88302",5,26.083143,-80.237586,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.425182,0.331671,1.81,"2013-11-06 00:00",1.44,"2013-05-31 00:00",1.24,"2013-11-09 00:00",0.9,"2013-10-31 00:00","","","","",1.81,1.44,0.9,0.851,0.619,0.35,0.124,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88303",5,26.083143,-80.237586,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",21,0.040559,0.030279,0.137,"2013-01-31 00:00",0.123,"2013-02-03 00:00",0.121,"2013-05-31 00:00",0.116,"2013-01-01 00:00","","","","",0.137,0.123,0.116,0.0779,0.0498,0.035,0.012,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88306",5,26.083143,-80.237586,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,0.48177,0.272417,2.18,"2013-05-31 00:00",0.886,"2013-03-05 00:00",0.859,"2013-01-04 00:00",0.852,"2013-03-20 00:00","","","","",2.18,0.886,0.852,0.767,0.61,0.435,0.241,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88355",5,26.083143,-80.237586,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,1.040111,0.571004,2.82,"2013-03-14 00:00",2.63,"2013-10-13 00:00",2.59,"2013-03-11 00:00",2.57,"2013-02-03 00:00","","","","",2.82,2.63,2.29,1.86,1.37,0.837,0.504,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88357",5,26.083143,-80.237586,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.279144,0.138631,0.606,"2013-07-18 00:00",0.59,"2013-06-12 00:00",0.582,"2013-09-04 00:00",0.541,"2013-02-15 00:00","","","","",0.606,0.59,0.526,0.505,0.353,0.253,0.12,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88370",5,26.083143,-80.237586,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.985678,0.533465,2.67,"2013-03-14 00:00",2.52,"2013-03-11 00:00",2.37,"2013-10-13 00:00",2.34,"2013-02-03 00:00","","","","",2.67,2.52,2.11,1.81,1.31,0.816,0.476,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88374",5,26.083143,-80.237586,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",41,0.022878,0.036126,0.192,"2013-03-14 00:00",0.137,"2013-10-13 00:00",0.133,"2013-02-03 00:00",0.11,"2013-03-20 00:00","","","","",0.192,0.137,0.1,0.078,0.026,0.005,0.001,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88375",5,26.083143,-80.237586,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.267278,0.116429,0.665,"2013-10-13 00:00",0.576,"2013-05-13 00:00",0.559,"2013-03-14 00:00",0.485,"2013-07-27 00:00","","","","",0.665,0.576,0.473,0.45,0.341,0.241,0.15,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88376",5,26.083143,-80.237586,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.343489,0.191805,0.973,"2013-03-11 00:00",0.933,"2013-02-03 00:00",0.815,"2013-03-14 00:00",0.792,"2013-09-01 00:00","","","","",0.973,0.933,0.749,0.635,0.442,0.291,0.169,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88377",5,26.083143,-80.237586,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.2373,0.13614,0.728,"2013-03-11 00:00",0.6,"2013-02-03 00:00",0.589,"2013-03-14 00:00",0.534,"2013-01-31 00:00","","","","",0.728,0.6,0.515,0.444,0.312,0.191,0.113,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88378",5,26.083143,-80.237586,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",12,0.115556,0.102853,0.518,"2013-03-14 00:00",0.371,"2013-10-13 00:00",0.355,"2013-03-26 00:00",0.329,"2013-05-13 00:00","","","","",0.518,0.371,0.319,0.272,0.178,0.091,0.001,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88380",5,26.083143,-80.237586,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.333111,0.17673,0.761,"2013-06-12 00:00",0.724,"2013-02-03 00:00",0.716,"2013-02-15 00:00",0.674,"2013-07-18 00:00","","","","",0.761,0.724,0.655,0.618,0.443,0.312,0.124,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88383",5,26.083143,-80.237586,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.398508,0.213058,1.09,"2013-03-14 00:00",0.899,"2013-02-03 00:00",0.883,"2013-05-13 00:00",0.859,"2013-10-13 00:00","","","","",1.09,0.899,0.828,0.659,0.541,0.374,0.147,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88384",5,26.083143,-80.237586,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",1,0.04978,0.026224,0.14,"2013-10-16 00:00",0.112,"2013-06-15 00:00",0.107,"2013-10-28 00:00",0.102,"2013-07-03 00:00","","","","",0.14,0.112,0.0962,0.0865,0.0636,0.0503,0.0167,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88385",5,26.083143,-80.237586,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",86,0.001242,0.001293,0.0104,"2013-06-15 00:00",0.00804,"2013-06-12 00:00",0.0046,"2013-10-19 00:00",0.00277,"2013-09-13 00:00","","","","",0.0104,0.00804,0.001,0.001,0.001,0.001,0.001,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88388",5,26.083143,-80.237586,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,0.169378,0.13012,0.662,"2013-03-14 00:00",0.636,"2013-10-13 00:00",0.503,"2013-05-13 00:00",0.447,"2013-07-27 00:00","","","","",0.662,0.636,0.431,0.354,0.233,0.122,0.047,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88403",5,26.083143,-80.237586,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,1.464108,0.769701,4.68,"2013-05-31 00:00",3.41,"2013-05-19 00:00",3.4,"2013-03-23 00:00",3.37,"2013-05-16 00:00","","","","",4.68,3.41,3.37,2.4,1.74,1.23,0.766,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","1002","88502",5,26.083143,-80.237586,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,26,"","","Certification not required",0,7.851351,5.307355,42.3,"2013-05-31 00:00",19,"2013-08-17 00:00",18.7,"2013-08-11 00:00",15.7,"2013-09-13 00:00","","","","",42.3,19,15.7,12.6,8.6,6.7,4,"U of F Ag Research Center","3205 SW 70TH AVENUE","Florida","Broward","Davie","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-13" +"12","011","2003","44201",1,26.292025,-80.09647,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6504,87,214,245,0,48,0,0,"Certification not required",376,0.034379,0.012808,0.082,"2013-05-08 16:00",0.071,"2013-05-07 17:00",0.069,"2013-05-03 14:00",0.069,"2013-05-06 17:00","","","","",0.069,0.064,0.057,0.053,0.046,0.038,0.027,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","44201",1,26.292025,-80.09647,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6510,87,213,245,0,0,0,0,"Certification not required",0,0.030038,0.011967,0.067,"2013-05-08 11:00",0.064,"2013-05-06 12:00",0.059,"2013-03-08 12:00",0.055,"2013-03-30 09:00","","","","",0.059,0.054,0.052,0.049,0.042,0.034,0.022,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","44201",1,26.292025,-80.09647,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6510,87,213,245,0,0,0,0,"Certification not required",0,0.030038,0.011967,0.067,"2013-05-08 11:00",0.064,"2013-05-06 12:00",0.059,"2013-03-08 12:00",0.055,"2013-03-30 09:00","","","","",0.059,0.054,0.052,0.049,0.042,0.034,0.022,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68101",1,26.292025,-80.09647,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",71,65,71,110,0,9,"","","Certification not required",0,0.430986,0.123741,0.6,"2013-02-06 00:00",0.6,"2013-06-15 00:00",0.6,"2013-06-18 00:00",0.6,"2013-07-21 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.3,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68102",1,26.292025,-80.09647,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",71,65,71,110,0,9,"","","Certification not required",0,23.96338,0.070182,24.1,"2013-06-12 00:00",24.1,"2013-06-30 00:00",24.1,"2013-07-03 00:00",24.1,"2013-07-18 00:00","","","","",24.1,24.1,24.1,24.1,24,24,23.9,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68103",1,26.292025,-80.09647,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",71,65,71,110,0,9,"","","Certification not required",0,22.71831,4.670494,28.8,"2013-08-17 00:00",28.4,"2013-08-11 00:00",28.1,"2013-08-14 00:00",27.9,"2013-06-21 00:00","","","","",28.8,28.4,27.9,27.1,25.5,24,16.1,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68104",1,26.292025,-80.09647,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",71,65,71,110,0,9,"","","Certification not required",0,30.998592,3.257365,35.6,"2013-07-12 00:00",35.1,"2013-08-05 00:00",34.9,"2013-09-25 00:00",34.7,"2013-05-13 00:00","","","","",35.6,35.1,34.7,34.2,33.3,32,26.3,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68105",1,26.292025,-80.09647,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",71,65,71,110,0,9,"","","Certification not required",0,26.407042,3.67856,30.6,"2013-08-17 00:00",30.5,"2013-08-11 00:00",30.4,"2013-08-08 00:00",30.4,"2013-08-14 00:00","","","","",30.6,30.5,30.4,30,28.8,27.5,21.4,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68106",1,26.292025,-80.09647,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",71,65,71,110,0,9,"","","Certification not required",0,761.084507,2.358852,767,"2013-02-18 00:00",767,"2013-03-29 00:00",765,"2013-03-08 00:00",764,"2013-03-05 00:00","","","","",767,767,764,763,763,761,759,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68107",1,26.292025,-80.09647,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",71,65,71,110,0,9,"","","Certification not required",0,764.647887,2.379067,771,"2013-02-18 00:00",771,"2013-03-29 00:00",768,"2013-03-05 00:00",768,"2013-03-08 00:00","","","","",771,771,768,767,766,765,762,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68108",1,26.292025,-80.09647,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",71,65,71,110,0,9,"","","Certification not required",0,762.830986,2.348166,769,"2013-02-18 00:00",768,"2013-03-29 00:00",766,"2013-03-05 00:00",766,"2013-03-08 00:00","","","","",769,768,766,765,764,763,761,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","68109",1,26.292025,-80.09647,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",71,65,71,110,0,9,"","","Certification not required",0,1439.746479,1.338638,1440,"2013-02-06 00:00",1440,"2013-02-15 00:00",1440,"2013-02-18 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","88101",1,26.292025,-80.09647,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,0,0,"Certification not required",0,7.54,3.392492,16.8,"2013-08-11 00:00",16.4,"2013-09-13 00:00",16,"2013-08-05 00:00",15.1,"2013-06-21 00:00","","","","",16.8,16.4,15.1,12.7,8.7,7,4,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","2003","88101",1,26.292025,-80.09647,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,7,"","","Certification not required",0,7.54,3.392492,16.8,"2013-08-11 00:00",16.4,"2013-09-13 00:00",16,"2013-08-05 00:00",15.1,"2013-06-21 00:00","","","","",16.8,16.4,15.1,12.7,8.7,7,4,"Pompano Highlands","1951 NE 48TH ST","Florida","Broward","Pompano Beach Highlands","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","42601",1,26.087,-80.111,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6378,73,263,365,0,174,"","","Certification not required",0,2.032612,7.700009,203,"2013-01-19 08:00",128,"2013-03-03 15:00",128,"2013-03-03 16:00",126,"2013-01-19 07:00","","","","",35,22,10,5,1,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","42602",1,26.087,-80.111,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6378,73,263,365,0,174,0,"","Certification not required",0,14.737643,12.607537,65,"2013-01-02 08:00",56,"2013-03-05 08:00",49,"2013-01-25 23:00",49,"2013-03-22 02:00","","","","",49,46,37,31,23,13,1,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","42602",1,26.087,-80.111,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6378,73,263,365,0,174,"","","Certification not required",0,4.579335,7.399702,65,"2013-01-02 08:00",56,"2013-03-05 08:00",49,"2013-01-25 23:00",49,"2013-03-22 02:00","","","","",30,26,21,16,6,1,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","42603",1,26.087,-80.111,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6378,73,263,365,0,174,"","","Certification not required",0,6.957353,13.655064,233,"2013-01-19 08:00",170,"2013-03-03 15:00",165,"2013-03-03 16:00",158,"2013-02-16 13:00","","","","",62,47,32,22,8,1,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","43207",1,26.087,-80.111,"NAD27","Freon 113","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",3,0.152676,0.066606,0.2634,"2013-01-28 00:00",0.2524,"2013-02-15 00:00",0.2396,"2013-02-21 00:00",0.2312,"2013-03-11 00:00","","","","",0.2634,0.2634,0.2524,0.2396,0.207,0.16,0.0335,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43208",1,26.087,-80.111,"NAD27","Freon 114","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.044331,0.020485,0.1284,"2013-03-11 00:00",0.096,"2013-01-16 00:00",0.0718,"2013-01-28 00:00",0.0425,"2013-01-04 00:00","","","","",0.1284,0.1284,0.096,0.0718,0.0399,0.0391,0.0338,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43218",1,26.087,-80.111,"NAD27","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.043448,0.062351,0.24,"2013-04-10 00:00",0.19,"2013-02-03 00:00",0.12,"2013-05-04 00:00",0.12,"2013-05-22 00:00","","","","",0.24,0.24,0.19,0.12,0.06,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43505",1,26.087,-80.111,"NAD27","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,10.853448,9.963917,40.69,"2013-01-04 00:00",29.28,"2013-06-03 00:00",25.74,"2013-03-05 00:00",25.02,"2013-06-21 00:00","","","","",40.69,40.69,29.28,25.74,13.09,7.67,1.31,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43704",1,26.087,-80.111,"NAD27","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.282069,0.337474,1.51,"2013-03-05 00:00",0.79,"2013-02-09 00:00",0.74,"2013-02-03 00:00",0.7,"2013-01-04 00:00","","","","",1.51,1.51,0.79,0.74,0.37,0.14,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43801",1,26.087,-80.111,"NAD27","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.72069,0.458647,1.44,"2013-06-03 00:00",1.37,"2013-01-28 00:00",1.33,"2013-02-15 00:00",1.21,"2013-02-03 00:00","","","","",1.44,1.44,1.37,1.33,1.12,0.69,0.11,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43802",1,26.087,-80.111,"NAD27","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.138571,0.054888,0.21,"2013-01-22 00:00",0.21,"2013-02-15 00:00",0.21,"2013-06-15 00:00",0.2,"2013-02-03 00:00","","","","",0.21,0.21,0.21,0.21,0.19,0.15,0.05,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43803",1,26.087,-80.111,"NAD27","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.038276,0.025921,0.08,"2013-01-22 00:00",0.08,"2013-02-03 00:00",0.08,"2013-02-09 00:00",0.08,"2013-03-11 00:00","","","","",0.08,0.08,0.08,0.08,0.05,0.04,0.01,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43804",1,26.087,-80.111,"NAD27","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.092759,0.035946,0.16,"2013-01-28 00:00",0.16,"2013-04-16 00:00",0.16,"2013-05-22 00:00",0.15,"2013-04-22 00:00","","","","",0.16,0.16,0.16,0.16,0.11,0.09,0.06,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43811",1,26.087,-80.111,"NAD27","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.282093,0.083954,0.4513,"2013-05-22 00:00",0.4094,"2013-04-16 00:00",0.3973,"2013-04-22 00:00",0.377,"2013-04-10 00:00","","","","",0.4513,0.4513,0.4094,0.3973,0.3363,0.291,0.1626,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43812",1,26.087,-80.111,"NAD27","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.015172,0.024293,0.09,"2013-05-16 00:00",0.06,"2013-02-27 00:00",0.06,"2013-04-10 00:00",0.05,"2013-06-21 00:00","","","","",0.09,0.09,0.06,0.06,0.03,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43813",1,26.087,-80.111,"NAD27","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.007241,0.013065,0.03,"2013-01-16 00:00",0.03,"2013-03-11 00:00",0.03,"2013-04-10 00:00",0.03,"2013-04-22 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43814",1,26.087,-80.111,"NAD27","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.027241,0.021695,0.06,"2013-01-16 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-09 00:00",0.06,"2013-02-21 00:00","","","","",0.06,0.06,0.06,0.06,0.03,0.03,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43815",1,26.087,-80.111,"NAD27","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.031379,0.026956,0.1,"2013-01-16 00:00",0.09,"2013-04-28 00:00",0.07,"2013-01-28 00:00",0.06,"2013-02-03 00:00","","","","",0.1,0.1,0.09,0.07,0.03,0.03,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43817",1,26.087,-80.111,"NAD27","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.033448,0.032872,0.13,"2013-03-11 00:00",0.1,"2013-01-04 00:00",0.09,"2013-01-22 00:00",0.06,"2013-01-16 00:00","","","","",0.13,0.13,0.1,0.09,0.05,0.03,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43818",1,26.087,-80.111,"NAD27","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.037931,0.043374,0.16,"2013-01-16 00:00",0.12,"2013-03-05 00:00",0.09,"2013-01-22 00:00",0.09,"2013-02-03 00:00","","","","",0.16,0.16,0.12,0.09,0.07,0.03,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43819",1,26.087,-80.111,"NAD27","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.002069,0.008185,0.04,"2013-03-11 00:00",0.02,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0.02,0,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43820",1,26.087,-80.111,"NAD27","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.014483,0.02277,0.1,"2013-01-16 00:00",0.05,"2013-03-11 00:00",0.03,"2013-01-22 00:00",0.03,"2013-02-03 00:00","","","","",0.1,0.1,0.05,0.03,0.03,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43823",1,26.087,-80.111,"NAD27","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",1,0.573705,0.171667,0.8386,"2013-01-28 00:00",0.784,"2013-06-27 00:00",0.7627,"2013-05-22 00:00",0.7589,"2013-06-15 00:00","","","","",0.8386,0.8386,0.784,0.7627,0.6893,0.6035,0.3696,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43824",1,26.087,-80.111,"NAD27","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.01931,0.023593,0.07,"2013-01-04 00:00",0.06,"2013-01-16 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-09 00:00","","","","",0.07,0.07,0.06,0.06,0.03,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43826",1,26.087,-80.111,"NAD27","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.007241,0.015329,0.06,"2013-05-22 00:00",0.03,"2013-04-10 00:00",0.03,"2013-04-16 00:00",0.03,"2013-05-04 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43829",1,26.087,-80.111,"NAD27","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.011034,0.022732,0.08,"2013-03-11 00:00",0.05,"2013-03-05 00:00",0.05,"2013-04-10 00:00",0.05,"2013-05-04 00:00","","","","",0.08,0.08,0.05,0.05,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43830",1,26.087,-80.111,"NAD27","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.014138,0.028096,0.1,"2013-01-16 00:00",0.09,"2013-05-22 00:00",0.05,"2013-04-10 00:00",0.05,"2013-05-04 00:00","","","","",0.1,0.1,0.09,0.05,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43831",1,26.087,-80.111,"NAD27","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.011034,0.023352,0.09,"2013-04-22 00:00",0.05,"2013-01-16 00:00",0.05,"2013-05-04 00:00",0.05,"2013-05-22 00:00","","","","",0.09,0.09,0.05,0.05,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43839",1,26.087,-80.111,"NAD27","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.045055,0.00398,0.0496,"2013-01-04 00:00",0.0491,"2013-01-16 00:00",0.0486,"2013-03-29 00:00",0.0484,"2013-02-15 00:00","","","","",0.0496,0.0496,0.0491,0.0486,0.0474,0.046,0.0367,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43843",1,26.087,-80.111,"NAD27","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.022069,0.03189,0.13,"2013-03-11 00:00",0.1,"2013-01-16 00:00",0.06,"2013-02-09 00:00",0.06,"2013-03-05 00:00","","","","",0.13,0.13,0.1,0.06,0.03,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43844",1,26.087,-80.111,"NAD27","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.169655,0.174836,0.58,"2013-01-16 00:00",0.49,"2013-03-05 00:00",0.44,"2013-02-15 00:00",0.43,"2013-02-03 00:00","","","","",0.58,0.58,0.49,0.44,0.31,0.12,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","43860",1,26.087,-80.111,"NAD27","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.005862,0.014272,0.06,"2013-04-22 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-10 00:00",0.03,"2013-05-22 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","44201",1,26.087,-80.111,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6429,86,210,245,0,123,0,0,"Certification not required",255,0.036119,0.013522,0.081,"2013-05-08 15:00",0.075,"2013-05-06 17:00",0.074,"2013-05-24 13:00",0.072,"2013-05-07 16:00","","","","",0.074,0.071,0.061,0.058,0.049,0.039,0.028,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","44201",1,26.087,-80.111,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6437,84,207,245,0,0,0,0,"Certification not required",0,0.031454,0.012646,0.069,"2013-05-06 11:00",0.066,"2013-03-08 12:00",0.063,"2013-05-08 11:00",0.06,"2013-03-21 12:00","","","","",0.063,0.06,0.058,0.053,0.044,0.034,0.024,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","44201",1,26.087,-80.111,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6437,84,207,245,0,0,0,0,"Certification not required",0,0.031454,0.012646,0.069,"2013-05-06 11:00",0.066,"2013-03-08 12:00",0.063,"2013-05-08 11:00",0.06,"2013-03-21 12:00","","","","",0.063,0.06,0.058,0.053,0.044,0.034,0.024,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","011","8002","45109",1,26.087,-80.111,"NAD27","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.127241,7.787406,42.45,"2013-03-11 00:00",3.56,"2013-06-03 00:00",1.72,"2013-01-04 00:00",1.64,"2013-06-15 00:00","","","","",42.45,42.45,3.56,1.72,0.87,0.57,0.12,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45201",1,26.087,-80.111,"NAD27","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.743931,1.054806,5.028,"2013-06-15 00:00",4.717,"2013-06-03 00:00",4.526,"2013-06-27 00:00",4.234,"2013-06-09 00:00","","","","",5.028,5.028,4.717,4.526,3.23,2.659,1.382,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45202",1,26.087,-80.111,"NAD27","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,35.325517,16.242992,67.93,"2013-06-27 00:00",67.62,"2013-06-09 00:00",66.3,"2013-06-15 00:00",61.55,"2013-06-21 00:00","","","","",67.93,67.93,67.62,66.3,44.08,32.59,14.55,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45203",1,26.087,-80.111,"NAD27","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.313103,4.396598,24.05,"2013-03-11 00:00",2.37,"2013-06-03 00:00",1.06,"2013-01-04 00:00",1.01,"2013-06-15 00:00","","","","",24.05,24.05,2.37,1.06,0.62,0.37,0.12,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45204",1,26.087,-80.111,"NAD27","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.368621,4.406266,24.15,"2013-03-11 00:00",2.14,"2013-06-03 00:00",1.36,"2013-05-04 00:00",1.26,"2013-06-15 00:00","","","","",24.15,24.15,2.14,1.36,0.74,0.48,0.12,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45207",1,26.087,-80.111,"NAD27","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",23,1.033434,2.72289,14.2443,"2013-04-10 00:00",4.2786,"2013-04-16 00:00",3.6999,"2013-03-11 00:00",1.391,"2013-05-04 00:00","","","","",14.2443,14.2443,4.2786,3.6999,0.252,0.24165,0.22635,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45208",1,26.087,-80.111,"NAD27","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",15,1.044186,2.498999,13.7592,"2013-03-11 00:00",2.0016,"2013-06-03 00:00",1.6389,"2013-01-04 00:00",1.5309,"2013-05-04 00:00","","","","",13.7592,13.7592,2.0016,1.6389,0.9612,0.2187,0.19845,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45220",1,26.087,-80.111,"NAD27","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.374483,0.263053,1.44,"2013-03-11 00:00",0.7,"2013-05-28 00:00",0.59,"2013-06-03 00:00",0.53,"2013-04-16 00:00","","","","",1.44,1.44,0.7,0.59,0.48,0.37,0.12,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45801",1,26.087,-80.111,"NAD27","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.266207,0.856035,4.7,"2013-03-11 00:00",0.29,"2013-01-16 00:00",0.28,"2013-05-04 00:00",0.24,"2013-04-16 00:00","","","","",4.7,4.7,0.29,0.28,0.18,0.09,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45805",1,26.087,-80.111,"NAD27","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",25,0.20459,0.077768,0.48,"2013-01-16 00:00",0.372,"2013-02-03 00:00",0.366,"2013-03-05 00:00",0.3168,"2013-04-16 00:00","","","","",0.48,0.48,0.372,0.366,0.1893,0.1806,0.1437,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45806",1,26.087,-80.111,"NAD27","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.191355,0.116065,0.713,"2013-04-16 00:00",0.384,"2013-01-16 00:00",0.3708,"2013-05-04 00:00",0.177,"2013-01-04 00:00","","","","",0.713,0.713,0.384,0.3708,0.1662,0.1611,0.1278,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45807",1,26.087,-80.111,"NAD27","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.239655,0.225,1.19,"2013-04-16 00:00",0.58,"2013-01-16 00:00",0.46,"2013-03-11 00:00",0.37,"2013-05-04 00:00","","","","",1.19,1.19,0.58,0.46,0.27,0.19,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","011","8002","45810",1,26.087,-80.111,"NAD27","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.206207,0.256368,1.01,"2013-03-05 00:00",0.96,"2013-01-16 00:00",0.44,"2013-06-03 00:00",0.4,"2013-04-16 00:00","","","","",1.01,1.01,0.96,0.44,0.28,0.14,0,"","7000 N. OCEAN DRIVE","Florida","Broward","Dania","Miami-Fort Lauderdale-Pompano Beach, FL","2013-08-21" +"12","017","0005","68101",1,28.980556,-82.7,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",89,100,45,61,0,2,"","","Certification not required",26,0.222472,0.143418,0.5,"2013-01-13 00:00",0.5,"2013-02-09 00:00",0.5,"2013-06-30 00:00",0.5,"2013-09-28 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68101",2,28.980556,-82.7,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",22,36,22,61,0,3,"","","Certification not required",7,0.329545,0.275879,0.8,"2013-01-28 00:00",0.8,"2013-02-03 00:00",0.8,"2013-02-21 00:00",0.7,"2013-03-05 00:00","","","","",0.8,0.8,0.8,0.8,0.5,0.3,0.05,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68102",1,28.980556,-82.7,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,100,45,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68102",2,28.980556,-82.7,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",22,36,22,61,0,3,"","","Certification not required",0,24.068182,0.251446,24.9,"2013-02-03 00:00",24.7,"2013-01-22 00:00",24.2,"2013-01-28 00:00",24.1,"2013-01-04 00:00","","","","",24.9,24.9,24.7,24.2,24,24,24,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68103",1,28.980556,-82.7,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,2,"","","Certification not required",0,15.246067,7.383413,24.7,"2013-08-05 00:00",23,"2013-06-30 00:00",22.8,"2013-07-27 00:00",22.5,"2013-08-08 00:00","","","","",24.7,23,22.5,22.2,21.3,18.3,3.7,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68103",2,28.980556,-82.7,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",22,36,22,61,0,3,"","","Certification not required",0,14.327273,7.877586,23.1,"2013-07-27 00:00",22.6,"2013-09-01 00:00",22.2,"2013-08-08 00:00",21.9,"2013-07-15 00:00","","","","",23.1,23.1,22.6,22.2,21.5,16.4,5,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68104",1,28.980556,-82.7,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,2,"","","Certification not required",0,28.601124,5.319379,36.2,"2013-07-09 00:00",35.6,"2013-09-16 00:00",35.1,"2013-04-16 00:00",34.9,"2013-09-19 00:00","","","","",36.2,35.6,34.8,34.4,32.8,30.1,20.6,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68104",2,28.980556,-82.7,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",22,36,22,61,0,3,"","","Certification not required",0,28.372727,5.393045,34.6,"2013-07-03 00:00",33.9,"2013-08-08 00:00",33.7,"2013-05-28 00:00",33.5,"2013-08-20 00:00","","","","",34.6,34.6,33.9,33.7,33.2,30.3,20.7,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68105",1,28.980556,-82.7,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,2,"","","Certification not required",0,21.278652,5.859481,28.6,"2013-08-05 00:00",27.9,"2013-07-09 00:00",27.6,"2013-08-14 00:00",27.2,"2013-07-06 00:00","","","","",28.6,27.9,27.2,26.9,26.1,23.2,11.5,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68105",2,28.980556,-82.7,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",22,36,22,61,0,3,"","","Certification not required",0,20.659091,6.064311,27.3,"2013-07-27 00:00",26.7,"2013-08-08 00:00",26.4,"2013-07-03 00:00",26.4,"2013-09-01 00:00","","","","",27.3,27.3,26.7,26.4,25.8,22.2,12,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68106",1,28.980556,-82.7,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,2,"","","Certification not required",0,760.168539,2.928062,766,"2013-01-10 00:00",766,"2013-01-28 00:00",766,"2013-03-29 00:00",765,"2013-01-04 00:00","","","","",766,766,765,764,762,760,757,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68106",2,28.980556,-82.7,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,3,"","","Certification not required",0,760.136364,2.932502,766,"2013-01-28 00:00",765,"2013-01-04 00:00",762,"2013-01-22 00:00",762,"2013-02-03 00:00","","","","",766,766,765,762,761,761,758,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68107",1,28.980556,-82.7,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,2,"","","Certification not required",0,764.764045,2.958126,772,"2013-02-18 00:00",771,"2013-01-28 00:00",771,"2013-03-29 00:00",770,"2013-01-04 00:00","","","","",772,771,770,769,766,765,761,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68107",2,28.980556,-82.7,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,3,"","","Certification not required",0,764.409091,3.142021,770,"2013-01-28 00:00",769,"2013-01-04 00:00",769,"2013-01-22 00:00",767,"2013-02-09 00:00","","","","",770,770,769,769,766,765,761,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68108",1,28.980556,-82.7,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,2,"","","Certification not required",0,762.505618,2.896407,769,"2013-02-18 00:00",768,"2013-01-10 00:00",768,"2013-01-28 00:00",768,"2013-03-29 00:00","","","","",769,768,767,766,764,763,759,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68108",2,28.980556,-82.7,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,3,"","","Certification not required",0,762.318182,3.045471,768,"2013-01-28 00:00",767,"2013-01-04 00:00",766,"2013-01-22 00:00",765,"2013-02-09 00:00","","","","",768,768,767,766,763,763,760,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68109",1,28.980556,-82.7,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",89,100,45,61,0,2,"","","Certification not required",0,1439.797753,0.403951,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","68109",2,28.980556,-82.7,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",22,36,22,61,0,3,"","","Certification not required",0,1437.863636,6.998608,1440,"2013-01-28 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00",1440,"2013-03-05 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","88101",1,28.980556,-82.7,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,0,0,"Certification not required",0,7.101124,3.476463,23.7,"2013-03-08 00:00",16.7,"2013-01-25 00:00",16.2,"2013-01-16 00:00",15.6,"2013-08-05 00:00","","","","",23.7,16.7,12,11.4,8.3,6.5,3.7,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","88101",1,28.980556,-82.7,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,"","","Certification not required",0,7.101124,3.476463,23.7,"2013-03-08 00:00",16.7,"2013-01-25 00:00",16.2,"2013-01-16 00:00",15.6,"2013-08-05 00:00","","","","",23.7,16.7,12,11.4,8.3,6.5,3.7,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","88101",2,28.980556,-82.7,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",22,68,21,31,0,3,0,0,"Certification not required",0,7.159091,2.639563,13.4,"2013-07-27 00:00",11.3,"2013-03-17 00:00",10.8,"2013-01-22 00:00",10.5,"2013-05-16 00:00","","","","",13.4,13.4,11.3,10.8,8.9,6.7,4.6,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0005","88101",2,28.980556,-82.7,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",22,68,21,31,0,3,"","","Certification not required",0,7.159091,2.639563,13.4,"2013-07-27 00:00",11.3,"2013-03-17 00:00",10.8,"2013-01-22 00:00",10.5,"2013-05-16 00:00","","","","",13.4,13.4,11.3,10.8,8.9,6.7,4.6,"POWER LINE ROAD","POWER LINE ROAD","Florida","Citrus","","Homosassa Springs, FL","2013-11-15" +"12","017","0006","42401",1,28.958644,-82.642965,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",450,5,19,365,0,6,0,"","Certification not required",0,0.631579,1.256562,5,"2013-12-27 02:00",2,"2013-12-15 12:00",1,"2013-12-18 06:00",1,"2013-12-19 15:00","","","","",5,5,5,2,1,0,0,"","W. Powerline Road","Florida","Citrus","","Homosassa Springs, FL","2014-02-11" +"12","017","0006","42401",1,28.958644,-82.642965,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",450,5,19,365,0,6,"","","Certification not required",0,-0.148889,0.688797,5,"2013-12-27 02:00",4,"2013-12-27 03:00",3,"2013-12-27 01:00",2,"2013-12-15 12:00","","","","",2,1,1,0,0,0,-1,"","W. Powerline Road","Florida","Citrus","","Homosassa Springs, FL","2014-02-11" +"12","017","0006","42401",1,28.958644,-82.642965,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",19,5,19,365,0,0,0,"","Certification not required",0,-0.157895,0.518883,1,"2013-12-27 00:00",0.5,"2013-12-18 00:00",0.1,"2013-12-25 00:00",0.1,"2013-12-26 00:00","","","","",1,1,1,0.5,0,0,-1,"","W. Powerline Road","Florida","Citrus","","Homosassa Springs, FL","2014-02-11" +"12","017","0006","42401",1,28.958644,-82.642965,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",149,5,18,365,0,0,"",0,"Certification not required",0,-0.144295,0.628961,3.3,"2013-12-27 02:00",2.3,"2013-12-27 05:00",1,"2013-12-18 08:00",1,"2013-12-18 11:00","","","","",2.3,1,0.6,0.3,0,0,-1,"","W. Powerline Road","Florida","Citrus","","Homosassa Springs, FL","2014-02-11" +"12","017","0006","42401",5,28.958644,-82.642965,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5251,5,19,365,0,221,"","","Certification not required",0,-0.173681,0.72185,5,"2013-12-27 02:10",5,"2013-12-27 02:15",5,"2013-12-27 02:20",5,"2013-12-27 02:25","","","","",2,1,1,0,0,0,-1,"","W. Powerline Road","Florida","Citrus","","Homosassa Springs, FL","2014-02-11" +"12","017","9000","85101",1,28.748678,-82.554769,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.23699,3.00939,21.6318,"2013-03-08 00:00",16.388,"2013-01-01 00:00",16.3184,"2013-01-25 00:00",15.7441,"2013-01-22 00:00","","","","",21.6318,16.388,16.3184,14.5456,13.0736,11.1532,8.1776,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","86502",1,28.748678,-82.554769,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.078431,1.706964,9,"2013-03-11 00:00",7,"2013-01-19 00:00",7,"2013-02-27 00:00",7,"2013-05-31 00:00","","","","",9,7,7,6,5,4,2,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88103",1,28.748678,-82.554769,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000353,0.000716,0.004,"2013-01-01 00:00",0.002,"2013-04-04 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.004,0.002,0.001,0.001,0.001,0,0,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88104",1,28.748678,-82.554769,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.023536,0.016928,0.072,"2013-04-28 00:00",0.0668,"2013-01-31 00:00",0.0664,"2013-04-25 00:00",0.0616,"2013-04-13 00:00","","","","",0.072,0.0668,0.0664,0.0395,0.0336,0.0176,0.0063,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88109",1,28.748678,-82.554769,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00351,0.002539,0.0157,"2013-02-06 00:00",0.0087,"2013-05-19 00:00",0.0077,"2013-01-01 00:00",0.0072,"2013-01-19 00:00","","","","",0.0157,0.0087,0.0077,0.0059,0.0046,0.0029,0.0014,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88111",1,28.748678,-82.554769,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.046586,0.03905,0.2923,"2013-05-31 00:00",0.0733,"2013-04-01 00:00",0.0731,"2013-05-16 00:00",0.0709,"2013-05-10 00:00","","","","",0.2923,0.0733,0.0731,0.0684,0.054,0.0396,0.0175,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88112",1,28.748678,-82.554769,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88114",1,28.748678,-82.554769,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.001047,0.001146,0.0083,"2013-01-01 00:00",0.0021,"2013-01-22 00:00",0.0021,"2013-01-25 00:00",0.0016,"2013-02-06 00:00","","","","",0.0083,0.0021,0.0021,0.0016,0.0014,0.0008,0.0004,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88115",1,28.748678,-82.554769,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.089286,0.163356,0.6639,"2013-05-31 00:00",0.5657,"2013-05-04 00:00",0.4446,"2013-02-12 00:00",0.4191,"2013-01-19 00:00","","","","",0.6639,0.5657,0.4446,0.3691,0.1185,0.0041,0.0008,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88126",1,28.748678,-82.554769,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025425,0.010759,0.0485,"2013-04-28 00:00",0.0479,"2013-04-25 00:00",0.0471,"2013-03-17 00:00",0.0436,"2013-05-10 00:00","","","","",0.0485,0.0479,0.0471,0.0405,0.033,0.0236,0.0125,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88128",1,28.748678,-82.554769,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001353,0.00089,0.005,"2013-01-25 00:00",0.003,"2013-01-01 00:00",0.003,"2013-02-21 00:00",0.002,"2013-01-04 00:00","","","","",0.005,0.003,0.003,0.002,0.002,0.001,0,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88132",1,28.748678,-82.554769,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000843,0.000464,0.002,"2013-03-17 00:00",0.002,"2013-04-28 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88136",1,28.748678,-82.554769,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000196,0.000401,0.001,"2013-01-10 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-12 00:00",0.001,"2013-02-24 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88140",1,28.748678,-82.554769,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.031404,0.028999,0.1315,"2013-04-22 00:00",0.0921,"2013-01-01 00:00",0.0871,"2013-04-19 00:00",0.0718,"2013-04-25 00:00","","","","",0.1315,0.0921,0.0871,0.0692,0.048,0.0269,0.002,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88152",1,28.748678,-82.554769,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.002716,0.002757,0.0096,"2013-05-22 00:00",0.0083,"2013-01-25 00:00",0.007,"2013-04-04 00:00",0.0068,"2013-01-28 00:00","","","","",0.0096,0.0083,0.007,0.0067,0.0052,0.002,0.00015,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88154",1,28.748678,-82.554769,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000337,0.000192,0.0008,"2013-01-19 00:00",0.0007,"2013-01-10 00:00",0.0006,"2013-01-04 00:00",0.0006,"2013-01-25 00:00","","","","",0.0008,0.0007,0.0006,0.0006,0.0005,0.0004,0.0001,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88161",1,28.748678,-82.554769,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00209,0.001065,0.0044,"2013-04-28 00:00",0.0042,"2013-03-26 00:00",0.0042,"2013-04-25 00:00",0.0036,"2013-03-17 00:00","","","","",0.0044,0.0042,0.0042,0.0035,0.0028,0.0019,0.0008,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88164",1,28.748678,-82.554769,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000711,0.000742,0.0034,"2013-02-24 00:00",0.003,"2013-03-23 00:00",0.0023,"2013-04-01 00:00",0.0021,"2013-02-12 00:00","","","","",0.0034,0.003,0.0023,0.0013,0.001,0.0005,0.0001,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88165",1,28.748678,-82.554769,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.054367,0.039147,0.1537,"2013-04-28 00:00",0.1444,"2013-04-25 00:00",0.1407,"2013-01-31 00:00",0.1397,"2013-04-13 00:00","","","","",0.1537,0.1444,0.1407,0.1161,0.073,0.0455,0.0138,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88167",1,28.748678,-82.554769,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003576,0.002132,0.0114,"2013-01-04 00:00",0.0086,"2013-03-08 00:00",0.0076,"2013-01-01 00:00",0.0075,"2013-01-25 00:00","","","","",0.0114,0.0086,0.0076,0.0064,0.0044,0.0031,0.0014,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88168",1,28.748678,-82.554769,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000613,0.000716,0.0052,"2013-01-01 00:00",0.0014,"2013-05-31 00:00",0.0013,"2013-03-11 00:00",0.0011,"2013-03-23 00:00","","","","",0.0052,0.0014,0.0013,0.0009,0.0007,0.0005,0.0002,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88169",1,28.748678,-82.554769,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.582918,0.222585,1.2004,"2013-02-24 00:00",1.1619,"2013-05-10 00:00",0.9674,"2013-03-08 00:00",0.9342,"2013-03-23 00:00","","","","",1.2004,1.1619,0.9674,0.8606,0.6935,0.55,0.3168,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88176",1,28.748678,-82.554769,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.00017,6e-05,0.0004,"2013-04-13 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-01-25 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.00015,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88180",1,28.748678,-82.554769,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0585,0.050856,0.3904,"2013-01-01 00:00",0.1035,"2013-03-08 00:00",0.0928,"2013-03-23 00:00",0.086,"2013-02-18 00:00","","","","",0.3904,0.1035,0.0928,0.077,0.0621,0.051,0.0302,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88184",1,28.748678,-82.554769,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.251493,0.193397,0.7841,"2013-04-22 00:00",0.7007,"2013-02-12 00:00",0.5807,"2013-01-10 00:00",0.5423,"2013-01-19 00:00","","","","",0.7841,0.7007,0.5807,0.5221,0.3866,0.2086,0.0514,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88185",1,28.748678,-82.554769,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000813,0.00043,0.0022,"2013-01-13 00:00",0.0021,"2013-04-28 00:00",0.002,"2013-01-01 00:00",0.0018,"2013-05-13 00:00","","","","",0.0022,0.0021,0.002,0.0014,0.0007,0.00065,0.00065,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88203",1,28.748678,-82.554769,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.274775,0.277241,1.0057,"2013-02-12 00:00",0.9191,"2013-05-31 00:00",0.8326,"2013-05-04 00:00",0.8019,"2013-01-01 00:00","","","","",1.0057,0.9191,0.8326,0.7341,0.3648,0.1563,0.04,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88306",1,28.748678,-82.554769,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.380737,0.156107,0.7009,"2013-03-11 00:00",0.6613,"2013-01-19 00:00",0.6473,"2013-04-07 00:00",0.614,"2013-04-22 00:00","","","","",0.7009,0.6613,0.6473,0.6022,0.5062,0.3844,0.1724,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88320",1,28.748678,-82.554769,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.380392,0.922137,5.23,"2013-03-08 00:00",3.56,"2013-01-22 00:00",3.34,"2013-01-25 00:00",3.1,"2013-03-29 00:00","","","","",5.23,3.56,3.34,2.3,1.59,1.12,0.62,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88321",1,28.748678,-82.554769,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.303333,0.239438,1.19,"2013-03-08 00:00",0.81,"2013-01-22 00:00",0.8,"2013-03-29 00:00",0.77,"2013-01-25 00:00","","","","",1.19,0.81,0.8,0.63,0.39,0.24,0.09,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88324",1,28.748678,-82.554769,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.034502,0.047583,0.2804,"2013-03-08 00:00",0.1572,"2013-01-22 00:00",0.1452,"2013-02-21 00:00",0.1344,"2013-02-18 00:00","","","","",0.2804,0.1572,0.1452,0.0686,0.02975,0.0168,0.01045,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88325",1,28.748678,-82.554769,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.305812,0.184553,0.9416,"2013-03-08 00:00",0.8364,"2013-01-22 00:00",0.7412,"2013-02-21 00:00",0.7211,"2013-01-25 00:00","","","","",0.9416,0.8364,0.7412,0.5043,0.3846,0.2745,0.1345,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88326",1,28.748678,-82.554769,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.418776,0.291361,1.459,"2013-03-08 00:00",1.1973,"2013-01-22 00:00",1.0688,"2013-01-25 00:00",1.0086,"2013-02-21 00:00","","","","",1.459,1.1973,1.0688,0.8141,0.4871,0.3248,0.157,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88327",1,28.748678,-82.554769,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.318965,0.204668,1.0321,"2013-03-08 00:00",0.9113,"2013-01-25 00:00",0.8112,"2013-03-29 00:00",0.6932,"2013-01-01 00:00","","","","",1.0321,0.9113,0.8112,0.6783,0.3868,0.254,0.1338,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88328",1,28.748678,-82.554769,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.318255,0.24072,1.5176,"2013-03-08 00:00",0.8353,"2013-03-29 00:00",0.6896,"2013-01-22 00:00",0.6198,"2013-03-02 00:00","","","","",1.5176,0.8353,0.6896,0.5437,0.3811,0.2734,0.0914,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88329",1,28.748678,-82.554769,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.580914,0.451804,2.6388,"2013-03-08 00:00",1.5249,"2013-03-29 00:00",1.4205,"2013-01-22 00:00",1.2909,"2013-01-25 00:00","","","","",2.6388,1.5249,1.4205,1.0522,0.727,0.4691,0.1857,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88330",1,28.748678,-82.554769,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.040491,0.021774,0.096,"2013-03-29 00:00",0.0854,"2013-02-18 00:00",0.0817,"2013-02-09 00:00",0.0786,"2013-01-22 00:00","","","","",0.096,0.0854,0.0817,0.0674,0.0509,0.0407,0.0062,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88331",1,28.748678,-82.554769,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.00041,0.001834,0.0125,"2013-03-29 00:00",0.004,"2013-04-16 00:00",0.002,"2013-02-09 00:00",0.0006,"2013-01-22 00:00","","","","",0.0125,0.004,0.002,0.00015,0.0001,0,0,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88338",1,28.748678,-82.554769,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.018765,0.012305,0.0821,"2013-03-02 00:00",0.0513,"2013-02-09 00:00",0.0392,"2013-03-08 00:00",0.0371,"2013-04-25 00:00","","","","",0.0821,0.0513,0.0392,0.0288,0.02335,0.015,0.01055,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88339",1,28.748678,-82.554769,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.404512,0.918173,4.95144,"2013-02-24 00:00",4.79276,"2013-05-10 00:00",3.99048,"2013-03-08 00:00",3.85358,"2013-03-23 00:00","","","","",4.95144,4.79276,3.99048,3.55002,2.86069,2.26871,1.30668,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88344",1,28.748678,-82.554769,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.491131,0.201385,0.9042,"2013-03-11 00:00",0.8531,"2013-01-19 00:00",0.835,"2013-04-07 00:00",0.7919,"2013-04-22 00:00","","","","",0.9042,0.8531,0.835,0.7768,0.653,0.4959,0.2224,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88348",1,28.748678,-82.554769,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.328686,0.18737,0.7749,"2013-04-28 00:00",0.7652,"2013-05-31 00:00",0.7311,"2013-04-25 00:00",0.6798,"2013-01-31 00:00","","","","",0.7749,0.7652,0.7311,0.606,0.4145,0.2859,0.1379,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88350",1,28.748678,-82.554769,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.485473,1.660247,9.4153,"2013-03-08 00:00",6.4121,"2013-01-22 00:00",6.0167,"2013-01-25 00:00",5.5746,"2013-03-29 00:00","","","","",9.4153,6.4121,6.0167,4.14,2.867,2.0205,1.1126,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88403",1,28.748678,-82.554769,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.775218,0.718248,3.6449,"2013-05-10 00:00",3.5364,"2013-02-24 00:00",3.2204,"2013-03-08 00:00",2.8937,"2013-03-23 00:00","","","","",3.6449,3.5364,3.2204,2.7026,2.1006,1.7066,0.938,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","017","9000","88502",1,28.748678,-82.554769,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.594118,2.562219,18.3,"2013-03-08 00:00",12.9,"2013-01-25 00:00",10.6,"2013-01-22 00:00",10.1,"2013-03-29 00:00","","","","",18.3,12.9,10.6,9.6,7.6,6,4.4,"","Chassahowitzka NWR","Florida","Citrus","","Homosassa Springs, FL","2014-01-28" +"12","021","0004","44201",1,26.27,-81.711,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8566,98,240,245,0,194,0,0,"Certification not required",176,0.037354,0.01184,0.072,"2013-03-30 12:00",0.067,"2013-03-08 15:00",0.065,"2013-03-28 16:00",0.064,"2013-03-09 12:00","","","","",0.065,0.064,0.059,0.056,0.049,0.042,0.034,"LAURAL OAKS ELEMENTARY","7800 IMMOKALEE ROAD NAPLES 34119","Florida","Collier","Naples","Naples-Marco Island, FL","2014-02-10" +"12","021","0004","44201",1,26.27,-81.711,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8567,97,238,245,0,0,0,0,"Certification not required",0,0.033218,0.011577,0.062,"2013-03-29 11:00",0.062,"2013-03-30 09:00",0.061,"2013-03-08 11:00",0.061,"2013-05-14 10:00","","","","",0.061,0.06,0.055,0.05,0.045,0.037,0.031,"LAURAL OAKS ELEMENTARY","7800 IMMOKALEE ROAD NAPLES 34119","Florida","Collier","Naples","Naples-Marco Island, FL","2014-02-10" +"12","021","0004","44201",1,26.27,-81.711,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8567,97,238,245,0,0,0,0,"Certification not required",0,0.033218,0.011577,0.062,"2013-03-29 11:00",0.062,"2013-03-30 09:00",0.061,"2013-03-08 11:00",0.061,"2013-05-14 10:00","","","","",0.061,0.06,0.055,0.05,0.045,0.037,0.031,"LAURAL OAKS ELEMENTARY","7800 IMMOKALEE ROAD NAPLES 34119","Florida","Collier","Naples","Naples-Marco Island, FL","2014-02-10" +"12","021","0004","88502",3,26.27,-81.711,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8472,97,349,365,0,288,"","","Certification not required",0,8.157649,4.719441,69,"2013-12-12 17:00",54.4,"2013-03-31 04:00",48.5,"2013-03-31 05:00",47.2,"2013-01-05 18:00","","","","",23.2,20.6,16.6,13.8,10.3,7.5,3.5,"LAURAL OAKS ELEMENTARY","7800 IMMOKALEE ROAD NAPLES 34119","Florida","Collier","Naples","Naples-Marco Island, FL","2014-02-10" +"12","021","0004","88502",3,26.27,-81.711,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,8.125788,3.06104,21.7,"2013-08-12 00:00",20,"2013-08-11 00:00",19.6,"2013-07-22 00:00",19.4,"2013-03-09 00:00","","","","",19.4,17.7,13.9,12.1,9.5,7.3,5.1,"LAURAL OAKS ELEMENTARY","7800 IMMOKALEE ROAD NAPLES 34119","Florida","Collier","Naples","Naples-Marco Island, FL","2014-02-10" +"12","023","0002","44201",1,30.178056,-82.619167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6505,87,212,245,0,47,0,0,"Certification not required",563,0.04008,0.011853,0.077,"2013-04-13 16:00",0.069,"2013-03-09 15:00",0.069,"2013-03-15 17:00",0.067,"2013-03-29 17:00","","","","",0.069,0.067,0.059,0.056,0.051,0.043,0.033,"LOCATED AT LAKE CITY'S VETERAN'S DOMICILE","751 SE SYCAMORE TERRACE","Florida","Columbia","Lake City","Lake City, FL","2013-11-12" +"12","023","0002","44201",1,30.178056,-82.619167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6503,87,212,245,0,0,0,0,"Certification not required",0,0.035854,0.011385,0.065,"2013-03-30 10:00",0.062,"2013-03-29 10:00",0.062,"2013-05-15 10:00",0.059,"2013-03-09 10:00","","","","",0.062,0.059,0.054,0.052,0.046,0.04,0.029,"LOCATED AT LAKE CITY'S VETERAN'S DOMICILE","751 SE SYCAMORE TERRACE","Florida","Columbia","Lake City","Lake City, FL","2013-11-12" +"12","023","0002","44201",1,30.178056,-82.619167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6503,87,212,245,0,0,0,0,"Certification not required",0,0.035854,0.011385,0.065,"2013-03-30 10:00",0.062,"2013-03-29 10:00",0.062,"2013-05-15 10:00",0.059,"2013-03-09 10:00","","","","",0.062,0.059,0.054,0.052,0.046,0.04,0.029,"LOCATED AT LAKE CITY'S VETERAN'S DOMICILE","751 SE SYCAMORE TERRACE","Florida","Columbia","Lake City","Lake City, FL","2013-11-12" +"12","023","0002","88502",3,30.178056,-82.619167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6015,69,249,365,0,537,"","","Certification not required",0,9.318836,7.871079,84.8,"2013-04-13 16:00",78.9,"2013-01-01 00:00",74.2,"2013-01-01 01:00",72.5,"2013-01-23 08:00","","","","",35.4,28.9,23,18.7,12.9,8.2,1.1,"LOCATED AT LAKE CITY'S VETERAN'S DOMICILE","751 SE SYCAMORE TERRACE","Florida","Columbia","Lake City","Lake City, FL","2013-11-12" +"12","023","0002","88502",3,30.178056,-82.619167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",249,68,249,365,0,0,"","","Certification not required",0,9.288353,4.1144,29.5,"2013-03-08 00:00",24.5,"2013-01-23 00:00",22.8,"2013-06-13 00:00",21.5,"2013-01-24 00:00","","","","",22.8,19.8,16.9,14.8,11.4,8.5,4.9,"LOCATED AT LAKE CITY'S VETERAN'S DOMICILE","751 SE SYCAMORE TERRACE","Florida","Columbia","Lake City","Lake City, FL","2013-11-12" +"12","031","0032","42401",1,30.356339,-81.635396,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6254,71,261,365,0,298,0,"","Certification not required",0,1.011494,3.108899,22,"2013-09-29 15:00",20,"2013-03-07 11:00",16,"2013-09-18 17:00",14,"2013-02-02 11:00","","","","",16,10,7,3,1,0,-2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42401",1,30.356339,-81.635396,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6254,71,261,365,0,298,"","","Certification not required",0,-0.325072,1.270042,22,"2013-09-29 15:00",20,"2013-03-07 11:00",16,"2013-09-18 17:00",14,"2013-02-02 11:00","","","","",3,2,1,1,0,0,-2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42401",1,30.356339,-81.635396,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",261,72,261,365,0,0,0,"","Certification not required",0,-0.317241,0.913767,2.7,"2013-03-07 00:00",2.6,"2013-09-29 00:00",2,"2013-08-25 00:00",1.8,"2013-04-26 00:00","","","","",2,1.4,1,0.6,0.2,0,-2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42401",1,30.356339,-81.635396,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2054,70,258,365,0,0,"",0,"Certification not required",0,-0.331792,1.161812,12.6,"2013-09-29 17:00",12,"2013-03-07 11:00",10.6,"2013-09-18 17:00",7.6,"2013-08-25 17:00","","","","",3,1.6,1,1,0,0,-2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42401",5,30.356339,-81.635396,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",75009,71,261,365,0,3615,"","","Certification not required",0,-0.318282,1.331741,36,"2013-09-29 15:55",35,"2013-09-29 15:25",28,"2013-03-07 11:25",28,"2013-03-07 11:30","","","","",3,2,1,1,0,0,-2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42601",2,30.356339,-81.635396,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5755,66,239,365,0,797,"","","Certification not required",0,2.246742,7.076247,127,"2013-02-18 07:00",114,"2013-02-18 08:00",100,"2013-02-18 05:00",98,"2013-02-18 06:00","","","","",38,19,8,4,2,1,0,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42602",2,30.356339,-81.635396,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5755,66,239,365,0,797,0,"","Certification not required",0,17.192469,8.754626,45,"2013-01-23 19:00",41,"2013-05-13 20:00",40,"2013-05-08 20:00",39,"2013-02-18 08:00","","","","",40,38,36,31,22,15,8,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42602",2,30.356339,-81.635396,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5755,66,239,365,0,797,"","","Certification not required",0,7.456125,6.021016,45,"2013-01-23 19:00",43,"2013-01-23 23:00",42,"2013-01-23 20:00",41,"2013-05-13 20:00","","","","",31,27,20,15,9,6,2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","42603",2,30.356339,-81.635396,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5755,66,239,365,0,797,"","","Certification not required",0,9.6702,11.268025,160,"2013-02-18 07:00",153,"2013-02-18 08:00",129,"2013-02-18 06:00",126,"2013-02-18 05:00","","","","",62,45,27,19,11,6,3,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68101",1,30.356339,-81.635396,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",222,100,40,61,0,51,"","","Certification not required",89,0.262387,0.229877,0.7,"2013-08-02 00:00",0.7,"2013-08-03 00:00",0.7,"2013-08-19 00:00",0.7,"2013-08-20 00:00","","","","",0.7,0.7,0.7,0.6,0.5,0.2,0.05,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68102",1,30.356339,-81.635396,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",222,100,40,61,0,51,"","","Certification not required",0,23.742793,0.146505,24,"2013-01-05 00:00",24,"2013-01-06 00:00",24,"2013-01-09 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,23.8,23.7,23.7,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68103",1,30.356339,-81.635396,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",222,100,40,61,0,51,"","","Certification not required",0,18.066667,6.997011,26.6,"2013-08-05 00:00",26.3,"2013-08-07 00:00",25.9,"2013-06-13 00:00",25.8,"2013-08-08 00:00","","","","",25.9,25.5,24.8,24.4,23.5,21.8,6.5,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68104",1,30.356339,-81.635396,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",222,100,40,61,0,51,"","","Certification not required",0,29.155856,6.232424,36.9,"2013-08-11 00:00",36.9,"2013-08-31 00:00",36.8,"2013-08-30 00:00",36.5,"2013-08-12 00:00","","","","",36.8,36.3,35.9,35.4,34,31.4,19.2,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68105",1,30.356339,-81.635396,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",222,100,40,61,0,51,"","","Certification not required",0,22.738288,6.233454,30.2,"2013-06-12 00:00",30,"2013-08-11 00:00",29.8,"2013-08-04 00:00",29.8,"2013-08-12 00:00","","","","",29.8,29.6,29,28.7,27.6,25.4,12.7,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68106",1,30.356339,-81.635396,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",222,100,40,61,0,51,"","","Certification not required",0,763.162162,4.29256,770,"2013-05-27 00:00",770,"2013-07-16 00:00",769,"2013-01-10 00:00",769,"2013-05-14 00:00","","","","",769,769,769,768,766,764,756,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68107",1,30.356339,-81.635396,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",222,100,40,61,0,51,"","","Certification not required",0,767.459459,3.916051,778,"2013-01-05 00:00",778,"2013-01-09 00:00",777,"2013-01-10 00:00",775,"2013-01-06 00:00","","","","",777,775,773,772,770,768,762,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68108",1,30.356339,-81.635396,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",222,100,40,61,0,51,"","","Certification not required",0,765.391892,4.032058,774,"2013-01-09 00:00",773,"2013-01-05 00:00",773,"2013-01-10 00:00",771,"2013-01-06 00:00","","","","",773,771,771,770,768,766,759,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","68109",1,30.356339,-81.635396,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",222,100,40,61,0,51,"","","Certification not required",0,1437.716216,5.505703,1440,"2013-01-02 00:00",1440,"2013-01-04 00:00",1440,"2013-01-09 00:00",1440,"2013-01-23 00:00","","","","",1440,1440,1440,1440,1439,1439,1435,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","81102",1,30.356339,-81.635396,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6464,74,270,365,0,88,"","","Certification not required",0,19.63552,12.150007,243,"2013-06-28 12:00",226,"2013-03-02 11:00",182,"2013-08-30 07:00",131,"2013-05-13 20:00","","","","",62,52,39,32,24,17,9,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","81102",1,30.356339,-81.635396,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,0,0,0,"Certification not required",0,19.174074,7.003668,52,"2013-08-12 00:00",47,"2013-08-11 00:00",43,"2013-01-24 00:00",43,"2013-06-13 00:00","","","","",43,38,33,28,22,18,12,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","88101",1,30.356339,-81.635396,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",222,61,222,365,0,51,0,0,"Certification not required",0,7.163514,3.792165,25,"2013-01-23 00:00",22.6,"2013-03-08 00:00",19.7,"2013-01-24 00:00",18.5,"2013-01-01 00:00","","","","",19.7,17.5,14.5,12.3,9.1,6,3.5,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0032","88101",1,30.356339,-81.635396,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",222,61,222,365,0,51,"","","Certification not required",0,7.163514,3.792165,25,"2013-01-23 00:00",22.6,"2013-03-08 00:00",19.7,"2013-01-24 00:00",18.5,"2013-01-01 00:00","","","","",19.7,17.5,14.5,12.3,9.1,6,3.5,"Kooker Park","2900 BENNETT ST.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0077","44201",1,30.477725,-81.587339,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6377,86,211,245,0,175,0,0,"Certification not required",782,0.035687,0.011194,0.066,"2013-05-15 15:00",0.064,"2013-08-31 13:00",0.063,"2013-03-30 16:00",0.059,"2013-03-29 15:00","","","","",0.063,0.058,0.054,0.049,0.044,0.039,0.029,"","13333 LANIER RD.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0077","44201",1,30.477725,-81.587339,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6396,86,210,245,0,0,0,0,"Certification not required",0,0.031557,0.010672,0.058,"2013-03-30 10:00",0.057,"2013-05-15 12:00",0.055,"2013-03-29 11:00",0.055,"2013-05-14 11:00","","","","",0.055,0.05,0.048,0.046,0.04,0.036,0.025,"","13333 LANIER RD.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0077","44201",1,30.477725,-81.587339,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6396,86,210,245,0,0,0,0,"Certification not required",0,0.031557,0.010672,0.058,"2013-03-30 10:00",0.057,"2013-05-15 12:00",0.055,"2013-03-29 11:00",0.055,"2013-05-14 11:00","","","","",0.055,0.05,0.048,0.046,0.04,0.036,0.025,"","13333 LANIER RD.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0077","88502",3,30.477725,-81.587339,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6439,74,267,365,0,113,"","","Certification not required",0,5.745162,5.590822,140.1,"2013-01-01 00:00",133.5,"2013-01-01 04:00",126.4,"2013-01-01 01:00",112.4,"2013-01-01 05:00","","","","",20.3,17.5,13.7,10.9,7.4,4.7,1.5,"","13333 LANIER RD.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0077","88502",3,30.477725,-81.587339,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,5.702996,3.584164,39.6,"2013-01-01 00:00",18.7,"2013-01-23 00:00",17,"2013-01-24 00:00",16.2,"2013-08-11 00:00","","","","",17,14.3,11.3,9.3,7.1,4.8,2.6,"","13333 LANIER RD.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42101",1,30.309119,-81.652341,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6425,73,270,365,0,127,0,0,"Certification not required",6334,0.255004,0.051058,2,"2013-09-05 10:00",1.4,"2013-01-01 02:00",1.4,"2013-08-26 07:00",1.2,"2013-01-01 01:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42101",1,30.309119,-81.652341,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6471,74,269,365,0,0,0,0,"Certification not required",0,0.302163,0.02477,1.2,"2013-01-01 05:00",1.1,"2013-01-01 06:00",1,"2013-01-01 07:00",0.9,"2013-01-01 08:00",1.2,"2013-01-01 05:00",0.5,"2013-03-08 02:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42401",1,30.309119,-81.652341,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6195,71,259,365,0,357,0,"","Certification not required",0,1.177606,2.258344,12,"2013-03-07 12:00",12,"2013-05-01 21:00",10,"2013-01-27 16:00",10,"2013-02-15 12:00","","","","",10,9,6,4,2,0,-1,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42401",1,30.309119,-81.652341,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6195,71,259,365,0,357,"","","Certification not required",0,-0.021146,1.150468,12,"2013-03-07 12:00",12,"2013-05-01 21:00",10,"2013-01-27 16:00",10,"2013-02-15 12:00","","","","",4,4,2,1,0,0,-1,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42401",1,30.309119,-81.652341,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",259,71,259,365,0,0,0,"","Certification not required",0,-0.02973,0.866162,4,"2013-08-02 00:00",4,"2013-08-03 00:00",4,"2013-08-04 00:00",4,"2013-08-05 00:00","","","","",4,2.2,1.2,0.8,0.2,0,-1,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42401",1,30.309119,-81.652341,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2017,69,258,365,0,0,"",0,"Certification not required",0,-0.031383,1.073107,8.6,"2013-05-01 23:00",8.3,"2013-01-27 17:00",7.6,"2013-05-01 20:00",6.3,"2013-03-07 14:00","","","","",4,4,2,1,0,0,-1,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0080","42401",5,30.309119,-81.652341,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74334,71,259,365,0,4290,"","","Certification not required",0,-0.025237,1.192957,19,"2013-03-07 11:55",18,"2013-03-07 11:50",18,"2013-03-07 12:00",18,"2013-03-07 12:05","","","","",4,4,2,1,0,0,-1,"","LASALLE ST. JACKSONVILLE, FL. 32207","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0081","42401",1,30.422222,-81.621111,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6390,73,268,365,0,162,0,"","Certification not required",0,2.597015,5.035632,25,"2013-05-26 15:00",24,"2013-03-29 16:00",22,"2013-05-17 14:00",21,"2013-06-16 12:00","","","","",22,21,15,9,3,1,-1,"","1840 CEDAR BAY RD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0081","42401",1,30.422222,-81.621111,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6390,73,268,365,0,162,"","","Certification not required",0,0.032864,1.804982,25,"2013-05-26 15:00",24,"2013-03-29 16:00",22,"2013-05-17 14:00",21,"2013-06-16 12:00","","","","",9,5,2,1,0,0,-1,"","1840 CEDAR BAY RD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0081","42401",1,30.422222,-81.621111,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,0.024627,0.96298,4.4,"2013-09-09 00:00",3.9,"2013-05-14 00:00",3.8,"2013-07-18 00:00",3.6,"2013-09-16 00:00","","","","",3.8,2.9,1.8,1,0.3,0,-1,"","1840 CEDAR BAY RD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0081","42401",1,30.422222,-81.621111,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2087,71,268,365,0,0,"",0,"Certification not required",0,0.027935,1.60608,18,"2013-09-09 14:00",17.3,"2013-09-16 14:00",15,"2013-05-26 17:00",14.6,"2013-03-29 17:00","","","","",7.6,4.6,1.6,0.6,0,0,-1,"","1840 CEDAR BAY RD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0081","42401",5,30.422222,-81.621111,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",76641,73,268,365,0,1983,"","","Certification not required",0,0.037134,2.010393,61,"2013-03-29 16:40",52,"2013-03-29 15:50",52,"2013-05-26 15:30",49,"2013-05-26 15:10","","","","",8,4,1,1,0,0,-1,"","1840 CEDAR BAY RD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0084","42101",1,30.320507,-81.68762,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",5499,63,223,365,0,1053,0,0,"Certification not required",5303,0.262675,0.07086,1.2,"2013-01-01 04:00",1.1,"2013-01-01 03:00",1.1,"2013-04-08 07:00",1.1,"2013-06-11 14:00","","","","",0.6,0.6,0.25,0.25,0.25,0.25,0.25,"","2189 rosselle st","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0084","42101",1,30.320507,-81.68762,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5455,62,216,365,0,0,0,0,"Certification not required",0,0.308066,0.043299,1,"2013-01-01 05:00",0.9,"2013-01-01 06:00",0.8,"2013-01-01 07:00",0.8,"2013-01-01 08:00",1,"2013-01-01 05:00",0.7,"2013-03-08 23:00",0.6,0.4,0.3,0.3,0.3,0.3,0.3,"","2189 rosselle st","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0084","81102",3,30.320507,-81.68762,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6411,73,265,365,0,141,"","","Certification not required",0,16.70301,8.203292,102,"2013-02-05 07:00",87,"2013-01-01 04:00",83,"2013-03-18 23:00",76,"2013-06-24 07:00","","","","",46,39,31,26,20,15,8,"","2189 rosselle st","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0084","81102",3,30.320507,-81.68762,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,16.249057,5.45351,41,"2013-08-11 00:00",39,"2013-03-08 00:00",38,"2013-08-12 00:00",36,"2013-01-23 00:00","","","","",38,32,25,23,18,16,11,"","2189 rosselle st","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0097","42401",1,30.367222,-81.594167,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6197,71,260,365,0,355,0,"","Certification not required",0,2.446154,3.935899,27,"2013-01-19 11:00",23,"2013-01-18 17:00",21,"2013-01-07 13:00",21,"2013-01-27 17:00","","","","",23,20,10,5,3,1,0,"","6241 FORT CAROLINE ROAD, JACKSONVILLE","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0097","42401",1,30.367222,-81.594167,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6197,71,260,365,0,355,"","","Certification not required",0,0.553494,1.748444,59,"2013-03-07 11:00",27,"2013-01-19 11:00",23,"2013-01-18 17:00",21,"2013-01-07 13:00","","","","",7,4,2,1,1,0,0,"","6241 FORT CAROLINE ROAD, JACKSONVILLE","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0097","42401",1,30.367222,-81.594167,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",260,71,260,365,0,0,0,"","Certification not required",0,0.530769,0.911052,7.4,"2013-04-21 00:00",4.9,"2013-01-19 00:00",4.5,"2013-01-27 00:00",4.2,"2013-01-18 00:00","","","","",4.5,3,1.8,1.4,1,0.3,0,"","6241 FORT CAROLINE ROAD, JACKSONVILLE","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0097","42401",1,30.367222,-81.594167,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2027,69,256,365,0,0,"",0,"Certification not required",0,0.544401,1.542422,26,"2013-03-07 11:00",19,"2013-01-19 11:00",17.6,"2013-04-21 20:00",17,"2013-01-27 20:00","","","","",7,3.6,2,1.3,1,0,0,"","6241 FORT CAROLINE ROAD, JACKSONVILLE","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0097","42401",5,30.367222,-81.594167,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74364,71,260,365,0,4260,"","","Certification not required",0,0.557716,1.89063,71,"2013-03-07 11:30",69,"2013-03-07 11:25",68,"2013-03-07 11:35",67,"2013-03-07 11:00","","","","",7,4,2,1,1,0,0,"","6241 FORT CAROLINE ROAD, JACKSONVILLE","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68101",1,30.135556,-81.634167,"UNKNOWN","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",260,100,45,61,0,13,"","","Certification not required",240,0.063077,0.050692,0.4,"2013-03-23 00:00",0.3,"2013-01-02 00:00",0.3,"2013-01-24 00:00",0.3,"2013-02-15 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68102",1,30.135556,-81.634167,"UNKNOWN","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",260,100,45,61,0,13,"","","Certification not required",0,24.038462,0.133781,24.1,"2013-01-02 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-14 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,23.9,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68103",1,30.135556,-81.634167,"UNKNOWN","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",260,100,45,61,0,13,"","","Certification not required",0,15.567308,6.816138,24.2,"2013-08-05 00:00",23.9,"2013-08-06 00:00",23.8,"2013-06-29 00:00",23.4,"2013-06-28 00:00","","","","",23.8,23.2,22.7,22,21.1,18.4,4.1,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68104",1,30.135556,-81.634167,"UNKNOWN","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",260,100,45,61,0,13,"","","Certification not required",0,27.771154,5.481648,35.9,"2013-08-12 00:00",35.5,"2013-08-30 00:00",35,"2013-08-14 00:00",34.7,"2013-08-13 00:00","","","","",35,34.6,34.4,33.6,32.1,29.4,19,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68105",1,30.135556,-81.634167,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",260,100,45,61,0,13,"","","Certification not required",0,20.712308,5.761442,28.4,"2013-08-12 00:00",28.3,"2013-08-05 00:00",28,"2013-08-13 00:00",27.7,"2013-08-04 00:00","","","","",28,27.5,27.1,26.4,25.3,22.8,11.7,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68106",1,30.135556,-81.634167,"UNKNOWN","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",260,100,45,61,0,13,"","","Certification not required",0,760.826923,3.194597,768,"2013-01-23 00:00",768,"2013-01-28 00:00",767,"2013-01-04 00:00",767,"2013-01-05 00:00","","","","",767,767,766,765,763,761,757,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68107",1,30.135556,-81.634167,"UNKNOWN","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",260,100,45,61,0,13,"","","Certification not required",0,764.957692,2.916161,773,"2013-01-23 00:00",773,"2013-02-18 00:00",772,"2013-01-28 00:00",771,"2013-01-05 00:00","","","","",772,771,770,769,767,765,762,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68108",1,30.135556,-81.634167,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",260,100,45,61,0,13,"","","Certification not required",0,762.919231,2.996332,770,"2013-01-23 00:00",770,"2013-01-28 00:00",770,"2013-02-18 00:00",769,"2013-01-05 00:00","","","","",770,769,768,767,765,763,759,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","68109",1,30.135556,-81.634167,"UNKNOWN","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",260,100,45,61,0,13,"","","Certification not required",0,1437.007692,7.255935,1440,"2013-01-07 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00",1440,"2013-01-20 00:00","","","","",1440,1440,1440,1440,1439,1439,1431,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","88101",1,30.135556,-81.634167,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,13,0,0,"Certification not required",0,6.296154,3.160419,19.7,"2013-01-23 00:00",18.7,"2013-03-08 00:00",18,"2013-01-24 00:00",17.2,"2013-03-28 00:00","","","","",18,15.1,12.8,10.3,7.6,5.5,3,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","88101",1,30.135556,-81.634167,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,13,"","","Certification not required",0,6.296154,3.160419,19.7,"2013-01-23 00:00",18.7,"2013-03-08 00:00",18,"2013-01-24 00:00",17.2,"2013-03-28 00:00","","","","",18,15.1,12.8,10.3,7.6,5.5,3,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","88502",3,30.135556,-81.634167,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5567,64,218,365,0,985,"","","Certification not required",0,4.871475,4.981493,111.9,"2013-01-01 02:00",92.5,"2013-01-01 01:00",85.9,"2013-01-01 03:00",80.9,"2013-01-01 04:00","","","","",18.7,15.6,12,9.6,6.5,3.9,0.9,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0098","88502",3,30.135556,-81.634167,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",218,60,218,365,0,0,"","","Certification not required",0,4.696789,2.999852,28.3,"2013-01-01 00:00",14.8,"2013-08-12 00:00",14.6,"2013-08-11 00:00",12.8,"2013-01-24 00:00","","","","",14.6,12.8,9.6,8.2,6.1,3.9,2.1,"EXTREME S PART OF COUNTY. OPEN FIELD SURROUNDED BY WOODS ON 3 SIDES","14932 MANDARIN ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68101",1,30.354722,-81.547778,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",264,100,45,61,0,9,"","","Certification not required",259,0.052841,0.025452,0.4,"2013-07-19 00:00",0.2,"2013-02-18 00:00",0.2,"2013-09-19 00:00",0.1,"2013-02-17 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68101",2,30.354722,-81.547778,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",23,74,23,31,0,2,"","","Certification not required",14,0.108696,0.080696,0.3,"2013-06-21 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-21 00:00",0.2,"2013-03-29 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.05,0.05,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68102",1,30.354722,-81.547778,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",264,100,45,61,0,9,"","","Certification not required",0,23.975758,0.074631,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,23.9,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68102",2,30.354722,-81.547778,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",23,74,23,31,0,2,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68103",1,30.354722,-81.547778,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",264,100,45,61,0,9,"","","Certification not required",0,17.183712,6.756369,26.4,"2013-08-05 00:00",25.9,"2013-08-07 00:00",25.4,"2013-08-04 00:00",25.3,"2013-06-28 00:00","","","","",25.4,25.1,24.6,23.9,23.1,18.4,6.4,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68103",2,30.354722,-81.547778,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,2,"","","Certification not required",0,17.491304,6.877626,24.8,"2013-08-08 00:00",24.3,"2013-06-21 00:00",24.2,"2013-08-29 00:00",23.9,"2013-09-25 00:00","","","","",24.8,24.8,24.3,24.2,23.6,18.8,6.7,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68104",1,30.354722,-81.547778,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",264,100,45,61,0,9,"","","Certification not required",0,27.870833,6.16217,37.2,"2013-08-14 00:00",36.9,"2013-06-12 00:00",36.8,"2013-08-13 00:00",36.7,"2013-06-13 00:00","","","","",36.8,36.4,35.7,34.5,32.8,29.4,18.2,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68104",2,30.354722,-81.547778,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,2,"","","Certification not required",0,28.986957,5.86347,36.5,"2013-09-01 00:00",36.3,"2013-07-27 00:00",35.9,"2013-08-29 00:00",35.6,"2013-09-13 00:00","","","","",36.5,36.5,36.3,35.9,33.3,29.8,21.5,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68105",1,30.354722,-81.547778,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",264,100,45,61,0,9,"","","Certification not required",0,21.820455,5.993663,30.3,"2013-08-13 00:00",30.1,"2013-06-12 00:00",29.9,"2013-08-04 00:00",29.7,"2013-06-13 00:00","","","","",29.9,29.5,28.6,27.9,26.9,23.8,12.4,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68105",2,30.354722,-81.547778,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,2,"","","Certification not required",0,22.691304,5.556152,29.3,"2013-08-29 00:00",28.8,"2013-09-13 00:00",28.6,"2013-08-08 00:00",28.1,"2013-09-01 00:00","","","","",29.3,29.3,28.8,28.6,27.2,24.3,14.2,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68106",1,30.354722,-81.547778,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",264,100,45,61,0,9,"","","Certification not required",0,759.409091,3.469486,767,"2013-01-05 00:00",767,"2013-01-10 00:00",767,"2013-01-23 00:00",767,"2013-02-18 00:00","","","","",767,766,765,764,762,760,755,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68106",2,30.354722,-81.547778,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,2,"","","Certification not required",0,759.913043,3.515072,766,"2013-01-28 00:00",765,"2013-01-04 00:00",765,"2013-03-29 00:00",763,"2013-05-28 00:00","","","","",766,766,765,765,762,760,755,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68107",1,30.354722,-81.547778,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",264,100,45,61,0,9,"","","Certification not required",0,764.25,3.235673,773,"2013-01-23 00:00",773,"2013-02-18 00:00",772,"2013-01-18 00:00",772,"2013-02-02 00:00","","","","",772,771,770,769,766,764,761,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68107",2,30.354722,-81.547778,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,2,"","","Certification not required",0,765.173913,3.472649,772,"2013-01-28 00:00",770,"2013-01-04 00:00",770,"2013-03-29 00:00",769,"2013-02-09 00:00","","","","",772,772,770,770,767,766,760,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68108",1,30.354722,-81.547778,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",264,100,45,61,0,9,"","","Certification not required",0,761.958333,3.279468,770,"2013-01-23 00:00",770,"2013-02-18 00:00",769,"2013-01-05 00:00",769,"2013-01-10 00:00","","","","",769,769,768,766,764,762,758,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68108",2,30.354722,-81.547778,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,2,"","","Certification not required",0,762.652174,3.365719,769,"2013-01-28 00:00",767,"2013-01-04 00:00",767,"2013-03-29 00:00",766,"2013-02-09 00:00","","","","",769,769,767,767,765,763,758,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","68109",1,30.354722,-81.547778,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",264,100,45,61,0,9,"","","Certification not required",0,1434.655303,10.035608,1440,"2013-01-03 00:00",1440,"2013-01-21 00:00",1440,"2013-01-24 00:00",1440,"2013-01-31 00:00","","","","",1440,1440,1440,1440,1439,1439,1423,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","68109",2,30.354722,-81.547778,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",23,74,23,31,0,2,"","","Certification not required",0,1439.826087,0.491026,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-12-16" +"12","031","0099","88101",1,30.354722,-81.547778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,0,0,"Certification not required",0,6.352652,3.734557,26.6,"2013-01-01 00:00",24.1,"2013-04-06 00:00",20.8,"2013-01-23 00:00",18.2,"2013-01-24 00:00","","","","",20.8,16.2,13.6,11,7.6,5.3,3,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","88101",1,30.354722,-81.547778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,"","","Certification not required",0,6.352652,3.734557,26.6,"2013-01-01 00:00",24.1,"2013-04-06 00:00",20.8,"2013-01-23 00:00",18.2,"2013-01-24 00:00","","","","",20.8,16.2,13.6,11,7.6,5.3,3,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","88101",2,30.354722,-81.547778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,2,0,0,"Certification not required",0,6.530435,3.037259,14.6,"2013-03-29 00:00",11.2,"2013-08-29 00:00",9.4,"2013-01-04 00:00",9.2,"2013-03-17 00:00","","","","",14.6,14.6,11.2,9.4,8.9,5.9,3.4,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0099","88101",2,30.354722,-81.547778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,2,"","","Certification not required",0,6.530435,3.037259,14.6,"2013-03-29 00:00",11.2,"2013-08-29 00:00",9.4,"2013-01-04 00:00",9.2,"2013-03-17 00:00","","","","",14.6,14.6,11.2,9.4,8.9,5.9,3.4,"Sunny Acres","9429 MERRILL ROAD","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0100","44201",1,30.261,-81.454,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5595,72,177,245,0,957,0,0,"Certification not required",285,0.041147,0.011255,0.067,"2013-05-15 11:00",0.064,"2013-04-25 15:00",0.064,"2013-08-05 14:00",0.064,"2013-09-13 14:00","","","","",0.064,0.064,0.059,0.055,0.05,0.045,0.035,"","13600 William Davis Parkway.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0100","44201",1,30.261,-81.454,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5548,70,171,245,0,0,0,0,"Certification not required",0,0.037076,0.011165,0.062,"2013-05-15 10:00",0.06,"2013-05-14 10:00",0.059,"2013-03-15 13:00",0.057,"2013-03-17 10:00","","","","",0.06,0.057,0.054,0.051,0.046,0.04,0.031,"","13600 William Davis Parkway.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0100","44201",1,30.261,-81.454,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5548,70,171,245,0,0,0,0,"Certification not required",0,0.037076,0.011165,0.062,"2013-05-15 10:00",0.06,"2013-05-14 10:00",0.059,"2013-03-15 13:00",0.057,"2013-03-17 10:00","","","","",0.06,0.057,0.054,0.051,0.046,0.04,0.031,"","13600 William Davis Parkway.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0100","88502",3,30.261,-81.454,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6132,70,251,365,0,420,"","","Certification not required",0,5.722782,4.446032,86.5,"2013-01-01 01:00",86,"2013-01-01 00:00",62.9,"2013-01-01 02:00",45.4,"2013-01-01 03:00","","","","",20.8,17.5,13.5,10.7,7.4,4.8,1.5,"","13600 William Davis Parkway.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0100","88502",3,30.261,-81.454,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",251,69,251,365,0,0,"","","Certification not required",0,5.670916,3.108413,18.5,"2013-08-12 00:00",18.2,"2013-01-01 00:00",17.1,"2013-08-11 00:00",16.9,"2013-01-24 00:00","","","","",17.1,16.2,12,9.7,6.9,4.8,2.8,"","13600 William Davis Parkway.","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0106","44201",1,30.378217,-81.8409,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6365,87,213,245,0,187,0,0,"Certification not required",541,0.041845,0.011914,0.086,"2013-05-15 16:00",0.082,"2013-05-17 14:00",0.069,"2013-03-30 15:00",0.068,"2013-04-02 15:00","","","","",0.069,0.066,0.061,0.057,0.051,0.044,0.035,"","4770 Cisco Dr","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0106","44201",1,30.378217,-81.8409,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6402,87,213,245,0,0,0,0,"Certification not required",0,0.037056,0.011511,0.069,"2013-05-15 10:00",0.066,"2013-05-17 10:00",0.065,"2013-03-30 10:00",0.06,"2013-03-29 10:00","","","","",0.065,0.059,0.056,0.053,0.047,0.04,0.029,"","4770 Cisco Dr","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0106","44201",1,30.378217,-81.8409,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6402,87,213,245,0,0,0,0,"Certification not required",0,0.037056,0.011511,0.069,"2013-05-15 10:00",0.066,"2013-05-17 10:00",0.065,"2013-03-30 10:00",0.06,"2013-03-29 10:00","","","","",0.065,0.059,0.056,0.053,0.047,0.04,0.029,"","4770 Cisco Dr","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0107","42101",1,30.308535,-81.705577,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6418,73,270,365,0,134,0,0,"Certification not required",6214,0.261468,0.073224,1.7,"2013-01-01 04:00",1.5,"2013-01-01 01:00",1.5,"2013-01-01 02:00",1.5,"2013-01-01 03:00","","","","",0.6,0.5,0.25,0.25,0.25,0.25,0.25,"","1216 Day Ave","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","031","0107","42101",1,30.308535,-81.705577,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6491,74,271,365,0,0,0,0,"Certification not required",0,0.306178,0.043218,1.5,"2013-01-01 05:00",1.4,"2013-01-01 06:00",1.3,"2013-01-01 07:00",1.2,"2013-01-01 08:00",1.5,"2013-01-01 05:00",0.7,"2013-02-18 05:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"","1216 Day Ave","Florida","Duval","Jacksonville","Jacksonville, FL","2013-11-13" +"12","033","0004","42401",1,30.525367,-87.20355,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6051,69,252,365,0,501,0,"","Certification not required",0,1.460317,1.78819,16,"2013-07-31 09:00",13,"2013-02-28 07:00",8,"2013-09-13 08:00",7,"2013-02-01 15:00","","","","",8,7,4,3,2,1,0,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","42401",1,30.525367,-87.20355,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6051,69,252,365,0,501,"","","Certification not required",0,0.244753,0.861339,16,"2013-07-31 09:00",13,"2013-02-28 07:00",8,"2013-09-13 08:00",7,"2013-02-01 15:00","","","","",3,2,1,1,1,0,-1,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","42401",1,30.525367,-87.20355,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",252,69,252,365,0,0,0,"","Certification not required",0,0.244841,0.616193,2,"2013-02-01 00:00",1.9,"2013-01-22 00:00",1.8,"2013-09-13 00:00",1.7,"2013-01-21 00:00","","","","",1.8,1.5,1.3,1,0.6,0.2,-0.8,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","42401",1,30.525367,-87.20355,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2004,69,252,365,0,0,"",0,"Certification not required",0,0.23493,0.763736,8.3,"2013-07-31 11:00",5.6,"2013-02-28 08:00",5.3,"2013-02-01 17:00",4.3,"2013-08-05 08:00","","","","",2.6,2,1.3,1,0.6,0,-1,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","42401",5,30.525367,-87.20355,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",69792,66,248,365,0,8832,"","","Certification not required",0,0.233451,0.894976,26,"2013-07-31 09:50",26,"2013-07-31 09:55",24,"2013-02-28 07:10",23,"2013-07-31 09:25","","","","",3,2,1,1,1,0,-1,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","44201",1,30.525367,-87.20355,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6458,86,211,245,0,94,0,0,"Certification not required",169,0.044351,0.011669,0.072,"2013-05-15 11:00",0.069,"2013-05-08 19:00",0.068,"2013-03-15 16:00",0.068,"2013-03-29 14:00","","","","",0.068,0.068,0.063,0.059,0.054,0.048,0.037,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","44201",1,30.525367,-87.20355,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6440,86,210,245,0,0,0,0,"Certification not required",0,0.039771,0.0114,0.068,"2013-05-15 09:00",0.066,"2013-03-15 11:00",0.065,"2013-03-29 09:00",0.064,"2013-03-30 09:00","","","","",0.065,0.062,0.059,0.054,0.049,0.044,0.032,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","44201",1,30.525367,-87.20355,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6440,86,210,245,0,0,0,0,"Certification not required",0,0.039771,0.0114,0.068,"2013-05-15 09:00",0.066,"2013-03-15 11:00",0.065,"2013-03-29 09:00",0.064,"2013-03-30 09:00","","","","",0.065,0.062,0.059,0.054,0.049,0.044,0.032,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","68101",1,30.525367,-87.20355,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,90,122,0,1,"","","Certification not required",25,0.339444,0.218845,0.7,"2013-06-27 00:00",0.7,"2013-09-13 00:00",0.6,"2013-06-03 00:00",0.6,"2013-06-24 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.4,0.05,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68101",2,30.525367,-87.20355,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",23,74,23,31,0,0,"","","Certification not required",22,0.056522,0.031277,0.2,"2013-07-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68102",1,30.525367,-87.20355,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,90,122,0,1,"","","Certification not required",0,24.097778,0.021082,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68102",2,30.525367,-87.20355,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",23,74,23,31,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68103",1,30.525367,-87.20355,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,16.885556,7.672489,26.7,"2013-08-08 00:00",25.8,"2013-07-30 00:00",25.4,"2013-05-31 00:00",25.4,"2013-06-27 00:00","","","","",26.7,25.8,25.1,24.6,23.4,19.9,4.6,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68103",2,30.525367,-87.20355,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,15.443478,7.566723,25.4,"2013-08-08 00:00",23.4,"2013-07-15 00:00",23.3,"2013-09-01 00:00",22.9,"2013-08-20 00:00","","","","",25.4,25.4,23.4,23.3,22,18.2,5.1,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68104",1,30.525367,-87.20355,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,27.928889,6.336185,36.6,"2013-08-05 00:00",36.4,"2013-09-13 00:00",36.2,"2013-06-12 00:00",36.2,"2013-06-27 00:00","","","","",36.6,36.4,36.1,35.2,33.9,28.5,19.5,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68104",2,30.525367,-87.20355,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,26.678261,5.937933,34.8,"2013-09-13 00:00",34.3,"2013-08-08 00:00",33.4,"2013-09-01 00:00",32.6,"2013-07-15 00:00","","","","",34.8,34.8,34.3,33.4,31.9,27.9,18.8,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68105",1,30.525367,-87.20355,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,21.818889,6.626994,30.7,"2013-06-27 00:00",30.1,"2013-08-08 00:00",30,"2013-07-30 00:00",29.9,"2013-06-12 00:00","","","","",30.7,30.1,29.8,29,27.8,23.6,12.7,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68105",2,30.525367,-87.20355,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,20.530435,6.223959,28.7,"2013-08-08 00:00",27.7,"2013-09-13 00:00",26.8,"2013-09-01 00:00",26.6,"2013-07-15 00:00","","","","",28.7,28.7,27.7,26.8,25.9,22.3,13.1,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68106",1,30.525367,-87.20355,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,759.222222,3.310785,768,"2013-01-04 00:00",767,"2013-03-14 00:00",766,"2013-01-19 00:00",765,"2013-01-07 00:00","","","","",768,767,765,764,761,759,755,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68106",2,30.525367,-87.20355,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,758.695652,3.403672,767,"2013-01-04 00:00",764,"2013-01-28 00:00",764,"2013-03-29 00:00",763,"2013-02-09 00:00","","","","",767,767,764,764,761,758,756,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68107",1,30.525367,-87.20355,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,763.244444,3.33962,771,"2013-01-04 00:00",771,"2013-01-19 00:00",771,"2013-03-14 00:00",769,"2013-01-22 00:00","","","","",771,771,769,768,765,763,759,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68107",2,30.525367,-87.20355,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,763.26087,3.658333,771,"2013-01-04 00:00",770,"2013-03-29 00:00",769,"2013-01-28 00:00",768,"2013-02-09 00:00","","","","",771,771,770,769,765,763,759,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68108",1,30.525367,-87.20355,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,761.222222,3.273241,769,"2013-01-04 00:00",769,"2013-03-14 00:00",768,"2013-01-19 00:00",767,"2013-01-22 00:00","","","","",769,769,767,766,763,761,758,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68108",2,30.525367,-87.20355,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,761,3.316625,769,"2013-01-04 00:00",767,"2013-03-29 00:00",766,"2013-01-28 00:00",765,"2013-02-09 00:00","","","","",769,769,767,766,763,760,758,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68109",1,30.525367,-87.20355,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",90,74,90,122,0,1,"","","Certification not required",0,1439.833333,0.877304,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","68109",2,30.525367,-87.20355,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",23,74,23,31,0,0,"","","Certification not required",0,1439.913043,0.288104,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2014-02-05" +"12","033","0004","88101",1,30.525367,-87.20355,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,7.535556,3.480227,22.2,"2013-03-08 00:00",16,"2013-09-01 00:00",14.4,"2013-09-13 00:00",13.7,"2013-03-29 00:00","","","","",22.2,16,13.6,12.3,9.6,6.5,3.5,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","88101",1,30.525367,-87.20355,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,7.535556,3.480227,22.2,"2013-03-08 00:00",16,"2013-09-01 00:00",14.4,"2013-09-13 00:00",13.7,"2013-03-29 00:00","","","","",22.2,16,13.6,12.3,9.6,6.5,3.5,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","88101",2,30.525367,-87.20355,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,0,0,0,"Certification not required",0,8.06087,3.914627,16.1,"2013-09-01 00:00",14.9,"2013-09-13 00:00",13.4,"2013-03-29 00:00",12.4,"2013-01-28 00:00","","","","",16.1,16.1,14.9,13.4,11.1,7.7,3.2,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","88101",2,30.525367,-87.20355,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,0,"","","Certification not required",0,8.06087,3.914627,16.1,"2013-09-01 00:00",14.9,"2013-09-13 00:00",13.4,"2013-03-29 00:00",12.4,"2013-01-28 00:00","","","","",16.1,16.1,14.9,13.4,11.1,7.7,3.2,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","88502",3,30.525367,-87.20355,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6513,74,273,365,0,39,"","","Certification not required",0,9.49478,5.072425,131.5,"2013-05-22 12:00",66.2,"2013-08-28 09:00",51.6,"2013-01-21 00:00",45.3,"2013-01-27 18:00","","","","",24.1,22.1,18.2,15.6,11.9,8.8,4.2,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0004","88502",3,30.525367,-87.20355,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,9.439194,3.42252,23.7,"2013-03-09 00:00",23.2,"2013-03-08 00:00",20.7,"2013-01-27 00:00",18.7,"2013-06-13 00:00","","","","",20.7,17.4,15.3,13.8,11.5,8.9,5.4,"Ellyson Industrial Park","ELLYSON INDUSTRIAL PARK-COPTER ROAD","Florida","Escambia","Ferry Pass","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0018","44201",1,30.36805,-87.270967,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6429,87,212,245,0,123,0,0,"Certification not required",41,0.046406,0.012026,0.085,"2013-08-06 11:00",0.077,"2013-05-08 18:00",0.071,"2013-04-26 16:00",0.069,"2013-03-15 16:00","","","","",0.071,0.069,0.064,0.063,0.055,0.049,0.04,"","NAS PENSACOLA","Florida","Escambia","Pensacola","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0018","44201",1,30.36805,-87.270967,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6425,86,211,245,0,0,0,0,"Certification not required",0,0.041934,0.011474,0.071,"2013-05-08 16:00",0.066,"2013-03-15 13:00",0.066,"2013-03-29 10:00",0.066,"2013-04-26 11:00","","","","",0.066,0.064,0.059,0.056,0.051,0.045,0.034,"","NAS PENSACOLA","Florida","Escambia","Pensacola","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","033","0018","44201",1,30.36805,-87.270967,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6425,86,211,245,0,0,0,0,"Certification not required",0,0.041934,0.011474,0.071,"2013-05-08 16:00",0.066,"2013-03-15 13:00",0.066,"2013-03-29 10:00",0.066,"2013-04-26 11:00","","","","",0.066,0.064,0.059,0.056,0.051,0.045,0.034,"","NAS PENSACOLA","Florida","Escambia","Pensacola","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","035","0004","44201",1,29.489083,-81.276833,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6510,87,214,245,0,42,0,0,"Certification not required",590,0.040322,0.012023,0.07,"2013-03-29 16:00",0.066,"2013-03-30 14:00",0.064,"2013-03-28 16:00",0.064,"2013-03-31 15:00","","","","",0.064,0.064,0.062,0.057,0.052,0.045,0.035,"Flagler","208 Sawgrass Rd","Florida","Flagler","Bunnell","Palm Coast, FL","2013-11-12" +"12","035","0004","44201",1,29.489083,-81.276833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6499,87,213,245,0,0,0,0,"Certification not required",0,0.036568,0.012252,0.067,"2013-03-29 11:00",0.064,"2013-03-30 10:00",0.062,"2013-05-14 10:00",0.061,"2013-03-28 11:00","","","","",0.062,0.06,0.057,0.054,0.048,0.041,0.03,"Flagler","208 Sawgrass Rd","Florida","Flagler","Bunnell","Palm Coast, FL","2013-11-12" +"12","035","0004","44201",1,29.489083,-81.276833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6499,87,213,245,0,0,0,0,"Certification not required",0,0.036568,0.012252,0.067,"2013-03-29 11:00",0.064,"2013-03-30 10:00",0.062,"2013-05-14 10:00",0.061,"2013-03-28 11:00","","","","",0.062,0.06,0.057,0.054,0.048,0.041,0.03,"Flagler","208 Sawgrass Rd","Florida","Flagler","Bunnell","Palm Coast, FL","2013-11-12" +"12","047","0015","42401",1,30.411339,-82.783484,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6418,73,266,365,0,134,0,"","Certification not required",0,3.157895,5.106181,26,"2013-01-19 04:00",23,"2013-02-02 01:00",22,"2013-01-05 06:00",22,"2013-05-14 07:00","","","","",22,19,13,10,4,1,-1,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","047","0015","42401",1,30.411339,-82.783484,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6418,73,266,365,0,134,"","","Certification not required",0,-0.199751,2.063505,26,"2013-01-19 04:00",23,"2013-02-02 01:00",22,"2013-01-05 06:00",22,"2013-05-14 07:00","","","","",9,6,3,2,0,-1,-2,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","047","0015","42401",1,30.411339,-82.783484,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",266,73,266,365,0,0,0,"","Certification not required",0,-0.196992,1.34571,6,"2013-01-05 00:00",5.9,"2013-01-19 00:00",4.6,"2013-01-23 00:00",4.3,"2013-02-02 00:00","","","","",4.6,3.3,2.4,1.7,0.4,-0.7,-1.5,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","047","0015","42401",1,30.411339,-82.783484,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2121,73,264,365,0,0,"",0,"Certification not required",0,-0.193305,1.812733,21,"2013-01-19 05:00",15,"2013-01-05 08:00",13.3,"2013-02-02 02:00",12.3,"2013-05-14 08:00","","","","",7.6,5.3,3,1.6,0.3,-1,-1.6,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","047","0015","42401",5,30.411339,-82.783484,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",75060,71,267,365,0,3564,"","","Certification not required",0,-0.205995,2.308698,57,"2013-05-19 19:50",45,"2013-03-08 21:25",40,"2013-05-14 07:45",38,"2013-07-16 13:55","","","","",10,6,3,2,0,-1,-2,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","047","0015","88502",3,30.411339,-82.783484,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4514,52,187,365,0,2038,"","","Certification not required",0,8.988835,8.372973,84.5,"2013-03-20 19:00",76.7,"2013-04-25 07:00",74.6,"2013-03-13 14:00",65.6,"2013-03-18 10:00","","","","",37.1,31.2,23.7,18.4,12.7,7.8,0.1,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","047","0015","88502",3,30.411339,-82.783484,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",187,51,187,365,0,0,"","","Certification not required",0,8.950267,3.648867,20,"2013-08-30 00:00",19.5,"2013-03-18 00:00",18.6,"2013-09-14 00:00",18.5,"2013-08-12 00:00","","","","",19.5,18.5,15.7,13.8,11.2,8.1,5.1,"","COUNTY ROAD 137 AT ENTRANCE TO OXY SRCC","Florida","Hamilton","White Springs","","2013-11-12" +"12","055","0003","44201",1,27.188889,-81.340556,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8664,99,243,245,0,96,0,0,"Certification not required",176,0.037679,0.01208,0.069,"2013-03-08 16:00",0.069,"2013-03-30 15:00",0.068,"2013-02-06 15:00",0.065,"2013-03-16 15:00","","","","",0.068,0.065,0.061,0.058,0.05,0.043,0.034,"ARCHBOLD BIOLOGICAL STATION PROPERTY. NORTH END OF LOOP","123 MAIN DRIVE VENUS FL 33960","Florida","Highlands","Sebring","Sebring, FL","2014-02-10" +"12","055","0003","44201",1,27.188889,-81.340556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8664,99,243,245,0,0,0,0,"Certification not required",0,0.033675,0.012006,0.065,"2013-03-30 10:00",0.063,"2013-03-08 11:00",0.062,"2013-03-16 12:00",0.061,"2013-03-21 11:00","","","","",0.062,0.061,0.056,0.054,0.046,0.038,0.03,"ARCHBOLD BIOLOGICAL STATION PROPERTY. NORTH END OF LOOP","123 MAIN DRIVE VENUS FL 33960","Florida","Highlands","Sebring","Sebring, FL","2014-02-10" +"12","055","0003","44201",1,27.188889,-81.340556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8664,99,243,245,0,0,0,0,"Certification not required",0,0.033675,0.012006,0.065,"2013-03-30 10:00",0.063,"2013-03-08 11:00",0.062,"2013-03-16 12:00",0.061,"2013-03-21 11:00","","","","",0.062,0.061,0.056,0.054,0.046,0.038,0.03,"ARCHBOLD BIOLOGICAL STATION PROPERTY. NORTH END OF LOOP","123 MAIN DRIVE VENUS FL 33960","Florida","Highlands","Sebring","Sebring, FL","2014-02-10" +"12","057","0081","42401",1,27.740033,-82.465146,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6512,74,273,365,0,40,0,"","Certification not required",0,2.150183,3.13005,21,"2013-08-05 22:00",20,"2013-06-12 22:00",18,"2013-06-11 22:00",18,"2013-08-04 22:00","","","","",18,10,7,5,3,1,0,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","42401",1,27.740033,-82.465146,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6512,74,273,365,0,40,"","","Certification not required",0,0.320332,1.233447,21,"2013-08-05 22:00",20,"2013-06-12 22:00",18,"2013-06-11 22:00",18,"2013-08-04 22:00","","","","",5,3,2,1,1,0,-1,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","42401",1,27.740033,-82.465146,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.314652,0.843403,4.2,"2013-06-12 00:00",2.9,"2013-01-23 00:00",2.5,"2013-02-02 00:00",2.4,"2013-09-29 00:00","","","","",2.5,2,1.7,1.4,1,0.1,-0.8,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","42401",1,27.740033,-82.465146,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2154,74,273,365,0,0,"",0,"Certification not required",0,0.310864,1.064673,10.6,"2013-06-12 11:00",9,"2013-07-10 11:00",8.6,"2013-06-12 23:00",7.6,"2013-06-11 23:00","","","","",4.3,3,2,1.3,1,0,-1,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","42401",5,27.740033,-82.465146,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",75862,72,273,365,0,2762,"","","Certification not required",0,0.313938,1.252888,73,"2013-03-12 09:45",35,"2013-06-12 22:20",32,"2013-06-11 22:20",32,"2013-08-05 22:20","","","","",5,3,2,1,1,0,-1,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","44201",1,27.740033,-82.465146,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6519,87,214,245,0,33,0,0,"Certification not required",29,0.045397,0.013954,0.082,"2013-03-08 15:00",0.082,"2013-05-14 15:00",0.079,"2013-03-29 17:00",0.078,"2013-03-28 15:00","","","","",0.079,0.077,0.071,0.063,0.057,0.049,0.036,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","44201",1,27.740033,-82.465146,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6534,87,213,245,0,0,0,0,"Certification not required",0,0.039559,0.013031,0.077,"2013-05-14 11:00",0.075,"2013-03-29 12:00",0.074,"2013-03-08 12:00",0.07,"2013-03-15 12:00","","","","",0.074,0.069,0.062,0.058,0.051,0.043,0.03,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0081","44201",1,27.740033,-82.465146,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6534,87,213,245,0,0,1,1,"Certification not required",0,0.039559,0.013031,0.077,"2013-05-14 11:00",0.075,"2013-03-29 12:00",0.074,"2013-03-08 12:00",0.07,"2013-03-15 12:00","","","","",0.074,0.069,0.062,0.058,0.051,0.043,0.03,"","2401 19th Avenue Northwest","Florida","Hillsborough","Ruskin","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0083","81102",3,27.863889,-82.384444,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6071,69,254,365,0,481,"","","Certification not required",0,21.556745,11.848927,99,"2013-06-18 21:00",98,"2013-01-30 12:00",91,"2013-05-20 15:00",90,"2013-03-15 15:00","","","","",61,54,45,37,26,19,10,"","GARDINIER PARK U S 41 & RIVERVIEW DR.","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0083","81102",3,27.863889,-82.384444,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",254,70,254,365,0,0,0,0,"Certification not required",0,21.145669,7.086593,50,"2013-07-25 00:00",49,"2013-07-24 00:00",42,"2013-03-30 00:00",40,"2013-01-24 00:00","","","","",42,39,36,31,25,20,13,"","GARDINIER PARK U S 41 & RIVERVIEW DR.","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0100","14129",1,27.970328,-82.38005,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,0.009561,0.009111,0.039,"2013-03-05 00:00",0.037,"2013-03-11 00:00",0.027,"2013-01-16 00:00",0.025,"2013-08-14 00:00","","","","",0.039,0.039,0.027,0.021,0.012,0.006,0.002,"KENLY","2909 N 66TH ST","Florida","Hillsborough","East Lake-Orient Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0109","42401",1,27.856389,-82.383667,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6512,74,273,365,0,40,2,"","Certification not required",0,7.380952,14.319154,83,"2013-03-06 06:00",82,"2013-03-01 04:00",73,"2013-03-03 21:00",68,"2013-03-02 01:00","","","","",73,64,46,19,6,2,0,"LOCATED ADJACENT TO STRIP MALL SHOPPING CENTER.","9851 HIGHWAY 41 SOUTH","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0109","42401",1,27.856389,-82.383667,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6512,74,273,365,0,40,"","","Certification not required",0,1.09398,4.926841,83,"2013-03-06 06:00",82,"2013-03-01 04:00",78,"2013-03-06 10:00",73,"2013-03-03 21:00","","","","",24,13,4,2,1,0,0,"LOCATED ADJACENT TO STRIP MALL SHOPPING CENTER.","9851 HIGHWAY 41 SOUTH","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0109","42401",1,27.856389,-82.383667,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,1.092674,2.614753,19.9,"2013-03-02 00:00",14.8,"2013-05-05 00:00",14.3,"2013-01-31 00:00",13.4,"2013-03-01 00:00","","","","",14.3,12.8,6,2.2,1,0.4,0,"LOCATED ADJACENT TO STRIP MALL SHOPPING CENTER.","9851 HIGHWAY 41 SOUTH","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0109","42401",1,27.856389,-82.383667,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2155,74,273,365,0,0,"",0,"Certification not required",0,1.08065,4.154374,52.3,"2013-05-05 08:00",49.3,"2013-03-02 20:00",47,"2013-01-18 02:00",45.3,"2013-03-06 08:00","","","","",22,11.6,4.6,2,0.6,0,0,"LOCATED ADJACENT TO STRIP MALL SHOPPING CENTER.","9851 HIGHWAY 41 SOUTH","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","0109","42401",5,27.856389,-82.383667,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",75847,72,273,365,0,2777,"","","Certification not required",0,1.083154,5.856405,204,"2013-05-05 11:35",178,"2013-03-13 15:30",142,"2013-01-31 16:55",136,"2013-03-01 04:00","","","","",25,10,3,2,1,0,0,"LOCATED ADJACENT TO STRIP MALL SHOPPING CENTER.","9851 HIGHWAY 41 SOUTH","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","42401",1,27.928056,-82.454722,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5965,68,248,365,0,587,0,"","Certification not required",0,6.116935,5.965355,38,"2013-05-18 08:00",34,"2013-03-16 09:00",33,"2013-01-15 09:00",28,"2013-02-07 08:00","","","","",33,23,18,13,8,4,1,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","42401",1,27.928056,-82.454722,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5965,68,248,365,0,587,"","","Certification not required",0,1.710142,2.502508,38,"2013-05-18 08:00",34,"2013-03-16 09:00",33,"2013-01-15 09:00",32,"2013-05-18 09:00","","","","",12,9,6,4,2,1,0,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","42401",1,27.928056,-82.454722,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",248,68,248,365,0,0,0,"","Certification not required",0,1.708468,1.347591,6.3,"2013-05-20 00:00",6.1,"2013-05-18 00:00",5.4,"2013-02-07 00:00",5.2,"2013-03-16 00:00","","","","",5.4,5.2,4.7,3.5,2.5,1.5,0.2,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","42401",1,27.928056,-82.454722,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1973,68,248,365,0,0,"",0,"Certification not required",0,1.690573,2.170062,24,"2013-05-18 11:00",21,"2013-02-07 08:00",18.6,"2013-01-15 11:00",17.3,"2013-05-18 08:00","","","","",10,8.3,6,4,2.3,1,0,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","42401",5,27.928056,-82.454722,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",69597,66,248,365,0,9027,"","","Certification not required",0,1.704025,2.791833,91,"2013-06-04 19:45",81,"2013-06-04 19:50",78,"2013-01-22 13:50",76,"2013-05-18 08:45","","","","",13,9,6,4,2,1,0,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","44201",1,27.928056,-82.454722,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5923,77,189,245,0,629,0,0,"Certification not required",270,0.044111,0.013491,0.08,"2013-06-12 12:00",0.079,"2013-05-09 15:00",0.079,"2013-09-14 13:00",0.075,"2013-05-17 14:00","","","","",0.079,0.075,0.068,0.063,0.053,0.046,0.036,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","44201",1,27.928056,-82.454722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5913,76,185,245,0,0,0,0,"Certification not required",0,0.038497,0.012119,0.067,"2013-05-09 10:00",0.064,"2013-03-29 12:00",0.063,"2013-03-08 11:00",0.063,"2013-05-14 10:00","","","","",0.064,0.063,0.061,0.056,0.048,0.042,0.03,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","44201",1,27.928056,-82.454722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5913,76,185,245,0,0,0,0,"Certification not required",0,0.038497,0.012119,0.067,"2013-05-09 10:00",0.064,"2013-03-29 12:00",0.063,"2013-03-08 11:00",0.063,"2013-05-14 10:00","","","","",0.064,0.063,0.061,0.056,0.048,0.042,0.03,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","81102",1,27.928056,-82.454722,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5935,100,42,61,0,617,"","","Certification not required",0,20.701432,11.291261,188,"2013-06-23 18:00",153,"2013-05-28 16:00",113,"2013-03-16 08:00",100,"2013-09-04 00:00","","","","",57,49,41,34,25,19,9,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1035","81102",1,27.928056,-82.454722,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",246,69,42,61,0,0,0,0,"Certification not required",0,20.207317,6.427119,43,"2013-07-25 00:00",38,"2013-03-08 00:00",38,"2013-07-24 00:00",36,"2013-02-26 00:00","","","","",38,36,33,29,24,20,13,"","COAST GUARD STATION DAVIS ISLAND","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","42601",1,27.892222,-82.538611,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6481,74,271,365,0,71,"","","Certification not required",0,0.643111,1.989615,45,"2013-01-12 19:00",45,"2013-03-15 06:00",39,"2013-01-25 07:00",39,"2013-02-04 08:00","","","","",8,5,3,2,1,0,0,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","42602",1,27.892222,-82.538611,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6481,74,271,365,0,71,0,"","Certification not required",0,11.760148,6.952593,40,"2013-03-29 06:00",39,"2013-02-05 07:00",36,"2013-01-25 07:00",36,"2013-03-15 06:00","","","","",36,34,24,21,16,10,5,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","42602",1,27.892222,-82.538611,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6481,74,271,365,0,71,"","","Certification not required",0,4.436661,4.224346,40,"2013-03-29 06:00",39,"2013-02-05 07:00",36,"2013-01-25 07:00",36,"2013-03-15 06:00","","","","",21,18,13,9,6,3,1,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","42603",1,27.892222,-82.538611,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6481,74,271,365,0,71,"","","Certification not required",0,5.057707,5.482075,81,"2013-03-15 06:00",75,"2013-01-25 07:00",74,"2013-02-04 08:00",72,"2013-02-05 07:00","","","","",27,21,15,11,6,3,1,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","44201",1,27.892222,-82.538611,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6492,86,210,245,0,60,0,0,"Certification not required",72,0.045019,0.013256,0.076,"2013-05-16 15:00",0.075,"2013-05-15 16:00",0.075,"2013-06-12 12:00",0.073,"2013-03-29 15:00","","","","",0.075,0.073,0.067,0.063,0.054,0.047,0.037,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","44201",1,27.892222,-82.538611,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6494,86,210,245,0,0,0,0,"Certification not required",0,0.039143,0.012129,0.07,"2013-03-29 13:00",0.068,"2013-05-15 11:00",0.067,"2013-05-14 11:00",0.066,"2013-03-08 12:00","","","","",0.067,0.064,0.06,0.055,0.049,0.043,0.031,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","44201",1,27.892222,-82.538611,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6494,86,210,245,0,0,0,0,"Certification not required",0,0.039143,0.012129,0.07,"2013-03-29 13:00",0.068,"2013-05-15 11:00",0.067,"2013-05-14 11:00",0.066,"2013-03-08 12:00","","","","",0.067,0.064,0.06,0.055,0.049,0.043,0.031,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","88502",3,27.892222,-82.538611,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5974,68,243,365,0,578,"","","Certification not required",0,9.524774,4.881287,105.5,"2013-01-01 02:00",104.7,"2013-01-01 01:00",83.1,"2013-01-01 00:00",44.5,"2013-07-04 22:00","","","","",24.5,20.9,17.3,14.9,11.7,8.8,4.7,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1065","88502",3,27.892222,-82.538611,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",243,67,243,365,0,0,"","","Certification not required",0,9.447737,3.082305,23.9,"2013-08-12 00:00",22.7,"2013-08-11 00:00",21.9,"2013-01-01 00:00",19.5,"2013-07-25 00:00","","","","",21.9,17.5,14.5,13.4,10.9,8.8,6.3,"","5121 GANDY BLVD","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1066","14129",1,27.960278,-82.3825,"UNKNOWN","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.072,0.126738,0.829,"2013-01-22 00:00",0.249,"2013-03-29 00:00",0.19,"2013-04-22 00:00",0.16,"2013-02-03 00:00","","","","",0.829,0.829,0.19,0.141,0.082,0.039,0.003,"","1700 NORTH 66TH STREET","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1066","14129",2,27.960278,-82.3825,"UNKNOWN","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,0.073047,0.133006,0.853,"2013-01-22 00:00",0.265,"2013-03-29 00:00",0.198,"2013-04-22 00:00",0.156,"2013-02-03 00:00","","","","",0.853,0.853,0.198,0.124,0.078,0.037,0.003,"","1700 NORTH 66TH STREET","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","1073","14129",1,27.965833,-82.379444,"UNKNOWN","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,0.063767,0.084278,0.433,"2013-03-05 00:00",0.312,"2013-03-11 00:00",0.23,"2013-01-16 00:00",0.164,"2013-06-03 00:00","","","","",0.433,0.433,0.23,0.136,0.07,0.032,0.011,"OPEN GRASSY AREA APP 60FT S OF 14TH AVE BETWEEN 70TH & 66TH STREET","6811 EAST 14TH AVENUE","Florida","Hillsborough","Tampa","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","12115",6,27.96565,-82.2304,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",29,97,29,30,0,1,"","","Certification not required",0,6e-06,1.2e-05,5e-05,"2013-06-15 00:00",3e-05,"2013-06-21 00:00",2e-05,"2013-01-28 00:00",2e-05,"2013-02-03 00:00","","","","",5e-05,5e-05,3e-05,2e-05,1e-05,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-10-17" +"12","057","3002","12115",7,27.96565,-82.2304,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-10-17" +"12","057","3002","17141",6,27.96565,-82.2304,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,28.386897,13.241681,59.8,"2013-03-17 00:00",54,"2013-02-21 00:00",51.3,"2013-03-29 00:00",48.2,"2013-05-10 00:00","","","","",59.8,59.8,54,51.3,36.2,23.3,13.7,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17141",7,27.96565,-82.2304,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,34.066667,16.469467,52.5,"2013-03-17 00:00",28.9,"2013-01-22 00:00",20.8,"2013-05-22 00:00","","","","","","",52.5,52.5,52.5,52.5,52.5,28.9,20.8,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17147",6,27.96565,-82.2304,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.52131,0.753599,2.96,"2013-02-21 00:00",2.9,"2013-03-17 00:00",2.71,"2013-06-15 00:00",2.56,"2013-03-29 00:00","","","","",2.96,2.96,2.9,2.71,2.03,1.23,0.661,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17147",7,27.96565,-82.2304,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,1.713333,1.23314,3.05,"2013-03-17 00:00",1.47,"2013-05-22 00:00",0.62,"2013-01-22 00:00","","","","","","",3.05,3.05,3.05,3.05,3.05,1.47,0.62,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17148",6,27.96565,-82.2304,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.051069,0.138431,0.656,"2013-02-21 00:00",0.276,"2013-02-03 00:00",0.242,"2013-06-09 00:00",0.154,"2013-01-16 00:00","","","","",0.656,0.656,0.276,0.242,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17148",7,27.96565,-82.2304,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.053333,0.092376,0.16,"2013-03-17 00:00",0,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","","","",0.16,0.16,0.16,0.16,0.16,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17149",6,27.96565,-82.2304,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.896241,0.80606,3.71,"2013-03-29 00:00",3.26,"2013-06-15 00:00",3.13,"2013-02-21 00:00",2.99,"2013-05-10 00:00","","","","",3.71,3.71,3.26,3.13,2.27,1.9,0.852,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17149",7,27.96565,-82.2304,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,1.14,1.009356,1.92,"2013-05-22 00:00",1.5,"2013-01-22 00:00",0,"2013-03-17 00:00","","","","","","",1.92,1.92,1.92,1.92,1.92,1.5,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17150",6,27.96565,-82.2304,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,3.138276,1.180499,5.43,"2013-02-21 00:00",5.35,"2013-03-29 00:00",5.21,"2013-05-10 00:00",5.2,"2013-06-15 00:00","","","","",5.43,5.43,5.35,5.21,3.91,3.14,1.53,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17150",7,27.96565,-82.2304,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,3.073333,1.241021,4.06,"2013-03-17 00:00",3.48,"2013-05-22 00:00",1.68,"2013-01-22 00:00","","","","","","",4.06,4.06,4.06,4.06,4.06,3.48,1.68,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17151",6,27.96565,-82.2304,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.0778,0.076521,0.222,"2013-06-09 00:00",0.213,"2013-04-22 00:00",0.179,"2013-02-27 00:00",0.175,"2013-02-21 00:00","","","","",0.222,0.222,0.213,0.179,0.141,0.076,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17151",7,27.96565,-82.2304,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.080467,0.084223,0.168,"2013-03-17 00:00",0.0734,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","","","",0.168,0.168,0.168,0.168,0.168,0.0734,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17158",6,27.96565,-82.2304,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.30761,0.174545,0.777,"2013-05-16 00:00",0.705,"2013-01-22 00:00",0.558,"2013-03-11 00:00",0.522,"2013-01-28 00:00","","","","",0.777,0.777,0.705,0.558,0.391,0.283,0.104,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17158",7,27.96565,-82.2304,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.440667,0.234813,0.624,"2013-01-22 00:00",0.522,"2013-03-17 00:00",0.176,"2013-05-22 00:00","","","","","","",0.624,0.624,0.624,0.624,0.624,0.522,0.176,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17159",6,27.96565,-82.2304,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.669034,0.307181,1.31,"2013-03-29 00:00",1.31,"2013-05-10 00:00",1.24,"2013-05-16 00:00",1.07,"2013-01-22 00:00","","","","",1.31,1.31,1.31,1.24,0.804,0.677,0.304,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17159",7,27.96565,-82.2304,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.778333,0.204505,1,"2013-01-22 00:00",0.738,"2013-05-22 00:00",0.597,"2013-03-17 00:00","","","","","","",1,1,1,1,1,0.738,0.597,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17160",6,27.96565,-82.2304,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17160",7,27.96565,-82.2304,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17201",6,27.96565,-82.2304,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.759828,0.299478,1.36,"2013-03-29 00:00",1.34,"2013-02-21 00:00",1.26,"2013-06-15 00:00",1.19,"2013-05-10 00:00","","","","",1.36,1.36,1.34,1.26,0.958,0.705,0.373,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17201",7,27.96565,-82.2304,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.809333,0.34399,1.13,"2013-03-17 00:00",0.852,"2013-05-22 00:00",0.446,"2013-01-22 00:00","","","","","","",1.13,1.13,1.13,1.13,1.13,0.852,0.446,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17204",6,27.96565,-82.2304,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.356517,0.130717,0.579,"2013-03-29 00:00",0.531,"2013-06-15 00:00",0.53,"2013-02-21 00:00",0.53,"2013-06-03 00:00","","","","",0.579,0.579,0.531,0.53,0.482,0.34,0.183,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17204",7,27.96565,-82.2304,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.364,0.151882,0.53,"2013-03-17 00:00",0.33,"2013-05-22 00:00",0.232,"2013-01-22 00:00","","","","","","",0.53,0.53,0.53,0.53,0.53,0.33,0.232,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17208",6,27.96565,-82.2304,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.073903,0.083559,0.468,"2013-02-21 00:00",0.176,"2013-03-29 00:00",0.126,"2013-02-03 00:00",0.12,"2013-03-17 00:00","","","","",0.468,0.468,0.176,0.126,0.0652,0.0519,0.0253,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17208",7,27.96565,-82.2304,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.097267,0.038735,0.134,"2013-03-17 00:00",0.101,"2013-01-22 00:00",0.0568,"2013-05-22 00:00","","","","","","",0.134,0.134,0.134,0.134,0.134,0.101,0.0568,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17211",6,27.96565,-82.2304,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.004793,0.015419,0.067,"2013-01-28 00:00",0.047,"2013-02-03 00:00",0.025,"2013-03-05 00:00",0,"2013-01-04 00:00","","","","",0.067,0.067,0.047,0.025,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17211",7,27.96565,-82.2304,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17212",6,27.96565,-82.2304,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17212",7,27.96565,-82.2304,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17215",6,27.96565,-82.2304,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.016069,0.030766,0.144,"2013-02-21 00:00",0.061,"2013-03-29 00:00",0.051,"2013-02-03 00:00",0.046,"2013-01-22 00:00","","","","",0.144,0.144,0.061,0.051,0.023,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17215",7,27.96565,-82.2304,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.023,0.019925,0.035,"2013-01-22 00:00",0.034,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0.035,0.035,0.035,0.035,0.035,0.034,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17220",6,27.96565,-82.2304,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.078276,0.080295,0.4,"2013-02-21 00:00",0.205,"2013-02-03 00:00",0.171,"2013-03-29 00:00",0.154,"2013-03-17 00:00","","","","",0.4,0.4,0.205,0.171,0.092,0.061,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17220",7,27.96565,-82.2304,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.105667,0.052548,0.137,"2013-03-17 00:00",0.135,"2013-01-22 00:00",0.045,"2013-05-22 00:00","","","","","","",0.137,0.137,0.137,0.137,0.137,0.135,0.045,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17223",6,27.96565,-82.2304,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.00931,0.016519,0.052,"2013-02-21 00:00",0.048,"2013-02-03 00:00",0.037,"2013-01-22 00:00",0.036,"2013-01-28 00:00","","","","",0.052,0.052,0.048,0.037,0.02,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17223",7,27.96565,-82.2304,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17224",6,27.96565,-82.2304,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.033207,0.032572,0.131,"2013-02-21 00:00",0.097,"2013-02-03 00:00",0.076,"2013-03-17 00:00",0.075,"2013-03-29 00:00","","","","",0.131,0.131,0.097,0.076,0.048,0.03,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17224",7,27.96565,-82.2304,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.042667,0.037005,0.066,"2013-03-17 00:00",0.062,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","","","",0.066,0.066,0.066,0.066,0.066,0.062,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17231",6,27.96565,-82.2304,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.003724,0.01429,0.066,"2013-02-21 00:00",0.042,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.066,0.066,0.042,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17231",7,27.96565,-82.2304,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17237",6,27.96565,-82.2304,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.02869,0.028882,0.094,"2013-02-03 00:00",0.079,"2013-02-21 00:00",0.074,"2013-01-28 00:00",0.063,"2013-03-17 00:00","","","","",0.094,0.094,0.079,0.074,0.047,0.028,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17237",7,27.96565,-82.2304,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.039667,0.034646,0.064,"2013-03-17 00:00",0.055,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","","","",0.064,0.064,0.064,0.064,0.064,0.055,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17242",6,27.96565,-82.2304,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.017241,0.024389,0.088,"2013-02-21 00:00",0.067,"2013-02-03 00:00",0.055,"2013-01-22 00:00",0.047,"2013-01-28 00:00","","","","",0.088,0.088,0.067,0.055,0.028,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17242",7,27.96565,-82.2304,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.026,0.024249,0.048,"2013-01-22 00:00",0.03,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0.048,0.048,0.048,0.048,0.048,0.03,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17243",6,27.96565,-82.2304,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.0273,0.034095,0.111,"2013-02-21 00:00",0.107,"2013-02-03 00:00",0.077,"2013-01-28 00:00",0.0676,"2013-03-17 00:00","","","","",0.111,0.111,0.107,0.077,0.0452,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","17243",7,27.96565,-82.2304,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.0428,0.037597,0.0705,"2013-03-17 00:00",0.0579,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","","","",0.0705,0.0705,0.0705,0.0705,0.0705,0.0579,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-08-21" +"12","057","3002","42101",2,27.96565,-82.2304,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6268,72,260,365,0,284,0,0,"Certification not required",0,0.1629,0.060467,1.022,"2013-01-01 01:00",0.899,"2013-01-01 03:00",0.869,"2013-01-01 02:00",0.796,"2013-01-01 00:00","","","","",0.349,0.314,0.268,0.234,0.192,0.154,0.097,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42101",2,27.96565,-82.2304,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6277,72,261,365,0,0,0,0,"Certification not required",0,0.162371,0.061751,0.8,"2013-01-01 05:00",0.8,"2013-01-01 06:00",0.7,"2013-01-01 07:00",0.7,"2013-01-01 08:00",0.8,"2013-01-01 05:00",0.4,"2013-01-02 04:00",0.3,0.3,0.3,0.2,0.2,0.2,0.1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42401",1,27.96565,-82.2304,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6306,72,263,365,0,246,0,"","Certification not required",0,3.749049,2.715124,25,"2013-03-17 09:00",16,"2013-01-21 02:00",15,"2013-09-21 08:00",14,"2013-08-11 08:00","","","","",15,11,8,7,5,3,1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42401",1,27.96565,-82.2304,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6306,72,263,365,0,246,"","","Certification not required",0,1.348398,1.181913,25,"2013-03-17 09:00",16,"2013-01-21 02:00",15,"2013-09-21 08:00",14,"2013-08-11 08:00","","","","",6,5,3,2,2,1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42401",1,27.96565,-82.2304,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",263,72,263,365,0,0,0,"","Certification not required",0,1.357414,0.628651,3.9,"2013-03-17 00:00",2.9,"2013-01-21 00:00",2.5,"2013-02-07 00:00",2.5,"2013-02-23 00:00","","","","",2.5,2.5,2.3,2,1.8,1.4,0.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42401",1,27.96565,-82.2304,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2082,71,263,365,0,0,"",0,"Certification not required",0,1.330692,0.97387,10.3,"2013-03-17 11:00",8,"2013-01-03 14:00",8,"2013-01-21 02:00",8,"2013-02-05 11:00","","","","",5,3.6,3,2.3,2,1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42401",5,27.96565,-82.2304,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",75565,72,263,365,0,3059,"","","Certification not required",0,1.344988,1.267812,41,"2013-03-17 09:00",35,"2013-03-17 08:55",35,"2013-03-17 09:05",32,"2013-03-17 09:10","","","","",6,5,3,2,2,1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42600",2,27.96565,-82.2304,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5518,63,229,365,0,1033,"","","Certification not required",0,3.523197,3.310814,41,"2013-03-15 07:00",32,"2013-03-15 08:00",31,"2013-02-18 07:00",28,"2013-05-15 07:00","","","","",17,13,10,8,4,2,1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42601",2,27.96565,-82.2304,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5471,62,227,365,0,1081,"","","Certification not required",0,0.202888,0.752424,19,"2013-03-15 07:00",12,"2013-03-15 08:00",11,"2013-01-25 09:00",10,"2013-03-19 08:00","","","","",3,2,1,1,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","42603",2,27.96565,-82.2304,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5508,63,228,365,0,1033,"","","Certification not required",0,3.235294,2.984892,25,"2013-02-18 06:00",25,"2013-03-17 20:00",23,"2013-01-25 22:00",23,"2013-02-18 07:00","","","","",15,12,9,7,4,2,1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","43207",1,27.96565,-82.2304,"WGS84","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.141786,0.018867,0.198,"2013-04-04 00:00",0.184,"2013-02-15 00:00",0.156,"2013-03-29 00:00",0.154,"2013-04-16 00:00","","","","",0.198,0.198,0.184,0.156,0.148,0.142,0.124,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43208",1,27.96565,-82.2304,"WGS84","Freon 114","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",2,0.035929,0.007206,0.052,"2013-06-03 00:00",0.042,"2013-03-29 00:00",0.042,"2013-04-28 00:00",0.042,"2013-05-10 00:00","","","","",0.052,0.052,0.042,0.042,0.04,0.036,0.024,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43218",1,27.96565,-82.2304,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.056071,0.033592,0.14,"2013-02-03 00:00",0.1,"2013-03-05 00:00",0.1,"2013-05-10 00:00",0.09,"2013-01-22 00:00","","","","",0.14,0.14,0.1,0.1,0.08,0.06,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43502",6,27.96565,-82.2304,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.526667,0.455472,2.5,"2013-06-27 00:00",2.5,"2013-09-13 00:00",2.3,"2013-07-09 00:00",2.3,"2013-07-27 00:00","","","","",2.5,2.5,2.3,2.2,1.8,1.4,1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43503",6,27.96565,-82.2304,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.526667,0.780268,5.4,"2013-03-29 00:00",2.6,"2013-04-10 00:00",2.4,"2013-02-03 00:00",2.4,"2013-05-10 00:00","","","","",5.4,5.4,2.4,2.3,1.8,1.3,0.8,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43504",6,27.96565,-82.2304,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.264444,0.088306,0.5,"2013-06-27 00:00",0.4,"2013-03-29 00:00",0.4,"2013-05-10 00:00",0.4,"2013-06-15 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.3,0.2,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43505",1,27.96565,-82.2304,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.421429,0.10683,0.64,"2013-01-10 00:00",0.61,"2013-04-04 00:00",0.6,"2013-05-16 00:00",0.56,"2013-04-16 00:00","","","","",0.64,0.64,0.61,0.6,0.49,0.41,0.29,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43510",6,27.96565,-82.2304,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.194311,0.083468,0.456,"2013-07-03 00:00",0.44,"2013-03-29 00:00",0.352,"2013-02-27 00:00",0.328,"2013-03-17 00:00","","","","",0.456,0.456,0.352,0.308,0.224,0.18,0.108,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43513",6,27.96565,-82.2304,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005056,0.000373,0.0075,"2013-09-01 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00","","","","",0.0075,0.0075,0.005,0.005,0.005,0.005,0.005,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43517",6,27.96565,-82.2304,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.079636,0.027,0.132,"2013-07-03 00:00",0.132,"2013-08-14 00:00",0.126,"2013-09-07 00:00",0.12,"2013-06-15 00:00","","","","",0.132,0.132,0.126,0.12,0.096,0.078,0.048,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43518",6,27.96565,-82.2304,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.077222,0.028655,0.165,"2013-07-09 00:00",0.14,"2013-05-10 00:00",0.115,"2013-06-27 00:00",0.115,"2013-08-14 00:00","","","","",0.165,0.165,0.115,0.11,0.1,0.075,0.045,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43528",6,27.96565,-82.2304,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.794622,0.536233,2.152,"2013-06-27 00:00",1.684,"2013-07-27 00:00",1.644,"2013-09-13 00:00",1.56,"2013-07-09 00:00","","","","",2.152,2.152,1.644,1.528,1.148,0.92,0.18,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43551",6,27.96565,-82.2304,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.205067,1.05166,6.27,"2013-03-29 00:00",4.08,"2013-01-22 00:00",2.913,"2013-02-03 00:00",2.292,"2013-03-17 00:00","","","","",6.27,6.27,2.913,2.256,1.179,0.879,0.516,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43552",6,27.96565,-82.2304,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.215911,0.218412,1.092,"2013-03-29 00:00",0.784,"2013-01-22 00:00",0.692,"2013-02-03 00:00",0.684,"2013-02-27 00:00","","","","",1.092,1.092,0.692,0.504,0.22,0.136,0.08,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","43704",1,27.96565,-82.2304,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.000714,0.002623,0.01,"2013-01-10 00:00",0.01,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43801",1,27.96565,-82.2304,"WGS84","Chloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.662857,0.090548,0.84,"2013-06-21 00:00",0.82,"2013-04-04 00:00",0.8,"2013-06-03 00:00",0.78,"2013-06-15 00:00","","","","",0.84,0.84,0.82,0.8,0.73,0.65,0.55,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43802",1,27.96565,-82.2304,"WGS84","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,4.798214,20.634119,110,"2013-01-16 00:00",2.78,"2013-01-04 00:00",2.62,"2013-02-21 00:00",2.39,"2013-02-03 00:00","","","","",110,110,2.78,2.62,1.77,0.61,0.12,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43803",1,27.96565,-82.2304,"WGS84","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.023571,0.0078,0.05,"2013-05-10 00:00",0.04,"2013-03-29 00:00",0.03,"2013-02-21 00:00",0.03,"2013-02-27 00:00","","","","",0.05,0.05,0.04,0.03,0.03,0.02,0.02,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43804",1,27.96565,-82.2304,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.084286,0.01069,0.12,"2013-04-04 00:00",0.11,"2013-04-10 00:00",0.11,"2013-04-16 00:00",0.09,"2013-02-27 00:00","","","","",0.12,0.12,0.11,0.11,0.08,0.08,0.08,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43811",1,27.96565,-82.2304,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.233214,0.032572,0.291,"2013-04-04 00:00",0.29,"2013-01-28 00:00",0.288,"2013-03-29 00:00",0.274,"2013-04-16 00:00","","","","",0.291,0.291,0.29,0.288,0.248,0.236,0.188,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43812",1,27.96565,-82.2304,"WGS84","Chloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.001786,0.006118,0.03,"2013-03-29 00:00",0.01,"2013-05-22 00:00",0.01,"2013-06-09 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.01,0.01,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43813",1,27.96565,-82.2304,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43814",1,27.96565,-82.2304,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.010357,0.004288,0.02,"2013-02-27 00:00",0.02,"2013-05-22 00:00",0.02,"2013-06-03 00:00",0.01,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.01,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43815",1,27.96565,-82.2304,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.031786,0.010905,0.05,"2013-02-27 00:00",0.05,"2013-03-29 00:00",0.04,"2013-01-22 00:00",0.04,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.04,0.04,0.03,0.02,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43817",1,27.96565,-82.2304,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.010714,0.032195,0.17,"2013-03-29 00:00",0.02,"2013-01-04 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-21 00:00","","","","",0.17,0.17,0.02,0.02,0.01,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43818",1,27.96565,-82.2304,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.008214,0.011239,0.03,"2013-04-22 00:00",0.03,"2013-04-28 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-10 00:00","","","","",0.03,0.03,0.03,0.03,0.01,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43819",1,27.96565,-82.2304,"WGS84","Bromomethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.005714,0.007418,0.02,"2013-01-16 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-11 00:00",0.02,"2013-06-27 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43820",1,27.96565,-82.2304,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43823",1,27.96565,-82.2304,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.482893,0.042926,0.575,"2013-04-04 00:00",0.572,"2013-03-29 00:00",0.55,"2013-04-16 00:00",0.524,"2013-06-03 00:00","","","","",0.575,0.575,0.572,0.55,0.513,0.482,0.423,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43824",1,27.96565,-82.2304,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43826",1,27.96565,-82.2304,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43829",1,27.96565,-82.2304,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43830",1,27.96565,-82.2304,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.001429,0.007559,0.04,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.04,0.04,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43831",1,27.96565,-82.2304,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.002143,0.011339,0.06,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.06,0.06,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43839",1,27.96565,-82.2304,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",28,0.006464,0.004484,0.024,"2013-04-04 00:00",0.016,"2013-04-10 00:00",0.016,"2013-04-16 00:00",0.005,"2013-01-04 00:00","","","","",0.024,0.024,0.016,0.016,0.005,0.005,0.005,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43843",1,27.96565,-82.2304,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43844",1,27.96565,-82.2304,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.06,0.038394,0.12,"2013-04-22 00:00",0.12,"2013-04-28 00:00",0.12,"2013-05-04 00:00",0.12,"2013-05-10 00:00","","","","",0.12,0.12,0.12,0.12,0.08,0.06,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","43860",1,27.96565,-82.2304,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.001071,0.004163,0.02,"2013-05-04 00:00",0.01,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0.01,0,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","44201",1,27.96565,-82.2304,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4972,61,149,245,0,1580,0,0,"Certification not required",95,0.046987,0.014166,0.08,"2013-05-17 16:00",0.076,"2013-05-09 17:00",0.074,"2013-03-29 17:00",0.073,"2013-03-16 14:00","","","","",0.076,0.074,0.069,0.067,0.059,0.051,0.041,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","44201",1,27.96565,-82.2304,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4969,61,149,245,0,0,0,0,"Certification not required",0,0.041886,0.013488,0.07,"2013-05-17 11:00",0.069,"2013-03-29 11:00",0.067,"2013-03-16 10:00",0.066,"2013-03-08 11:00","","","","",0.069,0.067,0.064,0.06,0.054,0.046,0.036,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","44201",1,27.96565,-82.2304,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4969,61,149,245,0,0,0,0,"Certification not required",0,0.041886,0.013488,0.07,"2013-05-17 11:00",0.069,"2013-03-29 11:00",0.067,"2013-03-16 10:00",0.066,"2013-03-08 11:00","","","","",0.069,0.067,0.064,0.06,0.054,0.046,0.036,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","45109",1,27.96565,-82.2304,"WGS84","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,2.500357,3.288924,9.42,"2013-02-21 00:00",8.9,"2013-06-15 00:00",8.21,"2013-06-03 00:00",7.55,"2013-06-09 00:00","","","","",9.42,9.42,8.9,8.21,6.67,0.62,0.26,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45201",1,27.96565,-82.2304,"WGS84","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.639643,0.228586,1.152,"2013-03-29 00:00",1.02,"2013-02-03 00:00",0.984,"2013-01-22 00:00",0.954,"2013-06-09 00:00","","","","",1.152,1.152,1.02,0.984,0.786,0.66,0.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45202",1,27.96565,-82.2304,"WGS84","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,1.212857,0.868122,4.97,"2013-01-04 00:00",2.18,"2013-06-15 00:00",2.1,"2013-01-16 00:00",1.74,"2013-03-29 00:00","","","","",4.97,4.97,2.18,2.1,1.34,1.09,0.53,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45203",1,27.96565,-82.2304,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.59,0.676297,1.97,"2013-06-15 00:00",1.92,"2013-02-21 00:00",1.78,"2013-06-03 00:00",1.65,"2013-06-21 00:00","","","","",1.97,1.97,1.92,1.78,1.49,0.19,0.11,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45204",1,27.96565,-82.2304,"WGS84","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.792857,0.98959,2.85,"2013-06-15 00:00",2.78,"2013-02-21 00:00",2.54,"2013-06-03 00:00",2.32,"2013-06-09 00:00","","","","",2.85,2.85,2.78,2.54,2.09,0.24,0.1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45207",1,27.96565,-82.2304,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",2,0.098839,0.044269,0.189,"2013-05-10 00:00",0.18,"2013-06-15 00:00",0.171,"2013-04-16 00:00",0.153,"2013-04-22 00:00","","","","",0.189,0.189,0.18,0.171,0.153,0.0855,0.045,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45208",1,27.96565,-82.2304,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",5,0.248304,0.134505,0.639,"2013-05-10 00:00",0.477,"2013-06-15 00:00",0.45,"2013-05-04 00:00",0.423,"2013-06-03 00:00","","","","",0.639,0.639,0.477,0.45,0.297,0.234,0.054,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45220",1,27.96565,-82.2304,"WGS84","Styrene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.138214,0.080694,0.31,"2013-02-21 00:00",0.28,"2013-06-03 00:00",0.28,"2013-06-15 00:00",0.26,"2013-06-09 00:00","","","","",0.31,0.31,0.28,0.28,0.21,0.12,0.05,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45501",6,27.96565,-82.2304,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.131133,0.040746,0.252,"2013-05-10 00:00",0.238,"2013-04-16 00:00",0.203,"2013-05-16 00:00",0.182,"2013-03-29 00:00","","","","",0.252,0.252,0.203,0.175,0.154,0.126,0.084,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","45503",6,27.96565,-82.2304,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0091,0.000671,0.0135,"2013-09-01 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00","","","","",0.0135,0.0135,0.009,0.009,0.009,0.009,0.009,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","45504",6,27.96565,-82.2304,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,14,"","","Certification not required",13,0.097935,0.086815,0.304,"2013-05-16 00:00",0.248,"2013-07-09 00:00",0.216,"2013-06-21 00:00",0.208,"2013-06-03 00:00","","","","",0.304,0.304,0.248,0.208,0.176,0.072,0.016,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","057","3002","45801",1,27.96565,-82.2304,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.019286,0.017832,0.05,"2013-04-22 00:00",0.05,"2013-04-28 00:00",0.05,"2013-05-04 00:00",0.05,"2013-05-10 00:00","","","","",0.05,0.05,0.05,0.05,0.04,0.01,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45805",1,27.96565,-82.2304,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",9,0.052179,0.038195,0.126,"2013-04-28 00:00",0.12,"2013-04-22 00:00",0.12,"2013-05-04 00:00",0.12,"2013-05-10 00:00","","","","",0.126,0.126,0.12,0.12,0.069,0.036,0.012,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45806",1,27.96565,-82.2304,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",3,0.048214,0.039663,0.12,"2013-04-28 00:00",0.114,"2013-04-04 00:00",0.11,"2013-04-22 00:00",0.11,"2013-05-04 00:00","","","","",0.12,0.12,0.114,0.11,0.078,0.04,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45807",1,27.96565,-82.2304,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.057143,0.043107,0.14,"2013-04-28 00:00",0.14,"2013-05-04 00:00",0.14,"2013-05-10 00:00",0.14,"2013-05-16 00:00","","","","",0.14,0.14,0.14,0.14,0.07,0.05,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","45810",1,27.96565,-82.2304,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.138571,0.082674,0.31,"2013-04-28 00:00",0.28,"2013-04-22 00:00",0.26,"2013-05-16 00:00",0.25,"2013-05-04 00:00","","","","",0.31,0.31,0.28,0.26,0.23,0.13,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","057","3002","61103",1,27.96565,-82.2304,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6393,73,264,365,0,159,"","","Certification not required",0,3.08478,2.502024,17.4,"2013-03-24 12:00",15.6,"2013-02-13 14:00",15.6,"2013-03-24 13:00",15.6,"2013-03-24 14:00","","","","",11.3,9.6,7.8,6.1,4.3,2.6,0.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","61104",1,27.96565,-82.2304,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6393,73,264,365,0,159,"","","Certification not required",0,154.773815,89.841079,360,"2013-01-04 05:00",360,"2013-01-20 01:00",360,"2013-04-26 14:00",360,"2013-09-03 04:00","","","","",353,347,326,286,219,139,43,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","62101",1,27.96565,-82.2304,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6214,71,255,365,0,338,"","","Certification not required",0,72.085291,11.341351,94,"2013-08-07 15:00",94,"2013-08-13 14:00",94,"2013-08-13 15:00",93,"2013-08-06 13:00","","","","",91,90,88,86,79,74,56,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","62201",1,27.96565,-82.2304,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6325,72,262,365,0,219,"","","Certification not required",0,76.896126,20.489151,100,"2013-01-17 05:00",100,"2013-01-25 01:00",100,"2013-01-25 06:00",100,"2013-02-04 01:00","","","","",100,100,100,99,96,82,47,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68101",1,27.96565,-82.2304,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",268,73,268,365,0,5,"","","Certification not required",241,0.0625,0.044369,0.4,"2013-04-10 00:00",0.3,"2013-01-14 00:00",0.3,"2013-03-04 00:00",0.2,"2013-01-01 00:00","","","","",0.3,0.2,0.2,0.1,0.05,0.05,0.05,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68101",2,27.96565,-82.2304,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",37,61,37,61,0,8,"","","Certification not required",4,0.221622,0.144597,0.5,"2013-04-28 00:00",0.5,"2013-05-10 00:00",0.4,"2013-01-10 00:00",0.4,"2013-02-09 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.05,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68101",7,27.96565,-82.2304,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",232,100,45,61,0,41,"","","Certification not required",58,0.198276,0.152814,0.5,"2013-05-31 00:00",0.5,"2013-06-11 00:00",0.5,"2013-06-12 00:00",0.5,"2013-06-29 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.1,0.05,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68102",1,27.96565,-82.2304,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",268,73,268,365,0,5,"","","Certification not required",0,24.016418,0.050753,24.1,"2013-01-17 00:00",24.1,"2013-02-12 00:00",24.1,"2013-02-25 00:00",24.1,"2013-02-26 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68102",2,27.96565,-82.2304,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",37,61,37,61,0,8,"","","Certification not required",0,24.016216,0.068773,24.1,"2013-01-04 00:00",24.1,"2013-01-28 00:00",24.1,"2013-02-03 00:00",24.1,"2013-02-09 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,23.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68102",7,27.96565,-82.2304,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",232,100,45,61,0,41,"","","Certification not required",0,23.980172,0.073526,24.1,"2013-07-26 00:00",24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,23.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68103",1,27.96565,-82.2304,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,73,268,365,0,5,"","","Certification not required",0,17.701493,5.987265,24.6,"2013-08-16 00:00",24.4,"2013-08-07 00:00",24.3,"2013-07-27 00:00",24.1,"2013-08-05 00:00","","","","",24.3,23.9,23.6,23.4,22.5,19.9,7.5,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68103",2,27.96565,-82.2304,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",38,62,38,61,0,7,"","","Certification not required",0,16.868421,5.205097,23.7,"2013-07-27 00:00",22.1,"2013-06-03 00:00",22.1,"2013-09-19 00:00",21.8,"2013-07-03 00:00","","","","",23.7,23.7,22.1,21.8,21.1,18.6,8.6,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68103",5,27.96565,-82.2304,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,21,"","","Certification not required",0,16.998824,6.107363,24.1,"2013-08-08 00:00",23.9,"2013-08-05 00:00",23.8,"2013-08-23 00:00",23.7,"2013-07-27 00:00","","","","",24.1,23.9,23.6,23.2,22,19.1,6.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","68103",7,27.96565,-82.2304,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",232,100,45,61,0,40,"","","Certification not required",0,17.931897,5.984006,24.3,"2013-08-16 00:00",24.2,"2013-07-27 00:00",24,"2013-08-05 00:00",23.9,"2013-06-16 00:00","","","","",24,23.8,23.6,23.3,22.5,20.6,6.7,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68104",1,27.96565,-82.2304,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,73,268,365,0,5,"","","Certification not required",0,29.648881,4.756864,36.2,"2013-07-29 00:00",36.1,"2013-08-06 00:00",35.8,"2013-08-13 00:00",35.6,"2013-08-07 00:00","","","","",35.8,35.3,34.9,34.4,33.3,31.1,23,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68104",2,27.96565,-82.2304,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",38,62,38,61,0,7,"","","Certification not required",0,28.952632,4.261565,33.7,"2013-05-10 00:00",33.3,"2013-06-27 00:00",33.2,"2013-07-27 00:00",33.1,"2013-07-21 00:00","","","","",33.7,33.7,33.3,33.1,32.3,30.7,22.5,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68104",5,27.96565,-82.2304,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,21,"","","Certification not required",0,28.747059,5.292168,35.5,"2013-08-11 00:00",35.4,"2013-07-30 00:00",35.3,"2013-08-20 00:00",35,"2013-08-17 00:00","","","","",35.5,35.4,34.8,34.2,33,30.8,20.6,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","68104",7,27.96565,-82.2304,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",232,100,45,61,0,40,"","","Certification not required",0,30.126724,4.61684,36.7,"2013-07-29 00:00",36.2,"2013-08-06 00:00",36.2,"2013-08-13 00:00",35.6,"2013-09-06 00:00","","","","",36.2,35.5,34.9,34.5,33.6,31.7,23.8,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68105",1,27.96565,-82.2304,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,73,268,365,0,5,"","","Certification not required",0,22.788433,4.868316,29,"2013-08-11 00:00",28.9,"2013-08-13 00:00",28.8,"2013-06-17 00:00",28.8,"2013-08-05 00:00","","","","",28.8,28.6,28,27.6,26.5,24.7,14.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68105",2,27.96565,-82.2304,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",38,62,38,61,0,7,"","","Certification not required",0,22.036842,4.188041,27.7,"2013-07-27 00:00",26.9,"2013-07-09 00:00",26.8,"2013-07-21 00:00",26.1,"2013-06-15 00:00","","","","",27.7,27.7,26.9,26.1,25.1,24,14.8,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68105",5,27.96565,-82.2304,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,20,"","","Certification not required",0,21.863953,5.483492,29.1,"2013-08-11 00:00",28.7,"2013-08-05 00:00",28.4,"2013-07-30 00:00",28,"2013-06-18 00:00","","","","",29.1,28.7,28,27.2,26.3,23.7,13.5,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","68105",7,27.96565,-82.2304,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",232,100,45,61,0,40,"","","Certification not required",0,23.145259,4.810961,28.9,"2013-08-11 00:00",28.8,"2013-06-17 00:00",28.8,"2013-08-13 00:00",28.7,"2013-08-05 00:00","","","","",28.8,28.6,28.2,27.6,26.6,24.9,15.2,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68106",1,27.96565,-82.2304,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,73,268,365,0,5,"","","Certification not required",0,756.466418,2.702958,764,"2013-01-23 00:00",763,"2013-01-24 00:00",763,"2013-02-01 00:00",763,"2013-02-18 00:00","","","","",763,762,761,760,758,757,753,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68106",2,27.96565,-82.2304,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,62,38,61,0,7,"","","Certification not required",0,754.631579,3.008286,761,"2013-01-10 00:00",761,"2013-01-28 00:00",760,"2013-03-29 00:00",759,"2013-01-04 00:00","","","","",761,761,761,759,756,755,751,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68106",5,27.96565,-82.2304,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,756.372549,4.677567,765,"2013-01-28 00:00",764,"2013-01-10 00:00",764,"2013-01-25 00:00",764,"2013-02-18 00:00","","","","",764,764,763,762,760,757,750,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","68106",7,27.96565,-82.2304,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",233,100,45,61,0,40,"","","Certification not required",0,755.004292,2.710926,763,"2013-01-23 00:00",762,"2013-01-24 00:00",761,"2013-01-05 00:00",761,"2013-01-09 00:00","","","","",761,761,759,758,757,755,752,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68107",1,27.96565,-82.2304,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,73,268,365,0,5,"","","Certification not required",0,760.41791,2.759522,770,"2013-04-10 00:00",767,"2013-01-23 00:00",767,"2013-02-01 00:00",767,"2013-02-17 00:00","","","","",767,767,766,764,762,760,757,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68107",2,27.96565,-82.2304,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,62,38,61,0,7,"","","Certification not required",0,758.947368,2.856452,765,"2013-01-28 00:00",765,"2013-03-29 00:00",764,"2013-01-10 00:00",763,"2013-01-04 00:00","","","","",765,765,765,763,760,759,756,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68107",5,27.96565,-82.2304,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,760.705882,4.87383,771,"2013-02-18 00:00",770,"2013-01-25 00:00",770,"2013-03-29 00:00",769,"2013-01-28 00:00","","","","",770,770,768,767,764,762,754,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","68107",7,27.96565,-82.2304,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",233,100,45,61,0,40,"","","Certification not required",0,759.493562,2.827086,767,"2013-01-23 00:00",767,"2013-03-29 00:00",766,"2013-01-10 00:00",766,"2013-01-18 00:00","","","","",766,766,765,763,761,759,756,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68108",1,27.96565,-82.2304,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,73,268,365,0,5,"","","Certification not required",0,758.481343,2.668239,765,"2013-01-23 00:00",765,"2013-01-24 00:00",765,"2013-02-01 00:00",765,"2013-02-18 00:00","","","","",765,764,763,762,760,758,755,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68108",2,27.96565,-82.2304,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,62,38,61,0,7,"","","Certification not required",0,756.842105,2.852465,763,"2013-01-10 00:00",763,"2013-01-28 00:00",762,"2013-03-29 00:00",761,"2013-01-04 00:00","","","","",763,763,763,761,758,757,754,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68108",5,27.96565,-82.2304,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,757.833333,4.624693,767,"2013-02-18 00:00",766,"2013-01-28 00:00",766,"2013-03-29 00:00",765,"2013-01-10 00:00","","","","",766,766,764,763,761,759,752,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","68108",7,27.96565,-82.2304,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",233,100,45,61,0,40,"","","Certification not required",0,757.291845,2.692706,765,"2013-01-23 00:00",764,"2013-01-24 00:00",764,"2013-03-28 00:00",764,"2013-03-29 00:00","","","","",764,763,762,760,759,757,754,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68109",1,27.96565,-82.2304,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",268,73,268,365,0,5,"","","Certification not required",0,1438.350746,2.25942,1440,"2013-01-17 00:00",1440,"2013-01-25 00:00",1440,"2013-02-12 00:00",1440,"2013-02-25 00:00","","","","",1440,1440,1440,1440,1439,1439,1435,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68109",2,27.96565,-82.2304,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",37,61,37,61,0,8,"","","Certification not required",0,1438.513514,2.94978,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1433,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","68109",7,27.96565,-82.2304,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",232,100,45,61,0,41,"","","Certification not required",0,1437.530172,5.366155,1440,"2013-01-10 00:00",1440,"2013-01-12 00:00",1440,"2013-01-17 00:00",1440,"2013-02-19 00:00","","","","",1440,1440,1440,1440,1439,1439,1434,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","81102",1,27.96565,-82.2304,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,14.365854,3.440611,22,"2013-06-21 00:00",20,"2013-03-29 00:00",20,"2013-05-10 00:00",20,"2013-06-15 00:00","","","","",22,22,20,19,16,15,11,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","81102",2,27.96565,-82.2304,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,14,0,0,"Certification not required",0,14.967742,3.430101,21,"2013-05-10 00:00",20,"2013-01-22 00:00",20,"2013-06-15 00:00",20,"2013-06-21 00:00","","","","",21,21,20,20,16,15,11,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","85101",7,27.96565,-82.2304,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",229,100,45,61,0,44,"","","Certification not required",0,14.812227,4.749389,36,"2013-01-01 00:00",34,"2013-07-24 00:00",32,"2013-07-25 00:00",29,"2013-06-22 00:00","","","","",32,28,24,21,17,14,10,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","85102",5,27.96565,-82.2304,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",54,89,54,61,0,3,"","","Certification not required",0,1.442593,2.889513,21.7,"2013-02-21 00:00",2.9,"2013-10-13 00:00",2.8,"2013-10-25 00:00",2.1,"2013-05-10 00:00","","","","",21.7,2.9,2.8,2.1,1.5,1,0.2,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85102",6,27.96565,-82.2304,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,13,"","","Certification not required",0,1.044444,0.693003,2.7,"2013-10-13 00:00",2.6,"2013-07-15 00:00",2.6,"2013-10-25 00:00",2.2,"2013-07-27 00:00","","","","",2.7,2.7,2.6,2.1,1.5,0.9,0.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85103",5,27.96565,-82.2304,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.898077,0.574794,2.7,"2013-03-29 00:00",2.4,"2013-11-18 00:00",2.2,"2013-03-17 00:00",2,"2013-10-13 00:00","","","","",2.7,2.4,2.2,1.4,1.2,0.8,0.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85103",6,27.96565,-82.2304,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,13,"","","Certification not required",0,0.904545,0.651279,2.9,"2013-07-27 00:00",2.9,"2013-11-18 00:00",1.9,"2013-11-24 00:00",1.8,"2013-10-13 00:00","","","","",2.9,2.9,1.9,1.7,1.2,0.7,0.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85105",5,27.96565,-82.2304,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",54,89,54,61,0,3,"","","Certification not required",0,0.105556,0.112295,0.5,"2013-07-15 00:00",0.4,"2013-07-03 00:00",0.4,"2013-07-27 00:00",0.3,"2013-04-16 00:00","","","","",0.5,0.4,0.4,0.3,0.1,0.1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85105",6,27.96565,-82.2304,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",47,77,47,61,0,13,"","","Certification not required",0,0.106383,0.114975,0.4,"2013-07-03 00:00",0.4,"2013-07-09 00:00",0.4,"2013-07-15 00:00",0.4,"2013-07-27 00:00","","","","",0.4,0.4,0.4,0.3,0.1,0.1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85110",5,27.96565,-82.2304,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.112069,0.070282,0.3,"2013-03-29 00:00",0.3,"2013-07-27 00:00",0.2,"2013-03-17 00:00",0.2,"2013-04-04 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85110",6,27.96565,-82.2304,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",48,79,48,61,0,13,"","","Certification not required",0,0.102083,0.066811,0.3,"2013-07-27 00:00",0.2,"2013-06-03 00:00",0.2,"2013-07-03 00:00",0.2,"2013-07-09 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85112",5,27.96565,-82.2304,"WGS84","Chromium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.877586,0.449578,2.9,"2013-06-15 00:00",2.8,"2013-06-27 00:00",2.7,"2013-04-16 00:00",2.6,"2013-06-09 00:00","","","","",2.9,2.8,2.7,2.5,2.2,1.9,1.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85112",6,27.96565,-82.2304,"WGS84","Chromium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",48,79,48,61,0,13,"","","Certification not required",0,1.935417,0.503811,3.1,"2013-08-02 00:00",3,"2013-06-15 00:00",2.7,"2013-04-16 00:00",2.7,"2013-06-21 00:00","","","","",3.1,3.1,2.7,2.6,2.3,1.9,1.3,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85113",5,27.96565,-82.2304,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",39,64,39,61,0,3,"","","Certification not required",0,0.123077,0.080986,0.3,"2013-07-21 00:00",0.3,"2013-08-14 00:00",0.2,"2013-04-04 00:00",0.2,"2013-04-10 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85113",6,27.96565,-82.2304,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,13,"","","Certification not required",0,0.108333,0.073193,0.3,"2013-08-14 00:00",0.2,"2013-04-28 00:00",0.2,"2013-05-04 00:00",0.2,"2013-08-02 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85128",5,27.96565,-82.2304,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.00139,0.000652,0.0038,"2013-03-17 00:00",0.0029,"2013-03-29 00:00",0.0025,"2013-05-10 00:00",0.0025,"2013-10-13 00:00","","","","",0.0038,0.0029,0.0025,0.0021,0.0018,0.0013,0.0007,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85128",6,27.96565,-82.2304,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,13,"","","Certification not required",0,0.001231,0.000645,0.0031,"2013-07-09 00:00",0.0027,"2013-05-10 00:00",0.0025,"2013-11-12 00:00",0.0023,"2013-07-15 00:00","","","","",0.0031,0.0031,0.0025,0.0023,0.0016,0.0011,0.0005,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85132",5,27.96565,-82.2304,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,2.137931,1.407353,6,"2013-06-15 00:00",6,"2013-06-21 00:00",5,"2013-03-29 00:00",5,"2013-06-09 00:00","","","","",6,6,5,5,3,2,1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85132",6,27.96565,-82.2304,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",48,79,48,61,0,13,"","","Certification not required",0,2.354167,1.630684,7,"2013-06-15 00:00",7,"2013-06-21 00:00",5,"2013-06-09 00:00",5,"2013-07-15 00:00","","","","",7,7,5,5,3,2,1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85136",5,27.96565,-82.2304,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.206897,0.986908,4,"2013-06-15 00:00",4,"2013-10-19 00:00",3,"2013-03-17 00:00",3,"2013-04-22 00:00","","","","",4,4,3,3,2,1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85136",6,27.96565,-82.2304,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",48,79,48,61,0,13,"","","Certification not required",0,1.354167,0.933754,5,"2013-10-25 00:00",3,"2013-06-21 00:00",3,"2013-06-27 00:00",3,"2013-07-03 00:00","","","","",5,5,3,2,2,1,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85154",5,27.96565,-82.2304,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",38,62,38,61,0,3,"","","Certification not required",0,0.934211,0.679537,2.5,"2013-01-04 00:00",2.3,"2013-01-16 00:00",2,"2013-01-22 00:00",2,"2013-04-28 00:00","","","","",2.5,2.5,2.3,2,1.3,0.8,0.2,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","85154",6,27.96565,-82.2304,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",35,57,35,61,0,13,"","","Certification not required",0,0.802857,0.722123,2.8,"2013-01-22 00:00",2.2,"2013-01-10 00:00",2.2,"2013-01-16 00:00",2,"2013-01-04 00:00","","","","",2.8,2.8,2.2,2,1.2,0.6,0.1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","057","3002","86502",1,27.96565,-82.2304,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P MODEL 2025 PM2.5 SEQUENTIAL w/WINS - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",225,100,45,61,0,48,"","","Certification not required",0,8.564889,3.525515,24,"2013-07-24 00:00",21.8,"2013-07-25 00:00",20.6,"2013-06-22 00:00",20.4,"2013-06-14 00:00","","","","",20.6,19.2,15.4,12.5,10.1,8.2,4.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88101",1,27.96565,-82.2304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,6,0,0,"Certification not required",0,6.796629,3.160094,26.9,"2013-01-01 00:00",20,"2013-02-02 00:00",17.8,"2013-03-08 00:00",16.8,"2013-03-09 00:00","","","","",17.8,15.2,12.5,10.4,8,6.1,3.6,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88101",1,27.96565,-82.2304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,6,"","","Certification not required",0,6.796629,3.160094,26.9,"2013-01-01 00:00",20,"2013-02-02 00:00",17.8,"2013-03-08 00:00",16.8,"2013-03-09 00:00","","","","",17.8,15.2,12.5,10.4,8,6.1,3.6,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88101",2,27.96565,-82.2304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,9,0,0,"Certification not required",0,6.952778,2.542607,12.9,"2013-03-29 00:00",11.8,"2013-03-17 00:00",11.7,"2013-05-10 00:00",10.5,"2013-03-23 00:00","","","","",12.9,12.9,11.8,10.5,9.2,6.7,4.1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88101",2,27.96565,-82.2304,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,9,"","","Certification not required",0,6.952778,2.542607,12.9,"2013-03-29 00:00",11.8,"2013-03-17 00:00",11.7,"2013-05-10 00:00",10.5,"2013-03-23 00:00","","","","",12.9,12.9,11.8,10.5,9.2,6.7,4.1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88102",5,27.96565,-82.2304,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",91,0.02038,0.007314,0.051,"2013-07-12 00:00",0.047,"2013-06-12 00:00",0.04,"2013-04-13 00:00",0.039,"2013-01-31 00:00","","","","",0.051,0.047,0.037,0.026,0.021,0.0205,0.014,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88103",5,27.96565,-82.2304,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00087,0.002573,0.025,"2013-01-01 00:00",0.003,"2013-02-09 00:00",0.003,"2013-03-14 00:00",0.003,"2013-08-05 00:00","","","","",0.025,0.003,0.002,0.002,0.001,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88104",5,27.96565,-82.2304,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",43,0.076815,0.158568,1.05,"2013-08-11 00:00",0.832,"2013-06-18 00:00",0.58,"2013-06-21 00:00",0.545,"2013-07-24 00:00","","","","",1.05,0.832,0.38,0.205,0.072,0.021,0.0065,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88107",5,27.96565,-82.2304,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.008487,0.011963,0.101,"2013-01-01 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-19 00:00","","","","",0.101,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88109",5,27.96565,-82.2304,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",25,0.003723,0.004596,0.0402,"2013-02-21 00:00",0.0198,"2013-01-01 00:00",0.0118,"2013-03-17 00:00",0.0086,"2013-08-29 00:00","","","","",0.0402,0.0198,0.0079,0.0073,0.0046,0.0027,0.0009,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88110",5,27.96565,-82.2304,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00137,0.003274,0.014,"2013-02-24 00:00",0.014,"2013-05-31 00:00",0.011,"2013-01-10 00:00",0.011,"2013-01-13 00:00","","","","",0.014,0.014,0.011,0.006,0,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88111",5,27.96565,-82.2304,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",13,0.036748,0.037672,0.269,"2013-08-11 00:00",0.17,"2013-06-21 00:00",0.143,"2013-08-17 00:00",0.126,"2013-06-18 00:00","","","","",0.269,0.17,0.121,0.0692,0.0458,0.0301,0.00375,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88112",5,27.96565,-82.2304,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00659,0.018254,0.137,"2013-09-25 00:00",0.082,"2013-09-19 00:00",0.077,"2013-10-16 00:00",0.043,"2013-11-03 00:00","","","","",0.137,0.082,0.038,0.011,0.004,0.002,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88113",5,27.96565,-82.2304,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.000726,0.000301,0.003,"2013-08-11 00:00",0.0018,"2013-06-15 00:00",0.0014,"2013-03-29 00:00",0.0014,"2013-04-13 00:00","","","","",0.003,0.0018,0.001,0.001,0.0007,0.0007,0.00055,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88114",5,27.96565,-82.2304,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",42,0.007792,0.008578,0.0361,"2013-03-17 00:00",0.0336,"2013-01-01 00:00",0.0281,"2013-01-22 00:00",0.024,"2013-06-21 00:00","","","","",0.0361,0.0336,0.0232,0.0214,0.0143,0.0025,0.0008,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88115",5,27.96565,-82.2304,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",13,0.097675,0.149064,0.775,"2013-11-06 00:00",0.691,"2013-05-31 00:00",0.597,"2013-01-01 00:00",0.545,"2013-01-19 00:00","","","","",0.775,0.691,0.443,0.269,0.123,0.0325,0.00405,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88117",5,27.96565,-82.2304,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.007795,0.01188,0.0435,"2013-02-21 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-05-19 00:00",0.0435,"2013-08-17 00:00","","","","",0.0435,0.0435,0.043,0.043,0.00485,0.0041,0.0028,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88118",5,27.96565,-82.2304,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.010345,0.006846,0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88126",5,27.96565,-82.2304,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.057524,0.084916,0.666,"2013-08-11 00:00",0.317,"2013-06-21 00:00",0.294,"2013-07-24 00:00",0.275,"2013-06-18 00:00","","","","",0.666,0.317,0.199,0.144,0.051,0.0329,0.0112,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88128",5,27.96565,-82.2304,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00077,0.001657,0.012,"2013-09-04 00:00",0.007,"2013-01-01 00:00",0.004,"2013-01-25 00:00",0.004,"2013-03-08 00:00","","","","",0.012,0.007,0.004,0.002,0.001,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88131",5,27.96565,-82.2304,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.009725,0.003417,0.023,"2013-09-19 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-03-02 00:00","","","","",0.023,0.0165,0.0165,0.0165,0.011,0.008,0.007,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88132",5,27.96565,-82.2304,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00096,0.001582,0.01,"2013-08-11 00:00",0.008,"2013-08-17 00:00",0.004,"2013-06-21 00:00",0.004,"2013-07-15 00:00","","","","",0.01,0.008,0.004,0.003,0.001,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88136",5,27.96565,-82.2304,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00074,0.001284,0.006,"2013-05-10 00:00",0.006,"2013-06-18 00:00",0.005,"2013-01-10 00:00",0.005,"2013-03-17 00:00","","","","",0.006,0.006,0.003,0.002,0.001,0,0,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88140",5,27.96565,-82.2304,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",68,0.019794,0.03249,0.255,"2013-01-01 00:00",0.158,"2013-06-21 00:00",0.074,"2013-06-18 00:00",0.074,"2013-11-06 00:00","","","","",0.255,0.158,0.072,0.046,0.022,0.009,0.0055,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88152",5,27.96565,-82.2304,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.005445,0.001503,0.008,"2013-01-13 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-03-17 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00445,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88154",5,27.96565,-82.2304,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.001087,0.000265,0.0022,"2013-03-17 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0022,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88160",5,27.96565,-82.2304,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.01259,0.00357,0.0185,"2013-03-02 00:00",0.0185,"2013-09-07 00:00",0.018,"2013-01-25 00:00",0.018,"2013-01-28 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88161",5,27.96565,-82.2304,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",83,0.00511,0.008362,0.061,"2013-08-11 00:00",0.0402,"2013-06-21 00:00",0.0255,"2013-06-18 00:00",0.025,"2013-07-24 00:00","","","","",0.061,0.0402,0.021,0.0147,0.00265,0.0025,0.0021,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88164",5,27.96565,-82.2304,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.001597,0.000402,0.0047,"2013-06-24 00:00",0.0022,"2013-06-21 00:00",0.0019,"2013-01-13 00:00",0.0019,"2013-02-09 00:00","","","","",0.0047,0.0022,0.0019,0.0019,0.0016,0.0015,0.0015,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88165",5,27.96565,-82.2304,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",2,0.168747,0.302396,2.39,"2013-08-11 00:00",1.18,"2013-06-21 00:00",0.942,"2013-07-24 00:00",0.802,"2013-06-18 00:00","","","","",2.39,1.18,0.782,0.452,0.146,0.0739,0.0324,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88166",5,27.96565,-82.2304,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.00791,0.004548,0.019,"2013-03-02 00:00",0.019,"2013-09-07 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-01-28 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88167",5,27.96565,-82.2304,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",52,0.003693,0.005325,0.0398,"2013-02-06 00:00",0.0264,"2013-01-01 00:00",0.0247,"2013-11-09 00:00",0.013,"2013-01-16 00:00","","","","",0.0398,0.0264,0.0091,0.0071,0.0039,0.00175,0.001,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88168",5,27.96565,-82.2304,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",94,0.001663,0.002901,0.0282,"2013-01-01 00:00",0.0097,"2013-05-07 00:00",0.0075,"2013-08-08 00:00",0.003,"2013-08-11 00:00","","","","",0.0282,0.0097,0.0025,0.00175,0.00155,0.00115,0.00085,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88169",5,27.96565,-82.2304,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.617411,0.308394,1.84,"2013-02-24 00:00",1.48,"2013-01-01 00:00",1.34,"2013-03-23 00:00",1.26,"2013-09-04 00:00","","","","",1.84,1.48,1.24,1.05,0.784,0.526,0.291,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88176",5,27.96565,-82.2304,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.000971,0.000234,0.0019,"2013-03-14 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-21 00:00","","","","",0.0019,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88180",5,27.96565,-82.2304,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.085015,0.26439,2.68,"2013-01-01 00:00",0.233,"2013-08-11 00:00",0.143,"2013-06-21 00:00",0.137,"2013-07-24 00:00","","","","",2.68,0.233,0.131,0.109,0.0815,0.0516,0.026,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88184",5,27.96565,-82.2304,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",19,0.17454,0.147632,0.617,"2013-11-06 00:00",0.557,"2013-01-19 00:00",0.557,"2013-05-31 00:00",0.475,"2013-03-11 00:00","","","","",0.617,0.557,0.448,0.399,0.261,0.135,0.02,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88185",5,27.96565,-82.2304,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.003211,0.003343,0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-04-19 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88301",5,27.96565,-82.2304,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",9,0.269041,0.275304,1.3,"2013-03-08 00:00",1.19,"2013-02-24 00:00",1.11,"2013-02-15 00:00",0.977,"2013-05-10 00:00","","","","",1.3,1.19,0.954,0.585,0.416,0.166,0.028,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88302",5,27.96565,-82.2304,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",1,0.251718,0.207712,1.13,"2013-06-03 00:00",0.91,"2013-07-24 00:00",0.8,"2013-08-11 00:00",0.799,"2013-01-19 00:00","","","","",1.13,0.91,0.69,0.541,0.34,0.2,0.057,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88303",5,27.96565,-82.2304,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",12,0.078424,0.281334,2.81,"2013-01-01 00:00",0.34,"2013-06-03 00:00",0.329,"2013-07-24 00:00",0.107,"2013-06-12 00:00","","","","",2.81,0.34,0.105,0.087,0.061,0.042,0.012,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88306",5,27.96565,-82.2304,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",1,0.419919,0.233577,1.48,"2013-02-15 00:00",1.33,"2013-03-08 00:00",1.14,"2013-01-01 00:00",0.933,"2013-01-25 00:00","","","","",1.48,1.33,0.811,0.689,0.496,0.355,0.2,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88355",5,27.96565,-82.2304,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,1.7494,1.227084,9.89,"2013-01-01 00:00",6.41,"2013-03-08 00:00",4.27,"2013-02-06 00:00",4.18,"2013-03-29 00:00","","","","",6.41,4.27,3.85,2.89,1.98,1.41,0.86,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88357",5,27.96565,-82.2304,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.202819,0.117889,0.724,"2013-01-01 00:00",0.512,"2013-01-25 00:00",0.506,"2013-03-08 00:00",0.488,"2013-10-25 00:00","","","","",0.512,0.506,0.45,0.373,0.239,0.186,0.08,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88370",5,27.96565,-82.2304,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,1.596324,1.097883,9.11,"2013-01-01 00:00",5.79,"2013-03-08 00:00",3.8,"2013-02-06 00:00",3.74,"2013-03-29 00:00","","","","",5.79,3.8,3.33,2.57,1.8,1.27,0.824,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88374",5,27.96565,-82.2304,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",17,0.070743,0.117116,0.932,"2013-01-01 00:00",0.464,"2013-02-06 00:00",0.369,"2013-03-29 00:00",0.346,"2013-02-03 00:00","","","","",0.464,0.369,0.243,0.169,0.076,0.038,0.001,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88375",5,27.96565,-82.2304,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.376286,0.29007,2.66,"2013-01-01 00:00",1.11,"2013-03-08 00:00",0.875,"2013-02-06 00:00",0.797,"2013-03-29 00:00","","","","",1.11,0.875,0.744,0.627,0.424,0.319,0.175,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88376",5,27.96565,-82.2304,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.497848,0.321823,2.48,"2013-01-01 00:00",1.73,"2013-03-08 00:00",1.31,"2013-02-06 00:00",1.21,"2013-01-22 00:00","","","","",1.73,1.31,1.13,0.76,0.583,0.422,0.243,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88377",5,27.96565,-82.2304,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.328695,0.197356,1.07,"2013-03-08 00:00",0.999,"2013-01-22 00:00",0.994,"2013-01-01 00:00",0.894,"2013-02-06 00:00","","","","",0.999,0.994,0.786,0.571,0.387,0.262,0.162,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88378",5,27.96565,-82.2304,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.322648,0.25856,2.05,"2013-01-01 00:00",1.65,"2013-03-08 00:00",0.734,"2013-05-16 00:00",0.715,"2013-10-25 00:00","","","","",1.65,0.734,0.667,0.468,0.385,0.279,0.111,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88380",5,27.96565,-82.2304,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.356152,0.25354,1.5,"2013-01-01 00:00",1.13,"2013-03-08 00:00",1.03,"2013-01-25 00:00",1.01,"2013-10-25 00:00","","","","",1.13,1.03,0.894,0.671,0.437,0.305,0.12,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88383",5,27.96565,-82.2304,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.630684,0.471755,3.52,"2013-01-01 00:00",2.71,"2013-03-08 00:00",1.66,"2013-10-25 00:00",1.47,"2013-03-29 00:00","","","","",2.71,1.66,1.23,1.12,0.732,0.577,0.25,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88384",5,27.96565,-82.2304,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.047466,0.019767,0.0976,"2013-08-17 00:00",0.0934,"2013-06-21 00:00",0.0909,"2013-06-27 00:00",0.0893,"2013-08-14 00:00","","","","",0.0934,0.0909,0.0852,0.0723,0.0598,0.0441,0.0282,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88385",5,27.96565,-82.2304,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.001407,0.002823,0.0281,"2013-08-23 00:00",0.0112,"2013-03-08 00:00",0.00269,"2013-07-30 00:00",0.00242,"2013-08-14 00:00","","","","",0.0112,0.00269,0.00201,0.001,0.001,0.001,0.001,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88388",5,27.96565,-82.2304,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.475981,0.377892,2.83,"2013-01-01 00:00",2.27,"2013-03-08 00:00",1.24,"2013-10-25 00:00",1.13,"2013-03-29 00:00","","","","",2.27,1.24,0.951,0.83,0.552,0.423,0.178,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88403",5,27.96565,-82.2304,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",1,1.537029,0.836011,5.1,"2013-02-24 00:00",4.42,"2013-01-01 00:00",3.68,"2013-07-24 00:00",3.47,"2013-03-23 00:00","","","","",5.1,4.42,3.29,2.64,1.9,1.32,0.752,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","057","3002","88502",3,27.96565,-82.2304,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6179,71,256,365,0,373,"","","Certification not required",0,9.435977,5.530772,110.2,"2013-01-01 01:00",107.2,"2013-01-01 00:00",89.1,"2013-01-01 02:00",84.4,"2013-01-01 03:00","","","","",26.2,22.6,18.7,15.7,11.8,8.6,4.1,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88502",3,27.96565,-82.2304,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,9.275,3.241738,22.5,"2013-03-08 00:00",20.7,"2013-08-12 00:00",20.4,"2013-03-09 00:00",19.6,"2013-08-11 00:00","","","","",20.4,18,15.5,13.2,11.1,8.6,5.8,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2013-12-04" +"12","057","3002","88502",5,27.96565,-82.2304,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,8.666,4.060557,31.1,"2013-01-01 00:00",20.5,"2013-08-11 00:00",20.3,"2013-03-08 00:00",16,"2013-04-13 00:00","","","","",31.1,20.5,14.7,12.9,10.4,8.4,4.9,"SYDNEY","1167 NORTH DOVER ROAD","Florida","Hillsborough","Valrico","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","059","0004","44201",1,30.848611,-85.603889,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6522,87,214,245,0,30,0,0,"Certification not required",589,0.041206,0.010797,0.068,"2013-03-29 15:00",0.065,"2013-03-15 15:00",0.065,"2013-03-30 20:00",0.065,"2013-04-26 14:00","","","","",0.065,0.063,0.06,0.055,0.05,0.045,0.034,"SITE IS ON TRI CO AIRPORT LAND IN A RURAL AREA","TRI CO AIRPORT RD (CO RD 162)","Florida","Holmes","","","2013-11-14" +"12","059","0004","44201",1,30.848611,-85.603889,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6523,87,214,245,0,0,0,0,"Certification not required",0,0.037299,0.010735,0.063,"2013-03-29 10:00",0.062,"2013-03-30 15:00",0.061,"2013-05-15 10:00",0.06,"2013-04-26 09:00","","","","",0.061,0.059,0.055,0.051,0.046,0.041,0.03,"SITE IS ON TRI CO AIRPORT LAND IN A RURAL AREA","TRI CO AIRPORT RD (CO RD 162)","Florida","Holmes","","","2013-11-14" +"12","059","0004","44201",1,30.848611,-85.603889,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6523,87,214,245,0,0,0,0,"Certification not required",0,0.037299,0.010735,0.063,"2013-03-29 10:00",0.062,"2013-03-30 15:00",0.061,"2013-05-15 10:00",0.06,"2013-04-26 09:00","","","","",0.061,0.059,0.055,0.051,0.046,0.041,0.03,"SITE IS ON TRI CO AIRPORT LAND IN A RURAL AREA","TRI CO AIRPORT RD (CO RD 162)","Florida","Holmes","","","2013-11-14" +"12","059","0004","88502",3,30.848611,-85.603889,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6264,72,262,365,0,288,"","","Certification not required",0,8.914256,5.137365,99.8,"2013-02-21 18:00",96.1,"2013-02-21 19:00",87.4,"2013-02-21 20:00",77.6,"2013-02-21 17:00","","","","",23.7,20.7,17.3,14.9,11.2,8.2,3.8,"SITE IS ON TRI CO AIRPORT LAND IN A RURAL AREA","TRI CO AIRPORT RD (CO RD 162)","Florida","Holmes","","","2013-11-14" +"12","059","0004","88502",3,30.848611,-85.603889,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,"","","Certification not required",0,8.830916,3.494659,29.8,"2013-02-21 00:00",25,"2013-03-09 00:00",20.4,"2013-08-30 00:00",18.7,"2013-01-27 00:00","","","","",20.4,17.2,14.9,12.9,10.6,8.3,5.2,"SITE IS ON TRI CO AIRPORT LAND IN A RURAL AREA","TRI CO AIRPORT RD (CO RD 162)","Florida","Holmes","","","2013-11-14" +"12","061","9991","44201",1,27.8492,-80.4554,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6997,89,217,245,0,1019,0,0,"Certification not required",0,0.042392,0.011362,0.073,"2013-03-22 15:00",0.069,"2013-03-28 17:00",0.069,"2013-03-29 18:00",0.066,"2013-03-08 19:00","","","","",0.069,0.066,0.064,0.059,0.052,0.047,0.04,"Indian River Lagoon","Sebastian Inlet State Recreation Area, Vero Beach, FL 32963","Florida","Indian River","","Sebastian-Vero Beach, FL","2014-01-31" +"12","061","9991","44201",1,27.8492,-80.4554,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7271,85,209,245,0,0,0,0,"Certification not required",0,0.038971,0.011608,0.068,"2013-03-22 10:00",0.067,"2013-03-29 13:00",0.066,"2013-03-28 14:00",0.063,"2013-03-08 14:00","","","","",0.066,0.063,0.06,0.057,0.049,0.044,0.036,"Indian River Lagoon","Sebastian Inlet State Recreation Area, Vero Beach, FL 32963","Florida","Indian River","","Sebastian-Vero Beach, FL","2014-01-31" +"12","061","9991","44201",1,27.8492,-80.4554,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7271,85,209,245,0,0,0,0,"Certification not required",0,0.038971,0.011608,0.068,"2013-03-22 10:00",0.067,"2013-03-29 13:00",0.066,"2013-03-28 14:00",0.063,"2013-03-08 14:00","","","","",0.066,0.063,0.06,0.057,0.049,0.044,0.036,"Indian River Lagoon","Sebastian Inlet State Recreation Area, Vero Beach, FL 32963","Florida","Indian River","","Sebastian-Vero Beach, FL","2014-01-31" +"12","069","0002","44201",1,28.525,-81.723333,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8610,99,243,245,0,150,0,0,"Certification not required",382,0.042012,0.01175,0.08,"2013-05-15 13:00",0.076,"2013-05-16 15:00",0.07,"2013-04-02 16:00",0.067,"2013-03-16 17:00","","","","",0.07,0.067,0.063,0.058,0.051,0.045,0.038,"LOCATED BY THE LAKE NOT RESRICTED","1901 JOHNS LAKE RD","Florida","Lake","Clermont","Orlando-Kissimmee, FL","2014-02-17" +"12","069","0002","44201",1,28.525,-81.723333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,240,245,0,0,0,0,"Certification not required",0,0.036875,0.011337,0.071,"2013-05-15 10:00",0.064,"2013-03-30 11:00",0.063,"2013-03-29 10:00",0.063,"2013-05-14 11:00","","","","",0.063,0.062,0.057,0.053,0.046,0.041,0.033,"LOCATED BY THE LAKE NOT RESRICTED","1901 JOHNS LAKE RD","Florida","Lake","Clermont","Orlando-Kissimmee, FL","2014-02-17" +"12","069","0002","44201",1,28.525,-81.723333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,240,245,0,0,0,0,"Certification not required",0,0.036875,0.011337,0.071,"2013-05-15 10:00",0.064,"2013-03-30 11:00",0.063,"2013-03-29 10:00",0.063,"2013-05-14 11:00","","","","",0.063,0.062,0.057,0.053,0.046,0.041,0.033,"LOCATED BY THE LAKE NOT RESRICTED","1901 JOHNS LAKE RD","Florida","Lake","Clermont","Orlando-Kissimmee, FL","2014-02-17" +"12","071","0005","68101",1,26.602016,-81.877908,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,96,117,122,0,5,"","","Certification not required",100,0.065812,0.044841,0.3,"2013-12-03 00:00",0.2,"2013-02-15 00:00",0.2,"2013-04-07 00:00",0.2,"2013-05-04 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68101",2,26.602016,-81.877908,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",38,100,30,31,0,2,"","","Certification not required",0,0.255263,0.0724,0.4,"2013-07-15 00:00",0.4,"2013-09-25 00:00",0.3,"2013-02-21 00:00",0.3,"2013-03-17 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.3,0.2,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68102",1,26.602016,-81.877908,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,96,117,122,0,5,"","","Certification not required",0,23.894872,0.047062,23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00",23.9,"2013-01-10 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68102",2,26.602016,-81.877908,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",38,100,30,31,0,2,"","","Certification not required",0,24.018421,0.098242,24.1,"2013-05-04 00:00",24.1,"2013-06-21 00:00",24.1,"2013-07-15 00:00",24.1,"2013-07-27 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68103",1,26.602016,-81.877908,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,19.070085,4.641014,25.8,"2013-08-05 00:00",25.1,"2013-08-11 00:00",24.2,"2013-07-21 00:00",24.1,"2013-06-09 00:00","","","","",25.1,24.2,24.1,23.7,22.8,20.1,11.7,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68103",2,26.602016,-81.877908,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",38,100,30,31,0,2,"","","Certification not required",0,19.768421,4.478785,24.7,"2013-06-09 00:00",24.6,"2013-07-27 00:00",24.3,"2013-10-07 00:00",24.2,"2013-08-08 00:00","","","","",24.7,24.7,24.6,24.2,23.2,21.1,12,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68104",1,26.602016,-81.877908,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,30.348718,3.902135,36.3,"2013-08-11 00:00",35.4,"2013-08-02 00:00",35.3,"2013-06-12 00:00",35.3,"2013-08-17 00:00","","","","",35.4,35.3,35.1,34.8,33.6,31.7,24.9,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68104",2,26.602016,-81.877908,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",38,100,30,31,0,2,"","","Certification not required",0,31.334211,3.458736,36.8,"2013-08-08 00:00",36,"2013-06-09 00:00",35.5,"2013-04-16 00:00",34.9,"2013-10-01 00:00","","","","",36.8,36.8,36,34.9,33.8,32.4,25.6,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68105",1,26.602016,-81.877908,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,23.925641,3.770373,30.2,"2013-08-11 00:00",29.3,"2013-08-05 00:00",29,"2013-06-18 00:00",28.9,"2013-07-27 00:00","","","","",29.3,29,28.7,27.8,26.9,24.8,17.7,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68105",2,26.602016,-81.877908,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",38,100,30,31,0,2,"","","Certification not required",0,24.647368,3.570202,29.2,"2013-07-27 00:00",29,"2013-06-09 00:00",28.9,"2013-06-15 00:00",28.6,"2013-10-19 00:00","","","","",29.2,29.2,29,28.6,27.5,26,19.3,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68106",1,26.602016,-81.877908,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,760.324786,2.483841,766,"2013-01-28 00:00",766,"2013-02-18 00:00",765,"2013-01-10 00:00",765,"2013-01-25 00:00","","","","",766,765,765,763,762,760,757,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68106",2,26.602016,-81.877908,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,100,30,31,0,2,"","","Certification not required",0,760.473684,2.627678,766,"2013-01-28 00:00",766,"2013-03-29 00:00",765,"2013-12-18 00:00",764,"2013-01-04 00:00","","","","",766,766,766,764,761,761,756,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68107",1,26.602016,-81.877908,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,764.299145,2.499189,770,"2013-01-28 00:00",770,"2013-02-18 00:00",770,"2013-03-29 00:00",769,"2013-01-10 00:00","","","","",770,770,769,768,766,764,761,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68107",2,26.602016,-81.877908,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,100,30,31,0,2,"","","Certification not required",0,764.184211,2.679807,770,"2013-01-28 00:00",770,"2013-03-29 00:00",769,"2013-12-18 00:00",768,"2013-01-04 00:00","","","","",770,770,770,768,765,764,761,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68108",1,26.602016,-81.877908,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,762.307692,2.40137,768,"2013-01-28 00:00",768,"2013-02-18 00:00",767,"2013-01-10 00:00",767,"2013-01-25 00:00","","","","",768,767,767,765,764,762,759,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68108",2,26.602016,-81.877908,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,100,30,31,0,2,"","","Certification not required",0,762.368421,2.624428,768,"2013-01-28 00:00",768,"2013-03-29 00:00",767,"2013-12-18 00:00",766,"2013-01-04 00:00","","","","",768,768,768,766,763,763,759,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68109",1,26.602016,-81.877908,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,96,117,122,0,5,"","","Certification not required",0,1439.598291,3.068359,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","68109",2,26.602016,-81.877908,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",38,100,30,31,0,2,"","","Certification not required",0,1439.131579,5.025186,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","81102",3,26.602016,-81.877908,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8387,96,347,365,0,373,"","","Certification not required",0,14.629188,9.365354,95,"2013-08-12 12:00",85,"2013-08-12 11:00",82,"2013-08-12 10:00",80,"2013-08-12 13:00","","","","",49,41,30,24,18,13,6,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","81102",3,26.602016,-81.877908,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",347,95,347,365,0,0,0,0,"Certification not required",0,14.164265,6.49536,56,"2013-08-12 00:00",49,"2013-07-23 00:00",49,"2013-08-11 00:00",46,"2013-07-22 00:00","","","","",46,33,24,21,16,13,8,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","88101",1,26.602016,-81.877908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,5.807692,2.768049,15.9,"2013-02-24 00:00",14.8,"2013-01-25 00:00",14.6,"2013-03-08 00:00",12.5,"2013-07-24 00:00","","","","",14.8,14.6,11.2,9.7,7.1,5,2.9,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","88101",1,26.602016,-81.877908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,5.807692,2.768049,15.9,"2013-02-24 00:00",14.8,"2013-01-25 00:00",14.6,"2013-03-08 00:00",12.5,"2013-07-24 00:00","","","","",14.8,14.6,11.2,9.7,7.1,5,2.9,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","88101",2,26.602016,-81.877908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",38,97,30,31,0,2,0,0,"Certification not required",0,5.565789,2.368975,11.1,"2013-03-29 00:00",10.1,"2013-12-18 00:00",9.7,"2013-07-27 00:00",9.5,"2013-01-28 00:00","","","","",11.1,11.1,10.1,9.7,7.7,5.3,4.2,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","88101",2,26.602016,-81.877908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",38,97,30,31,0,2,"","","Certification not required",0,5.565789,2.368975,11.1,"2013-03-29 00:00",10.1,"2013-12-18 00:00",9.7,"2013-07-27 00:00",9.5,"2013-01-28 00:00","","","","",11.1,11.1,10.1,9.7,7.7,5.3,4.2,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","88502",3,26.602016,-81.877908,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8481,97,350,365,0,279,"","","Certification not required",0,7.672468,4.286084,64.9,"2013-07-04 20:00",50,"2013-07-04 21:00",42.3,"2013-05-11 18:00",41.3,"2013-06-29 13:00","","","","",22,19.8,15.4,12.8,9.5,6.9,3.5,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","0005","88502",3,26.602016,-81.877908,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,7.613143,3.025915,21,"2013-08-12 00:00",18.7,"2013-03-09 00:00",18.7,"2013-08-11 00:00",18.4,"2013-07-22 00:00","","","","",18.4,17.9,13.4,11.5,8.7,7,4.8,"Winkler Pump Station","PRINCETON STREET","Florida","Lee","Fort Myers","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","2002","44201",1,26.547861,-81.98,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8494,96,236,245,0,266,0,0,"Certification not required",14,0.039504,0.012066,0.074,"2013-03-28 19:00",0.071,"2013-03-29 16:00",0.071,"2013-05-14 18:00",0.07,"2013-03-08 20:00","","","","",0.071,0.069,0.063,0.059,0.051,0.044,0.036,"INSIDE THE ROTARY PARK MAIN BLDG","5505 ROSE GARDEN RD CAPE COREL FL 33914","Florida","Lee","Cape Coral","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","2002","44201",1,26.547861,-81.98,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8493,95,233,245,0,0,0,0,"Certification not required",0,0.035824,0.0115,0.068,"2013-03-08 14:00",0.068,"2013-03-29 11:00",0.066,"2013-03-28 13:00",0.066,"2013-05-14 11:00","","","","",0.066,0.063,0.058,0.055,0.047,0.04,0.033,"INSIDE THE ROTARY PARK MAIN BLDG","5505 ROSE GARDEN RD CAPE COREL FL 33914","Florida","Lee","Cape Coral","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","2002","44201",1,26.547861,-81.98,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8493,95,233,245,0,0,0,0,"Certification not required",0,0.035824,0.0115,0.068,"2013-03-08 14:00",0.068,"2013-03-29 11:00",0.066,"2013-03-28 13:00",0.066,"2013-05-14 11:00","","","","",0.066,0.063,0.058,0.055,0.047,0.04,0.033,"INSIDE THE ROTARY PARK MAIN BLDG","5505 ROSE GARDEN RD CAPE COREL FL 33914","Florida","Lee","Cape Coral","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","3002","44201",1,26.448889,-81.939444,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8675,98,241,245,0,85,0,0,"Certification not required",12,0.038801,0.01162,0.072,"2013-03-29 16:00",0.069,"2013-03-28 19:00",0.069,"2013-05-14 17:00",0.067,"2013-03-09 13:00","","","","",0.069,0.067,0.06,0.057,0.05,0.042,0.036,"THE SITE IS LOCATED AT THE BAY OAKS OPERATED BY THE LEE COUNTY","INTERSECTION OF SCHOOL ST AND BAY ST","Florida","Lee","Fort Myers Beach","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","3002","44201",1,26.448889,-81.939444,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8657,98,240,245,0,0,0,0,"Certification not required",0,0.034758,0.01136,0.067,"2013-03-29 10:00",0.064,"2013-03-08 13:00",0.064,"2013-03-28 13:00",0.064,"2013-05-14 11:00","","","","",0.064,0.062,0.057,0.053,0.045,0.039,0.031,"THE SITE IS LOCATED AT THE BAY OAKS OPERATED BY THE LEE COUNTY","INTERSECTION OF SCHOOL ST AND BAY ST","Florida","Lee","Fort Myers Beach","Cape Coral-Fort Myers, FL","2014-02-10" +"12","071","3002","44201",1,26.448889,-81.939444,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8657,98,240,245,0,0,0,0,"Certification not required",0,0.034758,0.01136,0.067,"2013-03-29 10:00",0.064,"2013-03-08 13:00",0.064,"2013-03-28 13:00",0.064,"2013-05-14 11:00","","","","",0.064,0.062,0.057,0.053,0.045,0.039,0.031,"THE SITE IS LOCATED AT THE BAY OAKS OPERATED BY THE LEE COUNTY","INTERSECTION OF SCHOOL ST AND BAY ST","Florida","Lee","Fort Myers Beach","Cape Coral-Fort Myers, FL","2014-02-10" +"12","073","0012","44201",1,30.439722,-84.346389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8713,100,245,245,0,47,0,0,"Certification not required",1237,0.041053,0.011832,0.078,"2013-05-15 14:00",0.071,"2013-03-28 16:00",0.07,"2013-03-29 13:00",0.067,"2013-03-08 17:00","","","","",0.07,0.065,0.06,0.056,0.05,0.045,0.037,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","44201",1,30.439722,-84.346389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,100,244,245,0,0,0,0,"Certification not required",0,0.03632,0.011464,0.067,"2013-05-15 09:00",0.066,"2013-03-29 11:00",0.064,"2013-03-28 11:00",0.062,"2013-04-26 10:00","","","","",0.064,0.061,0.055,0.051,0.045,0.04,0.032,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","44201",1,30.439722,-84.346389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,100,244,245,0,0,0,0,"Certification not required",0,0.03632,0.011464,0.067,"2013-05-15 09:00",0.066,"2013-03-29 11:00",0.064,"2013-03-28 11:00",0.062,"2013-04-26 10:00","","","","",0.064,0.061,0.055,0.051,0.045,0.04,0.032,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68101",1,30.439722,-84.346389,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,96,117,122,0,5,"","","Certification not required",102,0.074359,0.072402,0.4,"2013-08-26 00:00",0.4,"2013-09-07 00:00",0.3,"2013-06-30 00:00",0.3,"2013-07-18 00:00","","","","",0.4,0.3,0.3,0.2,0.05,0.05,0.05,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68101",2,30.439722,-84.346389,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",57,100,31,31,0,3,"","","Certification not required",47,0.086842,0.091381,0.4,"2013-02-27 00:00",0.4,"2013-12-12 00:00",0.4,"2013-12-18 00:00",0.3,"2013-11-30 00:00","","","","",0.4,0.4,0.4,0.2,0.05,0.05,0.05,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68102",1,30.439722,-84.346389,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,96,117,122,0,5,"","","Certification not required",0,23.997436,0.027735,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68102",2,30.439722,-84.346389,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",57,100,31,31,0,3,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00","","","","",24,24,24,24,24,24,24,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68103",1,30.439722,-84.346389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,14.503419,7.500746,24.6,"2013-08-08 00:00",24.1,"2013-06-15 00:00",24,"2013-08-11 00:00",24,"2013-09-01 00:00","","","","",24.1,24,23.7,23.3,21.6,16.1,2.4,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68103",2,30.439722,-84.346389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,100,31,31,0,3,"","","Certification not required",0,15.012281,7.421472,24.2,"2013-08-08 00:00",23.8,"2013-06-15 00:00",23.3,"2013-07-27 00:00",23.3,"2013-09-01 00:00","","","","",24.2,23.8,23.3,23.2,21.6,16.2,3.5,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68103",5,30.439722,-84.346389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,15.776471,6.506538,23.5,"2013-08-08 00:00",22.9,"2013-06-15 00:00",22.8,"2013-09-01 00:00",22.6,"2013-08-14 00:00","","","","",23.5,22.9,22.8,22.3,20.8,18,4.7,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","68104",1,30.439722,-84.346389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,27.477778,6.80393,38.2,"2013-08-02 00:00",37.9,"2013-07-30 00:00",37.3,"2013-06-12 00:00",37.2,"2013-06-18 00:00","","","","",37.9,37.3,36.8,35.8,33.7,28.4,16.4,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68104",2,30.439722,-84.346389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,100,31,31,0,3,"","","Certification not required",0,28.370175,6.192881,37.1,"2013-08-02 00:00",36,"2013-06-27 00:00",35.6,"2013-07-09 00:00",35.4,"2013-06-15 00:00","","","","",37.1,36,35.6,35,34.2,29.9,18.9,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68104",5,30.439722,-84.346389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,28.201961,5.77929,35.9,"2013-08-02 00:00",35.7,"2013-09-13 00:00",35.6,"2013-06-27 00:00",35.1,"2013-07-09 00:00","","","","",35.9,35.7,35.6,34.3,33.3,30.1,20.4,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","68105",1,30.439722,-84.346389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,20.048718,6.606614,29.9,"2013-06-12 00:00",29.1,"2013-08-02 00:00",29.1,"2013-08-05 00:00",28.9,"2013-06-27 00:00","","","","",29.1,29.1,28.6,27.7,26,20.9,9.6,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68105",2,30.439722,-84.346389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,100,31,31,0,3,"","","Certification not required",0,20.687719,6.308981,28.9,"2013-06-15 00:00",28.8,"2013-08-02 00:00",28.5,"2013-06-27 00:00",28.3,"2013-07-09 00:00","","","","",28.9,28.8,28.5,27.2,26.4,22.5,10.6,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68105",5,30.439722,-84.346389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,20.866667,5.584216,28,"2013-06-15 00:00",27.6,"2013-06-27 00:00",27.6,"2013-07-09 00:00",26.9,"2013-08-02 00:00","","","","",28,27.6,27.6,26.2,25.6,21.9,12.5,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","68106",1,30.439722,-84.346389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,759.623932,3.398089,767,"2013-12-12 00:00",766,"2013-01-04 00:00",766,"2013-01-28 00:00",766,"2013-11-30 00:00","","","","",766,766,766,764,762,760,756,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68106",2,30.439722,-84.346389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,100,31,31,0,3,"","","Certification not required",0,758.929825,3.40619,765,"2013-01-04 00:00",765,"2013-01-10 00:00",765,"2013-01-28 00:00",765,"2013-11-30 00:00","","","","",765,765,765,764,761,759,755,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68106",5,30.439722,-84.346389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,757.078431,4.493743,769,"2013-01-04 00:00",766,"2013-01-22 00:00",765,"2013-01-10 00:00",765,"2013-01-28 00:00","","","","",769,766,765,763,759,757,752,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","68107",1,30.439722,-84.346389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,764.008547,3.440368,771,"2013-11-30 00:00",771,"2013-12-12 00:00",771,"2013-12-24 00:00",770,"2013-01-19 00:00","","","","",771,771,770,769,766,764,760,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68107",2,30.439722,-84.346389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,100,31,31,0,3,"","","Certification not required",0,763.789474,3.569398,771,"2013-12-12 00:00",770,"2013-01-04 00:00",770,"2013-11-30 00:00",770,"2013-12-24 00:00","","","","",771,770,770,769,766,764,759,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68107",5,30.439722,-84.346389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,765.607843,6.527108,779,"2013-03-29 00:00",778,"2013-01-04 00:00",777,"2013-02-03 00:00",776,"2013-01-28 00:00","","","","",779,778,777,774,771,765,757,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","68108",1,30.439722,-84.346389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,761.854701,3.353498,769,"2013-11-30 00:00",769,"2013-12-12 00:00",768,"2013-01-04 00:00",768,"2013-02-18 00:00","","","","",769,768,768,767,764,762,758,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68108",2,30.439722,-84.346389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,100,31,31,0,3,"","","Certification not required",0,761.438596,3.396519,768,"2013-11-30 00:00",768,"2013-12-12 00:00",767,"2013-01-04 00:00",767,"2013-01-10 00:00","","","","",768,768,767,767,763,761,758,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68108",5,30.439722,-84.346389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,759.27451,4.582918,770,"2013-01-04 00:00",768,"2013-01-22 00:00",768,"2013-01-28 00:00",767,"2013-03-29 00:00","","","","",770,768,768,766,762,759,754,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","68109",1,30.439722,-84.346389,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,96,117,122,0,5,"","","Certification not required",0,1439.760684,1.950462,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","68109",2,30.439722,-84.346389,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",57,100,31,31,0,3,"","","Certification not required",0,1439.894737,0.30962,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88101",1,30.439722,-84.346389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,7.935897,4.500813,34,"2013-03-08 00:00",22.6,"2013-10-25 00:00",20.1,"2013-01-25 00:00",19.5,"2013-03-29 00:00","","","","",22.6,20.1,15.8,12.4,9.7,6.7,4.1,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88101",1,30.439722,-84.346389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,7.935897,4.500813,34,"2013-03-08 00:00",22.6,"2013-10-25 00:00",20.1,"2013-01-25 00:00",19.5,"2013-03-29 00:00","","","","",22.6,20.1,15.8,12.4,9.7,6.7,4.1,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88101",2,30.439722,-84.346389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,100,31,31,0,4,0,0,"Certification not required",0,8.157895,3.993698,22.7,"2013-10-25 00:00",20.7,"2013-03-29 00:00",14.3,"2013-02-21 00:00",13.9,"2013-07-27 00:00","","","","",22.7,22.7,20.7,13.9,12.3,10.3,7.5,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88101",2,30.439722,-84.346389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,100,31,31,0,4,"","","Certification not required",0,8.157895,3.993698,22.7,"2013-10-25 00:00",20.7,"2013-03-29 00:00",14.3,"2013-02-21 00:00",13.9,"2013-07-27 00:00","","","","",22.7,22.7,20.7,13.9,12.3,10.3,7.5,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88102",5,30.439722,-84.346389,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.019656,0.004749,0.026,"2013-01-22 00:00",0.026,"2013-02-15 00:00",0.026,"2013-05-10 00:00",0.026,"2013-08-02 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.021,0.0135,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88103",5,30.439722,-84.346389,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000708,0.000988,0.004,"2013-03-17 00:00",0.003,"2013-01-04 00:00",0.003,"2013-01-10 00:00",0.002,"2013-01-16 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88104",5,30.439722,-84.346389,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",22,0.036354,0.054179,0.318,"2013-06-09 00:00",0.214,"2013-08-02 00:00",0.091,"2013-05-10 00:00",0.078,"2013-09-01 00:00","","","","",0.318,0.318,0.091,0.07,0.045,0.021,0.0065,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88107",5,30.439722,-84.346389,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006931,0.0069,0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88109",5,30.439722,-84.346389,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.003517,0.002311,0.0095,"2013-02-21 00:00",0.0092,"2013-01-28 00:00",0.008,"2013-03-05 00:00",0.0072,"2013-03-11 00:00","","","","",0.0095,0.0095,0.008,0.007,0.0051,0.0033,0.0009,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88110",5,30.439722,-84.346389,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000771,0.002176,0.011,"2013-04-10 00:00",0.009,"2013-06-03 00:00",0.005,"2013-04-22 00:00",0.003,"2013-03-29 00:00","","","","",0.011,0.011,0.005,0.002,0,0,0,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88111",5,30.439722,-84.346389,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",7,0.020738,0.013494,0.0489,"2013-04-10 00:00",0.0481,"2013-06-09 00:00",0.0477,"2013-05-16 00:00",0.0471,"2013-08-02 00:00","","","","",0.0489,0.0489,0.0477,0.0444,0.0303,0.0196,0.00375,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88112",5,30.439722,-84.346389,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.005063,0.012931,0.053,"2013-10-01 00:00",0.052,"2013-09-25 00:00",0.052,"2013-10-07 00:00",0.027,"2013-10-13 00:00","","","","",0.053,0.053,0.052,0.004,0.003,0.001,0,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88113",5,30.439722,-84.346389,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.000704,0.00022,0.0018,"2013-05-10 00:00",0.0013,"2013-01-04 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-10 00:00","","","","",0.0018,0.0018,0.001,0.001,0.0007,0.00065,0.00055,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88114",5,30.439722,-84.346389,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",31,0.001792,0.002027,0.0122,"2013-04-28 00:00",0.0071,"2013-05-10 00:00",0.0053,"2013-10-25 00:00",0.005,"2013-10-13 00:00","","","","",0.0122,0.0122,0.0053,0.0034,0.0021,0.001,0.00065,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88115",5,30.439722,-84.346389,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.060931,0.09493,0.521,"2013-05-04 00:00",0.234,"2013-03-11 00:00",0.2,"2013-11-06 00:00",0.196,"2013-04-22 00:00","","","","",0.521,0.521,0.2,0.191,0.0774,0.0209,0.00385,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88117",5,30.439722,-84.346389,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.007056,0.011053,0.0435,"2013-04-16 00:00",0.0435,"2013-10-13 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-10 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0034,0.0028,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88118",5,30.439722,-84.346389,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010183,0.006807,0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88126",5,30.439722,-84.346389,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.055881,0.039868,0.208,"2013-06-09 00:00",0.171,"2013-08-02 00:00",0.141,"2013-05-16 00:00",0.135,"2013-05-10 00:00","","","","",0.208,0.208,0.141,0.0889,0.0718,0.0485,0.0199,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88128",5,30.439722,-84.346389,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000521,0.001304,0.007,"2013-04-28 00:00",0.003,"2013-02-03 00:00",0.003,"2013-02-15 00:00",0.003,"2013-06-15 00:00","","","","",0.007,0.007,0.003,0.002,0,0,0,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88131",5,30.439722,-84.346389,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.011021,0.004737,0.033,"2013-04-28 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-04-22 00:00","","","","",0.033,0.033,0.0165,0.0165,0.011,0.011,0.007,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88132",5,30.439722,-84.346389,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000813,0.001104,0.004,"2013-06-09 00:00",0.003,"2013-03-29 00:00",0.003,"2013-04-16 00:00",0.003,"2013-05-10 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0,0,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88136",5,30.439722,-84.346389,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000208,0.000504,0.002,"2013-04-10 00:00",0.002,"2013-09-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-03-23 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88140",5,30.439722,-84.346389,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",32,0.0145,0.015062,0.0651,"2013-11-06 00:00",0.0583,"2013-04-22 00:00",0.051,"2013-03-11 00:00",0.048,"2013-01-10 00:00","","","","",0.0651,0.0651,0.051,0.039,0.019,0.009,0.0055,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88152",5,30.439722,-84.346389,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.005644,0.001765,0.011,"2013-09-01 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00","","","","",0.011,0.011,0.008,0.008,0.008,0.005,0.0045,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88154",5,30.439722,-84.346389,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001029,0.00025,0.0013,"2013-04-28 00:00",0.0013,"2013-06-15 00:00",0.0013,"2013-07-03 00:00",0.0013,"2013-08-14 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88160",5,30.439722,-84.346389,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.013604,0.00372,0.0185,"2013-01-22 00:00",0.0185,"2013-10-07 00:00",0.0185,"2013-10-31 00:00",0.0185,"2013-11-06 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.016,0.01,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88161",5,30.439722,-84.346389,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",39,0.003636,0.004024,0.0258,"2013-06-09 00:00",0.0145,"2013-08-02 00:00",0.0109,"2013-06-27 00:00",0.0072,"2013-03-29 00:00","","","","",0.0258,0.0258,0.0109,0.0064,0.00265,0.0025,0.0021,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88164",5,30.439722,-84.346389,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.0016,0.000325,0.003,"2013-03-11 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00","","","","",0.003,0.003,0.0019,0.0019,0.0019,0.0015,0.0015,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88165",5,30.439722,-84.346389,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.084083,0.106514,0.622,"2013-06-09 00:00",0.471,"2013-08-02 00:00",0.173,"2013-07-03 00:00",0.156,"2013-04-28 00:00","","","","",0.622,0.622,0.173,0.156,0.1,0.057,0.021,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88166",5,30.439722,-84.346389,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.009279,0.005362,0.02,"2013-02-21 00:00",0.019,"2013-01-22 00:00",0.019,"2013-10-07 00:00",0.019,"2013-10-31 00:00","","","","",0.02,0.02,0.019,0.019,0.0075,0.0075,0.0042,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88167",5,30.439722,-84.346389,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",19,0.004203,0.003369,0.0133,"2013-02-03 00:00",0.0133,"2013-10-25 00:00",0.0116,"2013-03-29 00:00",0.0109,"2013-01-04 00:00","","","","",0.0133,0.0133,0.0116,0.0089,0.006,0.0032,0.00105,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88168",5,30.439722,-84.346389,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001635,0.002563,0.0189,"2013-06-27 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-15 00:00",0.00175,"2013-04-22 00:00","","","","",0.0189,0.0189,0.00175,0.00175,0.00155,0.00115,0.00085,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88169",5,30.439722,-84.346389,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.591167,0.271428,1.22,"2013-09-01 00:00",1.17,"2013-05-10 00:00",1.09,"2013-01-28 00:00",0.951,"2013-03-17 00:00","","","","",1.22,1.22,1.09,0.925,0.801,0.519,0.229,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88176",5,30.439722,-84.346389,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001013,0.000208,0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88180",5,30.439722,-84.346389,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.061373,0.045421,0.254,"2013-02-21 00:00",0.215,"2013-10-25 00:00",0.136,"2013-01-22 00:00",0.127,"2013-03-29 00:00","","","","",0.254,0.254,0.136,0.101,0.0742,0.0453,0.024,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88184",5,30.439722,-84.346389,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.133896,0.125447,0.461,"2013-04-22 00:00",0.401,"2013-11-06 00:00",0.393,"2013-03-11 00:00",0.359,"2013-01-10 00:00","","","","",0.461,0.461,0.393,0.345,0.228,0.088,0.0155,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88185",5,30.439722,-84.346389,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.004022,0.003959,0.0115,"2013-01-22 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00235,0.00225,0.0014,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88301",5,30.439722,-84.346389,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",4,0.225792,0.207775,0.96,"2013-01-04 00:00",0.805,"2013-09-01 00:00",0.593,"2013-03-29 00:00",0.588,"2013-01-28 00:00","","","","",0.96,0.96,0.593,0.519,0.348,0.165,0.027,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88302",5,30.439722,-84.346389,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.199621,0.136664,0.572,"2013-09-19 00:00",0.492,"2013-04-22 00:00",0.48,"2013-03-11 00:00",0.447,"2013-02-27 00:00","","","","",0.572,0.572,0.48,0.37,0.302,0.154,0.043,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88303",5,30.439722,-84.346389,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",9,0.050881,0.040491,0.239,"2013-02-21 00:00",0.126,"2013-03-29 00:00",0.125,"2013-10-25 00:00",0.103,"2013-04-04 00:00","","","","",0.239,0.239,0.125,0.101,0.063,0.042,0.012,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88306",5,30.439722,-84.346389,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.321438,0.176127,1.18,"2013-01-04 00:00",0.568,"2013-09-19 00:00",0.548,"2013-02-21 00:00",0.516,"2013-03-29 00:00","","","","",1.18,1.18,0.548,0.494,0.412,0.299,0.144,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88355",5,30.439722,-84.346389,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.660843,1.98425,10.5,"2013-10-25 00:00",8.31,"2013-01-22 00:00",7.77,"2013-03-29 00:00",7.41,"2013-02-21 00:00","","","","",10.5,8.31,7.77,4.07,2.91,2.27,1.05,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88357",5,30.439722,-84.346389,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.339961,0.320306,1.86,"2013-10-25 00:00",1.17,"2013-01-22 00:00",1.09,"2013-02-21 00:00",0.843,"2013-03-29 00:00","","","","",1.86,1.17,1.09,0.778,0.335,0.254,0.135,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88370",5,30.439722,-84.346389,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.435412,1.740508,9.6,"2013-10-25 00:00",7.34,"2013-01-22 00:00",6.7,"2013-02-21 00:00",6.38,"2013-03-29 00:00","","","","",9.6,7.34,6.7,3.73,2.62,2.07,1.02,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88374",5,30.439722,-84.346389,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.20049,0.307403,1.42,"2013-10-25 00:00",1.3,"2013-01-22 00:00",0.946,"2013-02-21 00:00",0.893,"2013-03-29 00:00","","","","",1.42,1.3,0.946,0.423,0.22,0.1,0.006,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88375",5,30.439722,-84.346389,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.617314,0.434269,2.47,"2013-10-25 00:00",1.7,"2013-01-22 00:00",1.64,"2013-02-21 00:00",1.45,"2013-03-29 00:00","","","","",2.47,1.7,1.64,0.913,0.698,0.531,0.273,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88376",5,30.439722,-84.346389,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.792608,0.587919,3,"2013-10-25 00:00",2.42,"2013-03-29 00:00",2.39,"2013-01-22 00:00",2.37,"2013-02-21 00:00","","","","",3,2.42,2.39,1.18,0.964,0.648,0.316,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88377",5,30.439722,-84.346389,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.458471,0.276721,1.29,"2013-02-21 00:00",1.21,"2013-10-25 00:00",1.18,"2013-03-29 00:00",1.14,"2013-01-22 00:00","","","","",1.29,1.21,1.18,0.784,0.6,0.383,0.184,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88378",5,30.439722,-84.346389,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.366118,0.245579,1.5,"2013-10-25 00:00",0.81,"2013-07-27 00:00",0.809,"2013-01-22 00:00",0.793,"2013-10-13 00:00","","","","",1.5,0.81,0.809,0.563,0.46,0.314,0.151,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88380",5,30.439722,-84.346389,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.56651,0.570315,2.81,"2013-10-25 00:00",2.24,"2013-03-29 00:00",2.13,"2013-01-22 00:00",1.8,"2013-02-21 00:00","","","","",2.81,2.24,2.13,1.35,0.605,0.396,0.169,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88383",5,30.439722,-84.346389,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.872314,0.755054,4.17,"2013-10-25 00:00",2.85,"2013-01-22 00:00",2.63,"2013-03-29 00:00",2.18,"2013-02-21 00:00","","","","",4.17,2.85,2.63,1.56,1.08,0.677,0.293,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88384",5,30.439722,-84.346389,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.060033,0.02453,0.136,"2013-10-25 00:00",0.111,"2013-09-25 00:00",0.0992,"2013-08-14 00:00",0.097,"2013-02-15 00:00","","","","",0.136,0.111,0.0992,0.0905,0.0766,0.0582,0.0333,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88385",5,30.439722,-84.346389,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001059,0.000424,0.00403,"2013-06-27 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00403,0.001,0.001,0.001,0.001,0.001,0.001,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88388",5,30.439722,-84.346389,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.593078,0.474634,2.45,"2013-10-25 00:00",1.84,"2013-03-29 00:00",1.77,"2013-01-22 00:00",1.37,"2013-10-13 00:00","","","","",2.45,1.84,1.77,1.18,0.74,0.417,0.199,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88403",5,30.439722,-84.346389,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,1.555188,0.699926,3.19,"2013-09-01 00:00",2.91,"2013-01-28 00:00",2.76,"2013-05-10 00:00",2.67,"2013-01-04 00:00","","","","",3.19,3.19,2.76,2.45,2.14,1.38,0.73,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0012","88502",3,30.439722,-84.346389,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7578,87,315,365,0,1182,"","","Certification not required",0,7.91701,6.919253,71.1,"2013-10-25 04:00",67.1,"2013-10-25 05:00",63.5,"2013-03-15 04:00",63.5,"2013-10-25 03:00","","","","",34.2,28,19,14.9,10.3,6.8,1.3,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88502",3,30.439722,-84.346389,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,"","","Certification not required",0,7.83873,4.623578,32.8,"2013-03-08 00:00",28,"2013-03-28 00:00",26.8,"2013-01-24 00:00",23.4,"2013-01-23 00:00","","","","",23.4,20.3,16.2,13.8,9.5,7,3.3,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0012","88502",5,30.439722,-84.346389,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,9.7875,4.394078,23.6,"2013-10-25 00:00",20.5,"2013-03-29 00:00",19.2,"2013-01-22 00:00",18.5,"2013-09-01 00:00","","","","",23.6,23.6,19.2,17.2,11.9,9,5.3,"Tallahassee Community College","110 CENTURY PARK CIRCLE WEST","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-13" +"12","073","0013","44201",1,30.484444,-84.199444,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8715,100,244,245,0,45,0,0,"Certification not required",1623,0.040951,0.012205,0.08,"2013-05-15 15:00",0.075,"2013-03-29 14:00",0.068,"2013-03-08 14:00",0.068,"2013-03-15 14:00","","","","",0.068,0.066,0.062,0.057,0.05,0.045,0.036,"MICCOSUKEE GREENWAYS PARK","5600 MICCOSUKEE RD","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0013","44201",1,30.484444,-84.199444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,98,241,245,0,0,0,0,"Certification not required",0,0.036037,0.011703,0.068,"2013-03-29 11:00",0.067,"2013-05-15 09:00",0.062,"2013-05-14 10:00",0.061,"2013-03-30 10:00","","","","",0.062,0.06,0.055,0.052,0.046,0.04,0.032,"MICCOSUKEE GREENWAYS PARK","5600 MICCOSUKEE RD","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","0013","44201",1,30.484444,-84.199444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,98,241,245,0,0,0,0,"Certification not required",0,0.036037,0.011703,0.068,"2013-03-29 11:00",0.067,"2013-05-15 09:00",0.062,"2013-05-14 10:00",0.061,"2013-03-30 10:00","","","","",0.062,0.06,0.055,0.052,0.046,0.04,0.032,"MICCOSUKEE GREENWAYS PARK","5600 MICCOSUKEE RD","Florida","Leon","Tallahassee","Tallahassee, FL","2014-02-06" +"12","073","1005","88502",3,30.305556,-84.423611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1856,36,75,212,0,304,"","","Certification not required",0,13.18222,33.055087,786,"2013-03-22 21:00",508,"2013-03-22 11:00",500,"2013-03-22 19:00",474,"2013-03-22 20:00","","","","",101,52,31,21,13,9,2,"APALACHICOLA NATIONAL FOREST","10703 Bloxham Cutoff Rd","Florida","Leon","","Tallahassee, FL","2013-10-09" +"12","073","1005","88502",3,30.305556,-84.423611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",75,35,75,212,0,0,"","","Certification not required",0,13.270667,20.424692,171.3,"2013-03-22 00:00",55,"2013-03-08 00:00",45.5,"2013-01-24 00:00",30.2,"2013-03-28 00:00","","","","",171.3,55,30.2,23.1,12.2,8.6,5.4,"APALACHICOLA NATIONAL FOREST","10703 Bloxham Cutoff Rd","Florida","Leon","","Tallahassee, FL","2013-10-09" +"12","077","9991","44201",1,30.1103,-84.9903,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6478,81,198,245,0,1538,0,0,"Certification not required",413,0.037904,0.011283,0.07,"2013-03-29 17:00",0.068,"2013-03-30 18:00",0.065,"2013-04-02 14:00",0.063,"2013-03-28 16:00","","","","",0.068,0.063,0.059,0.053,0.046,0.04,0.03,"Sumatra","Apalachicola National Forest, Bristol, FL 32321","Florida","Liberty","","","2014-01-31" +"12","077","9991","44201",1,30.1103,-84.9903,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6439,79,194,245,0,0,0,0,"Certification not required",0,0.034284,0.011159,0.066,"2013-03-29 10:00",0.064,"2013-03-30 11:00",0.059,"2013-03-28 11:00",0.057,"2013-03-15 11:00","","","","",0.064,0.057,0.055,0.049,0.043,0.035,0.027,"Sumatra","Apalachicola National Forest, Bristol, FL 32321","Florida","Liberty","","","2014-01-31" +"12","077","9991","44201",1,30.1103,-84.9903,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6439,79,194,245,0,0,0,0,"Certification not required",0,0.034284,0.011159,0.066,"2013-03-29 10:00",0.064,"2013-03-30 11:00",0.059,"2013-03-28 11:00",0.057,"2013-03-15 11:00","","","","",0.064,0.057,0.055,0.049,0.043,0.035,0.027,"Sumatra","Apalachicola National Forest, Bristol, FL 32321","Florida","Liberty","","","2014-01-31" +"12","081","0028","42401",1,27.638925,-82.547648,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1094,12,46,365,0,10,0,"","Certification not required",0,3.73913,4.409257,17,"2013-12-01 12:00",15,"2013-12-12 20:00",14,"2013-12-31 11:00",12,"2013-12-25 00:00","","","","",17,17,14,10,6,3,0,"Pt. Manatee","1801 Piney Point Road (Site is located in the property of Port Manatee)","Florida","Manatee","","Bradenton-Sarasota-Venice, FL","2014-02-10" +"12","081","0028","42401",1,27.638925,-82.547648,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1094,12,46,365,0,10,"","","Certification not required",0,0.588665,1.582989,17,"2013-12-01 12:00",17,"2013-12-01 13:00",15,"2013-12-12 20:00",14,"2013-12-31 11:00","","","","",8,5,3,2,0,0,0,"Pt. Manatee","1801 Piney Point Road (Site is located in the property of Port Manatee)","Florida","Manatee","","Bradenton-Sarasota-Venice, FL","2014-02-10" +"12","081","0028","42401",1,27.638925,-82.547648,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",46,13,46,365,0,0,0,"","Certification not required",0,0.586957,0.710746,2.3,"2013-12-01 00:00",2.3,"2013-12-25 00:00",2.2,"2013-12-31 00:00",1.7,"2013-12-12 00:00","","","","",2.3,2.3,2.2,1.7,1,0.3,0,"Pt. Manatee","1801 Piney Point Road (Site is located in the property of Port Manatee)","Florida","Manatee","","Bradenton-Sarasota-Venice, FL","2014-02-10" +"12","081","0028","42401",1,27.638925,-82.547648,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",362,12,45,365,0,0,"",0,"Certification not required",0,0.579006,1.235913,11.6,"2013-12-01 14:00",6.6,"2013-12-31 11:00",6,"2013-12-12 20:00",5.6,"2013-12-25 23:00","","","","",5.6,4.3,3,2,0.6,0,0,"Pt. Manatee","1801 Piney Point Road (Site is located in the property of Port Manatee)","Florida","Manatee","","Bradenton-Sarasota-Venice, FL","2014-02-10" +"12","081","0028","42401",5,27.638925,-82.547648,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",12736,12,45,365,0,512,"","","Certification not required",0,0.587626,1.782527,30,"2013-12-01 13:20",28,"2013-12-01 12:50",25,"2013-12-01 12:55",25,"2013-12-01 13:15","","","","",8,6,3,2,0,0,0,"Pt. Manatee","1801 Piney Point Road (Site is located in the property of Port Manatee)","Florida","Manatee","","Bradenton-Sarasota-Venice, FL","2014-02-10" +"12","081","3002","44201",1,27.632778,-82.546111,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",6410,84,205,245,0,142,0,0,"Certification not required",152,0.036424,0.013931,0.077,"2013-05-14 15:00",0.075,"2013-03-08 14:00",0.072,"2013-03-29 17:00",0.067,"2013-03-15 15:00","","","","",0.072,0.067,0.059,0.056,0.048,0.042,0.028,"","PORT MANATEE, REEDER RD & SOUTH DOCK ST.","Florida","Manatee","Palmetto","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","3002","44201",1,27.632778,-82.546111,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6387,83,204,245,0,0,0,0,"Certification not required",0,0.031809,0.012856,0.071,"2013-05-14 11:00",0.067,"2013-03-29 12:00",0.065,"2013-03-08 11:00",0.061,"2013-03-15 11:00","","","","",0.065,0.06,0.054,0.05,0.043,0.037,0.024,"","PORT MANATEE, REEDER RD & SOUTH DOCK ST.","Florida","Manatee","Palmetto","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","3002","44201",1,27.632778,-82.546111,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6387,83,204,245,0,0,0,0,"Certification not required",0,0.031809,0.012856,0.071,"2013-05-14 11:00",0.067,"2013-03-29 12:00",0.065,"2013-03-08 11:00",0.061,"2013-03-15 11:00","","","","",0.065,0.06,0.054,0.05,0.043,0.037,0.024,"","PORT MANATEE, REEDER RD & SOUTH DOCK ST.","Florida","Manatee","Palmetto","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","4012","44201",1,27.480556,-82.618889,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",6244,80,196,245,0,308,0,0,"Certification not required",37,0.039474,0.014289,0.079,"2013-05-14 14:00",0.077,"2013-03-08 14:00",0.075,"2013-03-29 19:00",0.074,"2013-05-15 18:00","","","","",0.077,0.074,0.064,0.06,0.052,0.045,0.031,"G.T. BRAY PARK","5502 33RD AVE DRIVE W. (G T BRAY PARK)","Florida","Manatee","Bradenton","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","4012","44201",1,27.480556,-82.618889,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6181,80,195,245,0,0,0,0,"Certification not required",0,0.035359,0.013278,0.074,"2013-05-14 11:00",0.071,"2013-03-29 12:00",0.068,"2013-03-08 12:00",0.067,"2013-05-15 12:00","","","","",0.071,0.067,0.058,0.053,0.047,0.039,0.027,"G.T. BRAY PARK","5502 33RD AVE DRIVE W. (G T BRAY PARK)","Florida","Manatee","Bradenton","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","4012","44201",1,27.480556,-82.618889,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6181,80,195,245,0,0,0,0,"Certification not required",0,0.035359,0.013278,0.074,"2013-05-14 11:00",0.071,"2013-03-29 12:00",0.068,"2013-03-08 12:00",0.067,"2013-05-15 12:00","","","","",0.071,0.067,0.058,0.053,0.047,0.039,0.027,"G.T. BRAY PARK","5502 33RD AVE DRIVE W. (G T BRAY PARK)","Florida","Manatee","Bradenton","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","4013","44201",1,27.449444,-82.522222,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",6378,84,205,245,0,174,0,0,"Certification not required",100,0.038712,0.013979,0.078,"2013-05-14 15:00",0.077,"2013-03-08 15:00",0.071,"2013-03-15 16:00",0.071,"2013-03-29 16:00","","","","",0.071,0.07,0.062,0.057,0.051,0.043,0.031,"39TH STREET SITE","5511 39TH STREET EAST","Florida","Manatee","Bradenton","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","4013","44201",1,27.449444,-82.522222,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6285,84,205,245,0,0,0,0,"Certification not required",0,0.034346,0.012974,0.073,"2013-05-14 12:00",0.067,"2013-03-08 12:00",0.067,"2013-03-29 12:00",0.063,"2013-03-15 11:00","","","","",0.067,0.062,0.056,0.051,0.046,0.038,0.026,"39TH STREET SITE","5511 39TH STREET EAST","Florida","Manatee","Bradenton","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","081","4013","44201",1,27.449444,-82.522222,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6285,84,205,245,0,0,0,0,"Certification not required",0,0.034346,0.012974,0.073,"2013-05-14 12:00",0.067,"2013-03-08 12:00",0.067,"2013-03-29 12:00",0.063,"2013-03-15 11:00","","","","",0.067,0.062,0.056,0.051,0.046,0.038,0.026,"39TH STREET SITE","5511 39TH STREET EAST","Florida","Manatee","Bradenton","Bradenton-Sarasota-Venice, FL","2013-11-26" +"12","083","0003","44201",1,29.170278,-82.100833,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6932,72,177,245,0,1828,0,0,"Certification not required",656,0.041412,0.012746,0.07,"2013-05-14 17:00",0.069,"2013-03-30 14:00",0.068,"2013-03-08 15:00",0.068,"2013-03-22 15:00","","","","",0.069,0.068,0.064,0.059,0.051,0.046,0.038,"LOCATED AT THE YMCA","SE 17TH STREET & SE 30TH AVENUE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0003","44201",1,29.170278,-82.100833,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6941,71,174,245,0,0,0,0,"Certification not required",0,0.037224,0.012651,0.067,"2013-03-30 11:00",0.067,"2013-05-14 11:00",0.063,"2013-03-29 10:00",0.061,"2013-03-08 10:00","","","","",0.067,0.061,0.059,0.056,0.048,0.041,0.034,"LOCATED AT THE YMCA","SE 17TH STREET & SE 30TH AVENUE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0003","44201",1,29.170278,-82.100833,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6941,71,174,245,0,0,0,0,"Certification not required",0,0.037224,0.012651,0.067,"2013-03-30 11:00",0.067,"2013-05-14 11:00",0.063,"2013-03-29 10:00",0.061,"2013-03-08 10:00","","","","",0.067,0.061,0.059,0.056,0.048,0.041,0.034,"LOCATED AT THE YMCA","SE 17TH STREET & SE 30TH AVENUE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0003","88502",3,29.170278,-82.100833,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8679,99,363,365,0,81,"","","Certification not required",0,8.640661,5.511863,182.5,"2013-07-22 12:00",104.5,"2013-04-08 13:00",77.1,"2013-01-01 00:00",68.1,"2013-04-08 12:00","","","","",24.6,21,17.2,14.3,10.8,7.9,3.7,"LOCATED AT THE YMCA","SE 17TH STREET & SE 30TH AVENUE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0003","88502",3,29.170278,-82.100833,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,8.590909,3.295066,24.7,"2013-01-01 00:00",22.8,"2013-08-11 00:00",22.7,"2013-03-08 00:00",22.6,"2013-04-08 00:00","","","","",22.6,17.5,14.6,12.6,10,7.9,5.1,"LOCATED AT THE YMCA","SE 17TH STREET & SE 30TH AVENUE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0004","44201",1,29.1925,-82.173333,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8656,100,245,245,0,104,0,0,"Certification not required",1061,0.039661,0.011709,0.071,"2013-03-08 15:00",0.068,"2013-03-30 18:00",0.067,"2013-05-14 17:00",0.067,"2013-05-17 12:00","","","","",0.067,0.066,0.06,0.055,0.05,0.043,0.035,"LOCATED AT THE SHERIFF'S DEPT IMPOUND","692 NW 30TH AVE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0004","44201",1,29.1925,-82.173333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8705,100,245,245,0,0,0,0,"Certification not required",0,0.034237,0.011091,0.065,"2013-03-30 11:00",0.064,"2013-05-14 11:00",0.061,"2013-03-08 11:00",0.061,"2013-03-29 10:00","","","","",0.061,0.06,0.054,0.05,0.043,0.038,0.031,"LOCATED AT THE SHERIFF'S DEPT IMPOUND","692 NW 30TH AVE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","083","0004","44201",1,29.1925,-82.173333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8705,100,245,245,0,0,0,0,"Certification not required",0,0.034237,0.011091,0.065,"2013-03-30 11:00",0.064,"2013-05-14 11:00",0.061,"2013-03-08 11:00",0.061,"2013-03-29 10:00","","","","",0.061,0.06,0.054,0.05,0.043,0.038,0.031,"LOCATED AT THE SHERIFF'S DEPT IMPOUND","692 NW 30TH AVE","Florida","Marion","Ocala","Ocala, FL","2014-02-17" +"12","085","0007","44201",1,27.172458,-80.240689,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8660,99,243,245,0,100,0,0,"Certification not required",186,0.038984,0.011677,0.07,"2013-03-22 11:00",0.066,"2013-03-08 13:00",0.066,"2013-03-21 17:00",0.066,"2013-03-29 17:00","","","","",0.066,0.063,0.061,0.057,0.051,0.044,0.037,"","950 SE MONTEREY RD","Florida","Martin","Stuart","Port St. Lucie, FL","2014-02-10" +"12","085","0007","44201",1,27.172458,-80.240689,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8665,99,242,245,0,0,0,0,"Certification not required",0,0.035326,0.011738,0.065,"2013-03-22 09:00",0.062,"2013-03-08 10:00",0.062,"2013-03-21 12:00",0.062,"2013-03-29 10:00","","","","",0.062,0.061,0.057,0.053,0.048,0.041,0.033,"","950 SE MONTEREY RD","Florida","Martin","Stuart","Port St. Lucie, FL","2014-02-10" +"12","085","0007","44201",1,27.172458,-80.240689,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8665,99,242,245,0,0,0,0,"Certification not required",0,0.035326,0.011738,0.065,"2013-03-22 09:00",0.062,"2013-03-08 10:00",0.062,"2013-03-21 12:00",0.062,"2013-03-29 10:00","","","","",0.062,0.061,0.057,0.053,0.048,0.041,0.033,"","950 SE MONTEREY RD","Florida","Martin","Stuart","Port St. Lucie, FL","2014-02-10" +"12","085","0007","88502",3,27.172458,-80.240689,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8478,97,352,365,0,282,"","","Certification not required",0,7.715098,4.114135,63.7,"2013-06-22 11:00",52.2,"2013-06-18 09:00",45,"2013-01-01 01:00",42.5,"2013-01-01 00:00","","","","",22.7,19.3,15.3,12.4,9.2,7,3.8,"","950 SE MONTEREY RD","Florida","Martin","Stuart","Port St. Lucie, FL","2014-02-10" +"12","085","0007","88502",3,27.172458,-80.240689,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,7.673011,3.021751,24.2,"2013-08-11 00:00",19.8,"2013-08-12 00:00",18.7,"2013-01-25 00:00",17.7,"2013-06-18 00:00","","","","",17.7,16.4,14,11.1,8.8,7,4.8,"","950 SE MONTEREY RD","Florida","Martin","Stuart","Port St. Lucie, FL","2014-02-10" +"12","086","0019","42401",1,25.8975,-80.38,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6094,70,255,365,0,458,0,"","Certification not required",0,0.094118,0.292567,1,"2013-01-17 06:00",1,"2013-02-19 07:00",1,"2013-03-04 16:00",1,"2013-06-03 05:00","","","","",1,1,1,0,0,0,0,"","FHP,DOT,ROUTE U.S.27 MIAMI,FLA.","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0019","42401",1,25.8975,-80.38,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6094,70,255,365,0,458,"","","Certification not required",0,0.014769,0.120635,1,"2013-01-17 06:00",1,"2013-02-19 07:00",1,"2013-03-04 16:00",1,"2013-06-03 05:00","","","","",1,0,0,0,0,0,0,"","FHP,DOT,ROUTE U.S.27 MIAMI,FLA.","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0019","42401",1,25.8975,-80.38,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",255,70,255,365,0,0,0,"","Certification not required",0,0.013725,0.056886,0.4,"2013-09-04 00:00",0.3,"2013-06-13 00:00",0.3,"2013-08-15 00:00",0.3,"2013-08-30 00:00","","","","",0.3,0.3,0.1,0,0,0,0,"","FHP,DOT,ROUTE U.S.27 MIAMI,FLA.","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0019","42401",1,25.8975,-80.38,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1996,68,255,365,0,0,"",0,"Certification not required",0,0.013577,0.094038,1,"2013-06-13 08:00",1,"2013-08-16 08:00",1,"2013-08-30 05:00",1,"2013-09-04 05:00","","","","",0.6,0.3,0,0,0,0,0,"","FHP,DOT,ROUTE U.S.27 MIAMI,FLA.","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0019","42401",5,25.8975,-80.38,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",73128,70,255,365,0,5496,"","","Certification not required",0,0.024861,0.157013,3,"2013-05-28 22:30",3,"2013-07-10 01:15",3,"2013-07-17 12:50",3,"2013-09-06 08:35","","","","",1,1,0,0,0,0,0,"","FHP,DOT,ROUTE U.S.27 MIAMI,FLA.","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0027","42601",1,25.733378,-80.161806,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7583,87,313,365,0,322,"","","Certification not required",0,0.987604,4.245668,103,"2013-02-04 09:00",91,"2013-01-07 08:00",77,"2013-02-04 10:00",76,"2013-01-04 09:00","","","","",19,10,5,2,0,0,0,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","086","0027","42602",1,25.733378,-80.161806,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6270,72,259,365,0,282,0,"","Certification not required",0,10.416988,11.130126,53,"2013-03-16 06:00",53,"2013-03-29 06:00",51,"2013-03-09 05:00",45,"2013-02-04 10:00","","","","",51,44,31,26,16,5,1,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0027","42602",1,25.733378,-80.161806,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6270,72,259,365,0,282,"","","Certification not required",0,2.963955,5.727305,53,"2013-03-16 06:00",53,"2013-03-16 07:00",53,"2013-03-29 06:00",51,"2013-03-09 05:00","","","","",29,22,15,9,3,1,0,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0027","42603",1,25.733378,-80.161806,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7583,87,313,365,0,322,"","","Certification not required",0,4.287617,8.95161,147,"2013-02-04 09:00",122,"2013-02-04 10:00",111,"2013-01-07 08:00",105,"2013-01-04 09:00","","","","",47,32,19,11,4,1,0,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","086","0027","44201",1,25.733378,-80.161806,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6205,81,199,245,0,347,0,0,"Certification not required",53,0.038196,0.01232,0.073,"2013-03-08 14:00",0.069,"2013-03-14 13:00",0.069,"2013-03-28 15:00",0.067,"2013-03-21 16:00","","","","",0.069,0.067,0.063,0.059,0.05,0.041,0.031,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0027","44201",1,25.733378,-80.161806,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6212,80,197,245,0,0,0,0,"Certification not required",0,0.034213,0.011756,0.07,"2013-03-08 12:00",0.063,"2013-03-28 11:00",0.062,"2013-03-21 12:00",0.061,"2013-03-29 19:00","","","","",0.063,0.061,0.057,0.054,0.046,0.037,0.027,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0027","44201",1,25.733378,-80.161806,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6212,81,198,245,0,0,1,1,"Certification not required",0,0.034424,0.012096,0.076,"2013-05-24 12:00",0.07,"2013-03-08 12:00",0.063,"2013-03-28 11:00",0.062,"2013-03-21 12:00","","","","",0.07,0.062,0.057,0.054,0.046,0.037,0.027,"","ROSENSTIEL SCHOOL","Florida","Miami-Dade","","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0029","44201",1,25.586384,-80.326811,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6249,82,200,245,0,303,0,0,"Certification not required",198,0.03754,0.013838,0.085,"2013-05-24 15:00",0.08,"2013-05-06 13:00",0.077,"2013-03-08 16:00",0.074,"2013-03-28 15:00","","","","",0.08,0.074,0.065,0.061,0.051,0.04,0.03,"","19590 OLD CUTLER RD-PERDUE MED. CENTER","Florida","Miami-Dade","Cutler Ridge","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0029","44201",1,25.586384,-80.326811,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6277,81,198,245,0,0,0,0,"Certification not required",0,0.033429,0.013055,0.071,"2013-05-06 10:00",0.07,"2013-05-24 12:00",0.069,"2013-03-28 12:00",0.068,"2013-03-08 11:00","","","","",0.07,0.068,0.058,0.056,0.048,0.036,0.026,"","19590 OLD CUTLER RD-PERDUE MED. CENTER","Florida","Miami-Dade","Cutler Ridge","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0029","44201",1,25.586384,-80.326811,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6277,81,198,245,0,0,0,0,"Certification not required",0,0.033429,0.013055,0.071,"2013-05-06 10:00",0.07,"2013-05-24 12:00",0.069,"2013-03-28 12:00",0.068,"2013-03-08 11:00","","","","",0.07,0.068,0.058,0.056,0.048,0.036,0.026,"","19590 OLD CUTLER RD-PERDUE MED. CENTER","Florida","Miami-Dade","Cutler Ridge","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0030","61101",1,25.388333,-80.683333,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8185,93,341,365,0,575,"","","Certification not required",0,5.435932,3.008089,17.9,"2013-05-04 15:00",17.5,"2013-11-05 13:00",17.3,"2013-11-13 13:00",17.1,"2013-05-04 16:00","","","","",13.6,12.6,11.3,9.9,7.4,4.7,2.1,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","61103",1,25.388333,-80.683333,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6924,79,288,365,0,1836,"","","Certification not required",0,5.104809,3.000309,17.5,"2013-05-04 15:00",17.1,"2013-11-05 13:00",16.9,"2013-05-04 16:00",16.3,"2013-11-13 13:00","","","","",13.4,12.4,11.1,9.5,6.8,4.5,1.7,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","61104",1,25.388333,-80.683333,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6924,79,288,365,0,1836,"","","Certification not required",0,117.124495,99.421121,360,"2013-01-04 23:00",360,"2013-01-22 14:00",360,"2013-01-22 19:00",360,"2013-01-22 22:00","","","","",358,355,342,297,150,87,17,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","61106",1,25.388333,-80.683333,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6924,79,288,365,0,1836,"","","Certification not required",0,15.526574,8.521515,74,"2013-03-20 11:00",66,"2013-08-04 14:00",65,"2013-03-02 13:00",65,"2013-08-06 08:00","","","","",46,40,31,26,20,14,7,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","62101",1,25.388333,-80.683333,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5260,60,218,365,0,3500,"","","Certification not required",0,73.314639,8.419979,91,"2013-08-04 14:00",90,"2013-07-28 14:00",90,"2013-08-04 15:00",90,"2013-08-05 10:00","","","","",88,87,86,83,79,74,62,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","62201",1,25.388333,-80.683333,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6147,70,255,365,0,2613,"","","Certification not required",0,78.889214,15.100194,100,"2013-01-04 07:00",100,"2013-01-05 07:00",100,"2013-01-05 08:00",100,"2013-02-24 06:00","","","","",99,99,98,96,92,82,58,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","63301",1,25.388333,-80.683333,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6697,76,279,365,0,2063,"","","Certification not required",3399,0.253139,0.353727,1.42,"2013-04-08 12:00",1.42,"2013-04-24 12:00",1.4,"2013-04-26 12:00",1.39,"2013-03-27 12:00","","","","",1.25,1.17,1.01,0.84,0.47,0.005,0.005,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","65102",1,25.388333,-80.683333,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8147,93,340,365,0,613,"","","Certification not required",0,0.00508,0.046681,1.3,"2013-06-15 16:00",1.21,"2013-11-10 01:00",1.13,"2013-05-29 07:00",1.01,"2013-04-05 02:00","","","","",0.13,0.05,0,0,0,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-18" +"12","086","0030","85101",1,25.388333,-80.683333,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,17.515733,18.565887,106.3996,"2013-03-29 00:00",86.3148,"2013-03-14 00:00",54.9054,"2013-03-26 00:00",43.2954,"2013-03-08 00:00","","","","",106.3996,86.3148,54.9054,27.6222,15.7645,12.3375,7.6029,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","86502",1,25.388333,-80.683333,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.411765,17.122122,96,"2013-03-29 00:00",74,"2013-03-14 00:00",47,"2013-03-26 00:00",32,"2013-03-08 00:00","","","","",96,74,47,22,10,6,4,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88103",1,25.388333,-80.683333,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000118,0.000325,0.001,"2013-01-13 00:00",0.001,"2013-03-14 00:00",0.001,"2013-04-07 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88104",1,25.388333,-80.683333,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.02682,0.030637,0.1577,"2013-03-29 00:00",0.1083,"2013-03-26 00:00",0.0923,"2013-03-14 00:00",0.0833,"2013-02-27 00:00","","","","",0.1577,0.1083,0.0923,0.0645,0.0299,0.0138,0.0055,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88109",1,25.388333,-80.683333,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002853,0.001796,0.007,"2013-01-25 00:00",0.0067,"2013-04-01 00:00",0.0065,"2013-05-16 00:00",0.0064,"2013-01-22 00:00","","","","",0.007,0.0067,0.0065,0.0058,0.0041,0.0023,0.0011,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88111",1,25.388333,-80.683333,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.113055,0.242808,1.2807,"2013-03-14 00:00",1.0519,"2013-03-29 00:00",0.6957,"2013-03-26 00:00",0.434,"2013-03-08 00:00","","","","",1.2807,1.0519,0.6957,0.1644,0.0651,0.0381,0.022,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88112",1,25.388333,-80.683333,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-03-08 00:00",0.001,"2013-03-29 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88114",1,25.388333,-80.683333,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.000378,0.000267,0.001,"2013-03-14 00:00",0.001,"2013-03-29 00:00",0.0009,"2013-01-07 00:00",0.0009,"2013-01-25 00:00","","","","",0.001,0.001,0.0009,0.0008,0.0006,0.0003,0.0001,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88115",1,25.388333,-80.683333,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.120518,0.198491,0.6967,"2013-03-11 00:00",0.6897,"2013-04-19 00:00",0.6156,"2013-02-12 00:00",0.5149,"2013-01-01 00:00","","","","",0.6967,0.6897,0.6156,0.4871,0.1358,0.0125,0.001,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88126",1,25.388333,-80.683333,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022151,0.020668,0.1076,"2013-03-29 00:00",0.0745,"2013-03-14 00:00",0.0727,"2013-03-26 00:00",0.0566,"2013-04-25 00:00","","","","",0.1076,0.0745,0.0727,0.0439,0.0269,0.0156,0.0062,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88128",1,25.388333,-80.683333,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000686,0.000735,0.002,"2013-01-22 00:00",0.002,"2013-01-25 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-06 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88132",1,25.388333,-80.683333,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000608,0.00075,0.003,"2013-03-26 00:00",0.003,"2013-03-29 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-25 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88136",1,25.388333,-80.683333,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000431,0.0005,0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88140",1,25.388333,-80.683333,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.031866,0.019751,0.0856,"2013-02-12 00:00",0.0732,"2013-05-16 00:00",0.0692,"2013-01-10 00:00",0.0667,"2013-02-27 00:00","","","","",0.0856,0.0732,0.0692,0.0608,0.0437,0.029,0.011,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88152",1,25.388333,-80.683333,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.001964,0.002395,0.0079,"2013-05-10 00:00",0.0078,"2013-05-13 00:00",0.0077,"2013-03-08 00:00",0.0063,"2013-04-25 00:00","","","","",0.0079,0.0078,0.0077,0.006,0.0033,0.0005,0.00015,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88154",1,25.388333,-80.683333,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.000225,0.000143,0.0007,"2013-03-14 00:00",0.0005,"2013-01-10 00:00",0.0005,"2013-01-25 00:00",0.0005,"2013-03-23 00:00","","","","",0.0007,0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88161",1,25.388333,-80.683333,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.002081,0.002292,0.0104,"2013-03-29 00:00",0.0098,"2013-03-26 00:00",0.0072,"2013-03-14 00:00",0.0071,"2013-02-27 00:00","","","","",0.0104,0.0098,0.0072,0.0042,0.0028,0.0013,0.0004,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88164",1,25.388333,-80.683333,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001324,0.000985,0.0055,"2013-03-23 00:00",0.0033,"2013-02-24 00:00",0.0032,"2013-02-21 00:00",0.0028,"2013-05-10 00:00","","","","",0.0055,0.0033,0.0032,0.0024,0.0018,0.0011,0.0004,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88165",1,25.388333,-80.683333,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.057563,0.063836,0.2713,"2013-02-27 00:00",0.2384,"2013-03-29 00:00",0.183,"2013-01-31 00:00",0.1828,"2013-04-25 00:00","","","","",0.2713,0.2384,0.183,0.1418,0.079,0.0363,0.0065,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88167",1,25.388333,-80.683333,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002255,0.001809,0.0085,"2013-02-21 00:00",0.0066,"2013-01-25 00:00",0.0065,"2013-03-14 00:00",0.0064,"2013-04-04 00:00","","","","",0.0085,0.0066,0.0065,0.0049,0.0025,0.0016,0.0008,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88168",1,25.388333,-80.683333,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.001304,0.002554,0.0141,"2013-03-14 00:00",0.0093,"2013-03-29 00:00",0.0089,"2013-03-26 00:00",0.0043,"2013-03-08 00:00","","","","",0.0141,0.0093,0.0089,0.0018,0.001,0.0005,0.00015,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88169",1,25.388333,-80.683333,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.529747,0.23507,1.0967,"2013-01-25 00:00",1.0816,"2013-03-23 00:00",1.0227,"2013-03-08 00:00",0.8471,"2013-04-13 00:00","","","","",1.0967,1.0816,1.0227,0.8242,0.7038,0.5122,0.2485,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88176",1,25.388333,-80.683333,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000178,7.2e-05,0.0004,"2013-01-22 00:00",0.0004,"2013-02-27 00:00",0.0004,"2013-05-19 00:00",0.0003,"2013-02-03 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88180",1,25.388333,-80.683333,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.053629,0.032141,0.1769,"2013-03-14 00:00",0.1459,"2013-01-22 00:00",0.1136,"2013-03-23 00:00",0.1065,"2013-02-27 00:00","","","","",0.1769,0.1459,0.1136,0.0996,0.0652,0.0453,0.0253,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88184",1,25.388333,-80.683333,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.290818,0.167822,0.6823,"2013-02-27 00:00",0.6534,"2013-02-12 00:00",0.596,"2013-04-19 00:00",0.595,"2013-01-10 00:00","","","","",0.6823,0.6534,0.596,0.5543,0.3907,0.2537,0.1106,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88185",1,25.388333,-80.683333,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.00072,0.000346,0.002,"2013-04-07 00:00",0.0018,"2013-01-31 00:00",0.0015,"2013-01-01 00:00",0.0015,"2013-02-12 00:00","","","","",0.002,0.0018,0.0015,0.0013,0.00065,0.00065,0.0004,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88203",1,25.388333,-80.683333,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.378473,0.330156,1.1947,"2013-02-27 00:00",1.1935,"2013-04-19 00:00",1.1506,"2013-01-01 00:00",1.1373,"2013-03-11 00:00","","","","",1.1947,1.1935,1.1506,0.9729,0.4788,0.2922,0.0943,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88306",1,25.388333,-80.683333,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.412627,0.169767,1.0181,"2013-02-15 00:00",0.744,"2013-04-16 00:00",0.7337,"2013-03-08 00:00",0.7174,"2013-04-25 00:00","","","","",1.0181,0.744,0.7337,0.617,0.5117,0.3865,0.2295,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88320",1,25.388333,-80.683333,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.736863,0.490683,2.23,"2013-01-22 00:00",2.14,"2013-03-14 00:00",1.91,"2013-01-25 00:00",1.71,"2013-03-08 00:00","","","","",2.23,2.14,1.91,1.39,0.92,0.67,0.27,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88320",2,25.388333,-80.683333,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.698039,0.497839,2.28,"2013-01-22 00:00",2.25,"2013-03-14 00:00",2,"2013-01-25 00:00",1.61,"2013-03-08 00:00","","","","",2.28,2.25,2,1.17,0.83,0.63,0.23,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88321",1,25.388333,-80.683333,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.196471,0.146162,0.63,"2013-03-08 00:00",0.52,"2013-03-14 00:00",0.51,"2013-01-25 00:00",0.5,"2013-03-29 00:00","","","","",0.63,0.52,0.51,0.37,0.27,0.17,0.04,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88321",2,25.388333,-80.683333,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.193529,0.149303,0.69,"2013-03-08 00:00",0.58,"2013-03-29 00:00",0.46,"2013-01-22 00:00",0.46,"2013-01-25 00:00","","","","",0.69,0.58,0.46,0.42,0.25,0.16,0.03,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88324",1,25.388333,-80.683333,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",51,0.01976,0.007263,0.0312,"2013-01-16 00:00",0.0312,"2013-01-19 00:00",0.03105,"2013-01-10 00:00",0.03105,"2013-01-13 00:00","","","","",0.0312,0.0312,0.03105,0.0308,0.02445,0.01665,0.0104,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88324",2,25.388333,-80.683333,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.02046,0.008459,0.0493,"2013-03-02 00:00",0.03185,"2013-01-25 00:00",0.03175,"2013-01-10 00:00",0.03175,"2013-01-13 00:00","","","","",0.0493,0.03185,0.03175,0.03115,0.02715,0.0167,0.0103,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88325",1,25.388333,-80.683333,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.163379,0.097623,0.4156,"2013-01-22 00:00",0.4091,"2013-03-08 00:00",0.376,"2013-01-25 00:00",0.3356,"2013-03-14 00:00","","","","",0.4156,0.4091,0.376,0.3198,0.1974,0.133,0.0634,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88325",2,25.388333,-80.683333,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.141409,0.092063,0.4349,"2013-01-22 00:00",0.3618,"2013-03-14 00:00",0.3434,"2013-03-02 00:00",0.3207,"2013-03-08 00:00","","","","",0.4349,0.3618,0.3434,0.2687,0.1744,0.1273,0.049,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88326",1,25.388333,-80.683333,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.223369,0.16534,0.7638,"2013-03-14 00:00",0.7592,"2013-01-22 00:00",0.6137,"2013-01-25 00:00",0.4728,"2013-04-04 00:00","","","","",0.7638,0.7592,0.6137,0.4522,0.2604,0.197,0.0774,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88326",2,25.388333,-80.683333,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.216742,0.174826,0.874,"2013-03-14 00:00",0.7554,"2013-01-22 00:00",0.5599,"2013-03-08 00:00",0.54,"2013-01-25 00:00","","","","",0.874,0.7554,0.5599,0.4117,0.2512,0.1786,0.0805,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88327",1,25.388333,-80.683333,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.197924,0.162698,0.9013,"2013-03-14 00:00",0.7039,"2013-01-22 00:00",0.5162,"2013-01-25 00:00",0.4467,"2013-03-08 00:00","","","","",0.9013,0.7039,0.5162,0.3837,0.222,0.1645,0.0709,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88327",2,25.388333,-80.683333,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.193033,0.157627,0.816,"2013-03-14 00:00",0.7128,"2013-01-22 00:00",0.5065,"2013-03-08 00:00",0.5026,"2013-01-25 00:00","","","","",0.816,0.7128,0.5065,0.3718,0.2221,0.154,0.0554,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88328",1,25.388333,-80.683333,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.157724,0.104489,0.4312,"2013-03-08 00:00",0.4189,"2013-03-02 00:00",0.392,"2013-01-25 00:00",0.3415,"2013-01-22 00:00","","","","",0.4312,0.4189,0.392,0.2912,0.2205,0.1493,0.0385,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88328",2,25.388333,-80.683333,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.154002,0.109343,0.6277,"2013-01-25 00:00",0.3633,"2013-01-22 00:00",0.3451,"2013-03-02 00:00",0.296,"2013-05-19 00:00","","","","",0.6277,0.3633,0.3451,0.2616,0.2154,0.1317,0.0431,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88329",1,25.388333,-80.683333,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.323855,0.223014,1.0409,"2013-03-08 00:00",0.8775,"2013-01-25 00:00",0.7678,"2013-01-22 00:00",0.7001,"2013-03-02 00:00","","","","",1.0409,0.8775,0.7678,0.6196,0.4209,0.2824,0.0637,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88329",2,25.388333,-80.683333,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.32029,0.223421,1.064,"2013-01-25 00:00",0.9037,"2013-03-08 00:00",0.8055,"2013-01-22 00:00",0.7197,"2013-03-02 00:00","","","","",1.064,0.9037,0.8055,0.5899,0.3908,0.2831,0.0763,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88330",1,25.388333,-80.683333,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.030276,0.022283,0.1107,"2013-03-20 00:00",0.0827,"2013-03-26 00:00",0.0683,"2013-03-29 00:00",0.0668,"2013-03-17 00:00","","","","",0.1107,0.0827,0.0683,0.0581,0.0375,0.0268,0.0038,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88330",2,25.388333,-80.683333,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.027713,0.018263,0.0844,"2013-03-29 00:00",0.0732,"2013-02-15 00:00",0.0681,"2013-03-20 00:00",0.0512,"2013-03-26 00:00","","","","",0.0844,0.0732,0.0681,0.0478,0.0375,0.0265,0.0039,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88331",1,25.388333,-80.683333,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000135,0.000395,0.002,"2013-05-28 00:00",0.0016,"2013-01-19 00:00",0.0014,"2013-01-16 00:00",0.00015,"2013-03-02 00:00","","","","",0.002,0.0016,0.0014,0.00015,0.0001,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88331",2,25.388333,-80.683333,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,4.2e-05,5.3e-05,0.00015,"2013-03-05 00:00",0.00015,"2013-03-20 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-01-01 00:00","","","","",0.00015,0.00015,0.00015,0.0001,0.0001,0,0,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88338",1,25.388333,-80.683333,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.018101,0.008676,0.0576,"2013-04-07 00:00",0.0382,"2013-04-10 00:00",0.0368,"2013-04-04 00:00",0.029,"2013-04-13 00:00","","","","",0.0576,0.0382,0.0368,0.0265,0.0242,0.0157,0.0107,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88339",1,25.388333,-80.683333,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.185198,0.969668,4.52405,"2013-01-25 00:00",4.46164,"2013-03-23 00:00",4.21851,"2013-03-08 00:00",3.49408,"2013-04-13 00:00","","","","",4.52405,4.46164,4.21851,3.39995,2.90326,2.11274,1.02523,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88344",1,25.388333,-80.683333,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.532286,0.218965,1.3133,"2013-02-15 00:00",0.9591,"2013-04-16 00:00",0.9465,"2013-03-08 00:00",0.9254,"2013-04-25 00:00","","","","",1.3133,0.9591,0.9465,0.7959,0.6601,0.4986,0.2961,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88348",1,25.388333,-80.683333,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.444227,0.606896,2.9358,"2013-03-29 00:00",2.8372,"2013-03-14 00:00",2.0135,"2013-03-26 00:00",1.1671,"2013-02-27 00:00","","","","",2.9358,2.8372,2.0135,0.9075,0.494,0.2321,0.0899,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88350",1,25.388333,-80.683333,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.326904,0.883789,4.0153,"2013-01-22 00:00",3.8574,"2013-03-14 00:00",3.4364,"2013-01-25 00:00",3.0785,"2013-03-08 00:00","","","","",4.0153,3.8574,3.4364,2.4982,1.6481,1.2107,0.4905,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88350",2,25.388333,-80.683333,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.257712,0.896309,4.1018,"2013-01-22 00:00",4.0577,"2013-03-14 00:00",3.5982,"2013-01-25 00:00",2.9057,"2013-03-08 00:00","","","","",4.1018,4.0577,3.5982,2.1096,1.4985,1.1376,0.4097,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88403",1,25.388333,-80.683333,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.665745,0.762628,3.7268,"2013-01-25 00:00",3.449,"2013-03-23 00:00",3.2377,"2013-03-08 00:00",2.642,"2013-04-13 00:00","","","","",3.7268,3.449,3.2377,2.5716,2.094,1.6088,0.764,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0030","88502",1,25.388333,-80.683333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.580392,2.287883,11.3,"2013-03-14 00:00",10.9,"2013-01-25 00:00",10.3,"2013-03-08 00:00",10,"2013-03-29 00:00","","","","",11.3,10.9,10.3,9,6.6,5.2,3.1,"SITE MOVED ACROSS ROAD FROM BEARD CENTER TO BEHIND IORI RESEARCH BLD","EVERGLADES NP","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-28" +"12","086","0031","42101",1,25.621667,-80.345278,"UNKNOWN","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6460,74,267,365,0,92,0,0,"Certification not required",6083,0.268398,0.078593,1.3,"2013-08-15 08:00",1.1,"2013-01-17 07:00",1.1,"2013-02-08 07:00",1,"2013-02-05 07:00","","","","",0.6,0.6,0.5,0.25,0.25,0.25,0.25,"","16000 SOUTH DIXIE HIGHWAY","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0031","42101",1,25.621667,-80.345278,"UNKNOWN","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6461,74,267,365,0,0,0,0,"Certification not required",0,0.309581,0.040079,0.7,"2013-01-04 08:00",0.7,"2013-01-04 09:00",0.6,"2013-01-01 23:00",0.6,"2013-01-02 00:00",0.7,"2013-01-04 08:00",0.6,"2013-01-01 23:00",0.5,0.5,0.4,0.3,0.3,0.3,0.3,"","16000 SOUTH DIXIE HIGHWAY","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68101",1,25.941944,-80.326389,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,90,122,0,1,"","","Certification not required",87,0.051667,0.009026,0.1,"2013-03-14 00:00",0.1,"2013-03-20 00:00",0.1,"2013-08-11 00:00",0.05,"2013-01-01 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68102",1,25.941944,-80.326389,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,90,122,0,1,"","","Certification not required",0,23.988889,0.058912,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68103",1,25.941944,-80.326389,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,21.253333,4.235277,27.8,"2013-08-17 00:00",27.5,"2013-08-08 00:00",27.5,"2013-08-11 00:00",27.2,"2013-08-20 00:00","","","","",27.8,27.5,26.6,26,24.2,22.1,14.8,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68104",1,25.941944,-80.326389,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,30.398889,3.84858,38.2,"2013-09-19 00:00",37.2,"2013-08-02 00:00",36.8,"2013-07-24 00:00",36.3,"2013-09-13 00:00","","","","",38.2,37.2,36.2,35,33,31.5,25.2,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68105",1,25.941944,-80.326389,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,25.223333,3.698437,30.2,"2013-07-24 00:00",30.2,"2013-08-17 00:00",30,"2013-08-11 00:00",29.9,"2013-08-14 00:00","","","","",30.2,30.2,29.6,29.3,28.1,26.4,19.8,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68106",1,25.941944,-80.326389,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,761.566667,2.513112,768,"2013-01-28 00:00",767,"2013-01-10 00:00",767,"2013-01-25 00:00",767,"2013-02-18 00:00","","","","",768,767,767,764,763,762,759,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68107",1,25.941944,-80.326389,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,765.222222,2.466758,771,"2013-01-10 00:00",771,"2013-01-28 00:00",771,"2013-02-18 00:00",770,"2013-01-25 00:00","","","","",771,771,770,768,767,765,763,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68108",1,25.941944,-80.326389,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,763.366667,2.381813,769,"2013-01-10 00:00",769,"2013-01-28 00:00",769,"2013-02-18 00:00",768,"2013-01-25 00:00","","","","",769,769,768,766,765,763,761,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","68109",1,25.941944,-80.326389,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",90,74,90,122,0,1,"","","Certification not required",0,1438.933333,3.652919,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1436,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","88101",1,25.941944,-80.326389,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,6.233333,2.670479,14.4,"2013-01-25 00:00",14.3,"2013-08-11 00:00",13.1,"2013-03-08 00:00",13.1,"2013-07-21 00:00","","","","",14.4,14.3,12.6,9.6,7.5,5.9,3.3,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0033","88101",1,25.941944,-80.326389,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,6.233333,2.670479,14.4,"2013-01-25 00:00",14.3,"2013-08-11 00:00",13.1,"2013-03-08 00:00",13.1,"2013-07-21 00:00","","","","",14.4,14.3,12.6,9.6,7.5,5.9,3.3,"Palm Springs Fire Station","7700 NW 186 STREET","Florida","Miami-Dade","Palm Springs North","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0034","42101",1,25.68333,-80.4,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6493,74,273,365,0,59,0,0,"Certification not required",6340,0.258093,0.05586,1,"2013-02-03 00:00",1,"2013-02-03 01:00",1,"2013-02-03 02:00",1,"2013-03-08 22:00","","","","",0.6,0.5,0.25,0.25,0.25,0.25,0.25,"","NW CORNER OF INTERSECTION OF SW 88 ST AND SW 127 AVENUE","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","0034","42101",1,25.68333,-80.4,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6525,74,273,365,0,0,0,0,"Certification not required",0,0.30423,0.030284,0.7,"2013-01-26 02:00",0.7,"2013-01-26 03:00",0.7,"2013-01-26 04:00",0.7,"2013-01-26 05:00",0.7,"2013-01-26 02:00",0.7,"2013-02-03 02:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"","NW CORNER OF INTERSECTION OF SW 88 ST AND SW 127 AVENUE","Florida","Miami-Dade","Not in a city","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68101",1,25.794222,-80.215556,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",268,100,45,61,0,5,"","","Certification not required",211,0.094216,0.107727,1,"2013-07-17 00:00",0.5,"2013-09-09 00:00",0.4,"2013-03-12 00:00",0.4,"2013-06-11 00:00","","","","",0.4,0.4,0.3,0.2,0.05,0.05,0.05,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68101",2,25.794222,-80.215556,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.564286,0.098331,0.7,"2013-01-10 00:00",0.7,"2013-02-21 00:00",0.7,"2013-03-23 00:00",0.7,"2013-04-04 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.6,0.4,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68102",1,25.794222,-80.215556,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",268,100,45,61,0,5,"","","Certification not required",0,24.006716,0.087579,24.1,"2013-01-05 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-11 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,23.9,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68102",2,25.794222,-80.215556,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",42,69,42,61,0,3,"","","Certification not required",0,23.997619,0.01543,24,"2013-01-10 00:00",24,"2013-01-22 00:00",24,"2013-01-28 00:00",24,"2013-02-03 00:00","","","","",24,24,24,24,24,24,24,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68103",1,25.794222,-80.215556,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,45,61,0,5,"","","Certification not required",0,22.317537,4.416638,29.2,"2013-09-06 00:00",29,"2013-09-04 00:00",28.2,"2013-09-05 00:00",28.1,"2013-08-23 00:00","","","","",28.2,28,27.4,26.9,25.4,23.5,15.4,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68103",2,25.794222,-80.215556,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,22.590476,3.900645,27.8,"2013-06-21 00:00",27.4,"2013-07-21 00:00",27.1,"2013-08-08 00:00",27.1,"2013-08-20 00:00","","","","",27.8,27.8,27.1,26.9,25.2,23.4,17.3,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68104",1,25.794222,-80.215556,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,45,61,0,5,"","","Certification not required",0,29.84291,3.594918,35.4,"2013-07-25 00:00",35.3,"2013-09-02 00:00",35.3,"2013-09-13 00:00",35.2,"2013-07-26 00:00","","","","",35.3,35,34.5,33.8,32.7,30.3,24.8,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68104",2,25.794222,-80.215556,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,29.819048,3.213177,34.3,"2013-09-13 00:00",34.1,"2013-08-14 00:00",33.8,"2013-09-25 00:00",33.6,"2013-06-21 00:00","","","","",34.3,34.3,33.8,33.6,32.7,31,25.3,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68105",1,25.794222,-80.215556,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,45,61,0,5,"","","Certification not required",0,25.708955,3.715379,30.8,"2013-09-06 00:00",30.5,"2013-09-05 00:00",30.4,"2013-09-04 00:00",30.2,"2013-09-01 00:00","","","","",30.4,30.1,29.8,29.6,28.8,26.6,19.9,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68105",2,25.794222,-80.215556,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,25.85,3.291249,30.1,"2013-08-14 00:00",30,"2013-08-08 00:00",30,"2013-08-20 00:00",29.9,"2013-06-21 00:00","","","","",30.1,30.1,30,29.7,28.7,26.5,21,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68106",1,25.794222,-80.215556,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,45,61,0,5,"","","Certification not required",0,761.533582,2.373936,767,"2013-01-28 00:00",767,"2013-02-18 00:00",767,"2013-03-29 00:00",766,"2013-01-10 00:00","","","","",767,766,766,765,763,762,759,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68106",2,25.794222,-80.215556,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,761.119048,2.510489,767,"2013-01-28 00:00",767,"2013-03-29 00:00",766,"2013-01-10 00:00",764,"2013-03-05 00:00","","","","",767,767,766,763,762,761,758,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68107",1,25.794222,-80.215556,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,45,61,0,5,"","","Certification not required",0,765.261194,2.250024,771,"2013-02-17 00:00",771,"2013-02-18 00:00",770,"2013-01-10 00:00",770,"2013-01-23 00:00","","","","",770,770,769,768,767,765,763,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68107",2,25.794222,-80.215556,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,764.690476,2.561327,771,"2013-01-28 00:00",770,"2013-01-10 00:00",770,"2013-03-29 00:00",768,"2013-01-22 00:00","","","","",771,771,770,767,766,765,762,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68108",1,25.794222,-80.215556,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,45,61,0,5,"","","Certification not required",0,763.384328,2.241433,769,"2013-02-18 00:00",768,"2013-01-10 00:00",768,"2013-01-23 00:00",768,"2013-01-24 00:00","","","","",768,768,767,766,765,763,761,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68108",2,25.794222,-80.215556,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,762.833333,2.59377,769,"2013-01-28 00:00",768,"2013-01-10 00:00",768,"2013-03-29 00:00",766,"2013-03-05 00:00","","","","",769,769,768,765,764,763,760,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","68109",1,25.794222,-80.215556,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",268,100,45,61,0,5,"","","Certification not required",0,1437.791045,4.7979,1440,"2013-01-04 00:00",1440,"2013-01-05 00:00",1440,"2013-01-10 00:00",1440,"2013-01-11 00:00","","","","",1440,1440,1440,1440,1439,1439,1432,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","68109",2,25.794222,-80.215556,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",42,69,42,61,0,3,"","","Certification not required",0,1439.761905,1.393531,1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2014-02-05" +"12","086","1016","81102",1,25.794222,-80.215556,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,24.533333,11.837153,70,"2013-07-21 00:00",62,"2013-09-13 00:00",57,"2013-06-21 00:00",35,"2013-05-16 00:00","","","","",70,70,57,33,27,21,15,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","81102",2,25.794222,-80.215556,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,23.8,10.618594,60,"2013-07-21 00:00",60,"2013-09-13 00:00",54,"2013-06-21 00:00",33,"2013-03-29 00:00","","","","",60,60,54,33,26,20,15,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","88101",1,25.794222,-80.215556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,4,0,0,"Certification not required",0,7.00855,2.642753,16.2,"2013-09-14 00:00",16,"2013-09-13 00:00",15.7,"2013-07-21 00:00",15.5,"2013-06-19 00:00","","","","",15.7,14.6,12.5,10.5,8.3,6.4,4.2,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","88101",1,25.794222,-80.215556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,4,"","","Certification not required",0,7.00855,2.642753,16.2,"2013-09-14 00:00",16,"2013-09-13 00:00",15.7,"2013-07-21 00:00",15.5,"2013-06-19 00:00","","","","",15.7,14.6,12.5,10.5,8.3,6.4,4.2,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","88101",2,25.794222,-80.215556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,7.343902,2.616777,16,"2013-09-13 00:00",14.8,"2013-07-21 00:00",11.9,"2013-06-21 00:00",10.2,"2013-01-22 00:00","","","","",16,16,11.9,10,8.8,6.5,5,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","88101",2,25.794222,-80.215556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,"","","Certification not required",0,7.343902,2.616777,16,"2013-09-13 00:00",14.8,"2013-07-21 00:00",11.9,"2013-06-21 00:00",10.2,"2013-01-22 00:00","","","","",16,16,11.9,10,8.8,6.5,5,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","88502",3,25.794222,-80.215556,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6480,74,271,365,0,72,"","","Certification not required",0,10.454599,4.850284,45.6,"2013-07-21 10:00",43.5,"2013-01-02 08:00",37.2,"2013-09-14 07:00",35.9,"2013-08-12 07:00","","","","",26.7,24.3,20.1,16.6,12.6,9.5,5.6,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","1016","88502",3,25.794222,-80.215556,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,10.402952,3.518247,26.5,"2013-09-14 00:00",24.9,"2013-09-13 00:00",24.4,"2013-06-19 00:00",23.7,"2013-07-21 00:00","","","","",24.4,21.9,18.3,14.3,11.7,9.4,7.2,"Miami Fire Station","NW 20 ST AND 12 AVE,FIRE STATION","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","4002","42101",1,25.798333,-80.210278,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6531,75,273,365,0,21,0,0,"Certification not required",6340,0.262303,0.079901,1.6,"2013-01-02 07:00",1.4,"2013-01-25 23:00",1.4,"2013-08-04 00:00",1.3,"2013-08-04 03:00","","","","",0.7,0.5,0.25,0.25,0.25,0.25,0.25,"","METRO ANNEX 864 NW 3RD STREET","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","4002","42101",1,25.798333,-80.210278,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6537,75,273,365,0,0,0,0,"Certification not required",0,0.307679,0.049499,1.2,"2013-08-04 04:00",1.2,"2013-08-04 05:00",1.2,"2013-08-04 06:00",1.1,"2013-08-04 03:00",1.2,"2013-08-04 04:00",0.9,"2013-01-02 07:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"","METRO ANNEX 864 NW 3RD STREET","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","4002","42601",2,25.798333,-80.210278,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7090,81,292,365,0,815,"","","Certification not required",0,2.430042,7.705302,149,"2013-01-02 07:00",104,"2013-01-02 06:00",104,"2013-10-18 06:00",99,"2013-01-02 08:00","","","","",44,25,10,5,2,0,0,"","METRO ANNEX 864 NW 3RD STREET","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","086","4002","42602",2,25.798333,-80.210278,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5938,68,244,365,0,614,0,"","Certification not required",0,18.635246,9.824915,51,"2013-03-04 21:00",49,"2013-03-08 21:00",47,"2013-03-05 00:00",47,"2013-03-22 06:00","","","","",47,46,36,31,25,18,7,"","METRO ANNEX 864 NW 3RD STREET","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","4002","42602",2,25.798333,-80.210278,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5938,68,244,365,0,614,"","","Certification not required",0,7.701583,6.734894,51,"2013-03-04 21:00",51,"2013-03-04 22:00",49,"2013-03-04 23:00",49,"2013-03-08 21:00","","","","",34,28,21,16,10,6,2,"","METRO ANNEX 864 NW 3RD STREET","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","4002","42603",2,25.798333,-80.210278,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7090,81,292,365,0,815,"","","Certification not required",0,10.066573,12.698688,182,"2013-01-02 07:00",137,"2013-01-02 06:00",133,"2013-03-05 08:00",131,"2013-01-02 08:00","","","","",69,50,32,21,12,7,1,"","METRO ANNEX 864 NW 3RD STREET","Florida","Miami-Dade","Miami","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-26" +"12","086","6001","68101",1,25.471944,-80.482778,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",261,100,45,61,0,12,"","","Certification not required",0,0.589655,0.077013,0.7,"2013-01-17 00:00",0.7,"2013-02-20 00:00",0.7,"2013-02-24 00:00",0.7,"2013-02-26 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.6,0.5,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68102",1,25.471944,-80.482778,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",261,100,45,61,0,12,"","","Certification not required",0,23.971264,0.116264,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.9,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68103",1,25.471944,-80.482778,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",261,100,45,61,0,12,"","","Certification not required",0,20.745594,4.405289,27.3,"2013-08-08 00:00",27.3,"2013-08-11 00:00",26.7,"2013-09-05 00:00",26.5,"2013-08-13 00:00","","","","",26.7,26.3,25.5,24.9,24,22.3,14.2,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68104",1,25.471944,-80.482778,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",261,100,45,61,0,12,"","","Certification not required",0,29.670881,3.410503,36.6,"2013-08-04 00:00",35.5,"2013-07-24 00:00",35.4,"2013-08-05 00:00",35.3,"2013-06-15 00:00","","","","",35.4,35.3,34,33,32.3,30.4,25.1,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68105",1,25.471944,-80.482778,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",261,100,45,61,0,12,"","","Certification not required",0,24.850575,3.655719,29.4,"2013-07-24 00:00",29.4,"2013-08-11 00:00",29.3,"2013-07-26 00:00",29.3,"2013-08-17 00:00","","","","",29.3,29.2,29,28.6,27.6,25.9,19.3,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68106",1,25.471944,-80.482778,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",261,100,45,61,0,12,"","","Certification not required",0,762.114943,2.391131,768,"2013-01-24 00:00",768,"2013-01-28 00:00",767,"2013-01-05 00:00",767,"2013-01-10 00:00","","","","",767,767,766,765,763,762,759,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68107",1,25.471944,-80.482778,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",261,100,45,61,0,12,"","","Certification not required",0,765.854406,2.327484,772,"2013-01-28 00:00",771,"2013-01-10 00:00",771,"2013-01-23 00:00",771,"2013-01-24 00:00","","","","",771,771,770,769,767,766,763,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68108",1,25.471944,-80.482778,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",261,100,45,61,0,12,"","","Certification not required",0,763.942529,2.282153,769,"2013-01-10 00:00",769,"2013-01-23 00:00",769,"2013-01-24 00:00",769,"2013-01-25 00:00","","","","",769,769,768,767,765,764,761,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","68109",1,25.471944,-80.482778,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",261,100,45,61,0,12,"","","Certification not required",0,1437.183908,7.027192,1440,"2013-01-05 00:00",1440,"2013-01-06 00:00",1440,"2013-01-07 00:00",1440,"2013-01-11 00:00","","","","",1440,1440,1440,1440,1439,1439,1432,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","88101",1,25.471944,-80.482778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,12,0,0,"Certification not required",0,6.028352,2.719594,15,"2013-09-14 00:00",14.6,"2013-07-22 00:00",14.4,"2013-04-02 00:00",14.3,"2013-01-27 00:00","","","","",14.4,14,11.9,9.2,7.4,5.3,3.3,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","88101",1,25.471944,-80.482778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,12,"","","Certification not required",0,6.028352,2.719594,15,"2013-09-14 00:00",14.6,"2013-07-22 00:00",14.4,"2013-04-02 00:00",14.3,"2013-01-27 00:00","","","","",14.4,14,11.9,9.2,7.4,5.3,3.3,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","88502",3,25.471944,-80.482778,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6359,73,265,365,0,193,"","","Certification not required",0,8.732914,4.979613,110.9,"2013-01-01 00:00",56.1,"2013-07-04 21:00",55.2,"2013-07-04 22:00",45.4,"2013-04-03 01:00","","","","",24.2,22.2,18.6,14.8,10.7,7.7,3.9,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","086","6001","88502",3,25.471944,-80.482778,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,8.707925,3.345097,22.9,"2013-09-14 00:00",21.5,"2013-07-22 00:00",20.5,"2013-09-13 00:00",20,"2013-07-21 00:00","","","","",20.5,18.9,16,12.9,10,7.9,5.6,"HOMESTEAD FIRE STATION","FIRE STATION 325 NW 2ND ST","Florida","Miami-Dade","Homestead","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","089","0005","42401",1,30.658552,-81.463168,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6447,74,270,365,0,105,1,"","Certification not required",0,6.448148,11.239332,76,"2013-05-24 11:00",70,"2013-02-01 18:00",60,"2013-01-22 20:00",60,"2013-04-01 20:00","","","","",60,42,28,20,8,2,0,"","5TH ST.N.OF LIME AVE.","Florida","Nassau","Fernandina Beach","Jacksonville, FL","2013-11-12" +"12","089","0005","42401",1,30.658552,-81.463168,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6447,74,270,365,0,105,"","","Certification not required",0,0.476501,4.405772,76,"2013-05-24 11:00",74,"2013-05-24 13:00",73,"2013-05-24 14:00",70,"2013-02-01 18:00","","","","",20,13,5,2,0,-1,-2,"","5TH ST.N.OF LIME AVE.","Florida","Nassau","Fernandina Beach","Jacksonville, FL","2013-11-12" +"12","089","0005","42401",1,30.658552,-81.463168,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,0.477778,2.550462,20.2,"2013-05-24 00:00",14.4,"2013-01-21 00:00",12.8,"2013-01-22 00:00",9.8,"2013-02-01 00:00","","","","",12.8,8.9,5.7,2.5,0.8,-0.2,-1.4,"","5TH ST.N.OF LIME AVE.","Florida","Nassau","Fernandina Beach","Jacksonville, FL","2013-11-12" +"12","089","0005","42401",1,30.658552,-81.463168,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2124,73,266,365,0,0,"",0,"Certification not required",0,0.482627,3.926142,64.6,"2013-05-24 14:00",58.6,"2013-02-01 20:00",40.6,"2013-05-24 11:00",37.6,"2013-01-22 20:00","","","","",18.3,12.3,5.6,2.6,0.3,-0.3,-1.6,"","5TH ST.N.OF LIME AVE.","Florida","Nassau","Fernandina Beach","Jacksonville, FL","2013-11-12" +"12","089","0005","42401",5,30.658552,-81.463168,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",75160,71,270,365,0,3464,"","","Certification not required",0,0.456998,5.107973,196,"2013-05-24 14:20",183,"2013-05-24 12:00",165,"2013-05-24 11:05",150,"2013-05-24 11:40","","","","",21,13,5,2,0,-1,-2,"","5TH ST.N.OF LIME AVE.","Florida","Nassau","Fernandina Beach","Jacksonville, FL","2013-11-12" +"12","089","0010","88502",1,30.62695,-81.535807,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6157,70,257,365,0,395,"","","Certification not required",0,8.816826,4.707638,54.9,"2013-03-22 02:00",49.1,"2013-03-22 03:00",40.9,"2013-05-11 14:00",40.8,"2013-08-29 14:00","","","","",24.4,21.4,17.3,14.6,10.9,7.9,4,"","96160 Nassau Place, Yulee, FL 32097","Florida","Nassau","Yulee","Jacksonville, FL","2013-11-12" +"12","089","0010","88502",1,30.62695,-81.535807,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,8.761868,3.305054,20.6,"2013-01-24 00:00",20.1,"2013-08-29 00:00",19.6,"2013-09-14 00:00",19.3,"2013-08-11 00:00","","","","",19.6,18.5,15.7,13.3,10.2,7.9,5.4,"","96160 Nassau Place, Yulee, FL 32097","Florida","Nassau","Yulee","Jacksonville, FL","2013-11-12" +"12","091","0002","44201",1,30.426533,-86.666217,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6225,84,207,245,0,327,0,0,"Certification not required",240,0.043024,0.011402,0.069,"2013-05-08 19:00",0.065,"2013-03-29 15:00",0.065,"2013-03-30 12:00",0.065,"2013-04-26 13:00","","","","",0.065,0.065,0.063,0.059,0.051,0.046,0.035,"","720 Lovejoy Rd","Florida","Okaloosa","Fort Walton Beach","Fort Walton Beach-Crestview-Destin, FL","2013-11-14" +"12","091","0002","44201",1,30.426533,-86.666217,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6208,84,207,245,0,0,0,0,"Certification not required",0,0.038531,0.01099,0.066,"2013-05-08 16:00",0.063,"2013-03-29 10:00",0.063,"2013-03-30 09:00",0.062,"2013-04-26 10:00","","","","",0.063,0.062,0.056,0.053,0.046,0.041,0.03,"","720 Lovejoy Rd","Florida","Okaloosa","Fort Walton Beach","Fort Walton Beach-Crestview-Destin, FL","2013-11-14" +"12","091","0002","44201",1,30.426533,-86.666217,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6208,84,207,245,0,0,0,0,"Certification not required",0,0.038531,0.01099,0.066,"2013-05-08 16:00",0.063,"2013-03-29 10:00",0.063,"2013-03-30 09:00",0.062,"2013-04-26 10:00","","","","",0.063,0.062,0.056,0.053,0.046,0.041,0.03,"","720 Lovejoy Rd","Florida","Okaloosa","Fort Walton Beach","Fort Walton Beach-Crestview-Destin, FL","2013-11-14" +"12","091","0002","81102",3,30.426533,-86.666217,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5751,66,239,365,0,105,"","","Certification not required",0,16.04521,8.675946,78,"2013-02-01 13:00",64,"2013-06-11 09:00",64,"2013-06-12 09:00",64,"2013-06-12 17:00","","","","",46,39,32,27,20,15,7,"","720 Lovejoy Rd","Florida","Okaloosa","Fort Walton Beach","Fort Walton Beach-Crestview-Destin, FL","2013-11-14" +"12","091","0002","81102",3,30.426533,-86.666217,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",239,65,239,365,0,0,0,0,"Certification not required",0,15.556485,6.033167,43,"2013-06-12 00:00",37,"2013-06-13 00:00",37,"2013-06-24 00:00",35,"2013-07-24 00:00","","","","",37,33,26,23,19,15,9,"","720 Lovejoy Rd","Florida","Okaloosa","Fort Walton Beach","Fort Walton Beach-Crestview-Destin, FL","2013-11-14" +"12","095","0008","44201",1,28.454167,-81.381389,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6263,84,206,245,0,289,0,0,"Certification not required",548,0.043369,0.013968,0.116,"2013-02-13 08:00",0.088,"2013-08-24 13:00",0.087,"2013-04-25 16:00",0.078,"2013-04-15 15:00","","","","",0.087,0.075,0.068,0.063,0.056,0.046,0.034,"","7055 WINEGARD RD., ORLANDO","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-11-26" +"12","095","0008","44201",1,28.454167,-81.381389,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6242,83,204,245,0,0,0,0,"Certification not required",0,0.037275,0.012834,0.073,"2013-04-25 10:00",0.066,"2013-03-29 10:00",0.065,"2013-03-28 11:00",0.064,"2013-03-30 10:00","","","","",0.065,0.064,0.06,0.056,0.049,0.04,0.028,"","7055 WINEGARD RD., ORLANDO","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-11-26" +"12","095","0008","44201",1,28.454167,-81.381389,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6242,83,204,245,0,0,0,0,"Certification not required",0,0.037275,0.012834,0.073,"2013-04-25 10:00",0.066,"2013-03-29 10:00",0.065,"2013-03-28 11:00",0.064,"2013-03-30 10:00","","","","",0.065,0.064,0.06,0.056,0.049,0.04,0.028,"","7055 WINEGARD RD., ORLANDO","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-11-26" +"12","095","1004","82102",2,28.550833,-81.345556,"NAD27","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.516364,0.250305,1.25,"2013-01-22 00:00",0.89,"2013-02-03 00:00",0.86,"2013-04-04 00:00",0.7,"2013-08-14 00:00","","","","",1.25,1.25,0.89,0.86,0.6,0.54,0.25,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82103",2,28.550833,-81.345556,"NAD27","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.772273,0.675658,3.2,"2013-02-03 00:00",1.94,"2013-08-02 00:00",1.27,"2013-07-21 00:00",1.08,"2013-06-03 00:00","","","","",3.2,3.2,1.94,1.27,0.88,0.53,0.28,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82105",2,28.550833,-81.345556,"NAD27","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.004545,0.005958,0.02,"2013-06-03 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-27 00:00",0.01,"2013-04-28 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0,0,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82110",2,28.550833,-81.345556,"NAD27","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.083182,0.049511,0.23,"2013-02-03 00:00",0.18,"2013-08-14 00:00",0.15,"2013-01-22 00:00",0.12,"2013-02-15 00:00","","","","",0.23,0.23,0.18,0.15,0.09,0.07,0.04,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82112",2,28.550833,-81.345556,"NAD27","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,2.096364,0.306758,3.19,"2013-05-22 00:00",2.4,"2013-06-03 00:00",2.39,"2013-08-14 00:00",2.26,"2013-01-22 00:00","","","","",3.19,3.19,2.4,2.39,2.2,2.06,1.84,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82113",2,28.550833,-81.345556,"NAD27","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.081364,0.057096,0.28,"2013-06-03 00:00",0.2,"2013-08-14 00:00",0.12,"2013-06-15 00:00",0.1,"2013-07-21 00:00","","","","",0.28,0.28,0.2,0.12,0.09,0.06,0.04,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82128",2,28.550833,-81.345556,"NAD27","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.001136,0.000579,0.0026,"2013-01-22 00:00",0.0021,"2013-02-03 00:00",0.0021,"2013-05-10 00:00",0.0016,"2013-02-15 00:00","","","","",0.0026,0.0026,0.0021,0.0021,0.0015,0.0011,0.0005,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82132",2,28.550833,-81.345556,"NAD27","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,2.612273,1.630895,7.19,"2013-06-03 00:00",5.58,"2013-08-14 00:00",4.84,"2013-06-15 00:00",4.06,"2013-01-22 00:00","","","","",7.19,7.19,5.58,4.84,3.26,2.25,1.03,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82136",2,28.550833,-81.345556,"NAD27","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.820455,0.282649,1.65,"2013-05-10 00:00",1.3,"2013-01-10 00:00",1.13,"2013-03-23 00:00",1.01,"2013-04-04 00:00","","","","",1.65,1.65,1.3,1.13,0.94,0.78,0.52,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82142",2,28.550833,-81.345556,"NAD27","Mercury PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.01,0,0.01,"2013-01-10 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-03 00:00",0.01,"2013-02-15 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","1004","82154",2,28.550833,-81.345556,"NAD27","Selenium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,21,31,0,0,"","","Certification not required",0,0.402727,0.14515,0.67,"2013-05-10 00:00",0.62,"2013-01-22 00:00",0.62,"2013-02-15 00:00",0.59,"2013-05-22 00:00","","","","",0.67,0.67,0.62,0.62,0.5,0.38,0.25,"","595 N PRIMROSE AVE ORLANDO FLA","Florida","Orange","Orlando","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","42101",1,28.596389,-81.3625,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6476,74,273,365,0,76,0,0,"Certification not required",5305,0.304795,0.123165,1.1,"2013-01-27 00:00",1.1,"2013-01-27 01:00",1,"2013-01-26 20:00",1,"2013-01-26 23:00","","","","",0.7,0.7,0.6,0.5,0.25,0.25,0.25,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42101",1,28.596389,-81.3625,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6503,74,269,365,0,0,0,0,"Certification not required",0,0.341765,0.094184,1,"2013-01-27 03:00",0.9,"2013-01-27 01:00",0.9,"2013-01-27 02:00",0.9,"2013-01-27 04:00",1,"2013-01-27 03:00",0.9,"2013-02-18 04:00",0.7,0.6,0.6,0.5,0.3,0.3,0.3,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42401",1,28.596389,-81.3625,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6438,73,272,365,0,114,0,"","Certification not required",0,0.25,0.679157,5,"2013-03-15 10:00",4,"2013-03-17 08:00",3,"2013-01-31 11:00",3,"2013-07-12 09:00","","","","",3,2,2,1,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42401",1,28.596389,-81.3625,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6438,73,272,365,0,114,"","","Certification not required",0,-0.039919,0.315992,5,"2013-03-15 10:00",4,"2013-03-17 08:00",3,"2013-01-31 11:00",3,"2013-03-17 09:00","","","","",1,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42401",1,28.596389,-81.3625,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,-0.043015,0.231685,0.4,"2013-08-16 00:00",0.3,"2013-01-23 00:00",0.3,"2013-02-21 00:00",0.3,"2013-03-15 00:00","","","","",0.3,0.3,0.2,0.1,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42401",1,28.596389,-81.3625,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2117,73,270,365,0,0,"",0,"Certification not required",0,-0.040293,0.27389,2.6,"2013-03-15 11:00",2,"2013-07-12 11:00",1.6,"2013-05-05 20:00",1.6,"2013-08-16 08:00","","","","",0.6,0.3,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42401",5,28.596389,-81.3625,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",77079,73,271,365,0,1545,"","","Certification not required",0,-0.026933,0.42098,28,"2013-01-31 11:00",12,"2013-03-17 08:50",12,"2013-03-17 08:55",11,"2013-03-15 09:55","","","","",1,1,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42601",1,28.596389,-81.3625,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6019,69,249,365,0,533,"","","Certification not required",0,0.52434,2.230085,42,"2013-02-05 08:00",42,"2013-08-02 06:00",39,"2013-04-25 06:00",37,"2013-07-29 06:00","","","","",10,6,3,1,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42602",1,28.596389,-81.3625,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6019,69,249,365,0,533,0,"","Certification not required",0,12.116466,8.048648,42,"2013-01-25 19:00",40,"2013-02-01 19:00",39,"2013-02-02 19:00",39,"2013-02-05 19:00","","","","",39,35,30,23,15,10,4,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42602",1,28.596389,-81.3625,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6019,69,249,365,0,533,"","","Certification not required",0,4.471175,4.92644,42,"2013-01-25 19:00",40,"2013-02-01 19:00",40,"2013-02-01 20:00",39,"2013-02-02 19:00","","","","",26,21,14,10,5,3,1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","42603",1,28.596389,-81.3625,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6019,69,249,365,0,533,"","","Certification not required",0,5.408872,6.428206,73,"2013-02-05 08:00",64,"2013-02-01 20:00",62,"2013-04-25 06:00",57,"2013-08-02 06:00","","","","",35,26,17,11,6,3,1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","43207",1,28.596389,-81.3625,"NAD83","Freon 113","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.143379,0.018025,0.186,"2013-02-15 00:00",0.184,"2013-02-21 00:00",0.162,"2013-04-10 00:00",0.16,"2013-04-04 00:00","","","","",0.186,0.186,0.184,0.162,0.148,0.144,0.126,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43208",1,28.596389,-81.3625,"NAD83","Freon 114","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.037517,0.006833,0.048,"2013-05-28 00:00",0.046,"2013-04-10 00:00",0.046,"2013-05-16 00:00",0.042,"2013-02-27 00:00","","","","",0.048,0.048,0.046,0.046,0.04,0.04,0.034,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43218",1,28.596389,-81.3625,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.064828,0.039966,0.16,"2013-01-22 00:00",0.14,"2013-03-11 00:00",0.13,"2013-02-03 00:00",0.12,"2013-04-04 00:00","","","","",0.16,0.16,0.14,0.13,0.08,0.06,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43502",6,28.596389,-81.3625,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.482222,1.149958,7.3,"2013-06-09 00:00",3,"2013-09-13 00:00",2.8,"2013-06-27 00:00",2.7,"2013-07-27 00:00","","","","",7.3,7.3,2.8,2.5,1.8,1.5,0.4,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43503",6,28.596389,-81.3625,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.884444,1.346537,6.6,"2013-03-17 00:00",5.7,"2013-03-05 00:00",5.3,"2013-03-29 00:00",3.6,"2013-02-21 00:00","","","","",6.6,6.6,5.3,3.6,2.1,1.4,0.8,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43504",6,28.596389,-81.3625,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.2,0.1,0.4,"2013-01-22 00:00",0.4,"2013-06-27 00:00",0.4,"2013-08-14 00:00",0.3,"2013-01-16 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43505",1,28.596389,-81.3625,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.357931,0.143013,0.7,"2013-06-27 00:00",0.66,"2013-04-22 00:00",0.58,"2013-02-21 00:00",0.57,"2013-03-11 00:00","","","","",0.7,0.7,0.66,0.58,0.42,0.32,0.19,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43510",6,28.596389,-81.3625,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.158844,0.136509,0.72,"2013-06-09 00:00",0.712,"2013-04-10 00:00",0.432,"2013-01-22 00:00",0.236,"2013-01-16 00:00","","","","",0.72,0.72,0.432,0.224,0.144,0.128,0.076,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43513",6,28.596389,-81.3625,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43517",6,28.596389,-81.3625,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.112605,0.211135,1.434,"2013-06-09 00:00",0.258,"2013-01-22 00:00",0.21,"2013-01-16 00:00",0.126,"2013-04-10 00:00","","","","",1.434,1.434,0.21,0.126,0.102,0.078,0.036,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43518",6,28.596389,-81.3625,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",4,0.07314,0.07171,0.48,"2013-06-09 00:00",0.155,"2013-01-22 00:00",0.135,"2013-04-10 00:00",0.115,"2013-06-27 00:00","","","","",0.48,0.48,0.135,0.105,0.09,0.065,0.015,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43528",6,28.596389,-81.3625,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.652089,0.460659,1.824,"2013-06-27 00:00",1.464,"2013-07-27 00:00",1.392,"2013-08-02 00:00",1.368,"2013-09-13 00:00","","","","",1.824,1.824,1.392,1.332,0.964,0.696,0.092,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43551",6,28.596389,-81.3625,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.2004,0.970407,5.52,"2013-03-29 00:00",4.05,"2013-01-22 00:00",2.847,"2013-03-05 00:00",2.391,"2013-02-16 00:00","","","","",5.52,5.52,2.847,2.142,1.29,0.873,0.507,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43552",6,28.596389,-81.3625,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.351182,0.33975,2.204,"2013-06-09 00:00",0.916,"2013-01-22 00:00",0.744,"2013-06-15 00:00",0.656,"2013-06-03 00:00","","","","",2.204,2.204,0.744,0.592,0.404,0.28,0.108,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","43704",1,28.596389,-81.3625,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43801",1,28.596389,-81.3625,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.638621,0.064571,0.76,"2013-05-10 00:00",0.75,"2013-06-27 00:00",0.74,"2013-06-21 00:00",0.7,"2013-04-16 00:00","","","","",0.76,0.76,0.75,0.74,0.69,0.64,0.54,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43802",1,28.596389,-81.3625,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.107241,0.020684,0.17,"2013-02-03 00:00",0.16,"2013-03-05 00:00",0.13,"2013-02-21 00:00",0.13,"2013-04-04 00:00","","","","",0.17,0.17,0.16,0.13,0.11,0.1,0.09,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43803",1,28.596389,-81.3625,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.026207,0.007752,0.05,"2013-06-21 00:00",0.04,"2013-03-29 00:00",0.04,"2013-05-10 00:00",0.03,"2013-01-16 00:00","","","","",0.05,0.05,0.04,0.04,0.03,0.02,0.02,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43804",1,28.596389,-81.3625,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.083103,0.007608,0.1,"2013-02-27 00:00",0.1,"2013-03-05 00:00",0.1,"2013-04-04 00:00",0.1,"2013-04-10 00:00","","","","",0.1,0.1,0.1,0.1,0.08,0.08,0.08,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43811",1,28.596389,-81.3625,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.246931,0.040449,0.311,"2013-04-04 00:00",0.309,"2013-04-10 00:00",0.308,"2013-01-22 00:00",0.3,"2013-02-09 00:00","","","","",0.311,0.311,0.309,0.308,0.261,0.243,0.183,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43812",1,28.596389,-81.3625,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.003793,0.011469,0.04,"2013-04-04 00:00",0.04,"2013-04-10 00:00",0.03,"2013-03-29 00:00",0,"2013-01-04 00:00","","","","",0.04,0.04,0.04,0.03,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43813",1,28.596389,-81.3625,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43814",1,28.596389,-81.3625,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.011379,0.003509,0.02,"2013-02-27 00:00",0.02,"2013-03-05 00:00",0.02,"2013-04-22 00:00",0.02,"2013-05-28 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.01,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43815",1,28.596389,-81.3625,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.036207,0.009416,0.05,"2013-01-22 00:00",0.05,"2013-02-27 00:00",0.05,"2013-03-05 00:00",0.05,"2013-03-29 00:00","","","","",0.05,0.05,0.05,0.05,0.04,0.04,0.02,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43817",1,28.596389,-81.3625,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.035172,0.043885,0.17,"2013-03-29 00:00",0.17,"2013-04-22 00:00",0.07,"2013-03-05 00:00",0.06,"2013-02-15 00:00","","","","",0.17,0.17,0.17,0.07,0.05,0.03,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43818",1,28.596389,-81.3625,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.008621,0.013555,0.04,"2013-04-16 00:00",0.04,"2013-04-22 00:00",0.03,"2013-04-28 00:00",0.03,"2013-05-04 00:00","","","","",0.04,0.04,0.04,0.03,0.01,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43819",1,28.596389,-81.3625,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.004483,0.005724,0.02,"2013-03-11 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43820",1,28.596389,-81.3625,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43823",1,28.596389,-81.3625,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.48531,0.049408,0.639,"2013-04-10 00:00",0.549,"2013-04-04 00:00",0.536,"2013-05-16 00:00",0.534,"2013-03-29 00:00","","","","",0.639,0.639,0.549,0.536,0.507,0.492,0.42,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43824",1,28.596389,-81.3625,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43826",1,28.596389,-81.3625,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43829",1,28.596389,-81.3625,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43830",1,28.596389,-81.3625,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.001379,0.007428,0.04,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.04,0.04,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43831",1,28.596389,-81.3625,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.002069,0.011142,0.06,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.06,0.06,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43839",1,28.596389,-81.3625,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43843",1,28.596389,-81.3625,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43844",1,28.596389,-81.3625,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.067586,0.032913,0.12,"2013-04-16 00:00",0.12,"2013-04-22 00:00",0.12,"2013-04-28 00:00",0.12,"2013-05-04 00:00","","","","",0.12,0.12,0.12,0.12,0.08,0.06,0.02,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","43860",1,28.596389,-81.3625,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000345,0.001857,0.01,"2013-04-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","44201",1,28.596389,-81.3625,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6453,86,211,245,0,99,0,0,"Certification not required",316,0.042616,0.01305,0.075,"2013-04-25 13:00",0.07,"2013-05-09 14:00",0.07,"2013-05-16 14:00",0.069,"2013-03-29 16:00","","","","",0.07,0.069,0.066,0.062,0.053,0.045,0.035,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","44201",1,28.596389,-81.3625,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6479,85,209,245,0,0,0,0,"Certification not required",0,0.037416,0.012584,0.068,"2013-04-25 10:00",0.066,"2013-03-30 10:00",0.065,"2013-03-29 11:00",0.063,"2013-03-16 11:00","","","","",0.065,0.063,0.059,0.056,0.049,0.04,0.03,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","44201",1,28.596389,-81.3625,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6479,85,209,245,0,0,0,0,"Certification not required",0,0.037416,0.012584,0.068,"2013-04-25 10:00",0.066,"2013-03-30 10:00",0.065,"2013-03-29 11:00",0.063,"2013-03-16 11:00","","","","",0.065,0.063,0.059,0.056,0.049,0.04,0.03,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","45109",1,28.596389,-81.3625,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.702414,0.309558,1.49,"2013-06-21 00:00",1.27,"2013-01-16 00:00",1.24,"2013-01-22 00:00",1.17,"2013-06-27 00:00","","","","",1.49,1.49,1.27,1.24,0.89,0.64,0.35,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45201",1,28.596389,-81.3625,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.72331,0.299514,1.596,"2013-01-22 00:00",1.17,"2013-03-29 00:00",1.128,"2013-02-03 00:00",1.062,"2013-01-16 00:00","","","","",1.596,1.596,1.17,1.128,0.918,0.714,0.378,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45202",1,28.596389,-81.3625,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.653793,0.765214,3.31,"2013-06-27 00:00",3.16,"2013-02-03 00:00",3.14,"2013-06-21 00:00",3.11,"2013-01-16 00:00","","","","",3.31,3.31,3.16,3.14,1.86,1.6,0.77,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45203",1,28.596389,-81.3625,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.252414,0.099988,0.5,"2013-06-21 00:00",0.47,"2013-01-16 00:00",0.45,"2013-01-22 00:00",0.36,"2013-06-27 00:00","","","","",0.5,0.5,0.47,0.45,0.3,0.22,0.14,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45204",1,28.596389,-81.3625,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.282759,0.116861,0.59,"2013-06-21 00:00",0.52,"2013-01-16 00:00",0.47,"2013-01-22 00:00",0.45,"2013-06-27 00:00","","","","",0.59,0.59,0.52,0.47,0.35,0.26,0.14,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45207",1,28.596389,-81.3625,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.121345,0.078188,0.405,"2013-01-16 00:00",0.297,"2013-03-17 00:00",0.189,"2013-04-22 00:00",0.189,"2013-05-10 00:00","","","","",0.405,0.405,0.297,0.189,0.153,0.099,0.054,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45208",1,28.596389,-81.3625,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.331138,0.131491,0.639,"2013-06-21 00:00",0.612,"2013-06-27 00:00",0.504,"2013-01-16 00:00",0.486,"2013-01-22 00:00","","","","",0.639,0.639,0.612,0.504,0.423,0.315,0.18,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45220",1,28.596389,-81.3625,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.121034,0.085371,0.42,"2013-01-16 00:00",0.29,"2013-04-22 00:00",0.24,"2013-06-27 00:00",0.21,"2013-05-10 00:00","","","","",0.42,0.42,0.29,0.24,0.14,0.11,0.04,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45501",6,28.596389,-81.3625,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.181533,0.134957,0.854,"2013-06-09 00:00",0.455,"2013-04-10 00:00",0.308,"2013-01-16 00:00",0.308,"2013-08-14 00:00","","","","",0.854,0.854,0.308,0.294,0.21,0.175,0.049,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","45503",6,28.596389,-81.3625,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","45504",6,28.596389,-81.3625,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",14,0.102359,0.079603,0.272,"2013-08-02 00:00",0.248,"2013-06-09 00:00",0.232,"2013-06-27 00:00",0.224,"2013-07-27 00:00","","","","",0.272,0.272,0.248,0.224,0.144,0.112,0.016,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-12-03" +"12","095","2002","45801",1,28.596389,-81.3625,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.018966,0.017997,0.05,"2013-04-16 00:00",0.05,"2013-04-22 00:00",0.05,"2013-04-28 00:00",0.05,"2013-05-04 00:00","","","","",0.05,0.05,0.05,0.05,0.03,0.01,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45805",1,28.596389,-81.3625,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",8,0.049655,0.039569,0.12,"2013-04-16 00:00",0.12,"2013-04-22 00:00",0.12,"2013-04-28 00:00",0.12,"2013-05-04 00:00","","","","",0.12,0.12,0.12,0.12,0.054,0.036,0.012,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45806",1,28.596389,-81.3625,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.042759,0.037407,0.11,"2013-04-16 00:00",0.11,"2013-04-22 00:00",0.11,"2013-05-04 00:00",0.11,"2013-05-10 00:00","","","","",0.11,0.11,0.11,0.11,0.05,0.03,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45807",1,28.596389,-81.3625,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.072414,0.045643,0.16,"2013-05-10 00:00",0.14,"2013-04-16 00:00",0.14,"2013-04-22 00:00",0.14,"2013-04-28 00:00","","","","",0.16,0.16,0.14,0.14,0.09,0.07,0,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","45810",1,28.596389,-81.3625,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.163793,0.081346,0.41,"2013-05-22 00:00",0.28,"2013-04-16 00:00",0.27,"2013-04-22 00:00",0.27,"2013-05-04 00:00","","","","",0.41,0.41,0.28,0.27,0.25,0.13,0.1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-08" +"12","095","2002","68101",1,28.596389,-81.3625,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",262,100,45,61,0,11,"","","Certification not required",135,0.162405,0.142597,0.5,"2013-01-16 00:00",0.5,"2013-02-13 00:00",0.5,"2013-03-15 00:00",0.5,"2013-03-20 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68101",2,28.596389,-81.3625,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",23,74,23,31,0,2,"","","Certification not required",11,0.276087,0.23878,0.6,"2013-03-17 00:00",0.6,"2013-04-10 00:00",0.6,"2013-05-16 00:00",0.6,"2013-08-08 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.3,0.05,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68102",1,28.596389,-81.3625,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",262,100,45,61,0,11,"","","Certification not required",0,23.977481,0.085705,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,23.9,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68102",2,28.596389,-81.3625,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",23,74,23,31,0,2,"","","Certification not required",0,24,0,24,"2013-01-05 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68103",1,28.596389,-81.3625,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",262,100,45,61,0,11,"","","Certification not required",0,18.570229,5.778155,25.5,"2013-06-16 00:00",25.5,"2013-08-14 00:00",25.4,"2013-08-07 00:00",25.4,"2013-08-08 00:00","","","","",25.4,25,24.7,24.2,23.3,20.6,9.3,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68103",2,28.596389,-81.3625,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,2,"","","Certification not required",0,18.365217,5.507153,25.5,"2013-08-20 00:00",25.3,"2013-08-08 00:00",23.9,"2013-07-30 00:00",23.4,"2013-09-13 00:00","","","","",25.5,25.5,25.3,23.9,23.2,20,10.1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68104",1,28.596389,-81.3625,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",262,100,45,61,0,11,"","","Certification not required",0,29.615649,4.995126,37.2,"2013-08-13 00:00",36.7,"2013-08-30 00:00",36.6,"2013-08-11 00:00",36.5,"2013-09-05 00:00","","","","",36.6,36,35.4,35,33.5,30.7,22.4,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68104",2,28.596389,-81.3625,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,2,"","","Certification not required",0,29.843478,4.008494,35.3,"2013-09-13 00:00",35.2,"2013-09-01 00:00",35.1,"2013-07-30 00:00",35.1,"2013-08-20 00:00","","","","",35.3,35.3,35.2,35.1,33.9,30.7,24.6,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68105",1,28.596389,-81.3625,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",262,100,45,61,0,11,"","","Certification not required",0,23.227863,4.874693,30,"2013-08-13 00:00",29.4,"2013-08-12 00:00",29.4,"2013-08-20 00:00",29.3,"2013-08-11 00:00","","","","",29.4,29.1,28.6,28.2,27,24.9,15.4,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68105",2,28.596389,-81.3625,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,2,"","","Certification not required",0,23.369565,4.201562,29.3,"2013-08-20 00:00",29.1,"2013-08-08 00:00",28.5,"2013-07-30 00:00",28.3,"2013-09-13 00:00","","","","",29.3,29.3,29.1,28.5,26.5,24.2,16.9,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68106",1,28.596389,-81.3625,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",262,100,45,61,0,11,"","","Certification not required",0,759.057252,2.870207,766,"2013-01-23 00:00",766,"2013-01-28 00:00",765,"2013-01-10 00:00",765,"2013-01-24 00:00","","","","",765,765,764,763,761,759,755,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68106",2,28.596389,-81.3625,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,2,"","","Certification not required",0,760.086957,3.218032,766,"2013-01-28 00:00",764,"2013-01-05 00:00",764,"2013-03-29 00:00",763,"2013-07-30 00:00","","","","",766,766,764,764,761,761,756,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68107",1,28.596389,-81.3625,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",262,100,45,61,0,11,"","","Certification not required",0,763.580153,2.747215,770,"2013-01-23 00:00",770,"2013-01-28 00:00",770,"2013-02-01 00:00",770,"2013-02-18 00:00","","","","",770,769,768,767,765,764,760,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68107",2,28.596389,-81.3625,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,2,"","","Certification not required",0,764.565217,3.341558,771,"2013-01-28 00:00",770,"2013-03-29 00:00",768,"2013-01-05 00:00",768,"2013-07-30 00:00","","","","",771,771,770,768,766,765,760,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68108",1,28.596389,-81.3625,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",262,100,45,61,0,11,"","","Certification not required",0,761.385496,2.77652,768,"2013-01-23 00:00",768,"2013-01-28 00:00",768,"2013-02-18 00:00",767,"2013-01-09 00:00","","","","",768,767,766,765,763,762,758,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68108",2,28.596389,-81.3625,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,2,"","","Certification not required",0,762.217391,3.204493,767,"2013-01-28 00:00",767,"2013-03-29 00:00",766,"2013-01-05 00:00",765,"2013-07-30 00:00","","","","",767,767,767,766,764,763,758,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","68109",1,28.596389,-81.3625,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",262,100,45,61,0,11,"","","Certification not required",0,1437.320611,6.993448,1440,"2013-01-05 00:00",1440,"2013-01-06 00:00",1440,"2013-01-07 00:00",1440,"2013-01-23 00:00","","","","",1440,1440,1440,1440,1439,1439,1434,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","68109",2,28.596389,-81.3625,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",23,74,23,31,0,2,"","","Certification not required",0,1439.869565,0.34435,1440,"2013-01-05 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-03-05 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2014-02-05" +"12","095","2002","81102",1,28.596389,-81.3625,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,0,0,"Certification not required",0,14.688889,4.409815,25,"2013-03-11 00:00",24,"2013-01-22 00:00",23,"2013-02-27 00:00",22,"2013-06-15 00:00","","","","",25,25,23,20,18,14,10,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","81102",2,28.596389,-81.3625,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",46,74,45,61,0,0,0,0,"Certification not required",0,14.326087,4.04999,24,"2013-01-22 00:00",23,"2013-03-11 00:00",21,"2013-02-27 00:00",21,"2013-06-15 00:00","","","","",24,24,21,19,17,14,10,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","88101",1,28.596389,-81.3625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,11,0,0,"Certification not required",0,6.050382,2.79338,16.9,"2013-08-11 00:00",16.1,"2013-08-12 00:00",15.4,"2013-01-24 00:00",14.9,"2013-01-25 00:00","","","","",15.4,13.8,11.7,9.7,7.4,5.5,3.1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","88101",1,28.596389,-81.3625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,11,"","","Certification not required",0,6.050382,2.79338,16.9,"2013-08-11 00:00",16.1,"2013-08-12 00:00",15.4,"2013-01-24 00:00",14.9,"2013-01-25 00:00","","","","",15.4,13.8,11.7,9.7,7.4,5.5,3.1,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","88101",2,28.596389,-81.3625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,2,0,0,"Certification not required",0,5.9,2.154277,10.7,"2013-03-29 00:00",10.1,"2013-03-17 00:00",8.6,"2013-02-09 00:00",8.5,"2013-01-05 00:00","","","","",10.7,10.7,10.1,8.6,7.9,4.9,3.4,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","88101",2,28.596389,-81.3625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,2,"","","Certification not required",0,5.9,2.154277,10.7,"2013-03-29 00:00",10.1,"2013-03-17 00:00",8.6,"2013-02-09 00:00",8.5,"2013-01-05 00:00","","","","",10.7,10.7,10.1,8.6,7.9,4.9,3.4,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","88502",3,28.596389,-81.3625,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6234,71,258,365,0,318,"","","Certification not required",0,8.418415,5.161091,71.7,"2013-07-04 22:00",65.4,"2013-07-04 23:00",52.3,"2013-07-04 21:00",51.1,"2013-01-01 01:00","","","","",24.6,21.5,17.3,14.4,10.7,7.7,3.2,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","095","2002","88502",3,28.596389,-81.3625,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,8.385271,3.115172,25.7,"2013-08-11 00:00",23.9,"2013-08-12 00:00",16.8,"2013-01-24 00:00",16.8,"2013-03-08 00:00","","","","",16.8,15.2,14,12.1,9.9,7.8,5.2,"WINTER PARK","MORRIS BLVD.","Florida","Orange","Winter Park","Orlando-Kissimmee, FL","2013-11-26" +"12","097","2002","44201",1,28.347222,-81.636667,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8552,97,238,245,0,208,0,0,"Certification not required",530,0.044118,0.012356,0.08,"2013-05-14 15:00",0.074,"2013-03-29 16:00",0.073,"2013-04-02 15:00",0.07,"2013-08-06 15:00","","","","",0.073,0.068,0.066,0.062,0.055,0.047,0.039,"OSCEOLA CO. FIRE STATION NEAR WALT DISNEY WORLD WEST GATE","8706_WEST 192, KISSIMMEE","Florida","Osceola","Kissimmee","Orlando-Kissimmee, FL","2014-02-17" +"12","097","2002","44201",1,28.347222,-81.636667,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8596,97,238,245,0,0,0,0,"Certification not required",0,0.038811,0.011808,0.074,"2013-05-14 11:00",0.069,"2013-03-29 11:00",0.066,"2013-03-30 11:00",0.065,"2013-03-16 12:00","","","","",0.066,0.063,0.058,0.055,0.049,0.042,0.034,"OSCEOLA CO. FIRE STATION NEAR WALT DISNEY WORLD WEST GATE","8706_WEST 192, KISSIMMEE","Florida","Osceola","Kissimmee","Orlando-Kissimmee, FL","2014-02-17" +"12","097","2002","44201",1,28.347222,-81.636667,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8596,97,238,245,0,0,0,0,"Certification not required",0,0.038811,0.011808,0.074,"2013-05-14 11:00",0.069,"2013-03-29 11:00",0.066,"2013-03-30 11:00",0.065,"2013-03-16 12:00","","","","",0.066,0.063,0.058,0.055,0.049,0.042,0.034,"OSCEOLA CO. FIRE STATION NEAR WALT DISNEY WORLD WEST GATE","8706_WEST 192, KISSIMMEE","Florida","Osceola","Kissimmee","Orlando-Kissimmee, FL","2014-02-17" +"12","099","0009","44201",1,26.730833,-80.233889,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6401,85,208,245,0,151,0,0,"Certification not required",314,0.040697,0.01229,0.072,"2013-03-08 17:00",0.069,"2013-05-08 20:00",0.069,"2013-08-06 14:00",0.067,"2013-05-03 17:00","","","","",0.069,0.065,0.062,0.06,0.052,0.044,0.034," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","44201",1,26.730833,-80.233889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6407,84,206,245,0,0,0,0,"Certification not required",0,0.036117,0.011915,0.066,"2013-03-08 11:00",0.062,"2013-05-06 08:00",0.062,"2013-05-16 08:00",0.061,"2013-03-29 10:00","","","","",0.062,0.061,0.059,0.054,0.048,0.039,0.029," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","44201",1,26.730833,-80.233889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6407,84,206,245,0,0,0,0,"Certification not required",0,0.036117,0.011915,0.066,"2013-03-08 11:00",0.062,"2013-05-06 08:00",0.062,"2013-05-16 08:00",0.061,"2013-03-29 10:00","","","","",0.062,0.061,0.059,0.054,0.048,0.039,0.029," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68101",1,26.730833,-80.233889,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",258,100,45,61,0,15,"","","Certification not required",125,0.206395,0.183375,0.7,"2013-01-16 00:00",0.7,"2013-09-22 00:00",0.6,"2013-01-22 00:00",0.6,"2013-03-14 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.1,0.05," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68101",2,26.730833,-80.233889,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",44,100,23,31,0,2,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68102",1,26.730833,-80.233889,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",258,100,45,61,0,15,"","","Certification not required",0,24.001938,0.059473,24.1,"2013-01-26 00:00",24.1,"2013-02-20 00:00",24.1,"2013-03-01 00:00",24.1,"2013-03-12 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68102",2,26.730833,-80.233889,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",44,100,23,31,0,2,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68103",1,26.730833,-80.233889,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,15,"","","Certification not required",0,20.841085,5.296179,28,"2013-08-18 00:00",27.7,"2013-07-06 00:00",27.6,"2013-06-10 00:00",27.6,"2013-08-17 00:00","","","","",27.6,27.3,26.7,26.2,25.2,22.4,12.4," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68103",2,26.730833,-80.233889,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,100,23,31,0,2,"","","Certification not required",0,21.465909,4.760005,27.1,"2013-08-08 00:00",26.4,"2013-07-27 00:00",26.2,"2013-08-20 00:00",26,"2013-06-09 00:00","","","","",27.1,27.1,26.2,25.9,25.2,23.1,16.2," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68104",1,26.730833,-80.233889,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,15,"","","Certification not required",0,31.64031,3.855049,37.9,"2013-08-04 00:00",37.8,"2013-08-31 00:00",37.5,"2013-06-15 00:00",37.4,"2013-08-05 00:00","","","","",37.5,36.9,36.6,36,34.7,32.2,26.3," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68104",2,26.730833,-80.233889,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,100,23,31,0,2,"","","Certification not required",0,32.352273,3.265428,37.7,"2013-06-15 00:00",37.1,"2013-08-14 00:00",36.5,"2013-09-01 00:00",35.9,"2013-06-21 00:00","","","","",37.7,37.7,36.5,35.9,34.9,32.8,26.8," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68105",1,26.730833,-80.233889,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,15,"","","Certification not required",0,25.689535,4.156127,31.5,"2013-08-17 00:00",31.1,"2013-07-23 00:00",31.1,"2013-08-18 00:00",31.1,"2013-08-19 00:00","","","","",31.1,30.9,30.7,30.2,28.8,26.9,19.2," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68105",2,26.730833,-80.233889,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,100,23,31,0,2,"","","Certification not required",0,26.275,3.542639,31,"2013-08-08 00:00",31,"2013-08-14 00:00",30.7,"2013-08-20 00:00",30.5,"2013-06-21 00:00","","","","",31,31,30.7,30.2,28.8,27.7,21," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68106",1,26.730833,-80.233889,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,15,"","","Certification not required",0,761.329457,2.595264,768,"2013-01-28 00:00",767,"2013-01-10 00:00",767,"2013-01-23 00:00",767,"2013-01-24 00:00","","","","",767,767,766,764,763,761,758," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68106",2,26.730833,-80.233889,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,100,23,31,0,2,"","","Certification not required",0,762.113636,2.432492,768,"2013-01-28 00:00",767,"2013-03-29 00:00",765,"2013-01-10 00:00",765,"2013-04-25 00:00","","","","",768,768,765,764,764,763,760," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68107",1,26.730833,-80.233889,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,15,"","","Certification not required",0,764.918605,2.444155,771,"2013-01-28 00:00",771,"2013-02-18 00:00",770,"2013-01-09 00:00",770,"2013-01-10 00:00","","","","",770,770,769,768,766,765,762," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68107",2,26.730833,-80.233889,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,100,23,31,0,2,"","","Certification not required",0,765.840909,2.429884,772,"2013-01-28 00:00",771,"2013-03-29 00:00",769,"2013-01-10 00:00",769,"2013-01-22 00:00","","","","",772,772,769,769,767,766,763," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68108",1,26.730833,-80.233889,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,15,"","","Certification not required",0,763.127907,2.462781,769,"2013-01-10 00:00",769,"2013-01-28 00:00",769,"2013-02-18 00:00",768,"2013-01-09 00:00","","","","",769,768,767,766,765,763,760," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68108",2,26.730833,-80.233889,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,100,23,31,0,2,"","","Certification not required",0,764,2.515071,770,"2013-01-28 00:00",769,"2013-03-29 00:00",768,"2013-01-10 00:00",767,"2013-04-25 00:00","","","","",770,770,768,766,765,764,761," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68109",1,26.730833,-80.233889,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",258,100,45,61,0,15,"","","Certification not required",0,1438.492248,3.165035,1440,"2013-01-06 00:00",1440,"2013-01-23 00:00",1440,"2013-01-25 00:00",1440,"2013-01-26 00:00","","","","",1440,1440,1440,1440,1439,1439,1439," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","68109",2,26.730833,-80.233889,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",44,100,23,31,0,2,"","","Certification not required",0,1439.386364,0.492545,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-03-11 00:00",1440,"2013-03-17 00:00","","","","",1440,1440,1440,1440,1440,1439,1439," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","88101",1,26.730833,-80.233889,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,15,0,0,"Certification not required",0,5.481008,3.20925,33,"2013-01-01 00:00",17,"2013-01-25 00:00",16.8,"2013-01-26 00:00",16.3,"2013-03-08 00:00","","","","",16.8,13.3,10.7,9.2,6.6,4.8,2.6," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","88101",1,26.730833,-80.233889,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,15,"","","Certification not required",0,5.481008,3.20925,33,"2013-01-01 00:00",17,"2013-01-25 00:00",16.8,"2013-01-26 00:00",16.3,"2013-03-08 00:00","","","","",16.8,13.3,10.7,9.2,6.6,4.8,2.6," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","88101",2,26.730833,-80.233889,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,74,23,31,0,2,0,0,"Certification not required",0,5.175,2.638545,10.8,"2013-02-03 00:00",10,"2013-06-21 00:00",9.9,"2013-03-29 00:00",9.7,"2013-02-27 00:00","","","","",10.8,10.8,10,9.9,9.1,6.6,5," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0009","88101",2,26.730833,-80.233889,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,74,23,31,0,2,"","","Certification not required",0,5.175,2.638545,10.8,"2013-02-03 00:00",10,"2013-06-21 00:00",9.9,"2013-03-29 00:00",9.7,"2013-02-27 00:00","","","","",10.8,10.8,10,9.9,9.1,6.6,5," PALM BEACH WASTE WATER TREATMENT PLANT","980 CRESTWOOD BLVD NORTH","Florida","Palm Beach","Royal Palm Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0020","42601",1,26.59123,-80.060867,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6954,79,292,365,0,814,"","","Certification not required",0,0.590739,7.259934,412,"2013-10-02 11:00",194,"2013-10-02 10:00",127,"2013-03-22 07:00",99,"2013-03-20 07:00","","","","",22,10,3,1,0,0,-2,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-20" +"12","099","0020","42602",1,26.59123,-80.060867,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5753,66,242,365,0,799,0,"","Certification not required",0,11.896694,10.194054,47,"2013-03-21 23:00",45,"2013-03-22 05:00",44,"2013-01-25 21:00",40,"2013-01-24 22:00","","","","",44,38,32,27,17,11,1,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0020","42602",1,26.59123,-80.060867,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",5753,66,242,365,0,799,"","","Certification not required",0,3.613419,5.845904,47,"2013-03-21 23:00",46,"2013-03-21 22:00",45,"2013-03-22 05:00",45,"2013-03-22 06:00","","","","",28,23,16,11,4,1,0,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0020","42603",1,26.59123,-80.060867,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6954,79,292,365,0,814,"","","Certification not required",0,4.439459,11.077055,432,"2013-10-02 11:00",300,"2013-10-02 10:00",163,"2013-03-22 07:00",151,"2013-10-02 12:00","","","","",44,32,20,12,5,1,0,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-20" +"12","099","0020","44201",1,26.59123,-80.060867,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6252,81,199,245,0,300,0,0,"Certification not required",287,0.039477,0.012994,0.083,"2013-05-08 17:00",0.071,"2013-05-03 15:00",0.07,"2013-03-08 17:00",0.068,"2013-05-06 18:00","","","","",0.071,0.068,0.061,0.058,0.052,0.044,0.031,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-12-12" +"12","099","0020","44201",1,26.59123,-80.060867,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6250,81,199,245,0,0,0,0,"Certification not required",0,0.034688,0.012529,0.071,"2013-05-08 13:00",0.064,"2013-03-08 11:00",0.064,"2013-05-06 13:00",0.061,"2013-03-22 09:00","","","","",0.064,0.061,0.058,0.053,0.047,0.039,0.026,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-12-12" +"12","099","0020","44201",1,26.59123,-80.060867,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6250,81,199,245,0,0,0,0,"Certification not required",0,0.034688,0.012529,0.071,"2013-05-08 13:00",0.064,"2013-03-08 11:00",0.064,"2013-05-06 13:00",0.061,"2013-03-22 09:00","","","","",0.064,0.061,0.058,0.053,0.047,0.039,0.026,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-12-12" +"12","099","0020","81102",3,26.59123,-80.060867,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6047,69,253,365,0,505,"","","Certification not required",95,19.21366,11.272421,113,"2013-08-10 11:00",97,"2013-08-12 07:00",97,"2013-08-12 08:00",93,"2013-08-12 09:00","","","","",70,54,38,31,23,18,8,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","0020","81102",3,26.59123,-80.060867,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",253,69,253,365,0,0,0,0,"Certification not required",0,18.83004,9.083757,69,"2013-06-19 00:00",61,"2013-08-11 00:00",58,"2013-08-10 00:00",56,"2013-08-12 00:00","","","","",58,52,36,26,22,17,10,"","1199 LANTANA ROAD,","Florida","Palm Beach","Lantana","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","2005","68101",1,26.456944,-80.092778,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",88,72,88,122,0,3,"","","Certification not required",3,0.405114,0.115231,0.6,"2013-04-07 00:00",0.6,"2013-06-03 00:00",0.6,"2013-09-13 00:00",0.5,"2013-01-16 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.3,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68102",1,26.456944,-80.092778,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,72,88,122,0,3,"","","Certification not required",0,24.013636,0.043369,24.1,"2013-01-22 00:00",24.1,"2013-04-01 00:00",24.1,"2013-04-13 00:00",24.1,"2013-05-16 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68103",1,26.456944,-80.092778,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,3,"","","Certification not required",0,22.771591,4.381359,29.4,"2013-08-17 00:00",29.1,"2013-08-11 00:00",28.9,"2013-08-23 00:00",28.5,"2013-09-04 00:00","","","","",29.4,29.1,28.2,27.2,25.5,24.3,15.6,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68104",1,26.456944,-80.092778,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,3,"","","Certification not required",0,30.788636,3.805605,37.4,"2013-07-24 00:00",36.3,"2013-06-15 00:00",35.5,"2013-07-27 00:00",35.5,"2013-08-02 00:00","","","","",37.4,36.3,35.3,34.8,33.8,31.9,24.9,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68105",1,26.456944,-80.092778,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,3,"","","Certification not required",0,26.284091,3.738242,31.2,"2013-07-24 00:00",31.2,"2013-08-17 00:00",31,"2013-08-11 00:00",30.9,"2013-08-14 00:00","","","","",31.2,31.2,30.8,30.4,29.1,27.1,20.5,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68106",1,26.456944,-80.092778,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,3,"","","Certification not required",0,762.125,2.598906,769,"2013-01-28 00:00",768,"2013-01-10 00:00",768,"2013-02-18 00:00",767,"2013-01-25 00:00","","","","",769,768,767,765,764,762,759,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68107",1,26.456944,-80.092778,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,3,"","","Certification not required",0,765.897727,2.708182,772,"2013-01-10 00:00",772,"2013-01-28 00:00",772,"2013-02-18 00:00",771,"2013-01-25 00:00","","","","",772,772,771,769,768,766,763,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68108",1,26.456944,-80.092778,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,3,"","","Certification not required",0,763.886364,2.574998,770,"2013-01-10 00:00",770,"2013-01-28 00:00",769,"2013-01-25 00:00",769,"2013-02-18 00:00","","","","",770,770,769,767,765,764,761,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","68109",1,26.456944,-80.092778,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",88,72,88,122,0,3,"","","Certification not required",0,1438.25,6.697486,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2014-01-27" +"12","099","2005","88101",1,26.456944,-80.092778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,5.764773,2.681141,15.1,"2013-01-25 00:00",14.1,"2013-08-11 00:00",11.7,"2013-03-08 00:00",11.6,"2013-03-02 00:00","","","","",15.1,14.1,10.9,9.6,7.1,5.4,2.8,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","099","2005","88101",1,26.456944,-80.092778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,5.764773,2.681141,15.1,"2013-01-25 00:00",14.1,"2013-08-11 00:00",11.7,"2013-03-08 00:00",11.6,"2013-03-02 00:00","","","","",15.1,14.1,10.9,9.6,7.1,5.4,2.8,"DELRAY BEACH","225 SOUTH CONGRESS AVE GELRAY BEACH, FL","Florida","Palm Beach","Delray Beach","Miami-Fort Lauderdale-Pompano Beach, FL","2013-11-14" +"12","101","0005","44201",1,28.331944,-82.305833,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8687,99,242,245,0,73,0,0,"Certification not required",663,0.042533,0.011038,0.074,"2013-03-30 15:00",0.071,"2013-03-16 13:00",0.07,"2013-05-15 16:00",0.069,"2013-03-22 14:00","","","","",0.07,0.069,0.061,0.057,0.051,0.046,0.039,"LOCATED ON FDOT COMPOUND","30908 WARDER ROAD","Florida","Pasco","Dade City","Tampa-St. Petersburg-Clearwater, FL","2014-02-10" +"12","101","0005","44201",1,28.331944,-82.305833,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8693,99,242,245,0,0,0,0,"Certification not required",0,0.037603,0.011208,0.068,"2013-03-16 11:00",0.067,"2013-03-30 09:00",0.065,"2013-03-29 10:00",0.063,"2013-03-28 10:00","","","","",0.065,0.063,0.057,0.053,0.047,0.042,0.034,"LOCATED ON FDOT COMPOUND","30908 WARDER ROAD","Florida","Pasco","Dade City","Tampa-St. Petersburg-Clearwater, FL","2014-02-10" +"12","101","0005","44201",1,28.331944,-82.305833,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8693,99,242,245,0,0,0,0,"Certification not required",0,0.037603,0.011208,0.068,"2013-03-16 11:00",0.067,"2013-03-30 09:00",0.065,"2013-03-29 10:00",0.063,"2013-03-28 10:00","","","","",0.065,0.063,0.057,0.053,0.047,0.042,0.034,"LOCATED ON FDOT COMPOUND","30908 WARDER ROAD","Florida","Pasco","Dade City","Tampa-St. Petersburg-Clearwater, FL","2014-02-10" +"12","101","2001","44201",1,28.195,-82.758056,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8532,96,236,245,0,228,0,0,"Certification not required",179,0.044229,0.011752,0.075,"2013-05-14 14:00",0.074,"2013-03-29 15:00",0.074,"2013-05-15 13:00",0.073,"2013-03-30 13:00","","","","",0.074,0.073,0.065,0.06,0.054,0.048,0.04,"","3452 DARLINGTON RD., HOLIDAY","Florida","Pasco","Holiday","Tampa-St. Petersburg-Clearwater, FL","2014-02-10" +"12","101","2001","44201",1,28.195,-82.758056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8550,96,236,245,0,0,0,0,"Certification not required",0,0.039614,0.011336,0.071,"2013-05-14 09:00",0.069,"2013-03-29 11:00",0.069,"2013-05-15 10:00",0.068,"2013-04-24 11:00","","","","",0.069,0.066,0.059,0.054,0.049,0.043,0.036,"","3452 DARLINGTON RD., HOLIDAY","Florida","Pasco","Holiday","Tampa-St. Petersburg-Clearwater, FL","2014-02-10" +"12","101","2001","44201",1,28.195,-82.758056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8550,96,236,245,0,0,0,0,"Certification not required",0,0.039614,0.011336,0.071,"2013-05-14 09:00",0.069,"2013-03-29 11:00",0.069,"2013-05-15 10:00",0.068,"2013-04-24 11:00","","","","",0.069,0.066,0.059,0.054,0.049,0.043,0.036,"","3452 DARLINGTON RD., HOLIDAY","Florida","Pasco","Holiday","Tampa-St. Petersburg-Clearwater, FL","2014-02-10" +"12","103","0004","44201",1,27.946389,-82.731944,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6418,87,214,245,0,134,0,0,"Certification not required",211,0.04428,0.013783,0.084,"2013-05-15 15:00",0.081,"2013-04-26 13:00",0.076,"2013-03-29 16:00",0.075,"2013-07-29 13:00","","","","",0.076,0.074,0.068,0.064,0.055,0.047,0.036,""," 2435 SHARKEY RD.CLEARWATER","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0004","44201",1,27.946389,-82.731944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6431,87,214,245,0,0,0,0,"Certification not required",0,0.038953,0.012561,0.075,"2013-05-15 11:00",0.071,"2013-03-29 11:00",0.068,"2013-05-14 09:00",0.067,"2013-03-08 11:00","","","","",0.068,0.065,0.062,0.056,0.049,0.042,0.03,""," 2435 SHARKEY RD.CLEARWATER","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0004","44201",1,27.946389,-82.731944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6431,87,214,245,0,0,0,0,"Certification not required",0,0.038953,0.012561,0.075,"2013-05-15 11:00",0.071,"2013-03-29 11:00",0.068,"2013-05-14 09:00",0.067,"2013-03-08 11:00","","","","",0.068,0.065,0.062,0.056,0.049,0.042,0.03,""," 2435 SHARKEY RD.CLEARWATER","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0012","81102",1,27.784444,-82.659444,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,16.311111,4.948931,27,"2013-06-15 00:00",27,"2013-06-21 00:00",26,"2013-03-29 00:00",24,"2013-02-27 00:00","","","","",27,27,26,24,19,17,11,"","N E CORNER OF 13TH AVE N AND 19TH ST N","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","42601",1,27.785866,-82.739875,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,68,250,365,0,558,"","","Certification not required",0,1.210377,4.421436,276,"2013-01-25 09:00",84,"2013-02-04 07:00",72,"2013-01-25 08:00",35,"2013-02-05 07:00","","","","",10,7,5,3,2,1,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","42602",1,27.785866,-82.739875,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,68,250,365,0,558,0,"","Certification not required",0,11.16,7.381623,39,"2013-03-15 07:00",36,"2013-02-04 22:00",35,"2013-01-25 09:00",35,"2013-02-05 07:00","","","","",35,34,27,22,15,9,4,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","42602",1,27.785866,-82.739875,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,68,250,365,0,558,"","","Certification not required",0,4.24341,4.260965,39,"2013-03-15 07:00",36,"2013-02-04 22:00",36,"2013-03-15 06:00",35,"2013-01-25 09:00","","","","",22,18,13,9,5,3,1,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","42603",1,27.785866,-82.739875,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,68,250,365,0,558,"","","Certification not required",0,5.285452,7.215574,311,"2013-01-25 09:00",108,"2013-02-04 07:00",92,"2013-01-25 08:00",70,"2013-02-05 07:00","","","","",29,23,16,11,7,4,1,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","43207",1,27.785866,-82.739875,"WGS84","Freon 113","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.14168,0.014291,0.174,"2013-02-15 00:00",0.166,"2013-06-15 00:00",0.15,"2013-03-29 00:00",0.15,"2013-04-28 00:00","","","","",0.174,0.174,0.166,0.15,0.144,0.144,0.13,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43208",1,27.785866,-82.739875,"WGS84","Freon 114","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",1,0.03748,0.0053,0.046,"2013-01-24 00:00",0.042,"2013-03-29 00:00",0.04,"2013-02-21 00:00",0.04,"2013-02-27 00:00","","","","",0.046,0.046,0.042,0.04,0.04,0.04,0.034,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43218",1,27.785866,-82.739875,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0808,0.063372,0.27,"2013-02-03 00:00",0.21,"2013-03-05 00:00",0.19,"2013-01-24 00:00",0.16,"2013-02-09 00:00","","","","",0.27,0.27,0.21,0.19,0.08,0.06,0.03,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43502",6,27.785866,-82.739875,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.295349,0.508009,2.4,"2013-07-15 00:00",2.3,"2013-09-19 00:00",2.2,"2013-08-20 00:00",2.2,"2013-09-07 00:00","","","","",2.4,2.4,2.2,2.1,1.6,1.1,0.8,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43503",6,27.785866,-82.739875,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.776744,0.939817,4.5,"2013-03-29 00:00",4.1,"2013-02-03 00:00",3.9,"2013-01-24 00:00",3,"2013-01-28 00:00","","","","",4.5,4.5,3.9,3,2.2,1.5,0.9,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43504",6,27.785866,-82.739875,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.202326,0.09383,0.5,"2013-01-24 00:00",0.4,"2013-04-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",0.5,0.5,0.3,0.3,0.3,0.2,0.1,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43505",1,27.785866,-82.739875,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.4108,0.119615,0.77,"2013-05-28 00:00",0.57,"2013-04-22 00:00",0.56,"2013-04-10 00:00",0.52,"2013-01-24 00:00","","","","",0.77,0.77,0.57,0.56,0.48,0.38,0.3,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43510",6,27.785866,-82.739875,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.148884,0.086562,0.552,"2013-01-24 00:00",0.336,"2013-03-29 00:00",0.268,"2013-02-03 00:00",0.24,"2013-02-09 00:00","","","","",0.552,0.552,0.268,0.216,0.176,0.14,0.068,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43513",6,27.785866,-82.739875,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-24 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43517",6,27.785866,-82.739875,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.07493,0.027225,0.15,"2013-07-27 00:00",0.138,"2013-08-02 00:00",0.12,"2013-08-26 00:00",0.12,"2013-09-01 00:00","","","","",0.15,0.15,0.12,0.114,0.084,0.072,0.048,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43518",6,27.785866,-82.739875,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",2,0.048902,0.025745,0.105,"2013-01-24 00:00",0.09,"2013-02-21 00:00",0.085,"2013-02-09 00:00",0.085,"2013-09-13 00:00","","","","",0.105,0.105,0.085,0.085,0.07,0.045,0.02,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43528",6,27.785866,-82.739875,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.369953,0.303117,1.132,"2013-07-15 00:00",1.064,"2013-08-20 00:00",0.976,"2013-06-09 00:00",0.952,"2013-08-26 00:00","","","","",1.132,1.132,0.976,0.828,0.508,0.272,0.092,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43551",6,27.785866,-82.739875,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.203419,1.232721,6.3,"2013-03-29 00:00",5.52,"2013-01-24 00:00",3.45,"2013-02-09 00:00",2.997,"2013-02-15 00:00","","","","",6.3,6.3,3.45,1.971,1.161,0.876,0.384,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43552",6,27.785866,-82.739875,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.222605,0.235766,1.276,"2013-01-24 00:00",0.948,"2013-03-29 00:00",0.544,"2013-02-09 00:00",0.508,"2013-02-03 00:00","","","","",1.276,1.276,0.544,0.492,0.196,0.144,0.084,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","43704",1,27.785866,-82.739875,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.028,0.036629,0.11,"2013-06-15 00:00",0.08,"2013-04-16 00:00",0.08,"2013-05-10 00:00",0.08,"2013-05-16 00:00","","","","",0.11,0.11,0.08,0.08,0.07,0.01,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43801",1,27.785866,-82.739875,"WGS84","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.656,0.065511,0.77,"2013-06-15 00:00",0.75,"2013-05-10 00:00",0.73,"2013-06-27 00:00",0.72,"2013-06-21 00:00","","","","",0.77,0.77,0.75,0.73,0.71,0.66,0.56,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43802",1,27.785866,-82.739875,"WGS84","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.1568,0.188032,0.92,"2013-03-29 00:00",0.6,"2013-06-27 00:00",0.15,"2013-01-24 00:00",0.13,"2013-06-15 00:00","","","","",0.92,0.92,0.6,0.15,0.11,0.11,0.08,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43803",1,27.785866,-82.739875,"WGS84","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0308,0.009967,0.06,"2013-01-24 00:00",0.05,"2013-04-16 00:00",0.04,"2013-02-03 00:00",0.04,"2013-03-29 00:00","","","","",0.06,0.06,0.05,0.04,0.03,0.03,0.02,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43804",1,27.785866,-82.739875,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0816,0.004726,0.1,"2013-02-27 00:00",0.09,"2013-03-29 00:00",0.09,"2013-06-15 00:00",0.08,"2013-01-04 00:00","","","","",0.1,0.1,0.09,0.09,0.08,0.08,0.08,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43811",1,27.785866,-82.739875,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.23784,0.03782,0.371,"2013-02-21 00:00",0.276,"2013-03-29 00:00",0.27,"2013-06-15 00:00",0.266,"2013-02-15 00:00","","","","",0.371,0.371,0.276,0.27,0.245,0.237,0.203,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43812",1,27.785866,-82.739875,"WGS84","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0012,0.006,0.03,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0.03,0.03,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43813",1,27.785866,-82.739875,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43814",1,27.785866,-82.739875,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0128,0.004583,0.02,"2013-01-24 00:00",0.02,"2013-02-27 00:00",0.02,"2013-04-10 00:00",0.02,"2013-04-16 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0.01,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43815",1,27.785866,-82.739875,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.036,0.010801,0.06,"2013-01-24 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-27 00:00",0.05,"2013-03-29 00:00","","","","",0.06,0.06,0.05,0.05,0.04,0.04,0.02,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43817",1,27.785866,-82.739875,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.016,0.019149,0.06,"2013-01-24 00:00",0.05,"2013-03-05 00:00",0.04,"2013-02-03 00:00",0.04,"2013-02-15 00:00","","","","",0.06,0.06,0.05,0.04,0.03,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43818",1,27.785866,-82.739875,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.01,0.014142,0.04,"2013-04-10 00:00",0.03,"2013-04-16 00:00",0.03,"2013-04-22 00:00",0.03,"2013-04-28 00:00","","","","",0.04,0.04,0.03,0.03,0.03,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43819",1,27.785866,-82.739875,"WGS84","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0052,0.009183,0.04,"2013-06-21 00:00",0.02,"2013-03-05 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-24 00:00","","","","",0.04,0.04,0.02,0.01,0.01,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43820",1,27.785866,-82.739875,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43823",1,27.785866,-82.739875,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.48644,0.035108,0.564,"2013-03-29 00:00",0.552,"2013-01-24 00:00",0.545,"2013-06-15 00:00",0.53,"2013-03-05 00:00","","","","",0.564,0.564,0.552,0.545,0.497,0.486,0.438,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43824",1,27.785866,-82.739875,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43826",1,27.785866,-82.739875,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0004,0.002,0.01,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0.01,0.01,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43829",1,27.785866,-82.739875,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43830",1,27.785866,-82.739875,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43831",1,27.785866,-82.739875,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43839",1,27.785866,-82.739875,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",25,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-24 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-03 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43843",1,27.785866,-82.739875,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43844",1,27.785866,-82.739875,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0788,0.048159,0.22,"2013-05-16 00:00",0.15,"2013-04-22 00:00",0.13,"2013-04-10 00:00",0.13,"2013-04-16 00:00","","","","",0.22,0.22,0.15,0.13,0.12,0.07,0.02,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","43860",1,27.785866,-82.739875,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","44201",1,27.785866,-82.739875,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6331,87,214,245,0,221,0,0,"Certification not required",61,0.043579,0.01221,0.079,"2013-03-29 17:00",0.077,"2013-05-15 16:00",0.075,"2013-05-14 15:00",0.074,"2013-04-15 13:00","","","","",0.075,0.071,0.067,0.059,0.052,0.047,0.035,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","44201",1,27.785866,-82.739875,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6378,87,213,245,0,0,0,0,"Certification not required",0,0.038723,0.011292,0.072,"2013-03-29 12:00",0.072,"2013-05-14 10:00",0.068,"2013-05-15 11:00",0.066,"2013-05-26 10:00","","","","",0.068,0.064,0.058,0.053,0.048,0.041,0.03,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","44201",1,27.785866,-82.739875,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6378,87,213,245,0,0,0,0,"Certification not required",0,0.038723,0.011292,0.072,"2013-03-29 12:00",0.072,"2013-05-14 10:00",0.068,"2013-05-15 11:00",0.066,"2013-05-26 10:00","","","","",0.068,0.064,0.058,0.053,0.048,0.041,0.03,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","45109",1,27.785866,-82.739875,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,1.1228,0.903053,3.58,"2013-03-29 00:00",3.54,"2013-06-27 00:00",2.88,"2013-01-24 00:00",1.75,"2013-04-16 00:00","","","","",3.58,3.58,3.54,2.88,1.07,0.79,0.54,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45201",1,27.785866,-82.739875,"WGS84","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.7416,0.442741,2.154,"2013-01-24 00:00",1.584,"2013-02-03 00:00",1.242,"2013-03-29 00:00",1.182,"2013-03-05 00:00","","","","",2.154,2.154,1.584,1.242,0.912,0.624,0.36,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45202",1,27.785866,-82.739875,"WGS84","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,2.1044,1.671935,8.71,"2013-05-10 00:00",5.29,"2013-01-24 00:00",3.33,"2013-02-03 00:00",3.09,"2013-04-16 00:00","","","","",8.71,8.71,5.29,3.33,2.18,1.53,1.05,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45203",1,27.785866,-82.739875,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.3464,0.216869,0.89,"2013-01-24 00:00",0.84,"2013-03-29 00:00",0.84,"2013-06-27 00:00",0.54,"2013-04-16 00:00","","","","",0.89,0.89,0.84,0.84,0.36,0.28,0.19,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45204",1,27.785866,-82.739875,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.4208,0.291418,1.15,"2013-06-27 00:00",1.12,"2013-01-24 00:00",1.07,"2013-03-29 00:00",0.7,"2013-04-16 00:00","","","","",1.15,1.15,1.12,1.07,0.42,0.31,0.16,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45207",1,27.785866,-82.739875,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.14184,0.076291,0.297,"2013-04-16 00:00",0.288,"2013-01-24 00:00",0.288,"2013-03-05 00:00",0.243,"2013-05-16 00:00","","","","",0.297,0.297,0.288,0.288,0.189,0.108,0.072,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45208",1,27.785866,-82.739875,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.3906,0.203846,0.99,"2013-01-24 00:00",0.774,"2013-04-16 00:00",0.72,"2013-02-03 00:00",0.531,"2013-04-22 00:00","","","","",0.99,0.99,0.774,0.72,0.459,0.351,0.18,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45220",1,27.785866,-82.739875,"WGS84","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.226,0.200042,1.1,"2013-01-24 00:00",0.38,"2013-01-04 00:00",0.34,"2013-04-16 00:00",0.31,"2013-05-10 00:00","","","","",1.1,1.1,0.38,0.34,0.24,0.17,0.1,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45501",6,27.785866,-82.739875,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.128035,0.036813,0.259,"2013-01-24 00:00",0.182,"2013-04-16 00:00",0.182,"2013-08-20 00:00",0.175,"2013-08-26 00:00","","","","",0.259,0.259,0.182,0.175,0.147,0.126,0.098,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","45503",6,27.785866,-82.739875,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-24 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","45504",6,27.785866,-82.739875,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,8,"","","Certification not required",8,0.102486,0.059504,0.2,"2013-09-01 00:00",0.184,"2013-07-27 00:00",0.176,"2013-02-09 00:00",0.176,"2013-06-15 00:00","","","","",0.2,0.2,0.184,0.176,0.144,0.104,0.016,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0018","45801",1,27.785866,-82.739875,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0508,0.025482,0.09,"2013-04-10 00:00",0.09,"2013-04-16 00:00",0.08,"2013-04-22 00:00",0.07,"2013-02-27 00:00","","","","",0.09,0.09,0.09,0.08,0.07,0.05,0.01,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45805",1,27.785866,-82.739875,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",6,0.06024,0.052148,0.18,"2013-05-16 00:00",0.156,"2013-04-22 00:00",0.138,"2013-04-10 00:00",0.126,"2013-05-04 00:00","","","","",0.18,0.18,0.156,0.138,0.12,0.036,0.012,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45806",1,27.785866,-82.739875,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0524,0.050438,0.16,"2013-05-16 00:00",0.14,"2013-04-22 00:00",0.13,"2013-04-10 00:00",0.12,"2013-04-16 00:00","","","","",0.16,0.16,0.14,0.13,0.11,0.03,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45807",1,27.785866,-82.739875,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.0808,0.05597,0.19,"2013-05-16 00:00",0.18,"2013-04-16 00:00",0.16,"2013-04-10 00:00",0.14,"2013-04-22 00:00","","","","",0.19,0.19,0.18,0.16,0.14,0.07,0,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","45810",1,27.785866,-82.739875,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,6,"","","Certification not required",0,0.178,0.107858,0.47,"2013-05-16 00:00",0.43,"2013-04-22 00:00",0.31,"2013-04-10 00:00",0.27,"2013-04-16 00:00","","","","",0.47,0.47,0.43,0.31,0.25,0.13,0.09,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0018","68101",1,27.785866,-82.739875,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",268,100,23,31,0,5,"","","Certification not required",14,0.508209,0.17996,0.8,"2013-01-03 00:00",0.8,"2013-01-07 00:00",0.8,"2013-02-07 00:00",0.8,"2013-02-19 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.5,0.3,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68101",2,27.785866,-82.739875,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",23,74,23,31,0,0,"","","Certification not required",13,0.163043,0.152418,0.5,"2013-05-04 00:00",0.5,"2013-07-03 00:00",0.4,"2013-01-04 00:00",0.3,"2013-04-22 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.05,0.05,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68102",1,27.785866,-82.739875,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",268,100,45,61,0,5,"","","Certification not required",0,23.88806,0.977426,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,23.9,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68102",2,27.785866,-82.739875,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",22,71,22,31,0,1,"","","Certification not required",0,24.095455,0.02132,24.1,"2013-01-04 00:00",24.1,"2013-01-28 00:00",24.1,"2013-02-09 00:00",24.1,"2013-03-05 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68103",1,27.785866,-82.739875,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,45,61,0,5,"","","Certification not required",0,21.625,5.451544,29.8,"2013-08-05 00:00",29.1,"2013-07-23 00:00",28.9,"2013-07-24 00:00",28.7,"2013-07-22 00:00","","","","",28.9,28.3,27.7,27,25.7,23.4,12.5,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68103",2,27.785866,-82.739875,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,20.13913,5.300664,27.2,"2013-07-27 00:00",25.8,"2013-06-21 00:00",25.1,"2013-07-15 00:00",25,"2013-08-20 00:00","","","","",27.2,27.2,25.8,25.1,24.3,21.1,12.5,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68104",1,27.785866,-82.739875,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,45,61,0,5,"","","Certification not required",0,31.325746,5.149347,38.9,"2013-09-05 00:00",38.3,"2013-08-19 00:00",38.2,"2013-09-04 00:00",38,"2013-07-31 00:00","","","","",38.2,37.5,37.1,36.6,35.4,33,24,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68104",2,27.785866,-82.739875,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,30.421739,4.757956,36.1,"2013-07-15 00:00",35.8,"2013-08-20 00:00",35.7,"2013-06-21 00:00",35.6,"2013-07-27 00:00","","","","",36.1,36.1,35.8,35.7,34.5,30.6,25.2,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68105",1,27.785866,-82.739875,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,45,61,0,5,"","","Certification not required",0,25.744403,4.996479,32.4,"2013-08-05 00:00",32.2,"2013-08-03 00:00",32,"2013-08-04 00:00",32,"2013-08-14 00:00","","","","",32,31.8,31.2,30.7,29.7,27.5,17.9,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68105",2,27.785866,-82.739875,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,24.682609,4.521932,30.8,"2013-07-27 00:00",29.6,"2013-09-01 00:00",29,"2013-08-08 00:00",28.9,"2013-06-21 00:00","","","","",30.8,30.8,29.6,29,28.8,25.8,17.4,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68106",1,27.785866,-82.739875,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,45,61,0,5,"","","Certification not required",0,760.320896,2.65381,766,"2013-01-10 00:00",766,"2013-01-24 00:00",766,"2013-01-25 00:00",766,"2013-01-27 00:00","","","","",766,766,764,763,762,760,757,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68106",2,27.785866,-82.739875,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,758.913043,2.983486,764,"2013-01-28 00:00",764,"2013-03-29 00:00",763,"2013-01-04 00:00",761,"2013-02-09 00:00","","","","",764,764,764,763,760,759,755,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68107",1,27.785866,-82.739875,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,45,61,0,5,"","","Certification not required",0,764.104478,2.557997,770,"2013-01-24 00:00",770,"2013-01-28 00:00",770,"2013-02-01 00:00",770,"2013-02-18 00:00","","","","",770,770,769,767,766,764,761,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68107",2,27.785866,-82.739875,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,762.521739,3.058068,768,"2013-01-28 00:00",768,"2013-03-29 00:00",767,"2013-01-04 00:00",765,"2013-02-09 00:00","","","","",768,768,768,767,764,763,758,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68108",1,27.785866,-82.739875,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,45,61,0,5,"","","Certification not required",0,762.175373,2.534228,768,"2013-01-24 00:00",768,"2013-01-28 00:00",768,"2013-02-01 00:00",768,"2013-02-18 00:00","","","","",768,767,767,765,764,762,759,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68108",2,27.785866,-82.739875,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,760.695652,3.00658,766,"2013-01-28 00:00",766,"2013-03-29 00:00",765,"2013-01-04 00:00",763,"2013-02-09 00:00","","","","",766,766,766,765,762,761,756,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","68109",1,27.785866,-82.739875,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",264,100,45,61,0,9,"","","Certification not required",0,1437.549242,5.617517,1441,"2013-06-13 00:00",1440,"2013-01-02 00:00",1440,"2013-01-10 00:00",1440,"2013-01-11 00:00","","","","",1440,1440,1440,1440,1439,1439,1433,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","68109",2,27.785866,-82.739875,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",23,74,23,31,0,0,"","","Certification not required",0,1439.956522,0.208514,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-16" +"12","103","0018","81102",1,27.785866,-82.739875,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,6,0,0,"Certification not required",0,14.302326,5.124799,29,"2013-01-24 00:00",26,"2013-03-29 00:00",24,"2013-06-21 00:00",21,"2013-06-15 00:00","","","","",29,29,24,20,18,14,9,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","82102",5,27.785866,-82.739875,"WGS84","Antimony PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.795641,0.4723,2.26,"2013-01-24 00:00",1.59,"2013-05-14 00:00",1.42,"2013-04-16 00:00",1.36,"2013-03-29 00:00","","","","",2.26,2.26,1.59,1.36,1.05,0.84,0.16,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82103",5,27.785866,-82.739875,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",37,61,37,61,0,6,"","","Certification not required",0,1.075946,0.743223,3.07,"2013-08-08 00:00",2.74,"2013-03-17 00:00",2.39,"2013-04-04 00:00",2.37,"2013-06-27 00:00","","","","",3.07,3.07,2.74,2.37,1.46,0.93,0.28,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82105",5,27.785866,-82.739875,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",35,57,35,61,0,6,"","","Certification not required",0,0.135143,0.105255,0.38,"2013-07-03 00:00",0.37,"2013-07-09 00:00",0.35,"2013-07-27 00:00",0.28,"2013-07-15 00:00","","","","",0.38,0.38,0.37,0.28,0.21,0.12,0.03,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82110",5,27.785866,-82.739875,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,6,"","","Certification not required",0,0.056667,0.050638,0.2,"2013-07-09 00:00",0.18,"2013-03-29 00:00",0.15,"2013-07-15 00:00",0.14,"2013-07-27 00:00","","","","",0.2,0.2,0.15,0.13,0.09,0.04,0.01,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82112",5,27.785866,-82.739875,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,6,"","","Certification not required",0,2.117907,0.508778,3.19,"2013-07-09 00:00",3.18,"2013-06-21 00:00",3.06,"2013-07-03 00:00",3.01,"2013-07-15 00:00","","","","",3.19,3.19,3.06,2.79,2.52,2.1,1.5,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82113",5,27.785866,-82.739875,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,6,"","","Certification not required",0,0.139355,0.082903,0.36,"2013-08-26 00:00",0.31,"2013-07-09 00:00",0.27,"2013-08-14 00:00",0.25,"2013-08-08 00:00","","","","",0.36,0.36,0.31,0.25,0.17,0.13,0.05,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82128",5,27.785866,-82.739875,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,6,"","","Certification not required",0,0.001148,0.000916,0.0044,"2013-03-29 00:00",0.0032,"2013-03-17 00:00",0.0031,"2013-01-24 00:00",0.0027,"2013-02-09 00:00","","","","",0.0044,0.0044,0.0031,0.0025,0.0014,0.001,0.0002,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82132",5,27.785866,-82.739875,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,6,"","","Certification not required",0,2.504048,2.366178,11.43,"2013-06-21 00:00",9,"2013-06-15 00:00",6.12,"2013-06-09 00:00",5.57,"2013-07-15 00:00","","","","",11.43,11.43,6.12,5.05,3.61,1.52,0.73,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82136",5,27.785866,-82.739875,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,6,"","","Certification not required",0,0.918684,0.865701,4.04,"2013-03-29 00:00",3.01,"2013-07-03 00:00",2.68,"2013-01-10 00:00",2.51,"2013-07-09 00:00","","","","",4.04,4.04,3.01,2.51,0.89,0.62,0.2,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","82154",5,27.785866,-82.739875,"WGS84","Selenium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",33,54,33,61,0,6,"","","Certification not required",0,0.983939,0.63364,2.4,"2013-04-16 00:00",2.2,"2013-01-24 00:00",1.95,"2013-01-28 00:00",1.88,"2013-04-28 00:00","","","","",2.4,2.4,2.2,1.88,1.32,0.88,0.12,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0018","88101",1,27.785866,-82.739875,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,0,0,"Certification not required",0,6.268182,3.143835,23.7,"2013-03-08 00:00",19.2,"2013-01-24 00:00",18.7,"2013-03-09 00:00",16.6,"2013-03-15 00:00","","","","",18.7,15.7,11.9,9.7,7.7,5.5,3.4,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","88101",1,27.785866,-82.739875,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,"","","Certification not required",0,6.268182,3.143835,23.7,"2013-03-08 00:00",19.2,"2013-01-24 00:00",18.7,"2013-03-09 00:00",16.6,"2013-03-15 00:00","","","","",18.7,15.7,11.9,9.7,7.7,5.5,3.4,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","88101",2,27.785866,-82.739875,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",22,71,22,31,0,1,0,0,"Certification not required",0,6.640909,3.394766,13.8,"2013-03-29 00:00",12.6,"2013-01-28 00:00",12.2,"2013-03-17 00:00",11.8,"2013-07-27 00:00","","","","",13.8,13.8,12.6,12.2,8.5,5.8,3.8,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","88101",2,27.785866,-82.739875,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",22,71,22,31,0,1,"","","Certification not required",0,6.640909,3.394766,13.8,"2013-03-29 00:00",12.6,"2013-01-28 00:00",12.2,"2013-03-17 00:00",11.8,"2013-07-27 00:00","","","","",13.8,13.8,12.6,12.2,8.5,5.8,3.8,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","88502",3,27.785866,-82.739875,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6162,70,253,365,0,390,"","","Certification not required",0,8.498556,4.921269,81.3,"2013-01-01 00:00",81.3,"2013-01-01 01:00",67.7,"2013-01-01 02:00",51.1,"2013-02-18 08:00","","","","",24.7,21.4,17,14,10.5,7.6,3.8,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0018","88502",3,27.785866,-82.739875,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",253,69,253,365,0,0,"","","Certification not required",0,8.490514,3.550988,26.2,"2013-03-08 00:00",24.1,"2013-08-12 00:00",21.2,"2013-08-11 00:00",20.8,"2013-03-09 00:00","","","","",21.2,20.2,15.7,12.5,9.9,7.5,5.3,"Azalea Park","7200-22 AVENUE NORTH","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0023","42401",1,27.863333,-82.623333,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6450,74,272,365,0,102,0,"","Certification not required",0,1.599265,1.70664,8,"2013-07-29 12:00",8,"2013-08-28 10:00",7,"2013-01-27 23:00",7,"2013-02-05 11:00","","","","",7,6,5,4,2,1,0,"","10100 SAN MARTIN ROAD ST PETERSBURG FL.","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0023","42401",1,27.863333,-82.623333,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6450,74,272,365,0,102,"","","Certification not required",0,0.204806,1.016262,8,"2013-07-29 12:00",8,"2013-08-28 10:00",7,"2013-01-27 23:00",7,"2013-02-05 11:00","","","","",4,3,2,1,1,0,-1,"","10100 SAN MARTIN ROAD ST PETERSBURG FL.","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0023","42401",1,27.863333,-82.623333,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,0.2125,0.667422,2,"2013-02-05 00:00",2,"2013-02-18 00:00",1.9,"2013-02-01 00:00",1.8,"2013-06-01 00:00","","","","",1.9,1.5,1.4,1,0.6,0.3,-0.5,"","10100 SAN MARTIN ROAD ST PETERSBURG FL.","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0023","42401",1,27.863333,-82.623333,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2116,72,270,365,0,0,"",0,"Certification not required",0,0.194707,0.917108,6.3,"2013-08-28 11:00",5.3,"2013-02-05 11:00",4.6,"2013-04-07 11:00",4.3,"2013-02-06 11:00","","","","",3.3,2.6,2,1,0.6,0,-1,"","10100 SAN MARTIN ROAD ST PETERSBURG FL.","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0023","42401",5,27.863333,-82.623333,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",77462,74,272,365,0,1162,"","","Certification not required",0,0.109964,1.033672,13,"2013-07-29 12:20",13,"2013-07-29 12:25",12,"2013-01-25 08:20",11,"2013-01-25 08:25","","","","",4,3,2,1,1,0,-1,"","10100 SAN MARTIN ROAD ST PETERSBURG FL.","Florida","Pinellas","Saint Petersburg","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","0026","12115",6,27.850348,-82.714465,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,1.1e-05,3.5e-05,0.00019,"2013-03-17 00:00",4e-05,"2013-03-23 00:00",3e-05,"2013-06-27 00:00",2e-05,"2013-02-09 00:00","","","","",0.00019,0.00019,4e-05,3e-05,1e-05,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-10-17" +"12","103","0026","12115",7,27.850348,-82.714465,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,1e-05,1e-05,2e-05,"2013-03-17 00:00",1e-05,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","","","",2e-05,2e-05,2e-05,2e-05,2e-05,1e-05,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-10-17" +"12","103","0026","17141",6,27.850348,-82.714465,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,71.925,56.898756,357,"2013-01-16 00:00",167,"2013-02-03 00:00",161,"2013-07-27 00:00",121,"2013-03-17 00:00","","","","",357,357,161,119,91.3,52.7,29.7,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17147",6,27.850348,-82.714465,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,2.44725,1.842913,8.83,"2013-07-21 00:00",6.92,"2013-07-09 00:00",6.41,"2013-07-27 00:00",6.38,"2013-09-01 00:00","","","","",8.83,8.83,6.41,5.14,3.2,1.78,0.934,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17148",6,27.850348,-82.714465,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.113614,0.235676,1.04,"2013-02-03 00:00",0.752,"2013-03-29 00:00",0.676,"2013-01-16 00:00",0.627,"2013-03-27 00:00","","","","",1.04,1.04,0.676,0.379,0.159,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17149",6,27.850348,-82.714465,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,2.756591,1.752272,8.2,"2013-07-09 00:00",7.31,"2013-07-21 00:00",5.88,"2013-09-01 00:00",5.23,"2013-07-27 00:00","","","","",8.2,8.2,5.88,4.86,3.54,2.7,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17150",6,27.850348,-82.714465,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,7.248182,3.779367,19.3,"2013-07-21 00:00",17.2,"2013-07-09 00:00",14.3,"2013-07-27 00:00",13.4,"2013-09-01 00:00","","","","",19.3,19.3,14.3,12.7,8.88,6.06,3.56,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17151",6,27.850348,-82.714465,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.218957,0.217142,1.4,"2013-07-21 00:00",0.439,"2013-09-01 00:00",0.428,"2013-07-09 00:00",0.411,"2013-08-14 00:00","","","","",1.4,1.4,0.428,0.38,0.279,0.179,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17158",6,27.850348,-82.714465,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.278768,0.552477,2.87,"2013-03-23 00:00",2.55,"2013-03-05 00:00",0.609,"2013-02-03 00:00",0.575,"2013-05-28 00:00","","","","",2.87,2.87,0.609,0.521,0.189,0.133,0.0687,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17159",6,27.850348,-82.714465,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.779341,0.281405,1.45,"2013-07-09 00:00",1.41,"2013-02-03 00:00",1.3,"2013-01-22 00:00",1.23,"2013-03-29 00:00","","","","",1.45,1.45,1.3,1.13,0.958,0.752,0.445,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17160",6,27.850348,-82.714465,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.000818,0.005427,0.036,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.036,0.036,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17201",6,27.850348,-82.714465,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,2.269591,1.16615,4.79,"2013-06-27 00:00",4.79,"2013-08-14 00:00",4.57,"2013-07-21 00:00",4.33,"2013-07-09 00:00","","","","",4.79,4.79,4.57,4.31,3.12,2.04,0.977,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17204",6,27.850348,-82.714465,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.974545,0.449035,2.01,"2013-08-14 00:00",1.98,"2013-07-21 00:00",1.85,"2013-06-27 00:00",1.72,"2013-07-27 00:00","","","","",2.01,2.01,1.85,1.71,1.27,0.883,0.455,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17208",6,27.850348,-82.714465,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.121336,0.049508,0.288,"2013-07-03 00:00",0.241,"2013-07-09 00:00",0.207,"2013-02-03 00:00",0.196,"2013-03-05 00:00","","","","",0.288,0.288,0.207,0.165,0.149,0.112,0.0716,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17211",6,27.850348,-82.714465,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.009886,0.01846,0.063,"2013-01-16 00:00",0.06,"2013-03-05 00:00",0.048,"2013-02-03 00:00",0.041,"2013-01-22 00:00","","","","",0.063,0.063,0.048,0.039,0.022,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17212",6,27.850348,-82.714465,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.001495,0.007478,0.0459,"2013-07-03 00:00",0.0199,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.0459,0.0459,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17215",6,27.850348,-82.714465,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.030295,0.033634,0.211,"2013-07-03 00:00",0.065,"2013-03-05 00:00",0.064,"2013-02-03 00:00",0.059,"2013-07-09 00:00","","","","",0.211,0.211,0.064,0.056,0.041,0.028,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17220",6,27.850348,-82.714465,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.124636,0.070236,0.306,"2013-07-03 00:00",0.302,"2013-02-03 00:00",0.281,"2013-07-09 00:00",0.265,"2013-03-05 00:00","","","","",0.306,0.306,0.281,0.221,0.168,0.102,0.056,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17223",6,27.850348,-82.714465,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.024114,0.023621,0.093,"2013-07-03 00:00",0.072,"2013-01-16 00:00",0.064,"2013-03-05 00:00",0.061,"2013-02-03 00:00","","","","",0.093,0.093,0.064,0.055,0.038,0.027,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17224",6,27.850348,-82.714465,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.062955,0.03499,0.15,"2013-02-03 00:00",0.146,"2013-07-03 00:00",0.139,"2013-03-05 00:00",0.138,"2013-07-09 00:00","","","","",0.15,0.15,0.139,0.126,0.079,0.053,0.031,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17231",6,27.850348,-82.714465,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.000568,0.003769,0.025,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.025,0.025,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17237",6,27.850348,-82.714465,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.062977,0.035846,0.19,"2013-01-16 00:00",0.133,"2013-03-05 00:00",0.129,"2013-07-03 00:00",0.123,"2013-07-09 00:00","","","","",0.19,0.19,0.129,0.113,0.076,0.053,0.029,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17242",6,27.850348,-82.714465,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.043477,0.031144,0.177,"2013-07-03 00:00",0.102,"2013-01-16 00:00",0.098,"2013-07-09 00:00",0.09,"2013-01-22 00:00","","","","",0.177,0.177,0.098,0.073,0.053,0.039,0.019,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","17243",6,27.850348,-82.714465,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.065266,0.035572,0.152,"2013-01-16 00:00",0.143,"2013-07-03 00:00",0.141,"2013-07-09 00:00",0.132,"2013-03-05 00:00","","","","",0.152,0.152,0.141,0.122,0.0802,0.0574,0.0303,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43207",1,27.850348,-82.714465,"WGS84","Freon 113","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.139407,0.01483,0.174,"2013-02-15 00:00",0.162,"2013-03-11 00:00",0.158,"2013-04-04 00:00",0.15,"2013-06-21 00:00","","","","",0.174,0.174,0.162,0.158,0.144,0.138,0.126,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43208",1,27.850348,-82.714465,"WGS84","Freon 114","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",4,0.036556,0.010945,0.064,"2013-03-11 00:00",0.054,"2013-06-21 00:00",0.046,"2013-01-22 00:00",0.042,"2013-03-29 00:00","","","","",0.064,0.064,0.054,0.046,0.042,0.04,0.017,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43218",1,27.850348,-82.714465,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.102222,0.081351,0.33,"2013-02-03 00:00",0.31,"2013-01-16 00:00",0.25,"2013-03-05 00:00",0.17,"2013-03-29 00:00","","","","",0.33,0.33,0.31,0.25,0.12,0.08,0.04,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43502",6,27.850348,-82.714465,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.333333,0.806508,3.3,"2013-06-21 00:00",2.9,"2013-04-16 00:00",2.5,"2013-01-10 00:00",2.4,"2013-03-29 00:00","","","","",3.3,3.3,2.5,2.3,1.9,1.3,0.3,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43503",6,27.850348,-82.714465,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.493333,0.589838,2.9,"2013-07-27 00:00",2.6,"2013-08-02 00:00",2.5,"2013-03-29 00:00",2.4,"2013-07-09 00:00","","","","",2.9,2.9,2.5,2.4,1.8,1.5,0.8,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43504",6,27.850348,-82.714465,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.206667,0.158688,0.6,"2013-03-29 00:00",0.6,"2013-06-21 00:00",0.4,"2013-01-22 00:00",0.4,"2013-01-28 00:00","","","","",0.6,0.6,0.4,0.4,0.3,0.2,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43505",1,27.850348,-82.714465,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,3,"","","Certification not required",0,0.312963,0.126242,0.65,"2013-05-04 00:00",0.56,"2013-03-11 00:00",0.47,"2013-04-04 00:00",0.45,"2013-01-10 00:00","","","","",0.65,0.65,0.56,0.47,0.4,0.29,0.15,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43510",6,27.850348,-82.714465,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.186311,0.134301,0.752,"2013-03-29 00:00",0.464,"2013-02-03 00:00",0.42,"2013-01-22 00:00",0.372,"2013-02-09 00:00","","","","",0.752,0.752,0.42,0.352,0.26,0.148,0.064,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43513",6,27.850348,-82.714465,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.011,0.034933,0.24,"2013-06-21 00:00",0.0075,"2013-07-09 00:00",0.0075,"2013-07-15 00:00",0.0075,"2013-07-21 00:00","","","","",0.24,0.24,0.0075,0.0075,0.0075,0.005,0.005,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43517",6,27.850348,-82.714465,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.185733,0.154715,0.906,"2013-06-21 00:00",0.474,"2013-03-29 00:00",0.414,"2013-04-16 00:00",0.372,"2013-03-05 00:00","","","","",0.906,0.906,0.414,0.354,0.228,0.162,0.054,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43518",6,27.850348,-82.714465,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.087045,0.068262,0.34,"2013-03-29 00:00",0.24,"2013-06-21 00:00",0.22,"2013-04-16 00:00",0.19,"2013-02-21 00:00","","","","",0.34,0.34,0.22,0.18,0.12,0.08,0.02,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43528",6,27.850348,-82.714465,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.348444,0.355406,1.62,"2013-06-21 00:00",1.256,"2013-06-09 00:00",1.096,"2013-04-16 00:00",0.876,"2013-05-22 00:00","","","","",1.62,1.62,1.096,0.86,0.56,0.212,0.07,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43551",6,27.850348,-82.714465,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.713956,1.786119,11.37,"2013-03-29 00:00",5.64,"2013-01-22 00:00",3.72,"2013-02-03 00:00",3.42,"2013-02-15 00:00","","","","",11.37,11.37,3.72,3.42,1.785,1.299,0.57,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43552",6,27.850348,-82.714465,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.291273,0.262613,1.368,"2013-03-29 00:00",1.068,"2013-01-22 00:00",0.76,"2013-02-03 00:00",0.74,"2013-02-27 00:00","","","","",1.368,1.368,0.76,0.688,0.308,0.204,0.1,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","43704",1,27.850348,-82.714465,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.097037,0.083058,0.22,"2013-06-21 00:00",0.21,"2013-06-27 00:00",0.19,"2013-05-28 00:00",0.19,"2013-06-09 00:00","","","","",0.22,0.22,0.21,0.19,0.17,0.1,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43801",1,27.850348,-82.714465,"WGS84","Chloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.654074,0.074949,0.8,"2013-06-27 00:00",0.79,"2013-05-10 00:00",0.76,"2013-06-21 00:00",0.71,"2013-02-15 00:00","","","","",0.8,0.8,0.79,0.76,0.7,0.67,0.53,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43802",1,27.850348,-82.714465,"WGS84","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.485185,0.441879,1.93,"2013-05-04 00:00",1.23,"2013-05-16 00:00",1.17,"2013-03-11 00:00",0.99,"2013-04-28 00:00","","","","",1.93,1.93,1.23,1.17,0.57,0.34,0.14,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43803",1,27.850348,-82.714465,"WGS84","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.031111,0.015021,0.07,"2013-01-16 00:00",0.07,"2013-02-03 00:00",0.06,"2013-03-05 00:00",0.05,"2013-05-10 00:00","","","","",0.07,0.07,0.07,0.06,0.03,0.03,0.02,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43804",1,27.850348,-82.714465,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.082593,0.007642,0.11,"2013-04-04 00:00",0.1,"2013-03-11 00:00",0.09,"2013-02-27 00:00",0.09,"2013-03-29 00:00","","","","",0.11,0.11,0.1,0.09,0.08,0.08,0.08,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43811",1,27.850348,-82.714465,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.232111,0.027518,0.29,"2013-03-29 00:00",0.276,"2013-02-03 00:00",0.269,"2013-03-11 00:00",0.255,"2013-01-28 00:00","","","","",0.29,0.29,0.276,0.269,0.246,0.231,0.197,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43812",1,27.850348,-82.714465,"WGS84","Chloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.000741,0.003849,0.02,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43813",1,27.850348,-82.714465,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43814",1,27.850348,-82.714465,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.012593,0.005944,0.02,"2013-01-22 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-27 00:00",0.02,"2013-03-11 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0.01,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43815",1,27.850348,-82.714465,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.035556,0.012195,0.05,"2013-01-22 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-27 00:00",0.05,"2013-03-05 00:00","","","","",0.05,0.05,0.05,0.05,0.04,0.04,0.02,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43817",1,27.850348,-82.714465,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.015556,0.015771,0.04,"2013-02-03 00:00",0.04,"2013-02-09 00:00",0.04,"2013-03-05 00:00",0.04,"2013-04-04 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.02,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43818",1,27.850348,-82.714465,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.005185,0.013118,0.05,"2013-03-05 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-16 00:00","","","","",0.05,0.05,0.03,0.03,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43819",1,27.850348,-82.714465,"WGS84","Bromomethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.007778,0.01086,0.05,"2013-06-21 00:00",0.02,"2013-01-16 00:00",0.02,"2013-03-11 00:00",0.02,"2013-06-27 00:00","","","","",0.05,0.05,0.02,0.02,0.01,0.01,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43820",1,27.850348,-82.714465,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.011111,0.057735,0.3,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43823",1,27.850348,-82.714465,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.469074,0.039675,0.554,"2013-03-29 00:00",0.549,"2013-06-27 00:00",0.524,"2013-03-11 00:00",0.512,"2013-06-03 00:00","","","","",0.554,0.554,0.549,0.524,0.495,0.468,0.423,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43824",1,27.850348,-82.714465,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43826",1,27.850348,-82.714465,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43829",1,27.850348,-82.714465,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43830",1,27.850348,-82.714465,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43831",1,27.850348,-82.714465,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.001111,0.005774,0.03,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.03,0.03,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43839",1,27.850348,-82.714465,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.006111,0.004154,0.024,"2013-04-04 00:00",0.016,"2013-04-10 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00","","","","",0.024,0.024,0.016,0.005,0.005,0.005,0.005,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43843",1,27.850348,-82.714465,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43844",1,27.850348,-82.714465,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.069259,0.039606,0.15,"2013-05-22 00:00",0.13,"2013-04-22 00:00",0.12,"2013-04-28 00:00",0.12,"2013-05-04 00:00","","","","",0.15,0.15,0.13,0.12,0.09,0.07,0.01,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","43860",1,27.850348,-82.714465,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.001852,0.005573,0.02,"2013-05-04 00:00",0.02,"2013-06-27 00:00",0.01,"2013-06-15 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45109",1,27.850348,-82.714465,"WGS84","m/p Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.177407,0.76557,3.84,"2013-01-16 00:00",2.62,"2013-02-03 00:00",2.59,"2013-03-05 00:00",1.73,"2013-05-10 00:00","","","","",3.84,3.84,2.62,2.59,1.37,0.89,0.58,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45201",1,27.850348,-82.714465,"WGS84","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.861852,0.473131,2.034,"2013-01-16 00:00",2.016,"2013-02-03 00:00",1.812,"2013-03-05 00:00",1.488,"2013-03-29 00:00","","","","",2.034,2.034,2.016,1.812,0.984,0.774,0.426,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45202",1,27.850348,-82.714465,"WGS84","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,2.592222,1.575811,8.78,"2013-01-16 00:00",4.84,"2013-03-05 00:00",4.83,"2013-02-03 00:00",3.48,"2013-05-10 00:00","","","","",8.78,8.78,4.84,4.83,3,2.3,1.04,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45203",1,27.850348,-82.714465,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.37037,0.205267,1.1,"2013-01-16 00:00",0.76,"2013-03-05 00:00",0.7,"2013-02-03 00:00",0.52,"2013-05-10 00:00","","","","",1.1,1.1,0.76,0.7,0.48,0.29,0.22,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45204",1,27.850348,-82.714465,"WGS84","o-Xylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.44,0.262825,1.36,"2013-01-16 00:00",0.93,"2013-02-03 00:00",0.86,"2013-03-05 00:00",0.66,"2013-05-10 00:00","","","","",1.36,1.36,0.93,0.86,0.54,0.34,0.23,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45207",1,27.850348,-82.714465,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,0.204833,0.196909,1.053,"2013-01-16 00:00",0.558,"2013-02-03 00:00",0.342,"2013-02-21 00:00",0.297,"2013-05-10 00:00","","","","",1.053,1.053,0.558,0.342,0.189,0.153,0.0855,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45208",1,27.850348,-82.714465,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.543333,0.375172,1.665,"2013-01-16 00:00",1.566,"2013-02-03 00:00",1.125,"2013-03-05 00:00",0.918,"2013-05-10 00:00","","","","",1.665,1.665,1.566,1.125,0.585,0.459,0.27,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45220",1,27.850348,-82.714465,"WGS84","Styrene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.331852,0.287148,1.22,"2013-05-16 00:00",1.07,"2013-01-16 00:00",0.71,"2013-05-22 00:00",0.59,"2013-03-05 00:00","","","","",1.22,1.22,1.07,0.71,0.43,0.26,0.1,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45501",6,27.850348,-82.714465,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.167689,0.101604,0.63,"2013-06-21 00:00",0.287,"2013-02-15 00:00",0.287,"2013-03-29 00:00",0.28,"2013-05-16 00:00","","","","",0.63,0.63,0.287,0.28,0.217,0.154,0.063,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","45503",6,27.850348,-82.714465,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0104,0.002107,0.0135,"2013-07-09 00:00",0.0135,"2013-07-15 00:00",0.0135,"2013-07-21 00:00",0.0135,"2013-07-27 00:00","","","","",0.0135,0.0135,0.0135,0.0135,0.0135,0.009,0.009,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","45504",6,27.850348,-82.714465,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",2,0.166829,0.06785,0.36,"2013-03-29 00:00",0.352,"2013-06-21 00:00",0.264,"2013-06-15 00:00",0.248,"2013-02-15 00:00","","","","",0.36,0.36,0.264,0.248,0.2,0.168,0.104,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-12-03" +"12","103","0026","45801",1,27.850348,-82.714465,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.022963,0.019178,0.05,"2013-04-22 00:00",0.05,"2013-04-28 00:00",0.05,"2013-05-04 00:00",0.05,"2013-05-10 00:00","","","","",0.05,0.05,0.05,0.05,0.04,0.02,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45805",1,27.850348,-82.714465,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",6,0.061111,0.039966,0.126,"2013-04-22 00:00",0.126,"2013-05-04 00:00",0.126,"2013-05-10 00:00",0.126,"2013-05-16 00:00","","","","",0.126,0.126,0.126,0.126,0.105,0.048,0.012,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45806",1,27.850348,-82.714465,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,0.054889,0.039727,0.12,"2013-04-22 00:00",0.12,"2013-05-04 00:00",0.12,"2013-05-10 00:00",0.12,"2013-05-16 00:00","","","","",0.12,0.12,0.12,0.12,0.08,0.05,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45807",1,27.850348,-82.714465,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.081111,0.054866,0.19,"2013-05-10 00:00",0.16,"2013-02-03 00:00",0.16,"2013-04-22 00:00",0.14,"2013-01-16 00:00","","","","",0.19,0.19,0.16,0.16,0.13,0.08,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","45810",1,27.850348,-82.714465,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.163704,0.105179,0.47,"2013-05-22 00:00",0.32,"2013-05-10 00:00",0.32,"2013-05-16 00:00",0.31,"2013-04-22 00:00","","","","",0.47,0.47,0.32,0.32,0.19,0.14,0.05,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2013-11-08" +"12","103","0026","68103",5,27.850348,-82.714465,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,42,51,122,0,1,"","","Certification not required",0,19.539216,6.470273,26.1,"2013-06-15 00:00",26,"2013-07-27 00:00",25.9,"2013-08-14 00:00",25.4,"2013-08-26 00:00","","","","",26.1,26,25.9,25,24.1,22.1,9,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","68104",5,27.850348,-82.714465,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,43,52,122,0,0,"","","Certification not required",0,30.45,4.932704,35.8,"2013-08-08 00:00",35.7,"2013-07-09 00:00",35.5,"2013-08-20 00:00",34.9,"2013-04-16 00:00","","","","",35.8,35.7,35.5,34.5,34.1,32.7,24.7,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","68105",5,27.850348,-82.714465,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,43,52,122,0,0,"","","Certification not required",0,24.103846,5.611332,30.2,"2013-08-14 00:00",29.6,"2013-07-27 00:00",29.3,"2013-06-15 00:00",29.3,"2013-07-21 00:00","","","","",30.2,29.6,29.3,29.2,28.1,26.4,16.2,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","68106",5,27.850348,-82.714465,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,42,51,122,0,1,"","","Certification not required",0,757.392157,2.786241,764,"2013-03-29 00:00",763,"2013-01-04 00:00",763,"2013-01-10 00:00",763,"2013-01-28 00:00","","","","",764,763,763,761,759,757,755,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","68107",5,27.850348,-82.714465,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,43,52,122,0,0,"","","Certification not required",0,761.711538,3.291918,770,"2013-03-29 00:00",768,"2013-01-10 00:00",768,"2013-01-28 00:00",767,"2013-02-03 00:00","","","","",770,768,768,766,763,762,758,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","68108",5,27.850348,-82.714465,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,43,52,122,0,0,"","","Certification not required",0,758.480769,2.873069,765,"2013-01-28 00:00",765,"2013-03-29 00:00",764,"2013-01-04 00:00",764,"2013-01-10 00:00","","","","",765,765,764,762,760,759,755,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","82102",5,27.850348,-82.714465,"WGS84","Antimony PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",36,59,36,61,0,6,"","","Certification not required",0,0.818611,0.404836,1.5,"2013-07-09 00:00",1.49,"2013-02-21 00:00",1.43,"2013-03-29 00:00",1.43,"2013-07-27 00:00","","","","",1.5,1.5,1.49,1.43,1.08,0.8,0.21,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82103",5,27.850348,-82.714465,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",39,64,39,61,0,6,"","","Certification not required",0,1.238462,1.21728,5.83,"2013-09-13 00:00",4.79,"2013-07-27 00:00",2.83,"2013-07-09 00:00",2.73,"2013-06-27 00:00","","","","",5.83,5.83,4.79,2.73,1.67,0.86,0.2,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82105",5,27.850348,-82.714465,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",33,54,33,61,0,6,"","","Certification not required",0,0.121818,0.109014,0.43,"2013-07-09 00:00",0.4,"2013-07-03 00:00",0.3,"2013-07-21 00:00",0.3,"2013-07-27 00:00","","","","",0.43,0.43,0.4,0.3,0.16,0.1,0.02,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82110",5,27.850348,-82.714465,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",41,67,41,61,0,6,"","","Certification not required",0,0.062927,0.073254,0.4,"2013-07-27 00:00",0.21,"2013-07-09 00:00",0.16,"2013-03-29 00:00",0.16,"2013-07-15 00:00","","","","",0.4,0.4,0.16,0.14,0.08,0.04,0.01,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82112",5,27.850348,-82.714465,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,6,"","","Certification not required",0,2.087381,0.415634,2.86,"2013-06-15 00:00",2.84,"2013-07-15 00:00",2.81,"2013-07-03 00:00",2.67,"2013-06-09 00:00","","","","",2.86,2.86,2.81,2.64,2.4,2.05,1.58,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82113",5,27.850348,-82.714465,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",32,52,32,61,0,6,"","","Certification not required",0,0.12125,0.091325,0.33,"2013-08-14 00:00",0.3,"2013-07-27 00:00",0.25,"2013-05-10 00:00",0.25,"2013-08-20 00:00","","","","",0.33,0.33,0.3,0.25,0.2,0.13,0.01,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82128",5,27.850348,-82.714465,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,6,"","","Certification not required",0,0.001295,0.000913,0.0047,"2013-03-29 00:00",0.0034,"2013-02-09 00:00",0.0031,"2013-01-16 00:00",0.0025,"2013-03-05 00:00","","","","",0.0047,0.0047,0.0031,0.0022,0.0017,0.0011,0.0004,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82132",5,27.850348,-82.714465,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,6,"","","Certification not required",0,2.084762,1.686516,7.93,"2013-06-15 00:00",5.43,"2013-06-09 00:00",5.26,"2013-08-14 00:00",5.21,"2013-06-03 00:00","","","","",7.93,7.93,5.26,5,2.78,1.46,0.77,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82136",5,27.850348,-82.714465,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.725385,0.553177,2.31,"2013-07-21 00:00",1.97,"2013-07-09 00:00",1.86,"2013-07-03 00:00",1.59,"2013-07-15 00:00","","","","",2.31,2.31,1.97,1.59,0.83,0.58,0.17,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","82154",5,27.850348,-82.714465,"WGS84","Selenium PM10 STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Nanograms/cubic meter (25 C)","No Events",33,54,33,61,0,6,"","","Certification not required",0,1.016061,0.599187,2.19,"2013-01-04 00:00",1.94,"2013-01-28 00:00",1.9,"2013-01-16 00:00",1.85,"2013-04-04 00:00","","","","",2.19,2.19,1.94,1.85,1.4,0.94,0.31,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-12" +"12","103","0026","88102",5,27.850348,-82.714465,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",49,0.021192,0.006306,0.042,"2013-08-02 00:00",0.039,"2013-03-05 00:00",0.035,"2013-06-15 00:00",0.026,"2013-01-22 00:00","","","","",0.042,0.039,0.035,0.026,0.026,0.021,0.014,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88103",5,27.850348,-82.714465,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.001,0.001534,0.007,"2013-09-13 00:00",0.006,"2013-07-27 00:00",0.005,"2013-01-10 00:00",0.004,"2013-02-03 00:00","","","","",0.007,0.006,0.005,0.002,0.001,0.001,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88104",5,27.850348,-82.714465,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",28,0.060096,0.099292,0.398,"2013-07-15 00:00",0.386,"2013-06-21 00:00",0.333,"2013-06-03 00:00",0.279,"2013-08-14 00:00","","","","",0.398,0.386,0.333,0.224,0.043,0.0125,0.0065,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88107",5,27.850348,-82.714465,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",51,0.006355,0.005827,0.0295,"2013-01-10 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-07-15 00:00",0.008,"2013-10-19 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88109",5,27.850348,-82.714465,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",11,0.003172,0.001924,0.0078,"2013-01-28 00:00",0.0077,"2013-03-17 00:00",0.0077,"2013-03-29 00:00",0.0071,"2013-02-03 00:00","","","","",0.0078,0.0077,0.0077,0.0064,0.0041,0.003,0.0009,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88110",5,27.850348,-82.714465,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.001058,0.003038,0.015,"2013-08-08 00:00",0.013,"2013-10-01 00:00",0.008,"2013-09-01 00:00",0.005,"2013-02-03 00:00","","","","",0.015,0.013,0.008,0.004,0,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88111",5,27.850348,-82.714465,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",2,0.036837,0.028894,0.151,"2013-08-14 00:00",0.128,"2013-07-15 00:00",0.112,"2013-06-21 00:00",0.0838,"2013-07-09 00:00","","","","",0.151,0.128,0.112,0.0579,0.0423,0.0326,0.0101,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88112",5,27.850348,-82.714465,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.0065,0.016069,0.076,"2013-10-13 00:00",0.067,"2013-10-01 00:00",0.056,"2013-10-07 00:00",0.033,"2013-09-25 00:00","","","","",0.076,0.067,0.056,0.006,0.003,0.002,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88113",5,27.850348,-82.714465,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",50,0.000693,0.00016,0.0014,"2013-03-29 00:00",0.0012,"2013-05-10 00:00",0.001,"2013-01-10 00:00",0.001,"2013-04-10 00:00","","","","",0.0014,0.0012,0.001,0.0007,0.0007,0.0007,0.00055,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88114",5,27.850348,-82.714465,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",13,0.004967,0.004085,0.0176,"2013-09-01 00:00",0.0162,"2013-08-14 00:00",0.0144,"2013-07-27 00:00",0.0134,"2013-07-21 00:00","","","","",0.0176,0.0162,0.0144,0.0101,0.007,0.0039,0.001,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88115",5,27.850348,-82.714465,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",2,0.113288,0.143577,0.668,"2013-11-06 00:00",0.501,"2013-02-27 00:00",0.446,"2013-03-11 00:00",0.421,"2013-09-25 00:00","","","","",0.668,0.501,0.446,0.345,0.148,0.0597,0.0104,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88117",5,27.850348,-82.714465,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.006061,0.009344,0.0435,"2013-04-10 00:00",0.0435,"2013-07-15 00:00",0.043,"2013-01-10 00:00",0.00485,"2013-01-28 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88118",5,27.850348,-82.714465,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.009181,0.006406,0.023,"2013-01-10 00:00",0.023,"2013-04-10 00:00",0.023,"2013-07-15 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88126",5,27.850348,-82.714465,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.05369,0.056614,0.258,"2013-06-21 00:00",0.235,"2013-07-15 00:00",0.184,"2013-06-03 00:00",0.17,"2013-08-14 00:00","","","","",0.258,0.235,0.184,0.16,0.0524,0.0343,0.017,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88128",5,27.850348,-82.714465,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.00075,0.001186,0.004,"2013-02-09 00:00",0.004,"2013-10-31 00:00",0.003,"2013-01-16 00:00",0.003,"2013-03-05 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88131",5,27.850348,-82.714465,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",50,0.010808,0.003649,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.015,0.011,0.007,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88132",5,27.850348,-82.714465,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.000808,0.001103,0.004,"2013-06-09 00:00",0.004,"2013-06-21 00:00",0.003,"2013-07-15 00:00",0.003,"2013-08-14 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88136",5,27.850348,-82.714465,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.000423,0.000825,0.004,"2013-07-15 00:00",0.002,"2013-02-21 00:00",0.002,"2013-03-17 00:00",0.002,"2013-03-23 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0,0,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88140",5,27.850348,-82.714465,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",34,0.015734,0.015169,0.064,"2013-11-06 00:00",0.063,"2013-02-27 00:00",0.0453,"2013-08-14 00:00",0.045,"2013-03-11 00:00","","","","",0.064,0.063,0.0453,0.039,0.027,0.009,0.0055,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88152",5,27.850348,-82.714465,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.005607,0.001516,0.008,"2013-01-28 00:00",0.008,"2013-03-11 00:00",0.008,"2013-03-17 00:00",0.008,"2013-04-28 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88154",5,27.850348,-82.714465,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.001042,0.000256,0.0013,"2013-03-05 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-05-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88160",5,27.850348,-82.714465,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",51,0.013788,0.004573,0.033,"2013-06-27 00:00",0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-09 00:00","","","","",0.033,0.018,0.018,0.018,0.018,0.016,0.01,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88161",5,27.850348,-82.714465,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",41,0.00511,0.006753,0.0308,"2013-06-21 00:00",0.0249,"2013-07-15 00:00",0.0229,"2013-08-14 00:00",0.0218,"2013-06-03 00:00","","","","",0.0308,0.0249,0.0229,0.0169,0.00265,0.0025,0.0021,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88164",5,27.850348,-82.714465,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.001588,0.00023,0.0019,"2013-01-28 00:00",0.0019,"2013-03-11 00:00",0.0019,"2013-03-17 00:00",0.0019,"2013-04-28 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88165",5,27.850348,-82.714465,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",4,0.140921,0.201922,0.867,"2013-06-21 00:00",0.8,"2013-07-15 00:00",0.607,"2013-06-03 00:00",0.547,"2013-08-14 00:00","","","","",0.867,0.8,0.607,0.482,0.132,0.051,0.016,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88166",5,27.850348,-82.714465,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.009115,0.005357,0.019,"2013-08-14 00:00",0.019,"2013-09-25 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0075,0.0042,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88167",5,27.850348,-82.714465,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",25,0.003589,0.00316,0.0143,"2013-10-31 00:00",0.0125,"2013-08-14 00:00",0.0115,"2013-01-28 00:00",0.0089,"2013-03-29 00:00","","","","",0.0143,0.0125,0.0115,0.0073,0.0048,0.0026,0.0009,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88168",5,27.850348,-82.714465,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",51,0.001506,0.001795,0.014,"2013-10-25 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-09 00:00","","","","",0.014,0.00175,0.00175,0.00175,0.00175,0.00115,0.00085,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88169",5,27.850348,-82.714465,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.565615,0.299112,1.39,"2013-03-23 00:00",1.28,"2013-07-27 00:00",1.26,"2013-05-10 00:00",1.07,"2013-01-28 00:00","","","","",1.39,1.28,1.26,1.06,0.708,0.495,0.265,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88176",5,27.850348,-82.714465,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",52,0.001002,0.000216,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88180",5,27.850348,-82.714465,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.056896,0.033696,0.207,"2013-03-17 00:00",0.122,"2013-03-29 00:00",0.12,"2013-02-03 00:00",0.105,"2013-03-05 00:00","","","","",0.207,0.122,0.12,0.0985,0.0678,0.0508,0.0263,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88184",5,27.850348,-82.714465,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",6,0.172923,0.1364,0.62,"2013-11-06 00:00",0.502,"2013-02-27 00:00",0.465,"2013-03-11 00:00",0.435,"2013-04-10 00:00","","","","",0.62,0.502,0.465,0.308,0.242,0.152,0.027,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88185",5,27.850348,-82.714465,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",46,0.005391,0.00502,0.0182,"2013-08-20 00:00",0.0144,"2013-02-15 00:00",0.0128,"2013-06-15 00:00",0.0118,"2013-05-22 00:00","","","","",0.0182,0.0144,0.0128,0.0115,0.0115,0.00225,0.0014,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88301",5,27.850348,-82.714465,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",5,0.235206,0.234551,0.903,"2013-03-23 00:00",0.768,"2013-01-28 00:00",0.764,"2013-05-10 00:00",0.685,"2013-03-29 00:00","","","","",0.903,0.768,0.764,0.62,0.377,0.171,0.0125,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88302",5,27.850348,-82.714465,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",1,0.232592,0.149371,0.615,"2013-11-06 00:00",0.59,"2013-10-07 00:00",0.57,"2013-09-19 00:00",0.51,"2013-09-25 00:00","","","","",0.615,0.59,0.57,0.45,0.295,0.21,0.07,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88303",5,27.850348,-82.714465,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",12,0.0416,0.032174,0.191,"2013-03-17 00:00",0.104,"2013-03-23 00:00",0.095,"2013-02-03 00:00",0.09,"2013-04-16 00:00","","","","",0.191,0.104,0.095,0.082,0.052,0.0349,0.012,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88306",5,27.850348,-82.714465,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.431288,0.197371,0.942,"2013-03-17 00:00",0.936,"2013-03-29 00:00",0.914,"2013-02-03 00:00",0.839,"2013-02-15 00:00","","","","",0.942,0.936,0.914,0.686,0.543,0.39,0.25,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88355",5,27.850348,-82.714465,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.69298,1.441774,6.5,"2013-03-17 00:00",6.37,"2013-03-29 00:00",5.32,"2013-02-03 00:00",4.03,"2013-01-22 00:00","","","","",6.5,6.5,5.32,3.96,1.8,1.17,0.578,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88357",5,27.850348,-82.714465,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.235449,0.188235,1.05,"2013-03-17 00:00",0.686,"2013-02-03 00:00",0.617,"2013-03-29 00:00",0.519,"2013-10-31 00:00","","","","",1.05,1.05,0.617,0.469,0.273,0.178,0.087,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88370",5,27.850348,-82.714465,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.560163,1.277503,5.99,"2013-03-17 00:00",5.57,"2013-03-29 00:00",4.59,"2013-02-03 00:00",3.68,"2013-01-22 00:00","","","","",5.99,5.99,4.59,3.66,1.66,1.14,0.58,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88374",5,27.850348,-82.714465,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",12,0.064163,0.110394,0.622,"2013-02-03 00:00",0.385,"2013-03-17 00:00",0.324,"2013-03-29 00:00",0.165,"2013-10-25 00:00","","","","",0.622,0.622,0.324,0.133,0.07,0.031,0.001,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88375",5,27.850348,-82.714465,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.383796,0.293306,1.25,"2013-03-29 00:00",1.19,"2013-03-17 00:00",1.15,"2013-10-13 00:00",0.971,"2013-07-27 00:00","","","","",1.25,1.25,1.15,0.968,0.451,0.274,0.153,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88376",5,27.850348,-82.714465,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.519122,0.428889,2.16,"2013-03-17 00:00",1.64,"2013-03-29 00:00",1.54,"2013-02-03 00:00",1.42,"2013-01-22 00:00","","","","",2.16,2.16,1.54,1.29,0.568,0.413,0.181,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88377",5,27.850348,-82.714465,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.336918,0.261483,1.13,"2013-03-17 00:00",0.988,"2013-02-03 00:00",0.97,"2013-03-29 00:00",0.849,"2013-01-22 00:00","","","","",1.13,1.13,0.97,0.797,0.392,0.239,0.124,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88378",5,27.850348,-82.714465,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.255857,0.251807,1.38,"2013-03-29 00:00",1.13,"2013-03-17 00:00",0.66,"2013-10-13 00:00",0.564,"2013-07-27 00:00","","","","",1.38,1.38,0.66,0.481,0.295,0.182,0.045,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88380",5,27.850348,-82.714465,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.368163,0.347395,1.56,"2013-03-17 00:00",1.41,"2013-02-03 00:00",1.41,"2013-03-29 00:00",0.799,"2013-01-22 00:00","","","","",1.56,1.56,1.41,0.799,0.448,0.225,0.105,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88383",5,27.850348,-82.714465,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.57358,0.569401,2.75,"2013-03-29 00:00",2.65,"2013-03-17 00:00",1.81,"2013-02-03 00:00",1.22,"2013-01-22 00:00","","","","",2.75,2.75,1.81,1.22,0.71,0.357,0.165,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88384",5,27.850348,-82.714465,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.05012,0.025184,0.0964,"2013-02-15 00:00",0.0941,"2013-06-15 00:00",0.0878,"2013-08-14 00:00",0.086,"2013-10-25 00:00","","","","",0.0964,0.0964,0.0878,0.0842,0.0703,0.0501,0.0161,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88385",5,27.850348,-82.714465,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.001112,0.000783,0.00648,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.00648,0.00648,0.001,0.001,0.001,0.001,0.001,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88388",5,27.850348,-82.714465,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.388612,0.408606,2.18,"2013-03-29 00:00",1.64,"2013-03-17 00:00",1.19,"2013-02-03 00:00",0.969,"2013-10-13 00:00","","","","",2.18,2.18,1.19,0.829,0.506,0.261,0.074,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88403",5,27.850348,-82.714465,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,1.479096,0.761107,3.95,"2013-03-23 00:00",3.05,"2013-06-15 00:00",3.01,"2013-05-10 00:00",2.92,"2013-07-27 00:00","","","","",3.95,3.05,3.01,2.63,1.82,1.32,0.712,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","0026","88502",5,27.850348,-82.714465,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,7.880769,2.915748,14.9,"2013-03-29 00:00",14.8,"2013-02-03 00:00",14,"2013-10-13 00:00",13,"2013-03-17 00:00","","","","",14.9,14.8,14,12.2,9.7,7.3,4.5,"","8601 60TH STREET N.,PINALLAS PARK, FL .","Florida","Pinellas","Pinellas Park","Tampa-St. Petersburg-Clearwater, FL","2014-02-13" +"12","103","1009","68101",1,27.986283,-82.78215,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",87,71,87,122,0,4,"","","Certification not required",84,0.057471,0.046084,0.4,"2013-02-03 00:00",0.3,"2013-03-14 00:00",0.1,"2013-03-26 00:00",0.05,"2013-01-01 00:00","","","","",0.4,0.3,0.05,0.05,0.05,0.05,0.05,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68102",1,27.986283,-82.78215,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",86,70,86,122,0,5,"","","Certification not required",0,24.072093,0.05456,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68103",1,27.986283,-82.78215,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,4,"","","Certification not required",0,18.633333,5.598602,26.7,"2013-07-24 00:00",26.1,"2013-06-15 00:00",25.7,"2013-08-11 00:00",24.7,"2013-07-27 00:00","","","","",26.7,26.1,23.9,23.8,22.8,20.5,9.7,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68104",1,27.986283,-82.78215,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,4,"","","Certification not required",0,28.735632,4.836849,34.5,"2013-08-11 00:00",34.5,"2013-09-16 00:00",34.4,"2013-08-17 00:00",34,"2013-08-08 00:00","","","","",34.5,34.5,34,33.3,32.6,30.9,20.9,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68105",1,27.986283,-82.78215,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,4,"","","Certification not required",0,23.150575,4.878784,29.6,"2013-08-05 00:00",29.2,"2013-08-11 00:00",28.7,"2013-08-14 00:00",28.4,"2013-07-24 00:00","","","","",29.6,29.2,28.3,27.9,27.1,24.9,14.7,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68106",1,27.986283,-82.78215,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,4,"","","Certification not required",0,761.183908,2.846984,767,"2013-01-10 00:00",767,"2013-01-25 00:00",767,"2013-01-28 00:00",767,"2013-02-18 00:00","","","","",767,767,767,765,763,761,758,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68107",1,27.986283,-82.78215,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,4,"","","Certification not required",0,765.011494,2.887399,772,"2013-02-18 00:00",771,"2013-01-25 00:00",771,"2013-01-28 00:00",771,"2013-03-29 00:00","","","","",772,771,770,769,767,765,762,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68108",1,27.986283,-82.78215,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,4,"","","Certification not required",0,763.091954,2.814548,769,"2013-01-25 00:00",769,"2013-01-28 00:00",769,"2013-02-18 00:00",769,"2013-03-29 00:00","","","","",769,769,768,767,765,763,760,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","68109",1,27.986283,-82.78215,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",84,69,84,122,0,7,"","","Certification not required",0,1438.440476,4.631873,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1436,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","88101",1,27.986283,-82.78215,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,9,0,0,"Certification not required",0,6.504878,3.376568,22.5,"2013-03-08 00:00",15.8,"2013-01-01 00:00",15.1,"2013-01-25 00:00",12.2,"2013-08-11 00:00","","","","",22.5,15.8,12,10.9,7.7,5.8,3.3,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","1009","88101",1,27.986283,-82.78215,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,9,"","","Certification not required",0,6.504878,3.376568,22.5,"2013-03-08 00:00",15.8,"2013-01-01 00:00",15.1,"2013-01-25 00:00",12.2,"2013-08-11 00:00","","","","",22.5,15.8,12,10.9,7.7,5.8,3.3,"Sandy Lane","1360 SANDY LANE CLEARWATER FLORIDA","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","2008","42101",1,27.8925,-82.680556,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6446,74,270,365,0,106,0,0,"Certification not required",5276,0.310503,0.140888,1.6,"2013-02-04 07:00",1.5,"2013-07-09 08:00",1.5,"2013-09-05 07:00",1.4,"2013-03-16 20:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"SW STREET CORNER AT THE INTERSECTION OF 34TH ST. N. AND ULMERTON RD.","34TH STREET N., CLEARWATER (ULMERTON RD)","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","2008","42101",1,27.8925,-82.680556,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6489,74,269,365,0,0,0,0,"Certification not required",0,0.338527,0.08316,0.9,"2013-02-04 08:00",0.9,"2013-02-04 09:00",0.9,"2013-02-04 10:00",0.9,"2013-02-04 11:00",0.9,"2013-02-04 08:00",0.9,"2013-09-05 11:00",0.7,0.6,0.5,0.5,0.3,0.3,0.3,"SW STREET CORNER AT THE INTERSECTION OF 34TH ST. N. AND ULMERTON RD.","34TH STREET N., CLEARWATER (ULMERTON RD)","Florida","Pinellas","Clearwater","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","3004","81102",1,27.895556,-82.774722,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,19.977778,7.193712,35,"2013-02-21 00:00",32,"2013-03-29 00:00",32,"2013-05-10 00:00",31,"2013-03-05 00:00","","","","",35,35,32,31,26,18,11,"","1301 ULMERTON ROAD (COUNTY MOTOR POOL)","Florida","Pinellas","Largo","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","3004","81102",2,27.895556,-82.774722,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,71,22,31,0,1,0,0,"Certification not required",0,19.782609,7.757439,36,"2013-02-21 00:00",30,"2013-03-05 00:00",29,"2013-04-10 00:00",28,"2013-06-21 00:00","","","","",36,36,30,29,26,18,11,"","1301 ULMERTON ROAD (COUNTY MOTOR POOL)","Florida","Pinellas","Largo","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5002","44201",1,28.09,-82.700833,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6445,87,212,245,0,107,0,0,"Certification not required",649,0.040774,0.012725,0.079,"2013-05-15 14:00",0.074,"2013-05-14 15:00",0.069,"2013-03-16 12:00",0.069,"2013-03-29 16:00","","","","",0.069,0.069,0.064,0.058,0.051,0.044,0.033,"","COUNTY ROAD 77 BOOKER CK PARK","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5002","44201",1,28.09,-82.700833,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6487,86,211,245,0,0,0,0,"Certification not required",0,0.03572,0.012165,0.068,"2013-05-14 10:00",0.068,"2013-05-15 11:00",0.066,"2013-03-29 12:00",0.065,"2013-03-16 11:00","","","","",0.066,0.064,0.058,0.052,0.047,0.039,0.028,"","COUNTY ROAD 77 BOOKER CK PARK","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5002","44201",1,28.09,-82.700833,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6487,86,211,245,0,0,0,0,"Certification not required",0,0.03572,0.012165,0.068,"2013-05-14 10:00",0.068,"2013-05-15 11:00",0.066,"2013-03-29 12:00",0.065,"2013-03-16 11:00","","","","",0.066,0.064,0.058,0.052,0.047,0.039,0.028,"","COUNTY ROAD 77 BOOKER CK PARK","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5002","81102",1,28.09,-82.700833,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,14.302326,3.467776,24,"2013-06-15 00:00",19,"2013-06-09 00:00",19,"2013-07-09 00:00",18,"2013-03-29 00:00","","","","",24,24,19,18,17,15,10,"","COUNTY ROAD 77 BOOKER CK PARK","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5002","88502",3,28.09,-82.700833,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6188,71,256,365,0,364,"","","Certification not required",0,8.3851,4.758476,38.5,"2013-01-01 06:00",38.2,"2013-01-01 08:00",37.4,"2013-01-01 07:00",37.3,"2013-08-12 14:00","","","","",25.1,21.5,17,14.1,10.5,7.6,3.6,"","COUNTY ROAD 77 BOOKER CK PARK","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5002","88502",3,28.09,-82.700833,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,8.351953,3.359668,23.5,"2013-03-08 00:00",22.8,"2013-08-12 00:00",21.8,"2013-08-11 00:00",20.2,"2013-03-09 00:00","","","","",21.8,18.8,14.3,12.3,9.6,7.6,5.2,"","COUNTY ROAD 77 BOOKER CK PARK","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5003","42401",1,28.141667,-82.739722,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6268,72,264,365,0,284,0,"","Certification not required",0,1.810606,3.741927,41,"2013-04-25 16:00",20,"2013-03-29 13:00",19,"2013-04-15 15:00",19,"2013-04-24 15:00","","","","",19,12,6,4,2,1,0,"SE CORNER OF US19 N & OAKWOOD, APP 1/4 M S OF TARPON AVE.","40671 US 19 NORTH","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5003","42401",1,28.141667,-82.739722,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6268,72,264,365,0,284,"","","Certification not required",0,0.263242,1.132632,41,"2013-04-25 16:00",20,"2013-03-29 13:00",19,"2013-04-15 15:00",19,"2013-04-24 15:00","","","","",3,2,2,1,0,0,0,"SE CORNER OF US19 N & OAKWOOD, APP 1/4 M S OF TARPON AVE.","40671 US 19 NORTH","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5003","42401",1,28.141667,-82.739722,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",264,72,264,365,0,0,0,"","Certification not required",0,0.265909,0.60194,2.9,"2013-04-24 00:00",2.5,"2013-04-25 00:00",2.2,"2013-06-21 00:00",2.2,"2013-06-23 00:00","","","","",2.2,2,1.4,1,0.5,0.1,-0.2,"SE CORNER OF US19 N & OAKWOOD, APP 1/4 M S OF TARPON AVE.","40671 US 19 NORTH","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5003","42401",1,28.141667,-82.739722,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2054,70,264,365,0,0,"",0,"Certification not required",0,0.247663,0.905184,15.3,"2013-04-24 17:00",14.3,"2013-04-25 17:00",13.3,"2013-05-23 11:00",8.3,"2013-04-15 17:00","","","","",3,2.3,1.6,1,0.3,0,0,"SE CORNER OF US19 N & OAKWOOD, APP 1/4 M S OF TARPON AVE.","40671 US 19 NORTH","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","103","5003","42401",5,28.141667,-82.739722,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74994,71,264,365,0,3630,"","","Certification not required",0,0.259327,1.463246,144,"2013-04-25 16:25",102,"2013-04-25 16:20",85,"2013-04-25 16:40",75,"2013-03-29 13:30","","","","",3,2,2,1,0,0,0,"SE CORNER OF US19 N & OAKWOOD, APP 1/4 M S OF TARPON AVE.","40671 US 19 NORTH","Florida","Pinellas","Tarpon Springs","Tampa-St. Petersburg-Clearwater, FL","2013-12-02" +"12","105","6005","42401",1,27.939444,-82.000278,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2398,27,97,365,0,146,0,"","Certification not required",0,5.185567,4.988173,31,"2013-12-14 20:00",25,"2013-11-19 17:00",16,"2013-11-16 01:00",15,"2013-12-28 20:00","","","","",31,25,12,10,8,4,1,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","42401",1,27.939444,-82.000278,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2398,27,97,365,0,146,"","","Certification not required",0,0.965388,2.066492,31,"2013-12-14 20:00",25,"2013-11-19 17:00",16,"2013-11-16 01:00",15,"2013-11-19 18:00","","","","",9,7,4,2,1,1,-2,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","42401",1,27.939444,-82.000278,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",97,27,97,365,0,0,0,"","Certification not required",0,1.019588,1.272599,5.6,"2013-12-14 00:00",4.4,"2013-11-19 00:00",2.5,"2013-12-04 00:00",2.5,"2013-12-12 00:00","","","","",5.6,4.4,2.4,2,1.8,1.2,-1.2,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","42401",1,27.939444,-82.000278,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",784,27,97,365,0,0,"",0,"Certification not required",0,0.975765,1.726682,16,"2013-11-19 17:00",13,"2013-12-14 20:00",12,"2013-12-14 08:00",8.3,"2013-10-17 11:00","","","","",7.3,5.6,3.6,2.3,1.3,1,-1.3,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","42401",5,27.939444,-82.000278,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",12681,12,45,365,0,567,"","","Certification not required",0,1.686381,2.407398,41,"2013-12-14 20:25",40,"2013-12-14 20:30",38,"2013-12-14 20:15",38,"2013-12-14 20:20","","","","",13,10,5,3,2,1,1,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","44201",1,27.939444,-82.000278,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8582,99,243,245,0,178,0,0,"Certification not required",724,0.042049,0.012757,0.08,"2013-04-25 15:00",0.077,"2013-03-29 16:00",0.077,"2013-05-14 17:00",0.071,"2013-04-26 16:00","","","","",0.077,0.071,0.064,0.059,0.053,0.045,0.038,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","44201",1,27.939444,-82.000278,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8590,97,237,245,0,0,0,0,"Certification not required",0,0.036759,0.011865,0.072,"2013-05-14 11:00",0.07,"2013-03-29 10:00",0.064,"2013-03-30 10:00",0.064,"2013-05-17 10:00","","","","",0.064,0.063,0.058,0.054,0.047,0.04,0.032,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6005","44201",1,27.939444,-82.000278,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8590,97,237,245,0,0,0,0,"Certification not required",0,0.036759,0.011865,0.072,"2013-05-14 11:00",0.07,"2013-03-29 10:00",0.064,"2013-03-30 10:00",0.064,"2013-05-17 10:00","","","","",0.064,0.063,0.058,0.054,0.047,0.04,0.032,"","2727 SHEPHERD RD (JAMES W. SIKES ELM SCH","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","44201",1,28.028889,-81.972222,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8698,100,244,245,0,62,0,0,"Certification not required",419,0.040996,0.013239,0.076,"2013-03-29 16:00",0.075,"2013-05-14 18:00",0.073,"2013-04-25 13:00",0.071,"2013-04-26 15:00","","","","",0.073,0.07,0.065,0.06,0.052,0.044,0.036,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","44201",1,28.028889,-81.972222,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,100,244,245,0,0,0,0,"Certification not required",0,0.036119,0.012582,0.071,"2013-05-14 11:00",0.069,"2013-03-29 10:00",0.065,"2013-03-30 10:00",0.064,"2013-03-28 11:00","","","","",0.065,0.064,0.059,0.054,0.047,0.04,0.031,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","44201",1,28.028889,-81.972222,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,100,244,245,0,0,0,0,"Certification not required",0,0.036119,0.012582,0.071,"2013-05-14 11:00",0.069,"2013-03-29 10:00",0.065,"2013-03-30 10:00",0.064,"2013-03-28 11:00","","","","",0.065,0.064,0.059,0.054,0.047,0.04,0.031,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68101",1,28.028889,-81.972222,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",116,95,116,122,0,6,"","","Certification not required",59,0.175431,0.150866,0.6,"2013-08-02 00:00",0.5,"2013-07-21 00:00",0.5,"2013-08-05 00:00",0.5,"2013-08-17 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68101",2,28.028889,-81.972222,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68102",1,28.028889,-81.972222,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,6,"","","Certification not required",0,23.914655,0.04223,24,"2013-10-16 00:00",24,"2013-11-09 00:00",24,"2013-11-12 00:00",24,"2013-11-15 00:00","","","","",24,24,24,24,23.9,23.9,23.9,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68102",2,28.028889,-81.972222,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",29,94,29,31,0,2,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68103",1,28.028889,-81.972222,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,6,"","","Certification not required",0,17.075,5.504068,23.6,"2013-08-08 00:00",23.6,"2013-08-14 00:00",23.3,"2013-08-05 00:00",23.3,"2013-08-11 00:00","","","","",23.6,23.3,23,22.7,21.5,18.5,7.8,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68103",2,28.028889,-81.972222,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,2,"","","Certification not required",0,17.534483,4.926262,24.6,"2013-08-08 00:00",23.2,"2013-07-27 00:00",23.2,"2013-08-20 00:00",22.1,"2013-10-07 00:00","","","","",24.6,24.6,23.2,23.2,21.5,18.2,9.3,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68104",1,28.028889,-81.972222,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,6,"","","Certification not required",0,29.631034,5.109061,36.4,"2013-06-12 00:00",36.3,"2013-08-17 00:00",36.2,"2013-08-14 00:00",36.1,"2013-08-11 00:00","","","","",36.3,36.2,35.7,35.3,33.9,31.2,22.1,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68104",2,28.028889,-81.972222,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,2,"","","Certification not required",0,28.851724,4.631462,34.8,"2013-08-20 00:00",34.2,"2013-08-08 00:00",32.8,"2013-07-27 00:00",32.7,"2013-09-13 00:00","","","","",34.8,34.8,34.2,32.8,32.3,30.5,21.6,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68105",1,28.028889,-81.972222,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,6,"","","Certification not required",0,22.252586,4.48992,28.7,"2013-08-11 00:00",28.2,"2013-06-18 00:00",28,"2013-07-30 00:00",27.6,"2013-07-27 00:00","","","","",28.2,28,27.5,27.1,26,23.5,15.3,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68105",2,28.028889,-81.972222,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,2,"","","Certification not required",0,22.182759,4.011686,27.7,"2013-07-27 00:00",27.7,"2013-08-08 00:00",26.8,"2013-08-20 00:00",25.9,"2013-06-09 00:00","","","","",27.7,27.7,27.7,26.8,25.1,23.4,15.5,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68106",1,28.028889,-81.972222,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,6,"","","Certification not required",0,756.525862,2.941343,763,"2013-01-10 00:00",763,"2013-01-28 00:00",763,"2013-02-18 00:00",762,"2013-01-25 00:00","","","","",763,763,762,760,758,757,754,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68106",2,28.028889,-81.972222,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,2,"","","Certification not required",0,757.689655,3.163446,764,"2013-01-28 00:00",763,"2013-03-29 00:00",762,"2013-12-18 00:00",761,"2013-01-04 00:00","","","","",764,764,763,762,759,758,753,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68107",1,28.028889,-81.972222,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,6,"","","Certification not required",0,761.482759,2.902721,768,"2013-02-18 00:00",767,"2013-01-25 00:00",767,"2013-01-28 00:00",767,"2013-03-29 00:00","","","","",767,767,766,766,763,762,758,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68107",2,28.028889,-81.972222,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,2,"","","Certification not required",0,761.862069,3.192895,767,"2013-01-28 00:00",767,"2013-03-29 00:00",766,"2013-01-04 00:00",766,"2013-12-18 00:00","","","","",767,767,767,766,764,762,757,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68108",1,28.028889,-81.972222,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,6,"","","Certification not required",0,759.077586,2.889714,766,"2013-02-18 00:00",765,"2013-01-10 00:00",765,"2013-01-28 00:00",765,"2013-03-29 00:00","","","","",765,765,764,763,761,759,756,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68108",2,28.028889,-81.972222,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,2,"","","Certification not required",0,759.862069,3.147835,765,"2013-01-28 00:00",765,"2013-03-29 00:00",764,"2013-01-04 00:00",764,"2013-12-18 00:00","","","","",765,765,765,764,761,760,754,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68109",1,28.028889,-81.972222,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",116,95,116,122,0,6,"","","Certification not required",0,1439.017241,2.874121,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","68109",2,28.028889,-81.972222,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,94,29,31,0,2,"","","Certification not required",0,1439.689655,0.967451,1440,"2013-01-04 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","81102",3,28.028889,-81.972222,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8607,98,359,365,0,153,"","","Certification not required",0,14.382944,8.086419,84,"2013-08-12 07:00",78,"2013-08-11 20:00",77,"2013-07-04 21:00",77,"2013-08-13 18:00","","","","",44,36,28,23,18,13,7,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","81102",3,28.028889,-81.972222,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,13.89415,5.15025,53,"2013-08-12 00:00",52,"2013-08-11 00:00",32,"2013-06-22 00:00",31,"2013-07-24 00:00","","","","",31,26,22,19,16,13,9,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","88101",1,28.028889,-81.972222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,6.549138,3.055842,18,"2013-03-08 00:00",16.2,"2013-01-25 00:00",13.3,"2013-08-11 00:00",12.9,"2013-01-22 00:00","","","","",16.2,13.3,12.6,12,7.8,6,3.3,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","88101",1,28.028889,-81.972222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,6.549138,3.055842,18,"2013-03-08 00:00",16.2,"2013-01-25 00:00",13.3,"2013-08-11 00:00",12.9,"2013-01-22 00:00","","","","",16.2,13.3,12.6,12,7.8,6,3.3,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","88101",2,28.028889,-81.972222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,0,0,"Certification not required",0,6.22069,2.594139,12.7,"2013-03-29 00:00",12.2,"2013-07-27 00:00",12.1,"2013-03-17 00:00",8.5,"2013-12-18 00:00","","","","",12.7,12.7,12.2,12.1,6.6,5.8,3.3,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","88101",2,28.028889,-81.972222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,"","","Certification not required",0,6.22069,2.594139,12.7,"2013-03-29 00:00",12.2,"2013-07-27 00:00",12.1,"2013-03-17 00:00",8.5,"2013-12-18 00:00","","","","",12.7,12.7,12.2,12.1,6.6,5.8,3.3,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","88502",3,28.028889,-81.972222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8405,96,352,365,0,355,"","","Certification not required",0,8.917775,4.804059,70.6,"2013-07-04 21:00",61.5,"2013-07-04 22:00",42.9,"2013-02-06 09:00",41.8,"2013-08-12 07:00","","","","",24.6,21.5,17.4,14.5,11,8.2,4.4,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","105","6006","88502",3,28.028889,-81.972222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,8.891193,3.014921,24.3,"2013-08-12 00:00",23.7,"2013-08-11 00:00",19.5,"2013-03-08 00:00",18.9,"2013-03-16 00:00","","","","",18.9,16.1,14.1,12.9,10.6,8.2,5.8,"Baptist Childrens' Home","1015 SIKES BLVD., LAKELAND","Florida","Polk","Lakeland","Lakeland, FL","2014-02-10" +"12","107","1008","42401",1,29.687748,-81.656509,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6340,72,265,365,0,212,0,"","Certification not required",0,2.015094,5.192484,39,"2013-01-19 11:00",36,"2013-02-20 10:00",33,"2013-09-27 10:00",27,"2013-03-08 11:00","","","","",33,22,11,4,1,1,0,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","107","1008","42401",1,29.687748,-81.656509,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6340,72,265,365,0,212,"","","Certification not required",0,0.095268,1.726735,39,"2013-01-19 11:00",36,"2013-02-20 10:00",35,"2013-01-19 12:00",35,"2013-02-20 11:00","","","","",6,3,1,1,0,0,-1,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","107","1008","42401",1,29.687748,-81.656509,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",265,73,265,365,0,0,0,"","Certification not required",0,0.08717,1.008517,5.4,"2013-01-19 00:00",5,"2013-02-20 00:00",4.8,"2013-03-20 00:00",3.7,"2013-03-07 00:00","","","","",4.8,2.7,1.7,1.1,0.6,0,-1,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","107","1008","42401",1,29.687748,-81.656509,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2100,72,264,365,0,0,"",0,"Certification not required",0,0.093952,1.505726,25.6,"2013-02-20 11:00",24.3,"2013-01-19 11:00",18.6,"2013-09-27 11:00",18.3,"2013-03-20 14:00","","","","",5.6,3,1.3,1,0.3,0,-1,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","107","1008","42401",5,29.687748,-81.656509,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",73839,70,264,365,0,4785,"","","Certification not required",0,0.112231,1.940706,86,"2013-02-20 10:35",83,"2013-01-19 11:50",60,"2013-02-20 11:20",60,"2013-02-20 11:30","","","","",5,2,1,1,1,0,-1,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","107","1008","81102",3,29.687748,-81.656509,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6508,74,272,365,0,44,"","","Certification not required",0,16.625077,10.747941,230,"2013-01-18 12:00",214,"2013-01-18 13:00",205,"2013-01-18 11:00",155,"2013-01-18 14:00","","","","",54,42,31,26,20,15,8,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","107","1008","81102",3,29.687748,-81.656509,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",272,75,272,365,0,0,0,0,"Certification not required",0,16.154412,6.362806,54,"2013-01-18 00:00",54,"2013-08-11 00:00",50,"2013-08-12 00:00",36,"2013-06-13 00:00","","","","",50,30,26,23,19,15,10,"","COMFORT AND PORT ROADS, PALATKA","Florida","Putnam","","Palatka, FL","2013-11-12" +"12","111","0013","44201",1,27.389079,-80.311033,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8195,91,222,245,0,565,0,0,"Certification not required",222,0.042207,0.011773,0.07,"2013-09-07 10:00",0.07,"2013-09-08 09:00",0.068,"2013-03-22 12:00",0.067,"2013-03-28 19:00","","","","",0.068,0.066,0.062,0.06,0.053,0.046,0.039,"","1420 E Midway rd","Florida","St. Lucie","Fort Pierce","Port St. Lucie, FL","2014-02-10" +"12","111","0013","44201",1,27.389079,-80.311033,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8211,91,222,245,0,0,0,0,"Certification not required",0,0.038401,0.012074,0.067,"2013-09-07 05:00",0.065,"2013-03-22 09:00",0.064,"2013-09-08 08:00",0.063,"2013-03-28 14:00","","","","",0.064,0.063,0.057,0.056,0.05,0.044,0.036,"","1420 E Midway rd","Florida","St. Lucie","Fort Pierce","Port St. Lucie, FL","2014-02-10" +"12","111","0013","44201",1,27.389079,-80.311033,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8211,91,222,245,0,0,0,0,"Certification not required",0,0.038401,0.012074,0.067,"2013-09-07 05:00",0.065,"2013-03-22 09:00",0.064,"2013-09-08 08:00",0.063,"2013-03-28 14:00","","","","",0.064,0.063,0.057,0.056,0.05,0.044,0.036,"","1420 E Midway rd","Florida","St. Lucie","Fort Pierce","Port St. Lucie, FL","2014-02-10" +"12","113","0015","44201",1,30.394133,-87.008033,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6526,87,214,245,0,26,0,0,"Certification not required",59,0.044631,0.012559,0.079,"2013-08-06 14:00",0.076,"2013-05-13 14:00",0.075,"2013-05-08 18:00",0.071,"2013-04-26 16:00","","","","",0.075,0.071,0.065,0.061,0.053,0.048,0.037,"","1500 WOODLAWN WAY","Florida","Santa Rosa","Gulf Breeze","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","113","0015","44201",1,30.394133,-87.008033,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6542,87,214,245,0,0,0,0,"Certification not required",0,0.040182,0.011933,0.069,"2013-05-08 15:00",0.066,"2013-03-29 10:00",0.066,"2013-04-26 11:00",0.065,"2013-05-15 09:00","","","","",0.066,0.064,0.061,0.056,0.049,0.044,0.032,"","1500 WOODLAWN WAY","Florida","Santa Rosa","Gulf Breeze","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","113","0015","44201",1,30.394133,-87.008033,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6542,87,214,245,0,0,0,0,"Certification not required",0,0.040182,0.011933,0.069,"2013-05-08 15:00",0.066,"2013-03-29 10:00",0.066,"2013-04-26 11:00",0.065,"2013-05-15 09:00","","","","",0.066,0.064,0.061,0.056,0.049,0.044,0.032,"","1500 WOODLAWN WAY","Florida","Santa Rosa","Gulf Breeze","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","113","0015","88502",3,30.394133,-87.008033,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6329,72,263,365,0,223,"","","Certification not required",0,9.229562,7.694476,483.6,"2013-03-17 06:00",61.8,"2013-05-13 14:00",61.8,"2013-06-14 12:00",61.4,"2013-05-13 15:00","","","","",24.9,21.8,17.8,14.8,11.2,8.4,4.3,"","1500 WOODLAWN WAY","Florida","Santa Rosa","Gulf Breeze","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","113","0015","88502",3,30.394133,-87.008033,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,"","","Certification not required",0,9.158175,3.54082,25.6,"2013-03-17 00:00",24.1,"2013-03-08 00:00",21.9,"2013-03-09 00:00",21.3,"2013-01-27 00:00","","","","",21.9,17,16.2,13.6,10.9,8.5,5.5,"","1500 WOODLAWN WAY","Florida","Santa Rosa","Gulf Breeze","Pensacola-Ferry Pass-Brent, FL","2013-11-14" +"12","115","0013","68101",1,27.290556,-82.507222,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,93,111,122,0,17,"","","Certification not required",4,0.344737,0.103558,0.5,"2013-03-20 00:00",0.5,"2013-04-19 00:00",0.5,"2013-05-01 00:00",0.5,"2013-06-22 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.4,0.2,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68101",2,27.290556,-82.507222,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",46,100,27,31,0,12,"","","Certification not required",11,0.394565,0.23315,0.7,"2013-06-11 00:00",0.7,"2013-08-20 00:00",0.7,"2013-09-01 00:00",0.6,"2013-05-28 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.05,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68102",1,27.290556,-82.507222,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,93,111,122,0,17,"","","Certification not required",0,23.999123,0.009366,24,"2013-01-01 00:00",24,"2013-01-09 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68102",2,27.290556,-82.507222,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",46,100,27,31,0,12,"","","Certification not required",0,24.002174,0.014744,24.1,"2013-08-20 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-02-15 00:00","","","","",24.1,24.1,24,24,24,24,24,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68103",1,27.290556,-82.507222,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,111,122,0,17,"","","Certification not required",0,18.268421,5.230887,26.2,"2013-07-24 00:00",25.8,"2013-08-05 00:00",25.2,"2013-07-27 00:00",25,"2013-08-14 00:00","","","","",25.8,25.2,23.9,23.6,22.6,18.9,10.5,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68103",2,27.290556,-82.507222,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",46,100,27,31,0,12,"","","Certification not required",0,18.2,5.284022,24.4,"2013-07-27 00:00",23.2,"2013-06-11 00:00",23,"2013-08-08 00:00",23,"2013-08-11 00:00","","","","",24.4,24.4,23,22.9,21.9,20.5,9.7,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68104",1,27.290556,-82.507222,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,111,122,0,17,"","","Certification not required",0,28.938596,4.44967,35.7,"2013-09-04 00:00",35.3,"2013-08-11 00:00",34.9,"2013-07-30 00:00",34.3,"2013-09-07 00:00","","","","",35.3,34.9,34.2,33.7,32.7,29.9,23,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68104",2,27.290556,-82.507222,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",46,100,27,31,0,12,"","","Certification not required",0,29.123913,3.779546,35,"2013-09-04 00:00",34,"2013-07-30 00:00",34,"2013-08-11 00:00",33.5,"2013-08-20 00:00","","","","",35,35,34,33.2,31.9,30.1,23,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68105",1,27.290556,-82.507222,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,111,122,0,17,"","","Certification not required",0,23.012281,4.340184,29.5,"2013-08-05 00:00",29.1,"2013-08-11 00:00",28.8,"2013-07-24 00:00",28.8,"2013-07-27 00:00","","","","",29.1,28.8,28.7,27.6,26.6,23.9,16.7,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68105",2,27.290556,-82.507222,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",46,100,27,31,0,12,"","","Certification not required",0,22.967391,4.059341,28.3,"2013-08-11 00:00",28,"2013-07-27 00:00",26.9,"2013-06-11 00:00",26.7,"2013-06-27 00:00","","","","",28.3,28.3,26.9,26.7,25.8,24.4,16.2,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68106",1,27.290556,-82.507222,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,111,122,0,17,"","","Certification not required",0,759.903509,2.670618,766,"2013-03-27 00:00",766,"2013-12-18 00:00",765,"2013-01-10 00:00",765,"2013-01-25 00:00","","","","",766,765,765,764,761,760,757,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68106",2,27.290556,-82.507222,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,100,27,31,0,12,"","","Certification not required",0,758.608696,2.992422,765,"2013-01-10 00:00",765,"2013-12-12 00:00",765,"2013-12-18 00:00",763,"2013-02-18 00:00","","","","",765,765,765,763,760,758,755,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68107",1,27.290556,-82.507222,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,111,122,0,17,"","","Certification not required",0,763.798246,2.759312,770,"2013-02-18 00:00",769,"2013-01-25 00:00",769,"2013-01-28 00:00",769,"2013-03-27 00:00","","","","",769,769,769,768,765,764,761,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68107",2,27.290556,-82.507222,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,100,27,31,0,12,"","","Certification not required",0,763.021739,3.065863,770,"2013-12-12 00:00",769,"2013-01-10 00:00",769,"2013-02-18 00:00",769,"2013-12-18 00:00","","","","",770,770,769,767,765,763,760,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68108",1,27.290556,-82.507222,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,111,122,0,17,"","","Certification not required",0,761.798246,2.684534,768,"2013-02-18 00:00",767,"2013-01-10 00:00",767,"2013-01-25 00:00",767,"2013-01-28 00:00","","","","",767,767,767,766,763,762,759,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68108",2,27.290556,-82.507222,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,100,27,31,0,12,"","","Certification not required",0,760.891304,2.922923,767,"2013-01-10 00:00",767,"2013-12-12 00:00",767,"2013-12-18 00:00",766,"2013-02-18 00:00","","","","",767,767,767,765,762,761,758,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68109",1,27.290556,-82.507222,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,93,111,122,0,17,"","","Certification not required",0,1439.570175,0.995292,1440,"2013-01-01 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","68109",2,27.290556,-82.507222,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",46,100,27,31,0,12,"","","Certification not required",0,1439.608696,0.576513,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-02-15 00:00",1440,"2013-02-18 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","88101",1,27.290556,-82.507222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,91,111,122,0,18,0,0,"Certification not required",0,5.933628,3.269082,22.7,"2013-03-08 00:00",15.5,"2013-01-25 00:00",14.7,"2013-02-24 00:00",13.5,"2013-03-29 00:00","","","","",15.5,14.7,11.7,10.2,7.1,5.1,3.2,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","88101",1,27.290556,-82.507222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,91,111,122,0,18,"","","Certification not required",0,5.933628,3.269082,22.7,"2013-03-08 00:00",15.5,"2013-01-25 00:00",14.7,"2013-02-24 00:00",13.5,"2013-03-29 00:00","","","","",15.5,14.7,11.7,10.2,7.1,5.1,3.2,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","88101",2,27.290556,-82.507222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,87,27,31,0,14,0,0,"Certification not required",0,4.861364,2.134895,11.4,"2013-07-27 00:00",11.4,"2013-08-11 00:00",9.2,"2013-03-17 00:00",8.2,"2013-03-08 00:00","","","","",11.4,11.4,11.4,9.2,7.2,5,4.1,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","88101",2,27.290556,-82.507222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,87,27,31,0,14,"","","Certification not required",0,4.861364,2.134895,11.4,"2013-07-27 00:00",11.4,"2013-08-11 00:00",9.2,"2013-03-17 00:00",8.2,"2013-03-08 00:00","","","","",11.4,11.4,11.4,9.2,7.2,5,4.1,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","88502",3,27.290556,-82.507222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8590,98,357,365,0,170,"","","Certification not required",0,7.237276,4.484446,49.1,"2013-03-08 04:00",43.8,"2013-05-08 15:00",42.8,"2013-03-08 22:00",41.8,"2013-07-04 21:00","","","","",22,19.3,15.3,12.6,9.2,6.5,2.7,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","0013","88502",3,27.290556,-82.507222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,7.198319,3.195353,25.1,"2013-03-08 00:00",20.5,"2013-08-12 00:00",19.5,"2013-03-09 00:00",19.1,"2013-08-11 00:00","","","","",19.1,16.2,13.4,11.1,8.6,6.6,4.1,"Bee Ridge Park","BEE RIDGE PARK-WILKENSON&LOCKWOOD RIDGE","Florida","Sarasota","Ridge Wood Heights","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1005","44201",1,27.306944,-82.570556,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8674,100,245,245,0,86,0,0,"Certification not required",13,0.043792,0.013014,0.083,"2013-05-14 15:00",0.082,"2013-03-08 15:00",0.079,"2013-03-29 16:00",0.078,"2013-03-15 16:00","","","","",0.079,0.077,0.067,0.061,0.054,0.047,0.037,"","450 MICINLEY DR.","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1005","44201",1,27.306944,-82.570556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8720,100,245,245,0,0,0,0,"Certification not required",0,0.039453,0.012061,0.077,"2013-05-14 12:00",0.075,"2013-03-29 14:00",0.072,"2013-03-08 12:00",0.071,"2013-03-15 11:00","","","","",0.072,0.069,0.06,0.055,0.049,0.042,0.033,"","450 MICINLEY DR.","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1005","44201",1,27.306944,-82.570556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8720,100,245,245,0,0,1,1,"Certification not required",0,0.039453,0.012061,0.077,"2013-05-14 12:00",0.075,"2013-03-29 14:00",0.072,"2013-03-08 12:00",0.071,"2013-03-15 11:00","","","","",0.072,0.069,0.06,0.055,0.049,0.042,0.033,"","450 MICINLEY DR.","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","42601",1,27.350278,-82.48,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5867,67,244,365,0,2893,"","","Certification not required",0,0.592466,1.282111,41,"2013-10-22 07:00",26,"2013-12-10 08:00",19,"2013-12-10 07:00",18,"2013-05-08 07:00","","","","",5,4,2,1,1,0,0,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","42602",1,27.350278,-82.48,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5913,68,247,365,0,2847,0,"","Certification not required",0,5.558704,3.147395,20,"2013-12-18 20:00",18,"2013-05-08 07:00",17,"2013-12-16 18:00",15,"2013-12-17 18:00","","","","",17,15,12,9,7,5,2,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","42602",1,27.350278,-82.48,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5913,68,247,365,0,2847,"","","Certification not required",0,2.173516,1.970948,20,"2013-12-18 20:00",18,"2013-05-08 07:00",17,"2013-12-16 18:00",15,"2013-12-17 18:00","","","","",10,8,6,5,3,2,0,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","42603",1,27.350278,-82.48,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5913,68,247,365,0,2847,"","","Certification not required",0,2.702013,2.584464,46,"2013-10-22 07:00",35,"2013-05-08 07:00",34,"2013-12-10 08:00",31,"2013-12-03 07:00","","","","",13,10,7,5,3,2,1,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","44201",1,27.350278,-82.48,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8682,100,244,245,0,78,0,0,"Certification not required",659,0.041164,0.013707,0.081,"2013-03-08 15:00",0.081,"2013-05-14 16:00",0.077,"2013-03-29 16:00",0.075,"2013-03-15 16:00","","","","",0.077,0.074,0.065,0.06,0.053,0.046,0.036,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","44201",1,27.350278,-82.48,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,100,244,245,0,0,0,0,"Certification not required",0,0.036381,0.012715,0.073,"2013-05-14 12:00",0.072,"2013-03-29 12:00",0.07,"2013-03-08 10:00",0.067,"2013-03-15 11:00","","","","",0.07,0.067,0.059,0.054,0.049,0.041,0.032,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","44201",1,27.350278,-82.48,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,100,244,245,0,0,0,0,"Certification not required",0,0.036381,0.012715,0.073,"2013-05-14 12:00",0.072,"2013-03-29 12:00",0.07,"2013-03-08 10:00",0.067,"2013-03-15 11:00","","","","",0.07,0.067,0.059,0.054,0.049,0.041,0.032,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","81102",1,27.350278,-82.48,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8718,100,365,365,0,42,"","","Certification not required",0,16.416839,12.632872,111,"2013-02-07 07:00",105,"2013-03-15 22:00",100,"2013-03-15 21:00",91,"2013-09-14 07:00","","","","",61,53,41,31,21,14,5,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","1006","81102",1,27.350278,-82.48,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,15.926027,6.110027,49,"2013-08-11 00:00",46,"2013-07-25 00:00",45,"2013-08-12 00:00",42,"2013-07-23 00:00","","","","",42,34,27,23,18,15,9,"COUNTY PARK","4570 17TH STREET","Florida","Sarasota","Sarasota","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","2002","44201",1,27.089194,-82.362583,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8655,98,241,245,0,105,0,0,"Certification not required",134,0.040896,0.013216,0.088,"2013-03-08 16:00",0.081,"2013-05-14 16:00",0.079,"2013-03-28 16:00",0.078,"2013-03-15 16:00","","","","",0.079,0.074,0.066,0.059,0.052,0.045,0.037,"","201 SOUTH JACKSON ROAD VENICE FLORIDA","Florida","Sarasota","Venice","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","2002","44201",1,27.089194,-82.362583,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8641,98,239,245,0,0,0,0,"Certification not required",0,0.036674,0.012137,0.074,"2013-03-08 11:00",0.071,"2013-03-15 11:00",0.07,"2013-05-14 13:00",0.069,"2013-03-28 11:00","","","","",0.07,0.069,0.06,0.054,0.048,0.041,0.033,"","201 SOUTH JACKSON ROAD VENICE FLORIDA","Florida","Sarasota","Venice","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","2002","44201",1,27.089194,-82.362583,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8641,98,239,245,0,0,0,0,"Certification not required",0,0.036674,0.012137,0.074,"2013-03-08 11:00",0.071,"2013-03-15 11:00",0.07,"2013-05-14 13:00",0.069,"2013-03-28 11:00","","","","",0.07,0.069,0.06,0.054,0.048,0.041,0.033,"","201 SOUTH JACKSON ROAD VENICE FLORIDA","Florida","Sarasota","Venice","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","2002","88502",3,27.089194,-82.362583,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7935,91,329,365,0,825,"","","Certification not required",0,9.060693,5.641711,54.5,"2013-03-15 12:00",47.6,"2013-03-08 18:00",44.5,"2013-02-06 10:00",43.7,"2013-03-08 17:00","","","","",27.7,24.3,19.8,15.9,11.5,8.1,3.5,"","201 SOUTH JACKSON ROAD VENICE FLORIDA","Florida","Sarasota","Venice","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","115","2002","88502",3,27.089194,-82.362583,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,9.050456,3.60034,25.7,"2013-03-08 00:00",23.2,"2013-07-23 00:00",22.7,"2013-03-09 00:00",22.7,"2013-07-25 00:00","","","","",22.7,20.9,16.5,13.2,10.3,8.3,5.6,"","201 SOUTH JACKSON ROAD VENICE FLORIDA","Florida","Sarasota","Venice","Bradenton-Sarasota-Venice, FL","2014-02-14" +"12","117","1002","44201",1,28.746111,-81.310556,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8656,100,244,245,0,104,0,0,"Certification not required",366,0.042299,0.011638,0.074,"2013-04-25 14:00",0.07,"2013-03-30 12:00",0.07,"2013-04-30 14:00",0.068,"2013-03-29 15:00","","","","",0.07,0.066,0.063,0.058,0.051,0.046,0.038,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","44201",1,28.746111,-81.310556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,100,244,245,0,0,0,0,"Certification not required",0,0.037598,0.011421,0.068,"2013-03-30 11:00",0.065,"2013-03-29 11:00",0.064,"2013-04-25 10:00",0.061,"2013-03-15 11:00","","","","",0.064,0.061,0.057,0.054,0.048,0.041,0.034,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","44201",1,28.746111,-81.310556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,100,244,245,0,0,0,0,"Certification not required",0,0.037598,0.011421,0.068,"2013-03-30 11:00",0.065,"2013-03-29 11:00",0.064,"2013-04-25 10:00",0.061,"2013-03-15 11:00","","","","",0.064,0.061,0.057,0.054,0.048,0.041,0.034,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68101",1,28.746111,-81.310556,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",122,100,122,122,0,0,"","","Certification not required",103,0.080738,0.082933,0.5,"2013-12-24 00:00",0.4,"2013-03-29 00:00",0.3,"2013-02-03 00:00",0.3,"2013-02-18 00:00","","","","",0.4,0.3,0.3,0.2,0.05,0.05,0.05,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68101",2,28.746111,-81.310556,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",30,97,29,31,0,2,"","","Certification not required",3,0.398333,0.16478,0.6,"2013-06-09 00:00",0.6,"2013-07-03 00:00",0.6,"2013-08-08 00:00",0.6,"2013-08-20 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.2,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68102",1,28.746111,-81.310556,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",122,100,122,122,0,0,"","","Certification not required",0,24.00082,0.015724,24.1,"2013-03-02 00:00",24.1,"2013-03-17 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00","","","","",24.1,24,24,24,24,24,24,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68102",2,28.746111,-81.310556,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",30,97,29,31,0,2,"","","Certification not required",0,23.986667,0.057135,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68103",1,28.746111,-81.310556,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,17.352459,5.814832,24.9,"2013-08-08 00:00",24.5,"2013-06-15 00:00",24.2,"2013-08-11 00:00",24.2,"2013-08-14 00:00","","","","",24.5,24.2,24,23.3,22.2,18.7,8.9,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68103",2,28.746111,-81.310556,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,29,31,0,2,"","","Certification not required",0,17.79,5.478444,25.2,"2013-08-08 00:00",24.5,"2013-08-20 00:00",24.4,"2013-07-27 00:00",23,"2013-07-03 00:00","","","","",25.2,25.2,24.5,24.4,22.2,18.2,11.2,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68104",1,28.746111,-81.310556,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,28.47623,4.73564,37.1,"2013-08-14 00:00",35.9,"2013-06-12 00:00",35.6,"2013-08-05 00:00",35.3,"2013-08-11 00:00","","","","",35.9,35.6,35,34.2,32.3,29.6,22,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68104",2,28.746111,-81.310556,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,29,31,0,2,"","","Certification not required",0,28.743333,4.844313,35.6,"2013-09-01 00:00",35.4,"2013-07-27 00:00",34.9,"2013-09-13 00:00",33.9,"2013-10-19 00:00","","","","",35.6,35.6,35.4,34.9,33,29.9,22.6,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68105",1,28.746111,-81.310556,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,22.27459,4.688822,29,"2013-08-11 00:00",28.7,"2013-08-08 00:00",28.6,"2013-07-30 00:00",28.3,"2013-08-20 00:00","","","","",28.7,28.6,27.8,27.7,26.1,23.2,15.6,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68105",2,28.746111,-81.310556,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,29,31,0,2,"","","Certification not required",0,22.683333,4.524804,29,"2013-08-08 00:00",28.7,"2013-08-20 00:00",28.2,"2013-09-13 00:00",27.5,"2013-07-27 00:00","","","","",29,29,28.7,28.2,26.4,23.7,16.4,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68106",1,28.746111,-81.310556,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,759.508197,2.977175,766,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-02-18 00:00",765,"2013-11-30 00:00","","","","",766,765,764,763,761,760,755,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68106",2,28.746111,-81.310556,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,29,31,0,2,"","","Certification not required",0,760.5,3.550134,768,"2013-01-28 00:00",766,"2013-01-04 00:00",766,"2013-03-29 00:00",764,"2013-05-28 00:00","","","","",768,768,766,766,763,761,756,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68107",1,28.746111,-81.310556,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,764.098361,2.870223,770,"2013-01-28 00:00",770,"2013-02-18 00:00",770,"2013-03-29 00:00",769,"2013-01-10 00:00","","","","",770,770,769,768,766,764,760,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68107",2,28.746111,-81.310556,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,29,31,0,2,"","","Certification not required",0,764.333333,3.835706,772,"2013-01-28 00:00",771,"2013-03-29 00:00",770,"2013-01-04 00:00",768,"2013-02-09 00:00","","","","",772,772,771,770,766,765,759,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68108",1,28.746111,-81.310556,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,761.92623,2.781783,768,"2013-01-10 00:00",768,"2013-01-28 00:00",768,"2013-02-18 00:00",767,"2013-03-29 00:00","","","","",768,768,766,765,764,762,759,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68108",2,28.746111,-81.310556,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,29,31,0,2,"","","Certification not required",0,762.4,3.62558,769,"2013-01-28 00:00",769,"2013-03-29 00:00",768,"2013-01-04 00:00",766,"2013-02-09 00:00","","","","",769,769,769,768,764,763,758,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68109",1,28.746111,-81.310556,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",122,100,122,122,0,0,"","","Certification not required",0,1439.762295,0.803436,1440,"2013-01-01 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","68109",2,28.746111,-81.310556,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",30,97,29,31,0,2,"","","Certification not required",0,1439.833333,0.379049,1440,"2013-01-04 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00",1440,"2013-03-05 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","81102",3,28.746111,-81.310556,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8420,96,352,365,0,340,"","","Certification not required",0,13.976722,8.945862,102,"2013-08-11 16:00",95,"2013-08-11 20:00",90,"2013-07-04 21:00",90,"2013-08-11 22:00","","","","",46,37,28,23,17,13,5,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","81102",3,28.746111,-81.310556,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",352,96,352,365,0,0,0,0,"Certification not required",0,13.454545,5.713301,69,"2013-08-11 00:00",62,"2013-08-12 00:00",29,"2013-06-14 00:00",27,"2013-01-01 00:00","","","","",27,27,21,19,15,13,9,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","88101",1,28.746111,-81.310556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,6.303279,3.415302,25.3,"2013-08-11 00:00",16.6,"2013-01-25 00:00",16.2,"2013-02-18 00:00",16,"2013-01-01 00:00","","","","",16.6,16.2,11.4,9.8,7.7,5.5,3.2,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","88101",1,28.746111,-81.310556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,6.303279,3.415302,25.3,"2013-08-11 00:00",16.6,"2013-01-25 00:00",16.2,"2013-02-18 00:00",16,"2013-01-01 00:00","","","","",16.6,16.2,11.4,9.8,7.7,5.5,3.2,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","88101",2,28.746111,-81.310556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,94,29,31,0,2,0,0,"Certification not required",0,5.686667,2.099381,10.7,"2013-03-29 00:00",10.3,"2013-07-27 00:00",9.4,"2013-03-17 00:00",8.2,"2013-02-21 00:00","","","","",10.7,10.7,10.3,9.4,6.9,5.2,3.5,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","117","1002","88101",2,28.746111,-81.310556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,94,29,31,0,2,"","","Certification not required",0,5.686667,2.099381,10.7,"2013-03-29 00:00",10.3,"2013-07-27 00:00",9.4,"2013-03-17 00:00",8.2,"2013-02-21 00:00","","","","",10.7,10.7,10.3,9.4,6.9,5.2,3.5,"Seminole Community College","COUNTY HOMES RD. @ US 17-92","Florida","Seminole","Sanford","Orlando-Kissimmee, FL","2014-02-17" +"12","127","2001","44201",1,29.108889,-80.993889,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8563,98,241,245,0,197,0,0,"Certification not required",580,0.038925,0.011305,0.067,"2013-03-29 15:00",0.064,"2013-03-30 12:00",0.062,"2013-02-28 16:00",0.062,"2013-03-28 17:00","","","","",0.062,0.062,0.058,0.054,0.049,0.044,0.036,"","5200 SPRUCE CREEK RD.","Florida","Volusia","Port Orange","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","2001","44201",1,29.108889,-80.993889,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,98,239,245,0,0,0,0,"Certification not required",0,0.035159,0.011374,0.064,"2013-03-29 11:00",0.062,"2013-03-30 10:00",0.059,"2013-02-28 12:00",0.059,"2013-03-28 10:00","","","","",0.059,0.059,0.055,0.05,0.045,0.04,0.033,"","5200 SPRUCE CREEK RD.","Florida","Volusia","Port Orange","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","2001","44201",1,29.108889,-80.993889,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,98,239,245,0,0,0,0,"Certification not required",0,0.035159,0.011374,0.064,"2013-03-29 11:00",0.062,"2013-03-30 10:00",0.059,"2013-02-28 12:00",0.059,"2013-03-28 10:00","","","","",0.059,0.059,0.055,0.05,0.045,0.04,0.033,"","5200 SPRUCE CREEK RD.","Florida","Volusia","Port Orange","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","44201",1,29.206667,-81.0525,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8673,99,243,245,0,87,0,0,"Certification not required",357,0.040626,0.011396,0.07,"2013-03-29 15:00",0.067,"2013-03-30 12:00",0.065,"2013-03-31 14:00",0.064,"2013-05-13 15:00","","","","",0.065,0.063,0.06,0.056,0.05,0.045,0.038,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","44201",1,29.206667,-81.0525,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8724,99,243,245,0,0,0,0,"Certification not required",0,0.036889,0.011337,0.067,"2013-03-29 11:00",0.063,"2013-03-30 10:00",0.061,"2013-03-28 11:00",0.061,"2013-03-31 11:00","","","","",0.061,0.059,0.057,0.053,0.047,0.042,0.035,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","44201",1,29.206667,-81.0525,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8724,99,243,245,0,0,0,0,"Certification not required",0,0.036889,0.011337,0.067,"2013-03-29 11:00",0.063,"2013-03-30 10:00",0.061,"2013-03-28 11:00",0.061,"2013-03-31 11:00","","","","",0.061,0.059,0.057,0.053,0.047,0.042,0.035,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68101",1,29.206667,-81.0525,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,96,116,122,0,8,"","","Certification not required",109,0.058547,0.036133,0.3,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-06 00:00",0.2,"2013-05-04 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68102",1,29.206667,-81.0525,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,96,116,122,0,8,"","","Certification not required",0,23.998291,0.013018,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68103",1,29.206667,-81.0525,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,116,122,0,8,"","","Certification not required",0,17.700855,5.644016,25.8,"2013-09-10 00:00",24.9,"2013-08-11 00:00",24.8,"2013-08-08 00:00",24.5,"2013-08-20 00:00","","","","",24.9,24.8,24.2,23.5,22.3,19.1,9.4,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68104",1,29.206667,-81.0525,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,116,122,0,8,"","","Certification not required",0,27.196581,4.610893,34.6,"2013-06-18 00:00",34.3,"2013-08-29 00:00",34,"2013-09-01 00:00",33.4,"2013-07-21 00:00","","","","",34.3,34,33.2,32.9,30.4,28.4,20.7,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68105",1,29.206667,-81.0525,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,116,122,0,8,"","","Certification not required",0,22.115385,4.589505,28.5,"2013-08-20 00:00",28.3,"2013-07-30 00:00",28.2,"2013-08-08 00:00",28.2,"2013-08-11 00:00","","","","",28.3,28.2,27.7,27.2,25.9,22.8,15.8,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68106",1,29.206667,-81.0525,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,116,122,0,8,"","","Certification not required",0,758.948718,3.050851,766,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-02-18 00:00",764,"2013-11-30 00:00","","","","",766,765,763,763,761,759,755,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68107",1,29.206667,-81.0525,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,116,122,0,8,"","","Certification not required",0,763.700855,2.99213,771,"2013-02-18 00:00",770,"2013-01-28 00:00",769,"2013-01-10 00:00",769,"2013-11-30 00:00","","","","",770,769,768,768,766,764,760,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68108",1,29.206667,-81.0525,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,116,122,0,8,"","","Certification not required",0,761.495726,2.955486,768,"2013-01-10 00:00",768,"2013-01-28 00:00",768,"2013-02-18 00:00",767,"2013-12-12 00:00","","","","",768,768,766,765,763,762,758,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","68109",1,29.206667,-81.0525,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,96,116,122,0,8,"","","Certification not required",0,1439.521368,1.323516,1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","81102",2,29.206667,-81.0525,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7507,86,313,365,0,1253,"","","Certification not required",0,14.963501,9.824777,180,"2013-11-14 11:00",155,"2013-11-20 13:00",151,"2013-11-20 07:00",116,"2013-10-24 12:00","","","","",46,37,30,25,19,14,5,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","81102",2,29.206667,-81.0525,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",313,86,313,365,0,0,0,0,"Certification not required",0,14.479233,5.263601,50,"2013-11-20 00:00",40,"2013-10-24 00:00",35,"2013-11-14 00:00",32,"2013-11-05 00:00","","","","",32,28,22,21,17,14,9,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","88101",1,29.206667,-81.0525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,8,0,0,"Certification not required",0,6.252137,3.141013,19.4,"2013-08-11 00:00",17.1,"2013-01-25 00:00",16.2,"2013-10-28 00:00",15.4,"2013-03-08 00:00","","","","",17.1,16.2,12.4,9.8,7.7,5.6,3,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","88101",1,29.206667,-81.0525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,8,"","","Certification not required",0,6.252137,3.141013,19.4,"2013-08-11 00:00",17.1,"2013-01-25 00:00",16.2,"2013-10-28 00:00",15.4,"2013-03-08 00:00","","","","",17.1,16.2,12.4,9.8,7.7,5.6,3,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","88502",3,29.206667,-81.0525,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8459,97,354,365,0,301,"","","Certification not required",0,7.852488,6.092611,152.2,"2013-08-16 19:00",137.1,"2013-08-03 20:00",93.3,"2013-08-17 06:00",92.2,"2013-08-23 07:00","","","","",26.5,22.4,16.8,13.6,10,7.2,2.6,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","127","5002","88502",3,29.206667,-81.0525,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,7.825424,2.926712,27.8,"2013-08-11 00:00",21.5,"2013-08-12 00:00",17.9,"2013-01-25 00:00",17.7,"2013-01-24 00:00","","","","",17.7,14.9,12.7,11.6,9,7.4,4.8,"DAYTONA BLIND SERVICES","1185-A DUNN AVE., DAYTONA BEACH","Florida","Volusia","Daytona Beach","Deltona-Daytona Beach-Ormond Beach, FL","2014-02-17" +"12","129","0001","44201",1,30.0925,-84.161111,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8730,100,244,245,0,30,0,0,"Certification not required",16,0.041041,0.011121,0.073,"2013-05-14 14:00",0.071,"2013-03-29 14:00",0.071,"2013-03-30 17:00",0.067,"2013-05-13 13:00","","","","",0.071,0.065,0.061,0.055,0.049,0.045,0.037,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-02-06" +"12","129","0001","44201",1,30.0925,-84.161111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8741,100,244,245,0,0,0,0,"Certification not required",0,0.037283,0.01107,0.069,"2013-03-30 13:00",0.067,"2013-03-29 12:00",0.065,"2013-05-14 12:00",0.061,"2013-03-15 13:00","","","","",0.065,0.061,0.057,0.053,0.046,0.041,0.033,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-02-06" +"12","129","0001","44201",1,30.0925,-84.161111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8741,100,244,245,0,0,0,0,"Certification not required",0,0.037283,0.01107,0.069,"2013-03-30 13:00",0.067,"2013-03-29 12:00",0.065,"2013-05-14 12:00",0.061,"2013-03-15 13:00","","","","",0.065,0.061,0.057,0.053,0.046,0.041,0.033,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-02-06" +"12","129","0001","62201",1,30.0925,-84.161111,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8760,100,365,365,0,0,"","","Certification not required",0,74.858904,15.472959,95,"2013-03-24 05:00",95,"2013-03-24 06:00",95,"2013-03-24 07:00",95,"2013-08-31 06:00","","","","",94,94,93,92,88,78,52,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-02-06" +"12","129","0001","85101",1,30.0925,-84.161111,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,10.275264,4.03316,21.886,"2013-01-01 00:00",21.6607,"2013-03-08 00:00",16.198,"2013-04-28 00:00",15.962,"2013-03-29 00:00","","","","",21.886,21.886,16.198,15.113,12.1908,10.0071,5.5786,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","86502",1,30.0925,-84.161111,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,3.5,2.610355,12,"2013-01-01 00:00",9,"2013-04-28 00:00",8,"2013-03-11 00:00",7,"2013-03-05 00:00","","","","",12,12,8,7,5,3,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88103",1,30.0925,-84.161111,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000184,0.000441,0.002,"2013-01-01 00:00",0.001,"2013-01-25 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-17 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88103",2,30.0925,-84.161111,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000184,0.000391,0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-25 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88104",1,30.0925,-84.161111,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.026637,0.016868,0.085,"2013-04-28 00:00",0.067,"2013-05-13 00:00",0.056,"2013-03-17 00:00",0.052,"2013-03-20 00:00","","","","",0.085,0.085,0.056,0.052,0.0342,0.026,0.009,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88104",2,30.0925,-84.161111,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.025929,0.016221,0.078,"2013-04-28 00:00",0.0629,"2013-05-13 00:00",0.057,"2013-03-17 00:00",0.054,"2013-04-13 00:00","","","","",0.078,0.078,0.057,0.047,0.035,0.025,0.0089,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88109",1,30.0925,-84.161111,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.002973,0.001823,0.009,"2013-01-25 00:00",0.0082,"2013-01-01 00:00",0.0064,"2013-03-08 00:00",0.0058,"2013-01-28 00:00","","","","",0.009,0.009,0.0064,0.0054,0.0038,0.0022,0.0013,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88109",2,30.0925,-84.161111,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.002896,0.001703,0.0087,"2013-01-25 00:00",0.0075,"2013-01-01 00:00",0.006,"2013-03-08 00:00",0.0055,"2013-01-28 00:00","","","","",0.0087,0.0087,0.006,0.0054,0.0036,0.0024,0.0013,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88111",1,30.0925,-84.161111,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.030327,0.014995,0.0726,"2013-04-28 00:00",0.0563,"2013-03-17 00:00",0.0521,"2013-03-11 00:00",0.0518,"2013-05-31 00:00","","","","",0.0726,0.0726,0.0521,0.0498,0.0408,0.0315,0.0113,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88111",2,30.0925,-84.161111,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.029306,0.014677,0.0684,"2013-04-28 00:00",0.0578,"2013-03-17 00:00",0.0534,"2013-03-11 00:00",0.0511,"2013-04-04 00:00","","","","",0.0684,0.0684,0.0534,0.0482,0.0402,0.0305,0.0108,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88112",1,30.0925,-84.161111,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88112",2,30.0925,-84.161111,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88114",1,30.0925,-84.161111,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.000561,0.000767,0.0055,"2013-01-01 00:00",0.0012,"2013-01-25 00:00",0.0011,"2013-01-04 00:00",0.001,"2013-02-15 00:00","","","","",0.0055,0.0055,0.0011,0.0009,0.0006,0.0004,0.00015,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88114",2,30.0925,-84.161111,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",15,0.0005,0.000772,0.0055,"2013-01-01 00:00",0.0011,"2013-01-04 00:00",0.001,"2013-03-08 00:00",0.0009,"2013-01-25 00:00","","","","",0.0055,0.0055,0.001,0.0008,0.0005,0.0004,0.00015,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88115",1,30.0925,-84.161111,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.101705,0.206038,0.7961,"2013-03-11 00:00",0.7072,"2013-05-31 00:00",0.5945,"2013-05-04 00:00",0.565,"2013-04-04 00:00","","","","",0.7961,0.7961,0.5945,0.5395,0.0479,0.0031,0.0006,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88115",2,30.0925,-84.161111,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.100679,0.203233,0.7846,"2013-03-11 00:00",0.6643,"2013-05-31 00:00",0.5945,"2013-05-04 00:00",0.5925,"2013-04-04 00:00","","","","",0.7846,0.7846,0.5945,0.5449,0.0496,0.0035,0.0005,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88126",1,30.0925,-84.161111,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.021053,0.010987,0.0566,"2013-04-28 00:00",0.0504,"2013-03-17 00:00",0.0381,"2013-05-13 00:00",0.0369,"2013-03-29 00:00","","","","",0.0566,0.0566,0.0381,0.0353,0.026,0.0206,0.0089,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88126",2,30.0925,-84.161111,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.021008,0.012389,0.0587,"2013-02-09 00:00",0.056,"2013-04-28 00:00",0.0489,"2013-03-17 00:00",0.0386,"2013-03-20 00:00","","","","",0.0587,0.0587,0.0489,0.0363,0.0261,0.0205,0.008,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88128",1,30.0925,-84.161111,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.00098,0.000901,0.003,"2013-03-17 00:00",0.003,"2013-04-01 00:00",0.003,"2013-04-28 00:00",0.002,"2013-01-01 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88128",2,30.0925,-84.161111,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001041,0.000644,0.003,"2013-03-17 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-07 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88132",1,30.0925,-84.161111,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000796,0.000499,0.002,"2013-03-17 00:00",0.002,"2013-04-13 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88132",2,30.0925,-84.161111,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000694,0.000548,0.002,"2013-04-07 00:00",0.002,"2013-04-28 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88136",1,30.0925,-84.161111,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.1e-05,0.0002,0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88136",2,30.0925,-84.161111,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,8.2e-05,0.000277,0.001,"2013-01-16 00:00",0.001,"2013-02-12 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88140",1,30.0925,-84.161111,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.038517,0.033194,0.1231,"2013-03-11 00:00",0.1025,"2013-01-28 00:00",0.0942,"2013-04-04 00:00",0.093,"2013-01-01 00:00","","","","",0.1231,0.1231,0.0942,0.0857,0.0632,0.025,0.00135,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88140",2,30.0925,-84.161111,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.036941,0.032075,0.1224,"2013-03-11 00:00",0.1042,"2013-05-04 00:00",0.0937,"2013-04-04 00:00",0.087,"2013-01-01 00:00","","","","",0.1224,0.1224,0.0937,0.0842,0.0584,0.0258,0.002,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88152",1,30.0925,-84.161111,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",32,0.00097,0.001751,0.007,"2013-02-24 00:00",0.0063,"2013-05-25 00:00",0.0054,"2013-02-09 00:00",0.005,"2013-02-15 00:00","","","","",0.007,0.007,0.0054,0.0043,0.0008,0.00015,0.0001,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88152",2,30.0925,-84.161111,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",30,0.001077,0.001935,0.0086,"2013-02-24 00:00",0.0059,"2013-02-09 00:00",0.0058,"2013-05-22 00:00",0.0053,"2013-02-15 00:00","","","","",0.0086,0.0086,0.0058,0.0046,0.0008,0.00015,0.00015,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88154",1,30.0925,-84.161111,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",16,0.000301,0.000225,0.0012,"2013-01-25 00:00",0.0007,"2013-01-01 00:00",0.0007,"2013-01-19 00:00",0.0007,"2013-03-11 00:00","","","","",0.0012,0.0012,0.0007,0.0006,0.0004,0.0002,0.0001,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88154",2,30.0925,-84.161111,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",10,0.00033,0.000188,0.0007,"2013-04-04 00:00",0.0007,"2013-04-28 00:00",0.0006,"2013-01-16 00:00",0.0006,"2013-01-25 00:00","","","","",0.0007,0.0007,0.0006,0.0006,0.0005,0.0003,0.0001,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88161",1,30.0925,-84.161111,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001927,0.001152,0.006,"2013-04-28 00:00",0.0045,"2013-05-13 00:00",0.0041,"2013-03-17 00:00",0.0034,"2013-03-20 00:00","","","","",0.006,0.006,0.0041,0.0034,0.0025,0.0019,0.0006,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88161",2,30.0925,-84.161111,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.001811,0.001103,0.0054,"2013-04-28 00:00",0.004,"2013-03-17 00:00",0.004,"2013-05-13 00:00",0.0034,"2013-03-29 00:00","","","","",0.0054,0.0054,0.004,0.0031,0.0024,0.0018,0.0006,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88164",1,30.0925,-84.161111,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.000435,0.000407,0.0018,"2013-01-16 00:00",0.0015,"2013-01-13 00:00",0.0013,"2013-03-17 00:00",0.0009,"2013-01-10 00:00","","","","",0.0018,0.0018,0.0013,0.0009,0.0007,0.0003,5e-05,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88164",2,30.0925,-84.161111,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.000479,0.000398,0.0016,"2013-02-12 00:00",0.0015,"2013-01-16 00:00",0.0013,"2013-01-13 00:00",0.001,"2013-01-10 00:00","","","","",0.0016,0.0016,0.0013,0.001,0.0007,0.0004,5e-05,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88165",1,30.0925,-84.161111,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.052622,0.038254,0.187,"2013-04-28 00:00",0.129,"2013-03-17 00:00",0.1279,"2013-05-13 00:00",0.119,"2013-04-13 00:00","","","","",0.187,0.187,0.1279,0.115,0.0746,0.048,0.012,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88165",2,30.0925,-84.161111,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.049512,0.037131,0.177,"2013-04-28 00:00",0.124,"2013-03-17 00:00",0.119,"2013-04-13 00:00",0.1179,"2013-05-13 00:00","","","","",0.177,0.177,0.119,0.1093,0.071,0.0412,0.011,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88167",1,30.0925,-84.161111,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.003635,0.00289,0.0149,"2013-01-22 00:00",0.0105,"2013-05-13 00:00",0.0098,"2013-01-25 00:00",0.0092,"2013-03-08 00:00","","","","",0.0149,0.0149,0.0098,0.0087,0.0045,0.0027,0.0012,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88167",2,30.0925,-84.161111,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.003351,0.002168,0.0095,"2013-01-25 00:00",0.0092,"2013-03-08 00:00",0.009,"2013-03-29 00:00",0.0069,"2013-01-04 00:00","","","","",0.0095,0.0095,0.009,0.0061,0.0044,0.003,0.001,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88168",1,30.0925,-84.161111,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",9,0.000581,0.000807,0.0057,"2013-01-01 00:00",0.0013,"2013-03-11 00:00",0.0012,"2013-04-04 00:00",0.001,"2013-02-06 00:00","","","","",0.0057,0.0057,0.0012,0.001,0.0007,0.0004,0.00015,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88168",2,30.0925,-84.161111,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.000493,0.000795,0.0056,"2013-01-01 00:00",0.0013,"2013-02-06 00:00",0.0009,"2013-04-10 00:00",0.0009,"2013-04-28 00:00","","","","",0.0056,0.0056,0.0009,0.0009,0.0005,0.0004,0.0001,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88169",1,30.0925,-84.161111,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.580812,0.223126,1.1545,"2013-01-25 00:00",1.0705,"2013-05-10 00:00",0.9674,"2013-01-28 00:00",0.9191,"2013-03-17 00:00","","","","",1.1545,1.1545,0.9674,0.8918,0.7353,0.5873,0.3219,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88169",2,30.0925,-84.161111,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.590782,0.222383,1.1559,"2013-01-25 00:00",1.0882,"2013-05-10 00:00",0.9823,"2013-01-28 00:00",0.9261,"2013-03-17 00:00","","","","",1.1559,1.1559,0.9823,0.8943,0.7395,0.5985,0.3317,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88176",1,30.0925,-84.161111,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",37,0.000222,0.000143,0.0008,"2013-01-22 00:00",0.0005,"2013-01-04 00:00",0.0005,"2013-03-17 00:00",0.0005,"2013-04-22 00:00","","","","",0.0008,0.0008,0.0005,0.0005,0.0002,0.00015,0.00015,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88176",2,30.0925,-84.161111,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.00019,0.000107,0.0007,"2013-04-16 00:00",0.0005,"2013-01-25 00:00",0.0004,"2013-02-03 00:00",0.0004,"2013-03-29 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.00015,0.00015,0.00015,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88180",1,30.0925,-84.161111,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.056351,0.040769,0.2569,"2013-01-01 00:00",0.1931,"2013-01-22 00:00",0.0937,"2013-01-25 00:00",0.0916,"2013-03-17 00:00","","","","",0.2569,0.2569,0.0937,0.0915,0.0626,0.0497,0.0271,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88180",2,30.0925,-84.161111,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.052592,0.03493,0.2506,"2013-01-01 00:00",0.0933,"2013-03-17 00:00",0.0923,"2013-01-25 00:00",0.0919,"2013-03-08 00:00","","","","",0.2506,0.2506,0.0923,0.0861,0.0611,0.0439,0.0266,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88184",1,30.0925,-84.161111,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.240657,0.222804,0.8147,"2013-03-11 00:00",0.7191,"2013-05-31 00:00",0.6236,"2013-03-05 00:00",0.615,"2013-04-19 00:00","","","","",0.8147,0.8147,0.6236,0.6102,0.363,0.189,0.0113,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88184",2,30.0925,-84.161111,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.242858,0.222923,0.7979,"2013-03-11 00:00",0.6998,"2013-05-31 00:00",0.6474,"2013-04-04 00:00",0.5724,"2013-04-19 00:00","","","","",0.7979,0.7979,0.6474,0.5412,0.4026,0.1976,0.002,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88185",1,30.0925,-84.161111,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.000696,0.000375,0.0022,"2013-04-10 00:00",0.0018,"2013-03-02 00:00",0.0014,"2013-03-08 00:00",0.0014,"2013-04-01 00:00","","","","",0.0022,0.0022,0.0014,0.0013,0.00065,0.00065,0.0004,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88185",2,30.0925,-84.161111,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",37,0.000724,0.000406,0.0023,"2013-04-28 00:00",0.0019,"2013-04-07 00:00",0.0018,"2013-05-01 00:00",0.0015,"2013-05-16 00:00","","","","",0.0023,0.0023,0.0018,0.0011,0.0008,0.00065,0.0004,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88203",1,30.0925,-84.161111,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.28378,0.32433,1.239,"2013-03-11 00:00",1.1286,"2013-04-04 00:00",1.0156,"2013-05-31 00:00",0.9733,"2013-03-05 00:00","","","","",1.239,1.239,1.0156,0.8348,0.4452,0.1282,0.0297,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88306",1,30.0925,-84.161111,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.34601,0.203847,0.878,"2013-03-11 00:00",0.838,"2013-01-04 00:00",0.7994,"2013-01-22 00:00",0.7645,"2013-01-25 00:00","","","","",0.878,0.878,0.7994,0.6577,0.452,0.3157,0.1327,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88320",1,30.0925,-84.161111,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.5364,2.005346,12.55,"2013-01-22 00:00",7.63,"2013-03-08 00:00",4.58,"2013-01-25 00:00",3.87,"2013-03-29 00:00","","","","",12.55,12.55,4.58,2.99,1.4,1.05,0.54,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88321",1,30.0925,-84.161111,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.3026,0.481824,3.02,"2013-01-22 00:00",1.74,"2013-03-08 00:00",0.83,"2013-03-14 00:00",0.81,"2013-03-29 00:00","","","","",3.02,3.02,0.83,0.73,0.28,0.17,0.06,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88324",1,30.0925,-84.161111,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.086413,0.345295,2.389,"2013-01-22 00:00",0.6086,"2013-03-08 00:00",0.3239,"2013-01-25 00:00",0.1173,"2013-03-14 00:00","","","","",2.389,2.389,0.3239,0.0306,0.0297,0.01655,0.0103,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88325",1,30.0925,-84.161111,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.336878,0.529221,3.4774,"2013-01-22 00:00",1.7809,"2013-03-08 00:00",0.9274,"2013-01-25 00:00",0.7675,"2013-03-29 00:00","","","","",3.4774,3.4774,0.9274,0.6891,0.2954,0.2059,0.1224,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88326",1,30.0925,-84.161111,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.460817,0.564132,3.3854,"2013-01-22 00:00",2.3005,"2013-03-08 00:00",1.2291,"2013-01-25 00:00",1.2143,"2013-03-29 00:00","","","","",3.3854,3.3854,1.2291,0.9377,0.4687,0.3016,0.1519,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88327",1,30.0925,-84.161111,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.30938,0.266385,1.392,"2013-01-22 00:00",1.1069,"2013-03-08 00:00",0.9772,"2013-01-25 00:00",0.9501,"2013-03-29 00:00","","","","",1.392,1.392,0.9772,0.6137,0.3161,0.2361,0.1182,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88328",1,30.0925,-84.161111,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.358752,0.373432,1.9033,"2013-01-22 00:00",1.8341,"2013-03-08 00:00",1.1213,"2013-01-25 00:00",0.9234,"2013-03-29 00:00","","","","",1.9033,1.9033,1.1213,0.7294,0.363,0.2817,0.1005,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88329",1,30.0925,-84.161111,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.617984,0.822654,4.8542,"2013-01-22 00:00",3.4213,"2013-03-08 00:00",1.8044,"2013-01-25 00:00",1.6677,"2013-03-29 00:00","","","","",4.8542,4.8542,1.8044,1.3388,0.5756,0.4444,0.1452,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88330",1,30.0925,-84.161111,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.042185,0.030439,0.1452,"2013-03-08 00:00",0.124,"2013-03-14 00:00",0.1153,"2013-03-02 00:00",0.0997,"2013-03-17 00:00","","","","",0.1452,0.1452,0.1153,0.0781,0.0496,0.0344,0.0151,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88331",1,30.0925,-84.161111,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.000159,0.000873,0.0062,"2013-03-08 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-11 00:00","","","","",0.0062,0.0062,0.00015,0.00015,5e-05,0,0,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88338",1,30.0925,-84.161111,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.023448,0.029138,0.1754,"2013-01-16 00:00",0.1346,"2013-02-03 00:00",0.0544,"2013-01-19 00:00",0.0525,"2013-01-31 00:00","","","","",0.1754,0.1754,0.0544,0.0367,0.0239,0.015,0.01055,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88339",1,30.0925,-84.161111,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.395831,0.920422,4.7624,"2013-01-25 00:00",4.41577,"2013-05-10 00:00",3.99069,"2013-01-28 00:00",3.79133,"2013-03-17 00:00","","","","",4.7624,4.7624,3.99069,3.67851,3.03295,2.42253,1.32763,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88344",1,30.0925,-84.161111,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.44637,0.262974,1.133,"2013-03-11 00:00",1.081,"2013-01-04 00:00",1.0312,"2013-01-22 00:00",0.9862,"2013-01-25 00:00","","","","",1.133,1.133,1.0312,0.8484,0.5826,0.4073,0.1712,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88348",1,30.0925,-84.161111,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.293586,0.173935,0.9184,"2013-04-28 00:00",0.6664,"2013-03-17 00:00",0.6309,"2013-05-13 00:00",0.559,"2013-04-13 00:00","","","","",0.9184,0.9184,0.6309,0.5588,0.3878,0.2454,0.1064,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88348",2,30.0925,-84.161111,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.282235,0.168821,0.8702,"2013-04-28 00:00",0.6537,"2013-03-17 00:00",0.5876,"2013-05-13 00:00",0.555,"2013-04-13 00:00","","","","",0.8702,0.8702,0.5876,0.5335,0.3735,0.2341,0.0917,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88350",1,30.0925,-84.161111,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.765646,3.60857,22.5848,"2013-01-22 00:00",13.7358,"2013-03-08 00:00",8.242,"2013-01-25 00:00",6.9583,"2013-03-29 00:00","","","","",22.5848,22.5848,8.242,5.3851,2.511,1.897,0.9664,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88403",1,30.0925,-84.161111,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.774312,0.692306,3.4426,"2013-01-25 00:00",3.072,"2013-03-17 00:00",2.9835,"2013-05-10 00:00",2.834,"2013-01-28 00:00","","","","",3.4426,3.4426,2.9835,2.7008,2.3578,1.8276,1.0276,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88502",1,30.0925,-84.161111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,7.036735,4.064567,24.6,"2013-01-22 00:00",21.4,"2013-03-08 00:00",16.9,"2013-01-25 00:00",12.6,"2013-03-29 00:00","","","","",24.6,24.6,16.9,9.9,7.2,6,4.2,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"12","129","0001","88502",2,30.0925,-84.161111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,6.612245,3.200822,21.7,"2013-03-08 00:00",16.7,"2013-01-25 00:00",12.7,"2013-03-29 00:00",9.6,"2013-03-17 00:00","","","","",21.7,21.7,12.7,9.4,7.1,6.1,4.2,"WITHIN ST. MARKS WILDLIFE REFUGE AT THE WORK STATION","COUNTY RD 59","Florida","Wakulla","Saint Marks","Tallahassee, FL","2014-01-28" +"13","015","0003","14129",1,34.23666,-84.805,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",41,67,40,61,0,0,0,0,"Certification not required",0,0.009634,0.008058,0.043,"2013-02-15 00:00",0.027,"2013-05-16 00:00",0.024,"2013-05-10 00:00",0.018,"2013-02-21 00:00","","","","",0.043,0.043,0.024,0.017,0.013,0.007,0.002,"","Cartersville Lead, 420 Peebles Valley Road NE, Cartersville, GA 30121","Georgia","Bartow","","Atlanta-Sandy Springs-Marietta, GA","2013-11-14" +"13","021","0007","68103",5,32.777455,-83.641096,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,15.476471,6.754157,23.8,"2013-07-21 00:00",23.5,"2013-07-15 00:00",23.3,"2013-07-09 00:00",23.2,"2013-07-03 00:00","","","","",23.8,23.5,23.3,23,21.7,16.4,4.7,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","68104",5,32.777455,-83.641096,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,27.117647,6.47854,35.9,"2013-08-02 00:00",35.1,"2013-07-09 00:00",35,"2013-08-08 00:00",34.7,"2013-06-27 00:00","","","","",35.9,35.1,35,34.6,32.6,30,18.7,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","68105",1,32.777455,-83.641096,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",240,66,240,365,0,3,"","","Certification not required",0,18.675417,7.252328,29.2,"2013-06-12 00:00",29,"2013-06-13 00:00",28.8,"2013-08-11 00:00",28.7,"2013-08-12 00:00","","","","",28.8,28.5,27.6,26.9,25.2,20.1,7.9,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-01-28" +"13","021","0007","68105",5,32.777455,-83.641096,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,20.454902,6.168381,28.4,"2013-08-02 00:00",28.3,"2013-08-08 00:00",28,"2013-07-09 00:00",27.6,"2013-09-13 00:00","","","","",28.4,28.3,28,27.1,25.8,21.9,11.4,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","68106",5,32.777455,-83.641096,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,749.509804,3.354833,758,"2013-01-04 00:00",757,"2013-01-10 00:00",757,"2013-01-28 00:00",755,"2013-01-22 00:00","","","","",758,757,757,755,751,749,746,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","68107",5,32.777455,-83.641096,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,755.196078,3.469983,764,"2013-01-28 00:00",763,"2013-01-04 00:00",763,"2013-01-10 00:00",760,"2013-04-22 00:00","","","","",764,763,763,759,758,756,751,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","68108",1,32.777455,-83.641096,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",240,66,240,365,0,3,"","","Certification not required",0,752.195833,3.348512,761,"2013-01-18 00:00",760,"2013-01-19 00:00",760,"2013-01-27 00:00",759,"2013-01-04 00:00","","","","",760,759,758,757,754,752,748,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-01-22" +"13","021","0007","68108",5,32.777455,-83.641096,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,751.313725,3.264905,759,"2013-01-28 00:00",758,"2013-01-04 00:00",758,"2013-01-10 00:00",757,"2013-01-22 00:00","","","","",759,758,758,757,753,751,748,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88101",1,32.777455,-83.641096,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,24,0,0,"Certification not required",0,10.181429,4.430678,28.8,"2013-02-07 00:00",26.8,"2013-01-29 00:00",26.5,"2013-03-15 00:00",22.1,"2013-08-29 00:00","","","","",26.5,20.5,18.4,16.2,12.8,9.3,5.2,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-01-31" +"13","021","0007","88101",1,32.777455,-83.641096,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,24,"","","Certification not required",0,10.181429,4.430678,28.8,"2013-02-07 00:00",26.8,"2013-01-29 00:00",26.5,"2013-03-15 00:00",22.1,"2013-08-29 00:00","","","","",26.5,20.5,18.4,16.2,12.8,9.3,5.2,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-01-31" +"13","021","0007","88101",2,32.777455,-83.641096,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,2,0,0,"Certification not required",0,10.013043,4.204143,17.9,"2013-09-13 00:00",16.9,"2013-03-08 00:00",15.8,"2013-03-17 00:00",15.8,"2013-07-27 00:00","","","","",17.9,17.9,16.9,15.8,13.7,9.3,5.5,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-01-31" +"13","021","0007","88101",2,32.777455,-83.641096,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,2,"","","Certification not required",0,10.013043,4.204143,17.9,"2013-09-13 00:00",16.9,"2013-03-08 00:00",15.8,"2013-03-17 00:00",15.8,"2013-07-27 00:00","","","","",17.9,17.9,16.9,15.8,13.7,9.3,5.5,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-01-31" +"13","021","0007","88102",5,32.777455,-83.641096,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",50,0.01971,0.00456,0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-09 00:00",0.026,"2013-04-16 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.021,0.014,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88103",5,32.777455,-83.641096,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.00044,0.000812,0.004,"2013-10-13 00:00",0.002,"2013-04-22 00:00",0.002,"2013-05-10 00:00",0.002,"2013-06-15 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0,0,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88104",5,32.777455,-83.641096,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",10,0.06608,0.078184,0.418,"2013-06-27 00:00",0.368,"2013-06-09 00:00",0.209,"2013-05-16 00:00",0.142,"2013-09-19 00:00","","","","",0.418,0.418,0.209,0.13,0.069,0.048,0.0115,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88107",5,32.777455,-83.641096,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",48,0.005532,0.003662,0.0295,"2013-01-10 00:00",0.0106,"2013-05-10 00:00",0.01,"2013-01-16 00:00",0.0055,"2013-05-28 00:00","","","","",0.0295,0.0295,0.01,0.0055,0.005,0.005,0.00385,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88109",5,32.777455,-83.641096,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",11,0.003162,0.002128,0.0106,"2013-01-28 00:00",0.0083,"2013-11-06 00:00",0.008,"2013-03-05 00:00",0.007,"2013-03-11 00:00","","","","",0.0106,0.0106,0.008,0.0057,0.0041,0.0029,0.0009,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88110",5,32.777455,-83.641096,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.00114,0.003586,0.021,"2013-03-05 00:00",0.011,"2013-08-20 00:00",0.007,"2013-01-10 00:00",0.006,"2013-10-01 00:00","","","","",0.021,0.021,0.007,0.006,0,0,0,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88111",5,32.777455,-83.641096,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",5,0.08803,0.124102,0.478,"2013-05-22 00:00",0.461,"2013-10-31 00:00",0.448,"2013-04-10 00:00",0.352,"2013-03-11 00:00","","","","",0.478,0.478,0.448,0.262,0.111,0.0283,0.0051,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88112",5,32.777455,-83.641096,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.00488,0.010811,0.058,"2013-10-07 00:00",0.035,"2013-09-25 00:00",0.035,"2013-10-01 00:00",0.028,"2013-10-13 00:00","","","","",0.058,0.058,0.035,0.008,0.004,0.002,0,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88113",5,32.777455,-83.641096,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",50,0.000646,8.6e-05,0.001,"2013-01-10 00:00",0.0007,"2013-01-04 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-03 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.0007,0.00055,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88114",5,32.777455,-83.641096,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",45,0.001067,0.000589,0.0038,"2013-10-13 00:00",0.0027,"2013-11-06 00:00",0.0023,"2013-10-25 00:00",0.002,"2013-02-09 00:00","","","","",0.0038,0.0038,0.0023,0.0017,0.00125,0.00095,0.00065,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88115",5,32.777455,-83.641096,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",22,0.020702,0.029894,0.16,"2013-03-11 00:00",0.084,"2013-07-15 00:00",0.0831,"2013-01-16 00:00",0.068,"2013-05-04 00:00","","","","",0.16,0.16,0.0831,0.0648,0.025,0.0086,0.00245,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88117",5,32.777455,-83.641096,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",50,0.004428,0.005603,0.043,"2013-01-10 00:00",0.00485,"2013-05-28 00:00",0.00485,"2013-06-09 00:00",0.00485,"2013-07-21 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0041,0.0034,0.0028,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88118",5,32.777455,-83.641096,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",49,0.009738,0.006205,0.023,"2013-01-10 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00",0.017,"2013-02-27 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88126",5,32.777455,-83.641096,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.05115,0.040034,0.254,"2013-06-09 00:00",0.173,"2013-06-27 00:00",0.0978,"2013-05-16 00:00",0.0868,"2013-10-01 00:00","","","","",0.254,0.254,0.0978,0.0862,0.0602,0.0423,0.0177,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88128",5,32.777455,-83.641096,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.00096,0.001399,0.005,"2013-10-25 00:00",0.004,"2013-02-21 00:00",0.004,"2013-03-17 00:00",0.004,"2013-10-01 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0,0,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88131",5,32.777455,-83.641096,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",49,0.01081,0.003571,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88132",5,32.777455,-83.641096,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.00082,0.001173,0.005,"2013-06-09 00:00",0.004,"2013-05-16 00:00",0.003,"2013-05-10 00:00",0.003,"2013-06-27 00:00","","","","",0.005,0.005,0.003,0.003,0.001,0,0,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88136",5,32.777455,-83.641096,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,0.00012,0.000328,0.001,"2013-04-10 00:00",0.001,"2013-06-15 00:00",0.001,"2013-06-27 00:00",0.001,"2013-08-02 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88140",5,32.777455,-83.641096,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",42,0.009142,0.006779,0.0387,"2013-10-13 00:00",0.028,"2013-03-11 00:00",0.026,"2013-04-16 00:00",0.022,"2013-04-10 00:00","","","","",0.0387,0.0387,0.026,0.018,0.009,0.006,0.00475,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88152",5,32.777455,-83.641096,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",50,0.005307,0.001099,0.008,"2013-05-28 00:00",0.008,"2013-06-09 00:00",0.008,"2013-07-21 00:00",0.008,"2013-08-08 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88154",5,32.777455,-83.641096,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",49,0.001131,0.000246,0.0021,"2013-06-09 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.0021,0.0021,0.0013,0.0013,0.0013,0.00125,0.001,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88160",5,32.777455,-83.641096,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",48,0.01464,0.004525,0.03,"2013-08-08 00:00",0.028,"2013-10-19 00:00",0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00","","","","",0.03,0.03,0.018,0.018,0.018,0.016,0.01,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88161",5,32.777455,-83.641096,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",40,0.003753,0.004925,0.0338,"2013-06-09 00:00",0.0164,"2013-06-27 00:00",0.007,"2013-10-01 00:00",0.0064,"2013-05-10 00:00","","","","",0.0338,0.0338,0.007,0.006,0.00265,0.0025,0.0021,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88164",5,32.777455,-83.641096,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",49,0.001599,0.000291,0.0033,"2013-02-21 00:00",0.0019,"2013-05-28 00:00",0.0019,"2013-06-09 00:00",0.0019,"2013-07-21 00:00","","","","",0.0033,0.0033,0.0019,0.0019,0.0016,0.0015,0.0015,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88165",5,32.777455,-83.641096,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",1,0.140514,0.183285,0.996,"2013-06-27 00:00",0.753,"2013-06-09 00:00",0.566,"2013-05-16 00:00",0.457,"2013-09-13 00:00","","","","",0.996,0.996,0.566,0.269,0.125,0.089,0.042,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88166",5,32.777455,-83.641096,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",50,0.008856,0.005342,0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-03-17 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88167",5,32.777455,-83.641096,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",20,0.004428,0.003881,0.0205,"2013-05-16 00:00",0.0157,"2013-10-25 00:00",0.0142,"2013-01-28 00:00",0.0095,"2013-01-04 00:00","","","","",0.0205,0.0205,0.0142,0.0083,0.0057,0.0038,0.0013,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88168",5,32.777455,-83.641096,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",47,0.001409,0.001041,0.0079,"2013-08-08 00:00",0.003,"2013-05-28 00:00",0.0026,"2013-09-25 00:00",0.00175,"2013-01-22 00:00","","","","",0.0079,0.0079,0.0026,0.00175,0.00175,0.00115,0.00085,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88169",5,32.777455,-83.641096,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",1,0.590393,0.297056,1.67,"2013-01-28 00:00",1.2,"2013-09-13 00:00",1.15,"2013-09-07 00:00",1.1,"2013-09-01 00:00","","","","",1.67,1.67,1.15,1.05,0.711,0.55,0.282,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88176",5,32.777455,-83.641096,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",50,0.000951,0.000222,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88180",5,32.777455,-83.641096,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",1,0.062865,0.030612,0.137,"2013-05-16 00:00",0.136,"2013-01-28 00:00",0.125,"2013-02-21 00:00",0.115,"2013-06-27 00:00","","","","",0.137,0.137,0.125,0.106,0.0851,0.0553,0.0299,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88184",5,32.777455,-83.641096,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",24,0.06742,0.064443,0.244,"2013-03-11 00:00",0.239,"2013-04-16 00:00",0.208,"2013-04-28 00:00",0.176,"2013-01-16 00:00","","","","",0.244,0.244,0.208,0.176,0.087,0.032,0.0195,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88185",5,32.777455,-83.641096,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",48,0.004406,0.004366,0.0134,"2013-07-15 00:00",0.0117,"2013-03-23 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00","","","","",0.0134,0.0134,0.0115,0.0115,0.0115,0.00225,0.0014,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88301",5,32.777455,-83.641096,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",4,0.314043,0.279954,1.51,"2013-01-28 00:00",0.82,"2013-09-13 00:00",0.769,"2013-01-04 00:00",0.705,"2013-09-07 00:00","","","","",1.51,0.82,0.769,0.646,0.469,0.263,0.025,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88302",5,32.777455,-83.641096,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",3,0.098608,0.07526,0.32,"2013-04-16 00:00",0.264,"2013-03-11 00:00",0.24,"2013-07-15 00:00",0.233,"2013-04-28 00:00","","","","",0.32,0.264,0.24,0.229,0.129,0.076,0.031,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88303",5,32.777455,-83.641096,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",8,0.042669,0.024294,0.111,"2013-04-16 00:00",0.11,"2013-07-09 00:00",0.0893,"2013-06-21 00:00",0.082,"2013-03-23 00:00","","","","",0.111,0.11,0.0893,0.074,0.054,0.039,0.012,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88306",5,32.777455,-83.641096,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.33451,0.186239,1.12,"2013-01-04 00:00",0.777,"2013-01-28 00:00",0.562,"2013-02-15 00:00",0.56,"2013-02-21 00:00","","","","",1.12,0.777,0.562,0.541,0.439,0.288,0.153,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88355",5,32.777455,-83.641096,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,3.069333,1.222017,6.41,"2013-01-28 00:00",5.7,"2013-03-05 00:00",5.59,"2013-05-16 00:00",5.11,"2013-03-23 00:00","","","","",6.41,6.41,5.59,4.97,3.84,2.96,1.54,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88357",5,32.777455,-83.641096,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.342417,0.183757,0.844,"2013-03-27 00:00",0.826,"2013-10-01 00:00",0.676,"2013-02-15 00:00",0.632,"2013-01-28 00:00","","","","",0.844,0.844,0.676,0.629,0.449,0.291,0.146,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88370",5,32.777455,-83.641096,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,2.853042,1.124876,5.8,"2013-01-28 00:00",5.33,"2013-05-16 00:00",5.25,"2013-03-05 00:00",4.75,"2013-03-27 00:00","","","","",5.8,5.8,5.25,4.69,3.46,2.8,1.48,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88374",5,32.777455,-83.641096,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",1,0.263208,0.199197,0.792,"2013-03-05 00:00",0.781,"2013-05-16 00:00",0.598,"2013-02-15 00:00",0.578,"2013-02-21 00:00","","","","",0.792,0.792,0.598,0.573,0.399,0.218,0.048,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88375",5,32.777455,-83.641096,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.768375,0.280475,1.36,"2013-05-16 00:00",1.33,"2013-01-28 00:00",1.2,"2013-03-23 00:00",1.19,"2013-03-05 00:00","","","","",1.36,1.36,1.2,1.15,1,0.738,0.441,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88376",5,32.777455,-83.641096,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.857292,0.333951,1.65,"2013-01-28 00:00",1.64,"2013-03-05 00:00",1.63,"2013-02-21 00:00",1.43,"2013-03-23 00:00","","","","",1.65,1.65,1.63,1.41,1.05,0.792,0.467,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88377",5,32.777455,-83.641096,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.509021,0.228995,1.12,"2013-01-28 00:00",1.03,"2013-03-05 00:00",0.957,"2013-03-23 00:00",0.953,"2013-03-27 00:00","","","","",1.12,1.12,0.957,0.913,0.648,0.48,0.26,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88378",5,32.777455,-83.641096,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.454896,0.249319,1.15,"2013-01-28 00:00",1.14,"2013-05-16 00:00",1.01,"2013-03-27 00:00",0.806,"2013-09-13 00:00","","","","",1.15,1.15,1.01,0.792,0.577,0.431,0.144,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88380",5,32.777455,-83.641096,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.558917,0.279627,1.25,"2013-10-01 00:00",1.24,"2013-01-28 00:00",1.05,"2013-03-27 00:00",0.983,"2013-02-15 00:00","","","","",1.25,1.25,1.05,0.981,0.769,0.53,0.216,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88383",5,32.777455,-83.641096,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.942646,0.461628,2.34,"2013-01-28 00:00",2.01,"2013-03-27 00:00",1.84,"2013-05-16 00:00",1.55,"2013-10-01 00:00","","","","",2.34,2.34,1.84,1.53,1.22,0.903,0.363,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88384",5,32.777455,-83.641096,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.071169,0.030152,0.158,"2013-06-27 00:00",0.156,"2013-10-25 00:00",0.131,"2013-08-14 00:00",0.128,"2013-01-04 00:00","","","","",0.158,0.158,0.131,0.11,0.0885,0.0636,0.0387,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88385",5,32.777455,-83.641096,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",45,0.001201,0.000987,0.00755,"2013-10-25 00:00",0.00266,"2013-10-07 00:00",0.00244,"2013-06-27 00:00",0.001,"2013-01-04 00:00","","","","",0.00755,0.00755,0.00244,0.001,0.001,0.001,0.001,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88388",5,32.777455,-83.641096,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,47,61,0,4,"","","Certification not required",0,0.671313,0.343989,1.76,"2013-01-28 00:00",1.4,"2013-05-16 00:00",1.22,"2013-03-27 00:00",1.11,"2013-08-14 00:00","","","","",1.76,1.76,1.22,1.08,0.838,0.695,0.217,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88403",5,32.777455,-83.641096,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,1.503251,0.784451,4.61,"2013-01-28 00:00",3.24,"2013-09-13 00:00",2.96,"2013-09-01 00:00",2.81,"2013-09-07 00:00","","","","",4.61,3.24,2.96,2.33,1.79,1.36,0.67,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0007","88502",5,32.777455,-83.641096,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,49,61,0,2,"","","Certification not required",0,9.758,3.64653,21.6,"2013-01-28 00:00",16.2,"2013-05-16 00:00",16.1,"2013-09-13 00:00",14.5,"2013-03-23 00:00","","","","",21.6,21.6,16.1,13.6,12,9.4,5.9,"Macon-Alllied","Allied Chemical, 600 Guy Paine Road, Macon, Georgia 31206","Georgia","Bibb","Macon","Macon, GA","2014-02-13" +"13","021","0012","12102",1,32.805408,-83.543521,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.000615,0.00065,0.002,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12103",1,32.805408,-83.543521,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.000462,0.000519,0.001,"2013-01-04 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-05 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12105",1,32.805408,-83.543521,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12110",1,32.805408,-83.543521,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12112",1,32.805408,-83.543521,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.001846,0.000801,0.003,"2013-03-17 00:00",0.003,"2013-04-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.002,0.001,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12113",1,32.805408,-83.543521,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12128",1,32.805408,-83.543521,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.002215,0.001265,0.0056,"2013-02-21 00:00",0.0032,"2013-05-16 00:00",0.0031,"2013-03-17 00:00",0.0025,"2013-01-16 00:00","","","","",0.0056,0.0056,0.0056,0.0032,0.0025,0.0019,0.001,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12132",1,32.805408,-83.543521,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.007077,0.004173,0.014,"2013-04-10 00:00",0.014,"2013-05-16 00:00",0.011,"2013-03-17 00:00",0.009,"2013-02-21 00:00","","","","",0.014,0.014,0.014,0.014,0.009,0.007,0.003,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12136",1,32.805408,-83.543521,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.001077,0.000277,0.002,"2013-04-10 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0.001,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12154",1,32.805408,-83.543521,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.000385,0.000506,0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-17 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","12167",1,32.805408,-83.543521,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.017267,0.009934,0.04786,"2013-01-04 00:00",0.02428,"2013-02-21 00:00",0.01757,"2013-01-28 00:00",0.01698,"2013-05-16 00:00","","","","",0.04786,0.04786,0.04786,0.02428,0.01698,0.01487,0.0101,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-16" +"13","021","0012","17141",1,32.805408,-83.543521,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,13.313333,8.527172,26.5,"2013-06-21 00:00",23,"2013-02-21 00:00",21.1,"2013-05-16 00:00",20.9,"2013-06-09 00:00","","","","",26.5,26.5,26.5,23,20.9,15.4,2.4,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17147",1,32.805408,-83.543521,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.213333,1.657393,4.7,"2013-06-09 00:00",4.1,"2013-06-21 00:00",3.8,"2013-05-16 00:00",1.9,"2013-05-28 00:00","","","","",4.7,4.7,4.7,4.1,1.9,0.6,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17148",1,32.805408,-83.543521,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17149",1,32.805408,-83.543521,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.413333,0.898305,2.9,"2013-06-21 00:00",1.7,"2013-02-21 00:00",1.6,"2013-02-09 00:00",0,"2013-01-04 00:00","","","","",2.9,2.9,2.9,1.7,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17150",1,32.805408,-83.543521,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,3.653333,2.917403,9.8,"2013-05-16 00:00",9.4,"2013-06-09 00:00",6.3,"2013-06-21 00:00",5.7,"2013-05-28 00:00","","","","",9.8,9.8,9.8,9.4,5.7,2.4,1.3,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17151",1,32.805408,-83.543521,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17201",1,32.805408,-83.543521,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.766667,0.636583,2.1,"2013-06-09 00:00",1.8,"2013-05-16 00:00",1.4,"2013-05-28 00:00",1.4,"2013-06-21 00:00","","","","",2.1,2.1,2.1,1.8,1.4,0.6,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17204",1,32.805408,-83.543521,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.026667,0.10328,0.4,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17208",1,32.805408,-83.543521,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17215",1,32.805408,-83.543521,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17220",1,32.805408,-83.543521,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17223",1,32.805408,-83.543521,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17224",1,32.805408,-83.543521,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17237",1,32.805408,-83.543521,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17242",1,32.805408,-83.543521,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","17243",1,32.805408,-83.543521,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-15" +"13","021","0012","42401",1,32.805408,-83.543521,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7158,82,303,365,0,138,0,"","Certification not required",0,1.914191,2.459344,28.3,"2013-07-30 14:00",13.3,"2013-03-04 13:00",11.1,"2013-03-19 14:00",10.7,"2013-01-22 12:00","","","","",10.7,9,6.2,4,1.5,1,1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","42401",1,32.805408,-83.543521,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7158,82,303,365,0,138,"","","Certification not required",0,1.094971,0.72348,28.3,"2013-07-30 14:00",18.7,"2013-07-30 15:00",16.7,"2013-07-30 16:00",14.9,"2013-07-30 13:00","","","","",3.7,2.3,1.2,1,1,1,1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","42401",1,32.805408,-83.543521,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",303,83,303,365,0,0,0,"","Certification not required",0,1.093399,0.297711,4.6,"2013-07-30 00:00",2.5,"2013-03-12 00:00",2.3,"2013-01-22 00:00",2.2,"2013-01-26 00:00","","","","",2.2,1.8,1.7,1.3,1,1,1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","42401",1,32.805408,-83.543521,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2358,81,299,365,0,0,"",0,"Certification not required",0,1.092791,0.610097,17.5,"2013-07-30 14:00",12.6,"2013-07-30 17:00",8.6,"2013-01-22 14:00",7.6,"2013-03-12 11:00","","","","",3.2,2.4,1.3,1,1,1,1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","42406",1,32.805408,-83.543521,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7146,82,303,365,0,150,"","","Certification not required",0,1.19194,1.216881,37.9,"2013-07-30 14:00",27.8,"2013-08-04 11:00",22.3,"2013-07-30 15:00",22.2,"2013-07-30 16:00","","","","",6.4,3.9,1.7,1,1,1,1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","43207",1,32.805408,-83.543521,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.173846,0.037758,0.24,"2013-05-16 00:00",0.24,"2013-05-28 00:00",0.2,"2013-02-21 00:00",0.2,"2013-03-17 00:00","","","","",0.24,0.24,0.24,0.24,0.2,0.16,0.14,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43208",1,32.805408,-83.543521,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.023,0,0.023,"2013-01-04 00:00",0.023,"2013-01-16 00:00",0.023,"2013-01-28 00:00",0.023,"2013-02-09 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43218",1,32.805408,-83.543521,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43248",1,32.805408,-83.543521,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.201,0,0.201,"2013-01-04 00:00",0.201,"2013-01-16 00:00",0.201,"2013-01-28 00:00",0.201,"2013-02-09 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43505",1,32.805408,-83.543521,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.592308,0.281252,1,"2013-03-17 00:00",1,"2013-05-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-03-29 00:00","","","","",1,1,1,1,0.8,0.6,0.2,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43801",1,32.805408,-83.543521,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.684615,0.106819,0.9,"2013-05-28 00:00",0.8,"2013-01-16 00:00",0.8,"2013-06-09 00:00",0.7,"2013-03-05 00:00","","","","",0.9,0.9,0.9,0.8,0.7,0.7,0.6,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43802",1,32.805408,-83.543521,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43803",1,32.805408,-83.543521,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43804",1,32.805408,-83.543521,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43811",1,32.805408,-83.543521,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.246154,0.023993,0.3,"2013-05-28 00:00",0.28,"2013-03-17 00:00",0.28,"2013-03-29 00:00",0.24,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0.28,0.24,0.24,0.23,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43812",1,32.805408,-83.543521,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43813",1,32.805408,-83.543521,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43814",1,32.805408,-83.543521,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43815",1,32.805408,-83.543521,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43817",1,32.805408,-83.543521,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43818",1,32.805408,-83.543521,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43819",1,32.805408,-83.543521,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43820",1,32.805408,-83.543521,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43823",1,32.805408,-83.543521,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.526154,0.061582,0.65,"2013-03-17 00:00",0.58,"2013-05-28 00:00",0.57,"2013-03-29 00:00",0.54,"2013-01-28 00:00","","","","",0.65,0.65,0.65,0.58,0.54,0.53,0.48,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43824",1,32.805408,-83.543521,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43826",1,32.805408,-83.543521,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43829",1,32.805408,-83.543521,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43830",1,32.805408,-83.543521,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43831",1,32.805408,-83.543521,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43839",1,32.805408,-83.543521,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.024,0,0.024,"2013-01-04 00:00",0.024,"2013-01-16 00:00",0.024,"2013-01-28 00:00",0.024,"2013-02-09 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43843",1,32.805408,-83.543521,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43844",1,32.805408,-83.543521,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","43860",1,32.805408,-83.543521,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","44201",1,32.805408,-83.543521,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5832,100,245,245,0,48,0,0,"Certification not required",833,0.046029,0.012258,0.082,"2013-08-29 16:00",0.078,"2013-09-13 15:00",0.077,"2013-09-12 15:00",0.073,"2013-03-16 15:00","","","","",0.077,0.073,0.067,0.061,0.054,0.046,0.03,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","44201",1,32.805408,-83.543521,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.040555,0.011192,0.072,"2013-08-29 11:00",0.069,"2013-09-13 11:00",0.065,"2013-03-15 12:00",0.064,"2013-03-29 11:00","","","","",0.065,0.063,0.059,0.053,0.048,0.041,0.025,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","44201",1,32.805408,-83.543521,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.040555,0.011192,0.072,"2013-08-29 11:00",0.069,"2013-09-13 11:00",0.065,"2013-03-15 12:00",0.064,"2013-03-29 11:00","","","","",0.065,0.063,0.059,0.053,0.048,0.041,0.025,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","45109",1,32.805408,-83.543521,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.030769,0.11094,0.4,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.4,0.4,0.4,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45201",1,32.805408,-83.543521,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,12.123077,15.14646,58.2,"2013-05-16 00:00",19.8,"2013-05-28 00:00",18,"2013-06-09 00:00",14.4,"2013-03-29 00:00","","","","",58.2,58.2,58.2,19.8,14.4,5.9,1,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45202",1,32.805408,-83.543521,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.692308,0.417256,2,"2013-05-16 00:00",0.8,"2013-01-04 00:00",0.8,"2013-05-28 00:00",0.7,"2013-02-21 00:00","","","","",2,2,2,0.8,0.7,0.6,0.4,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45203",1,32.805408,-83.543521,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45204",1,32.805408,-83.543521,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45207",1,32.805408,-83.543521,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.117,0,0.117,"2013-01-04 00:00",0.117,"2013-01-16 00:00",0.117,"2013-01-28 00:00",0.117,"2013-02-09 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45208",1,32.805408,-83.543521,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.1035,0,0.1035,"2013-01-04 00:00",0.1035,"2013-01-16 00:00",0.1035,"2013-01-28 00:00",0.1035,"2013-02-09 00:00","","","","",0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45220",1,32.805408,-83.543521,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45228",1,32.805408,-83.543521,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,1,"","","Certification not required",12,0.1305,0,0.1305,"2013-01-04 00:00",0.1305,"2013-01-16 00:00",0.1305,"2013-01-28 00:00",0.1305,"2013-02-09 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-01" +"13","021","0012","45801",1,32.805408,-83.543521,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,1.023077,0.727042,2.8,"2013-05-16 00:00",1.5,"2013-05-28 00:00",1.4,"2013-03-29 00:00",1.3,"2013-03-17 00:00","","","","",2.8,2.8,2.8,1.5,1.3,1.1,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45805",1,32.805408,-83.543521,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45806",1,32.805408,-83.543521,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",13,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45807",1,32.805408,-83.543521,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45809",1,32.805408,-83.543521,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","45810",1,32.805408,-83.543521,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2013-08-21" +"13","021","0012","61101",1,32.805408,-83.543521,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5086,58,212,365,0,2,"","","Certification not required",0,3.535431,2.900559,18.1,"2013-03-25 13:00",17.3,"2013-03-24 21:00",17.1,"2013-02-16 15:00",16.7,"2013-02-03 13:00","","","","",13.8,11.7,9.5,7.4,4.9,2.7,0.6,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-01-13" +"13","021","0012","61102",1,32.805408,-83.543521,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5086,58,212,365,0,2,"","","Certification not required",0,179.136846,94.151324,359,"2013-03-08 15:00",359,"2013-03-21 20:00",359,"2013-04-15 04:00",358,"2013-02-20 22:00","","","","",350,343,329,311,267,153,76,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-01-13" +"13","021","0012","68105",1,32.805408,-83.543521,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",81,66,81,122,0,0,"","","Certification not required",0,18.814815,7.433406,29,"2013-06-12 00:00",28.8,"2013-08-11 00:00",28.5,"2013-08-08 00:00",28.1,"2013-08-02 00:00","","","","",29,28.8,28,27.1,25.7,20.1,7.5,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-01-28" +"13","021","0012","68108",1,32.805408,-83.543521,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,0,"","","Certification not required",0,752.518519,3.391575,759,"2013-01-04 00:00",759,"2013-01-10 00:00",759,"2013-01-19 00:00",759,"2013-01-28 00:00","","","","",759,759,758,757,755,752,749,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-01-22" +"13","021","0012","88101",1,32.805408,-83.543521,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,7,0,0,"Certification not required",0,8.269474,3.932193,20.5,"2013-01-28 00:00",19.8,"2013-08-29 00:00",18.3,"2013-06-12 00:00",15.3,"2013-08-05 00:00","","","","",20.5,19.8,14.8,13.9,10.5,7.6,4.7,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-01-31" +"13","021","0012","88101",1,32.805408,-83.543521,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,7,"","","Certification not required",0,8.269474,3.932193,20.5,"2013-01-28 00:00",19.8,"2013-08-29 00:00",18.3,"2013-06-12 00:00",15.3,"2013-08-05 00:00","","","","",20.5,19.8,14.8,13.9,10.5,7.6,4.7,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-01-31" +"13","021","0012","88502",3,32.805408,-83.543521,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7190,82,302,365,0,106,"","","Certification not required",0,7.731919,5.260705,48.6,"2013-03-08 16:00",44.2,"2013-02-05 10:00",41.6,"2013-03-14 15:00",39.1,"2013-01-23 21:00","","","","",24.8,21.2,17.5,14.5,10.3,6.9,1.9,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","021","0012","88502",3,32.805408,-83.543521,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,7.689404,3.788585,20,"2013-01-29 00:00",19.8,"2013-03-09 00:00",19.7,"2013-08-29 00:00",18.9,"2013-01-28 00:00","","","","",18.9,16.9,14.7,12.8,9.7,7,3.6,"Macon SE","Georgia Forestry Commission, 5645 Riggins Mill Road, Dry Branch, Georgia, 31020","Georgia","Bibb","Macon","Macon, GA","2014-02-04" +"13","049","9000","85101",1,30.740718,-82.128154,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.981888,4.727683,23.2939,"2013-01-22 00:00",22.7542,"2013-01-25 00:00",22.0957,"2013-03-08 00:00",20.7173,"2013-01-28 00:00","","","","",23.2939,22.7542,22.0957,18.7424,15.2593,10.6362,7.122,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","86502",1,30.740718,-82.128154,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.058824,3.258293,14,"2013-01-31 00:00",12,"2013-01-16 00:00",12,"2013-03-11 00:00",11,"2013-01-19 00:00","","","","",14,12,12,10,7,4,2,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88103",1,30.740718,-82.128154,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000294,0.000807,0.005,"2013-01-01 00:00",0.002,"2013-03-11 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-13 00:00","","","","",0.005,0.002,0.001,0.001,0,0,0,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88104",1,30.740718,-82.128154,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.026182,0.017895,0.0822,"2013-01-31 00:00",0.081,"2013-04-28 00:00",0.056,"2013-05-16 00:00",0.0558,"2013-04-25 00:00","","","","",0.0822,0.081,0.056,0.0522,0.037,0.022,0.0093,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88109",1,30.740718,-82.128154,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002676,0.001462,0.0066,"2013-01-25 00:00",0.0059,"2013-01-01 00:00",0.0056,"2013-01-28 00:00",0.0056,"2013-03-11 00:00","","","","",0.0066,0.0059,0.0056,0.0052,0.0036,0.0022,0.0012,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88111",1,30.740718,-82.128154,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.031157,0.019006,0.0779,"2013-04-28 00:00",0.0736,"2013-03-11 00:00",0.0711,"2013-05-16 00:00",0.0658,"2013-01-31 00:00","","","","",0.0779,0.0736,0.0711,0.0595,0.0393,0.0287,0.01,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88112",1,30.740718,-82.128154,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88114",1,30.740718,-82.128154,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000505,0.000462,0.003,"2013-01-01 00:00",0.0015,"2013-01-25 00:00",0.0011,"2013-01-07 00:00",0.001,"2013-01-28 00:00","","","","",0.003,0.0015,0.0011,0.0009,0.0006,0.0004,0.00015,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88115",1,30.740718,-82.128154,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.076261,0.182586,0.9437,"2013-05-04 00:00",0.6908,"2013-05-31 00:00",0.4451,"2013-03-11 00:00",0.349,"2013-04-16 00:00","","","","",0.9437,0.6908,0.4451,0.2545,0.0275,0.0042,0.0005,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88126",1,30.740718,-82.128154,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022618,0.01342,0.0674,"2013-04-28 00:00",0.0525,"2013-04-07 00:00",0.0479,"2013-05-16 00:00",0.0452,"2013-04-25 00:00","","","","",0.0674,0.0525,0.0479,0.0413,0.0297,0.0184,0.0101,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88128",1,30.740718,-82.128154,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001059,0.000881,0.003,"2013-01-01 00:00",0.003,"2013-01-07 00:00",0.003,"2013-01-25 00:00",0.003,"2013-04-07 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88132",1,30.740718,-82.128154,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000863,0.000566,0.002,"2013-03-20 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-25 00:00",0.002,"2013-04-28 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88136",1,30.740718,-82.128154,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000118,0.000325,0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-13 00:00",0.001,"2013-04-07 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88140",1,30.740718,-82.128154,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.029278,0.029418,0.1059,"2013-04-07 00:00",0.0921,"2013-04-22 00:00",0.0844,"2013-05-31 00:00",0.0807,"2013-04-04 00:00","","","","",0.1059,0.0921,0.0844,0.0741,0.0472,0.017,0.00105,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88152",1,30.740718,-82.128154,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.0019,0.002481,0.0087,"2013-05-10 00:00",0.0082,"2013-04-25 00:00",0.0074,"2013-03-29 00:00",0.0071,"2013-04-01 00:00","","","","",0.0087,0.0082,0.0074,0.0058,0.0035,0.0004,0.0001,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88154",1,30.740718,-82.128154,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000346,0.000277,0.0013,"2013-04-07 00:00",0.0011,"2013-01-28 00:00",0.0009,"2013-01-01 00:00",0.0009,"2013-01-25 00:00","","","","",0.0013,0.0011,0.0009,0.0007,0.0005,0.0003,0.0001,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88161",1,30.740718,-82.128154,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002139,0.001378,0.0069,"2013-04-28 00:00",0.0054,"2013-01-31 00:00",0.0047,"2013-04-25 00:00",0.0044,"2013-05-16 00:00","","","","",0.0069,0.0054,0.0047,0.0039,0.0029,0.0017,0.0008,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88164",1,30.740718,-82.128154,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000456,0.000362,0.0013,"2013-01-01 00:00",0.0013,"2013-05-19 00:00",0.0012,"2013-01-16 00:00",0.0012,"2013-04-19 00:00","","","","",0.0013,0.0013,0.0012,0.0009,0.0007,0.0003,5e-05,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88165",1,30.740718,-82.128154,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.058924,0.046441,0.1951,"2013-04-28 00:00",0.1674,"2013-01-31 00:00",0.1551,"2013-04-25 00:00",0.1381,"2013-05-10 00:00","","","","",0.1951,0.1674,0.1551,0.119,0.0844,0.0417,0.011,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88167",1,30.740718,-82.128154,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003755,0.002421,0.0106,"2013-03-08 00:00",0.0098,"2013-01-01 00:00",0.0091,"2013-01-25 00:00",0.0071,"2013-03-05 00:00","","","","",0.0106,0.0098,0.0091,0.0067,0.0054,0.003,0.0013,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88168",1,30.740718,-82.128154,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000441,0.000481,0.0032,"2013-01-01 00:00",0.0011,"2013-01-31 00:00",0.001,"2013-04-07 00:00",0.001,"2013-04-28 00:00","","","","",0.0032,0.0011,0.001,0.0009,0.0006,0.0003,0.0001,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88169",1,30.740718,-82.128154,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.543865,0.254839,1.3099,"2013-01-28 00:00",1.0784,"2013-04-07 00:00",1.0138,"2013-05-10 00:00",0.9686,"2013-01-25 00:00","","","","",1.3099,1.0784,1.0138,0.8975,0.6926,0.4996,0.2647,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88176",1,30.740718,-82.128154,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.000212,0.000108,0.0006,"2013-01-25 00:00",0.0005,"2013-01-31 00:00",0.0004,"2013-01-16 00:00",0.0004,"2013-01-28 00:00","","","","",0.0006,0.0005,0.0004,0.0004,0.0003,0.00015,0.00015,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88180",1,30.740718,-82.128154,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.046294,0.021621,0.1431,"2013-01-01 00:00",0.0839,"2013-03-08 00:00",0.0775,"2013-01-25 00:00",0.0771,"2013-04-19 00:00","","","","",0.1431,0.0839,0.0775,0.0677,0.0573,0.0449,0.0251,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88184",1,30.740718,-82.128154,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.205224,0.192074,0.6443,"2013-05-31 00:00",0.6138,"2013-05-04 00:00",0.5743,"2013-04-22 00:00",0.5731,"2013-03-11 00:00","","","","",0.6443,0.6138,0.5743,0.5058,0.3176,0.1545,0.01,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88185",1,30.740718,-82.128154,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000811,0.000465,0.0028,"2013-01-16 00:00",0.0023,"2013-01-19 00:00",0.0018,"2013-01-28 00:00",0.0016,"2013-01-01 00:00","","","","",0.0028,0.0023,0.0018,0.0014,0.0007,0.00065,0.0004,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88203",1,30.740718,-82.128154,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.212649,0.259412,1.1632,"2013-05-04 00:00",0.8955,"2013-05-31 00:00",0.7784,"2013-04-22 00:00",0.7663,"2013-03-11 00:00","","","","",1.1632,0.8955,0.7784,0.5857,0.27,0.1135,0.0127,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88306",1,30.740718,-82.128154,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.35109,0.203126,0.8735,"2013-04-07 00:00",0.8255,"2013-03-23 00:00",0.7821,"2013-01-04 00:00",0.7749,"2013-03-11 00:00","","","","",0.8735,0.8255,0.7821,0.6394,0.4436,0.3096,0.1316,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88320",1,30.740718,-82.128154,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,1.3982,0.948663,5.47,"2013-03-08 00:00",4.54,"2013-01-25 00:00",2.93,"2013-01-28 00:00",2.34,"2013-01-01 00:00","","","","",5.47,5.47,2.93,2.27,1.7,1.19,0.64,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88321",1,30.740718,-82.128154,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,0.2478,0.220049,1.27,"2013-03-08 00:00",0.84,"2013-01-25 00:00",0.7,"2013-01-01 00:00",0.51,"2013-01-13 00:00","","","","",1.27,1.27,0.7,0.48,0.31,0.19,0.07,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88324",1,30.740718,-82.128154,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",36,0.041911,0.059162,0.3741,"2013-03-08 00:00",0.1735,"2013-01-28 00:00",0.1653,"2013-01-25 00:00",0.0986,"2013-05-10 00:00","","","","",0.3741,0.3741,0.1653,0.0892,0.034,0.02385,0.01055,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88325",1,30.740718,-82.128154,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",1,0.303225,0.198507,1.085,"2013-03-08 00:00",1.0221,"2013-01-25 00:00",0.5872,"2013-01-28 00:00",0.5786,"2013-05-10 00:00","","","","",1.085,1.085,0.5872,0.5517,0.3482,0.2717,0.1465,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88326",1,30.740718,-82.128154,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,0.41951,0.34341,1.8126,"2013-01-25 00:00",1.7779,"2013-03-08 00:00",0.8735,"2013-02-03 00:00",0.8507,"2013-01-28 00:00","","","","",1.8126,1.8126,0.8735,0.8491,0.4354,0.3379,0.1826,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88327",1,30.740718,-82.128154,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,0.299782,0.210181,1.1558,"2013-03-08 00:00",0.9125,"2013-01-25 00:00",0.7474,"2013-01-13 00:00",0.6838,"2013-01-01 00:00","","","","",1.1558,1.1558,0.7474,0.5109,0.3965,0.2316,0.1327,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88328",1,30.740718,-82.128154,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,0.348534,0.199571,1.0726,"2013-03-08 00:00",0.806,"2013-01-28 00:00",0.6769,"2013-03-29 00:00",0.6615,"2013-05-10 00:00","","","","",1.0726,1.0726,0.6769,0.6248,0.4471,0.331,0.126,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88329",1,30.740718,-82.128154,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,0.54853,0.386388,2.253,"2013-03-08 00:00",1.3561,"2013-01-25 00:00",1.2241,"2013-01-28 00:00",1.0645,"2013-01-01 00:00","","","","",2.253,2.253,1.2241,0.9834,0.7236,0.4657,0.1919,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88330",1,30.740718,-82.128154,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",2,0.046959,0.024969,0.1099,"2013-01-25 00:00",0.0996,"2013-03-20 00:00",0.0962,"2013-03-29 00:00",0.0894,"2013-03-08 00:00","","","","",0.1099,0.1099,0.0962,0.0893,0.0584,0.048,0.0164,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88331",1,30.740718,-82.128154,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",18,0.000451,0.002003,0.0136,"2013-03-20 00:00",0.0039,"2013-01-01 00:00",0.0023,"2013-03-29 00:00",0.001,"2013-04-07 00:00","","","","",0.0136,0.0136,0.0023,0.00015,0.0001,0,0,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88338",1,30.740718,-82.128154,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017627,0.011241,0.0722,"2013-02-12 00:00",0.0515,"2013-01-16 00:00",0.0481,"2013-03-23 00:00",0.02495,"2013-02-27 00:00","","","","",0.0722,0.0515,0.0481,0.0242,0.0165,0.01485,0.01055,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88339",1,30.740718,-82.128154,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.243439,1.051263,5.4033,"2013-01-28 00:00",4.44848,"2013-04-07 00:00",4.18209,"2013-05-10 00:00",3.99552,"2013-01-25 00:00","","","","",5.4033,4.44848,4.18209,3.70235,2.85681,2.06102,1.09189,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88344",1,30.740718,-82.128154,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.452882,0.262005,1.1268,"2013-04-07 00:00",1.0649,"2013-03-23 00:00",1.0089,"2013-01-04 00:00",0.9996,"2013-03-11 00:00","","","","",1.1268,1.0649,1.0089,0.8248,0.5722,0.3994,0.1698,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88348",1,30.740718,-82.128154,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.313894,0.212499,0.9675,"2013-04-28 00:00",0.8073,"2013-01-31 00:00",0.718,"2013-04-25 00:00",0.6502,"2013-05-16 00:00","","","","",0.9675,0.8073,0.718,0.6409,0.4428,0.2423,0.1015,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88350",1,30.740718,-82.128154,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,0,"","","Certification not required",0,2.517052,1.705893,9.8383,"2013-03-08 00:00",8.1662,"2013-01-25 00:00",5.2711,"2013-01-28 00:00",4.2098,"2013-01-01 00:00","","","","",9.8383,9.8383,5.2711,4.0853,3.0647,2.1483,1.1543,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88403",1,30.740718,-82.128154,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.638008,0.787153,4.0079,"2013-01-28 00:00",3.3878,"2013-04-07 00:00",3.0211,"2013-03-08 00:00",2.9197,"2013-01-25 00:00","","","","",4.0079,3.3878,3.0211,2.728,2.1171,1.4006,0.8034,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","049","9000","88502",1,30.740718,-82.128154,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.358824,2.74067,17.6,"2013-03-08 00:00",12.1,"2013-01-22 00:00",12,"2013-01-25 00:00",10.3,"2013-05-16 00:00","","","","",17.6,12.1,12,10,7.2,5.9,3.9,"","Okefenokee NWR","Georgia","Charlton","","","2014-01-28" +"13","051","0021","12102",1,32.06923,-81.048769,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000533,0.000516,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12103",1,32.06923,-81.048769,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000667,0.000724,0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12105",1,32.06923,-81.048769,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12110",1,32.06923,-81.048769,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000267,0.001033,0.004,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.004,0.004,0.004,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12112",1,32.06923,-81.048769,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.0024,0.001121,0.006,"2013-03-29 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-21 00:00","","","","",0.006,0.006,0.006,0.003,0.003,0.002,0.002,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12113",1,32.06923,-81.048769,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12128",1,32.06923,-81.048769,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.002087,0.000926,0.0033,"2013-02-21 00:00",0.0033,"2013-05-16 00:00",0.0032,"2013-01-28 00:00",0.0029,"2013-02-09 00:00","","","","",0.0033,0.0033,0.0033,0.0033,0.0029,0.0019,0.0008,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12132",1,32.06923,-81.048769,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.004733,0.002187,0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-05-16 00:00",0.006,"2013-01-28 00:00","","","","",0.008,0.008,0.008,0.008,0.006,0.005,0.002,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12136",1,32.06923,-81.048769,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.002267,0.001981,0.009,"2013-03-29 00:00",0.003,"2013-01-28 00:00",0.003,"2013-05-28 00:00",0.002,"2013-01-04 00:00","","","","",0.009,0.009,0.009,0.003,0.002,0.002,0.001,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12154",1,32.06923,-81.048769,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000467,0.000516,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","12167",1,32.06923,-81.048769,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.019779,0.006612,0.0325,"2013-01-28 00:00",0.02857,"2013-03-05 00:00",0.0259,"2013-03-29 00:00",0.02388,"2013-02-21 00:00","","","","",0.0325,0.0325,0.0325,0.02857,0.02388,0.02047,0.00988,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17141",1,32.06923,-81.048769,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,12.523077,7.760815,30.2,"2013-03-29 00:00",20.5,"2013-05-16 00:00",16.6,"2013-01-04 00:00",15.3,"2013-01-28 00:00","","","","",30.2,30.2,30.2,20.5,15.3,13.5,2.1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17147",1,32.06923,-81.048769,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,1.092308,0.599252,1.9,"2013-05-16 00:00",1.8,"2013-06-21 00:00",1.7,"2013-05-28 00:00",1.6,"2013-04-22 00:00","","","","",1.9,1.9,1.9,1.8,1.6,1.2,0.3,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17148",1,32.06923,-81.048769,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17149",1,32.06923,-81.048769,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.461538,0.73772,1.9,"2013-06-21 00:00",1.6,"2013-01-16 00:00",1.3,"2013-01-04 00:00",1.2,"2013-01-28 00:00","","","","",1.9,1.9,1.9,1.6,1.2,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17150",1,32.06923,-81.048769,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,2.315385,1.179581,5,"2013-05-16 00:00",3.8,"2013-05-28 00:00",3.6,"2013-06-21 00:00",2.5,"2013-01-16 00:00","","","","",5,5,5,3.8,2.5,1.9,1.2,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17151",1,32.06923,-81.048769,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17201",1,32.06923,-81.048769,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.615385,0.702194,2.7,"2013-02-09 00:00",1,"2013-05-16 00:00",0.8,"2013-05-28 00:00",0.8,"2013-06-21 00:00","","","","",2.7,2.7,2.7,1,0.8,0.5,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17204",1,32.06923,-81.048769,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.038462,0.096077,0.3,"2013-01-04 00:00",0.2,"2013-01-28 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.2,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17208",1,32.06923,-81.048769,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17215",1,32.06923,-81.048769,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17220",1,32.06923,-81.048769,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17223",1,32.06923,-81.048769,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17224",1,32.06923,-81.048769,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17237",1,32.06923,-81.048769,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17242",1,32.06923,-81.048769,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","17243",1,32.06923,-81.048769,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-08-15" +"13","051","0021","42401",1,32.06923,-81.048769,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7222,82,303,365,0,74,1,"","Certification not required",0,7.359406,12.29648,96,"2013-01-21 10:00",56.5,"2013-10-12 09:00",56.2,"2013-01-22 11:00",55.2,"2013-03-26 23:00","","","","",55.2,47.7,35.6,21.4,7.7,1.7,1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","42401",1,32.06923,-81.048769,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7222,82,303,365,0,74,"","","Certification not required",0,2.046206,4.308393,96,"2013-01-21 10:00",56.5,"2013-10-12 09:00",56.2,"2013-01-22 11:00",55.2,"2013-03-26 23:00","","","","",23,16.4,7.4,2.8,1,1,1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","42401",1,32.06923,-81.048769,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",303,83,303,365,0,0,0,"","Certification not required",0,2.048515,2.529323,19.4,"2013-01-22 00:00",18.9,"2013-03-26 00:00",16.6,"2013-03-25 00:00",14.7,"2013-03-21 00:00","","","","",14.7,10.4,6.3,4.2,1.8,1,1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","42401",1,32.06923,-81.048769,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2374,81,303,365,0,0,"",0,"Certification not required",0,2.031887,3.708933,51.9,"2013-03-26 23:00",45.5,"2013-01-21 11:00",40.3,"2013-01-22 08:00",40,"2013-03-21 20:00","","","","",19.9,15,7.6,3.3,1,1,1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","42406",1,32.06923,-81.048769,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7130,81,303,365,0,166,"","","Certification not required",0,3.575764,8.747126,151.4,"2013-01-21 10:00",81.8,"2013-01-22 06:00",80.7,"2013-01-21 11:00",80,"2013-03-13 20:00","","","","",49.3,36.5,18.5,6.4,1.3,1,1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","43207",1,32.06923,-81.048769,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",1,0.175917,0.061497,0.26,"2013-04-22 00:00",0.24,"2013-02-09 00:00",0.24,"2013-03-17 00:00",0.2,"2013-01-16 00:00","","","","",0.26,0.26,0.26,0.24,0.24,0.18,0.14,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43208",1,32.06923,-81.048769,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.023,0,0.023,"2013-01-16 00:00",0.023,"2013-01-28 00:00",0.023,"2013-02-09 00:00",0.023,"2013-02-21 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43218",1,32.06923,-81.048769,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43248",1,32.06923,-81.048769,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.201,0,0.201,"2013-01-16 00:00",0.201,"2013-01-28 00:00",0.201,"2013-02-09 00:00",0.201,"2013-02-21 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43502",2,32.06923,-81.048769,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.626667,0.918436,3.7,"2013-05-16 00:00",2.7,"2013-03-17 00:00",2.1,"2013-03-05 00:00",2,"2013-01-28 00:00","","","","",3.7,3.7,3.7,2.7,2,1.5,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-04" +"13","051","0021","43503",2,32.06923,-81.048769,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.513333,0.761452,1.8,"2013-01-28 00:00",1.7,"2013-03-29 00:00",1.5,"2013-03-17 00:00",1.5,"2013-05-16 00:00","","","","",1.8,1.8,1.8,1.7,1.5,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-04" +"13","051","0021","43504",2,32.06923,-81.048769,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-04" +"13","051","0021","43505",1,32.06923,-81.048769,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.608333,0.758537,2.8,"2013-06-21 00:00",1,"2013-06-09 00:00",0.7,"2013-03-29 00:00",0.7,"2013-04-22 00:00","","","","",2.8,2.8,2.8,1,0.7,0.5,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43510",2,32.06923,-81.048769,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",15,0.68978,0,0.68978,"2013-01-04 00:00",0.68978,"2013-01-16 00:00",0.68978,"2013-01-28 00:00",0.68978,"2013-02-09 00:00","","","","",0.68978,0.68978,0.68978,0.68978,0.68978,0.68978,0.68978,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-04" +"13","051","0021","43551",2,32.06923,-81.048769,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",3,4.579937,2.720622,8.54264,"2013-01-28 00:00",8.26276,"2013-05-16 00:00",8.13466,"2013-05-28 00:00",7.57919,"2013-03-29 00:00","","","","",8.54264,8.54264,8.54264,8.26276,7.57919,4.5989,0.64231,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-04" +"13","051","0021","43801",1,32.06923,-81.048769,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.716667,0.083485,0.8,"2013-01-16 00:00",0.8,"2013-03-17 00:00",0.8,"2013-05-04 00:00",0.8,"2013-06-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.7,0.6,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43802",1,32.06923,-81.048769,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43803",1,32.06923,-81.048769,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43804",1,32.06923,-81.048769,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.1,0,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-21 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43811",1,32.06923,-81.048769,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.255833,0.026443,0.3,"2013-02-09 00:00",0.29,"2013-03-17 00:00",0.28,"2013-01-28 00:00",0.28,"2013-03-29 00:00","","","","",0.3,0.3,0.3,0.29,0.28,0.25,0.22,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43812",1,32.06923,-81.048769,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43813",1,32.06923,-81.048769,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43814",1,32.06923,-81.048769,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43815",1,32.06923,-81.048769,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43817",1,32.06923,-81.048769,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43818",1,32.06923,-81.048769,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43819",1,32.06923,-81.048769,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43820",1,32.06923,-81.048769,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43823",1,32.06923,-81.048769,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.534167,0.054848,0.61,"2013-02-09 00:00",0.58,"2013-01-28 00:00",0.58,"2013-03-17 00:00",0.57,"2013-04-22 00:00","","","","",0.61,0.61,0.61,0.58,0.58,0.56,0.46,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43824",1,32.06923,-81.048769,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43826",1,32.06923,-81.048769,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43829",1,32.06923,-81.048769,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43830",1,32.06923,-81.048769,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43831",1,32.06923,-81.048769,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43839",1,32.06923,-81.048769,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.024,0,0.024,"2013-01-16 00:00",0.024,"2013-01-28 00:00",0.024,"2013-02-09 00:00",0.024,"2013-02-21 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43843",1,32.06923,-81.048769,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43844",1,32.06923,-81.048769,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","43860",1,32.06923,-81.048769,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","44201",1,32.06923,-81.048769,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5813,100,244,245,0,67,0,0,"Certification not required",375,0.041025,0.012136,0.08,"2013-05-15 14:00",0.079,"2013-07-25 14:00",0.075,"2013-03-30 17:00",0.068,"2013-04-06 13:00","","","","",0.075,0.066,0.061,0.057,0.049,0.041,0.025,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","44201",1,32.06923,-81.048769,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5849,100,244,245,0,0,0,0,"Certification not required",0,0.036574,0.011315,0.067,"2013-03-30 11:00",0.066,"2013-05-15 12:00",0.059,"2013-03-16 09:00",0.059,"2013-04-06 11:00","","","","",0.059,0.059,0.055,0.05,0.045,0.038,0.021,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","44201",1,32.06923,-81.048769,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5849,100,244,245,0,0,0,0,"Certification not required",0,0.036574,0.011315,0.067,"2013-03-30 11:00",0.066,"2013-05-15 12:00",0.059,"2013-03-16 09:00",0.059,"2013-04-06 11:00","","","","",0.059,0.059,0.055,0.05,0.045,0.038,0.021,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","0021","45109",1,32.06923,-81.048769,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45201",1,32.06923,-81.048769,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.591667,0.281096,1,"2013-06-21 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00",0.8,"2013-03-05 00:00","","","","",1,1,1,0.8,0.8,0.7,0.3,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45202",1,32.06923,-81.048769,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.466667,0.331205,1.2,"2013-03-05 00:00",0.7,"2013-02-09 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-21 00:00","","","","",1.2,1.2,1.2,0.7,0.6,0.6,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45203",1,32.06923,-81.048769,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45204",1,32.06923,-81.048769,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45207",1,32.06923,-81.048769,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.117,0,0.117,"2013-01-16 00:00",0.117,"2013-01-28 00:00",0.117,"2013-02-09 00:00",0.117,"2013-02-21 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45208",1,32.06923,-81.048769,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.1035,0,0.1035,"2013-01-16 00:00",0.1035,"2013-01-28 00:00",0.1035,"2013-02-09 00:00",0.1035,"2013-02-21 00:00","","","","",0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45220",1,32.06923,-81.048769,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45228",1,32.06923,-81.048769,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.1305,0,0.1305,"2013-01-16 00:00",0.1305,"2013-01-28 00:00",0.1305,"2013-02-09 00:00",0.1305,"2013-02-21 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45501",2,32.06923,-81.048769,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",15,0.82025,0,0.82025,"2013-01-04 00:00",0.82025,"2013-01-16 00:00",0.82025,"2013-01-28 00:00",0.82025,"2013-02-09 00:00","","","","",0.82025,0.82025,0.82025,0.82025,0.82025,0.82025,0.82025,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-04" +"13","051","0021","45801",1,32.06923,-81.048769,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45805",1,32.06923,-81.048769,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.135,0,0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00",0.135,"2013-02-21 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45806",1,32.06923,-81.048769,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",12,0.135,0,0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00",0.135,"2013-02-21 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45807",1,32.06923,-81.048769,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45809",1,32.06923,-81.048769,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","45810",1,32.06923,-81.048769,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2013-09-03" +"13","051","0021","61101",1,32.06923,-81.048769,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3528,40,146,365,0,1560,"","","Certification not required",0,6.67534,1.78453,15.5,"2013-03-05 21:00",15.3,"2013-06-28 15:00",14.8,"2013-02-26 11:00",14.6,"2013-02-26 12:00","","","","",12,11.3,10.1,9.1,7.6,6.4,4.7,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-01-13" +"13","051","0021","61102",1,32.06923,-81.048769,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3528,40,146,365,0,1560,"","","Certification not required",0,180.714569,101.653795,359,"2013-01-05 00:00",359,"2013-02-24 08:00",359,"2013-03-01 07:00",359,"2013-03-13 03:00","","","","",356,351,324,282,261,229,29,"Savannah-E. President Street","AMERICAN RED CROSS, 2500 E. PRESIDENT STREET, BLDG-A, SAVANNAH, GA, 31404","Georgia","Chatham","Savannah","Savannah, GA","2014-01-13" +"13","051","0091","68105",1,32.110759,-81.161847,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",71,58,71,122,0,0,"","","Certification not required",0,20.923944,7.377078,31.1,"2013-06-12 00:00",30.3,"2013-08-11 00:00",29.1,"2013-08-05 00:00",29.1,"2013-08-29 00:00","","","","",31.1,30.3,29.1,28.7,28,24.3,10.5,"Savannah-Mercer Middle","Mercer Middle School, 201 Rommel Avenue, Savannah, Georgia 31408","Georgia","Chatham","Garden City","Savannah, GA","2014-01-28" +"13","051","0091","68108",1,32.110759,-81.161847,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",71,58,71,122,0,0,"","","Certification not required",0,761.211268,3.363313,768,"2013-01-10 00:00",768,"2013-01-19 00:00",768,"2013-01-28 00:00",768,"2013-02-18 00:00","","","","",768,768,768,765,764,761,757,"Savannah-Mercer Middle","Mercer Middle School, 201 Rommel Avenue, Savannah, Georgia 31408","Georgia","Chatham","Garden City","Savannah, GA","2014-01-22" +"13","051","0091","88101",1,32.110759,-81.161847,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",91,74,90,122,0,11,0,0,"Certification not required",0,9.158242,3.659115,21.4,"2013-02-18 00:00",20.7,"2013-01-28 00:00",17.8,"2013-08-29 00:00",17.3,"2013-06-12 00:00","","","","",21.4,20.7,16.1,15,10.9,8.3,5.5,"Savannah-Mercer Middle","Mercer Middle School, 201 Rommel Avenue, Savannah, Georgia 31408","Georgia","Chatham","Garden City","Savannah, GA","2014-01-31" +"13","051","0091","88101",1,32.110759,-81.161847,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",91,74,90,122,0,11,"","","Certification not required",0,9.158242,3.659115,21.4,"2013-02-18 00:00",20.7,"2013-01-28 00:00",17.8,"2013-08-29 00:00",17.3,"2013-06-12 00:00","","","","",21.4,20.7,16.1,15,10.9,8.3,5.5,"Savannah-Mercer Middle","Mercer Middle School, 201 Rommel Avenue, Savannah, Georgia 31408","Georgia","Chatham","Garden City","Savannah, GA","2014-01-31" +"13","051","1002","42401",3,32.090457,-81.130378,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7145,82,296,365,0,151,4,"","Certification not required",0,11.697635,18.857642,142.1,"2013-09-29 08:00",117.5,"2013-09-27 08:00",101,"2013-10-08 09:00",92.7,"2013-09-28 08:00","","","","",101,73.4,47,30,13.7,3.7,1,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","1002","42401",3,32.090457,-81.130378,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7145,82,296,365,0,151,"","","Certification not required",0,2.756333,6.828025,142.1,"2013-09-29 08:00",117.5,"2013-09-27 08:00",115.1,"2013-09-29 09:00",101,"2013-10-08 09:00","","","","",37.1,23.5,9.4,4.4,1.4,1,1,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","1002","42401",3,32.090457,-81.130378,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",296,81,296,365,0,0,0,"","Certification not required",0,2.776014,3.821154,30.2,"2013-10-08 00:00",25.6,"2013-09-29 00:00",24.1,"2013-10-14 00:00",22.7,"2013-09-27 00:00","","","","",24.1,19.1,7.4,5.2,3.1,1.3,1,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","1002","42401",3,32.090457,-81.130378,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2338,80,295,365,0,0,"",0,"Certification not required",0,2.746792,5.941795,84.2,"2013-09-29 08:00",70.7,"2013-10-08 11:00",65.1,"2013-09-29 11:00",63,"2013-09-28 08:00","","","","",31.3,20.3,10.4,4.9,1.8,1,1,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","1002","42406",1,32.090457,-81.130378,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7048,80,295,365,0,248,"","","Certification not required",0,5.612528,17.264745,261.8,"2013-09-29 07:00",230.3,"2013-09-29 08:00",222.9,"2013-09-29 09:00",209.7,"2013-10-08 18:00","","","","",93.5,67.7,26.1,7.6,2.5,1,1,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","1002","61101",1,32.090457,-81.130378,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5085,58,212,365,0,3,"","","Certification not required",0,3.567571,1.962159,13.6,"2013-03-05 21:00",11.5,"2013-06-28 15:00",10.9,"2013-02-26 11:00",10.9,"2013-03-25 16:00","","","","",9.1,8.4,7.2,6.2,4.9,3.3,1.2,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-01-13" +"13","051","1002","61102",1,32.090457,-81.130378,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5085,58,212,365,0,3,"","","Certification not required",0,188.015733,86.968782,359,"2013-03-04 10:00",359,"2013-04-05 11:00",359,"2013-04-05 21:00",359,"2013-04-20 13:00","","","","",348,335,318,296,252,201,64,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-01-13" +"13","051","1002","88502",3,32.090457,-81.130378,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6965,80,283,365,0,331,"","","Certification not required",0,8.929792,7.467277,84.2,"2013-10-15 23:00",75.5,"2013-05-21 21:00",59.7,"2013-05-15 16:00",59.6,"2013-05-15 15:00","","","","",34.9,29.6,22.8,18.1,12.3,7.6,0.2,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","051","1002","88502",3,32.090457,-81.130378,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,"","","Certification not required",0,8.865371,3.948103,24.9,"2013-01-24 00:00",21.6,"2013-09-08 00:00",20.8,"2013-06-12 00:00",20.6,"2013-08-29 00:00","","","","",20.8,18.8,16.6,14.9,10.9,8.2,4.5,"Savannah-L&A","PUMPING STATION @ INTERSECTION OF W. LATHROP AND AUGUSTA AVE, SAVANNAH, GA, 31415","Georgia","Chatham","Savannah","Savannah, GA","2014-02-04" +"13","055","0001","44201",1,34.474293,-85.408003,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5837,100,244,245,0,43,0,0,"Certification not required",1549,0.044422,0.010268,0.073,"2013-03-15 16:00",0.072,"2013-05-14 17:00",0.071,"2013-05-29 17:00",0.067,"2013-04-26 16:00","","","","",0.071,0.065,0.06,0.057,0.052,0.045,0.031,"Summerville-DNR Fish Hatchery","DNR Fish Hatchery, 231 Fish Hatchery Road, Summerville, Georgia, 30747","Georgia","Chattooga","Summerville","Summerville, GA","2014-02-04" +"13","055","0001","44201",1,34.474293,-85.408003,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5869,100,244,245,0,0,0,0,"Certification not required",0,0.038992,0.009747,0.063,"2013-03-15 12:00",0.061,"2013-05-14 11:00",0.061,"2013-05-15 10:00",0.059,"2013-05-29 11:00","","","","",0.061,0.059,0.054,0.05,0.047,0.04,0.027,"Summerville-DNR Fish Hatchery","DNR Fish Hatchery, 231 Fish Hatchery Road, Summerville, Georgia, 30747","Georgia","Chattooga","Summerville","Summerville, GA","2014-02-04" +"13","055","0001","44201",1,34.474293,-85.408003,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5869,100,244,245,0,0,0,0,"Certification not required",0,0.038992,0.009747,0.063,"2013-03-15 12:00",0.061,"2013-05-14 11:00",0.061,"2013-05-15 10:00",0.059,"2013-05-29 11:00","","","","",0.061,0.059,0.054,0.05,0.047,0.04,0.027,"Summerville-DNR Fish Hatchery","DNR Fish Hatchery, 231 Fish Hatchery Road, Summerville, Georgia, 30747","Georgia","Chattooga","Summerville","Summerville, GA","2014-02-04" +"13","059","0001","68103",5,33.945833,-83.372222,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.826923,7.177555,22.9,"2013-06-27 00:00",22,"2013-08-08 00:00",21.4,"2013-07-21 00:00",21.2,"2013-09-01 00:00","","","","",22.9,22,21.4,20.9,19.1,14.8,1.1,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","68104",5,33.945833,-83.372222,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,24.667308,7.801752,34.5,"2013-09-13 00:00",34.3,"2013-08-02 00:00",33.9,"2013-09-01 00:00",33.7,"2013-07-21 00:00","","","","",34.5,34.3,33.9,33.4,31.8,27.9,13.4,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","68105",5,33.945833,-83.372222,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.996154,6.935557,27.3,"2013-06-27 00:00",26.3,"2013-08-08 00:00",26,"2013-07-09 00:00",25.9,"2013-08-02 00:00","","","","",27.3,26.3,26,25.5,24.2,21.1,8,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","68106",5,33.945833,-83.372222,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,737.788462,3.555369,745,"2013-01-10 00:00",745,"2013-01-28 00:00",744,"2013-01-04 00:00",744,"2013-07-15 00:00","","","","",745,745,744,742,740,738,734,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","68107",5,33.945833,-83.372222,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.673077,3.562997,749,"2013-01-10 00:00",749,"2013-01-28 00:00",747,"2013-01-04 00:00",747,"2013-03-29 00:00","","","","",749,749,747,747,745,742,737,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","68108",5,33.945833,-83.372222,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,739.365385,3.4586,747,"2013-01-10 00:00",746,"2013-01-28 00:00",745,"2013-01-04 00:00",744,"2013-03-29 00:00","","","","",747,746,745,744,742,739,735,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88102",5,33.945833,-83.372222,"NAD27","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.021157,0.008608,0.07,"2013-05-10 00:00",0.043,"2013-10-31 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-21 00:00","","","","",0.07,0.043,0.026,0.026,0.021,0.0195,0.014,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88103",5,33.945833,-83.372222,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000451,0.000642,0.002,"2013-04-28 00:00",0.002,"2013-09-01 00:00",0.002,"2013-09-07 00:00",0.002,"2013-09-19 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88104",5,33.945833,-83.372222,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",25,0.09201,0.197583,1.2,"2013-09-13 00:00",0.674,"2013-05-22 00:00",0.36,"2013-10-01 00:00",0.287,"2013-10-25 00:00","","","","",1.2,0.674,0.36,0.253,0.097,0.013,0.0065,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88107",5,33.945833,-83.372222,"NAD27","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.006058,0.00415,0.0295,"2013-01-10 00:00",0.018,"2013-09-13 00:00",0.0155,"2013-10-01 00:00",0.01,"2013-01-28 00:00","","","","",0.0295,0.018,0.0155,0.0055,0.0055,0.005,0.00385,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88109",5,33.945833,-83.372222,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",17,0.003119,0.002715,0.0154,"2013-01-28 00:00",0.0075,"2013-03-29 00:00",0.0075,"2013-08-26 00:00",0.0074,"2013-11-06 00:00","","","","",0.0154,0.0075,0.0075,0.0061,0.0046,0.0027,0.00065,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88110",5,33.945833,-83.372222,"NAD27","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001373,0.003137,0.013,"2013-04-22 00:00",0.012,"2013-10-25 00:00",0.011,"2013-04-04 00:00",0.007,"2013-03-23 00:00","","","","",0.013,0.012,0.011,0.005,0.001,0,0,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88111",5,33.945833,-83.372222,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",19,0.021458,0.042281,0.273,"2013-09-13 00:00",0.123,"2013-10-25 00:00",0.0916,"2013-10-01 00:00",0.0535,"2013-06-27 00:00","","","","",0.273,0.123,0.0916,0.0375,0.0251,0.0091,0.00235,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88112",5,33.945833,-83.372222,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.007118,0.017,0.104,"2013-10-07 00:00",0.055,"2013-10-13 00:00",0.035,"2013-10-01 00:00",0.028,"2013-05-10 00:00","","","","",0.104,0.055,0.035,0.008,0.005,0.003,0,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88113",5,33.945833,-83.372222,"NAD27","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.00075,0.000451,0.0035,"2013-09-13 00:00",0.0019,"2013-10-01 00:00",0.0015,"2013-02-27 00:00",0.001,"2013-01-10 00:00","","","","",0.0035,0.0019,0.0015,0.0007,0.0007,0.00065,0.00055,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88114",5,33.945833,-83.372222,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",40,0.001345,0.001234,0.0084,"2013-05-22 00:00",0.0042,"2013-10-01 00:00",0.003,"2013-06-15 00:00",0.0029,"2013-05-10 00:00","","","","",0.0084,0.0042,0.003,0.0022,0.00125,0.00095,0.00065,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88115",5,33.945833,-83.372222,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",36,0.006593,0.007617,0.0431,"2013-07-15 00:00",0.037,"2013-01-28 00:00",0.0169,"2013-03-17 00:00",0.0137,"2013-05-10 00:00","","","","",0.0431,0.037,0.0169,0.0118,0.0071,0.0039,0.00245,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88117",5,33.945833,-83.372222,"NAD27","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.004736,0.005517,0.043,"2013-01-10 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-03-23 00:00",0.00485,"2013-04-16 00:00","","","","",0.043,0.00485,0.00485,0.00485,0.0048,0.0041,0.0028,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88118",5,33.945833,-83.372222,"NAD27","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008441,0.005663,0.023,"2013-01-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.017,0.017,0.017,0.017,0.0055,0.00405,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88126",5,33.945833,-83.372222,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.095241,0.177673,1.21,"2013-09-13 00:00",0.385,"2013-10-01 00:00",0.321,"2013-10-25 00:00",0.212,"2013-08-26 00:00","","","","",1.21,0.385,0.321,0.206,0.106,0.0408,0.0171,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88128",5,33.945833,-83.372222,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000373,0.000747,0.003,"2013-06-21 00:00",0.002,"2013-02-15 00:00",0.002,"2013-03-05 00:00",0.002,"2013-04-16 00:00","","","","",0.003,0.002,0.002,0.002,0,0,0,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88131",5,33.945833,-83.372222,"NAD27","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010078,0.003423,0.018,"2013-03-05 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88132",5,33.945833,-83.372222,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001431,0.002837,0.018,"2013-09-13 00:00",0.008,"2013-10-01 00:00",0.005,"2013-10-25 00:00",0.004,"2013-09-19 00:00","","","","",0.018,0.008,0.005,0.003,0.002,0.001,0,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88136",5,33.945833,-83.372222,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000471,0.001433,0.008,"2013-05-22 00:00",0.006,"2013-05-10 00:00",0.002,"2013-01-10 00:00",0.002,"2013-06-15 00:00","","","","",0.008,0.006,0.002,0.001,0,0,0,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88140",5,33.945833,-83.372222,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.007036,0.003936,0.032,"2013-03-11 00:00",0.0116,"2013-03-17 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00","","","","",0.032,0.0116,0.009,0.009,0.009,0.006,0.00475,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88152",5,33.945833,-83.372222,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.006125,0.001757,0.012,"2013-09-13 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-04 00:00","","","","",0.012,0.008,0.008,0.008,0.008,0.005,0.0045,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88154",5,33.945833,-83.372222,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000985,0.000274,0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-29 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88160",5,33.945833,-83.372222,"NAD27","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.012745,0.003463,0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00",0.018,"2013-03-17 00:00",0.018,"2013-04-22 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88161",5,33.945833,-83.372222,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.007799,0.018366,0.125,"2013-09-13 00:00",0.0346,"2013-10-01 00:00",0.0346,"2013-10-25 00:00",0.0211,"2013-08-26 00:00","","","","",0.125,0.0346,0.0346,0.0174,0.00265,0.0025,0.0021,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88164",5,33.945833,-83.372222,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001652,0.000206,0.0019,"2013-02-09 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88165",5,33.945833,-83.372222,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.155969,0.327263,2.21,"2013-09-13 00:00",0.596,"2013-10-01 00:00",0.58,"2013-06-27 00:00",0.569,"2013-10-25 00:00","","","","",2.21,0.596,0.58,0.357,0.144,0.065,0.017,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88166",5,33.945833,-83.372222,"NAD27","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.008288,0.004725,0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-04-22 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88167",5,33.945833,-83.372222,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",19,0.003709,0.002575,0.0144,"2013-01-28 00:00",0.009,"2013-09-07 00:00",0.0082,"2013-10-19 00:00",0.008,"2013-10-01 00:00","","","","",0.0144,0.009,0.0082,0.006,0.005,0.0035,0.0013,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88168",5,33.945833,-83.372222,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001263,0.000452,0.0036,"2013-06-03 00:00",0.0021,"2013-09-07 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0036,0.0021,0.00175,0.00175,0.0012,0.00115,0.00085,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88169",5,33.945833,-83.372222,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.645667,0.35041,1.97,"2013-01-28 00:00",1.43,"2013-07-27 00:00",1.29,"2013-09-07 00:00",1.12,"2013-09-13 00:00","","","","",1.97,1.43,1.29,1.1,0.787,0.585,0.263,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88176",5,33.945833,-83.372222,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001,0.000321,0.0028,"2013-09-13 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00","","","","",0.0028,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88180",5,33.945833,-83.372222,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.067686,0.069766,0.497,"2013-09-13 00:00",0.159,"2013-10-01 00:00",0.152,"2013-10-25 00:00",0.117,"2013-09-19 00:00","","","","",0.497,0.159,0.152,0.109,0.0795,0.051,0.0233,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88184",5,33.945833,-83.372222,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",35,0.044029,0.044461,0.183,"2013-03-11 00:00",0.158,"2013-01-10 00:00",0.151,"2013-04-10 00:00",0.132,"2013-01-28 00:00","","","","",0.183,0.158,0.151,0.117,0.059,0.02,0.0155,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88185",5,33.945833,-83.372222,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.003479,0.003656,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88301",5,33.945833,-83.372222,"NAD27","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.439421,0.397865,2.52,"2013-01-28 00:00",1.01,"2013-09-07 00:00",0.898,"2013-03-29 00:00",0.878,"2013-02-27 00:00","","","","",2.52,1.01,0.898,0.845,0.622,0.385,0.045,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88302",5,33.945833,-83.372222,"NAD27","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.077077,0.072777,0.425,"2013-04-10 00:00",0.25,"2013-07-15 00:00",0.22,"2013-05-04 00:00",0.194,"2013-03-11 00:00","","","","",0.425,0.25,0.22,0.152,0.0887,0.06,0.023,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88303",5,33.945833,-83.372222,"NAD27","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.040048,0.01983,0.103,"2013-07-15 00:00",0.085,"2013-09-13 00:00",0.074,"2013-05-04 00:00",0.073,"2013-04-10 00:00","","","","",0.103,0.085,0.074,0.064,0.051,0.037,0.012,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88306",5,33.945833,-83.372222,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.491154,0.414954,2.55,"2013-01-28 00:00",1.36,"2013-03-23 00:00",1.34,"2013-04-04 00:00",1.06,"2013-02-03 00:00","","","","",2.55,1.36,1.34,1.02,0.645,0.352,0.19,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88355",5,33.945833,-83.372222,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,3.027469,1.459213,7.41,"2013-03-17 00:00",7.24,"2013-03-05 00:00",6.02,"2013-03-23 00:00",4.91,"2013-05-16 00:00","","","","",7.41,7.41,6.02,4.74,3.74,2.66,1.56,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88357",5,33.945833,-83.372222,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.250041,0.129465,0.56,"2013-03-29 00:00",0.514,"2013-09-13 00:00",0.495,"2013-03-05 00:00",0.488,"2013-09-19 00:00","","","","",0.56,0.56,0.495,0.45,0.344,0.243,0.101,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88370",5,33.945833,-83.372222,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.781776,1.333666,6.67,"2013-03-17 00:00",6.59,"2013-03-05 00:00",5.56,"2013-03-23 00:00",4.57,"2013-05-16 00:00","","","","",6.67,6.67,5.56,4.34,3.54,2.36,1.46,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88374",5,33.945833,-83.372222,"NAD27","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.295694,0.325175,2.04,"2013-03-17 00:00",0.856,"2013-07-27 00:00",0.834,"2013-03-23 00:00",0.74,"2013-03-05 00:00","","","","",2.04,2.04,0.834,0.597,0.356,0.208,0.082,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88375",5,33.945833,-83.372222,"NAD27","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.677653,0.286289,1.43,"2013-03-05 00:00",1.26,"2013-03-17 00:00",1.19,"2013-09-07 00:00",1.06,"2013-03-23 00:00","","","","",1.43,1.43,1.19,1.06,0.891,0.645,0.368,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88376",5,33.945833,-83.372222,"NAD27","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.79302,0.392725,2.17,"2013-03-05 00:00",1.66,"2013-03-23 00:00",1.5,"2013-01-10 00:00",1.45,"2013-03-17 00:00","","","","",2.17,2.17,1.5,1.41,0.976,0.675,0.397,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88377",5,33.945833,-83.372222,"NAD27","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.463776,0.240129,1.17,"2013-03-05 00:00",1.02,"2013-01-28 00:00",0.999,"2013-01-10 00:00",0.93,"2013-10-31 00:00","","","","",1.17,1.17,0.999,0.747,0.572,0.411,0.183,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88378",5,33.945833,-83.372222,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.551551,0.275889,1.28,"2013-03-23 00:00",1.26,"2013-05-16 00:00",1.16,"2013-03-17 00:00",1.08,"2013-03-05 00:00","","","","",1.28,1.28,1.16,0.9,0.714,0.491,0.247,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88380",5,33.945833,-83.372222,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.495408,0.236285,1.19,"2013-03-17 00:00",1.14,"2013-03-05 00:00",0.845,"2013-03-29 00:00",0.844,"2013-01-10 00:00","","","","",1.19,1.19,0.845,0.815,0.612,0.453,0.204,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88383",5,33.945833,-83.372222,"NAD27","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.97202,0.471433,2.21,"2013-03-17 00:00",2.14,"2013-03-05 00:00",2.01,"2013-03-23 00:00",1.88,"2013-05-16 00:00","","","","",2.21,2.21,2.01,1.66,1.18,0.89,0.418,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88384",5,33.945833,-83.372222,"NAD27","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.075284,0.044685,0.196,"2013-09-13 00:00",0.188,"2013-07-09 00:00",0.188,"2013-09-25 00:00",0.171,"2013-05-10 00:00","","","","",0.196,0.196,0.188,0.157,0.0865,0.0612,0.0283,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88385",5,33.945833,-83.372222,"NAD27","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.001068,0.000473,0.00431,"2013-03-17 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00431,0.00431,0.001,0.001,0.001,0.001,0.001,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88388",5,33.945833,-83.372222,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.797102,0.398123,1.91,"2013-03-17 00:00",1.74,"2013-03-23 00:00",1.73,"2013-03-05 00:00",1.6,"2013-05-16 00:00","","","","",1.91,1.91,1.73,1.39,0.989,0.748,0.364,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88403",5,33.945833,-83.372222,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.582769,0.858558,5.04,"2013-01-28 00:00",3.15,"2013-09-07 00:00",2.89,"2013-08-14 00:00",2.83,"2013-07-27 00:00","","","","",5.04,3.15,2.89,2.69,2.05,1.58,0.606,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0001","88502",5,33.945833,-83.372222,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.4,4.490835,24.6,"2013-09-13 00:00",20.9,"2013-09-07 00:00",18,"2013-01-28 00:00",17.8,"2013-03-17 00:00","","","","",24.6,20.9,18,16.2,12.8,9.7,5.1,"","FOOD SCIENCE BUILDING UNIV OF GA.","Georgia","Clarke","Athens (corp name Athens-Clarke County)","Athens-Clarke County, GA","2014-02-13" +"13","059","0002","44201",1,33.918067,-83.344495,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5842,100,245,245,0,38,0,0,"Certification not required",422,0.042665,0.010681,0.077,"2013-05-15 17:00",0.074,"2013-05-14 17:00",0.071,"2013-03-15 16:00",0.069,"2013-06-28 16:00","","","","",0.071,0.065,0.061,0.056,0.049,0.043,0.029,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-02-04" +"13","059","0002","44201",1,33.918067,-83.344495,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5877,100,245,245,0,0,0,0,"Certification not required",0,0.03782,0.010192,0.067,"2013-05-15 12:00",0.065,"2013-03-15 14:00",0.061,"2013-03-16 12:00",0.06,"2013-05-14 12:00","","","","",0.061,0.059,0.052,0.05,0.045,0.039,0.024,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-02-04" +"13","059","0002","44201",1,33.918067,-83.344495,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5877,100,245,245,0,0,0,0,"Certification not required",0,0.03782,0.010192,0.067,"2013-05-15 12:00",0.065,"2013-03-15 14:00",0.061,"2013-03-16 12:00",0.06,"2013-05-14 12:00","","","","",0.061,0.059,0.052,0.05,0.045,0.039,0.024,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-02-04" +"13","059","0002","68105",1,33.918067,-83.344495,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",72,59,72,122,0,8,"","","Certification not required",0,17.0125,8.19548,28.5,"2013-08-29 00:00",27.6,"2013-06-27 00:00",27,"2013-08-23 00:00",26.5,"2013-07-18 00:00","","","","",28.5,27.6,26.5,26.1,24.5,17.8,5.6,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-01-28" +"13","059","0002","68108",1,33.918067,-83.344495,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",72,59,72,122,0,8,"","","Certification not required",0,739.972222,3.364991,747,"2013-01-10 00:00",747,"2013-01-19 00:00",747,"2013-01-28 00:00",746,"2013-01-04 00:00","","","","",747,747,746,744,742,740,736,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-01-22" +"13","059","0002","88101",1,33.918067,-83.344495,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,19,0,0,"Certification not required",0,9.718072,5.328047,31.2,"2013-09-13 00:00",28,"2013-08-29 00:00",21.2,"2013-01-28 00:00",18.6,"2013-09-07 00:00","","","","",31.2,28,17.7,15.8,12.6,8.9,4.4,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-01-28" +"13","059","0002","88101",1,33.918067,-83.344495,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,19,"","","Certification not required",0,9.718072,5.328047,31.2,"2013-09-13 00:00",28,"2013-08-29 00:00",21.2,"2013-01-28 00:00",18.6,"2013-09-07 00:00","","","","",31.2,28,17.7,15.8,12.6,8.9,4.4,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-01-28" +"13","059","0002","88502",3,33.918067,-83.344495,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7224,82,303,365,0,72,"","","Certification not required",0,9.291016,8.063977,165.8,"2013-03-18 01:00",148,"2013-03-18 00:00",137.6,"2013-05-24 13:00",131.5,"2013-05-24 11:00","","","","",35.5,28.1,21.1,17.3,12.3,8,1.7,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-02-04" +"13","059","0002","88502",3,33.918067,-83.344495,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,9.254455,5.147156,31.2,"2013-05-24 00:00",27.9,"2013-03-18 00:00",27.9,"2013-08-29 00:00",27.7,"2013-09-13 00:00","","","","",27.7,22.2,18.5,15.8,11.9,8.3,3.6,"FIRE STATION # 7","FIRE STATION #7, 2350 BARNETT SHOALS RD, ATHENS, GA 30603","Georgia","Clarke","Athens-Clarke County (Remainder)","Athens-Clarke County, GA","2014-02-04" +"13","063","0091","68105",1,33.609867,-84.391028,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",80,66,80,122,0,1,"","","Certification not required",0,18.8175,7.519978,29.7,"2013-06-12 00:00",29.2,"2013-08-29 00:00",28.7,"2013-08-11 00:00",28.3,"2013-06-27 00:00","","","","",29.7,29.2,28.3,27.4,25.8,19.6,8.2,"GEORGIA DOT","Georgia DOT, 25 Kennedy Drive, Forest Park, GA 30297","Georgia","Clayton","Forest Park","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","063","0091","68108",1,33.609867,-84.391028,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",80,66,80,122,0,1,"","","Certification not required",0,737.625,3.350326,744,"2013-01-04 00:00",744,"2013-01-10 00:00",744,"2013-01-19 00:00",744,"2013-01-28 00:00","","","","",744,744,744,742,740,737,733,"GEORGIA DOT","Georgia DOT, 25 Kennedy Drive, Forest Park, GA 30297","Georgia","Clayton","Forest Park","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","063","0091","88101",1,33.609867,-84.391028,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,6,0,0,"Certification not required",0,9.782292,4.162261,19.2,"2013-08-29 00:00",18.5,"2013-01-28 00:00",18.1,"2013-06-12 00:00",17,"2013-10-28 00:00","","","","",19.2,18.5,16.9,16.2,12.9,9.9,4.7,"GEORGIA DOT","Georgia DOT, 25 Kennedy Drive, Forest Park, GA 30297","Georgia","Clayton","Forest Park","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","063","0091","88101",1,33.609867,-84.391028,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,6,"","","Certification not required",0,9.782292,4.162261,19.2,"2013-08-29 00:00",18.5,"2013-01-28 00:00",18.1,"2013-06-12 00:00",17,"2013-10-28 00:00","","","","",19.2,18.5,16.9,16.2,12.9,9.9,4.7,"GEORGIA DOT","Georgia DOT, 25 Kennedy Drive, Forest Park, GA 30297","Georgia","Clayton","Forest Park","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","067","0003","44201",1,34.015482,-84.607407,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5764,99,242,245,0,116,0,0,"Certification not required",491,0.047831,0.011752,0.081,"2013-07-18 15:00",0.079,"2013-06-15 16:00",0.077,"2013-09-19 16:00",0.073,"2013-03-15 17:00","","","","",0.077,0.071,0.068,0.064,0.055,0.048,0.032,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","067","0003","44201",1,34.015482,-84.607407,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5788,98,240,245,0,0,0,0,"Certification not required",0,0.042542,0.010969,0.073,"2013-06-15 11:00",0.073,"2013-07-18 11:00",0.068,"2013-09-19 11:00",0.067,"2013-03-15 12:00","","","","",0.068,0.065,0.061,0.057,0.05,0.043,0.028,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","067","0003","44201",1,34.015482,-84.607407,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5788,98,240,245,0,0,0,0,"Certification not required",0,0.042542,0.010969,0.073,"2013-06-15 11:00",0.073,"2013-07-18 11:00",0.068,"2013-09-19 11:00",0.067,"2013-03-15 12:00","","","","",0.068,0.065,0.061,0.057,0.05,0.043,0.028,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","067","0003","68105",1,34.015482,-84.607407,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",243,67,243,365,0,0,"","","Certification not required",0,17.042798,7.897257,28,"2013-06-12 00:00",27.8,"2013-07-15 00:00",27.7,"2013-07-14 00:00",27.1,"2013-06-28 00:00","","","","",27.7,27,26.5,25.8,24.5,18.6,5.6,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","067","0003","68108",1,34.015482,-84.607407,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",243,67,243,365,0,0,"","","Certification not required",0,734.271605,4.443434,758,"2013-03-09 00:00",756,"2013-03-13 00:00",755,"2013-03-26 00:00",752,"2013-03-03 00:00","","","","",755,751,740,738,736,734,730,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","067","0003","88101",1,34.015482,-84.607407,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,17,0,0,"Certification not required",0,9.552613,4.027682,23.4,"2013-01-29 00:00",23.2,"2013-01-28 00:00",20.2,"2013-08-30 00:00",18.8,"2013-09-08 00:00","","","","",20.2,18.5,16.7,14.9,12.3,8.9,4.6,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","067","0003","88101",1,34.015482,-84.607407,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,17,"","","Certification not required",0,9.552613,4.027682,23.4,"2013-01-29 00:00",23.2,"2013-01-28 00:00",20.2,"2013-08-30 00:00",18.8,"2013-09-08 00:00","","","","",20.2,18.5,16.7,14.9,12.3,8.9,4.6,"Kennesaw-National Guard","GA National Guard, 1901 McCollum Parkway, Kennesaw, Georgia, 30144","Georgia","Cobb","Kennesaw","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","069","0002","12102",1,31.513287,-82.750141,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.000357,0.000497,0.001,"2013-01-04 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-29 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12103",1,31.513287,-82.750141,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.000429,0.000514,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12105",1,31.513287,-82.750141,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.004286,0.016036,0.06,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.06,0.06,0.06,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12110",1,31.513287,-82.750141,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12112",1,31.513287,-82.750141,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.001571,0.000514,0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00",0.002,"2013-03-05 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.001,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12113",1,31.513287,-82.750141,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12128",1,31.513287,-82.750141,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.001393,0.000621,0.0023,"2013-01-28 00:00",0.0021,"2013-06-21 00:00",0.002,"2013-03-17 00:00",0.002,"2013-03-29 00:00","","","","",0.0023,0.0023,0.0023,0.0021,0.002,0.0016,0.0006,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12132",1,31.513287,-82.750141,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.003857,0.001231,0.005,"2013-01-28 00:00",0.005,"2013-03-05 00:00",0.005,"2013-03-17 00:00",0.005,"2013-03-29 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.004,0.002,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12136",1,31.513287,-82.750141,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.001643,0.000745,0.003,"2013-01-28 00:00",0.003,"2013-03-05 00:00",0.002,"2013-03-17 00:00",0.002,"2013-04-10 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.002,0.001,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12154",1,31.513287,-82.750141,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.000143,0.000363,0.001,"2013-01-28 00:00",0.001,"2013-03-17 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","12167",1,31.513287,-82.750141,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.020334,0.005222,0.028,"2013-01-28 00:00",0.02784,"2013-03-17 00:00",0.02679,"2013-05-04 00:00",0.02517,"2013-03-05 00:00","","","","",0.028,0.028,0.028,0.02784,0.02517,0.01964,0.01454,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","17141",1,31.513287,-82.750141,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,7.253846,4.743525,18.4,"2013-05-16 00:00",14.6,"2013-03-29 00:00",9.8,"2013-01-04 00:00",8.5,"2013-01-16 00:00","","","","",18.4,18.4,18.4,14.6,8.5,6.5,2.3,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17147",1,31.513287,-82.750141,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0.8,1.019804,3.5,"2013-05-16 00:00",2.1,"2013-06-09 00:00",1.3,"2013-04-10 00:00",0.9,"2013-01-16 00:00","","","","",3.5,3.5,3.5,2.1,0.9,0.4,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17148",1,31.513287,-82.750141,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17149",1,31.513287,-82.750141,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0.415385,0.553543,1.3,"2013-01-16 00:00",1.1,"2013-02-09 00:00",1.1,"2013-06-21 00:00",1,"2013-01-28 00:00","","","","",1.3,1.3,1.3,1.1,1,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17150",1,31.513287,-82.750141,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,1.169231,0.75651,2.6,"2013-06-09 00:00",1.8,"2013-01-28 00:00",1.7,"2013-03-17 00:00",1.7,"2013-04-10 00:00","","","","",2.6,2.6,2.6,1.8,1.7,1.1,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17151",1,31.513287,-82.750141,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17201",1,31.513287,-82.750141,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0.030769,0.11094,0.4,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.4,0.4,0.4,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17204",1,31.513287,-82.750141,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17208",1,31.513287,-82.750141,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17215",1,31.513287,-82.750141,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17220",1,31.513287,-82.750141,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17223",1,31.513287,-82.750141,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17224",1,31.513287,-82.750141,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","17237",1,31.513287,-82.750141,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17242",1,31.513287,-82.750141,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","17243",1,31.513287,-82.750141,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-09-04" +"13","069","0002","43207",1,31.513287,-82.750141,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.177143,0.024629,0.22,"2013-04-10 00:00",0.2,"2013-02-22 00:00",0.2,"2013-03-29 00:00",0.2,"2013-05-16 00:00","","","","",0.22,0.22,0.22,0.2,0.2,0.18,0.16,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43208",1,31.513287,-82.750141,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.023,0,0.023,"2013-01-04 00:00",0.023,"2013-01-16 00:00",0.023,"2013-01-28 00:00",0.023,"2013-02-09 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43218",1,31.513287,-82.750141,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43248",1,31.513287,-82.750141,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.201,0,0.201,"2013-01-04 00:00",0.201,"2013-01-16 00:00",0.201,"2013-01-28 00:00",0.201,"2013-02-09 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43505",1,31.513287,-82.750141,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.464286,0.406878,1.1,"2013-05-16 00:00",1,"2013-01-16 00:00",1,"2013-03-29 00:00",0.9,"2013-02-22 00:00","","","","",1.1,1.1,1.1,1,0.9,0.3,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43801",1,31.513287,-82.750141,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.714286,0.077033,0.8,"2013-02-09 00:00",0.8,"2013-03-29 00:00",0.8,"2013-04-10 00:00",0.8,"2013-05-16 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.7,0.6,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43802",1,31.513287,-82.750141,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43803",1,31.513287,-82.750141,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.021429,0.042582,0.1,"2013-01-16 00:00",0.1,"2013-02-22 00:00",0.1,"2013-05-16 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43804",1,31.513287,-82.750141,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43811",1,31.513287,-82.750141,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.254286,0.02652,0.3,"2013-03-29 00:00",0.28,"2013-01-28 00:00",0.28,"2013-03-17 00:00",0.28,"2013-04-10 00:00","","","","",0.3,0.3,0.3,0.28,0.28,0.25,0.21,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43812",1,31.513287,-82.750141,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43813",1,31.513287,-82.750141,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43814",1,31.513287,-82.750141,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43815",1,31.513287,-82.750141,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43817",1,31.513287,-82.750141,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43818",1,31.513287,-82.750141,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43819",1,31.513287,-82.750141,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43820",1,31.513287,-82.750141,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43823",1,31.513287,-82.750141,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.551429,0.065027,0.69,"2013-04-10 00:00",0.64,"2013-02-22 00:00",0.6,"2013-03-29 00:00",0.57,"2013-03-17 00:00","","","","",0.69,0.69,0.69,0.64,0.57,0.55,0.49,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43824",1,31.513287,-82.750141,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43826",1,31.513287,-82.750141,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43829",1,31.513287,-82.750141,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43830",1,31.513287,-82.750141,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43831",1,31.513287,-82.750141,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43839",1,31.513287,-82.750141,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.024,0,0.024,"2013-01-04 00:00",0.024,"2013-01-16 00:00",0.024,"2013-01-28 00:00",0.024,"2013-02-09 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43843",1,31.513287,-82.750141,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43844",1,31.513287,-82.750141,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","43860",1,31.513287,-82.750141,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45109",1,31.513287,-82.750141,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45201",1,31.513287,-82.750141,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.542857,0.317961,1.1,"2013-06-21 00:00",0.9,"2013-02-22 00:00",0.8,"2013-03-29 00:00",0.8,"2013-06-09 00:00","","","","",1.1,1.1,1.1,0.9,0.8,0.5,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45202",1,31.513287,-82.750141,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.135714,0.17368,0.4,"2013-01-04 00:00",0.4,"2013-02-22 00:00",0.4,"2013-03-29 00:00",0.3,"2013-05-16 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45203",1,31.513287,-82.750141,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45204",1,31.513287,-82.750141,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45207",1,31.513287,-82.750141,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.117,0,0.117,"2013-01-04 00:00",0.117,"2013-01-16 00:00",0.117,"2013-01-28 00:00",0.117,"2013-02-09 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45208",1,31.513287,-82.750141,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.1035,0,0.1035,"2013-01-04 00:00",0.1035,"2013-01-16 00:00",0.1035,"2013-01-28 00:00",0.1035,"2013-02-09 00:00","","","","",0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45220",1,31.513287,-82.750141,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45228",1,31.513287,-82.750141,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",12,39,12,31,0,1,"","","Certification not required",12,0.1305,0,0.1305,"2013-01-04 00:00",0.1305,"2013-01-16 00:00",0.1305,"2013-01-28 00:00",0.1305,"2013-02-09 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-01" +"13","069","0002","45801",1,31.513287,-82.750141,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45805",1,31.513287,-82.750141,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45806",1,31.513287,-82.750141,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45807",1,31.513287,-82.750141,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45809",1,31.513287,-82.750141,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","45810",1,31.513287,-82.750141,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2013-08-16" +"13","069","0002","68103",5,31.513287,-82.750141,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,13.198,7.666345,24.1,"2013-07-27 00:00",23,"2013-08-14 00:00",22.2,"2013-06-09 00:00",22.1,"2013-06-27 00:00","","","","",24.1,24.1,22.2,22.1,20.3,13.1,1.3,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","68104",5,31.513287,-82.750141,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,28.532,7.023559,38,"2013-08-14 00:00",37.4,"2013-08-02 00:00",37,"2013-09-01 00:00",36.9,"2013-06-27 00:00","","","","",38,38,37,36.9,34.1,30.9,19,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","68105",5,31.513287,-82.750141,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,19.682,6.533639,27.8,"2013-07-27 00:00",27.6,"2013-08-02 00:00",27.2,"2013-08-14 00:00",27.1,"2013-06-27 00:00","","","","",27.8,27.8,27.2,27,25.5,21.5,9.5,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","68106",5,31.513287,-82.750141,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,754.34,3.292601,762,"2013-01-10 00:00",761,"2013-01-28 00:00",760,"2013-01-04 00:00",760,"2013-03-29 00:00","","","","",762,762,760,758,756,755,750,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","68107",5,31.513287,-82.750141,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,757.92,3.373607,765,"2013-01-28 00:00",764,"2013-01-04 00:00",764,"2013-01-10 00:00",764,"2013-03-29 00:00","","","","",765,765,764,763,760,758,754,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","68108",5,31.513287,-82.750141,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,755.88,3.280368,763,"2013-01-10 00:00",763,"2013-01-28 00:00",762,"2013-01-04 00:00",761,"2013-03-29 00:00","","","","",763,763,762,760,758,756,752,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88102",5,31.513287,-82.750141,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.02018,0.006288,0.05,"2013-07-03 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-21 00:00","","","","",0.05,0.05,0.026,0.026,0.021,0.0205,0.0135,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88103",5,31.513287,-82.750141,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00032,0.000551,0.002,"2013-02-21 00:00",0.002,"2013-04-28 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88104",5,31.513287,-82.750141,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",21,0.03753,0.039583,0.188,"2013-08-02 00:00",0.152,"2013-06-09 00:00",0.125,"2013-07-03 00:00",0.114,"2013-06-27 00:00","","","","",0.188,0.188,0.125,0.083,0.046,0.025,0.0065,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88107",5,31.513287,-82.750141,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00636,0.005932,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88109",5,31.513287,-82.750141,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.002599,0.001656,0.0079,"2013-03-11 00:00",0.0066,"2013-01-28 00:00",0.0063,"2013-03-05 00:00",0.0058,"2013-03-17 00:00","","","","",0.0079,0.0079,0.0063,0.005,0.0033,0.0026,0.0009,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88110",5,31.513287,-82.750141,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00174,0.003319,0.012,"2013-03-11 00:00",0.012,"2013-06-15 00:00",0.009,"2013-10-31 00:00",0.008,"2013-02-15 00:00","","","","",0.012,0.012,0.009,0.008,0.002,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88111",5,31.513287,-82.750141,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",19,0.012364,0.011033,0.0443,"2013-04-22 00:00",0.0402,"2013-08-02 00:00",0.0312,"2013-04-28 00:00",0.0311,"2013-04-10 00:00","","","","",0.0443,0.0443,0.0312,0.0292,0.021,0.009,0.00235,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88112",5,31.513287,-82.750141,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00486,0.013908,0.08,"2013-09-19 00:00",0.057,"2013-10-01 00:00",0.028,"2013-09-25 00:00",0.005,"2013-09-07 00:00","","","","",0.08,0.08,0.028,0.004,0.003,0.002,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88113",5,31.513287,-82.750141,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.000694,0.000189,0.0015,"2013-10-13 00:00",0.0014,"2013-08-02 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00","","","","",0.0015,0.0015,0.001,0.001,0.0007,0.00065,0.00055,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88114",5,31.513287,-82.750141,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",24,0.008065,0.009749,0.04,"2013-03-17 00:00",0.0374,"2013-03-05 00:00",0.0269,"2013-10-07 00:00",0.0253,"2013-05-04 00:00","","","","",0.04,0.04,0.0269,0.0236,0.012,0.0018,0.0008,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88115",5,31.513287,-82.750141,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",22,0.041426,0.071645,0.388,"2013-05-04 00:00",0.198,"2013-04-16 00:00",0.178,"2013-08-26 00:00",0.167,"2013-04-10 00:00","","","","",0.388,0.388,0.178,0.138,0.0469,0.009,0.00245,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88117",5,31.513287,-82.750141,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006137,0.009436,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-09 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88118",5,31.513287,-82.750141,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009612,0.006516,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88126",5,31.513287,-82.750141,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.04399,0.030198,0.134,"2013-08-02 00:00",0.13,"2013-09-13 00:00",0.115,"2013-06-09 00:00",0.108,"2013-07-03 00:00","","","","",0.134,0.134,0.115,0.0971,0.0579,0.0364,0.0175,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88128",5,31.513287,-82.750141,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00044,0.000812,0.003,"2013-11-06 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00",0.002,"2013-02-15 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88131",5,31.513287,-82.750141,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01034,0.00349,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-16 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88132",5,31.513287,-82.750141,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00064,0.000875,0.003,"2013-03-17 00:00",0.003,"2013-09-13 00:00",0.002,"2013-02-03 00:00",0.002,"2013-05-16 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88136",5,31.513287,-82.750141,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00014,0.000351,0.001,"2013-05-22 00:00",0.001,"2013-06-27 00:00",0.001,"2013-07-03 00:00",0.001,"2013-08-02 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88140",5,31.513287,-82.750141,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",36,0.011981,0.010987,0.0509,"2013-07-27 00:00",0.0452,"2013-04-22 00:00",0.037,"2013-03-17 00:00",0.0345,"2013-01-22 00:00","","","","",0.0509,0.0509,0.037,0.033,0.012,0.009,0.0055,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88152",5,31.513287,-82.750141,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005541,0.001505,0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-05-28 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88154",5,31.513287,-82.750141,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001041,0.000251,0.0013,"2013-01-16 00:00",0.0013,"2013-03-11 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-03-29 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88160",5,31.513287,-82.750141,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.01426,0.006236,0.046,"2013-01-04 00:00",0.029,"2013-02-27 00:00",0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00","","","","",0.046,0.046,0.018,0.018,0.016,0.016,0.01,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88161",5,31.513287,-82.750141,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",40,0.003341,0.002333,0.011,"2013-08-02 00:00",0.01,"2013-10-19 00:00",0.0086,"2013-09-13 00:00",0.0081,"2013-06-09 00:00","","","","",0.011,0.011,0.0086,0.008,0.00265,0.00215,0.0021,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88164",5,31.513287,-82.750141,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001583,0.00023,0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-05-28 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88165",5,31.513287,-82.750141,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.084004,0.083393,0.396,"2013-08-02 00:00",0.312,"2013-06-09 00:00",0.281,"2013-06-27 00:00",0.259,"2013-07-03 00:00","","","","",0.396,0.396,0.281,0.205,0.102,0.058,0.0172,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88166",5,31.513287,-82.750141,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00874,0.005065,0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-16 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88167",5,31.513287,-82.750141,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",29,0.002954,0.002719,0.0123,"2013-03-11 00:00",0.0117,"2013-02-21 00:00",0.0112,"2013-02-03 00:00",0.0069,"2013-01-28 00:00","","","","",0.0123,0.0123,0.0112,0.0066,0.0035,0.00175,0.0009,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88168",5,31.513287,-82.750141,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.001437,0.000865,0.0053,"2013-02-27 00:00",0.0047,"2013-06-09 00:00",0.0036,"2013-09-13 00:00",0.00175,"2013-01-22 00:00","","","","",0.0053,0.0053,0.0036,0.00175,0.00175,0.00115,0.00085,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88169",5,31.513287,-82.750141,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.55308,0.284966,1.49,"2013-01-28 00:00",1.3,"2013-07-27 00:00",1.29,"2013-09-07 00:00",1.16,"2013-09-13 00:00","","","","",1.49,1.49,1.29,0.935,0.696,0.458,0.282,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88176",5,31.513287,-82.750141,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000987,0.000213,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88180",5,31.513287,-82.750141,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.046892,0.016475,0.0915,"2013-02-03 00:00",0.0878,"2013-03-17 00:00",0.0767,"2013-02-21 00:00",0.073,"2013-09-13 00:00","","","","",0.0915,0.0915,0.0767,0.0694,0.058,0.0459,0.0266,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88184",5,31.513287,-82.750141,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",18,0.09575,0.092602,0.354,"2013-04-16 00:00",0.348,"2013-05-04 00:00",0.319,"2013-04-22 00:00",0.263,"2013-03-11 00:00","","","","",0.354,0.354,0.319,0.243,0.148,0.065,0.0155,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88185",5,31.513287,-82.750141,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00385,0.003908,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-16 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88301",5,31.513287,-82.750141,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.205712,0.205862,1.04,"2013-01-28 00:00",0.731,"2013-01-04 00:00",0.634,"2013-07-27 00:00",0.58,"2013-03-29 00:00","","","","",1.04,1.04,0.634,0.481,0.247,0.157,0.033,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88302",5,31.513287,-82.750141,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.14251,0.116219,0.45,"2013-05-04 00:00",0.44,"2013-03-11 00:00",0.42,"2013-04-16 00:00",0.34,"2013-04-22 00:00","","","","",0.45,0.45,0.42,0.331,0.179,0.113,0.029,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88303",5,31.513287,-82.750141,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",7,0.041238,0.022839,0.106,"2013-07-15 00:00",0.091,"2013-03-29 00:00",0.087,"2013-04-16 00:00",0.08,"2013-03-11 00:00","","","","",0.106,0.106,0.087,0.078,0.0522,0.037,0.012,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88306",5,31.513287,-82.750141,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.230118,0.15041,0.987,"2013-01-04 00:00",0.488,"2013-03-11 00:00",0.461,"2013-02-15 00:00",0.451,"2013-04-04 00:00","","","","",0.987,0.987,0.461,0.441,0.287,0.185,0.116,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88355",5,31.513287,-82.750141,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.221176,1.190407,6.26,"2013-02-03 00:00",5.4,"2013-03-29 00:00",4.47,"2013-01-22 00:00",4.39,"2013-02-21 00:00","","","","",6.26,5.4,4.47,3.69,2.9,1.83,1.08,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88357",5,31.513287,-82.750141,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.163471,0.111173,0.608,"2013-02-03 00:00",0.42,"2013-02-21 00:00",0.411,"2013-01-22 00:00",0.307,"2013-03-29 00:00","","","","",0.608,0.42,0.411,0.296,0.222,0.127,0.07,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88370",5,31.513287,-82.750141,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.054843,1.055688,5.52,"2013-02-03 00:00",4.98,"2013-03-29 00:00",4.09,"2013-01-22 00:00",3.74,"2013-02-21 00:00","","","","",5.52,4.98,4.09,3.48,2.64,1.66,1.07,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88374",5,31.513287,-82.750141,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.114412,0.119291,0.529,"2013-02-03 00:00",0.468,"2013-07-27 00:00",0.411,"2013-10-13 00:00",0.341,"2013-10-25 00:00","","","","",0.529,0.468,0.411,0.283,0.141,0.074,0.019,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88375",5,31.513287,-82.750141,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.48002,0.252159,1.28,"2013-02-03 00:00",1.03,"2013-03-29 00:00",0.975,"2013-07-09 00:00",0.904,"2013-01-22 00:00","","","","",1.28,1.03,0.975,0.835,0.593,0.401,0.224,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88376",5,31.513287,-82.750141,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.675157,0.385475,2.14,"2013-02-03 00:00",1.63,"2013-03-29 00:00",1.57,"2013-02-21 00:00",1.49,"2013-01-22 00:00","","","","",2.14,1.63,1.57,1.13,0.83,0.583,0.323,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88377",5,31.513287,-82.750141,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.39251,0.195307,1.03,"2013-02-03 00:00",0.841,"2013-03-29 00:00",0.792,"2013-02-21 00:00",0.669,"2013-10-31 00:00","","","","",1.03,0.841,0.792,0.648,0.535,0.351,0.207,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88378",5,31.513287,-82.750141,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.393431,0.219866,1.29,"2013-03-29 00:00",0.816,"2013-05-16 00:00",0.788,"2013-01-22 00:00",0.738,"2013-07-27 00:00","","","","",1.29,0.816,0.788,0.626,0.518,0.338,0.192,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88380",5,31.513287,-82.750141,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.32849,0.251142,1.34,"2013-02-03 00:00",1.06,"2013-02-21 00:00",0.785,"2013-01-22 00:00",0.723,"2013-03-29 00:00","","","","",1.34,1.06,0.785,0.565,0.448,0.249,0.105,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88383",5,31.513287,-82.750141,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.665212,0.410293,1.96,"2013-03-29 00:00",1.81,"2013-02-03 00:00",1.46,"2013-01-22 00:00",1.41,"2013-02-21 00:00","","","","",1.96,1.81,1.46,1.05,0.913,0.553,0.26,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88384",5,31.513287,-82.750141,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.056095,0.027401,0.128,"2013-10-19 00:00",0.124,"2013-07-09 00:00",0.123,"2013-10-25 00:00",0.11,"2013-01-22 00:00","","","","",0.128,0.124,0.123,0.0868,0.0695,0.0531,0.0282,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88385",5,31.513287,-82.750141,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001276,0.000977,0.00543,"2013-10-25 00:00",0.00474,"2013-01-22 00:00",0.0045,"2013-10-19 00:00",0.0034,"2013-10-07 00:00","","","","",0.00543,0.00474,0.0045,0.001,0.001,0.001,0.001,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88388",5,31.513287,-82.750141,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.558529,0.335643,1.7,"2013-03-29 00:00",1.29,"2013-02-03 00:00",1.16,"2013-01-22 00:00",1.06,"2013-02-21 00:00","","","","",1.7,1.29,1.16,1.03,0.767,0.486,0.21,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88403",5,31.513287,-82.750141,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.31432,0.695608,4.03,"2013-01-28 00:00",3.01,"2013-07-27 00:00",2.66,"2013-09-07 00:00",2.57,"2013-09-01 00:00","","","","",4.03,4.03,2.66,2.36,1.58,1.18,0.662,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","069","0002","88502",5,31.513287,-82.750141,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.614,3.154783,15.9,"2013-03-23 00:00",15.5,"2013-02-03 00:00",15.3,"2013-09-07 00:00",14.2,"2013-07-27 00:00","","","","",15.9,15.9,15.3,14.1,10.8,7.9,5.3,"","GENERAL COFFEE STATE PARK, 6635 STATE HWY 32, NICHOLLS, GA 31554","Georgia","Coffee","","Douglas, GA","2014-02-13" +"13","073","0001","44201",1,33.582144,-82.131189,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5645,97,237,245,0,235,0,0,"Certification not required",898,0.044418,0.010529,0.073,"2013-03-15 17:00",0.073,"2013-05-15 17:00",0.068,"2013-04-06 14:00",0.067,"2013-08-28 14:00","","","","",0.068,0.064,0.061,0.056,0.052,0.045,0.029,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-02-04" +"13","073","0001","44201",1,33.582144,-82.131189,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5671,96,235,245,0,0,0,0,"Certification not required",0,0.039455,0.010352,0.068,"2013-05-15 11:00",0.065,"2013-04-06 11:00",0.064,"2013-03-15 13:00",0.061,"2013-03-16 11:00","","","","",0.064,0.061,0.054,0.052,0.047,0.04,0.025,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-02-04" +"13","073","0001","44201",1,33.582144,-82.131189,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5671,96,235,245,0,0,0,0,"Certification not required",0,0.039455,0.010352,0.068,"2013-05-15 11:00",0.065,"2013-04-06 11:00",0.064,"2013-03-15 13:00",0.061,"2013-03-16 11:00","","","","",0.064,0.061,0.054,0.052,0.047,0.04,0.025,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-02-04" +"13","073","0001","61101",1,33.582144,-82.131189,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",5055,58,210,365,0,33,"","","Certification not required",0,1.229891,0.975669,8.7,"2013-01-14 14:00",8.2,"2013-01-14 12:00",8,"2013-01-14 13:00",7.6,"2013-01-14 15:00","","","","",4.5,3.7,2.9,2.5,1.7,1,0.2,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-01-13" +"13","073","0001","61102",1,33.582144,-82.131189,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",5055,58,210,365,0,33,"","","Certification not required",0,170.878338,102.101457,359,"2013-01-01 13:00",359,"2013-01-08 21:00",359,"2013-02-12 14:00",359,"2013-02-24 14:00","","","","",357,352,338,312,251,179,28,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-01-13" +"13","073","0001","62101",1,33.582144,-82.131189,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5054,58,210,365,0,34,"","","Certification not required",0,61.929759,15.340183,94,"2013-06-12 15:00",94,"2013-06-12 16:00",93,"2013-06-12 14:00",93,"2013-06-12 17:00","","","","",89,87,84,81,74,64,40,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-01-13" +"13","073","0001","62201",1,33.582144,-82.131189,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5053,58,210,365,0,35,"","","Certification not required",0,65.346329,19.702076,100,"2013-01-01 22:00",100,"2013-01-01 23:00",100,"2013-01-02 00:00",100,"2013-01-02 01:00","","","","",100,99,93,84,82,70,36,"Evans-Riverside Park","Riverside Park, 4431 Hardy McManus Road, Evans, Georgia, 30809","Georgia","Columbia","Evans","Augusta-Richmond County, GA-SC","2014-01-13" +"13","077","0002","44201",1,33.40404,-84.745988,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5767,98,241,245,0,113,0,0,"Certification not required",585,0.039871,0.010857,0.069,"2013-07-30 17:00",0.066,"2013-03-15 16:00",0.061,"2013-07-25 14:00",0.06,"2013-08-05 14:00","","","","",0.061,0.059,0.055,0.053,0.048,0.041,0.024,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","077","0002","44201",1,33.40404,-84.745988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5802,98,241,245,0,0,0,0,"Certification not required",0,0.035166,0.010333,0.059,"2013-03-15 12:00",0.055,"2013-03-29 11:00",0.054,"2013-03-16 10:00",0.053,"2013-03-28 11:00","","","","",0.054,0.053,0.05,0.048,0.043,0.036,0.021,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","077","0002","44201",1,33.40404,-84.745988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5802,98,241,245,0,0,0,0,"Certification not required",0,0.035166,0.010333,0.059,"2013-03-15 12:00",0.055,"2013-03-29 11:00",0.054,"2013-03-16 10:00",0.053,"2013-03-28 11:00","","","","",0.054,0.053,0.05,0.048,0.043,0.036,0.021,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","077","0002","61101",1,33.40404,-84.745988,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5088,58,212,365,0,0,"","","Certification not required",0,2.144497,1.416989,9.1,"2013-02-03 12:00",8.9,"2013-01-30 23:00",8.9,"2013-03-05 20:00",8.9,"2013-03-25 12:00","","","","",7,6.2,4.9,3.9,2.9,1.9,0.6,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","077","0002","61102",1,33.40404,-84.745988,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5088,58,212,365,0,0,"","","Certification not required",0,208.402516,98.501684,359,"2013-01-26 22:00",359,"2013-02-09 06:00",359,"2013-02-24 18:00",359,"2013-03-07 23:00","","","","",355,351,340,326,299,229,86,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","077","0002","88502",3,33.40404,-84.745988,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7174,82,299,365,0,122,"","","Certification not required",0,8.453931,5.641578,40,"2013-04-10 08:00",39.4,"2013-10-05 09:00",34.2,"2013-08-30 18:00",33.7,"2013-08-30 17:00","","","","",25.1,22.9,19.3,16.1,11.5,7.5,2,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","077","0002","88502",3,33.40404,-84.745988,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,8.377258,4.249495,21.4,"2013-08-29 00:00",21,"2013-06-12 00:00",20.4,"2013-09-09 00:00",19.9,"2013-09-15 00:00","","","","",20.4,19.1,16.9,13.9,11,7.6,3.4,"Newnan","UNIVERSITY OF W. GA AT NEWNAN, 7 Solar Circle, Newnan, Georgia, 30265","Georgia","Coweta","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","085","0001","12102",1,34.376317,-84.059766,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.0005,0.000519,0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-17 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12103",1,34.376317,-84.059766,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.0005,0.000519,0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-17 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12105",1,34.376317,-84.059766,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12110",1,34.376317,-84.059766,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12112",1,34.376317,-84.059766,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.001571,0.000646,0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-09 00:00",0.002,"2013-02-21 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.001,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12113",1,34.376317,-84.059766,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12128",1,34.376317,-84.059766,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.00165,0.001002,0.0033,"2013-02-21 00:00",0.0027,"2013-04-22 00:00",0.0025,"2013-01-28 00:00",0.0025,"2013-03-17 00:00","","","","",0.0033,0.0033,0.0033,0.0027,0.0025,0.002,0.0003,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12132",1,34.376317,-84.059766,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.006071,0.005824,0.024,"2013-04-10 00:00",0.011,"2013-04-22 00:00",0.008,"2013-05-16 00:00",0.007,"2013-03-17 00:00","","","","",0.024,0.024,0.024,0.011,0.007,0.004,0.001,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12136",1,34.376317,-84.059766,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12154",1,34.376317,-84.059766,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.000214,0.000426,0.001,"2013-01-28 00:00",0.001,"2013-03-17 00:00",0.001,"2013-05-16 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","12167",1,34.376317,-84.059766,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.012747,0.004073,0.0191,"2013-04-10 00:00",0.0179,"2013-05-16 00:00",0.01644,"2013-01-28 00:00",0.0159,"2013-03-29 00:00","","","","",0.0191,0.0191,0.0191,0.0179,0.0159,0.0139,0.0079,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-16" +"13","085","0001","17141",1,34.376317,-84.059766,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,13.06,4.533179,22.1,"2013-01-16 00:00",19.8,"2013-03-05 00:00",17.8,"2013-01-28 00:00",16.6,"2013-02-09 00:00","","","","",22.1,22.1,22.1,19.8,16.6,13.2,8.6,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17147",1,34.376317,-84.059766,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.173333,0.308143,0.8,"2013-01-16 00:00",0.7,"2013-05-28 00:00",0.7,"2013-06-09 00:00",0.4,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.7,0.4,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17148",1,34.376317,-84.059766,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17149",1,34.376317,-84.059766,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.626667,0.830204,2.2,"2013-01-04 00:00",1.8,"2013-06-21 00:00",1.5,"2013-02-09 00:00",1.5,"2013-02-21 00:00","","","","",2.2,2.2,2.2,1.8,1.5,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17150",1,34.376317,-84.059766,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.333333,1.146215,3.7,"2013-06-21 00:00",2.5,"2013-06-09 00:00",2.3,"2013-04-10 00:00",2.2,"2013-01-16 00:00","","","","",3.7,3.7,3.7,2.5,2.2,1.4,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17151",1,34.376317,-84.059766,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17201",1,34.376317,-84.059766,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.146667,0.219957,0.6,"2013-01-16 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.4,0.4,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17204",1,34.376317,-84.059766,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.033333,0.089974,0.3,"2013-01-16 00:00",0.2,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00","","","","",0.3,0.3,0.3,0.2,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17208",1,34.376317,-84.059766,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17215",1,34.376317,-84.059766,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17220",1,34.376317,-84.059766,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.033333,0.129099,0.5,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.5,0.5,0.5,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17223",1,34.376317,-84.059766,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.02,0.07746,0.3,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.3,0.3,0.3,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17224",1,34.376317,-84.059766,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17237",1,34.376317,-84.059766,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17242",1,34.376317,-84.059766,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","17243",1,34.376317,-84.059766,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","085","0001","43207",1,34.376317,-84.059766,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.181429,0.039586,0.28,"2013-05-04 00:00",0.22,"2013-03-17 00:00",0.22,"2013-03-29 00:00",0.2,"2013-04-22 00:00","","","","",0.28,0.28,0.28,0.22,0.2,0.18,0.14,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43208",1,34.376317,-84.059766,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.023,0,0.023,"2013-01-04 00:00",0.023,"2013-01-28 00:00",0.023,"2013-02-09 00:00",0.023,"2013-02-21 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43218",1,34.376317,-84.059766,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43248",1,34.376317,-84.059766,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.201,0,0.201,"2013-01-04 00:00",0.201,"2013-01-28 00:00",0.201,"2013-02-09 00:00",0.201,"2013-02-21 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43502",2,34.376317,-84.059766,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,1.178571,0.798247,2.9,"2013-05-28 00:00",2.5,"2013-05-16 00:00",1.4,"2013-03-29 00:00",1.3,"2013-01-28 00:00","","","","",2.9,2.9,2.9,2.5,1.3,1.3,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","085","0001","43503",2,34.376317,-84.059766,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.192857,0.490626,1.4,"2013-03-29 00:00",1.3,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",1.4,1.4,1.4,1.3,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","085","0001","43504",2,34.376317,-84.059766,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","085","0001","43505",1,34.376317,-84.059766,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,1.171429,0.414039,1.9,"2013-03-17 00:00",1.7,"2013-06-21 00:00",1.5,"2013-02-09 00:00",1.5,"2013-05-16 00:00","","","","",1.9,1.9,1.9,1.7,1.5,1.2,0.7,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43510",2,34.376317,-84.059766,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.674223,0.018642,0.68978,"2013-03-29 00:00",0.68978,"2013-04-10 00:00",0.68978,"2013-04-22 00:00",0.68978,"2013-05-04 00:00","","","","",0.68978,0.68978,0.68978,0.68978,0.68978,0.68978,0.65348,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","085","0001","43551",2,34.376317,-84.059766,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",1,4.002952,2.721565,11.41016,"2013-05-16 00:00",6.43004,"2013-05-28 00:00",6.37808,"2013-03-29 00:00",4.4968,"2013-01-28 00:00","","","","",11.41016,11.41016,11.41016,6.43004,4.4968,3.55972,1.56384,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","085","0001","43801",1,34.376317,-84.059766,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.671429,0.126665,0.8,"2013-03-17 00:00",0.8,"2013-03-29 00:00",0.8,"2013-04-22 00:00",0.8,"2013-05-04 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.7,0.5,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43802",1,34.376317,-84.059766,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43803",1,34.376317,-84.059766,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43804",1,34.376317,-84.059766,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-21 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43811",1,34.376317,-84.059766,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.252143,0.042277,0.31,"2013-05-16 00:00",0.3,"2013-05-04 00:00",0.29,"2013-03-17 00:00",0.29,"2013-03-29 00:00","","","","",0.31,0.31,0.31,0.3,0.29,0.27,0.22,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43812",1,34.376317,-84.059766,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43813",1,34.376317,-84.059766,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43814",1,34.376317,-84.059766,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43815",1,34.376317,-84.059766,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43817",1,34.376317,-84.059766,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43818",1,34.376317,-84.059766,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43819",1,34.376317,-84.059766,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43820",1,34.376317,-84.059766,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43823",1,34.376317,-84.059766,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.506429,0.116461,0.69,"2013-05-04 00:00",0.62,"2013-05-16 00:00",0.61,"2013-04-22 00:00",0.6,"2013-03-29 00:00","","","","",0.69,0.69,0.69,0.62,0.6,0.54,0.33,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43824",1,34.376317,-84.059766,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43826",1,34.376317,-84.059766,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43829",1,34.376317,-84.059766,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43830",1,34.376317,-84.059766,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43831",1,34.376317,-84.059766,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43839",1,34.376317,-84.059766,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.024,0,0.024,"2013-01-04 00:00",0.024,"2013-01-28 00:00",0.024,"2013-02-09 00:00",0.024,"2013-02-21 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43843",1,34.376317,-84.059766,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43844",1,34.376317,-84.059766,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","43860",1,34.376317,-84.059766,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","44201",2,34.376317,-84.059766,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5840,100,245,245,0,40,0,0,"Certification not required",444,0.043302,0.01073,0.076,"2013-03-15 18:00",0.071,"2013-05-16 18:00",0.068,"2013-04-06 15:00",0.068,"2013-09-20 14:00","","","","",0.068,0.067,0.062,0.056,0.05,0.043,0.03,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","085","0001","44201",2,34.376317,-84.059766,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5877,100,245,245,0,0,0,0,"Certification not required",0,0.038963,0.010653,0.072,"2013-03-15 14:00",0.064,"2013-03-16 12:00",0.064,"2013-04-06 11:00",0.063,"2013-04-10 12:00","","","","",0.064,0.063,0.058,0.052,0.046,0.038,0.026,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","085","0001","44201",2,34.376317,-84.059766,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5877,100,245,245,0,0,0,0,"Certification not required",0,0.038963,0.010653,0.072,"2013-03-15 14:00",0.064,"2013-03-16 12:00",0.064,"2013-04-06 11:00",0.063,"2013-04-10 12:00","","","","",0.064,0.063,0.058,0.052,0.046,0.038,0.026,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","085","0001","45109",1,34.376317,-84.059766,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45201",1,34.376317,-84.059766,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,1.542857,0.80452,3.7,"2013-04-22 00:00",2.5,"2013-06-09 00:00",2,"2013-06-21 00:00",1.9,"2013-01-28 00:00","","","","",3.7,3.7,3.7,2.5,1.9,1.4,0.8,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45202",1,34.376317,-84.059766,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.364286,0.127745,0.6,"2013-05-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00",0.4,"2013-03-05 00:00","","","","",0.6,0.6,0.6,0.4,0.4,0.4,0.3,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45203",1,34.376317,-84.059766,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45204",1,34.376317,-84.059766,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45207",1,34.376317,-84.059766,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.117,0,0.117,"2013-01-04 00:00",0.117,"2013-01-28 00:00",0.117,"2013-02-09 00:00",0.117,"2013-02-21 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45208",1,34.376317,-84.059766,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.1035,0,0.1035,"2013-01-04 00:00",0.1035,"2013-01-28 00:00",0.1035,"2013-02-09 00:00",0.1035,"2013-02-21 00:00","","","","",0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45220",1,34.376317,-84.059766,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45228",1,34.376317,-84.059766,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.1305,0,0.1305,"2013-01-04 00:00",0.1305,"2013-01-28 00:00",0.1305,"2013-02-09 00:00",0.1305,"2013-02-21 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45501",2,34.376317,-84.059766,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.801749,0.02217,0.82025,"2013-03-29 00:00",0.82025,"2013-04-10 00:00",0.82025,"2013-04-22 00:00",0.82025,"2013-05-04 00:00","","","","",0.82025,0.82025,0.82025,0.82025,0.82025,0.82025,0.77708,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","085","0001","45801",1,34.376317,-84.059766,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0.242857,0.191007,0.6,"2013-05-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-03-05 00:00",0.4,"2013-03-29 00:00","","","","",0.6,0.6,0.6,0.4,0.4,0.3,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45805",1,34.376317,-84.059766,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00",0.135,"2013-02-21 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45806",1,34.376317,-84.059766,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",14,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00",0.135,"2013-02-21 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45807",1,34.376317,-84.059766,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45809",1,34.376317,-84.059766,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","45810",1,34.376317,-84.059766,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","085","0001","61101",1,34.376317,-84.059766,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5032,57,209,365,0,56,"","","Certification not required",0,1.710294,1.492662,9.9,"2013-03-05 21:00",8.9,"2013-02-16 14:00",8.7,"2013-02-16 16:00",8.7,"2013-02-16 17:00","","","","",6.8,6.2,5,3.7,2.3,1.4,0.4,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","085","0001","61102",1,34.376317,-84.059766,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5032,57,209,365,0,56,"","","Certification not required",0,198.238672,111.1864,359,"2013-02-02 10:00",359,"2013-02-09 10:00",359,"2013-02-12 16:00",359,"2013-04-06 05:00","","","","",357,354,345,331,299,232,32,"Dawsonville, Georgia Forestry Commission","GA FORESTRY COMMISSION, 4500 Georgia Highway 53 East, Dawsonville, Georgia, 30534","Georgia","Dawson","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","12115",6,33.68797,-84.29048,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ATEC 3400 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,91,28,33,0,3,"","","Certification not required",0,1e-05,2.2e-05,0.0001,"2013-05-22 00:00",6e-05,"2013-06-27 00:00",4e-05,"2013-07-15 00:00",3e-05,"2013-06-25 00:00","","","","",0.0001,0.0001,6e-05,4e-05,1e-05,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-12-03" +"13","089","0002","12115",7,33.68797,-84.29048,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ATEC 3400 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",4,13,3,31,0,3,"","","Certification not required",0,5e-06,1e-05,2e-05,"2013-06-21 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-17 00:00","","","","",2e-05,2e-05,2e-05,2e-05,2e-05,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-21" +"13","089","0002","17141",8,33.68797,-84.29048,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,36.289786,30.162551,107.692,"2013-03-29 00:00",79.545,"2013-02-15 00:00",70.093,"2013-01-04 00:00",45.267,"2013-02-09 00:00","","","","",107.692,107.692,107.692,79.545,45.267,26.609,5.017,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17141",9,33.68797,-84.29048,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,43.16,27.202837,100.386,"2013-03-29 00:00",58.091,"2013-02-09 00:00",43.825,"2013-01-04 00:00",40.984,"2013-01-16 00:00","","","","",100.386,100.386,100.386,100.386,58.091,40.984,8.779,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17147",8,33.68797,-84.29048,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0.336571,0.525548,1.6055,"2013-01-16 00:00",1.1364,"2013-01-10 00:00",0.7519,"2013-03-11 00:00",0.6173,"2013-02-09 00:00","","","","",1.6055,1.6055,1.6055,1.1364,0.6173,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17147",9,33.68797,-84.29048,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0.591863,0.61144,1.7623,"2013-01-16 00:00",0.9524,"2013-01-28 00:00",0.83,"2013-03-17 00:00",0.6639,"2013-02-09 00:00","","","","",1.7623,1.7623,1.7623,1.7623,0.9524,0.6639,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17148",8,33.68797,-84.29048,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17148",9,33.68797,-84.29048,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0.4522,0.842538,1.9841,"2013-01-28 00:00",1.6335,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",1.9841,1.9841,1.9841,1.9841,1.6335,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17149",8,33.68797,-84.29048,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0.727207,1.206185,2.987,"2013-02-03 00:00",2.618,"2013-01-22 00:00",2.4771,"2013-01-16 00:00",2.0988,"2013-02-09 00:00","","","","",2.987,2.987,2.987,2.618,2.0988,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17149",9,33.68797,-84.29048,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0.689488,1.284107,3.0159,"2013-01-28 00:00",2.5,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-02-09 00:00","","","","",3.0159,3.0159,3.0159,3.0159,2.5,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17150",8,33.68797,-84.29048,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,2.510071,1.242396,4.545,"2013-01-10 00:00",4.358,"2013-01-16 00:00",3.377,"2013-02-03 00:00",3.154,"2013-03-29 00:00","","","","",4.545,4.545,4.545,4.358,3.154,2.757,0.803,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17150",9,33.68797,-84.29048,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,2.66875,0.977219,4.508,"2013-01-16 00:00",3.333,"2013-01-28 00:00",3.162,"2013-03-17 00:00",2.587,"2013-03-29 00:00","","","","",4.508,4.508,4.508,4.508,3.333,2.587,1.565,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17151",8,33.68797,-84.29048,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17151",9,33.68797,-84.29048,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17201",8,33.68797,-84.29048,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0.576371,0.354085,1.0909,"2013-01-10 00:00",1.0551,"2013-01-16 00:00",0.8658,"2013-02-03 00:00",0.7143,"2013-03-05 00:00","","","","",1.0909,1.0909,1.0909,1.0551,0.7143,0.6542,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17201",9,33.68797,-84.29048,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,5187.351725,14670.101257,41494,"2013-02-09 00:00",0.9836,"2013-01-16 00:00",0.873,"2013-01-28 00:00",0.751,"2013-03-17 00:00","","","","",41494,41494,41494,41494,0.9836,0.751,0.458,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17204",8,33.68797,-84.29048,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0.192086,0.27436,0.6881,"2013-01-16 00:00",0.6061,"2013-02-03 00:00",0.514,"2013-01-04 00:00",0.4721,"2013-01-22 00:00","","","","",0.6881,0.6881,0.6881,0.6061,0.4721,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17204",9,33.68797,-84.29048,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0.206375,0.292773,0.6967,"2013-01-16 00:00",0.4781,"2013-01-04 00:00",0.4762,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.6967,0.6967,0.6967,0.6967,0.4781,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17208",8,33.68797,-84.29048,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17208",9,33.68797,-84.29048,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17212",8,33.68797,-84.29048,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17212",9,33.68797,-84.29048,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",2,6,2,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17215",8,33.68797,-84.29048,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17215",9,33.68797,-84.29048,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17220",8,33.68797,-84.29048,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17220",9,33.68797,-84.29048,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17223",8,33.68797,-84.29048,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17223",9,33.68797,-84.29048,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17224",8,33.68797,-84.29048,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17224",9,33.68797,-84.29048,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",7,23,7,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17231",8,33.68797,-84.29048,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17231",9,33.68797,-84.29048,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17237",8,33.68797,-84.29048,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17237",9,33.68797,-84.29048,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17242",8,33.68797,-84.29048,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17242",9,33.68797,-84.29048,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17243",8,33.68797,-84.29048,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","17243",9,33.68797,-84.29048,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",8,26,8,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-07-19" +"13","089","0002","42101",1,33.68797,-84.29048,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48C-TL",2013,"Parts per million","No Events",7166,82,304,365,0,130,0,0,"Certification not required",0,0.290176,0.158201,1.22,"2013-01-19 00:00",1.175,"2013-01-19 07:00",1.129,"2013-01-19 01:00",1.124,"2013-01-19 03:00","","","","",0.855,0.781,0.641,0.522,0.318,0.231,0.169,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42101",1,33.68797,-84.29048,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7290,83,304,365,0,0,0,0,"Certification not required",0,0.289561,0.140201,1.1,"2013-01-19 04:00",1.1,"2013-01-19 05:00",1.1,"2013-01-19 06:00",1.1,"2013-01-19 07:00",1.1,"2013-01-19 04:00",1,"2013-01-19 10:00",0.8,0.7,0.6,0.5,0.3,0.2,0.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42401",2,33.68797,-84.29048,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6863,78,289,365,0,433,0,"","Certification not required",0,0.988581,1.364826,14.4,"2013-08-10 09:00",6.8,"2013-09-01 11:00",6.4,"2013-02-01 03:00",6.3,"2013-08-22 11:00","","","","",6.4,5.7,3.2,2.3,1.1,0.6,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42401",2,33.68797,-84.29048,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6863,78,289,365,0,433,"","","Certification not required",0,0.32445,0.484222,14.4,"2013-08-10 09:00",7.4,"2013-08-10 10:00",6.8,"2013-09-01 11:00",6.4,"2013-02-01 03:00","","","","",2.2,1.6,1,0.7,0.4,0.2,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42401",2,33.68797,-84.29048,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",289,79,289,365,0,0,0,"","Certification not required",0,0.324913,0.281493,1.7,"2013-01-25 00:00",1.6,"2013-02-05 00:00",1.5,"2013-01-24 00:00",1.4,"2013-03-15 00:00","","","","",1.5,1.3,0.9,0.7,0.4,0.2,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42401",2,33.68797,-84.29048,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2268,78,289,365,0,0,"",0,"Certification not required",0,0.305952,0.43216,8.1,"2013-08-10 11:00",5.7,"2013-08-22 11:00",5.5,"2013-08-11 14:00",3.8,"2013-01-23 23:00","","","","",2,1.5,1,0.7,0.4,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42406",1,33.68797,-84.29048,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6841,78,289,365,0,455,"","","Certification not required",0,0.415159,0.785512,34.8,"2013-08-10 09:00",16.9,"2013-08-10 10:00",12.3,"2013-02-01 00:00",11.4,"2013-08-11 14:00","","","","",3,2.2,1.3,0.9,0.5,0.2,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42600",1,33.68797,-84.29048,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6982,80,294,365,0,314,"","","Certification not required",0,19.22157,29.322382,200,"2013-02-05 09:00",200,"2013-02-15 07:00",200,"2013-02-15 08:00",200,"2013-03-29 07:00","","","","",141,119,85,55,20,7,2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42601",1,33.68797,-84.29048,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7112,81,303,365,0,184,"","","Certification not required",0,11.00239,24.69095,215,"2013-01-19 07:00",206.8,"2013-02-15 08:00",196.1,"2013-02-15 07:00",192.9,"2013-01-19 00:00","","","","",115,97.9,66.8,39.2,4.4,1,1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42602",1,33.68797,-84.29048,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7112,81,303,365,0,184,0,"","Certification not required",0,21.944884,10.78785,55.9,"2013-03-28 20:00",51.6,"2013-05-15 20:00",50.3,"2013-02-06 19:00",47.5,"2013-02-24 20:00","","","","",47.5,44.7,41.2,36.8,29.5,20,8.9,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42602",1,33.68797,-84.29048,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7112,81,303,365,0,184,"","","Certification not required",0,8.862725,7.71228,55.9,"2013-03-28 20:00",51.6,"2013-03-28 21:00",51.6,"2013-05-15 20:00",50.8,"2013-05-15 21:00","","","","",36.4,32.6,26,19,11.4,6.4,2.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","42603",2,33.68797,-84.29048,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7112,81,303,365,0,184,"","","Certification not required",0,19.347441,28.707754,232.1,"2013-01-19 07:00",222.9,"2013-02-15 08:00",221.3,"2013-03-29 06:00",219.3,"2013-03-29 07:00","","","","",133.5,115.2,83.6,54.3,19.6,7.7,2.3,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","43000",2,33.68797,-84.29048,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,61.758621,41.334571,190,"2013-04-22 00:00",180,"2013-01-10 00:00",120,"2013-02-15 00:00",110,"2013-03-29 00:00","","","","",190,190,180,120,72,46,31,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43102",4,33.68797,-84.29048,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,242,516.380259,2900,"2013-01-10 00:00",430,"2013-01-16 00:00",270,"2013-04-22 00:00",250,"2013-01-28 00:00","","","","",2900,2900,430,270,170,130,80,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43202",2,33.68797,-84.29048,"NAD83","Ethane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",4,6.189655,3.722743,14,"2013-03-29 00:00",12,"2013-01-28 00:00",12,"2013-02-15 00:00",10,"2013-03-17 00:00","","","","",14,14,12,12,8.8,5.8,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43203",2,33.68797,-84.29048,"NAD83","Ethylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",24,0.489655,1.16323,5.9,"2013-03-29 00:00",2,"2013-03-23 00:00",1.9,"2013-06-03 00:00",1.3,"2013-05-22 00:00","","","","",5.9,5.9,2,1.9,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43204",2,33.68797,-84.29048,"NAD83","Propane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",4,5.203448,3.588422,13,"2013-01-28 00:00",12,"2013-02-15 00:00",12,"2013-03-29 00:00",9.8,"2013-01-04 00:00","","","","",13,13,12,12,7.8,4.4,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43205",2,33.68797,-84.29048,"NAD83","Propylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",8,0.548276,0.537601,2.3,"2013-02-15 00:00",2,"2013-03-29 00:00",1.2,"2013-01-04 00:00",1,"2013-02-09 00:00","","","","",2.3,2.3,2,1.2,0.7,0.4,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43206",2,33.68797,-84.29048,"NAD83","Acetylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",5,1.396552,1.185472,4.9,"2013-02-15 00:00",4.1,"2013-03-29 00:00",3.3,"2013-01-04 00:00",3,"2013-02-09 00:00","","","","",4.9,4.9,4.1,3.3,1.7,1.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43207",1,33.68797,-84.29048,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.163448,0.03027,0.26,"2013-04-16 00:00",0.22,"2013-01-22 00:00",0.22,"2013-03-17 00:00",0.2,"2013-06-27 00:00","","","","",0.26,0.26,0.22,0.22,0.18,0.16,0.14,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43207",2,33.68797,-84.29048,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.178182,0.038992,0.28,"2013-03-29 00:00",0.24,"2013-05-28 00:00",0.22,"2013-04-04 00:00",0.22,"2013-04-16 00:00","","","","",0.28,0.28,0.24,0.22,0.2,0.18,0.14,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43208",1,33.68797,-84.29048,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.023,0,0.023,"2013-01-04 00:00",0.023,"2013-01-10 00:00",0.023,"2013-01-16 00:00",0.023,"2013-01-22 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43208",2,33.68797,-84.29048,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.023,0,0.023,"2013-01-04 00:00",0.023,"2013-01-10 00:00",0.023,"2013-02-09 00:00",0.023,"2013-02-15 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43212",2,33.68797,-84.29048,"NAD83","n-Butane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,3.989655,2.979854,12,"2013-02-15 00:00",11,"2013-03-29 00:00",8.4,"2013-02-09 00:00",7.4,"2013-05-10 00:00","","","","",12,12,11,8.4,5.3,3.3,1.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43214",2,33.68797,-84.29048,"NAD83","Isobutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,1.193103,0.873389,3.4,"2013-02-15 00:00",3.4,"2013-03-29 00:00",2.8,"2013-05-10 00:00",2,"2013-05-16 00:00","","","","",3.4,3.4,3.4,2.8,1.4,1.1,0.4,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43216",2,33.68797,-84.29048,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.106897,0.037139,0.3,"2013-02-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43217",2,33.68797,-84.29048,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43218",1,33.68797,-84.29048,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43218",2,33.68797,-84.29048,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43220",2,33.68797,-84.29048,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.534483,1.898924,8.4,"2013-03-29 00:00",6,"2013-05-10 00:00",5.6,"2013-06-21 00:00",5.2,"2013-01-10 00:00","","","","",8.4,8.4,6,5.6,3.4,1.6,0.9,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43221",2,33.68797,-84.29048,"NAD83","Isopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,3.475862,2.830782,12,"2013-05-10 00:00",8.1,"2013-03-29 00:00",8.1,"2013-06-03 00:00",8,"2013-05-16 00:00","","","","",12,12,8.1,8.1,4.7,2.1,1.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43224",2,33.68797,-84.29048,"NAD83","1-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",23,0.165517,0.169613,0.9,"2013-05-16 00:00",0.5,"2013-02-15 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-10 00:00","","","","",0.9,0.9,0.5,0.3,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43226",2,33.68797,-84.29048,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.644828,1.117263,4.5,"2013-05-28 00:00",3.2,"2013-05-22 00:00",2.8,"2013-03-29 00:00",1.7,"2013-01-04 00:00","","","","",4.5,4.5,3.2,2.8,0.5,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43227",2,33.68797,-84.29048,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.282759,0.646457,2.8,"2013-01-10 00:00",2.4,"2013-01-04 00:00",0.4,"2013-02-15 00:00",0.1,"2013-01-16 00:00","","","","",2.8,2.8,2.4,0.4,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43230",2,33.68797,-84.29048,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",8,0.510345,0.429572,1.8,"2013-05-10 00:00",1.3,"2013-02-15 00:00",1.2,"2013-05-16 00:00",1,"2013-03-29 00:00","","","","",1.8,1.8,1.3,1.2,0.7,0.5,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43231",2,33.68797,-84.29048,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.77931,1.643902,6.4,"2013-03-05 00:00",6.1,"2013-06-03 00:00",4.4,"2013-04-04 00:00",3.6,"2013-02-15 00:00","","","","",6.4,6.4,6.1,4.4,2.4,1.6,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43232",2,33.68797,-84.29048,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",15,0.27931,0.255482,0.9,"2013-02-15 00:00",0.9,"2013-05-10 00:00",0.8,"2013-03-29 00:00",0.7,"2013-05-16 00:00","","","","",0.9,0.9,0.9,0.8,0.4,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43233",2,33.68797,-84.29048,"NAD83","n-Octane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",25,0.134483,0.089745,0.4,"2013-02-15 00:00",0.4,"2013-03-29 00:00",0.3,"2013-01-16 00:00",0.3,"2013-05-10 00:00","","","","",0.4,0.4,0.4,0.3,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43235",2,33.68797,-84.29048,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",27,0.113793,0.051576,0.3,"2013-02-15 00:00",0.3,"2013-03-29 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.3,0.3,0.3,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43238",2,33.68797,-84.29048,"NAD83","n-Decane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.22069,0.575313,3.2,"2013-01-10 00:00",0.3,"2013-02-15 00:00",0.3,"2013-03-29 00:00",0.1,"2013-01-04 00:00","","","","",3.2,3.2,0.3,0.3,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43242",2,33.68797,-84.29048,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.106897,0.037139,0.3,"2013-02-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43243",2,33.68797,-84.29048,"NAD83","Isoprene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",20,2.348276,4.084257,15,"2013-06-27 00:00",11,"2013-06-09 00:00",8.5,"2013-06-21 00:00",7.7,"2013-05-28 00:00","","","","",15,15,11,8.5,3.6,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43244",2,33.68797,-84.29048,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",19,0.172414,0.136006,0.7,"2013-05-10 00:00",0.4,"2013-04-22 00:00",0.4,"2013-05-16 00:00",0.3,"2013-02-15 00:00","","","","",0.7,0.7,0.4,0.4,0.2,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43247",2,33.68797,-84.29048,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",20,0.182759,0.181401,1,"2013-04-22 00:00",0.4,"2013-06-09 00:00",0.3,"2013-02-15 00:00",0.3,"2013-04-16 00:00","","","","",1,1,0.4,0.3,0.2,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43248",2,33.68797,-84.29048,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",22,0.155172,0.112078,0.5,"2013-02-15 00:00",0.4,"2013-03-29 00:00",0.4,"2013-06-21 00:00",0.3,"2013-01-04 00:00","","","","",0.5,0.5,0.4,0.4,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43248",3,33.68797,-84.29048,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.201,0,0.201,"2013-01-04 00:00",0.201,"2013-01-10 00:00",0.201,"2013-01-16 00:00",0.201,"2013-01-22 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43248",4,33.68797,-84.29048,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.201,0,0.201,"2013-01-04 00:00",0.201,"2013-01-10 00:00",0.201,"2013-02-09 00:00",0.201,"2013-02-15 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43249",2,33.68797,-84.29048,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",13,0.362069,0.359974,1.5,"2013-05-10 00:00",1.1,"2013-05-16 00:00",1,"2013-02-15 00:00",0.9,"2013-03-29 00:00","","","","",1.5,1.5,1.1,1,0.5,0.2,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43250",2,33.68797,-84.29048,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.831034,0.626842,2.6,"2013-05-10 00:00",2.2,"2013-02-15 00:00",1.9,"2013-03-29 00:00",1.8,"2013-05-16 00:00","","","","",2.6,2.6,2.2,1.9,1,0.6,0.3,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43252",2,33.68797,-84.29048,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GS/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.168966,0.139139,0.6,"2013-02-15 00:00",0.5,"2013-03-29 00:00",0.5,"2013-05-10 00:00",0.3,"2013-04-16 00:00","","","","",0.6,0.6,0.5,0.5,0.2,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43253",2,33.68797,-84.29048,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",23,0.141379,0.086674,0.4,"2013-05-16 00:00",0.3,"2013-02-15 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-10 00:00","","","","",0.4,0.4,0.3,0.3,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43261",2,33.68797,-84.29048,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GS/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.131034,0.096745,0.5,"2013-02-15 00:00",0.4,"2013-03-29 00:00",0.3,"2013-05-10 00:00",0.1,"2013-01-04 00:00","","","","",0.5,0.5,0.4,0.3,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43262",2,33.68797,-84.29048,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",17,0.286207,0.292433,1.2,"2013-05-10 00:00",0.9,"2013-02-15 00:00",0.8,"2013-03-29 00:00",0.8,"2013-05-16 00:00","","","","",1.2,1.2,0.9,0.8,0.4,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43263",2,33.68797,-84.29048,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",17,5.868966,30.221623,163,"2013-04-22 00:00",1,"2013-05-10 00:00",0.8,"2013-02-15 00:00",0.8,"2013-03-29 00:00","","","","",163,163,1,0.8,0.4,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43280",2,33.68797,-84.29048,"NAD83","1-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",24,0.148276,0.118384,0.5,"2013-02-15 00:00",0.5,"2013-03-29 00:00",0.4,"2013-01-04 00:00",0.3,"2013-02-09 00:00","","","","",0.5,0.5,0.5,0.4,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43284",2,33.68797,-84.29048,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.186207,0.180721,0.8,"2013-05-10 00:00",0.6,"2013-02-15 00:00",0.5,"2013-03-29 00:00",0.5,"2013-05-16 00:00","","","","",0.8,0.8,0.6,0.5,0.2,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43285",2,33.68797,-84.29048,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.803448,0.715383,3.1,"2013-05-10 00:00",2.2,"2013-02-15 00:00",2,"2013-03-29 00:00",2,"2013-05-16 00:00","","","","",3.1,3.1,2.2,2,1,0.5,0.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43291",2,33.68797,-84.29048,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",20,0.189655,0.14963,0.6,"2013-01-28 00:00",0.5,"2013-02-15 00:00",0.4,"2013-02-03 00:00",0.4,"2013-03-23 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43502",2,33.68797,-84.29048,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",0,2.785714,1.420648,4.6,"2013-01-28 00:00",4.6,"2013-03-05 00:00",3.9,"2013-03-17 00:00",3.8,"2013-02-21 00:00","","","","",4.6,4.6,4.6,4.6,3.8,3.1,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43502",3,33.68797,-84.29048,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",7,23,7,31,0,1,"","","Certification not required",0,5.314286,1.096097,7.4,"2013-01-28 00:00",5.9,"2013-03-05 00:00",5.6,"2013-03-17 00:00",4.9,"2013-01-04 00:00","","","","",7.4,7.4,7.4,7.4,5.9,4.9,4.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43503",2,33.68797,-84.29048,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",0,1.15,1.134596,2.9,"2013-03-29 00:00",2.7,"2013-01-28 00:00",2.4,"2013-02-21 00:00",2.1,"2013-03-17 00:00","","","","",2.9,2.9,2.9,2.7,2.1,1.3,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43503",3,33.68797,-84.29048,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",7,23,7,31,0,1,"","","Certification not required",0,2.1,1.075484,3.4,"2013-01-28 00:00",2.6,"2013-03-05 00:00",2.6,"2013-03-17 00:00",2.5,"2013-02-21 00:00","","","","",3.4,3.4,3.4,3.4,2.6,2.5,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43504",2,33.68797,-84.29048,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43504",3,33.68797,-84.29048,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",7,23,7,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43505",4,33.68797,-84.29048,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.793103,0.743511,3.9,"2013-06-21 00:00",2.1,"2013-06-03 00:00",1.7,"2013-06-27 00:00",1.5,"2013-06-09 00:00","","","","",3.9,3.9,2.1,1.7,0.8,0.6,0.3,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43505",5,33.68797,-84.29048,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.736364,0.563615,2.7,"2013-06-03 00:00",1.5,"2013-01-10 00:00",1.4,"2013-01-04 00:00",1.1,"2013-06-09 00:00","","","","",2.7,2.7,1.5,1.4,0.8,0.6,0.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43510",2,33.68797,-84.29048,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",14,0.73036,0,0.73036,"2013-01-04 00:00",0.73036,"2013-01-10 00:00",0.73036,"2013-01-16 00:00",0.73036,"2013-01-22 00:00","","","","",0.73036,0.73036,0.73036,0.73036,0.73036,0.73036,0.73036,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43510",3,33.68797,-84.29048,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",7,23,7,31,0,1,"","","Certification not required",7,0.73036,0,0.73036,"2013-01-04 00:00",0.73036,"2013-01-16 00:00",0.73036,"2013-01-28 00:00",0.73036,"2013-02-09 00:00","","","","",0.73036,0.73036,0.73036,0.73036,0.73036,0.73036,0.73036,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43551",2,33.68797,-84.29048,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",2,4.525974,2.233203,9.24917,"2013-03-29 00:00",7.14091,"2013-01-28 00:00",5.79433,"2013-03-17 00:00",5.5495,"2013-02-21 00:00","","","","",9.24917,9.24917,9.24917,7.14091,5.5495,4.84222,0.68009,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43551",3,33.68797,-84.29048,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",7,23,7,31,0,1,"","","Certification not required",0,5.754503,1.257756,7.889,"2013-01-28 00:00",6.24319,"2013-01-04 00:00",6.22279,"2013-03-17 00:00",5.72633,"2013-02-21 00:00","","","","",7.889,7.889,7.889,7.889,6.24319,5.72633,3.9445,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","43801",1,33.68797,-84.29048,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.641379,0.105279,1,"2013-04-16 00:00",0.8,"2013-01-16 00:00",0.8,"2013-03-17 00:00",0.7,"2013-01-22 00:00","","","","",1,1,0.8,0.8,0.7,0.6,0.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43801",2,33.68797,-84.29048,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.681818,0.118065,0.9,"2013-04-16 00:00",0.9,"2013-05-10 00:00",0.8,"2013-03-11 00:00",0.8,"2013-03-17 00:00","","","","",0.9,0.9,0.9,0.8,0.8,0.7,0.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43802",1,33.68797,-84.29048,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43802",2,33.68797,-84.29048,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43803",1,33.68797,-84.29048,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.010345,0.030993,0.1,"2013-02-15 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-16 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43803",2,33.68797,-84.29048,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.009091,0.029424,0.1,"2013-02-15 00:00",0.1,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43804",1,33.68797,-84.29048,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43804",2,33.68797,-84.29048,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.1,0.030861,0.2,"2013-03-29 00:00",0.1,"2013-01-04 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43811",1,33.68797,-84.29048,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.254138,0.040135,0.34,"2013-01-22 00:00",0.33,"2013-03-17 00:00",0.33,"2013-04-16 00:00",0.31,"2013-01-16 00:00","","","","",0.34,0.34,0.33,0.33,0.28,0.25,0.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43811",2,33.68797,-84.29048,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.279091,0.052546,0.4,"2013-03-29 00:00",0.39,"2013-01-04 00:00",0.32,"2013-04-16 00:00",0.31,"2013-02-09 00:00","","","","",0.4,0.4,0.39,0.32,0.31,0.28,0.22,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43812",1,33.68797,-84.29048,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43812",2,33.68797,-84.29048,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43813",1,33.68797,-84.29048,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43813",2,33.68797,-84.29048,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43814",1,33.68797,-84.29048,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43814",2,33.68797,-84.29048,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43815",1,33.68797,-84.29048,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43815",2,33.68797,-84.29048,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43817",1,33.68797,-84.29048,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.003448,0.01857,0.1,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43817",2,33.68797,-84.29048,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43818",1,33.68797,-84.29048,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43818",2,33.68797,-84.29048,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43819",1,33.68797,-84.29048,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43819",2,33.68797,-84.29048,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43820",1,33.68797,-84.29048,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43820",2,33.68797,-84.29048,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43823",1,33.68797,-84.29048,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.508621,0.090266,0.73,"2013-04-16 00:00",0.7,"2013-03-17 00:00",0.61,"2013-01-22 00:00",0.59,"2013-03-29 00:00","","","","",0.73,0.73,0.7,0.61,0.55,0.52,0.38,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43823",2,33.68797,-84.29048,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.555909,0.09728,0.76,"2013-03-29 00:00",0.69,"2013-04-16 00:00",0.65,"2013-05-10 00:00",0.63,"2013-01-04 00:00","","","","",0.76,0.76,0.69,0.65,0.62,0.56,0.43,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43824",1,33.68797,-84.29048,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43824",2,33.68797,-84.29048,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43826",1,33.68797,-84.29048,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43826",2,33.68797,-84.29048,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43829",1,33.68797,-84.29048,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43829",2,33.68797,-84.29048,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43830",1,33.68797,-84.29048,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43830",2,33.68797,-84.29048,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43831",1,33.68797,-84.29048,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43831",2,33.68797,-84.29048,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43839",1,33.68797,-84.29048,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.024,0,0.024,"2013-01-04 00:00",0.024,"2013-01-10 00:00",0.024,"2013-01-16 00:00",0.024,"2013-01-22 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43839",2,33.68797,-84.29048,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.024,0,0.024,"2013-01-04 00:00",0.024,"2013-01-10 00:00",0.024,"2013-02-09 00:00",0.024,"2013-02-15 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43843",1,33.68797,-84.29048,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43843",2,33.68797,-84.29048,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43844",1,33.68797,-84.29048,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43844",2,33.68797,-84.29048,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43860",1,33.68797,-84.29048,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43860",2,33.68797,-84.29048,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","43954",2,33.68797,-84.29048,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",10,1.772414,7.181817,39,"2013-01-10 00:00",2.9,"2013-01-16 00:00",1.5,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",39,39,2.9,1.5,0.5,0.3,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","43960",2,33.68797,-84.29048,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.113793,0.044111,0.3,"2013-02-15 00:00",0.2,"2013-01-04 00:00",0.2,"2013-03-29 00:00",0.1,"2013-01-10 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","44201",1,33.68797,-84.29048,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7191,100,245,245,0,105,0,0,"Certification not required",1832,0.043959,0.013061,0.097,"2013-07-30 16:00",0.079,"2013-09-05 16:00",0.075,"2013-07-25 14:00",0.075,"2013-09-16 14:00","","","","",0.075,0.074,0.066,0.061,0.051,0.044,0.035,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","44201",1,33.68797,-84.29048,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7273,100,245,245,0,0,0,0,"Certification not required",0,0.037861,0.01199,0.082,"2013-07-30 11:00",0.067,"2013-09-05 11:00",0.063,"2013-05-26 11:00",0.062,"2013-07-25 11:00","","","","",0.063,0.061,0.057,0.052,0.046,0.039,0.029,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","44201",1,33.68797,-84.29048,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7273,100,245,245,0,0,1,1,"Certification not required",0,0.037861,0.01199,0.082,"2013-07-30 11:00",0.067,"2013-09-05 11:00",0.063,"2013-05-26 11:00",0.062,"2013-07-25 11:00","","","","",0.063,0.061,0.057,0.052,0.046,0.039,0.029,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","45109",2,33.68797,-84.29048,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.968966,0.819017,3.3,"2013-05-10 00:00",2.8,"2013-02-15 00:00",2.5,"2013-03-29 00:00",2.4,"2013-05-16 00:00","","","","",3.3,3.3,2.8,2.5,1.2,0.6,0.3,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45109",3,33.68797,-84.29048,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.127586,0.247699,0.8,"2013-05-10 00:00",0.7,"2013-02-15 00:00",0.6,"2013-04-16 00:00",0.6,"2013-05-16 00:00","","","","",0.8,0.8,0.7,0.6,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45109",4,33.68797,-84.29048,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.227273,0.338318,1.2,"2013-05-10 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-15 00:00",0.6,"2013-04-16 00:00","","","","",1.2,1.2,0.6,0.6,0.5,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45201",2,33.68797,-84.29048,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.075862,0.57362,2.3,"2013-05-10 00:00",2.2,"2013-02-15 00:00",2.2,"2013-03-29 00:00",2.1,"2013-05-16 00:00","","","","",2.3,2.3,2.2,2.2,1.3,1,0.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45201",3,33.68797,-84.29048,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.903448,0.32236,1.6,"2013-03-29 00:00",1.4,"2013-01-28 00:00",1.3,"2013-02-15 00:00",1.3,"2013-04-10 00:00","","","","",1.6,1.6,1.4,1.3,1.1,0.9,0.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45201",4,33.68797,-84.29048,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,1.681818,0.943972,4,"2013-03-29 00:00",3.7,"2013-02-09 00:00",2.9,"2013-02-15 00:00",2.8,"2013-05-16 00:00","","","","",4,4,3.7,2.9,1.9,1.4,0.8,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45202",2,33.68797,-84.29048,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.327586,1.620383,6.5,"2013-05-10 00:00",5.5,"2013-03-29 00:00",5.4,"2013-02-15 00:00",5.3,"2013-05-16 00:00","","","","",6.5,6.5,5.5,5.4,3,1.7,0.8,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45202",3,33.68797,-84.29048,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.931034,0.625702,2.6,"2013-03-29 00:00",2.2,"2013-05-10 00:00",2,"2013-02-15 00:00",2,"2013-05-16 00:00","","","","",2.6,2.6,2.2,2,1.1,0.6,0.4,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45202",4,33.68797,-84.29048,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,1.072727,0.84582,3.1,"2013-05-10 00:00",2.6,"2013-03-29 00:00",2.5,"2013-05-16 00:00",1.9,"2013-02-09 00:00","","","","",3.1,3.1,2.6,2.5,1.7,0.9,0.4,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45203",2,33.68797,-84.29048,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.193103,0.27115,0.8,"2013-02-15 00:00",0.8,"2013-05-10 00:00",0.7,"2013-03-29 00:00",0.7,"2013-05-16 00:00","","","","",0.8,0.8,0.8,0.7,0.3,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45203",3,33.68797,-84.29048,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.02069,0.061987,0.2,"2013-02-15 00:00",0.2,"2013-05-10 00:00",0.2,"2013-05-16 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0.2,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45203",4,33.68797,-84.29048,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.036364,0.100216,0.4,"2013-05-10 00:00",0.2,"2013-01-04 00:00",0.2,"2013-05-16 00:00",0,"2013-01-10 00:00","","","","",0.4,0.4,0.2,0.2,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45204",2,33.68797,-84.29048,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.255172,0.335502,1.1,"2013-05-10 00:00",1,"2013-02-15 00:00",0.9,"2013-03-29 00:00",0.8,"2013-05-16 00:00","","","","",1.1,1.1,1,0.9,0.4,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45204",3,33.68797,-84.29048,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.006897,0.037139,0.2,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45204",4,33.68797,-84.29048,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0.081818,0.136753,0.5,"2013-05-10 00:00",0.3,"2013-02-09 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00","","","","",0.5,0.5,0.3,0.2,0.2,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45207",2,33.68797,-84.29048,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",25,0.206897,0.482502,2.7,"2013-01-10 00:00",0.3,"2013-02-15 00:00",0.3,"2013-03-29 00:00",0.2,"2013-05-10 00:00","","","","",2.7,2.7,0.3,0.3,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45207",3,33.68797,-84.29048,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.117,0,0.117,"2013-01-04 00:00",0.117,"2013-01-10 00:00",0.117,"2013-01-16 00:00",0.117,"2013-01-22 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45207",4,33.68797,-84.29048,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.117,0,0.117,"2013-01-04 00:00",0.117,"2013-01-10 00:00",0.117,"2013-02-09 00:00",0.117,"2013-02-15 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45208",2,33.68797,-84.29048,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",1,9.5,6.654376,30,"2013-01-10 00:00",24,"2013-04-22 00:00",21,"2013-03-11 00:00",14,"2013-03-05 00:00","","","","",30,30,24,21,12,8.6,1.3,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45208",3,33.68797,-84.29048,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.109241,0.030918,0.27,"2013-03-29 00:00",0.1035,"2013-01-04 00:00",0.1035,"2013-01-10 00:00",0.1035,"2013-01-16 00:00","","","","",0.27,0.27,0.1035,0.1035,0.1035,0.1035,0.1035,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45208",4,33.68797,-84.29048,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",18,0.154227,0.127583,0.63,"2013-05-10 00:00",0.36,"2013-05-16 00:00",0.27,"2013-02-09 00:00",0.27,"2013-04-16 00:00","","","","",0.63,0.63,0.36,0.27,0.1035,0.1035,0.1035,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45209",2,33.68797,-84.29048,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.103448,0.01857,0.2,"2013-01-10 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45210",2,33.68797,-84.29048,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45211",2,33.68797,-84.29048,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",22,0.155172,0.105513,0.4,"2013-05-10 00:00",0.4,"2013-06-03 00:00",0.4,"2013-06-09 00:00",0.3,"2013-02-15 00:00","","","","",0.4,0.4,0.4,0.4,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45212",2,33.68797,-84.29048,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",18,0.227586,0.213636,0.9,"2013-05-10 00:00",0.7,"2013-02-15 00:00",0.6,"2013-03-29 00:00",0.6,"2013-05-16 00:00","","","","",0.9,0.9,0.7,0.6,0.3,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45213",2,33.68797,-84.29048,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",13,0.293103,0.21865,0.8,"2013-01-10 00:00",0.7,"2013-02-15 00:00",0.6,"2013-04-16 00:00",0.6,"2013-05-10 00:00","","","","",0.8,0.8,0.7,0.6,0.4,0.3,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45218",2,33.68797,-84.29048,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",27,0.144828,0.168154,0.8,"2013-01-10 00:00",0.7,"2013-01-22 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00","","","","",0.8,0.8,0.7,0.1,0.1,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45219",2,33.68797,-84.29048,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.955172,3.686615,20,"2013-01-10 00:00",2,"2013-01-16 00:00",1.1,"2013-01-22 00:00",1,"2013-01-28 00:00","","","","",20,20,2,1.1,0.3,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45220",2,33.68797,-84.29048,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.231034,0.356675,1.1,"2013-05-10 00:00",1,"2013-06-21 00:00",1,"2013-06-27 00:00",0.9,"2013-05-16 00:00","","","","",1.1,1.1,1,1,0.3,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45220",3,33.68797,-84.29048,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45220",4,33.68797,-84.29048,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45225",2,33.68797,-84.29048,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",19,1.27931,4.213785,22,"2013-01-10 00:00",7.3,"2013-04-22 00:00",2.1,"2013-01-22 00:00",1,"2013-01-16 00:00","","","","",22,22,7.3,2.1,0.3,0.1,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","089","0002","45228",1,33.68797,-84.29048,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.1305,0,0.1305,"2013-01-04 00:00",0.1305,"2013-01-10 00:00",0.1305,"2013-01-16 00:00",0.1305,"2013-01-22 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45228",2,33.68797,-84.29048,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.1305,0,0.1305,"2013-01-04 00:00",0.1305,"2013-01-10 00:00",0.1305,"2013-02-09 00:00",0.1305,"2013-02-15 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45501",2,33.68797,-84.29048,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",14,0.8685,0,0.8685,"2013-01-04 00:00",0.8685,"2013-01-10 00:00",0.8685,"2013-01-16 00:00",0.8685,"2013-01-22 00:00","","","","",0.8685,0.8685,0.8685,0.8685,0.8685,0.8685,0.8685,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","45501",3,33.68797,-84.29048,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",7,23,7,31,0,1,"","","Certification not required",7,0.8685,0,0.8685,"2013-01-04 00:00",0.8685,"2013-01-16 00:00",0.8685,"2013-01-28 00:00",0.8685,"2013-02-09 00:00","","","","",0.8685,0.8685,0.8685,0.8685,0.8685,0.8685,0.8685,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-06-11" +"13","089","0002","45801",1,33.68797,-84.29048,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45801",2,33.68797,-84.29048,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45805",1,33.68797,-84.29048,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-10 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-22 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45805",2,33.68797,-84.29048,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-10 00:00",0.135,"2013-02-09 00:00",0.135,"2013-02-15 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45806",1,33.68797,-84.29048,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-10 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-22 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45806",2,33.68797,-84.29048,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",22,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-10 00:00",0.135,"2013-02-09 00:00",0.135,"2013-02-15 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45807",1,33.68797,-84.29048,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45807",2,33.68797,-84.29048,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45809",1,33.68797,-84.29048,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45809",2,33.68797,-84.29048,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45810",1,33.68797,-84.29048,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","45810",2,33.68797,-84.29048,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,71,12,31,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","089","0002","61101",1,33.68797,-84.29048,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",5069,58,212,365,0,19,"","","Certification not required",0,1.240738,1.147398,5.6,"2013-01-30 23:00",5.4,"2013-01-30 09:00",5.4,"2013-03-24 22:00",5.2,"2013-01-30 10:00","","","","",4.7,4.1,3.5,2.9,1.9,1,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","61102",1,33.68797,-84.29048,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",5069,58,212,365,0,19,"","","Certification not required",0,206.045177,96.359197,359,"2013-01-25 22:00",359,"2013-04-30 02:00",359,"2013-07-18 07:00",358,"2013-06-05 19:00","","","","",347,340,323,310,295,230,82,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","61106",1,33.68797,-84.29048,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5069,58,212,365,0,19,"","","Certification not required",0,43.387572,15.626856,94.3,"2013-01-18 01:00",93.7,"2013-06-03 16:00",91.1,"2013-05-19 13:00",89.8,"2013-04-20 12:00","","","","",81.9,76.9,69.6,63,53.4,43.7,22.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","62101",1,33.68797,-84.29048,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5069,58,212,365,0,19,"","","Certification not required",0,61.247583,14.523002,90,"2013-06-12 12:00",90,"2013-06-12 13:00",90,"2013-06-13 12:00",90,"2013-06-13 13:00","","","","",86,85,83,80,73,63,41,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","62201",1,33.68797,-84.29048,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5064,58,212,365,0,19,"","","Certification not required",0,79.777054,20.34355,100,"2013-01-01 09:00",100,"2013-01-01 10:00",100,"2013-01-01 11:00",100,"2013-01-01 12:00","","","","",100,100,100,100,100,85,48,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","64101",1,33.68797,-84.29048,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",4726,54,197,365,0,362,"","","Certification not required",0,994.006348,5.487221,1009,"2013-01-18 10:00",1009,"2013-04-22 06:00",1009,"2013-04-22 07:00",1008,"2013-01-18 09:00","","","","",1006,1005,1003,1001,997,994,987,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","65102",1,33.68797,-84.29048,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5069,58,212,365,0,19,"","","Certification not required",0,0.008706,0.049566,1.39,"2013-06-17 16:00",1.09,"2013-01-30 15:00",0.76,"2013-04-11 22:00",0.71,"2013-07-06 18:00","","","","",0.21,0.14,0.04,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","089","0002","68103",5,33.68797,-84.29048,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,12.415909,7.370271,22.9,"2013-06-27 00:00",22.4,"2013-08-08 00:00",21.8,"2013-08-20 00:00",21.7,"2013-07-21 00:00","","","","",22.9,22.4,21.6,21.3,19.8,12.8,0.9,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","68104",5,33.68797,-84.29048,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,25.685227,7.777902,37.1,"2013-06-12 00:00",36.5,"2013-07-09 00:00",36.4,"2013-07-30 00:00",35.7,"2013-08-29 00:00","","","","",37.1,36.5,35.5,34.6,32.7,26.3,15.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","68105",1,33.68797,-84.29048,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",241,66,241,365,0,2,"","","Certification not required",0,18.795021,8.029621,29.6,"2013-06-27 00:00",29.6,"2013-08-09 00:00",29.5,"2013-06-28 00:00",29.4,"2013-07-19 00:00","","","","",29.5,29.1,28.5,28,26.4,19.6,7.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","68105",5,33.68797,-84.29048,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,18.071591,6.939972,28.3,"2013-06-12 00:00",27.8,"2013-06-27 00:00",27.3,"2013-08-29 00:00",27.2,"2013-08-11 00:00","","","","",28.3,27.8,26.8,25.7,24.4,18.8,7.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","68106",5,33.68797,-84.29048,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,737.284091,3.25876,745,"2013-01-04 00:00",745,"2013-01-28 00:00",744,"2013-01-10 00:00",744,"2013-01-19 00:00","","","","",745,745,743,741,739,737,733,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","68107",5,33.68797,-84.29048,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,740.75,3.339936,749,"2013-01-19 00:00",749,"2013-01-28 00:00",748,"2013-01-04 00:00",748,"2013-01-10 00:00","","","","",749,749,747,745,742,741,737,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","68108",1,33.68797,-84.29048,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",241,66,241,365,0,2,"","","Certification not required",0,740.900415,3.301269,749,"2013-01-18 00:00",748,"2013-01-09 00:00",748,"2013-01-10 00:00",748,"2013-01-19 00:00","","","","",748,748,746,745,743,741,737,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","68108",5,33.68797,-84.29048,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,738.693182,3.159943,746,"2013-01-04 00:00",746,"2013-01-10 00:00",746,"2013-01-19 00:00",746,"2013-01-28 00:00","","","","",746,746,745,743,741,739,735,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","81102",1,33.68797,-84.29048,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6887,79,287,365,0,409,"","","Certification not required",0,18.584434,8.295048,116,"2013-04-24 13:00",104,"2013-09-19 13:00",81,"2013-07-26 11:00",79,"2013-06-16 13:00","","","","",43,38,32,28,23,18,9,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","81102",1,33.68797,-84.29048,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",287,79,287,365,0,0,0,0,"Certification not required",0,18.132404,5.746683,44,"2013-06-13 00:00",34,"2013-01-28 00:00",34,"2013-01-29 00:00",34,"2013-06-25 00:00","","","","",34,33,27,26,22,18,11,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","82102",1,33.68797,-84.29048,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,1.1675,1.137634,4.53,"2013-03-23 00:00",3.33,"2013-02-03 00:00",3.08,"2013-06-21 00:00",2.4,"2013-03-29 00:00","","","","",4.53,4.53,3.33,3.08,1.72,0.78,0.12,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82102",2,33.68797,-84.29048,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0.961667,1.027938,2.95,"2013-06-21 00:00",1.07,"2013-04-22 00:00",0.73,"2013-05-04 00:00",0.59,"2013-04-10 00:00","","","","",2.95,2.95,2.95,2.95,1.07,0.73,0.14,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82103",1,33.68797,-84.29048,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.403333,0.353697,1.46,"2013-03-29 00:00",0.89,"2013-01-28 00:00",0.73,"2013-06-21 00:00",0.65,"2013-05-10 00:00","","","","",1.46,1.46,0.89,0.73,0.63,0.44,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82103",2,33.68797,-84.29048,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0.4,0.364692,0.89,"2013-06-21 00:00",0.72,"2013-06-09 00:00",0.43,"2013-05-28 00:00",0.36,"2013-04-10 00:00","","","","",0.89,0.89,0.89,0.89,0.72,0.43,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82105",1,33.68797,-84.29048,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.004583,0.015598,0.06,"2013-02-09 00:00",0.05,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.06,0.06,0.05,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82105",2,33.68797,-84.29048,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0,0,0,"2013-04-10 00:00",0,"2013-04-22 00:00",0,"2013-05-04 00:00",0,"2013-05-28 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82110",1,33.68797,-84.29048,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.052083,0.055166,0.16,"2013-05-16 00:00",0.14,"2013-01-28 00:00",0.14,"2013-02-03 00:00",0.12,"2013-03-17 00:00","","","","",0.16,0.16,0.14,0.14,0.08,0.06,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82110",2,33.68797,-84.29048,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0,0,0,"2013-04-10 00:00",0,"2013-04-22 00:00",0,"2013-05-04 00:00",0,"2013-05-28 00:00","","","","",0,0,0,0,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82112",1,33.68797,-84.29048,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,1.421667,0.38893,2.14,"2013-03-17 00:00",1.82,"2013-06-03 00:00",1.72,"2013-03-11 00:00",1.69,"2013-06-27 00:00","","","","",2.14,2.14,1.82,1.72,1.63,1.49,1.16,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82112",2,33.68797,-84.29048,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,1.166667,0.453858,1.81,"2013-05-28 00:00",1.57,"2013-04-10 00:00",1.14,"2013-04-22 00:00",1.06,"2013-06-21 00:00","","","","",1.81,1.81,1.81,1.81,1.57,1.14,0.6,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82113",1,33.68797,-84.29048,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.045833,0.032021,0.12,"2013-06-27 00:00",0.09,"2013-05-16 00:00",0.08,"2013-05-10 00:00",0.07,"2013-03-29 00:00","","","","",0.12,0.12,0.09,0.08,0.06,0.05,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82113",2,33.68797,-84.29048,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0.06,0.038471,0.1,"2013-05-28 00:00",0.1,"2013-06-09 00:00",0.07,"2013-04-10 00:00",0.05,"2013-04-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.07,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82128",1,33.68797,-84.29048,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.00135,0.000736,0.003,"2013-03-29 00:00",0.0029,"2013-03-17 00:00",0.0026,"2013-05-16 00:00",0.0023,"2013-01-28 00:00","","","","",0.003,0.003,0.0029,0.0026,0.0018,0.0012,0.0006,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82128",2,33.68797,-84.29048,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0.000983,0.000376,0.0014,"2013-04-22 00:00",0.0012,"2013-06-21 00:00",0.0011,"2013-05-28 00:00",0.001,"2013-04-10 00:00","","","","",0.0014,0.0014,0.0014,0.0014,0.0012,0.0011,0.0003,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82132",1,33.68797,-84.29048,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,2.712083,1.351595,5.43,"2013-05-16 00:00",5.11,"2013-04-10 00:00",5.11,"2013-06-27 00:00",4.56,"2013-05-10 00:00","","","","",5.43,5.43,5.11,5.11,3.73,2.54,1.22,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82132",2,33.68797,-84.29048,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,4.7,2.489554,8.2,"2013-04-10 00:00",6.15,"2013-05-28 00:00",5.82,"2013-06-09 00:00",3.91,"2013-04-22 00:00","","","","",8.2,8.2,8.2,8.2,6.15,5.82,1.42,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82136",1,33.68797,-84.29048,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.77125,0.238406,1.29,"2013-05-22 00:00",1.18,"2013-06-27 00:00",1.12,"2013-05-28 00:00",1.05,"2013-05-16 00:00","","","","",1.29,1.29,1.18,1.12,0.95,0.74,0.49,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82136",2,33.68797,-84.29048,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0.83,0.225743,1.12,"2013-05-28 00:00",1.08,"2013-04-10 00:00",0.85,"2013-06-21 00:00",0.68,"2013-06-09 00:00","","","","",1.12,1.12,1.12,1.12,1.08,0.85,0.6,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82154",1,33.68797,-84.29048,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,0.259583,0.205627,1,"2013-01-28 00:00",0.48,"2013-01-16 00:00",0.45,"2013-01-22 00:00",0.37,"2013-03-29 00:00","","","","",1,1,0.48,0.45,0.34,0.24,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82154",2,33.68797,-84.29048,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,0.148333,0.079854,0.24,"2013-06-21 00:00",0.18,"2013-04-22 00:00",0.17,"2013-04-10 00:00",0.15,"2013-05-28 00:00","","","","",0.24,0.24,0.24,0.24,0.18,0.17,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","82167",1,33.68797,-84.29048,"NAD83","Zinc PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",24,39,24,61,0,6,"","","Certification not required",0,11.490833,3.567257,20.12,"2013-05-10 00:00",17,"2013-02-03 00:00",15.27,"2013-02-15 00:00",15.25,"2013-01-16 00:00","","","","",20.12,20.12,17,15.27,14.41,11.19,7.11,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-05" +"13","089","0002","82167",2,33.68797,-84.29048,"NAD83","Zinc PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",6,19,6,31,0,0,"","","Certification not required",0,10.161667,2.967554,14.46,"2013-05-28 00:00",11.71,"2013-06-21 00:00",11.47,"2013-04-10 00:00",9.24,"2013-06-09 00:00","","","","",14.46,14.46,14.46,14.46,11.71,11.47,6.28,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2013-09-04" +"13","089","0002","84313",1,33.68797,-84.29048,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE2100 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8667,99,361,365,0,93,"","","Certification not required",875,1.096966,1.28185,9.05,"2013-05-24 07:00",8.52,"2013-05-24 06:00",8.47,"2013-07-17 06:00",8.39,"2013-07-17 07:00","","","","",5.85,5.14,4.07,2.94,1.23,0.59,0.1,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","86101",1,33.68797,-84.29048,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6547,75,272,365,0,749,"","","Certification not required",0,7.267344,5.584368,103,"2013-04-24 13:00",72,"2013-09-19 13:00",59,"2013-08-29 13:00",44,"2013-04-10 12:00","","","","",26,23,18,15,10,6,3,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","88101",1,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",290,79,290,365,0,14,0,0,"Certification not required",0,9.394483,3.935031,21.5,"2013-08-28 00:00",21.3,"2013-01-29 00:00",20.5,"2013-08-29 00:00",19,"2013-01-28 00:00","","","","",20.5,18.7,16.7,15.2,11.8,9,4.8,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","089","0002","88101",1,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",290,79,290,365,0,14,"","","Certification not required",0,9.394483,3.935031,21.5,"2013-08-28 00:00",21.3,"2013-01-29 00:00",20.5,"2013-08-29 00:00",19,"2013-01-28 00:00","","","","",20.5,18.7,16.7,15.2,11.8,9,4.8,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","089","0002","88101",2,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",24,77,24,31,0,1,0,0,"Certification not required",0,9.445833,4.91643,19.5,"2013-01-28 00:00",17.6,"2013-05-16 00:00",16.8,"2013-07-27 00:00",15.5,"2013-09-01 00:00","","","","",19.5,19.5,17.6,16.8,13.5,9.1,3.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","089","0002","88101",2,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",24,77,24,31,0,1,"","","Certification not required",0,9.445833,4.91643,19.5,"2013-01-28 00:00",17.6,"2013-05-16 00:00",16.8,"2013-07-27 00:00",15.5,"2013-09-01 00:00","","","","",19.5,19.5,17.6,16.8,13.5,9.1,3.5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","089","0002","88101",3,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6218,71,278,365,0,1078,"","","Certification not required",0,11.955677,5.972478,39,"2013-02-21 19:00",37,"2013-07-26 11:00",35,"2013-01-29 11:00",33,"2013-05-16 10:00","","","","",27,25,22,20,16,11,5,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","88101",3,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,11.920755,4.580474,23,"2013-05-16 00:00",22.7,"2013-10-30 00:00",22,"2013-10-29 00:00",21.8,"2013-03-29 00:00","","","","",22,21.3,19.9,18.5,15.3,11.6,6,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","88101",3,33.68797,-84.29048,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,11.920755,4.580474,23,"2013-05-16 00:00",22.7,"2013-10-30 00:00",22,"2013-10-29 00:00",21.8,"2013-03-29 00:00","","","","",22,21.3,19.9,18.5,15.3,11.6,6,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","089","0002","88102",5,33.68797,-84.29048,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",78,0.020494,0.008978,0.06,"2013-04-28 00:00",0.058,"2013-10-31 00:00",0.049,"2013-06-27 00:00",0.047,"2013-04-07 00:00","","","","",0.06,0.058,0.039,0.026,0.021,0.0195,0.014,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88103",5,33.68797,-84.29048,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.000598,0.000895,0.003,"2013-01-01 00:00",0.003,"2013-01-19 00:00",0.003,"2013-08-23 00:00",0.003,"2013-10-19 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88104",5,33.68797,-84.29048,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",44,0.039845,0.081595,0.609,"2013-06-24 00:00",0.339,"2013-06-09 00:00",0.331,"2013-06-27 00:00",0.132,"2013-09-19 00:00","","","","",0.609,0.339,0.12,0.072,0.039,0.0125,0.0065,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88107",5,33.68797,-84.29048,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.006707,0.006258,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88109",5,33.68797,-84.29048,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",23,0.003337,0.003258,0.0249,"2013-02-03 00:00",0.0132,"2013-10-22 00:00",0.0129,"2013-01-28 00:00",0.0069,"2013-11-06 00:00","","","","",0.0249,0.0132,0.0068,0.0055,0.0043,0.0029,0.00065,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88110",5,33.68797,-84.29048,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.002207,0.004979,0.022,"2013-02-27 00:00",0.02,"2013-07-12 00:00",0.02,"2013-11-06 00:00",0.016,"2013-07-18 00:00","","","","",0.022,0.02,0.014,0.008,0.001,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88111",5,33.68797,-84.29048,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",24,0.020367,0.021686,0.138,"2013-06-24 00:00",0.0708,"2013-05-16 00:00",0.0708,"2013-06-27 00:00",0.0679,"2013-04-10 00:00","","","","",0.138,0.0708,0.0624,0.0521,0.0274,0.0143,0.0037,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88112",5,33.68797,-84.29048,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.008678,0.022003,0.128,"2013-10-04 00:00",0.088,"2013-09-22 00:00",0.083,"2013-09-28 00:00",0.076,"2013-10-01 00:00","","","","",0.128,0.088,0.065,0.01,0.004,0.002,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88113",5,33.68797,-84.29048,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",83,0.000736,0.000311,0.0031,"2013-06-24 00:00",0.0016,"2013-06-27 00:00",0.0016,"2013-09-19 00:00",0.0011,"2013-03-17 00:00","","","","",0.0031,0.0016,0.001,0.001,0.0007,0.0007,0.00055,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88114",5,33.68797,-84.29048,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",25,0.006671,0.006474,0.027,"2013-09-25 00:00",0.0259,"2013-08-20 00:00",0.022,"2013-04-10 00:00",0.0213,"2013-01-28 00:00","","","","",0.027,0.0259,0.0204,0.0168,0.0085,0.0044,0.001,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88115",5,33.68797,-84.29048,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",55,0.008379,0.010037,0.07,"2013-03-26 00:00",0.044,"2013-01-13 00:00",0.0368,"2013-05-04 00:00",0.0299,"2013-11-06 00:00","","","","",0.07,0.044,0.0243,0.0167,0.0089,0.00405,0.00385,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88117",5,33.68797,-84.29048,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.006739,0.009971,0.0435,"2013-09-28 00:00",0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00",0.043,"2013-07-21 00:00","","","","",0.0435,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88118",5,33.68797,-84.29048,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.008354,0.006043,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00",0.023,"2013-09-25 00:00","","","","",0.023,0.023,0.023,0.017,0.0055,0.0055,0.0041,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88126",5,33.68797,-84.29048,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.077947,0.058104,0.377,"2013-06-24 00:00",0.257,"2013-02-06 00:00",0.233,"2013-09-19 00:00",0.222,"2013-06-27 00:00","","","","",0.377,0.257,0.218,0.142,0.0902,0.0618,0.0291,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88128",5,33.68797,-84.29048,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.00077,0.00159,0.012,"2013-01-01 00:00",0.004,"2013-06-30 00:00",0.004,"2013-09-25 00:00",0.003,"2013-04-28 00:00","","","","",0.012,0.004,0.003,0.002,0.001,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88131",5,33.68797,-84.29048,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",85,0.009517,0.004253,0.034,"2013-07-27 00:00",0.022,"2013-09-19 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-15 00:00","","","","",0.034,0.022,0.0165,0.0165,0.011,0.008,0.007,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88132",5,33.68797,-84.29048,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001069,0.001228,0.006,"2013-06-24 00:00",0.005,"2013-05-16 00:00",0.004,"2013-02-06 00:00",0.004,"2013-09-19 00:00","","","","",0.006,0.005,0.003,0.003,0.002,0.001,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88136",5,33.68797,-84.29048,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.000494,0.00143,0.011,"2013-02-06 00:00",0.005,"2013-09-19 00:00",0.004,"2013-10-04 00:00",0.003,"2013-07-21 00:00","","","","",0.011,0.005,0.002,0.001,0,0,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88140",5,33.68797,-84.29048,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",80,0.00883,0.006423,0.0439,"2013-02-15 00:00",0.0365,"2013-09-22 00:00",0.032,"2013-01-10 00:00",0.0243,"2013-04-10 00:00","","","","",0.0439,0.0365,0.021,0.009,0.009,0.006,0.0055,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88152",5,33.68797,-84.29048,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.005938,0.001911,0.016,"2013-09-10 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-03-02 00:00","","","","",0.016,0.008,0.008,0.008,0.008,0.0055,0.0045,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88154",5,33.68797,-84.29048,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.001053,0.000279,0.0014,"2013-10-22 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-28 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88160",5,33.68797,-84.29048,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",85,0.012345,0.004739,0.043,"2013-10-31 00:00",0.021,"2013-09-28 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-15 00:00","","","","",0.043,0.021,0.018,0.018,0.016,0.01,0.01,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88161",5,33.68797,-84.29048,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",73,0.003923,0.005392,0.04,"2013-06-24 00:00",0.027,"2013-06-09 00:00",0.023,"2013-06-27 00:00",0.0109,"2013-05-16 00:00","","","","",0.04,0.027,0.0085,0.0061,0.00265,0.0025,0.0021,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88164",5,33.68797,-84.29048,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.001616,0.000244,0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-03-02 00:00",0.0019,"2013-03-23 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88165",5,33.68797,-84.29048,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",6,0.095354,0.161773,1.22,"2013-06-24 00:00",0.68,"2013-06-27 00:00",0.676,"2013-06-09 00:00",0.279,"2013-05-16 00:00","","","","",1.22,0.68,0.21,0.179,0.101,0.052,0.0177,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88166",5,33.68797,-84.29048,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.007345,0.004344,0.0185,"2013-02-09 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-04-10 00:00",0.0185,"2013-04-16 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88167",5,33.68797,-84.29048,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",22,0.005495,0.004381,0.0272,"2013-10-22 00:00",0.0213,"2013-02-03 00:00",0.016,"2013-10-28 00:00",0.0124,"2013-08-05 00:00","","","","",0.0272,0.0213,0.0122,0.0109,0.007,0.0049,0.0013,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88168",5,33.68797,-84.29048,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",81,0.001324,0.000772,0.0058,"2013-03-02 00:00",0.0046,"2013-01-01 00:00",0.0042,"2013-08-11 00:00",0.0026,"2013-05-07 00:00","","","","",0.0058,0.0046,0.0022,0.00175,0.00155,0.00115,0.00085,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88169",5,33.68797,-84.29048,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.664333,0.353083,1.68,"2013-01-28 00:00",1.64,"2013-08-29 00:00",1.6,"2013-07-27 00:00",1.58,"2013-08-05 00:00","","","","",1.68,1.64,1.35,1.21,0.831,0.582,0.253,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88176",5,33.68797,-84.29048,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",85,0.000966,0.000282,0.0026,"2013-09-16 00:00",0.0015,"2013-05-01 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0026,0.0015,0.0013,0.0013,0.001,0.001,0.0007,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88180",5,33.68797,-84.29048,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.055552,0.056328,0.519,"2013-01-01 00:00",0.123,"2013-11-09 00:00",0.122,"2013-10-28 00:00",0.117,"2013-06-24 00:00","","","","",0.519,0.123,0.099,0.088,0.0706,0.044,0.0227,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88184",5,33.68797,-84.29048,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",62,0.043701,0.048164,0.257,"2013-04-10 00:00",0.2,"2013-01-13 00:00",0.185,"2013-04-16 00:00",0.165,"2013-11-06 00:00","","","","",0.257,0.2,0.154,0.111,0.041,0.027,0.0155,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88185",5,33.68797,-84.29048,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",81,0.003405,0.003853,0.0182,"2013-03-17 00:00",0.014,"2013-10-10 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00","","","","",0.0182,0.014,0.0115,0.0115,0.0023,0.00165,0.0014,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88301",5,33.68797,-84.29048,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",7,0.337118,0.284708,1.17,"2013-01-28 00:00",1.07,"2013-03-08 00:00",0.949,"2013-08-29 00:00",0.929,"2013-08-05 00:00","","","","",1.17,1.07,0.878,0.776,0.56,0.261,0.014,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88302",5,33.68797,-84.29048,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",2,0.066565,0.065406,0.486,"2013-07-30 00:00",0.259,"2013-01-13 00:00",0.21,"2013-04-10 00:00",0.193,"2013-11-06 00:00","","","","",0.486,0.259,0.19,0.124,0.077,0.0485,0.016,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88303",5,33.68797,-84.29048,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",20,0.043311,0.061484,0.56,"2013-01-01 00:00",0.111,"2013-05-19 00:00",0.11,"2013-03-17 00:00",0.105,"2013-04-01 00:00","","","","",0.56,0.111,0.101,0.08,0.049,0.0327,0.0115,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88306",5,33.68797,-84.29048,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.358114,0.261264,1.34,"2013-01-04 00:00",1.06,"2013-02-03 00:00",1.02,"2013-03-14 00:00",1.01,"2013-04-04 00:00","","","","",1.34,1.06,0.997,0.79,0.387,0.277,0.144,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88320",1,33.68797,-84.29048,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.66551,0.937677,3.9,"2013-03-23 00:00",3.8,"2013-01-01 00:00",3.65,"2013-01-28 00:00",3.58,"2013-03-29 00:00","","","","",3.9,3.9,3.65,3.21,2.13,1.4,0.61,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88321",1,33.68797,-84.29048,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.637959,0.447325,1.86,"2013-05-16 00:00",1.72,"2013-02-06 00:00",1.65,"2013-05-10 00:00",1.61,"2013-03-29 00:00","","","","",1.86,1.86,1.65,1.6,0.7,0.49,0.23,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88324",1,33.68797,-84.29048,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",26,0.062668,0.082596,0.4104,"2013-01-28 00:00",0.367,"2013-01-01 00:00",0.1977,"2013-01-19 00:00",0.1666,"2013-01-10 00:00","","","","",0.4104,0.4104,0.1977,0.1659,0.0744,0.02895,0.01585,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88325",1,33.68797,-84.29048,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.411982,0.240877,0.9894,"2013-03-29 00:00",0.9876,"2013-01-01 00:00",0.9365,"2013-05-16 00:00",0.8834,"2013-03-23 00:00","","","","",0.9894,0.9894,0.9365,0.804,0.5271,0.3356,0.1442,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88326",1,33.68797,-84.29048,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.515016,0.344144,1.3118,"2013-03-29 00:00",1.2783,"2013-04-10 00:00",1.2441,"2013-02-18 00:00",1.2181,"2013-03-23 00:00","","","","",1.3118,1.3118,1.2441,1.1387,0.6056,0.44,0.1438,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88327",1,33.68797,-84.29048,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.374839,0.23385,1.0101,"2013-01-28 00:00",0.9276,"2013-01-01 00:00",0.852,"2013-03-29 00:00",0.8104,"2013-04-10 00:00","","","","",1.0101,1.0101,0.852,0.7163,0.533,0.293,0.107,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88328",1,33.68797,-84.29048,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.305384,0.152761,0.9537,"2013-03-23 00:00",0.6094,"2013-01-28 00:00",0.5702,"2013-01-25 00:00",0.4791,"2013-04-04 00:00","","","","",0.9537,0.9537,0.5702,0.4588,0.3763,0.2765,0.142,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88329",1,33.68797,-84.29048,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.870322,0.472092,1.9903,"2013-05-16 00:00",1.905,"2013-02-06 00:00",1.8502,"2013-03-29 00:00",1.7513,"2013-05-10 00:00","","","","",1.9903,1.9903,1.8502,1.5929,1.115,0.7608,0.3158,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88330",1,33.68797,-84.29048,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.072094,0.036472,0.2249,"2013-03-08 00:00",0.1709,"2013-05-13 00:00",0.1251,"2013-03-14 00:00",0.1201,"2013-04-25 00:00","","","","",0.2249,0.2249,0.1251,0.1124,0.0841,0.0647,0.0363,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88331",1,33.68797,-84.29048,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.000436,0.001191,0.0051,"2013-03-08 00:00",0.0046,"2013-03-14 00:00",0.004,"2013-02-27 00:00",0.003,"2013-02-24 00:00","","","","",0.0051,0.0051,0.004,0.002,0.0001,5e-05,0,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88350",1,33.68797,-84.29048,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.998153,1.687359,7.0236,"2013-03-23 00:00",6.8324,"2013-01-01 00:00",6.5612,"2013-01-28 00:00",6.4397,"2013-03-29 00:00","","","","",7.0236,7.0236,6.5612,5.7836,3.8353,2.5216,1.1029,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","089","0002","88355",5,33.68797,-84.29048,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,2.745875,1.25677,5.39,"2013-06-12 00:00",5.32,"2013-01-01 00:00",5.29,"2013-01-28 00:00",5.28,"2013-10-28 00:00","","","","",5.39,5.32,5.25,4.72,3.53,2.58,1.12,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88357",5,33.68797,-84.29048,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.529443,0.408954,1.73,"2013-10-28 00:00",1.65,"2013-10-22 00:00",1.55,"2013-10-10 00:00",1.45,"2013-01-19 00:00","","","","",1.73,1.65,1.43,1.34,0.733,0.4,0.167,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88370",5,33.68797,-84.29048,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,2.325034,1.013803,4.97,"2013-10-28 00:00",4.82,"2013-03-23 00:00",4.73,"2013-01-01 00:00",4.57,"2013-01-28 00:00","","","","",4.97,4.82,4.39,3.89,2.89,2.22,1.06,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88374",5,33.68797,-84.29048,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.212909,0.184444,0.845,"2013-11-09 00:00",0.744,"2013-01-28 00:00",0.679,"2013-05-16 00:00",0.607,"2013-09-01 00:00","","","","",0.845,0.744,0.564,0.525,0.296,0.154,0.037,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88375",5,33.68797,-84.29048,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.628295,0.285629,1.46,"2013-06-12 00:00",1.23,"2013-10-28 00:00",1.2,"2013-01-01 00:00",1.17,"2013-11-09 00:00","","","","",1.46,1.23,1.1,1.05,0.856,0.591,0.261,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88376",5,33.68797,-84.29048,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.730591,0.352984,1.88,"2013-01-01 00:00",1.58,"2013-11-09 00:00",1.57,"2013-03-23 00:00",1.56,"2013-10-28 00:00","","","","",1.88,1.58,1.39,1.26,0.922,0.628,0.332,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88377",5,33.68797,-84.29048,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.443034,0.240851,1.25,"2013-01-01 00:00",1.11,"2013-01-28 00:00",1.02,"2013-04-10 00:00",1,"2013-10-28 00:00","","","","",1.25,1.11,0.938,0.843,0.533,0.396,0.19,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88378",5,33.68797,-84.29048,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",8,0.310295,0.192004,0.954,"2013-03-23 00:00",0.759,"2013-08-05 00:00",0.756,"2013-06-30 00:00",0.727,"2013-10-28 00:00","","","","",0.954,0.759,0.651,0.557,0.425,0.314,0.003,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88380",5,33.68797,-84.29048,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.950852,0.674002,2.66,"2013-06-12 00:00",2.65,"2013-09-04 00:00",2.61,"2013-10-04 00:00",2.35,"2013-10-01 00:00","","","","",2.66,2.65,2.25,2.07,1.37,0.732,0.239,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88383",5,33.68797,-84.29048,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.185091,0.655077,2.77,"2013-06-12 00:00",2.71,"2013-10-28 00:00",2.57,"2013-10-22 00:00",2.54,"2013-10-04 00:00","","","","",2.77,2.71,2.52,2.2,1.65,1.06,0.384,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88384",5,33.68797,-84.29048,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.075155,0.037126,0.23,"2013-04-25 00:00",0.203,"2013-05-13 00:00",0.175,"2013-04-13 00:00",0.145,"2013-04-01 00:00","","","","",0.23,0.203,0.139,0.126,0.0923,0.0631,0.043,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88385",5,33.68797,-84.29048,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",83,0.001363,0.001831,0.0163,"2013-10-19 00:00",0.00541,"2013-04-13 00:00",0.00522,"2013-11-03 00:00",0.00518,"2013-05-16 00:00","","","","",0.0163,0.00541,0.00482,0.001,0.001,0.001,0.001,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88388",5,33.68797,-84.29048,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.731375,0.358563,1.65,"2013-09-04 00:00",1.5,"2013-08-29 00:00",1.48,"2013-08-05 00:00",1.45,"2013-02-06 00:00","","","","",1.65,1.5,1.39,1.35,0.938,0.67,0.291,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88403",5,33.68797,-84.29048,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.547511,0.851836,3.88,"2013-09-10 00:00",3.77,"2013-08-29 00:00",3.68,"2013-08-05 00:00",3.59,"2013-01-28 00:00","","","","",3.88,3.77,3.38,2.87,1.97,1.37,0.591,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0002","88502",5,33.68797,-84.29048,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,10.348276,4.124483,21.1,"2013-08-29 00:00",20,"2013-06-12 00:00",19.4,"2013-01-28 00:00",18.3,"2013-05-16 00:00","","","","",21.1,20,17.5,16.6,12.6,9.8,5.2,"South DeKalb","2390-B Wildcat Road, Decatur GA 30034","Georgia","DeKalb","","Atlanta-Sandy Springs-Marietta, GA","2014-02-13" +"13","089","0003","14129",1,33.698611,-84.272608,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,0,0,"Certification not required",0,0.001875,0.001181,0.005,"2013-03-29 00:00",0.004,"2013-01-10 00:00",0.004,"2013-03-17 00:00",0.004,"2013-05-16 00:00","","","","",0.005,0.005,0.004,0.004,0.003,0.002,0.001,""," D.M.R.C.,3073 PANTHERSVILLE ROAD, DECATUR, GA 30034","Georgia","DeKalb","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2013-11-18" +"13","089","0003","14129",2,33.698611,-84.272608,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,1,0,0,"Certification not required",0,0.002167,0.001254,0.005,"2013-03-17 00:00",0.005,"2013-03-29 00:00",0.005,"2013-05-16 00:00",0.004,"2013-01-10 00:00","","","","",0.005,0.005,0.005,0.004,0.003,0.002,0.001,""," D.M.R.C.,3073 PANTHERSVILLE ROAD, DECATUR, GA 30034","Georgia","DeKalb","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2013-11-18" +"13","089","3001","61101",1,33.845741,-84.213398,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3617,100,151,151,0,7,"","","Certification not required",0,0.986481,0.83998,6.4,"2013-01-31 02:00",6.2,"2013-02-03 13:00",5.4,"2013-02-07 16:00",5.2,"2013-01-10 23:00","","","","",3.9,3.5,2.5,1.9,1.4,0.8,0,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","61102",1,33.845741,-84.213398,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3617,100,151,151,0,7,"","","Certification not required",0,209.443738,93.65777,359,"2013-02-21 07:00",358,"2013-01-14 17:00",358,"2013-02-06 20:00",357,"2013-03-30 02:00","","","","",343,328,314,308,299,219,84,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","62101",1,33.845741,-84.213398,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3618,100,151,151,0,6,"","","Certification not required",0,53.622996,13.006004,86,"2013-05-21 14:00",86,"2013-05-22 14:00",85,"2013-05-22 13:00",85,"2013-05-22 15:00","","","","",82,81,76,71,64,53,37,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","62201",1,33.845741,-84.213398,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3618,100,151,151,0,6,"","","Certification not required",0,67.030956,21.949842,100,"2013-01-01 10:00",100,"2013-01-01 11:00",100,"2013-01-01 12:00",100,"2013-01-01 13:00","","","","",100,99,99,97,87,67,36,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","63301",1,33.845741,-84.213398,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3619,100,151,151,0,5,"","","Certification not required",1922,0.17147,0.297756,1.34,"2013-05-24 12:00",1.33,"2013-05-13 12:00",1.3,"2013-05-12 12:00",1.3,"2013-05-24 11:00","","","","",1.2,1.12,0.94,0.63,0.2,0.005,0.005,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","63302",1,33.845741,-84.213398,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",3619,100,151,151,0,5,"","","Certification not required",2609,0.010601,0.011447,0.06,"2013-05-13 12:00",0.06,"2013-05-24 11:00",0.06,"2013-05-24 12:00",0.06,"2013-05-24 13:00","","","","",0.05,0.05,0.04,0.03,0.01,0.005,0.005,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","64101",1,33.845741,-84.213398,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",3618,100,151,151,0,6,"","","Certification not required",0,980.697623,5.021799,993,"2013-01-18 10:00",993,"2013-01-18 11:00",992,"2013-01-18 09:00",992,"2013-01-18 12:00","","","","",991,990,988,987,984,981,975,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","089","3001","65102",1,33.845741,-84.213398,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",3619,100,151,151,0,5,"","","Certification not required",0,0.008055,0.041632,0.95,"2013-01-30 15:00",0.71,"2013-04-11 22:00",0.67,"2013-05-22 22:00",0.49,"2013-03-24 01:00","","","","",0.21,0.13,0.04,0.01,0,0,0,"Tucker-Idlewood Road","2088 Idlewood Road, Tucker, Georgia 30084","Georgia","DeKalb","Tucker","Atlanta-Sandy Springs-Marietta, GA","2014-01-21" +"13","095","0007","68105",1,31.576917,-84.100194,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",238,65,238,365,0,5,"","","Certification not required",0,19.572689,6.867183,29.6,"2013-06-13 00:00",29.4,"2013-08-12 00:00",29.1,"2013-06-12 00:00",29,"2013-08-11 00:00","","","","",29.1,28.5,28.1,27.3,25.6,21.4,8.7,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-01-28" +"13","095","0007","68108",1,31.576917,-84.100194,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",238,65,238,365,0,5,"","","Certification not required",0,757.201681,3.530649,766,"2013-01-18 00:00",765,"2013-01-04 00:00",765,"2013-01-05 00:00",765,"2013-01-19 00:00","","","","",765,765,764,762,759,757,753,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-01-22" +"13","095","0007","88101",1,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,21,1,1,"Certification not required",0,9.960071,5.392469,41.8,"2013-03-09 00:00",32.5,"2013-01-23 00:00",30.8,"2013-03-29 00:00",29.8,"2013-02-21 00:00","","","","",30.8,26.9,19.4,16.3,11.9,8.9,4.9,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-01-28" +"13","095","0007","88101",1,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,21,"","","Certification not required",0,9.960071,5.392469,41.8,"2013-03-09 00:00",32.5,"2013-01-23 00:00",30.8,"2013-03-29 00:00",29.8,"2013-02-21 00:00","","","","",30.8,26.9,19.4,16.3,11.9,8.9,4.9,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-01-28" +"13","095","0007","88101",2,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,12,2,2,"Certification not required",0,10.259302,6.132653,44.4,"2013-03-08 00:00",42.7,"2013-03-09 00:00",33.5,"2013-01-23 00:00",30.9,"2013-03-29 00:00","","","","",33.5,30.1,21.7,17.5,12.4,8.9,4.7,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-01-28" +"13","095","0007","88101",2,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,12,"","","Certification not required",0,10.259302,6.132653,44.4,"2013-03-08 00:00",42.7,"2013-03-09 00:00",33.5,"2013-01-23 00:00",30.9,"2013-03-29 00:00","","","","",33.5,30.1,21.7,17.5,12.4,8.9,4.7,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-01-28" +"13","095","0007","88101",3,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6775,77,292,365,0,521,"","","Certification not required",0,12.168443,10.615316,205,"2013-08-17 22:00",169,"2013-03-10 11:00",103,"2013-02-04 22:00",96,"2013-03-09 07:00","","","","",52,41.8,29,23,16,10,2,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-02-04" +"13","095","0007","88101",3,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,0,5,5,"Certification not required",0,12.061071,6.3874,45.7,"2013-03-08 00:00",44.3,"2013-03-09 00:00",38.4,"2013-01-23 00:00",36.5,"2013-03-29 00:00","","","","",38.4,29.7,23.7,19.8,14.6,10.8,6,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-02-04" +"13","095","0007","88101",3,31.576917,-84.100194,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,0,"","","Certification not required",0,12.061071,6.3874,45.7,"2013-03-08 00:00",44.3,"2013-03-09 00:00",38.4,"2013-01-23 00:00",36.5,"2013-03-29 00:00","","","","",38.4,29.7,23.7,19.8,14.6,10.8,6,"Turner Elementary","Turner Elementary School, 2001 Leonard Ave, Albany, Georgia, 31705","Georgia","Dougherty","Albany","Albany, GA","2014-02-04" +"13","097","0004","44201",1,33.743656,-84.779192,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5754,98,241,245,0,126,0,0,"Certification not required",230,0.043888,0.01171,0.078,"2013-09-06 16:00",0.076,"2013-06-22 16:00",0.072,"2013-03-15 16:00",0.072,"2013-09-11 13:00","","","","",0.072,0.07,0.064,0.058,0.051,0.044,0.029,"W. Strickland Street","Douglas County Water Authority, 7725 W. Strickland St., Douglasville, Georgia 30134","Georgia","Douglas","Douglasville","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","097","0004","44201",1,33.743656,-84.779192,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5788,98,241,245,0,0,0,0,"Certification not required",0,0.039029,0.011532,0.071,"2013-06-22 11:00",0.069,"2013-03-15 13:00",0.069,"2013-09-06 11:00",0.063,"2013-05-15 14:00","","","","",0.069,0.062,0.057,0.053,0.048,0.039,0.024,"W. Strickland Street","Douglas County Water Authority, 7725 W. Strickland St., Douglasville, Georgia 30134","Georgia","Douglas","Douglasville","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","097","0004","44201",1,33.743656,-84.779192,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5788,98,241,245,0,0,0,0,"Certification not required",0,0.039029,0.011532,0.071,"2013-06-22 11:00",0.069,"2013-03-15 13:00",0.069,"2013-09-06 11:00",0.063,"2013-05-15 14:00","","","","",0.069,0.062,0.057,0.053,0.048,0.039,0.024,"W. Strickland Street","Douglas County Water Authority, 7725 W. Strickland St., Douglasville, Georgia 30134","Georgia","Douglas","Douglasville","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","097","0004","61101",1,33.743656,-84.779192,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4514,52,189,365,0,574,"","","Certification not required",0,3.23611,2.098409,16.5,"2013-01-30 22:00",16.3,"2013-01-30 11:00",16.1,"2013-01-17 20:00",15.7,"2013-01-17 19:00","","","","",11.1,9.3,7.4,5.8,4.1,2.7,1.2,"W. Strickland Street","Douglas County Water Authority, 7725 W. Strickland St., Douglasville, Georgia 30134","Georgia","Douglas","Douglasville","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","097","0004","61102",1,33.743656,-84.779192,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4435,51,186,365,0,653,"","","Certification not required",0,174.44938,78.852865,359,"2013-01-24 17:00",359,"2013-07-04 02:00",358,"2013-01-07 09:00",357,"2013-01-07 02:00","","","","",349,345,332,300,220,178,78,"W. Strickland Street","Douglas County Water Authority, 7725 W. Strickland St., Douglasville, Georgia 30134","Georgia","Douglas","Douglasville","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","115","0003","42401",1,34.26054,-85.32333,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6583,75,276,365,0,713,0,"","Certification not required",0,2.716304,4.396394,39.6,"2013-07-23 11:00",33.6,"2013-03-05 13:00",23.3,"2013-10-12 10:00",19.6,"2013-05-17 14:00","","","","",23.3,16.8,10.5,6,2.2,1,1,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","42401",1,34.26054,-85.32333,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6583,75,276,365,0,713,"","","Certification not required",0,1.13904,1.130073,39.6,"2013-07-23 11:00",33.6,"2013-03-05 13:00",23.3,"2013-10-12 10:00",19.6,"2013-05-17 14:00","","","","",4.8,2.6,1.2,1,1,1,1,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","42401",1,34.26054,-85.32333,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",276,76,276,365,0,0,0,"","Certification not required",0,1.136957,0.340604,3.3,"2013-04-08 00:00",3.3,"2013-07-23 00:00",2.9,"2013-03-05 00:00",2.9,"2013-07-11 00:00","","","","",2.9,2.2,1.9,1.5,1.1,1,1,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","42401",1,34.26054,-85.32333,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2175,74,275,365,0,0,"",0,"Certification not required",0,1.135862,0.803884,14.7,"2013-03-05 14:00",13.9,"2013-07-23 11:00",11.7,"2013-04-08 14:00",9.9,"2013-07-11 17:00","","","","",4.7,2.7,1.5,1,1,1,1,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","42406",1,34.26054,-85.32333,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6576,75,276,365,0,720,"","","Certification not required",0,1.608698,4.240224,100.2,"2013-10-03 14:00",97.8,"2013-10-04 11:00",96.4,"2013-07-23 11:00",80,"2013-04-17 15:00","","","","",17.6,9.1,2.4,1.2,1,1,1,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","68103",5,34.26054,-85.32333,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.119608,7.721529,23.3,"2013-06-27 00:00",22.9,"2013-07-09 00:00",22.5,"2013-07-15 00:00",22.3,"2013-08-20 00:00","","","","",23.3,22.9,22.5,21.4,18.7,13.5,0.4,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","68104",5,34.26054,-85.32333,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,24.743137,7.9699,35.3,"2013-08-08 00:00",35,"2013-09-07 00:00",34.7,"2013-08-02 00:00",34.3,"2013-06-27 00:00","","","","",35.3,35,34.7,33.6,31.8,24.6,13.9,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","68105",1,34.26054,-85.32333,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",243,67,243,365,0,0,"","","Certification not required",0,16.991358,8.15929,28.7,"2013-06-12 00:00",27.6,"2013-06-28 00:00",27.6,"2013-08-29 00:00",27.3,"2013-06-11 00:00","","","","",27.6,27.3,26.9,26.2,24.5,18.3,5.4,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-01-28" +"13","115","0003","68105",5,34.26054,-85.32333,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,17.678431,7.373013,28.5,"2013-10-01 00:00",27.1,"2013-06-27 00:00",27,"2013-07-15 00:00",26.4,"2013-07-09 00:00","","","","",28.5,27.1,27,25.9,24,19.2,7.3,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","68106",5,34.26054,-85.32333,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,743.54902,3.378246,751,"2013-01-04 00:00",751,"2013-10-25 00:00",750,"2013-01-22 00:00",750,"2013-01-28 00:00","","","","",751,751,750,749,746,743,740,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","68107",5,34.26054,-85.32333,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,749.294118,3.477321,756,"2013-01-04 00:00",756,"2013-01-28 00:00",756,"2013-03-29 00:00",755,"2013-01-10 00:00","","","","",756,756,756,755,752,749,745,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","68108",1,34.26054,-85.32333,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",243,67,243,365,0,0,"","","Certification not required",0,746.465021,3.502333,756,"2013-01-18 00:00",754,"2013-01-04 00:00",754,"2013-01-09 00:00",754,"2013-01-19 00:00","","","","",754,754,752,751,748,746,742,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-01-28" +"13","115","0003","68108",5,34.26054,-85.32333,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,745.45098,3.189443,752,"2013-01-04 00:00",752,"2013-01-28 00:00",752,"2013-10-25 00:00",751,"2013-01-10 00:00","","","","",752,752,752,750,747,745,742,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88101",1,34.26054,-85.32333,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,34,0,0,"Certification not required",0,9.344074,4.047251,22.5,"2013-01-29 00:00",20.9,"2013-09-08 00:00",19.8,"2013-08-30 00:00",19.8,"2013-09-09 00:00","","","","",19.8,18.6,17.4,14.9,12,8.9,4.5,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-01-31" +"13","115","0003","88101",1,34.26054,-85.32333,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,34,"","","Certification not required",0,9.344074,4.047251,22.5,"2013-01-29 00:00",20.9,"2013-09-08 00:00",19.8,"2013-08-30 00:00",19.8,"2013-09-09 00:00","","","","",19.8,18.6,17.4,14.9,12,8.9,4.5,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-01-31" +"13","115","0003","88102",5,34.26054,-85.32333,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.021333,0.013358,0.108,"2013-10-07 00:00",0.035,"2013-05-28 00:00",0.026,"2013-02-03 00:00",0.026,"2013-08-08 00:00","","","","",0.108,0.035,0.026,0.026,0.021,0.021,0.014,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88103",5,34.26054,-85.32333,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000647,0.001055,0.005,"2013-03-17 00:00",0.003,"2013-01-10 00:00",0.003,"2013-07-21 00:00",0.003,"2013-09-01 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0,0,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88104",5,34.26054,-85.32333,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",20,0.054814,0.115049,0.732,"2013-10-01 00:00",0.303,"2013-06-27 00:00",0.284,"2013-06-09 00:00",0.195,"2013-09-01 00:00","","","","",0.732,0.303,0.284,0.12,0.041,0.021,0.0065,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88107",5,34.26054,-85.32333,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006849,0.006693,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88109",5,34.26054,-85.32333,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.003202,0.002272,0.0109,"2013-01-28 00:00",0.0086,"2013-03-29 00:00",0.0077,"2013-01-10 00:00",0.0062,"2013-03-05 00:00","","","","",0.0109,0.0086,0.0077,0.0061,0.0047,0.0028,0.0009,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88110",5,34.26054,-85.32333,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001176,0.003559,0.018,"2013-07-03 00:00",0.013,"2013-07-09 00:00",0.011,"2013-10-25 00:00",0.007,"2013-04-10 00:00","","","","",0.018,0.013,0.011,0.004,0,0,0,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88111",5,34.26054,-85.32333,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.03545,0.023181,0.103,"2013-05-16 00:00",0.0982,"2013-04-10 00:00",0.0874,"2013-06-27 00:00",0.0662,"2013-03-05 00:00","","","","",0.103,0.0982,0.0874,0.0599,0.0511,0.033,0.0071,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88112",5,34.26054,-85.32333,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.010059,0.019434,0.088,"2013-10-01 00:00",0.069,"2013-10-13 00:00",0.066,"2013-09-25 00:00",0.057,"2013-09-01 00:00","","","","",0.088,0.069,0.066,0.027,0.008,0.003,0,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88113",5,34.26054,-85.32333,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.000747,0.000313,0.002,"2013-09-01 00:00",0.0019,"2013-10-01 00:00",0.0016,"2013-04-22 00:00",0.0013,"2013-01-28 00:00","","","","",0.002,0.0019,0.0016,0.001,0.0007,0.00065,0.00055,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88114",5,34.26054,-85.32333,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",35,0.001694,0.001781,0.0111,"2013-10-01 00:00",0.0064,"2013-09-01 00:00",0.0046,"2013-09-13 00:00",0.0041,"2013-10-25 00:00","","","","",0.0111,0.0064,0.0046,0.0032,0.0018,0.00125,0.00065,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88115",5,34.26054,-85.32333,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",27,0.008825,0.010422,0.0626,"2013-11-06 00:00",0.041,"2013-07-15 00:00",0.0289,"2013-10-31 00:00",0.019,"2013-10-13 00:00","","","","",0.0626,0.041,0.0289,0.0153,0.0092,0.0055,0.0025,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88117",5,34.26054,-85.32333,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006892,0.010697,0.0435,"2013-03-23 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-10-13 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88118",5,34.26054,-85.32333,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010138,0.006728,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88126",5,34.26054,-85.32333,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.06278,0.049021,0.218,"2013-06-27 00:00",0.218,"2013-10-01 00:00",0.215,"2013-09-01 00:00",0.203,"2013-06-09 00:00","","","","",0.218,0.218,0.215,0.096,0.0628,0.0484,0.0275,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88128",5,34.26054,-85.32333,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000667,0.00116,0.004,"2013-03-29 00:00",0.004,"2013-10-13 00:00",0.004,"2013-10-25 00:00",0.003,"2013-06-27 00:00","","","","",0.004,0.004,0.004,0.002,0.001,0,0,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88131",5,34.26054,-85.32333,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010118,0.003386,0.0165,"2013-02-03 00:00",0.0165,"2013-08-08 00:00",0.0165,"2013-09-13 00:00",0.0165,"2013-09-25 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88132",5,34.26054,-85.32333,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001314,0.001257,0.004,"2013-06-09 00:00",0.004,"2013-09-13 00:00",0.004,"2013-10-01 00:00",0.003,"2013-01-28 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88136",5,34.26054,-85.32333,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001,0.003066,0.016,"2013-09-01 00:00",0.015,"2013-10-01 00:00",0.004,"2013-07-27 00:00",0.003,"2013-05-04 00:00","","","","",0.016,0.015,0.004,0.001,0.001,0,0,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88140",5,34.26054,-85.32333,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.011125,0.024965,0.181,"2013-01-10 00:00",0.0419,"2013-11-06 00:00",0.027,"2013-10-25 00:00",0.009,"2013-02-27 00:00","","","","",0.181,0.0419,0.027,0.009,0.009,0.006,0.00475,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88152",5,34.26054,-85.32333,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005478,0.001482,0.008,"2013-03-29 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-16 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88154",5,34.26054,-85.32333,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001069,0.000244,0.0014,"2013-07-03 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-04-22 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88160",5,34.26054,-85.32333,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.013843,0.007503,0.06,"2013-05-04 00:00",0.018,"2013-02-03 00:00",0.018,"2013-08-08 00:00",0.018,"2013-09-13 00:00","","","","",0.06,0.018,0.018,0.018,0.016,0.01,0.01,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88161",5,34.26054,-85.32333,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",43,0.003441,0.003999,0.0252,"2013-06-09 00:00",0.019,"2013-06-27 00:00",0.0064,"2013-03-29 00:00",0.0061,"2013-09-19 00:00","","","","",0.0252,0.019,0.0064,0.0048,0.00265,0.0025,0.0021,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88164",5,34.26054,-85.32333,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001567,0.000239,0.0019,"2013-03-29 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88165",5,34.26054,-85.32333,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.089312,0.118531,0.644,"2013-06-27 00:00",0.639,"2013-06-09 00:00",0.209,"2013-05-16 00:00",0.153,"2013-07-15 00:00","","","","",0.644,0.639,0.209,0.114,0.092,0.06,0.03,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88166",5,34.26054,-85.32333,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008155,0.004673,0.0185,"2013-02-03 00:00",0.0185,"2013-08-08 00:00",0.0185,"2013-09-13 00:00",0.0185,"2013-09-25 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88167",5,34.26054,-85.32333,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",9,0.005384,0.003345,0.0148,"2013-04-16 00:00",0.0131,"2013-09-19 00:00",0.013,"2013-03-23 00:00",0.0125,"2013-01-28 00:00","","","","",0.0148,0.0131,0.013,0.0107,0.0066,0.005,0.00175,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88168",5,34.26054,-85.32333,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001377,0.001005,0.0079,"2013-07-21 00:00",0.0029,"2013-03-05 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-08-08 00:00","","","","",0.0079,0.0029,0.00175,0.00175,0.00155,0.00115,0.00085,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88169",5,34.26054,-85.32333,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.743373,0.348073,1.5,"2013-09-01 00:00",1.49,"2013-01-28 00:00",1.41,"2013-02-09 00:00",1.3,"2013-07-27 00:00","","","","",1.5,1.49,1.41,1.27,0.961,0.733,0.34,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88176",5,34.26054,-85.32333,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000969,0.000213,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88180",5,34.26054,-85.32333,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.04902,0.025319,0.109,"2013-09-01 00:00",0.1,"2013-04-10 00:00",0.0921,"2013-01-28 00:00",0.091,"2013-05-28 00:00","","","","",0.109,0.1,0.0921,0.0872,0.0737,0.0406,0.0203,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88184",5,34.26054,-85.32333,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",29,0.06448,0.09528,0.621,"2013-01-10 00:00",0.234,"2013-11-06 00:00",0.187,"2013-04-10 00:00",0.178,"2013-03-05 00:00","","","","",0.621,0.234,0.187,0.137,0.086,0.027,0.0155,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88185",5,34.26054,-85.32333,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.003585,0.003604,0.0115,"2013-02-03 00:00",0.0115,"2013-08-08 00:00",0.0115,"2013-09-13 00:00",0.0115,"2013-09-25 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88301",5,34.26054,-85.32333,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.429255,0.31612,1.55,"2013-01-28 00:00",1.16,"2013-02-09 00:00",0.947,"2013-03-23 00:00",0.936,"2013-09-01 00:00","","","","",1.55,1.16,0.947,0.869,0.588,0.37,0.044,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88302",5,34.26054,-85.32333,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.089159,0.064722,0.27,"2013-07-15 00:00",0.265,"2013-11-06 00:00",0.224,"2013-03-05 00:00",0.206,"2013-05-22 00:00","","","","",0.27,0.265,0.224,0.169,0.127,0.072,0.023,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88303",5,34.26054,-85.32333,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",11,0.039694,0.023985,0.099,"2013-07-15 00:00",0.092,"2013-09-01 00:00",0.0867,"2013-10-19 00:00",0.084,"2013-01-28 00:00","","","","",0.099,0.092,0.0867,0.071,0.056,0.035,0.012,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88306",5,34.26054,-85.32333,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.429492,0.410027,2.03,"2013-03-23 00:00",1.53,"2013-01-10 00:00",1.49,"2013-02-03 00:00",1.06,"2013-01-28 00:00","","","","",2.03,1.53,1.49,0.924,0.638,0.284,0.123,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88355",5,34.26054,-85.32333,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.833327,1.250742,5.53,"2013-04-10 00:00",5.13,"2013-10-31 00:00",5.12,"2013-05-16 00:00",4.85,"2013-01-28 00:00","","","","",5.53,5.53,5.12,4.7,3.72,2.65,1.18,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88357",5,34.26054,-85.32333,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.574061,0.414249,2.48,"2013-04-10 00:00",2,"2013-03-29 00:00",1.04,"2013-06-27 00:00",1.01,"2013-04-16 00:00","","","","",2.48,2.48,1.04,0.888,0.661,0.482,0.204,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88370",5,34.26054,-85.32333,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.458653,1.094534,5.3,"2013-04-10 00:00",4.48,"2013-10-31 00:00",4.21,"2013-01-28 00:00",4.07,"2013-07-27 00:00","","","","",5.3,5.3,4.21,4.06,3.21,2.3,1.05,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88374",5,34.26054,-85.32333,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",4,0.135469,0.137934,0.572,"2013-09-01 00:00",0.541,"2013-03-29 00:00",0.478,"2013-09-07 00:00",0.355,"2013-01-28 00:00","","","","",0.572,0.572,0.478,0.315,0.192,0.095,0.004,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88375",5,34.26054,-85.32333,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.654163,0.334195,1.84,"2013-04-10 00:00",1.23,"2013-03-29 00:00",1.22,"2013-05-16 00:00",1.15,"2013-10-31 00:00","","","","",1.84,1.84,1.22,1.13,0.838,0.587,0.28,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88376",5,34.26054,-85.32333,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.979122,0.450537,2.44,"2013-04-10 00:00",1.98,"2013-10-31 00:00",1.69,"2013-05-16 00:00",1.66,"2013-03-05 00:00","","","","",2.44,2.44,1.69,1.48,1.23,0.958,0.402,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88377",5,34.26054,-85.32333,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.568571,0.268727,1.17,"2013-10-31 00:00",1.08,"2013-01-28 00:00",0.996,"2013-03-05 00:00",0.946,"2013-05-16 00:00","","","","",1.17,1.17,0.996,0.945,0.845,0.518,0.236,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88378",5,34.26054,-85.32333,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",34,0.121469,0.250053,1.08,"2013-09-07 00:00",0.935,"2013-09-01 00:00",0.726,"2013-08-14 00:00",0.56,"2013-01-28 00:00","","","","",1.08,1.08,0.726,0.531,0.131,0.001,0.001,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88380",5,34.26054,-85.32333,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.948735,0.459966,2.72,"2013-04-10 00:00",2.13,"2013-03-29 00:00",1.67,"2013-05-16 00:00",1.63,"2013-03-23 00:00","","","","",2.72,2.72,1.67,1.41,1.14,0.884,0.41,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88383",5,34.26054,-85.32333,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.929776,0.469766,2.57,"2013-04-10 00:00",1.96,"2013-03-29 00:00",1.73,"2013-09-07 00:00",1.64,"2013-01-28 00:00","","","","",2.57,2.57,1.73,1.55,1.12,0.901,0.346,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88384",5,34.26054,-85.32333,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.129402,0.071739,0.302,"2013-07-27 00:00",0.285,"2013-05-16 00:00",0.254,"2013-06-03 00:00",0.241,"2013-10-01 00:00","","","","",0.302,0.302,0.254,0.231,0.177,0.117,0.0438,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88385",5,34.26054,-85.32333,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",26,0.011301,0.020783,0.121,"2013-07-15 00:00",0.0595,"2013-07-03 00:00",0.0437,"2013-07-21 00:00",0.0372,"2013-04-10 00:00","","","","",0.121,0.121,0.0437,0.0371,0.0126,0.001,0.001,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88388",5,34.26054,-85.32333,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",6,0.495776,0.383639,1.55,"2013-09-07 00:00",1.43,"2013-09-01 00:00",1.19,"2013-01-28 00:00",1.18,"2013-05-16 00:00","","","","",1.55,1.55,1.19,1.17,0.613,0.442,0.001,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88403",5,34.26054,-85.32333,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.77049,0.904099,4.25,"2013-01-28 00:00",3.55,"2013-09-01 00:00",3.43,"2013-02-09 00:00",3.18,"2013-09-07 00:00","","","","",4.25,3.55,3.43,3.14,2.33,1.73,0.71,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","115","0003","88502",3,34.26054,-85.32333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7004,80,288,365,0,292,"","","Certification not required",0,13.505825,7.319765,138,"2013-07-03 22:00",61,"2013-07-17 09:00",60,"2013-01-20 20:00",60,"2013-01-29 10:00","","","","",33,31,27,23,18,13,5,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","88502",3,34.26054,-85.32333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,13.448611,5.726818,32.8,"2013-01-29 00:00",30.7,"2013-09-09 00:00",30.4,"2013-09-08 00:00",29.4,"2013-09-10 00:00","","","","",30.4,26.4,23.8,21.2,17.2,13.2,6.3,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-04" +"13","115","0003","88502",5,34.26054,-85.32333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.919608,3.973262,21,"2013-09-01 00:00",18.6,"2013-01-28 00:00",18.1,"2013-04-10 00:00",17.1,"2013-05-16 00:00","","","","",21,18.6,18.1,15.6,13.3,11.2,6.4,"Rome-Coosa Elementary","COOSA ELEM.SCHOOL, HWY.20, ROME, GA 30165","Georgia","Floyd","","Rome, GA","2014-02-13" +"13","121","0039","68105",1,33.80233,-84.435576,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",74,61,74,122,0,7,"","","Certification not required",0,17.809459,7.886718,28.5,"2013-08-29 00:00",28.3,"2013-08-11 00:00",27.7,"2013-06-12 00:00",27.3,"2013-07-30 00:00","","","","",28.5,28.3,27.3,26.8,25.9,18.4,7.3,"Fire Station #8","Fire Station #8, 1711 Marietta Blvd, Atlanta, Georgia, 30318","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","121","0039","68108",1,33.80233,-84.435576,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",73,60,73,122,0,7,"","","Certification not required",0,738.986301,3.787748,756,"2013-04-13 00:00",745,"2013-01-04 00:00",745,"2013-01-10 00:00",745,"2013-01-19 00:00","","","","",756,745,745,743,741,738,734,"Fire Station #8","Fire Station #8, 1711 Marietta Blvd, Atlanta, Georgia, 30318","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","121","0039","81102",1,33.80233,-84.435576,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,2,0,0,"Certification not required",0,13.714286,6.682521,39,"2013-01-28 00:00",22,"2013-01-22 00:00",20,"2013-02-15 00:00",18,"2013-03-05 00:00","","","","",39,39,22,20,17,13,8,"Fire Station #8","Fire Station #8, 1711 Marietta Blvd, Atlanta, Georgia, 30318","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-21" +"13","121","0039","88101",1,33.80233,-84.435576,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,70,85,122,0,11,0,0,"Certification not required",0,10.368889,4.388766,22.1,"2013-08-28 00:00",20.4,"2013-01-28 00:00",19.5,"2013-08-29 00:00",19,"2013-05-16 00:00","","","","",22.1,20.4,17.9,17,13.3,10.7,5.5,"Fire Station #8","Fire Station #8, 1711 Marietta Blvd, Atlanta, Georgia, 30318","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","121","0039","88101",1,33.80233,-84.435576,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,70,85,122,0,11,"","","Certification not required",0,10.368889,4.388766,22.1,"2013-08-28 00:00",20.4,"2013-01-28 00:00",19.5,"2013-08-29 00:00",19,"2013-05-16 00:00","","","","",22.1,20.4,17.9,17,13.3,10.7,5.5,"Fire Station #8","Fire Station #8, 1711 Marietta Blvd, Atlanta, Georgia, 30318","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","121","0055","42401",1,33.720192,-84.357056,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7156,82,302,365,0,140,0,"","Certification not required",0,1.485099,1.478914,14.9,"2013-09-01 09:00",10.4,"2013-07-28 17:00",10.1,"2013-08-22 11:00",8.9,"2013-01-05 20:00","","","","",8.9,6.1,3.4,2.3,1.2,1,1,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","42401",1,33.720192,-84.357056,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7156,82,302,365,0,140,"","","Certification not required",0,1.046381,0.384456,14.9,"2013-09-01 09:00",10.4,"2013-07-28 17:00",10.1,"2013-08-22 11:00",8.9,"2013-01-05 20:00","","","","",2.3,1.6,1,1,1,1,1,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","42401",1,33.720192,-84.357056,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",302,83,302,365,0,0,0,"","Certification not required",0,1.044371,0.138639,2,"2013-08-11 00:00",1.8,"2013-07-28 00:00",1.8,"2013-08-22 00:00",1.8,"2013-09-01 00:00","","","","",1.8,1.6,1.3,1.1,1,1,1,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","42401",1,33.720192,-84.357056,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2354,81,298,365,0,0,"",0,"Certification not required",0,1.043415,0.284866,7.2,"2013-09-01 11:00",5,"2013-08-11 17:00",4.6,"2013-08-11 14:00",4.5,"2013-02-01 02:00","","","","",2.3,1.6,1.1,1,1,1,1,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","42406",1,33.720192,-84.357056,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7136,81,302,365,0,160,"","","Certification not required",0,1.099538,0.632791,21.3,"2013-09-01 09:00",17.6,"2013-07-28 17:00",14.1,"2013-09-01 10:00",14,"2013-08-22 11:00","","","","",3.3,2.3,1.4,1,1,1,1,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","44201",1,33.720192,-84.357056,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5821,99,242,245,0,59,0,0,"Certification not required",659,0.047955,0.014112,0.114,"2013-07-30 16:00",0.096,"2013-09-05 15:00",0.094,"2013-09-13 23:00",0.088,"2013-07-25 13:00","","","","",0.094,0.079,0.072,0.066,0.055,0.047,0.031,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","44201",1,33.720192,-84.357056,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5850,99,242,245,0,0,1,1,"Certification not required",0,0.041988,0.012652,0.096,"2013-07-30 12:00",0.08,"2013-09-05 11:00",0.075,"2013-07-25 11:00",0.069,"2013-09-19 11:00","","","","",0.075,0.068,0.063,0.058,0.05,0.042,0.026,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","44201",1,33.720192,-84.357056,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5850,99,242,245,0,0,2,2,"Certification not required",0,0.041988,0.012652,0.096,"2013-07-30 12:00",0.08,"2013-09-05 11:00",0.075,"2013-07-25 11:00",0.069,"2013-09-19 11:00","","","","",0.075,0.068,0.063,0.058,0.05,0.042,0.026,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","61101",1,33.720192,-84.357056,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4215,48,175,365,0,873,"","","Certification not required",0,2.245884,1.911518,15.9,"2013-01-30 23:00",15.5,"2013-01-30 22:00",12.8,"2013-02-13 13:00",12.6,"2013-02-13 12:00","","","","",9.7,7.8,6,4.7,2.9,1.7,0.4,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","121","0055","61102",1,33.720192,-84.357056,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4215,48,175,365,0,873,"","","Certification not required",0,195.220878,109.489077,359,"2013-01-07 01:00",359,"2013-02-16 15:00",359,"2013-03-01 13:00",359,"2013-03-05 19:00","","","","",357,354,347,337,297,194,27,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","121","0055","88502",3,33.720192,-84.357056,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7078,81,295,365,0,218,"","","Certification not required",0,8.971433,5.628791,70.4,"2013-02-25 00:00",46,"2013-10-22 10:00",36.1,"2013-08-30 08:00",34.7,"2013-08-30 07:00","","","","",24.3,22.4,19.5,16.9,12.2,8.1,2.5,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0055","88502",3,33.720192,-84.357056,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",295,81,295,365,0,0,"","","Certification not required",0,8.919322,4.449803,25.8,"2013-08-30 00:00",23.5,"2013-08-29 00:00",22,"2013-07-27 00:00",21.5,"2013-08-28 00:00","","","","",22,19.6,17.2,15.4,11.3,8.4,3.6,"Confederate Avenue","935 East Confederate Ave., Atlanta, Georgia, 30316","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0099","42101",1,33.876469,-84.380327,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7178,82,304,365,0,118,0,0,"Certification not required",4912,0.358345,0.178652,1.8,"2013-05-24 05:00",1.5,"2013-02-18 08:00",1.5,"2013-06-07 05:00",1.4,"2013-01-15 22:00","","","","",0.9,0.9,0.7,0.6,0.5,0.25,0.25,"MONITOR LOCATED WITHIN PORTABLE INSTRUMENT SHELTER","GEORGIA POWER SUBSTATION, 4434 ROSWELL RD, ATLANTA, GA 30342","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","121","0099","42101",1,33.876469,-84.380327,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7261,83,303,365,0,0,0,0,"Certification not required",0,0.37762,0.12283,1.1,"2013-01-15 22:00",1.1,"2013-01-15 23:00",1,"2013-01-15 20:00",1,"2013-01-15 21:00",1.1,"2013-01-15 22:00",1,"2013-01-19 01:00",0.8,0.7,0.6,0.6,0.4,0.3,0.3,"MONITOR LOCATED WITHIN PORTABLE INSTRUMENT SHELTER","GEORGIA POWER SUBSTATION, 4434 ROSWELL RD, ATLANTA, GA 30342","Georgia","Fulton","Atlanta","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","127","0006","44201",1,31.169735,-81.495881,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5836,100,245,245,0,44,0,0,"Certification not required",288,0.039849,0.011226,0.074,"2013-05-15 16:00",0.066,"2013-03-30 10:00",0.066,"2013-10-18 16:00",0.062,"2013-05-10 12:00","","","","",0.066,0.062,0.057,0.054,0.048,0.04,0.024,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-02-04" +"13","127","0006","44201",1,31.169735,-81.495881,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.035649,0.010933,0.064,"2013-03-30 10:00",0.064,"2013-05-15 10:00",0.058,"2013-05-14 11:00",0.057,"2013-03-29 11:00","","","","",0.058,0.054,0.053,0.049,0.044,0.036,0.019,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-02-04" +"13","127","0006","44201",1,31.169735,-81.495881,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.035649,0.010933,0.064,"2013-03-30 10:00",0.064,"2013-05-15 10:00",0.058,"2013-05-14 11:00",0.057,"2013-03-29 11:00","","","","",0.058,0.054,0.053,0.049,0.044,0.036,0.019,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-02-04" +"13","127","0006","61101",1,31.169735,-81.495881,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5087,58,212,365,0,1,"","","Certification not required",0,2.94254,1.584077,9.3,"2013-02-16 12:00",9.1,"2013-03-06 03:00",8.9,"2013-03-06 14:00",8.9,"2013-03-25 13:00","","","","",7.2,6.6,5.8,5,3.9,2.9,1,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-01-13" +"13","127","0006","61102",1,31.169735,-81.495881,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5087,58,212,365,0,1,"","","Certification not required",0,189.035581,97.862834,359,"2013-01-03 06:00",359,"2013-01-04 05:00",359,"2013-01-06 06:00",359,"2013-01-20 04:00","","","","",356,351,340,326,268,186,47,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-01-13" +"13","127","0006","68105",1,31.169735,-81.495881,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",83,100,40,61,0,2,"","","Certification not required",0,20.250602,6.618993,30.3,"2013-06-12 00:00",29.5,"2013-08-11 00:00",29.1,"2013-06-18 00:00",28.2,"2013-08-29 00:00","","","","",30.3,29.5,28,27.5,26.3,21.5,9.8,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-01-28" +"13","127","0006","68108",1,31.169735,-81.495881,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",83,68,77,122,0,2,"","","Certification not required",0,762.855422,3.23522,770,"2013-01-18 00:00",770,"2013-02-18 00:00",769,"2013-01-10 00:00",769,"2013-01-22 00:00","","","","",770,770,769,767,765,763,759,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-01-22" +"13","127","0006","88101",1,31.169735,-81.495881,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,62,76,122,0,32,0,0,"Certification not required",0,8.531304,3.609548,20.5,"2013-08-30 00:00",18.7,"2013-09-14 00:00",17.8,"2013-08-29 00:00",17.7,"2013-03-08 00:00","","","","",20.5,18.7,17.7,14.5,11.9,9.5,6.9,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-01-28" +"13","127","0006","88101",1,31.169735,-81.495881,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,62,76,122,0,32,"","","Certification not required",0,8.531304,3.609548,20.5,"2013-08-30 00:00",18.7,"2013-09-14 00:00",17.8,"2013-08-29 00:00",17.7,"2013-03-08 00:00","","","","",20.5,18.7,17.7,14.5,11.9,9.5,6.9,"Risley Middle School","RISLEY MIDDLE SCHOOL, 2900 ALBANY ST.,BRUNSWICK, GA 31520","Georgia","Glynn","Brunswick","Brunswick, GA","2014-01-28" +"13","135","0002","44201",1,33.96127,-84.06901,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5831,100,245,245,0,49,0,0,"Certification not required",864,0.047245,0.012122,0.088,"2013-07-30 15:00",0.084,"2013-05-16 15:00",0.074,"2013-05-15 15:00",0.073,"2013-05-25 15:00","","","","",0.074,0.073,0.068,0.061,0.056,0.047,0.031,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","135","0002","44201",1,33.96127,-84.06901,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5874,100,245,245,0,0,0,0,"Certification not required",0,0.041714,0.011407,0.074,"2013-07-30 11:00",0.069,"2013-05-15 11:00",0.069,"2013-05-16 11:00",0.069,"2013-05-26 13:00","","","","",0.069,0.063,0.059,0.055,0.05,0.042,0.026,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","135","0002","44201",1,33.96127,-84.06901,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5874,100,245,245,0,0,0,0,"Certification not required",0,0.041714,0.011407,0.074,"2013-07-30 11:00",0.069,"2013-05-15 11:00",0.069,"2013-05-16 11:00",0.069,"2013-05-26 13:00","","","","",0.069,0.063,0.059,0.055,0.05,0.042,0.026,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","135","0002","68105",1,33.96127,-84.06901,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",81,100,40,61,0,0,"","","Certification not required",0,16.893827,8.111432,28.4,"2013-06-12 00:00",27.8,"2013-08-29 00:00",27.6,"2013-08-11 00:00",27.3,"2013-06-27 00:00","","","","",28.4,27.8,26.8,25.8,24.8,17.7,5.7,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","135","0002","68108",1,33.96127,-84.06901,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,0,"","","Certification not required",0,737.790123,3.393803,745,"2013-01-10 00:00",744,"2013-01-04 00:00",744,"2013-01-19 00:00",744,"2013-01-28 00:00","","","","",745,744,743,742,740,737,734,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","135","0002","88101",1,33.96127,-84.06901,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,79,96,122,0,5,0,0,"Certification not required",0,8.870103,4.221008,26.2,"2013-01-28 00:00",18.3,"2013-07-27 00:00",18,"2013-01-01 00:00",17.9,"2013-05-16 00:00","","","","",26.2,18.3,17.6,13.7,11.9,8.1,4,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","135","0002","88101",1,33.96127,-84.06901,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,79,96,122,0,5,"","","Certification not required",0,8.870103,4.221008,26.2,"2013-01-28 00:00",18.3,"2013-07-27 00:00",18,"2013-01-01 00:00",17.9,"2013-05-16 00:00","","","","",26.2,18.3,17.6,13.7,11.9,8.1,4,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","135","0002","88502",3,33.96127,-84.06901,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7246,83,304,365,0,50,"","","Certification not required",0,8.5809,5.40163,35.7,"2013-01-01 03:00",35.3,"2013-03-10 01:00",35.1,"2013-01-29 11:00",34.7,"2013-01-29 10:00","","","","",23.6,21.9,18.6,16,11.8,7.9,2.1,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","135","0002","88502",3,33.96127,-84.06901,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,8.542105,4.305136,21.3,"2013-08-28 00:00",20.3,"2013-01-29 00:00",20.3,"2013-09-10 00:00",19.7,"2013-09-09 00:00","","","","",19.7,19,16.7,14.3,11.1,7.7,3.5,"GWINNETT TECH","Gwinnett Technical College, 5150 Sugarloaf Parkway, Lawrenceville, Georgia, 30043","Georgia","Gwinnett","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","139","0003","68105",1,34.30008,-83.81217,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",74,100,39,61,0,7,"","","Certification not required",0,15.647297,7.90055,26.5,"2013-06-27 00:00",25.7,"2013-08-11 00:00",25.2,"2013-07-18 00:00",25.2,"2013-07-21 00:00","","","","",26.5,25.7,25.2,24.8,23.2,16.5,4.6,"Gainesville-Boys and Girls Club","Boys and Girls Club, 1 Positive Place, Gainesville, Georgia, 30501","Georgia","Hall","Gainesville","Gainesville, GA","2014-01-28" +"13","139","0003","68108",1,34.30008,-83.81217,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",74,61,74,122,0,7,"","","Certification not required",0,729.324324,3.511656,739,"2013-02-21 00:00",738,"2013-03-02 00:00",736,"2013-01-28 00:00",734,"2013-01-04 00:00","","","","",739,738,734,733,732,729,725,"Gainesville-Boys and Girls Club","Boys and Girls Club, 1 Positive Place, Gainesville, Georgia, 30501","Georgia","Hall","Gainesville","Gainesville, GA","2014-01-22" +"13","139","0003","88101",1,34.30008,-83.81217,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,12,0,0,"Certification not required",0,8.465556,3.988499,24.2,"2013-01-28 00:00",16.9,"2013-08-29 00:00",16,"2013-05-16 00:00",16,"2013-09-07 00:00","","","","",24.2,16.9,15.6,14,10.8,8.4,4.4,"Gainesville-Boys and Girls Club","Boys and Girls Club, 1 Positive Place, Gainesville, Georgia, 30501","Georgia","Hall","Gainesville","Gainesville, GA","2014-01-28" +"13","139","0003","88101",1,34.30008,-83.81217,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,12,"","","Certification not required",0,8.465556,3.988499,24.2,"2013-01-28 00:00",16.9,"2013-08-29 00:00",16,"2013-05-16 00:00",16,"2013-09-07 00:00","","","","",24.2,16.9,15.6,14,10.8,8.4,4.4,"Gainesville-Boys and Girls Club","Boys and Girls Club, 1 Positive Place, Gainesville, Georgia, 30501","Georgia","Hall","Gainesville","Gainesville, GA","2014-01-28" +"13","139","0003","88502",3,34.30008,-83.81217,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6816,78,280,365,0,480,"","","Certification not required",0,10.875646,7.339194,121,"2013-03-25 17:00",104,"2013-09-01 08:00",78,"2013-04-09 22:00",78,"2013-06-28 22:00","","","","",30,27,23,20,15,10,2,"Gainesville-Boys and Girls Club","Boys and Girls Club, 1 Positive Place, Gainesville, Georgia, 30501","Georgia","Hall","Gainesville","Gainesville, GA","2014-02-04" +"13","139","0003","88502",3,34.30008,-83.81217,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,0,"","","Certification not required",0,10.871786,5.613178,30.5,"2013-04-10 00:00",25.9,"2013-08-28 00:00",25.5,"2013-08-29 00:00",25,"2013-01-29 00:00","","","","",25.5,24.2,20.7,18.2,14.5,10.4,4.1,"Gainesville-Boys and Girls Club","Boys and Girls Club, 1 Positive Place, Gainesville, Georgia, 30501","Georgia","Hall","Gainesville","Gainesville, GA","2014-02-04" +"13","151","0002","44201",1,33.433575,-84.161708,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5736,97,238,245,0,144,0,0,"Certification not required",637,0.046706,0.013519,0.094,"2013-09-05 17:00",0.093,"2013-07-30 14:00",0.086,"2013-06-12 13:00",0.085,"2013-09-04 15:00","","","","",0.086,0.085,0.07,0.062,0.054,0.046,0.03,"McDonough-County Extension Office","Henry County Extension Office, 86 Work Camp Road, McDonough, Georgia, 30253","Georgia","Henry","McDonough","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","151","0002","44201",1,33.433575,-84.161708,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5779,97,237,245,0,0,0,0,"Certification not required",0,0.041198,0.011721,0.072,"2013-07-30 11:00",0.072,"2013-08-29 11:00",0.071,"2013-09-05 11:00",0.07,"2013-06-12 09:00","","","","",0.071,0.069,0.06,0.056,0.049,0.041,0.025,"McDonough-County Extension Office","Henry County Extension Office, 86 Work Camp Road, McDonough, Georgia, 30253","Georgia","Henry","McDonough","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","151","0002","44201",1,33.433575,-84.161708,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5779,97,237,245,0,0,0,0,"Certification not required",0,0.041198,0.011721,0.072,"2013-07-30 11:00",0.072,"2013-08-29 11:00",0.071,"2013-09-05 11:00",0.07,"2013-06-12 09:00","","","","",0.071,0.069,0.06,0.056,0.049,0.041,0.025,"McDonough-County Extension Office","Henry County Extension Office, 86 Work Camp Road, McDonough, Georgia, 30253","Georgia","Henry","McDonough","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","151","0002","88502",3,33.433575,-84.161708,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7048,80,288,365,0,248,"","","Certification not required",0,8.748624,5.991025,66.6,"2013-04-03 17:00",60.4,"2013-07-19 14:00",59.2,"2013-07-16 15:00",57.3,"2013-03-09 23:00","","","","",25.7,22.7,19.7,16.6,11.9,7.9,1.7,"McDonough-County Extension Office","Henry County Extension Office, 86 Work Camp Road, McDonough, Georgia, 30253","Georgia","Henry","McDonough","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","151","0002","88502",3,33.433575,-84.161708,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,8.558681,4.26107,21.9,"2013-08-30 00:00",21.3,"2013-08-29 00:00",20.6,"2013-09-08 00:00",19.9,"2013-03-09 00:00","","","","",20.6,19.6,16.9,15.1,11.3,8,3.6,"McDonough-County Extension Office","Henry County Extension Office, 86 Work Camp Road, McDonough, Georgia, 30253","Georgia","Henry","McDonough","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","153","0001","68105",1,32.6056,-83.597907,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",79,100,40,61,0,2,"","","Certification not required",0,19.06962,7.407158,30,"2013-06-12 00:00",29.6,"2013-07-21 00:00",28.7,"2013-08-29 00:00",28.6,"2013-07-18 00:00","","","","",30,29.6,28.6,27.8,25.8,20.2,7.8,"Warner Robins","Warner Robins Air Force Base, Memorial Park, 800 S. 1st St, Warner Robins, Georgia 31088","Georgia","Houston","Warner Robins","Warner Robins, GA","2014-01-28" +"13","153","0001","68108",1,32.6056,-83.597907,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,2,"","","Certification not required",0,753.518987,3.377379,761,"2013-01-19 00:00",760,"2013-01-04 00:00",760,"2013-01-10 00:00",760,"2013-01-28 00:00","","","","",761,760,760,758,756,753,750,"Warner Robins","Warner Robins Air Force Base, Memorial Park, 800 S. 1st St, Warner Robins, Georgia 31088","Georgia","Houston","Warner Robins","Warner Robins, GA","2014-01-22" +"13","153","0001","88101",1,32.6056,-83.597907,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,4,0,0,"Certification not required",0,8.920408,3.756999,20.6,"2013-01-28 00:00",19.4,"2013-03-08 00:00",18.3,"2013-08-29 00:00",16.8,"2013-10-28 00:00","","","","",20.6,19.4,15.4,14.4,11.3,8.4,5,"Warner Robins","Warner Robins Air Force Base, Memorial Park, 800 S. 1st St, Warner Robins, Georgia 31088","Georgia","Houston","Warner Robins","Warner Robins, GA","2014-01-31" +"13","153","0001","88101",1,32.6056,-83.597907,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,4,"","","Certification not required",0,8.920408,3.756999,20.6,"2013-01-28 00:00",19.4,"2013-03-08 00:00",18.3,"2013-08-29 00:00",16.8,"2013-10-28 00:00","","","","",20.6,19.4,15.4,14.4,11.3,8.4,5,"Warner Robins","Warner Robins Air Force Base, Memorial Park, 800 S. 1st St, Warner Robins, Georgia 31088","Georgia","Houston","Warner Robins","Warner Robins, GA","2014-01-31" +"13","153","0001","88502",3,32.6056,-83.597907,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7189,82,301,365,0,107,"","","Certification not required",0,9.634052,6.637252,88,"2013-10-27 23:00",66,"2013-10-28 09:00",65,"2013-10-14 04:00",61,"2013-03-15 06:00","","","","",33,27,21,17,13,8,3,"Warner Robins","Warner Robins Air Force Base, Memorial Park, 800 S. 1st St, Warner Robins, Georgia 31088","Georgia","Houston","Warner Robins","Warner Robins, GA","2014-02-04" +"13","153","0001","88502",3,32.6056,-83.597907,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,9.577076,4.880578,29,"2013-03-15 00:00",26.9,"2013-03-09 00:00",26.3,"2013-10-27 00:00",24.4,"2013-01-29 00:00","","","","",24.4,22.2,18.5,15.9,12.2,8.9,4,"Warner Robins","Warner Robins Air Force Base, Memorial Park, 800 S. 1st St, Warner Robins, Georgia 31088","Georgia","Houston","Warner Robins","Warner Robins, GA","2014-02-04" +"13","185","0003","68105",1,30.848056,-83.294444,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",80,66,80,122,0,1,"","","Certification not required",0,20.45625,6.725708,29.8,"2013-06-12 00:00",29.5,"2013-08-11 00:00",28.7,"2013-07-30 00:00",28.7,"2013-08-02 00:00","","","","",29.8,29.5,28.7,27.9,26.7,22,10,"S.L. MASON ELEMENTARY SCHOOL","S.L. Mason Elementary School, 821 West Gordon Street, Valdosta, Georgia, 31601","Georgia","Lowndes","Valdosta","Valdosta, GA","2014-01-28" +"13","185","0003","68108",1,30.848056,-83.294444,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",80,66,80,122,0,1,"","","Certification not required",0,757.9875,3.196096,764,"2013-01-04 00:00",764,"2013-01-10 00:00",764,"2013-01-19 00:00",764,"2013-01-28 00:00","","","","",764,764,764,763,760,758,754,"S.L. MASON ELEMENTARY SCHOOL","S.L. Mason Elementary School, 821 West Gordon Street, Valdosta, Georgia, 31601","Georgia","Lowndes","Valdosta","Valdosta, GA","2014-01-22" +"13","185","0003","88101",1,30.848056,-83.294444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,15,0,0,"Certification not required",0,8.737931,4.514479,32,"2013-03-08 00:00",19.4,"2013-01-19 00:00",19.1,"2013-03-29 00:00",18.3,"2013-02-18 00:00","","","","",32,19.4,18.3,14.6,10.2,7.7,4.9,"S.L. MASON ELEMENTARY SCHOOL","S.L. Mason Elementary School, 821 West Gordon Street, Valdosta, Georgia, 31601","Georgia","Lowndes","Valdosta","Valdosta, GA","2014-01-31" +"13","185","0003","88101",1,30.848056,-83.294444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,15,"","","Certification not required",0,8.737931,4.514479,32,"2013-03-08 00:00",19.4,"2013-01-19 00:00",19.1,"2013-03-29 00:00",18.3,"2013-02-18 00:00","","","","",32,19.4,18.3,14.6,10.2,7.7,4.9,"S.L. MASON ELEMENTARY SCHOOL","S.L. Mason Elementary School, 821 West Gordon Street, Valdosta, Georgia, 31601","Georgia","Lowndes","Valdosta","Valdosta, GA","2014-01-31" +"13","185","0003","88502",3,30.848056,-83.294444,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7218,82,301,365,0,78,"","","Certification not required",0,9.960072,7.834674,115,"2013-01-23 06:00",96,"2013-03-08 03:00",93,"2013-01-23 05:00",93,"2013-01-23 07:00","","","","",43,30,21,17,12,8,4,"S.L. MASON ELEMENTARY SCHOOL","S.L. Mason Elementary School, 821 West Gordon Street, Valdosta, Georgia, 31601","Georgia","Lowndes","Valdosta","Valdosta, GA","2014-02-04" +"13","185","0003","88502",3,30.848056,-83.294444,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,9.934884,5.380045,42.4,"2013-01-20 00:00",41.8,"2013-01-23 00:00",36.7,"2013-03-08 00:00",31.7,"2013-01-24 00:00","","","","",31.7,24.3,19.1,15.6,11.7,8.5,5.2,"S.L. MASON ELEMENTARY SCHOOL","S.L. Mason Elementary School, 821 West Gordon Street, Valdosta, Georgia, 31601","Georgia","Lowndes","Valdosta","Valdosta, GA","2014-02-04" +"13","213","0003","44201",1,34.785197,-84.626422,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5803,99,242,245,0,77,0,0,"Certification not required",0,0.045483,0.010426,0.073,"2013-05-28 16:00",0.072,"2013-03-15 18:00",0.068,"2013-05-17 17:00",0.067,"2013-04-06 18:00","","","","",0.068,0.067,0.062,0.058,0.053,0.046,0.032,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-02-04" +"13","213","0003","44201",1,34.785197,-84.626422,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5815,99,242,245,0,0,0,0,"Certification not required",0,0.041562,0.009983,0.068,"2013-03-15 14:00",0.063,"2013-04-06 13:00",0.062,"2013-05-14 15:00",0.062,"2013-05-15 12:00","","","","",0.062,0.06,0.056,0.054,0.049,0.042,0.027,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-02-04" +"13","213","0003","44201",1,34.785197,-84.626422,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5815,99,242,245,0,0,0,0,"Certification not required",0,0.041562,0.009983,0.068,"2013-03-15 14:00",0.063,"2013-04-06 13:00",0.062,"2013-05-14 15:00",0.062,"2013-05-15 12:00","","","","",0.062,0.06,0.056,0.054,0.049,0.042,0.027,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-02-04" +"13","213","0003","61101",1,34.785197,-84.626422,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5049,58,210,365,0,39,"","","Certification not required",0,2.647594,1.574134,15,"2013-01-25 17:00",14.2,"2013-01-25 18:00",9.5,"2013-02-10 11:00",9.5,"2013-02-10 12:00","","","","",7.8,7.2,5.8,4.7,3.5,2.3,1,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-13" +"13","213","0003","61102",1,34.785197,-84.626422,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5049,58,210,365,0,39,"","","Certification not required",0,215.307784,58.4233,342,"2013-03-04 02:00",341,"2013-03-03 23:00",340,"2013-03-04 01:00",338,"2013-03-04 00:00","","","","",329,326,320,310,266,189,160,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-13" +"13","213","0003","62101",1,34.785197,-84.626422,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4642,53,193,365,0,446,"","","Certification not required",0,52.396165,14.528401,82,"2013-06-12 14:00",82,"2013-06-12 15:00",81,"2013-04-10 14:00",81,"2013-04-17 15:00","","","","",78,77,74,71,64,53,31,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-13" +"13","213","0003","62201",1,34.785197,-84.626422,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4642,53,193,365,0,446,"","","Certification not required",0,74.987505,22.08226,100,"2013-01-02 05:00",100,"2013-01-02 06:00",100,"2013-01-02 07:00",100,"2013-01-02 08:00","","","","",100,100,99,99,97,80,42,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-13" +"13","213","0003","85101",1,34.785197,-84.626422,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,8.647591,5.222343,21.4055,"2013-04-10 00:00",20.4447,"2013-04-28 00:00",20.3477,"2013-05-28 00:00",17.6663,"2013-05-16 00:00","","","","",21.4055,21.4055,20.3477,16.1284,11.4651,6.6361,3.3496,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","86502",1,34.785197,-84.626422,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,2.840909,2.932918,11,"2013-04-28 00:00",11,"2013-05-28 00:00",9,"2013-05-31 00:00",7,"2013-04-10 00:00","","","","",11,11,9,7,4,2,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88103",1,34.785197,-84.626422,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.000244,0.000435,0.001,"2013-01-10 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-15 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88104",1,34.785197,-84.626422,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",3,0.023391,0.021359,0.114,"2013-04-28 00:00",0.0639,"2013-04-10 00:00",0.0552,"2013-05-16 00:00",0.0548,"2013-04-22 00:00","","","","",0.114,0.114,0.0552,0.0499,0.0327,0.0157,0.005,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88109",1,34.785197,-84.626422,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.002262,0.001547,0.0078,"2013-01-28 00:00",0.0064,"2013-04-10 00:00",0.0052,"2013-03-17 00:00",0.0046,"2013-01-25 00:00","","","","",0.0078,0.0078,0.0052,0.0041,0.0028,0.002,0.001,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88111",1,34.785197,-84.626422,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.021066,0.014658,0.0732,"2013-04-28 00:00",0.0559,"2013-05-16 00:00",0.0487,"2013-04-10 00:00",0.0409,"2013-04-01 00:00","","","","",0.0732,0.0732,0.0487,0.0396,0.0287,0.0174,0.0053,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88112",1,34.785197,-84.626422,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,4.4e-05,0.000208,0.001,"2013-01-25 00:00",0.001,"2013-02-27 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88114",1,34.785197,-84.626422,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",6,0.000526,0.000302,0.0013,"2013-01-25 00:00",0.001,"2013-01-01 00:00",0.001,"2013-04-07 00:00",0.001,"2013-04-10 00:00","","","","",0.0013,0.0013,0.001,0.001,0.0007,0.0005,0.0001,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88115",1,34.785197,-84.626422,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",12,0.001544,0.002505,0.0128,"2013-04-10 00:00",0.0117,"2013-05-04 00:00",0.0036,"2013-03-17 00:00",0.0034,"2013-01-28 00:00","","","","",0.0128,0.0128,0.0036,0.0025,0.0019,0.0008,0.00015,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88126",1,34.785197,-84.626422,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.021011,0.015387,0.0787,"2013-04-28 00:00",0.0608,"2013-05-16 00:00",0.0463,"2013-04-10 00:00",0.0406,"2013-04-01 00:00","","","","",0.0787,0.0787,0.0463,0.039,0.0281,0.0179,0.0053,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88128",1,34.785197,-84.626422,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.000978,0.000941,0.003,"2013-04-01 00:00",0.002,"2013-01-19 00:00",0.002,"2013-01-25 00:00",0.002,"2013-01-28 00:00","","","","",0.003,0.003,0.002,0.002,0.002,0.001,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88132",1,34.785197,-84.626422,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.000844,0.000562,0.002,"2013-04-22 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-10 00:00",0.002,"2013-05-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88136",1,34.785197,-84.626422,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,2.2e-05,0.000149,0.001,"2013-01-25 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0.001,0.001,0,0,0,0,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88140",1,34.785197,-84.626422,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",21,0.007899,0.010167,0.0452,"2013-04-10 00:00",0.0312,"2013-01-13 00:00",0.0278,"2013-04-16 00:00",0.024,"2013-04-28 00:00","","","","",0.0452,0.0452,0.0278,0.0239,0.0116,0.0026,0.00105,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88152",1,34.785197,-84.626422,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",15,0.002011,0.002459,0.0117,"2013-04-28 00:00",0.0073,"2013-05-16 00:00",0.006,"2013-04-01 00:00",0.0055,"2013-05-28 00:00","","","","",0.0117,0.0117,0.006,0.0048,0.0034,0.0008,0.0001,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88154",1,34.785197,-84.626422,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",20,0.000259,0.00021,0.001,"2013-01-19 00:00",0.0008,"2013-01-28 00:00",0.0007,"2013-01-25 00:00",0.0006,"2013-04-22 00:00","","","","",0.001,0.001,0.0007,0.0006,0.0003,0.0002,0.0001,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88161",1,34.785197,-84.626422,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.001782,0.001483,0.0071,"2013-04-28 00:00",0.0051,"2013-05-16 00:00",0.0045,"2013-04-10 00:00",0.0039,"2013-04-22 00:00","","","","",0.0071,0.0071,0.0045,0.0039,0.0024,0.0014,0.0005,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88164",1,34.785197,-84.626422,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",13,0.000217,0.000173,0.0006,"2013-01-13 00:00",0.0006,"2013-04-28 00:00",0.0006,"2013-05-31 00:00",0.0005,"2013-03-17 00:00","","","","",0.0006,0.0006,0.0006,0.0005,0.0003,0.0002,5e-05,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88165",1,34.785197,-84.626422,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.053731,0.055412,0.2883,"2013-04-28 00:00",0.1898,"2013-05-16 00:00",0.1348,"2013-04-01 00:00",0.1178,"2013-04-10 00:00","","","","",0.2883,0.2883,0.1348,0.1145,0.0801,0.0376,0.0068,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88167",1,34.785197,-84.626422,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.003384,0.001695,0.0079,"2013-01-28 00:00",0.0075,"2013-05-10 00:00",0.0068,"2013-01-25 00:00",0.0053,"2013-02-03 00:00","","","","",0.0079,0.0079,0.0068,0.0053,0.0044,0.0031,0.0014,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88168",1,34.785197,-84.626422,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",20,0.000262,0.00018,0.0009,"2013-04-28 00:00",0.0007,"2013-04-10 00:00",0.0005,"2013-02-12 00:00",0.0005,"2013-03-29 00:00","","","","",0.0009,0.0009,0.0005,0.0005,0.0004,0.0002,0.0001,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88169",1,34.785197,-84.626422,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.516731,0.275932,1.3122,"2013-01-28 00:00",1.0518,"2013-05-16 00:00",1.0031,"2013-05-10 00:00",0.957,"2013-04-28 00:00","","","","",1.3122,1.3122,1.0031,0.9232,0.6823,0.509,0.1845,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88176",1,34.785197,-84.626422,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",43,0.000161,5.2e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-04-10 00:00",0.00015,"2013-01-10 00:00",0.00015,"2013-01-13 00:00","","","","",0.0004,0.0004,0.00015,0.00015,0.00015,0.00015,0.00015,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88180",1,34.785197,-84.626422,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.032136,0.017969,0.1048,"2013-04-10 00:00",0.0592,"2013-04-28 00:00",0.0576,"2013-03-17 00:00",0.0574,"2013-05-16 00:00","","","","",0.1048,0.1048,0.0576,0.057,0.0414,0.0272,0.0117,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88184",1,34.785197,-84.626422,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",12,0.044914,0.067022,0.3244,"2013-05-31 00:00",0.21,"2013-04-10 00:00",0.1888,"2013-01-13 00:00",0.144,"2013-04-16 00:00","","","","",0.3244,0.3244,0.1888,0.1326,0.069,0.0128,0.0016,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88185",1,34.785197,-84.626422,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",37,0.00083,0.000465,0.003,"2013-01-19 00:00",0.0021,"2013-04-10 00:00",0.0017,"2013-02-27 00:00",0.0015,"2013-04-28 00:00","","","","",0.003,0.003,0.0017,0.0014,0.0007,0.0007,0.00065,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88203",1,34.785197,-84.626422,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",11,0.034057,0.047114,0.1906,"2013-05-31 00:00",0.1827,"2013-01-13 00:00",0.1613,"2013-03-11 00:00",0.1295,"2013-01-10 00:00","","","","",0.1906,0.1906,0.1613,0.0929,0.0326,0.0139,0.0065,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88306",1,34.785197,-84.626422,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.545231,0.502661,2.248,"2013-01-28 00:00",2.241,"2013-01-25 00:00",1.424,"2013-03-23 00:00",1.3983,"2013-02-03 00:00","","","","",2.248,2.248,1.424,1.291,0.6827,0.4382,0.118,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88320",1,34.785197,-84.626422,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,1.089778,0.82205,4.36,"2013-04-10 00:00",2.69,"2013-01-28 00:00",2.47,"2013-05-28 00:00",2.46,"2013-03-05 00:00","","","","",4.36,4.36,2.47,2.3,1.44,0.81,0.32,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88321",1,34.785197,-84.626422,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.192,0.14204,0.76,"2013-04-10 00:00",0.49,"2013-03-17 00:00",0.47,"2013-01-28 00:00",0.45,"2013-03-05 00:00","","","","",0.76,0.76,0.47,0.36,0.27,0.14,0.08,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88324",1,34.785197,-84.626422,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",34,0.035316,0.04089,0.2425,"2013-04-10 00:00",0.1484,"2013-01-28 00:00",0.0934,"2013-04-07 00:00",0.0799,"2013-04-22 00:00","","","","",0.2425,0.2425,0.0934,0.0772,0.02955,0.02285,0.01585,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88325",1,34.785197,-84.626422,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.247992,0.20918,0.9178,"2013-04-10 00:00",0.7496,"2013-05-28 00:00",0.631,"2013-05-16 00:00",0.6298,"2013-01-28 00:00","","","","",0.9178,0.9178,0.631,0.5608,0.3111,0.1602,0.0667,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88326",1,34.785197,-84.626422,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",4,0.288704,0.255345,1.4277,"2013-04-10 00:00",0.908,"2013-05-28 00:00",0.6699,"2013-03-05 00:00",0.6388,"2013-05-16 00:00","","","","",1.4277,1.4277,0.6699,0.5712,0.3511,0.2312,0.077,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88327",1,34.785197,-84.626422,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.230877,0.201359,1.091,"2013-04-10 00:00",0.7788,"2013-01-28 00:00",0.589,"2013-03-05 00:00",0.499,"2013-05-16 00:00","","","","",1.091,1.091,0.589,0.463,0.2564,0.1818,0.064,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88328",1,34.785197,-84.626422,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.300342,0.163276,0.6829,"2013-04-10 00:00",0.6688,"2013-03-05 00:00",0.6265,"2013-03-17 00:00",0.6007,"2013-01-28 00:00","","","","",0.6829,0.6829,0.6265,0.5446,0.4156,0.2436,0.114,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88329",1,34.785197,-84.626422,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.436669,0.286826,1.3639,"2013-04-10 00:00",1.0816,"2013-03-05 00:00",1.0104,"2013-03-17 00:00",1.0041,"2013-01-28 00:00","","","","",1.3639,1.3639,1.0104,0.8134,0.5727,0.352,0.1505,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88330",1,34.785197,-84.626422,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.055798,0.024602,0.1149,"2013-03-29 00:00",0.1033,"2013-03-17 00:00",0.102,"2013-04-01 00:00",0.1015,"2013-04-28 00:00","","","","",0.1149,0.1149,0.102,0.0922,0.0749,0.048,0.0322,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88331",1,34.785197,-84.626422,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",14,0.000164,0.000543,0.003,"2013-03-29 00:00",0.002,"2013-03-23 00:00",0.001,"2013-02-24 00:00",0.0003,"2013-03-17 00:00","","","","",0.003,0.003,0.001,0.00015,5e-05,0,0,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88338",1,34.785197,-84.626422,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",45,0.016222,0.004685,0.02515,"2013-02-15 00:00",0.02485,"2013-02-06 00:00",0.02485,"2013-02-09 00:00",0.02465,"2013-02-27 00:00","","","","",0.02515,0.02515,0.02485,0.0246,0.01815,0.0153,0.01095,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88339",1,34.785197,-84.626422,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,2.131491,1.138222,5.41274,"2013-01-28 00:00",4.33884,"2013-05-16 00:00",4.13779,"2013-05-10 00:00",3.94746,"2013-04-28 00:00","","","","",5.41274,5.41274,4.13779,3.8082,2.81441,2.09979,0.7609,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88344",1,34.785197,-84.626422,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.703356,0.648451,2.8999,"2013-01-28 00:00",2.8906,"2013-01-25 00:00",1.8375,"2013-03-23 00:00",1.8038,"2013-02-03 00:00","","","","",2.8999,2.8999,1.8375,1.6659,0.8807,0.5653,0.1517,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88348",1,34.785197,-84.626422,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.273573,0.245894,1.2922,"2013-04-28 00:00",0.8422,"2013-05-16 00:00",0.6338,"2013-04-10 00:00",0.6177,"2013-04-01 00:00","","","","",1.2922,1.2922,0.6338,0.5571,0.4096,0.1914,0.056,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88350",1,34.785197,-84.626422,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,1.962391,1.479867,7.852,"2013-04-10 00:00",4.8505,"2013-01-28 00:00",4.439,"2013-05-28 00:00",4.4206,"2013-03-05 00:00","","","","",7.852,7.852,4.439,4.1436,2.5918,1.4549,0.5756,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88403",1,34.785197,-84.626422,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,1.564384,0.863571,4.1217,"2013-01-28 00:00",3.0042,"2013-04-16 00:00",2.9827,"2013-04-28 00:00",2.9151,"2013-05-10 00:00","","","","",4.1217,4.1217,2.9827,2.8434,2.105,1.4588,0.51,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","213","0003","88502",1,34.785197,-84.626422,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,5.22,2.944455,13.5,"2013-04-10 00:00",12.6,"2013-01-28 00:00",11.3,"2013-05-16 00:00",9.6,"2013-03-17 00:00","","","","",13.5,13.5,11.3,9.1,7.1,4.3,2.1,"Fort Mountain","FORT MOUNTAIN, STATE HWY 52, COHUTTA OVERLOOK, CHATSWORTH, GA 30705","Georgia","Murray","Chatsworth","Dalton, GA","2014-01-28" +"13","215","0001","68105",1,32.483543,-84.980977,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",81,66,81,122,0,0,"","","Certification not required",0,18.359259,7.143822,28.8,"2013-06-12 00:00",27.8,"2013-08-11 00:00",27.7,"2013-07-30 00:00",27.7,"2013-08-02 00:00","","","","",28.8,27.8,27.5,26.5,24.8,19.5,8.2,"Columbus-Health Department","Muscogee City Health Department, 1958 8th Avenue, Columbus, Georgia, 31904","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0001","68108",1,32.483543,-84.980977,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,0,"","","Certification not required",0,755.283951,3.182902,762,"2013-01-04 00:00",762,"2013-01-19 00:00",761,"2013-01-07 00:00",761,"2013-01-10 00:00","","","","",762,762,761,760,757,755,752,"Columbus-Health Department","Muscogee City Health Department, 1958 8th Avenue, Columbus, Georgia, 31904","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-22" +"13","215","0001","88101",1,32.483543,-84.980977,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,2,0,0,"Certification not required",0,9.88,4.682721,24.5,"2013-04-10 00:00",21,"2013-01-28 00:00",20,"2013-03-08 00:00",19.5,"2013-01-25 00:00","","","","",24.5,21,19.4,17,12.9,9,4.6,"Columbus-Health Department","Muscogee City Health Department, 1958 8th Avenue, Columbus, Georgia, 31904","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0001","88101",1,32.483543,-84.980977,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,2,"","","Certification not required",0,9.88,4.682721,24.5,"2013-04-10 00:00",21,"2013-01-28 00:00",20,"2013-03-08 00:00",19.5,"2013-01-25 00:00","","","","",24.5,21,19.4,17,12.9,9,4.6,"Columbus-Health Department","Muscogee City Health Department, 1958 8th Avenue, Columbus, Georgia, 31904","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0008","44201",1,32.521302,-84.944795,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5836,100,245,245,0,44,0,0,"Certification not required",223,0.043951,0.01036,0.077,"2013-07-30 13:00",0.071,"2013-07-26 11:00",0.069,"2013-06-04 12:00",0.068,"2013-03-29 17:00","","","","",0.069,0.067,0.061,0.056,0.051,0.044,0.03,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-04" +"13","215","0008","44201",1,32.521302,-84.944795,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.039045,0.009888,0.068,"2013-07-30 10:00",0.062,"2013-03-29 11:00",0.06,"2013-03-09 12:00",0.06,"2013-05-16 11:00","","","","",0.06,0.059,0.055,0.051,0.046,0.04,0.025,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-04" +"13","215","0008","44201",1,32.521302,-84.944795,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.039045,0.009888,0.068,"2013-07-30 10:00",0.062,"2013-03-29 11:00",0.06,"2013-03-09 12:00",0.06,"2013-05-16 11:00","","","","",0.06,0.059,0.055,0.051,0.046,0.04,0.025,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-04" +"13","215","0008","68105",1,32.521302,-84.944795,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",48,79,40,61,0,0,"","","Certification not required",0,20.4,6.640943,28.7,"2013-08-29 00:00",28.4,"2013-08-11 00:00",27.9,"2013-08-02 00:00",27.6,"2013-07-30 00:00","","","","",28.7,28.7,27.9,27.2,26,23.3,10.4,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0008","68108",1,32.521302,-84.944795,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",48,79,40,61,0,0,"","","Certification not required",0,753,3.632009,768,"2013-01-04 00:00",759,"2013-01-10 00:00",759,"2013-01-28 00:00",758,"2013-01-22 00:00","","","","",768,768,759,758,755,753,749,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-22" +"13","215","0008","88101",1,32.521302,-84.944795,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",65,71,65,91,0,4,0,0,"Certification not required",0,10.152308,4.565465,25,"2013-04-10 00:00",22,"2013-01-28 00:00",19.4,"2013-08-29 00:00",17.6,"2013-10-28 00:00","","","","",25,22,17.6,15.7,12.9,9.7,4.6,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0008","88101",1,32.521302,-84.944795,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",65,71,65,91,0,4,"","","Certification not required",0,10.152308,4.565465,25,"2013-04-10 00:00",22,"2013-01-28 00:00",19.4,"2013-08-29 00:00",17.6,"2013-10-28 00:00","","","","",25,22,17.6,15.7,12.9,9.7,4.6,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0008","88502",3,32.521302,-84.944795,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7230,83,304,365,0,66,"","","Certification not required",0,8.702296,6.571854,85.6,"2013-03-03 19:00",81.9,"2013-03-03 20:00",80.7,"2013-03-07 22:00",70.4,"2013-03-03 21:00","","","","",31.8,25,20.1,16.6,11.8,7.5,2,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-04" +"13","215","0008","88502",3,32.521302,-84.944795,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,8.648355,4.567477,24.2,"2013-04-10 00:00",22.6,"2013-03-09 00:00",21.7,"2013-01-29 00:00",21.1,"2013-03-04 00:00","","","","",21.1,19.6,18,15.9,11.4,7.7,3.6,"Columbus-Airport","Columbus Airport, 3100 Thruway Drive, Columbus, Georgia, 31909","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-04" +"13","215","0009","14129",1,32.434809,-84.929326,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,0,0,"Certification not required",0,0.036125,0.05439,0.334,"2013-07-27 00:00",0.13,"2013-02-03 00:00",0.094,"2013-05-10 00:00",0.063,"2013-03-05 00:00","","","","",0.334,0.334,0.13,0.063,0.043,0.023,0.007,"","UPS, 4365 ALLIED DRIVE, COLUMBUS, GA 31906","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2013-11-18" +"13","215","0010","14129",1,32.43628,-84.934155,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",41,67,40,61,0,0,0,0,"Certification not required",0,0.06761,0.092169,0.47,"2013-01-28 00:00",0.287,"2013-07-27 00:00",0.264,"2013-05-28 00:00",0.151,"2013-07-15 00:00","","","","",0.47,0.47,0.264,0.15,0.094,0.027,0.007,"","FORT BENNING JUNCTION, 975 JOY ROAD, COLUMBUS, GA 31906","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2013-11-18" +"13","215","0010","14129",2,32.43628,-84.934155,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",23,38,23,61,0,1,0,0,"Certification not required",0,0.071478,0.081031,0.326,"2013-05-28 00:00",0.253,"2013-07-27 00:00",0.143,"2013-07-15 00:00",0.142,"2013-08-20 00:00","","","","",0.326,0.326,0.253,0.143,0.1,0.04,0.008,"","FORT BENNING JUNCTION, 975 JOY ROAD, COLUMBUS, GA 31906","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2013-11-18" +"13","215","0011","14129",1,32.42905,-84.9316,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,1,0,0,"Certification not required",0,0.004256,0.004598,0.02,"2013-02-15 00:00",0.015,"2013-01-04 00:00",0.015,"2013-07-27 00:00",0.01,"2013-02-09 00:00","","","","",0.02,0.02,0.015,0.01,0.005,0.003,0.001,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2013-11-14" +"13","215","0011","68103",5,32.42905,-84.9316,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,14.382692,7.46862,23.5,"2013-08-08 00:00",23.4,"2013-07-15 00:00",23.4,"2013-07-21 00:00",22.7,"2013-08-02 00:00","","","","",23.5,23.4,23.4,22.2,20.8,16.4,1.9,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","68104",5,32.42905,-84.9316,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,27.198077,6.981109,37.3,"2013-08-02 00:00",37.1,"2013-09-01 00:00",36.8,"2013-09-07 00:00",35.6,"2013-07-09 00:00","","","","",37.3,37.1,36.8,34.7,33.2,27.7,17.7,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","68105",1,32.42905,-84.9316,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",78,64,78,122,0,3,"","","Certification not required",0,18.176923,7.085249,28.6,"2013-06-12 00:00",27.2,"2013-08-02 00:00",27.1,"2013-08-11 00:00",26.9,"2013-07-30 00:00","","","","",28.6,27.2,26.9,26.6,24.6,19.6,7.7,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0011","68105",5,32.42905,-84.9316,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.213462,6.573924,29.1,"2013-08-02 00:00",28.2,"2013-07-09 00:00",28.2,"2013-09-01 00:00",28,"2013-08-08 00:00","","","","",29.1,28.2,28.2,27.3,26,22.5,10.2,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","68106",5,32.42905,-84.9316,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,749.692308,3.427332,757,"2013-01-04 00:00",756,"2013-01-10 00:00",756,"2013-01-28 00:00",754,"2013-01-22 00:00","","","","",757,756,756,754,753,750,745,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","68107",5,32.42905,-84.9316,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,753.403846,3.465571,761,"2013-01-04 00:00",760,"2013-01-28 00:00",760,"2013-10-25 00:00",759,"2013-01-10 00:00","","","","",761,760,760,759,756,753,749,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","68108",1,32.42905,-84.9316,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",78,64,78,122,0,3,"","","Certification not required",0,757.474359,3.313586,764,"2013-01-04 00:00",764,"2013-01-19 00:00",763,"2013-01-07 00:00",763,"2013-01-10 00:00","","","","",764,764,763,763,760,757,753,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-22" +"13","215","0011","68108",5,32.42905,-84.9316,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,751.365385,3.36667,759,"2013-01-04 00:00",758,"2013-01-28 00:00",757,"2013-01-10 00:00",757,"2013-01-22 00:00","","","","",759,758,757,756,754,751,747,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88101",1,32.42905,-84.9316,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,6,0,0,"Certification not required",0,9.989583,5.640203,31.4,"2013-10-04 00:00",29.9,"2013-03-29 00:00",26.8,"2013-04-10 00:00",21.8,"2013-03-08 00:00","","","","",31.4,29.9,20.9,19,11.3,8.5,4.2,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0011","88101",1,32.42905,-84.9316,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,6,"","","Certification not required",0,9.989583,5.640203,31.4,"2013-10-04 00:00",29.9,"2013-03-29 00:00",26.8,"2013-04-10 00:00",21.8,"2013-03-08 00:00","","","","",31.4,29.9,20.9,19,11.3,8.5,4.2,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-28" +"13","215","0011","88102",5,32.42905,-84.9316,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.022019,0.011165,0.068,"2013-04-28 00:00",0.062,"2013-06-27 00:00",0.058,"2013-10-19 00:00",0.026,"2013-03-17 00:00","","","","",0.068,0.062,0.058,0.026,0.0255,0.0205,0.014,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88103",5,32.42905,-84.9316,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000404,0.000799,0.003,"2013-02-03 00:00",0.003,"2013-08-08 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-21 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88104",5,32.42905,-84.9316,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",23,0.043452,0.059132,0.329,"2013-06-09 00:00",0.252,"2013-06-27 00:00",0.157,"2013-10-31 00:00",0.101,"2013-03-17 00:00","","","","",0.329,0.252,0.157,0.084,0.055,0.027,0.0065,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88107",5,32.42905,-84.9316,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005835,0.004815,0.0295,"2013-04-10 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-03-23 00:00",0.0055,"2013-04-04 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88109",5,32.42905,-84.9316,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.003071,0.002523,0.0144,"2013-10-19 00:00",0.0088,"2013-01-28 00:00",0.0084,"2013-03-17 00:00",0.0065,"2013-10-01 00:00","","","","",0.0144,0.0088,0.0084,0.0056,0.004,0.0026,0.0009,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88110",5,32.42905,-84.9316,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000827,0.002633,0.014,"2013-04-04 00:00",0.011,"2013-05-22 00:00",0.005,"2013-09-07 00:00",0.005,"2013-10-31 00:00","","","","",0.014,0.011,0.005,0.002,0,0,0,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88111",5,32.42905,-84.9316,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",19,0.016305,0.015854,0.0595,"2013-03-17 00:00",0.0554,"2013-06-27 00:00",0.0524,"2013-03-29 00:00",0.0509,"2013-09-13 00:00","","","","",0.0595,0.0554,0.0524,0.0426,0.0201,0.0127,0.0021,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88112",5,32.42905,-84.9316,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004846,0.015372,0.104,"2013-09-25 00:00",0.037,"2013-11-06 00:00",0.028,"2013-10-07 00:00",0.006,"2013-03-17 00:00","","","","",0.104,0.037,0.028,0.006,0.003,0.001,0,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88113",5,32.42905,-84.9316,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00069,0.000169,0.0014,"2013-03-17 00:00",0.0014,"2013-06-15 00:00",0.001,"2013-04-10 00:00",0.001,"2013-08-20 00:00","","","","",0.0014,0.0014,0.001,0.0007,0.0007,0.0007,0.00055,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88114",5,32.42905,-84.9316,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",15,0.003626,0.002282,0.0095,"2013-10-13 00:00",0.0079,"2013-03-17 00:00",0.0075,"2013-05-10 00:00",0.0075,"2013-05-16 00:00","","","","",0.0095,0.0079,0.0075,0.0066,0.0055,0.0034,0.00095,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88115",5,32.42905,-84.9316,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",24,0.015314,0.020658,0.106,"2013-11-06 00:00",0.0745,"2013-07-15 00:00",0.057,"2013-05-04 00:00",0.0519,"2013-03-11 00:00","","","","",0.106,0.0745,0.057,0.0452,0.0162,0.008,0.0025,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88117",5,32.42905,-84.9316,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005365,0.007688,0.0435,"2013-08-20 00:00",0.043,"2013-04-10 00:00",0.00485,"2013-03-23 00:00",0.00485,"2013-04-04 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88118",5,32.42905,-84.9316,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008402,0.005919,0.023,"2013-04-10 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88126",5,32.42905,-84.9316,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.046165,0.0362,0.22,"2013-06-09 00:00",0.185,"2013-06-27 00:00",0.096,"2013-03-17 00:00",0.0779,"2013-02-15 00:00","","","","",0.22,0.185,0.096,0.0718,0.048,0.0398,0.0198,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88128",5,32.42905,-84.9316,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001288,0.002154,0.008,"2013-10-25 00:00",0.007,"2013-10-07 00:00",0.007,"2013-10-19 00:00",0.006,"2013-02-15 00:00","","","","",0.008,0.007,0.007,0.004,0.002,0,0,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88131",5,32.42905,-84.9316,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.010606,0.003849,0.02,"2013-07-15 00:00",0.0165,"2013-03-17 00:00",0.0165,"2013-04-16 00:00",0.0165,"2013-05-04 00:00","","","","",0.02,0.0165,0.0165,0.0165,0.015,0.008,0.007,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88132",5,32.42905,-84.9316,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000865,0.001189,0.005,"2013-06-09 00:00",0.005,"2013-06-27 00:00",0.003,"2013-03-17 00:00",0.003,"2013-05-10 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0.001,0,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88136",5,32.42905,-84.9316,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.6e-05,0.000298,0.001,"2013-03-17 00:00",0.001,"2013-05-22 00:00",0.001,"2013-06-09 00:00",0.001,"2013-07-09 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88140",5,32.42905,-84.9316,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.007738,0.005582,0.0386,"2013-11-06 00:00",0.028,"2013-02-15 00:00",0.012,"2013-01-04 00:00",0.0105,"2013-04-16 00:00","","","","",0.0386,0.028,0.012,0.009,0.009,0.006,0.00475,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88152",5,32.42905,-84.9316,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005706,0.001497,0.008,"2013-03-23 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-22 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88154",5,32.42905,-84.9316,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001043,0.000266,0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88160",5,32.42905,-84.9316,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.01301,0.003655,0.0185,"2013-08-08 00:00",0.018,"2013-03-17 00:00",0.018,"2013-04-16 00:00",0.018,"2013-05-04 00:00","","","","",0.0185,0.018,0.018,0.018,0.016,0.01,0.01,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88161",5,32.42905,-84.9316,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.003799,0.005114,0.0313,"2013-06-09 00:00",0.0231,"2013-06-27 00:00",0.0137,"2013-03-17 00:00",0.0065,"2013-08-02 00:00","","","","",0.0313,0.0231,0.0137,0.0049,0.00265,0.0025,0.0021,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88164",5,32.42905,-84.9316,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00166,0.000394,0.004,"2013-01-28 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-22 00:00","","","","",0.004,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88165",5,32.42905,-84.9316,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.093317,0.125191,0.71,"2013-06-09 00:00",0.642,"2013-06-27 00:00",0.19,"2013-03-17 00:00",0.169,"2013-04-28 00:00","","","","",0.71,0.642,0.19,0.146,0.104,0.064,0.027,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88166",5,32.42905,-84.9316,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008704,0.005285,0.019,"2013-08-08 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-04-16 00:00",0.0185,"2013-05-04 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88167",5,32.42905,-84.9316,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.004862,0.004306,0.0235,"2013-01-04 00:00",0.0141,"2013-03-17 00:00",0.0135,"2013-01-22 00:00",0.0108,"2013-02-15 00:00","","","","",0.0235,0.0141,0.0135,0.0097,0.0072,0.0034,0.00105,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88168",5,32.42905,-84.9316,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00122,0.000319,0.00175,"2013-03-17 00:00",0.00175,"2013-04-16 00:00",0.00175,"2013-05-04 00:00",0.00175,"2013-05-10 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88169",5,32.42905,-84.9316,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.663346,0.324541,1.55,"2013-08-02 00:00",1.43,"2013-09-13 00:00",1.34,"2013-01-28 00:00",1.2,"2013-07-27 00:00","","","","",1.55,1.43,1.34,1.17,0.806,0.607,0.289,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88176",5,32.42905,-84.9316,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001019,0.000342,0.0029,"2013-04-28 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-04-16 00:00","","","","",0.0029,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88180",5,32.42905,-84.9316,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.062587,0.031552,0.168,"2013-09-13 00:00",0.137,"2013-03-17 00:00",0.121,"2013-02-21 00:00",0.113,"2013-03-29 00:00","","","","",0.168,0.137,0.121,0.106,0.083,0.058,0.029,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88184",5,32.42905,-84.9316,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",26,0.06676,0.066658,0.283,"2013-11-06 00:00",0.23,"2013-04-16 00:00",0.22,"2013-01-28 00:00",0.215,"2013-04-10 00:00","","","","",0.283,0.23,0.22,0.144,0.103,0.032,0.013,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88185",5,32.42905,-84.9316,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.004411,0.004523,0.0175,"2013-10-19 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-05-04 00:00","","","","",0.0175,0.0115,0.0115,0.0115,0.0113,0.00225,0.0014,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88301",5,32.42905,-84.9316,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.328948,0.248461,1.29,"2013-01-28 00:00",0.816,"2013-08-02 00:00",0.746,"2013-09-13 00:00",0.642,"2013-02-27 00:00","","","","",1.29,0.816,0.746,0.603,0.52,0.258,0.033,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88302",5,32.42905,-84.9316,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.096151,0.079573,0.35,"2013-04-16 00:00",0.258,"2013-11-06 00:00",0.254,"2013-04-28 00:00",0.252,"2013-04-10 00:00","","","","",0.35,0.258,0.254,0.22,0.143,0.0682,0.015,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88303",5,32.42905,-84.9316,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.045237,0.025718,0.115,"2013-03-29 00:00",0.1,"2013-04-10 00:00",0.097,"2013-09-13 00:00",0.093,"2013-07-15 00:00","","","","",0.115,0.1,0.097,0.083,0.06,0.04,0.012,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88306",5,32.42905,-84.9316,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.317846,0.219339,1.34,"2013-01-04 00:00",0.713,"2013-01-28 00:00",0.68,"2013-02-09 00:00",0.679,"2013-03-29 00:00","","","","",1.34,0.713,0.68,0.603,0.407,0.263,0.133,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88355",5,32.42905,-84.9316,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,3.349551,2.599929,14.3,"2013-03-29 00:00",13,"2013-04-10 00:00",10.3,"2013-02-21 00:00",5.86,"2013-01-28 00:00","","","","",14.3,14.3,10.3,5.02,3.35,2.76,1.53,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88357",5,32.42905,-84.9316,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.295286,0.221108,1.18,"2013-03-29 00:00",1.18,"2013-04-10 00:00",0.823,"2013-02-21 00:00",0.472,"2013-09-13 00:00","","","","",1.18,1.18,0.823,0.434,0.326,0.244,0.14,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88370",5,32.42905,-84.9316,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,3.133592,2.37491,12.9,"2013-03-29 00:00",12.2,"2013-04-10 00:00",9.4,"2013-02-21 00:00",5.45,"2013-01-28 00:00","","","","",12.9,12.9,9.4,4.75,3.17,2.59,1.38,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88374",5,32.42905,-84.9316,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.340857,0.496485,2.37,"2013-03-29 00:00",2.23,"2013-04-10 00:00",1.71,"2013-02-21 00:00",0.858,"2013-01-28 00:00","","","","",2.37,2.37,1.71,0.766,0.366,0.186,0.032,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88375",5,32.42905,-84.9316,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.822755,0.65331,3.71,"2013-03-29 00:00",3.41,"2013-04-10 00:00",2.26,"2013-02-21 00:00",1.21,"2013-09-07 00:00","","","","",3.71,3.71,2.26,1.13,0.825,0.711,0.408,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88376",5,32.42905,-84.9316,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.893224,0.648682,3.5,"2013-03-29 00:00",3.3,"2013-04-10 00:00",2.9,"2013-02-21 00:00",1.32,"2013-01-28 00:00","","","","",3.5,3.5,2.9,1.31,0.867,0.745,0.425,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88377",5,32.42905,-84.9316,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.526959,0.273316,1.38,"2013-04-10 00:00",1.29,"2013-02-21 00:00",1.16,"2013-03-29 00:00",1.1,"2013-01-28 00:00","","","","",1.38,1.38,1.16,0.883,0.616,0.453,0.261,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88378",5,32.42905,-84.9316,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.548878,0.386263,2.13,"2013-03-29 00:00",1.86,"2013-04-10 00:00",1.23,"2013-02-21 00:00",1.12,"2013-01-28 00:00","","","","",2.13,2.13,1.23,1.1,0.618,0.443,0.246,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88380",5,32.42905,-84.9316,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.512531,0.458136,2.6,"2013-03-29 00:00",2.04,"2013-04-10 00:00",1.71,"2013-02-21 00:00",0.844,"2013-01-28 00:00","","","","",2.6,2.6,1.71,0.751,0.576,0.374,0.208,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88383",5,32.42905,-84.9316,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.978939,0.801662,4.55,"2013-03-29 00:00",3.77,"2013-04-10 00:00",2.81,"2013-02-21 00:00",1.91,"2013-01-28 00:00","","","","",4.55,4.55,2.81,1.62,1.03,0.802,0.353,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88384",5,32.42905,-84.9316,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.078235,0.027136,0.176,"2013-03-29 00:00",0.138,"2013-02-21 00:00",0.121,"2013-10-07 00:00",0.12,"2013-06-27 00:00","","","","",0.176,0.176,0.121,0.118,0.0938,0.0762,0.0495,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88385",5,32.42905,-84.9316,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",31,0.004264,0.00489,0.0182,"2013-07-03 00:00",0.0162,"2013-05-16 00:00",0.0144,"2013-07-21 00:00",0.0136,"2013-07-09 00:00","","","","",0.0182,0.0182,0.0144,0.0106,0.0087,0.001,0.001,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88388",5,32.42905,-84.9316,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.765898,0.610814,3.54,"2013-03-29 00:00",2.72,"2013-04-10 00:00",2.12,"2013-02-21 00:00",1.53,"2013-01-28 00:00","","","","",3.54,3.54,2.12,1.37,0.823,0.605,0.313,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88403",5,32.42905,-84.9316,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.589865,0.798702,3.65,"2013-01-28 00:00",3.61,"2013-08-02 00:00",3.38,"2013-09-13 00:00",3.15,"2013-09-01 00:00","","","","",3.65,3.61,3.38,2.67,1.94,1.47,0.689,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","0011","88502",5,32.42905,-84.9316,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.396154,6.19905,39.5,"2013-03-05 00:00",23,"2013-03-29 00:00",22.2,"2013-04-10 00:00",21.7,"2013-02-21 00:00","","","","",39.5,23,22.2,16.7,11.9,8.8,4.8,"Columbus-Cusseta Road Elementary","Cusseta Road Elementary School,.4150 Cusseta Road, Columbus, Georgia, 31903","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-02-13" +"13","215","1003","61101",1,32.508712,-84.880303,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",5085,58,212,365,0,3,"","","Certification not required",0,2.564267,1.691729,12.4,"2013-01-30 13:00",12.4,"2013-01-30 14:00",12.2,"2013-01-30 10:00",12,"2013-01-30 11:00","","","","",7.8,6.8,5.8,4.9,3.5,2.3,0.8,"Columbus-Crime Lab","COLUMBUS CRIME LAB , 8695 BEAVER RUN ROAD, MIDLAND, GA 31820","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-13" +"13","215","1003","61102",1,32.508712,-84.880303,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",5085,58,212,365,0,3,"","","Certification not required",0,178.783481,113.552943,359,"2013-01-04 23:00",359,"2013-01-18 04:00",359,"2013-01-26 12:00",359,"2013-01-26 14:00","","","","",358,356,350,341,284,181,33,"Columbus-Crime Lab","COLUMBUS CRIME LAB , 8695 BEAVER RUN ROAD, MIDLAND, GA 31820","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-13" +"13","215","1003","62101",1,32.508712,-84.880303,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5085,58,212,365,0,3,"","","Certification not required",0,63.780531,15.083423,94,"2013-06-12 13:00",94,"2013-06-12 14:00",94,"2013-06-12 15:00",94,"2013-06-12 16:00","","","","",91,89,87,83,75,66,42,"Columbus-Crime Lab","COLUMBUS CRIME LAB , 8695 BEAVER RUN ROAD, MIDLAND, GA 31820","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-13" +"13","215","1003","62201",1,32.508712,-84.880303,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5085,58,212,365,0,3,"","","Certification not required",0,76.125664,21.84561,100,"2013-01-01 21:00",100,"2013-01-01 22:00",100,"2013-01-01 23:00",100,"2013-01-02 00:00","","","","",100,100,100,100,96,81,42,"Columbus-Crime Lab","COLUMBUS CRIME LAB , 8695 BEAVER RUN ROAD, MIDLAND, GA 31820","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-13" +"13","215","1003","64101",1,32.508712,-84.880303,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5040,58,209,365,0,48,"","","Certification not required",0,1003.351984,4.931674,1018,"2013-01-18 10:00",1017,"2013-01-18 09:00",1017,"2013-01-18 11:00",1017,"2013-01-18 12:00","","","","",1014,1013,1011,1010,1006,1003,998,"Columbus-Crime Lab","COLUMBUS CRIME LAB , 8695 BEAVER RUN ROAD, MIDLAND, GA 31820","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2014-01-13" +"13","215","1003","65102",1,32.508712,-84.880303,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",3506,40,146,365,0,838,"","","Certification not required",0,0.008451,0.053872,1.35,"2013-06-05 22:00",0.94,"2013-06-05 23:00",0.86,"2013-02-12 19:00",0.64,"2013-02-10 19:00","","","","",0.22,0.13,0.02,0,0,0,0,"Columbus-Crime Lab","COLUMBUS CRIME LAB , 8695 BEAVER RUN ROAD, MIDLAND, GA 31820","Georgia","Muscogee","Columbus (Remainder)","Columbus, GA-AL","2013-11-12" +"13","223","0003","12102",1,33.9285,-85.04534,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.001083,0.0009,0.003,"2013-06-21 00:00",0.002,"2013-01-04 00:00",0.002,"2013-05-28 00:00",0.001,"2013-01-28 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12103",1,33.9285,-85.04534,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.000333,0.000492,0.001,"2013-01-28 00:00",0.001,"2013-03-29 00:00",0.001,"2013-06-09 00:00",0.001,"2013-06-21 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12105",1,33.9285,-85.04534,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12110",1,33.9285,-85.04534,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12112",1,33.9285,-85.04534,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.002167,0.001946,0.008,"2013-06-21 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-21 00:00","","","","",0.008,0.008,0.008,0.002,0.002,0.002,0.001,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12113",1,33.9285,-85.04534,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12128",1,33.9285,-85.04534,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.002092,0.002322,0.0093,"2013-06-21 00:00",0.0024,"2013-05-28 00:00",0.002,"2013-01-28 00:00",0.0016,"2013-03-29 00:00","","","","",0.0093,0.0093,0.0093,0.0024,0.002,0.0016,0.001,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12132",1,33.9285,-85.04534,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.00525,0.005562,0.021,"2013-06-21 00:00",0.011,"2013-04-10 00:00",0.004,"2013-01-28 00:00",0.004,"2013-03-17 00:00","","","","",0.021,0.021,0.021,0.011,0.004,0.004,0.001,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12136",1,33.9285,-85.04534,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.00275,0.006062,0.022,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00","","","","",0.022,0.022,0.022,0.001,0.001,0.001,0.001,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12154",1,33.9285,-85.04534,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.000167,0.000389,0.001,"2013-01-28 00:00",0.001,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","12167",1,33.9285,-85.04534,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",12,39,12,31,0,3,"","","Certification not required",0,0.018031,0.022079,0.08758,"2013-06-21 00:00",0.01616,"2013-01-28 00:00",0.0152,"2013-04-10 00:00",0.01379,"2013-02-21 00:00","","","","",0.08758,0.08758,0.08758,0.01616,0.0152,0.01258,0.0086,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17141",1,33.9285,-85.04534,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,18.369231,14.05023,48.2,"2013-01-16 00:00",38.1,"2013-05-04 00:00",32.1,"2013-01-04 00:00",25.2,"2013-03-29 00:00","","","","",48.2,48.2,48.2,38.1,25.2,15.6,4.8,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17147",1,33.9285,-85.04534,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.361538,0.490813,1.5,"2013-01-16 00:00",1.1,"2013-03-29 00:00",0.6,"2013-01-28 00:00",0.6,"2013-05-16 00:00","","","","",1.5,1.5,1.5,1.1,0.6,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17148",1,33.9285,-85.04534,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17149",1,33.9285,-85.04534,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.584615,0.929916,2.4,"2013-06-21 00:00",1.9,"2013-01-16 00:00",1.7,"2013-01-28 00:00",1.6,"2013-01-04 00:00","","","","",2.4,2.4,2.4,1.9,1.6,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17150",1,33.9285,-85.04534,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,1.6,0.798958,3.1,"2013-03-29 00:00",2.7,"2013-01-16 00:00",2.2,"2013-01-28 00:00",2,"2013-04-10 00:00","","","","",3.1,3.1,3.1,2.7,2,1.5,1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17151",1,33.9285,-85.04534,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17201",1,33.9285,-85.04534,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.307692,0.24311,0.7,"2013-06-21 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-21 00:00",0.5,"2013-03-29 00:00","","","","",0.7,0.7,0.7,0.5,0.5,0.4,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17204",1,33.9285,-85.04534,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.046154,0.096742,0.3,"2013-03-05 00:00",0.2,"2013-02-21 00:00",0.1,"2013-04-22 00:00",0,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.2,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17208",1,33.9285,-85.04534,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17215",1,33.9285,-85.04534,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17220",1,33.9285,-85.04534,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17223",1,33.9285,-85.04534,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17224",1,33.9285,-85.04534,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17237",1,33.9285,-85.04534,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17242",1,33.9285,-85.04534,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","17243",1,33.9285,-85.04534,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF CARTRIDGE - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",13,42,13,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-15" +"13","223","0003","42101",1,33.9285,-85.04534,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48C-TL",2013,"Parts per million","No Events",7169,82,304,365,0,127,0,0,"Certification not required",291,0.252701,0.101553,0.9,"2013-09-11 15:00",0.7,"2013-05-04 12:00",0.7,"2013-05-04 13:00",0.7,"2013-05-04 14:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.2,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","42101",1,33.9285,-85.04534,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7242,83,301,365,0,0,0,0,"Certification not required",0,0.254474,0.099022,0.7,"2013-05-04 17:00",0.7,"2013-05-04 18:00",0.7,"2013-05-04 19:00",0.7,"2013-05-04 20:00",0.7,"2013-05-04 17:00",0.6,"2013-05-04 04:00",0.5,0.5,0.4,0.4,0.3,0.2,0.2,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","42601",1,33.9285,-85.04534,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6948,79,299,365,0,348,"","","Certification not required",0,1.262406,1.128197,14.2,"2013-04-30 11:00",8.9,"2013-05-04 12:00",7.4,"2013-04-29 14:00",7.4,"2013-04-30 13:00","","","","",6.8,6.6,2.8,1,1,1,1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","42602",1,33.9285,-85.04534,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6948,79,299,365,0,348,0,"","Certification not required",0,4.502341,3.377357,23.7,"2013-01-28 22:00",19.8,"2013-01-25 21:00",19.7,"2013-01-29 01:00",15.6,"2013-01-08 19:00","","","","",19.7,13.9,11,9.2,5.7,3.3,1.7,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","42602",1,33.9285,-85.04534,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6948,79,299,365,0,348,"","","Certification not required",0,2.454721,2.12756,23.7,"2013-01-28 22:00",23.7,"2013-01-28 23:00",19.8,"2013-01-25 21:00",19.7,"2013-01-29 01:00","","","","",10.8,9.4,7.1,5,2.7,1.7,1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","42603",1,33.9285,-85.04534,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6948,79,299,365,0,348,"","","Certification not required",0,2.559384,1.969399,23.7,"2013-01-28 22:00",23.7,"2013-01-28 23:00",19.9,"2013-01-25 21:00",19.7,"2013-01-29 01:00","","","","",9.9,7.9,6,5.1,3.1,1.9,1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","43000",1,33.9285,-85.04534,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,22.742975,10.920181,96.6,"2013-06-28 03:00",71.9,"2013-06-30 08:00",68.7,"2013-06-30 19:00",66.1,"2013-06-30 20:00","","","","",66.1,50.5,43,37.6,26.8,20.6,12.3,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43000",2,33.9285,-85.04534,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,31.962963,9.874137,53,"2013-01-16 00:00",50,"2013-01-10 00:00",44,"2013-05-28 00:00",44,"2013-06-15 00:00","","","","",53,53,50,44,41,31,20,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43102",1,33.9285,-85.04534,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,27.032782,14.365378,196.3,"2013-06-28 03:00",87.9,"2013-06-30 08:00",75.4,"2013-06-28 04:00",72.4,"2013-06-30 19:00","","","","",72.4,61.1,48.9,42.1,31.1,24.2,15.4,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43102",2,33.9285,-85.04534,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,140.074074,68.21286,240,"2013-03-23 00:00",240,"2013-03-29 00:00",240,"2013-05-28 00:00",220,"2013-03-17 00:00","","","","",240,240,240,240,200,140,51,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43189",1,33.9285,-85.04534,"NAD83","beta.Pinene & 1,2,3- trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,1.665399,1.528713,9.55,"2013-06-28 01:00",9.26,"2013-06-25 21:00",8.81,"2013-06-28 00:00",7.74,"2013-06-25 23:00","","","","",7.74,6.96,4.88,3.68,2.07,1.14,0.42,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43202",1,33.9285,-85.04534,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",1,2.791198,1.19935,7.74,"2013-06-19 09:00",7.73,"2013-06-19 08:00",7.29,"2013-06-19 10:00",6.98,"2013-06-19 11:00","","","","",6.98,5.92,4.94,4.23,3.36,2.75,1.29,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43202",2,33.9285,-85.04534,"NAD83","Ethane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,5.551852,2.837438,10,"2013-01-16 00:00",10,"2013-01-28 00:00",9.8,"2013-03-29 00:00",9.5,"2013-02-03 00:00","","","","",10,10,10,9.8,8.3,5.5,2.3,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43203",1,33.9285,-85.04534,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",218,0.130248,0.182203,1.32,"2013-06-29 21:00",1.03,"2013-06-29 20:00",0.84,"2013-06-28 03:00",0.73,"2013-06-28 04:00","","","","",0.73,0.59,0.41,0.37,0.24,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43203",2,33.9285,-85.04534,"NAD83","Ethylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",21,0.274074,0.36331,1.3,"2013-03-23 00:00",1.3,"2013-04-10 00:00",0.8,"2013-06-15 00:00",0.7,"2013-04-04 00:00","","","","",1.3,1.3,1.3,0.8,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43204",1,33.9285,-85.04534,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",1,2.408223,1.19288,7.6,"2013-06-20 01:00",6.88,"2013-06-20 03:00",6.52,"2013-06-21 00:00",6.33,"2013-06-21 01:00","","","","",6.33,5.37,4.36,3.9,3.1,2.24,0.99,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43204",2,33.9285,-85.04534,"NAD83","Propane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",1,5.462963,2.64679,11,"2013-01-16 00:00",11,"2013-03-29 00:00",8.8,"2013-01-28 00:00",8.5,"2013-02-03 00:00","","","","",11,11,11,8.8,7.5,5,2.8,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43205",1,33.9285,-85.04534,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",325,0.025992,0.061675,0.29,"2013-06-21 02:00",0.22,"2013-06-19 04:00",0.22,"2013-06-21 16:00",0.22,"2013-06-21 22:00","","","","",0.22,0.21,0.2,0.2,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43205",2,33.9285,-85.04534,"NAD83","Propylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",9,0.318519,0.249672,1.1,"2013-03-23 00:00",0.7,"2013-03-17 00:00",0.7,"2013-03-29 00:00",0.7,"2013-04-10 00:00","","","","",1.1,1.1,0.7,0.7,0.5,0.3,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43206",1,33.9285,-85.04534,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",16,0.803306,0.447201,3,"2013-06-22 04:00",2.8,"2013-06-22 03:00",2.6,"2013-06-16 19:00",2.6,"2013-06-22 01:00","","","","",2.6,1.9,1.6,1.4,1,0.7,0.3,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43206",2,33.9285,-85.04534,"NAD83","Acetylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",3,0.855556,0.497171,1.7,"2013-01-10 00:00",1.7,"2013-01-16 00:00",1.7,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.7,1.7,1.7,1.7,1.2,0.9,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43207",1,33.9285,-85.04534,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.165714,0.022775,0.22,"2013-02-21 00:00",0.2,"2013-05-16 00:00",0.18,"2013-02-09 00:00",0.18,"2013-03-17 00:00","","","","",0.22,0.22,0.22,0.2,0.18,0.16,0.14,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43208",1,33.9285,-85.04534,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.023,0,0.023,"2013-01-04 00:00",0.023,"2013-01-16 00:00",0.023,"2013-01-28 00:00",0.023,"2013-02-09 00:00","","","","",0.023,0.023,0.023,0.023,0.023,0.023,0.023,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43212",1,33.9285,-85.04534,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",103,0.271446,0.213777,0.92,"2013-06-22 04:00",0.88,"2013-06-22 03:00",0.83,"2013-06-18 14:00",0.79,"2013-06-21 11:00","","","","",0.79,0.76,0.68,0.55,0.41,0.27,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43212",2,33.9285,-85.04534,"NAD83","n-Butane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,1.87037,1.529911,6.6,"2013-01-10 00:00",4.9,"2013-01-16 00:00",3.6,"2013-01-28 00:00",3.6,"2013-02-03 00:00","","","","",6.6,6.6,4.9,3.6,2.6,1.3,0.5,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43214",1,33.9285,-85.04534,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",19,0.34343,0.17406,2.14,"2013-06-27 15:00",1.23,"2013-06-25 07:00",1.17,"2013-06-29 21:00",1.05,"2013-06-28 03:00","","","","",1.05,0.66,0.55,0.48,0.4,0.33,0.22,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43214",2,33.9285,-85.04534,"NAD83","Isobutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",3,1,0.627572,3.3,"2013-03-23 00:00",1.6,"2013-01-16 00:00",1.5,"2013-01-10 00:00",1.5,"2013-02-03 00:00","","","","",3.3,3.3,1.6,1.5,1.2,1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43216",1,33.9285,-85.04534,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",363,0.005,0,0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00",0.005,"2013-06-14 03:00",0.005,"2013-06-14 04:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43216",2,33.9285,-85.04534,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43217",1,33.9285,-85.04534,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",145,0.279848,2.277269,43.23,"2013-06-28 03:00",4.42,"2013-06-28 04:00",2.11,"2013-06-21 13:00",0.93,"2013-06-27 15:00","","","","",0.93,0.33,0.28,0.27,0.24,0.2,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43217",2,33.9285,-85.04534,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43218",1,33.9285,-85.04534,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43220",1,33.9285,-85.04534,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",26,0.629504,0.519498,3.25,"2013-06-30 08:00",3.1,"2013-06-22 04:00",3.01,"2013-06-22 03:00",2.92,"2013-06-22 01:00","","","","",2.92,2.66,1.67,1.1,0.71,0.51,0.25,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43220",2,33.9285,-85.04534,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,1.685185,1.630409,5.6,"2013-04-28 00:00",5.1,"2013-03-23 00:00",4.8,"2013-03-29 00:00",4.6,"2013-03-17 00:00","","","","",5.6,5.6,5.1,4.8,2.2,1,0.4,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43221",1,33.9285,-85.04534,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",11,1.00511,0.873746,6.53,"2013-06-30 08:00",6.03,"2013-06-22 04:00",5.67,"2013-06-22 03:00",5.54,"2013-06-22 01:00","","","","",5.54,3.52,2.62,1.86,1.09,0.8,0.42,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43221",2,33.9285,-85.04534,"NAD83","Isopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,1.040741,0.693519,3.1,"2013-01-10 00:00",2.3,"2013-01-16 00:00",2.2,"2013-06-21 00:00",1.9,"2013-06-15 00:00","","","","",3.1,3.1,2.3,2.2,1.4,0.8,0.3,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43224",1,33.9285,-85.04534,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",358,0.011791,0.062648,0.83,"2013-06-30 08:00",0.62,"2013-06-25 07:00",0.48,"2013-06-27 15:00",0.31,"2013-06-25 10:00","","","","",0.31,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43224",2,33.9285,-85.04534,"NAD83","1-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",24,0.137037,0.107946,0.5,"2013-03-29 00:00",0.4,"2013-03-23 00:00",0.4,"2013-05-16 00:00",0.1,"2013-01-04 00:00","","","","",0.5,0.5,0.4,0.4,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43226",1,33.9285,-85.04534,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",280,0.17,2.127142,40.54,"2013-06-26 12:00",0.49,"2013-06-30 22:00",0.4,"2013-06-26 13:00",0.31,"2013-06-22 03:00","","","","",0.31,0.3,0.27,0.24,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43226",2,33.9285,-85.04534,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",23,0.255556,0.485429,2.4,"2013-01-10 00:00",1,"2013-02-21 00:00",0.9,"2013-02-15 00:00",0.3,"2013-01-16 00:00","","","","",2.4,2.4,1,0.9,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43227",1,33.9285,-85.04534,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",361,0.01186,0.120383,2.29,"2013-06-28 03:00",0.21,"2013-06-28 04:00",0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43227",2,33.9285,-85.04534,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.214815,0.596595,3.2,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",3.2,3.2,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43230",1,33.9285,-85.04534,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",275,0.092245,0.193282,1.83,"2013-06-30 08:00",1.15,"2013-06-25 07:00",0.97,"2013-06-22 01:00",0.85,"2013-06-22 03:00","","","","",0.85,0.57,0.42,0.32,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43230",2,33.9285,-85.04534,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",17,0.266667,0.267467,0.9,"2013-01-10 00:00",0.9,"2013-03-11 00:00",0.8,"2013-04-04 00:00",0.6,"2013-05-10 00:00","","","","",0.9,0.9,0.9,0.8,0.4,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43231",1,33.9285,-85.04534,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.408623,0.471935,6.37,"2013-06-28 03:00",3.39,"2013-06-30 08:00",2.39,"2013-06-28 04:00",2.12,"2013-06-28 00:00","","","","",2.12,1.46,0.91,0.76,0.49,0.33,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43231",2,33.9285,-85.04534,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.725926,0.64426,2.3,"2013-01-28 00:00",1.5,"2013-03-11 00:00",1.5,"2013-05-22 00:00",1.4,"2013-02-09 00:00","","","","",2.3,2.3,1.5,1.5,1.1,1,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43232",1,33.9285,-85.04534,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",359,0.011804,0.074683,1.23,"2013-06-28 03:00",0.53,"2013-06-28 04:00",0.38,"2013-06-21 18:00",0.35,"2013-06-21 13:00","","","","",0.35,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43232",2,33.9285,-85.04534,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",25,0.114815,0.053376,0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43233",1,33.9285,-85.04534,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",340,0.056612,0.351908,5.83,"2013-06-21 11:00",2.01,"2013-06-21 13:00",1.47,"2013-06-21 14:00",1.1,"2013-06-21 15:00","","","","",1.1,0.68,0.26,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43233",2,33.9285,-85.04534,"NAD83","n-Octane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43235",1,33.9285,-85.04534,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",362,0.00595,0.018108,0.35,"2013-06-21 13:00",0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00",0.005,"2013-06-14 03:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43235",2,33.9285,-85.04534,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43238",1,33.9285,-85.04534,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",359,0.014146,0.087994,1.02,"2013-06-27 11:00",0.91,"2013-06-21 13:00",0.75,"2013-06-20 03:00",0.66,"2013-06-19 02:00","","","","",0.66,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43238",2,33.9285,-85.04534,"NAD83","n-Decane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43242",1,33.9285,-85.04534,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",354,0.014931,0.087517,1.49,"2013-06-28 05:00",0.44,"2013-06-30 08:00",0.3,"2013-06-22 01:00",0.27,"2013-06-22 03:00","","","","",0.27,0.2,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43242",2,33.9285,-85.04534,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",23,0.255556,0.413552,1.7,"2013-06-27 00:00",1.4,"2013-05-28 00:00",0.8,"2013-05-16 00:00",0.7,"2013-05-22 00:00","","","","",1.7,1.7,1.4,0.8,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43243",1,33.9285,-85.04534,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",15,8.232052,7.795545,54.48,"2013-06-30 19:00",48.51,"2013-06-30 20:00",46.38,"2013-06-30 18:00",38.68,"2013-06-29 19:00","","","","",38.68,28.01,21.71,18.28,11.97,5.94,0.57,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43243",2,33.9285,-85.04534,"NAD83","Isoprene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",16,1.937037,3.330298,14,"2013-06-27 00:00",7,"2013-05-22 00:00",7,"2013-06-09 00:00",6,"2013-05-16 00:00","","","","",14,14,7,7,2.9,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43244",1,33.9285,-85.04534,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",357,0.00905,0.031753,0.32,"2013-06-30 08:00",0.29,"2013-06-17 13:00",0.24,"2013-06-22 01:00",0.24,"2013-06-25 07:00","","","","",0.24,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43244",2,33.9285,-85.04534,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",17,0.248148,0.231002,0.9,"2013-05-22 00:00",0.7,"2013-03-29 00:00",0.6,"2013-03-23 00:00",0.6,"2013-04-10 00:00","","","","",0.9,0.9,0.7,0.6,0.4,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43247",1,33.9285,-85.04534,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",363,0.005,0,0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00",0.005,"2013-06-14 03:00",0.005,"2013-06-14 04:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43247",2,33.9285,-85.04534,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43248",1,33.9285,-85.04534,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",360,0.007355,0.026356,0.34,"2013-06-16 19:00",0.32,"2013-06-30 08:00",0.21,"2013-06-16 20:00",0.005,"2013-06-14 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43248",2,33.9285,-85.04534,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.107407,0.03849,0.3,"2013-01-10 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43248",3,33.9285,-85.04534,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.201,0,0.201,"2013-01-04 00:00",0.201,"2013-01-16 00:00",0.201,"2013-01-28 00:00",0.201,"2013-02-09 00:00","","","","",0.201,0.201,0.201,0.201,0.201,0.201,0.201,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43249",1,33.9285,-85.04534,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",295,0.071446,0.171265,1.74,"2013-06-30 08:00",0.95,"2013-06-25 07:00",0.88,"2013-06-22 01:00",0.77,"2013-06-27 15:00","","","","",0.77,0.53,0.38,0.27,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43249",2,33.9285,-85.04534,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",22,0.181481,0.264629,1.4,"2013-05-28 00:00",0.6,"2013-04-28 00:00",0.3,"2013-01-10 00:00",0.2,"2013-01-04 00:00","","","","",1.4,1.4,0.6,0.3,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43250",1,33.9285,-85.04534,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.295537,0.426943,4.77,"2013-06-30 08:00",2.73,"2013-06-27 15:00",2.37,"2013-06-22 01:00",2.25,"2013-06-25 07:00","","","","",2.25,1.39,0.85,0.67,0.4,0.25,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43250",2,33.9285,-85.04534,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.17037,0.542654,2.8,"2013-05-28 00:00",0.5,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-09 00:00","","","","",2.8,2.8,0.5,0.3,0.2,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43252",1,33.9285,-85.04534,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",334,0.035813,0.136375,1.72,"2013-06-30 08:00",0.87,"2013-06-27 15:00",0.78,"2013-06-25 07:00",0.66,"2013-06-25 10:00","","","","",0.66,0.37,0.23,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43252",2,33.9285,-85.04534,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GS/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.12963,0.15396,0.9,"2013-05-28 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.9,0.9,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43253",1,33.9285,-85.04534,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",330,0.029669,0.083055,0.52,"2013-06-14 16:00",0.47,"2013-06-27 02:00",0.46,"2013-06-26 01:00",0.45,"2013-06-25 04:00","","","","",0.45,0.32,0.23,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43253",2,33.9285,-85.04534,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43261",1,33.9285,-85.04534,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",348,0.016694,0.058761,0.48,"2013-06-30 08:00",0.4,"2013-06-22 01:00",0.36,"2013-06-22 03:00",0.35,"2013-06-22 04:00","","","","",0.35,0.28,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43261",2,33.9285,-85.04534,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GS/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43262",1,33.9285,-85.04534,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",363,0.005,0,0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00",0.005,"2013-06-14 03:00",0.005,"2013-06-14 04:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43262",2,33.9285,-85.04534,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43263",1,33.9285,-85.04534,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",296,0.076832,0.191013,2.06,"2013-06-30 08:00",1.07,"2013-06-25 07:00",1.02,"2013-06-22 01:00",0.9,"2013-06-27 15:00","","","","",0.9,0.58,0.39,0.31,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43263",2,33.9285,-85.04534,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.107407,0.03849,0.3,"2013-01-10 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43280",1,33.9285,-85.04534,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",359,0.007507,0.023868,0.25,"2013-06-28 03:00",0.24,"2013-06-25 07:00",0.24,"2013-06-29 21:00",0.2,"2013-06-29 20:00","","","","",0.2,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43280",2,33.9285,-85.04534,"NAD83","1-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",25,0.125926,0.094432,0.5,"2013-03-17 00:00",0.4,"2013-03-29 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.5,0.5,0.4,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43284",1,33.9285,-85.04534,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",329,0.032824,0.098278,1,"2013-06-30 08:00",0.56,"2013-06-25 07:00",0.52,"2013-06-22 01:00",0.45,"2013-06-22 03:00","","","","",0.45,0.32,0.25,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43284",2,33.9285,-85.04534,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.107407,0.03849,0.3,"2013-06-21 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43285",1,33.9285,-85.04534,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",175,0.203678,0.287319,2.73,"2013-06-30 08:00",1.72,"2013-06-25 07:00",1.54,"2013-06-22 01:00",1.37,"2013-06-22 03:00","","","","",1.37,0.85,0.65,0.51,0.28,0.2,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43285",2,33.9285,-85.04534,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",15,0.237037,0.19245,0.8,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-03-11 00:00",0.4,"2013-02-03 00:00","","","","",0.8,0.8,0.6,0.6,0.3,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43291",1,33.9285,-85.04534,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",363,0.005,0,0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00",0.005,"2013-06-14 03:00",0.005,"2013-06-14 04:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43291",2,33.9285,-85.04534,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",16,0.455556,0.544436,2.5,"2013-05-28 00:00",1.1,"2013-04-10 00:00",0.9,"2013-03-17 00:00",0.9,"2013-05-10 00:00","","","","",2.5,2.5,1.1,0.9,0.8,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43379",1,33.9285,-85.04534,"NAD83","m(and p)-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",47,0.874669,0.820641,4.29,"2013-06-28 00:00",4.1,"2013-06-29 23:00",3.9,"2013-06-30 20:00",3.87,"2013-06-27 23:00","","","","",3.87,3.22,2.51,2.01,1.2,0.62,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43505",1,33.9285,-85.04534,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.885714,0.386019,1.6,"2013-06-21 00:00",1.5,"2013-05-16 00:00",1.4,"2013-05-28 00:00",1,"2013-03-17 00:00","","","","",1.6,1.6,1.6,1.5,1,0.9,0.5,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43801",1,33.9285,-85.04534,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.614286,0.066299,0.7,"2013-03-17 00:00",0.7,"2013-04-10 00:00",0.7,"2013-05-16 00:00",0.7,"2013-06-09 00:00","","","","",0.7,0.7,0.7,0.7,0.7,0.6,0.5,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43802",1,33.9285,-85.04534,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43803",1,33.9285,-85.04534,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43804",1,33.9285,-85.04534,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43811",1,33.9285,-85.04534,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.235,0.022447,0.28,"2013-05-16 00:00",0.27,"2013-01-04 00:00",0.25,"2013-01-16 00:00",0.25,"2013-02-21 00:00","","","","",0.28,0.28,0.28,0.27,0.25,0.23,0.21,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43812",1,33.9285,-85.04534,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43813",1,33.9285,-85.04534,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43814",1,33.9285,-85.04534,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43815",1,33.9285,-85.04534,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43817",1,33.9285,-85.04534,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43818",1,33.9285,-85.04534,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43819",1,33.9285,-85.04534,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43820",1,33.9285,-85.04534,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43823",1,33.9285,-85.04534,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.49,0.087178,0.6,"2013-05-16 00:00",0.56,"2013-02-21 00:00",0.55,"2013-01-16 00:00",0.54,"2013-01-04 00:00","","","","",0.6,0.6,0.6,0.56,0.54,0.52,0.38,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43824",1,33.9285,-85.04534,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43826",1,33.9285,-85.04534,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43829",1,33.9285,-85.04534,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43830",1,33.9285,-85.04534,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43831",1,33.9285,-85.04534,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43839",1,33.9285,-85.04534,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.024,0,0.024,"2013-01-04 00:00",0.024,"2013-01-16 00:00",0.024,"2013-01-28 00:00",0.024,"2013-02-09 00:00","","","","",0.024,0.024,0.024,0.024,0.024,0.024,0.024,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43843",1,33.9285,-85.04534,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43844",1,33.9285,-85.04534,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43860",1,33.9285,-85.04534,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","43954",1,33.9285,-85.04534,"NAD83","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",340,0.061791,0.33975,3.79,"2013-06-20 03:00",3.71,"2013-06-19 02:00",2.42,"2013-06-27 11:00",1.59,"2013-06-20 04:00","","","","",1.59,0.79,0.23,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43954",2,33.9285,-85.04534,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",25,0.114815,0.060152,0.4,"2013-05-28 00:00",0.2,"2013-05-16 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.4,0.4,0.2,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","43960",1,33.9285,-85.04534,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",360,0.007493,0.028865,0.45,"2013-06-30 08:00",0.24,"2013-06-27 15:00",0.23,"2013-06-25 07:00",0.005,"2013-06-14 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","43960",2,33.9285,-85.04534,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","44201",1,33.9285,-85.04534,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5760,98,240,245,0,120,0,0,"Certification not required",20,0.045208,0.010301,0.076,"2013-09-11 16:00",0.074,"2013-03-15 16:00",0.072,"2013-06-21 17:00",0.07,"2013-09-10 14:00","","","","",0.072,0.069,0.062,0.057,0.052,0.045,0.032,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","44201",1,33.9285,-85.04534,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5794,98,240,245,0,0,0,0,"Certification not required",0,0.040742,0.009685,0.068,"2013-03-15 12:00",0.066,"2013-06-21 11:00",0.065,"2013-06-22 11:00",0.062,"2013-06-20 10:00","","","","",0.065,0.062,0.055,0.052,0.048,0.041,0.027,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","44201",1,33.9285,-85.04534,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5794,98,240,245,0,0,0,0,"Certification not required",0,0.040742,0.009685,0.068,"2013-03-15 12:00",0.066,"2013-06-21 11:00",0.065,"2013-06-22 11:00",0.062,"2013-06-20 10:00","","","","",0.065,0.062,0.055,0.052,0.048,0.041,0.027,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","45109",1,33.9285,-85.04534,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.167686,0.313231,3.29,"2013-06-30 08:00",2.17,"2013-06-25 07:00",1.68,"2013-06-27 15:00",1.33,"2013-06-22 01:00","","","","",1.33,0.88,0.64,0.5,0.26,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45109",2,33.9285,-85.04534,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.196296,0.23449,0.8,"2013-01-10 00:00",0.7,"2013-05-28 00:00",0.6,"2013-01-16 00:00",0.4,"2013-03-23 00:00","","","","",0.8,0.8,0.7,0.6,0.3,0.2,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45109",3,33.9285,-85.04534,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45201",1,33.9285,-85.04534,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.059063,0.16644,1.99,"2013-06-21 13:00",0.86,"2013-06-27 15:00",0.83,"2013-06-29 21:00",0.64,"2013-06-28 03:00","","","","",0.64,0.54,0.32,0.23,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45201",2,33.9285,-85.04534,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.7,0.312558,1.3,"2013-01-16 00:00",1.1,"2013-01-10 00:00",1.1,"2013-01-28 00:00",1.1,"2013-03-23 00:00","","","","",1.3,1.3,1.1,1.1,1,0.7,0.3,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45201",3,33.9285,-85.04534,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.65,0.247293,1.1,"2013-06-21 00:00",1,"2013-01-16 00:00",1,"2013-04-10 00:00",0.8,"2013-01-28 00:00","","","","",1.1,1.1,1.1,1,0.8,0.5,0.4,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45202",1,33.9285,-85.04534,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.906198,1.400052,22.49,"2013-06-28 03:00",8.73,"2013-06-30 08:00",5.72,"2013-06-28 04:00",5.05,"2013-06-21 13:00","","","","",5.05,3.43,2.04,1.62,1.01,0.61,0.31,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45202",2,33.9285,-85.04534,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.825926,0.539653,2.4,"2013-05-28 00:00",2.1,"2013-01-10 00:00",1.7,"2013-01-16 00:00",1.4,"2013-06-21 00:00","","","","",2.4,2.4,2.1,1.7,1.1,0.6,0.4,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45202",3,33.9285,-85.04534,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.3,0.192154,0.6,"2013-01-16 00:00",0.5,"2013-05-16 00:00",0.5,"2013-06-21 00:00",0.4,"2013-01-28 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45203",1,33.9285,-85.04534,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.008981,0.056907,0.58,"2013-06-28 03:00",0.49,"2013-06-30 08:00",0.4,"2013-06-25 07:00",0.3,"2013-06-22 01:00","","","","",0.3,0.24,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45203",2,33.9285,-85.04534,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.007407,0.03849,0.2,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.2,0.2,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45203",3,33.9285,-85.04534,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45204",1,33.9285,-85.04534,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.012727,0.083392,1.12,"2013-06-30 08:00",0.62,"2013-06-25 07:00",0.54,"2013-06-27 15:00",0.43,"2013-06-28 03:00","","","","",0.43,0.24,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45204",2,33.9285,-85.04534,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.007407,0.03849,0.2,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.2,0.2,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45204",3,33.9285,-85.04534,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45207",1,33.9285,-85.04534,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",358,0.011157,0.055528,0.65,"2013-06-30 08:00",0.55,"2013-06-21 13:00",0.53,"2013-06-25 07:00",0.32,"2013-06-27 15:00","","","","",0.32,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45207",2,33.9285,-85.04534,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45207",3,33.9285,-85.04534,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.117,0,0.117,"2013-01-04 00:00",0.117,"2013-01-16 00:00",0.117,"2013-01-28 00:00",0.117,"2013-02-09 00:00","","","","",0.117,0.117,0.117,0.117,0.117,0.117,0.117,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45208",1,33.9285,-85.04534,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",30,0.464628,0.724628,12.21,"2013-06-21 11:00",4.29,"2013-06-21 13:00",2.69,"2013-06-28 03:00",2.1,"2013-06-28 06:00","","","","",2.1,1.69,0.91,0.73,0.54,0.36,0.2,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45208",2,33.9285,-85.04534,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,6.218519,5.249325,25,"2013-06-15 00:00",13,"2013-05-28 00:00",12,"2013-05-10 00:00",12,"2013-06-09 00:00","","","","",25,25,13,12,8.6,5.3,0.3,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45208",3,33.9285,-85.04534,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.1035,0,0.1035,"2013-01-04 00:00",0.1035,"2013-01-16 00:00",0.1035,"2013-01-28 00:00",0.1035,"2013-02-09 00:00","","","","",0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,0.1035,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45209",1,33.9285,-85.04534,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",355,0.011722,0.047379,0.49,"2013-06-21 13:00",0.45,"2013-06-30 08:00",0.36,"2013-06-25 07:00",0.27,"2013-06-28 03:00","","","","",0.27,0.21,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45209",2,33.9285,-85.04534,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45210",1,33.9285,-85.04534,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.085702,0.164281,0.8,"2013-06-29 23:00",0.8,"2013-06-30 20:00",0.68,"2013-06-28 00:00",0.67,"2013-06-30 19:00","","","","",0.67,0.57,0.44,0.34,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45210",2,33.9285,-85.04534,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45211",1,33.9285,-85.04534,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",362,0.005592,0.011285,0.22,"2013-06-28 04:00",0.005,"2013-06-14 01:00",0.005,"2013-06-14 02:00",0.005,"2013-06-14 03:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45211",2,33.9285,-85.04534,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45212",2,33.9285,-85.04534,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45213",2,33.9285,-85.04534,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",18,0.159259,0.093064,0.4,"2013-03-11 00:00",0.3,"2013-03-23 00:00",0.3,"2013-04-10 00:00",0.3,"2013-05-16 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45218",1,33.9285,-85.04534,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",358,0.010799,0.054543,0.81,"2013-06-21 13:00",0.44,"2013-06-30 08:00",0.33,"2013-06-20 03:00",0.29,"2013-06-25 07:00","","","","",0.29,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45218",2,33.9285,-85.04534,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45219",1,33.9285,-85.04534,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",356,0.011377,0.049075,0.57,"2013-06-21 13:00",0.46,"2013-06-30 08:00",0.4,"2013-06-25 07:00",0.26,"2013-06-27 15:00","","","","",0.26,0.005,0.005,0.005,0.005,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45219",2,33.9285,-85.04534,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.111111,0.057735,0.4,"2013-03-23 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.4,0.4,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45220",1,33.9285,-85.04534,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",363,4,15,365,0,357,"","","Certification not required",0,0.005289,0.080979,1.48,"2013-06-28 04:00",0.44,"2013-06-28 05:00",0,"2013-06-14 01:00",0,"2013-06-14 02:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","45220",2,33.9285,-85.04534,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.292593,0.434056,1.8,"2013-04-28 00:00",1.1,"2013-05-28 00:00",0.9,"2013-06-21 00:00",0.7,"2013-06-27 00:00","","","","",1.8,1.8,1.1,0.9,0.4,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45220",3,33.9285,-85.04534,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45225",2,33.9285,-85.04534,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",26,0.107407,0.03849,0.3,"2013-05-28 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","223","0003","45228",1,33.9285,-85.04534,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.1305,0,0.1305,"2013-01-04 00:00",0.1305,"2013-01-16 00:00",0.1305,"2013-01-28 00:00",0.1305,"2013-02-09 00:00","","","","",0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,0.1305,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45801",1,33.9285,-85.04534,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45805",1,33.9285,-85.04534,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45806",1,33.9285,-85.04534,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",14,0.135,0,0.135,"2013-01-04 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-28 00:00",0.135,"2013-02-09 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.135,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45807",1,33.9285,-85.04534,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45809",1,33.9285,-85.04534,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","45810",1,33.9285,-85.04534,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,45,14,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2013-09-03" +"13","223","0003","61101",1,33.9285,-85.04534,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4903,56,202,365,0,185,"","","Certification not required",0,5.509892,2.931187,18.4,"2013-02-26 06:00",17.1,"2013-02-26 02:00",16.9,"2013-03-05 17:00",16.7,"2013-02-26 01:00","","","","",13.6,12.4,11.1,9.5,7.4,5,1.9,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","61102",1,33.9285,-85.04534,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4903,56,202,365,0,185,"","","Certification not required",0,211.551295,94.837101,359,"2013-01-04 03:00",359,"2013-02-09 05:00",359,"2013-03-08 03:00",359,"2013-03-20 04:00","","","","",356,354,348,338,302,202,98,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","62101",1,33.9285,-85.04534,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4978,57,205,365,0,110,"","","Certification not required",0,57.852953,15.102771,87,"2013-06-12 14:00",87,"2013-06-12 16:00",87,"2013-06-12 17:00",87,"2013-07-17 14:00","","","","",84,83,80,77,70,60,37,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","62201",1,33.9285,-85.04534,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4866,56,200,365,0,222,"","","Certification not required",0,73.678792,19.790148,100,"2013-01-01 08:00",100,"2013-01-01 09:00",100,"2013-01-01 10:00",100,"2013-01-01 11:00","","","","",100,100,100,98,92,76,44,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","63301",1,33.9285,-85.04534,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4148,47,171,365,0,939,"","","Certification not required",2088,0.238768,0.360504,1.53,"2013-07-16 12:00",1.42,"2013-04-25 12:00",1.41,"2013-05-12 12:00",1.41,"2013-05-12 13:00","","","","",1.31,1.23,1.07,0.86,0.37,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","63302",1,33.9285,-85.04534,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",5011,57,207,365,0,77,"","","Certification not required",3515,0.010873,0.010754,0.05,"2013-04-23 12:00",0.05,"2013-04-25 12:00",0.05,"2013-04-26 12:00",0.05,"2013-05-21 12:00","","","","",0.04,0.04,0.04,0.03,0.01,0.005,0.005,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","64101",1,33.9285,-85.04534,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",4985,57,205,365,0,103,"","","Certification not required",0,972.160481,4.756208,986,"2013-01-18 10:00",986,"2013-01-18 11:00",986,"2013-01-18 12:00",985,"2013-01-18 08:00","","","","",982,981,980,978,975,972,966,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","65102",1,33.9285,-85.04534,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5011,57,207,365,0,77,"","","Certification not required",0,0.008457,0.0515,1.41,"2013-06-13 19:00",1.16,"2013-07-03 09:00",1.03,"2013-05-19 10:00",0.69,"2013-01-13 23:00","","","","",0.22,0.13,0.04,0,0,0,0,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","223","0003","68105",1,33.9285,-85.04534,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",78,64,78,122,0,3,"","","Certification not required",0,16.070513,7.728042,27.4,"2013-06-12 00:00",26.5,"2013-08-29 00:00",26.1,"2013-06-27 00:00",26.1,"2013-07-19 00:00","","","","",27.4,26.5,26.1,25.1,23.5,17.5,5.2,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-28" +"13","223","0003","68108",1,33.9285,-85.04534,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",78,64,78,122,0,3,"","","Certification not required",0,727.474359,3.157034,733,"2013-01-04 00:00",733,"2013-01-10 00:00",733,"2013-01-19 00:00",733,"2013-01-28 00:00","","","","",733,733,733,732,730,727,723,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-22" +"13","223","0003","88101",1,33.9285,-85.04534,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,10,0,0,"Certification not required",0,8.634066,4.368606,23,"2013-06-25 00:00",20.1,"2013-04-10 00:00",19.1,"2013-01-28 00:00",17.5,"2013-07-27 00:00","","","","",23,20.1,17.5,13.6,10.7,8,3.5,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","223","0003","88101",1,33.9285,-85.04534,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,10,"","","Certification not required",0,8.634066,4.368606,23,"2013-06-25 00:00",20.1,"2013-04-10 00:00",19.1,"2013-01-28 00:00",17.5,"2013-07-27 00:00","","","","",23,20.1,17.5,13.6,10.7,8,3.5,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","223","0003","88502",3,33.9285,-85.04534,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7138,81,298,365,0,158,"","","Certification not required",0,11.137125,5.675178,53.3,"2013-03-15 23:00",46,"2013-03-08 20:00",44,"2013-05-16 02:00",42.5,"2013-08-30 18:00","","","","",27.6,24.9,21.2,18.4,14.5,10.5,4.6,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","223","0003","88502",3,33.9285,-85.04534,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",298,82,298,365,0,0,"","","Certification not required",0,11.083893,4.302526,27.9,"2013-08-30 00:00",23.8,"2013-04-10 00:00",23.2,"2013-09-09 00:00",22.9,"2013-09-10 00:00","","","","",23.2,22.1,19.1,17.3,13.6,10.3,6.2,"Yorkville, King Farm","King Farm, 160 Ralph King Path, Rockmart, Georgia, 30153","Georgia","Paulding","","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","231","9991","44201",1,33.1787,-84.4052,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7096,89,218,245,0,920,0,0,"Certification not required",45,0.046294,0.011212,0.096,"2013-06-14 16:00",0.071,"2013-03-15 14:00",0.071,"2013-03-16 15:00",0.07,"2013-03-29 17:00","","","","",0.071,0.067,0.064,0.06,0.054,0.049,0.04,"Georgia Station","Georgia Station Georgia Agricultural Experiment Station, Williamson, GA 30292","Georgia","Pike","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","231","9991","44201",1,33.1787,-84.4052,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7286,87,213,245,0,0,0,0,"Certification not required",0,0.042437,0.011032,0.078,"2013-06-14 12:00",0.069,"2013-03-15 13:00",0.066,"2013-03-29 11:00",0.064,"2013-03-16 11:00","","","","",0.066,0.063,0.059,0.055,0.051,0.045,0.037,"Georgia Station","Georgia Station Georgia Agricultural Experiment Station, Williamson, GA 30292","Georgia","Pike","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","231","9991","44201",1,33.1787,-84.4052,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7286,87,213,245,0,0,1,1,"Certification not required",0,0.042437,0.011032,0.078,"2013-06-14 12:00",0.069,"2013-03-15 13:00",0.066,"2013-03-29 11:00",0.064,"2013-03-16 11:00","","","","",0.066,0.063,0.059,0.055,0.051,0.045,0.037,"Georgia Station","Georgia Station Georgia Agricultural Experiment Station, Williamson, GA 30292","Georgia","Pike","","Atlanta-Sandy Springs-Marietta, GA","2014-01-31" +"13","245","0091","42401",1,33.433349,-82.022217,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6556,75,276,365,0,428,1,"","Certification not required",0,8.858333,13.7452,83,"2013-09-17 20:00",68.9,"2013-07-31 08:00",68.5,"2013-06-04 07:00",62.9,"2013-10-21 08:00","","","","",68.5,58.5,37.7,28.9,11.4,1.6,1,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","42401",1,33.433349,-82.022217,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6556,75,276,365,0,428,"","","Certification not required",0,1.789475,4.020837,83,"2013-09-17 20:00",68.9,"2013-07-31 08:00",68.5,"2013-06-04 07:00",62.9,"2013-10-21 08:00","","","","",21.3,12.6,4.6,1.7,1,1,1,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","42401",1,33.433349,-82.022217,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",276,76,276,365,0,0,0,"","Certification not required",0,1.79058,1.557148,9.4,"2013-04-27 00:00",9.3,"2013-09-17 00:00",9.2,"2013-01-28 00:00",8.7,"2013-08-30 00:00","","","","",9.2,7.5,5.1,3.7,1.8,1,1,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","42401",1,33.433349,-82.022217,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2140,73,274,365,0,0,"",0,"Certification not required",0,1.782103,3.00563,56.9,"2013-09-17 20:00",32.2,"2013-04-27 20:00",29,"2013-07-31 08:00",27,"2013-08-16 02:00","","","","",15.3,12.2,5.9,2.8,1,1,1,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","42406",1,33.433349,-82.022217,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6533,77,275,352,0,451,"","","Certification not required",0,3.546334,11.589564,203.6,"2013-08-16 10:00",141.5,"2013-06-05 08:00",139.9,"2013-08-30 18:00",138.6,"2013-01-28 08:00","","","","",67.7,41.7,14.5,3.4,1,1,1,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","44201",1,33.433349,-82.022217,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5629,96,236,245,0,251,0,0,"Certification not required",988,0.046801,0.012258,0.085,"2013-07-30 15:00",0.075,"2013-06-13 15:00",0.074,"2013-05-14 14:00",0.074,"2013-09-05 14:00","","","","",0.074,0.073,0.067,0.063,0.054,0.047,0.03,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","44201",1,33.433349,-82.022217,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5662,96,234,245,0,0,0,0,"Certification not required",0,0.04138,0.011602,0.07,"2013-05-15 11:00",0.07,"2013-07-30 10:00",0.067,"2013-05-14 10:00",0.063,"2013-04-06 10:00","","","","",0.067,0.063,0.061,0.057,0.049,0.042,0.024,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","44201",1,33.433349,-82.022217,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5662,96,234,245,0,0,0,0,"Certification not required",0,0.04138,0.011602,0.07,"2013-05-15 11:00",0.07,"2013-07-30 10:00",0.067,"2013-05-14 10:00",0.063,"2013-04-06 10:00","","","","",0.067,0.063,0.061,0.057,0.049,0.042,0.024,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","61101",1,33.433349,-82.022217,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",5056,58,210,365,0,32,"","","Certification not required",0,2.294047,1.517369,10.5,"2013-01-30 19:00",10.3,"2013-01-30 18:00",9.7,"2013-01-30 17:00",9.5,"2013-01-30 16:00","","","","",6.4,5.8,5,4.5,3.3,2.1,0.6,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-13" +"13","245","0091","61102",1,33.433349,-82.022217,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - VISUAL AVERAGE",2013,"Degrees Compass","No Events",5056,58,210,365,0,32,"","","Certification not required",0,193.559138,101.51859,359,"2013-01-24 16:00",359,"2013-02-04 06:00",359,"2013-02-08 07:00",359,"2013-02-12 18:00","","","","",356,351,339,323,289,192,46,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-13" +"13","245","0091","62101",1,33.433349,-82.022217,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4875,56,202,365,0,213,"","","Certification not required",0,63.294974,15.452947,96,"2013-06-12 15:00",96,"2013-06-12 16:00",96,"2013-06-13 13:00",96,"2013-06-13 14:00","","","","",91,90,87,83,75,65,42,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-13" +"13","245","0091","62201",1,33.433349,-82.022217,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5056,58,210,365,0,32,"","","Certification not required",0,70.16159,22.813869,100,"2013-01-17 00:00",100,"2013-01-17 02:00",100,"2013-01-17 03:00",100,"2013-01-17 04:00","","","","",100,100,99,98,91,73,37,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-13" +"13","245","0091","64101",1,33.433349,-82.022217,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5056,58,210,365,0,32,"","","Certification not required",0,1012.137065,5.282935,1027,"2013-01-18 10:00",1027,"2013-01-18 11:00",1027,"2013-01-18 23:00",1027,"2013-01-19 00:00","","","","",1025,1023,1021,1019,1016,1012,1006,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-13" +"13","245","0091","65102",1,33.433349,-82.022217,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5056,58,210,365,0,32,"","","Certification not required",0,0.007516,0.046216,1.03,"2013-06-05 11:00",0.88,"2013-02-07 20:00",0.8,"2013-06-17 19:00",0.79,"2013-06-07 21:00","","","","",0.21,0.11,0.03,0,0,0,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-13" +"13","245","0091","68103",5,33.433349,-82.022217,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,6,"","","Certification not required",0,15.917391,5.879089,24.7,"2013-07-21 00:00",23.7,"2013-08-20 00:00",23.3,"2013-06-27 00:00",23.2,"2013-08-02 00:00","","","","",24.7,24.7,23.3,23.1,22.2,16.9,10.1,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","68104",5,33.433349,-82.022217,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,6,"","","Certification not required",0,26.1,8.680732,36.4,"2013-08-08 00:00",35.9,"2013-06-27 00:00",35.1,"2013-09-13 00:00",34.9,"2013-07-21 00:00","","","","",36.4,36.4,35.1,34.7,32.9,30.2,10.9,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","68105",1,33.433349,-82.022217,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",79,65,79,122,0,2,"","","Certification not required",0,19.721519,7.58745,30.8,"2013-08-11 00:00",30.7,"2013-06-12 00:00",29.3,"2013-06-27 00:00",29.3,"2013-08-29 00:00","","","","",30.8,30.7,29.3,28.4,26.2,20.9,8.3,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-28" +"13","245","0091","68105",5,33.433349,-82.022217,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,6,"","","Certification not required",0,20.491304,6.563868,29.1,"2013-06-27 00:00",29.1,"2013-08-08 00:00",28.2,"2013-07-03 00:00",28.1,"2013-07-21 00:00","","","","",29.1,29.1,28.2,27.8,26.1,22.5,10.4,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","68106",5,33.433349,-82.022217,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,757,3.230291,763,"2013-07-15 00:00",762,"2013-01-10 00:00",762,"2013-01-16 00:00",762,"2013-03-29 00:00","","","","",763,763,762,761,759,757,753,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","68107",5,33.433349,-82.022217,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,761.191489,3.353378,768,"2013-01-28 00:00",766,"2013-01-10 00:00",766,"2013-01-16 00:00",766,"2013-03-29 00:00","","","","",768,768,766,766,763,762,757,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","68108",1,33.433349,-82.022217,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,2,"","","Certification not required",0,756.164557,5.958038,766,"2013-01-25 00:00",766,"2013-03-08 00:00",764,"2013-01-10 00:00",763,"2013-01-07 00:00","","","","",766,766,763,762,759,756,752,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-22" +"13","245","0091","68108",5,33.433349,-82.022217,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,758.87234,3.187046,765,"2013-07-15 00:00",763,"2013-01-10 00:00",763,"2013-01-16 00:00",763,"2013-01-28 00:00","","","","",765,765,763,763,762,759,755,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","81102",1,33.433349,-82.022217,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,3,0,0,"Certification not required",0,14.387097,6.52011,37,"2013-01-28 00:00",28,"2013-05-16 00:00",22,"2013-01-24 00:00",21,"2013-05-10 00:00","","","","",37,37,28,21,17,13,8,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-21" +"13","245","0091","81102",2,33.433349,-82.022217,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R&P Model 2000 Partisol - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",13,21,13,61,0,3,0,0,"Certification not required",0,13.615385,4.958805,26,"2013-05-16 00:00",18,"2013-03-29 00:00",17,"2013-03-05 00:00",15,"2013-03-17 00:00","","","","",26,26,26,18,15,13,8,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-21" +"13","245","0091","88101",1,33.433349,-82.022217,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,9,0,0,"Certification not required",0,9.297872,3.781505,18.1,"2013-02-06 00:00",17.7,"2013-10-05 00:00",17.4,"2013-03-23 00:00",16.4,"2013-08-02 00:00","","","","",18.1,17.7,15.7,14.5,12.4,8.5,4.9,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-31" +"13","245","0091","88101",1,33.433349,-82.022217,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,9,"","","Certification not required",0,9.297872,3.781505,18.1,"2013-02-06 00:00",17.7,"2013-10-05 00:00",17.4,"2013-03-23 00:00",16.4,"2013-08-02 00:00","","","","",18.1,17.7,15.7,14.5,12.4,8.5,4.9,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-01-31" +"13","245","0091","88102",5,33.433349,-82.022217,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.019287,0.003891,0.026,"2013-02-21 00:00",0.026,"2013-03-05 00:00",0.026,"2013-05-22 00:00",0.026,"2013-07-27 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.014,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88103",5,33.433349,-82.022217,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000872,0.000992,0.003,"2013-01-28 00:00",0.003,"2013-02-09 00:00",0.003,"2013-02-15 00:00",0.003,"2013-09-19 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88104",5,33.433349,-82.022217,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",18,0.036617,0.047676,0.321,"2013-06-27 00:00",0.083,"2013-05-16 00:00",0.083,"2013-09-19 00:00",0.074,"2013-07-03 00:00","","","","",0.321,0.321,0.083,0.073,0.048,0.029,0.0065,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88107",5,33.433349,-82.022217,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.00512,0.001131,0.012,"2013-05-10 00:00",0.0055,"2013-04-10 00:00",0.0055,"2013-04-16 00:00",0.0055,"2013-05-16 00:00","","","","",0.012,0.012,0.0055,0.0055,0.0055,0.005,0.00385,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88109",5,33.433349,-82.022217,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",9,0.004144,0.004877,0.0314,"2013-11-06 00:00",0.0149,"2013-01-28 00:00",0.011,"2013-03-23 00:00",0.0089,"2013-01-16 00:00","","","","",0.0314,0.0314,0.011,0.0063,0.0045,0.0033,0.0009,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88110",5,33.433349,-82.022217,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.001213,0.002866,0.014,"2013-05-22 00:00",0.007,"2013-10-01 00:00",0.007,"2013-10-07 00:00",0.007,"2013-10-31 00:00","","","","",0.014,0.014,0.007,0.006,0,0,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88111",5,33.433349,-82.022217,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",17,0.015555,0.015816,0.084,"2013-06-27 00:00",0.047,"2013-01-28 00:00",0.038,"2013-05-10 00:00",0.0371,"2013-03-29 00:00","","","","",0.084,0.084,0.038,0.0365,0.0251,0.0117,0.00235,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88112",5,33.433349,-82.022217,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.005745,0.015904,0.099,"2013-10-07 00:00",0.048,"2013-09-25 00:00",0.024,"2013-10-19 00:00",0.009,"2013-04-16 00:00","","","","",0.099,0.099,0.024,0.009,0.004,0.002,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88113",5,33.433349,-82.022217,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.000707,0.000246,0.0016,"2013-01-28 00:00",0.0015,"2013-09-19 00:00",0.0014,"2013-01-16 00:00",0.0014,"2013-10-25 00:00","","","","",0.0016,0.0016,0.0014,0.0007,0.0007,0.00065,0.00055,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88114",5,33.433349,-82.022217,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",30,0.001685,0.00127,0.0053,"2013-01-28 00:00",0.0051,"2013-01-16 00:00",0.0044,"2013-02-15 00:00",0.0044,"2013-02-21 00:00","","","","",0.0053,0.0053,0.0044,0.0042,0.002,0.00125,0.00065,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88115",5,33.433349,-82.022217,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",24,0.021006,0.041406,0.226,"2013-05-04 00:00",0.127,"2013-03-11 00:00",0.105,"2013-01-28 00:00",0.0936,"2013-07-15 00:00","","","","",0.226,0.226,0.105,0.0743,0.012,0.00405,0.0025,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88117",5,33.433349,-82.022217,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.00385,0.00068,0.00485,"2013-04-10 00:00",0.00485,"2013-05-16 00:00",0.00485,"2013-06-09 00:00",0.00485,"2013-08-26 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.0041,0.0041,0.0028,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88118",5,33.433349,-82.022217,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.009338,0.005845,0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.0041,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88126",5,33.433349,-82.022217,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.056113,0.038725,0.226,"2013-06-27 00:00",0.128,"2013-01-16 00:00",0.124,"2013-02-15 00:00",0.119,"2013-01-28 00:00","","","","",0.226,0.226,0.124,0.105,0.0748,0.0431,0.0239,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88128",5,33.433349,-82.022217,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000872,0.001941,0.012,"2013-01-10 00:00",0.003,"2013-03-23 00:00",0.003,"2013-08-20 00:00",0.003,"2013-09-07 00:00","","","","",0.012,0.012,0.003,0.003,0.001,0,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88131",5,33.433349,-82.022217,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.010191,0.003432,0.021,"2013-09-07 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-05-22 00:00","","","","",0.021,0.021,0.0165,0.0165,0.011,0.011,0.007,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88132",5,33.433349,-82.022217,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.001149,0.001063,0.004,"2013-01-28 00:00",0.003,"2013-01-16 00:00",0.003,"2013-02-21 00:00",0.003,"2013-06-27 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88136",5,33.433349,-82.022217,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,4.3e-05,0.000204,0.001,"2013-06-09 00:00",0.001,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88140",5,33.433349,-82.022217,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.008956,0.008399,0.0437,"2013-02-21 00:00",0.041,"2013-05-04 00:00",0.031,"2013-03-11 00:00",0.022,"2013-04-16 00:00","","","","",0.0437,0.0437,0.031,0.009,0.009,0.006,0.00475,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88152",5,33.433349,-82.022217,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.00567,0.00132,0.008,"2013-04-10 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-16 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88154",5,33.433349,-82.022217,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001033,0.000249,0.0013,"2013-02-15 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88160",5,33.433349,-82.022217,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.013596,0.004036,0.029,"2013-11-06 00:00",0.018,"2013-02-21 00:00",0.018,"2013-03-05 00:00",0.018,"2013-05-22 00:00","","","","",0.029,0.029,0.018,0.018,0.016,0.016,0.01,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88161",5,33.433349,-82.022217,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",41,0.003179,0.003152,0.022,"2013-06-27 00:00",0.0109,"2013-05-16 00:00",0.0057,"2013-07-03 00:00",0.005,"2013-09-19 00:00","","","","",0.022,0.022,0.0057,0.0046,0.00265,0.0025,0.0021,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88164",5,33.433349,-82.022217,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.001674,0.000382,0.004,"2013-01-16 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-16 00:00","","","","",0.004,0.004,0.0019,0.0019,0.0019,0.0016,0.0015,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88165",5,33.433349,-82.022217,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.08053,0.105264,0.719,"2013-06-27 00:00",0.219,"2013-07-03 00:00",0.211,"2013-05-16 00:00",0.166,"2013-09-19 00:00","","","","",0.719,0.719,0.211,0.13,0.086,0.054,0.023,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88166",5,33.433349,-82.022217,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.00796,0.004536,0.019,"2013-02-21 00:00",0.019,"2013-03-05 00:00",0.0185,"2013-05-22 00:00",0.0185,"2013-07-27 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0075,0.0042,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88167",5,33.433349,-82.022217,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",10,0.00519,0.003723,0.0177,"2013-01-16 00:00",0.0177,"2013-01-28 00:00",0.0103,"2013-01-10 00:00",0.0103,"2013-02-21 00:00","","","","",0.0177,0.0177,0.0103,0.0098,0.0065,0.0044,0.0013,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88168",5,33.433349,-82.022217,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.001286,0.000596,0.0047,"2013-10-25 00:00",0.002,"2013-02-15 00:00",0.0018,"2013-06-27 00:00",0.0018,"2013-09-13 00:00","","","","",0.0047,0.0047,0.0018,0.00175,0.0012,0.00115,0.00085,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88169",5,33.433349,-82.022217,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.701553,0.409033,2.5,"2013-01-28 00:00",1.56,"2013-08-02 00:00",1.31,"2013-07-27 00:00",1.29,"2013-05-10 00:00","","","","",2.5,2.5,1.31,1.29,0.783,0.652,0.302,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88176",5,33.433349,-82.022217,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.000947,0.000274,0.0023,"2013-03-23 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-05-22 00:00","","","","",0.0023,0.0023,0.0013,0.0013,0.001,0.0009,0.0007,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88180",5,33.433349,-82.022217,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.066468,0.034298,0.151,"2013-01-28 00:00",0.134,"2013-09-19 00:00",0.132,"2013-07-03 00:00",0.12,"2013-05-22 00:00","","","","",0.151,0.151,0.132,0.117,0.09,0.0651,0.023,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88184",5,33.433349,-82.022217,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",26,0.071372,0.082778,0.376,"2013-05-04 00:00",0.305,"2013-04-16 00:00",0.294,"2013-03-11 00:00",0.21,"2013-04-10 00:00","","","","",0.376,0.376,0.294,0.154,0.093,0.027,0.0155,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88185",5,33.433349,-82.022217,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.003232,0.003337,0.0115,"2013-02-21 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-05-22 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88301",5,33.433349,-82.022217,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.420606,0.568729,3.68,"2013-01-28 00:00",1.18,"2013-08-02 00:00",1.05,"2013-09-07 00:00",0.923,"2013-03-29 00:00","","","","",3.68,3.68,1.05,0.907,0.541,0.301,0.038,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88302",5,33.433349,-82.022217,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.135885,0.112324,0.54,"2013-03-11 00:00",0.359,"2013-11-06 00:00",0.352,"2013-08-26 00:00",0.35,"2013-04-16 00:00","","","","",0.54,0.54,0.352,0.346,0.183,0.092,0.036,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88303",5,33.433349,-82.022217,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",6,0.05214,0.029917,0.127,"2013-05-16 00:00",0.116,"2013-05-22 00:00",0.113,"2013-08-08 00:00",0.102,"2013-07-15 00:00","","","","",0.127,0.127,0.113,0.0937,0.0694,0.0489,0.012,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88306",5,33.433349,-82.022217,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.546851,0.572486,3.97,"2013-01-28 00:00",1.58,"2013-01-04 00:00",0.96,"2013-03-23 00:00",0.882,"2013-11-06 00:00","","","","",3.97,3.97,0.96,0.879,0.602,0.4,0.22,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88355",5,33.433349,-82.022217,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,3.004553,1.195647,5.96,"2013-03-23 00:00",5.7,"2013-01-28 00:00",5.5,"2013-05-16 00:00",5.23,"2013-03-05 00:00","","","","",5.96,5.96,5.5,5.07,3.59,2.83,1.41,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88357",5,33.433349,-82.022217,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.26683,0.14246,0.606,"2013-11-06 00:00",0.6,"2013-01-16 00:00",0.548,"2013-02-15 00:00",0.515,"2013-01-28 00:00","","","","",0.606,0.606,0.548,0.476,0.358,0.233,0.094,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88370",5,33.433349,-82.022217,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,2.748362,1.079843,5.5,"2013-03-23 00:00",5.14,"2013-01-28 00:00",5.12,"2013-05-16 00:00",4.89,"2013-03-05 00:00","","","","",5.5,5.5,5.12,4.58,3.27,2.6,1.31,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88374",5,33.433349,-82.022217,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.248957,0.188786,0.67,"2013-01-28 00:00",0.637,"2013-03-05 00:00",0.593,"2013-03-23 00:00",0.587,"2013-02-15 00:00","","","","",0.67,0.67,0.593,0.567,0.387,0.206,0.046,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88375",5,33.433349,-82.022217,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.720702,0.266299,1.53,"2013-05-16 00:00",1.2,"2013-03-29 00:00",1.16,"2013-01-28 00:00",1.11,"2013-03-05 00:00","","","","",1.53,1.53,1.16,1.09,0.87,0.688,0.396,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88376",5,33.433349,-82.022217,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.795255,0.323964,1.56,"2013-03-05 00:00",1.54,"2013-03-23 00:00",1.49,"2013-01-16 00:00",1.4,"2013-05-16 00:00","","","","",1.56,1.56,1.49,1.28,0.977,0.749,0.412,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88377",5,33.433349,-82.022217,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.500383,0.226697,1.13,"2013-01-28 00:00",1.01,"2013-01-16 00:00",0.922,"2013-03-05 00:00",0.91,"2013-03-29 00:00","","","","",1.13,1.13,0.922,0.869,0.628,0.47,0.221,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88378",5,33.433349,-82.022217,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",2,0.483957,0.288658,1.42,"2013-03-23 00:00",1.05,"2013-09-07 00:00",1.04,"2013-01-28 00:00",0.967,"2013-05-16 00:00","","","","",1.42,1.42,1.04,0.874,0.655,0.397,0.181,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88380",5,33.433349,-82.022217,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.522447,0.26431,1.09,"2013-11-06 00:00",1.07,"2013-01-28 00:00",1.03,"2013-01-16 00:00",0.935,"2013-02-15 00:00","","","","",1.09,1.09,1.03,0.909,0.718,0.487,0.204,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88383",5,33.433349,-82.022217,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.952936,0.449155,2.17,"2013-03-23 00:00",2.08,"2013-01-28 00:00",1.66,"2013-03-29 00:00",1.64,"2013-05-10 00:00","","","","",2.17,2.17,1.66,1.6,1.17,0.885,0.426,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88384",5,33.433349,-82.022217,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.053018,0.022228,0.102,"2013-09-25 00:00",0.0907,"2013-05-10 00:00",0.0907,"2013-06-27 00:00",0.0881,"2013-03-29 00:00","","","","",0.102,0.102,0.0907,0.0881,0.068,0.0515,0.0247,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88385",5,33.433349,-82.022217,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",45,0.001114,0.00061,0.00497,"2013-09-25 00:00",0.0024,"2013-01-10 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00","","","","",0.00497,0.00497,0.001,0.001,0.001,0.001,0.001,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88388",5,33.433349,-82.022217,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",47,77,46,61,0,5,"","","Certification not required",0,0.739213,0.379136,1.87,"2013-03-23 00:00",1.59,"2013-01-28 00:00",1.41,"2013-09-07 00:00",1.36,"2013-03-29 00:00","","","","",1.87,1.87,1.41,1.34,0.971,0.644,0.369,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88403",5,33.433349,-82.022217,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.703319,1.194166,7.17,"2013-01-28 00:00",4.93,"2013-08-02 00:00",3.27,"2013-09-07 00:00",3.18,"2013-07-27 00:00","","","","",7.17,7.17,3.27,2.9,2.04,1.37,0.679,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","245","0091","88502",3,33.433349,-82.022217,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7141,82,298,365,0,155,"","","Certification not required",0,8.996541,6.409339,120,"2013-03-10 05:00",119.4,"2013-03-10 04:00",101.8,"2013-03-10 06:00",82.7,"2013-03-10 03:00","","","","",29.1,23.9,19.4,16.5,12,7.8,2.6,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","88502",3,33.433349,-82.022217,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",298,82,298,365,0,0,"","","Certification not required",0,8.903691,4.532147,36.1,"2013-03-10 00:00",25,"2013-01-29 00:00",23.2,"2013-01-28 00:00",22.7,"2013-02-05 00:00","","","","",23.2,19.3,16.7,14.9,11.4,8,4,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-04" +"13","245","0091","88502",5,33.433349,-82.022217,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,10.108511,4.428359,30.4,"2013-01-28 00:00",16.7,"2013-05-16 00:00",15.7,"2013-03-23 00:00",15.5,"2013-05-10 00:00","","","","",30.4,30.4,15.7,15,12.3,9,5.5,"Bungalow Road","Bungalow Road Elem School, 2216 BUNGALOW RD, AUGUSTA GA 30906","Georgia","Richmond","Augusta-Richmond County (Remainder)","Augusta-Richmond County, GA-SC","2014-02-13" +"13","247","0001","42601",1,33.591077,-84.065294,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7068,81,302,365,0,228,"","","Certification not required",0,1.523359,2.019368,46.6,"2013-02-15 07:00",40.3,"2013-02-15 08:00",31.1,"2013-09-19 07:00",29,"2013-02-15 09:00","","","","",11.3,7.6,3.6,2.1,1,1,1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","42602",1,33.591077,-84.065294,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7068,81,302,365,0,228,0,"","Certification not required",0,7.113245,4.178623,22.7,"2013-01-26 03:00",22.3,"2013-02-15 10:00",22,"2013-02-06 19:00",21.1,"2013-01-23 07:00","","","","",21.1,19.1,15.8,13.1,8.8,6.1,2.9,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","42602",1,33.591077,-84.065294,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7068,81,302,365,0,228,"","","Certification not required",0,3.794793,2.531578,22.7,"2013-01-26 03:00",22.3,"2013-02-15 10:00",22,"2013-02-06 19:00",21.1,"2013-01-23 07:00","","","","",13.5,11.9,8.9,6.9,4.5,3,1.6,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","42603",1,33.591077,-84.065294,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7068,81,302,365,0,228,"","","Certification not required",0,4.417997,3.775978,57.4,"2013-02-15 07:00",48.3,"2013-02-15 08:00",45.8,"2013-02-15 09:00",42.2,"2013-01-14 20:00","","","","",20.3,15.9,11.3,8.1,5,3.4,1.6,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","43000",2,33.591077,-84.065294,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,50.066667,40.928814,210,"2013-06-03 00:00",180,"2013-06-09 00:00",66,"2013-02-15 00:00",61,"2013-01-16 00:00","","","","",210,210,180,66,46,41,28,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43102",2,33.591077,-84.065294,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,116.8,70.939702,340,"2013-06-03 00:00",260,"2013-06-09 00:00",260,"2013-06-27 00:00",240,"2013-05-16 00:00","","","","",340,340,260,260,120,95,62,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43202",2,33.591077,-84.065294,"WGS84","Ethane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,5.336667,2.987385,11,"2013-01-28 00:00",11,"2013-03-29 00:00",10,"2013-02-27 00:00",8.8,"2013-02-15 00:00","","","","",11,11,11,10,7.7,5.6,2.2,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43203",2,33.591077,-84.065294,"WGS84","Ethylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.223333,0.333925,1.3,"2013-02-03 00:00",1.1,"2013-01-22 00:00",1.1,"2013-06-03 00:00",0.6,"2013-03-11 00:00","","","","",1.3,1.3,1.1,1.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43204",2,33.591077,-84.065294,"WGS84","Propane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,4.003333,2.626849,8.6,"2013-01-28 00:00",8.3,"2013-02-15 00:00",8.3,"2013-03-29 00:00",7.5,"2013-01-04 00:00","","","","",8.6,8.6,8.3,8.3,6.4,3.6,1.4,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43205",2,33.591077,-84.065294,"WGS84","Propylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",8,0.346667,0.228539,1,"2013-02-15 00:00",0.8,"2013-02-09 00:00",0.7,"2013-01-16 00:00",0.6,"2013-03-29 00:00","","","","",1,1,0.8,0.7,0.5,0.3,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43206",2,33.591077,-84.065294,"WGS84","Acetylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,1.006667,0.633509,2.5,"2013-02-15 00:00",2,"2013-02-09 00:00",1.9,"2013-01-04 00:00",1.9,"2013-01-28 00:00","","","","",2.5,2.5,2,1.9,1.4,1,0.3,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43212",2,33.591077,-84.065294,"WGS84","n-Butane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,2.116667,1.584643,6.7,"2013-02-15 00:00",4.9,"2013-01-04 00:00",4.9,"2013-01-16 00:00",3.7,"2013-03-29 00:00","","","","",6.7,6.7,4.9,4.9,3.2,1.6,0.6,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43214",2,33.591077,-84.065294,"WGS84","Isobutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",5,0.643333,0.44851,1.7,"2013-02-15 00:00",1.4,"2013-01-04 00:00",1.3,"2013-03-29 00:00",1.2,"2013-01-16 00:00","","","","",1.7,1.7,1.4,1.3,1,0.6,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43216",2,33.591077,-84.065294,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43217",2,33.591077,-84.065294,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43220",2,33.591077,-84.065294,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,3.713333,10.058681,47,"2013-06-03 00:00",33,"2013-06-09 00:00",3.4,"2013-03-29 00:00",2.5,"2013-02-15 00:00","","","","",47,47,33,3.4,1.6,1,0.5,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43221",2,33.591077,-84.065294,"WGS84","Isopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,8.496667,26.149853,110,"2013-06-03 00:00",99,"2013-06-09 00:00",4,"2013-02-15 00:00",2.9,"2013-01-10 00:00","","","","",110,110,99,4,2.5,1.7,0.7,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43224",2,33.591077,-84.065294,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.11,0.054772,0.4,"2013-06-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.4,0.4,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43226",2,33.591077,-84.065294,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",24,0.653333,1.311418,5.8,"2013-05-28 00:00",2.9,"2013-01-10 00:00",2.9,"2013-02-21 00:00",2.6,"2013-05-22 00:00","","","","",5.8,5.8,2.9,2.9,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43227",2,33.591077,-84.065294,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.473333,1.113532,5.4,"2013-04-22 00:00",2.6,"2013-02-15 00:00",1.9,"2013-01-16 00:00",1.7,"2013-01-04 00:00","","","","",5.4,5.4,2.6,1.9,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43230",2,33.591077,-84.065294,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",7,0.813333,0.63231,2.1,"2013-01-10 00:00",2.1,"2013-03-05 00:00",1.8,"2013-03-17 00:00",1.7,"2013-01-16 00:00","","","","",2.1,2.1,2.1,1.8,1.2,0.7,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43231",2,33.591077,-84.065294,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.89,0.930091,3.3,"2013-03-17 00:00",2.6,"2013-03-05 00:00",2.5,"2013-02-27 00:00",2.1,"2013-01-10 00:00","","","","",3.3,3.3,2.6,2.5,1.5,0.5,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43232",2,33.591077,-84.065294,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.136667,0.096431,0.5,"2013-02-15 00:00",0.4,"2013-01-16 00:00",0.3,"2013-05-10 00:00",0.2,"2013-01-04 00:00","","","","",0.5,0.5,0.4,0.3,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43233",2,33.591077,-84.065294,"WGS84","n-Octane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.103333,0.018257,0.2,"2013-02-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43235",2,33.591077,-84.065294,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43238",2,33.591077,-84.065294,"WGS84","n-Decane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.106667,0.036515,0.3,"2013-04-28 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43242",2,33.591077,-84.065294,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.14,0.219089,1.3,"2013-06-03 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",1.3,1.3,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43243",2,33.591077,-84.065294,"WGS84","Isoprene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",15,2.966667,4.509326,17,"2013-06-27 00:00",11,"2013-06-09 00:00",9.7,"2013-06-15 00:00",9.6,"2013-06-03 00:00","","","","",17,17,11,9.7,6.5,0.2,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43244",2,33.591077,-84.065294,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",18,0.513333,0.765521,3.9,"2013-04-28 00:00",1.3,"2013-06-09 00:00",1.2,"2013-05-16 00:00",1.2,"2013-05-22 00:00","","","","",3.9,3.9,1.3,1.2,0.8,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43247",2,33.591077,-84.065294,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.143333,0.156873,0.9,"2013-05-16 00:00",0.4,"2013-06-27 00:00",0.3,"2013-04-22 00:00",0.1,"2013-01-04 00:00","","","","",0.9,0.9,0.4,0.3,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43248",2,33.591077,-84.065294,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.956667,2.704362,11,"2013-06-21 00:00",9.2,"2013-06-27 00:00",5.8,"2013-05-16 00:00",0.1,"2013-01-04 00:00","","","","",11,11,9.2,5.8,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43249",2,33.591077,-84.065294,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.15,0.173702,1,"2013-02-15 00:00",0.4,"2013-01-16 00:00",0.3,"2013-05-10 00:00",0.2,"2013-01-04 00:00","","","","",1,1,0.4,0.3,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43250",2,33.591077,-84.065294,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.116667,0.233538,1,"2013-02-15 00:00",0.5,"2013-01-16 00:00",0.5,"2013-05-10 00:00",0.4,"2013-01-04 00:00","","","","",1,1,0.5,0.5,0.2,0,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43252",2,33.591077,-84.065294,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.106667,0.025371,0.2,"2013-02-15 00:00",0.2,"2013-05-10 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43253",2,33.591077,-84.065294,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43261",2,33.591077,-84.065294,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43262",2,33.591077,-84.065294,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.13,0.105536,0.6,"2013-05-10 00:00",0.4,"2013-02-15 00:00",0.2,"2013-01-16 00:00",0.1,"2013-01-04 00:00","","","","",0.6,0.6,0.4,0.2,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43263",2,33.591077,-84.065294,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",19,4.303333,6.147132,17,"2013-04-28 00:00",16,"2013-03-11 00:00",13,"2013-06-09 00:00",12,"2013-03-05 00:00","","","","",17,17,16,13,12,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43280",2,33.591077,-84.065294,"WGS84","1-Butene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",28,0.11,0.040258,0.3,"2013-06-09 00:00",0.2,"2013-05-10 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.3,0.3,0.2,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43284",2,33.591077,-84.065294,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",24,0.213333,0.272578,1.2,"2013-05-28 00:00",0.9,"2013-06-09 00:00",0.7,"2013-05-22 00:00",0.6,"2013-04-28 00:00","","","","",1.2,1.2,0.9,0.7,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43285",2,33.591077,-84.065294,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",10,0.336667,0.259287,1.2,"2013-02-15 00:00",0.8,"2013-01-16 00:00",0.8,"2013-05-10 00:00",0.6,"2013-01-04 00:00","","","","",1.2,1.2,0.8,0.8,0.4,0.3,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43291",2,33.591077,-84.065294,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",14,3.53,4.034092,13,"2013-01-16 00:00",12,"2013-03-17 00:00",11,"2013-05-28 00:00",8.3,"2013-01-10 00:00","","","","",13,13,12,11,6.3,2.4,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43954",2,33.591077,-84.065294,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.106667,0.036515,0.3,"2013-04-28 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","43960",2,33.591077,-84.065294,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","44201",1,33.591077,-84.065294,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5794,100,244,245,0,86,0,0,"Certification not required",946,0.047664,0.013746,0.09,"2013-09-04 14:00",0.087,"2013-08-06 15:00",0.084,"2013-05-26 14:00",0.083,"2013-07-30 15:00","","","","",0.084,0.083,0.071,0.065,0.056,0.048,0.029,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","44201",1,33.591077,-84.065294,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5857,100,244,245,0,0,0,0,"Certification not required",0,0.041652,0.012155,0.073,"2013-05-15 10:00",0.073,"2013-05-26 11:00",0.072,"2013-09-04 11:00",0.071,"2013-06-12 09:00","","","","",0.072,0.069,0.062,0.056,0.05,0.042,0.025,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","44201",1,33.591077,-84.065294,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5857,100,244,245,0,0,0,0,"Certification not required",0,0.041652,0.012155,0.073,"2013-05-15 10:00",0.073,"2013-05-26 11:00",0.072,"2013-09-04 11:00",0.071,"2013-06-12 09:00","","","","",0.072,0.069,0.062,0.056,0.05,0.042,0.025,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-02-04" +"13","247","0001","45109",2,33.591077,-84.065294,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.343333,0.409948,1.9,"2013-02-15 00:00",0.9,"2013-01-16 00:00",0.9,"2013-04-28 00:00",0.8,"2013-05-10 00:00","","","","",1.9,1.9,0.9,0.9,0.5,0.3,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45201",2,33.591077,-84.065294,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.836667,0.31457,1.4,"2013-01-28 00:00",1.4,"2013-02-15 00:00",1.3,"2013-02-09 00:00",1.2,"2013-01-04 00:00","","","","",1.4,1.4,1.4,1.3,1.1,0.8,0.4,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45202",2,33.591077,-84.065294,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.226667,0.593606,2.9,"2013-02-15 00:00",2.3,"2013-04-28 00:00",2.2,"2013-01-16 00:00",1.9,"2013-05-10 00:00","","","","",2.9,2.9,2.3,2.2,1.5,1.1,0.6,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45203",2,33.591077,-84.065294,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.06,0.142877,0.5,"2013-06-03 00:00",0.4,"2013-02-15 00:00",0.4,"2013-06-09 00:00",0.3,"2013-04-28 00:00","","","","",0.5,0.5,0.4,0.4,0,0,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45204",2,33.591077,-84.065294,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.06,0.152225,0.6,"2013-02-15 00:00",0.5,"2013-04-28 00:00",0.3,"2013-01-16 00:00",0.2,"2013-05-10 00:00","","","","",0.6,0.6,0.5,0.3,0,0,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45207",2,33.591077,-84.065294,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.143333,0.145468,0.8,"2013-05-16 00:00",0.4,"2013-04-28 00:00",0.4,"2013-06-27 00:00",0.1,"2013-01-04 00:00","","","","",0.8,0.8,0.4,0.4,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45208",2,33.591077,-84.065294,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,3.696667,2.572867,9.3,"2013-04-28 00:00",7.3,"2013-06-09 00:00",7.1,"2013-01-16 00:00",6.9,"2013-05-10 00:00","","","","",9.3,9.3,7.3,7.1,5.9,3.6,0.3,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45209",2,33.591077,-84.065294,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45210",2,33.591077,-84.065294,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45211",2,33.591077,-84.065294,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.14,0.124845,0.7,"2013-04-28 00:00",0.4,"2013-05-10 00:00",0.3,"2013-05-16 00:00",0.2,"2013-05-22 00:00","","","","",0.7,0.7,0.4,0.3,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45212",2,33.591077,-84.065294,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.13,0.105536,0.6,"2013-04-28 00:00",0.4,"2013-02-15 00:00",0.2,"2013-01-16 00:00",0.1,"2013-01-04 00:00","","","","",0.6,0.6,0.4,0.2,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45213",2,33.591077,-84.065294,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.316667,0.260084,1,"2013-06-15 00:00",0.8,"2013-04-28 00:00",0.7,"2013-06-09 00:00",0.6,"2013-02-15 00:00","","","","",1,1,0.8,0.7,0.5,0.3,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45218",2,33.591077,-84.065294,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45219",2,33.591077,-84.065294,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",27,0.12,0.061026,0.3,"2013-01-10 00:00",0.3,"2013-03-11 00:00",0.3,"2013-04-28 00:00",0.1,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.3,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45220",2,33.591077,-84.065294,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.336667,0.710747,3,"2013-06-27 00:00",1.9,"2013-05-16 00:00",1.6,"2013-06-21 00:00",1.1,"2013-06-03 00:00","","","","",3,3,1.9,1.6,0.3,0,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","45225",2,33.591077,-84.065294,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-AMBIENT - PRECONCENTRATOR GC/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.16,0.158875,0.7,"2013-03-05 00:00",0.7,"2013-04-28 00:00",0.3,"2013-02-03 00:00",0.3,"2013-05-16 00:00","","","","",0.7,0.7,0.7,0.3,0.1,0.1,0.1,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2013-08-06" +"13","247","0001","61101",1,33.591077,-84.065294,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4984,57,207,365,0,104,"","","Certification not required",0,1.60935,1.552748,7.8,"2013-03-25 11:00",7.4,"2013-03-25 15:00",7.2,"2013-03-05 20:00",7.2,"2013-03-13 12:00","","","","",6,5.4,4.9,4.1,2.5,1,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","61102",1,33.591077,-84.065294,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4984,57,207,365,0,104,"","","Certification not required",0,214.548355,113.238809,359,"2013-01-13 00:00",359,"2013-01-26 00:00",359,"2013-02-19 06:00",359,"2013-04-15 19:00","","","","",357,353,342,329,309,263,30,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","62101",1,33.591077,-84.065294,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5078,58,212,365,0,10,"","","Certification not required",0,59.302284,15.290935,91,"2013-06-12 13:00",91,"2013-06-12 14:00",90,"2013-06-12 12:00",90,"2013-06-13 14:00","","","","",86,85,82,79,71,61,38,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","62201",1,33.591077,-84.065294,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5078,58,212,365,0,10,"","","Certification not required",0,78.906853,20.964535,100,"2013-01-01 10:00",100,"2013-01-01 11:00",100,"2013-01-01 12:00",100,"2013-01-01 13:00","","","","",100,100,100,100,97,85,46,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","63301",1,33.591077,-84.065294,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5079,58,212,365,0,9,"","","Certification not required",2548,0.23417,0.345149,1.34,"2013-04-30 12:00",1.33,"2013-05-13 12:00",1.32,"2013-05-24 12:00",1.31,"2013-05-12 12:00","","","","",1.2,1.14,1.01,0.85,0.37,0.005,0.005,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","63302",1,33.591077,-84.065294,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",5079,58,212,365,0,9,"","","Certification not required",3659,0.009871,0.009114,0.04,"2013-03-10 12:00",0.04,"2013-03-19 12:00",0.04,"2013-03-19 13:00",0.04,"2013-03-21 12:00","","","","",0.04,0.04,0.03,0.03,0.01,0.005,0.005,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","64101",1,33.591077,-84.065294,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5034,57,209,365,0,54,"","","Certification not required",0,993.358959,5.037084,1007,"2013-01-18 10:00",1007,"2013-01-18 11:00",1006,"2013-01-18 09:00",1006,"2013-01-18 12:00","","","","",1004,1003,1001,1000,997,993,987,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","247","0001","65102",1,33.591077,-84.065294,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5080,58,212,365,0,8,"","","Certification not required",0,0.008411,0.049644,1.35,"2013-06-27 22:00",0.93,"2013-07-10 18:00",0.93,"2013-07-17 18:00",0.74,"2013-06-05 22:00","","","","",0.22,0.12,0.03,0,0,0,0,"Monastery","Monastery of the Holy Spirit, 2625 Georgia 212, Conyers, Georgia, 30094","Georgia","Rockdale","Conyers","Atlanta-Sandy Springs-Marietta, GA","2014-01-13" +"13","261","1001","44201",2,31.954298,-84.081059,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5837,100,245,245,0,43,0,0,"Certification not required",263,0.042453,0.010528,0.069,"2013-03-29 15:00",0.067,"2013-05-16 17:00",0.066,"2013-03-15 17:00",0.066,"2013-05-15 17:00","","","","",0.066,0.064,0.059,0.056,0.05,0.043,0.028,"Leslie-Union High School","Leslie Community Center, N Bass St/E Allen St., Leslie, Georgia, 31764","Georgia","Sumter","Leslie (RR name Leslie-DeSoto)","Americus, GA","2014-02-04" +"13","261","1001","44201",2,31.954298,-84.081059,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.038249,0.010487,0.064,"2013-03-29 11:00",0.063,"2013-05-16 11:00",0.061,"2013-05-15 11:00",0.06,"2013-03-15 12:00","","","","",0.061,0.06,0.055,0.052,0.047,0.039,0.024,"Leslie-Union High School","Leslie Community Center, N Bass St/E Allen St., Leslie, Georgia, 31764","Georgia","Sumter","Leslie (RR name Leslie-DeSoto)","Americus, GA","2014-02-04" +"13","261","1001","44201",2,31.954298,-84.081059,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.038249,0.010487,0.064,"2013-03-29 11:00",0.063,"2013-05-16 11:00",0.061,"2013-05-15 11:00",0.06,"2013-03-15 12:00","","","","",0.061,0.06,0.055,0.052,0.047,0.039,0.024,"Leslie-Union High School","Leslie Community Center, N Bass St/E Allen St., Leslie, Georgia, 31764","Georgia","Sumter","Leslie (RR name Leslie-DeSoto)","Americus, GA","2014-02-04" +"13","295","0002","68103",5,34.97889,-85.30098,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.213462,7.492585,21.9,"2013-06-27 00:00",21.5,"2013-07-15 00:00",21.2,"2013-07-09 00:00",21.2,"2013-07-21 00:00","","","","",21.9,21.5,21.2,20.9,17.2,12.9,-0.7,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","68104",5,34.97889,-85.30098,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,23.673077,8.376838,35,"2013-07-09 00:00",33.5,"2013-07-15 00:00",33.2,"2013-06-27 00:00",33.1,"2013-09-07 00:00","","","","",35,33.5,33.2,32.8,31.3,24.4,12.2,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","68105",1,34.97889,-85.30098,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",77,63,77,122,0,4,"","","Certification not required",0,15.963636,8.467382,27.7,"2013-06-12 00:00",27,"2013-07-18 00:00",26.7,"2013-08-29 00:00",26.6,"2013-07-15 00:00","","","","",27.7,27,26.6,25.5,24,17.3,4.7,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-01-28" +"13","295","0002","68105",5,34.97889,-85.30098,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.865385,7.436816,27,"2013-07-09 00:00",26.4,"2013-07-15 00:00",26.3,"2013-06-27 00:00",25.1,"2013-07-21 00:00","","","","",27,26.4,26.3,24.7,23.1,19.4,6.5,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","68106",5,34.97889,-85.30098,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,743.134615,3.570186,751,"2013-01-04 00:00",750,"2013-10-25 00:00",749,"2013-01-22 00:00",749,"2013-01-28 00:00","","","","",751,750,749,749,746,743,739,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","68107",5,34.97889,-85.30098,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,746.788462,3.385879,754,"2013-01-04 00:00",754,"2013-01-10 00:00",753,"2013-10-25 00:00",752,"2013-01-22 00:00","","","","",754,754,753,751,749,747,743,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","68108",1,34.97889,-85.30098,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",77,63,77,122,0,4,"","","Certification not required",0,744.38961,3.656846,752,"2013-01-04 00:00",751,"2013-01-07 00:00",751,"2013-01-10 00:00",751,"2013-01-19 00:00","","","","",752,751,751,750,747,744,740,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-01-22" +"13","295","0002","68108",5,34.97889,-85.30098,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,744.576923,3.46606,752,"2013-01-04 00:00",751,"2013-01-10 00:00",751,"2013-10-25 00:00",750,"2013-01-22 00:00","","","","",752,751,751,749,747,744,740,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88101",1,34.97889,-85.30098,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",76,62,76,122,0,26,0,0,"Certification not required",0,9.796053,3.952229,19.2,"2013-01-28 00:00",18.7,"2013-10-28 00:00",18,"2013-03-23 00:00",17.7,"2013-09-10 00:00","","","","",19.2,18.7,17.7,14.5,12.6,10.1,4.6,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-01-31" +"13","295","0002","88101",1,34.97889,-85.30098,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",76,62,76,122,0,26,"","","Certification not required",0,9.796053,3.952229,19.2,"2013-01-28 00:00",18.7,"2013-10-28 00:00",18,"2013-03-23 00:00",17.7,"2013-09-10 00:00","","","","",19.2,18.7,17.7,14.5,12.6,10.1,4.6,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-01-31" +"13","295","0002","88102",5,34.97889,-85.30098,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.02126,0.00892,0.077,"2013-02-15 00:00",0.029,"2013-01-16 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-21 00:00","","","","",0.077,0.029,0.026,0.026,0.021,0.021,0.014,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88103",5,34.97889,-85.30098,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000885,0.001078,0.005,"2013-10-25 00:00",0.003,"2013-03-17 00:00",0.003,"2013-08-20 00:00",0.003,"2013-10-19 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0.001,0,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88104",5,34.97889,-85.30098,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",30,0.024904,0.038252,0.24,"2013-06-27 00:00",0.143,"2013-06-09 00:00",0.086,"2013-07-15 00:00",0.053,"2013-08-26 00:00","","","","",0.24,0.143,0.086,0.04,0.03,0.0125,0.0065,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88107",5,34.97889,-85.30098,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005897,0.004799,0.0295,"2013-01-10 00:00",0.0295,"2013-04-16 00:00",0.0055,"2013-02-15 00:00",0.0055,"2013-03-17 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88109",5,34.97889,-85.30098,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.003193,0.002445,0.0106,"2013-01-28 00:00",0.0103,"2013-06-21 00:00",0.0083,"2013-01-10 00:00",0.0079,"2013-04-10 00:00","","","","",0.0106,0.0103,0.0083,0.0063,0.0041,0.0029,0.0009,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88110",5,34.97889,-85.30098,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001538,0.002987,0.013,"2013-04-04 00:00",0.008,"2013-05-28 00:00",0.008,"2013-09-01 00:00",0.007,"2013-02-15 00:00","","","","",0.013,0.008,0.008,0.006,0.002,0,0,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88111",5,34.97889,-85.30098,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.023465,0.018722,0.0899,"2013-08-14 00:00",0.0724,"2013-02-21 00:00",0.0573,"2013-06-27 00:00",0.0536,"2013-04-10 00:00","","","","",0.0899,0.0724,0.0573,0.0477,0.037,0.0169,0.00375,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88112",5,34.97889,-85.30098,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003846,0.010939,0.077,"2013-09-25 00:00",0.023,"2013-10-01 00:00",0.01,"2013-10-13 00:00",0.009,"2013-03-17 00:00","","","","",0.077,0.023,0.01,0.004,0.003,0.002,0,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88113",5,34.97889,-85.30098,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000647,9.5e-05,0.001,"2013-01-10 00:00",0.001,"2013-04-16 00:00",0.0007,"2013-01-16 00:00",0.0007,"2013-02-03 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88114",5,34.97889,-85.30098,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",32,0.00159,0.001338,0.008,"2013-10-31 00:00",0.0056,"2013-05-28 00:00",0.0037,"2013-05-16 00:00",0.0033,"2013-02-21 00:00","","","","",0.008,0.0056,0.0037,0.0026,0.0021,0.00125,0.00065,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88115",5,34.97889,-85.30098,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.009417,0.021679,0.155,"2013-08-02 00:00",0.041,"2013-07-15 00:00",0.023,"2013-01-28 00:00",0.022,"2013-11-06 00:00","","","","",0.155,0.041,0.023,0.0165,0.007,0.00405,0.00245,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88117",5,34.97889,-85.30098,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005363,0.007638,0.043,"2013-01-10 00:00",0.043,"2013-04-16 00:00",0.00485,"2013-03-23 00:00",0.00485,"2013-03-29 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88118",5,34.97889,-85.30098,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009608,0.006268,0.023,"2013-01-10 00:00",0.023,"2013-04-16 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88126",5,34.97889,-85.30098,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.051319,0.029543,0.161,"2013-06-27 00:00",0.129,"2013-06-09 00:00",0.124,"2013-01-10 00:00",0.111,"2013-07-03 00:00","","","","",0.161,0.129,0.124,0.0765,0.0665,0.0436,0.0235,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88128",5,34.97889,-85.30098,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001288,0.002172,0.009,"2013-09-19 00:00",0.008,"2013-03-23 00:00",0.008,"2013-06-21 00:00",0.005,"2013-10-01 00:00","","","","",0.009,0.008,0.008,0.004,0.002,0,0,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88131",5,34.97889,-85.30098,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010548,0.003626,0.022,"2013-09-07 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00","","","","",0.022,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88132",5,34.97889,-85.30098,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001635,0.001704,0.006,"2013-02-15 00:00",0.005,"2013-01-10 00:00",0.005,"2013-05-16 00:00",0.005,"2013-06-03 00:00","","","","",0.006,0.005,0.005,0.004,0.003,0.001,0,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88136",5,34.97889,-85.30098,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000904,0.005546,0.04,"2013-05-22 00:00",0.002,"2013-03-17 00:00",0.002,"2013-08-02 00:00",0.001,"2013-04-22 00:00","","","","",0.04,0.002,0.002,0.001,0,0,0,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88140",5,34.97889,-85.30098,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.006611,0.003223,0.027,"2013-11-06 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-04-04 00:00","","","","",0.027,0.009,0.009,0.009,0.006,0.006,0.00475,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88152",5,34.97889,-85.30098,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005792,0.001558,0.008,"2013-02-15 00:00",0.008,"2013-03-17 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88154",5,34.97889,-85.30098,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00101,0.000266,0.0016,"2013-09-19 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-10 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88160",5,34.97889,-85.30098,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.013269,0.003543,0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00",0.018,"2013-04-22 00:00",0.018,"2013-06-15 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88161",5,34.97889,-85.30098,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.00329,0.003297,0.0209,"2013-06-27 00:00",0.0155,"2013-06-09 00:00",0.0098,"2013-04-22 00:00",0.0056,"2013-03-29 00:00","","","","",0.0209,0.0155,0.0098,0.0046,0.00265,0.0025,0.0021,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88164",5,34.97889,-85.30098,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001617,0.000223,0.0019,"2013-02-15 00:00",0.0019,"2013-03-17 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88165",5,34.97889,-85.30098,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.067198,0.089038,0.571,"2013-06-27 00:00",0.365,"2013-06-09 00:00",0.17,"2013-07-15 00:00",0.138,"2013-05-16 00:00","","","","",0.571,0.365,0.17,0.103,0.069,0.045,0.021,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88166",5,34.97889,-85.30098,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00855,0.004721,0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-06-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88167",5,34.97889,-85.30098,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.008151,0.010677,0.0746,"2013-06-21 00:00",0.024,"2013-01-10 00:00",0.0218,"2013-01-04 00:00",0.0212,"2013-01-16 00:00","","","","",0.0746,0.024,0.0218,0.0137,0.0091,0.0062,0.00175,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88168",5,34.97889,-85.30098,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001303,0.000618,0.0052,"2013-06-03 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-04-22 00:00","","","","",0.0052,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88169",5,34.97889,-85.30098,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.710298,0.343178,1.7,"2013-01-28 00:00",1.62,"2013-02-09 00:00",1.34,"2013-08-14 00:00",1.3,"2013-07-27 00:00","","","","",1.7,1.62,1.34,1.12,0.938,0.718,0.321,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88176",5,34.97889,-85.30098,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000985,0.000191,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88180",5,34.97889,-85.30098,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.058962,0.031195,0.154,"2013-07-03 00:00",0.122,"2013-08-02 00:00",0.121,"2013-03-23 00:00",0.116,"2013-10-13 00:00","","","","",0.154,0.122,0.121,0.101,0.0784,0.053,0.0211,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88184",5,34.97889,-85.30098,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.043183,0.044436,0.229,"2013-11-06 00:00",0.159,"2013-08-02 00:00",0.156,"2013-04-10 00:00",0.125,"2013-07-15 00:00","","","","",0.229,0.159,0.156,0.1,0.058,0.027,0.0155,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88185",5,34.97889,-85.30098,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.003619,0.003711,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88301",5,34.97889,-85.30098,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.44959,0.375857,1.93,"2013-01-28 00:00",1.45,"2013-02-09 00:00",1.2,"2013-03-23 00:00",1.08,"2013-02-27 00:00","","","","",1.93,1.45,1.2,0.868,0.579,0.368,0.04,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88302",5,34.97889,-85.30098,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.065273,0.052219,0.24,"2013-06-09 00:00",0.207,"2013-11-06 00:00",0.192,"2013-04-10 00:00",0.16,"2013-07-15 00:00","","","","",0.24,0.207,0.192,0.149,0.0897,0.052,0.015,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88303",5,34.97889,-85.30098,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.045556,0.033161,0.153,"2013-06-09 00:00",0.106,"2013-01-28 00:00",0.106,"2013-05-16 00:00",0.105,"2013-09-01 00:00","","","","",0.153,0.106,0.106,0.102,0.06,0.038,0.012,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88306",5,34.97889,-85.30098,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.500519,0.596319,3.06,"2013-03-23 00:00",2.45,"2013-01-10 00:00",1.54,"2013-01-28 00:00",1.41,"2013-04-04 00:00","","","","",3.06,2.45,1.54,1.25,0.486,0.245,0.147,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88355",5,34.97889,-85.30098,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,3.018154,1.241687,5.75,"2013-03-23 00:00",5.12,"2013-10-13 00:00",5.09,"2013-01-28 00:00",5.03,"2013-05-28 00:00","","","","",5.75,5.12,5.09,4.68,4,3.08,1.11,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88357",5,34.97889,-85.30098,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.261885,0.171487,1.05,"2013-01-04 00:00",0.624,"2013-06-21 00:00",0.56,"2013-02-21 00:00",0.551,"2013-01-10 00:00","","","","",1.05,0.624,0.56,0.453,0.295,0.225,0.118,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88370",5,34.97889,-85.30098,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.705462,1.115224,5.25,"2013-03-23 00:00",4.68,"2013-05-28 00:00",4.65,"2013-10-13 00:00",4.54,"2013-04-10 00:00","","","","",5.25,4.68,4.65,4.36,3.57,2.72,1.06,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88374",5,34.97889,-85.30098,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.233462,0.177156,0.77,"2013-05-28 00:00",0.621,"2013-08-26 00:00",0.592,"2013-03-23 00:00",0.505,"2013-09-07 00:00","","","","",0.77,0.621,0.592,0.463,0.365,0.175,0.033,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88375",5,34.97889,-85.30098,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.674038,0.242548,1.14,"2013-10-13 00:00",1.08,"2013-05-28 00:00",1.06,"2013-04-10 00:00",1.05,"2013-03-23 00:00","","","","",1.14,1.08,1.06,0.958,0.854,0.712,0.289,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88376",5,34.97889,-85.30098,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.767269,0.343707,1.78,"2013-04-10 00:00",1.56,"2013-03-29 00:00",1.42,"2013-03-23 00:00",1.35,"2013-10-13 00:00","","","","",1.78,1.56,1.42,1.12,1.01,0.723,0.379,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88377",5,34.97889,-85.30098,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.507731,0.25574,1.13,"2013-01-28 00:00",1.06,"2013-04-10 00:00",1.04,"2013-03-23 00:00",0.949,"2013-03-29 00:00","","","","",1.13,1.06,1.04,0.838,0.684,0.471,0.194,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88378",5,34.97889,-85.30098,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.523173,0.252226,1.14,"2013-03-23 00:00",1.03,"2013-07-27 00:00",0.925,"2013-06-15 00:00",0.925,"2013-09-01 00:00","","","","",1.14,1.03,0.925,0.85,0.734,0.492,0.176,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88380",5,34.97889,-85.30098,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.573558,0.313648,1.84,"2013-01-04 00:00",1.34,"2013-06-21 00:00",1.03,"2013-01-10 00:00",0.965,"2013-02-21 00:00","","","","",1.84,1.34,1.03,0.918,0.734,0.535,0.197,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88383",5,34.97889,-85.30098,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.029731,0.457173,2.23,"2013-01-04 00:00",2.03,"2013-03-23 00:00",1.85,"2013-06-21 00:00",1.74,"2013-01-28 00:00","","","","",2.23,2.03,1.85,1.57,1.33,1.04,0.355,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88384",5,34.97889,-85.30098,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.066956,0.026391,0.144,"2013-08-08 00:00",0.132,"2013-10-13 00:00",0.13,"2013-10-19 00:00",0.118,"2013-07-27 00:00","","","","",0.144,0.132,0.13,0.104,0.076,0.0602,0.0394,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88385",5,34.97889,-85.30098,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001134,0.000678,0.00482,"2013-10-19 00:00",0.00413,"2013-10-13 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00482,0.00413,0.001,0.001,0.001,0.001,0.001,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88388",5,34.97889,-85.30098,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.835423,0.36891,1.64,"2013-03-23 00:00",1.52,"2013-01-28 00:00",1.49,"2013-07-27 00:00",1.35,"2013-10-13 00:00","","","","",1.64,1.52,1.49,1.27,1.16,0.843,0.357,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88403",5,34.97889,-85.30098,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.684423,0.89032,4.48,"2013-01-28 00:00",4.28,"2013-02-09 00:00",3.26,"2013-08-14 00:00",2.79,"2013-07-27 00:00","","","","",4.48,4.28,3.26,2.64,2.12,1.67,0.674,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","295","0002","88502",3,34.97889,-85.30098,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7200,82,300,365,0,96,"","","Certification not required",0,9.811236,6.285934,177,"2013-02-08 21:00",84,"2013-05-14 00:00",82,"2013-03-09 19:00",63,"2013-03-09 23:00","","","","",27,24,20,17,13,9,3,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-04" +"13","295","0002","88502",3,34.97889,-85.30098,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,9.778,4.288709,32.4,"2013-01-29 00:00",24,"2013-03-09 00:00",22.4,"2013-10-29 00:00",20.9,"2013-01-28 00:00","","","","",22.4,19.2,17.6,15.1,12.4,9.3,4.6,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-04" +"13","295","0002","88502",5,34.97889,-85.30098,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.073077,3.515463,19,"2013-01-28 00:00",15.5,"2013-03-23 00:00",15.2,"2013-07-27 00:00",14.4,"2013-05-28 00:00","","","","",19,15.5,15.2,13.7,13,10.2,5.3,"Rossville-Maple Street","601 Maple St, Lot#6, Rossville GA 30741","Georgia","Walker","","Chattanooga, TN-GA","2014-02-13" +"13","303","0001","68105",1,32.974881,-82.80876,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",71,58,71,122,0,0,"","","Certification not required",0,18.560563,7.750677,29.2,"2013-06-12 00:00",29.1,"2013-08-11 00:00",28,"2013-08-29 00:00",27.7,"2013-08-08 00:00","","","","",29.2,29.1,27.7,27,25.3,20.8,7.5,"Sandersville-Health Department","Washington County Health Department, 201 Morningside Drive, Sandersville, Georgia 31082","Georgia","Washington","Sandersville","","2014-01-28" +"13","303","0001","68108",1,32.974881,-82.80876,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",71,58,71,122,0,0,"","","Certification not required",0,749.28169,5.281188,757,"2013-01-10 00:00",757,"2013-01-19 00:00",757,"2013-01-28 00:00",756,"2013-01-04 00:00","","","","",757,757,756,754,752,750,746,"Sandersville-Health Department","Washington County Health Department, 201 Morningside Drive, Sandersville, Georgia 31082","Georgia","Washington","Sandersville","","2014-01-22" +"13","303","0001","88101",1,32.974881,-82.80876,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",92,75,92,122,0,10,0,0,"Certification not required",0,9.705435,4.439096,25.8,"2013-03-08 00:00",22,"2013-06-12 00:00",21.8,"2013-08-29 00:00",19.2,"2013-01-28 00:00","","","","",25.8,22,18.5,15.2,12.8,8.7,5.2,"Sandersville-Health Department","Washington County Health Department, 201 Morningside Drive, Sandersville, Georgia 31082","Georgia","Washington","Sandersville","","2014-01-31" +"13","303","0001","88101",1,32.974881,-82.80876,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",92,75,92,122,0,10,"","","Certification not required",0,9.705435,4.439096,25.8,"2013-03-08 00:00",22,"2013-06-12 00:00",21.8,"2013-08-29 00:00",19.2,"2013-01-28 00:00","","","","",25.8,22,18.5,15.2,12.8,8.7,5.2,"Sandersville-Health Department","Washington County Health Department, 201 Morningside Drive, Sandersville, Georgia 31082","Georgia","Washington","Sandersville","","2014-01-31" +"13","319","0001","68105",1,32.881829,-83.333775,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",74,61,74,122,0,7,"","","Certification not required",0,18.312162,7.658426,29.7,"2013-06-12 00:00",29.1,"2013-08-11 00:00",28.2,"2013-08-29 00:00",28,"2013-08-08 00:00","","","","",29.7,29.1,28,27.2,25.4,18.7,7.4,"GORDON POLICE DEPARTMENT","GORDON,GA 105 RAILROAD ST, GORDON, GA 31031","Georgia","Wilkinson","Gordon","","2014-01-28" +"13","319","0001","68108",1,32.881829,-83.333775,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",74,61,74,122,0,7,"","","Certification not required",0,754.310811,3.204986,761,"2013-01-10 00:00",761,"2013-01-19 00:00",761,"2013-01-28 00:00",760,"2013-01-04 00:00","","","","",761,761,760,759,756,754,750,"GORDON POLICE DEPARTMENT","GORDON,GA 105 RAILROAD ST, GORDON, GA 31031","Georgia","Wilkinson","Gordon","","2014-01-22" +"13","319","0001","88101",1,32.881829,-83.333775,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,13,0,0,"Certification not required",0,9.919101,4.480155,23.2,"2013-08-29 00:00",22.4,"2013-06-12 00:00",21.6,"2013-01-28 00:00",17.7,"2013-07-24 00:00","","","","",23.2,22.4,17.1,15.8,12.7,8.9,5.4,"GORDON POLICE DEPARTMENT","GORDON,GA 105 RAILROAD ST, GORDON, GA 31031","Georgia","Wilkinson","Gordon","","2014-01-28" +"13","319","0001","88101",1,32.881829,-83.333775,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,13,"","","Certification not required",0,9.919101,4.480155,23.2,"2013-08-29 00:00",22.4,"2013-06-12 00:00",21.6,"2013-01-28 00:00",17.7,"2013-07-24 00:00","","","","",23.2,22.4,17.1,15.8,12.7,8.9,5.4,"GORDON POLICE DEPARTMENT","GORDON,GA 105 RAILROAD ST, GORDON, GA 31031","Georgia","Wilkinson","Gordon","","2014-01-28" +"15","001","0005","42401",1,19.433611,-155.261111,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8365,95,364,365,0,395,77,"","Certification not required",0,79.887363,216.728966,1809,"2013-10-19 12:00",1788,"2013-05-06 10:00",1399,"2013-10-18 10:00",1219,"2013-04-23 11:00","","","","",1219,769,451,218,54,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","42401",1,19.433611,-155.261111,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8365,95,364,365,0,395,"","","Certification not required",0,11.487747,65.933745,1809,"2013-10-19 12:00",1788,"2013-05-06 10:00",1399,"2013-10-18 10:00",1338,"2013-05-06 11:00","","","","",226,128,51,17,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","42401",1,19.433611,-155.261111,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,6,"","Certification not required",0,11.451923,30.637622,248.6,"2013-05-06 00:00",208,"2013-10-18 00:00",205.9,"2013-05-07 00:00",178.2,"2013-10-19 00:00","","","","",178.2,112.4,55.2,32.7,7.3,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","42401",1,19.433611,-155.261111,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2536,87,360,365,0,0,"",6,"Certification not required",0,12.251301,60.872373,1430,"2013-05-06 11:00",1155,"2013-10-18 11:00",1003.3,"2013-05-07 11:00",716.6,"2013-10-19 14:00","","","","",255.6,133.6,56,23.3,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","61101",1,19.433611,-155.261111,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8747,100,365,365,0,13,"","","Certification not required",0,6.489231,3.401074,17.9,"2013-03-01 02:00",17.7,"2013-03-01 12:00",16.9,"2013-02-04 10:00",16.9,"2013-02-04 11:00","","","","",14.2,13.2,12,11.1,8.9,6.6,1.7,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","61103",1,19.433611,-155.261111,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8747,100,365,365,0,13,"","","Certification not required",0,6.158031,3.337521,17.3,"2013-03-01 02:00",16.9,"2013-03-01 12:00",16.3,"2013-02-04 11:00",16.3,"2013-03-01 03:00","","","","",13.6,12.8,11.7,10.7,8.5,6.2,1.4,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","61104",1,19.433611,-155.261111,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8747,100,365,365,0,13,"","","Certification not required",0,65.726763,75.774254,360,"2013-03-19 05:00",360,"2013-03-30 07:00",360,"2013-12-04 21:00",360,"2013-12-31 03:00","","","","",345,311,230,206,56,33,20,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","61106",1,19.433611,-155.261111,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8747,100,365,365,0,13,"","","Certification not required",0,16.005602,6.944627,51,"2013-03-10 12:00",51,"2013-04-01 12:00",51,"2013-10-19 14:00",50,"2013-03-10 16:00","","","","",42,39,33,24,17,14,10,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","62101",1,19.433611,-155.261111,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8747,100,365,365,0,13,"","","Certification not required",0,59.447468,4.664684,76,"2013-11-16 12:00",75,"2013-05-08 13:00",75,"2013-05-08 14:00",75,"2013-07-28 12:00","","","","",71,70,68,66,62,59,54,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","62201",1,19.433611,-155.261111,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8718,100,363,365,0,42,"","","Certification not required",0,93.905483,9.995262,100,"2013-01-06 18:00",100,"2013-01-06 19:00",100,"2013-01-06 20:00",100,"2013-01-06 21:00","","","","",100,100,100,100,100,100,78,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","63301",1,19.433611,-155.261111,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8750,100,365,365,0,10,"","","Certification not required",4369,0.264083,0.384143,1.46,"2013-09-18 12:00",1.45,"2013-09-04 12:00",1.44,"2013-04-10 12:00",1.44,"2013-07-27 12:00","","","","",1.36,1.27,1.13,0.93,0.45,0.01,0.005,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","65102",1,19.433611,-155.261111,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8743,100,365,365,0,17,"","","Certification not required",0,0.006234,0.027691,0.92,"2013-10-19 16:00",0.73,"2013-11-14 03:00",0.67,"2013-10-19 15:00",0.66,"2013-07-22 00:00","","","","",0.11,0.07,0.04,0.02,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0005","85101",1,19.433611,-155.261111,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.18381,6.261088,26.8823,"2013-05-07 00:00",25.2368,"2013-04-04 00:00",24.0492,"2013-04-13 00:00",17.8282,"2013-05-19 00:00","","","","",26.8823,25.2368,24.0492,14.2774,9.2682,5.2351,1.7625,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","86502",1,19.433611,-155.261111,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.04,1.087217,4,"2013-04-10 00:00",3,"2013-01-07 00:00",3,"2013-02-03 00:00",3,"2013-03-05 00:00","","","","",4,4,3,3,2,1,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88103",1,19.433611,-155.261111,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00016,0.000422,0.002,"2013-05-07 00:00",0.001,"2013-03-08 00:00",0.001,"2013-03-23 00:00",0.001,"2013-04-01 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88104",1,19.433611,-155.261111,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.015666,0.01582,0.083,"2013-04-01 00:00",0.0528,"2013-03-05 00:00",0.05,"2013-04-10 00:00",0.039,"2013-04-04 00:00","","","","",0.083,0.083,0.05,0.037,0.0213,0.01,0.003,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88109",1,19.433611,-155.261111,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.00045,0.000322,0.0016,"2013-02-03 00:00",0.0014,"2013-02-27 00:00",0.0012,"2013-03-02 00:00",0.001,"2013-04-01 00:00","","","","",0.0016,0.0016,0.0012,0.0008,0.0006,0.0004,0.0001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88111",1,19.433611,-155.261111,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.015987,0.012636,0.0646,"2013-04-01 00:00",0.0464,"2013-04-10 00:00",0.037,"2013-03-08 00:00",0.0351,"2013-03-05 00:00","","","","",0.0646,0.0646,0.037,0.0303,0.0232,0.0137,0.0034,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88112",1,19.433611,-155.261111,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88114",1,19.433611,-155.261111,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.000429,0.000535,0.0025,"2013-05-07 00:00",0.0023,"2013-04-13 00:00",0.002,"2013-03-08 00:00",0.0012,"2013-05-19 00:00","","","","",0.0025,0.0025,0.002,0.0009,0.0005,0.0002,0.0001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88115",1,19.433611,-155.261111,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.129986,0.196269,0.8503,"2013-01-07 00:00",0.7502,"2013-02-03 00:00",0.4972,"2013-04-10 00:00",0.461,"2013-03-11 00:00","","","","",0.8503,0.8503,0.4972,0.4503,0.1816,0.0352,0.00015,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88126",1,19.433611,-155.261111,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.01065,0.012112,0.0629,"2013-04-01 00:00",0.0373,"2013-03-08 00:00",0.036,"2013-03-05 00:00",0.0297,"2013-04-10 00:00","","","","",0.0629,0.0629,0.036,0.0258,0.0146,0.0067,0.001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88128",1,19.433611,-155.261111,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0005,0.000814,0.003,"2013-04-01 00:00",0.003,"2013-04-13 00:00",0.002,"2013-03-08 00:00",0.002,"2013-05-07 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88132",1,19.433611,-155.261111,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00022,0.000465,0.002,"2013-04-01 00:00",0.001,"2013-03-05 00:00",0.001,"2013-03-08 00:00",0.001,"2013-04-04 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88136",1,19.433611,-155.261111,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0001,0.000463,0.003,"2013-03-14 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-01 00:00",0,"2013-01-01 00:00","","","","",0.003,0.003,0.001,0,0,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88140",1,19.433611,-155.261111,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.028077,0.022361,0.0895,"2013-04-13 00:00",0.0842,"2013-04-10 00:00",0.082,"2013-01-07 00:00",0.0673,"2013-04-22 00:00","","","","",0.0895,0.0895,0.082,0.067,0.039,0.0236,0.004,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88152",1,19.433611,-155.261111,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.001332,0.002241,0.0076,"2013-03-08 00:00",0.0075,"2013-01-19 00:00",0.0066,"2013-01-25 00:00",0.0066,"2013-03-14 00:00","","","","",0.0076,0.0076,0.0066,0.0062,0.0008,0.00015,0.0001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88154",1,19.433611,-155.261111,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.002274,0.00418,0.0219,"2013-05-07 00:00",0.0132,"2013-04-13 00:00",0.0116,"2013-03-08 00:00",0.0099,"2013-05-19 00:00","","","","",0.0219,0.0219,0.0116,0.0081,0.0022,0.0003,0.0001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88161",1,19.433611,-155.261111,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000981,0.001136,0.0058,"2013-04-01 00:00",0.0037,"2013-03-05 00:00",0.0035,"2013-03-08 00:00",0.0029,"2013-04-10 00:00","","","","",0.0058,0.0058,0.0035,0.0023,0.0015,0.0006,0.0001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88164",1,19.433611,-155.261111,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000136,0.000114,0.0005,"2013-03-05 00:00",0.0005,"2013-03-26 00:00",0.0004,"2013-01-07 00:00",0.0003,"2013-01-19 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88165",1,19.433611,-155.261111,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.030239,0.036734,0.1883,"2013-04-01 00:00",0.1171,"2013-03-05 00:00",0.1074,"2013-03-08 00:00",0.1012,"2013-04-10 00:00","","","","",0.1883,0.1883,0.1074,0.0742,0.0417,0.0174,0.002,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88167",1,19.433611,-155.261111,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.001915,0.004454,0.0296,"2013-01-25 00:00",0.0086,"2013-01-10 00:00",0.0068,"2013-03-11 00:00",0.0061,"2013-01-19 00:00","","","","",0.0296,0.0296,0.0068,0.0056,0.0014,0.0005,0.00015,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88168",1,19.433611,-155.261111,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.000263,0.000189,0.0011,"2013-04-01 00:00",0.0006,"2013-01-07 00:00",0.0006,"2013-04-10 00:00",0.0005,"2013-01-19 00:00","","","","",0.0011,0.0011,0.0006,0.0005,0.0004,0.0002,0.0001,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88169",1,19.433611,-155.261111,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.661664,0.713103,2.599,"2013-04-13 00:00",2.4618,"2013-05-07 00:00",2.2176,"2013-04-04 00:00",2.2051,"2013-01-19 00:00","","","","",2.599,2.599,2.2176,1.7853,0.9749,0.3822,0.0645,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88176",1,19.433611,-155.261111,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000167,5.3e-05,0.0004,"2013-05-31 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-03-14 00:00",0.0003,"2013-04-01 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88180",1,19.433611,-155.261111,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.017461,0.011226,0.0539,"2013-04-01 00:00",0.0424,"2013-03-08 00:00",0.0416,"2013-04-13 00:00",0.0365,"2013-05-07 00:00","","","","",0.0539,0.0539,0.0416,0.0353,0.024,0.0162,0.0063,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88184",1,19.433611,-155.261111,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.191911,0.128521,0.5793,"2013-01-07 00:00",0.475,"2013-02-03 00:00",0.434,"2013-04-10 00:00",0.4167,"2013-03-11 00:00","","","","",0.5793,0.5793,0.434,0.3936,0.2729,0.1665,0.0589,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88185",1,19.433611,-155.261111,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000749,0.000465,0.0026,"2013-01-28 00:00",0.0022,"2013-02-12 00:00",0.0019,"2013-04-13 00:00",0.0017,"2013-04-04 00:00","","","","",0.0026,0.0026,0.0019,0.0016,0.00065,0.00065,0.0004,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88203",1,19.433611,-155.261111,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.274549,0.239434,1.0693,"2013-01-07 00:00",0.9772,"2013-02-03 00:00",0.7488,"2013-03-11 00:00",0.7103,"2013-04-10 00:00","","","","",1.0693,0.9772,0.7488,0.6348,0.3646,0.1901,0.0965,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88306",1,19.433611,-155.261111,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.07069,0.056786,0.2305,"2013-04-07 00:00",0.2197,"2013-04-01 00:00",0.1722,"2013-04-10 00:00",0.1704,"2013-05-16 00:00","","","","",0.2305,0.2197,0.1722,0.1578,0.1002,0.0484,0.0184,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88320",1,19.433611,-155.261111,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.090392,0.069884,0.36,"2013-04-22 00:00",0.22,"2013-05-28 00:00",0.2,"2013-04-13 00:00",0.19,"2013-01-25 00:00","","","","",0.36,0.22,0.2,0.17,0.13,0.08,0.01,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88321",1,19.433611,-155.261111,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.021176,0.020263,0.08,"2013-04-01 00:00",0.07,"2013-03-14 00:00",0.07,"2013-03-17 00:00",0.06,"2013-03-23 00:00","","","","",0.08,0.07,0.07,0.05,0.03,0.02,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88324",1,19.433611,-155.261111,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.020569,0.008461,0.0551,"2013-04-07 00:00",0.0348,"2013-04-01 00:00",0.03,"2013-01-19 00:00",0.03,"2013-01-25 00:00","","","","",0.0551,0.0348,0.03,0.0296,0.0295,0.01665,0.01035,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88325",1,19.433611,-155.261111,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.032151,0.031735,0.2251,"2013-04-22 00:00",0.1048,"2013-04-28 00:00",0.0834,"2013-04-25 00:00",0.0517,"2013-04-01 00:00","","","","",0.2251,0.1048,0.0834,0.0333,0.03295,0.02095,0.0163,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88326",1,19.433611,-155.261111,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.03529,0.0073,0.0728,"2013-05-28 00:00",0.03965,"2013-04-28 00:00",0.03955,"2013-04-22 00:00",0.0394,"2013-04-10 00:00","","","","",0.0728,0.03965,0.03955,0.0392,0.0383,0.0361,0.02485,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88327",1,19.433611,-155.261111,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.028781,0.019249,0.0745,"2013-05-28 00:00",0.0726,"2013-04-13 00:00",0.0662,"2013-05-07 00:00",0.0636,"2013-03-23 00:00","","","","",0.0745,0.0726,0.0662,0.061,0.0429,0.0201,0.01125,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88328",1,19.433611,-155.261111,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.032592,0.026541,0.0851,"2013-03-17 00:00",0.0839,"2013-05-04 00:00",0.0789,"2013-04-04 00:00",0.0786,"2013-04-22 00:00","","","","",0.0851,0.0839,0.0789,0.0773,0.0594,0.027,0.00195,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88329",1,19.433611,-155.261111,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.045224,0.035223,0.136,"2013-03-17 00:00",0.1148,"2013-03-23 00:00",0.1112,"2013-01-19 00:00",0.108,"2013-04-04 00:00","","","","",0.136,0.1148,0.1112,0.0949,0.072,0.0333,0.008,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88330",1,19.433611,-155.261111,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.009307,0.008554,0.0341,"2013-03-14 00:00",0.0331,"2013-05-28 00:00",0.027,"2013-03-08 00:00",0.0253,"2013-05-07 00:00","","","","",0.0341,0.0331,0.027,0.0218,0.0138,0.0072,0.0014,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88331",1,19.433611,-155.261111,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,5.5e-05,0.000146,0.001,"2013-02-27 00:00",0.0003,"2013-03-23 00:00",0.00015,"2013-03-11 00:00",0.0001,"2013-03-02 00:00","","","","",0.001,0.0003,0.00015,0.0001,5e-05,0,0,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88338",1,19.433611,-155.261111,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.016008,0.006385,0.0503,"2013-02-15 00:00",0.0247,"2013-02-27 00:00",0.02375,"2013-02-18 00:00",0.02355,"2013-02-03 00:00","","","","",0.0503,0.0247,0.02375,0.0234,0.01665,0.0148,0.011,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88339",1,19.433611,-155.261111,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.729333,2.941551,10.721,"2013-04-13 00:00",10.15476,"2013-05-07 00:00",9.1476,"2013-04-04 00:00",9.09587,"2013-01-19 00:00","","","","",10.721,10.721,9.1476,7.36445,4.02126,1.57662,0.2659,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88344",1,19.433611,-155.261111,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.091316,0.073114,0.2973,"2013-04-07 00:00",0.2834,"2013-04-01 00:00",0.2221,"2013-04-10 00:00",0.2198,"2013-05-16 00:00","","","","",0.2973,0.2834,0.2221,0.2036,0.1293,0.0624,0.0237,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88348",1,19.433611,-155.261111,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.163002,0.174173,0.9196,"2013-04-01 00:00",0.5593,"2013-03-05 00:00",0.5151,"2013-04-10 00:00",0.4961,"2013-03-08 00:00","","","","",0.9196,0.9196,0.5151,0.3658,0.2433,0.0924,0.019,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88350",1,19.433611,-155.261111,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.16271,0.125561,0.6437,"2013-04-22 00:00",0.4027,"2013-05-28 00:00",0.3602,"2013-04-13 00:00",0.3442,"2013-01-25 00:00","","","","",0.6437,0.4027,0.3602,0.3089,0.23,0.1512,0.0144,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88403",1,19.433611,-155.261111,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.679061,3.248169,12.5017,"2013-05-07 00:00",12.138,"2013-04-04 00:00",10.5354,"2013-04-13 00:00",9.6463,"2013-01-19 00:00","","","","",12.5017,12.138,10.5354,6.7963,4.2905,1.2576,0.1999,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0005","88502",1,19.433611,-155.261111,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.482,6.254197,25.6,"2013-05-07 00:00",23.3,"2013-04-13 00:00",22.9,"2013-04-04 00:00",16.8,"2013-01-19 00:00","","","","",25.6,25.6,22.9,16.6,7.1,2.9,0.7,"","HAWAII VOLCANOES NP","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-01-28" +"15","001","0007","42401",1,19.418889,-155.288056,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8376,96,364,365,0,384,96,"","Certification not required",0,103.304945,237.640219,2071,"2013-11-18 10:00",1968,"2013-10-18 10:00",1154,"2013-04-13 06:00",1122,"2013-04-20 10:00","","","","",1122,834,526,328,87,0,0,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","42401",1,19.418889,-155.288056,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8376,96,364,365,0,384,"","","Certification not required",0,15.577722,76.042043,2071,"2013-11-18 10:00",1968,"2013-10-18 10:00",1759,"2013-10-18 09:00",1584,"2013-11-18 11:00","","","","",310,192,75,26,0,0,0,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","42401",1,19.418889,-155.288056,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,6,"","Certification not required",0,15.587637,37.266663,366.5,"2013-11-18 00:00",245.5,"2013-10-18 00:00",224.3,"2013-04-13 00:00",192.7,"2013-11-19 00:00","","","","",192.7,124.8,79.8,54.9,13.9,0,0,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","42401",1,19.418889,-155.288056,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2545,87,362,365,0,0,"",9,"Certification not required",0,16.601257,69.651118,1658.6,"2013-10-18 11:00",1380,"2013-11-18 11:00",824.3,"2013-04-13 08:00",592.6,"2013-05-07 08:00","","","","",293.3,208,85.3,36.3,2,0,0,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","61101",1,19.418889,-155.288056,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,8.922893,4.302208,25.6,"2013-03-02 03:00",25.4,"2013-07-10 12:00",24.9,"2013-02-04 05:00",24.9,"2013-03-01 03:00","","","","",20,18.6,16.5,14.8,11.8,8.5,3.7,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","61103",1,19.418889,-155.288056,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,8.558872,4.337102,25.2,"2013-03-02 03:00",25.1,"2013-07-10 12:00",24.5,"2013-03-02 02:00",24.3,"2013-02-04 05:00","","","","",19.4,18.3,16.1,14.4,11.5,8.2,3.1,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","61104",1,19.418889,-155.288056,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,90.151062,110.750356,360,"2013-01-06 06:00",360,"2013-01-08 06:00",360,"2013-01-10 21:00",360,"2013-01-11 03:00","","","","",359,357,350,301,129,35,9,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","61106",1,19.418889,-155.288056,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,11.632679,4.203966,36,"2013-04-24 13:00",36,"2013-05-29 12:00",35,"2013-08-30 13:00",35,"2013-10-13 12:00","","","","",25,23,20,17,13,11,7,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","62101",1,19.418889,-155.288056,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,60.507706,4.69537,82,"2013-08-21 11:00",78,"2013-07-28 12:00",78,"2013-07-28 13:00",77,"2013-07-28 11:00","","","","",72,71,69,67,64,60,55,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","62201",1,19.418889,-155.288056,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8759,100,365,365,0,1,"","","Certification not required",0,88.301518,12.190881,100,"2013-01-06 22:00",100,"2013-01-07 07:00",100,"2013-01-09 20:00",100,"2013-01-09 21:00","","","","",100,100,100,100,99,92,71,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","64101",1,19.418889,-155.288056,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8760,100,365,365,0,0,"","","Certification not required",0,880.06621,1.93606,887,"2013-04-06 22:00",887,"2013-04-07 08:00",887,"2013-04-07 09:00",885,"2013-01-05 08:00","","","","",884,884,883,883,881,880,877,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","0007","65102",1,19.418889,-155.288056,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8751,100,365,365,0,9,"","","Certification not required",0,0.004352,0.023933,0.69,"2013-11-14 03:00",0.63,"2013-07-22 00:00",0.53,"2013-01-13 02:00",0.48,"2013-08-10 03:00","","","","",0.1,0.06,0.02,0.01,0,0,0,"HAWAII VOLCANOES NP - THE OBSERVATORY","HAWAII VOLCANOES NATIONAL PARK","Hawaii","Hawaii","Hawaii Volcanoes National Park","Hilo, HI","2014-02-18" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",6335,73,273,365,0,145,0,"","Certification not required",0,5.075458,7.291228,41.1,"2013-07-29 17:00",30,"2013-01-27 08:00",29.3,"2013-03-21 02:00",29.2,"2013-04-23 08:00","","","","",29.3,29,26,15.5,4,2.1,1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6407,73,273,365,72,145,7,"","Certification not required",0,9.121978,24.368412,242.2,"2013-01-27 19:00",168.6,"2013-01-28 07:00",134.1,"2013-04-23 03:00",110.1,"2013-04-22 07:00","","","","",134.1,86.5,43.5,20.8,4,2.1,1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6407,73,273,365,72,145,7,"","Certification not required",0,9.121978,24.368412,242.2,"2013-01-27 19:00",168.6,"2013-01-28 07:00",134.1,"2013-04-23 03:00",110.1,"2013-04-22 07:00","","","","",134.1,86.5,43.5,20.8,4,2.1,1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6407,73,273,365,72,145,"","","Certification not required",0,2.370766,8.099635,242.2,"2013-01-27 19:00",202.2,"2013-01-27 18:00",168.6,"2013-01-28 07:00",141.3,"2013-01-28 08:00","","","","",33.4,17.4,6.6,3.1,1.2,1,0.7,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6407,73,273,365,72,145,"","","Certification not required",0,2.370766,8.099635,242.2,"2013-01-27 19:00",202.2,"2013-01-27 18:00",168.6,"2013-01-28 07:00",141.3,"2013-01-28 08:00","","","","",33.4,17.4,6.6,3.1,1.2,1,0.7,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",6335,73,273,365,0,145,"","","Certification not required",0,1.694538,2.802306,41.1,"2013-07-29 17:00",30,"2013-01-27 08:00",29.3,"2013-03-21 02:00",29.2,"2013-04-23 08:00","","","","",16.3,10.6,5.1,2.6,1.2,1,0.7,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Concurred Events Excluded",273,75,273,365,0,0,0,"","Certification not required",0,2.382418,4.725181,49.4,"2013-01-28 00:00",39.8,"2013-01-27 00:00",18.5,"2013-03-22 00:00",17.4,"2013-03-09 00:00","","","","",18.5,16.6,9.2,6,1.4,1.1,0.8,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Excluded",273,75,273,365,0,0,0,"","Certification not required",0,1.762637,1.981995,16.8,"2013-01-27 00:00",10.1,"2013-05-21 00:00",9.7,"2013-03-09 00:00",9.2,"2013-05-09 00:00","","","","",9.7,7.8,6.8,3.7,1.4,1.1,0.8,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Inclucded",273,75,273,365,0,0,0,"","Certification not required",0,2.382418,4.725181,49.4,"2013-01-28 00:00",39.8,"2013-01-27 00:00",18.5,"2013-03-22 00:00",17.4,"2013-03-09 00:00","","","","",18.5,16.6,9.2,6,1.4,1.1,0.8,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Concurred Events Excluded",2045,70,272,365,0,0,"",0,"Certification not required",0,2.307726,7.692991,184.9,"2013-01-27 20:00",133.8,"2013-01-28 08:00",82.5,"2013-01-28 05:00",81.7,"2013-04-22 08:00","","","","",31.9,17.9,6.3,2.9,1.2,1,0.7,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Excluded",2034,70,272,365,0,0,"",0,"Certification not required",0,1.707522,2.840839,29.1,"2013-01-26 08:00",27.2,"2013-01-27 08:00",26,"2013-03-22 02:00",25.6,"2013-03-22 05:00","","","","",17.2,12.1,5.6,2.7,1.2,1,0.7,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","42401",1,19.717562,-155.11053,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Inclucded",2045,70,272,365,0,0,"",0,"Certification not required",0,2.307726,7.692991,184.9,"2013-01-27 20:00",133.8,"2013-01-28 08:00",82.5,"2013-01-28 05:00",81.7,"2013-04-22 08:00","","","","",31.9,17.9,6.3,2.9,1.2,1,0.7,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6475,74,273,365,675,77,"","","Certification not required",0,8.023012,4.506433,71,"2013-01-01 00:00",39,"2013-05-21 18:00",39,"2013-05-21 22:00",35,"2013-03-11 18:00","","","","",22,20,17,13,10,7,3,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6475,74,273,365,675,77,"","","Certification not required",0,8.023012,4.506433,71,"2013-01-01 00:00",39,"2013-05-21 18:00",39,"2013-05-21 22:00",35,"2013-03-11 18:00","","","","",22,20,17,13,10,7,3,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",269,74,269,365,0,0,0,0,"Certification not required",0,8.005576,3.27437,22.8,"2013-05-21 00:00",18.5,"2013-03-11 00:00",18.2,"2013-05-06 00:00",18.1,"2013-05-07 00:00","","","","",18.2,17.4,14.2,12.2,9.4,7.7,4.1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",268,74,269,365,0,0,0,0,"Certification not required",0,7.161194,2.050976,12,"2013-05-21 00:00",11.2,"2013-05-08 00:00",11.1,"2013-03-09 00:00",11,"2013-03-10 00:00","","","","",11.1,11,10.2,9.7,8.5,7.5,4,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",269,74,269,365,0,0,0,0,"Certification not required",0,8.005576,3.27437,22.8,"2013-05-21 00:00",18.5,"2013-03-11 00:00",18.2,"2013-05-06 00:00",18.1,"2013-05-07 00:00","","","","",18.2,17.4,14.2,12.2,9.4,7.7,4.1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",269,74,269,365,0,0,"","","Certification not required",0,8.005576,3.27437,22.8,"2013-05-21 00:00",18.5,"2013-03-11 00:00",18.2,"2013-05-06 00:00",18.1,"2013-05-07 00:00","","","","",18.2,17.4,14.2,12.2,9.4,7.7,4.1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",268,74,269,365,0,0,"","","Certification not required",0,7.161194,2.050976,12,"2013-05-21 00:00",11.2,"2013-05-08 00:00",11.1,"2013-03-09 00:00",11,"2013-03-10 00:00","","","","",11.1,11,10.2,9.7,8.5,7.5,4,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1006","88101",1,19.717562,-155.11053,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",269,74,269,365,0,0,"","","Certification not required",0,8.005576,3.27437,22.8,"2013-05-21 00:00",18.5,"2013-03-11 00:00",18.2,"2013-05-06 00:00",18.1,"2013-05-07 00:00","","","","",18.2,17.4,14.2,12.2,9.4,7.7,4.1,"HILO","1099 WAIANUENUE AVE, HILO","Hawaii","Hawaii","Hilo","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",6430,74,273,365,0,100,0,"","Certification not required",0,8.865201,6.065452,29.8,"2013-01-21 07:00",29.7,"2013-01-11 18:00",29.5,"2013-05-01 10:00",28.1,"2013-05-03 13:00","","","","",29.5,26.7,24,17.3,11,7.5,3,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6452,74,273,365,22,100,0,"","Certification not required",0,9.331136,7.798512,57.6,"2013-02-14 12:00",45.7,"2013-05-01 11:00",41.6,"2013-05-03 14:00",39.7,"2013-01-25 07:00","","","","",41.6,37.3,24.3,17.3,11,7.5,3,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6452,74,273,365,22,100,0,"","Certification not required",0,9.331136,7.798512,57.6,"2013-02-14 12:00",45.7,"2013-05-01 11:00",41.6,"2013-05-03 14:00",39.7,"2013-01-25 07:00","","","","",41.6,37.3,24.3,17.3,11,7.5,3,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6452,74,273,365,22,100,"","","Certification not required",0,4.67483,4.085687,57.6,"2013-02-14 12:00",48.4,"2013-02-14 13:00",45.7,"2013-05-01 11:00",43.6,"2013-02-14 11:00","","","","",20.7,16.3,11.6,8.8,5.9,3.6,1.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6452,74,273,365,22,100,"","","Certification not required",0,4.67483,4.085687,57.6,"2013-02-14 12:00",48.4,"2013-02-14 13:00",45.7,"2013-05-01 11:00",43.6,"2013-02-14 11:00","","","","",20.7,16.3,11.6,8.8,5.9,3.6,1.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",6430,74,273,365,0,100,"","","Certification not required",0,4.562582,3.590669,29.8,"2013-01-21 07:00",29.7,"2013-01-11 18:00",29.5,"2013-05-01 10:00",28.1,"2013-05-03 13:00","","","","",18.5,15.7,11.3,8.7,5.8,3.6,1.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Excluded",273,75,273,365,0,0,0,"","Certification not required",0,4.580586,2.704943,15.9,"2013-01-12 00:00",15,"2013-02-07 00:00",13.3,"2013-02-12 00:00",13,"2013-02-06 00:00","","","","",13.3,11.5,10.6,8,5.7,4.1,1.6,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Concurred Events Excluded",273,75,273,365,0,0,0,"","Certification not required",0,4.675458,2.915265,16.5,"2013-01-12 00:00",15.7,"2013-02-07 00:00",15.3,"2013-01-25 00:00",14.7,"2013-02-12 00:00","","","","",15.3,14.4,11.1,8.1,5.9,4.1,1.6,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Inclucded",273,75,273,365,0,0,0,"","Certification not required",0,4.675458,2.915265,16.5,"2013-01-12 00:00",15.7,"2013-02-07 00:00",15.3,"2013-01-25 00:00",14.7,"2013-02-12 00:00","","","","",15.3,14.4,11.1,8.1,5.9,4.1,1.6,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Concurred Events Excluded",2091,72,271,365,0,0,"",0,"Certification not required",0,4.667767,3.940187,47.7,"2013-02-14 14:00",36.3,"2013-01-25 08:00",31.8,"2013-02-26 17:00",31.2,"2013-01-11 17:00","","","","",20.4,17.1,11.3,8.6,5.9,3.7,1.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Inclucded",2091,72,271,365,0,0,"",0,"Certification not required",0,4.667767,3.940187,47.7,"2013-02-14 14:00",36.3,"2013-01-25 08:00",31.8,"2013-02-26 17:00",31.2,"2013-01-11 17:00","","","","",20.4,17.1,11.3,8.6,5.9,3.7,1.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","42401",1,19.509778,-155.913417,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Excluded",2089,72,271,365,0,0,"",0,"Certification not required",0,4.594112,3.587925,25.9,"2013-02-26 17:00",25.7,"2013-02-12 17:00",24.8,"2013-02-07 11:00",23.7,"2013-01-11 17:00","","","","",19.9,16.4,11.2,8.6,5.9,3.7,1.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6525,74,273,365,2487,27,"","","Certification not required",0,13.783295,5.739538,42,"2013-04-05 16:00",40,"2013-04-05 15:00",40,"2013-04-20 21:00",39,"2013-04-05 19:00","","","","",29,27,24,21,17,13,7,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6525,74,273,365,2487,27,"","","Certification not required",0,13.783295,5.739538,42,"2013-04-05 16:00",40,"2013-04-05 15:00",40,"2013-04-20 21:00",39,"2013-04-05 19:00","","","","",29,27,24,21,17,13,7,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",273,75,273,365,0,0,0,0,"Certification not required",0,13.735165,4.446001,28.8,"2013-04-06 00:00",26.5,"2013-04-07 00:00",24.6,"2013-04-12 00:00",23.5,"2013-02-05 00:00","","","","",24.6,23.3,21.3,20.1,16.5,13.3,8.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",273,75,273,365,0,0,0,0,"Certification not required",0,13.735165,4.446001,28.8,"2013-04-06 00:00",26.5,"2013-04-07 00:00",24.6,"2013-04-12 00:00",23.5,"2013-02-05 00:00","","","","",24.6,23.3,21.3,20.1,16.5,13.3,8.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",246,75,273,365,0,0,0,0,"Certification not required",0,10.689431,2.597104,19,"2013-08-03 00:00",18.3,"2013-08-06 00:00",17.5,"2013-08-02 00:00",17.4,"2013-07-12 00:00","","","","",17.5,16.3,14.6,13.8,12,10.5,4,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",273,75,273,365,0,0,"","","Certification not required",0,13.735165,4.446001,28.8,"2013-04-06 00:00",26.5,"2013-04-07 00:00",24.6,"2013-04-12 00:00",23.5,"2013-02-05 00:00","","","","",24.6,23.3,21.3,20.1,16.5,13.3,8.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",246,75,273,365,0,0,"","","Certification not required",0,10.689431,2.597104,19,"2013-08-03 00:00",18.3,"2013-08-06 00:00",17.5,"2013-08-02 00:00",17.4,"2013-07-12 00:00","","","","",17.5,16.3,14.6,13.8,12,10.5,4,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","1012","88101",1,19.509778,-155.913417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",273,75,273,365,0,0,"","","Certification not required",0,13.735165,4.446001,28.8,"2013-04-06 00:00",26.5,"2013-04-07 00:00",24.6,"2013-04-12 00:00",23.5,"2013-02-05 00:00","","","","",24.6,23.3,21.3,20.1,16.5,13.3,8.2,"KONA","81-1043 KONAWAENA SCHOOL RD","Hawaii","Hawaii","Kealakekua","Hilo, HI","2013-12-17" +"15","001","2010","42401",1,19.463989,-154.898706,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6305,72,265,365,0,247,0,"","Certification not required",0,2.415094,1.232759,18.8,"2013-05-07 08:00",8.2,"2013-05-21 16:00",7.4,"2013-05-09 18:00",7.2,"2013-04-05 09:00","","","","",7.4,4.5,3.3,2.6,2.4,2.2,2,"PUNA E","13-763 LEILANI AVE","Hawaii","Hawaii","Leilani Estates","Hilo, HI","2013-12-17" +"15","001","2010","42401",1,19.463989,-154.898706,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6305,72,265,365,0,247,"","","Certification not required",0,2.054798,0.39687,18.8,"2013-05-07 08:00",9.6,"2013-05-07 09:00",8.2,"2013-05-21 16:00",7.4,"2013-05-09 18:00","","","","",3.1,2.5,2.3,2.3,2.2,2,1.8,"PUNA E","13-763 LEILANI AVE","Hawaii","Hawaii","Leilani Estates","Hilo, HI","2013-12-17" +"15","001","2010","42401",1,19.463989,-154.898706,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",265,73,265,365,0,0,0,"","Certification not required",0,2.059623,0.235311,3.7,"2013-05-07 00:00",3.6,"2013-05-21 00:00",2.9,"2013-05-09 00:00",2.6,"2013-04-05 00:00","","","","",2.9,2.5,2.3,2.3,2.2,2,1.9,"PUNA E","13-763 LEILANI AVE","Hawaii","Hawaii","Leilani Estates","Hilo, HI","2013-12-17" +"15","001","2010","42401",1,19.463989,-154.898706,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2046,70,262,365,0,0,"",0,"Certification not required",0,2.023705,0.33938,9.3,"2013-05-07 08:00",6,"2013-05-21 17:00",5.9,"2013-05-07 11:00",5.3,"2013-05-21 08:00","","","","",3.1,2.5,2.3,2.3,2.1,2,1.8,"PUNA E","13-763 LEILANI AVE","Hawaii","Hawaii","Leilani Estates","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",4704,73,270,365,0,148,0,"","Certification not required",0,22.401111,7.770019,30,"2013-03-19 06:00",30,"2013-05-03 09:00",29.9,"2013-02-11 07:00",29.9,"2013-02-26 07:00","","","","",29.9,29.9,29.8,29.5,28.6,25.4,9,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6404,73,270,365,1700,148,161,"","Certification not required",0,128.02963,124.902078,856.9,"2013-02-03 00:00",709.2,"2013-01-07 09:00",664,"2013-02-09 04:00",606.9,"2013-04-11 07:00","","","","",664,410.7,358.6,299.6,181.1,93.3,11.9,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6404,73,270,365,1700,148,161,"","Certification not required",0,128.02963,124.902078,856.9,"2013-02-03 00:00",709.2,"2013-01-07 09:00",664,"2013-02-09 04:00",606.9,"2013-04-11 07:00","","","","",664,410.7,358.6,299.6,181.1,93.3,11.9,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6404,73,270,365,1700,148,"","","Certification not required",0,29.599391,51.792667,856.9,"2013-02-03 00:00",709.2,"2013-01-07 09:00",664,"2013-02-09 04:00",606.9,"2013-04-11 07:00","","","","",252.5,192.4,122.6,78.4,32.7,9.9,1.6,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6404,73,270,365,1700,148,"","","Certification not required",0,29.599391,51.792667,856.9,"2013-02-03 00:00",709.2,"2013-01-07 09:00",664,"2013-02-09 04:00",606.9,"2013-04-11 07:00","","","","",252.5,192.4,122.6,78.4,32.7,9.9,1.6,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Inclucded",270,74,270,365,0,0,1,"","Certification not required",0,29.582963,24.741025,155.8,"2013-01-07 00:00",120,"2013-02-09 00:00",108.9,"2013-02-03 00:00",101.2,"2013-02-15 00:00","","","","",108.9,99.4,84,59.6,41.1,24.2,4.7,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Excluded",270,74,270,365,0,0,0,"","Certification not required",0,9.228889,4.157349,22.2,"2013-02-12 00:00",21.3,"2013-01-21 00:00",20.6,"2013-02-16 00:00",20.5,"2013-02-20 00:00","","","","",20.6,18.8,16.6,14.6,11.6,9.1,4.3,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Concurred Events Excluded",270,74,270,365,0,0,1,"","Certification not required",0,29.582963,24.741025,155.8,"2013-01-07 00:00",120,"2013-02-09 00:00",108.9,"2013-02-03 00:00",101.2,"2013-02-15 00:00","","","","",108.9,99.4,84,59.6,41.1,24.2,4.7,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Inclucded",2073,71,269,365,0,0,"",2,"Certification not required",0,30.144814,45.141582,508.8,"2013-02-09 05:00",503.3,"2013-02-03 02:00",314.1,"2013-01-07 02:00",308,"2013-04-11 08:00","","","","",220.1,171.8,119.3,79.3,38.6,11.8,1.7,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","42401",1,19.2039,-155.480183,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Concurred Events Excluded",2073,71,269,365,0,0,"",2,"Certification not required",0,30.144814,45.141582,508.8,"2013-02-09 05:00",503.3,"2013-02-03 02:00",314.1,"2013-01-07 02:00",308,"2013-04-11 08:00","","","","",220.1,171.8,119.3,79.3,38.6,11.8,1.7,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6155,74,272,365,0,75,"","","Certification not required",0,4.686434,3.015689,12,"2013-01-07 01:00",12,"2013-01-07 20:00",12,"2013-01-19 02:00",12,"2013-01-19 03:00","","","","",12,11,10,9,6,4,0,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6477,74,272,365,322,75,"","","Certification not required",0,5.338428,4.320902,68,"2013-01-01 20:00",49,"2013-04-14 21:00",47,"2013-01-01 00:00",41,"2013-02-09 04:00","","","","",20,17,12,10,7,5,1,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6477,74,272,365,322,75,"","","Certification not required",0,5.338428,4.320902,68,"2013-01-01 20:00",49,"2013-04-14 21:00",47,"2013-01-01 00:00",41,"2013-02-09 04:00","","","","",20,17,12,10,7,5,1,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",270,74,270,365,0,0,0,0,"Certification not required",0,5.291481,2.613015,17,"2013-04-04 00:00",14.7,"2013-03-19 00:00",14.4,"2013-01-21 00:00",14,"2013-01-20 00:00","","","","",14.4,12.8,10.4,8.8,6.2,4.9,2.8,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",270,74,270,365,0,0,0,0,"Certification not required",0,4.765185,1.886907,11.1,"2013-01-21 00:00",11,"2013-04-01 00:00",10.7,"2013-04-02 00:00",10.6,"2013-01-20 00:00","","","","",10.7,9.8,8.5,6.8,5.7,4.6,2.7,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",270,74,270,365,0,0,0,0,"Certification not required",0,5.291481,2.613015,17,"2013-04-04 00:00",14.7,"2013-03-19 00:00",14.4,"2013-01-21 00:00",14,"2013-01-20 00:00","","","","",14.4,12.8,10.4,8.8,6.2,4.9,2.8,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",270,74,270,365,0,0,"","","Certification not required",0,5.291481,2.613015,17,"2013-04-04 00:00",14.7,"2013-03-19 00:00",14.4,"2013-01-21 00:00",14,"2013-01-20 00:00","","","","",14.4,12.8,10.4,8.8,6.2,4.9,2.8,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",270,74,270,365,0,0,"","","Certification not required",0,4.765185,1.886907,11.1,"2013-01-21 00:00",11,"2013-04-01 00:00",10.7,"2013-04-02 00:00",10.6,"2013-01-20 00:00","","","","",10.7,9.8,8.5,6.8,5.7,4.6,2.7,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2016","88101",1,19.2039,-155.480183,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",270,74,270,365,0,0,"","","Certification not required",0,5.291481,2.613015,17,"2013-04-04 00:00",14.7,"2013-03-19 00:00",14.4,"2013-01-21 00:00",14,"2013-01-20 00:00","","","","",14.4,12.8,10.4,8.8,6.2,4.9,2.8,"PAHALA","96-3150 PIKAKE ST","Hawaii","Hawaii","Pahala","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6336,72,271,365,636,216,82,"","Certification not required",0,70.329889,85.084949,732.9,"2013-04-05 06:00",433,"2013-04-07 09:00",424.2,"2013-02-06 01:00",344.2,"2013-07-15 02:00","","","","",424.2,285.4,228.4,178.4,91.5,43.4,3.8,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",5700,72,271,365,0,216,0,"","Certification not required",0,19.617712,8.991925,30,"2013-01-10 07:00",30,"2013-02-07 08:00",30,"2013-03-03 03:00",30,"2013-07-24 10:00","","","","",30,29.9,29.7,29.1,27.2,22.4,3.8,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6336,72,271,365,636,216,82,"","Certification not required",0,70.329889,85.084949,732.9,"2013-04-05 06:00",433,"2013-04-07 09:00",424.2,"2013-02-06 01:00",344.2,"2013-07-15 02:00","","","","",424.2,285.4,228.4,178.4,91.5,43.4,3.8,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6336,72,271,365,636,216,"","","Certification not required",0,13.35202,28.250212,732.9,"2013-04-05 06:00",433,"2013-04-07 09:00",424.2,"2013-02-06 01:00",347.5,"2013-04-05 05:00","","","","",139.8,92,55,30.2,12.3,5.1,0.7,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6336,72,271,365,636,216,"","","Certification not required",0,13.35202,28.250212,732.9,"2013-04-05 06:00",433,"2013-04-07 09:00",424.2,"2013-02-06 01:00",347.5,"2013-04-05 05:00","","","","",139.8,92,55,30.2,12.3,5.1,0.7,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Excluded",271,74,271,365,0,0,0,"","Certification not required",0,6.926199,3.825104,19.7,"2013-02-01 00:00",19,"2013-02-07 00:00",17.9,"2013-02-06 00:00",17.5,"2013-01-21 00:00","","","","",17.9,14.8,13.8,11.5,9.5,6.8,2,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Inclucded",271,74,271,365,0,0,0,"","Certification not required",0,13.307749,11.608792,72.8,"2013-04-05 00:00",52.2,"2013-03-04 00:00",50,"2013-09-24 00:00",49.5,"2013-02-06 00:00","","","","",50,42.5,36.6,30.4,18.6,10,2.3,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Concurred Events Excluded",271,74,271,365,0,0,0,"","Certification not required",0,13.307749,11.608792,72.8,"2013-04-05 00:00",52.2,"2013-03-04 00:00",50,"2013-09-24 00:00",49.5,"2013-02-06 00:00","","","","",50,42.5,36.6,30.4,18.6,10,2.3,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Concurred Events Excluded",2010,69,263,365,0,0,"",0,"Certification not required",0,13.407264,23.436386,311.7,"2013-04-05 08:00",225.6,"2013-06-28 08:00",215,"2013-04-07 11:00",208.1,"2013-09-24 08:00","","","","",126.3,81.3,53.1,31.9,13.7,5.8,0.8,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Excluded",1942,69,263,365,0,0,"",0,"Certification not required",0,7.255561,6.300482,29.9,"2013-01-12 05:00",29.5,"2013-04-11 11:00",28.9,"2013-09-29 23:00",28.4,"2013-01-23 11:00","","","","",26.5,24.5,20,16.7,10.1,5.1,0.4,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","42401",1,19.117561,-155.778136,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Inclucded",2010,69,263,365,0,0,"",0,"Certification not required",0,13.407264,23.436386,311.7,"2013-04-05 08:00",225.6,"2013-06-28 08:00",215,"2013-04-07 11:00",208.1,"2013-09-24 08:00","","","","",126.3,81.3,53.1,31.9,13.7,5.8,0.8,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6356,73,273,365,2573,196,"","","Certification not required",0,11.598018,6.887907,133,"2013-01-08 15:00",64,"2013-04-05 06:00",44,"2013-04-05 05:00",40,"2013-07-07 14:00","","","","",29,27,23,20,16,11,3,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6356,73,273,365,2573,196,"","","Certification not required",0,11.598018,6.887907,133,"2013-01-08 15:00",64,"2013-04-05 06:00",44,"2013-04-05 05:00",40,"2013-07-07 14:00","","","","",29,27,23,20,16,11,3,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",264,73,266,365,0,0,0,0,"Certification not required",0,7.855303,2.527456,12,"2013-09-13 00:00",11.7,"2013-06-30 00:00",11.7,"2013-08-31 00:00",11.6,"2013-03-01 00:00","","","","",11.7,11.5,11,10.7,9.6,8.3,3.9,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",266,73,266,365,0,0,0,0,"Certification not required",0,11.531955,4.878648,24.3,"2013-04-07 00:00",23.7,"2013-04-06 00:00",23.4,"2013-04-05 00:00",22.5,"2013-05-03 00:00","","","","",23.4,22.2,18.8,17.6,14.9,11.5,4.7,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",266,73,266,365,0,0,0,0,"Certification not required",0,11.531955,4.878648,24.3,"2013-04-07 00:00",23.7,"2013-04-06 00:00",23.4,"2013-04-05 00:00",22.5,"2013-05-03 00:00","","","","",23.4,22.2,18.8,17.6,14.9,11.5,4.7,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",266,73,266,365,0,0,"","","Certification not required",0,11.531955,4.878648,24.3,"2013-04-07 00:00",23.7,"2013-04-06 00:00",23.4,"2013-04-05 00:00",22.5,"2013-05-03 00:00","","","","",23.4,22.2,18.8,17.6,14.9,11.5,4.7,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",264,73,266,365,0,0,"","","Certification not required",0,7.855303,2.527456,12,"2013-09-13 00:00",11.7,"2013-06-30 00:00",11.7,"2013-08-31 00:00",11.6,"2013-03-01 00:00","","","","",11.7,11.5,11,10.7,9.6,8.3,3.9,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2020","88101",1,19.117561,-155.778136,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",266,73,266,365,0,0,"","","Certification not required",0,11.531955,4.878648,24.3,"2013-04-07 00:00",23.7,"2013-04-06 00:00",23.4,"2013-04-05 00:00",22.5,"2013-05-03 00:00","","","","",23.4,22.2,18.8,17.6,14.9,11.5,4.7,"HOVE","ORCHID PARKWAY, HAWAIIAN OCEAN VIEW ESTATES","Hawaii","Hawaii","Hawaiian Ocean View","Hilo, HI","2013-12-17" +"15","001","2021","42401",1,19.977467,-155.798067,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6428,73,273,365,0,124,0,"","Certification not required",0,2.620147,3.496269,25,"2013-04-20 17:00",24.2,"2013-04-16 00:00",17.3,"2013-03-21 16:00",16.1,"2013-09-10 17:00","","","","",17.3,14.8,10.1,5.7,3.2,1.5,0.2,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","42401",1,19.977467,-155.798067,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6428,73,273,365,0,124,"","","Certification not required",0,0.845971,1.632561,25,"2013-04-20 17:00",24.2,"2013-04-16 00:00",23.2,"2013-04-20 18:00",17.3,"2013-03-21 16:00","","","","",7.9,6.1,3.8,2.3,0.8,0.3,0,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","42401",1,19.977467,-155.798067,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.85348,1.24941,7.8,"2013-03-21 00:00",6.4,"2013-04-06 00:00",6.2,"2013-04-20 00:00",6.1,"2013-04-05 00:00","","","","",6.2,5.8,3.5,2,0.9,0.4,0.1,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","42401",1,19.977467,-155.798067,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2094,72,272,365,0,0,"",0,"Certification not required",0,0.804394,1.533646,14.8,"2013-03-21 17:00",14.2,"2013-04-20 20:00",13.7,"2013-04-16 02:00",13.6,"2013-04-04 23:00","","","","",7.6,6,3.7,2.2,0.8,0.3,0,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6244,71,266,365,1040,308,"","","Certification not required",0,8.268258,6.256845,76,"2013-09-07 11:00",60,"2013-07-31 14:00",59,"2013-07-10 10:00",51,"2013-07-10 11:00","","","","",30,26,21,16,10,7,2,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6244,71,266,365,1040,308,"","","Certification not required",0,8.268258,6.256845,76,"2013-09-07 11:00",60,"2013-07-31 14:00",59,"2013-07-10 10:00",51,"2013-07-10 11:00","","","","",30,26,21,16,10,7,2,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",258,71,258,365,0,0,0,0,"Certification not required",0,8.28062,4.990124,32.2,"2013-04-05 00:00",28.8,"2013-04-06 00:00",24.3,"2013-04-21 00:00",23.8,"2013-04-04 00:00","","","","",24.3,22.3,18.7,14.5,10.2,7.3,3.1,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",251,71,258,365,0,0,0,0,"Certification not required",0,6.539442,2.471792,12,"2013-01-27 00:00",12,"2013-03-08 00:00",12,"2013-04-16 00:00",11.6,"2013-03-22 00:00","","","","",12,11.3,10.2,9.7,8.3,6.6,2.9,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",258,71,258,365,0,0,0,0,"Certification not required",0,8.28062,4.990124,32.2,"2013-04-05 00:00",28.8,"2013-04-06 00:00",24.3,"2013-04-21 00:00",23.8,"2013-04-04 00:00","","","","",24.3,22.3,18.7,14.5,10.2,7.3,3.1,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",251,71,258,365,0,0,"","","Certification not required",0,6.539442,2.471792,12,"2013-01-27 00:00",12,"2013-03-08 00:00",12,"2013-04-16 00:00",11.6,"2013-03-22 00:00","","","","",12,11.3,10.2,9.7,8.3,6.6,2.9,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",258,71,258,365,0,0,"","","Certification not required",0,8.28062,4.990124,32.2,"2013-04-05 00:00",28.8,"2013-04-06 00:00",24.3,"2013-04-21 00:00",23.8,"2013-04-04 00:00","","","","",24.3,22.3,18.7,14.5,10.2,7.3,3.1,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2021","88101",1,19.977467,-155.798067,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",258,71,258,365,0,0,"","","Certification not required",0,8.28062,4.990124,32.2,"2013-04-05 00:00",28.8,"2013-04-06 00:00",24.3,"2013-04-21 00:00",23.8,"2013-04-04 00:00","","","","",24.3,22.3,18.7,14.5,10.2,7.3,3.1,"WAIKOLOA","UNNAMED ROAD, 1.5 MILES FROM QUEEN KAAHUNAMU HWY","Hawaii","Hawaii","","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6312,72,266,365,115,240,10,"","Certification not required",0,12.469925,33.84945,322.3,"2013-01-28 08:00",248.3,"2013-05-07 06:00",177.3,"2013-01-27 20:00",149.7,"2013-01-30 06:00","","","","",177.3,125.8,62.7,31.1,5.3,2.4,1.6,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6312,72,266,365,115,240,10,"","Certification not required",0,12.469925,33.84945,322.3,"2013-01-28 08:00",248.3,"2013-05-07 06:00",177.3,"2013-01-27 20:00",149.7,"2013-01-30 06:00","","","","",177.3,125.8,62.7,31.1,5.3,2.4,1.6,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",6197,72,266,365,0,240,0,"","Certification not required",0,6.03609,7.723757,29.9,"2013-01-28 20:00",29.9,"2013-05-21 13:00",29.7,"2013-03-15 09:00",29.6,"2013-05-09 10:00","","","","",29.7,29.5,27.7,21.3,5.3,2.4,1.6,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Concurred Events Excluded",6312,72,266,365,115,240,"","","Certification not required",0,3.46071,10.923658,322.3,"2013-01-28 08:00",248.3,"2013-05-07 06:00",177.3,"2013-01-27 20:00",171.7,"2013-01-27 19:00","","","","",44.3,28.6,9.3,3.6,1.8,1.6,1.2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Inclucded",6312,72,266,365,115,240,"","","Certification not required",0,3.46071,10.923658,322.3,"2013-01-28 08:00",248.3,"2013-05-07 06:00",177.3,"2013-01-27 20:00",171.7,"2013-01-27 19:00","","","","",44.3,28.6,9.3,3.6,1.8,1.6,1.2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","Events Excluded",6197,72,266,365,0,240,"","","Certification not required",0,2.31859,3.069653,29.9,"2013-01-28 20:00",29.9,"2013-05-21 13:00",29.7,"2013-03-15 09:00",29.6,"2013-05-09 10:00","","","","",19.6,13,5.8,3,1.8,1.6,1.2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Excluded",266,73,266,365,0,0,0,"","Certification not required",0,2.426316,2.194552,15.9,"2013-05-21 00:00",12.9,"2013-05-09 00:00",12.7,"2013-01-27 00:00",11,"2013-03-15 00:00","","","","",12.7,9.6,7.9,4.9,2,1.7,1.3,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Events Inclucded",266,73,266,365,0,0,0,"","Certification not required",0,3.391729,6.219568,52.4,"2013-05-07 00:00",50.4,"2013-01-27 00:00",46.4,"2013-01-28 00:00",24,"2013-03-08 00:00","","","","",46.4,22.6,13.2,6.2,2,1.7,1.3,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","Concurred Events Excluded",266,73,266,365,0,0,0,"","Certification not required",0,3.391729,6.219568,52.4,"2013-05-07 00:00",50.4,"2013-01-27 00:00",46.4,"2013-01-28 00:00",24,"2013-03-08 00:00","","","","",46.4,22.6,13.2,6.2,2,1.7,1.3,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Inclucded",2040,70,265,365,0,0,"",0,"Certification not required",0,3.363676,9.322052,167.3,"2013-01-28 08:00",152.2,"2013-05-07 08:00",124.1,"2013-01-27 20:00",122.2,"2013-05-07 05:00","","","","",41.1,25.5,10.3,3.7,1.8,1.6,1.2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Events Excluded",2027,70,265,365,0,0,"",0,"Certification not required",0,2.402023,3.105255,29.5,"2013-05-21 14:00",28.9,"2013-01-27 11:00",27.4,"2013-01-20 05:00",27.2,"2013-03-19 08:00","","","","",18.4,14.7,7.6,3.3,1.8,1.6,1.2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","42401",1,19.555444,-155.102028,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","Concurred Events Excluded",2040,70,265,365,0,0,"",0,"Certification not required",0,3.363676,9.322052,167.3,"2013-01-28 08:00",152.2,"2013-05-07 08:00",124.1,"2013-01-27 20:00",122.2,"2013-05-07 05:00","","","","",41.1,25.5,10.3,3.7,1.8,1.6,1.2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6146,73,270,365,0,167,"","","Certification not required",0,2.489749,2.990461,12,"2013-01-18 02:00",12,"2013-01-18 08:00",12,"2013-01-20 01:00",12,"2013-03-08 05:00","","","","",11,10,8,6,4,2,-2,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6385,73,270,365,239,167,"","","Certification not required",0,3.155834,4.749785,74,"2013-05-07 06:00",57,"2013-01-01 00:00",54,"2013-05-07 05:00",45,"2013-05-07 04:00","","","","",22,17,11,7,4,2,-1,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6385,73,270,365,239,167,"","","Certification not required",0,3.155834,4.749785,74,"2013-05-07 06:00",57,"2013-01-01 00:00",54,"2013-05-07 05:00",45,"2013-05-07 04:00","","","","",22,17,11,7,4,2,-1,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",267,73,267,365,0,0,0,0,"Certification not required",0,3.050936,3.408816,29.8,"2013-05-07 00:00",19.7,"2013-05-21 00:00",17.1,"2013-05-08 00:00",16.5,"2013-05-09 00:00","","","","",17.1,12.4,9.7,6.3,3.7,2.1,0.5,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",266,73,267,365,0,0,0,0,"Certification not required",0,2.571805,2.048652,10,"2013-04-01 00:00",9.7,"2013-05-09 00:00",9.6,"2013-03-15 00:00",9,"2013-04-04 00:00","","","","",9.6,7.4,6.8,5.7,3.6,2,0.4,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",267,73,267,365,0,0,0,0,"Certification not required",0,3.050936,3.408816,29.8,"2013-05-07 00:00",19.7,"2013-05-21 00:00",17.1,"2013-05-08 00:00",16.5,"2013-05-09 00:00","","","","",17.1,12.4,9.7,6.3,3.7,2.1,0.5,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",267,73,267,365,0,0,"","","Certification not required",0,3.050936,3.408816,29.8,"2013-05-07 00:00",19.7,"2013-05-21 00:00",17.1,"2013-05-08 00:00",16.5,"2013-05-09 00:00","","","","",17.1,12.4,9.7,6.3,3.7,2.1,0.5,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",266,73,267,365,0,0,"","","Certification not required",0,2.571805,2.048652,10,"2013-04-01 00:00",9.7,"2013-05-09 00:00",9.6,"2013-03-15 00:00",9,"2013-04-04 00:00","","","","",9.6,7.4,6.8,5.7,3.6,2,0.4,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","001","2023","88101",1,19.555444,-155.102028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",267,73,267,365,0,0,"","","Certification not required",0,3.050936,3.408816,29.8,"2013-05-07 00:00",19.7,"2013-05-21 00:00",17.1,"2013-05-08 00:00",16.5,"2013-05-09 00:00","","","","",17.1,12.4,9.7,6.3,3.7,2.1,0.5,"Mountain View 23","18-1235 VOLCANO ROAD","Hawaii","Hawaii","Mountain View","Hilo, HI","2013-12-17" +"15","003","0010","14129",1,21.323745,-158.088613,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",25,41,25,61,0,3,0,0,"Certification not required",0,0.00056,0.000712,0.002,"2013-04-04 00:00",0.002,"2013-04-16 00:00",0.002,"2013-05-10 00:00",0.001,"2013-01-17 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-10-01" +"15","003","0010","14129",2,21.323745,-158.088613,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,2,0,0,"Certification not required",0,0.001,0.000853,0.002,"2013-04-04 00:00",0.002,"2013-04-10 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.001,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-10-01" +"15","003","0010","42101",1,21.323745,-158.088613,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6298,72,267,365,0,254,0,0,"Certification not required",454,0.638139,0.155878,1.3,"2013-01-18 07:00",1.2,"2013-01-16 07:00",1.2,"2013-03-14 07:00",1.1,"2013-01-16 08:00","","","","",0.9,0.9,0.9,0.8,0.7,0.6,0.5,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42101",1,21.323745,-158.088613,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6340,72,260,365,0,0,0,0,"Certification not required",0,0.640994,0.147084,1,"2013-03-14 08:00",1,"2013-03-14 09:00",1,"2013-03-14 10:00",1,"2013-03-14 11:00",1,"2013-03-14 08:00",0.9,"2013-01-18 08:00",0.9,0.9,0.9,0.8,0.7,0.6,0.5,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42101",2,21.323745,-158.088613,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",4499,51,188,365,0,2053,0,0,"Certification not required",3337,0.394877,0.178554,0.5,"2013-01-01 00:00",0.5,"2013-01-01 01:00",0.5,"2013-01-01 02:00",0.5,"2013-01-01 03:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.085,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42101",2,21.323745,-158.088613,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",4525,52,186,365,0,0,0,0,"Certification not required",0,0.397613,0.174372,0.5,"2013-01-01 05:00",0.5,"2013-01-01 06:00",0.5,"2013-01-01 07:00",0.5,"2013-01-01 08:00",0.5,"2013-01-01 05:00",0.5,"2013-01-01 13:00",0.5,0.5,0.5,0.5,0.5,0.5,0.1,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",1,21.323745,-158.088613,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6300,72,268,365,0,252,0,"","Certification not required",0,2.363806,1.331664,9.6,"2013-03-17 11:00",9,"2013-05-07 18:00",8.5,"2013-05-20 10:00",7.7,"2013-03-18 13:00","","","","",8.5,7.1,5,3.8,2.5,2,1.3,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",1,21.323745,-158.088613,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6300,72,268,365,0,252,"","","Certification not required",0,1.648968,0.744501,9.6,"2013-03-17 11:00",9,"2013-05-07 18:00",8.5,"2013-05-20 10:00",7.9,"2013-03-17 10:00","","","","",4.8,4.7,2.5,2.2,1.9,1.6,1,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",1,21.323745,-158.088613,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,1.651119,0.615741,4.9,"2013-02-08 00:00",4.8,"2013-02-06 00:00",4.8,"2013-02-09 00:00",4.8,"2013-02-10 00:00","","","","",4.8,3,2.3,2.2,2,1.6,1,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",1,21.323745,-158.088613,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2011,69,262,365,0,0,"",0,"Certification not required",0,1.597315,0.69944,6.4,"2013-03-17 11:00",6,"2013-03-18 14:00",5.7,"2013-05-07 20:00",5.4,"2013-02-08 14:00","","","","",4.8,4.7,2.4,2.1,1.9,1.5,1,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",2,21.323745,-158.088613,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",3700,42,146,365,0,2852,0,"","Certification not required",0,1.85274,1.504623,9.5,"2013-03-17 11:00",7.5,"2013-03-11 12:00",6.8,"2013-03-18 13:00",6.1,"2013-01-18 10:00","","","","",7.5,6.8,4.8,3.6,2.5,1.4,0.5,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",2,21.323745,-158.088613,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",3700,42,146,365,0,2852,"","","Certification not required",0,0.878108,0.982899,9.5,"2013-03-17 11:00",7.5,"2013-03-11 12:00",7.1,"2013-03-17 10:00",6.8,"2013-03-18 13:00","","","","",4.1,3.6,3.1,2.1,1.2,0.6,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",2,21.323745,-158.088613,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",146,40,146,365,0,0,0,"","Certification not required",0,0.882877,0.812604,3.9,"2013-04-06 00:00",3.7,"2013-04-07 00:00",3.4,"2013-02-08 00:00",3.3,"2013-02-09 00:00","","","","",3.7,3.4,2.3,2.1,1.2,0.6,0.1,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42401",2,21.323745,-158.088613,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1173,40,137,365,0,0,"",0,"Certification not required",0,0.87289,0.937718,5.8,"2013-03-17 11:00",5.2,"2013-03-18 14:00",4.6,"2013-01-18 11:00",4.6,"2013-01-18 17:00","","","","",4.1,3.5,3.2,2.1,1.2,0.6,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42600",1,21.323745,-158.088613,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6262,71,265,365,0,290,"","","Certification not required",0,4.276046,5.025474,110.7,"2013-01-18 07:00",81.2,"2013-01-16 07:00",74.6,"2013-01-16 08:00",70.6,"2013-01-18 08:00","","","","",24.7,18.3,11.5,8.3,4.9,2.9,1.2,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42601",1,21.323745,-158.088613,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",5936,68,241,365,0,616,"","","Certification not required",0,0.980694,2.258342,65.6,"2013-01-18 07:00",45.4,"2013-01-16 07:00",44.8,"2013-01-16 08:00",42.8,"2013-03-22 13:00","","","","",8.9,5,2.6,1.8,0.9,0.5,0.3,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42602",1,21.323745,-158.088613,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5913,68,249,365,0,639,0,"","Certification not required",0,8.690763,5.070944,31,"2013-01-25 07:00",30,"2013-01-18 07:00",26,"2013-03-07 07:00",26,"2013-05-07 18:00","","","","",26,24,20,16,10,7,4,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","42602",1,21.323745,-158.088613,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5913,68,249,365,0,639,"","","Certification not required",0,2.748858,2.972246,31,"2013-01-25 07:00",30,"2013-01-18 07:00",26,"2013-03-07 07:00",26,"2013-05-07 18:00","","","","",14,12,8,6,3,2,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","44201",1,21.323745,-158.088613,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6434,74,269,365,0,118,0,0,"Certification not required",3,0.030784,0.011953,0.063,"2013-03-18 09:00",0.061,"2013-03-31 10:00",0.055,"2013-03-17 14:00",0.052,"2013-03-16 06:00","","","","",0.055,0.05,0.048,0.046,0.04,0.03,0.018,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","44201",1,21.323745,-158.088613,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6426,73,265,365,0,0,0,0,"Certification not required",0,0.028106,0.011265,0.057,"2013-03-31 09:00",0.052,"2013-03-18 09:00",0.051,"2013-03-17 08:00",0.051,"2013-04-02 11:00","","","","",0.051,0.049,0.046,0.042,0.037,0.027,0.016,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","44201",1,21.323745,-158.088613,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6426,73,265,365,0,0,0,0,"Certification not required",0,0.028106,0.011265,0.057,"2013-03-31 09:00",0.052,"2013-03-18 09:00",0.051,"2013-03-17 08:00",0.051,"2013-04-02 11:00","","","","",0.051,0.049,0.046,0.042,0.037,0.027,0.016,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","61103",1,21.323745,-158.088613,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6477,74,273,365,0,75,"","","Certification not required",0,3.990428,2.000511,14.4,"2013-03-31 14:00",14.2,"2013-01-18 16:00",14,"2013-04-01 14:00",13.8,"2013-03-31 15:00","","","","",10.1,9.1,7.6,6.6,5.2,3.7,1.7,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","61104",1,21.323745,-158.088613,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6477,74,273,365,0,75,"","","Certification not required",0,84.012815,65.710699,360,"2013-02-03 13:00",360,"2013-03-30 22:00",360,"2013-03-31 20:00",360,"2013-07-02 06:00","","","","",317,301,262,169,77,63,38,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","62101",1,21.323745,-158.088613,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",6544,75,273,365,0,8,"","","Certification not required",0,76.201421,4.919132,88.3,"2013-09-15 14:00",88.2,"2013-08-19 13:00",88.2,"2013-09-11 13:00",88.2,"2013-09-15 12:00","","","","",86.7,86,84.7,83.3,79.3,76.1,69.8,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","62201",1,21.323745,-158.088613,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Hygromer C94 Probe",2013,"Percent relative humidity","No Events",6544,75,273,365,0,8,"","","Certification not required",0,66.432152,10.549881,99,"2013-04-24 02:00",99,"2013-04-24 03:00",98,"2013-04-15 01:00",98,"2013-04-15 02:00","","","","",93,89,84,79,73,67,51,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","68103",5,21.323745,-158.088613,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",94,100,53,61,0,12,"","","Certification not required",0,21.012766,2.378634,31.1,"2013-05-25 00:00",24.5,"2013-08-11 00:00",24,"2013-06-09 00:00",23.7,"2013-08-23 00:00","","","","",31.1,24.5,23.4,23.1,22.6,21.4,17.6,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","68104",5,21.323745,-158.088613,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",89,100,51,61,0,17,"","","Certification not required",0,30.002247,1.86328,33,"2013-07-24 00:00",33,"2013-08-23 00:00",33,"2013-10-04 00:00",32.8,"2013-08-27 00:00","","","","",33,33,32.7,32.2,31.7,30.3,27.2,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","68105",2,21.323745,-158.088613,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",88,100,45,61,0,0,"","","Certification not required",0,25.288636,2.223719,29.7,"2013-07-30 00:00",29,"2013-06-09 00:00",28.4,"2013-06-06 00:00",28.4,"2013-08-11 00:00","","","","",29.7,29,28.3,27.6,27.1,26,22,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-18" +"15","003","0010","68105",5,21.323745,-158.088613,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",90,100,52,61,0,16,"","","Certification not required",0,25.614444,2.232173,33.8,"2013-09-07 00:00",31,"2013-05-25 00:00",29,"2013-07-03 00:00",28.6,"2013-08-11 00:00","","","","",33.8,31,28.4,27.9,27.2,25.7,23,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","68106",5,21.323745,-158.088613,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,53,61,0,4,"","","Certification not required",0,758.166667,3.080065,764,"2013-08-27 00:00",763,"2013-07-18 00:00",763,"2013-07-27 00:00",763,"2013-08-02 00:00","","","","",763,763,763,762,761,757,754,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","68107",5,21.323745,-158.088613,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,53,61,0,4,"","","Certification not required",0,760.794118,3.138197,767,"2013-07-30 00:00",766,"2013-08-08 00:00",766,"2013-08-27 00:00",766,"2013-09-28 00:00","","","","",766,766,766,765,764,760,757,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","68108",2,21.323745,-158.088613,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,45,61,0,0,"","","Certification not required",0,765.761364,1.516153,770,"2013-02-15 00:00",769,"2013-02-12 00:00",769,"2013-02-27 00:00",768,"2013-02-03 00:00","","","","",770,769,768,768,767,766,764,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-18" +"15","003","0010","68108",5,21.323745,-158.088613,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,53,61,0,4,"","","Certification not required",0,759.754902,3.084411,765,"2013-08-08 00:00",765,"2013-08-27 00:00",765,"2013-09-28 00:00",765,"2013-10-31 00:00","","","","",765,765,764,764,763,759,756,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","81102",3,21.323745,-158.088613,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6411,73,267,365,0,141,"","","Certification not required",238,15.017158,9.261482,267,"2013-06-13 08:00",203,"2013-07-05 12:00",96,"2013-07-09 14:00",92,"2013-07-09 12:00","","","","",41,36,30,25,19,14,6,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","81102",3,21.323745,-158.088613,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",267,73,267,365,0,0,0,0,"Certification not required",0,14.546816,5.242311,39,"2013-06-13 00:00",39,"2013-07-09 00:00",31,"2013-03-31 00:00",28,"2013-07-10 00:00","","","","",31,27,23,21,17,14,9,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","86101",1,21.323745,-158.088613,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6332,72,264,365,0,220,"","","Certification not required",0,11.841914,8.74317,261,"2013-06-13 08:00",184,"2013-07-05 12:00",89,"2013-06-13 13:00",87,"2013-06-13 14:00","","","","",36,30,25,21,16,11,3,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","88101",1,21.323745,-158.088613,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6351,73,269,365,0,201,"","","Certification not required",0,3.147536,4.869651,94,"2013-04-04 04:00",86,"2013-04-04 10:00",51,"2013-06-26 22:00",49,"2013-03-10 12:00","","","","",18,15,11,9,6,3,-2,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","88101",1,21.323745,-158.088613,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,3.086364,3.595059,16.2,"2013-04-04 00:00",15.8,"2013-01-31 00:00",14.8,"2013-03-31 00:00",14,"2013-01-25 00:00","","","","",14.8,12.2,9.9,8.2,5,2.4,-0.8,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","88101",1,21.323745,-158.088613,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,3.086364,3.595059,16.2,"2013-04-04 00:00",15.8,"2013-01-31 00:00",14.8,"2013-03-31 00:00",14,"2013-01-25 00:00","","","","",14.8,12.2,9.9,8.2,5,2.4,-0.8,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-17" +"15","003","0010","88101",2,21.323745,-158.088613,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,0,0,"Certification not required",0,3.629885,2.058455,11.7,"2013-04-13 00:00",11.3,"2013-05-22 00:00",9.7,"2013-01-31 00:00",9.1,"2013-01-25 00:00","","","","",11.7,11.3,7.5,6.1,4.3,3.2,1.8,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-18" +"15","003","0010","88101",2,21.323745,-158.088613,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,"","","Certification not required",0,3.629885,2.058455,11.7,"2013-04-13 00:00",11.3,"2013-05-22 00:00",9.7,"2013-01-31 00:00",9.1,"2013-01-25 00:00","","","","",11.7,11.3,7.5,6.1,4.3,3.2,1.8,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2013-12-18" +"15","003","0010","88102",5,21.323745,-158.088613,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",94,0.02077,0.006292,0.058,"2013-06-27 00:00",0.042,"2013-02-24 00:00",0.036,"2013-10-25 00:00",0.026,"2013-01-25 00:00","","","","",0.058,0.042,0.026,0.026,0.021,0.021,0.014,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88103",5,21.323745,-158.088613,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.000133,0.000422,0.003,"2013-10-29 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-20 00:00",0.001,"2013-03-23 00:00","","","","",0.003,0.001,0.001,0.001,0,0,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88104",5,21.323745,-158.088613,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",68,0.018755,0.026738,0.201,"2013-03-20 00:00",0.127,"2013-08-20 00:00",0.084,"2013-03-14 00:00",0.083,"2013-06-12 00:00","","","","",0.201,0.127,0.067,0.039,0.018,0.0115,0.0065,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88107",5,21.323745,-158.088613,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",97,0.006476,0.005945,0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-06-21 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88109",5,21.323745,-158.088613,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",70,0.001251,0.000685,0.0035,"2013-03-02 00:00",0.0032,"2013-04-13 00:00",0.0031,"2013-05-07 00:00",0.0028,"2013-02-03 00:00","","","","",0.0035,0.0032,0.0028,0.0024,0.0016,0.00115,0.00065,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88110",5,21.323745,-158.088613,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.001602,0.003768,0.021,"2013-01-10 00:00",0.015,"2013-10-13 00:00",0.013,"2013-04-28 00:00",0.013,"2013-07-18 00:00","","","","",0.021,0.015,0.012,0.007,0,0,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88111",5,21.323745,-158.088613,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",10,0.044321,0.045277,0.344,"2013-06-12 00:00",0.179,"2013-06-18 00:00",0.144,"2013-07-03 00:00",0.11,"2013-04-10 00:00","","","","",0.344,0.179,0.106,0.0881,0.0594,0.0361,0.00375,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88112",5,21.323745,-158.088613,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.005867,0.017726,0.124,"2013-10-04 00:00",0.077,"2013-09-13 00:00",0.071,"2013-10-01 00:00",0.067,"2013-09-28 00:00","","","","",0.124,0.077,0.037,0.007,0.003,0.002,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88113",5,21.323745,-158.088613,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",92,0.000701,0.000191,0.0014,"2013-07-09 00:00",0.0014,"2013-08-08 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-06-12 00:00","","","","",0.0014,0.0014,0.0013,0.001,0.0007,0.00065,0.00055,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88114",5,21.323745,-158.088613,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",84,0.001109,0.000699,0.0041,"2013-04-16 00:00",0.0038,"2013-08-14 00:00",0.0036,"2013-11-06 00:00",0.0033,"2013-03-17 00:00","","","","",0.0041,0.0038,0.0028,0.002,0.00125,0.0008,0.00065,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88115",5,21.323745,-158.088613,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",3,0.536587,0.401678,1.83,"2013-02-27 00:00",1.54,"2013-04-10 00:00",1.54,"2013-06-12 00:00",1.5,"2013-01-19 00:00","","","","",1.83,1.54,1.5,1.26,0.694,0.434,0.111,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88117",5,21.323745,-158.088613,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",98,0.00623,0.009511,0.0435,"2013-08-17 00:00",0.0435,"2013-09-28 00:00",0.043,"2013-05-16 00:00",0.043,"2013-05-19 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0034,0.0028,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88118",5,21.323745,-158.088613,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",94,0.010292,0.006443,0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-21 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88126",5,21.323745,-158.088613,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",3,0.024482,0.016639,0.0804,"2013-03-14 00:00",0.0714,"2013-06-12 00:00",0.0676,"2013-03-08 00:00",0.0607,"2013-03-12 00:00","","","","",0.0804,0.0714,0.0579,0.0489,0.0342,0.0215,0.0064,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88128",5,21.323745,-158.088613,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.000265,0.000682,0.003,"2013-01-16 00:00",0.003,"2013-03-05 00:00",0.003,"2013-06-21 00:00",0.002,"2013-01-25 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88131",5,21.323745,-158.088613,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",98,0.010327,0.003335,0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-12 00:00",0.0165,"2013-02-27 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88132",5,21.323745,-158.088613,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.000408,0.000655,0.002,"2013-03-12 00:00",0.002,"2013-03-14 00:00",0.002,"2013-03-20 00:00",0.002,"2013-05-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88136",5,21.323745,-158.088613,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.003071,0.0033,0.024,"2013-10-19 00:00",0.015,"2013-11-13 00:00",0.01,"2013-01-16 00:00",0.009,"2013-10-13 00:00","","","","",0.024,0.015,0.008,0.006,0.004,0.003,0,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88140",5,21.323745,-158.088613,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",20,0.037149,0.030384,0.152,"2013-03-02 00:00",0.128,"2013-02-27 00:00",0.11,"2013-04-13 00:00",0.105,"2013-01-19 00:00","","","","",0.152,0.128,0.102,0.091,0.05,0.031,0.006,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88152",5,21.323745,-158.088613,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",98,0.005674,0.001554,0.008,"2013-02-06 00:00",0.008,"2013-03-08 00:00",0.008,"2013-03-12 00:00",0.008,"2013-03-20 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88154",5,21.323745,-158.088613,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",96,0.001027,0.000254,0.0015,"2013-04-25 00:00",0.0014,"2013-06-15 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-10 00:00","","","","",0.0015,0.0014,0.0013,0.0013,0.00125,0.001,0.00065,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88160",5,21.323745,-158.088613,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",95,0.013883,0.004443,0.03,"2013-07-03 00:00",0.03,"2013-09-22 00:00",0.026,"2013-06-30 00:00",0.0185,"2013-11-06 00:00","","","","",0.03,0.03,0.018,0.018,0.016,0.016,0.01,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88161",5,21.323745,-158.088613,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",89,0.002851,0.002384,0.0234,"2013-06-18 00:00",0.0078,"2013-03-08 00:00",0.0076,"2013-06-09 00:00",0.0069,"2013-04-10 00:00","","","","",0.0234,0.0078,0.0058,0.00265,0.00265,0.00215,0.0021,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88164",5,21.323745,-158.088613,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",83,0.002145,0.002069,0.0197,"2013-10-19 00:00",0.0074,"2013-10-13 00:00",0.0058,"2013-01-16 00:00",0.005,"2013-06-12 00:00","","","","",0.0197,0.0074,0.0041,0.004,0.0019,0.0016,0.0015,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88165",5,21.323745,-158.088613,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",21,0.037573,0.035304,0.217,"2013-03-14 00:00",0.144,"2013-04-10 00:00",0.141,"2013-03-12 00:00",0.136,"2013-03-05 00:00","","","","",0.217,0.144,0.121,0.071,0.05,0.029,0.0055,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88166",5,21.323745,-158.088613,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",96,0.008939,0.00501,0.02,"2013-04-25 00:00",0.019,"2013-01-25 00:00",0.019,"2013-02-27 00:00",0.019,"2013-03-05 00:00","","","","",0.02,0.019,0.019,0.019,0.0075,0.0075,0.0042,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88167",5,21.323745,-158.088613,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",89,0.001472,0.000817,0.0069,"2013-06-15 00:00",0.0047,"2013-03-14 00:00",0.0035,"2013-05-07 00:00",0.0034,"2013-01-25 00:00","","","","",0.0069,0.0047,0.0026,0.00175,0.00175,0.0013,0.0009,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88168",5,21.323745,-158.088613,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",92,0.001436,0.001066,0.0107,"2013-05-13 00:00",0.0042,"2013-03-20 00:00",0.0032,"2013-06-12 00:00",0.003,"2013-04-25 00:00","","","","",0.0107,0.0042,0.002,0.00175,0.00155,0.00115,0.00085,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88169",5,21.323745,-158.088613,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",3,0.304911,0.278051,1.41,"2013-03-20 00:00",1.31,"2013-04-25 00:00",1.06,"2013-05-22 00:00",1.03,"2013-01-25 00:00","","","","",1.41,1.31,0.941,0.769,0.377,0.214,0.09,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88176",5,21.323745,-158.088613,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",98,0.000995,0.000199,0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88180",5,21.323745,-158.088613,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",5,0.02126,0.012424,0.055,"2013-04-13 00:00",0.0528,"2013-01-19 00:00",0.0519,"2013-04-10 00:00",0.05,"2013-01-01 00:00","","","","",0.055,0.0528,0.0468,0.0416,0.0276,0.0185,0.0076,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88184",5,21.323745,-158.088613,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",3,0.359148,0.222934,1,"2013-02-27 00:00",0.94,"2013-03-02 00:00",0.928,"2013-04-13 00:00",0.897,"2013-01-19 00:00","","","","",1,0.94,0.875,0.711,0.448,0.314,0.115,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88185",5,21.323745,-158.088613,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",95,0.003792,0.003771,0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-02-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88301",5,21.323745,-158.088613,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",59,0.068098,0.191542,1.48,"2013-04-13 00:00",0.697,"2013-01-25 00:00",0.636,"2013-04-25 00:00",0.54,"2013-01-31 00:00","","","","",1.48,0.697,0.491,0.111,0.031,0.0125,0.0015,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88302",5,21.323745,-158.088613,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,0.391249,0.255286,1.42,"2013-06-06 00:00",1.22,"2013-02-03 00:00",1.11,"2013-01-19 00:00",1.08,"2013-02-27 00:00","","","","",1.42,1.22,0.991,0.644,0.49,0.346,0.113,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88303",5,21.323745,-158.088613,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",61,0.017621,0.015715,0.081,"2013-05-16 00:00",0.076,"2013-05-19 00:00",0.069,"2013-07-15 00:00",0.068,"2013-04-16 00:00","","","","",0.081,0.076,0.063,0.033,0.0209,0.012,0.0034,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88306",5,21.323745,-158.088613,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",3,0.153819,0.085331,0.439,"2013-01-25 00:00",0.438,"2013-03-12 00:00",0.378,"2013-06-06 00:00",0.342,"2013-11-13 00:00","","","","",0.439,0.438,0.326,0.271,0.185,0.141,0.0516,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88355",5,21.323745,-158.088613,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",0,0.354408,0.123343,0.925,"2013-03-05 00:00",0.647,"2013-05-07 00:00",0.61,"2013-10-19 00:00",0.558,"2013-01-25 00:00","","","","",0.925,0.647,0.555,0.517,0.422,0.332,0.225,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88357",5,21.323745,-158.088613,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",3,0.107204,0.077023,0.415,"2013-03-14 00:00",0.343,"2013-01-16 00:00",0.3,"2013-03-08 00:00",0.265,"2013-01-25 00:00","","","","",0.415,0.343,0.246,0.201,0.143,0.093,0.018,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88370",5,21.323745,-158.088613,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",0,0.333041,0.113491,0.884,"2013-03-05 00:00",0.593,"2013-05-07 00:00",0.53,"2013-10-19 00:00",0.523,"2013-01-08 00:00","","","","",0.884,0.593,0.512,0.48,0.391,0.317,0.216,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88374",5,21.323745,-158.088613,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",50,0.008643,0.012903,0.079,"2013-10-10 00:00",0.044,"2013-10-19 00:00",0.042,"2013-03-12 00:00",0.038,"2013-07-18 00:00","","","","",0.079,0.044,0.038,0.023,0.014,0.001,0.001,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88375",5,21.323745,-158.088613,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",0,0.10499,0.034362,0.209,"2013-01-29 00:00",0.195,"2013-01-25 00:00",0.176,"2013-03-08 00:00",0.174,"2013-04-13 00:00","","","","",0.209,0.195,0.173,0.155,0.123,0.1,0.071,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88376",5,21.323745,-158.088613,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",0,0.128714,0.058653,0.505,"2013-03-05 00:00",0.3,"2013-01-08 00:00",0.257,"2013-06-25 00:00",0.247,"2013-03-17 00:00","","","","",0.505,0.3,0.215,0.196,0.145,0.116,0.083,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88377",5,21.323745,-158.088613,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",1,0.072143,0.032219,0.217,"2013-03-05 00:00",0.159,"2013-06-12 00:00",0.134,"2013-06-15 00:00",0.13,"2013-03-12 00:00","","","","",0.217,0.159,0.13,0.112,0.09,0.067,0.037,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88378",5,21.323745,-158.088613,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",34,0.019316,0.022115,0.093,"2013-05-07 00:00",0.093,"2013-10-13 00:00",0.083,"2013-04-13 00:00",0.07,"2013-03-14 00:00","","","","",0.093,0.093,0.066,0.052,0.032,0.012,0.001,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88380",5,21.323745,-158.088613,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",3,0.128551,0.089861,0.484,"2013-03-14 00:00",0.374,"2013-01-16 00:00",0.374,"2013-03-08 00:00",0.367,"2013-01-25 00:00","","","","",0.484,0.374,0.3,0.232,0.174,0.119,0.028,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88383",5,21.323745,-158.088613,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",2,0.123611,0.082527,0.511,"2013-03-14 00:00",0.329,"2013-01-25 00:00",0.328,"2013-01-16 00:00",0.309,"2013-05-07 00:00","","","","",0.511,0.329,0.302,0.198,0.171,0.108,0.042,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88384",5,21.323745,-158.088613,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",25,0.024109,0.025373,0.105,"2013-05-22 00:00",0.0958,"2013-03-08 00:00",0.0846,"2013-05-04 00:00",0.082,"2013-01-29 00:00","","","","",0.105,0.0958,0.0775,0.0645,0.0358,0.0163,0.001,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88385",5,21.323745,-158.088613,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",96,0.001052,0.000382,0.00436,"2013-05-22 00:00",0.00278,"2013-05-04 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-08 00:00","","","","",0.00436,0.00278,0.001,0.001,0.001,0.001,0.001,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88388",5,21.323745,-158.088613,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",98,100,53,61,0,8,"","","Certification not required",6,0.04048,0.034931,0.148,"2013-05-07 00:00",0.143,"2013-10-13 00:00",0.139,"2013-03-14 00:00",0.125,"2013-01-25 00:00","","","","",0.148,0.143,0.122,0.095,0.059,0.026,0.007,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88403",5,21.323745,-158.088613,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",1,0.692026,0.840212,5.77,"2013-04-13 00:00",3.38,"2013-04-25 00:00",3.1,"2013-01-25 00:00",2.91,"2013-01-31 00:00","","","","",5.77,3.38,2.76,1.21,0.787,0.464,0.12,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","0010","88502",5,21.323745,-158.088613,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,100,52,61,0,8,"","","Certification not required",0,4.583673,2.470848,13.2,"2013-06-12 00:00",12.3,"2013-06-18 00:00",11.8,"2013-02-21 00:00",9.3,"2013-09-17 00:00","","","","",13.2,12.3,9,8.3,5.5,4.2,2,"KAPOLEI","2052 LAUWILIWILI ST","Hawaii","Honolulu","","Honolulu, HI","2014-02-13" +"15","003","1001","42101",1,21.30758,-157.85542,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6057,69,258,365,0,495,0,0,"Certification not required",5629,0.446805,0.178973,1.5,"2013-09-06 09:00",1.3,"2013-06-13 08:00",1.3,"2013-06-13 09:00",1.3,"2013-09-15 18:00","","","","",1.1,1.1,0.7,0.5,0.5,0.5,0.25,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","42101",1,21.30758,-157.85542,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6121,70,242,365,0,0,0,0,"Certification not required",0,0.459925,0.153669,1.2,"2013-06-12 20:00",1.2,"2013-06-12 21:00",1.2,"2013-06-12 22:00",1.2,"2013-06-12 23:00",1.2,"2013-06-12 20:00",1.2,"2013-06-13 04:00",1.1,1,0.6,0.5,0.5,0.5,0.3,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","42401",6,21.30758,-157.85542,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6252,71,265,365,0,300,0,"","Certification not required",0,1.782264,1.790808,21.5,"2013-03-15 18:00",14.8,"2013-01-17 16:00",6.8,"2013-05-08 18:00",6,"2013-05-23 04:00","","","","",6.8,5.8,3.8,3.2,2.2,1.2,0.9,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","42401",6,21.30758,-157.85542,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6252,71,265,365,0,300,"","","Certification not required",0,1.022393,0.61226,21.5,"2013-03-15 18:00",19.1,"2013-03-15 19:00",14.8,"2013-01-17 16:00",14.3,"2013-03-15 17:00","","","","",3.1,2.2,1.4,1.2,1.1,1,0.8,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","42401",6,21.30758,-157.85542,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",265,73,265,365,0,0,0,"","Certification not required",0,1.024528,0.344384,5.1,"2013-03-15 00:00",2.9,"2013-01-17 00:00",2.1,"2013-05-23 00:00",1.9,"2013-04-05 00:00","","","","",2.1,1.7,1.3,1.2,1.1,1,0.8,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","42401",6,21.30758,-157.85542,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1998,68,255,365,0,0,"",0,"Certification not required",0,0.970671,0.533374,16.7,"2013-03-15 20:00",10.9,"2013-03-15 17:00",9.2,"2013-01-17 17:00",4.7,"2013-05-08 20:00","","","","",2.5,1.6,1.2,1.1,1,0.9,0.7,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","81102",1,21.30758,-157.85542,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6496,74,271,365,0,56,"","","Certification not required",381,11.71444,6.169174,43,"2013-04-13 21:00",42,"2013-01-01 00:00",37,"2013-04-12 12:00",37,"2013-05-19 09:00","","","","",29,27,24,20,16,11,5,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","81102",1,21.30758,-157.85542,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,11.254613,4.612155,26,"2013-04-12 00:00",26,"2013-04-13 00:00",25,"2013-01-19 00:00",23,"2013-01-26 00:00","","","","",25,22,20,17,14,11,6,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","88101",3,21.30758,-157.85542,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5440,62,269,365,0,1112,"","","Certification not required",0,5.241544,3.978445,31,"2013-04-03 09:00",29,"2013-03-31 08:00",27,"2013-01-01 00:00",26,"2013-05-18 11:00","","","","",19,16,12,10,7,5,1,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","88101",3,21.30758,-157.85542,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",217,59,217,365,0,0,0,0,"Certification not required",0,5.274194,2.267316,15.6,"2013-04-05 00:00",14.9,"2013-05-23 00:00",13.4,"2013-04-13 00:00",11.2,"2013-01-30 00:00","","","","",13.4,11.2,9.9,8.2,6.1,4.8,3,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1001","88101",3,21.30758,-157.85542,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",217,59,217,365,0,0,"","","Certification not required",0,5.274194,2.267316,15.6,"2013-04-05 00:00",14.9,"2013-05-23 00:00",13.4,"2013-04-13 00:00",11.2,"2013-01-30 00:00","","","","",13.4,11.2,9.9,8.2,6.1,4.8,3,"HONOLULU","1250 PUNCHBOWL ST, HONOLULU","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1004","44201",2,21.303382,-157.871171,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6455,74,270,365,0,97,0,0,"Certification not required",201,0.028985,0.010848,0.12,"2013-09-09 09:00",0.057,"2013-04-02 14:00",0.056,"2013-03-17 15:00",0.054,"2013-03-31 09:00","","","","",0.056,0.048,0.045,0.042,0.036,0.027,0.018,"SAND ISLAND","1039 SAND ISLAND PARKWAY","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1004","44201",2,21.303382,-157.871171,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6475,73,268,365,0,0,0,0,"Certification not required",0,0.02597,0.00873,0.051,"2013-03-31 08:00",0.05,"2013-03-17 09:00",0.047,"2013-04-02 08:00",0.047,"2013-05-06 11:00","","","","",0.047,0.044,0.041,0.038,0.032,0.024,0.016,"SAND ISLAND","1039 SAND ISLAND PARKWAY","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1004","44201",2,21.303382,-157.871171,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6475,73,268,365,0,0,0,0,"Certification not required",0,0.02597,0.00873,0.051,"2013-03-31 08:00",0.05,"2013-03-17 09:00",0.047,"2013-04-02 08:00",0.047,"2013-05-06 11:00","","","","",0.047,0.044,0.041,0.038,0.032,0.024,0.016,"SAND ISLAND","1039 SAND ISLAND PARKWAY","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1004","88101",2,21.303382,-157.871171,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6393,73,271,365,0,159,"","","Certification not required",0,6.232442,3.330243,46,"2013-01-01 01:00",41,"2013-01-01 02:00",33,"2013-04-27 14:00",29,"2013-06-19 12:00","","","","",17,15,12,10,8,6,3,"SAND ISLAND","1039 SAND ISLAND PARKWAY","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1004","88101",2,21.303382,-157.871171,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,0,0,"Certification not required",0,6.192509,2.162796,17.5,"2013-05-23 00:00",15,"2013-04-05 00:00",13.9,"2013-04-13 00:00",12.6,"2013-01-31 00:00","","","","",13.9,11.4,10.4,8.9,7,6,3.9,"SAND ISLAND","1039 SAND ISLAND PARKWAY","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","1004","88101",2,21.303382,-157.871171,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,6.192509,2.162796,17.5,"2013-05-23 00:00",15,"2013-04-05 00:00",13.9,"2013-04-13 00:00",12.6,"2013-01-31 00:00","","","","",13.9,11.4,10.4,8.9,7,6,3.9,"SAND ISLAND","1039 SAND ISLAND PARKWAY","Hawaii","Honolulu","Honolulu","Honolulu, HI","2013-12-17" +"15","003","2004","81102",3,21.392833,-157.969126,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6344,72,263,365,0,208,"","","Certification not required",41,19.081179,8.127542,105,"2013-01-01 00:00",72,"2013-01-01 01:00",60,"2013-07-08 06:00",56,"2013-05-03 07:00","","","","",40,37,33,30,24,18,9,"PEARL CITY","860 4TH ST, PEARL CITY","Hawaii","Honolulu","Pearl City","Honolulu, HI","2013-12-17" +"15","003","2004","81102",3,21.392833,-157.969126,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",263,72,263,365,0,0,0,0,"Certification not required",0,18.661597,5.231613,38,"2013-04-12 00:00",34,"2013-04-13 00:00",31,"2013-03-31 00:00",31,"2013-04-07 00:00","","","","",31,30,27,25,22,18,12,"PEARL CITY","860 4TH ST, PEARL CITY","Hawaii","Honolulu","Pearl City","Honolulu, HI","2013-12-17" +"15","003","2004","88101",4,21.392833,-157.969126,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6441,74,271,365,0,111,"","","Certification not required",0,5.903586,3.923,78,"2013-01-01 00:00",47,"2013-01-01 01:00",30,"2013-03-08 21:00",25,"2013-03-08 19:00","","","","",17,15,12,11,8,6,1,"PEARL CITY","860 4TH ST, PEARL CITY","Hawaii","Honolulu","Pearl City","Honolulu, HI","2013-12-17" +"15","003","2004","88101",4,21.392833,-157.969126,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,0,0,"Certification not required",0,5.854275,3.210586,15.7,"2013-05-23 00:00",15.2,"2013-04-05 00:00",14.2,"2013-04-13 00:00",13.7,"2013-03-08 00:00","","","","",14.2,13.3,11.6,9.7,8,5.8,1.6,"PEARL CITY","860 4TH ST, PEARL CITY","Hawaii","Honolulu","Pearl City","Honolulu, HI","2013-12-17" +"15","003","2004","88101",4,21.392833,-157.969126,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,"","","Certification not required",0,5.854275,3.210586,15.7,"2013-05-23 00:00",15.2,"2013-04-05 00:00",14.2,"2013-04-13 00:00",13.7,"2013-03-08 00:00","","","","",14.2,13.3,11.6,9.7,8,5.8,1.6,"PEARL CITY","860 4TH ST, PEARL CITY","Hawaii","Honolulu","Pearl City","Honolulu, HI","2013-12-17" +"15","007","0007","42101",1,21.949599,-159.36624,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",2670,30,113,365,0,90,0,0,"Certification not required",1175,0.463727,0.215731,2.4,"2013-02-18 00:00",2.2,"2013-03-31 01:00",2.1,"2013-02-28 03:00",1.6,"2013-04-11 09:00","","","","",0.8,0.7,0.7,0.7,0.7,0.5,0.25,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-09-23" +"15","007","0007","42101",1,21.949599,-159.36624,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2609,30,109,365,0,0,0,0,"Certification not required",0,0.48233,0.177702,1.4,"2013-03-31 02:00",1.3,"2013-03-31 01:00",1.3,"2013-03-31 03:00",1.3,"2013-03-31 04:00",1.4,"2013-03-31 02:00",1,"2013-02-28 09:00",0.8,0.7,0.7,0.7,0.7,0.5,0.3,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-09-23" +"15","007","0007","42401",1,21.949599,-159.36624,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6357,73,270,365,0,195,0,"","Certification not required",0,3.117778,5.599693,29.7,"2013-02-28 18:00",26.6,"2013-09-13 06:00",25.7,"2013-09-19 18:00",25.3,"2013-03-01 01:00","","","","",25.7,24.7,15.7,10.3,1.7,0.7,0.4,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","42401",1,21.949599,-159.36624,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6357,73,270,365,0,195,"","","Certification not required",0,1.153988,2.683766,29.7,"2013-02-28 18:00",29.6,"2013-02-28 19:00",27.3,"2013-02-28 23:00",27.1,"2013-02-28 20:00","","","","",15.6,10.2,5.3,1.5,0.7,0.5,0.3,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","42401",1,21.949599,-159.36624,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,1.146296,1.726581,11.5,"2013-03-01 00:00",10,"2013-02-28 00:00",8.7,"2013-09-20 00:00",8,"2013-02-22 00:00","","","","",8.7,7.5,5,2.9,0.8,0.5,0.3,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","42401",1,21.949599,-159.36624,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2059,71,256,365,0,0,"",0,"Certification not required",0,1.138708,2.594944,28.8,"2013-02-28 20:00",25.5,"2013-02-28 23:00",24.1,"2013-03-01 02:00",23.8,"2013-09-13 08:00","","","","",14.2,10.1,5.5,1.8,0.7,0.5,0.2,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","42602",1,21.949599,-159.36624,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6356,73,270,365,0,196,0,"","Certification not required",0,7.677037,8.504907,40,"2013-02-01 06:00",35.4,"2013-03-01 06:00",35.1,"2013-09-13 06:00",35,"2013-02-28 18:00","","","","",35.1,33.4,28.9,22,9.6,3.8,1.5,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","42602",1,21.949599,-159.36624,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6356,73,270,365,0,196,"","","Certification not required",0,2.418738,4.869939,40,"2013-02-01 06:00",37.8,"2013-02-01 05:00",37.6,"2013-02-01 03:00",37.1,"2013-02-01 04:00","","","","",26.3,21,12.6,6.3,1.9,0.8,0.1,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","88101",1,21.949599,-159.36624,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6373,73,269,365,0,179,"","","Certification not required",0,4.361211,3.695667,62,"2013-07-04 20:00",57,"2013-01-01 00:00",38,"2013-01-25 13:00",27,"2013-07-04 21:00","","","","",15,13,11,9,6,4,0,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","88101",1,21.949599,-159.36624,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,4.300379,2.713443,13,"2013-03-31 00:00",12,"2013-02-28 00:00",11.5,"2013-03-01 00:00",11.5,"2013-04-21 00:00","","","","",11.5,10.8,9.3,8.2,5.9,3.9,1.1,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","007","0007","88101",1,21.949599,-159.36624,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,4.300379,2.713443,13,"2013-03-31 00:00",12,"2013-02-28 00:00",11.5,"2013-03-01 00:00",11.5,"2013-04-21 00:00","","","","",11.5,10.8,9.3,8.2,5.9,3.9,1.1,"NIUMALU","2342 HULEMALU ROAD, KAUAI","Hawaii","Kauai","","Kapaa, HI","2013-12-17" +"15","009","0006","88101",2,20.780997,-156.446373,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6071,69,266,365,0,481,"","","Certification not required",0,6.031461,6.07779,105,"2013-02-17 16:00",94,"2013-01-04 12:00",92,"2013-01-04 13:00",90,"2013-02-17 14:00","","","","",25,21,17,12,8,5,1,"KIHEI","KAIHOI ST AND KAIOLOHIA ST","Hawaii","Maui","Kihei","Kahului-Wailuku, HI","2013-12-17" +"15","009","0006","88101",2,20.780997,-156.446373,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,0,0,"Certification not required",0,5.984047,3.155331,25.4,"2013-01-04 00:00",23.9,"2013-02-17 00:00",15.9,"2013-02-18 00:00",14.7,"2013-05-22 00:00","","","","",15.9,13.1,11.1,10.3,7.3,5.4,3,"KIHEI","KAIHOI ST AND KAIOLOHIA ST","Hawaii","Maui","Kihei","Kahului-Wailuku, HI","2013-12-17" +"15","009","0006","88101",2,20.780997,-156.446373,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,5.984047,3.155331,25.4,"2013-01-04 00:00",23.9,"2013-02-17 00:00",15.9,"2013-02-18 00:00",14.7,"2013-05-22 00:00","","","","",15.9,13.1,11.1,10.3,7.3,5.4,3,"KIHEI","KAIHOI ST AND KAIOLOHIA ST","Hawaii","Maui","Kihei","Kahului-Wailuku, HI","2013-12-17" +"15","009","0024","88101",1,20.902031,-156.370344,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4745,54,206,365,0,391,"","","Certification not required",0,7.382086,6.32386,85,"2013-04-19 22:00",84,"2013-03-02 15:00",61,"2013-04-19 21:00",61,"2013-05-27 04:00","","","","",24,21,18,15,11,7,0,"PAIA","TMK 2-2-5-005-058","Hawaii","Maui","Paia","Kahului-Wailuku, HI","2013-12-17" +"15","009","0024","88101",1,20.902031,-156.370344,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",194,53,194,365,0,0,0,0,"Certification not required",0,7.319072,3.546873,18,"2013-03-02 00:00",16.5,"2013-03-03 00:00",16.3,"2013-05-22 00:00",16.2,"2013-04-15 00:00","","","","",16.5,16.2,13.5,12.3,9.7,6.9,3,"PAIA","TMK 2-2-5-005-058","Hawaii","Maui","Paia","Kahului-Wailuku, HI","2013-12-17" +"15","009","0024","88101",1,20.902031,-156.370344,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",194,53,194,365,0,0,"","","Certification not required",0,7.319072,3.546873,18,"2013-03-02 00:00",16.5,"2013-03-03 00:00",16.3,"2013-05-22 00:00",16.2,"2013-04-15 00:00","","","","",16.5,16.2,13.5,12.3,9.7,6.9,3,"PAIA","TMK 2-2-5-005-058","Hawaii","Maui","Paia","Kahului-Wailuku, HI","2013-12-17" +"15","009","9001","85101",1,20.7585,-156.24789,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",2,3.6073,2.726867,11.0903,"2013-04-04 00:00",10.8837,"2013-05-22 00:00",8.2901,"2013-03-08 00:00",7.3525,"2013-04-01 00:00","","","","",11.0903,11.0903,10.8837,7.3525,5.1243,3.3271,0.8304,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","86502",1,20.7585,-156.24789,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.567568,0.800713,3,"2013-04-01 00:00",3,"2013-04-04 00:00",2,"2013-03-08 00:00",1,"2013-03-02 00:00","","","","",3,3,3,1,1,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88103",1,20.7585,-156.24789,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88104",1,20.7585,-156.24789,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",2,0.029641,0.041325,0.1887,"2013-04-04 00:00",0.12,"2013-03-05 00:00",0.113,"2013-03-02 00:00",0.1048,"2013-04-01 00:00","","","","",0.1887,0.1887,0.12,0.1048,0.0286,0.0132,0.004,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88109",1,20.7585,-156.24789,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",3,0.00053,0.000352,0.0019,"2013-04-01 00:00",0.001,"2013-02-27 00:00",0.0009,"2013-02-24 00:00",0.0009,"2013-03-02 00:00","","","","",0.0019,0.0019,0.001,0.0009,0.0007,0.0005,0.0002,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88111",1,20.7585,-156.24789,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",5,0.021039,0.032621,0.1476,"2013-04-04 00:00",0.132,"2013-04-01 00:00",0.0583,"2013-03-05 00:00",0.0564,"2013-03-02 00:00","","","","",0.1476,0.1476,0.132,0.0564,0.0196,0.0085,0.0013,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88112",1,20.7585,-156.24789,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88114",1,20.7585,-156.24789,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",23,0.000172,0.000108,0.0006,"2013-04-01 00:00",0.0005,"2013-01-13 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-03-02 00:00","","","","",0.0006,0.0006,0.0005,0.0003,0.0002,0.00015,0.0001,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88115",1,20.7585,-156.24789,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",5,0.025615,0.042405,0.1641,"2013-04-01 00:00",0.1464,"2013-05-16 00:00",0.1046,"2013-02-18 00:00",0.0997,"2013-02-24 00:00","","","","",0.1641,0.1641,0.1464,0.0997,0.0267,0.0046,0.00015,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88126",1,20.7585,-156.24789,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",2,0.018465,0.026716,0.1299,"2013-04-04 00:00",0.0725,"2013-04-01 00:00",0.0688,"2013-03-05 00:00",0.0606,"2013-03-02 00:00","","","","",0.1299,0.1299,0.0725,0.0606,0.0191,0.0086,0.0019,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88128",1,20.7585,-156.24789,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.000459,0.000691,0.002,"2013-01-13 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-04 00:00",0.002,"2013-05-22 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88132",1,20.7585,-156.24789,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.000432,0.000647,0.003,"2013-04-04 00:00",0.001,"2013-02-03 00:00",0.001,"2013-03-02 00:00",0.001,"2013-03-05 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88136",1,20.7585,-156.24789,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88140",1,20.7585,-156.24789,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",12,0.014708,0.015437,0.0519,"2013-04-04 00:00",0.0512,"2013-04-22 00:00",0.045,"2013-05-16 00:00",0.0443,"2013-04-01 00:00","","","","",0.0519,0.0519,0.0512,0.0443,0.0222,0.01,0.00105,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88152",1,20.7585,-156.24789,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",30,0.000962,0.002152,0.0093,"2013-05-22 00:00",0.008,"2013-04-04 00:00",0.0046,"2013-04-07 00:00",0.0036,"2013-05-28 00:00","","","","",0.0093,0.0093,0.008,0.0036,0.00015,0.00015,0.0001,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88154",1,20.7585,-156.24789,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",31,0.000138,0.000104,0.0006,"2013-05-22 00:00",0.0004,"2013-01-13 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-03-08 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.0001,0.0001,0.0001,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88161",1,20.7585,-156.24789,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",7,0.001926,0.002648,0.0124,"2013-04-04 00:00",0.0075,"2013-04-01 00:00",0.0072,"2013-03-05 00:00",0.0068,"2013-03-02 00:00","","","","",0.0124,0.0124,0.0075,0.0068,0.0018,0.001,0.0002,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88164",1,20.7585,-156.24789,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",16,0.000141,0.000138,0.0006,"2013-04-04 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-04-01 00:00",0.0004,"2013-05-01 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0002,0.0001,5e-05,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88165",1,20.7585,-156.24789,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,0.061949,0.096793,0.4646,"2013-04-04 00:00",0.2549,"2013-03-05 00:00",0.2476,"2013-03-02 00:00",0.239,"2013-04-01 00:00","","","","",0.4646,0.4646,0.2549,0.239,0.0604,0.0221,0.0023,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88167",1,20.7585,-156.24789,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",8,0.000599,0.000756,0.0041,"2013-04-04 00:00",0.0024,"2013-03-29 00:00",0.0015,"2013-04-01 00:00",0.0013,"2013-05-07 00:00","","","","",0.0041,0.0041,0.0024,0.0013,0.0006,0.0004,0.0001,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88168",1,20.7585,-156.24789,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",17,0.000272,0.000256,0.0014,"2013-04-04 00:00",0.0009,"2013-04-01 00:00",0.0005,"2013-03-02 00:00",0.0005,"2013-03-05 00:00","","","","",0.0014,0.0014,0.0009,0.0005,0.0003,0.0002,0.0001,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88169",1,20.7585,-156.24789,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.355327,0.383548,1.6409,"2013-05-22 00:00",1.1028,"2013-04-04 00:00",0.9112,"2013-03-08 00:00",0.9,"2013-04-16 00:00","","","","",1.6409,1.6409,1.1028,0.9,0.6191,0.2146,0.0224,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88176",1,20.7585,-156.24789,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",30,0.000189,9.4e-05,0.0006,"2013-03-26 00:00",0.0004,"2013-01-07 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-03-23 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88180",1,20.7585,-156.24789,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.016492,0.015048,0.0679,"2013-04-04 00:00",0.0482,"2013-05-22 00:00",0.0475,"2013-04-01 00:00",0.0352,"2013-03-02 00:00","","","","",0.0679,0.0679,0.0482,0.0352,0.0218,0.0123,0.0023,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88184",1,20.7585,-156.24789,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",4,0.058181,0.058603,0.223,"2013-04-22 00:00",0.212,"2013-05-16 00:00",0.2003,"2013-04-01 00:00",0.147,"2013-04-13 00:00","","","","",0.223,0.223,0.212,0.147,0.0736,0.042,0.0019,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88185",1,20.7585,-156.24789,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",34,0.000665,0.000194,0.0015,"2013-02-24 00:00",0.0011,"2013-03-29 00:00",0.0008,"2013-03-20 00:00",0.00075,"2013-04-19 00:00","","","","",0.0015,0.0015,0.0011,0.00075,0.0007,0.00065,0.0004,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88203",1,20.7585,-156.24789,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",2,0.072165,0.072726,0.3222,"2013-05-16 00:00",0.3167,"2013-04-01 00:00",0.213,"2013-04-22 00:00",0.1414,"2013-02-18 00:00","","","","",0.3222,0.3222,0.3167,0.1414,0.0947,0.0502,0.0157,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88306",1,20.7585,-156.24789,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",8,0.07353,0.064331,0.2693,"2013-04-04 00:00",0.2256,"2013-04-01 00:00",0.1812,"2013-05-16 00:00",0.1703,"2013-04-13 00:00","","","","",0.2693,0.2693,0.2256,0.1703,0.1202,0.0697,0.0095,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88320",1,20.7585,-156.24789,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",4,0.1065,0.118355,0.46,"2013-04-19 00:00",0.38,"2013-04-22 00:00",0.37,"2013-05-22 00:00",0.34,"2013-05-28 00:00","","","","",0.46,0.46,0.38,0.34,0.19,0.06,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88321",1,20.7585,-156.24789,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",0,0.02625,0.032081,0.14,"2013-05-28 00:00",0.1,"2013-05-22 00:00",0.09,"2013-04-04 00:00",0.09,"2013-04-19 00:00","","","","",0.14,0.14,0.1,0.09,0.04,0.01,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88324",1,20.7585,-156.24789,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",37,0.022485,0.017283,0.1216,"2013-01-28 00:00",0.0302,"2013-01-10 00:00",0.0302,"2013-01-31 00:00",0.03,"2013-01-07 00:00","","","","",0.1216,0.1216,0.0302,0.03,0.0253,0.0167,0.01205,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88325",1,20.7585,-156.24789,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",31,0.036865,0.025843,0.1407,"2013-04-19 00:00",0.1115,"2013-04-22 00:00",0.0751,"2013-04-04 00:00",0.0678,"2013-05-22 00:00","","","","",0.1407,0.1407,0.1115,0.0678,0.03345,0.0329,0.01645,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88326",1,20.7585,-156.24789,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",36,0.041588,0.021532,0.1166,"2013-04-19 00:00",0.1084,"2013-05-28 00:00",0.1076,"2013-04-22 00:00",0.076,"2013-03-26 00:00","","","","",0.1166,0.1166,0.1084,0.076,0.03885,0.0362,0.02515,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88327",1,20.7585,-156.24789,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",28,0.028539,0.028588,0.1323,"2013-05-22 00:00",0.1107,"2013-04-19 00:00",0.075,"2013-05-28 00:00",0.0702,"2013-04-22 00:00","","","","",0.1323,0.1323,0.1107,0.0702,0.0427,0.01625,0.0103,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88328",1,20.7585,-156.24789,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",9,0.030404,0.027419,0.1015,"2013-05-28 00:00",0.1006,"2013-05-22 00:00",0.0786,"2013-05-31 00:00",0.0725,"2013-04-19 00:00","","","","",0.1015,0.1015,0.1006,0.0725,0.0424,0.027,0.00195,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88329",1,20.7585,-156.24789,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",7,0.045741,0.045119,0.1822,"2013-05-22 00:00",0.1682,"2013-05-28 00:00",0.1399,"2013-04-19 00:00",0.1161,"2013-04-04 00:00","","","","",0.1822,0.1822,0.1682,0.1161,0.0645,0.0345,0.00225,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88330",1,20.7585,-156.24789,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",18,0.011516,0.014502,0.0764,"2013-05-28 00:00",0.0407,"2013-04-04 00:00",0.0349,"2013-03-08 00:00",0.0257,"2013-05-31 00:00","","","","",0.0764,0.0764,0.0407,0.0257,0.0173,0.0065,0.0014,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88331",1,20.7585,-156.24789,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",14,4.5e-05,9.4e-05,0.0005,"2013-03-26 00:00",0.0003,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.0001,"2013-03-02 00:00","","","","",0.0005,0.0005,0.0003,0.0001,5e-05,0,0,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88338",1,20.7585,-156.24789,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",38,0.01654,0.006605,0.0407,"2013-04-04 00:00",0.0356,"2013-05-31 00:00",0.02545,"2013-02-27 00:00",0.0246,"2013-02-21 00:00","","","","",0.0407,0.0407,0.0356,0.0246,0.01685,0.015,0.01085,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88339",1,20.7585,-156.24789,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,1.465701,1.582157,6.76884,"2013-05-22 00:00",4.54905,"2013-04-04 00:00",3.75849,"2013-03-08 00:00",3.71258,"2013-04-16 00:00","","","","",6.76884,6.76884,4.54905,3.71258,2.55366,0.88518,0.09236,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88344",1,20.7585,-156.24789,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",1,0.094788,0.083092,0.3474,"2013-04-04 00:00",0.291,"2013-04-01 00:00",0.2337,"2013-05-16 00:00",0.2197,"2013-04-13 00:00","","","","",0.3474,0.3474,0.291,0.2197,0.1551,0.0899,0.0097,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88348",1,20.7585,-156.24789,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.3021,0.451435,2.1513,"2013-04-04 00:00",1.2305,"2013-04-01 00:00",1.1749,"2013-03-05 00:00",1.1163,"2013-03-02 00:00","","","","",2.1513,2.1513,1.2305,1.1163,0.2949,0.1249,0.0348,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88350",1,20.7585,-156.24789,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",4,0.190613,0.213509,0.8258,"2013-04-19 00:00",0.6926,"2013-04-22 00:00",0.6629,"2013-05-22 00:00",0.6181,"2013-05-28 00:00","","","","",0.8258,0.8258,0.6926,0.6181,0.3382,0.1022,0.0007,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88403",1,20.7585,-156.24789,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,66,23,61,0,11,"","","Certification not required",0,1.144428,1.207845,5.0759,"2013-05-22 00:00",3.4601,"2013-04-04 00:00",2.9951,"2013-03-08 00:00",2.7762,"2013-03-20 00:00","","","","",5.0759,5.0759,3.4601,2.7762,2.1471,0.6781,0.0748,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"15","009","9001","88502",1,20.7585,-156.24789,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,2.478378,2.300016,9.4,"2013-05-22 00:00",7.6,"2013-04-04 00:00",6.1,"2013-03-08 00:00",5.8,"2013-04-16 00:00","","","","",9.4,9.4,7.6,5.8,3.9,1.9,0.3,"Haleakala Crater","Haleakala National Park","Hawaii","Maui","","Kahului-Wailuku, HI","2014-01-28" +"16","001","0009","81102",3,43.618889,-116.213611,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5954,68,246,365,0,598,"","","Certification not required",0,26.447598,27.559383,898,"2013-08-01 18:00",505,"2013-08-08 23:00",385,"2013-06-18 18:00",377,"2013-05-21 12:00","","","","",107,93,73,55,34,20,6,"","FIRE STATION #5/16TH & FRONT","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-03" +"16","001","0009","81102",3,43.618889,-116.213611,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",246,67,246,365,0,0,0,0,"Certification not required",0,26.085366,17.187229,101,"2013-01-22 00:00",99,"2013-01-23 00:00",91,"2013-01-21 00:00",85,"2013-01-24 00:00","","","","",91,81,60,47,33,22,10,"","FIRE STATION #5/16TH & FRONT","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-03" +"16","001","0010","42101",1,43.600699,-116.347853,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",4411,50,184,365,0,43,0,0,"Certification not required",0,0.213947,0.149749,1.297,"2013-01-23 08:00",1.157,"2013-08-14 07:00",1.124,"2013-01-23 07:00",1.091,"2013-01-22 05:00","","","","",0.802,0.689,0.54,0.402,0.244,0.164,0.089,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42101",1,43.600699,-116.347853,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4418,50,184,365,0,0,0,0,"Certification not required",0,0.215708,0.135394,0.9,"2013-01-20 03:00",0.9,"2013-01-20 04:00",0.9,"2013-01-20 05:00",0.9,"2013-01-22 05:00",0.9,"2013-01-20 03:00",0.9,"2013-01-22 05:00",0.7,0.6,0.5,0.4,0.3,0.2,0.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42401",1,43.600699,-116.347853,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4237,48,184,365,0,221,0,"","Certification not required",0,4.241848,2.140537,15.1,"2013-01-24 06:00",13.1,"2013-01-04 17:00",10.8,"2013-01-22 16:00",10.1,"2013-07-15 08:00","","","","",13.1,10.1,8.3,6.2,5.3,4.2,2,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42401",1,43.600699,-116.347853,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4237,48,184,365,0,221,"","","Certification not required",0,3.103068,1.331178,15.1,"2013-01-24 06:00",13.1,"2013-01-04 17:00",12.9,"2013-01-24 05:00",10.8,"2013-01-22 16:00","","","","",6.2,5.6,5,4.6,4.2,3.1,1.5,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42401",1,43.600699,-116.347853,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",184,50,184,365,0,0,0,"","Certification not required",0,3.110326,1.212572,6.3,"2013-01-24 00:00",5.6,"2013-07-26 00:00",5.3,"2013-01-23 00:00",5.1,"2013-07-24 00:00","","","","",5.6,5.1,4.9,4.7,4.3,3.2,1.6,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42401",1,43.600699,-116.347853,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1278,44,180,365,0,0,"",0,"Certification not required",0,3.080047,1.291943,10.2,"2013-01-24 05:00",10.2,"2013-01-24 08:00",8.2,"2013-07-26 20:00",7.9,"2013-07-24 11:00","","","","",6.2,5.4,5,4.7,4.2,3.1,1.5,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42401",2,43.600699,-116.347853,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",51302,49,184,365,0,2176,"","","Certification not required",0,3.120837,1.35711,23.4,"2013-07-15 08:15",19.5,"2013-01-06 16:05",19.3,"2013-01-06 16:00",18.7,"2013-01-06 16:10","","","","",6.5,5.7,5,4.6,4.2,3.1,1.6,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-07" +"16","001","0010","42600",1,43.600699,-116.347853,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3630,60,151,254,0,250,"","","Certification not required",0,12.593444,14.259269,137.9,"2013-01-03 21:00",115.4,"2013-01-09 08:00",110.9,"2013-01-03 20:00",106.3,"2013-01-09 05:00","","","","",65.2,58.2,41.4,30.6,15.8,7.1,2.3,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-21" +"16","001","0010","42601",3,43.600699,-116.347853,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3628,60,151,254,0,252,"","","Certification not required",0,3.026488,7.134576,99,"2013-01-03 21:00",77.3,"2013-08-30 06:00",76.5,"2013-01-09 08:00",71.7,"2013-01-03 20:00","","","","",36.1,26.9,15.6,8,2.1,0.6,0.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-21" +"16","001","0010","42612",1,43.600699,-116.347853,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3628,60,151,254,0,252,"","","Certification not required",0,9.552591,8.601787,55.7,"2013-07-26 20:00",53.4,"2013-07-23 22:00",53,"2013-07-23 23:00",51.9,"2013-07-25 21:00","","","","",37.8,32.9,27.7,22.9,13.4,6.3,2,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-30" +"16","001","0010","44201",1,43.600699,-116.347853,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4418,99,151,153,0,36,0,0,"Certification not required",484,0.051894,0.009601,0.08,"2013-08-15 13:00",0.077,"2013-07-02 12:00",0.072,"2013-07-01 12:00",0.072,"2013-08-13 14:00","","","","",0.077,0.072,0.068,0.064,0.058,0.052,0.041,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-03" +"16","001","0010","44201",1,43.600699,-116.347853,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4421,99,151,153,0,0,0,0,"Certification not required",0,0.04696,0.00847,0.07,"2013-07-02 10:00",0.065,"2013-08-15 11:00",0.064,"2013-08-13 11:00",0.062,"2013-07-01 11:00","","","","",0.065,0.062,0.061,0.057,0.053,0.048,0.037,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-03" +"16","001","0010","44201",1,43.600699,-116.347853,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4421,99,151,153,0,0,0,0,"Certification not required",0,0.04696,0.00847,0.07,"2013-07-02 10:00",0.065,"2013-08-15 11:00",0.064,"2013-08-13 11:00",0.062,"2013-07-01 11:00","","","","",0.065,0.062,0.061,0.057,0.053,0.048,0.037,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-03" +"16","001","0010","61101",1,43.600699,-116.347853,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4278,49,178,365,0,90,"","","Certification not required",0,4.426344,2.716063,18.9,"2013-03-05 13:00",18.6,"2013-03-05 14:00",18.4,"2013-03-05 15:00",17.3,"2013-08-01 18:00","","","","",13.1,11.8,9.9,8.3,5.9,3.7,1.7,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-30" +"16","001","0010","61102",1,43.600699,-116.347853,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3618,41,151,365,0,6,"","","Certification not required",0,218.661139,71.127409,360,"2013-09-22 07:00",355,"2013-06-23 23:00",354,"2013-06-10 21:00",354,"2013-06-11 21:00","","","","",314,309,303,298,285,229,128,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","61106",1,43.600699,-116.347853,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",5692,65,237,365,0,92,"","","Certification not required",0,5.951546,10.550628,70.5,"2013-08-12 06:00",69.9,"2013-08-23 03:00",67.1,"2013-08-28 13:00",67.1,"2013-09-10 10:00","","","","",44.3,37.2,28.4,21.6,8.8,0.7,0.2,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","62101",1,43.600699,-116.347853,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",5692,65,237,365,0,92,"","","Certification not required",0,56.456957,23.199298,107.8,"2013-07-01 16:00",107.2,"2013-07-01 15:00",107.2,"2013-07-01 17:00",106,"2013-07-01 14:00","","","","",97.2,95.2,91.2,86,73.9,59.9,26.6,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","62106",1,43.600699,-116.347853,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",5692,65,237,365,0,92,"","","Certification not required",1799,0.315232,0.65252,3.6,"2013-08-14 21:00",3.5,"2013-07-09 21:00",3.5,"2013-08-06 21:00",3.4,"2013-07-14 22:00","","","","",2.3,2,1.5,1.1,0.5,0.5,-0.5,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","62201",1,43.600699,-116.347853,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",5692,65,237,365,0,92,"","","Certification not required",1,49.269589,24.731635,97.9,"2013-01-27 06:00",97.9,"2013-01-27 07:00",97.7,"2013-01-27 05:00",97.7,"2013-03-02 05:00","","","","",96.8,95.4,91.4,84.8,69.7,47.1,17.5,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","63301",1,43.600699,-116.347853,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5692,65,237,365,0,92,"","","Certification not required",2561,0.302234,0.41371,1.43,"2013-05-18 12:00",1.42,"2013-06-20 11:00",1.4,"2013-06-14 12:00",1.4,"2013-06-15 12:00","","","","",1.35,1.31703,1.20478,1.02402,0.55,0.03,0.00072,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","64101",1,43.600699,-116.347853,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",5692,65,237,365,0,92,"","","Certification not required",0,922.932713,6.279878,946,"2013-01-16 10:00",946,"2013-01-16 11:00",946,"2013-01-17 10:00",945,"2013-01-16 08:00","","","","",942,940,936,932,925,922,916,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68101",1,43.600699,-116.347853,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",89,100,44,61,0,0,"","","Certification not required",0,0.362921,0.137661,0.6,"2013-06-09 00:00",0.6,"2013-07-03 00:00",0.6,"2013-09-10 00:00",0.6,"2013-09-16 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68102",1,43.600699,-116.347853,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",89,100,44,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68103",1,43.600699,-116.347853,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,6.686517,9.890919,25.6,"2013-07-03 00:00",22.4,"2013-07-27 00:00",20.7,"2013-08-08 00:00",20.6,"2013-08-29 00:00","","","","",25.6,22.4,20.1,16.6,14.5,9.4,-5.5,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68103",5,43.600699,-116.347853,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,5.866981,9.173219,25.3,"2013-07-03 00:00",22.1,"2013-07-27 00:00",20.3,"2013-08-08 00:00",20.1,"2013-08-29 00:00","","","","",22.1,20.3,19.4,15.6,13.8,6.2,-3.8,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","68104",1,43.600699,-116.347853,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,21.373034,12.887871,40.2,"2013-06-30 00:00",38.8,"2013-08-14 00:00",38.2,"2013-07-15 00:00",38.1,"2013-07-18 00:00","","","","",40.2,38.8,38,36.7,33.8,22.1,1.8,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68104",5,43.600699,-116.347853,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,19.923585,12.394519,40,"2013-06-30 00:00",38.6,"2013-08-14 00:00",37.9,"2013-07-15 00:00",37.8,"2013-07-09 00:00","","","","",38.6,37.9,37.6,36.1,31,20.1,3.3,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","68105",1,43.600699,-116.347853,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,14.049438,11.524885,30.9,"2013-07-03 00:00",30.3,"2013-06-30 00:00",29,"2013-07-27 00:00",28.4,"2013-08-29 00:00","","","","",30.9,30.3,28.2,27.4,24.6,15.5,-0.6,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68105",5,43.600699,-116.347853,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,12.762264,10.883587,30.5,"2013-07-03 00:00",30.1,"2013-06-30 00:00",28.6,"2013-07-27 00:00",28.2,"2013-08-29 00:00","","","","",30.1,28.6,27.4,26.8,23.1,12.9,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","68106",1,43.600699,-116.347853,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,690.292135,4.850497,708,"2013-01-16 00:00",704,"2013-01-19 00:00",702,"2013-01-04 00:00",701,"2013-01-01 00:00","","","","",708,704,700,697,692,689,685,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68106",5,43.600699,-116.347853,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,689.179245,5.424455,708,"2013-01-16 00:00",706,"2013-01-19 00:00",702,"2013-01-01 00:00",702,"2013-01-04 00:00","","","","",706,702,700,696,693,688,683,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","68107",1,43.600699,-116.347853,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,695.955056,4.72159,712,"2013-01-16 00:00",709,"2013-01-19 00:00",707,"2013-01-01 00:00",706,"2013-01-04 00:00","","","","",712,709,706,703,698,695,691,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68107",5,43.600699,-116.347853,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,694.679245,5.007703,712,"2013-01-16 00:00",708,"2013-01-19 00:00",706,"2013-01-01 00:00",705,"2013-01-04 00:00","","","","",708,706,703,702,698,694,689,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","68108",1,43.600699,-116.347853,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,693.359551,4.777426,710,"2013-01-16 00:00",707,"2013-01-19 00:00",704,"2013-01-01 00:00",704,"2013-01-04 00:00","","","","",710,707,703,700,696,692,688,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","68108",5,43.600699,-116.347853,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,691.292453,5.067106,710,"2013-01-16 00:00",706,"2013-01-19 00:00",704,"2013-01-01 00:00",704,"2013-01-04 00:00","","","","",706,704,701,698,694,690,686,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","68109",1,43.600699,-116.347853,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",89,100,44,61,0,0,"","","Certification not required",0,1439.797753,0.403951,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","85101",1,43.600699,-116.347853,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",7,19.233333,19.52817,130,"2013-01-22 00:00",100,"2013-01-19 00:00",92,"2013-01-25 00:00",52,"2013-01-04 00:00","","","","",130,100,41,34,23,15,6,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","85101",2,43.600699,-116.347853,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,0,"","","Certification not required",0,17.434783,12.119954,44,"2013-01-04 00:00",43,"2013-01-16 00:00",34,"2013-08-08 00:00",31,"2013-08-20 00:00","","","","",44,44,43,34,27,12,5,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","85129",1,43.600699,-116.347853,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,0.001045,0.001363,0.007,"2013-07-27 00:00",0.004,"2013-01-22 00:00",0.003,"2013-03-29 00:00",0.003,"2013-07-03 00:00","","","","",0.007,0.007,0.003,0.002,0.002,0.001,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","85129",2,43.600699,-116.347853,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",23,74,22,31,0,0,0,0,"Certification not required",0,0.001348,0.001945,0.008,"2013-07-21 00:00",0.005,"2013-01-28 00:00",0.003,"2013-03-29 00:00",0.003,"2013-06-09 00:00","","","","",0.008,0.008,0.005,0.003,0.002,0.001,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","86101",1,43.600699,-116.347853,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",85,100,44,61,0,6,"","","Certification not required",0,9.455294,6.033685,28.4,"2013-06-18 00:00",24,"2013-07-24 00:00",22.2,"2013-03-14 00:00",21.8,"2013-06-12 00:00","","","","",28.4,24,21.3,17.5,13.4,8.1,2.4,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","88101",1,43.600699,-116.347853,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,5,5,"Certification not required",0,10.68427,18.789467,117.1,"2013-01-22 00:00",97.9,"2013-01-25 00:00",88.8,"2013-01-19 00:00",44.2,"2013-01-16 00:00","","","","",117.1,97.9,43.6,14.4,9,5.8,2,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","88101",1,43.600699,-116.347853,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,"","","Certification not required",0,10.68427,18.789467,117.1,"2013-01-22 00:00",97.9,"2013-01-25 00:00",88.8,"2013-01-19 00:00",44.2,"2013-01-16 00:00","","","","",117.1,97.9,43.6,14.4,9,5.8,2,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","88101",2,43.600699,-116.347853,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,0,0,"Certification not required",0,8.875,6.14316,24.3,"2013-08-14 00:00",14.6,"2013-08-26 00:00",12.1,"2013-09-01 00:00",10.6,"2013-08-08 00:00","","","","",24.3,24.3,24.3,14.6,12.1,8.2,3.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","88101",2,43.600699,-116.347853,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",12,20,12,61,0,0,"","","Certification not required",0,8.875,6.14316,24.3,"2013-08-14 00:00",14.6,"2013-08-26 00:00",12.1,"2013-09-01 00:00",10.6,"2013-08-08 00:00","","","","",24.3,24.3,24.3,14.6,12.1,8.2,3.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2013-12-31" +"16","001","0010","88102",5,43.600699,-116.347853,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",97,0.020515,0.008094,0.067,"2013-02-27 00:00",0.056,"2013-07-30 00:00",0.042,"2013-06-21 00:00",0.04,"2013-07-03 00:00","","","","",0.056,0.042,0.026,0.026,0.021,0.021,0.014,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88103",5,43.600699,-116.347853,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.000314,0.000901,0.006,"2013-07-15 00:00",0.005,"2013-03-23 00:00",0.003,"2013-01-19 00:00",0.002,"2013-09-07 00:00","","","","",0.005,0.003,0.001,0.001,0,0,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88104",5,43.600699,-116.347853,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",37,0.042328,0.049901,0.365,"2013-07-15 00:00",0.172,"2013-06-15 00:00",0.161,"2013-08-20 00:00",0.16,"2013-08-17 00:00","","","","",0.172,0.161,0.129,0.098,0.055,0.026,0.0065,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88107",5,43.600699,-116.347853,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",101,0.007588,0.007758,0.032,"2013-01-01 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88109",5,43.600699,-116.347853,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",40,0.00265,0.002637,0.0146,"2013-01-22 00:00",0.0136,"2013-01-07 00:00",0.0114,"2013-01-19 00:00",0.0114,"2013-01-25 00:00","","","","",0.0136,0.0114,0.0078,0.0043,0.0034,0.0018,0.00065,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88110",5,43.600699,-116.347853,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.001294,0.003136,0.014,"2013-09-25 00:00",0.013,"2013-01-01 00:00",0.013,"2013-07-12 00:00",0.011,"2013-01-13 00:00","","","","",0.013,0.013,0.009,0.006,0,0,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88111",5,43.600699,-116.347853,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",21,0.03304,0.040312,0.281,"2013-01-19 00:00",0.202,"2013-07-15 00:00",0.132,"2013-08-20 00:00",0.105,"2013-08-17 00:00","","","","",0.202,0.132,0.0944,0.0766,0.0442,0.023,0.0024,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88112",5,43.600699,-116.347853,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.005441,0.017998,0.138,"2013-10-07 00:00",0.083,"2013-01-01 00:00",0.075,"2013-09-25 00:00",0.052,"2013-10-01 00:00","","","","",0.083,0.075,0.009,0.006,0.003,0.002,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88113",5,43.600699,-116.347853,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",98,0.000712,0.000209,0.0018,"2013-07-18 00:00",0.0018,"2013-08-11 00:00",0.0012,"2013-01-01 00:00",0.0012,"2013-06-27 00:00","","","","",0.0018,0.0012,0.001,0.001,0.0007,0.0007,0.00055,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88114",5,43.600699,-116.347853,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",62,0.001797,0.002434,0.0242,"2013-01-01 00:00",0.0046,"2013-01-19 00:00",0.0042,"2013-01-16 00:00",0.0042,"2013-01-22 00:00","","","","",0.0046,0.0042,0.004,0.0031,0.002,0.00125,0.00065,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88115",5,43.600699,-116.347853,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",74,0.020103,0.065043,0.495,"2013-01-22 00:00",0.342,"2013-01-19 00:00",0.181,"2013-01-01 00:00",0.178,"2013-01-25 00:00","","","","",0.342,0.181,0.107,0.016,0.0079,0.00405,0.00235,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88117",5,43.600699,-116.347853,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.007681,0.01174,0.0435,"2013-03-23 00:00",0.043,"2013-02-18 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88118",5,43.600699,-116.347853,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.010018,0.00684,0.023,"2013-02-18 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88126",5,43.600699,-116.347853,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.062887,0.046257,0.29,"2013-07-15 00:00",0.282,"2013-01-01 00:00",0.166,"2013-08-20 00:00",0.144,"2013-07-24 00:00","","","","",0.282,0.166,0.126,0.111,0.0846,0.0582,0.0176,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88128",5,43.600699,-116.347853,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.000539,0.001149,0.007,"2013-10-19 00:00",0.004,"2013-01-01 00:00",0.004,"2013-01-25 00:00",0.004,"2013-06-09 00:00","","","","",0.004,0.004,0.003,0.001,0.001,0,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88131",5,43.600699,-116.347853,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.010255,0.00378,0.026,"2013-04-22 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88132",5,43.600699,-116.347853,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.001137,0.00132,0.006,"2013-07-15 00:00",0.004,"2013-01-01 00:00",0.004,"2013-01-16 00:00",0.004,"2013-01-19 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88136",5,43.600699,-116.347853,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.000578,0.002646,0.026,"2013-01-01 00:00",0.004,"2013-08-17 00:00",0.003,"2013-06-21 00:00",0.003,"2013-10-10 00:00","","","","",0.004,0.003,0.002,0.001,0,0,0,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88140",5,43.600699,-116.347853,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",94,0.008633,0.011734,0.113,"2013-07-15 00:00",0.044,"2013-01-01 00:00",0.041,"2013-08-20 00:00",0.013,"2013-04-28 00:00","","","","",0.044,0.041,0.0124,0.009,0.009,0.006,0.00475,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88152",5,43.600699,-116.347853,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.005702,0.002074,0.018,"2013-01-22 00:00",0.011,"2013-01-04 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00","","","","",0.011,0.008,0.008,0.008,0.008,0.005,0.0045,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88154",5,43.600699,-116.347853,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.001045,0.000254,0.0013,"2013-01-13 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-03 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88160",5,43.600699,-116.347853,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.013196,0.003995,0.028,"2013-06-21 00:00",0.021,"2013-03-23 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-06-03 00:00","","","","",0.021,0.0185,0.018,0.018,0.016,0.01,0.01,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88161",5,43.600699,-116.347853,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",83,0.003524,0.00345,0.029,"2013-07-15 00:00",0.0132,"2013-06-15 00:00",0.0112,"2013-08-20 00:00",0.0111,"2013-01-19 00:00","","","","",0.0132,0.0112,0.0102,0.0067,0.00265,0.0025,0.0021,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88164",5,43.600699,-116.347853,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",101,0.00158,0.000296,0.003,"2013-01-22 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-02-21 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88165",5,43.600699,-116.347853,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",7,0.132891,0.142238,1.13,"2013-07-15 00:00",0.443,"2013-07-24 00:00",0.429,"2013-08-20 00:00",0.383,"2013-05-13 00:00","","","","",0.443,0.429,0.313,0.272,0.192,0.094,0.0274,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88166",5,43.600699,-116.347853,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.008428,0.004851,0.019,"2013-01-16 00:00",0.019,"2013-06-03 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88167",5,43.600699,-116.347853,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",51,0.004856,0.009338,0.0804,"2013-01-19 00:00",0.0389,"2013-01-22 00:00",0.0288,"2013-01-25 00:00",0.0195,"2013-01-16 00:00","","","","",0.0389,0.0288,0.015,0.0082,0.005,0.0019,0.001,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88168",5,43.600699,-116.347853,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.001306,0.000617,0.0066,"2013-01-01 00:00",0.0023,"2013-07-06 00:00",0.0018,"2013-06-03 00:00",0.00175,"2013-01-16 00:00","","","","",0.0023,0.0018,0.00175,0.00175,0.00155,0.00115,0.00085,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88169",5,43.600699,-116.347853,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.353299,0.746159,5.55,"2013-01-22 00:00",3.32,"2013-01-19 00:00",3.22,"2013-01-25 00:00",2.35,"2013-01-16 00:00","","","","",3.32,3.22,1.13,0.353,0.237,0.159,0.0774,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88176",5,43.600699,-116.347853,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.000993,0.000215,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88180",5,43.600699,-116.347853,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",2,0.066166,0.080078,0.666,"2013-01-01 00:00",0.254,"2013-01-19 00:00",0.224,"2013-07-03 00:00",0.221,"2013-01-22 00:00","","","","",0.254,0.224,0.187,0.136,0.087,0.0443,0.012,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88184",5,43.600699,-116.347853,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",87,0.029652,0.035076,0.288,"2013-07-15 00:00",0.151,"2013-01-22 00:00",0.151,"2013-04-16 00:00",0.091,"2013-01-19 00:00","","","","",0.151,0.151,0.081,0.047,0.027,0.02,0.013,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88185",5,43.600699,-116.347853,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",98,0.003798,0.003836,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-24 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88301",5,43.600699,-116.347853,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",3,0.893664,2.955306,19.2,"2013-01-22 00:00",17.5,"2013-01-25 00:00",14.3,"2013-01-19 00:00",6.65,"2013-01-04 00:00","","","","",17.5,14.3,2.33,1.32,0.293,0.189,0.049,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88302",5,43.600699,-116.347853,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",9,0.084296,0.354743,3.64,"2013-01-04 00:00",0.52,"2013-01-22 00:00",0.198,"2013-02-09 00:00",0.123,"2013-07-30 00:00","","","","",0.52,0.198,0.116,0.09,0.065,0.036,0.0155,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88303",5,43.600699,-116.347853,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",37,0.045858,0.069857,0.592,"2013-01-01 00:00",0.308,"2013-01-22 00:00",0.171,"2013-10-25 00:00",0.159,"2013-08-14 00:00","","","","",0.308,0.171,0.126,0.106,0.049,0.026,0.012,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88306",5,43.600699,-116.347853,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,2.241686,7.32878,47.9,"2013-01-22 00:00",45.5,"2013-01-25 00:00",33.2,"2013-01-19 00:00",16.6,"2013-01-04 00:00","","","","",45.5,33.2,6.53,2.79,0.826,0.375,0.202,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88355",5,43.600699,-116.347853,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.518337,2.107155,11.4,"2013-01-22 00:00",11.3,"2013-01-19 00:00",10.3,"2013-08-14 00:00",7.02,"2013-01-25 00:00","","","","",11.3,10.3,5.75,4.76,3.4,1.87,0.712,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88357",5,43.600699,-116.347853,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.355096,0.245265,1.38,"2013-08-14 00:00",1.18,"2013-01-31 00:00",1.05,"2013-10-25 00:00",0.997,"2013-10-31 00:00","","","","",1.18,1.05,0.734,0.644,0.473,0.302,0.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88370",5,43.600699,-116.347853,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.311894,1.852774,9.92,"2013-08-14 00:00",9.71,"2013-01-19 00:00",8.94,"2013-01-22 00:00",6.32,"2013-01-01 00:00","","","","",9.71,8.94,5.19,4.49,3.18,1.7,0.683,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88374",5,43.600699,-116.347853,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.253721,0.403041,2.57,"2013-01-22 00:00",2.13,"2013-01-19 00:00",1.46,"2013-08-14 00:00",1.36,"2013-01-01 00:00","","","","",2.13,1.46,1.04,0.562,0.266,0.104,0.041,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88375",5,43.600699,-116.347853,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.561529,0.414125,2.78,"2013-08-14 00:00",1.6,"2013-01-19 00:00",1.58,"2013-01-22 00:00",1.36,"2013-08-26 00:00","","","","",1.6,1.58,1.23,1.07,0.802,0.428,0.158,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88376",5,43.600699,-116.347853,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.73201,0.487115,2.83,"2013-08-14 00:00",1.73,"2013-11-12 00:00",1.72,"2013-08-23 00:00",1.69,"2013-01-19 00:00","","","","",1.73,1.72,1.58,1.46,1.06,0.59,0.227,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88377",5,43.600699,-116.347853,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.391337,0.308152,1.62,"2013-01-19 00:00",1.26,"2013-01-01 00:00",1.25,"2013-01-16 00:00",1.23,"2013-01-22 00:00","","","","",1.26,1.25,1,0.834,0.533,0.291,0.101,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88378",5,43.600699,-116.347853,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.37301,0.425141,2.67,"2013-01-19 00:00",2.1,"2013-01-22 00:00",1.88,"2013-08-14 00:00",1.72,"2013-01-25 00:00","","","","",2.1,1.88,1.06,0.848,0.408,0.263,0.072,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88380",5,43.600699,-116.347853,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.56174,0.487891,3.14,"2013-01-22 00:00",2.1,"2013-01-19 00:00",1.77,"2013-08-14 00:00",1.74,"2013-01-31 00:00","","","","",2.1,1.77,1.54,1.11,0.684,0.409,0.141,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88383",5,43.600699,-116.347853,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.856007,0.856878,5.22,"2013-01-22 00:00",4.75,"2013-01-19 00:00",3.46,"2013-08-14 00:00",3.27,"2013-01-25 00:00","","","","",4.75,3.46,2.02,1.69,1.05,0.641,0.18,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88384",5,43.600699,-116.347853,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.078406,0.03981,0.199,"2013-06-30 00:00",0.192,"2013-08-14 00:00",0.188,"2013-09-19 00:00",0.162,"2013-04-25 00:00","","","","",0.192,0.188,0.16,0.138,0.0988,0.0711,0.0339,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88385",5,43.600699,-116.347853,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",98,0.001328,0.001543,0.0117,"2013-10-19 00:00",0.00886,"2013-06-06 00:00",0.00836,"2013-08-26 00:00",0.00493,"2013-10-31 00:00","","","","",0.00886,0.00836,0.00227,0.001,0.001,0.001,0.001,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88388",5,43.600699,-116.347853,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.579654,0.702342,4.52,"2013-01-22 00:00",4.31,"2013-01-19 00:00",2.77,"2013-01-25 00:00",2.27,"2013-08-14 00:00","","","","",4.31,2.77,1.41,1.17,0.66,0.384,0.111,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88403",5,43.600699,-116.347853,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.920971,1.995528,14.8,"2013-01-22 00:00",9.35,"2013-01-19 00:00",9.03,"2013-01-25 00:00",6.32,"2013-01-16 00:00","","","","",9.35,9.03,3.33,1.05,0.65,0.43,0.176,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0010","88501",3,43.600699,-116.347853,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6324,72,262,365,0,228,"","","Certification not required",0,5.938125,8.194737,91.2,"2013-07-04 21:00",82.9,"2013-01-20 19:00",79.5,"2013-08-14 07:00",72.8,"2013-01-22 16:00","","","","",40,32.4,20.1,14.5,8,3.8,-0.8,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-24" +"16","001","0010","88501",3,43.600699,-116.347853,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,"","","Certification not required",0,5.66374,5.580503,42.7,"2013-01-23 00:00",31.4,"2013-01-24 00:00",30.1,"2013-01-18 00:00",27.2,"2013-01-25 00:00","","","","",30.1,19.8,14.9,12.8,7.6,4.1,1.1,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-01-24" +"16","001","0010","88502",5,43.600699,-116.347853,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,10.987255,17.383603,111.8,"2013-01-22 00:00",94.1,"2013-01-25 00:00",90.8,"2013-01-19 00:00",43.5,"2013-01-16 00:00","","","","",94.1,90.8,35.8,18.4,10.3,6.2,2.4,"St. Luke's Meridian","520 S. EAGLE ROAD, MERIDIAN","Idaho","Ada","","Boise City-Nampa, ID","2014-02-13" +"16","001","0014","42101",1,43.616379,-116.203817,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6195,71,259,365,0,357,0,0,"Certification not required",5352,0.31632,0.195848,4,"2013-03-25 23:00",3,"2013-03-25 22:00",2.3,"2013-01-09 17:00",2.3,"2013-06-25 16:00","","","","",1.1,0.9,0.7,0.6,0.25,0.25,0.25,"LOCATED IN BROADBENT BUILDING","EASTMAN BLDG/166 N. 9TH ST","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-07" +"16","001","0014","42101",1,43.616379,-116.203817,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6211,71,259,365,0,0,0,0,"Certification not required",0,0.349686,0.136665,1.3,"2013-01-22 11:00",1.3,"2013-03-26 03:00",1.3,"2013-03-26 04:00",1.3,"2013-03-26 05:00",1.3,"2013-01-22 11:00",1.3,"2013-03-26 03:00",1,0.9,0.7,0.5,0.3,0.3,0.3,"LOCATED IN BROADBENT BUILDING","EASTMAN BLDG/166 N. 9TH ST","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-07" +"16","001","0017","44201",1,43.577603,-116.178156,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3636,99,152,153,0,36,1,1,"Certification not required",90,0.049257,0.017721,0.127,"2013-08-15 14:00",0.099,"2013-07-02 12:00",0.086,"2013-07-19 11:00",0.083,"2013-08-13 14:00","","","","",0.099,0.083,0.079,0.073,0.062,0.045,0.029,"SAMPLER LOCATED ON SCHOOL ROOF-TOP IN SUBURBAN MOSTLY RESDNT'L AREA","401 EAST LINDEN ST. BOISE, ID 83706","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-03" +"16","001","0017","44201",1,43.577603,-116.178156,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3647,99,151,153,0,0,1,1,"Certification not required",0,0.043702,0.015239,0.094,"2013-08-15 11:00",0.083,"2013-07-02 10:00",0.075,"2013-07-19 08:00",0.074,"2013-08-13 11:00","","","","",0.083,0.074,0.068,0.064,0.056,0.039,0.026,"SAMPLER LOCATED ON SCHOOL ROOF-TOP IN SUBURBAN MOSTLY RESDNT'L AREA","401 EAST LINDEN ST. BOISE, ID 83706","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-03" +"16","001","0017","44201",1,43.577603,-116.178156,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3647,99,151,153,0,0,2,2,"Certification not required",0,0.043702,0.015239,0.094,"2013-08-15 11:00",0.083,"2013-07-02 10:00",0.075,"2013-07-19 08:00",0.074,"2013-08-13 11:00","","","","",0.083,0.074,0.068,0.064,0.056,0.039,0.026,"SAMPLER LOCATED ON SCHOOL ROOF-TOP IN SUBURBAN MOSTLY RESDNT'L AREA","401 EAST LINDEN ST. BOISE, ID 83706","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2014-01-03" +"16","001","0020","61101",1,43.647778,-116.213611,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6512,74,270,365,0,40,"","","Certification not required",0,4.646668,3.475644,22.6,"2013-04-08 16:00",22,"2013-08-01 18:00",21.5,"2013-04-08 15:00",21.2,"2013-04-08 17:00","","","","",15.9,14.2,11.5,9.7,6.4,3.6,1.3,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-30" +"16","001","0020","61102",1,43.647778,-116.213611,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6512,74,270,365,0,40,"","","Certification not required",0,220.091984,82.675908,360,"2013-02-11 19:00",359,"2013-01-23 04:00",359,"2013-06-18 23:00",357,"2013-05-06 15:00","","","","",336,328,321,314,299,237,118,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0020","61106",1,43.647778,-116.213611,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",6512,74,270,365,0,40,"","","Certification not required",0,0.519364,0.362763,2.7,"2013-04-07 11:00",2.5,"2013-07-16 19:00",2.4,"2013-09-21 17:00",2.3,"2013-08-01 18:00","","","","",1.6,1.5,1.2,1,0.7,0.4,0.2,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0020","62101",1,43.647778,-116.213611,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6512,74,270,365,0,40,"","","Certification not required",0,55.057939,21.572857,106,"2013-07-01 17:00",105.6,"2013-07-01 15:00",105.3,"2013-07-01 14:00",105.1,"2013-07-01 18:00","","","","",95.9,93.4,89.4,83.7,70.3,56.7,28,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0020","62106",1,43.647778,-116.213611,"UNKNOWN","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6512,74,270,365,0,40,"","","Certification not required",1623,0.285749,0.701082,3.8,"2013-07-19 20:00",3.6,"2013-07-27 20:00",3.6,"2013-07-30 21:00",3.5,"2013-07-22 20:00","","","","",2.4,2.1,1.6,1.1,0.5,0.4,-0.6,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0020","62201",1,43.647778,-116.213611,"UNKNOWN","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6512,74,270,365,0,40,"","","Certification not required",0,53.165402,23.877503,97.5,"2013-01-27 07:00",97.5,"2013-01-27 08:00",97.4,"2013-01-27 06:00",97.3,"2013-02-03 06:00","","","","",96.1,95.1,91.7,86.8,73.2,52.4,21.6,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0020","63301",1,43.647778,-116.213611,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6512,74,270,365,0,40,"","","Certification not required",2947,0.253207,0.337243,1.17,"2013-05-22 13:00",1.16,"2013-06-14 12:00",1.16,"2013-06-15 12:00",1.16,"2013-06-16 13:00","","","","",1.09695,1.06,0.98098,0.85,0.46,0.03,0.00072,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0020","64101",1,43.647778,-116.213611,"UNKNOWN","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6512,74,270,365,0,40,"","","Certification not required",0,865.071714,30.002169,942,"2013-01-02 10:00",942,"2013-01-02 20:00",941,"2013-01-01 10:00",941,"2013-01-01 22:00","","","","",933,931,926,922,867,854,840,"ADA COUNTY FAIRGROUNDS, ACROSS INTERSECTION OF ALWORTH AND LORIMAR","ADA COUNTY FAIRGROUNDS","Idaho","Ada","Boise (corporate name Boise City)","Boise City-Nampa, ID","2013-12-31" +"16","001","0023","42101",1,43.593929,-116.38125,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6415,73,265,365,0,137,0,0,"Certification not required",0,0.245706,0.138875,1.286,"2013-01-23 07:00",1.245,"2013-01-13 07:00",1.235,"2013-01-23 08:00",1.019,"2013-08-14 07:00","","","","",0.733,0.644,0.544,0.443,0.294,0.196,0.128,"","1311 East Central Drive","Idaho","Ada","Meridian","Boise City-Nampa, ID","2014-01-07" +"16","001","0023","42101",1,43.593929,-116.38125,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6346,72,251,365,0,0,0,0,"Certification not required",0,0.246029,0.111105,0.9,"2013-01-23 09:00",0.9,"2013-01-23 10:00",0.9,"2013-01-23 11:00",0.9,"2013-01-23 12:00",0.9,"2013-01-23 09:00",0.7,"2013-01-09 07:00",0.6,0.6,0.5,0.4,0.3,0.2,0.1,"","1311 East Central Drive","Idaho","Ada","Meridian","Boise City-Nampa, ID","2014-01-07" +"16","001","0023","42601",1,43.593929,-116.38125,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6272,72,255,365,0,280,"","","Certification not required",0,12.646763,18.1574,141.8,"2013-01-23 07:00",137.9,"2013-01-23 08:00",123.8,"2013-03-04 07:00",120.9,"2013-02-15 08:00","","","","",82.5,69.8,51.8,36.6,18.2,4.9,0.1,"","1311 East Central Drive","Idaho","Ada","Meridian","Boise City-Nampa, ID","2014-01-08" +"16","001","0023","42602",1,43.593929,-116.38125,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6272,72,255,365,0,280,0,"","Certification not required",0,24.612157,8.749945,45.9,"2013-08-14 20:00",44.6,"2013-08-15 20:00",41,"2013-06-05 22:00",40.9,"2013-01-23 08:00","","","","",41,39.3,37.9,34.9,30.9,25.5,12.1,"","1311 East Central Drive","Idaho","Ada","Meridian","Boise City-Nampa, ID","2014-01-08" +"16","001","0023","42602",1,43.593929,-116.38125,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6272,72,255,365,0,280,"","","Certification not required",0,10.371142,8.750818,45.9,"2013-08-14 20:00",44.6,"2013-08-15 20:00",41.6,"2013-08-14 21:00",41,"2013-06-05 22:00","","","","",33.9,31.8,27.8,23.5,15.9,8.5,1.1,"","1311 East Central Drive","Idaho","Ada","Meridian","Boise City-Nampa, ID","2014-01-08" +"16","001","0023","42603",1,43.593929,-116.38125,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6285,72,255,365,0,267,"","","Certification not required",0,22.993222,25.171073,178.8,"2013-01-23 08:00",177.1,"2013-01-23 07:00",151.2,"2013-03-04 07:00",148.8,"2013-02-15 07:00","","","","",108.5,95.3,74.9,58.7,34.5,14.3,1.4,"","1311 East Central Drive","Idaho","Ada","Meridian","Boise City-Nampa, ID","2014-01-08" +"16","005","0004","42401",2,42.916389,-112.515833,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6403,73,269,365,0,149,0,"","Certification not required",0,13.952045,11.211613,41.8,"2013-07-20 20:00",41.1,"2013-07-21 19:00",40.1,"2013-02-17 06:00",39.1,"2013-08-06 19:00","","","","",40.1,38,35.4,30.8,22.3,11.2,1,"","STP/BATISTE & CHUBBUCK RD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-07" +"16","005","0004","42401",2,42.916389,-112.515833,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6403,73,269,365,0,149,"","","Certification not required",0,3.397501,6.320062,41.8,"2013-07-20 20:00",41.1,"2013-07-21 19:00",41,"2013-07-20 19:00",40.1,"2013-02-17 06:00","","","","",29,25.2,19.3,11.6,2.6,0.8,0.1,"","STP/BATISTE & CHUBBUCK RD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-07" +"16","005","0004","42401",2,42.916389,-112.515833,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",269,74,269,365,0,0,0,"","Certification not required",0,3.410781,3.581148,18.9,"2013-03-11 00:00",17.5,"2013-02-14 00:00",16.2,"2013-05-14 00:00",16,"2013-01-30 00:00","","","","",16.2,14.6,11,8.7,5,2,0.3,"","STP/BATISTE & CHUBBUCK RD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-07" +"16","005","0004","42401",2,42.916389,-112.515833,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2075,71,269,365,0,0,"",0,"Certification not required",0,3.376289,5.694062,36.7,"2013-03-11 05:00",32,"2013-03-11 23:00",31.7,"2013-08-05 23:00",31.5,"2013-01-27 23:00","","","","",26.4,22.1,17.2,11.1,3.3,0.9,0.1,"","STP/BATISTE & CHUBBUCK RD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-07" +"16","005","0004","42401",4,42.916389,-112.515833,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",77133,73,269,365,0,1491,"","","Certification not required",0,3.394878,6.930362,64.9,"2013-02-16 09:55",64.6,"2013-02-16 09:50",63.6,"2013-07-24 09:30",63.5,"2013-08-06 19:10","","","","",32.5,27.9,20.4,11.8,1.9,0.7,0,"","STP/BATISTE & CHUBBUCK RD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-07" +"16","005","0015","61103",1,42.876725,-112.460347,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4338,50,181,365,0,2213,"","","Certification not required",0,7.361595,4.027798,22.2,"2013-04-13 15:00",22,"2013-03-17 09:00",21.8,"2013-04-13 16:00",21.5,"2013-03-17 08:00","","","","",18.3,17.1,14.8,13,10,6.6,2.8,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","61104",1,42.876725,-112.460347,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4338,50,181,365,0,2213,"","","Certification not required",0,207.244606,84.903876,359.9,"2013-04-16 19:00",359.9,"2013-05-10 15:00",359.9,"2013-06-27 09:00",359.6,"2013-05-04 18:00","","","","",355.5,352.6,341,324.7,269.2,219.4,120.4,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","62101",1,42.876725,-112.460347,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,5,"","","Certification not required",0,51.724672,22.324021,97.3,"2013-06-29 16:00",97,"2013-06-29 17:00",96.6,"2013-06-29 15:00",96.3,"2013-06-29 14:00","","","","",92.1,90,86.2,80.6,68.7,53.6,23,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","62106",1,42.876725,-112.460347,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6546,75,273,365,0,5,"","","Certification not required",2165,0.493859,0.288732,2.7,"2013-08-23 14:00",2,"2013-03-14 06:00",1.9,"2013-01-17 20:00",1.8,"2013-08-23 15:00","","","","",1.2,1.1,0.9,0.8,0.6,0.5,0,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","62201",1,42.876725,-112.460347,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6546,75,273,365,0,5,"","","Certification not required",0,43.72594,22.140712,93.7,"2013-03-02 08:00",93.4,"2013-03-02 07:00",93.2,"2013-03-02 09:00",93.1,"2013-03-02 06:00","","","","",87.8,84.9,80.3,75.8,62.3,41.4,15.3,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","63301",1,42.876725,-112.460347,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,5,"","","Certification not required",2969,0.296999,0.400275,1.44101,"2013-08-08 13:00",1.42857,"2013-07-25 13:00",1.41,"2013-06-21 12:00",1.40712,"2013-07-23 12:00","","","","",1.32,1.28271,1.1603,0.99,0.55,0.0399,0.00072,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","64101",1,42.876725,-112.460347,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6546,75,273,365,0,5,"","","Certification not required",0,864.173083,5.311459,882,"2013-01-16 09:00",882,"2013-01-16 10:00",882,"2013-01-16 11:00",882,"2013-01-17 09:00","","","","",878,877,874,871,867,864,858,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2013-12-31" +"16","005","0015","81102",3,42.876725,-112.460347,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6447,74,271,365,0,105,"","","Certification not required",0,21.907554,21.6999,455,"2013-06-29 19:00",349,"2013-06-19 00:00",268,"2013-04-04 10:00",258,"2013-09-30 00:00","","","","",98,76,55,41,27,17,5,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-24" +"16","005","0015","81102",3,42.876725,-112.460347,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,21.405904,11.375306,66,"2013-04-04 00:00",62,"2013-03-07 00:00",57,"2013-06-19 00:00",57,"2013-09-30 00:00","","","","",57,53,42,36,27,20,8,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-24" +"16","005","0015","88501",3,42.876725,-112.460347,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6463,74,272,365,0,89,"","","Certification not required",0,4.200232,4.81204,84.5,"2013-09-30 00:00",57.6,"2013-06-29 19:00",53,"2013-09-30 01:00",52.8,"2013-09-29 23:00","","","","",20.2,16.8,12.9,9.5,6,3.1,-0.1,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-24" +"16","005","0015","88501",3,42.876725,-112.460347,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,4.138603,2.827869,15.1,"2013-08-18 00:00",13.6,"2013-01-17 00:00",12.9,"2013-01-13 00:00",12.6,"2013-08-19 00:00","","","","",12.9,12.4,9.7,7.8,5.4,3.5,1.1,"","G&G/CORNER OF GARRET & GOULD","Idaho","Bannock","Pocatello","Pocatello, ID","2014-01-24" +"16","005","0020","81102",2,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,70,43,61,0,7,0,0,"Certification not required",0,20.954545,11.980516,61,"2013-08-02 00:00",48,"2013-08-08 00:00",43,"2013-01-22 00:00",38,"2013-08-20 00:00","","","","",61,61,43,36,27,19,8,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-02-04" +"16","005","0020","81102",3,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8575,98,359,365,0,173,"","","Certification not required",182,21.915335,20.612333,492,"2013-07-04 21:00",392,"2013-08-02 00:00",389,"2013-09-21 22:00",328,"2013-06-19 00:00","","","","",100,73,53,40,27,17,7,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","81102",3,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8587,98,359,365,12,173,"","","Certification not required",182,22.792943,32.907383,986,"2013-04-12 15:00",986,"2013-04-12 16:00",977,"2013-04-12 18:00",956,"2013-04-12 14:00","","","","",106,77,53,40,27,17,7,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","81102",3,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8587,98,359,365,12,173,"","","Certification not required",182,22.792943,32.907383,986,"2013-04-12 15:00",986,"2013-04-12 16:00",977,"2013-04-12 18:00",956,"2013-04-12 14:00","","","","",106,77,53,40,27,17,7,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","81102",3,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",359,98,359,365,0,0,1,1,"Certification not required",0,22.303621,17.490612,206,"2013-04-12 00:00",148,"2013-04-13 00:00",91,"2013-08-17 00:00",75,"2013-04-29 00:00","","","","",75,64,47,38,27,19,9,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","81102",3,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",359,98,359,365,0,0,1,1,"Certification not required",0,22.303621,17.490612,206,"2013-04-12 00:00",148,"2013-04-13 00:00",91,"2013-08-17 00:00",75,"2013-04-29 00:00","","","","",75,64,47,38,27,19,9,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","81102",3,42.978333,-112.455,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",359,98,359,365,0,0,0,0,"Certification not required",0,21.426184,12.916556,91,"2013-08-17 00:00",75,"2013-04-29 00:00",73,"2013-08-02 00:00",72,"2013-08-16 00:00","","","","",72,63,44,36,27,19,9,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","88101",2,42.978333,-112.455,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,89,54,61,0,0,0,0,"Certification not required",0,5.341071,4.881199,32.2,"2013-01-22 00:00",19.4,"2013-01-04 00:00",12.6,"2013-09-01 00:00",10.3,"2013-08-02 00:00","","","","",32.2,19.4,12.6,8.8,6.4,4.3,2.3,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2013-12-27" +"16","005","0020","88101",2,42.978333,-112.455,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,89,54,61,0,0,"","","Certification not required",0,5.341071,4.881199,32.2,"2013-01-22 00:00",19.4,"2013-01-04 00:00",12.6,"2013-09-01 00:00",10.3,"2013-08-02 00:00","","","","",32.2,19.4,12.6,8.8,6.4,4.3,2.3,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2013-12-27" +"16","005","0020","88101",3,42.978333,-112.455,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6993,80,296,365,0,1767,"","","Certification not required",0,9.157157,8.796487,300,"2013-06-06 12:00",278,"2013-09-06 22:00",100,"2013-09-30 00:00",87,"2013-09-30 01:00","","","","",34,29,24,18,11,7,3,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","88101",3,42.978333,-112.455,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",293,80,293,365,0,0,0,0,"Certification not required",0,9.043003,5.419674,28.2,"2013-01-07 00:00",26.5,"2013-01-05 00:00",26.2,"2013-12-16 00:00",25.7,"2013-01-17 00:00","","","","",26.2,24.7,22.3,18,10,7.5,4.4,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","005","0020","88101",3,42.978333,-112.455,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,9.106122,5.517601,28.2,"2013-01-07 00:00",27.6,"2013-06-06 00:00",26.5,"2013-01-05 00:00",26.2,"2013-12-16 00:00","","","","",26.5,25.1,22.6,18.2,10.1,7.5,4.4,"BALLARD ROAD","BALLARD RD","Idaho","Bannock","","Pocatello, ID","2014-01-30" +"16","009","0010","68101",1,47.316667,-116.57028,"UNKNOWN","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",43,35,43,122,0,0,"","","Certification not required",0,0.169767,0.080282,0.3,"2013-04-16 00:00",0.3,"2013-05-04 00:00",0.3,"2013-05-10 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.1,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68102",1,47.316667,-116.57028,"UNKNOWN","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",43,35,43,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68103",1,47.316667,-116.57028,"UNKNOWN","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,35,43,122,0,0,"","","Certification not required",0,4.374419,7.208497,16.6,"2013-07-03 00:00",13.4,"2013-08-02 00:00",13.1,"2013-06-24 00:00",12.6,"2013-08-14 00:00","","","","",16.6,16.6,13.1,12.5,10.6,6.8,-4.8,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68104",1,47.316667,-116.57028,"UNKNOWN","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,35,43,122,0,0,"","","Certification not required",0,17.383721,11.267651,34.7,"2013-08-14 00:00",33.7,"2013-09-01 00:00",33,"2013-07-21 00:00",32.3,"2013-07-09 00:00","","","","",34.7,34.7,33,32.2,28.9,17.5,1.7,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68105",1,47.316667,-116.57028,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,35,43,122,0,0,"","","Certification not required",0,10.613953,9.08564,24.6,"2013-07-03 00:00",23.1,"2013-08-14 00:00",22.4,"2013-07-21 00:00",21.7,"2013-09-13 00:00","","","","",24.6,24.6,22.4,21.6,19.6,12.1,-0.8,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68106",1,47.316667,-116.57028,"UNKNOWN","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,35,43,122,0,0,"","","Certification not required",0,702.325581,4.549835,715,"2013-01-16 00:00",711,"2013-01-04 00:00",710,"2013-02-15 00:00",710,"2013-04-22 00:00","","","","",715,715,710,709,706,701,697,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68107",1,47.316667,-116.57028,"UNKNOWN","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,35,43,122,0,0,"","","Certification not required",0,706.767442,4.524206,718,"2013-01-16 00:00",717,"2013-02-15 00:00",715,"2013-04-22 00:00",713,"2013-01-04 00:00","","","","",718,718,715,712,710,706,702,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68108",1,47.316667,-116.57028,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,35,43,122,0,0,"","","Certification not required",0,704.697674,4.538381,717,"2013-01-16 00:00",714,"2013-02-15 00:00",713,"2013-04-22 00:00",712,"2013-01-04 00:00","","","","",717,717,713,711,708,704,700,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","68109",1,47.316667,-116.57028,"UNKNOWN","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",43,35,43,122,0,0,"","","Certification not required",0,1439.488372,0.505781,1440,"2013-01-10 00:00",1440,"2013-01-28 00:00",1440,"2013-02-21 00:00",1440,"2013-02-27 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","88101",1,47.316667,-116.57028,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,8.753488,5.914283,32.8,"2013-01-22 00:00",22.1,"2013-02-15 00:00",19.4,"2013-04-16 00:00",17.8,"2013-04-04 00:00","","","","",32.8,32.8,19.4,15,10.5,7.6,3.6,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0010","88101",1,47.316667,-116.57028,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,8.753488,5.914283,32.8,"2013-01-22 00:00",22.1,"2013-02-15 00:00",19.4,"2013-04-16 00:00",17.8,"2013-04-04 00:00","","","","",32.8,32.8,19.4,15,10.5,7.6,3.6,"USFS AT CENTER AND 9TH ST, ST. MARIES, BENEWAH COUNTY.","9TH AND CENTER","Idaho","Benewah","Not in a city","","2013-12-31" +"16","009","0011","61101",1,47.338702,-116.884614,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6552,75,273,365,0,0,"","","Certification not required",0,4.135348,3.483321,20.4,"2013-04-29 13:00",18.5,"2013-04-29 11:00",18.4,"2013-03-17 01:00",18.4,"2013-04-29 12:00","","","","",14.4,13.3,10.9,9,6.3,3.3,0.5,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","61104",1,47.338702,-116.884614,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,200.009661,109.275897,360,"2013-03-04 07:00",360,"2013-03-06 02:00",360,"2013-03-27 23:00",359.9,"2013-05-06 15:00","","","","",357.3,354.9,346.4,329.7,276.5,227.6,24.7,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","62101",1,47.338702,-116.884614,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,48.735501,17.551323,94,"2013-09-12 15:00",92,"2013-07-01 16:00",91,"2013-07-01 15:00",91,"2013-07-01 17:00","","","","",87,85,81,75,60,48,28,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","62201",1,47.338702,-116.884614,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6552,75,273,365,0,0,"","","Certification not required",0,76.091117,23.859235,100,"2013-01-04 18:00",100,"2013-01-04 19:00",100,"2013-01-04 20:00",100,"2013-01-04 21:00","","","","",100,100,100,100,96,85,38,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","63301",1,47.338702,-116.884614,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6552,75,273,365,0,0,"","","Certification not required",3043,0.259319,0.370829,1.48,"2013-05-10 13:00",1.47,"2013-05-06 13:00",1.46,"2013-05-05 13:00",1.46,"2013-05-07 13:00","","","","",1.3,1.27,1.11,0.9,0.42,0.03,0.005,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","64101",1,47.338702,-116.884614,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,921.146215,5.377491,938,"2013-05-01 21:00",938,"2013-05-01 22:00",938,"2013-05-01 23:00",938,"2013-05-02 00:00","","","","",936,934,931,928,924,921,915,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","88502",3,47.338702,-116.884614,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,7.499985,7.386899,151.7,"2013-05-05 21:00",130.5,"2013-07-04 22:00",113.7,"2013-05-05 20:00",106.7,"2013-05-05 22:00","","","","",28.4,23,18,14.3,9.5,6,1.7,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","009","0011","88502",3,47.338702,-116.884614,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,7.453114,3.239871,23.8,"2013-05-05 00:00",20.5,"2013-03-31 00:00",19.9,"2013-04-01 00:00",19.3,"2013-05-03 00:00","","","","",19.9,15.5,14,11.6,9.1,6.5,4.3,"","850 A STREET, PLUMMER","Idaho","Benewah","","","2013-12-19" +"16","013","0004","88501",3,43.6825,-114.371267,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",2800,45,112,258,0,1181,"","","Certification not required",0,7.102036,36.936679,1035.6,"2013-08-14 09:00",1006.1,"2013-08-14 08:00",713.4,"2013-08-14 10:00",575.7,"2013-08-16 08:00","","","","",102.5,42.4,21.3,11.6,5.6,2.5,-0.6,"","111 West 8th Street, Ketchum","Idaho","Blaine","Ketchum","","2014-01-24" +"16","013","0004","88501",3,43.6825,-114.371267,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",112,43,112,258,0,0,"","","Certification not required",0,6.525,22.409548,226,"2013-08-14 00:00",70.3,"2013-08-13 00:00",42.2,"2013-08-12 00:00",20,"2013-08-11 00:00","","","","",70.3,42.2,13.5,8.4,5.6,2.5,0.5,"","111 West 8th Street, Ketchum","Idaho","Blaine","Ketchum","","2014-01-24" +"16","015","0001","88501",3,43.823017,-115.838557,"UNKNOWN","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6173,70,256,365,0,379,"","","Certification not required",0,5.634975,9.744735,219.3,"2013-08-11 13:00",142.2,"2013-08-10 11:00",137.5,"2013-08-12 13:00",133.6,"2013-02-28 13:00","","","","",39.6,30.6,21.3,15.5,8.1,3.3,-1.6,"SITE IS AT SHERRIF'S OFFICE","3851 HIGHWAY 21, IDAHO CITY","Idaho","Boise","Not in a city","Boise City-Nampa, ID","2014-01-24" +"16","015","0001","88501",3,43.823017,-115.838557,"UNKNOWN","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,5.663672,5.766479,40.9,"2013-08-12 00:00",37.7,"2013-08-11 00:00",35.9,"2013-02-28 00:00",30.9,"2013-08-10 00:00","","","","",35.9,19.7,15.9,11.6,7.4,4.2,0.9,"SITE IS AT SHERRIF'S OFFICE","3851 HIGHWAY 21, IDAHO CITY","Idaho","Boise","Not in a city","Boise City-Nampa, ID","2014-01-24" +"16","015","0002","88501",3,44.104498,-115.972386,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6292,72,260,365,0,260,"","","Certification not required",0,5.052638,7.398519,127.2,"2013-04-04 10:00",105,"2013-04-04 09:00",94.1,"2013-03-31 20:00",92.2,"2013-04-04 11:00","","","","",32.1,24.3,17,12.7,7.1,3.4,-0.7,"U.S. FOREST SERVICE RANGER STATION # 83.","946 BANKS LOWMAN ROAD","Idaho","Boise","Not in a city","Boise City-Nampa, ID","2014-01-24" +"16","015","0002","88501",3,44.104498,-115.972386,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,"","","Certification not required",0,4.99,4.735757,39.6,"2013-04-04 00:00",29.8,"2013-08-11 00:00",29.3,"2013-08-12 00:00",17.8,"2013-08-25 00:00","","","","",29.3,15.5,12.7,10.4,6.6,3.6,1.1,"U.S. FOREST SERVICE RANGER STATION # 83.","946 BANKS LOWMAN ROAD","Idaho","Boise","Not in a city","Boise City-Nampa, ID","2014-01-24" +"16","017","0003","61103",1,48.292141,-116.556656,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4779,55,198,365,0,1701,"","","Certification not required",0,3.296192,2.270771,14.7,"2013-01-10 23:00",14.6,"2013-01-10 21:00",14.3,"2013-03-05 14:00",13.9,"2013-03-05 15:00","","","","",10.9,9.7,7.7,6.3,4.5,2.7,1,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","61104",1,48.292141,-116.556656,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4779,55,198,365,0,1701,"","","Certification not required",0,175.621971,96.517428,359.8,"2013-03-09 18:00",359.6,"2013-08-16 01:00",359.5,"2013-02-27 00:00",359.2,"2013-02-15 17:00","","","","",353.4,347.5,329.9,308,237.2,195.6,33.2,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","62101",1,48.292141,-116.556656,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6468,74,269,365,0,12,"","","Certification not required",0,50.944125,16.872507,94.8,"2013-07-02 15:00",94.1,"2013-07-02 14:00",93.9,"2013-07-02 16:00",93.2,"2013-07-02 17:00","","","","",86.7,83.8,79.9,74.7,63.3,50.7,30.4,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","62106",1,48.292141,-116.556656,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6468,74,269,365,0,12,"","","Certification not required",2053,0.216929,0.37235,3.3,"2013-07-11 22:00",2.8,"2013-04-02 23:00",2.4,"2013-04-02 20:00",2.3,"2013-07-27 04:00","","","","",1.3,1.1,0.7,0.5,0.5,0.1,-0.2,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","62201",1,48.292141,-116.556656,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6468,74,269,365,0,12,"","","Certification not required",0,65.920656,20.634131,94,"2013-02-02 04:00",94,"2013-02-02 21:00",94,"2013-02-02 22:00",94,"2013-02-02 23:00","","","","",93.1,92.6,91.5,90,83.7,70.7,33.8,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","63301",1,48.292141,-116.556656,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6468,74,269,365,0,12,"","","Certification not required",2909,0.245917,0.366195,1.53,"2013-06-21 10:00",1.37,"2013-06-09 11:00",1.35,"2013-05-23 11:00",1.35,"2013-05-24 10:00","","","","",1.27,1.2258,1.09695,0.90505,0.37194,0.03,0.00072,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","64101",1,48.292141,-116.556656,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6468,74,269,365,0,12,"","","Certification not required",0,938.606834,4.519996,953,"2013-05-01 23:00",953,"2013-05-02 00:00",953,"2013-05-02 01:00",953,"2013-05-02 02:00","","","","",951,950,947,945,941,938,933,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2013-12-31" +"16","017","0003","81102",3,48.292141,-116.556656,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",1967,22,82,365,0,15,"","","Certification not required",0,18.299441,43.429956,1700,"2013-09-15 22:00",525,"2013-09-15 23:00",354,"2013-09-16 00:00",285,"2013-09-16 01:00","","","","",57,44,34,29,21,15,6,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2014-01-03" +"16","017","0003","81102",3,48.292141,-116.556656,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",82,22,82,365,0,0,0,0,"Certification not required",0,17.792683,14.333538,111,"2013-09-15 00:00",87,"2013-09-16 00:00",29,"2013-07-26 00:00",28,"2013-07-25 00:00","","","","",111,87,28,24,21,16,8,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2014-01-03" +"16","017","0003","88501",3,48.292141,-116.556656,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1964,47,82,175,0,18,"","","Certification not required",0,4.363544,5.338979,102.3,"2013-09-15 22:00",83.4,"2013-09-15 23:00",57.3,"2013-09-16 00:00",52.6,"2013-09-16 01:00","","","","",16.9,14.1,11.1,9.4,6.3,3.7,0,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2014-01-24" +"16","017","0003","88501",3,48.292141,-116.556656,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",82,47,82,175,0,0,"","","Certification not required",0,4.315854,2.985375,15.2,"2013-09-15 00:00",14.2,"2013-09-16 00:00",11.1,"2013-08-24 00:00",10,"2013-08-23 00:00","","","","",15.2,14.2,9.4,8,6.2,3.8,1.1,"10 METER TOWER, AT NW CORNER, U OF I RESEARCH CENTER","2105 NORTH BOYER AVENUE","Idaho","Bonner","Sandpoint","","2014-01-24" +"16","017","0005","81102",3,48.2675,-116.572222,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",3258,37,135,365,0,1314,"","","Certification not required",0,10.810006,8.629326,177,"2013-07-04 20:00",105,"2013-07-08 13:00",101,"2013-04-27 23:00",94,"2013-05-21 14:00","","","","",40,33,25,20,13,9,4,"","1601 ONTARIO","Idaho","Bonner","Sandpoint","","2013-12-19" +"16","017","0005","81102",3,48.2675,-116.572222,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",135,37,135,365,0,0,0,0,"Certification not required",0,10.296296,5.489575,27,"2013-05-08 00:00",27,"2013-07-04 00:00",23,"2013-04-27 00:00",23,"2013-05-10 00:00","","","","",27,23,22,19,14,8,5,"","1601 ONTARIO","Idaho","Bonner","Sandpoint","","2013-12-19" +"16","017","0005","88501",3,48.2675,-116.572222,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",4533,99,189,191,0,51,"","","Certification not required",0,3.380609,3.812751,32.6,"2013-05-06 18:00",30.4,"2013-01-20 22:00",27.6,"2013-05-06 20:00",25.9,"2013-07-09 05:00","","","","",15.8,13.8,10.7,8.2,5,2.6,-0.4,"","1601 ONTARIO","Idaho","Bonner","Sandpoint","","2014-01-24" +"16","017","0005","88501",3,48.2675,-116.572222,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",189,99,189,191,0,0,"","","Certification not required",0,3.341799,2.34514,14.3,"2013-01-19 00:00",13.3,"2013-01-20 00:00",9.7,"2013-01-04 00:00",9,"2013-01-23 00:00","","","","",13.3,9,7.8,6.2,4.8,2.8,0.9,"","1601 ONTARIO","Idaho","Bonner","Sandpoint","","2014-01-24" +"16","019","0011","88501",3,43.4647,-112.04645,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6472,74,270,365,0,80,"","","Certification not required",0,4.679512,5.322385,93.4,"2013-09-30 03:00",88.9,"2013-09-30 01:00",83.8,"2013-09-30 02:00",60.2,"2013-09-30 00:00","","","","",23.7,18.6,13.2,10.2,6.5,3.6,0.2,"SITE ESTABLISHED TO ASSESS IMPACTS OF LOCAL INDUSTRY.","HICKORY AND SYCAMORE ST, IDAHO FALLS","Idaho","Bonneville","Idaho Falls","Idaho Falls, ID","2014-01-24" +"16","019","0011","88501",3,43.4647,-112.04645,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,4.631111,3.379513,26.6,"2013-09-30 00:00",14.9,"2013-09-01 00:00",14.7,"2013-06-19 00:00",14.7,"2013-08-31 00:00","","","","",14.7,13.1,11.4,8.5,6.3,3.9,1.3,"SITE ESTABLISHED TO ASSESS IMPACTS OF LOCAL INDUSTRY.","HICKORY AND SYCAMORE ST, IDAHO FALLS","Idaho","Bonneville","Idaho Falls","Idaho Falls, ID","2014-01-24" +"16","023","0101","44201",1,43.460556,-113.562222,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8547,100,153,153,0,213,0,0,"Certification not required",0,0.052725,0.006464,0.07,"2013-08-17 11:00",0.065,"2013-07-17 18:00",0.064,"2013-06-02 20:00",0.064,"2013-07-18 15:00","","","","",0.065,0.064,0.063,0.06,0.057,0.054,0.05,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","44201",1,43.460556,-113.562222,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8589,99,152,153,0,0,0,0,"Certification not required",0,0.049401,0.006227,0.06,"2013-05-06 11:00",0.06,"2013-06-18 12:00",0.06,"2013-07-18 11:00",0.06,"2013-08-16 10:00","","","","",0.06,0.06,0.058,0.057,0.054,0.051,0.048,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","44201",1,43.460556,-113.562222,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8589,99,152,153,0,0,0,0,"Certification not required",0,0.049401,0.006227,0.06,"2013-05-06 11:00",0.06,"2013-06-18 12:00",0.06,"2013-07-18 11:00",0.06,"2013-08-16 10:00","","","","",0.06,0.06,0.058,0.057,0.054,0.051,0.048,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","61101",1,43.460556,-113.562222,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8721,100,362,365,0,39,"","","Certification not required",0,6.063066,4.663013,31.1,"2013-12-02 02:00",30.3,"2013-12-02 03:00",29.3,"2013-09-29 07:00",28.9,"2013-12-02 07:00","","","","",20.4,18.6,15.7,12.8,8.4,4.7,1.4,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","61103",1,43.460556,-113.562222,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8721,100,362,365,0,39,"","","Certification not required",0,5.609735,4.780749,30.9,"2013-12-02 02:00",30.1,"2013-12-02 03:00",29.3,"2013-09-29 07:00",28.9,"2013-12-02 07:00","","","","",20.2,18.4,15.3,12.6,8,4.3,0.6,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","61104",1,43.460556,-113.562222,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8721,100,362,365,0,39,"","","Certification not required",0,177.278408,105.225275,360,"2013-01-13 08:00",360,"2013-03-01 00:00",360,"2013-03-09 00:00",360,"2013-03-31 04:00","","","","",355,349,325,294,251,224,24,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","61106",1,43.460556,-113.562222,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8721,100,362,365,0,39,"","","Certification not required",0,26.090701,19.605125,88,"2013-05-11 05:00",88,"2013-09-15 23:00",87,"2013-07-21 23:00",87,"2013-10-02 03:00","","","","",76,72,65,57,40,18,7,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","62101",1,43.460556,-113.562222,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8619,98,358,365,0,141,"","","Certification not required",0,43.453533,22.403777,97,"2013-06-29 14:00",97,"2013-06-29 15:00",96,"2013-06-29 16:00",96,"2013-06-30 15:00","","","","",90,87,83,75,61,41,16,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","62201",1,43.460556,-113.562222,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4955,57,205,365,0,133,"","","Certification not required",0,52.122099,25.884238,99,"2013-06-20 05:00",98,"2013-01-24 21:00",98,"2013-01-24 22:00",98,"2013-01-26 08:00","","","","",97,95,92,88,75,52,17,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2013-09-16" +"16","023","0101","63301",1,43.460556,-113.562222,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8565,98,357,365,0,195,"","","Certification not required",4181,0.278325,0.397164,1.5,"2013-05-04 11:00",1.48,"2013-06-22 13:00",1.47,"2013-05-11 12:00",1.47,"2013-06-10 12:00","","","","",1.38,1.32,1.18,0.97,0.49,0.02,0.005,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-02-18" +"16","023","0101","85101",1,43.460556,-113.562222,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,3.743606,2.856691,11.021,"2013-05-13 00:00",10.8733,"2013-04-25 00:00",10.8588,"2013-04-28 00:00",9.796,"2013-05-22 00:00","","","","",11.021,11.021,10.8588,7.5954,4.8481,2.7848,1.081,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","86502",1,43.460556,-113.562222,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,1.382979,1.894537,7,"2013-05-13 00:00",7,"2013-05-22 00:00",6,"2013-04-28 00:00",5,"2013-04-25 00:00","","","","",7,7,6,4,2,1,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88103",1,43.460556,-113.562222,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88104",1,43.460556,-113.562222,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",1,0.037789,0.047989,0.219,"2013-04-28 00:00",0.195,"2013-04-25 00:00",0.1269,"2013-03-08 00:00",0.099,"2013-05-07 00:00","","","","",0.219,0.219,0.1269,0.098,0.053,0.019,0.0034,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88109",1,43.460556,-113.562222,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",2,0.001023,0.000886,0.0043,"2013-01-19 00:00",0.0032,"2013-01-07 00:00",0.0026,"2013-01-22 00:00",0.0023,"2013-01-16 00:00","","","","",0.0043,0.0043,0.0026,0.0023,0.0015,0.0007,0.0003,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88111",1,43.460556,-113.562222,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",5,0.026777,0.032636,0.1654,"2013-04-28 00:00",0.1222,"2013-04-25 00:00",0.0719,"2013-03-08 00:00",0.0697,"2013-04-01 00:00","","","","",0.1654,0.1654,0.0719,0.0648,0.032,0.0147,0.00115,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88112",1,43.460556,-113.562222,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88114",1,43.460556,-113.562222,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",37,0.000178,8.7e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-01-07 00:00",0.0004,"2013-01-16 00:00",0.0004,"2013-01-22 00:00","","","","",0.0004,0.0004,0.0004,0.0004,0.00015,0.00015,0.0001,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88115",1,43.460556,-113.562222,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",14,0.000961,0.001451,0.0089,"2013-01-31 00:00",0.0038,"2013-04-28 00:00",0.0035,"2013-05-07 00:00",0.0029,"2013-04-25 00:00","","","","",0.0089,0.0089,0.0035,0.0019,0.0011,0.0006,0.00015,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88126",1,43.460556,-113.562222,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",2,0.02434,0.029879,0.1352,"2013-04-28 00:00",0.1176,"2013-04-25 00:00",0.073,"2013-03-08 00:00",0.0649,"2013-05-10 00:00","","","","",0.1352,0.1352,0.073,0.0648,0.0363,0.0116,0.0014,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88128",1,43.460556,-113.562222,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.000298,0.000548,0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88132",1,43.460556,-113.562222,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.000596,0.000825,0.003,"2013-04-25 00:00",0.003,"2013-04-28 00:00",0.002,"2013-03-08 00:00",0.002,"2013-05-10 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88136",1,43.460556,-113.562222,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88140",1,43.460556,-113.562222,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",18,0.009863,0.013671,0.074,"2013-04-28 00:00",0.04,"2013-05-07 00:00",0.031,"2013-03-08 00:00",0.03,"2013-04-25 00:00","","","","",0.074,0.074,0.031,0.0287,0.0121,0.005,0.0011,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88152",1,43.460556,-113.562222,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",41,0.000315,0.000579,0.0032,"2013-01-19 00:00",0.0021,"2013-01-07 00:00",0.0018,"2013-01-22 00:00",0.001,"2013-03-05 00:00","","","","",0.0032,0.0032,0.0018,0.0004,0.00015,0.00015,0.0001,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88154",1,43.460556,-113.562222,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",39,0.000126,6.1e-05,0.0003,"2013-01-01 00:00",0.0003,"2013-01-07 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-04-25 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88161",1,43.460556,-113.562222,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",9,0.00231,0.00284,0.0123,"2013-04-28 00:00",0.0107,"2013-04-25 00:00",0.0078,"2013-05-07 00:00",0.0065,"2013-03-08 00:00","","","","",0.0123,0.0123,0.0078,0.0062,0.0036,0.0012,0.00015,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88164",1,43.460556,-113.562222,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",26,0.000102,9.8e-05,0.0005,"2013-04-28 00:00",0.0004,"2013-03-08 00:00",0.0004,"2013-04-25 00:00",0.0002,"2013-01-07 00:00","","","","",0.0005,0.0005,0.0004,0.0002,0.0001,5e-05,5e-05,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88165",1,43.460556,-113.562222,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.096536,0.118505,0.4918,"2013-04-28 00:00",0.4406,"2013-04-25 00:00",0.3244,"2013-03-08 00:00",0.2798,"2013-05-22 00:00","","","","",0.4918,0.4918,0.3244,0.2703,0.137,0.046,0.0036,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88167",1,43.460556,-113.562222,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",5,0.001234,0.002054,0.014,"2013-05-22 00:00",0.0033,"2013-01-19 00:00",0.0027,"2013-04-25 00:00",0.0026,"2013-01-07 00:00","","","","",0.014,0.014,0.0027,0.0024,0.0013,0.0007,0.00015,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88168",1,43.460556,-113.562222,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",27,0.000312,0.000313,0.0016,"2013-04-25 00:00",0.0012,"2013-04-28 00:00",0.0011,"2013-05-07 00:00",0.0007,"2013-05-13 00:00","","","","",0.0016,0.0016,0.0011,0.0006,0.0005,0.00015,0.0001,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88169",1,43.460556,-113.562222,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.123206,0.073382,0.4032,"2013-04-25 00:00",0.3186,"2013-05-07 00:00",0.2446,"2013-05-10 00:00",0.2202,"2013-05-16 00:00","","","","",0.4032,0.4032,0.2446,0.2169,0.1442,0.1182,0.0464,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88176",1,43.460556,-113.562222,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",41,0.00018,8.8e-05,0.0006,"2013-05-22 00:00",0.0004,"2013-05-10 00:00",0.0004,"2013-05-16 00:00",0.0003,"2013-04-01 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88180",1,43.460556,-113.562222,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.01633,0.016103,0.0717,"2013-04-28 00:00",0.0645,"2013-04-25 00:00",0.0558,"2013-05-07 00:00",0.0379,"2013-03-08 00:00","","","","",0.0717,0.0717,0.0558,0.0364,0.0236,0.0103,0.0035,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88184",1,43.460556,-113.562222,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",16,0.010569,0.01183,0.0622,"2013-03-08 00:00",0.0385,"2013-02-27 00:00",0.0361,"2013-05-07 00:00",0.0271,"2013-05-25 00:00","","","","",0.0622,0.0622,0.0361,0.0265,0.0126,0.0083,0.00195,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88185",1,43.460556,-113.562222,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",34,0.000734,0.000451,0.0022,"2013-01-07 00:00",0.0018,"2013-02-03 00:00",0.0018,"2013-04-25 00:00",0.0018,"2013-04-28 00:00","","","","",0.0022,0.0022,0.0018,0.0014,0.0009,0.00065,0.0004,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88203",1,43.460556,-113.562222,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",15,0.018097,0.031752,0.2148,"2013-03-02 00:00",0.0438,"2013-02-27 00:00",0.0423,"2013-01-07 00:00",0.0304,"2013-03-08 00:00","","","","",0.2148,0.2148,0.0423,0.0302,0.0209,0.0092,0.00335,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88306",1,43.460556,-113.562222,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.421687,0.550054,2.8621,"2013-01-07 00:00",1.7061,"2013-02-27 00:00",1.4376,"2013-02-12 00:00",1.3233,"2013-01-01 00:00","","","","",2.8621,2.8621,1.4376,1.0231,0.4957,0.1809,0.0461,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88320",1,43.460556,-113.562222,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.252553,0.18857,0.94,"2013-05-10 00:00",0.77,"2013-05-13 00:00",0.57,"2013-04-28 00:00",0.48,"2013-05-07 00:00","","","","",0.94,0.94,0.57,0.47,0.34,0.2,0.08,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88321",1,43.460556,-113.562222,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.02766,0.020346,0.09,"2013-01-07 00:00",0.08,"2013-04-25 00:00",0.06,"2013-01-22 00:00",0.06,"2013-05-07 00:00","","","","",0.09,0.09,0.06,0.05,0.04,0.02,0.01,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88324",1,43.460556,-113.562222,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",43,0.021773,0.007959,0.0458,"2013-04-22 00:00",0.0348,"2013-04-13 00:00",0.03085,"2013-01-22 00:00",0.03065,"2013-01-28 00:00","","","","",0.0458,0.0458,0.03085,0.0306,0.03,0.0229,0.01035,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88325",1,43.460556,-113.562222,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",28,0.047937,0.041363,0.2116,"2013-05-13 00:00",0.2113,"2013-05-10 00:00",0.0958,"2013-04-25 00:00",0.0892,"2013-01-07 00:00","","","","",0.2116,0.2116,0.0958,0.0843,0.0548,0.0337,0.0187,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88326",1,43.460556,-113.562222,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",22,0.081139,0.058951,0.286,"2013-05-10 00:00",0.2209,"2013-05-13 00:00",0.1743,"2013-05-16 00:00",0.174,"2013-04-28 00:00","","","","",0.286,0.286,0.1743,0.162,0.1178,0.0538,0.0334,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88327",1,43.460556,-113.562222,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",12,0.051862,0.03871,0.1794,"2013-05-10 00:00",0.1459,"2013-05-13 00:00",0.144,"2013-04-28 00:00",0.1025,"2013-05-07 00:00","","","","",0.1794,0.1794,0.144,0.098,0.0763,0.0452,0.0151,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88328",1,43.460556,-113.562222,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",1,0.069076,0.057347,0.26,"2013-05-10 00:00",0.2138,"2013-05-13 00:00",0.186,"2013-01-07 00:00",0.1751,"2013-04-25 00:00","","","","",0.26,0.26,0.186,0.1635,0.0806,0.0498,0.021,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88329",1,43.460556,-113.562222,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.072643,0.055887,0.2365,"2013-05-10 00:00",0.1891,"2013-01-07 00:00",0.1888,"2013-04-25 00:00",0.1826,"2013-05-07 00:00","","","","",0.2365,0.2365,0.1888,0.1787,0.1091,0.0543,0.0208,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88330",1,43.460556,-113.562222,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",4,0.024347,0.019542,0.0868,"2013-01-07 00:00",0.0759,"2013-05-10 00:00",0.0668,"2013-05-13 00:00",0.0632,"2013-04-25 00:00","","","","",0.0868,0.0868,0.0668,0.0502,0.0303,0.0173,0.0057,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88331",1,43.460556,-113.562222,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",17,3e-05,4.7e-05,0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-11 00:00",0.00015,"2013-03-17 00:00","","","","",0.00015,0.00015,0.00015,0.0001,5e-05,0,0,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88338",1,43.460556,-113.562222,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",37,0.023316,0.019686,0.1114,"2013-05-01 00:00",0.0749,"2013-04-25 00:00",0.0681,"2013-04-28 00:00",0.0483,"2013-04-04 00:00","","","","",0.1114,0.1114,0.0681,0.0465,0.0244,0.01575,0.01065,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88339",1,43.460556,-113.562222,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.508217,0.302681,1.66312,"2013-04-25 00:00",1.31423,"2013-05-07 00:00",1.00893,"2013-05-10 00:00",0.90816,"2013-05-16 00:00","","","","",1.66312,1.66312,1.00893,0.89463,0.59466,0.48749,0.19119,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88344",1,43.460556,-113.562222,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.543967,0.709584,3.6921,"2013-01-07 00:00",2.2009,"2013-02-27 00:00",1.8545,"2013-02-12 00:00",1.7071,"2013-01-01 00:00","","","","",3.6921,3.6921,1.8545,1.3198,0.6395,0.2334,0.0595,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88348",1,43.460556,-113.562222,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.430445,0.529237,2.3271,"2013-04-28 00:00",2.0312,"2013-04-25 00:00",1.3935,"2013-03-08 00:00",1.1672,"2013-05-07 00:00","","","","",2.3271,2.3271,1.3935,1.1207,0.6011,0.2147,0.021,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88350",1,43.460556,-113.562222,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.453977,0.339975,1.6859,"2013-05-10 00:00",1.3892,"2013-05-13 00:00",1.0292,"2013-04-28 00:00",0.8716,"2013-05-07 00:00","","","","",1.6859,1.6859,1.0292,0.8505,0.6071,0.3566,0.1393,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88403",1,43.460556,-113.562222,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.348316,0.20812,1.1825,"2013-04-25 00:00",0.9159,"2013-05-07 00:00",0.663,"2013-05-10 00:00",0.6142,"2013-05-16 00:00","","","","",1.1825,1.1825,0.663,0.609,0.4033,0.3319,0.1413,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","023","0101","88502",1,43.460556,-113.562222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,1.808511,1.255913,5.5,"2013-01-07 00:00",5.1,"2013-04-25 00:00",4.4,"2013-04-28 00:00",4.3,"2013-05-10 00:00","","","","",5.5,5.5,4.4,4.1,2.3,1.4,0.7,"Craters of the Moon National Monument, Visitor Center","CRATERS OF THE MOON NATIONAL MON, IDAHO","Idaho","Butte","","","2014-01-28" +"16","027","0002","68101",1,43.58031,-116.562676,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",46,38,46,122,0,0,"","","Certification not required",0,0.106522,0.044233,0.4,"2013-07-03 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.4,0.4,0.1,0.1,0.1,0.1,0.1,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68102",1,43.58031,-116.562676,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",46,38,46,122,0,0,"","","Certification not required",0,24.086957,0.03405,24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68103",1,43.58031,-116.562676,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",46,38,46,122,0,0,"","","Certification not required",0,7.428261,10.326205,25,"2013-07-03 00:00",22.4,"2013-07-27 00:00",21.7,"2013-08-08 00:00",19.6,"2013-07-21 00:00","","","","",25,25,21.7,18.6,16.4,8.8,-4.7,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68104",1,43.58031,-116.562676,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",46,38,46,122,0,0,"","","Certification not required",0,20.730435,13.282752,38.4,"2013-08-14 00:00",37.6,"2013-07-03 00:00",37.6,"2013-07-15 00:00",37.6,"2013-07-21 00:00","","","","",38.4,38.4,37.6,37.4,32.7,21.7,2.3,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68105",1,43.58031,-116.562676,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",46,38,46,122,0,0,"","","Certification not required",0,13.721739,11.807058,30.9,"2013-07-03 00:00",29.3,"2013-07-27 00:00",28.3,"2013-07-21 00:00",28.1,"2013-08-08 00:00","","","","",30.9,30.9,28.3,27.6,24.4,15,-0.9,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68106",1,43.58031,-116.562676,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,38,46,122,0,0,"","","Certification not required",0,693.717391,5.290087,712,"2013-01-16 00:00",706,"2013-01-04 00:00",703,"2013-01-22 00:00",703,"2013-02-15 00:00","","","","",712,712,703,702,696,693,688,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68107",1,43.58031,-116.562676,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,38,46,122,0,0,"","","Certification not required",0,698.304348,4.902922,715,"2013-01-16 00:00",709,"2013-01-04 00:00",708,"2013-02-15 00:00",707,"2013-01-22 00:00","","","","",715,715,708,705,700,697,694,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68108",1,43.58031,-116.562676,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,38,46,122,0,0,"","","Certification not required",0,696.173913,4.886736,713,"2013-01-16 00:00",707,"2013-01-04 00:00",706,"2013-02-15 00:00",705,"2013-01-22 00:00","","","","",713,713,706,703,698,695,692,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","68109",1,43.58031,-116.562676,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",46,38,46,122,0,0,"","","Certification not required",0,1439.695652,0.465215,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","81102",2,43.58031,-116.562676,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5178,59,214,365,0,1374,"","","Certification not required",0,24.975859,24.128271,664,"2013-05-08 17:00",579,"2013-05-13 19:00",284,"2013-08-01 17:00",263,"2013-08-01 18:00","","","","",98,82,64,50,32,19,6,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2014-01-03" +"16","027","0002","81102",2,43.58031,-116.562676,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",214,59,214,365,0,0,0,0,"Certification not required",0,24.233645,14.663409,90,"2013-01-22 00:00",77,"2013-01-18 00:00",75,"2013-01-20 00:00",73,"2013-01-23 00:00","","","","",75,72,51,41,31,21,9,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2014-01-03" +"16","027","0002","88101",1,43.58031,-116.562676,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",46,72,44,61,0,1,3,3,"Certification not required",0,11.958696,19.736684,127.4,"2013-01-22 00:00",49.9,"2013-01-16 00:00",44.8,"2013-01-04 00:00",18.3,"2013-02-03 00:00","","","","",127.4,127.4,44.8,17.8,12.4,7.7,2.9,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","88101",1,43.58031,-116.562676,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",46,72,44,61,0,1,"","","Certification not required",0,11.958696,19.736684,127.4,"2013-01-22 00:00",49.9,"2013-01-16 00:00",44.8,"2013-01-04 00:00",18.3,"2013-02-03 00:00","","","","",127.4,127.4,44.8,17.8,12.4,7.7,2.9,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2013-12-31" +"16","027","0002","88501",3,43.58031,-116.562676,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6371,73,264,365,0,181,"","","Certification not required",0,6.809104,9.654032,170.5,"2013-07-04 22:00",139.8,"2013-01-18 08:00",125.3,"2013-01-19 11:00",103.6,"2013-01-18 13:00","","","","",46.4,35.9,23.3,16.2,8.5,4.2,0,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2014-01-24" +"16","027","0002","88501",3,43.58031,-116.562676,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,6.722348,6.980968,47.8,"2013-01-22 00:00",45.1,"2013-01-18 00:00",43,"2013-01-20 00:00",41.3,"2013-01-19 00:00","","","","",43,34.2,17.5,12.9,8.7,4.9,1.5,"SITE IS MIDWAY BETWEEN A MAJOR STREET AND A LOCAL STREET.","NAMPA FIRE STN/923 1ST ST","Idaho","Canyon","Nampa","Boise City-Nampa, ID","2014-01-24" +"16","029","0031","42401",1,42.695278,-111.593889,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6295,72,265,365,0,257,0,"","Certification not required",0,5.847547,7.207283,42.7,"2013-05-06 10:00",37.2,"2013-07-06 23:00",32.3,"2013-05-25 08:00",31.4,"2013-08-10 07:00","","","","",32.3,29.2,22,15.1,7.4,3.2,0.4,"SITE IS JUST OUTSIDE MONSANTO NW FENCE.","5 MILE ROAD","Idaho","Caribou","Soda Springs","","2014-01-07" +"16","029","0031","42401",1,42.695278,-111.593889,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6295,72,265,365,0,257,"","","Certification not required",0,1.367673,2.689518,42.7,"2013-05-06 10:00",37.2,"2013-07-06 23:00",32.3,"2013-05-25 08:00",31.4,"2013-08-10 07:00","","","","",14.6,10.4,5.5,2.7,1.1,0.7,0.1,"SITE IS JUST OUTSIDE MONSANTO NW FENCE.","5 MILE ROAD","Idaho","Caribou","Soda Springs","","2014-01-07" +"16","029","0031","42401",1,42.695278,-111.593889,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",265,73,265,365,0,0,0,"","Certification not required",0,1.368302,1.445623,11.7,"2013-08-10 00:00",7.3,"2013-07-07 00:00",7.1,"2013-01-09 00:00",7,"2013-07-08 00:00","","","","",7.1,6.8,3.7,2.9,1.7,0.9,0.2,"SITE IS JUST OUTSIDE MONSANTO NW FENCE.","5 MILE ROAD","Idaho","Caribou","Soda Springs","","2014-01-07" +"16","029","0031","42401",1,42.695278,-111.593889,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2042,70,265,365,0,0,"",0,"Certification not required",0,1.324633,2.341843,24.2,"2013-05-06 11:00",23.9,"2013-07-07 02:00",23.9,"2013-08-10 08:00",22.4,"2013-07-06 23:00","","","","",12.2,9.2,5,3,1.2,0.7,0.1,"SITE IS JUST OUTSIDE MONSANTO NW FENCE.","5 MILE ROAD","Idaho","Caribou","Soda Springs","","2014-01-07" +"16","029","0031","42401",2,42.695278,-111.593889,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",75999,72,265,365,0,2625,"","","Certification not required",0,1.371492,3.101586,134.6,"2013-05-06 10:50",98.7,"2013-05-06 11:00",64.7,"2013-05-06 10:30",63.6,"2013-08-11 00:15","","","","",16.3,11,5,2.5,1,0.7,0.1,"SITE IS JUST OUTSIDE MONSANTO NW FENCE.","5 MILE ROAD","Idaho","Caribou","Soda Springs","","2014-01-07" +"16","037","0002","85101",1,44.170385,-114.928034,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,23,61,0,9,"","","Certification not required",0,2.57355,2.473639,11.989,"2013-05-13 00:00",8.0698,"2013-05-22 00:00",7.1362,"2013-04-25 00:00",7.0748,"2013-04-28 00:00","","","","",11.989,11.989,7.1362,6.309,2.8918,1.5932,0.6239,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","86502",1,44.170385,-114.928034,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",42,69,23,61,0,9,"","","Certification not required",0,0.714286,1.566193,8,"2013-05-13 00:00",5,"2013-05-22 00:00",3,"2013-04-28 00:00",2,"2013-03-08 00:00","","","","",8,8,3,2,1,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88103",1,44.170385,-114.928034,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88104",1,44.170385,-114.928034,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.03396,0.042597,0.173,"2013-04-28 00:00",0.17,"2013-04-25 00:00",0.1233,"2013-03-14 00:00",0.0878,"2013-05-22 00:00","","","","",0.173,0.173,0.1233,0.0841,0.0467,0.016,0.003,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88109",1,44.170385,-114.928034,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",5,0.000623,0.000441,0.0017,"2013-05-07 00:00",0.0016,"2013-05-10 00:00",0.0014,"2013-05-13 00:00",0.0013,"2013-03-14 00:00","","","","",0.0017,0.0017,0.0014,0.0013,0.001,0.0005,0.0001,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88111",1,44.170385,-114.928034,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.02084,0.026829,0.119,"2013-04-28 00:00",0.0983,"2013-04-25 00:00",0.0799,"2013-03-14 00:00",0.0543,"2013-04-10 00:00","","","","",0.119,0.119,0.0799,0.052,0.0251,0.0097,0.0026,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88112",1,44.170385,-114.928034,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88114",1,44.170385,-114.928034,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",34,0.001029,0.005757,0.0379,"2013-02-12 00:00",0.0004,"2013-03-17 00:00",0.0004,"2013-05-16 00:00",0.0003,"2013-01-01 00:00","","","","",0.0379,0.0379,0.0004,0.0003,0.00015,0.00015,0.0001,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88115",1,44.170385,-114.928034,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",15,0.001085,0.001889,0.0109,"2013-03-08 00:00",0.005,"2013-01-22 00:00",0.0036,"2013-01-04 00:00",0.0033,"2013-04-28 00:00","","","","",0.0109,0.0109,0.0036,0.0029,0.0011,0.0004,0.0001,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88126",1,44.170385,-114.928034,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.024207,0.033557,0.1667,"2013-02-12 00:00",0.1047,"2013-04-28 00:00",0.1009,"2013-04-25 00:00",0.0627,"2013-03-14 00:00","","","","",0.1667,0.1667,0.1009,0.0572,0.0309,0.0105,0.0019,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88128",1,44.170385,-114.928034,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000326,0.000566,0.002,"2013-04-25 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88132",1,44.170385,-114.928034,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000558,0.000734,0.003,"2013-04-25 00:00",0.002,"2013-02-12 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-28 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88136",1,44.170385,-114.928034,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,7e-05,0.000457,0.003,"2013-02-12 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.003,0.003,0,0,0,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88140",1,44.170385,-114.928034,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",17,0.010001,0.013643,0.059,"2013-04-28 00:00",0.044,"2013-03-14 00:00",0.0416,"2013-03-08 00:00",0.0312,"2013-05-10 00:00","","","","",0.059,0.059,0.0416,0.0292,0.0117,0.003,0.00115,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88152",1,44.170385,-114.928034,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",42,0.00014,7.6e-05,0.0006,"2013-05-31 00:00",0.00015,"2013-02-06 00:00",0.00015,"2013-02-09 00:00",0.00015,"2013-02-12 00:00","","","","",0.0006,0.0006,0.00015,0.00015,0.00015,0.00015,0.0001,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88154",1,44.170385,-114.928034,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",36,0.000121,4.5e-05,0.0003,"2013-01-25 00:00",0.0002,"2013-01-13 00:00",0.0002,"2013-01-22 00:00",0.0002,"2013-02-18 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88161",1,44.170385,-114.928034,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",7,0.001916,0.002386,0.0098,"2013-04-25 00:00",0.0096,"2013-04-28 00:00",0.0065,"2013-03-14 00:00",0.0051,"2013-05-13 00:00","","","","",0.0098,0.0098,0.0065,0.0051,0.0026,0.001,0.00015,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88164",1,44.170385,-114.928034,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",21,9.7e-05,7.3e-05,0.0004,"2013-04-25 00:00",0.0003,"2013-04-10 00:00",0.0002,"2013-01-16 00:00",0.0002,"2013-03-26 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,5e-05,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88165",1,44.170385,-114.928034,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.07717,0.097226,0.3824,"2013-04-28 00:00",0.376,"2013-04-25 00:00",0.2528,"2013-05-13 00:00",0.247,"2013-05-22 00:00","","","","",0.3824,0.3824,0.2528,0.2342,0.1032,0.0332,0.0081,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88167",1,44.170385,-114.928034,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",5,0.000836,0.001055,0.0064,"2013-02-12 00:00",0.0027,"2013-05-16 00:00",0.0024,"2013-04-25 00:00",0.002,"2013-04-10 00:00","","","","",0.0064,0.0064,0.0024,0.0016,0.0009,0.0006,0.00015,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88168",1,44.170385,-114.928034,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",29,0.000227,0.000235,0.0013,"2013-04-28 00:00",0.0008,"2013-04-25 00:00",0.0007,"2013-03-14 00:00",0.0006,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0007,0.0005,0.0002,0.00015,0.0001,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88169",1,44.170385,-114.928034,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.101116,0.084637,0.3949,"2013-04-25 00:00",0.2898,"2013-05-07 00:00",0.2235,"2013-05-10 00:00",0.2191,"2013-05-01 00:00","","","","",0.3949,0.3949,0.2235,0.2187,0.1465,0.0684,0.0213,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88176",1,44.170385,-114.928034,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",38,0.000177,8.2e-05,0.0005,"2013-01-13 00:00",0.0005,"2013-04-10 00:00",0.0003,"2013-03-17 00:00",0.0003,"2013-04-25 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.00015,0.00015,0.00015,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88180",1,44.170385,-114.928034,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.01383,0.013638,0.0563,"2013-04-28 00:00",0.0542,"2013-04-25 00:00",0.0408,"2013-03-14 00:00",0.0386,"2013-05-07 00:00","","","","",0.0563,0.0563,0.0408,0.0306,0.0205,0.0086,0.0028,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88184",1,44.170385,-114.928034,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",20,0.008683,0.010457,0.0454,"2013-05-25 00:00",0.0401,"2013-05-22 00:00",0.03,"2013-05-01 00:00",0.029,"2013-05-13 00:00","","","","",0.0454,0.0454,0.03,0.0192,0.0128,0.0049,0.00165,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88185",1,44.170385,-114.928034,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",38,0.000691,0.000246,0.0018,"2013-02-06 00:00",0.0013,"2013-02-21 00:00",0.0011,"2013-03-23 00:00",0.0009,"2013-04-22 00:00","","","","",0.0018,0.0018,0.0011,0.00085,0.0007,0.0007,0.0004,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88203",1,44.170385,-114.928034,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",29,0.006677,0.005771,0.0297,"2013-03-02 00:00",0.0267,"2013-03-08 00:00",0.0104,"2013-03-17 00:00",0.0102,"2013-01-04 00:00","","","","",0.0297,0.0297,0.0267,0.0102,0.00865,0.00365,0.00285,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88306",1,44.170385,-114.928034,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",7,0.045412,0.03505,0.1463,"2013-04-28 00:00",0.136,"2013-04-25 00:00",0.1019,"2013-05-07 00:00",0.0952,"2013-03-14 00:00","","","","",0.1463,0.1463,0.136,0.0952,0.0695,0.035,0.0096,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88320",1,44.170385,-114.928034,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.460698,0.203123,1.04,"2013-05-10 00:00",0.94,"2013-05-13 00:00",0.8,"2013-01-07 00:00",0.74,"2013-01-13 00:00","","","","",1.04,1.04,0.8,0.71,0.61,0.44,0.24,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88321",1,44.170385,-114.928034,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.042791,0.027973,0.12,"2013-01-07 00:00",0.09,"2013-01-13 00:00",0.09,"2013-01-19 00:00",0.09,"2013-02-09 00:00","","","","",0.12,0.12,0.09,0.09,0.06,0.04,0.01,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88324",1,44.170385,-114.928034,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",15,0.049135,0.02502,0.1052,"2013-01-25 00:00",0.0956,"2013-01-13 00:00",0.0915,"2013-01-22 00:00",0.0882,"2013-04-28 00:00","","","","",0.1052,0.1052,0.0915,0.0858,0.0679,0.0495,0.0169,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88325",1,44.170385,-114.928034,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.113072,0.048085,0.266,"2013-05-13 00:00",0.224,"2013-05-10 00:00",0.1876,"2013-05-07 00:00",0.1821,"2013-05-25 00:00","","","","",0.266,0.266,0.1876,0.1669,0.146,0.107,0.0698,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88326",1,44.170385,-114.928034,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",7,0.141616,0.08105,0.3525,"2013-05-10 00:00",0.3027,"2013-01-07 00:00",0.293,"2013-01-04 00:00",0.2776,"2013-01-19 00:00","","","","",0.3525,0.3525,0.293,0.267,0.1911,0.12,0.04115,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88327",1,44.170385,-114.928034,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",4,0.077152,0.040505,0.1868,"2013-05-10 00:00",0.1581,"2013-01-04 00:00",0.1406,"2013-01-07 00:00",0.1382,"2013-01-13 00:00","","","","",0.1868,0.1868,0.1406,0.1318,0.101,0.0807,0.0322,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88328",1,44.170385,-114.928034,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.074541,0.055363,0.2441,"2013-05-10 00:00",0.2086,"2013-05-13 00:00",0.1861,"2013-05-07 00:00",0.1611,"2013-04-28 00:00","","","","",0.2441,0.2441,0.1861,0.144,0.1072,0.0553,0.0197,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88329",1,44.170385,-114.928034,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.089044,0.059869,0.2539,"2013-05-10 00:00",0.2164,"2013-05-13 00:00",0.1987,"2013-01-07 00:00",0.1889,"2013-05-07 00:00","","","","",0.2539,0.2539,0.1987,0.1643,0.1317,0.0778,0.0237,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88330",1,44.170385,-114.928034,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.028749,0.016452,0.0597,"2013-05-10 00:00",0.0563,"2013-05-13 00:00",0.0537,"2013-01-13 00:00",0.0531,"2013-05-25 00:00","","","","",0.0597,0.0597,0.0537,0.053,0.042,0.0295,0.0074,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88331",1,44.170385,-114.928034,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",18,7.4e-05,0.000157,0.001,"2013-05-10 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88338",1,44.170385,-114.928034,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",39,0.015236,0.004702,0.02435,"2013-02-03 00:00",0.0239,"2013-02-12 00:00",0.02375,"2013-02-21 00:00",0.0234,"2013-02-06 00:00","","","","",0.02435,0.02435,0.0239,0.0234,0.0159,0.01455,0.0103,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88339",1,44.170385,-114.928034,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.417071,0.34914,1.62896,"2013-04-25 00:00",1.19526,"2013-05-07 00:00",0.9219,"2013-05-10 00:00",0.90375,"2013-05-01 00:00","","","","",1.62896,1.62896,0.9219,0.90226,0.60435,0.28219,0.08795,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88344",1,44.170385,-114.928034,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",0,0.059859,0.043937,0.1887,"2013-04-28 00:00",0.1757,"2013-04-25 00:00",0.1315,"2013-05-07 00:00",0.1228,"2013-03-14 00:00","","","","",0.1887,0.1887,0.1757,0.1228,0.0897,0.0454,0.0168,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88348",1,44.170385,-114.928034,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.363007,0.441672,1.7991,"2013-04-28 00:00",1.7327,"2013-04-25 00:00",1.1493,"2013-03-14 00:00",1.0421,"2013-05-13 00:00","","","","",1.7991,1.7991,1.1493,1.0166,0.4841,0.1661,0.0362,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88350",1,44.170385,-114.928034,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.829619,0.365449,1.8711,"2013-05-10 00:00",1.6979,"2013-05-13 00:00",1.431,"2013-01-07 00:00",1.339,"2013-01-13 00:00","","","","",1.8711,1.8711,1.431,1.2708,1.0894,0.8008,0.4237,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88403",1,44.170385,-114.928034,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,12,"","","Certification not required",0,0.315377,0.242941,1.153,"2013-04-25 00:00",0.8167,"2013-05-07 00:00",0.6218,"2013-05-16 00:00",0.6212,"2013-05-10 00:00","","","","",1.153,1.153,0.8167,0.6212,0.5126,0.2842,0.0741,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","037","0002","88502",1,44.170385,-114.928034,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1.460465,1.098731,4.8,"2013-04-25 00:00",4.2,"2013-05-10 00:00",3.9,"2013-04-28 00:00",3.7,"2013-05-13 00:00","","","","",4.8,4.8,3.9,3.6,1.8,1.2,0.5,"","Sawtooth NF","Idaho","Custer","","","2014-01-28" +"16","041","0001","68101",1,42.013333,-111.809167,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",87,100,45,61,0,0,"","","Certification not required",0,0.332184,0.152112,0.7,"2013-07-09 00:00",0.6,"2013-07-15 00:00",0.6,"2013-08-05 00:00",0.6,"2013-08-20 00:00","","","","",0.7,0.6,0.5,0.5,0.5,0.3,0.1,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68102",1,42.013333,-111.809167,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",87,24,87,365,0,0,"","","Certification not required",0,24.025287,0.096711,24.1,"2013-01-01 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68103",1,42.013333,-111.809167,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",87,24,87,365,0,0,"","","Certification not required",0,0.451724,11.313923,15.9,"2013-09-07 00:00",14.5,"2013-08-26 00:00",14.4,"2013-08-23 00:00",14.1,"2013-07-03 00:00","","","","",15.9,14.5,14.1,12.9,9.4,2,-18.5,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68104",1,42.013333,-111.809167,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",87,24,87,365,0,0,"","","Certification not required",0,18.358621,13.801311,37.3,"2013-06-30 00:00",37,"2013-07-21 00:00",36.8,"2013-06-27 00:00",36.2,"2013-07-15 00:00","","","","",37.3,37,36.1,34.5,30.8,22.4,-0.4,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68105",1,42.013333,-111.809167,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",87,24,87,365,0,0,"","","Certification not required",0,9.409195,12.389818,26,"2013-06-30 00:00",25.5,"2013-07-03 00:00",24.3,"2013-07-18 00:00",23.7,"2013-07-21 00:00","","","","",26,25.5,22.9,22.5,20.8,12,-10.3,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68106",1,42.013333,-111.809167,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,24,87,365,0,0,"","","Certification not required",0,645.390805,4.260026,659,"2013-01-16 00:00",655,"2013-02-15 00:00",654,"2013-01-04 00:00",653,"2013-01-01 00:00","","","","",659,655,653,649,648,646,639,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68107",1,42.013333,-111.809167,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,24,87,365,0,0,"","","Certification not required",0,650.126437,3.955581,662,"2013-01-16 00:00",660,"2013-05-01 00:00",659,"2013-02-15 00:00",659,"2013-03-02 00:00","","","","",662,660,657,655,652,650,645,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68108",1,42.013333,-111.809167,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,24,87,365,0,0,"","","Certification not required",0,647.908046,4.116423,660,"2013-01-16 00:00",657,"2013-02-15 00:00",656,"2013-01-04 00:00",655,"2013-01-01 00:00","","","","",660,657,655,653,650,648,642,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","68109",1,42.013333,-111.809167,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",87,24,87,365,0,0,"","","Certification not required",0,1438.678161,5.122895,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","88101",1,42.013333,-111.809167,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,3,5,5,"Certification not required",0,11.896552,22.004368,180.5,"2013-01-16 00:00",67.4,"2013-01-25 00:00",65,"2013-02-06 00:00",54.9,"2013-01-07 00:00","","","","",180.5,67.4,37.9,21.4,9.2,5.8,3,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","88101",1,42.013333,-111.809167,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,3,"","","Certification not required",0,11.896552,22.004368,180.5,"2013-01-16 00:00",67.4,"2013-01-25 00:00",65,"2013-02-06 00:00",54.9,"2013-01-07 00:00","","","","",180.5,67.4,37.9,21.4,9.2,5.8,3,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2013-12-31" +"16","041","0001","88101",4,42.013333,-111.809167,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6442,74,273,365,0,110,"","","Certification not required",0,11.055914,17.430614,121.7,"2013-01-23 20:00",121.4,"2013-01-24 05:00",119.5,"2013-01-24 01:00",118.4,"2013-01-23 19:00","","","","",90.5,73.9,47.9,31.5,9.7,5.3,0.9,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2014-01-21" +"16","041","0001","88101",4,42.013333,-111.809167,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,22,22,"Certification not required",0,11,16.59641,101.9,"2013-01-23 00:00",101.5,"2013-01-24 00:00",88,"2013-01-21 00:00",80.7,"2013-01-22 00:00","","","","",88,71.5,49,31.1,8.8,5.2,2.3,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2014-01-21" +"16","041","0001","88101",4,42.013333,-111.809167,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,11,16.59641,101.9,"2013-01-23 00:00",101.5,"2013-01-24 00:00",88,"2013-01-21 00:00",80.7,"2013-01-22 00:00","","","","",88,71.5,49,31.1,8.8,5.2,2.3,"","FRANKLIN - WATER TREATMENT FACILITY AT EAST 4800 SOUTH","Idaho","Franklin","Franklin","Logan, UT-ID","2014-01-21" +"16","049","0002","61103",1,45.931389,-116.115278,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6223,71,258,365,0,57,"","","Certification not required",0,4.655343,3.2664,28.4,"2013-09-29 00:00",25,"2013-09-28 23:00",24.7,"2013-09-28 21:00",24.1,"2013-09-29 01:00","","","","",15.4,13.8,11.3,9.2,5.9,3.9,1.4,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","61104",1,45.931389,-116.115278,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6223,71,258,365,0,57,"","","Certification not required",0,172.847196,102.088514,359.9,"2013-05-31 17:00",359.8,"2013-05-21 13:00",359.8,"2013-06-10 11:00",359.8,"2013-08-17 11:00","","","","",356.9,354.2,342.3,307.3,245.7,191,22.4,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","61106",1,45.931389,-116.115278,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6223,71,258,365,0,57,"","","Certification not required",0,21.770432,13.466999,79.6,"2013-05-05 00:00",79.4,"2013-04-25 07:00",78.2,"2013-06-27 05:00",77.6,"2013-03-22 15:00","","","","",63.3,57.1,48.3,40.6,29.5,18.4,8.2,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","62101",1,45.931389,-116.115278,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6223,71,258,365,0,57,"","","Certification not required",0,50.388816,17.693431,93.9,"2013-07-26 15:00",93.7,"2013-07-26 14:00",93,"2013-07-21 15:00",92.8,"2013-07-24 15:00","","","","",88,85.8,81.9,75.4,63.7,48.9,28.4,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","62106",1,45.931389,-116.115278,"UNKNOWN","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6223,71,258,365,0,57,"","","Certification not required",1314,0.544577,0.886828,4.3,"2013-06-30 23:00",4.1,"2013-05-07 00:00",4,"2013-05-06 21:00",4,"2013-07-19 03:00","","","","",3.2,2.9,2.4,1.9,0.8,0.5,-0.3,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","62201",1,45.931389,-116.115278,"UNKNOWN","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6223,71,258,365,0,57,"","","Certification not required",0,57.177664,21.21623,94.3,"2013-01-26 08:00",94.2,"2013-01-26 07:00",94,"2013-01-10 03:00",94,"2013-01-26 06:00","","","","",92.5,91.4,89,85.5,74.1,58.8,26.5,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","63301",1,45.931389,-116.115278,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6223,71,258,365,0,57,"","","Certification not required",2831,0.274978,0.385603,1.41,"2013-05-20 12:00",1.39,"2013-05-01 12:00",1.38,"2013-05-23 11:00",1.37137,"2013-07-29 11:00","","","","",1.31,1.26226,1.14,0.95,0.47733,0.03,0.00072,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","64101",1,45.931389,-116.115278,"UNKNOWN","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6222,71,258,365,0,57,"","","Certification not required",0,897.780778,5.082584,914,"2013-05-01 20:00",914,"2013-05-01 21:00",914,"2013-05-01 22:00",914,"2013-05-01 23:00","","","","",911,909,907,904,901,898,892,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2013-12-31" +"16","049","0002","88501",3,45.931389,-116.115278,"UNKNOWN","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6461,74,270,365,0,57,"","","Certification not required",0,3.606299,5.065194,135.2,"2013-04-24 20:00",66,"2013-08-22 18:00",65.1,"2013-04-24 22:00",62.6,"2013-08-22 17:00","","","","",20.1,16.8,12.7,9.5,5.3,2.3,-0.5,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2014-01-24" +"16","049","0002","88501",3,45.931389,-116.115278,"UNKNOWN","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,3.567037,3.110634,21.4,"2013-08-22 00:00",14.9,"2013-07-31 00:00",14,"2013-08-10 00:00",13.2,"2013-07-30 00:00","","","","",14,12.9,9.5,7.6,5.1,2.7,0.7,"USFS COMPOUND ON EAST EDGE OF TOWN","USFS COMPOUND, EAST EDGE OF GRANGEVILLE","Idaho","Idaho","Grangeville","","2014-01-24" +"16","049","0003","61103",1,46.2094,-116.0275,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8735,100,363,365,0,25,"","","Certification not required",0,2.279359,2.061669,17.9,"2013-04-29 14:00",16.3,"2013-04-29 15:00",15.5,"2013-04-29 13:00",15.4,"2013-04-27 17:00","","","","",9.5,8.4,6.9,5.3,2.8,1.6,0.5,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","61104",1,46.2094,-116.0275,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8735,100,363,365,0,25,"","","Certification not required",0,193.76759,95.845409,360,"2013-07-21 14:00",360,"2013-09-05 03:00",359.8,"2013-08-27 12:00",359.8,"2013-10-06 05:00","","","","",354,348.8,336.8,321,277.5,193.8,52.9,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","62101",1,46.2094,-116.0275,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8738,100,133,61,0,22,"","","Certification not required",0,51.538682,18.995507,107,"2013-07-01 16:00",105,"2013-07-01 15:00",105,"2013-08-14 14:00",103,"2013-07-26 15:00","","","","",97,94,88,80,64,48,30,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","62103",1,46.2094,-116.0275,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8735,100,133,61,0,25,"","","Certification not required",31,39.893595,11.822615,75,"2013-07-01 17:00",74,"2013-07-01 15:00",73,"2013-07-01 18:00",72,"2013-07-01 13:00","","","","",65,62,58,54,48,41,25,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","62201",1,46.2094,-116.0275,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8737,100,133,61,0,23,"","","Certification not required",0,70.487696,22.426204,99,"2013-08-26 05:00",99,"2013-09-18 00:00",99,"2013-09-18 01:00",99,"2013-09-19 05:00","","","","",98,97,96,94,90,77,36,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","64101",1,46.2094,-116.0275,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8738,100,133,61,0,22,"","","Certification not required",0,963.636988,6.208986,984,"2013-11-22 07:00",984,"2013-11-22 08:00",984,"2013-11-22 09:00",984,"2013-11-22 10:00","","","","",979,978,974,972,968,963,956,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","65102",1,46.2094,-116.0275,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8730,100,133,61,0,30,"","","Certification not required",0,0.00221,0.014399,0.52,"2013-09-24 18:00",0.43,"2013-09-17 18:00",0.3,"2013-05-13 17:00",0.27,"2013-08-25 22:00","","","","",0.06,0.03,0.01,0,0,0,0,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","88501",3,46.2094,-116.0275,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8052,92,335,365,0,708,"","","Certification not required",0,8.936898,6.314587,124,"2013-08-22 08:00",116,"2013-08-22 11:00",111.3,"2013-08-21 08:00",103.8,"2013-08-22 09:00","","","","",26.2,23.8,19.4,16.2,11.5,7.6,3.1,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","049","0003","88501",3,46.2094,-116.0275,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",335,92,335,365,0,0,"","","Certification not required",0,8.88597,4.649024,52,"2013-08-22 00:00",23.9,"2013-11-30 00:00",22.6,"2013-11-27 00:00",21.6,"2013-08-21 00:00","","","","",21.6,20.6,16.9,15.1,10.9,7.8,4.5,"","INTERSECTION OF APPLE AND PINE, KAMIAH","Idaho","Idaho","Not in a city","","2014-01-16" +"16","055","0003","61103",1,47.788908,-116.804539,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5672,65,236,365,0,880,"","","Certification not required",0,6.218054,3.777174,23.5,"2013-04-29 07:00",23.1,"2013-03-20 21:00",22.9,"2013-05-21 15:00",22.7,"2013-09-30 13:00","","","","",16.9,15.7,13.6,11.5,8.5,5.4,2.1,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","61104",1,47.788908,-116.804539,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5672,65,236,365,0,880,"","","Certification not required",0,147.472444,92.81107,359.9,"2013-05-02 06:00",359.9,"2013-08-10 17:00",359.8,"2013-04-14 15:00",359.8,"2013-05-29 07:00","","","","",353.2,339.9,287.3,251.4,221,169.4,18.6,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","62101",1,47.788908,-116.804539,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6537,75,273,365,0,15,"","","Certification not required",0,50.53627,17.865837,93.4,"2013-07-01 15:00",93.4,"2013-07-02 14:00",93.2,"2013-07-01 14:00",93.2,"2013-07-02 15:00","","","","",88.9,86.5,81.9,75.9,63,50.2,28.4,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","62106",1,47.788908,-116.804539,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6538,75,273,365,0,14,"","","Certification not required",1434,0.615586,1.237548,7.5,"2013-07-18 08:00",5.7,"2013-05-08 00:00",5.7,"2013-07-25 00:00",5.6,"2013-07-26 03:00","","","","",4.3,4,3.3,2.5,1,0.5,-0.7,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","62201",1,47.788908,-116.804539,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6538,75,273,365,0,14,"","","Certification not required",0,69.315769,22.596383,98.7,"2013-02-02 02:00",98.6,"2013-02-02 01:00",98.5,"2013-02-02 00:00",98.4,"2013-02-01 23:00","","","","",97.7,97.1,95.7,94.2,88.8,75.4,33,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","63301",1,47.788908,-116.804539,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6538,75,273,365,0,14,"","","Certification not required",2920,0.262044,0.377997,1.49,"2013-05-23 12:00",1.43,"2013-05-23 11:00",1.41,"2013-06-12 11:00",1.4,"2013-06-09 11:00","","","","",1.31,1.26,1.13,0.93107,0.42,0.03,0.00072,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","64101",1,47.788908,-116.804539,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6537,75,273,365,0,15,"","","Certification not required",0,931.398807,20.18746,950,"2013-05-01 21:00",950,"2013-05-01 22:00",950,"2013-05-01 23:00",950,"2013-05-02 00:00","","","","",947,946,942,940,936,932,926,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0003","88501",3,47.788908,-116.804539,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6513,74,273,365,0,39,"","","Certification not required",0,3.901842,5.90757,267.8,"2013-09-15 21:00",222.8,"2013-03-31 02:00",75.7,"2013-07-04 22:00",58.8,"2013-09-15 22:00","","","","",17.1,14.9,11.4,8.7,5.4,2.8,0,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2014-01-24" +"16","055","0003","88501",3,47.788908,-116.804539,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,3.87326,2.872867,21,"2013-03-31 00:00",19.9,"2013-09-15 00:00",13.8,"2013-01-18 00:00",13,"2013-07-30 00:00","","","","",13.8,11.5,9,7.5,5,3.1,1.1,"","Kootenai Water District Building on West Lancaster Road - north of HAYDEN, IDAHO","Idaho","Kootenai","","Coeur d'Alene, ID","2014-01-24" +"16","055","0004","61103",1,47.555253,-116.817331,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4031,46,158,365,0,2521,"","","Certification not required",0,2.593426,2.065772,18.1,"2013-09-28 20:00",16.2,"2013-09-28 21:00",13.1,"2013-09-29 21:00",12.7,"2013-06-29 17:00","","","","",9.7,8.7,6.6,5.2,3.6,1.9,0.7,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0004","61104",1,47.555253,-116.817331,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4031,46,158,365,0,2521,"","","Certification not required",0,213.206252,77.271235,359.9,"2013-04-16 06:00",359.8,"2013-03-05 23:00",359.8,"2013-03-23 16:00",359.8,"2013-04-08 09:00","","","","",357,353.4,337.9,305.9,264.8,207.3,126.5,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0004","62101",1,47.555253,-116.817331,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",5572,64,224,365,0,980,"","","Certification not required",0,54.251454,15.125094,89.6,"2013-07-25 16:00",88.9,"2013-07-26 16:00",88.5,"2013-07-01 18:00",88.2,"2013-07-20 15:00","","","","",84.4,82.4,79,74.8,65.5,54.9,33.6,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0004","62106",1,47.555253,-116.817331,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",5572,64,224,365,0,980,"","","Certification not required",1734,0.361612,0.505983,3.7,"2013-07-20 19:00",3.6,"2013-07-27 19:00",3.3,"2013-07-22 19:00",3.1,"2013-07-09 19:00","","","","",2.1,1.7,1.4,1,0.5,0.4,-0.1,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0004","62201",1,47.555253,-116.817331,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",5599,64,224,365,0,953,"","","Certification not required",0,71.966708,19.118854,100,"2013-01-17 01:00",100,"2013-01-23 19:00",100,"2013-01-23 20:00",100,"2013-01-25 02:00","","","","",99.7,98.9,97.6,95.5,88,74.9,43.6,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0004","63301",1,47.555253,-116.817331,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5572,64,224,365,0,980,"","","Certification not required",2381,0.198122,0.320574,1.4,"2013-06-27 11:00",1.39,"2013-06-12 11:00",1.37,"2013-06-09 11:00",1.36,"2013-05-23 11:00","","","","",1.27,1.21,1.00458,0.73,0.24,0.03,0.00072,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","055","0004","64101",1,47.555253,-116.817331,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",5599,64,224,365,0,953,"","","Certification not required",0,940.318807,5.551956,959,"2013-05-01 21:00",959,"2013-05-01 22:00",959,"2013-05-01 23:00",959,"2013-05-02 00:00","","","","",955,952,950,948,943,940,934,"","Camp Cross, McDonald Point, Lake Coeur d'Alene, ID","Idaho","Kootenai","","Coeur d'Alene, ID","2013-12-31" +"16","057","0005","61103",1,46.721932,-116.95918,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5051,58,210,365,0,1197,"","","Certification not required",0,4.5157,3.289697,19.8,"2013-04-29 09:00",19.6,"2013-04-07 13:00",19.4,"2013-04-29 10:00",19.1,"2013-09-30 11:00","","","","",15.1,13.4,10.9,9,6.4,3.7,1.2,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","61104",1,46.721932,-116.95918,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5051,58,210,365,0,1197,"","","Certification not required",0,188.735755,113.32106,359.9,"2013-03-29 05:00",359.8,"2013-03-23 01:00",359.8,"2013-05-01 22:00",359.7,"2013-03-16 02:00","","","","",358,355.6,350,332.2,284.9,223.1,20.4,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","61106",1,46.721932,-116.95918,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5051,58,210,365,0,1197,"","","Certification not required",0,23.814215,13.316706,79.2,"2013-05-04 02:00",78.7,"2013-04-22 20:00",78.6,"2013-08-31 13:00",78.3,"2013-04-22 04:00","","","","",67.9,62.4,53.1,43.4,29.4,19.6,11.6,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","62101",1,46.721932,-116.95918,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",2060,24,86,365,0,5,"","","Certification not required",1,64.841699,13.621767,97.3,"2013-07-01 15:00",96.3,"2013-07-01 16:00",95.9,"2013-07-01 14:00",95,"2013-07-01 13:00","","","","",91.8,90.1,86.9,83.8,76.5,64,47.5,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","62106",1,46.721932,-116.95918,"UNKNOWN","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6088,69,254,365,0,160,"","","Certification not required",1346,0.571321,0.610503,4.3,"2013-07-31 03:00",4.1,"2013-08-22 02:00",3.9,"2013-07-10 01:00",3.9,"2013-07-27 03:00","","","","",2.5,2.3,1.8,1.4,0.7,0.5,0,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","62201",1,46.721932,-116.95918,"UNKNOWN","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6088,69,254,365,0,160,"","","Certification not required",0,66.529156,22.933084,100,"2013-01-26 20:00",100,"2013-01-26 21:00",100,"2013-01-26 22:00",100,"2013-01-26 23:00","","","","",98.5,97.5,95.6,92.9,86.1,72.1,30.5,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","63301",1,46.721932,-116.95918,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6088,69,254,365,0,160,"","","Certification not required",2789,0.263922,0.373912,1.47,"2013-05-23 11:00",1.36,"2013-06-15 11:00",1.35,"2013-05-23 10:00",1.35,"2013-06-16 11:00","","","","",1.28943,1.24,1.11,0.92,0.45031,0.02789,0.00072,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","64101",1,46.721932,-116.95918,"UNKNOWN","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6088,69,254,365,0,160,"","","Certification not required",0,923.630256,5.364682,941,"2013-05-01 22:00",941,"2013-05-01 23:00",940,"2013-05-01 19:00",940,"2013-05-01 20:00","","","","",938,937,933,931,927,923,918,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-12-31" +"16","057","0005","88501",3,46.721932,-116.95918,"UNKNOWN","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",4943,68,204,302,0,85,"","","Certification not required",0,3.124641,4.678233,105.8,"2013-09-15 20:00",66,"2013-09-15 21:00",51.3,"2013-03-31 19:00",46.1,"2013-09-15 19:00","","","","",17.6,14.5,11.2,8.3,4.8,2.1,-0.8,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2014-01-24" +"16","057","0005","88501",3,46.721932,-116.95918,"UNKNOWN","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",204,68,204,302,0,0,"","","Certification not required",0,3.096569,2.900066,16.2,"2013-08-22 00:00",14.3,"2013-09-15 00:00",12.5,"2013-08-10 00:00",11.9,"2013-07-31 00:00","","","","",12.5,11.9,9,7,4.2,2.3,0.5,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2014-01-24" +"16","057","0005","88502",3,46.721932,-116.95918,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",827,54,34,64,0,697,"","","Certification not required",0,2.53555,2.428826,17.8,"2013-01-01 01:00",15.2,"2013-01-01 02:00",13.4,"2013-01-01 03:00",13.4,"2013-01-07 19:00","","","","",11.5,9.2,6.6,5.4,3.6,2.2,0,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-06-30" +"16","057","0005","88502",3,46.721932,-116.95918,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",34,53,34,64,0,0,"","","Certification not required",0,2.467647,1.202704,6.4,"2013-01-13 00:00",4.7,"2013-01-11 00:00",4.4,"2013-01-01 00:00",4,"2013-01-12 00:00","","","","",6.4,6.4,4.7,4,2.9,2.4,1,"R&P 1400 PM2.5 TEOM. UNIVERSITY OF IDAHO PLANT SCIENCES SITE.","1025 PLANT SCIENCES ROAD","Idaho","Latah","Moscow","Moscow, ID","2013-06-30" +"16","059","0004","68101",1,45.181897,-113.890285,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",82,100,44,61,0,0,"","","Certification not required",0,0.517073,0.193604,1.3,"2013-09-22 00:00",1.2,"2013-08-14 00:00",1,"2013-08-02 00:00",1,"2013-08-08 00:00","","","","",1.3,1.2,0.9,0.7,0.6,0.5,0.3,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68102",1,45.181897,-113.890285,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",82,100,44,61,0,0,"","","Certification not required",0,23.985366,0.044782,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,23.9,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68103",1,45.181897,-113.890285,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",82,100,44,61,0,0,"","","Certification not required",0,1.152439,8.83537,13.6,"2013-07-03 00:00",13.4,"2013-07-30 00:00",12.5,"2013-08-23 00:00",12.3,"2013-06-30 00:00","","","","",13.6,13.4,12.3,10.8,8.3,3.5,-10.1,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68104",1,45.181897,-113.890285,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",82,100,44,61,0,0,"","","Certification not required",0,18.881707,12.275702,36.8,"2013-06-30 00:00",36.3,"2013-07-24 00:00",35.5,"2013-07-21 00:00",34.6,"2013-07-06 00:00","","","","",36.8,36.3,34.6,33.6,31,18.9,2.3,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68105",1,45.181897,-113.890285,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",82,100,44,61,0,0,"","","Certification not required",0,9.502439,10.460012,24.6,"2013-07-03 00:00",24.1,"2013-06-30 00:00",22.5,"2013-07-18 00:00",22.5,"2013-07-30 00:00","","","","",24.6,24.1,22.4,21.2,19.4,11.8,-3.7,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68106",1,45.181897,-113.890285,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,44,61,0,0,"","","Certification not required",0,656.329268,4.755906,672,"2013-01-16 00:00",667,"2013-01-04 00:00",667,"2013-02-15 00:00",665,"2013-01-22 00:00","","","","",672,667,664,662,659,656,649,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68107",1,45.181897,-113.890285,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,44,61,0,0,"","","Certification not required",0,661.939024,4.263968,675,"2013-01-16 00:00",673,"2013-05-01 00:00",671,"2013-01-04 00:00",670,"2013-01-22 00:00","","","","",675,673,670,667,664,662,657,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68108",1,45.181897,-113.890285,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,44,61,0,0,"","","Certification not required",0,659.292683,4.509216,674,"2013-01-16 00:00",669,"2013-01-04 00:00",669,"2013-05-01 00:00",668,"2013-01-22 00:00","","","","",674,669,668,664,662,659,654,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","68109",1,45.181897,-113.890285,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",82,100,44,61,0,0,"","","Certification not required",0,1439.804878,0.398733,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","88101",1,45.181897,-113.890285,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",82,72,44,61,0,5,3,3,"Certification not required",0,10.32561,10.137546,57.9,"2013-08-20 00:00",38.1,"2013-08-17 00:00",37.1,"2013-01-25 00:00",31.7,"2013-02-12 00:00","","","","",57.9,57.9,37.1,28.3,22.7,13.3,7.1,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","88101",1,45.181897,-113.890285,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",82,72,44,61,0,5,"","","Certification not required",0,10.32561,10.137546,57.9,"2013-08-20 00:00",38.1,"2013-08-17 00:00",37.1,"2013-01-25 00:00",31.7,"2013-02-12 00:00","","","","",57.9,57.9,37.1,28.3,22.7,13.3,7.1,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2013-12-31" +"16","059","0004","88101",3,45.181897,-113.890285,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6345,72,268,365,0,207,"","","Certification not required",0,11.665406,14.522793,161,"2013-08-20 23:00",156,"2013-08-20 20:00",146,"2013-08-20 21:00",140,"2013-08-21 00:00","","","","",67,56,42,29,14,7,1,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2014-01-21" +"16","059","0004","88101",3,45.181897,-113.890285,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,12,12,"Certification not required",0,11.629658,10.655456,67.5,"2013-08-20 00:00",62.9,"2013-08-21 00:00",49.4,"2013-01-08 00:00",45.2,"2013-01-23 00:00","","","","",49.4,42.1,34.4,25.7,14.8,7.8,3.1,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2014-01-21" +"16","059","0004","88101",3,45.181897,-113.890285,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,"","","Certification not required",0,11.629658,10.655456,67.5,"2013-08-20 00:00",62.9,"2013-08-21 00:00",49.4,"2013-01-08 00:00",45.2,"2013-01-23 00:00","","","","",49.4,42.1,34.4,25.7,14.8,7.8,3.1,"SALMON IDAHO, OPEN FIELD, GRASS COVERED AND PASTURE","618 North Saint Charles Street","Idaho","Lemhi","","","2014-01-21" +"16","059","0005","61103",1,45.168433,-113.888967,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6506,74,270,365,0,46,"","","Certification not required",0,3.246326,2.847356,20.8,"2013-04-29 09:00",19.8,"2013-07-03 19:00",18.8,"2013-07-08 14:00",18.2,"2013-04-29 10:00","","","","",13.4,11.7,9.5,7.5,4,2.2,1,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","059","0005","61104",1,45.168433,-113.888967,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6506,74,270,365,0,46,"","","Certification not required",0,178.095374,107.52706,359.9,"2013-04-02 16:00",359.9,"2013-05-31 19:00",359.9,"2013-06-04 17:00",359.8,"2013-02-27 13:00","","","","",358.3,356.3,350.2,339.9,270.4,168.5,28.5,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","059","0005","61106",1,45.168433,-113.888967,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,30.860073,13.971852,88,"2013-04-28 21:00",83.5,"2013-09-07 11:00",80,"2013-05-10 13:00",79.9,"2013-01-30 22:00","","","","",66.3,62.5,56.2,50.5,40.2,29,14.7,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","059","0005","62101",1,45.168433,-113.888967,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6010,69,232,365,0,542,"","","Certification not required",11,45.546206,21.749826,97.3,"2013-08-16 16:00",97.2,"2013-08-16 17:00",96.1,"2013-08-16 15:00",94.8,"2013-08-15 15:00","","","","",89.4,87.1,81,74.3,60.4,47.1,17.4,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","059","0005","62201",1,45.168433,-113.888967,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6552,75,273,365,0,0,"","","Certification not required",0,55.106227,23.996856,94.4,"2013-01-27 01:00",94.3,"2013-01-10 08:00",94.3,"2013-01-27 00:00",94.3,"2013-01-27 02:00","","","","",92.5,91.5,88.9,85.5,77,57.7,20.9,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","059","0005","63301",1,45.168433,-113.888967,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6552,75,273,365,0,0,"","","Certification not required",2935,0.311286,0.41843,1.58,"2013-06-06 12:00",1.54,"2013-06-12 11:00",1.52,"2013-05-26 12:00",1.51,"2013-04-14 12:00","","","","",1.41,1.35807,1.20649,1.03589,0.56,0.04,0.00072,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","059","0005","64101",1,45.168433,-113.888967,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,878.851801,5.576614,898,"2013-01-17 09:00",898,"2013-01-17 10:00",897,"2013-01-16 10:00",897,"2013-01-17 02:00","","","","",893,892,889,885,882,879,872,"","HIGHWAY 93 SOUTH - SALMON, IDAHO 83467","Idaho","Lemhi","Salmon","","2013-12-31" +"16","069","0012","61103",1,46.404722,-116.968889,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6542,75,273,365,0,10,"","","Certification not required",0,4.089651,2.494732,19.8,"2013-08-09 19:00",19,"2013-04-10 15:00",18.8,"2013-04-13 15:00",18.4,"2013-03-17 13:00","","","","",13.8,11.3,8.5,7,5.2,3.7,1.6,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","61104",1,46.404722,-116.968889,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,167.496683,95.457867,359.8,"2013-04-05 08:00",359.7,"2013-02-04 10:00",359.7,"2013-03-09 12:00",359.7,"2013-04-14 01:00","","","","",352.6,346.3,326.3,299.9,260.9,125.3,57.8,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","62101",1,46.404722,-116.968889,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,58.359783,18.467693,106.3,"2013-07-01 15:00",106.2,"2013-07-01 16:00",104.9,"2013-07-01 14:00",104.2,"2013-07-01 17:00","","","","",97.7,95.5,90.9,85.3,71.2,57.6,34.5,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","62106",1,46.404722,-116.968889,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6542,75,273,365,0,10,"","","Certification not required",1998,0.370391,0.356518,2.7,"2013-07-20 21:00",2.1,"2013-05-05 22:00",2.1,"2013-05-06 20:00",2.1,"2013-09-11 20:00","","","","",1.5,1.3,1,0.8,0.5,0.5,0,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","62201",1,46.404722,-116.968889,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6542,75,273,365,0,10,"","","Certification not required",0,51.425145,21.958992,94.9,"2013-03-11 07:00",94.7,"2013-03-11 08:00",94.6,"2013-03-11 06:00",94.5,"2013-03-11 09:00","","","","",90,88.5,85,81.1,70.2,51.9,21.4,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","63301",1,46.404722,-116.968889,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6542,75,273,365,0,10,"","","Certification not required",2939,0.265767,0.364172,1.32,"2013-05-31 12:00",1.32,"2013-06-11 11:00",1.31,"2013-05-31 11:00",1.28,"2013-05-31 13:00","","","","",1.22,1.18,1.06363,0.9019,0.46,0.03561,0.00072,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","64101",1,46.404722,-116.968889,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6542,75,273,365,0,10,"","","Certification not required",0,981.049985,6.579058,1002,"2013-01-16 08:00",1002,"2013-01-16 09:00",1001,"2013-01-15 08:00",1001,"2013-01-15 09:00","","","","",999,998,994,991,984,980,974,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-12-31" +"16","069","0012","88501",3,46.404722,-116.968889,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",4979,69,206,302,0,46,"","","Certification not required",0,4.302571,5.846889,87.3,"2013-07-27 07:00",69,"2013-07-27 08:00",58.1,"2013-08-22 19:00",53.8,"2013-08-09 19:00","","","","",26.3,20.3,14.4,10.6,6.3,3.1,-0.8,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2014-01-24" +"16","069","0012","88501",3,46.404722,-116.968889,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",206,68,206,302,0,0,"","","Certification not required",0,4.233981,3.354343,18.9,"2013-08-22 00:00",16.3,"2013-08-09 00:00",15.9,"2013-08-10 00:00",15.7,"2013-07-30 00:00","","","","",15.9,14.4,9.9,8.3,6.1,3.5,0.9,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2014-01-24" +"16","069","0012","88502",3,46.404722,-116.968889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1497,97,61,64,0,29,"","","Certification not required",0,4.727989,5.26049,62.1,"2013-02-11 09:00",56.2,"2013-02-11 10:00",55.7,"2013-02-15 10:00",54.5,"2013-02-11 11:00","","","","",21.5,17.7,13.3,10.2,6.2,3.6,0.4,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-06-30" +"16","069","0012","88502",3,46.404722,-116.968889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",61,95,61,64,0,0,"","","Certification not required",0,4.729508,2.715778,15.6,"2013-02-11 00:00",11.7,"2013-02-12 00:00",11.4,"2013-02-10 00:00",8.8,"2013-01-21 00:00","","","","",15.6,11.7,8.8,7.7,6,4.1,2.2,"SUNSET PARK LOCATION, BETWEEN CITY CENTER AND POTLACH CORP.,","1200 29TH STREET","Idaho","Nez Perce","Lewiston","Lewiston, ID-WA","2013-06-30" +"16","069","0013","61103",1,46.3972,-116.8062,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8737,100,364,365,0,23,"","","Certification not required",0,3.026325,2.263919,20,"2013-05-13 14:00",19.4,"2013-03-20 13:00",18.7,"2013-04-29 13:00",18.1,"2013-03-17 11:00","","","","",12,10.1,7.8,5.7,3.6,2.5,1,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","61104",1,46.3972,-116.8062,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8737,100,364,365,0,23,"","","Certification not required",0,186.70016,91.647481,359.9,"2013-05-24 09:00",359.7,"2013-11-23 13:00",359.6,"2013-05-22 16:00",359.6,"2013-07-14 17:00","","","","",354.9,350.4,338.5,320.4,269.2,162.2,52.4,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","62101",1,46.3972,-116.8062,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7567,86,314,365,0,1193,"","","Certification not required",0,58.297476,20.160817,115,"2013-07-01 15:00",114,"2013-07-01 14:00",114,"2013-07-01 16:00",113,"2013-07-01 13:00","","","","",106,104,98,89,71,55,36,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","62103",1,46.3972,-116.8062,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7564,86,314,365,0,1196,"","","Certification not required",0,42.299313,11.650199,76,"2013-07-01 19:00",76,"2013-07-01 20:00",74,"2013-07-01 21:00",73,"2013-07-01 22:00","","","","",67,65,61,56,51,43,27,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","62201",1,46.3972,-116.8062,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7564,86,314,365,0,1196,"","","Certification not required",0,62.093337,22.035558,93,"2013-06-19 04:00",93,"2013-06-19 05:00",93,"2013-06-19 06:00",93,"2013-06-25 01:00","","","","",91,90,89,87,81,67,29,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","64101",1,46.3972,-116.8062,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8747,100,364,365,0,13,"","","Certification not required",0,977.65108,6.556297,1000,"2013-11-22 09:00",1000,"2013-11-22 10:00",999,"2013-11-22 07:00",999,"2013-11-22 08:00","","","","",994,992,989,987,982,977,970,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","65102",1,46.3972,-116.8062,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8745,100,364,365,0,15,"","","Certification not required",0,0.001998,0.01461,0.42,"2013-09-17 14:00",0.37,"2013-03-20 13:00",0.36,"2013-09-24 16:00",0.3,"2013-03-07 09:00","","","","",0.05,0.03,0.01,0,0,0,0,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","88501",3,46.3972,-116.8062,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7570,86,304,365,0,1190,"","","Certification not required",0,3.826513,4.267846,73.8,"2013-07-04 22:00",67.9,"2013-07-04 21:00",56.1,"2013-09-15 20:00",52.9,"2013-11-26 12:00","","","","",18.8,15.1,11.4,8.8,5.2,2.6,0.3,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0013","88501",3,46.3972,-116.8062,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,3.721053,3.022023,17.5,"2013-08-10 00:00",15.8,"2013-08-09 00:00",15.3,"2013-08-22 00:00",15.1,"2013-10-26 00:00","","","","",15.1,13,9.7,7.9,4.9,2.7,1.1,"","260 BEVER GRADE, LAPWAI","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","61103",1,46.335,-116.5359,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8548,98,354,365,0,212,"","","Certification not required",0,5.738992,3.123441,22.8,"2013-10-28 08:00",21.7,"2013-04-10 19:00",21.4,"2013-10-28 09:00",21.4,"2013-10-28 10:00","","","","",15.8,13.8,11.6,9.8,7.4,5.1,2.3,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","61104",1,46.335,-116.5359,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8548,98,354,365,0,212,"","","Certification not required",0,208.451369,85.894717,360,"2013-08-31 18:00",360,"2013-09-09 15:00",359.9,"2013-07-07 10:00",359.9,"2013-09-23 16:00","","","","",350.7,344.3,329.1,312.6,280,211.1,86.6,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","62101",1,46.335,-116.5359,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8627,98,356,365,0,133,"","","Certification not required",0,45.578301,18.065079,94,"2013-07-01 14:00",94,"2013-07-01 15:00",94,"2013-08-14 13:00",94,"2013-08-14 14:00","","","","",87,85,80,73,57,43,25,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","62103",1,46.335,-116.5359,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8627,98,356,365,0,133,"","","Certification not required",116,32.797821,12.295208,74,"2013-07-01 17:00",73,"2013-07-01 18:00",71,"2013-07-01 16:00",70,"2013-07-01 15:00","","","","",60,56,52,48,41,33,17,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","62201",1,46.335,-116.5359,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8627,98,356,365,0,133,"","","Certification not required",0,64.772111,17.655165,93,"2013-08-02 04:00",92,"2013-06-19 00:00",92,"2013-06-19 03:00",92,"2013-06-19 04:00","","","","",90,89,88,85,79,68,39,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","64101",1,46.335,-116.5359,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8618,98,356,365,0,142,"","","Certification not required",0,894.536087,5.374598,911,"2013-11-22 03:00",911,"2013-11-22 04:00",911,"2013-11-22 05:00",911,"2013-11-22 06:00","","","","",907,906,903,901,898,895,888,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","65102",1,46.335,-116.5359,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8623,98,356,365,0,137,"","","Certification not required",0,0.002179,0.014395,0.39,"2013-06-25 13:00",0.29,"2013-06-26 13:00",0.27,"2013-09-24 17:00",0.27,"2013-09-30 02:00","","","","",0.06,0.03,0.01,0,0,0,0,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","88501",3,46.335,-116.5359,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8089,92,333,365,0,671,"","","Certification not required",0,5.56991,3.680887,53.8,"2013-05-08 04:00",51.3,"2013-08-13 18:00",49.7,"2013-08-13 19:00",42,"2013-10-24 22:00","","","","",17.8,15.3,12.2,9.8,6.7,4.6,2.4,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0014","88501",3,46.335,-116.5359,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",333,91,333,365,0,0,"","","Certification not required",0,5.544444,2.819309,18.3,"2013-08-22 00:00",17.2,"2013-10-26 00:00",16.7,"2013-08-10 00:00",15.2,"2013-05-08 00:00","","","","",15.2,14.6,11.8,9.1,6.5,4.6,3.1,"","WEST SIDE REUBENS-GIFFORD RD, REUBENS","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-16" +"16","069","0222","61101",1,46.438089,-116.905182,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - AutoMet",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,5.544155,3.367926,23.3,"2013-03-20 13:00",20.9,"2013-10-28 00:00",20.9,"2013-10-28 01:00",20.7,"2013-04-29 08:00","","","","",15.9,14.4,12.4,10.4,7.2,4.7,2,"","17500 NEZ PERCE ROAD","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-08" +"16","069","0222","61104",1,46.438089,-116.905182,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - AutoMet",2013,"Degrees Compass","No Events",8760,100,365,365,0,0,"","","Certification not required",0,138.118676,98.580314,359.7,"2013-11-11 21:00",359.2,"2013-03-22 23:00",359.1,"2013-07-15 15:00",358.9,"2013-06-17 15:00","","","","",350.2,341.7,317.4,287.8,234.1,82.8,46.6,"","17500 NEZ PERCE ROAD","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-08" +"16","069","0222","62101",1,46.438089,-116.905182,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8755,100,133,61,0,5,"","","Certification not required",0,54.039863,19.294689,109,"2013-07-01 15:00",108,"2013-07-01 14:00",108,"2013-07-01 16:00",106,"2013-07-01 13:00","","","","",99,97,91,83,67,51,32,"","17500 NEZ PERCE ROAD","Idaho","Nez Perce","Not in a city","Lewiston, ID-WA","2014-01-08" +"16","079","0017","61103",1,47.536389,-116.236667,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4890,56,203,365,0,1662,"","","Certification not required",0,1.836769,1.87592,13.6,"2013-04-29 12:00",13.4,"2013-04-29 11:00",12.4,"2013-04-29 13:00",12,"2013-04-29 09:00","","","","",8.2,7.2,5.8,4.7,2.5,1,0.4,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","61104",1,47.536389,-116.236667,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5309,61,221,365,0,1243,"","","Certification not required",0,193.10955,51.856074,311.3,"2013-03-18 10:00",311.2,"2013-02-09 10:00",310.5,"2013-03-13 14:00",309.1,"2013-02-23 08:00","","","","",295.1,289,279,266.3,227.6,193.7,125.2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","62101",1,47.536389,-116.236667,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,50.238398,18.028646,102.2,"2013-07-01 15:00",101.7,"2013-07-01 14:00",101.5,"2013-07-01 16:00",99,"2013-07-01 13:00","","","","",90.7,88.3,83.5,77,62.2,49.1,29.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","62106",1,47.536389,-116.236667,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6542,75,273,365,0,10,"","","Certification not required",2204,0.064032,0.430763,1.4,"2013-01-09 02:00",1.2,"2013-01-09 03:00",1.2,"2013-01-09 04:00",1.1,"2013-01-09 05:00","","","","",0.5,0.5,0.5,0.5,0.5,0,-0.6,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","62201",1,47.536389,-116.236667,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6542,75,273,365,0,10,"","","Certification not required",0,70.189132,24.493362,98.5,"2013-01-26 03:00",98.5,"2013-01-26 05:00",98.5,"2013-01-26 06:00",98.5,"2013-01-26 07:00","","","","",98,97.7,96.9,95.5,91.4,78.1,29.5,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","63301",1,47.536389,-116.236667,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6542,75,273,365,0,10,"","","Certification not required",3006,0.23277,0.34347,1.27,"2013-05-23 11:00",1.27,"2013-05-31 12:00",1.27,"2013-06-09 11:00",1.25626,"2013-07-30 12:00","","","","",1.19419,1.15573,1.03132,0.84785,0.35764,0.02,0.00072,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","64101",1,47.536389,-116.236667,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6542,75,273,365,0,10,"","","Certification not required",0,938.471568,5.550152,957,"2013-05-01 22:00",957,"2013-05-01 23:00",957,"2013-05-02 00:00",957,"2013-05-02 01:00","","","","",953,952,948,946,942,938,932,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-12-31" +"16","079","0017","68101",1,47.536389,-116.236667,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",96,100,58,61,0,0,"","","Certification not required",0,0.369792,0.12063,0.6,"2013-08-11 00:00",0.6,"2013-08-19 00:00",0.5,"2013-03-14 00:00",0.5,"2013-03-20 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68101",2,47.536389,-116.236667,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.172,0.084261,0.3,"2013-02-27 00:00",0.3,"2013-04-04 00:00",0.3,"2013-04-10 00:00",0.3,"2013-04-22 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68102",1,47.536389,-116.236667,"NAD83","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",96,100,58,61,0,0,"","","Certification not required",0,23.996875,0.022725,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-19 00:00","","","","",24,24,24,24,24,24,24,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68102",2,47.536389,-116.236667,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",25,41,25,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68103",1,47.536389,-116.236667,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",96,100,58,61,0,0,"","","Certification not required",0,4.072917,7.326843,15,"2013-08-10 00:00",14.7,"2013-07-03 00:00",14.6,"2013-08-13 00:00",14.3,"2013-08-11 00:00","","","","",15,14.7,14.1,12.6,10.4,5.3,-6.4,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68103",2,47.536389,-116.236667,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",25,41,25,61,0,0,"","","Certification not required",0,-0.744,5.665545,8.9,"2013-05-28 00:00",8.8,"2013-06-03 00:00",8,"2013-04-28 00:00",6.5,"2013-05-10 00:00","","","","",8.9,8.9,8.8,8,4.1,-1.6,-8.2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68104",1,47.536389,-116.236667,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",96,100,58,61,0,0,"","","Certification not required",0,18.353125,11.827212,36.5,"2013-08-14 00:00",35.6,"2013-08-09 00:00",34.8,"2013-09-01 00:00",34.7,"2013-08-10 00:00","","","","",36.5,35.6,33.6,32.7,30.3,17.4,2.6,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68104",2,47.536389,-116.236667,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",25,41,25,61,0,0,"","","Certification not required",0,10.72,8.064325,31.9,"2013-05-10 00:00",23.7,"2013-06-03 00:00",22.7,"2013-05-04 00:00",18.1,"2013-05-16 00:00","","","","",31.9,31.9,23.7,22.7,16,9.9,1.6,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68105",1,47.536389,-116.236667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",96,100,58,61,0,0,"","","Certification not required",0,10.64375,9.441574,23.9,"2013-08-09 00:00",23.8,"2013-08-10 00:00",23.7,"2013-07-03 00:00",23.3,"2013-08-11 00:00","","","","",23.9,23.8,23.3,21.6,19.9,11.7,-1.7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68105",2,47.536389,-116.236667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",25,41,25,61,0,0,"","","Certification not required",0,4.588,6.60469,19.4,"2013-05-10 00:00",15.8,"2013-06-03 00:00",13.4,"2013-05-28 00:00",13.2,"2013-05-04 00:00","","","","",19.4,19.4,15.8,13.4,8.9,2,-3.9,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68106",1,47.536389,-116.236667,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",96,100,58,61,0,0,"","","Certification not required",0,700.416667,4.624117,716,"2013-01-16 00:00",712,"2013-01-04 00:00",712,"2013-01-19 00:00",708,"2013-01-31 00:00","","","","",716,712,708,707,704,699,695,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68106",2,47.536389,-116.236667,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",25,41,25,61,0,0,"","","Certification not required",0,701.72,5.11957,713,"2013-01-16 00:00",709,"2013-01-04 00:00",708,"2013-02-15 00:00",708,"2013-04-22 00:00","","","","",713,713,709,708,706,701,696,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68107",1,47.536389,-116.236667,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",96,100,58,61,0,0,"","","Certification not required",0,705.1875,4.413645,719,"2013-01-16 00:00",715,"2013-01-19 00:00",715,"2013-02-15 00:00",715,"2013-12-24 00:00","","","","",719,715,714,711,709,704,700,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68107",2,47.536389,-116.236667,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",25,41,25,61,0,0,"","","Certification not required",0,707.56,4.874081,717,"2013-01-16 00:00",716,"2013-02-15 00:00",715,"2013-04-22 00:00",712,"2013-01-04 00:00","","","","",717,717,716,715,711,708,701,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68108",1,47.536389,-116.236667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",96,100,58,61,0,0,"","","Certification not required",0,702.822917,4.424798,717,"2013-01-16 00:00",714,"2013-01-19 00:00",713,"2013-01-04 00:00",712,"2013-02-15 00:00","","","","",717,714,712,709,706,701,698,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68108",2,47.536389,-116.236667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",25,41,25,61,0,0,"","","Certification not required",0,704.68,4.94739,715,"2013-01-16 00:00",713,"2013-02-15 00:00",712,"2013-04-22 00:00",710,"2013-01-04 00:00","","","","",715,715,713,712,708,704,699,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","68109",1,47.536389,-116.236667,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",96,100,58,61,0,0,"","","Certification not required",0,1439.302083,1.892477,1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-25 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","68109",2,47.536389,-116.236667,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",25,41,25,61,0,0,"","","Certification not required",0,1439.4,0.5,1440,"2013-01-22 00:00",1440,"2013-01-28 00:00",1440,"2013-02-15 00:00",1440,"2013-02-27 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","81102",3,47.536389,-116.236667,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",5375,62,232,365,0,1153,"","","Certification not required",0,14.451349,15.456176,339,"2013-09-16 05:00",335,"2013-09-16 00:00",306,"2013-09-16 06:00",238,"2013-09-16 01:00","","","","",59,51,40,30,19,11,2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-01-23" +"16","079","0017","81102",3,47.536389,-116.236667,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",5399,62,232,365,24,1153,"","","Certification not required",0,15.083534,35.7004,2177,"2013-09-15 21:00",896,"2013-09-15 22:00",394,"2013-09-15 23:00",339,"2013-09-16 05:00","","","","",59,51,40,30,19,11,2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-01-23" +"16","079","0017","81102",3,47.536389,-116.236667,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",5399,62,232,365,24,1153,"","","Certification not required",0,15.083534,35.7004,2177,"2013-09-15 21:00",896,"2013-09-15 22:00",394,"2013-09-15 23:00",339,"2013-09-16 05:00","","","","",59,51,40,30,19,11,2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-01-23" +"16","079","0017","81102",3,47.536389,-116.236667,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",232,64,232,365,0,0,1,1,"Certification not required",0,14.62931,12.073749,156,"2013-09-15 00:00",83,"2013-09-16 00:00",50,"2013-02-14 00:00",33,"2013-02-15 00:00","","","","",50,31,25,21,17,13,7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-01-23" +"16","079","0017","81102",3,47.536389,-116.236667,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",232,64,232,365,0,0,1,1,"Certification not required",0,14.62931,12.073749,156,"2013-09-15 00:00",83,"2013-09-16 00:00",50,"2013-02-14 00:00",33,"2013-02-15 00:00","","","","",50,31,25,21,17,13,7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-01-23" +"16","079","0017","81102",3,47.536389,-116.236667,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",231,64,232,365,0,0,0,0,"Certification not required",0,14.017316,7.690177,83,"2013-09-16 00:00",50,"2013-02-14 00:00",33,"2013-02-15 00:00",31,"2013-07-30 00:00","","","","",33,27,25,21,17,13,6,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-01-23" +"16","079","0017","88101",1,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Inclucded",96,97,96,99,1,4,5,5,"Certification not required",0,12.014583,10.211077,51.9,"2013-11-30 00:00",47.8,"2013-01-25 00:00",41.3,"2013-01-31 00:00",38.9,"2013-11-24 00:00","","","","",51.9,47.8,38.4,25.1,16.3,8.5,3.3,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","88101",1,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Excluded",95,97,96,99,0,4,5,5,"Certification not required",0,11.982105,10.260262,51.9,"2013-11-30 00:00",47.8,"2013-01-25 00:00",41.3,"2013-01-31 00:00",38.9,"2013-11-24 00:00","","","","",51.9,47.8,38.4,25.1,16.3,8.3,3.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","88101",1,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",96,97,96,99,1,4,5,5,"Certification not required",0,12.014583,10.211077,51.9,"2013-11-30 00:00",47.8,"2013-01-25 00:00",41.3,"2013-01-31 00:00",38.9,"2013-11-24 00:00","","","","",51.9,47.8,38.4,25.1,16.3,8.5,3.3,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","88101",1,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",96,97,96,99,1,4,"","","Certification not required",0,12.014583,10.211077,51.9,"2013-11-30 00:00",47.8,"2013-01-25 00:00",41.3,"2013-01-31 00:00",38.9,"2013-11-24 00:00","","","","",51.9,47.8,38.4,25.1,16.3,8.5,3.3,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","88101",1,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Excluded",95,97,96,99,0,4,"","","Certification not required",0,11.982105,10.260262,51.9,"2013-11-30 00:00",47.8,"2013-01-25 00:00",41.3,"2013-01-31 00:00",38.9,"2013-11-24 00:00","","","","",51.9,47.8,38.4,25.1,16.3,8.3,3.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","88101",1,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Inclucded",96,97,96,99,1,4,"","","Certification not required",0,12.014583,10.211077,51.9,"2013-11-30 00:00",47.8,"2013-01-25 00:00",41.3,"2013-01-31 00:00",38.9,"2013-11-24 00:00","","","","",51.9,47.8,38.4,25.1,16.3,8.5,3.3,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-10" +"16","079","0017","88101",2,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",25,41,25,61,0,1,0,0,"Certification not required",0,11.596,8.057785,32.1,"2013-01-16 00:00",23.1,"2013-01-22 00:00",21.3,"2013-02-27 00:00",20.8,"2013-02-21 00:00","","","","",32.1,32.1,23.1,21.3,18.3,9.3,3,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","88101",2,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",25,41,25,61,0,1,"","","Certification not required",0,11.596,8.057785,32.1,"2013-01-16 00:00",23.1,"2013-01-22 00:00",21.3,"2013-02-27 00:00",20.8,"2013-02-21 00:00","","","","",32.1,32.1,23.1,21.3,18.3,9.3,3,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2013-09-27" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",8350,98,364,365,0,152,"","","Certification not required",0,14.77485,15.007599,113.2,"2013-12-23 01:00",108.5,"2013-07-04 21:00",106.6,"2013-12-23 00:00",104,"2013-12-24 23:00","","","","",69.4,59.9,46.6,34.8,18.7,9.6,1.2,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8608,98,364,365,258,152,"","","Certification not required",0,14.827556,14.997773,155.1,"2013-09-15 21:00",129.6,"2013-09-15 22:00",113.2,"2013-12-23 01:00",108.5,"2013-07-04 21:00","","","","",69.7,60.9,46.8,34.9,19.1,10.2,2.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8608,98,364,365,258,152,"","","Certification not required",0,14.827556,14.997773,155.1,"2013-09-15 21:00",129.6,"2013-09-15 22:00",113.2,"2013-12-23 01:00",108.5,"2013-07-04 21:00","","","","",69.7,60.9,46.8,34.9,19.1,10.2,2.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",350,99,361,365,0,0,17,17,"Certification not required",0,14.726857,10.447334,56.7,"2013-11-30 00:00",52.2,"2013-12-14 00:00",47.7,"2013-01-25 00:00",46.3,"2013-12-31 00:00","","","","",46.3,43.1,34.2,28.7,18.9,12.1,3.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",361,99,361,365,0,0,17,17,"Certification not required",0,14.777839,10.310014,56.7,"2013-11-30 00:00",52.2,"2013-12-14 00:00",47.7,"2013-01-25 00:00",46.3,"2013-12-31 00:00","","","","",46.3,43.1,34.2,28.7,19.3,12.9,3.7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",361,99,361,365,0,0,17,17,"Certification not required",0,14.777839,10.310014,56.7,"2013-11-30 00:00",52.2,"2013-12-14 00:00",47.7,"2013-01-25 00:00",46.3,"2013-12-31 00:00","","","","",46.3,43.1,34.2,28.7,19.3,12.9,3.7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",361,99,361,365,0,0,"","","Certification not required",0,14.777839,10.310014,56.7,"2013-11-30 00:00",52.2,"2013-12-14 00:00",47.7,"2013-01-25 00:00",46.3,"2013-12-31 00:00","","","","",46.3,43.1,34.2,28.7,19.3,12.9,3.7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",350,99,361,365,0,0,"","","Certification not required",0,14.726857,10.447334,56.7,"2013-11-30 00:00",52.2,"2013-12-14 00:00",47.7,"2013-01-25 00:00",46.3,"2013-12-31 00:00","","","","",46.3,43.1,34.2,28.7,18.9,12.1,3.1,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","079","0017","88101",4,47.536389,-116.236667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",361,99,361,365,0,0,"","","Certification not required",0,14.777839,10.310014,56.7,"2013-11-30 00:00",52.2,"2013-12-14 00:00",47.7,"2013-01-25 00:00",46.3,"2013-12-31 00:00","","","","",46.3,43.1,34.2,28.7,19.3,12.9,3.7,"","PINEHURST/PINEHURST SCHOOL, PINEHURST","Idaho","Shoshone","Pinehurst (Pine Creek)","","2014-02-14" +"16","083","0009","61103",1,42.555278,-114.358333,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6476,74,269,365,0,10,"","","Certification not required",0,7.709728,4.533128,31.5,"2013-02-23 11:00",31.3,"2013-02-23 10:00",29.3,"2013-02-23 12:00",28.4,"2013-02-23 13:00","","","","",22.1,20.2,16.9,14,9.7,6.8,2.9,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","61104",1,42.555278,-114.358333,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5960,68,247,365,0,526,"","","Certification not required",0,202.760789,82.014475,359.2,"2013-03-24 08:00",359,"2013-05-09 19:00",358.8,"2013-04-12 16:00",358.6,"2013-05-09 12:00","","","","",344.1,329.1,308.6,294.9,273.3,219.1,85.4,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","61106",1,42.555278,-114.358333,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5960,68,247,365,0,526,"","","Certification not required",0,12.245117,8.926724,70.4,"2013-04-24 15:00",64.8,"2013-08-24 18:00",64.7,"2013-03-04 12:00",64.5,"2013-05-01 15:00","","","","",46.3,40.7,31.5,24.4,14.4,9.2,5.3,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","62101",1,42.555278,-114.358333,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6476,74,269,365,0,10,"","","Certification not required",0,52.204988,21.569056,100.6,"2013-07-02 16:00",100,"2013-06-29 14:00",98.8,"2013-07-02 15:00",98.6,"2013-06-30 17:00","","","","",92.8,90.5,86.4,80.4,68,53.8,26.1,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","62106",1,42.555278,-114.358333,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6475,74,269,365,0,11,"","","Certification not required",1442,0.595429,0.953225,6.2,"2013-07-23 02:00",5.9,"2013-07-20 03:00",5.5,"2013-07-20 04:00",5.3,"2013-07-08 20:00","","","","",3.7,3.2,2.5,1.9,1,0.5,-0.5,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","62201",1,42.555278,-114.358333,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6476,74,269,365,0,10,"","","Certification not required",0,56.672869,22.991344,99.7,"2013-09-03 05:00",99.4,"2013-06-26 02:00",99.4,"2013-09-13 05:00",99.3,"2013-02-04 06:00","","","","",97.4,95.2,91.4,86.8,76.6,57.4,25.4,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","63301",1,42.555278,-114.358333,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6476,74,269,365,0,10,"","","Certification not required",2909,0.325479,0.426133,1.51752,"2013-07-07 12:00",1.44,"2013-06-23 13:00",1.43,"2013-05-30 12:00",1.43,"2013-05-31 12:00","","","","",1.36737,1.33,1.23,1.06678,0.61519,0.04705,0.00072,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0009","64101",1,42.555278,-114.358333,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6476,74,269,365,0,10,"","","Certification not required",0,882.025942,5.265897,901,"2013-01-16 10:00",900,"2013-01-16 08:00",900,"2013-01-16 09:00",900,"2013-01-16 11:00","","","","",897,895,892,889,885,882,876,"","Kimberly Met Tower","Idaho","Twin Falls","","Twin Falls, ID","2013-12-31" +"16","083","0010","88502",3,42.564097,-114.4462,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6468,74,269,365,0,83,"","","Certification not required",0,4.441481,6.418613,107.2,"2013-09-30 03:00",102.9,"2013-09-30 02:00",94.5,"2013-09-30 04:00",77.9,"2013-01-20 14:00","","","","",27.3,20.8,15.2,11.3,6.2,2.8,-0.6,"MONITOR IS ON ROOF OF SMITH'S FOOD STORE, IN RESIDENTIAL SECTION.","1913 ADDISON AVE EAST","Idaho","Twin Falls","Twin Falls","Twin Falls, ID","2014-01-24" +"16","083","0010","88502",3,42.564097,-114.4462,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,"","","Certification not required",0,4.388104,4.005165,28.9,"2013-01-20 00:00",23.6,"2013-09-30 00:00",21.9,"2013-09-01 00:00",18.5,"2013-08-13 00:00","","","","",21.9,14.6,12,9.1,6,3.1,0.8,"MONITOR IS ON ROOF OF SMITH'S FOOD STORE, IN RESIDENTIAL SECTION.","1913 ADDISON AVE EAST","Idaho","Twin Falls","Twin Falls","Twin Falls, ID","2014-01-24" +"16","085","0002","88501",3,44.890197,-116.1065,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6075,69,245,365,0,477,"","","Certification not required",0,7.324033,11.721175,126.9,"2013-01-21 01:00",116.8,"2013-01-20 22:00",109.7,"2013-01-20 23:00",105.1,"2013-01-20 01:00","","","","",59.6,44.9,26.8,17.9,9.7,4.3,-1.2,"","500 NORTH MISSION - MCCALL, IDAHO","Idaho","Valley","McCall","","2014-01-24" +"16","085","0002","88501",3,44.890197,-116.1065,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",245,67,245,365,0,0,"","","Certification not required",0,7.117143,7.484281,47.1,"2013-01-19 00:00",44.7,"2013-01-21 00:00",44.5,"2013-01-20 00:00",38.4,"2013-01-18 00:00","","","","",44.5,36.7,19.8,15.2,8.6,5.1,1.2,"","500 NORTH MISSION - MCCALL, IDAHO","Idaho","Valley","McCall","","2014-01-24" +"17","001","0007","44201",1,39.915409,-91.335868,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",7261,100,213,214,0,1499,0,0,"Certification not required",24,0.046,0.0103,0.075,"2013-09-06 21:00",0.071,"2013-08-30 13:00",0.071,"2013-09-27 15:00",0.07,"2013-09-08 14:00","","","","",0.071,0.069,0.062,0.058,0.054,0.048,0.04,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2014-01-23" +"17","001","0007","44201",1,39.915409,-91.335868,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7278,100,213,214,0,0,0,0,"Certification not required",0,0.04208,0.009941,0.069,"2013-09-06 15:00",0.066,"2013-09-27 12:00",0.063,"2013-05-07 10:00",0.063,"2013-09-07 11:00","","","","",0.063,0.061,0.058,0.054,0.049,0.044,0.037,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2014-01-23" +"17","001","0007","44201",1,39.915409,-91.335868,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7278,100,213,214,0,0,0,0,"Certification not required",0,0.04208,0.009941,0.069,"2013-09-06 15:00",0.066,"2013-09-27 12:00",0.063,"2013-05-07 10:00",0.063,"2013-09-07 11:00","","","","",0.063,0.061,0.058,0.054,0.049,0.044,0.037,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2014-01-23" +"17","001","0007","61103",1,39.915409,-91.335868,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8623,98,358,365,0,137,"","","Certification not required",0,5.283741,2.849306,22.1,"2013-11-17 11:00",19.5,"2013-02-10 21:00",19,"2013-02-10 16:00",18.6,"2013-04-06 14:00","","","","",13.2,12.2,10.6,9.3,6.9,4.8,2.1,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2014-01-23" +"17","001","0007","61104",1,39.915409,-91.335868,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8623,98,358,365,0,137,"","","Certification not required",0,195.317059,93.526612,360,"2013-05-06 15:00",360,"2013-05-07 09:00",360,"2013-06-30 12:00",360,"2013-07-01 02:00","","","","",355,350,340,330,278,188,77,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2014-01-23" +"17","001","0007","68105",1,39.915409,-91.335868,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",5,50,5,10,0,0,"","","Certification not required",0,-2.52,2.327445,0.1,"2013-02-09 00:00",-1.2,"2013-02-27 00:00",-2.4,"2013-02-15 00:00",-3,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,-1.2,-2.4,-6.1,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2013-09-05" +"17","001","0007","68108",1,39.915409,-91.335868,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,50,5,10,0,0,"","","Certification not required",0,744,4.1833,748,"2013-02-15 00:00",746,"2013-02-09 00:00",745,"2013-02-21 00:00",744,"2013-02-03 00:00","","","","",748,748,748,748,746,745,737,"JOHN WOOD COMMUNITY COLLEGE","1301 S. 48TH ST.","Illinois","Adams","Quincy","Quincy, IL-MO","2013-09-05" +"17","019","0006","68105",1,40.123886,-88.240553,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,90,96,107,0,13,"","","Certification not required",0,12.939583,11.023711,29.4,"2013-09-10 00:00",29.2,"2013-07-18 00:00",29,"2013-06-12 00:00",27.6,"2013-07-15 00:00","","","","",29.4,29.2,27.4,25,22.3,15.1,-4,"904 North Walnut","904 North Walnut","Illinois","Champaign","Champaign","Champaign-Urbana, IL","2014-01-23" +"17","019","0006","68108",1,40.123886,-88.240553,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,90,96,107,0,13,"","","Certification not required",0,743.239583,4.941223,759,"2013-11-12 00:00",759,"2013-11-24 00:00",754,"2013-12-12 00:00",752,"2013-01-22 00:00","","","","",759,759,752,749,746,743,737,"904 North Walnut","904 North Walnut","Illinois","Champaign","Champaign","Champaign-Urbana, IL","2014-01-23" +"17","019","0006","88101",1,40.123886,-88.240553,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",96,90,96,107,0,12,0,0,"Certification not required",0,9.898958,5.274916,29.2,"2013-12-03 00:00",22.3,"2013-09-19 00:00",22.2,"2013-05-19 00:00",22.1,"2013-07-18 00:00","","","","",29.2,22.3,22,16.3,13.5,9.4,4.3,"904 North Walnut","904 North Walnut","Illinois","Champaign","Champaign","Champaign-Urbana, IL","2014-01-23" +"17","019","0006","88101",1,40.123886,-88.240553,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",96,90,96,107,0,12,"","","Certification not required",0,9.898958,5.274916,29.2,"2013-12-03 00:00",22.3,"2013-09-19 00:00",22.2,"2013-05-19 00:00",22.1,"2013-07-18 00:00","","","","",29.2,22.3,22,16.3,13.5,9.4,4.3,"904 North Walnut","904 North Walnut","Illinois","Champaign","Champaign","Champaign-Urbana, IL","2014-01-23" +"17","019","0007","44201",1,40.244913,-88.188519,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8548,100,214,214,0,212,0,0,"Certification not required",357,0.046659,0.011363,0.079,"2013-05-14 15:00",0.07,"2013-06-21 12:00",0.07,"2013-09-09 13:00",0.068,"2013-06-06 15:00","","","","",0.07,0.068,0.066,0.06,0.055,0.048,0.038,"BOOKER T. WASHINGTON ES","NORTH THOMAS ST.","Illinois","Champaign","Thomasboro","Champaign-Urbana, IL","2014-01-23" +"17","019","0007","44201",1,40.244913,-88.188519,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8568,100,213,214,0,0,0,0,"Certification not required",0,0.041977,0.01119,0.068,"2013-05-14 10:00",0.065,"2013-06-20 09:00",0.064,"2013-05-15 09:00",0.063,"2013-05-08 10:00","","","","",0.064,0.063,0.06,0.056,0.05,0.044,0.034,"BOOKER T. WASHINGTON ES","NORTH THOMAS ST.","Illinois","Champaign","Thomasboro","Champaign-Urbana, IL","2014-01-23" +"17","019","0007","44201",1,40.244913,-88.188519,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8568,100,213,214,0,0,0,0,"Certification not required",0,0.041977,0.01119,0.068,"2013-05-14 10:00",0.065,"2013-06-20 09:00",0.064,"2013-05-15 09:00",0.063,"2013-05-08 10:00","","","","",0.064,0.063,0.06,0.056,0.05,0.044,0.034,"BOOKER T. WASHINGTON ES","NORTH THOMAS ST.","Illinois","Champaign","Thomasboro","Champaign-Urbana, IL","2014-01-23" +"17","019","1001","42101",1,40.052242,-88.372549,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6418,73,262,365,0,1598,0,0,"Certification not required",0,0.139495,0.03048,0.415,"2013-03-16 04:00",0.394,"2013-03-16 05:00",0.346,"2013-08-21 11:00",0.289,"2013-01-16 07:00","","","","",0.231,0.209,0.188,0.174,0.157,0.14,0.1,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42101",1,40.052242,-88.372549,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6490,74,259,365,0,0,0,0,"Certification not required",0,0.135008,0.047993,0.3,"2013-01-16 00:00",0.3,"2013-01-16 01:00",0.3,"2013-01-16 02:00",0.3,"2013-03-16 05:00",0.3,"2013-01-16 00:00",0.3,"2013-03-16 05:00",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42401",2,40.052242,-88.372549,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7175,82,299,365,0,841,0,"","Certification not required",0,2.925753,2.809698,19.2,"2013-05-01 01:00",13.9,"2013-03-29 11:00",12.9,"2013-10-30 13:00",12.6,"2013-11-30 05:00","","","","",12.9,11.5,9.1,6.9,3.6,2.1,0.6,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42401",2,40.052242,-88.372549,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7175,82,299,365,0,841,"","","Certification not required",0,0.684557,1.134093,19.2,"2013-05-01 01:00",13.9,"2013-03-29 11:00",13.4,"2013-05-01 02:00",12.9,"2013-10-30 13:00","","","","",6.1,4,2.5,1.7,0.8,0.4,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42401",2,40.052242,-88.372549,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",299,82,299,365,0,0,0,"","Certification not required",0,0.688294,0.555476,3,"2013-05-01 00:00",2.4,"2013-03-08 00:00",2.4,"2013-10-29 00:00",2.3,"2013-05-30 00:00","","","","",2.4,2.1,1.8,1.5,1,0.6,0.1,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42401",2,40.052242,-88.372549,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2263,78,292,365,0,0,"",0,"Certification not required",0,0.650597,0.951549,14,"2013-05-01 02:00",7.8,"2013-10-30 14:00",7.5,"2013-03-29 11:00",7.3,"2013-03-08 14:00","","","","",4.6,3.6,2.3,1.6,0.8,0.4,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42600",1,40.052242,-88.372549,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6077,69,254,365,0,1939,"","","Certification not required",0,4.297779,3.465476,69,"2013-03-22 05:00",68.1,"2013-03-22 06:00",34.9,"2013-01-10 01:00",33.2,"2013-02-13 00:00","","","","",17.3,13.4,10.4,8.3,5.3,3.3,1.5,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42601",1,40.052242,-88.372549,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7125,81,298,365,0,891,"","","Certification not required",0,0.230582,0.823179,36.5,"2013-03-22 06:00",32.1,"2013-03-22 05:00",11,"2013-03-14 07:00",10.8,"2013-02-13 00:00","","","","",2.6,2,1.1,0.7,0.2,0,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","42612",1,40.052242,-88.372549,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6077,69,254,365,0,1939,"","","Certification not required",0,4.027283,3.074048,36.8,"2013-03-22 05:00",31.5,"2013-03-22 06:00",26.8,"2013-10-28 19:00",25,"2013-01-10 01:00","","","","",15.8,12.9,9.8,7.8,5,3.1,1.4,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","44201",1,40.052242,-88.372549,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6902,92,197,214,0,1114,0,0,"Certification not required",28,0.049376,0.010922,0.077,"2013-05-14 15:00",0.074,"2013-06-06 14:00",0.073,"2013-06-21 14:00",0.072,"2013-06-20 16:00","","","","",0.074,0.072,0.067,0.063,0.057,0.052,0.04,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","44201",1,40.052242,-88.372549,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6987,90,192,214,0,0,0,0,"Certification not required",0,0.045094,0.010782,0.07,"2013-06-20 10:00",0.069,"2013-06-06 11:00",0.068,"2013-05-14 11:00",0.066,"2013-05-08 10:00","","","","",0.069,0.066,0.064,0.058,0.053,0.047,0.036,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","44201",1,40.052242,-88.372549,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6987,90,192,214,0,0,0,0,"Certification not required",0,0.045094,0.010782,0.07,"2013-06-20 10:00",0.069,"2013-06-06 11:00",0.068,"2013-05-14 11:00",0.066,"2013-05-08 10:00","","","","",0.069,0.066,0.064,0.058,0.053,0.047,0.036,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-31" +"17","019","1001","68105",1,40.052242,-88.372549,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,3,"","","Certification not required",0,9.882203,11.161048,28.4,"2013-06-12 00:00",27.4,"2013-07-18 00:00",26.9,"2013-07-09 00:00",26.6,"2013-09-10 00:00","","","","",27.4,26.9,26.1,23.4,20.4,11.2,-5.9,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-23" +"17","019","1001","68108",1,40.052242,-88.372549,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,3,"","","Certification not required",0,743.322034,5.201711,757,"2013-11-12 00:00",757,"2013-11-24 00:00",754,"2013-01-22 00:00",754,"2013-12-24 00:00","","","","",757,754,752,750,747,743,737,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-23" +"17","019","1001","85101",1,40.052242,-88.372549,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,12.833065,7.321486,46.5617,"2013-05-16 00:00",29.5003,"2013-05-19 00:00",23.1787,"2013-05-01 00:00",19.829,"2013-05-07 00:00","","","","",46.5617,46.5617,23.1787,19.7153,16.622,11.5457,6.4521,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","86502",1,40.052242,-88.372549,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.510204,5.377896,36,"2013-05-16 00:00",11,"2013-05-07 00:00",10,"2013-05-19 00:00",9,"2013-04-04 00:00","","","","",36,36,10,8,6,3,1,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88101",1,40.052242,-88.372549,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,3,0,0,"Certification not required",0,9.691525,5.323124,26.5,"2013-04-22 00:00",26.1,"2013-05-07 00:00",23.8,"2013-12-03 00:00",22.3,"2013-09-07 00:00","","","","",26.1,23.8,21.4,16.3,13,8.7,3.9,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-23" +"17","019","1001","88101",1,40.052242,-88.372549,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,3,"","","Certification not required",0,9.691525,5.323124,26.5,"2013-04-22 00:00",26.1,"2013-05-07 00:00",23.8,"2013-12-03 00:00",22.3,"2013-09-07 00:00","","","","",26.1,23.8,21.4,16.3,13,8.7,3.9,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-23" +"17","019","1001","88103",1,40.052242,-88.372549,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000176,0.000385,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88104",1,40.052242,-88.372549,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022857,0.021928,0.1062,"2013-05-01 00:00",0.1056,"2013-05-16 00:00",0.0709,"2013-04-10 00:00",0.0553,"2013-05-31 00:00","","","","",0.1062,0.1056,0.0709,0.047,0.026,0.0158,0.0075,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88109",1,40.052242,-88.372549,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003155,0.00187,0.0109,"2013-01-07 00:00",0.0064,"2013-02-18 00:00",0.0062,"2013-01-28 00:00",0.0062,"2013-03-23 00:00","","","","",0.0109,0.0064,0.0062,0.0053,0.0041,0.0025,0.0014,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88111",1,40.052242,-88.372549,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.032475,0.030087,0.1595,"2013-04-04 00:00",0.1327,"2013-05-16 00:00",0.0872,"2013-05-01 00:00",0.0761,"2013-03-20 00:00","","","","",0.1595,0.1327,0.0872,0.065,0.0409,0.0221,0.01,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88112",1,40.052242,-88.372549,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88114",1,40.052242,-88.372549,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.00064,0.000353,0.0018,"2013-05-07 00:00",0.0013,"2013-01-25 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-04-10 00:00","","","","",0.0018,0.0013,0.0012,0.0011,0.0008,0.0006,0.0003,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88115",1,40.052242,-88.372549,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.002263,0.003434,0.0205,"2013-04-10 00:00",0.0155,"2013-03-05 00:00",0.0046,"2013-05-07 00:00",0.0043,"2013-01-28 00:00","","","","",0.0205,0.0155,0.0046,0.0034,0.0025,0.0015,0.0003,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88126",1,40.052242,-88.372549,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.028727,0.022145,0.1015,"2013-05-01 00:00",0.101,"2013-05-07 00:00",0.0908,"2013-05-16 00:00",0.0762,"2013-04-10 00:00","","","","",0.1015,0.101,0.0908,0.053,0.0337,0.0193,0.0108,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88128",1,40.052242,-88.372549,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002039,0.001897,0.013,"2013-01-28 00:00",0.004,"2013-02-24 00:00",0.004,"2013-03-08 00:00",0.004,"2013-03-23 00:00","","","","",0.013,0.004,0.004,0.003,0.003,0.002,0.001,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88132",1,40.052242,-88.372549,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001137,0.0008,0.004,"2013-05-07 00:00",0.003,"2013-05-01 00:00",0.003,"2013-05-16 00:00",0.002,"2013-01-16 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0.001,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88136",1,40.052242,-88.372549,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-28 00:00",0.001,"2013-04-10 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88140",1,40.052242,-88.372549,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.007874,0.008584,0.0405,"2013-04-04 00:00",0.0292,"2013-05-16 00:00",0.0256,"2013-01-13 00:00",0.0235,"2013-01-31 00:00","","","","",0.0405,0.0292,0.0256,0.021,0.0113,0.0046,0.00105,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88152",1,40.052242,-88.372549,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.002376,0.002726,0.0098,"2013-05-01 00:00",0.0097,"2013-01-07 00:00",0.0096,"2013-05-19 00:00",0.0083,"2013-05-07 00:00","","","","",0.0098,0.0097,0.0096,0.0052,0.0041,0.0022,0.00015,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88154",1,40.052242,-88.372549,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000682,0.000452,0.002,"2013-03-05 00:00",0.002,"2013-05-01 00:00",0.0016,"2013-05-19 00:00",0.0015,"2013-05-16 00:00","","","","",0.002,0.002,0.0016,0.0011,0.0009,0.0006,0.0002,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88161",1,40.052242,-88.372549,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001698,0.001506,0.0086,"2013-05-01 00:00",0.0062,"2013-05-16 00:00",0.0037,"2013-05-07 00:00",0.0036,"2013-04-10 00:00","","","","",0.0086,0.0062,0.0037,0.0034,0.002,0.0012,0.0006,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88164",1,40.052242,-88.372549,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000254,0.000268,0.0012,"2013-05-19 00:00",0.0009,"2013-05-01 00:00",0.0008,"2013-01-19 00:00",0.0008,"2013-04-10 00:00","","","","",0.0012,0.0009,0.0008,0.0007,0.0003,0.0001,5e-05,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88165",1,40.052242,-88.372549,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.056446,0.064857,0.3317,"2013-05-16 00:00",0.2893,"2013-05-01 00:00",0.1482,"2013-04-10 00:00",0.1361,"2013-04-04 00:00","","","","",0.3317,0.2893,0.1482,0.1203,0.0832,0.032,0.0089,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88167",1,40.052242,-88.372549,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.006173,0.003245,0.0166,"2013-01-16 00:00",0.0112,"2013-01-28 00:00",0.011,"2013-01-07 00:00",0.011,"2013-05-07 00:00","","","","",0.0166,0.0112,0.011,0.0103,0.0087,0.0055,0.0024,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88168",1,40.052242,-88.372549,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.000266,0.000194,0.001,"2013-05-01 00:00",0.0008,"2013-05-07 00:00",0.0007,"2013-05-19 00:00",0.0006,"2013-04-04 00:00","","","","",0.001,0.0008,0.0007,0.0005,0.0003,0.00015,0.0001,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88169",1,40.052242,-88.372549,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.581365,0.300871,1.9011,"2013-05-19 00:00",1.2164,"2013-02-12 00:00",1.0692,"2013-05-01 00:00",0.9507,"2013-01-28 00:00","","","","",1.9011,1.2164,1.0692,0.8455,0.7607,0.537,0.2733,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88176",1,40.052242,-88.372549,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000181,8.4e-05,0.0005,"2013-01-10 00:00",0.0005,"2013-02-06 00:00",0.0004,"2013-01-07 00:00",0.0003,"2013-01-01 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88180",1,40.052242,-88.372549,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.031688,0.018277,0.0978,"2013-05-19 00:00",0.0792,"2013-05-16 00:00",0.0677,"2013-05-01 00:00",0.0591,"2013-04-04 00:00","","","","",0.0978,0.0792,0.0677,0.049,0.0436,0.0258,0.0148,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88184",1,40.052242,-88.372549,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.021237,0.027958,0.1201,"2013-05-07 00:00",0.111,"2013-04-10 00:00",0.0794,"2013-05-28 00:00",0.078,"2013-01-13 00:00","","","","",0.1201,0.111,0.0794,0.0552,0.0297,0.0107,0.00165,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88185",1,40.052242,-88.372549,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000751,0.000379,0.0021,"2013-01-07 00:00",0.0019,"2013-02-15 00:00",0.0016,"2013-01-31 00:00",0.0016,"2013-02-24 00:00","","","","",0.0021,0.0019,0.0016,0.0012,0.0007,0.0007,0.0004,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88203",1,40.052242,-88.372549,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.046261,0.044185,0.2342,"2013-04-10 00:00",0.1891,"2013-01-28 00:00",0.1306,"2013-01-04 00:00",0.1215,"2013-01-13 00:00","","","","",0.2342,0.1891,0.1306,0.0933,0.0543,0.03,0.0122,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88306",1,40.052242,-88.372549,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.334276,1.852057,7.5409,"2013-01-16 00:00",6.966,"2013-01-07 00:00",6.2375,"2013-02-24 00:00",6.0976,"2013-03-29 00:00","","","","",7.5409,6.966,6.2375,5.036,3.4478,1.8635,0.4509,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88320",1,40.052242,-88.372549,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.801569,0.527478,2.86,"2013-05-01 00:00",2.2,"2013-05-16 00:00",2.1,"2013-05-19 00:00",1.47,"2013-04-04 00:00","","","","",2.86,2.2,2.1,1.37,0.99,0.75,0.32,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88321",1,40.052242,-88.372549,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.216275,0.130291,0.59,"2013-05-19 00:00",0.55,"2013-05-01 00:00",0.48,"2013-05-07 00:00",0.45,"2013-01-28 00:00","","","","",0.59,0.55,0.48,0.41,0.28,0.19,0.07,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88324",1,40.052242,-88.372549,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.030959,0.044126,0.324,"2013-05-01 00:00",0.0669,"2013-02-21 00:00",0.0661,"2013-01-01 00:00",0.0618,"2013-04-07 00:00","","","","",0.324,0.0669,0.0661,0.0495,0.02985,0.0225,0.0105,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88325",1,40.052242,-88.372549,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.187301,0.131125,0.7068,"2013-05-19 00:00",0.602,"2013-05-01 00:00",0.493,"2013-05-16 00:00",0.363,"2013-05-28 00:00","","","","",0.7068,0.602,0.493,0.319,0.2373,0.1487,0.075,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88326",1,40.052242,-88.372549,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.183214,0.145261,0.653,"2013-05-16 00:00",0.561,"2013-05-01 00:00",0.5343,"2013-05-19 00:00",0.4211,"2013-04-04 00:00","","","","",0.653,0.561,0.5343,0.3466,0.2346,0.1762,0.0338,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88327",1,40.052242,-88.372549,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.168548,0.135135,0.6172,"2013-05-16 00:00",0.6056,"2013-05-01 00:00",0.5737,"2013-05-19 00:00",0.4031,"2013-04-04 00:00","","","","",0.6172,0.6056,0.5737,0.272,0.2121,0.1361,0.0558,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88328",1,40.052242,-88.372549,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.237125,0.124552,0.7633,"2013-05-01 00:00",0.4458,"2013-05-16 00:00",0.4045,"2013-01-28 00:00",0.3974,"2013-04-07 00:00","","","","",0.7633,0.4458,0.4045,0.3632,0.3177,0.2166,0.1084,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88329",1,40.052242,-88.372549,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.394512,0.232133,1.1888,"2013-05-01 00:00",0.8268,"2013-05-19 00:00",0.8005,"2013-05-16 00:00",0.7878,"2013-01-28 00:00","","","","",1.1888,0.8268,0.8005,0.6564,0.537,0.3662,0.1422,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88330",1,40.052242,-88.372549,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.058806,0.030442,0.15,"2013-03-23 00:00",0.1308,"2013-03-29 00:00",0.1205,"2013-05-01 00:00",0.1165,"2013-03-17 00:00","","","","",0.15,0.1308,0.1205,0.1021,0.0721,0.0542,0.0205,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88331",1,40.052242,-88.372549,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.000205,0.000828,0.0047,"2013-03-17 00:00",0.0037,"2013-03-29 00:00",0.0007,"2013-03-26 00:00",0.00015,"2013-03-05 00:00","","","","",0.0047,0.0037,0.0007,0.0001,5e-05,0,0,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88338",1,40.052242,-88.372549,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017817,0.012628,0.088,"2013-05-31 00:00",0.0611,"2013-05-28 00:00",0.02415,"2013-02-27 00:00",0.0236,"2013-02-24 00:00","","","","",0.088,0.0611,0.02415,0.02345,0.0165,0.01475,0.01065,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88339",1,40.052242,-88.372549,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.398096,1.241066,7.84196,"2013-05-19 00:00",5.01744,"2013-02-12 00:00",4.41057,"2013-05-01 00:00",3.92168,"2013-01-28 00:00","","","","",7.84196,5.01744,4.41057,3.48748,3.13781,2.21492,1.12749,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88344",1,40.052242,-88.372549,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.011212,2.389126,9.7278,"2013-01-16 00:00",8.9856,"2013-01-07 00:00",8.0464,"2013-02-24 00:00",7.8659,"2013-03-29 00:00","","","","",9.7278,8.9856,8.0464,6.4962,4.4477,2.4039,0.5817,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88348",1,40.052242,-88.372549,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.316488,0.293767,1.5065,"2013-05-16 00:00",1.3584,"2013-05-01 00:00",0.8458,"2013-04-04 00:00",0.7765,"2013-04-10 00:00","","","","",1.5065,1.3584,0.8458,0.5993,0.3649,0.2055,0.1014,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88350",1,40.052242,-88.372549,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.442594,0.948811,5.1406,"2013-05-01 00:00",3.9607,"2013-05-16 00:00",3.7784,"2013-05-19 00:00",2.6496,"2013-04-04 00:00","","","","",5.1406,3.9607,3.7784,2.4635,1.7876,1.3412,0.5796,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88403",1,40.052242,-88.372549,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.779969,1.006987,6.1832,"2013-05-19 00:00",4.0784,"2013-02-12 00:00",3.2555,"2013-01-28 00:00",3.1968,"2013-05-01 00:00","","","","",6.1832,4.0784,3.2555,2.8043,2.2018,1.6676,0.7967,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","019","1001","88502",1,40.052242,-88.372549,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.954902,4.164916,18.8,"2013-05-19 00:00",17.5,"2013-03-05 00:00",17.1,"2013-01-07 00:00",14.7,"2013-05-01 00:00","","","","",18.8,17.5,17.1,13.8,10.8,6.7,3.4,"ISWS CLIMATE STATION","TWP RD 500 E.","Illinois","Champaign","","Champaign-Urbana, IL","2014-01-28" +"17","023","0001","44201",1,39.210857,-87.668297,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4783,96,206,214,0,353,0,0,"Certification not required",345,0.045621,0.010333,0.07,"2013-06-06 14:00",0.069,"2013-06-21 12:00",0.067,"2013-06-20 14:00",0.066,"2013-05-02 13:00","","","","",0.067,0.066,0.064,0.059,0.053,0.046,0.031,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2013-12-05" +"17","023","0001","44201",1,39.210857,-87.668297,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4938,96,205,214,0,0,0,0,"Certification not required",0,0.040571,0.010036,0.064,"2013-06-06 10:00",0.063,"2013-05-15 09:00",0.062,"2013-06-21 10:00",0.061,"2013-06-15 10:00","","","","",0.062,0.061,0.057,0.053,0.048,0.041,0.027,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2013-12-05" +"17","023","0001","44201",1,39.210857,-87.668297,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4938,96,205,214,0,0,0,0,"Certification not required",0,0.040571,0.010036,0.064,"2013-06-06 10:00",0.063,"2013-05-15 09:00",0.062,"2013-06-21 10:00",0.061,"2013-06-15 10:00","","","","",0.062,0.061,0.057,0.053,0.048,0.041,0.027,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2013-12-05" +"17","023","0001","61101",1,39.210857,-87.668297,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7635,87,315,365,0,381,"","","Certification not required",0,4.547767,3.299023,24.7,"2013-04-09 11:00",23.7,"2013-11-17 12:00",22.9,"2013-11-17 11:00",22.5,"2013-11-17 13:00","","","","",15.5,13.6,11.1,8.9,6.2,3.6,1.2,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","61103",1,39.210857,-87.668297,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7635,87,315,365,0,381,"","","Certification not required",0,4.187269,3.303029,24.3,"2013-04-09 11:00",23.4,"2013-11-17 12:00",22.8,"2013-11-17 11:00",22.2,"2013-11-17 13:00","","","","",15.2,13.4,10.9,8.6,5.8,3.3,0.9,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","61104",1,39.210857,-87.668297,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7635,87,315,365,0,381,"","","Certification not required",0,196.094303,104.657729,360,"2013-01-13 03:00",360,"2013-02-06 01:00",360,"2013-03-16 15:00",360,"2013-07-04 02:00","","","","",358,355,349,334,281,200,23,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","61105",1,39.210857,-87.668297,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7310,83,305,365,0,706,"","","Certification not required",0,10.094391,5.494868,48,"2013-05-30 21:00",47,"2013-05-30 14:00",39,"2013-11-17 13:00",37,"2013-11-17 12:00","","","","",27,24,21,18,13,9,4,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","61106",1,39.210857,-87.668297,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7635,87,315,365,0,381,"","","Certification not required",0,23.566732,14.159413,81,"2013-07-15 21:00",81,"2013-07-16 00:00",81,"2013-07-18 01:00",81,"2013-08-30 03:00","","","","",69,65,55,46,28,19,10,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","62101",1,39.210857,-87.668297,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7633,87,315,365,0,383,"","","Certification not required",0,55.406655,19.128584,95,"2013-08-31 13:00",95,"2013-08-31 14:00",94,"2013-08-30 13:00",94,"2013-08-31 15:00","","","","",89,87,83,79,71,58,28,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","62103",1,39.210857,-87.668297,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7632,87,315,365,0,384,"","","Certification not required",0,48.851939,19.299693,81,"2013-08-31 11:00",81,"2013-08-31 12:00",81,"2013-08-31 13:00",80,"2013-07-09 12:00","","","","",77,76,74,71,66,53,22,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","62201",1,39.210857,-87.668297,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7632,87,315,365,0,384,"","","Certification not required",0,80.589361,16.693264,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-09 07:00",100,"2013-01-09 08:00","","","","",100,100,100,100,96,84,56,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","023","0001","64101",1,39.210857,-87.668297,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",4896,56,200,365,0,3120,"","","Certification not required",0,999.887459,7.651033,1023,"2013-11-24 07:00",1023,"2013-11-24 08:00",1023,"2013-11-24 09:00",1023,"2013-11-24 10:00","","","","",1019,1015,1011,1009,1004,1000,991,"416 S. State St. Hwy 1- West Union","416 S. STATE ST. HWY 1/ WEST UNION","Illinois","Clark","","","2014-02-12" +"17","031","0001","44201",1,41.670992,-87.732457,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6194,93,198,214,0,406,0,0,"Certification not required",826,0.044667,0.013483,0.079,"2013-07-14 13:00",0.076,"2013-07-20 13:00",0.075,"2013-08-18 15:00",0.071,"2013-07-18 11:00","","","","",0.076,0.071,0.067,0.064,0.055,0.043,0.031,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","44201",1,41.670992,-87.732457,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6201,91,195,214,0,0,0,0,"Certification not required",0,0.039144,0.012757,0.069,"2013-07-14 10:00",0.069,"2013-08-18 11:00",0.066,"2013-07-05 09:00",0.064,"2013-07-20 10:00","","","","",0.069,0.064,0.06,0.056,0.049,0.038,0.026,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","44201",1,41.670992,-87.732457,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6201,91,195,214,0,0,0,0,"Certification not required",0,0.039144,0.012757,0.069,"2013-07-14 10:00",0.069,"2013-08-18 11:00",0.066,"2013-07-05 09:00",0.064,"2013-07-20 10:00","","","","",0.069,0.064,0.06,0.056,0.049,0.038,0.026,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","61103",1,41.670992,-87.732457,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8643,99,358,365,0,117,"","","Certification not required",0,5.344105,3.019815,20.5,"2013-11-17 17:00",20.4,"2013-11-17 16:00",19.3,"2013-11-17 15:00",18.9,"2013-11-17 18:00","","","","",14.1,12.9,11,9.4,7.1,4.9,1.7,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","61104",1,41.670992,-87.732457,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8643,99,358,365,0,117,"","","Certification not required",0,192.736666,95.605094,360,"2013-02-27 01:00",360,"2013-03-16 13:00",360,"2013-03-25 05:00",360,"2013-04-17 15:00","","","","",355,349,328,311,269,206,45,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","68105",1,41.670992,-87.732457,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",44,96,44,46,0,2,"","","Certification not required",0,13.245455,11.709794,28.4,"2013-07-15 00:00",27.6,"2013-08-26 00:00",27.3,"2013-06-15 00:00",26.7,"2013-06-27 00:00","","","","",28.4,28.4,27.3,26.2,22.7,15.7,-6.6,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","68108",1,41.670992,-87.732457,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,93,43,46,0,3,"","","Certification not required",0,739.162791,9.329753,761,"2013-12-24 00:00",759,"2013-11-24 00:00",755,"2013-12-12 00:00",753,"2013-12-06 00:00","","","","",761,761,755,753,745,739,727,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","88101",1,41.670992,-87.732457,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,0,0,"Certification not required",0,10.113636,5.072662,20.7,"2013-08-26 00:00",20.1,"2013-04-28 00:00",19.6,"2013-11-24 00:00",19.3,"2013-09-19 00:00","","","","",20.7,20.7,19.6,19.3,13.5,9.6,4.5,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","88101",1,41.670992,-87.732457,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",0,10.113636,5.072662,20.7,"2013-08-26 00:00",20.1,"2013-04-28 00:00",19.6,"2013-11-24 00:00",19.3,"2013-09-19 00:00","","","","",20.7,20.7,19.6,19.3,13.5,9.6,4.5,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","88501",3,41.670992,-87.732457,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8414,96,348,365,0,346,"","","Certification not required",0,14.118588,8.276755,59.4,"2013-10-30 06:00",56.5,"2013-08-29 09:00",55.6,"2013-12-02 03:00",55.1,"2013-10-11 10:00","","","","",41,36,29.4,25.1,18.5,12.6,5.2,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","88501",3,41.670992,-87.732457,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,14.073563,6.045704,44.1,"2013-12-03 00:00",37.9,"2013-02-07 00:00",33.1,"2013-12-01 00:00",32.7,"2013-12-02 00:00","","","","",32.7,30.6,24,21.8,17.5,13.1,7.1,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","88502",3,41.670992,-87.732457,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8414,96,348,365,0,346,"","","Certification not required",0,10.755229,6.22495,43.2,"2013-08-29 09:00",42.2,"2013-10-11 10:00",41.9,"2013-09-25 08:00",41.4,"2013-05-19 01:00","","","","",29.5,26.6,22.6,19.1,14.1,9.7,3.7,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0001","88502",3,41.670992,-87.732457,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,10.704598,4.59334,30.9,"2013-02-07 00:00",26.2,"2013-05-19 00:00",26,"2013-12-03 00:00",24.5,"2013-01-08 00:00","","","","",24.5,20,18.8,17.3,13.5,10,5,"VILLAGE GARAGE","4500 W. 123RD ST.","Illinois","Cook","Alsip","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","11101",2,41.687165,-87.539315,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,"","","Certification not required",0,44.824561,35.630105,208,"2013-01-04 00:00",135,"2013-04-04 00:00",109,"2013-01-16 00:00",105,"2013-10-01 00:00","","","","",208,135,109,87,57,32,15,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14110",2,41.687165,-87.539315,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,0.000965,0.000626,0.003,"2013-02-03 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0.001,0,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14112",2,41.687165,-87.539315,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,0.013596,0.011735,0.062,"2013-10-07 00:00",0.048,"2013-01-04 00:00",0.041,"2013-09-25 00:00",0.037,"2013-10-01 00:00","","","","",0.062,0.048,0.041,0.027,0.017,0.01,0.004,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14126",2,41.687165,-87.539315,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,1.007895,1.143875,6.85,"2013-10-07 00:00",4.52,"2013-01-04 00:00",2.97,"2013-08-26 00:00",2.83,"2013-03-29 00:00","","","","",6.85,4.52,2.97,2.16,1.07,0.63,0.24,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14129",2,41.687165,-87.539315,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,0.029719,0.038359,0.253,"2013-02-03 00:00",0.098,"2013-01-04 00:00",0.093,"2013-07-15 00:00",0.093,"2013-11-18 00:00","","","","",0.253,0.098,0.093,0.07,0.032,0.016,0.007,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14129",9,41.687165,-87.539315,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,0.044733,0.05602,0.218,"2013-02-03 00:00",0.089,"2013-01-04 00:00",0.072,"2013-03-29 00:00",0.071,"2013-01-22 00:00","","","","",0.218,0.218,0.218,0.089,0.071,0.015,0.007,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14132",2,41.687165,-87.539315,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,0.107386,0.109084,0.756,"2013-04-04 00:00",0.258,"2013-10-07 00:00",0.254,"2013-08-20 00:00",0.24,"2013-08-26 00:00","","","","",0.756,0.258,0.254,0.228,0.137,0.073,0.032,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","14136",2,41.687165,-87.539315,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,0.005789,0.003731,0.016,"2013-01-04 00:00",0.015,"2013-05-22 00:00",0.014,"2013-03-11 00:00",0.013,"2013-03-29 00:00","","","","",0.016,0.015,0.014,0.011,0.008,0.005,0.001,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0022","68105",1,41.687165,-87.539315,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",90,74,89,122,0,20,"","","Certification not required",0,12.172222,11.295241,31.9,"2013-09-10 00:00",30.7,"2013-07-18 00:00",27.2,"2013-08-26 00:00",26.8,"2013-07-15 00:00","","","","",31.9,30.7,26.1,25.5,21.9,14,-4.1,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","68105",9,41.687165,-87.539315,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",39,85,39,46,0,9,"","","Certification not required",0,15.482051,10.201648,29.9,"2013-09-01 00:00",27.6,"2013-07-09 00:00",27.4,"2013-07-15 00:00",27.3,"2013-08-26 00:00","","","","",29.9,29.9,27.6,27.3,24.2,16.8,-0.7,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","68108",1,41.687165,-87.539315,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,88,122,0,21,"","","Certification not required",0,748.617978,5.775154,765,"2013-11-12 00:00",765,"2013-11-24 00:00",761,"2013-12-12 00:00",761,"2013-12-24 00:00","","","","",765,765,760,756,752,748,743,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","68108",9,41.687165,-87.539315,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",39,85,39,46,0,9,"","","Certification not required",0,746.051282,7.29437,765,"2013-11-12 00:00",761,"2013-12-06 00:00",761,"2013-12-24 00:00",758,"2013-10-13 00:00","","","","",765,765,761,758,750,745,737,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","81102",4,41.687165,-87.539315,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRMENTL-ANDRSEN-SA246B-INLT - BETA-ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8729,100,363,365,0,31,"","","Certification not required",637,30.399358,30.802276,436,"2013-01-19 23:00",431,"2013-03-29 06:00",388,"2013-04-06 11:00",382,"2013-05-20 15:00","","","","",148,114,80,61,39,23,5,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","81102",4,41.687165,-87.539315,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,29.906336,16.23488,109,"2013-01-04 00:00",101,"2013-07-19 00:00",99,"2013-05-20 00:00",96,"2013-09-10 00:00","","","","",96,90,58,49,35,27,14,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","88101",1,41.687165,-87.539315,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,85,91,107,0,19,0,0,"Certification not required",0,11.031868,5.538369,27.4,"2013-08-26 00:00",23.1,"2013-06-09 00:00",22.5,"2013-09-10 00:00",22.3,"2013-04-07 00:00","","","","",27.4,23.1,20.8,19.1,14.6,10.8,4.4,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","88101",1,41.687165,-87.539315,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,85,91,107,0,19,"","","Certification not required",0,11.031868,5.538369,27.4,"2013-08-26 00:00",23.1,"2013-06-09 00:00",22.5,"2013-09-10 00:00",22.3,"2013-04-07 00:00","","","","",27.4,23.1,20.8,19.1,14.6,10.8,4.4,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","88101",9,41.687165,-87.539315,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,9,0,0,"Certification not required",0,11.133333,6.350356,32.3,"2013-08-26 00:00",23.2,"2013-08-20 00:00",21.6,"2013-12-13 00:00",20.1,"2013-09-07 00:00","","","","",32.3,32.3,23.2,20.1,15.1,10.6,4.8,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","88101",9,41.687165,-87.539315,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,9,"","","Certification not required",0,11.133333,6.350356,32.3,"2013-08-26 00:00",23.2,"2013-08-20 00:00",21.6,"2013-12-13 00:00",20.1,"2013-09-07 00:00","","","","",32.3,32.3,23.2,20.1,15.1,10.6,4.8,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0022","88501",3,41.687165,-87.539315,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1332,62,54,90,0,828,"","","Certification not required",0,11.571021,7.980302,50.1,"2013-01-03 10:00",49,"2013-01-03 09:00",45.6,"2013-01-26 10:00",41.6,"2013-01-16 09:00","","","","",35.8,32.1,27.4,22.6,15.8,9.9,2.4,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","0022","88501",3,41.687165,-87.539315,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",54,60,54,90,0,0,"","","Certification not required",0,11.487037,5.510643,25.9,"2013-03-15 00:00",23.2,"2013-01-08 00:00",21.8,"2013-01-06 00:00",21.4,"2013-01-03 00:00","","","","",25.9,23.2,21.8,19.6,15,10.1,4.4,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","0022","88502",3,41.687165,-87.539315,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1332,62,54,90,0,828,"","","Certification not required",0,8.937237,6.313715,36.5,"2013-01-26 10:00",33.7,"2013-01-03 10:00",33.3,"2013-01-16 09:00",33,"2013-01-03 09:00","","","","",27.4,25.2,21.4,17.6,12.3,7.6,1.6,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","0022","88502",3,41.687165,-87.539315,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",54,60,54,90,0,0,"","","Certification not required",0,8.857407,4.402298,20.5,"2013-03-15 00:00",18.4,"2013-01-08 00:00",17.3,"2013-01-06 00:00",16.7,"2013-01-15 00:00","","","","",20.5,18.4,17.3,15.4,11.7,7.8,3.1,"WASHINGTON HS","3535 E. 114TH ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","0026","11101",1,41.87372,-87.645326,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",11,18,11,61,0,0,"","","Certification not required",0,54.818182,15.29587,82,"2013-02-03 00:00",71,"2013-01-16 00:00",71,"2013-02-15 00:00",67,"2013-02-09 00:00","","","","",82,82,82,71,71,50,40,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","0026","14110",1,41.87372,-87.645326,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0026","14112",1,41.87372,-87.645326,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.007364,0.002838,0.013,"2013-01-10 00:00",0.01,"2013-02-27 00:00",0.01,"2013-03-05 00:00",0.008,"2013-01-28 00:00","","","","",0.013,0.013,0.013,0.01,0.01,0.007,0.004,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0026","14126",1,41.87372,-87.645326,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.496364,0.221823,1.02,"2013-01-10 00:00",0.72,"2013-02-15 00:00",0.64,"2013-01-16 00:00",0.5,"2013-01-22 00:00","","","","",1.02,1.02,1.02,0.72,0.64,0.46,0.29,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0026","14129",1,41.87372,-87.645326,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",11,18,11,61,0,0,0,0,"Certification not required",0,0.012909,0.005924,0.025,"2013-01-16 00:00",0.021,"2013-01-10 00:00",0.015,"2013-01-22 00:00",0.015,"2013-02-15 00:00","","","","",0.025,0.025,0.025,0.021,0.015,0.012,0.007,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0026","14132",1,41.87372,-87.645326,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.025091,0.016134,0.068,"2013-01-10 00:00",0.036,"2013-01-16 00:00",0.032,"2013-02-15 00:00",0.022,"2013-01-22 00:00","","","","",0.068,0.068,0.068,0.036,0.032,0.021,0.013,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","0026","14136",1,41.87372,-87.645326,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.006455,0.001368,0.01,"2013-03-05 00:00",0.007,"2013-01-10 00:00",0.007,"2013-01-16 00:00",0.007,"2013-02-15 00:00","","","","",0.01,0.01,0.01,0.007,0.007,0.006,0.005,"CERMAK PUMP STATION","735 W. HARRISON","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0032","44201",1,41.755832,-87.54535,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5084,100,214,214,0,52,0,0,"Certification not required",281,0.051911,0.015369,0.092,"2013-06-27 14:00",0.089,"2013-05-14 17:00",0.088,"2013-07-17 13:00",0.082,"2013-07-05 17:00","","","","",0.088,0.08,0.075,0.07,0.064,0.054,0.03,"SOUTH WATER FILTRATION PLANT","3300 E. CHELTENHAM PL.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","0032","44201",1,41.755832,-87.54535,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.046131,0.014113,0.075,"2013-06-20 12:00",0.074,"2013-05-14 11:00",0.073,"2013-07-05 11:00",0.071,"2013-05-19 12:00","","","","",0.073,0.071,0.068,0.064,0.058,0.048,0.026,"SOUTH WATER FILTRATION PLANT","3300 E. CHELTENHAM PL.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","0032","44201",1,41.755832,-87.54535,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.046131,0.014113,0.075,"2013-06-20 12:00",0.074,"2013-05-14 11:00",0.073,"2013-07-05 11:00",0.071,"2013-05-19 12:00","","","","",0.073,0.071,0.068,0.064,0.058,0.048,0.026,"SOUTH WATER FILTRATION PLANT","3300 E. CHELTENHAM PL.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","0052","11101",1,41.965485,-87.749928,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",11,18,11,61,0,0,"","","Certification not required",0,46.818182,30.860389,128,"2013-01-16 00:00",61,"2013-02-03 00:00",52,"2013-01-22 00:00",50,"2013-01-10 00:00","","","","",128,128,128,61,52,46,19,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","0052","14110",1,41.965485,-87.749928,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.002,0,0.002,"2013-01-04 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0052","14112",1,41.965485,-87.749928,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.007,0.00469,0.018,"2013-01-16 00:00",0.011,"2013-02-15 00:00",0.009,"2013-01-10 00:00",0.009,"2013-02-27 00:00","","","","",0.018,0.018,0.018,0.011,0.009,0.005,0.003,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0052","14126",1,41.965485,-87.749928,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.600909,0.649207,2.4,"2013-01-16 00:00",1.09,"2013-01-10 00:00",0.54,"2013-02-09 00:00",0.5,"2013-01-22 00:00","","","","",2.4,2.4,2.4,1.09,0.54,0.36,0.16,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0052","14129",1,41.965485,-87.749928,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",11,18,11,61,0,0,0,0,"Certification not required",0,0.008545,0.006654,0.024,"2013-01-16 00:00",0.018,"2013-01-10 00:00",0.01,"2013-01-22 00:00",0.008,"2013-02-09 00:00","","","","",0.024,0.024,0.024,0.018,0.01,0.006,0.004,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0052","14132",1,41.965485,-87.749928,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.025909,0.02327,0.071,"2013-01-10 00:00",0.071,"2013-01-16 00:00",0.029,"2013-01-22 00:00",0.021,"2013-02-21 00:00","","","","",0.071,0.071,0.071,0.071,0.029,0.019,0.007,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","0052","14136",1,41.965485,-87.749928,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",11,73,11,15,0,0,"","","Certification not required",0,0.006364,0.001804,0.011,"2013-01-16 00:00",0.008,"2013-03-05 00:00",0.007,"2013-01-10 00:00",0.006,"2013-01-04 00:00","","","","",0.011,0.011,0.011,0.008,0.007,0.006,0.005,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0052","68105",1,41.965485,-87.749928,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",178,100,106,122,0,2,"","","Certification not required",0,5.91236,11.573336,31,"2013-07-18 00:00",30.9,"2013-09-10 00:00",27.8,"2013-08-26 00:00",27.1,"2013-07-15 00:00","","","","",30.9,27.1,24.9,23,14.8,4.2,-9,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0052","68105",9,41.965485,-87.749928,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",5,100,5,5,0,0,"","","Certification not required",0,2.46,3.12618,6.8,"2013-03-29 00:00",4.7,"2013-03-11 00:00",1,"2013-03-23 00:00",-0.1,"2013-03-05 00:00","","","","",6.8,6.8,6.8,6.8,4.7,1,-0.1,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-05-30" +"17","031","0052","68108",1,41.965485,-87.749928,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",178,100,106,122,0,2,"","","Certification not required",0,746.494382,6.707991,778,"2013-12-12 00:00",770,"2013-12-09 00:00",769,"2013-12-15 00:00",768,"2013-12-06 00:00","","","","",770,768,758,753,750,745,740,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0052","68108",9,41.965485,-87.749928,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,100,5,5,0,0,"","","Certification not required",0,745.2,6.058052,752,"2013-03-29 00:00",748,"2013-03-17 00:00",747,"2013-03-23 00:00",743,"2013-03-05 00:00","","","","",752,752,752,752,748,747,736,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-05-30" +"17","031","0052","88101",1,41.965485,-87.749928,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",180,99,180,182,0,2,0,0,"Certification not required",0,11.021111,5.739367,31,"2013-02-07 00:00",27.6,"2013-12-03 00:00",25.3,"2013-01-08 00:00",24.9,"2013-01-27 00:00","","","","",27.6,24.9,22.6,18.9,14.7,9.6,4.7,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0052","88101",1,41.965485,-87.749928,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",180,99,180,182,0,2,"","","Certification not required",0,11.021111,5.739367,31,"2013-02-07 00:00",27.6,"2013-12-03 00:00",25.3,"2013-01-08 00:00",24.9,"2013-01-27 00:00","","","","",27.6,24.9,22.6,18.9,14.7,9.6,4.7,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0052","88101",9,41.965485,-87.749928,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",13,21,13,61,0,0,0,0,"Certification not required",0,11.715385,5.169276,20.2,"2013-02-09 00:00",19.4,"2013-01-16 00:00",15.3,"2013-01-28 00:00",14.5,"2013-03-29 00:00","","","","",20.2,20.2,20.2,19.4,14.5,12.4,5.3,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0052","88101",9,41.965485,-87.749928,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",13,21,13,61,0,0,"","","Certification not required",0,11.715385,5.169276,20.2,"2013-02-09 00:00",19.4,"2013-01-16 00:00",15.3,"2013-01-28 00:00",14.5,"2013-03-29 00:00","","","","",20.2,20.2,20.2,19.4,14.5,12.4,5.3,"MAYFAIR PUMP STATION","4850 WILSON AVE.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-10" +"17","031","0057","68103",5,41.912862,-87.722723,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.82549,9.820404,24.8,"2013-07-09 00:00",24.3,"2013-07-15 00:00",22.4,"2013-08-26 00:00",21.8,"2013-07-21 00:00","","","","",24.8,24.3,22.4,21.1,17,8.7,-4,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","68104",5,41.912862,-87.722723,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,17.609804,11.338382,34.4,"2013-08-26 00:00",34.3,"2013-06-27 00:00",32.5,"2013-07-15 00:00",32,"2013-08-20 00:00","","","","",34.4,34.3,32.5,31.6,28.3,19.1,3,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","68105",1,41.912862,-87.722723,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",75,100,59,61,0,2,"","","Certification not required",0,8.130667,11.613331,28,"2013-07-15 00:00",27.9,"2013-08-26 00:00",27.8,"2013-07-09 00:00",26.6,"2013-08-20 00:00","","","","",28,27.9,26.6,24.2,18.3,6.9,-6.9,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","68105",5,41.912862,-87.722723,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,13.162745,10.340231,28.4,"2013-07-09 00:00",28.3,"2013-07-15 00:00",28.3,"2013-08-26 00:00",26.9,"2013-08-20 00:00","","","","",28.4,28.3,28.3,25.8,22.5,13.9,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","68106",5,41.912862,-87.722723,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,738.372549,4.995841,750,"2013-01-22 00:00",747,"2013-03-29 00:00",746,"2013-07-15 00:00",746,"2013-10-13 00:00","","","","",750,747,746,744,741,738,733,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","68107",5,41.912862,-87.722723,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,743.784314,5.10025,756,"2013-01-10 00:00",753,"2013-02-09 00:00",752,"2013-01-22 00:00",752,"2013-02-21 00:00","","","","",756,753,752,751,747,743,737,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","68108",1,41.912862,-87.722723,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,100,59,61,0,2,"","","Certification not required",0,750.813333,7.01291,768,"2013-11-12 00:00",768,"2013-11-24 00:00",766,"2013-12-24 00:00",763,"2013-03-08 00:00","","","","",768,768,763,760,755,750,742,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","68108",5,41.912862,-87.722723,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,740.54902,5.049015,751,"2013-01-22 00:00",748,"2013-01-10 00:00",748,"2013-02-09 00:00",748,"2013-02-21 00:00","","","","",751,748,748,748,745,740,734,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88101",1,41.912862,-87.722723,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",75,99,75,76,0,2,0,0,"Certification not required",0,10.973333,5.445835,27.4,"2013-02-24 00:00",24.8,"2013-08-26 00:00",21.3,"2013-11-30 00:00",20.8,"2013-08-20 00:00","","","","",27.4,24.8,20.8,19,14.6,10,4.9,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","88101",1,41.912862,-87.722723,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",75,99,75,76,0,2,"","","Certification not required",0,10.973333,5.445835,27.4,"2013-02-24 00:00",24.8,"2013-08-26 00:00",21.3,"2013-11-30 00:00",20.8,"2013-08-20 00:00","","","","",27.4,24.8,20.8,19,14.6,10,4.9,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","88102",5,41.912862,-87.722723,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.01999,0.008142,0.058,"2013-04-16 00:00",0.049,"2013-09-07 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-27 00:00","","","","",0.058,0.049,0.026,0.026,0.021,0.0195,0.014,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88103",5,41.912862,-87.722723,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000686,0.000948,0.003,"2013-03-29 00:00",0.003,"2013-05-04 00:00",0.003,"2013-06-09 00:00",0.003,"2013-10-01 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88104",5,41.912862,-87.722723,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",30,0.026804,0.038831,0.257,"2013-05-16 00:00",0.092,"2013-04-04 00:00",0.075,"2013-08-20 00:00",0.067,"2013-03-29 00:00","","","","",0.257,0.092,0.075,0.055,0.034,0.0125,0.0065,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88107",5,41.912862,-87.722723,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006433,0.005843,0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-01-10 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88109",5,41.912862,-87.722723,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.003496,0.002088,0.01,"2013-01-28 00:00",0.0075,"2013-10-01 00:00",0.0069,"2013-09-07 00:00",0.0064,"2013-08-20 00:00","","","","",0.01,0.0075,0.0069,0.0061,0.0052,0.003,0.00115,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88110",5,41.912862,-87.722723,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002098,0.004388,0.02,"2013-10-07 00:00",0.016,"2013-04-04 00:00",0.011,"2013-04-16 00:00",0.011,"2013-05-10 00:00","","","","",0.02,0.016,0.011,0.007,0.001,0,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88111",5,41.912862,-87.722723,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.081354,0.081342,0.331,"2013-05-16 00:00",0.303,"2013-03-29 00:00",0.283,"2013-04-22 00:00",0.28,"2013-04-04 00:00","","","","",0.331,0.303,0.283,0.209,0.0951,0.0492,0.0189,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88112",5,41.912862,-87.722723,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.005314,0.012409,0.065,"2013-09-19 00:00",0.045,"2013-10-07 00:00",0.044,"2013-10-01 00:00",0.025,"2013-09-25 00:00","","","","",0.065,0.045,0.044,0.006,0.003,0.002,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88113",5,41.912862,-87.722723,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.000736,0.000284,0.0018,"2013-10-13 00:00",0.0016,"2013-03-29 00:00",0.0016,"2013-09-19 00:00",0.0015,"2013-08-02 00:00","","","","",0.0018,0.0016,0.0016,0.001,0.0007,0.00065,0.00055,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88114",5,41.912862,-87.722723,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",26,0.002105,0.001377,0.0059,"2013-05-16 00:00",0.0052,"2013-06-09 00:00",0.0049,"2013-01-10 00:00",0.0045,"2013-10-07 00:00","","","","",0.0059,0.0052,0.0049,0.0041,0.0032,0.00125,0.0008,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88115",5,41.912862,-87.722723,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",21,0.02162,0.049819,0.308,"2013-01-16 00:00",0.153,"2013-01-28 00:00",0.125,"2013-01-04 00:00",0.0854,"2013-04-04 00:00","","","","",0.308,0.153,0.125,0.029,0.0152,0.0068,0.0039,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88117",5,41.912862,-87.722723,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006227,0.009309,0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-03-05 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88118",5,41.912862,-87.722723,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.009372,0.006359,0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88126",5,41.912862,-87.722723,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.088535,0.055036,0.259,"2013-05-16 00:00",0.239,"2013-01-10 00:00",0.201,"2013-03-29 00:00",0.185,"2013-04-04 00:00","","","","",0.259,0.239,0.201,0.145,0.124,0.0782,0.0327,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88128",5,41.912862,-87.722723,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002431,0.00422,0.027,"2013-06-15 00:00",0.011,"2013-01-10 00:00",0.008,"2013-04-28 00:00",0.005,"2013-01-16 00:00","","","","",0.027,0.011,0.008,0.005,0.004,0.001,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88131",5,41.912862,-87.722723,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010157,0.005469,0.042,"2013-09-25 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-07-27 00:00","","","","",0.042,0.0165,0.0165,0.0165,0.011,0.008,0.007,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88132",5,41.912862,-87.722723,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002196,0.0018,0.007,"2013-01-10 00:00",0.007,"2013-06-15 00:00",0.006,"2013-05-16 00:00",0.005,"2013-04-04 00:00","","","","",0.007,0.007,0.006,0.005,0.003,0.002,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88136",5,41.912862,-87.722723,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000373,0.000662,0.003,"2013-05-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-08-20 00:00",0.001,"2013-02-27 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88140",5,41.912862,-87.722723,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",36,0.016098,0.019669,0.1,"2013-04-22 00:00",0.07,"2013-04-04 00:00",0.057,"2013-05-16 00:00",0.057,"2013-08-20 00:00","","","","",0.1,0.07,0.057,0.041,0.0153,0.009,0.0055,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88152",5,41.912862,-87.722723,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.005743,0.001474,0.008,"2013-01-10 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-05 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88154",5,41.912862,-87.722723,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001084,0.00042,0.0034,"2013-04-28 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-29 00:00","","","","",0.0034,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88160",5,41.912862,-87.722723,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.012706,0.003662,0.022,"2013-07-21 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-27 00:00",0.018,"2013-07-27 00:00","","","","",0.022,0.018,0.018,0.018,0.016,0.01,0.01,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88161",5,41.912862,-87.722723,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.002856,0.001614,0.0111,"2013-05-16 00:00",0.008,"2013-07-09 00:00",0.0065,"2013-08-20 00:00",0.005,"2013-09-19 00:00","","","","",0.0111,0.008,0.0065,0.0043,0.00265,0.0025,0.0021,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88164",5,41.912862,-87.722723,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001599,0.00023,0.0019,"2013-01-10 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88165",5,41.912862,-87.722723,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.080158,0.080237,0.445,"2013-05-16 00:00",0.278,"2013-04-04 00:00",0.229,"2013-03-29 00:00",0.212,"2013-04-22 00:00","","","","",0.445,0.278,0.229,0.17,0.104,0.06,0.018,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88166",5,41.912862,-87.722723,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.008012,0.00472,0.02,"2013-07-21 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-27 00:00",0.0185,"2013-07-27 00:00","","","","",0.02,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88167",5,41.912862,-87.722723,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.015775,0.017129,0.108,"2013-01-28 00:00",0.0522,"2013-04-04 00:00",0.042,"2013-08-20 00:00",0.0392,"2013-01-10 00:00","","","","",0.108,0.0522,0.042,0.0347,0.0176,0.0121,0.003,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88168",5,41.912862,-87.722723,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001365,0.000812,0.0053,"2013-03-05 00:00",0.0042,"2013-07-21 00:00",0.0029,"2013-09-19 00:00",0.0025,"2013-06-21 00:00","","","","",0.0053,0.0042,0.0029,0.00175,0.00155,0.00115,0.00085,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88169",5,41.912862,-87.722723,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.684314,0.562297,3.13,"2013-08-20 00:00",1.99,"2013-09-07 00:00",1.6,"2013-08-26 00:00",1.48,"2013-10-01 00:00","","","","",3.13,1.99,1.6,1.43,0.946,0.466,0.257,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88176",5,41.912862,-87.722723,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000936,0.000205,0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88180",5,41.912862,-87.722723,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.065832,0.048534,0.243,"2013-01-04 00:00",0.187,"2013-01-16 00:00",0.149,"2013-08-26 00:00",0.14,"2013-07-09 00:00","","","","",0.243,0.187,0.149,0.129,0.09,0.0545,0.0181,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88184",5,41.912862,-87.722723,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",27,0.052108,0.056988,0.302,"2013-01-04 00:00",0.283,"2013-01-16 00:00",0.133,"2013-03-05 00:00",0.11,"2013-08-26 00:00","","","","",0.302,0.283,0.133,0.09,0.065,0.027,0.0155,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88185",5,41.912862,-87.722723,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.003141,0.003208,0.0115,"2013-02-03 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-07-27 00:00",0.0115,"2013-08-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88301",5,41.912862,-87.722723,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.866157,0.64716,2.7,"2013-08-20 00:00",2.14,"2013-02-09 00:00",2.06,"2013-04-28 00:00",1.78,"2013-09-07 00:00","","","","",2.7,2.14,2.06,1.69,1.39,0.7,0.094,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88302",5,41.912862,-87.722723,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.135639,0.40539,2.94,"2013-02-27 00:00",0.33,"2013-01-04 00:00",0.302,"2013-01-16 00:00",0.168,"2013-03-05 00:00","","","","",2.94,0.33,0.302,0.16,0.1,0.062,0.0276,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88303",5,41.912862,-87.722723,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",14,0.04668,0.042522,0.199,"2013-01-04 00:00",0.164,"2013-01-16 00:00",0.128,"2013-03-11 00:00",0.128,"2013-08-26 00:00","","","","",0.199,0.164,0.128,0.097,0.063,0.037,0.0115,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88306",5,41.912862,-87.722723,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.83848,1.519513,5.73,"2013-01-16 00:00",4.94,"2013-02-09 00:00",4.88,"2013-03-29 00:00",4.74,"2013-02-03 00:00","","","","",5.73,4.94,4.88,4.32,2.93,1.25,0.369,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88355",5,41.912862,-87.722723,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.658077,1.243788,6.73,"2013-07-03 00:00",5.07,"2013-09-19 00:00",4.97,"2013-09-07 00:00",4.84,"2013-07-09 00:00","","","","",6.73,5.07,4.97,4.31,3.57,2.34,1.31,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88357",5,41.912862,-87.722723,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.472115,0.234614,0.974,"2013-05-16 00:00",0.964,"2013-02-27 00:00",0.912,"2013-03-29 00:00",0.911,"2013-04-04 00:00","","","","",0.974,0.964,0.912,0.868,0.642,0.42,0.22,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88370",5,41.912862,-87.722723,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.385404,1.097858,6.1,"2013-07-03 00:00",4.41,"2013-09-07 00:00",4.33,"2013-07-09 00:00",4.25,"2013-08-26 00:00","","","","",6.1,4.41,4.33,3.9,3.14,2.12,1.22,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88374",5,41.912862,-87.722723,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.263885,0.180438,0.809,"2013-09-07 00:00",0.791,"2013-09-19 00:00",0.655,"2013-07-09 00:00",0.638,"2013-07-03 00:00","","","","",0.809,0.791,0.655,0.523,0.336,0.209,0.09,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88375",5,41.912862,-87.722723,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.703519,0.315946,1.83,"2013-07-03 00:00",1.21,"2013-07-09 00:00",1.19,"2013-09-07 00:00",1.15,"2013-08-26 00:00","","","","",1.83,1.21,1.19,1.06,0.993,0.653,0.363,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88376",5,41.912862,-87.722723,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.665212,0.348478,2.13,"2013-07-03 00:00",1.3,"2013-05-16 00:00",1.27,"2013-08-26 00:00",1.24,"2013-06-15 00:00","","","","",2.13,1.3,1.27,1.13,0.797,0.593,0.335,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88377",5,41.912862,-87.722723,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.474096,0.233538,1.03,"2013-08-26 00:00",0.977,"2013-08-20 00:00",0.942,"2013-07-03 00:00",0.903,"2013-09-07 00:00","","","","",1.03,0.977,0.942,0.806,0.627,0.414,0.24,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88378",5,41.912862,-87.722723,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.278788,0.16979,0.662,"2013-07-09 00:00",0.645,"2013-07-21 00:00",0.614,"2013-09-07 00:00",0.603,"2013-04-28 00:00","","","","",0.662,0.645,0.614,0.559,0.405,0.234,0.125,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88380",5,41.912862,-87.722723,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.745538,0.365657,1.59,"2013-09-19 00:00",1.5,"2013-07-03 00:00",1.29,"2013-02-27 00:00",1.27,"2013-06-27 00:00","","","","",1.59,1.5,1.29,1.24,1.07,0.73,0.324,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88383",5,41.912862,-87.722723,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.9645,0.456525,2.02,"2013-09-19 00:00",2.01,"2013-07-03 00:00",1.79,"2013-07-09 00:00",1.7,"2013-09-07 00:00","","","","",2.02,2.01,1.79,1.59,1.36,0.963,0.435,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88384",5,41.912862,-87.722723,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.05931,0.031091,0.139,"2013-05-10 00:00",0.138,"2013-04-16 00:00",0.135,"2013-09-13 00:00",0.125,"2013-09-25 00:00","","","","",0.139,0.138,0.135,0.0928,0.0716,0.0581,0.0263,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88385",5,41.912862,-87.722723,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001143,0.000889,0.00734,"2013-10-13 00:00",0.0021,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00734,0.0021,0.001,0.001,0.001,0.001,0.001,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88388",5,41.912862,-87.722723,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.552,0.31331,1.37,"2013-09-19 00:00",1.2,"2013-07-03 00:00",1.18,"2013-07-09 00:00",1.17,"2013-09-07 00:00","","","","",1.37,1.2,1.18,1.04,0.77,0.465,0.229,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88403",5,41.912862,-87.722723,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.901824,1.640048,8.07,"2013-02-27 00:00",7.37,"2013-08-20 00:00",4.49,"2013-09-07 00:00",4.29,"2013-10-01 00:00","","","","",8.07,7.37,4.49,3.83,2.63,1.27,0.571,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0057","88501",3,41.912862,-87.722723,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8720,100,363,365,0,40,"","","Certification not required",0,14.170516,8.702038,209.6,"2013-07-04 22:00",198.2,"2013-07-04 23:00",164,"2013-07-05 00:00",154.9,"2013-07-04 21:00","","","","",39.5,34.9,29.3,24.6,18.4,12.4,5.7,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","88501",3,41.912862,-87.722723,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,14.123967,6.388383,49.1,"2013-07-04 00:00",41.2,"2013-07-05 00:00",41.2,"2013-12-03 00:00",36.2,"2013-02-07 00:00","","","","",36.2,30,25.5,22.1,17.5,12.7,7.3,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","88502",3,41.912862,-87.722723,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8720,100,61,61,0,40,"","","Certification not required",0,11.005356,7.316605,183.2,"2013-07-04 22:00",173.2,"2013-07-04 23:00",143.1,"2013-07-05 00:00",135.1,"2013-07-04 21:00","","","","",31.4,28.2,23.3,19.7,14.5,9.6,3.9,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","88502",3,41.912862,-87.722723,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,100,61,61,0,0,"","","Certification not required",0,10.958127,5.374398,42,"2013-07-04 00:00",35.1,"2013-07-05 00:00",35,"2013-12-03 00:00",27.5,"2013-10-30 00:00","","","","",27.5,24.3,20.3,17.4,14,9.9,5.3,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0057","88502",5,41.912862,-87.722723,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,11.1,5.186521,23.3,"2013-08-20 00:00",22,"2013-09-07 00:00",21.8,"2013-04-04 00:00",19.2,"2013-02-27 00:00","","","","",23.3,22,21.8,16.4,15.4,11.2,5.1,"SPRINGFIELD PUMP STATION","1745 N. SPRINGFIELD","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0063","42601",1,41.877682,-87.635027,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8654,99,365,365,0,106,"","","Certification not required",0,10.950543,18.298812,422,"2013-06-28 09:00",251,"2013-05-08 07:00",244,"2013-05-16 05:00",240,"2013-07-16 11:00","","","","",86,62,40,27,12,5,1,"CTA BUILDING","321 S. FRANKLIN","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0063","42602",1,41.877682,-87.635027,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8654,99,365,365,0,106,0,"","Certification not required",0,36.712329,12.328471,82,"2013-03-29 06:00",77,"2013-05-08 07:00",75,"2013-02-05 18:00",73,"2013-05-16 05:00","","","","",73,63,59,54,44,36,22,"CTA BUILDING","321 S. FRANKLIN","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0063","42602",1,41.877682,-87.635027,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",8654,99,365,365,0,106,"","","Certification not required",0,20.60654,11.20375,82,"2013-03-29 06:00",77,"2013-05-08 07:00",75,"2013-02-05 18:00",74,"2013-05-08 05:00","","","","",53,47,41,35,28,19,7,"CTA BUILDING","321 S. FRANKLIN","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0063","42603",1,41.877682,-87.635027,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8654,99,365,365,0,106,"","","Certification not required",0,31.501156,26.845056,438,"2013-06-28 09:00",329,"2013-05-08 07:00",318,"2013-05-16 05:00",313,"2013-05-08 05:00","","","","",134,105,77,61,40,25,8,"CTA BUILDING","321 S. FRANKLIN","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0064","44201",1,41.790787,-87.601646,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6869,96,205,214,0,427,0,0,"Certification not required",674,0.041005,0.012325,0.073,"2013-05-14 17:00",0.07,"2013-07-05 13:00",0.066,"2013-08-18 12:00",0.064,"2013-04-27 17:00","","","","",0.066,0.063,0.06,0.055,0.051,0.042,0.033,"UNIVERSITY OF CHICAGO","5720 S. ELLIS AVE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","0064","44201",1,41.790787,-87.601646,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6896,96,205,214,0,0,0,0,"Certification not required",0,0.035844,0.011725,0.064,"2013-07-05 11:00",0.063,"2013-08-18 11:00",0.061,"2013-04-27 13:00",0.058,"2013-06-20 12:00","","","","",0.061,0.057,0.053,0.05,0.045,0.037,0.029,"UNIVERSITY OF CHICAGO","5720 S. ELLIS AVE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","0064","44201",1,41.790787,-87.601646,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6896,96,205,214,0,0,0,0,"Certification not required",0,0.035844,0.011725,0.064,"2013-07-05 11:00",0.063,"2013-08-18 11:00",0.061,"2013-04-27 13:00",0.058,"2013-06-20 12:00","","","","",0.061,0.057,0.053,0.05,0.045,0.037,0.029,"UNIVERSITY OF CHICAGO","5720 S. ELLIS AVE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","0064","63301",1,41.790787,-87.601646,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",2753,76,113,151,0,871,"","","Certification not required",1373,0.186039,0.311323,1.46,"2013-05-24 12:00",1.45,"2013-05-24 11:00",1.4,"2013-04-20 11:00",1.38,"2013-05-24 13:00","","","","",1.25,1.16,0.95,0.66,0.25,0.01,0.005,"UNIVERSITY OF CHICAGO","5720 S. ELLIS AVE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","0076","42401",1,41.7514,-87.713488,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8057,92,339,365,0,703,0,"","Certification not required",0,2.917404,2.068135,18,"2013-12-13 13:00",11,"2013-05-14 18:00",10,"2013-04-29 08:00",10,"2013-05-13 08:00","","","","",10,9,6,5,4,2,1,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42401",1,41.7514,-87.713488,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8057,92,339,365,0,703,"","","Certification not required",0,0.976418,1.155463,18,"2013-12-13 13:00",13,"2013-12-13 12:00",11,"2013-05-14 18:00",11,"2013-12-13 14:00","","","","",5,4,3,2,1,1,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42401",1,41.7514,-87.713488,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",339,93,339,365,0,0,0,"","Certification not required",0,0.984366,0.653908,4.8,"2013-12-13 00:00",3.3,"2013-02-04 00:00",3.3,"2013-05-13 00:00",3,"2013-01-15 00:00","","","","",3,2.8,2.2,1.7,1.3,1,0.2,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42401",1,41.7514,-87.713488,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2643,91,337,365,0,0,"",0,"Certification not required",0,0.952062,1.031487,14,"2013-12-13 14:00",7.6,"2013-02-04 11:00",7,"2013-05-14 20:00",7,"2013-09-26 11:00","","","","",5,4,2.6,2,1.3,1,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42406",1,41.7514,-87.713488,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8058,92,339,365,0,702,"","","Certification not required",0,1.410772,1.571922,23,"2013-12-13 13:00",21,"2013-05-06 01:00",21,"2013-12-22 23:00",19,"2013-04-29 08:00","","","","",7,6,4,3,2,1,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42601",1,41.7514,-87.713488,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8494,97,360,365,0,266,"","","Certification not required",0,7.796445,18.27942,318,"2013-01-10 07:00",290,"2013-02-25 06:00",264,"2013-01-10 08:00",246,"2013-02-25 05:00","","","","",94,64,33,17,6,3,1,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42602",1,41.7514,-87.713488,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8494,97,360,365,0,266,1,"","Certification not required",0,30.427778,13.217921,102,"2013-05-16 07:00",86,"2013-05-15 23:00",74,"2013-05-14 19:00",72,"2013-06-20 21:00","","","","",72,62,54,47,38,29,15,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42602",1,41.7514,-87.713488,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8494,97,360,365,0,266,"","","Certification not required",0,15.898517,10.305041,102,"2013-05-16 07:00",95,"2013-05-16 06:00",86,"2013-05-15 23:00",83,"2013-05-15 22:00","","","","",49,44,36,30,21,13,6,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","42603",1,41.7514,-87.713488,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8494,97,360,365,0,266,"","","Certification not required",0,23.151048,25.674092,380,"2013-01-10 07:00",348,"2013-02-25 06:00",324,"2013-01-10 08:00",317,"2013-05-16 06:00","","","","",134,102,66,45,27,16,7,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","44201",1,41.7514,-87.713488,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8540,97,208,214,0,220,0,0,"Certification not required",1087,0.045019,0.0129,0.079,"2013-05-14 17:00",0.072,"2013-06-20 15:00",0.071,"2013-08-18 15:00",0.07,"2013-09-11 12:00","","","","",0.071,0.068,0.065,0.061,0.054,0.047,0.034,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","44201",1,41.7514,-87.713488,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8542,95,203,214,0,0,0,0,"Certification not required",0,0.039246,0.012406,0.066,"2013-05-14 11:00",0.066,"2013-06-20 11:00",0.066,"2013-08-18 10:00",0.062,"2013-05-20 11:00","","","","",0.066,0.062,0.058,0.056,0.049,0.04,0.03,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","44201",1,41.7514,-87.713488,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8542,95,203,214,0,0,0,0,"Certification not required",0,0.039246,0.012406,0.066,"2013-05-14 11:00",0.066,"2013-06-20 11:00",0.066,"2013-08-18 10:00",0.062,"2013-05-20 11:00","","","","",0.066,0.062,0.058,0.056,0.049,0.04,0.03,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","61103",1,41.7514,-87.713488,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6259,71,257,365,0,2501,"","","Certification not required",0,5.123965,2.590698,16.3,"2013-02-11 02:00",16.1,"2013-11-17 15:00",16,"2013-02-11 12:00",15.6,"2013-11-17 16:00","","","","",12.2,11.1,9.7,8.6,6.8,4.9,2,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","61104",1,41.7514,-87.713488,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6259,71,257,365,0,2501,"","","Certification not required",0,206.54146,93.056142,360,"2013-01-30 04:00",360,"2013-02-02 13:00",360,"2013-03-01 07:00",360,"2013-03-01 22:00","","","","",356,352,339,322,272,227,68,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","68103",5,41.7514,-87.713488,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,4,"","","Certification not required",0,8.312658,10.144626,25.3,"2013-07-18 00:00",25,"2013-09-10 00:00",23.6,"2013-07-09 00:00",21.2,"2013-07-21 00:00","","","","",25.3,25,21.2,19.9,16.1,10.5,-6.4,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","68104",5,41.7514,-87.713488,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,4,"","","Certification not required",0,17.634177,11.256313,35.5,"2013-07-18 00:00",35.2,"2013-09-10 00:00",33.1,"2013-07-21 00:00",33,"2013-06-27 00:00","","","","",35.5,35.2,33,30.7,28.3,19.3,0.8,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","68105",1,41.7514,-87.713488,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",71,100,58,61,0,4,"","","Certification not required",0,9.222535,12.459766,34.4,"2013-01-29 00:00",28.4,"2013-08-26 00:00",28.3,"2013-07-09 00:00",27.5,"2013-05-28 00:00","","","","",34.4,28.4,27.5,26.8,20.7,7.7,-6.3,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","68105",5,41.7514,-87.713488,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,4,"","","Certification not required",0,13.062025,10.459155,30.3,"2013-09-10 00:00",30.1,"2013-07-18 00:00",27,"2013-07-09 00:00",26.2,"2013-07-21 00:00","","","","",30.3,30.1,26.2,24.9,21.9,15.1,-2.7,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","68106",5,41.7514,-87.713488,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,4,"","","Certification not required",0,741.734177,4.143914,756,"2013-11-12 00:00",749,"2013-10-13 00:00",748,"2013-01-04 00:00",748,"2013-09-16 00:00","","","","",756,749,748,747,744,742,736,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","68107",5,41.7514,-87.713488,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,4,"","","Certification not required",0,746.962025,4.404086,761,"2013-11-12 00:00",759,"2013-01-10 00:00",756,"2013-02-09 00:00",756,"2013-02-21 00:00","","","","",761,759,756,752,749,746,743,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","68108",1,41.7514,-87.713488,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",72,100,59,61,0,3,"","","Certification not required",0,749.305556,8.416347,769,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-12-24 00:00",763,"2013-01-04 00:00","","","","",769,766,763,758,755,751,740,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","68108",5,41.7514,-87.713488,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,79,122,0,4,"","","Certification not required",0,743.582278,4.235405,758,"2013-11-12 00:00",751,"2013-10-13 00:00",750,"2013-01-04 00:00",750,"2013-01-10 00:00","","","","",758,751,750,750,746,743,739,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88101",1,41.7514,-87.713488,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",72,95,72,76,0,3,0,0,"Certification not required",0,9.901389,4.486866,23.8,"2013-02-24 00:00",20.8,"2013-01-08 00:00",20,"2013-08-20 00:00",19.3,"2013-09-19 00:00","","","","",23.8,20.8,19.3,15.3,12.5,9.6,4.8,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","88101",1,41.7514,-87.713488,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",72,95,72,76,0,3,"","","Certification not required",0,9.901389,4.486866,23.8,"2013-02-24 00:00",20.8,"2013-01-08 00:00",20,"2013-08-20 00:00",19.3,"2013-09-19 00:00","","","","",23.8,20.8,19.3,15.3,12.5,9.6,4.8,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","88102",5,41.7514,-87.713488,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",76,0.019373,0.00875,0.064,"2013-10-04 00:00",0.061,"2013-11-06 00:00",0.033,"2013-10-22 00:00",0.026,"2013-02-24 00:00","","","","",0.064,0.061,0.026,0.026,0.021,0.0195,0.0095,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88103",5,41.7514,-87.713488,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.000608,0.000883,0.003,"2013-04-28 00:00",0.003,"2013-05-13 00:00",0.003,"2013-08-17 00:00",0.002,"2013-01-04 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88104",5,41.7514,-87.713488,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",48,0.028152,0.041338,0.256,"2013-01-28 00:00",0.217,"2013-09-16 00:00",0.139,"2013-05-01 00:00",0.08,"2013-02-27 00:00","","","","",0.256,0.217,0.08,0.068,0.031,0.0125,0.0065,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88107",5,41.7514,-87.713488,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",78,0.007558,0.007597,0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88109",5,41.7514,-87.713488,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",8,0.00371,0.002339,0.0147,"2013-01-04 00:00",0.0119,"2013-01-28 00:00",0.0077,"2013-07-09 00:00",0.0076,"2013-01-31 00:00","","","","",0.0147,0.0119,0.0076,0.0063,0.0048,0.003,0.00115,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88110",5,41.7514,-87.713488,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.001025,0.002621,0.013,"2013-01-13 00:00",0.011,"2013-07-06 00:00",0.009,"2013-10-25 00:00",0.008,"2013-02-06 00:00","","","","",0.013,0.011,0.008,0.004,0,0,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88111",5,41.7514,-87.713488,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",3,0.039039,0.030352,0.166,"2013-05-16 00:00",0.145,"2013-05-07 00:00",0.107,"2013-09-10 00:00",0.095,"2013-09-04 00:00","","","","",0.166,0.145,0.095,0.0765,0.0514,0.0316,0.0098,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88112",5,41.7514,-87.713488,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.002937,0.005448,0.042,"2013-09-22 00:00",0.016,"2013-01-28 00:00",0.015,"2013-09-16 00:00",0.009,"2013-05-28 00:00","","","","",0.042,0.016,0.009,0.007,0.003,0.002,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88113",5,41.7514,-87.713488,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",73,0.00074,0.000192,0.0014,"2013-06-12 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-15 00:00",0.0012,"2013-02-06 00:00","","","","",0.0014,0.0013,0.0012,0.001,0.0007,0.0007,0.00055,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88114",5,41.7514,-87.713488,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",45,0.002212,0.001904,0.0118,"2013-07-03 00:00",0.0062,"2013-08-23 00:00",0.0062,"2013-10-10 00:00",0.006,"2013-05-16 00:00","","","","",0.0118,0.0062,0.006,0.0052,0.0027,0.00125,0.0008,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88115",5,41.7514,-87.713488,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",48,0.009286,0.012976,0.0716,"2013-01-28 00:00",0.069,"2013-02-06 00:00",0.0572,"2013-01-10 00:00",0.0357,"2013-02-24 00:00","","","","",0.0716,0.069,0.0357,0.017,0.01,0.00405,0.00245,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88117",5,41.7514,-87.713488,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",79,0.007785,0.011914,0.043,"2013-02-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00","","","","",0.043,0.043,0.043,0.043,0.0048,0.0041,0.0028,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88118",5,41.7514,-87.713488,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",79,0.009644,0.00683,0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.00405,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88126",5,41.7514,-87.713488,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.076111,0.055262,0.25,"2013-05-13 00:00",0.239,"2013-01-10 00:00",0.215,"2013-10-10 00:00",0.212,"2013-06-12 00:00","","","","",0.25,0.239,0.212,0.16,0.0978,0.0612,0.0228,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88128",5,41.7514,-87.713488,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.002152,0.002597,0.014,"2013-04-28 00:00",0.01,"2013-05-13 00:00",0.007,"2013-06-12 00:00",0.007,"2013-07-03 00:00","","","","",0.014,0.01,0.007,0.006,0.003,0.002,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88131",5,41.7514,-87.713488,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",76,0.010234,0.004205,0.03,"2013-01-10 00:00",0.018,"2013-10-25 00:00",0.0165,"2013-02-24 00:00",0.0165,"2013-03-02 00:00","","","","",0.03,0.018,0.0165,0.0165,0.011,0.008,0.007,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88132",5,41.7514,-87.713488,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.002114,0.003063,0.022,"2013-05-13 00:00",0.01,"2013-10-10 00:00",0.009,"2013-01-10 00:00",0.006,"2013-04-28 00:00","","","","",0.022,0.01,0.006,0.005,0.003,0.001,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88136",5,41.7514,-87.713488,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.000848,0.001424,0.008,"2013-09-01 00:00",0.006,"2013-05-16 00:00",0.005,"2013-01-28 00:00",0.004,"2013-09-16 00:00","","","","",0.008,0.006,0.004,0.002,0.001,0,0,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88140",5,41.7514,-87.713488,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",62,0.011342,0.010846,0.0671,"2013-08-20 00:00",0.0497,"2013-08-23 00:00",0.037,"2013-07-03 00:00",0.035,"2013-02-21 00:00","","","","",0.0671,0.0497,0.035,0.028,0.009,0.009,0.00475,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88152",5,41.7514,-87.713488,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",79,0.005313,0.00144,0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88154",5,41.7514,-87.713488,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",73,0.001207,0.000418,0.0033,"2013-07-18 00:00",0.003,"2013-04-28 00:00",0.0024,"2013-07-30 00:00",0.0018,"2013-08-08 00:00","","","","",0.0033,0.003,0.0018,0.0013,0.0013,0.00125,0.00065,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88160",5,41.7514,-87.713488,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",79,0.012557,0.003637,0.018,"2013-02-24 00:00",0.018,"2013-03-02 00:00",0.018,"2013-03-11 00:00",0.018,"2013-05-07 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.008,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88161",5,41.7514,-87.713488,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",70,0.0027,0.001166,0.0087,"2013-05-16 00:00",0.007,"2013-07-18 00:00",0.006,"2013-06-27 00:00",0.0058,"2013-04-28 00:00","","","","",0.0087,0.007,0.0058,0.0044,0.00265,0.0025,0.0021,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88164",5,41.7514,-87.713488,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",77,0.001615,0.000495,0.0045,"2013-06-06 00:00",0.004,"2013-06-12 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00","","","","",0.0045,0.004,0.0019,0.0019,0.0016,0.0016,0.00095,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88165",5,41.7514,-87.713488,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",4,0.055772,0.04856,0.274,"2013-05-01 00:00",0.269,"2013-05-16 00:00",0.153,"2013-06-27 00:00",0.151,"2013-04-28 00:00","","","","",0.274,0.269,0.151,0.109,0.066,0.042,0.0157,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88166",5,41.7514,-87.713488,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",78,0.008185,0.005026,0.0198,"2013-06-06 00:00",0.0185,"2013-02-24 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-03-11 00:00","","","","",0.0198,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88167",5,41.7514,-87.713488,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",4,0.019023,0.053468,0.473,"2013-05-22 00:00",0.0885,"2013-05-07 00:00",0.0505,"2013-01-10 00:00",0.0465,"2013-10-10 00:00","","","","",0.473,0.0885,0.0465,0.0293,0.0176,0.0092,0.003,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88168",5,41.7514,-87.713488,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",76,0.001396,0.001138,0.0097,"2013-02-09 00:00",0.0048,"2013-09-07 00:00",0.0045,"2013-07-03 00:00",0.00175,"2013-02-24 00:00","","","","",0.0097,0.0048,0.00175,0.00175,0.00155,0.00115,0.00085,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88169",5,41.7514,-87.713488,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,0.695278,0.465904,2.32,"2013-08-20 00:00",2.19,"2013-05-19 00:00",2.09,"2013-09-07 00:00",1.56,"2013-07-06 00:00","","","","",2.32,2.19,1.56,1.29,0.994,0.548,0.259,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88176",5,41.7514,-87.713488,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",78,0.000974,0.000249,0.0018,"2013-09-01 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-24 00:00",0.0013,"2013-03-02 00:00","","","","",0.0018,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88180",5,41.7514,-87.713488,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",1,0.054453,0.078155,0.682,"2013-07-03 00:00",0.169,"2013-07-06 00:00",0.144,"2013-09-07 00:00",0.13,"2013-09-19 00:00","","","","",0.682,0.169,0.13,0.0958,0.0575,0.0378,0.015,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88184",5,41.7514,-87.713488,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",46,0.045532,0.042578,0.26,"2013-05-22 00:00",0.179,"2013-02-27 00:00",0.174,"2013-02-21 00:00",0.143,"2013-05-07 00:00","","","","",0.26,0.179,0.143,0.09,0.055,0.027,0.0155,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88185",5,41.7514,-87.713488,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",74,0.003621,0.003638,0.0115,"2013-02-24 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-03-11 00:00",0.0115,"2013-05-07 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88301",5,41.7514,-87.713488,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",1,0.833639,0.662092,2.86,"2013-02-06 00:00",2.81,"2013-04-28 00:00",2.72,"2013-05-19 00:00",2.25,"2013-02-24 00:00","","","","",2.86,2.81,2.25,1.77,1.12,0.62,0.145,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88302",5,41.7514,-87.713488,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",2,0.084347,0.102796,0.739,"2013-10-31 00:00",0.41,"2013-04-25 00:00",0.355,"2013-02-15 00:00",0.264,"2013-11-03 00:00","","","","",0.739,0.41,0.264,0.16,0.09,0.054,0.024,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88303",5,41.7514,-87.713488,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",25,0.047577,0.079255,0.589,"2013-07-03 00:00",0.38,"2013-04-10 00:00",0.162,"2013-07-06 00:00",0.125,"2013-05-19 00:00","","","","",0.589,0.38,0.125,0.094,0.044,0.027,0.0115,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88306",5,41.7514,-87.713488,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,1.564646,1.433249,6.75,"2013-02-24 00:00",6.03,"2013-01-16 00:00",5.97,"2013-02-06 00:00",5.4,"2013-04-28 00:00","","","","",6.75,6.03,5.4,3.67,2.1,0.986,0.386,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88355",5,41.7514,-87.713488,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",0,2.333387,1.013004,4.99,"2013-07-03 00:00",4.75,"2013-06-30 00:00",4.44,"2013-09-19 00:00",4.27,"2013-06-12 00:00","","","","",4.99,4.75,4.27,3.72,3.06,2.31,1.1,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88357",5,41.7514,-87.713488,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",1,0.41912,0.248014,1.16,"2013-05-16 00:00",1.14,"2013-06-12 00:00",1.04,"2013-01-10 00:00",0.956,"2013-10-10 00:00","","","","",1.16,1.14,0.956,0.736,0.559,0.347,0.172,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88370",5,41.7514,-87.713488,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",0,2.071413,0.897274,4.52,"2013-06-30 00:00",4.35,"2013-07-03 00:00",3.93,"2013-09-19 00:00",3.72,"2013-05-16 00:00","","","","",4.52,4.35,3.72,3.09,2.72,2.05,1.03,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88374",5,41.7514,-87.713488,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",0,0.198,0.126582,0.632,"2013-07-03 00:00",0.601,"2013-01-10 00:00",0.51,"2013-08-17 00:00",0.475,"2013-08-20 00:00","","","","",0.632,0.601,0.475,0.366,0.248,0.165,0.071,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88375",5,41.7514,-87.713488,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",0,0.578507,0.250892,1.18,"2013-07-03 00:00",1.13,"2013-09-19 00:00",1.02,"2013-09-10 00:00",1.01,"2013-07-09 00:00","","","","",1.18,1.13,1.01,0.94,0.747,0.577,0.286,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88376",5,41.7514,-87.713488,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",0,0.599507,0.318795,1.63,"2013-06-30 00:00",1.57,"2013-07-03 00:00",1.37,"2013-05-16 00:00",1.16,"2013-08-23 00:00","","","","",1.63,1.57,1.16,1.05,0.797,0.525,0.261,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88377",5,41.7514,-87.713488,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",0,0.42576,0.210988,0.886,"2013-07-03 00:00",0.833,"2013-08-11 00:00",0.822,"2013-05-16 00:00",0.815,"2013-08-17 00:00","","","","",0.886,0.833,0.815,0.728,0.592,0.398,0.172,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88378",5,41.7514,-87.713488,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",4,0.2698,0.177012,0.815,"2013-06-30 00:00",0.77,"2013-09-19 00:00",0.738,"2013-05-19 00:00",0.666,"2013-07-09 00:00","","","","",0.815,0.77,0.666,0.568,0.312,0.219,0.121,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88380",5,41.7514,-87.713488,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",1,0.681093,0.388254,2.32,"2013-06-12 00:00",1.53,"2013-10-10 00:00",1.47,"2013-07-03 00:00",1.38,"2013-05-16 00:00","","","","",2.32,1.53,1.38,1.23,0.886,0.633,0.269,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88383",5,41.7514,-87.713488,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",1,0.879413,0.423802,2.48,"2013-06-12 00:00",1.71,"2013-09-19 00:00",1.69,"2013-05-16 00:00",1.52,"2013-07-03 00:00","","","","",2.48,1.71,1.52,1.43,1.15,0.894,0.389,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88384",5,41.7514,-87.713488,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",1,0.071064,0.035361,0.171,"2013-08-29 00:00",0.171,"2013-10-25 00:00",0.167,"2013-05-13 00:00",0.137,"2013-06-30 00:00","","","","",0.171,0.171,0.137,0.117,0.0848,0.0657,0.0315,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88385",5,41.7514,-87.713488,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",67,0.001316,0.001145,0.00849,"2013-10-13 00:00",0.00557,"2013-02-21 00:00",0.00456,"2013-10-22 00:00",0.00375,"2013-05-04 00:00","","","","",0.00849,0.00557,0.00375,0.00205,0.001,0.001,0.001,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88388",5,41.7514,-87.713488,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,8,"","","Certification not required",1,0.531533,0.27007,1.45,"2013-06-12 00:00",1.29,"2013-09-19 00:00",1.15,"2013-05-19 00:00",1.06,"2013-07-09 00:00","","","","",1.45,1.29,1.06,0.913,0.668,0.479,0.269,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88403",5,41.7514,-87.713488,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,1.784468,1.26157,6.87,"2013-08-20 00:00",5.98,"2013-05-19 00:00",4.98,"2013-09-07 00:00",4.72,"2013-07-06 00:00","","","","",6.87,5.98,4.72,3.23,2.44,1.46,0.644,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0076","88501",3,41.7514,-87.713488,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8603,98,359,365,0,157,"","","Certification not required",0,24.346728,9.543816,162.6,"2013-07-04 22:00",130.5,"2013-07-04 23:00",123,"2013-07-04 21:00",92.7,"2013-07-05 00:00","","","","",54.7,48,41.3,36.3,29.2,22.9,14.1,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","88501",3,41.7514,-87.713488,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,24.333148,7.027574,64.2,"2013-12-03 00:00",50.1,"2013-12-04 00:00",50,"2013-12-01 00:00",47.9,"2013-07-04 00:00","","","","",47.9,40.4,36.4,33,28.4,23.3,16.6,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","88502",3,41.7514,-87.713488,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8602,98,359,365,0,158,"","","Certification not required",0,11.24342,7.26853,117.7,"2013-07-04 22:00",93,"2013-07-04 23:00",87.2,"2013-07-04 21:00",63.9,"2013-07-05 00:00","","","","",34.6,29.5,24.1,20.4,14.9,10.1,3.4,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","88502",3,41.7514,-87.713488,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,11.220613,5.338499,41.9,"2013-12-03 00:00",31,"2013-12-01 00:00",31,"2013-12-04 00:00",29.4,"2013-07-04 00:00","","","","",29.4,23.6,20.9,17.6,14.3,10.4,5.2,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","0076","88502",5,41.7514,-87.713488,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,4,"","","Certification not required",0,10.336709,4.295113,20.2,"2013-07-03 00:00",18.7,"2013-06-12 00:00",18.5,"2013-04-28 00:00",18.4,"2013-08-20 00:00","","","","",20.2,18.7,18.4,17.6,13.5,9.5,5,"COM ED MAINTENANCE BLDG","7801 LAWNDALE","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","0110","11101",1,41.85577,-87.657928,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,"","","Certification not required",0,39.118644,26.316433,105,"2013-09-07 00:00",104,"2013-10-01 00:00",102,"2013-05-16 00:00",101,"2013-10-25 00:00","","","","",105,104,102,85,52,34,13,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14110",1,41.85577,-87.657928,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.000831,0.00053,0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-21 00:00",0.002,"2013-03-11 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14112",1,41.85577,-87.657928,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.008644,0.006071,0.03,"2013-11-24 00:00",0.024,"2013-10-07 00:00",0.022,"2013-07-15 00:00",0.022,"2013-09-25 00:00","","","","",0.03,0.024,0.022,0.016,0.012,0.007,0.002,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14126",1,41.85577,-87.657928,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.458814,0.32527,1.8,"2013-08-20 00:00",1.53,"2013-08-26 00:00",1,"2013-09-07 00:00",0.99,"2013-03-29 00:00","","","","",1.8,1.53,1,0.9,0.58,0.35,0.18,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14129",1,41.85577,-87.657928,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.023051,0.019283,0.092,"2013-01-16 00:00",0.086,"2013-09-07 00:00",0.072,"2013-10-01 00:00",0.06,"2013-09-01 00:00","","","","",0.092,0.086,0.072,0.051,0.029,0.016,0.007,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14129",9,41.85577,-87.657928,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,3,0,0,"Certification not required",0,0.020233,0.018481,0.104,"2013-09-07 00:00",0.069,"2013-10-01 00:00",0.05,"2013-09-01 00:00",0.046,"2013-10-25 00:00","","","","",0.104,0.104,0.05,0.033,0.024,0.013,0.007,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14132",1,41.85577,-87.657928,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.027034,0.017667,0.072,"2013-08-20 00:00",0.065,"2013-01-10 00:00",0.06,"2013-05-16 00:00",0.059,"2013-09-07 00:00","","","","",0.072,0.065,0.06,0.056,0.038,0.021,0.009,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0110","14136",1,41.85577,-87.657928,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.005627,0.00486,0.032,"2013-03-11 00:00",0.019,"2013-09-07 00:00",0.014,"2013-08-20 00:00",0.013,"2013-07-15 00:00","","","","",0.032,0.019,0.014,0.01,0.007,0.005,0.001,"PEREZ ELEMENTRY SCHOOL","1241 19th St.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","11101",1,41.663611,-87.622483,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,4,"","","Certification not required",0,46.533333,28.764727,111,"2013-12-18 00:00",98,"2013-12-12 00:00",80,"2013-12-30 00:00",55,"2013-11-30 00:00","","","","",111,111,111,98,55,38,20,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14103",1,41.663611,-87.622483,"NAD83","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,0,0,0,"2013-10-07 00:00",0,"2013-10-17 00:00",0,"2013-10-22 00:00",0,"2013-10-25 00:00","","","","",0,0,0,0,0,0,0,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14105",1,41.663611,-87.622483,"NAD83","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,0,0,0,"2013-10-07 00:00",0,"2013-10-17 00:00",0,"2013-10-22 00:00",0,"2013-10-25 00:00","","","","",0,0,0,0,0,0,0,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14110",1,41.663611,-87.622483,"NAD83","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,0,0,0,"2013-10-07 00:00",0,"2013-10-17 00:00",0,"2013-10-22 00:00",0,"2013-10-25 00:00","","","","",0,0,0,0,0,0,0,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14112",1,41.663611,-87.622483,"NAD83","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,0.0035,0.003308,0.008,"2013-10-17 00:00",0.008,"2013-11-30 00:00",0.006,"2013-10-31 00:00",0.005,"2013-11-06 00:00","","","","",0.008,0.008,0.008,0.008,0.006,0.004,0,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14126",1,41.663611,-87.622483,"NAD83","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,1.4381,1.191646,4.103,"2013-11-06 00:00",2.827,"2013-11-30 00:00",1.79,"2013-10-17 00:00",1.569,"2013-10-31 00:00","","","","",4.103,4.103,4.103,4.103,1.79,1.034,0.592,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14129",1,41.663611,-87.622483,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,16,10,61,0,3,0,0,"Certification not required",0,0.0066,0.003534,0.013,"2013-11-30 00:00",0.012,"2013-11-06 00:00",0.009,"2013-10-17 00:00",0.006,"2013-10-07 00:00","","","","",0.013,0.013,0.013,0.013,0.009,0.005,0.003,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14132",1,41.663611,-87.622483,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,0.0906,0.071928,0.237,"2013-11-30 00:00",0.17,"2013-10-17 00:00",0.131,"2013-10-31 00:00",0.124,"2013-11-06 00:00","","","","",0.237,0.237,0.237,0.237,0.131,0.064,0.03,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","0113","14136",1,41.663611,-87.622483,"NAD83","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,67,10,15,0,3,"","","Certification not required",0,0.0007,0.002214,0.007,"2013-11-06 00:00",0,"2013-10-07 00:00",0,"2013-10-17 00:00",0,"2013-10-22 00:00","","","","",0.007,0.007,0.007,0.007,0,0,0,"ArcelorMittal Steel","W. 127th St. and S. State St.","Illinois","Cook","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","1003","44201",2,41.984332,-87.792002,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4557,88,189,214,0,579,0,0,"Certification not required",398,0.04618,0.013613,0.082,"2013-05-14 16:00",0.081,"2013-09-09 15:00",0.079,"2013-06-20 14:00",0.079,"2013-07-05 15:00","","","","",0.081,0.079,0.069,0.063,0.055,0.047,0.029,"TAFT HS","6545 W. HURLBUT ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","1003","44201",2,41.984332,-87.792002,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4556,87,186,214,0,0,0,0,"Certification not required",0,0.040903,0.012793,0.071,"2013-06-20 11:00",0.069,"2013-05-14 12:00",0.068,"2013-09-09 10:00",0.066,"2013-07-22 10:00","","","","",0.069,0.066,0.061,0.057,0.05,0.043,0.025,"TAFT HS","6545 W. HURLBUT ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","1003","44201",2,41.984332,-87.792002,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4556,87,186,214,0,0,0,0,"Certification not required",0,0.040903,0.012793,0.071,"2013-06-20 11:00",0.069,"2013-05-14 12:00",0.068,"2013-09-09 10:00",0.066,"2013-07-22 10:00","","","","",0.069,0.066,0.061,0.057,0.05,0.043,0.025,"TAFT HS","6545 W. HURLBUT ST.","Illinois","Cook","Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","1016","68105",1,41.801167,-87.831945,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",175,100,104,122,0,4,"","","Certification not required",0,6.785143,11.366092,31.2,"2013-07-18 00:00",31,"2013-09-10 00:00",27.9,"2013-07-15 00:00",27.4,"2013-07-09 00:00","","","","",31,27.4,25.7,23.5,16.4,4.3,-6.7,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","68105",9,41.801167,-87.831945,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",44,96,44,46,0,3,"","","Certification not required",0,12.688636,11.47787,27.6,"2013-07-09 00:00",27.4,"2013-07-15 00:00",25.5,"2013-07-21 00:00",25.4,"2013-09-07 00:00","","","","",27.6,27.6,25.5,24.9,21.7,14.9,-7.7,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","68108",1,41.801167,-87.831945,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",175,100,104,122,0,4,"","","Certification not required",0,745.108571,6.143372,760,"2013-10-13 00:00",760,"2013-11-12 00:00",758,"2013-01-24 00:00",757,"2013-12-12 00:00","","","","",760,757,755,753,749,746,736,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","68108",9,41.801167,-87.831945,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,96,44,46,0,3,"","","Certification not required",0,745.477273,6.875939,765,"2013-11-24 00:00",763,"2013-11-12 00:00",757,"2013-12-24 00:00",756,"2013-12-06 00:00","","","","",765,765,757,754,750,744,740,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","81102",4,41.801167,-87.831945,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",1111,13,46,365,0,0,"","","Certification not required",3,39.709271,21.708202,212,"2013-12-12 10:00",208,"2013-12-12 09:00",190,"2013-12-10 08:00",172,"2013-11-25 09:00","","","","",128,104,79,60,47,35,22,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","81102",4,41.801167,-87.831945,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",46,13,46,365,0,0,0,0,"Certification not required",0,39.195652,13.438948,71,"2013-12-13 00:00",67,"2013-12-12 00:00",67,"2013-12-30 00:00",62,"2013-12-03 00:00","","","","",71,71,67,61,50,35,25,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","88101",1,41.801167,-87.831945,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",178,98,178,182,0,4,1,1,"Certification not required",0,11.800562,6.18369,39.3,"2013-12-03 00:00",34.8,"2013-02-07 00:00",28.4,"2013-02-03 00:00",24.6,"2013-03-15 00:00","","","","",34.8,24.6,22.2,20.8,15.9,10.4,4.9,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","88101",1,41.801167,-87.831945,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",178,98,178,182,0,4,"","","Certification not required",0,11.800562,6.18369,39.3,"2013-12-03 00:00",34.8,"2013-02-07 00:00",28.4,"2013-02-03 00:00",24.6,"2013-03-15 00:00","","","","",34.8,24.6,22.2,20.8,15.9,10.4,4.9,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","88101",9,41.801167,-87.831945,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,4,0,0,"Certification not required",0,11.093182,6.149471,28.6,"2013-07-09 00:00",22.5,"2013-09-19 00:00",21.2,"2013-04-28 00:00",20.6,"2013-06-09 00:00","","","","",28.6,28.6,21.2,19.5,15.4,10.1,4.4,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1016","88101",9,41.801167,-87.831945,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,4,"","","Certification not required",0,11.093182,6.149471,28.6,"2013-07-09 00:00",22.5,"2013-09-19 00:00",21.2,"2013-04-28 00:00",20.6,"2013-06-09 00:00","","","","",28.6,28.6,21.2,19.5,15.4,10.1,4.4,"VILLAGE HALL","50TH ST. AND GLENCOE","Illinois","Cook","McCook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","42401",1,41.66812,-87.99057,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8584,98,359,365,0,176,3,"","Certification not required",0,9.902507,13.377792,95,"2013-02-24 10:00",95,"2013-07-28 22:00",83,"2013-06-02 03:00",73,"2013-09-04 07:00","","","","",73,64,34,24,13,5,1,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","42401",1,41.66812,-87.99057,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8584,98,359,365,0,176,"","","Certification not required",0,2.069432,4.825181,95,"2013-02-24 10:00",95,"2013-07-28 22:00",83,"2013-06-02 03:00",83,"2013-07-28 21:00","","","","",21,15,9,5,2,1,0,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","42401",1,41.66812,-87.99057,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,2.078273,2.439864,22.4,"2013-07-28 00:00",16.9,"2013-02-24 00:00",13.7,"2013-03-14 00:00",13.3,"2013-09-04 00:00","","","","",13.3,9.7,6.9,4.5,2.6,1.4,0.3,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","42401",1,41.66812,-87.99057,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2827,97,359,365,0,0,"",0,"Certification not required",0,2.040962,4.071532,76.6,"2013-07-28 23:00",55.3,"2013-03-14 02:00",43.6,"2013-06-02 05:00",43.6,"2013-08-19 08:00","","","","",18.3,14.3,8,5,2,1,0,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","42406",1,41.66812,-87.99057,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8584,98,359,365,0,176,"","","Certification not required",0,4.201654,9.794914,170,"2013-02-24 10:00",152,"2013-02-23 21:00",149,"2013-05-09 06:00",146,"2013-08-28 03:00","","","","",47,32,19,10,3,1,1,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","44201",1,41.66812,-87.99057,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8505,97,207,214,0,255,0,0,"Certification not required",518,0.047406,0.012559,0.083,"2013-08-18 14:00",0.076,"2013-09-09 15:00",0.074,"2013-07-14 15:00",0.073,"2013-07-12 15:00","","","","",0.074,0.072,0.067,0.063,0.056,0.048,0.038,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","44201",1,41.66812,-87.99057,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8539,95,204,214,0,0,0,0,"Certification not required",0,0.04199,0.011915,0.077,"2013-08-18 11:00",0.066,"2013-09-09 11:00",0.065,"2013-05-20 10:00",0.064,"2013-08-17 11:00","","","","",0.065,0.063,0.06,0.057,0.051,0.044,0.034,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","1601","44201",1,41.66812,-87.99057,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8539,95,204,214,0,0,1,1,"Certification not required",0,0.04199,0.011915,0.077,"2013-08-18 11:00",0.066,"2013-09-09 11:00",0.065,"2013-05-20 10:00",0.064,"2013-08-17 11:00","","","","",0.065,0.063,0.06,0.057,0.051,0.044,0.034,"COOK COUNTY TRAILER","729 HOUSTON","Illinois","Cook","Lemont","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","2001","68105",1,41.662109,-87.696467,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",29,100,14,14,0,0,"","","Certification not required",0,-1.058621,4.578562,8.2,"2013-01-28 00:00",5.5,"2013-03-11 00:00",5.2,"2013-01-19 00:00",5.1,"2013-02-18 00:00","","","","",8.2,8.2,5.5,5.2,1.9,-1.4,-6.6,"EISENHOWER HS","12700 SACRAMENTO","Illinois","Cook","Blue Island","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","2001","68108",1,41.662109,-87.696467,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,100,14,14,0,0,"","","Certification not required",0,739.655172,6.001642,752,"2013-01-22 00:00",749,"2013-01-10 00:00",747,"2013-03-08 00:00",745,"2013-01-04 00:00","","","","",752,752,749,747,743,740,732,"EISENHOWER HS","12700 SACRAMENTO","Illinois","Cook","Blue Island","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","2001","88101",1,41.662109,-87.696467,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,0,0,"Certification not required",0,10.955172,5.461592,25.5,"2013-02-24 00:00",21,"2013-02-05 00:00",19.8,"2013-01-28 00:00",19.2,"2013-02-21 00:00","","","","",25.5,25.5,21,19.8,13.2,10.3,5,"EISENHOWER HS","12700 SACRAMENTO","Illinois","Cook","Blue Island","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-28" +"17","031","2001","88101",1,41.662109,-87.696467,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,24,29,122,0,0,"","","Certification not required",0,10.955172,5.461592,25.5,"2013-02-24 00:00",21,"2013-02-05 00:00",19.8,"2013-01-28 00:00",19.2,"2013-02-21 00:00","","","","",25.5,25.5,21,19.8,13.2,10.3,5,"EISENHOWER HS","12700 SACRAMENTO","Illinois","Cook","Blue Island","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-28" +"17","031","3103","11101",1,41.965193,-87.876265,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,6,"","","Certification not required",0,59.655172,28.331714,134,"2013-01-16 00:00",134,"2013-10-25 00:00",116,"2013-12-24 00:00",116,"2013-12-30 00:00","","","","",134,134,116,103,74,53,28,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14103",1,41.965193,-87.876265,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14105",1,41.965193,-87.876265,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14110",1,41.965193,-87.876265,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14112",1,41.965193,-87.876265,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0.003037,0.00211,0.008,"2013-10-25 00:00",0.007,"2013-01-10 00:00",0.007,"2013-03-29 00:00",0.006,"2013-01-16 00:00","","","","",0.008,0.007,0.007,0.006,0.004,0.003,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14126",1,41.965193,-87.876265,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0.850815,0.390304,2.246,"2013-10-25 00:00",1.792,"2013-05-08 00:00",1.579,"2013-04-04 00:00",1.513,"2013-03-29 00:00","","","","",2.246,1.792,1.579,1.296,1.048,0.806,0.437,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14129",1,41.965193,-87.876265,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,0,0,"Certification not required",0,0.005444,0.004624,0.021,"2013-05-08 00:00",0.018,"2013-02-27 00:00",0.014,"2013-01-10 00:00",0.014,"2013-07-03 00:00","","","","",0.021,0.018,0.014,0.012,0.007,0.005,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14132",1,41.965193,-87.876265,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0.027963,0.019087,0.134,"2013-10-25 00:00",0.064,"2013-01-10 00:00",0.056,"2013-05-08 00:00",0.052,"2013-04-04 00:00","","","","",0.134,0.064,0.056,0.043,0.033,0.025,0.012,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","14136",1,41.965193,-87.876265,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,5,"","","Certification not required",0,0.000444,0.001787,0.012,"2013-02-27 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-16 00:00",0.003,"2013-03-29 00:00","","","","",0.012,0.003,0.003,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","3103","42153",6,41.965193,-87.876265,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.467778,0.611354,2.54,"2013-04-16 00:00",1.97,"2013-03-29 00:00",1.55,"2013-04-10 00:00",1.2,"2013-03-11 00:00","","","","",2.54,2.54,1.55,1.16,0.94,0.04,0.02,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","42601",1,41.965193,-87.876265,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6274,72,259,365,0,2486,"","","Certification not required",0,17.628148,23.187229,415,"2013-01-10 08:00",347,"2013-01-10 07:00",262,"2013-01-10 06:00",249,"2013-10-25 11:00","","","","",116,88,55,38,22,11,2,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","42602",1,41.965193,-87.876265,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6274,72,259,365,0,2486,0,"","Certification not required",0,32.660232,11.918993,76,"2013-03-29 07:00",71,"2013-05-14 21:00",67,"2013-01-10 08:00",65,"2013-01-15 10:00","","","","",67,63,54,49,40,31,18,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","42602",1,41.965193,-87.876265,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",6274,72,259,365,0,2486,"","","Certification not required",0,19.470673,10.354956,76,"2013-03-29 07:00",75,"2013-03-29 06:00",71,"2013-05-14 21:00",68,"2013-03-29 05:00","","","","",52,46,39,33,25,18,8,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","42603",1,41.965193,-87.876265,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6274,72,259,365,0,2486,"","","Certification not required",0,37.063436,30.840799,479,"2013-01-10 08:00",407,"2013-01-10 07:00",317,"2013-01-10 06:00",294,"2013-03-29 06:00","","","","",161,130,90,69,46,29,12,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","43205",6,41.965193,-87.876265,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.404667,0.690488,4.47,"2013-03-29 00:00",3.42,"2013-01-10 00:00",2.754,"2013-01-16 00:00",1.854,"2013-07-15 00:00","","","","",4.47,4.47,2.754,1.827,1.554,1.347,0.846,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43206",6,41.965193,-87.876265,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.837511,1.489416,7.78,"2013-01-10 00:00",7.16,"2013-03-29 00:00",4.9,"2013-01-16 00:00",3.4,"2013-02-21 00:00","","","","",7.78,7.78,4.9,3.04,2.02,1.348,0.728,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43208",6,41.965193,-87.876265,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.032,0.004767,0.042,"2013-04-10 00:00",0.04,"2013-04-16 00:00",0.04,"2013-05-04 00:00",0.04,"2013-05-22 00:00","","","","",0.042,0.042,0.04,0.04,0.036,0.032,0.026,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43218",6,41.965193,-87.876265,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.223111,0.147815,0.94,"2013-03-29 00:00",0.63,"2013-01-10 00:00",0.45,"2013-01-16 00:00",0.33,"2013-06-27 00:00","","","","",0.94,0.94,0.45,0.33,0.24,0.2,0.1,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43233",6,41.965193,-87.876265,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",1,0.284267,0.133763,0.624,"2013-03-29 00:00",0.6,"2013-05-16 00:00",0.504,"2013-01-10 00:00",0.504,"2013-01-16 00:00","","","","",0.624,0.624,0.504,0.488,0.36,0.256,0.136,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43372",6,41.965193,-87.876265,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.060444,0.169048,1.05,"2013-03-17 00:00",0.39,"2013-05-22 00:00",0.18,"2013-05-04 00:00",0.16,"2013-04-22 00:00","","","","",1.05,1.05,0.18,0.16,0.07,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43373",6,41.965193,-87.876265,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43396",6,41.965193,-87.876265,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",39,0.063333,0.065783,0.39,"2013-04-22 00:00",0.228,"2013-06-09 00:00",0.216,"2013-09-13 00:00",0.174,"2013-06-03 00:00","","","","",0.39,0.39,0.216,0.114,0.042,0.042,0.042,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43438",6,41.965193,-87.876265,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43441",6,41.965193,-87.876265,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.006667,0.02788,0.16,"2013-01-16 00:00",0.09,"2013-03-29 00:00",0.05,"2013-06-27 00:00",0,"2013-01-04 00:00","","","","",0.16,0.16,0.05,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43502",6,41.965193,-87.876265,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,2.926667,1.727242,8.6,"2013-01-10 00:00",7.1,"2013-01-16 00:00",7,"2013-02-03 00:00",5.8,"2013-01-04 00:00","","","","",8.6,8.6,7,5,3.6,2.5,1.5,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43503",6,41.965193,-87.876265,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,2.695556,2.659285,15.7,"2013-02-03 00:00",7.9,"2013-02-27 00:00",6.8,"2013-03-29 00:00",6.3,"2013-01-10 00:00","","","","",15.7,15.7,6.8,5.9,3.3,1.8,0.9,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43504",6,41.965193,-87.876265,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.517778,0.460873,2.4,"2013-01-16 00:00",2.1,"2013-03-29 00:00",1.4,"2013-03-11 00:00",1,"2013-01-10 00:00","","","","",2.4,2.4,1.4,1,0.5,0.4,0.2,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43505",6,41.965193,-87.876265,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,4,"","","Certification not required",0,1.164048,0.60989,2.69,"2013-07-03 00:00",2.62,"2013-03-11 00:00",2.35,"2013-07-27 00:00",2.26,"2013-06-27 00:00","","","","",2.69,2.69,2.35,2.21,1.37,1,0.56,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43510",6,41.965193,-87.876265,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",1,0.395067,0.311372,1.452,"2013-01-10 00:00",1.284,"2013-01-16 00:00",1.264,"2013-01-04 00:00",1.156,"2013-01-22 00:00","","","","",1.452,1.452,1.264,0.656,0.412,0.3,0.168,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43513",6,41.965193,-87.876265,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43517",6,41.965193,-87.876265,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",1,0.2328,0.203898,0.948,"2013-01-10 00:00",0.894,"2013-01-16 00:00",0.696,"2013-01-22 00:00",0.66,"2013-01-04 00:00","","","","",0.948,0.948,0.696,0.474,0.252,0.168,0.078,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43518",6,41.965193,-87.876265,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,4,"","","Certification not required",1,0.178274,0.183491,0.79,"2013-01-10 00:00",0.785,"2013-01-16 00:00",0.64,"2013-01-22 00:00",0.635,"2013-01-04 00:00","","","","",0.79,0.79,0.64,0.27,0.165,0.125,0.07,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43528",6,41.965193,-87.876265,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",1,0.352267,0.329908,1.316,"2013-07-09 00:00",1.212,"2013-08-26 00:00",1.084,"2013-09-07 00:00",0.916,"2013-07-17 00:00","","","","",1.316,1.316,1.084,0.896,0.488,0.208,0.1,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43551",6,41.965193,-87.876265,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,3.1686,1.899943,10.2,"2013-01-10 00:00",7.59,"2013-01-16 00:00",6.54,"2013-03-29 00:00",6.15,"2013-04-22 00:00","","","","",10.2,10.2,6.54,6.09,3.72,2.643,1.353,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43552",6,41.965193,-87.876265,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",1,0.615289,0.362702,1.568,"2013-01-10 00:00",1.528,"2013-03-29 00:00",1.516,"2013-05-16 00:00",1.28,"2013-01-16 00:00","","","","",1.568,1.568,1.516,1.152,0.776,0.532,0.28,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43560",6,41.965193,-87.876265,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.257333,0.367655,2.47,"2013-07-17 00:00",0.74,"2013-07-09 00:00",0.56,"2013-05-16 00:00",0.49,"2013-07-15 00:00","","","","",2.47,2.47,0.56,0.43,0.29,0.16,0.09,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43702",6,41.965193,-87.876265,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,7.484667,23.681463,114.8,"2013-07-15 00:00",105.8,"2013-07-17 00:00",35.4,"2013-01-10 00:00",34.6,"2013-01-16 00:00","","","","",114.8,114.8,35.4,15.52,0.88,0.4,0.21,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43704",6,41.965193,-87.876265,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.117556,0.192297,0.79,"2013-04-16 00:00",0.62,"2013-04-10 00:00",0.46,"2013-03-11 00:00",0.43,"2013-04-04 00:00","","","","",0.79,0.79,0.46,0.37,0.25,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43801",6,41.965193,-87.876265,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.562667,0.09304,0.96,"2013-05-28 00:00",0.7,"2013-03-05 00:00",0.69,"2013-05-22 00:00",0.68,"2013-07-15 00:00","","","","",0.96,0.96,0.69,0.67,0.61,0.54,0.48,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43802",6,41.965193,-87.876265,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,4,"","","Certification not required",0,0.764762,1.638145,9.58,"2013-07-15 00:00",4.42,"2013-07-17 00:00",2.75,"2013-07-03 00:00",2.33,"2013-01-10 00:00","","","","",9.58,9.58,2.75,1.9,0.4,0.25,0.14,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43803",6,41.965193,-87.876265,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.024667,0.012358,0.08,"2013-05-10 00:00",0.04,"2013-05-16 00:00",0.04,"2013-07-15 00:00",0.04,"2013-09-25 00:00","","","","",0.08,0.08,0.04,0.03,0.03,0.02,0.01,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43804",6,41.965193,-87.876265,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.104222,0.012521,0.13,"2013-05-22 00:00",0.13,"2013-05-28 00:00",0.13,"2013-07-09 00:00",0.12,"2013-04-16 00:00","","","","",0.13,0.13,0.13,0.12,0.11,0.1,0.09,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43806",6,41.965193,-87.876265,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-07-09 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43811",6,41.965193,-87.876265,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.284511,0.094145,0.749,"2013-03-05 00:00",0.587,"2013-09-25 00:00",0.362,"2013-07-15 00:00",0.336,"2013-05-28 00:00","","","","",0.749,0.749,0.362,0.332,0.308,0.252,0.222,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43812",6,41.965193,-87.876265,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.004,0.015725,0.08,"2013-05-28 00:00",0.06,"2013-04-22 00:00",0.04,"2013-05-16 00:00",0,"2013-01-04 00:00","","","","",0.08,0.08,0.04,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43813",6,41.965193,-87.876265,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43814",6,41.965193,-87.876265,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.012667,0.01156,0.05,"2013-03-29 00:00",0.03,"2013-01-10 00:00",0.03,"2013-05-16 00:00",0.03,"2013-09-25 00:00","","","","",0.05,0.05,0.03,0.02,0.02,0.01,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43815",6,41.965193,-87.876265,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.041111,0.012653,0.06,"2013-03-29 00:00",0.06,"2013-04-10 00:00",0.06,"2013-04-28 00:00",0.06,"2013-05-10 00:00","","","","",0.06,0.06,0.06,0.06,0.05,0.04,0.03,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43817",6,41.965193,-87.876265,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.139333,0.180308,0.76,"2013-01-10 00:00",0.67,"2013-07-17 00:00",0.58,"2013-01-16 00:00",0.55,"2013-07-15 00:00","","","","",0.76,0.76,0.58,0.46,0.13,0.07,0.03,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43818",6,41.965193,-87.876265,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.001556,0.004746,0.02,"2013-05-16 00:00",0.02,"2013-09-13 00:00",0.01,"2013-07-09 00:00",0.01,"2013-08-02 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43819",6,41.965193,-87.876265,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.009333,0.007198,0.02,"2013-01-28 00:00",0.02,"2013-03-17 00:00",0.02,"2013-05-10 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43820",6,41.965193,-87.876265,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43821",6,41.965193,-87.876265,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.163467,0.018357,0.212,"2013-03-29 00:00",0.208,"2013-04-16 00:00",0.2,"2013-04-10 00:00",0.188,"2013-03-17 00:00","","","","",0.212,0.212,0.2,0.188,0.172,0.162,0.142,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43823",6,41.965193,-87.876265,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.495778,0.074391,0.68,"2013-05-28 00:00",0.67,"2013-05-22 00:00",0.66,"2013-04-16 00:00",0.64,"2013-05-10 00:00","","","","",0.68,0.68,0.66,0.62,0.53,0.48,0.42,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43824",6,41.965193,-87.876265,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.112,0.213739,1.19,"2013-01-10 00:00",0.75,"2013-09-19 00:00",0.51,"2013-06-03 00:00",0.24,"2013-03-29 00:00","","","","",1.19,1.19,0.51,0.2,0.13,0.04,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43826",6,41.965193,-87.876265,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43828",6,41.965193,-87.876265,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",44,0.009911,0.002758,0.028,"2013-05-10 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00","","","","",0.028,0.028,0.0095,0.0095,0.0095,0.0095,0.0095,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43829",6,41.965193,-87.876265,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43830",6,41.965193,-87.876265,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43831",6,41.965193,-87.876265,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43832",6,41.965193,-87.876265,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43835",6,41.965193,-87.876265,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43836",6,41.965193,-87.876265,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43838",6,41.965193,-87.876265,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",44,0.0124,0.002683,0.03,"2013-05-16 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00","","","","",0.03,0.03,0.012,0.012,0.012,0.012,0.012,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43839",6,41.965193,-87.876265,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43843",6,41.965193,-87.876265,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43844",6,41.965193,-87.876265,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002,0.006606,0.03,"2013-05-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-07-09 00:00",0.02,"2013-09-25 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","43860",6,41.965193,-87.876265,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.000222,0.001491,0.01,"2013-07-17 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","44201",2,41.965193,-87.876265,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",5960,88,189,214,0,640,0,0,"Certification not required",966,0.040132,0.012952,0.08,"2013-09-09 14:00",0.072,"2013-07-05 14:00",0.07,"2013-06-20 14:00",0.068,"2013-07-21 12:00","","","","",0.072,0.068,0.062,0.056,0.049,0.04,0.026,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","44201",2,41.965193,-87.876265,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5957,88,188,214,0,0,0,0,"Certification not required",0,0.034186,0.012115,0.064,"2013-09-09 10:00",0.063,"2013-06-20 10:00",0.063,"2013-08-18 10:00",0.062,"2013-07-05 11:00","","","","",0.063,0.062,0.055,0.049,0.042,0.034,0.022,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","44201",2,41.965193,-87.876265,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5957,88,188,214,0,0,0,0,"Certification not required",0,0.034186,0.012115,0.064,"2013-09-09 10:00",0.063,"2013-06-20 10:00",0.063,"2013-08-18 10:00",0.062,"2013-07-05 11:00","","","","",0.063,0.062,0.055,0.049,0.042,0.034,0.022,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","45109",6,41.965193,-87.876265,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.130222,0.625745,3.81,"2013-03-29 00:00",2.42,"2013-01-10 00:00",2.14,"2013-01-16 00:00",2.09,"2013-05-16 00:00","","","","",3.81,3.81,2.14,1.71,1.38,1.02,0.53,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45201",6,41.965193,-87.876265,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.47,0.659607,4.16,"2013-03-29 00:00",3.11,"2013-01-16 00:00",3.08,"2013-01-10 00:00",2.66,"2013-04-04 00:00","","","","",4.16,4.16,3.08,1.91,1.63,1.37,0.84,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45202",6,41.965193,-87.876265,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,3.211111,2.360067,14.91,"2013-03-29 00:00",7.21,"2013-01-10 00:00",7.14,"2013-05-10 00:00",5.91,"2013-05-16 00:00","","","","",14.91,14.91,7.14,5.03,3.82,2.81,1.33,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45203",6,41.965193,-87.876265,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.468889,0.228853,1.28,"2013-03-29 00:00",1.01,"2013-01-10 00:00",0.86,"2013-01-16 00:00",0.86,"2013-05-16 00:00","","","","",1.28,1.28,0.86,0.69,0.58,0.43,0.22,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45204",6,41.965193,-87.876265,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.459111,0.24399,1.43,"2013-03-29 00:00",0.98,"2013-01-10 00:00",0.89,"2013-01-16 00:00",0.82,"2013-05-16 00:00","","","","",1.43,1.43,0.89,0.69,0.55,0.43,0.2,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45207",6,41.965193,-87.876265,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",18,0.1964,0.121493,0.648,"2013-03-29 00:00",0.414,"2013-01-10 00:00",0.405,"2013-01-16 00:00",0.396,"2013-09-25 00:00","","","","",0.648,0.648,0.405,0.342,0.261,0.198,0.0855,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45208",6,41.965193,-87.876265,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",1,0.5536,0.329122,2.052,"2013-03-29 00:00",1.224,"2013-01-10 00:00",1.017,"2013-01-16 00:00",0.954,"2013-05-16 00:00","","","","",2.052,2.052,1.017,0.918,0.657,0.513,0.216,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45220",6,41.965193,-87.876265,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.198222,0.165945,0.74,"2013-01-16 00:00",0.7,"2013-07-15 00:00",0.5,"2013-01-10 00:00",0.49,"2013-03-29 00:00","","","","",0.74,0.74,0.5,0.37,0.26,0.18,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45501",6,41.965193,-87.876265,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",1,0.252233,0.146751,0.847,"2013-01-10 00:00",0.693,"2013-01-16 00:00",0.532,"2013-01-04 00:00",0.462,"2013-05-16 00:00","","","","",0.847,0.847,0.532,0.42,0.273,0.21,0.14,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45503",6,41.965193,-87.876265,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45504",6,41.965193,-87.876265,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",1,0.261581,0.159805,0.824,"2013-01-10 00:00",0.784,"2013-01-16 00:00",0.472,"2013-01-04 00:00",0.456,"2013-01-22 00:00","","","","",0.824,0.824,0.472,0.448,0.32,0.232,0.112,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45801",6,41.965193,-87.876265,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45805",6,41.965193,-87.876265,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45806",6,41.965193,-87.876265,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45807",6,41.965193,-87.876265,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.035333,0.042725,0.14,"2013-01-10 00:00",0.12,"2013-03-29 00:00",0.12,"2013-05-16 00:00",0.11,"2013-03-23 00:00","","","","",0.14,0.14,0.12,0.1,0.07,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","45810",6,41.965193,-87.876265,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.000889,0.005963,0.04,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.04,0.04,0,0,0,0,0,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","3103","61103",1,41.965193,-87.876265,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8600,98,357,365,0,160,"","","Certification not required",0,6.899186,3.637158,23.8,"2013-11-17 17:00",23.5,"2013-11-17 16:00",23.4,"2013-01-19 22:00",22.7,"2013-04-08 11:00","","","","",17.3,15.6,13.5,11.8,9.1,6.4,2.6,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","61104",1,41.965193,-87.876265,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8600,98,357,365,0,160,"","","Certification not required",0,195.681628,96.51787,360,"2013-02-28 20:00",360,"2013-04-24 03:00",359,"2013-03-05 21:00",359,"2013-03-16 12:00","","","","",353,349,335,318,268,211,44,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","68105",1,41.965193,-87.876265,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",109,89,107,122,0,15,"","","Certification not required",0,9.093578,11.759616,30.8,"2013-07-18 00:00",30.5,"2013-09-10 00:00",27.8,"2013-07-15 00:00",27.5,"2013-07-09 00:00","","","","",30.5,27.8,26.3,24.4,19.6,7.5,-7.2,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","68105",9,41.965193,-87.876265,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,93,43,46,0,4,"","","Certification not required",0,14.506977,11.524496,31.5,"2013-05-22 00:00",29.2,"2013-09-19 00:00",28.9,"2013-06-21 00:00",28.5,"2013-08-02 00:00","","","","",31.5,31.5,28.9,27.9,24.6,15.2,-2.7,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","68108",1,41.965193,-87.876265,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",109,89,107,122,0,15,"","","Certification not required",0,744.633028,5.873135,761,"2013-11-12 00:00",761,"2013-11-24 00:00",760,"2013-12-24 00:00",758,"2013-12-12 00:00","","","","",761,760,755,751,748,745,738,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","68108",9,41.965193,-87.876265,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,91,42,46,0,5,"","","Certification not required",0,746.47619,8.055412,766,"2013-11-12 00:00",764,"2013-11-24 00:00",763,"2013-10-13 00:00",757,"2013-09-13 00:00","","","","",766,766,763,757,751,747,738,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","88101",1,41.965193,-87.876265,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,15,0,0,"Certification not required",0,11.13,5.889589,34.8,"2013-12-11 00:00",30.9,"2013-09-19 00:00",24.3,"2013-01-08 00:00",23.1,"2013-05-19 00:00","","","","",30.9,24.3,19.9,18.4,15.4,10.2,4.6,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","88101",1,41.965193,-87.876265,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,15,"","","Certification not required",0,11.13,5.889589,34.8,"2013-12-11 00:00",30.9,"2013-09-19 00:00",24.3,"2013-01-08 00:00",23.1,"2013-05-19 00:00","","","","",30.9,24.3,19.9,18.4,15.4,10.2,4.6,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","88101",9,41.965193,-87.876265,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,4,0,0,"Certification not required",0,10.960465,5.983952,28.3,"2013-07-03 00:00",23.1,"2013-05-10 00:00",21.8,"2013-09-19 00:00",20.7,"2013-08-20 00:00","","","","",28.3,28.3,21.8,19.6,16.1,9.4,4.5,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3103","88101",9,41.965193,-87.876265,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,4,"","","Certification not required",0,10.960465,5.983952,28.3,"2013-07-03 00:00",23.1,"2013-05-10 00:00",21.8,"2013-09-19 00:00",20.7,"2013-08-20 00:00","","","","",28.3,28.3,21.8,19.6,16.1,9.4,4.5,"IEPA TRAILER","4743 MANNHEIM RD.","Illinois","Cook","Schiller Park","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3301","68105",1,41.782766,-87.805377,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",117,96,101,122,0,6,"","","Certification not required",0,10.557265,11.620659,32.1,"2013-07-18 00:00",31,"2013-09-10 00:00",28.6,"2013-07-15 00:00",28,"2013-08-26 00:00","","","","",31,28.6,26.9,25.8,21,10.2,-5,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3301","68105",9,41.782766,-87.805377,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",10,100,5,5,0,0,"","","Certification not required",0,1.18,3.346906,7.4,"2013-03-29 00:00",3.7,"2013-03-26 00:00",2.7,"2013-03-08 00:00",2.1,"2013-03-23 00:00","","","","",7.4,7.4,7.4,7.4,2.7,1.1,-1.7,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2013-05-30" +"17","031","3301","68108",1,41.782766,-87.805377,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,6,"","","Certification not required",0,747.205128,5.763348,776,"2013-09-22 00:00",763,"2013-02-09 00:00",761,"2013-11-12 00:00",761,"2013-11-24 00:00","","","","",763,761,756,753,751,747,741,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3301","68108",9,41.782766,-87.805377,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",10,100,5,5,0,0,"","","Certification not required",0,758.7,4.547282,766,"2013-03-08 00:00",762,"2013-03-14 00:00",761,"2013-03-02 00:00",761,"2013-03-29 00:00","","","","",766,766,766,766,761,759,753,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2013-05-30" +"17","031","3301","88101",1,41.782766,-87.805377,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,0,0,"Certification not required",0,11.353846,5.375416,29.2,"2013-02-25 00:00",26,"2013-08-20 00:00",22.2,"2013-12-03 00:00",22,"2013-06-12 00:00","","","","",26,22.2,20.5,18.4,14.8,10.9,4.9,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3301","88101",1,41.782766,-87.805377,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,"","","Certification not required",0,11.353846,5.375416,29.2,"2013-02-25 00:00",26,"2013-08-20 00:00",22.2,"2013-12-03 00:00",22,"2013-06-12 00:00","","","","",26,22.2,20.5,18.4,14.8,10.9,4.9,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","3301","88101",9,41.782766,-87.805377,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",18,15,18,122,0,0,0,0,"Certification not required",0,10.738889,5.183701,20.4,"2013-03-29 00:00",18.2,"2013-01-28 00:00",16.1,"2013-01-16 00:00",15.5,"2013-01-04 00:00","","","","",20.4,20.4,20.4,18.2,14.6,10.8,4.7,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-28" +"17","031","3301","88101",9,41.782766,-87.805377,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",18,15,18,122,0,0,"","","Certification not required",0,10.738889,5.183701,20.4,"2013-03-29 00:00",18.2,"2013-01-28 00:00",16.1,"2013-01-16 00:00",15.5,"2013-01-04 00:00","","","","",20.4,20.4,20.4,18.2,14.6,10.8,4.7,"GRAVES ES","60TH ST. & 74TH AVE.","Illinois","Cook","Summit","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-28" +"17","031","4002","42401",1,41.855243,-87.75247,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8514,97,357,365,0,246,0,"","Certification not required",0,3.504202,2.961003,14,"2013-03-08 09:00",14,"2013-04-22 07:00",12,"2013-02-13 12:00",12,"2013-09-06 08:00","","","","",12,11,10,7,5,3,1,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42401",1,41.855243,-87.75247,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8514,97,357,365,0,246,"","","Certification not required",0,1.118158,1.522884,14,"2013-03-08 09:00",14,"2013-03-08 10:00",14,"2013-04-22 07:00",12,"2013-02-13 12:00","","","","",7,6,4,3,1,1,0,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42401",1,41.855243,-87.75247,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,1.119048,0.93582,6.2,"2013-11-14 00:00",4.7,"2013-11-30 00:00",4.4,"2013-11-15 00:00",4,"2013-11-25 00:00","","","","",4,3.3,3,2.3,1.7,1,0.1,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42401",1,41.855243,-87.75247,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2794,96,356,365,0,0,"",0,"Certification not required",0,1.091732,1.370112,11,"2013-03-08 11:00",10.3,"2013-12-02 11:00",9.3,"2013-11-14 23:00",9,"2013-02-24 20:00","","","","",6.3,5.3,4,3,1.3,1,0,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42406",1,41.855243,-87.75247,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8515,97,357,365,0,245,"","","Certification not required",0,1.583911,2.191951,22,"2013-08-18 10:00",20,"2013-03-08 09:00",20,"2013-03-08 10:00",20,"2013-04-27 08:00","","","","",11,9,6,4,2,1,0,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42601",1,41.855243,-87.75247,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8431,96,355,365,0,329,"","","Certification not required",0,8.620923,18.445188,339,"2013-02-25 06:00",264,"2013-02-25 07:00",244,"2013-02-25 05:00",235,"2013-03-29 06:00","","","","",94,68,35,19,7,3,1,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42602",1,41.855243,-87.75247,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8431,96,355,365,0,329,0,"","Certification not required",0,33.656338,13.725731,82,"2013-02-25 06:00",76,"2013-05-14 20:00",73,"2013-03-29 06:00",71,"2013-03-04 05:00","","","","",71,64,59,52,42,32,16,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42602",1,41.855243,-87.75247,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8431,96,355,365,0,329,"","","Certification not required",0,18.453208,11.671336,82,"2013-02-25 06:00",76,"2013-02-25 07:00",76,"2013-05-14 20:00",73,"2013-03-29 06:00","","","","",56,49,41,35,25,15,6,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","42603",1,41.855243,-87.75247,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8431,96,355,365,0,329,"","","Certification not required",0,26.930495,26.56472,418,"2013-02-25 06:00",338,"2013-02-25 07:00",312,"2013-02-25 05:00",307,"2013-03-29 06:00","","","","",138,109,71,51,32,19,8,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","44201",1,41.855243,-87.75247,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6496,99,212,214,0,104,0,0,"Certification not required",944,0.045024,0.014041,0.076,"2013-05-14 17:00",0.076,"2013-07-22 14:00",0.074,"2013-06-20 14:00",0.074,"2013-07-05 14:00","","","","",0.074,0.07,0.067,0.062,0.055,0.046,0.028,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","44201",1,41.855243,-87.75247,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6533,98,210,214,0,0,0,0,"Certification not required",0,0.039224,0.012998,0.068,"2013-05-14 11:00",0.068,"2013-06-20 11:00",0.066,"2013-07-22 11:00",0.063,"2013-08-18 10:00","","","","",0.066,0.063,0.059,0.056,0.049,0.04,0.025,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4002","44201",1,41.855243,-87.75247,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6533,98,210,214,0,0,0,0,"Certification not required",0,0.039224,0.012998,0.068,"2013-05-14 11:00",0.068,"2013-06-20 11:00",0.066,"2013-07-22 11:00",0.063,"2013-08-18 10:00","","","","",0.066,0.063,0.059,0.056,0.049,0.04,0.025,"COOK COUNTY TRAILER","1820 S. 51ST AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4007","44201",1,42.060285,-87.863225,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",7239,99,212,214,0,57,0,0,"Certification not required",727,0.045925,0.013631,0.088,"2013-09-09 13:00",0.083,"2013-07-05 15:00",0.08,"2013-06-20 14:00",0.08,"2013-07-22 15:00","","","","",0.08,0.079,0.066,0.062,0.055,0.047,0.037,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","4007","44201",1,42.060285,-87.863225,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7255,99,211,214,0,0,0,0,"Certification not required",0,0.040436,0.012736,0.074,"2013-06-20 11:00",0.074,"2013-09-09 10:00",0.068,"2013-07-05 10:00",0.067,"2013-08-18 11:00","","","","",0.068,0.066,0.06,0.056,0.05,0.041,0.032,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","4007","44201",1,42.060285,-87.863225,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7255,99,211,214,0,0,0,0,"Certification not required",0,0.040436,0.012736,0.074,"2013-06-20 11:00",0.074,"2013-09-09 10:00",0.068,"2013-07-05 10:00",0.067,"2013-08-18 11:00","","","","",0.068,0.066,0.06,0.056,0.05,0.041,0.032,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","4007","68105",1,42.060285,-87.863225,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",117,100,61,61,0,6,"","","Certification not required",0,8.908547,11.957868,32.5,"2013-06-27 00:00",32.3,"2013-07-09 00:00",30.9,"2013-07-18 00:00",30.8,"2013-09-10 00:00","","","","",32.3,30.9,26.6,23.7,20.4,7.9,-6.7,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4007","68108",1,42.060285,-87.863225,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,6,"","","Certification not required",0,745.786325,6.764294,769,"2013-11-12 00:00",769,"2013-11-24 00:00",764,"2013-12-06 00:00",758,"2013-03-08 00:00","","","","",769,764,757,754,749,745,738,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4007","88101",1,42.060285,-87.863225,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,6,0,0,"Certification not required",0,9.886441,5.391714,33.6,"2013-08-02 00:00",21.6,"2013-05-19 00:00",21.3,"2013-02-06 00:00",20.5,"2013-11-21 00:00","","","","",21.6,21.3,18,16.9,13.7,9.3,3.6,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4007","88101",1,42.060285,-87.863225,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,6,"","","Certification not required",0,9.886441,5.391714,33.6,"2013-08-02 00:00",21.6,"2013-05-19 00:00",21.3,"2013-02-06 00:00",20.5,"2013-11-21 00:00","","","","",21.6,21.3,18,16.9,13.7,9.3,3.6,"REGIONAL OFFICE BUILDING","9511 W. HARRISON ST","Illinois","Cook","Des Plaines","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","11101",1,42.139996,-87.799227,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,3,"","","Certification not required",0,25.7,13.621145,76,"2013-05-16 00:00",57,"2013-05-01 00:00",45,"2013-08-26 00:00",45,"2013-12-24 00:00","","","","",76,57,45,44,36,26,9,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","12115",6,42.139996,-87.799227,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,1.7e-05,2.5e-05,0.0001,"2013-01-16 00:00",6e-05,"2013-06-15 00:00",6e-05,"2013-06-27 00:00",5e-05,"2013-06-09 00:00","","","","",0.0001,0.0001,6e-05,6e-05,2e-05,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-17" +"17","031","4201","12115",7,42.139996,-87.799227,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,1e-05,1.7e-05,3e-05,"2013-05-22 00:00",0,"2013-01-22 00:00",0,"2013-03-17 00:00","","","","","","",3e-05,3e-05,3e-05,3e-05,3e-05,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-17" +"17","031","4201","14103",1,42.139996,-87.799227,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14105",1,42.139996,-87.799227,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14110",1,42.139996,-87.799227,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14112",1,42.139996,-87.799227,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0.000182,0.00102,0.007,"2013-02-27 00:00",0.003,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.007,0.003,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14126",1,42.139996,-87.799227,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0.327673,0.200749,0.851,"2013-05-16 00:00",0.753,"2013-04-22 00:00",0.742,"2013-06-21 00:00",0.717,"2013-05-01 00:00","","","","",0.851,0.753,0.742,0.664,0.439,0.298,0.11,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14129",1,42.139996,-87.799227,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,0,0,"Certification not required",0,0.002145,0.002585,0.009,"2013-02-27 00:00",0.008,"2013-04-04 00:00",0.008,"2013-11-30 00:00",0.006,"2013-02-09 00:00","","","","",0.009,0.008,0.008,0.005,0.004,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14129",9,42.139996,-87.799227,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,12,0,0,"Certification not required",0,0.001844,0.002316,0.007,"2013-04-04 00:00",0.007,"2013-04-22 00:00",0.007,"2013-04-28 00:00",0.006,"2013-02-09 00:00","","","","",0.007,0.007,0.007,0.005,0.004,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14132",1,42.139996,-87.799227,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0.010836,0.007335,0.034,"2013-04-22 00:00",0.034,"2013-05-16 00:00",0.025,"2013-05-01 00:00",0.024,"2013-04-04 00:00","","","","",0.034,0.034,0.025,0.02,0.015,0.009,0.004,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","14136",1,42.139996,-87.799227,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,3,"","","Certification not required",0,0.000291,0.001696,0.012,"2013-02-27 00:00",0.004,"2013-02-23 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.012,0.004,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","17141",6,42.139996,-87.799227,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,2,"","","Certification not required",0,185.773095,158.500928,590,"2013-04-22 00:00",569,"2013-06-09 00:00",463,"2013-07-15 00:00",459,"2013-04-28 00:00","","","","",590,590,463,396,293,116,24,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17147",6,42.139996,-87.799227,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,33.322395,32.908796,123,"2013-07-15 00:00",122,"2013-05-16 00:00",94,"2013-07-21 00:00",87.6,"2013-04-28 00:00","","","","",123,123,94,82.5,51.7,21.8,0.914,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17148",6,42.139996,-87.799227,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.382437,0.673519,3.63,"2013-01-28 00:00",1.5,"2013-01-10 00:00",1.5,"2013-07-03 00:00",1.4,"2013-04-28 00:00","","","","",3.63,3.63,1.5,1.37,0.427,0.103,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17149",6,42.139996,-87.799227,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,25.276093,24.998764,99.1,"2013-05-16 00:00",90,"2013-07-15 00:00",71.1,"2013-07-21 00:00",65.2,"2013-06-09 00:00","","","","",99.1,99.1,71.1,64.6,38.9,16.2,1.21,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17150",6,42.139996,-87.799227,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,56.06986,63.083014,290,"2013-05-16 00:00",225,"2013-07-21 00:00",197,"2013-07-15 00:00",122,"2013-06-09 00:00","","","","",290,290,197,120,84.5,36.7,2.7,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17151",6,42.139996,-87.799227,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.663044,2.52645,12.1,"2013-05-16 00:00",10,"2013-07-21 00:00",5.43,"2013-07-15 00:00",5.04,"2013-06-03 00:00","","","","",12.1,12.1,5.43,4.56,1.92,0.822,0.0837,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17158",6,42.139996,-87.799227,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.067667,0.081745,0.551,"2013-01-28 00:00",0.13,"2013-06-09 00:00",0.121,"2013-01-10 00:00",0.113,"2013-07-15 00:00","","","","",0.551,0.551,0.121,0.0996,0.083,0.0505,0.0237,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17159",6,42.139996,-87.799227,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,3.662151,3.566003,14.3,"2013-07-15 00:00",13.5,"2013-05-16 00:00",12.5,"2013-06-09 00:00",9.16,"2013-04-28 00:00","","","","",14.3,14.3,12.5,8.89,4.63,2.87,0.643,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17160",6,42.139996,-87.799227,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.008093,0.035558,0.228,"2013-01-28 00:00",0.044,"2013-01-10 00:00",0.032,"2013-01-22 00:00",0.024,"2013-01-16 00:00","","","","",0.228,0.228,0.032,0.02,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17201",6,42.139996,-87.799227,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,9.59714,10.43076,43.7,"2013-07-21 00:00",42.7,"2013-07-15 00:00",34,"2013-05-16 00:00",23,"2013-06-09 00:00","","","","",43.7,43.7,34,18.4,13.8,7.43,0.95,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17204",6,42.139996,-87.799227,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,3.809002,4.321157,18.7,"2013-07-21 00:00",17.6,"2013-07-15 00:00",14.9,"2013-05-16 00:00",8.53,"2013-06-09 00:00","","","","",18.7,18.7,14.9,7.55,4.95,2.64,0.476,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17208",6,42.139996,-87.799227,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.226858,0.149198,0.828,"2013-01-10 00:00",0.5,"2013-07-21 00:00",0.467,"2013-07-15 00:00",0.446,"2013-05-16 00:00","","","","",0.828,0.828,0.467,0.373,0.304,0.2,0.0714,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17211",6,42.139996,-87.799227,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.02807,0.037443,0.193,"2013-01-28 00:00",0.143,"2013-01-10 00:00",0.07,"2013-01-16 00:00",0.069,"2013-04-04 00:00","","","","",0.193,0.193,0.07,0.057,0.036,0.024,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17212",6,42.139996,-87.799227,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.01103,0.015629,0.0706,"2013-01-10 00:00",0.0368,"2013-03-17 00:00",0.036,"2013-04-04 00:00",0.0335,"2013-01-16 00:00","","","","",0.0706,0.0706,0.036,0.03,0.021,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17215",6,42.139996,-87.799227,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.070767,0.054304,0.305,"2013-01-10 00:00",0.166,"2013-01-28 00:00",0.135,"2013-01-16 00:00",0.126,"2013-05-16 00:00","","","","",0.305,0.305,0.135,0.122,0.103,0.062,0.021,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17220",6,42.139996,-87.799227,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.210372,0.161863,0.947,"2013-01-10 00:00",0.451,"2013-04-04 00:00",0.427,"2013-01-16 00:00",0.364,"2013-03-17 00:00","","","","",0.947,0.947,0.427,0.362,0.298,0.163,0.059,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17223",6,42.139996,-87.799227,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.058442,0.050447,0.278,"2013-01-10 00:00",0.131,"2013-01-16 00:00",0.125,"2013-04-04 00:00",0.112,"2013-03-17 00:00","","","","",0.278,0.278,0.125,0.106,0.085,0.049,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17224",6,42.139996,-87.799227,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.104791,0.083178,0.484,"2013-01-10 00:00",0.239,"2013-04-04 00:00",0.213,"2013-01-16 00:00",0.212,"2013-01-28 00:00","","","","",0.484,0.484,0.213,0.193,0.138,0.081,0.029,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17231",6,42.139996,-87.799227,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.007442,0.014551,0.068,"2013-01-10 00:00",0.033,"2013-04-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-01-28 00:00","","","","",0.068,0.068,0.03,0.029,0.015,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17237",6,42.139996,-87.799227,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.099744,0.088645,0.468,"2013-01-10 00:00",0.365,"2013-01-28 00:00",0.225,"2013-04-04 00:00",0.213,"2013-01-16 00:00","","","","",0.468,0.468,0.225,0.176,0.124,0.077,0.029,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17242",6,42.139996,-87.799227,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.087814,0.069733,0.382,"2013-01-10 00:00",0.228,"2013-01-28 00:00",0.188,"2013-01-16 00:00",0.176,"2013-04-04 00:00","","","","",0.382,0.382,0.188,0.16,0.119,0.067,0.025,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","17243",6,42.139996,-87.799227,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.099886,0.077692,0.43,"2013-01-10 00:00",0.218,"2013-01-28 00:00",0.212,"2013-04-04 00:00",0.205,"2013-01-16 00:00","","","","",0.43,0.43,0.212,0.176,0.148,0.0749,0.0287,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","42101",1,42.139996,-87.799227,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",4424,51,183,365,0,4336,0,0,"Certification not required",2,0.21455,0.09784,1.48,"2013-09-26 06:00",1.18,"2013-09-24 05:00",1.04,"2013-09-27 06:00",1.03,"2013-10-10 06:00","","","","",0.6,0.49,0.38,0.32,0.24,0.19,0.13,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42101",1,42.139996,-87.799227,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4431,51,181,365,0,0,0,0,"Certification not required",0,0.216046,0.079543,0.7,"2013-10-30 11:00",0.7,"2013-10-30 12:00",0.7,"2013-10-30 13:00",0.6,"2013-09-27 11:00",0.7,"2013-10-30 11:00",0.6,"2013-09-27 11:00",0.5,0.4,0.4,0.3,0.2,0.2,0.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42153",6,42.139996,-87.799227,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.09,0.029155,0.21,"2013-09-13 00:00",0.17,"2013-01-10 00:00",0.13,"2013-07-27 00:00",0.13,"2013-09-07 00:00","","","","",0.21,0.21,0.13,0.12,0.1,0.08,0.07,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","42401",2,42.139996,-87.799227,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",7605,87,317,365,0,1155,0,"","Certification not required",0,2.405047,2.095589,10.4,"2013-03-15 11:00",10.1,"2013-03-14 18:00",9.6,"2013-04-27 11:00",9.5,"2013-02-17 16:00","","","","",9.5,8.4,7,5.1,3.4,1.7,0.4,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42401",2,42.139996,-87.799227,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7605,87,317,365,0,1155,"","","Certification not required",0,0.781407,0.971902,10.4,"2013-03-15 11:00",10.1,"2013-03-14 18:00",10.1,"2013-03-14 19:00",9.6,"2013-04-27 11:00","","","","",4.8,3.9,2.7,1.8,0.9,0.5,0.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42401",2,42.139996,-87.799227,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",317,87,317,365,0,0,0,"","Certification not required",0,0.786435,0.590461,3.3,"2013-03-09 00:00",3.2,"2013-01-08 00:00",3.1,"2013-04-27 00:00",2.8,"2013-01-27 00:00","","","","",2.8,2.5,1.9,1.5,1.1,0.6,0.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42401",2,42.139996,-87.799227,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2505,86,317,365,0,0,"",0,"Certification not required",0,0.750579,0.885006,8.9,"2013-03-14 20:00",6.7,"2013-04-27 14:00",6.5,"2013-05-18 14:00",6.4,"2013-01-08 14:00","","","","",4.5,3.6,2.5,1.8,0.9,0.4,0.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42406",2,42.139996,-87.799227,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7548,86,315,365,0,1212,"","","Certification not required",0,1.067939,1.353611,22,"2013-07-13 11:00",14.8,"2013-06-08 08:00",14.4,"2013-02-17 16:00",14.1,"2013-12-04 20:00","","","","",6.8,5.4,3.6,2.4,1.2,0.6,0.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42600",1,42.139996,-87.799227,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5049,58,210,365,0,3711,"","","Certification not required",0,12.607249,12.673316,158,"2013-12-13 08:00",139,"2013-10-30 06:00",127,"2013-12-02 06:00",125,"2013-10-30 05:00","","","","",66,49,35,25,15,9,3,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42601",1,42.139996,-87.799227,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8625,98,361,365,0,135,"","","Certification not required",0,6.449855,11.467499,212,"2013-02-25 07:00",195,"2013-01-10 07:00",172,"2013-01-10 06:00",147,"2013-02-25 06:00","","","","",55,35,23,17,8,3,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42601",2,42.139996,-87.799227,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5121,58,213,365,0,3639,"","","Certification not required",0,4.240383,9.619064,132,"2013-12-13 08:00",124,"2013-12-02 06:00",119,"2013-10-08 07:00",113,"2013-10-08 06:00","","","","",48,33,18,10,4,1,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42602",1,42.139996,-87.799227,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8625,98,361,365,0,135,0,"","Certification not required",0,22.939058,10.459267,54,"2013-04-04 04:00",53,"2013-12-16 17:00",52,"2013-02-05 06:00",52,"2013-03-04 05:00","","","","",52,48,43,38,29,21,11,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42602",1,42.139996,-87.799227,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",8625,98,361,365,0,135,"","","Certification not required",0,11.821101,8.402081,54,"2013-04-04 04:00",53,"2013-04-04 03:00",53,"2013-04-04 05:00",53,"2013-04-04 06:00","","","","",41,37,28,23,16,10,3,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","42603",1,42.139996,-87.799227,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8625,98,361,365,0,135,"","","Certification not required",0,18.266435,17.794715,261,"2013-02-25 07:00",238,"2013-01-10 07:00",213,"2013-01-10 06:00",192,"2013-02-25 06:00","","","","",90,67,49,37,24,13,4,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","43102",8,42.139996,-87.799227,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,144.626667,156.198079,1050,"2013-01-04 00:00",449,"2013-07-21 00:00",382,"2013-09-13 00:00",267,"2013-05-22 00:00","","","","",1050,1050,382,166,127,117,65.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43141",8,42.139996,-87.799227,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",40,0.2874,0.543471,3.71,"2013-07-21 00:00",0.96,"2013-09-13 00:00",0.706,"2013-05-22 00:00",0.542,"2013-05-04 00:00","","","","",3.71,3.71,0.706,0.355,0.1665,0.1665,0.1665,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43142",8,42.139996,-87.799227,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43143",8,42.139996,-87.799227,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.131267,0.193567,1.37,"2013-07-21 00:00",0.33,"2013-09-13 00:00",0.259,"2013-05-22 00:00",0.094,"2013-01-04 00:00","","","","",1.37,1.37,0.259,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43144",8,42.139996,-87.799227,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43145",8,42.139996,-87.799227,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.197289,0.118058,0.54,"2013-05-04 00:00",0.499,"2013-07-21 00:00",0.407,"2013-03-05 00:00",0.388,"2013-04-28 00:00","","","","",0.54,0.54,0.407,0.349,0.262,0.197,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43202",8,42.139996,-87.799227,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.135778,19.783139,106,"2013-05-22 00:00",97.9,"2013-09-13 00:00",41.6,"2013-07-21 00:00",19.8,"2013-03-29 00:00","","","","",106,106,41.6,17.7,13.3,10.3,6.72,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43203",8,42.139996,-87.799227,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.370578,0.774539,3.72,"2013-08-20 00:00",3.7,"2013-02-09 00:00",3.64,"2013-03-29 00:00",3.64,"2013-09-07 00:00","","","","",3.72,3.72,3.64,3.55,2.8,2.36,1.34,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43204",8,42.139996,-87.799227,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,6.04,4.506515,22.7,"2013-05-22 00:00",18.6,"2013-09-13 00:00",15.2,"2013-01-10 00:00",13.2,"2013-07-21 00:00","","","","",22.7,22.7,15.2,12.3,6.56,4.59,2.32,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43205",6,42.139996,-87.799227,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.6038,0.231285,1.131,"2013-02-21 00:00",1.098,"2013-02-09 00:00",1.035,"2013-01-16 00:00",1.026,"2013-03-29 00:00","","","","",1.131,1.131,1.035,0.984,0.747,0.612,0.333,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43205",8,42.139996,-87.799227,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.673578,0.278129,1.3,"2013-02-09 00:00",1.22,"2013-09-13 00:00",1.19,"2013-01-16 00:00",1.18,"2013-02-21 00:00","","","","",1.3,1.3,1.19,1.18,0.848,0.672,0.314,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43206",6,42.139996,-87.799227,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.937156,0.435032,2.04,"2013-02-09 00:00",1.962,"2013-01-16 00:00",1.81,"2013-03-29 00:00",1.734,"2013-02-27 00:00","","","","",2.04,2.04,1.81,1.62,1.088,0.86,0.42,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43206",8,42.139996,-87.799227,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.240733,0.624773,2.88,"2013-02-09 00:00",2.64,"2013-03-29 00:00",2.44,"2013-04-04 00:00",2.42,"2013-01-16 00:00","","","","",2.88,2.88,2.44,2.36,1.39,1.14,0.566,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43208",6,42.139996,-87.799227,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.029511,0.003362,0.036,"2013-01-10 00:00",0.036,"2013-09-01 00:00",0.036,"2013-09-07 00:00",0.034,"2013-02-15 00:00","","","","",0.036,0.036,0.036,0.034,0.032,0.03,0.026,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43212",8,42.139996,-87.799227,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.1172,2.238755,9.11,"2013-01-16 00:00",9.02,"2013-01-10 00:00",6.72,"2013-07-21 00:00",6.66,"2013-02-09 00:00","","","","",9.11,9.11,6.72,6.64,4.14,2.43,0.993,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43214",8,42.139996,-87.799227,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.406822,0.990724,4.77,"2013-09-13 00:00",4.54,"2013-01-04 00:00",3.09,"2013-01-10 00:00",2.92,"2013-05-22 00:00","","","","",4.77,4.77,3.09,2.65,1.66,1.13,0.486,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43216",8,42.139996,-87.799227,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",41,0.061033,0.036269,0.21,"2013-06-27 00:00",0.205,"2013-07-09 00:00",0.15,"2013-09-01 00:00",0.111,"2013-09-25 00:00","","","","",0.21,0.21,0.15,0.0505,0.0505,0.0505,0.0505,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43217",8,42.139996,-87.799227,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.049,0,0.049,"2013-01-04 00:00",0.049,"2013-01-10 00:00",0.049,"2013-01-16 00:00",0.049,"2013-01-22 00:00","","","","",0.049,0.049,0.049,0.049,0.049,0.049,0.049,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43218",6,42.139996,-87.799227,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.045556,0.041481,0.13,"2013-01-16 00:00",0.13,"2013-02-09 00:00",0.13,"2013-03-29 00:00",0.1,"2013-01-10 00:00","","","","",0.13,0.13,0.13,0.09,0.07,0.05,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43218",8,42.139996,-87.799227,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.026444,0.051308,0.16,"2013-03-29 00:00",0.15,"2013-09-07 00:00",0.13,"2013-02-09 00:00",0.13,"2013-08-20 00:00","","","","",0.16,0.16,0.13,0.12,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43220",8,42.139996,-87.799227,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.109956,1.696291,8.87,"2013-05-04 00:00",6.54,"2013-01-04 00:00",5.66,"2013-09-25 00:00",4.54,"2013-06-15 00:00","","","","",8.87,8.87,5.66,4.4,2.38,1.75,0.594,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43221",8,42.139996,-87.799227,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,13,"","","Certification not required",2,2.267281,1.936078,10.1,"2013-09-25 00:00",5.46,"2013-08-20 00:00",4.03,"2013-01-04 00:00",3.98,"2013-01-16 00:00","","","","",10.1,10.1,5.46,3.98,3.46,1.85,0.524,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43224",8,42.139996,-87.799227,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",31,0.263789,0.678943,4.38,"2013-09-13 00:00",1.78,"2013-05-22 00:00",0.551,"2013-09-19 00:00",0.251,"2013-06-27 00:00","","","","",4.38,4.38,0.551,0.245,0.184,0.0915,0.0915,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43225",8,42.139996,-87.799227,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.107422,0.059984,0.467,"2013-09-25 00:00",0.227,"2013-08-20 00:00",0.192,"2013-08-26 00:00",0.094,"2013-01-04 00:00","","","","",0.467,0.467,0.192,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43226",8,42.139996,-87.799227,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",41,0.100922,0.089336,0.664,"2013-09-25 00:00",0.197,"2013-08-20 00:00",0.171,"2013-03-29 00:00",0.168,"2013-06-03 00:00","","","","",0.664,0.664,0.171,0.0815,0.0815,0.0815,0.0815,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43227",8,42.139996,-87.799227,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.109111,0.027578,0.29,"2013-09-25 00:00",0.105,"2013-01-04 00:00",0.105,"2013-01-10 00:00",0.105,"2013-01-16 00:00","","","","",0.29,0.29,0.105,0.105,0.105,0.105,0.105,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43228",8,42.139996,-87.799227,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",37,0.140867,0.148103,0.999,"2013-09-25 00:00",0.39,"2013-08-20 00:00",0.328,"2013-06-27 00:00",0.319,"2013-06-03 00:00","","","","",0.999,0.999,0.328,0.24,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43230",8,42.139996,-87.799227,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.654356,0.620552,3.38,"2013-09-25 00:00",2.07,"2013-01-28 00:00",1.79,"2013-09-13 00:00",1.76,"2013-06-27 00:00","","","","",3.38,3.38,1.79,1.41,0.772,0.512,0.156,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43231",8,42.139996,-87.799227,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.886889,0.752066,3.83,"2013-09-25 00:00",2.78,"2013-09-13 00:00",2.61,"2013-07-21 00:00",2.54,"2013-06-27 00:00","","","","",3.83,3.83,2.61,1.67,0.96,0.67,0.27,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43232",8,42.139996,-87.799227,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,0.497778,0.364278,2.1,"2013-09-25 00:00",1.32,"2013-07-21 00:00",1.12,"2013-06-09 00:00",1.01,"2013-09-13 00:00","","","","",2.1,2.1,1.12,0.88,0.57,0.45,0.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43233",6,42.139996,-87.799227,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",9,0.162311,0.10819,0.512,"2013-09-25 00:00",0.456,"2013-07-21 00:00",0.456,"2013-09-13 00:00",0.32,"2013-05-22 00:00","","","","",0.512,0.512,0.456,0.304,0.2,0.136,0.048,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43233",8,42.139996,-87.799227,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.287467,0.206029,1.1,"2013-07-21 00:00",0.815,"2013-09-13 00:00",0.73,"2013-09-25 00:00",0.572,"2013-05-22 00:00","","","","",1.1,1.1,0.73,0.479,0.365,0.292,0.1345,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43234",8,42.139996,-87.799227,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43235",8,42.139996,-87.799227,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",9,0.367144,0.6666,3.65,"2013-07-21 00:00",2.71,"2013-09-13 00:00",1.58,"2013-05-22 00:00",0.527,"2013-09-25 00:00","","","","",3.65,3.65,1.58,0.499,0.295,0.182,0.0535,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43236",8,42.139996,-87.799227,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43238",8,42.139996,-87.799227,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",20,0.627222,1.411025,8.23,"2013-07-21 00:00",4.78,"2013-09-13 00:00",2.89,"2013-05-22 00:00",1.13,"2013-02-15 00:00","","","","",8.23,8.23,2.89,0.944,0.432,0.295,0.0955,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43242",8,42.139996,-87.799227,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",26,0.152844,0.186534,0.96,"2013-05-04 00:00",0.603,"2013-09-25 00:00",0.445,"2013-01-04 00:00",0.404,"2013-09-13 00:00","","","","",0.96,0.96,0.445,0.319,0.256,0.033,0.033,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43243",8,42.139996,-87.799227,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,1.174689,1.62838,5.75,"2013-06-27 00:00",4.75,"2013-07-09 00:00",4.69,"2013-08-26 00:00",4.5,"2013-08-20 00:00","","","","",5.75,5.75,4.69,4.2,1.64,0.247,0.1225,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43244",8,42.139996,-87.799227,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",20,0.165444,0.162955,0.682,"2013-07-21 00:00",0.618,"2013-09-25 00:00",0.601,"2013-01-28 00:00",0.582,"2013-09-13 00:00","","","","",0.682,0.682,0.601,0.297,0.204,0.118,0.0515,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43245",8,42.139996,-87.799227,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.2225,0,0.2225,"2013-01-04 00:00",0.2225,"2013-01-10 00:00",0.2225,"2013-01-16 00:00",0.2225,"2013-01-22 00:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43246",8,42.139996,-87.799227,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43247",8,42.139996,-87.799227,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",35,0.240956,0.242642,1.66,"2013-09-25 00:00",0.636,"2013-08-20 00:00",0.548,"2013-06-27 00:00",0.444,"2013-09-13 00:00","","","","",1.66,1.66,0.548,0.355,0.159,0.159,0.159,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43248",8,42.139996,-87.799227,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",14,0.2948,0.1719,0.8,"2013-09-25 00:00",0.645,"2013-09-13 00:00",0.534,"2013-01-10 00:00",0.501,"2013-03-29 00:00","","","","",0.8,0.8,0.534,0.491,0.432,0.289,0.098,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43249",8,42.139996,-87.799227,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",26,0.54886,0.568153,3.26,"2013-09-25 00:00",1.46,"2013-06-27 00:00",1.41,"2013-08-20 00:00",1.35,"2013-07-21 00:00","","","","",3.26,3.26,1.41,1.14,0.738,0.226,0.226,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43250",8,42.139996,-87.799227,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.028,1.05678,6.8,"2013-09-25 00:00",2.54,"2013-08-20 00:00",2.3,"2013-06-27 00:00",2.02,"2013-09-13 00:00","","","","",6.8,6.8,2.3,1.7,1.26,0.7,0.27,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43252",8,42.139996,-87.799227,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,0.421,0.296056,1.94,"2013-09-25 00:00",0.827,"2013-06-27 00:00",0.797,"2013-08-20 00:00",0.71,"2013-03-29 00:00","","","","",1.94,1.94,0.797,0.681,0.558,0.355,0.181,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43253",8,42.139996,-87.799227,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.118089,0.112538,0.79,"2013-09-25 00:00",0.281,"2013-06-27 00:00",0.276,"2013-08-20 00:00",0.206,"2013-03-29 00:00","","","","",0.79,0.79,0.276,0.194,0.087,0.087,0.087,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43256",8,42.139996,-87.799227,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.4828,0.540818,2.76,"2013-06-27 00:00",1.56,"2013-08-20 00:00",1.29,"2013-06-21 00:00",1.27,"2013-07-09 00:00","","","","",2.76,2.76,1.29,1.25,0.717,0.264,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43257",8,42.139996,-87.799227,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43261",8,42.139996,-87.799227,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.311644,0.230844,0.977,"2013-09-13 00:00",0.913,"2013-09-25 00:00",0.794,"2013-07-21 00:00",0.637,"2013-01-16 00:00","","","","",0.977,0.977,0.794,0.634,0.425,0.261,0.124,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43262",8,42.139996,-87.799227,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.466422,0.378943,2.19,"2013-09-25 00:00",1.26,"2013-09-13 00:00",1.22,"2013-06-27 00:00",0.944,"2013-08-20 00:00","","","","",2.19,2.19,1.22,0.888,0.588,0.372,0.074,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43263",8,42.139996,-87.799227,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.933156,0.572826,3.24,"2013-09-25 00:00",2.08,"2013-07-21 00:00",2.01,"2013-06-27 00:00",1.83,"2013-07-09 00:00","","","","",3.24,3.24,2.01,1.68,1.09,0.847,0.386,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43270",8,42.139996,-87.799227,"WGS84","Isobutene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",6,10,6,61,0,39,"","","Certification not required",2,0.184167,0.078883,0.3,"2013-03-11 00:00",0.209,"2013-01-22 00:00",0.208,"2013-04-16 00:00",0.2,"2013-02-15 00:00","","","","",0.3,0.3,0.3,0.3,0.209,0.208,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43279",8,42.139996,-87.799227,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.145111,0.22231,1.55,"2013-07-21 00:00",0.414,"2013-05-22 00:00",0.246,"2013-05-10 00:00",0.232,"2013-09-25 00:00","","","","",1.55,1.55,0.246,0.222,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43280",8,42.139996,-87.799227,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,44,"","","Certification not required",1,0.0775,0,0.0775,"2013-03-23 00:00","","","","","","","","","","",0.0775,0.0775,0.0775,0.0775,0.0775,0.0775,0.0775,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43282",8,42.139996,-87.799227,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43283",8,42.139996,-87.799227,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.099911,0.039653,0.36,"2013-06-03 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.36,0.36,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43284",8,42.139996,-87.799227,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",11,0.2916,0.281936,1.64,"2013-09-25 00:00",0.815,"2013-09-13 00:00",0.7,"2013-08-20 00:00",0.686,"2013-01-28 00:00","","","","",1.64,1.64,0.7,0.571,0.383,0.226,0.064,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43285",8,42.139996,-87.799227,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.263156,1.025427,5.32,"2013-09-25 00:00",4.05,"2013-01-28 00:00",3.48,"2013-09-13 00:00",3.01,"2013-07-21 00:00","","","","",5.32,5.32,3.48,2.51,1.46,0.97,0.438,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43289",8,42.139996,-87.799227,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43290",8,42.139996,-87.799227,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43291",8,42.139996,-87.799227,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.527778,0.563736,3.52,"2013-09-25 00:00",1.44,"2013-08-20 00:00",1.22,"2013-06-27 00:00",1.05,"2013-09-13 00:00","","","","",3.52,3.52,1.22,0.928,0.682,0.45,0.1785,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43292",8,42.139996,-87.799227,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.148422,0.094238,0.427,"2013-06-27 00:00",0.407,"2013-09-13 00:00",0.374,"2013-08-20 00:00",0.272,"2013-05-16 00:00","","","","",0.427,0.427,0.374,0.264,0.238,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43298",8,42.139996,-87.799227,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43299",8,42.139996,-87.799227,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43328",8,42.139996,-87.799227,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43330",8,42.139996,-87.799227,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43372",6,42.139996,-87.799227,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.072,0.081787,0.41,"2013-02-15 00:00",0.35,"2013-06-03 00:00",0.16,"2013-02-21 00:00",0.15,"2013-01-10 00:00","","","","",0.41,0.41,0.16,0.13,0.09,0.07,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43373",6,42.139996,-87.799227,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43396",6,42.139996,-87.799227,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,0.2284,0.065732,0.426,"2013-01-10 00:00",0.33,"2013-02-27 00:00",0.3,"2013-05-28 00:00",0.294,"2013-04-28 00:00","","","","",0.426,0.426,0.3,0.288,0.27,0.228,0.156,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43438",6,42.139996,-87.799227,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001556,0.010435,0.07,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.07,0.07,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43441",6,42.139996,-87.799227,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.010889,0.052907,0.31,"2013-05-22 00:00",0.18,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.31,0.31,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43502",6,42.139996,-87.799227,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.786667,0.846544,4.2,"2013-06-21 00:00",3.4,"2013-07-21 00:00",3.2,"2013-07-09 00:00",3.1,"2013-04-04 00:00","","","","",4.2,4.2,3.2,3,2.4,1.7,0.8,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43503",6,42.139996,-87.799227,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.384444,1.160516,5.6,"2013-08-20 00:00",4.9,"2013-08-26 00:00",4.9,"2013-09-07 00:00",4.6,"2013-04-04 00:00","","","","",5.6,5.6,4.9,4.6,2.6,2,1.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43504",6,42.139996,-87.799227,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.304444,0.155147,0.7,"2013-06-21 00:00",0.6,"2013-05-16 00:00",0.5,"2013-03-29 00:00",0.5,"2013-04-04 00:00","","","","",0.7,0.7,0.5,0.5,0.4,0.3,0.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43505",6,42.139996,-87.799227,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.905349,0.597883,2.63,"2013-07-21 00:00",2.59,"2013-06-09 00:00",2.49,"2013-01-28 00:00",2.01,"2013-06-27 00:00","","","","",2.63,2.63,2.49,1.73,0.98,0.65,0.4,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43510",6,42.139996,-87.799227,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.319644,0.149096,0.668,"2013-05-16 00:00",0.584,"2013-04-04 00:00",0.564,"2013-07-15 00:00",0.54,"2013-03-29 00:00","","","","",0.668,0.668,0.564,0.54,0.4,0.32,0.096,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43513",6,42.139996,-87.799227,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0075,0,0.0075,"2013-01-04 00:00",0.0075,"2013-01-10 00:00",0.0075,"2013-01-16 00:00",0.0075,"2013-01-22 00:00","","","","",0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43517",6,42.139996,-87.799227,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.089659,0.066127,0.282,"2013-06-21 00:00",0.228,"2013-05-22 00:00",0.228,"2013-06-27 00:00",0.198,"2013-07-09 00:00","","","","",0.282,0.282,0.228,0.192,0.126,0.072,0.03,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43518",6,42.139996,-87.799227,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.119773,0.077864,0.31,"2013-06-21 00:00",0.3,"2013-07-09 00:00",0.28,"2013-05-16 00:00",0.26,"2013-06-27 00:00","","","","",0.31,0.31,0.28,0.24,0.18,0.11,0.04,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43528",6,42.139996,-87.799227,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.253511,0.268335,1.06,"2013-06-27 00:00",0.98,"2013-06-21 00:00",0.9,"2013-07-21 00:00",0.76,"2013-07-09 00:00","","","","",1.06,1.06,0.9,0.61,0.37,0.11,0.05,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43551",6,42.139996,-87.799227,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.9596,1.367841,6.78,"2013-04-04 00:00",6.03,"2013-05-16 00:00",6,"2013-03-29 00:00",5.76,"2013-04-22 00:00","","","","",6.78,6.78,6,4.86,3.39,2.826,1.728,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43552",6,42.139996,-87.799227,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.533333,0.374297,2.04,"2013-07-15 00:00",1.468,"2013-07-09 00:00",1.104,"2013-04-04 00:00",1.052,"2013-03-29 00:00","","","","",2.04,2.04,1.104,0.92,0.676,0.468,0.132,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43560",6,42.139996,-87.799227,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.151778,0.098449,0.62,"2013-07-21 00:00",0.43,"2013-09-13 00:00",0.24,"2013-02-21 00:00",0.24,"2013-05-22 00:00","","","","",0.62,0.62,0.24,0.24,0.17,0.13,0.08,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43702",6,42.139996,-87.799227,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.352,0.516516,3.02,"2013-07-21 00:00",2.04,"2013-01-10 00:00",1.03,"2013-09-19 00:00",0.73,"2013-09-07 00:00","","","","",3.02,3.02,1.03,0.51,0.33,0.21,0.11,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43704",6,42.139996,-87.799227,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.130222,0.211235,1.08,"2013-07-09 00:00",0.65,"2013-08-26 00:00",0.5,"2013-07-21 00:00",0.34,"2013-05-22 00:00","","","","",1.08,1.08,0.5,0.33,0.22,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43801",6,42.139996,-87.799227,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.504667,0.065664,0.71,"2013-07-21 00:00",0.68,"2013-06-09 00:00",0.62,"2013-02-15 00:00",0.59,"2013-07-15 00:00","","","","",0.71,0.71,0.62,0.58,0.53,0.5,0.43,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43802",6,42.139996,-87.799227,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.010667,10.219813,67.3,"2013-07-21 00:00",15.7,"2013-09-19 00:00",0.65,"2013-05-22 00:00",0.38,"2013-05-04 00:00","","","","",67.3,67.3,0.65,0.29,0.23,0.15,0.11,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43803",6,42.139996,-87.799227,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.775333,3.075701,19.4,"2013-09-13 00:00",7.37,"2013-07-21 00:00",3.2,"2013-05-22 00:00",1.39,"2013-09-19 00:00","","","","",19.4,19.4,3.2,0.23,0.13,0.09,0.03,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43804",6,42.139996,-87.799227,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.096444,0.009331,0.11,"2013-01-16 00:00",0.11,"2013-02-21 00:00",0.11,"2013-02-27 00:00",0.11,"2013-04-22 00:00","","","","",0.11,0.11,0.11,0.11,0.1,0.1,0.08,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43806",6,42.139996,-87.799227,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005111,0.025728,0.17,"2013-09-13 00:00",0.03,"2013-07-21 00:00",0.02,"2013-09-19 00:00",0.01,"2013-05-22 00:00","","","","",0.17,0.17,0.02,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43811",6,42.139996,-87.799227,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.275,0.215362,1.64,"2013-07-21 00:00",0.527,"2013-05-22 00:00",0.429,"2013-09-13 00:00",0.277,"2013-06-15 00:00","","","","",1.64,1.64,0.429,0.274,0.252,0.23,0.208,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43812",6,42.139996,-87.799227,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.009778,0.02518,0.1,"2013-07-21 00:00",0.1,"2013-09-13 00:00",0.07,"2013-06-09 00:00",0.05,"2013-03-05 00:00","","","","",0.1,0.1,0.07,0.04,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43813",6,42.139996,-87.799227,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43814",6,42.139996,-87.799227,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.007111,0.009914,0.03,"2013-07-21 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-03-23 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43815",6,42.139996,-87.799227,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.03,0.015667,0.05,"2013-01-10 00:00",0.05,"2013-02-15 00:00",0.05,"2013-04-10 00:00",0.05,"2013-05-22 00:00","","","","",0.05,0.05,0.05,0.04,0.04,0.03,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43817",6,42.139996,-87.799227,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.038,0.041974,0.25,"2013-09-25 00:00",0.11,"2013-09-13 00:00",0.08,"2013-08-20 00:00",0.07,"2013-06-15 00:00","","","","",0.25,0.25,0.08,0.07,0.05,0.03,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43818",6,42.139996,-87.799227,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-05-16 00:00",0.01,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43819",6,42.139996,-87.799227,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.007778,0.008498,0.05,"2013-08-26 00:00",0.02,"2013-01-10 00:00",0.02,"2013-09-01 00:00",0.01,"2013-01-16 00:00","","","","",0.05,0.05,0.02,0.01,0.01,0.01,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43820",6,42.139996,-87.799227,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43821",6,42.139996,-87.799227,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.148,0.011901,0.176,"2013-08-02 00:00",0.174,"2013-02-09 00:00",0.174,"2013-02-15 00:00",0.168,"2013-09-25 00:00","","","","",0.176,0.176,0.174,0.164,0.154,0.146,0.136,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43823",6,42.139996,-87.799227,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.451111,0.042224,0.56,"2013-02-15 00:00",0.54,"2013-09-25 00:00",0.53,"2013-02-21 00:00",0.51,"2013-02-27 00:00","","","","",0.56,0.56,0.53,0.51,0.47,0.45,0.38,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43824",6,42.139996,-87.799227,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008222,0.019222,0.1,"2013-09-13 00:00",0.04,"2013-01-16 00:00",0.04,"2013-03-29 00:00",0.04,"2013-08-20 00:00","","","","",0.1,0.1,0.04,0.03,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43826",6,42.139996,-87.799227,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43828",6,42.139996,-87.799227,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",15,0.313633,1.302382,8.36,"2013-09-13 00:00",2.71,"2013-07-21 00:00",1.19,"2013-05-22 00:00",0.593,"2013-09-19 00:00","","","","",8.36,8.36,1.19,0.086,0.05,0.032,0.0095,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43829",6,42.139996,-87.799227,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43830",6,42.139996,-87.799227,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43831",6,42.139996,-87.799227,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43832",6,42.139996,-87.799227,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.107644,0.468521,3.08,"2013-09-13 00:00",0.728,"2013-07-21 00:00",0.308,"2013-05-22 00:00",0.249,"2013-09-19 00:00","","","","",3.08,3.08,0.308,0.025,0.018,0.009,0.009,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43835",6,42.139996,-87.799227,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43836",6,42.139996,-87.799227,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43838",6,42.139996,-87.799227,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43839",6,42.139996,-87.799227,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43843",6,42.139996,-87.799227,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43844",6,42.139996,-87.799227,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43860",6,42.139996,-87.799227,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002667,0.010954,0.06,"2013-09-13 00:00",0.04,"2013-07-21 00:00",0.02,"2013-05-22 00:00",0,"2013-01-04 00:00","","","","",0.06,0.06,0.02,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43954",8,42.139996,-87.799227,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",28,0.4132,1.04141,6.76,"2013-07-21 00:00",2.34,"2013-09-13 00:00",1.38,"2013-05-22 00:00",0.615,"2013-05-04 00:00","","","","",6.76,6.76,1.38,0.606,0.308,0.111,0.111,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","43960",8,42.139996,-87.799227,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.128467,0.093439,0.705,"2013-09-25 00:00",0.278,"2013-08-20 00:00",0.241,"2013-09-13 00:00",0.1085,"2013-01-04 00:00","","","","",0.705,0.705,0.241,0.1085,0.1085,0.1085,0.1085,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","44201",1,42.139996,-87.799227,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8104,88,188,214,0,656,0,0,"Certification not required",718,0.04734,0.014434,0.094,"2013-09-09 14:00",0.093,"2013-05-14 17:00",0.078,"2013-06-11 14:00",0.078,"2013-06-20 14:00","","","","",0.093,0.078,0.07,0.064,0.057,0.049,0.038,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","44201",1,42.139996,-87.799227,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8144,88,188,214,0,0,0,0,"Certification not required",0,0.042245,0.013592,0.081,"2013-05-14 12:00",0.078,"2013-09-09 11:00",0.074,"2013-06-20 12:00",0.069,"2013-05-19 11:00","","","","",0.078,0.069,0.065,0.059,0.052,0.044,0.034,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","44201",1,42.139996,-87.799227,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8144,88,188,214,0,0,2,2,"Certification not required",0,0.042245,0.013592,0.081,"2013-05-14 12:00",0.078,"2013-09-09 11:00",0.074,"2013-06-20 12:00",0.069,"2013-05-19 11:00","","","","",0.078,0.069,0.065,0.059,0.052,0.044,0.034,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","45109",6,42.139996,-87.799227,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.674667,0.517953,2.6,"2013-09-25 00:00",2.51,"2013-09-13 00:00",1.7,"2013-07-21 00:00",1.39,"2013-08-20 00:00","","","","",2.6,2.6,1.7,1.04,0.78,0.55,0.26,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45109",8,42.139996,-87.799227,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.109556,0.698706,3.2,"2013-09-25 00:00",3.14,"2013-09-13 00:00",3.12,"2013-07-21 00:00",1.97,"2013-06-27 00:00","","","","",3.2,3.2,3.12,1.97,1.28,0.98,0.47,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45201",6,42.139996,-87.799227,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.915111,0.320721,1.71,"2013-04-04 00:00",1.5,"2013-02-09 00:00",1.49,"2013-01-16 00:00",1.48,"2013-09-25 00:00","","","","",1.71,1.71,1.49,1.45,1.13,0.85,0.58,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45201",8,42.139996,-87.799227,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.081591,0.354538,2.16,"2013-04-04 00:00",1.79,"2013-02-09 00:00",1.61,"2013-09-13 00:00",1.6,"2013-03-29 00:00","","","","",2.16,2.16,1.61,1.59,1.27,1.06,0.74,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45202",6,42.139996,-87.799227,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.690444,1.217159,6.3,"2013-09-13 00:00",6.29,"2013-09-25 00:00",5.05,"2013-07-21 00:00",4.91,"2013-08-20 00:00","","","","",6.3,6.3,5.05,4.23,3.19,2.49,1.44,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45202",8,42.139996,-87.799227,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.384,1.484184,7.46,"2013-09-25 00:00",7.33,"2013-07-21 00:00",7.11,"2013-09-13 00:00",5.65,"2013-08-20 00:00","","","","",7.46,7.46,7.11,5.3,4.1,3.08,1.85,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45203",6,42.139996,-87.799227,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.305778,0.210772,1.07,"2013-09-13 00:00",1.01,"2013-09-25 00:00",0.84,"2013-07-21 00:00",0.54,"2013-08-20 00:00","","","","",1.07,1.07,0.84,0.43,0.38,0.25,0.13,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45203",8,42.139996,-87.799227,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.361111,0.323477,1.24,"2013-09-25 00:00",1.2,"2013-09-13 00:00",1.14,"2013-07-21 00:00",0.76,"2013-05-22 00:00","","","","",1.24,1.24,1.14,0.71,0.53,0.34,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45204",6,42.139996,-87.799227,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.285333,0.22966,1.1,"2013-09-13 00:00",1.07,"2013-09-25 00:00",0.87,"2013-07-21 00:00",0.58,"2013-08-20 00:00","","","","",1.1,1.1,0.87,0.42,0.34,0.23,0.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45204",8,42.139996,-87.799227,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.445556,0.320281,1.66,"2013-07-21 00:00",1.4,"2013-09-13 00:00",1.21,"2013-09-25 00:00",0.86,"2013-05-22 00:00","","","","",1.66,1.66,1.21,0.74,0.54,0.36,0.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45207",6,42.139996,-87.799227,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.1269,0.127808,0.747,"2013-07-21 00:00",0.549,"2013-09-13 00:00",0.342,"2013-09-25 00:00",0.261,"2013-08-20 00:00","","","","",0.747,0.747,0.342,0.243,0.0855,0.0855,0.0855,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45207",8,42.139996,-87.799227,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",36,0.181711,0.231903,1.38,"2013-07-21 00:00",0.804,"2013-09-13 00:00",0.575,"2013-05-22 00:00",0.489,"2013-09-25 00:00","","","","",1.38,1.38,0.575,0.327,0.0995,0.0995,0.0995,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45208",6,42.139996,-87.799227,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",15,0.348,0.435624,2.286,"2013-07-21 00:00",1.773,"2013-09-13 00:00",1.206,"2013-09-25 00:00",0.846,"2013-08-20 00:00","","","","",2.286,2.286,1.206,0.666,0.36,0.216,0.081,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45208",8,42.139996,-87.799227,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.736133,0.703934,4.44,"2013-07-21 00:00",2.47,"2013-09-13 00:00",1.72,"2013-05-22 00:00",1.55,"2013-09-25 00:00","","","","",4.44,4.44,1.72,1.21,0.808,0.531,0.347,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45209",8,42.139996,-87.799227,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",30,0.148889,0.146951,0.703,"2013-07-21 00:00",0.652,"2013-09-13 00:00",0.462,"2013-05-22 00:00",0.29,"2013-09-07 00:00","","","","",0.703,0.703,0.462,0.284,0.214,0.069,0.069,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45210",8,42.139996,-87.799227,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.026889,0.074095,0.31,"2013-07-21 00:00",0.25,"2013-04-22 00:00",0.24,"2013-09-13 00:00",0.17,"2013-09-19 00:00","","","","",0.31,0.31,0.24,0.13,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45211",8,42.139996,-87.799227,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",38,0.203511,0.389685,2.11,"2013-07-21 00:00",1.46,"2013-09-13 00:00",0.801,"2013-05-22 00:00",0.739,"2013-08-26 00:00","","","","",2.11,2.11,0.801,0.567,0.073,0.073,0.073,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45212",8,42.139996,-87.799227,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",19,0.337956,0.445714,2.36,"2013-07-21 00:00",1.68,"2013-09-13 00:00",0.968,"2013-05-22 00:00",0.956,"2013-09-25 00:00","","","","",2.36,2.36,0.968,0.689,0.441,0.213,0.056,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45218",8,42.139996,-87.799227,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.132444,0.060796,0.48,"2013-09-07 00:00",0.32,"2013-09-01 00:00",0.12,"2013-01-04 00:00",0.12,"2013-01-10 00:00","","","","",0.48,0.48,0.12,0.12,0.12,0.12,0.12,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45219",8,42.139996,-87.799227,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.117533,0.068326,0.453,"2013-09-13 00:00",0.407,"2013-06-09 00:00",0.103,"2013-01-04 00:00",0.103,"2013-01-10 00:00","","","","",0.453,0.453,0.103,0.103,0.103,0.103,0.103,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45220",6,42.139996,-87.799227,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.259333,0.786718,4.39,"2013-07-21 00:00",3.07,"2013-05-22 00:00",0.98,"2013-09-13 00:00",0.4,"2013-05-04 00:00","","","","",4.39,4.39,0.98,0.22,0.16,0.1,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45220",8,42.139996,-87.799227,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,9,"","","Certification not required",0,0.175833,1.055,6.33,"2013-05-22 00:00",0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00","","","","",6.33,6.33,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45225",8,42.139996,-87.799227,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",30,0.1542,0.190331,1.17,"2013-07-21 00:00",0.631,"2013-09-13 00:00",0.423,"2013-05-22 00:00",0.364,"2013-09-25 00:00","","","","",1.17,1.17,0.423,0.243,0.175,0.074,0.074,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45228",8,42.139996,-87.799227,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",29,0.2343,0.30687,1.8,"2013-07-21 00:00",1.11,"2013-09-13 00:00",0.66,"2013-05-22 00:00",0.639,"2013-09-25 00:00","","","","",1.8,1.8,0.66,0.387,0.247,0.1005,0.1005,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45501",6,42.139996,-87.799227,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.133933,0.09963,0.448,"2013-05-16 00:00",0.343,"2013-06-15 00:00",0.336,"2013-06-09 00:00",0.336,"2013-06-21 00:00","","","","",0.448,0.448,0.336,0.287,0.154,0.098,0.042,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45503",6,42.139996,-87.799227,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0135,0,0.0135,"2013-01-04 00:00",0.0135,"2013-01-10 00:00",0.0135,"2013-01-16 00:00",0.0135,"2013-01-22 00:00","","","","",0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45504",6,42.139996,-87.799227,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",20,0.081767,0.068665,0.23,"2013-06-03 00:00",0.21,"2013-03-29 00:00",0.18,"2013-06-21 00:00",0.18,"2013-07-09 00:00","","","","",0.23,0.23,0.18,0.17,0.15,0.05,0.02,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45801",6,42.139996,-87.799227,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45805",6,42.139996,-87.799227,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45806",6,42.139996,-87.799227,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45807",6,42.139996,-87.799227,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008667,0.025459,0.11,"2013-03-29 00:00",0.08,"2013-09-07 00:00",0.07,"2013-03-23 00:00",0.07,"2013-05-16 00:00","","","","",0.11,0.11,0.07,0.06,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","45810",6,42.139996,-87.799227,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"17","031","4201","61103",1,42.139996,-87.799227,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3708,42,152,365,0,5052,"","","Certification not required",0,5.156607,2.729274,15.8,"2013-05-23 13:00",15.5,"2013-05-23 11:00",15.5,"2013-05-23 12:00",15.2,"2013-05-23 10:00","","","","",12.3,11.3,10.2,8.9,6.8,5,1.6,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","61104",1,42.139996,-87.799227,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3708,42,152,365,0,5052,"","","Certification not required",0,187.992449,104.850448,360,"2013-05-04 23:00",359,"2013-01-28 15:00",359,"2013-03-05 21:00",359,"2013-03-16 11:00","","","","",347,339,326,313,277,209,26,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","62101",1,42.139996,-87.799227,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6117,70,253,365,0,2643,"","","Certification not required",0,51.487657,19.826621,95,"2013-07-19 14:00",94,"2013-07-18 14:00",94,"2013-07-19 12:00",94,"2013-07-19 13:00","","","","",89,85,80,75,68,55,25,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","62201",1,42.139996,-87.799227,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4172,48,172,365,0,4588,"","","Certification not required",0,65.037392,19.069396,100,"2013-06-11 03:00",100,"2013-06-11 04:00",99,"2013-01-11 04:00",99,"2013-02-27 04:00","","","","",98,97,95,91,79,66,38,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","63301",1,42.139996,-87.799227,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8756,100,365,365,0,4,"","","Certification not required",4476,0.229822,0.360797,1.49,"2013-05-24 11:00",1.47,"2013-05-24 12:00",1.47,"2013-07-12 12:00",1.46,"2013-06-13 11:00","","","","",1.34,1.25,1.09,0.86,0.34,0.005,0.005,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","63302",1,42.139996,-87.799227,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",8756,100,365,365,0,4,"","","Certification not required",6034,0.012503,0.013957,0.07,"2013-06-10 12:00",0.06,"2013-04-16 11:00",0.06,"2013-04-16 12:00",0.06,"2013-04-20 11:00","","","","",0.06,0.05,0.05,0.04,0.01,0.005,0.005,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","64101",1,42.139996,-87.799227,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8755,100,365,365,0,5,"","","Certification not required",0,994.053912,7.194645,1017,"2013-11-12 09:00",1017,"2013-11-12 10:00",1017,"2013-11-23 21:00",1017,"2013-11-23 22:00","","","","",1012,1009,1005,1003,999,994,985,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","68103",5,42.139996,-87.799227,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",74,100,39,61,0,5,"","","Certification not required",0,2.508108,10.276809,27.2,"2013-07-18 00:00",23.9,"2013-07-21 00:00",22.2,"2013-07-12 00:00",19.7,"2013-07-09 00:00","","","","",27.2,23.9,19.7,16.8,10.3,2.2,-10.3,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","68104",5,42.139996,-87.799227,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",74,100,39,61,0,5,"","","Certification not required",0,11.908108,11.382055,36.1,"2013-07-18 00:00",33.4,"2013-06-27 00:00",31.4,"2013-06-24 00:00",29.4,"2013-05-01 00:00","","","","",36.1,33.4,29.4,27.8,22.2,11.3,-2.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","68105",1,42.139996,-87.799227,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",115,100,60,61,0,6,"","","Certification not required",0,9.37913,10.849565,30,"2013-09-10 00:00",29.9,"2013-07-18 00:00",27.9,"2013-08-26 00:00",26.2,"2013-07-15 00:00","","","","",29.9,27.9,25.2,23.7,19.7,8.4,-4.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","68105",5,42.139996,-87.799227,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",1,2,1,61,0,78,"","","Certification not required",0,6.1,0,6.1,"2013-05-10 00:00","","","","","","","","","","",6.1,6.1,6.1,6.1,6.1,6.1,6.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","68105",9,42.139996,-87.799227,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",5,100,5,5,0,0,"","","Certification not required",0,1.5,2.441311,4.5,"2013-03-11 00:00",3.8,"2013-03-29 00:00",0,"2013-03-23 00:00",-0.2,"2013-03-05 00:00","","","","",4.5,4.5,4.5,4.5,3.8,0,-0.6,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","4201","68106",5,42.139996,-87.799227,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",74,100,39,61,0,5,"","","Certification not required",0,736.108108,5.577763,753,"2013-11-12 00:00",748,"2013-01-22 00:00",747,"2013-02-21 00:00",746,"2013-03-08 00:00","","","","",753,748,746,742,739,737,728,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","68107",5,42.139996,-87.799227,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",74,100,39,61,0,5,"","","Certification not required",0,743.445946,5.534801,757,"2013-11-12 00:00",756,"2013-01-10 00:00",753,"2013-01-25 00:00",753,"2013-02-09 00:00","","","","",757,756,753,751,746,743,737,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","68108",1,42.139996,-87.799227,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",114,100,60,61,0,6,"","","Certification not required",0,744.385965,7.398288,768,"2013-11-24 00:00",767,"2013-11-12 00:00",765,"2013-12-24 00:00",763,"2013-12-30 00:00","","","","",767,765,762,755,747,743,737,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","68108",9,42.139996,-87.799227,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,100,5,5,0,0,"","","Certification not required",0,744.4,8.792042,756,"2013-03-29 00:00",747,"2013-03-17 00:00",746,"2013-03-23 00:00",741,"2013-03-05 00:00","","","","",756,756,756,756,747,746,732,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","4201","81102",1,42.139996,-87.799227,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",2,15.12069,7.478807,30,"2013-12-12 00:00",29,"2013-10-19 00:00",28,"2013-08-20 00:00",28,"2013-12-18 00:00","","","","",30,29,28,26,21,16,6,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","81102",9,42.139996,-87.799227,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,8,0,0,"Certification not required",0,15.245283,7.10608,37,"2013-12-12 00:00",28,"2013-04-04 00:00",26,"2013-06-21 00:00",26,"2013-12-24 00:00","","","","",37,28,26,24,20,15,7,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","4201","82102",6,42.139996,-87.799227,"WGS84","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.795952,0.493588,2.23,"2013-08-20 00:00",1.69,"2013-09-25 00:00",1.52,"2013-03-29 00:00",1.48,"2013-06-21 00:00","","","","",2.23,2.23,1.52,1.48,1.06,0.88,0.25,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82102",7,42.139996,-87.799227,"WGS84","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.607,0.445048,1.39,"2013-02-09 00:00",1.23,"2013-01-10 00:00",0.9,"2013-01-28 00:00",0.81,"2013-01-16 00:00","","","","",1.39,1.39,1.39,1.39,0.9,0.46,0.23,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82103",6,42.139996,-87.799227,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.641667,0.443247,2.07,"2013-07-15 00:00",1.63,"2013-04-28 00:00",1.43,"2013-08-20 00:00",1.14,"2013-06-27 00:00","","","","",2.07,2.07,1.43,1.12,0.87,0.68,0.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82103",7,42.139996,-87.799227,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.384,0.189924,0.78,"2013-01-28 00:00",0.63,"2013-01-10 00:00",0.41,"2013-02-09 00:00",0.39,"2013-01-16 00:00","","","","",0.78,0.78,0.78,0.78,0.41,0.38,0.23,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82105",6,42.139996,-87.799227,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.004048,0.004968,0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-04-04 00:00",0.01,"2013-04-22 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82105",7,42.139996,-87.799227,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82110",6,42.139996,-87.799227,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.089762,0.050194,0.2,"2013-04-28 00:00",0.19,"2013-06-21 00:00",0.19,"2013-07-15 00:00",0.17,"2013-04-04 00:00","","","","",0.2,0.2,0.19,0.16,0.12,0.08,0.04,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82110",7,42.139996,-87.799227,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.083,0.037727,0.14,"2013-01-10 00:00",0.14,"2013-01-28 00:00",0.11,"2013-01-04 00:00",0.1,"2013-01-16 00:00","","","","",0.14,0.14,0.14,0.14,0.11,0.08,0.05,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82112",6,42.139996,-87.799227,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,3.410476,0.486881,5.2,"2013-07-15 00:00",4.56,"2013-04-22 00:00",4.3,"2013-01-10 00:00",4.03,"2013-06-15 00:00","","","","",5.2,5.2,4.3,4.02,3.56,3.31,2.95,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82112",7,42.139996,-87.799227,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,3.614,0.380152,4.35,"2013-01-10 00:00",4.18,"2013-01-16 00:00",3.87,"2013-02-09 00:00",3.49,"2013-01-28 00:00","","","","",4.35,4.35,4.35,4.35,3.87,3.47,3.35,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82113",6,42.139996,-87.799227,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.085476,0.034302,0.18,"2013-02-27 00:00",0.14,"2013-04-04 00:00",0.13,"2013-01-04 00:00",0.13,"2013-01-10 00:00","","","","",0.18,0.18,0.13,0.13,0.11,0.08,0.05,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82113",7,42.139996,-87.799227,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.06,0.025386,0.12,"2013-01-10 00:00",0.08,"2013-01-16 00:00",0.07,"2013-02-09 00:00",0.06,"2013-01-04 00:00","","","","",0.12,0.12,0.12,0.12,0.07,0.06,0.04,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82128",6,42.139996,-87.799227,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002757,0.001727,0.0065,"2013-04-04 00:00",0.0064,"2013-04-28 00:00",0.0062,"2013-07-15 00:00",0.0061,"2013-06-15 00:00","","","","",0.0065,0.0065,0.0062,0.0053,0.004,0.0025,0.0009,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82128",7,42.139996,-87.799227,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.00287,0.001098,0.0041,"2013-01-10 00:00",0.0041,"2013-02-09 00:00",0.004,"2013-01-16 00:00",0.0033,"2013-02-21 00:00","","","","",0.0041,0.0041,0.0041,0.0041,0.004,0.0031,0.0016,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82132",6,42.139996,-87.799227,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,5.672143,4.175445,17.7,"2013-04-22 00:00",15.4,"2013-04-04 00:00",13.7,"2013-01-10 00:00",13.6,"2013-05-16 00:00","","","","",17.7,17.7,13.7,13,7.84,4.38,1.71,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82132",7,42.139996,-87.799227,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,4.46,3.419444,12.9,"2013-01-10 00:00",7.42,"2013-01-16 00:00",4.69,"2013-01-04 00:00",4.62,"2013-02-09 00:00","","","","",12.9,12.9,12.9,12.9,4.69,3.26,1.92,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82136",6,42.139996,-87.799227,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.782381,0.288206,1.92,"2013-06-21 00:00",1.29,"2013-06-15 00:00",1.24,"2013-04-22 00:00",1.19,"2013-07-15 00:00","","","","",1.92,1.92,1.24,1.18,0.86,0.73,0.51,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82136",7,42.139996,-87.799227,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.801,0.203876,1.16,"2013-01-10 00:00",0.98,"2013-02-27 00:00",0.91,"2013-02-09 00:00",0.9,"2013-01-04 00:00","","","","",1.16,1.16,1.16,1.16,0.91,0.89,0.55,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82142",6,42.139996,-87.799227,"WGS84","Mercury PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.018333,0.009084,0.05,"2013-04-04 00:00",0.04,"2013-07-15 00:00",0.03,"2013-02-27 00:00",0.03,"2013-04-10 00:00","","","","",0.05,0.05,0.03,0.03,0.02,0.02,0.01,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82142",7,42.139996,-87.799227,"WGS84","Mercury PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.012,0.004216,0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.01,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","82154",6,42.139996,-87.799227,"WGS84","Selenium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.76619,0.515723,1.87,"2013-07-15 00:00",1.64,"2013-09-07 00:00",1.62,"2013-08-26 00:00",1.56,"2013-06-21 00:00","","","","",1.87,1.87,1.62,1.55,1.2,0.69,0.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"17","031","4201","82154",7,42.139996,-87.799227,"WGS84","Selenium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.396,0.220968,0.78,"2013-01-28 00:00",0.66,"2013-02-09 00:00",0.59,"2013-01-10 00:00",0.48,"2013-02-21 00:00","","","","",0.78,0.78,0.78,0.78,0.59,0.4,0.19,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-14" +"17","031","4201","88101",1,42.139996,-87.799227,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,9.513793,5.797599,29.5,"2013-12-03 00:00",26.3,"2013-07-09 00:00",25.3,"2013-05-28 00:00",23.5,"2013-01-19 00:00","","","","",26.3,25.3,21,18.2,13,8.3,3.5,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","88101",1,42.139996,-87.799227,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,9.513793,5.797599,29.5,"2013-12-03 00:00",26.3,"2013-07-09 00:00",25.3,"2013-05-28 00:00",23.5,"2013-01-19 00:00","","","","",26.3,25.3,21,18.2,13,8.3,3.5,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","88101",9,42.139996,-87.799227,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,11,14,122,0,0,0,0,"Certification not required",0,8.307143,3.813834,13.4,"2013-02-09 00:00",13.1,"2013-01-22 00:00",11.6,"2013-01-16 00:00",11.1,"2013-01-28 00:00","","","","",13.4,13.4,13.4,13.1,11.1,10,3.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-28" +"17","031","4201","88101",9,42.139996,-87.799227,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,11,14,122,0,0,"","","Certification not required",0,8.307143,3.813834,13.4,"2013-02-09 00:00",13.1,"2013-01-22 00:00",11.6,"2013-01-16 00:00",11.1,"2013-01-28 00:00","","","","",13.4,13.4,13.4,13.1,11.1,10,3.1,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-28" +"17","031","4201","88102",5,42.139996,-87.799227,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",63,0.022007,0.011314,0.061,"2013-02-24 00:00",0.058,"2013-03-08 00:00",0.057,"2013-03-02 00:00",0.051,"2013-06-30 00:00","","","","",0.061,0.058,0.051,0.032,0.026,0.021,0.014,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88103",5,42.139996,-87.799227,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.000282,0.00059,0.003,"2013-06-09 00:00",0.002,"2013-01-19 00:00",0.002,"2013-07-06 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.002,0.001,0.001,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88104",5,42.139996,-87.799227,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",49,0.023796,0.036634,0.243,"2013-07-09 00:00",0.166,"2013-03-29 00:00",0.109,"2013-05-01 00:00",0.084,"2013-04-28 00:00","","","","",0.243,0.166,0.084,0.038,0.027,0.0115,0.0065,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88107",5,42.139996,-87.799227,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",71,0.006585,0.006374,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.005,0.005,0.00385,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88109",5,42.139996,-87.799227,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",13,0.003407,0.00213,0.0126,"2013-01-07 00:00",0.0079,"2013-05-07 00:00",0.0068,"2013-01-25 00:00",0.0064,"2013-05-19 00:00","","","","",0.0126,0.0079,0.0064,0.0059,0.0047,0.0031,0.0009,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88110",5,42.139996,-87.799227,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.001183,0.002758,0.011,"2013-01-28 00:00",0.011,"2013-04-01 00:00",0.009,"2013-02-27 00:00",0.008,"2013-03-20 00:00","","","","",0.011,0.011,0.008,0.006,0,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88111",5,42.139996,-87.799227,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",5,0.029654,0.024089,0.142,"2013-02-27 00:00",0.0911,"2013-10-25 00:00",0.0724,"2013-06-21 00:00",0.0707,"2013-10-22 00:00","","","","",0.142,0.0911,0.0707,0.0586,0.0392,0.025,0.008,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88112",5,42.139996,-87.799227,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.002873,0.00415,0.03,"2013-03-29 00:00",0.017,"2013-07-09 00:00",0.007,"2013-02-03 00:00",0.007,"2013-06-18 00:00","","","","",0.03,0.017,0.007,0.005,0.004,0.002,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88113",5,42.139996,-87.799227,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",66,0.000749,0.000289,0.0023,"2013-03-08 00:00",0.0018,"2013-04-07 00:00",0.0015,"2013-04-22 00:00",0.0015,"2013-06-15 00:00","","","","",0.0023,0.0018,0.0015,0.001,0.0007,0.0007,0.00055,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88114",5,42.139996,-87.799227,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",32,0.003785,0.004335,0.0174,"2013-03-29 00:00",0.0159,"2013-01-10 00:00",0.0157,"2013-02-09 00:00",0.015,"2013-06-03 00:00","","","","",0.0174,0.0159,0.015,0.0107,0.0045,0.0017,0.00095,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88115",5,42.139996,-87.799227,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",44,0.008523,0.008793,0.0416,"2013-02-27 00:00",0.036,"2013-01-07 00:00",0.032,"2013-01-25 00:00",0.0319,"2013-01-22 00:00","","","","",0.0416,0.036,0.0319,0.0215,0.009,0.00405,0.0025,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88117",5,42.139996,-87.799227,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",71,0.006583,0.0102,0.0435,"2013-02-18 00:00",0.0435,"2013-06-18 00:00",0.0435,"2013-06-21 00:00",0.043,"2013-02-21 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0041,0.0041,0.0028,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88118",5,42.139996,-87.799227,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",71,0.008708,0.006345,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.005,0.0041,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88126",5,42.139996,-87.799227,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.06188,0.044727,0.188,"2013-05-19 00:00",0.182,"2013-03-29 00:00",0.176,"2013-01-10 00:00",0.17,"2013-06-21 00:00","","","","",0.188,0.182,0.17,0.118,0.0901,0.046,0.0172,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88128",5,42.139996,-87.799227,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.001155,0.001627,0.008,"2013-06-12 00:00",0.007,"2013-06-09 00:00",0.004,"2013-06-15 00:00",0.004,"2013-06-18 00:00","","","","",0.008,0.007,0.004,0.003,0.002,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88131",5,42.139996,-87.799227,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",71,0.009887,0.003632,0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-02-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88132",5,42.139996,-87.799227,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.001183,0.001515,0.007,"2013-06-21 00:00",0.006,"2013-01-10 00:00",0.006,"2013-04-22 00:00",0.004,"2013-03-08 00:00","","","","",0.007,0.006,0.004,0.003,0.002,0.001,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88136",5,42.139996,-87.799227,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.000549,0.001392,0.01,"2013-03-29 00:00",0.004,"2013-02-27 00:00",0.004,"2013-07-09 00:00",0.002,"2013-06-18 00:00","","","","",0.01,0.004,0.002,0.001,0.001,0,0,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88140",5,42.139996,-87.799227,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",64,0.008366,0.00467,0.027,"2013-04-22 00:00",0.026,"2013-01-13 00:00",0.0202,"2013-05-28 00:00",0.02,"2013-05-16 00:00","","","","",0.027,0.026,0.02,0.009,0.009,0.006,0.00475,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88152",5,42.139996,-87.799227,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",71,0.005412,0.001353,0.008,"2013-02-12 00:00",0.008,"2013-03-02 00:00",0.008,"2013-03-17 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88154",5,42.139996,-87.799227,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",69,0.00115,0.000265,0.0021,"2013-03-17 00:00",0.0018,"2013-05-19 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00","","","","",0.0021,0.0018,0.0013,0.0013,0.0013,0.00125,0.00065,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88160",5,42.139996,-87.799227,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",69,0.013423,0.00537,0.043,"2013-02-12 00:00",0.027,"2013-03-20 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-06-03 00:00","","","","",0.043,0.027,0.0185,0.018,0.016,0.01,0.01,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88161",5,42.139996,-87.799227,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",68,0.00249,0.00078,0.007,"2013-06-21 00:00",0.0056,"2013-06-24 00:00",0.0052,"2013-05-16 00:00",0.00265,"2013-02-12 00:00","","","","",0.007,0.0056,0.00265,0.00265,0.0025,0.0025,0.0021,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88164",5,42.139996,-87.799227,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",70,0.001585,0.00028,0.003,"2013-05-01 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-03-02 00:00",0.0019,"2013-03-17 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88165",5,42.139996,-87.799227,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",11,0.048821,0.050046,0.264,"2013-05-01 00:00",0.205,"2013-05-19 00:00",0.19,"2013-05-31 00:00",0.141,"2013-06-24 00:00","","","","",0.264,0.205,0.141,0.111,0.067,0.027,0.009,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88166",5,42.139996,-87.799227,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",69,0.00861,0.005554,0.022,"2013-05-19 00:00",0.019,"2013-01-16 00:00",0.019,"2013-02-09 00:00",0.019,"2013-04-22 00:00","","","","",0.022,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88167",5,42.139996,-87.799227,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",12,0.007304,0.006566,0.0391,"2013-01-25 00:00",0.0228,"2013-04-04 00:00",0.0225,"2013-02-27 00:00",0.021,"2013-06-21 00:00","","","","",0.0391,0.0228,0.021,0.0144,0.0089,0.0054,0.00175,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88168",5,42.139996,-87.799227,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",70,0.00123,0.000417,0.0033,"2013-07-06 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-01-25 00:00",0.00175,"2013-01-28 00:00","","","","",0.0033,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88169",5,42.139996,-87.799227,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.554599,0.427528,2.3,"2013-05-19 00:00",2.05,"2013-07-06 00:00",1.58,"2013-06-09 00:00",1.55,"2013-06-21 00:00","","","","",2.3,2.05,1.55,1.02,0.627,0.435,0.172,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88176",5,42.139996,-87.799227,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",71,0.000954,0.000238,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-09 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88180",5,42.139996,-87.799227,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",1,0.041654,0.033372,0.239,"2013-07-06 00:00",0.108,"2013-07-03 00:00",0.103,"2013-06-24 00:00",0.0987,"2013-06-21 00:00","","","","",0.239,0.108,0.0987,0.076,0.0511,0.035,0.013,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88184",5,42.139996,-87.799227,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",50,0.035549,0.026198,0.137,"2013-02-21 00:00",0.122,"2013-01-22 00:00",0.095,"2013-01-13 00:00",0.092,"2013-05-28 00:00","","","","",0.137,0.122,0.092,0.073,0.045,0.027,0.0155,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88185",5,42.139996,-87.799227,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",69,0.003839,0.003967,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-09 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00235,0.00165,0.0014,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88301",5,42.139996,-87.799227,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,0.835887,0.682068,2.82,"2013-02-06 00:00",2.82,"2013-05-19 00:00",2.46,"2013-01-07 00:00",2.09,"2013-02-24 00:00","","","","",2.82,2.82,2.09,1.66,1.34,0.585,0.158,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88302",5,42.139996,-87.799227,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",4,0.056644,0.040262,0.252,"2013-05-22 00:00",0.194,"2013-06-09 00:00",0.15,"2013-05-28 00:00",0.133,"2013-10-22 00:00","","","","",0.252,0.194,0.133,0.09,0.067,0.049,0.019,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88303",5,42.139996,-87.799227,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",26,0.035623,0.029851,0.167,"2013-07-06 00:00",0.125,"2013-05-19 00:00",0.102,"2013-05-22 00:00",0.087,"2013-05-16 00:00","","","","",0.167,0.125,0.087,0.0754,0.044,0.03,0.012,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88306",5,42.139996,-87.799227,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,2.013521,1.626943,6.88,"2013-01-07 00:00",6.27,"2013-02-06 00:00",6.19,"2013-02-24 00:00",5.86,"2013-01-16 00:00","","","","",6.88,6.27,5.86,4.34,2.83,1.46,0.519,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88355",5,42.139996,-87.799227,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,2.12895,1.09888,5.85,"2013-06-30 00:00",4.4,"2013-05-19 00:00",3.97,"2013-07-09 00:00",3.92,"2013-07-06 00:00","","","","",5.85,4.4,3.97,3.79,2.96,1.81,0.982,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88357",5,42.139996,-87.799227,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.26305,0.150893,0.699,"2013-01-10 00:00",0.679,"2013-05-16 00:00",0.611,"2013-05-07 00:00",0.56,"2013-06-12 00:00","","","","",0.699,0.679,0.611,0.531,0.336,0.229,0.114,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88370",5,42.139996,-87.799227,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,1.884117,0.952599,5.56,"2013-06-30 00:00",3.7,"2013-05-19 00:00",3.41,"2013-05-07 00:00",3.37,"2013-07-03 00:00","","","","",5.56,3.7,3.41,3.28,2.6,1.71,0.9,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88374",5,42.139996,-87.799227,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",1,0.137683,0.094707,0.416,"2013-05-19 00:00",0.412,"2013-07-03 00:00",0.355,"2013-06-12 00:00",0.344,"2013-07-09 00:00","","","","",0.416,0.412,0.355,0.256,0.19,0.103,0.046,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88375",5,42.139996,-87.799227,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.513417,0.297929,1.48,"2013-06-30 00:00",1.19,"2013-07-06 00:00",1.08,"2013-05-19 00:00",1.04,"2013-07-09 00:00","","","","",1.48,1.19,1.08,1,0.735,0.384,0.224,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88376",5,42.139996,-87.799227,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.54235,0.319839,2.22,"2013-06-30 00:00",1.11,"2013-07-12 00:00",1.05,"2013-07-03 00:00",1.04,"2013-06-15 00:00","","","","",2.22,1.11,1.05,0.89,0.677,0.457,0.236,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88377",5,42.139996,-87.799227,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.366067,0.202281,1.05,"2013-05-19 00:00",0.952,"2013-06-30 00:00",0.844,"2013-07-06 00:00",0.766,"2013-05-07 00:00","","","","",1.05,0.952,0.844,0.593,0.493,0.331,0.169,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88378",5,42.139996,-87.799227,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.324733,0.152239,0.682,"2013-05-01 00:00",0.68,"2013-06-30 00:00",0.679,"2013-05-07 00:00",0.633,"2013-07-21 00:00","","","","",0.682,0.68,0.679,0.58,0.419,0.282,0.175,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88380",5,42.139996,-87.799227,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.507133,0.302909,1.24,"2013-07-30 00:00",1.18,"2013-06-12 00:00",1.13,"2013-07-06 00:00",1.03,"2013-07-09 00:00","","","","",1.24,1.18,1.13,0.993,0.666,0.391,0.182,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88383",5,42.139996,-87.799227,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.774,0.399595,1.64,"2013-07-06 00:00",1.62,"2013-05-07 00:00",1.52,"2013-06-12 00:00",1.44,"2013-05-16 00:00","","","","",1.64,1.62,1.52,1.42,1.09,0.646,0.324,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88384",5,42.139996,-87.799227,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.057622,0.026179,0.136,"2013-04-25 00:00",0.129,"2013-10-22 00:00",0.113,"2013-05-10 00:00",0.108,"2013-05-16 00:00","","","","",0.136,0.129,0.113,0.0948,0.072,0.0543,0.029,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88385",5,42.139996,-87.799227,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",58,0.001133,0.000892,0.00783,"2013-07-12 00:00",0.00217,"2013-05-07 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00783,0.00217,0.001,0.001,0.001,0.001,0.001,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88388",5,42.139996,-87.799227,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",60,98,34,61,0,19,"","","Certification not required",0,0.56855,0.300884,1.16,"2013-05-19 00:00",1.14,"2013-07-06 00:00",1.1,"2013-07-03 00:00",1.08,"2013-06-21 00:00","","","","",1.16,1.14,1.1,1.06,0.831,0.437,0.263,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88403",5,42.139996,-87.799227,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,1.436915,1.116928,6.24,"2013-05-19 00:00",5.64,"2013-07-06 00:00",4.37,"2013-06-09 00:00",3.31,"2013-05-01 00:00","","","","",6.24,5.64,3.31,2.76,1.7,1.1,0.553,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","4201","88501",3,42.139996,-87.799227,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3883,44,160,365,0,4877,"","","Certification not required",0,10.913366,9.00228,66.2,"2013-10-10 09:00",59.7,"2013-09-26 08:00",57.1,"2013-02-07 14:00",55.8,"2013-08-29 09:00","","","","",43,36.6,28.2,22.5,15.3,8.9,1.2,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","88501",3,42.139996,-87.799227,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",160,44,160,365,0,0,"","","Certification not required",0,10.8025,5.902648,38.5,"2013-02-07 00:00",36.2,"2013-12-03 00:00",28.3,"2013-12-04 00:00",26.2,"2013-10-30 00:00","","","","",36.2,26.2,22.1,17.3,13.5,10.2,4.8,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","88502",3,42.139996,-87.799227,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3882,100,29,61,0,4878,"","","Certification not required",0,9.167955,7.746365,56.3,"2013-10-10 09:00",50.7,"2013-09-26 08:00",47.4,"2013-08-29 09:00",47,"2013-02-07 14:00","","","","",36.4,31.3,24.2,19.2,12.9,7.4,0.8,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","88502",3,42.139996,-87.799227,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",160,100,29,61,0,0,"","","Certification not required",0,9.065,5.024045,31.1,"2013-02-07 00:00",30.7,"2013-12-03 00:00",24,"2013-12-04 00:00",22.2,"2013-01-06 00:00","","","","",30.7,22.2,18.9,15.3,11.3,8.4,4,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","4201","88502",5,42.139996,-87.799227,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",71,100,37,61,0,8,"","","Certification not required",0,9.04507,4.813783,21,"2013-05-19 00:00",19.4,"2013-04-07 00:00",19,"2013-07-06 00:00",17.9,"2013-02-06 00:00","","","","",21,19.4,17.9,15.6,12.4,7.9,3.3,"NORTHBROOK WATER PLANT","750 DUNDEE ROAD","Illinois","Cook","Northbrook","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","031","6003","11101",1,41.872202,-87.826165,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,"","","Certification not required",0,83.362069,51.266657,241,"2013-12-12 00:00",226,"2013-12-24 00:00",220,"2013-12-18 00:00",167,"2013-02-03 00:00","","","","",241,226,220,149,111,71,31,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14110",1,41.872202,-87.826165,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.000983,0.000662,0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00",0.002,"2013-01-28 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14112",1,41.872202,-87.826165,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.02069,0.010322,0.048,"2013-10-01 00:00",0.041,"2013-08-26 00:00",0.04,"2013-09-07 00:00",0.038,"2013-11-30 00:00","","","","",0.048,0.041,0.04,0.036,0.028,0.019,0.008,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14126",1,41.872202,-87.826165,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.967759,1.097969,4.52,"2013-08-26 00:00",3.93,"2013-08-14 00:00",3.91,"2013-04-22 00:00",3.73,"2013-08-02 00:00","","","","",4.52,3.93,3.91,3.57,2.89,1.97,0.43,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14129",1,41.872202,-87.826165,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,0.015638,0.008082,0.042,"2013-01-10 00:00",0.033,"2013-06-15 00:00",0.029,"2013-07-09 00:00",0.029,"2013-12-18 00:00","","","","",0.042,0.033,0.029,0.028,0.02,0.014,0.006,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14129",9,41.872202,-87.826165,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,0.014467,0.010176,0.037,"2013-01-10 00:00",0.033,"2013-03-29 00:00",0.027,"2013-01-16 00:00",0.017,"2013-01-04 00:00","","","","",0.037,0.037,0.037,0.033,0.017,0.011,0.005,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14132",1,41.872202,-87.826165,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.055862,0.028063,0.142,"2013-01-10 00:00",0.11,"2013-04-22 00:00",0.107,"2013-09-19 00:00",0.103,"2013-08-26 00:00","","","","",0.142,0.11,0.107,0.095,0.074,0.051,0.019,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6003","14136",1,41.872202,-87.826165,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.007448,0.003619,0.018,"2013-09-07 00:00",0.015,"2013-10-25 00:00",0.014,"2013-03-29 00:00",0.014,"2013-09-25 00:00","","","","",0.018,0.015,0.014,0.012,0.009,0.007,0.003,"COOK COUNTY COURT COMPLEX","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","031","6005","68105",1,41.864426,-87.748902,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",74,100,60,61,0,1,"","","Certification not required",0,8.948649,11.490332,29.6,"2013-07-15 00:00",28.6,"2013-07-09 00:00",26.8,"2013-07-21 00:00",26.7,"2013-06-27 00:00","","","","",29.6,28.6,26.7,24.5,19.8,8,-3.8,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","68108",1,41.864426,-87.748902,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",74,100,60,61,0,1,"","","Certification not required",0,741.472973,7.776366,762,"2013-11-12 00:00",761,"2013-12-24 00:00",758,"2013-12-12 00:00",757,"2013-12-06 00:00","","","","",762,761,757,751,746,741,733,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","88101",1,41.864426,-87.748902,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",74,97,74,76,0,1,0,0,"Certification not required",0,10.418919,5.67831,28.8,"2013-02-06 00:00",21.1,"2013-02-24 00:00",21.1,"2013-08-20 00:00",21.1,"2013-11-30 00:00","","","","",28.8,21.1,21.1,19.3,13.3,10.1,3.8,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","88101",1,41.864426,-87.748902,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",74,97,74,76,0,1,"","","Certification not required",0,10.418919,5.67831,28.8,"2013-02-06 00:00",21.1,"2013-02-24 00:00",21.1,"2013-08-20 00:00",21.1,"2013-11-30 00:00","","","","",28.8,21.1,21.1,19.3,13.3,10.1,3.8,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","88501",3,41.864426,-87.748902,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2644,98,109,112,0,44,"","","Certification not required",0,23.29323,9.09701,71.5,"2013-12-03 12:00",69.6,"2013-10-09 07:00",68.1,"2013-12-03 19:00",67.4,"2013-12-13 10:00","","","","",51.3,46.5,40.8,35.4,28,21.8,13.3,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","88501",3,41.864426,-87.748902,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",109,97,109,112,0,0,"","","Certification not required",0,23.279817,6.672689,51.8,"2013-12-03 00:00",45,"2013-10-30 00:00",38.9,"2013-12-04 00:00",37.3,"2013-12-01 00:00","","","","",45,38.9,36,31.6,26.3,22.3,16,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","88502",3,41.864426,-87.748902,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2644,98,109,112,0,44,"","","Certification not required",0,10.743873,5.448145,39.6,"2013-12-03 12:00",38.5,"2013-10-09 07:00",37.6,"2013-12-03 19:00",37.2,"2013-12-13 10:00","","","","",27.5,24.6,21.2,18,13.6,9.8,4.7,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6005","88502",3,41.864426,-87.748902,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",109,97,109,112,0,0,"","","Certification not required",0,10.713761,3.970737,27.8,"2013-12-03 00:00",23.7,"2013-10-30 00:00",20,"2013-12-04 00:00",19.1,"2013-12-01 00:00","","","","",23.7,20,18.3,15.6,12.5,10.2,6.4,"LIBERTY SCHOOL","13TH ST. & 50TH AVE.","Illinois","Cook","Cicero","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","6006","88501",3,41.872897,-87.825872,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1573,73,65,90,0,587,"","","Certification not required",0,18.74431,7.845568,54,"2013-02-26 09:00",52.9,"2013-02-07 12:00",50.6,"2013-02-07 16:00",49.8,"2013-02-07 15:00","","","","",42.7,38.6,32.8,29.4,23.3,17.8,9.7,"4TH DISTRICT COURT","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","6006","88501",3,41.872897,-87.825872,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",65,72,65,90,0,0,"","","Certification not required",0,18.710769,6.084795,37.9,"2013-02-07 00:00",32,"2013-01-06 00:00",31,"2013-01-08 00:00",29.5,"2013-02-25 00:00","","","","",37.9,32,29.5,27.7,22.7,18.3,11.7,"4TH DISTRICT COURT","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-19" +"17","031","6006","88502",3,41.872897,-87.825872,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1573,73,65,90,0,587,"","","Certification not required",0,9.515639,5.204705,33.9,"2013-02-26 09:00",33.2,"2013-02-07 12:00",31.6,"2013-02-07 16:00",31.1,"2013-02-07 15:00","","","","",26.3,22.6,19,16.1,12.5,8.9,3.6,"4TH DISTRICT COURT","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","6006","88502",3,41.872897,-87.825872,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",65,72,65,90,0,0,"","","Certification not required",0,9.466154,4.051901,23.1,"2013-02-07 00:00",17.5,"2013-01-06 00:00",17.5,"2013-02-25 00:00",17.1,"2013-02-05 00:00","","","","",23.1,17.5,17.1,15.1,11.7,9,5,"4TH DISTRICT COURT","1500 MAYBROOK DR.","Illinois","Cook","Maywood","Chicago-Naperville-Joliet, IL-IN-WI","2013-09-05" +"17","031","7002","44201",1,42.061857,-87.674167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7236,99,212,214,0,60,0,0,"Certification not required",329,0.047792,0.013769,0.086,"2013-05-14 17:00",0.084,"2013-07-17 14:00",0.078,"2013-05-01 17:00",0.074,"2013-05-19 16:00","","","","",0.078,0.074,0.069,0.065,0.058,0.05,0.039,"WATER PLANT","531 E. LINCOLN","Illinois","Cook","Evanston","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","7002","44201",1,42.061857,-87.674167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7262,99,212,214,0,0,0,0,"Certification not required",0,0.042311,0.01295,0.08,"2013-05-14 13:00",0.072,"2013-05-01 14:00",0.069,"2013-05-19 12:00",0.069,"2013-08-18 12:00","","","","",0.069,0.067,0.063,0.058,0.051,0.044,0.035,"WATER PLANT","531 E. LINCOLN","Illinois","Cook","Evanston","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","7002","44201",1,42.061857,-87.674167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7262,99,212,214,0,0,1,1,"Certification not required",0,0.042311,0.01295,0.08,"2013-05-14 13:00",0.072,"2013-05-01 14:00",0.069,"2013-05-19 12:00",0.069,"2013-08-18 12:00","","","","",0.069,0.067,0.063,0.058,0.051,0.044,0.035,"WATER PLANT","531 E. LINCOLN","Illinois","Cook","Evanston","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","031","7002","61103",1,42.061857,-87.674167,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3153,36,130,365,0,5607,"","","Certification not required",0,7.402442,3.953091,25.9,"2013-03-24 15:00",24.2,"2013-03-24 14:00",24,"2013-03-24 23:00",22.8,"2013-03-25 13:00","","","","",19.9,18.6,15,12.4,9.4,6.9,2.9,"WATER PLANT","531 E. LINCOLN","Illinois","Cook","Evanston","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","031","7002","61104",1,42.061857,-87.674167,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3153,36,130,365,0,5607,"","","Certification not required",0,213.695528,96.595708,360,"2013-02-04 13:00",360,"2013-02-15 13:00",360,"2013-03-16 16:00",360,"2013-03-25 15:00","","","","",359,358,352,337,286,235,59,"WATER PLANT","531 E. LINCOLN","Illinois","Cook","Evanston","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","043","4002","68103",5,41.771071,-88.152534,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,6.553846,10.46086,22,"2013-07-15 00:00",21.9,"2013-07-09 00:00",19.8,"2013-09-19 00:00",19.2,"2013-06-21 00:00","","","","",22,21.9,19.8,18.3,15.5,9,-7.8,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","68104",5,41.771071,-88.152534,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.863462,11.978773,34.4,"2013-07-15 00:00",33.3,"2013-09-19 00:00",32.6,"2013-07-21 00:00",32,"2013-08-26 00:00","","","","",34.4,33.3,32.6,30.6,28.1,20.1,0.4,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","68105",1,41.771071,-88.152534,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,9,"","","Certification not required",0,10.772,11.862385,29.7,"2013-07-18 00:00",29.4,"2013-09-10 00:00",28,"2013-07-15 00:00",26.5,"2013-07-09 00:00","","","","",29.7,29.4,26.3,25.4,21.5,12.3,-6.4,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","043","4002","68105",5,41.771071,-88.152534,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",1,2,1,61,0,51,"","","Certification not required",0,8.1,0,8.1,"2013-01-28 00:00","","","","","","","","","","",8.1,8.1,8.1,8.1,8.1,8.1,8.1,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","68106",5,41.771071,-88.152534,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,739.942308,5.058146,753,"2013-01-22 00:00",748,"2013-01-04 00:00",748,"2013-03-29 00:00",748,"2013-10-13 00:00","","","","",753,748,748,746,743,740,734,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","68107",5,41.771071,-88.152534,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,746.038462,5.614971,759,"2013-01-10 00:00",756,"2013-01-22 00:00",756,"2013-02-09 00:00",756,"2013-02-21 00:00","","","","",759,756,756,754,750,745,739,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","68108",1,41.771071,-88.152534,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,81,99,122,0,10,"","","Certification not required",0,742.727273,8.436822,765,"2013-11-12 00:00",765,"2013-11-24 00:00",762,"2013-12-06 00:00",761,"2013-12-24 00:00","","","","",765,765,758,753,748,743,730,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","043","4002","88101",1,41.771071,-88.152534,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,93,100,107,0,8,0,0,"Certification not required",0,10.281,6.109352,33.5,"2013-12-03 00:00",27.3,"2013-01-28 00:00",26.6,"2013-09-10 00:00",25.5,"2013-05-19 00:00","","","","",33.5,27.3,25,18.7,13,9.5,3.8,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","043","4002","88101",1,41.771071,-88.152534,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,93,100,107,0,8,"","","Certification not required",0,10.281,6.109352,33.5,"2013-12-03 00:00",27.3,"2013-01-28 00:00",26.6,"2013-09-10 00:00",25.5,"2013-05-19 00:00","","","","",33.5,27.3,25,18.7,13,9.5,3.8,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","043","4002","88102",5,41.771071,-88.152534,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.020392,0.008489,0.051,"2013-04-04 00:00",0.051,"2013-08-14 00:00",0.044,"2013-01-22 00:00",0.03,"2013-04-22 00:00","","","","",0.051,0.051,0.044,0.026,0.021,0.0195,0.0135,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88103",5,41.771071,-88.152534,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000451,0.000642,0.002,"2013-03-23 00:00",0.002,"2013-04-28 00:00",0.002,"2013-06-09 00:00",0.002,"2013-08-20 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88104",5,41.771071,-88.152534,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",36,0.018824,0.021824,0.109,"2013-09-19 00:00",0.098,"2013-10-13 00:00",0.056,"2013-04-22 00:00",0.054,"2013-08-26 00:00","","","","",0.109,0.098,0.056,0.047,0.019,0.0115,0.0065,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88107",5,41.771071,-88.152534,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006485,0.005829,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0055,"2013-02-27 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.005,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88109",5,41.771071,-88.152534,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.004006,0.003168,0.0184,"2013-09-19 00:00",0.0101,"2013-07-15 00:00",0.009,"2013-01-28 00:00",0.0084,"2013-05-16 00:00","","","","",0.0184,0.0101,0.009,0.0071,0.0055,0.0034,0.0009,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88110",5,41.771071,-88.152534,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001569,0.003528,0.018,"2013-03-05 00:00",0.011,"2013-10-13 00:00",0.009,"2013-03-17 00:00",0.009,"2013-06-09 00:00","","","","",0.018,0.011,0.009,0.007,0.002,0,0,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88111",5,41.771071,-88.152534,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",6,0.035083,0.033906,0.189,"2013-10-13 00:00",0.128,"2013-10-19 00:00",0.0902,"2013-05-16 00:00",0.0753,"2013-03-29 00:00","","","","",0.189,0.128,0.0902,0.0699,0.0476,0.027,0.00375,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88112",5,41.771071,-88.152534,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.006922,0.018455,0.102,"2013-09-19 00:00",0.084,"2013-10-07 00:00",0.027,"2013-10-01 00:00",0.024,"2013-09-25 00:00","","","","",0.102,0.084,0.027,0.005,0.004,0.002,0,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88113",5,41.771071,-88.152534,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.000682,0.000155,0.0015,"2013-05-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.0015,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88114",5,41.771071,-88.152534,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.00171,0.00123,0.0059,"2013-07-03 00:00",0.0048,"2013-10-13 00:00",0.0046,"2013-09-25 00:00",0.0043,"2013-09-19 00:00","","","","",0.0059,0.0048,0.0046,0.0033,0.0023,0.00125,0.00065,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88115",5,41.771071,-88.152534,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",33,0.00733,0.006365,0.0315,"2013-01-16 00:00",0.025,"2013-10-13 00:00",0.0236,"2013-04-28 00:00",0.0167,"2013-09-19 00:00","","","","",0.0315,0.025,0.0236,0.015,0.0102,0.00405,0.00245,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88117",5,41.771071,-88.152534,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006322,0.009285,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-03-29 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0034,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88118",5,41.771071,-88.152534,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008947,0.006187,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88126",5,41.771071,-88.152534,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.058605,0.040991,0.168,"2013-10-13 00:00",0.157,"2013-09-25 00:00",0.151,"2013-05-16 00:00",0.142,"2013-03-29 00:00","","","","",0.168,0.157,0.151,0.119,0.0707,0.0523,0.0164,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88128",5,41.771071,-88.152534,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001824,0.003071,0.014,"2013-04-04 00:00",0.013,"2013-06-15 00:00",0.009,"2013-03-29 00:00",0.006,"2013-05-04 00:00","","","","",0.014,0.013,0.009,0.004,0.003,0,0,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88131",5,41.771071,-88.152534,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.009343,0.002977,0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-07-27 00:00",0.0165,"2013-09-25 00:00","","","","",0.0165,0.0165,0.0165,0.015,0.011,0.008,0.007,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88132",5,41.771071,-88.152534,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001216,0.00127,0.004,"2013-01-10 00:00",0.004,"2013-03-05 00:00",0.004,"2013-03-29 00:00",0.004,"2013-04-04 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88136",5,41.771071,-88.152534,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000137,0.000401,0.002,"2013-09-19 00:00",0.001,"2013-02-27 00:00",0.001,"2013-04-28 00:00",0.001,"2013-08-14 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88140",5,41.771071,-88.152534,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",43,0.009079,0.005705,0.026,"2013-03-23 00:00",0.026,"2013-05-16 00:00",0.0258,"2013-09-25 00:00",0.023,"2013-05-04 00:00","","","","",0.026,0.026,0.0258,0.018,0.009,0.006,0.0055,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88152",5,41.771071,-88.152534,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005805,0.001594,0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88154",5,41.771071,-88.152534,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001038,0.000286,0.0017,"2013-09-07 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88160",5,41.771071,-88.152534,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.012353,0.003526,0.022,"2013-03-23 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-09 00:00",0.018,"2013-07-27 00:00","","","","",0.022,0.018,0.018,0.018,0.016,0.01,0.01,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88161",5,41.771071,-88.152534,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.002569,0.000965,0.0083,"2013-09-19 00:00",0.0056,"2013-10-13 00:00",0.00265,"2013-02-27 00:00",0.00265,"2013-03-05 00:00","","","","",0.0083,0.0056,0.00265,0.00265,0.00265,0.0025,0.0021,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88164",5,41.771071,-88.152534,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001623,0.000239,0.0019,"2013-02-27 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88165",5,41.771071,-88.152534,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.055542,0.050611,0.256,"2013-10-13 00:00",0.179,"2013-05-16 00:00",0.149,"2013-04-28 00:00",0.141,"2013-09-19 00:00","","","","",0.256,0.179,0.149,0.109,0.075,0.033,0.009,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88166",5,41.771071,-88.152534,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.007235,0.003959,0.0185,"2013-02-03 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-07-27 00:00",0.0185,"2013-09-25 00:00","","","","",0.0185,0.0185,0.0185,0.0075,0.0075,0.0065,0.0042,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88167",5,41.771071,-88.152534,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",9,0.008509,0.007628,0.0424,"2013-04-04 00:00",0.0236,"2013-03-29 00:00",0.023,"2013-09-25 00:00",0.021,"2013-01-10 00:00","","","","",0.0424,0.0236,0.023,0.0182,0.0108,0.006,0.00175,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88168",5,41.771071,-88.152534,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001221,0.000498,0.0041,"2013-06-21 00:00",0.0018,"2013-08-08 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-09 00:00","","","","",0.0041,0.0018,0.00175,0.00175,0.00115,0.00115,0.00085,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88169",5,41.771071,-88.152534,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.682978,0.512702,2.38,"2013-08-20 00:00",1.92,"2013-09-07 00:00",1.91,"2013-09-19 00:00",1.64,"2013-07-15 00:00","","","","",2.38,1.92,1.91,1.22,1.02,0.545,0.229,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88176",5,41.771071,-88.152534,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.000963,0.000255,0.0021,"2013-08-20 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00","","","","",0.0021,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88180",5,41.771071,-88.152534,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.049855,0.041497,0.243,"2013-07-03 00:00",0.182,"2013-09-19 00:00",0.123,"2013-10-13 00:00",0.0933,"2013-04-28 00:00","","","","",0.243,0.182,0.123,0.0775,0.061,0.046,0.0131,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88184",5,41.771071,-88.152534,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.029931,0.019919,0.093,"2013-01-10 00:00",0.084,"2013-05-04 00:00",0.074,"2013-01-16 00:00",0.072,"2013-01-22 00:00","","","","",0.093,0.084,0.074,0.065,0.027,0.02,0.0155,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88185",5,41.771071,-88.152534,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.002722,0.002943,0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-07-27 00:00",0.0115,"2013-09-25 00:00","","","","",0.0115,0.0115,0.0115,0.0023,0.00225,0.00165,0.0014,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88301",5,41.771071,-88.152534,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.808292,0.609985,2.56,"2013-04-28 00:00",2.07,"2013-08-20 00:00",1.97,"2013-01-16 00:00",1.63,"2013-02-09 00:00","","","","",2.56,2.07,1.97,1.6,1.27,0.609,0.116,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88302",5,41.771071,-88.152534,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.049235,0.028984,0.185,"2013-04-22 00:00",0.1,"2013-05-28 00:00",0.1,"2013-07-15 00:00",0.092,"2013-01-16 00:00","","","","",0.185,0.1,0.1,0.08,0.06,0.044,0.018,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88303",5,41.771071,-88.152534,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",20,0.034188,0.034296,0.2,"2013-07-03 00:00",0.119,"2013-07-15 00:00",0.091,"2013-09-19 00:00",0.08,"2013-04-04 00:00","","","","",0.2,0.119,0.091,0.066,0.0488,0.028,0.007,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88306",5,41.771071,-88.152534,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,1.637353,1.475395,6,"2013-01-16 00:00",4.95,"2013-04-28 00:00",4.66,"2013-02-03 00:00",4.62,"2013-03-05 00:00","","","","",6,4.95,4.66,3.91,2.79,0.962,0.352,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88355",5,41.771071,-88.152534,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,2.568564,1.112512,5.44,"2013-09-19 00:00",4.29,"2013-07-03 00:00",4.26,"2013-10-13 00:00",4.18,"2013-04-28 00:00","","","","",5.44,5.44,4.29,4.18,3.7,2.38,1.27,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88357",5,41.771071,-88.152534,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.332846,0.182604,0.888,"2013-05-16 00:00",0.697,"2013-10-13 00:00",0.685,"2013-09-25 00:00",0.579,"2013-07-15 00:00","","","","",0.888,0.888,0.697,0.579,0.44,0.292,0.139,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88370",5,41.771071,-88.152534,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,2.251205,0.95713,4.71,"2013-09-19 00:00",3.7,"2013-10-13 00:00",3.67,"2013-05-16 00:00",3.65,"2013-04-28 00:00","","","","",4.71,4.71,3.7,3.65,3.11,2.16,1.08,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88374",5,41.771071,-88.152534,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.207897,0.178299,0.724,"2013-09-19 00:00",0.667,"2013-08-26 00:00",0.575,"2013-07-09 00:00",0.536,"2013-10-13 00:00","","","","",0.724,0.724,0.667,0.536,0.277,0.135,0.051,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88375",5,41.771071,-88.152534,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.616692,0.257752,1.07,"2013-09-19 00:00",1.02,"2013-05-16 00:00",1.01,"2013-07-15 00:00",0.989,"2013-10-13 00:00","","","","",1.07,1.07,1.02,0.989,0.824,0.556,0.285,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88376",5,41.771071,-88.152534,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.625333,0.280865,1.25,"2013-10-13 00:00",1.23,"2013-05-16 00:00",1.21,"2013-07-03 00:00",1.13,"2013-09-19 00:00","","","","",1.25,1.25,1.23,1.13,0.796,0.584,0.259,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88377",5,41.771071,-88.152534,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.444564,0.227908,0.984,"2013-09-19 00:00",0.871,"2013-08-26 00:00",0.843,"2013-07-03 00:00",0.815,"2013-08-20 00:00","","","","",0.984,0.984,0.871,0.815,0.651,0.399,0.189,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88378",5,41.771071,-88.152534,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.357846,0.177728,0.805,"2013-09-19 00:00",0.792,"2013-04-28 00:00",0.711,"2013-09-07 00:00",0.684,"2013-07-09 00:00","","","","",0.805,0.805,0.792,0.684,0.463,0.318,0.168,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88380",5,41.771071,-88.152534,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.649026,0.319507,1.29,"2013-07-15 00:00",1.27,"2013-09-25 00:00",1.26,"2013-05-16 00:00",1.26,"2013-10-13 00:00","","","","",1.29,1.29,1.27,1.26,0.867,0.564,0.302,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88383",5,41.771071,-88.152534,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.938256,0.407992,1.77,"2013-04-28 00:00",1.75,"2013-09-19 00:00",1.56,"2013-05-16 00:00",1.53,"2013-09-25 00:00","","","","",1.77,1.77,1.75,1.53,1.3,0.855,0.453,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88384",5,41.771071,-88.152534,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.068259,0.030875,0.154,"2013-05-10 00:00",0.123,"2013-09-07 00:00",0.111,"2013-08-02 00:00",0.106,"2013-05-22 00:00","","","","",0.154,0.154,0.123,0.106,0.0934,0.0633,0.0312,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88385",5,41.771071,-88.152534,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",37,0.001299,0.001343,0.00827,"2013-05-10 00:00",0.00538,"2013-06-27 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00827,0.00827,0.00538,0.001,0.001,0.001,0.001,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88388",5,41.771071,-88.152534,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,7,"","","Certification not required",0,0.673974,0.310103,1.53,"2013-09-19 00:00",1.32,"2013-04-28 00:00",1.29,"2013-09-07 00:00",1.13,"2013-07-09 00:00","","","","",1.53,1.53,1.32,1.13,0.908,0.599,0.357,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88403",5,41.771071,-88.152534,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,1.71035,1.247318,6.56,"2013-08-20 00:00",4.39,"2013-07-15 00:00",3.91,"2013-09-19 00:00",3.31,"2013-08-26 00:00","","","","",6.56,4.39,3.91,3.23,2.56,1.45,0.59,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","4002","88501",3,41.771071,-88.152534,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4107,97,170,176,0,93,"","","Certification not required",0,12.88242,7.20229,58.7,"2013-05-19 14:00",51.9,"2013-05-18 14:00",50.3,"2013-05-18 20:00",45.4,"2013-05-19 04:00","","","","",35.2,30.9,25.9,22.5,17.1,11.6,4.7,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2013-11-08" +"17","043","4002","88501",3,41.771071,-88.152534,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",170,97,170,176,0,0,"","","Certification not required",0,12.813529,5.573436,33.3,"2013-05-19 00:00",30.6,"2013-02-07 00:00",29.2,"2013-05-18 00:00",24.8,"2013-03-10 00:00","","","","",30.6,24.8,23,20,16.1,12.1,5.7,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2013-11-08" +"17","043","4002","88502",3,41.771071,-88.152534,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4107,97,170,176,0,93,"","","Certification not required",0,10.373363,5.707463,47.4,"2013-05-19 14:00",42,"2013-05-18 14:00",40.7,"2013-05-18 20:00",36.8,"2013-05-19 04:00","","","","",27.3,24.8,20.7,17.9,13.8,9.4,3.8,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2013-08-23" +"17","043","4002","88502",3,41.771071,-88.152534,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",170,97,170,176,0,0,"","","Certification not required",0,10.308824,4.458803,27.1,"2013-05-19 00:00",23.8,"2013-05-18 00:00",21.4,"2013-02-07 00:00",20.3,"2013-03-10 00:00","","","","",23.8,20.3,18.5,16.1,13.3,9.9,4.8,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2013-08-23" +"17","043","4002","88502",5,41.771071,-88.152534,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.498039,4.517322,19.3,"2013-04-28 00:00",18.5,"2013-09-19 00:00",17.6,"2013-08-20 00:00",17.2,"2013-09-07 00:00","","","","",19.3,18.5,17.6,15.2,13.1,9.8,4,"CITY HALL","400 S. EAGLE ST.","Illinois","DuPage","Naperville","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"17","043","6001","44201",1,41.813049,-88.072827,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6665,87,187,214,0,631,0,0,"Certification not required",862,0.04408,0.01319,0.083,"2013-08-18 16:00",0.08,"2013-07-14 15:00",0.075,"2013-07-12 15:00",0.074,"2013-07-13 14:00","","","","",0.08,0.074,0.063,0.061,0.054,0.045,0.036,"MORTON ARBORETUM","RT. 53","Illinois","DuPage","Lisle","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","043","6001","44201",1,41.813049,-88.072827,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6668,87,186,214,0,0,0,0,"Certification not required",0,0.038398,0.012459,0.075,"2013-08-18 11:00",0.07,"2013-07-14 10:00",0.063,"2013-07-13 11:00",0.063,"2013-08-17 11:00","","","","",0.07,0.063,0.057,0.055,0.048,0.041,0.032,"MORTON ARBORETUM","RT. 53","Illinois","DuPage","Lisle","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","043","6001","44201",1,41.813049,-88.072827,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6668,87,186,214,0,0,0,0,"Certification not required",0,0.038398,0.012459,0.075,"2013-08-18 11:00",0.07,"2013-07-14 10:00",0.063,"2013-07-13 11:00",0.063,"2013-08-17 11:00","","","","",0.07,0.063,0.057,0.055,0.048,0.041,0.032,"MORTON ARBORETUM","RT. 53","Illinois","DuPage","Lisle","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"17","043","6001","61103",1,41.813049,-88.072827,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3915,45,162,365,0,4845,"","","Certification not required",0,4.425492,3.00339,19.3,"2013-04-06 12:00",18.9,"2013-04-06 13:00",18.6,"2013-04-08 10:00",18.1,"2013-04-06 14:00","","","","",12.9,12.2,10.3,8.6,6.1,3.9,1,"MORTON ARBORETUM","RT. 53","Illinois","DuPage","Lisle","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","043","6001","61104",1,41.813049,-88.072827,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3915,45,162,365,0,4845,"","","Certification not required",0,179.607407,104.923526,360,"2013-03-06 04:00",359,"2013-03-02 14:00",359,"2013-03-07 08:00",359,"2013-06-29 04:00","","","","",354,349,336,315,266,205,37,"MORTON ARBORETUM","RT. 53","Illinois","DuPage","Lisle","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","049","1001","44201",2,39.067159,-88.548934,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5105,100,213,214,0,31,0,0,"Certification not required",167,0.04869,0.010487,0.076,"2013-06-06 14:00",0.074,"2013-09-06 16:00",0.072,"2013-05-15 12:00",0.07,"2013-05-08 13:00","","","","",0.072,0.069,0.064,0.062,0.056,0.049,0.035,"CENTRAL JR HIGH","ROUTE 45 SOUTH","Illinois","Effingham","","Effingham, IL","2014-01-16" +"17","049","1001","44201",2,39.067159,-88.548934,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5126,100,213,214,0,0,0,0,"Certification not required",0,0.044113,0.009989,0.069,"2013-06-06 11:00",0.067,"2013-05-08 11:00",0.067,"2013-05-15 09:00",0.064,"2013-05-14 10:00","","","","",0.067,0.064,0.06,0.057,0.051,0.044,0.03,"CENTRAL JR HIGH","ROUTE 45 SOUTH","Illinois","Effingham","","Effingham, IL","2014-01-16" +"17","049","1001","44201",2,39.067159,-88.548934,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5126,100,213,214,0,0,0,0,"Certification not required",0,0.044113,0.009989,0.069,"2013-06-06 11:00",0.067,"2013-05-08 11:00",0.067,"2013-05-15 09:00",0.064,"2013-05-14 10:00","","","","",0.067,0.064,0.06,0.057,0.051,0.044,0.03,"CENTRAL JR HIGH","ROUTE 45 SOUTH","Illinois","Effingham","","Effingham, IL","2014-01-16" +"17","065","0002","44201",1,38.082155,-88.624943,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5009,99,211,214,0,127,0,0,"Certification not required",218,0.048573,0.010861,0.082,"2013-06-15 16:00",0.071,"2013-06-22 15:00",0.071,"2013-09-06 14:00",0.07,"2013-05-15 15:00","","","","",0.071,0.069,0.067,0.063,0.056,0.049,0.035,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-16" +"17","065","0002","44201",1,38.082155,-88.624943,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5027,98,209,214,0,0,0,0,"Certification not required",0,0.044077,0.010472,0.066,"2013-05-15 10:00",0.066,"2013-06-06 09:00",0.066,"2013-06-15 10:00",0.064,"2013-05-14 13:00","","","","",0.066,0.064,0.061,0.058,0.052,0.044,0.03,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-16" +"17","065","0002","44201",1,38.082155,-88.624943,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5027,98,209,214,0,0,0,0,"Certification not required",0,0.044077,0.010472,0.066,"2013-05-15 10:00",0.066,"2013-06-06 09:00",0.066,"2013-06-15 10:00",0.064,"2013-05-14 13:00","","","","",0.066,0.064,0.061,0.058,0.052,0.044,0.03,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-16" +"17","065","0002","61103",1,38.082155,-88.624943,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8143,93,335,365,0,617,"","","Certification not required",0,3.656797,2.649692,16.2,"2013-03-05 17:00",16,"2013-01-30 15:00",15.8,"2013-01-29 21:00",15,"2013-03-05 16:00","","","","",11.5,10.5,8.8,7.3,5.1,3.2,0.5,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-23" +"17","065","0002","61104",1,38.082155,-88.624943,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8143,93,335,365,0,617,"","","Certification not required",0,192.411273,95.869872,360,"2013-01-17 10:00",360,"2013-02-12 23:00",360,"2013-03-29 23:00",360,"2013-05-05 00:00","","","","",355,350,337,318,274,191,50,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-23" +"17","065","0002","68105",1,38.082155,-88.624943,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",92,86,92,107,0,16,"","","Certification not required",0,12.833696,10.794812,49.8,"2013-01-10 00:00",26.5,"2013-07-09 00:00",25.9,"2013-07-18 00:00",25.7,"2013-08-29 00:00","","","","",49.8,26.5,25.5,23.9,21.5,15.3,-3.4,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-23" +"17","065","0002","68108",1,38.082155,-88.624943,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",90,84,90,107,0,17,"","","Certification not required",0,748.055556,9.024761,769,"2013-04-25 00:00",768,"2013-02-09 00:00",766,"2013-02-15 00:00",766,"2013-02-21 00:00","","","","",769,768,765,763,755,745,739,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-23" +"17","065","0002","88101",1,38.082155,-88.624943,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",92,86,92,107,0,16,0,0,"Certification not required",0,9.096739,5.369663,31.8,"2013-11-21 00:00",24.5,"2013-07-18 00:00",22.8,"2013-09-10 00:00",20.3,"2013-09-19 00:00","","","","",31.8,24.5,19.5,15,12.1,8.2,3.3,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-23" +"17","065","0002","88101",1,38.082155,-88.624943,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",92,86,92,107,0,16,"","","Certification not required",0,9.096739,5.369663,31.8,"2013-11-21 00:00",24.5,"2013-07-18 00:00",22.8,"2013-09-10 00:00",20.3,"2013-09-19 00:00","","","","",31.8,24.5,19.5,15,12.1,8.2,3.3,"TEN MILE CREEK DNR OFFICE","STATE ROUTE 14","Illinois","Hamilton","","Mount Vernon, IL","2014-01-23" +"17","083","1001","44201",1,39.110539,-90.32408,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5032,99,211,214,0,104,0,0,"Certification not required",34,0.049507,0.013569,0.099,"2013-07-18 16:00",0.097,"2013-09-06 15:00",0.083,"2013-08-20 15:00",0.083,"2013-08-25 14:00","","","","",0.083,0.077,0.072,0.066,0.059,0.049,0.033,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-16" +"17","083","1001","44201",1,39.110539,-90.32408,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5070,99,211,214,0,0,1,1,"Certification not required",0,0.04409,0.012183,0.086,"2013-09-06 10:00",0.081,"2013-07-18 12:00",0.07,"2013-08-25 10:00",0.068,"2013-06-20 10:00","","","","",0.07,0.068,0.064,0.058,0.053,0.044,0.028,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-16" +"17","083","1001","44201",1,39.110539,-90.32408,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5070,99,211,214,0,0,2,2,"Certification not required",0,0.04409,0.012183,0.086,"2013-09-06 10:00",0.081,"2013-07-18 12:00",0.07,"2013-08-25 10:00",0.068,"2013-06-20 10:00","","","","",0.07,0.068,0.064,0.058,0.053,0.044,0.028,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-16" +"17","083","1001","68105",1,39.110539,-90.32408,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",96,90,96,107,0,7,"","","Certification not required",0,15.829167,10.167056,30.9,"2013-07-09 00:00",29.8,"2013-06-21 00:00",29.3,"2013-08-26 00:00",29.2,"2013-07-18 00:00","","","","",30.9,29.8,29.1,28,24.2,18.8,1.3,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-23" +"17","083","1001","68108",1,39.110539,-90.32408,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",96,90,96,107,0,7,"","","Certification not required",0,745.635417,5.411722,763,"2013-11-27 00:00",761,"2013-11-18 00:00",758,"2013-05-22 00:00",757,"2013-11-30 00:00","","","","",763,761,756,752,749,745,740,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-23" +"17","083","1001","88101",1,39.110539,-90.32408,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",96,90,96,107,0,7,0,0,"Certification not required",0,9.111458,5.391355,32.6,"2013-08-05 00:00",22.4,"2013-07-18 00:00",21.4,"2013-09-19 00:00",19.1,"2013-05-19 00:00","","","","",32.6,22.4,19,15.7,12,8.2,3.5,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-23" +"17","083","1001","88101",1,39.110539,-90.32408,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",96,90,96,107,0,7,"","","Certification not required",0,9.111458,5.391355,32.6,"2013-08-05 00:00",22.4,"2013-07-18 00:00",21.4,"2013-09-19 00:00",19.1,"2013-05-19 00:00","","","","",32.6,22.4,19,15.7,12,8.2,3.5,"ILLINI JR HIGH","LIBERTY ST. & COUNTY RD.","Illinois","Jersey","Jerseyville","St. Louis, MO-IL","2014-01-23" +"17","085","9991","44201",1,42.2869,-89.9997,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6884,99,212,214,0,1132,0,0,"Certification not required",12,0.046896,0.011714,0.085,"2013-09-09 16:00",0.075,"2013-09-07 15:00",0.072,"2013-07-07 14:00",0.068,"2013-05-01 14:00","","","","",0.072,0.068,0.065,0.06,0.056,0.049,0.039,"Stockton","10952 E. Parker Rd, Stockton, IL 61085","Illinois","Jo Daviess","","","2014-01-31" +"17","085","9991","44201",1,42.2869,-89.9997,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6894,99,211,214,0,0,0,0,"Certification not required",0,0.042976,0.011342,0.072,"2013-09-09 12:00",0.069,"2013-09-07 12:00",0.065,"2013-05-20 09:00",0.065,"2013-06-20 12:00","","","","",0.065,0.065,0.062,0.056,0.053,0.046,0.036,"Stockton","10952 E. Parker Rd, Stockton, IL 61085","Illinois","Jo Daviess","","","2014-01-31" +"17","085","9991","44201",1,42.2869,-89.9997,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6894,99,211,214,0,0,0,0,"Certification not required",0,0.042976,0.011342,0.072,"2013-09-09 12:00",0.069,"2013-09-07 12:00",0.065,"2013-05-20 09:00",0.065,"2013-06-20 12:00","","","","",0.065,0.065,0.062,0.056,0.053,0.046,0.036,"Stockton","10952 E. Parker Rd, Stockton, IL 61085","Illinois","Jo Daviess","","","2014-01-31" +"17","089","0003","68105",1,42.050403,-88.280015,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",99,81,99,122,0,10,"","","Certification not required",0,10.739394,11.182109,29.9,"2013-07-18 00:00",29.3,"2013-09-10 00:00",26.6,"2013-08-26 00:00",26.5,"2013-07-09 00:00","","","","",29.9,29.3,26.4,24.5,21,11.9,-5,"MCKINLEY SCHOOL","258 LOVELL ST.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0003","68108",1,42.050403,-88.280015,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,11,"","","Certification not required",0,732.030612,6.532163,753,"2013-12-24 00:00",749,"2013-11-12 00:00",748,"2013-11-24 00:00",745,"2013-01-22 00:00","","","","",753,749,744,740,736,731,724,"MCKINLEY SCHOOL","258 LOVELL ST.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0003","88101",1,42.050403,-88.280015,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",99,93,99,107,0,10,0,0,"Certification not required",0,9.268687,5.465974,32.4,"2013-12-03 00:00",22.1,"2013-08-20 00:00",21.9,"2013-12-27 00:00",21.2,"2013-09-19 00:00","","","","",32.4,22.1,19.5,17.3,12.3,8.3,3.3,"MCKINLEY SCHOOL","258 LOVELL ST.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0003","88101",1,42.050403,-88.280015,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",99,93,99,107,0,10,"","","Certification not required",0,9.268687,5.465974,32.4,"2013-12-03 00:00",22.1,"2013-08-20 00:00",21.9,"2013-12-27 00:00",21.2,"2013-09-19 00:00","","","","",32.4,22.1,19.5,17.3,12.3,8.3,3.3,"MCKINLEY SCHOOL","258 LOVELL ST.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0005","44201",1,42.049148,-88.273029,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",7641,90,192,214,0,1119,0,0,"Certification not required",692,0.043708,0.012358,0.078,"2013-07-05 15:00",0.075,"2013-08-18 14:00",0.074,"2013-06-20 17:00",0.071,"2013-05-16 15:00","","","","",0.075,0.071,0.064,0.059,0.053,0.045,0.034,"LARSEN JUNIOR HIGH","665 DUNDEE RD.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0005","44201",1,42.049148,-88.273029,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7635,90,192,214,0,0,0,0,"Certification not required",0,0.038391,0.011833,0.069,"2013-06-20 11:00",0.067,"2013-08-18 10:00",0.065,"2013-05-20 11:00",0.064,"2013-07-05 10:00","","","","",0.067,0.064,0.059,0.054,0.048,0.04,0.031,"LARSEN JUNIOR HIGH","665 DUNDEE RD.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0005","44201",1,42.049148,-88.273029,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7635,90,192,214,0,0,0,0,"Certification not required",0,0.038391,0.011833,0.069,"2013-06-20 11:00",0.067,"2013-08-18 10:00",0.065,"2013-05-20 11:00",0.064,"2013-07-05 10:00","","","","",0.067,0.064,0.059,0.054,0.048,0.04,0.031,"LARSEN JUNIOR HIGH","665 DUNDEE RD.","Illinois","Kane","Elgin","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0007","68105",1,41.784717,-88.329374,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",51,84,51,61,0,8,"","","Certification not required",0,9.354902,13.919286,28.4,"2013-07-15 00:00",27.1,"2013-07-09 00:00",26.5,"2013-08-26 00:00",26.4,"2013-06-27 00:00","","","","",28.4,27.1,26.5,25.6,22.4,12.6,-9.1,"KANE COUNTY HEALTH DEPT","1240 N. HIGHLAND AVE.","Illinois","Kane","Aurora","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0007","68108",1,41.784717,-88.329374,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,8,"","","Certification not required",0,743.76,7.828676,769,"2013-12-12 00:00",763,"2013-12-24 00:00",762,"2013-11-24 00:00",758,"2013-12-06 00:00","","","","",769,769,762,758,748,741,737,"KANE COUNTY HEALTH DEPT","1240 N. HIGHLAND AVE.","Illinois","Kane","Aurora","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0007","88101",1,41.784717,-88.329374,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,0,0,"Certification not required",0,9.645098,5.342146,24,"2013-01-22 00:00",22.7,"2013-07-15 00:00",21.1,"2013-09-19 00:00",18.5,"2013-08-20 00:00","","","","",24,22.7,21.1,17.9,12.8,9.6,3.7,"KANE COUNTY HEALTH DEPT","1240 N. HIGHLAND AVE.","Illinois","Kane","Aurora","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0007","88101",1,41.784717,-88.329374,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,9.645098,5.342146,24,"2013-01-22 00:00",22.7,"2013-07-15 00:00",21.1,"2013-09-19 00:00",18.5,"2013-08-20 00:00","","","","",24,22.7,21.1,17.9,12.8,9.6,3.7,"KANE COUNTY HEALTH DEPT","1240 N. HIGHLAND AVE.","Illinois","Kane","Aurora","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","089","0113","11101",1,41.884417,-88.282692,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7,11,7,61,0,4,"","","Certification not required",0,14.714286,8.901578,28,"2013-11-30 00:00",22,"2013-12-30 00:00",20,"2013-12-12 00:00",12,"2013-12-06 00:00","","","","",28,28,28,28,22,12,3,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14103",1,41.884417,-88.282692,"NAD83","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0.0025,0.005,0.01,"2013-11-30 00:00",0,"2013-10-31 00:00",0,"2013-11-18 00:00",0,"2013-11-24 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14105",1,41.884417,-88.282692,"NAD83","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0,0,0,"2013-10-31 00:00",0,"2013-11-18 00:00",0,"2013-11-24 00:00",0,"2013-11-30 00:00","","","","",0,0,0,0,0,0,0,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14110",1,41.884417,-88.282692,"NAD83","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0,0,0,"2013-10-31 00:00",0,"2013-11-18 00:00",0,"2013-11-24 00:00",0,"2013-11-30 00:00","","","","",0,0,0,0,0,0,0,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14112",1,41.884417,-88.282692,"NAD83","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0,0,0,"2013-10-31 00:00",0,"2013-11-18 00:00",0,"2013-11-24 00:00",0,"2013-11-30 00:00","","","","",0,0,0,0,0,0,0,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14126",1,41.884417,-88.282692,"NAD83","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0.14175,0.097391,0.271,"2013-11-30 00:00",0.156,"2013-11-24 00:00",0.095,"2013-11-18 00:00",0.045,"2013-10-31 00:00","","","","",0.271,0.271,0.271,0.271,0.271,0.156,0.045,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14129",1,41.884417,-88.282692,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,2,0,0,"Certification not required",0,0.03975,0.030347,0.071,"2013-10-31 00:00",0.06,"2013-11-18 00:00",0.019,"2013-11-24 00:00",0.009,"2013-11-30 00:00","","","","",0.071,0.071,0.071,0.071,0.071,0.06,0.009,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14132",1,41.884417,-88.282692,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0.006,0.004546,0.01,"2013-11-30 00:00",0.009,"2013-11-24 00:00",0.005,"2013-11-18 00:00",0,"2013-10-31 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.009,0,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","089","0113","14136",1,41.884417,-88.282692,"NAD83","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",4,36,4,11,0,2,"","","Certification not required",0,0,0,0,"2013-10-31 00:00",0,"2013-11-18 00:00",0,"2013-11-24 00:00",0,"2013-11-30 00:00","","","","",0,0,0,0,0,0,0,"Johnson Controls","300 South Glengarry Drive","Illinois","Kane","Geneva","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-20" +"17","097","1007","44201",1,42.467573,-87.810047,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8345,96,206,214,0,415,0,0,"Certification not required",224,0.048641,0.014711,0.091,"2013-07-17 16:00",0.089,"2013-05-14 19:00",0.083,"2013-05-19 13:00",0.082,"2013-06-11 16:00","","","","",0.083,0.08,0.076,0.067,0.059,0.05,0.04,"CAMP LOGAN TRAILER","ILLINOIS BEACH STATE PARK","Illinois","Lake","Zion","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","097","1007","44201",1,42.467573,-87.810047,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8381,95,203,214,0,0,0,0,"Certification not required",0,0.043542,0.013613,0.081,"2013-05-14 14:00",0.077,"2013-05-01 13:00",0.074,"2013-05-19 13:00",0.072,"2013-05-20 11:00","","","","",0.074,0.072,0.067,0.06,0.054,0.045,0.036,"CAMP LOGAN TRAILER","ILLINOIS BEACH STATE PARK","Illinois","Lake","Zion","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","097","1007","44201",1,42.467573,-87.810047,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8381,95,203,214,0,0,2,2,"Certification not required",0,0.043542,0.013613,0.081,"2013-05-14 14:00",0.077,"2013-05-01 13:00",0.074,"2013-05-19 13:00",0.072,"2013-05-20 11:00","","","","",0.074,0.072,0.067,0.06,0.054,0.045,0.036,"CAMP LOGAN TRAILER","ILLINOIS BEACH STATE PARK","Illinois","Lake","Zion","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","097","1007","61103",1,42.467573,-87.810047,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8470,97,351,365,0,290,"","","Certification not required",0,3.921547,2.689738,18,"2013-02-22 01:00",17.7,"2013-02-22 02:00",17,"2013-04-11 01:00",16.8,"2013-02-21 21:00","","","","",12,10.6,8.9,7.6,5.5,3.6,0.6,"CAMP LOGAN TRAILER","ILLINOIS BEACH STATE PARK","Illinois","Lake","Zion","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","097","1007","61104",1,42.467573,-87.810047,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8470,97,351,365,0,290,"","","Certification not required",0,207.5183,99.852394,360,"2013-02-04 15:00",360,"2013-06-05 00:00",360,"2013-06-12 05:00",360,"2013-06-18 21:00","","","","",354,345,331,317,291,241,46,"CAMP LOGAN TRAILER","ILLINOIS BEACH STATE PARK","Illinois","Lake","Zion","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","097","1007","62101",1,42.467573,-87.810047,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8751,100,365,365,0,9,"","","Certification not required",0,47.498686,20.754427,99,"2013-07-18 11:00",99,"2013-07-18 13:00",99,"2013-08-27 13:00",99,"2013-08-27 14:00","","","","",91,86,81,75,64,47,20,"CAMP LOGAN TRAILER","ILLINOIS BEACH STATE PARK","Illinois","Lake","Zion","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","099","0007","42401",1,41.293015,-89.049425,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8340,95,347,365,0,420,0,"","Certification not required",0,1.73487,1.787568,12,"2013-11-27 02:00",10,"2013-11-23 19:00",10,"2013-12-24 09:00",9,"2013-11-22 16:00","","","","",9,7,5,4,2,1,0,"IEPA TRAILER","308 PORTLAND AVE.","Illinois","La Salle","Oglesby","Ottawa-Streator, IL","2014-01-23" +"17","099","0007","42401",1,41.293015,-89.049425,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8340,95,347,365,0,420,"","","Certification not required",0,0.428777,0.82347,12,"2013-11-27 02:00",10,"2013-11-23 19:00",10,"2013-12-24 09:00",9,"2013-11-22 16:00","","","","",4,3,2,1,1,0,0,"IEPA TRAILER","308 PORTLAND AVE.","Illinois","La Salle","Oglesby","Ottawa-Streator, IL","2014-01-23" +"17","099","0007","42401",1,41.293015,-89.049425,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",347,95,347,365,0,0,0,"","Certification not required",0,0.431412,0.448786,2.2,"2013-05-08 00:00",2.1,"2013-05-06 00:00",2,"2013-12-14 00:00",1.8,"2013-12-07 00:00","","","","",1.8,1.5,1.4,1.1,0.7,0.3,0,"IEPA TRAILER","308 PORTLAND AVE.","Illinois","La Salle","Oglesby","Ottawa-Streator, IL","2014-01-23" +"17","099","0007","42401",1,41.293015,-89.049425,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2765,95,347,365,0,0,"",0,"Certification not required",0,0.416058,0.716163,6.6,"2013-11-23 20:00",6.6,"2013-11-27 02:00",6,"2013-12-24 11:00",5.3,"2013-05-08 08:00","","","","",3.3,2.6,2,1.3,0.6,0,0,"IEPA TRAILER","308 PORTLAND AVE.","Illinois","La Salle","Oglesby","Ottawa-Streator, IL","2014-01-23" +"17","099","0007","42406",1,41.293015,-89.049425,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8341,95,347,365,0,419,"","","Certification not required",0,0.725453,1.276014,36,"2013-05-01 09:00",22,"2013-12-24 09:00",15,"2013-12-14 17:00",15,"2013-12-14 18:00","","","","",6,4,3,2,1,0,0,"IEPA TRAILER","308 PORTLAND AVE.","Illinois","La Salle","Oglesby","Ottawa-Streator, IL","2014-01-23" +"17","111","0001","44201",1,42.221442,-88.242207,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8570,96,206,214,0,190,0,0,"Certification not required",311,0.045044,0.01242,0.087,"2013-06-20 16:00",0.078,"2013-07-05 16:00",0.074,"2013-05-08 15:00",0.072,"2013-05-19 13:00","","","","",0.074,0.072,0.067,0.06,0.054,0.046,0.038,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","44201",1,42.221442,-88.242207,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8588,96,205,214,0,0,0,0,"Certification not required",0,0.040283,0.011685,0.076,"2013-06-20 10:00",0.069,"2013-05-08 10:00",0.066,"2013-07-05 11:00",0.065,"2013-05-20 11:00","","","","",0.066,0.062,0.06,0.055,0.049,0.043,0.034,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","44201",1,42.221442,-88.242207,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8588,96,205,214,0,0,1,1,"Certification not required",0,0.040283,0.011685,0.076,"2013-06-20 10:00",0.069,"2013-05-08 10:00",0.066,"2013-07-05 11:00",0.065,"2013-05-20 11:00","","","","",0.066,0.062,0.06,0.055,0.049,0.043,0.034,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","68105",1,42.221442,-88.242207,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",64,100,55,61,0,9,"","","Certification not required",0,6.146875,12.054295,26.3,"2013-08-26 00:00",26,"2013-07-09 00:00",24.3,"2013-09-07 00:00",24.2,"2013-06-27 00:00","","","","",26.3,26,24.2,21.9,18.1,6.5,-9.1,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","68108",1,42.221442,-88.242207,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",64,100,55,61,0,9,"","","Certification not required",0,736.796875,7.643193,756,"2013-11-12 00:00",755,"2013-11-24 00:00",755,"2013-12-24 00:00",752,"2013-12-06 00:00","","","","",756,755,752,748,741,736,727,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","88101",1,42.221442,-88.242207,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",64,84,64,76,0,9,0,0,"Certification not required",0,9.775,6.460798,34.3,"2013-07-04 00:00",26.6,"2013-12-30 00:00",24.5,"2013-11-30 00:00",24.1,"2013-07-21 00:00","","","","",34.3,26.6,24.1,17.7,12.6,8.8,3.6,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","88101",1,42.221442,-88.242207,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",64,84,64,76,0,9,"","","Certification not required",0,9.775,6.460798,34.3,"2013-07-04 00:00",26.6,"2013-12-30 00:00",24.5,"2013-11-30 00:00",24.1,"2013-07-21 00:00","","","","",34.3,26.6,24.1,17.7,12.6,8.8,3.6,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","88501",3,42.221442,-88.242207,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7562,86,310,365,0,1198,"","","Certification not required",0,7.963065,7.214987,63,"2013-12-02 05:00",58.4,"2013-12-02 06:00",56.3,"2013-12-02 07:00",54.7,"2013-12-03 12:00","","","","",31.8,27.5,22,17.9,11.1,6.2,0.4,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","88501",3,42.221442,-88.242207,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",310,85,310,365,0,0,"","","Certification not required",0,7.914516,5.704017,33.1,"2013-12-03 00:00",32.6,"2013-12-02 00:00",32.4,"2013-12-01 00:00",26.2,"2013-01-06 00:00","","","","",26.2,23.2,18.6,15.8,11,6.5,2.2,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","88502",3,42.221442,-88.242207,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7561,86,310,365,0,1199,"","","Certification not required",0,8.733395,6.491642,58.4,"2013-12-02 05:00",54.2,"2013-12-02 06:00",52.4,"2013-12-02 07:00",50.9,"2013-12-03 12:00","","","","",30.2,26.2,21.4,17.6,11.5,7.2,1.9,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","111","0001","88502",3,42.221442,-88.242207,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",310,85,310,365,0,0,"","","Certification not required",0,8.685484,5.126688,31.4,"2013-12-03 00:00",31,"2013-12-02 00:00",30.9,"2013-12-01 00:00",24.7,"2013-01-06 00:00","","","","",24.7,22.6,18.4,15.7,11.4,7.4,3.6,"CARY GROVE HS","FIRST ST. & THREE OAKS RD.","Illinois","McHenry","Cary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","113","2003","44201",1,40.518735,-88.996896,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8551,96,205,214,0,209,0,0,"Certification not required",252,0.050966,0.011792,0.076,"2013-06-20 16:00",0.075,"2013-05-15 15:00",0.074,"2013-09-06 14:00",0.074,"2013-09-27 15:00","","","","",0.074,0.073,0.069,0.066,0.06,0.053,0.043,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","113","2003","44201",1,40.518735,-88.996896,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8565,95,204,214,0,0,0,0,"Certification not required",0,0.046123,0.011546,0.072,"2013-06-20 10:00",0.069,"2013-05-07 10:00",0.069,"2013-05-08 10:00",0.069,"2013-05-15 10:00","","","","",0.069,0.068,0.063,0.061,0.055,0.048,0.04,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","113","2003","44201",1,40.518735,-88.996896,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8565,95,204,214,0,0,0,0,"Certification not required",0,0.046123,0.011546,0.072,"2013-06-20 10:00",0.069,"2013-05-07 10:00",0.069,"2013-05-08 10:00",0.069,"2013-05-15 10:00","","","","",0.069,0.068,0.063,0.061,0.055,0.048,0.04,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","113","2003","68105",1,40.518735,-88.996896,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",101,94,88,107,0,20,"","","Certification not required",0,11.774257,13.203785,39.1,"2013-09-07 00:00",34.1,"2013-05-29 00:00",31.4,"2013-05-28 00:00",31.4,"2013-06-12 00:00","","","","",34.1,31.4,30.5,28.3,23.1,13.5,-5.9,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","113","2003","68108",1,40.518735,-88.996896,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",101,94,88,107,0,20,"","","Certification not required",0,742.138614,5.640975,757,"2013-11-12 00:00",757,"2013-12-24 00:00",756,"2013-11-24 00:00",753,"2013-01-22 00:00","","","","",757,756,751,749,746,742,736,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","113","2003","88101",1,40.518735,-88.996896,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,19,0,0,"Certification not required",0,9.187255,4.642137,25.8,"2013-12-03 00:00",20.5,"2013-05-17 00:00",18.6,"2013-01-28 00:00",18.2,"2013-05-29 00:00","","","","",20.5,18.6,16.9,14.6,12.3,9.8,3.2,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","113","2003","88101",1,40.518735,-88.996896,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,19,"","","Certification not required",0,9.187255,4.642137,25.8,"2013-12-03 00:00",20.5,"2013-05-17 00:00",18.6,"2013-01-28 00:00",18.2,"2013-05-29 00:00","","","","",20.5,18.6,16.9,14.6,12.3,9.8,3.2,"ISU HARRIS PHYSICAL PLANT","MAIN & GREGORY","Illinois","McLean","Normal","Bloomington-Normal, IL","2014-01-23" +"17","115","0013","42401",1,39.866834,-88.925594,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8620,98,362,365,0,140,0,"","Certification not required",0,7.629834,8.421776,39,"2013-01-18 20:00",37,"2013-11-09 02:00",36,"2013-06-21 08:00",33,"2013-12-18 20:00","","","","",33,31,26,21,12,4,0,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","42401",1,39.866834,-88.925594,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8620,98,362,365,0,140,"","","Certification not required",0,1.644316,3.860208,39,"2013-01-18 20:00",37,"2013-11-09 02:00",36,"2013-06-21 08:00",33,"2013-12-18 20:00","","","","",20,16,9,5,1,0,0,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","42401",1,39.866834,-88.925594,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,1.640884,2.258891,14,"2013-05-21 00:00",14,"2013-12-19 00:00",10.5,"2013-01-18 00:00",10.5,"2013-05-28 00:00","","","","",10.5,9.1,6.4,4.5,2,0.8,0,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","42401",1,39.866834,-88.925594,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2841,97,361,365,0,0,"",0,"Certification not required",0,1.629708,3.447994,28,"2013-11-09 02:00",27.6,"2013-12-20 02:00",26,"2013-05-20 02:00",24.3,"2013-12-19 11:00","","","","",18,14,9,5,1.3,0.3,0,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","42406",1,39.866834,-88.925594,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8620,98,362,365,0,140,"","","Certification not required",0,3.206961,7.544514,73,"2013-06-24 09:00",70,"2013-06-04 07:00",68,"2013-06-23 10:00",66,"2013-05-28 19:00","","","","",39,31,19,10,2,0,0,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","44201",1,39.866834,-88.925594,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8695,99,212,214,0,65,0,0,"Certification not required",220,0.047505,0.010492,0.072,"2013-09-08 14:00",0.071,"2013-07-19 17:00",0.07,"2013-05-08 13:00",0.07,"2013-05-14 13:00","","","","",0.07,0.068,0.066,0.061,0.054,0.049,0.039,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","44201",1,39.866834,-88.925594,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8718,99,212,214,0,0,0,0,"Certification not required",0,0.042962,0.010272,0.066,"2013-06-20 10:00",0.064,"2013-05-08 10:00",0.064,"2013-05-14 11:00",0.064,"2013-06-05 10:00","","","","",0.064,0.063,0.059,0.056,0.05,0.044,0.036,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","44201",1,39.866834,-88.925594,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8718,99,212,214,0,0,0,0,"Certification not required",0,0.042962,0.010272,0.066,"2013-06-20 10:00",0.064,"2013-05-08 10:00",0.064,"2013-05-14 11:00",0.064,"2013-06-05 10:00","","","","",0.064,0.063,0.059,0.056,0.05,0.044,0.036,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","61103",1,39.866834,-88.925594,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8615,98,356,365,0,145,"","","Certification not required",0,5.744341,3.136324,19.2,"2013-11-17 14:00",18.9,"2013-02-18 22:00",18.3,"2013-02-18 12:00",18.2,"2013-02-21 18:00","","","","",14.8,13.1,11.5,10.1,7.6,5.3,2,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","61104",1,39.866834,-88.925594,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8615,98,356,365,0,145,"","","Certification not required",0,201.504237,92.235727,360,"2013-02-16 22:00",360,"2013-03-01 11:00",360,"2013-07-10 22:00",360,"2013-08-09 05:00","","","","",357,352,339,321,287,200,59,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","68105",1,39.866834,-88.925594,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,2,"","","Certification not required",0,10.625424,11.809093,28.2,"2013-07-09 00:00",27.2,"2013-07-15 00:00",27.1,"2013-08-26 00:00",26.5,"2013-06-27 00:00","","","","",28.2,27.2,27.1,26.2,22.3,12.6,-6.7,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","68108",1,39.866834,-88.925594,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,2,"","","Certification not required",0,745.016949,5.9755,761,"2013-11-12 00:00",760,"2013-11-24 00:00",756,"2013-12-24 00:00",755,"2013-12-12 00:00","","","","",761,760,756,753,748,744,738,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","88101",1,39.866834,-88.925594,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,9.732203,4.784798,23.6,"2013-09-19 00:00",19.9,"2013-01-28 00:00",18.2,"2013-09-07 00:00",17.7,"2013-08-26 00:00","","","","",23.6,19.9,18.2,16.7,13.1,9,3.7,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","88101",1,39.866834,-88.925594,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,9.732203,4.784798,23.6,"2013-09-19 00:00",19.9,"2013-01-28 00:00",18.2,"2013-09-07 00:00",17.7,"2013-08-26 00:00","","","","",23.6,19.9,18.2,16.7,13.1,9,3.7,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","88501",3,39.866834,-88.925594,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7847,90,324,365,0,913,"","","Certification not required",0,8.256225,6.585087,43.8,"2013-02-07 13:00",43.8,"2013-12-02 21:00",42.1,"2013-08-06 14:00",41.3,"2013-11-17 14:00","","","","",30.4,26.6,21.6,17.5,11.2,6.6,1.7,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","88501",3,39.866834,-88.925594,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,0,"","","Certification not required",0,8.217284,4.858252,33.8,"2013-12-02 00:00",24.8,"2013-12-03 00:00",22.9,"2013-01-07 00:00",22.9,"2013-01-08 00:00","","","","",22.9,21.4,17.6,14.5,11,7.5,3.1,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","88502",3,39.866834,-88.925594,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7847,90,324,365,0,913,"","","Certification not required",0,8.375532,5.821515,39.7,"2013-08-06 14:00",38.2,"2013-06-22 09:00",37.4,"2013-08-06 13:00",37.2,"2013-12-02 21:00","","","","",27.2,24.6,20.1,16.5,11.2,7,2.5,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0013","88502",3,39.866834,-88.925594,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,0,"","","Certification not required",0,8.32284,4.290363,28.7,"2013-12-02 00:00",21.9,"2013-05-19 00:00",21.1,"2013-12-03 00:00",19.7,"2013-01-07 00:00","","","","",19.7,18.6,16.7,14.5,10.7,7.7,3.6,"IEPA TRAILER","2200 N. 22ND","Illinois","Macon","Decatur","Decatur, IL","2014-01-23" +"17","115","0110","11101",1,39.862576,-88.940748,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,51.2,21.709016,103,"2013-05-16 00:00",89,"2013-06-21 00:00",83,"2013-01-16 00:00",83,"2013-09-19 00:00","","","","",103,89,83,82,68,50,28,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14103",1,39.862576,-88.940748,"NAD83","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14105",1,39.862576,-88.940748,"NAD83","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14110",1,39.862576,-88.940748,"NAD83","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,3.6e-05,0.00027,0.002,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.002,0,0,0,0,0,0,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14112",1,39.862576,-88.940748,"NAD83","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.0014,0.002087,0.006,"2013-01-16 00:00",0.006,"2013-04-10 00:00",0.006,"2013-08-02 00:00",0.005,"2013-01-04 00:00","","","","",0.006,0.006,0.006,0.005,0.003,0,0,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14126",1,39.862576,-88.940748,"NAD83","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.7182,0.394728,1.85,"2013-08-02 00:00",1.678,"2013-05-16 00:00",1.604,"2013-07-09 00:00",1.271,"2013-04-04 00:00","","","","",1.85,1.678,1.604,1.236,1.013,0.642,0.314,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14129",1,39.862576,-88.940748,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,0.034745,0.058015,0.317,"2013-04-16 00:00",0.171,"2013-08-08 00:00",0.162,"2013-09-13 00:00",0.154,"2013-09-25 00:00","","","","",0.317,0.171,0.162,0.124,0.029,0.011,0.004,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14132",1,39.862576,-88.940748,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.029491,0.021569,0.127,"2013-02-15 00:00",0.086,"2013-08-02 00:00",0.069,"2013-05-16 00:00",0.067,"2013-03-05 00:00","","","","",0.127,0.086,0.069,0.049,0.037,0.023,0.009,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","115","0110","14136",1,39.862576,-88.940748,"NAD83","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.001491,0.00303,0.018,"2013-04-22 00:00",0.006,"2013-01-16 00:00",0.006,"2013-05-16 00:00",0.006,"2013-06-27 00:00","","","","",0.018,0.006,0.006,0.005,0.003,0,0,"MUELLER","1226 E. GARFIELD","Illinois","Macon","Decatur","Decatur, IL","2014-02-20" +"17","117","0002","42102",1,39.396075,-89.809739,"WGS84","Carbon dioxide","1 HOUR","","Observed Values","INSTRUMENTAL - INFRARED ABSORPTION",2013,"Parts per million","No Events",7625,87,318,365,0,1135,"","","Certification not required",0,399.388459,31.523287,721,"2013-08-29 05:00",707,"2013-08-29 06:00",703,"2013-07-18 04:00",685,"2013-08-19 05:00","","","","",513,490,459,431,407,396,367,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","42401",1,39.396075,-89.809739,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8587,98,362,365,0,173,0,"","Certification not required",0,1.754144,1.555189,16,"2013-07-12 07:00",7,"2013-08-11 15:00",7,"2013-11-03 10:00",7,"2013-11-13 13:00","","","","",7,5,4,4,2,1,0,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","42401",1,39.396075,-89.809739,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8587,98,362,365,0,173,"","","Certification not required",0,0.551997,0.78638,16,"2013-07-12 07:00",7,"2013-08-11 15:00",7,"2013-11-03 10:00",7,"2013-11-13 13:00","","","","",3,3,2,1,1,0,0,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","42401",1,39.396075,-89.809739,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.551381,0.475448,2.3,"2013-08-18 00:00",2.2,"2013-11-25 00:00",1.9,"2013-07-12 00:00",1.9,"2013-08-11 00:00","","","","",1.9,1.7,1.4,1.2,0.9,0.5,0,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","42401",1,39.396075,-89.809739,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2805,96,362,365,0,0,"",0,"Certification not required",0,0.530303,0.686627,7,"2013-07-12 08:00",4.6,"2013-08-11 17:00",4.6,"2013-11-13 14:00",4.3,"2013-07-21 11:00","","","","",3,2.3,2,1.3,1,0.3,0,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","42406",1,39.396075,-89.809739,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8587,98,362,365,0,173,"","","Certification not required",0,1.049028,1.016883,31,"2013-07-12 07:00",14,"2013-08-13 10:00",13,"2013-11-03 10:00",12,"2013-11-13 13:00","","","","",4,4,3,2,1,1,0,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","44201",1,39.396075,-89.809739,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",7044,95,204,214,0,252,0,0,"Certification not required",20,0.048863,0.011745,0.081,"2013-06-11 13:00",0.077,"2013-09-09 16:00",0.075,"2013-06-24 16:00",0.074,"2013-07-07 15:00","","","","",0.075,0.074,0.068,0.064,0.058,0.05,0.042,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-16" +"17","117","0002","44201",1,39.396075,-89.809739,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7073,95,204,214,0,0,0,0,"Certification not required",0,0.043897,0.010811,0.066,"2013-06-15 10:00",0.065,"2013-06-05 10:00",0.065,"2013-06-24 10:00",0.065,"2013-07-07 10:00","","","","",0.065,0.062,0.06,0.058,0.053,0.046,0.038,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-16" +"17","117","0002","44201",1,39.396075,-89.809739,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7073,95,204,214,0,0,0,0,"Certification not required",0,0.043897,0.010811,0.066,"2013-06-15 10:00",0.065,"2013-06-05 10:00",0.065,"2013-06-24 10:00",0.065,"2013-07-07 10:00","","","","",0.065,0.062,0.06,0.058,0.053,0.046,0.038,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-16" +"17","117","0002","61103",1,39.396075,-89.809739,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,4.546173,2.93065,21.4,"2013-02-10 11:00",20.9,"2013-11-17 13:00",18.8,"2013-02-10 10:00",18.7,"2013-02-10 12:00","","","","",13.5,12.1,10.2,8.6,6.3,3.9,1.4,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","117","0002","61104",1,39.396075,-89.809739,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,194.072081,94.447723,360,"2013-01-24 02:00",360,"2013-02-20 04:00",360,"2013-03-05 05:00",360,"2013-04-02 03:00","","","","",354,350,337,320,274,194,53,"IEPA TRAILER","HEATON & DUBOIS","Illinois","Macoupin","Nilwood","St. Louis, MO-IL","2014-01-23" +"17","119","0008","44201",1,38.890186,-90.148031,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5067,99,212,214,0,69,0,0,"Certification not required",72,0.049736,0.014054,0.092,"2013-07-18 13:00",0.091,"2013-09-09 13:00",0.085,"2013-06-05 16:00",0.08,"2013-07-19 11:00","","","","",0.085,0.08,0.073,0.068,0.059,0.05,0.032,"CLARA BARTON SCHOOL","409 MAIN ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-16" +"17","119","0008","44201",1,38.890186,-90.148031,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5095,99,212,214,0,0,0,0,"Certification not required",0,0.044354,0.012889,0.078,"2013-07-18 10:00",0.075,"2013-09-06 10:00",0.074,"2013-09-09 11:00",0.072,"2013-06-05 11:00","","","","",0.074,0.07,0.064,0.062,0.055,0.044,0.027,"CLARA BARTON SCHOOL","409 MAIN ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-16" +"17","119","0008","44201",1,38.890186,-90.148031,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5095,99,212,214,0,0,1,1,"Certification not required",0,0.044354,0.012889,0.078,"2013-07-18 10:00",0.075,"2013-09-06 10:00",0.074,"2013-09-09 11:00",0.072,"2013-06-05 11:00","","","","",0.074,0.07,0.064,0.062,0.055,0.044,0.027,"CLARA BARTON SCHOOL","409 MAIN ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-16" +"17","119","0010","11101",1,38.694438,-90.153954,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,7,"","","Certification not required",0,44.574074,25.180557,128,"2013-04-22 00:00",98,"2013-06-03 00:00",94,"2013-02-21 00:00",90,"2013-10-01 00:00","","","","",128,98,94,83,54,39,16,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14103",1,38.694438,-90.153954,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14105",1,38.694438,-90.153954,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14110",1,38.694438,-90.153954,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14112",1,38.694438,-90.153954,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0.002041,0.003109,0.014,"2013-02-21 00:00",0.009,"2013-04-10 00:00",0.007,"2013-04-22 00:00",0.006,"2013-01-10 00:00","","","","",0.014,0.014,0.007,0.006,0.005,0,0,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14126",1,38.694438,-90.153954,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0.755837,0.47402,2.541,"2013-02-21 00:00",1.749,"2013-01-10 00:00",1.621,"2013-04-22 00:00",1.376,"2013-06-03 00:00","","","","",2.541,2.541,1.621,1.32,1.102,0.617,0.271,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14129",1,38.694438,-90.153954,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,0,0,"Certification not required",0,0.02551,0.02016,0.094,"2013-06-27 00:00",0.07,"2013-11-06 00:00",0.069,"2013-10-07 00:00",0.065,"2013-04-10 00:00","","","","",0.094,0.094,0.069,0.06,0.031,0.02,0.007,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14129",9,38.694438,-90.153954,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,6,0,0,"Certification not required",0,0.03072,0.040071,0.259,"2013-07-03 00:00",0.118,"2013-03-05 00:00",0.091,"2013-06-27 00:00",0.062,"2013-10-07 00:00","","","","",0.259,0.259,0.091,0.061,0.032,0.018,0.009,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14132",1,38.694438,-90.153954,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0.058143,0.053151,0.271,"2013-02-21 00:00",0.186,"2013-04-22 00:00",0.172,"2013-06-03 00:00",0.147,"2013-01-10 00:00","","","","",0.271,0.271,0.172,0.123,0.07,0.038,0.016,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","14136",1,38.694438,-90.153954,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,7,"","","Certification not required",0,0.000245,0.001714,0.012,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.012,0.012,0,0,0,0,0,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","0010","81102",1,38.694438,-90.153954,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,0,0,"Certification not required",0,26.8,13.147032,48,"2013-02-21 00:00",44,"2013-01-28 00:00",41,"2013-01-10 00:00",32,"2013-01-16 00:00","","","","",48,48,48,48,41,20,16,"AIR PRODUCTS","15TH & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2013-06-28" +"17","119","0024","68103",5,38.700632,-90.144763,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,10.962,10.104068,33,"2013-06-15 00:00",24.2,"2013-06-27 00:00",24,"2013-08-26 00:00",23.6,"2013-06-21 00:00","","","","",33,33,24,23.2,19.2,11.5,-1.8,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","68104",5,38.700632,-90.144763,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,20.035294,11.35688,37.4,"2013-08-26 00:00",35.4,"2013-09-01 00:00",35.4,"2013-09-07 00:00",34.8,"2013-06-27 00:00","","","","",37.4,35.4,35.4,34.3,28.8,22.3,5.5,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","68105",1,38.700632,-90.144763,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",114,93,114,122,0,5,"","","Certification not required",0,13.805263,11.3302,31.4,"2013-07-09 00:00",31.4,"2013-09-10 00:00",31,"2013-06-12 00:00",30.7,"2013-07-18 00:00","","","","",31.4,31,30.1,27.2,23.8,15.9,-2.3,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","68105",5,38.700632,-90.144763,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",2,3,2,61,0,50,"","","Certification not required",0,23.65,1.909188,25,"2013-05-28 00:00",22.3,"2013-07-21 00:00","","","","","","","","",25,25,25,25,25,25,22.3,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","68105",9,38.700632,-90.144763,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",39,76,39,51,0,11,"","","Certification not required",0,13.171795,11.016589,31.5,"2013-07-09 00:00",29.2,"2013-09-01 00:00",26.5,"2013-09-07 00:00",25.3,"2013-07-21 00:00","","","","",31.5,31.5,29.2,25.3,22.6,15.8,-5.1,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","68106",5,38.700632,-90.144763,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,750.176471,3.819455,762,"2013-10-25 00:00",759,"2013-01-22 00:00",757,"2013-01-04 00:00",757,"2013-01-16 00:00","","","","",762,759,757,755,752,750,747,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","68107",5,38.700632,-90.144763,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,754.098039,4.075561,765,"2013-10-25 00:00",762,"2013-01-04 00:00",762,"2013-01-10 00:00",762,"2013-01-22 00:00","","","","",765,762,762,760,757,753,750,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","68108",1,38.700632,-90.144763,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,5,"","","Certification not required",0,749.614035,10.019016,773,"2013-01-22 00:00",769,"2013-01-16 00:00",768,"2013-11-12 00:00",768,"2013-11-24 00:00","","","","",769,768,765,761,757,750,738,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","68108",5,38.700632,-90.144763,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",1,2,1,61,0,51,"","","Certification not required",0,749,0,749,"2013-05-28 00:00","","","","","","","","","","",749,749,749,749,749,749,749,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","68108",9,38.700632,-90.144763,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,75,38,51,0,11,"","","Certification not required",0,749.605263,13.979791,769,"2013-11-12 00:00",768,"2013-11-24 00:00",766,"2013-12-24 00:00",765,"2013-10-13 00:00","","","","",769,769,768,765,759,756,724,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","88101",1,38.700632,-90.144763,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,5,0,0,"Certification not required",0,13.329825,5.934389,28.9,"2013-09-19 00:00",26.5,"2013-01-07 00:00",25.8,"2013-09-16 00:00",25.4,"2013-02-24 00:00","","","","",26.5,25.8,24,21.3,16.8,13.5,5.6,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","88101",1,38.700632,-90.144763,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,5,"","","Certification not required",0,13.329825,5.934389,28.9,"2013-09-19 00:00",26.5,"2013-01-07 00:00",25.8,"2013-09-16 00:00",25.4,"2013-02-24 00:00","","","","",26.5,25.8,24,21.3,16.8,13.5,5.6,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","88101",9,38.700632,-90.144763,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,10,0,0,"Certification not required",0,10.561702,5.447279,22.4,"2013-01-28 00:00",21.5,"2013-05-28 00:00",20.5,"2013-09-07 00:00",20.3,"2013-11-30 00:00","","","","",22.4,22.4,20.5,20.2,14.9,8.8,4.7,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","88101",9,38.700632,-90.144763,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,10,"","","Certification not required",0,10.561702,5.447279,22.4,"2013-01-28 00:00",21.5,"2013-05-28 00:00",20.5,"2013-09-07 00:00",20.3,"2013-11-30 00:00","","","","",22.4,22.4,20.5,20.2,14.9,8.8,4.7,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","0024","88102",5,38.700632,-90.144763,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.020819,0.008344,0.06,"2013-09-25 00:00",0.048,"2013-08-14 00:00",0.026,"2013-04-16 00:00",0.026,"2013-04-22 00:00","","","","",0.06,0.06,0.026,0.026,0.021,0.021,0.014,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88103",5,38.700632,-90.144763,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000128,0.000337,0.001,"2013-05-16 00:00",0.001,"2013-05-28 00:00",0.001,"2013-06-09 00:00",0.001,"2013-07-21 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88104",5,38.700632,-90.144763,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.008851,0.003014,0.017,"2013-06-09 00:00",0.0125,"2013-04-16 00:00",0.0125,"2013-04-22 00:00",0.0125,"2013-07-27 00:00","","","","",0.017,0.017,0.0125,0.0125,0.0115,0.0065,0.0065,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88107",5,38.700632,-90.144763,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.005965,0.005043,0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-03-05 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88109",5,38.700632,-90.144763,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",44,0.000883,0.000331,0.002,"2013-07-03 00:00",0.0019,"2013-06-27 00:00",0.0015,"2013-06-15 00:00",0.00115,"2013-03-17 00:00","","","","",0.002,0.002,0.0015,0.00115,0.00115,0.0009,0.00055,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88110",5,38.700632,-90.144763,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000553,0.001932,0.012,"2013-02-09 00:00",0.005,"2013-03-29 00:00",0.002,"2013-06-15 00:00",0.002,"2013-08-14 00:00","","","","",0.012,0.012,0.002,0.002,0,0,0,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88111",5,38.700632,-90.144763,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",42,0.007174,0.017803,0.11,"2013-10-19 00:00",0.0619,"2013-09-25 00:00",0.0208,"2013-06-09 00:00",0.0148,"2013-04-16 00:00","","","","",0.11,0.11,0.0208,0.0048,0.00375,0.0037,0.0021,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88112",5,38.700632,-90.144763,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.007298,0.022233,0.125,"2013-10-07 00:00",0.085,"2013-10-13 00:00",0.035,"2013-09-25 00:00",0.031,"2013-10-01 00:00","","","","",0.125,0.125,0.035,0.005,0.003,0.002,0,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88113",5,38.700632,-90.144763,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.000653,9.8e-05,0.001,"2013-03-17 00:00",0.001,"2013-08-20 00:00",0.0007,"2013-02-15 00:00",0.0007,"2013-02-21 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88114",5,38.700632,-90.144763,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.000941,0.00042,0.0033,"2013-09-07 00:00",0.00125,"2013-02-15 00:00",0.00125,"2013-02-21 00:00",0.00125,"2013-04-04 00:00","","","","",0.0033,0.0033,0.00125,0.00125,0.00125,0.0008,0.00065,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88115",5,38.700632,-90.144763,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",44,0.004243,0.004164,0.0277,"2013-04-16 00:00",0.0166,"2013-06-09 00:00",0.009,"2013-10-07 00:00",0.0055,"2013-03-17 00:00","","","","",0.0277,0.0277,0.009,0.0055,0.00405,0.0039,0.0024,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88117",5,38.700632,-90.144763,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.005486,0.008026,0.043,"2013-03-17 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-03-05 00:00","","","","",0.043,0.043,0.00485,0.00485,0.00485,0.0041,0.0028,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88118",5,38.700632,-90.144763,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.009557,0.006327,0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88126",5,38.700632,-90.144763,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",27,0.006272,0.015672,0.0899,"2013-10-19 00:00",0.051,"2013-09-25 00:00",0.038,"2013-06-09 00:00",0.0236,"2013-04-16 00:00","","","","",0.0899,0.0899,0.038,0.0126,0.0027,0.00105,0.0007,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88128",5,38.700632,-90.144763,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000191,0.000613,0.003,"2013-04-28 00:00",0.002,"2013-08-20 00:00",0.002,"2013-11-06 00:00",0.001,"2013-09-01 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88131",5,38.700632,-90.144763,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.010362,0.003498,0.018,"2013-02-15 00:00",0.0165,"2013-04-16 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-07-27 00:00","","","","",0.018,0.018,0.0165,0.0165,0.011,0.011,0.007,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88132",5,38.700632,-90.144763,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000191,0.000647,0.004,"2013-10-19 00:00",0.001,"2013-02-09 00:00",0.001,"2013-04-16 00:00",0.001,"2013-06-27 00:00","","","","",0.004,0.004,0.001,0.001,0,0,0,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88136",5,38.700632,-90.144763,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000128,0.000397,0.002,"2013-08-20 00:00",0.001,"2013-02-15 00:00",0.001,"2013-04-16 00:00",0.001,"2013-06-09 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88140",5,38.700632,-90.144763,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.006457,0.001638,0.009,"2013-02-15 00:00",0.009,"2013-02-21 00:00",0.009,"2013-03-17 00:00",0.009,"2013-04-04 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.006,0.00475,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88152",5,38.700632,-90.144763,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.005632,0.001429,0.008,"2013-02-09 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88154",5,38.700632,-90.144763,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001041,0.00025,0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88160",5,38.700632,-90.144763,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.013191,0.003555,0.018,"2013-04-16 00:00",0.018,"2013-04-22 00:00",0.018,"2013-07-27 00:00",0.018,"2013-08-08 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88161",5,38.700632,-90.144763,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.002539,0.001504,0.0125,"2013-06-09 00:00",0.00265,"2013-02-09 00:00",0.00265,"2013-03-05 00:00",0.00265,"2013-03-23 00:00","","","","",0.0125,0.0125,0.00265,0.00265,0.0025,0.00215,0.0021,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88164",5,38.700632,-90.144763,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001594,0.000212,0.0019,"2013-02-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88165",5,38.700632,-90.144763,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.009662,0.012352,0.0709,"2013-10-19 00:00",0.0502,"2013-06-09 00:00",0.034,"2013-09-25 00:00",0.03,"2013-04-16 00:00","","","","",0.0709,0.0709,0.034,0.009,0.009,0.0055,0.0048,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88166",5,38.700632,-90.144763,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.008515,0.004951,0.019,"2013-04-16 00:00",0.019,"2013-09-07 00:00",0.019,"2013-11-06 00:00",0.0185,"2013-04-22 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88167",5,38.700632,-90.144763,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.001323,0.000379,0.0024,"2013-04-16 00:00",0.00175,"2013-01-04 00:00",0.00175,"2013-01-10 00:00",0.00175,"2013-01-16 00:00","","","","",0.0024,0.0024,0.00175,0.00175,0.00175,0.0013,0.0009,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88168",5,38.700632,-90.144763,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.001244,0.000396,0.003,"2013-03-05 00:00",0.00175,"2013-04-16 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-07-27 00:00","","","","",0.003,0.003,0.00175,0.00175,0.0012,0.00115,0.00085,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88169",5,38.700632,-90.144763,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",44,0.00534,0.005863,0.0349,"2013-09-25 00:00",0.0287,"2013-10-19 00:00",0.0127,"2013-04-16 00:00",0.0049,"2013-02-09 00:00","","","","",0.0349,0.0349,0.0127,0.0049,0.0049,0.0044,0.0031,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88176",5,38.700632,-90.144763,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.000962,0.000207,0.0013,"2013-03-17 00:00",0.0013,"2013-04-16 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-07-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88180",5,38.700632,-90.144763,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",44,0.003613,0.002271,0.0125,"2013-04-16 00:00",0.0096,"2013-10-19 00:00",0.0078,"2013-06-09 00:00",0.0055,"2013-02-15 00:00","","","","",0.0125,0.0125,0.0078,0.0055,0.0055,0.00205,0.00195,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88184",5,38.700632,-90.144763,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.01984,0.005375,0.035,"2013-04-16 00:00",0.027,"2013-02-15 00:00",0.027,"2013-02-21 00:00",0.027,"2013-04-04 00:00","","","","",0.035,0.035,0.027,0.027,0.027,0.02,0.013,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88185",5,38.700632,-90.144763,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.003753,0.003978,0.014,"2013-06-09 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-07-27 00:00","","","","",0.014,0.014,0.0115,0.0115,0.0023,0.00225,0.0014,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88301",5,38.700632,-90.144763,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.00862,0.005081,0.025,"2013-03-12 00:00",0.015,"2013-09-13 00:00",0.0128,"2013-01-10 00:00",0.0125,"2013-01-16 00:00","","","","",0.025,0.025,0.0128,0.0125,0.0125,0.0085,0.0015,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88302",5,38.700632,-90.144763,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",27,0.021012,0.032502,0.17,"2013-05-04 00:00",0.159,"2013-03-05 00:00",0.0706,"2013-05-28 00:00",0.06,"2013-07-15 00:00","","","","",0.17,0.17,0.0706,0.04,0.0175,0.0143,0.0055,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88303",5,38.700632,-90.144763,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",43,0.010768,0.013008,0.08,"2013-05-04 00:00",0.059,"2013-03-05 00:00",0.022,"2013-04-22 00:00",0.014,"2013-08-14 00:00","","","","",0.08,0.08,0.022,0.012,0.012,0.0079,0.0034,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88306",5,38.700632,-90.144763,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",37,0.018202,0.028768,0.159,"2013-05-04 00:00",0.13,"2013-08-02 00:00",0.047,"2013-06-21 00:00",0.043,"2013-09-25 00:00","","","","",0.159,0.159,0.047,0.0422,0.0147,0.011,0.0036,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88355",5,38.700632,-90.144763,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,2.466561,1.017057,6.12,"2013-09-19 00:00",4.3,"2013-06-21 00:00",3.97,"2013-09-07 00:00",3.9,"2013-08-26 00:00","","","","",6.12,6.12,3.97,3.76,2.93,2.34,1.36,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88357",5,38.700632,-90.144763,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.549415,0.303441,1.25,"2013-01-10 00:00",1.14,"2013-04-22 00:00",1.03,"2013-05-28 00:00",0.992,"2013-01-28 00:00","","","","",1.25,1.25,1.03,0.965,0.79,0.448,0.203,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88370",5,38.700632,-90.144763,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,2.278683,0.993584,6.05,"2013-09-19 00:00",4.14,"2013-06-21 00:00",3.74,"2013-09-07 00:00",3.64,"2013-08-26 00:00","","","","",6.05,6.05,3.74,3.3,2.88,2.14,1.2,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88374",5,38.700632,-90.144763,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.158707,0.107802,0.472,"2013-02-27 00:00",0.449,"2013-09-19 00:00",0.379,"2013-09-25 00:00",0.32,"2013-06-21 00:00","","","","",0.472,0.472,0.379,0.291,0.188,0.149,0.041,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88375",5,38.700632,-90.144763,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.670561,0.313033,1.69,"2013-09-19 00:00",1.22,"2013-08-20 00:00",1.16,"2013-09-07 00:00",1.13,"2013-06-21 00:00","","","","",1.69,1.69,1.16,1.12,0.813,0.604,0.361,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88376",5,38.700632,-90.144763,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.81461,0.437058,2.31,"2013-09-19 00:00",1.65,"2013-09-07 00:00",1.55,"2013-06-21 00:00",1.5,"2013-08-02 00:00","","","","",2.31,2.31,1.55,1.28,1.09,0.692,0.342,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88377",5,38.700632,-90.144763,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.461878,0.207546,1.19,"2013-09-19 00:00",0.823,"2013-06-21 00:00",0.766,"2013-08-26 00:00",0.684,"2013-04-22 00:00","","","","",1.19,1.19,0.766,0.651,0.597,0.464,0.229,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88378",5,38.700632,-90.144763,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",6,0.173463,0.136818,0.538,"2013-09-01 00:00",0.483,"2013-09-25 00:00",0.419,"2013-09-19 00:00",0.399,"2013-04-04 00:00","","","","",0.538,0.538,0.419,0.322,0.242,0.178,0.001,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88380",5,38.700632,-90.144763,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.736756,0.338095,1.59,"2013-01-10 00:00",1.38,"2013-04-22 00:00",1.35,"2013-08-20 00:00",1.16,"2013-09-07 00:00","","","","",1.59,1.59,1.35,1.07,0.992,0.721,0.314,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88383",5,38.700632,-90.144763,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.832829,0.334429,1.45,"2013-01-10 00:00",1.41,"2013-09-25 00:00",1.39,"2013-09-19 00:00",1.35,"2013-08-20 00:00","","","","",1.45,1.45,1.39,1.32,1.08,0.787,0.458,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88384",5,38.700632,-90.144763,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",0,0.077088,0.043029,0.223,"2013-01-28 00:00",0.216,"2013-05-04 00:00",0.183,"2013-11-06 00:00",0.136,"2013-01-10 00:00","","","","",0.223,0.223,0.183,0.105,0.083,0.064,0.0439,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88385",5,38.700632,-90.144763,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",40,0.001042,0.000267,0.00271,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00271,0.00271,0.001,0.001,0.001,0.001,0.001,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88388",5,38.700632,-90.144763,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,11,"","","Certification not required",2,0.360756,0.208186,0.996,"2013-09-25 00:00",0.809,"2013-09-01 00:00",0.729,"2013-08-08 00:00",0.699,"2013-04-04 00:00","","","","",0.996,0.996,0.729,0.601,0.484,0.341,0.172,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88403",5,38.700632,-90.144763,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",10,0.045035,0.052311,0.327,"2013-08-02 00:00",0.166,"2013-10-13 00:00",0.15,"2013-05-04 00:00",0.1,"2013-09-25 00:00","","","","",0.327,0.327,0.15,0.092,0.05,0.0307,0.008,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","0024","88502",5,38.700632,-90.144763,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.091489,1.051878,4.3,"2013-07-03 00:00",4.3,"2013-10-19 00:00",3.3,"2013-02-21 00:00",2.9,"2013-10-13 00:00","","","","",4.3,4.3,3.3,2.6,1.4,0.9,0.1,"Gateway Regional Medical Center","2100 MADISON AVENUE","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-13" +"17","119","1007","61103",1,38.704534,-90.139675,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8469,97,349,365,0,291,"","","Certification not required",0,5.018243,2.716822,20,"2013-11-17 13:00",17.4,"2013-03-05 15:00",17.1,"2013-11-17 12:00",16.4,"2013-01-30 17:00","","","","",12.7,11.5,10,8.7,6.7,4.7,1.7,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","61104",1,38.704534,-90.139675,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8458,97,348,365,0,302,"","","Certification not required",0,197.023055,102.01184,360,"2013-01-26 02:00",360,"2013-02-20 07:00",360,"2013-03-16 16:00",360,"2013-04-04 13:00","","","","",357,354,347,335,297,173,55,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","68105",1,38.704534,-90.139675,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",106,100,46,61,0,13,"","","Certification not required",0,6.733962,10.042091,31.9,"2013-07-09 00:00",30,"2013-06-27 00:00",29.8,"2013-08-26 00:00",29.5,"2013-06-21 00:00","","","","",30,29.8,27.3,24,12.1,3.7,-4,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","68105",9,38.704534,-90.139675,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",39,85,39,46,0,8,"","","Certification not required",0,18.192308,10.918559,31.3,"2013-06-27 00:00",31.1,"2013-06-21 00:00",30.6,"2013-09-01 00:00",30.1,"2013-08-26 00:00","","","","",31.3,31.3,31.1,30.1,26.4,21.8,-0.1,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","68108",1,38.704534,-90.139675,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",106,100,46,61,0,13,"","","Certification not required",0,750.103774,6.766766,769,"2013-11-24 00:00",766,"2013-12-24 00:00",764,"2013-12-12 00:00",763,"2013-10-25 00:00","","","","",766,764,762,758,754,750,741,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","68108",9,38.704534,-90.139675,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",39,85,39,46,0,8,"","","Certification not required",0,750.717949,6.609199,768,"2013-11-12 00:00",764,"2013-12-06 00:00",763,"2013-11-24 00:00",762,"2013-12-24 00:00","","","","",768,768,764,762,755,749,744,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","81102",1,38.704534,-90.139675,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",36,59,36,61,0,10,0,0,"Certification not required",0,31.5,15.322253,64,"2013-04-22 00:00",59,"2013-08-20 00:00",57,"2013-07-03 00:00",52,"2013-08-26 00:00","","","","",64,64,59,52,46,28,12,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-02-20" +"17","119","1007","88101",1,38.704534,-90.139675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",107,79,107,136,0,12,0,0,"Certification not required",0,11.314953,6.061661,27.6,"2013-01-27 00:00",27.5,"2013-02-24 00:00",26.4,"2013-01-02 00:00",25.3,"2013-03-15 00:00","","","","",27.5,26.4,23.3,19.1,15.4,10.9,4.6,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88101",1,38.704534,-90.139675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",107,79,107,136,0,12,"","","Certification not required",0,11.314953,6.061661,27.6,"2013-01-27 00:00",27.5,"2013-02-24 00:00",26.4,"2013-01-02 00:00",25.3,"2013-03-15 00:00","","","","",27.5,26.4,23.3,19.1,15.4,10.9,4.6,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88101",9,38.704534,-90.139675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,6,0,0,"Certification not required",0,10.570732,6.293657,29,"2013-12-18 00:00",24.5,"2013-09-19 00:00",22.8,"2013-08-26 00:00",19.5,"2013-08-02 00:00","","","","",29,29,22.8,19.4,14.1,8.3,4.2,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88101",9,38.704534,-90.139675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,6,"","","Certification not required",0,10.570732,6.293657,29,"2013-12-18 00:00",24.5,"2013-09-19 00:00",22.8,"2013-08-26 00:00",19.5,"2013-08-02 00:00","","","","",29,29,22.8,19.4,14.1,8.3,4.2,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88501",3,38.704534,-90.139675,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7343,84,291,365,0,1417,"","","Certification not required",0,28.977502,17.069814,94.7,"2013-03-15 06:00",89.4,"2013-07-04 22:00",88.3,"2013-08-20 09:00",87.9,"2013-08-19 09:00","","","","",66.8,61.2,53.6,48.1,40.6,33,2.1,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88501",3,38.704534,-90.139675,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,28.901718,15.772244,57,"2013-02-24 00:00",56.6,"2013-01-27 00:00",54,"2013-07-05 00:00",53.5,"2013-03-15 00:00","","","","",54,52.9,48.7,44.8,40.9,35,4.4,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88502",3,38.704534,-90.139675,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7343,84,291,365,0,1417,"","","Certification not required",0,12.488206,8.435277,58.5,"2013-07-04 22:00",57.6,"2013-03-15 06:00",57.6,"2013-08-20 09:00",57.3,"2013-08-19 09:00","","","","",38.8,34.3,28,23.3,17.2,11.5,2.1,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1007","88502",3,38.704534,-90.139675,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,12.446048,6.075219,28.1,"2013-01-07 00:00",27.7,"2013-07-05 00:00",27.4,"2013-02-24 00:00",26.9,"2013-07-04 00:00","","","","",27.4,24.9,22.3,21,16.6,12.5,4.5,"FIRESTATION #1","23RD & MADISON","Illinois","Madison","Granite City","St. Louis, MO-IL","2014-01-23" +"17","119","1009","44201",1,38.726573,-89.959963,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5058,99,211,214,0,78,0,0,"Certification not required",78,0.051223,0.014082,0.099,"2013-09-09 12:00",0.099,"2013-09-11 12:00",0.091,"2013-09-10 12:00",0.087,"2013-07-22 14:00","","","","",0.091,0.083,0.077,0.069,0.059,0.05,0.034,"SOUTHWEST CABLE TV","200 W. DIVISION","Illinois","Madison","Maryville","St. Louis, MO-IL","2014-01-16" +"17","119","1009","44201",1,38.726573,-89.959963,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5071,98,210,214,0,0,0,0,"Certification not required",0,0.045519,0.012396,0.081,"2013-09-11 10:00",0.079,"2013-09-09 10:00",0.075,"2013-07-22 12:00",0.075,"2013-09-10 09:00","","","","",0.075,0.072,0.067,0.061,0.054,0.045,0.029,"SOUTHWEST CABLE TV","200 W. DIVISION","Illinois","Madison","Maryville","St. Louis, MO-IL","2014-01-16" +"17","119","1009","44201",1,38.726573,-89.959963,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5071,98,210,214,0,0,2,2,"Certification not required",0,0.045519,0.012396,0.081,"2013-09-11 10:00",0.079,"2013-09-09 10:00",0.075,"2013-07-22 12:00",0.075,"2013-09-10 09:00","","","","",0.075,0.072,0.067,0.061,0.054,0.045,0.029,"SOUTHWEST CABLE TV","200 W. DIVISION","Illinois","Madison","Maryville","St. Louis, MO-IL","2014-01-16" +"17","119","1010","42401",1,38.828303,-90.058433,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8610,98,359,365,0,150,0,"","Certification not required",0,5.05571,4.759256,26,"2013-12-16 13:00",24,"2013-10-12 20:00",24,"2013-10-28 09:00",23,"2013-06-27 09:00","","","","",23,19,16,12,7,4,1,"SOUTH ROXANA GRADE SCHOOL","MICHIGAN ST.","Illinois","Madison","South Roxana","St. Louis, MO-IL","2014-01-23" +"17","119","1010","42401",1,38.828303,-90.058433,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8610,98,359,365,0,150,"","","Certification not required",0,1.09489,2.02727,26,"2013-12-16 13:00",24,"2013-10-12 20:00",24,"2013-10-28 09:00",23,"2013-06-27 09:00","","","","",10,7,5,3,1,0,0,"SOUTH ROXANA GRADE SCHOOL","MICHIGAN ST.","Illinois","Madison","South Roxana","St. Louis, MO-IL","2014-01-23" +"17","119","1010","42401",1,38.828303,-90.058433,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,1.091086,0.955244,6.3,"2013-06-27 00:00",5.3,"2013-10-18 00:00",5.1,"2013-08-29 00:00",4.3,"2013-07-10 00:00","","","","",4.3,3.5,3,2.4,1.5,0.9,0.1,"SOUTH ROXANA GRADE SCHOOL","MICHIGAN ST.","Illinois","Madison","South Roxana","St. Louis, MO-IL","2014-01-23" +"17","119","1010","42401",1,38.828303,-90.058433,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2831,97,357,365,0,0,"",0,"Certification not required",0,1.071953,1.748634,18,"2013-06-27 11:00",17.3,"2013-08-29 11:00",16,"2013-12-16 14:00",15,"2013-06-18 11:00","","","","",8,6.6,4.3,3,1.3,0.3,0,"SOUTH ROXANA GRADE SCHOOL","MICHIGAN ST.","Illinois","Madison","South Roxana","St. Louis, MO-IL","2014-01-23" +"17","119","1010","42406",1,38.828303,-90.058433,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8612,98,359,365,0,148,"","","Certification not required",0,1.852299,3.652609,49,"2013-07-10 14:00",47,"2013-08-03 10:00",46,"2013-10-12 20:00",43,"2013-10-28 09:00","","","","",18,13,8,5,2,1,0,"SOUTH ROXANA GRADE SCHOOL","MICHIGAN ST.","Illinois","Madison","South Roxana","St. Louis, MO-IL","2014-01-23" +"17","119","2009","68105",1,38.903085,-90.143168,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",96,79,96,122,0,13,"","","Certification not required",0,14.266667,10.738447,30.4,"2013-07-18 00:00",29.9,"2013-06-12 00:00",29.9,"2013-08-29 00:00",29.5,"2013-06-30 00:00","","","","",30.4,29.9,29,27.9,23.4,15.7,-1.1,"SIU DENTAL CLINIC","1700 ANNEX ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-23" +"17","119","2009","68108",1,38.903085,-90.143168,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,14,"","","Certification not required",0,746.389474,7.790194,768,"2013-11-12 00:00",768,"2013-11-24 00:00",767,"2013-12-24 00:00",765,"2013-12-06 00:00","","","","",768,768,765,756,750,746,738,"SIU DENTAL CLINIC","1700 ANNEX ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-23" +"17","119","2009","88101",1,38.903085,-90.143168,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",96,90,96,107,0,13,0,0,"Certification not required",0,9.854167,5.071736,23,"2013-07-18 00:00",22.9,"2013-07-12 00:00",22.3,"2013-09-19 00:00",21.1,"2013-12-15 00:00","","","","",23,22.9,20.2,16.5,13.1,10.3,3.4,"SIU DENTAL CLINIC","1700 ANNEX ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-23" +"17","119","2009","88101",1,38.903085,-90.143168,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",96,90,96,107,0,13,"","","Certification not required",0,9.854167,5.071736,23,"2013-07-18 00:00",22.9,"2013-07-12 00:00",22.3,"2013-09-19 00:00",21.1,"2013-12-15 00:00","","","","",23,22.9,20.2,16.5,13.1,10.3,3.4,"SIU DENTAL CLINIC","1700 ANNEX ST.","Illinois","Madison","Alton","St. Louis, MO-IL","2014-01-23" +"17","119","3007","42401",3,38.860669,-90.105851,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8665,99,364,365,0,95,0,"","Certification not required",0,5.513736,5.416771,42,"2013-04-20 12:00",37,"2013-09-04 14:00",32,"2013-12-24 11:00",29,"2013-12-30 12:00","","","","",29,21,16,11,7,4,1,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","42401",3,38.860669,-90.105851,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8665,99,364,365,0,95,"","","Certification not required",0,1.451587,2.28801,42,"2013-04-20 12:00",37,"2013-09-04 14:00",32,"2013-09-04 15:00",32,"2013-12-24 11:00","","","","",10,8,5,4,2,1,0,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","42401",3,38.860669,-90.105851,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.452747,1.153396,7.5,"2013-04-19 00:00",6.4,"2013-04-20 00:00",6.3,"2013-09-04 00:00",5.7,"2013-02-19 00:00","","","","",5.7,4.2,3.4,2.9,2,1.3,0.1,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","42401",3,38.860669,-90.105851,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2851,98,364,365,0,0,"",0,"Certification not required",0,1.421957,1.975169,26.3,"2013-04-20 14:00",22.6,"2013-09-04 14:00",18.6,"2013-09-04 17:00",16.6,"2013-04-19 14:00","","","","",9.6,7,5,3.6,2,1,0,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","42406",3,38.860669,-90.105851,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8665,99,364,365,0,95,"","","Certification not required",0,2.460935,4.644209,94,"2013-04-20 08:00",71,"2013-03-03 10:00",71,"2013-12-30 12:00",63,"2013-04-20 12:00","","","","",23,16,9,6,3,1,0,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","44201",1,38.860669,-90.105851,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8679,98,210,214,0,81,0,0,"Certification not required",573,0.049614,0.01425,0.103,"2013-09-09 13:00",0.088,"2013-07-18 13:00",0.082,"2013-07-19 10:00",0.081,"2013-06-05 16:00","","","","",0.082,0.081,0.076,0.069,0.059,0.05,0.04,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","44201",1,38.860669,-90.105851,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,98,210,214,0,0,0,0,"Certification not required",0,0.043814,0.012896,0.081,"2013-09-09 11:00",0.076,"2013-07-18 10:00",0.076,"2013-09-06 10:00",0.069,"2013-06-05 10:00","","","","",0.076,0.068,0.065,0.061,0.054,0.045,0.035,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","44201",1,38.860669,-90.105851,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,98,210,214,0,0,3,3,"Certification not required",0,0.043814,0.012896,0.081,"2013-09-09 11:00",0.076,"2013-07-18 10:00",0.076,"2013-09-06 10:00",0.069,"2013-06-05 10:00","","","","",0.076,0.068,0.065,0.061,0.054,0.045,0.035,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","68105",1,38.860669,-90.105851,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",117,96,103,122,0,5,"","","Certification not required",0,13.238462,11.766784,36.3,"2013-09-10 00:00",32.1,"2013-06-21 00:00",31.2,"2013-07-09 00:00",30.4,"2013-06-18 00:00","","","","",32.1,31.2,30.1,28.9,23.1,14.1,-3,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","68108",1,38.860669,-90.105851,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",116,95,103,122,0,5,"","","Certification not required",0,750.801724,5.94938,769,"2013-11-12 00:00",769,"2013-11-24 00:00",766,"2013-12-24 00:00",762,"2013-10-25 00:00","","","","",769,766,761,757,754,751,744,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","88101",1,38.860669,-90.105851,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,10.908547,5.371116,29.3,"2013-09-10 00:00",28.1,"2013-02-24 00:00",23.4,"2013-03-16 00:00",22.5,"2013-09-19 00:00","","","","",28.1,23.4,21.9,18.8,13.3,10,5.1,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","3007","88101",1,38.860669,-90.105851,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,10.908547,5.371116,29.3,"2013-09-10 00:00",28.1,"2013-02-24 00:00",23.4,"2013-03-16 00:00",22.5,"2013-09-19 00:00","","","","",28.1,23.4,21.9,18.8,13.3,10,5.1,"WATER PLANT","54 N. WALCOTT","Illinois","Madison","Wood River","St. Louis, MO-IL","2014-01-23" +"17","119","9010","42153",6,38.848382,-90.076413,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.091136,0.040244,0.26,"2013-05-16 00:00",0.19,"2013-04-10 00:00",0.14,"2013-03-11 00:00",0.13,"2013-01-28 00:00","","","","",0.26,0.26,0.14,0.13,0.11,0.08,0.06,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43205",6,38.848382,-90.076413,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.605136,0.738592,3.42,"2013-03-29 00:00",3.06,"2013-06-15 00:00",2.829,"2013-01-16 00:00",2.787,"2013-09-19 00:00","","","","",3.42,3.42,2.829,2.712,2.19,1.536,0.708,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43206",6,38.848382,-90.076413,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.881409,0.433708,2.5,"2013-02-27 00:00",1.81,"2013-01-16 00:00",1.762,"2013-02-21 00:00",1.386,"2013-08-02 00:00","","","","",2.5,2.5,1.762,1.348,1.076,0.856,0.396,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43208",6,38.848382,-90.076413,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.033273,0.005542,0.048,"2013-02-27 00:00",0.046,"2013-05-16 00:00",0.042,"2013-05-10 00:00",0.042,"2013-05-22 00:00","","","","",0.048,0.048,0.042,0.04,0.036,0.034,0.026,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43218",6,38.848382,-90.076413,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.091818,0.051094,0.24,"2013-01-16 00:00",0.16,"2013-05-16 00:00",0.16,"2013-07-09 00:00",0.16,"2013-07-15 00:00","","","","",0.24,0.24,0.16,0.15,0.12,0.08,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43233",6,38.848382,-90.076413,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.484,0.322084,1.6,"2013-01-28 00:00",1.104,"2013-08-02 00:00",1.064,"2013-08-26 00:00",0.928,"2013-07-09 00:00","","","","",1.6,1.6,1.064,0.848,0.712,0.456,0.152,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43372",6,38.848382,-90.076413,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.018636,0.107283,0.71,"2013-08-08 00:00",0.06,"2013-03-17 00:00",0.05,"2013-03-29 00:00",0,"2013-01-04 00:00","","","","",0.71,0.71,0.05,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43373",6,38.848382,-90.076413,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-28 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43396",6,38.848382,-90.076413,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-28 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43438",6,38.848382,-90.076413,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43441",6,38.848382,-90.076413,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43502",6,38.848382,-90.076413,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.948889,2.000639,8.7,"2013-07-09 00:00",8.3,"2013-06-21 00:00",7,"2013-09-07 00:00",6.4,"2013-09-19 00:00","","","","",8.7,8.7,7,5.9,3.9,2,1.2,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43503",6,38.848382,-90.076413,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.131111,1.084985,5,"2013-09-07 00:00",4.4,"2013-06-21 00:00",4.4,"2013-07-09 00:00",3.8,"2013-09-01 00:00","","","","",5,5,4.4,3.5,3,1.9,1,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43504",6,38.848382,-90.076413,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.502222,0.303382,1.3,"2013-07-09 00:00",1.2,"2013-09-07 00:00",1,"2013-06-21 00:00",1,"2013-08-26 00:00","","","","",1.3,1.3,1,0.9,0.7,0.4,0.2,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43505",6,38.848382,-90.076413,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",16,26,16,61,0,29,"","","Certification not required",0,3.620625,2.330521,10.86,"2013-01-28 00:00",6.66,"2013-01-10 00:00",5.49,"2013-01-04 00:00",4.74,"2013-01-16 00:00","","","","",10.86,10.86,10.86,6.66,4.74,2.66,2.27,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43510",6,38.848382,-90.076413,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.351111,0.112579,0.608,"2013-09-07 00:00",0.584,"2013-05-16 00:00",0.54,"2013-09-01 00:00",0.528,"2013-06-21 00:00","","","","",0.608,0.608,0.54,0.508,0.424,0.332,0.216,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43513",6,38.848382,-90.076413,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43517",6,38.848382,-90.076413,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.225067,0.124278,0.54,"2013-06-21 00:00",0.516,"2013-05-16 00:00",0.48,"2013-09-07 00:00",0.426,"2013-08-26 00:00","","","","",0.54,0.54,0.48,0.378,0.306,0.222,0.084,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43518",6,38.848382,-90.076413,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.156333,0.06786,0.34,"2013-05-16 00:00",0.315,"2013-09-07 00:00",0.275,"2013-06-21 00:00",0.27,"2013-08-26 00:00","","","","",0.34,0.34,0.275,0.25,0.19,0.165,0.07,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43528",6,38.848382,-90.076413,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.987644,1.418046,6.88,"2013-07-09 00:00",3.496,"2013-09-19 00:00",3.456,"2013-06-27 00:00",3.324,"2013-09-07 00:00","","","","",6.88,6.88,3.456,3.288,1.404,0.248,0.064,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43551",6,38.848382,-90.076413,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.137867,0.913802,5.28,"2013-04-04 00:00",3.78,"2013-02-27 00:00",3.69,"2013-03-23 00:00",3.63,"2013-03-29 00:00","","","","",5.28,5.28,3.69,3.48,2.634,2.016,1.227,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43552",6,38.848382,-90.076413,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.441333,0.219889,1.08,"2013-03-29 00:00",0.972,"2013-02-27 00:00",0.88,"2013-04-04 00:00",0.796,"2013-01-16 00:00","","","","",1.08,1.08,0.88,0.796,0.552,0.364,0.232,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43560",6,38.848382,-90.076413,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.207955,0.114943,0.6,"2013-05-16 00:00",0.5,"2013-08-20 00:00",0.46,"2013-09-07 00:00",0.38,"2013-01-04 00:00","","","","",0.6,0.6,0.46,0.37,0.24,0.19,0.11,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43702",6,38.848382,-90.076413,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.872273,6.357819,42.6,"2013-03-17 00:00",5.68,"2013-09-25 00:00",4.56,"2013-07-21 00:00",1.52,"2013-06-27 00:00","","","","",42.6,42.6,4.56,1.41,0.96,0.69,0.44,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43704",6,38.848382,-90.076413,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.124091,0.274661,1.07,"2013-04-10 00:00",0.85,"2013-09-13 00:00",0.8,"2013-09-19 00:00",0.74,"2013-04-16 00:00","","","","",1.07,1.07,0.8,0.54,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43801",6,38.848382,-90.076413,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.57,0.093684,0.82,"2013-05-16 00:00",0.78,"2013-02-27 00:00",0.76,"2013-06-21 00:00",0.68,"2013-03-11 00:00","","","","",0.82,0.82,0.76,0.68,0.66,0.55,0.47,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43802",6,38.848382,-90.076413,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.152727,0.083621,0.43,"2013-09-19 00:00",0.42,"2013-07-09 00:00",0.31,"2013-02-21 00:00",0.3,"2013-02-03 00:00","","","","",0.43,0.43,0.31,0.26,0.19,0.13,0.09,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43803",6,38.848382,-90.076413,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.023409,0.008611,0.04,"2013-09-07 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-10 00:00",0.03,"2013-05-16 00:00","","","","",0.04,0.04,0.03,0.03,0.03,0.02,0.02,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43804",6,38.848382,-90.076413,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.105682,0.016052,0.15,"2013-06-27 00:00",0.14,"2013-02-27 00:00",0.14,"2013-06-21 00:00",0.13,"2013-05-16 00:00","","","","",0.15,0.15,0.14,0.13,0.11,0.11,0.09,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43806",6,38.848382,-90.076413,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000682,0.00255,0.01,"2013-04-22 00:00",0.01,"2013-07-09 00:00",0.01,"2013-07-27 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43811",6,38.848382,-90.076413,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.251295,0.038888,0.34,"2013-02-27 00:00",0.325,"2013-05-16 00:00",0.322,"2013-05-22 00:00",0.318,"2013-04-16 00:00","","","","",0.34,0.34,0.322,0.301,0.289,0.245,0.206,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43812",6,38.848382,-90.076413,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.044545,0.041397,0.17,"2013-05-16 00:00",0.14,"2013-04-10 00:00",0.1,"2013-03-29 00:00",0.09,"2013-01-28 00:00","","","","",0.17,0.17,0.1,0.09,0.07,0.05,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43813",6,38.848382,-90.076413,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43814",6,38.848382,-90.076413,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.013409,0.00987,0.03,"2013-01-10 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-16 00:00",0.03,"2013-07-27 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43815",6,38.848382,-90.076413,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.035909,0.025638,0.09,"2013-05-16 00:00",0.08,"2013-04-22 00:00",0.07,"2013-01-28 00:00",0.07,"2013-05-10 00:00","","","","",0.09,0.09,0.07,0.07,0.05,0.04,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43817",6,38.848382,-90.076413,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.023182,0.017087,0.06,"2013-03-29 00:00",0.06,"2013-07-15 00:00",0.05,"2013-01-10 00:00",0.05,"2013-07-21 00:00","","","","",0.06,0.06,0.05,0.05,0.03,0.03,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43818",6,38.848382,-90.076413,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.005682,0.012463,0.06,"2013-05-16 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-10 00:00","","","","",0.06,0.06,0.03,0.02,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43819",6,38.848382,-90.076413,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.009091,0.008017,0.04,"2013-06-21 00:00",0.02,"2013-01-28 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-22 00:00","","","","",0.04,0.04,0.02,0.02,0.01,0.01,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43820",6,38.848382,-90.076413,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43821",6,38.848382,-90.076413,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.161818,0.019718,0.206,"2013-02-27 00:00",0.198,"2013-04-16 00:00",0.196,"2013-01-28 00:00",0.196,"2013-05-16 00:00","","","","",0.206,0.206,0.196,0.186,0.176,0.164,0.136,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43823",6,38.848382,-90.076413,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.489545,0.076855,0.68,"2013-02-27 00:00",0.64,"2013-04-16 00:00",0.64,"2013-05-16 00:00",0.6,"2013-03-11 00:00","","","","",0.68,0.68,0.64,0.6,0.55,0.48,0.4,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43824",6,38.848382,-90.076413,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43826",6,38.848382,-90.076413,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43828",6,38.848382,-90.076413,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-28 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43829",6,38.848382,-90.076413,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43830",6,38.848382,-90.076413,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43831",6,38.848382,-90.076413,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43832",6,38.848382,-90.076413,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-28 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43835",6,38.848382,-90.076413,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43836",6,38.848382,-90.076413,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-28 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43838",6,38.848382,-90.076413,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-28 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43839",6,38.848382,-90.076413,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-28 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43843",6,38.848382,-90.076413,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43844",6,38.848382,-90.076413,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.004545,0.010881,0.04,"2013-05-16 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-10 00:00","","","","",0.04,0.04,0.03,0.03,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","43860",6,38.848382,-90.076413,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000455,0.003015,0.02,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45109",6,38.848382,-90.076413,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.439773,0.864963,4.63,"2013-01-28 00:00",3.73,"2013-04-22 00:00",2.74,"2013-05-16 00:00",2.58,"2013-04-10 00:00","","","","",4.63,4.63,2.74,2.23,1.94,1.39,0.54,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45201",6,38.848382,-90.076413,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.857955,0.734691,3.35,"2013-07-09 00:00",3.14,"2013-07-15 00:00",2.85,"2013-01-28 00:00",2.8,"2013-01-16 00:00","","","","",3.35,3.35,2.85,2.76,2.44,2.04,0.91,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45202",6,38.848382,-90.076413,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.114773,1.914732,10.5,"2013-04-22 00:00",6.55,"2013-01-28 00:00",6.03,"2013-07-15 00:00",5.45,"2013-09-19 00:00","","","","",10.5,10.5,6.03,5.1,4.52,2.92,1.19,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45203",6,38.848382,-90.076413,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.562045,0.295915,1.58,"2013-01-28 00:00",1.29,"2013-04-22 00:00",1.02,"2013-05-16 00:00",0.89,"2013-04-10 00:00","","","","",1.58,1.58,1.02,0.86,0.74,0.57,0.22,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45204",6,38.848382,-90.076413,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.564545,0.334069,1.89,"2013-01-28 00:00",1.26,"2013-04-22 00:00",1.08,"2013-05-16 00:00",0.97,"2013-04-10 00:00","","","","",1.89,1.89,1.08,0.93,0.74,0.55,0.22,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45207",6,38.848382,-90.076413,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",18,0.200659,0.14386,0.864,"2013-01-28 00:00",0.405,"2013-04-22 00:00",0.396,"2013-06-21 00:00",0.378,"2013-09-19 00:00","","","","",0.864,0.864,0.396,0.369,0.252,0.189,0.0855,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45208",6,38.848382,-90.076413,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",6,0.535091,0.437896,2.682,"2013-01-28 00:00",1.269,"2013-09-19 00:00",0.954,"2013-04-10 00:00",0.918,"2013-04-22 00:00","","","","",2.682,2.682,0.954,0.891,0.765,0.459,0.081,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45220",6,38.848382,-90.076413,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.100455,0.090835,0.34,"2013-01-28 00:00",0.26,"2013-06-21 00:00",0.24,"2013-07-09 00:00",0.22,"2013-01-16 00:00","","","","",0.34,0.34,0.24,0.22,0.17,0.11,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45501",6,38.848382,-90.076413,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.441778,0.241231,1.12,"2013-05-16 00:00",1.036,"2013-06-21 00:00",0.721,"2013-09-07 00:00",0.7,"2013-08-20 00:00","","","","",1.12,1.12,0.721,0.693,0.602,0.483,0.161,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45503",6,38.848382,-90.076413,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45504",6,38.848382,-90.076413,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,8,"","","Certification not required",0,0.402595,0.531052,2.984,"2013-07-09 00:00",1.368,"2013-09-07 00:00",1.256,"2013-06-21 00:00",0.888,"2013-08-26 00:00","","","","",2.984,2.984,1.368,0.888,0.384,0.248,0.096,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45801",6,38.848382,-90.076413,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.001136,0.007538,0.05,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45805",6,38.848382,-90.076413,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-28 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45806",6,38.848382,-90.076413,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-28 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45807",6,38.848382,-90.076413,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.027045,0.035931,0.11,"2013-09-07 00:00",0.1,"2013-08-02 00:00",0.09,"2013-05-16 00:00",0.08,"2013-03-17 00:00","","","","",0.11,0.11,0.09,0.08,0.06,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","45810",6,38.848382,-90.076413,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2013-12-03" +"17","119","9010","68103",5,38.848382,-90.076413,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.696154,9.931964,26,"2013-07-09 00:00",24,"2013-08-26 00:00",24,"2013-09-01 00:00",23.7,"2013-06-21 00:00","","","","",26,24,24,23.3,18.7,12.6,-2.1,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","68104",5,38.848382,-90.076413,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.778846,11.761341,39,"2013-07-09 00:00",38,"2013-08-26 00:00",37.2,"2013-06-27 00:00",37.1,"2013-09-01 00:00","","","","",39,38,37.2,35,29.6,22.7,5.4,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","68105",5,38.848382,-90.076413,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,15.298077,10.57408,31.6,"2013-07-09 00:00",30.2,"2013-08-26 00:00",29.9,"2013-06-27 00:00",29.3,"2013-06-21 00:00","","","","",31.6,30.2,29.9,28.4,24.3,16.8,0.9,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","68106",5,38.848382,-90.076413,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,745.3,4.408943,756,"2013-01-22 00:00",755,"2013-01-04 00:00",752,"2013-03-29 00:00",752,"2013-10-13 00:00","","","","",756,756,752,751,748,745,741,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","68107",5,38.848382,-90.076413,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,750.36,4.251098,760,"2013-10-25 00:00",759,"2013-01-22 00:00",758,"2013-01-04 00:00",758,"2013-01-10 00:00","","","","",760,760,758,757,754,750,746,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","68108",5,38.848382,-90.076413,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,747.7,4.116914,756,"2013-01-04 00:00",756,"2013-01-22 00:00",756,"2013-10-25 00:00",755,"2013-10-13 00:00","","","","",756,756,756,753,750,748,743,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88102",5,38.848382,-90.076413,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.020167,0.007708,0.059,"2013-02-21 00:00",0.046,"2013-05-10 00:00",0.026,"2013-02-03 00:00",0.026,"2013-05-04 00:00","","","","",0.059,0.046,0.026,0.026,0.021,0.0195,0.014,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88103",5,38.848382,-90.076413,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000667,0.001052,0.005,"2013-04-04 00:00",0.003,"2013-06-21 00:00",0.003,"2013-08-02 00:00",0.002,"2013-03-17 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88104",5,38.848382,-90.076413,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",27,0.024931,0.027291,0.15,"2013-09-01 00:00",0.11,"2013-06-27 00:00",0.067,"2013-05-16 00:00",0.063,"2013-09-07 00:00","","","","",0.15,0.11,0.067,0.054,0.031,0.0125,0.0065,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88107",5,38.848382,-90.076413,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.005121,0.000649,0.008,"2013-09-19 00:00",0.0055,"2013-01-10 00:00",0.0055,"2013-02-15 00:00",0.0055,"2013-03-05 00:00","","","","",0.008,0.0055,0.0055,0.0055,0.0055,0.005,0.0039,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88109",5,38.848382,-90.076413,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.004852,0.003634,0.0156,"2013-03-05 00:00",0.0155,"2013-02-03 00:00",0.0134,"2013-01-28 00:00",0.011,"2013-01-22 00:00","","","","",0.0156,0.0155,0.0134,0.0091,0.0072,0.0038,0.0009,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88110",5,38.848382,-90.076413,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.00198,0.004567,0.019,"2013-01-22 00:00",0.016,"2013-07-21 00:00",0.015,"2013-08-08 00:00",0.012,"2013-06-15 00:00","","","","",0.019,0.016,0.015,0.009,0,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88111",5,38.848382,-90.076413,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.056561,0.040403,0.166,"2013-09-19 00:00",0.158,"2013-01-28 00:00",0.121,"2013-04-22 00:00",0.116,"2013-08-02 00:00","","","","",0.166,0.158,0.121,0.11,0.0836,0.0541,0.0088,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88112",5,38.848382,-90.076413,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.007353,0.020976,0.119,"2013-10-07 00:00",0.083,"2013-11-06 00:00",0.054,"2013-09-25 00:00",0.016,"2013-10-01 00:00","","","","",0.119,0.083,0.054,0.009,0.003,0.002,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88113",5,38.848382,-90.076413,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.000672,0.000103,0.0013,"2013-01-28 00:00",0.0007,"2013-01-04 00:00",0.0007,"2013-01-16 00:00",0.0007,"2013-01-22 00:00","","","","",0.0013,0.0007,0.0007,0.0007,0.0007,0.00065,0.00055,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88114",5,38.848382,-90.076413,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",33,0.001652,0.001216,0.0071,"2013-03-05 00:00",0.0047,"2013-09-01 00:00",0.0041,"2013-10-25 00:00",0.0039,"2013-07-03 00:00","","","","",0.0071,0.0047,0.0041,0.0032,0.002,0.00125,0.0008,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88115",5,38.848382,-90.076413,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",25,0.011528,0.016508,0.0947,"2013-01-22 00:00",0.0607,"2013-03-05 00:00",0.042,"2013-01-28 00:00",0.0349,"2013-01-04 00:00","","","","",0.0947,0.0607,0.042,0.0307,0.0103,0.005,0.0025,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88117",5,38.848382,-90.076413,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.004102,0.000731,0.00485,"2013-01-10 00:00",0.00485,"2013-02-15 00:00",0.00485,"2013-03-05 00:00",0.00485,"2013-03-23 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.00485,0.0041,0.0028,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88118",5,38.848382,-90.076413,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006952,0.004401,0.017,"2013-01-28 00:00",0.017,"2013-02-09 00:00",0.017,"2013-03-11 00:00",0.017,"2013-05-16 00:00","","","","",0.017,0.017,0.017,0.017,0.0055,0.0055,0.0041,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88126",5,38.848382,-90.076413,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.057188,0.033741,0.183,"2013-07-09 00:00",0.11,"2013-09-19 00:00",0.107,"2013-05-10 00:00",0.106,"2013-08-02 00:00","","","","",0.183,0.11,0.107,0.0944,0.0835,0.0498,0.0195,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88128",5,38.848382,-90.076413,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.003353,0.003593,0.016,"2013-07-21 00:00",0.015,"2013-09-19 00:00",0.011,"2013-09-07 00:00",0.009,"2013-08-26 00:00","","","","",0.016,0.015,0.011,0.007,0.005,0.003,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88131",5,38.848382,-90.076413,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.00999,0.003877,0.021,"2013-10-07 00:00",0.02,"2013-10-31 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00","","","","",0.021,0.02,0.0165,0.0165,0.011,0.008,0.007,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88132",5,38.848382,-90.076413,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001843,0.001759,0.007,"2013-07-09 00:00",0.007,"2013-09-19 00:00",0.006,"2013-03-05 00:00",0.004,"2013-01-16 00:00","","","","",0.007,0.007,0.006,0.004,0.003,0.002,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88136",5,38.848382,-90.076413,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000451,0.000808,0.003,"2013-01-28 00:00",0.003,"2013-05-10 00:00",0.002,"2013-04-10 00:00",0.002,"2013-05-16 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88140",5,38.848382,-90.076413,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.007958,0.006387,0.0458,"2013-10-13 00:00",0.0283,"2013-09-19 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-16 00:00","","","","",0.0458,0.0283,0.009,0.009,0.009,0.006,0.0055,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88152",5,38.848382,-90.076413,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006235,0.001464,0.008,"2013-01-10 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88154",5,38.848382,-90.076413,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.00111,0.000507,0.0034,"2013-06-15 00:00",0.0028,"2013-05-10 00:00",0.0016,"2013-04-04 00:00",0.0015,"2013-07-21 00:00","","","","",0.0034,0.0028,0.0016,0.0013,0.0013,0.00125,0.00065,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88160",5,38.848382,-90.076413,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.012059,0.003275,0.0185,"2013-05-04 00:00",0.0185,"2013-09-19 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88161",5,38.848382,-90.076413,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.002812,0.001197,0.007,"2013-10-07 00:00",0.0065,"2013-04-04 00:00",0.0065,"2013-07-09 00:00",0.006,"2013-06-27 00:00","","","","",0.007,0.0065,0.0065,0.00265,0.00265,0.0025,0.0021,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88164",5,38.848382,-90.076413,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.00198,0.00109,0.0075,"2013-10-01 00:00",0.005,"2013-01-28 00:00",0.0047,"2013-08-02 00:00",0.0046,"2013-07-21 00:00","","","","",0.0075,0.005,0.0047,0.0019,0.0019,0.0016,0.0015,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88165",5,38.848382,-90.076413,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.068359,0.055556,0.251,"2013-06-27 00:00",0.243,"2013-09-01 00:00",0.199,"2013-09-19 00:00",0.161,"2013-06-21 00:00","","","","",0.251,0.243,0.199,0.13,0.089,0.053,0.0185,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88166",5,38.848382,-90.076413,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.007808,0.004836,0.019,"2013-05-04 00:00",0.019,"2013-09-19 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88167",5,38.848382,-90.076413,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.025364,0.033594,0.167,"2013-03-05 00:00",0.163,"2013-11-06 00:00",0.093,"2013-06-27 00:00",0.072,"2013-01-22 00:00","","","","",0.167,0.163,0.093,0.0453,0.0271,0.0155,0.0044,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88168",5,38.848382,-90.076413,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001182,0.000383,0.003,"2013-10-25 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-05-04 00:00","","","","",0.003,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88169",5,38.848382,-90.076413,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.864314,0.505384,2.2,"2013-08-20 00:00",1.92,"2013-08-26 00:00",1.66,"2013-09-19 00:00",1.63,"2013-10-01 00:00","","","","",2.2,1.92,1.66,1.56,1.18,0.803,0.234,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88176",5,38.848382,-90.076413,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000931,0.000195,0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-05-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88180",5,38.848382,-90.076413,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.05265,0.035206,0.182,"2013-09-19 00:00",0.164,"2013-06-21 00:00",0.124,"2013-01-28 00:00",0.11,"2013-06-15 00:00","","","","",0.182,0.164,0.124,0.0953,0.0616,0.046,0.0166,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88184",5,38.848382,-90.076413,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.035618,0.037494,0.235,"2013-04-10 00:00",0.112,"2013-01-28 00:00",0.094,"2013-03-05 00:00",0.093,"2013-07-09 00:00","","","","",0.235,0.112,0.094,0.083,0.027,0.027,0.0155,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88185",5,38.848382,-90.076413,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.003311,0.003659,0.0116,"2013-09-25 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00","","","","",0.0116,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88301",5,38.848382,-90.076413,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.876971,0.61294,2.6,"2013-03-29 00:00",2.11,"2013-02-27 00:00",1.94,"2013-02-09 00:00",1.81,"2013-08-20 00:00","","","","",2.6,2.11,1.94,1.7,1.28,0.82,0.115,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88302",5,38.848382,-90.076413,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.053215,0.048936,0.265,"2013-04-10 00:00",0.201,"2013-09-19 00:00",0.181,"2013-01-10 00:00",0.142,"2013-01-28 00:00","","","","",0.265,0.201,0.181,0.094,0.062,0.04,0.015,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88303",5,38.848382,-90.076413,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.033158,0.033326,0.206,"2013-09-19 00:00",0.114,"2013-06-21 00:00",0.089,"2013-06-15 00:00",0.077,"2013-07-03 00:00","","","","",0.206,0.114,0.089,0.061,0.0407,0.027,0.0115,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88306",5,38.848382,-90.076413,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.192231,1.331339,5.36,"2013-01-16 00:00",4.25,"2013-02-21 00:00",4.19,"2013-03-23 00:00",4.04,"2013-03-29 00:00","","","","",5.36,4.25,4.19,3.53,1.62,0.571,0.191,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88355",5,38.848382,-90.076413,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.441804,1.297673,6.61,"2013-09-19 00:00",6.04,"2013-07-03 00:00",4.78,"2013-08-26 00:00",4.54,"2013-06-21 00:00","","","","",6.61,6.04,4.78,4.29,2.94,2.23,1.11,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88357",5,38.848382,-90.076413,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.378373,0.207446,0.895,"2013-08-26 00:00",0.873,"2013-09-19 00:00",0.786,"2013-01-16 00:00",0.715,"2013-07-09 00:00","","","","",0.895,0.873,0.786,0.67,0.498,0.312,0.149,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88370",5,38.848382,-90.076413,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.138882,1.169793,6.06,"2013-09-19 00:00",5.46,"2013-07-03 00:00",4.38,"2013-08-26 00:00",3.96,"2013-06-21 00:00","","","","",6.06,5.46,4.38,3.74,2.61,1.9,0.982,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88374",5,38.848382,-90.076413,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.183961,0.139312,0.681,"2013-09-19 00:00",0.572,"2013-06-21 00:00",0.519,"2013-07-09 00:00",0.478,"2013-09-07 00:00","","","","",0.681,0.572,0.519,0.379,0.199,0.148,0.065,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88375",5,38.848382,-90.076413,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.679667,0.343589,1.6,"2013-09-19 00:00",1.41,"2013-08-26 00:00",1.34,"2013-07-03 00:00",1.27,"2013-06-21 00:00","","","","",1.6,1.41,1.34,1.16,0.866,0.656,0.313,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88376",5,38.848382,-90.076413,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.448549,0.268452,1.53,"2013-07-03 00:00",1.18,"2013-09-19 00:00",0.825,"2013-07-09 00:00",0.783,"2013-06-15 00:00","","","","",1.53,1.18,0.825,0.767,0.541,0.404,0.164,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88377",5,38.848382,-90.076413,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.32498,0.269277,1.73,"2013-07-03 00:00",0.954,"2013-06-21 00:00",0.893,"2013-07-09 00:00",0.709,"2013-09-07 00:00","","","","",1.73,0.954,0.893,0.483,0.365,0.26,0.112,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88378",5,38.848382,-90.076413,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.501804,0.380957,2.12,"2013-09-19 00:00",1.62,"2013-08-26 00:00",1.21,"2013-08-20 00:00",1.06,"2013-06-15 00:00","","","","",2.12,1.62,1.21,0.927,0.534,0.421,0.183,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88380",5,38.848382,-90.076413,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.681392,0.348398,1.43,"2013-09-19 00:00",1.38,"2013-08-02 00:00",1.29,"2013-08-26 00:00",1.28,"2013-01-16 00:00","","","","",1.43,1.38,1.29,1.23,0.935,0.605,0.284,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88383",5,38.848382,-90.076413,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.08202,0.635049,3.5,"2013-09-19 00:00",2.73,"2013-08-26 00:00",2.11,"2013-08-02 00:00",2.11,"2013-08-20 00:00","","","","",3.5,2.73,2.11,1.82,1.37,0.961,0.414,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88384",5,38.848382,-90.076413,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.09771,0.036999,0.234,"2013-09-25 00:00",0.187,"2013-08-20 00:00",0.173,"2013-08-26 00:00",0.169,"2013-10-25 00:00","","","","",0.234,0.187,0.173,0.139,0.113,0.0886,0.0579,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88385",5,38.848382,-90.076413,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",16,0.0039,0.002933,0.0142,"2013-09-25 00:00",0.00916,"2013-08-02 00:00",0.00896,"2013-08-20 00:00",0.0084,"2013-02-03 00:00","","","","",0.0142,0.00916,0.00896,0.00791,0.00576,0.00342,0.001,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88388",5,38.848382,-90.076413,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.805471,0.485776,2.68,"2013-09-19 00:00",2.02,"2013-08-26 00:00",1.68,"2013-08-20 00:00",1.52,"2013-08-02 00:00","","","","",2.68,2.02,1.68,1.43,1.02,0.683,0.294,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88403",5,38.848382,-90.076413,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.237654,1.326867,5.92,"2013-08-20 00:00",5.14,"2013-08-26 00:00",4.47,"2013-02-09 00:00",4.34,"2013-03-29 00:00","","","","",5.92,5.14,4.47,4.03,3.09,2.29,0.68,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9010","88502",5,38.848382,-90.076413,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.560784,5.002483,23.1,"2013-09-19 00:00",19.9,"2013-08-02 00:00",19.7,"2013-08-26 00:00",18.1,"2013-03-29 00:00","","","","",23.1,19.9,19.7,16.6,14.1,10.5,4.5,"Phillips 66 Wood River Refinery","East Tydeman Avenue & South Chaffer Avenue","Illinois","Madison","Roxana","St. Louis, MO-IL","2014-02-13" +"17","119","9991","44201",1,38.869,-89.6228,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7053,100,214,214,0,243,0,0,"Certification not required",60,0.051537,0.013451,0.09,"2013-09-10 14:00",0.086,"2013-08-31 13:00",0.084,"2013-07-09 12:00",0.083,"2013-07-22 14:00","","","","",0.084,0.081,0.078,0.068,0.06,0.052,0.042,"Alhambra","5403 State Road 160, Highland, IL 62249","Illinois","Madison","","St. Louis, MO-IL","2013-12-30" +"17","119","9991","44201",1,38.869,-89.6228,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7157,100,213,214,0,0,0,0,"Certification not required",0,0.046437,0.012031,0.073,"2013-09-09 11:00",0.072,"2013-08-31 09:00",0.071,"2013-05-14 10:00",0.071,"2013-05-15 09:00","","","","",0.071,0.07,0.067,0.062,0.054,0.047,0.038,"Alhambra","5403 State Road 160, Highland, IL 62249","Illinois","Madison","","St. Louis, MO-IL","2013-12-30" +"17","119","9991","44201",1,38.869,-89.6228,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7157,100,214,214,0,0,1,1,"Certification not required",0,0.046593,0.012221,0.08,"2013-09-10 10:00",0.073,"2013-09-09 11:00",0.072,"2013-08-31 09:00",0.071,"2013-05-14 10:00","","","","",0.072,0.071,0.067,0.063,0.054,0.047,0.038,"Alhambra","5403 State Road 160, Highland, IL 62249","Illinois","Madison","","St. Louis, MO-IL","2013-12-30" +"17","143","0024","42401",2,40.68742,-89.606943,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8679,99,365,365,0,81,0,"","Certification not required",0,6.00274,7.907257,42,"2013-03-15 13:00",38,"2013-01-02 10:00",33,"2013-08-20 11:00",32,"2013-01-19 03:00","","","","",32,29,24,19,8,2,1,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","42401",2,40.68742,-89.606943,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8679,99,365,365,0,81,"","","Certification not required",0,1.326766,3.173868,42,"2013-03-15 13:00",38,"2013-01-02 10:00",36,"2013-01-02 11:00",33,"2013-08-20 11:00","","","","",18,13,6,2,1,1,0,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","42401",2,40.68742,-89.606943,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.327671,1.646317,11.5,"2013-01-02 00:00",9.8,"2013-11-14 00:00",9.5,"2013-01-19 00:00",8.5,"2013-07-07 00:00","","","","",8.5,7.5,4.7,3.2,1.6,0.8,0.1,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","42401",2,40.68742,-89.606943,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2851,98,365,365,0,0,"",0,"Certification not required",0,1.304665,2.824408,29.3,"2013-01-02 11:00",26.3,"2013-08-20 11:00",26,"2013-03-15 14:00",25.3,"2013-01-19 02:00","","","","",16,11,5.6,2.6,1,0.6,0,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","42406",2,40.68742,-89.606943,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8678,99,365,365,0,82,"","","Certification not required",0,2.186448,4.839624,74,"2013-08-19 08:00",68,"2013-03-15 13:00",56,"2013-07-07 10:00",51,"2013-08-20 11:00","","","","",27,21,10,4,2,1,0,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","44201",1,40.68742,-89.606943,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8603,99,211,214,0,157,0,0,"Certification not required",592,0.04328,0.010412,0.069,"2013-09-09 15:00",0.069,"2013-09-27 15:00",0.066,"2013-09-08 14:00",0.063,"2013-09-26 15:00","","","","",0.066,0.061,0.06,0.058,0.05,0.044,0.036,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","44201",1,40.68742,-89.606943,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8619,99,211,214,0,0,0,0,"Certification not required",0,0.039038,0.009958,0.065,"2013-09-27 10:00",0.062,"2013-09-09 11:00",0.058,"2013-08-18 10:00",0.058,"2013-09-08 11:00","","","","",0.058,0.058,0.056,0.053,0.046,0.04,0.032,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0024","44201",1,40.68742,-89.606943,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8619,99,211,214,0,0,0,0,"Certification not required",0,0.039038,0.009958,0.065,"2013-09-27 10:00",0.062,"2013-09-09 11:00",0.058,"2013-08-18 10:00",0.058,"2013-09-08 11:00","","","","",0.058,0.058,0.056,0.053,0.046,0.04,0.032,"FIRESTATION","HURLBURT & MACARTHUR","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","61103",1,40.697007,-89.584737,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3454,39,143,365,0,5306,"","","Certification not required",0,5.000724,2.599046,15.4,"2013-04-06 13:00",15.2,"2013-04-06 12:00",15,"2013-04-06 15:00",15,"2013-04-14 22:00","","","","",11.8,10.9,9.7,8.5,6.6,4.8,1.7,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","61104",1,40.697007,-89.584737,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3454,39,143,365,0,5306,"","","Certification not required",0,204.36161,101.511472,360,"2013-01-14 09:00",360,"2013-02-04 23:00",360,"2013-03-16 05:00",360,"2013-03-16 13:00","","","","",356,352,345,330,299,213,56,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","68105",1,40.697007,-89.584737,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",68,100,56,61,0,4,"","","Certification not required",0,9.420588,11.74459,28,"2013-07-09 00:00",27.1,"2013-08-26 00:00",27,"2013-07-15 00:00",26.1,"2013-09-19 00:00","","","","",28,27.1,26.1,25.4,21,8.4,-6.9,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","68105",9,40.697007,-89.584737,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",4,80,4,5,0,0,"","","Certification not required",0,2,1.714643,4.1,"2013-03-23 00:00",2.6,"2013-03-11 00:00",1.1,"2013-03-17 00:00",0.2,"2013-03-05 00:00","","","","",4.1,4.1,4.1,4.1,4.1,2.6,0.2,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2013-05-30" +"17","143","0037","68108",1,40.697007,-89.584737,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",68,100,56,61,0,4,"","","Certification not required",0,748.352941,5.479309,764,"2013-11-24 00:00",764,"2013-12-24 00:00",758,"2013-12-30 00:00",757,"2013-10-13 00:00","","","","",764,764,757,754,752,749,741,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","68108",9,40.697007,-89.584737,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",4,80,4,5,0,0,"","","Certification not required",0,744.75,3.593976,748,"2013-03-17 00:00",747,"2013-03-23 00:00",744,"2013-03-05 00:00",740,"2013-03-11 00:00","","","","",748,748,748,748,748,747,740,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2013-05-30" +"17","143","0037","88101",1,40.697007,-89.584737,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",68,89,68,76,0,4,0,0,"Certification not required",0,8.792647,5.224492,22.6,"2013-02-24 00:00",21.5,"2013-09-19 00:00",21.3,"2013-01-28 00:00",20.6,"2013-08-20 00:00","","","","",22.6,21.5,20.6,16.5,11.6,8,2.6,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","88101",1,40.697007,-89.584737,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",68,89,68,76,0,4,"","","Certification not required",0,8.792647,5.224492,22.6,"2013-02-24 00:00",21.5,"2013-09-19 00:00",21.3,"2013-01-28 00:00",20.6,"2013-08-20 00:00","","","","",22.6,21.5,20.6,16.5,11.6,8,2.6,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","88101",9,40.697007,-89.584737,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,11,14,122,0,0,0,0,"Certification not required",0,10.078571,4.944333,19.6,"2013-01-28 00:00",17.4,"2013-03-05 00:00",15.2,"2013-03-23 00:00",13,"2013-01-16 00:00","","","","",19.6,19.6,19.6,17.4,13,10.6,4,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2013-06-28" +"17","143","0037","88101",9,40.697007,-89.584737,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",14,11,14,122,0,0,"","","Certification not required",0,10.078571,4.944333,19.6,"2013-01-28 00:00",17.4,"2013-03-05 00:00",15.2,"2013-03-23 00:00",13,"2013-01-16 00:00","","","","",19.6,19.6,19.6,17.4,13,10.6,4,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2013-06-28" +"17","143","0037","88501",3,40.697007,-89.584737,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8384,96,346,365,0,376,"","","Certification not required",0,15.648294,8.173769,64.6,"2013-07-03 23:00",57.6,"2013-02-24 11:00",55.8,"2013-03-16 04:00",55.7,"2013-03-16 05:00","","","","",40.8,37.5,31.5,26.6,20,13.8,7.1,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","88501",3,40.697007,-89.584737,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,15.546821,5.566953,41.5,"2013-12-03 00:00",40.9,"2013-12-02 00:00",36.6,"2013-12-01 00:00",29.5,"2013-05-19 00:00","","","","",29.5,28.2,25.3,23.2,18.8,14.9,9.2,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","88502",3,40.697007,-89.584737,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8384,96,346,365,0,376,"","","Certification not required",0,10.09152,5.996213,48.6,"2013-07-03 23:00",40,"2013-07-05 10:00",38.9,"2013-08-31 12:00",38.8,"2013-07-04 00:00","","","","",28.5,25.8,21.7,18.3,13.3,8.7,3.9,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0037","88502",3,40.697007,-89.584737,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,10.005202,4.06238,27.9,"2013-12-03 00:00",27.4,"2013-12-02 00:00",24.4,"2013-12-01 00:00",21.2,"2013-05-19 00:00","","","","",21.2,18.7,17.1,16.1,12.5,9.4,5.4,"CITY OFFICE BUILDING","613 N.E. JEFFERSON","Illinois","Peoria","Peoria","Peoria, IL","2014-01-23" +"17","143","0110","11101",1,40.653703,-89.643375,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,10,"","","Certification not required",1,23.194444,13.51394,57,"2013-09-19 00:00",50,"2013-08-26 00:00",49,"2013-04-04 00:00",43,"2013-04-30 00:00","","","","",57,50,49,43,33,21,7,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14103",1,40.653703,-89.643375,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14105",1,40.653703,-89.643375,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14110",1,40.653703,-89.643375,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14112",1,40.653703,-89.643375,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,0.001902,0.002914,0.014,"2013-04-22 00:00",0.009,"2013-04-04 00:00",0.008,"2013-07-15 00:00",0.006,"2013-08-20 00:00","","","","",0.014,0.009,0.008,0.005,0.003,0,0,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14126",1,40.653703,-89.643375,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,0.466392,0.343414,1.268,"2013-04-22 00:00",1.234,"2013-04-04 00:00",1.226,"2013-07-15 00:00",1.105,"2013-08-26 00:00","","","","",1.268,1.234,1.226,1.069,0.723,0.356,0.133,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14129",1,40.653703,-89.643375,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,0,0,"Certification not required",0,0.004235,0.004231,0.017,"2013-01-10 00:00",0.014,"2013-07-21 00:00",0.011,"2013-07-15 00:00",0.01,"2013-04-22 00:00","","","","",0.017,0.014,0.011,0.009,0.007,0.003,0,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14132",1,40.653703,-89.643375,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,0.025608,0.024625,0.127,"2013-04-04 00:00",0.109,"2013-04-22 00:00",0.072,"2013-01-10 00:00",0.062,"2013-07-15 00:00","","","","",0.127,0.109,0.072,0.048,0.031,0.017,0.007,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0110","14136",1,40.653703,-89.643375,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,8,"","","Certification not required",0,7.8e-05,0.00056,0.004,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.004,0,0,0,0,0,0,"PUMP STATION","SANITATION RD.","Illinois","Peoria","Bartonville","Peoria, IL","2014-02-20" +"17","143","0210","11101",1,40.562633,-89.747114,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,"","","Certification not required",0,25.928571,14.640985,74,"2013-03-23 00:00",61,"2013-09-19 00:00",55,"2013-08-26 00:00",48,"2013-09-01 00:00","","","","",74,61,55,43,34,25,9,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14103",1,40.562633,-89.747114,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14105",1,40.562633,-89.747114,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14110",1,40.562633,-89.747114,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14112",1,40.562633,-89.747114,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.000218,0.000786,0.003,"2013-03-23 00:00",0.003,"2013-08-26 00:00",0.003,"2013-09-19 00:00",0.003,"2013-10-01 00:00","","","","",0.003,0.003,0.003,0,0,0,0,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14126",1,40.562633,-89.747114,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.357764,0.272347,1.339,"2013-08-26 00:00",1.219,"2013-09-19 00:00",1.094,"2013-10-01 00:00",0.768,"2013-08-20 00:00","","","","",1.339,1.219,1.094,0.613,0.484,0.296,0.101,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14129",1,40.562633,-89.747114,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,0.003382,0.00572,0.036,"2013-02-21 00:00",0.016,"2013-09-19 00:00",0.011,"2013-10-01 00:00",0.01,"2013-10-31 00:00","","","","",0.036,0.016,0.011,0.009,0.005,0.002,0,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14132",1,40.562633,-89.747114,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0.014945,0.010529,0.049,"2013-08-26 00:00",0.046,"2013-09-19 00:00",0.041,"2013-10-01 00:00",0.03,"2013-04-04 00:00","","","","",0.049,0.046,0.041,0.028,0.02,0.012,0.005,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","0210","14136",1,40.562633,-89.747114,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DAVID RESIDENCE","9725 W. WHEELER RD.","Illinois","Peoria","Mapleton","Peoria, IL","2014-02-20" +"17","143","1001","44201",1,40.745504,-89.585869,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",7255,100,214,214,0,41,0,0,"Certification not required",57,0.049257,0.011443,0.072,"2013-05-08 12:00",0.072,"2013-06-20 13:00",0.072,"2013-09-09 16:00",0.072,"2013-09-27 15:00","","","","",0.072,0.07,0.068,0.064,0.057,0.051,0.041,"PEORIA HEIGHTS HS","508 E. GLEN AVE.","Illinois","Peoria","Peoria Heights","Peoria, IL","2014-01-16" +"17","143","1001","44201",1,40.745504,-89.585869,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7273,100,214,214,0,0,0,0,"Certification not required",0,0.04478,0.011083,0.069,"2013-06-20 11:00",0.068,"2013-05-07 09:00",0.068,"2013-09-27 10:00",0.066,"2013-05-08 10:00","","","","",0.068,0.065,0.063,0.059,0.053,0.047,0.037,"PEORIA HEIGHTS HS","508 E. GLEN AVE.","Illinois","Peoria","Peoria Heights","Peoria, IL","2014-01-16" +"17","143","1001","44201",1,40.745504,-89.585869,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7273,100,214,214,0,0,0,0,"Certification not required",0,0.04478,0.011083,0.069,"2013-06-20 11:00",0.068,"2013-05-07 09:00",0.068,"2013-09-27 10:00",0.066,"2013-05-08 10:00","","","","",0.068,0.065,0.063,0.059,0.053,0.047,0.037,"PEORIA HEIGHTS HS","508 E. GLEN AVE.","Illinois","Peoria","Peoria Heights","Peoria, IL","2014-01-16" +"17","157","0001","42401",1,38.176278,-89.788459,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8516,97,356,365,0,244,0,"","Certification not required",0,2.505618,2.284663,12,"2013-02-23 14:00",12,"2013-12-01 14:00",11,"2013-01-02 16:00",11,"2013-04-13 09:00","","","","",11,10,7,6,3,2,1,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","42401",1,38.176278,-89.788459,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8516,97,356,365,0,244,"","","Certification not required",0,0.697863,1.085732,12,"2013-02-23 14:00",12,"2013-02-23 15:00",12,"2013-12-01 14:00",11,"2013-01-02 16:00","","","","",5,4,2,2,1,0,0,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","42401",1,38.176278,-89.788459,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,0.7,0.590011,3.4,"2013-02-23 00:00",3.4,"2013-09-06 00:00",3.3,"2013-03-27 00:00",3.2,"2013-04-25 00:00","","","","",3.2,2.4,1.7,1.4,1,0.6,0,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","42401",1,38.176278,-89.788459,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2804,96,354,365,0,0,"",0,"Certification not required",0,0.68306,0.975761,10.3,"2013-02-23 14:00",9.6,"2013-02-23 17:00",9,"2013-09-06 11:00",8.6,"2013-01-02 17:00","","","","",4.6,3.6,2.3,1.6,1,0.3,0,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","42406",1,38.176278,-89.788459,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8516,97,356,365,0,244,"","","Certification not required",0,0.969822,1.570921,21,"2013-09-01 09:00",20,"2013-01-16 13:00",19,"2013-04-13 09:00",18,"2013-12-01 14:00","","","","",8,6,4,2,1,1,0,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","44201",1,38.176278,-89.788459,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7182,98,210,214,0,114,0,0,"Certification not required",262,0.048662,0.010904,0.078,"2013-09-09 12:00",0.076,"2013-08-22 15:00",0.076,"2013-08-29 13:00",0.075,"2013-07-23 16:00","","","","",0.076,0.072,0.066,0.062,0.056,0.051,0.041,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-16" +"17","157","0001","44201",1,38.176278,-89.788459,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7207,98,209,214,0,0,0,0,"Certification not required",0,0.043689,0.010446,0.068,"2013-09-06 09:00",0.068,"2013-09-09 10:00",0.066,"2013-06-20 10:00",0.065,"2013-08-29 11:00","","","","",0.066,0.064,0.061,0.058,0.051,0.045,0.037,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-16" +"17","157","0001","44201",1,38.176278,-89.788459,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7207,98,209,214,0,0,0,0,"Certification not required",0,0.043689,0.010446,0.068,"2013-09-06 09:00",0.068,"2013-09-09 10:00",0.066,"2013-06-20 10:00",0.065,"2013-08-29 11:00","","","","",0.066,0.064,0.061,0.058,0.051,0.045,0.037,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-16" +"17","157","0001","68105",1,38.176278,-89.788459,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",101,83,101,122,0,6,"","","Certification not required",0,14.264356,10.237349,29.6,"2013-06-12 00:00",29.5,"2013-07-09 00:00",28.1,"2013-06-27 00:00",28,"2013-06-21 00:00","","","","",29.5,28.1,26.8,26.1,22.7,16.6,-1.1,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","68105",9,38.176278,-89.788459,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Electronic",2013,"Degrees Centigrade","No Events",5,100,5,5,0,0,"","","Certification not required",0,6.8,3.543304,10.2,"2013-03-17 00:00",10.2,"2013-03-29 00:00",7.1,"2013-03-23 00:00",4.2,"2013-03-05 00:00","","","","",10.2,10.2,10.2,10.2,10.2,7.1,2.3,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2013-09-05" +"17","157","0001","68108",1,38.176278,-89.788459,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",101,83,101,122,0,6,"","","Certification not required",0,747.910891,5.377916,763,"2013-02-15 00:00",763,"2013-11-12 00:00",762,"2013-11-24 00:00",761,"2013-01-22 00:00","","","","",763,762,760,755,750,747,742,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","68108",9,38.176278,-89.788459,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-100 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,100,5,5,0,0,"","","Certification not required",0,757.8,3.114482,762,"2013-03-29 00:00",760,"2013-03-12 00:00",757,"2013-03-17 00:00",755,"2013-03-05 00:00","","","","",762,762,762,762,760,757,755,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2013-09-05" +"17","157","0001","88101",1,38.176278,-89.788459,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",102,95,102,107,0,6,0,0,"Certification not required",0,8.629412,4.980469,34,"2013-08-20 00:00",24.8,"2013-08-26 00:00",23.3,"2013-08-17 00:00",18.3,"2013-09-19 00:00","","","","",24.8,23.3,17.1,14.3,10.4,8,4,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","88101",1,38.176278,-89.788459,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",102,95,102,107,0,6,"","","Certification not required",0,8.629412,4.980469,34,"2013-08-20 00:00",24.8,"2013-08-26 00:00",23.3,"2013-08-17 00:00",18.3,"2013-09-19 00:00","","","","",24.8,23.3,17.1,14.3,10.4,8,4,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2014-01-23" +"17","157","0001","88101",9,38.176278,-89.788459,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",13,21,13,61,0,0,0,0,"Certification not required",0,9.538462,2.968035,14.5,"2013-03-29 00:00",13.2,"2013-02-27 00:00",12.5,"2013-03-23 00:00",11.5,"2013-03-05 00:00","","","","",14.5,14.5,14.5,13.2,11.5,10,6.6,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2013-06-28" +"17","157","0001","88101",9,38.176278,-89.788459,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-100 PM2.5 SAM w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",13,21,13,61,0,0,"","","Certification not required",0,9.538462,2.968035,14.5,"2013-03-29 00:00",13.2,"2013-02-27 00:00",12.5,"2013-03-23 00:00",11.5,"2013-03-05 00:00","","","","",14.5,14.5,14.5,13.2,11.5,10,6.6,"IEPA TRAILER","HICKORY GROVE & FALLVIEW","Illinois","Randolph","","","2013-06-28" +"17","161","3002","44201",1,41.514727,-90.51735,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8012,95,203,214,0,748,0,0,"Certification not required",219,0.04535,0.01054,0.069,"2013-09-09 13:00",0.068,"2013-09-07 00:00",0.066,"2013-08-30 13:00",0.065,"2013-09-08 15:00","","","","",0.066,0.065,0.061,0.058,0.053,0.047,0.038,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","44201",1,41.514727,-90.51735,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8022,94,201,214,0,0,0,0,"Certification not required",0,0.040756,0.010177,0.063,"2013-09-09 10:00",0.062,"2013-09-06 11:00",0.061,"2013-09-27 11:00",0.06,"2013-09-07 11:00","","","","",0.061,0.059,0.056,0.053,0.048,0.042,0.034,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","44201",1,41.514727,-90.51735,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8022,94,201,214,0,0,0,0,"Certification not required",0,0.040756,0.010177,0.063,"2013-09-09 10:00",0.062,"2013-09-06 11:00",0.061,"2013-09-27 11:00",0.06,"2013-09-07 11:00","","","","",0.061,0.059,0.056,0.053,0.048,0.042,0.034,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","61103",1,41.514727,-90.51735,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8647,99,359,365,0,113,"","","Certification not required",0,3.33407,2.301776,14.1,"2013-02-11 00:00",14,"2013-02-11 01:00",14,"2013-02-11 03:00",13.4,"2013-02-11 04:00","","","","",10.4,9.4,7.9,6.7,4.6,2.7,1,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","61104",1,41.514727,-90.51735,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8647,99,359,365,0,113,"","","Certification not required",0,256.08049,112.366326,360,"2013-02-04 15:00",360,"2013-06-29 15:00",360,"2013-06-30 06:00",360,"2013-07-02 10:00","","","","",358,356,351,344,330,311,33,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","68105",1,41.514727,-90.51735,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",89,73,83,122,0,23,"","","Certification not required",0,11.659551,12.060828,30.5,"2013-07-19 00:00",28,"2013-09-07 00:00",27.9,"2013-09-19 00:00",27.8,"2013-07-09 00:00","","","","",30.5,28,26.7,25.7,21,14.7,-6.4,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","68108",1,41.514727,-90.51735,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,83,122,0,23,"","","Certification not required",0,746.640449,6.862691,768,"2013-12-24 00:00",767,"2013-12-07 00:00",766,"2013-11-12 00:00",762,"2013-12-06 00:00","","","","",768,767,761,756,750,746,739,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","88101",1,41.514727,-90.51735,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,84,90,107,0,22,0,0,"Certification not required",0,9.492222,5.691255,28.5,"2013-08-23 00:00",28.3,"2013-12-27 00:00",23.9,"2013-04-07 00:00",20.7,"2013-11-21 00:00","","","","",28.5,28.3,20.1,17.5,11.3,8.8,3.5,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","161","3002","88101",1,41.514727,-90.51735,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,84,90,107,0,22,"","","Certification not required",0,9.492222,5.691255,28.5,"2013-08-23 00:00",28.3,"2013-12-27 00:00",23.9,"2013-04-07 00:00",20.7,"2013-11-21 00:00","","","","",28.5,28.3,20.1,17.5,11.3,8.8,3.5,"ROCK ISLAND ARSENAL","32 RODMAN AVE.","Illinois","Rock Island","Rock Island Arsenal (U.S. Army)","Davenport-Moline-Rock Island, IA-IL","2014-01-23" +"17","163","0010","42101",1,38.612034,-90.160477,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8125,93,336,365,0,635,0,0,"Certification not required",7072,0.296985,0.133881,1.7,"2013-01-16 20:00",1.5,"2013-01-17 22:00",1.4,"2013-02-12 07:00",1.4,"2013-12-02 18:00","","","","",0.9,0.7,0.6,0.5,0.25,0.25,0.25,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42101",1,38.612034,-90.160477,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8128,93,333,365,0,0,0,0,"Certification not required",0,0.334326,0.093812,1,"2013-02-12 07:00",1,"2013-02-12 08:00",1,"2013-03-30 01:00",1,"2013-03-30 02:00",1,"2013-02-12 07:00",1,"2013-03-30 01:00",0.7,0.7,0.6,0.4,0.3,0.3,0.3,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42401",3,38.612034,-90.160477,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8632,99,365,365,0,128,0,"","Certification not required",0,4.383562,4.178142,21,"2013-03-15 11:00",21,"2013-10-10 09:00",20,"2013-10-27 09:00",19,"2013-09-09 09:00","","","","",19,17,13,10,6,3,1,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42401",3,38.612034,-90.160477,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8632,99,365,365,0,128,"","","Certification not required",0,1.033712,1.75029,21,"2013-03-15 11:00",21,"2013-10-10 09:00",20,"2013-10-27 09:00",19,"2013-09-09 09:00","","","","",9,6,4,3,1,1,0,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42401",3,38.612034,-90.160477,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.031781,0.853936,4.2,"2013-01-19 00:00",4.1,"2013-11-09 00:00",3.8,"2013-03-15 00:00",3.8,"2013-05-15 00:00","","","","",3.8,3.3,2.8,2.3,1.4,0.9,0,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42401",3,38.612034,-90.160477,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2826,97,361,365,0,0,"",0,"Certification not required",0,1.013836,1.486714,14,"2013-01-23 14:00",13,"2013-10-10 11:00",11.6,"2013-03-15 11:00",11.6,"2013-12-01 14:00","","","","",7,5.6,4,2.6,1.3,0.6,0,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42406",3,38.612034,-90.160477,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8633,99,365,365,0,127,"","","Certification not required",0,1.626318,3.236731,76,"2013-08-22 13:00",63,"2013-01-10 10:00",62,"2013-07-04 19:00",59,"2013-10-10 09:00","","","","",15,10,6,4,2,1,0,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42601",2,38.612034,-90.160477,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8267,94,345,365,0,493,"","","Certification not required",0,5.984033,13.163685,182,"2013-11-19 03:00",163,"2013-02-12 07:00",145,"2013-02-12 06:00",144,"2013-12-10 20:00","","","","",67,50,28,13,5,2,0,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42602",2,38.612034,-90.160477,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8267,94,345,365,0,493,0,"","Certification not required",0,23.249275,9.256136,68,"2013-02-24 08:00",54,"2013-02-23 20:00",51,"2013-04-04 20:00",45,"2013-03-29 20:00","","","","",45,43,38,36,29,23,11,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42602",2,38.612034,-90.160477,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",8267,94,345,365,0,493,"","","Certification not required",0,11.237571,7.699264,68,"2013-02-24 08:00",54,"2013-02-23 20:00",51,"2013-04-04 20:00",50,"2013-02-23 21:00","","","","",36,32,27,22,15,9,4,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","42603",2,38.612034,-90.160477,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8267,94,345,365,0,493,"","","Certification not required",0,17.203218,18.223565,206,"2013-11-19 03:00",182,"2013-02-12 07:00",182,"2013-12-10 20:00",179,"2013-02-24 08:00","","","","",95,76,52,36,20,11,5,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","44201",2,38.612034,-90.160477,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8621,98,209,214,0,139,0,0,"Certification not required",1043,0.048962,0.012764,0.086,"2013-09-09 12:00",0.084,"2013-09-04 16:00",0.078,"2013-07-17 15:00",0.076,"2013-09-11 11:00","","","","",0.078,0.074,0.07,0.065,0.058,0.05,0.04,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","44201",2,38.612034,-90.160477,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8639,97,208,214,0,0,0,0,"Certification not required",0,0.04325,0.011821,0.071,"2013-07-17 11:00",0.071,"2013-09-09 10:00",0.067,"2013-09-04 10:00",0.066,"2013-09-06 09:00","","","","",0.067,0.065,0.061,0.059,0.052,0.044,0.035,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","44201",2,38.612034,-90.160477,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8639,97,208,214,0,0,0,0,"Certification not required",0,0.04325,0.011821,0.071,"2013-07-17 11:00",0.071,"2013-09-09 10:00",0.067,"2013-09-04 10:00",0.066,"2013-09-06 09:00","","","","",0.067,0.065,0.061,0.059,0.052,0.044,0.035,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","61103",1,38.612034,-90.160477,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7027,80,289,365,0,1733,"","","Certification not required",0,3.650064,2.602224,14.8,"2013-04-14 15:00",14.2,"2013-11-26 19:00",14.1,"2013-02-18 10:00",13.8,"2013-04-06 12:00","","","","",11.1,10.3,8.8,7.4,5.2,3.1,0.6,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","61104",1,38.612034,-90.160477,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7027,80,289,365,0,1733,"","","Certification not required",0,215.671268,84.541855,360,"2013-06-19 04:00",360,"2013-08-01 15:00",360,"2013-08-29 14:00",360,"2013-10-13 05:00","","","","",353,349,341,330,290,210,96,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","68105",1,38.612034,-90.160477,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",51,84,51,61,0,10,"","","Certification not required",0,13.815686,11.94148,31.7,"2013-07-09 00:00",30.7,"2013-06-27 00:00",30,"2013-06-21 00:00",29.4,"2013-09-01 00:00","","","","",31.7,30.7,30,28.1,25.5,15.1,-0.1,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","68108",1,38.612034,-90.160477,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,10,"","","Certification not required",0,750.490196,6.64341,767,"2013-11-12 00:00",762,"2013-12-12 00:00",760,"2013-02-15 00:00",760,"2013-02-21 00:00","","","","",767,762,760,758,754,750,744,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","88101",1,38.612034,-90.160477,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,0,0,"Certification not required",0,10.382692,5.810799,30.3,"2013-05-28 00:00",24.3,"2013-06-21 00:00",19.5,"2013-06-04 00:00",19.4,"2013-09-25 00:00","","","","",30.3,24.3,19.5,15.9,14.3,9.6,4,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","88101",1,38.612034,-90.160477,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,"","","Certification not required",0,10.382692,5.810799,30.3,"2013-05-28 00:00",24.3,"2013-06-21 00:00",19.5,"2013-06-04 00:00",19.4,"2013-09-25 00:00","","","","",30.3,24.3,19.5,15.9,14.3,9.6,4,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","88501",3,38.612034,-90.160477,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8039,92,332,365,0,721,"","","Certification not required",0,11.758353,8.198593,174.6,"2013-07-04 23:00",123,"2013-07-04 20:00",111.8,"2013-07-05 00:00",59.9,"2013-03-16 14:00","","","","",36.7,31.6,26.3,22.2,16.3,10.2,2.8,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","88501",3,38.612034,-90.160477,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,11.839759,5.601644,33.8,"2013-03-16 00:00",33.4,"2013-07-04 00:00",30.6,"2013-02-24 00:00",30.3,"2013-12-16 00:00","","","","",30.3,25.8,21.6,18.8,15,10.8,5.5,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","88502",3,38.612034,-90.160477,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8039,92,332,365,0,721,"","","Certification not required",0,10.166128,7.161559,146.4,"2013-07-04 23:00",103.1,"2013-07-04 20:00",93.7,"2013-07-05 00:00",53.9,"2013-03-16 14:00","","","","",31.9,27.5,22.8,19.3,14.1,8.8,2.3,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0010","88502",3,38.612034,-90.160477,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,10.230422,4.964668,30.4,"2013-03-16 00:00",27.8,"2013-07-04 00:00",27.6,"2013-02-24 00:00",27.1,"2013-06-25 00:00","","","","",27.1,23.2,19,16.2,13,9.4,4.6,"IEPA-RAPS TRAILER","13TH & TUDOR","Illinois","Saint Clair","East Saint Louis","St. Louis, MO-IL","2014-01-23" +"17","163","0900","42600",1,38.525945,-90.0391,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8602,98,360,365,0,158,"","","Certification not required",0,8.027087,8.608325,141.1,"2013-11-08 06:00",124.1,"2013-10-08 06:00",122.3,"2013-12-16 06:00",106.1,"2013-10-08 07:00","","","","",44,33.1,21.7,15.2,9.2,5.5,2.6,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-21" +"17","163","0900","42601",1,38.525945,-90.0391,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8601,98,362,365,0,159,"","","Certification not required",0,1.372201,4.953092,142.5,"2013-12-16 06:00",118,"2013-11-08 06:00",108.9,"2013-10-08 06:00",89.9,"2013-10-08 07:00","","","","",20.3,10.9,5.2,2.8,1,0.2,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-21" +"17","163","0900","42601",2,38.525945,-90.0391,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8655,99,363,365,0,105,"","","Certification not required",0,1.368712,5.039642,147.3,"2013-12-16 06:00",125.6,"2013-11-08 06:00",110.6,"2013-10-08 06:00",90.3,"2013-10-08 07:00","","","","",20.7,10.9,5.2,2.9,1,0.2,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-21" +"17","163","0900","42602",1,38.525945,-90.0391,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",8652,99,362,365,0,108,0,"","Certification not required",0,13.266851,7.703441,38.2,"2013-02-24 05:00",36.9,"2013-03-27 03:00",35.9,"2013-01-23 18:00",35.8,"2013-12-01 18:00","","","","",35.8,32.1,27.9,24.5,17.7,12.2,4.6,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","42602",1,38.525945,-90.0391,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",8652,99,362,365,0,108,"","","Certification not required",0,5.022087,4.872635,38.2,"2013-02-24 05:00",37.3,"2013-02-24 01:00",37,"2013-02-24 06:00",36.9,"2013-03-27 03:00","","","","",24.5,20.6,15.2,11,6.3,3.4,1.1,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","42604",1,38.525945,-90.0391,"WGS84","Ammonia","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per million","No Events",8494,97,352,365,0,266,"","","Certification not required",118,0.002289,0.001943,0.0583,"2013-05-15 16:00",0.0292,"2013-05-15 17:00",0.0229,"2013-05-15 19:00",0.0211,"2013-05-15 18:00","","","","",0.0094,0.0075,0.0054,0.0043,0.003,0.0019,0.0005,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-21" +"17","163","0900","61101",1,38.525945,-90.0391,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Sonic Anemometer 85004",2013,"Knots","No Events",8583,98,356,365,0,177,"","","Certification not required",0,5.356775,3.023722,21.5,"2013-11-17 13:00",19.5,"2013-03-24 20:00",18.7,"2013-11-17 14:00",18.6,"2013-11-17 12:00","","","","",13.9,12.7,11,9.5,7.2,4.9,1.8,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","61102",1,38.525945,-90.0391,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Sonic Anemometer 85004",2013,"Degrees Compass","No Events",8587,98,356,365,0,173,"","","Certification not required",0,201.010947,93.095049,360,"2013-01-14 21:00",360,"2013-01-15 19:00",360,"2013-06-03 11:00",360,"2013-06-30 12:00","","","","",356,352,342,328,291,182,81,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","62101",1,38.525945,-90.0391,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8467,97,349,365,0,293,"","","Certification not required",0,54.742152,19.90671,97.4,"2013-08-31 14:00",97.3,"2013-08-31 15:00",96.6,"2013-08-31 13:00",95.9,"2013-08-30 14:00","","","","",90.3,88.3,84,79.7,71.6,56.3,27.5,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","62201",1,38.525945,-90.0391,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8470,97,349,365,0,290,"","","Certification not required",0,71.464486,17.487942,100,"2013-01-10 14:00",100,"2013-01-10 15:00",100,"2013-01-10 16:00",100,"2013-01-10 17:00","","","","",100,99.3,97.6,94.5,86.1,72.7,47.7,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","63301",1,38.525945,-90.0391,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8678,99,359,365,0,82,"","","Certification not required",4295,0.257778,0.378172,1.51,"2013-07-03 12:00",1.49,"2013-07-04 12:00",1.49,"2013-07-12 12:00",1.48,"2013-07-03 11:00","","","","",1.34,1.28,1.12,0.91,0.43,0.01,0.005,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-20" +"17","163","0900","68103",5,38.525945,-90.0391,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.9,9.551142,24,"2013-07-09 00:00",23.3,"2013-09-01 00:00",23,"2013-06-27 00:00",22.6,"2013-07-15 00:00","","","","",24,23.3,23,21.7,17.4,10.7,-4,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","68104",5,38.525945,-90.0391,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.338462,11.214664,35.2,"2013-08-26 00:00",35,"2013-06-27 00:00",34.7,"2013-07-09 00:00",34.7,"2013-09-01 00:00","","","","",35.2,35,34.7,33.5,29.9,23.4,4.9,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","68105",5,38.525945,-90.0391,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,14.680769,10.1412,29.6,"2013-07-09 00:00",28.4,"2013-06-27 00:00",27.9,"2013-06-21 00:00",27.7,"2013-08-26 00:00","","","","",29.6,28.4,27.9,27.3,23.7,16.7,0.8,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","68106",5,38.525945,-90.0391,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,745.423077,4.248858,754,"2013-01-04 00:00",754,"2013-01-22 00:00",753,"2013-10-25 00:00",752,"2013-03-29 00:00","","","","",754,754,753,751,748,745,741,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","68107",5,38.525945,-90.0391,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,750.057692,3.897779,759,"2013-10-25 00:00",758,"2013-01-04 00:00",758,"2013-01-22 00:00",757,"2013-01-10 00:00","","","","",759,758,758,755,753,750,745,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","68108",5,38.525945,-90.0391,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,747.596154,3.956923,756,"2013-01-22 00:00",756,"2013-10-25 00:00",755,"2013-01-04 00:00",754,"2013-10-13 00:00","","","","",756,756,755,752,750,748,743,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88102",5,38.525945,-90.0391,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.019721,0.004059,0.026,"2013-02-09 00:00",0.026,"2013-02-21 00:00",0.026,"2013-02-27 00:00",0.026,"2013-05-04 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.014,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88103",5,38.525945,-90.0391,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000442,0.000752,0.003,"2013-08-26 00:00",0.002,"2013-01-22 00:00",0.002,"2013-06-21 00:00",0.002,"2013-08-08 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88104",5,38.525945,-90.0391,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",28,0.024423,0.022006,0.108,"2013-03-05 00:00",0.09,"2013-09-01 00:00",0.064,"2013-08-08 00:00",0.06,"2013-03-11 00:00","","","","",0.108,0.09,0.064,0.049,0.036,0.0125,0.0065,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88107",5,38.525945,-90.0391,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.004946,0.000575,0.0055,"2013-01-10 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-03-17 00:00",0.0055,"2013-03-23 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88109",5,38.525945,-90.0391,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.00379,0.002323,0.0096,"2013-03-29 00:00",0.0088,"2013-06-15 00:00",0.0084,"2013-01-28 00:00",0.0084,"2013-02-21 00:00","","","","",0.0096,0.0088,0.0084,0.0068,0.0049,0.0039,0.0009,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88110",5,38.525945,-90.0391,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001865,0.00382,0.016,"2013-07-15 00:00",0.015,"2013-03-17 00:00",0.011,"2013-06-15 00:00",0.009,"2013-07-03 00:00","","","","",0.016,0.015,0.011,0.008,0.002,0,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88111",5,38.525945,-90.0391,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.037054,0.027379,0.123,"2013-08-02 00:00",0.119,"2013-10-13 00:00",0.0776,"2013-09-07 00:00",0.0741,"2013-07-09 00:00","","","","",0.123,0.119,0.0776,0.0703,0.0537,0.0364,0.00375,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88112",5,38.525945,-90.0391,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003904,0.008484,0.048,"2013-03-05 00:00",0.027,"2013-10-13 00:00",0.026,"2013-10-01 00:00",0.021,"2013-09-19 00:00","","","","",0.048,0.027,0.026,0.006,0.003,0.001,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88113",5,38.525945,-90.0391,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000663,0.00012,0.0014,"2013-04-22 00:00",0.00075,"2013-05-04 00:00",0.0007,"2013-01-04 00:00",0.0007,"2013-01-16 00:00","","","","",0.0014,0.00075,0.0007,0.0007,0.0007,0.00065,0.00055,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88114",5,38.525945,-90.0391,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",40,0.001739,0.001907,0.01,"2013-02-21 00:00",0.0081,"2013-08-08 00:00",0.0054,"2013-03-05 00:00",0.0052,"2013-09-19 00:00","","","","",0.01,0.0081,0.0054,0.0046,0.00125,0.00095,0.00065,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88115",5,38.525945,-90.0391,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",35,0.00611,0.007136,0.0499,"2013-02-15 00:00",0.0231,"2013-01-22 00:00",0.0122,"2013-03-29 00:00",0.0108,"2013-01-16 00:00","","","","",0.0499,0.0231,0.0122,0.01,0.007,0.00405,0.0024,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88117",5,38.525945,-90.0391,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.003931,0.000775,0.00485,"2013-01-10 00:00",0.00485,"2013-03-17 00:00",0.00485,"2013-03-23 00:00",0.00485,"2013-03-29 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.00485,0.0041,0.0028,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88118",5,38.525945,-90.0391,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007759,0.005135,0.017,"2013-01-28 00:00",0.017,"2013-02-03 00:00",0.017,"2013-03-11 00:00",0.017,"2013-05-16 00:00","","","","",0.017,0.017,0.017,0.017,0.0055,0.0055,0.0041,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88126",5,38.525945,-90.0391,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.042892,0.027857,0.181,"2013-03-05 00:00",0.11,"2013-04-04 00:00",0.0839,"2013-09-19 00:00",0.0792,"2013-05-16 00:00","","","","",0.181,0.11,0.0839,0.0728,0.0496,0.0369,0.0166,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88128",5,38.525945,-90.0391,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001904,0.002395,0.009,"2013-07-09 00:00",0.008,"2013-10-07 00:00",0.008,"2013-10-13 00:00",0.007,"2013-10-25 00:00","","","","",0.009,0.008,0.008,0.005,0.003,0.001,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88131",5,38.525945,-90.0391,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.010077,0.003484,0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-05-04 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88132",5,38.525945,-90.0391,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001,0.001268,0.006,"2013-03-05 00:00",0.004,"2013-07-27 00:00",0.003,"2013-02-15 00:00",0.003,"2013-08-08 00:00","","","","",0.006,0.004,0.003,0.003,0.002,0.001,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88136",5,38.525945,-90.0391,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000365,0.001681,0.012,"2013-03-05 00:00",0.001,"2013-03-11 00:00",0.001,"2013-04-10 00:00",0.001,"2013-08-02 00:00","","","","",0.012,0.001,0.001,0.001,0,0,0,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88140",5,38.525945,-90.0391,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.008601,0.008891,0.054,"2013-08-08 00:00",0.0456,"2013-09-19 00:00",0.025,"2013-04-10 00:00",0.0104,"2013-10-13 00:00","","","","",0.054,0.0456,0.025,0.009,0.009,0.006,0.00475,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88152",5,38.525945,-90.0391,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00601,0.00144,0.008,"2013-01-10 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-17 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88154",5,38.525945,-90.0391,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001076,0.000379,0.0026,"2013-01-10 00:00",0.0022,"2013-06-27 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-16 00:00","","","","",0.0026,0.0022,0.0013,0.0013,0.0013,0.001,0.00065,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88160",5,38.525945,-90.0391,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.013356,0.004381,0.032,"2013-10-25 00:00",0.0185,"2013-05-04 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-21 00:00","","","","",0.032,0.0185,0.018,0.018,0.016,0.01,0.01,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88161",5,38.525945,-90.0391,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.002614,0.000957,0.0065,"2013-05-28 00:00",0.0064,"2013-07-09 00:00",0.0061,"2013-09-19 00:00",0.00265,"2013-01-10 00:00","","","","",0.0065,0.0064,0.0061,0.00265,0.00265,0.0025,0.0021,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88164",5,38.525945,-90.0391,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.002142,0.001399,0.0091,"2013-08-02 00:00",0.0064,"2013-07-21 00:00",0.005,"2013-09-19 00:00",0.004,"2013-01-28 00:00","","","","",0.0091,0.0064,0.005,0.004,0.0019,0.0016,0.0015,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88165",5,38.525945,-90.0391,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.057879,0.048373,0.208,"2013-09-01 00:00",0.176,"2013-06-27 00:00",0.163,"2013-07-09 00:00",0.152,"2013-09-19 00:00","","","","",0.208,0.176,0.163,0.14,0.089,0.0422,0.011,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88166",5,38.525945,-90.0391,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.008642,0.005176,0.019,"2013-02-09 00:00",0.019,"2013-02-27 00:00",0.019,"2013-05-04 00:00",0.019,"2013-08-08 00:00","","","","",0.019,0.019,0.019,0.019,0.0075,0.0065,0.0042,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88167",5,38.525945,-90.0391,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.007459,0.008373,0.0584,"2013-08-08 00:00",0.0197,"2013-06-03 00:00",0.0157,"2013-03-29 00:00",0.0145,"2013-05-16 00:00","","","","",0.0584,0.0197,0.0157,0.0142,0.0097,0.006,0.00175,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88168",5,38.525945,-90.0391,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001427,0.001664,0.013,"2013-05-10 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-02-27 00:00","","","","",0.013,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88169",5,38.525945,-90.0391,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.758904,0.427014,1.75,"2013-08-20 00:00",1.73,"2013-08-26 00:00",1.56,"2013-06-21 00:00",1.5,"2013-08-08 00:00","","","","",1.75,1.73,1.56,1.36,1.04,0.765,0.255,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88176",5,38.525945,-90.0391,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00096,0.000203,0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-05-04 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88180",5,38.525945,-90.0391,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.048438,0.034558,0.195,"2013-06-21 00:00",0.153,"2013-09-19 00:00",0.118,"2013-10-19 00:00",0.0963,"2013-07-03 00:00","","","","",0.195,0.153,0.118,0.075,0.062,0.0413,0.0188,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88184",5,38.525945,-90.0391,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.031904,0.04164,0.295,"2013-04-10 00:00",0.097,"2013-08-08 00:00",0.085,"2013-09-19 00:00",0.069,"2013-01-22 00:00","","","","",0.295,0.097,0.085,0.062,0.027,0.02,0.013,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88185",5,38.525945,-90.0391,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00368,0.003887,0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88301",5,38.525945,-90.0391,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.77852,0.545423,2.43,"2013-03-23 00:00",2.23,"2013-03-29 00:00",1.79,"2013-02-27 00:00",1.51,"2013-03-05 00:00","","","","",2.43,2.23,1.79,1.38,1.13,0.707,0.17,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88302",5,38.525945,-90.0391,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.049577,0.055866,0.386,"2013-04-10 00:00",0.12,"2013-04-22 00:00",0.11,"2013-02-09 00:00",0.104,"2013-03-17 00:00","","","","",0.386,0.12,0.11,0.094,0.057,0.032,0.015,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88303",5,38.525945,-90.0391,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",14,0.035327,0.029979,0.135,"2013-09-19 00:00",0.127,"2013-06-21 00:00",0.12,"2013-10-19 00:00",0.089,"2013-06-15 00:00","","","","",0.135,0.127,0.12,0.066,0.042,0.028,0.012,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88306",5,38.525945,-90.0391,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.217843,1.288556,4.85,"2013-03-23 00:00",4.82,"2013-01-16 00:00",4.03,"2013-02-21 00:00",3.79,"2013-03-29 00:00","","","","",4.85,4.82,4.03,3.42,1.59,0.61,0.263,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88355",5,38.525945,-90.0391,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.080808,0.969898,4.91,"2013-07-03 00:00",4.83,"2013-09-19 00:00",4.11,"2013-06-21 00:00",3.43,"2013-03-29 00:00","","","","",4.91,4.83,4.11,3.4,2.62,2.03,1.07,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88357",5,38.525945,-90.0391,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.272538,0.126456,0.591,"2013-10-19 00:00",0.565,"2013-01-16 00:00",0.537,"2013-06-27 00:00",0.484,"2013-08-08 00:00","","","","",0.591,0.565,0.537,0.42,0.335,0.252,0.105,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88370",5,38.525945,-90.0391,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.826673,0.868267,4.57,"2013-09-19 00:00",4.43,"2013-07-03 00:00",3.57,"2013-06-21 00:00",3.05,"2013-03-29 00:00","","","","",4.57,4.43,3.57,2.9,2.34,1.72,0.964,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88374",5,38.525945,-90.0391,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.154635,0.097909,0.472,"2013-06-21 00:00",0.403,"2013-09-07 00:00",0.402,"2013-07-09 00:00",0.35,"2013-07-03 00:00","","","","",0.472,0.403,0.402,0.276,0.201,0.134,0.06,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88375",5,38.525945,-90.0391,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.570577,0.266102,1.29,"2013-09-19 00:00",1.2,"2013-07-03 00:00",1.11,"2013-06-21 00:00",1.03,"2013-08-26 00:00","","","","",1.29,1.2,1.11,0.904,0.742,0.534,0.286,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88376",5,38.525945,-90.0391,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.406269,0.216269,1.25,"2013-07-03 00:00",1.05,"2013-09-19 00:00",0.865,"2013-06-21 00:00",0.719,"2013-06-27 00:00","","","","",1.25,1.05,0.865,0.576,0.495,0.366,0.155,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88377",5,38.525945,-90.0391,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.282846,0.17089,1.02,"2013-07-03 00:00",0.74,"2013-06-21 00:00",0.621,"2013-04-04 00:00",0.567,"2013-03-23 00:00","","","","",1.02,0.74,0.621,0.452,0.354,0.237,0.131,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88378",5,38.525945,-90.0391,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.412038,0.261586,1.43,"2013-09-19 00:00",1.04,"2013-03-29 00:00",0.978,"2013-08-26 00:00",0.778,"2013-09-07 00:00","","","","",1.43,1.04,0.978,0.752,0.514,0.376,0.149,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88380",5,38.525945,-90.0391,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.526865,0.233874,1.04,"2013-08-08 00:00",1.03,"2013-01-04 00:00",0.985,"2013-01-16 00:00",0.957,"2013-06-21 00:00","","","","",1.04,1.03,0.985,0.817,0.669,0.528,0.238,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88383",5,38.525945,-90.0391,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.846865,0.394314,1.91,"2013-09-19 00:00",1.76,"2013-03-29 00:00",1.68,"2013-08-08 00:00",1.46,"2013-09-07 00:00","","","","",1.91,1.76,1.68,1.37,1.09,0.792,0.424,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88384",5,38.525945,-90.0391,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.089547,0.039272,0.244,"2013-09-25 00:00",0.18,"2013-10-13 00:00",0.165,"2013-09-13 00:00",0.154,"2013-08-20 00:00","","","","",0.244,0.18,0.165,0.141,0.105,0.0798,0.0489,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88385",5,38.525945,-90.0391,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",22,0.003183,0.002643,0.0107,"2013-10-13 00:00",0.0104,"2013-01-04 00:00",0.00987,"2013-09-25 00:00",0.00862,"2013-02-03 00:00","","","","",0.0107,0.0104,0.00987,0.00621,0.00463,0.00253,0.001,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88388",5,38.525945,-90.0391,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.666615,0.345847,1.69,"2013-09-19 00:00",1.43,"2013-03-29 00:00",1.37,"2013-08-26 00:00",1.31,"2013-08-08 00:00","","","","",1.69,1.43,1.37,1.08,0.848,0.587,0.364,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88403",5,38.525945,-90.0391,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.023235,1.116667,4.5,"2013-08-26 00:00",4.35,"2013-08-20 00:00",4.02,"2013-08-08 00:00",3.72,"2013-09-19 00:00","","","","",4.5,4.35,4.02,3.47,2.92,1.94,0.67,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","163","0900","88502",5,38.525945,-90.0391,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.932692,3.999545,20.4,"2013-09-19 00:00",18.4,"2013-08-26 00:00",17.2,"2013-06-21 00:00",16.1,"2013-09-07 00:00","","","","",20.4,18.4,17.2,15.6,12.3,9.6,5.2,"Prairie State Generating Company, LLC","Cool Sports Road","Illinois","Saint Clair","Belleville","St. Louis, MO-IL","2014-02-13" +"17","167","0006","42401",1,39.800614,-89.591225,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8381,96,352,365,0,379,0,"","Certification not required",0,1.997159,2.548111,22,"2013-02-18 10:00",14,"2013-02-24 16:00",14,"2013-11-03 13:00",12,"2013-10-02 13:00","","","","",12,10,7,4,3,1,0,"SEWAGE TREATMENT PLANT","3300 MECHANICSBURG RD.","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0006","42401",1,39.800614,-89.591225,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8381,96,352,365,0,379,"","","Certification not required",0,0.444458,0.936874,22,"2013-02-18 10:00",14,"2013-02-24 16:00",14,"2013-11-03 13:00",13,"2013-02-18 11:00","","","","",4,3,2,1,1,0,0,"SEWAGE TREATMENT PLANT","3300 MECHANICSBURG RD.","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0006","42401",1,39.800614,-89.591225,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",352,96,352,365,0,0,0,"","Certification not required",0,0.448011,0.472306,2.4,"2013-11-25 00:00",2.2,"2013-02-18 00:00",2.1,"2013-11-14 00:00",2,"2013-06-05 00:00","","","","",2,1.7,1.4,1.1,0.8,0.3,0,"SEWAGE TREATMENT PLANT","3300 MECHANICSBURG RD.","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0006","42401",1,39.800614,-89.591225,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2757,94,350,365,0,0,"",0,"Certification not required",0,0.42967,0.809673,14,"2013-02-18 11:00",8,"2013-02-24 17:00",8,"2013-10-02 14:00",6.6,"2013-12-07 14:00","","","","",3.6,2.6,2,1.3,0.6,0,0,"SEWAGE TREATMENT PLANT","3300 MECHANICSBURG RD.","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0006","42406",1,39.800614,-89.591225,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8379,96,352,365,0,381,"","","Certification not required",0,0.717508,1.645191,48,"2013-12-13 15:00",36,"2013-12-26 16:00",33,"2013-01-28 15:00",30,"2013-12-26 15:00","","","","",6,4,3,2,1,0,0,"SEWAGE TREATMENT PLANT","3300 MECHANICSBURG RD.","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0012","68105",1,39.831921,-89.644164,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",109,89,106,122,0,19,"","","Certification not required",0,13.270642,11.501951,31.9,"2013-07-18 00:00",31.2,"2013-06-12 00:00",30.3,"2013-09-10 00:00",30,"2013-07-09 00:00","","","","",31.2,30.3,28.8,27.8,23.1,14.1,-3.1,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2014-01-23" +"17","167","0012","68105",9,39.831921,-89.644164,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",5,100,5,5,0,0,"","","Certification not required",0,4.16,3.441366,9.3,"2013-03-29 00:00",6,"2013-03-23 00:00",2.4,"2013-03-11 00:00",2.2,"2013-03-17 00:00","","","","",9.3,9.3,9.3,9.3,6,2.4,0.9,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2013-05-30" +"17","167","0012","68108",1,39.831921,-89.644164,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,105,122,0,20,"","","Certification not required",0,745.962963,4.816106,760,"2013-11-12 00:00",758,"2013-02-18 00:00",758,"2013-12-24 00:00",755,"2013-01-04 00:00","","","","",758,758,754,752,750,746,740,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2014-01-23" +"17","167","0012","68108",9,39.831921,-89.644164,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,100,5,5,0,0,"","","Certification not required",0,746.2,4.438468,753,"2013-03-29 00:00",747,"2013-03-17 00:00",746,"2013-03-23 00:00",744,"2013-03-05 00:00","","","","",753,753,753,753,747,746,741,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2013-05-30" +"17","167","0012","88101",1,39.831921,-89.644164,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,18,0,0,"Certification not required",0,10.374545,4.856839,25.7,"2013-05-11 00:00",22.7,"2013-09-19 00:00",20.3,"2013-05-19 00:00",20.3,"2013-12-03 00:00","","","","",22.7,20.3,18.3,16.8,14.1,10.1,4.1,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2014-01-23" +"17","167","0012","88101",1,39.831921,-89.644164,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,18,"","","Certification not required",0,10.374545,4.856839,25.7,"2013-05-11 00:00",22.7,"2013-09-19 00:00",20.3,"2013-05-19 00:00",20.3,"2013-12-03 00:00","","","","",22.7,20.3,18.3,16.8,14.1,10.1,4.1,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2014-01-23" +"17","167","0012","88101",9,39.831921,-89.644164,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",13,21,13,61,0,0,0,0,"Certification not required",0,9.238462,3.75223,16.1,"2013-03-29 00:00",14.3,"2013-03-05 00:00",14.3,"2013-03-23 00:00",10.4,"2013-01-04 00:00","","","","",16.1,16.1,16.1,14.3,10.4,8.5,5.7,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2013-06-28" +"17","167","0012","88101",9,39.831921,-89.644164,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",13,21,13,61,0,0,"","","Certification not required",0,9.238462,3.75223,16.1,"2013-03-29 00:00",14.3,"2013-03-05 00:00",14.3,"2013-03-23 00:00",10.4,"2013-01-04 00:00","","","","",16.1,16.1,16.1,14.3,10.4,8.5,5.7,"AGRICULTURE BUILDING","STATE FAIR GROUNDS","Illinois","Sangamon","","Springfield, IL","2013-06-28" +"17","167","0014","44201",1,39.831522,-89.640926,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8713,100,214,214,0,47,0,0,"Certification not required",202,0.048491,0.011503,0.085,"2013-09-09 19:00",0.077,"2013-06-05 14:00",0.07,"2013-04-30 13:00",0.07,"2013-09-27 13:00","","","","",0.07,0.069,0.066,0.064,0.057,0.05,0.041,"Illinois Building State Fairgrounds","Illinois Building State Fairgrounds","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0014","44201",1,39.831522,-89.640926,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,214,214,0,0,0,0,"Certification not required",0,0.043626,0.010989,0.07,"2013-06-05 10:00",0.068,"2013-09-09 13:00",0.064,"2013-06-20 09:00",0.062,"2013-04-30 11:00","","","","",0.064,0.062,0.06,0.058,0.052,0.045,0.037,"Illinois Building State Fairgrounds","Illinois Building State Fairgrounds","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","167","0014","44201",1,39.831522,-89.640926,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,214,214,0,0,0,0,"Certification not required",0,0.043626,0.010989,0.07,"2013-06-05 10:00",0.068,"2013-09-09 13:00",0.064,"2013-06-20 09:00",0.062,"2013-04-30 11:00","","","","",0.064,0.062,0.06,0.058,0.052,0.045,0.037,"Illinois Building State Fairgrounds","Illinois Building State Fairgrounds","Illinois","Sangamon","Springfield","Springfield, IL","2014-01-23" +"17","179","0004","42401",2,40.55646,-89.654028,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8054,92,335,365,0,706,26,"","Certification not required",0,20.979104,38.1317,262,"2013-02-11 04:00",229,"2013-04-18 19:00",206,"2013-04-19 09:00",195,"2013-04-12 12:00","","","","",195,140,97,66,23,4,1,"FIRESTATION","272 DERBY","Illinois","Tazewell","Pekin","Peoria, IL","2014-01-23" +"17","179","0004","42401",2,40.55646,-89.654028,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8054,92,335,365,0,706,"","","Certification not required",0,3.393842,14.112007,262,"2013-02-11 04:00",231,"2013-02-11 03:00",229,"2013-04-18 19:00",206,"2013-04-19 09:00","","","","",74,45,14,3,1,0,0,"FIRESTATION","272 DERBY","Illinois","Tazewell","Pekin","Peoria, IL","2014-01-23" +"17","179","0004","42401",2,40.55646,-89.654028,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",335,92,335,365,0,0,0,"","Certification not required",0,3.409552,7.441973,64.6,"2013-04-12 00:00",47.3,"2013-04-19 00:00",45.6,"2013-04-11 00:00",42.7,"2013-02-11 00:00","","","","",42.7,31.2,16.3,7.8,2.7,1.1,0.1,"FIRESTATION","272 DERBY","Illinois","Tazewell","Pekin","Peoria, IL","2014-01-23" +"17","179","0004","42401",2,40.55646,-89.654028,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2658,91,335,365,0,0,"",0,"Certification not required",0,3.366704,12.471342,202.6,"2013-02-11 05:00",159,"2013-04-11 20:00",156.3,"2013-04-18 20:00",142,"2013-04-12 14:00","","","","",65.3,39.6,17.3,5,1.3,0.6,0,"FIRESTATION","272 DERBY","Illinois","Tazewell","Pekin","Peoria, IL","2014-01-23" +"17","179","0004","42406",2,40.55646,-89.654028,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8053,92,335,365,0,707,"","","Certification not required",0,9.654042,38.822865,465,"2013-02-05 12:00",431,"2013-04-18 16:00",427,"2013-02-11 04:00",412,"2013-05-22 15:00","","","","",225,158,44,7,2,1,0,"FIRESTATION","272 DERBY","Illinois","Tazewell","Pekin","Peoria, IL","2014-01-23" +"17","185","0001","42401",1,38.397276,-87.773631,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8349,95,363,365,0,411,2,"","Certification not required",0,8.619835,12.642288,84,"2013-04-18 06:00",79,"2013-02-18 05:00",69,"2013-05-30 07:00",55,"2013-04-15 06:00","","","","",55,50,39,23,9,3,1,"","DIVISION ST. SOUTH OF SEWAGE TREAT. PT.","Illinois","Wabash","Mount Carmel","","2014-02-03" +"17","185","0001","42401",1,38.397276,-87.773631,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8349,95,363,365,0,411,"","","Certification not required",0,2.273087,4.361418,84,"2013-04-18 06:00",79,"2013-02-18 05:00",78,"2013-04-18 05:00",69,"2013-05-30 07:00","","","","",23,13,5,4,2,1,1,"","DIVISION ST. SOUTH OF SEWAGE TREAT. PT.","Illinois","Wabash","Mount Carmel","","2014-02-03" +"17","185","0001","42401",1,38.397276,-87.773631,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,2.271074,2.155583,22.4,"2013-05-30 00:00",17.7,"2013-03-10 00:00",16.1,"2013-02-18 00:00",11,"2013-04-15 00:00","","","","",11,7.7,5.5,4.1,2.6,1.6,1,"","DIVISION ST. SOUTH OF SEWAGE TREAT. PT.","Illinois","Wabash","Mount Carmel","","2014-02-03" +"17","185","0001","42401",1,38.397276,-87.773631,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2529,87,358,365,0,0,"",0,"Certification not required",0,2.307829,3.577814,47,"2013-02-18 05:00",47,"2013-05-30 08:00",38.3,"2013-02-04 08:00",37.3,"2013-03-10 08:00","","","","",20.3,13.3,6.3,4,2.3,1,1,"","DIVISION ST. SOUTH OF SEWAGE TREAT. PT.","Illinois","Wabash","Mount Carmel","","2014-02-03" +"17","195","0110","11101",1,41.788383,-89.706728,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,"","","Certification not required",0,32.036364,21.341113,115,"2013-08-26 00:00",86,"2013-05-16 00:00",69,"2013-10-01 00:00",67,"2013-09-07 00:00","","","","",115,86,69,55,41,29,12,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14103",1,41.788383,-89.706728,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14105",1,41.788383,-89.706728,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14110",1,41.788383,-89.706728,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0.000462,0.001146,0.006,"2013-06-15 00:00",0.003,"2013-01-04 00:00",0.003,"2013-10-19 00:00",0.002,"2013-01-28 00:00","","","","",0.006,0.003,0.003,0.002,0,0,0,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14112",1,41.788383,-89.706728,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0.004846,0.005696,0.019,"2013-01-04 00:00",0.019,"2013-10-01 00:00",0.018,"2013-06-15 00:00",0.016,"2013-09-07 00:00","","","","",0.019,0.019,0.018,0.014,0.008,0.004,0,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14126",1,41.788383,-89.706728,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0.926327,0.763934,3.08,"2013-10-01 00:00",2.753,"2013-10-25 00:00",2.694,"2013-01-04 00:00",2.642,"2013-08-26 00:00","","","","",3.08,2.753,2.694,1.948,1.474,0.666,0.223,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14129",1,41.788383,-89.706728,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,0,0,"Certification not required",0,0.015385,0.02142,0.117,"2013-06-15 00:00",0.059,"2013-01-04 00:00",0.059,"2013-10-19 00:00",0.053,"2013-10-01 00:00","","","","",0.117,0.059,0.059,0.043,0.018,0.007,0,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14132",1,41.788383,-89.706728,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0.082115,0.087288,0.379,"2013-10-25 00:00",0.313,"2013-01-04 00:00",0.278,"2013-10-01 00:00",0.254,"2013-08-26 00:00","","","","",0.379,0.313,0.278,0.222,0.122,0.047,0.016,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","195","0110","14136",1,41.788383,-89.706728,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,"","","Certification not required",0,0.000827,0.001735,0.008,"2013-02-27 00:00",0.004,"2013-08-20 00:00",0.004,"2013-08-26 00:00",0.004,"2013-09-07 00:00","","","","",0.008,0.004,0.004,0.004,0,0,0,"SAUK MEDICAL CLINIC","705 WEST 3RD ST.","Illinois","Whiteside","Sterling","Sterling, IL","2014-02-20" +"17","197","1002","68105",1,41.526885,-88.116474,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",80,100,61,61,0,4,"","","Certification not required",0,9.49375,11.992733,30.4,"2013-09-10 00:00",28.8,"2013-07-15 00:00",26.8,"2013-06-27 00:00",26.7,"2013-08-26 00:00","","","","",30.4,28.8,26.7,25.2,21.2,9.1,-7.2,"PERSHING SCHOOL","MIDLAND & CAMPBELL STS","Illinois","Will","Joliet","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1002","68108",1,41.526885,-88.116474,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",80,100,61,61,0,4,"","","Certification not required",0,746.4375,6.409731,762,"2013-11-24 00:00",761,"2013-01-22 00:00",761,"2013-11-12 00:00",760,"2013-12-24 00:00","","","","",762,761,760,755,750,746,739,"PERSHING SCHOOL","MIDLAND & CAMPBELL STS","Illinois","Will","Joliet","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1002","88101",1,41.526885,-88.116474,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",80,100,61,61,0,4,0,0,"Certification not required",0,10.105,5.559845,29.6,"2013-12-03 00:00",26.2,"2013-09-06 00:00",24.1,"2013-09-25 00:00",21.4,"2013-09-19 00:00","","","","",29.6,26.2,21.4,16.5,14.9,10.7,6.5,"PERSHING SCHOOL","MIDLAND & CAMPBELL STS","Illinois","Will","Joliet","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1002","88101",1,41.526885,-88.116474,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",80,100,61,61,0,4,"","","Certification not required",0,10.105,5.559845,29.6,"2013-12-03 00:00",26.2,"2013-09-06 00:00",24.1,"2013-09-25 00:00",21.4,"2013-09-19 00:00","","","","",29.6,26.2,21.4,16.5,14.9,10.7,6.5,"PERSHING SCHOOL","MIDLAND & CAMPBELL STS","Illinois","Will","Joliet","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","44201",1,41.221537,-88.190967,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8427,94,201,214,0,333,0,0,"Certification not required",171,0.044965,0.010211,0.07,"2013-08-28 12:00",0.068,"2013-09-09 23:00",0.067,"2013-05-08 14:00",0.066,"2013-06-05 14:00","","","","",0.067,0.066,0.061,0.057,0.053,0.046,0.038,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","44201",1,41.221537,-88.190967,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8439,94,201,214,0,0,0,0,"Certification not required",0,0.040438,0.010052,0.064,"2013-05-08 10:00",0.063,"2013-09-09 12:00",0.061,"2013-08-28 09:00",0.061,"2013-09-26 10:00","","","","",0.061,0.06,0.057,0.052,0.048,0.042,0.035,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","44201",1,41.221537,-88.190967,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8439,94,201,214,0,0,0,0,"Certification not required",0,0.040438,0.010052,0.064,"2013-05-08 10:00",0.063,"2013-09-09 12:00",0.061,"2013-08-28 09:00",0.061,"2013-09-26 10:00","","","","",0.061,0.06,0.057,0.052,0.048,0.042,0.035,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","68105",1,41.221537,-88.190967,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",83,68,81,122,0,6,"","","Certification not required",0,12.453012,11.405511,29.3,"2013-07-18 00:00",28.3,"2013-06-27 00:00",28.2,"2013-09-19 00:00",27.9,"2013-07-16 00:00","","","","",29.3,28.3,26.7,25.4,21.6,15.1,-4,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","68108",1,41.221537,-88.190967,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",83,68,81,122,0,6,"","","Certification not required",0,745.831325,6.86955,768,"2013-11-24 00:00",764,"2013-11-12 00:00",763,"2013-12-06 00:00",763,"2013-12-12 00:00","","","","",768,764,761,756,749,745,739,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","88101",1,41.221537,-88.190967,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",83,78,83,107,0,6,0,0,"Certification not required",0,9.450602,5.204088,26.9,"2013-08-02 00:00",23,"2013-01-04 00:00",22.2,"2013-09-19 00:00",21.4,"2013-11-30 00:00","","","","",26.9,23,19.8,15.4,12.4,8.4,3.5,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","88101",1,41.221537,-88.190967,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",83,78,83,107,0,6,"","","Certification not required",0,9.450602,5.204088,26.9,"2013-08-02 00:00",23,"2013-01-04 00:00",22.2,"2013-09-19 00:00",21.4,"2013-11-30 00:00","","","","",26.9,23,19.8,15.4,12.4,8.4,3.5,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","88501",3,41.221537,-88.190967,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4409,96,182,191,0,175,"","","Certification not required",0,13.646473,7.452051,66.8,"2013-09-07 10:00",52.3,"2013-12-03 06:00",51.7,"2013-12-03 03:00",51.6,"2013-12-03 04:00","","","","",38.1,33.5,27.3,22.8,17.6,12.4,5.3,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","88501",3,41.221537,-88.190967,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",182,95,182,191,0,0,"","","Certification not required",0,13.597802,5.710598,41.5,"2013-12-03 00:00",34.1,"2013-12-01 00:00",31.2,"2013-12-02 00:00",30.6,"2013-11-21 00:00","","","","",34.1,30.6,22.6,20.2,16.3,12.8,6.9,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","88502",3,41.221537,-88.190967,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4409,96,182,191,0,175,"","","Certification not required",0,9.508823,5.720054,50.9,"2013-09-07 10:00",38.7,"2013-12-03 06:00",38.3,"2013-12-03 03:00",38.2,"2013-12-03 04:00","","","","",28.3,24.7,20,16.6,12.5,8.6,3.1,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","197","1011","88502",3,41.221537,-88.190967,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",182,95,182,191,0,0,"","","Certification not required",0,9.458242,4.355388,30.4,"2013-12-03 00:00",24.7,"2013-12-01 00:00",22.9,"2013-10-30 00:00",22.5,"2013-12-02 00:00","","","","",24.7,22.5,18,14.4,11.6,8.8,4.3,"COM ED TRAINING CENTER","36400 S. ESSEX RD.","Illinois","Will","Braidwood","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-23" +"17","201","0013","68105",1,42.263081,-89.092767,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",65,100,54,61,0,8,"","","Certification not required",0,7.478462,13.398886,30.8,"2013-07-15 00:00",28.5,"2013-08-26 00:00",28.2,"2013-07-09 00:00",27.4,"2013-09-07 00:00","","","","",30.8,28.5,27.4,25.4,19.9,5.8,-8.4,"WINNEBAGO COUNTY HEALTH DEPT","201 DIVISION ST","Illinois","Winnebago","Rockford","Rockford, IL","2014-01-23" +"17","201","0013","68108",1,42.263081,-89.092767,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",65,100,54,61,0,8,"","","Certification not required",0,742.292308,7.69887,761,"2013-11-12 00:00",757,"2013-11-24 00:00",757,"2013-12-24 00:00",753,"2013-03-08 00:00","","","","",761,757,753,752,748,742,732,"WINNEBAGO COUNTY HEALTH DEPT","201 DIVISION ST","Illinois","Winnebago","Rockford","Rockford, IL","2014-01-23" +"17","201","0013","88101",1,42.263081,-89.092767,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",65,86,65,76,0,7,0,0,"Certification not required",0,9.306154,4.738667,23.6,"2013-03-08 00:00",19.8,"2013-08-26 00:00",18.9,"2013-11-12 00:00",17.7,"2013-09-25 00:00","","","","",23.6,19.8,17.7,16.1,12.2,8.4,4,"WINNEBAGO COUNTY HEALTH DEPT","201 DIVISION ST","Illinois","Winnebago","Rockford","Rockford, IL","2014-01-23" +"17","201","0013","88101",1,42.263081,-89.092767,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",65,86,65,76,0,7,"","","Certification not required",0,9.306154,4.738667,23.6,"2013-03-08 00:00",19.8,"2013-08-26 00:00",18.9,"2013-11-12 00:00",17.7,"2013-09-25 00:00","","","","",23.6,19.8,17.7,16.1,12.2,8.4,4,"WINNEBAGO COUNTY HEALTH DEPT","201 DIVISION ST","Illinois","Winnebago","Rockford","Rockford, IL","2014-01-23" +"17","201","0110","11101",1,42.240867,-89.091467,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,9,"","","Certification not required",0,52,45.421483,277,"2013-03-29 00:00",155,"2013-12-06 00:00",125,"2013-06-27 00:00",120,"2013-10-07 00:00","","","","",277,155,125,113,52,39,17,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14103",1,42.240867,-89.091467,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,0.0002,0.001414,0.01,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14105",1,42.240867,-89.091467,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14110",1,42.240867,-89.091467,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,8e-05,0.000566,0.004,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.004,0.004,0,0,0,0,0,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14112",1,42.240867,-89.091467,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,0.00294,0.004613,0.025,"2013-03-29 00:00",0.011,"2013-03-13 00:00",0.01,"2013-11-06 00:00",0.009,"2013-01-22 00:00","","","","",0.025,0.025,0.01,0.009,0.004,0,0,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14126",1,42.240867,-89.091467,"WGS84","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,1.69856,1.929484,11.214,"2013-03-29 00:00",5.427,"2013-03-13 00:00",5.32,"2013-11-06 00:00",4.419,"2013-06-21 00:00","","","","",11.214,11.214,5.32,4.14,1.992,1.075,0.386,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14129",1,42.240867,-89.091467,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,0,0,"Certification not required",0,0.03246,0.053411,0.283,"2013-03-29 00:00",0.174,"2013-11-06 00:00",0.168,"2013-03-13 00:00",0.156,"2013-06-27 00:00","","","","",0.283,0.283,0.168,0.075,0.03,0.011,0.006,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14132",1,42.240867,-89.091467,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,0.13062,0.230748,1.397,"2013-03-29 00:00",0.662,"2013-11-06 00:00",0.548,"2013-06-27 00:00",0.412,"2013-01-22 00:00","","","","",1.397,1.397,0.548,0.334,0.137,0.043,0.02,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","0110","14136",1,42.240867,-89.091467,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,9,"","","Certification not required",0,0.00194,0.003241,0.014,"2013-03-29 00:00",0.01,"2013-08-14 00:00",0.009,"2013-11-06 00:00",0.008,"2013-05-16 00:00","","","","",0.014,0.014,0.009,0.007,0.004,0,0,"J. RUBIN & COMPANY","305 PEOPLES AVE.","Illinois","Winnebago","Rockford","Rockford, IL","2014-02-20" +"17","201","2001","44201",1,42.334982,-89.037775,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8705,100,213,214,0,55,0,0,"Certification not required",622,0.044272,0.011958,0.073,"2013-07-13 15:00",0.068,"2013-06-20 14:00",0.067,"2013-05-08 11:00",0.067,"2013-09-10 13:00","","","","",0.067,0.067,0.064,0.06,0.054,0.046,0.037,"MAPLE ELEMENTARY SCHOOL","1405 MAPLE AVE.","Illinois","Winnebago","Loves Park","Rockford, IL","2014-01-23" +"17","201","2001","44201",1,42.334982,-89.037775,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8728,100,213,214,0,0,0,0,"Certification not required",0,0.039887,0.011597,0.065,"2013-06-20 11:00",0.064,"2013-05-07 11:00",0.064,"2013-05-08 10:00",0.063,"2013-05-20 10:00","","","","",0.064,0.063,0.059,0.055,0.049,0.042,0.033,"MAPLE ELEMENTARY SCHOOL","1405 MAPLE AVE.","Illinois","Winnebago","Loves Park","Rockford, IL","2014-01-23" +"17","201","2001","44201",1,42.334982,-89.037775,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8728,100,213,214,0,0,0,0,"Certification not required",0,0.039887,0.011597,0.065,"2013-06-20 11:00",0.064,"2013-05-07 11:00",0.064,"2013-05-08 10:00",0.063,"2013-05-20 10:00","","","","",0.064,0.063,0.059,0.055,0.049,0.042,0.033,"MAPLE ELEMENTARY SCHOOL","1405 MAPLE AVE.","Illinois","Winnebago","Loves Park","Rockford, IL","2014-01-23" +"17","201","2001","61103",1,42.334982,-89.037775,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8579,98,355,365,0,181,"","","Certification not required",0,3.825819,2.524233,16,"2013-01-19 22:00",15.5,"2013-01-19 21:00",15,"2013-04-14 23:00",14.6,"2013-02-11 04:00","","","","",11.1,10.2,8.7,7.2,5.3,3.5,0.7,"MAPLE ELEMENTARY SCHOOL","1405 MAPLE AVE.","Illinois","Winnebago","Loves Park","Rockford, IL","2014-01-23" +"17","201","2001","61104",1,42.334982,-89.037775,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8579,98,355,365,0,181,"","","Certification not required",0,194.869915,99.63513,360,"2013-02-20 18:00",360,"2013-03-01 19:00",360,"2013-03-29 07:00",360,"2013-06-30 22:00","","","","",356,352,342,323,280,206,44,"MAPLE ELEMENTARY SCHOOL","1405 MAPLE AVE.","Illinois","Winnebago","Loves Park","Rockford, IL","2014-01-23" +"18","003","0002","44201",1,41.221418,-85.016821,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4326,99,181,183,0,66,0,0,"Certification not required",97,0.048188,0.00904,0.072,"2013-06-21 16:00",0.071,"2013-09-09 16:00",0.069,"2013-05-14 16:00",0.066,"2013-05-09 13:00","","","","",0.071,0.066,0.062,0.059,0.054,0.049,0.036,"","14600 AMSTUTZ RD., LEO HS","Indiana","Allen","Leo-Cedarville","Fort Wayne, IN","2013-10-25" +"18","003","0002","44201",1,41.221418,-85.016821,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4349,99,181,183,0,0,0,0,"Certification not required",0,0.043895,0.008567,0.069,"2013-06-21 10:00",0.063,"2013-05-14 12:00",0.062,"2013-05-15 12:00",0.062,"2013-06-20 12:00","","","","",0.063,0.062,0.057,0.055,0.049,0.045,0.032,"","14600 AMSTUTZ RD., LEO HS","Indiana","Allen","Leo-Cedarville","Fort Wayne, IN","2013-10-25" +"18","003","0002","44201",1,41.221418,-85.016821,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4349,99,181,183,0,0,0,0,"Certification not required",0,0.043895,0.008567,0.069,"2013-06-21 10:00",0.063,"2013-05-14 12:00",0.062,"2013-05-15 12:00",0.062,"2013-06-20 12:00","","","","",0.063,0.062,0.057,0.055,0.049,0.045,0.032,"","14600 AMSTUTZ RD., LEO HS","Indiana","Allen","Leo-Cedarville","Fort Wayne, IN","2013-10-25" +"18","003","0004","44201",1,41.094965,-85.101816,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4354,100,183,183,0,38,0,0,"Certification not required",87,0.047273,0.009383,0.072,"2013-06-21 15:00",0.07,"2013-05-14 16:00",0.07,"2013-09-09 16:00",0.067,"2013-05-15 18:00","","","","",0.07,0.067,0.062,0.059,0.053,0.047,0.035,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2013-10-25" +"18","003","0004","44201",1,41.094965,-85.101816,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.043246,0.008996,0.069,"2013-06-21 10:00",0.064,"2013-05-14 12:00",0.064,"2013-06-20 12:00",0.062,"2013-09-09 13:00","","","","",0.064,0.062,0.058,0.055,0.049,0.043,0.031,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2013-10-25" +"18","003","0004","44201",1,41.094965,-85.101816,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.043246,0.008996,0.069,"2013-06-21 10:00",0.064,"2013-05-14 12:00",0.064,"2013-06-20 12:00",0.062,"2013-09-09 13:00","","","","",0.064,0.062,0.058,0.055,0.049,0.043,0.031,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2013-10-25" +"18","003","0004","61101",1,41.094965,-85.101816,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8015,91,334,365,0,1,"","","Certification not required",0,4.327461,2.709061,17.5,"2013-04-18 11:00",16.8,"2013-01-30 01:00",16.1,"2013-04-18 09:00",16,"2013-02-19 00:00","","","","",11.9,10.9,9.6,8.2,5.9,3.8,1.1,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","61103",1,41.094965,-85.101816,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8015,91,334,365,0,1,"","","Certification not required",0,3.99849,2.628677,16.8,"2013-04-18 11:00",16.4,"2013-01-30 01:00",15.6,"2013-04-18 09:00",15.5,"2013-02-19 00:00","","","","",11.3,10.4,9.1,7.8,5.5,3.6,1,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","61104",1,41.094965,-85.101816,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8015,91,334,365,0,1,"","","Certification not required",0,203.665876,95.480005,360,"2013-03-23 14:00",360,"2013-04-20 20:00",360,"2013-05-23 19:00",360,"2013-05-24 18:00","","","","",355,352,343,325,277,217,66,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","61105",1,41.094965,-85.101816,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8015,91,334,365,0,1,"","","Certification not required",0,10.434061,5.737182,70,"2013-05-15 10:00",37,"2013-01-30 02:00",36,"2013-04-18 11:00",35,"2013-04-19 14:00","","","","",27,24,21,18,14,10,4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","61106",1,41.094965,-85.101816,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8015,91,334,365,0,1,"","","Certification not required",0,23.149595,9.790542,81,"2013-02-24 21:00",81,"2013-03-30 04:00",81,"2013-07-29 21:00",81,"2013-07-30 00:00","","","","",59,51,42,36,28,20,14,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","62101",1,41.094965,-85.101816,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8011,91,334,365,0,5,"","","Certification not required",0,52.086881,20.091176,96,"2013-09-10 13:00",96,"2013-09-10 14:00",96,"2013-09-10 15:00",95,"2013-09-10 12:00","","","","",88,85,81,77,69,54,25,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","62201",1,41.094965,-85.101816,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8009,91,334,365,0,7,"","","Certification not required",0,72.504557,17.051554,100,"2013-01-11 06:00",100,"2013-01-12 21:00",100,"2013-01-12 22:00",100,"2013-01-12 23:00","","","","",100,100,99,95,85,74,48,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-12" +"18","003","0004","68101",1,41.094965,-85.101816,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,100,60,61,0,0,"","","Certification not required",13,0.36681,0.155891,0.6,"2013-05-19 00:00",0.6,"2013-06-09 00:00",0.6,"2013-06-27 00:00",0.6,"2013-07-09 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68101",2,41.094965,-85.101816,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",113,100,59,61,0,0,"","","Certification not required",20,0.200885,0.106901,0.5,"2013-01-28 00:00",0.4,"2013-01-10 00:00",0.4,"2013-02-12 00:00",0.4,"2013-02-15 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.05,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68102",1,41.094965,-85.101816,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,100,60,61,0,0,"","","Certification not required",0,23.997414,0.027854,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68102",2,41.094965,-85.101816,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",113,100,59,61,0,0,"","","Certification not required",0,23.997345,0.028222,24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00",24,"2013-01-19 00:00","","","","",24,24,24,24,24,24,24,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68103",1,41.094965,-85.101816,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,4.628448,10.356336,23.7,"2013-07-09 00:00",23.5,"2013-07-18 00:00",23,"2013-09-10 00:00",21.2,"2013-07-15 00:00","","","","",23.5,23,19.5,17.9,13.4,5,-8.4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68103",2,41.094965,-85.101816,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,59,61,0,0,"","","Certification not required",0,5.288496,10.350679,23.9,"2013-07-18 00:00",23.5,"2013-07-09 00:00",23.1,"2013-09-10 00:00",21.4,"2013-07-15 00:00","","","","",23.5,23.1,19.7,18.2,14.2,5.6,-7.1,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68104",1,41.094965,-85.101816,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,15.35431,12.041453,36.6,"2013-09-10 00:00",33.9,"2013-07-18 00:00",33,"2013-07-15 00:00",32.8,"2013-06-12 00:00","","","","",33.9,33,32.2,29.9,26.5,16.5,-1.4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68104",2,41.094965,-85.101816,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,59,61,0,0,"","","Certification not required",0,15.9,12.014151,40.7,"2013-04-25 00:00",35.9,"2013-09-10 00:00",33.5,"2013-07-18 00:00",32.2,"2013-06-12 00:00","","","","",35.9,33.5,31.6,30.2,26.2,18.5,-1.1,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68105",1,41.094965,-85.101816,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,9.793966,11.063896,28.9,"2013-09-10 00:00",28.8,"2013-07-18 00:00",27.5,"2013-07-09 00:00",27.4,"2013-07-15 00:00","","","","",28.8,27.5,24.8,23,20,9.8,-5,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68105",2,41.094965,-85.101816,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,59,61,0,0,"","","Certification not required",0,10.353982,11.033165,28.8,"2013-07-18 00:00",28.8,"2013-09-10 00:00",27.3,"2013-07-09 00:00",27.2,"2013-07-15 00:00","","","","",28.8,27.3,24.8,23.3,19.9,11.7,-3.9,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68106",1,41.094965,-85.101816,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,738.155172,4.830345,750,"2013-03-08 00:00",750,"2013-11-24 00:00",747,"2013-11-12 00:00",747,"2013-12-24 00:00","","","","",750,747,745,744,741,739,732,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68106",2,41.094965,-85.101816,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,59,61,0,0,"","","Certification not required",0,737.619469,4.820563,749,"2013-03-08 00:00",748,"2013-11-24 00:00",746,"2013-05-25 00:00",746,"2013-11-12 00:00","","","","",748,746,746,743,741,738,732,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68107",1,41.094965,-85.101816,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,744.62069,4.837634,757,"2013-11-24 00:00",755,"2013-01-10 00:00",755,"2013-11-12 00:00",754,"2013-03-08 00:00","","","","",755,755,753,752,747,744,739,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68107",2,41.094965,-85.101816,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,59,61,0,0,"","","Certification not required",0,744.265487,4.705653,755,"2013-01-10 00:00",755,"2013-11-24 00:00",754,"2013-03-08 00:00",754,"2013-11-12 00:00","","","","",755,754,753,751,747,744,739,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68108",1,41.094965,-85.101816,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,741.62069,4.684211,754,"2013-11-24 00:00",752,"2013-03-08 00:00",752,"2013-11-12 00:00",751,"2013-01-10 00:00","","","","",752,752,750,748,745,741,736,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68108",2,41.094965,-85.101816,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,59,61,0,0,"","","Certification not required",0,741.247788,4.58945,752,"2013-03-08 00:00",752,"2013-11-24 00:00",751,"2013-01-10 00:00",751,"2013-11-12 00:00","","","","",752,751,750,747,744,741,736,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68109",1,41.094965,-85.101816,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,100,60,61,0,0,"","","Certification not required",0,1439.405172,1.704105,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","68109",2,41.094965,-85.101816,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",113,100,59,61,0,0,"","","Certification not required",0,1439.380531,1.632913,1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","88101",1,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,9.498276,4.664053,26.5,"2013-12-03 00:00",21.3,"2013-01-07 00:00",20.1,"2013-09-10 00:00",20,"2013-08-20 00:00","","","","",21.3,20.1,17.3,15.9,12.8,9,4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-06" +"18","003","0004","88101",1,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,9.498276,4.664053,26.5,"2013-12-03 00:00",21.3,"2013-01-07 00:00",20.1,"2013-09-10 00:00",20,"2013-08-20 00:00","","","","",21.3,20.1,17.3,15.9,12.8,9,4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-06" +"18","003","0004","88101",2,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,0,0,"Certification not required",0,9.389381,4.685966,26.9,"2013-12-03 00:00",20.3,"2013-08-20 00:00",20.3,"2013-09-10 00:00",19.7,"2013-11-30 00:00","","","","",20.3,20.3,17.6,15.6,12.2,8.8,4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","88101",2,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,9.389381,4.685966,26.9,"2013-12-03 00:00",20.3,"2013-08-20 00:00",20.3,"2013-09-10 00:00",19.7,"2013-11-30 00:00","","","","",20.3,20.3,17.6,15.6,12.2,8.8,4,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-27" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7631,87,329,365,2,385,"","","Certification not required",0,9.426183,6.266887,55.9,"2013-07-04 21:00",43.8,"2013-02-08 03:00",43.5,"2013-10-03 03:00",41.7,"2013-08-20 00:00","","","","",28,25.3,21.2,17.8,12.8,8.5,2.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7631,87,329,365,2,385,"","","Certification not required",0,9.426183,6.266887,55.9,"2013-07-04 21:00",43.8,"2013-02-08 03:00",43.5,"2013-10-03 03:00",41.7,"2013-08-20 00:00","","","","",28,25.3,21.2,17.8,12.8,8.5,2.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7629,87,329,365,0,385,"","","Certification not required",0,9.416293,6.236255,43.8,"2013-02-08 03:00",43.5,"2013-10-03 03:00",41.7,"2013-08-20 00:00",41.4,"2013-02-25 02:00","","","","",27.9,25.2,21.2,17.8,12.8,8.5,2.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",314,86,314,365,0,0,0,0,"Certification not required",0,9.425478,4.543407,28.9,"2013-02-07 00:00",25.6,"2013-01-08 00:00",23.7,"2013-02-05 00:00",22.1,"2013-01-27 00:00","","","","",22.1,20.3,17.7,15.7,12.1,8.7,4.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",314,86,314,365,0,0,0,0,"Certification not required",0,9.417197,4.529896,28.9,"2013-02-07 00:00",25.6,"2013-01-08 00:00",23.7,"2013-02-05 00:00",22.1,"2013-01-27 00:00","","","","",22.1,20.3,17.3,15.7,12.1,8.7,4.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",314,86,314,365,0,0,0,0,"Certification not required",0,9.425478,4.543407,28.9,"2013-02-07 00:00",25.6,"2013-01-08 00:00",23.7,"2013-02-05 00:00",22.1,"2013-01-27 00:00","","","","",22.1,20.3,17.7,15.7,12.1,8.7,4.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",314,86,314,365,0,0,"","","Certification not required",0,9.425478,4.543407,28.9,"2013-02-07 00:00",25.6,"2013-01-08 00:00",23.7,"2013-02-05 00:00",22.1,"2013-01-27 00:00","","","","",22.1,20.3,17.7,15.7,12.1,8.7,4.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",314,86,314,365,0,0,"","","Certification not required",0,9.425478,4.543407,28.9,"2013-02-07 00:00",25.6,"2013-01-08 00:00",23.7,"2013-02-05 00:00",22.1,"2013-01-27 00:00","","","","",22.1,20.3,17.7,15.7,12.1,8.7,4.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0004","88101",3,41.094965,-85.101816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",314,86,314,365,0,0,"","","Certification not required",0,9.417197,4.529896,28.9,"2013-02-07 00:00",25.6,"2013-01-08 00:00",23.7,"2013-02-05 00:00",22.1,"2013-01-27 00:00","","","","",22.1,20.3,17.3,15.7,12.1,8.7,4.3,"Ft. Wayne- Beacon St.","2022 NORTH BEACON","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-02-10" +"18","003","0011","42101",1,41.07445,-85.136729,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7692,88,323,365,0,324,0,0,"Certification not required",4223,0.467596,0.304884,1.9,"2013-11-20 07:00",1.9,"2013-11-20 08:00",1.9,"2013-11-20 09:00",1.8,"2013-09-19 15:00","","","","",1.5,1.4,1.1,0.8,0.6,0.25,0.25,"SW CORNER OF OLD FORT WAYNE CENTRAL H.S.- FWCC","203 E. DOUGLAS ST. Fort Wayne- Career Center","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-02" +"18","003","0011","42101",1,41.07445,-85.136729,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7744,88,322,365,0,0,0,0,"Certification not required",0,0.4914,0.279736,1.9,"2013-11-20 13:00",1.8,"2013-11-19 13:00",1.8,"2013-11-19 14:00",1.8,"2013-11-19 17:00",1.9,"2013-11-20 13:00",1.8,"2013-11-19 13:00",1.5,1.4,1.1,0.8,0.6,0.3,0.3,"SW CORNER OF OLD FORT WAYNE CENTRAL H.S.- FWCC","203 E. DOUGLAS ST. Fort Wayne- Career Center","Indiana","Allen","Fort Wayne","Fort Wayne, IN","2014-01-02" +"18","005","0007","42401",1,39.294322,-85.766816,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5016,57,211,365,0,120,0,"","Certification not required",0,4.22891,3.112612,25.3,"2013-11-17 17:00",17.4,"2013-08-18 09:00",16.2,"2013-11-26 17:00",12.6,"2013-11-20 09:00","","","","",16.2,12.6,10.1,7.7,5.2,3.2,1.8,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-02-10" +"18","005","0007","42401",1,39.294322,-85.766816,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5016,57,211,365,0,120,"","","Certification not required",0,2.123126,1.338916,25.3,"2013-11-17 17:00",17.4,"2013-08-18 09:00",16.2,"2013-11-26 17:00",13.7,"2013-11-26 18:00","","","","",7.6,6.1,4.5,3.6,2.3,1.7,1.2,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-02-10" +"18","005","0007","42401",1,39.294322,-85.766816,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",211,58,211,365,0,0,0,"","Certification not required",0,2.124645,0.847775,6.2,"2013-12-13 00:00",6.1,"2013-11-26 00:00",4.9,"2013-12-27 00:00",4.6,"2013-11-24 00:00","","","","",4.9,4.4,3.7,3.3,2.5,1.8,1.4,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-02-10" +"18","005","0007","42401",1,39.294322,-85.766816,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1647,56,211,365,0,0,"",0,"Certification not required",0,2.0966,1.211915,12.7,"2013-11-26 17:00",11.5,"2013-11-26 20:00",9.8,"2013-11-20 11:00",9.5,"2013-11-24 05:00","","","","",7.4,6,4.4,3.5,2.3,1.7,1.2,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-02-10" +"18","005","0007","42406",1,39.294322,-85.766816,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5031,98,211,214,0,105,"","","Certification not required",0,2.416359,2.101915,83.3,"2013-11-17 17:00",57.1,"2013-08-18 09:00",18.1,"2013-11-26 17:00",17.3,"2013-10-28 09:00","","","","",9.3,7.6,5.3,4.1,2.6,1.8,1.3,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-02-10" +"18","005","0007","42601",1,39.294322,-85.766816,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4055,79,171,214,0,337,"","","Certification not required",0,1.943699,1.107622,23.2,"2013-07-15 21:00",15.6,"2013-07-18 06:00",14.1,"2013-07-16 04:00",13.7,"2013-11-29 07:00","","","","",6.2,4.3,3.2,2.7,2.2,1.9,1,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-01-31" +"18","005","0007","42602",1,39.294322,-85.766816,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4055,46,171,365,0,337,0,"","Certification not required",0,9.02924,4.269215,27.3,"2013-06-20 21:00",25.5,"2013-10-28 18:00",25.1,"2013-11-26 18:00",24.7,"2013-06-21 20:00","","","","",25.5,24.7,16.7,13.9,10.9,7.7,5.2,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-01-31" +"18","005","0007","42602",1,39.294322,-85.766816,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4055,46,171,365,0,337,"","","Certification not required",0,5.037731,2.458043,27.3,"2013-06-20 21:00",25.5,"2013-10-28 18:00",25.1,"2013-11-26 18:00",24.9,"2013-11-26 17:00","","","","",14.2,12.4,9.6,7.7,5.8,4.4,2.9,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-01-31" +"18","005","0007","42603",1,39.294322,-85.766816,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4055,79,171,214,0,337,"","","Certification not required",0,4.32111,3.163691,36,"2013-07-15 21:00",28.4,"2013-06-20 21:00",28.1,"2013-10-28 18:00",27.7,"2013-06-21 20:00","","","","",18.1,13.6,9.8,7.7,5.2,3.5,1.7,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2014-01-31" +"18","005","0007","44201",1,39.294322,-85.766816,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2904,67,122,183,0,24,0,0,"Certification not required",25,0.054549,0.010286,0.076,"2013-06-15 12:00",0.074,"2013-06-04 15:00",0.074,"2013-06-21 17:00",0.072,"2013-09-07 13:00","","","","",0.074,0.074,0.071,0.068,0.062,0.055,0.039,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2013-10-25" +"18","005","0007","44201",1,39.294322,-85.766816,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2925,67,122,183,0,0,0,0,"Certification not required",0,0.049664,0.009541,0.068,"2013-06-04 11:00",0.068,"2013-06-15 11:00",0.067,"2013-06-05 11:00",0.066,"2013-06-21 11:00","","","","",0.068,0.067,0.065,0.062,0.056,0.05,0.036,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2013-10-25" +"18","005","0007","44201",1,39.294322,-85.766816,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2925,67,122,183,0,0,0,0,"Certification not required",0,0.049664,0.009541,0.068,"2013-06-04 11:00",0.068,"2013-06-15 11:00",0.067,"2013-06-05 11:00",0.066,"2013-06-21 11:00","","","","",0.068,0.067,0.065,0.062,0.056,0.05,0.036,"","Hope-Hauser Jr-Sr High School, 9404 N. 775 E.","Indiana","Bartholomew","Hope","Columbus, IN","2013-10-25" +"18","011","0001","44201",1,39.997484,-86.395172,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4354,100,183,183,0,38,0,0,"Certification not required",40,0.051169,0.009976,0.081,"2013-08-20 13:00",0.076,"2013-06-05 16:00",0.074,"2013-09-08 14:00",0.072,"2013-05-14 16:00","","","","",0.076,0.072,0.067,0.065,0.059,0.05,0.038,"Perry Worth ELEMENTRY SCHOOL, WEST OF WHITESTOWN","3900 E. 300 S, WHITESTOWN","Indiana","Boone","","Indianapolis-Carmel, IN","2013-10-25" +"18","011","0001","44201",1,39.997484,-86.395172,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4377,100,183,183,0,0,0,0,"Certification not required",0,0.046645,0.009536,0.074,"2013-08-20 11:00",0.072,"2013-06-05 12:00",0.068,"2013-05-15 11:00",0.068,"2013-09-08 10:00","","","","",0.072,0.068,0.064,0.059,0.054,0.046,0.034,"Perry Worth ELEMENTRY SCHOOL, WEST OF WHITESTOWN","3900 E. 300 S, WHITESTOWN","Indiana","Boone","","Indianapolis-Carmel, IN","2013-10-25" +"18","011","0001","44201",1,39.997484,-86.395172,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4377,100,183,183,0,0,0,0,"Certification not required",0,0.046645,0.009536,0.074,"2013-08-20 11:00",0.072,"2013-06-05 12:00",0.068,"2013-05-15 11:00",0.068,"2013-09-08 10:00","","","","",0.072,0.068,0.064,0.059,0.054,0.046,0.034,"Perry Worth ELEMENTRY SCHOOL, WEST OF WHITESTOWN","3900 E. 300 S, WHITESTOWN","Indiana","Boone","","Indianapolis-Carmel, IN","2013-10-25" +"18","015","0002","44201",1,40.540455,-86.553035,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4207,96,176,183,0,185,0,0,"Certification not required",52,0.051403,0.010069,0.077,"2013-08-20 17:00",0.073,"2013-06-05 17:00",0.073,"2013-09-09 16:00",0.072,"2013-06-06 18:00","","","","",0.073,0.072,0.068,0.066,0.058,0.051,0.037,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2013-10-25" +"18","015","0002","44201",1,40.540455,-86.553035,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4255,96,176,183,0,0,0,0,"Certification not required",0,0.046625,0.009431,0.069,"2013-06-05 12:00",0.067,"2013-05-14 12:00",0.066,"2013-06-20 11:00",0.065,"2013-08-20 11:00","","","","",0.067,0.065,0.063,0.06,0.053,0.046,0.034,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2013-10-25" +"18","015","0002","44201",1,40.540455,-86.553035,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4255,96,176,183,0,0,0,0,"Certification not required",0,0.046625,0.009431,0.069,"2013-06-05 12:00",0.067,"2013-05-14 12:00",0.066,"2013-06-20 11:00",0.065,"2013-08-20 11:00","","","","",0.067,0.065,0.063,0.06,0.053,0.046,0.034,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2013-10-25" +"18","015","0002","61101",1,40.540455,-86.553035,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7917,90,330,365,0,99,"","","Certification not required",0,8.274144,4.796108,29.4,"2013-11-17 17:00",29.1,"2013-11-17 16:00",28.5,"2013-01-30 23:00",28,"2013-01-20 02:00","","","","",22.8,20.8,17.6,15,10.9,7.2,3.1,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","015","0002","61103",1,40.540455,-86.553035,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7917,90,330,365,0,99,"","","Certification not required",0,8.07273,4.810201,29.2,"2013-11-17 17:00",28.3,"2013-01-30 23:00",27.7,"2013-01-20 02:00",27.7,"2013-04-18 09:00","","","","",22.5,20.7,17.5,14.8,10.8,6.9,2.9,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","015","0002","61104",1,40.540455,-86.553035,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7917,90,330,365,0,99,"","","Certification not required",0,196.743463,90.150335,360,"2013-04-10 17:00",360,"2013-05-24 16:00",360,"2013-05-25 00:00",360,"2013-07-23 16:00","","","","",354,349,331,307,267,211,62,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","015","0002","61105",1,40.540455,-86.553035,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7917,90,330,365,0,99,"","","Certification not required",0,13.222054,7.112729,64,"2013-04-10 15:00",57,"2013-04-10 18:00",52,"2013-11-17 16:00",50,"2013-11-17 17:00","","","","",34,31,27,23,17,12,5,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","015","0002","61106",1,40.540455,-86.553035,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",7917,90,330,365,0,99,"","","Certification not required",0,12.668688,9.242453,77,"2013-10-28 12:00",76,"2013-06-23 07:00",75,"2013-10-02 10:00",74,"2013-02-06 07:00","","","","",53,44,31,23,15,10,6,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","015","0002","62101",1,40.540455,-86.553035,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7919,90,330,365,0,97,"","","Certification not required",0,51.914888,19.406308,94,"2013-09-10 14:00",94,"2013-09-10 15:00",94,"2013-09-10 16:00",93,"2013-09-10 13:00","","","","",86,84,80,76,68,54,26,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","015","0002","62201",1,40.540455,-86.553035,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7919,90,330,365,0,97,"","","Certification not required",0,78.663973,16.528874,100,"2013-01-11 06:00",100,"2013-01-11 07:00",100,"2013-01-11 08:00",100,"2013-01-12 23:00","","","","",100,100,100,98,92,82,55,"Flora-Flora Airport","481 S. 150 W. / FLORA AIRPORT","Indiana","Carroll","","Lafayette, IN","2014-02-12" +"18","019","0006","68101",1,38.277675,-85.740153,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",351,100,119,122,0,0,"","","Certification not required",241,0.099003,0.093383,0.8,"2013-12-27 00:00",0.5,"2013-09-19 00:00",0.4,"2013-01-13 00:00",0.4,"2013-04-23 00:00","","","","",0.4,0.3,0.3,0.2,0.1,0.05,0.05,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68102",1,38.277675,-85.740153,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",351,100,119,122,0,0,"","","Certification not required",0,23.978348,0.105227,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68103",1,38.277675,-85.740153,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",351,100,119,122,0,0,"","","Certification not required",0,8.616524,9.880614,24.7,"2013-07-18 00:00",24.6,"2013-09-10 00:00",24.4,"2013-07-09 00:00",24.2,"2013-08-29 00:00","","","","",24.2,24,22.6,21.1,17.7,9.5,-4.7,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68103",5,38.277675,-85.740153,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,11.696078,9.418237,25.5,"2013-07-09 00:00",24.8,"2013-08-08 00:00",23.8,"2013-05-28 00:00",23,"2013-08-26 00:00","","","","",25.5,24.8,23.8,22.5,19.4,14,-0.8,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","68104",1,38.277675,-85.740153,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",351,100,119,122,0,0,"","","Certification not required",0,19.752422,10.482684,36.9,"2013-08-31 00:00",35.9,"2013-08-28 00:00",35.7,"2013-07-18 00:00",35.6,"2013-08-30 00:00","","","","",35.6,35,33.5,32.2,28.7,21.6,4.3,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68104",5,38.277675,-85.740153,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,21.415686,10.799803,35,"2013-08-26 00:00",34.8,"2013-07-09 00:00",34.8,"2013-07-15 00:00",34.5,"2013-08-08 00:00","","","","",35,34.8,34.8,33.8,31.6,23.5,6,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","68105",1,38.277675,-85.740153,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",351,100,119,122,0,0,"","","Certification not required",0,14.006553,9.903,29.8,"2013-08-26 00:00",29.5,"2013-06-12 00:00",29.4,"2013-08-28 00:00",29.1,"2013-07-17 00:00","","","","",29.1,28.8,27.5,25.9,23,15.5,0.4,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68105",5,38.277675,-85.740153,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,16.496078,10.006037,34.9,"2013-08-26 00:00",30,"2013-07-09 00:00",28.6,"2013-07-15 00:00",28.6,"2013-08-08 00:00","","","","",34.9,30,28.6,27.1,25.2,19,3.6,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","68106",1,38.277675,-85.740153,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",351,100,119,122,0,0,"","","Certification not required",0,748.760684,4.619801,763,"2013-11-24 00:00",761,"2013-11-29 00:00",760,"2013-11-13 00:00",760,"2013-12-07 00:00","","","","",760,757,756,754,751,749,744,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68106",5,38.277675,-85.740153,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,744.843137,4.700521,758,"2013-01-22 00:00",756,"2013-01-04 00:00",754,"2013-10-25 00:00",751,"2013-02-09 00:00","","","","",758,756,754,749,747,744,739,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","68107",1,38.277675,-85.740153,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",351,100,119,122,0,0,"","","Certification not required",0,754.903134,4.645338,770,"2013-11-24 00:00",769,"2013-11-13 00:00",768,"2013-11-12 00:00",767,"2013-11-23 00:00","","","","",767,766,763,761,758,754,750,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68107",5,38.277675,-85.740153,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,752.196078,5.765482,766,"2013-01-10 00:00",764,"2013-01-04 00:00",763,"2013-02-09 00:00",763,"2013-10-25 00:00","","","","",766,764,763,762,756,751,746,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","68108",1,38.277675,-85.740153,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",351,100,119,122,0,0,"","","Certification not required",0,751.985755,4.456433,766,"2013-11-24 00:00",765,"2013-11-13 00:00",764,"2013-11-12 00:00",764,"2013-11-29 00:00","","","","",764,761,760,758,755,752,747,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","68108",5,38.277675,-85.740153,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,747.215686,4.583945,759,"2013-01-22 00:00",757,"2013-01-04 00:00",756,"2013-10-25 00:00",755,"2013-01-10 00:00","","","","",759,757,756,754,750,747,742,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","68109",1,38.277675,-85.740153,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",351,100,119,122,0,0,"","","Certification not required",0,1438.173789,4.557693,1440,"2013-01-02 00:00",1440,"2013-01-05 00:00",1440,"2013-01-08 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","81102",1,38.277675,-85.740153,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,7,0,0,"Certification not required",0,17.037037,6.944423,33,"2013-09-19 00:00",33,"2013-10-01 00:00",29,"2013-08-26 00:00",27,"2013-06-27 00:00","","","","",33,33,29,26,23,16,9,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","88101",1,38.277675,-85.740153,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,14,0,0,"Certification not required",0,11.432764,4.873167,31.2,"2013-01-08 00:00",29.3,"2013-01-07 00:00",25.5,"2013-09-10 00:00",24.7,"2013-09-09 00:00","","","","",24.7,23.1,20.2,17.4,14.4,10.7,5.9,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","88101",1,38.277675,-85.740153,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,14,"","","Certification not required",0,11.432764,4.873167,31.2,"2013-01-08 00:00",29.3,"2013-01-07 00:00",25.5,"2013-09-10 00:00",24.7,"2013-09-09 00:00","","","","",24.7,23.1,20.2,17.4,14.4,10.7,5.9,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0006","88102",5,38.277675,-85.740153,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.019618,0.004306,0.026,"2013-01-22 00:00",0.026,"2013-02-09 00:00",0.026,"2013-03-17 00:00",0.026,"2013-06-15 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0205,0.014,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88103",5,38.277675,-85.740153,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000824,0.001108,0.004,"2013-08-20 00:00",0.004,"2013-10-19 00:00",0.003,"2013-03-23 00:00",0.003,"2013-06-21 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88104",5,38.277675,-85.740153,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",21,0.05099,0.104419,0.699,"2013-08-02 00:00",0.213,"2013-07-15 00:00",0.206,"2013-10-25 00:00",0.183,"2013-06-27 00:00","","","","",0.699,0.213,0.206,0.105,0.042,0.02,0.0065,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88107",5,38.277675,-85.740153,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.006229,0.005408,0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00",0.023,"2013-07-03 00:00",0.0055,"2013-02-15 00:00","","","","",0.0295,0.0295,0.023,0.0055,0.0055,0.005,0.00385,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88109",5,38.277675,-85.740153,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.003894,0.002372,0.0123,"2013-01-16 00:00",0.011,"2013-01-28 00:00",0.0096,"2013-03-29 00:00",0.0069,"2013-04-22 00:00","","","","",0.0123,0.011,0.0096,0.0059,0.0049,0.0035,0.00115,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88110",5,38.277675,-85.740153,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001176,0.003537,0.02,"2013-09-25 00:00",0.011,"2013-05-22 00:00",0.008,"2013-05-04 00:00",0.008,"2013-09-19 00:00","","","","",0.02,0.011,0.008,0.002,0,0,0,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88111",5,38.277675,-85.740153,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.041499,0.027698,0.111,"2013-04-22 00:00",0.106,"2013-10-01 00:00",0.0981,"2013-08-14 00:00",0.0959,"2013-08-02 00:00","","","","",0.111,0.106,0.0981,0.0835,0.0575,0.034,0.0148,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88112",5,38.277675,-85.740153,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.008314,0.021366,0.126,"2013-09-25 00:00",0.07,"2013-11-06 00:00",0.063,"2013-10-07 00:00",0.021,"2013-08-02 00:00","","","","",0.126,0.07,0.063,0.018,0.005,0.002,0,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88113",5,38.277675,-85.740153,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.000755,0.000324,0.0021,"2013-03-29 00:00",0.0017,"2013-05-10 00:00",0.0015,"2013-03-05 00:00",0.0014,"2013-09-25 00:00","","","","",0.0021,0.0017,0.0015,0.0012,0.0007,0.00065,0.00055,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88114",5,38.277675,-85.740153,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",16,0.003792,0.003909,0.0208,"2013-07-03 00:00",0.0138,"2013-08-02 00:00",0.013,"2013-07-15 00:00",0.0121,"2013-03-05 00:00","","","","",0.0208,0.0138,0.013,0.008,0.0047,0.0027,0.0008,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88115",5,38.277675,-85.740153,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",25,0.01135,0.01468,0.066,"2013-01-28 00:00",0.065,"2013-01-04 00:00",0.0572,"2013-01-16 00:00",0.0324,"2013-11-06 00:00","","","","",0.066,0.065,0.0572,0.024,0.0113,0.0065,0.00245,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88117",5,38.277675,-85.740153,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.00533,0.00777,0.0435,"2013-03-23 00:00",0.043,"2013-04-16 00:00",0.00485,"2013-02-15 00:00",0.00485,"2013-04-04 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0034,0.0028,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88118",5,38.277675,-85.740153,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.009895,0.00637,0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88126",5,38.277675,-85.740153,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.118573,0.10426,0.51,"2013-07-15 00:00",0.383,"2013-03-05 00:00",0.313,"2013-08-02 00:00",0.278,"2013-04-22 00:00","","","","",0.51,0.383,0.313,0.25,0.179,0.0812,0.0325,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88128",5,38.277675,-85.740153,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001235,0.001656,0.006,"2013-07-09 00:00",0.005,"2013-07-21 00:00",0.005,"2013-10-01 00:00",0.004,"2013-03-29 00:00","","","","",0.006,0.005,0.005,0.004,0.002,0,0,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88131",5,38.277675,-85.740153,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010461,0.003318,0.0165,"2013-01-22 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-17 00:00",0.0165,"2013-05-10 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88132",5,38.277675,-85.740153,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.007294,0.009835,0.039,"2013-07-15 00:00",0.034,"2013-05-16 00:00",0.034,"2013-10-01 00:00",0.033,"2013-03-05 00:00","","","","",0.039,0.034,0.034,0.018,0.011,0.003,0,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88136",5,38.277675,-85.740153,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000843,0.001554,0.009,"2013-08-02 00:00",0.005,"2013-01-10 00:00",0.004,"2013-10-25 00:00",0.003,"2013-07-21 00:00","","","","",0.009,0.005,0.004,0.002,0.001,0,0,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88140",5,38.277675,-85.740153,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.008325,0.007305,0.042,"2013-02-09 00:00",0.038,"2013-07-03 00:00",0.024,"2013-03-05 00:00",0.0193,"2013-08-08 00:00","","","","",0.042,0.038,0.024,0.009,0.009,0.006,0.00475,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88152",5,38.277675,-85.740153,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005573,0.001441,0.008,"2013-02-15 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88154",5,38.277675,-85.740153,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001174,0.000541,0.004,"2013-01-28 00:00",0.0023,"2013-07-09 00:00",0.0023,"2013-09-19 00:00",0.002,"2013-05-04 00:00","","","","",0.004,0.0023,0.0023,0.0013,0.0013,0.001,0.00065,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88160",5,38.277675,-85.740153,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.013451,0.003534,0.018,"2013-01-22 00:00",0.018,"2013-02-09 00:00",0.018,"2013-03-17 00:00",0.018,"2013-05-10 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88161",5,38.277675,-85.740153,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",41,0.003494,0.003156,0.0184,"2013-06-27 00:00",0.015,"2013-07-15 00:00",0.0093,"2013-08-02 00:00",0.007,"2013-05-16 00:00","","","","",0.0184,0.015,0.0093,0.0064,0.00265,0.00215,0.0021,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88164",5,38.277675,-85.740153,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001622,0.000287,0.003,"2013-05-04 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-28 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88165",5,38.277675,-85.740153,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.082292,0.095044,0.512,"2013-06-27 00:00",0.512,"2013-07-15 00:00",0.169,"2013-05-16 00:00",0.157,"2013-08-02 00:00","","","","",0.512,0.512,0.169,0.129,0.088,0.057,0.025,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88166",5,38.277675,-85.740153,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.008931,0.004977,0.019,"2013-10-25 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-03-17 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88167",5,38.277675,-85.740153,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.01633,0.018743,0.102,"2013-03-29 00:00",0.0711,"2013-01-10 00:00",0.0475,"2013-10-01 00:00",0.0416,"2013-05-16 00:00","","","","",0.102,0.0711,0.0475,0.0372,0.0199,0.0104,0.00175,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88168",5,38.277675,-85.740153,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001343,0.000743,0.0058,"2013-09-19 00:00",0.003,"2013-07-03 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-09 00:00","","","","",0.0058,0.003,0.00175,0.00175,0.00155,0.00115,0.00085,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88169",5,38.277675,-85.740153,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.980882,0.484067,2.16,"2013-08-26 00:00",2.12,"2013-09-19 00:00",2.09,"2013-08-08 00:00",1.75,"2013-09-07 00:00","","","","",2.16,2.12,2.09,1.61,1.28,0.972,0.462,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88176",5,38.277675,-85.740153,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.000984,0.000234,0.0018,"2013-07-03 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-03-17 00:00","","","","",0.0018,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88180",5,38.277675,-85.740153,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.073835,0.094252,0.711,"2013-07-03 00:00",0.107,"2013-06-27 00:00",0.106,"2013-01-16 00:00",0.102,"2013-01-28 00:00","","","","",0.711,0.107,0.106,0.0966,0.083,0.0585,0.0285,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88184",5,38.277675,-85.740153,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",19,0.062314,0.045545,0.187,"2013-06-27 00:00",0.161,"2013-05-04 00:00",0.15,"2013-03-05 00:00",0.148,"2013-03-11 00:00","","","","",0.187,0.161,0.15,0.126,0.098,0.057,0.0155,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88185",5,38.277675,-85.740153,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.003877,0.003794,0.0115,"2013-01-22 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88301",5,38.277675,-85.740153,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.007627,0.660407,3.23,"2013-01-16 00:00",2.5,"2013-02-03 00:00",2.38,"2013-01-04 00:00",2.23,"2013-09-19 00:00","","","","",3.23,2.5,2.38,1.74,1.36,0.944,0.183,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88302",5,38.277675,-85.740153,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.094439,0.055858,0.246,"2013-06-27 00:00",0.244,"2013-01-16 00:00",0.209,"2013-02-27 00:00",0.19,"2013-03-11 00:00","","","","",0.246,0.244,0.209,0.157,0.13,0.08,0.033,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88303",5,38.277675,-85.740153,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.061278,0.104584,0.766,"2013-07-03 00:00",0.134,"2013-01-28 00:00",0.116,"2013-04-16 00:00",0.11,"2013-01-16 00:00","","","","",0.766,0.134,0.116,0.096,0.06,0.042,0.012,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88306",5,38.277675,-85.740153,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.292549,1.539685,7.83,"2013-01-16 00:00",6.11,"2013-01-04 00:00",5.02,"2013-02-03 00:00",3.49,"2013-02-21 00:00","","","","",7.83,6.11,5.02,3.04,1.35,0.686,0.321,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88355",5,38.277675,-85.740153,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.64875,1.028721,5.18,"2013-09-19 00:00",5.06,"2013-01-28 00:00",4.47,"2013-07-03 00:00",4.22,"2013-08-26 00:00","","","","",5.18,5.18,4.47,4.2,3.5,2.55,1.5,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88357",5,38.277675,-85.740153,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.346146,0.171578,0.915,"2013-10-01 00:00",0.663,"2013-03-29 00:00",0.64,"2013-07-03 00:00",0.601,"2013-08-02 00:00","","","","",0.915,0.915,0.64,0.586,0.456,0.342,0.143,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88370",5,38.277675,-85.740153,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.372625,0.889167,4.67,"2013-01-28 00:00",4.35,"2013-09-19 00:00",4.07,"2013-07-03 00:00",3.85,"2013-08-26 00:00","","","","",4.67,4.67,4.07,3.79,3.04,2.26,1.37,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88374",5,38.277675,-85.740153,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.243708,0.174419,0.911,"2013-08-26 00:00",0.839,"2013-09-19 00:00",0.491,"2013-07-09 00:00",0.479,"2013-10-01 00:00","","","","",0.911,0.911,0.491,0.433,0.299,0.205,0.076,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88375",5,38.277675,-85.740153,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.656958,0.251649,1.19,"2013-06-21 00:00",1.11,"2013-07-03 00:00",1.1,"2013-09-07 00:00",1.06,"2013-01-28 00:00","","","","",1.19,1.19,1.1,1.06,0.862,0.631,0.37,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88376",5,38.277675,-85.740153,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.662771,0.314359,1.43,"2013-01-16 00:00",1.38,"2013-07-03 00:00",1.34,"2013-03-29 00:00",1.31,"2013-01-28 00:00","","","","",1.43,1.43,1.34,1.22,0.823,0.586,0.355,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88377",5,38.277675,-85.740153,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.517479,0.249192,1.25,"2013-01-28 00:00",1.04,"2013-07-03 00:00",0.895,"2013-09-19 00:00",0.89,"2013-09-07 00:00","","","","",1.25,1.25,0.895,0.887,0.705,0.473,0.261,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88378",5,38.277675,-85.740153,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.292854,0.159974,0.765,"2013-01-28 00:00",0.644,"2013-06-15 00:00",0.585,"2013-06-09 00:00",0.533,"2013-09-01 00:00","","","","",0.765,0.765,0.585,0.52,0.393,0.303,0.099,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88380",5,38.277675,-85.740153,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.621667,0.332019,1.92,"2013-10-01 00:00",1.35,"2013-09-19 00:00",1.07,"2013-03-29 00:00",1.07,"2013-08-02 00:00","","","","",1.92,1.92,1.07,1.04,0.763,0.641,0.283,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88383",5,38.277675,-85.740153,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.861813,0.351607,1.88,"2013-10-01 00:00",1.72,"2013-09-19 00:00",1.64,"2013-01-28 00:00",1.35,"2013-03-29 00:00","","","","",1.88,1.88,1.64,1.3,1.07,0.808,0.496,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88384",5,38.277675,-85.740153,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.05266,0.021725,0.112,"2013-08-14 00:00",0.1,"2013-09-25 00:00",0.0969,"2013-06-03 00:00",0.0879,"2013-07-15 00:00","","","","",0.112,0.112,0.0969,0.0814,0.0668,0.0528,0.0281,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88385",5,38.277675,-85.740153,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.001217,0.000916,0.00633,"2013-06-03 00:00",0.00398,"2013-06-27 00:00",0.0031,"2013-06-09 00:00",0.001,"2013-01-04 00:00","","","","",0.00633,0.00633,0.0031,0.001,0.001,0.001,0.001,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88388",5,38.277675,-85.740153,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.568229,0.247487,1.23,"2013-09-19 00:00",1.16,"2013-01-28 00:00",1.01,"2013-10-01 00:00",0.98,"2013-06-09 00:00","","","","",1.23,1.23,1.01,0.942,0.719,0.513,0.321,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88403",5,38.277675,-85.740153,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.706863,1.330892,6.12,"2013-09-19 00:00",5.76,"2013-08-08 00:00",5.71,"2013-08-26 00:00",4.78,"2013-06-09 00:00","","","","",6.12,5.76,5.71,4.24,3.34,2.72,1.16,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0006","88502",5,38.277675,-85.740153,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,11.852083,4.350739,21.3,"2013-09-19 00:00",21.2,"2013-08-26 00:00",20.9,"2013-01-16 00:00",19.8,"2013-09-07 00:00","","","","",21.3,21.3,20.9,17.1,15.3,11.9,6.4,"Jefferson- Walnut St/ Jefferson PFAU","JEFFERSONVILLE PFAU- 719 WALNUT ST","Indiana","Clark","Jeffersonville","Louisville/Jefferson County, KY-IN","2014-02-13" +"18","019","0008","44201",1,38.393833,-85.664167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5071,99,182,183,0,65,0,0,"Certification not required",178,0.052687,0.011965,0.092,"2013-06-17 14:00",0.084,"2013-09-10 14:00",0.081,"2013-09-09 14:00",0.079,"2013-06-05 16:00","","","","",0.084,0.079,0.073,0.069,0.061,0.052,0.041,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2013-12-05" +"18","019","0008","44201",1,38.393833,-85.664167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,99,181,183,0,0,0,0,"Certification not required",0,0.046387,0.009877,0.068,"2013-05-15 10:00",0.067,"2013-06-05 11:00",0.067,"2013-06-21 10:00",0.067,"2013-09-09 11:00","","","","",0.067,0.067,0.062,0.06,0.054,0.047,0.035,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2013-12-05" +"18","019","0008","44201",1,38.393833,-85.664167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,99,181,183,0,0,0,0,"Certification not required",0,0.046387,0.009877,0.068,"2013-05-15 10:00",0.067,"2013-06-05 11:00",0.067,"2013-06-21 10:00",0.067,"2013-09-09 11:00","","","","",0.067,0.067,0.062,0.06,0.054,0.047,0.035,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2013-12-05" +"18","019","0008","61101",1,38.393833,-85.664167,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7264,83,303,365,0,32,"","","Certification not required",0,4.600757,3.3004,21.1,"2013-01-30 22:00",21,"2013-01-30 02:00",20.1,"2013-04-18 10:00",19.5,"2013-01-30 01:00","","","","",15.3,13.9,11.6,9.4,6,3.7,1.3,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","61103",1,38.393833,-85.664167,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7264,83,303,365,0,32,"","","Certification not required",0,4.323926,3.273043,20.8,"2013-01-30 02:00",20.7,"2013-01-30 22:00",19.6,"2013-04-18 10:00",19.1,"2013-01-30 01:00","","","","",14.9,13.5,11.5,9.1,5.7,3.4,1.1,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","61104",1,38.393833,-85.664167,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7264,83,303,365,0,32,"","","Certification not required",0,181.463519,97.79899,360,"2013-01-17 14:00",360,"2013-06-03 20:00",360,"2013-07-16 04:00",360,"2013-08-13 19:00","","","","",355,349,334,311,266,184,46,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","61105",1,38.393833,-85.664167,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7264,83,303,365,0,32,"","","Certification not required",0,9.311812,5.702921,42,"2013-02-18 19:00",41,"2013-10-31 22:00",38,"2013-02-18 22:00",38,"2013-02-19 03:00","","","","",27,24,21,17,12,8,3,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","61106",1,38.393833,-85.664167,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7264,83,303,365,0,32,"","","Certification not required",0,20.445622,12.006071,81,"2013-04-23 01:00",81,"2013-07-17 20:00",81,"2013-07-29 05:00",81,"2013-08-10 19:00","","","","",64,57,46,37,25,17,10,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","62101",1,38.393833,-85.664167,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6860,78,284,365,0,436,"","","Certification not required",0,59.350875,18.473019,94,"2013-08-28 13:00",94,"2013-08-28 14:00",94,"2013-08-28 15:00",94,"2013-08-28 16:00","","","","",90,88,85,81,74,64,32,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","62103",1,38.393833,-85.664167,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6860,78,284,365,0,436,"","","Certification not required",0,50.818222,18.355508,79,"2013-07-23 20:00",78,"2013-07-10 11:00",78,"2013-07-17 19:00",78,"2013-07-17 20:00","","","","",76,75,73,71,66,56,23,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","62201",1,38.393833,-85.664167,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7241,83,303,365,0,55,"","","Certification not required",0,76.172766,19.678342,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-01 02:00",100,"2013-01-01 03:00","","","","",100,100,100,100,95,79,48,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","64101",1,38.393833,-85.664167,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7266,83,303,365,0,30,"","","Certification not required",0,996.221305,5.635012,1013,"2013-01-24 10:00",1013,"2013-01-24 11:00",1013,"2013-01-24 12:00",1012,"2013-01-18 09:00","","","","",1009,1007,1006,1004,999,996,990,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-28" +"18","019","0008","68101",1,38.393833,-85.664167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,121,122,0,0,"","","Certification not required",46,0.152066,0.098615,0.4,"2013-10-16 00:00",0.4,"2013-10-28 00:00",0.3,"2013-01-01 00:00",0.3,"2013-01-13 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.2,0.05,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68102",1,38.393833,-85.664167,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,0,"","","Certification not required",0,23.997521,0.02026,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68103",1,38.393833,-85.664167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,6.38843,9.692361,22.2,"2013-07-09 00:00",21.7,"2013-07-18 00:00",21.6,"2013-05-31 00:00",21.6,"2013-08-08 00:00","","","","",21.7,21.6,20.2,18.5,15.1,5.8,-6.1,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68104",1,38.393833,-85.664167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,18.534711,10.978454,35.6,"2013-07-18 00:00",35.1,"2013-08-29 00:00",33.9,"2013-06-12 00:00",33.8,"2013-07-15 00:00","","","","",35.1,33.9,32.8,31.6,28.2,19.9,1.7,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68105",1,38.393833,-85.664167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,12.307438,9.915629,28.2,"2013-06-12 00:00",27.9,"2013-07-18 00:00",27.5,"2013-07-09 00:00",26.8,"2013-08-29 00:00","","","","",27.9,27.5,26,24.2,21.3,13.7,-1.2,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68106",1,38.393833,-85.664167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,744.652893,4.62369,758,"2013-11-24 00:00",755,"2013-12-24 00:00",754,"2013-12-12 00:00",753,"2013-01-04 00:00","","","","",755,754,753,750,747,745,739,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68107",1,38.393833,-85.664167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,750.008264,4.497214,764,"2013-11-24 00:00",762,"2013-11-12 00:00",761,"2013-12-12 00:00",760,"2013-12-24 00:00","","","","",762,761,758,756,753,750,745,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68108",1,38.393833,-85.664167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,747.520661,4.381969,761,"2013-11-24 00:00",759,"2013-11-12 00:00",758,"2013-12-12 00:00",758,"2013-12-24 00:00","","","","",759,758,755,753,750,747,743,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","68109",1,38.393833,-85.664167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,121,122,0,0,"","","Certification not required",0,1439.504132,1.232369,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","88101",1,38.393833,-85.664167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,9.504132,4.557401,22.8,"2013-01-07 00:00",22.8,"2013-09-10 00:00",22.5,"2013-07-18 00:00",19.8,"2013-09-19 00:00","","","","",22.8,22.5,17.8,15.7,12.2,8.7,4.6,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0008","88101",1,38.393833,-85.664167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,9.504132,4.557401,22.8,"2013-01-07 00:00",22.8,"2013-09-10 00:00",22.5,"2013-07-18 00:00",19.8,"2013-09-19 00:00","","","","",22.8,22.5,17.8,15.7,12.2,8.7,4.6,"Charlestown State Park- 1051.8 meters East of SR 62/ Indiana armory","12500 St. Rd. 62-Charlestown State Park/ Indiana Armory","Indiana","Clark","","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","019","0009","42153",1,38.276683,-85.763767,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.022034,0.041803,0.1,"2013-05-10 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-15 00:00",0.1,"2013-06-27 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43102",1,38.276683,-85.763767,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,83.279661,55.541711,294,"2013-01-28 00:00",241,"2013-11-30 00:00",209,"2013-10-01 00:00",182,"2013-08-02 00:00","","","","",294,241,209,162,91,72.5,34,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-10" +"18","019","0009","43205",1,38.276683,-85.763767,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,2.286102,1.658066,7.11,"2013-01-04 00:00",6.6,"2013-10-25 00:00",6.36,"2013-01-10 00:00",4.8,"2013-10-01 00:00","","","","",7.11,6.6,6.36,4.68,3.54,1.8,0.69,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43207",1,38.276683,-85.763767,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.190847,0.018689,0.26,"2013-03-11 00:00",0.24,"2013-09-07 00:00",0.24,"2013-09-13 00:00",0.22,"2013-09-01 00:00","","","","",0.26,0.24,0.24,0.2,0.2,0.18,0.18,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43208",1,38.276683,-85.763767,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",56,0.039017,0.020014,0.069,"2013-10-01 00:00",0.069,"2013-10-07 00:00",0.069,"2013-10-13 00:00",0.069,"2013-10-19 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.028,0.023,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43209",1,38.276683,-85.763767,"WGS84","Ethyl acetate","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",15,0.347322,0.306758,1.76,"2013-03-29 00:00",0.9,"2013-11-30 00:00",0.88,"2013-05-10 00:00",0.88,"2013-08-02 00:00","","","","",1.76,0.9,0.88,0.8,0.5,0.24,0.058,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43218",1,38.276683,-85.763767,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.276271,0.355421,1.6,"2013-01-04 00:00",1.5,"2013-03-29 00:00",1.3,"2013-01-10 00:00",1.1,"2013-08-02 00:00","","","","",1.6,1.5,1.3,0.6,0.4,0.2,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43231",1,38.276683,-85.763767,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.764407,0.397302,1.7,"2013-08-02 00:00",1.7,"2013-09-07 00:00",1.7,"2013-10-13 00:00",1.6,"2013-03-29 00:00","","","","",1.7,1.7,1.7,1.4,1,0.6,0.4,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43232",1,38.276683,-85.763767,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",3,0.604314,0.337973,1.54,"2013-08-02 00:00",1.47,"2013-02-09 00:00",1.19,"2013-11-06 00:00",1.12,"2013-03-29 00:00","","","","",1.54,1.47,1.19,1.12,0.77,0.56,0.21,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43248",1,38.276683,-85.763767,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",20,0.265169,0.226173,1.38,"2013-08-02 00:00",0.72,"2013-09-01 00:00",0.66,"2013-09-07 00:00",0.6,"2013-10-19 00:00","","","","",1.38,0.72,0.66,0.54,0.36,0.24,0.057,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43302",1,38.276683,-85.763767,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,32.384746,33.131615,138.64,"2013-07-09 00:00",131.18,"2013-10-01 00:00",104.1,"2013-08-02 00:00",102,"2013-09-19 00:00","","","","",138.64,131.18,104.1,82.98,52.6,19.48,4.26,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43312",1,38.276683,-85.763767,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,1.049492,0.394922,2.01,"2013-01-28 00:00",1.98,"2013-03-29 00:00",1.95,"2013-06-15 00:00",1.77,"2013-06-21 00:00","","","","",2.01,1.98,1.95,1.62,1.32,0.99,0.57,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43372",1,38.276683,-85.763767,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.044068,0.050073,0.1,"2013-01-28 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-23 00:00",0.1,"2013-03-29 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43447",1,38.276683,-85.763767,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,1.852542,1.01444,5.1,"2013-06-15 00:00",4.3,"2013-07-09 00:00",4.1,"2013-09-07 00:00",3.8,"2013-10-31 00:00","","","","",5.1,4.3,4.1,3.5,2.5,1.7,0.8,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43505",1,38.276683,-85.763767,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.840678,0.34347,2,"2013-01-28 00:00",1.7,"2013-06-15 00:00",1.5,"2013-01-10 00:00",1.5,"2013-10-31 00:00","","","","",2,1.7,1.5,1.2,1.1,0.8,0.5,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43551",1,38.276683,-85.763767,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,11.64,4.266959,22.56,"2013-10-31 00:00",21.75,"2013-11-30 00:00",21.39,"2013-01-04 00:00",20.43,"2013-01-10 00:00","","","","",22.56,21.75,21.39,18,14.13,11.28,6.39,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43552",1,38.276683,-85.763767,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,1.8,0.639439,3.32,"2013-10-31 00:00",2.92,"2013-06-15 00:00",2.88,"2013-01-28 00:00",2.84,"2013-01-10 00:00","","","","",3.32,2.92,2.88,2.6,2.28,1.84,0.88,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43559",1,38.276683,-85.763767,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",14,0.336051,0.236087,1.26,"2013-07-15 00:00",0.84,"2013-06-15 00:00",0.72,"2013-10-19 00:00",0.6,"2013-01-28 00:00","","","","",1.26,0.84,0.72,0.54,0.48,0.36,0.027,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43560",1,38.276683,-85.763767,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.230508,0.200219,1.1,"2013-07-15 00:00",0.8,"2013-01-10 00:00",0.6,"2013-12-30 00:00",0.5,"2013-01-04 00:00","","","","",1.1,0.8,0.6,0.5,0.3,0.2,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43801",1,38.276683,-85.763767,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.623729,0.072728,0.8,"2013-09-01 00:00",0.7,"2013-02-09 00:00",0.7,"2013-04-16 00:00",0.7,"2013-05-22 00:00","","","","",0.8,0.7,0.7,0.7,0.7,0.6,0.5,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43802",1,38.276683,-85.763767,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.108475,0.033673,0.3,"2013-12-30 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-09 00:00",0.2,"2013-10-07 00:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0.1,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43803",1,38.276683,-85.763767,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.015254,0.036263,0.1,"2013-05-16 00:00",0.1,"2013-06-15 00:00",0.1,"2013-06-21 00:00",0.1,"2013-07-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43804",1,38.276683,-85.763767,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43806",1,38.276683,-85.763767,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43811",1,38.276683,-85.763767,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.518136,0.375185,2.01,"2013-01-16 00:00",1.93,"2013-01-28 00:00",1.6,"2013-01-10 00:00",1.54,"2013-01-22 00:00","","","","",2.01,1.93,1.6,0.75,0.54,0.39,0.31,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43812",1,38.276683,-85.763767,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.001695,0.013019,0.1,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43813",1,38.276683,-85.763767,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43814",1,38.276683,-85.763767,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.001695,0.013019,0.1,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43815",1,38.276683,-85.763767,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.032203,0.047127,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43817",1,38.276683,-85.763767,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.010169,0.030484,0.1,"2013-03-29 00:00",0.1,"2013-05-16 00:00",0.1,"2013-06-21 00:00",0.1,"2013-08-02 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43818",1,38.276683,-85.763767,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43819",1,38.276683,-85.763767,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43820",1,38.276683,-85.763767,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43823",1,38.276683,-85.763767,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.522203,0.089848,0.81,"2013-09-19 00:00",0.75,"2013-09-25 00:00",0.75,"2013-10-01 00:00",0.74,"2013-03-11 00:00","","","","",0.81,0.75,0.75,0.7,0.54,0.49,0.44,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43824",1,38.276683,-85.763767,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.001695,0.013019,0.1,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43826",1,38.276683,-85.763767,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43828",1,38.276683,-85.763767,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",58,0.01022,0.002719,0.03,"2013-01-28 00:00",0.011,"2013-04-04 00:00",0.011,"2013-04-10 00:00",0.011,"2013-04-16 00:00","","","","",0.03,0.011,0.011,0.011,0.011,0.01,0.009,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43829",1,38.276683,-85.763767,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43830",1,38.276683,-85.763767,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43831",1,38.276683,-85.763767,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43832",1,38.276683,-85.763767,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",59,0.010237,0.000575,0.011,"2013-01-04 00:00",0.011,"2013-01-10 00:00",0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00","","","","",0.011,0.011,0.011,0.011,0.011,0.01,0.0095,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43838",1,38.276683,-85.763767,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",59,0.027424,0.004446,0.034,"2013-10-01 00:00",0.034,"2013-10-07 00:00",0.034,"2013-10-13 00:00",0.034,"2013-10-19 00:00","","","","",0.034,0.034,0.034,0.034,0.034,0.028,0.023,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43839",1,38.276683,-85.763767,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",59,0.024898,0.004029,0.031,"2013-10-01 00:00",0.031,"2013-10-07 00:00",0.031,"2013-10-13 00:00",0.031,"2013-10-19 00:00","","","","",0.031,0.031,0.031,0.031,0.031,0.025,0.021,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43843",1,38.276683,-85.763767,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43844",1,38.276683,-85.763767,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.00339,0.026038,0.2,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","43860",1,38.276683,-85.763767,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45109",1,38.276683,-85.763767,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,1.452542,1.103342,5.4,"2013-03-29 00:00",3.9,"2013-06-15 00:00",3.3,"2013-02-09 00:00",3.1,"2013-01-10 00:00","","","","",5.4,3.9,3.3,3.1,2.1,1.2,0.2,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45201",1,38.276683,-85.763767,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,1.001695,0.398485,2.2,"2013-11-30 00:00",2,"2013-01-10 00:00",2,"2013-03-29 00:00",1.9,"2013-01-16 00:00","","","","",2.2,2,2,1.6,1.2,1,0.5,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45202",1,38.276683,-85.763767,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,4.094915,3.533652,18.9,"2013-08-02 00:00",13.7,"2013-05-16 00:00",10.7,"2013-01-04 00:00",10.7,"2013-03-29 00:00","","","","",18.9,13.7,10.7,8.5,4.9,3.2,0.9,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45203",1,38.276683,-85.763767,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.416949,0.341474,1.5,"2013-03-29 00:00",1.1,"2013-06-15 00:00",1,"2013-01-10 00:00",1,"2013-02-09 00:00","","","","",1.5,1.1,1,0.9,0.6,0.4,0.1,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45204",1,38.276683,-85.763767,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.554237,0.421132,1.8,"2013-03-29 00:00",1.7,"2013-06-15 00:00",1.4,"2013-06-21 00:00",1.4,"2013-08-02 00:00","","","","",1.8,1.7,1.4,1.1,0.8,0.5,0.1,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45207",1,38.276683,-85.763767,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",52,0.098237,0.094604,0.54,"2013-11-06 00:00",0.45,"2013-03-29 00:00",0.45,"2013-06-21 00:00",0.18,"2013-01-10 00:00","","","","",0.54,0.45,0.45,0.18,0.0855,0.072,0.0495,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45208",1,38.276683,-85.763767,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",12,0.553729,0.424312,1.8,"2013-03-29 00:00",1.53,"2013-01-10 00:00",1.44,"2013-06-15 00:00",1.35,"2013-06-21 00:00","","","","",1.8,1.53,1.44,1.26,0.81,0.54,0.0495,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45213",1,38.276683,-85.763767,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",44,0.121119,0.143196,0.72,"2013-11-06 00:00",0.54,"2013-03-29 00:00",0.45,"2013-06-15 00:00",0.45,"2013-06-21 00:00","","","","",0.72,0.54,0.45,0.36,0.09,0.0675,0.0495,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45220",1,38.276683,-85.763767,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.118644,0.170673,0.9,"2013-07-15 00:00",0.7,"2013-08-02 00:00",0.4,"2013-05-16 00:00",0.3,"2013-01-10 00:00","","","","",0.9,0.7,0.4,0.3,0.2,0.1,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45801",1,38.276683,-85.763767,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.038983,0.04919,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45805",1,38.276683,-85.763767,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",59,0.057559,0.013742,0.072,"2013-01-04 00:00",0.072,"2013-01-10 00:00",0.072,"2013-01-16 00:00",0.072,"2013-01-22 00:00","","","","",0.072,0.072,0.072,0.072,0.072,0.066,0.036,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45806",1,38.276683,-85.763767,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",58,0.09539,0.297571,2.34,"2013-05-28 00:00",0.066,"2013-01-04 00:00",0.066,"2013-01-10 00:00",0.066,"2013-01-16 00:00","","","","",2.34,0.066,0.066,0.066,0.066,0.066,0.033,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45807",1,38.276683,-85.763767,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,4.018644,6.727004,32.6,"2013-01-04 00:00",28,"2013-01-16 00:00",23.2,"2013-01-28 00:00",21,"2013-01-10 00:00","","","","",32.6,28,23.2,6.9,3.2,1.8,0.8,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45809",1,38.276683,-85.763767,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.00339,0.018252,0.1,"2013-01-10 00:00",0.1,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","45810",1,38.276683,-85.763767,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.011864,0.05597,0.4,"2013-07-15 00:00",0.1,"2013-04-10 00:00",0.1,"2013-05-04 00:00",0.1,"2013-05-16 00:00","","","","",0.4,0.1,0.1,0,0,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","46201",1,38.276683,-85.763767,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.101695,0.174683,1,"2013-07-15 00:00",0.7,"2013-12-30 00:00",0.3,"2013-10-13 00:00",0.2,"2013-04-04 00:00","","","","",1,0.7,0.3,0.2,0.2,0,0,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","019","0009","46401",1,38.276683,-85.763767,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",44,0.120949,0.110652,0.56,"2013-09-25 00:00",0.48,"2013-08-20 00:00",0.36,"2013-06-15 00:00",0.36,"2013-06-21 00:00","","","","",0.56,0.48,0.36,0.36,0.122,0.098,0.04,"Clarksville","201 W. Riverside Dr.-Clarksville State Park-Falls of the Ohio State Park","Indiana","Clark","Clarksville","Louisville/Jefferson County, KY-IN","2014-01-16" +"18","027","0002","42401",1,38.573253,-87.214613,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7914,90,342,365,0,846,18,"","Certification not required",0,14.24269,28.544191,202,"2013-01-05 14:00",171,"2013-01-06 01:00",171,"2013-11-08 13:00",150,"2013-10-09 16:00","","","","",150,117,79,36,9,5,0,"AES/IPL Petersburg","WEST OFF OF STATE ROUTE 57","Indiana","Daviess","","Washington, IN","2014-02-12" +"18","027","0002","42401",1,38.573253,-87.214613,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7914,90,342,365,0,846,"","","Certification not required",0,2.549027,8.946642,202,"2013-01-05 14:00",171,"2013-01-06 01:00",171,"2013-11-08 13:00",165,"2013-01-06 06:00","","","","",35,19,6,4,2,1,0,"AES/IPL Petersburg","WEST OFF OF STATE ROUTE 57","Indiana","Daviess","","Washington, IN","2014-02-12" +"18","027","0002","42401",1,38.573253,-87.214613,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",342,94,342,365,0,0,0,"","Certification not required",0,2.54883,3.923669,41,"2013-01-06 00:00",23.7,"2013-12-27 00:00",22.7,"2013-01-05 00:00",21.2,"2013-10-09 00:00","","","","",21.2,15.6,8.4,5.4,2.6,1.6,0,"AES/IPL Petersburg","WEST OFF OF STATE ROUTE 57","Indiana","Daviess","","Washington, IN","2014-02-12" +"18","027","0002","42401",1,38.573253,-87.214613,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2380,82,327,365,0,0,"",0,"Certification not required",0,2.553067,7.592049,126.6,"2013-01-06 08:00",116.3,"2013-01-05 14:00",97,"2013-10-09 17:00",92.3,"2013-11-08 14:00","","","","",39.6,20.3,7.6,4,2,1,0,"AES/IPL Petersburg","WEST OFF OF STATE ROUTE 57","Indiana","Daviess","","Washington, IN","2014-02-12" +"18","035","0006","68101",1,40.201141,-85.387999,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",119,100,61,61,0,0,"","","Certification not required",20,0.271429,0.153845,0.6,"2013-05-01 00:00",0.6,"2013-10-04 00:00",0.5,"2013-04-07 00:00",0.5,"2013-04-22 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.3,0.05,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68102",1,40.201141,-85.387999,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,0,"","","Certification not required",0,23.992437,0.048989,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68103",1,40.201141,-85.387999,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,5.321849,10.703628,23.3,"2013-09-10 00:00",23,"2013-07-09 00:00",22.6,"2013-07-18 00:00",22.5,"2013-07-15 00:00","","","","",23,22.6,20.1,19.2,15.4,6.1,-8.9,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68104",1,40.201141,-85.387999,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,16.758824,12.698815,37.9,"2013-07-15 00:00",37.5,"2013-07-18 00:00",37.2,"2013-09-10 00:00",34.7,"2013-06-21 00:00","","","","",37.5,37.2,34.1,32.1,28.7,17.8,-1.9,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68105",1,40.201141,-85.387999,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,10.60084,11.25283,28.7,"2013-07-18 00:00",28.4,"2013-07-15 00:00",28.4,"2013-09-10 00:00",27,"2013-07-09 00:00","","","","",28.4,28.4,26.1,24.1,21.2,12,-4.7,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68106",1,40.201141,-85.387999,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,733.806723,4.705347,746,"2013-11-24 00:00",745,"2013-03-08 00:00",743,"2013-12-24 00:00",742,"2013-01-04 00:00","","","","",745,743,741,740,737,734,727,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68107",1,40.201141,-85.387999,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,740.436975,4.725765,753,"2013-11-24 00:00",752,"2013-11-12 00:00",751,"2013-01-10 00:00",750,"2013-12-24 00:00","","","","",752,751,749,747,743,740,735,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68108",1,40.201141,-85.387999,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,737.378151,4.485365,749,"2013-11-24 00:00",748,"2013-11-12 00:00",747,"2013-03-08 00:00",747,"2013-12-24 00:00","","","","",748,747,745,743,740,737,732,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","68109",1,40.201141,-85.387999,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",119,100,61,61,0,0,"","","Certification not required",0,1439.168067,2.781048,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-02-09 00:00",1440,"2013-02-15 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","88101",1,40.201141,-85.387999,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,9.752101,4.790755,29.1,"2013-12-03 00:00",22.3,"2013-01-07 00:00",20.3,"2013-09-10 00:00",19.5,"2013-01-01 00:00","","","","",22.3,20.3,18,16.5,13.1,8.7,4.3,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0006","88101",1,40.201141,-85.387999,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,9.752101,4.790755,29.1,"2013-12-03 00:00",22.3,"2013-01-07 00:00",20.3,"2013-09-10 00:00",19.5,"2013-01-01 00:00","","","","",22.3,20.3,18,16.5,13.1,8.7,4.3,"Muncie- Central HS","801 N. Walnut St.-MUNCIE CENTRAL HIGH","Indiana","Delaware","Muncie","Muncie, IN","2014-01-27" +"18","035","0009","14129",3,40.158417,-85.415021,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,3,0,0,"Certification not required",0,0.038074,0.060167,0.447,"2013-08-02 00:00",0.225,"2013-01-16 00:00",0.138,"2013-10-01 00:00",0.131,"2013-10-25 00:00","","","","",0.447,0.225,0.117,0.091,0.043,0.017,0.003,"LOCATED NE OF PLANT - DOWNWIND SITE","2601 W. MT. PLEASANT BLVD. - EAST SITE","Indiana","Delaware","Muncie","Muncie, IN","2014-02-10" +"18","035","0009","14129",4,40.158417,-85.415021,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,0,0,"Certification not required",0,0.029147,0.03539,0.145,"2013-10-04 00:00",0.129,"2013-06-12 00:00",0.082,"2013-12-27 00:00",0.071,"2013-11-09 00:00","","","","",0.145,0.145,0.129,0.071,0.045,0.009,0.004,"LOCATED NE OF PLANT - DOWNWIND SITE","2601 W. MT. PLEASANT BLVD. - EAST SITE","Indiana","Delaware","Muncie","Muncie, IN","2014-02-10" +"18","035","0010","44201",1,40.300015,-85.245367,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4208,97,177,183,0,184,0,0,"Certification not required",101,0.045514,0.009299,0.069,"2013-06-05 15:00",0.069,"2013-08-30 15:00",0.068,"2013-05-14 16:00",0.067,"2013-06-22 15:00","","","","",0.069,0.067,0.062,0.057,0.052,0.045,0.033,"Albany- Albany Elem. Sch.","700 W. STATE ST./ ALBANY ELEMENTARY","Indiana","Delaware","Albany","Muncie, IN","2013-10-25" +"18","035","0010","44201",1,40.300015,-85.245367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4240,96,175,183,0,0,0,0,"Certification not required",0,0.041503,0.008893,0.065,"2013-06-05 12:00",0.062,"2013-06-21 10:00",0.061,"2013-05-14 12:00",0.061,"2013-05-15 11:00","","","","",0.062,0.061,0.055,0.052,0.048,0.042,0.03,"Albany- Albany Elem. Sch.","700 W. STATE ST./ ALBANY ELEMENTARY","Indiana","Delaware","Albany","Muncie, IN","2013-10-25" +"18","035","0010","44201",1,40.300015,-85.245367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4240,96,175,183,0,0,0,0,"Certification not required",0,0.041503,0.008893,0.065,"2013-06-05 12:00",0.062,"2013-06-21 10:00",0.061,"2013-05-14 12:00",0.061,"2013-05-15 11:00","","","","",0.062,0.061,0.055,0.052,0.048,0.042,0.03,"Albany- Albany Elem. Sch.","700 W. STATE ST./ ALBANY ELEMENTARY","Indiana","Delaware","Albany","Muncie, IN","2013-10-25" +"18","037","0004","61101",1,38.369436,-86.959031,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6181,71,257,365,0,1115,"","","Certification not required",0,4.768419,3.112267,20.8,"2013-01-29 22:00",20.4,"2013-01-30 00:00",20,"2013-01-29 23:00",18.5,"2013-01-30 23:00","","","","",14.2,12.7,10.9,9.2,6.4,4.1,1.4,"Jasper Sport- Jasper Sport Complex","1401 12th Ave-JASPER SPORT COMPLEX","Indiana","Dubois","","Jasper, IN","2014-01-28" +"18","037","0004","61103",1,38.369436,-86.959031,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6181,71,257,365,0,1115,"","","Certification not required",0,4.486248,3.07579,20.3,"2013-01-29 22:00",20.1,"2013-01-30 00:00",19.6,"2013-01-29 23:00",18.2,"2013-01-30 23:00","","","","",13.8,12.3,10.5,8.9,6.2,3.8,1,"Jasper Sport- Jasper Sport Complex","1401 12th Ave-JASPER SPORT COMPLEX","Indiana","Dubois","","Jasper, IN","2014-01-28" +"18","037","0004","61104",1,38.369436,-86.959031,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6181,71,257,365,0,1115,"","","Certification not required",0,182.13493,94.163627,360,"2013-02-03 07:00",359,"2013-01-26 09:00",359,"2013-03-28 00:00",359,"2013-03-28 19:00","","","","",354,350,338,320,255,182,56,"Jasper Sport- Jasper Sport Complex","1401 12th Ave-JASPER SPORT COMPLEX","Indiana","Dubois","","Jasper, IN","2014-01-28" +"18","037","0004","61105",1,38.369436,-86.959031,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6181,71,257,365,0,1115,"","","Certification not required",0,9.251901,5.609469,56,"2013-01-30 01:00",36,"2013-01-29 22:00",35,"2013-10-31 20:00",34,"2013-01-29 23:00","","","","",26,23,20,17,12,8,3,"Jasper Sport- Jasper Sport Complex","1401 12th Ave-JASPER SPORT COMPLEX","Indiana","Dubois","","Jasper, IN","2014-01-28" +"18","037","0004","61106",1,38.369436,-86.959031,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6181,71,257,365,0,1115,"","","Certification not required",0,20.370005,12.068674,80,"2013-06-18 21:00",79,"2013-07-10 21:00",79,"2013-07-16 19:00",78,"2013-02-03 04:00","","","","",64,58,47,37,24,16,10,"Jasper Sport- Jasper Sport Complex","1401 12th Ave-JASPER SPORT COMPLEX","Indiana","Dubois","","Jasper, IN","2014-01-28" +"18","037","2001","68101",1,38.391443,-86.92916,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,100,61,61,0,0,"","","Certification not required",29,0.209052,0.126594,0.5,"2013-07-09 00:00",0.5,"2013-07-24 00:00",0.4,"2013-04-10 00:00",0.4,"2013-04-13 00:00","","","","",0.5,0.4,0.4,0.4,0.3,0.2,0.05,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68102",1,38.391443,-86.92916,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,100,61,61,0,0,"","","Certification not required",0,23.998276,0.013073,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68103",1,38.391443,-86.92916,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,61,61,0,0,"","","Certification not required",0,7.935345,10.273937,24.4,"2013-07-09 00:00",24.1,"2013-07-15 00:00",24.1,"2013-07-18 00:00",23.7,"2013-09-10 00:00","","","","",24.1,24.1,22.9,20.4,17.4,9,-5.5,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68103",5,38.391443,-86.92916,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.503922,9.445633,24.7,"2013-07-09 00:00",24.3,"2013-07-15 00:00",21.9,"2013-08-08 00:00",21.3,"2013-08-26 00:00","","","","",24.7,24.3,21.9,20.3,18.5,13,-2.8,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","68104",1,38.391443,-86.92916,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,61,61,0,0,"","","Certification not required",0,18.256897,11.442364,35.7,"2013-07-18 00:00",35,"2013-06-12 00:00",34.6,"2013-08-29 00:00",34,"2013-06-21 00:00","","","","",35,34.6,33.9,32,28,19.9,0.6,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68104",5,38.391443,-86.92916,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,20.637255,11.125394,35.6,"2013-06-21 00:00",34.9,"2013-07-09 00:00",34.4,"2013-07-15 00:00",34.3,"2013-08-26 00:00","","","","",35.6,34.9,34.4,33.5,30.2,22.4,4.4,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","68105",1,38.391443,-86.92916,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,61,61,0,0,"","","Certification not required",0,12.737931,10.517238,29.8,"2013-07-18 00:00",28.9,"2013-06-12 00:00",28.7,"2013-07-09 00:00",28.1,"2013-08-29 00:00","","","","",28.9,28.7,27.1,25.1,22,14.3,-2,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68105",5,38.391443,-86.92916,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,15.280392,9.912719,29.4,"2013-07-09 00:00",28.5,"2013-07-15 00:00",27.3,"2013-08-26 00:00",27,"2013-06-27 00:00","","","","",29.4,28.5,27.3,26.7,24.2,17.9,1.8,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","68106",1,38.391443,-86.92916,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,747.715517,4.77276,760,"2013-11-24 00:00",758,"2013-01-04 00:00",758,"2013-12-24 00:00",757,"2013-01-22 00:00","","","","",758,758,756,754,750,748,742,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68106",5,38.391443,-86.92916,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,742.686275,4.692505,756,"2013-01-22 00:00",754,"2013-01-04 00:00",752,"2013-10-25 00:00",750,"2013-03-29 00:00","","","","",756,754,752,748,745,742,737,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","68107",1,38.391443,-86.92916,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,752.991379,4.874951,767,"2013-11-24 00:00",765,"2013-11-12 00:00",764,"2013-12-12 00:00",764,"2013-12-24 00:00","","","","",765,764,762,760,756,753,748,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68107",5,38.391443,-86.92916,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,749.960784,5.737459,764,"2013-01-10 00:00",762,"2013-01-04 00:00",761,"2013-02-09 00:00",761,"2013-10-25 00:00","","","","",764,762,761,760,753,748,745,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","68108",1,38.391443,-86.92916,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,750.491379,4.682058,763,"2013-11-24 00:00",762,"2013-11-12 00:00",761,"2013-12-12 00:00",761,"2013-12-24 00:00","","","","",762,761,759,757,753,751,745,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","68108",5,38.391443,-86.92916,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,745.176471,4.650617,758,"2013-01-22 00:00",755,"2013-01-04 00:00",755,"2013-10-25 00:00",753,"2013-02-09 00:00","","","","",758,755,755,752,748,745,740,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","68109",1,38.391443,-86.92916,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,100,61,61,0,0,"","","Certification not required",0,1439.517241,1.05898,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","81102",2,38.391443,-86.92916,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,16.166667,6.142838,30,"2013-09-07 00:00",30,"2013-09-19 00:00",28,"2013-08-26 00:00",26,"2013-01-04 00:00","","","","",30,30,28,23,21,16,9,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","88101",1,38.391443,-86.92916,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,7,0,0,"Certification not required",0,10.912931,5.029453,23.5,"2013-01-07 00:00",22.7,"2013-01-01 00:00",22.4,"2013-09-10 00:00",21.3,"2013-07-18 00:00","","","","",22.7,22.4,20.4,18.3,14.3,11,4.9,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","88101",1,38.391443,-86.92916,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,7,"","","Certification not required",0,10.912931,5.029453,23.5,"2013-01-07 00:00",22.7,"2013-01-01 00:00",22.4,"2013-09-10 00:00",21.3,"2013-07-18 00:00","","","","",22.7,22.4,20.4,18.3,14.3,11,4.9,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-01-27" +"18","037","2001","88102",5,38.391443,-86.92916,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.020549,0.005921,0.042,"2013-09-13 00:00",0.037,"2013-01-22 00:00",0.028,"2013-08-02 00:00",0.026,"2013-07-27 00:00","","","","",0.042,0.037,0.028,0.026,0.021,0.021,0.0135,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88103",5,38.391443,-86.92916,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000373,0.000599,0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-02-09 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88104",5,38.391443,-86.92916,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",27,0.029961,0.041661,0.212,"2013-07-15 00:00",0.209,"2013-06-27 00:00",0.107,"2013-06-15 00:00",0.055,"2013-05-16 00:00","","","","",0.212,0.209,0.107,0.046,0.04,0.0125,0.0065,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88107",5,38.391443,-86.92916,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.00682,0.0067,0.0295,"2013-02-15 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.005,0.005,0.00385,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88109",5,38.391443,-86.92916,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",15,0.003377,0.002631,0.0144,"2013-01-16 00:00",0.0086,"2013-01-28 00:00",0.0079,"2013-02-03 00:00",0.0074,"2013-08-26 00:00","","","","",0.0144,0.0086,0.0079,0.0063,0.0048,0.0031,0.0009,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88110",5,38.391443,-86.92916,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002412,0.006335,0.037,"2013-04-04 00:00",0.019,"2013-10-01 00:00",0.014,"2013-08-14 00:00",0.012,"2013-11-06 00:00","","","","",0.037,0.019,0.014,0.007,0.001,0,0,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88111",5,38.391443,-86.92916,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.038416,0.028519,0.132,"2013-04-04 00:00",0.123,"2013-04-10 00:00",0.1,"2013-10-13 00:00",0.0842,"2013-07-15 00:00","","","","",0.132,0.123,0.1,0.0695,0.0538,0.0292,0.0102,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88112",5,38.391443,-86.92916,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.004176,0.01485,0.105,"2013-10-01 00:00",0.025,"2013-10-07 00:00",0.005,"2013-01-28 00:00",0.005,"2013-05-04 00:00","","","","",0.105,0.025,0.005,0.004,0.003,0.002,0,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88113",5,38.391443,-86.92916,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.000714,0.000217,0.0014,"2013-03-29 00:00",0.0014,"2013-10-25 00:00",0.0013,"2013-04-04 00:00",0.0012,"2013-02-09 00:00","","","","",0.0014,0.0014,0.0013,0.001,0.0007,0.0007,0.00055,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88114",5,38.391443,-86.92916,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",41,0.001175,0.000657,0.0036,"2013-08-08 00:00",0.0027,"2013-01-28 00:00",0.0025,"2013-01-04 00:00",0.0023,"2013-09-25 00:00","","","","",0.0036,0.0027,0.0025,0.0021,0.00125,0.00095,0.00065,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88115",5,38.391443,-86.92916,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",22,0.041341,0.158739,1.03,"2013-01-10 00:00",0.519,"2013-02-21 00:00",0.0796,"2013-08-14 00:00",0.0634,"2013-07-15 00:00","","","","",1.03,0.519,0.0796,0.033,0.0142,0.007,0.00245,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88117",5,38.391443,-86.92916,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006794,0.010723,0.0435,"2013-02-15 00:00",0.043,"2013-04-10 00:00",0.043,"2013-04-16 00:00",0.043,"2013-10-13 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0041,0.0034,0.0028,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88118",5,38.391443,-86.92916,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.011048,0.006811,0.023,"2013-02-15 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88126",5,38.391443,-86.92916,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.035961,0.02177,0.125,"2013-06-27 00:00",0.12,"2013-07-15 00:00",0.06,"2013-04-04 00:00",0.0594,"2013-06-15 00:00","","","","",0.125,0.12,0.06,0.0506,0.0444,0.0317,0.0152,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88128",5,38.391443,-86.92916,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000745,0.001426,0.006,"2013-10-01 00:00",0.005,"2013-09-07 00:00",0.004,"2013-08-02 00:00",0.003,"2013-02-03 00:00","","","","",0.006,0.005,0.004,0.003,0.001,0,0,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88131",5,38.391443,-86.92916,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010216,0.003233,0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-06-15 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88132",5,38.391443,-86.92916,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000941,0.001121,0.004,"2013-06-15 00:00",0.003,"2013-02-21 00:00",0.003,"2013-07-09 00:00",0.003,"2013-07-15 00:00","","","","",0.004,0.003,0.003,0.003,0.002,0.001,0,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88136",5,38.391443,-86.92916,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000235,0.000513,0.002,"2013-04-10 00:00",0.002,"2013-10-13 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88140",5,38.391443,-86.92916,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.006591,0.001722,0.0099,"2013-02-21 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00",0.009,"2013-02-03 00:00","","","","",0.0099,0.009,0.009,0.009,0.009,0.0055,0.00475,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88152",5,38.391443,-86.92916,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.005388,0.001727,0.013,"2013-01-04 00:00",0.008,"2013-03-17 00:00",0.008,"2013-03-29 00:00",0.008,"2013-06-09 00:00","","","","",0.013,0.008,0.008,0.008,0.005,0.005,0.00445,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88154",5,38.391443,-86.92916,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.001147,0.000426,0.0031,"2013-05-10 00:00",0.0028,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0031,0.0028,0.0013,0.0013,0.0013,0.001,0.00065,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88160",5,38.391443,-86.92916,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.013451,0.003579,0.018,"2013-02-21 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-10 00:00",0.018,"2013-06-15 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88161",5,38.391443,-86.92916,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.002912,0.001961,0.0116,"2013-06-03 00:00",0.0097,"2013-06-27 00:00",0.0076,"2013-07-15 00:00",0.007,"2013-09-19 00:00","","","","",0.0116,0.0097,0.0076,0.0038,0.00265,0.00215,0.0021,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88164",5,38.391443,-86.92916,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001541,0.000224,0.0019,"2013-03-17 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-06-09 00:00",0.0019,"2013-06-21 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88165",5,38.391443,-86.92916,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",6,0.065314,0.081235,0.444,"2013-07-15 00:00",0.415,"2013-06-27 00:00",0.148,"2013-05-16 00:00",0.131,"2013-04-04 00:00","","","","",0.444,0.415,0.148,0.102,0.0711,0.048,0.009,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88166",5,38.391443,-86.92916,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008278,0.004624,0.0185,"2013-02-21 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-10 00:00",0.0185,"2013-06-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88167",5,38.391443,-86.92916,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",9,0.008806,0.009146,0.0522,"2013-10-25 00:00",0.0389,"2013-01-04 00:00",0.0268,"2013-08-02 00:00",0.018,"2013-02-15 00:00","","","","",0.0522,0.0389,0.0268,0.0154,0.0107,0.0066,0.00175,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88168",5,38.391443,-86.92916,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001211,0.000294,0.00175,"2013-02-21 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-10 00:00",0.00175,"2013-06-15 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00115,0.00115,0.00085,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88169",5,38.391443,-86.92916,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.935765,0.453272,2.15,"2013-09-07 00:00",2.08,"2013-08-26 00:00",1.92,"2013-06-21 00:00",1.72,"2013-09-19 00:00","","","","",2.15,2.08,1.92,1.56,1.12,0.838,0.391,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88176",5,38.391443,-86.92916,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000964,0.000212,0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-04-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88180",5,38.391443,-86.92916,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.123243,0.125156,0.691,"2013-02-21 00:00",0.61,"2013-01-10 00:00",0.331,"2013-03-17 00:00",0.247,"2013-03-05 00:00","","","","",0.691,0.61,0.331,0.21,0.161,0.0822,0.0386,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88184",5,38.391443,-86.92916,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",20,0.106196,0.147001,0.815,"2013-01-10 00:00",0.555,"2013-02-21 00:00",0.421,"2013-04-10 00:00",0.319,"2013-03-29 00:00","","","","",0.815,0.555,0.421,0.191,0.135,0.055,0.0195,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88185",5,38.391443,-86.92916,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.003624,0.003603,0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88301",5,38.391443,-86.92916,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.01649,0.625266,2.48,"2013-01-16 00:00",2.34,"2013-02-03 00:00",2.28,"2013-01-04 00:00",2.03,"2013-06-09 00:00","","","","",2.48,2.34,2.28,1.89,1.49,0.913,0.184,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88302",5,38.391443,-86.92916,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.130265,0.12958,0.777,"2013-01-10 00:00",0.48,"2013-02-21 00:00",0.37,"2013-03-29 00:00",0.269,"2013-08-20 00:00","","","","",0.777,0.48,0.37,0.255,0.16,0.092,0.04,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88303",5,38.391443,-86.92916,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.098933,0.104111,0.569,"2013-01-10 00:00",0.517,"2013-02-21 00:00",0.246,"2013-03-17 00:00",0.216,"2013-04-04 00:00","","","","",0.569,0.517,0.246,0.163,0.111,0.076,0.031,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88306",5,38.391443,-86.92916,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.381412,1.520173,6.52,"2013-01-04 00:00",6.33,"2013-01-16 00:00",5.02,"2013-02-03 00:00",4.55,"2013-02-21 00:00","","","","",6.52,6.33,5.02,3.55,1.68,0.777,0.29,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88355",5,38.391443,-86.92916,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.324962,0.945986,4.99,"2013-09-19 00:00",4.86,"2013-01-28 00:00",4.5,"2013-08-26 00:00",3.76,"2013-09-07 00:00","","","","",4.99,4.86,4.5,3.28,2.94,2.09,1.23,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88357",5,38.391443,-86.92916,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.231135,0.098817,0.5,"2013-01-04 00:00",0.491,"2013-05-16 00:00",0.408,"2013-08-02 00:00",0.405,"2013-08-20 00:00","","","","",0.5,0.491,0.408,0.362,0.287,0.231,0.123,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88370",5,38.391443,-86.92916,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.119577,0.843461,4.4,"2013-09-19 00:00",4.39,"2013-01-28 00:00",4.08,"2013-08-26 00:00",3.33,"2013-09-07 00:00","","","","",4.4,4.39,4.08,3.01,2.65,1.92,1.16,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88374",5,38.391443,-86.92916,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.177058,0.145963,0.794,"2013-08-26 00:00",0.693,"2013-09-19 00:00",0.47,"2013-01-04 00:00",0.294,"2013-09-25 00:00","","","","",0.794,0.693,0.47,0.281,0.24,0.149,0.043,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88375",5,38.391443,-86.92916,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.574981,0.239269,1.23,"2013-09-19 00:00",0.978,"2013-07-09 00:00",0.975,"2013-05-28 00:00",0.95,"2013-06-15 00:00","","","","",1.23,0.978,0.975,0.938,0.744,0.551,0.287,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88376",5,38.391443,-86.92916,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.546115,0.25688,1.55,"2013-01-28 00:00",1.19,"2013-01-10 00:00",1.02,"2013-03-29 00:00",0.943,"2013-09-19 00:00","","","","",1.55,1.19,1.02,0.889,0.675,0.477,0.298,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88377",5,38.391443,-86.92916,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.460904,0.220018,1.15,"2013-01-28 00:00",1.03,"2013-08-26 00:00",0.888,"2013-09-07 00:00",0.811,"2013-03-29 00:00","","","","",1.15,1.03,0.888,0.742,0.612,0.431,0.233,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88378",5,38.391443,-86.92916,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.360808,0.163636,0.742,"2013-09-19 00:00",0.714,"2013-06-21 00:00",0.647,"2013-06-09 00:00",0.637,"2013-09-07 00:00","","","","",0.742,0.714,0.647,0.594,0.483,0.332,0.188,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88380",5,38.391443,-86.92916,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.436481,0.186739,0.869,"2013-09-19 00:00",0.856,"2013-01-28 00:00",0.766,"2013-01-04 00:00",0.735,"2013-08-20 00:00","","","","",0.869,0.856,0.766,0.728,0.538,0.432,0.194,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88383",5,38.391443,-86.92916,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.755096,0.301003,1.57,"2013-09-19 00:00",1.38,"2013-01-28 00:00",1.22,"2013-09-07 00:00",1.19,"2013-06-21 00:00","","","","",1.57,1.38,1.22,1.13,1.02,0.716,0.384,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88384",5,38.391443,-86.92916,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.041763,0.020081,0.111,"2013-06-27 00:00",0.0897,"2013-08-26 00:00",0.076,"2013-08-02 00:00",0.0686,"2013-10-25 00:00","","","","",0.111,0.0897,0.076,0.0658,0.0559,0.0385,0.0218,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88385",5,38.391443,-86.92916,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001095,0.000685,0.00594,"2013-06-27 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00594,0.001,0.001,0.001,0.001,0.001,0.001,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88388",5,38.391443,-86.92916,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.566173,0.270153,1.34,"2013-09-19 00:00",1.07,"2013-09-07 00:00",1.04,"2013-06-09 00:00",1.02,"2013-06-21 00:00","","","","",1.34,1.07,1.04,0.954,0.753,0.504,0.248,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88403",5,38.391443,-86.92916,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.495627,1.157238,5.29,"2013-09-07 00:00",4.98,"2013-06-09 00:00",4.89,"2013-08-26 00:00",4.76,"2013-06-21 00:00","","","","",5.29,4.98,4.89,4.24,2.91,2.42,1.01,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","037","2001","88502",5,38.391443,-86.92916,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.168,4.376162,20.9,"2013-01-04 00:00",20.4,"2013-08-26 00:00",19.1,"2013-01-28 00:00",18.4,"2013-09-07 00:00","","","","",20.9,20.9,19.1,18,14.1,11,5.8,"Jasper PO","206 E 6TH ST- Jasper Post Office","Indiana","Dubois","Jasper","Jasper, IN","2014-02-13" +"18","039","0007","44201",1,41.71805,-85.83055,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4348,100,183,183,0,44,0,0,"Certification not required",278,0.043667,0.009504,0.071,"2013-05-14 17:00",0.064,"2013-08-19 17:00",0.064,"2013-09-11 17:00",0.063,"2013-09-09 15:00","","","","",0.064,0.063,0.06,0.057,0.049,0.043,0.032,"Bristol- Bristol Elem. Sch.","705 INDIANA AVE./ BRISTOL ELEMENTARY","Indiana","Elkhart","Bristol","Elkhart-Goshen, IN","2013-10-25" +"18","039","0007","44201",1,41.71805,-85.83055,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.039415,0.009069,0.063,"2013-05-14 12:00",0.057,"2013-06-20 12:00",0.056,"2013-09-09 14:00",0.055,"2013-06-21 09:00","","","","",0.057,0.055,0.053,0.052,0.046,0.04,0.028,"Bristol- Bristol Elem. Sch.","705 INDIANA AVE./ BRISTOL ELEMENTARY","Indiana","Elkhart","Bristol","Elkhart-Goshen, IN","2013-10-25" +"18","039","0007","44201",1,41.71805,-85.83055,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.039415,0.009069,0.063,"2013-05-14 12:00",0.057,"2013-06-20 12:00",0.056,"2013-09-09 14:00",0.055,"2013-06-21 09:00","","","","",0.057,0.055,0.053,0.052,0.046,0.04,0.028,"Bristol- Bristol Elem. Sch.","705 INDIANA AVE./ BRISTOL ELEMENTARY","Indiana","Elkhart","Bristol","Elkhart-Goshen, IN","2013-10-25" +"18","039","0008","68101",1,41.656905,-85.968372,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",121,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68102",1,41.656905,-85.968372,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,23.997521,0.027273,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68103",1,41.656905,-85.968372,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,3.820661,10.277613,22.5,"2013-07-18 00:00",22.5,"2013-09-10 00:00",21.3,"2013-07-15 00:00",20.3,"2013-07-09 00:00","","","","",22.5,21.3,18.6,17.3,12.8,4.1,-10.1,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68103",5,41.656905,-85.968372,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,6.075,10.033979,21.4,"2013-07-15 00:00",20.5,"2013-07-09 00:00",18.7,"2013-07-21 00:00",18.3,"2013-09-01 00:00","","","","",21.4,20.5,18.7,17.9,15.2,7.1,-6.9,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","68104",1,41.656905,-85.968372,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,14.659504,12.265525,36.5,"2013-09-10 00:00",34.9,"2013-07-18 00:00",33.6,"2013-07-15 00:00",32.6,"2013-07-21 00:00","","","","",34.9,33.6,31.6,30.9,26.1,15,-2.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68104",5,41.656905,-85.968372,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.067308,11.874569,34.4,"2013-07-15 00:00",32.9,"2013-07-21 00:00",32.1,"2013-09-07 00:00",31.8,"2013-06-21 00:00","","","","",34.4,32.9,32.1,31.4,26.8,19,0.7,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","68105",1,41.656905,-85.968372,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,9.109091,11.059995,28.9,"2013-09-10 00:00",28.5,"2013-07-18 00:00",27.7,"2013-07-15 00:00",24.9,"2013-07-21 00:00","","","","",28.5,27.7,24.5,23.1,19.3,9.6,-5.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68105",5,41.656905,-85.968372,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.628846,10.797845,29.8,"2013-06-21 00:00",28.1,"2013-07-15 00:00",25.3,"2013-07-21 00:00",25,"2013-07-09 00:00","","","","",29.8,28.1,25.3,24.5,20.6,13.6,-2.9,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","68106",1,41.656905,-85.968372,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,738.876033,5.077024,751,"2013-11-24 00:00",750,"2013-03-08 00:00",750,"2013-11-12 00:00",750,"2013-12-24 00:00","","","","",750,750,746,744,742,739,733,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68106",5,41.656905,-85.968372,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,736.538462,4.916804,745,"2013-01-22 00:00",744,"2013-02-21 00:00",744,"2013-03-29 00:00",744,"2013-07-15 00:00","","","","",745,744,744,743,740,737,732,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","68107",1,41.656905,-85.968372,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,744.586777,4.592874,757,"2013-11-24 00:00",756,"2013-11-12 00:00",754,"2013-01-10 00:00",754,"2013-12-24 00:00","","","","",756,754,753,751,747,744,739,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68107",5,41.656905,-85.968372,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.634615,4.802078,753,"2013-01-10 00:00",750,"2013-04-22 00:00",749,"2013-02-09 00:00",749,"2013-04-04 00:00","","","","",753,750,749,748,745,742,735,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","68108",1,41.656905,-85.968372,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,741.876033,4.728584,755,"2013-11-24 00:00",754,"2013-11-12 00:00",752,"2013-03-08 00:00",752,"2013-12-24 00:00","","","","",754,752,749,748,745,742,737,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","68108",5,41.656905,-85.968372,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,738.480769,4.771198,747,"2013-01-10 00:00",746,"2013-01-22 00:00",746,"2013-02-09 00:00",746,"2013-02-21 00:00","","","","",747,746,746,745,741,738,733,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","68109",1,41.656905,-85.968372,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.471074,2.202553,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","84313",1,41.656905,-85.968372,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",6346,72,259,365,0,1670,"","","Certification not required",1549,0.434349,0.432247,12.74,"2013-07-18 07:00",5.99,"2013-07-18 06:00",4.47,"2013-07-17 06:00",3.94,"2013-07-05 00:00","","","","",2.04,1.61,1.16,0.87,0.53,0.33,0.1,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-29" +"18","039","0008","84314",1,41.656905,-85.968372,"WGS84","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",6347,72,259,365,0,1669,"","","Certification not required",1411,0.497827,0.566806,12.34,"2013-07-18 07:00",9.74,"2013-11-19 20:00",7.39,"2013-07-05 00:00",6.84,"2013-11-19 18:00","","","","",2.69,2.08,1.43,0.99,0.58,0.36,0.1,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-29" +"18","039","0008","88101",1,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,9.519008,4.812784,26.9,"2013-12-03 00:00",20.8,"2013-01-07 00:00",18.5,"2013-03-08 00:00",18.3,"2013-02-06 00:00","","","","",20.8,18.5,18,16.2,12.9,8.4,4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","88101",1,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,9.519008,4.812784,26.9,"2013-12-03 00:00",20.8,"2013-01-07 00:00",18.5,"2013-03-08 00:00",18.3,"2013-02-06 00:00","","","","",20.8,18.5,18,16.2,12.9,8.4,4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-01-27" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6672,76,301,365,12,2088,"","","Certification not required",0,13.058663,10.08412,263,"2013-11-19 20:00",262,"2013-07-04 21:00",222.1,"2013-07-04 22:00",174.7,"2013-07-04 23:00","","","","",41.4,34.6,27.8,22.5,16.7,11.3,4.6,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6660,76,301,365,0,2088,"","","Certification not required",0,12.877342,8.679994,263,"2013-11-19 20:00",144.2,"2013-11-19 18:00",105.3,"2013-11-19 19:00",96.9,"2013-11-19 21:00","","","","",39.8,34.1,27.5,22.4,16.6,11.3,4.5,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6672,76,301,365,12,2088,"","","Certification not required",0,13.058663,10.08412,263,"2013-11-19 20:00",262,"2013-07-04 21:00",222.1,"2013-07-04 22:00",174.7,"2013-07-04 23:00","","","","",41.4,34.6,27.8,22.5,16.7,11.3,4.6,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",270,74,270,365,0,0,3,3,"Certification not required",0,13.072593,6.190536,45.7,"2013-07-04 00:00",40.9,"2013-07-05 00:00",38.1,"2013-11-19 00:00",35.3,"2013-02-07 00:00","","","","",38.1,30.2,22.1,19.5,16.1,12.5,6.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",270,74,270,365,0,0,3,3,"Certification not required",0,13.072593,6.190536,45.7,"2013-07-04 00:00",40.9,"2013-07-05 00:00",38.1,"2013-11-19 00:00",35.3,"2013-02-07 00:00","","","","",38.1,30.2,22.1,19.5,16.1,12.5,6.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",270,74,270,365,0,0,1,1,"Certification not required",0,12.897778,5.638549,38.1,"2013-11-19 00:00",35.3,"2013-02-07 00:00",33,"2013-01-08 00:00",30.2,"2013-12-02 00:00","","","","",33,28.8,21.9,19.5,16.1,12.5,6.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",271,74,271,365,0,0,"","","Certification not required",0,12.907011,5.630149,38.1,"2013-11-19 00:00",35.3,"2013-02-07 00:00",33,"2013-01-08 00:00",30.2,"2013-12-02 00:00","","","","",33,28.8,21.9,19.5,16.1,12.5,6.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",271,74,271,365,0,0,"","","Certification not required",0,13.081181,6.180679,45.7,"2013-07-04 00:00",40.9,"2013-07-05 00:00",38.1,"2013-11-19 00:00",35.3,"2013-02-07 00:00","","","","",38.1,30.2,22.1,19.5,16.1,12.5,6.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88101",3,41.656905,-85.968372,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",271,74,271,365,0,0,"","","Certification not required",0,13.081181,6.180679,45.7,"2013-07-04 00:00",40.9,"2013-07-05 00:00",38.1,"2013-11-19 00:00",35.3,"2013-02-07 00:00","","","","",38.1,30.2,22.1,19.5,16.1,12.5,6.4,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88102",5,41.656905,-85.968372,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.02069,0.009012,0.063,"2013-03-05 00:00",0.054,"2013-04-22 00:00",0.026,"2013-02-21 00:00",0.026,"2013-05-04 00:00","","","","",0.063,0.063,0.026,0.026,0.021,0.021,0.014,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88103",5,41.656905,-85.968372,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00064,0.000851,0.003,"2013-08-02 00:00",0.002,"2013-01-28 00:00",0.002,"2013-03-23 00:00",0.002,"2013-03-29 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88104",5,41.656905,-85.968372,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",31,0.02201,0.021776,0.092,"2013-09-01 00:00",0.088,"2013-06-27 00:00",0.076,"2013-01-16 00:00",0.059,"2013-03-23 00:00","","","","",0.092,0.092,0.076,0.059,0.028,0.0115,0.0065,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88107",5,41.656905,-85.968372,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006399,0.005915,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0055,"2013-03-29 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.005,0.005,0.00385,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88109",5,41.656905,-85.968372,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.00395,0.001849,0.0093,"2013-02-03 00:00",0.0086,"2013-09-07 00:00",0.0072,"2013-01-28 00:00",0.0072,"2013-03-05 00:00","","","","",0.0093,0.0093,0.0072,0.0064,0.005,0.0035,0.0021,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88110",5,41.656905,-85.968372,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00152,0.003872,0.015,"2013-05-28 00:00",0.015,"2013-08-02 00:00",0.014,"2013-01-22 00:00",0.012,"2013-03-29 00:00","","","","",0.015,0.015,0.014,0.005,0.001,0,0,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88111",5,41.656905,-85.968372,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.021811,0.018336,0.075,"2013-09-07 00:00",0.0716,"2013-05-16 00:00",0.0573,"2013-08-20 00:00",0.0552,"2013-04-04 00:00","","","","",0.075,0.075,0.0573,0.0496,0.0327,0.0182,0.00375,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88112",5,41.656905,-85.968372,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00796,0.01997,0.105,"2013-10-01 00:00",0.066,"2013-09-19 00:00",0.063,"2013-10-07 00:00",0.053,"2013-09-25 00:00","","","","",0.105,0.105,0.063,0.011,0.004,0.002,0,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88113",5,41.656905,-85.968372,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00067,0.000142,0.0013,"2013-08-14 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.0013,0.0013,0.001,0.0007,0.0007,0.00065,0.00055,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88114",5,41.656905,-85.968372,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",29,0.001615,0.001067,0.0063,"2013-09-07 00:00",0.0039,"2013-06-15 00:00",0.0036,"2013-09-25 00:00",0.0035,"2013-08-20 00:00","","","","",0.0063,0.0063,0.0036,0.0034,0.0018,0.00125,0.00065,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88115",5,41.656905,-85.968372,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",32,0.008131,0.008252,0.039,"2013-01-16 00:00",0.0349,"2013-01-04 00:00",0.0266,"2013-02-03 00:00",0.024,"2013-02-09 00:00","","","","",0.039,0.039,0.0266,0.02,0.0106,0.00405,0.0025,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88117",5,41.656905,-85.968372,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00614,0.009472,0.0435,"2013-03-17 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-03-29 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0041,0.0041,0.0028,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88118",5,41.656905,-85.968372,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01036,0.006602,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88126",5,41.656905,-85.968372,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.052244,0.027892,0.121,"2013-06-27 00:00",0.112,"2013-05-16 00:00",0.101,"2013-02-27 00:00",0.101,"2013-09-07 00:00","","","","",0.121,0.121,0.101,0.0932,0.0707,0.0502,0.0218,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88128",5,41.656905,-85.968372,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0017,0.002121,0.007,"2013-04-28 00:00",0.007,"2013-09-07 00:00",0.006,"2013-03-29 00:00",0.006,"2013-09-01 00:00","","","","",0.007,0.007,0.006,0.005,0.003,0.001,0,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88131",5,41.656905,-85.968372,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01009,0.003195,0.0165,"2013-02-21 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-06-15 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88132",5,41.656905,-85.968372,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00152,0.001282,0.005,"2013-02-03 00:00",0.005,"2013-04-22 00:00",0.003,"2013-01-22 00:00",0.003,"2013-02-27 00:00","","","","",0.005,0.005,0.003,0.003,0.002,0.001,0,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88136",5,41.656905,-85.968372,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00026,0.000633,0.003,"2013-02-27 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-28 00:00",0.001,"2013-01-16 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88140",5,41.656905,-85.968372,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.007489,0.003933,0.0248,"2013-05-04 00:00",0.023,"2013-03-23 00:00",0.0149,"2013-09-07 00:00",0.009,"2013-01-10 00:00","","","","",0.0248,0.0248,0.0149,0.009,0.009,0.006,0.0055,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88152",5,41.656905,-85.968372,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005431,0.001352,0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-28 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88154",5,41.656905,-85.968372,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001121,0.000363,0.003,"2013-02-21 00:00",0.0017,"2013-06-09 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.003,0.003,0.0013,0.0013,0.0013,0.001,0.00065,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88160",5,41.656905,-85.968372,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01348,0.003765,0.024,"2013-03-17 00:00",0.018,"2013-02-21 00:00",0.018,"2013-05-04 00:00",0.018,"2013-05-10 00:00","","","","",0.024,0.024,0.018,0.018,0.016,0.016,0.01,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88161",5,41.656905,-85.968372,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.002539,0.001043,0.008,"2013-04-22 00:00",0.006,"2013-06-27 00:00",0.005,"2013-07-03 00:00",0.00265,"2013-03-29 00:00","","","","",0.008,0.008,0.005,0.00265,0.0025,0.00215,0.0021,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88164",5,41.656905,-85.968372,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001615,0.000406,0.004,"2013-08-20 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-28 00:00","","","","",0.004,0.004,0.0019,0.0019,0.0016,0.0015,0.0015,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88165",5,41.656905,-85.968372,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",6,0.051266,0.04654,0.225,"2013-06-27 00:00",0.171,"2013-09-01 00:00",0.167,"2013-05-16 00:00",0.114,"2013-07-09 00:00","","","","",0.225,0.225,0.167,0.11,0.078,0.034,0.009,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88166",5,41.656905,-85.968372,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.007952,0.004521,0.019,"2013-09-25 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-10 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0075,0.0042,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88167",5,41.656905,-85.968372,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.009866,0.012246,0.0878,"2013-09-07 00:00",0.016,"2013-01-10 00:00",0.0157,"2013-06-09 00:00",0.0157,"2013-08-14 00:00","","","","",0.0878,0.0878,0.0157,0.0155,0.0129,0.0083,0.00175,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88168",5,41.656905,-85.968372,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001181,0.00029,0.00175,"2013-02-21 00:00",0.00175,"2013-05-04 00:00",0.00175,"2013-05-10 00:00",0.00175,"2013-06-15 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00115,0.00115,0.00085,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88169",5,41.656905,-85.968372,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.75842,0.52754,2.35,"2013-08-20 00:00",2.13,"2013-08-26 00:00",1.79,"2013-06-09 00:00",1.69,"2013-09-01 00:00","","","","",2.35,2.35,1.79,1.66,0.844,0.662,0.234,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88176",5,41.656905,-85.968372,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.000968,0.000237,0.0018,"2013-01-22 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00","","","","",0.0018,0.0018,0.0013,0.0013,0.001,0.0009,0.0007,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88180",5,41.656905,-85.968372,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.059068,0.029542,0.134,"2013-07-03 00:00",0.122,"2013-09-01 00:00",0.116,"2013-05-16 00:00",0.112,"2013-01-16 00:00","","","","",0.134,0.134,0.116,0.111,0.0776,0.053,0.0261,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88184",5,41.656905,-85.968372,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",40,0.03012,0.025661,0.15,"2013-03-23 00:00",0.113,"2013-05-04 00:00",0.089,"2013-01-22 00:00",0.065,"2013-09-07 00:00","","","","",0.15,0.15,0.089,0.059,0.027,0.02,0.0155,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88185",5,41.656905,-85.968372,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.003429,0.003492,0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88301",5,41.656905,-85.968372,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.92965,0.64979,2.51,"2013-06-09 00:00",2.18,"2013-08-20 00:00",2.06,"2013-01-04 00:00",2.02,"2013-02-03 00:00","","","","",2.51,2.51,2.06,1.89,1.43,0.831,0.192,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88302",5,41.656905,-85.968372,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.08523,0.159846,0.86,"2013-10-31 00:00",0.835,"2013-01-28 00:00",0.138,"2013-03-17 00:00",0.1,"2013-01-22 00:00","","","","",0.86,0.86,0.138,0.1,0.08,0.0477,0.02,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88303",5,41.656905,-85.968372,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.048108,0.035829,0.204,"2013-10-31 00:00",0.104,"2013-07-15 00:00",0.101,"2013-01-16 00:00",0.095,"2013-04-04 00:00","","","","",0.204,0.204,0.101,0.095,0.067,0.041,0.0115,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88306",5,41.656905,-85.968372,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.78278,1.475365,5.97,"2013-01-16 00:00",5.42,"2013-01-04 00:00",5.34,"2013-02-03 00:00",4.95,"2013-04-10 00:00","","","","",5.97,5.97,5.34,3.79,2.62,1.22,0.429,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88355",5,41.656905,-85.968372,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.398882,1.011271,4.24,"2013-05-16 00:00",4.2,"2013-09-07 00:00",4.16,"2013-03-29 00:00",4.16,"2013-06-15 00:00","","","","",4.24,4.2,4.16,3.93,3.38,2.2,1.1,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88357",5,41.656905,-85.968372,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.256922,0.138834,0.764,"2013-03-29 00:00",0.545,"2013-05-16 00:00",0.531,"2013-07-15 00:00",0.494,"2013-01-16 00:00","","","","",0.764,0.545,0.531,0.427,0.309,0.221,0.123,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88370",5,41.656905,-85.968372,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.154882,0.901839,4.03,"2013-05-16 00:00",3.81,"2013-09-07 00:00",3.74,"2013-06-15 00:00",3.63,"2013-03-29 00:00","","","","",4.03,3.81,3.74,3.53,2.93,2.04,1.05,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88374",5,41.656905,-85.968372,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.213078,0.160965,0.797,"2013-03-29 00:00",0.689,"2013-08-26 00:00",0.634,"2013-01-16 00:00",0.427,"2013-04-04 00:00","","","","",0.797,0.689,0.634,0.382,0.275,0.159,0.072,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88375",5,41.656905,-85.968372,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.563804,0.248421,1.11,"2013-07-09 00:00",1.11,"2013-09-07 00:00",1.03,"2013-05-16 00:00",0.953,"2013-03-29 00:00","","","","",1.11,1.11,1.03,0.904,0.751,0.531,0.252,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88376",5,41.656905,-85.968372,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.562,0.255582,1.29,"2013-05-16 00:00",1.03,"2013-07-21 00:00",0.983,"2013-10-13 00:00",0.952,"2013-06-15 00:00","","","","",1.29,1.03,0.983,0.934,0.721,0.489,0.243,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88377",5,41.656905,-85.968372,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.418549,0.209748,1.01,"2013-06-15 00:00",0.898,"2013-09-07 00:00",0.871,"2013-08-26 00:00",0.807,"2013-03-29 00:00","","","","",1.01,0.898,0.871,0.682,0.549,0.366,0.189,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88378",5,41.656905,-85.968372,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.396725,0.177353,0.832,"2013-06-09 00:00",0.794,"2013-06-21 00:00",0.749,"2013-05-16 00:00",0.718,"2013-04-28 00:00","","","","",0.832,0.794,0.749,0.644,0.487,0.388,0.182,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88380",5,41.656905,-85.968372,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.501765,0.256397,1.29,"2013-03-29 00:00",1.02,"2013-07-15 00:00",0.998,"2013-08-20 00:00",0.901,"2013-09-01 00:00","","","","",1.29,1.02,0.998,0.801,0.69,0.453,0.239,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88383",5,41.656905,-85.968372,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.838902,0.376154,1.57,"2013-06-09 00:00",1.57,"2013-06-21 00:00",1.56,"2013-09-01 00:00",1.43,"2013-05-16 00:00","","","","",1.57,1.57,1.56,1.38,1.14,0.777,0.376,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88384",5,41.656905,-85.968372,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.059588,0.021809,0.118,"2013-10-13 00:00",0.114,"2013-09-19 00:00",0.0934,"2013-07-15 00:00",0.0865,"2013-08-14 00:00","","","","",0.118,0.114,0.0934,0.0849,0.0761,0.0568,0.0351,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88385",5,41.656905,-85.968372,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.001126,0.000559,0.0044,"2013-08-14 00:00",0.0029,"2013-04-28 00:00",0.00211,"2013-02-27 00:00",0.001,"2013-01-04 00:00","","","","",0.0044,0.0029,0.00211,0.001,0.001,0.001,0.001,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88388",5,41.656905,-85.968372,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.641824,0.292148,1.3,"2013-06-09 00:00",1.29,"2013-06-21 00:00",1.24,"2013-08-20 00:00",1.18,"2013-09-01 00:00","","","","",1.3,1.29,1.24,1.02,0.825,0.606,0.273,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88403",5,41.656905,-85.968372,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.99372,1.422734,6.02,"2013-08-20 00:00",5.05,"2013-10-31 00:00",4.87,"2013-06-09 00:00",4.81,"2013-08-26 00:00","","","","",6.02,6.02,4.87,4.69,2.57,1.77,0.657,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","039","0008","88502",5,41.656905,-85.968372,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,10.394,4.394403,18.4,"2013-08-20 00:00",18.3,"2013-08-26 00:00",17.7,"2013-01-16 00:00",17.2,"2013-01-04 00:00","","","","",18.4,18.4,17.7,16.8,14.3,10.2,4.8,"Elkhart- Prairie St.","2745 Prairie St./ South Well Field","Indiana","Elkhart","Elkhart","Elkhart-Goshen, IN","2014-02-13" +"18","043","0004","42401",1,38.367967,-85.832955,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8367,96,365,365,0,393,0,"","Certification not required",0,7.676712,6.010488,37,"2013-02-07 22:00",32,"2013-11-04 12:00",31,"2013-08-12 12:00",30,"2013-10-01 22:00","","","","",30,28,20,16,9,6,3,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","42401",1,38.367967,-85.832955,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8367,96,365,365,0,393,"","","Certification not required",0,3.186447,2.634912,37,"2013-02-07 22:00",32,"2013-11-04 12:00",31,"2013-08-12 12:00",30,"2013-10-01 22:00","","","","",15,11,7,5,4,3,1,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","42401",1,38.367967,-85.832955,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,3.183836,1.552307,9.1,"2013-02-07 00:00",8.9,"2013-03-29 00:00",8.9,"2013-05-20 00:00",8.8,"2013-04-10 00:00","","","","",8.8,7.2,6.2,5.3,3.8,3.1,1.4,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","42401",1,38.367967,-85.832955,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2534,87,360,365,0,0,"",0,"Certification not required",0,3.180624,2.341665,22.6,"2013-02-07 23:00",22.6,"2013-04-10 05:00",20,"2013-03-29 11:00",19,"2013-05-14 05:00","","","","",13,11,7.6,5.3,3.6,3,1,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","61101",1,38.367967,-85.832955,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",8350,95,347,365,0,410,"","","Certification not required",0,4.064826,2.654903,16,"2013-01-31 21:00",15,"2013-01-30 21:00",14.2,"2013-01-30 20:00",14.2,"2013-01-31 22:00","","","","",11.3,10.4,9.1,7.7,5.6,3.8,0.6,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","61102",1,38.367967,-85.832955,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,203.081887,101.210828,360,"2013-01-24 07:00",360,"2013-03-16 22:00",360,"2013-03-17 04:00",360,"2013-04-05 21:00","","","","",356,352,342,322,295,211,47,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","61103",1,38.367967,-85.832955,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",8350,95,347,365,0,410,"","","Certification not required",0,3.710587,2.521649,15.1,"2013-01-31 21:00",14.1,"2013-01-30 21:00",13.5,"2013-01-31 22:00",13.4,"2013-01-30 20:00","","","","",10.5,9.8,8.5,7.2,5.2,3.4,0.5,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","0004","61104",1,38.367967,-85.832955,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",8350,95,347,365,0,410,"","","Certification not required",0,206.005629,98.780856,360,"2013-01-17 16:00",360,"2013-03-02 09:00",360,"2013-03-16 18:00",360,"2013-04-05 21:00","","","","",356,353,343,323,295,212,54,"","0.2 MILE N OF BALD KNOB RD AT WLKY TOWER","Indiana","Floyd","","Louisville/Jefferson County, KY-IN","2014-02-03" +"18","043","1004","42401",1,38.308056,-85.834167,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8667,99,364,365,0,93,0,"","Certification not required",0,4.677473,5.114086,26.6,"2013-12-19 22:00",23.8,"2013-04-15 12:00",23.2,"2013-03-29 10:00",20.5,"2013-01-18 13:00","","","","",20.5,18.7,15.4,12.5,6.9,2.5,0.4,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","42401",1,38.308056,-85.834167,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8667,99,364,365,0,93,"","","Certification not required",0,1.038895,2.067919,26.6,"2013-12-19 22:00",23.8,"2013-04-15 12:00",23.2,"2013-03-29 10:00",20.8,"2013-04-15 11:00","","","","",10.6,8.1,4.6,2.6,1,0.4,0,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","42401",1,38.308056,-85.834167,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.042033,1.060598,6.3,"2013-03-29 00:00",5.7,"2013-05-20 00:00",4.9,"2013-01-18 00:00",4.8,"2013-12-20 00:00","","","","",4.8,3.9,3.3,2.4,1.5,0.7,0.1,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","42401",1,38.308056,-85.834167,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2843,97,364,365,0,0,"",0,"Certification not required",0,1.010271,1.814059,16.8,"2013-04-15 14:00",16.4,"2013-12-19 23:00",16.2,"2013-01-18 14:00",14.6,"2013-04-11 02:00","","","","",9.3,7.2,4.6,2.8,1,0.4,0,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","42406",1,38.308056,-85.834167,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8693,99,365,365,0,67,"","","Certification not required",0,1.596514,4.40549,280.9,"2013-10-07 08:00",37.9,"2013-08-12 11:00",36,"2013-07-21 12:00",35.6,"2013-05-20 22:00","","","","",16.6,12.9,7.2,3.7,1.3,0.7,-0.1,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","44201",1,38.308056,-85.834167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5091,100,183,183,0,45,0,0,"Certification not required",855,0.051443,0.011549,0.087,"2013-07-18 14:00",0.085,"2013-06-17 12:00",0.08,"2013-06-05 13:00",0.079,"2013-05-15 13:00","","","","",0.085,0.079,0.07,0.067,0.059,0.051,0.039,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2013-12-05" +"18","043","1004","44201",1,38.308056,-85.834167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5131,100,183,183,0,0,0,0,"Certification not required",0,0.045224,0.010441,0.071,"2013-05-15 10:00",0.071,"2013-06-05 11:00",0.07,"2013-07-18 11:00",0.068,"2013-06-21 11:00","","","","",0.071,0.068,0.06,0.058,0.053,0.046,0.034,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2013-12-05" +"18","043","1004","44201",1,38.308056,-85.834167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5131,100,183,183,0,0,0,0,"Certification not required",0,0.045224,0.010441,0.071,"2013-05-15 10:00",0.071,"2013-06-05 11:00",0.07,"2013-07-18 11:00",0.068,"2013-06-21 11:00","","","","",0.071,0.068,0.06,0.058,0.053,0.046,0.034,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2013-12-05" +"18","043","1004","68101",1,38.308056,-85.834167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",113,100,58,61,0,0,"","","Certification not required",112,0.051327,0.014111,0.2,"2013-12-30 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68101",2,38.308056,-85.834167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",60,98,60,61,0,0,"","","Certification not required",53,0.0725,0.067287,0.4,"2013-06-21 00:00",0.3,"2013-07-09 00:00",0.2,"2013-01-04 00:00",0.2,"2013-03-17 00:00","","","","",0.4,0.3,0.2,0.2,0.05,0.05,0.05,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68102",1,38.308056,-85.834167,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",113,100,58,61,0,0,"","","Certification not required",0,23.99646,0.022871,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68102",2,38.308056,-85.834167,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",60,98,60,61,0,0,"","","Certification not required",0,23.998333,0.01291,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68103",1,38.308056,-85.834167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,7.60177,10.160014,23.6,"2013-07-18 00:00",22.8,"2013-08-29 00:00",22.7,"2013-08-08 00:00",22.5,"2013-07-09 00:00","","","","",22.8,22.7,21.5,20.5,16.7,9.8,-5.5,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68103",2,38.308056,-85.834167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,6.718333,10.169171,22.1,"2013-08-08 00:00",22,"2013-07-09 00:00",20.9,"2013-07-15 00:00",20.3,"2013-06-27 00:00","","","","",22.1,22,20.9,20.2,15.4,9.3,-5.4,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68104",1,38.308056,-85.834167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,19.432743,11.051805,35.9,"2013-07-18 00:00",35.1,"2013-07-15 00:00",35.1,"2013-08-29 00:00",34.5,"2013-09-10 00:00","","","","",35.1,35.1,33.6,31.9,29.4,21.5,2.4,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68104",2,38.308056,-85.834167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,17.81,11.620477,34.7,"2013-07-15 00:00",33.3,"2013-06-21 00:00",32.9,"2013-07-09 00:00",32.8,"2013-07-21 00:00","","","","",34.7,33.3,32.9,32.1,28.8,19,1,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68105",1,38.308056,-85.834167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,13.372566,10.310581,29.2,"2013-07-18 00:00",28.6,"2013-06-12 00:00",28.3,"2013-08-29 00:00",28.1,"2013-07-09 00:00","","","","",28.6,28.3,27.2,25.9,22.2,15.6,-1.2,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68105",2,38.308056,-85.834167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,12.231667,10.628623,27.8,"2013-07-09 00:00",26.9,"2013-07-15 00:00",26.5,"2013-08-08 00:00",25.8,"2013-06-27 00:00","","","","",27.8,26.9,26.5,25.6,22.1,12.3,-1.9,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68106",1,38.308056,-85.834167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,748.212389,4.759298,762,"2013-11-24 00:00",759,"2013-12-24 00:00",757,"2013-01-04 00:00",757,"2013-03-08 00:00","","","","",759,757,757,754,751,749,742,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68106",2,38.308056,-85.834167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,745.416667,5.43152,758,"2013-11-24 00:00",757,"2013-01-04 00:00",756,"2013-01-22 00:00",755,"2013-12-24 00:00","","","","",758,757,756,753,749,745,738,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68107",1,38.308056,-85.834167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,754.19469,4.756309,769,"2013-11-24 00:00",767,"2013-11-12 00:00",765,"2013-12-24 00:00",763,"2013-01-10 00:00","","","","",767,765,763,761,757,754,749,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68107",2,38.308056,-85.834167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,751.8,6.080812,765,"2013-11-24 00:00",763,"2013-01-10 00:00",763,"2013-11-12 00:00",762,"2013-01-22 00:00","","","","",765,763,763,762,755,751,745,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68108",1,38.308056,-85.834167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,751.389381,4.587315,765,"2013-11-24 00:00",763,"2013-11-12 00:00",763,"2013-12-24 00:00",760,"2013-10-25 00:00","","","","",763,763,759,757,754,751,745,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68108",2,38.308056,-85.834167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,748.85,5.650334,761,"2013-11-24 00:00",759,"2013-01-04 00:00",759,"2013-01-22 00:00",759,"2013-11-12 00:00","","","","",761,759,759,759,752,748,742,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68109",1,38.308056,-85.834167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",113,100,58,61,0,0,"","","Certification not required",0,1439.318584,1.576986,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","68109",2,38.308056,-85.834167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",60,98,60,61,0,0,"","","Certification not required",0,1439.266667,1.325968,1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-02-03 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","88101",1,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,0,0,"Certification not required",0,10.413274,4.840132,27.3,"2013-01-07 00:00",23.2,"2013-07-18 00:00",21.2,"2013-09-10 00:00",21.1,"2013-12-03 00:00","","","","",23.2,21.2,19,16.7,13.2,9.5,4.6,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","88101",1,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,10.413274,4.840132,27.3,"2013-01-07 00:00",23.2,"2013-07-18 00:00",21.2,"2013-09-10 00:00",21.1,"2013-12-03 00:00","","","","",23.2,21.2,19,16.7,13.2,9.5,4.6,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","88101",2,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,10.545,4.361287,21,"2013-09-19 00:00",19.5,"2013-01-16 00:00",19.2,"2013-08-26 00:00",18.4,"2013-06-09 00:00","","","","",21,19.5,19.2,16.8,13.6,10.4,5,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","88101",2,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,10.545,4.361287,21,"2013-09-19 00:00",19.5,"2013-01-16 00:00",19.2,"2013-08-26 00:00",18.4,"2013-06-09 00:00","","","","",21,19.5,19.2,16.8,13.6,10.4,5,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-01-27" +"18","043","1004","88101",3,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7394,84,328,365,0,622,"","","Certification not required",0,8.578537,6.277301,74.4,"2013-01-07 20:00",64.5,"2013-01-08 23:00",56.4,"2013-11-20 08:00",40.5,"2013-10-20 06:00","","","","",27.5,24.8,20.4,17.2,11.6,7.6,1.5,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","88101",3,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,0,0,"Certification not required",0,8.615512,4.520958,30.2,"2013-01-07 00:00",21.4,"2013-11-30 00:00",21,"2013-01-08 00:00",20,"2013-01-16 00:00","","","","",20,19.4,16.6,14.9,11,8.1,3.5,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","043","1004","88101",3,38.308056,-85.834167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,8.615512,4.520958,30.2,"2013-01-07 00:00",21.4,"2013-11-30 00:00",21,"2013-01-08 00:00",20,"2013-01-16 00:00","","","","",20,19.4,16.6,14.9,11,8.1,3.5,"New Albany- Green Valley Elem. Sch.","2230 GREEN VALLEY ROAD/GREEN VALLEY ELEMENTARY SCHOOL","Indiana","Floyd","New Albany","Louisville/Jefferson County, KY-IN","2014-02-10" +"18","045","0001","42401",1,39.9642,-87.421398,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8319,95,361,365,0,441,0,"","Certification not required",0,5.786704,6.672617,62,"2013-07-20 20:00",59,"2013-09-06 14:00",34,"2013-06-24 16:00",34,"2013-11-08 22:00","","","","",34,22,16,13,7,3,2,"","N. OF SR 234, E. OF WABASH RIVER","Indiana","Fountain","","","2014-02-03" +"18","045","0001","42401",1,39.9642,-87.421398,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8319,95,361,365,0,441,"","","Certification not required",0,2.32576,2.540397,62,"2013-07-20 20:00",59,"2013-09-06 14:00",47,"2013-09-06 15:00",43,"2013-07-20 21:00","","","","",13,10,6,4,2,2,1,"","N. OF SR 234, E. OF WABASH RIVER","Indiana","Fountain","","","2014-02-03" +"18","045","0001","42401",1,39.9642,-87.421398,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,2.325485,1.360908,9,"2013-12-13 00:00",8.3,"2013-09-06 00:00",8.2,"2013-06-24 00:00",8.1,"2013-04-29 00:00","","","","",8.1,6.5,5,4,2.8,2,1.1,"","N. OF SR 234, E. OF WABASH RIVER","Indiana","Fountain","","","2014-02-03" +"18","045","0001","42401",1,39.9642,-87.421398,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2519,86,357,365,0,0,"",0,"Certification not required",0,2.351171,2.30497,35,"2013-07-20 20:00",29,"2013-11-08 23:00",27.6,"2013-09-06 17:00",26.6,"2013-09-06 14:00","","","","",12,9.3,6,4,2.3,2,1,"","N. OF SR 234, E. OF WABASH RIVER","Indiana","Fountain","","","2014-02-03" +"18","051","0001","61101",1,38.361443,-87.748631,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,4.16399,3.597371,20.4,"2013-04-08 10:00",20.4,"2013-11-17 14:00",19.9,"2013-01-19 12:00",19.2,"2013-01-19 13:00","","","","",16.1,14.4,11.9,9.4,5.8,3,0.8,"","E-SE OF PLANT","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0001","61102",1,38.361443,-87.748631,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,155.839539,100.653659,360,"2013-01-17 06:00",360,"2013-01-17 20:00",360,"2013-01-22 07:00",360,"2013-01-24 04:00","","","","",356,352,330,292,228,174,28,"","E-SE OF PLANT","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0001","61103",1,38.361443,-87.748631,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,3.919609,3.617933,20.2,"2013-04-08 10:00",20.2,"2013-11-17 14:00",19.8,"2013-01-19 12:00",19.1,"2013-01-19 13:00","","","","",15.8,14.2,11.7,9.2,5.6,2.6,0.6,"","E-SE OF PLANT","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0001","61104",1,38.361443,-87.748631,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,156.624143,100.251761,360,"2013-01-20 19:00",360,"2013-01-30 00:00",360,"2013-02-05 02:00",360,"2013-02-15 18:00","","","","",356,352,328,286,229,177,27,"","E-SE OF PLANT","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0002","42401",1,38.392832,-87.748353,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8347,95,364,365,0,413,2,"","Certification not required",0,8.35989,11.48575,101,"2013-06-12 21:00",81,"2013-05-28 12:00",67,"2013-05-14 17:00",64,"2013-09-19 09:00","","","","",64,41,29,20,8,4,2,"","GIBSON COAL ROAD","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0002","42401",1,38.392832,-87.748353,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8347,95,364,365,0,413,"","","Certification not required",0,3.363723,3.514677,101,"2013-06-12 21:00",81,"2013-05-28 12:00",67,"2013-05-14 17:00",64,"2013-09-19 09:00","","","","",19,11,6,4,3,3,2,"","GIBSON COAL ROAD","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0002","42401",1,38.392832,-87.748353,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,3.368956,1.629159,12,"2013-05-15 00:00",12,"2013-06-12 00:00",11.1,"2013-09-19 00:00",11,"2013-06-26 00:00","","","","",11,8.7,6.4,5.2,3.7,3.1,2,"","GIBSON COAL ROAD","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","051","0002","42401",1,38.392832,-87.748353,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2527,87,357,365,0,0,"",0,"Certification not required",0,3.402928,2.866779,38.6,"2013-05-15 17:00",38.3,"2013-06-12 23:00",36.3,"2013-05-14 17:00",34.3,"2013-09-19 11:00","","","","",16.6,12.3,6.3,4.6,3.6,3,2,"","GIBSON COAL ROAD","Indiana","Gibson","","Evansville, IN-KY","2014-02-03" +"18","055","0001","44201",1,38.985578,-86.99012,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4326,99,182,183,0,66,0,0,"Certification not required",57,0.052192,0.009897,0.083,"2013-09-09 15:00",0.074,"2013-05-15 15:00",0.074,"2013-06-06 16:00",0.074,"2013-06-15 17:00","","","","",0.074,0.074,0.069,0.064,0.059,0.052,0.039,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2013-10-25" +"18","055","0001","44201",1,38.985578,-86.99012,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4345,98,180,183,0,0,0,0,"Certification not required",0,0.047422,0.009161,0.077,"2013-09-09 12:00",0.07,"2013-05-15 12:00",0.068,"2013-06-06 12:00",0.068,"2013-06-15 12:00","","","","",0.07,0.068,0.062,0.059,0.054,0.047,0.035,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2013-10-25" +"18","055","0001","44201",1,38.985578,-86.99012,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4345,98,180,183,0,0,1,1,"Certification not required",0,0.047422,0.009161,0.077,"2013-09-09 12:00",0.07,"2013-05-15 12:00",0.068,"2013-06-06 12:00",0.068,"2013-06-15 12:00","","","","",0.07,0.068,0.062,0.059,0.054,0.047,0.035,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2013-10-25" +"18","055","0001","61101",1,38.985578,-86.99012,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7266,83,302,365,0,30,"","","Certification not required",0,5.547165,3.647765,22.1,"2013-01-31 21:00",21.9,"2013-01-31 22:00",21.4,"2013-01-30 18:00",20.7,"2013-01-30 23:00","","","","",16.9,15.5,13.1,10.8,7.4,4.7,1.8,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-28" +"18","055","0001","61103",1,38.985578,-86.99012,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7266,83,302,365,0,30,"","","Certification not required",0,5.284847,3.62884,21.9,"2013-01-31 21:00",21.7,"2013-01-31 22:00",21.2,"2013-01-30 18:00",20.3,"2013-01-30 23:00","","","","",16.7,15.2,12.9,10.5,7,4.4,1.6,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-28" +"18","055","0001","61104",1,38.985578,-86.99012,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7266,83,302,365,0,30,"","","Certification not required",0,177.712772,95.102655,360,"2013-04-20 20:00",360,"2013-05-24 03:00",360,"2013-06-14 08:00",360,"2013-06-30 00:00","","","","",354,347,334,314,254,183,62,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-28" +"18","055","0001","61105",1,38.985578,-86.99012,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7266,83,302,365,0,30,"","","Certification not required",0,10.617258,6.018172,48,"2013-10-31 20:00",42,"2013-10-05 17:00",41,"2013-05-21 01:00",41,"2013-06-22 15:00","","","","",28,26,22,19,14,9,4,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-28" +"18","055","0001","61106",1,38.985578,-86.99012,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7266,83,302,365,0,30,"","","Certification not required",0,18.097165,10.516617,80,"2013-02-24 06:00",79,"2013-06-22 21:00",77,"2013-01-30 04:00",77,"2013-05-04 19:00","","","","",59,50,39,31,22,15,8,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-28" +"18","055","0001","68101",1,38.985578,-86.99012,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,121,122,0,0,"","","Certification not required",12,0.350413,0.170599,0.6,"2013-04-10 00:00",0.6,"2013-05-07 00:00",0.6,"2013-05-19 00:00",0.6,"2013-05-28 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.1,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68102",1,38.985578,-86.99012,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,0,"","","Certification not required",0,23.997521,0.015614,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68103",1,38.985578,-86.99012,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,6.082645,10.35073,23.9,"2013-07-09 00:00",22.4,"2013-09-10 00:00",21.7,"2013-06-12 00:00",21.7,"2013-07-18 00:00","","","","",22.4,21.7,20.5,19.2,15.6,6.2,-7.5,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68104",1,38.985578,-86.99012,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,17.217355,11.459222,35.7,"2013-09-10 00:00",34.8,"2013-07-18 00:00",33.4,"2013-06-12 00:00",33.3,"2013-08-29 00:00","","","","",34.8,33.4,32.1,31.1,27.8,18.3,0.4,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68105",1,38.985578,-86.99012,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,11.539669,10.623994,28.2,"2013-07-18 00:00",28.1,"2013-06-12 00:00",28,"2013-07-09 00:00",27.5,"2013-09-10 00:00","","","","",28.1,28,25.8,24,21.3,12,-3.5,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68106",1,38.985578,-86.99012,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,745.991736,4.739015,759,"2013-11-24 00:00",758,"2013-12-24 00:00",755,"2013-11-12 00:00",755,"2013-12-12 00:00","","","","",758,755,754,751,748,746,740,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68107",1,38.985578,-86.99012,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,752.132231,4.708047,767,"2013-11-24 00:00",765,"2013-11-12 00:00",763,"2013-12-12 00:00",763,"2013-12-24 00:00","","","","",765,763,760,758,755,752,747,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68108",1,38.985578,-86.99012,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,749.305785,4.578652,763,"2013-11-24 00:00",762,"2013-11-12 00:00",761,"2013-12-24 00:00",760,"2013-12-12 00:00","","","","",762,761,757,755,752,749,744,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","68109",1,38.985578,-86.99012,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,121,122,0,0,"","","Certification not required",0,1439.363636,1.132843,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","88101",1,38.985578,-86.99012,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,9.758678,4.916192,22.7,"2013-09-19 00:00",22.6,"2013-12-03 00:00",21.8,"2013-09-10 00:00",21.1,"2013-01-01 00:00","","","","",22.6,21.8,19.4,16.1,12.8,9.1,4.3,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","055","0001","88101",1,38.985578,-86.99012,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,9.758678,4.916192,22.7,"2013-09-19 00:00",22.6,"2013-12-03 00:00",21.8,"2013-09-10 00:00",21.1,"2013-01-01 00:00","","","","",22.6,21.8,19.4,16.1,12.8,9.1,4.3,"Plummer, 2500 S. W- Citizens gas Plummer maintenance faciliy","2500 S. 275 W, PLUMMER","Indiana","Greene","","Bloomington, IN","2014-01-27" +"18","057","0006","44201",1,40.068297,-85.992451,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4347,99,182,183,0,45,0,0,"Certification not required",203,0.046725,0.009877,0.071,"2013-08-25 16:00",0.069,"2013-06-20 14:00",0.068,"2013-05-14 17:00",0.068,"2013-06-21 15:00","","","","",0.069,0.068,0.064,0.06,0.054,0.046,0.033,"Our Lady of Grace- Noblesville","Noblesville- 9900 E. 191st St.","Indiana","Hamilton","Noblesville","Indianapolis-Carmel, IN","2013-10-25" +"18","057","0006","44201",1,40.068297,-85.992451,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4377,99,182,183,0,0,0,0,"Certification not required",0,0.042489,0.009227,0.065,"2013-06-20 11:00",0.064,"2013-09-09 12:00",0.063,"2013-05-14 12:00",0.063,"2013-05-15 11:00","","","","",0.064,0.063,0.057,0.054,0.049,0.042,0.029,"Our Lady of Grace- Noblesville","Noblesville- 9900 E. 191st St.","Indiana","Hamilton","Noblesville","Indianapolis-Carmel, IN","2013-10-25" +"18","057","0006","44201",1,40.068297,-85.992451,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4377,99,182,183,0,0,0,0,"Certification not required",0,0.042489,0.009227,0.065,"2013-06-20 11:00",0.064,"2013-09-09 12:00",0.063,"2013-05-14 12:00",0.063,"2013-05-15 11:00","","","","",0.064,0.063,0.057,0.054,0.049,0.042,0.029,"Our Lady of Grace- Noblesville","Noblesville- 9900 E. 191st St.","Indiana","Hamilton","Noblesville","Indianapolis-Carmel, IN","2013-10-25" +"18","059","0003","44201",1,39.935041,-85.840471,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4272,98,179,183,0,120,0,0,"Certification not required",81,0.047391,0.009173,0.069,"2013-05-14 16:00",0.069,"2013-08-19 15:00",0.067,"2013-09-07 16:00",0.066,"2013-05-15 14:00","","","","",0.069,0.066,0.064,0.061,0.053,0.047,0.035,"Fortville- Fortville Municipal Building","714 E. BROADWAY, Fortville MUNICIPAL BDG.","Indiana","Hancock","Fortville","Indianapolis-Carmel, IN","2013-10-25" +"18","059","0003","44201",1,39.935041,-85.840471,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4300,98,179,183,0,0,0,0,"Certification not required",0,0.042687,0.008671,0.063,"2013-05-14 13:00",0.063,"2013-08-19 11:00",0.061,"2013-05-15 10:00",0.061,"2013-09-07 11:00","","","","",0.063,0.061,0.057,0.054,0.049,0.043,0.031,"Fortville- Fortville Municipal Building","714 E. BROADWAY, Fortville MUNICIPAL BDG.","Indiana","Hancock","Fortville","Indianapolis-Carmel, IN","2013-10-25" +"18","059","0003","44201",1,39.935041,-85.840471,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4300,98,179,183,0,0,0,0,"Certification not required",0,0.042687,0.008671,0.063,"2013-05-14 13:00",0.063,"2013-08-19 11:00",0.061,"2013-05-15 10:00",0.061,"2013-09-07 11:00","","","","",0.063,0.061,0.057,0.054,0.049,0.043,0.031,"Fortville- Fortville Municipal Building","714 E. BROADWAY, Fortville MUNICIPAL BDG.","Indiana","Hancock","Fortville","Indianapolis-Carmel, IN","2013-10-25" +"18","063","0004","44201",1,39.759003,-86.397124,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4258,98,179,183,0,134,0,0,"Certification not required",177,0.045838,0.008859,0.067,"2013-05-14 17:00",0.065,"2013-09-09 16:00",0.064,"2013-05-15 13:00",0.064,"2013-08-20 14:00","","","","",0.065,0.064,0.061,0.058,0.052,0.046,0.033,"AVON SCHOOL'S BUS BARN","7203 E. US HIGHWAY 36, AVON","Indiana","Hendricks","Avon","Indianapolis-Carmel, IN","2013-10-25" +"18","063","0004","44201",1,39.759003,-86.397124,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4290,97,178,183,0,0,0,0,"Certification not required",0,0.041315,0.008519,0.062,"2013-05-14 12:00",0.062,"2013-05-15 12:00",0.059,"2013-09-09 13:00",0.057,"2013-06-05 12:00","","","","",0.062,0.057,0.055,0.053,0.047,0.041,0.029,"AVON SCHOOL'S BUS BARN","7203 E. US HIGHWAY 36, AVON","Indiana","Hendricks","Avon","Indianapolis-Carmel, IN","2013-10-25" +"18","063","0004","44201",1,39.759003,-86.397124,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4290,97,178,183,0,0,0,0,"Certification not required",0,0.041315,0.008519,0.062,"2013-05-14 12:00",0.062,"2013-05-15 12:00",0.059,"2013-09-09 13:00",0.057,"2013-06-05 12:00","","","","",0.062,0.057,0.055,0.053,0.047,0.041,0.029,"AVON SCHOOL'S BUS BARN","7203 E. US HIGHWAY 36, AVON","Indiana","Hendricks","Avon","Indianapolis-Carmel, IN","2013-10-25" +"18","065","0003","61101",1,40.009525,-85.523455,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8003,91,334,365,0,13,"","","Certification not required",0,6.157616,3.657873,24.8,"2013-01-30 01:00",23.5,"2013-04-18 10:00",22.8,"2013-04-18 12:00",22.7,"2013-04-18 13:00","","","","",16.7,15.5,13.4,11.2,8.2,5.6,2,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","61103",1,40.009525,-85.523455,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8003,91,334,365,0,13,"","","Certification not required",0,5.870873,3.673206,24.5,"2013-01-30 01:00",23.2,"2013-04-18 10:00",22.5,"2013-04-18 12:00",22.4,"2013-04-18 13:00","","","","",16.4,15.1,13.1,10.9,8,5.2,1.6,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","61104",1,40.009525,-85.523455,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8003,91,334,365,0,13,"","","Certification not required",0,187.809821,88.742124,360,"2013-01-24 03:00",360,"2013-08-23 06:00",359,"2013-01-26 15:00",359,"2013-03-23 14:00","","","","",350,337,316,296,259,201,52,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","61105",1,40.009525,-85.523455,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",8000,91,334,365,0,16,"","","Certification not required",0,11.6332,6.202217,47.8,"2013-11-17 16:00",44.7,"2013-11-17 17:00",43.2,"2013-10-31 21:00",43.2,"2013-11-17 18:00","","","","",30,27,23,20,15.1,11,4.2,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","61106",1,40.009525,-85.523455,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8003,91,334,365,0,13,"","","Certification not required",0,18.209172,11.528844,81,"2013-04-03 01:00",79,"2013-08-13 21:00",79,"2013-08-15 01:00",77,"2013-06-28 15:00","","","","",62,55,43,33,22,15,9,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","61109",1,40.009525,-85.523455,"WGS84","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",2936,96,121,128,0,126,"","","Certification not required",0,0.045095,0.214968,1.9,"2013-05-08 12:00",1.7,"2013-05-08 09:00",1.4,"2013-02-26 10:00",1.2,"2013-05-08 00:00","","","","",0.7,0.6,0.3,0.3,0.1,0,-0.2,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2013-08-13" +"18","065","0003","61110",1,40.009525,-85.523455,"WGS84","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",2922,95,120,128,0,140,"","","Certification not required",0,0.738296,0.478273,6,"2013-05-07 14:00",5.9,"2013-05-08 00:00",5.3,"2013-05-07 19:00",4.6,"2013-05-07 21:00","","","","",1.8,1.7,1.6,1.3,1,0.7,0.2,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2013-08-13" +"18","065","0003","61112",1,40.009525,-85.523455,"WGS84","Vert Wind Direction","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",4943,87,206,238,0,12,"","","Certification not required",0,0.15962,1.713319,8,"2013-05-17 08:00",7,"2013-07-18 09:00",6,"2013-08-31 08:00",6,"2013-10-11 09:00","","","","",4,3,3,2,1,0,-2,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","62101",1,40.009525,-85.523455,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8004,91,334,365,0,12,"","","Certification not required",0,53.253623,19.431072,95,"2013-09-10 13:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",94,"2013-09-10 12:00","","","","",87,85,81,77,70,56,27,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","62201",1,40.009525,-85.523455,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8007,91,334,365,0,9,"","","Certification not required",0,73.704633,16.333813,98,"2013-01-12 22:00",98,"2013-01-12 23:00",98,"2013-01-28 19:00",98,"2013-01-28 20:00","","","","",97,96,94,93,87,77,50,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-12" +"18","065","0003","68101",1,40.009525,-85.523455,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,0,"","","Certification not required",26,0.244167,0.144679,0.6,"2013-07-09 00:00",0.5,"2013-06-12 00:00",0.5,"2013-07-06 00:00",0.5,"2013-07-12 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.2,0.05,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68102",1,40.009525,-85.523455,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,0,"","","Certification not required",0,23.9925,0.043313,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68103",1,40.009525,-85.523455,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,4.638333,10.547158,22.5,"2013-07-09 00:00",21.8,"2013-09-10 00:00",21.3,"2013-07-15 00:00",20.6,"2013-08-08 00:00","","","","",21.8,21.3,19.5,18.3,14.3,5,-9.1,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68103",5,40.009525,-85.523455,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,7.090196,10.13963,22.6,"2013-07-09 00:00",21,"2013-07-15 00:00",20.4,"2013-08-08 00:00",19.5,"2013-06-27 00:00","","","","",22.6,21,20.4,17.9,15.6,9,-7.2,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","68104",1,40.009525,-85.523455,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,15.9125,11.858101,36.6,"2013-09-10 00:00",34.1,"2013-07-18 00:00",33.1,"2013-06-12 00:00",33,"2013-08-26 00:00","","","","",34.1,33.1,31.7,30.2,27,17.3,-1.7,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68104",5,40.009525,-85.523455,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,17.776471,11.710638,33.2,"2013-08-26 00:00",32.1,"2013-07-15 00:00",31.6,"2013-09-07 00:00",31.3,"2013-08-20 00:00","","","","",33.2,32.1,31.6,30.9,27.2,20.1,1,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","68105",1,40.009525,-85.523455,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,10.01,10.914645,27.3,"2013-07-18 00:00",27.2,"2013-09-10 00:00",26.6,"2013-06-12 00:00",26.5,"2013-07-09 00:00","","","","",27.2,26.6,24.3,23.5,20.5,11.3,-4.9,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68105",5,40.009525,-85.523455,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.143137,10.558546,26.4,"2013-07-09 00:00",26.1,"2013-07-15 00:00",24.1,"2013-06-21 00:00",23.8,"2013-08-26 00:00","","","","",26.4,26.1,24.1,23.7,21.4,14.2,-2.4,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","68106",1,40.009525,-85.523455,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,733.483333,4.885209,746,"2013-11-24 00:00",744,"2013-12-24 00:00",743,"2013-03-08 00:00",743,"2013-11-12 00:00","","","","",744,743,741,739,737,734,728,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68106",5,40.009525,-85.523455,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,733.137255,5.480947,747,"2013-03-29 00:00",744,"2013-04-22 00:00",741,"2013-01-04 00:00",740,"2013-01-22 00:00","","","","",747,744,741,739,736,733,727,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","68107",1,40.009525,-85.523455,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,738.908333,4.386756,752,"2013-11-24 00:00",750,"2013-11-12 00:00",748,"2013-12-12 00:00",748,"2013-12-24 00:00","","","","",750,748,747,744,742,739,734,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68107",5,40.009525,-85.523455,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,737.45098,5.629614,750,"2013-03-29 00:00",750,"2013-04-22 00:00",749,"2013-04-04 00:00",748,"2013-01-10 00:00","","","","",750,750,749,745,741,737,731,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","68108",1,40.009525,-85.523455,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,736.366667,4.439951,749,"2013-11-24 00:00",748,"2013-11-12 00:00",747,"2013-12-24 00:00",745,"2013-12-12 00:00","","","","",748,747,743,742,739,736,731,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","68108",5,40.009525,-85.523455,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,735.078431,5.491241,748,"2013-03-29 00:00",747,"2013-04-22 00:00",744,"2013-04-04 00:00",743,"2013-01-10 00:00","","","","",748,747,744,743,739,734,728,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","68109",1,40.009525,-85.523455,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,0,"","","Certification not required",0,1439.183333,2.621768,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","88101",1,40.009525,-85.523455,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,9.418333,4.787027,28.2,"2013-12-03 00:00",21.4,"2013-01-07 00:00",20.6,"2013-09-10 00:00",20.2,"2013-01-01 00:00","","","","",21.4,20.6,18,15.7,12.5,8.8,4,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","88101",1,40.009525,-85.523455,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,9.418333,4.787027,28.2,"2013-12-03 00:00",21.4,"2013-01-07 00:00",20.6,"2013-09-10 00:00",20.2,"2013-01-01 00:00","","","","",21.4,20.6,18,15.7,12.5,8.8,4,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-01-27" +"18","065","0003","88102",5,40.009525,-85.523455,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.019806,0.005834,0.04,"2013-01-22 00:00",0.04,"2013-10-25 00:00",0.026,"2013-04-22 00:00",0.026,"2013-05-04 00:00","","","","",0.04,0.04,0.026,0.026,0.021,0.0195,0.014,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88103",5,40.009525,-85.523455,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.00051,0.000869,0.003,"2013-03-29 00:00",0.003,"2013-09-25 00:00",0.003,"2013-10-13 00:00",0.002,"2013-02-09 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88104",5,40.009525,-85.523455,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",30,0.027939,0.036556,0.195,"2013-07-15 00:00",0.113,"2013-06-27 00:00",0.111,"2013-08-26 00:00",0.101,"2013-02-09 00:00","","","","",0.195,0.195,0.111,0.069,0.031,0.0115,0.0065,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88107",5,40.009525,-85.523455,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.005471,0.003536,0.0295,"2013-05-16 00:00",0.0055,"2013-01-10 00:00",0.0055,"2013-04-16 00:00",0.0055,"2013-04-28 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.005,0.005,0.00385,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88109",5,40.009525,-85.523455,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",7,0.003302,0.001909,0.0103,"2013-01-16 00:00",0.0078,"2013-07-21 00:00",0.0063,"2013-05-16 00:00",0.0062,"2013-01-28 00:00","","","","",0.0103,0.0103,0.0063,0.0058,0.0043,0.0028,0.0009,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88110",5,40.009525,-85.523455,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000694,0.002632,0.013,"2013-02-27 00:00",0.011,"2013-08-08 00:00",0.008,"2013-10-01 00:00",0.001,"2013-02-15 00:00","","","","",0.013,0.013,0.008,0.001,0,0,0,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88111",5,40.009525,-85.523455,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",15,0.020814,0.034393,0.232,"2013-08-26 00:00",0.0686,"2013-05-16 00:00",0.0621,"2013-07-15 00:00",0.044,"2013-01-28 00:00","","","","",0.232,0.232,0.0621,0.0425,0.0219,0.012,0.0037,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88112",5,40.009525,-85.523455,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.004265,0.012659,0.065,"2013-10-07 00:00",0.064,"2013-09-25 00:00",0.005,"2013-02-09 00:00",0.005,"2013-07-03 00:00","","","","",0.065,0.065,0.005,0.005,0.003,0.001,0,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88113",5,40.009525,-85.523455,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.000646,8.3e-05,0.001,"2013-05-16 00:00",0.0007,"2013-01-04 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-03 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88114",5,40.009525,-85.523455,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",42,0.001105,0.000548,0.0036,"2013-10-13 00:00",0.0027,"2013-04-22 00:00",0.0019,"2013-08-26 00:00",0.0017,"2013-01-16 00:00","","","","",0.0036,0.0036,0.0019,0.0017,0.00125,0.00095,0.00065,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88115",5,40.009525,-85.523455,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",31,0.006574,0.00534,0.0278,"2013-01-28 00:00",0.0214,"2013-08-08 00:00",0.0182,"2013-04-10 00:00",0.0154,"2013-09-25 00:00","","","","",0.0278,0.0278,0.0182,0.015,0.0079,0.00405,0.00245,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88117",5,40.009525,-85.523455,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.004669,0.005629,0.043,"2013-05-16 00:00",0.00485,"2013-01-10 00:00",0.00485,"2013-06-09 00:00",0.00485,"2013-07-21 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0041,0.0041,0.0028,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88118",5,40.009525,-85.523455,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.009282,0.006017,0.023,"2013-05-16 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00",0.017,"2013-02-09 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88126",5,40.009525,-85.523455,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.035771,0.022268,0.135,"2013-07-15 00:00",0.0728,"2013-05-16 00:00",0.0722,"2013-08-26 00:00",0.0656,"2013-01-28 00:00","","","","",0.135,0.135,0.0722,0.0599,0.0434,0.0347,0.0152,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88128",5,40.009525,-85.523455,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.00098,0.001377,0.005,"2013-06-09 00:00",0.004,"2013-01-16 00:00",0.004,"2013-07-21 00:00",0.003,"2013-01-22 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0,0,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88131",5,40.009525,-85.523455,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.009694,0.003072,0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-07-27 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88132",5,40.009525,-85.523455,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000837,0.001143,0.005,"2013-05-16 00:00",0.004,"2013-05-04 00:00",0.003,"2013-01-10 00:00",0.003,"2013-09-25 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88136",5,40.009525,-85.523455,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000327,0.000625,0.003,"2013-04-22 00:00",0.002,"2013-07-03 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-03 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88140",5,40.009525,-85.523455,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.00755,0.003224,0.02,"2013-01-16 00:00",0.019,"2013-04-10 00:00",0.014,"2013-08-26 00:00",0.0117,"2013-05-04 00:00","","","","",0.02,0.02,0.014,0.009,0.009,0.006,0.00475,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88152",5,40.009525,-85.523455,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00564,0.001345,0.008,"2013-01-10 00:00",0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88154",5,40.009525,-85.523455,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.001088,0.00026,0.0017,"2013-08-08 00:00",0.0015,"2013-01-10 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-22 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.0013,0.001,0.00065,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88160",5,40.009525,-85.523455,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.013531,0.004169,0.026,"2013-09-07 00:00",0.025,"2013-06-03 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-04 00:00","","","","",0.026,0.026,0.018,0.018,0.016,0.01,0.01,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88161",5,40.009525,-85.523455,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.002558,0.001138,0.01,"2013-07-15 00:00",0.0042,"2013-05-16 00:00",0.00265,"2013-01-10 00:00",0.00265,"2013-04-16 00:00","","","","",0.01,0.01,0.00265,0.00265,0.00265,0.0025,0.0021,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88164",5,40.009525,-85.523455,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001609,0.000184,0.0019,"2013-01-10 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88165",5,40.009525,-85.523455,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",11,0.058347,0.075221,0.422,"2013-07-15 00:00",0.248,"2013-08-26 00:00",0.229,"2013-05-16 00:00",0.164,"2013-06-27 00:00","","","","",0.422,0.422,0.229,0.152,0.063,0.034,0.009,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88166",5,40.009525,-85.523455,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.007592,0.004332,0.0185,"2013-04-22 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-10 00:00",0.0185,"2013-07-27 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88167",5,40.009525,-85.523455,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",13,0.006762,0.005267,0.024,"2013-01-10 00:00",0.0196,"2013-06-15 00:00",0.0162,"2013-07-03 00:00",0.0158,"2013-01-28 00:00","","","","",0.024,0.024,0.0162,0.0147,0.0097,0.0059,0.0013,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88168",5,40.009525,-85.523455,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.001281,0.000556,0.0036,"2013-10-19 00:00",0.003,"2013-06-03 00:00",0.0026,"2013-09-19 00:00",0.0019,"2013-07-15 00:00","","","","",0.0036,0.0036,0.0026,0.00175,0.0012,0.00115,0.00085,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88169",5,40.009525,-85.523455,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.904408,0.577433,2.52,"2013-08-20 00:00",2.29,"2013-08-08 00:00",2.09,"2013-08-26 00:00",2.05,"2013-09-07 00:00","","","","",2.52,2.52,2.09,1.84,1.19,0.747,0.299,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88176",5,40.009525,-85.523455,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.000937,0.00024,0.0019,"2013-09-01 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-05-10 00:00","","","","",0.0019,0.0019,0.0013,0.0013,0.001,0.0009,0.0007,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88180",5,40.009525,-85.523455,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.044753,0.020964,0.105,"2013-01-28 00:00",0.088,"2013-07-03 00:00",0.0836,"2013-05-16 00:00",0.0806,"2013-08-26 00:00","","","","",0.105,0.105,0.0836,0.0761,0.0532,0.043,0.0197,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88184",5,40.009525,-85.523455,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",43,0.030214,0.036285,0.241,"2013-04-10 00:00",0.129,"2013-05-04 00:00",0.081,"2013-01-16 00:00",0.063,"2013-05-28 00:00","","","","",0.241,0.241,0.081,0.046,0.027,0.02,0.0155,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88185",5,40.009525,-85.523455,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.003434,0.003675,0.0143,"2013-08-26 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-10 00:00","","","","",0.0143,0.0143,0.0115,0.0115,0.00225,0.00165,0.0014,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88301",5,40.009525,-85.523455,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,1.005531,0.679033,2.51,"2013-06-09 00:00",2.44,"2013-08-08 00:00",2.4,"2013-01-16 00:00",2.16,"2013-08-20 00:00","","","","",2.51,2.51,2.4,1.89,1.53,0.981,0.166,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88302",5,40.009525,-85.523455,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",3,0.050055,0.042187,0.274,"2013-04-10 00:00",0.12,"2013-05-04 00:00",0.11,"2013-05-28 00:00",0.11,"2013-07-15 00:00","","","","",0.274,0.274,0.11,0.1,0.056,0.0432,0.015,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88303",5,40.009525,-85.523455,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",19,0.029476,0.022706,0.111,"2013-05-16 00:00",0.073,"2013-01-28 00:00",0.066,"2013-06-09 00:00",0.063,"2013-07-03 00:00","","","","",0.111,0.111,0.066,0.063,0.0428,0.029,0.0034,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88306",5,40.009525,-85.523455,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.594265,1.641657,8.1,"2013-01-16 00:00",5.2,"2013-03-29 00:00",5.05,"2013-01-10 00:00",4.74,"2013-02-03 00:00","","","","",8.1,8.1,5.05,4.11,2.08,0.989,0.296,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88355",5,40.009525,-85.523455,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.929872,0.786831,3.45,"2013-08-26 00:00",3.38,"2013-07-09 00:00",3.29,"2013-06-09 00:00",3.25,"2013-07-03 00:00","","","","",3.45,3.45,3.29,3.18,2.48,1.91,0.869,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88357",5,40.009525,-85.523455,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.186766,0.102304,0.473,"2013-01-22 00:00",0.411,"2013-04-04 00:00",0.401,"2013-04-22 00:00",0.345,"2013-03-23 00:00","","","","",0.473,0.473,0.401,0.338,0.252,0.152,0.092,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88370",5,40.009525,-85.523455,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.661936,0.687586,2.92,"2013-08-26 00:00",2.89,"2013-06-09 00:00",2.89,"2013-07-03 00:00",2.88,"2013-07-09 00:00","","","","",2.92,2.92,2.89,2.82,2.01,1.64,0.806,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88374",5,40.009525,-85.523455,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.148511,0.130565,0.646,"2013-08-26 00:00",0.597,"2013-07-09 00:00",0.417,"2013-05-16 00:00",0.31,"2013-06-21 00:00","","","","",0.646,0.646,0.417,0.303,0.175,0.115,0.041,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88375",5,40.009525,-85.523455,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.459043,0.199885,0.957,"2013-06-09 00:00",0.808,"2013-07-03 00:00",0.8,"2013-07-09 00:00",0.737,"2013-09-07 00:00","","","","",0.957,0.957,0.8,0.736,0.622,0.433,0.207,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88376",5,40.009525,-85.523455,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.405149,0.172507,0.782,"2013-05-28 00:00",0.777,"2013-07-21 00:00",0.772,"2013-06-09 00:00",0.713,"2013-06-15 00:00","","","","",0.782,0.782,0.772,0.697,0.497,0.382,0.186,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88377",5,40.009525,-85.523455,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.305723,0.131131,0.558,"2013-01-28 00:00",0.539,"2013-09-07 00:00",0.531,"2013-05-16 00:00",0.507,"2013-03-23 00:00","","","","",0.558,0.558,0.531,0.5,0.404,0.295,0.133,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88378",5,40.009525,-85.523455,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",6,0.34417,0.225378,0.897,"2013-07-03 00:00",0.69,"2013-05-16 00:00",0.673,"2013-07-09 00:00",0.661,"2013-08-26 00:00","","","","",0.897,0.897,0.673,0.661,0.528,0.351,0.001,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88380",5,40.009525,-85.523455,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.453638,0.252111,1.07,"2013-04-04 00:00",1.01,"2013-03-23 00:00",0.984,"2013-01-28 00:00",0.953,"2013-04-22 00:00","","","","",1.07,1.07,0.984,0.919,0.574,0.423,0.176,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88383",5,40.009525,-85.523455,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.725894,0.328626,1.45,"2013-07-09 00:00",1.39,"2013-07-03 00:00",1.24,"2013-01-28 00:00",1.19,"2013-08-26 00:00","","","","",1.45,1.45,1.24,1.15,0.988,0.74,0.239,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88384",5,40.009525,-85.523455,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.069474,0.030414,0.159,"2013-01-28 00:00",0.151,"2013-08-26 00:00",0.139,"2013-04-22 00:00",0.113,"2013-09-07 00:00","","","","",0.159,0.159,0.139,0.101,0.0849,0.0643,0.0383,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88385",5,40.009525,-85.523455,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",42,0.003072,0.008812,0.0566,"2013-01-22 00:00",0.0244,"2013-01-04 00:00",0.0102,"2013-03-23 00:00",0.00763,"2013-01-16 00:00","","","","",0.0566,0.0566,0.0102,0.00354,0.001,0.001,0.001,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88388",5,40.009525,-85.523455,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.610489,0.297236,1.25,"2013-07-03 00:00",1.18,"2013-08-26 00:00",1.17,"2013-07-09 00:00",1.07,"2013-01-28 00:00","","","","",1.25,1.25,1.17,1.04,0.85,0.581,0.23,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88403",5,40.009525,-85.523455,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.390265,1.532501,6.74,"2013-08-20 00:00",5.96,"2013-08-08 00:00",5.62,"2013-09-07 00:00",5.07,"2013-06-09 00:00","","","","",6.74,6.74,5.62,4.76,3.32,1.93,0.79,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","065","0003","88502",5,40.009525,-85.523455,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,10.054167,4.565596,20.3,"2013-08-26 00:00",17.9,"2013-08-20 00:00",17.3,"2013-09-07 00:00",17.1,"2013-08-08 00:00","","","","",20.3,20.3,17.3,16.5,13.7,9.8,3.4,"Mechanicsburg- Shenandoah HS/ behind the football field","7354 W. US 36/ SHENANDOAH H.S.- MIDDLETON","Indiana","Henry","Middletown","New Castle, IN","2014-02-13" +"18","069","0002","44201",1,40.96071,-85.379842,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4345,100,183,183,0,47,0,0,"Certification not required",153,0.044055,0.008668,0.067,"2013-06-21 14:00",0.065,"2013-05-14 16:00",0.065,"2013-06-20 17:00",0.063,"2013-06-05 17:00","","","","",0.065,0.063,0.058,0.055,0.05,0.044,0.032,"Roanoke- Roanoke Elem. School","423 WEST VINE STREET - ROANOKE","Indiana","Huntington","Roanoke","Huntington, IN","2013-10-25" +"18","069","0002","44201",1,40.96071,-85.379842,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4374,99,182,183,0,0,0,0,"Certification not required",0,0.039758,0.008452,0.063,"2013-06-21 10:00",0.06,"2013-05-14 12:00",0.06,"2013-06-20 11:00",0.059,"2013-06-05 12:00","","","","",0.06,0.059,0.052,0.05,0.046,0.039,0.029,"Roanoke- Roanoke Elem. School","423 WEST VINE STREET - ROANOKE","Indiana","Huntington","Roanoke","Huntington, IN","2013-10-25" +"18","069","0002","44201",1,40.96071,-85.379842,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4374,99,182,183,0,0,0,0,"Certification not required",0,0.039758,0.008452,0.063,"2013-06-21 10:00",0.06,"2013-05-14 12:00",0.06,"2013-06-20 11:00",0.059,"2013-06-05 12:00","","","","",0.06,0.059,0.052,0.05,0.046,0.039,0.029,"Roanoke- Roanoke Elem. School","423 WEST VINE STREET - ROANOKE","Indiana","Huntington","Roanoke","Huntington, IN","2013-10-25" +"18","071","0001","44201",1,38.920844,-86.080489,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4355,100,183,183,0,37,0,0,"Certification not required",236,0.050404,0.009596,0.082,"2013-09-09 16:00",0.075,"2013-05-15 14:00",0.073,"2013-05-14 15:00",0.07,"2013-06-15 17:00","","","","",0.075,0.07,0.066,0.062,0.057,0.05,0.038,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2013-10-25" +"18","071","0001","44201",1,38.920844,-86.080489,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.045536,0.008765,0.072,"2013-05-15 11:00",0.066,"2013-05-14 11:00",0.064,"2013-09-09 10:00",0.063,"2013-06-05 11:00","","","","",0.066,0.063,0.059,0.057,0.052,0.046,0.034,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2013-10-25" +"18","071","0001","44201",1,38.920844,-86.080489,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.045536,0.008765,0.072,"2013-05-15 11:00",0.066,"2013-05-14 11:00",0.064,"2013-09-09 10:00",0.063,"2013-06-05 11:00","","","","",0.066,0.063,0.059,0.057,0.052,0.046,0.034,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2013-10-25" +"18","071","0001","61101",1,38.920844,-86.080489,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7174,82,298,365,0,122,"","","Certification not required",0,5.628269,4.089243,25.5,"2013-02-19 00:00",24.8,"2013-01-30 00:00",24.7,"2013-02-18 19:00",23.9,"2013-04-18 13:00","","","","",18.5,16.8,14.2,11.3,7.6,4.8,1.3,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","071","0001","61103",1,38.920844,-86.080489,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7174,82,298,365,0,122,"","","Certification not required",0,5.327168,4.08271,25.4,"2013-02-19 00:00",24.6,"2013-01-30 00:00",24.2,"2013-02-18 19:00",23.5,"2013-04-18 13:00","","","","",18.1,16.3,13.8,11,7.4,4.4,1,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","071","0001","61104",1,38.920844,-86.080489,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7174,82,298,365,0,122,"","","Certification not required",0,181.824923,105.702996,360,"2013-06-03 21:00",360,"2013-09-03 16:00",360,"2013-09-14 01:00",360,"2013-09-14 02:00","","","","",355,349,330,305,261,216,23,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","071","0001","61105",1,38.920844,-86.080489,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7173,82,298,365,0,123,"","","Certification not required",0,10.246898,6.584067,41,"2013-01-13 01:00",41,"2013-01-30 00:00",41,"2013-01-30 02:00",41,"2013-02-19 00:00","","","","",30,28,23,19,14,9,3,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","071","0001","61106",1,38.920844,-86.080489,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7174,82,298,365,0,122,"","","Certification not required",0,20.226791,14.393748,81,"2013-07-12 01:00",81,"2013-07-16 01:00",81,"2013-07-16 03:00",81,"2013-07-16 04:00","","","","",73,64,52,41,25,15,8,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","071","0001","62101",1,38.920844,-86.080489,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,56.406336,18.622096,94,"2013-08-31 14:00",94,"2013-08-31 15:00",94,"2013-08-31 16:00",93,"2013-08-28 14:00","","","","",88,86,83,78,71,61,30,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","071","0001","62201",1,38.920844,-86.080489,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7292,83,304,365,0,4,"","","Certification not required",0,67.584065,18.458832,100,"2013-08-28 04:00",100,"2013-08-28 05:00",100,"2013-08-29 01:00",100,"2013-08-29 03:00","","","","",100,100,99,89,82,69,42,"Brownstown- 225 W & 200 N. Water facility","225 W & 300 N, BROWNSTOWN","Indiana","Jackson","","Seymour, IN","2014-01-28" +"18","073","0002","42401",1,41.187854,-87.053571,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8683,99,364,365,0,77,0,"","Certification not required",0,4.467033,6.73149,71,"2013-07-25 10:00",59,"2013-06-14 10:00",44,"2013-08-29 13:00",40,"2013-06-03 10:00","","","","",40,25,13,8,5,3,1,"","CENTER STREET, WHEATFIELD","Indiana","Jasper","Wheatfield","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0002","42401",1,41.187854,-87.053571,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8683,99,364,365,0,77,"","","Certification not required",0,1.57722,2.301231,71,"2013-07-25 10:00",59,"2013-06-14 10:00",44,"2013-08-29 13:00",40,"2013-06-03 10:00","","","","",9,6,4,3,2,1,0,"","CENTER STREET, WHEATFIELD","Indiana","Jasper","Wheatfield","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0002","42401",1,41.187854,-87.053571,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.583242,1.227023,10.6,"2013-06-14 00:00",6.9,"2013-08-08 00:00",6.8,"2013-07-25 00:00",6.7,"2013-06-03 00:00","","","","",6.7,4.9,3.8,3,2,1.3,0.4,"","CENTER STREET, WHEATFIELD","Indiana","Jasper","Wheatfield","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0002","42401",1,41.187854,-87.053571,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2872,98,363,365,0,0,"",0,"Certification not required",0,1.560968,2.019945,45.6,"2013-07-25 11:00",35.6,"2013-06-14 11:00",28.6,"2013-08-29 14:00",25.6,"2013-06-14 14:00","","","","",8.6,6,4,3,2,1,0,"","CENTER STREET, WHEATFIELD","Indiana","Jasper","Wheatfield","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61103",1,41.221437,-87.027765,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",8551,98,355,365,0,209,"","","Certification not required",0,4.987721,2.73952,19.5,"2013-03-24 13:00",18.8,"2013-03-24 14:00",18.2,"2013-02-26 05:00",18,"2013-02-26 08:00","","","","",12.9,11.8,10.1,8.7,6.5,4.6,1.7,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61103",2,41.221437,-87.027765,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 3",2013,"Knots","No Events",8551,98,355,365,0,209,"","","Certification not required",0,11.665793,4.955036,40.7,"2013-11-17 15:00",34.6,"2013-01-19 23:00",33.9,"2013-02-11 10:00",33.6,"2013-11-17 16:00","","","","",25.8,23.8,20.7,18,14.5,11.3,5.6,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61103",3,41.221437,-87.027765,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Knots","No Events",8551,98,355,365,0,209,"","","Certification not required",0,8.934148,4.040342,34.6,"2013-11-17 15:00",29.1,"2013-01-19 23:00",29,"2013-02-11 10:00",28.5,"2013-02-11 11:00","","","","",21.6,19.5,16.5,14.2,11,8.3,4.4,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61104",1,41.221437,-87.027765,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",8533,97,353,365,0,227,"","","Certification not required",0,186.682058,80.164959,325,"2013-02-08 06:00",322,"2013-04-01 04:00",322,"2013-04-02 00:00",320,"2013-02-08 08:00","","","","",312,307,297,284,250,203,59,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61104",2,41.221437,-87.027765,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 3",2013,"Degrees Compass","No Events",8551,98,355,365,0,209,"","","Certification not required",0,196.555958,82.424232,348,"2013-01-01 17:00",347,"2013-01-17 18:00",347,"2013-09-21 21:00",346,"2013-04-05 04:00","","","","",335,330,316,297,263,209,69,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61104",3,41.221437,-87.027765,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Degrees Compass","No Events",8551,98,355,365,0,209,"","","Certification not required",0,192.892878,80.442354,346,"2013-09-29 21:00",339,"2013-07-31 20:00",339,"2013-08-03 22:00",338,"2013-08-09 05:00","","","","",327,322,307,290,259,205,67,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","61106",1,41.221437,-87.027765,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8532,97,353,365,0,228,"","","Certification not required",0,18.954829,11.271784,85.1,"2013-08-16 04:00",80.2,"2013-07-03 05:00",77.7,"2013-10-02 06:00",77.6,"2013-08-15 10:00","","","","",58.3,52.6,43.3,35,22.8,15.2,9.1,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","62101",1,41.221437,-87.027765,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8501,97,351,365,0,259,"","","Certification not required",0,49.198212,20.390572,95,"2013-09-10 13:00",94,"2013-09-10 12:00",94,"2013-09-10 14:00",94,"2013-09-10 15:00","","","","",87,84,80,75,67,49,22,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","62103",1,41.221437,-87.027765,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4974,57,184,365,0,3786,"","","Certification not required",47,35.76163,16.117457,69,"2013-05-20 02:00",69,"2013-05-20 03:00",69,"2013-07-19 18:00",69,"2013-07-19 19:00","","","","",66,64,61,58,49,36,15,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","073","0004","62106",1,41.221437,-87.027765,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 3 - level 1",2013,"Temp Difference, Centigrade ","No Events",8501,97,351,365,0,259,"","","Certification not required",0,-0.026397,1.323552,8.6,"2013-08-10 15:00",8.3,"2013-08-10 12:00",7.8,"2013-05-09 04:00",7.6,"2013-05-09 03:00","","","","",4.9,4,2.9,1.7,0.3,-0.5,-1.1,"","SCHAHFER GENERATING STATION, WHEATFIELD","Indiana","Jasper","","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","081","0002","44201",1,39.417243,-86.152363,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4155,100,183,183,0,237,0,0,"Certification not required",27,0.048858,0.009015,0.072,"2013-05-14 17:00",0.072,"2013-05-15 18:00",0.071,"2013-09-05 17:00",0.069,"2013-06-18 14:00","","","","",0.072,0.069,0.064,0.06,0.055,0.048,0.037,"Indian Creek Elementary School in Trafalgar, DUE SOUTH OF INDIANAPOLIS","200 W. PEARL ST., TRAFALGAR","Indiana","Johnson","Trafalgar","Indianapolis-Carmel, IN","2013-10-25" +"18","081","0002","44201",1,39.417243,-86.152363,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4327,98,179,183,0,0,0,0,"Certification not required",0,0.044514,0.008593,0.068,"2013-05-14 15:00",0.068,"2013-05-15 13:00",0.063,"2013-09-05 12:00",0.062,"2013-06-04 12:00","","","","",0.068,0.062,0.058,0.056,0.051,0.045,0.033,"Indian Creek Elementary School in Trafalgar, DUE SOUTH OF INDIANAPOLIS","200 W. PEARL ST., TRAFALGAR","Indiana","Johnson","Trafalgar","Indianapolis-Carmel, IN","2013-10-25" +"18","081","0002","44201",1,39.417243,-86.152363,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4327,98,179,183,0,0,0,0,"Certification not required",0,0.044514,0.008593,0.068,"2013-05-14 15:00",0.068,"2013-05-15 13:00",0.063,"2013-09-05 12:00",0.062,"2013-06-04 12:00","","","","",0.068,0.062,0.058,0.056,0.051,0.045,0.033,"Indian Creek Elementary School in Trafalgar, DUE SOUTH OF INDIANAPOLIS","200 W. PEARL ST., TRAFALGAR","Indiana","Johnson","Trafalgar","Indianapolis-Carmel, IN","2013-10-25" +"18","083","9991","44201",1,38.7408,-87.4853,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7677,92,169,183,0,339,0,0,"Certification not required",135,0.051012,0.009499,0.072,"2013-06-06 16:00",0.07,"2013-05-14 15:00",0.07,"2013-05-15 16:00",0.07,"2013-06-08 17:00","","","","",0.07,0.07,0.069,0.064,0.057,0.053,0.045,"Vincennes","Southwest Purdue Agricultural Center, Vincennes, IN 47591","Indiana","Knox","","Vincennes, IN","2014-01-31" +"18","083","9991","44201",1,38.7408,-87.4853,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7749,92,168,183,0,0,0,0,"Certification not required",0,0.046274,0.008982,0.067,"2013-05-15 11:00",0.065,"2013-05-14 12:00",0.065,"2013-06-06 11:00",0.064,"2013-06-08 11:00","","","","",0.065,0.064,0.062,0.059,0.052,0.048,0.041,"Vincennes","Southwest Purdue Agricultural Center, Vincennes, IN 47591","Indiana","Knox","","Vincennes, IN","2014-01-31" +"18","083","9991","44201",1,38.7408,-87.4853,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7749,92,168,183,0,0,0,0,"Certification not required",0,0.046274,0.008982,0.067,"2013-05-15 11:00",0.065,"2013-05-14 12:00",0.065,"2013-06-06 11:00",0.064,"2013-06-08 11:00","","","","",0.065,0.064,0.062,0.059,0.052,0.048,0.041,"Vincennes","Southwest Purdue Agricultural Center, Vincennes, IN 47591","Indiana","Knox","","Vincennes, IN","2014-01-31" +"18","089","0006","68101",1,41.636127,-87.440843,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",112,100,61,61,0,0,"","","Certification not required",36,0.23125,0.151587,0.5,"2013-04-19 00:00",0.5,"2013-05-13 00:00",0.5,"2013-06-03 00:00",0.5,"2013-06-30 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.3,0.05,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68102",1,41.636127,-87.440843,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",112,100,61,61,0,0,"","","Certification not required",0,23.997321,0.021053,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68103",1,41.636127,-87.440843,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,61,61,0,0,"","","Certification not required",0,5.094643,10.652875,24.9,"2013-07-18 00:00",24,"2013-09-10 00:00",22.8,"2013-07-15 00:00",22.7,"2013-07-09 00:00","","","","",24,22.8,20.9,19,14.8,4.6,-9.2,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68104",1,41.636127,-87.440843,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,61,61,0,0,"","","Certification not required",0,14.158929,11.585542,36,"2013-09-10 00:00",35.8,"2013-07-18 00:00",33.8,"2013-06-27 00:00",33.3,"2013-07-15 00:00","","","","",35.8,33.8,32.9,29.8,24.3,13.4,-0.9,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68105",1,41.636127,-87.440843,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,61,61,0,0,"","","Certification not required",0,9.582143,10.80624,30.4,"2013-07-18 00:00",30,"2013-09-10 00:00",26.8,"2013-07-15 00:00",26.7,"2013-08-26 00:00","","","","",30,26.8,26.2,23.2,19.7,9.2,-5,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68106",1,41.636127,-87.440843,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,61,61,0,0,"","","Certification not required",0,743.258929,5.063107,757,"2013-11-12 00:00",755,"2013-11-24 00:00",754,"2013-12-24 00:00",753,"2013-03-08 00:00","","","","",755,754,751,749,746,743,737,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68107",1,41.636127,-87.440843,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,61,61,0,0,"","","Certification not required",0,749.8125,4.838903,765,"2013-11-24 00:00",764,"2013-11-12 00:00",761,"2013-12-24 00:00",760,"2013-12-06 00:00","","","","",764,761,757,756,753,750,744,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68108",1,41.636127,-87.440843,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,61,61,0,0,"","","Certification not required",0,746.839286,4.784648,761,"2013-11-12 00:00",761,"2013-11-24 00:00",757,"2013-03-08 00:00",755,"2013-12-06 00:00","","","","",761,757,754,753,750,747,742,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","68109",1,41.636127,-87.440843,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",112,100,61,61,0,0,"","","Certification not required",0,1439.491071,1.131017,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","81102",2,41.636127,-87.440843,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,19.087719,9.235569,44,"2013-05-16 00:00",38,"2013-09-25 00:00",36,"2013-03-29 00:00",35,"2013-07-03 00:00","","","","",44,38,36,35,24,18,8,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","81102",3,41.636127,-87.440843,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,18.793103,9.019975,41,"2013-05-16 00:00",37,"2013-09-25 00:00",36,"2013-03-29 00:00",35,"2013-07-03 00:00","","","","",41,37,36,35,24,17,8,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","88101",1,41.636127,-87.440843,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,10.371429,5.017167,35.3,"2013-12-03 00:00",20.8,"2013-07-03 00:00",19,"2013-04-28 00:00",18.8,"2013-02-06 00:00","","","","",20.8,19,17.4,16.9,14.1,9.9,4.7,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0006","88101",1,41.636127,-87.440843,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,10.371429,5.017167,35.3,"2013-12-03 00:00",20.8,"2013-07-03 00:00",19,"2013-04-28 00:00",18.8,"2013-02-06 00:00","","","","",20.8,19,17.4,16.9,14.1,9.9,4.7,"East Chicago- Franklin School/ Benjamin Franklin Elem. School","2400 Cardinal Dr.- Benjamin Franklin Elem School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0015","42101",1,41.628611,-87.461389,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7249,83,305,365,0,767,0,0,"Certification not required",3732,0.437136,0.240554,2.9,"2013-06-29 11:00",2.7,"2013-08-08 13:00",2.6,"2013-02-25 07:00",2.3,"2013-02-20 15:00","","","","",1.2,1.1,0.9,0.7,0.6,0.25,0.25,"East Chicago- Post Office","901 EAST CHICAGO AVE/ EAST CHICAGO POST OFFICE","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-31" +"18","089","0015","42101",1,41.628611,-87.461389,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7312,83,304,365,0,0,0,0,"Certification not required",0,0.454841,0.185388,1.5,"2013-02-25 07:00",1.5,"2013-02-25 08:00",1.4,"2013-01-16 02:00",1.4,"2013-01-16 03:00",1.5,"2013-02-25 07:00",1.4,"2013-01-16 02:00",1,0.9,0.8,0.7,0.6,0.4,0.3,"East Chicago- Post Office","901 EAST CHICAGO AVE/ EAST CHICAGO POST OFFICE","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-31" +"18","089","0022","42153",7,41.60668,-87.304729,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.005556,0.023121,0.1,"2013-05-22 00:00",0.1,"2013-07-27 00:00",0.1,"2013-09-07 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","42401",1,41.60668,-87.304729,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8524,97,356,365,0,236,0,"","Certification not required",0,7.163202,9.96272,74.2,"2013-05-23 09:00",52,"2013-12-07 13:00",49,"2013-05-12 02:00",43.2,"2013-06-14 12:00","","","","",43.2,37.3,28.4,21.1,9.5,3.2,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","42401",1,41.60668,-87.304729,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8524,97,356,365,0,236,"","","Certification not required",0,1.503285,3.839819,74.2,"2013-05-23 09:00",57.1,"2013-05-23 10:00",52,"2013-12-07 13:00",49,"2013-05-12 02:00","","","","",18.2,13.1,7.5,3.8,1.4,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","42401",1,41.60668,-87.304729,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,1.51573,2.138482,13.6,"2013-05-12 00:00",11.3,"2013-05-23 00:00",10.8,"2013-04-20 00:00",10.2,"2013-03-06 00:00","","","","",10.2,8.3,6.1,4.2,2,0.6,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","42401",1,41.60668,-87.304729,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2780,95,352,365,0,0,"",0,"Certification not required",0,1.478165,3.437802,59.9,"2013-05-23 11:00",43.5,"2013-05-12 02:00",36.6,"2013-12-07 14:00",30.4,"2013-05-12 05:00","","","","",16.1,12,7.5,4,1.5,0.1,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","42406",1,41.60668,-87.304729,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8571,98,357,365,0,189,"","","Certification not required",0,2.369187,7.915417,156,"2013-01-01 15:00",126,"2013-05-23 08:00",118.1,"2013-05-23 10:00",113.7,"2013-08-30 17:00","","","","",36.3,24,13,6.3,1.9,0.3,-1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","42601",1,41.60668,-87.304729,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7127,81,299,365,0,889,"","","Certification not required",0,5.942472,16.094943,235.7,"2013-03-29 06:00",218.3,"2013-01-16 01:00",208.9,"2013-03-29 05:00",203.1,"2013-01-16 00:00","","","","",84.1,60.9,29.6,13.2,3.8,1.3,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-31" +"18","089","0022","42602",1,41.60668,-87.304729,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7127,81,299,365,0,889,0,"","Certification not required",0,26.267224,10.475798,64.7,"2013-05-08 21:00",54,"2013-04-04 22:00",52,"2013-04-03 02:00",52,"2013-05-09 00:00","","","","",52,49.6,45.4,40.7,33.3,25.8,13.5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-31" +"18","089","0022","42602",1,41.60668,-87.304729,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7127,81,299,365,0,889,"","","Certification not required",0,11.190908,8.99838,64.7,"2013-05-08 21:00",55.7,"2013-05-08 22:00",54,"2013-04-04 22:00",52,"2013-04-03 02:00","","","","",41.1,37,30.1,24,15.1,8.6,2.5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-31" +"18","089","0022","42603",1,41.60668,-87.304729,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7127,81,299,365,0,889,"","","Certification not required",0,17.901501,22.546704,284.2,"2013-03-29 06:00",257.3,"2013-03-29 05:00",252.1,"2013-01-16 01:00",245,"2013-01-15 07:00","","","","",118.2,92.4,58.6,38.8,19.6,11.3,3,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-31" +"18","089","0022","43000",1,41.60668,-87.304729,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5975,68,247,365,0,400,"","","Certification not required",1,67.827975,118.992504,4583,"2013-02-02 00:00",3832.7,"2013-08-01 00:00",3536.9,"2013-03-01 00:00",3363.7,"2013-01-01 00:00","","","","",277,219.9,165.1,123.6,78.7,49.5,22.8,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43102",1,41.60668,-87.304729,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",539,18,21,122,0,4,"","","Certification not required",0,66.685102,45.778633,551.9,"2013-09-12 04:00",240.77,"2013-09-19 18:00",237.34,"2013-09-21 04:00",231.64,"2013-09-21 01:00","","","","",226.22,192.66,167,118.96,77.83,52.35,31.25,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43102",7,41.60668,-87.304729,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,108.154545,65.818977,445,"2013-11-06 00:00",228,"2013-11-30 00:00",226,"2013-03-29 00:00",222,"2013-11-24 00:00","","","","",445,228,226,170,127,93,54,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43141",1,41.60668,-87.304729,"WGS84","n-Dodecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5184,59,210,365,0,648,"","","Certification not required",5087,0.90881,1.138757,44.68,"2013-02-02 00:00",44,"2013-08-01 00:00",20.89,"2013-03-01 00:00",19.13,"2013-02-02 12:00","","","","",2.3,0.91,0.91,0.91,0.91,0.91,0.335,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-11-21" +"18","089","0022","43202",1,41.60668,-87.304729,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5808,66,238,365,0,566,"","","Certification not required",174,9.358423,9.259468,116.52,"2013-05-07 00:00",113.87,"2013-05-06 00:00",99.54,"2013-09-21 05:00",99.53,"2013-09-21 09:00","","","","",44.66,36.71,25.49,18.45,11.1,6.9,1.8,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43203",1,41.60668,-87.304729,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5346,61,211,365,0,1028,"","","Certification not required",1241,2.947481,4.908719,104.68,"2013-07-31 14:00",70.98,"2013-07-31 16:00",70.05,"2013-07-27 12:00",68.17,"2013-07-23 09:00","","","","",20.72,15.82,10.93,7.66,3.63,1.12,0.165,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43204",1,41.60668,-87.304729,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5956,68,246,365,0,418,"","","Certification not required",808,3.740719,3.142149,49.05,"2013-02-02 00:00",42.65,"2013-03-01 00:00",41.91,"2013-08-01 00:00",39.46,"2013-01-01 00:00","","","","",14.18,11.68,9.59,7.49,4.8,3.13,0.64,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43205",1,41.60668,-87.304729,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5000,57,180,365,0,1374,"","","Certification not required",4816,1.532783,0.901781,24.63,"2013-02-02 00:00",21.33,"2013-03-01 00:00",20.15,"2013-01-01 00:00",19.71,"2013-08-01 00:00","","","","",1.835,1.835,1.835,1.835,1.835,1.835,0.29,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43205",7,41.60668,-87.304729,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",1,1.95463,1.401356,6.4,"2013-10-25 00:00",4.6,"2013-10-13 00:00",4.3,"2013-01-04 00:00",4.3,"2013-10-07 00:00","","","","",6.4,4.6,4.3,4.1,2.8,1.7,0.5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43206",1,41.60668,-87.304729,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5861,67,243,365,0,513,"","","Certification not required",2177,0.460233,0.948591,43.7,"2013-02-27 17:00",32.5,"2013-02-27 16:00",16.17,"2013-08-01 00:00",15.42,"2013-01-13 06:00","","","","",2.75,2.06,1.33,0.94,0.53,0.31,0.095,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43207",7,41.60668,-87.304729,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.201852,0.013608,0.3,"2013-03-05 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.2,0.2,0.2,0.2,0.2,0.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43208",7,41.60668,-87.304729,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43209",7,41.60668,-87.304729,"WGS84","Ethyl acetate","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",34,0.118519,0.102468,0.5,"2013-06-27 00:00",0.4,"2013-08-20 00:00",0.3,"2013-07-27 00:00",0.3,"2013-10-13 00:00","","","","",0.5,0.4,0.3,0.2,0.2,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43212",1,41.60668,-87.304729,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5963,68,247,365,0,411,"","","Certification not required",10,2.532356,2.517853,51.57,"2013-02-02 00:00",47.67,"2013-02-17 04:00",44.67,"2013-08-01 00:00",40.96,"2013-01-01 00:00","","","","",10.27,8.7,6.17,4.77,3,1.92,0.87,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43214",1,41.60668,-87.304729,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5965,68,247,365,0,409,"","","Certification not required",4333,1.105148,0.958476,31.19,"2013-02-02 00:00",26.16,"2013-08-01 00:00",24.77,"2013-01-01 00:00",24.35,"2013-03-01 00:00","","","","",3.73,3.1,2.28,1.56,0.94,0.94,0.86,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43216",1,41.60668,-87.304729,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2897,33,102,365,0,3477,"","","Certification not required",2829,1.145713,1.179529,26.96,"2013-02-02 00:00",25.54,"2013-08-01 00:00",20.41,"2013-01-01 00:00",18.52,"2013-03-01 00:00","","","","",1.725,1.725,1.725,1.725,1.725,1.725,0.07,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43217",1,41.60668,-87.304729,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3396,39,120,365,0,2978,"","","Certification not required",2469,1.533938,1.305776,35.49,"2013-08-01 00:00",27.59,"2013-02-02 00:00",23.38,"2013-01-01 00:00",19.3,"2013-03-01 00:00","","","","",2.175,2.175,2.175,2.175,2.175,2.175,0.18,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43218",7,41.60668,-87.304729,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.127778,0.226054,1.2,"2013-01-16 00:00",0.7,"2013-03-29 00:00",0.5,"2013-02-15 00:00",0.5,"2013-04-04 00:00","","","","",1.2,0.7,0.5,0.4,0.2,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43220",1,41.60668,-87.304729,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5965,68,247,365,0,409,"","","Certification not required",457,0.985027,1.698841,32.09,"2013-07-17 03:00",28.93,"2013-08-01 00:00",28.56,"2013-02-02 00:00",28.16,"2013-07-17 02:00","","","","",7.13,4.95,2.7,1.78,1.02,0.61,0.21,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43221",1,41.60668,-87.304729,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5934,68,244,365,0,440,"","","Certification not required",4726,2.874341,2.210809,45.67,"2013-08-01 00:00",44.63,"2013-07-18 05:00",40.06,"2013-08-01 03:00",38.4,"2013-07-17 03:00","","","","",10.73,7.65,2.915,2.915,2.915,2.915,1.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43224",1,41.60668,-87.304729,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5028,57,192,365,0,1346,"","","Certification not required",4800,0.135396,0.700168,27.24,"2013-08-01 00:00",22.85,"2013-02-02 00:00",21.55,"2013-03-01 00:00",19.65,"2013-01-01 00:00","","","","",0.41,0.28,0.125,0.125,0.125,0.095,0.095,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43226",1,41.60668,-87.304729,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4274,49,134,365,0,2100,"","","Certification not required",3583,0.124993,0.843224,30.45,"2013-02-02 00:00",27.58,"2013-08-01 00:00",23.66,"2013-03-01 00:00",19.64,"2013-01-01 00:00","","","","",0.58,0.42,0.23,0.16,0.085,0.06,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43227",1,41.60668,-87.304729,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3057,35,86,365,0,3317,"","","Certification not required",2486,0.128804,1.458589,39.49,"2013-02-02 00:00",36.44,"2013-08-01 00:00",30.96,"2013-03-01 00:00",30.48,"2013-01-01 00:00","","","","",0.35,0.26,0.15,0.11,0.05,0.035,0.035,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43230",1,41.60668,-87.304729,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5677,65,233,365,0,697,"","","Certification not required",3895,0.366939,1.240345,51.16,"2013-02-02 00:00",45.09,"2013-08-01 00:00",40.35,"2013-01-01 00:00",39.52,"2013-03-01 00:00","","","","",1.66,1.13,0.7,0.7,0.7,0.19,0.095,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43231",1,41.60668,-87.304729,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5567,64,218,365,0,806,"","","Certification not required",0,0.438782,1.191687,44.26,"2013-02-02 00:00",36.41,"2013-08-01 00:00",35.74,"2013-03-01 00:00",34.4,"2013-01-01 00:00","","","","",2.52,1.78,1.2,0.88,0.49,0.27,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43231",7,41.60668,-87.304729,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.511111,0.287256,1.8,"2013-10-13 00:00",1.1,"2013-01-16 00:00",0.9,"2013-06-27 00:00",0.8,"2013-01-10 00:00","","","","",1.8,1.1,0.9,0.8,0.7,0.5,0.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43232",1,41.60668,-87.304729,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4596,52,153,365,0,1777,"","","Certification not required",3376,0.304428,1.006321,36.3,"2013-02-02 00:00",30.02,"2013-03-01 00:00",28.53,"2013-08-01 00:00",27.33,"2013-01-01 00:00","","","","",1.44,1.17,0.81,0.56,0.28,0.135,0.135,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43232",7,41.60668,-87.304729,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",4,0.401852,0.231477,1.3,"2013-01-16 00:00",1.1,"2013-10-13 00:00",1,"2013-06-27 00:00",0.6,"2013-02-03 00:00","","","","",1.3,1.1,1,0.6,0.5,0.4,0.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43233",1,41.60668,-87.304729,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4926,56,173,365,0,1447,"","","Certification not required",4682,0.388573,1.189729,41.87,"2013-02-02 00:00",36.3,"2013-03-01 00:00",34.55,"2013-08-01 00:00",32.29,"2013-01-01 00:00","","","","",1.91,0.99,0.365,0.365,0.365,0.365,0.13,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43235",1,41.60668,-87.304729,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4403,50,145,365,0,1970,"","","Certification not required",3909,0.268812,1.001852,34.45,"2013-02-02 00:00",28.55,"2013-03-01 00:00",28.44,"2013-08-01 00:00",26.06,"2013-01-13 06:00","","","","",1.53,1.09,0.55,0.32,0.19,0.19,0.13,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43238",1,41.60668,-87.304729,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5140,59,195,365,0,1233,"","","Certification not required",4473,0.471049,1.115652,46.88,"2013-02-02 00:00",34.78,"2013-08-01 00:00",29.78,"2013-03-01 00:00",29.55,"2013-01-13 06:00","","","","",2,1.29,0.5,0.46,0.46,0.46,0.085,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43242",1,41.60668,-87.304729,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5708,65,235,365,0,666,"","","Certification not required",4528,0.170108,0.644097,24.9,"2013-02-02 00:00",22.45,"2013-08-01 00:00",21.04,"2013-03-01 00:00",20.17,"2013-01-01 00:00","","","","",0.53,0.41,0.28,0.18,0.135,0.135,0.135,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43243",1,41.60668,-87.304729,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4145,47,145,365,0,2229,"","","Certification not required",2111,1.632248,3.069848,40.92,"2013-02-02 00:00",37.89,"2013-08-01 00:00",33.25,"2013-03-01 00:00",31.06,"2013-07-17 14:00","","","","",13.45,11.36,8.18,5.18,1.66,0.13,0.13,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43244",1,41.60668,-87.304729,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5093,58,183,365,0,1281,"","","Certification not required",4342,0.147602,1.340561,50.24,"2013-02-02 00:00",46.13,"2013-08-01 00:00",39.35,"2013-03-01 00:00",39.14,"2013-01-01 00:00","","","","",0.48,0.33,0.19,0.175,0.175,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43245",1,41.60668,-87.304729,"WGS84","1-Hexene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3899,45,133,365,0,1933,"","","Certification not required",2846,0.488246,2.033595,70.56,"2013-02-02 00:00",54.35,"2013-01-01 00:00",51.7,"2013-08-01 00:00",44.63,"2013-03-01 00:00","","","","",3.81,2.08,1.04,0.95,0.42,0.11,0.11,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-11-21" +"18","089","0022","43247",1,41.60668,-87.304729,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1509,17,27,365,0,4864,"","","Certification not required",1416,0.495606,2.86539,60.6,"2013-02-02 00:00",49.58,"2013-08-01 00:00",49.28,"2013-03-01 00:00",46.74,"2013-01-01 00:00","","","","",1.17,0.93,0.64,0.325,0.325,0.325,0.275,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43248",1,41.60668,-87.304729,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2589,30,45,365,0,3784,"","","Certification not required",2035,0.352213,2.129972,57.65,"2013-02-02 00:00",46.98,"2013-03-01 00:00",45.86,"2013-08-01 00:00",45.6,"2013-01-01 00:00","","","","",1.48,1.17,0.77,0.5,0.185,0.185,0.14,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43248",7,41.60668,-87.304729,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",16,0.194444,0.132347,0.7,"2013-06-27 00:00",0.5,"2013-07-27 00:00",0.5,"2013-10-13 00:00",0.4,"2013-07-15 00:00","","","","",0.7,0.5,0.5,0.3,0.2,0.2,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43249",1,41.60668,-87.304729,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4647,53,157,365,0,1726,"","","Certification not required",2408,0.470401,1.032699,37.62,"2013-02-02 00:00",29.61,"2013-08-01 00:00",29.34,"2013-03-01 00:00",27.88,"2013-01-01 00:00","","","","",1.73,1.39,1.09,0.86,0.6,0.295,0.16,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43250",1,41.60668,-87.304729,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4032,46,114,365,0,2341,"","","Certification not required",0,0.60035,5.387297,298.77,"2013-05-02 13:00",124.06,"2013-05-02 14:00",68.43,"2013-05-02 15:00",41.6,"2013-02-02 00:00","","","","",3.32,2.25,1.53,1.08,0.5,0.22,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43252",1,41.60668,-87.304729,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2774,32,62,365,0,3599,"","","Certification not required",1784,0.212302,1.23293,34.63,"2013-02-02 00:00",29.17,"2013-03-01 00:00",27.69,"2013-08-01 00:00",27,"2013-01-01 00:00","","","","",0.96,0.72,0.48,0.36,0.19,0.085,0.07,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43253",1,41.60668,-87.304729,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2322,27,44,365,0,4051,"","","Certification not required",1693,0.206034,1.388193,35.72,"2013-02-02 00:00",30.52,"2013-03-01 00:00",28.42,"2013-08-01 00:00",27.49,"2013-01-01 00:00","","","","",0.9,0.61,0.36,0.22,0.145,0.145,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43261",1,41.60668,-87.304729,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4347,50,145,365,0,2026,"","","Certification not required",2557,0.340778,1.327737,43.22,"2013-02-02 00:00",35.38,"2013-03-01 00:00",34.63,"2013-08-01 00:00",33.71,"2013-01-01 00:00","","","","",3.32,1.99,0.9,0.55,0.3,0.11,0.095,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43262",1,41.60668,-87.304729,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3554,41,91,365,0,2819,"","","Certification not required",1440,0.305039,1.024706,32.19,"2013-02-02 00:00",26.43,"2013-03-01 00:00",26.15,"2013-01-01 00:00",24.1,"2013-01-13 06:00","","","","",1.39,1.11,0.75,0.56,0.29,0.215,0.055,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43263",1,41.60668,-87.304729,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3350,38,93,365,0,3023,"","","Certification not required",1542,0.26864,0.987901,30.48,"2013-02-02 00:00",25.48,"2013-03-01 00:00",24.6,"2013-01-01 00:00",22.96,"2013-01-13 06:00","","","","",1.23,1.01,0.72,0.53,0.3,0.16,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43280",1,41.60668,-87.304729,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3678,42,129,365,0,2696,"","","Certification not required",3556,1.38485,1.186509,29.54,"2013-02-02 00:00",27.11,"2013-08-01 00:00",21.8,"2013-01-01 00:00",18.29,"2013-03-01 00:00","","","","",1.92,1.92,1.92,1.92,1.92,1.92,0.105,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43284",1,41.60668,-87.304729,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5809,66,241,365,0,565,"","","Certification not required",5050,0.13962,1.397853,59.2,"2013-02-02 00:00",55.81,"2013-08-01 00:00",48.86,"2013-03-01 00:00",48.13,"2013-01-01 00:00","","","","",0.62,0.47,0.28,0.16,0.075,0.075,0.065,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43285",1,41.60668,-87.304729,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5943,68,246,365,0,431,"","","Certification not required",1710,0.367518,0.952976,45.76,"2013-01-13 06:00",28.39,"2013-02-02 00:00",22.12,"2013-08-01 00:00",21.79,"2013-01-01 00:00","","","","",2.28,1.66,1.08,0.71,0.41,0.22,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43291",1,41.60668,-87.304729,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2477,28,42,365,0,3896,"","","Certification not required",2208,0.523084,2.930254,79.06,"2013-02-02 00:00",64.71,"2013-03-01 00:00",64.43,"2013-08-01 00:00",61,"2013-01-01 00:00","","","","",1.53,1.22,0.89,0.49,0.39,0.39,0.21,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43302",7,41.60668,-87.304729,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,7.381481,3.098087,19.1,"2013-05-22 00:00",15.3,"2013-10-13 00:00",13.2,"2013-10-31 00:00",11.5,"2013-11-06 00:00","","","","",19.1,15.3,13.2,11,8.4,7.4,4,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43312",7,41.60668,-87.304729,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,1.240741,0.542711,4.5,"2013-05-22 00:00",2,"2013-10-13 00:00",1.8,"2013-07-09 00:00",1.7,"2013-06-27 00:00","","","","",4.5,2,1.8,1.6,1.4,1.2,0.8,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43372",7,41.60668,-87.304729,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.035185,0.048203,0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-10 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43447",7,41.60668,-87.304729,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,2.066667,1.251716,6.1,"2013-09-07 00:00",5.3,"2013-09-01 00:00",4.9,"2013-07-21 00:00",4,"2013-04-28 00:00","","","","",6.1,5.3,4.9,3.8,2.8,1.9,0.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43502",5,41.60668,-87.304729,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.895556,1.101023,7.2,"2013-04-04 00:00",3.6,"2013-07-09 00:00",3.4,"2013-08-26 00:00",3.1,"2013-06-09 00:00","","","","",7.2,7.2,3.4,3.1,2.4,1.6,1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43502",6,41.60668,-87.304729,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,2.088889,0.934672,3.3,"2013-06-21 00:00",3.3,"2013-08-20 00:00",3,"2013-07-21 00:00",2.3,"2013-04-22 00:00","","","","",3.3,3.3,3.3,3.3,3,2.1,1.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43503",5,41.60668,-87.304729,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.153333,0.410986,2.1,"2013-07-03 00:00",2,"2013-06-15 00:00",1.9,"2013-08-26 00:00",1.9,"2013-09-07 00:00","","","","",2.1,2.1,1.9,1.7,1.4,1.1,0.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43503",6,41.60668,-87.304729,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,1.255556,0.474634,1.8,"2013-06-21 00:00",1.8,"2013-08-20 00:00",1.7,"2013-07-21 00:00",1.6,"2013-04-22 00:00","","","","",1.8,1.8,1.8,1.8,1.7,1.2,0.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43504",5,41.60668,-87.304729,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.28,0.130732,0.9,"2013-04-04 00:00",0.5,"2013-06-15 00:00",0.4,"2013-04-10 00:00",0.4,"2013-06-09 00:00","","","","",0.9,0.9,0.4,0.4,0.3,0.3,0.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43504",6,41.60668,-87.304729,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.3,0.111803,0.5,"2013-08-20 00:00",0.4,"2013-04-22 00:00",0.4,"2013-06-21 00:00",0.3,"2013-05-22 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43505",7,41.60668,-87.304729,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,1.411111,0.529388,2.8,"2013-05-22 00:00",2.7,"2013-03-29 00:00",2.6,"2013-10-13 00:00",2.5,"2013-09-07 00:00","","","","",2.8,2.7,2.6,2.1,1.7,1.4,0.9,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43510",5,41.60668,-87.304729,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.515022,0.654285,4.44,"2013-04-04 00:00",1.432,"2013-04-10 00:00",1.028,"2013-06-15 00:00",0.984,"2013-08-02 00:00","","","","",4.44,4.44,1.028,0.816,0.516,0.34,0.176,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43510",6,41.60668,-87.304729,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.444444,0.231279,0.724,"2013-07-21 00:00",0.708,"2013-06-21 00:00",0.592,"2013-08-20 00:00",0.58,"2013-04-22 00:00","","","","",0.724,0.724,0.724,0.724,0.592,0.56,0.172,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43513",5,41.60668,-87.304729,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.015,0,0.015,"2013-01-04 00:00",0.015,"2013-01-10 00:00",0.015,"2013-01-16 00:00",0.015,"2013-01-22 00:00","","","","",0.015,0.015,0.015,0.015,0.015,0.015,0.015,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43513",6,41.60668,-87.304729,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",9,0.015,0,0.015,"2013-01-22 00:00",0.015,"2013-02-21 00:00",0.015,"2013-03-17 00:00",0.015,"2013-04-22 00:00","","","","",0.015,0.015,0.015,0.015,0.015,0.015,0.015,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43517",5,41.60668,-87.304729,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.163867,0.195064,1.266,"2013-06-15 00:00",0.612,"2013-06-09 00:00",0.306,"2013-07-09 00:00",0.258,"2013-07-03 00:00","","","","",1.266,1.266,0.306,0.258,0.186,0.114,0.048,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43517",6,41.60668,-87.304729,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.141333,0.070682,0.234,"2013-08-20 00:00",0.222,"2013-06-21 00:00",0.21,"2013-05-22 00:00",0.18,"2013-07-21 00:00","","","","",0.234,0.234,0.234,0.234,0.21,0.12,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43518",5,41.60668,-87.304729,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.105116,0.061388,0.33,"2013-06-15 00:00",0.24,"2013-09-07 00:00",0.22,"2013-07-15 00:00",0.19,"2013-01-16 00:00","","","","",0.33,0.33,0.22,0.19,0.13,0.09,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43518",6,41.60668,-87.304729,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.104444,0.035395,0.15,"2013-07-21 00:00",0.14,"2013-08-20 00:00",0.14,"2013-09-19 00:00",0.13,"2013-06-21 00:00","","","","",0.15,0.15,0.15,0.15,0.14,0.09,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43528",5,41.60668,-87.304729,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",3,0.277022,0.257908,1.016,"2013-08-26 00:00",0.916,"2013-09-07 00:00",0.828,"2013-08-20 00:00",0.804,"2013-06-21 00:00","","","","",1.016,1.016,0.828,0.672,0.396,0.156,0.064,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43528",6,41.60668,-87.304729,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.412444,0.352014,0.924,"2013-08-20 00:00",0.888,"2013-06-21 00:00",0.732,"2013-07-21 00:00",0.444,"2013-05-22 00:00","","","","",0.924,0.924,0.924,0.924,0.732,0.304,0.064,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43551",5,41.60668,-87.304729,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.393,1.476511,7.02,"2013-01-16 00:00",6.87,"2013-08-20 00:00",6.51,"2013-06-09 00:00",5.28,"2013-09-07 00:00","","","","",7.02,7.02,6.51,4.83,4.2,3.33,1.737,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43551",6,41.60668,-87.304729,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,3.629667,1.771774,6.81,"2013-08-20 00:00",4.8,"2013-06-21 00:00",4.62,"2013-04-22 00:00",4.26,"2013-05-22 00:00","","","","",6.81,6.81,6.81,6.81,4.62,4.26,1.248,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43551",7,41.60668,-87.304729,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,11.842593,4.7053,24.4,"2013-03-29 00:00",22.2,"2013-09-01 00:00",21.8,"2013-05-22 00:00",20,"2013-07-21 00:00","","","","",24.4,22.2,21.8,17.9,15.4,11.1,6.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43552",5,41.60668,-87.304729,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.800622,0.504982,2.032,"2013-06-21 00:00",1.932,"2013-08-26 00:00",1.912,"2013-09-19 00:00",1.7,"2013-05-28 00:00","","","","",2.032,2.032,1.912,1.652,0.956,0.608,0.348,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43552",6,41.60668,-87.304729,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.981333,0.498867,1.696,"2013-06-21 00:00",1.568,"2013-08-20 00:00",1.444,"2013-09-19 00:00",1.184,"2013-07-21 00:00","","","","",1.696,1.696,1.696,1.696,1.444,0.748,0.384,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","43552",7,41.60668,-87.304729,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,1.909259,0.91389,4.2,"2013-11-06 00:00",4.1,"2013-05-22 00:00",3.8,"2013-03-29 00:00",3.6,"2013-09-01 00:00","","","","",4.2,4.1,3.8,3.5,2.3,1.7,1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43559",7,41.60668,-87.304729,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",13,0.336111,0.237998,1,"2013-05-22 00:00",0.8,"2013-10-13 00:00",0.7,"2013-03-29 00:00",0.7,"2013-04-16 00:00","","","","",1,0.8,0.7,0.7,0.5,0.3,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43560",7,41.60668,-87.304729,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.211111,0.147516,0.8,"2013-05-22 00:00",0.5,"2013-06-27 00:00",0.5,"2013-07-21 00:00",0.5,"2013-10-13 00:00","","","","",0.8,0.5,0.5,0.4,0.3,0.2,0.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43801",7,41.60668,-87.304729,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.638889,0.056357,0.8,"2013-05-22 00:00",0.7,"2013-02-03 00:00",0.7,"2013-02-09 00:00",0.7,"2013-05-28 00:00","","","","",0.8,0.7,0.7,0.7,0.7,0.6,0.6,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43802",7,41.60668,-87.304729,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.105556,0.023121,0.2,"2013-01-10 00:00",0.2,"2013-10-13 00:00",0.2,"2013-10-19 00:00",0.1,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43803",7,41.60668,-87.304729,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43804",7,41.60668,-87.304729,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43806",7,41.60668,-87.304729,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43811",7,41.60668,-87.304729,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",1,0.312037,0.052247,0.4,"2013-03-05 00:00",0.4,"2013-03-11 00:00",0.4,"2013-08-26 00:00",0.4,"2013-09-01 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.3,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43812",7,41.60668,-87.304729,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43813",7,41.60668,-87.304729,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43814",7,41.60668,-87.304729,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43815",7,41.60668,-87.304729,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.018519,0.03921,0.1,"2013-02-15 00:00",0.1,"2013-04-04 00:00",0.1,"2013-04-10 00:00",0.1,"2013-04-28 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43817",7,41.60668,-87.304729,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.007407,0.042789,0.3,"2013-11-06 00:00",0.1,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.3,0.1,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43818",7,41.60668,-87.304729,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43819",7,41.60668,-87.304729,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43820",7,41.60668,-87.304729,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43823",7,41.60668,-87.304729,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.5,0.095166,0.7,"2013-03-05 00:00",0.7,"2013-03-11 00:00",0.7,"2013-09-19 00:00",0.7,"2013-09-25 00:00","","","","",0.7,0.7,0.7,0.7,0.5,0.5,0.4,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43824",7,41.60668,-87.304729,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,6.37963,44.748979,328.8,"2013-11-06 00:00",14.8,"2013-05-04 00:00",0.4,"2013-05-16 00:00",0.3,"2013-11-12 00:00","","","","",328.8,14.8,0.4,0.1,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43826",7,41.60668,-87.304729,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43828",7,41.60668,-87.304729,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43829",7,41.60668,-87.304729,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43830",7,41.60668,-87.304729,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43831",7,41.60668,-87.304729,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43832",7,41.60668,-87.304729,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43838",7,41.60668,-87.304729,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43839",7,41.60668,-87.304729,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43843",7,41.60668,-87.304729,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43844",7,41.60668,-87.304729,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43860",7,41.60668,-87.304729,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43954",1,41.60668,-87.304729,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5864,67,241,365,0,509,"","","Certification not required",5519,0.974447,1.025043,49.85,"2013-02-02 00:00",35.47,"2013-08-01 00:00",23.56,"2013-01-01 00:00",23.16,"2013-01-13 06:00","","","","",2.44,1.095,1.095,1.095,1.095,1.095,0.185,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","43960",1,41.60668,-87.304729,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2821,32,66,365,0,3552,"","","Certification not required",2079,0.17051,1.241263,35.08,"2013-02-02 00:00",29.61,"2013-03-01 00:00",28.04,"2013-08-01 00:00",27.09,"2013-01-01 00:00","","","","",0.99,0.65,0.33,0.22,0.12,0.07,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","44201",1,41.60668,-87.304729,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4214,94,172,183,0,178,0,0,"Certification not required",390,0.048983,0.0116,0.087,"2013-06-27 13:00",0.075,"2013-08-19 13:00",0.074,"2013-08-26 12:00",0.072,"2013-06-20 14:00","","","","",0.075,0.072,0.066,0.064,0.058,0.048,0.034,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","0022","44201",1,41.60668,-87.304729,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4214,93,171,183,0,0,0,0,"Certification not required",0,0.042901,0.010666,0.068,"2013-06-20 11:00",0.067,"2013-08-18 10:00",0.065,"2013-08-19 10:00",0.064,"2013-05-08 11:00","","","","",0.067,0.064,0.058,0.056,0.051,0.043,0.03,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","0022","44201",1,41.60668,-87.304729,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4214,93,171,183,0,0,0,0,"Certification not required",0,0.042901,0.010666,0.068,"2013-06-20 11:00",0.067,"2013-08-18 10:00",0.065,"2013-08-19 10:00",0.064,"2013-05-08 11:00","","","","",0.067,0.064,0.058,0.056,0.051,0.043,0.03,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","0022","45109",1,41.60668,-87.304729,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5598,64,226,365,0,775,"","","Certification not required",0,0.450071,1.160383,42.63,"2013-08-01 00:00",38.89,"2013-01-01 00:00",38.69,"2013-01-13 06:00",30.77,"2013-02-02 00:00","","","","",2.32,1.94,1.37,0.97,0.5,0.27,0.07,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45109",7,41.60668,-87.304729,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.427778,0.409056,2.4,"2013-10-13 00:00",1.3,"2013-06-27 00:00",1.2,"2013-07-27 00:00",1,"2013-01-16 00:00","","","","",2.4,1.3,1.2,0.9,0.6,0.2,0.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45201",1,41.60668,-87.304729,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5963,68,247,365,0,410,"","","Certification not required",0,2.491865,11.296318,408.62,"2013-07-20 06:00",307.6,"2013-07-20 04:00",181.24,"2013-07-31 14:00",172.97,"2013-05-17 03:00","","","","",31.52,18.14,8.65,4.44,1.12,0.59,0.27,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45201",7,41.60668,-87.304729,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,2.675926,4.949707,34.4,"2013-07-27 00:00",11.5,"2013-10-13 00:00",9.1,"2013-11-12 00:00",8.3,"2013-02-15 00:00","","","","",34.4,11.5,9.1,5.5,2.2,1.2,0.5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45202",1,41.60668,-87.304729,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5953,68,247,365,0,420,"","","Certification not required",0,1.259027,1.878736,54.08,"2013-02-02 00:00",45.1,"2013-08-01 00:00",44.74,"2013-03-01 00:00",40.03,"2013-01-01 00:00","","","","",7.07,5.65,3.73,2.62,1.44,0.81,0.26,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45202",7,41.60668,-87.304729,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,1.496296,0.974382,5.5,"2013-07-27 00:00",4.4,"2013-10-13 00:00",3.4,"2013-01-16 00:00",3.4,"2013-06-27 00:00","","","","",5.5,4.4,3.4,2.5,1.8,1.2,0.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45203",1,41.60668,-87.304729,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4784,55,168,365,0,1589,"","","Certification not required",0,0.183353,0.910413,33.9,"2013-02-02 00:00",28.54,"2013-03-01 00:00",26.45,"2013-08-01 00:00",25.41,"2013-01-01 00:00","","","","",0.75,0.62,0.45,0.33,0.18,0.11,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45203",7,41.60668,-87.304729,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.114815,0.115591,0.6,"2013-10-13 00:00",0.5,"2013-06-27 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00","","","","",0.6,0.5,0.4,0.2,0.1,0.1,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45204",1,41.60668,-87.304729,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5023,57,184,365,0,1350,"","","Certification not required",0,0.230922,0.91559,32.76,"2013-02-02 00:00",28.93,"2013-03-01 00:00",28.09,"2013-08-01 00:00",26.62,"2013-01-01 00:00","","","","",0.92,0.79,0.57,0.43,0.24,0.15,0.06,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45204",7,41.60668,-87.304729,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.190741,0.182507,1,"2013-10-13 00:00",0.6,"2013-06-27 00:00",0.6,"2013-07-27 00:00",0.5,"2013-07-09 00:00","","","","",1,0.6,0.6,0.4,0.2,0.1,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45207",1,41.60668,-87.304729,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4107,47,125,365,0,2266,"","","Certification not required",4041,0.459984,1.090314,43.23,"2013-02-02 00:00",29.05,"2013-08-01 00:00",28.83,"2013-03-01 00:00",26.61,"2013-01-13 06:00","","","","",0.55,0.505,0.505,0.505,0.505,0.505,0.185,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45207",7,41.60668,-87.304729,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45208",1,41.60668,-87.304729,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5775,66,238,365,0,598,"","","Certification not required",4753,0.323483,1.341306,61.83,"2013-02-02 00:00",42.36,"2013-08-01 00:00",41.91,"2013-03-01 00:00",38.39,"2013-01-13 06:00","","","","",1.27,0.95,0.67,0.42,0.245,0.245,0.095,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45208",7,41.60668,-87.304729,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",31,0.20463,0.195532,0.7,"2013-10-13 00:00",0.6,"2013-06-27 00:00",0.6,"2013-07-27 00:00",0.5,"2013-01-10 00:00","","","","",0.7,0.6,0.6,0.5,0.4,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45209",1,41.60668,-87.304729,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2317,26,40,365,0,4056,"","","Certification not required",2008,0.19003,1.54757,40.58,"2013-02-02 00:00",33.54,"2013-03-01 00:00",32.37,"2013-08-01 00:00",29.72,"2013-01-01 00:00","","","","",0.54,0.42,0.31,0.16,0.115,0.115,0.055,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45210",1,41.60668,-87.304729,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2835,32,80,365,0,3538,"","","Certification not required",0,0.152698,1.94748,57.78,"2013-02-02 00:00",45.96,"2013-03-01 00:00",44.13,"2013-08-01 00:00",41.48,"2013-01-01 00:00","","","","",0.6,0.48,0.29,0.15,0.07,0.04,0.01,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45211",1,41.60668,-87.304729,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4221,48,137,365,0,2152,"","","Certification not required",4168,0.369857,1.227967,47.99,"2013-02-02 00:00",34.11,"2013-03-01 00:00",33.37,"2013-08-01 00:00",30.74,"2013-01-13 06:00","","","","",0.395,0.395,0.395,0.395,0.395,0.395,0.15,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45212",1,41.60668,-87.304729,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5212,59,196,365,0,1161,"","","Certification not required",4116,1.123012,0.942709,36.77,"2013-02-02 00:00",26.96,"2013-03-01 00:00",26.53,"2013-08-01 00:00",23.89,"2013-01-13 06:00","","","","",1.325,1.325,1.325,1.325,1.325,1.325,0.22,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45213",1,41.60668,-87.304729,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1387,16,23,365,0,4986,"","","Certification not required",1201,0.460797,2.89772,63.62,"2013-02-02 00:00",45.96,"2013-03-01 00:00",45.6,"2013-08-01 00:00",41.35,"2013-01-13 06:00","","","","",2.84,1.41,0.67,0.38,0.295,0.295,0.11,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45213",7,41.60668,-87.304729,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45218",1,41.60668,-87.304729,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2913,33,78,365,0,3460,"","","Certification not required",2791,0.949878,1.993508,67.99,"2013-02-02 00:00",44.75,"2013-08-01 00:00",41.06,"2013-03-01 00:00",37.68,"2013-01-13 06:00","","","","",1.265,1.265,1.265,1.265,1.265,1.265,0.105,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45219",1,41.60668,-87.304729,"WGS84","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3354,38,100,365,0,3019,"","","Certification not required",3127,0.366911,1.39225,37.48,"2013-02-02 00:00",29.23,"2013-08-01 00:00",25.05,"2013-03-01 00:00",23.01,"2013-02-02 09:00","","","","",1.17,0.85,0.4,0.29,0.29,0.29,0.135,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45220",1,41.60668,-87.304729,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5001,57,187,365,0,1372,"","","Certification not required",0,0.227369,1.076998,41.97,"2013-02-02 00:00",35.49,"2013-03-01 00:00",29.57,"2013-01-01 00:00",29.4,"2013-08-01 00:00","","","","",1.25,0.92,0.62,0.45,0.24,0.11,0.04,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45220",7,41.60668,-87.304729,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.068519,0.10785,0.5,"2013-10-13 00:00",0.4,"2013-07-27 00:00",0.3,"2013-06-27 00:00",0.2,"2013-01-10 00:00","","","","",0.5,0.4,0.3,0.2,0.1,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45225",1,41.60668,-87.304729,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5930,68,245,365,0,443,"","","Certification not required",633,0.666329,1.168964,49.66,"2013-03-05 09:00",37.64,"2013-02-02 00:00",28.05,"2013-08-01 00:00",26.13,"2013-03-01 00:00","","","","",2.59,2.2,1.69,1.31,0.91,0.47,0.08,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45501",5,41.60668,-87.304729,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.179356,0.09406,0.602,"2013-06-15 00:00",0.497,"2013-07-09 00:00",0.273,"2013-05-28 00:00",0.245,"2013-07-27 00:00","","","","",0.602,0.602,0.273,0.238,0.196,0.161,0.105,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","45501",6,41.60668,-87.304729,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",0,0.161,0.039752,0.231,"2013-05-22 00:00",0.189,"2013-08-20 00:00",0.175,"2013-02-21 00:00",0.175,"2013-04-22 00:00","","","","",0.231,0.231,0.231,0.231,0.175,0.161,0.091,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","45503",5,41.60668,-87.304729,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.027,0,0.027,"2013-01-04 00:00",0.027,"2013-01-10 00:00",0.027,"2013-01-16 00:00",0.027,"2013-01-22 00:00","","","","",0.027,0.027,0.027,0.027,0.027,0.027,0.027,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","45503",6,41.60668,-87.304729,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",9,0.027,0,0.027,"2013-01-22 00:00",0.027,"2013-02-21 00:00",0.027,"2013-03-17 00:00",0.027,"2013-04-22 00:00","","","","",0.027,0.027,0.027,0.027,0.027,0.027,0.027,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","45504",5,41.60668,-87.304729,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",24,0.12722,0.1173,0.416,"2013-08-20 00:00",0.384,"2013-09-25 00:00",0.328,"2013-05-28 00:00",0.328,"2013-08-14 00:00","","","","",0.416,0.416,0.328,0.32,0.192,0.044,0.044,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","45504",6,41.60668,-87.304729,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",9,15,9,61,0,0,"","","Certification not required",5,0.117778,0.113333,0.384,"2013-08-20 00:00",0.176,"2013-06-21 00:00",0.152,"2013-04-22 00:00",0.128,"2013-05-22 00:00","","","","",0.384,0.384,0.384,0.384,0.152,0.044,0.044,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2013-12-03" +"18","089","0022","45801",7,41.60668,-87.304729,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.037037,0.048744,0.1,"2013-01-10 00:00",0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0.1,"2013-03-17 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45805",7,41.60668,-87.304729,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45806",7,41.60668,-87.304729,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45807",7,41.60668,-87.304729,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.035185,0.05197,0.2,"2013-09-13 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-10 00:00",0.1,"2013-04-16 00:00","","","","",0.2,0.1,0.1,0.1,0.1,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45809",7,41.60668,-87.304729,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","45810",7,41.60668,-87.304729,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","46201",7,41.60668,-87.304729,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",0,0.088889,0.100314,0.2,"2013-03-23 00:00",0.2,"2013-04-10 00:00",0.2,"2013-04-16 00:00",0.2,"2013-04-28 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","46401",7,41.60668,-87.304729,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,6,"","","Certification not required",34,0.116667,0.131034,0.6,"2013-06-27 00:00",0.5,"2013-07-15 00:00",0.4,"2013-06-21 00:00",0.4,"2013-07-09 00:00","","","","",0.6,0.5,0.4,0.3,0.1,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-16" +"18","089","0022","61101",1,41.60668,-87.304729,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",7913,90,329,365,0,103,"","","Certification not required",0,6.750322,3.383733,22.1,"2013-11-17 15:00",21.7,"2013-03-24 23:00",21.6,"2013-04-08 10:00",21.5,"2013-02-11 04:00","","","","",16.2,14.7,13,11.5,8.8,6.3,2.6,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","61103",1,41.60668,-87.304729,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",7913,90,329,365,0,103,"","","Certification not required",0,6.394743,3.340756,21.4,"2013-03-24 23:00",21.4,"2013-11-17 15:00",20.9,"2013-02-11 04:00",20.9,"2013-04-08 10:00","","","","",15.6,14.2,12.6,11,8.4,6,2.3,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","61104",1,41.60668,-87.304729,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",7913,90,329,365,0,103,"","","Certification not required",0,169.07494,94.85466,360,"2013-03-16 11:00",360,"2013-03-25 12:00",360,"2013-04-24 10:00",360,"2013-05-06 14:00","","","","",357,351,329,295,231,182,29,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","61105",1,41.60668,-87.304729,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Knots","No Events",7914,90,329,365,0,102,"","","Certification not required",0,13.057316,6.155046,53.8,"2013-04-15 17:00",44.5,"2013-11-17 13:00",43.2,"2013-11-17 15:00",40.9,"2013-04-08 11:00","","","","",29.9,27.4,24.2,21.6,16.7,12.4,5.3,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","61106",1,41.60668,-87.304729,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",7913,90,329,365,0,103,"","","Certification not required",0,18.647542,8.515747,79,"2013-09-18 18:00",77,"2013-06-22 11:00",77,"2013-08-22 15:00",76,"2013-06-28 18:00","","","","",59,49,34,26,20,17,12,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","61112",1,41.60668,-87.304729,"WGS84","Vert Wind Direction","1 HOUR","","Observed Values","Instrumental - RM Young Ultrasonic Anemometer Model 81000",2013,"Degrees Compass","No Events",7914,90,329,365,0,102,"","","Certification not required",0,1.952868,1.893987,11,"2013-08-19 07:00",9,"2013-09-26 07:00",8,"2013-04-10 10:00",8,"2013-08-17 06:00","","","","",6,5,5,4,3,2,-1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","62101",1,41.60668,-87.304729,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7943,91,331,365,0,73,"","","Certification not required",0,51.35012,19.908476,99,"2013-09-10 12:00",99,"2013-09-10 13:00",99,"2013-09-10 14:00",98,"2013-07-19 13:00","","","","",90,87,82,77,68,52,25,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","62103",1,41.60668,-87.304729,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7943,91,331,365,0,73,"","","Certification not required",0,41.708674,19.364273,75,"2013-07-09 06:00",75,"2013-07-09 07:00",75,"2013-07-09 08:00",75,"2013-07-09 10:00","","","","",72,71,69,66,59,44,16,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","62201",1,41.60668,-87.304729,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7943,91,331,365,0,73,"","","Certification not required",0,72.3228,18.07661,100,"2013-01-10 23:00",100,"2013-01-11 00:00",100,"2013-01-11 01:00",100,"2013-01-11 02:00","","","","",100,100,100,98,87,73,48,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","63301",1,41.60668,-87.304729,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7886,90,331,365,0,130,"","","Certification not required",3936,0.233713,0.352133,1.48,"2013-06-03 11:00",1.47,"2013-05-24 11:00",1.44,"2013-05-24 12:00",1.43,"2013-05-06 11:00","","","","",1.3,1.22,1.06,0.84,0.37,0.01,0.005,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","63302",1,41.60668,-87.304729,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",7905,90,327,365,0,111,"","","Certification not required",5203,0.014485,0.016539,0.08,"2013-05-24 11:00",0.08,"2013-05-24 12:00",0.08,"2013-06-03 11:00",0.08,"2013-06-07 11:00","","","","",0.07,0.06,0.05,0.04,0.02,0.005,0.005,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","64101",1,41.60668,-87.304729,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7948,91,331,365,0,68,"","","Certification not required",0,995.733518,6.797597,1017,"2013-11-24 09:00",1016,"2013-01-24 09:00",1016,"2013-01-24 10:00",1016,"2013-01-24 11:00","","","","",1012,1010,1007,1005,1000,995,988,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","65102",1,41.60668,-87.304729,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",1306,15,54,365,0,6710,"","","Certification not required",0,0.00258,0.057943,2.01,"2013-11-25 17:00",0.54,"2013-11-17 13:00",0.19,"2013-11-20 21:00",0.06,"2013-11-17 06:00","","","","",0.03,0.01,0,0,0,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0022","68101",1,41.60668,-87.304729,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",117,0.054132,0.023793,0.2,"2013-01-22 00:00",0.2,"2013-02-24 00:00",0.2,"2013-05-19 00:00",0.1,"2013-05-31 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68102",1,41.60668,-87.304729,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,23.994215,0.039365,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68103",1,41.60668,-87.304729,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,4.904132,10.85418,24.4,"2013-09-10 00:00",24.2,"2013-07-18 00:00",23.4,"2013-07-09 00:00",22.2,"2013-07-15 00:00","","","","",24.2,23.4,20.6,19,13.9,4.4,-9.1,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68103",5,41.60668,-87.304729,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,7.343137,9.568077,22.6,"2013-07-09 00:00",21.6,"2013-07-15 00:00",20.6,"2013-08-26 00:00",20.1,"2013-06-21 00:00","","","","",22.6,21.6,20.6,19.4,16,7.9,-4.4,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","68104",1,41.60668,-87.304729,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,14.7,11.910542,37.3,"2013-09-10 00:00",36.1,"2013-07-18 00:00",34,"2013-07-15 00:00",33.9,"2013-07-21 00:00","","","","",36.1,34,32.4,30.6,25.8,13.9,-1.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68104",5,41.60668,-87.304729,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,17.415686,11.185926,33.7,"2013-07-15 00:00",33.6,"2013-06-27 00:00",33.3,"2013-07-21 00:00",32.6,"2013-08-26 00:00","","","","",33.7,33.6,33.3,31.5,26.5,18.8,2.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","68105",1,41.60668,-87.304729,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,9.816529,11.090306,30.3,"2013-07-18 00:00",30.3,"2013-09-10 00:00",27.2,"2013-08-26 00:00",27.1,"2013-07-09 00:00","","","","",30.3,27.2,25.1,24.1,20.4,8.6,-4.7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68105",5,41.60668,-87.304729,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.252941,10.016114,26.6,"2013-07-15 00:00",26.5,"2013-08-26 00:00",26.4,"2013-07-09 00:00",25.8,"2013-07-21 00:00","","","","",26.6,26.5,26.4,24.5,20.8,12.4,-0.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","68106",1,41.60668,-87.304729,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,744.46281,4.959908,756,"2013-11-12 00:00",755,"2013-11-24 00:00",755,"2013-12-24 00:00",754,"2013-03-08 00:00","","","","",755,755,752,750,748,745,739,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68106",5,41.60668,-87.304729,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,738.235294,5.350096,754,"2013-01-22 00:00",747,"2013-01-04 00:00",746,"2013-03-29 00:00",746,"2013-10-13 00:00","","","","",754,747,746,744,742,738,732,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","68107",1,41.60668,-87.304729,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,750.280992,4.778813,764,"2013-11-24 00:00",763,"2013-11-12 00:00",760,"2013-01-10 00:00",760,"2013-12-12 00:00","","","","",763,760,759,756,753,750,745,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68107",5,41.60668,-87.304729,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,746.392157,5.831221,760,"2013-01-10 00:00",759,"2013-02-09 00:00",757,"2013-01-22 00:00",756,"2013-10-25 00:00","","","","",760,759,757,755,749,746,739,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","68108",1,41.60668,-87.304729,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,747.586777,4.78656,761,"2013-11-12 00:00",761,"2013-11-24 00:00",758,"2013-12-24 00:00",757,"2013-03-08 00:00","","","","",761,758,755,753,750,748,742,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","68108",5,41.60668,-87.304729,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,740.901961,5.300018,755,"2013-01-22 00:00",749,"2013-01-04 00:00",749,"2013-01-10 00:00",749,"2013-02-09 00:00","","","","",755,749,749,749,745,740,734,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","68109",1,41.60668,-87.304729,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.280992,2.646454,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","81102",2,41.60668,-87.304729,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7890,90,329,365,0,126,"","","Certification not required",0,25.787706,31.196525,707,"2013-01-23 22:00",691,"2013-01-23 21:00",494,"2013-01-23 20:00",463,"2013-07-23 17:00","","","","",144,117,75,51,29,17,7,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","81102",2,41.60668,-87.304729,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",329,90,329,365,0,0,0,0,"Certification not required",0,25.367781,16.932839,127,"2013-01-23 00:00",121,"2013-07-23 00:00",92,"2013-11-23 00:00",87,"2013-05-16 00:00","","","","",87,75,60,47,31,21,10,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","84313",1,41.60668,-87.304729,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",7646,87,318,365,0,370,"","","Certification not required",329,1.187947,1.207905,18.55,"2013-02-07 23:00",12.55,"2013-06-12 01:00",11.26,"2013-05-12 03:00",11.11,"2013-06-28 03:00","","","","",6.03,5.01,3.69,2.56,1.39,0.8,0.3,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","0022","84314",1,41.60668,-87.304729,"WGS84","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",7649,87,318,365,0,367,"","","Certification not required",369,1.148256,1.123724,12.11,"2013-06-28 03:00",11.68,"2013-02-07 23:00",10.27,"2013-06-12 01:00",8.58,"2013-05-11 23:00","","","","",5.68,4.79,3.54,2.53,1.37,0.79,0.29,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","0022","88101",1,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,11.43719,4.716233,33.1,"2013-12-03 00:00",21,"2013-08-20 00:00",19.7,"2013-02-06 00:00",19.1,"2013-11-30 00:00","","","","",21,19.7,18,17,15.3,11.4,5.5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","88101",1,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,11.43719,4.716233,33.1,"2013-12-03 00:00",21,"2013-08-20 00:00",19.7,"2013-02-06 00:00",19.1,"2013-11-30 00:00","","","","",21,19.7,18,17,15.3,11.4,5.5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7583,87,327,365,10,433,"","","Certification not required",0,10.855466,7.956096,144.8,"2013-07-05 00:00",110,"2013-07-05 01:00",101.5,"2013-07-04 23:00",83.5,"2013-07-04 21:00","","","","",38,32,25.2,20.4,14.2,9.2,3.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7583,87,327,365,10,433,"","","Certification not required",0,10.855466,7.956096,144.8,"2013-07-05 00:00",110,"2013-07-05 01:00",101.5,"2013-07-04 23:00",83.5,"2013-07-04 21:00","","","","",38,32,25.2,20.4,14.2,9.2,3.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7573,87,327,365,0,433,"","","Certification not required",0,10.770672,7.506668,70.3,"2013-06-28 03:00",60.5,"2013-01-06 15:00",58.5,"2013-05-10 00:00",57.7,"2013-02-05 18:00","","","","",36.9,31.4,25,20.3,14.1,9.2,3.2,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",315,86,315,365,0,0,0,0,"Certification not required",0,10.748571,4.756908,30,"2013-02-07 00:00",26.6,"2013-01-06 00:00",24.8,"2013-02-05 00:00",23.6,"2013-11-02 00:00","","","","",23.6,21.5,18.9,16.6,13.8,10.4,5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",315,86,315,365,0,0,0,0,"Certification not required",0,10.826349,4.944472,31.8,"2013-07-05 00:00",30,"2013-02-07 00:00",26.6,"2013-01-06 00:00",24.8,"2013-02-05 00:00","","","","",24.8,23.6,19.4,16.6,13.8,10.4,5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",315,86,315,365,0,0,0,0,"Certification not required",0,10.826349,4.944472,31.8,"2013-07-05 00:00",30,"2013-02-07 00:00",26.6,"2013-01-06 00:00",24.8,"2013-02-05 00:00","","","","",24.8,23.6,19.4,16.6,13.8,10.4,5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",315,86,315,365,0,0,"","","Certification not required",0,10.748571,4.756908,30,"2013-02-07 00:00",26.6,"2013-01-06 00:00",24.8,"2013-02-05 00:00",23.6,"2013-11-02 00:00","","","","",23.6,21.5,18.9,16.6,13.8,10.4,5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",315,86,315,365,0,0,"","","Certification not required",0,10.826349,4.944472,31.8,"2013-07-05 00:00",30,"2013-02-07 00:00",26.6,"2013-01-06 00:00",24.8,"2013-02-05 00:00","","","","",24.8,23.6,19.4,16.6,13.8,10.4,5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88101",3,41.60668,-87.304729,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",315,86,315,365,0,0,"","","Certification not required",0,10.826349,4.944472,31.8,"2013-07-05 00:00",30,"2013-02-07 00:00",26.6,"2013-01-06 00:00",24.8,"2013-02-05 00:00","","","","",24.8,23.6,19.4,16.6,13.8,10.4,5,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0022","88102",5,41.60668,-87.304729,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.01998,0.005981,0.046,"2013-10-13 00:00",0.026,"2013-02-09 00:00",0.026,"2013-02-21 00:00",0.026,"2013-04-22 00:00","","","","",0.046,0.026,0.026,0.026,0.021,0.021,0.0135,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88103",5,41.60668,-87.304729,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.00098,0.001378,0.006,"2013-05-10 00:00",0.005,"2013-02-27 00:00",0.004,"2013-04-04 00:00",0.003,"2013-07-27 00:00","","","","",0.006,0.005,0.004,0.002,0.002,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88104",5,41.60668,-87.304729,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",31,0.025461,0.028761,0.151,"2013-02-27 00:00",0.094,"2013-05-10 00:00",0.091,"2013-04-04 00:00",0.091,"2013-06-27 00:00","","","","",0.151,0.094,0.091,0.056,0.035,0.0125,0.0065,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88107",5,41.60668,-87.304729,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.006401,0.005878,0.0295,"2013-03-17 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-07-15 00:00",0.0086,"2013-10-07 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88109",5,41.60668,-87.304729,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.004302,0.002338,0.01,"2013-03-23 00:00",0.0091,"2013-04-04 00:00",0.0084,"2013-05-10 00:00",0.0082,"2013-02-27 00:00","","","","",0.01,0.0091,0.0084,0.0076,0.0057,0.0044,0.00115,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88110",5,41.60668,-87.304729,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001627,0.003644,0.015,"2013-04-04 00:00",0.013,"2013-10-13 00:00",0.012,"2013-03-23 00:00",0.009,"2013-07-27 00:00","","","","",0.015,0.013,0.012,0.007,0.001,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88111",5,41.60668,-87.304729,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.07748,0.074372,0.464,"2013-05-16 00:00",0.22,"2013-05-04 00:00",0.189,"2013-04-04 00:00",0.188,"2013-07-27 00:00","","","","",0.464,0.22,0.189,0.157,0.101,0.0576,0.0248,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88112",5,41.60668,-87.304729,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.00702,0.018426,0.117,"2013-10-13 00:00",0.057,"2013-10-01 00:00",0.034,"2013-09-25 00:00",0.02,"2013-02-27 00:00","","","","",0.117,0.057,0.034,0.016,0.004,0.002,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88113",5,41.60668,-87.304729,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",40,0.000938,0.000594,0.0027,"2013-05-04 00:00",0.0027,"2013-06-27 00:00",0.0023,"2013-09-19 00:00",0.0021,"2013-05-16 00:00","","","","",0.0027,0.0027,0.0023,0.0019,0.001,0.0007,0.00055,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88114",5,41.60668,-87.304729,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",25,0.002193,0.001559,0.0076,"2013-02-27 00:00",0.0061,"2013-04-04 00:00",0.0052,"2013-03-29 00:00",0.0047,"2013-01-10 00:00","","","","",0.0076,0.0061,0.0052,0.0041,0.0031,0.0018,0.00065,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88115",5,41.60668,-87.304729,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",16,0.030057,0.088105,0.611,"2013-02-27 00:00",0.164,"2013-01-16 00:00",0.122,"2013-05-10 00:00",0.0849,"2013-11-06 00:00","","","","",0.611,0.164,0.122,0.0457,0.0165,0.009,0.0025,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88117",5,41.60668,-87.304729,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006037,0.009442,0.0435,"2013-03-17 00:00",0.0435,"2013-04-16 00:00",0.043,"2013-07-15 00:00",0.00485,"2013-02-15 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0041,0.0034,0.0028,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88118",5,41.60668,-87.304729,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010203,0.006624,0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00",0.023,"2013-07-15 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88126",5,41.60668,-87.304729,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.212363,0.129728,0.526,"2013-05-10 00:00",0.492,"2013-05-16 00:00",0.464,"2013-03-29 00:00",0.437,"2013-06-27 00:00","","","","",0.526,0.492,0.464,0.403,0.303,0.179,0.0601,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88128",5,41.60668,-87.304729,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002784,0.003325,0.011,"2013-06-27 00:00",0.011,"2013-11-06 00:00",0.01,"2013-03-29 00:00",0.01,"2013-04-28 00:00","","","","",0.011,0.011,0.01,0.007,0.005,0.001,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88131",5,41.60668,-87.304729,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010588,0.003441,0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88132",5,41.60668,-87.304729,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.006431,0.005533,0.022,"2013-11-06 00:00",0.021,"2013-05-16 00:00",0.019,"2013-07-27 00:00",0.017,"2013-06-27 00:00","","","","",0.022,0.021,0.019,0.014,0.01,0.004,0.001,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88136",5,41.60668,-87.304729,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000608,0.001266,0.006,"2013-02-27 00:00",0.005,"2013-04-22 00:00",0.003,"2013-01-28 00:00",0.003,"2013-05-10 00:00","","","","",0.006,0.005,0.003,0.002,0.001,0,0,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88140",5,41.60668,-87.304729,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",41,0.011326,0.012089,0.0638,"2013-07-27 00:00",0.0446,"2013-05-04 00:00",0.0395,"2013-11-06 00:00",0.039,"2013-05-16 00:00","","","","",0.0638,0.0446,0.0395,0.023,0.009,0.006,0.00475,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88152",5,41.60668,-87.304729,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005374,0.001356,0.008,"2013-02-15 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88154",5,41.60668,-87.304729,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.001283,0.000592,0.0034,"2013-04-28 00:00",0.003,"2013-02-27 00:00",0.003,"2013-05-10 00:00",0.0025,"2013-02-09 00:00","","","","",0.0034,0.003,0.003,0.002,0.0013,0.00125,0.00065,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88160",5,41.60668,-87.304729,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.013598,0.003646,0.0185,"2013-02-21 00:00",0.0185,"2013-08-02 00:00",0.0185,"2013-09-19 00:00",0.018,"2013-02-09 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.016,0.01,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88161",5,41.60668,-87.304729,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.002425,0.000748,0.0065,"2013-09-07 00:00",0.0052,"2013-06-27 00:00",0.00265,"2013-02-15 00:00",0.00265,"2013-03-23 00:00","","","","",0.0065,0.0052,0.00265,0.00265,0.0025,0.00215,0.0021,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88164",5,41.60668,-87.304729,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001601,0.000401,0.004,"2013-07-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.004,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88165",5,41.60668,-87.304729,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.072294,0.055499,0.256,"2013-05-16 00:00",0.226,"2013-06-27 00:00",0.182,"2013-05-10 00:00",0.174,"2013-02-27 00:00","","","","",0.256,0.226,0.182,0.152,0.0979,0.0576,0.02,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88166",5,41.60668,-87.304729,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008759,0.005133,0.019,"2013-02-21 00:00",0.019,"2013-04-22 00:00",0.019,"2013-08-02 00:00",0.019,"2013-09-19 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88167",5,41.60668,-87.304729,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.018779,0.017033,0.0867,"2013-11-06 00:00",0.0571,"2013-07-27 00:00",0.0502,"2013-05-10 00:00",0.0479,"2013-06-27 00:00","","","","",0.0867,0.0571,0.0502,0.0408,0.0281,0.014,0.004,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88168",5,41.60668,-87.304729,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001343,0.000851,0.0069,"2013-09-07 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-04-22 00:00","","","","",0.0069,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88169",5,41.60668,-87.304729,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.815535,0.51727,2.65,"2013-08-20 00:00",1.86,"2013-09-07 00:00",1.72,"2013-06-09 00:00",1.7,"2013-08-26 00:00","","","","",2.65,1.86,1.72,1.52,1.15,0.72,0.315,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88176",5,41.60668,-87.304729,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000976,0.000215,0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88180",5,41.60668,-87.304729,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.060527,0.042264,0.227,"2013-07-03 00:00",0.202,"2013-04-28 00:00",0.14,"2013-06-27 00:00",0.128,"2013-07-15 00:00","","","","",0.227,0.202,0.14,0.0926,0.077,0.0549,0.0217,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88184",5,41.60668,-87.304729,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",34,0.035667,0.030042,0.16,"2013-07-27 00:00",0.124,"2013-05-04 00:00",0.105,"2013-01-22 00:00",0.08,"2013-11-06 00:00","","","","",0.16,0.124,0.105,0.074,0.044,0.027,0.0155,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88185",5,41.60668,-87.304729,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.003955,0.003952,0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88301",5,41.60668,-87.304729,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.879796,0.625221,2.28,"2013-01-16 00:00",2.22,"2013-08-20 00:00",2.13,"2013-09-01 00:00",1.98,"2013-06-09 00:00","","","","",2.28,2.28,2.13,1.85,1.26,0.731,0.145,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88302",5,41.60668,-87.304729,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.065188,0.034411,0.16,"2013-05-04 00:00",0.15,"2013-03-11 00:00",0.14,"2013-07-15 00:00",0.138,"2013-09-01 00:00","","","","",0.16,0.16,0.14,0.127,0.081,0.06,0.03,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88303",5,41.60668,-87.304729,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",10,0.046337,0.037376,0.192,"2013-07-15 00:00",0.137,"2013-08-14 00:00",0.135,"2013-07-03 00:00",0.097,"2013-01-28 00:00","","","","",0.192,0.192,0.135,0.0907,0.061,0.0384,0.012,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88306",5,41.60668,-87.304729,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.511061,1.36518,6.32,"2013-01-16 00:00",4.54,"2013-04-04 00:00",4.15,"2013-01-04 00:00",4.13,"2013-06-27 00:00","","","","",6.32,6.32,4.15,3.85,1.92,1,0.293,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88355",5,41.60668,-87.304729,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.51468,1.010803,4.59,"2013-07-03 00:00",4.19,"2013-09-07 00:00",4.08,"2013-07-09 00:00",3.93,"2013-06-27 00:00","","","","",4.59,4.59,4.08,3.93,3.23,2.61,1.12,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88357",5,41.60668,-87.304729,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.66824,0.532018,1.97,"2013-05-10 00:00",1.95,"2013-06-27 00:00",1.9,"2013-11-06 00:00",1.87,"2013-05-16 00:00","","","","",1.97,1.97,1.9,1.68,0.77,0.442,0.23,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88370",5,41.60668,-87.304729,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.08984,0.828017,3.6,"2013-07-03 00:00",3.55,"2013-07-09 00:00",3.52,"2013-08-26 00:00",3.37,"2013-09-07 00:00","","","","",3.6,3.6,3.52,3.16,2.82,2.13,0.943,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88374",5,41.60668,-87.304729,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.20052,0.141961,0.671,"2013-07-09 00:00",0.55,"2013-08-26 00:00",0.49,"2013-11-06 00:00",0.489,"2013-02-27 00:00","","","","",0.671,0.671,0.49,0.467,0.277,0.173,0.057,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88375",5,41.60668,-87.304729,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.57366,0.249569,1.09,"2013-07-03 00:00",1.03,"2013-06-27 00:00",0.972,"2013-07-09 00:00",0.925,"2013-09-07 00:00","","","","",1.09,1.09,0.972,0.921,0.824,0.563,0.268,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88376",5,41.60668,-87.304729,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.59786,0.288632,1.3,"2013-07-03 00:00",1.21,"2013-05-16 00:00",1.04,"2013-03-29 00:00",1,"2013-06-27 00:00","","","","",1.3,1.3,1.04,0.982,0.858,0.568,0.283,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88377",5,41.60668,-87.304729,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.43774,0.20747,0.967,"2013-05-16 00:00",0.747,"2013-06-27 00:00",0.733,"2013-03-29 00:00",0.721,"2013-07-03 00:00","","","","",0.967,0.967,0.733,0.704,0.613,0.449,0.184,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88378",5,41.60668,-87.304729,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.27982,0.175864,0.638,"2013-06-15 00:00",0.612,"2013-02-15 00:00",0.586,"2013-05-10 00:00",0.581,"2013-08-26 00:00","","","","",0.638,0.638,0.586,0.547,0.418,0.26,0.074,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88380",5,41.60668,-87.304729,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.09424,0.700971,2.86,"2013-06-27 00:00",2.85,"2013-05-10 00:00",2.47,"2013-05-16 00:00",2.37,"2013-11-06 00:00","","","","",2.86,2.86,2.47,2.33,1.53,0.826,0.424,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88383",5,41.60668,-87.304729,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.27394,0.661848,3.18,"2013-05-10 00:00",2.84,"2013-06-27 00:00",2.4,"2013-05-16 00:00",2.37,"2013-11-06 00:00","","","","",3.18,3.18,2.4,2.18,1.77,1.14,0.589,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88384",5,41.60668,-87.304729,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.09931,0.061289,0.284,"2013-07-27 00:00",0.258,"2013-05-10 00:00",0.217,"2013-09-13 00:00",0.211,"2013-05-16 00:00","","","","",0.284,0.284,0.217,0.196,0.123,0.0863,0.0444,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88385",5,41.60668,-87.304729,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.001436,0.00135,0.00672,"2013-09-01 00:00",0.00658,"2013-09-13 00:00",0.00578,"2013-09-07 00:00",0.00365,"2013-05-16 00:00","","","","",0.00672,0.00672,0.00578,0.00291,0.001,0.001,0.001,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88388",5,41.60668,-87.304729,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.70552,0.318454,1.46,"2013-05-10 00:00",1.31,"2013-07-03 00:00",1.3,"2013-09-07 00:00",1.28,"2013-07-15 00:00","","","","",1.46,1.46,1.3,1.25,0.855,0.701,0.321,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88403",5,41.60668,-87.304729,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.167367,1.375247,6.92,"2013-08-20 00:00",4.93,"2013-09-01 00:00",4.88,"2013-06-09 00:00",4.48,"2013-09-07 00:00","","","","",6.92,6.92,4.88,4.02,2.84,1.73,0.78,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0022","88502",5,41.60668,-87.304729,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.456,4.430422,20.1,"2013-08-20 00:00",19.3,"2013-09-07 00:00",18.5,"2013-09-01 00:00",17.6,"2013-01-16 00:00","","","","",20.1,20.1,18.5,16.9,15.4,11.3,5.4,"Gary-IITRI/ 1219.5 meters east of Tennessee St.- old ammuntion bunker","201 MISSISSIPPI ST., IITRI BUNKER","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-13" +"18","089","0026","68101",1,41.573239,-87.405905,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",0,0.555738,0.102085,0.8,"2013-07-09 00:00",0.8,"2013-07-18 00:00",0.7,"2013-05-28 00:00",0.7,"2013-06-09 00:00","","","","",0.8,0.7,0.7,0.7,0.6,0.6,0.4,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68102",1,41.573239,-87.405905,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24.002459,0.045387,24.1,"2013-01-07 00:00",24.1,"2013-02-27 00:00",24.1,"2013-05-16 00:00",24.1,"2013-06-15 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68103",1,41.573239,-87.405905,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,4.302459,10.809022,23.6,"2013-07-18 00:00",22.8,"2013-09-10 00:00",22.3,"2013-07-09 00:00",21.3,"2013-07-15 00:00","","","","",22.8,22.3,19.6,18.5,13.2,4.2,-10.1,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68104",1,41.573239,-87.405905,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,14.455738,12.008503,36.8,"2013-09-10 00:00",35.9,"2013-07-18 00:00",33.7,"2013-08-26 00:00",33.6,"2013-06-27 00:00","","","","",35.9,33.7,32.2,30.2,25.1,14.3,-2,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68105",1,41.573239,-87.405905,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,9.380328,11.065266,29.8,"2013-07-18 00:00",29.3,"2013-09-10 00:00",27,"2013-07-15 00:00",26.5,"2013-08-26 00:00","","","","",29.3,27,24.6,23.5,19.9,8.9,-5.5,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68106",1,41.573239,-87.405905,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,743.672131,5.164153,757,"2013-11-12 00:00",755,"2013-11-24 00:00",754,"2013-12-24 00:00",753,"2013-03-08 00:00","","","","",755,754,751,750,747,744,737,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68107",1,41.573239,-87.405905,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,749.532787,5.042275,765,"2013-11-24 00:00",763,"2013-11-12 00:00",760,"2013-01-10 00:00",760,"2013-12-06 00:00","","","","",763,760,759,756,753,749,744,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68108",1,41.573239,-87.405905,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,746.836066,4.981554,761,"2013-11-12 00:00",761,"2013-11-24 00:00",758,"2013-12-24 00:00",757,"2013-03-08 00:00","","","","",761,758,754,753,750,747,741,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","68109",1,41.573239,-87.405905,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.008197,3.821418,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","88101",1,41.573239,-87.405905,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,1,1,"Certification not required",0,12.221311,5.91456,37.6,"2013-12-03 00:00",26.3,"2013-04-28 00:00",25.4,"2013-03-29 00:00",23.5,"2013-08-29 00:00","","","","",26.3,25.4,22,20.3,16.2,11.1,5.4,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0026","88101",1,41.573239,-87.405905,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,12.221311,5.91456,37.6,"2013-12-03 00:00",26.3,"2013-04-28 00:00",25.4,"2013-03-29 00:00",23.5,"2013-08-29 00:00","","","","",26.3,25.4,22,20.3,16.2,11.1,5.4,"Gary- Burr St./ pumping station near truck stop","25TH AND BURR STREET- Truck Stop","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0030","44201",1,41.6814,-87.494734,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4328,100,183,183,0,64,0,0,"Certification not required",146,0.049005,0.011652,0.076,"2013-06-27 14:00",0.075,"2013-05-14 16:00",0.072,"2013-07-15 14:00",0.07,"2013-07-05 14:00","","","","",0.075,0.07,0.065,0.064,0.059,0.049,0.034,"Whiting- Whiting HS","1751 OLIVER ST/ WHITING HIGH SCHOOL","Indiana","Lake","Whiting","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","0030","44201",1,41.6814,-87.494734,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4361,99,182,183,0,0,0,0,"Certification not required",0,0.043775,0.010611,0.065,"2013-05-14 10:00",0.063,"2013-07-05 10:00",0.063,"2013-07-15 11:00",0.062,"2013-08-18 12:00","","","","",0.063,0.062,0.06,0.058,0.053,0.044,0.03,"Whiting- Whiting HS","1751 OLIVER ST/ WHITING HIGH SCHOOL","Indiana","Lake","Whiting","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","0030","44201",1,41.6814,-87.494734,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4361,99,182,183,0,0,0,0,"Certification not required",0,0.043775,0.010611,0.065,"2013-05-14 10:00",0.063,"2013-07-05 10:00",0.063,"2013-07-15 11:00",0.062,"2013-08-18 12:00","","","","",0.063,0.062,0.06,0.058,0.053,0.044,0.03,"Whiting- Whiting HS","1751 OLIVER ST/ WHITING HIGH SCHOOL","Indiana","Lake","Whiting","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","0031","68101",1,41.598505,-87.342991,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",115,100,58,61,0,0,"","","Certification not required",99,0.103913,0.159653,0.9,"2013-12-12 00:00",0.8,"2013-11-30 00:00",0.7,"2013-12-06 00:00",0.7,"2013-12-09 00:00","","","","",0.8,0.7,0.5,0.3,0.05,0.05,0.05,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68101",2,41.598505,-87.342991,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",59,97,59,61,0,0,"","","Certification not required",2,0.340678,0.121582,0.5,"2013-04-16 00:00",0.5,"2013-04-22 00:00",0.5,"2013-04-28 00:00",0.5,"2013-06-21 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.2,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68102",1,41.598505,-87.342991,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",115,100,58,61,0,0,"","","Certification not required",0,23.955652,0.196098,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68102",2,41.598505,-87.342991,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",59,97,59,61,0,0,"","","Certification not required",0,24.094915,0.039057,24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68103",1,41.598505,-87.342991,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,58,61,0,0,"","","Certification not required",0,5.902609,10.735157,24.1,"2013-09-10 00:00",23.9,"2013-07-18 00:00",23.2,"2013-07-15 00:00",22.8,"2013-07-09 00:00","","","","",23.9,23.2,21,19.1,15.1,5.3,-8.5,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68103",2,41.598505,-87.342991,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,4.579661,11.587788,23,"2013-07-15 00:00",22.6,"2013-07-09 00:00",20.6,"2013-07-21 00:00",20,"2013-08-26 00:00","","","","",23,22.6,20.6,19.6,15.6,4.5,-10.7,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68104",1,41.598505,-87.342991,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,58,61,0,0,"","","Certification not required",0,15.430435,11.577581,36.6,"2013-09-10 00:00",35.3,"2013-07-18 00:00",33.3,"2013-08-26 00:00",33.1,"2013-06-27 00:00","","","","",35.3,33.3,32.2,30.3,26.3,15.5,-1,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68104",2,41.598505,-87.342991,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,14.381356,12.425467,33,"2013-06-27 00:00",32.6,"2013-07-15 00:00",32.6,"2013-08-26 00:00",31.4,"2013-09-07 00:00","","","","",33,32.6,32.6,31,26.1,15.3,-3.4,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68105",1,41.598505,-87.342991,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,58,61,0,0,"","","Certification not required",0,10.703478,10.899967,30.2,"2013-09-10 00:00",29.7,"2013-07-18 00:00",27.3,"2013-07-15 00:00",27.1,"2013-08-26 00:00","","","","",29.7,27.3,25.9,24,20.9,10.9,-4.2,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68105",2,41.598505,-87.342991,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,9.557627,11.682616,27.2,"2013-07-15 00:00",26.4,"2013-08-26 00:00",26.3,"2013-07-09 00:00",25.7,"2013-07-21 00:00","","","","",27.2,26.4,26.3,24.5,20.5,9.8,-6.3,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68106",1,41.598505,-87.342991,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,58,61,0,0,"","","Certification not required",0,743.165217,4.790214,756,"2013-11-12 00:00",754,"2013-11-24 00:00",753,"2013-03-08 00:00",752,"2013-05-25 00:00","","","","",754,753,751,749,746,743,738,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68106",2,41.598505,-87.342991,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,742.644068,5.211932,754,"2013-11-12 00:00",753,"2013-11-24 00:00",752,"2013-12-24 00:00",750,"2013-01-22 00:00","","","","",754,753,752,750,746,743,737,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68107",1,41.598505,-87.342991,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,58,61,0,0,"","","Certification not required",0,748.834783,4.725686,763,"2013-11-24 00:00",762,"2013-11-12 00:00",759,"2013-01-10 00:00",759,"2013-03-08 00:00","","","","",762,759,758,755,752,749,744,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68107",2,41.598505,-87.342991,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,749.322034,5.447051,763,"2013-11-24 00:00",761,"2013-11-12 00:00",759,"2013-01-10 00:00",759,"2013-12-24 00:00","","","","",763,761,759,757,754,749,742,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68108",1,41.598505,-87.342991,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,58,61,0,0,"","","Certification not required",0,746.130435,4.642522,760,"2013-11-12 00:00",759,"2013-11-24 00:00",756,"2013-03-08 00:00",754,"2013-01-22 00:00","","","","",759,756,754,752,749,746,741,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68108",2,41.598505,-87.342991,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,746.288136,5.359654,759,"2013-11-12 00:00",759,"2013-11-24 00:00",756,"2013-12-24 00:00",753,"2013-01-10 00:00","","","","",759,759,756,753,750,745,740,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68109",1,41.598505,-87.342991,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",115,100,58,61,0,0,"","","Certification not required",0,1439.391304,1.958766,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","68109",2,41.598505,-87.342991,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",59,97,59,61,0,0,"","","Certification not required",0,1438.932203,2.280838,1440,"2013-01-16 00:00",1440,"2013-03-05 00:00",1440,"2013-03-23 00:00",1440,"2013-04-16 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","81102",1,41.598505,-87.342991,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,21.758621,13.127326,84,"2013-05-16 00:00",48,"2013-03-29 00:00",48,"2013-04-28 00:00",44,"2013-07-15 00:00","","","","",84,48,48,41,26,20,9,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","81102",2,41.598505,-87.342991,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,21.534483,13.339317,90,"2013-05-16 00:00",48,"2013-04-28 00:00",47,"2013-03-29 00:00",45,"2013-07-15 00:00","","","","",90,48,47,37,25,19,9,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","88101",1,41.598505,-87.342991,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,11.385217,5.60456,34.6,"2013-12-03 00:00",28.9,"2013-04-28 00:00",26.5,"2013-08-29 00:00",22.5,"2013-05-16 00:00","","","","",28.9,26.5,20.4,17.7,14.7,10.5,5,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","88101",1,41.598505,-87.342991,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,11.385217,5.60456,34.6,"2013-12-03 00:00",28.9,"2013-04-28 00:00",26.5,"2013-08-29 00:00",22.5,"2013-05-16 00:00","","","","",28.9,26.5,20.4,17.7,14.7,10.5,5,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","88101",2,41.598505,-87.342991,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,11.023729,5.089317,28.4,"2013-04-28 00:00",22.2,"2013-05-16 00:00",19.4,"2013-08-20 00:00",17.8,"2013-07-15 00:00","","","","",28.4,22.2,19.4,17.2,14.4,10.2,4.9,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0031","88101",2,41.598505,-87.342991,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,11.023729,5.089317,28.4,"2013-04-28 00:00",22.2,"2013-05-16 00:00",19.4,"2013-08-20 00:00",17.8,"2013-07-15 00:00","","","","",28.4,22.2,19.4,17.2,14.4,10.2,4.9,"Gary- Madison St./ Gary Water/ IN American Water Co.","650 Madison St./ Gary water/ IN American Water Company","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","0032","14129",1,41.603582,-87.332658,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,8,0,0,"Certification not required",0,0.008019,0.00752,0.034,"2013-04-10 00:00",0.033,"2013-03-29 00:00",0.024,"2013-04-28 00:00",0.023,"2013-07-27 00:00","","","","",0.034,0.033,0.024,0.018,0.009,0.006,0.002,"Gary- 4th Ave./ Railcats","1 Stadium Plaza- Gary- 4th Ave.- Railcats","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0032","14132",1,41.603582,-87.332658,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,8,"","","Certification not required",0,0.287037,0.307115,1.43,"2013-05-16 00:00",1.22,"2013-03-29 00:00",0.81,"2013-06-27 00:00",0.72,"2013-05-04 00:00","","","","",1.43,1.22,0.81,0.7,0.44,0.18,0.04,"Gary- 4th Ave./ Railcats","1 Stadium Plaza- Gary- 4th Ave.- Railcats","Indiana","Lake","Gary","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0033","14129",1,41.649211,-87.447464,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",60,98,59,61,0,1,0,0,"Certification not required",0,0.041233,0.099209,0.652,"2013-12-18 00:00",0.299,"2013-10-31 00:00",0.214,"2013-11-12 00:00",0.182,"2013-07-27 00:00","","","","",0.652,0.299,0.214,0.151,0.025,0.009,0.003,"","2001 E. 135th St.- East Chicago- Abraham Lincoln Elementary School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0033","14132",1,41.649211,-87.447464,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",60,98,59,61,0,1,"","","Certification not required",0,0.107,0.105979,0.58,"2013-09-13 00:00",0.49,"2013-06-27 00:00",0.48,"2013-11-12 00:00",0.23,"2013-07-27 00:00","","","","",0.58,0.49,0.48,0.18,0.12,0.08,0.04,"","2001 E. 135th St.- East Chicago- Abraham Lincoln Elementary School","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","0034","14129",1,41.65348,-87.435584,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.013153,0.019075,0.142,"2013-01-16 00:00",0.039,"2013-05-22 00:00",0.032,"2013-06-27 00:00",0.031,"2013-10-25 00:00","","","","",0.142,0.039,0.032,0.029,0.015,0.008,0.003,"East Chicago-Marina","East Chicago- Marina/ 3301 Aldis St.","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0034","14132",1,41.65348,-87.435584,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.112881,0.103675,0.62,"2013-11-12 00:00",0.39,"2013-05-10 00:00",0.37,"2013-06-27 00:00",0.33,"2013-12-06 00:00","","","","",0.62,0.39,0.37,0.18,0.14,0.08,0.03,"East Chicago-Marina","East Chicago- Marina/ 3301 Aldis St.","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","0034","81102",1,41.65348,-87.435584,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,20.508475,8.844193,43,"2013-05-16 00:00",42,"2013-03-29 00:00",42,"2013-12-30 00:00",38,"2013-08-20 00:00","","","","",43,42,42,32,26,19,11,"East Chicago-Marina","East Chicago- Marina/ 3301 Aldis St.","Indiana","Lake","East Chicago","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68101",1,41.585496,-87.474486,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,0,"","","Certification not required",10,0.349167,0.152153,0.7,"2013-07-21 00:00",0.6,"2013-05-13 00:00",0.6,"2013-05-16 00:00",0.6,"2013-06-18 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.1,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68102",1,41.585496,-87.474486,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,0,"","","Certification not required",0,24.008333,0.030633,24.1,"2013-05-28 00:00",24.1,"2013-06-21 00:00",24.1,"2013-07-03 00:00",24.1,"2013-07-09 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68103",1,41.585496,-87.474486,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,5.721667,11.127543,26.1,"2013-07-18 00:00",24.7,"2013-09-10 00:00",24.3,"2013-07-15 00:00",24.2,"2013-07-09 00:00","","","","",24.7,24.3,22,20,15.5,4.9,-8.8,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68104",1,41.585496,-87.474486,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,16.453333,12.269104,38,"2013-07-18 00:00",37.4,"2013-07-15 00:00",37.3,"2013-09-10 00:00",35.5,"2013-08-26 00:00","","","","",37.4,37.3,33.7,32.5,27.6,16.4,0.2,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68105",1,41.585496,-87.474486,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,10.928333,11.495781,31.8,"2013-07-18 00:00",31.1,"2013-09-10 00:00",29.8,"2013-07-15 00:00",28.1,"2013-07-09 00:00","","","","",31.1,29.8,26.9,25.9,22,10.4,-4.3,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68106",1,41.585496,-87.474486,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,741.816667,4.86625,754,"2013-11-12 00:00",753,"2013-11-24 00:00",752,"2013-12-24 00:00",751,"2013-03-08 00:00","","","","",753,752,750,747,745,742,736,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68107",1,41.585496,-87.474486,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,748,4.885238,762,"2013-11-24 00:00",761,"2013-11-12 00:00",758,"2013-01-10 00:00",758,"2013-12-09 00:00","","","","",761,758,757,755,751,748,743,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68108",1,41.585496,-87.474486,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,745.225,4.737589,759,"2013-11-12 00:00",758,"2013-11-24 00:00",755,"2013-03-08 00:00",755,"2013-12-24 00:00","","","","",758,755,753,751,748,745,740,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","68109",1,41.585496,-87.474486,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,0,"","","Certification not required",0,1439.55,1.002937,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","88101",1,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,10.445,5.08327,35.3,"2013-12-03 00:00",23.7,"2013-04-28 00:00",20.4,"2013-05-19 00:00",19.2,"2013-08-20 00:00","","","","",23.7,20.4,18.2,16.8,14.1,9.9,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","88101",1,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,10.445,5.08327,35.3,"2013-12-03 00:00",23.7,"2013-04-28 00:00",20.4,"2013-05-19 00:00",19.2,"2013-08-20 00:00","","","","",23.7,20.4,18.2,16.8,14.1,9.9,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6047,69,285,365,10,2713,"","","Certification not required",0,11.462858,8.620717,135.7,"2013-07-04 23:00",129.3,"2013-07-05 00:00",127.7,"2013-07-04 22:00",113.2,"2013-07-05 01:00","","","","",39.8,35,27.2,21.3,14.9,9.8,3.2,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6037,69,285,365,0,2713,"","","Certification not required",0,11.335316,7.913823,62.5,"2013-05-19 03:00",60.2,"2013-05-19 02:00",58.1,"2013-05-19 01:00",57.3,"2013-04-28 22:00","","","","",38.6,34.3,27,21.2,14.9,9.7,3.1,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6047,69,285,365,10,2713,"","","Certification not required",0,11.462858,8.620717,135.7,"2013-07-04 23:00",129.3,"2013-07-05 00:00",127.7,"2013-07-04 22:00",113.2,"2013-07-05 01:00","","","","",39.8,35,27.2,21.3,14.9,9.8,3.2,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",226,62,226,365,0,0,1,1,"Certification not required",0,11.461062,6.067164,40.7,"2013-12-03 00:00",34,"2013-07-05 00:00",32.6,"2013-02-07 00:00",31.5,"2013-07-04 00:00","","","","",32.6,30.7,22.6,18.5,14.5,10.7,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",226,62,226,365,0,0,1,1,"Certification not required",0,11.330973,5.756482,40.7,"2013-12-03 00:00",32.6,"2013-02-07 00:00",30.7,"2013-10-30 00:00",28.2,"2013-12-04 00:00","","","","",30.7,25.8,22,18.2,14.5,10.7,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",226,62,226,365,0,0,1,1,"Certification not required",0,11.461062,6.067164,40.7,"2013-12-03 00:00",34,"2013-07-05 00:00",32.6,"2013-02-07 00:00",31.5,"2013-07-04 00:00","","","","",32.6,30.7,22.6,18.5,14.5,10.7,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",226,62,226,365,0,0,"","","Certification not required",0,11.330973,5.756482,40.7,"2013-12-03 00:00",32.6,"2013-02-07 00:00",30.7,"2013-10-30 00:00",28.2,"2013-12-04 00:00","","","","",30.7,25.8,22,18.2,14.5,10.7,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",226,62,226,365,0,0,"","","Certification not required",0,11.461062,6.067164,40.7,"2013-12-03 00:00",34,"2013-07-05 00:00",32.6,"2013-02-07 00:00",31.5,"2013-07-04 00:00","","","","",32.6,30.7,22.6,18.5,14.5,10.7,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2004","88101",3,41.585496,-87.474486,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",226,62,226,365,0,0,"","","Certification not required",0,11.461062,6.067164,40.7,"2013-12-03 00:00",34,"2013-07-05 00:00",32.6,"2013-02-07 00:00",31.5,"2013-07-04 00:00","","","","",32.6,30.7,22.6,18.5,14.5,10.7,4.6,"Hammond- Purdue/ Powers Bldg. Purdue University","PURDUE UNIV CALUMET-POWERS BUILDING 2200 169th St.","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-29" +"18","089","2008","14129",1,41.63946,-87.493623,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,0.012483,0.027425,0.201,"2013-05-16 00:00",0.07,"2013-04-28 00:00",0.051,"2013-03-29 00:00",0.047,"2013-09-25 00:00","","","","",0.201,0.07,0.051,0.017,0.009,0.006,0.002,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","14129",2,41.63946,-87.493623,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,0.012293,0.027335,0.193,"2013-05-16 00:00",0.069,"2013-04-28 00:00",0.062,"2013-03-29 00:00",0.049,"2013-09-25 00:00","","","","",0.193,0.069,0.062,0.017,0.01,0.006,0.002,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","14132",1,41.63946,-87.493623,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.061833,0.04601,0.25,"2013-09-25 00:00",0.16,"2013-03-29 00:00",0.15,"2013-06-03 00:00",0.15,"2013-11-12 00:00","","","","",0.25,0.16,0.15,0.14,0.09,0.05,0.02,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","14132",2,41.63946,-87.493623,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.062759,0.051017,0.25,"2013-09-25 00:00",0.2,"2013-06-03 00:00",0.19,"2013-05-16 00:00",0.16,"2013-11-12 00:00","","","","",0.25,0.2,0.19,0.14,0.08,0.04,0.02,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","42401",1,41.63946,-87.493623,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8638,99,363,365,0,122,0,"","Certification not required",0,6.643251,4.118417,32.4,"2013-03-29 15:00",28.1,"2013-09-26 16:00",23.7,"2013-04-27 16:00",23.7,"2013-05-08 13:00","","","","",23.7,19.8,16.3,11.2,7.3,5.3,3.6,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","42401",1,41.63946,-87.493623,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8638,99,363,365,0,122,"","","Certification not required",0,4.233943,1.656023,32.4,"2013-03-29 15:00",28.1,"2013-09-26 16:00",23.7,"2013-04-27 16:00",23.7,"2013-05-08 13:00","","","","",10.3,8.7,6.6,5.4,4.8,4,2.9,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","42401",1,41.63946,-87.493623,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,4.234711,1.079163,8.3,"2013-04-27 00:00",8.1,"2013-03-29 00:00",8.1,"2013-05-08 00:00",8.1,"2013-09-19 00:00","","","","",8.1,7.2,5.9,5.5,4.9,4.2,3.1,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","42401",1,41.63946,-87.493623,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2835,97,363,365,0,0,"",0,"Certification not required",0,4.206243,1.485662,20.6,"2013-04-27 17:00",17.3,"2013-05-08 14:00",16,"2013-02-25 17:00",15.8,"2013-07-12 17:00","","","","",9.9,8.4,6.6,5.5,4.7,4,2.9,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","42406",1,41.63946,-87.493623,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8661,99,363,365,0,99,"","","Certification not required",0,4.977289,2.891052,65.1,"2013-03-29 15:00",56.2,"2013-08-23 10:00",48.9,"2013-08-10 17:00",45,"2013-06-08 16:00","","","","",17.1,12.4,8.5,6.6,5.2,4.5,3.2,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","089","2008","44201",1,41.63946,-87.493623,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4307,98,180,183,0,85,0,0,"Certification not required",314,0.047511,0.011776,0.08,"2013-05-14 16:00",0.073,"2013-06-11 12:00",0.072,"2013-08-19 13:00",0.07,"2013-06-09 13:00","","","","",0.073,0.07,0.067,0.063,0.057,0.047,0.033,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","2008","44201",1,41.63946,-87.493623,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4339,98,180,183,0,0,0,0,"Certification not required",0,0.0414,0.010743,0.065,"2013-06-09 10:00",0.064,"2013-05-14 10:00",0.064,"2013-08-18 12:00",0.063,"2013-06-20 10:00","","","","",0.064,0.063,0.058,0.056,0.049,0.042,0.029,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","2008","44201",1,41.63946,-87.493623,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4339,98,180,183,0,0,0,0,"Certification not required",0,0.0414,0.010743,0.065,"2013-06-09 10:00",0.064,"2013-05-14 10:00",0.064,"2013-08-18 12:00",0.063,"2013-06-20 10:00","","","","",0.064,0.063,0.058,0.056,0.049,0.042,0.029,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","089","2008","61101",1,41.63946,-87.493623,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7973,91,332,365,0,43,"","","Certification not required",0,6.394933,3.333968,23.1,"2013-11-17 15:00",22,"2013-01-19 23:00",21.7,"2013-04-08 11:00",21.4,"2013-04-08 12:00","","","","",16.4,14.8,12.7,10.9,8.2,6,2.5,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","2008","61103",1,41.63946,-87.493623,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7973,91,332,365,0,43,"","","Certification not required",0,6.085426,3.301611,22.5,"2013-11-17 15:00",21.4,"2013-01-19 23:00",21.2,"2013-04-08 11:00",20.9,"2013-04-08 12:00","","","","",16,14.4,12.3,10.5,7.9,5.6,2.2,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","2008","61104",1,41.63946,-87.493623,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7973,91,332,365,0,43,"","","Certification not required",0,189.716418,98.525299,360,"2013-03-02 16:00",360,"2013-05-02 12:00",360,"2013-05-06 15:00",360,"2013-05-07 11:00","","","","",357,354,342,314,266,200,33,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","2008","61105",1,41.63946,-87.493623,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7973,91,332,365,0,43,"","","Certification not required",0,12.74677,6.140802,44,"2013-11-17 15:00",42,"2013-01-19 22:00",42,"2013-06-24 17:00",42,"2013-11-17 13:00","","","","",31,28,24,21,16,12,5,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","2008","61106",1,41.63946,-87.493623,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7973,91,332,365,0,43,"","","Certification not required",0,18.246331,9.260598,78,"2013-04-18 04:00",76,"2013-06-08 03:00",75,"2013-07-17 15:00",74,"2013-04-01 18:00","","","","",60,50,36,28,20,15,11,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","2008","62101",1,41.63946,-87.493623,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7973,91,332,365,0,43,"","","Certification not required",0,52.032986,19.753715,95,"2013-07-19 13:00",95,"2013-07-19 14:00",95,"2013-09-10 13:00",95,"2013-09-10 14:00","","","","",89,86,81,77,69,53,26,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","089","2008","62201",1,41.63946,-87.493623,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7974,91,332,365,0,42,"","","Certification not required",0,69.138199,16.861696,100,"2013-01-10 21:00",100,"2013-01-10 22:00",100,"2013-01-10 23:00",100,"2013-01-11 00:00","","","","",100,100,99,94,80,69,47,"HAMMOND CAAP- Hammond- 141st St.","1300 141 ST STREET","Indiana","Lake","Hammond","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-12" +"18","091","0005","42401",1,41.717022,-86.907743,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7618,87,313,365,0,1142,0,"","Certification not required",0,3.71885,3.837759,22,"2013-01-02 08:00",21,"2013-11-28 00:00",16,"2013-04-29 08:00",15,"2013-11-24 14:00","","","","",15,14,12,9,5,2,0,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","42401",1,41.717022,-86.907743,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7618,87,313,365,0,1142,"","","Certification not required",0,1.203072,1.934494,22,"2013-01-02 08:00",21,"2013-11-28 00:00",20,"2013-01-02 09:00",18,"2013-01-02 07:00","","","","",9,7,5,3,2,1,0,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","42401",1,41.717022,-86.907743,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",313,86,313,365,0,0,0,"","Certification not required",0,1.184984,1.31678,6.6,"2013-04-02 00:00",6.3,"2013-04-01 00:00",6.2,"2013-12-12 00:00",5.8,"2013-01-02 00:00","","","","",5.8,5.1,4.1,3,1.7,0.8,0,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","42401",1,41.717022,-86.907743,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2493,85,309,365,0,0,"",0,"Certification not required",0,1.195467,1.787124,18,"2013-01-02 08:00",13.6,"2013-11-24 14:00",13.3,"2013-01-02 11:00",13,"2013-11-28 02:00","","","","",8.3,7,5,3,1.6,0.6,0,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","44201",1,41.717022,-86.907743,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4285,98,179,183,0,107,0,0,"Certification not required",78,0.053346,0.012687,0.092,"2013-06-27 13:00",0.091,"2013-05-14 15:00",0.082,"2013-08-26 13:00",0.081,"2013-08-27 12:00","","","","",0.091,0.081,0.075,0.069,0.061,0.053,0.037,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2013-10-25" +"18","091","0005","44201",1,41.717022,-86.907743,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4297,97,177,183,0,0,0,0,"Certification not required",0,0.047825,0.010787,0.078,"2013-05-14 11:00",0.076,"2013-06-27 10:00",0.07,"2013-06-20 10:00",0.069,"2013-09-10 10:00","","","","",0.076,0.069,0.064,0.061,0.057,0.048,0.033,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2013-10-25" +"18","091","0005","44201",1,41.717022,-86.907743,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4297,97,177,183,0,0,2,2,"Certification not required",0,0.047825,0.010787,0.078,"2013-05-14 11:00",0.076,"2013-06-27 10:00",0.07,"2013-06-20 10:00",0.069,"2013-09-10 10:00","","","","",0.076,0.069,0.064,0.061,0.057,0.048,0.033,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2013-10-25" +"18","091","0005","61103",1,41.717022,-86.907743,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",8622,98,359,365,0,138,"","","Certification not required",0,6.006681,3.015007,20.4,"2013-11-17 17:00",19.5,"2013-11-17 18:00",19.3,"2013-11-17 19:00",18.2,"2013-02-19 01:00","","","","",14.7,13.3,11.5,10.2,7.8,5.6,2.4,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","61103",2,41.717022,-86.907743,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Knots","No Events",8443,96,348,365,0,317,"","","Certification not required",0,11.22858,5.388659,39.5,"2013-01-19 23:00",36.9,"2013-01-20 00:00",36.4,"2013-11-17 18:00",36.1,"2013-11-17 17:00","","","","",26.2,24.6,21.3,18.7,14.3,10.5,4.9,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","61104",1,41.717022,-86.907743,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",8534,97,354,365,0,226,"","","Certification not required",0,181.048746,95.753518,360,"2013-01-15 15:00",360,"2013-02-20 19:00",360,"2013-04-09 18:00",360,"2013-04-16 09:00","","","","",355,347,332,314,255,187,33,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","61104",2,41.717022,-86.907743,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Degrees Compass","No Events",8515,97,354,365,0,245,"","","Certification not required",0,185.474222,98.719848,360,"2013-01-24 00:00",360,"2013-01-24 01:00",360,"2013-01-30 06:00",360,"2013-02-20 19:00","","","","",357,353,337,320,263,194,32,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","61106",1,41.717022,-86.907743,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8528,97,354,365,0,232,"","","Certification not required",0,15.660167,7.666618,96.2,"2013-08-19 05:00",90.2,"2013-05-16 18:00",76.4,"2013-12-27 04:00",74.1,"2013-08-24 14:00","","","","",49.9,41.8,29.9,22.7,17,13.6,10,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","62101",1,41.717022,-86.907743,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8593,98,357,365,0,167,"","","Certification not required",0,49.647271,19.704338,93,"2013-07-19 15:00",92,"2013-07-18 16:00",92,"2013-07-19 11:00",92,"2013-07-19 12:00","","","","",86,83,79,74,67,49,24,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","62103",1,41.717022,-86.907743,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8608,98,359,365,0,152,"","","Certification not required",11,42.227643,18.698176,79,"2013-07-15 20:00",79,"2013-07-15 21:00",78,"2013-07-09 20:00",78,"2013-07-15 17:00","","","","",75,73,70,67,59,43,18,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0005","62106",1,41.717022,-86.907743,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 3 - level 1",2013,"Temp Difference, Centigrade ","No Events",8193,94,341,365,0,567,"","","Certification not required",0,-0.181911,0.790761,7.2,"2013-05-09 00:00",7,"2013-05-09 04:00",6.8,"2013-05-16 03:00",6.6,"2013-06-04 00:00","","","","",3.4,2.6,1.4,0.5,-0.2,-0.4,-0.7,"Michigan City- 4th Street","341 W. 4TH St./ NIPSCO GAS STATION","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-02-18" +"18","091","0010","44201",1,41.629098,-86.684615,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4339,100,183,183,0,53,0,0,"Certification not required",137,0.049765,0.011039,0.087,"2013-05-14 16:00",0.079,"2013-09-11 14:00",0.072,"2013-08-19 15:00",0.071,"2013-06-27 16:00","","","","",0.079,0.071,0.068,0.064,0.057,0.049,0.037,"LAPORTE OZONE SITE AT WATER TREATMENT PLANT","2011 E. LINCOLNWAY LaPorte- E. Lincolnway","Indiana","LaPorte","La Porte","Michigan City-La Porte, IN","2013-10-25" +"18","091","0010","44201",1,41.629098,-86.684615,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4369,100,183,183,0,0,0,0,"Certification not required",0,0.044667,0.010177,0.075,"2013-05-14 11:00",0.065,"2013-06-27 10:00",0.065,"2013-08-19 09:00",0.064,"2013-06-05 10:00","","","","",0.065,0.064,0.06,0.058,0.052,0.045,0.031,"LAPORTE OZONE SITE AT WATER TREATMENT PLANT","2011 E. LINCOLNWAY LaPorte- E. Lincolnway","Indiana","LaPorte","La Porte","Michigan City-La Porte, IN","2013-10-25" +"18","091","0010","44201",1,41.629098,-86.684615,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4369,100,183,183,0,0,0,0,"Certification not required",0,0.044667,0.010177,0.075,"2013-05-14 11:00",0.065,"2013-06-27 10:00",0.065,"2013-08-19 09:00",0.064,"2013-06-05 10:00","","","","",0.065,0.064,0.06,0.058,0.052,0.045,0.031,"LAPORTE OZONE SITE AT WATER TREATMENT PLANT","2011 E. LINCOLNWAY LaPorte- E. Lincolnway","Indiana","LaPorte","La Porte","Michigan City-La Porte, IN","2013-10-25" +"18","091","0011","68101",1,41.707212,-86.891216,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",117,100,61,61,0,0,"","","Certification not required",20,0.295726,0.173152,0.6,"2013-05-01 00:00",0.6,"2013-05-19 00:00",0.6,"2013-05-31 00:00",0.6,"2013-07-09 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.05,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68102",1,41.707212,-86.891216,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",117,100,61,61,0,0,"","","Certification not required",0,24.032479,0.047031,24.1,"2013-01-01 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68103",1,41.707212,-86.891216,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,0,"","","Certification not required",0,4.863248,10.212151,23.8,"2013-07-18 00:00",23.5,"2013-09-10 00:00",22.6,"2013-07-15 00:00",21.5,"2013-07-09 00:00","","","","",23.5,22.6,20.1,18.3,13,4.2,-7.7,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68104",1,41.707212,-86.891216,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,0,"","","Certification not required",0,14.837607,11.750574,35.9,"2013-09-10 00:00",35.8,"2013-07-18 00:00",33.1,"2013-08-26 00:00",32.2,"2013-07-21 00:00","","","","",35.8,33.1,31.9,30.5,25.5,14.5,-1.4,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68105",1,41.707212,-86.891216,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,0,"","","Certification not required",0,9.729915,10.66864,29.3,"2013-07-18 00:00",29.3,"2013-09-10 00:00",27.1,"2013-07-15 00:00",26.3,"2013-08-26 00:00","","","","",29.3,27.1,25.3,23.2,19.8,8.8,-3.4,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68106",1,41.707212,-86.891216,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,0,"","","Certification not required",0,742.264957,5.18518,754,"2013-11-12 00:00",754,"2013-11-24 00:00",753,"2013-03-08 00:00",753,"2013-12-24 00:00","","","","",754,753,750,748,745,743,736,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68107",1,41.707212,-86.891216,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,0,"","","Certification not required",0,748.034188,4.932181,762,"2013-11-24 00:00",761,"2013-11-12 00:00",759,"2013-01-10 00:00",758,"2013-03-08 00:00","","","","",761,759,758,755,751,748,742,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68108",1,41.707212,-86.891216,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,0,"","","Certification not required",0,745.444444,4.922581,759,"2013-11-12 00:00",758,"2013-11-24 00:00",756,"2013-03-08 00:00",756,"2013-12-24 00:00","","","","",758,756,753,752,748,745,739,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","68109",1,41.707212,-86.891216,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",117,100,61,61,0,0,"","","Certification not required",0,1439.649573,0.479156,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","88101",1,41.707212,-86.891216,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,9.284615,4.88798,29.1,"2013-12-03 00:00",20.2,"2013-01-07 00:00",19,"2013-09-07 00:00",18.8,"2013-08-20 00:00","","","","",20.2,19,17.3,15.9,12.4,8.5,3.5,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","091","0011","88101",1,41.707212,-86.891216,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,9.284615,4.88798,29.1,"2013-12-03 00:00",20.2,"2013-01-07 00:00",19,"2013-09-07 00:00",18.8,"2013-08-20 00:00","","","","",20.2,19,17.3,15.9,12.4,8.5,3.5,"MARSH ELEMENTARY ON THE ROOF","Michigan City- MARSH ELEM. SCH, 400 E. HOMER ST.","Indiana","LaPorte","Michigan City","Michigan City-La Porte, IN","2014-01-27" +"18","095","0010","44201",1,40.002547,-85.656937,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4352,100,183,183,0,40,0,0,"Certification not required",42,0.048268,0.009805,0.073,"2013-06-22 13:00",0.071,"2013-05-14 16:00",0.071,"2013-05-15 14:00",0.07,"2013-08-30 13:00","","","","",0.071,0.07,0.066,0.062,0.054,0.048,0.035,"SCHOOL LOCATED ON THE SW CORNER OF US 36 AND IND 109","Emporia EAST ELEM. SCH., 893 E. US 36, PENDLETON","Indiana","Madison","","Anderson, IN","2013-10-25" +"18","095","0010","44201",1,40.002547,-85.656937,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4388,100,183,183,0,0,0,0,"Certification not required",0,0.043956,0.008874,0.066,"2013-09-07 11:00",0.064,"2013-05-15 10:00",0.064,"2013-06-05 12:00",0.063,"2013-05-14 12:00","","","","",0.064,0.063,0.058,0.056,0.05,0.044,0.032,"SCHOOL LOCATED ON THE SW CORNER OF US 36 AND IND 109","Emporia EAST ELEM. SCH., 893 E. US 36, PENDLETON","Indiana","Madison","","Anderson, IN","2013-10-25" +"18","095","0010","44201",1,40.002547,-85.656937,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4388,100,183,183,0,0,0,0,"Certification not required",0,0.043956,0.008874,0.066,"2013-09-07 11:00",0.064,"2013-05-15 10:00",0.064,"2013-06-05 12:00",0.063,"2013-05-14 12:00","","","","",0.064,0.063,0.058,0.056,0.05,0.044,0.032,"SCHOOL LOCATED ON THE SW CORNER OF US 36 AND IND 109","Emporia EAST ELEM. SCH., 893 E. US 36, PENDLETON","Indiana","Madison","","Anderson, IN","2013-10-25" +"18","095","0011","68101",1,40.125703,-85.652184,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,95,116,122,0,0,"","","Certification not required",51,0.139224,0.108709,0.5,"2013-08-20 00:00",0.5,"2013-09-01 00:00",0.4,"2013-06-06 00:00",0.4,"2013-07-24 00:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.05,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68102",1,40.125703,-85.652184,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,0,"","","Certification not required",0,23.996552,0.022578,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68103",1,40.125703,-85.652184,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,4.525,10.457499,23.6,"2013-09-10 00:00",23.2,"2013-07-09 00:00",21.6,"2013-07-15 00:00",20.4,"2013-06-24 00:00","","","","",23.2,21.6,20.4,18.7,14.5,4.5,-8.8,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68104",1,40.125703,-85.652184,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,16.515517,11.92234,36.6,"2013-09-10 00:00",36.1,"2013-07-18 00:00",32.8,"2013-06-12 00:00",32.7,"2013-07-15 00:00","","","","",36.1,32.8,32.6,30.4,27.5,17.8,-1.1,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68105",1,40.125703,-85.652184,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,10.361207,10.940923,28.6,"2013-09-10 00:00",27.7,"2013-07-18 00:00",27.3,"2013-07-09 00:00",27.1,"2013-07-15 00:00","","","","",27.7,27.3,24.8,23.8,20.7,11.3,-4.8,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68106",1,40.125703,-85.652184,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,736.060345,4.720517,749,"2013-11-24 00:00",747,"2013-12-24 00:00",746,"2013-03-08 00:00",745,"2013-11-12 00:00","","","","",747,746,743,742,739,736,730,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68107",1,40.125703,-85.652184,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,742.456897,4.584268,756,"2013-11-24 00:00",755,"2013-11-12 00:00",753,"2013-12-24 00:00",752,"2013-01-10 00:00","","","","",755,753,751,748,745,742,737,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68108",1,40.125703,-85.652184,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,739.491379,4.494433,753,"2013-11-24 00:00",751,"2013-11-12 00:00",750,"2013-12-24 00:00",749,"2013-03-08 00:00","","","","",751,750,747,745,742,739,734,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","68109",1,40.125703,-85.652184,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,95,116,122,0,0,"","","Certification not required",0,1439.344828,1.673858,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","88101",1,40.125703,-85.652184,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,9.574138,4.74186,25.3,"2013-12-03 00:00",22,"2013-01-07 00:00",21.1,"2013-01-01 00:00",20.5,"2013-09-10 00:00","","","","",22,21.1,17.8,15.5,12.9,8.5,3.9,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","88101",1,40.125703,-85.652184,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,9.574138,4.74186,25.3,"2013-12-03 00:00",22,"2013-01-07 00:00",21.1,"2013-01-01 00:00",20.5,"2013-09-10 00:00","","","","",22,21.1,17.8,15.5,12.9,8.5,3.9,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-27" +"18","095","0011","88101",3,40.125703,-85.652184,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6958,79,298,365,0,338,"","","Certification not required",0,10.46785,6.110355,78.2,"2013-04-04 23:00",58,"2013-04-27 02:00",51.8,"2013-04-27 01:00",45.4,"2013-06-14 23:00","","","","",28.7,25.9,21.7,18.5,13.8,9.7,3.6,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-24" +"18","095","0011","88101",3,40.125703,-85.652184,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",289,79,289,365,0,0,0,0,"Certification not required",0,10.451903,4.698515,26.3,"2013-02-05 00:00",25.5,"2013-01-07 00:00",25.2,"2013-01-08 00:00",22.5,"2013-01-27 00:00","","","","",25.2,21.5,18.9,17.2,13,9.9,4.8,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-24" +"18","095","0011","88101",3,40.125703,-85.652184,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",289,79,289,365,0,0,"","","Certification not required",0,10.451903,4.698515,26.3,"2013-02-05 00:00",25.5,"2013-01-07 00:00",25.2,"2013-01-08 00:00",22.5,"2013-01-27 00:00","","","","",25.2,21.5,18.9,17.2,13,9.9,4.8,"Anderson- Eastside Elem. School","844 N. Scatterfield - Anderson Eastside Elementary","Indiana","Madison","Anderson","Anderson, IN","2014-01-24" +"18","097","0043","68101",1,39.744993,-86.166464,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,0,"","","Certification not required",114,0.058333,0.045528,0.4,"2013-01-13 00:00",0.3,"2013-03-08 00:00",0.3,"2013-12-06 00:00",0.1,"2013-01-22 00:00","","","","",0.3,0.3,0.1,0.05,0.05,0.05,0.05,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68102",1,39.744993,-86.166464,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,0,"","","Certification not required",0,23.998333,0.018257,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68103",1,39.744993,-86.166464,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,7.021667,10.716391,25,"2013-07-09 00:00",24.6,"2013-07-18 00:00",24.3,"2013-09-10 00:00",24,"2013-07-15 00:00","","","","",24.6,24.3,22.9,20.1,16.5,7.9,-7,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68104",1,39.744993,-86.166464,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,17.165833,11.89223,37,"2013-09-10 00:00",36,"2013-07-18 00:00",34,"2013-07-15 00:00",33.5,"2013-06-12 00:00","","","","",36,34,33.3,32.2,28.5,18,0,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68105",1,39.744993,-86.166464,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,11.939167,11.090327,30.3,"2013-07-18 00:00",29,"2013-09-10 00:00",28.6,"2013-07-15 00:00",28,"2013-06-12 00:00","","","","",29,28.6,27.2,25.5,22.3,12.9,-3.2,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68106",1,39.744993,-86.166464,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,741.15,4.778541,754,"2013-11-24 00:00",752,"2013-12-24 00:00",751,"2013-03-08 00:00",750,"2013-11-12 00:00","","","","",752,751,749,747,744,742,735,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68107",1,39.744993,-86.166464,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,747.291667,4.611633,761,"2013-11-24 00:00",760,"2013-11-12 00:00",758,"2013-12-24 00:00",757,"2013-12-12 00:00","","","","",760,758,755,754,750,747,742,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68108",1,39.744993,-86.166464,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,744.433333,4.571989,758,"2013-11-24 00:00",757,"2013-11-12 00:00",755,"2013-12-24 00:00",754,"2013-12-12 00:00","","","","",757,755,752,750,747,744,739,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","68109",1,39.744993,-86.166464,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,0,"","","Certification not required",0,1439.45,1.08349,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","81102",1,39.744993,-86.166464,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,24.491525,11.217863,57,"2013-08-26 00:00",56,"2013-04-04 00:00",50,"2013-08-20 00:00",45,"2013-06-21 00:00","","","","",57,56,50,40,30,22,13,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","81102",2,39.744993,-86.166464,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,24.553571,11.398436,59,"2013-08-26 00:00",54,"2013-04-04 00:00",50,"2013-08-20 00:00",44,"2013-03-29 00:00","","","","",59,54,50,40,30,23,13,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","88101",1,39.744993,-86.166464,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,11.655,4.816426,26.5,"2013-01-07 00:00",22,"2013-10-28 00:00",21.8,"2013-08-26 00:00",21.5,"2013-01-01 00:00","","","","",22,21.8,20.9,17.9,15,11.1,5.9,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0043","88101",1,39.744993,-86.166464,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,11.655,4.816426,26.5,"2013-01-07 00:00",22,"2013-10-28 00:00",21.8,"2013-08-26 00:00",21.5,"2013-01-01 00:00","","","","",22,21.8,20.9,17.9,15,11.1,5.9,"Indpls- West St.","1735 SOUTH WEST STREET","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0050","44201",1,39.858922,-86.021317,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4229,97,178,183,0,163,0,0,"Certification not required",83,0.045803,0.009418,0.071,"2013-08-19 17:00",0.067,"2013-07-18 13:00",0.066,"2013-05-14 16:00",0.065,"2013-09-07 14:00","","","","",0.067,0.065,0.063,0.059,0.052,0.045,0.034,"Indpls.- Ft. Harrison","5753 Glenn Rd.- FORT HARRISON STATE PARK","Indiana","Marion","Lawrence","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0050","44201",1,39.858922,-86.021317,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4264,97,177,183,0,0,0,0,"Certification not required",0,0.041458,0.008799,0.064,"2013-08-19 11:00",0.06,"2013-05-14 12:00",0.06,"2013-06-20 11:00",0.059,"2013-05-15 10:00","","","","",0.06,0.059,0.056,0.053,0.048,0.041,0.029,"Indpls.- Ft. Harrison","5753 Glenn Rd.- FORT HARRISON STATE PARK","Indiana","Marion","Lawrence","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0050","44201",1,39.858922,-86.021317,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4264,97,177,183,0,0,0,0,"Certification not required",0,0.041458,0.008799,0.064,"2013-08-19 11:00",0.06,"2013-05-14 12:00",0.06,"2013-06-20 11:00",0.059,"2013-05-15 10:00","","","","",0.06,0.059,0.056,0.053,0.048,0.041,0.029,"Indpls.- Ft. Harrison","5753 Glenn Rd.- FORT HARRISON STATE PARK","Indiana","Marion","Lawrence","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0057","42401",1,39.749019,-86.186314,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8518,97,356,365,0,242,5,"","Certification not required",0,12.470225,17.102652,112.9,"2013-10-31 08:00",92.7,"2013-05-14 11:00",81.6,"2013-10-10 11:00",78.1,"2013-10-11 13:00","","","","",78.1,68.5,47.6,35.7,15.7,5.4,0.9,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0057","42401",1,39.749019,-86.186314,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8518,97,356,365,0,242,"","","Certification not required",0,2.69271,6.063319,112.9,"2013-10-31 08:00",93.6,"2013-10-31 10:00",92.7,"2013-05-14 11:00",81.6,"2013-10-10 11:00","","","","",31.5,20.2,10.2,5.5,2.3,1.2,0,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0057","42401",1,39.749019,-86.186314,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,2.695787,3.19109,30.5,"2013-10-31 00:00",17.2,"2013-02-18 00:00",15.2,"2013-11-14 00:00",14.7,"2013-01-18 00:00","","","","",14.7,12.4,9.2,6.1,3.5,1.8,0.2,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0057","42401",1,39.749019,-86.186314,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2796,96,356,365,0,0,"",0,"Certification not required",0,2.646173,5.20682,73.2,"2013-10-31 08:00",60.8,"2013-10-31 11:00",56.6,"2013-02-18 14:00",50.4,"2013-07-21 14:00","","","","",25.8,18.5,10.4,5.9,2.5,1.2,0,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0057","42406",1,39.749019,-86.186314,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8535,97,356,365,0,225,"","","Certification not required",0,4.67877,12.207964,255.1,"2013-08-31 09:00",184.9,"2013-06-23 14:00",183.8,"2013-10-11 13:00",165.1,"2013-10-31 08:00","","","","",66.4,45.3,19.2,9,3.3,1.5,0.2,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0057","44201",1,39.749019,-86.186314,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4254,98,179,183,0,138,0,0,"Certification not required",229,0.047821,0.010282,0.072,"2013-06-04 16:00",0.07,"2013-06-20 18:00",0.069,"2013-05-14 16:00",0.068,"2013-06-05 18:00","","","","",0.07,0.068,0.065,0.062,0.056,0.047,0.033,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0057","44201",1,39.749019,-86.186314,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4281,98,179,183,0,0,0,0,"Certification not required",0,0.042989,0.009784,0.066,"2013-06-04 12:00",0.063,"2013-05-14 12:00",0.063,"2013-06-05 12:00",0.062,"2013-05-15 10:00","","","","",0.063,0.062,0.059,0.056,0.051,0.042,0.029,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0057","44201",1,39.749019,-86.186314,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4281,98,179,183,0,0,0,0,"Certification not required",0,0.042989,0.009784,0.066,"2013-06-04 12:00",0.063,"2013-05-14 12:00",0.063,"2013-06-05 12:00",0.062,"2013-05-15 10:00","","","","",0.063,0.062,0.059,0.056,0.051,0.042,0.029,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0057","61101",1,39.749019,-86.186314,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7916,90,329,365,0,100,"","","Certification not required",0,5.084816,2.624988,18,"2013-01-30 00:00",16.6,"2013-02-18 23:00",16.5,"2013-02-18 22:00",16.4,"2013-02-26 08:00","","","","",12.4,11.3,10,8.6,6.7,4.8,2,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","61103",1,39.749019,-86.186314,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7916,90,329,365,0,100,"","","Certification not required",0,4.741625,2.572662,17.6,"2013-01-30 00:00",16.2,"2013-02-18 23:00",16.2,"2013-02-26 08:00",16.1,"2013-02-18 22:00","","","","",11.9,10.9,9.6,8.2,6.3,4.4,1.7,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","61104",1,39.749019,-86.186314,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7916,90,329,365,0,100,"","","Certification not required",0,200.132264,89.26524,360,"2013-02-05 05:00",360,"2013-03-22 20:00",360,"2013-07-10 14:00",360,"2013-07-16 19:00","","","","",354,350,340,322,269,199,69,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","61105",1,39.749019,-86.186314,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7916,90,329,365,0,100,"","","Certification not required",0,10.571753,4.994884,35,"2013-11-17 16:00",34,"2013-02-18 17:00",32,"2013-01-13 01:00",32,"2013-01-30 01:00","","","","",25,23,20,17,14,10,5,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","61106",1,39.749019,-86.186314,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7916,90,329,365,0,100,"","","Certification not required",0,21.234336,9.43032,78,"2013-06-19 21:00",78,"2013-08-19 23:00",77,"2013-08-12 06:00",77,"2013-08-18 09:00","","","","",57,50,40,33,24,19,12,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","62101",1,39.749019,-86.186314,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7913,90,329,365,0,103,"","","Certification not required",0,55.933274,19.678774,95,"2013-09-10 13:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",95,"2013-09-10 16:00","","","","",89,87,83,80,72,60,29,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","62103",1,39.749019,-86.186314,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7916,90,329,365,0,100,"","","Certification not required",0,44.835018,18.98346,76,"2013-07-09 21:00",76,"2013-07-10 10:00",76,"2013-07-10 11:00",76,"2013-08-28 19:00","","","","",73,72,70,68,62,49,19,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","62201",1,39.749019,-86.186314,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7916,90,329,365,0,100,"","","Certification not required",0,69.034866,17.529336,100,"2013-01-28 06:00",100,"2013-01-28 07:00",100,"2013-01-28 17:00",100,"2013-01-28 18:00","","","","",99,98,96,92,83,71,44,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0057","64101",1,39.749019,-86.186314,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7900,90,328,365,0,116,"","","Certification not required",0,992.754557,6.317356,1014,"2013-11-24 08:00",1014,"2013-11-24 09:00",1014,"2013-11-24 10:00",1014,"2013-11-24 11:00","","","","",1009,1006,1003,1001,997,993,985,"Indpls- Harding St.","1321 SOUTH HARDING","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0063","14129",1,39.760869,-86.297195,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.014153,0.015565,0.073,"2013-05-28 00:00",0.064,"2013-04-10 00:00",0.051,"2013-10-25 00:00",0.046,"2013-10-01 00:00","","","","",0.073,0.064,0.051,0.038,0.014,0.008,0.003,"Indpls.- Rockville Rd.","7601 ROCKVILLE ROAD","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0063","14129",2,39.760869,-86.297195,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,7,0,0,"Certification not required",0,0.014352,0.016081,0.073,"2013-05-28 00:00",0.064,"2013-04-10 00:00",0.052,"2013-10-01 00:00",0.047,"2013-10-25 00:00","","","","",0.073,0.064,0.052,0.039,0.015,0.009,0.003,"Indpls.- Rockville Rd.","7601 ROCKVILLE ROAD","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0072","42101",1,39.768056,-86.16,"UNKNOWN","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7871,90,330,365,0,145,0,0,"Certification not required",2303,0.691939,0.418747,3.9,"2013-10-12 21:00",3.6,"2013-08-21 19:00",3.2,"2013-10-28 09:00",2.9,"2013-07-31 19:00","","","","",2.1,1.8,1.5,1.2,0.9,0.6,0.25,"Indpls.- Illinois St.","50 NORTH ILLINOIS STREET","Indiana","Marion","Indianapolis","Indianapolis-Carmel, IN","2014-01-02" +"18","097","0072","42101",1,39.768056,-86.16,"UNKNOWN","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7906,90,329,365,0,0,0,0,"Certification not required",0,0.69876,0.339518,2.7,"2013-10-12 23:00",2.5,"2013-10-12 22:00",2.5,"2013-10-13 00:00",2.4,"2013-10-12 21:00",2.7,"2013-10-12 23:00",2.2,"2013-10-28 13:00",1.7,1.6,1.3,1.2,0.9,0.7,0.3,"Indpls.- Illinois St.","50 NORTH ILLINOIS STREET","Indiana","Marion","Indianapolis","Indianapolis-Carmel, IN","2014-01-02" +"18","097","0073","42101",1,39.789486,-86.06085,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7622,87,314,365,0,394,0,0,"Certification not required",5496,0.339675,0.161942,1.8,"2013-03-04 07:00",1.6,"2013-03-22 07:00",1.5,"2013-03-22 06:00",1.5,"2013-04-05 06:00","","","","",0.9,0.8,0.6,0.5,0.5,0.25,0.25,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0073","42101",1,39.789486,-86.06085,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7635,87,313,365,0,0,0,0,"Certification not required",0,0.366745,0.121808,1.3,"2013-03-04 07:00",1.2,"2013-03-04 06:00",1.2,"2013-03-04 08:00",1.2,"2013-03-04 09:00",1.3,"2013-03-04 07:00",1.2,"2013-04-05 05:00",0.8,0.7,0.6,0.5,0.4,0.3,0.3,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0073","42401",1,39.789486,-86.06085,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8438,96,348,365,0,322,0,"","Certification not required",0,7.82931,10.647804,71.5,"2013-10-27 10:00",59.6,"2013-01-02 16:00",50.5,"2013-03-15 13:00",42.3,"2013-12-27 11:00","","","","",42.3,38.6,28,21.8,13.3,2.9,0,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0073","42401",1,39.789486,-86.06085,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8438,96,348,365,0,322,"","","Certification not required",0,1.334238,3.79294,71.5,"2013-10-27 10:00",59.6,"2013-01-02 16:00",50.5,"2013-03-15 13:00",42.3,"2013-12-27 11:00","","","","",19.1,14.2,7.7,3.9,0.7,0,0,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0073","42401",1,39.789486,-86.06085,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",348,95,348,365,0,0,0,"","Certification not required",0,1.356322,1.968305,11.6,"2013-12-12 00:00",10.3,"2013-12-27 00:00",9.4,"2013-01-23 00:00",8.8,"2013-01-25 00:00","","","","",8.8,7.9,5.5,3.9,2.2,0.4,0,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0073","42401",1,39.789486,-86.06085,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2767,95,348,365,0,0,"",0,"Certification not required",0,1.323491,3.287715,38.5,"2013-10-27 11:00",34.6,"2013-12-27 11:00",30.5,"2013-01-02 17:00",28.8,"2013-01-03 11:00","","","","",16.4,12.2,8,4.3,1,0,0,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0073","42406",1,39.789486,-86.06085,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8463,97,350,365,0,297,"","","Certification not required",0,1.976959,7.335355,225.7,"2013-01-02 16:00",126.6,"2013-01-04 19:00",118.5,"2013-10-27 10:00",90.4,"2013-01-02 15:00","","","","",33.5,24.1,13.6,6.7,1.4,-0.2,-1.2,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0073","42601",1,39.789486,-86.06085,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7146,82,295,365,0,870,"","","Certification not required",0,2.297649,9.077634,191,"2013-03-04 07:00",176.5,"2013-03-04 06:00",132.1,"2013-10-11 07:00",125.3,"2013-10-28 07:00","","","","",43.7,30.4,11.1,4.1,0.6,0,0,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0073","42602",1,39.789486,-86.06085,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7146,82,295,365,0,870,0,"","Certification not required",0,19.077627,9.956759,49.4,"2013-04-04 21:00",46.6,"2013-03-28 22:00",46.4,"2013-03-29 23:00",45,"2013-03-30 03:00","","","","",46.4,44.4,39.6,33.4,25.2,16.6,8,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0073","42602",1,39.789486,-86.06085,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7146,82,295,365,0,870,"","","Certification not required",0,8.311153,7.522419,49.4,"2013-04-04 21:00",47,"2013-04-04 22:00",46.6,"2013-03-28 22:00",46.4,"2013-03-29 23:00","","","","",36.4,31.9,24,18.4,10.9,6,1.7,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0073","42603",1,39.789486,-86.06085,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7146,82,295,365,0,870,"","","Certification not required",0,13.074461,15.024426,234.3,"2013-03-04 07:00",217.2,"2013-03-04 06:00",160.6,"2013-03-22 07:00",154.3,"2013-10-11 07:00","","","","",78.7,62.7,38.8,25.9,14.9,8.6,3.2,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0073","44201",1,39.789486,-86.06085,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4318,100,183,183,0,74,0,0,"Certification not required",173,0.051328,0.01041,0.075,"2013-05-14 16:00",0.075,"2013-08-19 14:00",0.073,"2013-09-08 16:00",0.072,"2013-05-15 13:00","","","","",0.075,0.072,0.069,0.066,0.059,0.051,0.037,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0073","44201",1,39.789486,-86.06085,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4341,98,179,183,0,0,0,0,"Certification not required",0,0.046318,0.009873,0.072,"2013-08-19 11:00",0.068,"2013-05-14 12:00",0.067,"2013-06-20 11:00",0.067,"2013-09-08 10:00","","","","",0.068,0.067,0.063,0.059,0.054,0.046,0.033,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0073","44201",1,39.789486,-86.06085,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4341,98,179,183,0,0,0,0,"Certification not required",0,0.046318,0.009873,0.072,"2013-08-19 11:00",0.068,"2013-05-14 12:00",0.067,"2013-06-20 11:00",0.067,"2013-09-08 10:00","","","","",0.068,0.067,0.063,0.059,0.054,0.046,0.033,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-10-25" +"18","097","0073","61101",1,39.789486,-86.06085,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8014,91,334,365,0,2,"","","Certification not required",0,4.806551,2.784712,18.2,"2013-03-24 13:00",17.8,"2013-11-17 17:00",17.6,"2013-02-26 08:00",17,"2013-03-24 14:00","","","","",13.3,11.9,10,8.5,6.4,4.4,1.6,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0073","61103",1,39.789486,-86.06085,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8014,91,334,365,0,2,"","","Certification not required",0,4.474607,2.718616,17.9,"2013-03-24 13:00",17.5,"2013-02-26 08:00",17.2,"2013-11-17 17:00",16.8,"2013-03-24 14:00","","","","",12.8,11.5,9.6,8.2,6,4.1,1.4,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0073","61104",1,39.789486,-86.06085,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8014,91,334,365,0,2,"","","Certification not required",0,185.946968,91.812659,360,"2013-03-25 01:00",360,"2013-05-24 20:00",360,"2013-06-30 11:00",360,"2013-08-04 03:00","","","","",354,346,326,303,263,194,54,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0073","61105",1,39.789486,-86.06085,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8014,91,334,365,0,2,"","","Certification not required",0,10.699151,5.561043,38,"2013-02-11 07:00",38,"2013-11-17 16:00",38,"2013-11-17 17:00",36,"2013-01-20 03:00","","","","",27,24,21,18,14,10,4,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0073","61106",1,39.789486,-86.06085,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8014,91,334,365,0,2,"","","Certification not required",0,21.459696,9.740938,81,"2013-07-18 02:00",81,"2013-08-05 01:00",81,"2013-08-09 23:00",81,"2013-10-27 06:00","","","","",61,53,40,32,24,20,12,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0073","62101",1,39.789486,-86.06085,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8014,91,334,365,0,2,"","","Certification not required",0,53.909533,19.156203,92,"2013-07-17 15:00",91,"2013-07-17 13:00",91,"2013-07-17 14:00",91,"2013-07-17 16:00","","","","",87,85,82,78,70,57,28,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0073","62201",1,39.789486,-86.06085,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8014,91,334,365,0,2,"","","Certification not required",0,71.389568,18.228187,100,"2013-01-10 00:00",100,"2013-01-10 01:00",100,"2013-01-10 02:00",100,"2013-01-10 03:00","","","","",100,100,99,96,86,73,46,"Indpls.- E. 16th St.","NAVAL AVIONICS CENTER, 6125 E. 16TH ST.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","14103",1,39.811097,-86.114469,"WGS84","Arsenic (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","14105",1,39.811097,-86.114469,"WGS84","Beryllium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-09-13 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-04" +"18","097","0078","14110",1,39.811097,-86.114469,"WGS84","Cadmium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","14112",1,39.811097,-86.114469,"WGS84","Chromium (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001967,0.004404,0.02,"2013-11-18 00:00",0.01,"2013-10-19 00:00",0.01,"2013-10-25 00:00",0.01,"2013-10-31 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","14129",1,39.811097,-86.114469,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,0.00241,0.002085,0.011,"2013-12-18 00:00",0.007,"2013-07-21 00:00",0.006,"2013-01-22 00:00",0.006,"2013-04-04 00:00","","","","",0.011,0.007,0.006,0.005,0.004,0.002,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","14132",1,39.811097,-86.114469,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.010492,0.011464,0.09,"2013-12-18 00:00",0.02,"2013-04-04 00:00",0.02,"2013-06-21 00:00",0.02,"2013-08-02 00:00","","","","",0.09,0.02,0.02,0.01,0.01,0.01,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","14136",1,39.811097,-86.114469,"WGS84","Nickel (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.000164,0.00128,0.01,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0,0,0,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","42101",1,39.811097,-86.114469,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7692,88,323,365,0,324,0,0,"Certification not required",120,0.210803,0.160663,1.8,"2013-10-28 07:00",1.7,"2013-03-04 07:00",1.7,"2013-10-11 20:00",1.7,"2013-10-11 22:00","","","","",0.9,0.8,0.5,0.3,0.2,0.2,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-02" +"18","097","0078","42101",1,39.811097,-86.114469,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7723,88,319,365,0,0,0,0,"Certification not required",0,0.213091,0.137299,1.4,"2013-10-12 02:00",1.4,"2013-10-12 03:00",1.3,"2013-01-10 06:00",1.3,"2013-10-12 01:00",1.4,"2013-10-12 02:00",1.3,"2013-01-10 06:00",0.8,0.6,0.4,0.3,0.2,0.2,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-02" +"18","097","0078","42401",1,39.811097,-86.114469,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8184,93,345,365,0,576,2,"","Certification not required",0,11.511884,16.050399,91.1,"2013-01-19 08:00",75.9,"2013-10-10 10:00",74.9,"2013-11-11 10:00",69.7,"2013-10-26 08:00","","","","",69.7,63.6,46.1,33.9,16.5,4,0.8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","42401",1,39.811097,-86.114469,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8184,93,345,365,0,576,"","","Certification not required",0,2.843793,6.493399,91.1,"2013-01-19 08:00",75.9,"2013-10-10 10:00",74.9,"2013-11-11 10:00",70.8,"2013-01-19 09:00","","","","",37.4,24.8,12.7,5.7,2,0.9,0.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","42401",1,39.811097,-86.114469,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",345,95,345,365,0,0,0,"","Certification not required",0,2.846087,3.872735,32.8,"2013-01-19 00:00",22.9,"2013-12-27 00:00",22.2,"2013-11-14 00:00",20.5,"2013-10-26 00:00","","","","",20.5,16.4,9.5,7.1,3.5,1.3,0.5,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","42401",1,39.811097,-86.114469,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2697,92,343,365,0,0,"",0,"Certification not required",0,2.814053,5.955387,71.2,"2013-01-19 08:00",60.9,"2013-08-31 11:00",52.7,"2013-11-11 11:00",52.6,"2013-01-19 11:00","","","","",34,22.9,13,6.4,2.1,0.9,0.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","42406",1,39.811097,-86.114469,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8251,94,345,365,0,509,"","","Certification not required",0,3.997237,9.540685,106.9,"2013-06-15 08:00",103,"2013-10-12 12:00",99.8,"2013-01-19 07:00",97.5,"2013-10-10 10:00","","","","",51.8,39,19.7,8.4,2.5,1.1,0.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","42600",1,39.811097,-86.114469,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7132,81,298,365,0,884,"","","Certification not required",0,13.635698,15.903493,194.2,"2013-10-28 08:00",187.7,"2013-03-04 03:00",186.6,"2013-10-28 06:00",181.1,"2013-01-10 03:00","","","","",87.8,62,37.7,26.5,15.7,9.2,3.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","42601",1,39.811097,-86.114469,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7134,81,298,365,0,882,"","","Certification not required",0,3.757317,11.1404,188.9,"2013-03-04 05:00",186.6,"2013-03-04 04:00",167.5,"2013-10-28 08:00",164.9,"2013-10-28 06:00","","","","",60.4,33,13.1,6.3,2.5,1.2,0.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","42601",2,39.811097,-86.114469,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7298,83,309,365,0,718,"","","Certification not required",0,4.999055,12.578824,226.1,"2013-03-04 07:00",194.2,"2013-03-04 06:00",183.3,"2013-03-04 05:00",181,"2013-03-04 04:00","","","","",64,40.9,16.6,7.7,3.7,2.2,0.8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","42602",2,39.811097,-86.114469,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7298,83,309,365,0,718,0,"","Certification not required",0,22.610032,9.211586,47.8,"2013-03-29 23:00",46.5,"2013-05-13 22:00",45.2,"2013-10-11 18:00",44,"2013-03-28 22:00","","","","",44,43,39.9,35.8,29.3,21.4,11.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","42602",2,39.811097,-86.114469,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7298,83,309,365,0,718,"","","Certification not required",0,11.733749,7.37288,47.8,"2013-03-29 23:00",46.5,"2013-05-13 22:00",45.2,"2013-10-11 18:00",45,"2013-05-13 21:00","","","","",37.2,33,27.1,21.6,15.1,9.9,4.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","42603",2,39.811097,-86.114469,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7298,83,309,365,0,718,"","","Certification not required",0,16.914785,17.088621,253.3,"2013-03-04 07:00",219.4,"2013-03-04 06:00",208.7,"2013-03-04 05:00",204.8,"2013-04-05 06:00","","","","",94.3,69.5,42.6,30.5,19,12.3,6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","43000",2,39.811097,-86.114469,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4776,55,196,365,0,1056,"","","Certification not required",0,100.462312,106.443054,1076.2,"2013-03-04 07:00",913.6,"2013-03-04 06:00",890.6,"2013-03-04 08:00",885.7,"2013-03-30 07:00","","","","",574.1,479.1,325,192.3,108,67.3,31.5,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43141",2,39.811097,-86.114469,"WGS84","n-Dodecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3941,45,145,365,0,1891,"","","Certification not required",2411,1.531786,4.967223,51.35,"2013-06-18 16:00",45.54,"2013-06-15 02:00",45.42,"2013-06-15 01:00",45.05,"2013-06-15 00:00","","","","",30.95,19.67,9.48,3.16,0.38,0.13,0.065,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43202",2,39.811097,-86.114469,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4766,54,194,365,0,1066,"","","Certification not required",1,10.248654,9.654538,122.41,"2013-03-04 07:00",120.04,"2013-03-04 06:00",114.19,"2013-03-04 04:00",110.28,"2013-03-04 05:00","","","","",56.1,41.79,24.92,17.55,11.38,7.71,4.2,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43203",2,39.811097,-86.114469,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4760,54,194,365,0,1072,"","","Certification not required",604,1.469953,2.251265,32.09,"2013-03-04 07:00",26.08,"2013-03-04 06:00",25.23,"2013-03-04 08:00",22.71,"2013-03-04 05:00","","","","",11.37,8.79,5.46,3.33,1.53,0.77,0.13,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43204",2,39.811097,-86.114469,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4764,54,194,365,0,1068,"","","Certification not required",301,5.471783,4.554305,49.85,"2013-03-30 07:00",47.06,"2013-03-30 06:00",39.29,"2013-03-04 07:00",39.06,"2013-05-10 14:00","","","","",21.28,17.6,14.14,11.1,7.11,4.07,1.52,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43205",2,39.811097,-86.114469,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4735,54,194,365,0,1097,"","","Certification not required",1353,0.729308,0.942178,9.32,"2013-03-04 07:00",8.32,"2013-03-04 08:00",7.7,"2013-03-04 06:00",7.57,"2013-03-30 05:00","","","","",5.02,4.12,2.7,1.6,0.78,0.44,0.155,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43206",2,39.811097,-86.114469,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4682,53,190,365,0,1150,"","","Certification not required",963,0.642713,1.118597,18.32,"2013-01-10 06:00",18.15,"2013-01-07 05:00",15.26,"2013-01-07 04:00",14.57,"2013-01-10 05:00","","","","",5.59,3.64,2.09,1.19,0.67,0.35,0.12,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43212",2,39.811097,-86.114469,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4759,54,194,365,0,1073,"","","Certification not required",0,4.290355,4.804558,49.03,"2013-03-04 07:00",46.29,"2013-04-04 23:00",43.84,"2013-03-04 04:00",43.29,"2013-03-04 08:00","","","","",28.36,19.18,11.33,8.52,5.16,2.87,1.09,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43214",2,39.811097,-86.114469,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4760,54,194,365,0,1072,"","","Certification not required",2,1.551796,1.659369,22.8,"2013-03-15 11:00",22.62,"2013-03-30 07:00",20.71,"2013-03-29 14:00",20.09,"2013-05-10 14:00","","","","",8.93,6.17,4.19,3.17,1.87,1.06,0.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43216",2,39.811097,-86.114469,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4596,52,183,365,0,1236,"","","Certification not required",1383,0.131547,0.218083,5.63,"2013-07-22 12:00",3.59,"2013-02-12 12:00",3.59,"2013-02-12 15:00",3.58,"2013-02-12 11:00","","","","",0.84,0.71,0.47,0.25,0.12,0.07,0.03,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43217",2,39.811097,-86.114469,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4705,54,192,365,0,1127,"","","Certification not required",2310,0.218506,0.300664,6.92,"2013-03-15 11:00",5.06,"2013-02-12 11:00",4.98,"2013-02-12 12:00",4.97,"2013-02-12 13:00","","","","",1.24,0.99,0.62,0.39,0.24,0.12,0.09,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43220",2,39.811097,-86.114469,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4765,54,194,365,0,1067,"","","Certification not required",1,3.12143,3.932768,59.78,"2013-07-18 06:00",44.01,"2013-06-15 21:00",39.96,"2013-05-10 14:00",39.9,"2013-08-19 03:00","","","","",20.13,16.85,11.46,6.53,3.15,1.88,0.79,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43221",2,39.811097,-86.114469,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4765,54,194,365,0,1067,"","","Certification not required",4,4.515494,5.831195,71.29,"2013-06-15 21:00",71.19,"2013-08-19 03:00",49.55,"2013-07-18 01:00",48.56,"2013-05-01 22:00","","","","",30.89,26.09,16.73,9.44,4.4,2.66,1.14,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43224",2,39.811097,-86.114469,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4556,52,180,365,0,1276,"","","Certification not required",1421,0.199552,0.50194,24.95,"2013-05-10 14:00",5.93,"2013-02-18 14:00",4.78,"2013-08-19 03:00",3.54,"2013-04-08 10:00","","","","",1.77,1.39,0.72,0.37,0.16,0.1,0.03,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43226",2,39.811097,-86.114469,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4419,50,172,365,0,1413,"","","Certification not required",896,0.170991,0.293259,3.79,"2013-08-19 03:00",3.67,"2013-02-12 11:00",3.66,"2013-02-12 12:00",3.64,"2013-02-12 13:00","","","","",1.36,1.14,0.73,0.37,0.14,0.08,0.025,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43227",2,39.811097,-86.114469,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3362,38,103,365,0,2470,"","","Certification not required",1480,0.111919,0.261309,5.85,"2013-02-18 13:00",5.47,"2013-06-21 12:00",4.8,"2013-02-12 15:00",4.79,"2013-02-12 13:00","","","","",0.69,0.57,0.42,0.24,0.09,0.06,0.025,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43230",2,39.811097,-86.114469,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4740,54,193,365,0,1092,"","","Certification not required",782,0.741257,1.079069,13.9,"2013-06-15 21:00",10.69,"2013-03-14 06:00",9.89,"2013-06-15 22:00",9.56,"2013-03-04 07:00","","","","",5.63,4.77,3.1,1.64,0.7,0.39,0.095,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43231",2,39.811097,-86.114469,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4531,52,179,365,0,1301,"","","Certification not required",0,0.945266,1.337779,16.51,"2013-06-15 21:00",13.1,"2013-06-15 22:00",10.65,"2013-05-01 22:00",10.62,"2013-03-14 06:00","","","","",6.88,5.78,3.88,2.12,0.94,0.52,0.12,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43232",2,39.811097,-86.114469,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4221,48,162,365,0,1611,"","","Certification not required",3105,0.430156,0.584333,6.36,"2013-06-15 21:00",5.71,"2013-06-15 22:00",5.3,"2013-03-14 06:00",4.85,"2013-02-18 14:00","","","","",3.12,2.52,1.67,0.95,0.33,0.21,0.21,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43233",2,39.811097,-86.114469,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4269,49,165,365,0,1563,"","","Certification not required",3470,0.257895,0.310604,5.66,"2013-02-18 14:00",5.44,"2013-02-18 13:00",3.68,"2013-02-12 14:00",3.57,"2013-02-12 11:00","","","","",1.53,1.24,0.83,0.51,0.155,0.155,0.15,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43235",2,39.811097,-86.114469,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4223,48,164,365,0,1609,"","","Certification not required",3766,0.261167,0.726279,45.5,"2013-06-16 20:00",4.47,"2013-02-18 14:00",4.38,"2013-02-18 13:00",3.52,"2013-06-20 23:00","","","","",0.99,0.81,0.59,0.24,0.215,0.215,0.115,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43238",2,39.811097,-86.114469,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4423,50,182,365,0,1409,"","","Certification not required",3636,0.247343,0.40013,5.87,"2013-02-18 14:00",5.73,"2013-02-18 13:00",5.31,"2013-02-15 08:00",4.95,"2013-02-19 14:00","","","","",2.34,1.4,0.74,0.44,0.185,0.13,0.13,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43242",2,39.811097,-86.114469,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4755,54,194,365,0,1077,"","","Certification not required",75,0.289234,0.293721,3.29,"2013-06-15 21:00",3.1,"2013-02-12 14:00",3.1,"2013-02-12 15:00",3.09,"2013-02-12 13:00","","","","",1.52,1.31,0.91,0.54,0.29,0.2,0.12,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43243",2,39.811097,-86.114469,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3746,43,124,365,0,2086,"","","Certification not required",2422,0.490432,0.685147,17.74,"2013-02-13 12:00",6.28,"2013-07-19 00:00",5.94,"2013-07-19 01:00",5.78,"2013-07-09 22:00","","","","",3.22,2.37,1.57,1.14,0.56,0.195,0.195,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43244",2,39.811097,-86.114469,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4679,53,191,365,0,1153,"","","Certification not required",1946,0.195882,0.480609,24,"2013-05-10 14:00",6.1,"2013-02-12 13:00",6.04,"2013-02-12 12:00",6,"2013-02-12 15:00","","","","",1.42,1.16,0.73,0.39,0.17,0.1,0.045,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43245",2,39.811097,-86.114469,"WGS84","1-Hexene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4396,50,171,365,0,1436,"","","Certification not required",4245,0.511592,0.381102,7.18,"2013-04-22 15:00",6.7,"2013-03-15 12:00",6.28,"2013-02-12 10:00",6.25,"2013-02-12 15:00","","","","",2.16,1.32,0.6,0.6,0.435,0.435,0.435,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43247",2,39.811097,-86.114469,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1232,14,6,365,0,4600,"","","Certification not required",830,0.406802,0.609281,9.5,"2013-02-18 14:00",8.54,"2013-02-18 13:00",5.79,"2013-02-12 13:00",5.53,"2013-02-12 11:00","","","","",1.97,1.54,1.18,0.91,0.47,0.255,0.145,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43248",2,39.811097,-86.114469,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2505,29,36,365,0,3327,"","","Certification not required",1569,0.269359,0.46011,9.22,"2013-02-18 14:00",8.95,"2013-02-18 13:00",5.9,"2013-02-12 12:00",5.85,"2013-02-12 11:00","","","","",1.35,1.15,0.89,0.64,0.28,0.105,0.105,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43249",2,39.811097,-86.114469,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3923,45,141,365,0,1909,"","","Certification not required",2650,0.498516,0.726319,8.28,"2013-06-15 21:00",6.91,"2013-06-15 22:00",6.51,"2013-03-14 06:00",5.56,"2013-08-20 02:00","","","","",3.63,3,2.14,1.22,0.47,0.18,0.18,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43250",2,39.811097,-86.114469,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4091,47,155,365,0,1741,"","","Certification not required",0,0.468042,0.670436,6.2,"2013-02-18 13:00",6.04,"2013-03-30 07:00",5.84,"2013-02-18 14:00",5.67,"2013-03-30 06:00","","","","",3.42,2.85,1.88,1.13,0.52,0.24,0.03,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43252",2,39.811097,-86.114469,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3178,36,108,365,0,2654,"","","Certification not required",1912,0.175828,0.277908,5.04,"2013-02-18 14:00",4.97,"2013-02-18 13:00",3.37,"2013-02-12 11:00",3.27,"2013-02-12 15:00","","","","",1.1,0.94,0.63,0.4,0.17,0.11,0.05,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43253",2,39.811097,-86.114469,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3568,41,121,365,0,2264,"","","Certification not required",2637,0.235946,0.350849,4.82,"2013-02-18 14:00",4.81,"2013-02-18 13:00",3.23,"2013-02-12 12:00",3.2,"2013-02-12 15:00","","","","",1.7,1.42,0.97,0.56,0.185,0.085,0.085,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43261",2,39.811097,-86.114469,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3775,43,134,365,0,2057,"","","Certification not required",2100,0.251036,0.372438,6.65,"2013-02-18 14:00",6.53,"2013-02-18 13:00",4.28,"2013-02-12 12:00",4.23,"2013-02-12 11:00","","","","",1.57,1.33,0.98,0.58,0.225,0.15,0.065,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43262",2,39.811097,-86.114469,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3749,43,129,365,0,2083,"","","Certification not required",1338,0.48156,0.671065,7.95,"2013-06-15 21:00",6.1,"2013-06-15 22:00",5.81,"2013-03-14 06:00",5.34,"2013-03-04 07:00","","","","",3.29,2.84,2.01,1.16,0.48,0.26,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43263",2,39.811097,-86.114469,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3678,42,125,365,0,2154,"","","Certification not required",1329,0.392924,0.605185,7.24,"2013-06-15 21:00",5.82,"2013-06-15 22:00",4.66,"2013-03-14 06:00",4.53,"2013-08-20 02:00","","","","",2.89,2.43,1.83,1.05,0.4,0.17,0.06,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43280",2,39.811097,-86.114469,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4541,52,179,365,0,1291,"","","Certification not required",4001,0.187234,0.262298,7.35,"2013-04-08 10:00",5.91,"2013-02-18 13:00",4.03,"2013-02-12 15:00",4.02,"2013-02-12 12:00","","","","",1.03,0.83,0.53,0.28,0.12,0.12,0.12,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43284",2,39.811097,-86.114469,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4756,54,194,365,0,1076,"","","Certification not required",2939,0.270121,0.462664,7.53,"2013-02-12 11:00",7.47,"2013-02-12 12:00",7.47,"2013-02-12 13:00",7.44,"2013-02-12 14:00","","","","",2.11,1.75,1.06,0.56,0.24,0.085,0.085,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43285",2,39.811097,-86.114469,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4765,54,194,365,0,1067,"","","Certification not required",70,1.103617,1.712914,40.53,"2013-05-10 14:00",21.49,"2013-06-15 21:00",16.42,"2013-03-14 06:00",15.28,"2013-03-04 07:00","","","","",8.46,7.1,4.38,2.36,1.01,0.58,0.23,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43291",2,39.811097,-86.114469,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2441,28,69,365,0,3391,"","","Certification not required",1800,0.440942,0.693489,13.76,"2013-02-18 14:00",13.64,"2013-02-18 13:00",7.95,"2013-02-12 11:00",7.87,"2013-02-12 15:00","","","","",2.4,1.94,1.49,1.05,0.43,0.21,0.19,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43502",6,39.811097,-86.114469,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,3.115556,1.097094,6.1,"2013-07-09 00:00",5.1,"2013-06-21 00:00",5,"2013-05-16 00:00",5,"2013-05-28 00:00","","","","",6.1,6.1,5,4.9,3.5,3.2,1.8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43503",6,39.811097,-86.114469,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,2.137778,0.659989,4.2,"2013-05-01 00:00",3.7,"2013-05-16 00:00",3.3,"2013-03-29 00:00",3.3,"2013-06-15 00:00","","","","",4.2,4.2,3.3,2.9,2.5,2.1,1.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43504",6,39.811097,-86.114469,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,0.413333,0.154626,0.8,"2013-05-01 00:00",0.7,"2013-05-16 00:00",0.7,"2013-06-15 00:00",0.7,"2013-07-09 00:00","","","","",0.8,0.8,0.7,0.6,0.5,0.4,0.2,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43510",6,39.811097,-86.114469,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,0.438578,0.136486,0.728,"2013-05-01 00:00",0.716,"2013-07-09 00:00",0.708,"2013-05-16 00:00",0.688,"2013-03-29 00:00","","","","",0.728,0.728,0.708,0.652,0.508,0.44,0.26,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43513",6,39.811097,-86.114469,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",45,0.014333,0.001118,0.015,"2013-01-04 00:00",0.015,"2013-01-10 00:00",0.015,"2013-01-16 00:00",0.015,"2013-01-28 00:00","","","","",0.015,0.015,0.015,0.015,0.015,0.015,0.0125,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43517",6,39.811097,-86.114469,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,41,61,0,5,"","","Certification not required",0,0.263767,0.114901,0.738,"2013-05-16 00:00",0.486,"2013-04-10 00:00",0.468,"2013-05-01 00:00",0.378,"2013-05-10 00:00","","","","",0.738,0.738,0.468,0.37,0.324,0.258,0.15,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43518",6,39.811097,-86.114469,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,0.152889,0.055458,0.32,"2013-05-16 00:00",0.26,"2013-05-01 00:00",0.26,"2013-07-09 00:00",0.22,"2013-03-29 00:00","","","","",0.32,0.32,0.26,0.22,0.18,0.15,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43528",6,39.811097,-86.114469,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",1,0.482711,0.467058,2.036,"2013-07-09 00:00",1.644,"2013-06-21 00:00",1.464,"2013-05-28 00:00",1.284,"2013-07-15 00:00","","","","",2.036,2.036,1.464,1.224,0.712,0.24,0.112,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43551",6,39.811097,-86.114469,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,5.360467,1.72411,9.18,"2013-05-01 00:00",8.07,"2013-06-15 00:00",8.04,"2013-09-25 00:00",7.86,"2013-06-21 00:00","","","","",9.18,9.18,8.04,7.86,6.93,5.28,3.12,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43552",6,39.811097,-86.114469,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,0.853644,0.29331,1.544,"2013-03-29 00:00",1.376,"2013-07-09 00:00",1.364,"2013-05-16 00:00",1.336,"2013-01-10 00:00","","","","",1.544,1.544,1.364,1.32,1.01,0.852,0.536,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","43954",2,39.811097,-86.114469,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4545,52,186,365,0,1287,"","","Certification not required",2286,0.248183,0.436566,6.7,"2013-06-15 09:00",5.49,"2013-02-18 14:00",5.33,"2013-02-18 13:00",4.76,"2013-02-19 14:00","","","","",2.42,1.65,0.94,0.54,0.2,0.13,0.05,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","43960",2,39.811097,-86.114469,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3600,41,126,365,0,2232,"","","Certification not required",1414,0.180353,0.281205,4.81,"2013-02-18 13:00",4.73,"2013-02-18 14:00",3.15,"2013-02-12 13:00",3.11,"2013-02-12 12:00","","","","",1.23,1.01,0.74,0.41,0.16,0.1,0.03,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","44201",1,39.811097,-86.114469,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8591,97,178,183,0,169,0,0,"Certification not required",718,0.052629,0.011137,0.081,"2013-08-25 14:00",0.081,"2013-09-08 16:00",0.078,"2013-09-06 16:00",0.078,"2013-09-07 14:00","","","","",0.081,0.078,0.072,0.068,0.061,0.053,0.044,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-30" +"18","097","0078","44201",1,39.811097,-86.114469,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8649,97,178,183,0,0,0,0,"Certification not required",0,0.047365,0.010219,0.076,"2013-09-08 10:00",0.073,"2013-08-19 11:00",0.07,"2013-09-07 10:00",0.069,"2013-08-20 10:00","","","","",0.073,0.069,0.064,0.061,0.054,0.047,0.039,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-30" +"18","097","0078","44201",1,39.811097,-86.114469,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8649,97,178,183,0,0,1,1,"Certification not required",0,0.047365,0.010219,0.076,"2013-09-08 10:00",0.073,"2013-08-19 11:00",0.07,"2013-09-07 10:00",0.069,"2013-08-20 10:00","","","","",0.073,0.069,0.064,0.061,0.054,0.047,0.039,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-30" +"18","097","0078","45109",2,39.811097,-86.114469,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4693,54,193,365,0,1139,"","","Certification not required",0,1.508321,3.933171,213.11,"2013-07-08 09:00",26.84,"2013-07-08 07:00",24.43,"2013-07-08 10:00",19.35,"2013-08-22 06:00","","","","",12.66,10.41,6.81,3.42,1.32,0.64,0.18,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45201",2,39.811097,-86.114469,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4737,54,194,365,0,1095,"","","Certification not required",0,0.815014,0.876872,11,"2013-08-26 22:00",7.99,"2013-03-04 07:00",7.09,"2013-03-04 08:00",6.85,"2013-06-15 23:00","","","","",4.44,3.85,2.66,1.66,0.92,0.57,0.15,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45202",2,39.811097,-86.114469,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4769,54,196,365,0,1063,"","","Certification not required",0,2.819977,4.083785,32.47,"2013-05-01 22:00",31,"2013-06-15 22:00",30.31,"2013-03-04 07:00",30.11,"2013-06-22 20:00","","","","",22.06,18.26,11.64,6.22,2.78,1.47,0.48,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45203",2,39.811097,-86.114469,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4538,52,184,365,0,1294,"","","Certification not required",0,0.447823,0.961115,47.74,"2013-07-08 09:00",6.78,"2013-07-08 07:00",5.89,"2013-06-15 23:00",5.21,"2013-07-08 10:00","","","","",3.46,2.84,1.88,0.98,0.43,0.22,0.07,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45204",2,39.811097,-86.114469,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4566,52,186,365,0,1266,"","","Certification not required",0,0.557823,1.319496,68,"2013-07-08 09:00",8.56,"2013-07-08 07:00",8.56,"2013-07-08 10:00",7.42,"2013-08-22 06:00","","","","",4.7,3.82,2.31,1.16,0.52,0.26,0.09,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45207",2,39.811097,-86.114469,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4094,47,155,365,0,1738,"","","Certification not required",3452,0.274013,0.342644,6.28,"2013-06-21 12:00",4.97,"2013-02-18 13:00",4.79,"2013-02-18 14:00",3.15,"2013-08-22 06:00","","","","",1.84,1.45,0.93,0.5,0.175,0.175,0.175,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45208",2,39.811097,-86.114469,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4626,53,186,365,0,1206,"","","Certification not required",3603,0.627339,0.87545,9.55,"2013-08-22 06:00",9.52,"2013-06-15 22:00",9.36,"2013-06-15 23:00",7.63,"2013-02-14 08:00","","","","",4.57,3.78,2.55,1.3,0.33,0.33,0.33,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45209",2,39.811097,-86.114469,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3428,39,115,365,0,2404,"","","Certification not required",1717,0.156323,0.248482,5.25,"2013-02-18 13:00",5.22,"2013-02-18 14:00",3.26,"2013-02-12 12:00",3.24,"2013-02-12 13:00","","","","",0.95,0.77,0.54,0.33,0.18,0.09,0.035,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45210",2,39.811097,-86.114469,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2901,33,79,365,0,2931,"","","Certification not required",0,0.081362,0.298291,7.42,"2013-02-18 14:00",7.24,"2013-02-18 13:00",4.5,"2013-02-12 13:00",4.46,"2013-02-12 14:00","","","","",0.63,0.48,0.25,0.14,0.07,0.04,0.01,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45211",2,39.811097,-86.114469,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4028,46,151,365,0,1804,"","","Certification not required",3072,0.206681,0.368276,15.21,"2013-04-08 10:00",5.53,"2013-02-18 14:00",5.48,"2013-02-18 13:00",3.41,"2013-02-12 11:00","","","","",1.22,1.04,0.74,0.46,0.16,0.095,0.095,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45212",2,39.811097,-86.114469,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4493,51,182,365,0,1339,"","","Certification not required",509,0.452199,0.657792,5.58,"2013-08-22 06:00",5.45,"2013-06-15 22:00",5.4,"2013-06-15 23:00",5.24,"2013-02-14 08:00","","","","",3.47,2.88,1.81,1.02,0.48,0.23,0.07,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45213",2,39.811097,-86.114469,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2957,34,81,365,0,2875,"","","Certification not required",1874,0.312168,0.447006,7.36,"2013-02-18 13:00",7.32,"2013-02-18 14:00",4.57,"2013-02-12 15:00",4.53,"2013-02-12 12:00","","","","",1.96,1.56,1.13,0.77,0.32,0.125,0.125,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45218",2,39.811097,-86.114469,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2903,33,79,365,0,2929,"","","Certification not required",2617,0.135396,0.29097,6.97,"2013-02-18 14:00",6.89,"2013-02-18 13:00",4.32,"2013-02-12 11:00",4.31,"2013-02-12 13:00","","","","",0.88,0.63,0.28,0.12,0.12,0.085,0.085,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45219",2,39.811097,-86.114469,"WGS84","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3028,35,91,365,0,2804,"","","Certification not required",1958,0.250634,0.294612,4.21,"2013-02-18 13:00",4.19,"2013-02-18 14:00",2.57,"2013-02-12 11:00",2.56,"2013-02-12 15:00","","","","",1.33,1.08,0.83,0.59,0.27,0.17,0.09,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45220",2,39.811097,-86.114469,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3072,35,88,365,0,2760,"","","Certification not required",0,0.162109,0.573871,25.9,"2013-04-13 04:00",9.62,"2013-07-16 07:00",4.92,"2013-02-18 14:00",4.81,"2013-02-18 13:00","","","","",1.3,0.94,0.61,0.38,0.15,0.07,0.01,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45225",2,39.811097,-86.114469,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4389,50,174,365,0,1443,"","","Certification not required",1530,0.500239,0.692934,8.94,"2013-02-13 12:00",8.87,"2013-06-15 01:00",7.96,"2013-06-15 00:00",7.45,"2013-06-15 22:00","","","","",3.46,2.81,1.63,1.03,0.57,0.3,0.095,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-08" +"18","097","0078","45501",6,39.811097,-86.114469,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",0,0.319978,0.108275,0.693,"2013-05-01 00:00",0.553,"2013-05-16 00:00",0.511,"2013-05-10 00:00",0.483,"2013-03-29 00:00","","","","",0.693,0.693,0.511,0.469,0.357,0.301,0.203,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","45503",6,39.811097,-86.114469,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,3,"","","Certification not required",45,0.0258,0.002012,0.027,"2013-01-04 00:00",0.027,"2013-01-10 00:00",0.027,"2013-01-16 00:00",0.027,"2013-01-28 00:00","","","","",0.027,0.027,0.027,0.027,0.027,0.027,0.0225,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","45504",6,39.811097,-86.114469,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,41,61,0,5,"","","Certification not required",15,0.164558,0.118799,0.44,"2013-04-10 00:00",0.368,"2013-08-29 00:00",0.352,"2013-07-21 00:00",0.344,"2013-02-15 00:00","","","","",0.44,0.44,0.352,0.344,0.256,0.144,0.044,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2013-12-03" +"18","097","0078","61101",1,39.811097,-86.114469,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7991,91,333,365,0,25,"","","Certification not required",0,4.448367,2.571454,16.6,"2013-11-17 16:00",15.1,"2013-01-30 01:00",15.1,"2013-11-17 17:00",14.8,"2013-03-19 13:00","","","","",12.2,10.9,9.2,7.9,5.9,4.2,1.4,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","61103",1,39.811097,-86.114469,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7991,91,333,365,0,25,"","","Certification not required",0,4.098286,2.490097,15.5,"2013-11-17 16:00",14.5,"2013-11-17 17:00",14.1,"2013-01-30 00:00",14.1,"2013-02-18 23:00","","","","",11.6,10.5,8.7,7.5,5.6,3.7,1.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","61104",1,39.811097,-86.114469,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7991,91,333,365,0,25,"","","Certification not required",0,183.071455,93.928726,360,"2013-02-05 06:00",360,"2013-06-13 13:00",360,"2013-07-25 15:00",360,"2013-08-13 22:00","","","","",353,345,324,301,262,188,46,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","61105",1,39.811097,-86.114469,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7991,91,333,365,0,25,"","","Certification not required",0,10.169691,5.468809,45,"2013-11-17 16:00",38,"2013-02-18 17:00",38,"2013-06-28 14:00",37,"2013-02-18 18:00","","","","",26,23,20,17,13,10,3,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","61106",1,39.811097,-86.114469,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7991,91,333,365,0,25,"","","Certification not required",0,23.036791,9.974016,79,"2013-08-21 21:00",79,"2013-09-06 15:00",78,"2013-09-30 00:00",77,"2013-05-04 22:00","","","","",62,56,44,35,26,20,15,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","62101",1,39.811097,-86.114469,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8006,91,334,365,0,10,"","","Certification not required",0,54.983387,19.468313,94,"2013-09-10 13:00",94,"2013-09-10 15:00",94,"2013-09-10 16:00",93,"2013-09-10 14:00","","","","",88,86,83,79,71,58,28,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","62103",1,39.811097,-86.114469,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8006,91,334,365,0,10,"","","Certification not required",0,43.928678,18.802734,74,"2013-07-09 21:00",74,"2013-07-10 09:00",74,"2013-07-10 10:00",74,"2013-07-10 11:00","","","","",72,71,69,67,61,47,18,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","62201",1,39.811097,-86.114469,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8005,91,334,365,0,11,"","","Certification not required",0,69.233854,18.350536,100,"2013-01-01 03:00",100,"2013-01-10 05:00",100,"2013-01-11 04:00",100,"2013-01-11 05:00","","","","",100,99,97,94,84,70,44,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","63301",1,39.811097,-86.114469,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7050,90,294,328,0,78,"","","Certification not required",3411,0.252541,0.360259,1.46,"2013-05-24 12:00",1.42,"2013-05-24 13:00",1.41,"2013-05-13 12:00",1.41,"2013-06-13 13:00","","","","",1.27,1.2,1.05,0.88,0.43,0.02,0.005,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","63302",1,39.811097,-86.114469,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",7591,87,324,365,0,425,"","","Certification not required",4814,0.014789,0.016151,0.07,"2013-05-13 12:00",0.07,"2013-05-14 12:00",0.07,"2013-05-19 12:00",0.07,"2013-05-19 13:00","","","","",0.06,0.06,0.05,0.04,0.02,0.005,0.005,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","64101",1,39.811097,-86.114469,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7892,90,328,365,0,124,"","","Certification not required",0,990.126964,6.292301,1011,"2013-11-24 08:00",1011,"2013-11-24 09:00",1011,"2013-11-24 10:00",1011,"2013-11-24 11:00","","","","",1006,1003,1000,999,994,990,983,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","65102",1,39.811097,-86.114469,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",7997,91,334,365,0,19,"","","Certification not required",0,0.005309,0.037875,1.12,"2013-05-01 12:00",0.9,"2013-05-01 13:00",0.87,"2013-05-01 11:00",0.85,"2013-04-16 14:00","","","","",0.15,0.07,0.01,0,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0078","68101",1,39.811097,-86.114469,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",365,100,61,61,0,0,"","","Certification not required",300,0.070685,0.0531,0.3,"2013-01-14 00:00",0.3,"2013-02-25 00:00",0.3,"2013-03-06 00:00",0.3,"2013-03-11 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68102",1,39.811097,-86.114469,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",365,100,61,61,0,0,"","","Certification not required",0,23.988219,0.044455,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68103",1,39.811097,-86.114469,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",365,100,61,61,0,0,"","","Certification not required",0,6.515342,10.418938,25.3,"2013-07-09 00:00",25.2,"2013-07-19 00:00",24.7,"2013-09-10 00:00",24,"2013-08-28 00:00","","","","",24,23.1,21.1,19.9,16.1,7.2,-7.3,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68103",5,39.811097,-86.114469,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,7.551136,10.133863,24.4,"2013-07-09 00:00",24.4,"2013-09-10 00:00",22.4,"2013-07-18 00:00",21.6,"2013-08-08 00:00","","","","",24.4,24.4,21.3,19.3,16,10.6,-6.7,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","68104",1,39.811097,-86.114469,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",365,100,61,61,0,0,"","","Certification not required",0,16.963014,11.597384,35.4,"2013-09-10 00:00",35.2,"2013-07-17 00:00",35.1,"2013-07-18 00:00",34.8,"2013-08-31 00:00","","","","",34.8,34.1,32.4,30.7,27.6,18.5,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68104",5,39.811097,-86.114469,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,17.994318,11.227576,35.3,"2013-09-10 00:00",34.8,"2013-07-18 00:00",32.6,"2013-08-29 00:00",32,"2013-06-12 00:00","","","","",35.3,34.8,31.7,30.6,27.7,20.7,1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","68105",1,39.811097,-86.114469,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",365,100,61,61,0,0,"","","Certification not required",0,11.550137,10.813607,29.1,"2013-07-19 00:00",29,"2013-07-17 00:00",29,"2013-07-18 00:00",28.6,"2013-09-10 00:00","","","","",28.6,27.9,26,24.7,21.3,13.2,-3.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68105",5,39.811097,-86.114469,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,12.672727,10.433233,28.9,"2013-07-18 00:00",28.4,"2013-09-10 00:00",26.9,"2013-07-09 00:00",26.8,"2013-06-12 00:00","","","","",28.9,28.4,26.1,24.4,21.2,15.9,-2.2,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","68106",1,39.811097,-86.114469,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",365,100,61,61,0,0,"","","Certification not required",0,738.383562,4.98247,753,"2013-03-06 00:00",751,"2013-11-24 00:00",750,"2013-11-29 00:00",750,"2013-12-07 00:00","","","","",750,748,746,744,742,739,732,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68106",5,39.811097,-86.114469,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,740.113636,5.158258,751,"2013-08-17 00:00",750,"2013-01-22 00:00",750,"2013-07-30 00:00",750,"2013-08-14 00:00","","","","",751,750,749,748,743,740,733,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","68107",1,39.811097,-86.114469,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",365,100,61,61,0,0,"","","Certification not required",0,743.893151,4.555166,757,"2013-11-24 00:00",756,"2013-11-12 00:00",756,"2013-11-13 00:00",755,"2013-01-24 00:00","","","","",755,754,751,750,747,743,739,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68107",5,39.811097,-86.114469,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,745.090909,4.822448,756,"2013-01-10 00:00",754,"2013-07-18 00:00",754,"2013-07-30 00:00",753,"2013-01-22 00:00","","","","",756,754,753,752,748,745,739,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","68108",1,39.811097,-86.114469,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",365,100,61,61,0,0,"","","Certification not required",0,741.243836,4.545043,754,"2013-11-24 00:00",753,"2013-11-12 00:00",753,"2013-11-13 00:00",753,"2013-11-29 00:00","","","","",753,751,748,747,744,741,736,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","68108",5,39.811097,-86.114469,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,742.102273,4.851922,752,"2013-07-30 00:00",752,"2013-08-17 00:00",751,"2013-01-22 00:00",751,"2013-07-18 00:00","","","","",752,752,751,749,746,742,735,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","68109",1,39.811097,-86.114469,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",365,100,61,61,0,0,"","","Certification not required",0,1438.49589,2.864736,1440,"2013-01-08 00:00",1440,"2013-01-11 00:00",1440,"2013-01-20 00:00",1440,"2013-01-23 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","81102",1,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",332,91,332,365,0,33,0,0,"Certification not required",1,16.927711,7.917678,44,"2013-07-04 00:00",44,"2013-12-02 00:00",36,"2013-05-15 00:00",36,"2013-09-09 00:00","","","","",36,34,32,28,22,16,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","81102",4,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7748,88,320,365,4,268,"","","Certification not required",211,19.997548,11.813593,196,"2013-07-04 22:00",191,"2013-03-29 12:00",171,"2013-03-31 00:00",148,"2013-07-04 21:00","","","","",54,48,41,35,26,18,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","81102",4,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7744,88,320,365,0,268,"","","Certification not required",211,19.947443,11.521362,191,"2013-03-29 12:00",171,"2013-03-31 00:00",115,"2013-03-30 23:00",95,"2013-07-04 23:00","","","","",54,48,41,35,26,18,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","81102",4,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7748,88,320,365,4,268,"","","Certification not required",211,19.997548,11.813593,196,"2013-07-04 22:00",191,"2013-03-29 12:00",171,"2013-03-31 00:00",148,"2013-07-04 21:00","","","","",54,48,41,35,26,18,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","81102",4,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",320,88,320,365,0,0,0,0,"Certification not required",0,19.56875,8.687989,56,"2013-07-04 00:00",43,"2013-03-29 00:00",41,"2013-07-19 00:00",40,"2013-10-12 00:00","","","","",40,39,36,32,25,19,9,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","81102",4,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",320,88,320,365,0,0,0,0,"Certification not required",0,19.56875,8.687989,56,"2013-07-04 00:00",43,"2013-03-29 00:00",41,"2013-07-19 00:00",40,"2013-10-12 00:00","","","","",40,39,36,32,25,19,9,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","81102",4,39.811097,-86.114469,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",320,88,320,365,0,0,0,0,"Certification not required",0,19.53125,8.55513,44,"2013-07-04 00:00",43,"2013-03-29 00:00",41,"2013-07-19 00:00",40,"2013-10-12 00:00","","","","",40,39,36,32,25,19,9,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","84313",1,39.811097,-86.114469,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",7974,91,333,365,0,42,"","","Certification not required",3926,0.254095,0.229646,2.39,"2013-10-12 02:00",2.21,"2013-07-04 06:00",2,"2013-04-05 06:00",1.99,"2013-09-04 07:00","","","","",1.19,1,0.67,0.5,0.33,0.2,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0078","84314",1,39.811097,-86.114469,"WGS84","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",7979,91,333,365,0,37,"","","Certification not required",3875,0.267412,0.259366,2.75,"2013-10-12 02:00",2.53,"2013-10-12 00:00",2.39,"2013-10-09 19:00",2.39,"2013-11-10 21:00","","","","",1.37,1.09,0.73,0.55,0.34,0.21,0.1,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0078","85101",1,39.811097,-86.114469,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,35,"","","Certification not required",1,17.39697,7.788425,46,"2013-12-02 00:00",44,"2013-07-04 00:00",37,"2013-12-03 00:00",35,"2013-01-08 00:00","","","","",35,35,32,29,22,16,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","85101",3,39.811097,-86.114469,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7748,88,320,365,4,268,"","","Certification not required",205,20.249097,11.768096,196,"2013-03-29 12:00",195,"2013-07-04 22:00",176,"2013-03-31 00:00",147,"2013-07-04 21:00","","","","",54,48,41,35,26,19,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","85101",3,39.811097,-86.114469,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","Events Excluded",7744,88,320,365,0,268,"","","Certification not required",205,20.199509,11.480043,196,"2013-03-29 12:00",176,"2013-03-31 00:00",118,"2013-03-30 23:00",98,"2013-04-05 06:00","","","","",54,48,40,35,26,19,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","85101",3,39.811097,-86.114469,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7748,88,320,365,4,268,"","","Certification not required",205,20.249097,11.768096,196,"2013-03-29 12:00",195,"2013-07-04 22:00",176,"2013-03-31 00:00",147,"2013-07-04 21:00","","","","",54,48,41,35,26,19,8,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","86101",3,39.811097,-86.114469,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7214,82,305,365,4,802,"","","Certification not required",0,8.743443,8.029924,184.7,"2013-03-29 12:00",147.7,"2013-03-31 00:00",96,"2013-03-30 23:00",72,"2013-04-27 02:00","","","","",33,28.6,22.8,18.3,12.5,7.4,0.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","86101",3,39.811097,-86.114469,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7214,82,305,365,4,802,"","","Certification not required",0,8.743443,8.029924,184.7,"2013-03-29 12:00",147.7,"2013-03-31 00:00",96,"2013-03-30 23:00",72,"2013-04-27 02:00","","","","",33,28.6,22.8,18.3,12.5,7.4,0.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","86101",3,39.811097,-86.114469,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Events Excluded",7210,82,305,365,0,802,"","","Certification not required",0,8.735534,8.021704,184.7,"2013-03-29 12:00",147.7,"2013-03-31 00:00",96,"2013-03-30 23:00",72,"2013-04-27 02:00","","","","",32.9,28.5,22.7,18.3,12.5,7.3,0.5,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","86502",1,39.811097,-86.114469,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,35,"","","Certification not required",0,7.048485,3.972758,22.4,"2013-05-15 00:00",19.9,"2013-04-09 00:00",19.1,"2013-05-14 00:00",18.7,"2013-05-16 00:00","","","","",18.7,17.4,15,12.6,9.3,6.3,2.7,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","88101",1,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,2,2,"Certification not required",0,10.970959,5.500028,37.9,"2013-12-02 00:00",36.3,"2013-07-04 00:00",31.3,"2013-12-03 00:00",31.3,"2013-12-16 00:00","","","","",31.3,22.9,20.5,18.3,14.3,10.1,5,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","88101",1,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,10.970959,5.500028,37.9,"2013-12-02 00:00",36.3,"2013-07-04 00:00",31.3,"2013-12-03 00:00",31.3,"2013-12-16 00:00","","","","",31.3,22.9,20.5,18.3,14.3,10.1,5,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7488,86,321,365,0,524,"","","Certification not required",0,11.740358,7.082755,71.5,"2013-07-04 23:00",55.4,"2013-10-12 23:00",51,"2013-07-04 01:00",50.1,"2013-07-04 03:00","","","","",31.5,28.7,24.6,21.3,16.1,10.5,3.7,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7492,86,321,365,4,524,"","","Certification not required",0,11.783449,7.420824,159.2,"2013-07-04 22:00",116.9,"2013-07-04 21:00",75.8,"2013-07-04 20:00",71.5,"2013-07-04 23:00","","","","",31.7,28.9,24.7,21.3,16.1,10.5,3.7,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7492,86,321,365,4,524,"","","Certification not required",0,11.783449,7.420824,159.2,"2013-07-04 22:00",116.9,"2013-07-04 21:00",75.8,"2013-07-04 20:00",71.5,"2013-07-04 23:00","","","","",31.7,28.9,24.7,21.3,16.1,10.5,3.7,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",312,85,312,365,0,0,1,1,"Certification not required",0,11.706731,5.265472,40.7,"2013-07-04 00:00",28.9,"2013-01-08 00:00",27,"2013-06-07 00:00",25.2,"2013-10-12 00:00","","","","",25.2,23.4,21.7,18.8,14.8,11.3,5.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",312,85,312,365,0,0,1,1,"Certification not required",0,11.706731,5.265472,40.7,"2013-07-04 00:00",28.9,"2013-01-08 00:00",27,"2013-06-07 00:00",25.2,"2013-10-12 00:00","","","","",25.2,23.4,21.7,18.8,14.8,11.3,5.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",312,85,312,365,0,0,0,0,"Certification not required",0,11.673718,5.113196,30.4,"2013-07-04 00:00",28.9,"2013-01-08 00:00",27,"2013-06-07 00:00",25.2,"2013-10-12 00:00","","","","",25.2,23.4,21.7,18.8,14.8,11.3,5.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",312,85,312,365,0,0,"","","Certification not required",0,11.706731,5.265472,40.7,"2013-07-04 00:00",28.9,"2013-01-08 00:00",27,"2013-06-07 00:00",25.2,"2013-10-12 00:00","","","","",25.2,23.4,21.7,18.8,14.8,11.3,5.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",312,85,312,365,0,0,"","","Certification not required",0,11.673718,5.113196,30.4,"2013-07-04 00:00",28.9,"2013-01-08 00:00",27,"2013-06-07 00:00",25.2,"2013-10-12 00:00","","","","",25.2,23.4,21.7,18.8,14.8,11.3,5.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88101",4,39.811097,-86.114469,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",312,85,312,365,0,0,"","","Certification not required",0,11.706731,5.265472,40.7,"2013-07-04 00:00",28.9,"2013-01-08 00:00",27,"2013-06-07 00:00",25.2,"2013-10-12 00:00","","","","",25.2,23.4,21.7,18.8,14.8,11.3,5.6,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-10" +"18","097","0078","88102",5,39.811097,-86.114469,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",83,0.019518,0.006065,0.056,"2013-04-04 00:00",0.029,"2013-01-31 00:00",0.026,"2013-01-16 00:00",0.026,"2013-02-12 00:00","","","","",0.056,0.029,0.026,0.026,0.021,0.0195,0.014,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88103",5,39.811097,-86.114469,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.000518,0.000796,0.004,"2013-06-15 00:00",0.002,"2013-01-19 00:00",0.002,"2013-04-22 00:00",0.002,"2013-04-28 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88104",5,39.811097,-86.114469,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",51,0.025359,0.033355,0.187,"2013-03-20 00:00",0.131,"2013-09-22 00:00",0.119,"2013-07-18 00:00",0.112,"2013-11-09 00:00","","","","",0.187,0.131,0.11,0.062,0.027,0.0115,0.0065,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88107",5,39.811097,-86.114469,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.00672,0.006336,0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88109",5,39.811097,-86.114469,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",10,0.003931,0.002125,0.0137,"2013-01-16 00:00",0.009,"2013-01-04 00:00",0.0083,"2013-03-29 00:00",0.0078,"2013-01-28 00:00","","","","",0.0137,0.009,0.0078,0.0063,0.0051,0.0036,0.00115,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88110",5,39.811097,-86.114469,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.001812,0.004022,0.021,"2013-02-09 00:00",0.016,"2013-08-05 00:00",0.012,"2013-07-06 00:00",0.011,"2013-01-04 00:00","","","","",0.021,0.016,0.011,0.008,0,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88111",5,39.811097,-86.114469,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",9,0.034004,0.025804,0.121,"2013-03-29 00:00",0.111,"2013-04-04 00:00",0.103,"2013-07-18 00:00",0.0941,"2013-05-01 00:00","","","","",0.121,0.111,0.0934,0.066,0.0461,0.0291,0.00375,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88112",5,39.811097,-86.114469,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.006706,0.016484,0.101,"2013-11-03 00:00",0.093,"2013-09-28 00:00",0.054,"2013-09-16 00:00",0.045,"2013-09-22 00:00","","","","",0.101,0.093,0.03,0.013,0.004,0.002,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88113",5,39.811097,-86.114469,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.000667,0.00011,0.001,"2013-05-16 00:00",0.001,"2013-06-18 00:00",0.001,"2013-07-21 00:00",0.001,"2013-09-25 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88114",5,39.811097,-86.114469,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",33,0.003188,0.002936,0.0142,"2013-03-20 00:00",0.0122,"2013-09-04 00:00",0.0107,"2013-09-22 00:00",0.0097,"2013-11-09 00:00","","","","",0.0142,0.0122,0.0095,0.0082,0.004,0.002,0.0008,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88115",5,39.811097,-86.114469,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",55,0.007821,0.008401,0.045,"2013-01-28 00:00",0.0414,"2013-01-04 00:00",0.0293,"2013-01-16 00:00",0.028,"2013-01-10 00:00","","","","",0.045,0.0414,0.0272,0.019,0.0089,0.00405,0.00245,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88117",5,39.811097,-86.114469,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.00672,0.01013,0.0435,"2013-05-16 00:00",0.0435,"2013-06-18 00:00",0.043,"2013-07-21 00:00",0.043,"2013-09-25 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88118",5,39.811097,-86.114469,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.0094,0.006439,0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00",0.023,"2013-09-25 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88126",5,39.811097,-86.114469,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.055253,0.034986,0.15,"2013-01-10 00:00",0.147,"2013-10-10 00:00",0.134,"2013-07-18 00:00",0.132,"2013-09-19 00:00","","","","",0.15,0.147,0.13,0.116,0.0686,0.0428,0.0195,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88128",5,39.811097,-86.114469,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.001753,0.002478,0.014,"2013-07-21 00:00",0.01,"2013-07-03 00:00",0.008,"2013-10-28 00:00",0.007,"2013-07-30 00:00","","","","",0.014,0.01,0.006,0.005,0.003,0.001,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88131",5,39.811097,-86.114469,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",80,0.010376,0.004127,0.032,"2013-05-19 00:00",0.018,"2013-08-08 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-02-12 00:00","","","","",0.032,0.018,0.0165,0.0165,0.011,0.008,0.007,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88132",5,39.811097,-86.114469,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.002141,0.00221,0.01,"2013-08-20 00:00",0.009,"2013-01-10 00:00",0.009,"2013-09-04 00:00",0.008,"2013-10-10 00:00","","","","",0.01,0.009,0.007,0.005,0.003,0.002,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88136",5,39.811097,-86.114469,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.000447,0.000764,0.003,"2013-03-20 00:00",0.003,"2013-09-10 00:00",0.003,"2013-11-09 00:00",0.002,"2013-07-21 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88140",5,39.811097,-86.114469,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",76,0.008601,0.006722,0.043,"2013-09-28 00:00",0.0371,"2013-02-12 00:00",0.0349,"2013-04-10 00:00",0.023,"2013-01-16 00:00","","","","",0.043,0.0371,0.021,0.0118,0.009,0.006,0.0055,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88152",5,39.811097,-86.114469,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",83,0.006095,0.002844,0.026,"2013-06-27 00:00",0.014,"2013-10-28 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00","","","","",0.026,0.014,0.008,0.008,0.008,0.005,0.0045,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88154",5,39.811097,-86.114469,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",83,0.001053,0.000408,0.0037,"2013-06-15 00:00",0.002,"2013-06-06 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00","","","","",0.0037,0.002,0.0013,0.0013,0.00125,0.001,0.00065,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88160",5,39.811097,-86.114469,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",82,0.013141,0.004285,0.027,"2013-05-07 00:00",0.026,"2013-09-25 00:00",0.026,"2013-11-06 00:00",0.018,"2013-01-16 00:00","","","","",0.027,0.026,0.018,0.018,0.016,0.01,0.01,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88161",5,39.811097,-86.114469,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",80,0.002538,0.000755,0.007,"2013-07-18 00:00",0.0055,"2013-05-01 00:00",0.005,"2013-05-16 00:00",0.0044,"2013-05-04 00:00","","","","",0.007,0.0055,0.0041,0.00265,0.00265,0.0025,0.0021,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88164",5,39.811097,-86.114469,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.001606,0.000249,0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-24 00:00",0.0019,"2013-02-27 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88165",5,39.811097,-86.114469,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",11,0.053565,0.047113,0.245,"2013-07-18 00:00",0.209,"2013-06-27 00:00",0.187,"2013-05-01 00:00",0.174,"2013-05-16 00:00","","","","",0.245,0.209,0.159,0.106,0.062,0.043,0.009,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88166",5,39.811097,-86.114469,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.00806,0.004508,0.019,"2013-02-12 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-04-10 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88167",5,39.811097,-86.114469,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",10,0.012576,0.016715,0.109,"2013-07-30 00:00",0.0688,"2013-06-15 00:00",0.0662,"2013-10-28 00:00",0.049,"2013-10-10 00:00","","","","",0.109,0.0688,0.0475,0.0271,0.0125,0.0077,0.00175,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88168",5,39.811097,-86.114469,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",80,0.001427,0.001204,0.0113,"2013-02-24 00:00",0.0037,"2013-06-15 00:00",0.0037,"2013-07-06 00:00",0.003,"2013-04-25 00:00","","","","",0.0113,0.0037,0.0026,0.00175,0.00155,0.00115,0.00085,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88169",5,39.811097,-86.114469,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",1,0.834324,0.505992,2.24,"2013-08-20 00:00",2.2,"2013-05-19 00:00",2,"2013-09-10 00:00",1.89,"2013-09-07 00:00","","","","",2.24,2.2,1.87,1.61,1.14,0.687,0.315,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88176",5,39.811097,-86.114469,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.000969,0.000204,0.0013,"2013-01-16 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88180",5,39.811097,-86.114469,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",1,0.066956,0.064532,0.545,"2013-07-03 00:00",0.258,"2013-07-06 00:00",0.173,"2013-06-24 00:00",0.151,"2013-09-10 00:00","","","","",0.545,0.258,0.128,0.102,0.0753,0.056,0.0235,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88184",5,39.811097,-86.114469,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",67,0.0303,0.033176,0.276,"2013-04-10 00:00",0.121,"2013-05-04 00:00",0.107,"2013-01-16 00:00",0.08,"2013-02-12 00:00","","","","",0.276,0.121,0.068,0.057,0.027,0.02,0.0155,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88185",5,39.811097,-86.114469,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",81,0.003472,0.003602,0.0118,"2013-08-11 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-03-02 00:00","","","","",0.0118,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88301",5,39.811097,-86.114469,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",3,0.986551,0.701151,3.41,"2013-02-06 00:00",3.24,"2013-01-01 00:00",2.4,"2013-06-09 00:00",2.33,"2013-01-16 00:00","","","","",3.41,3.24,2.33,1.92,1.47,0.927,0.206,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88302",5,39.811097,-86.114469,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",5,0.05252,0.038112,0.312,"2013-04-10 00:00",0.14,"2013-06-18 00:00",0.113,"2013-01-10 00:00",0.11,"2013-05-07 00:00","","","","",0.312,0.14,0.11,0.091,0.0637,0.044,0.02,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88303",5,39.811097,-86.114469,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",17,0.046417,0.045131,0.282,"2013-07-03 00:00",0.277,"2013-07-06 00:00",0.165,"2013-01-01 00:00",0.107,"2013-06-24 00:00","","","","",0.282,0.277,0.104,0.094,0.056,0.038,0.012,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88306",5,39.811097,-86.114469,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,1.549381,1.670493,8.55,"2013-01-01 00:00",6.94,"2013-01-16 00:00",6.31,"2013-02-06 00:00",5.46,"2013-02-24 00:00","","","","",8.55,6.94,5.38,4.01,1.87,0.91,0.353,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88355",5,39.811097,-86.114469,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,2.345787,1.061846,6.09,"2013-10-28 00:00",5.21,"2013-09-10 00:00",4.54,"2013-07-03 00:00",4.19,"2013-06-15 00:00","","","","",6.09,5.21,3.77,3.68,3.21,2.01,1.03,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88357",5,39.811097,-86.114469,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.269528,0.170784,1.07,"2013-10-28 00:00",0.872,"2013-09-04 00:00",0.726,"2013-10-10 00:00",0.639,"2013-03-29 00:00","","","","",1.07,0.872,0.603,0.485,0.32,0.238,0.106,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88370",5,39.811097,-86.114469,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,2.070225,0.895803,5.24,"2013-10-28 00:00",4.55,"2013-09-10 00:00",4.24,"2013-07-03 00:00",3.66,"2013-06-15 00:00","","","","",5.24,4.55,3.36,3.16,2.68,1.82,0.965,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88374",5,39.811097,-86.114469,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.19664,0.1411,0.895,"2013-10-28 00:00",0.708,"2013-09-10 00:00",0.484,"2013-08-08 00:00",0.476,"2013-03-29 00:00","","","","",0.895,0.708,0.436,0.367,0.241,0.163,0.067,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88375",5,39.811097,-86.114469,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.563528,0.260587,1.4,"2013-10-28 00:00",1.22,"2013-07-03 00:00",1.08,"2013-09-10 00:00",1.03,"2013-09-19 00:00","","","","",1.4,1.22,1.02,0.949,0.77,0.471,0.266,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88376",5,39.811097,-86.114469,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.527876,0.257134,1.57,"2013-10-28 00:00",1.31,"2013-07-03 00:00",1.1,"2013-09-10 00:00",1.09,"2013-06-15 00:00","","","","",1.57,1.31,1.03,0.856,0.675,0.48,0.234,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88377",5,39.811097,-86.114469,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.406056,0.193012,1.07,"2013-10-28 00:00",0.984,"2013-07-03 00:00",0.781,"2013-05-16 00:00",0.745,"2013-08-23 00:00","","","","",1.07,0.984,0.739,0.674,0.534,0.368,0.176,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88378",5,39.811097,-86.114469,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.376067,0.178608,0.925,"2013-09-10 00:00",0.853,"2013-06-12 00:00",0.76,"2013-05-19 00:00",0.734,"2013-08-11 00:00","","","","",0.925,0.853,0.733,0.653,0.481,0.34,0.194,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88380",5,39.811097,-86.114469,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.545191,0.340164,1.92,"2013-10-28 00:00",1.51,"2013-10-10 00:00",1.5,"2013-08-20 00:00",1.26,"2013-09-04 00:00","","","","",1.92,1.51,1.08,0.961,0.744,0.429,0.17,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88383",5,39.811097,-86.114469,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.872247,0.434048,2.17,"2013-10-28 00:00",1.88,"2013-09-10 00:00",1.85,"2013-08-20 00:00",1.66,"2013-10-10 00:00","","","","",2.17,1.88,1.6,1.52,1.17,0.784,0.327,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88384",5,39.811097,-86.114469,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.048916,0.020178,0.134,"2013-06-27 00:00",0.117,"2013-08-29 00:00",0.0982,"2013-07-18 00:00",0.0932,"2013-06-06 00:00","","","","",0.134,0.117,0.0829,0.0749,0.0589,0.0465,0.0279,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88385",5,39.811097,-86.114469,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",87,0.001073,0.000487,0.00456,"2013-10-22 00:00",0.00394,"2013-10-31 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00456,0.00394,0.001,0.001,0.001,0.001,0.001,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88388",5,39.811097,-86.114469,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,0.65182,0.332772,1.58,"2013-09-10 00:00",1.37,"2013-08-20 00:00",1.31,"2013-06-24 00:00",1.27,"2013-01-28 00:00","","","","",1.58,1.37,1.26,1.19,0.855,0.583,0.266,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88403",1,39.811097,-86.114469,"WGS84","Sulfate PM2.5 LC","1 HOUR","","Observed Values","Thermo Electron Model 5020 Sulfate Particulate Analyzer - Catalytic thermal reduct/Pulsed Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",7308,83,305,365,0,1452,"","","Certification not required",630,1.923829,1.466791,24.61,"2013-07-04 22:00",16.13,"2013-05-20 23:00",16.01,"2013-07-04 21:00",11,"2013-07-04 23:00","","","","",6.71,5.74,4.71,3.86,2.62,1.54,0.53,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-31" +"18","097","0078","88403",5,39.811097,-86.114469,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,2.296851,1.424208,7.29,"2013-08-20 00:00",5.78,"2013-08-29 00:00",5.24,"2013-06-09 00:00",5.23,"2013-09-19 00:00","","","","",7.29,5.78,5.12,4.44,3.19,1.87,0.829,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0078","88502",5,39.811097,-86.114469,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,10.460494,4.653404,21.9,"2013-08-20 00:00",21.1,"2013-09-10 00:00",20,"2013-06-24 00:00",19,"2013-01-01 00:00","","","","",21.9,21.1,18.6,16.9,13.4,10.1,5.3,"Indpls- Washington Park/ in parking lot next to police station","3120 E. 30TH ST., WASHINGTON PARK","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-13" +"18","097","0081","68101",1,39.788903,-86.214628,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",359,100,61,61,0,0,"","","Certification not required",308,0.068524,0.05349,0.3,"2013-01-07 00:00",0.3,"2013-01-09 00:00",0.3,"2013-01-17 00:00",0.3,"2013-02-08 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68101",2,39.788903,-86.214628,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",50,82,50,61,0,0,"","","Certification not required",17,0.275,0.191197,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-09-07 00:00",0.6,"2013-09-19 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.05,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68102",1,39.788903,-86.214628,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",359,100,61,61,0,0,"","","Certification not required",0,23.987187,0.053926,24.2,"2013-10-08 00:00",24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68102",2,39.788903,-86.214628,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",50,82,50,61,0,0,"","","Certification not required",0,23.956,0.20816,24,"2013-02-09 00:00",24,"2013-02-15 00:00",24,"2013-02-27 00:00",24,"2013-03-05 00:00","","","","",24,24,24,24,24,24,24,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68103",1,39.788903,-86.214628,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",359,100,61,61,0,0,"","","Certification not required",0,6.793593,10.358115,25,"2013-07-19 00:00",24.8,"2013-07-09 00:00",24.3,"2013-09-10 00:00",23.8,"2013-07-15 00:00","","","","",23.8,22.9,21.4,19.8,16.5,7.6,-7,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68103",2,39.788903,-86.214628,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,7.526,10.688136,24.7,"2013-07-09 00:00",23.8,"2013-07-15 00:00",22,"2013-08-08 00:00",19.7,"2013-06-27 00:00","","","","",24.7,24.7,22,19.5,16.4,11.2,-6.3,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68104",1,39.788903,-86.214628,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",359,100,61,61,0,0,"","","Certification not required",0,17.371309,11.359658,36,"2013-09-10 00:00",35.7,"2013-08-31 00:00",35.1,"2013-07-17 00:00",35.1,"2013-07-18 00:00","","","","",35.1,34.2,32.4,30.7,27.5,19.3,0.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68104",2,39.788903,-86.214628,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,17.944,11.854323,33,"2013-07-15 00:00",32.5,"2013-06-27 00:00",32.5,"2013-08-26 00:00",32.1,"2013-07-09 00:00","","","","",33,33,32.5,32,28.2,20.9,1.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68105",1,39.788903,-86.214628,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",359,100,61,61,0,0,"","","Certification not required",0,11.850975,10.687937,29.3,"2013-07-18 00:00",29,"2013-07-19 00:00",28.9,"2013-07-17 00:00",28.5,"2013-09-10 00:00","","","","",28.5,27.9,26,24.6,21.4,13.6,-3.3,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68105",2,39.788903,-86.214628,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,12.64,11.049462,28.1,"2013-07-15 00:00",27.4,"2013-07-09 00:00",26,"2013-06-27 00:00",25.5,"2013-06-21 00:00","","","","",28.1,28.1,26,25.5,22.7,15.8,-2,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68106",1,39.788903,-86.214628,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",359,100,61,61,0,0,"","","Certification not required",0,739.568245,4.881866,753,"2013-11-24 00:00",751,"2013-11-29 00:00",751,"2013-12-07 00:00",751,"2013-12-24 00:00","","","","",751,749,747,745,743,740,734,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68106",2,39.788903,-86.214628,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,739.76,5.35499,754,"2013-12-24 00:00",752,"2013-11-24 00:00",749,"2013-11-12 00:00",747,"2013-01-04 00:00","","","","",754,754,749,747,742,740,735,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68107",1,39.788903,-86.214628,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",359,100,61,61,0,0,"","","Certification not required",0,745.21727,4.519682,759,"2013-11-24 00:00",757,"2013-11-12 00:00",757,"2013-11-13 00:00",757,"2013-11-29 00:00","","","","",757,755,753,751,748,745,740,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68107",2,39.788903,-86.214628,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,745.9,5.452017,761,"2013-12-24 00:00",760,"2013-11-24 00:00",758,"2013-11-12 00:00",754,"2013-02-09 00:00","","","","",761,761,758,754,749,745,740,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68108",1,39.788903,-86.214628,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",359,100,61,61,0,0,"","","Certification not required",0,742.54039,4.54314,756,"2013-11-24 00:00",755,"2013-11-12 00:00",755,"2013-12-07 00:00",754,"2013-11-13 00:00","","","","",754,752,750,748,746,742,737,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68108",2,39.788903,-86.214628,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,742.96,5.352703,758,"2013-12-24 00:00",756,"2013-11-24 00:00",755,"2013-11-12 00:00",750,"2013-02-09 00:00","","","","",758,758,755,749,746,742,737,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68109",1,39.788903,-86.214628,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",359,100,61,61,0,0,"","","Certification not required",0,1438.328691,3.441131,1440,"2013-01-11 00:00",1440,"2013-01-14 00:00",1440,"2013-01-25 00:00",1440,"2013-01-26 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","68109",2,39.788903,-86.214628,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",50,82,50,61,0,0,"","","Certification not required",0,1437.96,6.040543,1440,"2013-03-05 00:00",1440,"2013-03-11 00:00",1440,"2013-04-28 00:00",1440,"2013-05-22 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","88101",1,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,5,1,1,"Certification not required",0,11.538162,5.610666,38.6,"2013-12-02 00:00",34.9,"2013-12-03 00:00",33,"2013-12-16 00:00",32.8,"2013-07-04 00:00","","","","",32.8,24.9,21.2,19,14.5,10.9,5.2,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","88101",1,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,5,"","","Certification not required",0,11.538162,5.610666,38.6,"2013-12-02 00:00",34.9,"2013-12-03 00:00",33,"2013-12-16 00:00",32.8,"2013-07-04 00:00","","","","",32.8,24.9,21.2,19,14.5,10.9,5.2,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","88101",2,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,11,0,0,"Certification not required",0,10.93,4.439215,20.8,"2013-08-26 00:00",19.2,"2013-06-09 00:00",19,"2013-11-30 00:00",17.3,"2013-09-19 00:00","","","","",20.8,20.8,19,16.9,14.2,11.2,6,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","88101",2,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,11,"","","Certification not required",0,10.93,4.439215,20.8,"2013-08-26 00:00",19.2,"2013-06-09 00:00",19,"2013-11-30 00:00",17.3,"2013-09-19 00:00","","","","",20.8,20.8,19,16.9,14.2,11.2,6,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",6146,70,266,365,0,2609,"","","Certification not required",0,15.609112,8.086838,60.6,"2013-06-08 10:00",60.5,"2013-07-03 23:00",55,"2013-12-16 19:00",53.8,"2013-12-16 18:00","","","","",42.4,36.7,30.6,26.2,19.9,14.3,6.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6151,70,266,365,5,2609,"","","Certification not required",0,15.672135,8.429112,148.1,"2013-07-04 22:00",104,"2013-07-04 23:00",84.7,"2013-07-05 00:00",74.6,"2013-07-04 21:00","","","","",42.9,37.1,30.7,26.3,19.9,14.3,6.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6151,70,266,365,5,2609,"","","Certification not required",0,15.672135,8.429112,148.1,"2013-07-04 22:00",104,"2013-07-04 23:00",84.7,"2013-07-05 00:00",74.6,"2013-07-04 21:00","","","","",42.9,37.1,30.7,26.3,19.9,14.3,6.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",256,70,256,365,0,0,3,3,"Certification not required",0,15.607031,6.439214,44.9,"2013-12-02 00:00",42.9,"2013-07-04 00:00",40.9,"2013-12-03 00:00",33.3,"2013-01-08 00:00","","","","",40.9,32.2,27.2,23.7,18.8,14.6,8.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",256,70,256,365,0,0,2,2,"Certification not required",0,15.552344,6.302324,44.9,"2013-12-02 00:00",40.9,"2013-12-03 00:00",33.4,"2013-07-04 00:00",33.3,"2013-01-08 00:00","","","","",33.4,32.2,27.2,23.7,18.6,14.6,8.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",256,70,256,365,0,0,3,3,"Certification not required",0,15.607031,6.439214,44.9,"2013-12-02 00:00",42.9,"2013-07-04 00:00",40.9,"2013-12-03 00:00",33.3,"2013-01-08 00:00","","","","",40.9,32.2,27.2,23.7,18.8,14.6,8.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",256,70,256,365,0,0,"","","Certification not required",0,15.552344,6.302324,44.9,"2013-12-02 00:00",40.9,"2013-12-03 00:00",33.4,"2013-07-04 00:00",33.3,"2013-01-08 00:00","","","","",33.4,32.2,27.2,23.7,18.6,14.6,8.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",256,70,256,365,0,0,"","","Certification not required",0,15.607031,6.439214,44.9,"2013-12-02 00:00",42.9,"2013-07-04 00:00",40.9,"2013-12-03 00:00",33.3,"2013-01-08 00:00","","","","",40.9,32.2,27.2,23.7,18.8,14.6,8.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0081","88101",3,39.788903,-86.214628,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",256,70,256,365,0,0,"","","Certification not required",0,15.607031,6.439214,44.9,"2013-12-02 00:00",42.9,"2013-07-04 00:00",40.9,"2013-12-03 00:00",33.3,"2013-01-08 00:00","","","","",40.9,32.2,27.2,23.7,18.8,14.6,8.5,"Indpls- W. 18th St./ Ernie Pyle School 90","3351 W. 18TH ST., SCHOOL 90","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-29" +"18","097","0083","68101",1,39.774979,-86.12202,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",115,100,61,61,0,0,"","","Certification not required",108,0.058261,0.038577,0.3,"2013-05-13 00:00",0.3,"2013-07-03 00:00",0.2,"2013-03-02 00:00",0.2,"2013-04-04 00:00","","","","",0.3,0.2,0.1,0.05,0.05,0.05,0.05,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68102",1,39.774979,-86.12202,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",115,100,61,61,0,0,"","","Certification not required",0,23.996522,0.0373,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68103",1,39.774979,-86.12202,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,61,61,0,0,"","","Certification not required",0,6.464348,10.609795,24.9,"2013-07-09 00:00",24.5,"2013-09-10 00:00",23.5,"2013-07-15 00:00",23.2,"2013-07-18 00:00","","","","",24.5,23.5,21.9,19.7,15.6,7.1,-7.4,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68104",1,39.774979,-86.12202,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,61,61,0,0,"","","Certification not required",0,17.306087,11.945309,36.8,"2013-09-10 00:00",36.3,"2013-07-18 00:00",33.9,"2013-08-26 00:00",33.8,"2013-08-29 00:00","","","","",36.3,33.9,33.7,32,28.5,18.5,-0.4,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68105",1,39.774979,-86.12202,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,61,61,0,0,"","","Certification not required",0,11.767826,11.07006,29.9,"2013-07-18 00:00",28.9,"2013-09-10 00:00",28.3,"2013-07-15 00:00",28.2,"2013-06-12 00:00","","","","",28.9,28.3,26.9,25.2,21.9,12.9,-3.4,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68106",1,39.774979,-86.12202,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,738.878261,4.901034,752,"2013-11-24 00:00",750,"2013-12-24 00:00",749,"2013-11-12 00:00",748,"2013-03-08 00:00","","","","",750,749,746,744,742,739,733,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68107",1,39.774979,-86.12202,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,745.365217,4.575546,760,"2013-11-24 00:00",758,"2013-11-12 00:00",755,"2013-12-24 00:00",754,"2013-01-10 00:00","","","","",758,755,753,751,748,745,740,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68108",1,39.774979,-86.12202,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,742.382609,4.558744,756,"2013-11-24 00:00",755,"2013-11-12 00:00",753,"2013-12-24 00:00",751,"2013-03-08 00:00","","","","",755,753,749,748,745,742,736,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","68109",1,39.774979,-86.12202,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",115,100,61,61,0,0,"","","Certification not required",0,1439.4,2.072375,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","88101",1,39.774979,-86.12202,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,10.908696,5.131697,30.6,"2013-12-03 00:00",22.1,"2013-01-07 00:00",21,"2013-01-01 00:00",20.5,"2013-02-06 00:00","","","","",22.1,21,20.1,17.3,14.5,9.9,5,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0083","88101",1,39.774979,-86.12202,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,10.908696,5.131697,30.6,"2013-12-03 00:00",22.1,"2013-01-07 00:00",21,"2013-01-01 00:00",20.5,"2013-02-06 00:00","","","","",22.1,21,20.1,17.3,14.5,9.9,5,"Indpls- E. Michigan St./ Thomas Gregg Sch. 15","2302 E. MICHIGAN ST., SCHOOL 15","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68101",1,39.758855,-86.115415,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,100,59,61,0,0,"","","Certification not required",92,0.087069,0.088495,0.4,"2013-05-31 00:00",0.4,"2013-06-12 00:00",0.4,"2013-06-18 00:00",0.4,"2013-07-15 00:00","","","","",0.4,0.4,0.3,0.2,0.05,0.05,0.05,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68102",1,39.758855,-86.115415,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,100,59,61,0,0,"","","Certification not required",0,23.999138,0.009285,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68103",1,39.758855,-86.115415,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,59,61,0,0,"","","Certification not required",0,6.213793,10.67307,24.3,"2013-07-09 00:00",24,"2013-09-10 00:00",23.3,"2013-07-15 00:00",23,"2013-07-18 00:00","","","","",24,23.3,21.9,19.6,15.8,5.3,-7.6,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68104",1,39.758855,-86.115415,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,59,61,0,0,"","","Certification not required",0,16.683621,11.788904,36.6,"2013-09-10 00:00",35.3,"2013-07-18 00:00",33,"2013-06-12 00:00",32.8,"2013-06-21 00:00","","","","",35.3,33,32.8,30.8,28,17.7,-0.6,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68105",1,39.758855,-86.115415,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,59,61,0,0,"","","Certification not required",0,11.314655,11.048748,29.7,"2013-07-18 00:00",28.6,"2013-09-10 00:00",28.1,"2013-07-15 00:00",27.8,"2013-06-12 00:00","","","","",28.6,28.1,26.6,25,21.6,12,-3.6,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68106",1,39.758855,-86.115415,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,59,61,0,0,"","","Certification not required",0,740.034483,4.839926,752,"2013-11-24 00:00",750,"2013-12-24 00:00",748,"2013-07-15 00:00",748,"2013-11-12 00:00","","","","",750,748,747,745,743,740,735,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68107",1,39.758855,-86.115415,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,59,61,0,0,"","","Certification not required",0,746.37069,4.398676,759,"2013-11-24 00:00",757,"2013-11-12 00:00",755,"2013-12-12 00:00",755,"2013-12-24 00:00","","","","",757,755,753,752,749,747,741,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68108",1,39.758855,-86.115415,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,59,61,0,0,"","","Certification not required",0,743.5,4.478936,755,"2013-11-24 00:00",754,"2013-11-12 00:00",753,"2013-12-24 00:00",752,"2013-12-12 00:00","","","","",754,753,750,749,747,744,738,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","68109",1,39.758855,-86.115415,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,100,59,61,0,0,"","","Certification not required",0,1437.87069,8.522635,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","81102",1,39.758855,-86.115415,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,18.535714,8.217419,42,"2013-04-04 00:00",38,"2013-08-26 00:00",34,"2013-03-29 00:00",33,"2013-05-16 00:00","","","","",42,38,34,31,23,18,10,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","88101",1,39.758855,-86.115415,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,10.965517,4.975734,29.9,"2013-12-03 00:00",22.1,"2013-04-07 00:00",21.8,"2013-01-07 00:00",20.8,"2013-01-01 00:00","","","","",22.1,21.8,19.9,17.1,14.7,10.3,5,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0084","88101",1,39.758855,-86.115415,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,10.965517,4.975734,29.9,"2013-12-03 00:00",22.1,"2013-04-07 00:00",21.8,"2013-01-07 00:00",20.8,"2013-01-01 00:00","","","","",22.1,21.8,19.9,17.1,14.7,10.3,5,"Indpls- School 21/ Florence Fay School 21","2815 English Ave.- FLORENCE FAY SCHOOL 21","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-01-27" +"18","097","0086","61101",1,39.664563,-86.234888,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7920,90,330,365,0,96,"","","Certification not required",0,3.906604,2.6258,17.1,"2013-03-24 12:00",16.8,"2013-03-24 14:00",15.3,"2013-02-26 08:00",15.1,"2013-02-26 07:00","","","","",11.2,10.3,8.8,7.5,5.6,3.6,0.6,"Indpls.- Southport/ United Water Services","Indianapolis-Southport/ United Water Services 3800 W. Southport Rd.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0086","61103",1,39.664563,-86.234888,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7920,90,330,365,0,96,"","","Certification not required",0,3.613043,2.523238,16.7,"2013-03-24 12:00",16.4,"2013-03-24 14:00",15,"2013-02-26 08:00",14.8,"2013-02-26 07:00","","","","",10.7,9.8,8.2,7,5.1,3.3,0.5,"Indpls.- Southport/ United Water Services","Indianapolis-Southport/ United Water Services 3800 W. Southport Rd.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0086","61104",1,39.664563,-86.234888,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7920,90,330,365,0,96,"","","Certification not required",0,198.008712,88.728945,360,"2013-06-30 00:00",360,"2013-07-12 06:00",360,"2013-07-23 22:00",360,"2013-08-13 11:00","","","","",355,349,330,303,266,203,52,"Indpls.- Southport/ United Water Services","Indianapolis-Southport/ United Water Services 3800 W. Southport Rd.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0086","61105",1,39.664563,-86.234888,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7919,90,330,365,0,97,"","","Certification not required",0,9.427958,5.498589,42,"2013-07-20 11:00",38,"2013-02-11 04:00",35,"2013-01-31 01:00",35,"2013-11-17 16:00","","","","",25,23,19,17,13,9,3,"Indpls.- Southport/ United Water Services","Indianapolis-Southport/ United Water Services 3800 W. Southport Rd.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","097","0086","61106",1,39.664563,-86.234888,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7920,90,330,365,0,96,"","","Certification not required",0,22.279798,10.458017,81,"2013-03-04 05:00",81,"2013-03-04 06:00",81,"2013-03-22 06:00",81,"2013-04-05 06:00","","","","",63,54,42,34,26,20,13,"Indpls.- Southport/ United Water Services","Indianapolis-Southport/ United Water Services 3800 W. Southport Rd.","Indiana","Marion","Indianapolis (Remainder)","Indianapolis-Carmel, IN","2014-02-12" +"18","105","0003","68101",1,39.159383,-86.504762,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,122,122,0,0,"","","Certification not required",105,0.070082,0.059841,0.3,"2013-06-18 00:00",0.3,"2013-07-30 00:00",0.3,"2013-08-02 00:00",0.3,"2013-08-20 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68102",1,39.159383,-86.504762,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,122,122,0,0,"","","Certification not required",0,24.081148,0.039274,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68103",1,39.159383,-86.504762,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,5.757377,10.276025,22.4,"2013-07-18 00:00",22.3,"2013-07-09 00:00",21.8,"2013-08-29 00:00",21.3,"2013-07-15 00:00","","","","",22.3,21.8,19.9,18.1,15.5,5.6,-7.4,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68104",1,39.159383,-86.504762,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,17.345902,11.270969,35.7,"2013-09-10 00:00",35.2,"2013-07-18 00:00",32.9,"2013-06-12 00:00",32.9,"2013-08-29 00:00","","","","",35.2,32.9,32,30.8,27.4,18.6,0.5,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68105",1,39.159383,-86.504762,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,11.228689,10.452122,28,"2013-07-18 00:00",26.9,"2013-06-12 00:00",26.8,"2013-07-09 00:00",26.3,"2013-07-15 00:00","","","","",26.9,26.8,24.8,23.8,21.1,12.4,-3.7,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68106",1,39.159383,-86.504762,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,738.139344,4.781707,751,"2013-11-24 00:00",749,"2013-12-24 00:00",747,"2013-03-08 00:00",747,"2013-11-12 00:00","","","","",749,747,746,744,741,739,732,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68107",1,39.159383,-86.504762,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,744.5,4.710196,759,"2013-11-24 00:00",757,"2013-11-12 00:00",755,"2013-12-12 00:00",755,"2013-12-24 00:00","","","","",757,755,752,751,748,744,739,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68108",1,39.159383,-86.504762,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,741.655738,4.572231,755,"2013-11-24 00:00",754,"2013-11-12 00:00",753,"2013-12-24 00:00",752,"2013-12-12 00:00","","","","",754,753,748,748,744,742,736,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","68109",1,39.159383,-86.504762,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,122,122,0,0,"","","Certification not required",0,1439.42623,1.605353,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","88101",1,39.159383,-86.504762,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,9.446721,4.457164,23.4,"2013-12-03 00:00",20.2,"2013-07-18 00:00",19.9,"2013-09-10 00:00",18.8,"2013-01-01 00:00","","","","",20.2,19.9,17.8,15.9,12.1,9,4.1,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","88101",1,39.159383,-86.504762,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,9.446721,4.457164,23.4,"2013-12-03 00:00",20.2,"2013-07-18 00:00",19.9,"2013-09-10 00:00",18.8,"2013-01-01 00:00","","","","",20.2,19.9,17.8,15.9,12.1,9,4.1,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-01-27" +"18","105","0003","88101",3,39.159383,-86.504762,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8291,95,353,365,0,469,"","","Certification not required",0,8.074695,5.539471,40,"2013-10-29 18:00",35.6,"2013-10-29 19:00",35.4,"2013-03-16 12:00",35.4,"2013-10-29 17:00","","","","",24.5,22.1,18.8,15.8,11.2,7,1.8,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-02-13" +"18","105","0003","88101",3,39.159383,-86.504762,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,0,0,"Certification not required",0,8.02193,3.695184,21.3,"2013-07-17 00:00",19.5,"2013-12-02 00:00",18.8,"2013-07-18 00:00",18.7,"2013-12-03 00:00","","","","",18.7,17.4,14.7,12.9,10.3,7.7,3.8,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-02-13" +"18","105","0003","88101",3,39.159383,-86.504762,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,"","","Certification not required",0,8.02193,3.695184,21.3,"2013-07-17 00:00",19.5,"2013-12-02 00:00",18.8,"2013-07-18 00:00",18.7,"2013-12-03 00:00","","","","",18.7,17.4,14.7,12.9,10.3,7.7,3.8,"Bloomington- Binford Elementary School","2300 E. 2nd St. / Bloomington- Binford Elementary School","Indiana","Monroe","Bloomington","Bloomington, IN","2014-02-13" +"18","109","0005","44201",1,39.575634,-86.477893,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4344,100,183,183,0,48,0,0,"Certification not required",78,0.051049,0.009502,0.075,"2013-05-14 15:00",0.074,"2013-06-06 17:00",0.071,"2013-06-04 17:00",0.069,"2013-06-15 14:00","","","","",0.074,0.069,0.065,0.064,0.059,0.051,0.037,"Monrovia- Monrovia HS.","135 S. CHESTNUT, MONROVIA HIGH SCHOOL","Indiana","Morgan","Monrovia","Indianapolis-Carmel, IN","2013-10-25" +"18","109","0005","44201",1,39.575634,-86.477893,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4383,100,183,183,0,0,0,0,"Certification not required",0,0.04647,0.008913,0.068,"2013-05-14 11:00",0.066,"2013-05-15 10:00",0.066,"2013-09-09 13:00",0.065,"2013-06-04 11:00","","","","",0.066,0.065,0.061,0.057,0.053,0.046,0.034,"Monrovia- Monrovia HS.","135 S. CHESTNUT, MONROVIA HIGH SCHOOL","Indiana","Morgan","Monrovia","Indianapolis-Carmel, IN","2013-10-25" +"18","109","0005","44201",1,39.575634,-86.477893,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4383,100,183,183,0,0,0,0,"Certification not required",0,0.04647,0.008913,0.068,"2013-05-14 11:00",0.066,"2013-05-15 10:00",0.066,"2013-09-09 13:00",0.065,"2013-06-04 11:00","","","","",0.066,0.065,0.061,0.057,0.053,0.046,0.034,"Monrovia- Monrovia HS.","135 S. CHESTNUT, MONROVIA HIGH SCHOOL","Indiana","Morgan","Monrovia","Indianapolis-Carmel, IN","2013-10-25" +"18","109","1001","42401",1,39.515039,-86.391643,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8162,93,355,365,0,598,2,"","Certification not required",0,12.678873,15.752445,122,"2013-03-15 13:00",76,"2013-05-06 02:00",75,"2013-10-21 08:00",64,"2013-04-25 07:00","","","","",64,54,48,34,19,5,2,"Eagle Valley","IPL- CENTERTON GRADE SCHOOL- 6075 High St.","Indiana","Morgan","Martinsville","Indianapolis-Carmel, IN","2014-01-31" +"18","109","1001","42401",1,39.515039,-86.391643,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8162,93,355,365,0,598,"","","Certification not required",0,2.422813,5.702762,122,"2013-03-15 13:00",76,"2013-05-06 02:00",76,"2013-05-06 03:00",75,"2013-10-21 08:00","","","","",31,21,11,5,2,1,0,"Eagle Valley","IPL- CENTERTON GRADE SCHOOL- 6075 High St.","Indiana","Morgan","Martinsville","Indianapolis-Carmel, IN","2014-01-31" +"18","109","1001","42401",1,39.515039,-86.391643,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",355,97,355,365,0,0,0,"","Certification not required",0,2.420563,2.733957,15.5,"2013-05-29 00:00",15.1,"2013-05-06 00:00",13.2,"2013-03-15 00:00",12.7,"2013-09-16 00:00","","","","",12.7,10.4,8.5,6.4,3.2,1.3,0.2,"Eagle Valley","IPL- CENTERTON GRADE SCHOOL- 6075 High St.","Indiana","Morgan","Martinsville","Indianapolis-Carmel, IN","2014-01-31" +"18","109","1001","42401",1,39.515039,-86.391643,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2484,85,350,365,0,0,"",0,"Certification not required",0,2.483615,4.875691,66.6,"2013-03-15 14:00",53.6,"2013-05-06 02:00",50.3,"2013-01-23 14:00",42.6,"2013-04-25 08:00","","","","",24,18,12,6,2.3,1,0,"Eagle Valley","IPL- CENTERTON GRADE SCHOOL- 6075 High St.","Indiana","Morgan","Martinsville","Indianapolis-Carmel, IN","2014-01-31" +"18","109","1001","61103",1,39.515039,-86.391643,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,4.136093,3.365914,20.6,"2013-02-18 22:00",20.3,"2013-01-29 23:00",19.8,"2013-01-30 00:00",19.7,"2013-02-18 23:00","","","","",14.8,13.2,10.9,8.7,5.9,3.5,0.5,"Eagle Valley","IPL- CENTERTON GRADE SCHOOL- 6075 High St.","Indiana","Morgan","Martinsville","Indianapolis-Carmel, IN","2014-01-31" +"18","109","1001","61104",1,39.515039,-86.391643,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8758,100,365,365,0,1,"","","Certification not required",0,197.250274,100.980648,359.9,"2013-02-07 18:00",359.9,"2013-06-05 00:00",359.9,"2013-06-15 05:00",359.8,"2013-04-09 06:00","","","","",356.1,352.3,340.7,319.8,269.8,222.2,37.6,"Eagle Valley","IPL- CENTERTON GRADE SCHOOL- 6075 High St.","Indiana","Morgan","Martinsville","Indianapolis-Carmel, IN","2014-01-31" +"18","123","0009","44201",1,38.113159,-86.603594,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4345,99,182,183,0,47,0,0,"Certification not required",10,0.049538,0.011728,0.078,"2013-09-07 15:00",0.076,"2013-06-19 15:00",0.076,"2013-08-31 13:00",0.074,"2013-08-25 15:00","","","","",0.076,0.074,0.069,0.064,0.058,0.049,0.035,"Leopold- Perry Central HS","19856 OLD ST RD 37/PERRY CENTRAL HS/ LEOPOLD","Indiana","Perry","","","2013-10-25" +"18","123","0009","44201",1,38.113159,-86.603594,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4369,99,182,183,0,0,0,0,"Certification not required",0,0.044495,0.010179,0.07,"2013-06-19 10:00",0.065,"2013-09-06 10:00",0.065,"2013-09-07 10:00",0.064,"2013-08-24 11:00","","","","",0.065,0.064,0.062,0.057,0.052,0.045,0.032,"Leopold- Perry Central HS","19856 OLD ST RD 37/PERRY CENTRAL HS/ LEOPOLD","Indiana","Perry","","","2013-10-25" +"18","123","0009","44201",1,38.113159,-86.603594,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4369,99,182,183,0,0,0,0,"Certification not required",0,0.044495,0.010179,0.07,"2013-06-19 10:00",0.065,"2013-09-06 10:00",0.065,"2013-09-07 10:00",0.064,"2013-08-24 11:00","","","","",0.065,0.064,0.062,0.057,0.052,0.045,0.032,"Leopold- Perry Central HS","19856 OLD ST RD 37/PERRY CENTRAL HS/ LEOPOLD","Indiana","Perry","","","2013-10-25" +"18","125","0005","42401",1,38.519148,-87.249794,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8655,99,364,365,0,105,20,"","Certification not required",0,16.55522,33.521556,293.1,"2013-03-05 21:00",226.4,"2013-11-08 11:00",172.3,"2013-01-21 13:00",169.4,"2013-01-30 23:00","","","","",169.4,132.2,78.8,46.5,11.2,4.4,1.7,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","42401",1,38.519148,-87.249794,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8655,99,364,365,0,105,"","","Certification not required",0,3.655147,11.065893,293.1,"2013-03-05 21:00",231,"2013-03-05 22:00",226.4,"2013-11-08 11:00",224.2,"2013-11-08 12:00","","","","",51.1,24.9,7.1,4.3,2.6,1.8,1.3,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","42401",1,38.519148,-87.249794,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,3.652473,5.310411,50.8,"2013-02-19 00:00",49.1,"2013-03-12 00:00",36.8,"2013-01-30 00:00",32.7,"2013-03-05 00:00","","","","",32.7,19.3,11,6.4,3.3,2.2,1.5,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","42401",1,38.519148,-87.249794,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2845,97,363,365,0,0,"",0,"Certification not required",0,3.616239,9.288567,225.2,"2013-03-05 23:00",118.6,"2013-01-30 17:00",115.5,"2013-01-21 14:00",109.1,"2013-01-30 23:00","","","","",48.1,24.3,9.1,4.5,2.7,1.8,1.3,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","42406",1,38.519148,-87.249794,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8650,99,364,365,0,110,"","","Certification not required",0,11.357803,49.263328,490.2,"2013-01-21 13:00",428.3,"2013-03-05 23:00",423.2,"2013-11-01 05:00",422.8,"2013-11-06 05:00","","","","",394.3,145.8,25.9,6.7,3.2,2.1,1.5,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","61103",1,38.519148,-87.249794,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8625,98,357,365,0,135,"","","Certification not required",0,3.852336,2.705799,16.7,"2013-01-30 18:00",16.7,"2013-01-30 23:00",16.1,"2013-01-31 00:00",15.8,"2013-01-30 21:00","","","","",12.2,11.1,9.3,7.7,5.2,3.2,0.9,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","61104",1,38.519148,-87.249794,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8589,98,355,365,0,171,"","","Certification not required",0,186.407708,88.984052,359.9,"2013-06-07 17:00",359.9,"2013-06-14 14:00",359.6,"2013-03-05 11:00",359.5,"2013-06-07 14:00","","","","",349.9,338.8,321.4,307.8,266.1,175.6,59.2,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","125","0005","61106",1,38.519148,-87.249794,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",8590,98,355,365,0,170,"","","Certification not required",0,26.655623,12.616835,81.6,"2013-12-21 17:00",75.8,"2013-09-17 05:00",75.4,"2013-08-09 12:00",75.1,"2013-08-03 09:00","","","","",61.7,56.7,50.1,45.2,34.2,24.4,12.5,"PETERSBURG","1587 EAST ARDA LANE","Indiana","Pike","","Jasper, IN","2014-01-31" +"18","127","0011","42401",1,41.634109,-87.101478,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8625,98,361,365,0,135,0,"","Certification not required",0,8.216066,8.494957,50,"2013-01-09 14:00",44,"2013-10-25 08:00",38,"2013-01-19 22:00",36,"2013-03-31 09:00","","","","",36,33,25,20,11,5,1,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","42401",1,41.634109,-87.101478,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8625,98,361,365,0,135,"","","Certification not required",0,2.271536,3.820322,50,"2013-01-09 14:00",49,"2013-01-09 13:00",44,"2013-10-25 08:00",39,"2013-01-09 15:00","","","","",19,15,10,5,2,1,0,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","42401",1,41.634109,-87.101478,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,2.275623,2.376661,15.6,"2013-03-19 00:00",14.1,"2013-01-04 00:00",11.7,"2013-01-31 00:00",11,"2013-11-18 00:00","","","","",11,9.9,7.8,5,2.9,1.6,0.2,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","42401",1,41.634109,-87.101478,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2854,98,361,365,0,0,"",0,"Certification not required",0,2.255116,3.467283,38.6,"2013-01-09 14:00",29,"2013-02-24 11:00",28.6,"2013-01-04 14:00",28.3,"2013-01-04 17:00","","","","",17.3,14,9.3,5.6,2.6,1,0,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","61103",1,41.634109,-87.101478,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",8705,99,363,365,0,55,"","","Certification not required",0,5.073957,3.002325,20.1,"2013-11-17 16:00",18.5,"2013-01-19 23:00",17.7,"2013-11-17 17:00",17.7,"2013-11-17 19:00","","","","",13.5,12.2,10.6,9.1,6.9,4.7,1.2,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","61103",2,41.634109,-87.101478,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Knots","No Events",7903,90,328,365,0,857,"","","Certification not required",0,9.795445,3.982904,30.6,"2013-11-17 16:00",27.8,"2013-01-19 23:00",26.7,"2013-11-17 15:00",26.6,"2013-11-17 17:00","","","","",20.3,19.2,16.9,14.8,12.2,9.6,4.9,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","61104",1,41.634109,-87.101478,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",8710,99,363,365,0,50,"","","Certification not required",0,177.12721,95.641652,360,"2013-01-13 00:00",360,"2013-03-23 10:00",360,"2013-03-23 13:00",360,"2013-04-10 07:00","","","","",356,352,338,321,239,176,34,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","61104",2,41.634109,-87.101478,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Degrees Compass","No Events",5894,67,245,365,0,2866,"","","Certification not required",0,181.862742,93.954193,360,"2013-01-13 04:00",360,"2013-06-06 10:00",360,"2013-06-07 21:00",360,"2013-06-13 23:00","","","","",357,352,339,317,237,190,30,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","61106",1,41.634109,-87.101478,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8706,99,363,365,0,54,"","","Certification not required",0,16.816839,7.428181,90.2,"2013-01-06 17:00",76.8,"2013-07-03 05:00",73.7,"2013-07-16 11:00",72.4,"2013-06-12 07:00","","","","",49,42.5,30.4,23.8,18.7,15.2,10.7,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","62101",1,41.634109,-87.101478,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8699,99,363,365,0,61,"","","Certification not required",0,49.550983,19.738682,95,"2013-09-10 13:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",94,"2013-07-19 13:00","","","","",87,84,79,75,67,49,23,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","62103",1,41.634109,-87.101478,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8621,98,358,365,0,139,"","","Certification not required",93,38.914238,18.279837,74,"2013-07-15 18:00",74,"2013-07-15 19:00",74,"2013-07-15 20:00",73,"2013-07-09 19:00","","","","",70,69,66,63,55,40,15,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0011","62106",1,41.634109,-87.101478,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 3 - level 1",2013,"Temp Difference, Centigrade ","No Events",5338,61,222,365,0,3422,"","","Certification not required",0,0.17293,1.02146,8.3,"2013-06-04 00:00",8.3,"2013-06-04 01:00",7.5,"2013-06-04 02:00",7.1,"2013-06-03 23:00","","","","",4.5,3.7,2.4,1.3,0.3,-0.2,-0.5,"","DUNE ACRES SUBSTATION","Indiana","Porter","Dune Acres","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-18" +"18","127","0023","81102",3,41.616618,-87.146959,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7626,87,317,365,0,390,"","","Certification not required",0,20.318122,24.155823,445,"2013-05-08 11:00",402,"2013-05-08 12:00",367,"2013-09-12 16:00",362,"2013-07-23 20:00","","","","",123,84,49,36,23,15,6,"Portage- Hwy 12","HWY 12 WASTE LAGOON- Bethlehem Steel","Indiana","Porter","Portage","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","127","0023","81102",3,41.616618,-87.146959,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",317,87,317,365,0,0,0,0,"Certification not required",0,19.867508,14.973863,130,"2013-07-23 00:00",116,"2013-05-08 00:00",85,"2013-05-16 00:00",83,"2013-09-13 00:00","","","","",83,73,42,31,24,17,8,"Portage- Hwy 12","HWY 12 WASTE LAGOON- Bethlehem Steel","Indiana","Porter","Portage","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","127","0024","44201",1,41.617558,-87.199248,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4251,97,178,183,0,141,0,0,"Certification not required",350,0.050551,0.013556,0.1,"2013-06-27 13:00",0.092,"2013-05-14 15:00",0.079,"2013-08-19 15:00",0.073,"2013-09-04 15:00","","","","",0.092,0.073,0.072,0.067,0.06,0.05,0.032,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","127","0024","44201",1,41.617558,-87.199248,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4277,97,177,183,0,0,0,0,"Certification not required",0,0.044689,0.011998,0.077,"2013-05-14 10:00",0.074,"2013-06-27 09:00",0.069,"2013-06-20 11:00",0.069,"2013-08-18 11:00","","","","",0.074,0.069,0.063,0.06,0.054,0.045,0.029,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","127","0024","44201",1,41.617558,-87.199248,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4277,97,177,183,0,0,1,1,"Certification not required",0,0.044689,0.011998,0.077,"2013-05-14 10:00",0.074,"2013-06-27 09:00",0.069,"2013-06-20 11:00",0.069,"2013-08-18 11:00","","","","",0.074,0.069,0.063,0.06,0.054,0.045,0.029,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","127","0024","68101",1,41.617558,-87.199248,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",114,100,60,61,0,0,"","","Certification not required",4,0.334211,0.12574,0.6,"2013-04-16 00:00",0.6,"2013-06-24 00:00",0.5,"2013-04-04 00:00",0.5,"2013-05-16 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.3,0.2,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68101",2,41.617558,-87.199248,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,100,60,61,0,0,"","","Certification not required",33,0.2375,0.181524,0.6,"2013-05-19 00:00",0.6,"2013-05-31 00:00",0.6,"2013-06-09 00:00",0.6,"2013-06-15 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.2,0.05,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68102",1,41.617558,-87.199248,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",114,100,60,61,0,0,"","","Certification not required",0,23.995614,0.038536,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68102",2,41.617558,-87.199248,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,100,60,61,0,0,"","","Certification not required",0,24.094828,0.03922,24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-19 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68103",1,41.617558,-87.199248,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",114,100,60,61,0,0,"","","Certification not required",0,4.735088,10.353076,24,"2013-09-10 00:00",23.1,"2013-07-18 00:00",21.9,"2013-07-09 00:00",21,"2013-07-15 00:00","","","","",23.1,21.9,19.4,18.3,13.7,4.4,-8.7,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68103",2,41.617558,-87.199248,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,4.568103,10.428561,23.7,"2013-09-10 00:00",23,"2013-07-18 00:00",21.9,"2013-07-09 00:00",21.2,"2013-07-15 00:00","","","","",23,21.9,19.5,18.3,12.8,4.5,-9.4,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68104",1,41.617558,-87.199248,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",114,100,60,61,0,0,"","","Certification not required",0,15.228947,11.584508,35.7,"2013-09-10 00:00",35.6,"2013-07-18 00:00",32.9,"2013-08-26 00:00",32.6,"2013-07-15 00:00","","","","",35.6,32.9,32.2,30.2,25.7,14.9,-0.7,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68104",2,41.617558,-87.199248,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,14.39569,11.52887,35.4,"2013-07-18 00:00",35.4,"2013-09-10 00:00",32.5,"2013-07-15 00:00",32.3,"2013-06-27 00:00","","","","",35.4,32.5,31.2,29.5,24.9,14.3,-1.4,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68105",1,41.617558,-87.199248,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",114,100,60,61,0,0,"","","Certification not required",0,10.176316,10.686674,29.6,"2013-09-10 00:00",29.5,"2013-07-18 00:00",26.4,"2013-07-15 00:00",26.3,"2013-07-09 00:00","","","","",29.5,26.4,25.6,23.6,20.2,10.2,-3.1,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68105",2,41.617558,-87.199248,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,60,61,0,0,"","","Certification not required",0,9.65431,10.708472,29.4,"2013-07-18 00:00",29.3,"2013-09-10 00:00",26.1,"2013-07-09 00:00",26,"2013-07-15 00:00","","","","",29.3,26.1,24.4,23.2,19.9,9.9,-5,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68106",1,41.617558,-87.199248,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,60,61,0,0,"","","Certification not required",0,742.649123,4.938529,755,"2013-11-12 00:00",754,"2013-11-24 00:00",753,"2013-12-24 00:00",752,"2013-03-08 00:00","","","","",754,753,750,748,746,743,737,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68106",2,41.617558,-87.199248,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,742.724138,4.915965,754,"2013-11-12 00:00",753,"2013-11-24 00:00",753,"2013-12-24 00:00",752,"2013-03-08 00:00","","","","",753,753,751,749,746,743,737,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68107",1,41.617558,-87.199248,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,60,61,0,0,"","","Certification not required",0,749.122807,4.802544,763,"2013-11-24 00:00",762,"2013-11-12 00:00",759,"2013-12-24 00:00",758,"2013-01-10 00:00","","","","",762,759,758,755,752,749,744,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68107",2,41.617558,-87.199248,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,749.318966,4.814108,763,"2013-11-24 00:00",762,"2013-11-12 00:00",759,"2013-01-10 00:00",759,"2013-03-08 00:00","","","","",762,759,759,756,752,749,744,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68108",1,41.617558,-87.199248,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,60,61,0,0,"","","Certification not required",0,746.201754,4.800774,759,"2013-11-12 00:00",759,"2013-11-24 00:00",756,"2013-03-08 00:00",756,"2013-12-24 00:00","","","","",759,756,753,752,749,746,741,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68108",2,41.617558,-87.199248,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,60,61,0,0,"","","Certification not required",0,746.241379,4.765128,759,"2013-11-12 00:00",759,"2013-11-24 00:00",756,"2013-03-08 00:00",756,"2013-12-24 00:00","","","","",759,756,754,752,749,746,741,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68109",1,41.617558,-87.199248,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",114,100,60,61,0,0,"","","Certification not required",0,1439.385965,2.1224,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","68109",2,41.617558,-87.199248,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,100,60,61,0,0,"","","Certification not required",0,1439.465517,1.931123,1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","81102",1,41.617558,-87.199248,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",2,14.927273,7.936915,41,"2013-05-16 00:00",29,"2013-09-07 00:00",28,"2013-04-04 00:00",27,"2013-03-29 00:00","","","","",41,29,28,26,21,14,6,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","88101",1,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,9.8,4.911644,30.5,"2013-12-03 00:00",19.6,"2013-08-20 00:00",17.5,"2013-01-16 00:00",17.4,"2013-02-06 00:00","","","","",19.6,17.5,17.3,16.3,13.3,9.5,4,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","88101",1,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,9.8,4.911644,30.5,"2013-12-03 00:00",19.6,"2013-08-20 00:00",17.5,"2013-01-16 00:00",17.4,"2013-02-06 00:00","","","","",19.6,17.5,17.3,16.3,13.3,9.5,4,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","88101",2,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,1,1,"Certification not required",0,10.615517,11.635311,123.1,"2013-11-15 00:00",31.7,"2013-12-03 00:00",21.1,"2013-05-19 00:00",19.9,"2013-08-20 00:00","","","","",31.7,21.1,17.6,16.4,13.4,9.3,3.8,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","88101",2,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,10.615517,11.635311,123.1,"2013-11-15 00:00",31.7,"2013-12-03 00:00",21.1,"2013-05-19 00:00",19.9,"2013-08-20 00:00","","","","",31.7,21.1,17.6,16.4,13.4,9.3,3.8,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-27" +"18","127","0024","88101",3,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7579,87,323,365,0,437,"","","Certification not required",0,9.474931,7.751377,267.4,"2013-11-15 15:00",178.4,"2013-05-27 02:00",164.6,"2013-11-15 16:00",114.8,"2013-11-15 17:00","","","","",30,26.4,21.9,18.3,12.9,8.1,2.3,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","127","0024","88101",3,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,0,1,1,"Certification not required",0,9.40538,4.964842,40.9,"2013-11-15 00:00",27.6,"2013-02-07 00:00",23.9,"2013-01-06 00:00",23.7,"2013-01-08 00:00","","","","",23.7,20.5,18.3,15.9,12.4,8.6,4,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","127","0024","88101",3,41.617558,-87.199248,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,0,"","","Certification not required",0,9.40538,4.964842,40.9,"2013-11-15 00:00",27.6,"2013-02-07 00:00",23.9,"2013-01-06 00:00",23.7,"2013-01-08 00:00","","","","",23.7,20.5,18.3,15.9,12.4,8.6,4,"Ogden Dunes- Water Treatment Plant","84 DIANA RD/ WATER TREATMENT PLANT","Indiana","Porter","Ogden Dunes (Wickliffe)","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","127","0026","44201",1,41.510293,-87.038546,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4354,100,183,183,0,38,0,0,"Certification not required",58,0.048437,0.010404,0.087,"2013-06-27 13:00",0.078,"2013-05-14 16:00",0.072,"2013-08-19 14:00",0.07,"2013-06-20 17:00","","","","",0.078,0.07,0.064,0.062,0.055,0.049,0.036,"VALPARAISO","1000 WESLEY ST./ VALPARAISO WATER DEPT.","Indiana","Porter","","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","127","0026","44201",1,41.510293,-87.038546,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.043421,0.00988,0.071,"2013-06-27 09:00",0.067,"2013-05-14 11:00",0.065,"2013-08-19 10:00",0.063,"2013-06-20 11:00","","","","",0.067,0.063,0.058,0.056,0.051,0.044,0.031,"VALPARAISO","1000 WESLEY ST./ VALPARAISO WATER DEPT.","Indiana","Porter","","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","127","0026","44201",1,41.510293,-87.038546,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.043421,0.00988,0.071,"2013-06-27 09:00",0.067,"2013-05-14 11:00",0.065,"2013-08-19 10:00",0.063,"2013-06-20 11:00","","","","",0.067,0.063,0.058,0.056,0.051,0.044,0.031,"VALPARAISO","1000 WESLEY ST./ VALPARAISO WATER DEPT.","Indiana","Porter","","Chicago-Naperville-Joliet, IL-IN-WI","2013-10-25" +"18","127","0027","14129",1,41.635181,-87.150367,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.031814,0.120509,0.925,"2013-04-16 00:00",0.172,"2013-02-21 00:00",0.06,"2013-01-10 00:00",0.042,"2013-09-25 00:00","","","","",0.925,0.172,0.06,0.03,0.017,0.013,0.003,"Burns Harbor- Port of Indiana","Portage- Burns Harbor /Port of Indiana 6600 US Highway 12/ E. Boundry Rd.","Indiana","Porter","Portage","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","127","0027","14132",1,41.635181,-87.150367,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - Flameless Atomic absorption",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.435593,0.462673,2.67,"2013-08-08 00:00",1.73,"2013-08-14 00:00",1.63,"2013-05-16 00:00",1.23,"2013-03-29 00:00","","","","",2.67,1.73,1.63,0.89,0.54,0.32,0.07,"Burns Harbor- Port of Indiana","Portage- Burns Harbor /Port of Indiana 6600 US Highway 12/ E. Boundry Rd.","Indiana","Porter","Portage","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-10" +"18","129","0003","44201",1,38.005289,-87.718429,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4354,100,183,183,0,38,0,0,"Certification not required",92,0.049224,0.010249,0.077,"2013-06-19 14:00",0.075,"2013-05-14 16:00",0.074,"2013-06-17 11:00",0.073,"2013-07-18 15:00","","","","",0.075,0.073,0.067,0.062,0.056,0.049,0.036,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2013-10-25" +"18","129","0003","44201",1,38.005289,-87.718429,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.044322,0.008995,0.07,"2013-06-19 10:00",0.068,"2013-05-14 12:00",0.067,"2013-05-15 11:00",0.065,"2013-06-06 10:00","","","","",0.068,0.065,0.059,0.056,0.05,0.044,0.032,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2013-10-25" +"18","129","0003","44201",1,38.005289,-87.718429,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.044322,0.008995,0.07,"2013-06-19 10:00",0.068,"2013-05-14 12:00",0.067,"2013-05-15 11:00",0.065,"2013-06-06 10:00","","","","",0.068,0.065,0.059,0.056,0.05,0.044,0.032,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2013-10-25" +"18","129","0003","61101",1,38.005289,-87.718429,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8010,91,334,365,0,6,"","","Certification not required",0,5.08789,3.448722,24.1,"2013-02-18 14:00",22.9,"2013-02-21 18:00",21.1,"2013-01-19 11:00",20.8,"2013-02-18 15:00","","","","",15.6,14.4,12.1,9.8,6.9,4.4,1.4,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","61103",1,38.005289,-87.718429,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8010,91,334,365,0,6,"","","Certification not required",0,4.81437,3.428451,23.5,"2013-02-18 14:00",22.6,"2013-02-21 18:00",20.9,"2013-01-19 11:00",20.3,"2013-01-29 22:00","","","","",15.4,14.2,11.8,9.6,6.5,4.1,1.1,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","61104",1,38.005289,-87.718429,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8010,91,334,365,0,6,"","","Certification not required",0,181.642072,98.492993,360,"2013-01-24 03:00",360,"2013-02-08 18:00",360,"2013-02-13 06:00",360,"2013-05-24 11:00","","","","",356,351,340,318,260,192,54,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","61105",1,38.005289,-87.718429,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8010,91,334,365,0,6,"","","Certification not required",0,10.202122,6.007796,46,"2013-02-18 14:00",43,"2013-02-18 15:00",39,"2013-05-30 21:00",37,"2013-02-18 16:00","","","","",28,25,22,18,14,9,3,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","61106",1,38.005289,-87.718429,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8010,91,334,365,0,6,"","","Certification not required",0,19.888514,11.712061,81,"2013-04-04 20:00",81,"2013-05-13 00:00",81,"2013-07-26 01:00",81,"2013-09-04 02:00","","","","",66,58,44,34,24,17,9,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","62101",1,38.005289,-87.718429,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8010,91,334,365,0,6,"","","Certification not required",0,57.272784,18.389519,94,"2013-08-30 14:00",94,"2013-08-30 15:00",94,"2013-08-31 13:00",93,"2013-06-12 14:00","","","","",89,87,84,80,72,60,31,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","62103",1,38.005289,-87.718429,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8010,91,334,365,0,6,"","","Certification not required",0,49.089014,18.297597,84,"2013-10-06 09:00",84,"2013-10-07 05:00",83,"2013-07-22 04:00",83,"2013-10-06 23:00","","","","",75,74,73,71,65,54,23,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","62201",1,38.005289,-87.718429,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8008,91,334,365,0,8,"","","Certification not required",0,76.653971,18.003282,100,"2013-01-13 02:00",100,"2013-01-13 03:00",100,"2013-01-13 04:00",100,"2013-01-13 05:00","","","","",100,100,99,99,93,80,51,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","63301",1,38.005289,-87.718429,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7965,91,334,365,0,51,"","","Certification not required",3984,0.255176,0.373992,1.52,"2013-06-30 12:00",1.48,"2013-05-24 11:00",1.48,"2013-06-08 12:00",1.47,"2013-05-24 12:00","","","","",1.33,1.26,1.11,0.89,0.42,0.005,0.005,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","63302",1,38.005289,-87.718429,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",7795,89,319,365,0,221,"","","Certification not required",4815,0.01597,0.017712,0.08,"2013-06-11 11:00",0.08,"2013-06-14 11:00",0.08,"2013-06-27 11:00",0.08,"2013-06-30 12:00","","","","",0.07,0.06,0.06,0.05,0.02,0.005,0.005,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","129","0003","64101",1,38.005289,-87.718429,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8014,91,334,365,0,2,"","","Certification not required",0,1001.575867,6.577357,1024,"2013-11-24 08:00",1024,"2013-11-24 09:00",1023,"2013-11-24 06:00",1023,"2013-11-24 07:00","","","","",1018,1016,1014,1011,1005,1001,994,"ST. PHILLIPS- St. Phillips road CAAP trailer","2027 S. ST. PHILLIPS RD., Evansville","Indiana","Posey","","Evansville, IN-KY","2014-02-12" +"18","141","0010","44201",1,41.551696,-86.370589,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4292,98,180,183,0,100,0,0,"Certification not required",53,0.044533,0.009413,0.073,"2013-05-14 17:00",0.07,"2013-09-29 12:00",0.068,"2013-09-11 16:00",0.063,"2013-08-19 15:00","","","","",0.07,0.063,0.06,0.057,0.051,0.044,0.033,"Potato Creek State Park","25601 STATE RD. 4, North Liberty/ POTATO CREEK STATE PARK","Indiana","St. Joseph","","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0010","44201",1,41.551696,-86.370589,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4325,98,180,183,0,0,0,0,"Certification not required",0,0.039722,0.008825,0.063,"2013-05-14 12:00",0.061,"2013-09-29 10:00",0.057,"2013-04-22 12:00",0.057,"2013-04-30 13:00","","","","",0.061,0.057,0.056,0.051,0.046,0.039,0.03,"Potato Creek State Park","25601 STATE RD. 4, North Liberty/ POTATO CREEK STATE PARK","Indiana","St. Joseph","","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0010","44201",1,41.551696,-86.370589,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4325,98,180,183,0,0,0,0,"Certification not required",0,0.039722,0.008825,0.063,"2013-05-14 12:00",0.061,"2013-09-29 10:00",0.057,"2013-04-22 12:00",0.057,"2013-04-30 13:00","","","","",0.061,0.057,0.056,0.051,0.046,0.039,0.03,"Potato Creek State Park","25601 STATE RD. 4, North Liberty/ POTATO CREEK STATE PARK","Indiana","St. Joseph","","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0015","42601",1,41.696692,-86.214683,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7349,84,309,365,0,667,"","","Certification not required",0,1.928793,7.098603,113.5,"2013-03-29 07:00",111,"2013-03-29 06:00",106.9,"2013-02-25 06:00",101.8,"2013-03-29 05:00","","","","",31.4,17.3,6.9,3.3,1.2,0.4,0,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-31" +"18","141","0015","42602",1,41.696692,-86.214683,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7349,84,309,365,0,667,0,"","Certification not required",0,17.407443,9.354031,55.1,"2013-03-08 21:00",43.2,"2013-04-04 22:00",41.8,"2013-03-29 23:00",41.6,"2013-03-30 05:00","","","","",41.6,38.1,36,30.7,23.7,14.8,7.2,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-31" +"18","141","0015","42602",1,41.696692,-86.214683,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7349,84,309,365,0,667,"","","Certification not required",0,8.104735,6.476725,55.1,"2013-03-08 21:00",48.6,"2013-03-08 23:00",47.9,"2013-03-08 20:00",46.6,"2013-03-08 22:00","","","","",34.6,29.6,21.7,15.8,9.8,6.1,2.7,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-31" +"18","141","0015","42603",1,41.696692,-86.214683,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7349,84,309,365,0,667,"","","Certification not required",0,9.929256,11.883428,151.9,"2013-03-29 07:00",150.1,"2013-03-29 06:00",143.4,"2013-02-25 06:00",141.3,"2013-03-29 05:00","","","","",61,45.2,27.7,18.8,11,6.6,2.8,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-31" +"18","141","0015","44201",1,41.696692,-86.214683,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4349,99,182,183,0,43,0,0,"Certification not required",167,0.051637,0.010946,0.083,"2013-05-14 17:00",0.076,"2013-08-19 17:00",0.073,"2013-06-20 14:00",0.073,"2013-09-01 18:00","","","","",0.076,0.073,0.069,0.067,0.059,0.051,0.038,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0015","44201",1,41.696692,-86.214683,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,99,182,183,0,0,0,0,"Certification not required",0,0.046813,0.010413,0.074,"2013-05-14 12:00",0.069,"2013-06-20 11:00",0.068,"2013-08-19 12:00",0.065,"2013-09-09 13:00","","","","",0.069,0.065,0.062,0.061,0.054,0.046,0.034,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0015","44201",1,41.696692,-86.214683,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,99,182,183,0,0,0,0,"Certification not required",0,0.046813,0.010413,0.074,"2013-05-14 12:00",0.069,"2013-06-20 11:00",0.068,"2013-08-19 12:00",0.065,"2013-09-09 13:00","","","","",0.069,0.065,0.062,0.061,0.054,0.046,0.034,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0015","61101",1,41.696692,-86.214683,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7904,90,328,365,0,112,"","","Certification not required",0,4.604466,2.732269,17,"2013-01-20 00:00",16.4,"2013-02-18 23:00",15.9,"2013-11-17 18:00",15.7,"2013-11-17 17:00","","","","",12.1,11.2,9.7,8.3,6.2,4.3,1.2,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","61103",1,41.696692,-86.214683,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7904,90,328,365,0,112,"","","Certification not required",0,4.250076,2.668609,16.3,"2013-01-20 00:00",15.9,"2013-02-18 23:00",15.2,"2013-11-17 18:00",15.1,"2013-11-17 17:00","","","","",11.5,10.7,9.3,7.9,5.8,3.9,1,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","61104",1,41.696692,-86.214683,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7904,90,328,365,0,112,"","","Certification not required",0,190.749114,96.103183,360,"2013-01-24 00:00",360,"2013-02-08 08:00",360,"2013-02-15 06:00",360,"2013-03-03 09:00","","","","",355,351,337,314,261,207,51,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","61105",1,41.696692,-86.214683,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7904,90,328,365,0,112,"","","Certification not required",0,10.523912,5.497074,50,"2013-06-24 19:00",42,"2013-11-17 15:00",40,"2013-11-17 18:00",39,"2013-11-17 19:00","","","","",26,23,20,18,14,10,4,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","61106",1,41.696692,-86.214683,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7904,90,328,365,0,112,"","","Certification not required",0,23.51746,10.372827,78,"2013-04-18 03:00",78,"2013-06-26 23:00",77,"2013-03-23 06:00",77,"2013-05-16 00:00","","","","",63,55,44,38,27,20,15,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","61109",1,41.696692,-86.214683,"WGS84","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",7838,89,322,365,0,178,"","","Certification not required",0,0.075695,0.224219,1.5,"2013-02-26 11:00",1.3,"2013-02-26 12:00",1.2,"2013-02-26 10:00",1.1,"2013-02-21 23:00","","","","",0.8,0.7,0.5,0.3,0.2,0,-0.2,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","61110",1,41.696692,-86.214683,"WGS84","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",7838,89,322,365,0,178,"","","Certification not required",0,0.566433,0.37468,2.3,"2013-05-11 15:00",2,"2013-04-08 13:00",1.9,"2013-01-20 01:00",1.9,"2013-05-11 14:00","","","","",1.6,1.5,1.3,1.1,0.8,0.5,0.1,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","62101",1,41.696692,-86.214683,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7918,90,329,365,0,98,"","","Certification not required",0,52.090553,19.702973,95,"2013-09-10 15:00",94,"2013-09-10 14:00",94,"2013-09-10 16:00",94,"2013-09-10 17:00","","","","",86,85,80,77,69,54,25,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","62201",1,41.696692,-86.214683,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7918,90,329,365,0,98,"","","Certification not required",0,71.42536,17.225911,100,"2013-01-13 14:00",100,"2013-01-13 15:00",100,"2013-01-28 02:00",100,"2013-01-28 04:00","","","","",100,99,96,93,85,73,47,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-12" +"18","141","0015","68101",1,41.696692,-86.214683,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",113,100,58,61,0,0,"","","Certification not required",101,0.05708,0.023967,0.2,"2013-01-22 00:00",0.2,"2013-02-15 00:00",0.1,"2013-01-01 00:00",0.1,"2013-01-04 00:00","","","","",0.2,0.1,0.1,0.1,0.05,0.05,0.05,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68101",2,41.696692,-86.214683,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",58,95,58,61,0,0,"","","Certification not required",15,0.219828,0.134732,0.5,"2013-10-19 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-03 00:00","","","","",0.5,0.4,0.4,0.4,0.3,0.2,0.05,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68102",1,41.696692,-86.214683,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",113,100,58,61,0,0,"","","Certification not required",0,23.993805,0.027656,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68102",2,41.696692,-86.214683,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",58,95,58,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00",24,"2013-01-28 00:00","","","","",24,24,24,24,24,24,24,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68103",1,41.696692,-86.214683,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,5.086726,10.660194,25.1,"2013-09-10 00:00",23,"2013-07-18 00:00",22.9,"2013-07-15 00:00",21.8,"2013-07-09 00:00","","","","",23,22.9,20.4,18.5,14.6,5.1,-8.8,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68103",2,41.696692,-86.214683,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,5.205172,11.007245,23,"2013-07-15 00:00",22,"2013-07-09 00:00",20.5,"2013-08-26 00:00",20.2,"2013-06-21 00:00","","","","",23,22,20.5,19,15.2,5.3,-9.1,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68104",1,41.696692,-86.214683,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,15.256637,12.23299,36.1,"2013-09-10 00:00",33.7,"2013-07-18 00:00",32.4,"2013-07-21 00:00",32.3,"2013-08-29 00:00","","","","",33.7,32.4,31.9,30.8,26.3,15.7,-1.3,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68104",2,41.696692,-86.214683,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,15.151724,12.472288,32.9,"2013-07-21 00:00",32.4,"2013-07-15 00:00",31.6,"2013-08-26 00:00",31.5,"2013-06-27 00:00","","","","",32.9,32.4,31.6,31.4,26.3,17.5,-2.9,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68105",1,41.696692,-86.214683,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,0,"","","Certification not required",0,10.109735,11.181953,30,"2013-09-10 00:00",28.7,"2013-07-18 00:00",26.8,"2013-07-15 00:00",26,"2013-08-26 00:00","","","","",28.7,26.8,25.2,24,20.4,10.5,-5.1,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68105",2,41.696692,-86.214683,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,10.037931,11.499563,27,"2013-07-15 00:00",26.3,"2013-08-26 00:00",25.7,"2013-07-09 00:00",25.3,"2013-07-21 00:00","","","","",27,26.3,25.7,24.4,20.7,10.8,-5.1,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68106",1,41.696692,-86.214683,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,738.40708,5.17314,750,"2013-03-08 00:00",749,"2013-11-12 00:00",749,"2013-11-24 00:00",748,"2013-12-24 00:00","","","","",749,749,746,744,742,739,732,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68106",2,41.696692,-86.214683,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,738.12069,5.295074,749,"2013-11-24 00:00",748,"2013-11-12 00:00",748,"2013-12-24 00:00",746,"2013-03-29 00:00","","","","",749,748,748,744,741,738,732,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68107",1,41.696692,-86.214683,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,744.867257,4.855969,757,"2013-11-24 00:00",756,"2013-11-12 00:00",755,"2013-01-10 00:00",755,"2013-03-08 00:00","","","","",756,755,753,751,748,744,739,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68107",2,41.696692,-86.214683,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,744.62069,5.337151,756,"2013-11-24 00:00",755,"2013-01-10 00:00",755,"2013-11-12 00:00",753,"2013-12-24 00:00","","","","",756,755,755,751,749,744,737,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68108",1,41.696692,-86.214683,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,0,"","","Certification not required",0,741.876106,4.926482,754,"2013-11-12 00:00",754,"2013-11-24 00:00",752,"2013-03-08 00:00",751,"2013-01-10 00:00","","","","",754,752,750,748,745,742,736,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68108",2,41.696692,-86.214683,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,741.672414,5.37828,753,"2013-11-12 00:00",753,"2013-11-24 00:00",751,"2013-12-24 00:00",750,"2013-01-10 00:00","","","","",753,753,751,748,745,741,735,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68109",1,41.696692,-86.214683,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",113,100,58,61,0,0,"","","Certification not required",0,1439.513274,1.053184,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-19 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","68109",2,41.696692,-86.214683,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",58,95,58,61,0,0,"","","Certification not required",0,1439.275862,0.555455,1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00",1440,"2013-02-27 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","88101",1,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,91,111,122,0,13,0,0,"Certification not required",0,9.364602,4.68247,27.3,"2013-12-03 00:00",19.1,"2013-01-07 00:00",17.8,"2013-08-20 00:00",17.6,"2013-01-16 00:00","","","","",19.1,17.8,17.2,15.9,12.7,8.6,4.5,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","88101",1,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,91,111,122,0,13,"","","Certification not required",0,9.364602,4.68247,27.3,"2013-12-03 00:00",19.1,"2013-01-07 00:00",17.8,"2013-08-20 00:00",17.6,"2013-01-16 00:00","","","","",19.1,17.8,17.2,15.9,12.7,8.6,4.5,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","88101",2,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,9.567241,4.749345,18.1,"2013-11-30 00:00",18,"2013-01-16 00:00",18,"2013-08-20 00:00",17.8,"2013-02-03 00:00","","","","",18.1,18,18,17,13.5,9,3.3,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","88101",2,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,9.567241,4.749345,18.1,"2013-11-30 00:00",18,"2013-01-16 00:00",18,"2013-08-20 00:00",17.8,"2013-02-03 00:00","","","","",18.1,18,18,17,13.5,9,3.3,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-01-27" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",8112,100,61,61,0,637,"","","Certification not required",0,12.833333,7.929559,184.5,"2013-07-04 21:00",55.1,"2013-12-28 11:00",50.8,"2013-11-13 03:00",46.2,"2013-07-01 11:00","","","","",34.4,31.2,26.9,23.1,17.6,12,3.4,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8123,100,61,61,11,637,"","","Certification not required",0,12.976154,9.039714,238,"2013-07-04 23:00",197.5,"2013-07-05 00:00",184.5,"2013-07-04 21:00",136,"2013-07-05 01:00","","","","",34.7,31.5,27,23.2,17.7,12,3.4,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8123,100,61,61,11,637,"","","Certification not required",0,12.976154,9.039714,238,"2013-07-04 23:00",197.5,"2013-07-05 00:00",184.5,"2013-07-04 21:00",136,"2013-07-05 01:00","","","","",34.7,31.5,27,23.2,17.7,12,3.4,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",339,98,60,61,0,0,0,0,"Certification not required",0,12.726549,6.019721,33,"2013-02-07 00:00",32.5,"2013-07-04 00:00",29.5,"2013-12-03 00:00",27.2,"2013-12-04 00:00","","","","",33,32.5,29.5,26,23.6,21.4,19,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",339,98,60,61,0,0,2,2,"Certification not required",0,12.864602,6.666772,61.8,"2013-07-05 00:00",43.3,"2013-07-04 00:00",33,"2013-02-07 00:00",29.5,"2013-12-03 00:00","","","","",61.8,43.3,33,27.1,23.6,21.4,19,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",339,98,60,61,0,0,2,2,"Certification not required",0,12.864602,6.666772,61.8,"2013-07-05 00:00",43.3,"2013-07-04 00:00",33,"2013-02-07 00:00",29.5,"2013-12-03 00:00","","","","",61.8,43.3,33,27.1,23.6,21.4,19,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",339,98,60,61,0,0,"","","Certification not required",0,12.726549,6.019721,33,"2013-02-07 00:00",32.5,"2013-07-04 00:00",29.5,"2013-12-03 00:00",27.2,"2013-12-04 00:00","","","","",33,32.5,29.5,26,23.6,21.4,19,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",339,98,60,61,0,0,"","","Certification not required",0,12.864602,6.666772,61.8,"2013-07-05 00:00",43.3,"2013-07-04 00:00",33,"2013-02-07 00:00",29.5,"2013-12-03 00:00","","","","",61.8,43.3,33,27.1,23.6,21.4,19,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0015","88101",3,41.696692,-86.214683,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",339,98,60,61,0,0,"","","Certification not required",0,12.864602,6.666772,61.8,"2013-07-05 00:00",43.3,"2013-07-04 00:00",33,"2013-02-07 00:00",29.5,"2013-12-03 00:00","","","","",61.8,43.3,33,27.1,23.6,21.4,19,"SOUTH BEND-Shields Dr.","2335 SHIELDS DR/ SOUTH BEND CAAP 2","Indiana","St. Joseph","South Bend","South Bend-Mishawaka, IN-MI","2014-02-13" +"18","141","0016","44201",1,41.75487,-86.11009,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4292,98,179,183,0,100,0,0,"Certification not required",165,0.046793,0.010249,0.077,"2013-05-14 17:00",0.07,"2013-08-26 14:00",0.07,"2013-09-11 16:00",0.068,"2013-08-27 14:00","","","","",0.07,0.068,0.063,0.06,0.054,0.046,0.034,"Granger-Beckley St.","Granger- Beckley St. 12441 Beckley. St., Granger","Indiana","St. Joseph","Granger","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0016","44201",1,41.75487,-86.11009,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4316,97,178,183,0,0,0,0,"Certification not required",0,0.042169,0.009495,0.068,"2013-05-14 12:00",0.061,"2013-06-20 11:00",0.061,"2013-08-19 11:00",0.059,"2013-09-09 13:00","","","","",0.061,0.059,0.057,0.055,0.049,0.042,0.03,"Granger-Beckley St.","Granger- Beckley St. 12441 Beckley. St., Granger","Indiana","St. Joseph","Granger","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","141","0016","44201",1,41.75487,-86.11009,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4316,97,178,183,0,0,0,0,"Certification not required",0,0.042169,0.009495,0.068,"2013-05-14 12:00",0.061,"2013-06-20 11:00",0.061,"2013-08-19 11:00",0.059,"2013-09-09 13:00","","","","",0.061,0.059,0.057,0.055,0.049,0.042,0.03,"Granger-Beckley St.","Granger- Beckley St. 12441 Beckley. St., Granger","Indiana","St. Joseph","Granger","South Bend-Mishawaka, IN-MI","2013-10-25" +"18","145","0001","44201",1,39.613423,-85.870648,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4340,100,183,183,0,52,0,0,"Certification not required",146,0.05129,0.009556,0.077,"2013-05-14 17:00",0.077,"2013-08-19 16:00",0.072,"2013-06-21 15:00",0.071,"2013-05-15 18:00","","","","",0.077,0.071,0.067,0.063,0.058,0.051,0.038,"TRITON Middle SCHOOL, NORTH OF FAIRLAND","4740 W. 600 N, FAIRLAND","Indiana","Shelby","","Indianapolis-Carmel, IN","2013-10-25" +"18","145","0001","44201",1,39.613423,-85.870648,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.04659,0.009229,0.069,"2013-05-14 13:00",0.069,"2013-05-15 11:00",0.068,"2013-08-19 10:00",0.066,"2013-06-20 12:00","","","","",0.069,0.066,0.061,0.058,0.053,0.047,0.035,"TRITON Middle SCHOOL, NORTH OF FAIRLAND","4740 W. 600 N, FAIRLAND","Indiana","Shelby","","Indianapolis-Carmel, IN","2013-10-25" +"18","145","0001","44201",1,39.613423,-85.870648,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.04659,0.009229,0.069,"2013-05-14 13:00",0.069,"2013-05-15 11:00",0.068,"2013-08-19 10:00",0.066,"2013-06-20 12:00","","","","",0.069,0.066,0.061,0.058,0.053,0.047,0.035,"TRITON Middle SCHOOL, NORTH OF FAIRLAND","4740 W. 600 N, FAIRLAND","Indiana","Shelby","","Indianapolis-Carmel, IN","2013-10-25" +"18","147","0009","68101",1,38.167523,-86.983214,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,100,61,61,0,0,"","","Certification not required",113,0.058051,0.041843,0.3,"2013-04-13 00:00",0.3,"2013-04-22 00:00",0.3,"2013-09-13 00:00",0.2,"2013-01-01 00:00","","","","",0.3,0.3,0.05,0.05,0.05,0.05,0.05," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68102",1,38.167523,-86.983214,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,100,61,61,0,0,"","","Certification not required",0,23.997458,0.024326,24.1,"2013-04-22 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68103",1,38.167523,-86.983214,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,100,61,61,0,0,"","","Certification not required",0,7.042373,10.404342,23.4,"2013-07-09 00:00",22.9,"2013-07-18 00:00",22.3,"2013-09-10 00:00",21.6,"2013-06-12 00:00","","","","",22.9,22.3,21.3,19.8,16.6,8.6,-7," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68104",1,38.167523,-86.983214,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,100,61,61,0,0,"","","Certification not required",0,19.144068,11.457469,37.6,"2013-07-18 00:00",35.2,"2013-07-09 00:00",34.6,"2013-08-29 00:00",34.6,"2013-09-10 00:00","","","","",35.2,34.6,34,33,29.2,20.7,1.9," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68105",1,38.167523,-86.983214,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,100,61,61,0,0,"","","Certification not required",0,12.862712,10.469319,29.4,"2013-07-18 00:00",28.8,"2013-06-12 00:00",28.3,"2013-07-09 00:00",27.3,"2013-07-15 00:00","","","","",28.8,28.3,27,25.2,21.8,14,-2.1," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68106",1,38.167523,-86.983214,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,0,"","","Certification not required",0,745.949153,5.014249,760,"2013-11-24 00:00",758,"2013-12-24 00:00",757,"2013-01-04 00:00",756,"2013-01-22 00:00","","","","",758,757,756,753,749,745,740," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68107",1,38.167523,-86.983214,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,0,"","","Certification not required",0,752.067797,5.660976,768,"2013-11-24 00:00",766,"2013-11-12 00:00",765,"2013-12-12 00:00",765,"2013-12-24 00:00","","","","",766,765,762,760,756,751,745," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68108",1,38.167523,-86.983214,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,0,"","","Certification not required",0,749.313559,5.358433,764,"2013-11-24 00:00",763,"2013-11-12 00:00",762,"2013-12-24 00:00",761,"2013-12-12 00:00","","","","",763,762,759,757,753,748,743," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","68109",1,38.167523,-86.983214,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,100,61,61,0,0,"","","Certification not required",0,1439.338983,1.537121,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","88101",1,38.167523,-86.983214,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,10.20339,4.696096,23,"2013-07-18 00:00",22.6,"2013-01-01 00:00",21.3,"2013-09-10 00:00",20.5,"2013-05-19 00:00","","","","",22.6,21.3,18.8,17.2,12.9,9.6,4.5," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","147","0009","88101",1,38.167523,-86.983214,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,10.20339,4.696096,23,"2013-07-18 00:00",22.6,"2013-01-01 00:00",21.3,"2013-09-10 00:00",20.5,"2013-05-19 00:00","","","","",22.6,21.3,18.8,17.2,12.9,9.6,4.5," DAVID TURNHAM ELEMENTARY SCHOOL, Corner of Dunn & Locust, Dale","105 S. Dunn St.- DAVID TURNHAM SCH","Indiana","Spencer","Dale","","2014-01-27" +"18","157","0008","68101",1,40.431639,-86.8525,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",119,98,119,122,0,0,"","","Certification not required",8,0.282353,0.116187,0.5,"2013-05-22 00:00",0.5,"2013-07-18 00:00",0.5,"2013-08-14 00:00",0.5,"2013-09-10 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.3,0.1,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68101",2,40.431639,-86.8525,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",52,85,52,61,0,0,"","","Certification not required",22,0.175,0.12544,0.4,"2013-01-04 00:00",0.4,"2013-02-15 00:00",0.4,"2013-03-23 00:00",0.4,"2013-12-30 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.05,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68102",1,40.431639,-86.8525,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",119,98,119,122,0,0,"","","Certification not required",0,23.991597,0.054586,24.1,"2013-12-30 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68102",2,40.431639,-86.8525,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",52,85,52,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68103",1,40.431639,-86.8525,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,6.315126,10.531854,24.3,"2013-07-09 00:00",23.8,"2013-07-18 00:00",23.6,"2013-09-10 00:00",22.9,"2013-07-15 00:00","","","","",23.8,23.6,21.6,20.2,16.3,6.8,-7.9,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68103",2,40.431639,-86.8525,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,5.596154,11.420002,24.3,"2013-07-09 00:00",22.6,"2013-07-15 00:00",21,"2013-06-27 00:00",20.3,"2013-07-21 00:00","","","","",24.3,22.6,21,20,16.9,7,-10.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68104",1,40.431639,-86.8525,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,16.860504,11.849324,36.2,"2013-09-10 00:00",34.6,"2013-07-18 00:00",33.6,"2013-07-09 00:00",33.6,"2013-08-26 00:00","","","","",34.6,33.6,33.4,31.4,27.4,17.4,-0.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68104",2,40.431639,-86.8525,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.057692,12.501848,34.1,"2013-07-15 00:00",33.7,"2013-08-26 00:00",33.5,"2013-07-09 00:00",32.1,"2013-06-27 00:00","","","","",34.1,33.7,33.5,31.6,26.3,19.4,-0.8,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68105",1,40.431639,-86.8525,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,11.436975,10.858043,29.5,"2013-07-18 00:00",29.1,"2013-09-10 00:00",28.2,"2013-07-15 00:00",27.6,"2013-07-09 00:00","","","","",29.1,28.2,26.2,24.9,21.9,11.6,-3.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68105",2,40.431639,-86.8525,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.786538,11.703477,28.3,"2013-07-15 00:00",27.6,"2013-07-09 00:00",26.1,"2013-06-27 00:00",26.1,"2013-08-26 00:00","","","","",28.3,27.6,26.1,25,22.3,13.5,-5.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68106",1,40.431639,-86.8525,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,741.193277,4.813958,754,"2013-11-24 00:00",752,"2013-11-12 00:00",752,"2013-12-24 00:00",751,"2013-03-08 00:00","","","","",752,752,749,747,744,741,735,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68106",2,40.431639,-86.8525,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,740.807692,5.091471,752,"2013-11-24 00:00",751,"2013-12-24 00:00",750,"2013-11-12 00:00",749,"2013-01-22 00:00","","","","",752,751,750,748,744,740,736,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68107",1,40.431639,-86.8525,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,747.420168,4.732677,762,"2013-11-24 00:00",760,"2013-11-12 00:00",758,"2013-12-24 00:00",757,"2013-01-10 00:00","","","","",760,758,756,754,750,747,742,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68107",2,40.431639,-86.8525,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,747.288462,5.285335,760,"2013-11-24 00:00",759,"2013-11-12 00:00",757,"2013-01-10 00:00",757,"2013-12-24 00:00","","","","",760,759,757,754,752,746,742,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68108",1,40.431639,-86.8525,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,744.638655,4.702562,758,"2013-11-12 00:00",758,"2013-11-24 00:00",756,"2013-12-24 00:00",754,"2013-03-08 00:00","","","","",758,756,752,751,747,745,739,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68108",2,40.431639,-86.8525,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,744.384615,5.236201,757,"2013-11-24 00:00",756,"2013-11-12 00:00",754,"2013-12-24 00:00",751,"2013-01-10 00:00","","","","",757,756,754,751,749,744,739,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68109",1,40.431639,-86.8525,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",119,98,119,122,0,0,"","","Certification not required",0,1438.865546,3.853074,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","68109",2,40.431639,-86.8525,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",52,85,52,61,0,0,"","","Certification not required",0,1439.096154,1.224899,1440,"2013-01-22 00:00",1440,"2013-03-29 00:00",1440,"2013-04-16 00:00",1440,"2013-06-09 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","88101",1,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,9.778151,4.987852,34.9,"2013-12-03 00:00",20.8,"2013-02-06 00:00",20.8,"2013-09-10 00:00",20,"2013-08-20 00:00","","","","",20.8,20.8,17.3,16.3,12.4,9.3,4.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","88101",1,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,9.778151,4.987852,34.9,"2013-12-03 00:00",20.8,"2013-02-06 00:00",20.8,"2013-09-10 00:00",20,"2013-08-20 00:00","","","","",20.8,20.8,17.3,16.3,12.4,9.3,4.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","88101",2,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,0,0,"Certification not required",0,9.759615,4.336858,19.6,"2013-08-20 00:00",17,"2013-06-09 00:00",16.7,"2013-08-26 00:00",16.4,"2013-01-28 00:00","","","","",19.6,17,16.7,15.9,13.4,10,4.3,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","88101",2,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,"","","Certification not required",0,9.759615,4.336858,19.6,"2013-08-20 00:00",17,"2013-06-09 00:00",16.7,"2013-08-26 00:00",16.4,"2013-01-28 00:00","","","","",19.6,17,16.7,15.9,13.4,10,4.3,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-01-27" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7270,83,321,365,5,746,"","","Certification not required",0,10.104237,7.250902,85.4,"2013-07-04 22:00",84.3,"2013-07-04 21:00",56.3,"2013-07-04 20:00",51.7,"2013-08-29 11:00","","","","",31,27.3,23.7,20.1,14.2,8.7,2.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7265,83,321,365,0,746,"","","Certification not required",0,10.070489,7.113885,51.7,"2013-08-29 11:00",48.4,"2013-09-10 09:00",47,"2013-09-07 09:00",43.6,"2013-08-26 09:00","","","","",30.7,27.1,23.6,20.1,14.2,8.7,2.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7270,83,321,365,5,746,"","","Certification not required",0,10.104237,7.250902,85.4,"2013-07-04 22:00",84.3,"2013-07-04 21:00",56.3,"2013-07-04 20:00",51.7,"2013-08-29 11:00","","","","",31,27.3,23.7,20.1,14.2,8.7,2.2,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",298,82,298,365,0,0,0,0,"Certification not required",0,10.011074,5.504658,27.3,"2013-08-20 00:00",24.3,"2013-01-08 00:00",24.3,"2013-08-19 00:00",22.5,"2013-08-26 00:00","","","","",24.3,22.3,20.3,17.7,14.2,9.6,3.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",298,82,298,365,0,0,0,0,"Certification not required",0,10.042282,5.558004,27.3,"2013-08-20 00:00",24.3,"2013-01-08 00:00",24.3,"2013-08-19 00:00",24.1,"2013-07-04 00:00","","","","",24.3,22.4,20.5,17.9,14.2,9.6,3.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",298,82,298,365,0,0,0,0,"Certification not required",0,10.042282,5.558004,27.3,"2013-08-20 00:00",24.3,"2013-01-08 00:00",24.3,"2013-08-19 00:00",24.1,"2013-07-04 00:00","","","","",24.3,22.4,20.5,17.9,14.2,9.6,3.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",298,82,298,365,0,0,"","","Certification not required",0,10.011074,5.504658,27.3,"2013-08-20 00:00",24.3,"2013-01-08 00:00",24.3,"2013-08-19 00:00",22.5,"2013-08-26 00:00","","","","",24.3,22.3,20.3,17.7,14.2,9.6,3.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",298,82,298,365,0,0,"","","Certification not required",0,10.042282,5.558004,27.3,"2013-08-20 00:00",24.3,"2013-01-08 00:00",24.3,"2013-08-19 00:00",24.1,"2013-07-04 00:00","","","","",24.3,22.4,20.5,17.9,14.2,9.6,3.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",3,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",298,82,298,365,0,0,"","","Certification not required",0,10.042282,5.558004,27.3,"2013-08-20 00:00",24.3,"2013-01-08 00:00",24.3,"2013-08-19 00:00",24.1,"2013-07-04 00:00","","","","",24.3,22.4,20.5,17.9,14.2,9.6,3.5,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6725,77,297,365,4,1291,"","","Certification not required",0,13.415703,7.084275,90.3,"2013-07-04 21:00",79.7,"2013-07-04 22:00",46.2,"2013-03-16 10:00",45.7,"2013-07-04 23:00","","","","",33.2,30.8,26.2,22.8,17.7,12.3,5.4,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6725,77,297,365,4,1291,"","","Certification not required",0,13.415703,7.084275,90.3,"2013-07-04 21:00",79.7,"2013-07-04 22:00",46.2,"2013-03-16 10:00",45.7,"2013-07-04 23:00","","","","",33.2,30.8,26.2,22.8,17.7,12.3,5.4,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",6721,77,297,365,0,1291,"","","Certification not required",0,13.385225,6.956929,46.2,"2013-03-16 10:00",45.6,"2013-03-16 09:00",43.7,"2013-06-09 03:00",42.7,"2013-03-16 08:00","","","","",33,30.8,26.1,22.8,17.7,12.3,5.3,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",274,75,274,365,0,0,0,0,"Certification not required",0,13.311679,5.500264,31.4,"2013-09-08 00:00",29,"2013-10-30 00:00",27.6,"2013-08-20 00:00",27.4,"2013-06-09 00:00","","","","",27.6,26.4,22.5,21.1,17.2,12.6,6.6,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",274,75,274,365,0,0,0,0,"Certification not required",0,13.311679,5.500264,31.4,"2013-09-08 00:00",29,"2013-10-30 00:00",27.6,"2013-08-20 00:00",27.4,"2013-06-09 00:00","","","","",27.6,26.4,22.5,21.1,17.2,12.6,6.6,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",274,75,274,365,0,0,0,0,"Certification not required",0,13.284307,5.449321,31.4,"2013-09-08 00:00",29,"2013-10-30 00:00",27.6,"2013-08-20 00:00",27.4,"2013-06-09 00:00","","","","",27.6,25.8,22.4,21,17.2,12.6,6.6,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",276,76,276,365,0,0,"","","Certification not required",0,13.304348,5.434755,31.4,"2013-09-08 00:00",29,"2013-10-30 00:00",27.6,"2013-08-20 00:00",27.4,"2013-06-09 00:00","","","","",27.6,25.8,22.4,21,17.2,12.8,6.6,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",276,76,276,365,0,0,"","","Certification not required",0,13.331522,5.485364,31.4,"2013-09-08 00:00",29,"2013-10-30 00:00",27.6,"2013-08-20 00:00",27.4,"2013-06-09 00:00","","","","",27.6,26.4,22.5,21.1,17.2,12.8,6.6,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","157","0008","88101",4,40.431639,-86.8525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",276,76,276,365,0,0,"","","Certification not required",0,13.331522,5.485364,31.4,"2013-09-08 00:00",29,"2013-10-30 00:00",27.6,"2013-08-20 00:00",27.4,"2013-06-09 00:00","","","","",27.6,26.4,22.5,21.1,17.2,12.8,6.6,"Lafayette- Greenbush St./ Cinergy Substation","LAFAYETTE CINERGY SUBSTATION/ 3401 GREENBUSH ST.","Indiana","Tippecanoe","Lafayette","Lafayette, IN","2014-02-10" +"18","163","0013","44201",1,38.113947,-87.536957,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4342,100,183,183,0,50,0,0,"Certification not required",14,0.052492,0.010449,0.081,"2013-06-17 12:00",0.08,"2013-05-14 16:00",0.079,"2013-09-06 16:00",0.077,"2013-09-07 16:00","","","","",0.08,0.077,0.07,0.066,0.06,0.051,0.04,"Inglefield/ Scott School","14940 OLD STATE ROAD/ SCOTT ELEMENTARY","Indiana","Vanderburgh","","Evansville, IN-KY","2013-10-25" +"18","163","0013","44201",1,38.113947,-87.536957,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,100,183,183,0,0,0,0,"Certification not required",0,0.047525,0.00949,0.073,"2013-05-14 13:00",0.071,"2013-05-15 11:00",0.068,"2013-06-06 10:00",0.068,"2013-06-19 10:00","","","","",0.071,0.068,0.062,0.059,0.054,0.047,0.036,"Inglefield/ Scott School","14940 OLD STATE ROAD/ SCOTT ELEMENTARY","Indiana","Vanderburgh","","Evansville, IN-KY","2013-10-25" +"18","163","0013","44201",1,38.113947,-87.536957,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,100,183,183,0,0,0,0,"Certification not required",0,0.047525,0.00949,0.073,"2013-05-14 13:00",0.071,"2013-05-15 11:00",0.068,"2013-06-06 10:00",0.068,"2013-06-19 10:00","","","","",0.071,0.068,0.062,0.059,0.054,0.047,0.036,"Inglefield/ Scott School","14940 OLD STATE ROAD/ SCOTT ELEMENTARY","Indiana","Vanderburgh","","Evansville, IN-KY","2013-10-25" +"18","163","0016","68101",1,37.974436,-87.532289,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,61,61,0,0,"","","Certification not required",103,0.065417,0.044342,0.3,"2013-10-01 00:00",0.2,"2013-01-04 00:00",0.2,"2013-03-14 00:00",0.2,"2013-05-19 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68102",1,37.974436,-87.532289,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,0,"","","Certification not required",0,23.996667,0.018026,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68103",1,37.974436,-87.532289,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,8.1975,10.389082,25.3,"2013-07-18 00:00",24.8,"2013-07-09 00:00",24.6,"2013-06-12 00:00",24.3,"2013-08-29 00:00","","","","",24.8,24.6,23.9,21,18.2,8.1,-5.1,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68104",1,37.974436,-87.532289,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,18.708333,11.423502,36.4,"2013-07-18 00:00",35.2,"2013-09-10 00:00",34.9,"2013-08-29 00:00",34.8,"2013-06-12 00:00","","","","",35.2,34.9,34,32.9,29.2,18.5,1.9,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68105",1,37.974436,-87.532289,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,13.249167,10.502781,30.1,"2013-07-18 00:00",29.5,"2013-06-12 00:00",29.2,"2013-07-09 00:00",29.1,"2013-08-29 00:00","","","","",29.5,29.2,28.5,26.1,22.7,13.2,-1.1,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68106",1,37.974436,-87.532289,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,749.4,4.521471,762,"2013-11-24 00:00",761,"2013-12-24 00:00",758,"2013-01-04 00:00",758,"2013-01-22 00:00","","","","",761,758,758,755,752,750,744,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68107",1,37.974436,-87.532289,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,755.516667,4.821143,770,"2013-11-24 00:00",769,"2013-11-12 00:00",768,"2013-12-12 00:00",768,"2013-12-24 00:00","","","","",769,768,764,762,758,755,750,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68108",1,37.974436,-87.532289,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,752.691667,4.572104,767,"2013-11-24 00:00",766,"2013-11-12 00:00",765,"2013-12-24 00:00",764,"2013-12-12 00:00","","","","",766,765,760,758,755,753,747,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","68109",1,37.974436,-87.532289,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,61,61,0,0,"","","Certification not required",0,1439.425,1.120193,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","88101",1,37.974436,-87.532289,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,10.55,5.263255,29.2,"2013-01-07 00:00",24.5,"2013-05-19 00:00",24.3,"2013-07-18 00:00",23.6,"2013-12-03 00:00","","","","",24.5,24.3,21.6,18.2,13.5,10.1,4.5,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0016","88101",1,37.974436,-87.532289,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,10.55,5.263255,29.2,"2013-01-07 00:00",24.5,"2013-05-19 00:00",24.3,"2013-07-18 00:00",23.6,"2013-12-03 00:00","","","","",24.5,24.3,21.6,18.2,13.5,10.1,4.5,"Evansville- U of E/ University of Evansville-Carson Center","UNIVERSITY OF EVANSVILLE - CARSON CENTER 1800 Lincoln Ave.( North of East Walnut St.)","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","42401",1,38.013248,-87.577856,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8682,99,365,365,0,78,0,"","Certification not required",0,3.924384,3.893511,31.3,"2013-09-06 10:00",23.6,"2013-01-02 13:00",18.9,"2013-12-12 12:00",18.6,"2013-11-03 15:00","","","","",18.6,15.7,10.8,8.6,5.1,3.1,0.3,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","42401",1,38.013248,-87.577856,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8682,99,365,365,0,78,"","","Certification not required",0,0.922287,1.721129,31.3,"2013-09-06 10:00",23.6,"2013-01-02 13:00",22.9,"2013-01-02 14:00",18.9,"2013-12-12 12:00","","","","",7.9,6,4,2.6,1.1,0.3,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","42401",1,38.013248,-87.577856,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.92274,0.904387,5.5,"2013-01-02 00:00",5,"2013-03-22 00:00",4.2,"2013-12-12 00:00",4,"2013-03-08 00:00","","","","",4,3.3,2.6,2.2,1.3,0.6,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","42401",1,38.013248,-87.577856,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2848,98,364,365,0,0,"",0,"Certification not required",0,0.904424,1.559498,21.6,"2013-01-02 14:00",20.6,"2013-09-06 11:00",16.2,"2013-12-12 14:00",14.2,"2013-03-22 14:00","","","","",7.3,5.6,3.7,2.6,1.2,0.3,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","42406",1,38.013248,-87.577856,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8699,99,365,365,0,61,"","","Certification not required",0,1.443522,2.493863,50.7,"2013-09-06 10:00",28.5,"2013-12-12 15:00",28.2,"2013-01-02 13:00",27.3,"2013-04-26 07:00","","","","",12.1,9.2,6,3.9,1.7,0.6,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","42601",1,38.013248,-87.577856,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7535,86,318,365,0,481,"","","Certification not required",0,2.214479,6.61188,101.3,"2013-01-04 23:00",95.4,"2013-01-05 00:00",87.7,"2013-01-05 07:00",86.2,"2013-02-12 07:00","","","","",35.8,20.1,8.5,4.5,1.5,0.7,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-31" +"18","163","0021","42602",1,38.013248,-87.577856,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7534,86,318,365,0,482,0,"","Certification not required",0,16.660692,7.657861,38.8,"2013-01-04 18:00",36.6,"2013-01-08 17:00",35.5,"2013-01-03 18:00",34.5,"2013-01-02 21:00","","","","",34.5,33.6,30.9,27.8,22.2,15.7,7.5,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-31" +"18","163","0021","42602",1,38.013248,-87.577856,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7534,86,318,365,0,482,"","","Certification not required",0,7.466485,5.584479,38.8,"2013-01-04 18:00",37.6,"2013-01-04 19:00",36.6,"2013-01-08 17:00",36.3,"2013-01-08 18:00","","","","",27.5,24.6,19.9,15,9.4,5.6,2.6,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-31" +"18","163","0021","42603",1,38.013248,-87.577856,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7534,86,318,365,0,482,"","","Certification not required",0,9.305402,10.542788,132.3,"2013-01-04 23:00",123.4,"2013-01-05 00:00",112.8,"2013-01-05 07:00",108.9,"2013-02-12 07:00","","","","",54.6,39,27.3,18.8,10.4,6.1,2.8,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-31" +"18","163","0021","44201",1,38.013248,-87.577856,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6541,100,183,183,0,59,0,0,"Certification not required",533,0.051639,0.010771,0.08,"2013-06-17 13:00",0.078,"2013-06-19 13:00",0.077,"2013-05-14 17:00",0.077,"2013-09-07 15:00","","","","",0.078,0.077,0.07,0.065,0.059,0.051,0.042,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-30" +"18","163","0021","44201",1,38.013248,-87.577856,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6591,100,183,183,0,0,0,0,"Certification not required",0,0.046743,0.009856,0.073,"2013-06-19 10:00",0.07,"2013-05-14 11:00",0.07,"2013-05-15 11:00",0.066,"2013-06-06 10:00","","","","",0.07,0.066,0.064,0.059,0.053,0.047,0.037,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-30" +"18","163","0021","44201",1,38.013248,-87.577856,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6591,100,183,183,0,0,0,0,"Certification not required",0,0.046743,0.009856,0.073,"2013-06-19 10:00",0.07,"2013-05-14 11:00",0.07,"2013-05-15 11:00",0.066,"2013-06-06 10:00","","","","",0.07,0.066,0.064,0.059,0.053,0.047,0.037,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-30" +"18","163","0021","68101",1,38.013248,-87.577856,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",81,0.133197,0.137812,0.6,"2013-09-19 00:00",0.5,"2013-06-06 00:00",0.5,"2013-06-12 00:00",0.5,"2013-06-21 00:00","","","","",0.5,0.5,0.4,0.4,0.2,0.05,0.05,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68101",2,38.013248,-87.577856,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",59,97,59,61,0,0,"","","Certification not required",29,0.141525,0.120399,0.5,"2013-05-16 00:00",0.4,"2013-03-29 00:00",0.4,"2013-06-03 00:00",0.4,"2013-09-01 00:00","","","","",0.5,0.4,0.4,0.3,0.2,0.1,0.05,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68102",1,38.013248,-87.577856,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,23.996721,0.022023,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68102",2,38.013248,-87.577856,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",59,97,59,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68103",1,38.013248,-87.577856,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,6.780328,10.506375,24,"2013-07-09 00:00",23.8,"2013-09-10 00:00",22.7,"2013-07-15 00:00",21.7,"2013-06-12 00:00","","","","",23.8,22.7,21.4,19.9,17,7.3,-6.7,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68103",2,38.013248,-87.577856,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,7.235593,10.8314,24.5,"2013-07-09 00:00",23.4,"2013-07-15 00:00",21.4,"2013-08-26 00:00",21.2,"2013-08-08 00:00","","","","",24.5,23.4,21.4,20.4,17.6,7.6,-7.1,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68103",5,38.013248,-87.577856,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.307692,9.390793,25.6,"2013-07-09 00:00",24.3,"2013-07-15 00:00",23,"2013-06-27 00:00",22.3,"2013-08-08 00:00","","","","",25.6,24.3,23,21.9,19.5,13.7,-2.1,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","68104",1,38.013248,-87.577856,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,18.582787,11.468979,35.3,"2013-09-10 00:00",35.1,"2013-07-18 00:00",34.9,"2013-08-29 00:00",34.2,"2013-06-12 00:00","","","","",35.1,34.9,33.7,32.3,28.8,18.7,1.2,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68104",2,38.013248,-87.577856,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,18.233898,11.723313,34.4,"2013-07-09 00:00",33.6,"2013-08-26 00:00",33.4,"2013-06-21 00:00",33.4,"2013-09-01 00:00","","","","",34.4,33.6,33.4,32.7,29.4,16.1,1.2,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68104",5,38.013248,-87.577856,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,21.817308,11.012003,35.9,"2013-06-27 00:00",35.6,"2013-07-09 00:00",35.1,"2013-08-26 00:00",34.6,"2013-06-21 00:00","","","","",35.9,35.6,35.1,34.3,31.6,25,5.6,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","68105",1,38.013248,-87.577856,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,12.404918,10.617784,28.7,"2013-07-09 00:00",28.5,"2013-06-12 00:00",28,"2013-07-18 00:00",28,"2013-09-10 00:00","","","","",28.5,28,27.2,24.9,22,13.2,-2.2,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68105",2,38.013248,-87.577856,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,12.740678,10.790659,29.1,"2013-07-09 00:00",27.3,"2013-07-15 00:00",27.1,"2013-08-26 00:00",26.8,"2013-06-21 00:00","","","","",29.1,27.3,27.1,25.4,23,12.9,-2.2,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68105",5,38.013248,-87.577856,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.271154,9.911359,30.2,"2013-07-09 00:00",29.3,"2013-06-27 00:00",28.4,"2013-07-15 00:00",28.3,"2013-08-26 00:00","","","","",30.2,29.3,28.4,27,25.5,19.4,3,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","68106",1,38.013248,-87.577856,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,750.516393,4.616237,763,"2013-11-24 00:00",761,"2013-12-24 00:00",760,"2013-01-04 00:00",760,"2013-01-22 00:00","","","","",761,760,758,756,753,751,745,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68106",2,38.013248,-87.577856,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,750.220339,4.870983,761,"2013-11-24 00:00",760,"2013-01-04 00:00",760,"2013-01-22 00:00",760,"2013-12-24 00:00","","","","",761,760,760,758,753,750,744,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68106",5,38.013248,-87.577856,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,749.269231,4.533602,761,"2013-01-22 00:00",760,"2013-01-04 00:00",757,"2013-10-25 00:00",756,"2013-03-29 00:00","","","","",761,760,757,754,752,749,745,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","68107",1,38.013248,-87.577856,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,756.622951,4.870773,771,"2013-11-24 00:00",770,"2013-11-12 00:00",769,"2013-12-24 00:00",768,"2013-12-12 00:00","","","","",770,769,765,763,759,756,752,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68107",2,38.013248,-87.577856,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,756.677966,5.230681,770,"2013-11-24 00:00",768,"2013-11-12 00:00",767,"2013-12-12 00:00",767,"2013-12-24 00:00","","","","",770,768,767,765,760,755,751,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68107",5,38.013248,-87.577856,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,753.961538,4.423474,764,"2013-01-10 00:00",763,"2013-01-04 00:00",763,"2013-01-22 00:00",763,"2013-10-25 00:00","","","","",764,763,763,761,757,753,749,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","68108",1,38.013248,-87.577856,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,753.762295,4.597975,767,"2013-11-24 00:00",766,"2013-11-12 00:00",765,"2013-12-12 00:00",765,"2013-12-24 00:00","","","","",766,765,762,759,756,754,748,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68108",2,38.013248,-87.577856,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,753.79661,4.961158,766,"2013-11-24 00:00",765,"2013-11-12 00:00",764,"2013-12-24 00:00",763,"2013-12-12 00:00","","","","",766,765,764,762,757,753,748,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68108",5,38.013248,-87.577856,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,751.192308,4.191675,761,"2013-01-04 00:00",761,"2013-01-22 00:00",760,"2013-10-25 00:00",758,"2013-02-09 00:00","","","","",761,761,760,757,754,751,746,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","68109",1,38.013248,-87.577856,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.409836,1.224773,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","68109",2,38.013248,-87.577856,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",59,97,59,61,0,0,"","","Certification not required",0,1439.288136,0.456782,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","81102",1,38.013248,-87.577856,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",3,14.258621,6.682158,30,"2013-09-07 00:00",27,"2013-08-26 00:00",27,"2013-09-19 00:00",23,"2013-03-29 00:00","","","","",30,27,27,23,20,14,6,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","84313",1,38.013248,-87.577856,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",7995,91,334,365,0,21,"","","Certification not required",2153,0.411944,0.329764,2.81,"2013-09-06 20:00",2.59,"2013-10-28 02:00",2.56,"2013-10-11 05:00",2.52,"2013-08-12 02:00","","","","",1.63,1.38,1.05,0.83,0.55,0.34,0.1,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-30" +"18","163","0021","84314",1,38.013248,-87.577856,"WGS84","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",7997,91,334,365,0,19,"","","Certification not required",1988,0.486945,0.476533,8.79,"2013-04-07 19:00",6.62,"2013-04-07 20:00",4.82,"2013-04-07 18:00",3.92,"2013-11-15 01:00","","","","",2.43,1.93,1.4,1,0.61,0.37,0.1,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-30" +"18","163","0021","88101",1,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,10.752459,5.33213,27.7,"2013-01-07 00:00",23.8,"2013-07-18 00:00",23.5,"2013-12-03 00:00",23.2,"2013-05-19 00:00","","","","",23.8,23.5,21.2,18.1,14.1,10,4.9,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","88101",1,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,10.752459,5.33213,27.7,"2013-01-07 00:00",23.8,"2013-07-18 00:00",23.5,"2013-12-03 00:00",23.2,"2013-05-19 00:00","","","","",23.8,23.5,21.2,18.1,14.1,10,4.9,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","88101",2,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,10.115254,4.544486,20.9,"2013-09-07 00:00",19.5,"2013-08-26 00:00",19.2,"2013-03-29 00:00",18.8,"2013-09-19 00:00","","","","",20.9,19.5,19.2,16.6,13.3,10,3.9,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","88101",2,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,10.115254,4.544486,20.9,"2013-09-07 00:00",19.5,"2013-08-26 00:00",19.2,"2013-03-29 00:00",18.8,"2013-09-19 00:00","","","","",20.9,19.5,19.2,16.6,13.3,10,3.9,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0021","88101",3,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7542,86,321,365,0,474,"","","Certification not required",0,11.000013,6.542739,96.7,"2013-04-07 19:00",88.5,"2013-04-07 20:00",72,"2013-04-07 18:00",57.8,"2013-04-07 21:00","","","","",31.4,28,23,19.3,14,9.9,4,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","88101",3,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",313,86,313,365,0,0,0,0,"Certification not required",0,10.932907,4.904946,29.8,"2013-01-07 00:00",26.6,"2013-01-08 00:00",25.5,"2013-05-19 00:00",25.4,"2013-06-08 00:00","","","","",25.4,23.2,20.3,17.5,13.5,10.2,5.2,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","88101",3,38.013248,-87.577856,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",313,86,313,365,0,0,"","","Certification not required",0,10.932907,4.904946,29.8,"2013-01-07 00:00",26.6,"2013-01-08 00:00",25.5,"2013-05-19 00:00",25.4,"2013-06-08 00:00","","","","",25.4,23.2,20.3,17.5,13.5,10.2,5.2,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-10" +"18","163","0021","88102",5,38.013248,-87.577856,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.019635,0.007663,0.061,"2013-06-15 00:00",0.026,"2013-01-22 00:00",0.026,"2013-04-22 00:00",0.026,"2013-05-04 00:00","","","","",0.061,0.026,0.026,0.026,0.021,0.0195,0.0095,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88103",5,38.013248,-87.577856,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000596,0.000891,0.003,"2013-01-04 00:00",0.003,"2013-10-25 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88104",5,38.013248,-87.577856,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.025788,0.03193,0.177,"2013-06-27 00:00",0.114,"2013-07-15 00:00",0.101,"2013-07-09 00:00",0.083,"2013-08-20 00:00","","","","",0.177,0.114,0.101,0.056,0.028,0.0125,0.0065,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88107",5,38.013248,-87.577856,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008214,0.008494,0.0295,"2013-01-10 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88109",5,38.013248,-87.577856,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.003797,0.002036,0.0087,"2013-01-16 00:00",0.0083,"2013-06-15 00:00",0.0081,"2013-01-28 00:00",0.0077,"2013-09-07 00:00","","","","",0.0087,0.0083,0.0081,0.0064,0.0051,0.0036,0.00115,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88110",5,38.013248,-87.577856,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001635,0.004699,0.027,"2013-10-01 00:00",0.016,"2013-10-07 00:00",0.011,"2013-06-15 00:00",0.008,"2013-05-22 00:00","","","","",0.027,0.016,0.011,0.005,0.001,0,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88111",5,38.013248,-87.577856,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.028809,0.023532,0.105,"2013-04-04 00:00",0.0911,"2013-05-16 00:00",0.0772,"2013-04-10 00:00",0.0692,"2013-10-13 00:00","","","","",0.105,0.0911,0.0772,0.0597,0.0384,0.0228,0.00375,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88112",5,38.013248,-87.577856,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004269,0.013791,0.098,"2013-09-25 00:00",0.019,"2013-08-02 00:00",0.018,"2013-02-03 00:00",0.011,"2013-10-01 00:00","","","","",0.098,0.019,0.018,0.005,0.003,0.001,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88113",5,38.013248,-87.577856,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.000733,0.000265,0.0019,"2013-08-02 00:00",0.0018,"2013-06-27 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-15 00:00","","","","",0.0019,0.0018,0.001,0.001,0.0007,0.0007,0.00055,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88114",5,38.013248,-87.577856,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",37,0.001407,0.001011,0.0056,"2013-07-03 00:00",0.0052,"2013-08-02 00:00",0.0031,"2013-07-09 00:00",0.0029,"2013-04-04 00:00","","","","",0.0056,0.0052,0.0031,0.0026,0.0016,0.001,0.00065,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88115",5,38.013248,-87.577856,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.006954,0.004618,0.0188,"2013-01-16 00:00",0.0187,"2013-01-04 00:00",0.018,"2013-01-28 00:00",0.017,"2013-03-05 00:00","","","","",0.0188,0.0187,0.018,0.0128,0.0103,0.0055,0.00245,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88117",5,38.013248,-87.577856,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009089,0.013523,0.043,"2013-01-10 00:00",0.043,"2013-02-15 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-10 00:00","","","","",0.043,0.043,0.043,0.043,0.0048,0.0041,0.0028,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88118",5,38.013248,-87.577856,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.010606,0.007223,0.023,"2013-01-10 00:00",0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.00405,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88126",5,38.013248,-87.577856,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.049235,0.027814,0.136,"2013-06-27 00:00",0.133,"2013-08-02 00:00",0.1,"2013-09-07 00:00",0.0945,"2013-04-04 00:00","","","","",0.136,0.133,0.1,0.0795,0.0642,0.0421,0.0203,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88128",5,38.013248,-87.577856,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00125,0.001702,0.007,"2013-03-29 00:00",0.005,"2013-04-04 00:00",0.005,"2013-08-02 00:00",0.004,"2013-06-15 00:00","","","","",0.007,0.005,0.005,0.004,0.002,0.001,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88131",5,38.013248,-87.577856,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009952,0.003416,0.0165,"2013-01-22 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-06-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88132",5,38.013248,-87.577856,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001038,0.001066,0.004,"2013-08-26 00:00",0.003,"2013-02-15 00:00",0.003,"2013-04-22 00:00",0.003,"2013-08-02 00:00","","","","",0.004,0.003,0.003,0.003,0.002,0.001,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88136",5,38.013248,-87.577856,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000308,0.001147,0.007,"2013-08-02 00:00",0.004,"2013-02-03 00:00",0.002,"2013-04-16 00:00",0.001,"2013-01-04 00:00","","","","",0.007,0.004,0.002,0.001,0,0,0,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88140",5,38.013248,-87.577856,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.006918,0.002943,0.024,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-02-03 00:00",0.009,"2013-02-15 00:00","","","","",0.024,0.009,0.009,0.009,0.009,0.006,0.00475,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88152",5,38.013248,-87.577856,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005355,0.001639,0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-05-22 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88154",5,38.013248,-87.577856,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001074,0.00026,0.0017,"2013-07-03 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-04-28 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.00125,0.00125,0.00065,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88160",5,38.013248,-87.577856,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.013654,0.005667,0.04,"2013-06-15 00:00",0.028,"2013-10-19 00:00",0.018,"2013-01-22 00:00",0.018,"2013-04-22 00:00","","","","",0.04,0.028,0.018,0.018,0.016,0.01,0.008,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88161",5,38.013248,-87.577856,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.002558,0.001142,0.009,"2013-06-27 00:00",0.0056,"2013-05-16 00:00",0.0056,"2013-08-20 00:00",0.00265,"2013-03-23 00:00","","","","",0.009,0.0056,0.0056,0.00265,0.00265,0.00215,0.0021,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88164",5,38.013248,-87.577856,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001538,0.000282,0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-05-22 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.00095,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88165",5,38.013248,-87.577856,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.06136,0.066247,0.382,"2013-06-27 00:00",0.226,"2013-07-15 00:00",0.215,"2013-05-16 00:00",0.179,"2013-03-17 00:00","","","","",0.382,0.226,0.215,0.112,0.075,0.041,0.0092,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88166",5,38.013248,-87.577856,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.008748,0.005122,0.0221,"2013-10-01 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-04 00:00","","","","",0.0221,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88167",5,38.013248,-87.577856,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.006949,0.006594,0.0329,"2013-01-28 00:00",0.0299,"2013-03-29 00:00",0.0246,"2013-01-04 00:00",0.0137,"2013-01-16 00:00","","","","",0.0329,0.0299,0.0246,0.0116,0.0086,0.0051,0.0013,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88168",5,38.013248,-87.577856,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00125,0.000305,0.00175,"2013-01-22 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-04 00:00",0.00175,"2013-06-09 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88169",5,38.013248,-87.577856,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.929635,0.479513,2.3,"2013-08-26 00:00",2.14,"2013-09-07 00:00",1.85,"2013-08-20 00:00",1.77,"2013-09-19 00:00","","","","",2.3,2.14,1.85,1.59,1.14,0.838,0.417,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88176",5,38.013248,-87.577856,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001006,0.000222,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88180",5,38.013248,-87.577856,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.065643,0.061674,0.444,"2013-07-03 00:00",0.122,"2013-03-29 00:00",0.121,"2013-09-07 00:00",0.121,"2013-09-19 00:00","","","","",0.444,0.122,0.121,0.108,0.082,0.0545,0.0205,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88184",5,38.013248,-87.577856,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",38,0.038654,0.052274,0.35,"2013-04-10 00:00",0.136,"2013-03-17 00:00",0.118,"2013-09-19 00:00",0.104,"2013-07-09 00:00","","","","",0.35,0.136,0.118,0.08,0.041,0.02,0.013,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88185",5,38.013248,-87.577856,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.003959,0.003861,0.0116,"2013-05-22 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0116,0.0115,0.0115,0.0115,0.0035,0.00225,0.0014,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88301",5,38.013248,-87.577856,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.826269,0.543144,2.32,"2013-01-16 00:00",1.85,"2013-04-16 00:00",1.75,"2013-03-29 00:00",1.66,"2013-02-03 00:00","","","","",2.32,1.85,1.75,1.5,1.21,0.754,0.157,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88302",5,38.013248,-87.577856,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.063002,0.052924,0.335,"2013-04-10 00:00",0.183,"2013-06-09 00:00",0.127,"2013-04-16 00:00",0.127,"2013-05-28 00:00","","","","",0.335,0.183,0.127,0.112,0.0797,0.049,0.0181,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88303",5,38.013248,-87.577856,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.052346,0.050938,0.331,"2013-07-03 00:00",0.14,"2013-06-09 00:00",0.14,"2013-06-15 00:00",0.124,"2013-09-07 00:00","","","","",0.331,0.14,0.14,0.0909,0.059,0.043,0.012,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88306",5,38.013248,-87.577856,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.137635,1.363701,6.55,"2013-01-16 00:00",4.67,"2013-01-04 00:00",4.15,"2013-02-03 00:00",4.1,"2013-03-29 00:00","","","","",6.55,4.67,4.15,2.75,1.29,0.568,0.23,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88355",5,38.013248,-87.577856,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.304958,0.987726,4.8,"2013-01-28 00:00",4.59,"2013-09-19 00:00",4.49,"2013-09-07 00:00",4.41,"2013-06-09 00:00","","","","",4.8,4.8,4.49,3.89,2.68,2.13,1.33,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88357",5,38.013248,-87.577856,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.213646,0.101106,0.553,"2013-01-04 00:00",0.454,"2013-09-07 00:00",0.405,"2013-06-09 00:00",0.353,"2013-01-28 00:00","","","","",0.553,0.553,0.405,0.338,0.267,0.201,0.086,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88370",5,38.013248,-87.577856,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.086292,0.889805,4.39,"2013-01-28 00:00",4.2,"2013-09-19 00:00",4.1,"2013-06-09 00:00",3.79,"2013-09-07 00:00","","","","",4.39,4.39,4.1,3.44,2.47,1.9,1.25,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88374",5,38.013248,-87.577856,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.168688,0.146769,0.769,"2013-09-19 00:00",0.613,"2013-01-04 00:00",0.427,"2013-03-29 00:00",0.352,"2013-10-19 00:00","","","","",0.769,0.769,0.427,0.317,0.223,0.127,0.044,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88375",5,38.013248,-87.577856,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.572667,0.281526,1.52,"2013-06-09 00:00",1.12,"2013-08-02 00:00",1.12,"2013-09-19 00:00",1.11,"2013-09-07 00:00","","","","",1.52,1.52,1.12,1.02,0.685,0.507,0.294,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88376",5,38.013248,-87.577856,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.534479,0.234066,1.51,"2013-01-28 00:00",0.855,"2013-09-07 00:00",0.835,"2013-09-19 00:00",0.804,"2013-08-02 00:00","","","","",1.51,1.51,0.835,0.794,0.677,0.483,0.238,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88377",5,38.013248,-87.577856,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.385813,0.187558,1.04,"2013-01-28 00:00",0.755,"2013-06-09 00:00",0.707,"2013-01-04 00:00",0.688,"2013-09-07 00:00","","","","",1.04,1.04,0.707,0.674,0.474,0.371,0.178,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88378",5,38.013248,-87.577856,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.424417,0.176269,0.875,"2013-06-09 00:00",0.814,"2013-09-07 00:00",0.8,"2013-09-19 00:00",0.792,"2013-06-15 00:00","","","","",0.875,0.875,0.8,0.73,0.494,0.411,0.233,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88380",5,38.013248,-87.577856,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.431813,0.205592,1.15,"2013-09-07 00:00",1,"2013-01-04 00:00",0.768,"2013-01-28 00:00",0.715,"2013-06-09 00:00","","","","",1.15,1.15,0.768,0.714,0.524,0.42,0.234,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88383",5,38.013248,-87.577856,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.799979,0.357588,1.94,"2013-09-07 00:00",1.57,"2013-06-09 00:00",1.5,"2013-01-04 00:00",1.38,"2013-09-19 00:00","","","","",1.94,1.94,1.5,1.36,0.937,0.729,0.394,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88384",5,38.013248,-87.577856,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.056285,0.02968,0.175,"2013-06-03 00:00",0.135,"2013-06-27 00:00",0.112,"2013-06-21 00:00",0.11,"2013-10-19 00:00","","","","",0.175,0.175,0.112,0.0854,0.069,0.0503,0.0276,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88385",5,38.013248,-87.577856,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001113,0.000784,0.00643,"2013-06-03 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00643,0.00643,0.001,0.001,0.001,0.001,0.001,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88388",5,38.013248,-87.577856,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.642646,0.277132,1.51,"2013-09-07 00:00",1.19,"2013-06-09 00:00",1.19,"2013-06-15 00:00",1.19,"2013-09-19 00:00","","","","",1.51,1.51,1.19,1.02,0.74,0.599,0.329,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88403",5,38.013248,-87.577856,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.383577,1.161524,5.22,"2013-08-26 00:00",5.1,"2013-09-07 00:00",4.59,"2013-04-16 00:00",4.51,"2013-06-09 00:00","","","","",5.22,5.1,4.59,4.03,3.03,2.32,1.05,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0021","88502",5,38.013248,-87.577856,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.830769,4.549835,23.3,"2013-09-07 00:00",19.5,"2013-03-29 00:00",19,"2013-09-19 00:00",18.9,"2013-08-26 00:00","","","","",23.3,19.5,19,17.6,13.6,10.6,5.5,"Evansville- Buena Vista","Evansville-Buena Vista-1110 W. Buena Vista Rd.","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-02-13" +"18","163","0022","42101",1,37.977647,-87.596781,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7720,88,325,365,0,296,0,0,"Certification not required",6648,0.350531,0.394229,8.3,"2013-01-10 14:00",7,"2013-01-10 15:00",6.8,"2013-01-04 09:00",6.1,"2013-01-10 16:00","","","","",2,1.4,0.8,0.5,0.25,0.25,0.25,"Evansville- Lloyd","10 S. 11th St/ Evansville- Lloyd","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-02" +"18","163","0022","42101",1,37.977647,-87.596781,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7792,89,323,365,0,0,0,0,"Certification not required",0,0.386011,0.324089,5.5,"2013-01-10 19:00",5.4,"2013-01-10 20:00",5.2,"2013-01-10 18:00",5.2,"2013-01-10 21:00",5.5,"2013-01-10 19:00",4.8,"2013-01-09 14:00",1.8,1.3,0.8,0.5,0.3,0.3,0.3,"Evansville- Lloyd","10 S. 11th St/ Evansville- Lloyd","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-02" +"18","163","0023","68101",1,37.974465,-87.55802,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",119,100,61,61,0,0,"","","Certification not required",60,0.166387,0.140687,0.5,"2013-06-18 00:00",0.5,"2013-07-18 00:00",0.5,"2013-08-29 00:00",0.5,"2013-11-09 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68102",1,37.974465,-87.55802,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,0,"","","Certification not required",0,23.997479,0.015743,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68103",1,37.974465,-87.55802,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,8.505882,10.55402,26.1,"2013-07-18 00:00",25.3,"2013-07-09 00:00",25.2,"2013-09-10 00:00",24.5,"2013-06-12 00:00","","","","",25.3,25.2,23.8,21.2,18.7,8.1,-5.2,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68104",1,37.974465,-87.55802,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,20.380672,12.107858,39,"2013-07-18 00:00",38.5,"2013-08-29 00:00",37.6,"2013-06-27 00:00",37.5,"2013-09-10 00:00","","","","",38.5,37.6,36.8,35.4,31.2,21.1,2.2,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68105",1,37.974465,-87.55802,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,0,"","","Certification not required",0,14.009244,10.960631,31.8,"2013-07-18 00:00",30.8,"2013-08-29 00:00",30.7,"2013-06-12 00:00",30.6,"2013-07-09 00:00","","","","",30.8,30.7,30.1,27.6,24,14.5,-0.9,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68106",1,37.974465,-87.55802,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,750.462185,4.631853,763,"2013-11-24 00:00",762,"2013-12-24 00:00",760,"2013-01-04 00:00",760,"2013-01-22 00:00","","","","",762,760,759,756,753,751,745,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68107",1,37.974465,-87.55802,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,756.285714,4.902685,771,"2013-11-24 00:00",770,"2013-11-12 00:00",769,"2013-12-24 00:00",768,"2013-12-12 00:00","","","","",770,769,764,764,759,756,751,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68108",1,37.974465,-87.55802,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,0,"","","Certification not required",0,753.613445,4.64705,767,"2013-11-24 00:00",766,"2013-11-12 00:00",765,"2013-12-12 00:00",765,"2013-12-24 00:00","","","","",766,765,762,759,756,754,747,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","68109",1,37.974465,-87.55802,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",119,100,61,61,0,0,"","","Certification not required",0,1439.495798,1.156221,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","88101",1,37.974465,-87.55802,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,4,0,0,"Certification not required",0,10.689916,5.33637,30.7,"2013-01-07 00:00",25.5,"2013-07-18 00:00",24.5,"2013-12-03 00:00",23,"2013-05-19 00:00","","","","",25.5,24.5,21.7,17.8,13.5,10,4.9,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","163","0023","88101",1,37.974465,-87.55802,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,4,"","","Certification not required",0,10.689916,5.33637,30.7,"2013-01-07 00:00",25.5,"2013-07-18 00:00",24.5,"2013-12-03 00:00",23,"2013-05-19 00:00","","","","",25.5,24.5,21.7,17.8,13.5,10,4.9,"Evansville- E. Walnut","Evansville- E. Walnut 500 E. Walnut St. Rescue Mission","Indiana","Vanderburgh","Evansville","Evansville, IN-KY","2014-01-27" +"18","165","0004","61101",1,39.923645,-87.435566,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",8620,98,357,365,0,140,"","","Certification not required",0,5.924501,3.776487,24.5,"2013-01-29 23:00",23.1,"2013-04-06 14:00",22.7,"2013-04-06 16:00",22.4,"2013-02-18 21:00","","","","",16.8,15.5,13.2,11.1,8.2,5.3,1.6,"","WEST OF CAY, PLANT","Indiana","Vermillion","","Terre Haute, IN","2014-02-03" +"18","165","0004","61102",1,39.923645,-87.435566,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",7782,89,322,365,0,978,"","","Certification not required",0,201.846955,96.117243,360,"2013-09-15 22:00",360,"2013-09-26 02:00",360,"2013-09-27 08:00",360,"2013-10-28 08:00","","","","",356,352,344,330,281,199,43,"","WEST OF CAY, PLANT","Indiana","Vermillion","","Terre Haute, IN","2014-02-03" +"18","165","0004","61103",1,39.923645,-87.435566,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",7767,89,321,365,0,993,"","","Certification not required",0,5.594605,3.750006,22.8,"2013-04-06 14:00",22.2,"2013-02-18 21:00",22.2,"2013-04-06 16:00",22.1,"2013-01-29 21:00","","","","",16.6,15.1,12.9,10.7,7.8,4.9,1.3,"","WEST OF CAY, PLANT","Indiana","Vermillion","","Terre Haute, IN","2014-02-03" +"18","165","0004","61104",1,39.923645,-87.435566,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",7782,89,322,365,0,978,"","","Certification not required",0,201.144564,95.71872,360,"2013-09-02 13:00",360,"2013-09-15 22:00",360,"2013-10-13 20:00",360,"2013-10-28 08:00","","","","",356,352,344,329,279,198,41,"","WEST OF CAY, PLANT","Indiana","Vermillion","","Terre Haute, IN","2014-02-03" +"18","167","0018","42401",2,39.48615,-87.401398,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8625,98,362,365,0,135,4,"","Certification not required",0,6.635083,15.363623,111.5,"2013-06-18 10:00",101,"2013-07-17 12:00",80.9,"2013-04-01 08:00",79.1,"2013-09-05 12:00","","","","",79.1,60.6,41.4,17.2,4.2,1.4,0,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","42401",2,39.48615,-87.401398,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8625,98,362,365,0,135,"","","Certification not required",0,0.879768,4.536309,111.5,"2013-06-18 10:00",101,"2013-07-17 12:00",99.1,"2013-07-17 13:00",95.4,"2013-06-18 11:00","","","","",18.6,8.5,2.9,1.4,0.4,0,0,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","42401",2,39.48615,-87.401398,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.875967,1.864882,14.2,"2013-06-18 00:00",13.4,"2013-11-24 00:00",11.4,"2013-07-17 00:00",10.7,"2013-09-05 00:00","","","","",10.7,7.7,4.3,2.2,0.7,0.3,0,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","42401",2,39.48615,-87.401398,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2830,97,361,365,0,0,"",0,"Certification not required",0,0.869081,3.844281,82.4,"2013-06-18 11:00",74.8,"2013-07-17 14:00",43.7,"2013-09-05 11:00",43.3,"2013-04-01 08:00","","","","",18.4,10,3.1,1.5,0.4,0,0,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","42406",2,39.48615,-87.401398,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8652,99,362,365,0,108,"","","Certification not required",0,1.917245,12.017776,320.3,"2013-06-18 10:00",287.3,"2013-07-17 12:00",285,"2013-07-17 13:00",238.3,"2013-06-18 11:00","","","","",52.2,25.2,5.1,2.1,0.7,0,-0.6,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","44201",1,39.48615,-87.401398,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4298,98,179,183,0,91,0,0,"Certification not required",296,0.045994,0.010198,0.07,"2013-06-21 17:00",0.069,"2013-08-17 17:00",0.068,"2013-09-26 16:00",0.067,"2013-06-06 15:00","","","","",0.069,0.067,0.063,0.059,0.053,0.046,0.033,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2013-10-25" +"18","167","0018","44201",1,39.48615,-87.401398,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4316,97,178,183,0,0,0,0,"Certification not required",0,0.041713,0.009428,0.063,"2013-06-06 13:00",0.062,"2013-06-21 11:00",0.062,"2013-09-26 11:00",0.061,"2013-08-19 11:00","","","","",0.062,0.061,0.058,0.054,0.049,0.042,0.029,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2013-10-25" +"18","167","0018","44201",1,39.48615,-87.401398,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4316,97,178,183,0,0,0,0,"Certification not required",0,0.041713,0.009428,0.063,"2013-06-06 13:00",0.062,"2013-06-21 11:00",0.062,"2013-09-26 11:00",0.061,"2013-08-19 11:00","","","","",0.062,0.061,0.058,0.054,0.049,0.042,0.029,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2013-10-25" +"18","167","0018","68101",1,39.48615,-87.401398,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",75,0.095455,0.072169,0.3,"2013-01-01 00:00",0.3,"2013-04-19 00:00",0.3,"2013-07-03 00:00",0.3,"2013-11-09 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68102",1,39.48615,-87.401398,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68103",1,39.48615,-87.401398,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,6.258678,11.020577,24.9,"2013-07-09 00:00",24.5,"2013-09-10 00:00",23.8,"2013-07-18 00:00",23.7,"2013-07-15 00:00","","","","",24.5,23.8,21.8,20,16.7,7.2,-8.1,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68104",1,39.48615,-87.401398,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,17.045455,12.129846,36.6,"2013-09-10 00:00",36.3,"2013-07-18 00:00",34.9,"2013-06-12 00:00",34.6,"2013-08-29 00:00","","","","",36.3,34.9,33.2,31.6,28,18.1,-0.3,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68105",1,39.48615,-87.401398,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,11.373554,11.353148,30,"2013-07-18 00:00",28.8,"2013-06-12 00:00",28.8,"2013-09-10 00:00",28.7,"2013-07-09 00:00","","","","",28.8,28.8,26.7,24.9,22,12.3,-4.4,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68106",1,39.48615,-87.401398,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,746.628099,5.112293,761,"2013-10-13 00:00",760,"2013-11-24 00:00",758,"2013-12-24 00:00",757,"2013-11-12 00:00","","","","",760,758,755,753,749,747,740,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68107",1,39.48615,-87.401398,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,752.107438,4.956144,767,"2013-11-24 00:00",765,"2013-11-12 00:00",764,"2013-12-12 00:00",764,"2013-12-24 00:00","","","","",765,764,760,758,755,752,746,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68108",1,39.48615,-87.401398,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,749.454545,4.932883,764,"2013-11-24 00:00",763,"2013-11-12 00:00",761,"2013-12-24 00:00",760,"2013-12-12 00:00","","","","",763,761,757,755,752,750,743,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","68109",1,39.48615,-87.401398,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.61157,0.48942,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","81102",1,39.48615,-87.401398,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,16.526316,7.6651,35,"2013-09-19 00:00",32,"2013-09-07 00:00",29,"2013-06-15 00:00",29,"2013-08-20 00:00","","","","",35,32,29,27,21,16,7,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","88101",1,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,10.430579,5.262332,31.1,"2013-12-03 00:00",25.4,"2013-01-07 00:00",23,"2013-09-19 00:00",22.7,"2013-05-19 00:00","","","","",25.4,23,19.7,16.5,13.7,10,4.5,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","88101",1,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,10.430579,5.262332,31.1,"2013-12-03 00:00",25.4,"2013-01-07 00:00",23,"2013-09-19 00:00",22.7,"2013-05-19 00:00","","","","",25.4,23,19.7,16.5,13.7,10,4.5,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-01-27" +"18","167","0018","88101",3,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7234,83,314,365,0,782,"","","Certification not required",0,9.095673,6.864859,67.6,"2013-06-06 00:00",47.3,"2013-03-30 02:00",46.5,"2013-01-07 02:00",45.1,"2013-01-10 01:00","","","","",31.3,27.8,22,18.3,12.2,7.9,1.7,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",3,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,0,0,"Certification not required",0,9.074667,5.047681,27.9,"2013-01-08 00:00",25.5,"2013-01-07 00:00",23.2,"2013-03-30 00:00",22.6,"2013-03-10 00:00","","","","",23.2,20.6,19.1,15.6,12.5,8,3,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",3,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,9.074667,5.047681,27.9,"2013-01-08 00:00",25.5,"2013-01-07 00:00",23.2,"2013-03-30 00:00",22.6,"2013-03-10 00:00","","","","",23.2,20.6,19.1,15.6,12.5,8,3,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7414,85,316,365,8,602,"","","Certification not required",0,10.615525,6.925455,103.3,"2013-07-04 21:00",95.9,"2013-07-03 22:00",78.9,"2013-07-03 23:00",69.5,"2013-05-25 11:00","","","","",32.1,28.2,22.8,19.5,14.1,9.5,3.4,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7406,85,316,365,0,602,"","","Certification not required",0,10.555698,6.646056,69.5,"2013-05-25 11:00",63.6,"2013-06-06 00:00",53.4,"2013-04-05 01:00",50.3,"2013-10-27 22:00","","","","",31.6,27.9,22.7,19.4,14.1,9.5,3.4,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7414,85,316,365,8,602,"","","Certification not required",0,10.615525,6.925455,103.3,"2013-07-04 21:00",95.9,"2013-07-03 22:00",78.9,"2013-07-03 23:00",69.5,"2013-05-25 11:00","","","","",32.1,28.2,22.8,19.5,14.1,9.5,3.4,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",308,84,308,365,0,0,0,0,"Certification not required",0,10.58539,4.87268,29.8,"2013-07-04 00:00",24.4,"2013-03-30 00:00",23.7,"2013-09-09 00:00",23.3,"2013-05-19 00:00","","","","",23.3,22.5,19,17.1,14.1,9.8,4.9,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",308,84,308,365,0,0,0,0,"Certification not required",0,10.58539,4.87268,29.8,"2013-07-04 00:00",24.4,"2013-03-30 00:00",23.7,"2013-09-09 00:00",23.3,"2013-05-19 00:00","","","","",23.3,22.5,19,17.1,14.1,9.8,4.9,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",308,84,308,365,0,0,0,0,"Certification not required",0,10.532468,4.759785,24.4,"2013-03-30 00:00",23.7,"2013-09-09 00:00",23.3,"2013-05-19 00:00",23.1,"2013-06-07 00:00","","","","",23.1,22,19,16.9,13.9,9.8,4.9,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",308,84,308,365,0,0,"","","Certification not required",0,10.58539,4.87268,29.8,"2013-07-04 00:00",24.4,"2013-03-30 00:00",23.7,"2013-09-09 00:00",23.3,"2013-05-19 00:00","","","","",23.3,22.5,19,17.1,14.1,9.8,4.9,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",308,84,308,365,0,0,"","","Certification not required",0,10.532468,4.759785,24.4,"2013-03-30 00:00",23.7,"2013-09-09 00:00",23.3,"2013-05-19 00:00",23.1,"2013-06-07 00:00","","","","",23.1,22,19,16.9,13.9,9.8,4.9,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0018","88101",4,39.48615,-87.401398,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",308,84,308,365,0,0,"","","Certification not required",0,10.58539,4.87268,29.8,"2013-07-04 00:00",24.4,"2013-03-30 00:00",23.7,"2013-09-09 00:00",23.3,"2013-05-19 00:00","","","","",23.3,22.5,19,17.1,14.1,9.8,4.9,"TERRE HAUTE CAAP/ McLean High School","Terre Haute- Lafayette Ave. 961 N. LAFAYETTE AVE.","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-10" +"18","167","0024","44201",1,39.560556,-87.313056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4246,95,174,183,0,146,0,0,"Certification not required",130,0.051178,0.009332,0.074,"2013-06-21 15:00",0.073,"2013-05-15 14:00",0.072,"2013-06-06 15:00",0.071,"2013-09-26 16:00","","","","",0.073,0.071,0.067,0.063,0.058,0.051,0.039,"Sandcut/ SITE LOCATED BY HOME BEHIND SHED.","7597 N. STEVENSON RD/ SANDCUT","Indiana","Vigo","","Terre Haute, IN","2013-10-25" +"18","167","0024","44201",1,39.560556,-87.313056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4251,95,174,183,0,0,0,0,"Certification not required",0,0.04631,0.009288,0.069,"2013-05-15 12:00",0.068,"2013-06-06 13:00",0.067,"2013-05-01 11:00",0.066,"2013-06-21 10:00","","","","",0.068,0.066,0.062,0.058,0.053,0.046,0.034,"Sandcut/ SITE LOCATED BY HOME BEHIND SHED.","7597 N. STEVENSON RD/ SANDCUT","Indiana","Vigo","","Terre Haute, IN","2013-10-25" +"18","167","0024","44201",1,39.560556,-87.313056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4251,95,174,183,0,0,0,0,"Certification not required",0,0.04631,0.009288,0.069,"2013-05-15 12:00",0.068,"2013-06-06 13:00",0.067,"2013-05-01 11:00",0.066,"2013-06-21 10:00","","","","",0.068,0.066,0.062,0.058,0.053,0.046,0.034,"Sandcut/ SITE LOCATED BY HOME BEHIND SHED.","7597 N. STEVENSON RD/ SANDCUT","Indiana","Vigo","","Terre Haute, IN","2013-10-25" +"18","167","1009","61101",1,39.528371,-87.428342,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",8532,97,352,365,0,228,"","","Certification not required",0,3.421285,2.31486,15.2,"2013-01-29 23:00",14.2,"2013-04-06 16:00",14.2,"2013-11-17 15:00",13.8,"2013-11-17 14:00","","","","",10.2,9.2,7.8,6.5,4.7,3.1,0.5,"Wabash River","ON HILL WEST OF PLANT","Indiana","Vigo","","Terre Haute, IN","2014-02-03" +"18","167","1009","61102",1,39.528371,-87.428342,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",8567,98,354,365,0,193,"","","Certification not required",0,189.084744,89.206623,360,"2013-03-05 12:00",359,"2013-03-24 21:00",359,"2013-04-20 16:00",359,"2013-05-06 00:00","","","","",352,346,333,315,245,194,46,"Wabash River","ON HILL WEST OF PLANT","Indiana","Vigo","","Terre Haute, IN","2014-02-03" +"18","167","1009","61103",1,39.528371,-87.428342,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",8532,97,352,365,0,228,"","","Certification not required",0,3.031903,2.218836,13.4,"2013-04-06 16:00",12.9,"2013-02-18 22:00",12.9,"2013-11-17 14:00",12.9,"2013-11-17 15:00","","","","",9.7,8.8,7.3,6.1,4.3,2.7,0.4,"Wabash River","ON HILL WEST OF PLANT","Indiana","Vigo","","Terre Haute, IN","2014-02-03" +"18","167","1009","61104",1,39.528371,-87.428342,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",8567,98,354,365,0,193,"","","Certification not required",0,191.057313,90.605062,359,"2013-02-12 23:00",359,"2013-03-24 21:00",359,"2013-06-19 02:00",359,"2013-06-29 13:00","","","","",354,348,335,318,249,196,46,"Wabash River","ON HILL WEST OF PLANT","Indiana","Vigo","","Terre Haute, IN","2014-02-03" +"18","167","1014","42401",1,39.514761,-87.407787,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8291,95,360,365,0,469,12,"","Certification not required",0,13.9,21.067236,151,"2013-05-11 18:00",114,"2013-03-28 11:00",108,"2013-05-12 07:00",103,"2013-04-24 10:00","","","","",103,87,60,42,11,5,3,""," 0.6 MI N OF FT HARRISON RD","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-03" +"18","167","1014","42401",1,39.514761,-87.407787,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8291,95,360,365,0,469,"","","Certification not required",0,3.963816,7.294173,151,"2013-05-11 18:00",114,"2013-03-28 11:00",108,"2013-05-12 07:00",103,"2013-04-24 10:00","","","","",40,27,9,5,3,2,2,""," 0.6 MI N OF FT HARRISON RD","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-03" +"18","167","1014","42401",1,39.514761,-87.407787,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,3.967222,3.80043,29.2,"2013-03-25 00:00",27.1,"2013-05-12 00:00",26,"2013-05-11 00:00",25.3,"2013-03-21 00:00","","","","",25.3,17,11,7.3,3.8,2.7,2,""," 0.6 MI N OF FT HARRISON RD","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-03" +"18","167","1014","42401",1,39.514761,-87.407787,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2509,86,356,365,0,0,"",0,"Certification not required",0,3.955281,6.389737,96.6,"2013-05-11 20:00",74,"2013-05-12 08:00",60,"2013-04-02 14:00",59.6,"2013-03-25 14:00","","","","",38.3,27.3,11.3,5.6,3.3,2.3,2,""," 0.6 MI N OF FT HARRISON RD","Indiana","Vigo","Terre Haute","Terre Haute, IN","2014-02-03" +"18","169","9991","44201",1,40.816,-85.6611,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7572,95,173,183,0,444,0,0,"Certification not required",14,0.051179,0.010276,0.078,"2013-05-14 16:00",0.076,"2013-06-21 18:00",0.075,"2013-06-20 17:00",0.074,"2013-05-15 16:00","","","","",0.076,0.074,0.067,0.064,0.06,0.053,0.044,"Salamonie Reservoir","Hamilton Rd, Lagro, IN 46941","Indiana","Wabash","","Wabash, IN","2014-01-31" +"18","169","9991","44201",1,40.816,-85.6611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7711,92,168,183,0,0,0,0,"Certification not required",0,0.046565,0.009709,0.072,"2013-05-14 12:00",0.071,"2013-06-21 11:00",0.069,"2013-06-05 12:00",0.068,"2013-06-20 11:00","","","","",0.071,0.068,0.061,0.059,0.055,0.047,0.04,"Salamonie Reservoir","Hamilton Rd, Lagro, IN 46941","Indiana","Wabash","","Wabash, IN","2014-01-31" +"18","169","9991","44201",1,40.816,-85.6611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7711,92,168,183,0,0,0,0,"Certification not required",0,0.046565,0.009709,0.072,"2013-05-14 12:00",0.071,"2013-06-21 11:00",0.069,"2013-06-05 12:00",0.068,"2013-06-20 11:00","","","","",0.071,0.068,0.061,0.059,0.055,0.047,0.04,"Salamonie Reservoir","Hamilton Rd, Lagro, IN 46941","Indiana","Wabash","","Wabash, IN","2014-01-31" +"18","173","0008","44201",1,38.052003,-87.278337,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4334,100,183,183,0,58,0,0,"Certification not required",135,0.049639,0.010846,0.085,"2013-06-21 12:00",0.075,"2013-09-06 15:00",0.072,"2013-06-17 14:00",0.071,"2013-09-05 15:00","","","","",0.075,0.071,0.069,0.065,0.056,0.05,0.035,"Boonville- Boonville HS","300 N. 1ST ST./ BOONVILLE HIGH SCHOOL","Indiana","Warrick","Boonville","Evansville, IN-KY","2013-10-25" +"18","173","0008","44201",1,38.052003,-87.278337,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4360,99,182,183,0,0,0,0,"Certification not required",0,0.044214,0.009283,0.069,"2013-06-21 10:00",0.065,"2013-09-06 10:00",0.063,"2013-05-14 16:00",0.063,"2013-05-15 11:00","","","","",0.065,0.063,0.061,0.056,0.05,0.045,0.032,"Boonville- Boonville HS","300 N. 1ST ST./ BOONVILLE HIGH SCHOOL","Indiana","Warrick","Boonville","Evansville, IN-KY","2013-10-25" +"18","173","0008","44201",1,38.052003,-87.278337,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4360,99,182,183,0,0,0,0,"Certification not required",0,0.044214,0.009283,0.069,"2013-06-21 10:00",0.065,"2013-09-06 10:00",0.063,"2013-05-14 16:00",0.063,"2013-05-15 11:00","","","","",0.065,0.063,0.061,0.056,0.05,0.045,0.032,"Boonville- Boonville HS","300 N. 1ST ST./ BOONVILLE HIGH SCHOOL","Indiana","Warrick","Boonville","Evansville, IN-KY","2013-10-25" +"18","173","0009","44201",1,38.194501,-87.341396,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4291,99,182,183,0,101,0,0,"Certification not required",438,0.046747,0.011048,0.072,"2013-06-17 12:00",0.07,"2013-06-08 16:00",0.07,"2013-07-16 17:00",0.068,"2013-06-15 16:00","","","","",0.07,0.068,0.065,0.061,0.055,0.046,0.032,"Lynnville- Tecumseh HS","5244 STATE RD 68/ TECUMSEH HIGH SCHOOL","Indiana","Warrick","","Evansville, IN-KY","2013-10-25" +"18","173","0009","44201",1,38.194501,-87.341396,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4352,99,181,183,0,0,0,0,"Certification not required",0,0.041481,0.009906,0.065,"2013-06-08 10:00",0.062,"2013-06-06 10:00",0.061,"2013-05-15 10:00",0.061,"2013-06-15 10:00","","","","",0.062,0.061,0.058,0.054,0.049,0.041,0.029,"Lynnville- Tecumseh HS","5244 STATE RD 68/ TECUMSEH HIGH SCHOOL","Indiana","Warrick","","Evansville, IN-KY","2013-10-25" +"18","173","0009","44201",1,38.194501,-87.341396,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4352,99,181,183,0,0,0,0,"Certification not required",0,0.041481,0.009906,0.065,"2013-06-08 10:00",0.062,"2013-06-06 10:00",0.061,"2013-05-15 10:00",0.061,"2013-06-15 10:00","","","","",0.062,0.061,0.058,0.054,0.049,0.041,0.029,"Lynnville- Tecumseh HS","5244 STATE RD 68/ TECUMSEH HIGH SCHOOL","Indiana","Warrick","","Evansville, IN-KY","2013-10-25" +"18","173","0011","44201",1,37.954511,-87.321939,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4341,100,183,183,0,51,0,0,"Certification not required",214,0.050519,0.010392,0.077,"2013-06-19 13:00",0.074,"2013-06-17 13:00",0.073,"2013-08-30 11:00",0.072,"2013-06-08 15:00","","","","",0.074,0.072,0.07,0.065,0.057,0.05,0.037,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2013-10-25" +"18","173","0011","44201",1,37.954511,-87.321939,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4360,99,182,183,0,0,0,0,"Certification not required",0,0.045143,0.009373,0.067,"2013-05-14 14:00",0.067,"2013-06-19 10:00",0.066,"2013-05-15 10:00",0.066,"2013-06-08 10:00","","","","",0.067,0.066,0.062,0.058,0.051,0.045,0.032,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2013-10-25" +"18","173","0011","44201",1,37.954511,-87.321939,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4360,99,182,183,0,0,0,0,"Certification not required",0,0.045143,0.009373,0.067,"2013-05-14 14:00",0.067,"2013-06-19 10:00",0.066,"2013-05-15 10:00",0.066,"2013-06-08 10:00","","","","",0.067,0.066,0.062,0.058,0.051,0.045,0.032,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2013-10-25" +"18","173","0011","61101",1,37.954511,-87.321939,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7236,83,302,365,0,60,"","","Certification not required",0,5.020813,3.504165,22.5,"2013-02-18 12:00",21,"2013-02-10 13:00",21,"2013-02-18 11:00",20.8,"2013-04-11 04:00","","","","",15.3,13.8,11.8,9.9,7,4.4,0.9,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","61103",1,37.954511,-87.321939,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7236,83,302,365,0,60,"","","Certification not required",0,4.783789,3.450877,22.2,"2013-02-18 12:00",20.8,"2013-02-10 13:00",20.8,"2013-02-18 11:00",20.3,"2013-04-11 04:00","","","","",14.8,13.5,11.5,9.6,6.8,4.2,0.8,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","61104",1,37.954511,-87.321939,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7236,83,302,365,0,60,"","","Certification not required",0,193.219044,103.679908,360,"2013-01-14 06:00",360,"2013-06-03 22:00",360,"2013-07-01 02:00",360,"2013-07-11 04:00","","","","",357,354,346,332,279,203,31,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","61105",1,37.954511,-87.321939,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7236,83,302,365,0,60,"","","Certification not required",0,9.937811,5.924286,40,"2013-02-18 21:00",39,"2013-04-11 04:00",38,"2013-02-18 15:00",38,"2013-04-11 03:00","","","","",27,25,22,18,13,9,3,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","61106",1,37.954511,-87.321939,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7236,83,302,365,0,60,"","","Certification not required",0,18.218905,11.688158,81,"2013-01-02 21:00",81,"2013-01-04 18:00",81,"2013-02-15 22:00",81,"2013-02-16 00:00","","","","",71,54,41,31,21,15,8,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","62101",1,37.954511,-87.321939,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7286,83,304,365,0,10,"","","Certification not required",0,58.024979,18.536204,95,"2013-08-30 13:00",94,"2013-08-30 14:00",94,"2013-08-30 15:00",94,"2013-08-31 12:00","","","","",89,87,84,80,73,63,31,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","62103",1,37.954511,-87.321939,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7286,83,304,365,0,10,"","","Certification not required",0,50.540351,17.76562,78,"2013-07-23 16:00",77,"2013-06-27 09:00",77,"2013-07-23 12:00",77,"2013-07-23 13:00","","","","",75,74,73,71,65,56,25,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","62201",1,37.954511,-87.321939,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",7288,83,304,365,0,8,"","","Certification not required",0,78.501098,16.91065,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-01 02:00",100,"2013-01-01 03:00","","","","",100,100,99,98,93,82,53,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","173","0011","64101",1,37.954511,-87.321939,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7285,83,304,365,0,11,"","","Certification not required",0,1002.912011,5.733111,1021,"2013-01-24 09:00",1021,"2013-01-24 10:00",1020,"2013-01-18 08:00",1020,"2013-01-18 09:00","","","","",1016,1015,1013,1011,1006,1003,996,"Dayville","DAYVILLE- 3488 EBLE RD, Newburgh","Indiana","Warrick","","Evansville, IN-KY","2014-01-28" +"18","177","0006","42401",1,39.812256,-84.889927,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8611,98,363,365,0,149,0,"","Certification not required",0,4.883747,2.923847,27,"2013-06-24 16:00",17.5,"2013-03-09 20:00",15.8,"2013-06-20 10:00",14.3,"2013-02-04 10:00","","","","",14.3,12,9.7,8.5,6.3,4,2.1,"","SCHOOL KITCHEN 1321 SOUTH 9TH STREET","Indiana","Wayne","Richmond","Richmond, IN","2014-02-04" +"18","177","0006","42401",1,39.812256,-84.889927,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8611,98,363,365,0,149,"","","Certification not required",0,3.423633,2.019903,27,"2013-06-24 16:00",25,"2013-06-24 17:00",17.5,"2013-03-09 20:00",15.8,"2013-06-20 10:00","","","","",9.2,8.5,7.5,6.5,4.3,2.8,1.5,"","SCHOOL KITCHEN 1321 SOUTH 9TH STREET","Indiana","Wayne","Richmond","Richmond, IN","2014-02-04" +"18","177","0006","42401",1,39.812256,-84.889927,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.425895,1.828682,9,"2013-05-14 00:00",8.7,"2013-05-09 00:00",8.3,"2013-03-30 00:00",8.3,"2013-04-29 00:00","","","","",8.3,8,7.3,6.5,4.2,2.9,1.6,"","SCHOOL KITCHEN 1321 SOUTH 9TH STREET","Indiana","Wayne","Richmond","Richmond, IN","2014-02-04" +"18","177","0006","42401",1,39.812256,-84.889927,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2827,97,363,365,0,0,"",0,"Certification not required",0,3.390449,1.979358,22,"2013-06-24 17:00",13,"2013-03-09 20:00",12.8,"2013-03-30 17:00",11.2,"2013-06-20 11:00","","","","",9,8.4,7.5,6.4,4.2,2.8,1.5,"","SCHOOL KITCHEN 1321 SOUTH 9TH STREET","Indiana","Wayne","Richmond","Richmond, IN","2014-02-04" +"18","177","0006","42406",1,39.812256,-84.889927,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8601,98,363,365,0,159,"","","Certification not required",0,4.824962,3.205018,47.4,"2013-06-20 10:00",36,"2013-06-21 09:00",35.1,"2013-03-09 20:00",33.5,"2013-02-04 09:00","","","","",15,13,10.7,9,6.4,3.7,2,"","SCHOOL KITCHEN 1321 SOUTH 9TH STREET","Indiana","Wayne","Richmond","Richmond, IN","2014-02-04" +"18","177","0011","61103",1,39.806357,-84.945866,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8751,100,365,365,0,9,"","","Certification not required",0,4.90096,2.75997,17,"2013-01-30 02:00",16.7,"2013-01-30 01:00",16.4,"2013-03-19 12:00",16,"2013-03-19 15:00","","","","",12.7,11.8,10,8.7,6.6,4.5,1.6,"IN GRASSY AREA S OF RPL SUBSTATION ON CORNER OF TEST & SALISBURY RD.","SUBSTATION - TEST RD. & SALISBURY RD.","Indiana","Wayne","","Richmond, IN","2014-02-04" +"18","177","0011","61104",1,39.806357,-84.945866,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6181,71,257,365,0,2579,"","","Certification not required",0,207.934088,89.546378,360,"2013-12-06 14:00",359.9,"2013-03-02 11:00",359.8,"2013-12-07 18:00",359.6,"2013-03-02 09:00","","","","",354.6,347.3,332.6,312.6,276.4,220.7,62.6,"IN GRASSY AREA S OF RPL SUBSTATION ON CORNER OF TEST & SALISBURY RD.","SUBSTATION - TEST RD. & SALISBURY RD.","Indiana","Wayne","","Richmond, IN","2014-02-04" +"18","177","0011","62101",1,39.806357,-84.945866,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8751,100,365,365,0,9,"","","Certification not required",0,51.04628,19.407952,92,"2013-09-10 13:00",92,"2013-09-10 14:00",91,"2013-09-11 14:00",91,"2013-09-11 15:00","","","","",85,83,79,75,68,53,25,"IN GRASSY AREA S OF RPL SUBSTATION ON CORNER OF TEST & SALISBURY RD.","SUBSTATION - TEST RD. & SALISBURY RD.","Indiana","Wayne","","Richmond, IN","2014-02-04" +"18","177","0011","62201",1,39.806357,-84.945866,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8751,100,365,365,0,9,"","","Certification not required",0,72.298023,15.899458,99,"2013-01-29 01:00",99,"2013-01-29 02:00",99,"2013-01-29 03:00",99,"2013-01-29 04:00","","","","",97,96,95,93,86,74,50,"IN GRASSY AREA S OF RPL SUBSTATION ON CORNER OF TEST & SALISBURY RD.","SUBSTATION - TEST RD. & SALISBURY RD.","Indiana","Wayne","","Richmond, IN","2014-02-04" +"18","183","0003","42401",1,41.169646,-85.629292,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8506,97,358,365,0,254,0,"","Certification not required",0,1.050559,2.1846,29.1,"2013-05-23 04:00",21,"2013-11-01 02:00",6.3,"2013-11-28 14:00",5.8,"2013-01-08 13:00","","","","",5.8,4.9,3.5,2.7,1.5,0.5,0,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-10" +"18","183","0003","42401",1,41.169646,-85.629292,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8506,97,358,365,0,254,"","","Certification not required",0,0.245486,0.68948,29.1,"2013-05-23 04:00",21,"2013-11-01 02:00",8,"2013-11-01 03:00",6.3,"2013-11-28 14:00","","","","",2.8,2.1,1.4,0.8,0.2,0,0,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-10" +"18","183","0003","42401",1,41.169646,-85.629292,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,0.244972,0.418233,3.2,"2013-01-08 00:00",2,"2013-12-13 00:00",1.7,"2013-08-20 00:00",1.7,"2013-09-18 00:00","","","","",1.7,1.5,1.2,0.8,0.3,0,0,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-10" +"18","183","0003","42401",1,41.169646,-85.629292,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2789,96,355,365,0,0,"",0,"Certification not required",0,0.235066,0.569739,9.7,"2013-05-23 05:00",7,"2013-11-01 02:00",5.1,"2013-01-08 14:00",4.6,"2013-01-03 08:00","","","","",2.6,2,1.3,0.8,0.2,0,0,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-10" +"18","183","0003","42406",1,41.169646,-85.629292,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8535,97,358,365,0,225,"","","Certification not required",0,-0.018184,3.731333,319.5,"2013-05-23 04:00",59.8,"2013-11-01 02:00",54.1,"2013-09-19 12:00",17.2,"2013-06-14 12:00","","","","",3.4,2.8,1.8,1.2,0.4,-0.1,-1.1,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-10" +"18","183","0003","42601",1,41.169646,-85.629292,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2850,78,121,153,0,78,"","","Certification not required",0,0.042842,0.418852,11.3,"2013-10-28 19:00",9.2,"2013-10-09 07:00",8.3,"2013-10-28 18:00",5.5,"2013-10-30 10:00","","","","",1.3,0.4,0,0,0,0,0,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-31" +"18","183","0003","42602",1,41.169646,-85.629292,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2850,33,121,365,0,78,0,"","Certification not required",0,6.329752,5.438729,33,"2013-10-28 19:00",27.2,"2013-09-26 19:00",18.9,"2013-10-10 19:00",18.4,"2013-10-30 03:00","","","","",27.2,18.9,16.7,12.9,8.5,5.2,1,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-31" +"18","183","0003","42602",1,41.169646,-85.629292,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2850,33,121,365,0,78,"","","Certification not required",0,2.496842,2.941212,33,"2013-10-28 19:00",28.3,"2013-10-28 18:00",27.2,"2013-09-26 19:00",25.2,"2013-10-28 20:00","","","","",12.9,10.5,7.7,6.1,3.8,1.8,0,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-31" +"18","183","0003","42603",1,41.169646,-85.629292,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2850,78,121,153,0,78,"","","Certification not required",0,3.680561,2.963214,45.4,"2013-10-28 19:00",37.9,"2013-10-28 18:00",32.8,"2013-09-26 19:00",29,"2013-10-28 20:00","","","","",14.1,11.5,9,7,4.6,3,1.2,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-31" +"18","183","0003","61101",1,41.169646,-85.629292,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7975,91,331,365,0,41,"","","Certification not required",0,5.803185,3.399137,23.4,"2013-11-17 19:00",23,"2013-11-17 17:00",22,"2013-11-17 18:00",20.1,"2013-11-17 20:00","","","","",16.1,14.2,12.2,10.5,7.8,5.2,2,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","61103",1,41.169646,-85.629292,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7975,91,331,365,0,41,"","","Certification not required",0,5.542959,3.349777,22.9,"2013-11-17 19:00",22.6,"2013-11-17 17:00",21.5,"2013-11-17 18:00",19.6,"2013-11-17 20:00","","","","",15.7,13.8,11.8,10.2,7.6,4.9,1.8,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","61104",1,41.169646,-85.629292,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7975,91,331,365,0,41,"","","Certification not required",0,204.475737,91.365111,360,"2013-02-04 20:00",360,"2013-03-06 01:00",360,"2013-09-05 14:00",360,"2013-11-12 11:00","","","","",355,351,338,321,276,214,76,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","61105",1,41.169646,-85.629292,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7975,91,331,365,0,41,"","","Certification not required",0,11.356113,6.081305,44,"2013-06-12 19:00",44,"2013-11-17 17:00",42,"2013-11-17 19:00",42,"2013-11-17 20:00","","","","",30,26,22,20,15,10,4,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","61106",1,41.169646,-85.629292,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7975,91,331,365,0,41,"","","Certification not required",0,17.353103,9.106425,81,"2013-03-04 04:00",81,"2013-03-04 06:00",81,"2013-03-04 07:00",81,"2013-03-29 04:00","","","","",57,48,35,27,19,15,10,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","62101",1,41.169646,-85.629292,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7971,91,333,365,0,45,"","","Certification not required",0,51.636056,19.361,94,"2013-09-10 13:00",94,"2013-09-10 14:00",94,"2013-09-10 15:00",94,"2013-09-10 16:00","","","","",86,83,80,76,68,54,25,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","62201",1,41.169646,-85.629292,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8008,91,334,365,0,8,"","","Certification not required",0,73.876374,16.360127,98,"2013-01-28 23:00",98,"2013-01-29 00:00",98,"2013-01-29 01:00",98,"2013-01-29 02:00","","","","",97,97,96,94,87,76,50,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-12" +"18","183","0003","68101",1,41.169646,-85.629292,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,95,116,122,0,0,"","","Certification not required",60,0.162931,0.139583,0.5,"2013-07-09 00:00",0.5,"2013-07-21 00:00",0.5,"2013-07-27 00:00",0.5,"2013-10-01 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68102",1,41.169646,-85.629292,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,0,"","","Certification not required",0,24.046552,0.051804,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68103",1,41.169646,-85.629292,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,4.531034,10.272254,22.7,"2013-07-09 00:00",22.5,"2013-09-10 00:00",22.1,"2013-07-18 00:00",21.1,"2013-07-15 00:00","","","","",22.5,22.1,18.7,17.9,13.6,5.2,-8.9,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68104",1,41.169646,-85.629292,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,15.712069,11.849235,36.2,"2013-09-10 00:00",34.5,"2013-07-18 00:00",34.1,"2013-07-15 00:00",32.6,"2013-08-29 00:00","","","","",34.5,34.1,32.1,31,25.9,17.2,-1.8,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68105",1,41.169646,-85.629292,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,9.894828,10.881671,28.6,"2013-07-18 00:00",28.6,"2013-09-10 00:00",27.3,"2013-07-15 00:00",26.7,"2013-07-09 00:00","","","","",28.6,27.3,24.6,23,19.9,10.7,-4.5,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68106",1,41.169646,-85.629292,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,734.198276,4.983834,748,"2013-12-24 00:00",745,"2013-11-24 00:00",744,"2013-03-08 00:00",743,"2013-11-12 00:00","","","","",745,744,742,739,737,734,728,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68107",1,41.169646,-85.629292,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,740.681034,4.582764,754,"2013-12-24 00:00",752,"2013-11-24 00:00",751,"2013-11-12 00:00",750,"2013-01-10 00:00","","","","",752,751,749,747,743,740,735,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68108",1,41.169646,-85.629292,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,737.646552,4.677893,751,"2013-12-24 00:00",749,"2013-11-24 00:00",748,"2013-11-12 00:00",747,"2013-03-08 00:00","","","","",749,748,745,743,741,737,732,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","68109",1,41.169646,-85.629292,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,95,116,122,0,0,"","","Certification not required",0,1439.482759,0.964435,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","88101",1,41.169646,-85.629292,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,9.012069,4.609181,25,"2013-12-03 00:00",21.5,"2013-01-07 00:00",18.7,"2013-11-30 00:00",18.5,"2013-02-06 00:00","","","","",21.5,18.7,17.6,15.2,12.1,8.4,3.5,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","88101",1,41.169646,-85.629292,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,9.012069,4.609181,25,"2013-12-03 00:00",21.5,"2013-01-07 00:00",18.7,"2013-11-30 00:00",18.5,"2013-02-06 00:00","","","","",21.5,18.7,17.6,15.2,12.1,8.4,3.5,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-01-27" +"18","183","0003","88101",3,41.169646,-85.629292,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7741,88,330,365,0,275,"","","Certification not required",0,11.884808,7.239493,96.5,"2013-05-25 20:00",56.3,"2013-05-25 19:00",54.4,"2013-02-08 02:00",50.4,"2013-02-08 01:00","","","","",35.1,31.7,25.4,21.1,15.5,10.7,4.1,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-13" +"18","183","0003","88101",3,41.169646,-85.629292,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,1,1,"Certification not required",0,11.767485,5.51479,36.7,"2013-02-07 00:00",31.4,"2013-02-05 00:00",31.1,"2013-01-08 00:00",30.4,"2013-01-27 00:00","","","","",30.4,26.4,22.3,19.5,14.3,10.9,5.8,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-13" +"18","183","0003","88101",3,41.169646,-85.629292,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,11.767485,5.51479,36.7,"2013-02-07 00:00",31.4,"2013-02-05 00:00",31.1,"2013-01-08 00:00",30.4,"2013-01-27 00:00","","","","",30.4,26.4,22.3,19.5,14.3,10.9,5.8,"Larwill- Whitko Middle School","Larwill- Whitko Middle Sch. 710 N. State Rd. 5","Indiana","Whitley","","Fort Wayne, IN","2014-02-13" +"19","013","0009","61103",1,42.501543,-92.316017,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8725,100,363,365,0,35,"","","Certification not required",0,3.242097,2.592446,15.4,"2013-02-11 02:00",15.3,"2013-01-19 19:00",15.1,"2013-05-11 10:00",14.8,"2013-03-20 09:00","","","","",11.4,10.2,8.4,6.9,4.6,2.7,0.4,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","61104",1,42.501543,-92.316017,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8725,100,363,365,0,35,"","","Certification not required",0,201.598052,99.788645,359,"2013-01-23 22:00",359,"2013-01-29 23:00",359,"2013-01-30 01:00",359,"2013-02-25 01:00","","","","",356,354,346,334,302,180,67,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","62101",1,42.501543,-92.316017,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8724,100,363,365,0,36,"","","Certification not required",0,46.518569,23.431632,98,"2013-09-09 14:00",98,"2013-09-09 15:00",97,"2013-05-14 15:00",97,"2013-09-09 13:00","","","","",90,87,82,77,66,46,15,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","64101",1,42.501543,-92.316017,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8730,100,363,365,0,30,"","","Certification not required",0,985.007171,6.999185,1010.7,"2013-11-12 08:00",1010.6,"2013-11-12 07:00",1010.2,"2013-11-12 09:00",1010.2,"2013-11-12 10:00","","","","",1003.5,1000.6,996,993.8,989.2,985.1,976.6,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","68101",1,42.501543,-92.316017,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,120,122,0,5,"","","Certification not required",96,0.087705,0.083891,0.4,"2013-02-27 00:00",0.3,"2013-01-07 00:00",0.3,"2013-01-13 00:00",0.3,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.3,0.05,0.05,0.05,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68102",1,42.501543,-92.316017,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,120,122,0,5,"","","Certification not required",0,23.986885,0.074911,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68103",1,42.501543,-92.316017,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,120,122,0,5,"","","Certification not required",0,2.072951,12.532807,22.9,"2013-07-18 00:00",22.7,"2013-07-09 00:00",22.1,"2013-08-29 00:00",21.7,"2013-09-10 00:00","","","","",22.7,22.1,19.1,18.1,13.7,1.3,-14.8,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68104",1,42.501543,-92.316017,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,120,122,0,5,"","","Certification not required",0,13.657377,13.648897,36,"2013-09-10 00:00",35.4,"2013-07-18 00:00",35.4,"2013-08-29 00:00",35.1,"2013-08-26 00:00","","","","",35.4,35.4,32.8,30.4,26.1,14,-4.7,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68105",1,42.501543,-92.316017,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,120,122,0,5,"","","Certification not required",0,7.768852,12.779555,29.4,"2013-07-18 00:00",28,"2013-08-29 00:00",27.9,"2013-08-26 00:00",27.8,"2013-09-10 00:00","","","","",28,27.9,25.6,23.6,19.3,7.6,-9.2,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68106",1,42.501543,-92.316017,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,120,122,0,5,"","","Certification not required",0,736.803279,5.070803,753,"2013-11-12 00:00",752,"2013-12-07 00:00",747,"2013-01-22 00:00",747,"2013-12-06 00:00","","","","",752,747,744,743,740,737,731,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68107",1,42.501543,-92.316017,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,120,122,0,5,"","","Certification not required",0,742.97541,5.181759,760,"2013-11-12 00:00",758,"2013-11-24 00:00",758,"2013-12-07 00:00",755,"2013-12-06 00:00","","","","",758,758,751,749,746,743,737,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68108",1,42.501543,-92.316017,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,120,122,0,5,"","","Certification not required",0,739.877049,5.125818,757,"2013-11-12 00:00",755,"2013-12-07 00:00",752,"2013-11-24 00:00",751,"2013-12-06 00:00","","","","",755,752,748,746,743,740,734,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","68109",1,42.501543,-92.316017,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,120,122,0,5,"","","Certification not required",0,1439.032787,4.660249,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","81102",1,42.501543,-92.316017,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",119,95,116,122,0,9,0,0,"Certification not required",1,20.638655,11.762286,58,"2013-05-16 00:00",58,"2013-09-04 00:00",56,"2013-09-10 00:00",48,"2013-09-07 00:00","","","","",58,56,43,38,26,17,8,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","86502",1,42.501543,-92.316017,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,11.76055,9.469053,46.6,"2013-05-16 00:00",45.9,"2013-09-04 00:00",42.2,"2013-09-10 00:00",36.8,"2013-11-15 00:00","","","","",45.9,42.2,29.6,23.5,16.5,9,3.1,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","88101",1,42.501543,-92.316017,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,5,0,0,"Certification not required",0,9.238525,4.640078,34.1,"2013-02-24 00:00",22.8,"2013-03-08 00:00",18,"2013-07-06 00:00",17.7,"2013-02-06 00:00","","","","",22.8,18,16.7,15,11.7,8.4,4.5,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","88101",1,42.501543,-92.316017,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,5,"","","Certification not required",0,9.238525,4.640078,34.1,"2013-02-24 00:00",22.8,"2013-03-08 00:00",18,"2013-07-06 00:00",17.7,"2013-02-06 00:00","","","","",22.8,18,16.7,15,11.7,8.4,4.5,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-29" +"19","013","0009","88502",3,42.501543,-92.316017,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8425,96,351,365,0,335,"","","Certification not required",0,9.687478,7.290946,65,"2013-12-03 11:00",58,"2013-02-07 17:00",57,"2013-02-07 16:00",54,"2013-02-25 00:00","","","","",36,30,22,18,13,9,2,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","88502",3,42.501543,-92.316017,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,9.665812,6.178199,44.5,"2013-02-25 00:00",38.4,"2013-12-02 00:00",36.7,"2013-02-24 00:00",34.7,"2013-12-03 00:00","","","","",34.7,24.6,19.5,16.2,12.7,9,2.4,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","88502",4,42.501543,-92.316017,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8343,95,349,365,0,417,"","","Certification not required",0,9.361021,7.564005,81,"2013-02-24 18:00",61,"2013-12-03 11:00",59,"2013-02-07 16:00",56,"2013-02-25 00:00","","","","",37,30,23,19,13,8,1,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","013","0009","88502",4,42.501543,-92.316017,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,9.321777,6.355637,44.7,"2013-02-25 00:00",38,"2013-02-24 00:00",38,"2013-12-02 00:00",33.7,"2013-12-03 00:00","","","","",33.7,25.8,20.2,16.7,12.5,8.6,2.3,"Water Tower","Vine St. & Steely","Iowa","Black Hawk","Waterloo","Waterloo-Cedar Falls, IA","2014-01-09" +"19","017","0011","44201",1,42.743056,-92.513056,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4857,98,210,214,0,279,0,0,"Certification not required",89,0.044138,0.010198,0.066,"2013-05-20 21:00",0.066,"2013-07-08 14:00",0.065,"2013-05-16 15:00",0.065,"2013-06-11 17:00","","","","",0.065,0.063,0.06,0.056,0.051,0.045,0.029,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","44201",1,42.743056,-92.513056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,97,208,214,0,0,0,0,"Certification not required",0,0.040236,0.010082,0.063,"2013-07-08 09:00",0.061,"2013-05-16 10:00",0.06,"2013-07-06 11:00",0.06,"2013-07-14 11:00","","","","",0.06,0.058,0.055,0.052,0.048,0.041,0.026,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","44201",1,42.743056,-92.513056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,97,208,214,0,0,0,0,"Certification not required",0,0.040236,0.010082,0.063,"2013-07-08 09:00",0.061,"2013-05-16 10:00",0.06,"2013-07-06 11:00",0.06,"2013-07-14 11:00","","","","",0.06,0.058,0.055,0.052,0.048,0.041,0.026,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","44201",2,42.743056,-92.513056,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4858,98,210,214,0,278,0,0,"Certification not required",92,0.04399,0.010164,0.067,"2013-07-08 14:00",0.066,"2013-05-16 15:00",0.065,"2013-05-20 21:00",0.064,"2013-06-11 17:00","","","","",0.065,0.063,0.06,0.056,0.051,0.045,0.029,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","44201",2,42.743056,-92.513056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,97,208,214,0,0,0,0,"Certification not required",0,0.040067,0.010094,0.063,"2013-07-08 09:00",0.061,"2013-05-16 10:00",0.061,"2013-07-06 11:00",0.059,"2013-07-14 11:00","","","","",0.061,0.058,0.055,0.052,0.048,0.04,0.026,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","44201",2,42.743056,-92.513056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,97,208,214,0,0,0,0,"Certification not required",0,0.040067,0.010094,0.063,"2013-07-08 09:00",0.061,"2013-05-16 10:00",0.061,"2013-07-06 11:00",0.059,"2013-07-14 11:00","","","","",0.061,0.058,0.055,0.052,0.048,0.04,0.026,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","61103",1,42.743056,-92.513056,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",5131,59,214,365,0,5,"","","Certification not required",0,6.101832,3.96642,23.4,"2013-05-14 16:00",22.6,"2013-05-14 15:00",22.5,"2013-05-11 10:00",22.4,"2013-05-11 09:00","","","","",17.4,16,13.5,11.4,8.5,5.6,1.4,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","017","0011","61104",1,42.743056,-92.513056,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",5131,59,214,365,0,5,"","","Certification not required",0,187.488794,95.935023,359,"2013-05-03 00:00",359,"2013-05-03 03:00",359,"2013-05-03 04:00",359,"2013-05-10 10:00","","","","",355,351,340,325,280,170,68,"WAVERLY AIRPORT SITE","WAVERLY AIRPORT","Iowa","Bremer","Waverly","Waterloo-Cedar Falls, IA","2013-11-14" +"19","033","0018","61103",1,43.16944,-93.202426,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8019,92,334,365,0,741,"","","Certification not required",0,3.053635,2.274854,11.9,"2013-02-19 09:00",11.8,"2013-04-15 11:00",11.6,"2013-05-14 14:00",11.5,"2013-02-19 08:00","","","","",9.3,8.5,7.2,6.1,4.5,2.9,0.2,"MASON CITY, HOLCIM","17TH ST. & WASHINGTON ST.","Iowa","Cerro Gordo","Mason City","Mason City, IA","2014-01-09" +"19","033","0018","61104",1,43.16944,-93.202426,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",7919,90,329,365,0,841,"","","Certification not required",0,190.54565,107.386325,359,"2013-02-27 10:00",359,"2013-03-23 22:00",359,"2013-03-23 23:00",359,"2013-03-25 16:00","","","","",356,354,339,326,291,189,30,"MASON CITY, HOLCIM","17TH ST. & WASHINGTON ST.","Iowa","Cerro Gordo","Mason City","Mason City, IA","2014-01-09" +"19","033","0018","81102",1,43.16944,-93.202426,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",307,84,307,365,0,58,0,0,"Certification not required",5,20.263844,10.806321,73,"2013-11-26 00:00",52,"2013-10-02 00:00",47,"2013-08-20 00:00",47,"2013-08-21 00:00","","","","",47,45,40,36,26,19,8,"MASON CITY, HOLCIM","17TH ST. & WASHINGTON ST.","Iowa","Cerro Gordo","Mason City","Mason City, IA","2014-01-29" +"19","033","0018","81102",2,43.16944,-93.202426,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",46,75,46,61,0,13,0,0,"Certification not required",1,21.108696,12.116524,56,"2013-05-16 00:00",50,"2013-11-30 00:00",49,"2013-09-07 00:00",47,"2013-08-20 00:00","","","","",56,56,49,34,27,21,9,"MASON CITY, HOLCIM","17TH ST. & WASHINGTON ST.","Iowa","Cerro Gordo","Mason City","Mason City, IA","2014-01-29" +"19","033","0020","81102",2,43.158561,-93.203005,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",170,92,167,182,0,19,0,0,"Certification not required",2,19.241176,10.297099,54,"2013-05-16 00:00",52,"2013-02-25 00:00",45,"2013-09-05 00:00",44,"2013-05-14 00:00","","","","",52,44,39,35,25,18,8,"MASON CITY, WASHINGTON SCH.","700 N. WASHINGTON","Iowa","Cerro Gordo","Mason City","Mason City, IA","2014-01-29" +"19","045","0019","42401",1,41.823283,-90.211982,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7977,91,347,365,0,783,0,"","Certification not required",0,3.734294,6.409508,49.2,"2013-09-18 03:00",47.6,"2013-10-08 17:00",41.9,"2013-10-10 16:00",34.5,"2013-09-27 08:00","","","","",34.5,24.3,16.2,10.6,4.4,1.4,0,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","42401",1,41.823283,-90.211982,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7977,91,347,365,0,783,"","","Certification not required",0,1.040153,2.592503,49.2,"2013-09-18 03:00",47.6,"2013-10-08 17:00",41.9,"2013-10-10 16:00",34.5,"2013-09-27 08:00","","","","",12.4,8.5,4.7,2.9,1,0.1,0,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","42401",1,41.823283,-90.211982,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",347,95,347,365,0,0,0,"","Certification not required",0,1.04755,1.797482,14.2,"2013-09-18 00:00",11.7,"2013-10-08 00:00",10.8,"2013-08-20 00:00",8,"2013-10-03 00:00","","","","",8,7.3,4.3,2.8,1.3,0.3,0,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","42401",1,41.823283,-90.211982,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2400,82,330,365,0,0,"",0,"Certification not required",0,1.024167,2.354466,31.8,"2013-10-08 17:00",26.3,"2013-10-08 20:00",24.6,"2013-09-18 05:00",24.2,"2013-10-10 17:00","","","","",11,8,4.8,3,1.1,0.1,0,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","42406",1,41.823283,-90.211982,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7977,91,347,365,0,783,"","","Certification not required",0,1.743713,4.595934,138.5,"2013-09-27 07:00",67.4,"2013-10-08 17:00",60.3,"2013-10-10 17:00",59.6,"2013-09-18 03:00","","","","",22.2,15.5,8,4.7,1.5,0.2,0,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","61103",1,41.823283,-90.211982,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8622,98,358,365,0,138,"","","Certification not required",0,2.637428,1.730347,10.7,"2013-11-09 00:00",10.3,"2013-05-30 10:00",10.3,"2013-11-08 23:00",9.8,"2013-01-18 12:00","","","","",7.6,6.8,5.7,4.9,3.7,2.4,0.5,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0019","61104",1,41.823283,-90.211982,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8622,98,358,365,0,138,"","","Certification not required",0,196.69891,103.919307,359,"2013-01-02 05:00",359,"2013-03-24 23:00",359,"2013-06-07 17:00",359,"2013-06-13 04:00","","","","",356,352,340,321,283,217,33,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0019","62101",1,41.823283,-90.211982,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8606,98,358,365,0,154,"","","Certification not required",0,49.333837,22.612343,98,"2013-08-30 14:00",98,"2013-08-30 15:00",97,"2013-08-30 13:00",97,"2013-08-30 16:00","","","","",89,87,83,78,69,50,19,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","62201",1,41.823283,-90.211982,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8399,96,349,365,0,361,"","","Certification not required",0,74.662817,18.281234,100,"2013-01-10 20:00",100,"2013-01-10 21:00",100,"2013-01-10 22:00",100,"2013-01-10 23:00","","","","",100,100,100,99,90,77,48,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","64101",1,41.823283,-90.211982,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8613,98,358,365,0,147,"","","Certification not required",0,994.846383,7.09458,1018.8,"2013-11-23 20:00",1018.8,"2013-11-23 21:00",1018.7,"2013-11-12 07:00",1018.7,"2013-11-12 08:00","","","","",1013.6,1010.3,1006.3,1003.8,999.4,994.7,986.2,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","68101",1,41.823283,-90.211982,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",349,100,121,122,0,16,"","","Certification not required",218,0.132665,0.133074,0.6,"2013-06-12 00:00",0.5,"2013-05-20 00:00",0.5,"2013-05-21 00:00",0.5,"2013-05-29 00:00","","","","",0.5,0.5,0.4,0.4,0.2,0.05,0.05,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68102",1,41.823283,-90.211982,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",349,100,121,122,0,16,"","","Certification not required",0,23.981662,0.078467,24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68103",1,41.823283,-90.211982,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",349,100,121,122,0,16,"","","Certification not required",0,5.006877,11.733259,24.4,"2013-07-18 00:00",24.4,"2013-09-10 00:00",24.3,"2013-07-17 00:00",24.2,"2013-07-16 00:00","","","","",24.2,23.5,21.2,19.5,15.7,4.9,-11.4,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68104",1,41.823283,-90.211982,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",349,100,121,122,0,16,"","","Certification not required",0,15.737536,12.72323,37.4,"2013-08-30 00:00",36.8,"2013-09-09 00:00",36.5,"2013-09-10 00:00",36.1,"2013-08-27 00:00","","","","",36.1,35,33,30.9,27.6,16.4,-1.3,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68105",1,41.823283,-90.211982,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",349,100,121,122,0,16,"","","Certification not required",0,10.389398,12.028941,30.2,"2013-07-18 00:00",30.2,"2013-09-10 00:00",30,"2013-08-27 00:00",29.7,"2013-07-17 00:00","","","","",29.7,29,26.7,25,21.5,10.7,-6.1,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68106",1,41.823283,-90.211982,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,121,122,0,16,"","","Certification not required",0,743.739255,5.260259,760,"2013-12-07 00:00",758,"2013-11-23 00:00",754,"2013-05-24 00:00",754,"2013-11-24 00:00","","","","",754,753,751,750,747,744,737,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68107",1,41.823283,-90.211982,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,121,122,0,16,"","","Certification not required",0,749.902579,4.917915,766,"2013-11-23 00:00",766,"2013-11-24 00:00",766,"2013-12-07 00:00",762,"2013-01-24 00:00","","","","",762,762,757,756,753,750,743,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68108",1,41.823283,-90.211982,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,121,122,0,16,"","","Certification not required",0,746.91404,5.000983,763,"2013-11-23 00:00",763,"2013-12-07 00:00",761,"2013-11-24 00:00",759,"2013-11-29 00:00","","","","",759,758,754,753,750,747,740,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","68109",1,41.823283,-90.211982,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",349,100,121,122,0,16,"","","Certification not required",0,1437.974212,5.108807,1440,"2013-01-08 00:00",1440,"2013-01-18 00:00",1440,"2013-01-21 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","88101",1,41.823283,-90.211982,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,16,1,1,"Certification not required",0,10.685387,5.562093,37.4,"2013-12-03 00:00",30.8,"2013-12-02 00:00",27.3,"2013-02-24 00:00",27,"2013-12-01 00:00","","","","",27,25.6,20.9,18.7,13.8,9.7,4.5,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","88101",1,41.823283,-90.211982,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,16,"","","Certification not required",0,10.685387,5.562093,37.4,"2013-12-03 00:00",30.8,"2013-12-02 00:00",27.3,"2013-02-24 00:00",27,"2013-12-01 00:00","","","","",27,25.6,20.9,18.7,13.8,9.7,4.5,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0019","88502",3,41.823283,-90.211982,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7917,90,330,365,0,843,"","","Certification not required",0,11.533409,8.016377,285,"2013-09-27 08:00",62,"2013-09-27 07:00",61,"2013-11-13 06:00",56,"2013-09-21 22:00","","","","",33,30,25,21,16,10,3,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","88502",3,41.823283,-90.211982,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,0,"","","Certification not required",0,11.45697,5.807518,35.7,"2013-12-03 00:00",32.2,"2013-09-27 00:00",30.6,"2013-12-02 00:00",26.7,"2013-12-01 00:00","","","","",26.7,25.3,22.2,19,14.8,10.8,4.7,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","88502",4,41.823283,-90.211982,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7814,89,325,365,0,946,"","","Certification not required",0,11.756975,8.316006,305,"2013-09-27 08:00",75,"2013-09-27 07:00",70,"2013-11-13 06:00",67,"2013-10-25 09:00","","","","",35,31,25,21,16,11,3,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0019","88502",4,41.823283,-90.211982,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,"","","Certification not required",0,11.713231,6.359554,41.3,"2013-12-03 00:00",36.3,"2013-12-02 00:00",35.9,"2013-09-27 00:00",31.2,"2013-12-01 00:00","","","","",31.2,28.4,22.9,19.5,14.7,11,4.2,"CLINTON, CHANCY PARK","23RD & CAMANCHE","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0021","44201",1,41.874999,-90.177574,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4871,99,212,214,0,265,0,0,"Certification not required",180,0.046137,0.011975,0.085,"2013-09-09 14:00",0.07,"2013-09-07 14:00",0.069,"2013-05-08 16:00",0.068,"2013-09-27 14:00","","","","",0.069,0.066,0.064,0.06,0.055,0.047,0.03,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0021","44201",1,41.874999,-90.177574,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5103,99,212,214,0,0,0,0,"Certification not required",0,0.041764,0.011553,0.07,"2013-09-09 11:00",0.063,"2013-05-08 10:00",0.063,"2013-06-20 10:00",0.062,"2013-05-01 11:00","","","","",0.063,0.062,0.059,0.056,0.05,0.042,0.025,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0021","44201",1,41.874999,-90.177574,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5103,99,212,214,0,0,0,0,"Certification not required",0,0.041764,0.011553,0.07,"2013-09-09 11:00",0.063,"2013-05-08 10:00",0.063,"2013-06-20 10:00",0.062,"2013-05-01 11:00","","","","",0.063,0.062,0.059,0.056,0.05,0.042,0.025,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0021","44201",2,41.874999,-90.177574,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4878,100,213,214,0,258,0,0,"Certification not required",167,0.046667,0.011911,0.085,"2013-09-09 14:00",0.07,"2013-09-07 14:00",0.069,"2013-05-08 15:00",0.068,"2013-09-27 14:00","","","","",0.069,0.067,0.064,0.061,0.055,0.048,0.03,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2013-11-14" +"19","045","0021","44201",2,41.874999,-90.177574,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5110,100,213,214,0,0,0,0,"Certification not required",0,0.042333,0.011471,0.07,"2013-09-09 11:00",0.064,"2013-05-08 11:00",0.063,"2013-06-20 10:00",0.062,"2013-05-01 10:00","","","","",0.063,0.062,0.059,0.056,0.051,0.043,0.026,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2013-11-14" +"19","045","0021","44201",2,41.874999,-90.177574,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5110,100,213,214,0,0,0,0,"Certification not required",0,0.042333,0.011471,0.07,"2013-09-09 11:00",0.064,"2013-05-08 11:00",0.063,"2013-06-20 10:00",0.062,"2013-05-01 10:00","","","","",0.063,0.062,0.059,0.056,0.051,0.043,0.026,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2013-11-14" +"19","045","0021","61103",1,41.874999,-90.177574,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8633,99,359,365,0,127,"","","Certification not required",0,2.766489,2.092234,13.2,"2013-02-11 09:00",13,"2013-02-11 06:00",12.8,"2013-02-11 07:00",12.7,"2013-02-11 08:00","","","","",9.6,8.2,6.7,5.6,3.9,2.4,0.3,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0021","61104",1,41.874999,-90.177574,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8633,99,359,365,0,127,"","","Certification not required",0,192.203058,96.452742,359,"2013-02-08 05:00",359,"2013-04-17 22:00",359,"2013-08-03 15:00",358,"2013-01-26 08:00","","","","",349,342,323,300,273,208,49,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-15" +"19","045","0021","62101",1,41.874999,-90.177574,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,14,"","","Certification not required",0,49.031786,22.368112,97,"2013-08-30 14:00",97,"2013-08-30 15:00",97,"2013-09-09 14:00",97,"2013-09-09 15:00","","","","",89,87,82,78,68,50,19,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0021","64101",1,41.874999,-90.177574,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8752,100,365,365,0,8,"","","Certification not required",0,995.269995,7.08708,1019.6,"2013-11-12 10:00",1019.5,"2013-11-12 09:00",1019.2,"2013-11-12 08:00",1019.2,"2013-11-12 11:00","","","","",1014,1010.7,1006.7,1004.2,999.8,995.2,986.6,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0021","68101",1,41.874999,-90.177574,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",338,100,60,61,0,27,"","","Certification not required",175,0.135059,0.109247,0.4,"2013-06-05 00:00",0.4,"2013-07-28 00:00",0.4,"2013-07-31 00:00",0.4,"2013-09-14 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68102",1,41.874999,-90.177574,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",338,100,60,61,0,27,"","","Certification not required",0,24.044675,0.099187,24.1,"2013-01-01 00:00",24.1,"2013-01-02 00:00",24.1,"2013-01-03 00:00",24.1,"2013-01-04 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68103",1,41.874999,-90.177574,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",338,100,60,61,0,27,"","","Certification not required",0,4.752959,11.548168,24.1,"2013-07-09 00:00",23.8,"2013-08-27 00:00",23.6,"2013-07-16 00:00",23.6,"2013-07-18 00:00","","","","",23.6,22.4,20.6,19.2,15.3,4.8,-11.1,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68104",1,41.874999,-90.177574,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",337,100,60,61,0,27,"","","Certification not required",0,15.875668,12.626908,37.5,"2013-09-09 00:00",37.4,"2013-08-30 00:00",36.2,"2013-08-27 00:00",35,"2013-07-17 00:00","","","","",35,34.5,33.1,31.4,27.4,16.1,-1.1,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68105",1,41.874999,-90.177574,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",338,100,60,61,0,27,"","","Certification not required",0,10.275444,11.82543,29.8,"2013-07-18 00:00",29.7,"2013-08-27 00:00",29.4,"2013-07-17 00:00",28.8,"2013-07-19 00:00","","","","",28.8,28.5,26.5,24.9,21.3,10.9,-5.7,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68106",1,41.874999,-90.177574,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",338,100,60,61,0,27,"","","Certification not required",0,741.923077,5.065154,759,"2013-11-12 00:00",758,"2013-12-07 00:00",756,"2013-11-23 00:00",753,"2013-03-07 00:00","","","","",753,751,750,748,745,742,736,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68107",1,41.874999,-90.177574,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",338,100,60,61,0,27,"","","Certification not required",0,748.011834,5.029867,764,"2013-11-12 00:00",763,"2013-11-23 00:00",763,"2013-11-24 00:00",763,"2013-12-07 00:00","","","","",763,760,757,754,751,748,742,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68108",1,41.874999,-90.177574,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",338,100,60,61,0,27,"","","Certification not required",0,745.023669,5.009134,761,"2013-11-12 00:00",760,"2013-11-23 00:00",760,"2013-12-07 00:00",759,"2013-11-24 00:00","","","","",759,756,753,751,748,745,739,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","68109",1,41.874999,-90.177574,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",338,100,60,61,0,27,"","","Certification not required",0,1438.029586,4.921251,1440,"2013-01-03 00:00",1440,"2013-01-06 00:00",1440,"2013-01-13 00:00",1440,"2013-01-20 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","88101",1,41.874999,-90.177574,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",338,93,338,365,0,27,0,0,"Certification not required",0,9.466568,5.124617,35.1,"2013-12-03 00:00",29.5,"2013-12-02 00:00",26.9,"2013-12-01 00:00",25.4,"2013-02-25 00:00","","","","",25.4,22.6,18.2,16.4,12.3,8.4,4,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","88101",1,41.874999,-90.177574,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",338,93,338,365,0,27,"","","Certification not required",0,9.466568,5.124617,35.1,"2013-12-03 00:00",29.5,"2013-12-02 00:00",26.9,"2013-12-01 00:00",25.4,"2013-02-25 00:00","","","","",25.4,22.6,18.2,16.4,12.3,8.4,4,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-29" +"19","045","0021","88502",3,41.874999,-90.177574,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8434,96,352,365,0,326,"","","Certification not required",0,9.829263,6.666241,52,"2013-07-04 21:00",50,"2013-12-03 08:00",48,"2013-12-03 11:00",47,"2013-11-19 18:00","","","","",30,27,22,19,13,9,2,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0021","88502",3,41.874999,-90.177574,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,9.801989,5.495299,35.5,"2013-12-03 00:00",31.5,"2013-12-02 00:00",27.5,"2013-12-01 00:00",27,"2013-02-25 00:00","","","","",27,22.7,19.6,16.7,13.1,8.8,3.1,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0021","88502",4,41.874999,-90.177574,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8403,96,351,365,0,357,"","","Certification not required",0,9.359276,6.539503,55,"2013-07-04 21:00",49,"2013-12-03 08:00",48,"2013-12-03 09:00",47,"2013-12-03 06:00","","","","",28,25,21,18,13,8,2,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","045","0021","88502",4,41.874999,-90.177574,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,9.318803,5.360782,35.1,"2013-12-03 00:00",29.2,"2013-12-02 00:00",23.9,"2013-02-25 00:00",23.8,"2013-05-27 00:00","","","","",23.8,21.3,19.4,16.4,12.6,8.7,3.3,"CLINTON, RAINBOW PARK","ROOSEVELT ST.","Iowa","Clinton","Clinton","Clinton, IA","2014-01-09" +"19","055","0001","68101",1,42.600834,-91.538493,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,95,115,122,0,7,"","","Certification not required",19,0.25819,0.128358,0.5,"2013-05-07 00:00",0.5,"2013-06-24 00:00",0.5,"2013-10-07 00:00",0.4,"2013-01-28 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.3,0.05,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68102",1,42.600834,-91.538493,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,95,115,122,0,7,"","","Certification not required",0,23.974138,0.110431,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-19 00:00","","","","",24,24,24,24,24,24,24,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68103",1,42.600834,-91.538493,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,94,114,122,0,7,"","","Certification not required",0,2.549565,12.122665,21.6,"2013-08-29 00:00",21.2,"2013-07-09 00:00",21,"2013-07-18 00:00",19.5,"2013-09-19 00:00","","","","",21.2,21,18.8,17.5,13.7,2,-13.7,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68104",1,42.600834,-91.538493,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,115,122,0,7,"","","Certification not required",0,14.22069,13.001134,35.5,"2013-09-10 00:00",34.5,"2013-07-18 00:00",34.1,"2013-08-26 00:00",33.6,"2013-08-29 00:00","","","","",34.5,34.1,32.8,29.9,25.7,16.4,-3.7,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68105",1,42.600834,-91.538493,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,115,122,0,7,"","","Certification not required",0,8.32069,12.104096,27.5,"2013-07-18 00:00",26.6,"2013-08-29 00:00",26.2,"2013-09-10 00:00",26,"2013-08-26 00:00","","","","",26.6,26.2,24.8,22.7,19.1,9.8,-7.9,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68106",1,42.600834,-91.538493,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,115,122,0,7,"","","Certification not required",0,731.043103,4.572873,746,"2013-11-12 00:00",740,"2013-12-06 00:00",739,"2013-01-22 00:00",739,"2013-09-16 00:00","","","","",740,739,738,737,734,731,725,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68107",1,42.600834,-91.538493,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,115,122,0,7,"","","Certification not required",0,736.767241,4.683658,752,"2013-11-12 00:00",751,"2013-11-24 00:00",748,"2013-12-06 00:00",745,"2013-12-12 00:00","","","","",751,748,744,742,740,737,731,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68108",1,42.600834,-91.538493,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,115,122,0,7,"","","Certification not required",0,734,4.589212,750,"2013-11-12 00:00",746,"2013-11-24 00:00",743,"2013-12-06 00:00",742,"2013-10-13 00:00","","","","",746,743,741,739,737,734,728,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","68109",1,42.600834,-91.538493,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,95,115,122,0,7,"","","Certification not required",0,1438.224138,6.634673,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","81102",2,42.600834,-91.538493,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",112,92,112,122,0,10,0,0,"Certification not required",4,14.660714,7.914582,37,"2013-04-28 00:00",37,"2013-11-15 00:00",36,"2013-12-03 00:00",33,"2013-05-16 00:00","","","","",37,36,32,26,19,13,6,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","86502",1,42.600834,-91.538493,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,6.410092,4.921851,27.3,"2013-11-15 00:00",23.9,"2013-05-16 00:00",22.7,"2013-05-13 00:00",21.1,"2013-10-25 00:00","","","","",23.9,22.7,13.7,12.4,8.5,5.7,1.7,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","88101",1,42.600834,-91.538493,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,7,0,0,"Certification not required",0,8.943966,4.846375,30.1,"2013-12-03 00:00",21,"2013-03-08 00:00",20.5,"2013-09-07 00:00",18.7,"2013-07-06 00:00","","","","",21,20.5,17.7,16,11.1,8.4,3.9,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","055","0001","88101",1,42.600834,-91.538493,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,7,"","","Certification not required",0,8.943966,4.846375,30.1,"2013-12-03 00:00",21,"2013-03-08 00:00",20.5,"2013-09-07 00:00",18.7,"2013-07-06 00:00","","","","",21,20.5,17.7,16,11.1,8.4,3.9,"BACKBONE STATE PARK","BACKBONE STATE PARK","Iowa","Delaware","","","2014-01-29" +"19","085","0007","44201",1,41.832256,-95.928185,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4879,99,211,214,0,257,0,0,"Certification not required",380,0.046265,0.01225,0.072,"2013-07-08 16:00",0.071,"2013-07-06 12:00",0.07,"2013-07-16 15:00",0.069,"2013-09-27 13:00","","","","",0.07,0.068,0.065,0.062,0.055,0.047,0.029,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","44201",1,41.832256,-95.928185,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5100,99,211,214,0,0,0,0,"Certification not required",0,0.041801,0.011772,0.067,"2013-09-27 12:00",0.066,"2013-07-06 09:00",0.065,"2013-07-08 10:00",0.065,"2013-07-16 11:00","","","","",0.065,0.062,0.06,0.055,0.05,0.043,0.025,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","44201",1,41.832256,-95.928185,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5100,99,211,214,0,0,0,0,"Certification not required",0,0.041801,0.011772,0.067,"2013-09-27 12:00",0.066,"2013-07-06 09:00",0.065,"2013-07-08 10:00",0.065,"2013-07-16 11:00","","","","",0.065,0.062,0.06,0.055,0.05,0.043,0.025,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","44201",2,41.832256,-95.928185,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4878,99,211,214,0,258,0,0,"Certification not required",353,0.047204,0.01181,0.072,"2013-07-08 16:00",0.072,"2013-07-16 15:00",0.071,"2013-07-06 12:00",0.07,"2013-09-27 13:00","","","","",0.071,0.069,0.066,0.062,0.055,0.048,0.033,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","44201",2,41.832256,-95.928185,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5100,99,211,214,0,0,0,0,"Certification not required",0,0.042664,0.011385,0.067,"2013-07-06 10:00",0.067,"2013-07-16 11:00",0.067,"2013-09-27 11:00",0.066,"2013-07-08 10:00","","","","",0.067,0.064,0.06,0.055,0.051,0.044,0.028,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","44201",2,41.832256,-95.928185,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5100,99,211,214,0,0,0,0,"Certification not required",0,0.042664,0.011385,0.067,"2013-07-06 10:00",0.067,"2013-07-16 11:00",0.067,"2013-09-27 11:00",0.066,"2013-07-08 10:00","","","","",0.067,0.064,0.06,0.055,0.051,0.044,0.028,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","61103",1,41.832256,-95.928185,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",5132,59,214,365,0,4,"","","Certification not required",0,3.732658,2.852347,17,"2013-05-14 13:00",16.1,"2013-05-14 14:00",15.8,"2013-04-21 12:00",15.2,"2013-04-30 02:00","","","","",11.5,10.3,8.9,7.7,5.6,3.3,0.5,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","0007","61104",1,41.832256,-95.928185,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",5132,59,214,365,0,4,"","","Certification not required",0,159.395947,109.199487,359,"2013-04-01 01:00",359,"2013-04-01 13:00",359,"2013-04-10 21:00",359,"2013-04-23 04:00","","","","",358,356,348,329,221,164,15,"","206 Polk St, Pisgah, IA","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","1101","44201",1,41.780261,-95.948435,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4801,98,210,214,0,335,0,0,"Certification not required",180,0.0458,0.012073,0.076,"2013-07-08 16:00",0.071,"2013-07-16 15:00",0.07,"2013-07-06 12:00",0.068,"2013-08-28 15:00","","","","",0.07,0.068,0.064,0.061,0.054,0.047,0.031,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","1101","44201",1,41.780261,-95.948435,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4982,95,203,214,0,0,0,0,"Certification not required",0,0.041685,0.011492,0.066,"2013-07-06 10:00",0.066,"2013-07-08 10:00",0.066,"2013-09-27 11:00",0.065,"2013-07-16 11:00","","","","",0.066,0.062,0.058,0.055,0.051,0.043,0.027,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","1101","44201",1,41.780261,-95.948435,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4982,95,203,214,0,0,0,0,"Certification not required",0,0.041685,0.011492,0.066,"2013-07-06 10:00",0.066,"2013-07-08 10:00",0.066,"2013-09-27 11:00",0.065,"2013-07-16 11:00","","","","",0.066,0.062,0.058,0.055,0.051,0.043,0.027,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","1101","44201",2,41.780261,-95.948435,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4802,98,210,214,0,334,0,0,"Certification not required",191,0.045295,0.012069,0.078,"2013-07-08 16:00",0.072,"2013-07-06 13:00",0.072,"2013-07-16 15:00",0.068,"2013-07-07 16:00","","","","",0.072,0.068,0.064,0.061,0.054,0.046,0.03,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2014-01-15" +"19","085","1101","44201",2,41.780261,-95.948435,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4982,95,203,214,0,0,0,0,"Certification not required",0,0.041251,0.011509,0.067,"2013-07-06 09:00",0.067,"2013-07-08 10:00",0.066,"2013-07-16 11:00",0.065,"2013-09-27 11:00","","","","",0.066,0.063,0.059,0.055,0.049,0.042,0.027,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2014-01-15" +"19","085","1101","44201",2,41.780261,-95.948435,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4982,95,203,214,0,0,0,0,"Certification not required",0,0.041251,0.011509,0.067,"2013-07-06 09:00",0.067,"2013-07-08 10:00",0.066,"2013-07-16 11:00",0.065,"2013-09-27 11:00","","","","",0.066,0.063,0.059,0.055,0.049,0.042,0.027,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2014-01-15" +"19","085","1101","61103",1,41.780261,-95.948435,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",5134,59,214,365,0,2,"","","Certification not required",0,3.215894,2.232572,11.5,"2013-04-18 17:00",11.3,"2013-04-18 12:00",11.1,"2013-04-18 16:00",11.1,"2013-06-22 09:00","","","","",9,8.4,7.3,6.4,4.8,2.9,0.6,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","085","1101","61104",1,41.780261,-95.948435,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",5134,59,214,365,0,2,"","","Certification not required",0,160.305415,98.759689,359,"2013-04-10 09:00",359,"2013-04-15 22:00",359,"2013-04-22 21:00",359,"2013-05-01 11:00","","","","",356,351,337,319,211,155,28,"PISGAH, HIGHWAY MAINTENANCE","1575 HWY 183","Iowa","Harrison","","Omaha-Council Bluffs, NE-IA","2013-11-14" +"19","103","2001","61103",1,41.657232,-91.503478,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,3.348765,2.283873,14,"2013-01-19 21:00",13,"2013-05-11 09:00",12.9,"2013-02-18 19:00",12.8,"2013-01-19 20:00","","","","",10.1,9,7.6,6.5,4.7,3,0.6,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","61104",1,41.657232,-91.503478,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,195.976566,99.875708,359,"2013-01-24 02:00",359,"2013-02-04 09:00",359,"2013-02-26 18:00",359,"2013-03-29 03:00","","","","",356,351,340,324,295,181,58,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","62101",1,41.657232,-91.503478,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8599,98,354,365,0,161,"","","Certification not required",0,48.949762,22.967306,100,"2013-08-30 16:00",100,"2013-09-09 15:00",99,"2013-08-30 14:00",99,"2013-08-30 15:00","","","","",91,88,83,78,68,49,18,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","64101",1,41.657232,-91.503478,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8752,100,365,365,0,8,"","","Certification not required",0,989.009232,6.958886,1013.8,"2013-11-12 09:00",1013.8,"2013-11-12 10:00",1013.6,"2013-11-12 08:00",1013.5,"2013-11-12 11:00","","","","",1007.6,1004.7,1000,997.6,993.4,989,980.4,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","68101",1,41.657232,-91.503478,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",327,100,60,61,0,38,"","","Certification not required",309,0.059174,0.043521,0.4,"2013-03-25 00:00",0.3,"2013-01-05 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-18 00:00","","","","",0.3,0.3,0.1,0.05,0.05,0.05,0.05,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68102",1,41.657232,-91.503478,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",327,100,60,61,0,38,"","","Certification not required",0,23.987156,0.088374,24.1,"2013-03-25 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00","","","","",24,24,24,24,24,24,24,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68103",1,41.657232,-91.503478,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",327,100,60,61,0,38,"","","Certification not required",0,4.29633,11.498479,24.1,"2013-07-19 00:00",23.9,"2013-08-30 00:00",23.3,"2013-07-18 00:00",23.1,"2013-08-27 00:00","","","","",23.1,22.9,20.2,18.5,15.2,3.7,-11,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68104",1,41.657232,-91.503478,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",327,100,60,61,0,38,"","","Certification not required",0,15.262997,12.604355,38.9,"2013-09-09 00:00",38.3,"2013-08-30 00:00",37.3,"2013-09-10 00:00",36.2,"2013-08-27 00:00","","","","",36.2,35.5,32.9,30.8,27.1,15.8,-1.7,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68105",1,41.657232,-91.503478,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",327,100,60,61,0,38,"","","Certification not required",0,9.706728,11.840562,30.1,"2013-08-30 00:00",29.5,"2013-09-09 00:00",29.4,"2013-07-18 00:00",29.4,"2013-09-10 00:00","","","","",29.4,29.1,26.3,24.6,20.9,9.6,-6.4,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68106",1,41.657232,-91.503478,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",327,100,60,61,0,38,"","","Certification not required",0,739.388379,5.317432,758,"2013-11-12 00:00",757,"2013-12-07 00:00",756,"2013-11-23 00:00",751,"2013-11-24 00:00","","","","",751,749,747,745,743,740,732,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68107",1,41.657232,-91.503478,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",327,100,60,61,0,38,"","","Certification not required",0,745.700306,5.31309,764,"2013-11-12 00:00",763,"2013-11-23 00:00",763,"2013-11-24 00:00",763,"2013-12-07 00:00","","","","",763,759,754,752,749,745,739,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68108",1,41.657232,-91.503478,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",327,100,60,61,0,38,"","","Certification not required",0,742.608563,5.22027,761,"2013-11-12 00:00",761,"2013-11-23 00:00",760,"2013-12-07 00:00",758,"2013-11-24 00:00","","","","",758,754,750,749,746,743,736,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","68109",1,41.657232,-91.503478,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",327,100,60,61,0,38,"","","Certification not required",0,1438.330275,5.453746,1440,"2013-01-08 00:00",1440,"2013-01-13 00:00",1440,"2013-01-25 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","81102",1,41.657232,-91.503478,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",116,93,114,122,0,10,0,0,"Certification not required",1,18.948276,9.005163,43,"2013-09-07 00:00",42,"2013-12-03 00:00",39,"2013-08-26 00:00",39,"2013-09-10 00:00","","","","",42,39,37,33,25,17,9,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","86502",1,41.657232,-91.503478,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,21,"","","Certification not required",0,10.295192,6.533014,28.4,"2013-05-16 00:00",26.8,"2013-05-01 00:00",26.6,"2013-09-10 00:00",24.6,"2013-07-18 00:00","","","","",26.8,26.6,24.6,19.5,14,9.2,2.6,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","88101",1,41.657232,-91.503478,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,38,0,0,"Certification not required",0,9.040979,4.751865,33.4,"2013-12-02 00:00",30.9,"2013-02-25 00:00",26.2,"2013-03-15 00:00",22.9,"2013-12-01 00:00","","","","",22.9,20.5,17.4,15.2,11.5,8.3,4,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","88101",1,41.657232,-91.503478,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,38,"","","Certification not required",0,9.040979,4.751865,33.4,"2013-12-02 00:00",30.9,"2013-02-25 00:00",26.2,"2013-03-15 00:00",22.9,"2013-12-01 00:00","","","","",22.9,20.5,17.4,15.2,11.5,8.3,4,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-29" +"19","103","2001","88502",3,41.657232,-91.503478,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8514,97,355,365,0,246,"","","Certification not required",0,9.395114,6.507735,54,"2013-08-18 10:00",50,"2013-02-07 20:00",48,"2013-05-10 21:00",47,"2013-12-03 10:00","","","","",30,26,21,18,13,8,2,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","88502",3,41.657232,-91.503478,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,9.390141,5.402499,36.2,"2013-12-03 00:00",33,"2013-12-02 00:00",29.9,"2013-02-25 00:00",27.3,"2013-02-24 00:00","","","","",27.3,22.5,19,16.5,12.2,8.6,3.4,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","88502",4,41.657232,-91.503478,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8227,94,341,365,0,533,"","","Certification not required",0,10.33147,6.693319,50,"2013-02-07 20:00",50,"2013-05-10 21:00",49,"2013-01-03 12:00",47,"2013-03-16 05:00","","","","",31,28,23,19,14,9,3,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","103","2001","88502",4,41.657232,-91.503478,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,"","","Certification not required",0,10.310557,5.534284,35.2,"2013-12-03 00:00",32.2,"2013-12-02 00:00",31.2,"2013-02-25 00:00",27.5,"2013-02-24 00:00","","","","",27.5,24.9,20.6,17.9,13.2,9.7,4.5,"IOWA CITY, HOOVER SCH.","2200 EAST COURT","Iowa","Johnson","Iowa City","Iowa City, IA","2014-01-09" +"19","111","0008","68101",1,40.400959,-91.391012,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",110,90,102,122,0,22,"","","Certification not required",32,0.260909,0.167603,0.6,"2013-06-19 00:00",0.5,"2013-01-19 00:00",0.5,"2013-04-07 00:00",0.5,"2013-05-01 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.05,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68102",1,40.400959,-91.391012,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",110,90,102,122,0,22,"","","Certification not required",0,24.049091,0.08752,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68103",1,40.400959,-91.391012,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,90,102,122,0,22,"","","Certification not required",0,4.597273,11.276935,22.9,"2013-07-15 00:00",22.6,"2013-09-08 00:00",22,"2013-08-02 00:00",21.3,"2013-07-07 00:00","","","","",22.6,22,20.7,19.2,16.7,4,-10.3,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68104",1,40.400959,-91.391012,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,90,102,122,0,22,"","","Certification not required",0,15.500909,12.30264,35.8,"2013-09-07 00:00",35.3,"2013-09-19 00:00",34,"2013-09-08 00:00",33.6,"2013-09-05 00:00","","","","",35.3,34,33.3,31.6,27,15.7,-2,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68105",1,40.400959,-91.391012,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,90,102,122,0,22,"","","Certification not required",0,9.906364,11.478902,28.1,"2013-09-07 00:00",27.9,"2013-07-15 00:00",27.6,"2013-09-08 00:00",27.5,"2013-07-07 00:00","","","","",27.9,27.6,25.9,24.9,20.7,9.4,-6.5,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68106",1,40.400959,-91.391012,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,102,122,0,22,"","","Certification not required",0,743.945455,4.900545,756,"2013-11-24 00:00",755,"2013-12-06 00:00",754,"2013-12-24 00:00",753,"2013-01-22 00:00","","","","",755,754,752,751,747,744,737,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68107",1,40.400959,-91.391012,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,102,122,0,22,"","","Certification not required",0,750.227273,5.222849,767,"2013-11-24 00:00",764,"2013-11-13 00:00",764,"2013-12-06 00:00",763,"2013-12-12 00:00","","","","",764,764,758,756,753,750,744,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68108",1,40.400959,-91.391012,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,102,122,0,22,"","","Certification not required",0,747.172727,4.937888,763,"2013-11-24 00:00",759,"2013-12-06 00:00",759,"2013-12-24 00:00",758,"2013-11-13 00:00","","","","",759,759,755,753,750,747,741,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","68109",1,40.400959,-91.391012,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",110,90,102,122,0,22,"","","Certification not required",0,1438.890909,4.301366,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","88101",1,40.400959,-91.391012,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,22,0,0,"Certification not required",0,10.725455,5.766296,29.8,"2013-12-03 00:00",27.2,"2013-07-06 00:00",24.8,"2013-02-24 00:00",23.5,"2013-07-03 00:00","","","","",27.2,24.8,21.1,18.5,14.5,9.6,4.6,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","111","0008","88101",1,40.400959,-91.391012,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,22,"","","Certification not required",0,10.725455,5.766296,29.8,"2013-12-03 00:00",27.2,"2013-07-06 00:00",24.8,"2013-02-24 00:00",23.5,"2013-07-03 00:00","","","","",27.2,24.8,21.1,18.5,14.5,9.6,4.6,"KEOKUK, FIRE STATION","111S. 13TH ST.","Iowa","Lee","Keokuk","Fort Madison-Keokuk, IA-MO","2014-01-29" +"19","113","0028","44201",1,41.910556,-91.651944,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4832,100,214,214,0,301,0,0,"Certification not required",38,0.046785,0.01141,0.073,"2013-09-07 15:00",0.07,"2013-10-02 14:00",0.069,"2013-08-28 14:00",0.068,"2013-05-14 19:00","","","","",0.069,0.068,0.064,0.06,0.055,0.048,0.029,"KIRKWOOD","6301 KIRKWOOD BLVD SW (IOWA HALL)","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-11-14" +"19","113","0028","44201",1,41.910556,-91.651944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4986,99,211,214,0,0,0,0,"Certification not required",0,0.042507,0.011156,0.065,"2013-09-07 10:00",0.061,"2013-05-14 14:00",0.06,"2013-06-11 12:00",0.06,"2013-06-20 09:00","","","","",0.06,0.06,0.058,0.057,0.051,0.044,0.026,"KIRKWOOD","6301 KIRKWOOD BLVD SW (IOWA HALL)","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-11-14" +"19","113","0028","44201",1,41.910556,-91.651944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4986,99,211,214,0,0,0,0,"Certification not required",0,0.042507,0.011156,0.065,"2013-09-07 10:00",0.061,"2013-05-14 14:00",0.06,"2013-06-11 12:00",0.06,"2013-06-20 09:00","","","","",0.06,0.06,0.058,0.057,0.051,0.044,0.026,"KIRKWOOD","6301 KIRKWOOD BLVD SW (IOWA HALL)","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-11-14" +"19","113","0028","44201",2,41.910556,-91.651944,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4816,100,213,214,0,317,0,0,"Certification not required",43,0.046268,0.011422,0.074,"2013-09-07 15:00",0.07,"2013-08-28 14:00",0.068,"2013-05-14 19:00",0.068,"2013-10-02 14:00","","","","",0.068,0.067,0.063,0.06,0.055,0.048,0.03,"KIRKWOOD","6301 KIRKWOOD BLVD SW (IOWA HALL)","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-11-14" +"19","113","0028","44201",2,41.910556,-91.651944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4966,98,210,214,0,0,0,0,"Certification not required",0,0.042043,0.011173,0.066,"2013-09-07 11:00",0.06,"2013-05-14 13:00",0.06,"2013-09-06 10:00",0.059,"2013-05-05 12:00","","","","",0.06,0.059,0.058,0.057,0.05,0.043,0.026,"KIRKWOOD","6301 KIRKWOOD BLVD SW (IOWA HALL)","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-11-14" +"19","113","0028","44201",2,41.910556,-91.651944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4966,98,210,214,0,0,0,0,"Certification not required",0,0.042043,0.011173,0.066,"2013-09-07 11:00",0.06,"2013-05-14 13:00",0.06,"2013-09-06 10:00",0.059,"2013-05-05 12:00","","","","",0.06,0.059,0.058,0.057,0.05,0.043,0.026,"KIRKWOOD","6301 KIRKWOOD BLVD SW (IOWA HALL)","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-11-14" +"19","113","0031","42401",1,41.983333,-91.662778,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8493,97,359,365,0,267,0,"","Certification not required",0,2.050975,3.094958,20.5,"2013-06-20 08:00",20.1,"2013-04-21 22:00",15.5,"2013-01-25 01:00",15,"2013-07-03 08:00","","","","",15,11.9,8.1,6.3,2.6,0.7,0.1,"SCOTTISH RITE TEMPLE","616 A AVE.","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0031","42401",1,41.983333,-91.662778,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8493,97,359,365,0,267,"","","Certification not required",0,0.545296,1.229447,20.5,"2013-06-20 08:00",20.1,"2013-04-21 22:00",19.2,"2013-04-21 21:00",15.5,"2013-01-25 01:00","","","","",6.2,4.4,2.5,1.4,0.5,0.1,0,"SCOTTISH RITE TEMPLE","616 A AVE.","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0031","42401",1,41.983333,-91.662778,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,0.545404,0.764414,5.9,"2013-04-21 00:00",4.6,"2013-06-20 00:00",3.4,"2013-05-19 00:00",3.3,"2013-07-03 00:00","","","","",3.3,2.9,2.1,1.5,0.8,0.2,0,"SCOTTISH RITE TEMPLE","616 A AVE.","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0031","42401",1,41.983333,-91.662778,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2781,95,357,365,0,0,"",0,"Certification not required",0,0.521287,1.108535,14.9,"2013-04-21 23:00",10.5,"2013-01-25 02:00",10.3,"2013-06-20 08:00",10.1,"2013-11-13 17:00","","","","",5.5,4.3,2.5,1.5,0.5,0.1,0,"SCOTTISH RITE TEMPLE","616 A AVE.","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0031","42406",1,41.983333,-91.662778,"UNKNOWN","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8493,97,359,365,0,267,"","","Certification not required",0,0.880125,2.109203,36.4,"2013-05-19 20:00",34,"2013-02-06 05:00",29,"2013-06-20 08:00",28,"2013-05-19 19:00","","","","",10.6,7.5,4.1,2.2,0.7,0.2,0,"SCOTTISH RITE TEMPLE","616 A AVE.","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0033","43329",16,42.281013,-91.526879,"NAD83","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",0,0.306933,0.145857,0.76,"2013-01-04 00:00",0.56,"2013-01-28 00:00",0.56,"2013-05-16 00:00",0.48,"2013-10-07 00:00","","","","",0.76,0.76,0.56,0.56,0.376,0.292,0.172,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43502",16,42.281013,-91.526879,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",0,1.323333,0.661077,3.3,"2013-06-21 00:00",2.6,"2013-08-20 00:00",2.2,"2013-05-16 00:00",2.2,"2013-07-15 00:00","","","","",3.3,3.3,2.6,2.2,1.8,1.2,0.8,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43503",16,42.281013,-91.526879,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",0,1.183333,0.425954,2.8,"2013-05-16 00:00",1.8,"2013-03-29 00:00",1.7,"2013-01-04 00:00",1.5,"2013-06-21 00:00","","","","",2.8,2.8,1.8,1.7,1.3,1.1,0.9,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43504",16,42.281013,-91.526879,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",0,0.313333,0.145586,0.9,"2013-05-16 00:00",0.5,"2013-09-25 00:00",0.4,"2013-03-29 00:00",0.4,"2013-05-28 00:00","","","","",0.9,0.9,0.5,0.4,0.4,0.3,0.2,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43513",16,42.281013,-91.526879,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",22,0.06095,0.151683,0.85,"2013-07-15 00:00",0.15,"2013-05-16 00:00",0.08,"2013-09-13 00:00",0.075,"2013-09-25 00:00","","","","",0.85,0.85,0.15,0.08,0.0375,0.01775,0.0175,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43516",16,42.281013,-91.526879,"NAD83","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",17,0.153027,0.281898,1.32,"2013-06-21 00:00",0.76,"2013-08-20 00:00",0.56,"2013-07-15 00:00",0.388,"2013-06-09 00:00","","","","",1.32,1.32,0.76,0.56,0.156,0.03,0.0142,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43517",16,42.281013,-91.526879,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",1,0.214233,0.183656,0.96,"2013-05-16 00:00",0.432,"2013-04-10 00:00",0.372,"2013-06-21 00:00",0.366,"2013-08-20 00:00","","","","",0.96,0.96,0.432,0.372,0.288,0.222,0.06,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43518",16,42.281013,-91.526879,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",11,0.120583,0.118578,0.5,"2013-05-16 00:00",0.5,"2013-07-15 00:00",0.23,"2013-06-09 00:00",0.21,"2013-07-03 00:00","","","","",0.5,0.5,0.5,0.23,0.15,0.095,0.0275,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","43551",16,42.281013,-91.526879,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",0,1.981,0.786241,3.6,"2013-01-28 00:00",3.6,"2013-03-29 00:00",3.3,"2013-05-16 00:00",2.88,"2013-04-22 00:00","","","","",3.6,3.6,3.6,3.3,2.46,2.04,1.02,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","44201",1,42.281013,-91.526879,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4819,99,212,214,0,314,0,0,"Certification not required",244,0.045764,0.010992,0.07,"2013-09-06 14:00",0.066,"2013-05-14 19:00",0.064,"2013-04-28 14:00",0.064,"2013-04-30 15:00","","","","",0.064,0.064,0.062,0.06,0.054,0.047,0.031,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-01-21" +"19","113","0033","44201",1,42.281013,-91.526879,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4974,94,202,214,0,0,0,0,"Certification not required",0,0.041649,0.010831,0.06,"2013-04-28 10:00",0.06,"2013-04-30 09:00",0.06,"2013-05-14 13:00",0.06,"2013-05-20 08:00","","","","",0.06,0.06,0.058,0.055,0.05,0.043,0.026,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-01-21" +"19","113","0033","44201",1,42.281013,-91.526879,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4974,94,202,214,0,0,0,0,"Certification not required",0,0.041649,0.010831,0.06,"2013-04-28 10:00",0.06,"2013-04-30 09:00",0.06,"2013-05-14 13:00",0.06,"2013-05-20 08:00","","","","",0.06,0.06,0.058,0.055,0.05,0.043,0.026,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-01-21" +"19","113","0033","44201",2,42.281013,-91.526879,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4825,99,212,214,0,308,0,0,"Certification not required",237,0.045915,0.011009,0.071,"2013-09-06 14:00",0.067,"2013-05-14 19:00",0.065,"2013-04-30 15:00",0.064,"2013-04-28 14:00","","","","",0.065,0.064,0.063,0.06,0.054,0.047,0.03,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2013-11-14" +"19","113","0033","44201",2,42.281013,-91.526879,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4989,95,203,214,0,0,0,0,"Certification not required",0,0.041857,0.010822,0.061,"2013-05-14 14:00",0.06,"2013-04-28 10:00",0.06,"2013-04-30 09:00",0.06,"2013-05-20 08:00","","","","",0.06,0.06,0.058,0.055,0.05,0.043,0.027,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2013-11-14" +"19","113","0033","44201",2,42.281013,-91.526879,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4989,95,203,214,0,0,0,0,"Certification not required",0,0.041857,0.010822,0.061,"2013-05-14 14:00",0.06,"2013-04-28 10:00",0.06,"2013-04-30 09:00",0.06,"2013-05-20 08:00","","","","",0.06,0.06,0.058,0.055,0.05,0.043,0.027,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2013-11-14" +"19","113","0033","45501",16,42.281013,-91.526879,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",17,0.086583,0.093023,0.497,"2013-05-16 00:00",0.266,"2013-07-03 00:00",0.14,"2013-05-28 00:00",0.14,"2013-09-01 00:00","","","","",0.497,0.497,0.266,0.14,0.105,0.0385,0.035,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","45503",16,42.281013,-91.526879,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",30,0.0327,0.002367,0.03735,"2013-01-04 00:00",0.03735,"2013-01-16 00:00",0.03735,"2013-01-28 00:00",0.03735,"2013-02-09 00:00","","","","",0.03735,0.03735,0.03735,0.03735,0.03195,0.0315,0.0315,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0033","45504",16,42.281013,-91.526879,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,97,30,31,0,1,"","","Certification not required",20,0.173987,0.169585,0.744,"2013-08-20 00:00",0.736,"2013-06-21 00:00",0.392,"2013-07-15 00:00",0.256,"2013-09-01 00:00","","","","",0.744,0.744,0.736,0.392,0.192,0.132,0.082,"COGGON ELEMENTARY SCHOOL BLDG. NORTHERN LIMITS OF LINN COUNTY","408 E. LINN ST. COGGON, IOWA","Iowa","Linn","Coggon","Cedar Rapids, IA","2014-02-22" +"19","113","0040","42101",1,41.97677,-91.68766,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7232,83,314,365,0,1528,0,0,"Certification not required",0,0.214874,0.138874,2.819,"2013-07-17 12:00",2.711,"2013-07-17 13:00",2.506,"2013-07-17 11:00",2.371,"2013-07-17 14:00","","","","",0.854,0.625,0.408,0.298,0.223,0.184,0.134,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-15" +"19","113","0040","42101",1,41.97677,-91.68766,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7317,84,277,365,0,0,0,0,"Certification not required",0,0.216318,0.119875,1.9,"2013-07-17 17:00",1.9,"2013-07-17 18:00",1.8,"2013-07-17 16:00",1.7,"2013-07-17 19:00",1.9,"2013-07-17 17:00",1.2,"2013-12-19 02:00",0.8,0.6,0.4,0.3,0.2,0.2,0.1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-15" +"19","113","0040","42401",1,41.97677,-91.68766,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8175,93,362,365,0,585,0,"","Certification not required",0,2.44116,4.486161,28.2,"2013-04-21 00:00",26.6,"2013-08-23 22:00",25.6,"2013-03-08 10:00",24.8,"2013-11-19 17:00","","","","",24.8,19.1,11.8,7.5,2.5,0.5,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-13" +"19","113","0040","42401",1,41.97677,-91.68766,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8175,93,362,365,0,585,"","","Certification not required",0,0.49704,1.636091,28.2,"2013-04-21 00:00",26.6,"2013-08-23 22:00",25.6,"2013-03-08 10:00",25.2,"2013-03-08 11:00","","","","",8.4,5,2.3,1.2,0.3,0.1,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-13" +"19","113","0040","42401",1,41.97677,-91.68766,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.494199,0.905719,7.1,"2013-03-08 00:00",5.1,"2013-08-24 00:00",4.3,"2013-04-21 00:00",4.3,"2013-11-19 00:00","","","","",4.3,3.8,2.3,1.5,0.6,0.1,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-13" +"19","113","0040","42401",1,41.97677,-91.68766,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2437,83,318,365,0,0,"",0,"Certification not required",0,0.486787,1.409575,19.2,"2013-03-08 11:00",17.3,"2013-08-23 23:00",15.7,"2013-03-08 14:00",14.5,"2013-11-19 17:00","","","","",6.9,4.9,2.5,1.3,0.3,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-13" +"19","113","0040","42406",1,41.97677,-91.68766,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8175,93,362,365,0,585,"","","Certification not required",0,0.839927,2.720675,40.8,"2013-11-19 18:00",40.5,"2013-04-21 00:00",34.2,"2013-03-08 11:00",33.5,"2013-04-20 23:00","","","","",14.8,9.6,4.2,2,0.4,0.1,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","43102",18,41.97677,-91.68766,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,44.473871,20.219427,105.88,"2013-01-04 00:00",82.64,"2013-12-18 00:00",72.23,"2013-05-16 00:00",71.68,"2013-12-12 00:00","","","","",105.88,105.88,82.64,71.68,55.8,39.4,24.84,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43127",18,41.97677,-91.68766,"WGS84","Isobutene & 1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.364516,0.631384,2.24,"2013-05-28 00:00",2.22,"2013-01-04 00:00",2.16,"2013-06-09 00:00",2.1,"2013-07-15 00:00","","","","",2.24,2.24,2.22,2.1,1.91,1.53,0.33,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43141",18,41.97677,-91.68766,"WGS84","n-Dodecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",26,0.071935,0.071945,0.43,"2013-11-12 00:00",0.16,"2013-12-18 00:00",0.13,"2013-05-16 00:00",0.11,"2013-06-21 00:00","","","","",0.43,0.43,0.16,0.11,0.05,0.05,0.05,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43144",18,41.97677,-91.68766,"WGS84","Propyne","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",30,0.140323,0.073733,0.53,"2013-06-09 00:00",0.13,"2013-01-16 00:00",0.13,"2013-01-28 00:00",0.13,"2013-02-21 00:00","","","","",0.53,0.53,0.13,0.13,0.13,0.13,0.13,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43145",18,41.97677,-91.68766,"WGS84","1-Octene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",19,0.052258,0.053445,0.2,"2013-12-12 00:00",0.18,"2013-10-07 00:00",0.13,"2013-07-15 00:00",0.11,"2013-03-29 00:00","","","","",0.2,0.2,0.18,0.11,0.09,0.015,0.015,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43202",18,41.97677,-91.68766,"WGS84","Ethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,6.943871,3.150722,14.59,"2013-01-04 00:00",14.17,"2013-12-18 00:00",13.12,"2013-12-12 00:00",11.53,"2013-01-28 00:00","","","","",14.59,14.59,14.17,11.53,7.42,6.22,3.71,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43203",18,41.97677,-91.68766,"WGS84","Ethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.89,1.422934,6.25,"2013-12-18 00:00",5.91,"2013-01-04 00:00",5.23,"2013-12-12 00:00",3.23,"2013-03-29 00:00","","","","",6.25,6.25,5.91,3.23,2.27,1.46,0.89,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43204",18,41.97677,-91.68766,"WGS84","Propane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,5.609355,2.932875,11.77,"2013-01-28 00:00",11.4,"2013-01-04 00:00",10.21,"2013-12-12 00:00",10.02,"2013-10-31 00:00","","","","",11.77,11.77,11.4,10.02,7.5,4.53,2.74,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43205",16,41.97677,-91.68766,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",20,0.832258,0.712059,3.33,"2013-12-18 00:00",2.13,"2013-01-04 00:00",1.89,"2013-12-12 00:00",1.83,"2013-12-30 00:00","","","","",3.33,3.33,2.13,1.83,1.11,0.405,0.405,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43205",18,41.97677,-91.68766,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.568065,0.368659,1.75,"2013-01-04 00:00",1.43,"2013-12-18 00:00",1.31,"2013-12-12 00:00",0.94,"2013-11-12 00:00","","","","",1.75,1.75,1.43,0.94,0.61,0.45,0.25,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43206",16,41.97677,-91.68766,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",5,2.453548,1.932255,8.26,"2013-12-18 00:00",7.28,"2013-07-15 00:00",5.76,"2013-12-12 00:00",5.54,"2013-12-30 00:00","","","","",8.26,8.26,7.28,5.54,2.92,1.84,0.6,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43206",18,41.97677,-91.68766,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.494194,1.132834,5.06,"2013-12-18 00:00",4.52,"2013-01-04 00:00",4.02,"2013-12-12 00:00",2.66,"2013-03-29 00:00","","","","",5.06,5.06,4.52,2.66,1.64,1.08,0.69,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43208",16,41.97677,-91.68766,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.199032,0.005388,0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-21 00:00",0.2,"2013-03-05 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43212",18,41.97677,-91.68766,"WGS84","n-Butane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,4.587419,4.619842,26,"2013-01-04 00:00",10.44,"2013-12-18 00:00",8.2,"2013-03-29 00:00",7.8,"2013-12-12 00:00","","","","",26,26,10.44,7.8,4.79,3.56,1.59,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43214",18,41.97677,-91.68766,"WGS84","Isobutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.387742,0.94074,5.06,"2013-01-04 00:00",2.59,"2013-12-18 00:00",2.54,"2013-12-12 00:00",2.34,"2013-01-28 00:00","","","","",5.06,5.06,2.59,2.34,1.91,1.23,0.6,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43216",18,41.97677,-91.68766,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",23,0.081452,0.053575,0.27,"2013-06-21 00:00",0.21,"2013-01-04 00:00",0.18,"2013-12-18 00:00",0.14,"2013-05-04 00:00","","","","",0.27,0.27,0.21,0.14,0.11,0.055,0.055,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43217",18,41.97677,-91.68766,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",25,0.092903,0.049139,0.23,"2013-06-21 00:00",0.22,"2013-01-04 00:00",0.18,"2013-05-16 00:00",0.18,"2013-12-18 00:00","","","","",0.23,0.23,0.22,0.18,0.07,0.07,0.07,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43218",16,41.97677,-91.68766,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.007742,0.043105,0.24,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.24,0.24,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43218",18,41.97677,-91.68766,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.07,0.089069,0.3,"2013-12-18 00:00",0.24,"2013-12-12 00:00",0.23,"2013-01-04 00:00",0.2,"2013-11-12 00:00","","","","",0.3,0.3,0.24,0.2,0.13,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43220",18,41.97677,-91.68766,"WGS84","n-Pentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.396129,0.784524,3.75,"2013-05-16 00:00",2.64,"2013-06-21 00:00",2.6,"2013-01-04 00:00",2.38,"2013-10-07 00:00","","","","",3.75,3.75,2.64,2.38,1.84,1.22,0.5,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43221",18,41.97677,-91.68766,"WGS84","Isopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,3.394194,2.543729,11.65,"2013-01-04 00:00",8.7,"2013-05-16 00:00",6.57,"2013-10-07 00:00",6.37,"2013-06-21 00:00","","","","",11.65,11.65,8.7,6.37,4.63,2.66,0.97,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43224",18,41.97677,-91.68766,"WGS84","1-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",4,0.144839,0.059519,0.28,"2013-12-06 00:00",0.27,"2013-06-21 00:00",0.23,"2013-07-27 00:00",0.22,"2013-11-24 00:00","","","","",0.28,0.28,0.27,0.22,0.17,0.14,0.045,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43225",18,41.97677,-91.68766,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",8,0.127097,0.081535,0.36,"2013-07-27 00:00",0.28,"2013-01-04 00:00",0.27,"2013-05-16 00:00",0.22,"2013-12-18 00:00","","","","",0.36,0.36,0.28,0.22,0.19,0.1,0.04,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43226",18,41.97677,-91.68766,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",15,0.134355,0.181951,1.06,"2013-01-16 00:00",0.29,"2013-05-16 00:00",0.2,"2013-01-04 00:00",0.19,"2013-06-21 00:00","","","","",1.06,1.06,0.29,0.19,0.15,0.11,0.055,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43227",18,41.97677,-91.68766,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",19,0.063387,0.040133,0.17,"2013-05-16 00:00",0.14,"2013-12-18 00:00",0.13,"2013-06-21 00:00",0.12,"2013-01-04 00:00","","","","",0.17,0.17,0.14,0.12,0.09,0.035,0.035,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43228",18,41.97677,-91.68766,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",8,0.141613,0.118493,0.54,"2013-06-09 00:00",0.34,"2013-06-21 00:00",0.33,"2013-01-04 00:00",0.33,"2013-12-18 00:00","","","","",0.54,0.54,0.34,0.33,0.2,0.1,0.035,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43230",18,41.97677,-91.68766,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",1,0.742258,0.421068,1.55,"2013-05-16 00:00",1.43,"2013-10-07 00:00",1.36,"2013-12-18 00:00",1.31,"2013-04-22 00:00","","","","",1.55,1.55,1.43,1.31,1.09,0.71,0.24,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43231",18,41.97677,-91.68766,"WGS84","n-Hexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.854839,0.752258,3.2,"2013-04-22 00:00",3.2,"2013-08-20 00:00",2.1,"2013-12-18 00:00",1.4,"2013-05-16 00:00","","","","",3.2,3.2,3.2,1.4,1,0.7,0.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43232",18,41.97677,-91.68766,"WGS84","n-Heptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.253226,0.121748,0.6,"2013-05-16 00:00",0.4,"2013-03-29 00:00",0.4,"2013-05-28 00:00",0.4,"2013-07-15 00:00","","","","",0.6,0.6,0.4,0.4,0.35,0.2,0.1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43233",16,41.97677,-91.68766,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.405161,0.028737,0.56,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-21 00:00","","","","",0.56,0.56,0.4,0.4,0.4,0.4,0.4,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43233",18,41.97677,-91.68766,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.139032,0.055938,0.25,"2013-05-16 00:00",0.24,"2013-10-07 00:00",0.24,"2013-12-18 00:00",0.21,"2013-03-29 00:00","","","","",0.25,0.25,0.24,0.21,0.18,0.13,0.08,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43234",18,41.97677,-91.68766,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",23,0.118226,0.228493,1.26,"2013-06-21 00:00",0.33,"2013-08-20 00:00",0.27,"2013-11-12 00:00",0.23,"2013-09-01 00:00","","","","",1.26,1.26,0.33,0.23,0.17,0.035,0.035,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43235",18,41.97677,-91.68766,"WGS84","n-Nonane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",13,0.090645,0.056388,0.22,"2013-05-16 00:00",0.17,"2013-07-15 00:00",0.15,"2013-08-08 00:00",0.15,"2013-11-12 00:00","","","","",0.22,0.22,0.17,0.15,0.14,0.11,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43236",18,41.97677,-91.68766,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.031129,0.006286,0.065,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-01-28 00:00",0.03,"2013-02-21 00:00","","","","",0.065,0.065,0.03,0.03,0.03,0.03,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43238",18,41.97677,-91.68766,"WGS84","n-Decane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",10,0.097097,0.072627,0.35,"2013-11-12 00:00",0.18,"2013-05-16 00:00",0.18,"2013-12-18 00:00",0.17,"2013-12-12 00:00","","","","",0.35,0.35,0.18,0.17,0.14,0.1,0.02,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43242",18,41.97677,-91.68766,"WGS84","Cyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",5,0.142581,0.076723,0.33,"2013-05-16 00:00",0.28,"2013-01-04 00:00",0.23,"2013-10-07 00:00",0.23,"2013-12-12 00:00","","","","",0.33,0.33,0.28,0.23,0.2,0.13,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43243",18,41.97677,-91.68766,"WGS84","Isoprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",9,0.370323,0.594085,2.9,"2013-06-21 00:00",1.38,"2013-08-20 00:00",1.36,"2013-07-15 00:00",0.96,"2013-08-08 00:00","","","","",2.9,2.9,1.38,0.96,0.4,0.12,0.04,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43244",18,41.97677,-91.68766,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",1,0.270806,0.1633,0.78,"2013-01-04 00:00",0.53,"2013-05-16 00:00",0.48,"2013-12-18 00:00",0.46,"2013-03-29 00:00","","","","",0.78,0.78,0.53,0.46,0.41,0.22,0.12,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43245",18,41.97677,-91.68766,"WGS84","1-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",26,0.049516,0.058286,0.25,"2013-04-10 00:00",0.19,"2013-10-07 00:00",0.16,"2013-02-21 00:00",0.14,"2013-07-15 00:00","","","","",0.25,0.25,0.19,0.14,0.025,0.025,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43246",18,41.97677,-91.68766,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",30,0.052097,0.040451,0.27,"2013-04-10 00:00",0.045,"2013-01-16 00:00",0.045,"2013-01-28 00:00",0.045,"2013-02-21 00:00","","","","",0.27,0.27,0.045,0.045,0.045,0.045,0.045,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43247",18,41.97677,-91.68766,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",1,0.197258,0.114089,0.49,"2013-05-16 00:00",0.39,"2013-10-07 00:00",0.39,"2013-12-18 00:00",0.35,"2013-03-29 00:00","","","","",0.49,0.49,0.39,0.35,0.29,0.16,0.1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43248",18,41.97677,-91.68766,"WGS84","Cyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",4,0.812581,3.462408,19.46,"2013-08-20 00:00",0.42,"2013-04-22 00:00",0.39,"2013-05-16 00:00",0.38,"2013-12-18 00:00","","","","",19.46,19.46,0.42,0.38,0.26,0.19,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43249",18,41.97677,-91.68766,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.705806,0.378874,1.65,"2013-06-21 00:00",1.47,"2013-07-15 00:00",1.34,"2013-05-16 00:00",1.11,"2013-10-07 00:00","","","","",1.65,1.65,1.47,1.11,1,0.63,0.32,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43250",18,41.97677,-91.68766,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.548387,0.389761,1.6,"2013-05-16 00:00",1.4,"2013-10-07 00:00",1.1,"2013-12-12 00:00",1.1,"2013-12-18 00:00","","","","",1.6,1.6,1.4,1.1,0.8,0.4,0.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43252",18,41.97677,-91.68766,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",2,0.193548,0.122183,0.48,"2013-05-16 00:00",0.47,"2013-10-07 00:00",0.38,"2013-12-12 00:00",0.37,"2013-03-29 00:00","","","","",0.48,0.48,0.47,0.37,0.28,0.15,0.08,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43253",18,41.97677,-91.68766,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",14,0.077419,0.061099,0.21,"2013-12-18 00:00",0.19,"2013-12-12 00:00",0.18,"2013-05-16 00:00",0.16,"2013-05-28 00:00","","","","",0.21,0.21,0.19,0.16,0.12,0.08,0.02,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43256",18,41.97677,-91.68766,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",20,0.176452,0.314987,1.32,"2013-10-31 00:00",1.14,"2013-11-12 00:00",0.53,"2013-12-30 00:00",0.46,"2013-12-06 00:00","","","","",1.32,1.32,1.14,0.46,0.17,0.03,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43261",18,41.97677,-91.68766,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",1,0.168871,0.084397,0.4,"2013-12-18 00:00",0.3,"2013-12-12 00:00",0.29,"2013-06-21 00:00",0.28,"2013-02-21 00:00","","","","",0.4,0.4,0.3,0.28,0.22,0.16,0.08,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43262",18,41.97677,-91.68766,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.468387,0.27631,1.09,"2013-12-18 00:00",1.06,"2013-08-20 00:00",1.02,"2013-04-22 00:00",0.97,"2013-05-16 00:00","","","","",1.09,1.09,1.06,0.97,0.66,0.39,0.19,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43263",18,41.97677,-91.68766,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.265806,0.130736,0.61,"2013-05-16 00:00",0.49,"2013-12-18 00:00",0.47,"2013-12-12 00:00",0.44,"2013-03-29 00:00","","","","",0.61,0.61,0.49,0.44,0.36,0.23,0.13,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43279",18,41.97677,-91.68766,"WGS84","1-Nonene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",17,0.058065,0.04672,0.18,"2013-12-12 00:00",0.16,"2013-05-16 00:00",0.11,"2013-05-04 00:00",0.11,"2013-06-21 00:00","","","","",0.18,0.18,0.16,0.11,0.1,0.02,0.02,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43282",18,41.97677,-91.68766,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",28,0.047097,0.02224,0.12,"2013-07-15 00:00",0.12,"2013-12-18 00:00",0.1,"2013-01-04 00:00",0.04,"2013-01-16 00:00","","","","",0.12,0.12,0.12,0.04,0.04,0.04,0.04,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43283",18,41.97677,-91.68766,"WGS84","Cyclopentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",29,0.044677,0.019872,0.14,"2013-12-18 00:00",0.09,"2013-05-28 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-28 00:00","","","","",0.14,0.14,0.09,0.04,0.04,0.04,0.04,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43284",18,41.97677,-91.68766,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.326774,0.19525,0.75,"2013-01-04 00:00",0.73,"2013-05-16 00:00",0.62,"2013-03-29 00:00",0.6,"2013-05-04 00:00","","","","",0.75,0.75,0.73,0.6,0.48,0.27,0.12,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43285",18,41.97677,-91.68766,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.948065,0.537875,2.13,"2013-05-16 00:00",1.73,"2013-06-21 00:00",1.69,"2013-10-07 00:00",1.68,"2013-01-04 00:00","","","","",2.13,2.13,1.73,1.68,1.46,0.83,0.35,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43289",18,41.97677,-91.68766,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",28,0.051613,0.087715,0.51,"2013-02-21 00:00",0.12,"2013-03-29 00:00",0.11,"2013-05-16 00:00",0.05,"2013-01-04 00:00","","","","",0.51,0.51,0.12,0.05,0.03,0.03,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43290",18,41.97677,-91.68766,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.034839,0.000898,0.035,"2013-01-16 00:00",0.035,"2013-01-28 00:00",0.035,"2013-02-21 00:00",0.035,"2013-03-05 00:00","","","","",0.035,0.035,0.035,0.035,0.035,0.035,0.035,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43291",18,41.97677,-91.68766,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.271935,0.163369,0.72,"2013-05-16 00:00",0.56,"2013-12-18 00:00",0.51,"2013-12-12 00:00",0.49,"2013-10-07 00:00","","","","",0.72,0.72,0.56,0.49,0.42,0.21,0.12,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43298",18,41.97677,-91.68766,"WGS84","1-Decene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",1,0.308226,0.182905,0.81,"2013-11-12 00:00",0.72,"2013-05-16 00:00",0.57,"2013-03-29 00:00",0.49,"2013-07-15 00:00","","","","",0.81,0.81,0.72,0.49,0.43,0.27,0.12,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43299",18,41.97677,-91.68766,"WGS84","1-Undecene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",21,0.075161,0.067225,0.33,"2013-08-20 00:00",0.2,"2013-12-06 00:00",0.19,"2013-09-13 00:00",0.18,"2013-03-29 00:00","","","","",0.33,0.33,0.2,0.18,0.09,0.04,0.04,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43328",18,41.97677,-91.68766,"WGS84","1-Heptene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",23,0.073226,0.045047,0.22,"2013-12-12 00:00",0.19,"2013-12-18 00:00",0.14,"2013-11-12 00:00",0.13,"2013-05-16 00:00","","","","",0.22,0.22,0.19,0.13,0.1,0.05,0.05,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43329",16,41.97677,-91.68766,"WGS84","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",0,0.357143,0.170263,0.8,"2013-01-04 00:00",0.8,"2013-10-01 00:00",0.72,"2013-05-16 00:00",0.64,"2013-12-18 00:00","","","","",0.8,0.8,0.72,0.6,0.44,0.34,0.16,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43330",18,41.97677,-91.68766,"WGS84","Dodecene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",11,0.095,0.088619,0.44,"2013-01-28 00:00",0.24,"2013-06-21 00:00",0.19,"2013-12-30 00:00",0.18,"2013-11-12 00:00","","","","",0.44,0.44,0.24,0.18,0.14,0.07,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43372",16,41.97677,-91.68766,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43373",16,41.97677,-91.68766,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.339677,0.053882,0.63,"2013-01-04 00:00",0.33,"2013-01-16 00:00",0.33,"2013-01-28 00:00",0.33,"2013-02-21 00:00","","","","",0.63,0.63,0.33,0.33,0.33,0.33,0.33,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43396",16,41.97677,-91.68766,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.279677,0.053882,0.57,"2013-01-04 00:00",0.27,"2013-01-16 00:00",0.27,"2013-01-28 00:00",0.27,"2013-02-21 00:00","","","","",0.57,0.57,0.27,0.27,0.27,0.27,0.27,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43438",16,41.97677,-91.68766,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43441",16,41.97677,-91.68766,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43502",16,41.97677,-91.68766,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,48,49,0,1,"","","Certification not required",0,1.883673,0.97347,5.4,"2013-09-07 00:00",4.2,"2013-06-21 00:00",3.4,"2013-07-09 00:00",3.3,"2013-08-20 00:00","","","","",5.4,5.4,3.4,3.2,2.2,1.7,0.9,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43503",16,41.97677,-91.68766,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",0,1.722449,0.654556,3.8,"2013-05-16 00:00",3.8,"2013-09-07 00:00",2.6,"2013-05-04 00:00",2.6,"2013-09-13 00:00","","","","",3.8,3.8,2.6,2.4,2.2,1.6,1.1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43504",16,41.97677,-91.68766,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",0,0.420408,0.188171,1.1,"2013-05-16 00:00",0.9,"2013-09-07 00:00",0.7,"2013-07-21 00:00",0.7,"2013-08-14 00:00","","","","",1.1,1.1,0.7,0.6,0.5,0.4,0.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43513",16,41.97677,-91.68766,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",23,0.050893,0.03787,0.15,"2013-05-16 00:00",0.145,"2013-09-07 00:00",0.14,"2013-07-15 00:00",0.125,"2013-07-21 00:00","","","","",0.15,0.15,0.14,0.115,0.065,0.0375,0.01775,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43516",16,41.97677,-91.68766,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",19,0.256931,0.383709,1.8,"2013-06-21 00:00",1.24,"2013-09-07 00:00",1.04,"2013-08-20 00:00",0.92,"2013-07-09 00:00","","","","",1.8,1.8,1.04,0.92,0.344,0.06,0.0142,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43517",16,41.97677,-91.68766,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",3,0.257847,0.156513,0.78,"2013-05-16 00:00",0.66,"2013-09-07 00:00",0.468,"2013-07-15 00:00",0.456,"2013-06-21 00:00","","","","",0.78,0.78,0.468,0.414,0.318,0.27,0.072,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43518",16,41.97677,-91.68766,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",11,0.130153,0.096813,0.5,"2013-07-15 00:00",0.395,"2013-05-16 00:00",0.335,"2013-07-09 00:00",0.27,"2013-09-07 00:00","","","","",0.5,0.5,0.335,0.255,0.15,0.11,0.0275,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43551",16,41.97677,-91.68766,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",0,2.387755,1.020972,4.8,"2013-03-29 00:00",4.8,"2013-04-04 00:00",3.9,"2013-05-16 00:00",3.9,"2013-10-13 00:00","","","","",4.8,4.8,3.9,3.6,3.3,2.19,1.14,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43552",16,41.97677,-91.68766,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",30,1.159355,2.836479,16.44,"2013-02-21 00:00",0.66,"2013-01-16 00:00",0.66,"2013-01-28 00:00",0.66,"2013-03-05 00:00","","","","",16.44,16.44,0.66,0.66,0.66,0.66,0.66,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43560",16,41.97677,-91.68766,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.025161,0.140092,0.78,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-21 00:00","","","","",0.78,0.78,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43801",16,41.97677,-91.68766,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.741613,0.22913,1.72,"2013-07-15 00:00",1.12,"2013-12-30 00:00",1.11,"2013-06-21 00:00",0.88,"2013-07-27 00:00","","","","",1.72,1.72,1.12,0.88,0.79,0.69,0.58,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43802",16,41.97677,-91.68766,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.127419,0.048851,0.29,"2013-07-15 00:00",0.18,"2013-04-10 00:00",0.17,"2013-03-29 00:00",0.17,"2013-05-28 00:00","","","","",0.29,0.29,0.18,0.17,0.16,0.13,0.07,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43803",16,41.97677,-91.68766,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.012903,0.054723,0.3,"2013-07-15 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-21 00:00",0,"2013-01-04 00:00","","","","",0.3,0.3,0.05,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43804",16,41.97677,-91.68766,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.09,0.018074,0.15,"2013-07-15 00:00",0.11,"2013-07-27 00:00",0.11,"2013-08-08 00:00",0.1,"2013-01-28 00:00","","","","",0.15,0.15,0.11,0.1,0.1,0.09,0.07,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43806",16,41.97677,-91.68766,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43811",16,41.97677,-91.68766,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.272581,0.04973,0.43,"2013-07-15 00:00",0.41,"2013-12-18 00:00",0.34,"2013-01-28 00:00",0.33,"2013-10-07 00:00","","","","",0.43,0.43,0.41,0.33,0.28,0.26,0.22,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43812",16,41.97677,-91.68766,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43813",16,41.97677,-91.68766,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43814",16,41.97677,-91.68766,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43815",16,41.97677,-91.68766,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.003226,0.017961,0.1,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43817",16,41.97677,-91.68766,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43818",16,41.97677,-91.68766,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43819",16,41.97677,-91.68766,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43820",16,41.97677,-91.68766,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43821",16,41.97677,-91.68766,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.21871,0.007184,0.22,"2013-01-16 00:00",0.22,"2013-01-28 00:00",0.22,"2013-02-21 00:00",0.22,"2013-03-05 00:00","","","","",0.22,0.22,0.22,0.22,0.22,0.22,0.22,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43823",16,41.97677,-91.68766,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.579355,0.104592,0.89,"2013-12-30 00:00",0.86,"2013-07-15 00:00",0.72,"2013-10-07 00:00",0.69,"2013-12-06 00:00","","","","",0.89,0.89,0.86,0.69,0.62,0.56,0.48,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43824",16,41.97677,-91.68766,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43826",16,41.97677,-91.68766,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43828",16,41.97677,-91.68766,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.075,0,0.075,"2013-01-04 00:00",0.075,"2013-01-16 00:00",0.075,"2013-01-28 00:00",0.075,"2013-02-21 00:00","","","","",0.075,0.075,0.075,0.075,0.075,0.075,0.075,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43829",16,41.97677,-91.68766,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43830",16,41.97677,-91.68766,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43831",16,41.97677,-91.68766,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43832",16,41.97677,-91.68766,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.053548,0.019757,0.16,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-21 00:00","","","","",0.16,0.16,0.05,0.05,0.05,0.05,0.05,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43835",16,41.97677,-91.68766,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43838",16,41.97677,-91.68766,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.110968,0.005388,0.14,"2013-01-04 00:00",0.11,"2013-01-16 00:00",0.11,"2013-01-28 00:00",0.11,"2013-02-21 00:00","","","","",0.14,0.14,0.11,0.11,0.11,0.11,0.11,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43839",16,41.97677,-91.68766,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.210323,0.001796,0.22,"2013-01-04 00:00",0.21,"2013-01-16 00:00",0.21,"2013-01-28 00:00",0.21,"2013-02-21 00:00","","","","",0.22,0.22,0.21,0.21,0.21,0.21,0.21,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43843",16,41.97677,-91.68766,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43844",16,41.97677,-91.68766,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43860",16,41.97677,-91.68766,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43954",18,41.97677,-91.68766,"WGS84","n-Undecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",8,0.100645,0.076286,0.39,"2013-11-12 00:00",0.26,"2013-12-18 00:00",0.18,"2013-05-16 00:00",0.17,"2013-12-12 00:00","","","","",0.39,0.39,0.26,0.17,0.15,0.09,0.035,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","43960",18,41.97677,-91.68766,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",10,0.102581,0.065674,0.21,"2013-05-16 00:00",0.2,"2013-12-12 00:00",0.2,"2013-12-18 00:00",0.19,"2013-05-28 00:00","","","","",0.21,0.21,0.2,0.19,0.16,0.11,0.02,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","44201",1,41.97677,-91.68766,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4834,100,214,214,0,302,0,0,"Certification not required",210,0.045654,0.011568,0.07,"2013-09-07 14:00",0.068,"2013-05-14 19:00",0.066,"2013-06-11 17:00",0.066,"2013-10-02 15:00","","","","",0.066,0.065,0.063,0.06,0.054,0.047,0.029,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","44201",1,41.97677,-91.68766,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,98,210,214,0,0,0,0,"Certification not required",0,0.041214,0.011171,0.062,"2013-09-07 11:00",0.061,"2013-05-14 14:00",0.059,"2013-05-07 10:00",0.059,"2013-09-06 10:00","","","","",0.059,0.058,0.057,0.055,0.05,0.043,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","44201",1,41.97677,-91.68766,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,98,210,214,0,0,0,0,"Certification not required",0,0.041214,0.011171,0.062,"2013-09-07 11:00",0.061,"2013-05-14 14:00",0.059,"2013-05-07 10:00",0.059,"2013-09-06 10:00","","","","",0.059,0.058,0.057,0.055,0.05,0.043,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","44201",2,41.97677,-91.68766,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4834,100,214,214,0,302,0,0,"Certification not required",204,0.046098,0.011552,0.072,"2013-09-07 14:00",0.069,"2013-05-14 19:00",0.067,"2013-06-11 17:00",0.067,"2013-10-02 14:00","","","","",0.067,0.065,0.064,0.06,0.054,0.048,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","44201",2,41.97677,-91.68766,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,98,210,214,0,0,0,0,"Certification not required",0,0.041657,0.011153,0.064,"2013-09-07 11:00",0.062,"2013-05-14 14:00",0.06,"2013-04-28 10:00",0.06,"2013-05-07 10:00","","","","",0.06,0.06,0.058,0.055,0.051,0.043,0.026,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","44201",2,41.97677,-91.68766,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,98,210,214,0,0,0,0,"Certification not required",0,0.041657,0.011153,0.064,"2013-09-07 11:00",0.062,"2013-05-14 14:00",0.06,"2013-04-28 10:00",0.06,"2013-05-07 10:00","","","","",0.06,0.06,0.058,0.055,0.051,0.043,0.026,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","45109",16,41.97677,-91.68766,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.957419,0.825328,3.44,"2013-12-18 00:00",2.88,"2013-10-07 00:00",2,"2013-12-12 00:00",1.92,"2013-05-16 00:00","","","","",3.44,3.44,2.88,1.92,1.36,0.8,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45109",18,41.97677,-91.68766,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.664194,0.388628,1.76,"2013-05-16 00:00",1.43,"2013-10-07 00:00",1.22,"2013-07-15 00:00",1.21,"2013-03-29 00:00","","","","",1.76,1.76,1.43,1.21,0.9,0.57,0.26,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45201",16,41.97677,-91.68766,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.173871,0.578093,2.5,"2013-12-18 00:00",2.4,"2013-01-04 00:00",2.38,"2013-07-15 00:00",2.05,"2013-12-12 00:00","","","","",2.5,2.5,2.4,2.05,1.57,0.95,0.64,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45201",18,41.97677,-91.68766,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.679677,0.283508,1.39,"2013-12-18 00:00",1.29,"2013-01-04 00:00",1.26,"2013-12-12 00:00",1.13,"2013-05-16 00:00","","","","",1.39,1.39,1.29,1.13,0.83,0.59,0.43,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45202",16,41.97677,-91.68766,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,2.454516,1.890945,9.03,"2013-02-21 00:00",5.95,"2013-10-07 00:00",5.18,"2013-12-18 00:00",4.97,"2013-05-16 00:00","","","","",9.03,9.03,5.95,4.97,2.94,1.89,0.84,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45202",18,41.97677,-91.68766,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.645161,1.203234,6.05,"2013-02-21 00:00",3.88,"2013-05-16 00:00",3.15,"2013-10-07 00:00",2.84,"2013-03-29 00:00","","","","",6.05,6.05,3.88,2.84,2.34,1.21,0.59,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45203",16,41.97677,-91.68766,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.206452,0.350405,1.12,"2013-10-07 00:00",0.96,"2013-12-18 00:00",0.8,"2013-07-15 00:00",0.8,"2013-12-12 00:00","","","","",1.12,1.12,0.96,0.8,0.48,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45203",18,41.97677,-91.68766,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.258387,0.137334,0.57,"2013-05-16 00:00",0.5,"2013-03-29 00:00",0.46,"2013-05-28 00:00",0.44,"2013-10-07 00:00","","","","",0.57,0.57,0.5,0.44,0.36,0.25,0.1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45204",16,41.97677,-91.68766,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.268387,0.413401,1.44,"2013-12-18 00:00",1.12,"2013-10-07 00:00",1.04,"2013-12-12 00:00",0.8,"2013-11-12 00:00","","","","",1.44,1.44,1.12,0.8,0.56,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45204",18,41.97677,-91.68766,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.296129,0.164999,0.74,"2013-05-16 00:00",0.67,"2013-10-07 00:00",0.61,"2013-07-15 00:00",0.53,"2013-03-29 00:00","","","","",0.74,0.74,0.67,0.53,0.38,0.23,0.13,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45207",16,41.97677,-91.68766,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",30,0.383226,0.089903,0.72,"2013-01-04 00:00",0.72,"2013-11-12 00:00",0.36,"2013-01-16 00:00",0.36,"2013-01-28 00:00","","","","",0.72,0.72,0.72,0.36,0.36,0.36,0.36,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45207",18,41.97677,-91.68766,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",3,0.145323,0.079098,0.32,"2013-05-16 00:00",0.32,"2013-12-18 00:00",0.3,"2013-11-12 00:00",0.22,"2013-07-15 00:00","","","","",0.32,0.32,0.32,0.22,0.2,0.13,0.07,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45208",16,41.97677,-91.68766,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",25,0.513871,0.348718,1.8,"2013-12-18 00:00",1.44,"2013-11-12 00:00",1.08,"2013-12-12 00:00",0.9,"2013-10-07 00:00","","","","",1.8,1.8,1.44,0.9,0.36,0.36,0.36,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45208",18,41.97677,-91.68766,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",9,0.109355,0.105323,0.56,"2013-11-12 00:00",0.23,"2013-05-16 00:00",0.23,"2013-12-18 00:00",0.2,"2013-12-12 00:00","","","","",0.56,0.56,0.23,0.2,0.14,0.09,0.02,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45209",18,41.97677,-91.68766,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",10,0.106129,0.075749,0.3,"2013-11-12 00:00",0.24,"2013-05-16 00:00",0.22,"2013-06-21 00:00",0.19,"2013-05-04 00:00","","","","",0.3,0.3,0.24,0.19,0.15,0.11,0.02,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45210",18,41.97677,-91.68766,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.003226,0.017961,0.1,"2013-11-12 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45211",18,41.97677,-91.68766,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",6,0.174839,0.116986,0.45,"2013-07-27 00:00",0.38,"2013-10-07 00:00",0.36,"2013-05-28 00:00",0.35,"2013-12-30 00:00","","","","",0.45,0.45,0.38,0.35,0.24,0.16,0.03,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45212",18,41.97677,-91.68766,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",4,0.215484,0.12751,0.52,"2013-11-12 00:00",0.51,"2013-05-16 00:00",0.38,"2013-03-29 00:00",0.36,"2013-07-15 00:00","","","","",0.52,0.52,0.51,0.36,0.32,0.22,0.04,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45218",18,41.97677,-91.68766,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",19,0.065968,0.067397,0.34,"2013-11-12 00:00",0.16,"2013-12-18 00:00",0.14,"2013-09-01 00:00",0.13,"2013-12-30 00:00","","","","",0.34,0.34,0.16,0.13,0.11,0.025,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45219",18,41.97677,-91.68766,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",9,0.092581,0.080414,0.34,"2013-11-12 00:00",0.29,"2013-06-21 00:00",0.22,"2013-05-16 00:00",0.17,"2013-03-29 00:00","","","","",0.34,0.34,0.29,0.17,0.11,0.09,0.01,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45220",16,41.97677,-91.68766,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.015484,0.086211,0.48,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.48,0.48,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45220",18,41.97677,-91.68766,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,1.372903,0.783821,3.53,"2013-07-15 00:00",2.77,"2013-09-01 00:00",2.32,"2013-06-21 00:00",2.32,"2013-08-08 00:00","","","","",3.53,3.53,2.77,2.32,1.99,1.17,0.53,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45225",18,41.97677,-91.68766,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",7,0.103387,0.066388,0.24,"2013-12-18 00:00",0.22,"2013-11-12 00:00",0.21,"2013-06-21 00:00",0.2,"2013-07-15 00:00","","","","",0.24,0.24,0.22,0.2,0.15,0.1,0.015,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45228",18,41.97677,-91.68766,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",4,0.128065,0.064183,0.28,"2013-11-12 00:00",0.27,"2013-05-16 00:00",0.19,"2013-07-15 00:00",0.18,"2013-08-08 00:00","","","","",0.28,0.28,0.27,0.18,0.17,0.13,0.025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45501",16,41.97677,-91.68766,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",15,0.134214,0.135853,0.84,"2013-05-16 00:00",0.553,"2013-07-21 00:00",0.287,"2013-07-03 00:00",0.259,"2013-06-03 00:00","","","","",0.84,0.84,0.287,0.217,0.154,0.112,0.0385,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45503",16,41.97677,-91.68766,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",49,0.032574,0.001728,0.03735,"2013-01-04 00:00",0.03735,"2013-01-16 00:00",0.03735,"2013-01-28 00:00",0.03735,"2013-02-09 00:00","","","","",0.03735,0.03735,0.03735,0.03735,0.03195,0.03195,0.03195,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45504",16,41.97677,-91.68766,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,100,31,31,0,1,"","","Certification not required",24,0.308857,0.381536,2,"2013-07-09 00:00",1.28,"2013-07-15 00:00",1.2,"2013-09-07 00:00",1.12,"2013-08-20 00:00","","","","",2,2,1.2,0.8,0.352,0.168,0.082,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45801",16,41.97677,-91.68766,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45805",16,41.97677,-91.68766,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45806",16,41.97677,-91.68766,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",31,0.299032,0.005388,0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-21 00:00",0.3,"2013-03-05 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45807",16,41.97677,-91.68766,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.030968,0.12381,0.6,"2013-11-12 00:00",0.36,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.6,0.6,0.36,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45809",16,41.97677,-91.68766,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.047419,0.194147,0.98,"2013-10-07 00:00",0.49,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.98,0.98,0.49,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","45810",16,41.97677,-91.68766,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,2,"","","Certification not required",0,0.03871,0.153009,0.72,"2013-10-07 00:00",0.48,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.72,0.72,0.48,0,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0040","61101",1,41.97677,-91.68766,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8691,99,360,365,0,69,"","","Certification not required",0,4.047992,2.197182,15.5,"2013-02-11 00:00",14.9,"2013-02-11 05:00",14.8,"2013-02-11 01:00",14.8,"2013-03-18 16:00","","","","",10.5,9.5,8,6.9,5.3,3.9,1.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","61102",1,41.97677,-91.68766,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",8706,99,362,365,0,54,"","","Certification not required",0,212.602573,94.718031,359,"2013-02-04 15:00",359,"2013-02-08 08:00",359,"2013-02-25 05:00",359,"2013-02-26 18:00","","","","",354,350,338,324,291,234,85,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","61103",1,41.97677,-91.68766,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8692,99,360,365,0,68,"","","Certification not required",0,3.490635,2.093281,14.8,"2013-02-11 00:00",14.2,"2013-02-11 01:00",14.2,"2013-02-11 05:00",14,"2013-03-18 16:00","","","","",9.8,8.8,7.3,6.3,4.7,3.2,1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","61104",1,41.97677,-91.68766,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8679,99,359,365,0,81,"","","Certification not required",0,211.064063,94.121397,359,"2013-02-08 08:00",359,"2013-02-20 08:00",359,"2013-03-03 08:00",359,"2013-04-16 14:00","","","","",354,348,337,321,288,232,84,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","62101",1,41.97677,-91.68766,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,47.665715,23.34178,99,"2013-08-30 15:00",99,"2013-09-09 14:00",99,"2013-09-09 15:00",98,"2013-08-30 13:00","","","","",90,87,82,78,67,48,16,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","62103",1,41.97677,-91.68766,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",3,36.388946,21.57622,76,"2013-07-09 19:00",76,"2013-08-28 17:00",76,"2013-08-28 18:00",75,"2013-07-09 18:00","","","","",71,70,67,64,55,37,6,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","62201",1,41.97677,-91.68766,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8759,100,365,365,0,1,"","","Certification not required",0,67.131065,16.195073,94,"2013-01-29 02:00",94,"2013-01-29 03:00",94,"2013-05-28 03:00",94,"2013-05-28 04:00","","","","",92,92,90,87,80,69,44,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","64101",1,41.97677,-91.68766,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8759,100,365,365,0,1,"","","Certification not required",0,989.301176,7.161685,1015,"2013-11-12 07:00",1015,"2013-11-12 08:00",1015,"2013-11-12 09:00",1015,"2013-11-12 10:00","","","","",1008,1005,1001,998,994,989,981,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","68101",1,41.97677,-91.68766,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",350,96,350,365,0,15,"","","Certification not required",314,0.076,0.085536,0.5,"2013-05-29 00:00",0.5,"2013-06-23 00:00",0.5,"2013-08-24 00:00",0.5,"2013-08-25 00:00","","","","",0.5,0.4,0.3,0.1,0.05,0.05,0.05,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68101",2,41.97677,-91.68766,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,121,122,0,1,"","","Certification not required",48,0.258678,0.20317,0.7,"2013-07-18 00:00",0.6,"2013-05-16 00:00",0.6,"2013-06-15 00:00",0.6,"2013-06-18 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.2,0.05,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68102",1,41.97677,-91.68766,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",350,96,350,365,0,15,"","","Certification not required",0,23.956,0.136917,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68102",2,41.97677,-91.68766,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68103",1,41.97677,-91.68766,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,96,350,365,0,15,"","","Certification not required",0,2.995714,11.922025,22.7,"2013-07-08 00:00",22.7,"2013-07-16 00:00",22.7,"2013-08-30 00:00",22.6,"2013-08-28 00:00","","","","",22.6,22.4,19.9,17.5,13.8,3.9,-12.8,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68103",2,41.97677,-91.68766,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,3.016529,12.426775,23.7,"2013-08-29 00:00",23.6,"2013-09-10 00:00",23.1,"2013-07-18 00:00",22.2,"2013-07-09 00:00","","","","",23.6,23.1,20.1,18.3,14.6,2,-12.8,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68103",5,41.97677,-91.68766,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,6.421154,10.477714,22.9,"2013-07-09 00:00",20.6,"2013-08-26 00:00",20.5,"2013-09-07 00:00",20.3,"2013-06-27 00:00","","","","",22.9,20.6,20.5,19.5,16.6,6.6,-7.5,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","68104",1,41.97677,-91.68766,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,96,350,365,0,15,"","","Certification not required",0,14.387429,12.95172,36.9,"2013-08-30 00:00",36.7,"2013-09-09 00:00",35.5,"2013-09-10 00:00",35.2,"2013-08-27 00:00","","","","",35.2,34.8,31.9,30.7,26.4,14.6,-3,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68104",2,41.97677,-91.68766,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,14.512397,13.382455,36.9,"2013-09-10 00:00",36.5,"2013-09-07 00:00",36.4,"2013-08-26 00:00",34.9,"2013-08-29 00:00","","","","",36.5,36.4,32.5,30.3,26.2,14.9,-3.8,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68104",5,41.97677,-91.68766,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.713462,12.316162,36.2,"2013-09-07 00:00",35.5,"2013-08-26 00:00",33,"2013-07-15 00:00",32.5,"2013-09-19 00:00","","","","",36.2,35.5,33,31.9,28.9,19.8,1.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","68105",1,41.97677,-91.68766,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,96,350,365,0,15,"","","Certification not required",0,8.613143,12.233684,29.2,"2013-08-30 00:00",28.5,"2013-09-10 00:00",28.3,"2013-08-27 00:00",28.2,"2013-07-17 00:00","","","","",28.2,27.7,25.7,23.7,20,9,-7.8,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68105",2,41.97677,-91.68766,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,8.702479,12.690833,29.9,"2013-09-10 00:00",28.8,"2013-07-18 00:00",28.6,"2013-08-26 00:00",28.5,"2013-08-29 00:00","","","","",28.8,28.6,26.3,24.5,20.4,8.9,-8,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68105",5,41.97677,-91.68766,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.953846,11.150125,28.4,"2013-08-26 00:00",27.6,"2013-07-15 00:00",27.2,"2013-09-07 00:00",26.9,"2013-07-09 00:00","","","","",28.4,27.6,27.2,25.6,22.1,14,-1.5,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","68106",1,41.97677,-91.68766,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,96,350,365,0,15,"","","Certification not required",0,738.742857,5.113289,756,"2013-11-12 00:00",755,"2013-12-07 00:00",754,"2013-11-23 00:00",749,"2013-01-22 00:00","","","","",749,749,747,745,742,739,732,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68106",2,41.97677,-91.68766,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,739.206612,4.795688,756,"2013-11-12 00:00",749,"2013-12-06 00:00",748,"2013-01-22 00:00",748,"2013-11-24 00:00","","","","",749,748,746,745,742,739,733,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68106",5,41.97677,-91.68766,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,739.519231,4.18911,751,"2013-01-22 00:00",748,"2013-02-15 00:00",748,"2013-10-13 00:00",747,"2013-01-04 00:00","","","","",751,748,748,744,742,739,735,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","68107",1,41.97677,-91.68766,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,96,350,365,0,15,"","","Certification not required",0,744.837143,5.080926,762,"2013-11-12 00:00",761,"2013-11-23 00:00",760,"2013-11-24 00:00",760,"2013-12-07 00:00","","","","",760,757,753,751,748,745,739,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68107",2,41.97677,-91.68766,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,745.421488,5.077322,763,"2013-11-12 00:00",760,"2013-11-24 00:00",757,"2013-12-06 00:00",755,"2013-12-12 00:00","","","","",760,757,753,751,749,745,739,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68107",5,41.97677,-91.68766,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,746.25,4.942314,757,"2013-01-10 00:00",756,"2013-01-22 00:00",755,"2013-02-21 00:00",755,"2013-10-25 00:00","","","","",757,756,755,753,750,745,741,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","68108",1,41.97677,-91.68766,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,96,350,365,0,15,"","","Certification not required",0,741.82,5.01678,759,"2013-11-12 00:00",759,"2013-11-23 00:00",757,"2013-12-07 00:00",755,"2013-11-24 00:00","","","","",755,753,749,748,745,742,735,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68108",2,41.97677,-91.68766,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,742.429752,4.879936,760,"2013-11-12 00:00",755,"2013-11-24 00:00",753,"2013-12-06 00:00",752,"2013-12-24 00:00","","","","",755,753,750,748,746,742,737,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68108",5,41.97677,-91.68766,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,742.115385,4.156987,753,"2013-01-22 00:00",750,"2013-10-13 00:00",749,"2013-02-15 00:00",748,"2013-01-04 00:00","","","","",753,750,749,747,745,742,738,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","68109",1,41.97677,-91.68766,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",350,96,350,365,0,15,"","","Certification not required",0,1436.822857,7.678537,1440,"2013-01-01 00:00",1440,"2013-01-02 00:00",1440,"2013-01-03 00:00",1440,"2013-01-07 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","68109",2,41.97677,-91.68766,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,121,122,0,1,"","","Certification not required",0,1439.950413,0.217992,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","81102",1,41.97677,-91.68766,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",122,100,122,122,0,0,0,0,"Certification not required",1,21.680328,12.208428,57,"2013-10-10 00:00",55,"2013-09-10 00:00",49,"2013-12-03 00:00",48,"2013-08-26 00:00","","","","",55,49,46,42,29,18,8,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","81102",2,41.97677,-91.68766,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",1,20.52459,11.16185,47,"2013-08-26 00:00",46,"2013-08-20 00:00",46,"2013-09-07 00:00",44,"2013-05-16 00:00","","","","",47,46,44,39,27,17,7,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","86502",1,41.97677,-91.68766,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,12.957391,9.045567,42.2,"2013-09-10 00:00",38.2,"2013-11-15 00:00",36.4,"2013-05-16 00:00",33.8,"2013-09-04 00:00","","","","",38.2,36.4,30.6,26.4,18.8,10.9,3.3,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","86502",2,41.97677,-91.68766,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,12.6,8.55352,34.7,"2013-05-16 00:00",30.3,"2013-08-26 00:00",29.6,"2013-08-20 00:00",28.3,"2013-09-25 00:00","","","","",34.7,30.3,29.6,26.5,19.5,11.7,2.9,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","88101",1,41.97677,-91.68766,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,17,1,1,"Certification not required",0,9.560632,5.39862,43.2,"2013-12-03 00:00",35.2,"2013-02-25 00:00",35.1,"2013-12-02 00:00",33.8,"2013-02-24 00:00","","","","",33.8,23.7,17.6,16.2,12.3,8.7,4,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","88101",1,41.97677,-91.68766,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,17,"","","Certification not required",0,9.560632,5.39862,43.2,"2013-12-03 00:00",35.2,"2013-02-25 00:00",35.1,"2013-12-02 00:00",33.8,"2013-02-24 00:00","","","","",33.8,23.7,17.6,16.2,12.3,8.7,4,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","88101",2,41.97677,-91.68766,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,4,1,1,"Certification not required",0,9.782051,5.892172,44.1,"2013-12-03 00:00",34.8,"2013-02-24 00:00",20.8,"2013-03-08 00:00",20.6,"2013-07-06 00:00","","","","",34.8,20.8,17.9,15.7,12.9,9,4,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","88101",2,41.97677,-91.68766,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,4,"","","Certification not required",0,9.782051,5.892172,44.1,"2013-12-03 00:00",34.8,"2013-02-24 00:00",20.8,"2013-03-08 00:00",20.6,"2013-07-06 00:00","","","","",34.8,20.8,17.9,15.7,12.9,9,4,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-23" +"19","113","0040","88102",5,41.97677,-91.68766,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.019657,0.00747,0.057,"2013-02-03 00:00",0.032,"2013-05-10 00:00",0.026,"2013-02-09 00:00",0.026,"2013-02-21 00:00","","","","",0.057,0.032,0.026,0.026,0.021,0.0195,0.014,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88103",5,41.97677,-91.68766,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000608,0.001002,0.003,"2013-03-29 00:00",0.003,"2013-04-22 00:00",0.003,"2013-06-09 00:00",0.003,"2013-08-14 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88104",5,41.97677,-91.68766,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",24,0.038294,0.042224,0.197,"2013-03-23 00:00",0.147,"2013-07-09 00:00",0.124,"2013-01-28 00:00",0.114,"2013-06-15 00:00","","","","",0.197,0.147,0.124,0.103,0.049,0.019,0.0065,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88107",5,41.97677,-91.68766,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.00706,0.006884,0.0295,"2013-01-10 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88109",5,41.97677,-91.68766,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",15,0.002763,0.001809,0.0074,"2013-03-29 00:00",0.0072,"2013-04-22 00:00",0.0059,"2013-09-25 00:00",0.0057,"2013-03-23 00:00","","","","",0.0074,0.0072,0.0059,0.0054,0.0037,0.0026,0.00065,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88110",5,41.97677,-91.68766,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001118,0.003479,0.02,"2013-04-10 00:00",0.012,"2013-05-10 00:00",0.007,"2013-06-21 00:00",0.006,"2013-07-09 00:00","","","","",0.02,0.012,0.007,0.003,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88111",5,41.97677,-91.68766,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.145302,0.163397,0.792,"2013-10-13 00:00",0.652,"2013-09-07 00:00",0.453,"2013-10-25 00:00",0.386,"2013-09-25 00:00","","","","",0.792,0.652,0.453,0.326,0.183,0.103,0.0096,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88112",5,41.97677,-91.68766,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.008216,0.020892,0.126,"2013-10-07 00:00",0.073,"2013-09-19 00:00",0.046,"2013-10-13 00:00",0.026,"2013-10-19 00:00","","","","",0.126,0.073,0.046,0.016,0.004,0.002,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88113",5,41.97677,-91.68766,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.0007,0.000181,0.0017,"2013-05-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-17 00:00","","","","",0.0017,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88114",5,41.97677,-91.68766,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",34,0.00156,0.000936,0.0041,"2013-10-07 00:00",0.004,"2013-06-15 00:00",0.0037,"2013-10-01 00:00",0.0035,"2013-07-03 00:00","","","","",0.0041,0.004,0.0037,0.003,0.0021,0.00125,0.0008,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88115",5,41.97677,-91.68766,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",30,0.009321,0.012816,0.085,"2013-01-04 00:00",0.032,"2013-05-16 00:00",0.03,"2013-01-10 00:00",0.028,"2013-10-13 00:00","","","","",0.085,0.032,0.03,0.016,0.0101,0.00405,0.0025,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88117",5,41.97677,-91.68766,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006943,0.010794,0.0435,"2013-01-10 00:00",0.0435,"2013-02-15 00:00",0.0435,"2013-03-17 00:00",0.0435,"2013-08-20 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88118",5,41.97677,-91.68766,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.009177,0.006432,0.023,"2013-01-10 00:00",0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88126",5,41.97677,-91.68766,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.046898,0.027372,0.115,"2013-09-25 00:00",0.107,"2013-09-07 00:00",0.103,"2013-06-21 00:00",0.0898,"2013-05-16 00:00","","","","",0.115,0.107,0.103,0.0785,0.0614,0.0439,0.0129,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88128",5,41.97677,-91.68766,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001157,0.001891,0.008,"2013-08-14 00:00",0.006,"2013-04-04 00:00",0.005,"2013-04-28 00:00",0.005,"2013-05-04 00:00","","","","",0.008,0.006,0.005,0.004,0.002,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88131",5,41.97677,-91.68766,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.01051,0.00421,0.023,"2013-04-04 00:00",0.02,"2013-10-01 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00","","","","",0.023,0.02,0.0165,0.0165,0.011,0.008,0.007,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88132",5,41.97677,-91.68766,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001373,0.001371,0.005,"2013-01-10 00:00",0.005,"2013-10-19 00:00",0.004,"2013-09-25 00:00",0.003,"2013-01-28 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88136",5,41.97677,-91.68766,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000314,0.000787,0.004,"2013-03-23 00:00",0.003,"2013-01-10 00:00",0.002,"2013-08-20 00:00",0.001,"2013-01-28 00:00","","","","",0.004,0.003,0.002,0.001,0,0,0,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88140",5,41.97677,-91.68766,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.015252,0.021054,0.101,"2013-09-25 00:00",0.0894,"2013-09-13 00:00",0.08,"2013-09-07 00:00",0.044,"2013-10-13 00:00","","","","",0.101,0.0894,0.08,0.033,0.009,0.009,0.00475,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88152",5,41.97677,-91.68766,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005488,0.001487,0.008,"2013-02-27 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-22 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88154",5,41.97677,-91.68766,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001168,0.000289,0.0022,"2013-05-28 00:00",0.0017,"2013-06-09 00:00",0.0016,"2013-08-26 00:00",0.0015,"2013-07-21 00:00","","","","",0.0022,0.0017,0.0016,0.0013,0.0013,0.00125,0.00065,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88160",5,41.97677,-91.68766,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.014275,0.007805,0.055,"2013-10-07 00:00",0.036,"2013-07-09 00:00",0.027,"2013-02-27 00:00",0.018,"2013-02-03 00:00","","","","",0.055,0.036,0.027,0.018,0.016,0.01,0.01,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88161",5,41.97677,-91.68766,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.002818,0.001366,0.0091,"2013-05-16 00:00",0.0072,"2013-02-03 00:00",0.0054,"2013-06-21 00:00",0.005,"2013-08-02 00:00","","","","",0.0091,0.0072,0.0054,0.0047,0.00265,0.0025,0.0021,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88164",5,41.97677,-91.68766,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001573,0.000239,0.0019,"2013-02-27 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-22 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88165",5,41.97677,-91.68766,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.09637,0.084782,0.372,"2013-09-07 00:00",0.284,"2013-06-21 00:00",0.252,"2013-04-28 00:00",0.244,"2013-10-13 00:00","","","","",0.372,0.284,0.252,0.217,0.154,0.0777,0.0092,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88166",5,41.97677,-91.68766,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008402,0.005212,0.019,"2013-06-15 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-02-21 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88167",5,41.97677,-91.68766,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.007486,0.006309,0.0361,"2013-05-22 00:00",0.021,"2013-09-25 00:00",0.0206,"2013-09-07 00:00",0.017,"2013-08-20 00:00","","","","",0.0361,0.021,0.0206,0.015,0.0091,0.0058,0.00175,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88168",5,41.97677,-91.68766,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001238,0.000342,0.002,"2013-09-07 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-21 00:00","","","","",0.002,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88169",5,41.97677,-91.68766,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.594496,0.42862,2.05,"2013-08-20 00:00",1.63,"2013-07-15 00:00",1.63,"2013-09-07 00:00",1.36,"2013-02-09 00:00","","","","",2.05,1.63,1.63,1.11,0.779,0.502,0.17,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88176",5,41.97677,-91.68766,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000973,0.000232,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88180",5,41.97677,-91.68766,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.053271,0.039886,0.274,"2013-07-03 00:00",0.103,"2013-09-07 00:00",0.101,"2013-06-21 00:00",0.0956,"2013-01-04 00:00","","","","",0.274,0.103,0.101,0.088,0.068,0.0474,0.0219,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88184",5,41.97677,-91.68766,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",40,0.026402,0.014738,0.092,"2013-01-10 00:00",0.081,"2013-02-21 00:00",0.051,"2013-05-16 00:00",0.049,"2013-02-03 00:00","","","","",0.092,0.081,0.051,0.034,0.027,0.027,0.0155,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88185",5,41.97677,-91.68766,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.003742,0.003907,0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00235,0.00165,0.0014,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88301",5,41.97677,-91.68766,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.671133,0.574006,2.46,"2013-03-29 00:00",2.2,"2013-03-05 00:00",2.1,"2013-02-09 00:00",1.79,"2013-04-04 00:00","","","","",2.46,2.2,2.1,1.3,0.997,0.575,0.052,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88302",5,41.97677,-91.68766,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.046298,0.026268,0.145,"2013-01-28 00:00",0.11,"2013-05-22 00:00",0.1,"2013-07-09 00:00",0.079,"2013-02-15 00:00","","","","",0.145,0.11,0.1,0.073,0.06,0.045,0.0158,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88303",5,41.97677,-91.68766,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",15,0.036802,0.030735,0.186,"2013-07-03 00:00",0.093,"2013-04-04 00:00",0.092,"2013-01-04 00:00",0.085,"2013-03-29 00:00","","","","",0.186,0.093,0.092,0.076,0.049,0.03,0.012,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88306",2,41.97677,-91.68766,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",2,1.51882,1.45292,6.09,"2013-03-29 00:00",5.46,"2013-11-30 00:00",5,"2013-03-05 00:00",4.5,"2013-01-04 00:00","","","","",6.09,5.46,4.5,3.37,2.45,0.95,0.18,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-10" +"19","113","0040","88306",5,41.97677,-91.68766,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.404404,1.52214,6.28,"2013-03-05 00:00",5.96,"2013-03-29 00:00",4.79,"2013-04-04 00:00",4.04,"2013-01-04 00:00","","","","",6.28,5.96,4.79,3.83,2.29,0.698,0.261,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88355",5,41.97677,-91.68766,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.99875,1.001359,4.79,"2013-07-03 00:00",4.04,"2013-08-26 00:00",3.9,"2013-07-09 00:00",3.78,"2013-07-21 00:00","","","","",4.79,4.04,3.9,3.12,2.73,1.76,0.939,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88357",5,41.97677,-91.68766,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.217404,0.113115,0.504,"2013-05-16 00:00",0.476,"2013-08-14 00:00",0.408,"2013-07-03 00:00",0.406,"2013-04-04 00:00","","","","",0.504,0.476,0.408,0.374,0.301,0.2,0.082,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88370",5,41.97677,-91.68766,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.806269,0.900135,4.24,"2013-07-03 00:00",3.88,"2013-08-26 00:00",3.47,"2013-07-21 00:00",3.44,"2013-07-09 00:00","","","","",4.24,3.88,3.47,2.85,2.45,1.61,0.862,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88374",5,41.97677,-91.68766,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.142423,0.102798,0.389,"2013-01-04 00:00",0.359,"2013-07-03 00:00",0.348,"2013-08-26 00:00",0.342,"2013-07-09 00:00","","","","",0.389,0.359,0.348,0.315,0.218,0.119,0.042,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88375",5,41.97677,-91.68766,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.454538,0.241762,1.11,"2013-07-03 00:00",1.1,"2013-07-09 00:00",0.954,"2013-08-26 00:00",0.846,"2013-07-21 00:00","","","","",1.11,1.1,0.954,0.78,0.608,0.441,0.189,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88376",5,41.97677,-91.68766,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.528058,0.310265,1.53,"2013-07-03 00:00",1.18,"2013-07-21 00:00",1.15,"2013-08-26 00:00",1.03,"2013-01-04 00:00","","","","",1.53,1.18,1.15,0.977,0.703,0.487,0.198,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88377",5,41.97677,-91.68766,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.345865,0.188904,0.893,"2013-08-26 00:00",0.798,"2013-07-03 00:00",0.708,"2013-01-04 00:00",0.67,"2013-07-21 00:00","","","","",0.893,0.798,0.708,0.614,0.448,0.304,0.156,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88378",5,41.97677,-91.68766,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.336192,0.174894,0.763,"2013-04-28 00:00",0.676,"2013-07-15 00:00",0.618,"2013-09-07 00:00",0.617,"2013-07-21 00:00","","","","",0.763,0.676,0.618,0.601,0.46,0.328,0.13,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88380",5,41.97677,-91.68766,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.409192,0.216132,0.961,"2013-07-03 00:00",0.773,"2013-05-16 00:00",0.772,"2013-07-09 00:00",0.759,"2013-04-04 00:00","","","","",0.961,0.773,0.772,0.742,0.569,0.393,0.164,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88383",5,41.97677,-91.68766,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.671058,0.322785,1.32,"2013-07-09 00:00",1.31,"2013-07-03 00:00",1.29,"2013-07-15 00:00",1.2,"2013-04-28 00:00","","","","",1.32,1.31,1.29,1.12,0.892,0.646,0.305,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88384",5,41.97677,-91.68766,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.073873,0.038698,0.188,"2013-09-07 00:00",0.177,"2013-09-25 00:00",0.167,"2013-06-27 00:00",0.135,"2013-08-02 00:00","","","","",0.188,0.177,0.167,0.112,0.095,0.0721,0.0285,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88385",5,41.97677,-91.68766,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00111,0.000668,0.00573,"2013-06-27 00:00",0.002,"2013-08-26 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00573,0.002,0.001,0.001,0.001,0.001,0.001,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88388",5,41.97677,-91.68766,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.527885,0.269489,1.13,"2013-07-15 00:00",1.06,"2013-07-09 00:00",1.03,"2013-04-28 00:00",0.995,"2013-07-03 00:00","","","","",1.13,1.06,1.03,0.921,0.696,0.489,0.233,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88403",2,41.97677,-91.68766,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.6,1.14393,5.46,"2013-09-07 00:00",4.44,"2013-08-20 00:00",4.34,"2013-07-15 00:00",4.33,"2013-09-01 00:00","","","","",5.46,4.44,4.33,3.2,1.96,1.34,0.5,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-10" +"19","113","0040","88403",5,41.97677,-91.68766,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.520288,0.994403,4,"2013-08-20 00:00",3.77,"2013-02-09 00:00",3.61,"2013-07-15 00:00",3.61,"2013-09-07 00:00","","","","",4,3.77,3.61,3.13,2.05,1.41,0.52,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0040","88502",1,41.97677,-91.68766,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8465,97,351,365,0,295,"","","Certification not required",0,8.252416,6.84319,84,"2013-07-04 21:00",74,"2013-07-04 23:00",68,"2013-07-04 22:00",57,"2013-07-05 00:00","","","","",32,27,21,17,11,7,1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","88502",1,41.97677,-91.68766,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,8.209687,5.423859,39.9,"2013-12-03 00:00",33.7,"2013-02-25 00:00",30.8,"2013-02-24 00:00",30.7,"2013-12-02 00:00","","","","",30.7,21.3,17.5,14.9,11,7.2,2.5,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-01-10" +"19","113","0040","88502",2,41.97677,-91.68766,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8439,96,352,365,0,321,"","","Certification not required",0,8.480792,7.087338,88,"2013-07-04 21:00",77,"2013-07-04 23:00",72,"2013-07-04 22:00",61,"2013-07-05 00:00","","","","",33,27,21,17,12,7,1,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-05" +"19","113","0040","88502",2,41.97677,-91.68766,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,8.42983,5.703909,39.9,"2013-12-03 00:00",32.6,"2013-02-25 00:00",31.1,"2013-02-24 00:00",30.7,"2013-12-02 00:00","","","","",30.7,22.7,18.7,15.4,11.3,7.7,2.2,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-05" +"19","113","0040","88502",5,41.97677,-91.68766,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.429412,3.955315,18.7,"2013-01-04 00:00",18,"2013-09-07 00:00",16.2,"2013-03-29 00:00",15.4,"2013-07-09 00:00","","","","",18.7,18,16.2,15.1,11.7,9,4.6,"Public Health","500 11TH ST NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-13" +"19","113","0050","43329",16,41.979556,-91.680564,"WGS84","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,0.369106,0.166757,0.84,"2013-01-04 00:00",0.76,"2013-10-01 00:00",0.72,"2013-05-16 00:00",0.68,"2013-12-18 00:00","","","","",0.84,0.84,0.72,0.6,0.44,0.348,0.192,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43502",16,41.979556,-91.680564,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,2.248936,1.177114,6,"2013-09-07 00:00",5,"2013-08-26 00:00",4.3,"2013-06-21 00:00",3.9,"2013-07-09 00:00","","","","",6,6,4.3,3.9,3,2.2,1,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43503",16,41.979556,-91.680564,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,3.323404,2.200614,11,"2013-09-13 00:00",10.4,"2013-05-10 00:00",9.2,"2013-03-17 00:00",5.6,"2013-05-16 00:00","","","","",11,11,9.2,5.4,4.2,2.6,1.3,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43504",16,41.979556,-91.680564,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,0.46383,0.211028,0.9,"2013-05-16 00:00",0.9,"2013-08-14 00:00",0.9,"2013-09-07 00:00",0.8,"2013-07-09 00:00","","","","",0.9,0.9,0.9,0.8,0.6,0.5,0.2,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43513",16,41.979556,-91.680564,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",17,0.096266,0.12173,0.75,"2013-07-09 00:00",0.34,"2013-07-15 00:00",0.3,"2013-03-17 00:00",0.235,"2013-05-10 00:00","","","","",0.75,0.75,0.3,0.21,0.1,0.07,0.0175,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43516",16,41.979556,-91.680564,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",20,0.284098,0.415224,1.56,"2013-06-21 00:00",1.56,"2013-08-26 00:00",1.2,"2013-09-07 00:00",1.04,"2013-07-09 00:00","","","","",1.56,1.56,1.2,0.96,0.384,0.06,0.0142,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43517",16,41.979556,-91.680564,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",2,0.266987,0.167003,0.72,"2013-05-16 00:00",0.66,"2013-07-09 00:00",0.66,"2013-08-26 00:00",0.6,"2013-09-07 00:00","","","","",0.72,0.72,0.66,0.486,0.342,0.258,0.084,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43518",16,41.979556,-91.680564,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",9,0.137606,0.131454,0.85,"2013-07-09 00:00",0.36,"2013-08-14 00:00",0.31,"2013-05-16 00:00",0.27,"2013-07-15 00:00","","","","",0.85,0.85,0.31,0.255,0.18,0.105,0.0275,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","43551",16,41.979556,-91.680564,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,2.412128,1.165907,5.1,"2013-04-04 00:00",4.5,"2013-03-29 00:00",4.5,"2013-10-13 00:00",4.5,"2013-10-25 00:00","","","","",5.1,5.1,4.5,4.2,3,2.37,0.99,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","45501",16,41.979556,-91.680564,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",12,0.158617,0.126243,0.588,"2013-05-16 00:00",0.511,"2013-07-21 00:00",0.448,"2013-07-03 00:00",0.427,"2013-07-15 00:00","","","","",0.588,0.588,0.448,0.294,0.203,0.133,0.0385,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","45503",16,41.979556,-91.680564,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",47,0.032314,0.001852,0.0378,"2013-01-28 00:00",0.03735,"2013-01-04 00:00",0.03735,"2013-01-16 00:00",0.03735,"2013-02-09 00:00","","","","",0.0378,0.0378,0.03735,0.03735,0.03195,0.0315,0.0315,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0050","45504",16,41.979556,-91.680564,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",19,0.362153,0.386438,1.92,"2013-09-07 00:00",1.44,"2013-08-26 00:00",1.12,"2013-06-21 00:00",0.88,"2013-07-09 00:00","","","","",1.92,1.92,1.12,0.88,0.472,0.232,0.0816,"CR School","615 G Ave NW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43329",16,41.92425,-91.67808,"WGS84","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,0.490553,0.312252,1.4,"2013-08-26 00:00",1.36,"2013-10-25 00:00",1.24,"2013-01-04 00:00",1.2,"2013-08-14 00:00","","","","",1.4,1.4,1.24,1.04,0.6,0.384,0.208,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43502",16,41.92425,-91.67808,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,2.189362,1.276754,6.5,"2013-09-07 00:00",5.2,"2013-08-26 00:00",4.3,"2013-06-21 00:00",4.1,"2013-08-20 00:00","","","","",6.5,6.5,4.3,3.9,2.9,2,0.9,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43503",16,41.92425,-91.67808,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,1.991489,0.891952,4.6,"2013-06-27 00:00",3.8,"2013-10-01 00:00",3.8,"2013-10-07 00:00",3.6,"2013-09-07 00:00","","","","",4.6,4.6,3.8,3.4,2.4,1.9,0.9,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43504",16,41.92425,-91.67808,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,0.425532,0.190501,1,"2013-09-07 00:00",0.8,"2013-05-16 00:00",0.8,"2013-08-26 00:00",0.8,"2013-10-01 00:00","","","","",1,1,0.8,0.7,0.5,0.4,0.2,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43513",16,41.92425,-91.67808,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",18,0.106404,0.142721,0.9,"2013-06-27 00:00",0.375,"2013-09-01 00:00",0.265,"2013-03-05 00:00",0.245,"2013-10-13 00:00","","","","",0.9,0.9,0.265,0.23,0.13,0.075,0.0175,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43516",16,41.92425,-91.67808,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",22,0.272591,0.430958,1.72,"2013-06-21 00:00",1.68,"2013-08-26 00:00",1.24,"2013-09-07 00:00",1.04,"2013-07-09 00:00","","","","",1.72,1.72,1.24,1,0.344,0.036,0.0142,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43517",16,41.92425,-91.67808,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",1,0.332372,0.18111,0.84,"2013-09-07 00:00",0.72,"2013-05-16 00:00",0.72,"2013-08-26 00:00",0.576,"2013-06-27 00:00","","","","",0.84,0.84,0.72,0.534,0.45,0.324,0.114,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43518",16,41.92425,-91.67808,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",4,0.167447,0.102824,0.495,"2013-07-15 00:00",0.435,"2013-07-09 00:00",0.38,"2013-09-07 00:00",0.335,"2013-05-16 00:00","","","","",0.495,0.495,0.38,0.29,0.225,0.145,0.055,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","43551",16,41.92425,-91.67808,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",0,2.544255,1.3735,7.8,"2013-04-16 00:00",4.8,"2013-03-29 00:00",4.8,"2013-04-04 00:00",4.5,"2013-03-05 00:00","","","","",7.8,7.8,4.8,4.5,3.3,2.37,0.99,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","45501",16,41.92425,-91.67808,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",13,0.122351,0.093742,0.546,"2013-07-21 00:00",0.343,"2013-05-16 00:00",0.28,"2013-07-03 00:00",0.259,"2013-09-01 00:00","","","","",0.546,0.546,0.28,0.231,0.154,0.105,0.0385,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","45503",16,41.92425,-91.67808,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",47,0.03239,0.001989,0.03825,"2013-05-10 00:00",0.03735,"2013-01-04 00:00",0.03735,"2013-01-16 00:00",0.03735,"2013-01-28 00:00","","","","",0.03825,0.03825,0.03735,0.03735,0.03195,0.0315,0.0315,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0060","45504",16,41.92425,-91.67808,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,2,"","","Certification not required",23,0.311553,0.48556,2.992,"2013-07-09 00:00",1.36,"2013-09-07 00:00",1.12,"2013-07-15 00:00",0.88,"2013-08-26 00:00","","","","",2.992,2.992,1.12,0.744,0.264,0.168,0.082,"HACAP","5560 6th St SW","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43329",16,41.98128,-91.678733,"NAD83","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",0,0.37088,0.17663,0.84,"2013-01-04 00:00",0.76,"2013-10-01 00:00",0.72,"2013-02-12 00:00",0.72,"2013-12-18 00:00","","","","",0.84,0.84,0.72,0.64,0.48,0.352,0.18,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43329",17,41.98128,-91.678733,"NAD83","Butyraldehyde & isobutyraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",6,0.568718,0.306319,1.48,"2013-01-04 21:00",1.32,"2013-10-07 18:00",1.04,"2013-01-04 18:00",1.04,"2013-02-12 21:00","","","","",1.48,1.48,1.32,1.04,0.68,0.52,0.26,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43502",16,41.98128,-91.678733,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",0,1.832,1.040298,5.2,"2013-09-07 00:00",4.4,"2013-08-26 00:00",3.9,"2013-06-21 00:00",3.5,"2013-07-09 00:00","","","","",5.2,5.2,3.9,3.3,2.3,1.5,0.8,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43502",17,41.98128,-91.678733,"NAD83","Formaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",0,1.025641,0.698765,2.8,"2013-10-07 18:00",2.3,"2013-10-07 15:00",2.2,"2013-10-07 12:00",2,"2013-02-12 21:00","","","","",2.8,2.8,2.3,2,1.5,1,0,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43503",16,41.98128,-91.678733,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",0,6.642,7.666654,40,"2013-10-31 00:00",24,"2013-01-16 00:00",22,"2013-10-07 00:00",20,"2013-05-22 00:00","","","","",40,40,22,18,9.4,3.6,1,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43503",17,41.98128,-91.678733,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",0,17.623077,14.014419,54,"2013-10-19 12:00",46,"2013-10-07 03:00",46,"2013-10-07 18:00",44,"2013-02-12 00:00","","","","",54,54,46,44,26,12.8,3.4,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43504",16,41.98128,-91.678733,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",0,0.45,0.199233,1,"2013-05-16 00:00",0.9,"2013-09-07 00:00",0.8,"2013-08-14 00:00",0.8,"2013-10-01 00:00","","","","",1,1,0.8,0.7,0.6,0.5,0.2,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43504",17,41.98128,-91.678733,"NAD83","Propionaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",0,0.358974,0.312644,1.6,"2013-10-07 18:00",0.9,"2013-05-22 00:00",0.9,"2013-10-07 21:00",0.9,"2013-10-19 18:00","","","","",1.6,1.6,0.9,0.9,0.5,0.3,0,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43513",16,41.98128,-91.678733,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",11,0.137325,0.175549,1.1,"2013-07-09 00:00",0.55,"2013-07-15 00:00",0.455,"2013-10-31 00:00",0.345,"2013-05-22 00:00","","","","",1.1,1.1,0.455,0.26,0.16,0.09,0.021,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43513",17,41.98128,-91.678733,"NAD83","Isovaleraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",36,0.225641,0.093014,0.44,"2013-05-22 18:00",0.38,"2013-05-22 15:00",0.38,"2013-05-22 21:00",0.3,"2013-01-04 00:00","","","","",0.44,0.44,0.38,0.3,0.3,0.14,0.14,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43516",16,41.98128,-91.678733,"NAD83","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",22,0.295304,0.433609,1.76,"2013-06-21 00:00",1.68,"2013-08-26 00:00",1.24,"2013-09-07 00:00",1.04,"2013-07-15 00:00","","","","",1.76,1.76,1.24,1.04,0.38,0.06,0.014,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43516",17,41.98128,-91.678733,"NAD83","Trans-Crotonaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",39,0.16559,0.062875,0.24,"2013-01-04 00:00",0.24,"2013-01-04 03:00",0.24,"2013-01-04 06:00",0.24,"2013-01-04 09:00","","","","",0.24,0.24,0.24,0.24,0.24,0.114,0.114,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43517",16,41.98128,-91.678733,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",1,0.331744,0.191317,1.02,"2013-05-16 00:00",0.78,"2013-09-07 00:00",0.66,"2013-08-26 00:00",0.594,"2013-08-20 00:00","","","","",1.02,1.02,0.66,0.588,0.438,0.33,0.126,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43517",17,41.98128,-91.678733,"NAD83","Hexanaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",27,0.295077,0.19188,0.96,"2013-05-22 00:00",0.78,"2013-10-07 18:00",0.72,"2013-05-22 03:00",0.6,"2013-10-07 21:00","","","","",0.96,0.96,0.78,0.6,0.42,0.204,0.174,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43518",16,41.98128,-91.678733,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",9,0.16025,0.153009,0.8,"2013-07-15 00:00",0.7,"2013-07-09 00:00",0.435,"2013-08-26 00:00",0.405,"2013-05-16 00:00","","","","",0.8,0.8,0.435,0.365,0.18,0.13,0.0425,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43518",17,41.98128,-91.678733,"NAD83","Valeraldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",39,0.267564,0.06723,0.35,"2013-01-04 03:00",0.35,"2013-01-04 06:00",0.35,"2013-01-04 09:00",0.35,"2013-01-04 12:00","","","","",0.35,0.35,0.35,0.35,0.35,0.2125,0.2125,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","43551",16,41.98128,-91.678733,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",0,2.3508,1.119068,5.4,"2013-04-04 00:00",5.1,"2013-12-18 00:00",4.5,"2013-03-29 00:00",4.2,"2013-10-13 00:00","","","","",5.4,5.4,4.5,3.6,3,2.25,1.02,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","43551",17,41.98128,-91.678733,"NAD83","Acetone","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",0,3.87641,2.159444,11.7,"2013-10-07 18:00",9.3,"2013-10-07 21:00",9,"2013-01-04 21:00",6.3,"2013-02-12 21:00","","","","",11.7,11.7,9.3,6.3,4.5,3,2.16,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","45501",16,41.98128,-91.678733,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",9,0.15855,0.130501,0.679,"2013-07-21 00:00",0.609,"2013-05-16 00:00",0.518,"2013-07-03 00:00",0.259,"2013-09-07 00:00","","","","",0.679,0.679,0.518,0.245,0.189,0.126,0.0385,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","45501",17,41.98128,-91.678733,"NAD83","Benzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",39,0.298038,0.003457,0.301,"2013-05-22 00:00",0.301,"2013-05-22 03:00",0.301,"2013-05-22 06:00",0.301,"2013-05-22 09:00","","","","",0.301,0.301,0.301,0.301,0.301,0.301,0.294,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","45503",16,41.98128,-91.678733,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",50,0.0324,0.002093,0.0378,"2013-05-10 00:00",0.03735,"2013-01-04 00:00",0.03735,"2013-01-16 00:00",0.03735,"2013-01-28 00:00","","","","",0.0378,0.0378,0.03735,0.03735,0.0315,0.0315,0.0315,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","45503",17,41.98128,-91.678733,"NAD83","2,5-Dimethylbenzaldehyde","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",38,0.283615,0.086309,0.792,"2013-02-12 21:00",0.297,"2013-01-04 00:00",0.297,"2013-01-04 03:00",0.297,"2013-01-04 06:00","","","","",0.792,0.792,0.297,0.297,0.297,0.2565,0.252,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","113","0070","45504",16,41.98128,-91.678733,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,49,61,0,0,"","","Certification not required",15,0.446104,0.448218,2,"2013-09-07 00:00",1.84,"2013-08-26 00:00",1.44,"2013-06-21 00:00",1.2,"2013-07-09 00:00","","","","",2,2,1.44,1.2,0.496,0.3016,0.0816,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2014-02-22" +"19","113","0070","45504",17,41.98128,-91.678733,"NAD83","Tolualdehydes","3 HOURS","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,100,0,0,0,1,"","","Certification not required",39,0.824923,0.205605,1.072,"2013-02-12 18:00",1.068,"2013-01-04 00:00",1.068,"2013-01-04 03:00",1.068,"2013-01-04 06:00","","","","",1.072,1.072,1.068,1.068,1.068,0.656,0.656,"H Avenue","402 H Ave NW Cedar Rapids, Iowa 52405","Iowa","Linn","Cedar Rapids","Cedar Rapids, IA","2013-12-20" +"19","137","0002","44201",1,40.969112,-95.044951,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4869,99,212,214,0,267,0,0,"Certification not required",23,0.043118,0.010022,0.075,"2013-09-27 16:00",0.066,"2013-05-14 15:00",0.066,"2013-10-10 12:00",0.065,"2013-05-13 15:00","","","","",0.066,0.065,0.057,0.055,0.05,0.043,0.03,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2013-11-14" +"19","137","0002","44201",1,40.969112,-95.044951,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5086,99,212,214,0,0,0,0,"Certification not required",0,0.039203,0.00973,0.072,"2013-09-27 11:00",0.063,"2013-10-10 10:00",0.062,"2013-05-14 11:00",0.06,"2013-05-13 11:00","","","","",0.062,0.058,0.054,0.051,0.046,0.04,0.027,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2013-11-14" +"19","137","0002","44201",1,40.969112,-95.044951,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5086,99,212,214,0,0,0,0,"Certification not required",0,0.039203,0.00973,0.072,"2013-09-27 11:00",0.063,"2013-10-10 10:00",0.062,"2013-05-14 11:00",0.06,"2013-05-13 11:00","","","","",0.062,0.058,0.054,0.051,0.046,0.04,0.027,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2013-11-14" +"19","137","0002","44201",2,40.969112,-95.044951,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4869,99,212,214,0,267,0,0,"Certification not required",21,0.044104,0.010179,0.076,"2013-09-27 16:00",0.067,"2013-07-05 18:00",0.067,"2013-10-10 12:00",0.066,"2013-05-14 15:00","","","","",0.067,0.065,0.059,0.056,0.051,0.045,0.031,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-15" +"19","137","0002","44201",2,40.969112,-95.044951,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5086,99,212,214,0,0,0,0,"Certification not required",0,0.040113,0.009917,0.073,"2013-09-27 11:00",0.064,"2013-10-10 10:00",0.062,"2013-05-14 11:00",0.06,"2013-05-13 11:00","","","","",0.062,0.06,0.054,0.052,0.047,0.04,0.028,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-15" +"19","137","0002","44201",2,40.969112,-95.044951,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5086,99,212,214,0,0,0,0,"Certification not required",0,0.040113,0.009917,0.073,"2013-09-27 11:00",0.064,"2013-10-10 10:00",0.062,"2013-05-14 11:00",0.06,"2013-05-13 11:00","","","","",0.062,0.06,0.054,0.052,0.047,0.04,0.028,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-15" +"19","137","0002","61103",1,40.969112,-95.044951,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8486,97,353,365,0,274,"","","Certification not required",0,3.795204,2.60144,15.6,"2013-01-12 01:00",15.6,"2013-02-11 00:00",15,"2013-02-10 21:00",15,"2013-02-11 01:00","","","","",11.5,10.3,8.7,7.5,5.4,3.3,0.8,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","61104",1,40.969112,-95.044951,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8486,97,353,365,0,274,"","","Certification not required",0,203.186543,97.718216,359,"2013-01-29 14:00",359,"2013-02-08 04:00",359,"2013-02-25 05:00",359,"2013-02-26 01:00","","","","",357,353,345,331,298,190,81,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","62101",1,40.969112,-95.044951,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8738,100,365,365,0,22,"","","Certification not required",0,48.597734,22.568165,117,"2013-07-04 13:00",104,"2013-07-04 09:00",97,"2013-05-14 14:00",97,"2013-08-30 14:00","","","","",90,87,82,78,68,49,19,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","62201",1,40.969112,-95.044951,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8178,93,341,365,0,582,"","","Certification not required",0,72.701272,18.162654,100,"2013-01-27 10:00",100,"2013-01-27 11:00",100,"2013-01-27 12:00",100,"2013-01-27 13:00","","","","",100,100,100,97,87,74,47,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","64101",1,40.969112,-95.044951,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8743,100,365,365,0,17,"","","Certification not required",0,971.794819,6.795702,998.7,"2013-11-12 08:00",998.6,"2013-11-12 09:00",998.3,"2013-11-12 07:00",998,"2013-11-12 10:00","","","","",990.2,986.7,982.6,980,975.9,971.9,963.2,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","68101",1,40.969112,-95.044951,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,118,122,0,6,"","","Certification not required",85,0.108051,0.105606,0.4,"2013-01-22 00:00",0.4,"2013-01-25 00:00",0.4,"2013-01-31 00:00",0.4,"2013-02-18 00:00","","","","",0.4,0.4,0.3,0.3,0.1,0.05,0.05,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68102",1,40.969112,-95.044951,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,118,122,0,6,"","","Certification not required",0,24.042373,0.108924,24.1,"2013-01-13 00:00",24.1,"2013-01-19 00:00",24.1,"2013-01-25 00:00",24.1,"2013-02-09 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68103",1,40.969112,-95.044951,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,6,"","","Certification not required",0,3.972881,11.855495,24.6,"2013-06-21 00:00",22.9,"2013-07-09 00:00",22.7,"2013-07-18 00:00",22.1,"2013-08-26 00:00","","","","",22.9,22.7,20.9,18.9,14.7,2.4,-12.4,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68104",1,40.969112,-95.044951,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,6,"","","Certification not required",0,16.292373,12.685466,35.7,"2013-08-29 00:00",35.4,"2013-08-26 00:00",35.4,"2013-09-10 00:00",33.7,"2013-07-09 00:00","","","","",35.4,35.4,33.5,31.5,28.1,16.9,-1.1,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68105",1,40.969112,-95.044951,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,6,"","","Certification not required",0,9.800847,12.046033,28.3,"2013-08-26 00:00",28.1,"2013-07-09 00:00",28.1,"2013-07-18 00:00",28,"2013-08-29 00:00","","","","",28.1,28.1,27.6,25.2,20.6,9.8,-6,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68106",1,40.969112,-95.044951,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,6,"","","Certification not required",0,726.70339,4.775846,744,"2013-11-12 00:00",739,"2013-12-06 00:00",737,"2013-10-13 00:00",735,"2013-09-16 00:00","","","","",739,737,734,732,730,727,720,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68107",1,40.969112,-95.044951,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,6,"","","Certification not required",0,732.864407,4.661014,751,"2013-11-12 00:00",749,"2013-11-24 00:00",747,"2013-12-06 00:00",743,"2013-12-24 00:00","","","","",749,747,742,737,735,733,727,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68108",1,40.969112,-95.044951,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,6,"","","Certification not required",0,729.686441,4.573613,748,"2013-11-12 00:00",742,"2013-11-24 00:00",742,"2013-12-06 00:00",739,"2013-10-13 00:00","","","","",742,742,737,735,732,729,725,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","68109",1,40.969112,-95.044951,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,118,122,0,6,"","","Certification not required",0,1438.372881,5.412547,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","81102",1,40.969112,-95.044951,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",114,93,114,122,0,11,0,0,"Certification not required",2,16.780702,9.365498,45,"2013-09-07 00:00",40,"2013-05-16 00:00",40,"2013-08-29 00:00",39,"2013-07-06 00:00","","","","",40,40,37,30,22,15,7,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","85101",1,40.969112,-95.044951,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,14.224212,8.495835,45.7583,"2013-05-16 00:00",33.9311,"2013-04-04 00:00",29.311,"2013-04-07 00:00",28.8333,"2013-05-13 00:00","","","","",45.7583,33.9311,29.311,23.5352,18.9091,12.9078,5.9398,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","86502",1,40.969112,-95.044951,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,14,"","","Certification not required",0,9.147706,6.652145,30.5,"2013-08-29 00:00",29.2,"2013-05-16 00:00",26.9,"2013-09-07 00:00",24.7,"2013-07-18 00:00","","","","",29.2,26.9,21.1,18.9,12.4,7.2,2.4,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","86502",2,40.969112,-95.044951,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.56,6.207829,36,"2013-05-16 00:00",21,"2013-04-07 00:00",19,"2013-04-04 00:00",15,"2013-01-25 00:00","","","","",36,36,19,15,9,5,2,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88101",1,40.969112,-95.044951,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,6,0,0,"Certification not required",0,8.233051,4.779998,24.2,"2013-12-03 00:00",21.5,"2013-07-06 00:00",21,"2013-02-24 00:00",20.8,"2013-06-30 00:00","","","","",21.5,21,19,16.1,10.7,7,3.6,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","88101",1,40.969112,-95.044951,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,6,"","","Certification not required",0,8.233051,4.779998,24.2,"2013-12-03 00:00",21.5,"2013-07-06 00:00",21,"2013-02-24 00:00",20.8,"2013-06-30 00:00","","","","",21.5,21,19,16.1,10.7,7,3.6,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-29" +"19","137","0002","88103",1,40.969112,-95.044951,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-02-09 00:00",0.001,"2013-04-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88104",1,40.969112,-95.044951,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.023022,0.018721,0.081,"2013-05-16 00:00",0.076,"2013-05-19 00:00",0.07,"2013-04-28 00:00",0.0616,"2013-04-25 00:00","","","","",0.081,0.081,0.07,0.0523,0.0305,0.0176,0.0064,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88109",1,40.969112,-95.044951,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002432,0.001591,0.0086,"2013-03-08 00:00",0.0067,"2013-01-31 00:00",0.0054,"2013-03-29 00:00",0.0051,"2013-03-14 00:00","","","","",0.0086,0.0086,0.0054,0.0046,0.0028,0.0022,0.001,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88111",1,40.969112,-95.044951,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.05783,0.06003,0.3426,"2013-05-16 00:00",0.2185,"2013-04-07 00:00",0.199,"2013-04-04 00:00",0.1451,"2013-01-25 00:00","","","","",0.3426,0.3426,0.199,0.1186,0.0661,0.041,0.0187,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88112",1,40.969112,-95.044951,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88114",1,40.969112,-95.044951,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.000445,0.000268,0.0013,"2013-03-29 00:00",0.001,"2013-01-04 00:00",0.001,"2013-03-08 00:00",0.0008,"2013-02-09 00:00","","","","",0.0013,0.0013,0.001,0.0008,0.0006,0.0004,0.00015,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88115",1,40.969112,-95.044951,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.001999,0.002229,0.0116,"2013-02-24 00:00",0.0067,"2013-03-14 00:00",0.0057,"2013-01-04 00:00",0.0055,"2013-01-13 00:00","","","","",0.0116,0.0116,0.0057,0.0054,0.0027,0.0012,0.00015,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88126",1,40.969112,-95.044951,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.025366,0.017889,0.102,"2013-05-16 00:00",0.0559,"2013-03-29 00:00",0.0544,"2013-05-19 00:00",0.053,"2013-04-07 00:00","","","","",0.102,0.102,0.0544,0.0515,0.032,0.0219,0.0094,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88128",1,40.969112,-95.044951,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00238,0.00307,0.021,"2013-03-14 00:00",0.007,"2013-03-08 00:00",0.006,"2013-01-04 00:00",0.005,"2013-04-07 00:00","","","","",0.021,0.021,0.006,0.004,0.003,0.001,0.001,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88132",1,40.969112,-95.044951,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0009,0.00058,0.002,"2013-03-14 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-04 00:00",0.002,"2013-04-07 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88136",1,40.969112,-95.044951,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88140",1,40.969112,-95.044951,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.007535,0.007447,0.0399,"2013-05-16 00:00",0.0292,"2013-01-13 00:00",0.0206,"2013-04-28 00:00",0.016,"2013-01-31 00:00","","","","",0.0399,0.0399,0.0206,0.0156,0.0109,0.006,0.0011,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88152",1,40.969112,-95.044951,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.001174,0.001828,0.0077,"2013-03-29 00:00",0.0068,"2013-05-25 00:00",0.0058,"2013-01-31 00:00",0.0039,"2013-04-01 00:00","","","","",0.0077,0.0077,0.0058,0.0036,0.0017,0.00015,0.00015,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88154",1,40.969112,-95.044951,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000374,0.000322,0.0017,"2013-05-07 00:00",0.0011,"2013-04-07 00:00",0.001,"2013-05-25 00:00",0.0008,"2013-03-14 00:00","","","","",0.0017,0.0017,0.001,0.0008,0.0005,0.0003,0.0001,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88161",1,40.969112,-95.044951,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.001562,0.001188,0.0056,"2013-05-16 00:00",0.0039,"2013-05-19 00:00",0.0037,"2013-04-28 00:00",0.0035,"2013-04-25 00:00","","","","",0.0056,0.0056,0.0037,0.0034,0.002,0.0013,0.0003,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88164",1,40.969112,-95.044951,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.000168,0.000147,0.0007,"2013-03-08 00:00",0.0006,"2013-05-19 00:00",0.0005,"2013-05-16 00:00",0.0005,"2013-05-28 00:00","","","","",0.0007,0.0007,0.0005,0.0003,0.0002,0.0001,5e-05,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88165",1,40.969112,-95.044951,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.059662,0.053784,0.2723,"2013-05-16 00:00",0.1769,"2013-05-19 00:00",0.1529,"2013-04-07 00:00",0.1515,"2013-04-28 00:00","","","","",0.2723,0.2723,0.1529,0.1418,0.0793,0.0424,0.013,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88167",1,40.969112,-95.044951,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.005002,0.00377,0.018,"2013-01-04 00:00",0.0179,"2013-03-14 00:00",0.0131,"2013-02-24 00:00",0.0116,"2013-04-07 00:00","","","","",0.018,0.018,0.0131,0.0095,0.0059,0.0044,0.0016,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88168",1,40.969112,-95.044951,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.00033,0.00022,0.0011,"2013-04-25 00:00",0.0008,"2013-05-16 00:00",0.0007,"2013-04-04 00:00",0.0007,"2013-04-22 00:00","","","","",0.0011,0.0011,0.0007,0.0007,0.0004,0.0003,0.0001,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88169",1,40.969112,-95.044951,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.434408,0.198525,0.9223,"2013-03-08 00:00",0.8466,"2013-02-27 00:00",0.8109,"2013-05-07 00:00",0.8017,"2013-05-16 00:00","","","","",0.9223,0.9223,0.8109,0.7513,0.5385,0.4299,0.1579,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88176",1,40.969112,-95.044951,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000191,0.000103,0.0006,"2013-02-24 00:00",0.0005,"2013-03-02 00:00",0.0005,"2013-05-01 00:00",0.0004,"2013-05-25 00:00","","","","",0.0006,0.0006,0.0005,0.0003,0.00015,0.00015,0.00015,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88180",1,40.969112,-95.044951,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.032378,0.017596,0.0834,"2013-01-04 00:00",0.074,"2013-04-04 00:00",0.0691,"2013-05-16 00:00",0.063,"2013-05-19 00:00","","","","",0.0834,0.0834,0.0691,0.0577,0.04,0.0298,0.0153,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88184",1,40.969112,-95.044951,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.01435,0.02109,0.124,"2013-01-13 00:00",0.0504,"2013-03-20 00:00",0.0444,"2013-03-02 00:00",0.0442,"2013-01-31 00:00","","","","",0.124,0.124,0.0444,0.044,0.016,0.0076,0.00165,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88185",1,40.969112,-95.044951,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.000811,0.00046,0.0023,"2013-02-15 00:00",0.002,"2013-04-28 00:00",0.0018,"2013-04-10 00:00",0.0016,"2013-01-31 00:00","","","","",0.0023,0.0023,0.0018,0.0016,0.0008,0.0007,0.0004,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88203",1,40.969112,-95.044951,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.038081,0.039459,0.2152,"2013-01-13 00:00",0.1458,"2013-03-08 00:00",0.1122,"2013-01-04 00:00",0.0902,"2013-03-02 00:00","","","","",0.2152,0.1458,0.1122,0.0772,0.0557,0.0242,0.00915,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88306",1,40.969112,-95.044951,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.135412,1.884254,8.5236,"2013-02-24 00:00",6.4882,"2013-03-23 00:00",6.1515,"2013-03-08 00:00",6.123,"2013-02-27 00:00","","","","",8.5236,6.4882,6.1515,4.737,3.0174,1.4621,0.4068,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88320",1,40.969112,-95.044951,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.745686,0.495666,2.51,"2013-04-04 00:00",1.76,"2013-02-24 00:00",1.68,"2013-03-29 00:00",1.65,"2013-01-04 00:00","","","","",2.51,1.76,1.68,1.4,1,0.63,0.25,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88321",1,40.969112,-95.044951,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.177647,0.116389,0.51,"2013-04-04 00:00",0.44,"2013-03-08 00:00",0.43,"2013-02-24 00:00",0.37,"2013-04-07 00:00","","","","",0.51,0.44,0.43,0.35,0.23,0.14,0.05,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88324",1,40.969112,-95.044951,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.025253,0.01757,0.101,"2013-04-04 00:00",0.1005,"2013-02-24 00:00",0.0493,"2013-02-12 00:00",0.043,"2013-03-23 00:00","","","","",0.101,0.1005,0.0493,0.03405,0.03025,0.02305,0.01055,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88325",1,40.969112,-95.044951,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.153312,0.100908,0.4798,"2013-04-04 00:00",0.3957,"2013-05-16 00:00",0.365,"2013-02-24 00:00",0.3132,"2013-03-08 00:00","","","","",0.4798,0.3957,0.365,0.2875,0.2018,0.125,0.0542,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88326",1,40.969112,-95.044951,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.187057,0.149987,0.727,"2013-04-04 00:00",0.5179,"2013-01-04 00:00",0.462,"2013-04-07 00:00",0.459,"2013-05-16 00:00","","","","",0.727,0.5179,0.462,0.392,0.2713,0.1417,0.0362,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88327",1,40.969112,-95.044951,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.151326,0.106143,0.5276,"2013-04-04 00:00",0.3978,"2013-01-04 00:00",0.3749,"2013-03-29 00:00",0.3522,"2013-05-16 00:00","","","","",0.5276,0.3978,0.3749,0.2905,0.1893,0.1261,0.041,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88328",1,40.969112,-95.044951,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.238457,0.147252,0.6705,"2013-04-04 00:00",0.5861,"2013-02-24 00:00",0.5837,"2013-03-29 00:00",0.4897,"2013-03-08 00:00","","","","",0.6705,0.5861,0.5837,0.4095,0.321,0.2074,0.079,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88329",1,40.969112,-95.044951,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.353973,0.238211,1.0748,"2013-04-04 00:00",0.9145,"2013-02-24 00:00",0.858,"2013-03-29 00:00",0.7737,"2013-03-08 00:00","","","","",1.0748,0.9145,0.858,0.6896,0.4656,0.2996,0.109,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88330",1,40.969112,-95.044951,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.062208,0.035618,0.1699,"2013-02-27 00:00",0.1529,"2013-03-08 00:00",0.1299,"2013-05-13 00:00",0.1271,"2013-05-31 00:00","","","","",0.1699,0.1529,0.1299,0.104,0.0884,0.0521,0.0202,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88331",1,40.969112,-95.044951,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,8e-05,0.000196,0.001,"2013-05-01 00:00",0.001,"2013-05-13 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88338",1,40.969112,-95.044951,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.017987,0.006714,0.0416,"2013-05-04 00:00",0.0392,"2013-04-10 00:00",0.0268,"2013-02-27 00:00",0.0268,"2013-05-31 00:00","","","","",0.0416,0.0392,0.0268,0.02565,0.0232,0.0163,0.0112,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88339",1,40.969112,-95.044951,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.791927,0.818875,3.80436,"2013-03-08 00:00",3.49206,"2013-02-27 00:00",3.34488,"2013-05-07 00:00",3.30705,"2013-05-16 00:00","","","","",3.80436,3.80436,3.34488,3.09911,2.22123,1.7733,0.65142,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88344",1,40.969112,-95.044951,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.754688,2.430693,10.9954,"2013-02-24 00:00",8.3698,"2013-03-23 00:00",7.9354,"2013-03-08 00:00",7.8991,"2013-02-27 00:00","","","","",10.9954,8.3698,7.9354,6.1105,3.8924,1.8861,0.5248,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88348",1,40.969112,-95.044951,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.357692,0.300156,1.6727,"2013-05-16 00:00",0.9861,"2013-04-07 00:00",0.896,"2013-04-04 00:00",0.8448,"2013-05-19 00:00","","","","",1.6727,1.6727,0.896,0.8118,0.4439,0.2603,0.0973,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88350",1,40.969112,-95.044951,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.342384,0.891777,4.5106,"2013-04-04 00:00",3.1664,"2013-02-24 00:00",3.0238,"2013-03-29 00:00",2.9768,"2013-01-04 00:00","","","","",4.5106,3.1664,3.0238,2.5171,1.8005,1.1403,0.4531,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88403",1,40.969112,-95.044951,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.311508,0.653122,3.2154,"2013-03-08 00:00",2.7276,"2013-02-27 00:00",2.5792,"2013-02-09 00:00",2.4724,"2013-05-07 00:00","","","","",3.2154,2.7276,2.5792,2.0923,1.6348,1.2618,0.475,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88502",1,40.969112,-95.044951,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.828,4.071105,18.5,"2013-02-24 00:00",17.7,"2013-03-08 00:00",15.5,"2013-02-27 00:00",14.1,"2013-03-23 00:00","","","","",18.5,18.5,15.5,13.9,8.8,6,2.7,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-28" +"19","137","0002","88502",3,40.969112,-95.044951,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7949,91,331,365,0,811,"","","Certification not required",0,8.993081,6.823118,130,"2013-12-14 01:00",129,"2013-12-14 00:00",122,"2013-12-13 23:00",102,"2013-12-13 22:00","","","","",28,24,20,17,12,8,3,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","88502",3,40.969112,-95.044951,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,8.957704,5.218611,46.1,"2013-12-14 00:00",36.3,"2013-12-13 00:00",27,"2013-03-09 00:00",24.7,"2013-03-08 00:00","","","","",24.7,20.7,18.6,15.4,11.2,8,3.6,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","88502",4,40.969112,-95.044951,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8267,94,346,365,0,493,"","","Certification not required",0,9.065683,7.44124,149,"2013-06-08 09:00",142,"2013-12-14 00:00",134,"2013-12-14 01:00",123,"2013-12-13 23:00","","","","",32,27,21,17,12,8,2,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","137","0002","88502",4,40.969112,-95.044951,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,9.030347,5.790014,48.6,"2013-12-14 00:00",38.8,"2013-02-26 00:00",36.7,"2013-12-13 00:00",34,"2013-02-25 00:00","","","","",34,23.3,19.3,15.5,11.5,7.8,3.4,"VIKING LAKE STATE PARK","2780 VIKING LAKE ROAD","Iowa","Montgomery","","","2014-01-09" +"19","139","0015","68101",1,41.400968,-91.067957,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",330,100,61,61,0,35,"","","Certification not required",66,0.266061,0.155691,0.6,"2013-06-08 00:00",0.6,"2013-06-11 00:00",0.6,"2013-06-13 00:00",0.6,"2013-06-27 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68101",2,41.400968,-91.067957,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",50,91,49,55,0,8,"","","Certification not required",38,0.096,0.095212,0.4,"2013-03-11 00:00",0.4,"2013-12-18 00:00",0.3,"2013-02-09 00:00",0.3,"2013-11-25 00:00","","","","",0.4,0.4,0.3,0.3,0.05,0.05,0.05,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68102",1,41.400968,-91.067957,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",330,100,61,61,0,35,"","","Certification not required",0,23.980909,0.082693,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68102",2,41.400968,-91.067957,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",50,91,49,55,0,8,"","","Certification not required",0,24.002,0.014142,24.1,"2013-11-30 00:00",24,"2013-02-09 00:00",24,"2013-02-15 00:00",24,"2013-02-21 00:00","","","","",24.1,24.1,24,24,24,24,24,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68103",1,41.400968,-91.067957,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",330,100,61,61,0,35,"","","Certification not required",0,5.442424,11.577741,24.4,"2013-08-28 00:00",24.2,"2013-08-30 00:00",23.9,"2013-06-22 00:00",23.6,"2013-07-17 00:00","","","","",23.6,23.4,21.9,19.2,16.2,6.3,-10,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68103",2,41.400968,-91.067957,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",50,91,49,55,0,8,"","","Certification not required",0,5.962,12.074326,23.2,"2013-06-21 00:00",23.2,"2013-07-09 00:00",23.2,"2013-07-15 00:00",21.2,"2013-06-27 00:00","","","","",23.2,23.2,23.2,19.8,16.1,8.4,-9.3,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68104",1,41.400968,-91.067957,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",330,100,61,61,0,35,"","","Certification not required",0,16.75,12.73655,39.8,"2013-09-09 00:00",39,"2013-08-30 00:00",37.8,"2013-09-10 00:00",36.9,"2013-07-19 00:00","","","","",36.9,36.7,33.8,32.2,28.5,17.6,0,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68104",2,41.400968,-91.067957,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",50,91,49,55,0,8,"","","Certification not required",0,17.254,13.070409,36,"2013-09-19 00:00",35.7,"2013-09-07 00:00",34.1,"2013-07-15 00:00",33.7,"2013-09-01 00:00","","","","",36,36,34.1,33,28,21.1,0.6,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68105",1,41.400968,-91.067957,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",330,100,61,61,0,35,"","","Certification not required",0,10.989394,11.883491,30.5,"2013-08-30 00:00",30.2,"2013-09-09 00:00",30.1,"2013-07-18 00:00",30,"2013-09-10 00:00","","","","",30,29,26.9,25.4,22,11.9,-4.8,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68105",2,41.400968,-91.067957,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",50,91,49,55,0,8,"","","Certification not required",0,11.356,12.246168,28.3,"2013-07-15 00:00",27.7,"2013-07-09 00:00",27,"2013-09-07 00:00",26.5,"2013-06-27 00:00","","","","",28.3,28.3,27,26.3,21.7,14.8,-4.5,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68106",1,41.400968,-91.067957,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",330,100,61,61,0,35,"","","Certification not required",0,743.4,5.38635,761,"2013-11-12 00:00",758,"2013-11-23 00:00",757,"2013-12-11 00:00",757,"2013-12-23 00:00","","","","",757,755,752,750,747,744,736,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68106",2,41.400968,-91.067957,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,91,49,55,0,8,"","","Certification not required",0,744.18,5.670151,759,"2013-11-24 00:00",759,"2013-12-06 00:00",754,"2013-10-13 00:00",753,"2013-11-25 00:00","","","","",759,759,754,752,748,744,738,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68107",1,41.400968,-91.067957,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",330,100,61,61,0,35,"","","Certification not required",0,749.372727,5.344984,767,"2013-12-11 00:00",766,"2013-11-12 00:00",766,"2013-11-23 00:00",766,"2013-12-12 00:00","","","","",766,762,758,756,753,749,743,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68107",2,41.400968,-91.067957,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,91,49,55,0,8,"","","Certification not required",0,750.22,6.267148,770,"2013-11-24 00:00",767,"2013-12-06 00:00",761,"2013-12-24 00:00",760,"2013-11-25 00:00","","","","",770,770,761,759,753,749,744,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68108",1,41.400968,-91.067957,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",330,100,61,61,0,35,"","","Certification not required",0,746.433333,5.300408,764,"2013-11-12 00:00",763,"2013-11-23 00:00",763,"2013-12-11 00:00",763,"2013-12-24 00:00","","","","",763,758,755,753,750,746,739,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68108",2,41.400968,-91.067957,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,91,49,55,0,8,"","","Certification not required",0,747.1,5.963323,766,"2013-11-24 00:00",762,"2013-12-06 00:00",757,"2013-10-13 00:00",757,"2013-12-24 00:00","","","","",766,766,757,755,751,746,741,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68109",1,41.400968,-91.067957,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",330,100,61,61,0,35,"","","Certification not required",0,1438.036364,4.987389,1440,"2013-01-10 00:00",1440,"2013-01-23 00:00",1440,"2013-01-27 00:00",1440,"2013-02-02 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","68109",2,41.400968,-91.067957,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",50,91,49,55,0,8,"","","Certification not required",0,1439.78,0.418452,1440,"2013-02-21 00:00",1440,"2013-03-05 00:00",1440,"2013-03-11 00:00",1440,"2013-03-23 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","81102",1,41.400968,-91.067957,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",121,99,121,122,0,2,0,0,"Certification not required",0,20.256198,10.46385,57,"2013-03-17 00:00",47,"2013-09-04 00:00",44,"2013-08-29 00:00",44,"2013-09-10 00:00","","","","",47,44,39,36,26,19,8,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-29" +"19","139","0015","86502",1,41.400968,-91.067957,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,11.025688,7.288301,38.5,"2013-09-04 00:00",31.4,"2013-09-10 00:00",27.2,"2013-05-16 00:00",26,"2013-01-25 00:00","","","","",31.4,27.2,24.3,22.1,15.1,9.7,3.3,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-29" +"19","139","0015","88101",1,41.400968,-91.067957,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,35,4,4,"Certification not required",0,11.015758,6.421317,47.3,"2013-03-04 00:00",39.8,"2013-12-02 00:00",39,"2013-05-26 00:00",38,"2013-12-03 00:00","","","","",38,26.8,22.4,18.6,14.8,9.7,4.4,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","88101",1,41.400968,-91.067957,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,35,"","","Certification not required",0,11.015758,6.421317,47.3,"2013-03-04 00:00",39.8,"2013-12-02 00:00",39,"2013-05-26 00:00",38,"2013-12-03 00:00","","","","",38,26.8,22.4,18.6,14.8,9.7,4.4,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","88101",2,41.400968,-91.067957,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,8,1,1,"Certification not required",0,10.288,6.735094,40.1,"2013-03-17 00:00",23.1,"2013-12-13 00:00",20.6,"2013-02-21 00:00",18.6,"2013-09-07 00:00","","","","",40.1,40.1,20.6,18.6,13.1,8.3,3.6,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0015","88101",2,41.400968,-91.067957,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,8,"","","Certification not required",0,10.288,6.735094,40.1,"2013-03-17 00:00",23.1,"2013-12-13 00:00",20.6,"2013-02-21 00:00",18.6,"2013-09-07 00:00","","","","",40.1,40.1,20.6,18.6,13.1,8.3,3.6,"MUSCATINE HS - East Campus School Roof","1409 WISCONSIN","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","42401",1,41.419429,-91.070975,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8254,94,362,365,0,506,5,"","Certification not required",0,7.474309,15.761701,106.5,"2013-04-29 20:00",104.8,"2013-05-30 05:00",94.3,"2013-04-14 19:00",83.7,"2013-06-20 23:00","","","","",83.7,67.6,34.8,23.3,6.7,1.3,0.1,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","42401",1,41.419429,-91.070975,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8254,94,362,365,0,506,"","","Certification not required",0,1.304592,5.224771,106.5,"2013-04-29 20:00",104.8,"2013-05-30 05:00",94.3,"2013-04-14 19:00",93.5,"2013-05-30 04:00","","","","",24.7,12.9,5.2,2.2,0.6,0.2,0,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","42401",1,41.419429,-91.070975,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,1.298619,2.670932,23.3,"2013-05-30 00:00",18.7,"2013-10-11 00:00",14.1,"2013-02-18 00:00",12.9,"2013-06-20 00:00","","","","",12.9,11.1,6.5,3.3,1.2,0.4,0,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","42401",1,41.419429,-91.070975,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2473,85,341,365,0,0,"",0,"Certification not required",0,1.307481,4.649587,79.3,"2013-05-30 05:00",69,"2013-06-20 23:00",61.6,"2013-04-14 20:00",56.2,"2013-03-09 11:00","","","","",20.4,12.6,5.8,2.7,0.7,0.2,0,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","42406",1,41.419429,-91.070975,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8254,94,362,365,0,506,"","","Certification not required",0,2.621069,9.935934,183.9,"2013-05-30 06:00",173.6,"2013-04-29 20:00",172.9,"2013-04-14 19:00",155.1,"2013-05-30 04:00","","","","",49.9,32,12.8,4.2,0.9,0.3,0,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","61103",1,41.419429,-91.070975,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,3.476776,2.030563,15,"2013-04-10 03:00",14.8,"2013-04-09 18:00",14.1,"2013-04-09 17:00",13.8,"2013-02-26 10:00","","","","",9.3,8.6,7.4,6.2,4.6,3.2,1.1,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","61104",1,41.419429,-91.070975,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,186.79061,97.910509,359,"2013-01-01 00:00",359,"2013-01-01 01:00",359,"2013-01-01 02:00",359,"2013-01-24 00:00","","","","",355,351,338,321,267,193,38,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0016","68101",1,41.419429,-91.070975,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,115,122,0,10,"","","Certification not required",78,0.14322,0.144842,0.5,"2013-03-09 00:00",0.5,"2013-04-04 00:00",0.5,"2013-04-07 00:00",0.5,"2013-04-13 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68102",1,41.419429,-91.070975,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,115,122,0,10,"","","Certification not required",0,23.987288,0.072261,24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-19 00:00","","","","",24,24,24,24,24,24,24,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68103",1,41.419429,-91.070975,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,115,122,0,10,"","","Certification not required",0,5.502542,11.745277,25,"2013-07-18 00:00",23.9,"2013-07-09 00:00",23.7,"2013-09-10 00:00",23.5,"2013-08-29 00:00","","","","",23.9,23.7,22.4,20,16.6,6,-10.3,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68104",1,41.419429,-91.070975,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,115,122,0,10,"","","Certification not required",0,15.90678,12.857508,37.1,"2013-09-10 00:00",35.7,"2013-08-26 00:00",35.6,"2013-09-07 00:00",35.3,"2013-07-18 00:00","","","","",35.7,35.6,34,31.9,26.9,16.4,-1.4,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68105",1,41.419429,-91.070975,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,115,122,0,10,"","","Certification not required",0,10.60678,12.076174,30,"2013-09-10 00:00",29.9,"2013-07-18 00:00",28.4,"2013-08-26 00:00",28.3,"2013-07-15 00:00","","","","",29.9,28.4,27.9,26,21.5,11.1,-5.9,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68106",1,41.419429,-91.070975,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,115,122,0,10,"","","Certification not required",0,742.932203,4.80692,760,"2013-11-12 00:00",753,"2013-01-22 00:00",753,"2013-11-24 00:00",752,"2013-12-06 00:00","","","","",753,753,751,749,746,743,736,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68107",1,41.419429,-91.070975,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,115,122,0,10,"","","Certification not required",0,748.932203,4.84235,765,"2013-11-12 00:00",764,"2013-11-24 00:00",761,"2013-12-06 00:00",760,"2013-12-24 00:00","","","","",764,761,756,754,752,749,743,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68108",1,41.419429,-91.070975,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,115,122,0,10,"","","Certification not required",0,746.042373,4.705687,763,"2013-11-12 00:00",760,"2013-11-24 00:00",756,"2013-12-06 00:00",756,"2013-12-24 00:00","","","","",760,756,754,751,749,746,740,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","68109",1,41.419429,-91.070975,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,115,122,0,10,"","","Certification not required",0,1439.084746,4.351198,1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0016","88101",1,41.419429,-91.070975,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,96,117,122,0,10,1,1,"Certification not required",0,9.930508,5.702818,35.6,"2013-12-03 00:00",24.9,"2013-02-24 00:00",22.4,"2013-12-13 00:00",21.2,"2013-11-21 00:00","","","","",24.9,22.4,19.6,18.2,13.3,8.6,3.8,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-23" +"19","139","0016","88101",1,41.419429,-91.070975,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,96,117,122,0,10,"","","Certification not required",0,9.930508,5.702818,35.6,"2013-12-03 00:00",24.9,"2013-02-24 00:00",22.4,"2013-12-13 00:00",21.2,"2013-11-21 00:00","","","","",24.9,22.4,19.6,18.2,13.3,8.6,3.8,"MUSCATINE, GREENWOOD CEMETARY","FLETCHER ST. & KIMBLE ST.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-23" +"19","139","0018","68101",1,41.414388,-91.062605,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,118,122,0,5,"","","Certification not required",34,0.312397,0.190753,0.6,"2013-02-09 00:00",0.6,"2013-02-12 00:00",0.6,"2013-02-24 00:00",0.6,"2013-03-26 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68102",1,41.414388,-91.062605,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,118,122,0,5,"","","Certification not required",0,23.991736,0.052578,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68103",1,41.414388,-91.062605,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,118,122,0,5,"","","Certification not required",0,4.502479,12.116672,24,"2013-07-18 00:00",23.6,"2013-07-09 00:00",23.6,"2013-08-29 00:00",23.1,"2013-06-21 00:00","","","","",23.6,23.6,21.5,19.5,16,2.7,-11.9,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68104",1,41.414388,-91.062605,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,118,122,0,5,"","","Certification not required",0,16.161983,13.275487,37.9,"2013-09-10 00:00",36.7,"2013-07-18 00:00",36.6,"2013-09-07 00:00",36.3,"2013-08-26 00:00","","","","",36.7,36.6,34.6,33.2,28,16.1,-1.4,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68105",1,41.414388,-91.062605,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,118,122,0,5,"","","Certification not required",0,10.157851,12.340973,30.2,"2013-07-18 00:00",29.5,"2013-09-10 00:00",28.4,"2013-07-15 00:00",28.4,"2013-08-26 00:00","","","","",29.5,28.4,27.4,25.9,21.5,10.1,-6.3,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68106",1,41.414388,-91.062605,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,118,122,0,5,"","","Certification not required",0,746.826446,4.741093,757,"2013-11-24 00:00",757,"2013-12-06 00:00",756,"2013-01-22 00:00",756,"2013-11-22 00:00","","","","",757,756,754,753,750,747,740,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68107",1,41.414388,-91.062605,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,118,122,0,5,"","","Certification not required",0,752.826446,4.910325,768,"2013-11-24 00:00",765,"2013-12-06 00:00",764,"2013-12-12 00:00",764,"2013-12-24 00:00","","","","",765,764,760,759,756,753,747,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68108",1,41.414388,-91.062605,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,118,122,0,5,"","","Certification not required",0,750.008264,4.756567,764,"2013-11-24 00:00",761,"2013-11-22 00:00",761,"2013-12-06 00:00",761,"2013-12-24 00:00","","","","",761,761,758,756,753,750,744,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","68109",1,41.414388,-91.062605,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,118,122,0,5,"","","Certification not required",0,1439.38843,3.557555,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","88101",1,41.414388,-91.062605,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,5,1,1,"Certification not required",0,10.133058,5.362779,36.5,"2013-12-03 00:00",23.8,"2013-02-24 00:00",21.5,"2013-11-21 00:00",20.8,"2013-11-30 00:00","","","","",23.8,21.5,18.6,16.5,13.1,9.2,4,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0018","88101",1,41.414388,-91.062605,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,5,"","","Certification not required",0,10.133058,5.362779,36.5,"2013-12-03 00:00",23.8,"2013-02-24 00:00",21.5,"2013-11-21 00:00",20.8,"2013-11-30 00:00","","","","",23.8,21.5,18.6,16.5,13.1,9.2,4,"FRANKLIN SCHOOL","210 TAYLOR ST MUSCATINE, IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0019","42401",1,41.401459,-91.068449,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7950,91,347,365,0,810,28,"","Certification not required",0,18.565994,36.828374,222.5,"2013-04-07 22:00",198.6,"2013-06-04 00:00",164.8,"2013-08-17 11:00",160.9,"2013-09-03 12:00","","","","",160.9,146.8,109.8,66.5,14.3,1.8,0,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","42401",1,41.401459,-91.068449,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7950,91,347,365,0,810,"","","Certification not required",0,3.148465,12.543282,222.5,"2013-04-07 22:00",198.6,"2013-06-04 00:00",188,"2013-04-07 23:00",164.8,"2013-08-17 11:00","","","","",64.8,41.7,14.9,5.2,0.8,0.1,0,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","42401",1,41.401459,-91.068449,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",347,95,347,365,0,0,0,"","Certification not required",0,3.15562,7.063285,65.6,"2013-03-04 00:00",40.2,"2013-03-17 00:00",36.3,"2013-09-23 00:00",35,"2013-04-05 00:00","","","","",35,25,17.7,10.3,2.5,0.4,0,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","42401",1,41.401459,-91.068449,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2410,83,333,365,0,0,"",0,"Certification not required",0,3.22722,11.178729,162.9,"2013-04-07 23:00",121.3,"2013-04-05 23:00",113.4,"2013-03-04 14:00",113.3,"2013-06-04 02:00","","","","",57.9,40.2,18.9,7,1,0.1,0,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","42406",1,41.401459,-91.068449,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7950,91,347,365,0,810,"","","Certification not required",0,8.005031,30.996242,383.5,"2013-08-17 11:00",366.9,"2013-06-04 00:00",344.2,"2013-09-05 12:00",336.4,"2013-03-04 03:00","","","","",177.9,121.2,41.6,11.9,1.3,0.3,0,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","61103",1,41.401459,-91.068449,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8197,94,337,365,0,563,"","","Certification not required",0,2.52324,1.823284,12.8,"2013-02-11 00:00",12.7,"2013-02-10 23:00",12.2,"2013-02-10 22:00",11.7,"2013-02-11 02:00","","","","",7.4,6.8,5.9,5,3.6,2.3,0.3,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","61104",1,41.401459,-91.068449,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8197,94,337,365,0,563,"","","Certification not required",0,197.145785,102.319182,359,"2013-02-07 20:00",359,"2013-03-27 16:00",359,"2013-04-16 13:00",359,"2013-05-03 16:00","","","","",356,354,347,336,284,201,49,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","62101",1,41.401459,-91.068449,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8646,99,359,365,0,114,"","","Certification not required",0,50.045917,22.598328,101,"2013-09-09 15:00",100,"2013-08-30 14:00",100,"2013-08-30 15:00",100,"2013-09-09 14:00","","","","",91,88,83,79,69,51,20,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","62201",1,41.401459,-91.068449,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8750,100,365,365,0,10,"","","Certification not required",0,71.036114,18.631015,100,"2013-01-09 23:00",100,"2013-01-10 00:00",100,"2013-01-10 04:00",100,"2013-01-10 16:00","","","","",100,100,100,96,86,73,44,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","64101",1,41.401459,-91.068449,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8757,100,365,365,0,3,"","","Certification not required",0,995.552587,7.088364,1020.7,"2013-11-12 09:00",1020.7,"2013-11-12 10:00",1020.3,"2013-11-12 07:00",1020.3,"2013-11-12 08:00","","","","",1014.7,1011.8,1007,1004.4,999.9,995.4,987,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","88502",3,41.401459,-91.068449,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8250,94,343,365,0,510,"","","Certification not required",0,11.440121,8.76165,94,"2013-04-07 22:00",91,"2013-04-07 23:00",88,"2013-03-17 20:00",81,"2013-03-04 14:00","","","","",46,37,26,21,15,10,3,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","88502",3,41.401459,-91.068449,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,"","","Certification not required",0,11.404082,6.596352,49.2,"2013-03-04 00:00",44,"2013-12-02 00:00",42,"2013-12-03 00:00",33.5,"2013-03-17 00:00","","","","",33.5,26.3,23.7,19.5,14.7,10.3,4.7,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","88502",4,41.401459,-91.068449,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7452,85,306,365,0,1308,"","","Certification not required",0,11.993022,8.51471,87,"2013-04-07 22:00",86,"2013-03-17 20:00",86,"2013-04-07 23:00",79,"2013-04-07 21:00","","","","",45,36,27,21,15,10,4,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0019","88502",4,41.401459,-91.068449,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,"","","Certification not required",0,11.903922,6.088187,47.5,"2013-03-04 00:00",35.3,"2013-12-03 00:00",33.2,"2013-03-17 00:00",27.5,"2013-02-25 00:00","","","","",27.5,26.1,23.7,19.9,15.3,10.7,5.3,"Muscatine HS - East Campus School Trailer","1409 Wisconsin St, Muscatine IA","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0020","42401",1,41.4069,-91.0616,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8247,94,364,365,0,513,34,"","Certification not required",0,19.580769,37.630937,237.1,"2013-05-30 09:00",188.5,"2013-05-29 16:00",184.4,"2013-11-16 18:00",178.5,"2013-04-14 14:00","","","","",178.5,149.9,101.5,71.6,16.9,2.4,0.3,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0020","42401",1,41.4069,-91.0616,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8247,94,364,365,0,513,"","","Certification not required",0,4.423475,14.962273,237.1,"2013-05-30 09:00",223.2,"2013-05-30 11:00",203.3,"2013-05-30 08:00",188.5,"2013-05-29 16:00","","","","",75.9,53.5,23.2,7.8,1.6,0.6,0.1,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0020","42401",1,41.4069,-91.0616,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,4.377473,9.114967,63.6,"2013-11-16 00:00",62.8,"2013-05-30 00:00",53,"2013-01-11 00:00",42.9,"2013-05-31 00:00","","","","",42.9,35.6,25.4,13.8,3.2,0.8,0.1,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0020","42401",1,41.4069,-91.0616,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2500,86,337,365,0,0,"",0,"Certification not required",0,4.63416,14.18155,207.6,"2013-05-30 11:00",134.4,"2013-06-22 20:00",133.6,"2013-11-16 14:00",133.1,"2013-11-16 17:00","","","","",74.2,51.1,28.1,9.9,1.8,0.6,0.1,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0020","42406",1,41.4069,-91.0616,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8247,94,364,365,0,513,"","","Certification not required",0,8.606136,30.046062,368.1,"2013-04-14 16:00",349.9,"2013-05-30 11:00",348.2,"2013-05-30 09:00",329.7,"2013-09-06 12:00","","","","",170.6,117.4,47.8,13.9,2.1,0.7,0.1,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-09" +"19","139","0020","61103",1,41.4069,-91.0616,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8694,99,362,365,0,66,"","","Certification not required",0,3.340718,2.610361,17.5,"2013-05-31 12:00",16.7,"2013-02-11 06:00",16.2,"2013-02-11 05:00",16.2,"2013-02-11 08:00","","","","",11.4,10.2,8.2,6.9,4.8,2.8,0.5,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-15" +"19","139","0020","61104",1,41.4069,-91.0616,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8694,99,362,365,0,66,"","","Certification not required",0,194.507131,101.325886,359,"2013-02-26 23:00",359,"2013-03-01 22:00",359,"2013-03-24 16:00",359,"2013-04-16 09:00","","","","",356,354,341,322,282,203,51,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-15" +"19","139","0020","68101",1,41.4069,-91.0616,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,118,122,0,4,"","","Certification not required",58,0.133051,0.101109,0.4,"2013-02-12 00:00",0.4,"2013-08-23 00:00",0.3,"2013-01-13 00:00",0.3,"2013-03-26 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.1,0.05,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68102",1,41.4069,-91.0616,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,118,122,0,4,"","","Certification not required",0,23.982203,0.092109,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68103",1,41.4069,-91.0616,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,4.883051,12.452496,24.4,"2013-07-18 00:00",23.6,"2013-07-09 00:00",23.6,"2013-08-29 00:00",23.4,"2013-07-15 00:00","","","","",23.6,23.6,22.8,20,17.1,5,-12.4,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68104",1,41.4069,-91.0616,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,15.601695,13.207677,37.4,"2013-09-10 00:00",35.8,"2013-08-26 00:00",35.6,"2013-07-18 00:00",35.4,"2013-09-07 00:00","","","","",35.8,35.6,33.5,32.1,27.3,16.5,-3.3,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68105",1,41.4069,-91.0616,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,10.162712,12.532698,30,"2013-07-18 00:00",29.9,"2013-09-10 00:00",28.4,"2013-08-26 00:00",28.1,"2013-07-15 00:00","","","","",29.9,28.4,27.8,25.8,21.6,11.5,-6.9,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68106",1,41.4069,-91.0616,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,743.779661,5.152604,757,"2013-11-24 00:00",757,"2013-12-06 00:00",755,"2013-12-24 00:00",754,"2013-10-13 00:00","","","","",757,755,753,750,747,744,737,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68107",1,41.4069,-91.0616,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,749.932203,5.497053,769,"2013-11-24 00:00",765,"2013-12-06 00:00",764,"2013-12-12 00:00",764,"2013-12-24 00:00","","","","",765,764,760,757,753,749,743,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68108",1,41.4069,-91.0616,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,746.90678,5.30761,764,"2013-11-24 00:00",761,"2013-12-06 00:00",761,"2013-12-24 00:00",758,"2013-10-13 00:00","","","","",761,761,756,753,750,747,740,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","68109",1,41.4069,-91.0616,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,118,122,0,4,"","","Certification not required",0,1438.771186,5.80364,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","88101",1,41.4069,-91.0616,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,11.133051,6.035225,34.7,"2013-12-03 00:00",28.9,"2013-08-20 00:00",23.5,"2013-02-24 00:00",22.6,"2013-09-07 00:00","","","","",28.9,23.5,22.3,19.4,15.4,10.8,4.2,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","139","0020","88101",1,41.4069,-91.0616,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,11.133051,6.035225,34.7,"2013-12-03 00:00",28.9,"2013-08-20 00:00",23.5,"2013-02-24 00:00",22.6,"2013-09-07 00:00","","","","",28.9,23.5,22.3,19.4,15.4,10.8,4.2,"MUSCATINE, MUSSER PARK","OREGON ST. & EARL AVE.","Iowa","Muscatine","Muscatine","Muscatine, IA","2014-01-22" +"19","147","1002","44201",1,43.123704,-94.693518,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4871,99,211,214,0,265,0,0,"Certification not required",48,0.045118,0.011524,0.072,"2013-07-08 16:00",0.071,"2013-09-27 15:00",0.069,"2013-07-06 14:00",0.067,"2013-07-07 13:00","","","","",0.069,0.066,0.063,0.058,0.054,0.046,0.03,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2013-11-14" +"19","147","1002","44201",1,43.123704,-94.693518,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5093,99,211,214,0,0,0,0,"Certification not required",0,0.041427,0.011168,0.068,"2013-07-08 11:00",0.066,"2013-07-06 11:00",0.065,"2013-09-27 11:00",0.064,"2013-07-07 10:00","","","","",0.065,0.063,0.059,0.054,0.05,0.042,0.027,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2013-11-14" +"19","147","1002","44201",1,43.123704,-94.693518,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5093,99,211,214,0,0,0,0,"Certification not required",0,0.041427,0.011168,0.068,"2013-07-08 11:00",0.066,"2013-07-06 11:00",0.065,"2013-09-27 11:00",0.064,"2013-07-07 10:00","","","","",0.065,0.063,0.059,0.054,0.05,0.042,0.027,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2013-11-14" +"19","147","1002","44201",2,43.123704,-94.693518,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4872,99,211,214,0,264,0,0,"Certification not required",48,0.045787,0.012051,0.076,"2013-07-08 16:00",0.072,"2013-07-06 14:00",0.07,"2013-07-07 13:00",0.07,"2013-09-27 15:00","","","","",0.07,0.069,0.066,0.06,0.055,0.047,0.03,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-15" +"19","147","1002","44201",2,43.123704,-94.693518,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5093,99,211,214,0,0,0,0,"Certification not required",0,0.042085,0.011663,0.071,"2013-07-08 11:00",0.069,"2013-07-06 10:00",0.067,"2013-07-07 10:00",0.066,"2013-07-05 11:00","","","","",0.067,0.065,0.061,0.055,0.05,0.042,0.027,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-15" +"19","147","1002","44201",2,43.123704,-94.693518,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5093,99,211,214,0,0,0,0,"Certification not required",0,0.042085,0.011663,0.071,"2013-07-08 11:00",0.069,"2013-07-06 10:00",0.067,"2013-07-07 10:00",0.066,"2013-07-05 11:00","","","","",0.067,0.065,0.061,0.055,0.05,0.042,0.027,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-15" +"19","147","1002","61103",1,43.123704,-94.693518,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8628,98,359,365,0,132,"","","Certification not required",0,4.984272,3.510291,20.5,"2013-05-14 12:00",19.5,"2013-03-30 05:00",19.5,"2013-05-14 13:00",19.2,"2013-05-13 15:00","","","","",14.7,13.4,11.4,9.7,7.2,4.6,0.5,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-15" +"19","147","1002","61104",1,43.123704,-94.693518,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8628,98,359,365,0,132,"","","Certification not required",0,176.651715,96.555379,359,"2013-01-23 20:00",359,"2013-01-29 16:00",359,"2013-03-01 02:00",359,"2013-03-23 23:00","","","","",355,350,336,318,255,169,41,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-15" +"19","147","1002","62101",1,43.123704,-94.693518,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8086,92,329,365,0,674,"","","Certification not required",0,44.559857,24.361274,100,"2013-05-14 13:00",99,"2013-05-14 12:00",99,"2013-05-14 14:00",97,"2013-05-14 11:00","","","","",88,85,81,76,66,44,12,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-13" +"19","147","1002","64101",1,43.123704,-94.693518,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8749,100,365,365,0,11,"","","Certification not required",0,970.45947,7.00186,997.4,"2013-11-23 09:00",997.4,"2013-11-23 10:00",997,"2013-11-23 08:00",997,"2013-11-23 11:00","","","","",988.8,985.9,981.2,979.1,974.7,970.6,961.9,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-09" +"19","147","1002","68101",1,43.123704,-94.693518,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",119,98,118,122,0,6,"","","Certification not required",19,0.368487,0.178015,0.6,"2013-01-07 00:00",0.6,"2013-01-22 00:00",0.6,"2013-02-09 00:00",0.6,"2013-03-17 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.05,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68102",1,43.123704,-94.693518,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",119,98,118,122,0,6,"","","Certification not required",0,23.987395,0.056079,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68103",1,43.123704,-94.693518,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,118,122,0,6,"","","Certification not required",0,2.005882,12.710814,22.9,"2013-07-18 00:00",22.5,"2013-08-26 00:00",21.5,"2013-07-09 00:00",21,"2013-07-06 00:00","","","","",22.5,21.5,20.3,18.9,14.8,0.5,-15,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68104",1,43.123704,-94.693518,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,118,122,0,6,"","","Certification not required",0,13.60084,13.311315,33.7,"2013-07-06 00:00",33.6,"2013-07-18 00:00",33.4,"2013-08-26 00:00",33.1,"2013-07-09 00:00","","","","",33.6,33.4,32.6,30.2,26.2,13.3,-3,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68105",1,43.123704,-94.693518,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,118,122,0,6,"","","Certification not required",0,7.85042,12.798655,28.5,"2013-07-18 00:00",27.5,"2013-08-26 00:00",27.2,"2013-07-06 00:00",26.9,"2013-07-09 00:00","","","","",27.5,27.2,25.9,24.7,19.7,6,-8.2,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68106",1,43.123704,-94.693518,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,118,122,0,6,"","","Certification not required",0,725.613445,4.906083,740,"2013-11-12 00:00",737,"2013-12-06 00:00",735,"2013-10-13 00:00",734,"2013-02-15 00:00","","","","",737,735,734,731,729,726,719,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68107",1,43.123704,-94.693518,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,118,122,0,6,"","","Certification not required",0,732.042017,4.877126,749,"2013-11-12 00:00",746,"2013-11-24 00:00",745,"2013-12-06 00:00",742,"2013-11-21 00:00","","","","",746,745,740,737,735,731,727,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68108",1,43.123704,-94.693518,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,118,122,0,6,"","","Certification not required",0,728.907563,4.832783,746,"2013-11-12 00:00",741,"2013-12-06 00:00",738,"2013-10-13 00:00",738,"2013-11-24 00:00","","","","",741,738,736,735,732,729,723,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","68109",1,43.123704,-94.693518,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",119,98,118,122,0,6,"","","Certification not required",0,1439.033613,3.502863,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","81102",2,43.123704,-94.693518,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",113,93,113,122,0,11,0,0,"Certification not required",4,16.761062,10.685667,54,"2013-05-16 00:00",41,"2013-07-06 00:00",41,"2013-08-29 00:00",41,"2013-09-07 00:00","","","","",41,41,39,33,21,14,6,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","86502",1,43.123704,-94.693518,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,15,"","","Certification not required",0,9.374766,7.878644,42.6,"2013-05-16 00:00",29.6,"2013-08-29 00:00",26.2,"2013-09-04 00:00",24.7,"2013-11-15 00:00","","","","",29.6,26.2,24.2,21.9,13.9,6.3,1.2,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","88101",1,43.123704,-94.693518,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,6,0,0,"Certification not required",0,8.009244,4.790403,27.4,"2013-02-24 00:00",25.5,"2013-03-08 00:00",20.9,"2013-12-01 00:00",19.2,"2013-07-06 00:00","","","","",25.5,20.9,17.7,14.5,9.7,6.6,3.4,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","88101",1,43.123704,-94.693518,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,6,"","","Certification not required",0,8.009244,4.790403,27.4,"2013-02-24 00:00",25.5,"2013-03-08 00:00",20.9,"2013-12-01 00:00",19.2,"2013-07-06 00:00","","","","",25.5,20.9,17.7,14.5,9.7,6.6,3.4,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-29" +"19","147","1002","88502",3,43.123704,-94.693518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7986,91,328,365,0,774,"","","Certification not required",0,7.484848,6.123879,50,"2013-08-11 07:00",50,"2013-08-11 08:00",46,"2013-02-25 03:00",40,"2013-02-25 01:00","","","","",28,25,20,16,10,6,1,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-09" +"19","147","1002","88502",3,43.123704,-94.693518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,0,"","","Certification not required",0,7.44878,4.978725,28.2,"2013-02-25 00:00",27.1,"2013-02-26 00:00",26.1,"2013-12-02 00:00",24.6,"2013-02-24 00:00","","","","",24.6,23,17.6,14,9.2,6.2,2.2,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-09" +"19","147","1002","88502",4,43.123704,-94.693518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7652,87,314,365,0,1108,"","","Certification not required",0,9.361213,6.482552,118,"2013-05-06 22:00",100,"2013-05-06 20:00",99,"2013-05-06 21:00",55,"2013-05-06 23:00","","","","",31,27,22,17,12,8,3,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-09" +"19","147","1002","88502",4,43.123704,-94.693518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,9.354777,5.218485,32.2,"2013-02-25 00:00",30.2,"2013-02-26 00:00",29.6,"2013-02-24 00:00",27.8,"2013-12-02 00:00","","","","",27.8,26.5,20,16.2,11.1,7.8,4.5,"EMMETSBURG, IOWA LAKES COMMUNITY COLL.","IOWA LAKES COMMUNITY COLLEGE","Iowa","Palo Alto","Emmetsburg","","2014-01-09" +"19","153","0030","42101",1,41.603159,-93.643118,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8278,94,361,365,0,482,0,0,"Certification not required",0,0.209693,0.102608,1.813,"2013-01-07 22:00",1.805,"2013-12-18 17:00",1.674,"2013-01-07 20:00",1.628,"2013-12-02 17:00","","","","",0.666,0.492,0.338,0.277,0.225,0.188,0.142,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42101",1,41.603159,-93.643118,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8669,99,359,365,0,0,0,0,"Certification not required",0,0.213127,0.080697,1.3,"2013-01-07 23:00",1.3,"2013-01-08 00:00",1.3,"2013-12-18 23:00",1.3,"2013-12-19 00:00",1.3,"2013-01-07 23:00",1.3,"2013-12-18 23:00",0.5,0.4,0.3,0.3,0.2,0.2,0.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42401",1,41.603159,-93.643118,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8317,95,365,365,0,443,0,"","Certification not required",0,0.17589,0.343335,3.2,"2013-04-07 16:00",2.8,"2013-01-26 12:00",1.3,"2013-03-22 16:00",1.2,"2013-10-13 09:00","","","","",1.2,0.9,0.8,0.6,0.3,0,-0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42401",1,41.603159,-93.643118,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8317,95,365,365,0,443,"","","Certification not required",0,0.009655,0.146144,3.2,"2013-04-07 16:00",2.8,"2013-01-26 12:00",1.3,"2013-03-22 16:00",1.2,"2013-04-07 20:00","","","","",0.6,0.5,0.3,0.1,0,0,-0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42401",1,41.603159,-93.643118,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.007123,0.103264,0.4,"2013-04-07 00:00",0.4,"2013-12-18 00:00",0.3,"2013-01-07 00:00",0.3,"2013-01-26 00:00","","","","",0.3,0.3,0.2,0.1,0,0,-0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42401",1,41.603159,-93.643118,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2508,86,355,365,0,0,"",0,"Certification not required",0,0.007695,0.129097,1.6,"2013-04-07 17:00",1.2,"2013-01-26 14:00",0.9,"2013-01-24 17:00",0.9,"2013-03-22 17:00","","","","",0.5,0.4,0.3,0.1,0,0,-0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42406",1,41.603159,-93.643118,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8317,95,365,365,0,443,"","","Certification not required",0,0.037646,0.187918,4.4,"2013-04-07 16:00",3.8,"2013-01-26 12:00",3.7,"2013-04-07 17:00",2.2,"2013-10-13 09:00","","","","",0.8,0.6,0.4,0.2,0,0,-0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-08" +"19","153","0030","42601",1,41.603159,-93.643118,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8084,92,341,365,0,676,"","","Certification not required",0,2.622217,7.459773,196.9,"2013-01-07 22:00",175.6,"2013-01-07 21:00",145.9,"2013-01-07 23:00",136.6,"2013-01-07 20:00","","","","",28.6,16.9,7.6,4.7,2.3,1.1,0.3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","0030","42602",1,41.603159,-93.643118,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8084,92,341,365,0,676,0,"","Certification not required",0,16.025513,8.830433,43.6,"2013-05-07 21:00",43.6,"2013-09-04 19:00",42.5,"2013-05-15 21:00",40.9,"2013-05-10 20:00","","","","",40.9,36.8,32.3,29.8,21.1,13.5,6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","0030","42602",1,41.603159,-93.643118,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8084,92,341,365,0,676,"","","Certification not required",0,7.059278,5.608712,43.6,"2013-05-07 21:00",43.6,"2013-09-04 19:00",42.5,"2013-05-15 21:00",40.9,"2013-05-10 20:00","","","","",29.8,25.6,19.3,14,8.5,5.2,2.6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","0030","42603",1,41.603159,-93.643118,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8084,92,341,365,0,676,"","","Certification not required",0,9.755059,11.417007,217.3,"2013-01-07 22:00",197.4,"2013-01-07 21:00",168.5,"2013-01-07 23:00",161.2,"2013-01-07 20:00","","","","",54.6,42,25.8,18.2,10.8,6.6,3.3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","0030","43102",18,41.603159,-93.643118,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,41.5412,17.662406,105.99,"2013-12-18 00:00",67.19,"2013-07-03 00:00",64.19,"2013-10-31 00:00",54.94,"2013-10-07 00:00","","","","",105.99,105.99,67.19,64.19,42.5,39.35,27.16,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43127",18,41.603159,-93.643118,"WGS84","Isobutene & 1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.5172,0.47539,2.01,"2013-06-21 00:00",1.99,"2013-11-12 00:00",1.05,"2013-12-18 00:00",0.53,"2013-07-03 00:00","","","","",2.01,2.01,1.99,1.05,0.49,0.37,0.26,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43141",18,41.603159,-93.643118,"WGS84","n-Dodecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",15,0.0828,0.046772,0.2,"2013-10-19 00:00",0.19,"2013-12-18 00:00",0.14,"2013-12-06 00:00",0.14,"2013-12-30 00:00","","","","",0.2,0.2,0.19,0.14,0.11,0.05,0.05,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43144",18,41.603159,-93.643118,"WGS84","Propyne","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.13,0,0.13,"2013-02-09 00:00",0.13,"2013-02-21 00:00",0.13,"2013-04-10 00:00",0.13,"2013-04-22 00:00","","","","",0.13,0.13,0.13,0.13,0.13,0.13,0.13,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43145",18,41.603159,-93.643118,"WGS84","1-Octene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",15,0.0522,0.058898,0.27,"2013-10-31 00:00",0.12,"2013-05-16 00:00",0.11,"2013-11-24 00:00",0.1,"2013-07-03 00:00","","","","",0.27,0.27,0.12,0.11,0.08,0.015,0.015,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43202",18,41.603159,-93.643118,"WGS84","Ethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,6.22,2.555522,16.04,"2013-12-18 00:00",9.31,"2013-10-31 00:00",8.27,"2013-12-06 00:00",7.58,"2013-02-09 00:00","","","","",16.04,16.04,9.31,8.27,6.94,5.77,3.88,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43203",18,41.603159,-93.643118,"WGS84","Ethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.5704,0.893101,5.24,"2013-12-18 00:00",2.4,"2013-10-07 00:00",2.38,"2013-10-31 00:00",2.13,"2013-11-12 00:00","","","","",5.24,5.24,2.4,2.38,1.74,1.38,0.82,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43204",18,41.603159,-93.643118,"WGS84","Propane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,4.5432,2.330185,11.97,"2013-12-18 00:00",9.73,"2013-10-31 00:00",7.77,"2013-12-06 00:00",6.26,"2013-02-09 00:00","","","","",11.97,11.97,9.73,7.77,4.8,3.97,2.51,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43205",16,41.603159,-93.643118,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",16,0.768,0.701694,3.6,"2013-12-18 00:00",1.68,"2013-12-30 00:00",1.44,"2013-11-24 00:00",1.14,"2013-10-07 00:00","","","","",3.6,3.6,1.68,1.44,0.96,0.405,0.405,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43205",18,41.603159,-93.643118,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.5664,0.288486,1.66,"2013-12-18 00:00",1.01,"2013-10-07 00:00",0.98,"2013-11-24 00:00",0.63,"2013-07-03 00:00","","","","",1.66,1.66,1.01,0.98,0.62,0.52,0.34,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43206",16,41.603159,-93.643118,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",7,2.0144,1.300532,5.62,"2013-12-18 00:00",4,"2013-07-15 00:00",3.76,"2013-08-08 00:00",3.62,"2013-07-03 00:00","","","","",5.62,5.62,4,3.76,2.76,1.78,0.6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43206",18,41.603159,-93.643118,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.2224,0.625622,3.21,"2013-12-18 00:00",2.7,"2013-10-31 00:00",1.63,"2013-02-21 00:00",1.63,"2013-11-12 00:00","","","","",3.21,3.21,2.7,1.63,1.44,1.05,0.63,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43208",16,41.603159,-93.643118,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.2,0,0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00",0.2,"2013-04-10 00:00",0.2,"2013-04-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43212",18,41.603159,-93.643118,"WGS84","n-Butane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,3.8668,3.358548,18.34,"2013-12-18 00:00",7.67,"2013-10-07 00:00",5.34,"2013-12-06 00:00",4.77,"2013-10-19 00:00","","","","",18.34,18.34,7.67,5.34,4.22,3.4,1.57,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43214",18,41.603159,-93.643118,"WGS84","Isobutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.252,0.770216,4.48,"2013-12-18 00:00",1.92,"2013-10-07 00:00",1.75,"2013-12-06 00:00",1.58,"2013-10-31 00:00","","","","",4.48,4.48,1.92,1.75,1.52,1.13,0.64,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43216",18,41.603159,-93.643118,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",23,0.0618,0.024233,0.16,"2013-10-07 00:00",0.12,"2013-11-12 00:00",0.055,"2013-02-09 00:00",0.055,"2013-02-21 00:00","","","","",0.16,0.16,0.12,0.055,0.055,0.055,0.055,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43217",18,41.603159,-93.643118,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.07,0,0.07,"2013-02-09 00:00",0.07,"2013-02-21 00:00",0.07,"2013-04-10 00:00",0.07,"2013-04-22 00:00","","","","",0.07,0.07,0.07,0.07,0.07,0.07,0.07,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43218",16,41.603159,-93.643118,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.048,0.190088,0.92,"2013-12-18 00:00",0.28,"2013-07-15 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0.92,0.92,0.28,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43218",18,41.603159,-93.643118,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.1924,0.616639,3.13,"2013-09-25 00:00",0.32,"2013-12-18 00:00",0.16,"2013-10-31 00:00",0.15,"2013-11-12 00:00","","","","",3.13,3.13,0.32,0.16,0.12,0.08,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43220",18,41.603159,-93.643118,"WGS84","n-Pentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.7304,1.045213,3.88,"2013-12-18 00:00",3.84,"2013-08-08 00:00",3.54,"2013-09-13 00:00",3.24,"2013-07-15 00:00","","","","",3.88,3.88,3.84,3.54,2.09,1.44,0.73,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43221",18,41.603159,-93.643118,"WGS84","Isopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,3.3832,1.96931,8.26,"2013-12-18 00:00",7.35,"2013-07-15 00:00",7.08,"2013-07-03 00:00",6.35,"2013-10-07 00:00","","","","",8.26,8.26,7.35,7.08,4.04,2.73,1.52,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43224",18,41.603159,-93.643118,"WGS84","1-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",8,0.1048,0.049339,0.19,"2013-07-03 00:00",0.19,"2013-12-18 00:00",0.18,"2013-11-12 00:00",0.17,"2013-07-15 00:00","","","","",0.19,0.19,0.19,0.18,0.13,0.11,0.045,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43225",18,41.603159,-93.643118,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",7,0.0972,0.046772,0.22,"2013-12-18 00:00",0.17,"2013-07-15 00:00",0.15,"2013-07-03 00:00",0.14,"2013-08-08 00:00","","","","",0.22,0.22,0.17,0.15,0.12,0.1,0.04,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43226",18,41.603159,-93.643118,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",18,0.0784,0.042956,0.22,"2013-12-18 00:00",0.15,"2013-07-03 00:00",0.14,"2013-10-07 00:00",0.12,"2013-05-28 00:00","","","","",0.22,0.22,0.15,0.14,0.11,0.055,0.055,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43227",18,41.603159,-93.643118,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",18,0.048,0.02136,0.09,"2013-07-03 00:00",0.08,"2013-05-28 00:00",0.08,"2013-06-21 00:00",0.08,"2013-07-15 00:00","","","","",0.09,0.09,0.08,0.08,0.08,0.035,0.035,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43228",18,41.603159,-93.643118,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",4,0.1092,0.051995,0.27,"2013-12-18 00:00",0.19,"2013-10-07 00:00",0.17,"2013-07-03 00:00",0.14,"2013-10-31 00:00","","","","",0.27,0.27,0.19,0.17,0.13,0.11,0.035,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43230",18,41.603159,-93.643118,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.6492,0.41071,1.74,"2013-12-18 00:00",1.63,"2013-06-21 00:00",1.27,"2013-07-03 00:00",1,"2013-10-07 00:00","","","","",1.74,1.74,1.63,1.27,0.79,0.46,0.27,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43231",18,41.603159,-93.643118,"WGS84","n-Hexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.78,0.73598,3.4,"2013-12-18 00:00",2.8,"2013-06-21 00:00",1.1,"2013-07-03 00:00",0.9,"2013-07-15 00:00","","","","",3.4,3.4,2.8,1.1,0.8,0.6,0.3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43232",18,41.603159,-93.643118,"WGS84","n-Heptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.356,0.229274,1.1,"2013-07-15 00:00",0.8,"2013-09-13 00:00",0.8,"2013-12-18 00:00",0.5,"2013-08-08 00:00","","","","",1.1,1.1,0.8,0.8,0.4,0.3,0.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43233",16,41.603159,-93.643118,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",24,0.4672,0.336,2.08,"2013-12-30 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00",0.4,"2013-04-10 00:00","","","","",2.08,2.08,0.4,0.4,0.4,0.4,0.4,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43233",18,41.603159,-93.643118,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.186,0.124499,0.71,"2013-12-30 00:00",0.28,"2013-07-03 00:00",0.27,"2013-10-31 00:00",0.26,"2013-10-19 00:00","","","","",0.71,0.71,0.28,0.27,0.22,0.17,0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43234",18,41.603159,-93.643118,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",15,0.1414,0.179679,0.81,"2013-07-03 00:00",0.36,"2013-10-31 00:00",0.33,"2013-11-24 00:00",0.31,"2013-08-20 00:00","","","","",0.81,0.81,0.36,0.33,0.22,0.035,0.035,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43235",18,41.603159,-93.643118,"WGS84","n-Nonane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",5,0.1128,0.063804,0.33,"2013-10-19 00:00",0.19,"2013-07-03 00:00",0.17,"2013-12-18 00:00",0.15,"2013-05-28 00:00","","","","",0.33,0.33,0.19,0.17,0.14,0.11,0.03,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43236",18,41.603159,-93.643118,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.03,0,0.03,"2013-02-09 00:00",0.03,"2013-02-21 00:00",0.03,"2013-04-10 00:00",0.03,"2013-04-22 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.03,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43238",18,41.603159,-93.643118,"WGS84","n-Decane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",5,0.1128,0.073457,0.33,"2013-10-19 00:00",0.24,"2013-12-18 00:00",0.21,"2013-09-25 00:00",0.18,"2013-10-31 00:00","","","","",0.33,0.33,0.24,0.21,0.14,0.1,0.02,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43242",18,41.603159,-93.643118,"WGS84","Cyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",2,0.138,0.066144,0.34,"2013-12-18 00:00",0.25,"2013-07-03 00:00",0.23,"2013-07-15 00:00",0.21,"2013-10-07 00:00","","","","",0.34,0.34,0.25,0.23,0.16,0.12,0.09,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43243",18,41.603159,-93.643118,"WGS84","Isoprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",2,0.3144,0.353637,1.54,"2013-08-20 00:00",1.08,"2013-06-21 00:00",0.61,"2013-07-15 00:00",0.57,"2013-07-03 00:00","","","","",1.54,1.54,1.08,0.61,0.46,0.19,0.08,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43244",18,41.603159,-93.643118,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.228,0.107355,0.46,"2013-12-18 00:00",0.44,"2013-07-03 00:00",0.43,"2013-07-15 00:00",0.37,"2013-10-07 00:00","","","","",0.46,0.46,0.44,0.43,0.29,0.2,0.13,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43245",18,41.603159,-93.643118,"WGS84","1-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",24,0.0276,0.013,0.09,"2013-12-18 00:00",0.025,"2013-02-09 00:00",0.025,"2013-02-21 00:00",0.025,"2013-04-10 00:00","","","","",0.09,0.09,0.025,0.025,0.025,0.025,0.025,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43246",18,41.603159,-93.643118,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",24,0.048,0.015,0.12,"2013-12-18 00:00",0.045,"2013-02-09 00:00",0.045,"2013-02-21 00:00",0.045,"2013-04-10 00:00","","","","",0.12,0.12,0.045,0.045,0.045,0.045,0.045,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43247",18,41.603159,-93.643118,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.2084,0.099066,0.52,"2013-12-18 00:00",0.36,"2013-07-15 00:00",0.34,"2013-07-03 00:00",0.33,"2013-10-07 00:00","","","","",0.52,0.52,0.36,0.34,0.24,0.19,0.11,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43248",18,41.603159,-93.643118,"WGS84","Cyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",1,0.2162,0.125111,0.55,"2013-07-15 00:00",0.51,"2013-12-18 00:00",0.38,"2013-07-03 00:00",0.31,"2013-08-08 00:00","","","","",0.55,0.55,0.51,0.38,0.27,0.19,0.11,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43249",18,41.603159,-93.643118,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.778,0.3995,1.65,"2013-07-15 00:00",1.39,"2013-07-03 00:00",1.33,"2013-09-25 00:00",1.21,"2013-06-21 00:00","","","","",1.65,1.65,1.39,1.33,1.03,0.75,0.16,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43250",18,41.603159,-93.643118,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.524,0.32052,1.5,"2013-12-18 00:00",1,"2013-07-03 00:00",1,"2013-10-07 00:00",0.8,"2013-05-28 00:00","","","","",1.5,1.5,1,1,0.7,0.4,0.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43252",18,41.603159,-93.643118,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.1844,0.075171,0.39,"2013-12-18 00:00",0.3,"2013-07-03 00:00",0.29,"2013-10-07 00:00",0.26,"2013-05-16 00:00","","","","",0.39,0.39,0.3,0.29,0.24,0.15,0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43253",18,41.603159,-93.643118,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",8,0.086,0.055453,0.22,"2013-12-18 00:00",0.17,"2013-07-03 00:00",0.15,"2013-10-07 00:00",0.13,"2013-09-13 00:00","","","","",0.22,0.22,0.17,0.15,0.12,0.1,0.02,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43256",18,41.603159,-93.643118,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",18,0.362,0.970223,4.77,"2013-10-31 00:00",1.03,"2013-12-06 00:00",0.85,"2013-11-12 00:00",0.83,"2013-11-24 00:00","","","","",4.77,4.77,1.03,0.85,0.13,0.03,0.03,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43261",18,41.603159,-93.643118,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.3264,0.458547,2.08,"2013-12-30 00:00",1.36,"2013-10-31 00:00",0.71,"2013-09-13 00:00",0.58,"2013-12-18 00:00","","","","",2.08,2.08,1.36,0.71,0.23,0.18,0.09,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43262",18,41.603159,-93.643118,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.4464,0.259276,1.29,"2013-12-18 00:00",0.96,"2013-06-21 00:00",0.73,"2013-07-03 00:00",0.66,"2013-12-30 00:00","","","","",1.29,1.29,0.96,0.73,0.53,0.33,0.21,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43263",18,41.603159,-93.643118,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.3228,0.205295,1,"2013-07-15 00:00",0.78,"2013-12-18 00:00",0.52,"2013-09-13 00:00",0.48,"2013-08-08 00:00","","","","",1,1,0.78,0.52,0.39,0.24,0.16,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43279",18,41.603159,-93.643118,"WGS84","1-Nonene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",12,0.054,0.035,0.12,"2013-04-22 00:00",0.1,"2013-06-21 00:00",0.1,"2013-07-03 00:00",0.09,"2013-04-10 00:00","","","","",0.12,0.12,0.1,0.1,0.08,0.07,0.02,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43282",18,41.603159,-93.643118,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",22,1.0276,3.428672,13.92,"2013-07-03 00:00",10.71,"2013-06-09 00:00",0.18,"2013-12-18 00:00",0.04,"2013-02-09 00:00","","","","",13.92,13.92,10.71,0.18,0.04,0.04,0.04,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43283",18,41.603159,-93.643118,"WGS84","Cyclopentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",24,0.0436,0.018,0.13,"2013-10-31 00:00",0.04,"2013-02-09 00:00",0.04,"2013-02-21 00:00",0.04,"2013-04-10 00:00","","","","",0.13,0.13,0.04,0.04,0.04,0.04,0.04,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43284",18,41.603159,-93.643118,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.2704,0.144813,0.66,"2013-12-18 00:00",0.57,"2013-07-03 00:00",0.48,"2013-10-07 00:00",0.46,"2013-07-15 00:00","","","","",0.66,0.66,0.57,0.48,0.33,0.23,0.14,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43285",18,41.603159,-93.643118,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.8244,0.452669,2.09,"2013-12-18 00:00",1.61,"2013-07-03 00:00",1.49,"2013-10-07 00:00",1.33,"2013-07-15 00:00","","","","",2.09,2.09,1.61,1.49,1.03,0.64,0.39,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43289",18,41.603159,-93.643118,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",23,0.0452,0.053317,0.25,"2013-12-18 00:00",0.19,"2013-07-03 00:00",0.03,"2013-02-09 00:00",0.03,"2013-02-21 00:00","","","","",0.25,0.25,0.19,0.03,0.03,0.03,0.03,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43290",18,41.603159,-93.643118,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",24,0.0376,0.013,0.1,"2013-09-01 00:00",0.035,"2013-02-09 00:00",0.035,"2013-02-21 00:00",0.035,"2013-04-10 00:00","","","","",0.1,0.1,0.035,0.035,0.035,0.035,0.035,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43291",18,41.603159,-93.643118,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.2956,0.160756,0.81,"2013-12-18 00:00",0.6,"2013-07-15 00:00",0.47,"2013-07-03 00:00",0.45,"2013-10-07 00:00","","","","",0.81,0.81,0.6,0.47,0.37,0.22,0.14,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43298",18,41.603159,-93.643118,"WGS84","1-Decene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.3724,0.243846,1.24,"2013-10-31 00:00",0.96,"2013-12-30 00:00",0.5,"2013-12-18 00:00",0.48,"2013-07-03 00:00","","","","",1.24,1.24,0.96,0.5,0.41,0.33,0.18,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43299",18,41.603159,-93.643118,"WGS84","1-Undecene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",20,0.0724,0.082426,0.37,"2013-11-12 00:00",0.27,"2013-10-07 00:00",0.19,"2013-02-09 00:00",0.09,"2013-04-22 00:00","","","","",0.37,0.37,0.27,0.19,0.04,0.04,0.04,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43328",18,41.603159,-93.643118,"WGS84","1-Heptene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",18,0.0924,0.102846,0.54,"2013-12-30 00:00",0.2,"2013-12-18 00:00",0.16,"2013-09-13 00:00",0.13,"2013-07-15 00:00","","","","",0.54,0.54,0.2,0.16,0.12,0.05,0.05,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43329",16,41.603159,-93.643118,"WGS84","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.394884,0.16989,0.96,"2013-12-18 00:00",0.92,"2013-10-01 00:00",0.68,"2013-04-28 00:00",0.6,"2013-10-13 00:00","","","","",0.96,0.96,0.68,0.56,0.48,0.376,0.208,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43330",18,41.603159,-93.643118,"WGS84","Dodecene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",9,0.1126,0.117181,0.45,"2013-12-18 00:00",0.35,"2013-11-24 00:00",0.31,"2013-10-31 00:00",0.31,"2013-12-06 00:00","","","","",0.45,0.45,0.35,0.31,0.11,0.08,0.025,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43372",16,41.603159,-93.643118,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43373",16,41.603159,-93.643118,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.33,0,0.33,"2013-02-09 00:00",0.33,"2013-02-21 00:00",0.33,"2013-04-10 00:00",0.33,"2013-04-22 00:00","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.33,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43396",16,41.603159,-93.643118,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.27,0,0.27,"2013-02-09 00:00",0.27,"2013-02-21 00:00",0.27,"2013-04-10 00:00",0.27,"2013-04-22 00:00","","","","",0.27,0.27,0.27,0.27,0.27,0.27,0.27,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43438",16,41.603159,-93.643118,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43441",16,41.603159,-93.643118,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.02,0.1,0.5,"2013-12-30 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00","","","","",0.5,0.5,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43502",16,41.603159,-93.643118,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,2.025581,1.079262,4.9,"2013-09-07 00:00",4.7,"2013-06-21 00:00",4.1,"2013-07-09 00:00",3.6,"2013-08-26 00:00","","","","",4.9,4.9,4.1,3.5,2.5,1.8,0.8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43503",16,41.603159,-93.643118,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,1.718605,0.676565,3.4,"2013-09-07 00:00",2.8,"2013-07-09 00:00",2.8,"2013-10-01 00:00",2.8,"2013-12-18 00:00","","","","",3.4,3.4,2.8,2.6,2.2,1.7,0.8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43504",16,41.603159,-93.643118,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.469767,0.206484,1,"2013-09-07 00:00",0.8,"2013-07-15 00:00",0.8,"2013-07-21 00:00",0.8,"2013-10-01 00:00","","","","",1,1,0.8,0.7,0.6,0.5,0.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43513",16,41.603159,-93.643118,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",28,0.040797,0.048061,0.305,"2013-07-15 00:00",0.105,"2013-04-28 00:00",0.095,"2013-07-21 00:00",0.09,"2013-09-07 00:00","","","","",0.305,0.305,0.095,0.075,0.049,0.01775,0.01775,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43516",16,41.603159,-93.643118,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",12,0.357423,0.500553,2.32,"2013-06-21 00:00",1.36,"2013-07-09 00:00",1.32,"2013-07-21 00:00",1.16,"2013-08-26 00:00","","","","",2.32,2.32,1.32,1.12,0.48,0.144,0.0142,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43517",16,41.603159,-93.643118,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",8,0.197326,0.126125,0.438,"2013-04-28 00:00",0.432,"2013-08-26 00:00",0.42,"2013-07-15 00:00",0.42,"2013-09-07 00:00","","","","",0.438,0.438,0.42,0.39,0.3,0.216,0.0255,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43518",16,41.603159,-93.643118,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",9,0.135581,0.125704,0.8,"2013-07-15 00:00",0.28,"2013-07-21 00:00",0.265,"2013-08-26 00:00",0.26,"2013-09-07 00:00","","","","",0.8,0.8,0.265,0.22,0.17,0.12,0.0275,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43551",16,41.603159,-93.643118,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,2.374186,1.325437,7.5,"2013-12-18 00:00",5.1,"2013-04-04 00:00",4.5,"2013-10-13 00:00",4.2,"2013-10-25 00:00","","","","",7.5,7.5,4.5,3.6,3.3,2.04,1.05,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43552",16,41.603159,-93.643118,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",23,1.0984,1.705823,8.84,"2013-12-30 00:00",3.44,"2013-10-31 00:00",0.66,"2013-02-09 00:00",0.66,"2013-02-21 00:00","","","","",8.84,8.84,3.44,0.66,0.66,0.66,0.66,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43560",16,41.603159,-93.643118,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.4488,1.61026,7.08,"2013-12-30 00:00",4.14,"2013-10-31 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",7.08,7.08,4.14,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43801",16,41.603159,-93.643118,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.7404,0.130687,1.06,"2013-07-15 00:00",0.92,"2013-12-30 00:00",0.91,"2013-07-27 00:00",0.86,"2013-04-22 00:00","","","","",1.06,1.06,0.92,0.91,0.81,0.75,0.61,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43802",16,41.603159,-93.643118,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.1384,0.045706,0.31,"2013-08-08 00:00",0.2,"2013-07-15 00:00",0.19,"2013-05-04 00:00",0.17,"2013-12-30 00:00","","","","",0.31,0.31,0.2,0.19,0.15,0.13,0.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43803",16,41.603159,-93.643118,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0072,0.036,0.18,"2013-12-30 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00","","","","",0.18,0.18,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43804",16,41.603159,-93.643118,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.088,0.017795,0.12,"2013-07-15 00:00",0.12,"2013-07-27 00:00",0.12,"2013-08-08 00:00",0.1,"2013-05-16 00:00","","","","",0.12,0.12,0.12,0.12,0.1,0.09,0.06,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43806",16,41.603159,-93.643118,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43811",16,41.603159,-93.643118,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.2652,0.027556,0.36,"2013-12-18 00:00",0.3,"2013-12-06 00:00",0.29,"2013-04-22 00:00",0.29,"2013-09-01 00:00","","","","",0.36,0.36,0.3,0.29,0.28,0.27,0.24,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43812",16,41.603159,-93.643118,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43813",16,41.603159,-93.643118,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43814",16,41.603159,-93.643118,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43815",16,41.603159,-93.643118,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0352,0.176,0.88,"2013-12-30 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00","","","","",0.88,0.88,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43817",16,41.603159,-93.643118,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.044,0.107858,0.38,"2013-10-19 00:00",0.3,"2013-12-30 00:00",0.26,"2013-12-18 00:00",0.16,"2013-05-28 00:00","","","","",0.38,0.38,0.3,0.26,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43818",16,41.603159,-93.643118,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43819",16,41.603159,-93.643118,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43820",16,41.603159,-93.643118,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0096,0.048,0.24,"2013-12-30 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00","","","","",0.24,0.24,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43821",16,41.603159,-93.643118,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.22,0,0.22,"2013-02-09 00:00",0.22,"2013-02-21 00:00",0.22,"2013-04-10 00:00",0.22,"2013-04-22 00:00","","","","",0.22,0.22,0.22,0.22,0.22,0.22,0.22,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43823",16,41.603159,-93.643118,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.5992,0.068491,0.79,"2013-12-30 00:00",0.73,"2013-12-18 00:00",0.7,"2013-12-06 00:00",0.69,"2013-10-19 00:00","","","","",0.79,0.79,0.73,0.7,0.61,0.58,0.51,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43824",16,41.603159,-93.643118,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0544,0.233775,1.16,"2013-12-30 00:00",0.2,"2013-10-31 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",1.16,1.16,0.2,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43826",16,41.603159,-93.643118,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43828",16,41.603159,-93.643118,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.075,0,0.075,"2013-02-09 00:00",0.075,"2013-02-21 00:00",0.075,"2013-04-10 00:00",0.075,"2013-04-22 00:00","","","","",0.075,0.075,0.075,0.075,0.075,0.075,0.075,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43829",16,41.603159,-93.643118,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43830",16,41.603159,-93.643118,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43831",16,41.603159,-93.643118,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43832",16,41.603159,-93.643118,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-02-09 00:00",0.05,"2013-02-21 00:00",0.05,"2013-04-10 00:00",0.05,"2013-04-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43835",16,41.603159,-93.643118,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43838",16,41.603159,-93.643118,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.11,0,0.11,"2013-02-09 00:00",0.11,"2013-02-21 00:00",0.11,"2013-04-10 00:00",0.11,"2013-04-22 00:00","","","","",0.11,0.11,0.11,0.11,0.11,0.11,0.11,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43839",16,41.603159,-93.643118,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.21,0,0.21,"2013-02-09 00:00",0.21,"2013-02-21 00:00",0.21,"2013-04-10 00:00",0.21,"2013-04-22 00:00","","","","",0.21,0.21,0.21,0.21,0.21,0.21,0.21,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43843",16,41.603159,-93.643118,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43844",16,41.603159,-93.643118,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.1408,0.521168,2.4,"2013-12-30 00:00",1.12,"2013-10-31 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",2.4,2.4,1.12,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43860",16,41.603159,-93.643118,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43954",18,41.603159,-93.643118,"WGS84","n-Undecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",2,0.1364,0.071626,0.35,"2013-10-19 00:00",0.26,"2013-12-18 00:00",0.22,"2013-07-03 00:00",0.19,"2013-09-25 00:00","","","","",0.35,0.35,0.26,0.22,0.18,0.12,0.07,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","43960",18,41.603159,-93.643118,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",3,0.1268,0.05513,0.22,"2013-12-18 00:00",0.21,"2013-10-19 00:00",0.19,"2013-10-07 00:00",0.18,"2013-07-03 00:00","","","","",0.22,0.22,0.21,0.19,0.17,0.12,0.02,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","44201",1,41.603159,-93.643118,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4887,100,213,214,0,249,0,0,"Certification not required",129,0.044141,0.010402,0.071,"2013-05-14 18:00",0.064,"2013-05-19 12:00",0.064,"2013-07-06 16:00",0.063,"2013-07-07 13:00","","","","",0.064,0.062,0.059,0.055,0.051,0.046,0.03,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-04" +"19","153","0030","44201",1,41.603159,-93.643118,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5113,100,213,214,0,0,0,0,"Certification not required",0,0.04008,0.010386,0.062,"2013-05-14 11:00",0.061,"2013-07-07 11:00",0.06,"2013-07-06 11:00",0.058,"2013-07-05 10:00","","","","",0.06,0.056,0.054,0.052,0.047,0.042,0.024,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-04" +"19","153","0030","44201",1,41.603159,-93.643118,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5113,100,213,214,0,0,0,0,"Certification not required",0,0.04008,0.010386,0.062,"2013-05-14 11:00",0.061,"2013-07-07 11:00",0.06,"2013-07-06 11:00",0.058,"2013-07-05 10:00","","","","",0.06,0.056,0.054,0.052,0.047,0.042,0.024,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-04" +"19","153","0030","44201",2,41.603159,-93.643118,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5106,100,213,214,0,30,0,0,"Certification not required",109,0.045268,0.010176,0.072,"2013-05-14 18:00",0.065,"2013-05-19 12:00",0.065,"2013-08-28 13:00",0.064,"2013-09-05 11:00","","","","",0.065,0.064,0.06,0.057,0.052,0.047,0.031,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2013-11-14" +"19","153","0030","44201",2,41.603159,-93.643118,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certification not required",0,0.04108,0.01014,0.063,"2013-05-14 11:00",0.059,"2013-07-06 12:00",0.059,"2013-07-07 10:00",0.059,"2013-08-20 11:00","","","","",0.059,0.059,0.056,0.053,0.048,0.042,0.026,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2013-11-14" +"19","153","0030","44201",2,41.603159,-93.643118,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certification not required",0,0.04108,0.01014,0.063,"2013-05-14 11:00",0.059,"2013-07-06 12:00",0.059,"2013-07-07 10:00",0.059,"2013-08-20 11:00","","","","",0.059,0.059,0.056,0.053,0.048,0.042,0.026,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2013-11-14" +"19","153","0030","45109",16,41.603159,-93.643118,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.5136,1.754221,8.24,"2013-12-30 00:00",4.96,"2013-12-18 00:00",4,"2013-10-31 00:00",2,"2013-10-07 00:00","","","","",8.24,8.24,4.96,4,1.28,0.88,0.48,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45109",18,41.603159,-93.643118,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.812,0.464839,2.39,"2013-12-30 00:00",1.6,"2013-10-31 00:00",1.34,"2013-07-03 00:00",1.14,"2013-12-18 00:00","","","","",2.39,2.39,1.6,1.34,0.93,0.68,0.37,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45201",16,41.603159,-93.643118,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.1244,0.5196,2.94,"2013-12-18 00:00",2.17,"2013-12-30 00:00",1.65,"2013-10-07 00:00",1.58,"2013-07-03 00:00","","","","",2.94,2.94,2.17,1.65,1.26,0.98,0.74,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45201",18,41.603159,-93.643118,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.6472,0.217611,1.43,"2013-12-18 00:00",0.94,"2013-10-07 00:00",0.89,"2013-12-30 00:00",0.85,"2013-07-03 00:00","","","","",1.43,1.43,0.94,0.89,0.69,0.61,0.42,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45202",16,41.603159,-93.643118,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,2.2344,1.466513,7.49,"2013-12-18 00:00",4.34,"2013-10-07 00:00",3.99,"2013-12-30 00:00",3.36,"2013-07-03 00:00","","","","",7.49,7.49,4.34,3.99,2.66,1.61,0.98,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45202",18,41.603159,-93.643118,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.4612,0.692395,3.01,"2013-12-18 00:00",2.78,"2013-07-03 00:00",2.49,"2013-07-15 00:00",2.48,"2013-10-07 00:00","","","","",3.01,3.01,2.78,2.49,1.86,1.35,0.74,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45203",16,41.603159,-93.643118,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.4448,0.898615,4.08,"2013-12-30 00:00",1.92,"2013-10-31 00:00",1.28,"2013-12-18 00:00",0.88,"2013-10-07 00:00","","","","",4.08,4.08,1.92,1.28,0.48,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45203",18,41.603159,-93.643118,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.3252,0.254282,1.26,"2013-12-30 00:00",0.91,"2013-10-31 00:00",0.44,"2013-07-03 00:00",0.41,"2013-06-21 00:00","","","","",1.26,1.26,0.91,0.44,0.38,0.27,0.15,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45204",16,41.603159,-93.643118,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.5568,1.147398,5.44,"2013-12-30 00:00",2.16,"2013-10-31 00:00",1.44,"2013-12-18 00:00",0.88,"2013-10-07 00:00","","","","",5.44,5.44,2.16,1.44,0.56,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45204",18,41.603159,-93.643118,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.3788,0.299072,1.48,"2013-12-30 00:00",1.07,"2013-10-31 00:00",0.56,"2013-07-03 00:00",0.49,"2013-10-07 00:00","","","","",1.48,1.48,1.07,0.56,0.41,0.31,0.17,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45207",16,41.603159,-93.643118,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",23,0.4716,0.444931,2.52,"2013-12-30 00:00",0.99,"2013-10-31 00:00",0.36,"2013-02-09 00:00",0.36,"2013-02-21 00:00","","","","",2.52,2.52,0.99,0.36,0.36,0.36,0.36,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45207",18,41.603159,-93.643118,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",1,0.189,0.13687,0.67,"2013-12-30 00:00",0.51,"2013-10-31 00:00",0.31,"2013-10-19 00:00",0.27,"2013-12-18 00:00","","","","",0.67,0.67,0.51,0.31,0.2,0.16,0.09,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45208",16,41.603159,-93.643118,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",21,0.6552,0.8152,3.69,"2013-12-30 00:00",2.43,"2013-10-31 00:00",1.98,"2013-12-18 00:00",0.72,"2013-10-19 00:00","","","","",3.69,3.69,2.43,1.98,0.36,0.36,0.36,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45208",18,41.603159,-93.643118,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",2,0.1944,0.221869,0.95,"2013-10-31 00:00",0.79,"2013-12-30 00:00",0.38,"2013-10-19 00:00",0.35,"2013-12-18 00:00","","","","",0.95,0.95,0.79,0.38,0.18,0.11,0.07,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45209",18,41.603159,-93.643118,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",5,0.1416,0.077657,0.33,"2013-10-19 00:00",0.23,"2013-07-03 00:00",0.22,"2013-12-18 00:00",0.21,"2013-09-25 00:00","","","","",0.33,0.33,0.23,0.22,0.18,0.16,0.02,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45210",18,41.603159,-93.643118,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.008,0.04,0.2,"2013-10-19 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00","","","","",0.2,0.2,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45211",18,41.603159,-93.643118,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",5,0.1336,0.082406,0.37,"2013-10-19 00:00",0.28,"2013-07-15 00:00",0.22,"2013-09-13 00:00",0.2,"2013-08-08 00:00","","","","",0.37,0.37,0.28,0.22,0.17,0.13,0.03,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45212",18,41.603159,-93.643118,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.2448,0.093056,0.48,"2013-10-31 00:00",0.4,"2013-10-19 00:00",0.38,"2013-07-03 00:00",0.38,"2013-12-18 00:00","","","","",0.48,0.48,0.4,0.38,0.29,0.22,0.13,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45218",18,41.603159,-93.643118,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",15,0.087,0.123009,0.58,"2013-10-31 00:00",0.29,"2013-10-19 00:00",0.18,"2013-12-06 00:00",0.15,"2013-08-08 00:00","","","","",0.58,0.58,0.29,0.18,0.11,0.025,0.025,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45219",18,41.603159,-93.643118,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",4,0.1332,0.099235,0.49,"2013-10-31 00:00",0.25,"2013-10-19 00:00",0.21,"2013-07-03 00:00",0.19,"2013-09-25 00:00","","","","",0.49,0.49,0.25,0.21,0.16,0.13,0.01,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45220",16,41.603159,-93.643118,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.1504,0.645113,3.2,"2013-12-30 00:00",0.56,"2013-10-31 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",3.2,3.2,0.56,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45220",18,41.603159,-93.643118,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,1.2204,0.556466,3.2,"2013-06-21 00:00",1.88,"2013-10-31 00:00",1.63,"2013-09-25 00:00",1.6,"2013-07-03 00:00","","","","",3.2,3.2,1.88,1.63,1.42,1.2,0.58,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45225",18,41.603159,-93.643118,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",4,0.1164,0.067662,0.32,"2013-12-18 00:00",0.2,"2013-11-24 00:00",0.17,"2013-07-27 00:00",0.17,"2013-10-31 00:00","","","","",0.32,0.32,0.2,0.17,0.15,0.12,0.015,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45228",18,41.603159,-93.643118,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.14,0.053852,0.32,"2013-10-19 00:00",0.23,"2013-12-18 00:00",0.19,"2013-10-31 00:00",0.18,"2013-07-03 00:00","","","","",0.32,0.32,0.23,0.19,0.16,0.13,0.07,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45501",16,41.603159,-93.643118,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",13,0.145128,0.122691,0.77,"2013-07-21 00:00",0.308,"2013-06-03 00:00",0.273,"2013-05-16 00:00",0.245,"2013-09-07 00:00","","","","",0.77,0.77,0.273,0.231,0.189,0.133,0.0385,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45503",16,41.603159,-93.643118,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",43,0.032588,0.001986,0.04095,"2013-02-09 00:00",0.0396,"2013-05-10 00:00",0.03735,"2013-02-21 00:00",0.03465,"2013-04-16 00:00","","","","",0.04095,0.04095,0.03735,0.03465,0.03195,0.03195,0.03195,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45504",16,41.603159,-93.643118,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",24,0.367121,0.568199,2.96,"2013-07-09 00:00",2.08,"2013-08-20 00:00",1.2,"2013-09-07 00:00",1.04,"2013-07-15 00:00","","","","",2.96,2.96,1.2,0.88,0.496,0.1028,0.082,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45801",16,41.603159,-93.643118,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.1416,0.567331,2.76,"2013-12-30 00:00",0.78,"2013-10-31 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",2.76,2.76,0.78,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45805",16,41.603159,-93.643118,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",23,0.7704,0.592878,2.94,"2013-12-30 00:00",2.52,"2013-10-31 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",2.94,2.94,2.52,0.6,0.6,0.6,0.6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45806",16,41.603159,-93.643118,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",23,0.4512,0.566336,2.94,"2013-12-30 00:00",1.44,"2013-10-31 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-21 00:00","","","","",2.94,2.94,1.44,0.3,0.3,0.3,0.3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45807",16,41.603159,-93.643118,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.2232,0.734953,3.18,"2013-12-30 00:00",1.98,"2013-10-31 00:00",0.42,"2013-11-24 00:00",0,"2013-02-09 00:00","","","","",3.18,3.18,1.98,0.42,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45809",16,41.603159,-93.643118,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-04-10 00:00",0,"2013-04-22 00:00","","","","",0,0,0,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","45810",16,41.603159,-93.643118,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.36,1.251879,4.92,"2013-12-30 00:00",4.08,"2013-10-31 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",4.92,4.92,4.08,0,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-18" +"19","153","0030","61103",1,41.603159,-93.643118,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",7255,83,300,365,0,1505,"","","Certification not required",0,3.973315,2.22305,13.4,"2013-02-11 02:00",13.3,"2013-12-29 00:00",13.1,"2013-02-11 04:00",13,"2013-01-30 12:00","","","","",10.6,9.5,7.9,6.9,5.3,3.7,1.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-07" +"19","153","0030","61104",1,41.603159,-93.643118,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",7255,83,300,365,0,1505,"","","Certification not required",0,208.425445,94.738462,359.9,"2013-03-24 03:00",359.9,"2013-05-04 11:00",359.9,"2013-07-10 01:00",359.9,"2013-07-10 11:00","","","","",357,354.2,345.9,332.6,302.3,193,87,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-07" +"19","153","0030","62101",1,41.603159,-93.643118,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7685,88,316,365,0,1075,"","","Certification not required",0,49.068575,23.407695,104,"2013-08-30 14:00",103,"2013-08-30 13:00",103,"2013-08-30 15:00",102,"2013-08-30 16:00","","","","",94,91,85,81,70,47,19,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","0030","62201",1,41.603159,-93.643118,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7665,88,314,365,0,1095,"","","Certification not required",0,72.781083,18.345098,100,"2013-01-10 15:00",100,"2013-01-10 16:00",100,"2013-01-10 17:00",100,"2013-01-10 18:00","","","","",100,100,100,99,87,74,46,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","0030","68101",1,41.603159,-93.643118,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",348,100,61,61,0,17,"","","Certification not required",100,0.298563,0.197384,0.6,"2013-05-16 00:00",0.6,"2013-05-23 00:00",0.6,"2013-05-27 00:00",0.6,"2013-06-06 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.3,0.05,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68101",2,41.603159,-93.643118,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",54,98,53,55,0,2,"","","Certification not required",47,0.062037,0.036258,0.2,"2013-02-08 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-27 00:00",0.1,"2013-03-05 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68102",1,41.603159,-93.643118,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",348,100,61,61,0,17,"","","Certification not required",0,23.993103,0.034098,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68102",2,41.603159,-93.643118,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",54,98,53,55,0,2,"","","Certification not required",0,23.996296,0.027217,24,"2013-02-08 00:00",24,"2013-02-09 00:00",24,"2013-02-15 00:00",24,"2013-02-21 00:00","","","","",24,24,24,24,24,24,24,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68103",1,41.603159,-93.643118,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",348,100,61,61,0,17,"","","Certification not required",0,4.887931,12.103512,25.6,"2013-08-27 00:00",25.2,"2013-07-08 00:00",24.6,"2013-07-17 00:00",24.5,"2013-07-18 00:00","","","","",24.5,23.9,22.7,20.3,16.4,4.2,-11.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68103",2,41.603159,-93.643118,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",54,98,53,55,0,2,"","","Certification not required",0,4.909259,12.280284,23.7,"2013-07-09 00:00",22.8,"2013-06-21 00:00",22.8,"2013-08-26 00:00",22.6,"2013-09-07 00:00","","","","",23.7,22.8,22.8,20.9,16.3,3.8,-12.1,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68103",5,41.603159,-93.643118,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,7.43,10.582258,23.9,"2013-07-09 00:00",23.2,"2013-06-21 00:00",22.8,"2013-08-26 00:00",22.7,"2013-09-07 00:00","","","","",23.9,23.9,22.8,21.1,16.9,8.2,-5.8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","68104",1,41.603159,-93.643118,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",348,100,61,61,0,17,"","","Certification not required",0,15.692241,13.133968,40.4,"2013-08-30 00:00",38.4,"2013-09-09 00:00",38.1,"2013-08-28 00:00",37.4,"2013-08-26 00:00","","","","",37.4,36.5,34.7,32.6,27.8,15.9,-1.7,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68104",2,41.603159,-93.643118,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",54,98,53,55,0,2,"","","Certification not required",0,15.97963,13.425158,36.9,"2013-08-26 00:00",35.7,"2013-09-07 00:00",34.7,"2013-07-09 00:00",33,"2013-08-20 00:00","","","","",36.9,35.7,34.7,32.2,27.8,17.8,-1.6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68104",5,41.603159,-93.643118,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,18.398,12.228563,36.9,"2013-08-26 00:00",36.8,"2013-09-07 00:00",35.2,"2013-07-09 00:00",32.7,"2013-08-20 00:00","","","","",36.9,36.9,35.2,32.6,28.4,21.5,1.3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","68105",1,41.603159,-93.643118,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",348,100,61,61,0,17,"","","Certification not required",0,10.069253,12.468164,31.1,"2013-08-30 00:00",30.5,"2013-08-27 00:00",30.4,"2013-08-28 00:00",30.3,"2013-07-17 00:00","","","","",30.3,29.9,28.1,26,21.9,9.7,-6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68105",2,41.603159,-93.643118,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",54,98,53,55,0,2,"","","Certification not required",0,10.266667,12.611001,29.5,"2013-08-26 00:00",28.5,"2013-07-09 00:00",27.7,"2013-09-07 00:00",27,"2013-06-21 00:00","","","","",29.5,28.5,27.7,26.4,22.3,11.3,-6.3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68105",5,41.603159,-93.643118,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,12.758,11.118088,29.6,"2013-08-26 00:00",28.7,"2013-07-09 00:00",27.8,"2013-09-07 00:00",27.1,"2013-06-21 00:00","","","","",29.6,29.6,27.8,26.5,22.5,14.7,-2.6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","68106",1,41.603159,-93.643118,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",348,100,61,61,0,17,"","","Certification not required",0,736.62931,5.097092,753,"2013-11-12 00:00",753,"2013-11-23 00:00",751,"2013-12-07 00:00",749,"2013-11-22 00:00","","","","",749,747,745,743,740,737,730,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68106",2,41.603159,-93.643118,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,98,53,55,0,2,"","","Certification not required",0,736.87037,4.998288,753,"2013-11-12 00:00",748,"2013-12-06 00:00",745,"2013-10-13 00:00",745,"2013-11-24 00:00","","","","",753,748,745,743,740,736,732,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68106",5,41.603159,-93.643118,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,730.18,4.457005,741,"2013-01-22 00:00",740,"2013-10-13 00:00",739,"2013-02-15 00:00",737,"2013-01-04 00:00","","","","",741,741,739,736,733,730,726,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","68107",1,41.603159,-93.643118,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",348,100,61,61,0,17,"","","Certification not required",0,742.767241,5.109788,760,"2013-11-12 00:00",760,"2013-11-23 00:00",758,"2013-11-24 00:00",758,"2013-12-07 00:00","","","","",758,755,751,749,746,743,737,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68107",2,41.603159,-93.643118,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,98,53,55,0,2,"","","Certification not required",0,743.259259,5.978531,761,"2013-11-12 00:00",759,"2013-11-24 00:00",756,"2013-12-06 00:00",754,"2013-12-24 00:00","","","","",761,759,756,750,746,742,738,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68107",5,41.603159,-93.643118,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,735.92,4.745954,745,"2013-01-10 00:00",744,"2013-01-22 00:00",744,"2013-10-13 00:00",744,"2013-10-25 00:00","","","","",745,745,744,743,739,735,731,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","68108",1,41.603159,-93.643118,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",348,100,61,61,0,17,"","","Certification not required",0,739.772989,5.027035,757,"2013-11-12 00:00",757,"2013-11-23 00:00",755,"2013-12-07 00:00",753,"2013-11-22 00:00","","","","",753,751,748,746,743,740,734,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68108",2,41.603159,-93.643118,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,98,53,55,0,2,"","","Certification not required",0,740.055556,5.495853,757,"2013-11-12 00:00",752,"2013-11-24 00:00",752,"2013-12-06 00:00",748,"2013-10-13 00:00","","","","",757,752,752,747,743,739,735,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68108",5,41.603159,-93.643118,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,732.46,4.408758,742,"2013-01-22 00:00",741,"2013-02-15 00:00",741,"2013-10-13 00:00",739,"2013-01-04 00:00","","","","",742,742,741,739,735,733,728,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","68109",1,41.603159,-93.643118,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",348,100,61,61,0,17,"","","Certification not required",0,1438.637931,2.504393,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-06 00:00",1440,"2013-01-11 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","68109",2,41.603159,-93.643118,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",54,98,53,55,0,2,"","","Certification not required",0,1439.703704,1.776467,1440,"2013-02-15 00:00",1440,"2013-02-21 00:00",1440,"2013-02-27 00:00",1440,"2013-03-05 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","81102",1,41.603159,-93.643118,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",122,100,122,122,0,0,0,0,"Certification not required",1,19.688525,9.744744,46,"2013-06-21 00:00",45,"2013-09-07 00:00",44,"2013-08-23 00:00",39,"2013-08-29 00:00","","","","",45,44,36,34,27,17,9,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","81102",2,41.603159,-93.643118,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",1,19.655172,9.97462,46,"2013-09-07 00:00",45,"2013-06-21 00:00",37,"2013-08-02 00:00",36,"2013-05-16 00:00","","","","",46,45,37,36,25,18,8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","86502",1,41.603159,-93.643118,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",116,100,61,61,0,6,"","","Certification not required",0,11.47069,6.554667,27.2,"2013-11-15 00:00",26.9,"2013-09-07 00:00",25.4,"2013-08-29 00:00",25.4,"2013-10-28 00:00","","","","",26.9,25.4,24.5,20.7,16.8,10.4,4,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","86502",2,41.603159,-93.643118,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,"","","Certification not required",0,11.919643,7.281843,28.2,"2013-06-21 00:00",26.7,"2013-08-02 00:00",26.7,"2013-09-07 00:00",25.9,"2013-05-16 00:00","","","","",28.2,26.7,26.7,20.7,17.4,11.9,2.8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","88101",1,41.603159,-93.643118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,17,0,0,"Certification not required",0,8.958908,5.038481,35,"2013-02-25 00:00",27.5,"2013-02-26 00:00",27.4,"2013-12-02 00:00",26.9,"2013-03-15 00:00","","","","",26.9,21.9,18.4,15.5,11.7,7.8,3.8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","88101",1,41.603159,-93.643118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,17,"","","Certification not required",0,8.958908,5.038481,35,"2013-02-25 00:00",27.5,"2013-02-26 00:00",27.4,"2013-12-02 00:00",26.9,"2013-03-15 00:00","","","","",26.9,21.9,18.4,15.5,11.7,7.8,3.8,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","88101",2,41.603159,-93.643118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,2,0,0,"Certification not required",0,8.977778,4.313063,18.2,"2013-09-07 00:00",17.7,"2013-08-26 00:00",16.3,"2013-03-23 00:00",16,"2013-02-27 00:00","","","","",18.2,17.7,16.3,15.2,12.9,8.8,3.9,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","88101",2,41.603159,-93.643118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,2,"","","Certification not required",0,8.977778,4.313063,18.2,"2013-09-07 00:00",17.7,"2013-08-26 00:00",16.3,"2013-03-23 00:00",16,"2013-02-27 00:00","","","","",18.2,17.7,16.3,15.2,12.9,8.8,3.9,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","0030","88102",5,41.603159,-93.643118,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.02033,0.00706,0.054,"2013-08-08 00:00",0.039,"2013-08-20 00:00",0.026,"2013-02-21 00:00",0.026,"2013-03-17 00:00","","","","",0.054,0.054,0.026,0.026,0.021,0.0195,0.014,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88103",5,41.603159,-93.643118,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00028,0.000573,0.002,"2013-02-03 00:00",0.002,"2013-04-22 00:00",0.002,"2013-06-21 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.002,0.001,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88104",5,41.603159,-93.643118,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",22,0.03257,0.056852,0.4,"2013-06-21 00:00",0.074,"2013-10-13 00:00",0.073,"2013-09-07 00:00",0.07,"2013-02-15 00:00","","","","",0.4,0.4,0.073,0.068,0.036,0.02,0.0065,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88107",5,41.603159,-93.643118,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.007196,0.006812,0.0295,"2013-01-10 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.013,0.0055,0.005,0.00385,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88109",5,41.603159,-93.643118,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",17,0.002552,0.001509,0.0065,"2013-03-29 00:00",0.006,"2013-03-05 00:00",0.0052,"2013-09-07 00:00",0.0049,"2013-01-28 00:00","","","","",0.0065,0.0065,0.0052,0.0048,0.0034,0.0024,0.0009,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88110",5,41.603159,-93.643118,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00208,0.004672,0.02,"2013-04-04 00:00",0.019,"2013-05-10 00:00",0.013,"2013-06-09 00:00",0.009,"2013-06-27 00:00","","","","",0.02,0.02,0.013,0.009,0.001,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88111",5,41.603159,-93.643118,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.100765,0.087773,0.32,"2013-07-15 00:00",0.308,"2013-09-07 00:00",0.265,"2013-08-02 00:00",0.26,"2013-08-26 00:00","","","","",0.32,0.32,0.265,0.239,0.162,0.0674,0.0105,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88112",5,41.603159,-93.643118,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00466,0.014458,0.089,"2013-10-07 00:00",0.055,"2013-09-25 00:00",0.011,"2013-08-08 00:00",0.006,"2013-07-21 00:00","","","","",0.089,0.089,0.011,0.006,0.003,0.001,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88113",5,41.603159,-93.643118,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000665,0.000117,0.001,"2013-01-10 00:00",0.001,"2013-04-10 00:00",0.001,"2013-04-16 00:00",0.001,"2013-08-20 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88114",5,41.603159,-93.643118,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",37,0.001488,0.001321,0.008,"2013-02-15 00:00",0.005,"2013-07-03 00:00",0.0035,"2013-10-25 00:00",0.0034,"2013-10-01 00:00","","","","",0.008,0.008,0.0035,0.0032,0.0017,0.001,0.00065,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88115",5,41.603159,-93.643118,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",30,0.009595,0.016514,0.104,"2013-01-04 00:00",0.0534,"2013-01-22 00:00",0.0453,"2013-09-01 00:00",0.0167,"2013-06-21 00:00","","","","",0.104,0.104,0.0453,0.014,0.0088,0.00405,0.0025,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88117",5,41.603159,-93.643118,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00701,0.010783,0.0435,"2013-04-10 00:00",0.043,"2013-01-10 00:00",0.043,"2013-04-16 00:00",0.043,"2013-08-20 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88118",5,41.603159,-93.643118,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01017,0.006669,0.023,"2013-01-10 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88126",5,41.603159,-93.643118,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.049624,0.040627,0.255,"2013-06-21 00:00",0.136,"2013-08-02 00:00",0.101,"2013-09-07 00:00",0.0945,"2013-10-01 00:00","","","","",0.255,0.255,0.101,0.0891,0.0629,0.0451,0.0155,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88128",5,41.603159,-93.643118,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00118,0.001804,0.008,"2013-08-20 00:00",0.005,"2013-04-28 00:00",0.005,"2013-09-07 00:00",0.004,"2013-02-09 00:00","","","","",0.008,0.008,0.005,0.004,0.002,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88131",5,41.603159,-93.643118,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01022,0.003436,0.018,"2013-06-27 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00",0.0165,"2013-05-10 00:00","","","","",0.018,0.018,0.0165,0.0165,0.011,0.008,0.007,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88132",5,41.603159,-93.643118,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00124,0.001153,0.005,"2013-06-21 00:00",0.004,"2013-05-16 00:00",0.003,"2013-08-02 00:00",0.003,"2013-08-08 00:00","","","","",0.005,0.005,0.003,0.003,0.002,0.001,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88136",5,41.603159,-93.643118,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0002,0.000639,0.004,"2013-04-10 00:00",0.001,"2013-02-15 00:00",0.001,"2013-08-08 00:00",0.001,"2013-09-01 00:00","","","","",0.004,0.004,0.001,0.001,0,0,0,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88140",5,41.603159,-93.643118,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.008034,0.005726,0.0344,"2013-10-25 00:00",0.031,"2013-07-03 00:00",0.019,"2013-08-02 00:00",0.014,"2013-10-01 00:00","","","","",0.0344,0.0344,0.019,0.0113,0.009,0.006,0.00475,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88152",5,41.603159,-93.643118,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005618,0.001617,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88154",5,41.603159,-93.643118,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001046,0.000258,0.0015,"2013-06-09 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-04-28 00:00","","","","",0.0015,0.0015,0.0013,0.0013,0.00125,0.001,0.00065,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88160",5,41.603159,-93.643118,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01358,0.005563,0.043,"2013-03-29 00:00",0.018,"2013-02-21 00:00",0.018,"2013-03-17 00:00",0.018,"2013-05-10 00:00","","","","",0.043,0.043,0.018,0.018,0.016,0.01,0.01,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88161",5,41.603159,-93.643118,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.002977,0.003699,0.0281,"2013-06-21 00:00",0.0068,"2013-08-26 00:00",0.0044,"2013-08-20 00:00",0.00265,"2013-02-09 00:00","","","","",0.0281,0.0281,0.0044,0.00265,0.00265,0.0025,0.0021,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88164",5,41.603159,-93.643118,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001586,0.000254,0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88165",5,41.603159,-93.643118,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.109417,0.134185,0.893,"2013-06-21 00:00",0.295,"2013-09-07 00:00",0.238,"2013-08-02 00:00",0.234,"2013-08-26 00:00","","","","",0.893,0.893,0.238,0.212,0.146,0.082,0.0154,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88166",5,41.603159,-93.643118,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.008316,0.004655,0.019,"2013-03-17 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-05-10 00:00",0.0185,"2013-08-08 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88167",5,41.603159,-93.643118,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.005219,0.003702,0.0179,"2013-06-27 00:00",0.0152,"2013-09-25 00:00",0.0118,"2013-01-04 00:00",0.0113,"2013-03-29 00:00","","","","",0.0179,0.0179,0.0118,0.0102,0.0067,0.0047,0.00175,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88168",5,41.603159,-93.643118,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.001447,0.00106,0.0079,"2013-04-28 00:00",0.0037,"2013-07-03 00:00",0.0029,"2013-01-04 00:00",0.00175,"2013-02-21 00:00","","","","",0.0079,0.0079,0.0029,0.00175,0.00155,0.00115,0.00085,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88169",5,41.603159,-93.643118,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.527919,0.394316,1.53,"2013-09-25 00:00",1.49,"2013-08-20 00:00",1.42,"2013-09-07 00:00",1.39,"2013-07-15 00:00","","","","",1.53,1.53,1.42,1.28,0.687,0.457,0.151,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88176",5,41.603159,-93.643118,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000988,0.000204,0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88180",5,41.603159,-93.643118,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.047715,0.053613,0.379,"2013-07-03 00:00",0.13,"2013-06-21 00:00",0.097,"2013-09-07 00:00",0.0764,"2013-08-26 00:00","","","","",0.379,0.379,0.097,0.0725,0.0559,0.039,0.0149,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88184",5,41.603159,-93.643118,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",38,0.03,0.023058,0.111,"2013-01-22 00:00",0.101,"2013-06-21 00:00",0.08,"2013-04-16 00:00",0.075,"2013-01-10 00:00","","","","",0.111,0.111,0.08,0.069,0.027,0.02,0.013,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88185",5,41.603159,-93.643118,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.004083,0.004168,0.0152,"2013-10-13 00:00",0.0116,"2013-09-07 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00","","","","",0.0152,0.0152,0.0115,0.0115,0.0023,0.00225,0.0014,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88301",5,41.603159,-93.643118,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.620655,0.60398,2.62,"2013-03-05 00:00",1.98,"2013-02-09 00:00",1.95,"2013-03-29 00:00",1.88,"2013-03-23 00:00","","","","",2.62,1.98,1.95,1.57,0.867,0.412,0.062,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88302",5,41.603159,-93.643118,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.055578,0.057173,0.34,"2013-01-28 00:00",0.191,"2013-06-21 00:00",0.185,"2013-01-22 00:00",0.158,"2013-01-10 00:00","","","","",0.34,0.191,0.185,0.112,0.0621,0.04,0.0156,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88303",5,41.603159,-93.643118,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",17,0.032322,0.040304,0.278,"2013-07-03 00:00",0.095,"2013-05-16 00:00",0.069,"2013-01-04 00:00",0.06,"2013-03-11 00:00","","","","",0.278,0.095,0.069,0.0585,0.042,0.024,0.007,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88306",2,41.603159,-93.643118,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",7,1.367763,1.587597,6.35,"2013-11-12 00:00",5.76,"2013-03-23 00:00",5.39,"2013-03-05 00:00",4.18,"2013-11-30 00:00","","","","",6.35,5.76,5.39,3.86,2.09,0.82,0.004,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-11" +"19","153","0030","88306",5,41.603159,-93.643118,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,1.291559,1.500295,6.29,"2013-03-23 00:00",5.75,"2013-03-05 00:00",4.67,"2013-03-29 00:00",4.15,"2013-02-21 00:00","","","","",6.29,5.75,4.67,3.69,1.65,0.573,0.224,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88355",5,41.603159,-93.643118,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.878686,1.023164,5.71,"2013-07-03 00:00",4.14,"2013-09-07 00:00",3.91,"2013-08-08 00:00",3.49,"2013-07-09 00:00","","","","",5.71,4.14,3.91,3.21,2.33,1.58,0.898,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88357",5,41.603159,-93.643118,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.195941,0.09969,0.483,"2013-08-08 00:00",0.461,"2013-07-03 00:00",0.349,"2013-06-27 00:00",0.346,"2013-09-13 00:00","","","","",0.483,0.461,0.349,0.319,0.27,0.174,0.08,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88370",5,41.603159,-93.643118,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.73198,0.950646,5.47,"2013-07-03 00:00",3.77,"2013-09-07 00:00",3.59,"2013-08-08 00:00",3.2,"2013-08-26 00:00","","","","",5.47,3.77,3.59,2.94,2.17,1.43,0.871,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88374",5,41.603159,-93.643118,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.14549,0.121271,0.561,"2013-08-26 00:00",0.466,"2013-07-09 00:00",0.453,"2013-07-03 00:00",0.434,"2013-09-07 00:00","","","","",0.561,0.466,0.453,0.314,0.151,0.103,0.058,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88375",5,41.603159,-93.643118,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.45549,0.246674,1.3,"2013-07-03 00:00",0.953,"2013-09-07 00:00",0.931,"2013-08-08 00:00",0.9,"2013-07-09 00:00","","","","",1.3,0.953,0.931,0.847,0.562,0.387,0.226,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88376",5,41.603159,-93.643118,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.510608,0.328857,2.04,"2013-07-03 00:00",1.27,"2013-08-08 00:00",1.22,"2013-08-02 00:00",0.988,"2013-09-07 00:00","","","","",2.04,1.27,1.22,0.747,0.632,0.456,0.216,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88377",5,41.603159,-93.643118,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.317843,0.197692,0.997,"2013-07-03 00:00",0.767,"2013-08-08 00:00",0.709,"2013-08-20 00:00",0.704,"2013-09-07 00:00","","","","",0.997,0.767,0.709,0.579,0.447,0.24,0.143,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88378",5,41.603159,-93.643118,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.302922,0.155446,0.69,"2013-09-07 00:00",0.684,"2013-07-03 00:00",0.541,"2013-06-21 00:00",0.539,"2013-09-19 00:00","","","","",0.69,0.684,0.541,0.513,0.411,0.265,0.13,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88380",5,41.603159,-93.643118,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.342549,0.173056,0.803,"2013-08-08 00:00",0.767,"2013-09-25 00:00",0.7,"2013-07-03 00:00",0.601,"2013-03-29 00:00","","","","",0.803,0.767,0.7,0.54,0.457,0.322,0.14,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88383",5,41.603159,-93.643118,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.578647,0.281984,1.31,"2013-07-03 00:00",1.17,"2013-09-07 00:00",1.08,"2013-09-25 00:00",1.05,"2013-03-29 00:00","","","","",1.31,1.17,1.08,0.978,0.792,0.502,0.252,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88384",5,41.603159,-93.643118,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.066625,0.031589,0.149,"2013-06-27 00:00",0.141,"2013-09-13 00:00",0.134,"2013-10-01 00:00",0.129,"2013-08-02 00:00","","","","",0.149,0.141,0.134,0.115,0.0841,0.0626,0.0339,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88385",5,41.603159,-93.643118,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001023,0.000161,0.00215,"2013-10-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00215,0.001,0.001,0.001,0.001,0.001,0.001,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88388",5,41.603159,-93.643118,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.449549,0.230835,1.06,"2013-09-07 00:00",0.923,"2013-07-03 00:00",0.877,"2013-09-25 00:00",0.785,"2013-07-09 00:00","","","","",1.06,0.923,0.877,0.765,0.628,0.385,0.21,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88403",2,41.603159,-93.643118,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,1.102881,0.889564,4.03,"2013-02-09 00:00",3.71,"2013-03-05 00:00",3.4,"2013-07-15 00:00",2.78,"2013-08-26 00:00","","","","",4.03,3.71,3.4,2.17,1.45,0.9,0.16,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-11" +"19","153","0030","88403",5,41.603159,-93.643118,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.351451,1.002406,4.32,"2013-09-25 00:00",3.52,"2013-07-15 00:00",3.46,"2013-03-05 00:00",3.34,"2013-02-09 00:00","","","","",4.32,3.52,3.46,3.23,1.92,1.07,0.407,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","0030","88502",1,41.603159,-93.643118,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8530,97,355,365,0,230,"","","Certification not required",0,9.069871,5.74625,51,"2013-07-04 21:00",46,"2013-06-30 17:00",44,"2013-02-25 21:00",43,"2013-08-02 05:00","","","","",27,24,20,17,12,8,3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-07" +"19","153","0030","88502",1,41.603159,-93.643118,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,9.034085,4.664797,32.5,"2013-02-25 00:00",24.9,"2013-02-26 00:00",24.3,"2013-03-15 00:00",23.5,"2013-12-02 00:00","","","","",23.5,20.2,18,15.4,11.8,8.1,4.2,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-07" +"19","153","0030","88502",2,41.603159,-93.643118,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8532,97,355,365,0,228,"","","Certification not required",0,9.227848,5.789524,48,"2013-06-30 17:00",48,"2013-07-04 21:00",46,"2013-06-30 16:00",44,"2013-07-03 21:00","","","","",28,24,20,17,12,8,3,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-07" +"19","153","0030","88502",2,41.603159,-93.643118,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,9.192676,4.654984,32.2,"2013-02-25 00:00",26.3,"2013-12-02 00:00",24.1,"2013-02-26 00:00",24.1,"2013-03-15 00:00","","","","",24.1,20.6,18.5,15.8,11.5,8,4.5,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-07" +"19","153","0030","88502",5,41.603159,-93.643118,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.39,4.329267,17.1,"2013-09-07 00:00",15.9,"2013-07-03 00:00",15.2,"2013-03-05 00:00",15.2,"2013-06-21 00:00","","","","",17.1,17.1,15.2,15.2,12.1,7.9,3.6,"CARPENTER","1907 CARPENTER, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-02-13" +"19","153","2510","68101",1,41.603517,-93.7479,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",119,100,60,61,0,3,"","","Certification not required",105,0.078571,0.091033,0.5,"2013-11-03 00:00",0.5,"2013-11-15 00:00",0.4,"2013-10-25 00:00",0.4,"2013-10-28 00:00","","","","",0.5,0.4,0.3,0.1,0.05,0.05,0.05,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68102",1,41.603517,-93.7479,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,60,61,0,3,"","","Certification not required",0,23.998319,0.012909,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68103",1,41.603517,-93.7479,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,3,"","","Certification not required",0,3.22521,12.043187,24.6,"2013-07-18 00:00",24.2,"2013-06-21 00:00",23.9,"2013-07-09 00:00",23.2,"2013-08-26 00:00","","","","",24.2,23.9,21.2,18.6,14.7,1.2,-11.9,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68104",1,41.603517,-93.7479,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,3,"","","Certification not required",0,15.519328,13.220197,37.6,"2013-08-26 00:00",36.1,"2013-08-29 00:00",35.5,"2013-07-18 00:00",35.5,"2013-09-07 00:00","","","","",36.1,35.5,33.9,32.4,28,14.5,-2.2,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68105",1,41.603517,-93.7479,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,3,"","","Certification not required",0,9.289076,12.38832,30,"2013-07-18 00:00",29.9,"2013-08-26 00:00",28.7,"2013-08-29 00:00",28.4,"2013-07-09 00:00","","","","",29.9,28.7,27.2,25.1,21,8.1,-6.5,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68106",1,41.603517,-93.7479,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,3,"","","Certification not required",0,738.689076,4.554283,754,"2013-11-12 00:00",750,"2013-12-06 00:00",748,"2013-01-22 00:00",748,"2013-10-13 00:00","","","","",750,748,746,745,741,739,733,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68107",1,41.603517,-93.7479,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,3,"","","Certification not required",0,744.97479,5.002478,762,"2013-11-12 00:00",760,"2013-11-24 00:00",758,"2013-12-06 00:00",755,"2013-12-24 00:00","","","","",760,758,753,751,748,745,739,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68108",1,41.603517,-93.7479,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,3,"","","Certification not required",0,741.87395,4.62593,759,"2013-11-12 00:00",753,"2013-11-24 00:00",753,"2013-12-06 00:00",750,"2013-01-22 00:00","","","","",753,753,750,747,745,742,736,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","68109",1,41.603517,-93.7479,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",119,100,60,61,0,3,"","","Certification not required",0,1439.781513,1.256574,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","81102",1,41.603517,-93.7479,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",115,94,115,122,0,7,0,0,"Certification not required",1,17.930435,9.344969,45,"2013-09-07 00:00",43,"2013-06-21 00:00",39,"2013-08-23 00:00",37,"2013-08-29 00:00","","","","",43,39,36,31,24,16,8,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","86502",1,41.603517,-93.7479,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",112,100,58,61,0,10,"","","Certification not required",0,9.782143,6.557909,27.5,"2013-11-15 00:00",26.6,"2013-06-21 00:00",25.6,"2013-09-07 00:00",24.3,"2013-10-28 00:00","","","","",26.6,25.6,23.2,20.2,14.2,7.9,3.1,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","88101",1,41.603517,-93.7479,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,8.906723,4.727914,25.6,"2013-12-03 00:00",24.6,"2013-02-24 00:00",20.2,"2013-03-08 00:00",18.9,"2013-06-30 00:00","","","","",24.6,20.2,18,15.6,11.6,8.2,3.6,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","2510","88101",1,41.603517,-93.7479,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,8.906723,4.727914,25.6,"2013-12-03 00:00",24.6,"2013-02-24 00:00",20.2,"2013-03-08 00:00",18.9,"2013-06-30 00:00","","","","",24.6,20.2,18,15.6,11.6,8.2,3.6,"INDIAN HILLS JR HIGH, CLIVE IA, FRM R&P SEQ. SAMPLER (1),ROOF","9401 INDIAN HILLS DRIVE, CLIVE 50325","Iowa","Polk","Clive","Des Moines-West Des Moines, IA","2014-01-28" +"19","153","6011","42601",1,41.593156,-93.701341,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8663,99,365,365,0,97,"","","Certification not required",0,8.91541,12.331031,134.8,"2013-01-09 17:00",125.6,"2013-12-19 03:00",121.4,"2013-12-18 23:00",120.8,"2013-12-19 02:00","","","","",57.3,44,31.2,22.7,12.5,4.6,0.1,"ROLLINS NEAR ROAD NO2","6011 ROLLINS AVE, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","6011","42602",1,41.593156,-93.701341,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8663,99,365,365,0,97,0,"","Certification not required",0,19.003836,7.577355,42.2,"2013-01-09 17:00",37,"2013-01-07 17:00",35.6,"2013-02-24 03:00",35.4,"2013-02-25 07:00","","","","",35.4,34.1,31.4,28.6,24.3,19.2,8.4,"ROLLINS NEAR ROAD NO2","6011 ROLLINS AVE, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","6011","42602",1,41.593156,-93.701341,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8663,99,365,365,0,97,"","","Certification not required",0,9.46619,6.566374,42.2,"2013-01-09 17:00",37,"2013-01-07 17:00",36,"2013-01-07 19:00",35.6,"2013-02-24 03:00","","","","",28.9,26.9,23,19.2,13,7.8,2.6,"ROLLINS NEAR ROAD NO2","6011 ROLLINS AVE, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","153","6011","42603",1,41.593156,-93.701341,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8663,99,365,365,0,97,"","","Certification not required",0,18.390488,17.120971,177.1,"2013-01-09 17:00",147.2,"2013-12-19 03:00",146.3,"2013-12-18 23:00",145.3,"2013-12-13 07:00","","","","",81,64.9,49.5,39,25.8,13.8,3,"ROLLINS NEAR ROAD NO2","6011 ROLLINS AVE, DES MOINES IOWA","Iowa","Polk","Des Moines","Des Moines-West Des Moines, IA","2014-01-03" +"19","155","0009","68101",1,41.264171,-95.896124,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",36,0.340984,0.215611,0.7,"2013-04-07 00:00",0.6,"2013-03-29 00:00",0.6,"2013-04-04 00:00",0.6,"2013-04-28 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.05,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68101",2,41.264171,-95.896124,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",115,94,115,122,0,12,"","","Certification not required",58,0.213913,0.196298,0.6,"2013-09-25 00:00",0.6,"2013-10-16 00:00",0.6,"2013-11-03 00:00",0.6,"2013-12-27 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.05,0.05,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68102",1,41.264171,-95.896124,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24.006557,0.067711,24.1,"2013-01-10 00:00",24.1,"2013-01-19 00:00",24.1,"2013-01-25 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68102",2,41.264171,-95.896124,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,12,"","","Certification not required",0,23.998261,0.01865,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68103",1,41.264171,-95.896124,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,4.863115,12.345998,26.6,"2013-06-21 00:00",25.2,"2013-07-09 00:00",24.6,"2013-07-18 00:00",24.4,"2013-08-29 00:00","","","","",25.2,24.6,22.7,21.5,16.3,3.3,-10,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68103",2,41.264171,-95.896124,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,12,"","","Certification not required",0,3.613043,11.883872,25.4,"2013-06-21 00:00",23.6,"2013-07-09 00:00",23.2,"2013-07-18 00:00",22.3,"2013-08-31 00:00","","","","",23.6,23.2,21.4,19.6,14.9,1.2,-12,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68104",1,41.264171,-95.896124,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,17.286066,13.166463,38.5,"2013-07-09 00:00",38,"2013-08-26 00:00",37.8,"2013-08-29 00:00",37.8,"2013-09-10 00:00","","","","",38,37.8,34.9,33.7,28.7,16.8,0.6,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68104",2,41.264171,-95.896124,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,12,"","","Certification not required",0,16.076522,12.998268,36.6,"2013-07-09 00:00",36.4,"2013-09-10 00:00",36.3,"2013-08-31 00:00",35.3,"2013-07-18 00:00","","","","",36.4,36.3,33.7,32.3,28,15.3,-0.2,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68105",1,41.264171,-95.896124,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,10.627869,12.633893,31,"2013-07-09 00:00",30.8,"2013-07-18 00:00",30.8,"2013-08-26 00:00",30.7,"2013-06-21 00:00","","","","",30.8,30.8,27.7,27.3,22.2,9.1,-5.9,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68105",2,41.264171,-95.896124,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,12,"","","Certification not required",0,9.438261,12.318575,29.6,"2013-06-21 00:00",29.6,"2013-07-18 00:00",29.5,"2013-07-09 00:00",27.6,"2013-08-31 00:00","","","","",29.6,29.5,26.4,26,20.6,8,-6.7,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68106",1,41.264171,-95.896124,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,733.704918,4.852687,751,"2013-11-12 00:00",748,"2013-12-06 00:00",744,"2013-10-13 00:00",742,"2013-09-16 00:00","","","","",748,744,740,739,737,734,728,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68106",2,41.264171,-95.896124,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,12,"","","Certification not required",0,732,4.832275,748,"2013-11-12 00:00",745,"2013-12-06 00:00",742,"2013-10-13 00:00",740,"2013-02-15 00:00","","","","",745,742,740,738,735,732,726,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68107",1,41.264171,-95.896124,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,740.344262,5.079159,760,"2013-11-12 00:00",757,"2013-11-24 00:00",756,"2013-12-06 00:00",752,"2013-11-21 00:00","","","","",757,756,749,746,743,740,735,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68107",2,41.264171,-95.896124,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,12,"","","Certification not required",0,738.66087,5.165484,758,"2013-11-12 00:00",754,"2013-11-24 00:00",753,"2013-12-06 00:00",749,"2013-11-21 00:00","","","","",754,753,747,744,742,738,733,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68108",1,41.264171,-95.896124,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,736.942623,4.846911,756,"2013-11-12 00:00",751,"2013-12-06 00:00",750,"2013-11-24 00:00",746,"2013-10-13 00:00","","","","",751,750,744,742,740,736,732,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68108",2,41.264171,-95.896124,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,12,"","","Certification not required",0,735.373913,4.871076,754,"2013-11-12 00:00",749,"2013-12-06 00:00",747,"2013-11-24 00:00",744,"2013-10-13 00:00","","","","",749,747,742,741,739,735,730,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68109",1,41.264171,-95.896124,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.385246,3.58474,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","68109",2,41.264171,-95.896124,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",115,94,115,122,0,12,"","","Certification not required",0,1439.8,1.415454,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","81102",1,41.264171,-95.896124,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",111,89,109,122,0,14,0,0,"Certification not required",2,23.54955,12.921961,65,"2013-06-21 00:00",60,"2013-08-29 00:00",56,"2013-07-12 00:00",52,"2013-11-15 00:00","","","","",60,56,47,42,32,21,9,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","86502",1,41.264171,-95.896124,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,14,"","","Certification not required",0,14.381651,9.28691,43.6,"2013-08-29 00:00",42.8,"2013-06-21 00:00",39.4,"2013-11-15 00:00",36.5,"2013-07-12 00:00","","","","",42.8,39.4,33,26.3,20.1,12.4,4.4,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","88101",1,41.264171,-95.896124,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,9.531967,5.081977,26.7,"2013-02-24 00:00",22.5,"2013-07-06 00:00",22.4,"2013-12-03 00:00",21.4,"2013-03-08 00:00","","","","",22.5,22.4,19.4,16.1,13,8.1,4.1,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","88101",1,41.264171,-95.896124,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,9.531967,5.081977,26.7,"2013-02-24 00:00",22.5,"2013-07-06 00:00",22.4,"2013-12-03 00:00",21.4,"2013-03-08 00:00","","","","",22.5,22.4,19.4,16.1,13,8.1,4.1,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","88101",2,41.264171,-95.896124,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,12,0,0,"Certification not required",0,9.835652,5.155396,28.7,"2013-02-24 00:00",22.7,"2013-07-06 00:00",22.1,"2013-12-03 00:00",21.1,"2013-03-08 00:00","","","","",22.7,22.1,20.4,17.5,12.8,8.2,4.5,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0009","88101",2,41.264171,-95.896124,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,12,"","","Certification not required",0,9.835652,5.155396,28.7,"2013-02-24 00:00",22.7,"2013-07-06 00:00",22.1,"2013-12-03 00:00",21.1,"2013-03-08 00:00","","","","",22.7,22.1,20.4,17.5,12.8,8.2,4.5,"COUNCIL BLUFFS, FRANKLIN SCH.","3130 C AVE. COUNCIL BLUFFS","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-01-29" +"19","155","0011","14129",1,41.25425,-95.887249,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,0.056759,0.084136,0.455,"2013-06-21 00:00",0.283,"2013-08-26 00:00",0.248,"2013-08-20 00:00",0.223,"2013-06-03 00:00","","","","",0.455,0.283,0.248,0.176,0.051,0.026,0.004,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","14129",2,41.25425,-95.887249,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",60,98,58,61,0,1,0,0,"Certification not required",0,0.076817,0.114145,0.579,"2013-08-29 00:00",0.544,"2013-07-12 00:00",0.27,"2013-05-13 00:00",0.235,"2013-09-04 00:00","","","","",0.579,0.544,0.27,0.222,0.108,0.035,0.004,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","14129",3,41.25425,-95.887249,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,0.05977,0.092626,0.477,"2013-06-21 00:00",0.414,"2013-01-10 00:00",0.27,"2013-08-26 00:00",0.246,"2013-08-20 00:00","","","","",0.477,0.414,0.246,0.152,0.06,0.027,0.004,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","14132",1,41.25425,-95.887249,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,3,"","","Certification not required",0,0.068676,0.071788,0.35411,"2013-06-21 00:00",0.29274,"2013-08-26 00:00",0.2196,"2013-08-20 00:00",0.18306,"2013-04-04 00:00","","","","",0.35411,0.29274,0.2196,0.16114,0.09212,0.04061,0.00719,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","14132",2,41.25425,-95.887249,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",60,98,58,61,0,1,"","","Certification not required",0,0.088505,0.08626,0.39132,"2013-08-29 00:00",0.32565,"2013-07-12 00:00",0.30306,"2013-05-13 00:00",0.27986,"2013-11-15 00:00","","","","",0.39132,0.32565,0.30306,0.22488,0.11555,0.06187,0.01329,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","14132",3,41.25425,-95.887249,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.068643,0.069264,0.35727,"2013-06-21 00:00",0.2846,"2013-08-26 00:00",0.20293,"2013-08-20 00:00",0.18876,"2013-10-25 00:00","","","","",0.35727,0.2846,0.18876,0.14434,0.09358,0.04893,0.00903,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","68105",1,41.25425,-95.887249,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",61,50,61,122,0,0,"","","Certification not required",0,10.04918,12.836259,30.4,"2013-06-21 00:00",30.3,"2013-07-09 00:00",29.7,"2013-08-26 00:00",27,"2013-07-15 00:00","","","","",30.4,30.3,27,26.2,21.7,8.4,-6.8,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","68105",2,41.25425,-95.887249,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",60,98,58,61,0,1,"","","Certification not required",0,10.408333,11.363639,28.4,"2013-08-29 00:00",28,"2013-07-18 00:00",26,"2013-07-12 00:00",25.8,"2013-08-23 00:00","","","","",28.4,28,26,24.5,20,9.8,-3.9,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","68105",3,41.25425,-95.887249,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,10.739344,12.125143,31.4,"2013-08-26 00:00",29.3,"2013-07-09 00:00",29.1,"2013-06-21 00:00",28.3,"2013-08-20 00:00","","","","",31.4,29.3,28.3,25.9,21.6,9.9,-4,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","68108",1,41.25425,-95.887249,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",61,50,61,122,0,0,"","","Certification not required",0,735.754098,5.711555,753,"2013-11-12 00:00",749,"2013-12-06 00:00",747,"2013-11-24 00:00",745,"2013-01-22 00:00","","","","",753,749,745,742,739,735,729,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","68108",2,41.25425,-95.887249,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",60,98,58,61,0,1,"","","Certification not required",0,734.55,4.59707,743,"2013-03-26 00:00",742,"2013-03-20 00:00",741,"2013-01-01 00:00",741,"2013-01-13 00:00","","","","",743,742,741,741,738,735,729,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","155","0011","68108",3,41.25425,-95.887249,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,734.639344,5.549873,753,"2013-11-12 00:00",749,"2013-12-06 00:00",746,"2013-11-24 00:00",743,"2013-02-15 00:00","","","","",753,749,743,742,738,734,729,"","8th Avenue and 27th Street Council Bluffs, IA","Iowa","Pottawattamie","Council Bluffs","Omaha-Council Bluffs, NE-IA","2014-02-14" +"19","163","0014","44201",1,41.699174,-90.521944,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4820,98,210,214,0,316,0,0,"Certification not required",33,0.039138,0.010395,0.076,"2013-09-09 14:00",0.074,"2013-09-27 16:00",0.068,"2013-09-07 01:00",0.064,"2013-10-02 14:00","","","","",0.068,0.063,0.058,0.053,0.045,0.039,0.026,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2013-11-14" +"19","163","0014","44201",1,41.699174,-90.521944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5033,98,209,214,0,0,0,0,"Certification not required",0,0.035182,0.009632,0.065,"2013-09-09 11:00",0.065,"2013-09-27 11:00",0.06,"2013-09-10 10:00",0.059,"2013-09-06 10:00","","","","",0.06,0.058,0.054,0.049,0.04,0.035,0.022,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2013-11-14" +"19","163","0014","44201",1,41.699174,-90.521944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5033,98,209,214,0,0,0,0,"Certification not required",0,0.035182,0.009632,0.065,"2013-09-09 11:00",0.065,"2013-09-27 11:00",0.06,"2013-09-10 10:00",0.059,"2013-09-06 10:00","","","","",0.06,0.058,0.054,0.049,0.04,0.035,0.022,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2013-11-14" +"19","163","0014","44201",2,41.699174,-90.521944,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4792,97,207,214,0,344,0,0,"Certification not required",32,0.039749,0.010553,0.077,"2013-09-09 14:00",0.075,"2013-09-27 16:00",0.068,"2013-09-07 01:00",0.065,"2013-10-02 14:00","","","","",0.068,0.064,0.058,0.053,0.046,0.039,0.026,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0014","44201",2,41.699174,-90.521944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4978,96,206,214,0,0,0,0,"Certification not required",0,0.035646,0.00984,0.066,"2013-09-09 11:00",0.066,"2013-09-27 11:00",0.061,"2013-09-10 10:00",0.06,"2013-09-06 10:00","","","","",0.061,0.059,0.054,0.05,0.041,0.035,0.023,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0014","44201",2,41.699174,-90.521944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4978,96,206,214,0,0,0,0,"Certification not required",0,0.035646,0.00984,0.066,"2013-09-09 11:00",0.066,"2013-09-27 11:00",0.061,"2013-09-10 10:00",0.06,"2013-09-06 10:00","","","","",0.061,0.059,0.054,0.05,0.041,0.035,0.023,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0014","61103",1,41.699174,-90.521944,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",5104,58,212,365,0,32,"","","Certification not required",0,4.711148,3.470598,45.7,"2013-10-10 04:00",42.8,"2013-10-10 05:00",29.6,"2013-10-10 03:00",21,"2013-05-31 12:00","","","","",15.8,13.5,11.1,9.2,6.4,4.1,1,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2013-11-14" +"19","163","0014","61104",1,41.699174,-90.521944,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",5104,58,212,365,0,32,"","","Certification not required",0,181.374216,94.735513,359,"2013-04-08 05:00",359,"2013-05-02 02:00",359,"2013-05-03 01:00",359,"2013-05-03 09:00","","","","",354,348,329,309,260,183,47,"SCOTT COUNTY PARK","SCOTT COUNTY PARK","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2013-11-14" +"19","163","0015","42101",1,41.530011,-90.587611,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7859,90,357,365,0,901,0,0,"Certification not required",0,0.200627,0.076797,1.358,"2013-01-15 07:00",1.206,"2013-01-15 08:00",1.125,"2013-06-21 11:00",1.002,"2013-12-13 00:00","","","","",0.498,0.42,0.327,0.273,0.219,0.183,0.139,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42101",1,41.530011,-90.587611,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8462,97,352,365,0,0,0,0,"Certification not required",0,0.20364,0.066261,0.8,"2013-01-15 09:00",0.8,"2013-01-15 10:00",0.7,"2013-01-15 08:00",0.7,"2013-01-15 11:00",0.8,"2013-01-15 09:00",0.7,"2013-12-13 00:00",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42401",1,41.530011,-90.587611,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8277,94,364,365,0,483,0,"","Certification not required",0,2.586813,3.04238,25.4,"2013-10-20 19:00",16.6,"2013-12-13 10:00",14.7,"2013-05-08 09:00",14.6,"2013-03-15 11:00","","","","",14.6,12.2,8,6,3.4,1.6,0.2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42401",1,41.530011,-90.587611,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8277,94,364,365,0,483,"","","Certification not required",0,0.657255,1.171736,25.4,"2013-10-20 19:00",16.6,"2013-12-13 10:00",14.7,"2013-05-08 09:00",14.6,"2013-03-15 11:00","","","","",5.6,4.3,2.6,1.6,0.7,0.3,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42401",1,41.530011,-90.587611,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.656044,0.6558,4.2,"2013-03-08 00:00",3.5,"2013-10-19 00:00",3.5,"2013-12-13 00:00",3.1,"2013-02-25 00:00","","","","",3.1,2.5,2,1.5,1,0.4,0.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42401",1,41.530011,-90.587611,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2479,85,350,365,0,0,"",0,"Certification not required",0,0.648649,1.064038,13.7,"2013-10-20 20:00",11.5,"2013-12-13 11:00",10.3,"2013-02-24 11:00",9.3,"2013-04-07 20:00","","","","",5.2,3.9,2.6,1.7,0.8,0.3,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42406",1,41.530011,-90.587611,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8277,94,364,365,0,483,"","","Certification not required",0,0.943107,1.878773,41.6,"2013-05-08 09:00",41,"2013-02-24 09:00",34.2,"2013-10-20 19:00",23.2,"2013-03-15 11:00","","","","",8.6,6.8,3.8,2.3,0.9,0.3,0.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42600",2,41.530011,-90.587611,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6751,77,295,365,0,2009,"","","Certification not required",0,8.734054,8.285559,144.3,"2013-01-15 08:00",125.9,"2013-12-13 01:00",110,"2013-01-15 09:00",100.6,"2013-12-12 21:00","","","","",43.9,33.3,22.5,16.4,10.1,6.3,3.2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42601",1,41.530011,-90.587611,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7348,84,334,365,0,1412,"","","Certification not required",0,1.280063,4.16444,115.1,"2013-01-15 08:00",81.9,"2013-03-28 07:00",76,"2013-12-13 01:00",74.2,"2013-01-15 09:00","","","","",16.5,9.7,4.6,2.6,1,0.4,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42601",2,41.530011,-90.587611,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6751,77,295,365,0,2009,"","","Certification not required",0,1.381988,4.00268,106.6,"2013-01-15 08:00",88.9,"2013-12-13 01:00",74.1,"2013-01-15 09:00",62.7,"2013-12-12 21:00","","","","",16.8,9.4,4.4,2.6,1.1,0.5,0.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42602",1,41.530011,-90.587611,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7348,84,334,365,0,1412,0,"","Certification not required",0,15.656587,8.739036,47.3,"2013-02-25 01:00",47.2,"2013-02-24 03:00",47.1,"2013-05-08 00:00",45.2,"2013-05-07 23:00","","","","",45.2,38.8,33.1,28.4,20.1,13.3,6.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42602",1,41.530011,-90.587611,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7348,84,334,365,0,1412,"","","Certification not required",0,7.071829,5.853214,47.3,"2013-02-25 01:00",47.2,"2013-02-24 03:00",47.1,"2013-05-08 00:00",45.2,"2013-05-07 23:00","","","","",30.4,25.6,18.9,14.3,8.9,5.2,2.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42603",1,41.530011,-90.587611,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7348,84,334,365,0,1412,"","","Certification not required",0,8.393073,8.655657,153.9,"2013-01-15 08:00",116.7,"2013-03-28 07:00",110.4,"2013-01-15 09:00",106.9,"2013-12-13 01:00","","","","",44.3,33,22.6,16.7,10,5.8,2.5,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","42612",2,41.530011,-90.587611,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6751,77,295,365,0,2009,"","","Certification not required",0,7.302622,5.574663,82.5,"2013-10-02 06:00",41.3,"2013-07-03 21:00",38,"2013-12-13 00:00",37.8,"2013-12-12 21:00","","","","",29.1,24.4,18.8,13.9,9,5.6,2.7,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","43102",18,41.530011,-90.587611,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,38.744516,14.285324,75.38,"2013-05-16 00:00",73.1,"2013-07-03 00:00",60.17,"2013-12-12 00:00",55.12,"2013-03-29 00:00","","","","",75.38,75.38,73.1,55.12,47.67,34.28,24.66,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43127",18,41.530011,-90.587611,"WGS84","Isobutene & 1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.439355,0.205409,1.31,"2013-07-03 00:00",0.66,"2013-05-16 00:00",0.66,"2013-05-28 00:00",0.61,"2013-09-01 00:00","","","","",1.31,1.31,0.66,0.61,0.52,0.38,0.26,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43141",18,41.530011,-90.587611,"WGS84","n-Dodecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",9,0.159677,0.167461,0.92,"2013-11-24 00:00",0.44,"2013-09-01 00:00",0.34,"2013-12-18 00:00",0.24,"2013-07-03 00:00","","","","",0.92,0.92,0.44,0.24,0.18,0.11,0.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43144",18,41.530011,-90.587611,"WGS84","Propyne","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.127419,0.014368,0.13,"2013-01-16 00:00",0.13,"2013-01-28 00:00",0.13,"2013-02-09 00:00",0.13,"2013-02-21 00:00","","","","",0.13,0.13,0.13,0.13,0.13,0.13,0.13,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43145",18,41.530011,-90.587611,"WGS84","1-Octene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",27,0.063548,0.216799,1.22,"2013-05-04 00:00",0.16,"2013-12-12 00:00",0.09,"2013-08-08 00:00",0.08,"2013-09-01 00:00","","","","",1.22,1.22,0.16,0.08,0.015,0.015,0.015,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43202",18,41.530011,-90.587611,"WGS84","Ethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,6.740968,2.680459,12.57,"2013-01-28 00:00",12.11,"2013-03-29 00:00",11.36,"2013-01-04 00:00",10.68,"2013-12-12 00:00","","","","",12.57,12.57,12.11,10.68,7.86,6.49,4.19,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43203",18,41.530011,-90.587611,"WGS84","Ethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.63871,0.659049,3.32,"2013-12-12 00:00",2.69,"2013-03-29 00:00",2.58,"2013-05-16 00:00",2.36,"2013-07-12 00:00","","","","",3.32,3.32,2.69,2.36,2.11,1.56,0.85,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43204",18,41.530011,-90.587611,"WGS84","Propane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,4.869032,2.62883,11,"2013-01-04 00:00",10.83,"2013-01-28 00:00",9.36,"2013-12-12 00:00",9.28,"2013-01-16 00:00","","","","",11,11,10.83,9.28,5.91,4.2,2.61,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43205",16,41.530011,-90.587611,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",22,0.626129,0.39807,1.89,"2013-12-12 00:00",1.32,"2013-12-18 00:00",1.32,"2013-12-30 00:00",1.29,"2013-07-03 00:00","","","","",1.89,1.89,1.32,1.29,0.84,0.405,0.405,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43205",18,41.530011,-90.587611,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.453226,0.168174,1,"2013-12-12 00:00",0.79,"2013-05-16 00:00",0.7,"2013-03-29 00:00",0.7,"2013-07-03 00:00","","","","",1,1,0.79,0.7,0.49,0.42,0.27,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43206",16,41.530011,-90.587611,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",6,2.05871,1.159827,4.58,"2013-12-12 00:00",4.2,"2013-07-12 00:00",3.92,"2013-07-03 00:00",3.92,"2013-12-30 00:00","","","","",4.58,4.58,4.2,3.92,2.72,2,0.6,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43206",18,41.530011,-90.587611,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.302903,0.640823,3.07,"2013-12-12 00:00",2.48,"2013-01-04 00:00",2.27,"2013-03-29 00:00",2.18,"2013-01-16 00:00","","","","",3.07,3.07,2.48,2.18,1.65,1.14,0.66,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43208",16,41.530011,-90.587611,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.199032,0.005388,0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43212",18,41.530011,-90.587611,"WGS84","n-Butane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,3.290968,1.861903,8.43,"2013-12-12 00:00",7.51,"2013-01-28 00:00",6.13,"2013-03-29 00:00",5.9,"2013-01-04 00:00","","","","",8.43,8.43,7.51,5.9,4.28,2.94,1.53,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43214",18,41.530011,-90.587611,"WGS84","Isobutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.158065,0.556827,2.5,"2013-01-28 00:00",2.3,"2013-12-12 00:00",2.16,"2013-01-04 00:00",2.06,"2013-03-29 00:00","","","","",2.5,2.5,2.3,2.06,1.37,1.03,0.63,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43216",18,41.530011,-90.587611,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",26,0.064516,0.022149,0.12,"2013-04-22 00:00",0.12,"2013-07-03 00:00",0.11,"2013-05-16 00:00",0.11,"2013-12-12 00:00","","","","",0.12,0.12,0.12,0.11,0.055,0.055,0.055,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43217",18,41.530011,-90.587611,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",29,0.074516,0.018945,0.15,"2013-05-16 00:00",0.14,"2013-07-03 00:00",0.07,"2013-01-16 00:00",0.07,"2013-01-28 00:00","","","","",0.15,0.15,0.14,0.07,0.07,0.07,0.07,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43218",16,41.530011,-90.587611,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.007742,0.043105,0.24,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.24,0.24,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43218",18,41.530011,-90.587611,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.088387,0.156846,0.85,"2013-05-28 00:00",0.27,"2013-05-16 00:00",0.21,"2013-12-12 00:00",0.15,"2013-07-03 00:00","","","","",0.85,0.85,0.27,0.15,0.1,0.07,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43220",18,41.530011,-90.587611,"WGS84","n-Pentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.225161,0.580711,2.68,"2013-05-16 00:00",2.42,"2013-07-12 00:00",2.33,"2013-07-15 00:00",2.12,"2013-07-03 00:00","","","","",2.68,2.68,2.42,2.12,1.4,1.08,0.63,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43221",18,41.530011,-90.587611,"WGS84","Isopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,2.468387,1.388059,6.71,"2013-05-16 00:00",6.28,"2013-07-12 00:00",4.62,"2013-07-15 00:00",3.9,"2013-12-12 00:00","","","","",6.71,6.71,6.28,3.9,2.98,2.09,1.21,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43224",18,41.530011,-90.587611,"WGS84","1-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",5,0.139516,0.093545,0.49,"2013-12-18 00:00",0.38,"2013-12-30 00:00",0.23,"2013-01-04 00:00",0.21,"2013-01-16 00:00","","","","",0.49,0.49,0.38,0.21,0.15,0.12,0.045,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43225",18,41.530011,-90.587611,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",13,0.307258,0.866081,4.76,"2013-12-30 00:00",1.19,"2013-07-03 00:00",0.89,"2013-03-29 00:00",0.6,"2013-01-28 00:00","","","","",4.76,4.76,1.19,0.6,0.13,0.09,0.04,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43226",18,41.530011,-90.587611,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",24,0.072742,0.036897,0.19,"2013-05-16 00:00",0.15,"2013-07-03 00:00",0.14,"2013-12-12 00:00",0.13,"2013-07-12 00:00","","","","",0.19,0.19,0.15,0.13,0.055,0.055,0.055,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43227",18,41.530011,-90.587611,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",19,0.071452,0.066511,0.33,"2013-06-09 00:00",0.25,"2013-05-28 00:00",0.13,"2013-12-30 00:00",0.11,"2013-07-03 00:00","","","","",0.33,0.33,0.25,0.11,0.1,0.035,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43228",18,41.530011,-90.587611,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",9,0.094355,0.054935,0.24,"2013-07-03 00:00",0.22,"2013-04-10 00:00",0.2,"2013-12-12 00:00",0.17,"2013-05-16 00:00","","","","",0.24,0.24,0.22,0.17,0.11,0.1,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43230",18,41.530011,-90.587611,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.499355,0.272384,1.3,"2013-05-16 00:00",1.11,"2013-07-12 00:00",1.02,"2013-07-03 00:00",0.79,"2013-10-07 00:00","","","","",1.3,1.3,1.11,0.79,0.61,0.41,0.24,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43231",18,41.530011,-90.587611,"WGS84","n-Hexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.551613,0.187743,1,"2013-05-16 00:00",0.9,"2013-07-12 00:00",0.8,"2013-05-28 00:00",0.8,"2013-07-03 00:00","","","","",1,1,0.9,0.8,0.7,0.5,0.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43232",18,41.530011,-90.587611,"WGS84","n-Heptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",1,0.220323,0.098336,0.5,"2013-08-20 00:00",0.4,"2013-05-16 00:00",0.4,"2013-12-12 00:00",0.3,"2013-01-28 00:00","","","","",0.5,0.5,0.4,0.3,0.3,0.2,0.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43233",16,41.530011,-90.587611,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.405161,0.028737,0.56,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.56,0.56,0.4,0.4,0.4,0.4,0.4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43233",18,41.530011,-90.587611,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,0.140645,0.06465,0.34,"2013-05-16 00:00",0.28,"2013-07-03 00:00",0.21,"2013-12-12 00:00",0.2,"2013-07-12 00:00","","","","",0.34,0.34,0.28,0.2,0.17,0.14,0.08,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43234",18,41.530011,-90.587611,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",27,0.058387,0.06913,0.32,"2013-08-20 00:00",0.27,"2013-09-01 00:00",0.17,"2013-07-12 00:00",0.11,"2013-09-13 00:00","","","","",0.32,0.32,0.27,0.11,0.035,0.035,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43235",18,41.530011,-90.587611,"WGS84","n-Nonane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",9,0.106452,0.062852,0.28,"2013-05-16 00:00",0.21,"2013-07-15 00:00",0.2,"2013-07-12 00:00",0.18,"2013-07-03 00:00","","","","",0.28,0.28,0.21,0.18,0.14,0.11,0.03,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43236",18,41.530011,-90.587611,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.031129,0.006286,0.065,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-01-28 00:00",0.03,"2013-02-09 00:00","","","","",0.065,0.065,0.03,0.03,0.03,0.03,0.03,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43238",18,41.530011,-90.587611,"WGS84","n-Decane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",8,0.114516,0.080243,0.36,"2013-11-24 00:00",0.26,"2013-07-03 00:00",0.22,"2013-12-06 00:00",0.2,"2013-05-16 00:00","","","","",0.36,0.36,0.26,0.2,0.16,0.1,0.02,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43242",18,41.530011,-90.587611,"WGS84","Cyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,0.121935,0.054309,0.29,"2013-05-16 00:00",0.22,"2013-07-12 00:00",0.21,"2013-12-12 00:00",0.18,"2013-01-28 00:00","","","","",0.29,0.29,0.22,0.18,0.15,0.11,0.08,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43243",18,41.530011,-90.587611,"WGS84","Isoprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",9,0.367742,0.500145,2.1,"2013-07-15 00:00",1.5,"2013-08-08 00:00",1.26,"2013-07-03 00:00",0.96,"2013-07-12 00:00","","","","",2.1,2.1,1.5,0.96,0.47,0.13,0.04,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43244",18,41.530011,-90.587611,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,0.173226,0.071747,0.37,"2013-05-16 00:00",0.31,"2013-07-03 00:00",0.27,"2013-07-15 00:00",0.26,"2013-12-12 00:00","","","","",0.37,0.37,0.31,0.26,0.22,0.16,0.11,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43245",18,41.530011,-90.587611,"WGS84","1-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.025484,0.002694,0.04,"2013-01-04 00:00",0.025,"2013-01-16 00:00",0.025,"2013-01-28 00:00",0.025,"2013-02-09 00:00","","","","",0.04,0.04,0.025,0.025,0.025,0.025,0.025,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43246",18,41.530011,-90.587611,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",30,0.046935,0.011739,0.11,"2013-08-08 00:00",0.045,"2013-01-16 00:00",0.045,"2013-01-28 00:00",0.045,"2013-02-09 00:00","","","","",0.11,0.11,0.045,0.045,0.045,0.045,0.045,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43247",18,41.530011,-90.587611,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,0.153065,0.071725,0.4,"2013-05-16 00:00",0.28,"2013-07-12 00:00",0.27,"2013-07-03 00:00",0.21,"2013-10-31 00:00","","","","",0.4,0.4,0.28,0.21,0.18,0.14,0.08,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43248",18,41.530011,-90.587611,"WGS84","Cyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,0.149032,0.061107,0.3,"2013-12-12 00:00",0.27,"2013-05-16 00:00",0.23,"2013-07-03 00:00",0.23,"2013-07-12 00:00","","","","",0.3,0.3,0.27,0.23,0.18,0.15,0.09,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43249",18,41.530011,-90.587611,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",1,0.613871,0.36951,1.68,"2013-05-16 00:00",1.24,"2013-07-03 00:00",1.23,"2013-05-28 00:00",1.11,"2013-09-01 00:00","","","","",1.68,1.68,1.24,1.11,0.79,0.63,0.17,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43250",18,41.530011,-90.587611,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.429032,0.338815,1.8,"2013-12-30 00:00",1.1,"2013-05-16 00:00",0.9,"2013-07-03 00:00",0.8,"2013-07-12 00:00","","","","",1.8,1.8,1.1,0.8,0.5,0.4,0.2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43252",18,41.530011,-90.587611,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",5,0.124677,0.06657,0.32,"2013-05-16 00:00",0.26,"2013-07-12 00:00",0.24,"2013-07-03 00:00",0.2,"2013-03-29 00:00","","","","",0.32,0.32,0.26,0.2,0.14,0.12,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43253",18,41.530011,-90.587611,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",15,0.110323,0.28366,1.62,"2013-09-01 00:00",0.17,"2013-05-16 00:00",0.13,"2013-12-30 00:00",0.12,"2013-07-03 00:00","","","","",1.62,1.62,0.17,0.12,0.1,0.07,0.02,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43256",18,41.530011,-90.587611,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",14,0.373548,0.67252,3.41,"2013-10-31 00:00",1.32,"2013-11-24 00:00",1.19,"2013-12-12 00:00",0.94,"2013-12-06 00:00","","","","",3.41,3.41,1.32,0.94,0.42,0.14,0.03,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43261",18,41.530011,-90.587611,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,1.237742,4.234982,20.58,"2013-07-03 00:00",12.63,"2013-09-01 00:00",1.33,"2013-05-28 00:00",0.49,"2013-05-16 00:00","","","","",20.58,20.58,12.63,0.49,0.19,0.13,0.08,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43262",18,41.530011,-90.587611,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.30129,0.109901,0.62,"2013-05-16 00:00",0.53,"2013-12-12 00:00",0.51,"2013-07-12 00:00",0.47,"2013-07-03 00:00","","","","",0.62,0.62,0.53,0.47,0.35,0.28,0.21,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43263",18,41.530011,-90.587611,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.225806,0.080365,0.47,"2013-05-16 00:00",0.39,"2013-08-20 00:00",0.36,"2013-07-12 00:00",0.33,"2013-12-12 00:00","","","","",0.47,0.47,0.39,0.33,0.25,0.21,0.16,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43279",18,41.530011,-90.587611,"WGS84","1-Nonene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",19,0.049032,0.040608,0.16,"2013-05-28 00:00",0.14,"2013-05-16 00:00",0.11,"2013-06-09 00:00",0.1,"2013-10-07 00:00","","","","",0.16,0.16,0.14,0.1,0.08,0.02,0.02,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43282",18,41.530011,-90.587611,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",27,0.651129,2.154958,11.52,"2013-05-16 00:00",3.01,"2013-06-09 00:00",2.57,"2013-03-29 00:00",2.01,"2013-04-10 00:00","","","","",11.52,11.52,3.01,2.01,0.04,0.04,0.04,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43283",18,41.530011,-90.587611,"WGS84","Cyclopentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",29,0.273387,1.272819,7.13,"2013-11-24 00:00",0.19,"2013-07-15 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-28 00:00","","","","",7.13,7.13,0.19,0.04,0.04,0.04,0.04,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43284",18,41.530011,-90.587611,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.343226,0.34018,1.99,"2013-07-03 00:00",0.67,"2013-05-16 00:00",0.6,"2013-07-12 00:00",0.59,"2013-07-15 00:00","","","","",1.99,1.99,0.67,0.59,0.4,0.25,0.15,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43285",18,41.530011,-90.587611,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.674839,0.380113,1.97,"2013-07-03 00:00",1.51,"2013-05-16 00:00",1.27,"2013-07-12 00:00",1.06,"2013-12-12 00:00","","","","",1.97,1.97,1.51,1.06,0.78,0.62,0.33,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43289",18,41.530011,-90.587611,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",27,0.04,0.027203,0.15,"2013-09-01 00:00",0.11,"2013-10-31 00:00",0.08,"2013-05-16 00:00",0.07,"2013-07-03 00:00","","","","",0.15,0.15,0.11,0.07,0.03,0.03,0.03,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43290",18,41.530011,-90.587611,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",30,0.038871,0.022499,0.16,"2013-05-28 00:00",0.035,"2013-01-16 00:00",0.035,"2013-01-28 00:00",0.035,"2013-02-09 00:00","","","","",0.16,0.16,0.035,0.035,0.035,0.035,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43291",18,41.530011,-90.587611,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.212258,0.086707,0.48,"2013-05-16 00:00",0.42,"2013-07-12 00:00",0.37,"2013-07-03 00:00",0.32,"2013-03-29 00:00","","","","",0.48,0.48,0.42,0.32,0.25,0.18,0.15,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43298",18,41.530011,-90.587611,"WGS84","1-Decene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",1,0.337258,0.225706,1.28,"2013-07-03 00:00",0.68,"2013-05-16 00:00",0.64,"2013-09-01 00:00",0.54,"2013-07-12 00:00","","","","",1.28,1.28,0.68,0.54,0.39,0.28,0.18,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43299",18,41.530011,-90.587611,"WGS84","1-Undecene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",29,0.040968,0.007463,0.08,"2013-10-31 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-28 00:00",0.04,"2013-02-09 00:00","","","","",0.08,0.08,0.04,0.04,0.04,0.04,0.04,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43328",18,41.530011,-90.587611,"WGS84","1-Heptene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",22,0.069677,0.035165,0.18,"2013-11-24 00:00",0.14,"2013-12-18 00:00",0.13,"2013-12-12 00:00",0.12,"2013-01-28 00:00","","","","",0.18,0.18,0.14,0.12,0.1,0.05,0.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43329",16,41.530011,-90.587611,"WGS84","Butyraldehyde & isobutyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",0,0.36352,0.219676,1.48,"2013-05-16 00:00",0.72,"2013-10-28 00:00",0.64,"2013-07-12 00:00",0.6,"2013-01-04 00:00","","","","",1.48,1.48,0.64,0.6,0.44,0.324,0.156,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43330",18,41.530011,-90.587611,"WGS84","Dodecene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",6,0.179355,0.19774,0.95,"2013-09-01 00:00",0.5,"2013-12-18 00:00",0.42,"2013-12-30 00:00",0.4,"2013-07-03 00:00","","","","",0.95,0.95,0.5,0.4,0.24,0.1,0.025,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43372",16,41.530011,-90.587611,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43373",16,41.530011,-90.587611,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.339677,0.053882,0.63,"2013-01-04 00:00",0.33,"2013-01-16 00:00",0.33,"2013-01-28 00:00",0.33,"2013-02-09 00:00","","","","",0.63,0.63,0.33,0.33,0.33,0.33,0.33,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43396",16,41.530011,-90.587611,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.279677,0.053882,0.57,"2013-01-04 00:00",0.27,"2013-01-16 00:00",0.27,"2013-01-28 00:00",0.27,"2013-02-09 00:00","","","","",0.57,0.57,0.27,0.27,0.27,0.27,0.27,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43438",16,41.530011,-90.587611,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43441",16,41.530011,-90.587611,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43502",16,41.530011,-90.587611,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",0,2.138,1.087947,5.6,"2013-09-07 00:00",4.2,"2013-08-26 00:00",4,"2013-09-19 00:00",3.9,"2013-07-18 00:00","","","","",5.6,5.6,4,3.7,2.8,2.1,0.9,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43503",16,41.530011,-90.587611,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",0,1.644,0.586292,3.2,"2013-05-16 00:00",3,"2013-09-07 00:00",2.4,"2013-01-04 00:00",2.4,"2013-07-18 00:00","","","","",3.2,3.2,2.4,2.4,2,1.6,0.9,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43504",16,41.530011,-90.587611,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",0,0.368,0.163433,0.8,"2013-05-16 00:00",0.8,"2013-09-07 00:00",0.6,"2013-07-12 00:00",0.6,"2013-07-21 00:00","","","","",0.8,0.8,0.6,0.5,0.5,0.4,0.2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43513",16,41.530011,-90.587611,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",29,0.05216,0.057824,0.28,"2013-07-15 00:00",0.26,"2013-07-18 00:00",0.185,"2013-07-21 00:00",0.15,"2013-07-12 00:00","","","","",0.28,0.28,0.185,0.11,0.06,0.035,0.0175,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43516",16,41.530011,-90.587611,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",23,0.266344,0.409839,1.68,"2013-07-09 00:00",1.4,"2013-07-18 00:00",1.36,"2013-08-26 00:00",1.28,"2013-09-07 00:00","","","","",1.68,1.68,1.36,0.88,0.4,0.044,0.014,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43517",16,41.530011,-90.587611,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",1,0.261624,0.162632,0.72,"2013-09-07 00:00",0.66,"2013-08-26 00:00",0.552,"2013-09-01 00:00",0.546,"2013-05-16 00:00","","","","",0.72,0.72,0.552,0.51,0.354,0.246,0.09,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43518",16,41.530011,-90.587611,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",12,0.1286,0.108216,0.55,"2013-07-15 00:00",0.43,"2013-07-12 00:00",0.425,"2013-07-18 00:00",0.265,"2013-07-09 00:00","","","","",0.55,0.55,0.425,0.25,0.145,0.11,0.0275,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43551",16,41.530011,-90.587611,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",0,2.2038,0.842515,4.8,"2013-03-29 00:00",3.9,"2013-04-04 00:00",3.6,"2013-04-22 00:00",3.6,"2013-05-16 00:00","","","","",4.8,4.8,3.6,3.3,2.76,2.04,1.23,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43552",16,41.530011,-90.587611,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",28,1.472903,3.074018,14.44,"2013-07-03 00:00",11.28,"2013-09-01 00:00",1.76,"2013-10-31 00:00",0.66,"2013-01-16 00:00","","","","",14.44,14.44,11.28,0.66,0.66,0.66,0.66,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43560",16,41.530011,-90.587611,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,5.72129,23.189725,119.4,"2013-09-01 00:00",53.7,"2013-07-03 00:00",2.04,"2013-05-28 00:00",1.8,"2013-12-12 00:00","","","","",119.4,119.4,53.7,1.8,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43801",16,41.530011,-90.587611,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.735161,0.169742,1.14,"2013-11-24 00:00",0.97,"2013-04-10 00:00",0.97,"2013-07-03 00:00",0.95,"2013-07-27 00:00","","","","",1.14,1.14,0.97,0.95,0.9,0.68,0.54,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43802",16,41.530011,-90.587611,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.167097,0.090561,0.52,"2013-06-09 00:00",0.4,"2013-05-28 00:00",0.28,"2013-05-16 00:00",0.2,"2013-04-10 00:00","","","","",0.52,0.52,0.4,0.2,0.19,0.15,0.11,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43803",16,41.530011,-90.587611,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.004194,0.023349,0.13,"2013-10-31 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.13,0.13,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43804",16,41.530011,-90.587611,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.091935,0.023582,0.16,"2013-11-24 00:00",0.15,"2013-08-20 00:00",0.12,"2013-07-27 00:00",0.12,"2013-09-01 00:00","","","","",0.16,0.16,0.15,0.12,0.11,0.08,0.07,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43806",16,41.530011,-90.587611,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43811",16,41.530011,-90.587611,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.264194,0.046603,0.42,"2013-11-24 00:00",0.34,"2013-04-10 00:00",0.34,"2013-12-12 00:00",0.31,"2013-01-04 00:00","","","","",0.42,0.42,0.34,0.31,0.28,0.26,0.21,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43812",16,41.530011,-90.587611,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43813",16,41.530011,-90.587611,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43814",16,41.530011,-90.587611,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43815",16,41.530011,-90.587611,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43817",16,41.530011,-90.587611,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.090323,0.308971,1.66,"2013-08-20 00:00",0.5,"2013-12-18 00:00",0.24,"2013-04-22 00:00",0.14,"2013-05-16 00:00","","","","",1.66,1.66,0.5,0.14,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43818",16,41.530011,-90.587611,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43819",16,41.530011,-90.587611,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43820",16,41.530011,-90.587611,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43821",16,41.530011,-90.587611,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.21871,0.007184,0.22,"2013-01-16 00:00",0.22,"2013-01-28 00:00",0.22,"2013-02-09 00:00",0.22,"2013-02-21 00:00","","","","",0.22,0.22,0.22,0.22,0.22,0.22,0.22,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43823",16,41.530011,-90.587611,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.56129,0.13321,1.04,"2013-11-24 00:00",0.79,"2013-04-10 00:00",0.78,"2013-12-30 00:00",0.68,"2013-12-18 00:00","","","","",1.04,1.04,0.79,0.68,0.62,0.54,0.43,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43824",16,41.530011,-90.587611,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43826",16,41.530011,-90.587611,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43828",16,41.530011,-90.587611,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.075,0,0.075,"2013-01-04 00:00",0.075,"2013-01-16 00:00",0.075,"2013-01-28 00:00",0.075,"2013-02-09 00:00","","","","",0.075,0.075,0.075,0.075,0.075,0.075,0.075,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43829",16,41.530011,-90.587611,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.030968,0.12381,0.6,"2013-01-28 00:00",0.36,"2013-03-17 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.6,0.6,0.36,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43830",16,41.530011,-90.587611,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43831",16,41.530011,-90.587611,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43832",16,41.530011,-90.587611,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.053548,0.019757,0.16,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.16,0.16,0.05,0.05,0.05,0.05,0.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43835",16,41.530011,-90.587611,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43838",16,41.530011,-90.587611,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.110968,0.005388,0.14,"2013-01-04 00:00",0.11,"2013-01-16 00:00",0.11,"2013-01-28 00:00",0.11,"2013-02-09 00:00","","","","",0.14,0.14,0.11,0.11,0.11,0.11,0.11,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43839",16,41.530011,-90.587611,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.210323,0.001796,0.22,"2013-01-04 00:00",0.21,"2013-01-16 00:00",0.21,"2013-01-28 00:00",0.21,"2013-02-09 00:00","","","","",0.22,0.22,0.21,0.21,0.21,0.21,0.21,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43843",16,41.530011,-90.587611,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43844",16,41.530011,-90.587611,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.085161,0.268674,1.12,"2013-07-03 00:00",1,"2013-09-01 00:00",0.28,"2013-12-12 00:00",0.24,"2013-11-24 00:00","","","","",1.12,1.12,1,0.24,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43860",16,41.530011,-90.587611,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43954",18,41.530011,-90.587611,"WGS84","n-Undecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",6,0.143871,0.111323,0.47,"2013-07-03 00:00",0.43,"2013-11-24 00:00",0.33,"2013-09-01 00:00",0.3,"2013-12-18 00:00","","","","",0.47,0.47,0.43,0.3,0.16,0.11,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","43960",18,41.530011,-90.587611,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",7,0.104194,0.054269,0.19,"2013-07-03 00:00",0.18,"2013-08-08 00:00",0.17,"2013-05-16 00:00",0.17,"2013-09-25 00:00","","","","",0.19,0.19,0.18,0.17,0.14,0.12,0.02,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","44201",1,41.530011,-90.587611,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8295,99,211,214,0,465,0,0,"Certification not required",328,0.04581,0.011571,0.069,"2013-09-09 13:00",0.067,"2013-05-07 15:00",0.067,"2013-07-07 15:00",0.066,"2013-05-14 17:00","","","","",0.067,0.065,0.062,0.061,0.055,0.048,0.039,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","44201",1,41.530011,-90.587611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8655,97,208,214,0,0,0,0,"Certification not required",0,0.041683,0.011303,0.062,"2013-05-07 10:00",0.062,"2013-09-09 10:00",0.061,"2013-09-06 11:00",0.06,"2013-05-01 11:00","","","","",0.061,0.06,0.058,0.056,0.051,0.044,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","44201",1,41.530011,-90.587611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8655,97,208,214,0,0,0,0,"Certification not required",0,0.041683,0.011303,0.062,"2013-05-07 10:00",0.062,"2013-09-09 10:00",0.061,"2013-09-06 11:00",0.06,"2013-05-01 11:00","","","","",0.061,0.06,0.058,0.056,0.051,0.044,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","44201",2,41.530011,-90.587611,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8264,98,210,214,0,496,0,0,"Certification not required",342,0.045643,0.011651,0.07,"2013-09-09 13:00",0.068,"2013-05-07 15:00",0.066,"2013-05-14 17:00",0.066,"2013-07-07 15:00","","","","",0.066,0.066,0.062,0.061,0.055,0.048,0.039,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","44201",2,41.530011,-90.587611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8622,97,207,214,0,0,0,0,"Certification not required",0,0.041459,0.011313,0.063,"2013-09-09 10:00",0.062,"2013-05-07 10:00",0.062,"2013-09-06 11:00",0.059,"2013-05-01 10:00","","","","",0.062,0.059,0.057,0.056,0.051,0.044,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","44201",2,41.530011,-90.587611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8622,97,207,214,0,0,0,0,"Certification not required",0,0.041459,0.011313,0.063,"2013-09-09 10:00",0.062,"2013-05-07 10:00",0.062,"2013-09-06 11:00",0.059,"2013-05-01 10:00","","","","",0.062,0.059,0.057,0.056,0.051,0.044,0.035,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","45109",16,41.530011,-90.587611,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.823226,0.589759,2.24,"2013-12-12 00:00",2.24,"2013-12-18 00:00",1.68,"2013-05-16 00:00",1.6,"2013-07-03 00:00","","","","",2.24,2.24,2.24,1.6,1.12,0.72,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45109",18,41.530011,-90.587611,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.648065,0.353454,1.72,"2013-07-03 00:00",1.59,"2013-05-16 00:00",1.33,"2013-07-12 00:00",0.96,"2013-09-01 00:00","","","","",1.72,1.72,1.59,0.96,0.78,0.54,0.38,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45201",16,41.530011,-90.587611,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.101935,0.326164,1.76,"2013-07-03 00:00",1.7,"2013-12-12 00:00",1.58,"2013-07-12 00:00",1.57,"2013-12-30 00:00","","","","",1.76,1.76,1.7,1.57,1.32,1.06,0.71,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45201",18,41.530011,-90.587611,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.63,0.16285,1.08,"2013-05-16 00:00",1,"2013-07-12 00:00",0.88,"2013-03-29 00:00",0.85,"2013-07-03 00:00","","","","",1.08,1.08,1,0.85,0.68,0.61,0.45,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45202",16,41.530011,-90.587611,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.806452,0.95816,4.9,"2013-08-20 00:00",3.64,"2013-05-16 00:00",3.57,"2013-12-12 00:00",2.87,"2013-07-03 00:00","","","","",4.9,4.9,3.64,2.87,2.31,1.54,1.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45202",18,41.530011,-90.587611,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,1.220323,0.667385,3.16,"2013-05-16 00:00",2.61,"2013-08-20 00:00",2.58,"2013-07-12 00:00",2.43,"2013-07-03 00:00","","","","",3.16,3.16,2.61,2.43,1.41,1.01,0.67,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45203",16,41.530011,-90.587611,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.139355,0.257137,0.8,"2013-07-03 00:00",0.8,"2013-12-12 00:00",0.56,"2013-05-16 00:00",0.56,"2013-10-07 00:00","","","","",0.8,0.8,0.8,0.56,0.24,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45203",18,41.530011,-90.587611,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.217742,0.119379,0.66,"2013-07-03 00:00",0.47,"2013-05-16 00:00",0.42,"2013-07-12 00:00",0.35,"2013-09-01 00:00","","","","",0.66,0.66,0.47,0.35,0.24,0.18,0.13,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45204",16,41.530011,-90.587611,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.24,0.401597,1.44,"2013-07-03 00:00",0.96,"2013-09-01 00:00",0.96,"2013-11-24 00:00",0.88,"2013-12-12 00:00","","","","",1.44,1.44,0.96,0.88,0.56,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45204",18,41.530011,-90.587611,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.297419,0.224781,1.3,"2013-07-03 00:00",0.67,"2013-09-01 00:00",0.61,"2013-05-16 00:00",0.51,"2013-07-12 00:00","","","","",1.3,1.3,0.67,0.51,0.31,0.24,0.15,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45207",16,41.530011,-90.587611,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.371613,0.064658,0.72,"2013-01-04 00:00",0.36,"2013-01-16 00:00",0.36,"2013-01-28 00:00",0.36,"2013-02-09 00:00","","","","",0.72,0.72,0.36,0.36,0.36,0.36,0.36,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45207",18,41.530011,-90.587611,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",3,0.138871,0.097798,0.56,"2013-07-03 00:00",0.3,"2013-09-01 00:00",0.26,"2013-05-16 00:00",0.2,"2013-07-12 00:00","","","","",0.56,0.56,0.3,0.2,0.15,0.12,0.08,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45208",16,41.530011,-90.587611,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",24,0.569032,0.415944,1.8,"2013-11-24 00:00",1.53,"2013-09-01 00:00",1.35,"2013-07-03 00:00",1.35,"2013-12-18 00:00","","","","",1.8,1.8,1.53,1.35,0.63,0.36,0.36,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45208",18,41.530011,-90.587611,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",8,0.105484,0.075403,0.29,"2013-12-12 00:00",0.25,"2013-05-16 00:00",0.25,"2013-12-18 00:00",0.24,"2013-11-24 00:00","","","","",0.29,0.29,0.25,0.24,0.13,0.1,0.02,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45209",18,41.530011,-90.587611,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",3,0.135484,0.057956,0.25,"2013-07-03 00:00",0.23,"2013-05-16 00:00",0.23,"2013-06-09 00:00",0.2,"2013-09-01 00:00","","","","",0.25,0.25,0.23,0.2,0.17,0.13,0.08,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45210",18,41.530011,-90.587611,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45211",18,41.530011,-90.587611,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",11,0.114194,0.095561,0.48,"2013-07-15 00:00",0.24,"2013-07-03 00:00",0.24,"2013-09-01 00:00",0.23,"2013-05-16 00:00","","","","",0.48,0.48,0.24,0.23,0.16,0.11,0.03,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45212",18,41.530011,-90.587611,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.263548,0.161091,0.82,"2013-11-24 00:00",0.53,"2013-07-03 00:00",0.52,"2013-05-16 00:00",0.5,"2013-12-18 00:00","","","","",0.82,0.82,0.53,0.5,0.31,0.21,0.13,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45218",18,41.530011,-90.587611,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",18,0.147097,0.255447,0.95,"2013-07-03 00:00",0.94,"2013-11-24 00:00",0.61,"2013-05-28 00:00",0.53,"2013-12-30 00:00","","","","",0.95,0.95,0.94,0.53,0.12,0.025,0.025,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45219",18,41.530011,-90.587611,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",5,0.162903,0.199703,1,"2013-07-03 00:00",0.66,"2013-09-01 00:00",0.37,"2013-05-28 00:00",0.3,"2013-10-31 00:00","","","","",1,1,0.66,0.3,0.15,0.12,0.01,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45220",16,41.530011,-90.587611,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.04129,0.165081,0.8,"2013-07-03 00:00",0.48,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.8,0.8,0.48,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45220",18,41.530011,-90.587611,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.917742,0.646605,2.45,"2013-05-28 00:00",2.28,"2013-09-01 00:00",2.13,"2013-05-16 00:00",1.86,"2013-07-03 00:00","","","","",2.45,2.45,2.28,1.86,1.28,0.73,0.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45225",18,41.530011,-90.587611,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",2,0.154839,0.068926,0.32,"2013-05-16 00:00",0.29,"2013-05-28 00:00",0.29,"2013-12-18 00:00",0.22,"2013-08-08 00:00","","","","",0.32,0.32,0.29,0.22,0.2,0.15,0.09,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45228",18,41.530011,-90.587611,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",4,0.138548,0.082827,0.35,"2013-12-12 00:00",0.34,"2013-12-18 00:00",0.29,"2013-05-16 00:00",0.25,"2013-07-03 00:00","","","","",0.35,0.35,0.34,0.25,0.17,0.12,0.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45501",16,41.530011,-90.587611,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",7,0.15926,0.080041,0.392,"2013-05-16 00:00",0.315,"2013-09-07 00:00",0.301,"2013-07-21 00:00",0.273,"2013-10-01 00:00","","","","",0.392,0.392,0.301,0.266,0.21,0.154,0.0385,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45503",16,41.530011,-90.587611,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",50,0.032139,0.002262,0.0396,"2013-05-10 00:00",0.03735,"2013-01-04 00:00",0.03735,"2013-01-16 00:00",0.03735,"2013-01-28 00:00","","","","",0.0396,0.0396,0.03735,0.03735,0.0315,0.0315,0.0315,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45504",16,41.530011,-90.587611,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,47,61,0,3,"","","Certification not required",22,0.320544,0.374569,2.24,"2013-07-09 00:00",1.12,"2013-09-07 00:00",0.8,"2013-10-01 00:00",0.784,"2013-07-18 00:00","","","","",2.24,2.24,0.8,0.7192,0.456,0.192,0.0812,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45801",16,41.530011,-90.587611,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.011613,0.064658,0.36,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.36,0.36,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45805",16,41.530011,-90.587611,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",31,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45806",16,41.530011,-90.587611,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",30,0.30871,0.054329,0.6,"2013-07-03 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.6,0.6,0.3,0.3,0.3,0.3,0.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45807",16,41.530011,-90.587611,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.050323,0.197239,0.9,"2013-07-03 00:00",0.66,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.9,0.9,0.66,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45809",16,41.530011,-90.587611,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.060968,0.339454,1.89,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.89,1.89,0,0,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","45810",16,41.530011,-90.587611,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,2,"","","Certification not required",0,0.44129,1.398961,6.24,"2013-09-01 00:00",4.56,"2013-07-03 00:00",2.1,"2013-11-24 00:00",0.78,"2013-12-12 00:00","","","","",6.24,6.24,4.56,0.78,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-12" +"19","163","0015","61103",1,41.530011,-90.587611,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8689,99,362,365,0,71,"","","Certification not required",0,3.781045,2.658396,17.2,"2013-01-19 21:00",17,"2013-01-19 22:00",15.5,"2013-05-11 13:00",15.4,"2013-01-18 14:00","","","","",12.1,10.9,9.1,7.5,5.2,3.2,0.9,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","61104",1,41.530011,-90.587611,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8689,99,362,365,0,71,"","","Certification not required",0,198.218897,97.026644,359,"2013-02-08 02:00",359,"2013-03-16 05:00",359,"2013-03-27 19:00",359,"2013-05-02 04:00","","","","",355,351,341,326,287,204,64,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0015","62101",1,41.530011,-90.587611,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8682,99,361,365,0,78,"","","Certification not required",0,49.291983,22.42969,97,"2013-08-30 15:00",97,"2013-09-09 15:00",96,"2013-08-30 13:00",96,"2013-08-30 14:00","","","","",89,86,82,78,68,50,19,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","62201",1,41.530011,-90.587611,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8747,100,365,365,0,13,"","","Certification not required",0,73.19138,18.777409,100,"2013-01-05 05:00",100,"2013-01-05 06:00",100,"2013-01-05 07:00",100,"2013-01-05 13:00","","","","",100,100,100,100,88,74,47,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","64101",1,41.530011,-90.587611,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8758,100,365,365,0,2,"","","Certification not required",0,990.050617,6.90103,1014,"2013-11-12 10:00",1013.9,"2013-11-12 09:00",1013.8,"2013-11-12 11:00",1013.6,"2013-11-12 08:00","","","","",1008.3,1005.4,1001.1,998.7,994.3,990,981.6,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","68101",1,41.530011,-90.587611,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",324,100,59,61,0,41,"","","Certification not required",64,0.223148,0.130922,0.5,"2013-05-06 00:00",0.5,"2013-08-25 00:00",0.5,"2013-09-02 00:00",0.5,"2013-09-05 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68101",2,41.530011,-90.587611,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",55,100,54,55,0,5,"","","Certification not required",22,0.196364,0.1566,0.5,"2013-07-09 00:00",0.5,"2013-07-21 00:00",0.5,"2013-09-07 00:00",0.5,"2013-09-10 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.1,0.05,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68102",1,41.530011,-90.587611,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",324,100,59,61,0,41,"","","Certification not required",0,23.986728,0.06472,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68102",2,41.530011,-90.587611,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",55,100,54,55,0,5,"","","Certification not required",0,23.992727,0.037784,24,"2013-02-09 00:00",24,"2013-02-15 00:00",24,"2013-02-21 00:00",24,"2013-02-27 00:00","","","","",24,24,24,24,24,24,24,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68103",1,41.530011,-90.587611,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",324,100,59,61,0,41,"","","Certification not required",1,3.975926,11.041788,23.8,"2013-08-30 00:00",23.4,"2013-07-09 00:00",22.5,"2013-07-07 00:00",22.5,"2013-09-11 00:00","","","","",22.5,22,19.8,18.1,13.8,3.5,-10.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68103",2,41.530011,-90.587611,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",55,100,54,55,0,5,"","","Certification not required",0,6.590909,11.438973,22.9,"2013-07-09 00:00",22.3,"2013-07-15 00:00",22.3,"2013-09-10 00:00",21.7,"2013-06-27 00:00","","","","",22.9,22.3,22.3,20.6,16.6,8.9,-9.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68103",5,41.530011,-90.587611,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,6.035,10.45631,24.4,"2013-07-18 00:00",23,"2013-08-29 00:00",22.8,"2013-07-09 00:00",22.1,"2013-07-15 00:00","","","","",24.4,23,21.7,19.6,14.9,6.5,-8.4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","68104",1,41.530011,-90.587611,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",324,100,59,61,0,41,"","","Certification not required",0,15.258333,12.393693,38,"2013-09-09 00:00",37.9,"2013-08-30 00:00",37.5,"2013-09-10 00:00",35.2,"2013-08-26 00:00","","","","",35.2,34.2,32.8,30.9,27.1,14.6,-1.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68104",2,41.530011,-90.587611,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",55,100,54,55,0,5,"","","Certification not required",0,18.2,13.005327,38,"2013-09-10 00:00",35.2,"2013-09-07 00:00",35,"2013-07-15 00:00",35,"2013-09-19 00:00","","","","",38,35.2,35,33.4,30,21.9,-0.3,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68104",5,41.530011,-90.587611,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,17.721,12.367229,37.4,"2013-09-10 00:00",36,"2013-07-18 00:00",35.1,"2013-08-02 00:00",34.7,"2013-07-15 00:00","","","","",37.4,36,34.6,32.9,29,20.1,0.8,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","68105",1,41.530011,-90.587611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",324,100,59,61,0,41,"","","Certification not required",0,9.473148,11.415043,29.7,"2013-08-30 00:00",29.7,"2013-09-10 00:00",29.3,"2013-09-09 00:00",28.4,"2013-08-26 00:00","","","","",28.4,27.8,25.9,24.1,20.1,8.5,-5.6,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68105",2,41.530011,-90.587611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",55,100,54,55,0,5,"","","Certification not required",0,12.085455,11.993431,30.2,"2013-09-10 00:00",28.4,"2013-07-15 00:00",28,"2013-08-26 00:00",27.4,"2013-07-09 00:00","","","","",30.2,28.4,28,26.7,22.8,14.9,-5.4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68105",5,41.530011,-90.587611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,11.651,10.998443,30.3,"2013-07-18 00:00",29.7,"2013-09-10 00:00",28.4,"2013-07-15 00:00",27.3,"2013-07-09 00:00","","","","",30.3,29.7,27,25.8,21.1,12.2,-3.5,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","68106",1,41.530011,-90.587611,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",323,100,59,61,0,41,"","","Certification not required",0,742.145511,5.347014,760,"2013-11-12 00:00",758,"2013-12-07 00:00",757,"2013-11-23 00:00",753,"2013-11-24 00:00","","","","",753,752,750,749,745,743,735,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68106",2,41.530011,-90.587611,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",55,100,54,55,0,5,"","","Certification not required",0,740.254545,5.508304,756,"2013-11-12 00:00",750,"2013-08-14 00:00",749,"2013-11-24 00:00",749,"2013-12-06 00:00","","","","",756,750,749,747,743,740,733,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68106",5,41.530011,-90.587611,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,740.2,4.523787,753,"2013-11-12 00:00",748,"2013-03-08 00:00",748,"2013-05-25 00:00",748,"2013-07-15 00:00","","","","",753,748,747,746,744,740,735,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","68107",1,41.530011,-90.587611,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",324,100,59,61,0,41,"","","Certification not required",0,748.351852,5.239729,765,"2013-11-12 00:00",765,"2013-11-23 00:00",764,"2013-11-24 00:00",764,"2013-12-07 00:00","","","","",764,761,758,755,752,748,742,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68107",2,41.530011,-90.587611,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",55,100,54,55,0,5,"","","Certification not required",0,746.381818,5.642074,762,"2013-11-12 00:00",761,"2013-11-24 00:00",758,"2013-12-06 00:00",757,"2013-12-24 00:00","","","","",762,761,758,753,750,746,740,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68107",5,41.530011,-90.587611,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,746.4,4.355422,761,"2013-11-12 00:00",755,"2013-01-10 00:00",754,"2013-10-13 00:00",753,"2013-03-08 00:00","","","","",761,755,753,751,750,747,742,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","68108",1,41.530011,-90.587611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",324,100,59,61,0,41,"","","Certification not required",0,745.339506,5.167969,762,"2013-11-12 00:00",761,"2013-11-23 00:00",761,"2013-12-07 00:00",759,"2013-11-24 00:00","","","","",759,756,753,752,748,745,739,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68108",2,41.530011,-90.587611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",55,100,54,55,0,5,"","","Certification not required",0,743.4,5.579725,759,"2013-11-12 00:00",756,"2013-11-24 00:00",753,"2013-12-06 00:00",753,"2013-12-24 00:00","","","","",759,756,753,751,747,744,738,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68108",5,41.530011,-90.587611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,743.41,4.461043,757,"2013-11-12 00:00",751,"2013-03-08 00:00",751,"2013-07-15 00:00",751,"2013-10-13 00:00","","","","",757,751,750,748,747,744,738,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","68109",1,41.530011,-90.587611,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",324,100,59,61,0,41,"","","Certification not required",0,1438.33642,3.894241,1440,"2013-01-05 00:00",1440,"2013-01-12 00:00",1440,"2013-01-18 00:00",1440,"2013-01-26 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","68109",2,41.530011,-90.587611,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",55,100,54,55,0,5,"","","Certification not required",0,1439.018182,2.697673,1440,"2013-02-21 00:00",1440,"2013-03-11 00:00",1440,"2013-03-17 00:00",1440,"2013-03-23 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","81102",1,41.530011,-90.587611,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",120,98,119,122,0,4,0,0,"Certification not required",1,17.991667,9.321067,50,"2013-09-10 00:00",44,"2013-09-04 00:00",42,"2013-09-07 00:00",39,"2013-07-18 00:00","","","","",44,42,36,29,25,16,7,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","81102",2,41.530011,-90.587611,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,17.655172,8.570762,39,"2013-09-07 00:00",34,"2013-08-26 00:00",33,"2013-04-04 00:00",32,"2013-04-28 00:00","","","","",39,34,33,30,24,17,7,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","86101",1,41.530011,-90.587611,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",106,87,105,122,0,18,"","","Certification not required",0,8.940566,6.352604,34.9,"2013-09-10 00:00",33.5,"2013-09-04 00:00",22.2,"2013-09-01 00:00",22.1,"2013-09-07 00:00","","","","",33.5,22.2,20,16.9,11.7,7.6,2.8,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","86101",2,41.530011,-90.587611,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,8,"","","Certification not required",0,8.232075,5.774039,20.8,"2013-05-16 00:00",20.3,"2013-09-07 00:00",18.9,"2013-10-19 00:00",18.1,"2013-04-04 00:00","","","","",20.8,20.3,18.9,17,11.2,7.6,1.4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","88101",1,41.530011,-90.587611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,41,1,1,"Certification not required",0,9.651852,5.28414,38.5,"2013-12-02 00:00",35,"2013-12-03 00:00",28.8,"2013-02-24 00:00",28.3,"2013-02-25 00:00","","","","",28.3,23.4,17.8,15.8,12.9,9,4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","88101",1,41.530011,-90.587611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,41,"","","Certification not required",0,9.651852,5.28414,38.5,"2013-12-02 00:00",35,"2013-12-03 00:00",28.8,"2013-02-24 00:00",28.3,"2013-02-25 00:00","","","","",28.3,23.4,17.8,15.8,12.9,9,4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","88101",2,41.530011,-90.587611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,89,54,61,0,5,0,0,"Certification not required",0,9.887273,5.127705,24.1,"2013-12-13 00:00",21.9,"2013-11-30 00:00",19.1,"2013-03-29 00:00",18.5,"2013-09-07 00:00","","","","",24.1,21.9,19.1,16.9,13.6,9.7,3.9,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","88101",2,41.530011,-90.587611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,89,54,61,0,5,"","","Certification not required",0,9.887273,5.127705,24.1,"2013-12-13 00:00",21.9,"2013-11-30 00:00",19.1,"2013-03-29 00:00",18.5,"2013-09-07 00:00","","","","",24.1,21.9,19.1,16.9,13.6,9.7,3.9,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0015","88102",5,41.530011,-90.587611,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",93,0.019805,0.00657,0.051,"2013-02-06 00:00",0.04,"2013-03-20 00:00",0.04,"2013-10-04 00:00",0.034,"2013-05-10 00:00","","","","",0.051,0.04,0.032,0.026,0.021,0.0195,0.014,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88103",5,41.530011,-90.587611,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00058,0.001007,0.004,"2013-05-13 00:00",0.004,"2013-09-01 00:00",0.003,"2013-01-28 00:00",0.003,"2013-04-28 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88104",5,41.530011,-90.587611,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",57,0.027785,0.032116,0.169,"2013-04-10 00:00",0.149,"2013-02-15 00:00",0.141,"2013-05-01 00:00",0.129,"2013-04-28 00:00","","","","",0.169,0.149,0.081,0.065,0.04,0.0125,0.0065,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88107",5,41.530011,-90.587611,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.007754,0.008876,0.061,"2013-07-03 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00","","","","",0.061,0.0295,0.0295,0.0295,0.0055,0.005,0.0039,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88109",5,41.530011,-90.587611,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",16,0.004139,0.003282,0.0211,"2013-01-04 00:00",0.0152,"2013-09-22 00:00",0.0127,"2013-05-16 00:00",0.0116,"2013-01-28 00:00","","","","",0.0211,0.0152,0.0103,0.0082,0.0056,0.0035,0.0011,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88110",5,41.530011,-90.587611,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00161,0.003913,0.023,"2013-03-20 00:00",0.015,"2013-11-12 00:00",0.013,"2013-03-29 00:00",0.013,"2013-05-04 00:00","","","","",0.023,0.015,0.012,0.007,0,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88111",5,41.530011,-90.587611,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",6,0.075185,0.081104,0.49,"2013-09-10 00:00",0.43,"2013-09-04 00:00",0.283,"2013-10-13 00:00",0.248,"2013-10-07 00:00","","","","",0.49,0.43,0.234,0.164,0.106,0.0446,0.0113,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88112",5,41.530011,-90.587611,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00556,0.013424,0.107,"2013-09-25 00:00",0.05,"2013-09-13 00:00",0.048,"2013-09-16 00:00",0.038,"2013-09-22 00:00","","","","",0.107,0.05,0.031,0.011,0.004,0.002,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88113",5,41.530011,-90.587611,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",97,0.000715,0.00031,0.003,"2013-05-16 00:00",0.0023,"2013-01-28 00:00",0.0012,"2013-08-29 00:00",0.001,"2013-02-18 00:00","","","","",0.003,0.0023,0.001,0.001,0.0007,0.00065,0.00055,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88114",5,41.530011,-90.587611,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",57,0.00349,0.005918,0.0463,"2013-01-04 00:00",0.0228,"2013-06-12 00:00",0.0184,"2013-07-03 00:00",0.0162,"2013-09-04 00:00","","","","",0.0463,0.0228,0.015,0.01,0.0032,0.00125,0.0008,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88115",5,41.530011,-90.587611,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",58,0.022885,0.064871,0.431,"2013-01-16 00:00",0.374,"2013-01-04 00:00",0.272,"2013-01-28 00:00",0.183,"2013-02-24 00:00","","","","",0.431,0.374,0.113,0.029,0.013,0.00405,0.0025,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88117",5,41.530011,-90.587611,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.007425,0.011298,0.0435,"2013-04-16 00:00",0.0435,"2013-09-28 00:00",0.043,"2013-02-18 00:00",0.043,"2013-05-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88118",5,41.530011,-90.587611,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.010316,0.006726,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88126",5,41.530011,-90.587611,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.055893,0.045579,0.259,"2013-01-10 00:00",0.253,"2013-10-10 00:00",0.249,"2013-03-29 00:00",0.162,"2013-07-18 00:00","","","","",0.259,0.253,0.151,0.094,0.0719,0.0447,0.017,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88128",5,41.530011,-90.587611,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00416,0.010769,0.085,"2013-07-24 00:00",0.048,"2013-01-04 00:00",0.043,"2013-09-22 00:00",0.026,"2013-10-10 00:00","","","","",0.085,0.048,0.014,0.006,0.004,0.002,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88131",5,41.530011,-90.587611,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.009565,0.003046,0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-04-19 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88132",5,41.530011,-90.587611,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00244,0.004021,0.025,"2013-10-10 00:00",0.019,"2013-03-29 00:00",0.018,"2013-01-10 00:00",0.015,"2013-10-22 00:00","","","","",0.025,0.019,0.01,0.005,0.003,0.001,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88136",5,41.530011,-90.587611,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00078,0.001397,0.009,"2013-05-16 00:00",0.005,"2013-08-20 00:00",0.004,"2013-06-18 00:00",0.003,"2013-01-10 00:00","","","","",0.009,0.005,0.003,0.003,0.001,0,0,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88140",5,41.530011,-90.587611,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",76,0.012124,0.011882,0.074,"2013-07-03 00:00",0.05,"2013-10-13 00:00",0.047,"2013-08-14 00:00",0.041,"2013-08-17 00:00","","","","",0.074,0.05,0.0405,0.029,0.009,0.009,0.0055,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88152",5,41.530011,-90.587611,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.005732,0.002067,0.016,"2013-09-10 00:00",0.015,"2013-10-07 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00","","","","",0.016,0.015,0.008,0.008,0.008,0.005,0.0045,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88154",5,41.530011,-90.587611,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",94,0.001145,0.000421,0.0032,"2013-02-09 00:00",0.003,"2013-03-08 00:00",0.0026,"2013-06-15 00:00",0.0022,"2013-06-12 00:00","","","","",0.0032,0.003,0.0017,0.0013,0.0013,0.00125,0.00065,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88160",5,41.530011,-90.587611,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.01275,0.003735,0.024,"2013-09-01 00:00",0.021,"2013-05-19 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-25 00:00","","","","",0.024,0.021,0.018,0.018,0.016,0.01,0.01,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88161",5,41.530011,-90.587611,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",93,0.002532,0.000778,0.006,"2013-06-24 00:00",0.0059,"2013-09-04 00:00",0.0055,"2013-05-04 00:00",0.0052,"2013-05-16 00:00","","","","",0.006,0.0059,0.005,0.00265,0.00265,0.0025,0.0021,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88164",5,41.530011,-90.587611,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",94,0.00186,0.001267,0.009,"2013-01-16 00:00",0.0075,"2013-09-04 00:00",0.007,"2013-01-04 00:00",0.007,"2013-07-18 00:00","","","","",0.009,0.0075,0.004,0.0019,0.0019,0.0016,0.0015,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88165",5,41.530011,-90.587611,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",10,0.065123,0.056132,0.303,"2013-05-01 00:00",0.216,"2013-06-12 00:00",0.204,"2013-09-10 00:00",0.202,"2013-04-28 00:00","","","","",0.303,0.216,0.199,0.164,0.083,0.052,0.01,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88166",5,41.530011,-90.587611,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.007599,0.004191,0.019,"2013-10-16 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-03-05 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88167",5,41.530011,-90.587611,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",16,0.008809,0.006653,0.034,"2013-01-04 00:00",0.0325,"2013-01-25 00:00",0.0261,"2013-10-28 00:00",0.0208,"2013-06-06 00:00","","","","",0.034,0.0325,0.0205,0.0196,0.0113,0.0079,0.00175,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88168",5,41.530011,-90.587611,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",97,0.001397,0.001539,0.0148,"2013-07-03 00:00",0.0075,"2013-07-06 00:00",0.0036,"2013-07-24 00:00",0.00175,"2013-01-16 00:00","","","","",0.0148,0.0075,0.00175,0.00175,0.0012,0.00115,0.00085,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88169",5,41.530011,-90.587611,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.65089,0.408495,2.12,"2013-08-20 00:00",2.08,"2013-09-07 00:00",1.98,"2013-05-19 00:00",1.35,"2013-04-28 00:00","","","","",2.12,2.08,1.3,1.13,0.912,0.535,0.247,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88176",5,41.530011,-90.587611,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.000978,0.00027,0.0025,"2013-04-07 00:00",0.0018,"2013-01-07 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00","","","","",0.0025,0.0018,0.0013,0.0013,0.001,0.0009,0.0007,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88180",5,41.530011,-90.587611,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.059836,0.088744,0.881,"2013-07-03 00:00",0.204,"2013-07-06 00:00",0.131,"2013-09-19 00:00",0.125,"2013-02-09 00:00","","","","",0.881,0.204,0.114,0.1,0.0669,0.0443,0.02,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88184",5,41.530011,-90.587611,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",73,0.0313,0.021103,0.124,"2013-01-13 00:00",0.102,"2013-01-22 00:00",0.085,"2013-01-16 00:00",0.084,"2013-01-19 00:00","","","","",0.124,0.102,0.077,0.066,0.031,0.027,0.0155,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88185",5,41.530011,-90.587611,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",97,0.003054,0.003181,0.0118,"2013-01-13 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-03-05 00:00","","","","",0.0118,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88301",5,41.530011,-90.587611,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.79418,0.72801,4.31,"2013-02-24 00:00",2.9,"2013-03-29 00:00",2.78,"2013-03-08 00:00",2.46,"2013-03-05 00:00","","","","",4.31,2.9,2.28,1.83,1.08,0.579,0.155,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88302",5,41.530011,-90.587611,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",5,0.05749,0.035315,0.17,"2013-07-15 00:00",0.157,"2013-07-30 00:00",0.142,"2013-02-09 00:00",0.141,"2013-01-13 00:00","","","","",0.17,0.157,0.14,0.116,0.0733,0.05,0.0212,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88303",5,41.530011,-90.587611,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",26,0.047627,0.086336,0.853,"2013-07-03 00:00",0.134,"2013-07-15 00:00",0.133,"2013-05-19 00:00",0.124,"2013-07-06 00:00","","","","",0.853,0.134,0.099,0.086,0.056,0.033,0.0115,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88306",2,41.530011,-90.587611,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",113,100,59,61,0,9,"","","Certification not required",5,1.818407,2.080508,10.45,"2013-02-24 00:00",10.45,"2013-12-03 00:00",7.26,"2013-11-21 00:00",7.03,"2013-03-05 00:00","","","","",10.45,7.26,6.35,4.49,2.59,1.04,0.16,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-06" +"19","163","0015","88306",5,41.530011,-90.587611,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.51273,1.806479,11.5,"2013-02-24 00:00",7.54,"2013-03-05 00:00",6.95,"2013-03-29 00:00",5.33,"2013-03-08 00:00","","","","",11.5,7.54,5.19,3.8,1.96,0.819,0.289,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88355",5,41.530011,-90.587611,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.98351,1.057804,5.69,"2013-06-30 00:00",4.92,"2013-05-07 00:00",4.51,"2013-07-12 00:00",4.47,"2013-07-03 00:00","","","","",5.69,4.92,3.84,3.4,2.65,1.89,0.797,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88357",5,41.530011,-90.587611,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.20987,0.125255,0.728,"2013-02-09 00:00",0.582,"2013-05-07 00:00",0.57,"2013-05-16 00:00",0.453,"2013-06-03 00:00","","","","",0.728,0.582,0.434,0.386,0.276,0.18,0.072,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88370",5,41.530011,-90.587611,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.79115,0.958044,5.42,"2013-06-30 00:00",4.33,"2013-05-07 00:00",4.25,"2013-07-03 00:00",4.24,"2013-07-12 00:00","","","","",5.42,4.33,3.45,3.11,2.35,1.68,0.748,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88374",5,41.530011,-90.587611,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.15137,0.129248,0.681,"2013-08-26 00:00",0.593,"2013-05-07 00:00",0.521,"2013-02-24 00:00",0.474,"2013-07-09 00:00","","","","",0.681,0.593,0.455,0.299,0.201,0.116,0.049,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88375",5,41.530011,-90.587611,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.45779,0.251479,1.29,"2013-06-30 00:00",1.18,"2013-07-03 00:00",1.06,"2013-05-07 00:00",0.977,"2013-07-09 00:00","","","","",1.29,1.18,0.967,0.76,0.654,0.417,0.177,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88376",5,41.530011,-90.587611,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.49445,0.309592,2.05,"2013-06-30 00:00",1.78,"2013-07-03 00:00",1.44,"2013-07-12 00:00",1.01,"2013-05-07 00:00","","","","",2.05,1.78,1,0.781,0.648,0.47,0.191,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88377",5,41.530011,-90.587611,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.36466,0.200255,1.01,"2013-05-07 00:00",0.936,"2013-06-30 00:00",0.747,"2013-04-28 00:00",0.746,"2013-07-12 00:00","","","","",1.01,0.936,0.684,0.608,0.529,0.323,0.122,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88378",5,41.530011,-90.587611,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",2,0.32304,0.18764,0.785,"2013-07-06 00:00",0.767,"2013-09-07 00:00",0.749,"2013-04-28 00:00",0.713,"2013-09-19 00:00","","","","",0.785,0.767,0.708,0.627,0.425,0.286,0.128,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88380",5,41.530011,-90.587611,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.40203,0.236975,1.41,"2013-02-09 00:00",1.17,"2013-05-07 00:00",0.948,"2013-10-10 00:00",0.808,"2013-08-17 00:00","","","","",1.41,1.17,0.783,0.694,0.519,0.371,0.135,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88383",5,41.530011,-90.587611,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.669627,0.362369,1.76,"2013-02-09 00:00",1.75,"2013-05-07 00:00",1.41,"2013-04-28 00:00",1.35,"2013-02-24 00:00","","","","",1.76,1.75,1.34,1.18,0.871,0.604,0.259,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88384",5,41.530011,-90.587611,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.055217,0.021999,0.13,"2013-06-06 00:00",0.112,"2013-06-30 00:00",0.104,"2013-08-08 00:00",0.102,"2013-06-24 00:00","","","","",0.13,0.112,0.0969,0.0832,0.0684,0.0559,0.0312,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88385",5,41.530011,-90.587611,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",97,0.001084,0.000535,0.00564,"2013-06-18 00:00",0.00329,"2013-07-12 00:00",0.00249,"2013-06-24 00:00",0.001,"2013-01-01 00:00","","","","",0.00564,0.00329,0.001,0.001,0.001,0.001,0.001,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88388",5,41.530011,-90.587611,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.51541,0.285935,1.25,"2013-05-07 00:00",1.15,"2013-07-06 00:00",1.1,"2013-04-28 00:00",1.08,"2013-02-24 00:00","","","","",1.25,1.15,1.07,0.975,0.672,0.482,0.19,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88403",2,41.530011,-90.587611,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,1.876814,1.240222,7.21,"2013-09-07 00:00",5.97,"2013-08-20 00:00",5.58,"2013-12-03 00:00",5.26,"2013-05-19 00:00","","","","",5.97,5.58,4.12,3.3,2.48,1.55,0.58,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-06" +"19","163","0015","88403",5,41.530011,-90.587611,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.64086,1.049379,5.45,"2013-05-19 00:00",4.89,"2013-08-20 00:00",4.55,"2013-09-07 00:00",3.96,"2013-04-28 00:00","","","","",5.45,4.89,3.68,2.9,2.27,1.33,0.556,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0015","88502",3,41.530011,-90.587611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8395,96,350,365,0,365,"","","Certification not required",0,10.183085,7.476654,188,"2013-01-14 08:00",74,"2013-07-04 21:00",73,"2013-06-19 21:00",50,"2013-12-03 01:00","","","","",33,28,24,19,14,9,2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","88502",3,41.530011,-90.587611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,10.146857,5.895361,35.4,"2013-12-02 00:00",33.5,"2013-12-03 00:00",30.7,"2013-02-24 00:00",30.1,"2013-02-25 00:00","","","","",30.1,25.9,19.4,17.4,13.5,9.5,2.9,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","88502",4,41.530011,-90.587611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8134,93,337,365,0,626,"","","Certification not required",0,10.555446,6.485638,77,"2013-07-04 21:00",71,"2013-06-19 21:00",53,"2013-11-30 18:00",53,"2013-12-03 04:00","","","","",33,28,22,19,13,9,4,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","88502",4,41.530011,-90.587611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",337,92,337,365,0,0,"","","Certification not required",0,10.514837,5.104301,37.3,"2013-12-02 00:00",36.2,"2013-12-03 00:00",29.1,"2013-02-24 00:00",29.1,"2013-02-25 00:00","","","","",29.1,24.2,19,16.7,13.2,9.7,5.2,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0015","88502",5,41.530011,-90.587611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,9.6,4.839651,30.5,"2013-02-24 00:00",21.3,"2013-02-09 00:00",19.2,"2013-09-07 00:00",18.8,"2013-03-29 00:00","","","","",30.5,21.3,17.2,16,12.5,9.4,4.1,"DAVENPORT, JEFFERSON SCH.","10TH ST. & VINE ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-13" +"19","163","0017","61103",1,41.467236,-90.688451,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8588,98,355,365,0,172,"","","Certification not required",0,3.443805,2.896508,17,"2013-01-19 21:00",17,"2013-01-19 22:00",16.8,"2013-01-19 20:00",16.1,"2013-05-11 12:00","","","","",12.8,11.5,9.4,7.4,4.9,2.8,0.4,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0017","61104",1,41.467236,-90.688451,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8588,98,355,365,0,172,"","","Certification not required",0,214.344434,96.215508,359,"2013-01-06 22:00",359,"2013-02-25 13:00",359,"2013-03-24 15:00",359,"2013-05-02 01:00","","","","",355,350,338,324,298,237,82,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0017","62101",1,41.467236,-90.688451,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8673,99,361,365,0,87,"","","Certification not required",0,49.442638,22.202019,97,"2013-08-30 15:00",97,"2013-08-30 16:00",97,"2013-09-09 14:00",97,"2013-09-09 15:00","","","","",89,86,82,78,68,50,20,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0017","64101",1,41.467236,-90.688451,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8682,99,361,365,0,78,"","","Certification not required",0,993.108616,6.983036,1017.2,"2013-11-12 09:00",1017.2,"2013-11-12 10:00",1017.2,"2013-11-23 20:00",1017.1,"2013-11-12 11:00","","","","",1011.6,1008.8,1004.3,1001.9,997.5,993,984.7,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0017","81102",2,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",351,96,351,365,0,14,0,0,"Certification not required",0,43.643875,25.48627,141,"2013-09-27 00:00",130,"2013-06-20 00:00",124,"2013-04-21 00:00",123,"2013-10-11 00:00","","","","",123,113,92,80,59,37,16,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0017","81102",3,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8303,95,345,365,0,457,"","","Certification not required",101,44.470191,52.113274,799,"2013-03-09 09:00",778,"2013-02-18 06:00",634,"2013-01-15 10:00",608,"2013-08-19 05:00","","","","",257,198,140,97,53,27,9,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0017","81102",3,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",345,95,345,365,0,0,1,1,"Certification not required",0,43.715942,26.572639,156,"2013-09-27 00:00",136,"2013-02-09 00:00",124,"2013-04-21 00:00",121,"2013-02-06 00:00","","","","",121,114,97,80,58,37,15,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0017","81102",4,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",4291,49,177,365,0,797,"","","Certification not required",0,35.19203,45.883189,630,"2013-02-18 06:00",594,"2013-03-09 09:00",537,"2013-01-15 10:00",404,"2013-01-10 06:00","","","","",228,174,124,81,41,19,6,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2013-08-12" +"19","163","0017","81102",4,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",177,48,177,365,0,0,0,0,"Certification not required",0,34.322034,24.216899,110,"2013-06-20 00:00",108,"2013-02-09 00:00",104,"2013-03-14 00:00",101,"2013-04-21 00:00","","","","",108,101,89,73,46,29,8,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2013-08-12" +"19","163","0017","81102",5,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",3475,40,143,365,0,197,"","","Certification not required",9,50.821583,52.320668,623,"2013-08-19 05:00",564,"2013-09-04 05:00",496,"2013-08-15 06:00",445,"2013-09-27 18:00","","","","",273,204,148,109,61,34,13,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0017","81102",5,41.467236,-90.688451,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",143,39,143,365,0,0,1,1,"Certification not required",0,49.916084,27.604729,163,"2013-09-27 00:00",154,"2013-10-11 00:00",118,"2013-08-28 00:00",114,"2013-09-17 00:00","","","","",154,118,101,83,64,45,19,"BUFFALO, LW MINING","11100 110TH AVE. DAVENPORT","Iowa","Scott","Buffalo","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0018","68101",1,41.550005,-90.600115,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,100,58,61,0,13,"","","Certification not required",49,0.192672,0.183831,1.5,"2013-08-17 00:00",0.6,"2013-06-12 00:00",0.5,"2013-05-31 00:00",0.5,"2013-06-15 00:00","","","","",0.6,0.5,0.5,0.4,0.3,0.2,0.05,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68102",1,41.550005,-90.600115,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,100,58,61,0,13,"","","Certification not required",0,24.073276,0.080604,24.2,"2013-07-30 00:00",24.2,"2013-08-11 00:00",24.2,"2013-08-17 00:00",24.1,"2013-01-01 00:00","","","","",24.2,24.2,24.1,24.1,24.1,24.1,24,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68103",1,41.550005,-90.600115,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,58,61,0,13,"","","Certification not required",0,4.480172,11.965016,24.4,"2013-07-18 00:00",24.4,"2013-08-28 00:00",23.9,"2013-08-29 00:00",23.5,"2013-07-09 00:00","","","","",24.4,23.9,22.2,20.4,16.7,3.7,-11.3,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68104",1,41.550005,-90.600115,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,58,61,0,13,"","","Certification not required",0,15.791379,12.824634,36.7,"2013-08-28 00:00",36.2,"2013-07-18 00:00",34.8,"2013-09-10 00:00",34.1,"2013-07-15 00:00","","","","",36.2,34.8,33.1,32,28,16.3,-1.7,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68105",1,41.550005,-90.600115,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,58,61,0,13,"","","Certification not required",0,10.156034,12.046116,30.6,"2013-07-18 00:00",29.3,"2013-08-28 00:00",28.5,"2013-07-15 00:00",28.2,"2013-09-10 00:00","","","","",29.3,28.5,27.4,25.5,21,10,-6.2,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68106",1,41.550005,-90.600115,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,58,61,0,13,"","","Certification not required",0,742.387931,5.607094,763,"2013-11-12 00:00",756,"2013-11-24 00:00",754,"2013-09-16 00:00",754,"2013-10-13 00:00","","","","",756,754,752,749,746,742,735,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68107",1,41.550005,-90.600115,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,58,61,0,13,"","","Certification not required",0,748.775862,5.507444,768,"2013-11-12 00:00",767,"2013-11-24 00:00",765,"2013-08-17 00:00",760,"2013-10-13 00:00","","","","",767,765,759,755,751,749,742,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68108",1,41.550005,-90.600115,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,58,61,0,13,"","","Certification not required",0,745.551724,5.434743,766,"2013-11-12 00:00",763,"2013-11-24 00:00",758,"2013-10-13 00:00",757,"2013-09-16 00:00","","","","",763,758,755,752,748,746,739,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","68109",1,41.550005,-90.600115,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,100,58,61,0,13,"","","Certification not required",0,1438.896552,4.288264,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","81102",1,41.550005,-90.600115,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",120,98,120,122,0,6,0,0,"Certification not required",1,17.691667,8.765666,43,"2013-09-07 00:00",38,"2013-09-04 00:00",37,"2013-08-26 00:00",37,"2013-12-03 00:00","","","","",38,37,35,30,23,16,7,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","86502",1,41.550005,-90.600115,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,18,"","","Certification not required",0,8.345714,5.76358,22.6,"2013-09-07 00:00",22.5,"2013-07-18 00:00",22.1,"2013-09-10 00:00",21.4,"2013-04-04 00:00","","","","",22.5,22.1,20.9,17.4,12,6.8,2.1,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","88101",1,41.550005,-90.600115,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,13,1,1,"Certification not required",0,9.832759,5.386824,35.7,"2013-12-03 00:00",29.3,"2013-02-24 00:00",22.4,"2013-11-21 00:00",20.1,"2013-09-08 00:00","","","","",29.3,22.4,18.4,15.7,12.8,9.7,4.1,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0018","88101",1,41.550005,-90.600115,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,13,"","","Certification not required",0,9.832759,5.386824,35.7,"2013-12-03 00:00",29.3,"2013-02-24 00:00",22.4,"2013-11-21 00:00",20.1,"2013-09-08 00:00","","","","",29.3,22.4,18.4,15.7,12.8,9.7,4.1,"DAVENPORT, ADAMS SCH.","3029 N DIVISION ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","61103",1,41.517772,-90.618755,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8697,99,361,365,0,63,"","","Certification not required",0,2.407577,1.754171,16.7,"2013-08-17 21:00",10.5,"2013-02-11 08:00",10.1,"2013-02-11 07:00",10,"2013-02-11 06:00","","","","",7.7,6.9,5.6,4.8,3.4,2.2,0.3,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0019","61104",1,41.517772,-90.618755,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8697,99,361,365,0,63,"","","Certification not required",0,206.983902,97.76438,359,"2013-02-26 22:00",359,"2013-03-24 17:00",359,"2013-05-02 17:00",359,"2013-05-23 19:00","","","","",355,351,340,324,292,213,67,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-15" +"19","163","0019","62101",1,41.517772,-90.618755,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8550,98,356,365,0,210,"","","Certification not required",0,50.432164,22.198928,99,"2013-09-09 14:00",99,"2013-09-09 15:00",98,"2013-08-30 14:00",98,"2013-08-30 15:00","","","","",90,87,83,79,69,51,21,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-13" +"19","163","0019","64101",1,41.517772,-90.618755,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8753,100,364,365,0,7,"","","Certification not required",0,994.889032,7.057398,1019.4,"2013-11-12 09:00",1019.2,"2013-11-12 08:00",1019.2,"2013-11-12 10:00",1019.2,"2013-11-23 20:00","","","","",1013.8,1010.7,1006.2,1003.8,999.2,994.7,986.3,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-13" +"19","163","0019","68101",1,41.517772,-90.618755,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",328,100,117,122,0,37,"","","Certification not required",218,0.158232,0.183849,0.7,"2013-09-05 00:00",0.7,"2013-09-06 00:00",0.7,"2013-09-08 00:00",0.7,"2013-09-14 00:00","","","","",0.7,0.7,0.6,0.5,0.2,0.05,0.05,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68102",1,41.517772,-90.618755,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",328,100,117,122,0,37,"","","Certification not required",0,23.981098,0.085004,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68103",1,41.517772,-90.618755,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",328,100,117,122,0,37,"","","Certification not required",0,3.627744,11.458207,24.6,"2013-07-19 00:00",22.7,"2013-09-08 00:00",22.6,"2013-07-09 00:00",22.4,"2013-09-09 00:00","","","","",22.4,21.6,19.9,18.5,14.2,3.4,-11.8,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68104",1,41.517772,-90.618755,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",328,100,117,122,0,37,"","","Certification not required",0,15.1625,12.479445,38.5,"2013-09-09 00:00",37.2,"2013-09-10 00:00",35.6,"2013-07-19 00:00",35.1,"2013-09-19 00:00","","","","",35.1,34.3,32.2,30.8,27.2,15,-0.8,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68105",1,41.517772,-90.618755,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",328,100,117,122,0,37,"","","Certification not required",0,9.394207,11.678913,29.7,"2013-09-09 00:00",29.7,"2013-09-10 00:00",29.5,"2013-07-19 00:00",28.3,"2013-07-15 00:00","","","","",28.3,27.1,26,24.3,20.2,9.7,-6.2,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68106",1,41.517772,-90.618755,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",328,100,117,122,0,37,"","","Certification not required",0,743.472561,5.776615,763,"2013-11-12 00:00",762,"2013-12-07 00:00",760,"2013-11-23 00:00",756,"2013-11-24 00:00","","","","",756,754,752,750,747,744,735,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68107",1,41.517772,-90.618755,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",328,100,117,122,0,37,"","","Certification not required",0,749.716463,5.649993,768,"2013-11-12 00:00",767,"2013-11-23 00:00",767,"2013-11-24 00:00",767,"2013-12-07 00:00","","","","",767,763,759,756,753,750,742,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68108",1,41.517772,-90.618755,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",328,100,117,122,0,37,"","","Certification not required",0,746.667683,5.622361,765,"2013-11-12 00:00",764,"2013-11-23 00:00",764,"2013-12-07 00:00",763,"2013-11-24 00:00","","","","",763,759,755,753,750,747,738,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","68109",1,41.517772,-90.618755,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",328,100,117,122,0,37,"","","Certification not required",0,1438.140244,4.728581,1440,"2013-01-03 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-17 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","81102",2,41.517772,-90.618755,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",119,98,119,122,0,6,0,0,"Certification not required",1,19.336134,9.476355,48,"2013-09-07 00:00",43,"2013-12-03 00:00",39,"2013-04-04 00:00",39,"2013-09-04 00:00","","","","",43,39,38,32,26,17,8,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","86502",1,41.517772,-90.618755,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,17,"","","Certification not required",0,9.448598,6.320383,27.9,"2013-09-07 00:00",26.2,"2013-10-10 00:00",25.6,"2013-04-04 00:00",22.7,"2013-06-09 00:00","","","","",26.2,25.6,22.5,18,12.9,8.3,2.1,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","88101",1,41.517772,-90.618755,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,37,2,2,"Certification not required",0,10.010671,5.48951,40.3,"2013-12-02 00:00",39.6,"2013-12-03 00:00",30.4,"2013-02-25 00:00",28.1,"2013-02-24 00:00","","","","",28.1,24.4,18.7,16.7,13.3,8.9,4.2,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","88101",1,41.517772,-90.618755,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,37,"","","Certification not required",0,10.010671,5.48951,40.3,"2013-12-02 00:00",39.6,"2013-12-03 00:00",30.4,"2013-02-25 00:00",28.1,"2013-02-24 00:00","","","","",28.1,24.4,18.7,16.7,13.3,8.9,4.2,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0019","88502",3,41.517772,-90.618755,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8394,96,351,365,0,366,"","","Certification not required",0,10.169288,7.088708,72,"2013-07-04 21:00",62,"2013-12-03 07:00",57,"2013-07-24 19:00",57,"2013-12-03 12:00","","","","",35,29,23,19,13,9,3,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-13" +"19","163","0019","88502",3,41.517772,-90.618755,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,10.129915,5.536233,41.8,"2013-12-02 00:00",39.9,"2013-12-03 00:00",29.9,"2013-02-25 00:00",28,"2013-02-24 00:00","","","","",28,22.5,19.4,17,13.1,9.2,4.2,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-13" +"19","163","0019","88502",4,41.517772,-90.618755,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7926,90,325,365,0,834,"","","Certification not required",0,11.546303,7.510283,82,"2013-07-04 21:00",68,"2013-12-03 07:00",62,"2013-12-02 10:00",62,"2013-12-02 13:00","","","","",38,32,25,21,15,10,4,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-13" +"19","163","0019","88502",4,41.517772,-90.618755,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,"","","Certification not required",0,11.523077,5.929643,45.5,"2013-12-02 00:00",43.1,"2013-12-03 00:00",33.2,"2013-02-25 00:00",29.8,"2013-02-24 00:00","","","","",29.8,25.9,21.4,18.8,14.5,10.4,5.2,"DAVENPORT, BH FOUNDRY","300 WELLMAN ST. DAVENPORT","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-13" +"19","163","0020","61103",1,41.512077,-90.624044,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8705,99,362,365,0,55,"","","Certification not required",0,2.633509,1.71226,10.1,"2013-01-19 22:00",9.4,"2013-01-19 21:00",9.4,"2013-03-04 12:00",9.4,"2013-05-11 10:00","","","","",7,6.6,5.8,4.9,3.7,2.5,0.5,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","61104",1,41.512077,-90.624044,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8705,99,362,365,0,55,"","","Certification not required",0,221.954049,101.558115,359,"2013-01-10 00:00",359,"2013-01-15 23:00",359,"2013-02-25 00:00",359,"2013-03-03 01:00","","","","",357,355,350,344,319,222,82,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","62101",1,41.512077,-90.624044,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8628,98,356,365,0,132,"","","Certification not required",0,49.538363,22.433003,99,"2013-08-30 15:00",99,"2013-08-30 16:00",99,"2013-09-09 15:00",98,"2013-08-30 14:00","","","","",90,87,83,79,69,50,20,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","64101",1,41.512077,-90.624044,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8745,100,364,365,0,15,"","","Certification not required",0,994.483362,7.012686,1019,"2013-11-12 10:00",1018.8,"2013-11-12 09:00",1018.7,"2013-11-12 11:00",1018.6,"2013-11-12 08:00","","","","",1013.2,1010.2,1005.8,1003.4,998.8,994.3,986,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","68101",1,41.512077,-90.624044,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,98,120,122,0,5,"","","Certification not required",32,0.265833,0.205183,1.4,"2013-09-13 00:00",0.6,"2013-06-12 00:00",0.6,"2013-08-26 00:00",0.6,"2013-09-10 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.2,0.05,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68102",1,41.512077,-90.624044,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,5,"","","Certification not required",0,23.9875,0.05276,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68103",1,41.512077,-90.624044,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,5,"","","Certification not required",0,3.905085,12.295436,23.3,"2013-07-18 00:00",23.3,"2013-08-29 00:00",22.8,"2013-07-09 00:00",21.6,"2013-07-15 00:00","","","","",23.3,22.8,20.9,19.6,15.2,3.5,-12.5,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68104",1,41.512077,-90.624044,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,5,"","","Certification not required",0,15.424167,12.809719,36.5,"2013-09-10 00:00",35.5,"2013-07-18 00:00",34.5,"2013-08-26 00:00",34.5,"2013-09-19 00:00","","","","",35.5,34.5,33,31.1,27.4,16,-2.1,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68105",1,41.512077,-90.624044,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,5,"","","Certification not required",0,9.810833,12.191558,29.7,"2013-07-18 00:00",29.1,"2013-09-10 00:00",27.9,"2013-07-15 00:00",27.4,"2013-08-26 00:00","","","","",29.1,27.9,26.8,25.3,21.2,10.7,-7.2,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68106",1,41.512077,-90.624044,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,5,"","","Certification not required",0,745.75,4.593108,756,"2013-01-22 00:00",756,"2013-12-06 00:00",756,"2013-12-24 00:00",754,"2013-12-12 00:00","","","","",756,756,753,752,749,746,739,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68107",1,41.512077,-90.624044,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,5,"","","Certification not required",0,751.866667,4.860981,765,"2013-12-06 00:00",764,"2013-12-12 00:00",764,"2013-12-24 00:00",760,"2013-01-10 00:00","","","","",764,764,759,758,756,752,746,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68108",1,41.512077,-90.624044,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,5,"","","Certification not required",0,748.858333,4.598677,761,"2013-12-24 00:00",760,"2013-12-06 00:00",758,"2013-12-12 00:00",757,"2013-01-22 00:00","","","","",760,758,756,754,752,749,743,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","68109",1,41.512077,-90.624044,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,98,120,122,0,5,"","","Certification not required",0,1438.883333,3.744314,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-29" +"19","163","0020","88101",1,41.512077,-90.624044,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,5,1,1,"Certification not required",0,10.418333,5.807486,38.6,"2013-12-03 00:00",30.6,"2013-02-24 00:00",26.1,"2013-11-30 00:00",25.9,"2013-11-21 00:00","","","","",30.6,26.1,19.6,17,13.5,10,4.1,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-06" +"19","163","0020","88101",1,41.512077,-90.624044,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,5,"","","Certification not required",0,10.418333,5.807486,38.6,"2013-12-03 00:00",30.6,"2013-02-24 00:00",26.1,"2013-11-30 00:00",25.9,"2013-11-21 00:00","","","","",30.6,26.1,19.6,17,13.5,10,4.1,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-02-06" +"19","163","0020","88502",3,41.512077,-90.624044,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8374,96,348,365,0,386,"","","Certification not required",0,12.025794,7.83257,199,"2013-11-19 07:00",146,"2013-07-04 20:00",143,"2013-07-04 21:00",128,"2013-11-19 05:00","","","","",38,31,25,21,16,10,5,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","88502",3,41.512077,-90.624044,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,11.985632,5.523742,37.6,"2013-12-03 00:00",37.5,"2013-12-02 00:00",32.7,"2013-02-25 00:00",31.5,"2013-12-13 00:00","","","","",31.5,29.7,21.7,18.5,14.5,11.1,6.2,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","88502",4,41.512077,-90.624044,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8045,92,331,365,0,715,"","","Certification not required",0,11.750155,8.456957,215,"2013-11-19 07:00",176,"2013-10-11 00:00",151,"2013-07-04 20:00",149,"2013-07-04 21:00","","","","",39,32,25,21,15,10,4,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","163","0020","88502",4,41.512077,-90.624044,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,11.701511,5.890591,40.1,"2013-12-03 00:00",39.2,"2013-12-02 00:00",32.2,"2013-07-04 00:00",31.9,"2013-12-13 00:00","","","","",31.9,29.6,21.1,18.9,14,10.8,5.4,"Hayes School","622 South Concord Street, Davenport IA 52802-2014","Iowa","Scott","Davenport","Davenport-Moline-Rock Island, IA-IL","2014-01-09" +"19","169","0011","44201",1,41.882867,-93.6878,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4893,100,214,214,0,243,0,0,"Certification not required",26,0.045285,0.010432,0.067,"2013-07-06 17:00",0.066,"2013-05-07 14:00",0.065,"2013-05-14 12:00",0.064,"2013-07-05 12:00","","","","",0.065,0.063,0.059,0.057,0.054,0.047,0.03,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2013-11-14" +"19","169","0011","44201",1,41.882867,-93.6878,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5123,100,214,214,0,0,0,0,"Certification not required",0,0.041397,0.010197,0.063,"2013-05-14 11:00",0.063,"2013-07-06 11:00",0.062,"2013-05-07 10:00",0.061,"2013-07-05 10:00","","","","",0.062,0.058,0.055,0.052,0.049,0.043,0.027,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2013-11-14" +"19","169","0011","44201",1,41.882867,-93.6878,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5123,100,214,214,0,0,0,0,"Certification not required",0,0.041397,0.010197,0.063,"2013-05-14 11:00",0.063,"2013-07-06 11:00",0.062,"2013-05-07 10:00",0.061,"2013-07-05 10:00","","","","",0.062,0.058,0.055,0.052,0.049,0.043,0.027,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2013-11-14" +"19","169","0011","44201",2,41.882867,-93.6878,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5109,100,214,214,0,27,0,0,"Certification not required",20,0.046168,0.010408,0.068,"2013-07-06 17:00",0.067,"2013-05-07 15:00",0.066,"2013-05-14 16:00",0.065,"2013-07-05 13:00","","","","",0.066,0.063,0.061,0.058,0.054,0.048,0.031,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2013-11-14" +"19","169","0011","44201",2,41.882867,-93.6878,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.04229,0.010173,0.064,"2013-07-06 11:00",0.063,"2013-05-14 10:00",0.062,"2013-05-07 10:00",0.062,"2013-07-05 10:00","","","","",0.062,0.059,0.056,0.053,0.05,0.044,0.028,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2013-11-14" +"19","169","0011","44201",2,41.882867,-93.6878,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.04229,0.010173,0.064,"2013-07-06 11:00",0.063,"2013-05-14 10:00",0.062,"2013-05-07 10:00",0.062,"2013-07-05 10:00","","","","",0.062,0.059,0.056,0.053,0.05,0.044,0.028,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2013-11-14" +"19","169","0011","61103",1,41.882867,-93.6878,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8361,95,347,365,0,399,"","","Certification not required",0,4.289726,2.972285,17,"2013-01-30 03:00",17,"2013-01-30 04:00",16.8,"2013-01-30 07:00",16.7,"2013-01-30 05:00","","","","",13.3,11.9,10.2,8.4,5.9,3.7,1,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2014-01-03" +"19","169","0011","61104",1,41.882867,-93.6878,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8361,95,347,365,0,399,"","","Certification not required",0,203.011003,100.964011,359.9,"2013-01-23 23:00",359.9,"2013-03-16 12:00",359.8,"2013-05-01 18:00",359.8,"2013-05-03 02:00","","","","",357.5,355.8,349.4,340.1,289.4,205,51.4,"SLATER CITY HALL","105 GREENE STREET-CITY HALL","Iowa","Story","Slater","Ames, IA","2014-01-03" +"19","177","0006","42401",1,40.695078,-92.006318,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8286,95,362,365,0,474,0,"","Certification not required",0,0.6,0.554008,5.7,"2013-08-09 12:00",3,"2013-09-26 10:00",2.7,"2013-09-06 15:00",2.5,"2013-10-27 19:00","","","","",2.5,2.1,1.5,1.2,0.8,0.4,0.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-16" +"19","177","0006","42401",1,40.695078,-92.006318,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8286,95,362,365,0,474,"","","Certification not required",0,0.268537,0.260195,5.7,"2013-08-09 12:00",4.5,"2013-08-09 13:00",3.1,"2013-08-09 14:00",3,"2013-09-26 10:00","","","","",1.3,1,0.7,0.6,0.3,0.2,0.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-16" +"19","177","0006","42401",1,40.695078,-92.006318,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.26326,0.178493,1,"2013-04-21 00:00",0.9,"2013-08-09 00:00",0.9,"2013-11-15 00:00",0.8,"2013-04-22 00:00","","","","",0.8,0.7,0.6,0.5,0.3,0.2,0.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-16" +"19","177","0006","42401",1,40.695078,-92.006318,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2496,85,349,365,0,0,"",0,"Certification not required",0,0.255609,0.246109,4.4,"2013-08-09 14:00",2,"2013-09-26 11:00",1.8,"2013-09-25 14:00",1.8,"2013-10-27 20:00","","","","",1.1,0.9,0.7,0.5,0.3,0.2,0.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-16" +"19","177","0006","42406",1,40.695078,-92.006318,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8286,95,362,365,0,474,"","","Certification not required",0,0.344219,0.384874,10.4,"2013-12-10 00:00",9.8,"2013-08-09 12:00",8.5,"2013-04-18 12:00",6,"2013-09-26 10:00","","","","",1.7,1.4,0.9,0.7,0.4,0.2,0.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","42601",1,40.695078,-92.006318,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8081,92,349,365,0,679,"","","Certification not required",0,0.090335,0.280257,13.6,"2013-12-11 12:00",9.2,"2013-12-14 03:00",2.6,"2013-01-31 03:00",2.4,"2013-01-29 12:00","","","","",1.1,0.8,0.5,0.3,0.1,0,0,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","42602",1,40.695078,-92.006318,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8081,92,349,365,0,679,0,"","Certification not required",0,3.388825,2.355128,28.8,"2013-12-14 03:00",13.1,"2013-12-20 00:00",12.1,"2013-12-19 23:00",10,"2013-07-03 01:00","","","","",10,9.6,7.1,6.1,4,2.7,1.5,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","42602",1,40.695078,-92.006318,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8081,92,349,365,0,679,"","","Certification not required",0,1.914058,1.459097,28.8,"2013-12-14 03:00",21.4,"2013-12-14 02:00",19.9,"2013-12-14 04:00",17.5,"2013-12-14 01:00","","","","",6.9,6.1,4.7,3.6,2.4,1.6,0.6,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","42603",1,40.695078,-92.006318,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8081,92,349,365,0,679,"","","Certification not required",0,2.028598,1.560933,38,"2013-12-14 03:00",22,"2013-12-14 02:00",21.3,"2013-12-14 04:00",17.6,"2013-12-14 01:00","","","","",7.1,6.5,5,3.8,2.5,1.7,0.7,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","44201",1,40.695078,-92.006318,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4851,98,210,214,0,285,0,0,"Certification not required",7,0.046762,0.010755,0.075,"2013-09-07 15:00",0.073,"2013-05-14 16:00",0.071,"2013-09-09 16:00",0.068,"2013-09-08 13:00","","","","",0.071,0.066,0.063,0.06,0.055,0.047,0.032,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2013-11-14" +"19","177","0006","44201",1,40.695078,-92.006318,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,98,210,214,0,0,0,0,"Certification not required",0,0.043,0.010457,0.069,"2013-09-07 11:00",0.064,"2013-09-09 10:00",0.063,"2013-05-14 11:00",0.063,"2013-09-08 10:00","","","","",0.063,0.061,0.058,0.055,0.051,0.043,0.028,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2013-11-14" +"19","177","0006","44201",1,40.695078,-92.006318,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,98,210,214,0,0,0,0,"Certification not required",0,0.043,0.010457,0.069,"2013-09-07 11:00",0.064,"2013-09-09 10:00",0.063,"2013-05-14 11:00",0.063,"2013-09-08 10:00","","","","",0.063,0.061,0.058,0.055,0.051,0.043,0.028,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2013-11-14" +"19","177","0006","44201",2,40.695078,-92.006318,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4851,98,210,214,0,285,0,0,"Certification not required",7,0.046933,0.010847,0.075,"2013-09-07 15:00",0.074,"2013-05-14 16:00",0.07,"2013-09-09 16:00",0.068,"2013-09-08 13:00","","","","",0.07,0.065,0.064,0.06,0.055,0.048,0.032,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2013-11-14" +"19","177","0006","44201",2,40.695078,-92.006318,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,98,210,214,0,0,0,0,"Certification not required",0,0.043143,0.01049,0.069,"2013-09-07 11:00",0.064,"2013-05-14 12:00",0.064,"2013-09-09 10:00",0.063,"2013-09-08 10:00","","","","",0.064,0.062,0.059,0.056,0.051,0.044,0.028,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2013-11-14" +"19","177","0006","44201",2,40.695078,-92.006318,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,98,210,214,0,0,0,0,"Certification not required",0,0.043143,0.01049,0.069,"2013-09-07 11:00",0.064,"2013-05-14 12:00",0.064,"2013-09-09 10:00",0.063,"2013-09-08 10:00","","","","",0.064,0.062,0.059,0.056,0.051,0.044,0.028,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2013-11-14" +"19","177","0006","61103",1,40.695078,-92.006318,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,4.943303,3.016623,20,"2013-02-10 15:00",19.2,"2013-02-10 19:00",18.7,"2013-04-14 13:00",18.1,"2013-01-18 14:00","","","","",13.3,12.1,10.3,9,6.8,4.5,1.3,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","61104",1,40.695078,-92.006318,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,201.438286,99.226841,359,"2013-01-24 00:00",359,"2013-01-29 19:00",359,"2013-03-16 02:00",359,"2013-03-16 17:00","","","","",356,353,344,332,292,198,56,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","62101",1,40.695078,-92.006318,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8682,99,361,365,0,78,"","","Certification not required",0,50.623935,21.824517,100,"2013-08-30 15:00",100,"2013-08-30 16:00",100,"2013-09-09 13:00",99,"2013-08-30 13:00","","","","",91,88,83,79,69,51,22,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","62201",1,40.695078,-92.006318,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8749,100,365,365,0,11,"","","Certification not required",0,74.487141,19.49944,100,"2013-01-03 02:00",100,"2013-01-03 03:00",100,"2013-01-03 04:00",100,"2013-01-03 05:00","","","","",100,100,100,100,92,76,47,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","64101",1,40.695078,-92.006318,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8759,100,365,365,0,1,"","","Certification not required",0,988.441409,6.877828,1013.5,"2013-11-12 09:00",1013.5,"2013-11-12 10:00",1013.1,"2013-11-12 08:00",1013.1,"2013-11-12 11:00","","","","",1006.8,1004.3,999.5,997.1,992.7,988.3,979.9,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","68101",1,40.695078,-92.006318,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,100,60,61,0,4,"","","Certification not required",120,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68102",1,40.695078,-92.006318,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,60,61,0,4,"","","Certification not required",0,24.078333,0.058242,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68103",1,40.695078,-92.006318,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,4,"","","Certification not required",0,4.460833,12.222099,24.8,"2013-07-09 00:00",23.9,"2013-07-18 00:00",23.7,"2013-06-21 00:00",22.5,"2013-09-10 00:00","","","","",23.9,23.7,20.6,19.6,16.1,5.4,-11.9,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68104",1,40.695078,-92.006318,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,4,"","","Certification not required",0,16.084167,12.935542,36.6,"2013-09-10 00:00",36.4,"2013-09-07 00:00",36.3,"2013-08-29 00:00",35.8,"2013-08-26 00:00","","","","",36.4,36.3,34.3,32.3,27.9,16.4,-2.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68105",1,40.695078,-92.006318,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,4,"","","Certification not required",0,10.094167,12.360389,29.5,"2013-07-18 00:00",29.5,"2013-09-10 00:00",29.2,"2013-08-29 00:00",28.6,"2013-06-21 00:00","","","","",29.5,29.2,28.1,25.6,20.9,10.8,-6.9,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68106",1,40.695078,-92.006318,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,4,"","","Certification not required",0,740.116667,5.047977,758,"2013-11-12 00:00",751,"2013-01-22 00:00",751,"2013-12-06 00:00",750,"2013-11-24 00:00","","","","",751,751,748,746,743,740,734,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68107",1,40.695078,-92.006318,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,4,"","","Certification not required",0,746.35,5.396311,764,"2013-11-12 00:00",762,"2013-11-24 00:00",759,"2013-12-06 00:00",757,"2013-12-12 00:00","","","","",762,759,755,753,750,746,740,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68108",1,40.695078,-92.006318,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,4,"","","Certification not required",0,743.216667,5.150154,761,"2013-11-12 00:00",757,"2013-11-24 00:00",754,"2013-12-06 00:00",754,"2013-12-24 00:00","","","","",757,754,751,750,746,743,737,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","68109",1,40.695078,-92.006318,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,100,60,61,0,4,"","","Certification not required",0,1439.416667,2.499019,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","81102",1,40.695078,-92.006318,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",115,92,112,122,0,11,0,0,"Certification not required",6,14.921739,8.762107,42,"2013-06-21 00:00",37,"2013-08-29 00:00",36,"2013-09-07 00:00",33,"2013-04-07 00:00","","","","",37,36,31,26,21,14,4,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","85101",1,40.695078,-92.006318,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.696663,6.443472,29.8691,"2013-05-01 00:00",28.3094,"2013-01-25 00:00",28.1864,"2013-04-04 00:00",25.8051,"2013-04-07 00:00","","","","",29.8691,28.3094,28.1864,19.5595,14.1574,10.104,4.6703,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","86502",1,40.695078,-92.006318,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,15,"","","Certification not required",0,7.342991,5.990938,24.7,"2013-08-29 00:00",23.7,"2013-06-21 00:00",22.9,"2013-05-01 00:00",20.3,"2013-08-17 00:00","","","","",23.7,22.9,19.1,16,11.1,6.1,0.9,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","86502",2,40.695078,-92.006318,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.803922,4.673412,22,"2013-05-01 00:00",18,"2013-01-25 00:00",16,"2013-04-04 00:00",15,"2013-04-07 00:00","","","","",22,18,16,10,6,3,1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88101",1,40.695078,-92.006318,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,4,0,0,"Certification not required",0,8.1425,4.255825,21.4,"2013-12-03 00:00",18.9,"2013-02-24 00:00",18.2,"2013-07-06 00:00",17.1,"2013-06-21 00:00","","","","",18.9,18.2,16.3,14.2,11,7.7,3.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","88101",1,40.695078,-92.006318,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,4,"","","Certification not required",0,8.1425,4.255825,21.4,"2013-12-03 00:00",18.9,"2013-02-24 00:00",18.2,"2013-07-06 00:00",17.1,"2013-06-21 00:00","","","","",18.9,18.2,16.3,14.2,11,7.7,3.1,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-29" +"19","177","0006","88103",1,40.695078,-92.006318,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-01-16 00:00",0.001,"2013-04-22 00:00",0.001,"2013-05-07 00:00",0.001,"2013-05-19 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88104",1,40.695078,-92.006318,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.022592,0.027666,0.177,"2013-05-01 00:00",0.0757,"2013-04-28 00:00",0.073,"2013-05-16 00:00",0.049,"2013-05-13 00:00","","","","",0.177,0.0757,0.073,0.046,0.0261,0.014,0.005,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88109",1,40.695078,-92.006318,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002514,0.001584,0.009,"2013-03-08 00:00",0.0066,"2013-01-31 00:00",0.0048,"2013-03-29 00:00",0.0042,"2013-02-09 00:00","","","","",0.009,0.0066,0.0048,0.0042,0.0033,0.0022,0.0009,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88111",1,40.695078,-92.006318,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.047661,0.054897,0.264,"2013-05-01 00:00",0.2299,"2013-04-04 00:00",0.1699,"2013-04-07 00:00",0.156,"2013-05-16 00:00","","","","",0.264,0.2299,0.1699,0.1073,0.0489,0.0316,0.0091,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88112",1,40.695078,-92.006318,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-01-10 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88114",1,40.695078,-92.006318,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.000429,0.000229,0.0011,"2013-02-21 00:00",0.0009,"2013-01-07 00:00",0.0009,"2013-03-20 00:00",0.0008,"2013-02-09 00:00","","","","",0.0011,0.0009,0.0009,0.0007,0.0006,0.0004,0.00015,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88115",1,40.695078,-92.006318,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.001561,0.00149,0.0068,"2013-04-07 00:00",0.0066,"2013-04-04 00:00",0.004,"2013-05-01 00:00",0.0039,"2013-05-16 00:00","","","","",0.0068,0.0066,0.004,0.0038,0.0021,0.0013,0.00015,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88126",1,40.695078,-92.006318,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.020359,0.0146,0.0827,"2013-05-01 00:00",0.0593,"2013-05-16 00:00",0.0473,"2013-04-28 00:00",0.0366,"2013-04-04 00:00","","","","",0.0827,0.0593,0.0473,0.0356,0.0271,0.0173,0.0075,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88128",1,40.695078,-92.006318,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001647,0.001383,0.008,"2013-01-28 00:00",0.004,"2013-02-24 00:00",0.004,"2013-04-04 00:00",0.004,"2013-04-22 00:00","","","","",0.008,0.004,0.004,0.003,0.002,0.001,0.001,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88132",1,40.695078,-92.006318,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001059,0.00058,0.003,"2013-05-16 00:00",0.002,"2013-02-09 00:00",0.002,"2013-02-21 00:00",0.002,"2013-03-08 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0.001,0,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88136",1,40.695078,-92.006318,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88140",1,40.695078,-92.006318,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.009895,0.008617,0.0412,"2013-05-01 00:00",0.0377,"2013-05-16 00:00",0.0224,"2013-05-19 00:00",0.0201,"2013-04-04 00:00","","","","",0.0412,0.0377,0.0224,0.0176,0.0142,0.0086,0.001,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88152",1,40.695078,-92.006318,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.001101,0.001804,0.0064,"2013-02-21 00:00",0.006,"2013-05-28 00:00",0.0057,"2013-01-31 00:00",0.0053,"2013-02-18 00:00","","","","",0.0064,0.006,0.0057,0.0041,0.0014,0.00015,0.00015,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88154",1,40.695078,-92.006318,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.000433,0.000302,0.0013,"2013-04-07 00:00",0.0011,"2013-05-16 00:00",0.001,"2013-05-07 00:00",0.001,"2013-05-19 00:00","","","","",0.0013,0.0011,0.001,0.0009,0.0006,0.0004,0.0001,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88161",1,40.695078,-92.006318,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0014,0.001351,0.0079,"2013-05-01 00:00",0.0043,"2013-05-16 00:00",0.004,"2013-04-28 00:00",0.0032,"2013-04-04 00:00","","","","",0.0079,0.0043,0.004,0.0028,0.002,0.0009,0.0004,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88164",1,40.695078,-92.006318,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000154,0.000143,0.0007,"2013-05-28 00:00",0.0006,"2013-05-16 00:00",0.0005,"2013-05-19 00:00",0.0004,"2013-04-22 00:00","","","","",0.0007,0.0006,0.0005,0.0003,0.0002,0.0001,5e-05,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88165",1,40.695078,-92.006318,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.048718,0.057482,0.299,"2013-05-01 00:00",0.234,"2013-05-16 00:00",0.1463,"2013-04-28 00:00",0.136,"2013-05-13 00:00","","","","",0.299,0.234,0.1463,0.11,0.065,0.029,0.006,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88167",1,40.695078,-92.006318,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.005559,0.004896,0.0306,"2013-02-06 00:00",0.0172,"2013-03-08 00:00",0.0124,"2013-02-24 00:00",0.0122,"2013-01-31 00:00","","","","",0.0306,0.0172,0.0124,0.0099,0.006,0.0046,0.0015,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88168",1,40.695078,-92.006318,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.0003,0.000216,0.001,"2013-02-24 00:00",0.001,"2013-05-01 00:00",0.0008,"2013-01-31 00:00",0.0007,"2013-01-13 00:00","","","","",0.001,0.001,0.0008,0.0005,0.0004,0.0003,0.0001,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88169",1,40.695078,-92.006318,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.502688,0.280678,1.351,"2013-03-08 00:00",1.2677,"2013-05-19 00:00",1.0963,"2013-02-09 00:00",1.0852,"2013-02-12 00:00","","","","",1.351,1.2677,1.0963,0.7778,0.6575,0.4379,0.2109,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88176",1,40.695078,-92.006318,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.00019,0.00012,0.0007,"2013-03-08 00:00",0.0006,"2013-03-29 00:00",0.0004,"2013-02-06 00:00",0.0004,"2013-05-19 00:00","","","","",0.0007,0.0006,0.0004,0.0003,0.00015,0.00015,0.0001,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88180",1,40.695078,-92.006318,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.030535,0.017399,0.0919,"2013-05-19 00:00",0.0663,"2013-04-04 00:00",0.0633,"2013-04-07 00:00",0.0612,"2013-05-01 00:00","","","","",0.0919,0.0663,0.0633,0.051,0.0389,0.0295,0.011,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88184",1,40.695078,-92.006318,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.019609,0.020819,0.0755,"2013-05-19 00:00",0.0731,"2013-01-10 00:00",0.0727,"2013-05-28 00:00",0.0583,"2013-01-31 00:00","","","","",0.0755,0.0731,0.0727,0.0473,0.036,0.0117,0.0018,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88185",1,40.695078,-92.006318,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000643,0.000383,0.002,"2013-01-10 00:00",0.0018,"2013-01-13 00:00",0.0017,"2013-04-13 00:00",0.0016,"2013-03-26 00:00","","","","",0.002,0.0018,0.0017,0.0009,0.00065,0.0006,0.0004,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88203",1,40.695078,-92.006318,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.033897,0.026706,0.1413,"2013-01-13 00:00",0.1285,"2013-01-28 00:00",0.0786,"2013-01-01 00:00",0.0679,"2013-03-02 00:00","","","","",0.1413,0.1285,0.0786,0.0596,0.0408,0.0248,0.0114,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88306",1,40.695078,-92.006318,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.939243,1.636644,7.5475,"2013-02-24 00:00",5.5021,"2013-03-05 00:00",4.7669,"2013-03-23 00:00",4.4932,"2013-04-07 00:00","","","","",7.5475,5.5021,4.7669,4.1019,3.0259,1.4107,0.3429,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88320",1,40.695078,-92.006318,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.738431,0.461668,2.61,"2013-04-04 00:00",1.83,"2013-04-07 00:00",1.77,"2013-05-19 00:00",1.36,"2013-02-24 00:00","","","","",2.61,1.83,1.77,1.2,0.99,0.66,0.29,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88321",1,40.695078,-92.006318,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.168824,0.114327,0.64,"2013-04-04 00:00",0.45,"2013-04-07 00:00",0.39,"2013-05-19 00:00",0.35,"2013-02-24 00:00","","","","",0.64,0.45,0.39,0.29,0.2,0.16,0.06,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88324",1,40.695078,-92.006318,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.025783,0.019057,0.1277,"2013-04-04 00:00",0.0748,"2013-03-02 00:00",0.0538,"2013-02-21 00:00",0.0482,"2013-02-12 00:00","","","","",0.1277,0.0748,0.0538,0.0364,0.0289,0.02225,0.01,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88325",1,40.695078,-92.006318,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.158548,0.107953,0.6162,"2013-05-19 00:00",0.4517,"2013-04-04 00:00",0.3579,"2013-04-07 00:00",0.3009,"2013-05-16 00:00","","","","",0.6162,0.4517,0.3579,0.2647,0.1987,0.1382,0.065,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88326",1,40.695078,-92.006318,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.169312,0.152493,0.9102,"2013-04-04 00:00",0.4933,"2013-04-07 00:00",0.4043,"2013-02-24 00:00",0.3523,"2013-05-16 00:00","","","","",0.9102,0.4933,0.4043,0.3028,0.2342,0.1394,0.03455,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88327",1,40.695078,-92.006318,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.150649,0.089264,0.4555,"2013-04-04 00:00",0.3603,"2013-05-19 00:00",0.3409,"2013-04-07 00:00",0.319,"2013-05-16 00:00","","","","",0.4555,0.3603,0.3409,0.251,0.194,0.1213,0.064,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88328",1,40.695078,-92.006318,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.240533,0.129102,0.6604,"2013-04-04 00:00",0.5889,"2013-04-07 00:00",0.4442,"2013-05-19 00:00",0.4104,"2013-05-01 00:00","","","","",0.6604,0.5889,0.4442,0.3769,0.3396,0.2071,0.112,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88329",1,40.695078,-92.006318,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.360876,0.228016,1.2,"2013-04-04 00:00",0.9817,"2013-04-07 00:00",0.8043,"2013-05-19 00:00",0.6724,"2013-02-24 00:00","","","","",1.2,0.9817,0.8043,0.5658,0.5046,0.3238,0.1251,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88330",1,40.695078,-92.006318,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.048078,0.021107,0.1001,"2013-04-04 00:00",0.0955,"2013-05-01 00:00",0.0947,"2013-05-16 00:00",0.0918,"2013-05-25 00:00","","","","",0.1001,0.0955,0.0947,0.0842,0.0558,0.0456,0.0299,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88331",1,40.695078,-92.006318,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000307,0.000892,0.005,"2013-05-16 00:00",0.003,"2013-04-22 00:00",0.002,"2013-04-04 00:00",0.002,"2013-05-07 00:00","","","","",0.005,0.003,0.002,0.001,0.0001,5e-05,0,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88338",1,40.695078,-92.006318,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.019797,0.011869,0.0685,"2013-04-13 00:00",0.0508,"2013-04-01 00:00",0.0501,"2013-03-29 00:00",0.0448,"2013-01-25 00:00","","","","",0.0685,0.0508,0.0501,0.0343,0.02385,0.01525,0.0111,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88339",1,40.695078,-92.006318,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.073562,1.157789,5.57292,"2013-03-08 00:00",5.22906,"2013-05-19 00:00",4.52216,"2013-02-09 00:00",4.47653,"2013-02-12 00:00","","","","",5.57292,5.22906,4.52216,3.20826,2.71231,1.80626,0.86988,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88344",1,40.695078,-92.006318,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.501616,2.111272,9.7363,"2013-02-24 00:00",7.0977,"2013-03-05 00:00",6.1493,"2013-03-23 00:00",5.7962,"2013-04-07 00:00","","","","",9.7363,7.0977,6.1493,5.2915,3.9034,1.8198,0.4423,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88348",1,40.695078,-92.006318,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.300371,0.310162,1.7807,"2013-05-01 00:00",1.1479,"2013-05-16 00:00",0.8499,"2013-04-04 00:00",0.7325,"2013-04-28 00:00","","","","",1.7807,1.1479,0.8499,0.6759,0.3805,0.2237,0.078,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88350",1,40.695078,-92.006318,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.330512,0.830231,4.6899,"2013-04-04 00:00",3.2926,"2013-04-07 00:00",3.1892,"2013-05-19 00:00",2.4482,"2013-02-24 00:00","","","","",4.6899,3.2926,3.1892,2.1546,1.7784,1.1887,0.5231,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88403",1,40.695078,-92.006318,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.574692,0.955032,4.8498,"2013-03-08 00:00",4.1615,"2013-05-19 00:00",3.4753,"2013-02-12 00:00",3.4719,"2013-02-09 00:00","","","","",4.8498,4.1615,3.4753,2.8156,2.0182,1.3297,0.6208,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88502",1,40.695078,-92.006318,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.380392,3.447145,16.2,"2013-02-24 00:00",12.7,"2013-05-19 00:00",12.6,"2013-03-08 00:00",11.8,"2013-03-05 00:00","","","","",16.2,12.7,12.6,10.7,9,6.1,2.3,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-28" +"19","177","0006","88502",3,40.695078,-92.006318,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8436,96,351,365,0,324,"","","Certification not required",0,8.811285,5.463242,39,"2013-02-07 19:00",39,"2013-02-07 20:00",39,"2013-02-07 21:00",38,"2013-02-07 18:00","","","","",26,22,19,16,12,8,3,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","88502",3,40.695078,-92.006318,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,8.773789,4.534962,32.7,"2013-12-02 00:00",24.2,"2013-12-16 00:00",23.5,"2013-02-25 00:00",21.4,"2013-12-03 00:00","","","","",21.4,19.3,16.9,14.7,11.5,8.2,3.5,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","88502",4,40.695078,-92.006318,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8458,97,352,365,0,302,"","","Certification not required",0,7.562071,5.33022,38,"2013-02-07 21:00",36,"2013-02-07 19:00",35,"2013-02-07 20:00",35,"2013-12-16 13:00","","","","",25,21,17,15,10,7,2,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","177","0006","88502",4,40.695078,-92.006318,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,7.539205,4.201939,29.5,"2013-12-02 00:00",23,"2013-12-16 00:00",22.4,"2013-02-25 00:00",19.2,"2013-12-03 00:00","","","","",19.2,17,15,13.2,10.3,6.8,2.8,"LAKE SUGEMA STATE PARK II","24430 LACEY TRAIL","Iowa","Van Buren","","","2014-01-09" +"19","181","0022","44201",1,41.285533,-93.583983,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4864,99,211,214,0,272,0,0,"Certification not required",28,0.045479,0.01068,0.071,"2013-04-25 15:00",0.069,"2013-08-20 17:00",0.068,"2013-05-14 16:00",0.065,"2013-04-30 16:00","","","","",0.068,0.065,0.062,0.058,0.053,0.047,0.03,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","44201",1,41.285533,-93.583983,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5079,97,208,214,0,0,0,0,"Certification not required",0,0.041769,0.010225,0.063,"2013-05-14 11:00",0.062,"2013-08-20 11:00",0.061,"2013-09-07 09:00",0.059,"2013-04-25 11:00","","","","",0.061,0.059,0.056,0.054,0.049,0.043,0.026,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","44201",1,41.285533,-93.583983,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5079,97,208,214,0,0,0,0,"Certification not required",0,0.041769,0.010225,0.063,"2013-05-14 11:00",0.062,"2013-08-20 11:00",0.061,"2013-09-07 09:00",0.059,"2013-04-25 11:00","","","","",0.061,0.059,0.056,0.054,0.049,0.043,0.026,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","44201",2,41.285533,-93.583983,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4808,97,208,214,0,328,0,0,"Certification not required",35,0.042293,0.009952,0.066,"2013-08-20 17:00",0.064,"2013-09-07 12:00",0.061,"2013-05-14 17:00",0.061,"2013-09-05 12:00","","","","",0.061,0.061,0.058,0.054,0.049,0.043,0.028,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","44201",2,41.285533,-93.583983,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5018,96,205,214,0,0,0,0,"Certification not required",0,0.038688,0.009611,0.06,"2013-09-07 09:00",0.059,"2013-08-20 11:00",0.056,"2013-05-14 11:00",0.055,"2013-04-04 10:00","","","","",0.056,0.055,0.053,0.05,0.046,0.04,0.025,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","44201",2,41.285533,-93.583983,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5018,96,205,214,0,0,0,0,"Certification not required",0,0.038688,0.009611,0.06,"2013-09-07 09:00",0.059,"2013-08-20 11:00",0.056,"2013-05-14 11:00",0.055,"2013-04-04 10:00","","","","",0.056,0.055,0.053,0.05,0.046,0.04,0.025,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","61103",1,41.285533,-93.583983,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",7152,82,298,365,0,120,"","","Certification not required",0,2.294477,1.628089,10.9,"2013-04-17 05:00",9.8,"2013-04-14 07:00",9.5,"2013-04-17 10:00",9.5,"2013-04-26 11:00","","","","",7.3,6.6,5.3,4.5,3.2,2,0.4,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","181","0022","61104",1,41.285533,-93.583983,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",7152,82,298,365,0,120,"","","Certification not required",0,202.670805,93.221306,359.9,"2013-01-09 15:00",359.9,"2013-01-30 03:00",359.8,"2013-03-06 08:00",359.7,"2013-03-25 11:00","","","","",356,354,348.2,337.7,284,187,91,"GRAVEL ROAD IN LAKE AQUABI STATE PARK","1650 118TH AVENUE, INDIANOLA","Iowa","Warren","","Des Moines-West Des Moines, IA","2013-11-14" +"19","193","0019","68101",1,42.522355,-96.40021,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",120,98,120,122,0,3,"","","Certification not required",78,0.1125,0.098572,0.4,"2013-01-16 00:00",0.4,"2013-02-24 00:00",0.4,"2013-10-22 00:00",0.4,"2013-11-21 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68102",1,42.522355,-96.40021,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,3,"","","Certification not required",0,23.949167,0.054996,24,"2013-02-09 00:00",24,"2013-03-14 00:00",24,"2013-03-29 00:00",24,"2013-04-04 00:00","","","","",24,24,24,24,24,24,23.9,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68103",1,42.522355,-96.40021,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,3,"","","Certification not required",0,3.129167,12.332402,25.8,"2013-06-21 00:00",23.8,"2013-08-26 00:00",23.2,"2013-07-18 00:00",22.1,"2013-07-06 00:00","","","","",23.8,23.2,21,19.7,14.1,1,-12.6,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68104",1,42.522355,-96.40021,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,3,"","","Certification not required",0,15.000833,13.085417,34.9,"2013-08-29 00:00",34.6,"2013-08-26 00:00",34.5,"2013-06-21 00:00",34.5,"2013-07-18 00:00","","","","",34.6,34.5,33.1,31.5,27,15.3,-2.3,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68105",1,42.522355,-96.40021,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,3,"","","Certification not required",0,8.823333,12.482261,29.3,"2013-06-21 00:00",29.1,"2013-08-26 00:00",28.9,"2013-07-18 00:00",27.9,"2013-08-29 00:00","","","","",29.1,28.9,26.7,25.1,20.3,7.8,-6.6,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68106",1,42.522355,-96.40021,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,3,"","","Certification not required",0,725.708333,4.649742,740,"2013-11-12 00:00",738,"2013-12-06 00:00",736,"2013-10-13 00:00",734,"2013-02-15 00:00","","","","",738,736,732,731,729,726,719,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68107",1,42.522355,-96.40021,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,3,"","","Certification not required",0,732.35,4.908662,750,"2013-11-12 00:00",746,"2013-11-24 00:00",746,"2013-12-06 00:00",744,"2013-11-21 00:00","","","","",746,746,741,738,735,732,727,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68108",1,42.522355,-96.40021,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,3,"","","Certification not required",0,729.091667,4.515139,746,"2013-11-12 00:00",742,"2013-12-06 00:00",738,"2013-11-24 00:00",737,"2013-10-13 00:00","","","","",742,738,736,734,732,729,724,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","68109",1,42.522355,-96.40021,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",120,98,120,122,0,3,"","","Certification not required",0,1439.658333,1.240059,1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","81102",1,42.522355,-96.40021,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",120,98,120,122,0,2,0,0,"Certification not required",2,18.233333,11.049722,57,"2013-06-21 00:00",44,"2013-02-24 00:00",44,"2013-07-12 00:00",43,"2013-08-29 00:00","","","","",44,44,42,34,25,16,7,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","81102",2,42.522355,-96.40021,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,8,0,0,"Certification not required",2,17.754717,11.235085,55,"2013-06-21 00:00",40,"2013-08-20 00:00",39,"2013-07-03 00:00",39,"2013-09-07 00:00","","","","",55,40,39,32,25,15,6,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-02-10" +"19","193","0019","86502",1,42.522355,-96.40021,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,9.430508,7.25602,36,"2013-06-21 00:00",29.4,"2013-08-29 00:00",29.3,"2013-11-15 00:00",26,"2013-07-12 00:00","","","","",29.4,29.3,25.2,19.6,12.8,7.9,2.4,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","88101",1,42.522355,-96.40021,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,1,1,"Certification not required",0,9.23,5.965526,43.5,"2013-02-24 00:00",22.5,"2013-03-08 00:00",21.5,"2013-05-07 00:00",21.1,"2013-06-30 00:00","","","","",22.5,21.5,20.9,17.6,11.9,7.6,4,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0019","88101",1,42.522355,-96.40021,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,"","","Certification not required",0,9.23,5.965526,43.5,"2013-02-24 00:00",22.5,"2013-03-08 00:00",21.5,"2013-05-07 00:00",21.1,"2013-06-30 00:00","","","","",22.5,21.5,20.9,17.6,11.9,7.6,4,"Bryant Elementary","821 30th St.","Iowa","Woodbury","Sioux City","Sioux City, IA-NE-SD","2014-01-29" +"19","193","0020","42401",1,42.329489,-96.368513,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8133,93,356,365,0,627,0,"","Certification not required",0,1.566292,3.118087,20.9,"2013-07-21 13:00",17.6,"2013-07-19 05:00",17.3,"2013-07-03 13:00",16.2,"2013-12-27 11:00","","","","",16.2,13.2,8,5.2,1.2,0.4,0,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"19","193","0020","42401",1,42.329489,-96.368513,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8133,93,356,365,0,627,"","","Certification not required",0,0.263384,1.006608,20.9,"2013-07-21 13:00",19.2,"2013-07-21 11:00",17.6,"2013-07-19 05:00",17.3,"2013-07-03 13:00","","","","",4.6,2.3,0.9,0.5,0.2,0,0,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"19","193","0020","42401",1,42.329489,-96.368513,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,0.258427,0.458978,3.4,"2013-07-21 00:00",3,"2013-07-03 00:00",2.8,"2013-07-05 00:00",2.2,"2013-07-06 00:00","","","","",2.2,1.7,1.2,0.8,0.3,0.1,0,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"19","193","0020","42401",1,42.329489,-96.368513,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2447,84,339,365,0,0,"",0,"Certification not required",0,0.251042,0.84639,13.7,"2013-07-21 14:00",13.5,"2013-07-03 14:00",9.9,"2013-07-19 05:00",8.7,"2013-07-05 17:00","","","","",4.4,2.8,1,0.5,0.2,0,0,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"19","193","0020","42406",1,42.329489,-96.368513,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8133,93,356,365,0,627,"","","Certification not required",0,0.597971,2.571762,49.7,"2013-04-26 11:00",47.7,"2013-10-07 01:00",47.6,"2013-07-19 04:00",46.9,"2013-10-06 01:00","","","","",11.5,6.4,2.3,0.8,0.3,0.1,0,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"19","193","0020","61103",1,42.329489,-96.368513,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",6888,79,284,365,0,1872,"","","Certification not required",0,5.119512,3.445115,22.5,"2013-12-28 20:00",21.2,"2013-12-28 18:00",21,"2013-12-28 21:00",20.8,"2013-12-28 19:00","","","","",14.5,13.3,11.6,10.1,7.3,4.4,1.1,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"19","193","0020","61104",1,42.329489,-96.368513,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",6888,79,284,365,0,1872,"","","Certification not required",0,196.073751,104.017039,359,"2013-03-23 18:00",359,"2013-04-16 09:00",359,"2013-04-17 18:00",359,"2013-05-01 06:00","","","","",356,353,344,333,311,175,52,"","1221 260th st, Sergeant Bluff IA 51054","Iowa","Woodbury","","Sioux City, IA-NE-SD","2014-01-09" +"20","017","0001","85101",1,38.434141,-96.5605,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,11.65691,6.098108,32.1695,"2013-03-08 00:00",27.832,"2013-03-23 00:00",21.3275,"2013-01-25 00:00",20.4928,"2013-03-29 00:00","","","","",32.1695,32.1695,21.3275,20.0589,14.7171,11.5067,4.0566,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","86502",1,38.434141,-96.5605,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.04,3.422375,13,"2013-01-25 00:00",13,"2013-04-04 00:00",12,"2013-03-08 00:00",11,"2013-04-07 00:00","","","","",13,13,12,10,8,5,1,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88103",1,38.434141,-96.5605,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-01-01 00:00",0.001,"2013-05-07 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88104",1,38.434141,-96.5605,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.03161,0.023973,0.1038,"2013-05-01 00:00",0.0836,"2013-04-13 00:00",0.0798,"2013-05-13 00:00",0.0775,"2013-04-25 00:00","","","","",0.1038,0.1038,0.0798,0.0752,0.0437,0.0237,0.0091,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88109",1,38.434141,-96.5605,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002342,0.001677,0.0082,"2013-03-23 00:00",0.0079,"2013-03-08 00:00",0.0059,"2013-03-29 00:00",0.005,"2013-02-09 00:00","","","","",0.0082,0.0082,0.0059,0.0043,0.0029,0.0019,0.0007,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88111",1,38.434141,-96.5605,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.056766,0.041828,0.1964,"2013-01-25 00:00",0.1756,"2013-01-22 00:00",0.143,"2013-04-04 00:00",0.1324,"2013-05-13 00:00","","","","",0.1964,0.1964,0.143,0.1218,0.0784,0.0465,0.017,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88112",1,38.434141,-96.5605,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88114",1,38.434141,-96.5605,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.000405,0.00023,0.001,"2013-03-08 00:00",0.0009,"2013-01-19 00:00",0.0009,"2013-02-06 00:00",0.0008,"2013-03-23 00:00","","","","",0.001,0.001,0.0009,0.0007,0.0006,0.0004,0.00015,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88115",1,38.434141,-96.5605,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.001431,0.001577,0.0085,"2013-03-08 00:00",0.0053,"2013-03-29 00:00",0.0045,"2013-04-04 00:00",0.0036,"2013-05-01 00:00","","","","",0.0085,0.0085,0.0045,0.0032,0.002,0.001,0.00015,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88126",1,38.434141,-96.5605,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.027586,0.015958,0.0679,"2013-05-01 00:00",0.0614,"2013-05-13 00:00",0.0584,"2013-04-13 00:00",0.0567,"2013-04-25 00:00","","","","",0.0679,0.0679,0.0584,0.0528,0.0379,0.0237,0.01,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88128",1,38.434141,-96.5605,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00134,0.000961,0.004,"2013-02-24 00:00",0.003,"2013-02-12 00:00",0.003,"2013-02-21 00:00",0.003,"2013-03-08 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88132",1,38.434141,-96.5605,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00082,0.000596,0.002,"2013-03-08 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-13 00:00",0.002,"2013-05-01 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88136",1,38.434141,-96.5605,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88140",1,38.434141,-96.5605,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.009415,0.008818,0.0411,"2013-05-19 00:00",0.0331,"2013-05-01 00:00",0.0241,"2013-04-13 00:00",0.0233,"2013-04-04 00:00","","","","",0.0411,0.0411,0.0241,0.0222,0.0125,0.0078,0.00115,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88152",1,38.434141,-96.5605,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.001276,0.002058,0.0086,"2013-01-28 00:00",0.0068,"2013-05-31 00:00",0.0052,"2013-02-24 00:00",0.0052,"2013-05-28 00:00","","","","",0.0086,0.0086,0.0052,0.0045,0.0023,0.00015,0.0001,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88154",1,38.434141,-96.5605,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.000321,0.000223,0.001,"2013-01-28 00:00",0.0008,"2013-03-29 00:00",0.0007,"2013-02-06 00:00",0.0007,"2013-03-23 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0005,0.0003,0.0001,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88161",1,38.434141,-96.5605,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.001966,0.001424,0.006,"2013-05-01 00:00",0.0053,"2013-04-13 00:00",0.0051,"2013-04-25 00:00",0.0046,"2013-05-13 00:00","","","","",0.006,0.006,0.0051,0.004,0.003,0.0015,0.0006,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88164",1,38.434141,-96.5605,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.000243,0.000265,0.0014,"2013-05-28 00:00",0.0009,"2013-05-19 00:00",0.0008,"2013-01-28 00:00",0.0006,"2013-02-06 00:00","","","","",0.0014,0.0014,0.0008,0.0006,0.0003,0.0001,5e-05,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88165",1,38.434141,-96.5605,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.077036,0.056768,0.2308,"2013-05-01 00:00",0.205,"2013-05-13 00:00",0.1909,"2013-04-13 00:00",0.1641,"2013-04-25 00:00","","","","",0.2308,0.2308,0.1909,0.1626,0.1236,0.07,0.0191,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88167",1,38.434141,-96.5605,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.004286,0.002676,0.0138,"2013-02-24 00:00",0.0104,"2013-03-23 00:00",0.0099,"2013-03-08 00:00",0.0089,"2013-02-27 00:00","","","","",0.0138,0.0138,0.0099,0.008,0.0055,0.004,0.0015,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88168",1,38.434141,-96.5605,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000425,0.000278,0.0012,"2013-03-08 00:00",0.0011,"2013-01-22 00:00",0.0011,"2013-04-04 00:00",0.0008,"2013-04-13 00:00","","","","",0.0012,0.0012,0.0011,0.0008,0.0006,0.0004,0.00015,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88169",1,38.434141,-96.5605,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.475952,0.258914,1.1338,"2013-05-28 00:00",1.1292,"2013-03-23 00:00",0.924,"2013-02-27 00:00",0.83,"2013-03-08 00:00","","","","",1.1338,1.1338,0.924,0.8238,0.6648,0.4505,0.1496,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88176",1,38.434141,-96.5605,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000174,7.9e-05,0.0006,"2013-04-16 00:00",0.0004,"2013-03-29 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-01-07 00:00","","","","",0.0006,0.0006,0.0003,0.0003,0.00015,0.00015,0.00015,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88180",1,38.434141,-96.5605,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.034264,0.018415,0.0867,"2013-05-19 00:00",0.086,"2013-03-08 00:00",0.0661,"2013-02-24 00:00",0.0626,"2013-05-28 00:00","","","","",0.0867,0.0867,0.0661,0.0622,0.0442,0.0326,0.0144,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88184",1,38.434141,-96.5605,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.030479,0.051507,0.3194,"2013-05-28 00:00",0.1283,"2013-01-28 00:00",0.127,"2013-05-19 00:00",0.0907,"2013-01-13 00:00","","","","",0.3194,0.3194,0.127,0.0703,0.0421,0.0132,0.0017,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88185",1,38.434141,-96.5605,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000768,0.000414,0.0027,"2013-01-10 00:00",0.002,"2013-01-04 00:00",0.0018,"2013-03-14 00:00",0.0015,"2013-03-05 00:00","","","","",0.0027,0.0027,0.0018,0.0011,0.00075,0.0007,0.00045,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88203",1,38.434141,-96.5605,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.024711,0.019691,0.0894,"2013-02-27 00:00",0.067,"2013-03-23 00:00",0.0635,"2013-01-28 00:00",0.0585,"2013-03-02 00:00","","","","",0.0894,0.0894,0.0635,0.0582,0.0287,0.0203,0.0083,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88306",1,38.434141,-96.5605,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.629752,1.71692,8.9361,"2013-03-23 00:00",6.2814,"2013-02-24 00:00",5.2741,"2013-02-27 00:00",4.4519,"2013-02-09 00:00","","","","",8.9361,8.9361,5.2741,3.8674,2.058,1.188,0.2908,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88320",1,38.434141,-96.5605,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.935,0.942864,6.41,"2013-03-08 00:00",2.39,"2013-03-29 00:00",1.99,"2013-02-24 00:00",1.66,"2013-04-07 00:00","","","","",6.41,6.41,1.99,1.47,1.3,0.75,0.23,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88321",1,38.434141,-96.5605,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.1722,0.131013,0.79,"2013-03-08 00:00",0.44,"2013-03-29 00:00",0.38,"2013-02-24 00:00",0.35,"2013-03-23 00:00","","","","",0.79,0.79,0.38,0.31,0.22,0.16,0.04,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88324",1,38.434141,-96.5605,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.03263,0.073009,0.5357,"2013-03-08 00:00",0.0447,"2013-04-25 00:00",0.0379,"2013-04-07 00:00",0.0364,"2013-03-23 00:00","","","","",0.5357,0.5357,0.0379,0.03075,0.03,0.0231,0.01615,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88325",1,38.434141,-96.5605,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.200686,0.188829,1.2505,"2013-03-08 00:00",0.4705,"2013-03-29 00:00",0.3725,"2013-05-25 00:00",0.365,"2013-05-28 00:00","","","","",1.2505,1.2505,0.3725,0.3541,0.2815,0.1669,0.03435,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88326",1,38.434141,-96.5605,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.235208,0.285718,1.86,"2013-03-08 00:00",0.745,"2013-03-29 00:00",0.652,"2013-02-24 00:00",0.5012,"2013-04-07 00:00","","","","",1.86,1.86,0.652,0.4604,0.2932,0.1731,0.03445,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88327",1,38.434141,-96.5605,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.191742,0.17415,1.0184,"2013-03-08 00:00",0.6346,"2013-03-29 00:00",0.5379,"2013-02-24 00:00",0.3862,"2013-02-06 00:00","","","","",1.0184,1.0184,0.5379,0.3646,0.2263,0.1481,0.0491,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88328",1,38.434141,-96.5605,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.28217,0.251193,1.749,"2013-03-08 00:00",0.54,"2013-03-14 00:00",0.5205,"2013-03-29 00:00",0.4706,"2013-04-22 00:00","","","","",1.749,1.749,0.5205,0.4534,0.3797,0.2472,0.0723,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88329",1,38.434141,-96.5605,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.405256,0.361616,2.4594,"2013-03-08 00:00",0.9021,"2013-03-29 00:00",0.7703,"2013-02-24 00:00",0.765,"2013-03-14 00:00","","","","",2.4594,2.4594,0.7703,0.6949,0.5376,0.356,0.0905,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88330",1,38.434141,-96.5605,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.048885,0.022372,0.0997,"2013-04-25 00:00",0.0893,"2013-05-13 00:00",0.0853,"2013-04-07 00:00",0.0843,"2013-03-14 00:00","","","","",0.0997,0.0997,0.0853,0.0828,0.0618,0.0497,0.0208,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88331",1,38.434141,-96.5605,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,5.8e-05,0.000146,0.001,"2013-04-04 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.001,0.001,0.00015,0.00015,5e-05,0,0,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88338",1,38.434141,-96.5605,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.018828,0.012501,0.0952,"2013-04-07 00:00",0.0364,"2013-05-28 00:00",0.0314,"2013-04-10 00:00",0.031,"2013-05-01 00:00","","","","",0.0952,0.0952,0.0314,0.0248,0.0239,0.0152,0.0114,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88339",1,38.434141,-96.5605,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.96327,1.068029,4.67697,"2013-05-28 00:00",4.65799,"2013-03-23 00:00",3.81138,"2013-02-27 00:00",3.42383,"2013-03-08 00:00","","","","",4.67697,4.67697,3.81138,3.39834,2.74238,1.85819,0.6171,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88344",1,38.434141,-96.5605,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.10238,2.214829,11.5276,"2013-03-23 00:00",8.103,"2013-02-24 00:00",6.8036,"2013-02-27 00:00",5.743,"2013-02-09 00:00","","","","",11.5276,11.5276,6.8036,4.9889,2.6548,1.5324,0.3751,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88348",1,38.434141,-96.5605,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.424182,0.280781,1.1776,"2013-05-01 00:00",1.0595,"2013-05-13 00:00",0.9217,"2013-04-13 00:00",0.8589,"2013-04-25 00:00","","","","",1.1776,1.1776,0.9217,0.8226,0.6178,0.3449,0.1221,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88350",1,38.434141,-96.5605,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.683648,1.697635,11.5445,"2013-03-08 00:00",4.306,"2013-03-29 00:00",3.5869,"2013-02-24 00:00",2.9812,"2013-04-07 00:00","","","","",11.5445,11.5445,3.5869,2.6422,2.3445,1.3471,0.4142,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88403",1,38.434141,-96.5605,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.44447,0.839435,3.8664,"2013-03-23 00:00",3.6322,"2013-05-28 00:00",3.0143,"2013-02-27 00:00",2.6396,"2013-03-08 00:00","","","","",3.8664,3.8664,3.0143,2.5965,1.9929,1.3305,0.424,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","017","0001","88502",1,38.434141,-96.5605,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.054,4.090218,20,"2013-03-08 00:00",19.7,"2013-03-23 00:00",14.4,"2013-02-24 00:00",12.9,"2013-02-27 00:00","","","","",20,20,14.4,11,7.4,5.6,2,"","Tallgrass","Kansas","Chase","","Emporia, KS","2014-01-28" +"20","057","0002","81102",1,37.775303,-100.03544,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6526,74,273,365,0,26,"","","Certification not required",0,9.947747,10.440455,368,"2013-09-23 16:00",288,"2013-09-23 15:00",240,"2013-09-23 17:00",197,"2013-09-23 18:00","","","","",36,30,22,18,12,8,3,"","Dodge City Community College","Kansas","Ford","Dodge City","Dodge City, KS","2013-12-26" +"20","057","0002","81102",1,37.775303,-100.03544,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,9.454212,5.689799,62,"2013-09-23 00:00",30,"2013-05-18 00:00",27,"2013-05-04 00:00",26,"2013-06-22 00:00","","","","",27,26,19,15,12,8,5,"","Dodge City Community College","Kansas","Ford","Dodge City","Dodge City, KS","2013-12-26" +"20","091","0007","68102",1,38.974457,-94.687013,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,100,45,61,0,0,"","","Certification not required",0,24.082955,0.037819,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"JUSTICE CENTER","85TH AND ANTIOCH","Kansas","Johnson","Overland Park","Kansas City, MO-KS","2013-12-26" +"20","091","0007","68105",1,38.974457,-94.687013,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,45,61,0,0,"","","Certification not required",0,14.748864,11.109424,30.2,"2013-08-29 00:00",29.6,"2013-06-12 00:00",29.2,"2013-08-26 00:00",29.2,"2013-09-07 00:00","","","","",30.2,29.6,29.1,28.2,24.4,18.6,-0.8,"JUSTICE CENTER","85TH AND ANTIOCH","Kansas","Johnson","Overland Park","Kansas City, MO-KS","2013-12-26" +"20","091","0007","68108",1,38.974457,-94.687013,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,45,61,0,0,"","","Certification not required",0,732.875,3.789922,741,"2013-01-22 00:00",741,"2013-03-26 00:00",740,"2013-01-04 00:00",740,"2013-02-15 00:00","","","","",741,741,740,738,736,733,728,"JUSTICE CENTER","85TH AND ANTIOCH","Kansas","Johnson","Overland Park","Kansas City, MO-KS","2013-12-26" +"20","091","0007","88101",1,38.974457,-94.687013,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,8.114773,4.030959,26,"2013-09-07 00:00",19.5,"2013-07-06 00:00",17.8,"2013-02-27 00:00",16.8,"2013-03-23 00:00","","","","",26,19.5,13.9,12.6,10.2,7.6,3.9,"JUSTICE CENTER","85TH AND ANTIOCH","Kansas","Johnson","Overland Park","Kansas City, MO-KS","2013-12-26" +"20","091","0007","88101",1,38.974457,-94.687013,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,8.114773,4.030959,26,"2013-09-07 00:00",19.5,"2013-07-06 00:00",17.8,"2013-02-27 00:00",16.8,"2013-03-23 00:00","","","","",26,19.5,13.9,12.6,10.2,7.6,3.9,"JUSTICE CENTER","85TH AND ANTIOCH","Kansas","Johnson","Overland Park","Kansas City, MO-KS","2013-12-26" +"20","091","0010","44201",1,38.838575,-94.746424,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6494,85,181,214,0,58,0,0,"Certification not required",94,0.050425,0.010542,0.074,"2013-07-13 13:00",0.071,"2013-06-11 17:00",0.071,"2013-07-05 16:00",0.071,"2013-09-06 15:00","","","","",0.071,0.071,0.065,0.063,0.059,0.053,0.044,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","44201",1,38.838575,-94.746424,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6516,85,181,214,0,0,0,0,"Certification not required",0,0.046204,0.009613,0.066,"2013-07-05 11:00",0.065,"2013-09-07 10:00",0.064,"2013-07-10 10:00",0.064,"2013-09-27 10:00","","","","",0.065,0.064,0.06,0.057,0.054,0.049,0.041,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","44201",1,38.838575,-94.746424,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6516,85,181,214,0,0,0,0,"Certification not required",0,0.046204,0.009613,0.066,"2013-07-05 11:00",0.065,"2013-09-07 10:00",0.064,"2013-07-10 10:00",0.064,"2013-09-27 10:00","","","","",0.065,0.064,0.06,0.057,0.054,0.049,0.041,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","68102",1,38.838575,-94.746424,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",77,63,77,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-28 00:00",24,"2013-01-31 00:00","","","","",24,24,24,24,24,24,24,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","68105",1,38.838575,-94.746424,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",77,63,77,122,0,0,"","","Certification not required",0,15.742857,10.69805,30.8,"2013-07-09 00:00",29.1,"2013-07-18 00:00",28.8,"2013-06-12 00:00",28.6,"2013-08-29 00:00","","","","",30.8,29.1,28.6,27.6,24.5,19.4,-0.7,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","68108",1,38.838575,-94.746424,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",77,63,77,122,0,0,"","","Certification not required",0,735,3.379505,743,"2013-03-26 00:00",742,"2013-02-15 00:00",741,"2013-03-02 00:00",741,"2013-03-20 00:00","","","","",743,742,741,739,737,735,731,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","88101",1,38.838575,-94.746424,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,14,0,0,"Certification not required",0,7.601299,3.722601,18.5,"2013-07-06 00:00",17.8,"2013-02-27 00:00",16.6,"2013-03-23 00:00",16.5,"2013-03-08 00:00","","","","",18.5,17.8,16.5,12.3,9.5,7.2,3.7,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","091","0010","88101",1,38.838575,-94.746424,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,14,"","","Certification not required",0,7.601299,3.722601,18.5,"2013-07-06 00:00",17.8,"2013-02-27 00:00",16.6,"2013-03-23 00:00",16.5,"2013-03-08 00:00","","","","",18.5,17.8,16.5,12.3,9.5,7.2,3.7,"HERITAGE PARK","13899 W 159TH","Kansas","Johnson","","Kansas City, MO-KS","2013-12-26" +"20","103","0003","44201",1,39.327391,-94.95102,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6513,86,183,214,0,39,0,0,"Certification not required",127,0.049923,0.011651,0.094,"2013-09-05 14:00",0.087,"2013-07-13 14:00",0.077,"2013-08-23 13:00",0.074,"2013-07-16 13:00","","","","",0.087,0.074,0.069,0.065,0.057,0.052,0.044,"U.S. PENITENTIARY","2010 METROPOLITAN","Kansas","Leavenworth","Leavenworth","Kansas City, MO-KS","2013-12-26" +"20","103","0003","44201",1,39.327391,-94.95102,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6547,86,183,214,0,0,0,0,"Certification not required",0,0.045153,0.010306,0.074,"2013-09-05 11:00",0.067,"2013-07-12 10:00",0.067,"2013-07-13 09:00",0.066,"2013-07-11 11:00","","","","",0.067,0.066,0.063,0.059,0.053,0.048,0.04,"U.S. PENITENTIARY","2010 METROPOLITAN","Kansas","Leavenworth","Leavenworth","Kansas City, MO-KS","2013-12-26" +"20","103","0003","44201",1,39.327391,-94.95102,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6547,86,183,214,0,0,0,0,"Certification not required",0,0.045153,0.010306,0.074,"2013-09-05 11:00",0.067,"2013-07-12 10:00",0.067,"2013-07-13 09:00",0.066,"2013-07-11 11:00","","","","",0.067,0.066,0.063,0.059,0.053,0.048,0.04,"U.S. PENITENTIARY","2010 METROPOLITAN","Kansas","Leavenworth","Leavenworth","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42401",1,38.135882,-94.731988,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6256,71,259,365,0,296,0,"","Certification not required",0,1.038224,0.900886,7,"2013-07-24 11:00",5.5,"2013-09-02 11:00",5.1,"2013-04-07 12:00",5.1,"2013-06-18 12:00","","","","",5.1,4,2.7,1.9,1.3,0.8,0.3,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42401",1,38.135882,-94.731988,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6256,71,259,365,0,296,"","","Certification not required",0,0.526007,0.411757,7,"2013-07-24 11:00",5.5,"2013-09-02 11:00",5.1,"2013-04-07 12:00",5.1,"2013-06-18 12:00","","","","",1.9,1.5,1.2,1,0.7,0.5,0.2,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42401",1,38.135882,-94.731988,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",259,71,259,365,0,0,0,"","Certification not required",0,0.523552,0.284934,2,"2013-07-24 00:00",1.5,"2013-07-27 00:00",1.4,"2013-07-23 00:00",1.3,"2013-02-20 00:00","","","","",1.4,1.2,1,0.9,0.7,0.5,0.2,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42401",1,38.135882,-94.731988,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2066,71,259,365,0,0,"",0,"Certification not required",0,0.500532,0.374042,3.8,"2013-07-24 14:00",3.6,"2013-06-18 14:00",3.5,"2013-02-20 17:00",3.3,"2013-07-24 11:00","","","","",1.9,1.4,1.1,0.9,0.6,0.4,0.1,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42401",2,38.135882,-94.731988,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",74443,71,256,365,0,4181,"","","Certification not required",0,0.52897,0.432346,10,"2013-07-24 11:30",9.7,"2013-07-24 11:25",9.5,"2013-07-24 11:20",9.2,"2013-07-24 11:35","","","","",1.9,1.5,1.2,1,0.7,0.5,0.1,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42601",1,38.135882,-94.731988,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6453,74,272,365,0,99,"","","Certification not required",0,0.154688,0.438211,11.4,"2013-04-07 10:00",9.7,"2013-04-07 12:00",8.2,"2013-04-07 11:00",6.3,"2013-09-05 07:00","","","","",1.9,1.2,0.7,0.4,0.2,0,0,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42602",1,38.135882,-94.731988,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6454,74,272,365,0,98,0,"","Certification not required",0,3.651471,2.162801,19.5,"2013-04-07 12:00",12.6,"2013-04-15 15:00",11.9,"2013-01-23 20:00",10.8,"2013-01-26 07:00","","","","",11.9,10.1,7.5,5.9,4.3,3.1,1.8,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42602",1,38.135882,-94.731988,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6454,74,272,365,0,98,"","","Certification not required",0,1.7392,1.277503,19.5,"2013-04-07 12:00",13.4,"2013-04-07 11:00",12.6,"2013-04-15 15:00",11.9,"2013-01-23 20:00","","","","",6.1,5.3,4,3.2,2.3,1.5,0.5,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","42603",1,38.135882,-94.731988,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6455,74,272,365,0,97,"","","Certification not required",0,1.836917,1.482521,29.2,"2013-04-07 12:00",21.8,"2013-04-07 10:00",21.5,"2013-04-07 11:00",14.8,"2013-04-17 19:00","","","","",6.8,5.7,4.5,3.4,2.4,1.5,0.5,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","44201",1,38.135882,-94.731988,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6383,85,181,214,0,169,0,0,"Certification not required",299,0.048812,0.009737,0.074,"2013-07-23 16:00",0.073,"2013-07-10 13:00",0.07,"2013-09-27 16:00",0.069,"2013-04-04 16:00","","","","",0.073,0.069,0.065,0.061,0.056,0.051,0.043,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","44201",1,38.135882,-94.731988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6393,85,181,214,0,0,0,0,"Certification not required",0,0.044249,0.00911,0.063,"2013-09-27 10:00",0.062,"2013-04-04 11:00",0.062,"2013-05-14 12:00",0.062,"2013-07-05 11:00","","","","",0.062,0.062,0.059,0.056,0.052,0.047,0.04,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","44201",1,38.135882,-94.731988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6393,85,181,214,0,0,0,0,"Certification not required",0,0.044249,0.00911,0.063,"2013-09-27 10:00",0.062,"2013-04-04 11:00",0.062,"2013-05-14 12:00",0.062,"2013-07-05 11:00","","","","",0.062,0.062,0.059,0.056,0.052,0.047,0.04,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","68102",1,38.135882,-94.731988,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,100,45,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","68105",1,38.135882,-94.731988,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",86,100,44,61,0,2,"","","Certification not required",0,13.695349,10.597313,28.8,"2013-06-12 00:00",28.3,"2013-07-18 00:00",28.2,"2013-06-24 00:00",28,"2013-06-27 00:00","","","","",28.8,28.3,28,26.3,23.6,16.8,-1,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","68108",1,38.135882,-94.731988,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,44,61,0,2,"","","Certification not required",0,739.5,3.882843,749,"2013-03-26 00:00",748,"2013-01-04 00:00",747,"2013-01-22 00:00",747,"2013-02-15 00:00","","","","",749,748,746,745,742,739,735,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","88101",1,38.135882,-94.731988,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,8.642045,4.534433,26,"2013-04-07 00:00",20.5,"2013-03-08 00:00",18.1,"2013-02-27 00:00",17.7,"2013-09-07 00:00","","","","",26,20.5,17.4,14.4,11.3,7.8,3.9,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","88101",1,38.135882,-94.731988,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,8.642045,4.534433,26,"2013-04-07 00:00",20.5,"2013-03-08 00:00",18.1,"2013-02-27 00:00",17.7,"2013-09-07 00:00","","","","",26,20.5,17.4,14.4,11.3,7.8,3.9,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","88501",3,38.135882,-94.731988,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SSI w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6467,74,271,365,0,85,"","","Certification not required",0,9.869955,7.016506,192.4,"2013-04-07 12:00",96.5,"2013-08-30 19:00",71.4,"2013-04-07 11:00",68.3,"2013-09-05 06:00","","","","",32.2,28.9,22.7,18.3,12.4,8.2,3.7,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","107","0002","88501",3,38.135882,-94.731988,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,9.814022,4.927973,31.1,"2013-06-22 00:00",25.9,"2013-06-26 00:00",24.4,"2013-06-21 00:00",24.2,"2013-08-30 00:00","","","","",24.4,22.5,20.2,16.5,12.4,8.3,5,"MINE CREEK","COUNTY RD 1103 .7 MI SOUTH OF K-52","Kansas","Linn","","Kansas City, MO-KS","2013-12-26" +"20","133","0002","81102",2,37.676308,-95.474659,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",4,18.355556,14.453932,70,"2013-06-21 00:00",57,"2013-09-25 00:00",54,"2013-06-27 00:00",39,"2013-09-07 00:00","","","","",70,70,54,34,22,15,6,"CHANUTE","1500 WEST SEVENTH","Kansas","Neosho","Chanute","","2013-12-26" +"20","161","9991","44201",1,39.1021,-96.6096,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2175,2,4,214,0,705,0,0,"Certification not required",1,0.05525,0.00877,0.068,"2013-04-04 17:00",0.066,"2013-02-23 16:00",0.063,"2013-03-28 17:00",0.061,"2013-02-24 15:00","","","","",0.068,0.068,0.068,0.068,0.068,0.066,0.061,"Konza Prairie","Konza Prairie Biological Station, Manhattan, KS 66502","Kansas","Riley","","Manhattan, KS","2013-07-01" +"20","161","9991","44201",1,39.1021,-96.6096,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2241,2,4,214,0,0,0,0,"Certification not required",0,0.051,0.004967,0.061,"2013-02-23 13:00",0.058,"2013-03-28 13:00",0.058,"2013-03-29 11:00",0.058,"2013-04-04 11:00","","","","",0.061,0.061,0.061,0.061,0.061,0.058,0.058,"Konza Prairie","Konza Prairie Biological Station, Manhattan, KS 66502","Kansas","Riley","","Manhattan, KS","2013-07-01" +"20","161","9991","44201",1,39.1021,-96.6096,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2241,2,4,214,0,0,0,0,"Certification not required",0,0.051,0.004967,0.061,"2013-02-23 13:00",0.058,"2013-03-28 13:00",0.058,"2013-03-29 11:00",0.058,"2013-04-04 11:00","","","","",0.061,0.061,0.061,0.061,0.061,0.058,0.058,"Konza Prairie","Konza Prairie Biological Station, Manhattan, KS 66502","Kansas","Riley","","Manhattan, KS","2013-07-01" +"20","169","0004","14129",1,38.776439,-97.607384,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,0,0,"Certification not required",0,0.110385,0.141908,0.588,"2013-06-21 00:00",0.574,"2013-06-15 00:00",0.364,"2013-07-15 00:00",0.293,"2013-08-26 00:00","","","","",0.588,0.588,0.574,0.293,0.143,0.073,0.005,"Salina lead","304 E Ave B","Kansas","Saline","","Salina, KS","2013-12-26" +"20","169","0004","14129",2,38.776439,-97.607384,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",19,31,19,61,0,1,0,0,"Certification not required",0,0.175263,0.152644,0.524,"2013-06-15 00:00",0.516,"2013-06-21 00:00",0.373,"2013-06-03 00:00",0.256,"2013-08-26 00:00","","","","",0.524,0.524,0.524,0.516,0.223,0.129,0.011,"Salina lead","304 E Ave B","Kansas","Saline","","Salina, KS","2013-12-26" +"20","169","0004","68105",1,38.776439,-97.607384,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,14.991111,11.695955,32.8,"2013-07-09 00:00",32.2,"2013-06-27 00:00",31.1,"2013-06-21 00:00",31.1,"2013-09-07 00:00","","","","",32.8,32.8,31.1,29.4,25.6,17.8,-0.6,"Salina lead","304 E Ave B","Kansas","Saline","","Salina, KS","2013-12-26" +"20","169","0004","68108",1,38.776439,-97.607384,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,726.822222,3.755535,736,"2013-02-15 00:00",735,"2013-03-05 00:00",733,"2013-01-04 00:00",733,"2013-01-22 00:00","","","","",736,736,733,731,729,726,723,"Salina lead","304 E Ave B","Kansas","Saline","","Salina, KS","2013-12-26" +"20","173","0008","68102",1,37.659334,-97.297714,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",10,16,5,61,0,0,"","","Certification not required",0,23.9,0,23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00",23.9,"2013-01-10 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"WASH & SKINNER","FIRE STA#11, G.WASHINGTONBLVD & E.SKINNE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-06-25" +"20","173","0008","68105",1,37.659334,-97.297714,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",10,16,5,61,0,0,"","","Certification not required",0,2.48,6.952825,16.8,"2013-01-28 00:00",8,"2013-01-19 00:00",7.3,"2013-01-10 00:00",4.3,"2013-01-07 00:00","","","","",16.8,16.8,16.8,16.8,7.3,2.4,-5.3,"WASH & SKINNER","FIRE STA#11, G.WASHINGTONBLVD & E.SKINNE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-06-25" +"20","173","0008","68108",1,37.659334,-97.297714,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",10,16,5,61,0,0,"","","Certification not required",0,731.1,4.175324,736,"2013-01-04 00:00",734,"2013-01-01 00:00",734,"2013-01-13 00:00",733,"2013-01-22 00:00","","","","",736,736,736,736,734,733,726,"WASH & SKINNER","FIRE STA#11, G.WASHINGTONBLVD & E.SKINNE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-06-25" +"20","173","0008","88101",1,37.659334,-97.297714,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",10,8,10,122,0,0,0,0,"Certification not required",0,9.52,5.691866,19.8,"2013-01-25 00:00",18.2,"2013-01-01 00:00",11,"2013-01-22 00:00",10.3,"2013-01-04 00:00","","","","",19.8,19.8,19.8,19.8,11,10,3.9,"WASH & SKINNER","FIRE STA#11, G.WASHINGTONBLVD & E.SKINNE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-06-28" +"20","173","0008","88101",1,37.659334,-97.297714,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",10,8,10,122,0,0,"","","Certification not required",0,9.52,5.691866,19.8,"2013-01-25 00:00",18.2,"2013-01-01 00:00",11,"2013-01-22 00:00",10.3,"2013-01-04 00:00","","","","",19.8,19.8,19.8,19.8,11,10,3.9,"WASH & SKINNER","FIRE STA#11, G.WASHINGTONBLVD & E.SKINNE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-06-28" +"20","173","0009","68102",1,37.651114,-97.362212,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0009","68105",1,37.651114,-97.362212,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,1,"","","Certification not required",0,15.751685,11.12341,32.9,"2013-07-09 00:00",30.9,"2013-07-12 00:00",30.8,"2013-06-12 00:00",30.1,"2013-08-29 00:00","","","","",32.9,30.9,30,28.7,25.2,19.4,-0.4,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0009","68108",1,37.651114,-97.362212,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,1,"","","Certification not required",0,728.337079,3.661668,737,"2013-02-15 00:00",736,"2013-01-04 00:00",736,"2013-03-26 00:00",735,"2013-03-02 00:00","","","","",737,736,735,734,731,728,724,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0009","81102",1,37.651114,-97.362212,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6499,100,45,61,0,53,"","","Certification not required",0,21.815972,16.95621,292,"2013-09-23 23:00",167,"2013-06-27 17:00",158,"2013-03-07 15:00",147,"2013-06-21 12:00","","","","",83,71,54,41,28,17,6,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0009","81102",1,37.651114,-97.362212,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,45,61,0,0,0,0,"Certification not required",0,21.322222,12.522243,82,"2013-06-22 00:00",70,"2013-06-21 00:00",70,"2013-06-26 00:00",64,"2013-06-25 00:00","","","","",70,58,47,37,27,18,9,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0009","88101",1,37.651114,-97.362212,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,9.874444,4.793689,23.3,"2013-07-06 00:00",22.2,"2013-06-21 00:00",20.5,"2013-01-25 00:00",18.5,"2013-03-08 00:00","","","","",23.3,22.2,18.5,17.3,13.4,8.8,4.7,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0009","88101",1,37.651114,-97.362212,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,9.874444,4.793689,23.3,"2013-07-06 00:00",22.2,"2013-06-21 00:00",20.5,"2013-01-25 00:00",18.5,"2013-03-08 00:00","","","","",23.3,22.2,18.5,17.3,13.4,8.8,4.7,"PAWNEE & GLENN","FIRE STA#12 GLEN & PAWNEE","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","42101",1,37.702066,-97.314847,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",4622,53,194,365,0,36,0,0,"Certification not required",4285,0.288003,0.163776,2.1,"2013-01-19 23:00",1.9,"2013-01-03 19:00",1.9,"2013-01-23 08:00",1.8,"2013-01-22 20:00","","","","",1.2,0.9,0.5,0.25,0.25,0.25,0.25,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-30" +"20","173","0010","42101",1,37.702066,-97.314847,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4636,53,194,365,0,0,0,0,"Certification not required",0,0.32953,0.110434,1.4,"2013-01-04 01:00",1.4,"2013-01-04 02:00",1.3,"2013-01-04 00:00",1.3,"2013-01-04 03:00",1.4,"2013-01-04 01:00",1.3,"2013-01-26 01:00",0.9,0.7,0.5,0.4,0.3,0.3,0.3,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-30" +"20","173","0010","42601",3,37.702066,-97.314847,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6340,72,266,365,0,212,"","","Certification not required",0,2.644401,8.574517,140.2,"2013-01-04 00:00",137.6,"2013-01-25 21:00",133.6,"2013-01-25 23:00",130.5,"2013-01-03 23:00","","","","",38.8,22,8.7,4,1.8,0.8,0.3,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","42602",3,37.702066,-97.314847,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6340,72,266,365,0,212,0,"","Certification not required",0,17.548496,9.718286,49.3,"2013-02-23 06:00",44.1,"2013-03-27 19:00",39.9,"2013-03-11 19:00",38.9,"2013-03-02 20:00","","","","",39.9,37.6,35.1,32.5,25.1,15,6.6,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","42602",3,37.702066,-97.314847,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6340,72,266,365,0,212,"","","Certification not required",0,7.932461,6.305192,49.3,"2013-02-23 06:00",48,"2013-02-23 05:00",46.7,"2013-02-23 02:00",45.8,"2013-02-23 04:00","","","","",32.6,29.5,22.5,15.5,9.1,5.8,3.1,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","42603",3,37.702066,-97.314847,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6340,72,266,365,0,212,"","","Certification not required",0,10.584069,13.160593,172.7,"2013-01-04 00:00",164.1,"2013-01-03 23:00",160.5,"2013-01-25 21:00",157.2,"2013-01-25 23:00","","","","",73.2,48.8,30.7,19.1,10.8,7,3.7,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","44201",1,37.702066,-97.314847,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6434,84,180,214,0,118,0,0,"Certification not required",312,0.051656,0.01032,0.081,"2013-09-06 15:00",0.08,"2013-06-12 15:00",0.077,"2013-07-04 15:00",0.077,"2013-07-13 13:00","","","","",0.08,0.077,0.07,0.067,0.058,0.053,0.045,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","44201",1,37.702066,-97.314847,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6453,83,177,214,0,0,0,0,"Certification not required",0,0.047073,0.010074,0.075,"2013-09-06 11:00",0.073,"2013-07-13 10:00",0.072,"2013-07-04 11:00",0.071,"2013-06-12 12:00","","","","",0.073,0.071,0.066,0.062,0.052,0.048,0.041,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","44201",1,37.702066,-97.314847,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6453,83,177,214,0,0,0,0,"Certification not required",0,0.047073,0.010074,0.075,"2013-09-06 11:00",0.073,"2013-07-13 10:00",0.072,"2013-07-04 11:00",0.071,"2013-06-12 12:00","","","","",0.073,0.071,0.066,0.062,0.052,0.048,0.041,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68102",1,37.702066,-97.314847,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,100,45,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68102",2,37.702066,-97.314847,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",44,72,44,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68103",5,37.702066,-97.314847,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.37451,10.168556,26.1,"2013-07-09 00:00",25.7,"2013-06-21 00:00",23.8,"2013-08-26 00:00",23.1,"2013-09-07 00:00","","","","",26.1,25.7,23.8,22,19.1,8.7,-4.3,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","68104",5,37.702066,-97.314847,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,21.186275,11.554688,41.8,"2013-07-09 00:00",39.2,"2013-09-07 00:00",36.3,"2013-06-21 00:00",35.8,"2013-08-26 00:00","","","","",41.8,39.2,36.3,34.5,30.6,23.2,5.5,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","68105",1,37.702066,-97.314847,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,1,"","","Certification not required",0,15.543678,11.274376,33.1,"2013-07-09 00:00",31,"2013-06-12 00:00",30.9,"2013-08-29 00:00",30.5,"2013-09-07 00:00","","","","",33.1,31,30.3,28.8,25.5,17.8,-0.7,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68105",2,37.702066,-97.314847,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,0,"","","Certification not required",0,15.270455,11.182182,33,"2013-07-09 00:00",30.4,"2013-09-07 00:00",30.1,"2013-06-21 00:00",29.3,"2013-08-26 00:00","","","","",33,33,30.1,27.6,25,18.7,-0.3,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68105",5,37.702066,-97.314847,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,14.998039,10.604197,33.2,"2013-07-09 00:00",30.5,"2013-09-07 00:00",30.2,"2013-06-21 00:00",29.4,"2013-08-26 00:00","","","","",33.2,30.5,30.2,27.7,24,16.2,0.2,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","68106",5,37.702066,-97.314847,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,723.568627,3.971171,733,"2013-02-15 00:00",731,"2013-01-04 00:00",730,"2013-01-22 00:00",730,"2013-10-13 00:00","","","","",733,731,730,728,727,723,718,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","68107",5,37.702066,-97.314847,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,728.254902,3.948889,736,"2013-01-04 00:00",736,"2013-02-15 00:00",736,"2013-10-25 00:00",735,"2013-03-05 00:00","","","","",736,736,736,734,731,728,724,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","68108",1,37.702066,-97.314847,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,1,"","","Certification not required",0,728.206897,3.407031,735,"2013-02-15 00:00",734,"2013-01-04 00:00",734,"2013-03-02 00:00",734,"2013-03-26 00:00","","","","",735,734,733,732,731,728,723,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68108",2,37.702066,-97.314847,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,0,"","","Certification not required",0,728.522727,3.426902,736,"2013-02-15 00:00",735,"2013-01-04 00:00",734,"2013-03-05 00:00",733,"2013-01-22 00:00","","","","",736,736,734,733,731,728,725,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","68108",5,37.702066,-97.314847,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,725.647059,3.918283,734,"2013-02-15 00:00",733,"2013-01-04 00:00",733,"2013-10-25 00:00",732,"2013-03-05 00:00","","","","",734,733,733,731,729,725,722,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","81102",1,37.702066,-97.314847,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6514,74,271,365,0,38,"","","Certification not required",0,21.952257,16.9486,281,"2013-09-23 23:00",195,"2013-09-07 09:00",159,"2013-06-11 09:00",146,"2013-09-24 00:00","","","","",87,73,52,41,28,18,7,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","81102",1,37.702066,-97.314847,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,21.472325,12.431671,80,"2013-06-22 00:00",70,"2013-06-26 00:00",70,"2013-08-02 00:00",67,"2013-06-27 00:00","","","","",70,62,44,36,27,18,9,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","88101",1,37.702066,-97.314847,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,8.752273,4.013339,18.6,"2013-01-25 00:00",18.3,"2013-09-07 00:00",18.2,"2013-03-08 00:00",17.2,"2013-02-27 00:00","","","","",18.6,18.3,17.1,14.2,11.2,8.4,4,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","88101",1,37.702066,-97.314847,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,8.752273,4.013339,18.6,"2013-01-25 00:00",18.3,"2013-09-07 00:00",18.2,"2013-03-08 00:00",17.2,"2013-02-27 00:00","","","","",18.6,18.3,17.1,14.2,11.2,8.4,4,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","88101",2,37.702066,-97.314847,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,8.570455,4.162266,18,"2013-03-23 00:00",17.4,"2013-09-07 00:00",16.8,"2013-02-27 00:00",14.5,"2013-07-03 00:00","","","","",18,18,16.8,14.3,11.1,8.1,3.7,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","88101",2,37.702066,-97.314847,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",0,8.570455,4.162266,18,"2013-03-23 00:00",17.4,"2013-09-07 00:00",16.8,"2013-02-27 00:00",14.5,"2013-07-03 00:00","","","","",18,18,16.8,14.3,11.1,8.1,3.7,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","0010","88102",5,37.702066,-97.314847,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01882,0.004541,0.026,"2013-02-03 00:00",0.026,"2013-02-09 00:00",0.026,"2013-03-17 00:00",0.026,"2013-08-08 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0205,0.014,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88103",5,37.702066,-97.314847,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00032,0.000653,0.002,"2013-01-04 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-28 00:00",0.002,"2013-06-21 00:00","","","","",0.002,0.002,0.002,0.002,0,0,0,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88104",5,37.702066,-97.314847,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",17,0.05644,0.146705,1.04,"2013-06-21 00:00",0.156,"2013-06-15 00:00",0.148,"2013-08-02 00:00",0.137,"2013-09-07 00:00","","","","",1.04,1.04,0.148,0.125,0.048,0.022,0.0065,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88107",5,37.702066,-97.314847,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.007623,0.007694,0.033,"2013-07-03 00:00",0.0295,"2013-01-10 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-04-16 00:00","","","","",0.033,0.033,0.0295,0.0295,0.0055,0.005,0.0039,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88109",5,37.702066,-97.314847,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",18,0.002487,0.00187,0.0086,"2013-03-29 00:00",0.0077,"2013-01-16 00:00",0.0064,"2013-03-23 00:00",0.0056,"2013-02-21 00:00","","","","",0.0086,0.0086,0.0064,0.0053,0.0031,0.002,0.0009,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88110",5,37.702066,-97.314847,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00142,0.003908,0.018,"2013-08-14 00:00",0.015,"2013-06-09 00:00",0.012,"2013-03-29 00:00",0.008,"2013-05-10 00:00","","","","",0.018,0.018,0.012,0.007,0,0,0,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88111",5,37.702066,-97.314847,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.083541,0.07569,0.336,"2013-06-21 00:00",0.313,"2013-10-13 00:00",0.245,"2013-01-22 00:00",0.239,"2013-09-07 00:00","","","","",0.336,0.336,0.245,0.21,0.115,0.07,0.0144,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88112",5,37.702066,-97.314847,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00548,0.018886,0.103,"2013-10-07 00:00",0.089,"2013-09-25 00:00",0.014,"2013-10-13 00:00",0.008,"2013-05-04 00:00","","","","",0.103,0.103,0.014,0.005,0.003,0.001,0,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88113",5,37.702066,-97.314847,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.00077,0.000424,0.0028,"2013-06-21 00:00",0.0024,"2013-01-16 00:00",0.0015,"2013-08-02 00:00",0.0013,"2013-03-11 00:00","","","","",0.0028,0.0028,0.0015,0.001,0.0007,0.00065,0.00055,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88114",5,37.702066,-97.314847,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",42,0.001508,0.002572,0.0183,"2013-07-03 00:00",0.0051,"2013-01-16 00:00",0.0043,"2013-10-19 00:00",0.003,"2013-10-07 00:00","","","","",0.0183,0.0183,0.0043,0.0021,0.00125,0.00095,0.00065,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88115",5,37.702066,-97.314847,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",35,0.007406,0.009395,0.0459,"2013-01-04 00:00",0.042,"2013-06-21 00:00",0.036,"2013-01-16 00:00",0.0192,"2013-02-27 00:00","","","","",0.0459,0.0459,0.036,0.0142,0.0081,0.00405,0.00245,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88117",5,37.702066,-97.314847,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006948,0.010796,0.0435,"2013-04-16 00:00",0.043,"2013-01-10 00:00",0.043,"2013-02-15 00:00",0.043,"2013-10-13 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88118",5,37.702066,-97.314847,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01099,0.00677,0.023,"2013-01-10 00:00",0.023,"2013-02-15 00:00",0.023,"2013-04-16 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88126",5,37.702066,-97.314847,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.06099,0.082665,0.598,"2013-06-21 00:00",0.13,"2013-09-25 00:00",0.12,"2013-08-02 00:00",0.113,"2013-06-15 00:00","","","","",0.598,0.598,0.12,0.108,0.065,0.0451,0.0227,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88128",5,37.702066,-97.314847,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00066,0.001118,0.004,"2013-01-10 00:00",0.003,"2013-02-09 00:00",0.003,"2013-04-04 00:00",0.003,"2013-04-22 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0,0,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88131",5,37.702066,-97.314847,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01024,0.003757,0.026,"2013-01-04 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-17 00:00","","","","",0.026,0.026,0.0165,0.0165,0.011,0.011,0.007,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88132",5,37.702066,-97.314847,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00124,0.001673,0.01,"2013-06-21 00:00",0.004,"2013-02-15 00:00",0.004,"2013-10-13 00:00",0.003,"2013-06-09 00:00","","","","",0.01,0.01,0.004,0.003,0.002,0.001,0,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88136",5,37.702066,-97.314847,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00018,0.000482,0.002,"2013-01-10 00:00",0.002,"2013-05-04 00:00",0.001,"2013-02-21 00:00",0.001,"2013-02-27 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88140",5,37.702066,-97.314847,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.00827,0.007415,0.051,"2013-07-03 00:00",0.024,"2013-01-28 00:00",0.022,"2013-10-13 00:00",0.021,"2013-01-10 00:00","","","","",0.051,0.051,0.022,0.009,0.009,0.006,0.00475,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88152",5,37.702066,-97.314847,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.005608,0.001982,0.015,"2013-06-21 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.015,0.015,0.008,0.008,0.0055,0.005,0.0045,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88154",5,37.702066,-97.314847,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001046,0.000236,0.0013,"2013-01-04 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88160",5,37.702066,-97.314847,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01308,0.003527,0.018,"2013-02-03 00:00",0.018,"2013-02-09 00:00",0.018,"2013-03-17 00:00",0.018,"2013-08-08 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88161",5,37.702066,-97.314847,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",42,0.004302,0.00881,0.0635,"2013-06-21 00:00",0.01,"2013-04-04 00:00",0.01,"2013-08-02 00:00",0.009,"2013-06-15 00:00","","","","",0.0635,0.0635,0.01,0.009,0.00265,0.00215,0.0021,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88164",5,37.702066,-97.314847,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001608,0.000419,0.004,"2013-06-21 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.004,0.004,0.0019,0.0019,0.0016,0.0015,0.0015,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88165",5,37.702066,-97.314847,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.150038,0.304208,2.15,"2013-06-21 00:00",0.47,"2013-09-25 00:00",0.357,"2013-08-02 00:00",0.33,"2013-09-07 00:00","","","","",2.15,2.15,0.357,0.328,0.142,0.084,0.022,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88166",5,37.702066,-97.314847,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.008356,0.004595,0.02,"2013-07-09 00:00",0.019,"2013-02-03 00:00",0.019,"2013-03-17 00:00",0.0185,"2013-02-09 00:00","","","","",0.02,0.02,0.019,0.0185,0.0075,0.0075,0.0042,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88167",5,37.702066,-97.314847,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",17,0.004607,0.003919,0.0208,"2013-01-16 00:00",0.0142,"2013-01-04 00:00",0.0131,"2013-02-27 00:00",0.0104,"2013-04-04 00:00","","","","",0.0208,0.0208,0.0131,0.01,0.0054,0.004,0.00175,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88168",5,37.702066,-97.314847,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.001484,0.001225,0.0079,"2013-07-03 00:00",0.0053,"2013-09-19 00:00",0.0047,"2013-04-10 00:00",0.00175,"2013-02-03 00:00","","","","",0.0079,0.0079,0.0047,0.00175,0.00155,0.00115,0.00085,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88169",5,37.702066,-97.314847,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.557934,0.344034,1.7,"2013-09-07 00:00",1.28,"2013-08-20 00:00",1.2,"2013-02-27 00:00",1.15,"2013-08-02 00:00","","","","",1.7,1.7,1.2,1.03,0.749,0.5,0.206,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88176",5,37.702066,-97.314847,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000956,0.000201,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88180",5,37.702066,-97.314847,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.063888,0.093236,0.65,"2013-07-03 00:00",0.205,"2013-06-21 00:00",0.194,"2013-09-07 00:00",0.103,"2013-09-25 00:00","","","","",0.65,0.65,0.194,0.0983,0.068,0.0472,0.0151,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88184",5,37.702066,-97.314847,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",39,0.035,0.045145,0.29,"2013-06-21 00:00",0.156,"2013-01-28 00:00",0.096,"2013-06-15 00:00",0.095,"2013-07-09 00:00","","","","",0.29,0.29,0.096,0.075,0.027,0.02,0.0155,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88185",5,37.702066,-97.314847,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.003189,0.003167,0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-08-08 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88301",5,37.702066,-97.314847,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.56066,0.52071,2.56,"2013-03-23 00:00",2.46,"2013-02-27 00:00",1.19,"2013-04-04 00:00",1.11,"2013-09-07 00:00","","","","",2.56,2.56,1.19,1.08,0.758,0.437,0.109,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88302",5,37.702066,-97.314847,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.053926,0.059652,0.394,"2013-06-21 00:00",0.151,"2013-01-28 00:00",0.14,"2013-07-09 00:00",0.129,"2013-06-15 00:00","","","","",0.394,0.394,0.14,0.1,0.066,0.038,0.015,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88303",5,37.702066,-97.314847,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",18,0.043142,0.08917,0.635,"2013-07-03 00:00",0.153,"2013-09-07 00:00",0.075,"2013-01-04 00:00",0.071,"2013-07-09 00:00","","","","",0.635,0.635,0.075,0.068,0.043,0.03,0.012,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88306",5,37.702066,-97.314847,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.0587,1.321893,6.26,"2013-03-23 00:00",5.21,"2013-02-27 00:00",3.76,"2013-02-09 00:00",3.27,"2013-01-22 00:00","","","","",6.26,6.26,3.76,3.07,1.11,0.549,0.174,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88355",5,37.702066,-97.314847,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.96234,1.100596,5.21,"2013-08-14 00:00",4.89,"2013-07-03 00:00",4.58,"2013-08-20 00:00",4.02,"2013-09-07 00:00","","","","",5.21,5.21,4.58,3.82,2.37,1.66,0.993,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88357",5,37.702066,-97.314847,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.37624,0.201182,0.992,"2013-07-03 00:00",0.863,"2013-07-15 00:00",0.84,"2013-08-14 00:00",0.78,"2013-01-04 00:00","","","","",0.992,0.992,0.84,0.656,0.456,0.318,0.181,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88370",5,37.702066,-97.314847,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.75536,0.997464,4.72,"2013-08-14 00:00",4.36,"2013-08-20 00:00",4.3,"2013-07-03 00:00",3.83,"2013-09-07 00:00","","","","",4.72,4.72,4.3,3.42,2.14,1.52,0.865,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88374",5,37.702066,-97.314847,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.10332,0.109239,0.528,"2013-08-20 00:00",0.395,"2013-08-26 00:00",0.334,"2013-01-16 00:00",0.296,"2013-09-07 00:00","","","","",0.528,0.528,0.334,0.265,0.135,0.058,0.022,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88375",5,37.702066,-97.314847,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.48926,0.274192,1.34,"2013-07-03 00:00",1.22,"2013-08-20 00:00",1.15,"2013-08-14 00:00",1.09,"2013-09-07 00:00","","","","",1.34,1.34,1.15,0.847,0.604,0.393,0.252,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88376",5,37.702066,-97.314847,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.65536,0.365722,1.91,"2013-07-03 00:00",1.67,"2013-08-14 00:00",1.6,"2013-07-15 00:00",1.13,"2013-03-29 00:00","","","","",1.91,1.91,1.6,1.08,0.766,0.581,0.29,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88377",5,37.702066,-97.314847,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.38118,0.227957,1.06,"2013-08-14 00:00",1.02,"2013-07-15 00:00",0.891,"2013-07-03 00:00",0.77,"2013-08-20 00:00","","","","",1.06,1.06,0.891,0.735,0.493,0.327,0.187,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88378",5,37.702066,-97.314847,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",27,0.12732,0.201884,0.77,"2013-08-20 00:00",0.706,"2013-09-07 00:00",0.702,"2013-08-14 00:00",0.467,"2013-08-02 00:00","","","","",0.77,0.77,0.702,0.449,0.21,0.001,0.001,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88380",5,37.702066,-97.314847,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.58322,0.310948,1.58,"2013-07-03 00:00",1.47,"2013-03-29 00:00",1.33,"2013-08-14 00:00",1.18,"2013-01-04 00:00","","","","",1.58,1.58,1.33,0.947,0.66,0.504,0.303,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88383",5,37.702066,-97.314847,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.58038,0.355379,1.73,"2013-08-14 00:00",1.41,"2013-07-03 00:00",1.37,"2013-03-29 00:00",1.23,"2013-09-07 00:00","","","","",1.73,1.73,1.37,1.18,0.716,0.487,0.262,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88384",5,37.702066,-97.314847,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.11589,0.058266,0.299,"2013-08-14 00:00",0.237,"2013-10-19 00:00",0.218,"2013-07-15 00:00",0.214,"2013-05-10 00:00","","","","",0.299,0.299,0.218,0.213,0.143,0.108,0.0563,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88385",5,37.702066,-97.314847,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",28,0.014228,0.029239,0.158,"2013-07-15 00:00",0.111,"2013-07-03 00:00",0.0667,"2013-07-27 00:00",0.0491,"2013-06-15 00:00","","","","",0.158,0.158,0.0667,0.0414,0.018,0.001,0.001,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88388",5,37.702066,-97.314847,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",10,0.3344,0.29433,1.2,"2013-08-14 00:00",1.05,"2013-03-29 00:00",0.984,"2013-08-20 00:00",0.898,"2013-09-07 00:00","","","","",1.2,1.2,0.984,0.73,0.486,0.3,0.001,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88403",5,37.702066,-97.314847,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.41572,0.833039,3.76,"2013-09-07 00:00",3.03,"2013-02-27 00:00",3.01,"2013-03-23 00:00",2.82,"2013-08-20 00:00","","","","",3.76,3.76,3.01,2.76,1.93,1.28,0.514,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0010","88502",5,37.702066,-97.314847,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.686,4.426913,18.8,"2013-09-07 00:00",18,"2013-06-21 00:00",17.4,"2013-02-27 00:00",17.2,"2013-03-23 00:00","","","","",18.8,18.8,17.4,15.6,10.9,8.3,3.9,"WICHITA HD","HEALTH DEPT., 1900 EAST 9TH ST.","Kansas","Sedgwick","Wichita","Wichita, KS","2014-02-13" +"20","173","0018","44201",1,37.897506,-97.492083,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6506,86,183,214,0,46,0,0,"Certification not required",55,0.052306,0.011318,0.082,"2013-08-31 16:00",0.079,"2013-09-06 15:00",0.078,"2013-07-04 16:00",0.078,"2013-07-13 14:00","","","","",0.079,0.078,0.071,0.068,0.06,0.053,0.046,"Sedgwick Ozone","12831 W. 117N","Kansas","Sedgwick","","Wichita, KS","2013-12-26" +"20","173","0018","44201",1,37.897506,-97.492083,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6532,86,183,214,0,0,0,0,"Certification not required",0,0.047645,0.010848,0.074,"2013-07-04 12:00",0.073,"2013-09-06 11:00",0.072,"2013-07-13 10:00",0.071,"2013-07-05 12:00","","","","",0.073,0.071,0.067,0.062,0.054,0.049,0.041,"Sedgwick Ozone","12831 W. 117N","Kansas","Sedgwick","","Wichita, KS","2013-12-26" +"20","173","0018","44201",1,37.897506,-97.492083,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6532,86,183,214,0,0,0,0,"Certification not required",0,0.047645,0.010848,0.074,"2013-07-04 12:00",0.073,"2013-09-06 11:00",0.072,"2013-07-13 10:00",0.071,"2013-07-05 12:00","","","","",0.073,0.071,0.067,0.062,0.054,0.049,0.041,"Sedgwick Ozone","12831 W. 117N","Kansas","Sedgwick","","Wichita, KS","2013-12-26" +"20","173","1012","68102",1,37.747085,-97.316912,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",73,66,73,111,0,0,"","","Certification not required",0,23.9,0,23.9,"2013-02-03 00:00",23.9,"2013-02-06 00:00",23.9,"2013-02-09 00:00",23.9,"2013-02-12 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","1012","68105",1,37.747085,-97.316912,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",73,66,73,111,0,0,"","","Certification not required",0,17.471233,10.271109,32.8,"2013-07-09 00:00",30.8,"2013-07-12 00:00",30.5,"2013-08-29 00:00",30.4,"2013-06-12 00:00","","","","",32.8,30.8,30.4,29.1,25.7,20.8,1.5,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","1012","68108",1,37.747085,-97.316912,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",73,66,73,111,0,0,"","","Certification not required",0,728,3.265986,735,"2013-02-15 00:00",735,"2013-03-26 00:00",734,"2013-03-02 00:00",733,"2013-03-05 00:00","","","","",735,735,733,732,730,728,724,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","1012","81102",1,37.747085,-97.316912,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6033,100,45,61,0,519,"","","Certification not required",0,24.025858,19.059953,218,"2013-06-22 14:00",216,"2013-09-23 23:00",215,"2013-09-04 23:00",186,"2013-01-23 09:00","","","","",94,79,61,47,31,19,7,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","1012","81102",1,37.747085,-97.316912,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",247,74,45,61,0,0,0,0,"Certification not required",0,23.692308,14.228766,88,"2013-06-22 00:00",84,"2013-06-26 00:00",68,"2013-06-25 00:00",67,"2013-06-21 00:00","","","","",68,65,55,43,31,20,10,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","1012","81102",3,37.747085,-97.316912,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,1,0,0,"Certification not required",1,19,12.489996,32,"2013-01-16 00:00",22,"2013-01-22 00:00",20,"2013-01-28 00:00",2,"2013-01-10 00:00","","","","",32,32,32,32,32,22,2,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-06-28" +"20","173","1012","88101",1,37.747085,-97.316912,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",73,60,73,122,0,7,0,0,"Certification not required",0,9.268493,4.291978,22,"2013-07-06 00:00",19.1,"2013-03-08 00:00",18.6,"2013-03-23 00:00",17.7,"2013-02-27 00:00","","","","",22,19.1,17.7,14.8,12.5,8.6,4.7,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","173","1012","88101",1,37.747085,-97.316912,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",73,60,73,122,0,7,"","","Certification not required",0,9.268493,4.291978,22,"2013-07-06 00:00",19.1,"2013-03-08 00:00",18.6,"2013-03-23 00:00",17.7,"2013-02-27 00:00","","","","",22,19.1,17.7,14.8,12.5,8.6,4.7,"HYDRAULIC","K-96 AND HYDRAULIC","Kansas","Sedgwick","Wichita","Wichita, KS","2013-12-26" +"20","177","0013","44201",1,39.024265,-95.711275,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6514,86,183,214,0,38,0,0,"Certification not required",362,0.050148,0.00999,0.08,"2013-07-11 16:00",0.072,"2013-09-27 13:00",0.071,"2013-06-12 17:00",0.07,"2013-09-04 14:00","","","","",0.072,0.07,0.067,0.062,0.058,0.051,0.044,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","44201",1,39.024265,-95.711275,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6528,86,183,214,0,0,0,0,"Certification not required",0,0.045694,0.009589,0.068,"2013-07-11 12:00",0.067,"2013-09-27 10:00",0.066,"2013-07-05 11:00",0.066,"2013-09-06 11:00","","","","",0.067,0.066,0.061,0.057,0.053,0.048,0.04,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","44201",1,39.024265,-95.711275,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6528,86,183,214,0,0,0,0,"Certification not required",0,0.045694,0.009589,0.068,"2013-07-11 12:00",0.067,"2013-09-27 10:00",0.066,"2013-07-05 11:00",0.066,"2013-09-06 11:00","","","","",0.067,0.066,0.061,0.057,0.053,0.048,0.04,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","68102",1,39.024265,-95.711275,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,0,"","","Certification not required",0,23.925556,0.043862,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,23.9,23.9,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","68105",1,39.024265,-95.711275,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,1,"","","Certification not required",0,14.231461,11.172741,31.8,"2013-07-09 00:00",29.3,"2013-09-07 00:00",28.8,"2013-06-12 00:00",28.8,"2013-07-18 00:00","","","","",31.8,29.3,28.8,27.8,24.2,16.9,-1.7,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","68108",1,39.024265,-95.711275,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,1,"","","Certification not required",0,736.606742,5.273471,748,"2013-01-22 00:00",748,"2013-02-15 00:00",748,"2013-03-26 00:00",747,"2013-01-01 00:00","","","","",748,748,747,745,739,736,730,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","81102",2,39.024265,-95.711275,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6488,74,271,365,0,64,"","","Certification not required",0,17.250771,13.889381,257,"2013-01-11 23:00",136,"2013-05-01 12:00",131,"2013-07-04 20:00",119,"2013-01-11 22:00","","","","",64,55,43,34,23,14,4,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","81102",2,39.024265,-95.711275,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,16.712177,10.344,75,"2013-06-22 00:00",54,"2013-06-21 00:00",48,"2013-06-24 00:00",48,"2013-06-25 00:00","","","","",48,45,36,31,21,14,7,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","88101",1,39.024265,-95.711275,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,8.778889,4.431083,20.8,"2013-07-06 00:00",20.5,"2013-03-23 00:00",20.4,"2013-02-27 00:00",19.2,"2013-03-08 00:00","","","","",20.8,20.5,18.9,14.6,11.2,8,3.9,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","177","0013","88101",1,39.024265,-95.711275,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,8.778889,4.431083,20.8,"2013-07-06 00:00",20.5,"2013-03-23 00:00",20.4,"2013-02-27 00:00",19.2,"2013-03-08 00:00","","","","",20.8,20.5,18.9,14.6,11.2,8,3.9,"KNI","2501 RANDOLPH AVENUE","Kansas","Shawnee","Topeka","Topeka, KS","2013-12-26" +"20","181","0001","81102",1,39.348452,-101.713405,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,1,1,"Certification not required",0,29.822222,30.500588,162,"2013-02-09 00:00",136,"2013-06-21 00:00",75,"2013-06-03 00:00",72,"2013-06-27 00:00","","","","",162,162,75,54,35,20,10,"GOODLAND","CITY FIRE STA , 1010 CENTER","Kansas","Sherman","Goodland","","2013-12-26" +"20","191","0002","42401",1,37.47689,-97.366399,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6111,70,254,365,0,441,0,"","Certification not required",0,1.072835,1.787686,18.2,"2013-01-26 14:00",15.3,"2013-02-01 15:00",11.8,"2013-01-28 15:00",6.3,"2013-01-27 14:00","","","","",11.8,5.4,3.2,1.7,1.1,0.6,0.3,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42401",1,37.47689,-97.366399,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6111,70,254,365,0,441,"","","Certification not required",0,0.581378,0.77584,18.2,"2013-01-26 14:00",15.3,"2013-02-01 15:00",13.3,"2013-01-26 15:00",11.8,"2013-01-28 15:00","","","","",3.5,2.8,1.6,1,0.6,0.4,0.1,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42401",1,37.47689,-97.366399,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",254,70,254,365,0,0,0,"","Certification not required",0,0.577165,0.64012,5.4,"2013-01-26 00:00",4.6,"2013-01-28 00:00",3.4,"2013-01-27 00:00",3.2,"2013-02-01 00:00","","","","",3.4,3,1.6,0.9,0.6,0.4,0.2,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42401",1,37.47689,-97.366399,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2018,69,254,365,0,0,"",0,"Certification not required",0,0.549207,0.725649,10.5,"2013-01-26 17:00",9.9,"2013-01-26 14:00",8.8,"2013-02-01 14:00",7.5,"2013-02-01 17:00","","","","",3.5,2.8,1.6,0.9,0.6,0.4,0.1,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42401",2,37.47689,-97.366399,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",73588,70,254,365,0,5036,"","","Certification not required",0,0.584285,0.79855,24,"2013-01-26 14:35",23.1,"2013-01-26 14:25",23.1,"2013-01-28 15:00",21.6,"2013-01-26 14:30","","","","",3.6,2.9,1.7,1,0.6,0.4,0.1,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42601",1,37.47689,-97.366399,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6230,71,260,365,0,322,"","","Certification not required",0,1.63931,1.093945,26.6,"2013-01-26 02:00",23.1,"2013-01-26 03:00",17.4,"2013-01-09 10:00",16.8,"2013-01-26 01:00","","","","",5.4,4.1,2.8,2.2,1.6,1.4,1.2,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42602",1,37.47689,-97.366399,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6229,71,260,365,0,323,0,"","Certification not required",0,8.827692,4.983851,28.7,"2013-02-11 23:00",26.9,"2013-02-12 00:00",26.8,"2013-01-09 01:00",24,"2013-03-18 21:00","","","","",26.8,23.5,20.1,16.2,10.9,7.8,3.9,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42602",1,37.47689,-97.366399,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6229,71,260,365,0,323,"","","Certification not required",0,4.216038,2.791363,28.7,"2013-02-11 23:00",26.9,"2013-02-12 00:00",26.8,"2013-01-09 01:00",25.9,"2013-01-09 02:00","","","","",16.1,12.7,9.3,7.4,5.1,3.4,1.9,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","42603",1,37.47689,-97.366399,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6229,71,260,365,0,323,"","","Certification not required",0,5.033569,3.485887,46.7,"2013-01-26 02:00",41,"2013-01-26 03:00",38.4,"2013-01-09 10:00",36.9,"2013-09-19 21:00","","","","",19.5,14.9,10.9,8.5,5.9,4.1,2.4,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","44201",1,37.47689,-97.366399,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6461,85,181,214,0,91,0,0,"Certification not required",73,0.052801,0.010137,0.081,"2013-09-06 16:00",0.078,"2013-08-20 15:00",0.077,"2013-08-21 15:00",0.076,"2013-07-13 16:00","","","","",0.078,0.076,0.072,0.066,0.06,0.053,0.046,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","44201",1,37.47689,-97.366399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6474,84,179,214,0,0,0,0,"Certification not required",0,0.048363,0.009545,0.074,"2013-09-06 10:00",0.072,"2013-08-21 11:00",0.071,"2013-07-13 10:00",0.071,"2013-09-26 12:00","","","","",0.072,0.071,0.067,0.062,0.055,0.049,0.042,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","44201",1,37.47689,-97.366399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6474,84,179,214,0,0,0,0,"Certification not required",0,0.048363,0.009545,0.074,"2013-09-06 10:00",0.072,"2013-08-21 11:00",0.071,"2013-07-13 10:00",0.071,"2013-09-26 12:00","","","","",0.072,0.071,0.067,0.062,0.055,0.049,0.042,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","68102",1,37.47689,-97.366399,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,100,45,61,0,0,"","","Certification not required",0,23.978652,0.1418,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","68105",1,37.47689,-97.366399,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,0,"","","Certification not required",0,14.611236,10.861341,32.3,"2013-07-09 00:00",30.1,"2013-07-12 00:00",29.6,"2013-06-12 00:00",29.5,"2013-06-27 00:00","","","","",32.3,30.1,28.9,27.3,23.7,16.8,-0.6,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","68108",1,37.47689,-97.366399,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,0,"","","Certification not required",0,730.685393,4.184917,741,"2013-02-15 00:00",740,"2013-01-04 00:00",739,"2013-03-02 00:00",739,"2013-03-05 00:00","","","","",741,740,739,737,733,730,726,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","88101",1,37.47689,-97.366399,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,0,0,"Certification not required",0,8.6,4.377551,21.5,"2013-07-06 00:00",18.4,"2013-03-23 00:00",18.3,"2013-01-25 00:00",17.5,"2013-03-08 00:00","","","","",21.5,18.4,17.2,15.4,12.1,7.3,4,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","191","0002","88101",1,37.47689,-97.366399,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,"","","Certification not required",0,8.6,4.377551,21.5,"2013-07-06 00:00",18.4,"2013-03-23 00:00",18.3,"2013-01-25 00:00",17.5,"2013-03-08 00:00","","","","",21.5,18.4,17.2,15.4,12.1,7.3,4,"PECK","707 E 119TH ST SOUTH,PECK COMMUNITY BLDG","Kansas","Sumner","","Wichita, KS","2013-12-26" +"20","195","0001","42401",1,38.770081,-99.763424,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6142,70,256,365,0,410,0,"","Certification not required",0,1.338281,0.917765,3.8,"2013-04-20 15:00",3.1,"2013-03-11 11:00",3.1,"2013-04-21 14:00",3.1,"2013-05-03 11:00","","","","",3.1,2.7,2.6,2.6,2.2,1.5,0.2,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","42401",1,38.770081,-99.763424,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6142,70,256,365,0,410,"","","Certification not required",0,1.129844,0.883082,3.8,"2013-04-20 15:00",3.1,"2013-03-11 11:00",3.1,"2013-04-21 14:00",3.1,"2013-05-03 11:00","","","","",2.6,2.5,2.5,2.4,1.9,1.1,0.1,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","42401",1,38.770081,-99.763424,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",256,70,256,365,0,0,0,"","Certification not required",0,1.130469,0.880201,2.6,"2013-04-21 00:00",2.6,"2013-04-30 00:00",2.6,"2013-05-08 00:00",2.5,"2013-04-20 00:00","","","","",2.6,2.5,2.5,2.4,1.9,1.1,0.1,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","42401",1,38.770081,-99.763424,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2026,69,256,365,0,0,"",0,"Certification not required",0,1.102024,0.874817,3,"2013-04-20 17:00",2.9,"2013-04-21 14:00",2.7,"2013-04-20 14:00",2.7,"2013-04-21 11:00","","","","",2.5,2.5,2.4,2.3,1.9,1.1,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","42401",3,38.770081,-99.763424,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",73965,70,256,365,0,4659,"","","Certification not required",0,1.158656,0.933039,4.4,"2013-04-20 15:15",4.4,"2013-04-20 15:20",4.2,"2013-04-20 15:30",4.1,"2013-04-20 15:10","","","","",3,3,2.6,2.4,1.9,1.1,0.1,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","44201",1,38.770081,-99.763424,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6470,85,181,214,0,82,0,0,"Certification not required",6,0.053757,0.009013,0.077,"2013-07-09 15:00",0.077,"2013-07-11 15:00",0.075,"2013-06-27 16:00",0.073,"2013-07-07 12:00","","","","",0.077,0.073,0.069,0.064,0.06,0.055,0.047,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","44201",1,38.770081,-99.763424,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6504,84,180,214,0,0,0,0,"Certification not required",0,0.050117,0.008485,0.068,"2013-07-09 10:00",0.068,"2013-07-11 11:00",0.067,"2013-06-10 12:00",0.067,"2013-07-04 10:00","","","","",0.068,0.067,0.065,0.061,0.056,0.051,0.044,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","44201",1,38.770081,-99.763424,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6504,84,180,214,0,0,0,0,"Certification not required",0,0.050117,0.008485,0.068,"2013-07-09 10:00",0.068,"2013-07-11 11:00",0.067,"2013-06-10 12:00",0.067,"2013-07-04 10:00","","","","",0.068,0.067,0.065,0.061,0.056,0.051,0.044,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","85101",1,38.770081,-99.763424,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,12.824726,6.364549,31.8119,"2013-02-24 00:00",25.2693,"2013-03-29 00:00",24.9509,"2013-05-25 00:00",24.116,"2013-05-28 00:00","","","","",31.8119,31.8119,24.9509,21.2396,16.3672,11.9625,5.683,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","86502",1,38.770081,-99.763424,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,7.021739,4.616344,19,"2013-05-28 00:00",16,"2013-05-25 00:00",15,"2013-01-28 00:00",15,"2013-03-29 00:00","","","","",19,19,15,14,11,6,2,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88103",1,38.770081,-99.763424,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88104",1,38.770081,-99.763424,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.060702,0.050177,0.2276,"2013-04-28 00:00",0.2,"2013-03-20 00:00",0.137,"2013-03-29 00:00",0.1365,"2013-04-13 00:00","","","","",0.2276,0.2276,0.137,0.1321,0.078,0.047,0.011,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88109",1,38.770081,-99.763424,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.001534,0.000955,0.0046,"2013-03-29 00:00",0.0043,"2013-02-24 00:00",0.0041,"2013-03-08 00:00",0.0034,"2013-05-25 00:00","","","","",0.0046,0.0046,0.0041,0.0032,0.0018,0.0013,0.0006,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88111",1,38.770081,-99.763424,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.104152,0.093964,0.5138,"2013-03-20 00:00",0.3626,"2013-04-28 00:00",0.3006,"2013-03-26 00:00",0.2888,"2013-03-29 00:00","","","","",0.5138,0.5138,0.3006,0.1875,0.1261,0.0817,0.0236,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88112",1,38.770081,-99.763424,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88114",1,38.770081,-99.763424,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.000357,0.000288,0.0015,"2013-03-26 00:00",0.0012,"2013-05-07 00:00",0.001,"2013-03-02 00:00",0.0008,"2013-01-28 00:00","","","","",0.0015,0.0015,0.001,0.0007,0.0005,0.0003,0.00015,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88115",1,38.770081,-99.763424,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.001686,0.00294,0.0161,"2013-02-24 00:00",0.0141,"2013-03-02 00:00",0.0038,"2013-03-29 00:00",0.0036,"2013-03-20 00:00","","","","",0.0161,0.0161,0.0038,0.0033,0.0017,0.0009,0.00015,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88126",1,38.770081,-99.763424,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.040064,0.029563,0.1362,"2013-04-28 00:00",0.1273,"2013-03-20 00:00",0.0954,"2013-03-29 00:00",0.0831,"2013-04-13 00:00","","","","",0.1362,0.1362,0.0954,0.0794,0.0487,0.0342,0.0104,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88128",1,38.770081,-99.763424,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0008,0.000881,0.005,"2013-03-02 00:00",0.002,"2013-01-01 00:00",0.002,"2013-02-06 00:00",0.002,"2013-02-24 00:00","","","","",0.005,0.005,0.002,0.002,0.001,0.001,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88132",1,38.770081,-99.763424,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00136,0.000985,0.005,"2013-03-20 00:00",0.004,"2013-04-28 00:00",0.003,"2013-03-29 00:00",0.003,"2013-04-13 00:00","","","","",0.005,0.005,0.003,0.002,0.002,0.001,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88136",1,38.770081,-99.763424,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88140",1,38.770081,-99.763424,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.011722,0.012821,0.0702,"2013-04-28 00:00",0.041,"2013-05-28 00:00",0.039,"2013-05-31 00:00",0.0272,"2013-04-13 00:00","","","","",0.0702,0.0702,0.039,0.0241,0.0163,0.008,0.00115,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88152",1,38.770081,-99.763424,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.000716,0.001308,0.0055,"2013-03-08 00:00",0.0052,"2013-03-17 00:00",0.0038,"2013-01-22 00:00",0.0033,"2013-01-25 00:00","","","","",0.0055,0.0055,0.0038,0.0029,0.00015,0.00015,0.0001,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88154",1,38.770081,-99.763424,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000369,0.000285,0.0011,"2013-03-29 00:00",0.0011,"2013-05-10 00:00",0.001,"2013-04-28 00:00",0.0009,"2013-05-07 00:00","","","","",0.0011,0.0011,0.001,0.0009,0.0005,0.0003,0.0001,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88161",1,38.770081,-99.763424,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0034,0.002633,0.0118,"2013-04-28 00:00",0.0103,"2013-03-20 00:00",0.008,"2013-03-29 00:00",0.0074,"2013-04-13 00:00","","","","",0.0118,0.0118,0.008,0.0069,0.0045,0.0027,0.0008,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88164",1,38.770081,-99.763424,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.000227,0.00024,0.0011,"2013-03-08 00:00",0.0009,"2013-02-24 00:00",0.0008,"2013-03-29 00:00",0.0007,"2013-05-25 00:00","","","","",0.0011,0.0011,0.0008,0.0006,0.0003,0.0001,5e-05,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88165",1,38.770081,-99.763424,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.163738,0.134432,0.638,"2013-03-20 00:00",0.5024,"2013-04-28 00:00",0.392,"2013-03-29 00:00",0.3645,"2013-03-26 00:00","","","","",0.638,0.638,0.392,0.3558,0.2171,0.127,0.0299,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88167",1,38.770081,-99.763424,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003716,0.004467,0.0286,"2013-03-02 00:00",0.0136,"2013-02-24 00:00",0.012,"2013-02-03 00:00",0.0077,"2013-02-21 00:00","","","","",0.0286,0.0286,0.012,0.0071,0.0045,0.0026,0.0009,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88168",1,38.770081,-99.763424,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.000517,0.000403,0.0021,"2013-03-20 00:00",0.0018,"2013-04-28 00:00",0.0011,"2013-03-26 00:00",0.0011,"2013-04-25 00:00","","","","",0.0021,0.0021,0.0011,0.001,0.0007,0.0005,0.0001,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88169",1,38.770081,-99.763424,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.35766,0.201098,0.8037,"2013-01-01 00:00",0.7817,"2013-03-23 00:00",0.7716,"2013-03-29 00:00",0.6954,"2013-03-17 00:00","","","","",0.8037,0.8037,0.7716,0.68,0.474,0.3431,0.1212,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88176",1,38.770081,-99.763424,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",40,0.000182,7.7e-05,0.0004,"2013-03-26 00:00",0.0004,"2013-05-25 00:00",0.0004,"2013-05-31 00:00",0.0003,"2013-01-25 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88180",1,38.770081,-99.763424,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.035924,0.02384,0.1134,"2013-05-25 00:00",0.0989,"2013-01-01 00:00",0.0815,"2013-04-28 00:00",0.0804,"2013-03-29 00:00","","","","",0.1134,0.1134,0.0815,0.0795,0.0457,0.028,0.0124,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88184",1,38.770081,-99.763424,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.019672,0.023354,0.1055,"2013-05-25 00:00",0.0933,"2013-03-08 00:00",0.0749,"2013-03-29 00:00",0.0701,"2013-04-22 00:00","","","","",0.1055,0.1055,0.0749,0.0488,0.0222,0.0141,0.00185,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88185",1,38.770081,-99.763424,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.000768,0.000435,0.0022,"2013-04-13 00:00",0.002,"2013-02-09 00:00",0.0018,"2013-04-04 00:00",0.0017,"2013-02-15 00:00","","","","",0.0022,0.0022,0.0018,0.0015,0.00075,0.00065,0.0004,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88203",1,38.770081,-99.763424,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.027061,0.048647,0.3112,"2013-03-02 00:00",0.1325,"2013-02-24 00:00",0.1095,"2013-01-01 00:00",0.0812,"2013-03-08 00:00","","","","",0.3112,0.3112,0.1095,0.0741,0.0243,0.0114,0.0039,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88306",1,38.770081,-99.763424,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.628314,1.638397,9.1231,"2013-02-24 00:00",4.7493,"2013-03-23 00:00",4.2336,"2013-01-01 00:00",4.1569,"2013-03-02 00:00","","","","",9.1231,9.1231,4.2336,4.1096,2.3245,0.9025,0.3872,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88320",1,38.770081,-99.763424,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.5764,0.393263,1.83,"2013-03-29 00:00",1.61,"2013-05-22 00:00",1.55,"2013-02-24 00:00",1.37,"2013-03-08 00:00","","","","",1.83,1.83,1.55,1.08,0.76,0.47,0.21,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88321",1,38.770081,-99.763424,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.1044,0.067496,0.32,"2013-02-24 00:00",0.3,"2013-03-29 00:00",0.25,"2013-03-08 00:00",0.2,"2013-01-01 00:00","","","","",0.32,0.32,0.25,0.19,0.13,0.09,0.04,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88324",1,38.770081,-99.763424,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.025019,0.017481,0.1118,"2013-02-24 00:00",0.0651,"2013-03-29 00:00",0.055,"2013-03-08 00:00",0.0511,"2013-02-21 00:00","","","","",0.1118,0.1118,0.055,0.0438,0.0298,0.0224,0.01,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88325",1,38.770081,-99.763424,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.114033,0.0852,0.3581,"2013-03-29 00:00",0.343,"2013-05-22 00:00",0.3277,"2013-02-24 00:00",0.2622,"2013-03-08 00:00","","","","",0.3581,0.3581,0.3277,0.2332,0.1619,0.085,0.03245,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88326",1,38.770081,-99.763424,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.143221,0.115477,0.5636,"2013-05-22 00:00",0.4645,"2013-03-29 00:00",0.351,"2013-03-08 00:00",0.321,"2013-02-24 00:00","","","","",0.5636,0.5636,0.351,0.3084,0.1919,0.1209,0.03795,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88327",1,38.770081,-99.763424,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.116627,0.078727,0.376,"2013-03-29 00:00",0.3707,"2013-05-22 00:00",0.3274,"2013-03-08 00:00",0.2083,"2013-05-07 00:00","","","","",0.376,0.376,0.3274,0.2077,0.15,0.1016,0.0471,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88328",1,38.770081,-99.763424,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.184228,0.121005,0.5824,"2013-02-24 00:00",0.5618,"2013-03-29 00:00",0.3744,"2013-03-08 00:00",0.3431,"2013-05-22 00:00","","","","",0.5824,0.5824,0.3744,0.3262,0.2508,0.1584,0.0666,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88329",1,38.770081,-99.763424,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.237362,0.174327,0.813,"2013-02-24 00:00",0.7882,"2013-03-29 00:00",0.5924,"2013-03-08 00:00",0.4898,"2013-05-22 00:00","","","","",0.813,0.813,0.5924,0.4451,0.3196,0.1857,0.0738,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88330",1,38.770081,-99.763424,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.050433,0.022328,0.119,"2013-04-28 00:00",0.0999,"2013-05-13 00:00",0.0877,"2013-02-24 00:00",0.0819,"2013-03-02 00:00","","","","",0.119,0.119,0.0877,0.0777,0.0663,0.0479,0.027,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88331",1,38.770081,-99.763424,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,5.5e-05,0.000144,0.001,"2013-04-16 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-01-16 00:00",0.0001,"2013-01-19 00:00","","","","",0.001,0.001,0.0001,0.0001,0.0001,0,0,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88338",1,38.770081,-99.763424,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.017471,0.005065,0.0302,"2013-04-04 00:00",0.0267,"2013-02-27 00:00",0.02665,"2013-02-03 00:00",0.02645,"2013-02-21 00:00","","","","",0.0302,0.0302,0.02665,0.0261,0.01825,0.0166,0.01225,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88339",1,38.770081,-99.763424,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.475341,0.829519,3.31535,"2013-01-01 00:00",3.22431,"2013-03-23 00:00",3.18281,"2013-03-29 00:00",2.86869,"2013-03-17 00:00","","","","",3.31535,3.31535,3.18281,2.80508,1.95504,1.41529,0.49999,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88344",1,38.770081,-99.763424,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.100502,2.113546,11.7688,"2013-02-24 00:00",6.1266,"2013-03-23 00:00",5.4613,"2013-01-01 00:00",5.3624,"2013-03-02 00:00","","","","",11.7688,11.7688,5.4613,5.3014,2.9986,1.1642,0.4995,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88348",1,38.770081,-99.763424,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.814352,0.659151,3.1935,"2013-03-20 00:00",2.6953,"2013-04-28 00:00",1.9961,"2013-03-29 00:00",1.8739,"2013-03-26 00:00","","","","",3.1935,3.1935,1.9961,1.634,1.0678,0.6312,0.1609,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88350",1,38.770081,-99.763424,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.03602,0.70726,3.2859,"2013-03-29 00:00",2.8917,"2013-05-22 00:00",2.7902,"2013-02-24 00:00",2.4664,"2013-03-08 00:00","","","","",3.2859,3.2859,2.7902,1.9519,1.3667,0.8401,0.3719,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88403",1,38.770081,-99.763424,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.177156,0.703999,2.963,"2013-01-01 00:00",2.7839,"2013-03-23 00:00",2.4907,"2013-03-29 00:00",2.4325,"2013-02-09 00:00","","","","",2.963,2.963,2.4907,2.38,1.5576,1.0986,0.3608,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","195","0001","88501",3,38.770081,-99.763424,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SSI w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6409,73,268,365,0,143,"","","Certification not required",0,7.1978,4.430577,84.9,"2013-01-11 17:00",58.4,"2013-01-11 16:00",42.8,"2013-06-27 17:00",40.4,"2013-07-07 17:00","","","","",21.4,18.9,15.3,12.6,9.2,6.1,3,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","88501",3,38.770081,-99.763424,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,7.132463,3.231694,21.3,"2013-06-23 00:00",20.6,"2013-06-27 00:00",18.2,"2013-06-22 00:00",18.2,"2013-07-01 00:00","","","","",18.2,14.9,13.2,11.6,9,6.2,3.9,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2013-12-26" +"20","195","0001","88502",1,38.770081,-99.763424,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.302,3.496499,21.2,"2013-02-24 00:00",12.2,"2013-03-23 00:00",10.4,"2013-01-01 00:00",10.1,"2013-03-29 00:00","","","","",21.2,21.2,10.4,9.9,6.7,4.9,1.9,"CEDAR BLUFF","CEDAR BLUFF RESERVOIR,PRONGHORN & MULEY","Kansas","Trego","","","2014-01-28" +"20","209","0015","81102",1,39.087949,-94.621453,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,26.511628,14.097234,73,"2013-04-04 00:00",57,"2013-06-21 00:00",54,"2013-08-14 00:00",45,"2013-06-27 00:00","","","","",73,73,54,41,35,24,11,"420 KANSAS","FIRE STA#3 ,420 KANSAS AVE","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","14129",1,39.117219,-94.635605,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,0.004488,0.003404,0.018,"2013-09-13 00:00",0.011,"2013-04-04 00:00",0.009,"2013-01-16 00:00",0.009,"2013-03-11 00:00","","","","",0.018,0.018,0.009,0.009,0.006,0.004,0.001,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42101",1,39.117219,-94.635605,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5967,68,250,365,0,41,0,0,"Certification not required",2665,0.457324,0.292553,2.3,"2013-03-15 06:00",2.2,"2013-03-15 07:00",1.9,"2013-01-09 08:00",1.9,"2013-01-17 19:00","","","","",1.3,1.2,1,0.9,0.6,0.25,0.25,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42101",1,39.117219,-94.635605,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5983,68,249,365,0,0,0,0,"Certification not required",0,0.476885,0.265985,1.7,"2013-03-15 08:00",1.7,"2013-03-15 09:00",1.7,"2013-03-15 10:00",1.6,"2013-03-15 07:00",1.7,"2013-03-15 08:00",1.5,"2013-02-06 01:00",1.2,1.1,1,0.9,0.6,0.3,0.3,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42401",1,39.117219,-94.635605,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5662,65,237,365,0,140,0,"","Certification not required",0,7.390717,9.523103,48.7,"2013-04-13 20:00",47.3,"2013-01-15 11:00",44.9,"2013-09-21 08:00",44.8,"2013-04-02 07:00","","","","",44.9,42.9,30.3,19.6,8.3,3.2,1.5,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42401",1,39.117219,-94.635605,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5662,65,237,365,0,140,"","","Certification not required",0,2.226104,3.473952,48.7,"2013-04-13 20:00",47.3,"2013-01-15 11:00",44.9,"2013-09-21 08:00",44.8,"2013-04-02 07:00","","","","",18.8,13.1,6.7,3.6,2,1.5,0.7,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42401",1,39.117219,-94.635605,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",237,65,237,365,0,0,0,"","Certification not required",0,2.222363,1.770176,11,"2013-01-22 00:00",10.4,"2013-08-14 00:00",10,"2013-08-16 00:00",9.5,"2013-08-17 00:00","","","","",10,8.3,6.2,4.1,2.3,1.7,0.9,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42401",1,39.117219,-94.635605,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1866,64,237,365,0,0,"",0,"Certification not required",0,2.194319,2.938789,35,"2013-01-15 11:00",33.6,"2013-04-02 08:00",31.2,"2013-08-14 05:00",29.5,"2013-09-05 11:00","","","","",15.9,12.2,6.8,4,2,1.5,0.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42401",2,39.117219,-94.635605,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",65910,63,228,365,0,1530,"","","Certification not required",0,2.155879,3.896037,142.6,"2013-09-21 08:45",136.9,"2013-09-21 08:40",106.8,"2013-09-21 08:35",105.5,"2013-08-17 08:55","","","","",17.7,11.5,5.8,3.2,1.9,1.4,0.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42601",1,39.117219,-94.635605,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5367,61,221,365,0,641,"","","Certification not required",0,4.792063,13.061464,289.8,"2013-03-15 06:00",192.8,"2013-03-15 07:00",174.1,"2013-01-26 03:00",172.8,"2013-03-15 08:00","","","","",73,44.2,18.7,8.8,3.4,1.6,0.2,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42602",1,39.117219,-94.635605,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5366,61,221,365,0,642,0,"","Certification not required",0,25.229412,11.543101,59.7,"2013-04-04 23:00",56,"2013-02-24 00:00",54.9,"2013-02-23 22:00",53.3,"2013-03-27 03:00","","","","",54.9,49.9,43.9,40.4,34.2,23.8,10.9,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42602",1,39.117219,-94.635605,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",5366,61,221,365,0,642,"","","Certification not required",0,11.53552,9.125833,59.7,"2013-04-04 23:00",59.2,"2013-04-04 22:00",56,"2013-02-24 00:00",55.6,"2013-02-24 07:00","","","","",41.3,36.7,31.2,24.9,15.3,8.7,3.2,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","42603",1,39.117219,-94.635605,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5367,61,221,365,0,641,"","","Certification not required",0,16.289156,19.399704,340,"2013-03-15 06:00",236.4,"2013-03-15 07:00",220.8,"2013-03-15 08:00",215.7,"2013-01-26 03:00","","","","",105.4,73.9,48.8,33.8,18.8,10.6,4,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","44201",1,39.117219,-94.635605,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5862,72,155,214,0,146,0,0,"Certification not required",446,0.050226,0.012115,0.08,"2013-06-10 18:00",0.078,"2013-09-04 14:00",0.075,"2013-08-22 14:00",0.075,"2013-09-03 17:00","","","","",0.078,0.075,0.069,0.066,0.058,0.051,0.043,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","44201",1,39.117219,-94.635605,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5878,72,155,214,0,0,0,0,"Certification not required",0,0.045168,0.011199,0.07,"2013-09-07 10:00",0.066,"2013-06-10 12:00",0.066,"2013-07-05 10:00",0.066,"2013-08-22 11:00","","","","",0.066,0.066,0.064,0.061,0.053,0.047,0.039,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","44201",1,39.117219,-94.635605,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5878,72,155,214,0,0,0,0,"Certification not required",0,0.045168,0.011199,0.07,"2013-09-07 10:00",0.066,"2013-06-10 12:00",0.066,"2013-07-05 10:00",0.066,"2013-08-22 11:00","","","","",0.066,0.066,0.064,0.061,0.053,0.047,0.039,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68102",1,39.117219,-94.635605,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",85,100,44,61,0,0,"","","Certification not required",0,23.990588,0.068354,24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00",24,"2013-01-19 00:00","","","","",24,24,24,24,24,24,24,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68102",2,39.117219,-94.635605,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",45,74,45,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68103",5,39.117219,-94.635605,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,9.963218,10.203022,28,"2013-07-09 00:00",26,"2013-06-24 00:00",25.6,"2013-08-29 00:00",25.2,"2013-07-18 00:00","","","","",28,26,25.2,22.5,19.5,9.1,-4.3,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","68104",5,39.117219,-94.635605,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,22.645977,11.952958,41.2,"2013-07-09 00:00",40.1,"2013-08-29 00:00",40,"2013-07-18 00:00",39.9,"2013-09-07 00:00","","","","",41.2,40.1,38.1,36.5,33.4,25.2,5.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","68105",1,39.117219,-94.635605,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",85,100,44,61,0,0,"","","Certification not required",0,15.814118,11.100559,32.3,"2013-07-09 00:00",31.8,"2013-07-18 00:00",31.3,"2013-08-29 00:00",30.6,"2013-09-07 00:00","","","","",32.3,31.8,30.5,29.1,24.8,19,-0.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68105",2,39.117219,-94.635605,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.102222,11.397398,32.7,"2013-07-09 00:00",31,"2013-09-07 00:00",30.6,"2013-08-26 00:00",29.7,"2013-06-21 00:00","","","","",32.7,32.7,30.6,28,24.9,17.8,-0.2,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68105",3,39.117219,-94.635605,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.351111,11.170774,32.2,"2013-07-09 00:00",30.6,"2013-06-21 00:00",30.6,"2013-08-26 00:00",30,"2013-09-07 00:00","","","","",32.2,32.2,30.6,27.8,25,17.8,0.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68105",5,39.117219,-94.635605,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,15.991954,10.78452,33.6,"2013-07-09 00:00",32.8,"2013-07-18 00:00",32.2,"2013-08-29 00:00",31.6,"2013-09-07 00:00","","","","",33.6,32.8,31.2,28.5,25.4,17.6,1,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","68106",5,39.117219,-94.635605,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,732.482759,3.662704,742,"2013-03-26 00:00",740,"2013-01-04 00:00",740,"2013-10-13 00:00",739,"2013-01-01 00:00","","","","",742,740,739,738,735,732,728,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","68107",5,39.117219,-94.635605,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,737.517241,3.86054,746,"2013-01-31 00:00",745,"2013-01-04 00:00",745,"2013-03-20 00:00",745,"2013-03-26 00:00","","","","",746,745,744,743,740,737,733,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","68108",1,39.117219,-94.635605,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,100,44,61,0,0,"","","Certification not required",0,739.929412,4.760423,751,"2013-01-22 00:00",751,"2013-03-26 00:00",750,"2013-02-15 00:00",750,"2013-03-02 00:00","","","","",751,751,750,747,742,740,734,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68108",2,39.117219,-94.635605,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,738.066667,3.550928,746,"2013-01-04 00:00",746,"2013-01-22 00:00",745,"2013-02-15 00:00",743,"2013-03-29 00:00","","","","",746,746,745,742,741,737,734,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68108",3,39.117219,-94.635605,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,741.222222,3.541243,750,"2013-01-22 00:00",750,"2013-02-15 00:00",749,"2013-01-04 00:00",747,"2013-03-05 00:00","","","","",750,750,749,745,744,740,738,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","68108",5,39.117219,-94.635605,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,734.574713,3.674653,743,"2013-03-26 00:00",742,"2013-01-04 00:00",742,"2013-02-15 00:00",742,"2013-03-02 00:00","","","","",743,742,742,740,737,734,730,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","81102",1,39.117219,-94.635605,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",37,61,37,61,0,8,0,0,"Certification not required",0,21.243243,10.237202,53,"2013-09-07 00:00",44,"2013-02-15 00:00",41,"2013-04-04 00:00",35,"2013-08-26 00:00","","","","",53,53,44,35,24,19,10,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","81102",2,39.117219,-94.635605,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,4,0,0,"Certification not required",2,22.243902,13.723667,63,"2013-02-09 00:00",54,"2013-06-21 00:00",50,"2013-09-07 00:00",42,"2013-02-03 00:00","","","","",63,63,50,41,28,18,7,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88101",1,39.117219,-94.635605,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,6,0,0,"Certification not required",0,8.783529,3.89254,19.4,"2013-03-08 00:00",18.3,"2013-07-06 00:00",17.5,"2013-09-07 00:00",16.8,"2013-01-25 00:00","","","","",19.4,18.3,15.8,13.3,11.3,8.5,4,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88101",1,39.117219,-94.635605,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,6,"","","Certification not required",0,8.783529,3.89254,19.4,"2013-03-08 00:00",18.3,"2013-07-06 00:00",17.5,"2013-09-07 00:00",16.8,"2013-01-25 00:00","","","","",19.4,18.3,15.8,13.3,11.3,8.5,4,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88101",2,39.117219,-94.635605,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,8.882222,4.144728,18.3,"2013-02-27 00:00",18.1,"2013-09-07 00:00",15.6,"2013-03-23 00:00",15.4,"2013-01-04 00:00","","","","",18.3,18.3,15.6,13.5,11.7,8.6,3.1,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88101",2,39.117219,-94.635605,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,8.882222,4.144728,18.3,"2013-02-27 00:00",18.1,"2013-09-07 00:00",15.6,"2013-03-23 00:00",15.4,"2013-01-04 00:00","","","","",18.3,18.3,15.6,13.5,11.7,8.6,3.1,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88102",5,39.117219,-94.635605,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.020076,0.008188,0.069,"2013-10-28 00:00",0.053,"2013-06-27 00:00",0.041,"2013-01-16 00:00",0.028,"2013-09-07 00:00","","","","",0.069,0.053,0.0265,0.026,0.021,0.0195,0.014,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88103",5,39.117219,-94.635605,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000395,0.000724,0.003,"2013-03-11 00:00",0.003,"2013-07-30 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-22 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88104",5,39.117219,-94.635605,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",47,0.039948,0.082367,0.48,"2013-06-24 00:00",0.44,"2013-08-29 00:00",0.423,"2013-10-04 00:00",0.14,"2013-09-01 00:00","","","","",0.48,0.44,0.122,0.068,0.041,0.0125,0.0065,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88107",5,39.117219,-94.635605,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.006403,0.005792,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88109",5,39.117219,-94.635605,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",15,0.002899,0.001506,0.0089,"2013-03-23 00:00",0.0061,"2013-02-21 00:00",0.0056,"2013-01-28 00:00",0.0054,"2013-04-04 00:00","","","","",0.0089,0.0061,0.0051,0.0047,0.0039,0.0028,0.00115,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88110",5,39.117219,-94.635605,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001977,0.004336,0.021,"2013-10-01 00:00",0.018,"2013-04-10 00:00",0.014,"2013-09-28 00:00",0.013,"2013-07-12 00:00","","","","",0.021,0.018,0.013,0.008,0.001,0,0,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88111",5,39.117219,-94.635605,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",4,0.079783,0.064904,0.295,"2013-08-29 00:00",0.254,"2013-09-07 00:00",0.232,"2013-10-28 00:00",0.23,"2013-05-07 00:00","","","","",0.295,0.254,0.213,0.19,0.0997,0.065,0.0152,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88112",5,39.117219,-94.635605,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.005488,0.012541,0.072,"2013-09-28 00:00",0.064,"2013-09-22 00:00",0.058,"2013-10-01 00:00",0.034,"2013-09-25 00:00","","","","",0.072,0.064,0.026,0.009,0.004,0.002,0,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88113",5,39.117219,-94.635605,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",79,0.000756,0.000352,0.003,"2013-09-04 00:00",0.0017,"2013-01-16 00:00",0.0016,"2013-05-07 00:00",0.0016,"2013-06-27 00:00","","","","",0.003,0.0017,0.0016,0.001,0.0007,0.0007,0.00055,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88114",5,39.117219,-94.635605,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",24,0.005341,0.006206,0.0362,"2013-10-04 00:00",0.0277,"2013-01-16 00:00",0.0251,"2013-08-08 00:00",0.0204,"2013-01-04 00:00","","","","",0.0362,0.0277,0.0176,0.0114,0.0068,0.0032,0.0008,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88115",5,39.117219,-94.635605,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",49,0.009417,0.017238,0.156,"2013-01-04 00:00",0.0352,"2013-01-16 00:00",0.0316,"2013-01-10 00:00",0.0221,"2013-07-30 00:00","","","","",0.156,0.0352,0.0212,0.0184,0.0103,0.00405,0.00245,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88117",5,39.117219,-94.635605,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.006216,0.009292,0.0435,"2013-07-21 00:00",0.0435,"2013-09-25 00:00",0.0435,"2013-10-16 00:00",0.043,"2013-02-21 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88118",5,39.117219,-94.635605,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",83,0.009385,0.006254,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00",0.023,"2013-09-25 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88126",5,39.117219,-94.635605,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.069887,0.062025,0.362,"2013-07-03 00:00",0.299,"2013-08-29 00:00",0.295,"2013-06-24 00:00",0.189,"2013-01-16 00:00","","","","",0.362,0.299,0.189,0.139,0.0856,0.0567,0.0218,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88128",5,39.117219,-94.635605,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001895,0.002874,0.014,"2013-08-05 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-12 00:00",0.01,"2013-05-07 00:00","","","","",0.014,0.01,0.009,0.006,0.003,0.001,0,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88131",5,39.117219,-94.635605,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.009843,0.004509,0.04,"2013-11-06 00:00",0.017,"2013-09-22 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-06-03 00:00","","","","",0.04,0.017,0.0165,0.0165,0.011,0.008,0.007,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88132",5,39.117219,-94.635605,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001802,0.002439,0.015,"2013-01-16 00:00",0.01,"2013-06-27 00:00",0.009,"2013-07-03 00:00",0.008,"2013-05-07 00:00","","","","",0.015,0.01,0.006,0.004,0.003,0.001,0,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88136",5,39.117219,-94.635605,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000477,0.001176,0.007,"2013-10-04 00:00",0.005,"2013-09-01 00:00",0.004,"2013-08-05 00:00",0.004,"2013-10-22 00:00","","","","",0.007,0.005,0.003,0.001,0,0,0,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88140",5,39.117219,-94.635605,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.008148,0.006566,0.0534,"2013-01-28 00:00",0.0401,"2013-09-22 00:00",0.019,"2013-05-28 00:00",0.017,"2013-07-03 00:00","","","","",0.0534,0.0401,0.014,0.009,0.009,0.006,0.00475,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88152",5,39.117219,-94.635605,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.005731,0.001669,0.013,"2013-06-12 00:00",0.008,"2013-01-31 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00","","","","",0.013,0.008,0.008,0.008,0.008,0.005,0.0045,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88154",5,39.117219,-94.635605,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.001203,0.00069,0.0051,"2013-08-20 00:00",0.0044,"2013-10-01 00:00",0.004,"2013-08-29 00:00",0.0019,"2013-09-10 00:00","","","","",0.0051,0.0044,0.0015,0.0013,0.0013,0.00125,0.00065,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88160",5,39.117219,-94.635605,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",83,0.012919,0.003883,0.025,"2013-09-16 00:00",0.022,"2013-05-19 00:00",0.02,"2013-09-25 00:00",0.0185,"2013-01-28 00:00","","","","",0.025,0.022,0.0185,0.018,0.016,0.01,0.01,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88161",5,39.117219,-94.635605,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",77,0.003331,0.004148,0.0336,"2013-06-24 00:00",0.0217,"2013-08-29 00:00",0.0115,"2013-10-01 00:00",0.0094,"2013-04-04 00:00","","","","",0.0336,0.0217,0.0062,0.0053,0.00265,0.0025,0.0021,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88164",5,39.117219,-94.635605,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.001649,0.000415,0.004,"2013-06-24 00:00",0.0038,"2013-07-12 00:00",0.0019,"2013-01-31 00:00",0.0019,"2013-02-03 00:00","","","","",0.004,0.0038,0.0019,0.0019,0.0019,0.0016,0.0015,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88165",5,39.117219,-94.635605,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",2,0.096297,0.148407,1.05,"2013-06-24 00:00",0.903,"2013-08-29 00:00",0.296,"2013-06-12 00:00",0.242,"2013-05-01 00:00","","","","",1.05,0.903,0.222,0.155,0.106,0.06,0.0234,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88166",5,39.117219,-94.635605,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.007598,0.00448,0.019,"2013-01-28 00:00",0.019,"2013-08-05 00:00",0.019,"2013-08-14 00:00",0.019,"2013-09-22 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88167",5,39.117219,-94.635605,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",13,0.011436,0.015194,0.0845,"2013-05-07 00:00",0.0793,"2013-01-16 00:00",0.0536,"2013-06-27 00:00",0.0443,"2013-01-04 00:00","","","","",0.0845,0.0793,0.0426,0.029,0.011,0.0065,0.00175,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88168",5,39.117219,-94.635605,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.001354,0.001257,0.0124,"2013-07-24 00:00",0.0023,"2013-08-23 00:00",0.0023,"2013-09-28 00:00",0.0022,"2013-02-27 00:00","","","","",0.0124,0.0023,0.002,0.00175,0.0012,0.00115,0.00085,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88169",5,39.117219,-94.635605,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.627767,0.356055,1.73,"2013-08-05 00:00",1.62,"2013-09-07 00:00",1.47,"2013-05-28 00:00",1.45,"2013-10-01 00:00","","","","",1.73,1.62,1.28,1.15,0.83,0.539,0.241,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88176",5,39.117219,-94.635605,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.000948,0.000224,0.0017,"2013-10-28 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-05-16 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88180",5,39.117219,-94.635605,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.108666,0.098125,0.659,"2013-07-03 00:00",0.403,"2013-01-04 00:00",0.325,"2013-10-19 00:00",0.312,"2013-01-16 00:00","","","","",0.659,0.403,0.288,0.208,0.139,0.0789,0.027,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88184",5,39.117219,-94.635605,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",52,0.042488,0.039438,0.212,"2013-01-28 00:00",0.186,"2013-05-28 00:00",0.182,"2013-08-29 00:00",0.14,"2013-01-04 00:00","","","","",0.212,0.186,0.121,0.087,0.053,0.027,0.0155,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88185",5,39.117219,-94.635605,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",79,0.003383,0.003473,0.0121,"2013-06-09 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-06-03 00:00",0.0115,"2013-06-15 00:00","","","","",0.0121,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88301",5,39.117219,-94.635605,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",1,0.68204,0.644945,3.8,"2013-02-27 00:00",2.66,"2013-03-23 00:00",2.24,"2013-02-24 00:00",2.14,"2013-01-01 00:00","","","","",3.8,2.66,2.04,1.38,0.894,0.472,0.085,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88302",5,39.117219,-94.635605,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",2,0.071824,0.050273,0.287,"2013-08-29 00:00",0.195,"2013-06-24 00:00",0.19,"2013-07-18 00:00",0.188,"2013-05-28 00:00","","","","",0.287,0.195,0.18,0.16,0.087,0.059,0.0279,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88303",5,39.117219,-94.635605,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",9,0.080103,0.079383,0.556,"2013-07-03 00:00",0.293,"2013-01-04 00:00",0.245,"2013-03-14 00:00",0.237,"2013-01-01 00:00","","","","",0.556,0.293,0.221,0.176,0.109,0.053,0.012,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88306",5,39.117219,-94.635605,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.279138,1.592691,8.74,"2013-02-27 00:00",7.09,"2013-03-23 00:00",6.27,"2013-02-24 00:00",5.35,"2013-01-01 00:00","","","","",8.74,7.09,4.43,3.16,1.51,0.595,0.246,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88355",5,39.117219,-94.635605,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.777621,1.323254,6.95,"2013-07-06 00:00",6.11,"2013-11-09 00:00",5.71,"2013-10-19 00:00",5.52,"2013-09-07 00:00","","","","",6.95,6.11,5.16,4.71,3.41,2.59,1.07,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88357",5,39.117219,-94.635605,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.344977,0.194006,0.959,"2013-06-27 00:00",0.836,"2013-02-12 00:00",0.793,"2013-10-28 00:00",0.735,"2013-09-04 00:00","","","","",0.959,0.836,0.696,0.634,0.46,0.319,0.112,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88370",5,39.117219,-94.635605,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.567747,1.238558,6.54,"2013-07-06 00:00",5.76,"2013-11-09 00:00",5.47,"2013-10-19 00:00",5.19,"2013-09-07 00:00","","","","",6.54,5.76,4.93,4.41,3.18,2.38,0.992,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88374",5,39.117219,-94.635605,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.265609,0.278483,1.53,"2013-10-19 00:00",1.21,"2013-11-09 00:00",1.02,"2013-01-04 00:00",0.983,"2013-10-31 00:00","","","","",1.53,1.21,0.934,0.653,0.285,0.179,0.058,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88375",5,39.117219,-94.635605,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.696437,0.323099,1.67,"2013-11-09 00:00",1.48,"2013-07-06 00:00",1.45,"2013-07-03 00:00",1.39,"2013-07-18 00:00","","","","",1.67,1.48,1.3,1.1,0.889,0.638,0.252,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88376",5,39.117219,-94.635605,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.783103,0.426364,1.94,"2013-07-03 00:00",1.89,"2013-11-09 00:00",1.8,"2013-07-06 00:00",1.71,"2013-10-19 00:00","","","","",1.94,1.89,1.67,1.4,1.03,0.679,0.267,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88377",5,39.117219,-94.635605,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.509506,0.249718,1.12,"2013-03-14 00:00",1.09,"2013-02-12 00:00",1.05,"2013-08-14 00:00",1.01,"2013-01-16 00:00","","","","",1.12,1.09,0.952,0.896,0.693,0.469,0.171,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88378",5,39.117219,-94.635605,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",4,0.313184,0.203141,1.41,"2013-07-06 00:00",0.979,"2013-09-07 00:00",0.835,"2013-07-12 00:00",0.636,"2013-02-24 00:00","","","","",1.41,0.979,0.578,0.499,0.383,0.275,0.11,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88380",5,39.117219,-94.635605,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.554908,0.302227,1.44,"2013-10-28 00:00",1.41,"2013-06-27 00:00",1.24,"2013-02-12 00:00",1.16,"2013-03-14 00:00","","","","",1.44,1.41,1.05,0.997,0.758,0.506,0.185,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88383",5,39.117219,-94.635605,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.812609,0.365521,2.12,"2013-07-06 00:00",1.81,"2013-09-07 00:00",1.58,"2013-02-24 00:00",1.49,"2013-10-01 00:00","","","","",2.12,1.81,1.39,1.28,1.04,0.729,0.373,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88384",5,39.117219,-94.635605,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.055321,0.01874,0.104,"2013-06-03 00:00",0.1,"2013-03-11 00:00",0.0936,"2013-06-24 00:00",0.0924,"2013-06-18 00:00","","","","",0.104,0.1,0.0907,0.0838,0.0686,0.052,0.0325,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88385",5,39.117219,-94.635605,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",82,0.001182,0.000955,0.00904,"2013-08-29 00:00",0.00375,"2013-06-03 00:00",0.00329,"2013-08-08 00:00",0.00263,"2013-01-16 00:00","","","","",0.00904,0.00375,0.00212,0.001,0.001,0.001,0.001,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88388",5,39.117219,-94.635605,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.523207,0.255591,1.82,"2013-07-06 00:00",1.31,"2013-09-07 00:00",1.13,"2013-07-12 00:00",1.07,"2013-10-01 00:00","","","","",1.82,1.31,0.981,0.786,0.623,0.466,0.266,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88403",5,39.117219,-94.635605,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.687138,0.94709,4.53,"2013-08-05 00:00",4.12,"2013-02-27 00:00",3.85,"2013-05-28 00:00",3.7,"2013-10-01 00:00","","","","",4.53,4.12,3.53,3.15,2.28,1.45,0.549,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88500",3,39.117219,-94.635605,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6386,73,266,365,0,150,"","","Certification not required",0,13.183542,8.565217,187,"2013-09-30 10:00",175.9,"2013-08-31 00:00",155.2,"2013-01-05 00:00",117.1,"2013-07-04 21:00","","","","",35.7,31.1,25.9,22.4,17.2,12,4.7,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88500",3,39.117219,-94.635605,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,13.124436,5.335142,30.1,"2013-07-04 00:00",29.1,"2013-06-22 00:00",28.5,"2013-02-23 00:00",28,"2013-03-09 00:00","","","","",28.5,25.2,22.4,20.4,16.6,12.2,7,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88502",3,39.117219,-94.635605,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6326,72,266,365,0,210,"","","Certification not required",0,11.539804,8.17381,165.7,"2013-08-31 00:00",164.9,"2013-09-30 10:00",152.6,"2013-01-05 00:00",116.1,"2013-07-04 21:00","","","","",33.4,29.1,23.8,20.2,15.1,10.3,3.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88502",3,39.117219,-94.635605,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,11.462782,4.957891,29.8,"2013-02-23 00:00",27.3,"2013-07-04 00:00",26.1,"2013-06-22 00:00",25,"2013-03-09 00:00","","","","",26.1,23.4,20.4,18.5,14.7,10.6,5.6,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88502",5,39.117219,-94.635605,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,10.42093,4.438577,22.4,"2013-09-01 00:00",22.1,"2013-02-27 00:00",20.1,"2013-09-07 00:00",19.4,"2013-07-06 00:00","","","","",22.4,22.1,18.5,16.5,13.6,9.8,5.1,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2014-02-13" +"20","209","0021","88503",3,39.117219,-94.635605,"NAD83","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6460,74,268,365,0,76,"","","Certification not required",0,-2.508235,2.396643,10.4,"2013-03-19 11:00",7.8,"2013-01-12 01:00",7.6,"2013-03-10 04:00",7.3,"2013-09-12 00:00","","","","",2.7,1.9,0.8,0,-1,-2.3,-5.5,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0021","88503",3,39.117219,-94.635605,"NAD83","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,-2.462687,1.264477,-0.3,"2013-04-15 00:00",-0.3,"2013-05-04 00:00",-0.5,"2013-03-19 00:00",-0.5,"2013-05-01 00:00","","","","",-0.5,-0.6,-0.9,-1.2,-1.6,-2.2,-4.4,"JFK","1210 N. 10TH ST.,JFK RECREATION CENTER","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-12-26" +"20","209","0022","68102",1,39.046314,-94.694816,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",6,10,3,61,0,0,"","","Certification not required",0,24.1,0,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"MIDLAND TRAIL ELEM SCH","3101 S. 51ST, MIDLAND TRAIL ELEM. SCHOOL","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-06-25" +"20","209","0022","68105",1,39.046314,-94.694816,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",6,10,3,61,0,0,"","","Certification not required",0,-0.9,5.943063,6.2,"2013-01-10 00:00",3.9,"2013-01-07 00:00",1,"2013-01-16 00:00",-0.6,"2013-01-04 00:00","","","","",6.2,6.2,6.2,6.2,3.9,1,-8.1,"MIDLAND TRAIL ELEM SCH","3101 S. 51ST, MIDLAND TRAIL ELEM. SCHOOL","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-06-25" +"20","209","0022","68108",1,39.046314,-94.694816,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",6,10,3,61,0,0,"","","Certification not required",0,738.333333,2.94392,742,"2013-01-04 00:00",740,"2013-01-01 00:00",740,"2013-01-13 00:00",738,"2013-01-07 00:00","","","","",742,742,742,742,740,740,734,"MIDLAND TRAIL ELEM SCH","3101 S. 51ST, MIDLAND TRAIL ELEM. SCHOOL","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-06-25" +"20","209","0022","88101",1,39.046314,-94.694816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6,5,6,122,0,0,0,0,"Certification not required",0,6.95,2.187921,10,"2013-01-01 00:00",9,"2013-01-04 00:00",7.1,"2013-01-16 00:00",5.7,"2013-01-07 00:00","","","","",10,10,10,10,9,7.1,4.3,"MIDLAND TRAIL ELEM SCH","3101 S. 51ST, MIDLAND TRAIL ELEM. SCHOOL","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-06-28" +"20","209","0022","88101",1,39.046314,-94.694816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6,5,6,122,0,0,"","","Certification not required",0,6.95,2.187921,10,"2013-01-01 00:00",9,"2013-01-04 00:00",7.1,"2013-01-16 00:00",5.7,"2013-01-07 00:00","","","","",10,10,10,10,9,7.1,4.3,"MIDLAND TRAIL ELEM SCH","3101 S. 51ST, MIDLAND TRAIL ELEM. SCHOOL","Kansas","Wyandotte","Kansas City","Kansas City, MO-KS","2013-06-28" +"21","013","0002","44201",1,36.60843,-83.73694,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5846,100,244,245,0,34,0,0,"Certification not required",483,0.04448,0.008393,0.067,"2013-05-14 18:00",0.064,"2013-04-06 14:00",0.064,"2013-05-15 13:00",0.063,"2013-04-05 17:00","","","","",0.064,0.062,0.058,0.055,0.05,0.045,0.033,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2013-12-04" +"21","013","0002","44201",1,36.60843,-83.73694,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,244,245,0,0,0,0,"Certification not required",0,0.040107,0.008457,0.063,"2013-05-15 11:00",0.062,"2013-05-14 13:00",0.061,"2013-04-06 10:00",0.058,"2013-04-23 11:00","","","","",0.061,0.057,0.054,0.051,0.046,0.04,0.029,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2013-12-04" +"21","013","0002","44201",1,36.60843,-83.73694,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,244,245,0,0,0,0,"Certification not required",0,0.040107,0.008457,0.063,"2013-05-15 11:00",0.062,"2013-05-14 13:00",0.061,"2013-04-06 10:00",0.058,"2013-04-23 11:00","","","","",0.061,0.057,0.054,0.051,0.046,0.04,0.029,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2013-12-04" +"21","013","0002","61103",1,36.60843,-83.73694,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7269,83,303,365,0,3,"","","Certification not required",0,1.958949,1.84824,10.7,"2013-10-31 20:00",9.5,"2013-01-31 01:00",9.1,"2013-01-30 22:00",9.1,"2013-02-04 15:00","","","","",7.4,6.7,5.6,4.8,3.1,1.2,0.2,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-19" +"21","013","0002","61104",1,36.60843,-83.73694,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7268,83,303,365,0,4,"","","Certification not required",0,235.70377,78.478974,359,"2013-01-13 14:00",359,"2013-01-26 12:00",359,"2013-02-15 18:00",359,"2013-05-07 10:00","","","","",354,350,341,330,299,250,144,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-19" +"21","013","0002","62101",1,36.60843,-83.73694,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7268,83,303,365,0,4,"","","Certification not required",0,55.86984,16.665956,93,"2013-06-12 14:00",92,"2013-06-12 13:00",92,"2013-06-12 15:00",92,"2013-06-12 16:00","","","","",85,84,81,77,69,58,32,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-19" +"21","013","0002","68101",1,36.60843,-83.73694,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",50,82,50,61,0,1,"","","Certification not required",26,0.156,0.13984,0.5,"2013-07-15 00:00",0.4,"2013-05-22 00:00",0.4,"2013-05-28 00:00",0.4,"2013-06-21 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68102",1,36.60843,-83.73694,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",50,82,50,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00",24,"2013-01-28 00:00","","","","",24,24,24,24,24,24,24,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68103",1,36.60843,-83.73694,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,1,"","","Certification not required",0,10.224,7.855988,22.1,"2013-08-08 00:00",20.5,"2013-07-21 00:00",19.4,"2013-09-01 00:00",19.3,"2013-06-27 00:00","","","","",22.1,22.1,19.4,19.1,16.2,12.8,-1.9,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68104",1,36.60843,-83.73694,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,1,"","","Certification not required",0,22.308,9.114618,33.9,"2013-07-15 00:00",32.6,"2013-07-09 00:00",31.6,"2013-05-22 00:00",31.6,"2013-08-20 00:00","","","","",33.9,33.9,31.6,31.6,30.3,25.3,9.8,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68105",1,36.60843,-83.73694,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,1,"","","Certification not required",0,15.776,8.069205,26.2,"2013-07-15 00:00",25.2,"2013-08-08 00:00",24.8,"2013-07-09 00:00",23.9,"2013-06-27 00:00","","","","",26.2,26.2,24.8,23.4,22.1,19.6,4,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68106",1,36.60843,-83.73694,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,1,"","","Certification not required",0,729.32,4.057948,737,"2013-10-25 00:00",736,"2013-07-15 00:00",735,"2013-02-09 00:00",735,"2013-03-29 00:00","","","","",737,737,735,734,732,729,725,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68107",1,36.60843,-83.73694,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,1,"","","Certification not required",0,734.74,3.601644,743,"2013-01-10 00:00",742,"2013-10-25 00:00",740,"2013-01-22 00:00",740,"2013-02-09 00:00","","","","",743,743,740,740,737,735,731,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68108",1,36.60843,-83.73694,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,1,"","","Certification not required",0,732.28,3.608606,740,"2013-10-25 00:00",739,"2013-01-10 00:00",738,"2013-02-09 00:00",738,"2013-03-29 00:00","","","","",740,740,738,738,734,732,728,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","68109",1,36.60843,-83.73694,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",50,82,50,61,0,1,"","","Certification not required",0,1439.04,0.197949,1440,"2013-02-27 00:00",1440,"2013-07-27 00:00",1439,"2013-01-10 00:00",1439,"2013-01-16 00:00","","","","",1440,1440,1439,1439,1439,1439,1439,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","88101",1,36.60843,-83.73694,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,0,0,"Certification not required",0,9.262,3.308609,16.5,"2013-04-10 00:00",15.7,"2013-03-17 00:00",15.2,"2013-01-28 00:00",13.8,"2013-10-01 00:00","","","","",16.5,16.5,15.2,13.6,12,9.4,5,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","0002","88101",1,36.60843,-83.73694,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,"","","Certification not required",0,9.262,3.308609,16.5,"2013-04-10 00:00",15.7,"2013-03-17 00:00",15.2,"2013-01-28 00:00",13.8,"2013-10-01 00:00","","","","",16.5,16.5,15.2,13.6,12,9.4,5,"MIDDLESBORO","1420 DORCHESTER AVENUE","Kentucky","Bell","Middlesborough (corporate name for Middlesboro)","Middlesborough, KY","2014-02-05" +"21","013","1002","44201",1,36.6719,-83.5264,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",3596,62,152,245,0,124,0,0,"Certification not required",0,0.044454,0.008287,0.068,"2013-05-17 07:00",0.067,"2013-05-15 03:00",0.067,"2013-09-10 22:00",0.065,"2013-05-14 18:00","","","","",0.067,0.065,0.058,0.054,0.049,0.044,0.035,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","44201",1,36.6719,-83.5264,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3576,59,145,245,0,0,0,0,"Certification not required",0,0.040607,0.007997,0.064,"2013-05-15 00:00",0.063,"2013-05-14 23:00",0.062,"2013-05-17 01:00",0.06,"2013-05-16 22:00","","","","",0.063,0.062,0.053,0.05,0.045,0.041,0.031,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","44201",1,36.6719,-83.5264,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3576,59,145,245,0,0,0,0,"Certification not required",0,0.040607,0.007997,0.064,"2013-05-15 00:00",0.063,"2013-05-14 23:00",0.062,"2013-05-17 01:00",0.06,"2013-05-16 22:00","","","","",0.063,0.062,0.053,0.05,0.045,0.041,0.031,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","61101",1,36.6719,-83.5264,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3651,42,153,365,0,69,"","","Certification not required",0,4.041797,2.20266,14.2,"2013-05-14 21:00",14.2,"2013-06-02 02:00",13.8,"2013-06-02 03:00",13.6,"2013-05-14 20:00","","","","",10.7,9.7,8.2,7,5.2,3.7,1.4,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","61102",1,36.6719,-83.5264,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3651,42,153,365,0,69,"","","Certification not required",0,191.671871,77.508736,359,"2013-06-19 04:00",359,"2013-07-18 08:00",358,"2013-06-14 00:00",357,"2013-05-24 07:00","","","","",352,347,339,324,248,165,116,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","61106",1,36.6719,-83.5264,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",3457,39,145,365,0,263,"","","Certification not required",0,26.628869,12.736227,87,"2013-09-13 14:00",85,"2013-06-13 15:00",85,"2013-08-04 05:00",84,"2013-05-24 17:00","","","","",66,61,53,45,33,24,14,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","62101",1,36.6719,-83.5264,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",3709,42,154,365,0,11,"","","Certification not required",0,62.849555,6.792503,80,"2013-06-12 15:00",80,"2013-06-12 16:00",79,"2013-06-12 14:00",79,"2013-06-12 17:00","","","","",76,74,72,71,67,64,54,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","62201",1,36.6719,-83.5264,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3709,42,154,365,0,11,"","","Certification not required",0,85.815584,12.636417,100,"2013-07-28 06:00",100,"2013-07-28 07:00",100,"2013-07-28 08:00",100,"2013-07-28 09:00","","","","",100,100,99,99,97,89,68,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","63301",1,36.6719,-83.5264,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3709,42,154,365,0,11,"","","Certification not required",1591,0.282288,0.376287,1.41,"2013-05-12 12:00",1.41,"2013-06-19 11:00",1.4,"2013-04-30 12:00",1.4,"2013-07-16 12:00","","","","",1.28,1.21,1.07,0.92,0.51,0.05,0.005,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","013","1002","65102",1,36.6719,-83.5264,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",2245,26,93,365,0,11,"","","Certification not required",0,0.009639,0.045409,0.8,"2013-06-02 08:00",0.76,"2013-07-24 05:00",0.58,"2013-06-18 10:00",0.48,"2013-06-13 13:00","","","","",0.22,0.14,0.06,0.01,0,0,0,"","Cumberland Gap National Historic Park","Kentucky","Bell","","Middlesborough, KY","2014-02-10" +"21","015","0003","44201",1,38.91833,-84.852637,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5839,100,244,245,0,41,0,0,"Certification not required",608,0.046705,0.010957,0.077,"2013-05-15 17:00",0.072,"2013-08-31 14:00",0.069,"2013-08-29 14:00",0.069,"2013-09-11 15:00","","","","",0.069,0.068,0.064,0.061,0.054,0.047,0.032,"EAST BEND","KY 338 & LOWER RIVER ROAD","Kentucky","Boone","","Cincinnati-Middletown, OH-KY-IN","2013-12-04" +"21","015","0003","44201",1,38.91833,-84.852637,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5862,100,244,245,0,0,0,0,"Certification not required",0,0.040836,0.009799,0.071,"2013-05-15 11:00",0.062,"2013-08-29 11:00",0.06,"2013-05-14 12:00",0.059,"2013-04-05 11:00","","","","",0.06,0.059,0.056,0.053,0.048,0.041,0.028,"EAST BEND","KY 338 & LOWER RIVER ROAD","Kentucky","Boone","","Cincinnati-Middletown, OH-KY-IN","2013-12-04" +"21","015","0003","44201",1,38.91833,-84.852637,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5862,100,244,245,0,0,0,0,"Certification not required",0,0.040836,0.009799,0.071,"2013-05-15 11:00",0.062,"2013-08-29 11:00",0.06,"2013-05-14 12:00",0.059,"2013-04-05 11:00","","","","",0.06,0.059,0.056,0.053,0.048,0.041,0.028,"EAST BEND","KY 338 & LOWER RIVER ROAD","Kentucky","Boone","","Cincinnati-Middletown, OH-KY-IN","2013-12-04" +"21","015","0003","61103",1,38.91833,-84.852637,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7244,83,302,365,0,28,"","","Certification not required",0,1.53106,1.55091,10.6,"2013-02-11 09:00",10.3,"2013-02-11 10:00",10.2,"2013-02-11 11:00",9.7,"2013-02-19 14:00","","","","",6.9,6.1,4.8,3.6,2.2,1,0.1,"EAST BEND","KY 338 & LOWER RIVER ROAD","Kentucky","Boone","","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","015","0003","61104",1,38.91833,-84.852637,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7244,83,302,365,0,28,"","","Certification not required",0,150.671038,105.559778,359,"2013-01-14 22:00",359,"2013-03-02 11:00",359,"2013-04-02 19:00",359,"2013-04-21 21:00","","","","",351,341,314,285,246,158,20,"EAST BEND","KY 338 & LOWER RIVER ROAD","Kentucky","Boone","","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","015","0003","62101",1,38.91833,-84.852637,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7268,83,303,365,0,4,"","","Certification not required",0,52.58448,18.425431,92,"2013-07-16 15:00",92,"2013-07-16 16:00",92,"2013-07-18 14:00",92,"2013-07-18 16:00","","","","",87,85,81,76,68,55,28,"EAST BEND","KY 338 & LOWER RIVER ROAD","Kentucky","Boone","","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","019","0002","81102",1,38.476,-82.63137,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",279,76,279,365,0,5,0,0,"Certification not required",0,22.62724,11.993588,77,"2013-04-11 00:00",74,"2013-04-09 00:00",65,"2013-01-08 00:00",60,"2013-04-08 00:00","","","","",65,58,46,38,28,21,9,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0002","81102",2,38.476,-82.63137,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",29,90,28,31,0,0,0,0,"Certification not required",0,23.827586,12.848204,52,"2013-04-10 00:00",45,"2013-06-21 00:00",41,"2013-03-29 00:00",40,"2013-08-20 00:00","","","","",52,52,45,41,35,22,8,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0002","82102",6,38.476,-82.63137,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,2.190909,2.3962,12.6,"2013-04-10 00:00",9.1,"2013-03-23 00:00",6.9,"2013-07-27 00:00",5.2,"2013-06-09 00:00","","","","",12.6,12.6,6.9,3.8,3,1.5,0.5,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82102",7,38.476,-82.63137,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,3.133333,0.351188,3.5,"2013-06-21 00:00",3.1,"2013-03-29 00:00",2.8,"2013-08-20 00:00","","","","","","",3.5,3.5,3.5,3.5,3.5,3.1,2.8,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82103",6,38.476,-82.63137,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,1.322727,0.981187,4.5,"2013-03-29 00:00",3.7,"2013-06-09 00:00",3.3,"2013-09-07 00:00",2.7,"2013-01-10 00:00","","","","",4.5,4.5,3.3,2.6,2,1.1,0.4,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82103",7,38.476,-82.63137,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,2.866667,1.331666,4.4,"2013-03-29 00:00",2.2,"2013-08-20 00:00",2,"2013-06-21 00:00","","","","","","",4.4,4.4,4.4,4.4,4.4,2.2,2,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82105",6,38.476,-82.63137,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-04-10 00:00",0.1,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82105",7,38.476,-82.63137,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.033333,0.057735,0.1,"2013-03-29 00:00",0,"2013-06-21 00:00",0,"2013-08-20 00:00","","","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82110",6,38.476,-82.63137,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.422727,0.787065,5.1,"2013-03-23 00:00",1.8,"2013-08-20 00:00",1,"2013-03-29 00:00",0.7,"2013-01-10 00:00","","","","",5.1,5.1,1,0.7,0.5,0.2,0.1,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82110",7,38.476,-82.63137,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,1.166667,0.568624,1.8,"2013-08-20 00:00",1,"2013-03-29 00:00",0.7,"2013-06-21 00:00","","","","","","",1.8,1.8,1.8,1.8,1.8,1,0.7,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82112",6,38.476,-82.63137,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,2.254545,1.687499,6.6,"2013-07-15 00:00",5.5,"2013-04-10 00:00",5.4,"2013-04-16 00:00",4.9,"2013-06-21 00:00","","","","",6.6,6.6,5.4,4.6,3.4,2,0.2,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82112",7,38.476,-82.63137,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,4.466667,0.450925,4.9,"2013-06-21 00:00",4.5,"2013-03-29 00:00",4,"2013-08-20 00:00","","","","","","",4.9,4.9,4.9,4.9,4.9,4.5,4,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82113",6,38.476,-82.63137,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.215909,0.149329,0.5,"2013-03-29 00:00",0.5,"2013-04-10 00:00",0.5,"2013-04-16 00:00",0.5,"2013-06-21 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.2,0.1,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82113",7,38.476,-82.63137,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.5,0,0.5,"2013-03-29 00:00",0.5,"2013-06-21 00:00",0.5,"2013-08-20 00:00","","","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82128",6,38.476,-82.63137,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.008939,0.007646,0.0405,"2013-03-23 00:00",0.0198,"2013-04-16 00:00",0.0195,"2013-06-21 00:00",0.019,"2013-08-20 00:00","","","","",0.0405,0.0405,0.0195,0.0175,0.0143,0.0074,0.0019,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82128",7,38.476,-82.63137,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.017067,0.003275,0.0197,"2013-06-21 00:00",0.0181,"2013-08-20 00:00",0.0134,"2013-03-29 00:00","","","","","","",0.0197,0.0197,0.0197,0.0197,0.0197,0.0181,0.0134,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82132",6,38.476,-82.63137,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,22.247727,16.08082,56,"2013-04-16 00:00",55.6,"2013-04-22 00:00",53.6,"2013-04-10 00:00",53.1,"2013-01-10 00:00","","","","",56,56,53.6,52.8,31.9,19.6,4.2,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82132",7,38.476,-82.63137,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,46.2,7.907591,53.5,"2013-03-29 00:00",47.3,"2013-06-21 00:00",37.8,"2013-08-20 00:00","","","","","","",53.5,53.5,53.5,53.5,53.5,47.3,37.8,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82136",6,38.476,-82.63137,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,2.454545,3.253153,21.2,"2013-01-10 00:00",5.3,"2013-07-15 00:00",5.2,"2013-06-21 00:00",5.1,"2013-08-20 00:00","","","","",21.2,21.2,5.2,4.6,3.1,1.7,0.4,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82136",7,38.476,-82.63137,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,4.666667,0.416333,5,"2013-06-21 00:00",4.8,"2013-08-20 00:00",4.2,"2013-03-29 00:00","","","","","","",5,5,5,5,5,4.8,4.2,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82142",6,38.476,-82.63137,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.04175,0.0267,0.1,"2013-06-21 00:00",0.1,"2013-08-20 00:00",0.1,"2013-08-26 00:00",0.09,"2013-09-07 00:00","","","","",0.1,0.1,0.1,0.08,0.06,0.04,0.01,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82142",7,38.476,-82.63137,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.07,0.036056,0.1,"2013-06-21 00:00",0.08,"2013-08-20 00:00",0.03,"2013-03-29 00:00","","","","","","",0.1,0.1,0.1,0.1,0.1,0.08,0.03,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0002","82154",6,38.476,-82.63137,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.875,0.511325,2.3,"2013-04-04 00:00",2.1,"2013-09-25 00:00",1.7,"2013-06-21 00:00",1.6,"2013-08-20 00:00","","","","",2.3,2.3,1.7,1.5,1.2,0.8,0.2,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-18" +"21","019","0002","82154",7,38.476,-82.63137,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2025 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,1.333333,0.550757,1.7,"2013-06-21 00:00",1.6,"2013-08-20 00:00",0.7,"2013-03-29 00:00","","","","","","",1.7,1.7,1.7,1.7,1.7,1.6,0.7,"21ST & GREENUP","122 22ND STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-01-15" +"21","019","0016","14129",1,38.3315,-82.59106,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,0,0,0,"Certification not required",0,0.002421,0.002113,0.01,"2013-06-21 00:00",0.007,"2013-01-10 00:00",0.007,"2013-03-23 00:00",0.006,"2013-04-04 00:00","","","","",0.01,0.01,0.007,0.006,0.003,0.002,0.001,"LOCKWOOD","18138 CHERRYWOOD DRIVE","Kentucky","Boyd","","Huntington-Ashland, WV-KY-OH","2014-01-08" +"21","019","0016","68105",1,38.3315,-82.59106,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",38,100,38,38,0,0,"","","Certification not required",0,13.786842,10.03031,27.3,"2013-07-09 00:00",26.5,"2013-07-15 00:00",25.2,"2013-08-08 00:00",24.5,"2013-07-21 00:00","","","","",27.3,27.3,26.5,24.5,22.4,17.7,0.9,"LOCKWOOD","18138 CHERRYWOOD DRIVE","Kentucky","Boyd","","Huntington-Ashland, WV-KY-OH","2014-01-08" +"21","019","0016","68108",1,38.3315,-82.59106,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",38,100,38,38,0,0,"","","Certification not required",0,745.236842,4.582188,754,"2013-01-10 00:00",752,"2013-01-04 00:00",752,"2013-02-09 00:00",752,"2013-03-29 00:00","","","","",754,754,752,752,749,745,738,"LOCKWOOD","18138 CHERRYWOOD DRIVE","Kentucky","Boyd","","Huntington-Ashland, WV-KY-OH","2014-01-08" +"21","019","0017","42153",6,38.45934,-82.64041,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.014,0.0058,0.03,"2013-07-03 00:00",0.03,"2013-08-26 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0.01,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","42401",1,38.45934,-82.64041,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7953,91,333,365,0,63,0,"","Certification not required",0,2.786787,3.081162,25,"2013-03-18 16:00",20,"2013-04-04 19:00",17,"2013-01-30 03:00",16,"2013-04-17 15:00","","","","",16,11,8,6,4,2,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42401",1,38.45934,-82.64041,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7953,91,333,365,0,63,"","","Certification not required",0,0.710549,1.292569,25,"2013-03-18 16:00",20,"2013-04-04 19:00",17,"2013-01-30 03:00",16,"2013-01-30 05:00","","","","",6,4,3,2,1,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42401",1,38.45934,-82.64041,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",333,91,333,365,0,0,0,"","Certification not required",0,0.711712,0.685267,4.9,"2013-10-14 00:00",4.5,"2013-01-30 00:00",3.2,"2013-03-18 00:00",3.1,"2013-04-27 00:00","","","","",3.1,2.3,1.9,1.5,1,0.6,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42401",1,38.45934,-82.64041,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2627,90,331,365,0,0,"",0,"Certification not required",0,0.694671,1.149248,15.6,"2013-01-30 05:00",14.3,"2013-04-27 17:00",14,"2013-03-18 17:00",12.3,"2013-04-04 20:00","","","","",5,4,2.6,1.6,1,0.3,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42406",1,38.45934,-82.64041,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7953,91,333,365,0,63,"","","Certification not required",0,1.051553,1.881248,38,"2013-04-04 18:00",36,"2013-03-18 16:00",32,"2013-04-04 19:00",25,"2013-04-17 15:00","","","","",9,6,4,2,1,1,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42601",1,38.45934,-82.64041,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7455,85,322,365,0,561,"","","Certification not required",0,2.53387,8.1386,99,"2013-01-12 08:00",92,"2013-01-12 09:00",90,"2013-01-12 07:00",89,"2013-01-12 06:00","","","","",43,30,15,7,1,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42602",1,38.45934,-82.64041,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7455,85,322,365,0,561,0,"","Certification not required",0,13.518634,7.794956,36,"2013-03-16 01:00",34,"2013-03-31 03:00",33,"2013-03-22 20:00",32,"2013-03-10 01:00","","","","",32,30,28,25,19,11,5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","42602",1,38.45934,-82.64041,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7455,85,322,365,0,561,"","","Certification not required",0,5.305969,5.919243,36,"2013-03-16 01:00",34,"2013-03-31 03:00",33,"2013-03-22 20:00",32,"2013-03-10 01:00","","","","",25,23,19,14,7,3,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","43205",6,38.45934,-82.64041,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,1.365467,0.958957,5.04,"2013-04-10 00:00",4.23,"2013-08-26 00:00",2.823,"2013-07-03 00:00",2.526,"2013-03-11 00:00","","","","",5.04,5.04,2.823,2.469,1.659,1.113,0.471,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43206",6,38.45934,-82.64041,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,1.117289,0.661499,3.46,"2013-01-10 00:00",2.56,"2013-03-23 00:00",2.52,"2013-02-21 00:00",2.14,"2013-02-27 00:00","","","","",3.46,3.46,2.52,2.06,1.358,1,0.484,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43208",6,38.45934,-82.64041,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.032756,0.004638,0.044,"2013-09-25 00:00",0.042,"2013-02-27 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-09 00:00","","","","",0.044,0.044,0.04,0.04,0.036,0.032,0.028,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43218",6,38.45934,-82.64041,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.090667,0.077148,0.35,"2013-01-10 00:00",0.26,"2013-03-23 00:00",0.21,"2013-06-21 00:00",0.2,"2013-03-31 00:00","","","","",0.35,0.35,0.21,0.18,0.13,0.09,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43233",6,38.45934,-82.64041,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",2,0.267911,0.155235,0.84,"2013-04-10 00:00",0.632,"2013-07-09 00:00",0.504,"2013-06-21 00:00",0.472,"2013-07-15 00:00","","","","",0.84,0.84,0.504,0.456,0.36,0.248,0.112,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43372",6,38.45934,-82.64041,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.080667,0.284456,1.77,"2013-01-28 00:00",0.64,"2013-04-10 00:00",0.4,"2013-03-05 00:00",0.24,"2013-09-01 00:00","","","","",1.77,1.77,0.4,0.2,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43373",6,38.45934,-82.64041,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-24 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43396",6,38.45934,-82.64041,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-24 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43438",6,38.45934,-82.64041,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43441",6,38.45934,-82.64041,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43502",6,38.45934,-82.64041,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,2.164444,1.263501,7.7,"2013-06-21 00:00",4.9,"2013-05-28 00:00",3.8,"2013-07-15 00:00",3.7,"2013-07-09 00:00","","","","",7.7,7.7,3.8,3.2,2.7,2,1,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43503",6,38.45934,-82.64041,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,1.391111,0.668724,4.5,"2013-06-21 00:00",2.6,"2013-04-10 00:00",2.5,"2013-05-28 00:00",2.2,"2013-04-06 00:00","","","","",4.5,4.5,2.5,2.2,1.5,1.2,0.8,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43504",6,38.45934,-82.64041,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,5,"","","Certification not required",0,0.361364,0.210444,1.2,"2013-06-21 00:00",0.8,"2013-05-28 00:00",0.7,"2013-07-09 00:00",0.7,"2013-07-15 00:00","","","","",1.2,1.2,0.7,0.6,0.4,0.3,0.2,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43505",6,38.45934,-82.64041,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,11,"","","Certification not required",0,1.100541,0.754269,2.94,"2013-05-28 00:00",2.82,"2013-04-10 00:00",2.49,"2013-06-09 00:00",2.46,"2013-09-25 00:00","","","","",2.94,2.94,2.82,2.46,1.67,0.82,0.41,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43510",6,38.45934,-82.64041,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,0.254133,0.109679,0.716,"2013-06-21 00:00",0.484,"2013-03-23 00:00",0.476,"2013-04-10 00:00",0.424,"2013-04-22 00:00","","","","",0.716,0.716,0.476,0.384,0.284,0.224,0.16,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43513",6,38.45934,-82.64041,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",45,0.0025,0,0.0025,"2013-01-04 00:00",0.0025,"2013-01-10 00:00",0.0025,"2013-01-16 00:00",0.0025,"2013-01-24 00:00","","","","",0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43517",6,38.45934,-82.64041,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,0.143867,0.13896,0.828,"2013-06-21 00:00",0.45,"2013-04-10 00:00",0.396,"2013-05-28 00:00",0.354,"2013-05-16 00:00","","","","",0.828,0.828,0.396,0.234,0.156,0.096,0.042,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43518",6,38.45934,-82.64041,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,7,"","","Certification not required",0,0.107381,0.067681,0.38,"2013-06-21 00:00",0.27,"2013-04-10 00:00",0.23,"2013-05-28 00:00",0.22,"2013-05-16 00:00","","","","",0.38,0.38,0.23,0.18,0.13,0.09,0.04,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43528",6,38.45934,-82.64041,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,0.946756,1.089846,4,"2013-07-09 00:00",3.508,"2013-06-21 00:00",3.348,"2013-07-15 00:00",2.804,"2013-09-10 00:00","","","","",4,4,3.348,2.344,1.712,0.404,0.06,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43551",6,38.45934,-82.64041,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,1.990889,1.178948,5.55,"2013-04-22 00:00",5.25,"2013-04-06 00:00",5.16,"2013-03-23 00:00",3.57,"2013-03-05 00:00","","","","",5.55,5.55,5.16,3.33,2.37,1.65,0.83,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43552",6,38.45934,-82.64041,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",1,0.363956,0.19837,0.916,"2013-03-23 00:00",0.848,"2013-04-22 00:00",0.844,"2013-04-06 00:00",0.66,"2013-03-31 00:00","","","","",0.916,0.916,0.844,0.636,0.476,0.336,0.176,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43560",6,38.45934,-82.64041,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.137111,0.106015,0.43,"2013-04-28 00:00",0.43,"2013-06-27 00:00",0.34,"2013-05-28 00:00",0.26,"2013-08-20 00:00","","","","",0.43,0.43,0.34,0.24,0.19,0.14,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43702",6,38.45934,-82.64041,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,1.155778,0.396074,2.22,"2013-06-27 00:00",2.12,"2013-06-21 00:00",1.77,"2013-06-09 00:00",1.71,"2013-07-09 00:00","","","","",2.22,2.22,1.77,1.58,1.44,1.11,0.69,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43704",6,38.45934,-82.64041,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.026889,0.1262,0.63,"2013-07-27 00:00",0.58,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.63,0.63,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43801",6,38.45934,-82.64041,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.564889,0.096239,0.89,"2013-06-27 00:00",0.81,"2013-07-03 00:00",0.72,"2013-05-28 00:00",0.69,"2013-02-27 00:00","","","","",0.89,0.89,0.72,0.68,0.6,0.55,0.46,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43802",6,38.45934,-82.64041,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.157333,0.262084,1.85,"2013-09-13 00:00",0.31,"2013-04-16 00:00",0.22,"2013-01-04 00:00",0.22,"2013-06-21 00:00","","","","",1.85,1.85,0.22,0.18,0.14,0.11,0.08,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43803",6,38.45934,-82.64041,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.028667,0.016868,0.08,"2013-06-21 00:00",0.07,"2013-08-20 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00","","","","",0.08,0.08,0.05,0.05,0.04,0.03,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43804",6,38.45934,-82.64041,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.106222,0.015269,0.15,"2013-06-27 00:00",0.14,"2013-06-21 00:00",0.13,"2013-06-03 00:00",0.13,"2013-07-09 00:00","","","","",0.15,0.15,0.13,0.12,0.12,0.1,0.09,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43806",6,38.45934,-82.64041,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000222,0.001491,0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43811",6,38.45934,-82.64041,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.2564,0.038541,0.351,"2013-06-03 00:00",0.337,"2013-06-09 00:00",0.33,"2013-05-28 00:00",0.324,"2013-06-21 00:00","","","","",0.351,0.351,0.33,0.31,0.288,0.247,0.211,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43812",6,38.45934,-82.64041,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.002889,0.015466,0.1,"2013-07-03 00:00",0.03,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43813",6,38.45934,-82.64041,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43814",6,38.45934,-82.64041,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.012222,0.008762,0.03,"2013-07-27 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-03 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43815",6,38.45934,-82.64041,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.037556,0.018727,0.06,"2013-03-05 00:00",0.06,"2013-03-31 00:00",0.06,"2013-04-10 00:00",0.06,"2013-04-22 00:00","","","","",0.06,0.06,0.06,0.06,0.05,0.04,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43817",6,38.45934,-82.64041,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.019111,0.016212,0.06,"2013-06-15 00:00",0.05,"2013-01-10 00:00",0.05,"2013-02-27 00:00",0.05,"2013-04-10 00:00","","","","",0.06,0.06,0.05,0.04,0.03,0.02,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43818",6,38.45934,-82.64041,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-05-16 00:00",0.01,"2013-09-13 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43819",6,38.45934,-82.64041,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.007556,0.006089,0.02,"2013-03-05 00:00",0.02,"2013-05-16 00:00",0.02,"2013-06-21 00:00",0.02,"2013-08-02 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43820",6,38.45934,-82.64041,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43821",6,38.45934,-82.64041,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.163022,0.018204,0.198,"2013-06-21 00:00",0.194,"2013-01-28 00:00",0.192,"2013-04-22 00:00",0.19,"2013-09-25 00:00","","","","",0.198,0.198,0.192,0.188,0.178,0.16,0.136,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43823",6,38.45934,-82.64041,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.514667,0.08311,0.76,"2013-04-16 00:00",0.73,"2013-06-09 00:00",0.7,"2013-05-28 00:00",0.62,"2013-02-27 00:00","","","","",0.76,0.76,0.7,0.6,0.56,0.49,0.42,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43824",6,38.45934,-82.64041,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43826",6,38.45934,-82.64041,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43828",6,38.45934,-82.64041,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-24 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43829",6,38.45934,-82.64041,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43830",6,38.45934,-82.64041,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43831",6,38.45934,-82.64041,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43832",6,38.45934,-82.64041,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-24 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43835",6,38.45934,-82.64041,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43836",6,38.45934,-82.64041,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-24 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43838",6,38.45934,-82.64041,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-24 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43839",6,38.45934,-82.64041,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-24 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43843",6,38.45934,-82.64041,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43844",6,38.45934,-82.64041,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.002,0.007568,0.03,"2013-03-05 00:00",0.03,"2013-07-27 00:00",0.03,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","43860",6,38.45934,-82.64041,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","44201",1,38.45934,-82.64041,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5853,100,245,245,0,27,0,0,"Certification not required",943,0.046269,0.010902,0.082,"2013-06-21 14:00",0.078,"2013-07-18 16:00",0.074,"2013-06-08 15:00",0.072,"2013-06-20 15:00","","","","",0.074,0.071,0.063,0.058,0.053,0.047,0.031,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-04" +"21","019","0017","44201",1,38.45934,-82.64041,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.041188,0.010368,0.076,"2013-06-21 11:00",0.067,"2013-05-15 09:00",0.066,"2013-07-18 11:00",0.065,"2013-06-08 11:00","","","","",0.066,0.063,0.056,0.053,0.048,0.042,0.027,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-04" +"21","019","0017","44201",1,38.45934,-82.64041,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,1,1,"Certification not required",0,0.041188,0.010368,0.076,"2013-06-21 11:00",0.067,"2013-05-15 09:00",0.066,"2013-07-18 11:00",0.065,"2013-06-08 11:00","","","","",0.066,0.063,0.056,0.053,0.048,0.042,0.027,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-04" +"21","019","0017","45109",6,38.45934,-82.64041,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,1.273556,0.764512,3.21,"2013-04-10 00:00",3.09,"2013-07-15 00:00",2.86,"2013-08-20 00:00",2.74,"2013-06-21 00:00","","","","",3.21,3.21,2.86,2.52,1.62,1.06,0.42,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45201",6,38.45934,-82.64041,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,1.62,1.099477,5.98,"2013-07-15 00:00",4.93,"2013-06-15 00:00",3.4,"2013-08-26 00:00",3.33,"2013-09-10 00:00","","","","",5.98,5.98,3.4,3.14,1.79,1.37,0.67,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45202",6,38.45934,-82.64041,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,2.094444,1.161833,5.05,"2013-04-10 00:00",5.01,"2013-07-15 00:00",4.84,"2013-08-20 00:00",4.19,"2013-06-21 00:00","","","","",5.05,5.05,4.84,3.9,2.88,1.79,0.94,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45203",6,38.45934,-82.64041,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.488,0.248428,1.06,"2013-07-15 00:00",1.05,"2013-04-10 00:00",1.01,"2013-06-21 00:00",0.94,"2013-08-20 00:00","","","","",1.06,1.06,1.01,0.87,0.65,0.46,0.2,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45204",6,38.45934,-82.64041,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.522444,0.307424,1.28,"2013-04-10 00:00",1.19,"2013-07-15 00:00",1.18,"2013-08-20 00:00",1.14,"2013-06-21 00:00","","","","",1.28,1.28,1.18,1,0.71,0.44,0.18,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45207",6,38.45934,-82.64041,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",22,0.177,0.102925,0.396,"2013-06-21 00:00",0.387,"2013-07-09 00:00",0.369,"2013-04-10 00:00",0.342,"2013-08-26 00:00","","","","",0.396,0.396,0.369,0.333,0.252,0.171,0.0855,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45208",6,38.45934,-82.64041,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",7,0.4898,0.321997,1.296,"2013-04-10 00:00",1.125,"2013-07-09 00:00",1.071,"2013-07-15 00:00",1.026,"2013-03-31 00:00","","","","",1.296,1.296,1.071,0.981,0.702,0.396,0.081,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45220",6,38.45934,-82.64041,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.154,0.098912,0.35,"2013-01-28 00:00",0.34,"2013-06-03 00:00",0.34,"2013-08-26 00:00",0.32,"2013-06-21 00:00","","","","",0.35,0.35,0.34,0.31,0.22,0.16,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45501",6,38.45934,-82.64041,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",0,0.137511,0.08537,0.42,"2013-06-21 00:00",0.413,"2013-05-16 00:00",0.357,"2013-05-28 00:00",0.266,"2013-04-10 00:00","","","","",0.42,0.42,0.357,0.217,0.161,0.105,0.063,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45503",6,38.45934,-82.64041,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,4,"","","Certification not required",45,0.0045,0,0.0045,"2013-01-04 00:00",0.0045,"2013-01-10 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-01-24 00:00","","","","",0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45504",6,38.45934,-82.64041,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,9,"","","Certification not required",1,0.1647,0.122473,0.72,"2013-06-21 00:00",0.36,"2013-04-10 00:00",0.328,"2013-06-09 00:00",0.312,"2013-08-02 00:00","","","","",0.72,0.72,0.36,0.312,0.208,0.152,0.056,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45801",6,38.45934,-82.64041,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.001778,0.011926,0.08,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45805",6,38.45934,-82.64041,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-24 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45806",6,38.45934,-82.64041,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-24 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45807",6,38.45934,-82.64041,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.026222,0.034397,0.1,"2013-01-10 00:00",0.1,"2013-03-31 00:00",0.1,"2013-09-10 00:00",0.08,"2013-09-25 00:00","","","","",0.1,0.1,0.1,0.07,0.06,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","45810",6,38.45934,-82.64041,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2013-12-03" +"21","019","0017","61103",1,38.45934,-82.64041,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7263,83,303,365,0,9,"","","Certification not required",0,1.309886,1.37019,8.3,"2013-02-11 14:00",8.1,"2013-03-05 21:00",8.1,"2013-03-19 14:00",8.1,"2013-03-19 15:00","","","","",5.7,5.1,4.1,3.2,2,0.9,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","61104",1,38.45934,-82.64041,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7262,83,303,365,0,10,"","","Certification not required",0,201.399064,83.362275,359,"2013-03-02 04:00",359,"2013-03-17 06:00",359,"2013-05-08 15:00",359,"2013-06-05 11:00","","","","",353,348,334,314,268,189,88,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","62101",1,38.45934,-82.64041,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7271,83,303,365,0,1,"","","Certification not required",0,57.487141,17.292191,94,"2013-07-17 14:00",94,"2013-07-17 15:00",93,"2013-07-16 14:00",93,"2013-07-16 16:00","","","","",89,87,84,80,71,60,34,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","68101",1,38.45934,-82.64041,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",100,100,51,61,0,4,"","","Certification not required",98,0.052,0.015763,0.2,"2013-01-04 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-07 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68102",1,38.45934,-82.64041,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",100,100,51,61,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68103",1,38.45934,-82.64041,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,51,61,0,4,"","","Certification not required",0,8.941,9.143117,23.6,"2013-07-18 00:00",23.2,"2013-07-17 00:00",22.2,"2013-07-09 00:00",22,"2013-08-08 00:00","","","","",23.6,23.2,21.1,20.3,16.4,11.5,-3.5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68103",5,38.45934,-82.64041,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.038462,8.663246,21.4,"2013-07-09 00:00",21.4,"2013-08-08 00:00",20.5,"2013-07-21 00:00",20.2,"2013-09-01 00:00","","","","",21.4,21.4,20.5,19.5,15.7,12.6,-2.8,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","68104",1,38.45934,-82.64041,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,51,61,0,4,"","","Certification not required",0,20.997,10.269563,35.7,"2013-07-18 00:00",35.5,"2013-07-17 00:00",33.9,"2013-06-12 00:00",33.7,"2013-05-31 00:00","","","","",35.7,35.5,33.7,31.6,29.8,24.1,5.8,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68104",5,38.45934,-82.64041,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.530769,10.360039,33.7,"2013-07-15 00:00",32.9,"2013-06-21 00:00",32.7,"2013-07-09 00:00",32,"2013-08-26 00:00","","","","",33.7,32.9,32.7,30.4,29.7,23.9,5.1,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","68105",1,38.45934,-82.64041,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,51,61,0,4,"","","Certification not required",0,14.552,9.238517,28.7,"2013-07-18 00:00",28.5,"2013-07-17 00:00",27.3,"2013-07-09 00:00",26.8,"2013-06-12 00:00","","","","",28.7,28.5,26,24.5,22.4,17.6,1.5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68105",5,38.45934,-82.64041,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,14.513462,9.081915,26.5,"2013-07-09 00:00",26.4,"2013-07-15 00:00",24.6,"2013-08-08 00:00",24.4,"2013-06-21 00:00","","","","",26.5,26.4,24.6,23.7,21.8,17.5,1.5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","68106",1,38.45934,-82.64041,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,51,61,0,4,"","","Certification not required",0,742.38,4.52999,751,"2013-03-08 00:00",750,"2013-01-04 00:00",749,"2013-01-07 00:00",749,"2013-02-09 00:00","","","","",751,750,749,748,746,743,738,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68106",5,38.45934,-82.64041,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,743.365385,3.646265,750,"2013-01-04 00:00",749,"2013-02-09 00:00",749,"2013-03-29 00:00",749,"2013-07-15 00:00","","","","",750,749,749,748,746,743,740,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","68107",1,38.45934,-82.64041,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,51,61,0,4,"","","Certification not required",0,747.78,3.847024,757,"2013-01-10 00:00",756,"2013-01-07 00:00",756,"2013-01-25 00:00",755,"2013-03-08 00:00","","","","",757,756,754,753,750,748,743,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68107",5,38.45934,-82.64041,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,746.980769,3.415595,756,"2013-01-10 00:00",753,"2013-02-09 00:00",752,"2013-01-04 00:00",752,"2013-02-21 00:00","","","","",756,753,752,752,749,746,743,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","68108",1,38.45934,-82.64041,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,51,61,0,4,"","","Certification not required",0,745.24,3.980051,754,"2013-01-10 00:00",753,"2013-01-07 00:00",753,"2013-03-08 00:00",752,"2013-01-04 00:00","","","","",754,753,752,750,748,746,740,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","68108",5,38.45934,-82.64041,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,745.019231,3.334257,753,"2013-01-10 00:00",751,"2013-01-04 00:00",751,"2013-02-09 00:00",750,"2013-01-22 00:00","","","","",753,751,751,750,747,745,741,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","68109",1,38.45934,-82.64041,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",100,100,51,61,0,4,"","","Certification not required",0,1439.9,0.301511,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","88101",1,38.45934,-82.64041,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,4,0,0,"Certification not required",0,9.334,3.787919,21.9,"2013-07-18 00:00",19.8,"2013-09-10 00:00",19.5,"2013-01-07 00:00",19.2,"2013-08-29 00:00","","","","",21.9,19.8,16.8,13.8,12.1,9,5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","88101",1,38.45934,-82.64041,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,4,"","","Certification not required",0,9.334,3.787919,21.9,"2013-07-18 00:00",19.8,"2013-09-10 00:00",19.5,"2013-01-07 00:00",19.2,"2013-08-29 00:00","","","","",21.9,19.8,16.8,13.8,12.1,9,5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-05" +"21","019","0017","88102",5,38.45934,-82.64041,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.019814,0.00476,0.026,"2013-02-03 00:00",0.026,"2013-02-15 00:00",0.026,"2013-03-17 00:00",0.026,"2013-04-22 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.021,0.014,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88103",5,38.45934,-82.64041,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000765,0.001176,0.004,"2013-08-20 00:00",0.004,"2013-08-26 00:00",0.004,"2013-09-07 00:00",0.004,"2013-10-01 00:00","","","","",0.004,0.004,0.004,0.002,0.001,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88104",5,38.45934,-82.64041,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",34,0.0265,0.041838,0.228,"2013-01-10 00:00",0.188,"2013-05-16 00:00",0.1,"2013-07-15 00:00",0.078,"2013-01-28 00:00","","","","",0.228,0.188,0.1,0.053,0.029,0.0125,0.0065,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88107",5,38.45934,-82.64041,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006272,0.005893,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88109",5,38.45934,-82.64041,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",12,0.00306,0.001902,0.0076,"2013-03-23 00:00",0.0073,"2013-03-11 00:00",0.0071,"2013-01-28 00:00",0.007,"2013-02-03 00:00","","","","",0.0076,0.0073,0.0071,0.0058,0.0042,0.0027,0.0009,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88110",5,38.45934,-82.64041,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001451,0.003916,0.018,"2013-04-04 00:00",0.013,"2013-04-28 00:00",0.012,"2013-02-21 00:00",0.012,"2013-03-17 00:00","","","","",0.018,0.013,0.012,0.005,0,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88111",5,38.45934,-82.64041,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.014182,0.012422,0.0685,"2013-04-10 00:00",0.0389,"2013-04-04 00:00",0.0358,"2013-03-23 00:00",0.034,"2013-07-15 00:00","","","","",0.0685,0.0389,0.0358,0.0287,0.0177,0.0109,0.00235,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88112",5,38.45934,-82.64041,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.005784,0.01397,0.073,"2013-09-25 00:00",0.061,"2013-10-07 00:00",0.038,"2013-10-01 00:00",0.023,"2013-10-13 00:00","","","","",0.073,0.061,0.038,0.006,0.004,0.002,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88113",5,38.45934,-82.64041,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.000726,0.000305,0.002,"2013-01-10 00:00",0.0019,"2013-03-05 00:00",0.0017,"2013-09-25 00:00",0.001,"2013-03-23 00:00","","","","",0.002,0.0019,0.0017,0.0007,0.0007,0.0007,0.00055,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88114",5,38.45934,-82.64041,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",31,0.0018,0.001475,0.007,"2013-01-10 00:00",0.006,"2013-03-23 00:00",0.0057,"2013-07-09 00:00",0.0044,"2013-06-21 00:00","","","","",0.007,0.006,0.0057,0.0034,0.0021,0.00125,0.00065,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88115",5,38.45934,-82.64041,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.006014,0.005584,0.0379,"2013-05-04 00:00",0.0179,"2013-10-13 00:00",0.013,"2013-04-10 00:00",0.0118,"2013-11-06 00:00","","","","",0.0379,0.0179,0.013,0.0093,0.0074,0.00405,0.0024,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88117",5,38.45934,-82.64041,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006026,0.009447,0.0435,"2013-01-10 00:00",0.0435,"2013-03-23 00:00",0.043,"2013-04-16 00:00",0.00485,"2013-02-09 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0034,0.0028,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88118",5,38.45934,-82.64041,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.009708,0.00657,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88126",5,38.45934,-82.64041,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.063184,0.045587,0.221,"2013-01-10 00:00",0.163,"2013-06-15 00:00",0.162,"2013-03-23 00:00",0.158,"2013-09-25 00:00","","","","",0.221,0.163,0.162,0.147,0.0736,0.0541,0.0206,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88128",5,38.45934,-82.64041,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001784,0.002248,0.008,"2013-07-09 00:00",0.007,"2013-04-22 00:00",0.007,"2013-10-13 00:00",0.006,"2013-01-10 00:00","","","","",0.008,0.007,0.007,0.006,0.003,0.001,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88131",5,38.45934,-82.64041,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.011039,0.003937,0.022,"2013-08-20 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-03-17 00:00","","","","",0.022,0.0165,0.0165,0.0165,0.0165,0.011,0.007,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88132",5,38.45934,-82.64041,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001902,0.002524,0.012,"2013-01-10 00:00",0.012,"2013-04-22 00:00",0.007,"2013-06-21 00:00",0.005,"2013-11-06 00:00","","","","",0.012,0.012,0.007,0.004,0.002,0.002,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88136",5,38.45934,-82.64041,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.00051,0.001102,0.007,"2013-01-10 00:00",0.002,"2013-04-10 00:00",0.002,"2013-05-16 00:00",0.002,"2013-11-06 00:00","","","","",0.007,0.002,0.002,0.001,0.001,0,0,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88140",5,38.45934,-82.64041,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.006647,0.003192,0.026,"2013-04-16 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00",0.009,"2013-02-21 00:00","","","","",0.026,0.009,0.009,0.009,0.009,0.0055,0.00475,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88152",5,38.45934,-82.64041,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005413,0.001414,0.008,"2013-02-09 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-21 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88154",5,38.45934,-82.64041,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001172,0.000434,0.003,"2013-09-25 00:00",0.0027,"2013-01-22 00:00",0.0021,"2013-04-28 00:00",0.0013,"2013-02-21 00:00","","","","",0.003,0.0027,0.0021,0.0013,0.0013,0.00125,0.00065,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88160",5,38.45934,-82.64041,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.014275,0.004652,0.033,"2013-08-20 00:00",0.023,"2013-03-23 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-15 00:00","","","","",0.033,0.023,0.018,0.018,0.018,0.016,0.01,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88161",5,38.45934,-82.64041,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.002377,0.000702,0.007,"2013-07-15 00:00",0.00265,"2013-02-09 00:00",0.00265,"2013-04-10 00:00",0.00265,"2013-04-28 00:00","","","","",0.007,0.00265,0.00265,0.00265,0.0025,0.00215,0.0021,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88164",5,38.45934,-82.64041,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001566,0.000219,0.0019,"2013-02-09 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-28 00:00",0.0019,"2013-06-21 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88165",5,38.45934,-82.64041,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.04962,0.040416,0.228,"2013-07-15 00:00",0.141,"2013-06-27 00:00",0.124,"2013-04-10 00:00",0.109,"2013-04-04 00:00","","","","",0.228,0.141,0.124,0.101,0.062,0.038,0.014,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88166",5,38.45934,-82.64041,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.009216,0.005399,0.019,"2013-02-15 00:00",0.019,"2013-03-17 00:00",0.019,"2013-10-19 00:00",0.0185,"2013-02-03 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88167",5,38.45934,-82.64041,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",6,0.011419,0.011262,0.0486,"2013-07-21 00:00",0.041,"2013-01-10 00:00",0.039,"2013-03-23 00:00",0.039,"2013-09-13 00:00","","","","",0.0486,0.041,0.039,0.0285,0.0134,0.0079,0.00175,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88168",5,38.45934,-82.64041,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001259,0.000319,0.00175,"2013-02-03 00:00",0.00175,"2013-02-15 00:00",0.00175,"2013-03-17 00:00",0.00175,"2013-04-22 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88169",5,38.45934,-82.64041,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.825922,0.411904,2.46,"2013-08-20 00:00",1.72,"2013-08-26 00:00",1.65,"2013-10-13 00:00",1.38,"2013-06-21 00:00","","","","",2.46,1.72,1.65,1.3,1.03,0.777,0.407,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88176",5,38.45934,-82.64041,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001044,0.000275,0.002,"2013-07-15 00:00",0.0018,"2013-11-06 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00","","","","",0.002,0.0018,0.0013,0.0013,0.0013,0.001,0.0007,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88180",5,38.45934,-82.64041,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.048751,0.022038,0.121,"2013-03-23 00:00",0.109,"2013-01-10 00:00",0.083,"2013-07-15 00:00",0.0829,"2013-04-10 00:00","","","","",0.121,0.109,0.083,0.0809,0.0557,0.0429,0.0319,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88184",5,38.45934,-82.64041,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",40,0.030843,0.032548,0.174,"2013-04-10 00:00",0.169,"2013-05-04 00:00",0.082,"2013-07-15 00:00",0.071,"2013-01-28 00:00","","","","",0.174,0.169,0.082,0.061,0.027,0.02,0.013,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88185",5,38.45934,-82.64041,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.00427,0.004119,0.0115,"2013-02-03 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0065,0.00225,0.0014,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88301",5,38.45934,-82.64041,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.522775,0.382745,1.42,"2013-08-20 00:00",1.36,"2013-02-03 00:00",1.31,"2013-01-04 00:00",1.26,"2013-08-26 00:00","","","","",1.42,1.36,1.31,1.18,0.749,0.46,0.0708,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88302",5,38.45934,-82.64041,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.064915,0.073862,0.48,"2013-06-09 00:00",0.234,"2013-04-10 00:00",0.2,"2013-05-04 00:00",0.16,"2013-07-15 00:00","","","","",0.48,0.234,0.2,0.12,0.0719,0.041,0.021,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88303",5,38.45934,-82.64041,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.050023,0.064186,0.385,"2013-07-03 00:00",0.286,"2013-06-09 00:00",0.129,"2013-07-15 00:00",0.118,"2013-03-23 00:00","","","","",0.385,0.286,0.129,0.077,0.058,0.0354,0.012,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88306",5,38.45934,-82.64041,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.581135,0.577665,2.6,"2013-01-04 00:00",2.12,"2013-02-03 00:00",1.99,"2013-02-21 00:00",1.75,"2013-03-23 00:00","","","","",2.6,2.12,1.99,1.35,0.79,0.343,0.175,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88355",5,38.45934,-82.64041,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.410941,0.929797,4.28,"2013-06-21 00:00",4.27,"2013-05-28 00:00",3.86,"2013-09-19 00:00",3.82,"2013-03-23 00:00","","","","",4.28,4.27,3.86,3.68,3.27,2.15,1.41,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88357",5,38.45934,-82.64041,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.270118,0.157833,0.673,"2013-09-19 00:00",0.647,"2013-01-10 00:00",0.584,"2013-10-01 00:00",0.561,"2013-03-23 00:00","","","","",0.673,0.647,0.584,0.538,0.324,0.216,0.126,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88370",5,38.45934,-82.64041,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.143843,0.815949,4.14,"2013-05-28 00:00",3.71,"2013-06-21 00:00",3.43,"2013-09-19 00:00",3.37,"2013-03-23 00:00","","","","",4.14,3.71,3.43,3.28,2.84,1.93,1.25,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88374",5,38.45934,-82.64041,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.181098,0.145245,0.565,"2013-06-09 00:00",0.494,"2013-07-27 00:00",0.471,"2013-08-26 00:00",0.456,"2013-05-28 00:00","","","","",0.565,0.494,0.471,0.434,0.243,0.119,0.047,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88375",5,38.45934,-82.64041,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.549216,0.216536,1.04,"2013-05-28 00:00",0.997,"2013-06-21 00:00",0.903,"2013-09-19 00:00",0.899,"2013-03-23 00:00","","","","",1.04,0.997,0.903,0.839,0.713,0.523,0.316,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88376",5,38.45934,-82.64041,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.579,0.276597,1.36,"2013-05-28 00:00",1.26,"2013-01-10 00:00",1.24,"2013-04-10 00:00",0.957,"2013-10-31 00:00","","","","",1.36,1.26,1.24,0.893,0.742,0.551,0.288,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88377",5,38.45934,-82.64041,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.406333,0.167903,0.844,"2013-03-23 00:00",0.747,"2013-04-10 00:00",0.745,"2013-10-31 00:00",0.729,"2013-01-10 00:00","","","","",0.844,0.747,0.745,0.58,0.515,0.397,0.223,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88378",5,38.45934,-82.64041,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.428392,0.199313,0.842,"2013-06-09 00:00",0.826,"2013-09-19 00:00",0.766,"2013-05-28 00:00",0.766,"2013-08-26 00:00","","","","",0.842,0.826,0.766,0.702,0.547,0.414,0.205,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88380",5,38.45934,-82.64041,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.536706,0.279913,1.1,"2013-09-19 00:00",1.05,"2013-01-10 00:00",1.03,"2013-06-21 00:00",1.01,"2013-03-23 00:00","","","","",1.1,1.05,1.03,0.983,0.732,0.445,0.231,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88383",5,38.45934,-82.64041,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.904588,0.382912,1.83,"2013-09-19 00:00",1.65,"2013-06-21 00:00",1.65,"2013-09-07 00:00",1.53,"2013-06-09 00:00","","","","",1.83,1.65,1.65,1.39,1.23,0.792,0.52,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88384",5,38.45934,-82.64041,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.060063,0.020206,0.115,"2013-08-02 00:00",0.106,"2013-06-03 00:00",0.0956,"2013-02-15 00:00",0.0946,"2013-08-26 00:00","","","","",0.115,0.106,0.0956,0.0858,0.0737,0.0585,0.0377,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88385",5,38.45934,-82.64041,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.001278,0.001051,0.00743,"2013-10-31 00:00",0.00436,"2013-10-25 00:00",0.00267,"2013-04-28 00:00",0.0024,"2013-06-15 00:00","","","","",0.00743,0.00436,0.00267,0.001,0.001,0.001,0.001,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88388",5,38.45934,-82.64041,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.694961,0.311552,1.31,"2013-09-07 00:00",1.3,"2013-08-26 00:00",1.27,"2013-06-09 00:00",1.27,"2013-06-21 00:00","","","","",1.31,1.3,1.27,1.2,0.976,0.603,0.341,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88403",5,38.45934,-82.64041,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.026404,1.077496,6,"2013-08-20 00:00",4.41,"2013-08-26 00:00",4.13,"2013-03-17 00:00",3.95,"2013-06-27 00:00","","","","",6,4.41,4.13,3.27,2.47,2,0.92,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","019","0017","88502",3,38.45934,-82.64041,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7883,90,330,365,0,133,"","","Certification not required",0,6.244323,4.743957,56,"2013-04-09 20:00",38,"2013-10-15 23:00",34,"2013-07-04 22:00",31,"2013-07-04 21:00","","","","",21,19,15,12,9,5,1,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","88502",3,38.45934,-82.64041,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,0,"","","Certification not required",0,6.197879,3.428891,18.8,"2013-09-09 00:00",18.7,"2013-07-18 00:00",18.2,"2013-08-29 00:00",17.5,"2013-09-10 00:00","","","","",17.5,15.6,12.1,10.5,8,5.5,2.5,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","019","0017","88502",5,38.45934,-82.64041,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,9.978,3.5824,18.4,"2013-05-28 00:00",18,"2013-08-20 00:00",16.7,"2013-04-10 00:00",16.3,"2013-08-26 00:00","","","","",18.4,18.4,16.7,15.5,12.1,9.6,6,"ASHLAND PRIMARY (FIVCO)","FIVCO HEALTH DEPARTMENT, 2924 HOLT STREET","Kentucky","Boyd","Ashland","Huntington-Ashland, WV-KY-OH","2014-02-13" +"21","029","0006","44201",1,37.98629,-85.71192,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5788,99,243,245,0,92,0,0,"Certification not required",1075,0.046872,0.011199,0.086,"2013-09-05 15:00",0.081,"2013-07-16 16:00",0.073,"2013-06-18 13:00",0.071,"2013-06-07 14:00","","","","",0.073,0.071,0.065,0.061,0.053,0.047,0.033,"SHEPHERDSVILLE","SECOND & CARPENTER STREETS","Kentucky","Bullitt","Shepherdsville","Louisville/Jefferson County, KY-IN","2013-12-04" +"21","029","0006","44201",1,37.98629,-85.71192,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5807,98,241,245,0,0,0,0,"Certification not required",0,0.041232,0.010274,0.072,"2013-09-05 11:00",0.065,"2013-05-15 10:00",0.065,"2013-07-16 12:00",0.064,"2013-05-14 13:00","","","","",0.065,0.062,0.058,0.054,0.048,0.04,0.029,"SHEPHERDSVILLE","SECOND & CARPENTER STREETS","Kentucky","Bullitt","Shepherdsville","Louisville/Jefferson County, KY-IN","2013-12-04" +"21","029","0006","44201",1,37.98629,-85.71192,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5807,98,241,245,0,0,0,0,"Certification not required",0,0.041232,0.010274,0.072,"2013-09-05 11:00",0.065,"2013-05-15 10:00",0.065,"2013-07-16 12:00",0.064,"2013-05-14 13:00","","","","",0.065,0.062,0.058,0.054,0.048,0.04,0.029,"SHEPHERDSVILLE","SECOND & CARPENTER STREETS","Kentucky","Bullitt","Shepherdsville","Louisville/Jefferson County, KY-IN","2013-12-04" +"21","029","0006","61103",1,37.98629,-85.71192,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7261,83,303,365,0,11,"","","Certification not required",0,2.601598,2.276942,13.2,"2013-02-01 00:00",12.5,"2013-01-30 23:00",12.2,"2013-01-30 22:00",12.2,"2013-01-31 23:00","","","","",9.5,8.6,7.1,5.8,3.9,2,0.3,"SHEPHERDSVILLE","SECOND & CARPENTER STREETS","Kentucky","Bullitt","Shepherdsville","Louisville/Jefferson County, KY-IN","2014-02-19" +"21","029","0006","61104",1,37.98629,-85.71192,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7255,83,303,365,0,17,"","","Certification not required",0,205.229359,85.47863,359,"2013-01-16 02:00",359,"2013-01-17 22:00",359,"2013-03-05 09:00",359,"2013-03-08 06:00","","","","",349,334,310,297,269,225,68,"SHEPHERDSVILLE","SECOND & CARPENTER STREETS","Kentucky","Bullitt","Shepherdsville","Louisville/Jefferson County, KY-IN","2014-02-19" +"21","029","0006","62101",1,37.98629,-85.71192,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7263,83,303,365,0,9,"","","Certification not required",0,55.880215,17.810014,92,"2013-07-16 16:00",92,"2013-07-17 12:00",91,"2013-06-12 15:00",91,"2013-06-12 16:00","","","","",88,86,83,78,70,58,32,"SHEPHERDSVILLE","SECOND & CARPENTER STREETS","Kentucky","Bullitt","Shepherdsville","Louisville/Jefferson County, KY-IN","2014-02-19" +"21","037","3002","42401",1,39.021881,-84.47445,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7947,91,332,365,0,69,3,"","Certification not required",0,7.262048,16.111039,125,"2013-02-25 10:00",125,"2013-03-05 06:00",124,"2013-02-09 14:00",71,"2013-08-20 11:00","","","","",71,58,37,20,6,2,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42401",1,39.021881,-84.47445,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7947,91,332,365,0,69,"","","Certification not required",0,1.012458,5.324007,125,"2013-02-25 10:00",125,"2013-03-05 06:00",124,"2013-02-09 14:00",100,"2013-02-25 09:00","","","","",22,13,4,2,0,0,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42401",1,39.021881,-84.47445,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",332,91,332,365,0,0,0,"","Certification not required",0,1.017771,2.64188,23.1,"2013-09-24 00:00",21.1,"2013-03-05 00:00",14,"2013-08-24 00:00",13.1,"2013-02-25 00:00","","","","",13.1,12,4.1,2.3,0.8,0.2,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42401",1,39.021881,-84.47445,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2627,90,332,365,0,0,"",0,"Certification not required",0,1.008946,4.484214,80,"2013-02-25 11:00",78.6,"2013-02-09 14:00",64,"2013-03-05 08:00",52,"2013-09-24 17:00","","","","",22.3,12.6,4.6,1.6,0,0,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42406",1,39.021881,-84.47445,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7947,91,332,365,0,69,"","","Certification not required",0,1.904492,9.35449,219,"2013-02-25 09:00",199,"2013-02-09 13:00",196,"2013-02-09 14:00",184,"2013-02-25 10:00","","","","",42,23,8,3,0,0,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42601",1,39.021881,-84.47445,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7512,86,327,365,0,504,"","","Certification not required",0,1.196219,5.290934,99,"2013-10-11 07:00",98,"2013-10-10 07:00",93,"2013-10-11 06:00",90,"2013-10-29 07:00","","","","",24,14,4,2,1,0,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42602",1,39.021881,-84.47445,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7512,86,327,365,0,504,0,"","Certification not required",0,11.015291,7.957117,39,"2013-10-11 00:00",37,"2013-10-10 23:00",36,"2013-04-03 06:00",36,"2013-10-28 23:00","","","","",36,34,29,21,14,10,2,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","42602",1,39.021881,-84.47445,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7512,86,327,365,0,504,"","","Certification not required",0,4.322817,5.048825,39,"2013-10-11 00:00",37,"2013-10-10 23:00",36,"2013-04-03 06:00",36,"2013-10-28 23:00","","","","",25,20,15,10,6,3,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","44201",1,39.021881,-84.47445,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5848,100,245,245,0,32,0,0,"Certification not required",129,0.050576,0.011687,0.086,"2013-05-15 17:00",0.084,"2013-08-19 17:00",0.079,"2013-09-11 15:00",0.077,"2013-09-05 15:00","","","","",0.079,0.077,0.071,0.066,0.057,0.05,0.036,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2013-12-04" +"21","037","3002","44201",1,39.021881,-84.47445,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.045518,0.010752,0.079,"2013-05-15 12:00",0.076,"2013-08-19 12:00",0.072,"2013-09-08 11:00",0.072,"2013-09-11 13:00","","","","",0.072,0.068,0.064,0.059,0.053,0.045,0.032,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2013-12-04" +"21","037","3002","44201",1,39.021881,-84.47445,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,2,2,"Certification not required",0,0.045518,0.010752,0.079,"2013-05-15 12:00",0.076,"2013-08-19 12:00",0.072,"2013-09-08 11:00",0.072,"2013-09-11 13:00","","","","",0.072,0.068,0.064,0.059,0.053,0.045,0.032,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2013-12-04" +"21","037","3002","68101",1,39.021881,-84.47445,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",96,79,96,122,0,9,"","","Certification not required",86,0.073958,0.0788,0.5,"2013-10-29 00:00",0.4,"2013-07-09 00:00",0.3,"2013-07-06 00:00",0.3,"2013-07-21 00:00","","","","",0.5,0.4,0.3,0.1,0.05,0.05,0.05,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68102",1,39.021881,-84.47445,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",96,79,96,122,0,9,"","","Certification not required",0,24.094792,0.022336,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68103",1,39.021881,-84.47445,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,9,"","","Certification not required",0,9.373958,9.947084,25.1,"2013-07-18 00:00",24.9,"2013-07-09 00:00",24.3,"2013-09-10 00:00",22.7,"2013-07-15 00:00","","","","",25.1,24.9,22.3,20.9,17.4,12.6,-4.8,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68104",1,39.021881,-84.47445,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,9,"","","Certification not required",0,20.36875,11.514845,36.2,"2013-07-18 00:00",36.2,"2013-10-04 00:00",35.7,"2013-09-28 00:00",35.2,"2013-09-10 00:00","","","","",36.2,36.2,35.1,32.7,30.7,24.5,3.4,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68105",1,39.021881,-84.47445,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,9,"","","Certification not required",0,14.479167,10.274935,30.5,"2013-07-18 00:00",28.9,"2013-09-10 00:00",28.6,"2013-07-15 00:00",28.1,"2013-07-09 00:00","","","","",30.5,28.9,27.1,25.8,23,17.8,0,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68106",1,39.021881,-84.47445,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,9,"","","Certification not required",0,738.635417,4.427474,746,"2013-03-08 00:00",746,"2013-04-25 00:00",746,"2013-07-15 00:00",745,"2013-01-04 00:00","","","","",746,746,745,743,742,739,733,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68107",1,39.021881,-84.47445,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,9,"","","Certification not required",0,743.65625,3.84113,753,"2013-04-04 00:00",751,"2013-01-10 00:00",750,"2013-01-07 00:00",750,"2013-03-08 00:00","","","","",753,751,750,749,746,744,739,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68108",1,39.021881,-84.47445,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,9,"","","Certification not required",0,741.25,3.874342,748,"2013-03-08 00:00",748,"2013-04-25 00:00",748,"2013-05-25 00:00",748,"2013-07-15 00:00","","","","",748,748,747,746,744,742,737,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","68109",1,39.021881,-84.47445,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",96,79,96,122,0,9,"","","Certification not required",0,1439.916667,0.277836,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","88101",1,39.021881,-84.47445,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,9,0,0,"Certification not required",0,9.794792,4.548045,24.2,"2013-08-20 00:00",22.4,"2013-07-18 00:00",21.6,"2013-01-07 00:00",20.9,"2013-09-10 00:00","","","","",24.2,22.4,20.5,15.7,12.8,9,4.7,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","88101",1,39.021881,-84.47445,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,9,"","","Certification not required",0,9.794792,4.548045,24.2,"2013-08-20 00:00",22.4,"2013-07-18 00:00",21.6,"2013-01-07 00:00",20.9,"2013-09-10 00:00","","","","",24.2,22.4,20.5,15.7,12.8,9,4.7,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-05" +"21","037","3002","88502",3,39.021881,-84.47445,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7724,88,319,365,0,292,"","","Certification not required",0,8.977214,5.413977,66,"2013-11-14 17:00",45,"2013-08-28 10:00",39,"2013-08-28 18:00",38,"2013-07-17 08:00","","","","",27,24,19,16,12,8,3,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","037","3002","88502",3,39.021881,-84.47445,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,8.957053,4.332037,28.6,"2013-07-19 00:00",26.1,"2013-08-20 00:00",23.9,"2013-07-17 00:00",23.5,"2013-08-27 00:00","","","","",23.5,22.1,16.5,14,11.2,8.3,4.3,"NORTHERN KENTUCKY UNIVERSITY (NKU)","524A JOHN'S HILL ROAD","Kentucky","Campbell","Highland Heights","Cincinnati-Middletown, OH-KY-IN","2014-02-19" +"21","043","0500","12115",6,38.23887,-82.9881,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,3e-06,8e-06,3e-05,"2013-03-05 00:00",2e-05,"2013-01-10 00:00",2e-05,"2013-01-22 00:00",2e-05,"2013-05-10 00:00","","","","",3e-05,3e-05,2e-05,2e-05,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-10-23" +"21","043","0500","12115",7,38.23887,-82.9881,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,1,"","","Certification not required",0,3e-06,6e-06,1e-05,"2013-02-21 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",1e-05,1e-05,1e-05,1e-05,1e-05,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-10-17" +"21","043","0500","17141",6,38.23887,-82.9881,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,19.749286,28.523257,184,"2013-01-10 00:00",60.1,"2013-01-16 00:00",56.3,"2013-03-05 00:00",32.1,"2013-02-21 00:00","","","","",184,184,56.3,28.4,20.2,13.1,6.87,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17147",6,38.23887,-82.9881,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.385881,0.2528,1.22,"2013-07-15 00:00",1.09,"2013-01-10 00:00",0.861,"2013-03-17 00:00",0.712,"2013-06-21 00:00","","","","",1.22,1.22,0.861,0.672,0.472,0.346,0.154,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17148",6,38.23887,-82.9881,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.09844,0.275573,1.74,"2013-01-10 00:00",0.5,"2013-01-16 00:00",0.188,"2013-09-01 00:00",0.181,"2013-07-15 00:00","","","","",1.74,1.74,0.188,0.176,0.109,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17149",6,38.23887,-82.9881,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.852167,0.702906,2.85,"2013-01-10 00:00",2.64,"2013-07-15 00:00",1.95,"2013-03-05 00:00",1.69,"2013-06-21 00:00","","","","",2.85,2.85,1.95,1.64,1.2,0.963,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17150",6,38.23887,-82.9881,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.934333,0.885497,4.83,"2013-01-10 00:00",4.75,"2013-07-15 00:00",3.12,"2013-08-20 00:00",3.09,"2013-01-16 00:00","","","","",4.83,4.83,3.12,2.97,2.36,1.68,1.11,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17151",6,38.23887,-82.9881,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.101898,0.064737,0.308,"2013-01-10 00:00",0.266,"2013-07-15 00:00",0.192,"2013-09-07 00:00",0.169,"2013-08-08 00:00","","","","",0.308,0.308,0.192,0.169,0.135,0.097,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17158",6,38.23887,-82.9881,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.125195,0.179288,1.2,"2013-08-08 00:00",0.25,"2013-08-02 00:00",0.242,"2013-03-29 00:00",0.228,"2013-09-07 00:00","","","","",1.2,1.2,0.242,0.198,0.135,0.0907,0.0407,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17159",6,38.23887,-82.9881,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.34969,0.129712,0.676,"2013-04-04 00:00",0.623,"2013-01-10 00:00",0.617,"2013-03-23 00:00",0.568,"2013-03-11 00:00","","","","",0.676,0.676,0.617,0.53,0.438,0.319,0.206,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17160",6,38.23887,-82.9881,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.006024,0.016548,0.065,"2013-02-15 00:00",0.064,"2013-01-10 00:00",0.045,"2013-03-29 00:00",0.041,"2013-03-23 00:00","","","","",0.065,0.065,0.045,0.02,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17201",6,38.23887,-82.9881,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.632476,0.270983,1.29,"2013-09-25 00:00",1.28,"2013-08-20 00:00",1.14,"2013-09-07 00:00",1.1,"2013-01-10 00:00","","","","",1.29,1.29,1.14,1.01,0.743,0.6,0.326,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17204",6,38.23887,-82.9881,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.320881,0.146186,0.725,"2013-01-10 00:00",0.659,"2013-09-25 00:00",0.585,"2013-08-20 00:00",0.518,"2013-09-07 00:00","","","","",0.725,0.725,0.585,0.517,0.408,0.315,0.152,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17208",6,38.23887,-82.9881,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.078119,0.090864,0.366,"2013-06-21 00:00",0.345,"2013-01-10 00:00",0.276,"2013-04-04 00:00",0.239,"2013-03-29 00:00","","","","",0.366,0.366,0.276,0.172,0.133,0.0376,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17211",6,38.23887,-82.9881,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.012929,0.023117,0.1,"2013-01-10 00:00",0.071,"2013-01-28 00:00",0.058,"2013-03-29 00:00",0.049,"2013-02-15 00:00","","","","",0.1,0.1,0.058,0.037,0.027,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17212",6,38.23887,-82.9881,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.00226,0.007179,0.0292,"2013-01-10 00:00",0.0266,"2013-03-29 00:00",0.0208,"2013-02-15 00:00",0.0183,"2013-03-23 00:00","","","","",0.0292,0.0292,0.0208,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17215",6,38.23887,-82.9881,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.025905,0.044076,0.195,"2013-01-10 00:00",0.138,"2013-06-21 00:00",0.111,"2013-03-29 00:00",0.099,"2013-02-15 00:00","","","","",0.195,0.195,0.111,0.075,0.048,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17220",6,38.23887,-82.9881,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.098238,0.128317,0.577,"2013-01-10 00:00",0.403,"2013-03-29 00:00",0.309,"2013-04-04 00:00",0.303,"2013-06-21 00:00","","","","",0.577,0.577,0.309,0.288,0.144,0.039,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17223",6,38.23887,-82.9881,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.017548,0.033244,0.156,"2013-01-10 00:00",0.106,"2013-03-29 00:00",0.063,"2013-02-15 00:00",0.06,"2013-04-04 00:00","","","","",0.156,0.156,0.063,0.053,0.033,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17224",6,38.23887,-82.9881,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.042071,0.062116,0.262,"2013-01-10 00:00",0.188,"2013-03-29 00:00",0.188,"2013-04-04 00:00",0.136,"2013-02-15 00:00","","","","",0.262,0.262,0.188,0.121,0.069,0.016,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17231",6,38.23887,-82.9881,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.00481,0.012599,0.047,"2013-01-10 00:00",0.044,"2013-01-28 00:00",0.038,"2013-06-21 00:00",0.033,"2013-03-29 00:00","","","","",0.047,0.047,0.038,0.021,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17237",6,38.23887,-82.9881,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.039429,0.05759,0.264,"2013-01-10 00:00",0.187,"2013-03-29 00:00",0.126,"2013-02-15 00:00",0.117,"2013-03-23 00:00","","","","",0.264,0.264,0.126,0.113,0.062,0.02,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17242",6,38.23887,-82.9881,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.0265,0.044052,0.189,"2013-01-10 00:00",0.156,"2013-03-29 00:00",0.108,"2013-03-23 00:00",0.101,"2013-02-15 00:00","","","","",0.189,0.189,0.108,0.069,0.045,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","17243",6,38.23887,-82.9881,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.042774,0.064216,0.287,"2013-01-10 00:00",0.214,"2013-03-29 00:00",0.145,"2013-02-15 00:00",0.137,"2013-03-23 00:00","","","","",0.287,0.287,0.145,0.113,0.0824,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","42153",6,38.23887,-82.9881,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.045778,0.190066,1.29,"2013-01-31 00:00",0.07,"2013-07-09 00:00",0.05,"2013-07-17 00:00",0.04,"2013-05-28 00:00","","","","",1.29,1.29,0.05,0.03,0.02,0.01,0.01,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43205",6,38.23887,-82.9881,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.735933,0.373221,2.421,"2013-01-10 00:00",1.368,"2013-03-05 00:00",1.215,"2013-01-04 00:00",1.113,"2013-09-25 00:00","","","","",2.421,2.421,1.215,1.065,0.858,0.666,0.357,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43206",6,38.23887,-82.9881,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.629289,0.374496,1.896,"2013-02-27 00:00",1.704,"2013-01-10 00:00",1.38,"2013-02-21 00:00",1.232,"2013-01-16 00:00","","","","",1.896,1.896,1.38,1.214,0.748,0.504,0.308,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43208",6,38.23887,-82.9881,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.035511,0.007375,0.064,"2013-01-31 00:00",0.05,"2013-05-16 00:00",0.046,"2013-05-22 00:00",0.044,"2013-02-27 00:00","","","","",0.064,0.064,0.046,0.044,0.04,0.034,0.028,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43218",6,38.23887,-82.9881,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.077333,0.053018,0.23,"2013-01-10 00:00",0.17,"2013-03-19 00:00",0.16,"2013-06-21 00:00",0.13,"2013-03-05 00:00","","","","",0.23,0.23,0.16,0.13,0.1,0.08,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43233",6,38.23887,-82.9881,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",10,0.151644,0.077186,0.32,"2013-01-16 00:00",0.32,"2013-05-28 00:00",0.288,"2013-06-21 00:00",0.28,"2013-09-01 00:00","","","","",0.32,0.32,0.288,0.272,0.184,0.152,0.048,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43372",6,38.23887,-82.9881,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.012,0.054963,0.33,"2013-03-05 00:00",0.17,"2013-04-28 00:00",0.04,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.33,0.33,0.04,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43373",6,38.23887,-82.9881,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43396",6,38.23887,-82.9881,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43438",6,38.23887,-82.9881,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.002,0.013416,0.09,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.09,0.09,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43441",6,38.23887,-82.9881,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.007556,0.043701,0.29,"2013-01-04 00:00",0.05,"2013-09-13 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.29,0.29,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43502",6,38.23887,-82.9881,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.24,0.634035,3.4,"2013-06-21 00:00",2.8,"2013-05-28 00:00",2.3,"2013-07-09 00:00",2.2,"2013-05-16 00:00","","","","",3.4,3.4,2.3,1.9,1.6,1.2,0.5,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43503",6,38.23887,-82.9881,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.775556,0.310539,1.5,"2013-03-23 00:00",1.5,"2013-04-10 00:00",1.5,"2013-05-16 00:00",1.4,"2013-05-28 00:00","","","","",1.5,1.5,1.5,1.3,0.8,0.7,0.5,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43504",6,38.23887,-82.9881,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.231111,0.116428,0.6,"2013-06-21 00:00",0.5,"2013-05-28 00:00",0.4,"2013-04-10 00:00",0.4,"2013-05-16 00:00","","","","",0.6,0.6,0.4,0.4,0.3,0.2,0.1,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43505",6,38.23887,-82.9881,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,5,"","","Certification not required",0,1.108837,0.534167,2.21,"2013-08-08 00:00",2.17,"2013-05-28 00:00",2.15,"2013-04-04 00:00",2.12,"2013-01-04 00:00","","","","",2.21,2.21,2.15,2.12,1.47,1.02,0.52,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43510",6,38.23887,-82.9881,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.144267,0.061363,0.32,"2013-04-10 00:00",0.288,"2013-04-22 00:00",0.284,"2013-03-23 00:00",0.264,"2013-04-04 00:00","","","","",0.32,0.32,0.284,0.236,0.176,0.124,0.08,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43513",6,38.23887,-82.9881,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.0025,0,0.0025,"2013-01-04 00:00",0.0025,"2013-01-10 00:00",0.0025,"2013-01-16 00:00",0.0025,"2013-01-22 00:00","","","","",0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43517",6,38.23887,-82.9881,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.101467,0.098506,0.45,"2013-04-10 00:00",0.402,"2013-05-16 00:00",0.324,"2013-05-28 00:00",0.294,"2013-06-21 00:00","","","","",0.45,0.45,0.324,0.216,0.12,0.066,0.024,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43518",6,38.23887,-82.9881,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.073636,0.049325,0.28,"2013-04-10 00:00",0.21,"2013-05-16 00:00",0.17,"2013-05-28 00:00",0.15,"2013-06-21 00:00","","","","",0.28,0.28,0.17,0.12,0.08,0.06,0.04,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43528",6,38.23887,-82.9881,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",1,0.734978,0.840507,3.396,"2013-06-21 00:00",3.092,"2013-07-09 00:00",2.34,"2013-07-17 00:00",1.74,"2013-05-28 00:00","","","","",3.396,3.396,2.34,1.604,1.304,0.448,0.036,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43551",6,38.23887,-82.9881,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.613778,1.050689,4.95,"2013-04-22 00:00",4.32,"2013-03-23 00:00",4.14,"2013-04-04 00:00",3.72,"2013-03-29 00:00","","","","",4.95,4.95,4.14,2.72,2.03,1.37,0.59,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43552",6,38.23887,-82.9881,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.292364,0.161453,0.708,"2013-03-23 00:00",0.676,"2013-04-22 00:00",0.584,"2013-04-04 00:00",0.58,"2013-03-29 00:00","","","","",0.708,0.708,0.584,0.564,0.416,0.236,0.132,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43560",6,38.23887,-82.9881,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.155778,0.078639,0.4,"2013-01-04 00:00",0.36,"2013-05-10 00:00",0.32,"2013-09-25 00:00",0.26,"2013-01-10 00:00","","","","",0.4,0.4,0.32,0.26,0.17,0.13,0.08,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43702",6,38.23887,-82.9881,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,57.005778,175.488941,866,"2013-05-28 00:00",624,"2013-01-31 00:00",596,"2013-06-09 00:00",34.2,"2013-02-03 00:00","","","","",866,866,596,20.2,14.5,11.18,5.9,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43704",6,38.23887,-82.9881,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.02,0.06698,0.38,"2013-06-15 00:00",0.18,"2013-08-02 00:00",0.12,"2013-07-21 00:00",0.11,"2013-01-04 00:00","","","","",0.38,0.38,0.12,0.11,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43801",6,38.23887,-82.9881,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.544667,0.086645,0.76,"2013-06-27 00:00",0.74,"2013-06-09 00:00",0.72,"2013-02-27 00:00",0.71,"2013-05-28 00:00","","","","",0.76,0.76,0.72,0.68,0.59,0.52,0.46,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43802",6,38.23887,-82.9881,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.536222,1.067393,6.29,"2013-06-09 00:00",3.33,"2013-06-03 00:00",2.03,"2013-04-28 00:00",1.9,"2013-08-02 00:00","","","","",6.29,6.29,2.03,1,0.36,0.18,0.11,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43803",6,38.23887,-82.9881,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.002889,0.007869,0.03,"2013-06-09 00:00",0.03,"2013-07-27 00:00",0.02,"2013-03-27 00:00",0.02,"2013-06-15 00:00","","","","",0.03,0.03,0.02,0.02,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43804",6,38.23887,-82.9881,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.110444,0.01637,0.16,"2013-06-27 00:00",0.15,"2013-06-21 00:00",0.13,"2013-03-11 00:00",0.13,"2013-05-22 00:00","","","","",0.16,0.16,0.13,0.13,0.12,0.11,0.09,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43806",6,38.23887,-82.9881,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-05-16 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43811",6,38.23887,-82.9881,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.258022,0.039993,0.368,"2013-06-09 00:00",0.329,"2013-05-16 00:00",0.329,"2013-05-22 00:00",0.324,"2013-04-16 00:00","","","","",0.368,0.368,0.329,0.317,0.286,0.242,0.218,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43812",6,38.23887,-82.9881,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.002889,0.011406,0.06,"2013-07-27 00:00",0.04,"2013-04-04 00:00",0.03,"2013-05-10 00:00",0,"2013-01-04 00:00","","","","",0.06,0.06,0.03,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43813",6,38.23887,-82.9881,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43814",6,38.23887,-82.9881,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.011111,0.009587,0.03,"2013-05-16 00:00",0.03,"2013-05-22 00:00",0.03,"2013-07-27 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43815",6,38.23887,-82.9881,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.039333,0.015433,0.08,"2013-05-16 00:00",0.07,"2013-06-09 00:00",0.06,"2013-05-28 00:00",0.05,"2013-01-10 00:00","","","","",0.08,0.08,0.06,0.05,0.05,0.04,0.02,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43817",6,38.23887,-82.9881,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.007556,0.010478,0.03,"2013-01-10 00:00",0.03,"2013-03-27 00:00",0.03,"2013-09-25 00:00",0.02,"2013-01-16 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43818",6,38.23887,-82.9881,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.001778,0.004903,0.02,"2013-05-04 00:00",0.02,"2013-09-25 00:00",0.01,"2013-07-27 00:00",0.01,"2013-09-07 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43819",6,38.23887,-82.9881,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.008222,0.007163,0.02,"2013-02-27 00:00",0.02,"2013-03-05 00:00",0.02,"2013-05-04 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43820",6,38.23887,-82.9881,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43821",6,38.23887,-82.9881,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.166711,0.019189,0.202,"2013-03-19 00:00",0.198,"2013-04-16 00:00",0.196,"2013-05-16 00:00",0.196,"2013-06-27 00:00","","","","",0.202,0.202,0.196,0.192,0.184,0.164,0.142,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43823",6,38.23887,-82.9881,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.509111,0.08746,0.78,"2013-06-09 00:00",0.7,"2013-05-28 00:00",0.67,"2013-05-16 00:00",0.64,"2013-04-16 00:00","","","","",0.78,0.78,0.67,0.62,0.56,0.48,0.42,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43824",6,38.23887,-82.9881,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43826",6,38.23887,-82.9881,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43828",6,38.23887,-82.9881,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43829",6,38.23887,-82.9881,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43830",6,38.23887,-82.9881,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43831",6,38.23887,-82.9881,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43832",6,38.23887,-82.9881,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43835",6,38.23887,-82.9881,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000667,0.004472,0.03,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.03,0.03,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43836",6,38.23887,-82.9881,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43838",6,38.23887,-82.9881,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43839",6,38.23887,-82.9881,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",44,0.018044,0.013715,0.108,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.108,0.108,0.016,0.016,0.016,0.016,0.016,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43843",6,38.23887,-82.9881,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43844",6,38.23887,-82.9881,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.004889,0.012177,0.05,"2013-01-10 00:00",0.04,"2013-05-16 00:00",0.03,"2013-05-22 00:00",0.03,"2013-07-27 00:00","","","","",0.05,0.05,0.03,0.03,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","43860",6,38.23887,-82.9881,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","44201",1,38.23887,-82.9881,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5818,100,244,245,0,62,0,0,"Certification not required",377,0.046143,0.009661,0.072,"2013-05-15 13:00",0.072,"2013-06-04 17:00",0.069,"2013-04-06 17:00",0.068,"2013-04-05 17:00","","","","",0.069,0.065,0.061,0.058,0.052,0.047,0.032,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-04" +"21","043","0500","44201",1,38.23887,-82.9881,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5848,99,243,245,0,0,0,0,"Certification not required",0,0.041358,0.009654,0.069,"2013-05-15 10:00",0.065,"2013-04-05 11:00",0.065,"2013-04-06 11:00",0.062,"2013-04-23 10:00","","","","",0.065,0.062,0.057,0.053,0.047,0.042,0.027,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-04" +"21","043","0500","44201",1,38.23887,-82.9881,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5848,99,243,245,0,0,0,0,"Certification not required",0,0.041358,0.009654,0.069,"2013-05-15 10:00",0.065,"2013-04-05 11:00",0.065,"2013-04-06 11:00",0.062,"2013-04-23 10:00","","","","",0.065,0.062,0.057,0.053,0.047,0.042,0.027,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-04" +"21","043","0500","45109",6,38.23887,-82.9881,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.411778,0.185353,0.88,"2013-06-21 00:00",0.78,"2013-01-10 00:00",0.77,"2013-05-28 00:00",0.7,"2013-06-09 00:00","","","","",0.88,0.88,0.77,0.67,0.55,0.41,0.22,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45201",6,38.23887,-82.9881,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.986444,0.823474,5.16,"2013-08-08 00:00",2.89,"2013-01-16 00:00",2.42,"2013-09-25 00:00",1.92,"2013-01-10 00:00","","","","",5.16,5.16,2.42,1.9,1.07,0.72,0.43,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45202",6,38.23887,-82.9881,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.785111,0.442321,3.1,"2013-04-10 00:00",1.66,"2013-01-10 00:00",1.34,"2013-01-16 00:00",1.23,"2013-06-09 00:00","","","","",3.1,3.1,1.34,1.13,0.84,0.69,0.43,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45203",6,38.23887,-82.9881,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.208889,0.090384,0.41,"2013-01-16 00:00",0.4,"2013-06-21 00:00",0.38,"2013-01-10 00:00",0.34,"2013-05-28 00:00","","","","",0.41,0.41,0.38,0.33,0.27,0.2,0.1,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45204",6,38.23887,-82.9881,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.181556,0.087619,0.38,"2013-06-21 00:00",0.35,"2013-05-28 00:00",0.34,"2013-01-10 00:00",0.34,"2013-01-16 00:00","","","","",0.38,0.38,0.34,0.31,0.24,0.18,0.09,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45207",6,38.23887,-82.9881,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",37,0.1073,0.048008,0.234,"2013-04-16 00:00",0.225,"2013-05-28 00:00",0.225,"2013-06-21 00:00",0.207,"2013-08-26 00:00","","","","",0.234,0.234,0.225,0.207,0.0855,0.0855,0.0855,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45208",6,38.23887,-82.9881,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",23,0.165,0.096304,0.351,"2013-01-16 00:00",0.351,"2013-06-21 00:00",0.333,"2013-05-28 00:00",0.315,"2013-09-01 00:00","","","","",0.351,0.351,0.333,0.297,0.252,0.081,0.081,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45220",6,38.23887,-82.9881,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.113333,0.097608,0.32,"2013-07-17 00:00",0.29,"2013-01-16 00:00",0.26,"2013-05-28 00:00",0.26,"2013-06-21 00:00","","","","",0.32,0.32,0.26,0.25,0.19,0.12,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45501",6,38.23887,-82.9881,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.078273,0.045196,0.231,"2013-06-21 00:00",0.196,"2013-05-16 00:00",0.175,"2013-05-28 00:00",0.168,"2013-04-10 00:00","","","","",0.231,0.231,0.175,0.168,0.091,0.07,0.042,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45503",6,38.23887,-82.9881,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.0045,0,0.0045,"2013-01-04 00:00",0.0045,"2013-01-10 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-01-22 00:00","","","","",0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45504",6,38.23887,-82.9881,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,8,"","","Certification not required",3,0.131895,0.124115,0.696,"2013-06-21 00:00",0.304,"2013-06-15 00:00",0.296,"2013-08-02 00:00",0.248,"2013-09-07 00:00","","","","",0.696,0.696,0.304,0.248,0.176,0.112,0.032,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45801",6,38.23887,-82.9881,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.004667,0.016733,0.08,"2013-09-25 00:00",0.07,"2013-07-27 00:00",0.04,"2013-05-10 00:00",0.02,"2013-01-04 00:00","","","","",0.08,0.08,0.04,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45805",6,38.23887,-82.9881,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45806",6,38.23887,-82.9881,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45807",6,38.23887,-82.9881,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0.015333,0.024365,0.07,"2013-01-10 00:00",0.07,"2013-05-16 00:00",0.07,"2013-09-13 00:00",0.06,"2013-09-07 00:00","","","","",0.07,0.07,0.07,0.06,0.02,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","45810",6,38.23887,-82.9881,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2013-12-03" +"21","043","0500","61103",1,38.23887,-82.9881,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7257,83,302,365,0,15,"","","Certification not required",0,2.521552,2.28555,16.7,"2013-01-30 07:00",14.7,"2013-03-05 20:00",14.2,"2013-04-08 12:00",13.6,"2013-04-07 12:00","","","","",10.2,9.1,7.1,5.6,3.6,1.9,0.3,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-19" +"21","043","0500","61104",1,38.23887,-82.9881,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7260,83,302,365,0,12,"","","Certification not required",0,195.60427,103.327792,359,"2013-01-01 18:00",359,"2013-01-17 18:00",359,"2013-04-22 05:00",359,"2013-04-22 12:00","","","","",355,349,340,321,260,227,32,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-19" +"21","043","0500","62101",1,38.23887,-82.9881,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7260,83,302,365,0,12,"","","Certification not required",0,54.222314,17.771441,92,"2013-07-18 15:00",91,"2013-06-12 16:00",91,"2013-07-18 14:00",91,"2013-07-18 16:00","","","","",86,85,81,77,69,56,30,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-19" +"21","043","0500","62103",1,38.23887,-82.9881,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6523,74,272,365,0,5,"","","Certification not required",0,47.064234,17.817915,78,"2013-07-17 19:00",77,"2013-07-17 16:00",77,"2013-07-17 17:00",77,"2013-07-17 18:00","","","","",73,72,70,68,62,51,22,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-19" +"21","043","0500","62201",1,38.23887,-82.9881,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6524,74,272,365,0,4,"","","Certification not required",0,75.246934,20.491968,99,"2013-01-10 05:00",99,"2013-01-10 06:00",99,"2013-01-10 07:00",99,"2013-01-10 08:00","","","","",99,98,98,97,93,81,44,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-19" +"21","043","0500","64101",1,38.23887,-82.9881,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6524,74,272,365,0,4,"","","Certification not required",0,997.808553,6.20492,1017.2,"2013-11-13 08:00",1017.2,"2013-11-13 09:00",1017.2,"2013-11-13 10:00",1017.2,"2013-11-13 11:00","","","","",1013.2,1010.6,1007.9,1005.2,1001.2,997.2,990.6,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-19" +"21","043","0500","68101",1,38.23887,-82.9881,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",93,100,50,61,0,11,"","","Certification not required",58,0.098925,0.076959,0.3,"2013-02-09 00:00",0.3,"2013-02-21 00:00",0.3,"2013-03-05 00:00",0.3,"2013-04-07 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.05,0.05,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68102",1,38.23887,-82.9881,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",93,100,50,61,0,11,"","","Certification not required",0,24.098925,0.01037,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68103",1,38.23887,-82.9881,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,11,"","","Certification not required",0,9.019355,8.855903,23.1,"2013-07-18 00:00",22,"2013-08-11 00:00",21.9,"2013-07-09 00:00",21.4,"2013-08-08 00:00","","","","",23.1,22,21,19.3,16.3,11.8,-3.2,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68103",5,38.23887,-82.9881,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.125,8.649513,21.8,"2013-07-09 00:00",21.7,"2013-08-08 00:00",20.9,"2013-07-21 00:00",19.7,"2013-07-15 00:00","","","","",21.8,21.7,20.9,19.3,15.7,12.2,-2.9,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","68104",1,38.23887,-82.9881,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,11,"","","Certification not required",0,21.476344,9.772904,36.5,"2013-07-18 00:00",34.5,"2013-06-12 00:00",33.9,"2013-07-15 00:00",33.5,"2013-06-24 00:00","","","","",36.5,34.5,33.3,31.1,29.8,24.5,6.3,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68104",5,38.23887,-82.9881,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.492308,10.198324,33.4,"2013-07-15 00:00",32.2,"2013-06-21 00:00",32,"2013-07-09 00:00",31.4,"2013-07-21 00:00","","","","",33.4,32.2,32,30.5,29.2,24.4,4.2,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","68105",1,38.23887,-82.9881,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,11,"","","Certification not required",0,14.603226,8.824736,28.2,"2013-07-18 00:00",27,"2013-07-09 00:00",26.5,"2013-07-15 00:00",26,"2013-06-12 00:00","","","","",28.2,27,25.4,24.1,21.8,17.5,1.6,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68105",5,38.23887,-82.9881,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,14.371154,9.057817,26.5,"2013-07-09 00:00",26.5,"2013-07-15 00:00",24.6,"2013-08-08 00:00",24.5,"2013-07-21 00:00","","","","",26.5,26.5,24.6,23.7,21.9,17.3,1.3,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","68106",1,38.23887,-82.9881,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,11,"","","Certification not required",0,740.11828,4.356029,750,"2013-01-04 00:00",749,"2013-01-07 00:00",749,"2013-03-08 00:00",748,"2013-10-25 00:00","","","","",750,749,747,745,743,740,736,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68106",5,38.23887,-82.9881,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.096154,4.460105,750,"2013-01-04 00:00",750,"2013-10-25 00:00",748,"2013-01-22 00:00",748,"2013-02-09 00:00","","","","",750,750,748,746,744,742,737,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","68107",1,38.23887,-82.9881,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,11,"","","Certification not required",0,745.580645,4.07357,757,"2013-01-10 00:00",755,"2013-01-07 00:00",754,"2013-01-25 00:00",754,"2013-03-08 00:00","","","","",757,755,753,751,748,745,741,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68107",5,38.23887,-82.9881,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,745.807692,4.144633,756,"2013-01-10 00:00",754,"2013-10-25 00:00",753,"2013-02-09 00:00",752,"2013-01-04 00:00","","","","",756,754,753,751,749,745,741,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","68108",1,38.23887,-82.9881,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,11,"","","Certification not required",0,742.989247,3.957642,753,"2013-01-10 00:00",752,"2013-01-07 00:00",751,"2013-01-04 00:00",751,"2013-03-08 00:00","","","","",753,752,751,749,745,743,738,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","68108",5,38.23887,-82.9881,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,743.153846,4.117798,752,"2013-01-10 00:00",752,"2013-10-25 00:00",750,"2013-01-04 00:00",750,"2013-01-22 00:00","","","","",752,752,750,748,746,743,738,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","68109",1,38.23887,-82.9881,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",93,100,50,61,0,11,"","","Certification not required",0,1439.967742,0.177642,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","81102",1,38.23887,-82.9881,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,3,0,0,"Certification not required",1,10.509434,3.565986,17,"2013-05-16 00:00",17,"2013-05-28 00:00",16,"2013-05-10 00:00",15,"2013-04-10 00:00","","","","",17,17,16,15,13,11,6,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-12" +"21","043","0500","81102",2,38.23887,-82.9881,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",28,87,27,31,0,1,0,0,"Certification not required",2,11.035714,4.417827,19,"2013-05-28 00:00",17,"2013-05-16 00:00",17,"2013-08-20 00:00",17,"2013-10-31 00:00","","","","",19,19,17,17,14,11,5,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-12" +"21","043","0500","82102",6,38.23887,-82.9881,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.138571,2.802006,18.6,"2013-06-21 00:00",2.29,"2013-09-25 00:00",2.17,"2013-01-10 00:00",1.32,"2013-02-15 00:00","","","","",18.6,18.6,2.17,1.16,1.03,0.65,0.2,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82102",7,38.23887,-82.9881,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,1.592727,3.830887,18.6,"2013-06-21 00:00",2.43,"2013-09-25 00:00",1.19,"2013-07-27 00:00",1.15,"2013-05-16 00:00","","","","",18.6,18.6,2.43,1.19,1.05,0.87,0.29,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82103",6,38.23887,-82.9881,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.547143,0.400988,2.07,"2013-01-10 00:00",1.48,"2013-09-25 00:00",1.22,"2013-04-04 00:00",1.08,"2013-04-22 00:00","","","","",2.07,2.07,1.22,1.04,0.69,0.47,0.15,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82103",7,38.23887,-82.9881,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.557273,0.315869,1.45,"2013-09-25 00:00",1.02,"2013-04-22 00:00",0.96,"2013-08-20 00:00",0.84,"2013-01-16 00:00","","","","",1.45,1.45,1.02,0.96,0.75,0.52,0.25,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82105",6,38.23887,-82.9881,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.006667,0.005258,0.02,"2013-04-04 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82105",7,38.23887,-82.9881,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.007273,0.005505,0.02,"2013-07-27 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-21 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82110",6,38.23887,-82.9881,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.092381,0.056258,0.28,"2013-09-25 00:00",0.2,"2013-01-10 00:00",0.2,"2013-04-22 00:00",0.19,"2013-06-09 00:00","","","","",0.28,0.28,0.2,0.17,0.12,0.09,0.03,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82110",7,38.23887,-82.9881,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.308636,0.956025,4.58,"2013-01-04 00:00",0.28,"2013-09-25 00:00",0.22,"2013-06-09 00:00",0.2,"2013-04-22 00:00","","","","",4.58,4.58,0.28,0.22,0.14,0.09,0.04,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82112",6,38.23887,-82.9881,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.06619,0.107928,0.35,"2013-07-15 00:00",0.34,"2013-06-21 00:00",0.33,"2013-01-10 00:00",0.29,"2013-04-04 00:00","","","","",0.35,0.35,0.33,0.26,0.09,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82112",7,38.23887,-82.9881,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.134091,0.203228,0.62,"2013-07-15 00:00",0.48,"2013-07-03 00:00",0.43,"2013-07-27 00:00",0.39,"2013-03-05 00:00","","","","",0.62,0.62,0.48,0.43,0.32,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82113",6,38.23887,-82.9881,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.027857,0.023221,0.12,"2013-04-04 00:00",0.07,"2013-01-10 00:00",0.06,"2013-05-04 00:00",0.06,"2013-05-16 00:00","","","","",0.12,0.12,0.06,0.06,0.04,0.02,0.01,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82113",7,38.23887,-82.9881,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.030455,0.018892,0.07,"2013-05-04 00:00",0.06,"2013-05-16 00:00",0.06,"2013-07-15 00:00",0.05,"2013-03-05 00:00","","","","",0.07,0.07,0.06,0.06,0.04,0.03,0.01,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82128",6,38.23887,-82.9881,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.001743,0.001042,0.0048,"2013-04-04 00:00",0.0046,"2013-01-10 00:00",0.0039,"2013-09-25 00:00",0.0033,"2013-04-22 00:00","","","","",0.0048,0.0048,0.0039,0.0032,0.0021,0.0016,0.0007,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82128",7,38.23887,-82.9881,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.001873,0.00089,0.0042,"2013-09-25 00:00",0.0032,"2013-04-22 00:00",0.0032,"2013-06-09 00:00",0.0027,"2013-04-10 00:00","","","","",0.0042,0.0042,0.0032,0.0032,0.0023,0.0018,0.0008,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82132",6,38.23887,-82.9881,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.800952,1.901109,8.67,"2013-04-22 00:00",7.86,"2013-04-04 00:00",6.71,"2013-01-10 00:00",5.92,"2013-02-21 00:00","","","","",8.67,8.67,6.71,5.29,3.7,2.13,1.11,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82132",7,38.23887,-82.9881,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,3.019545,1.943197,8.49,"2013-04-22 00:00",6.14,"2013-02-21 00:00",5.73,"2013-05-16 00:00",5.13,"2013-05-04 00:00","","","","",8.49,8.49,6.14,5.73,4.14,2.28,1.35,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82136",6,38.23887,-82.9881,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.368333,0.304758,1.42,"2013-04-16 00:00",1.34,"2013-01-10 00:00",1.2,"2013-06-09 00:00",0.7,"2013-02-21 00:00","","","","",1.42,1.42,1.2,0.7,0.38,0.26,0.15,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82136",7,38.23887,-82.9881,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.439091,0.371675,1.74,"2013-03-05 00:00",1.11,"2013-07-03 00:00",0.82,"2013-02-21 00:00",0.69,"2013-09-25 00:00","","","","",1.74,1.74,1.11,0.82,0.42,0.33,0.18,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82142",6,38.23887,-82.9881,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.01619,0.011466,0.05,"2013-09-01 00:00",0.04,"2013-01-10 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-16 00:00","","","","",0.05,0.05,0.03,0.03,0.02,0.01,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82142",7,38.23887,-82.9881,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.011364,0.008335,0.02,"2013-01-16 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-17 00:00",0.02,"2013-03-29 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82154",6,38.23887,-82.9881,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.522857,0.387747,2.03,"2013-09-25 00:00",1.34,"2013-01-10 00:00",1.19,"2013-08-20 00:00",1,"2013-01-16 00:00","","","","",2.03,2.03,1.19,1,0.68,0.49,0.14,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","82154",7,38.23887,-82.9881,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",22,71,22,31,0,1,"","","Certification not required",0,0.626364,0.472899,2.08,"2013-09-25 00:00",1.32,"2013-08-20 00:00",1.19,"2013-03-05 00:00",1.07,"2013-01-16 00:00","","","","",2.08,2.08,1.32,1.19,0.77,0.59,0.11,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-18" +"21","043","0500","88101",1,38.23887,-82.9881,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,11,0,0,"Certification not required",0,7.83871,3.094878,19.4,"2013-07-18 00:00",16.1,"2013-08-20 00:00",14.1,"2013-08-29 00:00",13.9,"2013-01-07 00:00","","","","",19.4,16.1,13.6,11.4,9.6,7.6,4.3,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","88101",1,38.23887,-82.9881,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,11,"","","Certification not required",0,7.83871,3.094878,19.4,"2013-07-18 00:00",16.1,"2013-08-20 00:00",14.1,"2013-08-29 00:00",13.9,"2013-01-07 00:00","","","","",19.4,16.1,13.6,11.4,9.6,7.6,4.3,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-05" +"21","043","0500","88102",5,38.23887,-82.9881,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.020431,0.012583,0.103,"2013-06-09 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-09 00:00",0.026,"2013-05-04 00:00","","","","",0.103,0.026,0.026,0.026,0.021,0.0195,0.014,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88103",5,38.23887,-82.9881,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000255,0.000523,0.002,"2013-04-22 00:00",0.002,"2013-10-31 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-27 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88104",5,38.23887,-82.9881,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",41,0.015294,0.01605,0.093,"2013-06-27 00:00",0.066,"2013-07-15 00:00",0.046,"2013-01-04 00:00",0.043,"2013-04-22 00:00","","","","",0.093,0.066,0.046,0.032,0.0125,0.0115,0.0065,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88107",5,38.23887,-82.9881,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005406,0.003484,0.0295,"2013-01-10 00:00",0.0055,"2013-03-23 00:00",0.0055,"2013-04-10 00:00",0.0055,"2013-04-16 00:00","","","","",0.0295,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88109",5,38.23887,-82.9881,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",12,0.00297,0.002137,0.0101,"2013-06-21 00:00",0.0077,"2013-03-11 00:00",0.0077,"2013-04-04 00:00",0.0073,"2013-04-10 00:00","","","","",0.0101,0.0077,0.0077,0.0056,0.0037,0.0025,0.0009,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88110",5,38.23887,-82.9881,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001392,0.003656,0.019,"2013-11-06 00:00",0.009,"2013-01-10 00:00",0.009,"2013-06-09 00:00",0.009,"2013-10-19 00:00","","","","",0.019,0.009,0.009,0.007,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88111",5,38.23887,-82.9881,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",26,0.009251,0.009071,0.0511,"2013-04-04 00:00",0.0302,"2013-04-22 00:00",0.0257,"2013-04-10 00:00",0.0206,"2013-05-16 00:00","","","","",0.0511,0.0302,0.0257,0.018,0.014,0.00375,0.0021,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88112",5,38.23887,-82.9881,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.00502,0.013285,0.063,"2013-10-07 00:00",0.054,"2013-09-25 00:00",0.054,"2013-11-06 00:00",0.008,"2013-07-21 00:00","","","","",0.063,0.054,0.054,0.007,0.003,0.002,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88113",5,38.23887,-82.9881,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.000676,0.00014,0.0015,"2013-09-25 00:00",0.001,"2013-01-10 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-03 00:00","","","","",0.0015,0.001,0.0007,0.0007,0.0007,0.0007,0.00055,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88114",5,38.23887,-82.9881,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.001096,0.000513,0.0031,"2013-09-25 00:00",0.0029,"2013-02-03 00:00",0.0023,"2013-10-01 00:00",0.002,"2013-06-21 00:00","","","","",0.0031,0.0029,0.0023,0.00125,0.00125,0.00095,0.00065,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88115",5,38.23887,-82.9881,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.005544,0.00499,0.0274,"2013-05-04 00:00",0.0254,"2013-11-06 00:00",0.0169,"2013-04-04 00:00",0.0106,"2013-09-25 00:00","","","","",0.0274,0.0254,0.0169,0.0097,0.0049,0.00405,0.0025,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88117",5,38.23887,-82.9881,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.00468,0.005591,0.0435,"2013-01-10 00:00",0.00485,"2013-03-23 00:00",0.00485,"2013-04-16 00:00",0.00485,"2013-04-28 00:00","","","","",0.0435,0.00485,0.00485,0.00485,0.0048,0.0041,0.0028,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88118",5,38.23887,-82.9881,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.007905,0.005456,0.023,"2013-01-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.017,0.017,0.017,0.0055,0.005,0.0041,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88126",5,38.23887,-82.9881,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.031288,0.020251,0.116,"2013-01-10 00:00",0.0795,"2013-09-25 00:00",0.0723,"2013-04-22 00:00",0.0671,"2013-07-15 00:00","","","","",0.116,0.0795,0.0723,0.0489,0.0367,0.0266,0.0133,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88128",5,38.23887,-82.9881,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000824,0.001352,0.006,"2013-10-13 00:00",0.004,"2013-01-10 00:00",0.004,"2013-04-04 00:00",0.003,"2013-02-15 00:00","","","","",0.006,0.004,0.004,0.003,0.001,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88131",5,38.23887,-82.9881,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.010441,0.004055,0.023,"2013-09-01 00:00",0.018,"2013-06-21 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00","","","","",0.023,0.018,0.0165,0.0165,0.011,0.008,0.007,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88132",5,38.23887,-82.9881,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000725,0.001297,0.006,"2013-01-10 00:00",0.004,"2013-04-04 00:00",0.004,"2013-04-22 00:00",0.004,"2013-09-25 00:00","","","","",0.006,0.004,0.004,0.002,0.001,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88136",5,38.23887,-82.9881,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000137,0.000348,0.001,"2013-01-10 00:00",0.001,"2013-03-05 00:00",0.001,"2013-05-28 00:00",0.001,"2013-09-19 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88140",5,38.23887,-82.9881,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.008448,0.008302,0.0521,"2013-02-03 00:00",0.044,"2013-02-21 00:00",0.01,"2013-05-04 00:00",0.009,"2013-01-10 00:00","","","","",0.0521,0.044,0.01,0.009,0.009,0.006,0.00475,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88152",5,38.23887,-82.9881,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005742,0.001404,0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88154",5,38.23887,-82.9881,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001073,0.000263,0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88160",5,38.23887,-82.9881,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.013725,0.006347,0.049,"2013-08-26 00:00",0.025,"2013-10-25 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-09 00:00","","","","",0.049,0.025,0.018,0.018,0.016,0.01,0.01,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88161",5,38.23887,-82.9881,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.002434,0.000482,0.0054,"2013-05-16 00:00",0.00265,"2013-03-23 00:00",0.00265,"2013-04-10 00:00",0.00265,"2013-04-16 00:00","","","","",0.0054,0.00265,0.00265,0.00265,0.00265,0.0025,0.0021,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88164",5,38.23887,-82.9881,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001625,0.000188,0.0019,"2013-03-23 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88165",5,38.23887,-82.9881,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",11,0.040018,0.039422,0.201,"2013-07-15 00:00",0.152,"2013-06-27 00:00",0.139,"2013-05-16 00:00",0.098,"2013-04-04 00:00","","","","",0.201,0.152,0.139,0.0836,0.051,0.0274,0.009,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88166",5,38.23887,-82.9881,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.008527,0.005438,0.02,"2013-09-19 00:00",0.019,"2013-02-03 00:00",0.019,"2013-10-07 00:00",0.019,"2013-10-13 00:00","","","","",0.02,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88167",5,38.23887,-82.9881,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",18,0.005438,0.005561,0.031,"2013-01-10 00:00",0.0214,"2013-09-25 00:00",0.0147,"2013-04-04 00:00",0.0142,"2013-04-22 00:00","","","","",0.031,0.0214,0.0147,0.0106,0.0076,0.004,0.0013,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88168",5,38.23887,-82.9881,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001237,0.00047,0.0036,"2013-09-07 00:00",0.0019,"2013-04-22 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-09 00:00","","","","",0.0036,0.0019,0.00175,0.00175,0.0012,0.00115,0.00085,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88169",5,38.23887,-82.9881,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.749725,0.374471,2.33,"2013-08-20 00:00",1.44,"2013-08-26 00:00",1.35,"2013-10-13 00:00",1.24,"2013-08-02 00:00","","","","",2.33,1.44,1.35,1.2,0.958,0.707,0.333,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88176",5,38.23887,-82.9881,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000937,0.000216,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-05-04 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88180",5,38.23887,-82.9881,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.037175,0.017571,0.0953,"2013-01-10 00:00",0.074,"2013-04-04 00:00",0.0704,"2013-05-28 00:00",0.0686,"2013-04-10 00:00","","","","",0.0953,0.074,0.0704,0.064,0.0433,0.0357,0.02,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88184",5,38.23887,-82.9881,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",41,0.032216,0.031429,0.173,"2013-05-04 00:00",0.132,"2013-04-10 00:00",0.108,"2013-02-21 00:00",0.095,"2013-02-03 00:00","","","","",0.173,0.132,0.108,0.066,0.027,0.02,0.0155,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88185",5,38.23887,-82.9881,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.003771,0.003824,0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-06-09 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0047,0.00165,0.0014,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88301",5,38.23887,-82.9881,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.354338,0.297262,1.35,"2013-02-03 00:00",1.08,"2013-08-20 00:00",0.959,"2013-02-21 00:00",0.906,"2013-03-23 00:00","","","","",1.35,1.08,0.959,0.741,0.477,0.318,0.038,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88302",5,38.23887,-82.9881,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",6,0.056518,0.072124,0.47,"2013-03-29 00:00",0.21,"2013-05-04 00:00",0.198,"2013-04-10 00:00",0.13,"2013-07-15 00:00","","","","",0.47,0.21,0.198,0.106,0.049,0.04,0.015,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88303",5,38.23887,-82.9881,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",12,0.036278,0.041439,0.292,"2013-03-29 00:00",0.089,"2013-07-15 00:00",0.083,"2013-04-16 00:00",0.083,"2013-06-09 00:00","","","","",0.292,0.089,0.083,0.052,0.04,0.0308,0.0115,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88306",5,38.23887,-82.9881,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.379025,0.493338,1.94,"2013-01-04 00:00",1.92,"2013-02-03 00:00",1.82,"2013-10-25 00:00",1.68,"2013-02-21 00:00","","","","",1.94,1.92,1.82,0.878,0.397,0.149,0.0904,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88355",5,38.23887,-82.9881,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.933885,0.737751,4.15,"2013-05-28 00:00",3.05,"2013-10-31 00:00",3.01,"2013-06-21 00:00",3.01,"2013-08-26 00:00","","","","",4.15,3.05,3.01,2.83,2.46,1.86,0.956,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88357",5,38.23887,-82.9881,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.170192,0.087443,0.471,"2013-01-10 00:00",0.377,"2013-09-25 00:00",0.332,"2013-10-31 00:00",0.326,"2013-04-04 00:00","","","","",0.471,0.377,0.332,0.266,0.231,0.151,0.089,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88370",5,38.23887,-82.9881,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.781365,0.686427,3.98,"2013-05-28 00:00",2.86,"2013-10-31 00:00",2.76,"2013-01-28 00:00",2.72,"2013-06-21 00:00","","","","",3.98,2.86,2.76,2.57,2.29,1.76,0.877,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88374",5,38.23887,-82.9881,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.115769,0.097313,0.514,"2013-05-28 00:00",0.363,"2013-06-21 00:00",0.322,"2013-05-16 00:00",0.316,"2013-10-31 00:00","","","","",0.514,0.363,0.322,0.22,0.166,0.077,0.041,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88375",5,38.23887,-82.9881,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.436077,0.19369,1.12,"2013-05-28 00:00",0.71,"2013-07-27 00:00",0.704,"2013-08-26 00:00",0.697,"2013-06-09 00:00","","","","",1.12,0.71,0.704,0.683,0.577,0.422,0.204,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88376",5,38.23887,-82.9881,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.462019,0.194386,0.946,"2013-05-28 00:00",0.94,"2013-01-10 00:00",0.875,"2013-04-10 00:00",0.773,"2013-10-31 00:00","","","","",0.946,0.94,0.875,0.704,0.577,0.468,0.225,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88377",5,38.23887,-82.9881,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.328635,0.143912,0.819,"2013-04-10 00:00",0.634,"2013-05-28 00:00",0.616,"2013-01-28 00:00",0.592,"2013-01-10 00:00","","","","",0.819,0.634,0.616,0.532,0.403,0.303,0.174,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88378",5,38.23887,-82.9881,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.438808,0.177333,0.78,"2013-01-28 00:00",0.766,"2013-05-28 00:00",0.727,"2013-08-02 00:00",0.72,"2013-08-26 00:00","","","","",0.78,0.766,0.727,0.682,0.62,0.409,0.223,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88380",5,38.23887,-82.9881,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.322577,0.156555,0.721,"2013-01-10 00:00",0.711,"2013-09-25 00:00",0.644,"2013-08-26 00:00",0.577,"2013-04-04 00:00","","","","",0.721,0.711,0.644,0.518,0.437,0.299,0.157,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88383",5,38.23887,-82.9881,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.694808,0.290595,1.3,"2013-08-26 00:00",1.3,"2013-09-25 00:00",1.22,"2013-01-28 00:00",1.15,"2013-06-21 00:00","","","","",1.3,1.3,1.22,1.11,0.927,0.684,0.352,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88384",5,38.23887,-82.9881,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0659,0.022193,0.166,"2013-10-07 00:00",0.0913,"2013-07-03 00:00",0.0912,"2013-06-21 00:00",0.09,"2013-06-15 00:00","","","","",0.166,0.0913,0.0912,0.0855,0.0803,0.0667,0.0404,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88385",5,38.23887,-82.9881,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.001509,0.001506,0.00817,"2013-05-16 00:00",0.0068,"2013-05-22 00:00",0.00651,"2013-07-03 00:00",0.00336,"2013-07-21 00:00","","","","",0.00817,0.0068,0.00651,0.00258,0.001,0.001,0.001,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88388",5,38.23887,-82.9881,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.591269,0.242576,1.21,"2013-08-26 00:00",0.992,"2013-01-28 00:00",0.983,"2013-09-25 00:00",0.981,"2013-06-21 00:00","","","","",1.21,0.992,0.983,0.941,0.81,0.566,0.319,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88403",5,38.23887,-82.9881,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.99102,1.045077,6.71,"2013-08-20 00:00",3.63,"2013-08-02 00:00",3.53,"2013-06-09 00:00",3.43,"2013-08-26 00:00","","","","",6.71,3.63,3.53,3.27,2.4,1.81,0.861,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","043","0500","88502",5,38.23887,-82.9881,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.488235,2.742382,16.1,"2013-02-21 00:00",15.5,"2013-08-20 00:00",14.1,"2013-08-26 00:00",13.3,"2013-05-28 00:00","","","","",16.1,15.5,14.1,11.6,10,8,5.5,"GRAYSON LAKE","CAMP ROBERT WEBB, 1486 CAMP WEBB ROAD","Kentucky","Carter","","","2014-02-13" +"21","047","0006","42401",2,36.91171,-87.323337,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7729,88,323,365,0,287,0,"","Certification not required",0,0.934985,2.449258,18,"2013-11-26 10:00",17,"2013-02-06 20:00",14,"2013-02-24 09:00",11,"2013-02-20 21:00","","","","",11,9,7,3,0,0,0,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-19" +"21","047","0006","42401",2,36.91171,-87.323337,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7729,88,323,365,0,287,"","","Certification not required",0,0.158106,0.869366,18,"2013-11-26 10:00",17,"2013-02-06 20:00",15,"2013-02-06 19:00",14,"2013-02-24 09:00","","","","",5,2,1,0,0,0,0,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-19" +"21","047","0006","42401",2,36.91171,-87.323337,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",323,88,323,365,0,0,0,"","Certification not required",0,0.158204,0.52993,5.3,"2013-02-06 00:00",3.3,"2013-01-02 00:00",3.3,"2013-01-14 00:00",2.8,"2013-01-15 00:00","","","","",2.8,1.9,0.9,0.5,0,0,0,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-19" +"21","047","0006","42401",2,36.91171,-87.323337,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2553,87,322,365,0,0,"",0,"Certification not required",0,0.151312,0.753715,12.3,"2013-02-06 20:00",10.3,"2013-02-24 11:00",7.6,"2013-02-06 14:00",7.6,"2013-02-06 17:00","","","","",3.6,2.3,1,0,0,0,0,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-19" +"21","047","0006","42406",2,36.91171,-87.323337,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7725,88,323,365,0,291,"","","Certification not required",0,0.245825,1.226339,30,"2013-11-26 10:00",20,"2013-02-06 19:00",19,"2013-02-06 20:00",18,"2013-02-24 09:00","","","","",6,4,1,0,0,0,0,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-19" +"21","047","0006","44201",2,36.91171,-87.323337,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5717,98,240,245,0,163,0,0,"Certification not required",2,0.048425,0.009685,0.077,"2013-03-15 15:00",0.076,"2013-05-14 18:00",0.073,"2013-06-17 12:00",0.068,"2013-04-05 13:00","","","","",0.073,0.068,0.064,0.061,0.055,0.049,0.036,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2013-12-04" +"21","047","0006","44201",2,36.91171,-87.323337,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5745,98,239,245,0,0,0,0,"Certification not required",0,0.044167,0.008993,0.071,"2013-05-14 14:00",0.067,"2013-03-15 11:00",0.066,"2013-04-05 10:00",0.062,"2013-04-06 10:00","","","","",0.066,0.06,0.058,0.056,0.051,0.044,0.032,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2013-12-04" +"21","047","0006","44201",2,36.91171,-87.323337,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5745,98,239,245,0,0,0,0,"Certification not required",0,0.044167,0.008993,0.071,"2013-05-14 14:00",0.067,"2013-03-15 11:00",0.066,"2013-04-05 10:00",0.062,"2013-04-06 10:00","","","","",0.066,0.06,0.058,0.056,0.051,0.044,0.032,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2013-12-04" +"21","047","0006","68101",1,36.91171,-87.323337,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",93,100,50,61,0,9,"","","Certification not required",18,0.421505,0.217995,0.7,"2013-05-19 00:00",0.7,"2013-06-12 00:00",0.7,"2013-08-26 00:00",0.7,"2013-09-19 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.05,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68102",1,36.91171,-87.323337,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",93,100,50,61,0,9,"","","Certification not required",0,23.994624,0.085167,24.1,"2013-05-10 00:00",24.1,"2013-06-12 00:00",24.1,"2013-07-06 00:00",24,"2013-01-01 00:00","","","","",24.1,24.1,24,24,24,24,24,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68103",1,36.91171,-87.323337,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,9,"","","Certification not required",0,10.565591,8.963628,24.2,"2013-06-12 00:00",22.8,"2013-08-08 00:00",22.5,"2013-07-15 00:00",22,"2013-08-11 00:00","","","","",24.2,22.8,21.9,20.3,18,13.9,-3,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68104",1,36.91171,-87.323337,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,9,"","","Certification not required",0,21.232258,9.512442,34.5,"2013-08-29 00:00",34,"2013-07-18 00:00",33.6,"2013-06-27 00:00",33.3,"2013-06-12 00:00","","","","",34.5,34,33,31.5,28.7,24,7.6,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68105",1,36.91171,-87.323337,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,9,"","","Certification not required",0,15.543011,8.819006,28.7,"2013-06-12 00:00",27.6,"2013-08-29 00:00",27.5,"2013-06-27 00:00",26.4,"2013-07-15 00:00","","","","",28.7,27.6,26.4,24.8,22.5,18.6,1.5,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68106",1,36.91171,-87.323337,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,9,"","","Certification not required",0,740.27957,3.806075,750,"2013-01-04 00:00",749,"2013-01-22 00:00",749,"2013-10-25 00:00",748,"2013-04-25 00:00","","","","",750,749,747,744,743,741,736,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68107",1,36.91171,-87.323337,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,9,"","","Certification not required",0,745.11828,3.838731,755,"2013-10-25 00:00",754,"2013-01-04 00:00",753,"2013-01-07 00:00",753,"2013-01-10 00:00","","","","",755,754,753,751,747,745,741,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68108",1,36.91171,-87.323337,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,9,"","","Certification not required",0,742.83871,3.654331,752,"2013-01-04 00:00",752,"2013-10-25 00:00",751,"2013-01-22 00:00",750,"2013-01-07 00:00","","","","",752,752,750,747,745,743,739,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","68109",1,36.91171,-87.323337,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",93,100,50,61,0,9,"","","Certification not required",0,1439.322581,5.078003,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","88101",1,36.91171,-87.323337,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,9,0,0,"Certification not required",0,9.776344,4.744136,24.7,"2013-10-28 00:00",21.6,"2013-01-07 00:00",20.5,"2013-08-26 00:00",18.9,"2013-01-16 00:00","","","","",24.7,21.6,18.8,16.7,12.6,8.9,5.1,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","047","0006","88101",1,36.91171,-87.323337,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,9,"","","Certification not required",0,9.776344,4.744136,24.7,"2013-10-28 00:00",21.6,"2013-01-07 00:00",20.5,"2013-08-26 00:00",18.9,"2013-01-16 00:00","","","","",24.7,21.6,18.8,16.7,12.6,8.9,5.1,"HOPKINSVILLE","WILLIAMSON RESIDENCE, 10800 PILOT ROCK ROAD","Kentucky","Christian","","Clarksville, TN-KY","2014-02-05" +"21","059","0005","42401",1,37.780776,-87.075307,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7905,90,331,365,0,111,1,"","Certification not required",0,7.694864,9.125751,78,"2013-03-28 10:00",61,"2013-09-04 12:00",46,"2013-06-07 10:00",45,"2013-08-14 08:00","","","","",45,40,25,15,9,5,1,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42401",1,37.780776,-87.075307,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7905,90,331,365,0,111,"","","Certification not required",0,1.298545,3.27867,78,"2013-03-28 10:00",61,"2013-09-04 12:00",46,"2013-06-07 10:00",45,"2013-08-14 08:00","","","","",15,10,6,4,1,0,0,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42401",1,37.780776,-87.075307,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",331,91,331,365,0,0,0,"","Certification not required",0,1.303021,1.512591,14.2,"2013-03-28 00:00",9.7,"2013-09-04 00:00",9.1,"2013-10-28 00:00",6.5,"2013-02-24 00:00","","","","",6.5,5.2,3.8,2.8,1.8,0.9,0.1,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42401",1,37.780776,-87.075307,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2613,89,331,365,0,0,"",0,"Certification not required",0,1.278454,2.737698,43,"2013-03-28 11:00",34.3,"2013-07-05 14:00",29,"2013-09-04 14:00",27.6,"2013-10-11 14:00","","","","",13.3,9.3,5.3,3.3,1.3,0.3,0,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42406",1,37.780776,-87.075307,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7893,90,331,365,0,123,"","","Certification not required",0,2.661979,7.51906,183,"2013-03-28 10:00",134,"2013-07-12 16:00",117,"2013-08-14 08:00",116,"2013-03-28 11:00","","","","",33,22,11,6,2,1,0,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42601",1,37.780776,-87.075307,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7383,84,320,365,0,633,"","","Certification not required",0,0.891508,3.026929,55,"2013-08-14 08:00",51,"2013-04-05 06:00",49,"2013-08-04 08:00",45,"2013-03-28 10:00","","","","",15,9,4,2,1,0,0,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42602",1,37.780776,-87.075307,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7383,84,320,365,0,633,0,"","Certification not required",0,12.490625,7.966224,54,"2013-03-28 18:00",35,"2013-02-07 18:00",34,"2013-01-09 18:00",33,"2013-03-13 23:00","","","","",33,32,29,24,17,11,4,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","42602",1,37.780776,-87.075307,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7383,84,320,365,0,633,"","","Certification not required",0,4.582284,4.992486,54,"2013-03-28 18:00",41,"2013-03-28 19:00",40,"2013-03-28 17:00",35,"2013-02-07 18:00","","","","",24,21,15,10,6,3,0,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","44201",1,37.780776,-87.075307,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5847,100,245,245,0,33,0,0,"Certification not required",44,0.05058,0.01037,0.074,"2013-06-17 12:00",0.074,"2013-06-18 15:00",0.073,"2013-05-14 17:00",0.073,"2013-06-05 12:00","","","","",0.073,0.073,0.067,0.064,0.057,0.051,0.038,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2013-12-04" +"21","059","0005","44201",1,37.780776,-87.075307,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.045796,0.009697,0.068,"2013-05-14 15:00",0.068,"2013-05-15 11:00",0.066,"2013-06-08 10:00",0.066,"2013-06-18 10:00","","","","",0.066,0.066,0.061,0.058,0.053,0.046,0.033,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2013-12-04" +"21","059","0005","44201",1,37.780776,-87.075307,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.045796,0.009697,0.068,"2013-05-14 15:00",0.068,"2013-05-15 11:00",0.066,"2013-06-08 10:00",0.066,"2013-06-18 10:00","","","","",0.066,0.066,0.061,0.058,0.053,0.046,0.033,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2013-12-04" +"21","059","0005","61103",1,37.780776,-87.075307,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7270,83,303,365,0,2,"","","Certification not required",0,3.339395,2.180805,13.1,"2013-01-29 23:00",12.9,"2013-01-29 21:00",12.7,"2013-01-29 20:00",12.7,"2013-01-29 22:00","","","","",9.7,8.9,7.5,6.3,4.6,3,0.8,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","61104",1,37.780776,-87.075307,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7269,83,303,365,0,3,"","","Certification not required",0,182.187096,93.583578,359,"2013-01-02 11:00",359,"2013-01-02 13:00",359,"2013-01-17 12:00",359,"2013-02-12 20:00","","","","",355,349,338,321,249,180,40,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","62101",1,37.780776,-87.075307,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7270,83,303,365,0,2,"","","Certification not required",0,59.416506,18.277484,96,"2013-07-17 14:00",96,"2013-07-17 15:00",96,"2013-07-17 16:00",95,"2013-06-12 14:00","","","","",92,90,86,82,74,62,34,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","68101",1,37.780776,-87.075307,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",101,100,51,61,0,3,"","","Certification not required",76,0.082178,0.070564,0.3,"2013-01-10 00:00",0.3,"2013-01-19 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-21 00:00","","","","",0.3,0.3,0.3,0.2,0.05,0.05,0.05,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68102",1,37.780776,-87.075307,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",101,100,51,61,0,3,"","","Certification not required",0,24.059406,0.098161,24.1,"2013-03-08 00:00",24.1,"2013-03-11 00:00",24.1,"2013-03-14 00:00",24.1,"2013-03-17 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68103",1,37.780776,-87.075307,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",101,100,51,61,0,3,"","","Certification not required",0,11.463366,10.102066,26,"2013-07-18 00:00",25.8,"2013-06-12 00:00",25.7,"2013-07-09 00:00",25.3,"2013-08-29 00:00","","","","",25.8,25.7,24.6,22.7,19.8,14.7,-3.5,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68104",1,37.780776,-87.075307,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",101,100,51,61,0,3,"","","Certification not required",0,22.535644,10.767577,37,"2013-09-10 00:00",36.8,"2013-07-09 00:00",36.4,"2013-06-12 00:00",36.3,"2013-08-29 00:00","","","","",36.8,36.4,35.9,34.4,31.8,25.9,7.1,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68105",1,37.780776,-87.075307,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",101,100,51,61,0,3,"","","Certification not required",0,16.69505,10.085012,31.3,"2013-06-12 00:00",31.1,"2013-07-09 00:00",30.6,"2013-07-18 00:00",30.3,"2013-08-29 00:00","","","","",31.1,30.6,29.4,28,25,20.1,2.4,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68106",1,37.780776,-87.075307,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,100,51,61,0,3,"","","Certification not required",0,747.029703,4.373684,759,"2013-01-04 00:00",758,"2013-01-22 00:00",756,"2013-01-07 00:00",756,"2013-03-08 00:00","","","","",758,756,754,752,750,747,742,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68107",1,37.780776,-87.075307,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,100,51,61,0,3,"","","Certification not required",0,753.009901,4.544216,764,"2013-01-07 00:00",764,"2013-01-22 00:00",763,"2013-01-04 00:00",763,"2013-01-10 00:00","","","","",764,763,762,759,756,752,748,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68108",1,37.780776,-87.075307,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,100,51,61,0,3,"","","Certification not required",0,750.247525,4.274122,761,"2013-01-04 00:00",761,"2013-01-22 00:00",760,"2013-01-07 00:00",759,"2013-03-08 00:00","","","","",761,760,758,755,753,750,745,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","68109",1,37.780776,-87.075307,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",101,100,51,61,0,3,"","","Certification not required",0,1439.356436,5.172203,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","88101",1,37.780776,-87.075307,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,0,0,"Certification not required",0,10.40495,4.700093,23.8,"2013-07-18 00:00",22.4,"2013-09-10 00:00",22.2,"2013-01-07 00:00",19.6,"2013-05-19 00:00","","","","",22.4,22.2,18.6,17.3,13.5,9.3,4.8,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","88101",1,37.780776,-87.075307,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,"","","Certification not required",0,10.40495,4.700093,23.8,"2013-07-18 00:00",22.4,"2013-09-10 00:00",22.2,"2013-01-07 00:00",19.6,"2013-05-19 00:00","","","","",22.4,22.2,18.6,17.3,13.5,9.3,4.8,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-05" +"21","059","0005","88502",3,37.780776,-87.075307,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7858,90,328,365,0,158,"","","Certification not required",0,7.606388,7.794186,400,"2013-10-09 07:00",179,"2013-10-12 05:00",175,"2013-10-23 22:00",122,"2013-10-09 06:00","","","","",25,21,17,14,10,6,2,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","059","0005","88502",3,37.780776,-87.075307,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,0,"","","Certification not required",0,7.560976,4.24259,28.5,"2013-10-09 00:00",26.2,"2013-09-10 00:00",24.4,"2013-10-23 00:00",22.5,"2013-09-11 00:00","","","","",22.5,18.4,15.3,13.2,9.7,6.8,3.1,"OWENSBORO PRIMARY","716 PLEASANT VALLEY ROAD","Kentucky","Daviess","","Owensboro, KY","2014-02-19" +"21","061","0501","42101",1,37.131944,-86.147778,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7998,91,354,365,0,762,0,0,"Certification not required",7998,0.25,0,0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00",0.25,"2013-01-01 04:00",0.25,"2013-01-01 05:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42101",1,37.131944,-86.147778,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8104,93,333,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 09:00",0.3,"2013-01-01 10:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 15:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42401",1,37.131944,-86.147778,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8116,93,358,365,0,644,0,"","Certification not required",0,2.22067,2.246072,24.5,"2013-08-30 09:00",12.8,"2013-01-03 11:00",11.1,"2013-03-16 18:00",11.1,"2013-12-28 00:00","","","","",11.1,7.8,5.7,4.5,2.9,1.7,0.4,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42401",1,37.131944,-86.147778,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8116,93,358,365,0,644,"","","Certification not required",0,0.702107,0.969247,24.5,"2013-08-30 09:00",12.8,"2013-01-03 11:00",12.6,"2013-01-03 10:00",12.5,"2013-01-03 12:00","","","","",4.4,3.5,2.5,1.7,0.9,0.4,0.1,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42401",1,37.131944,-86.147778,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,0.706983,0.590714,3.4,"2013-12-23 00:00",2.8,"2013-01-03 00:00",2.8,"2013-01-04 00:00",2.8,"2013-01-17 00:00","","","","",2.8,2.5,1.9,1.5,1,0.5,0.1,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42401",1,37.131944,-86.147778,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2402,82,323,365,0,0,"",0,"Certification not required",0,0.689051,0.877376,12.2,"2013-08-30 11:00",10.2,"2013-01-03 11:00",7.7,"2013-12-23 23:00",6,"2013-01-03 14:00","","","","",3.8,3.4,2.4,1.7,0.9,0.4,0.1,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42600",1,37.131944,-86.147778,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5980,68,253,365,0,2780,"","","Certification not required",0,3.26505,2.299929,24.6,"2013-01-04 06:00",23.6,"2013-01-04 04:00",21.1,"2013-01-04 07:00",21.1,"2013-11-28 04:00","","","","",12,9.9,7.4,5.9,4,2.7,1.2,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42601",1,37.131944,-86.147778,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7010,80,269,365,0,1750,"","","Certification not required",0,0.121912,0.375349,6.9,"2013-12-13 09:00",6,"2013-07-15 17:00",5.5,"2013-12-18 08:00",5.4,"2013-12-18 09:00","","","","",1.8,1.3,0.7,0.4,0.1,0,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","42612",1,37.131944,-86.147778,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",1461,17,61,365,0,747,"","","Certification not required",0,4.211225,2.511204,19.9,"2013-12-18 03:00",19.8,"2013-12-11 02:00",19.6,"2013-11-08 00:00",19.6,"2013-12-12 20:00","","","","",13.6,12,8.9,7,5,3.7,1.9,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","44201",1,37.131944,-86.147778,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8306,99,243,245,0,454,0,0,"Certification not required",16,0.048498,0.009203,0.078,"2013-03-15 15:00",0.072,"2013-04-05 15:00",0.072,"2013-05-14 13:00",0.067,"2013-04-06 11:00","","","","",0.072,0.066,0.063,0.06,0.055,0.049,0.041,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","44201",1,37.131944,-86.147778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,98,241,245,0,0,0,0,"Certification not required",0,0.044207,0.008967,0.072,"2013-03-15 13:00",0.068,"2013-04-05 11:00",0.067,"2013-05-14 11:00",0.063,"2013-04-06 09:00","","","","",0.067,0.063,0.058,0.056,0.05,0.045,0.038,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","44201",1,37.131944,-86.147778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,98,241,245,0,0,0,0,"Certification not required",0,0.044207,0.008967,0.072,"2013-03-15 13:00",0.068,"2013-04-05 11:00",0.067,"2013-05-14 11:00",0.063,"2013-04-06 09:00","","","","",0.067,0.063,0.058,0.056,0.05,0.045,0.038,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","61101",1,37.131944,-86.147778,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8653,99,360,365,0,107,"","","Certification not required",0,3.519658,2.080065,16.5,"2013-08-01 23:00",15.3,"2013-12-21 20:00",15,"2013-01-30 02:00",15,"2013-12-21 19:00","","","","",10.1,9.1,7.8,6.4,4.5,2.9,1.4,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","61103",1,37.131944,-86.147778,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8653,99,360,365,0,107,"","","Certification not required",0,3.138137,2.063131,15,"2013-12-21 20:00",14.8,"2013-01-30 02:00",14.8,"2013-08-01 23:00",14.6,"2013-12-21 19:00","","","","",9.5,8.7,7.4,6,4.3,2.7,1,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","61104",1,37.131944,-86.147778,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8653,99,360,365,0,107,"","","Certification not required",0,184.327285,96.933164,360,"2013-01-15 01:00",360,"2013-03-07 14:00",360,"2013-05-24 03:00",360,"2013-06-03 07:00","","","","",356,352,343,324,259,182,43,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","61106",1,37.131944,-86.147778,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8653,99,360,365,0,107,"","","Certification not required",0,27.03467,13.823317,89,"2013-05-26 02:00",86,"2013-06-19 21:00",86,"2013-07-13 19:00",86,"2013-11-03 17:00","","","","",69,65,57,48,33,23,13,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","62101",1,37.131944,-86.147778,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8728,100,364,365,0,32,"","","Certification not required",0,56.368126,17.542158,91,"2013-06-12 14:00",91,"2013-06-12 15:00",91,"2013-07-17 14:00",90,"2013-06-12 13:00","","","","",86,85,82,78,71,59,31,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","62201",1,37.131944,-86.147778,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8731,100,363,365,0,29,"","","Certification not required",0,73.120032,18.248659,96,"2013-04-11 14:00",96,"2013-04-11 15:00",96,"2013-04-11 16:00",96,"2013-04-11 17:00","","","","",95,95,95,95,90,77,46,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","63301",1,37.131944,-86.147778,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8738,100,364,365,0,22,"","","Certification not required",4426,0.237692,0.366015,1.52,"2013-04-21 10:00",1.52,"2013-05-24 11:00",1.51,"2013-05-12 11:00",1.51,"2013-05-13 11:00","","","","",1.36,1.27,1.07,0.85,0.38,0.005,0.005,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","64101",1,37.131944,-86.147778,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8658,99,360,365,0,102,"","","Certification not required",0,992.337722,5.916094,1012,"2013-11-13 06:00",1012,"2013-11-13 07:00",1012,"2013-11-13 08:00",1012,"2013-11-13 09:00","","","","",1007,1005,1002,1000,996,992,985,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","65102",1,37.131944,-86.147778,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8660,99,361,365,0,100,"","","Certification not required",0,0.006461,0.040052,1.14,"2013-08-09 04:00",0.79,"2013-10-31 20:00",0.78,"2013-06-26 21:00",0.76,"2013-08-09 16:00","","","","",0.17,0.09,0.02,0,0,0,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-02-18" +"21","061","0501","85101",1,37.131944,-86.147778,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,9.455249,3.595308,17.489,"2013-01-28 00:00",17.0351,"2013-05-28 00:00",16.8773,"2013-01-16 00:00",16.0894,"2013-05-16 00:00","","","","",17.489,17.0351,16.8773,15.5688,11.2332,8.7228,5.867,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","86502",1,37.131944,-86.147778,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.607843,1.721377,7,"2013-05-16 00:00",7,"2013-05-28 00:00",7,"2013-05-31 00:00",6,"2013-04-10 00:00","","","","",7,7,7,5,3,2,1,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88103",1,37.131944,-86.147778,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000235,0.000428,0.001,"2013-01-01 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-25 00:00",0.001,"2013-02-09 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88104",1,37.131944,-86.147778,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022173,0.014477,0.0805,"2013-05-01 00:00",0.0659,"2013-05-16 00:00",0.048,"2013-04-07 00:00",0.046,"2013-04-22 00:00","","","","",0.0805,0.0659,0.048,0.038,0.0256,0.0186,0.0107,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88109",1,37.131944,-86.147778,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002816,0.001399,0.0087,"2013-01-28 00:00",0.0051,"2013-04-10 00:00",0.0049,"2013-01-22 00:00",0.0046,"2013-01-01 00:00","","","","",0.0087,0.0051,0.0049,0.0044,0.0039,0.0027,0.0013,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88111",1,37.131944,-86.147778,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.021429,0.01189,0.0593,"2013-05-01 00:00",0.0571,"2013-05-16 00:00",0.0439,"2013-05-13 00:00",0.0421,"2013-04-10 00:00","","","","",0.0593,0.0571,0.0439,0.0362,0.0279,0.0184,0.0093,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88112",1,37.131944,-86.147778,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-31 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88114",1,37.131944,-86.147778,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.000715,0.000397,0.002,"2013-01-19 00:00",0.002,"2013-05-16 00:00",0.0015,"2013-05-28 00:00",0.0014,"2013-01-16 00:00","","","","",0.002,0.002,0.0015,0.0011,0.0009,0.0007,0.0003,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88115",1,37.131944,-86.147778,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.001268,0.001119,0.0051,"2013-01-28 00:00",0.0039,"2013-04-10 00:00",0.0029,"2013-03-05 00:00",0.0029,"2013-05-28 00:00","","","","",0.0051,0.0039,0.0029,0.0028,0.0023,0.001,0.00015,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88126",1,37.131944,-86.147778,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.02349,0.011098,0.064,"2013-05-01 00:00",0.0588,"2013-05-16 00:00",0.0395,"2013-01-04 00:00",0.0386,"2013-04-04 00:00","","","","",0.064,0.0588,0.0395,0.0373,0.0268,0.0218,0.0139,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88128",1,37.131944,-86.147778,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00151,0.000925,0.004,"2013-05-04 00:00",0.003,"2013-01-04 00:00",0.003,"2013-01-19 00:00",0.003,"2013-01-28 00:00","","","","",0.004,0.003,0.003,0.003,0.002,0.001,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88132",1,37.131944,-86.147778,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00102,0.000469,0.002,"2013-03-11 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-04 00:00",0.002,"2013-04-22 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88136",1,37.131944,-86.147778,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-31 00:00",0.001,"2013-05-01 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88140",1,37.131944,-86.147778,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.00908,0.01012,0.0495,"2013-05-31 00:00",0.039,"2013-04-10 00:00",0.0342,"2013-04-16 00:00",0.0247,"2013-05-01 00:00","","","","",0.0495,0.039,0.0342,0.0179,0.013,0.006,0.00105,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88152",1,37.131944,-86.147778,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.001879,0.002357,0.008,"2013-05-10 00:00",0.0072,"2013-01-07 00:00",0.0069,"2013-01-04 00:00",0.0065,"2013-01-01 00:00","","","","",0.008,0.0072,0.0069,0.0051,0.0039,0.00015,0.00015,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88154",1,37.131944,-86.147778,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.000475,0.000319,0.0015,"2013-01-16 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-02-21 00:00",0.0009,"2013-01-07 00:00","","","","",0.0015,0.0012,0.0012,0.0008,0.0007,0.0004,0.0001,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88161",1,37.131944,-86.147778,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0016,0.001051,0.0057,"2013-05-01 00:00",0.0046,"2013-05-16 00:00",0.0033,"2013-04-07 00:00",0.003,"2013-04-22 00:00","","","","",0.0057,0.0046,0.0033,0.0027,0.0021,0.0014,0.0006,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88164",1,37.131944,-86.147778,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000303,0.000257,0.001,"2013-01-25 00:00",0.001,"2013-04-10 00:00",0.0009,"2013-01-04 00:00",0.0009,"2013-04-28 00:00","","","","",0.001,0.001,0.0009,0.0008,0.0004,0.0002,5e-05,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88165",1,37.131944,-86.147778,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.042924,0.0378,0.197,"2013-05-01 00:00",0.1692,"2013-05-16 00:00",0.1042,"2013-04-07 00:00",0.0908,"2013-04-25 00:00","","","","",0.197,0.1692,0.1042,0.084,0.0532,0.0329,0.0133,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88167",1,37.131944,-86.147778,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.005488,0.002857,0.012,"2013-01-04 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-19 00:00",0.0119,"2013-01-28 00:00","","","","",0.012,0.012,0.012,0.0089,0.0075,0.0047,0.0023,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88168",1,37.131944,-86.147778,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.00025,0.000186,0.0008,"2013-04-10 00:00",0.0008,"2013-04-16 00:00",0.0008,"2013-05-01 00:00",0.0006,"2013-01-16 00:00","","","","",0.0008,0.0008,0.0008,0.0005,0.0003,0.0002,0.0001,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88169",1,37.131944,-86.147778,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.641778,0.244471,1.1531,"2013-02-27 00:00",1.1157,"2013-03-08 00:00",1.0629,"2013-03-17 00:00",1.0519,"2013-01-07 00:00","","","","",1.1531,1.1157,1.0629,0.9953,0.7612,0.6361,0.3023,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88176",1,37.131944,-86.147778,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000177,7.7e-05,0.0004,"2013-03-17 00:00",0.0004,"2013-04-07 00:00",0.0004,"2013-05-01 00:00",0.0004,"2013-05-10 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88180",1,37.131944,-86.147778,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.038922,0.018038,0.0897,"2013-05-19 00:00",0.0825,"2013-04-16 00:00",0.0736,"2013-01-28 00:00",0.0687,"2013-04-10 00:00","","","","",0.0897,0.0825,0.0736,0.0623,0.0492,0.0373,0.0176,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88184",1,37.131944,-86.147778,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.035452,0.047967,0.2117,"2013-05-31 00:00",0.2011,"2013-04-10 00:00",0.1726,"2013-04-16 00:00",0.1037,"2013-05-19 00:00","","","","",0.2117,0.2011,0.1726,0.0915,0.0422,0.0176,0.0016,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88185",1,37.131944,-86.147778,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000771,0.000501,0.0033,"2013-04-10 00:00",0.0017,"2013-01-04 00:00",0.0016,"2013-05-28 00:00",0.0015,"2013-02-03 00:00","","","","",0.0033,0.0017,0.0016,0.0014,0.0008,0.00065,0.0004,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88203",1,37.131944,-86.147778,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.030106,0.023346,0.1016,"2013-05-31 00:00",0.1007,"2013-01-13 00:00",0.0808,"2013-03-05 00:00",0.073,"2013-01-16 00:00","","","","",0.1016,0.1007,0.0808,0.0676,0.0368,0.0245,0.0094,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88203",2,37.131944,-86.147778,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.031921,0.027048,0.1114,"2013-04-01 00:00",0.1006,"2013-05-31 00:00",0.1005,"2013-01-13 00:00",0.0853,"2013-03-05 00:00","","","","",0.1114,0.1006,0.1005,0.0729,0.0368,0.0232,0.00895,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88306",1,37.131944,-86.147778,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.311761,1.355207,6.1775,"2013-01-16 00:00",5.5175,"2013-01-07 00:00",4.2144,"2013-01-04 00:00",3.5995,"2013-02-06 00:00","","","","",6.1775,5.5175,4.2144,2.9782,1.931,0.7743,0.2353,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88306",2,37.131944,-86.147778,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.318306,1.353562,6.0412,"2013-01-16 00:00",5.5246,"2013-01-07 00:00",4.2707,"2013-01-04 00:00",3.6597,"2013-02-06 00:00","","","","",6.0412,5.5246,4.2707,3.0111,1.9509,0.7595,0.2393,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88320",1,37.131944,-86.147778,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.019804,0.60325,3.4,"2013-01-28 00:00",1.98,"2013-04-16 00:00",1.89,"2013-03-05 00:00",1.89,"2013-04-10 00:00","","","","",3.4,1.98,1.89,1.8,1.38,0.87,0.43,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88321",1,37.131944,-86.147778,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.210392,0.107517,0.55,"2013-01-28 00:00",0.44,"2013-01-16 00:00",0.36,"2013-01-04 00:00",0.36,"2013-05-16 00:00","","","","",0.55,0.44,0.36,0.34,0.28,0.2,0.08,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88324",1,37.131944,-86.147778,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.027259,0.019393,0.1058,"2013-01-16 00:00",0.0811,"2013-05-31 00:00",0.0758,"2013-05-28 00:00",0.0682,"2013-04-16 00:00","","","","",0.1058,0.0811,0.0758,0.052,0.02935,0.02275,0.0101,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88325",1,37.131944,-86.147778,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.22668,0.132571,0.6203,"2013-01-28 00:00",0.5505,"2013-04-16 00:00",0.4767,"2013-05-16 00:00",0.475,"2013-05-28 00:00","","","","",0.6203,0.5505,0.4767,0.403,0.3095,0.1833,0.0962,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88326",1,37.131944,-86.147778,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.251605,0.20565,1.1492,"2013-01-28 00:00",0.5883,"2013-04-16 00:00",0.5871,"2013-04-10 00:00",0.5591,"2013-05-28 00:00","","","","",1.1492,0.5883,0.5871,0.4502,0.3818,0.221,0.03845,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88327",1,37.131944,-86.147778,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.221392,0.147349,0.8194,"2013-01-28 00:00",0.457,"2013-01-16 00:00",0.4451,"2013-01-04 00:00",0.4273,"2013-04-10 00:00","","","","",0.8194,0.457,0.4451,0.401,0.3344,0.1925,0.0795,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88328",1,37.131944,-86.147778,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.301045,0.139919,0.7727,"2013-01-28 00:00",0.6488,"2013-03-05 00:00",0.528,"2013-04-10 00:00",0.5064,"2013-03-29 00:00","","","","",0.7727,0.6488,0.528,0.4869,0.3836,0.2621,0.1493,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88329",1,37.131944,-86.147778,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.460565,0.232272,1.2818,"2013-01-28 00:00",0.9021,"2013-03-05 00:00",0.7713,"2013-04-10 00:00",0.7575,"2013-03-29 00:00","","","","",1.2818,0.9021,0.7713,0.7474,0.6016,0.408,0.184,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88330",1,37.131944,-86.147778,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.050539,0.021458,0.1151,"2013-03-14 00:00",0.0945,"2013-03-26 00:00",0.0941,"2013-03-17 00:00",0.0897,"2013-03-29 00:00","","","","",0.1151,0.0945,0.0941,0.0774,0.0611,0.0472,0.0287,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88331",1,37.131944,-86.147778,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,4.7e-05,0.000129,0.0009,"2013-03-14 00:00",0.00015,"2013-03-05 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-08 00:00","","","","",0.0009,0.00015,0.0001,0.0001,5e-05,0,0,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88338",1,37.131944,-86.147778,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016601,0.006187,0.036,"2013-05-10 00:00",0.0359,"2013-03-23 00:00",0.0303,"2013-05-13 00:00",0.02425,"2013-02-12 00:00","","","","",0.036,0.0359,0.0303,0.024,0.01635,0.0148,0.011,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88338",2,37.131944,-86.147778,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017592,0.010666,0.0806,"2013-03-05 00:00",0.0368,"2013-05-31 00:00",0.0323,"2013-04-16 00:00",0.0247,"2013-02-27 00:00","","","","",0.0806,0.0368,0.0323,0.0242,0.0168,0.0148,0.0111,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88339",1,37.131944,-86.147778,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.647292,1.008447,4.75654,"2013-02-27 00:00",4.60218,"2013-03-08 00:00",4.38459,"2013-03-17 00:00",4.33896,"2013-01-07 00:00","","","","",4.75654,4.60218,4.38459,4.10578,3.13979,2.624,1.24699,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88339",2,37.131944,-86.147778,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.647292,1.008447,4.75654,"2013-02-27 00:00",4.60218,"2013-03-08 00:00",4.38459,"2013-03-17 00:00",4.33896,"2013-01-07 00:00","","","","",4.75654,4.60218,4.38459,4.10578,3.13979,2.624,1.24699,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88344",1,37.131944,-86.147778,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.692182,1.748225,7.969,"2013-01-16 00:00",7.1176,"2013-01-07 00:00",5.4366,"2013-01-04 00:00",4.6434,"2013-02-06 00:00","","","","",7.969,7.1176,5.4366,3.8419,2.4914,0.9988,0.3035,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88344",2,37.131944,-86.147778,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.700592,1.746081,7.7931,"2013-01-16 00:00",7.1267,"2013-01-07 00:00",5.5092,"2013-01-04 00:00",4.721,"2013-02-06 00:00","","","","",7.7931,7.1267,5.5092,3.8843,2.5167,0.9798,0.3087,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88348",1,37.131944,-86.147778,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.250367,0.167588,0.9302,"2013-05-01 00:00",0.8105,"2013-05-16 00:00",0.5182,"2013-04-07 00:00",0.4576,"2013-04-22 00:00","","","","",0.9302,0.8105,0.5182,0.437,0.3017,0.213,0.1109,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88350",1,37.131944,-86.147778,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.836931,1.084122,6.1182,"2013-01-28 00:00",3.56,"2013-04-16 00:00",3.4034,"2013-04-10 00:00",3.3991,"2013-05-28 00:00","","","","",6.1182,3.56,3.4034,3.2481,2.4766,1.5611,0.7735,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88403",1,37.131944,-86.147778,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.941261,0.796244,3.882,"2013-03-17 00:00",3.5663,"2013-02-27 00:00",3.4764,"2013-03-08 00:00",3.2655,"2013-01-07 00:00","","","","",3.882,3.5663,3.4764,3.0599,2.3861,1.8837,0.9048,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88403",2,37.131944,-86.147778,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.946,0.805926,3.9526,"2013-03-17 00:00",3.6273,"2013-02-27 00:00",3.4982,"2013-03-08 00:00",3.2809,"2013-01-07 00:00","","","","",3.9526,3.6273,3.4982,3.0692,2.3522,1.8517,0.901,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","061","0501","88502",1,37.131944,-86.147778,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.317647,2.835398,14.9,"2013-01-16 00:00",13.5,"2013-01-28 00:00",12.3,"2013-01-07 00:00",10.7,"2013-01-04 00:00","","","","",14.9,13.5,12.3,9.5,7.9,5.9,3.1,"Mammoth Cave National Park, Houchin Meadow","MAMMOTH CAVE NP - ALFRED COOK ROAD","Kentucky","Edmonson","","Bowling Green, KY","2014-01-28" +"21","067","0012","42153",6,38.06503,-84.49761,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.038182,0.063219,0.32,"2013-03-17 00:00",0.25,"2013-04-28 00:00",0.16,"2013-05-10 00:00",0.13,"2013-03-29 00:00","","","","",0.32,0.32,0.16,0.09,0.02,0.02,0.01,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","42401",1,38.06503,-84.49761,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7781,89,325,365,0,235,0,"","Certification not required",0,1.501538,2.976891,32,"2013-04-30 05:00",14,"2013-08-23 09:00",12,"2013-03-07 21:00",12,"2013-04-17 20:00","","","","",12,10,7,4,2,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42401",1,38.06503,-84.49761,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7781,89,325,365,0,235,"","","Certification not required",0,0.034443,1.068765,32,"2013-04-30 05:00",23,"2013-04-30 06:00",15,"2013-04-30 04:00",14,"2013-08-23 09:00","","","","",4,3,1,0,0,0,-1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42401",1,38.06503,-84.49761,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",325,89,325,365,0,0,0,"","Certification not required",0,0.032923,0.579212,3.3,"2013-04-30 00:00",2.6,"2013-01-29 00:00",2.2,"2013-01-28 00:00",2,"2013-04-07 00:00","","","","",2,1.8,0.9,0.6,0.2,0,-0.8,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42401",1,38.06503,-84.49761,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2568,88,324,365,0,0,"",0,"Certification not required",0,0.032204,0.89633,15.3,"2013-04-30 05:00",10.6,"2013-04-30 08:00",9.6,"2013-03-07 23:00",8.6,"2013-11-24 11:00","","","","",3.3,2.3,1.3,0.6,0,0,-1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42406",1,38.06503,-84.49761,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6695,76,264,365,0,1321,"","","Certification not required",0,0.483943,1.733604,45,"2013-04-30 05:00",40,"2013-04-30 06:00",29,"2013-11-24 09:00",27,"2013-04-30 04:00","","","","",8,6,3,1,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42601",1,38.06503,-84.49761,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7493,86,328,365,0,523,"","","Certification not required",0,1.449753,7.04088,170,"2013-10-11 07:00",150,"2013-02-06 07:00",135,"2013-01-09 22:00",120,"2013-01-07 08:00","","","","",32,19,6,2,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42602",1,38.06503,-84.49761,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7493,86,328,365,0,523,0,"","Certification not required",0,18.679878,10.400157,51,"2013-09-27 20:00",48,"2013-03-15 20:00",47,"2013-03-28 23:00",47,"2013-03-29 00:00","","","","",47,45,38,34,26,16,7,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","42602",1,38.06503,-84.49761,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7493,86,328,365,0,523,"","","Certification not required",0,7.227412,7.160807,51,"2013-09-27 20:00",48,"2013-03-15 20:00",47,"2013-03-28 23:00",47,"2013-03-29 00:00","","","","",36,32,23,16,9,5,2,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","43205",6,38.06503,-84.49761,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.922159,0.308253,1.851,"2013-06-21 00:00",1.581,"2013-03-29 00:00",1.407,"2013-09-01 00:00",1.317,"2013-01-10 00:00","","","","",1.851,1.851,1.407,1.296,1.083,0.963,0.543,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43206",6,38.06503,-84.49761,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,1.077273,0.592537,2.86,"2013-02-15 00:00",2.56,"2013-08-02 00:00",2.38,"2013-02-27 00:00",2.24,"2013-03-29 00:00","","","","",2.86,2.86,2.38,1.814,1.388,0.904,0.54,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43208",6,38.06503,-84.49761,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.033727,0.004948,0.044,"2013-04-22 00:00",0.044,"2013-05-22 00:00",0.044,"2013-06-03 00:00",0.04,"2013-02-03 00:00","","","","",0.044,0.044,0.044,0.04,0.036,0.034,0.028,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43218",6,38.06503,-84.49761,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.106591,0.059414,0.24,"2013-03-29 00:00",0.2,"2013-05-16 00:00",0.2,"2013-06-21 00:00",0.2,"2013-08-26 00:00","","","","",0.24,0.24,0.2,0.18,0.16,0.11,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43233",6,38.06503,-84.49761,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",2,0.250182,0.137089,0.664,"2013-04-28 00:00",0.64,"2013-03-29 00:00",0.512,"2013-08-26 00:00",0.464,"2013-01-10 00:00","","","","",0.664,0.664,0.512,0.456,0.312,0.232,0.12,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43372",6,38.06503,-84.49761,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.201136,0.604592,3.53,"2013-04-10 00:00",1.38,"2013-04-28 00:00",1.24,"2013-01-28 00:00",0.94,"2013-04-16 00:00","","","","",3.53,3.53,1.24,0.67,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43373",6,38.06503,-84.49761,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43396",6,38.06503,-84.49761,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",43,0.044864,0.018995,0.168,"2013-04-28 00:00",0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00","","","","",0.168,0.168,0.042,0.042,0.042,0.042,0.042,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43438",6,38.06503,-84.49761,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43441",6,38.06503,-84.49761,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.000682,0.004523,0.03,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43502",6,38.06503,-84.49761,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.757778,1.570971,6.8,"2013-06-21 00:00",6.5,"2013-05-28 00:00",6.2,"2013-07-15 00:00",5.5,"2013-07-09 00:00","","","","",6.8,6.8,6.2,4.9,3.7,2.5,1.1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43503",6,38.06503,-84.49761,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.504444,0.586188,3,"2013-06-21 00:00",2.6,"2013-07-15 00:00",2.5,"2013-05-16 00:00",2.5,"2013-05-28 00:00","","","","",3,3,2.5,2.4,1.9,1.4,0.8,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43504",6,38.06503,-84.49761,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.36,0.164317,0.8,"2013-07-15 00:00",0.7,"2013-06-21 00:00",0.6,"2013-05-16 00:00",0.6,"2013-05-28 00:00","","","","",0.8,0.8,0.6,0.6,0.5,0.3,0.2,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43505",6,38.06503,-84.49761,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",39,64,38,61,0,7,"","","Certification not required",0,1.455897,0.750146,2.99,"2013-07-15 00:00",2.95,"2013-06-09 00:00",2.9,"2013-07-09 00:00",2.8,"2013-09-19 00:00","","","","",2.99,2.99,2.95,2.8,2.03,1.3,0.65,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43510",6,38.06503,-84.49761,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.245689,0.061411,0.444,"2013-06-21 00:00",0.344,"2013-07-15 00:00",0.34,"2013-03-29 00:00",0.324,"2013-05-16 00:00","","","","",0.444,0.444,0.34,0.324,0.292,0.232,0.176,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43513",6,38.06503,-84.49761,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0025,0,0.0025,"2013-01-04 00:00",0.0025,"2013-01-10 00:00",0.0025,"2013-01-16 00:00",0.0025,"2013-01-22 00:00","","","","",0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43517",6,38.06503,-84.49761,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.147467,0.093806,0.42,"2013-06-21 00:00",0.414,"2013-05-16 00:00",0.318,"2013-07-15 00:00",0.312,"2013-05-10 00:00","","","","",0.42,0.42,0.318,0.264,0.192,0.138,0.042,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43518",6,38.06503,-84.49761,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.118372,0.055717,0.26,"2013-05-16 00:00",0.24,"2013-06-21 00:00",0.22,"2013-05-28 00:00",0.21,"2013-03-29 00:00","","","","",0.26,0.26,0.22,0.2,0.15,0.11,0.06,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43528",6,38.06503,-84.49761,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.689956,0.705835,2.744,"2013-07-15 00:00",2.004,"2013-07-09 00:00",1.912,"2013-06-21 00:00",1.808,"2013-08-20 00:00","","","","",2.744,2.744,1.912,1.516,1.256,0.4,0.06,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43551",6,38.06503,-84.49761,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.8956,0.982323,4.98,"2013-04-22 00:00",4.65,"2013-03-29 00:00",3.96,"2013-04-04 00:00",3.39,"2013-03-23 00:00","","","","",4.98,4.98,3.96,2.89,2.37,1.818,0.85,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43552",6,38.06503,-84.49761,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.361778,0.191033,0.864,"2013-03-29 00:00",0.748,"2013-04-22 00:00",0.736,"2013-03-23 00:00",0.712,"2013-01-28 00:00","","","","",0.864,0.864,0.736,0.644,0.5,0.288,0.148,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43560",6,38.06503,-84.49761,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.239318,0.264789,1.69,"2013-09-07 00:00",0.72,"2013-04-28 00:00",0.49,"2013-06-21 00:00",0.44,"2013-09-01 00:00","","","","",1.69,1.69,0.49,0.4,0.26,0.2,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43702",6,38.06503,-84.49761,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,361.791818,333.579704,1280,"2013-05-10 00:00",1170,"2013-05-22 00:00",1032,"2013-06-27 00:00",844,"2013-06-03 00:00","","","","",1280,1280,1032,734,618,310,23,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43704",6,38.06503,-84.49761,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.042955,0.156986,0.9,"2013-07-09 00:00",0.37,"2013-07-21 00:00",0.34,"2013-09-07 00:00",0.28,"2013-07-27 00:00","","","","",0.9,0.9,0.34,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43801",6,38.06503,-84.49761,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.633409,0.131573,1.16,"2013-08-26 00:00",0.89,"2013-03-17 00:00",0.83,"2013-09-01 00:00",0.82,"2013-06-03 00:00","","","","",1.16,1.16,0.83,0.79,0.68,0.6,0.49,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43802",6,38.06503,-84.49761,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.153409,0.173325,1.19,"2013-08-26 00:00",0.4,"2013-04-22 00:00",0.32,"2013-04-28 00:00",0.25,"2013-05-04 00:00","","","","",1.19,1.19,0.32,0.24,0.15,0.11,0.08,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43803",6,38.06503,-84.49761,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.018636,0.011121,0.03,"2013-04-12 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-16 00:00",0.03,"2013-06-09 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.02,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43804",6,38.06503,-84.49761,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.103636,0.013825,0.15,"2013-06-21 00:00",0.13,"2013-05-22 00:00",0.13,"2013-06-03 00:00",0.13,"2013-07-21 00:00","","","","",0.15,0.15,0.13,0.12,0.11,0.1,0.09,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43806",6,38.06503,-84.49761,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43811",6,38.06503,-84.49761,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.252705,0.034662,0.34,"2013-06-03 00:00",0.325,"2013-05-22 00:00",0.322,"2013-04-16 00:00",0.302,"2013-04-12 00:00","","","","",0.34,0.34,0.322,0.297,0.275,0.241,0.216,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43812",6,38.06503,-84.49761,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.002955,0.011119,0.05,"2013-07-21 00:00",0.04,"2013-07-27 00:00",0.04,"2013-09-01 00:00",0,"2013-01-04 00:00","","","","",0.05,0.05,0.04,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43813",6,38.06503,-84.49761,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43814",6,38.06503,-84.49761,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.010227,0.009019,0.03,"2013-07-21 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-03 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43815",6,38.06503,-84.49761,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.0375,0.014805,0.07,"2013-04-22 00:00",0.06,"2013-04-10 00:00",0.06,"2013-05-10 00:00",0.06,"2013-06-03 00:00","","","","",0.07,0.07,0.06,0.05,0.05,0.04,0.03,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43817",6,38.06503,-84.49761,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.012045,0.012864,0.04,"2013-01-10 00:00",0.04,"2013-05-16 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-22 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.01,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43818",6,38.06503,-84.49761,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.000455,0.002107,0.01,"2013-05-16 00:00",0.01,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43819",6,38.06503,-84.49761,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.008636,0.006321,0.02,"2013-04-10 00:00",0.02,"2013-04-22 00:00",0.02,"2013-05-22 00:00",0.02,"2013-07-21 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43820",6,38.06503,-84.49761,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43821",6,38.06503,-84.49761,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.162318,0.0183,0.198,"2013-04-16 00:00",0.198,"2013-04-22 00:00",0.188,"2013-01-28 00:00",0.188,"2013-06-21 00:00","","","","",0.198,0.198,0.188,0.186,0.178,0.162,0.136,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43823",6,38.06503,-84.49761,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.498864,0.077915,0.75,"2013-06-03 00:00",0.68,"2013-05-22 00:00",0.64,"2013-04-16 00:00",0.62,"2013-04-12 00:00","","","","",0.75,0.75,0.64,0.58,0.54,0.48,0.42,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43824",6,38.06503,-84.49761,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.000455,0.003015,0.02,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43826",6,38.06503,-84.49761,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43828",6,38.06503,-84.49761,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43829",6,38.06503,-84.49761,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43830",6,38.06503,-84.49761,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43831",6,38.06503,-84.49761,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43832",6,38.06503,-84.49761,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43835",6,38.06503,-84.49761,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43836",6,38.06503,-84.49761,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43838",6,38.06503,-84.49761,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43839",6,38.06503,-84.49761,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43843",6,38.06503,-84.49761,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43844",6,38.06503,-84.49761,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.001818,0.006912,0.03,"2013-04-22 00:00",0.03,"2013-07-21 00:00",0.02,"2013-02-03 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","43860",6,38.06503,-84.49761,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.000227,0.001508,0.01,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","44201",1,38.06503,-84.49761,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5805,99,243,245,0,75,0,0,"Certification not required",200,0.04721,0.009582,0.072,"2013-07-11 18:00",0.068,"2013-08-22 16:00",0.068,"2013-08-28 15:00",0.066,"2013-05-14 18:00","","","","",0.068,0.066,0.063,0.061,0.054,0.047,0.035,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-04" +"21","067","0012","44201",1,38.06503,-84.49761,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5826,99,243,245,0,0,0,0,"Certification not required",0,0.042543,0.009081,0.064,"2013-05-15 10:00",0.062,"2013-09-08 10:00",0.061,"2013-05-14 15:00",0.06,"2013-04-06 11:00","","","","",0.061,0.059,0.057,0.055,0.049,0.042,0.031,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-04" +"21","067","0012","44201",1,38.06503,-84.49761,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5826,99,243,245,0,0,0,0,"Certification not required",0,0.042543,0.009081,0.064,"2013-05-15 10:00",0.062,"2013-09-08 10:00",0.061,"2013-05-14 15:00",0.06,"2013-04-06 11:00","","","","",0.061,0.059,0.057,0.055,0.049,0.042,0.031,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-04" +"21","067","0012","45109",6,38.06503,-84.49761,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.908636,0.378864,1.75,"2013-03-29 00:00",1.68,"2013-01-28 00:00",1.46,"2013-06-21 00:00",1.45,"2013-09-07 00:00","","","","",1.75,1.75,1.46,1.42,1.25,0.82,0.46,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45201",6,38.06503,-84.49761,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,1.215227,0.523848,3.45,"2013-04-10 00:00",2.27,"2013-01-10 00:00",2.12,"2013-01-16 00:00",2.06,"2013-01-28 00:00","","","","",3.45,3.45,2.12,1.75,1.39,1.17,0.72,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45202",6,38.06503,-84.49761,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,2.445909,1.534376,9.94,"2013-03-29 00:00",6.07,"2013-01-10 00:00",4.54,"2013-01-16 00:00",4.29,"2013-01-28 00:00","","","","",9.94,9.94,4.54,4.09,2.75,2.17,1.18,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45203",6,38.06503,-84.49761,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.376818,0.176948,1.1,"2013-08-26 00:00",0.71,"2013-01-28 00:00",0.62,"2013-01-16 00:00",0.59,"2013-03-29 00:00","","","","",1.1,1.1,0.62,0.57,0.46,0.32,0.22,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45204",6,38.06503,-84.49761,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.380455,0.157922,0.72,"2013-01-28 00:00",0.69,"2013-03-29 00:00",0.65,"2013-06-21 00:00",0.62,"2013-01-10 00:00","","","","",0.72,0.72,0.65,0.6,0.51,0.33,0.19,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45207",6,38.06503,-84.49761,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",27,0.143489,0.079694,0.342,"2013-04-16 00:00",0.297,"2013-01-28 00:00",0.288,"2013-01-10 00:00",0.288,"2013-08-26 00:00","","","","",0.342,0.342,0.288,0.261,0.207,0.0855,0.0855,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45208",6,38.06503,-84.49761,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",5,0.396409,0.211068,0.972,"2013-01-10 00:00",0.783,"2013-08-02 00:00",0.774,"2013-03-29 00:00",0.72,"2013-01-28 00:00","","","","",0.972,0.972,0.774,0.666,0.54,0.369,0.081,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45220",6,38.06503,-84.49761,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.134545,0.164337,1.01,"2013-08-26 00:00",0.36,"2013-01-16 00:00",0.29,"2013-04-16 00:00",0.28,"2013-01-28 00:00","","","","",1.01,1.01,0.29,0.26,0.17,0.12,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45501",6,38.06503,-84.49761,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.147,0.075022,0.42,"2013-05-16 00:00",0.35,"2013-06-21 00:00",0.329,"2013-05-28 00:00",0.238,"2013-06-09 00:00","","","","",0.42,0.42,0.329,0.224,0.175,0.126,0.077,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45503",6,38.06503,-84.49761,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0045,0,0.0045,"2013-01-04 00:00",0.0045,"2013-01-10 00:00",0.0045,"2013-01-16 00:00",0.0045,"2013-01-22 00:00","","","","",0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,0.0045,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45504",6,38.06503,-84.49761,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,9,"","","Certification not required",0,0.216667,0.149536,0.656,"2013-06-21 00:00",0.528,"2013-07-09 00:00",0.424,"2013-08-20 00:00",0.424,"2013-09-07 00:00","","","","",0.656,0.656,0.528,0.424,0.312,0.184,0.072,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45801",6,38.06503,-84.49761,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.002955,0.014719,0.09,"2013-02-09 00:00",0.04,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.09,0.09,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45805",6,38.06503,-84.49761,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45806",6,38.06503,-84.49761,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",44,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45807",6,38.06503,-84.49761,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.029545,0.034301,0.1,"2013-06-09 00:00",0.1,"2013-07-27 00:00",0.08,"2013-05-16 00:00",0.08,"2013-08-02 00:00","","","","",0.1,0.1,0.08,0.08,0.07,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","45810",6,38.06503,-84.49761,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2013-12-03" +"21","067","0012","68101",1,38.06503,-84.49761,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",98,100,51,61,0,5,"","","Certification not required",1,0.518878,0.114765,0.7,"2013-01-25 00:00",0.7,"2013-06-06 00:00",0.7,"2013-07-12 00:00",0.7,"2013-08-08 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.3,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68102",1,38.06503,-84.49761,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",98,100,51,61,0,5,"","","Certification not required",0,23.99898,0.010102,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68103",1,38.06503,-84.49761,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",98,100,51,61,0,5,"","","Certification not required",0,10.731633,9.632833,24.7,"2013-07-18 00:00",24.6,"2013-07-09 00:00",24.3,"2013-09-10 00:00",24.2,"2013-06-12 00:00","","","","",24.7,24.6,23.7,22.5,18.7,13.8,-2.7,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68103",5,38.06503,-84.49761,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.126923,9.356305,23.2,"2013-07-09 00:00",22.3,"2013-07-15 00:00",21.6,"2013-08-08 00:00",21.4,"2013-07-21 00:00","","","","",23.2,22.3,21.6,19.6,18,13.6,-3.1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","68104",1,38.06503,-84.49761,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",98,100,51,61,0,5,"","","Certification not required",0,20.208163,10.079628,34.4,"2013-06-12 00:00",33.9,"2013-07-18 00:00",33.4,"2013-09-10 00:00",33.3,"2013-07-15 00:00","","","","",34.4,33.9,32.6,30.9,28.6,22.8,5.2,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68104",5,38.06503,-84.49761,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,19.594231,10.485273,33.7,"2013-07-15 00:00",32,"2013-07-09 00:00",31.6,"2013-08-26 00:00",31.3,"2013-06-21 00:00","","","","",33.7,32,31.6,30.6,28.9,22.4,3.8,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","68105",1,38.06503,-84.49761,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",98,100,51,61,0,5,"","","Certification not required",0,15.233673,9.608994,29.2,"2013-06-12 00:00",28.7,"2013-07-09 00:00",28.4,"2013-07-18 00:00",28.4,"2013-09-10 00:00","","","","",29.2,28.7,28.3,25.7,23,18.4,1.6,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68105",5,38.06503,-84.49761,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,14.576923,9.677842,27.7,"2013-07-09 00:00",27.4,"2013-07-15 00:00",25.5,"2013-07-21 00:00",25.4,"2013-08-26 00:00","","","","",27.7,27.4,25.5,24.6,23.3,17.7,1.1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","68106",1,38.06503,-84.49761,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,100,51,61,0,5,"","","Certification not required",0,732.673469,4.188289,741,"2013-01-04 00:00",741,"2013-03-08 00:00",741,"2013-10-25 00:00",740,"2013-07-15 00:00","","","","",741,741,739,738,736,733,728,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68106",5,38.06503,-84.49761,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,733.403846,4.015947,741,"2013-01-04 00:00",741,"2013-07-15 00:00",740,"2013-03-29 00:00",739,"2013-06-21 00:00","","","","",741,741,740,739,736,733,731,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","68107",1,38.06503,-84.49761,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,100,51,61,0,5,"","","Certification not required",0,737.755102,3.73907,747,"2013-01-10 00:00",746,"2013-10-25 00:00",745,"2013-01-07 00:00",745,"2013-03-08 00:00","","","","",747,746,744,744,740,738,733,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68107",5,38.06503,-84.49761,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,738.115385,3.755539,747,"2013-01-10 00:00",745,"2013-07-15 00:00",745,"2013-10-25 00:00",744,"2013-01-04 00:00","","","","",747,745,745,743,741,738,733,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","68108",1,38.06503,-84.49761,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,100,51,61,0,5,"","","Certification not required",0,735.295918,3.753237,743,"2013-03-08 00:00",743,"2013-10-25 00:00",742,"2013-01-04 00:00",742,"2013-01-07 00:00","","","","",743,743,742,741,738,735,730,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","68108",5,38.06503,-84.49761,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,735.730769,3.794296,743,"2013-01-10 00:00",743,"2013-07-15 00:00",743,"2013-10-25 00:00",742,"2013-01-04 00:00","","","","",743,743,743,741,738,736,731,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","68109",1,38.06503,-84.49761,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",98,100,51,61,0,5,"","","Certification not required",0,1439.928571,0.258863,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","81102",1,38.06503,-84.49761,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",49,80,49,61,0,7,0,0,"Certification not required",0,16.122449,6.102024,40,"2013-11-06 00:00",25,"2013-08-26 00:00",24,"2013-04-10 00:00",24,"2013-09-19 00:00","","","","",40,40,24,24,19,15,9,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-12" +"21","067","0012","82102",6,38.06503,-84.49761,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,1.044737,0.467042,2.15,"2013-03-23 00:00",2.08,"2013-03-29 00:00",1.77,"2013-09-19 00:00",1.76,"2013-09-07 00:00","","","","",2.15,2.15,2.08,1.76,1.35,1.06,0.47,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82103",6,38.06503,-84.49761,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.682632,0.358003,1.57,"2013-09-19 00:00",1.38,"2013-07-09 00:00",1.28,"2013-06-09 00:00",1.23,"2013-01-10 00:00","","","","",1.57,1.57,1.38,1.23,0.86,0.73,0.24,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82105",6,38.06503,-84.49761,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.012895,0.014502,0.08,"2013-04-10 00:00",0.04,"2013-03-29 00:00",0.03,"2013-04-16 00:00",0.03,"2013-06-09 00:00","","","","",0.08,0.08,0.04,0.03,0.02,0.01,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82110",6,38.06503,-84.49761,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.096053,0.074853,0.49,"2013-07-27 00:00",0.16,"2013-01-04 00:00",0.16,"2013-02-15 00:00",0.14,"2013-02-21 00:00","","","","",0.49,0.49,0.16,0.14,0.12,0.09,0.04,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82112",6,38.06503,-84.49761,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.244737,0.290207,1.62,"2013-08-26 00:00",0.74,"2013-04-10 00:00",0.56,"2013-07-15 00:00",0.45,"2013-05-16 00:00","","","","",1.62,1.62,0.74,0.45,0.32,0.23,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82113",6,38.06503,-84.49761,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.086579,0.117939,0.64,"2013-04-10 00:00",0.41,"2013-04-16 00:00",0.29,"2013-03-29 00:00",0.13,"2013-04-04 00:00","","","","",0.64,0.64,0.41,0.13,0.07,0.05,0.02,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82128",6,38.06503,-84.49761,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.002458,0.002018,0.0131,"2013-06-21 00:00",0.0051,"2013-04-04 00:00",0.0038,"2013-03-17 00:00",0.0036,"2013-01-10 00:00","","","","",0.0131,0.0131,0.0051,0.0036,0.0027,0.0022,0.001,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82132",6,38.06503,-84.49761,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,5.129211,2.546772,12,"2013-04-22 00:00",10.4,"2013-04-10 00:00",10.1,"2013-04-04 00:00",9.01,"2013-05-16 00:00","","","","",12,12,10.4,9.01,6.94,4.44,2.55,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82136",6,38.06503,-84.49761,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.653947,0.869671,4.53,"2013-03-29 00:00",2.88,"2013-03-11 00:00",2.63,"2013-03-17 00:00",1.41,"2013-04-10 00:00","","","","",4.53,4.53,2.88,1.41,0.53,0.42,0.21,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82142",6,38.06503,-84.49761,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.018158,0.010617,0.04,"2013-06-03 00:00",0.04,"2013-06-21 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0.01,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","82154",6,38.06503,-84.49761,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.678158,0.375376,1.45,"2013-09-25 00:00",1.37,"2013-04-04 00:00",1.29,"2013-01-04 00:00",1.29,"2013-07-27 00:00","","","","",1.45,1.45,1.37,1.29,0.93,0.72,0.16,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-18" +"21","067","0012","88101",1,38.06503,-84.49761,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,0,0,"Certification not required",0,9.493878,4.058993,21,"2013-09-10 00:00",20.6,"2013-01-07 00:00",20,"2013-02-06 00:00",19.4,"2013-07-18 00:00","","","","",21,20.6,17.9,14.5,11.8,8.9,5.1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","88101",1,38.06503,-84.49761,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,9.493878,4.058993,21,"2013-09-10 00:00",20.6,"2013-01-07 00:00",20,"2013-02-06 00:00",19.4,"2013-07-18 00:00","","","","",21,20.6,17.9,14.5,11.8,8.9,5.1,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-05" +"21","067","0012","88102",5,38.06503,-84.49761,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.020673,0.005652,0.038,"2013-09-01 00:00",0.032,"2013-04-04 00:00",0.029,"2013-01-22 00:00",0.026,"2013-02-09 00:00","","","","",0.038,0.032,0.029,0.026,0.026,0.021,0.014,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88103",5,38.06503,-84.49761,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0005,0.000728,0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-15 00:00",0.002,"2013-04-22 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88104",5,38.06503,-84.49761,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.033567,0.053988,0.295,"2013-07-15 00:00",0.199,"2013-06-27 00:00",0.186,"2013-06-03 00:00",0.086,"2013-08-02 00:00","","","","",0.295,0.199,0.186,0.083,0.038,0.0125,0.0065,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88107",5,38.06503,-84.49761,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006246,0.005838,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-03-05 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88109",5,38.06503,-84.49761,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.003147,0.001908,0.0073,"2013-01-04 00:00",0.0072,"2013-01-16 00:00",0.0068,"2013-01-28 00:00",0.0068,"2013-04-04 00:00","","","","",0.0073,0.0072,0.0068,0.0059,0.0043,0.0029,0.0009,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88110",5,38.06503,-84.49761,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001,0.002649,0.013,"2013-07-09 00:00",0.01,"2013-08-20 00:00",0.008,"2013-05-16 00:00",0.006,"2013-04-10 00:00","","","","",0.013,0.01,0.008,0.003,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88111",5,38.06503,-84.49761,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.061688,0.073338,0.289,"2013-08-02 00:00",0.28,"2013-08-26 00:00",0.231,"2013-05-28 00:00",0.216,"2013-11-06 00:00","","","","",0.289,0.28,0.231,0.206,0.0626,0.0311,0.0091,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88112",5,38.06503,-84.49761,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004538,0.012995,0.071,"2013-10-01 00:00",0.047,"2013-09-25 00:00",0.047,"2013-10-13 00:00",0.006,"2013-03-05 00:00","","","","",0.071,0.047,0.047,0.004,0.003,0.001,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88113",5,38.06503,-84.49761,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.000786,0.000369,0.0022,"2013-04-10 00:00",0.002,"2013-10-13 00:00",0.0017,"2013-08-02 00:00",0.0016,"2013-09-19 00:00","","","","",0.0022,0.002,0.0017,0.0014,0.0007,0.0007,0.00055,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88114",5,38.06503,-84.49761,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",32,0.001745,0.001246,0.0066,"2013-10-13 00:00",0.0043,"2013-01-28 00:00",0.0041,"2013-10-01 00:00",0.0039,"2013-06-21 00:00","","","","",0.0066,0.0043,0.0041,0.0036,0.0026,0.00125,0.00065,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88115",5,38.06503,-84.49761,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.007274,0.006428,0.027,"2013-07-15 00:00",0.0257,"2013-01-22 00:00",0.0249,"2013-11-06 00:00",0.0193,"2013-03-05 00:00","","","","",0.027,0.0257,0.0249,0.018,0.01,0.00405,0.0024,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88117",5,38.06503,-84.49761,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006013,0.009393,0.0435,"2013-01-10 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-08-20 00:00",0.00485,"2013-03-05 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0034,0.0028,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88118",5,38.06503,-84.49761,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009386,0.006484,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88126",5,38.06503,-84.49761,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.054921,0.037552,0.204,"2013-07-15 00:00",0.164,"2013-06-27 00:00",0.137,"2013-03-05 00:00",0.115,"2013-08-02 00:00","","","","",0.204,0.164,0.137,0.105,0.0619,0.0459,0.0224,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88128",5,38.06503,-84.49761,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000923,0.00157,0.008,"2013-06-21 00:00",0.006,"2013-10-13 00:00",0.003,"2013-01-04 00:00",0.003,"2013-05-28 00:00","","","","",0.008,0.006,0.003,0.003,0.001,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88131",5,38.06503,-84.49761,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.011154,0.004423,0.028,"2013-02-15 00:00",0.018,"2013-09-01 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-17 00:00","","","","",0.028,0.018,0.0165,0.0165,0.0165,0.011,0.007,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88132",5,38.06503,-84.49761,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00125,0.00125,0.005,"2013-06-21 00:00",0.005,"2013-07-15 00:00",0.004,"2013-04-22 00:00",0.003,"2013-03-23 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88136",5,38.06503,-84.49761,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000212,0.000572,0.003,"2013-08-20 00:00",0.002,"2013-01-28 00:00",0.001,"2013-03-05 00:00",0.001,"2013-04-16 00:00","","","","",0.003,0.002,0.001,0.001,0,0,0,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88140",5,38.06503,-84.49761,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.008029,0.005698,0.032,"2013-05-28 00:00",0.029,"2013-02-09 00:00",0.024,"2013-04-10 00:00",0.019,"2013-01-16 00:00","","","","",0.032,0.029,0.024,0.009,0.009,0.006,0.00475,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88152",5,38.06503,-84.49761,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005414,0.0014,0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-28 00:00",0.008,"2013-05-10 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88154",5,38.06503,-84.49761,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001116,0.000413,0.0035,"2013-04-04 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0035,0.0013,0.0013,0.0013,0.00125,0.00125,0.00065,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88160",5,38.06503,-84.49761,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.014442,0.004684,0.029,"2013-06-27 00:00",0.028,"2013-03-23 00:00",0.022,"2013-10-19 00:00",0.018,"2013-02-09 00:00","","","","",0.029,0.028,0.022,0.018,0.018,0.016,0.01,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88161",5,38.06503,-84.49761,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.003335,0.003626,0.0203,"2013-07-15 00:00",0.0197,"2013-06-27 00:00",0.0087,"2013-06-21 00:00",0.0075,"2013-08-14 00:00","","","","",0.0203,0.0197,0.0087,0.0049,0.00265,0.00215,0.0021,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88164",5,38.06503,-84.49761,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001655,0.000399,0.003,"2013-01-28 00:00",0.003,"2013-07-21 00:00",0.003,"2013-08-14 00:00",0.0019,"2013-03-05 00:00","","","","",0.003,0.003,0.003,0.0019,0.0019,0.0015,0.0015,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88165",5,38.06503,-84.49761,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.083081,0.108224,0.632,"2013-07-15 00:00",0.479,"2013-06-27 00:00",0.199,"2013-08-02 00:00",0.194,"2013-05-28 00:00","","","","",0.632,0.479,0.199,0.172,0.097,0.0509,0.009,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88166",5,38.06503,-84.49761,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009056,0.00543,0.019,"2013-08-08 00:00",0.019,"2013-09-19 00:00",0.019,"2013-10-25 00:00",0.0185,"2013-02-09 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88167",5,38.06503,-84.49761,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.007113,0.005224,0.0321,"2013-04-22 00:00",0.019,"2013-01-10 00:00",0.0149,"2013-01-16 00:00",0.0132,"2013-04-04 00:00","","","","",0.0321,0.019,0.0149,0.0117,0.0093,0.0061,0.00175,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88168",5,38.06503,-84.49761,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001419,0.001136,0.0091,"2013-07-09 00:00",0.0019,"2013-10-19 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-03-17 00:00","","","","",0.0091,0.0019,0.00175,0.00175,0.00175,0.00115,0.00085,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88169",5,38.06503,-84.49761,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.798096,0.399158,1.95,"2013-08-20 00:00",1.75,"2013-07-27 00:00",1.57,"2013-07-21 00:00",1.57,"2013-08-26 00:00","","","","",1.95,1.75,1.57,1.3,0.973,0.749,0.355,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88176",5,38.06503,-84.49761,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000988,0.000225,0.0013,"2013-01-10 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88180",5,38.06503,-84.49761,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.051317,0.022276,0.0963,"2013-07-15 00:00",0.0955,"2013-01-28 00:00",0.089,"2013-01-22 00:00",0.085,"2013-07-03 00:00","","","","",0.0963,0.0955,0.089,0.082,0.0729,0.049,0.0241,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88184",5,38.06503,-84.49761,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",35,0.038846,0.036778,0.199,"2013-04-10 00:00",0.132,"2013-07-15 00:00",0.125,"2013-05-04 00:00",0.1,"2013-03-11 00:00","","","","",0.199,0.132,0.125,0.087,0.041,0.027,0.0155,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88185",5,38.06503,-84.49761,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.004361,0.004255,0.0128,"2013-09-07 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-16 00:00","","","","",0.0128,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88301",5,38.06503,-84.49761,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.7485,0.54087,2.06,"2013-01-16 00:00",2.06,"2013-02-03 00:00",1.73,"2013-01-04 00:00",1.71,"2013-03-29 00:00","","","","",2.06,2.06,1.73,1.42,1.15,0.691,0.08,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88302",5,38.06503,-84.49761,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.061262,0.067952,0.421,"2013-05-04 00:00",0.227,"2013-04-10 00:00",0.18,"2013-07-09 00:00",0.18,"2013-07-15 00:00","","","","",0.421,0.227,0.18,0.124,0.07,0.041,0.017,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88303",5,38.06503,-84.49761,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.035627,0.024696,0.122,"2013-07-09 00:00",0.101,"2013-04-16 00:00",0.098,"2013-07-15 00:00",0.077,"2013-03-29 00:00","","","","",0.122,0.101,0.098,0.07,0.044,0.03,0.012,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88306",5,38.06503,-84.49761,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.057115,1.205405,4.4,"2013-02-03 00:00",4.36,"2013-01-16 00:00",4,"2013-01-04 00:00",3.95,"2013-02-21 00:00","","","","",4.4,4.36,4,3.17,1.32,0.473,0.281,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88355",5,38.06503,-84.49761,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.128519,0.876266,4.58,"2013-01-28 00:00",4.34,"2013-09-19 00:00",3.69,"2013-10-13 00:00",3.67,"2013-05-28 00:00","","","","",4.58,4.34,3.69,3.01,2.65,2.12,1.24,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88357",5,38.06503,-84.49761,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.279269,0.116979,0.523,"2013-09-19 00:00",0.474,"2013-10-31 00:00",0.467,"2013-10-13 00:00",0.452,"2013-01-28 00:00","","","","",0.523,0.474,0.467,0.417,0.382,0.276,0.121,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88370",5,38.06503,-84.49761,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.935058,0.805587,4.24,"2013-01-28 00:00",3.92,"2013-09-19 00:00",3.48,"2013-05-28 00:00",3.31,"2013-10-13 00:00","","","","",4.24,3.92,3.48,2.79,2.39,1.88,1.11,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88374",5,38.06503,-84.49761,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.165942,0.130578,0.639,"2013-09-19 00:00",0.611,"2013-08-26 00:00",0.408,"2013-10-31 00:00",0.397,"2013-06-21 00:00","","","","",0.639,0.611,0.408,0.317,0.183,0.132,0.058,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88375",5,38.06503,-84.49761,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.511885,0.212591,1.02,"2013-09-19 00:00",0.921,"2013-01-28 00:00",0.906,"2013-10-13 00:00",0.849,"2013-05-28 00:00","","","","",1.02,0.921,0.906,0.779,0.654,0.522,0.269,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88376",5,38.06503,-84.49761,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.505077,0.258073,1.55,"2013-01-28 00:00",1.11,"2013-10-13 00:00",0.984,"2013-05-28 00:00",0.855,"2013-09-19 00:00","","","","",1.55,1.11,0.984,0.799,0.587,0.479,0.246,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88377",5,38.06503,-84.49761,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.418519,0.213775,1.2,"2013-01-28 00:00",0.928,"2013-09-19 00:00",0.841,"2013-10-13 00:00",0.703,"2013-08-26 00:00","","","","",1.2,0.928,0.841,0.613,0.547,0.419,0.207,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88378",5,38.06503,-84.49761,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.333481,0.132626,0.705,"2013-05-28 00:00",0.669,"2013-06-15 00:00",0.51,"2013-07-03 00:00",0.507,"2013-08-26 00:00","","","","",0.705,0.669,0.51,0.487,0.401,0.321,0.179,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88380",5,38.06503,-84.49761,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.473385,0.18883,0.943,"2013-09-19 00:00",0.853,"2013-10-13 00:00",0.8,"2013-01-28 00:00",0.727,"2013-10-31 00:00","","","","",0.943,0.853,0.8,0.68,0.621,0.468,0.25,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88383",5,38.06503,-84.49761,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.730269,0.264266,1.31,"2013-09-19 00:00",1.16,"2013-10-13 00:00",1.11,"2013-05-28 00:00",1.08,"2013-01-28 00:00","","","","",1.31,1.16,1.11,1,0.961,0.78,0.385,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88384",5,38.06503,-84.49761,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.075323,0.037463,0.212,"2013-06-03 00:00",0.162,"2013-06-27 00:00",0.146,"2013-06-21 00:00",0.126,"2013-08-26 00:00","","","","",0.212,0.162,0.146,0.116,0.0975,0.0706,0.0406,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88385",5,38.06503,-84.49761,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.001887,0.002529,0.0162,"2013-09-19 00:00",0.00736,"2013-08-26 00:00",0.00703,"2013-06-21 00:00",0.00583,"2013-10-25 00:00","","","","",0.0162,0.00736,0.00703,0.00407,0.001,0.001,0.001,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88388",5,38.06503,-84.49761,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.527673,0.194496,0.904,"2013-09-19 00:00",0.891,"2013-05-28 00:00",0.842,"2013-06-15 00:00",0.833,"2013-08-20 00:00","","","","",0.904,0.891,0.842,0.774,0.679,0.522,0.295,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88403",5,38.06503,-84.49761,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.054288,1.006633,4.52,"2013-08-20 00:00",4.45,"2013-07-27 00:00",3.89,"2013-09-19 00:00",3.73,"2013-07-21 00:00","","","","",4.52,4.45,3.89,3.63,2.54,1.94,0.922,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","067","0012","88502",3,38.06503,-84.49761,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7568,86,315,365,0,448,"","","Certification not required",0,10.299419,5.712225,43,"2013-07-17 14:00",41,"2013-07-17 12:00",39,"2013-06-06 15:00",38,"2013-11-29 09:00","","","","",27,25,21,18,13,9,4,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","88502",3,38.06503,-84.49761,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,"","","Certification not required",0,10.255238,4.242873,26.4,"2013-08-27 00:00",24.3,"2013-09-10 00:00",24.2,"2013-07-18 00:00",23.3,"2013-07-17 00:00","","","","",23.3,21.7,17.9,16,12.5,9.7,5.7,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-19" +"21","067","0012","88502",5,38.06503,-84.49761,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.832692,3.41529,16.5,"2013-01-28 00:00",16.3,"2013-05-28 00:00",16.3,"2013-09-19 00:00",15.6,"2013-08-26 00:00","","","","",16.5,16.3,16.3,14.3,12.6,9.7,5.6,"LEXINGTON PRIMARY","FAYETTE COUNTY HEALTH DEPT, 650 NEWTOWN PIKE","Kentucky","Fayette","Lexington-Fayette (corporate name for Lexington)","Lexington-Fayette, KY","2014-02-13" +"21","089","0007","42401",1,38.548136,-82.731163,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7972,91,334,365,0,44,0,"","Certification not required",0,3.964072,2.539519,18,"2013-04-18 23:00",13,"2013-02-21 17:00",13,"2013-04-17 16:00",12,"2013-04-02 16:00","","","","",12,11,8,7,5,4,1,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","089","0007","42401",1,38.548136,-82.731163,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7972,91,334,365,0,44,"","","Certification not required",0,2.030858,1.565466,18,"2013-04-18 23:00",13,"2013-02-21 17:00",13,"2013-04-17 16:00",12,"2013-04-02 16:00","","","","",7,6,4,4,3,2,0,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","089","0007","42401",1,38.548136,-82.731163,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,2.033533,1.261683,4.9,"2013-07-26 00:00",4.8,"2013-03-27 00:00",4.8,"2013-07-25 00:00",4.7,"2013-08-02 00:00","","","","",4.7,4.5,4,3.7,3.1,2,0.3,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","089","0007","42401",1,38.548136,-82.731163,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2635,90,334,365,0,0,"",0,"Certification not required",0,2.017268,1.484566,9.3,"2013-04-18 23:00",8.6,"2013-04-02 17:00",8.3,"2013-04-06 17:00",8.3,"2013-04-19 05:00","","","","",6,5.3,4.3,4,3,2,0,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","089","0007","42406",1,38.548136,-82.731163,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7972,91,334,365,0,44,"","","Certification not required",0,2.389488,1.847112,22,"2013-02-18 22:00",19,"2013-04-18 23:00",18,"2013-03-18 15:00",18,"2013-04-17 16:00","","","","",9,7,5,4,3,2,0,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2014-02-19" +"21","089","0007","44201",1,38.548136,-82.731163,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5846,100,245,245,0,34,0,0,"Certification not required",1026,0.044555,0.010431,0.082,"2013-06-21 13:00",0.072,"2013-07-26 15:00",0.07,"2013-05-15 14:00",0.066,"2013-06-11 15:00","","","","",0.07,0.065,0.061,0.058,0.051,0.045,0.031,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2013-12-04" +"21","089","0007","44201",1,38.548136,-82.731163,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.039665,0.009662,0.071,"2013-06-21 11:00",0.067,"2013-05-15 10:00",0.062,"2013-04-05 11:00",0.06,"2013-07-26 11:00","","","","",0.062,0.059,0.055,0.051,0.045,0.04,0.027,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2013-12-04" +"21","089","0007","44201",1,38.548136,-82.731163,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.039665,0.009662,0.071,"2013-06-21 11:00",0.067,"2013-05-15 10:00",0.062,"2013-04-05 11:00",0.06,"2013-07-26 11:00","","","","",0.062,0.059,0.055,0.051,0.045,0.04,0.027,"WORTHINGTON","SCOTT STREET & CENTER AVENUE","Kentucky","Greenup","Worthington","Huntington-Ashland, WV-KY-OH","2013-12-04" +"21","091","0012","44201",1,37.93829,-86.89719,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5679,97,237,245,0,201,1,1,"Certification not required",199,0.047861,0.011985,0.132,"2013-04-19 16:00",0.076,"2013-07-18 15:00",0.075,"2013-09-10 14:00",0.071,"2013-05-15 12:00","","","","",0.075,0.071,0.065,0.063,0.054,0.047,0.034,"LEWISPORT","2ND STREET & CAROLINE STREET","Kentucky","Hancock","Lewisport","Owensboro, KY","2013-12-04" +"21","091","0012","44201",1,37.93829,-86.89719,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5688,97,237,245,0,0,0,0,"Certification not required",0,0.042827,0.009784,0.066,"2013-05-15 09:00",0.066,"2013-06-08 10:00",0.063,"2013-05-14 11:00",0.063,"2013-06-19 10:00","","","","",0.063,0.063,0.059,0.055,0.05,0.043,0.03,"LEWISPORT","2ND STREET & CAROLINE STREET","Kentucky","Hancock","Lewisport","Owensboro, KY","2013-12-04" +"21","091","0012","44201",1,37.93829,-86.89719,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5688,97,237,245,0,0,0,0,"Certification not required",0,0.042827,0.009784,0.066,"2013-05-15 09:00",0.066,"2013-06-08 10:00",0.063,"2013-05-14 11:00",0.063,"2013-06-19 10:00","","","","",0.063,0.063,0.059,0.055,0.05,0.043,0.03,"LEWISPORT","2ND STREET & CAROLINE STREET","Kentucky","Hancock","Lewisport","Owensboro, KY","2013-12-04" +"21","093","0006","44201",1,37.705612,-85.852629,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5836,100,244,245,0,44,0,0,"Certification not required",371,0.046361,0.010071,0.078,"2013-07-17 15:00",0.073,"2013-06-14 18:00",0.073,"2013-08-28 15:00",0.073,"2013-09-05 18:00","","","","",0.073,0.07,0.065,0.058,0.052,0.045,0.034,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2013-12-04" +"21","093","0006","44201",1,37.705612,-85.852629,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5854,99,243,245,0,0,0,0,"Certification not required",0,0.041465,0.009307,0.067,"2013-07-17 10:00",0.063,"2013-09-05 11:00",0.062,"2013-05-14 12:00",0.062,"2013-05-15 10:00","","","","",0.062,0.061,0.058,0.053,0.047,0.041,0.03,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2013-12-04" +"21","093","0006","44201",1,37.705612,-85.852629,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5854,99,243,245,0,0,0,0,"Certification not required",0,0.041465,0.009307,0.067,"2013-07-17 10:00",0.063,"2013-09-05 11:00",0.062,"2013-05-14 12:00",0.062,"2013-05-15 10:00","","","","",0.062,0.061,0.058,0.053,0.047,0.041,0.03,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2013-12-04" +"21","093","0006","68101",1,37.705612,-85.852629,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",102,100,51,61,0,4,"","","Certification not required",5,0.406373,0.149863,0.7,"2013-01-28 00:00",0.6,"2013-01-10 00:00",0.6,"2013-02-12 00:00",0.6,"2013-02-15 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.2,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68101",2,37.705612,-85.852629,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",47,77,47,61,0,4,"","","Certification not required",37,0.101064,0.120004,0.5,"2013-07-15 00:00",0.4,"2013-03-05 00:00",0.4,"2013-03-11 00:00",0.4,"2013-08-20 00:00","","","","",0.5,0.5,0.4,0.4,0.05,0.05,0.05,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68102",1,37.705612,-85.852629,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",102,100,51,61,0,4,"","","Certification not required",0,24.02451,0.094854,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68102",2,37.705612,-85.852629,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",47,77,47,61,0,4,"","","Certification not required",0,24.091489,0.028206,24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68103",1,37.705612,-85.852629,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",102,100,51,61,0,4,"","","Certification not required",0,9.631373,9.482584,22.8,"2013-06-12 00:00",22.5,"2013-07-15 00:00",22.5,"2013-07-18 00:00",22.4,"2013-08-29 00:00","","","","",22.5,22.5,21.8,20.9,17.5,12.5,-3.3,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68103",2,37.705612,-85.852629,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",47,77,47,61,0,4,"","","Certification not required",0,10.793617,9.038262,22.8,"2013-07-15 00:00",22,"2013-07-09 00:00",22,"2013-08-08 00:00",21.4,"2013-07-21 00:00","","","","",22.8,22.8,22,19.7,18.4,14.5,-2.5,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68104",1,37.705612,-85.852629,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",102,100,51,61,0,4,"","","Certification not required",0,19.947059,10.047153,34.3,"2013-07-18 00:00",33.6,"2013-08-29 00:00",33.2,"2013-06-12 00:00",33.2,"2013-09-10 00:00","","","","",33.6,33.2,32.4,31.2,28.1,22.2,4.5,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68104",2,37.705612,-85.852629,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",47,77,47,61,0,4,"","","Certification not required",0,20.23617,10.179699,32.7,"2013-07-15 00:00",32.4,"2013-06-21 00:00",32.2,"2013-07-09 00:00",31,"2013-06-27 00:00","","","","",32.7,32.7,32.2,31,29.4,22.4,4.5,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68105",1,37.705612,-85.852629,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",102,100,51,61,0,4,"","","Certification not required",0,14.52549,9.407125,28.1,"2013-06-12 00:00",27.3,"2013-07-18 00:00",27.2,"2013-07-15 00:00",27.1,"2013-07-09 00:00","","","","",27.3,27.2,26.4,25.1,22.4,17.4,0.8,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68105",2,37.705612,-85.852629,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",47,77,47,61,0,4,"","","Certification not required",0,15.297872,9.305386,27.3,"2013-07-15 00:00",26.9,"2013-07-09 00:00",25.2,"2013-07-21 00:00",25.1,"2013-06-21 00:00","","","","",27.3,27.3,25.2,25,23.8,17.8,2.4,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68106",1,37.705612,-85.852629,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,51,61,0,4,"","","Certification not required",0,739.323529,4.639823,751,"2013-08-24 00:00",751,"2013-08-26 00:00",749,"2013-01-04 00:00",749,"2013-08-23 00:00","","","","",751,749,748,745,742,740,734,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68106",2,37.705612,-85.852629,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,4,"","","Certification not required",0,737.957447,4.525087,748,"2013-01-04 00:00",747,"2013-10-25 00:00",746,"2013-01-22 00:00",744,"2013-02-09 00:00","","","","",748,748,746,744,741,738,733,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68107",1,37.705612,-85.852629,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,51,61,0,4,"","","Certification not required",0,744.882353,4.226962,757,"2013-08-26 00:00",756,"2013-08-24 00:00",753,"2013-01-10 00:00",753,"2013-08-23 00:00","","","","",756,753,753,751,747,745,740,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68107",2,37.705612,-85.852629,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,4,"","","Certification not required",0,742.914894,4.529276,753,"2013-01-04 00:00",753,"2013-01-10 00:00",752,"2013-01-22 00:00",752,"2013-10-25 00:00","","","","",753,753,752,751,746,742,737,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68108",1,37.705612,-85.852629,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,51,61,0,4,"","","Certification not required",0,742.303922,4.249145,754,"2013-08-24 00:00",754,"2013-08-26 00:00",751,"2013-08-23 00:00",751,"2013-08-27 00:00","","","","",754,751,750,748,745,742,737,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68108",2,37.705612,-85.852629,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,4,"","","Certification not required",0,740.638298,4.400719,750,"2013-01-04 00:00",750,"2013-01-22 00:00",749,"2013-10-25 00:00",748,"2013-01-10 00:00","","","","",750,750,749,748,744,740,735,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68109",1,37.705612,-85.852629,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",102,100,51,61,0,4,"","","Certification not required",0,1439.421569,4.554263,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","68109",2,37.705612,-85.852629,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",47,77,47,61,0,4,"","","Certification not required",0,1439.93617,0.247092,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","88101",1,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,83,101,122,0,4,0,0,"Certification not required",0,10.089216,4.4646,23.3,"2013-01-07 00:00",21.5,"2013-08-11 00:00",20.5,"2013-09-10 00:00",20,"2013-08-27 00:00","","","","",21.5,20.5,19.6,16.5,12.5,9.4,5.5,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","88101",1,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,83,101,122,0,4,"","","Certification not required",0,10.089216,4.4646,23.3,"2013-01-07 00:00",21.5,"2013-08-11 00:00",20.5,"2013-09-10 00:00",20,"2013-08-27 00:00","","","","",21.5,20.5,19.6,16.5,12.5,9.4,5.5,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","88101",2,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,4,0,0,"Certification not required",0,9.710638,3.754837,19.4,"2013-01-16 00:00",17.2,"2013-01-04 00:00",16.7,"2013-09-19 00:00",16.3,"2013-01-28 00:00","","","","",19.4,19.4,16.7,15.8,12.1,9.1,5.1,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","88101",2,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,4,"","","Certification not required",0,9.710638,3.754837,19.4,"2013-01-16 00:00",17.2,"2013-01-04 00:00",16.7,"2013-09-19 00:00",16.3,"2013-01-28 00:00","","","","",19.4,19.4,16.7,15.8,12.1,9.1,5.1,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-05" +"21","093","0006","88101",3,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4961,57,212,365,0,439,"","","Certification not required",0,11.307599,6.247719,52,"2013-07-10 06:00",52,"2013-07-10 07:00",52,"2013-07-10 08:00",50,"2013-03-17 01:00","","","","",32,28,23,19,14,10,5,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2013-11-21" +"21","093","0006","88101",3,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",206,56,206,365,0,0,0,0,"Certification not required",0,11.300485,4.664673,29.2,"2013-01-26 00:00",28.3,"2013-07-11 00:00",27.2,"2013-01-07 00:00",24.7,"2013-01-02 00:00","","","","",27.2,24,20.9,17,13.3,10.7,6.2,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2013-11-21" +"21","093","0006","88101",3,37.705612,-85.852629,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",206,56,206,365,0,0,"","","Certification not required",0,11.300485,4.664673,29.2,"2013-01-26 00:00",28.3,"2013-07-11 00:00",27.2,"2013-01-07 00:00",24.7,"2013-01-02 00:00","","","","",27.2,24,20.9,17,13.3,10.7,6.2,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2013-11-21" +"21","093","0006","88502",3,37.705612,-85.852629,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",2559,77,106,139,0,33,"","","Certification not required",0,8.742087,6.359438,86,"2013-09-27 01:00",47,"2013-09-03 11:00",47,"2013-10-30 11:00",42,"2013-10-09 09:00","","","","",31,26,20,17,11,7,3,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-19" +"21","093","0006","88502",3,37.705612,-85.852629,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",106,76,106,139,0,0,"","","Certification not required",0,8.728302,3.618781,18,"2013-08-30 00:00",17.7,"2013-09-09 00:00",16.5,"2013-09-10 00:00",16,"2013-08-23 00:00","","","","",17.7,16.5,15.1,14.3,10.9,8.1,4.2,"ELIZABETHTOWN","AMERICAN LEGION PARK, 801 NORTH MILES STREET","Kentucky","Hardin","Elizabethtown","Elizabethtown, KY","2014-02-19" +"21","101","0014","42401",1,37.8712,-87.46375,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7795,89,324,365,0,221,0,"","Certification not required",0,4.58642,6.114638,62,"2013-10-28 10:00",30,"2013-04-04 14:00",29,"2013-10-14 14:00",28,"2013-07-18 16:00","","","","",28,24,14,11,6,3,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","42401",1,37.8712,-87.46375,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7795,89,324,365,0,221,"","","Certification not required",0,0.624118,2.255853,62,"2013-10-28 10:00",42,"2013-10-28 09:00",30,"2013-04-04 14:00",29,"2013-10-14 14:00","","","","",10,7,4,2,0,0,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","42401",1,37.8712,-87.46375,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",324,89,324,365,0,0,0,"","Certification not required",0,0.625926,1.103754,9.5,"2013-10-28 00:00",8.7,"2013-04-04 00:00",5,"2013-02-25 00:00",4.6,"2013-10-14 00:00","","","","",4.6,3.8,2.6,1.8,0.8,0.3,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","42401",1,37.8712,-87.46375,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2574,88,324,365,0,0,"",0,"Certification not required",0,0.61857,1.9707,43.6,"2013-10-28 11:00",23,"2013-04-04 17:00",22.6,"2013-07-18 17:00",20,"2013-10-14 14:00","","","","",9,6,3.3,2,0.3,0,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","42406",1,37.8712,-87.46375,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7616,87,314,365,0,400,"","","Certification not required",0,1.231749,3.595649,100,"2013-10-28 09:00",77,"2013-10-28 10:00",64,"2013-10-22 09:00",42,"2013-07-18 15:00","","","","",16,12,7,4,1,0,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","44201",1,37.8712,-87.46375,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5778,99,242,245,0,102,0,0,"Certification not required",207,0.049128,0.011072,0.076,"2013-09-05 15:00",0.075,"2013-08-30 12:00",0.074,"2013-06-19 13:00",0.073,"2013-05-14 16:00","","","","",0.074,0.073,0.068,0.064,0.056,0.049,0.036,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2013-12-04" +"21","101","0014","44201",1,37.8712,-87.46375,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5809,98,241,245,0,0,0,0,"Certification not required",0,0.0441,0.010206,0.069,"2013-05-14 12:00",0.068,"2013-05-15 09:00",0.067,"2013-06-19 10:00",0.066,"2013-06-06 11:00","","","","",0.067,0.066,0.061,0.057,0.051,0.044,0.031,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2013-12-04" +"21","101","0014","44201",1,37.8712,-87.46375,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5809,98,241,245,0,0,0,0,"Certification not required",0,0.0441,0.010206,0.069,"2013-05-14 12:00",0.068,"2013-05-15 09:00",0.067,"2013-06-19 10:00",0.066,"2013-06-06 11:00","","","","",0.067,0.066,0.061,0.057,0.051,0.044,0.031,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2013-12-04" +"21","101","0014","68101",1,37.8712,-87.46375,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",89,73,89,122,0,15,"","","Certification not required",15,0.298315,0.148372,0.5,"2013-05-13 00:00",0.5,"2013-05-16 00:00",0.5,"2013-05-19 00:00",0.5,"2013-05-22 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.05,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68102",1,37.8712,-87.46375,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",89,73,89,122,0,15,"","","Certification not required",0,23.992135,0.0742,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68103",1,37.8712,-87.46375,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,15,"","","Certification not required",0,10.707865,9.749385,24,"2013-07-09 00:00",23.8,"2013-07-18 00:00",23.4,"2013-06-12 00:00",23.1,"2013-09-10 00:00","","","","",24,23.8,22.9,21.4,18.5,14.4,-4,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68104",1,37.8712,-87.46375,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,16,"","","Certification not required",0,22.234091,10.629604,35.5,"2013-07-09 00:00",35.2,"2013-06-12 00:00",35.2,"2013-06-27 00:00",35.2,"2013-07-18 00:00","","","","",35.5,35.2,35.1,33,31.2,26.1,4.9,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68105",1,37.8712,-87.46375,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,15,"","","Certification not required",0,16.160674,9.718862,29.6,"2013-06-12 00:00",29.4,"2013-07-09 00:00",28.9,"2013-07-18 00:00",28.3,"2013-06-27 00:00","","","","",29.6,29.4,28.3,26.5,24.4,20.5,1.1,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68106",1,37.8712,-87.46375,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,15,"","","Certification not required",0,749.044944,3.919387,759,"2013-01-04 00:00",757,"2013-01-22 00:00",757,"2013-03-08 00:00",757,"2013-10-25 00:00","","","","",759,757,755,753,752,749,744,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68107",1,37.8712,-87.46375,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,15,"","","Certification not required",0,754.146067,3.856961,764,"2013-01-10 00:00",764,"2013-10-25 00:00",763,"2013-01-04 00:00",763,"2013-03-08 00:00","","","","",764,764,761,760,756,754,750,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68108",1,37.8712,-87.46375,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,15,"","","Certification not required",0,751.752809,3.751608,761,"2013-10-25 00:00",760,"2013-01-04 00:00",760,"2013-03-08 00:00",759,"2013-01-22 00:00","","","","",761,760,759,757,754,752,746,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","68109",1,37.8712,-87.46375,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",89,73,89,122,0,15,"","","Certification not required",0,1439.426966,4.663416,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","81102",1,37.8712,-87.46375,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,0,0,0,"Certification not required",1,14.464286,5.339269,27,"2013-10-13 00:00",25,"2013-09-19 00:00",24,"2013-04-16 00:00",24,"2013-09-07 00:00","","","","",27,25,24,21,19,14,8,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","82102",6,37.8712,-87.46375,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.675333,0.548786,3.01,"2013-06-15 00:00",2.14,"2013-04-22 00:00",1.77,"2013-08-20 00:00",1.32,"2013-09-07 00:00","","","","",3.01,3.01,1.77,1.23,0.83,0.5,0.24,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82103",6,37.8712,-87.46375,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.933556,0.962044,6.37,"2013-09-07 00:00",2.07,"2013-04-04 00:00",1.96,"2013-06-15 00:00",1.91,"2013-09-25 00:00","","","","",6.37,6.37,1.96,1.74,1.08,0.71,0.25,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82105",6,37.8712,-87.46375,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.016889,0.017297,0.09,"2013-04-04 00:00",0.08,"2013-02-21 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-16 00:00","","","","",0.09,0.09,0.03,0.03,0.02,0.01,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82110",6,37.8712,-87.46375,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.114889,0.092898,0.51,"2013-04-28 00:00",0.4,"2013-01-04 00:00",0.28,"2013-03-11 00:00",0.24,"2013-02-27 00:00","","","","",0.51,0.51,0.28,0.24,0.13,0.09,0.05,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82112",6,37.8712,-87.46375,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.188889,0.279872,1.53,"2013-06-27 00:00",0.58,"2013-07-03 00:00",0.54,"2013-07-21 00:00",0.53,"2013-07-15 00:00","","","","",1.53,1.53,0.54,0.53,0.32,0.07,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82113",6,37.8712,-87.46375,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.049111,0.031321,0.14,"2013-04-04 00:00",0.14,"2013-05-16 00:00",0.14,"2013-06-27 00:00",0.08,"2013-02-21 00:00","","","","",0.14,0.14,0.14,0.07,0.06,0.05,0.02,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82128",6,37.8712,-87.46375,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002131,0.001493,0.0085,"2013-03-29 00:00",0.0051,"2013-03-11 00:00",0.0049,"2013-01-04 00:00",0.0047,"2013-06-15 00:00","","","","",0.0085,0.0085,0.0049,0.0041,0.0027,0.0016,0.0008,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82132",6,37.8712,-87.46375,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.946,1.928211,10.3,"2013-05-16 00:00",8.76,"2013-06-27 00:00",7.57,"2013-04-04 00:00",6.68,"2013-09-13 00:00","","","","",10.3,10.3,7.57,6.31,4.81,3.88,1.87,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82136",6,37.8712,-87.46375,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.648667,0.659044,4.11,"2013-07-21 00:00",1.96,"2013-05-28 00:00",1.9,"2013-04-04 00:00",1.47,"2013-03-23 00:00","","","","",4.11,4.11,1.9,0.99,0.67,0.47,0.19,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82142",6,37.8712,-87.46375,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.014889,0.010362,0.04,"2013-06-09 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-01-28 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.01,0,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","82154",6,37.8712,-87.46375,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.064,0.661106,3.65,"2013-04-04 00:00",2.31,"2013-04-16 00:00",2.21,"2013-07-21 00:00",2.2,"2013-02-21 00:00","","","","",3.65,3.65,2.21,1.96,1.39,0.94,0.42,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-18" +"21","101","0014","88101",1,37.8712,-87.46375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,14,0,0,"Certification not required",0,10.735955,5.029622,28.3,"2013-07-18 00:00",21.6,"2013-09-10 00:00",20.8,"2013-05-19 00:00",20.6,"2013-06-06 00:00","","","","",28.3,21.6,20.3,18.4,13.7,10,5,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","88101",1,37.8712,-87.46375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,14,"","","Certification not required",0,10.735955,5.029622,28.3,"2013-07-18 00:00",21.6,"2013-09-10 00:00",20.8,"2013-05-19 00:00",20.6,"2013-06-06 00:00","","","","",28.3,21.6,20.3,18.4,13.7,10,5,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-05" +"21","101","0014","88502",3,37.8712,-87.46375,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7186,82,297,365,0,830,"","","Certification not required",0,7.132341,6.234494,193,"2013-10-18 17:00",94,"2013-03-06 12:00",57,"2013-03-06 13:00",57,"2013-03-06 14:00","","","","",27,22,17,14,10,6,1,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","101","0014","88502",3,37.8712,-87.46375,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",297,81,297,365,0,0,"","","Certification not required",0,7.043098,4.213263,24.6,"2013-03-06 00:00",24.2,"2013-07-18 00:00",21.2,"2013-09-09 00:00",19.8,"2013-07-17 00:00","","","","",21.2,18.2,14.5,12.7,9.4,6.6,2.3,"BASKETT","BASKETT FIRE DEPARTMENT, 7492 DR. HODGE ROAD","Kentucky","Henderson","","Evansville, IN-KY","2014-02-19" +"21","111","0027","44201",1,38.13784,-85.57648,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5778,99,243,245,0,102,0,0,"Certification not required",284,0.049642,0.011339,0.08,"2013-08-30 13:00",0.076,"2013-06-17 13:00",0.074,"2013-05-15 12:00",0.074,"2013-09-05 13:00","","","","",0.074,0.072,0.068,0.065,0.057,0.049,0.036,"Bates","7601 BARDSTOWN RD, BATES ELEMENTARY SCH","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-23" +"21","111","0027","44201",1,38.13784,-85.57648,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5824,99,243,245,0,0,0,0,"Certification not required",0,0.044395,0.010457,0.069,"2013-05-15 10:00",0.065,"2013-08-30 10:00",0.064,"2013-05-14 11:00",0.064,"2013-06-18 10:00","","","","",0.064,0.063,0.06,0.058,0.052,0.044,0.03,"Bates","7601 BARDSTOWN RD, BATES ELEMENTARY SCH","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-23" +"21","111","0027","44201",1,38.13784,-85.57648,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5824,99,243,245,0,0,0,0,"Certification not required",0,0.044395,0.010457,0.069,"2013-05-15 10:00",0.065,"2013-08-30 10:00",0.064,"2013-05-14 11:00",0.064,"2013-06-18 10:00","","","","",0.064,0.063,0.06,0.058,0.052,0.044,0.03,"Bates","7601 BARDSTOWN RD, BATES ELEMENTARY SCH","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-23" +"21","111","0027","88501",3,38.13784,-85.57648,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7193,82,295,365,0,823,"","","Certification not required",0,10.939372,5.591826,39.4,"2013-07-23 17:00",38.6,"2013-07-19 10:00",37.5,"2013-07-19 13:00",37.4,"2013-06-17 13:00","","","","",28.7,25.9,22.1,18.5,13.7,10,5,"Bates","7601 BARDSTOWN RD, BATES ELEMENTARY SCH","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0027","88501",3,38.13784,-85.57648,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",295,81,295,365,0,0,"","","Certification not required",0,10.894576,4.390633,24.9,"2013-07-19 00:00",24.4,"2013-07-23 00:00",23.1,"2013-08-27 00:00",22.7,"2013-08-11 00:00","","","","",23.1,22.2,19.5,17.3,13.2,10.1,5.7,"Bates","7601 BARDSTOWN RD, BATES ELEMENTARY SCH","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","61103",1,38.23319,-85.81566,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Ultrasonic Wind Sensor MD1425A - Vector Average Data Logger",2013,"Knots","No Events",7937,91,330,365,0,79,"","","Certification not required",0,3.512385,2.432113,13.6,"2013-01-31 01:00",13.2,"2013-01-31 00:00",13.2,"2013-01-31 21:00",13.2,"2013-01-31 22:00","","","","",10.7,9.7,8.4,7,4.9,3.1,0.8,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","61104",1,38.23319,-85.81566,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Ultrasonic Wind sensor MD1425A - Vector Average Data Logger",2013,"Degrees Compass","No Events",8010,91,334,365,0,6,"","","Certification not required",0,200.384644,99.427635,359,"2013-02-20 20:00",359,"2013-04-14 03:00",359,"2013-04-17 00:00",359,"2013-05-17 00:00","","","","",353,347,333,319,283,212,37,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","62101",1,38.23319,-85.81566,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7530,86,313,365,0,486,"","","Certification not required",0,60.466401,17.283776,93,"2013-06-12 15:00",93,"2013-06-12 16:00",93,"2013-06-25 15:00",93,"2013-06-25 16:00","","","","",90,88,84,81,75,64,36,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","62201",1,38.23319,-85.81566,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8014,91,334,365,0,2,"","","Certification not required",0,62.643125,17.644291,92,"2013-10-30 03:00",92,"2013-10-30 04:00",92,"2013-11-17 08:00",91,"2013-03-17 14:00","","","","",90,89,87,85,78,65,37,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","64101",1,38.23319,-85.81566,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8014,91,334,365,0,2,"","","Certification not required",0,1001.746456,6.255596,1022.7,"2013-11-12 21:00",1022.7,"2013-11-12 22:00",1022.7,"2013-11-12 23:00",1022.7,"2013-11-13 00:00","","","","",1018,1015.9,1012.5,1009.8,1005.8,1002.4,995.3,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","65102",1,38.23319,-85.81566,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",8013,91,334,365,0,3,"","","Certification not required",0,0.00565,0.042865,1.28,"2013-07-21 19:00",0.9,"2013-06-26 16:00",0.89,"2013-07-10 13:00",0.83,"2013-06-26 20:00","","","","",0.14,0.07,0.01,0,0,0,0,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","68101",1,38.23319,-85.81566,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",124,100,115,122,0,8,"","","Certification not required",49,0.269758,0.205594,0.6,"2013-06-30 00:00",0.6,"2013-08-08 00:00",0.6,"2013-08-14 00:00",0.6,"2013-09-01 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.3,0.05,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68101",2,38.23319,-85.81566,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",65,100,58,61,0,3,"","","Certification not required",39,0.106923,0.082385,0.4,"2013-08-08 00:00",0.3,"2013-03-23 00:00",0.3,"2013-08-02 00:00",0.2,"2013-02-03 00:00","","","","",0.4,0.3,0.2,0.2,0.2,0.05,0.05,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68102",1,38.23319,-85.81566,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",124,100,115,122,0,8,"","","Certification not required",0,24.000806,0.0888,24.1,"2013-08-05 00:00",24.1,"2013-08-11 00:00",24.1,"2013-08-17 00:00",24.1,"2013-08-23 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68102",2,38.23319,-85.81566,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",65,100,58,61,0,3,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68103",1,38.23319,-85.81566,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,113,122,0,8,"","","Certification not required",0,8.92377,9.754482,24.7,"2013-07-09 00:00",24.2,"2013-08-29 00:00",23.6,"2013-06-12 00:00",23.6,"2013-08-08 00:00","","","","",24.2,23.6,22.8,20.9,17.9,9.8,-3.2,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68103",2,38.23319,-85.81566,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,100,56,61,0,3,"","","Certification not required",0,8.734921,10.179045,24.3,"2013-07-09 00:00",23.7,"2013-08-08 00:00",22.7,"2013-05-28 00:00",22.5,"2013-07-15 00:00","","","","",24.3,23.7,22.5,19.5,18.4,8.8,-4.1,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68104",1,38.23319,-85.81566,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,113,122,0,8,"","","Certification not required",0,19.47459,10.785333,35.6,"2013-06-12 00:00",35.6,"2013-09-10 00:00",35.2,"2013-06-21 00:00",35,"2013-07-15 00:00","","","","",35.6,35.2,33.4,32.5,29.2,20.9,2.8,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68104",2,38.23319,-85.81566,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,100,56,61,0,3,"","","Certification not required",0,19.077778,11.518967,35,"2013-06-21 00:00",34.6,"2013-07-09 00:00",34.6,"2013-07-15 00:00",33.4,"2013-07-21 00:00","","","","",35,34.6,33.4,32.8,29.6,20.3,1.9,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68105",1,38.23319,-85.81566,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,113,122,0,8,"","","Certification not required",0,13.927049,9.878577,29.8,"2013-06-12 00:00",29.5,"2013-07-09 00:00",28.6,"2013-07-15 00:00",28.5,"2013-08-29 00:00","","","","",29.5,28.6,27.1,25.7,22.4,15.7,0.2,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68105",2,38.23319,-85.81566,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,100,56,61,0,3,"","","Certification not required",0,13.753968,10.515823,29.4,"2013-07-09 00:00",28.2,"2013-07-15 00:00",27.5,"2013-08-08 00:00",27.2,"2013-06-21 00:00","","","","",29.4,28.2,27.2,26.6,23.5,15.6,-1.2,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68106",1,38.23319,-85.81566,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,115,122,0,8,"","","Certification not required",0,746.677419,4.496699,757,"2013-12-24 00:00",756,"2013-01-04 00:00",756,"2013-12-07 00:00",755,"2013-03-08 00:00","","","","",756,756,754,752,749,747,741,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68106",2,38.23319,-85.81566,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",65,100,58,61,0,3,"","","Certification not required",0,746.923077,5.236016,758,"2013-12-07 00:00",758,"2013-12-24 00:00",757,"2013-12-12 00:00",756,"2013-01-04 00:00","","","","",758,758,756,755,749,747,740,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68107",1,38.23319,-85.81566,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,115,122,0,8,"","","Certification not required",0,752.314516,4.427128,764,"2013-11-12 00:00",762,"2013-12-07 00:00",762,"2013-12-12 00:00",762,"2013-12-24 00:00","","","","",762,762,761,759,755,752,747,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68107",2,38.23319,-85.81566,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",65,100,58,61,0,3,"","","Certification not required",0,753.692308,5.648349,767,"2013-11-12 00:00",766,"2013-12-07 00:00",766,"2013-12-12 00:00",766,"2013-12-24 00:00","","","","",767,766,766,762,758,752,748,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68108",1,38.23319,-85.81566,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,115,122,0,8,"","","Certification not required",0,749.701613,4.292137,760,"2013-11-12 00:00",760,"2013-12-07 00:00",760,"2013-12-12 00:00",760,"2013-12-24 00:00","","","","",760,760,757,756,752,750,745,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68108",2,38.23319,-85.81566,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",65,100,58,61,0,3,"","","Certification not required",0,750.523077,5.382575,763,"2013-12-07 00:00",762,"2013-11-12 00:00",762,"2013-12-12 00:00",762,"2013-12-24 00:00","","","","",763,762,762,759,754,750,743,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68109",1,38.23319,-85.81566,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",124,100,115,122,0,8,"","","Certification not required",0,1438.830645,5.233913,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","68109",2,38.23319,-85.81566,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",65,100,58,61,0,3,"","","Certification not required",0,1439.307692,0.46513,1440,"2013-01-10 00:00",1440,"2013-02-03 00:00",1440,"2013-02-09 00:00",1440,"2013-02-27 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","81102",3,38.23319,-85.81566,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7576,86,317,365,0,440,"","","Certification not required",0,17.800026,9.335026,105,"2013-09-24 18:00",99,"2013-07-04 21:00",95,"2013-07-04 20:00",86,"2013-08-31 19:00","","","","",46,40,34,30,23,16,8,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","81102",3,38.23319,-85.81566,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",317,87,317,365,0,0,0,0,"Certification not required",0,17.347003,6.961883,39,"2013-07-18 00:00",36,"2013-09-09 00:00",35,"2013-08-30 00:00",34,"2013-09-19 00:00","","","","",34,32,30,27,22,17,9,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","81102",4,38.23319,-85.81566,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7466,85,308,365,0,550,"","","Certification not required",0,17.245379,9.20318,94,"2013-07-04 21:00",91,"2013-07-04 20:00",86,"2013-08-31 19:00",83,"2013-10-21 08:00","","","","",45,40,34,29,22,15,7,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","81102",4,38.23319,-85.81566,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",308,84,308,365,0,0,0,0,"Certification not required",0,16.707792,6.899866,36,"2013-08-30 00:00",36,"2013-09-09 00:00",35,"2013-08-28 00:00",34,"2013-09-19 00:00","","","","",34,32,29,27,22,16,9,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","88101",1,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,84,103,122,0,22,0,0,"Certification not required",0,9.829091,3.953963,21.4,"2013-09-10 00:00",19.6,"2013-09-19 00:00",18.8,"2013-08-26 00:00",18.6,"2013-12-07 00:00","","","","",19.6,18.8,16.7,14.7,12.6,10,5.7,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","88101",1,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,84,103,122,0,22,"","","Certification not required",0,9.829091,3.953963,21.4,"2013-09-10 00:00",19.6,"2013-09-19 00:00",18.8,"2013-08-26 00:00",18.6,"2013-12-07 00:00","","","","",19.6,18.8,16.7,14.7,12.6,10,5.7,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","88101",2,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,85,52,61,0,10,0,0,"Certification not required",0,9.572414,4.015094,20.1,"2013-09-19 00:00",18.4,"2013-12-07 00:00",18.1,"2013-08-26 00:00",15.5,"2013-06-09 00:00","","","","",20.1,18.4,18.1,14.3,12.5,10.7,5.9,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","88101",2,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,85,52,61,0,10,"","","Certification not required",0,9.572414,4.015094,20.1,"2013-09-19 00:00",18.4,"2013-12-07 00:00",18.1,"2013-08-26 00:00",15.5,"2013-06-09 00:00","","","","",20.1,18.4,18.1,14.3,12.5,10.7,5.9,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0043","88101",3,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7678,88,327,365,0,338,"","","Certification not required",0,12.185426,6.50969,96.1,"2013-07-04 20:00",77.4,"2013-05-21 15:00",74.4,"2013-07-04 21:00",72.5,"2013-07-04 23:00","","","","",30.7,28,24.3,20.7,15.7,11.1,5.1,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","88101",3,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,0,0,"Certification not required",0,12.136364,4.698293,30,"2013-01-07 00:00",26.8,"2013-06-07 00:00",26,"2013-06-08 00:00",24.5,"2013-01-26 00:00","","","","",24.5,23.6,20.3,18.5,15,11.5,6.7,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0043","88101",3,38.23319,-85.81566,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,12.136364,4.698293,30,"2013-01-07 00:00",26.8,"2013-06-07 00:00",26,"2013-06-08 00:00",24.5,"2013-01-26 00:00","","","","",24.5,23.6,20.3,18.5,15,11.5,6.7,"Southwick","37TH & SOUTHERN AVENUE","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0044","68101",1,38.19113,-85.77935,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",122,100,115,122,0,8,"","","Certification not required",107,0.068443,0.057208,0.3,"2013-01-31 00:00",0.3,"2013-02-24 00:00",0.3,"2013-03-26 00:00",0.3,"2013-10-16 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68102",1,38.19113,-85.77935,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",122,100,115,122,0,8,"","","Certification not required",0,24.088525,0.046704,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68103",1,38.19113,-85.77935,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,113,122,0,8,"","","Certification not required",0,9.244167,10.034008,25,"2013-07-18 00:00",24.8,"2013-07-09 00:00",24.4,"2013-08-29 00:00",23.9,"2013-09-10 00:00","","","","",24.8,24.4,23.5,22.3,18.5,10.6,-3.2,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68104",1,38.19113,-85.77935,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,113,122,0,8,"","","Certification not required",0,19.408333,10.957999,35.3,"2013-07-18 00:00",34.7,"2013-06-12 00:00",34.5,"2013-09-10 00:00",34.4,"2013-07-15 00:00","","","","",34.7,34.5,34.1,31.9,28.9,21.8,2.3,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68105",1,38.19113,-85.77935,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,113,122,0,8,"","","Certification not required",0,14.061667,10.132875,29.3,"2013-06-12 00:00",29.2,"2013-07-18 00:00",28.9,"2013-07-09 00:00",28.8,"2013-08-29 00:00","","","","",29.2,28.9,27.9,26.4,23.1,16.6,-0.6,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68106",1,38.19113,-85.77935,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,115,122,0,8,"","","Certification not required",0,746.729508,4.563667,757,"2013-12-07 00:00",757,"2013-12-24 00:00",756,"2013-01-04 00:00",756,"2013-12-12 00:00","","","","",757,756,755,752,749,747,741,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68107",1,38.19113,-85.77935,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,115,122,0,8,"","","Certification not required",0,752.032787,4.45906,764,"2013-11-12 00:00",763,"2013-12-07 00:00",763,"2013-12-12 00:00",763,"2013-12-24 00:00","","","","",763,763,760,758,755,752,747,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68108",1,38.19113,-85.77935,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,115,122,0,8,"","","Certification not required",0,749.459016,4.346838,761,"2013-11-12 00:00",761,"2013-12-07 00:00",760,"2013-12-12 00:00",760,"2013-12-24 00:00","","","","",761,760,757,755,752,749,745,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","68109",1,38.19113,-85.77935,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",122,100,115,122,0,8,"","","Certification not required",0,1438.237705,6.009707,1440,"2013-01-01 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","81102",3,38.19113,-85.77935,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7816,89,327,365,0,200,"","","Certification not required",0,16.642912,9.258196,170,"2013-07-04 21:00",130,"2013-11-21 08:00",113,"2013-07-04 22:00",109,"2013-07-04 20:00","","","","",45,39,32,28,21,15,7,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0044","81102",3,38.19113,-85.77935,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",327,90,327,365,0,0,0,0,"Certification not required",0,16.137615,6.62557,40,"2013-07-18 00:00",34,"2013-10-28 00:00",33,"2013-09-09 00:00",33,"2013-11-21 00:00","","","","",33,30,28,25,21,15,8,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0044","88101",1,38.19113,-85.77935,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,86,105,122,0,20,0,0,"Certification not required",0,10.185455,4.487042,22.9,"2013-07-18 00:00",22,"2013-09-10 00:00",20.6,"2013-09-19 00:00",18.7,"2013-08-11 00:00","","","","",22,20.6,18.1,16.6,13.3,10.1,5.3,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0044","88101",1,38.19113,-85.77935,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,86,105,122,0,20,"","","Certification not required",0,10.185455,4.487042,22.9,"2013-07-18 00:00",22,"2013-09-10 00:00",20.6,"2013-09-19 00:00",18.7,"2013-08-11 00:00","","","","",22,20.6,18.1,16.6,13.3,10.1,5.3,"Wyandotte Park","1032 BEECHER AVE, WYANDOTTE PARK","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","42401",1,38.06091,-85.89804,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7933,91,334,365,0,83,18,"","Certification not required",0,20.230838,27.669084,172.7,"2013-08-26 13:00",158.6,"2013-06-25 14:00",137,"2013-05-09 12:00",117.2,"2013-09-08 12:00","","","","",117.2,104,80.6,62.1,25.9,8.1,1.7,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","42401",1,38.06091,-85.89804,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7933,91,334,365,0,83,"","","Certification not required",0,3.495664,9.330478,172.7,"2013-08-26 13:00",163.6,"2013-08-26 14:00",158.6,"2013-06-25 14:00",137,"2013-05-09 12:00","","","","",49.4,30.7,13.3,5.7,2.3,1.2,0.5,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","42401",1,38.06091,-85.89804,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,3.497605,4.2007,42.7,"2013-05-15 00:00",26.5,"2013-06-25 00:00",23.7,"2013-08-26 00:00",23.4,"2013-07-20 00:00","","","","",23.4,14.3,11.4,7.8,4,2.1,0.9,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","42401",1,38.06091,-85.89804,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2606,89,333,365,0,0,"",0,"Certification not required",0,3.462586,7.647087,112.7,"2013-08-26 14:00",88,"2013-05-15 14:00",86.1,"2013-06-25 14:00",77.5,"2013-05-15 17:00","","","","",41.1,30.1,14.5,6.5,2.6,1.2,0.5,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","42406",1,38.06091,-85.89804,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7930,91,334,365,0,86,"","","Certification not required",0,8.579332,30.111186,436.2,"2013-08-26 16:00",429.7,"2013-10-01 13:00",411.2,"2013-08-26 14:00",393.4,"2013-08-26 13:00","","","","",165.5,104.2,38.3,11.4,3.2,1.5,0.8,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","44201",1,38.06091,-85.89804,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5541,95,232,245,0,339,0,0,"Certification not required",792,0.048155,0.011683,0.082,"2013-09-04 17:00",0.079,"2013-06-14 15:00",0.079,"2013-08-19 17:00",0.077,"2013-06-07 15:00","","","","",0.079,0.077,0.07,0.061,0.056,0.047,0.034,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-23" +"21","111","0051","44201",1,38.06091,-85.89804,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5580,94,231,245,0,0,0,0,"Certification not required",0,0.041978,0.010343,0.068,"2013-08-29 10:00",0.066,"2013-08-23 11:00",0.065,"2013-09-05 11:00",0.064,"2013-06-07 12:00","","","","",0.065,0.063,0.06,0.055,0.049,0.042,0.029,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-23" +"21","111","0051","44201",1,38.06091,-85.89804,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5580,94,231,245,0,0,0,0,"Certification not required",0,0.041978,0.010343,0.068,"2013-08-29 10:00",0.066,"2013-08-23 11:00",0.065,"2013-09-05 11:00",0.064,"2013-06-07 12:00","","","","",0.065,0.063,0.06,0.055,0.049,0.042,0.029,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-23" +"21","111","0051","68101",1,38.06091,-85.89804,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,100,58,61,0,11,"","","Certification not required",52,0.273729,0.232389,0.7,"2013-05-07 00:00",0.7,"2013-05-13 00:00",0.6,"2013-02-18 00:00",0.6,"2013-03-23 00:00","","","","",0.7,0.6,0.6,0.6,0.5,0.2,0.05,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68102",1,38.06091,-85.89804,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,97,112,122,0,11,"","","Certification not required",0,23.990678,0.036951,24.1,"2013-03-02 00:00",24.1,"2013-03-26 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00","","","","",24.1,24,24,24,24,24,23.9,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68103",1,38.06091,-85.89804,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,110,122,0,11,"","","Certification not required",0,8.363793,9.979286,23.9,"2013-07-18 00:00",23.2,"2013-07-09 00:00",23.2,"2013-09-10 00:00",23,"2013-08-08 00:00","","","","",23.2,23.2,22.7,20.6,17.6,9.2,-4.7,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68104",1,38.06091,-85.89804,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,110,122,0,11,"","","Certification not required",0,19.50431,10.866593,35,"2013-07-18 00:00",34.9,"2013-08-29 00:00",34.3,"2013-09-10 00:00",34.1,"2013-06-12 00:00","","","","",34.9,34.3,33.6,32.4,28.9,22,2.2,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68105",1,38.06091,-85.89804,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,110,122,0,11,"","","Certification not required",0,13.69569,10.085464,28.9,"2013-06-12 00:00",28.3,"2013-07-09 00:00",28.3,"2013-07-18 00:00",28.3,"2013-08-29 00:00","","","","",28.3,28.3,27.4,26.1,22.7,15.5,-0.7,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68106",1,38.06091,-85.89804,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,112,122,0,11,"","","Certification not required",0,747.338983,4.712631,758,"2013-12-24 00:00",757,"2013-12-07 00:00",757,"2013-12-12 00:00",756,"2013-03-08 00:00","","","","",757,757,755,753,750,748,741,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68107",1,38.06091,-85.89804,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,112,122,0,11,"","","Certification not required",0,752.932203,4.837052,765,"2013-01-10 00:00",765,"2013-11-12 00:00",764,"2013-12-12 00:00",763,"2013-01-07 00:00","","","","",765,764,763,760,756,752,748,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68108",1,38.06091,-85.89804,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,112,122,0,11,"","","Certification not required",0,750.322034,4.568344,761,"2013-11-12 00:00",761,"2013-12-07 00:00",761,"2013-12-12 00:00",761,"2013-12-24 00:00","","","","",761,761,758,757,753,751,745,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","68109",1,38.06091,-85.89804,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,97,112,122,0,11,"","","Certification not required",0,1439.254237,1.745257,1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","88101",1,38.06091,-85.89804,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,81,99,122,0,26,0,0,"Certification not required",0,9.863462,4.186086,22.8,"2013-08-26 00:00",19.8,"2013-08-11 00:00",19.3,"2013-07-18 00:00",18.7,"2013-09-10 00:00","","","","",22.8,19.8,18.6,15.6,12.7,10.1,5.2,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","88101",1,38.06091,-85.89804,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,81,99,122,0,26,"","","Certification not required",0,9.863462,4.186086,22.8,"2013-08-26 00:00",19.8,"2013-08-11 00:00",19.3,"2013-07-18 00:00",18.7,"2013-09-10 00:00","","","","",22.8,19.8,18.6,15.6,12.7,10.1,5.2,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0051","88101",3,38.06091,-85.89804,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7665,88,326,365,0,351,"","","Certification not required",0,12.608311,7.799514,243.9,"2013-07-23 21:00",223.6,"2013-07-10 17:00",73.7,"2013-08-26 13:00",73.2,"2013-03-20 00:00","","","","",33.5,29.4,25.2,21.3,16.2,11.4,5.2,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","88101",3,38.06091,-85.89804,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,0,0,"Certification not required",0,12.593082,4.747746,29.6,"2013-07-23 00:00",27.2,"2013-01-07 00:00",25.8,"2013-08-26 00:00",25.5,"2013-01-26 00:00","","","","",25.5,23.9,21.1,18.9,15.4,12.4,6.7,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0051","88101",3,38.06091,-85.89804,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,"","","Certification not required",0,12.593082,4.747746,29.6,"2013-07-23 00:00",27.2,"2013-01-07 00:00",25.8,"2013-08-26 00:00",25.5,"2013-01-26 00:00","","","","",25.5,23.9,21.1,18.9,15.4,12.4,6.7,"Watson Lane","7201 WATSON LN, WATSON LN ELEMENTARY SCH","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42101",1,38.22876,-85.65452,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7749,88,322,365,0,267,0,0,"Certification not required",56,0.289974,0.160461,1.79,"2013-02-06 08:00",1.64,"2013-01-08 07:00",1.62,"2013-11-29 07:00",1.59,"2013-11-29 05:00","","","","",0.94,0.78,0.57,0.45,0.34,0.26,0.15,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42101",1,38.22876,-85.65452,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7771,89,322,365,0,0,0,0,"Certification not required",0,0.290336,0.138415,1.4,"2013-11-29 08:00",1.3,"2013-11-29 07:00",1.3,"2013-11-29 09:00",1.3,"2013-11-29 10:00",1.4,"2013-11-29 08:00",1.1,"2013-10-12 06:00",0.8,0.7,0.5,0.4,0.3,0.3,0.2,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42401",1,38.22876,-85.65452,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7806,89,324,365,0,210,0,"","Certification not required",0,5.194753,5.622732,31.9,"2013-03-15 13:00",27.5,"2013-06-01 12:00",27,"2013-03-29 12:00",25.1,"2013-07-19 00:00","","","","",25.1,23,17.1,13.1,7.1,3.1,0.6,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42401",1,38.22876,-85.65452,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7806,89,324,365,0,210,"","","Certification not required",0,1.248142,2.242152,31.9,"2013-03-15 13:00",27.5,"2013-06-01 12:00",27.2,"2013-03-15 12:00",27,"2013-03-29 12:00","","","","",10.9,7.9,4.9,3.2,1.4,0.5,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42401",1,38.22876,-85.65452,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",324,89,324,365,0,0,0,"","Certification not required",0,1.267284,1.21471,7,"2013-03-15 00:00",6.9,"2013-01-23 00:00",6.5,"2013-09-11 00:00",6,"2013-05-15 00:00","","","","",6,4.9,3.8,2.7,1.7,0.9,0.2,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42401",1,38.22876,-85.65452,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2560,88,322,365,0,0,"",0,"Certification not required",0,1.212266,1.918403,26.8,"2013-03-15 14:00",14.5,"2013-03-29 14:00",14.4,"2013-05-15 23:00",14.4,"2013-07-07 20:00","","","","",9.6,7.7,4.7,3.2,1.4,0.5,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42406",1,38.22876,-85.65452,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7831,89,326,365,0,185,"","","Certification not required",0,1.846469,3.638421,69.1,"2013-07-19 00:00",56,"2013-05-17 11:00",49.6,"2013-02-05 13:00",48.7,"2013-07-23 10:00","","","","",18.1,12.6,7.5,4.5,1.9,0.7,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42600",2,38.22876,-85.65452,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5144,59,216,365,0,2872,"","","Certification not required",0,16.308048,21.170229,236.1,"2013-11-29 07:00",235.8,"2013-11-29 08:00",231,"2013-11-29 06:00",230.1,"2013-10-25 07:00","","","","",110.4,88.8,55.1,35.8,17.7,9.2,3.7,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42601",1,38.22876,-85.65452,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7719,88,324,365,0,297,"","","Certification not required",0,6.299585,18.670346,229,"2013-11-29 08:00",223.3,"2013-11-29 07:00",218,"2013-11-29 06:00",214.2,"2013-01-08 07:00","","","","",103.1,74.4,34.9,12.9,2.8,1.2,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42601",2,38.22876,-85.65452,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5144,59,216,365,0,2872,"","","Certification not required",0,5.08229,15.84422,202.3,"2013-11-29 07:00",202.1,"2013-11-29 08:00",200.8,"2013-10-25 07:00",195,"2013-11-29 06:00","","","","",85.9,62.2,29.1,10.8,2.1,0.5,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42602",1,38.22876,-85.65452,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7719,88,324,365,0,297,0,"","Certification not required",0,23.130247,9.515242,51.3,"2013-10-11 19:00",46.5,"2013-04-05 08:00",46.4,"2013-03-15 20:00",43.9,"2013-03-14 07:00","","","","",43.9,42.8,39.6,36.5,30.4,22.6,11.2,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42602",1,38.22876,-85.65452,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7719,88,324,365,0,297,"","","Certification not required",0,10.618953,8.212888,51.3,"2013-10-11 19:00",46.7,"2013-10-11 20:00",46.5,"2013-04-05 08:00",46.4,"2013-03-15 20:00","","","","",36.7,34,28.8,22.8,14.3,7.7,3.2,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42603",1,38.22876,-85.65452,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7718,88,324,365,0,298,"","","Certification not required",0,16.333351,24.326372,260.1,"2013-11-29 08:00",253.3,"2013-11-29 07:00",249.7,"2013-01-08 07:00",246.3,"2013-11-29 06:00","","","","",131.7,101,61.6,35.6,16.1,8.4,3,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","42612",2,38.22876,-85.65452,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5144,59,216,365,0,2872,"","","Certification not required",0,11.06874,8.195314,57.1,"2013-10-11 19:00",51.3,"2013-09-27 20:00",50.8,"2013-10-11 20:00",45.7,"2013-10-10 19:00","","","","",35.6,33.2,28,23.3,15.4,8.3,3.3,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","44201",1,38.22876,-85.65452,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7895,98,239,245,0,121,0,0,"Certification not required",1050,0.048067,0.012139,0.086,"2013-06-17 14:00",0.086,"2013-09-08 14:00",0.08,"2013-07-21 15:00",0.075,"2013-05-15 13:00","","","","",0.08,0.073,0.069,0.063,0.056,0.047,0.037,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","44201",1,38.22876,-85.65452,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7927,98,239,245,0,0,0,0,"Certification not required",0,0.042661,0.010968,0.069,"2013-09-08 10:00",0.068,"2013-05-15 10:00",0.066,"2013-07-21 11:00",0.065,"2013-06-17 10:00","","","","",0.066,0.064,0.06,0.058,0.05,0.042,0.033,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","44201",1,38.22876,-85.65452,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7927,98,239,245,0,0,0,0,"Certification not required",0,0.042661,0.010968,0.069,"2013-09-08 10:00",0.068,"2013-05-15 10:00",0.066,"2013-07-21 11:00",0.065,"2013-06-17 10:00","","","","",0.066,0.064,0.06,0.058,0.05,0.042,0.033,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","61101",1,38.22876,-85.65452,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Sonic Anemometer 85004",2013,"Knots","No Events",7116,81,296,365,0,900,"","","Certification not required",0,4.290655,2.749008,36.3,"2013-02-22 01:00",22.3,"2013-02-22 02:00",17.7,"2013-04-18 13:00",16.9,"2013-02-19 01:00","","","","",12.4,11.5,9.7,8,5.6,3.7,1.4,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","61102",1,38.22876,-85.65452,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Sonic Anemometer 85004",2013,"Degrees Compass","No Events",7116,81,296,365,0,900,"","","Certification not required",0,186.56928,98.960374,359,"2013-01-01 10:00",359,"2013-01-01 12:00",359,"2013-02-16 02:00",359,"2013-03-02 04:00","","","","",357,354,344,321,260,191,31,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","61103",1,38.22876,-85.65452,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",7023,80,291,365,0,993,"","","Certification not required",0,3.905539,2.687439,17.1,"2013-02-22 01:00",17.1,"2013-04-18 13:00",16.3,"2013-02-19 01:00",15.9,"2013-04-18 10:00","","","","",12,11.1,9.3,7.6,5.2,3.3,1,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","61104",1,38.22876,-85.65452,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",7023,80,291,365,0,993,"","","Certification not required",0,187.735298,99.422875,359,"2013-03-02 04:00",359,"2013-03-07 12:00",359,"2013-05-07 02:00",359,"2013-05-07 17:00","","","","",357,354,346,324,262,191,29,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","62101",1,38.22876,-85.65452,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7908,90,329,365,0,108,"","","Certification not required",0,56.788569,18.106812,93,"2013-08-28 13:00",93,"2013-08-28 14:00",93,"2013-08-28 15:00",93,"2013-08-28 16:00","","","","",88,86,82,79,72,61,32,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","62201",1,38.22876,-85.65452,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7911,90,329,365,0,105,"","","Certification not required",0,64.879535,18.631628,100,"2013-01-12 08:00",100,"2013-02-22 05:00",100,"2013-02-22 06:00",100,"2013-02-22 07:00","","","","",99,96,92,89,81,66,39,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","63301",1,38.22876,-85.65452,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8009,91,334,365,0,7,"","","Certification not required",3897,0.251478,0.368158,1.58,"2013-05-12 12:00",1.55,"2013-05-13 12:00",1.5,"2013-05-12 13:00",1.5,"2013-05-13 13:00","","","","",1.34,1.25,1.08,0.87,0.43,0.01,0.005,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","65102",1,38.22876,-85.65452,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",7865,90,325,365,0,151,"","","Certification not required",0,0.006242,0.051661,1.8,"2013-06-17 16:00",1.5,"2013-06-26 16:00",1.02,"2013-10-05 12:00",0.99,"2013-10-05 22:00","","","","",0.16,0.07,0.01,0,0,0,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","68101",1,38.22876,-85.65452,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",124,100,117,122,0,5,"","","Certification not required",61,0.166532,0.138916,0.6,"2013-09-10 00:00",0.5,"2013-06-12 00:00",0.5,"2013-07-09 00:00",0.5,"2013-07-18 00:00","","","","",0.5,0.5,0.4,0.3,0.3,0.1,0.05,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68102",1,38.22876,-85.65452,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",124,100,117,122,0,5,"","","Certification not required",0,23.995968,0.02963,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68103",1,38.22876,-85.65452,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,115,122,0,5,"","","Certification not required",0,8.612295,10.138321,25.2,"2013-07-18 00:00",24.3,"2013-08-08 00:00",24.3,"2013-08-29 00:00",24.1,"2013-07-09 00:00","","","","",24.3,24.3,22.6,21.5,18.1,9,-3.9,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68103",6,38.22876,-85.65452,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,9.428571,9.784227,24.5,"2013-07-18 00:00",24.5,"2013-07-24 00:00",24.5,"2013-07-30 00:00",23.6,"2013-08-29 00:00","","","","",24.5,24.5,23.4,21.5,18,11.5,-3.5,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","68104",1,38.22876,-85.65452,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,115,122,0,5,"","","Certification not required",0,19.316393,11.062866,36.2,"2013-07-18 00:00",35.9,"2013-06-12 00:00",35.1,"2013-09-10 00:00",34.6,"2013-07-09 00:00","","","","",35.9,35.1,34.2,32.8,29,20.8,2,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68104",6,38.22876,-85.65452,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,20.31619,10.79039,37,"2013-07-18 00:00",37,"2013-07-24 00:00",37,"2013-07-30 00:00",35.3,"2013-06-12 00:00","","","","",37,37,34.1,32.6,29.8,22.4,4.9,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","68105",1,38.22876,-85.65452,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,115,122,0,5,"","","Certification not required",0,13.733607,10.291227,29.8,"2013-06-12 00:00",29.6,"2013-07-18 00:00",29.4,"2013-07-09 00:00",29,"2013-08-29 00:00","","","","",29.6,29.4,28,26.3,23.1,14.9,-0.4,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68105",6,38.22876,-85.65452,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,14.725714,9.931032,29.1,"2013-07-18 00:00",29.1,"2013-07-24 00:00",29.1,"2013-07-30 00:00",28.9,"2013-06-12 00:00","","","","",29.1,29.1,28.5,26.7,23.2,17.5,0.8,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","68106",1,38.22876,-85.65452,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,117,122,0,5,"","","Certification not required",0,744.612903,4.563392,755,"2013-12-07 00:00",755,"2013-12-24 00:00",754,"2013-12-12 00:00",753,"2013-01-04 00:00","","","","",755,754,753,750,747,745,739,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68106",6,38.22876,-85.65452,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,53,61,0,2,"","","Certification not required",0,744.634615,4.26787,754,"2013-01-22 00:00",754,"2013-03-08 00:00",754,"2013-11-12 00:00",752,"2013-01-04 00:00","","","","",754,754,752,750,747,745,740,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","68107",1,38.22876,-85.65452,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,117,122,0,5,"","","Certification not required",0,749.951613,4.450002,762,"2013-11-12 00:00",761,"2013-12-07 00:00",761,"2013-12-12 00:00",761,"2013-12-24 00:00","","","","",761,761,758,756,753,750,745,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68107",6,38.22876,-85.65452,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,53,61,0,2,"","","Certification not required",0,750.634615,4.859297,761,"2013-01-10 00:00",761,"2013-01-25 00:00",761,"2013-01-31 00:00",761,"2013-11-12 00:00","","","","",761,761,760,758,754,750,745,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","68108",1,38.22876,-85.65452,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,117,122,0,5,"","","Certification not required",0,747.467742,4.328832,759,"2013-12-07 00:00",758,"2013-11-12 00:00",758,"2013-12-12 00:00",758,"2013-12-24 00:00","","","","",758,758,755,753,750,747,742,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","68108",6,38.22876,-85.65452,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,53,61,0,2,"","","Certification not required",0,746.75,4.207598,758,"2013-11-12 00:00",756,"2013-03-08 00:00",755,"2013-01-07 00:00",755,"2013-01-22 00:00","","","","",756,755,754,752,749,747,741,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","68109",1,38.22876,-85.65452,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",124,100,117,122,0,5,"","","Certification not required",0,1439.274194,1.909917,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","85101",1,38.22876,-85.65452,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,99,122,0,20,"","","Certification not required",1,14.394231,5.628323,29,"2013-09-10 00:00",28,"2013-06-12 00:00",27,"2013-09-19 00:00",27,"2013-10-28 00:00","","","","",28,27,24,22,18,14,8,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","85101",3,38.22876,-85.65452,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7704,88,321,365,0,312,"","","Certification not required",274,15.549455,9.008046,223,"2013-11-02 18:00",133,"2013-10-31 21:00",95,"2013-10-31 22:00",91,"2013-10-31 20:00","","","","",40,36,31,27,20,14,6,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","85129",1,38.22876,-85.65452,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",40,66,38,61,0,0,0,0,"Certification not required",0,0.003825,0.003615,0.02,"2013-04-20 00:00",0.01,"2013-01-04 00:00",0.01,"2013-07-27 00:00",0.009,"2013-02-15 00:00","","","","",0.02,0.02,0.01,0.009,0.005,0.003,0.001,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2013-11-08" +"21","111","0067","86101",1,38.22876,-85.65452,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",102,84,97,122,0,22,"","","Certification not required",0,5.639216,2.870063,13.1,"2013-06-12 00:00",13,"2013-05-16 00:00",13,"2013-10-28 00:00",11.6,"2013-05-28 00:00","","","","",13,13,10.9,9.2,7.1,5.4,2.2,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","86101",3,38.22876,-85.65452,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7408,85,309,365,0,608,"","","Certification not required",0,4.665375,5.989967,208.1,"2013-11-02 18:00",127.8,"2013-10-31 21:00",89.4,"2013-10-31 22:00",85.9,"2013-10-31 20:00","","","","",20.2,17,13.2,10.7,7.3,3.9,-0.8,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","88101",1,38.22876,-85.65452,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,86,105,122,0,19,0,0,"Certification not required",0,9.483636,4.03295,22.3,"2013-07-18 00:00",20,"2013-09-10 00:00",19.2,"2013-09-19 00:00",18.1,"2013-08-26 00:00","","","","",20,19.2,17.4,14.9,12.2,9.4,4.9,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","88101",1,38.22876,-85.65452,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,86,105,122,0,19,"","","Certification not required",0,9.483636,4.03295,22.3,"2013-07-18 00:00",20,"2013-09-10 00:00",19.2,"2013-09-19 00:00",18.1,"2013-08-26 00:00","","","","",20,19.2,17.4,14.9,12.2,9.4,4.9,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-07" +"21","111","0067","88101",3,38.22876,-85.65452,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7625,87,322,365,0,391,"","","Certification not required",0,11.220315,6.038257,50,"2013-07-04 23:00",49.4,"2013-07-04 22:00",47,"2013-07-04 21:00",41,"2013-06-17 13:00","","","","",29.3,26.7,22.7,19.4,14.4,10.2,4.6,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","88101",3,38.22876,-85.65452,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,0,0,"Certification not required",0,11.133962,4.541055,26,"2013-01-07 00:00",23.9,"2013-01-02 00:00",23.8,"2013-06-08 00:00",23.6,"2013-07-18 00:00","","","","",23.6,22.7,20.4,17.2,14,10.4,6,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","88101",3,38.22876,-85.65452,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,"","","Certification not required",0,11.133962,4.541055,26,"2013-01-07 00:00",23.9,"2013-01-02 00:00",23.8,"2013-06-08 00:00",23.6,"2013-07-18 00:00","","","","",23.6,22.7,20.4,17.2,14,10.4,6,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","0067","88102",6,38.22876,-85.65452,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",95,0.020882,0.0082,0.076,"2013-01-22 00:00",0.061,"2013-05-10 00:00",0.033,"2013-10-01 00:00",0.026,"2013-01-25 00:00","","","","",0.061,0.033,0.026,0.026,0.021,0.021,0.014,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88103",6,38.22876,-85.65452,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.000765,0.001153,0.006,"2013-06-21 00:00",0.004,"2013-02-06 00:00",0.003,"2013-01-01 00:00",0.003,"2013-01-10 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88104",6,38.22876,-85.65452,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",44,0.045363,0.095357,0.841,"2013-09-25 00:00",0.344,"2013-07-15 00:00",0.224,"2013-06-12 00:00",0.191,"2013-04-10 00:00","","","","",0.344,0.224,0.172,0.084,0.044,0.018,0.0065,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88107",6,38.22876,-85.65452,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.007056,0.007037,0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-06-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88109",6,38.22876,-85.65452,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",16,0.004235,0.003187,0.017,"2013-02-06 00:00",0.0163,"2013-02-24 00:00",0.0161,"2013-10-28 00:00",0.0142,"2013-02-12 00:00","","","","",0.0163,0.0161,0.0098,0.0069,0.0048,0.0037,0.00115,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88110",6,38.22876,-85.65452,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.001657,0.004087,0.022,"2013-09-04 00:00",0.016,"2013-05-22 00:00",0.014,"2013-09-28 00:00",0.013,"2013-07-27 00:00","","","","",0.016,0.014,0.012,0.007,0,0,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88111",6,38.22876,-85.65452,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",9,0.027157,0.018948,0.0921,"2013-07-15 00:00",0.0754,"2013-06-21 00:00",0.0737,"2013-10-28 00:00",0.0734,"2013-07-18 00:00","","","","",0.0754,0.0737,0.0711,0.0527,0.0368,0.0237,0.0064,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88112",6,38.22876,-85.65452,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.006176,0.014843,0.124,"2013-09-25 00:00",0.049,"2013-09-13 00:00",0.049,"2013-09-22 00:00",0.045,"2013-10-10 00:00","","","","",0.049,0.049,0.025,0.011,0.005,0.002,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88113",6,38.22876,-85.65452,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",99,0.000694,0.000181,0.0016,"2013-01-19 00:00",0.0014,"2013-01-10 00:00",0.0014,"2013-03-26 00:00",0.001,"2013-02-18 00:00","","","","",0.0014,0.0014,0.001,0.001,0.0007,0.00065,0.00055,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88114",6,38.22876,-85.65452,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",41,0.002583,0.001894,0.0097,"2013-07-06 00:00",0.0088,"2013-07-03 00:00",0.0073,"2013-10-28 00:00",0.0069,"2013-02-12 00:00","","","","",0.0088,0.0073,0.0063,0.005,0.0036,0.0022,0.0008,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88115",6,38.22876,-85.65452,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",60,0.007685,0.008199,0.042,"2013-01-16 00:00",0.04,"2013-01-07 00:00",0.0394,"2013-01-04 00:00",0.033,"2013-08-17 00:00","","","","",0.04,0.0394,0.0281,0.014,0.0085,0.00405,0.00245,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88117",6,38.22876,-85.65452,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.007235,0.011255,0.0435,"2013-06-18 00:00",0.0435,"2013-08-17 00:00",0.0435,"2013-10-16 00:00",0.043,"2013-02-18 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0034,0.0028,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88118",6,38.22876,-85.65452,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.010404,0.00683,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88126",6,38.22876,-85.65452,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.062571,0.035933,0.191,"2013-10-28 00:00",0.175,"2013-07-15 00:00",0.141,"2013-02-12 00:00",0.138,"2013-05-01 00:00","","","","",0.175,0.141,0.134,0.11,0.0796,0.0531,0.0252,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88128",6,38.22876,-85.65452,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.002559,0.004135,0.029,"2013-02-12 00:00",0.021,"2013-10-28 00:00",0.012,"2013-04-20 00:00",0.011,"2013-02-06 00:00","","","","",0.021,0.012,0.007,0.006,0.004,0.001,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88131",6,38.22876,-85.65452,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.010279,0.0034,0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-02-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88132",6,38.22876,-85.65452,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.001363,0.001413,0.008,"2013-09-25 00:00",0.005,"2013-02-12 00:00",0.005,"2013-10-25 00:00",0.004,"2013-02-15 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88136",6,38.22876,-85.65452,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,0.000765,0.00149,0.009,"2013-09-25 00:00",0.007,"2013-01-01 00:00",0.006,"2013-02-15 00:00",0.004,"2013-04-16 00:00","","","","",0.007,0.006,0.003,0.002,0.001,0,0,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88140",6,38.22876,-85.65452,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",86,0.009702,0.00973,0.058,"2013-07-15 00:00",0.049,"2013-08-17 00:00",0.0476,"2013-02-09 00:00",0.046,"2013-04-16 00:00","","","","",0.049,0.0476,0.028,0.0178,0.009,0.006,0.00475,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88152",6,38.22876,-85.65452,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.005403,0.001509,0.008,"2013-02-03 00:00",0.008,"2013-03-14 00:00",0.008,"2013-03-17 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88154",6,38.22876,-85.65452,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",96,0.001134,0.000428,0.0036,"2013-05-16 00:00",0.0034,"2013-02-12 00:00",0.002,"2013-10-10 00:00",0.002,"2013-11-09 00:00","","","","",0.0034,0.002,0.0014,0.0013,0.00125,0.00125,0.00065,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88160",6,38.22876,-85.65452,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",99,0.014,0.005319,0.044,"2013-02-06 00:00",0.037,"2013-08-26 00:00",0.023,"2013-02-18 00:00",0.018,"2013-01-16 00:00","","","","",0.037,0.023,0.018,0.018,0.016,0.016,0.01,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88161",6,38.22876,-85.65452,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",91,0.002841,0.002054,0.0191,"2013-07-15 00:00",0.0098,"2013-06-12 00:00",0.0078,"2013-04-25 00:00",0.0077,"2013-10-10 00:00","","","","",0.0098,0.0078,0.0054,0.0041,0.00265,0.0025,0.0021,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88164",6,38.22876,-85.65452,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",101,0.001581,0.000345,0.004,"2013-04-10 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-03-14 00:00",0.0019,"2013-03-17 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88165",6,38.22876,-85.65452,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",12,0.058962,0.068243,0.52,"2013-07-15 00:00",0.342,"2013-06-12 00:00",0.29,"2013-07-18 00:00",0.207,"2013-05-01 00:00","","","","",0.342,0.29,0.112,0.0948,0.07,0.0438,0.009,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88166",6,38.22876,-85.65452,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.008636,0.004891,0.019,"2013-05-16 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-01-28 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88167",6,38.22876,-85.65452,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",14,0.007466,0.004752,0.025,"2013-04-16 00:00",0.024,"2013-01-07 00:00",0.0227,"2013-01-16 00:00",0.0202,"2013-01-04 00:00","","","","",0.024,0.0227,0.0153,0.0132,0.0094,0.0076,0.00175,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88168",6,38.22876,-85.65452,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",99,0.001342,0.000721,0.0074,"2013-07-06 00:00",0.0036,"2013-04-07 00:00",0.0023,"2013-06-30 00:00",0.00175,"2013-01-16 00:00","","","","",0.0036,0.0023,0.00175,0.00175,0.00155,0.00115,0.00085,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88169",6,38.22876,-85.65452,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",1,0.935987,0.530078,3.31,"2013-07-18 00:00",2.34,"2013-08-11 00:00",2.28,"2013-08-26 00:00",2.2,"2013-09-19 00:00","","","","",2.34,2.28,1.89,1.56,1.17,0.874,0.374,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88176",6,38.22876,-85.65452,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",102,0.000994,0.000213,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-09 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88180",6,38.22876,-85.65452,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",1,0.060488,0.052108,0.402,"2013-07-03 00:00",0.341,"2013-07-06 00:00",0.137,"2013-06-30 00:00",0.127,"2013-09-10 00:00","","","","",0.341,0.137,0.117,0.097,0.0707,0.0497,0.0252,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88184",6,38.22876,-85.65452,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",70,0.038441,0.0397,0.252,"2013-04-10 00:00",0.192,"2013-04-16 00:00",0.175,"2013-05-31 00:00",0.132,"2013-08-17 00:00","","","","",0.192,0.175,0.124,0.08,0.041,0.02,0.0155,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88185",6,38.22876,-85.65452,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",96,0.00416,0.004232,0.0198,"2013-11-09 00:00",0.0139,"2013-10-13 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00","","","","",0.0139,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88301",6,38.22876,-85.65452,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",3,0.899619,0.721342,3.68,"2013-01-07 00:00",3.24,"2013-02-06 00:00",3.17,"2013-07-18 00:00",2.87,"2013-01-16 00:00","","","","",3.24,3.17,2.43,1.66,1.22,0.757,0.104,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88302",6,38.22876,-85.65452,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",5,0.055083,0.04258,0.27,"2013-04-10 00:00",0.208,"2013-05-31 00:00",0.164,"2013-10-13 00:00",0.16,"2013-07-15 00:00","","","","",0.208,0.164,0.134,0.109,0.0639,0.041,0.022,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88303",6,38.22876,-85.65452,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",16,0.049305,0.049176,0.328,"2013-07-06 00:00",0.267,"2013-07-03 00:00",0.258,"2013-10-13 00:00",0.13,"2013-06-30 00:00","","","","",0.267,0.258,0.118,0.083,0.059,0.0369,0.012,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88306",6,38.22876,-85.65452,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",1,1.306676,1.698831,10.2,"2013-01-07 00:00",7.33,"2013-01-16 00:00",7.12,"2013-02-06 00:00",5.67,"2013-02-24 00:00","","","","",7.33,7.12,5.12,2.87,1.5,0.586,0.286,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88355",6,38.22876,-85.65452,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,2.299769,1.048598,5.46,"2013-09-10 00:00",5.23,"2013-10-28 00:00",4.97,"2013-10-13 00:00",4.71,"2013-09-19 00:00","","","","",5.23,4.97,4.52,3.41,2.89,2.23,1.1,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88357",6,38.22876,-85.65452,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.421731,0.287824,1.61,"2013-05-25 00:00",1.52,"2013-10-28 00:00",1.1,"2013-10-10 00:00",1.03,"2013-09-04 00:00","","","","",1.52,1.1,0.947,0.811,0.543,0.334,0.143,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88370",6,38.22876,-85.65452,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,2.002885,0.91542,5.12,"2013-09-10 00:00",4.48,"2013-10-28 00:00",4.19,"2013-10-13 00:00",4.06,"2013-09-19 00:00","","","","",4.48,4.19,3.92,3,2.55,1.99,0.929,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88374",6,38.22876,-85.65452,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.171173,0.168845,0.984,"2013-09-10 00:00",0.791,"2013-10-28 00:00",0.78,"2013-09-19 00:00",0.697,"2013-08-26 00:00","","","","",0.791,0.78,0.48,0.342,0.227,0.115,0.032,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88375",6,38.22876,-85.65452,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.553192,0.229535,1.18,"2013-09-10 00:00",1.11,"2013-10-13 00:00",1.11,"2013-10-28 00:00",1,"2013-08-26 00:00","","","","",1.11,1.11,0.97,0.875,0.701,0.561,0.297,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88376",6,38.22876,-85.65452,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.579442,0.279356,1.62,"2013-10-28 00:00",1.34,"2013-06-24 00:00",1.28,"2013-01-28 00:00",1.28,"2013-09-10 00:00","","","","",1.34,1.28,1.05,0.928,0.711,0.559,0.241,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88377",6,38.22876,-85.65452,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.433077,0.227997,1.06,"2013-09-10 00:00",0.999,"2013-08-26 00:00",0.962,"2013-10-28 00:00",0.949,"2013-06-24 00:00","","","","",0.999,0.962,0.897,0.798,0.579,0.393,0.199,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88378",6,38.22876,-85.65452,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",27,0.266231,0.206498,0.798,"2013-10-13 00:00",0.663,"2013-09-19 00:00",0.639,"2013-08-26 00:00",0.613,"2013-09-10 00:00","","","","",0.663,0.639,0.587,0.515,0.435,0.273,0.001,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88380",6,38.22876,-85.65452,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.718538,0.402004,2.26,"2013-10-28 00:00",1.61,"2013-05-25 00:00",1.6,"2013-07-18 00:00",1.58,"2013-10-10 00:00","","","","",1.61,1.6,1.5,1.3,0.981,0.656,0.287,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88383",6,38.22876,-85.65452,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.862548,0.401797,2.23,"2013-10-13 00:00",2.23,"2013-10-28 00:00",1.74,"2013-09-19 00:00",1.72,"2013-10-10 00:00","","","","",2.23,1.74,1.54,1.31,1.13,0.831,0.403,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88384",6,38.22876,-85.65452,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.119591,0.100641,0.381,"2013-08-29 00:00",0.374,"2013-08-11 00:00",0.371,"2013-09-04 00:00",0.367,"2013-04-25 00:00","","","","",0.374,0.371,0.352,0.3,0.18,0.0736,0.0342,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88385",6,38.22876,-85.65452,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",83,0.00328,0.00704,0.0508,"2013-03-20 00:00",0.0327,"2013-01-19 00:00",0.029,"2013-05-25 00:00",0.019,"2013-03-08 00:00","","","","",0.0327,0.029,0.0139,0.00937,0.001,0.001,0.001,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88388",6,38.22876,-85.65452,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",3,0.562923,0.298165,1.58,"2013-10-13 00:00",1.31,"2013-09-19 00:00",1.17,"2013-01-28 00:00",1.09,"2013-10-01 00:00","","","","",1.31,1.17,1.03,0.917,0.768,0.561,0.176,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88403",6,38.22876,-85.65452,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,2.364187,1.37422,9.3,"2013-07-18 00:00",5.86,"2013-09-19 00:00",5.43,"2013-08-11 00:00",5.42,"2013-08-29 00:00","","","","",5.86,5.43,4.39,3.85,2.98,2.3,0.854,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","0067","88502",6,38.22876,-85.65452,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,100,53,61,0,4,"","","Certification not required",0,11.105882,5.037146,28.4,"2013-01-07 00:00",23,"2013-01-16 00:00",22.7,"2013-07-18 00:00",22.3,"2013-02-06 00:00","","","","",23,22.7,21,17.4,14.2,10.4,5,"CANNONS LANE","2730 CANNONS LANE, BOWMAN FIELD","Kentucky","Jefferson","","Louisville/Jefferson County, KY-IN","2014-02-13" +"21","111","1019","42101",1,38.229,-85.7018,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7593,87,316,365,0,423,0,0,"Certification not required",5455,0.36213,0.204429,2,"2013-01-08 21:00",1.9,"2013-01-08 22:00",1.9,"2013-11-24 08:00",1.7,"2013-01-08 18:00","","","","",1.1,0.9,0.8,0.7,0.5,0.25,0.25,"Fire Station #20","1735 BARDSTOWN RD, FIRE STATION #20","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","1019","42101",1,38.229,-85.7018,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7619,87,315,365,0,0,0,0,"Certification not required",0,0.388936,0.151858,1.4,"2013-01-09 00:00",1.4,"2013-01-09 01:00",1.3,"2013-01-08 22:00",1.3,"2013-01-08 23:00",1.4,"2013-01-09 00:00",1.3,"2013-10-12 04:00",0.9,0.8,0.7,0.6,0.4,0.3,0.3,"Fire Station #20","1735 BARDSTOWN RD, FIRE STATION #20","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","1041","42401",1,38.23158,-85.82678,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",7677,88,320,365,0,339,0,"","Certification not required",0,8.33375,7.81502,48,"2013-05-15 20:00",42.6,"2013-05-16 17:00",40.8,"2013-05-14 19:00",37.4,"2013-08-06 12:00","","","","",37.4,32.2,23.9,18.5,11.2,5.7,1.5,"Fire Arms Training","4201 ALGONQUIN PKWY","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","1041","42401",1,38.23158,-85.82678,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7677,88,320,365,0,339,"","","Certification not required",0,2.111554,3.264498,48,"2013-05-15 20:00",42.6,"2013-05-16 17:00",40.8,"2013-05-14 19:00",37.4,"2013-08-06 12:00","","","","",16.5,12.8,7.8,4.9,2.4,1.1,0.2,"Fire Arms Training","4201 ALGONQUIN PKWY","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","1041","42401",1,38.23158,-85.82678,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",320,88,320,365,0,0,0,"","Certification not required",0,2.089063,1.56641,10.3,"2013-05-15 00:00",10,"2013-05-16 00:00",8.4,"2013-05-14 00:00",8.3,"2013-03-29 00:00","","","","",8.3,6.6,4.9,4,2.9,1.6,0.5,"Fire Arms Training","4201 ALGONQUIN PKWY","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","1041","42401",1,38.23158,-85.82678,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2501,86,315,365,0,0,"",0,"Certification not required",0,2.089484,2.827674,27.9,"2013-08-06 14:00",27.3,"2013-05-15 20:00",24.9,"2013-08-05 17:00",24.2,"2013-03-29 11:00","","","","",14,11,7.4,5.1,2.5,1.1,0.2,"Fire Arms Training","4201 ALGONQUIN PKWY","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","111","1041","42406",1,38.23158,-85.82678,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7697,88,322,365,0,319,"","","Certification not required",0,3.473509,6.047246,89.4,"2013-05-16 17:00",80.8,"2013-05-15 21:00",70.3,"2013-05-15 20:00",68.5,"2013-05-14 19:00","","","","",30.9,23.7,14.7,8.6,3.4,1.5,0.3,"Fire Arms Training","4201 ALGONQUIN PKWY","Kentucky","Jefferson","Louisville","Louisville/Jefferson County, KY-IN","2014-01-31" +"21","113","0001","42401",1,37.89147,-84.58825,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7795,89,326,365,0,221,0,"","Certification not required",0,1.834356,3.154023,29,"2013-04-14 06:00",27,"2013-07-16 06:00",18,"2013-01-14 21:00",18,"2013-03-15 12:00","","","","",18,9,6,4,2,1,0,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","42401",1,37.89147,-84.58825,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7795,89,326,365,0,221,"","","Certification not required",0,0.339962,1.03264,29,"2013-04-14 06:00",27,"2013-07-16 06:00",20,"2013-07-16 07:00",18,"2013-01-14 21:00","","","","",3,3,2,1,0,0,0,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","42401",1,37.89147,-84.58825,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",326,89,326,365,0,0,0,"","Certification not required",0,0.344172,0.470757,3,"2013-03-15 00:00",2.5,"2013-08-23 00:00",2.3,"2013-07-16 00:00",2.2,"2013-01-23 00:00","","","","",2.2,1.8,1.3,1,0.5,0.2,0,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","42401",1,37.89147,-84.58825,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2572,88,325,365,0,0,"",0,"Certification not required",0,0.331376,0.872114,15.6,"2013-07-16 08:00",14,"2013-04-14 08:00",13,"2013-08-23 11:00",11.3,"2013-03-15 14:00","","","","",3.3,2.3,1.3,1,0.3,0,0,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","42406",1,37.89147,-84.58825,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7795,89,326,365,0,221,"","","Certification not required",0,0.568313,1.765883,59,"2013-04-14 06:00",59,"2013-07-16 06:00",58,"2013-07-16 07:00",33,"2013-04-14 07:00","","","","",6,4,2,1,1,0,0,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","44201",1,37.89147,-84.58825,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5704,97,237,245,0,176,0,0,"Certification not required",150,0.047325,0.008887,0.069,"2013-09-05 13:00",0.067,"2013-08-23 15:00",0.066,"2013-04-05 15:00",0.064,"2013-04-06 12:00","","","","",0.066,0.064,0.063,0.059,0.054,0.047,0.036,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2013-12-04" +"21","113","0001","44201",1,37.89147,-84.58825,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5717,96,236,245,0,0,0,0,"Certification not required",0,0.04278,0.008617,0.063,"2013-09-05 11:00",0.062,"2013-05-15 10:00",0.061,"2013-04-05 11:00",0.061,"2013-04-06 11:00","","","","",0.061,0.06,0.056,0.054,0.05,0.043,0.032,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2013-12-04" +"21","113","0001","44201",1,37.89147,-84.58825,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5717,96,236,245,0,0,0,0,"Certification not required",0,0.04278,0.008617,0.063,"2013-09-05 11:00",0.062,"2013-05-15 10:00",0.061,"2013-04-05 11:00",0.061,"2013-04-06 11:00","","","","",0.061,0.06,0.056,0.054,0.05,0.043,0.032,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2013-12-04" +"21","113","0001","61103",1,37.89147,-84.58825,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7217,82,300,365,0,55,"","","Certification not required",0,3.504074,2.633041,14.8,"2013-10-31 23:00",14.7,"2013-01-30 01:00",14.6,"2013-01-30 05:00",14.6,"2013-10-31 22:00","","","","",10.9,10,8.6,7.2,5,3.1,0.3,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","61104",1,37.89147,-84.58825,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7217,82,300,365,0,55,"","","Certification not required",0,182.7977,92.013603,359,"2013-01-02 08:00",359,"2013-01-13 07:00",359,"2013-01-24 08:00",359,"2013-02-20 19:00","","","","",353,348,329,301,246,199,48,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","113","0001","62101",1,37.89147,-84.58825,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7218,82,300,365,0,54,"","","Certification not required",0,55.772929,17.656016,92,"2013-06-12 16:00",92,"2013-07-17 14:00",91,"2013-06-12 15:00",91,"2013-07-16 15:00","","","","",87,85,82,78,70,58,31,"NICHOLASVILLE","KYTC MAINTENANCE GARAGE, 260 WILSON DRIVE","Kentucky","Jessamine","Nicholasville","Lexington-Fayette, KY","2014-02-19" +"21","139","0003","44201",1,37.155392,-88.394024,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5762,98,241,245,0,118,0,0,"Certification not required",227,0.049112,0.011148,0.078,"2013-09-07 13:00",0.076,"2013-09-10 14:00",0.076,"2013-09-11 12:00",0.075,"2013-03-15 15:00","","","","",0.076,0.075,0.068,0.064,0.057,0.049,0.036,"SMITHLAND","LIVINGSTON CO ROAD DEPT, 706 STATE DRIVE","Kentucky","Livingston","","Paducah, KY-IL","2013-12-04" +"21","139","0003","44201",1,37.155392,-88.394024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5780,98,240,245,0,0,0,0,"Certification not required",0,0.044033,0.009989,0.073,"2013-05-14 14:00",0.066,"2013-05-15 09:00",0.065,"2013-06-05 10:00",0.065,"2013-06-11 13:00","","","","",0.065,0.065,0.062,0.057,0.051,0.044,0.031,"SMITHLAND","LIVINGSTON CO ROAD DEPT, 706 STATE DRIVE","Kentucky","Livingston","","Paducah, KY-IL","2013-12-04" +"21","139","0003","44201",1,37.155392,-88.394024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5780,98,240,245,0,0,0,0,"Certification not required",0,0.044033,0.009989,0.073,"2013-05-14 14:00",0.066,"2013-05-15 09:00",0.065,"2013-06-05 10:00",0.065,"2013-06-11 13:00","","","","",0.065,0.065,0.062,0.057,0.051,0.044,0.031,"SMITHLAND","LIVINGSTON CO ROAD DEPT, 706 STATE DRIVE","Kentucky","Livingston","","Paducah, KY-IL","2013-12-04" +"21","139","0004","42153",6,37.07151,-88.33389,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.012444,0.007121,0.03,"2013-01-16 00:00",0.03,"2013-07-21 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0.01,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43205",6,37.07151,-88.33389,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,3.030333,3.573718,14.04,"2013-04-16 00:00",12.48,"2013-01-28 00:00",11.25,"2013-04-10 00:00",10.98,"2013-05-28 00:00","","","","",14.04,14.04,11.25,9.87,3.39,1.449,0.441,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43206",6,37.07151,-88.33389,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",1,2.755667,2.558064,11.38,"2013-01-16 00:00",9.34,"2013-04-10 00:00",7.56,"2013-08-08 00:00",7.44,"2013-01-04 00:00","","","","",11.38,11.38,7.56,5.7,3.98,2.2,0.364,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43208",6,37.07151,-88.33389,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.033511,0.004556,0.044,"2013-02-27 00:00",0.042,"2013-09-13 00:00",0.04,"2013-03-29 00:00",0.04,"2013-04-16 00:00","","","","",0.044,0.044,0.04,0.04,0.036,0.032,0.028,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43218",6,37.07151,-88.33389,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.33,3.879729,18.16,"2013-04-10 00:00",14.6,"2013-04-16 00:00",13.04,"2013-05-28 00:00",4.12,"2013-04-22 00:00","","","","",18.16,18.16,13.04,2.17,0.3,0.09,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43233",6,37.07151,-88.33389,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",10,0.159644,0.109942,0.64,"2013-02-03 00:00",0.328,"2013-01-16 00:00",0.328,"2013-08-26 00:00",0.296,"2013-05-22 00:00","","","","",0.64,0.64,0.328,0.28,0.224,0.128,0.048,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43372",6,37.07151,-88.33389,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002889,0.011,0.05,"2013-01-10 00:00",0.04,"2013-02-03 00:00",0.04,"2013-03-29 00:00",0,"2013-01-04 00:00","","","","",0.05,0.05,0.04,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43373",6,37.07151,-88.33389,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-28 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43396",6,37.07151,-88.33389,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-28 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43438",6,37.07151,-88.33389,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43441",6,37.07151,-88.33389,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.006444,0.021759,0.09,"2013-05-16 00:00",0.09,"2013-08-08 00:00",0.07,"2013-08-02 00:00",0.04,"2013-01-10 00:00","","","","",0.09,0.09,0.07,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43505",6,37.07151,-88.33389,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.078222,0.682916,2.74,"2013-06-27 00:00",2.65,"2013-09-07 00:00",2.59,"2013-01-10 00:00",2.19,"2013-06-21 00:00","","","","",2.74,2.74,2.59,2.18,1.5,0.82,0.37,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43560",6,37.07151,-88.33389,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.156889,0.145693,0.87,"2013-06-27 00:00",0.4,"2013-01-10 00:00",0.36,"2013-08-02 00:00",0.32,"2013-05-22 00:00","","","","",0.87,0.87,0.36,0.29,0.2,0.12,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43702",6,37.07151,-88.33389,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.208667,0.099398,0.51,"2013-04-16 00:00",0.48,"2013-05-22 00:00",0.41,"2013-06-27 00:00",0.34,"2013-06-21 00:00","","","","",0.51,0.51,0.41,0.33,0.25,0.21,0.09,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43704",6,37.07151,-88.33389,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.056889,0.33238,2.21,"2013-07-15 00:00",0.35,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",2.21,2.21,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43801",6,37.07151,-88.33389,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.541778,0.081472,0.73,"2013-04-10 00:00",0.73,"2013-06-27 00:00",0.7,"2013-05-22 00:00",0.69,"2013-04-16 00:00","","","","",0.73,0.73,0.7,0.67,0.58,0.53,0.45,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43802",6,37.07151,-88.33389,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.154889,0.157864,1.09,"2013-03-17 00:00",0.36,"2013-02-07 00:00",0.34,"2013-04-16 00:00",0.27,"2013-05-04 00:00","","","","",1.09,1.09,0.34,0.24,0.17,0.11,0.08,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43803",6,37.07151,-88.33389,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.163333,0.878493,5.92,"2013-01-28 00:00",0.26,"2013-09-19 00:00",0.09,"2013-04-10 00:00",0.06,"2013-05-28 00:00","","","","",5.92,5.92,0.09,0.05,0.04,0.02,0.01,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43804",6,37.07151,-88.33389,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.200222,0.543405,3.76,"2013-01-28 00:00",0.26,"2013-09-19 00:00",0.16,"2013-06-27 00:00",0.15,"2013-04-10 00:00","","","","",3.76,3.76,0.16,0.15,0.13,0.12,0.09,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43806",6,37.07151,-88.33389,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-02-03 00:00",0.01,"2013-02-09 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43811",6,37.07151,-88.33389,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.2464,0.036002,0.337,"2013-06-03 00:00",0.327,"2013-05-22 00:00",0.31,"2013-03-17 00:00",0.302,"2013-02-27 00:00","","","","",0.337,0.337,0.31,0.297,0.274,0.24,0.21,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43812",6,37.07151,-88.33389,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.117333,0.699306,4.7,"2013-01-28 00:00",0.14,"2013-09-19 00:00",0.1,"2013-07-09 00:00",0.06,"2013-05-28 00:00","","","","",4.7,4.7,0.1,0.06,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43813",6,37.07151,-88.33389,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.017111,0.065596,0.41,"2013-01-28 00:00",0.13,"2013-09-01 00:00",0.11,"2013-07-09 00:00",0.06,"2013-09-19 00:00","","","","",0.41,0.41,0.11,0.03,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43814",6,37.07151,-88.33389,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.015778,0.011964,0.06,"2013-04-28 00:00",0.03,"2013-02-07 00:00",0.03,"2013-03-29 00:00",0.03,"2013-05-16 00:00","","","","",0.06,0.06,0.03,0.03,0.02,0.02,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43815",6,37.07151,-88.33389,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.679556,1.548512,7.62,"2013-01-28 00:00",6.62,"2013-04-16 00:00",2.74,"2013-07-09 00:00",2.5,"2013-04-10 00:00","","","","",7.62,7.62,2.74,2.48,0.53,0.13,0.04,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43817",6,37.07151,-88.33389,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.011778,0.011538,0.04,"2013-09-01 00:00",0.03,"2013-02-09 00:00",0.03,"2013-02-27 00:00",0.03,"2013-03-29 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.01,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43818",6,37.07151,-88.33389,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.003333,0.006742,0.02,"2013-02-03 00:00",0.02,"2013-03-29 00:00",0.02,"2013-05-16 00:00",0.02,"2013-05-28 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43819",6,37.07151,-88.33389,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.008889,0.006475,0.02,"2013-03-29 00:00",0.02,"2013-05-16 00:00",0.02,"2013-07-15 00:00",0.02,"2013-07-21 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43820",6,37.07151,-88.33389,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.009111,0.026356,0.14,"2013-09-01 00:00",0.09,"2013-07-09 00:00",0.04,"2013-01-28 00:00",0.04,"2013-04-16 00:00","","","","",0.14,0.14,0.04,0.04,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43821",6,37.07151,-88.33389,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.163111,0.019,0.198,"2013-03-17 00:00",0.198,"2013-06-21 00:00",0.194,"2013-06-03 00:00",0.188,"2013-04-16 00:00","","","","",0.198,0.198,0.194,0.188,0.176,0.162,0.14,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43823",6,37.07151,-88.33389,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.486889,0.079052,0.73,"2013-06-03 00:00",0.7,"2013-05-22 00:00",0.61,"2013-03-17 00:00",0.6,"2013-02-27 00:00","","","","",0.73,0.73,0.61,0.58,0.54,0.47,0.41,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43824",6,37.07151,-88.33389,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002444,0.008831,0.05,"2013-02-07 00:00",0.02,"2013-01-04 00:00",0.02,"2013-06-27 00:00",0.02,"2013-07-09 00:00","","","","",0.05,0.05,0.02,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43826",6,37.07151,-88.33389,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43828",6,37.07151,-88.33389,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-28 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43829",6,37.07151,-88.33389,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43830",6,37.07151,-88.33389,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43831",6,37.07151,-88.33389,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43832",6,37.07151,-88.33389,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-28 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43835",6,37.07151,-88.33389,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43836",6,37.07151,-88.33389,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-28 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43838",6,37.07151,-88.33389,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",43,0.018889,0.043551,0.304,"2013-01-28 00:00",0.03,"2013-05-10 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00","","","","",0.304,0.304,0.012,0.012,0.012,0.012,0.012,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43839",6,37.07151,-88.33389,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",44,0.025022,0.060523,0.422,"2013-01-28 00:00",0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00","","","","",0.422,0.422,0.016,0.016,0.016,0.016,0.016,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43843",6,37.07151,-88.33389,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43844",6,37.07151,-88.33389,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.004444,0.014856,0.06,"2013-02-03 00:00",0.06,"2013-04-04 00:00",0.05,"2013-01-10 00:00",0.03,"2013-09-25 00:00","","","","",0.06,0.06,0.05,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","43860",6,37.07151,-88.33389,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.078,0.159211,1,"2013-01-28 00:00",0.36,"2013-04-16 00:00",0.21,"2013-08-26 00:00",0.21,"2013-09-19 00:00","","","","",1,1,0.21,0.19,0.09,0.04,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45109",6,37.07151,-88.33389,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.394222,0.200051,1.23,"2013-01-04 00:00",0.74,"2013-01-16 00:00",0.71,"2013-08-26 00:00",0.7,"2013-06-21 00:00","","","","",1.23,1.23,0.71,0.62,0.47,0.35,0.22,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45201",6,37.07151,-88.33389,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.29,0.976208,5.36,"2013-07-21 00:00",4.4,"2013-05-16 00:00",2.99,"2013-04-16 00:00",2.63,"2013-01-28 00:00","","","","",5.36,5.36,2.99,2.09,1.49,1.03,0.5,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45202",6,37.07151,-88.33389,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.737778,0.339638,1.82,"2013-03-29 00:00",1.69,"2013-04-16 00:00",1.42,"2013-05-16 00:00",1.29,"2013-01-16 00:00","","","","",1.82,1.82,1.42,1.13,0.89,0.68,0.38,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45203",6,37.07151,-88.33389,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.200222,0.095691,0.5,"2013-01-04 00:00",0.44,"2013-01-16 00:00",0.36,"2013-08-26 00:00",0.35,"2013-06-21 00:00","","","","",0.5,0.5,0.36,0.32,0.24,0.18,0.11,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45204",6,37.07151,-88.33389,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.175333,0.094619,0.51,"2013-01-04 00:00",0.37,"2013-01-16 00:00",0.34,"2013-08-26 00:00",0.32,"2013-06-21 00:00","","","","",0.51,0.51,0.34,0.29,0.22,0.16,0.09,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45207",6,37.07151,-88.33389,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",34,0.1146,0.05325,0.261,"2013-08-26 00:00",0.234,"2013-01-16 00:00",0.216,"2013-03-17 00:00",0.216,"2013-06-21 00:00","","","","",0.261,0.261,0.216,0.207,0.0855,0.0855,0.0855,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45208",6,37.07151,-88.33389,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",27,0.1456,0.08937,0.405,"2013-01-16 00:00",0.333,"2013-01-04 00:00",0.333,"2013-08-26 00:00",0.279,"2013-03-17 00:00","","","","",0.405,0.405,0.333,0.279,0.207,0.081,0.081,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45220",6,37.07151,-88.33389,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.132889,0.120541,0.45,"2013-01-16 00:00",0.35,"2013-06-27 00:00",0.34,"2013-01-04 00:00",0.34,"2013-05-22 00:00","","","","",0.45,0.45,0.34,0.31,0.22,0.12,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45801",6,37.07151,-88.33389,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.003556,0.01351,0.06,"2013-07-09 00:00",0.05,"2013-05-04 00:00",0.05,"2013-06-09 00:00",0,"2013-01-04 00:00","","","","",0.06,0.06,0.05,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45805",6,37.07151,-88.33389,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-28 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45806",6,37.07151,-88.33389,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-28 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45807",6,37.07151,-88.33389,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.005778,0.015882,0.07,"2013-09-13 00:00",0.05,"2013-09-25 00:00",0.04,"2013-07-21 00:00",0.04,"2013-08-02 00:00","","","","",0.07,0.07,0.04,0.04,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","45810",6,37.07151,-88.33389,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.003778,0.025342,0.17,"2013-04-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.17,0.17,0,0,0,0,0,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2013-12-03" +"21","139","0004","61103",1,37.07151,-88.33389,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7260,83,303,365,0,12,"","","Certification not required",0,3.382893,2.615027,19,"2013-02-18 12:00",17.7,"2013-02-18 13:00",17.3,"2013-02-18 11:00",16.3,"2013-11-17 13:00","","","","",11.3,10.2,8.5,6.9,4.9,2.9,0.5,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2014-02-19" +"21","139","0004","61104",1,37.07151,-88.33389,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7265,83,303,365,0,7,"","","Certification not required",0,182.114246,105.191721,359,"2013-01-15 02:00",359,"2013-01-22 06:00",359,"2013-02-17 02:00",359,"2013-04-20 02:00","","","","",355,351,341,325,284,180,35,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2014-02-19" +"21","139","0004","62101",1,37.07151,-88.33389,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7268,83,303,365,0,4,"","","Certification not required",0,56.657127,17.520522,92,"2013-06-12 14:00",92,"2013-06-12 15:00",92,"2013-06-12 16:00",92,"2013-07-17 15:00","","","","",88,86,83,79,71,59,32,"BLOODWORTH","763 BLOODWORTH ROAD","Kentucky","Livingston","Smithland","Paducah, KY-IL","2014-02-19" +"21","145","1004","68101",1,37.06636,-88.63774,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",69,100,35,37,0,6,"","","Certification not required",3,0.565942,0.178946,0.8,"2013-05-16 00:00",0.8,"2013-06-12 00:00",0.8,"2013-07-09 00:00",0.8,"2013-07-18 00:00","","","","",0.8,0.8,0.8,0.7,0.7,0.6,0.3,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68102",1,37.06636,-88.63774,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",69,100,35,37,0,6,"","","Certification not required",0,24.036232,0.098475,24.1,"2013-01-13 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-19 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68103",1,37.06636,-88.63774,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",69,100,35,37,0,6,"","","Certification not required",0,9.134783,10.029439,24.8,"2013-07-18 00:00",24.4,"2013-07-09 00:00",24.3,"2013-06-12 00:00",23.1,"2013-06-24 00:00","","","","",24.8,24.4,23.1,21.5,18.5,7.2,-3.7,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68104",1,37.06636,-88.63774,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",69,100,35,37,0,6,"","","Certification not required",0,19.6,10.827633,35.9,"2013-06-12 00:00",35.7,"2013-06-27 00:00",34.8,"2013-07-09 00:00",34.4,"2013-07-18 00:00","","","","",35.9,35.7,34.4,33.8,29.7,20.6,5.9,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68105",1,37.06636,-88.63774,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",69,100,35,37,0,6,"","","Certification not required",0,14.104348,10.111982,30.6,"2013-06-12 00:00",29.9,"2013-07-09 00:00",29.5,"2013-06-27 00:00",29,"2013-07-18 00:00","","","","",30.6,29.9,29,26.7,23.8,14.9,0.7,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68106",1,37.06636,-88.63774,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",69,100,35,37,0,6,"","","Certification not required",0,748.724638,4.03253,759,"2013-01-04 00:00",759,"2013-01-22 00:00",756,"2013-03-08 00:00",756,"2013-04-25 00:00","","","","",759,759,756,754,751,749,743,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68107",1,37.06636,-88.63774,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",69,100,35,37,0,6,"","","Certification not required",0,754.086957,4.075534,763,"2013-01-04 00:00",763,"2013-01-07 00:00",763,"2013-01-22 00:00",762,"2013-03-08 00:00","","","","",763,763,762,760,757,753,750,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68108",1,37.06636,-88.63774,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",69,100,35,37,0,6,"","","Certification not required",0,751.550725,3.852181,761,"2013-01-04 00:00",760,"2013-01-22 00:00",759,"2013-01-07 00:00",759,"2013-03-08 00:00","","","","",761,760,759,757,754,752,747,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","68109",1,37.06636,-88.63774,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",69,100,35,37,0,6,"","","Certification not required",0,1438.985507,5.149223,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","81102",1,37.06636,-88.63774,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",35,56,34,61,0,5,0,0,"Certification not required",1,16.742857,6.971973,33,"2013-06-25 00:00",28,"2013-07-09 00:00",28,"2013-07-15 00:00",28,"2013-08-02 00:00","","","","",33,33,28,28,22,16,8,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-11-14" +"21","145","1004","88101",1,37.06636,-88.63774,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",69,56,68,122,0,6,0,0,"Certification not required",0,9.673913,4.355445,23,"2013-07-18 00:00",21,"2013-01-07 00:00",17.5,"2013-01-16 00:00",16.8,"2013-06-12 00:00","","","","",23,21,16.8,15.3,12,9.7,4.7,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1004","88101",1,37.06636,-88.63774,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",69,56,68,122,0,6,"","","Certification not required",0,9.673913,4.355445,23,"2013-07-18 00:00",21,"2013-01-07 00:00",17.5,"2013-01-16 00:00",16.8,"2013-06-12 00:00","","","","",23,21,16.8,15.3,12,9.7,4.7,"PADUCAH MIDDLE SCHOOL","342 LONE OAK ROAD","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-18" +"21","145","1024","42401",1,37.05822,-88.57251,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7932,91,332,365,0,84,0,"","Certification not required",0,2.496988,3.687571,20,"2013-02-23 14:00",19,"2013-03-12 09:00",19,"2013-10-27 14:00",18,"2013-05-05 12:00","","","","",18,15,10,7,3,1,0,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42401",1,37.05822,-88.57251,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7932,91,332,365,0,84,"","","Certification not required",0,0.31064,1.297825,20,"2013-02-23 14:00",19,"2013-03-12 09:00",19,"2013-10-27 14:00",18,"2013-05-05 12:00","","","","",6,4,2,1,0,0,0,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42401",1,37.05822,-88.57251,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",332,91,332,365,0,0,0,"","Certification not required",0,0.308133,0.570016,3.6,"2013-02-23 00:00",3,"2013-10-23 00:00",2.4,"2013-07-10 00:00",2.3,"2013-07-27 00:00","","","","",2.3,2,1.5,1,0.5,0.1,0,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42401",1,37.05822,-88.57251,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2614,90,332,365,0,0,"",0,"Certification not required",0,0.30352,1.098499,12.3,"2013-02-23 14:00",12.3,"2013-03-12 11:00",11.6,"2013-02-01 11:00",11,"2013-05-18 14:00","","","","",5.6,3.6,2,1,0,0,0,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42406",1,37.05822,-88.57251,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7721,88,319,365,0,295,"","","Certification not required",0,0.647585,2.221657,46,"2013-07-27 11:00",38,"2013-03-12 09:00",35,"2013-06-15 09:00",27,"2013-03-12 10:00","","","","",11,7,4,2,0,0,0,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42601",1,37.05822,-88.57251,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7484,85,326,365,0,532,"","","Certification not required",0,1.988776,6.746345,119,"2013-01-07 07:00",99,"2013-03-15 07:00",95,"2013-01-08 22:00",91,"2013-01-07 20:00","","","","",37,24,9,3,1,0,0,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42602",1,37.05822,-88.57251,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7484,85,326,365,0,532,0,"","Certification not required",0,14.334356,8.349768,41,"2013-01-08 17:00",36,"2013-02-07 18:00",35,"2013-01-07 18:00",35,"2013-10-28 17:00","","","","",35,34,30,27,21,12,4,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","42602",1,37.05822,-88.57251,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7484,85,326,365,0,532,"","","Certification not required",0,5.404196,5.664766,41,"2013-01-08 17:00",40,"2013-01-08 18:00",36,"2013-02-07 18:00",35,"2013-01-07 18:00","","","","",27,23,18,13,7,3,1,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","44201",1,37.05822,-88.57251,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5843,100,245,245,0,37,0,0,"Certification not required",330,0.046396,0.010723,0.077,"2013-06-16 16:00",0.075,"2013-06-11 16:00",0.072,"2013-05-14 16:00",0.07,"2013-05-15 14:00","","","","",0.072,0.069,0.063,0.06,0.054,0.046,0.033,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-04" +"21","145","1024","44201",1,37.05822,-88.57251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.041339,0.009923,0.07,"2013-05-14 13:00",0.067,"2013-06-16 11:00",0.065,"2013-06-11 12:00",0.064,"2013-05-15 09:00","","","","",0.065,0.063,0.058,0.055,0.048,0.041,0.029,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-04" +"21","145","1024","44201",1,37.05822,-88.57251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5871,100,245,245,0,0,0,0,"Certification not required",0,0.041339,0.009923,0.07,"2013-05-14 13:00",0.067,"2013-06-16 11:00",0.065,"2013-06-11 12:00",0.064,"2013-05-15 09:00","","","","",0.065,0.063,0.058,0.055,0.048,0.041,0.029,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2013-12-04" +"21","145","1024","68101",1,37.05822,-88.57251,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",27,56,26,48,0,4,"","","Certification not required",2,0.603704,0.180238,0.8,"2013-08-20 00:00",0.8,"2013-09-07 00:00",0.7,"2013-08-23 00:00",0.7,"2013-08-26 00:00","","","","",0.8,0.8,0.8,0.7,0.7,0.6,0.4,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68102",1,37.05822,-88.57251,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",27,56,26,48,0,4,"","","Certification not required",0,24.025926,0.098421,24.1,"2013-08-20 00:00",24.1,"2013-09-04 00:00",24.1,"2013-09-19 00:00",24.1,"2013-09-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68103",1,37.05822,-88.57251,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",27,56,26,48,0,4,"","","Certification not required",0,15.833333,6.003076,24.2,"2013-09-10 00:00",23.4,"2013-08-29 00:00",23.1,"2013-08-23 00:00",22.4,"2013-08-26 00:00","","","","",24.2,24.2,23.4,23.1,20.8,16.5,6,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68104",1,37.05822,-88.57251,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",27,56,26,48,0,4,"","","Certification not required",0,26.566667,5.933801,36,"2013-08-29 00:00",34.3,"2013-09-10 00:00",33.6,"2013-08-23 00:00",33,"2013-08-20 00:00","","","","",36,36,34.3,33.6,31.5,26.7,16.6,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68105",1,37.05822,-88.57251,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",27,56,26,48,0,4,"","","Certification not required",0,20.762963,5.772891,29.6,"2013-08-29 00:00",28.3,"2013-09-10 00:00",27,"2013-08-26 00:00",26.8,"2013-08-23 00:00","","","","",29.6,29.6,28.3,27,25.8,21.2,11.1,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68106",1,37.05822,-88.57251,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,56,26,48,0,4,"","","Certification not required",0,750.962963,3.837883,759,"2013-10-25 00:00",755,"2013-08-26 00:00",755,"2013-10-13 00:00",754,"2013-09-16 00:00","","","","",759,759,755,755,753,752,746,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68107",1,37.05822,-88.57251,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,56,26,48,0,4,"","","Certification not required",0,755.185185,3.464513,766,"2013-10-25 00:00",760,"2013-10-13 00:00",759,"2013-08-26 00:00",758,"2013-09-16 00:00","","","","",766,766,760,759,757,755,750,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68108",1,37.05822,-88.57251,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,56,26,48,0,4,"","","Certification not required",0,753.111111,3.714145,763,"2013-10-25 00:00",758,"2013-10-13 00:00",757,"2013-08-26 00:00",756,"2013-09-16 00:00","","","","",763,763,758,757,755,754,748,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","68109",1,37.05822,-88.57251,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",27,56,26,48,0,4,"","","Certification not required",0,1438.962963,4.603356,1440,"2013-08-20 00:00",1440,"2013-08-23 00:00",1440,"2013-08-26 00:00",1440,"2013-08-29 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","81102",1,37.05822,-88.57251,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",18,30,18,61,0,6,0,0,"Certification not required",0,21.333333,8.196125,39,"2013-11-18 00:00",32,"2013-08-28 00:00",30,"2013-09-07 00:00",30,"2013-09-19 00:00","","","","",39,39,39,32,29,22,10,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-12" +"21","145","1024","88101",1,37.05822,-88.57251,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",27,22,27,122,0,4,0,0,"Certification not required",0,10.9,5.264321,20,"2013-09-10 00:00",19.5,"2013-08-23 00:00",18.7,"2013-09-07 00:00",17,"2013-09-19 00:00","","","","",20,20,19.5,18.7,15.8,10.4,4.4,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","88101",1,37.05822,-88.57251,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",27,22,27,122,0,4,"","","Certification not required",0,10.9,5.264321,20,"2013-09-10 00:00",19.5,"2013-08-23 00:00",18.7,"2013-09-07 00:00",17,"2013-09-19 00:00","","","","",20,20,19.5,18.7,15.8,10.4,4.4,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-05" +"21","145","1024","88502",3,37.05822,-88.57251,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7821,89,327,365,0,195,"","","Certification not required",0,6.680859,5.324357,56,"2013-10-18 18:00",51,"2013-04-05 22:00",45,"2013-11-20 19:00",44,"2013-03-10 00:00","","","","",24,21,17,13,9,6,1,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","145","1024","88502",3,37.05822,-88.57251,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,0,"","","Certification not required",0,6.62844,3.681626,17.2,"2013-07-18 00:00",16.8,"2013-06-12 00:00",16.6,"2013-10-18 00:00",16.3,"2013-09-06 00:00","","","","",16.3,15.7,13.9,12.1,8.9,6.2,2.4,"JACKSON PURCHASE (PADUCAH PRIMARY)","JACKSON PURCHASE RECC, 2901 POWELL STREET","Kentucky","McCracken","Paducah","Paducah, KY-IL","2014-02-19" +"21","151","0003","14129",1,37.738458,-84.284952,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,0.005053,0.003889,0.019,"2013-02-27 00:00",0.015,"2013-11-12 00:00",0.014,"2013-07-21 00:00",0.013,"2013-08-02 00:00","","","","",0.019,0.015,0.014,0.011,0.007,0.004,0.001,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-01-31" +"21","151","0003","14129",2,37.738458,-84.284952,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,0,0,"Certification not required",0,0.004828,0.003983,0.02,"2013-01-04 00:00",0.014,"2013-11-12 00:00",0.008,"2013-04-10 00:00",0.008,"2013-07-27 00:00","","","","",0.02,0.02,0.014,0.008,0.006,0.004,0.001,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-01-31" +"21","151","0003","68101",1,37.738458,-84.284952,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",100,100,51,61,0,2,"","","Certification not required",40,0.194,0.143421,0.5,"2013-03-23 00:00",0.5,"2013-05-19 00:00",0.5,"2013-05-28 00:00",0.5,"2013-07-12 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68102",1,37.738458,-84.284952,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",100,100,51,61,0,2,"","","Certification not required",0,24.077,0.042295,24.1,"2013-01-01 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-19 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68103",1,37.738458,-84.284952,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,51,61,0,2,"","","Certification not required",0,9.686,9.332836,23.2,"2013-07-18 00:00",22.8,"2013-07-09 00:00",22.3,"2013-09-10 00:00",22,"2013-08-29 00:00","","","","",23.2,22.8,21.9,20.7,18.3,12.4,-3.1,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68104",1,37.738458,-84.284952,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,51,61,0,2,"","","Certification not required",0,20.753,10.105519,35.3,"2013-07-18 00:00",34.8,"2013-06-12 00:00",34,"2013-07-09 00:00",33.3,"2013-09-10 00:00","","","","",35.3,34.8,33.2,31.4,29.5,23.7,6.4,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68105",1,37.738458,-84.284952,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,51,61,0,2,"","","Certification not required",0,14.883,9.394046,28.3,"2013-06-12 00:00",28.1,"2013-07-18 00:00",27.7,"2013-07-09 00:00",27.4,"2013-07-15 00:00","","","","",28.3,28.1,27.2,25.1,23,18.3,1.1,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68106",1,37.738458,-84.284952,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,51,61,0,2,"","","Certification not required",0,734.93,4.176062,744,"2013-01-04 00:00",744,"2013-03-08 00:00",743,"2013-10-25 00:00",742,"2013-01-07 00:00","","","","",744,744,742,741,738,735,730,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68107",1,37.738458,-84.284952,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,51,61,0,2,"","","Certification not required",0,739.92,3.773057,749,"2013-01-10 00:00",748,"2013-01-07 00:00",748,"2013-03-08 00:00",748,"2013-10-25 00:00","","","","",749,748,747,746,742,740,736,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68108",1,37.738458,-84.284952,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,51,61,0,2,"","","Certification not required",0,737.52,3.761796,746,"2013-03-08 00:00",746,"2013-10-25 00:00",745,"2013-01-04 00:00",745,"2013-01-07 00:00","","","","",746,746,745,743,740,738,733,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","68109",1,37.738458,-84.284952,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",100,100,51,61,0,2,"","","Certification not required",0,1439.93,0.256432,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","88101",1,37.738458,-84.284952,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,2,0,0,"Certification not required",0,8.502,3.575251,20.2,"2013-09-10 00:00",16.9,"2013-01-04 00:00",16.7,"2013-07-18 00:00",16.5,"2013-02-06 00:00","","","","",20.2,16.9,15.9,13.5,10.7,8.1,4.3,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0003","88101",1,37.738458,-84.284952,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,2,"","","Certification not required",0,8.502,3.575251,20.2,"2013-09-10 00:00",16.9,"2013-01-04 00:00",16.7,"2013-07-18 00:00",16.5,"2013-02-06 00:00","","","","",20.2,16.9,15.9,13.5,10.7,8.1,4.3,"MAYFIELD ELEMENTARY","300 BOND STREET","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-02-05" +"21","151","0005","14129",1,37.736349,-84.291774,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,0.044632,0.057135,0.313,"2013-05-22 00:00",0.175,"2013-05-10 00:00",0.167,"2013-05-28 00:00",0.155,"2013-08-08 00:00","","","","",0.313,0.175,0.167,0.11,0.057,0.022,0.003,"EASTERN KENTUCKY UNIVERSITY (EKU)","VAN HOOSE DRIVE","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-01-31" +"21","151","0005","68105",1,37.736349,-84.291774,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",57,93,57,61,0,4,"","","Certification not required",0,13.65614,10.291953,27.7,"2013-07-09 00:00",27.4,"2013-07-15 00:00",25.4,"2013-07-21 00:00",25.2,"2013-08-08 00:00","","","","",27.7,27.4,25.4,25,23.1,17.2,-0.8,"EASTERN KENTUCKY UNIVERSITY (EKU)","VAN HOOSE DRIVE","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-01-31" +"21","151","0005","68108",1,37.736349,-84.291774,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,4,"","","Certification not required",0,737.929825,4.705087,750,"2013-11-24 00:00",748,"2013-12-12 00:00",747,"2013-11-12 00:00",746,"2013-10-25 00:00","","","","",750,748,747,745,741,738,731,"EASTERN KENTUCKY UNIVERSITY (EKU)","VAN HOOSE DRIVE","Kentucky","Madison","Richmond","Richmond-Berea, KY","2014-01-31" +"21","157","0014","42153",6,37.0452,-88.33087,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013111,0.005569,0.03,"2013-01-16 00:00",0.03,"2013-07-21 00:00",0.02,"2013-02-21 00:00",0.02,"2013-03-11 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0.01,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","42153",7,37.0452,-88.33087,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.016522,0.006473,0.03,"2013-01-16 00:00",0.03,"2013-08-08 00:00",0.02,"2013-03-23 00:00",0.02,"2013-05-16 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.01,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43205",6,37.0452,-88.33087,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,13.780733,34.095369,158.4,"2013-06-03 00:00",142.8,"2013-09-13 00:00",70.2,"2013-08-14 00:00",65.4,"2013-07-27 00:00","","","","",158.4,158.4,70.2,55.8,4.62,1.284,0.552,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43205",7,37.0452,-88.33087,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,11.878696,33.052818,147.6,"2013-09-13 00:00",69.3,"2013-07-27 00:00",23.7,"2013-03-17 00:00",9.06,"2013-03-23 00:00","","","","",147.6,147.6,69.3,23.7,3,1.086,0.531,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43206",6,37.0452,-88.33087,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,2.233489,2.924765,12.52,"2013-02-15 00:00",10.24,"2013-06-15 00:00",8.18,"2013-03-05 00:00",7.98,"2013-01-16 00:00","","","","",12.52,12.52,8.18,7.56,3,0.918,0.284,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43206",7,37.0452,-88.33087,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,1.520348,2.043516,7.9,"2013-01-16 00:00",6.96,"2013-08-08 00:00",3.16,"2013-07-27 00:00",2.94,"2013-02-27 00:00","","","","",7.9,7.9,6.96,3.16,1.388,0.72,0.25,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43208",6,37.0452,-88.33087,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033467,0.005034,0.044,"2013-02-03 00:00",0.042,"2013-04-16 00:00",0.042,"2013-05-28 00:00",0.042,"2013-09-25 00:00","","","","",0.044,0.044,0.042,0.04,0.036,0.034,0.026,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43208",7,37.0452,-88.33087,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.035652,0.004811,0.046,"2013-05-28 00:00",0.044,"2013-06-09 00:00",0.044,"2013-09-25 00:00",0.04,"2013-04-10 00:00","","","","",0.046,0.046,0.044,0.044,0.038,0.036,0.03,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43218",6,37.0452,-88.33087,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.180444,5.627797,37.6,"2013-06-03 00:00",5.48,"2013-05-10 00:00",2.66,"2013-05-04 00:00",1.28,"2013-09-13 00:00","","","","",37.6,37.6,2.66,1.08,0.15,0.08,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43218",7,37.0452,-88.33087,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.303043,0.626146,2.7,"2013-05-04 00:00",1.47,"2013-09-13 00:00",0.9,"2013-07-27 00:00",0.55,"2013-05-28 00:00","","","","",2.7,2.7,1.47,0.9,0.15,0.09,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43233",6,37.0452,-88.33087,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",16,0.138133,0.087393,0.368,"2013-08-26 00:00",0.312,"2013-01-16 00:00",0.288,"2013-01-28 00:00",0.272,"2013-01-04 00:00","","","","",0.368,0.368,0.288,0.256,0.192,0.128,0.048,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43233",7,37.0452,-88.33087,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",4,0.17913,0.090115,0.328,"2013-01-16 00:00",0.328,"2013-01-28 00:00",0.272,"2013-06-21 00:00",0.272,"2013-09-25 00:00","","","","",0.328,0.328,0.328,0.272,0.256,0.16,0.048,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43372",6,37.0452,-88.33087,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018889,0.085923,0.48,"2013-03-05 00:00",0.33,"2013-04-28 00:00",0.04,"2013-02-03 00:00",0,"2013-01-04 00:00","","","","",0.48,0.48,0.04,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43372",7,37.0452,-88.33087,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43373",6,37.0452,-88.33087,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-12 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43373",7,37.0452,-88.33087,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-28 00:00",0.039,"2013-02-09 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43396",6,37.0452,-88.33087,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-12 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43396",7,37.0452,-88.33087,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-28 00:00",0.042,"2013-02-09 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43438",6,37.0452,-88.33087,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43438",7,37.0452,-88.33087,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43441",6,37.0452,-88.33087,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43441",7,37.0452,-88.33087,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.01,0.027798,0.11,"2013-04-10 00:00",0.06,"2013-01-28 00:00",0.06,"2013-05-04 00:00",0,"2013-01-04 00:00","","","","",0.11,0.11,0.06,0.06,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43505",6,37.0452,-88.33087,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.960714,0.587958,2.54,"2013-08-26 00:00",2.32,"2013-06-09 00:00",2.2,"2013-05-28 00:00",2.18,"2013-07-27 00:00","","","","",2.54,2.54,2.2,1.76,1.23,0.83,0.32,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43505",7,37.0452,-88.33087,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",19,61,18,31,0,4,"","","Certification not required",0,0.870526,0.52862,2.31,"2013-03-17 00:00",2.03,"2013-07-03 00:00",1.27,"2013-04-22 00:00",1.11,"2013-04-10 00:00","","","","",2.31,2.31,2.31,2.03,1.05,0.77,0.37,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43560",6,37.0452,-88.33087,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.176,0.336326,2.3,"2013-06-27 00:00",0.37,"2013-06-21 00:00",0.35,"2013-04-28 00:00",0.33,"2013-07-09 00:00","","","","",2.3,2.3,0.35,0.27,0.17,0.11,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43560",7,37.0452,-88.33087,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.15,0.09376,0.38,"2013-08-08 00:00",0.31,"2013-07-03 00:00",0.28,"2013-06-21 00:00",0.26,"2013-07-27 00:00","","","","",0.38,0.38,0.31,0.28,0.19,0.14,0.05,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43702",6,37.0452,-88.33087,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.206889,0.097043,0.47,"2013-04-16 00:00",0.38,"2013-09-19 00:00",0.37,"2013-05-10 00:00",0.33,"2013-07-09 00:00","","","","",0.47,0.47,0.37,0.32,0.28,0.21,0.09,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43702",7,37.0452,-88.33087,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.198261,0.088557,0.35,"2013-06-21 00:00",0.33,"2013-04-10 00:00",0.31,"2013-07-27 00:00",0.3,"2013-07-03 00:00","","","","",0.35,0.35,0.33,0.31,0.27,0.19,0.08,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43704",6,37.0452,-88.33087,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.012222,0.081989,0.55,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00","","","","",0.55,0.55,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43704",7,37.0452,-88.33087,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.11087,0.233061,1.01,"2013-07-27 00:00",0.47,"2013-08-20 00:00",0.25,"2013-04-10 00:00",0.24,"2013-09-01 00:00","","","","",1.01,1.01,0.47,0.25,0.21,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43801",6,37.0452,-88.33087,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.550667,0.081084,0.75,"2013-06-09 00:00",0.75,"2013-06-21 00:00",0.71,"2013-04-10 00:00",0.71,"2013-04-16 00:00","","","","",0.75,0.75,0.71,0.68,0.59,0.53,0.47,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43801",7,37.0452,-88.33087,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.604348,0.109869,0.8,"2013-05-28 00:00",0.79,"2013-06-21 00:00",0.78,"2013-04-10 00:00",0.76,"2013-06-09 00:00","","","","",0.8,0.8,0.79,0.78,0.7,0.59,0.48,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43802",6,37.0452,-88.33087,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.118667,0.051372,0.26,"2013-05-04 00:00",0.25,"2013-07-27 00:00",0.23,"2013-02-21 00:00",0.22,"2013-05-22 00:00","","","","",0.26,0.26,0.23,0.22,0.12,0.1,0.07,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43802",7,37.0452,-88.33087,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.11913,0.062951,0.37,"2013-05-04 00:00",0.19,"2013-01-04 00:00",0.17,"2013-04-10 00:00",0.14,"2013-06-21 00:00","","","","",0.37,0.37,0.19,0.17,0.13,0.11,0.07,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43803",6,37.0452,-88.33087,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.047778,0.081321,0.42,"2013-07-27 00:00",0.39,"2013-01-16 00:00",0.12,"2013-02-03 00:00",0.12,"2013-06-27 00:00","","","","",0.42,0.42,0.12,0.06,0.04,0.02,0.02,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43803",7,37.0452,-88.33087,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.058261,0.106713,0.4,"2013-07-27 00:00",0.39,"2013-01-16 00:00",0.06,"2013-08-08 00:00",0.04,"2013-07-03 00:00","","","","",0.4,0.4,0.39,0.06,0.03,0.02,0.02,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43804",6,37.0452,-88.33087,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.129111,0.055013,0.37,"2013-01-16 00:00",0.35,"2013-07-27 00:00",0.18,"2013-02-03 00:00",0.18,"2013-06-15 00:00","","","","",0.37,0.37,0.18,0.17,0.13,0.12,0.09,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43804",7,37.0452,-88.33087,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.131304,0.068907,0.36,"2013-01-16 00:00",0.33,"2013-07-27 00:00",0.14,"2013-06-21 00:00",0.13,"2013-05-04 00:00","","","","",0.36,0.36,0.33,0.14,0.13,0.11,0.09,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43806",6,37.0452,-88.33087,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000222,0.001491,0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43806",7,37.0452,-88.33087,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.00087,0.002881,0.01,"2013-07-03 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43811",6,37.0452,-88.33087,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.261933,0.042595,0.389,"2013-06-09 00:00",0.338,"2013-04-16 00:00",0.333,"2013-09-01 00:00",0.329,"2013-05-28 00:00","","","","",0.389,0.389,0.333,0.322,0.284,0.258,0.217,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43811",7,37.0452,-88.33087,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.341391,0.095016,0.526,"2013-06-09 00:00",0.488,"2013-06-21 00:00",0.48,"2013-09-01 00:00",0.475,"2013-09-13 00:00","","","","",0.526,0.526,0.488,0.48,0.415,0.329,0.228,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43812",6,37.0452,-88.33087,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.039556,0.14737,0.74,"2013-01-16 00:00",0.67,"2013-07-27 00:00",0.1,"2013-01-22 00:00",0.09,"2013-06-03 00:00","","","","",0.74,0.74,0.1,0.08,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43812",7,37.0452,-88.33087,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.066522,0.201328,0.75,"2013-01-16 00:00",0.65,"2013-07-27 00:00",0.07,"2013-08-08 00:00",0.06,"2013-07-03 00:00","","","","",0.75,0.75,0.65,0.07,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43813",6,37.0452,-88.33087,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.007333,0.022804,0.11,"2013-07-27 00:00",0.08,"2013-02-15 00:00",0.06,"2013-01-22 00:00",0.04,"2013-01-16 00:00","","","","",0.11,0.11,0.06,0.04,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43813",7,37.0452,-88.33087,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.006522,0.024047,0.11,"2013-07-27 00:00",0.04,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00","","","","",0.11,0.11,0.04,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43814",6,37.0452,-88.33087,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.012444,0.009572,0.03,"2013-07-21 00:00",0.03,"2013-07-27 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-12 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43814",7,37.0452,-88.33087,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.016522,0.009346,0.03,"2013-05-16 00:00",0.03,"2013-07-27 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43815",6,37.0452,-88.33087,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.790444,1.954997,9.54,"2013-02-15 00:00",6.64,"2013-02-03 00:00",6.64,"2013-07-27 00:00",3.02,"2013-05-10 00:00","","","","",9.54,9.54,6.64,1.52,0.33,0.07,0.03,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43815",7,37.0452,-88.33087,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.505652,1.383135,6.62,"2013-07-27 00:00",1.5,"2013-01-16 00:00",0.95,"2013-09-13 00:00",0.77,"2013-08-08 00:00","","","","",6.62,6.62,1.5,0.95,0.24,0.06,0.03,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43817",6,37.0452,-88.33087,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.010667,0.012685,0.05,"2013-07-27 00:00",0.03,"2013-01-16 00:00",0.03,"2013-02-03 00:00",0.03,"2013-02-15 00:00","","","","",0.05,0.05,0.03,0.03,0.02,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43817",7,37.0452,-88.33087,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.016522,0.018243,0.08,"2013-03-23 00:00",0.04,"2013-07-27 00:00",0.03,"2013-01-16 00:00",0.03,"2013-03-29 00:00","","","","",0.08,0.08,0.04,0.03,0.02,0.02,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43818",6,37.0452,-88.33087,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.005596,0.02,"2013-02-03 00:00",0.02,"2013-05-16 00:00",0.02,"2013-07-21 00:00",0.01,"2013-07-03 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43818",7,37.0452,-88.33087,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.003043,0.00635,0.02,"2013-05-16 00:00",0.02,"2013-07-27 00:00",0.01,"2013-07-03 00:00",0.01,"2013-09-13 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43819",6,37.0452,-88.33087,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008667,0.005477,0.02,"2013-02-03 00:00",0.02,"2013-04-16 00:00",0.02,"2013-05-10 00:00",0.02,"2013-06-21 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43819",7,37.0452,-88.33087,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.011304,0.006944,0.02,"2013-01-28 00:00",0.02,"2013-03-29 00:00",0.02,"2013-05-28 00:00",0.02,"2013-08-08 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43820",6,37.0452,-88.33087,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004222,0.018277,0.11,"2013-07-27 00:00",0.05,"2013-02-15 00:00",0.03,"2013-07-21 00:00",0,"2013-01-04 00:00","","","","",0.11,0.11,0.03,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43820",7,37.0452,-88.33087,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.006522,0.023473,0.11,"2013-07-27 00:00",0.03,"2013-09-13 00:00",0.01,"2013-07-03 00:00",0,"2013-01-04 00:00","","","","",0.11,0.11,0.03,0.01,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43821",6,37.0452,-88.33087,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1632,0.020376,0.218,"2013-01-28 00:00",0.204,"2013-04-16 00:00",0.196,"2013-04-10 00:00",0.194,"2013-05-28 00:00","","","","",0.218,0.218,0.196,0.19,0.174,0.164,0.134,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43821",7,37.0452,-88.33087,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.169478,0.020935,0.206,"2013-01-28 00:00",0.202,"2013-04-10 00:00",0.198,"2013-06-21 00:00",0.196,"2013-09-25 00:00","","","","",0.206,0.206,0.202,0.198,0.194,0.164,0.144,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43823",6,37.0452,-88.33087,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.492667,0.080831,0.76,"2013-06-09 00:00",0.67,"2013-05-28 00:00",0.63,"2013-04-16 00:00",0.61,"2013-03-11 00:00","","","","",0.76,0.76,0.63,0.61,0.54,0.47,0.41,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43823",7,37.0452,-88.33087,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.513478,0.091334,0.76,"2013-06-09 00:00",0.67,"2013-05-28 00:00",0.61,"2013-04-10 00:00",0.6,"2013-03-23 00:00","","","","",0.76,0.76,0.67,0.61,0.59,0.49,0.43,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43824",6,37.0452,-88.33087,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004889,0.016462,0.09,"2013-03-05 00:00",0.04,"2013-02-03 00:00",0.04,"2013-02-15 00:00",0.04,"2013-07-27 00:00","","","","",0.09,0.09,0.04,0.01,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43824",7,37.0452,-88.33087,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.002609,0.009154,0.04,"2013-07-27 00:00",0.02,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.04,0.04,0.02,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43826",6,37.0452,-88.33087,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43826",7,37.0452,-88.33087,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43828",6,37.0452,-88.33087,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-12 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43828",7,37.0452,-88.33087,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-28 00:00",0.0095,"2013-02-09 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43829",6,37.0452,-88.33087,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43829",7,37.0452,-88.33087,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43830",6,37.0452,-88.33087,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43830",7,37.0452,-88.33087,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43831",6,37.0452,-88.33087,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43831",7,37.0452,-88.33087,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43832",6,37.0452,-88.33087,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-12 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43832",7,37.0452,-88.33087,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-28 00:00",0.009,"2013-02-09 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43835",6,37.0452,-88.33087,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43835",7,37.0452,-88.33087,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43836",6,37.0452,-88.33087,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-12 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43836",7,37.0452,-88.33087,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-28 00:00",0.008,"2013-02-09 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43838",6,37.0452,-88.33087,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.013067,0.005285,0.044,"2013-07-27 00:00",0.028,"2013-01-16 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-12 00:00","","","","",0.044,0.044,0.012,0.012,0.012,0.012,0.012,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43838",7,37.0452,-88.33087,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",21,0.013913,0.006782,0.042,"2013-07-27 00:00",0.026,"2013-01-16 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-28 00:00","","","","",0.042,0.042,0.026,0.012,0.012,0.012,0.012,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43839",6,37.0452,-88.33087,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-12 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43839",7,37.0452,-88.33087,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-28 00:00",0.016,"2013-02-09 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43843",6,37.0452,-88.33087,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43843",7,37.0452,-88.33087,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43844",6,37.0452,-88.33087,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.007351,0.03,"2013-07-21 00:00",0.03,"2013-09-25 00:00",0.02,"2013-01-28 00:00",0.02,"2013-07-03 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43844",7,37.0452,-88.33087,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.006087,0.013052,0.05,"2013-05-16 00:00",0.03,"2013-09-25 00:00",0.02,"2013-01-28 00:00",0.02,"2013-05-04 00:00","","","","",0.05,0.05,0.03,0.02,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43860",6,37.0452,-88.33087,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.193333,0.713289,4.74,"2013-02-15 00:00",0.77,"2013-07-27 00:00",0.58,"2013-06-27 00:00",0.55,"2013-03-11 00:00","","","","",4.74,4.74,0.58,0.3,0.11,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","43860",7,37.0452,-88.33087,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.071304,0.172239,0.79,"2013-07-27 00:00",0.3,"2013-01-16 00:00",0.17,"2013-01-04 00:00",0.08,"2013-07-03 00:00","","","","",0.79,0.79,0.3,0.17,0.07,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45109",6,37.0452,-88.33087,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.406,0.180572,0.92,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.75,"2013-08-26 00:00",0.65,"2013-06-21 00:00","","","","",0.92,0.92,0.75,0.62,0.55,0.33,0.21,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45109",7,37.0452,-88.33087,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.487391,0.196613,0.88,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.78,"2013-03-23 00:00",0.7,"2013-06-21 00:00","","","","",0.88,0.88,0.8,0.78,0.67,0.49,0.26,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45201",6,37.0452,-88.33087,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.491556,1.786499,8.7,"2013-06-03 00:00",6.9,"2013-09-13 00:00",6.24,"2013-02-15 00:00",5.39,"2013-07-27 00:00","","","","",8.7,8.7,6.24,2.41,1.34,0.89,0.46,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45201",7,37.0452,-88.33087,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,1.44087,1.582475,6.84,"2013-09-13 00:00",4.96,"2013-07-27 00:00",3.54,"2013-03-17 00:00",1.84,"2013-01-16 00:00","","","","",6.84,6.84,4.96,3.54,1.36,0.88,0.55,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45202",6,37.0452,-88.33087,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.825111,0.483879,3.16,"2013-07-27 00:00",1.46,"2013-04-16 00:00",1.44,"2013-09-13 00:00",1.38,"2013-09-07 00:00","","","","",3.16,3.16,1.44,1.37,0.97,0.67,0.41,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45202",7,37.0452,-88.33087,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,1.602174,0.545102,2.94,"2013-06-21 00:00",2.32,"2013-08-08 00:00",2.11,"2013-05-28 00:00",2.07,"2013-07-03 00:00","","","","",2.94,2.94,2.32,2.11,2.02,1.63,0.76,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45203",6,37.0452,-88.33087,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.207333,0.093673,0.45,"2013-01-04 00:00",0.45,"2013-01-16 00:00",0.37,"2013-01-28 00:00",0.36,"2013-08-26 00:00","","","","",0.45,0.45,0.37,0.35,0.25,0.18,0.11,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45203",7,37.0452,-88.33087,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.253913,0.100893,0.43,"2013-01-16 00:00",0.42,"2013-01-04 00:00",0.38,"2013-03-23 00:00",0.36,"2013-01-28 00:00","","","","",0.43,0.43,0.42,0.38,0.35,0.25,0.13,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45204",6,37.0452,-88.33087,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.182222,0.089185,0.46,"2013-01-04 00:00",0.39,"2013-01-16 00:00",0.34,"2013-08-26 00:00",0.3,"2013-01-28 00:00","","","","",0.46,0.46,0.34,0.3,0.24,0.15,0.1,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45204",7,37.0452,-88.33087,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.223478,0.098332,0.42,"2013-01-04 00:00",0.38,"2013-01-16 00:00",0.36,"2013-03-23 00:00",0.34,"2013-06-21 00:00","","","","",0.42,0.42,0.38,0.36,0.3,0.21,0.11,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45207",6,37.0452,-88.33087,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",37,0.1091,0.052489,0.261,"2013-08-26 00:00",0.243,"2013-01-04 00:00",0.234,"2013-05-28 00:00",0.216,"2013-06-21 00:00","","","","",0.261,0.261,0.234,0.207,0.0855,0.0855,0.0855,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45207",7,37.0452,-88.33087,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",14,0.135,0.064971,0.252,"2013-05-28 00:00",0.234,"2013-06-21 00:00",0.234,"2013-09-25 00:00",0.216,"2013-01-16 00:00","","","","",0.252,0.252,0.234,0.234,0.207,0.0855,0.0855,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45208",6,37.0452,-88.33087,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",26,0.163,0.111245,0.486,"2013-01-04 00:00",0.414,"2013-07-27 00:00",0.369,"2013-01-16 00:00",0.351,"2013-09-25 00:00","","","","",0.486,0.486,0.369,0.333,0.252,0.081,0.081,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45208",7,37.0452,-88.33087,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",10,0.203087,0.120681,0.432,"2013-01-04 00:00",0.378,"2013-01-16 00:00",0.378,"2013-09-25 00:00",0.324,"2013-01-28 00:00","","","","",0.432,0.432,0.378,0.378,0.306,0.225,0.081,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45220",6,37.0452,-88.33087,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.180667,0.177795,0.84,"2013-09-13 00:00",0.52,"2013-07-27 00:00",0.48,"2013-01-16 00:00",0.46,"2013-01-04 00:00","","","","",0.84,0.84,0.48,0.42,0.26,0.14,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45220",7,37.0452,-88.33087,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.413478,0.240975,1.04,"2013-09-13 00:00",0.75,"2013-08-08 00:00",0.74,"2013-06-21 00:00",0.62,"2013-07-03 00:00","","","","",1.04,1.04,0.75,0.74,0.57,0.42,0.1,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45801",6,37.0452,-88.33087,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001333,0.008944,0.06,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00","","","","",0.06,0.06,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45801",7,37.0452,-88.33087,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.008696,0.023414,0.08,"2013-07-27 00:00",0.07,"2013-07-15 00:00",0.05,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.08,0.08,0.07,0.05,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45805",6,37.0452,-88.33087,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-12 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45805",7,37.0452,-88.33087,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-28 00:00",0.069,"2013-02-09 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45806",6,37.0452,-88.33087,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-12 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45806",7,37.0452,-88.33087,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",23,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-28 00:00",0.078,"2013-02-09 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45807",6,37.0452,-88.33087,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.025111,0.076236,0.45,"2013-08-20 00:00",0.2,"2013-08-26 00:00",0.14,"2013-09-19 00:00",0.11,"2013-07-27 00:00","","","","",0.45,0.45,0.14,0.05,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45807",7,37.0452,-88.33087,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0.034348,0.094042,0.45,"2013-08-20 00:00",0.08,"2013-07-27 00:00",0.07,"2013-09-13 00:00",0.05,"2013-05-16 00:00","","","","",0.45,0.45,0.08,0.07,0.04,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45810",6,37.0452,-88.33087,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-12 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0014","45810",7,37.0452,-88.33087,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",23,74,22,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"TVA SUBSTATION","PLANT CUTOFF ROAD & INDUSTRIAL PARKWAY","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","42153",6,37.04176,-88.35407,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.026,0.016432,0.1,"2013-06-27 00:00",0.05,"2013-06-21 00:00",0.05,"2013-07-09 00:00",0.04,"2013-04-10 00:00","","","","",0.1,0.1,0.05,0.04,0.03,0.03,0.01,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43205",6,37.04176,-88.35407,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.099467,2.634465,11.73,"2013-03-23 00:00",10.65,"2013-04-04 00:00",9.39,"2013-02-21 00:00",6.21,"2013-03-17 00:00","","","","",11.73,11.73,9.39,5.76,2.067,1.122,0.549,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43206",6,37.04176,-88.35407,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,5.218733,7.179756,27.4,"2013-08-14 00:00",23.2,"2013-09-13 00:00",23,"2013-03-29 00:00",20.8,"2013-03-17 00:00","","","","",27.4,27.4,23,18.2,6.46,1.24,0.464,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43208",6,37.04176,-88.35407,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033822,0.004529,0.046,"2013-06-09 00:00",0.042,"2013-09-13 00:00",0.042,"2013-09-25 00:00",0.04,"2013-02-03 00:00","","","","",0.046,0.046,0.042,0.04,0.036,0.034,0.028,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43218",6,37.04176,-88.35407,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.118667,0.191923,1.18,"2013-05-04 00:00",0.38,"2013-02-21 00:00",0.38,"2013-03-23 00:00",0.31,"2013-04-04 00:00","","","","",1.18,1.18,0.38,0.29,0.14,0.08,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43233",6,37.04176,-88.35407,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.165511,0.074342,0.304,"2013-03-17 00:00",0.296,"2013-04-16 00:00",0.288,"2013-06-21 00:00",0.28,"2013-08-26 00:00","","","","",0.304,0.304,0.288,0.272,0.216,0.144,0.048,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43372",6,37.04176,-88.35407,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.010636,0.06,"2013-01-10 00:00",0.04,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.06,0.06,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43373",6,37.04176,-88.35407,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43396",6,37.04176,-88.35407,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43438",6,37.04176,-88.35407,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43441",6,37.04176,-88.35407,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017556,0.061907,0.31,"2013-05-10 00:00",0.24,"2013-02-15 00:00",0.12,"2013-06-03 00:00",0.12,"2013-08-08 00:00","","","","",0.31,0.31,0.12,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43505",6,37.04176,-88.35407,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,7,"","","Certification not required",0,1.022368,0.553897,2.6,"2013-08-14 00:00",2.14,"2013-06-09 00:00",1.88,"2013-09-25 00:00",1.76,"2013-09-13 00:00","","","","",2.6,2.6,2.14,1.76,1.47,0.91,0.48,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43560",6,37.04176,-88.35407,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.338222,0.350677,1.87,"2013-01-28 00:00",1.55,"2013-08-14 00:00",0.81,"2013-06-27 00:00",0.7,"2013-07-21 00:00","","","","",1.87,1.87,0.81,0.58,0.41,0.23,0.1,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43702",6,37.04176,-88.35407,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.277556,0.153995,0.7,"2013-06-27 00:00",0.57,"2013-07-03 00:00",0.53,"2013-04-16 00:00",0.52,"2013-06-21 00:00","","","","",0.7,0.7,0.53,0.51,0.38,0.27,0.1,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43704",6,37.04176,-88.35407,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.121556,0.199988,0.95,"2013-06-27 00:00",0.51,"2013-09-13 00:00",0.49,"2013-07-09 00:00",0.38,"2013-07-15 00:00","","","","",0.95,0.95,0.49,0.36,0.24,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43801",6,37.04176,-88.35407,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.621111,0.12151,1,"2013-06-27 00:00",0.86,"2013-07-09 00:00",0.84,"2013-05-28 00:00",0.82,"2013-06-21 00:00","","","","",1,1,0.84,0.79,0.69,0.61,0.49,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43802",6,37.04176,-88.35407,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.116889,0.048045,0.33,"2013-05-04 00:00",0.23,"2013-03-17 00:00",0.23,"2013-06-03 00:00",0.2,"2013-06-27 00:00","","","","",0.33,0.33,0.23,0.16,0.12,0.1,0.08,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43803",6,37.04176,-88.35407,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.021333,0.013915,0.05,"2013-08-08 00:00",0.05,"2013-09-07 00:00",0.04,"2013-01-10 00:00",0.04,"2013-04-04 00:00","","","","",0.05,0.05,0.04,0.04,0.03,0.02,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43804",6,37.04176,-88.35407,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.109333,0.013382,0.15,"2013-06-27 00:00",0.14,"2013-06-09 00:00",0.14,"2013-06-21 00:00",0.13,"2013-06-15 00:00","","","","",0.15,0.15,0.14,0.13,0.11,0.11,0.1,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43806",6,37.04176,-88.35407,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-02-09 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43811",6,37.04176,-88.35407,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.254178,0.037779,0.348,"2013-06-09 00:00",0.339,"2013-06-03 00:00",0.328,"2013-05-22 00:00",0.321,"2013-05-28 00:00","","","","",0.348,0.348,0.328,0.311,0.283,0.246,0.214,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43812",6,37.04176,-88.35407,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.038667,0.067944,0.28,"2013-03-23 00:00",0.2,"2013-03-17 00:00",0.2,"2013-04-04 00:00",0.17,"2013-02-21 00:00","","","","",0.28,0.28,0.2,0.14,0.06,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43813",6,37.04176,-88.35407,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004222,0.018152,0.11,"2013-02-21 00:00",0.04,"2013-02-09 00:00",0.04,"2013-09-13 00:00",0,"2013-01-04 00:00","","","","",0.11,0.11,0.04,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43814",6,37.04176,-88.35407,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.010445,0.05,"2013-08-08 00:00",0.03,"2013-05-10 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.05,0.05,0.02,0.02,0.02,0.02,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43815",6,37.04176,-88.35407,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.160889,0.2032,0.92,"2013-03-23 00:00",0.76,"2013-07-21 00:00",0.75,"2013-06-15 00:00",0.39,"2013-02-21 00:00","","","","",0.92,0.92,0.75,0.35,0.24,0.07,0.03,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43817",6,37.04176,-88.35407,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.014667,0.013915,0.05,"2013-01-10 00:00",0.04,"2013-02-09 00:00",0.04,"2013-04-04 00:00",0.04,"2013-08-02 00:00","","","","",0.05,0.05,0.04,0.03,0.02,0.02,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43818",6,37.04176,-88.35407,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001556,0.005203,0.02,"2013-05-16 00:00",0.02,"2013-09-13 00:00",0.02,"2013-09-25 00:00",0.01,"2013-08-02 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43819",6,37.04176,-88.35407,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.01,0.006742,0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00",0.02,"2013-05-10 00:00",0.02,"2013-05-22 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43820",6,37.04176,-88.35407,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001556,0.007372,0.04,"2013-09-13 00:00",0.03,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43821",6,37.04176,-88.35407,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.164311,0.016181,0.196,"2013-04-22 00:00",0.194,"2013-04-16 00:00",0.19,"2013-06-09 00:00",0.19,"2013-06-21 00:00","","","","",0.196,0.196,0.19,0.188,0.176,0.164,0.144,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43823",6,37.04176,-88.35407,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.502667,0.081391,0.74,"2013-06-09 00:00",0.66,"2013-05-22 00:00",0.65,"2013-05-28 00:00",0.62,"2013-04-16 00:00","","","","",0.74,0.74,0.65,0.61,0.56,0.49,0.42,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43824",6,37.04176,-88.35407,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.013065,0.06,"2013-04-10 00:00",0.05,"2013-02-15 00:00",0.03,"2013-08-02 00:00",0.03,"2013-09-07 00:00","","","","",0.06,0.06,0.03,0.02,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43826",6,37.04176,-88.35407,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43828",6,37.04176,-88.35407,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43829",6,37.04176,-88.35407,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43830",6,37.04176,-88.35407,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43831",6,37.04176,-88.35407,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43832",6,37.04176,-88.35407,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43835",6,37.04176,-88.35407,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43836",6,37.04176,-88.35407,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43838",6,37.04176,-88.35407,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43839",6,37.04176,-88.35407,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43843",6,37.04176,-88.35407,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43844",6,37.04176,-88.35407,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002,0.007568,0.03,"2013-03-05 00:00",0.03,"2013-08-02 00:00",0.03,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","43860",6,37.04176,-88.35407,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.513778,0.946691,3.9,"2013-03-23 00:00",3.2,"2013-08-14 00:00",2.92,"2013-04-04 00:00",2.54,"2013-02-21 00:00","","","","",3.9,3.9,2.92,2.06,0.59,0.04,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45109",6,37.04176,-88.35407,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.543778,0.259548,1.19,"2013-01-16 00:00",1.16,"2013-09-25 00:00",0.97,"2013-02-15 00:00",0.93,"2013-01-04 00:00","","","","",1.19,1.19,0.97,0.91,0.7,0.46,0.25,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45201",6,37.04176,-88.35407,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.032444,0.422305,2.05,"2013-03-23 00:00",2.03,"2013-01-16 00:00",1.73,"2013-02-21 00:00",1.67,"2013-02-15 00:00","","","","",2.05,2.05,1.73,1.62,1.31,0.91,0.57,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45202",6,37.04176,-88.35407,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.039556,0.450434,2.44,"2013-04-16 00:00",2.21,"2013-09-07 00:00",1.89,"2013-05-28 00:00",1.81,"2013-08-08 00:00","","","","",2.44,2.44,1.89,1.56,1.28,0.95,0.65,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45203",6,37.04176,-88.35407,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.246889,0.103437,0.51,"2013-01-16 00:00",0.45,"2013-09-25 00:00",0.42,"2013-01-04 00:00",0.4,"2013-06-21 00:00","","","","",0.51,0.51,0.42,0.38,0.33,0.23,0.11,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45204",6,37.04176,-88.35407,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.228444,0.106365,0.5,"2013-09-25 00:00",0.44,"2013-01-04 00:00",0.42,"2013-01-16 00:00",0.38,"2013-06-03 00:00","","","","",0.5,0.5,0.42,0.38,0.3,0.2,0.1,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45207",6,37.04176,-88.35407,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",33,0.1165,0.053333,0.234,"2013-06-21 00:00",0.234,"2013-08-26 00:00",0.234,"2013-09-25 00:00",0.216,"2013-03-17 00:00","","","","",0.234,0.234,0.234,0.207,0.171,0.0855,0.0855,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45208",6,37.04176,-88.35407,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",18,0.2004,0.11743,0.45,"2013-01-04 00:00",0.441,"2013-09-07 00:00",0.414,"2013-09-25 00:00",0.378,"2013-06-21 00:00","","","","",0.45,0.45,0.414,0.342,0.306,0.189,0.081,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45220",6,37.04176,-88.35407,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.434889,0.324595,1.74,"2013-09-07 00:00",1.26,"2013-08-08 00:00",0.91,"2013-07-09 00:00",0.86,"2013-06-27 00:00","","","","",1.74,1.74,0.91,0.78,0.58,0.38,0.12,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45801",6,37.04176,-88.35407,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000889,0.005963,0.04,"2013-05-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.04,0.04,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45805",6,37.04176,-88.35407,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45806",6,37.04176,-88.35407,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45807",6,37.04176,-88.35407,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004,0.013718,0.06,"2013-08-02 00:00",0.05,"2013-05-10 00:00",0.05,"2013-09-25 00:00",0.02,"2013-06-21 00:00","","","","",0.06,0.06,0.05,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0016","45810",6,37.04176,-88.35407,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ATMOS ENERGY","KY-95 & ALABAMA STREET","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","42153",6,37.02702,-88.34387,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.018444,0.00999,0.05,"2013-07-21 00:00",0.05,"2013-07-27 00:00",0.04,"2013-08-08 00:00",0.03,"2013-01-16 00:00","","","","",0.05,0.05,0.04,0.03,0.02,0.02,0.01,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43205",6,37.02702,-88.34387,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,1.344,1.131593,5.49,"2013-08-14 00:00",4.26,"2013-02-15 00:00",3.75,"2013-03-17 00:00",3.06,"2013-09-13 00:00","","","","",5.49,5.49,3.75,2.946,1.686,0.882,0.408,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43206",6,37.02702,-88.34387,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",2,2.1956,3.784954,18.86,"2013-09-13 00:00",16.4,"2013-02-15 00:00",7.96,"2013-06-15 00:00",5.2,"2013-07-27 00:00","","","","",18.86,18.86,7.96,4.76,2.2,0.752,0.274,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43208",6,37.02702,-88.34387,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.034,0.005343,0.048,"2013-02-27 00:00",0.046,"2013-05-28 00:00",0.042,"2013-04-16 00:00",0.042,"2013-06-09 00:00","","","","",0.048,0.048,0.042,0.042,0.036,0.034,0.028,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43218",6,37.02702,-88.34387,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.090222,0.102879,0.47,"2013-05-10 00:00",0.36,"2013-07-21 00:00",0.32,"2013-05-04 00:00",0.22,"2013-05-28 00:00","","","","",0.47,0.47,0.32,0.21,0.12,0.07,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43233",6,37.02702,-88.34387,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",5,0.188622,0.099796,0.496,"2013-07-27 00:00",0.368,"2013-05-28 00:00",0.336,"2013-08-26 00:00",0.328,"2013-01-10 00:00","","","","",0.496,0.496,0.336,0.328,0.248,0.168,0.048,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43372",6,37.02702,-88.34387,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.008889,0.059628,0.4,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43373",6,37.02702,-88.34387,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43396",6,37.02702,-88.34387,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43438",6,37.02702,-88.34387,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43441",6,37.02702,-88.34387,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.033778,0.072057,0.26,"2013-09-01 00:00",0.21,"2013-08-08 00:00",0.2,"2013-09-07 00:00",0.17,"2013-07-21 00:00","","","","",0.26,0.26,0.2,0.17,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43505",6,37.02702,-88.34387,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,5,"","","Certification not required",0,0.963902,0.495413,2.66,"2013-06-21 00:00",2.03,"2013-08-26 00:00",1.93,"2013-05-28 00:00",1.79,"2013-03-17 00:00","","","","",2.66,2.66,1.93,1.5,1.13,0.89,0.42,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43560",6,37.02702,-88.34387,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.174889,0.127665,0.6,"2013-07-27 00:00",0.46,"2013-09-25 00:00",0.44,"2013-01-10 00:00",0.38,"2013-04-28 00:00","","","","",0.6,0.6,0.44,0.37,0.23,0.13,0.07,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43702",6,37.02702,-88.34387,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.244,0.125796,0.71,"2013-08-08 00:00",0.5,"2013-04-16 00:00",0.4,"2013-07-27 00:00",0.38,"2013-06-21 00:00","","","","",0.71,0.71,0.4,0.37,0.32,0.23,0.09,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43704",6,37.02702,-88.34387,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.042667,0.108385,0.5,"2013-08-14 00:00",0.31,"2013-09-25 00:00",0.26,"2013-09-13 00:00",0.25,"2013-07-21 00:00","","","","",0.5,0.5,0.26,0.24,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43801",6,37.02702,-88.34387,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.553333,0.084826,0.74,"2013-05-22 00:00",0.7,"2013-04-16 00:00",0.69,"2013-02-27 00:00",0.69,"2013-06-21 00:00","","","","",0.74,0.74,0.69,0.68,0.62,0.55,0.46,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43802",6,37.02702,-88.34387,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.164667,0.158352,0.85,"2013-05-04 00:00",0.66,"2013-08-14 00:00",0.51,"2013-01-10 00:00",0.49,"2013-03-17 00:00","","","","",0.85,0.85,0.51,0.31,0.15,0.12,0.07,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43803",6,37.02702,-88.34387,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.021556,0.01381,0.08,"2013-07-27 00:00",0.04,"2013-07-03 00:00",0.04,"2013-08-02 00:00",0.03,"2013-01-10 00:00","","","","",0.08,0.08,0.04,0.03,0.03,0.02,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43804",6,37.02702,-88.34387,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.108889,0.014495,0.14,"2013-06-21 00:00",0.13,"2013-05-22 00:00",0.13,"2013-05-28 00:00",0.13,"2013-07-09 00:00","","","","",0.14,0.14,0.13,0.13,0.12,0.11,0.09,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43806",6,37.02702,-88.34387,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-02-09 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43811",6,37.02702,-88.34387,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.252111,0.038476,0.349,"2013-05-28 00:00",0.333,"2013-06-09 00:00",0.324,"2013-02-27 00:00",0.319,"2013-05-22 00:00","","","","",0.349,0.349,0.324,0.312,0.278,0.242,0.213,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43812",6,37.02702,-88.34387,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.001111,0.007454,0.05,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43813",6,37.02702,-88.34387,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43814",6,37.02702,-88.34387,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.014222,0.009412,0.04,"2013-08-08 00:00",0.03,"2013-05-16 00:00",0.03,"2013-07-21 00:00",0.02,"2013-02-03 00:00","","","","",0.04,0.04,0.03,0.02,0.02,0.02,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43815",6,37.02702,-88.34387,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.116667,0.170214,0.88,"2013-06-15 00:00",0.74,"2013-08-14 00:00",0.44,"2013-09-13 00:00",0.19,"2013-02-15 00:00","","","","",0.88,0.88,0.44,0.19,0.13,0.05,0.03,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43817",6,37.02702,-88.34387,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.013111,0.012214,0.04,"2013-01-10 00:00",0.04,"2013-07-27 00:00",0.03,"2013-02-09 00:00",0.03,"2013-03-29 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.01,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43818",6,37.02702,-88.34387,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.001556,0.005203,0.02,"2013-05-16 00:00",0.02,"2013-09-13 00:00",0.02,"2013-09-25 00:00",0.01,"2013-07-21 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43819",6,37.02702,-88.34387,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.008444,0.007057,0.02,"2013-02-27 00:00",0.02,"2013-04-16 00:00",0.02,"2013-07-21 00:00",0.02,"2013-07-27 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43820",6,37.02702,-88.34387,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.000667,0.004472,0.03,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43821",6,37.02702,-88.34387,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.161911,0.018723,0.196,"2013-02-27 00:00",0.194,"2013-09-25 00:00",0.192,"2013-04-10 00:00",0.192,"2013-04-16 00:00","","","","",0.196,0.196,0.192,0.192,0.176,0.16,0.136,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43823",6,37.02702,-88.34387,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.490667,0.086953,0.72,"2013-06-09 00:00",0.7,"2013-05-28 00:00",0.69,"2013-05-22 00:00",0.64,"2013-02-27 00:00","","","","",0.72,0.72,0.69,0.62,0.56,0.46,0.4,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43824",6,37.02702,-88.34387,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.000667,0.004472,0.03,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43826",6,37.02702,-88.34387,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43828",6,37.02702,-88.34387,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43829",6,37.02702,-88.34387,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43830",6,37.02702,-88.34387,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43831",6,37.02702,-88.34387,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43832",6,37.02702,-88.34387,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43835",6,37.02702,-88.34387,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43836",6,37.02702,-88.34387,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43838",6,37.02702,-88.34387,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43839",6,37.02702,-88.34387,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43843",6,37.02702,-88.34387,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43844",6,37.02702,-88.34387,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.003556,0.010478,0.04,"2013-07-21 00:00",0.04,"2013-09-25 00:00",0.03,"2013-03-05 00:00",0.03,"2013-08-02 00:00","","","","",0.04,0.04,0.03,0.02,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","43860",6,37.02702,-88.34387,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.021333,0.051681,0.31,"2013-02-15 00:00",0.11,"2013-07-27 00:00",0.1,"2013-05-10 00:00",0.08,"2013-06-15 00:00","","","","",0.31,0.31,0.1,0.07,0.02,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45109",6,37.02702,-88.34387,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.616667,0.30081,1.38,"2013-07-27 00:00",1.33,"2013-01-04 00:00",1.25,"2013-09-25 00:00",1.18,"2013-07-03 00:00","","","","",1.38,1.38,1.25,1.09,0.79,0.53,0.3,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45201",6,37.02702,-88.34387,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.942222,0.363917,1.76,"2013-02-15 00:00",1.72,"2013-01-04 00:00",1.62,"2013-03-17 00:00",1.58,"2013-01-16 00:00","","","","",1.76,1.76,1.62,1.5,1.16,0.85,0.56,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45202",6,37.02702,-88.34387,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,1.405333,1.23946,6.42,"2013-07-27 00:00",5.87,"2013-07-03 00:00",3.89,"2013-01-10 00:00",2.6,"2013-08-08 00:00","","","","",6.42,6.42,3.89,2.57,1.58,1.02,0.57,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45203",6,37.02702,-88.34387,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.284222,0.123702,0.61,"2013-07-27 00:00",0.57,"2013-01-04 00:00",0.5,"2013-07-03 00:00",0.5,"2013-09-25 00:00","","","","",0.61,0.61,0.5,0.46,0.37,0.26,0.15,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45204",6,37.02702,-88.34387,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.274667,0.139522,0.62,"2013-01-04 00:00",0.62,"2013-07-27 00:00",0.56,"2013-09-25 00:00",0.54,"2013-07-03 00:00","","","","",0.62,0.62,0.56,0.47,0.34,0.26,0.13,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45207",6,37.02702,-88.34387,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",30,0.1324,0.070655,0.297,"2013-09-25 00:00",0.279,"2013-05-28 00:00",0.279,"2013-08-26 00:00",0.27,"2013-01-04 00:00","","","","",0.297,0.297,0.279,0.243,0.207,0.0855,0.0855,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45208",6,37.02702,-88.34387,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",13,0.2564,0.161916,0.648,"2013-01-04 00:00",0.648,"2013-07-27 00:00",0.639,"2013-09-25 00:00",0.513,"2013-08-08 00:00","","","","",0.648,0.648,0.639,0.504,0.324,0.243,0.081,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45220",6,37.02702,-88.34387,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.170222,0.19593,1.14,"2013-07-27 00:00",0.44,"2013-01-16 00:00",0.39,"2013-07-03 00:00",0.36,"2013-01-10 00:00","","","","",1.14,1.14,0.39,0.35,0.25,0.17,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45801",6,37.02702,-88.34387,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45805",6,37.02702,-88.34387,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45806",6,37.02702,-88.34387,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45807",6,37.02702,-88.34387,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0.015556,0.028409,0.09,"2013-07-21 00:00",0.08,"2013-08-02 00:00",0.08,"2013-09-25 00:00",0.07,"2013-07-27 00:00","","","","",0.09,0.09,0.08,0.07,0.02,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","45810",6,37.02702,-88.34387,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2013-12-03" +"21","157","0018","61103",1,37.02702,-88.34387,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7267,83,303,365,0,5,"","","Certification not required",0,2.886404,2.179685,14.7,"2013-02-10 13:00",13.7,"2013-01-29 21:00",13.3,"2013-01-29 20:00",13.3,"2013-04-14 16:00","","","","",9.3,8.3,6.9,5.9,4.2,2.5,0.3,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-19" +"21","157","0018","61104",1,37.02702,-88.34387,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7267,83,303,365,0,5,"","","Certification not required",0,188.011146,89.380536,359,"2013-05-23 22:00",359,"2013-06-02 18:00",359,"2013-06-18 06:00",359,"2013-07-13 19:00","","","","",352,348,337,318,269,171,81,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-19" +"21","157","0018","62101",1,37.02702,-88.34387,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7266,83,303,365,0,6,"","","Certification not required",0,57.431324,17.429754,92,"2013-06-11 15:00",92,"2013-06-11 16:00",92,"2013-06-12 13:00",92,"2013-06-12 14:00","","","","",89,87,83,79,72,60,33,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-19" +"21","157","0018","81102",1,37.02702,-88.34387,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,5,0,0,"Certification not required",2,13.471698,5.116353,24,"2013-09-19 00:00",23,"2013-09-07 00:00",22,"2013-04-16 00:00",22,"2013-06-21 00:00","","","","",24,23,22,20,17,12,8,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-12" +"21","157","0018","82102",6,37.02702,-88.34387,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.00425,1.710579,9.16,"2013-04-22 00:00",6.99,"2013-07-09 00:00",1.8,"2013-01-04 00:00",1.45,"2013-09-07 00:00","","","","",9.16,9.16,6.99,1.45,0.99,0.53,0.25,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82103",6,37.02702,-88.34387,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.643,0.432205,2.07,"2013-09-07 00:00",1.58,"2013-05-16 00:00",1.43,"2013-08-08 00:00",1.37,"2013-08-02 00:00","","","","",2.07,2.07,1.58,1.37,0.87,0.58,0.21,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82105",6,37.02702,-88.34387,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.00925,0.00859,0.03,"2013-01-04 00:00",0.03,"2013-08-02 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-21 00:00","","","","",0.03,0.03,0.03,0.02,0.01,0.01,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82110",6,37.02702,-88.34387,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.099,0.072706,0.31,"2013-04-22 00:00",0.29,"2013-01-04 00:00",0.26,"2013-09-07 00:00",0.25,"2013-02-03 00:00","","","","",0.31,0.31,0.29,0.25,0.12,0.09,0.04,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82112",6,37.02702,-88.34387,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.25725,0.415075,1.94,"2013-06-15 00:00",1.48,"2013-09-25 00:00",0.85,"2013-08-08 00:00",0.84,"2013-08-14 00:00","","","","",1.94,1.94,1.48,0.84,0.36,0.07,0,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82113",6,37.02702,-88.34387,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.0605,0.093971,0.61,"2013-02-15 00:00",0.14,"2013-05-10 00:00",0.11,"2013-04-04 00:00",0.11,"2013-06-27 00:00","","","","",0.61,0.61,0.14,0.11,0.05,0.04,0.02,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82128",6,37.02702,-88.34387,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.002003,0.001576,0.0083,"2013-07-09 00:00",0.0066,"2013-04-22 00:00",0.0041,"2013-01-04 00:00",0.0034,"2013-02-27 00:00","","","","",0.0083,0.0083,0.0066,0.0034,0.0026,0.0017,0.0007,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82132",6,37.02702,-88.34387,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,3.83175,1.789632,8.18,"2013-06-27 00:00",8.09,"2013-05-16 00:00",6.84,"2013-06-15 00:00",6.21,"2013-09-19 00:00","","","","",8.18,8.18,8.09,6.21,4.73,3.8,1.92,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82136",6,37.02702,-88.34387,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.44575,0.339478,2.14,"2013-06-03 00:00",0.84,"2013-03-29 00:00",0.82,"2013-07-15 00:00",0.77,"2013-02-15 00:00","","","","",2.14,2.14,0.84,0.77,0.57,0.37,0.18,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82142",6,37.02702,-88.34387,"NAD83","Mercury PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.01775,0.010975,0.04,"2013-01-04 00:00",0.04,"2013-06-03 00:00",0.04,"2013-06-15 00:00",0.04,"2013-06-27 00:00","","","","",0.04,0.04,0.04,0.04,0.02,0.02,0.01,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0018","82154",6,37.02702,-88.34387,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Teflon - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.60125,0.330781,1.38,"2013-01-16 00:00",1.26,"2013-03-23 00:00",1.19,"2013-07-27 00:00",1.16,"2013-06-27 00:00","","","","",1.38,1.38,1.26,1.16,0.84,0.57,0.21,"CALVERT CITY ELEMENTARY","563 EAST 5TH AVENUE","Kentucky","Marshall","Calvert City (RR name Calvert)","","2014-02-18" +"21","157","0019","42153",6,37.03718,-88.33411,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.014667,0.007862,0.05,"2013-04-12 00:00",0.03,"2013-01-16 00:00",0.03,"2013-09-19 00:00",0.02,"2013-01-10 00:00","","","","",0.05,0.05,0.03,0.02,0.02,0.01,0.01,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43205",6,37.03718,-88.33411,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,3.305333,6.98485,42.3,"2013-06-03 00:00",17.97,"2013-02-15 00:00",14.19,"2013-08-14 00:00",9.9,"2013-09-13 00:00","","","","",42.3,42.3,14.19,8.43,1.872,1.143,0.525,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43206",6,37.03718,-88.33411,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",1,1.996244,2.92633,15.38,"2013-02-15 00:00",10.52,"2013-06-15 00:00",7.7,"2013-01-16 00:00",5.56,"2013-08-08 00:00","","","","",15.38,15.38,7.7,4.68,1.872,0.908,0.348,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43208",6,37.03718,-88.33411,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.035111,0.004682,0.046,"2013-06-09 00:00",0.044,"2013-04-12 00:00",0.044,"2013-09-13 00:00",0.042,"2013-02-03 00:00","","","","",0.046,0.046,0.044,0.042,0.038,0.034,0.028,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43218",6,37.03718,-88.33411,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.631556,3.289572,22.16,"2013-06-03 00:00",1.01,"2013-04-12 00:00",0.96,"2013-05-10 00:00",0.69,"2013-02-15 00:00","","","","",22.16,22.16,0.96,0.4,0.13,0.1,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43233",6,37.03718,-88.33411,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",3,0.193067,0.08388,0.36,"2013-06-21 00:00",0.352,"2013-01-16 00:00",0.352,"2013-04-12 00:00",0.328,"2013-01-04 00:00","","","","",0.36,0.36,0.352,0.32,0.256,0.184,0.104,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43372",6,37.03718,-88.33411,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.015556,0.051723,0.22,"2013-04-16 00:00",0.2,"2013-08-02 00:00",0.19,"2013-04-28 00:00",0.05,"2013-03-29 00:00","","","","",0.22,0.22,0.19,0.04,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43373",6,37.03718,-88.33411,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43396",6,37.03718,-88.33411,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43438",6,37.03718,-88.33411,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43441",6,37.03718,-88.33411,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43505",6,37.03718,-88.33411,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",39,64,37,61,0,8,"","","Certification not required",0,0.861795,0.52789,2.84,"2013-09-19 00:00",1.79,"2013-06-09 00:00",1.76,"2013-07-15 00:00",1.74,"2013-09-25 00:00","","","","",2.84,2.84,1.79,1.74,1.03,0.79,0.35,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43560",6,37.03718,-88.33411,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.216222,0.445423,3.07,"2013-06-28 00:00",0.43,"2013-06-21 00:00",0.41,"2013-04-12 00:00",0.38,"2013-08-08 00:00","","","","",3.07,3.07,0.41,0.35,0.19,0.13,0.07,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43702",6,37.03718,-88.33411,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.231333,0.12938,0.71,"2013-05-10 00:00",0.48,"2013-05-16 00:00",0.45,"2013-04-16 00:00",0.45,"2013-05-22 00:00","","","","",0.71,0.71,0.45,0.37,0.3,0.21,0.09,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43704",6,37.03718,-88.33411,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.108889,0.39214,2.11,"2013-06-28 00:00",1.21,"2013-07-21 00:00",1.05,"2013-07-09 00:00",0.53,"2013-04-22 00:00","","","","",2.11,2.11,1.05,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43801",6,37.03718,-88.33411,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.563778,0.089119,0.78,"2013-05-28 00:00",0.73,"2013-05-22 00:00",0.72,"2013-06-21 00:00",0.69,"2013-04-16 00:00","","","","",0.78,0.78,0.72,0.69,0.62,0.56,0.44,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43802",6,37.03718,-88.33411,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.159778,0.123481,0.77,"2013-03-07 00:00",0.44,"2013-05-04 00:00",0.41,"2013-02-21 00:00",0.33,"2013-06-21 00:00","","","","",0.77,0.77,0.41,0.28,0.15,0.13,0.08,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43803",6,37.03718,-88.33411,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.024,0.013883,0.06,"2013-04-12 00:00",0.06,"2013-07-27 00:00",0.05,"2013-09-13 00:00",0.04,"2013-06-03 00:00","","","","",0.06,0.06,0.05,0.04,0.03,0.02,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43804",6,37.03718,-88.33411,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.109111,0.021828,0.2,"2013-06-15 00:00",0.15,"2013-07-27 00:00",0.13,"2013-06-03 00:00",0.13,"2013-06-09 00:00","","","","",0.2,0.2,0.13,0.13,0.12,0.11,0.09,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43806",6,37.03718,-88.33411,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-02-09 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43811",6,37.03718,-88.33411,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.255867,0.041541,0.344,"2013-04-12 00:00",0.343,"2013-06-09 00:00",0.339,"2013-05-28 00:00",0.333,"2013-06-03 00:00","","","","",0.344,0.344,0.339,0.329,0.281,0.245,0.214,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43812",6,37.03718,-88.33411,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.004889,0.01854,0.08,"2013-07-27 00:00",0.07,"2013-03-05 00:00",0.07,"2013-09-01 00:00",0,"2013-01-04 00:00","","","","",0.08,0.08,0.07,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43813",6,37.03718,-88.33411,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.007111,0.037454,0.24,"2013-01-22 00:00",0.08,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.24,0.24,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43814",6,37.03718,-88.33411,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.014,0.00963,0.03,"2013-03-29 00:00",0.03,"2013-07-27 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43815",6,37.03718,-88.33411,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.194,0.329644,1.73,"2013-09-13 00:00",0.95,"2013-06-15 00:00",0.94,"2013-07-27 00:00",0.86,"2013-06-03 00:00","","","","",1.73,1.73,0.94,0.49,0.19,0.05,0.03,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43817",6,37.03718,-88.33411,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.018889,0.033044,0.22,"2013-03-23 00:00",0.04,"2013-03-05 00:00",0.04,"2013-09-13 00:00",0.03,"2013-02-03 00:00","","","","",0.22,0.22,0.04,0.03,0.02,0.02,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43818",6,37.03718,-88.33411,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.004222,0.00783,0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00",0.02,"2013-05-04 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43819",6,37.03718,-88.33411,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.010222,0.006567,0.02,"2013-03-29 00:00",0.02,"2013-04-16 00:00",0.02,"2013-05-10 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43820",6,37.03718,-88.33411,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.002889,0.014557,0.09,"2013-09-13 00:00",0.04,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.09,0.09,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43821",6,37.03718,-88.33411,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.167156,0.019806,0.214,"2013-04-12 00:00",0.206,"2013-01-28 00:00",0.196,"2013-03-17 00:00",0.196,"2013-06-09 00:00","","","","",0.214,0.214,0.196,0.194,0.18,0.164,0.144,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43823",6,37.03718,-88.33411,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.502,0.085801,0.76,"2013-06-09 00:00",0.68,"2013-05-28 00:00",0.67,"2013-05-22 00:00",0.63,"2013-03-17 00:00","","","","",0.76,0.76,0.67,0.61,0.56,0.48,0.41,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43824",6,37.03718,-88.33411,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43826",6,37.03718,-88.33411,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43828",6,37.03718,-88.33411,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43829",6,37.03718,-88.33411,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43830",6,37.03718,-88.33411,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43831",6,37.03718,-88.33411,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43832",6,37.03718,-88.33411,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43835",6,37.03718,-88.33411,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43836",6,37.03718,-88.33411,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43838",6,37.03718,-88.33411,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43839",6,37.03718,-88.33411,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43843",6,37.03718,-88.33411,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43844",6,37.03718,-88.33411,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.005778,0.014379,0.06,"2013-01-10 00:00",0.05,"2013-02-09 00:00",0.03,"2013-03-05 00:00",0.03,"2013-05-10 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","43860",6,37.03718,-88.33411,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.047111,0.114189,0.67,"2013-03-05 00:00",0.29,"2013-07-27 00:00",0.25,"2013-06-28 00:00",0.16,"2013-02-15 00:00","","","","",0.67,0.67,0.25,0.11,0.04,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45109",6,37.03718,-88.33411,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.741778,0.425619,2.5,"2013-01-04 00:00",1.66,"2013-06-21 00:00",1.3,"2013-04-22 00:00",1.27,"2013-04-12 00:00","","","","",2.5,2.5,1.3,1.2,1.04,0.59,0.34,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45201",6,37.03718,-88.33411,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,1.100222,0.575995,3.22,"2013-02-15 00:00",2.82,"2013-06-03 00:00",2.27,"2013-07-27 00:00",1.8,"2013-09-13 00:00","","","","",3.22,3.22,2.27,1.77,1.27,0.89,0.66,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45202",6,37.03718,-88.33411,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,1.317778,0.768895,3.63,"2013-09-19 00:00",3.3,"2013-04-12 00:00",3.1,"2013-01-04 00:00",2.39,"2013-06-21 00:00","","","","",3.63,3.63,3.1,2.21,1.68,1.05,0.63,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45203",6,37.03718,-88.33411,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.317778,0.151326,0.9,"2013-01-04 00:00",0.62,"2013-06-21 00:00",0.54,"2013-01-16 00:00",0.52,"2013-06-15 00:00","","","","",0.9,0.9,0.54,0.51,0.4,0.3,0.18,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45204",6,37.03718,-88.33411,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.313556,0.171678,0.98,"2013-01-04 00:00",0.72,"2013-06-21 00:00",0.54,"2013-04-22 00:00",0.53,"2013-04-12 00:00","","","","",0.98,0.98,0.54,0.49,0.39,0.27,0.15,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45207",6,37.03718,-88.33411,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",28,0.1376,0.072867,0.351,"2013-06-21 00:00",0.261,"2013-07-09 00:00",0.261,"2013-08-26 00:00",0.252,"2013-01-04 00:00","","","","",0.351,0.351,0.261,0.252,0.198,0.0855,0.0855,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45208",6,37.03718,-88.33411,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",11,0.2754,0.171799,0.792,"2013-06-21 00:00",0.585,"2013-09-19 00:00",0.576,"2013-01-04 00:00",0.549,"2013-09-25 00:00","","","","",0.792,0.792,0.576,0.504,0.396,0.234,0.081,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45220",6,37.03718,-88.33411,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.214222,0.162837,0.65,"2013-09-07 00:00",0.55,"2013-08-08 00:00",0.53,"2013-01-16 00:00",0.49,"2013-04-12 00:00","","","","",0.65,0.65,0.53,0.46,0.3,0.2,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45801",6,37.03718,-88.33411,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.001111,0.007454,0.05,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45805",6,37.03718,-88.33411,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45806",6,37.03718,-88.33411,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45807",6,37.03718,-88.33411,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.009556,0.019301,0.07,"2013-06-15 00:00",0.05,"2013-05-16 00:00",0.05,"2013-07-21 00:00",0.05,"2013-08-02 00:00","","","","",0.07,0.07,0.05,0.05,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","157","0019","45810",6,37.03718,-88.33411,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LAZY DAZ","4237 GILBERTSVILLE HWY","Kentucky","Marshall","","","2013-12-03" +"21","175","9991","44201",1,37.9214,-83.0662,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7773,98,241,245,0,243,0,0,"Certification not required",0,0.044212,0.008344,0.065,"2013-04-05 16:00",0.064,"2013-04-06 13:00",0.064,"2013-09-08 12:00",0.064,"2013-09-27 20:00","","","","",0.064,0.062,0.057,0.054,0.05,0.045,0.039,"Crockett","State Highway 437, West Liberty, KY 41472","Kentucky","Morgan","","","2014-01-31" +"21","175","9991","44201",1,37.9214,-83.0662,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7873,96,235,245,0,0,0,0,"Certification not required",0,0.040911,0.008488,0.062,"2013-04-06 11:00",0.061,"2013-04-05 12:00",0.061,"2013-05-15 12:00",0.058,"2013-04-22 13:00","","","","",0.061,0.058,0.055,0.051,0.047,0.042,0.036,"Crockett","State Highway 437, West Liberty, KY 41472","Kentucky","Morgan","","","2014-01-31" +"21","175","9991","44201",1,37.9214,-83.0662,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7873,96,235,245,0,0,0,0,"Certification not required",0,0.040911,0.008488,0.062,"2013-04-06 11:00",0.061,"2013-04-05 12:00",0.061,"2013-05-15 12:00",0.058,"2013-04-22 13:00","","","","",0.061,0.058,0.055,0.051,0.047,0.042,0.036,"Crockett","State Highway 437, West Liberty, KY 41472","Kentucky","Morgan","","","2014-01-31" +"21","185","0004","44201",1,38.4002,-85.44428,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5817,99,243,245,0,63,0,0,"Certification not required",161,0.048457,0.011585,0.081,"2013-05-15 14:00",0.078,"2013-08-30 14:00",0.077,"2013-07-08 14:00",0.075,"2013-06-11 14:00","","","","",0.077,0.075,0.068,0.063,0.056,0.048,0.033,"BUCKNER","KYTC MAINTENANCE FACILITY, 1601 SOUTH HWY 393","Kentucky","Oldham","Buckner","Louisville/Jefferson County, KY-IN","2013-12-04" +"21","185","0004","44201",1,38.4002,-85.44428,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5829,99,242,245,0,0,0,0,"Certification not required",0,0.043298,0.010282,0.073,"2013-05-15 11:00",0.065,"2013-06-11 11:00",0.064,"2013-05-14 12:00",0.064,"2013-07-08 11:00","","","","",0.064,0.063,0.06,0.057,0.051,0.043,0.03,"BUCKNER","KYTC MAINTENANCE FACILITY, 1601 SOUTH HWY 393","Kentucky","Oldham","Buckner","Louisville/Jefferson County, KY-IN","2013-12-04" +"21","185","0004","44201",1,38.4002,-85.44428,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5829,99,242,245,0,0,0,0,"Certification not required",0,0.043298,0.010282,0.073,"2013-05-15 11:00",0.065,"2013-06-11 11:00",0.064,"2013-05-14 12:00",0.064,"2013-07-08 11:00","","","","",0.064,0.063,0.06,0.057,0.051,0.043,0.03,"BUCKNER","KYTC MAINTENANCE FACILITY, 1601 SOUTH HWY 393","Kentucky","Oldham","Buckner","Louisville/Jefferson County, KY-IN","2013-12-04" +"21","193","0003","44201",1,37.28329,-83.20932,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5842,100,245,245,0,38,0,0,"Certification not required",1033,0.043547,0.008761,0.066,"2013-05-15 15:00",0.064,"2013-04-05 17:00",0.063,"2013-04-06 13:00",0.063,"2013-04-23 13:00","","","","",0.063,0.061,0.057,0.055,0.05,0.044,0.032,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2013-12-04" +"21","193","0003","44201",1,37.28329,-83.20932,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.038331,0.009119,0.063,"2013-05-15 10:00",0.06,"2013-04-06 11:00",0.06,"2013-04-23 10:00",0.058,"2013-04-05 11:00","","","","",0.06,0.058,0.053,0.05,0.044,0.039,0.026,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2013-12-04" +"21","193","0003","44201",1,37.28329,-83.20932,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5865,100,245,245,0,0,0,0,"Certification not required",0,0.038331,0.009119,0.063,"2013-05-15 10:00",0.06,"2013-04-06 11:00",0.06,"2013-04-23 10:00",0.058,"2013-04-05 11:00","","","","",0.06,0.058,0.053,0.05,0.044,0.039,0.026,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2013-12-04" +"21","193","0003","61103",1,37.28329,-83.20932,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7267,83,303,365,0,5,"","","Certification not required",0,1.27823,1.410878,9.8,"2013-01-30 05:00",9.8,"2013-10-31 20:00",9.7,"2013-10-31 23:00",9.3,"2013-11-12 05:00","","","","",5.9,5.3,4.4,3.5,1.6,0.9,0,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2014-02-19" +"21","193","0003","61104",1,37.28329,-83.20932,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7267,83,303,365,0,5,"","","Certification not required",0,194.6502,112.158565,359,"2013-01-02 20:00",359,"2013-01-05 19:00",359,"2013-01-09 05:00",359,"2013-01-16 19:00","","","","",356,353,346,333,294,217,31,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2014-02-19" +"21","193","0003","62101",1,37.28329,-83.20932,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7268,83,303,365,0,4,"","","Certification not required",0,55.294717,17.178215,91,"2013-06-12 14:00",91,"2013-06-12 15:00",91,"2013-06-12 16:00",90,"2013-06-12 13:00","","","","",86,84,81,77,69,58,31,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2014-02-19" +"21","193","0003","88502",3,37.28329,-83.20932,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7347,84,305,365,0,669,"","","Certification not required",0,7.576562,6.221518,94,"2013-02-10 17:00",53,"2013-01-13 06:00",53,"2013-01-20 18:00",50,"2013-01-12 09:00","","","","",28,24,19,16,10,6,1,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2014-02-19" +"21","193","0003","88502",3,37.28329,-83.20932,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",305,84,305,365,0,0,"","","Certification not required",0,7.538689,4.033129,21,"2013-01-09 00:00",20.2,"2013-02-07 00:00",20.1,"2013-01-26 00:00",19.7,"2013-01-28 00:00","","","","",19.7,17.7,15.5,12.9,9.7,6.7,3.2,"HAZARD","PERRY COUNTY HORSE PARK, 354 PERRY PARK ROAD","Kentucky","Perry","Hazard","","2014-02-19" +"21","195","0002","44201",1,37.4826,-82.53532,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5832,100,244,245,0,48,0,0,"Certification not required",1145,0.042496,0.009418,0.065,"2013-05-15 17:00",0.064,"2013-04-06 14:00",0.062,"2013-04-05 16:00",0.062,"2013-09-05 14:00","","","","",0.062,0.061,0.057,0.054,0.049,0.044,0.031,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2013-12-04" +"21","195","0002","44201",1,37.4826,-82.53532,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5854,99,243,245,0,0,0,0,"Certification not required",0,0.037045,0.009774,0.063,"2013-05-15 09:00",0.061,"2013-04-06 11:00",0.056,"2013-05-14 11:00",0.055,"2013-03-16 07:00","","","","",0.056,0.055,0.051,0.05,0.044,0.037,0.024,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2013-12-04" +"21","195","0002","44201",1,37.4826,-82.53532,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5854,99,243,245,0,0,0,0,"Certification not required",0,0.037045,0.009774,0.063,"2013-05-15 09:00",0.061,"2013-04-06 11:00",0.056,"2013-05-14 11:00",0.055,"2013-03-16 07:00","","","","",0.056,0.055,0.051,0.05,0.044,0.037,0.024,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2013-12-04" +"21","195","0002","68101",1,37.4826,-82.53532,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",99,100,51,61,0,3,"","","Certification not required",12,0.415152,0.215645,0.7,"2013-01-28 00:00",0.7,"2013-01-31 00:00",0.7,"2013-02-12 00:00",0.7,"2013-03-29 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.5,0.05,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68101",2,37.4826,-82.53532,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",49,80,49,61,0,2,"","","Certification not required",4,0.522449,0.206927,0.8,"2013-07-15 00:00",0.7,"2013-05-28 00:00",0.7,"2013-06-03 00:00",0.7,"2013-06-09 00:00","","","","",0.8,0.8,0.7,0.7,0.7,0.6,0.1,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68102",1,37.4826,-82.53532,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",99,100,51,61,0,3,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68102",2,37.4826,-82.53532,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",49,80,49,61,0,2,"","","Certification not required",0,24.055102,0.050254,24.1,"2013-01-04 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68103",1,37.4826,-82.53532,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",99,100,51,61,0,3,"","","Certification not required",0,9.819192,8.775821,22.2,"2013-08-29 00:00",22.1,"2013-07-21 00:00",21.5,"2013-07-09 00:00",21.5,"2013-08-11 00:00","","","","",22.2,22.1,21,19.8,17.5,12.3,-2.6,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68103",2,37.4826,-82.53532,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,2,"","","Certification not required",0,10.081633,8.822667,22.2,"2013-07-21 00:00",21.8,"2013-09-01 00:00",21.5,"2013-07-09 00:00",20.4,"2013-08-20 00:00","","","","",22.2,22.2,21.5,20.2,16.4,12.7,-2.5,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68104",1,37.4826,-82.53532,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",99,100,51,61,0,3,"","","Certification not required",0,21.870707,9.636974,34.8,"2013-06-12 00:00",34.7,"2013-07-18 00:00",34.3,"2013-05-31 00:00",33.9,"2013-07-09 00:00","","","","",34.8,34.7,33.6,32.6,30.4,24,8.1,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68104",2,37.4826,-82.53532,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,2,"","","Certification not required",0,22.740816,10.034543,34.8,"2013-07-09 00:00",34.6,"2013-07-15 00:00",33.5,"2013-04-10 00:00",33.5,"2013-04-16 00:00","","","","",34.8,34.8,33.5,33.3,31.8,24.9,8.3,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68105",1,37.4826,-82.53532,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",99,100,51,61,0,3,"","","Certification not required",0,14.952525,8.782954,26.9,"2013-07-09 00:00",26.6,"2013-07-18 00:00",26.5,"2013-07-15 00:00",26.2,"2013-06-12 00:00","","","","",26.9,26.6,25.6,24.4,22.8,18.2,2.3,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68105",2,37.4826,-82.53532,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,2,"","","Certification not required",0,15.542857,9.012029,27.3,"2013-07-09 00:00",26.9,"2013-07-15 00:00",25.3,"2013-07-21 00:00",25,"2013-09-01 00:00","","","","",27.3,27.3,25.3,24.9,23.2,19.3,2.4,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68106",1,37.4826,-82.53532,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,51,61,0,3,"","","Certification not required",0,741.454545,4.160732,750,"2013-01-04 00:00",750,"2013-03-08 00:00",749,"2013-01-07 00:00",749,"2013-10-25 00:00","","","","",750,750,748,747,744,742,736,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68106",2,37.4826,-82.53532,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,2,"","","Certification not required",0,742.918367,4.192437,750,"2013-02-09 00:00",750,"2013-07-15 00:00",750,"2013-10-25 00:00",749,"2013-01-04 00:00","","","","",750,750,750,748,746,743,737,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68107",1,37.4826,-82.53532,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,51,61,0,3,"","","Certification not required",0,746.525253,3.834173,756,"2013-01-10 00:00",755,"2013-01-07 00:00",754,"2013-01-04 00:00",754,"2013-01-25 00:00","","","","",756,755,754,752,749,746,742,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68107",2,37.4826,-82.53532,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,2,"","","Certification not required",0,748.22449,3.943694,756,"2013-01-10 00:00",756,"2013-10-25 00:00",755,"2013-02-09 00:00",754,"2013-01-04 00:00","","","","",756,756,755,754,751,748,743,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68108",1,37.4826,-82.53532,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,51,61,0,3,"","","Certification not required",0,744.060606,3.82478,752,"2013-01-04 00:00",752,"2013-01-07 00:00",752,"2013-01-10 00:00",752,"2013-03-08 00:00","","","","",752,752,752,750,746,744,739,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68108",2,37.4826,-82.53532,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,2,"","","Certification not required",0,745.714286,3.889087,754,"2013-10-25 00:00",753,"2013-02-09 00:00",752,"2013-01-04 00:00",752,"2013-01-10 00:00","","","","",754,754,752,751,749,746,741,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68109",1,37.4826,-82.53532,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",99,100,51,61,0,3,"","","Certification not required",0,1439.969697,0.172292,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","68109",2,37.4826,-82.53532,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",49,80,49,61,0,2,"","","Certification not required",0,1439.979592,0.142857,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","88101",1,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,3,0,0,"Certification not required",0,8.037374,2.894103,16.1,"2013-08-29 00:00",14.2,"2013-07-18 00:00",14,"2013-07-12 00:00",13.9,"2013-03-17 00:00","","","","",16.1,14.2,13.8,12.1,10.2,7.6,4.6,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","88101",1,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,3,"","","Certification not required",0,8.037374,2.894103,16.1,"2013-08-29 00:00",14.2,"2013-07-18 00:00",14,"2013-07-12 00:00",13.9,"2013-03-17 00:00","","","","",16.1,14.2,13.8,12.1,10.2,7.6,4.6,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","88101",2,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,0,0,"Certification not required",0,7.916327,2.588142,13.3,"2013-04-10 00:00",13.2,"2013-03-17 00:00",13.2,"2013-05-28 00:00",12,"2013-09-19 00:00","","","","",13.3,13.3,13.2,11.4,9.4,7.8,4.6,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","88101",2,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,7.916327,2.588142,13.3,"2013-04-10 00:00",13.2,"2013-03-17 00:00",13.2,"2013-05-28 00:00",12,"2013-09-19 00:00","","","","",13.3,13.3,13.2,11.4,9.4,7.8,4.6,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-05" +"21","195","0002","88101",3,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7472,85,318,365,0,544,"","","Certification not required",0,8.046172,5.169915,43,"2013-08-04 19:00",40,"2013-08-04 18:00",37,"2013-01-20 23:00",35,"2013-01-26 20:00","","","","",23,20,18,15,11,7,2,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-19" +"21","195","0002","88101",3,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,0,0,"Certification not required",0,8.008333,3.22199,18.7,"2013-01-26 00:00",17.5,"2013-01-27 00:00",16.2,"2013-01-02 00:00",15.7,"2013-08-27 00:00","","","","",15.7,15.2,13.8,12,10,8,4,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-19" +"21","195","0002","88101",3,37.4826,-82.53532,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,"","","Certification not required",0,8.008333,3.22199,18.7,"2013-01-26 00:00",17.5,"2013-01-27 00:00",16.2,"2013-01-02 00:00",15.7,"2013-08-27 00:00","","","","",15.7,15.2,13.8,12,10,8,4,"PIKEVILLE PRIMARY","KYTC DISTRICT OFFICE, 109 LORAINE STREET","Kentucky","Pike","Pikeville","","2014-02-19" +"21","199","0003","44201",1,37.09798,-84.61152,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5825,99,243,245,0,55,0,0,"Certification not required",348,0.045988,0.008537,0.069,"2013-05-15 17:00",0.068,"2013-03-15 18:00",0.066,"2013-07-11 14:00",0.065,"2013-04-05 17:00","","","","",0.066,0.064,0.06,0.057,0.052,0.046,0.034,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2013-12-04" +"21","199","0003","44201",1,37.09798,-84.61152,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5838,99,243,245,0,0,0,0,"Certification not required",0,0.04172,0.008423,0.064,"2013-05-15 12:00",0.062,"2013-07-11 11:00",0.061,"2013-04-05 12:00",0.061,"2013-05-14 12:00","","","","",0.061,0.06,0.055,0.052,0.048,0.042,0.031,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2013-12-04" +"21","199","0003","44201",1,37.09798,-84.61152,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5838,99,243,245,0,0,0,0,"Certification not required",0,0.04172,0.008423,0.064,"2013-05-15 12:00",0.062,"2013-07-11 11:00",0.061,"2013-04-05 12:00",0.061,"2013-05-14 12:00","","","","",0.061,0.06,0.055,0.052,0.048,0.042,0.031,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2013-12-04" +"21","199","0003","68101",1,37.09798,-84.61152,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",99,81,98,122,0,6,"","","Certification not required",45,0.24697,0.214145,0.6,"2013-04-07 00:00",0.6,"2013-05-07 00:00",0.6,"2013-05-10 00:00",0.6,"2013-06-03 00:00","","","","",0.6,0.6,0.6,0.6,0.4,0.2,0.05,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68102",1,37.09798,-84.61152,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",99,81,98,122,0,6,"","","Certification not required",0,24.014141,0.035022,24.1,"2013-01-01 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-19 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68103",1,37.09798,-84.61152,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",99,81,98,122,0,6,"","","Certification not required",0,9.973737,8.900247,22.4,"2013-08-08 00:00",22.3,"2013-07-21 00:00",22.1,"2013-08-29 00:00",21.9,"2013-07-18 00:00","","","","",22.4,22.3,21.6,19.7,17.9,12.1,-2.4,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68104",1,37.09798,-84.61152,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",99,81,98,122,0,6,"","","Certification not required",0,20.516162,9.327026,33.6,"2013-07-18 00:00",33.4,"2013-06-12 00:00",33.1,"2013-07-15 00:00",32.6,"2013-07-09 00:00","","","","",33.6,33.4,32.5,30.4,28.4,23.4,5.7,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68105",1,37.09798,-84.61152,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",99,81,98,122,0,6,"","","Certification not required",0,14.905051,8.740819,27.3,"2013-06-12 00:00",26.8,"2013-07-18 00:00",26.4,"2013-08-29 00:00",26.3,"2013-07-15 00:00","","","","",27.3,26.8,26.2,24.7,22.4,18.3,1.9,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68106",1,37.09798,-84.61152,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,81,98,122,0,6,"","","Certification not required",0,734.323232,3.958531,744,"2013-01-04 00:00",742,"2013-01-07 00:00",742,"2013-03-08 00:00",742,"2013-10-25 00:00","","","","",744,742,741,739,737,734,730,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68107",1,37.09798,-84.61152,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,81,98,122,0,6,"","","Certification not required",0,739.323232,3.683466,748,"2013-01-10 00:00",747,"2013-01-04 00:00",747,"2013-01-07 00:00",747,"2013-03-08 00:00","","","","",748,747,747,745,741,739,735,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68108",1,37.09798,-84.61152,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,81,98,122,0,6,"","","Certification not required",0,736.848485,3.592406,745,"2013-01-04 00:00",744,"2013-01-07 00:00",744,"2013-03-08 00:00",744,"2013-10-25 00:00","","","","",745,744,743,742,739,737,732,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","68109",1,37.09798,-84.61152,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",99,81,98,122,0,6,"","","Certification not required",0,1439.414141,0.49508,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","88101",1,37.09798,-84.61152,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",99,80,98,122,0,6,0,0,"Certification not required",0,9.00303,3.549488,19.9,"2013-07-18 00:00",18.7,"2013-01-28 00:00",17.6,"2013-03-17 00:00",17,"2013-09-12 00:00","","","","",19.9,18.7,16.5,14.3,10.7,8.5,5.5,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","199","0003","88101",1,37.09798,-84.61152,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",99,80,98,122,0,6,"","","Certification not required",0,9.00303,3.549488,19.9,"2013-07-18 00:00",18.7,"2013-01-28 00:00",17.6,"2013-03-17 00:00",17,"2013-09-12 00:00","","","","",19.9,18.7,16.5,14.3,10.7,8.5,5.5,"SOMERSET","SOMERSET GAS CO WAREHOUSE, 305 CLIFTY STREET","Kentucky","Pulaski","Somerset","Somerset, KY","2014-02-05" +"21","207","0001","14129",1,37.069444,-84.98925,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,3,0,0,"Certification not required",0,0.01415,0.034527,0.197,"2013-01-28 00:00",0.162,"2013-04-16 00:00",0.09,"2013-05-30 00:00",0.056,"2013-10-01 00:00","","","","",0.197,0.162,0.09,0.028,0.008,0.003,0.001,"SALEM ELEMENTARY (RUSSELL SPRINGS)","SALEM ELEMENTARY, 1409 STATE HWY 76","Kentucky","Russell","","","2014-01-31" +"21","207","0001","68105",1,37.069444,-84.98925,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,3,"","","Certification not required",0,13.2,9.547029,26,"2013-07-09 00:00",26,"2013-07-15 00:00",24,"2013-05-30 00:00",24,"2013-06-21 00:00","","","","",26,26,24,24,22,14,2,"SALEM ELEMENTARY (RUSSELL SPRINGS)","SALEM ELEMENTARY, 1409 STATE HWY 76","Kentucky","Russell","","","2014-01-31" +"21","207","0001","68108",1,37.069444,-84.98925,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,3,"","","Certification not required",0,737.083333,4.655202,748,"2013-11-12 00:00",748,"2013-11-24 00:00",747,"2013-01-22 00:00",746,"2013-12-24 00:00","","","","",748,748,747,744,740,737,732,"SALEM ELEMENTARY (RUSSELL SPRINGS)","SALEM ELEMENTARY, 1409 STATE HWY 76","Kentucky","Russell","","","2014-01-31" +"21","213","0004","44201",1,36.708607,-86.566284,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5625,96,235,245,0,255,0,0,"Certification not required",302,0.044902,0.00881,0.073,"2013-09-09 14:00",0.07,"2013-06-15 16:00",0.066,"2013-03-15 14:00",0.064,"2013-04-06 12:00","","","","",0.066,0.064,0.06,0.056,0.05,0.044,0.034,"FRANKLIN","KYTC MAINTENANCE FACILITY, 573 HARDING ROAD","Kentucky","Simpson","Franklin","","2013-12-04" +"21","213","0004","44201",1,36.708607,-86.566284,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5651,96,235,245,0,0,0,0,"Certification not required",0,0.040519,0.008361,0.06,"2013-04-06 09:00",0.06,"2013-09-09 10:00",0.059,"2013-05-14 11:00",0.059,"2013-06-23 09:00","","","","",0.059,0.058,0.055,0.052,0.046,0.041,0.03,"FRANKLIN","KYTC MAINTENANCE FACILITY, 573 HARDING ROAD","Kentucky","Simpson","Franklin","","2013-12-04" +"21","213","0004","44201",1,36.708607,-86.566284,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5651,96,235,245,0,0,0,0,"Certification not required",0,0.040519,0.008361,0.06,"2013-04-06 09:00",0.06,"2013-09-09 10:00",0.059,"2013-05-14 11:00",0.059,"2013-06-23 09:00","","","","",0.059,0.058,0.055,0.052,0.046,0.041,0.03,"FRANKLIN","KYTC MAINTENANCE FACILITY, 573 HARDING ROAD","Kentucky","Simpson","Franklin","","2013-12-04" +"21","213","0004","61103",1,36.708607,-86.566284,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",7264,83,303,365,0,8,"","","Certification not required",0,1.97288,2.32424,16.2,"2013-03-24 16:00",16.1,"2013-03-24 19:00",15.5,"2013-03-24 23:00",15.2,"2013-03-25 12:00","","","","",9.6,8.3,6.9,5.3,3,1.1,0,"FRANKLIN","KYTC MAINTENANCE FACILITY, 573 HARDING ROAD","Kentucky","Simpson","Franklin","","2014-02-19" +"21","213","0004","61104",1,36.708607,-86.566284,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",7272,83,303,365,0,0,"","","Certification not required",0,191.77929,97.045546,359,"2013-01-25 04:00",359,"2013-01-26 15:00",359,"2013-05-05 20:00",359,"2013-05-05 23:00","","","","",356,353,344,330,267,191,58,"FRANKLIN","KYTC MAINTENANCE FACILITY, 573 HARDING ROAD","Kentucky","Simpson","Franklin","","2014-02-19" +"21","213","0004","62101",1,36.708607,-86.566284,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7271,83,303,365,0,1,"","","Certification not required",0,57.293495,17.082797,92,"2013-07-17 13:00",92,"2013-07-17 14:00",91,"2013-06-12 14:00",91,"2013-06-12 15:00","","","","",88,85,82,79,71,60,33,"FRANKLIN","KYTC MAINTENANCE FACILITY, 573 HARDING ROAD","Kentucky","Simpson","Franklin","","2014-02-19" +"21","221","9991","44201",1,36.7841,-87.8499,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7305,90,220,245,0,711,0,0,"Certification not required",6,0.046877,0.009848,0.08,"2013-05-14 20:00",0.074,"2013-03-15 13:00",0.073,"2013-09-05 15:00",0.07,"2013-05-15 13:00","","","","",0.073,0.07,0.064,0.059,0.054,0.047,0.039,"Cadiz","5720 Old Dover Rd, Cadiz, KY 42211","Kentucky","Trigg","","Clarksville, TN-KY","2014-01-31" +"21","221","9991","44201",1,36.7841,-87.8499,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7365,89,219,245,0,0,0,0,"Certification not required",0,0.042575,0.009305,0.075,"2013-05-14 15:00",0.069,"2013-03-15 12:00",0.065,"2013-09-05 10:00",0.064,"2013-05-15 10:00","","","","",0.065,0.061,0.057,0.055,0.049,0.043,0.036,"Cadiz","5720 Old Dover Rd, Cadiz, KY 42211","Kentucky","Trigg","","Clarksville, TN-KY","2014-01-31" +"21","221","9991","44201",1,36.7841,-87.8499,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7365,89,219,245,0,0,0,0,"Certification not required",0,0.042575,0.009305,0.075,"2013-05-14 15:00",0.069,"2013-03-15 12:00",0.065,"2013-09-05 10:00",0.064,"2013-05-15 10:00","","","","",0.065,0.061,0.057,0.055,0.049,0.043,0.036,"Cadiz","5720 Old Dover Rd, Cadiz, KY 42211","Kentucky","Trigg","","Clarksville, TN-KY","2014-01-31" +"21","227","0009","44201",1,37.04926,-86.21487,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5628,96,235,245,0,252,0,0,"Certification not required",517,0.047689,0.009248,0.073,"2013-03-15 15:00",0.069,"2013-05-14 13:00",0.068,"2013-04-05 15:00",0.067,"2013-06-07 13:00","","","","",0.068,0.067,0.063,0.06,0.055,0.047,0.036,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2013-12-04" +"21","227","0009","44201",1,37.04926,-86.21487,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5650,96,234,245,0,0,0,0,"Certification not required",0,0.042756,0.008803,0.063,"2013-05-14 10:00",0.062,"2013-04-05 10:00",0.062,"2013-06-23 09:00",0.06,"2013-03-15 10:00","","","","",0.062,0.06,0.058,0.054,0.05,0.042,0.032,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2013-12-04" +"21","227","0009","44201",1,37.04926,-86.21487,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5650,96,234,245,0,0,0,0,"Certification not required",0,0.042756,0.008803,0.063,"2013-05-14 10:00",0.062,"2013-04-05 10:00",0.062,"2013-06-23 09:00",0.06,"2013-03-15 10:00","","","","",0.062,0.06,0.058,0.054,0.05,0.042,0.032,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2013-12-04" +"21","227","0009","68101",1,37.04926,-86.21487,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",96,79,96,122,0,6,"","","Certification not required",20,0.1875,0.106376,0.4,"2013-01-13 00:00",0.4,"2013-01-16 00:00",0.4,"2013-05-19 00:00",0.4,"2013-05-22 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.05,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68101",2,37.04926,-86.21487,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",50,82,49,61,0,4,"","","Certification not required",41,0.087,0.110107,0.7,"2013-03-23 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-04 00:00",0.3,"2013-04-10 00:00","","","","",0.7,0.7,0.3,0.2,0.05,0.05,0.05,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68102",1,37.04926,-86.21487,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",96,79,96,122,0,6,"","","Certification not required",0,24.016667,0.037463,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68102",2,37.04926,-86.21487,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",50,82,49,61,0,4,"","","Certification not required",0,23.996,0.028284,24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68103",1,37.04926,-86.21487,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,6,"","","Certification not required",0,9.904167,9.186717,23.2,"2013-06-12 00:00",22.4,"2013-08-08 00:00",22.1,"2013-07-15 00:00",22.1,"2013-08-11 00:00","","","","",23.2,22.4,21.8,20.4,17.5,13.7,-3.4,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68103",2,37.04926,-86.21487,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",50,82,49,61,0,4,"","","Certification not required",0,10.044,8.80114,22,"2013-07-15 00:00",20.4,"2013-06-27 00:00",20.3,"2013-07-09 00:00",20.1,"2013-09-01 00:00","","","","",22,22,20.3,19.5,16.9,13.7,-4.1,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68104",1,37.04926,-86.21487,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,6,"","","Certification not required",0,22.055208,9.281457,34.4,"2013-08-29 00:00",34.2,"2013-09-10 00:00",34.1,"2013-06-27 00:00",33.8,"2013-06-12 00:00","","","","",34.4,34.2,33.1,31.8,29.8,25.8,7.4,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68104",2,37.04926,-86.21487,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",50,82,49,61,0,4,"","","Certification not required",0,20.984,9.844513,33.5,"2013-06-27 00:00",32.6,"2013-07-09 00:00",32.4,"2013-07-15 00:00",32.2,"2013-09-07 00:00","","","","",33.5,33.5,32.4,31,29.4,24.7,8.7,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68105",1,37.04926,-86.21487,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,6,"","","Certification not required",0,15.727083,8.777537,29,"2013-06-12 00:00",27.4,"2013-08-29 00:00",26.9,"2013-07-15 00:00",26.8,"2013-06-27 00:00","","","","",29,27.4,26.5,24.9,23.3,19.4,2.1,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68105",2,37.04926,-86.21487,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",50,82,49,61,0,4,"","","Certification not required",0,15.388,9.010507,26.8,"2013-07-15 00:00",26.6,"2013-07-09 00:00",26.3,"2013-06-27 00:00",24.8,"2013-05-28 00:00","","","","",26.8,26.8,26.3,24.1,22.9,19.1,2.3,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68106",1,37.04926,-86.21487,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,6,"","","Certification not required",0,743.90625,3.806029,753,"2013-01-04 00:00",752,"2013-03-08 00:00",752,"2013-10-25 00:00",751,"2013-04-25 00:00","","","","",753,752,750,748,746,744,739,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68106",2,37.04926,-86.21487,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,49,61,0,4,"","","Certification not required",0,742.68,4.210967,752,"2013-10-25 00:00",751,"2013-01-22 00:00",749,"2013-01-07 00:00",749,"2013-03-29 00:00","","","","",752,752,749,749,745,743,737,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68107",1,37.04926,-86.21487,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,6,"","","Certification not required",0,748.760417,3.65555,758,"2013-01-10 00:00",758,"2013-10-25 00:00",756,"2013-01-04 00:00",756,"2013-03-08 00:00","","","","",758,758,756,754,751,749,745,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68107",2,37.04926,-86.21487,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,49,61,0,4,"","","Certification not required",0,747.84,3.940165,757,"2013-10-25 00:00",756,"2013-01-07 00:00",756,"2013-01-22 00:00",755,"2013-01-10 00:00","","","","",757,757,756,754,750,748,743,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68108",1,37.04926,-86.21487,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,6,"","","Certification not required",0,746.40625,3.50812,755,"2013-10-25 00:00",754,"2013-01-04 00:00",754,"2013-03-08 00:00",753,"2013-01-07 00:00","","","","",755,754,753,752,748,746,742,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68108",2,37.04926,-86.21487,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,49,61,0,4,"","","Certification not required",0,745.4,3.891382,754,"2013-10-25 00:00",753,"2013-01-07 00:00",753,"2013-01-22 00:00",751,"2013-02-09 00:00","","","","",754,754,753,751,747,746,740,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68109",1,37.04926,-86.21487,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",96,79,96,122,0,6,"","","Certification not required",0,1439.604167,0.491596,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","68109",2,37.04926,-86.21487,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",50,82,49,61,0,4,"","","Certification not required",0,1439.26,0.443087,1440,"2013-01-07 00:00",1440,"2013-02-09 00:00",1440,"2013-02-27 00:00",1440,"2013-04-10 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","88101",1,37.04926,-86.21487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,6,0,0,"Certification not required",0,9.930208,3.912197,20.1,"2013-01-07 00:00",19.6,"2013-08-29 00:00",19.3,"2013-01-16 00:00",19,"2013-06-12 00:00","","","","",20.1,19.6,18.5,14.9,11.9,9.9,5.3,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","88101",1,37.04926,-86.21487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,6,"","","Certification not required",0,9.930208,3.912197,20.1,"2013-01-07 00:00",19.6,"2013-08-29 00:00",19.3,"2013-01-16 00:00",19,"2013-06-12 00:00","","","","",20.1,19.6,18.5,14.9,11.9,9.9,5.3,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","88101",2,37.04926,-86.21487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,4,0,0,"Certification not required",0,9.454,3.599445,18.7,"2013-01-07 00:00",18.4,"2013-01-16 00:00",16.4,"2013-01-28 00:00",16.1,"2013-03-17 00:00","","","","",18.7,18.7,16.4,14.5,11.2,9.4,5.5,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","88101",2,37.04926,-86.21487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,4,"","","Certification not required",0,9.454,3.599445,18.7,"2013-01-07 00:00",18.4,"2013-01-16 00:00",16.4,"2013-01-28 00:00",16.1,"2013-03-17 00:00","","","","",18.7,18.7,16.4,14.5,11.2,9.4,5.5,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-05" +"21","227","0009","88502",3,37.04926,-86.21487,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7135,81,294,365,0,881,"","","Certification not required",0,7.070918,6.046522,68,"2013-07-08 05:00",54,"2013-06-25 05:00",52,"2013-06-22 05:00",47,"2013-07-16 05:00","","","","",31,25,18,14,9,6,1,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-19" +"21","227","0009","88502",3,37.04926,-86.21487,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,6.989796,4.386984,26.2,"2013-06-16 00:00",21.5,"2013-06-14 00:00",21.4,"2013-06-13 00:00",21,"2013-07-18 00:00","","","","",21.4,20.3,16.2,13.4,8.8,6.1,2.5,"ED SPEAR PARK (SMITHS GROVE)","226 SUNSET STREET","Kentucky","Warren","Smiths Grove","Bowling Green, KY","2014-02-19" +"21","229","9991","44201",1,37.7046,-85.0485,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7425,92,226,245,0,591,0,0,"Certification not required",2,0.047615,0.008741,0.074,"2013-05-14 17:00",0.072,"2013-04-05 16:00",0.068,"2013-03-15 21:00",0.067,"2013-05-15 15:00","","","","",0.068,0.066,0.062,0.058,0.053,0.048,0.041,"Mackville","542 Wesley-Miller Rd, Harrodsburg, KY 40330","Kentucky","Washington","","","2014-01-31" +"21","229","9991","44201",1,37.7046,-85.0485,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7549,92,226,245,0,0,0,0,"Certification not required",0,0.043743,0.008443,0.068,"2013-05-14 14:00",0.065,"2013-04-05 12:00",0.065,"2013-05-15 10:00",0.064,"2013-03-15 17:00","","","","",0.065,0.06,0.056,0.055,0.05,0.044,0.037,"Mackville","542 Wesley-Miller Rd, Harrodsburg, KY 40330","Kentucky","Washington","","","2014-01-31" +"21","229","9991","44201",1,37.7046,-85.0485,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7549,92,226,245,0,0,0,0,"Certification not required",0,0.043743,0.008443,0.068,"2013-05-14 14:00",0.065,"2013-04-05 12:00",0.065,"2013-05-15 10:00",0.064,"2013-03-15 17:00","","","","",0.065,0.06,0.056,0.055,0.05,0.044,0.037,"Mackville","542 Wesley-Miller Rd, Harrodsburg, KY 40330","Kentucky","Washington","","","2014-01-31" +"21","229","9991","44201",2,37.7046,-85.0485,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6227,90,221,245,0,1069,0,0,"Certification not required",4,0.047543,0.008307,0.071,"2013-04-05 16:00",0.066,"2013-08-28 17:00",0.064,"2013-04-06 12:00",0.064,"2013-05-15 13:00","","","","",0.064,0.064,0.06,0.058,0.054,0.047,0.04,"Mackville","542 Wesley-Miller Rd, Harrodsburg, KY 40330","Kentucky","Washington","","","2013-12-30" +"21","229","9991","44201",2,37.7046,-85.0485,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6356,89,219,245,0,0,0,0,"Certification not required",0,0.043493,0.007969,0.064,"2013-04-05 12:00",0.06,"2013-09-05 14:00",0.06,"2013-09-08 12:00",0.059,"2013-04-06 11:00","","","","",0.06,0.059,0.055,0.053,0.049,0.044,0.036,"Mackville","542 Wesley-Miller Rd, Harrodsburg, KY 40330","Kentucky","Washington","","","2013-12-30" +"21","229","9991","44201",2,37.7046,-85.0485,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6356,89,219,245,0,0,0,0,"Certification not required",0,0.043493,0.007969,0.064,"2013-04-05 12:00",0.06,"2013-09-05 14:00",0.06,"2013-09-08 12:00",0.059,"2013-04-06 11:00","","","","",0.06,0.059,0.055,0.053,0.049,0.044,0.036,"Mackville","542 Wesley-Miller Rd, Harrodsburg, KY 40330","Kentucky","Washington","","","2013-12-30" +"22","005","0004","42601",1,30.233889,-90.968333,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8441,96,363,365,0,319,"","","Certification not required",0,5.173901,8.816655,168.2,"2013-12-18 06:00",130.5,"2013-12-18 05:00",115,"2013-12-18 07:00",107.2,"2013-01-23 07:00","","","","",47.6,33.4,18.2,9.5,4.7,3.6,0.6,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-02-03" +"22","005","0004","42602",1,30.233889,-90.968333,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8440,96,363,365,0,320,0,"","Certification not required",0,18.841047,8.651944,48.3,"2013-03-07 19:00",45.5,"2013-02-01 19:00",45.1,"2013-01-20 21:00",43,"2013-03-29 00:00","","","","",43,39.5,35.1,31.8,23.8,16.4,9.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-02-03" +"22","005","0004","42602",1,30.233889,-90.968333,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8440,96,363,365,0,320,"","","Certification not required",0,8.730948,6.20398,48.3,"2013-03-07 19:00",45.5,"2013-02-01 19:00",45.1,"2013-01-20 21:00",43.3,"2013-01-20 20:00","","","","",31.8,28.9,21.9,16.6,10.7,6.9,3.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-02-03" +"22","005","0004","42603",1,30.233889,-90.968333,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8441,96,363,365,0,319,"","","Certification not required",0,12.396339,12.493514,185.8,"2013-12-18 06:00",146.1,"2013-12-18 05:00",132.4,"2013-12-18 07:00",132.3,"2013-01-23 07:00","","","","",68.2,51.4,35.7,24.8,13.8,8.6,4,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-02-03" +"22","005","0004","43102",1,30.233889,-90.968333,"UNKNOWN","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,100.985876,115.113282,2060,"2013-07-06 06:00",448,"2013-05-31 15:00",301,"2013-02-27 09:00",275,"2013-02-03 03:00","","","","",275,223,189,156,117,83,52,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43102",2,30.233889,-90.968333,"UNKNOWN","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,99.5,28.473978,176,"2013-09-25 00:00",161,"2013-02-27 00:00",160,"2013-03-29 00:00",150,"2013-06-27 00:00","","","","",176,176,160,146,116,95,68,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43202",1,30.233889,-90.968333,"UNKNOWN","Ethane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,12.906497,67.5365,1274.4,"2013-07-06 06:00",49.5,"2013-02-27 03:00",45.7,"2013-02-27 00:00",38.1,"2013-06-30 03:00","","","","",38.1,28.8,22.3,17,11.1,7.6,4,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43202",2,30.233889,-90.968333,"UNKNOWN","Ethane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,9.181818,4.262125,26.8,"2013-02-27 00:00",19.9,"2013-06-21 00:00",15.2,"2013-01-28 00:00",14.2,"2013-03-11 00:00","","","","",26.8,26.8,15.2,13.8,11,8.2,5.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43203",1,30.233889,-90.968333,"UNKNOWN","Ethylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,2.788983,2.452048,20.2,"2013-03-23 21:00",13.4,"2013-03-05 06:00",10.1,"2013-02-27 06:00",10,"2013-08-05 03:00","","","","",10,9.1,7.9,6.5,3.5,1.9,0.8,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43203",2,30.233889,-90.968333,"UNKNOWN","Ethylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.702273,1.286873,6.8,"2013-02-27 00:00",4.9,"2013-08-14 00:00",4.7,"2013-03-23 00:00",4.7,"2013-06-27 00:00","","","","",6.8,6.8,4.7,4.6,3.6,2.3,1.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43204",1,30.233889,-90.968333,"UNKNOWN","Propane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,8.526554,17.284253,316.5,"2013-07-06 06:00",28.4,"2013-02-03 06:00",27.9,"2013-06-30 06:00",27.6,"2013-02-03 03:00","","","","",27.6,26.1,20.4,14.7,9.5,6.3,2.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43204",2,30.233889,-90.968333,"UNKNOWN","Propane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,7.222727,2.873849,15.5,"2013-02-27 00:00",13.4,"2013-01-28 00:00",12.8,"2013-03-11 00:00",12.4,"2013-06-21 00:00","","","","",15.5,15.5,12.8,11.8,8.5,6.6,4.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43205",1,30.233889,-90.968333,"UNKNOWN","Propylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,1.598588,2.015148,17.4,"2013-08-05 03:00",12.2,"2013-07-24 18:00",11.6,"2013-06-30 03:00",10.4,"2013-03-29 00:00","","","","",10.4,7.9,5.1,3.9,2,0.8,0.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43205",2,30.233889,-90.968333,"UNKNOWN","Propylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.397727,0.775643,3.5,"2013-06-21 00:00",3.1,"2013-08-14 00:00",2.8,"2013-06-27 00:00",2.8,"2013-09-01 00:00","","","","",3.5,3.5,2.8,2.6,1.7,1.3,0.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43206",1,30.233889,-90.968333,"UNKNOWN","Acetylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,1.065819,0.675966,4.4,"2013-08-05 18:00",4.2,"2013-02-15 03:00",3.6,"2013-02-03 06:00",3.5,"2013-02-15 00:00","","","","",3.5,3.3,2.4,1.8,1.3,0.9,0.4,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43206",2,30.233889,-90.968333,"UNKNOWN","Acetylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.029545,0.425129,2.2,"2013-02-15 00:00",2.2,"2013-02-27 00:00",1.9,"2013-01-16 00:00",1.7,"2013-01-22 00:00","","","","",2.2,2.2,1.9,1.5,1.3,1,0.6,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43212",1,30.233889,-90.968333,"UNKNOWN","n-Butane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,5.006215,5.984571,78.5,"2013-07-06 06:00",52.3,"2013-02-03 03:00",21.5,"2013-02-03 06:00",20.9,"2013-02-03 12:00","","","","",20.9,17.4,14.3,9.4,5.5,3.7,1.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43212",2,30.233889,-90.968333,"UNKNOWN","n-Butane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,4.404545,2.02484,10,"2013-02-15 00:00",9.5,"2013-06-21 00:00",9.2,"2013-02-27 00:00",7.6,"2013-01-28 00:00","","","","",10,10,9.2,7.5,5.2,4,2.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43214",1,30.233889,-90.968333,"UNKNOWN","Isobutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,2.65452,5.518508,99.6,"2013-07-06 06:00",14.4,"2013-08-14 06:00",13,"2013-06-30 06:00",9.6,"2013-06-09 06:00","","","","",9.6,7.9,6.2,5.1,3.1,1.8,0.7,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43214",2,30.233889,-90.968333,"UNKNOWN","Isobutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.302273,0.973244,5.1,"2013-02-27 00:00",4.7,"2013-01-28 00:00",4.1,"2013-08-14 00:00",3.8,"2013-06-21 00:00","","","","",5.1,5.1,4.1,3.5,3,2.1,1.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43216",1,30.233889,-90.968333,"UNKNOWN","trans-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",11,0.102133,0.307957,4.7,"2013-02-21 21:00",3,"2013-04-28 06:00",1.2,"2013-08-14 06:00",0.9,"2013-02-03 03:00","","","","",0.9,0.3,0.2,0.2,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43216",2,30.233889,-90.968333,"UNKNOWN","trans-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.106818,0.10432,0.5,"2013-02-21 00:00",0.5,"2013-04-28 00:00",0.3,"2013-08-14 00:00",0.2,"2013-03-29 00:00","","","","",0.5,0.5,0.3,0.2,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43217",1,30.233889,-90.968333,"UNKNOWN","cis-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",9,0.09815,0.187272,2.6,"2013-02-21 21:00",1.9,"2013-04-28 06:00",0.9,"2013-08-14 06:00",0.8,"2013-02-03 03:00","","","","",0.8,0.3,0.2,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43217",2,30.233889,-90.968333,"UNKNOWN","cis-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.104545,0.060826,0.3,"2013-02-21 00:00",0.3,"2013-04-28 00:00",0.2,"2013-03-29 00:00",0.2,"2013-07-27 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43220",1,30.233889,-90.968333,"UNKNOWN","n-Pentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",1,2.648602,2.751913,32.4,"2013-07-21 06:00",20.2,"2013-06-18 18:00",18.6,"2013-07-06 06:00",13.6,"2013-02-03 03:00","","","","",13.6,9.2,6.1,4.9,3.3,1.8,0.8,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43220",2,30.233889,-90.968333,"UNKNOWN","n-Pentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.356818,0.9478,5.3,"2013-09-25 00:00",4.8,"2013-08-14 00:00",4.4,"2013-06-21 00:00",3.8,"2013-02-15 00:00","","","","",5.3,5.3,4.4,3.8,2.8,2.1,1.5,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43221",1,30.233889,-90.968333,"UNKNOWN","Isopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,3.314972,3.524689,47.5,"2013-07-06 06:00",23.9,"2013-02-03 03:00",14.4,"2013-07-24 15:00",14.4,"2013-09-25 06:00","","","","",14.4,10.8,8.6,6.1,4.1,2.4,1.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43221",2,30.233889,-90.968333,"UNKNOWN","Isopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.927273,1.101661,7.6,"2013-09-25 00:00",5,"2013-02-15 00:00",4.6,"2013-06-21 00:00",4.4,"2013-09-13 00:00","","","","",7.6,7.6,4.6,4.1,3.4,2.7,1.9,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43224",1,30.233889,-90.968333,"UNKNOWN","1-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",2,0.20935,0.118478,0.8,"2013-02-03 03:00",0.8,"2013-08-29 03:00",0.8,"2013-08-29 18:00",0.7,"2013-02-27 09:00","","","","",0.7,0.5,0.4,0.4,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43224",2,30.233889,-90.968333,"UNKNOWN","1-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.206818,0.062497,0.4,"2013-09-25 00:00",0.3,"2013-01-16 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-22 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43226",1,30.233889,-90.968333,"UNKNOWN","trans-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",1,0.167811,0.235462,2.9,"2013-04-28 06:00",1.7,"2013-02-21 21:00",1.7,"2013-08-29 18:00",1.2,"2013-02-03 03:00","","","","",1.2,0.6,0.5,0.3,0.2,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43226",2,30.233889,-90.968333,"UNKNOWN","trans-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.147727,0.079207,0.4,"2013-04-28 00:00",0.4,"2013-09-25 00:00",0.3,"2013-06-21 00:00",0.3,"2013-09-13 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43227",1,30.233889,-90.968333,"UNKNOWN","cis-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",12,0.085198,0.10699,1.1,"2013-04-28 06:00",0.8,"2013-08-29 18:00",0.6,"2013-02-21 21:00",0.5,"2013-02-03 03:00","","","","",0.5,0.4,0.2,0.2,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43227",2,30.233889,-90.968333,"UNKNOWN","cis-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.088636,0.049254,0.2,"2013-03-29 00:00",0.2,"2013-04-28 00:00",0.2,"2013-09-25 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43230",1,30.233889,-90.968333,"UNKNOWN","3-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.732203,0.605061,4.4,"2013-07-06 06:00",3.6,"2013-08-29 18:00",2.7,"2013-02-03 03:00",2.7,"2013-09-01 03:00","","","","",2.7,2.4,2,1.6,0.9,0.5,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43230",2,30.233889,-90.968333,"UNKNOWN","3-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.706818,0.377506,2.4,"2013-09-01 00:00",1.6,"2013-09-25 00:00",1.4,"2013-02-27 00:00",1.3,"2013-08-14 00:00","","","","",2.4,2.4,1.4,1,0.8,0.6,0.4,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43231",1,30.233889,-90.968333,"UNKNOWN","n-Hexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,1.766102,2.304198,16.7,"2013-09-19 18:00",16.6,"2013-06-18 18:00",16.4,"2013-09-25 15:00",12.5,"2013-07-21 06:00","","","","",12.5,8.5,6.3,4.1,2,1,0.4,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43231",2,30.233889,-90.968333,"UNKNOWN","n-Hexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.793182,1.979006,11.2,"2013-09-01 00:00",7.1,"2013-09-19 00:00",5.8,"2013-08-14 00:00",4.4,"2013-02-27 00:00","","","","",11.2,11.2,5.8,3.1,1.8,1.2,0.6,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43232",1,30.233889,-90.968333,"UNKNOWN","n-Heptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.390113,0.259633,2,"2013-08-08 18:00",1.6,"2013-09-25 03:00",1.3,"2013-02-03 03:00",1.3,"2013-02-03 06:00","","","","",1.3,1.1,0.9,0.7,0.5,0.3,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43232",2,30.233889,-90.968333,"UNKNOWN","n-Heptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.368182,0.107342,0.8,"2013-09-25 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-15 00:00",0.5,"2013-02-27 00:00","","","","",0.8,0.8,0.5,0.5,0.4,0.4,0.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43233",1,30.233889,-90.968333,"UNKNOWN","n-Octane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.244915,0.169951,1.4,"2013-09-25 15:00",1.3,"2013-05-31 15:00",0.9,"2013-02-03 21:00",0.8,"2013-02-03 09:00","","","","",0.8,0.7,0.6,0.4,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43233",2,30.233889,-90.968333,"UNKNOWN","n-Octane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.25,0.076249,0.4,"2013-01-16 00:00",0.4,"2013-02-15 00:00",0.4,"2013-03-29 00:00",0.4,"2013-09-25 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43235",1,30.233889,-90.968333,"UNKNOWN","n-Nonane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.260452,1.084276,20,"2013-05-31 15:00",3.3,"2013-05-22 18:00",2.1,"2013-05-31 03:00",1.9,"2013-09-25 15:00","","","","",1.9,0.9,0.5,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43235",2,30.233889,-90.968333,"UNKNOWN","n-Nonane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.184091,0.136302,1,"2013-05-22 00:00",0.3,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-15 00:00","","","","",1,1,0.2,0.2,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43238",1,30.233889,-90.968333,"UNKNOWN","n-Decane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",1,0.378545,2.409185,44.7,"2013-05-31 15:00",5.2,"2013-05-22 18:00",4.4,"2013-05-31 03:00",3.7,"2013-06-18 18:00","","","","",3.7,1.6,0.7,0.4,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43238",2,30.233889,-90.968333,"UNKNOWN","n-Decane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.213636,0.209752,1.5,"2013-05-22 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-16 00:00",0.3,"2013-06-15 00:00","","","","",1.5,1.5,0.3,0.3,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43242",1,30.233889,-90.968333,"UNKNOWN","Cyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.160734,0.11321,0.7,"2013-02-03 03:00",0.7,"2013-07-21 06:00",0.6,"2013-08-29 18:00",0.6,"2013-09-25 06:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43242",2,30.233889,-90.968333,"UNKNOWN","Cyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.152273,0.066433,0.4,"2013-09-25 00:00",0.3,"2013-06-21 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.4,0.4,0.2,0.2,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43243",1,30.233889,-90.968333,"UNKNOWN","Isoprene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,3.645198,5.390459,32.9,"2013-06-12 15:00",30.9,"2013-08-02 15:00",30,"2013-06-27 18:00",25.7,"2013-06-12 18:00","","","","",25.7,20,14.2,10.2,5.5,1.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43243",2,30.233889,-90.968333,"UNKNOWN","Isoprene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.070455,3.367532,13.6,"2013-06-27 00:00",11.4,"2013-09-25 00:00",8.9,"2013-06-21 00:00",8.1,"2013-06-03 00:00","","","","",13.6,13.6,8.9,7.5,4.7,2.7,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43244",1,30.233889,-90.968333,"UNKNOWN","2,2-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.188136,0.217702,3.7,"2013-07-06 06:00",0.9,"2013-08-29 18:00",0.7,"2013-08-20 06:00",0.6,"2013-02-03 03:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43244",2,30.233889,-90.968333,"UNKNOWN","2,2-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.159091,0.069276,0.4,"2013-09-25 00:00",0.3,"2013-02-27 00:00",0.3,"2013-09-13 00:00",0.2,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43247",1,30.233889,-90.968333,"UNKNOWN","2,4-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",3,0.160494,0.121389,0.8,"2013-08-29 18:00",0.7,"2013-07-06 06:00",0.7,"2013-09-25 03:00",0.6,"2013-02-03 03:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43247",2,30.233889,-90.968333,"UNKNOWN","2,4-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.152273,0.0731,0.4,"2013-09-25 00:00",0.3,"2013-02-27 00:00",0.3,"2013-03-29 00:00",0.2,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43248",1,30.233889,-90.968333,"UNKNOWN","Cyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.261017,0.201426,1.8,"2013-07-30 03:00",1.8,"2013-07-30 06:00",1.1,"2013-06-30 06:00",0.9,"2013-09-25 03:00","","","","",0.9,0.7,0.6,0.5,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43248",2,30.233889,-90.968333,"UNKNOWN","Cyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.245455,0.10665,0.6,"2013-06-27 00:00",0.6,"2013-09-25 00:00",0.4,"2013-02-15 00:00",0.4,"2013-02-27 00:00","","","","",0.6,0.6,0.4,0.4,0.3,0.2,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43249",1,30.233889,-90.968333,"UNKNOWN","3-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",1,0.49154,0.369786,3.4,"2013-02-27 09:00",2.2,"2013-08-29 18:00",2,"2013-08-08 18:00",1.9,"2013-09-25 03:00","","","","",1.9,1.5,1.1,0.9,0.6,0.4,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43249",2,30.233889,-90.968333,"UNKNOWN","3-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.5,0.299612,2,"2013-03-29 00:00",0.9,"2013-09-25 00:00",0.8,"2013-08-08 00:00",0.7,"2013-01-16 00:00","","","","",2,2,0.8,0.7,0.6,0.5,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43250",1,30.233889,-90.968333,"UNKNOWN","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.677401,0.637628,3.5,"2013-02-03 06:00",3.4,"2013-02-03 03:00",3.4,"2013-09-25 03:00",3.1,"2013-02-03 12:00","","","","",3.1,2.9,2.2,1.5,0.8,0.4,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43250",2,30.233889,-90.968333,"UNKNOWN","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.647727,0.304607,1.7,"2013-09-25 00:00",1.2,"2013-02-15 00:00",1.2,"2013-09-13 00:00",1.1,"2013-03-29 00:00","","","","",1.7,1.7,1.2,1.1,0.8,0.6,0.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43252",1,30.233889,-90.968333,"UNKNOWN","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",2,0.238729,0.227407,1.5,"2013-02-27 09:00",1.2,"2013-02-03 06:00",1.2,"2013-09-25 03:00",1.1,"2013-02-03 03:00","","","","",1.1,0.9,0.8,0.5,0.3,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43252",2,30.233889,-90.968333,"UNKNOWN","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.225,0.114374,0.6,"2013-09-25 00:00",0.5,"2013-03-29 00:00",0.4,"2013-02-15 00:00",0.4,"2013-06-21 00:00","","","","",0.6,0.6,0.4,0.4,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43253",1,30.233889,-90.968333,"UNKNOWN","3-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",1,0.130805,0.080949,0.8,"2013-09-25 03:00",0.4,"2013-02-03 00:00",0.4,"2013-02-03 03:00",0.4,"2013-02-03 06:00","","","","",0.4,0.4,0.3,0.2,0.1,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43253",2,30.233889,-90.968333,"UNKNOWN","3-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.113636,0.040868,0.3,"2013-09-25 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-27 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43261",1,30.233889,-90.968333,"UNKNOWN","Methylcyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.30791,0.210071,1.1,"2013-06-30 06:00",1.1,"2013-09-25 03:00",1.1,"2013-09-25 06:00",1,"2013-02-03 03:00","","","","",1,0.9,0.7,0.6,0.4,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43261",2,30.233889,-90.968333,"UNKNOWN","Methylcyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.297727,0.102273,0.6,"2013-09-25 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-15 00:00",0.5,"2013-09-01 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.3,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43262",1,30.233889,-90.968333,"UNKNOWN","Methylcyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.756497,0.89978,9.2,"2013-06-18 06:00",5.9,"2013-07-24 03:00",4.4,"2013-06-21 18:00",4.2,"2013-06-12 06:00","","","","",4.2,3.5,2.4,1.6,0.9,0.4,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43262",2,30.233889,-90.968333,"UNKNOWN","Methylcyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.731818,0.547626,3,"2013-09-01 00:00",1.9,"2013-02-27 00:00",1.9,"2013-06-27 00:00",1.8,"2013-06-21 00:00","","","","",3,3,1.9,1.3,0.8,0.6,0.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43263",1,30.233889,-90.968333,"UNKNOWN","2-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.29887,0.244019,1.7,"2013-08-29 18:00",1.6,"2013-09-25 03:00",1.3,"2013-08-08 18:00",1.1,"2013-02-03 03:00","","","","",1.1,1,0.9,0.6,0.4,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43263",2,30.233889,-90.968333,"UNKNOWN","2-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.279545,0.11926,0.8,"2013-09-25 00:00",0.5,"2013-02-15 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-27 00:00","","","","",0.8,0.8,0.4,0.4,0.3,0.3,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43280",1,30.233889,-90.968333,"UNKNOWN","1-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.415254,1.003249,15.7,"2013-02-21 21:00",4.2,"2013-03-29 21:00",3.9,"2013-07-30 06:00",3.5,"2013-02-27 09:00","","","","",3.5,2.7,1.5,0.7,0.4,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43280",2,30.233889,-90.968333,"UNKNOWN","1-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.404545,0.360203,1.9,"2013-02-21 00:00",1.5,"2013-03-29 00:00",0.8,"2013-05-04 00:00",0.8,"2013-08-14 00:00","","","","",1.9,1.9,0.8,0.8,0.6,0.3,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43284",1,30.233889,-90.968333,"UNKNOWN","2,3-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.259322,0.252883,3,"2013-07-06 06:00",1.6,"2013-08-29 18:00",1.2,"2013-02-03 03:00",1.2,"2013-09-25 03:00","","","","",1.2,0.9,0.7,0.5,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43284",2,30.233889,-90.968333,"UNKNOWN","2,3-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.243182,0.10432,0.7,"2013-09-25 00:00",0.4,"2013-02-15 00:00",0.4,"2013-06-21 00:00",0.4,"2013-09-13 00:00","","","","",0.7,0.7,0.4,0.3,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43285",1,30.233889,-90.968333,"UNKNOWN","2-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",14,1.190593,0.967168,8.5,"2013-07-06 06:00",7.3,"2013-08-29 18:00",4.5,"2013-09-25 06:00",4.3,"2013-06-21 06:00","","","","",4.3,4,2.9,2.3,1.6,0.9,0.3,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43285",2,30.233889,-90.968333,"UNKNOWN","2-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,1.143295,0.538658,2.6,"2013-09-25 00:00",2.3,"2013-06-21 00:00",2.1,"2013-07-03 00:00",1.9,"2013-08-08 00:00","","","","",2.6,2.6,2.1,1.9,1.7,1,0.6,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43291",1,30.233889,-90.968333,"UNKNOWN","2,3-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.219774,0.163371,1.1,"2013-08-29 18:00",1.1,"2013-09-25 03:00",0.8,"2013-02-03 03:00",0.8,"2013-02-03 06:00","","","","",0.8,0.7,0.6,0.4,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43291",2,30.233889,-90.968333,"UNKNOWN","2,3-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.2,0.086266,0.5,"2013-09-25 00:00",0.4,"2013-02-15 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-16 00:00","","","","",0.5,0.5,0.3,0.3,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43954",1,30.233889,-90.968333,"UNKNOWN","n-Undecane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",1,0.297754,1.431312,25.6,"2013-05-31 15:00",6.6,"2013-05-01 06:00",3.9,"2013-06-18 18:00",3,"2013-07-21 06:00","","","","",3,1.2,0.6,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43954",2,30.233889,-90.968333,"UNKNOWN","n-Undecane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.184091,0.116026,0.7,"2013-05-22 00:00",0.4,"2013-07-27 00:00",0.4,"2013-08-14 00:00",0.3,"2013-03-29 00:00","","","","",0.7,0.7,0.4,0.3,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43960",1,30.233889,-90.968333,"UNKNOWN","2-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.164689,0.092626,0.7,"2013-09-25 03:00",0.5,"2013-02-03 03:00",0.5,"2013-02-03 06:00",0.5,"2013-02-03 21:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","43960",2,30.233889,-90.968333,"UNKNOWN","2-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.159091,0.058342,0.3,"2013-02-27 00:00",0.3,"2013-09-25 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","44201",1,30.233889,-90.968333,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8588,99,362,365,0,172,0,0,"Requested but not yet concurred",1286,0.041702,0.012943,0.08,"2013-08-30 13:00",0.078,"2013-07-12 13:00",0.077,"2013-07-26 14:00",0.075,"2013-06-09 12:00","","","","",0.075,0.071,0.063,0.058,0.051,0.041,0.025,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-01-02" +"22","005","0004","44201",1,30.233889,-90.968333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8687,99,360,365,0,0,0,0,"Requested but not yet concurred",0,0.036033,0.01147,0.07,"2013-08-30 09:00",0.064,"2013-05-14 10:00",0.063,"2013-05-07 10:00",0.062,"2013-05-08 08:00","","","","",0.062,0.06,0.056,0.052,0.045,0.035,0.022,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-01-02" +"22","005","0004","44201",1,30.233889,-90.968333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8687,99,360,365,0,0,0,0,"Requested but not yet concurred",0,0.036033,0.01147,0.07,"2013-08-30 09:00",0.064,"2013-05-14 10:00",0.063,"2013-05-07 10:00",0.062,"2013-05-08 08:00","","","","",0.062,0.06,0.056,0.052,0.045,0.035,0.022,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-01-02" +"22","005","0004","45109",1,30.233889,-90.968333,"UNKNOWN","m/p Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.846045,0.962791,10.9,"2013-05-31 15:00",7.2,"2013-09-25 03:00",4.1,"2013-09-25 15:00",4,"2013-05-22 18:00","","","","",4,3.1,2.4,1.9,1,0.6,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45109",2,30.233889,-90.968333,"UNKNOWN","m/p Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.756818,0.482435,3.2,"2013-09-25 00:00",1.4,"2013-02-15 00:00",1.4,"2013-05-22 00:00",1.2,"2013-06-21 00:00","","","","",3.2,3.2,1.4,1.2,1,0.7,0.4,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45201",1,30.233889,-90.968333,"UNKNOWN","Benzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,1.367232,0.720167,4.8,"2013-03-29 18:00",4.3,"2013-08-29 06:00",4,"2013-06-27 03:00",3.8,"2013-02-27 06:00","","","","",3.8,3.5,2.9,2.4,1.6,1.2,0.7,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45201",2,30.233889,-90.968333,"UNKNOWN","Benzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.288636,0.444719,2.4,"2013-06-09 00:00",2.3,"2013-03-29 00:00",2.1,"2013-02-27 00:00",1.9,"2013-02-15 00:00","","","","",2.4,2.4,2.1,1.9,1.6,1.3,0.7,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45202",1,30.233889,-90.968333,"UNKNOWN","Toluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,1.665254,1.380851,10.6,"2013-09-25 03:00",7.4,"2013-08-29 06:00",7.2,"2013-08-29 03:00",6.7,"2013-07-27 18:00","","","","",6.7,5.7,4.6,3.7,2,1.1,0.6,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45202",2,30.233889,-90.968333,"UNKNOWN","Toluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.622727,0.717186,4.3,"2013-09-25 00:00",3,"2013-06-21 00:00",2.8,"2013-02-15 00:00",2.3,"2013-02-27 00:00","","","","",4.3,4.3,2.8,2.3,2.1,1.5,0.8,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45203",1,30.233889,-90.968333,"UNKNOWN","Ethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.339831,0.307914,3.1,"2013-05-31 15:00",2,"2013-09-25 03:00",1.6,"2013-08-14 06:00",1.3,"2013-09-25 15:00","","","","",1.3,1.1,0.9,0.7,0.4,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45203",2,30.233889,-90.968333,"UNKNOWN","Ethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.302273,0.126654,0.8,"2013-09-25 00:00",0.5,"2013-06-21 00:00",0.5,"2013-08-14 00:00",0.4,"2013-02-15 00:00","","","","",0.8,0.8,0.5,0.4,0.4,0.3,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45204",1,30.233889,-90.968333,"UNKNOWN","o-Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.332203,0.325902,3,"2013-05-31 15:00",2.6,"2013-09-25 03:00",1.5,"2013-05-22 18:00",1.5,"2013-08-29 03:00","","","","",1.5,1.2,0.9,0.7,0.4,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45204",2,30.233889,-90.968333,"UNKNOWN","o-Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.309091,0.180204,1.2,"2013-09-25 00:00",0.6,"2013-05-22 00:00",0.5,"2013-02-15 00:00",0.5,"2013-06-21 00:00","","","","",1.2,1.2,0.5,0.5,0.4,0.3,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45207",1,30.233889,-90.968333,"UNKNOWN","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",21,0.147754,0.465563,8.6,"2013-05-31 15:00",0.9,"2013-05-31 03:00",0.7,"2013-09-25 03:00",0.6,"2013-04-16 00:00","","","","",0.6,0.4,0.4,0.3,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45207",2,30.233889,-90.968333,"UNKNOWN","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.129545,0.095429,0.6,"2013-05-22 00:00",0.4,"2013-09-19 00:00",0.3,"2013-09-25 00:00",0.2,"2013-02-15 00:00","","","","",0.6,0.6,0.3,0.2,0.1,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45208",1,30.233889,-90.968333,"UNKNOWN","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",2,0.432232,0.628511,8.5,"2013-05-31 15:00",2.8,"2013-03-29 21:00",2.7,"2013-05-22 18:00",2.6,"2013-09-07 15:00","","","","",2.6,2.3,1.3,1,0.5,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45208",2,30.233889,-90.968333,"UNKNOWN","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.406818,0.245326,1.3,"2013-03-29 00:00",1,"2013-05-22 00:00",0.9,"2013-09-07 00:00",0.9,"2013-09-25 00:00","","","","",1.3,1.3,0.9,0.8,0.5,0.4,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45209",1,30.233889,-90.968333,"UNKNOWN","n-Propylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",44,0.092429,0.101641,1.4,"2013-05-31 15:00",0.6,"2013-05-22 18:00",0.4,"2013-09-25 03:00",0.3,"2013-01-22 00:00","","","","",0.3,0.2,0.2,0.2,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45209",2,30.233889,-90.968333,"UNKNOWN","n-Propylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.102386,0.045437,0.2,"2013-02-15 00:00",0.2,"2013-03-29 00:00",0.2,"2013-05-22 00:00",0.2,"2013-06-15 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45210",1,30.233889,-90.968333,"UNKNOWN","Isopropylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.049153,0.091335,0.9,"2013-07-12 03:00",0.6,"2013-06-30 03:00",0.5,"2013-05-10 06:00",0.5,"2013-07-30 03:00","","","","",0.5,0.3,0.2,0.1,0.1,0,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45210",2,30.233889,-90.968333,"UNKNOWN","Isopropylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.061364,0.053769,0.2,"2013-07-27 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45211",1,30.233889,-90.968333,"UNKNOWN","o-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",2,0.142119,0.138385,1.1,"2013-05-31 15:00",0.8,"2013-09-25 03:00",0.7,"2013-06-27 03:00",0.7,"2013-08-29 18:00","","","","",0.7,0.6,0.4,0.3,0.2,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45211",2,30.233889,-90.968333,"UNKNOWN","o-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.175,0.124125,0.7,"2013-06-27 00:00",0.5,"2013-09-25 00:00",0.3,"2013-05-22 00:00",0.3,"2013-06-15 00:00","","","","",0.7,0.7,0.3,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45212",1,30.233889,-90.968333,"UNKNOWN","m-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.302542,0.270702,2.5,"2013-05-31 15:00",1.8,"2013-09-25 03:00",1.7,"2013-05-22 18:00",1.1,"2013-07-09 03:00","","","","",1.1,1,0.8,0.6,0.4,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45212",2,30.233889,-90.968333,"UNKNOWN","m-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.293182,0.133639,0.8,"2013-09-25 00:00",0.5,"2013-03-29 00:00",0.5,"2013-05-22 00:00",0.5,"2013-06-21 00:00","","","","",0.8,0.8,0.5,0.5,0.4,0.3,0.2,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45213",1,30.233889,-90.968333,"UNKNOWN","p-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.169209,0.272406,4.7,"2013-05-31 15:00",1.6,"2013-05-22 18:00",0.7,"2013-06-18 18:00",0.6,"2013-05-31 03:00","","","","",0.6,0.4,0.4,0.3,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45213",2,30.233889,-90.968333,"UNKNOWN","p-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.143182,0.084627,0.5,"2013-05-22 00:00",0.4,"2013-06-27 00:00",0.3,"2013-09-25 00:00",0.2,"2013-01-22 00:00","","","","",0.5,0.5,0.3,0.2,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45218",1,30.233889,-90.968333,"UNKNOWN","m-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",27,0.074393,0.109874,1.6,"2013-06-18 18:00",0.6,"2013-05-31 15:00",0.4,"2013-09-04 06:00",0.3,"2013-01-28 09:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45218",2,30.233889,-90.968333,"UNKNOWN","m-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",2,0.068409,0.059872,0.2,"2013-03-29 00:00",0.2,"2013-05-16 00:00",0.2,"2013-09-25 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45219",1,30.233889,-90.968333,"UNKNOWN","p-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",25,0.074364,0.106755,1.6,"2013-05-31 15:00",0.7,"2013-04-04 21:00",0.4,"2013-05-22 18:00",0.4,"2013-06-18 18:00","","","","",0.4,0.2,0.1,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45219",2,30.233889,-90.968333,"UNKNOWN","p-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.079545,0.050942,0.2,"2013-03-29 00:00",0.2,"2013-04-16 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45220",1,30.233889,-90.968333,"UNKNOWN","Styrene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",0,0.248305,0.29722,2.2,"2013-09-01 06:00",2.1,"2013-05-16 06:00",2,"2013-06-30 03:00",1.9,"2013-06-12 06:00","","","","",1.9,1.2,0.8,0.5,0.3,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45220",2,30.233889,-90.968333,"UNKNOWN","Styrene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.252273,0.189845,0.8,"2013-09-01 00:00",0.7,"2013-05-16 00:00",0.7,"2013-07-27 00:00",0.6,"2013-09-25 00:00","","","","",0.8,0.8,0.7,0.5,0.3,0.2,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45225",1,30.233889,-90.968333,"UNKNOWN","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",354,12,19,365,0,0,"","","Certification not required",12,0.137458,0.155827,2.3,"2013-05-31 15:00",0.8,"2013-06-27 03:00",0.7,"2013-06-18 18:00",0.6,"2013-02-03 03:00","","","","",0.6,0.4,0.3,0.2,0.2,0.1,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","45225",2,30.233889,-90.968333,"UNKNOWN","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.125114,0.057319,0.3,"2013-09-25 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-27 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2013-12-19" +"22","005","0004","61103",1,30.233889,-90.968333,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7501,86,311,365,0,1259,"","","Certification not required",0,2.8531,2.624083,75.6,"2013-06-29 20:00",70.3,"2013-06-29 19:00",49.5,"2013-06-29 21:00",29.5,"2013-06-30 00:00","","","","",10.4,8.7,6.9,5.2,4.3,2.6,0,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-01-27" +"22","005","0004","61104",1,30.233889,-90.968333,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7501,86,311,365,0,1259,"","","Certification not required",0,150.55206,113.116904,360,"2013-01-02 04:00",360,"2013-01-14 11:00",360,"2013-02-03 12:00",360,"2013-02-13 19:00","","","","",357,355,348,330,251,120,21,"Dutchtown","11153 Kling Road","Louisiana","Ascension","","Baton Rouge, LA","2014-01-27" +"22","015","0008","42401",1,32.53626,-93.74891,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8588,98,362,365,0,172,0,"","Certification not required",0,2.557459,2.400061,21.2,"2013-06-13 07:00",19.9,"2013-12-17 09:00",13.3,"2013-08-21 09:00",11.9,"2013-09-07 10:00","","","","",11.9,8.8,6.7,4.8,3.4,1.8,0.7,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","42401",1,32.53626,-93.74891,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8588,98,362,365,0,172,"","","Certification not required",0,1.340813,1.250993,21.2,"2013-06-13 07:00",19.9,"2013-12-17 09:00",13.3,"2013-08-21 09:00",12.9,"2013-06-13 08:00","","","","",4.7,3.9,3.3,3.1,2.2,0.9,0.2,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","42401",1,32.53626,-93.74891,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,1.333978,1.047054,4.1,"2013-12-17 00:00",3.9,"2013-04-12 00:00",3.7,"2013-03-27 00:00",3.6,"2013-04-06 00:00","","","","",3.6,3.5,3.2,3.1,2.1,0.9,0.3,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","42401",1,32.53626,-93.74891,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2781,95,358,365,0,0,"",0,"Certification not required",0,1.312082,1.204505,14.4,"2013-12-17 11:00",12.5,"2013-06-13 08:00",9.4,"2013-09-07 11:00",8.8,"2013-08-21 11:00","","","","",4.3,3.8,3.3,3.1,2.2,0.9,0.2,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","42401",2,32.53626,-93.74891,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",102929,98,362,365,0,2191,"","","Certification not required",0,1.344575,1.28605,38.7,"2013-12-17 09:30",32.7,"2013-12-17 09:35",31.3,"2013-12-17 09:25",29.5,"2013-12-17 09:40","","","","",4.7,3.9,3.4,3.1,2.2,0.9,0.2,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-07" +"22","015","0008","44201",2,32.53626,-93.74891,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8586,98,241,245,0,174,0,0,"Requested but not yet concurred",446,0.048971,0.012021,0.086,"2013-05-22 16:00",0.083,"2013-09-26 12:00",0.081,"2013-09-06 15:00",0.073,"2013-07-20 13:00","","","","",0.081,0.073,0.067,0.065,0.058,0.05,0.04,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-01-02" +"22","015","0008","44201",2,32.53626,-93.74891,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8661,98,241,245,0,0,0,0,"Requested but not yet concurred",0,0.043992,0.011052,0.076,"2013-09-26 10:00",0.074,"2013-09-06 10:00",0.073,"2013-05-22 12:00",0.067,"2013-09-03 10:00","","","","",0.073,0.066,0.06,0.058,0.052,0.046,0.035,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-01-02" +"22","015","0008","44201",2,32.53626,-93.74891,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8661,98,241,245,0,0,1,1,"Requested but not yet concurred",0,0.043992,0.011052,0.076,"2013-09-26 10:00",0.074,"2013-09-06 10:00",0.073,"2013-05-22 12:00",0.067,"2013-09-03 10:00","","","","",0.073,0.066,0.06,0.058,0.052,0.046,0.035,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-01-02" +"22","015","0008","68103",5,32.53626,-93.74891,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,7,"","","Certification not required",0,16.268889,7.706898,26.5,"2013-08-08 00:00",26.2,"2013-09-01 00:00",25.1,"2013-06-27 00:00",24.8,"2013-06-21 00:00","","","","",26.5,26.5,25.1,24.8,22.4,18.7,4.8,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","68104",5,32.53626,-93.74891,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,8,"","","Certification not required",0,27.465909,8.088635,39.1,"2013-09-01 00:00",38.1,"2013-06-27 00:00",38,"2013-08-08 00:00",37,"2013-09-07 00:00","","","","",39.1,39.1,38,36.1,34.7,30.3,15.7,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","68105",5,32.53626,-93.74891,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,7,"","","Certification not required",0,21.768889,7.710201,32.2,"2013-09-01 00:00",31.5,"2013-08-08 00:00",31,"2013-07-09 00:00",30.8,"2013-06-27 00:00","","","","",32.2,32.2,31,30.6,28.8,23.6,9.1,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","68106",5,32.53626,-93.74891,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,751.042553,3.988884,763,"2013-01-04 00:00",760,"2013-10-25 00:00",759,"2013-01-22 00:00",756,"2013-03-29 00:00","","","","",763,763,759,755,753,751,745,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","68107",5,32.53626,-93.74891,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,755.212766,3.878235,767,"2013-01-04 00:00",764,"2013-10-25 00:00",762,"2013-01-22 00:00",761,"2013-02-03 00:00","","","","",767,767,762,761,757,754,751,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","68108",5,32.53626,-93.74891,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,752.808511,3.808676,764,"2013-01-04 00:00",762,"2013-10-25 00:00",760,"2013-01-22 00:00",758,"2013-02-03 00:00","","","","",764,764,760,758,755,752,748,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","81102",2,32.53626,-93.74891,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8123,93,334,365,0,637,"","","Certification not required",79,19.485658,15.476743,985,"2013-11-28 14:00",159,"2013-08-25 18:00",103,"2013-01-30 07:00",102,"2013-08-09 02:00","","","","",60,48,38,32,24,18,9,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","81102",2,32.53626,-93.74891,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,18.976048,9.303332,85,"2013-08-08 00:00",68,"2013-08-07 00:00",63,"2013-08-09 00:00",60,"2013-11-28 00:00","","","","",60,45,33,30,23,17,10,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","88102",5,32.53626,-93.74891,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.021904,0.011686,0.077,"2013-01-28 00:00",0.066,"2013-08-26 00:00",0.028,"2013-08-02 00:00",0.026,"2013-01-22 00:00","","","","",0.077,0.077,0.028,0.026,0.026,0.021,0.014,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88103",5,32.53626,-93.74891,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000426,0.000715,0.003,"2013-10-07 00:00",0.002,"2013-04-28 00:00",0.002,"2013-06-03 00:00",0.002,"2013-10-01 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88104",5,32.53626,-93.74891,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",30,0.097798,0.310133,1.81,"2013-08-08 00:00",1.01,"2013-06-21 00:00",0.684,"2013-06-27 00:00",0.276,"2013-08-02 00:00","","","","",1.81,1.81,0.684,0.091,0.034,0.0115,0.0065,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88107",5,32.53626,-93.74891,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.007185,0.007028,0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-09-19 00:00","","","","",0.0295,0.0295,0.0295,0.014,0.0055,0.005,0.00385,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88109",5,32.53626,-93.74891,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",8,0.003621,0.00189,0.0082,"2013-10-19 00:00",0.0072,"2013-04-16 00:00",0.007,"2013-09-13 00:00",0.0062,"2013-01-28 00:00","","","","",0.0082,0.0082,0.007,0.006,0.0048,0.0036,0.00115,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88110",5,32.53626,-93.74891,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.003128,0.005826,0.026,"2013-10-19 00:00",0.02,"2013-01-28 00:00",0.018,"2013-09-07 00:00",0.014,"2013-02-15 00:00","","","","",0.026,0.026,0.018,0.009,0.005,0,0,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88111",5,32.53626,-93.74891,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",13,0.039816,0.102897,0.659,"2013-08-08 00:00",0.254,"2013-06-21 00:00",0.195,"2013-06-27 00:00",0.0829,"2013-08-02 00:00","","","","",0.659,0.659,0.195,0.0495,0.0294,0.0147,0.00235,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88112",5,32.53626,-93.74891,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.002574,0.005106,0.029,"2013-10-01 00:00",0.021,"2013-09-25 00:00",0.007,"2013-06-21 00:00",0.005,"2013-08-08 00:00","","","","",0.029,0.029,0.007,0.005,0.002,0.001,0,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88113",5,32.53626,-93.74891,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.000715,0.00029,0.0025,"2013-06-21 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-10 00:00",0.001,"2013-04-16 00:00","","","","",0.0025,0.0025,0.001,0.001,0.0007,0.00065,0.00055,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88114",5,32.53626,-93.74891,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",38,0.001321,0.000976,0.0052,"2013-07-03 00:00",0.004,"2013-01-22 00:00",0.004,"2013-09-25 00:00",0.003,"2013-10-13 00:00","","","","",0.0052,0.0052,0.004,0.0029,0.00125,0.00095,0.00065,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88115",5,32.53626,-93.74891,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",27,0.016074,0.033391,0.167,"2013-11-06 00:00",0.153,"2013-08-08 00:00",0.0662,"2013-06-27 00:00",0.05,"2013-04-10 00:00","","","","",0.167,0.167,0.0662,0.0381,0.011,0.00405,0.00235,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88117",5,32.53626,-93.74891,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.007588,0.011315,0.0435,"2013-09-19 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-10 00:00",0.043,"2013-04-16 00:00","","","","",0.0435,0.0435,0.043,0.0226,0.00485,0.0041,0.0028,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88118",5,32.53626,-93.74891,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.0093,0.00663,0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00",0.023,"2013-09-19 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88126",5,32.53626,-93.74891,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.081619,0.202988,1.22,"2013-08-08 00:00",0.648,"2013-06-21 00:00",0.462,"2013-06-27 00:00",0.179,"2013-08-02 00:00","","","","",1.22,1.22,0.462,0.101,0.045,0.0262,0.0142,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88128",5,32.53626,-93.74891,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.002191,0.003843,0.022,"2013-10-19 00:00",0.011,"2013-08-20 00:00",0.008,"2013-09-25 00:00",0.007,"2013-02-15 00:00","","","","",0.022,0.022,0.008,0.006,0.003,0.001,0,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88131",5,32.53626,-93.74891,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.0105,0.003905,0.021,"2013-03-05 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-04-22 00:00","","","","",0.021,0.021,0.0165,0.0165,0.011,0.008,0.007,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88132",5,32.53626,-93.74891,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.00166,0.003801,0.023,"2013-08-08 00:00",0.011,"2013-06-21 00:00",0.009,"2013-06-27 00:00",0.003,"2013-07-09 00:00","","","","",0.023,0.023,0.009,0.003,0.002,0.001,0,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88136",5,32.53626,-93.74891,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000319,0.000663,0.003,"2013-04-16 00:00",0.002,"2013-06-21 00:00",0.002,"2013-08-08 00:00",0.001,"2013-01-28 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88140",5,32.53626,-93.74891,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.009946,0.014747,0.1,"2013-08-08 00:00",0.0398,"2013-10-13 00:00",0.029,"2013-11-06 00:00",0.0159,"2013-07-21 00:00","","","","",0.1,0.1,0.029,0.009,0.009,0.006,0.00475,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88152",5,32.53626,-93.74891,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.005636,0.00162,0.008,"2013-01-28 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88154",5,32.53626,-93.74891,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001036,0.000266,0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-04-28 00:00",0.0013,"2013-06-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88160",5,32.53626,-93.74891,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",42,0.01483,0.007142,0.046,"2013-10-31 00:00",0.035,"2013-03-05 00:00",0.026,"2013-08-02 00:00",0.025,"2013-09-19 00:00","","","","",0.046,0.046,0.026,0.021,0.018,0.016,0.01,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88161",5,32.53626,-93.74891,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",40,0.008335,0.022273,0.124,"2013-08-08 00:00",0.083,"2013-06-21 00:00",0.0572,"2013-06-27 00:00",0.011,"2013-08-02 00:00","","","","",0.124,0.124,0.0572,0.0107,0.00265,0.0025,0.0021,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88164",5,32.53626,-93.74891,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.00181,0.001422,0.0112,"2013-08-08 00:00",0.0022,"2013-04-16 00:00",0.0019,"2013-01-28 00:00",0.0019,"2013-02-27 00:00","","","","",0.0112,0.0112,0.0019,0.0019,0.0019,0.0016,0.0015,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88165",5,32.53626,-93.74891,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",3,0.237391,0.700136,4.22,"2013-08-08 00:00",2.13,"2013-06-21 00:00",1.49,"2013-06-27 00:00",0.573,"2013-08-02 00:00","","","","",4.22,4.22,1.49,0.293,0.117,0.053,0.0151,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88166",5,32.53626,-93.74891,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.008809,0.005246,0.019,"2013-01-22 00:00",0.019,"2013-02-09 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-10 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88167",5,32.53626,-93.74891,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",9,0.005819,0.004409,0.0245,"2013-10-01 00:00",0.014,"2013-04-16 00:00",0.0122,"2013-01-22 00:00",0.0122,"2013-04-22 00:00","","","","",0.0245,0.0245,0.0122,0.0116,0.0076,0.005,0.00175,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88168",5,32.53626,-93.74891,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",41,0.002024,0.002547,0.014,"2013-08-08 00:00",0.0118,"2013-09-07 00:00",0.0063,"2013-03-29 00:00",0.0053,"2013-06-27 00:00","","","","",0.014,0.014,0.0063,0.0037,0.00175,0.00115,0.00085,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88169",5,32.53626,-93.74891,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.708511,0.38052,1.69,"2013-04-16 00:00",1.69,"2013-09-01 00:00",1.65,"2013-09-13 00:00",1.57,"2013-08-02 00:00","","","","",1.69,1.69,1.65,1.2,0.915,0.663,0.351,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88176",5,32.53626,-93.74891,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.001023,0.000258,0.002,"2013-04-28 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-03-17 00:00","","","","",0.002,0.002,0.0013,0.0013,0.0013,0.001,0.0007,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88180",5,32.53626,-93.74891,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.085274,0.09294,0.534,"2013-08-08 00:00",0.296,"2013-04-16 00:00",0.274,"2013-07-03 00:00",0.206,"2013-06-15 00:00","","","","",0.534,0.534,0.274,0.206,0.0952,0.0505,0.0299,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88184",5,32.53626,-93.74891,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",21,0.089755,0.100685,0.403,"2013-04-10 00:00",0.338,"2013-06-27 00:00",0.299,"2013-03-17 00:00",0.29,"2013-04-16 00:00","","","","",0.403,0.403,0.299,0.288,0.125,0.043,0.0155,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88185",5,32.53626,-93.74891,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.00383,0.003861,0.0115,"2013-01-22 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88301",5,32.53626,-93.74891,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.369962,0.265935,1.42,"2013-02-09 00:00",0.909,"2013-04-16 00:00",0.894,"2013-09-01 00:00",0.821,"2013-09-13 00:00","","","","",1.42,1.42,0.894,0.769,0.461,0.363,0.104,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88302",5,32.53626,-93.74891,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",2,0.120691,0.129761,0.71,"2013-08-08 00:00",0.353,"2013-04-16 00:00",0.292,"2013-04-10 00:00",0.292,"2013-06-21 00:00","","","","",0.71,0.71,0.292,0.278,0.201,0.0756,0.015,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88303",5,32.53626,-93.74891,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",5,0.050704,0.044072,0.195,"2013-04-16 00:00",0.19,"2013-07-03 00:00",0.135,"2013-06-15 00:00",0.12,"2013-08-08 00:00","","","","",0.195,0.195,0.135,0.117,0.062,0.031,0.012,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88306",5,32.53626,-93.74891,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.419277,0.343534,2.04,"2013-02-09 00:00",1.21,"2013-04-04 00:00",1.18,"2013-08-08 00:00",1.04,"2013-01-04 00:00","","","","",2.04,2.04,1.18,0.807,0.43,0.328,0.179,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88355",5,32.53626,-93.74891,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.498163,1.18578,6.83,"2013-07-03 00:00",5.43,"2013-09-13 00:00",5.37,"2013-09-25 00:00",4.26,"2013-06-15 00:00","","","","",6.83,6.83,5.37,3.9,2.91,2.12,1.36,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88357",5,32.53626,-93.74891,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.204939,0.096502,0.507,"2013-09-25 00:00",0.476,"2013-07-03 00:00",0.363,"2013-06-15 00:00",0.362,"2013-10-01 00:00","","","","",0.507,0.507,0.363,0.351,0.236,0.199,0.103,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88370",5,32.53626,-93.74891,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.338571,1.133894,6.58,"2013-07-03 00:00",5.24,"2013-09-13 00:00",5.01,"2013-09-25 00:00",4.01,"2013-06-15 00:00","","","","",6.58,6.58,5.01,3.7,2.69,1.95,1.3,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88374",5,32.53626,-93.74891,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.152449,0.126147,0.567,"2013-07-03 00:00",0.476,"2013-09-13 00:00",0.447,"2013-06-15 00:00",0.335,"2013-05-22 00:00","","","","",0.567,0.567,0.447,0.335,0.213,0.128,0.013,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88375",5,32.53626,-93.74891,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.622265,0.321177,1.78,"2013-07-03 00:00",1.5,"2013-09-25 00:00",1.44,"2013-09-13 00:00",1.18,"2013-09-01 00:00","","","","",1.78,1.78,1.44,0.982,0.742,0.492,0.35,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88376",5,32.53626,-93.74891,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.688878,0.365259,1.97,"2013-07-03 00:00",1.75,"2013-09-25 00:00",1.37,"2013-04-16 00:00",1.36,"2013-09-13 00:00","","","","",1.97,1.97,1.37,1.27,0.807,0.581,0.348,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88377",5,32.53626,-93.74891,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.430449,0.229686,1.08,"2013-07-03 00:00",1.07,"2013-09-13 00:00",0.981,"2013-04-16 00:00",0.814,"2013-09-01 00:00","","","","",1.08,1.08,0.981,0.78,0.527,0.349,0.219,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88378",5,32.53626,-93.74891,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.444367,0.196127,1.18,"2013-07-03 00:00",0.9,"2013-09-13 00:00",0.791,"2013-06-15 00:00",0.728,"2013-09-25 00:00","","","","",1.18,1.18,0.791,0.665,0.558,0.415,0.221,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88380",5,32.53626,-93.74891,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.365367,0.168749,0.867,"2013-09-25 00:00",0.726,"2013-07-03 00:00",0.684,"2013-10-01 00:00",0.613,"2013-06-15 00:00","","","","",0.867,0.867,0.684,0.603,0.436,0.364,0.18,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88383",5,32.53626,-93.74891,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.747612,0.305699,1.85,"2013-07-03 00:00",1.5,"2013-09-25 00:00",1.36,"2013-06-15 00:00",1.25,"2013-09-13 00:00","","","","",1.85,1.85,1.36,1.01,0.902,0.695,0.404,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88384",5,32.53626,-93.74891,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.061584,0.028381,0.157,"2013-08-08 00:00",0.145,"2013-06-21 00:00",0.12,"2013-06-03 00:00",0.117,"2013-07-27 00:00","","","","",0.157,0.157,0.12,0.0968,0.0691,0.0548,0.0344,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88385",5,32.53626,-93.74891,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.001532,0.002357,0.0165,"2013-08-08 00:00",0.0058,"2013-06-27 00:00",0.00443,"2013-06-21 00:00",0.00335,"2013-09-19 00:00","","","","",0.0165,0.0165,0.00443,0.001,0.001,0.001,0.001,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88388",5,32.53626,-93.74891,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.605224,0.242832,1.44,"2013-07-03 00:00",1.09,"2013-09-13 00:00",1.09,"2013-09-25 00:00",1.04,"2013-06-15 00:00","","","","",1.44,1.44,1.09,0.896,0.735,0.557,0.298,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88403",5,32.53626,-93.74891,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.729617,0.911486,4.1,"2013-09-01 00:00",3.99,"2013-08-02 00:00",3.95,"2013-04-16 00:00",3.39,"2013-09-13 00:00","","","","",4.1,4.1,3.95,3.05,2.13,1.61,0.85,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","015","0008","88502",3,32.53626,-93.74891,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8266,94,343,365,0,494,"","","Certification not required",0,9.370869,6.016843,73.4,"2013-09-24 23:00",53,"2013-10-10 07:00",46.7,"2013-10-10 06:00",42.6,"2013-09-25 00:00","","","","",29,24.4,20.3,17.2,12.5,8.4,2.7,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","88502",3,32.53626,-93.74891,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,"","","Certification not required",0,9.307289,4.501933,31.4,"2013-08-08 00:00",25,"2013-08-30 00:00",24.5,"2013-08-07 00:00",24.2,"2013-08-09 00:00","","","","",24.2,20.7,17.9,15.6,11.4,8.2,4.5,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-03" +"22","015","0008","88502",5,32.53626,-93.74891,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,10.302128,5.652606,32.5,"2013-08-08 00:00",24.3,"2013-06-27 00:00",19.3,"2013-09-13 00:00",19,"2013-08-02 00:00","","","","",32.5,32.5,19.3,18.7,11.9,8.2,5.6,"Shreveport / Airport","1425 Airport Drive","Louisiana","Bossier","Shreveport","Shreveport-Bossier City, LA","2014-02-13" +"22","017","0001","44201",2,32.676389,-93.859722,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8608,100,245,245,0,152,0,0,"Requested but not yet concurred",481,0.049004,0.011842,0.085,"2013-09-26 14:00",0.078,"2013-10-10 13:00",0.075,"2013-09-27 13:00",0.074,"2013-08-30 12:00","","","","",0.075,0.073,0.067,0.065,0.058,0.05,0.041,"Dixie","HAGOOD ROAD","Louisiana","Caddo","","Shreveport-Bossier City, LA","2014-01-02" +"22","017","0001","44201",2,32.676389,-93.859722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8725,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.04411,0.010981,0.076,"2013-09-26 10:00",0.069,"2013-08-30 10:00",0.069,"2013-09-03 09:00",0.069,"2013-09-27 10:00","","","","",0.069,0.068,0.062,0.058,0.052,0.046,0.036,"Dixie","HAGOOD ROAD","Louisiana","Caddo","","Shreveport-Bossier City, LA","2014-01-02" +"22","017","0001","44201",2,32.676389,-93.859722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8725,100,245,245,0,0,1,1,"Requested but not yet concurred",0,0.04411,0.010981,0.076,"2013-09-26 10:00",0.069,"2013-08-30 10:00",0.069,"2013-09-03 09:00",0.069,"2013-09-27 10:00","","","","",0.069,0.068,0.062,0.058,0.052,0.046,0.036,"Dixie","HAGOOD ROAD","Louisiana","Caddo","","Shreveport-Bossier City, LA","2014-01-02" +"22","017","0008","68105",1,32.471666,-93.794999,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",92,75,82,122,0,0,"","","Certification not required",0,20.541304,8.648765,32.2,"2013-08-05 00:00",31.8,"2013-08-08 00:00",31.5,"2013-09-01 00:00",31.3,"2013-08-29 00:00","","","","",32.2,31.8,31,30.6,28.5,22.7,7.9,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-11-26" +"22","017","0008","68105",2,32.471666,-93.794999,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",22,36,21,61,0,0,"","","Certification not required",0,20.631818,9.151341,32.8,"2013-08-08 00:00",32.7,"2013-09-01 00:00",30.8,"2013-09-04 00:00",30.4,"2013-09-13 00:00","","","","",32.8,32.8,32.7,30.8,29.7,20.9,9,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-11-25" +"22","017","0008","68108",1,32.471666,-93.794999,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",92,75,82,122,0,0,"","","Certification not required",0,759.26087,3.741274,770,"2013-01-04 00:00",769,"2013-03-26 00:00",767,"2013-03-27 00:00",766,"2013-01-07 00:00","","","","",770,769,766,765,761,759,755,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-11-26" +"22","017","0008","68108",2,32.471666,-93.794999,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,71,20,31,0,0,"","","Certification not required",0,758,3.792223,768,"2013-01-04 00:00",762,"2013-01-16 00:00",762,"2013-03-29 00:00",761,"2013-08-20 00:00","","","","",768,768,762,762,761,758,753,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-11-25" +"22","017","0008","88101",1,32.471666,-93.794999,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,66,81,122,0,14,0,0,"Certification not required",0,11.059091,4.480549,23.6,"2013-08-08 00:00",22.5,"2013-06-12 00:00",21.5,"2013-08-29 00:00",21.2,"2013-07-30 00:00","","","","",23.6,22.5,19.4,18.4,13.8,11,7,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-12-12" +"22","017","0008","88101",1,32.471666,-93.794999,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,66,81,122,0,14,"","","Certification not required",0,11.059091,4.480549,23.6,"2013-08-08 00:00",22.5,"2013-06-12 00:00",21.5,"2013-08-29 00:00",21.2,"2013-07-30 00:00","","","","",23.6,22.5,19.4,18.4,13.8,11,7,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-12-12" +"22","017","0008","88101",2,32.471666,-93.794999,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",21,61,19,31,0,4,0,0,"Certification not required",0,12.104762,4.730695,25.6,"2013-08-08 00:00",18.7,"2013-01-04 00:00",18.7,"2013-09-13 00:00",16.5,"2013-09-01 00:00","","","","",25.6,25.6,25.6,18.7,14.1,11.2,8.1,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-12-12" +"22","017","0008","88101",2,32.471666,-93.794999,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",21,61,19,31,0,4,"","","Certification not required",0,12.104762,4.730695,25.6,"2013-08-08 00:00",18.7,"2013-01-04 00:00",18.7,"2013-09-13 00:00",16.5,"2013-09-01 00:00","","","","",25.6,25.6,25.6,18.7,14.1,11.2,8.1,"Shreveport / Calumet","3532 FULTON STREET","Louisiana","Caddo","Shreveport","Shreveport-Bossier City, LA","2013-12-12" +"22","019","0002","44201",1,30.143333,-93.371944,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8590,99,362,365,0,170,0,0,"Requested but not yet concurred",428,0.042113,0.013028,0.089,"2013-10-09 13:00",0.083,"2013-09-26 16:00",0.075,"2013-08-29 14:00",0.075,"2013-10-24 13:00","","","","",0.075,0.071,0.062,0.059,0.051,0.042,0.025,"Carlyss","HIGHWAY 27 AND HIGHWAY 108","Louisiana","Calcasieu","","Lake Charles, LA","2014-01-02" +"22","019","0002","44201",1,30.143333,-93.371944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,98,359,365,0,0,0,0,"Requested but not yet concurred",0,0.037173,0.011865,0.075,"2013-09-26 10:00",0.071,"2013-10-09 10:00",0.066,"2013-08-30 10:00",0.065,"2013-07-13 10:00","","","","",0.065,0.063,0.058,0.053,0.045,0.037,0.023,"Carlyss","HIGHWAY 27 AND HIGHWAY 108","Louisiana","Calcasieu","","Lake Charles, LA","2014-01-02" +"22","019","0002","44201",1,30.143333,-93.371944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,98,359,365,0,0,0,0,"Requested but not yet concurred",0,0.037173,0.011865,0.075,"2013-09-26 10:00",0.071,"2013-10-09 10:00",0.066,"2013-08-30 10:00",0.065,"2013-07-13 10:00","","","","",0.065,0.063,0.058,0.053,0.045,0.037,0.023,"Carlyss","HIGHWAY 27 AND HIGHWAY 108","Louisiana","Calcasieu","","Lake Charles, LA","2014-01-02" +"22","019","0008","42401",1,30.261667,-93.284167,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8488,97,358,365,0,272,0,"","Certification not required",0,3.691899,6.044083,49.6,"2013-12-29 13:00",44.6,"2013-04-19 05:00",31.8,"2013-12-06 13:00",30.8,"2013-12-15 12:00","","","","",30.8,27.4,15.8,8.1,2.8,1.6,1.1,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42401",1,30.261667,-93.284167,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8488,97,358,365,0,272,"","","Certification not required",0,1.598539,2.041198,49.6,"2013-12-29 13:00",44.6,"2013-04-19 05:00",36.4,"2013-04-19 06:00",35.3,"2013-04-19 07:00","","","","",9.2,5.6,3,2.2,1.6,1.3,0.8,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42401",1,30.261667,-93.284167,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,1.598603,1.102822,12.2,"2013-04-19 00:00",9.4,"2013-12-15 00:00",6.5,"2013-10-09 00:00",6.2,"2013-12-29 00:00","","","","",6.2,4.4,3.2,2.6,1.8,1.3,0.9,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42401",1,30.261667,-93.284167,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2745,94,355,365,0,0,"",0,"Certification not required",0,1.567978,1.820337,33.4,"2013-04-19 08:00",30.4,"2013-12-29 14:00",26.2,"2013-10-09 14:00",21.1,"2013-12-10 05:00","","","","",9.2,5.7,3.1,2.3,1.6,1.3,0.8,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42401",2,30.261667,-93.284167,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",101824,97,358,365,0,3296,"","","Certification not required",0,1.599966,2.376648,94.4,"2013-10-10 12:00",93.5,"2013-05-05 08:00",91.7,"2013-03-25 11:35",77.5,"2013-12-15 12:55","","","","",9,5.1,2.8,2.2,1.6,1.3,0.8,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-07" +"22","019","0008","42601",1,30.261667,-93.284167,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8353,95,357,365,0,407,"","","Certification not required",0,3.160565,2.621837,35.3,"2013-12-16 10:00",34.9,"2013-01-21 06:00",32.6,"2013-12-04 07:00",32.2,"2013-12-04 04:00","","","","",13.1,10,7.5,6,4,2.6,1,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42602",1,30.261667,-93.284167,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8353,95,357,365,0,407,0,"","Certification not required",0,11.120728,6.483351,42.6,"2013-12-02 00:00",36.7,"2013-12-29 15:00",34.5,"2013-01-24 02:00",34,"2013-03-04 05:00","","","","",34,29.6,25.1,19.2,14,9.5,4.8,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42602",1,30.261667,-93.284167,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8353,95,357,365,0,407,"","","Certification not required",0,4.911206,4.233031,42.6,"2013-12-02 00:00",36.7,"2013-12-29 15:00",34.5,"2013-01-24 02:00",34,"2013-03-04 05:00","","","","",21.2,17.5,13,10.1,6.3,3.7,1.2,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","42603",1,30.261667,-93.284167,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8353,95,357,365,0,407,"","","Certification not required",0,7.763091,5.776701,64.1,"2013-12-16 10:00",57.8,"2013-12-02 00:00",57.8,"2013-12-04 07:00",57.7,"2013-12-04 04:00","","","","",28.3,23.3,18.8,15.1,9.8,6.3,2.6,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","44201",1,30.261667,-93.284167,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8624,100,364,365,0,136,0,0,"Requested but not yet concurred",634,0.040596,0.012112,0.089,"2013-08-30 12:00",0.087,"2013-06-15 13:00",0.074,"2013-11-01 14:00",0.07,"2013-05-13 13:00","","","","",0.07,0.066,0.062,0.057,0.048,0.04,0.025,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-01-02" +"22","019","0008","44201",1,30.261667,-93.284167,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8734,99,363,365,0,0,0,0,"Requested but not yet concurred",0,0.035107,0.010903,0.072,"2013-08-30 10:00",0.066,"2013-06-15 09:00",0.065,"2013-05-04 10:00",0.064,"2013-04-22 09:00","","","","",0.064,0.06,0.054,0.049,0.042,0.034,0.022,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-01-02" +"22","019","0008","44201",1,30.261667,-93.284167,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8734,99,363,365,0,0,0,0,"Requested but not yet concurred",0,0.035107,0.010903,0.072,"2013-08-30 10:00",0.066,"2013-06-15 09:00",0.065,"2013-05-04 10:00",0.064,"2013-04-22 09:00","","","","",0.064,0.06,0.054,0.049,0.042,0.034,0.022,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-01-02" +"22","019","0008","88502",3,30.261667,-93.284167,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8424,96,349,365,0,336,"","","Certification not required",0,10.083405,9.33643,144.8,"2013-02-28 19:00",125.6,"2013-10-10 06:00",111,"2013-03-01 20:00",109.7,"2013-03-13 20:00","","","","",47.3,37.1,24.9,19.3,12.4,7.8,2.7,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0008","88502",3,30.261667,-93.284167,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,10.025788,5.579125,34.5,"2013-03-13 00:00",34.1,"2013-08-08 00:00",33.1,"2013-10-10 00:00",30.8,"2013-09-26 00:00","","","","",30.8,25.1,20.9,17.7,12.6,8.8,4.4,"Westlake","2646 John Stine Road","Louisiana","Calcasieu","Westlake (RR name West Lake)","Lake Charles, LA","2014-02-03" +"22","019","0009","44201",1,30.227778,-93.578333,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8588,100,364,365,0,172,0,0,"Requested but not yet concurred",609,0.044137,0.012575,0.088,"2013-10-10 14:00",0.082,"2013-07-14 13:00",0.08,"2013-08-30 12:00",0.076,"2013-08-27 15:00","","","","",0.076,0.072,0.064,0.061,0.052,0.043,0.027,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2014-01-02" +"22","019","0009","44201",1,30.227778,-93.578333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8721,99,363,365,0,0,0,0,"Requested but not yet concurred",0,0.038763,0.011294,0.069,"2013-09-26 09:00",0.069,"2013-09-27 09:00",0.068,"2013-08-30 10:00",0.067,"2013-08-27 11:00","","","","",0.067,0.065,0.058,0.053,0.047,0.038,0.025,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2014-01-02" +"22","019","0009","44201",1,30.227778,-93.578333,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8721,99,363,365,0,0,0,0,"Requested but not yet concurred",0,0.038763,0.011294,0.069,"2013-09-26 09:00",0.069,"2013-09-27 09:00",0.068,"2013-08-30 10:00",0.067,"2013-08-27 11:00","","","","",0.067,0.065,0.058,0.053,0.047,0.038,0.025,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2014-01-02" +"22","019","0009","68105",1,30.227778,-93.578333,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",99,100,48,61,0,0,"","","Certification not required",0,21.149495,6.806545,29.5,"2013-08-05 00:00",29.4,"2013-08-02 00:00",29.3,"2013-06-27 00:00",29,"2013-08-23 00:00","","","","",29.5,29.4,28.7,28.4,27.2,23.5,10.5,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2013-11-22" +"22","019","0009","68108",1,30.227778,-93.578333,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,48,61,0,0,"","","Certification not required",0,761.575758,3.591631,772,"2013-01-04 00:00",770,"2013-03-14 00:00",770,"2013-03-27 00:00",769,"2013-01-19 00:00","","","","",772,770,769,767,763,761,758,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2013-11-22" +"22","019","0009","88101",1,30.227778,-93.578333,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",93,74,90,122,0,3,0,0,"Certification not required",0,7.537634,3.635062,22.7,"2013-09-04 00:00",20.1,"2013-08-08 00:00",16.9,"2013-08-29 00:00",15.9,"2013-07-03 00:00","","","","",22.7,20.1,14.2,11.4,9.7,6.8,3.8,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2013-12-12" +"22","019","0009","88101",1,30.227778,-93.578333,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",93,74,90,122,0,3,"","","Certification not required",0,7.537634,3.635062,22.7,"2013-09-04 00:00",20.1,"2013-08-08 00:00",16.9,"2013-08-29 00:00",15.9,"2013-07-03 00:00","","","","",22.7,20.1,14.2,11.4,9.7,6.8,3.8,"Vinton","2284 Paul Bellow Road","Louisiana","Calcasieu","Vinton","Lake Charles, LA","2013-12-12" +"22","019","0010","68105",1,30.177143,-93.214514,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",94,100,48,61,0,0,"","","Certification not required",0,22.534043,6.550344,30.7,"2013-08-02 00:00",30.5,"2013-08-05 00:00",30.3,"2013-06-30 00:00",30.2,"2013-08-23 00:00","","","","",30.7,30.5,30,29.5,28.1,25,13.8,"McNesse","Common and East McNeese","Louisiana","Calcasieu","Lake Charles","Lake Charles, LA","2013-11-22" +"22","019","0010","68108",1,30.177143,-93.214514,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,100,48,61,0,0,"","","Certification not required",0,761.234043,5.41687,773,"2013-01-04 00:00",772,"2013-03-14 00:00",771,"2013-03-27 00:00",770,"2013-01-19 00:00","","","","",773,772,770,768,765,762,753,"McNesse","Common and East McNeese","Louisiana","Calcasieu","Lake Charles","Lake Charles, LA","2013-11-22" +"22","019","0010","88101",1,30.177143,-93.214514,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,72,88,122,0,7,0,0,"Certification not required",0,8.027778,3.410461,20.2,"2013-08-08 00:00",18.6,"2013-08-29 00:00",16.9,"2013-07-03 00:00",14.5,"2013-06-24 00:00","","","","",20.2,18.6,13.7,12,10.2,7.5,4.4,"McNesse","Common and East McNeese","Louisiana","Calcasieu","Lake Charles","Lake Charles, LA","2013-12-12" +"22","019","0010","88101",1,30.177143,-93.214514,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,72,88,122,0,7,"","","Certification not required",0,8.027778,3.410461,20.2,"2013-08-08 00:00",18.6,"2013-08-29 00:00",16.9,"2013-07-03 00:00",14.5,"2013-06-24 00:00","","","","",20.2,18.6,13.7,12,10.2,7.5,4.4,"McNesse","Common and East McNeese","Louisiana","Calcasieu","Lake Charles","Lake Charles, LA","2013-12-12" +"22","033","0003","42601",1,30.419763,-91.181996,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8396,96,361,365,0,364,"","","Certification not required",0,3.905002,11.892483,308.6,"2013-12-18 07:00",236.7,"2013-12-18 06:00",210,"2013-12-18 03:00",168.9,"2013-12-18 05:00","","","","",57.5,33.8,12.5,6.2,2.8,1.4,0.2,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0003","42602",1,30.419763,-91.181996,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8396,96,361,365,0,364,0,"","Certification not required",0,20.762604,10.353816,53.2,"2013-11-30 17:00",52.8,"2013-01-20 18:00",51.9,"2013-12-17 18:00",49.1,"2013-02-03 19:00","","","","",49.1,44.4,41.1,36.3,27.4,18.2,9.4,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0003","42602",1,30.419763,-91.181996,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8396,96,361,365,0,364,"","","Certification not required",0,9.690805,7.512101,53.2,"2013-11-30 17:00",52.8,"2013-01-20 18:00",51.9,"2013-12-17 18:00",49.7,"2013-12-17 19:00","","","","",38.1,34.1,26.2,19.4,11.9,7.4,3.2,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0003","42603",1,30.419763,-91.181996,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8396,96,361,365,0,364,"","","Certification not required",0,13.401548,16.697336,343.8,"2013-12-18 07:00",265,"2013-12-18 06:00",241,"2013-12-18 03:00",192.6,"2013-12-17 07:00","","","","",92,62.1,36.5,24.4,14.2,9,4.1,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0003","44201",1,30.419763,-91.181996,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8544,99,361,365,0,216,0,0,"Requested but not yet concurred",636,0.043371,0.013954,0.103,"2013-08-29 16:00",0.099,"2013-06-15 15:00",0.088,"2013-10-09 14:00",0.082,"2013-09-26 13:00","","","","",0.082,0.075,0.067,0.06,0.051,0.042,0.028,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-02" +"22","033","0003","44201",1,30.419763,-91.181996,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8647,98,359,365,0,0,1,1,"Requested but not yet concurred",0,0.037657,0.012067,0.092,"2013-08-29 11:00",0.074,"2013-06-15 09:00",0.071,"2013-09-26 10:00",0.067,"2013-05-14 10:00","","","","",0.067,0.063,0.058,0.053,0.046,0.036,0.023,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-02" +"22","033","0003","44201",1,30.419763,-91.181996,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8647,98,359,365,0,0,1,1,"Requested but not yet concurred",0,0.037657,0.012067,0.092,"2013-08-29 11:00",0.074,"2013-06-15 09:00",0.071,"2013-09-26 10:00",0.067,"2013-05-14 10:00","","","","",0.067,0.063,0.058,0.053,0.046,0.036,0.023,"LSU","EAST END OF ASTER LANE","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-02" +"22","033","0009","14129",1,30.46198,-91.17922,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.001489,0.000944,0.004,"2013-04-28 00:00",0.003,"2013-02-03 00:00",0.003,"2013-03-23 00:00",0.003,"2013-04-16 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-20" +"22","033","0009","42101",1,30.46198,-91.17922,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8444,96,364,365,0,316,0,0,"Certification not required",24,0.203202,0.139653,2.1,"2013-11-30 00:00",2.1,"2013-12-18 00:00",2.09,"2013-12-18 06:00",2.07,"2013-11-29 22:00","","","","",0.74,0.5,0.35,0.28,0.22,0.18,0.12,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42101",1,30.46198,-91.17922,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8383,96,357,365,0,0,0,0,"Certification not required",0,0.204664,0.119894,2,"2013-12-18 05:00",2,"2013-12-18 06:00",1.9,"2013-12-18 04:00",1.9,"2013-12-18 07:00",2,"2013-12-18 05:00",1.8,"2013-11-30 03:00",0.7,0.5,0.3,0.3,0.2,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42401",1,30.46198,-91.17922,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8629,99,365,365,0,131,0,"","Certification not required",0,2.431781,4.643136,47.7,"2013-12-29 08:00",29.2,"2013-12-22 23:00",25.6,"2013-12-30 14:00",21.3,"2013-03-05 22:00","","","","",21.3,16.3,11.2,6.3,2.8,0.6,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42401",1,30.46198,-91.17922,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8629,99,365,365,0,131,"","","Certification not required",0,0.634732,1.691174,47.7,"2013-12-29 08:00",43.2,"2013-12-29 09:00",31.5,"2013-12-29 07:00",29.2,"2013-12-22 23:00","","","","",7.3,5.2,2.9,1.6,0.5,0.2,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42401",1,30.46198,-91.17922,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.634247,1.033879,9.8,"2013-12-29 00:00",6.3,"2013-11-27 00:00",5.7,"2013-02-28 00:00",5.2,"2013-12-22 00:00","","","","",5.2,3.6,2.4,1.7,0.8,0.2,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42401",1,30.46198,-91.17922,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2794,96,363,365,0,0,"",0,"Certification not required",0,0.620616,1.524589,27.5,"2013-12-29 08:00",26,"2013-12-29 11:00",19,"2013-11-27 02:00",17,"2013-12-22 23:00","","","","",6.8,4.8,2.8,1.7,0.5,0.2,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42401",2,30.46198,-91.17922,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",103205,98,365,365,0,1915,"","","Certification not required",0,0.637294,1.816765,54.1,"2013-12-29 09:10",53.6,"2013-12-29 09:15",51,"2013-12-29 08:00",50.9,"2013-12-29 07:55","","","","",7.8,5.4,2.8,1.5,0.5,0.2,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-07" +"22","033","0009","42600",2,30.46198,-91.17922,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8544,98,363,365,0,216,"","","Certification not required",0,13.700105,16.95638,204.1,"2013-12-17 22:00",204.1,"2013-12-17 23:00",204.1,"2013-12-18 00:00",204,"2013-12-18 03:00","","","","",90.2,60.7,36.4,25.7,15.1,9.2,3.9,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42601",1,30.46198,-91.17922,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8241,100,353,365,0,519,"","","Certification not required",0,4.10773,11.403549,276,"2013-12-18 06:00",220,"2013-12-17 23:00",211.2,"2013-12-18 00:00",202,"2013-12-18 05:00","","","","",50.9,25,12.2,7.1,4.1,1.7,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42601",2,30.46198,-91.17922,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8495,97,360,365,0,265,"","","Certification not required",0,4.453996,13.848322,203.6,"2013-12-17 22:00",203.6,"2013-12-17 23:00",203.6,"2013-12-18 00:00",203.6,"2013-12-18 03:00","","","","",64.8,32.8,13.4,7.4,3.3,1.5,0.6,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42602",1,30.46198,-91.17922,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8209,94,350,365,0,551,0,"","Certification not required",0,21.613714,10.758353,54.4,"2013-03-07 21:00",53.5,"2013-01-21 07:00",50.6,"2013-02-01 19:00",49.4,"2013-03-08 20:00","","","","",49.4,48.4,42.4,38.8,27.9,18.9,10,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42602",1,30.46198,-91.17922,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8209,94,350,365,0,551,"","","Certification not required",0,9.66164,7.798393,72.1,"2013-06-03 18:00",54.4,"2013-03-07 21:00",53.5,"2013-01-21 07:00",50.6,"2013-02-01 19:00","","","","",38.8,33.5,26.1,20.1,12.3,7.3,2.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","42603",1,30.46198,-91.17922,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8241,100,353,365,0,519,"","","Certification not required",0,13.107584,16.119106,312.5,"2013-12-18 06:00",262.7,"2013-12-17 23:00",248.4,"2013-12-18 00:00",232.2,"2013-12-18 03:00","","","","",83.9,55.3,34.3,24.8,14.8,9.2,3.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-03" +"22","033","0009","43102",1,30.46198,-91.17922,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,144.834553,317.58046,11147,"2013-07-26 00:00",1466,"2013-05-06 06:00",1021,"2013-07-29 06:00",929,"2013-08-29 06:00","","","","",578,513,345,239,154,104,62,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43102",3,30.46198,-91.17922,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,168.65,74.088149,348,"2013-09-25 00:00",338,"2013-08-02 00:00",282,"2013-09-13 00:00",279,"2013-02-15 00:00","","","","",348,348,338,279,238,156,88,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43102",4,30.46198,-91.17922,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",8570,98,359,365,0,0,"","","Certification not required",0,95.625047,141.034743,7700.85,"2013-12-18 03:00",3391.64,"2013-12-17 08:00",2142.03,"2013-11-02 02:00",1860.12,"2013-02-08 02:00","","","","",607.6,420.26,263.78,173.57,101.73,61.33,34.67,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-21" +"22","033","0009","43202",1,30.46198,-91.17922,"WGS84","Ethane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,12.667204,163.430386,6045.2,"2013-07-26 00:00",54.7,"2013-08-09 18:00",49.9,"2013-07-29 06:00",46.6,"2013-03-05 15:00","","","","",27.7,24.5,18.2,14.5,9.9,6.8,3.5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43202",3,30.46198,-91.17922,"WGS84","Ethane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,10.1175,4.386979,21.3,"2013-01-28 00:00",19.4,"2013-02-27 00:00",18,"2013-03-05 00:00",17.7,"2013-02-03 00:00","","","","",21.3,21.3,19.4,17.7,12.8,9.3,5.5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43203",1,30.46198,-91.17922,"WGS84","Ethylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,3.477379,4.138247,40.5,"2013-07-28 03:00",32,"2013-07-04 21:00",31.5,"2013-05-15 03:00",30.5,"2013-07-22 03:00","","","","",23.4,16.9,11.2,7.7,3.9,2.1,0.8,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43203",3,30.46198,-91.17922,"WGS84","Ethylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,3.53,1.609937,7.8,"2013-03-29 00:00",7.4,"2013-08-02 00:00",6.8,"2013-07-09 00:00",5.7,"2013-02-27 00:00","","","","",7.8,7.8,7.4,5.7,4.6,3.3,1.9,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43204",1,30.46198,-91.17922,"WGS84","Propane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,8.995168,49.159256,1803.6,"2013-07-26 00:00",142.8,"2013-07-29 06:00",77,"2013-08-02 03:00",69.4,"2013-07-11 06:00","","","","",35,28.6,19.3,14.4,9.2,5.8,2.6,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43204",3,30.46198,-91.17922,"WGS84","Propane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,9.3375,4.975617,23,"2013-09-25 00:00",19.5,"2013-08-02 00:00",18.5,"2013-02-27 00:00",17.6,"2013-03-11 00:00","","","","",23,23,19.5,17.6,13,7.9,4.5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43205",1,30.46198,-91.17922,"WGS84","Propylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,2.390337,5.698668,146.5,"2013-07-11 06:00",44.6,"2013-09-25 15:00",42.9,"2013-02-27 03:00",38.9,"2013-07-21 00:00","","","","",23.3,16.3,8.4,4.8,2.2,1,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43205",3,30.46198,-91.17922,"WGS84","Propylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,2.66,2.463976,13.5,"2013-09-25 00:00",7.1,"2013-02-27 00:00",7.1,"2013-08-14 00:00",5.9,"2013-03-29 00:00","","","","",13.5,13.5,7.1,5.9,3.1,1.8,0.9,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43206",1,30.46198,-91.17922,"WGS84","Acetylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,1.109004,0.880551,12.9,"2013-02-03 21:00",7.8,"2013-09-06 21:00",7.4,"2013-05-14 03:00",7.4,"2013-05-14 06:00","","","","",4.6,3.8,2.5,2,1.3,0.9,0.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43206",3,30.46198,-91.17922,"WGS84","Acetylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,1.3125,0.567128,2.8,"2013-02-03 00:00",2.4,"2013-01-22 00:00",2.4,"2013-02-15 00:00",2.3,"2013-03-29 00:00","","","","",2.8,2.8,2.4,2.3,1.7,1.3,0.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43212",1,30.46198,-91.17922,"WGS84","n-Butane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,7.374158,18.155019,551.8,"2013-07-26 00:00",178.6,"2013-02-15 09:00",136,"2013-07-29 06:00",107.8,"2013-08-29 06:00","","","","",47,34,21.7,14.1,7.3,4.1,1.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43212",3,30.46198,-91.17922,"WGS84","n-Butane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,9.5975,8.505699,38.7,"2013-02-15 00:00",38.7,"2013-09-25 00:00",28.8,"2013-02-03 00:00",16.8,"2013-03-11 00:00","","","","",38.7,38.7,38.7,16.8,12,6.8,3.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43214",1,30.46198,-91.17922,"WGS84","Isobutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,3.788653,15.348139,545.2,"2013-07-26 00:00",90.5,"2013-07-29 06:00",60,"2013-07-11 06:00",44,"2013-02-27 03:00","","","","",21.4,14.3,9.9,6.9,3.8,2.2,0.9,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43214",3,30.46198,-91.17922,"WGS84","Isobutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,3.9425,2.475717,11.2,"2013-02-15 00:00",11.1,"2013-09-25 00:00",9.8,"2013-02-27 00:00",7.8,"2013-02-03 00:00","","","","",11.2,11.2,11.1,7.8,5.1,3.3,1.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43216",1,30.46198,-91.17922,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",30,0.1097,0.192215,5.1,"2013-06-29 18:00",2,"2013-02-03 21:00",1.2,"2013-08-02 03:00",1.1,"2013-06-27 06:00","","","","",0.7,0.5,0.3,0.2,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43216",3,30.46198,-91.17922,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.1275,0.075064,0.4,"2013-02-03 00:00",0.3,"2013-02-15 00:00",0.3,"2013-09-13 00:00",0.2,"2013-02-27 00:00","","","","",0.4,0.4,0.3,0.2,0.1,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43217",1,30.46198,-91.17922,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",6,0.123594,0.166792,3.6,"2013-06-29 18:00",2.7,"2013-08-09 03:00",1.6,"2013-02-03 21:00",1.1,"2013-09-05 00:00","","","","",0.7,0.4,0.3,0.2,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43217",3,30.46198,-91.17922,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.1325,0.069384,0.4,"2013-02-03 00:00",0.3,"2013-09-25 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43220",1,30.46198,-91.17922,"WGS84","n-Pentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",4,4.474905,7.430887,194.4,"2013-07-26 00:00",69.4,"2013-07-29 06:00",66.1,"2013-08-29 06:00",56.8,"2013-08-30 06:00","","","","",29,19.7,12.4,8.3,5,2.8,1.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43220",3,30.46198,-91.17922,"WGS84","n-Pentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",4,4.828,4.880697,29,"2013-09-25 00:00",11.3,"2013-07-03 00:00",11.2,"2013-02-15 00:00",9.8,"2013-02-03 00:00","","","","",29,29,11.3,9.8,5.9,4.1,1.5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43221",1,30.46198,-91.17922,"WGS84","Isopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,6.686091,12.397613,319.5,"2013-07-26 00:00",126.7,"2013-08-29 06:00",114.8,"2013-08-30 06:00",91.2,"2013-07-29 06:00","","","","",50.7,32.1,20.4,13,7,3.8,1.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43221",3,30.46198,-91.17922,"WGS84","Isopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,6.8925,4.992116,28.8,"2013-09-25 00:00",17.7,"2013-02-15 00:00",16.2,"2013-02-03 00:00",11.7,"2013-08-02 00:00","","","","",28.8,28.8,17.7,11.7,8.2,6.2,2.8,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43224",1,30.46198,-91.17922,"WGS84","1-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,0.302419,0.245037,2.9,"2013-08-29 06:00",2.8,"2013-08-30 06:00",2.2,"2013-06-13 18:00",2.1,"2013-07-24 21:00","","","","",1.3,1,0.7,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43224",3,30.46198,-91.17922,"WGS84","1-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.3,0.139596,0.7,"2013-06-27 00:00",0.6,"2013-02-03 00:00",0.6,"2013-09-25 00:00",0.5,"2013-08-02 00:00","","","","",0.7,0.7,0.6,0.5,0.4,0.3,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43226",1,30.46198,-91.17922,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",4,0.361362,0.520752,5.6,"2013-08-30 06:00",5.3,"2013-08-05 06:00",4.4,"2013-02-03 21:00",4,"2013-06-27 06:00","","","","",3,1.9,1.2,0.7,0.4,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43226",3,30.46198,-91.17922,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.38,0.267179,1.5,"2013-09-25 00:00",1,"2013-02-03 00:00",0.8,"2013-08-02 00:00",0.7,"2013-02-15 00:00","","","","",1.5,1.5,1,0.7,0.5,0.3,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43227",1,30.46198,-91.17922,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",10,0.180637,0.244797,2.7,"2013-08-30 06:00",2.4,"2013-08-05 06:00",2,"2013-02-03 21:00",2,"2013-07-24 21:00","","","","",1.4,0.9,0.6,0.4,0.2,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43227",3,30.46198,-91.17922,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.195,0.143133,0.8,"2013-09-25 00:00",0.5,"2013-02-03 00:00",0.4,"2013-08-02 00:00",0.4,"2013-08-20 00:00","","","","",0.8,0.8,0.5,0.4,0.2,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43230",1,30.46198,-91.17922,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,3.988067,8.408671,111.3,"2013-08-29 21:00",86.9,"2013-08-28 03:00",76.4,"2013-07-26 00:00",72.9,"2013-06-21 00:00","","","","",45.5,29.3,16.1,9,3.6,1.3,0.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43230",3,30.46198,-91.17922,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,4.0725,4.552598,21.9,"2013-06-21 00:00",13.3,"2013-06-03 00:00",12.6,"2013-09-13 00:00",11.2,"2013-08-26 00:00","","","","",21.9,21.9,13.3,11.2,5.5,2.6,0.6,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43231",1,30.46198,-91.17922,"WGS84","n-Hexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,2.63243,4.379499,114.3,"2013-07-26 00:00",33.2,"2013-07-29 06:00",31.1,"2013-07-29 03:00",27.7,"2013-07-28 03:00","","","","",17,12.5,8.6,5.5,3,1.5,0.5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43231",3,30.46198,-91.17922,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,2.9225,2.315332,13.4,"2013-08-26 00:00",6.6,"2013-09-25 00:00",5.9,"2013-07-27 00:00",5.7,"2013-02-15 00:00","","","","",13.4,13.4,6.6,5.7,3.9,2.1,1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43232",1,30.46198,-91.17922,"WGS84","n-Heptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.762665,2.216339,76.7,"2013-07-26 00:00",13.2,"2013-09-27 03:00",9.9,"2013-07-29 06:00",7.7,"2013-07-29 03:00","","","","",3.9,2.8,1.9,1.4,0.8,0.5,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43232",3,30.46198,-91.17922,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.75,0.435596,1.9,"2013-02-03 00:00",1.7,"2013-01-16 00:00",1.7,"2013-02-15 00:00",1.7,"2013-09-25 00:00","","","","",1.9,1.9,1.7,1.7,0.9,0.6,0.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43233",1,30.46198,-91.17922,"WGS84","n-Octane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.553734,1.551626,51.9,"2013-07-26 00:00",11.4,"2013-09-27 03:00",10,"2013-08-09 18:00",5.4,"2013-05-07 18:00","","","","",3.4,2.5,1.5,1,0.5,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43233",3,30.46198,-91.17922,"WGS84","n-Octane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.5425,0.341856,1.6,"2013-01-16 00:00",1.4,"2013-04-04 00:00",1.2,"2013-02-03 00:00",1.1,"2013-02-27 00:00","","","","",1.6,1.6,1.4,1.1,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43235",1,30.46198,-91.17922,"WGS84","n-Nonane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.647365,2.397741,55.6,"2013-05-06 06:00",29.6,"2013-07-26 00:00",28.1,"2013-05-10 21:00",27.6,"2013-05-06 09:00","","","","",6.3,3.1,1.9,1,0.5,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43235",3,30.46198,-91.17922,"WGS84","n-Nonane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.51,0.34179,1.3,"2013-04-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-09-19 00:00",1.1,"2013-02-15 00:00","","","","",1.3,1.3,1.2,1.1,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43238",1,30.46198,-91.17922,"WGS84","n-Decane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.816179,4.409918,105.1,"2013-05-06 06:00",59.3,"2013-05-10 21:00",53.3,"2013-05-06 09:00",50.2,"2013-05-14 12:00","","","","",10.6,4.5,1.7,0.9,0.5,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43238",3,30.46198,-91.17922,"WGS84","n-Decane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.4875,0.333734,1.5,"2013-09-25 00:00",1.3,"2013-09-19 00:00",1.2,"2013-02-15 00:00",1,"2013-01-16 00:00","","","","",1.5,1.5,1.3,1,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43242",1,30.46198,-91.17922,"WGS84","Cyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.397657,0.603708,12.8,"2013-07-26 00:00",4.9,"2013-07-29 06:00",4.8,"2013-08-29 06:00",4.6,"2013-08-29 21:00","","","","",2.9,2,1.3,0.8,0.4,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43242",3,30.46198,-91.17922,"WGS84","Cyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.3975,0.293072,1.4,"2013-09-25 00:00",1.1,"2013-09-13 00:00",1,"2013-06-21 00:00",0.8,"2013-02-15 00:00","","","","",1.4,1.4,1.1,0.8,0.5,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43243",1,30.46198,-91.17922,"WGS84","Isoprene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,3.444294,3.428475,22.8,"2013-07-24 18:00",20.8,"2013-07-28 18:00",20.8,"2013-07-28 21:00",20.4,"2013-07-29 18:00","","","","",15.3,13.1,10.3,7.9,5,2.6,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43243",3,30.46198,-91.17922,"WGS84","Isoprene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,2.2275,2.255135,6.2,"2013-06-03 00:00",6.1,"2013-06-27 00:00",6,"2013-06-21 00:00",6,"2013-08-02 00:00","","","","",6.2,6.2,6.1,6,4.5,1.8,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43244",1,30.46198,-91.17922,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.595095,1.272302,27.9,"2013-07-26 00:00",15.2,"2013-08-29 21:00",13,"2013-08-28 03:00",10.9,"2013-09-13 03:00","","","","",5.6,3.9,1.9,1.3,0.5,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43244",3,30.46198,-91.17922,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.575,0.575905,2.4,"2013-09-13 00:00",2.1,"2013-06-21 00:00",2,"2013-09-25 00:00",1.7,"2013-08-26 00:00","","","","",2.4,2.4,2.1,1.7,0.8,0.4,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43247",1,30.46198,-91.17922,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,0.280531,0.386588,10.7,"2013-07-26 00:00",2.9,"2013-08-29 06:00",2.5,"2013-09-27 03:00",2.2,"2013-08-30 06:00","","","","",1.3,1,0.7,0.6,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43247",3,30.46198,-91.17922,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.2675,0.13085,0.6,"2013-08-02 00:00",0.5,"2013-02-03 00:00",0.5,"2013-02-15 00:00",0.5,"2013-08-20 00:00","","","","",0.6,0.6,0.5,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43248",1,30.46198,-91.17922,"WGS84","Cyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.540996,1.899031,67.3,"2013-07-26 00:00",7.7,"2013-07-29 06:00",7.1,"2013-07-29 03:00",4.5,"2013-08-09 18:00","","","","",2.9,2.1,1.5,1,0.6,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43248",3,30.46198,-91.17922,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.53,0.277535,1.2,"2013-02-15 00:00",1.2,"2013-09-25 00:00",1.1,"2013-08-02 00:00",0.9,"2013-04-04 00:00","","","","",1.2,1.2,1.2,0.9,0.8,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43249",1,30.46198,-91.17922,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,0.741219,1.433457,47,"2013-07-26 00:00",9.4,"2013-09-27 03:00",7.7,"2013-08-29 06:00",6.7,"2013-07-29 06:00","","","","",3.7,2.6,1.8,1.4,0.8,0.5,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43249",3,30.46198,-91.17922,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.74,0.396653,1.6,"2013-02-03 00:00",1.6,"2013-08-02 00:00",1.5,"2013-02-15 00:00",1.5,"2013-09-13 00:00","","","","",1.6,1.6,1.6,1.5,1,0.7,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43250",1,30.46198,-91.17922,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,1.283163,1.622523,28.2,"2013-09-27 03:00",16.8,"2013-07-19 15:00",15.5,"2013-07-26 00:00",13.6,"2013-09-27 00:00","","","","",7.3,5.7,3.6,2.8,1.5,0.8,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43250",3,30.46198,-91.17922,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,1.31,0.818003,4.6,"2013-01-16 00:00",3,"2013-02-03 00:00",2.6,"2013-02-15 00:00",2.3,"2013-09-25 00:00","","","","",4.6,4.6,3,2.3,1.6,1.1,0.6,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43252",1,30.46198,-91.17922,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.495095,0.667211,11.4,"2013-09-27 03:00",6.7,"2013-07-19 15:00",6.1,"2013-06-12 00:00",6,"2013-05-15 00:00","","","","",3.4,2.4,1.4,1,0.6,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43252",3,30.46198,-91.17922,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.505,0.323403,1.9,"2013-01-16 00:00",1,"2013-02-03 00:00",0.9,"2013-06-21 00:00",0.9,"2013-08-02 00:00","","","","",1.9,1.9,1,0.9,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43253",1,30.46198,-91.17922,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",2,0.260183,0.735877,25.3,"2013-07-26 00:00",6.4,"2013-09-27 03:00",3.6,"2013-08-09 18:00",2,"2013-09-27 00:00","","","","",1.3,0.9,0.6,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43253",3,30.46198,-91.17922,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.2475,0.113199,0.6,"2013-02-03 00:00",0.5,"2013-09-25 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-15 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43261",1,30.46198,-91.17922,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",3,0.692178,3.241264,116.5,"2013-07-26 00:00",14,"2013-09-27 03:00",12.8,"2013-08-09 18:00",9.2,"2013-07-29 06:00","","","","",3.9,2.4,1.6,1.1,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43261",3,30.46198,-91.17922,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.5925,0.332348,1.5,"2013-02-15 00:00",1.5,"2013-09-25 00:00",1.2,"2013-02-03 00:00",1.1,"2013-01-16 00:00","","","","",1.5,1.5,1.5,1.1,0.8,0.5,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43262",1,30.46198,-91.17922,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,1.080824,2.070417,59.1,"2013-07-26 00:00",15.5,"2013-07-29 06:00",14.7,"2013-02-15 09:00",14.4,"2013-07-29 03:00","","","","",7.1,5.2,3.4,2.1,1.2,0.6,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43262",3,30.46198,-91.17922,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,1.1075,0.732186,3.7,"2013-02-15 00:00",2.8,"2013-09-25 00:00",2.7,"2013-08-02 00:00",2,"2013-09-13 00:00","","","","",3.7,3.7,2.8,2,1.4,0.9,0.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43263",1,30.46198,-91.17922,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.586823,1.395824,47.6,"2013-07-26 00:00",8,"2013-09-27 03:00",6.5,"2013-07-29 06:00",5.3,"2013-08-29 06:00","","","","",3,2.3,1.5,1.1,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43263",3,30.46198,-91.17922,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.5425,0.269746,1.3,"2013-09-25 00:00",1.1,"2013-02-03 00:00",1.1,"2013-02-15 00:00",0.9,"2013-01-16 00:00","","","","",1.3,1.3,1.1,0.9,0.7,0.5,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43280",1,30.46198,-91.17922,"WGS84","1-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.310981,0.595438,11.8,"2013-06-17 21:00",7.4,"2013-07-04 21:00",5.3,"2013-07-28 03:00",4.4,"2013-08-02 03:00","","","","",3,2,1,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43280",3,30.46198,-91.17922,"WGS84","1-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.3325,0.245354,1.4,"2013-04-16 00:00",0.8,"2013-08-02 00:00",0.7,"2013-04-10 00:00",0.7,"2013-06-21 00:00","","","","",1.4,1.4,0.8,0.7,0.4,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43284",1,30.46198,-91.17922,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,1.742313,3.790183,51.6,"2013-08-29 21:00",40.5,"2013-08-28 03:00",33.7,"2013-07-26 00:00",32.9,"2013-06-21 00:00","","","","",21.2,12.2,7,3.8,1.5,0.6,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43284",3,30.46198,-91.17922,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,1.7575,2.02989,9.8,"2013-06-21 00:00",5.9,"2013-06-03 00:00",5.9,"2013-09-13 00:00",5,"2013-08-26 00:00","","","","",9.8,9.8,5.9,5,2.3,0.9,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43285",1,30.46198,-91.17922,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",74,9.016303,20.390445,276.5,"2013-08-29 21:00",213.5,"2013-08-28 03:00",194.1,"2013-06-21 00:00",180.5,"2013-06-21 03:00","","","","",110.8,70.6,38.4,21.1,7.8,2.6,0.5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43285",3,30.46198,-91.17922,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,9.245,11.651674,58.1,"2013-06-21 00:00",34.4,"2013-06-03 00:00",30.5,"2013-09-13 00:00",27.1,"2013-08-26 00:00","","","","",58.1,58.1,34.4,27.1,12.3,5.2,1.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43291",1,30.46198,-91.17922,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.38243,0.50268,14.4,"2013-07-26 00:00",5,"2013-09-27 03:00",3.2,"2013-08-29 06:00",2.9,"2013-09-27 00:00","","","","",1.7,1.3,0.9,0.7,0.4,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43291",3,30.46198,-91.17922,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.3525,0.166391,0.9,"2013-02-03 00:00",0.7,"2013-09-25 00:00",0.6,"2013-02-15 00:00",0.6,"2013-08-08 00:00","","","","",0.9,0.9,0.7,0.6,0.4,0.3,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43954",1,30.46198,-91.17922,"WGS84","n-Undecane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.516398,2.050136,38.6,"2013-05-06 06:00",29.4,"2013-05-22 09:00",28.2,"2013-05-14 12:00",27.6,"2013-05-10 21:00","","","","",6.7,3.1,1.1,0.6,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43954",3,30.46198,-91.17922,"WGS84","n-Undecane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.3925,0.267359,1.3,"2013-09-25 00:00",1.1,"2013-02-15 00:00",0.8,"2013-08-26 00:00",0.8,"2013-09-19 00:00","","","","",1.3,1.3,1.1,0.8,0.5,0.3,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43960",1,30.46198,-91.17922,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,0.306153,0.83891,28.6,"2013-07-26 00:00",7.3,"2013-09-27 03:00",3.7,"2013-08-09 18:00",2.8,"2013-07-29 06:00","","","","",1.6,1.1,0.8,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","43960",3,30.46198,-91.17922,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.3,0.160128,0.7,"2013-01-16 00:00",0.7,"2013-02-15 00:00",0.6,"2013-02-03 00:00",0.6,"2013-04-04 00:00","","","","",0.7,0.7,0.7,0.6,0.4,0.3,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","44201",1,30.46198,-91.17922,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8629,100,365,365,0,131,0,0,"Requested but not yet concurred",599,0.041107,0.013132,0.088,"2013-10-09 13:00",0.08,"2013-06-15 14:00",0.08,"2013-08-29 11:00",0.079,"2013-05-08 11:00","","","","",0.079,0.069,0.063,0.058,0.05,0.04,0.025,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-02" +"22","033","0009","44201",1,30.46198,-91.17922,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8740,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.035533,0.011553,0.07,"2013-09-26 10:00",0.068,"2013-05-14 09:00",0.068,"2013-06-15 09:00",0.066,"2013-05-08 09:00","","","","",0.066,0.061,0.055,0.05,0.044,0.034,0.021,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-02" +"22","033","0009","44201",1,30.46198,-91.17922,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8740,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.035533,0.011553,0.07,"2013-09-26 10:00",0.068,"2013-05-14 09:00",0.068,"2013-06-15 09:00",0.066,"2013-05-08 09:00","","","","",0.066,0.061,0.055,0.05,0.044,0.034,0.021,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-02" +"22","033","0009","45109",3,30.46198,-91.17922,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,1.2875,0.579207,2.6,"2013-02-03 00:00",2.5,"2013-02-15 00:00",2.3,"2013-08-20 00:00",2.2,"2013-08-02 00:00","","","","",2.6,2.6,2.5,2.2,1.7,1.1,0.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45109",4,30.46198,-91.17922,"WGS84","m/p Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,1.586896,2.961684,56,"2013-05-06 06:00",50.7,"2013-07-26 00:00",29.2,"2013-09-27 03:00",27.8,"2013-05-06 09:00","","","","",11,7,4.3,3,1.7,0.9,0.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45201",1,30.46198,-91.17922,"WGS84","Benzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,1.513324,1.128706,15.2,"2013-05-06 18:00",11.3,"2013-07-28 15:00",10.6,"2013-07-26 00:00",10.1,"2013-09-04 15:00","","","","",6.4,4.4,3.3,2.5,1.8,1.3,0.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45201",3,30.46198,-91.17922,"WGS84","Benzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,1.5325,0.504029,2.7,"2013-02-03 00:00",2.4,"2013-02-15 00:00",2.4,"2013-09-13 00:00",2.4,"2013-09-25 00:00","","","","",2.7,2.7,2.4,2.4,2,1.4,1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45202",1,30.46198,-91.17922,"WGS84","Toluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,2.674085,3.579105,73.8,"2013-07-26 00:00",53.3,"2013-09-27 03:00",33.7,"2013-08-09 18:00",30.7,"2013-02-03 00:00","","","","",13.5,10.3,6.7,5.2,3.1,1.8,0.8,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45202",3,30.46198,-91.17922,"WGS84","Toluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,2.5725,1.316559,7.2,"2013-02-03 00:00",5.6,"2013-06-03 00:00",4.8,"2013-08-02 00:00",4.3,"2013-02-15 00:00","","","","",7.2,7.2,5.6,4.3,3.2,2.3,1.4,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45203",1,30.46198,-91.17922,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.525183,0.682268,12.5,"2013-05-06 06:00",8.1,"2013-09-27 03:00",6.5,"2013-05-06 00:00",6.4,"2013-05-06 09:00","","","","",3.2,2.2,1.3,1,0.6,0.3,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45203",3,30.46198,-91.17922,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.4875,0.215058,1.2,"2013-02-27 00:00",0.9,"2013-08-02 00:00",0.8,"2013-02-15 00:00",0.8,"2013-08-20 00:00","","","","",1.2,1.2,0.9,0.8,0.6,0.5,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45204",1,30.46198,-91.17922,"WGS84","o-Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.596413,0.957168,20.7,"2013-05-06 06:00",10.3,"2013-05-06 09:00",10,"2013-09-27 03:00",9.9,"2013-05-06 00:00","","","","",3.5,2.6,1.7,1.1,0.7,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45204",3,30.46198,-91.17922,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.52,0.253387,1.2,"2013-02-15 00:00",0.9,"2013-02-03 00:00",0.9,"2013-04-04 00:00",0.9,"2013-06-03 00:00","","","","",1.2,1.2,0.9,0.9,0.7,0.5,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45207",1,30.46198,-91.17922,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",15,0.312134,1.302543,37.4,"2013-05-06 06:00",18.6,"2013-05-06 09:00",16.4,"2013-05-06 00:00",11.4,"2013-05-10 21:00","","","","",1.7,1.2,0.7,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45207",3,30.46198,-91.17922,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.255,0.139505,0.6,"2013-02-15 00:00",0.6,"2013-09-25 00:00",0.5,"2013-02-03 00:00",0.5,"2013-09-19 00:00","","","","",0.6,0.6,0.6,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45208",1,30.46198,-91.17922,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",4,0.622709,1.589658,44.7,"2013-05-06 06:00",22.3,"2013-05-06 09:00",20.3,"2013-05-06 00:00",10.2,"2013-05-10 21:00","","","","",3.9,2.8,1.6,1.1,0.7,0.4,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45208",3,30.46198,-91.17922,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.54,0.262922,1.2,"2013-02-15 00:00",1.2,"2013-09-25 00:00",1.1,"2013-02-03 00:00",0.9,"2013-08-02 00:00","","","","",1.2,1.2,1.2,0.9,0.7,0.5,0.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45209",1,30.46198,-91.17922,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",81,0.153078,0.41674,12.1,"2013-05-06 06:00",6.1,"2013-05-06 09:00",5.5,"2013-05-06 00:00",1.8,"2013-05-14 12:00","","","","",0.8,0.5,0.4,0.2,0.2,0.1,0.005,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45209",3,30.46198,-91.17922,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",1,0.152625,0.081374,0.4,"2013-02-15 00:00",0.3,"2013-04-04 00:00",0.3,"2013-05-28 00:00",0.3,"2013-08-02 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45210",1,30.46198,-91.17922,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.115666,0.269805,3.7,"2013-05-04 06:00",3.4,"2013-08-02 21:00",3,"2013-08-09 00:00",2.6,"2013-05-06 06:00","","","","",1.4,0.8,0.4,0.2,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45210",3,30.46198,-91.17922,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.1225,0.112061,0.5,"2013-08-02 00:00",0.4,"2013-03-29 00:00",0.4,"2013-05-16 00:00",0.3,"2013-07-09 00:00","","","","",0.5,0.5,0.4,0.3,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45211",1,30.46198,-91.17922,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",3,0.190128,0.37176,10.6,"2013-05-06 06:00",5.4,"2013-05-06 09:00",4.9,"2013-05-06 00:00",1.5,"2013-09-27 03:00","","","","",0.9,0.7,0.4,0.3,0.2,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45211",3,30.46198,-91.17922,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.1725,0.090547,0.4,"2013-02-15 00:00",0.4,"2013-08-02 00:00",0.3,"2013-02-03 00:00",0.3,"2013-06-21 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45212",1,30.46198,-91.17922,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.477745,0.991836,28,"2013-05-06 06:00",14.2,"2013-05-06 09:00",12.8,"2013-05-06 00:00",4.8,"2013-09-27 03:00","","","","",2.2,1.8,1.1,0.9,0.6,0.3,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45212",3,30.46198,-91.17922,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.4275,0.208766,0.9,"2013-02-15 00:00",0.9,"2013-06-27 00:00",0.8,"2013-02-03 00:00",0.7,"2013-06-21 00:00","","","","",0.9,0.9,0.9,0.7,0.6,0.4,0.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45213",1,30.46198,-91.17922,"WGS84","p-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",1,0.319111,0.955466,26.9,"2013-05-06 06:00",13.5,"2013-05-06 09:00",12,"2013-05-06 00:00",6.7,"2013-05-10 21:00","","","","",2.2,1.2,0.7,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45213",3,30.46198,-91.17922,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.27,0.13625,0.6,"2013-02-03 00:00",0.6,"2013-02-15 00:00",0.5,"2013-04-04 00:00",0.5,"2013-09-19 00:00","","","","",0.6,0.6,0.6,0.5,0.3,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45218",1,30.46198,-91.17922,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",88,0.094319,0.094965,1,"2013-07-18 21:00",0.9,"2013-05-14 12:00",0.7,"2013-02-03 00:00",0.7,"2013-02-27 03:00","","","","",0.5,0.4,0.2,0.2,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45218",3,30.46198,-91.17922,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.11,0.074421,0.3,"2013-02-27 00:00",0.3,"2013-06-09 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45219",1,30.46198,-91.17922,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",62,0.09664,0.11171,2.4,"2013-05-10 21:00",1.1,"2013-05-22 09:00",1,"2013-05-14 12:00",1,"2013-07-18 21:00","","","","",0.4,0.3,0.2,0.2,0.1,0.1,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45219",3,30.46198,-91.17922,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.12,0.082275,0.5,"2013-08-02 00:00",0.3,"2013-03-05 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-15 00:00","","","","",0.5,0.5,0.3,0.2,0.1,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45220",1,30.46198,-91.17922,"WGS84","Styrene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",0,0.223206,0.297947,3.6,"2013-07-28 03:00",3.5,"2013-05-06 06:00",3.1,"2013-02-15 09:00",3.1,"2013-06-24 06:00","","","","",1.4,1.1,0.6,0.4,0.2,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45220",3,30.46198,-91.17922,"WGS84","Styrene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",0,0.215,0.123101,0.6,"2013-08-02 00:00",0.6,"2013-08-08 00:00",0.4,"2013-02-15 00:00",0.4,"2013-06-03 00:00","","","","",0.6,0.6,0.6,0.4,0.2,0.2,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45225",1,30.46198,-91.17922,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",1366,100,121,138,0,0,"","","Certification not required",64,0.183909,0.313961,7.8,"2013-05-06 06:00",4,"2013-05-06 09:00",3.5,"2013-05-06 00:00",2.6,"2013-05-22 09:00","","","","",1.1,0.7,0.5,0.3,0.2,0.1,0.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","45225",3,30.46198,-91.17922,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",40,11,40,365,0,3,"","","Certification not required",7,0.153375,0.109687,0.4,"2013-02-03 00:00",0.4,"2013-09-25 00:00",0.3,"2013-04-04 00:00",0.3,"2013-06-21 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.2,0.005,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-19" +"22","033","0009","61103",1,30.46198,-91.17922,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8727,100,363,365,0,33,"","","Certification not required",0,3.692907,1.99997,26.1,"2013-01-14 17:00",13.9,"2013-12-10 07:00",12.2,"2013-03-24 13:00",12.2,"2013-11-26 06:00","","","","",9.6,8.7,6.9,6.1,5.2,3.5,1.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","61104",1,30.46198,-91.17922,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8727,100,363,365,0,33,"","","Certification not required",0,157.979489,90.180413,360,"2013-01-02 03:00",360,"2013-03-31 05:00",360,"2013-10-08 17:00",359,"2013-01-14 14:00","","","","",349,336,316,299,229,138,46,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","61301",1,30.46198,-91.17922,"WGS84","Mixing Height","1 HOUR","","Observed Values","Instrumental - ACOUSTIC SOUNDER",2013,"Meters","No Events",7928,91,319,365,0,832,"","","Certification not required",0,480.132064,454.101422,3402,"2013-10-12 22:00",2760,"2013-08-05 18:00",2611,"2013-08-13 21:00",2562,"2013-07-04 17:00","","","","",1973,1755,1447,1168,670,313,102,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-23" +"22","033","0009","62101",1,30.46198,-91.17922,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",0,68.151422,14.283517,96,"2013-06-14 14:00",95,"2013-06-14 15:00",95,"2013-06-15 15:00",95,"2013-07-12 14:00","","","","",92,91,89,86,79,71,47,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","62201",1,30.46198,-91.17922,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8735,100,364,365,0,25,"","","Certification not required",0,78.653578,19.117607,100,"2013-01-24 02:00",100,"2013-01-24 03:00",100,"2013-01-24 07:00",100,"2013-01-25 22:00","","","","",100,99,99,99,96,84,51,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","63301",1,30.46198,-91.17922,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8751,100,365,365,0,9,"","","Certification not required",4333,0.266051,0.383829,1.44,"2013-07-20 12:00",1.41,"2013-04-05 11:00",1.41,"2013-04-13 12:00",1.41,"2013-04-20 12:00","","","","",1.31,1.25,1.11,0.94,0.46,0.01,0.005,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","63302",1,30.46198,-91.17922,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",8751,100,133,61,0,9,"","","Certification not required",5445,0.015862,0.017567,0.08,"2013-07-08 12:00",0.08,"2013-08-21 11:00",0.07,"2013-04-05 11:00",0.07,"2013-04-06 12:00","","","","",0.07,0.06,0.06,0.05,0.02,0.005,0.005,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","64101",1,30.46198,-91.17922,"WGS84","Barometric pressure","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Millibars","No Events",8752,100,365,365,0,8,"","","Certification not required",0,1010.183958,5.290313,1027,"2013-11-13 07:00",1027,"2013-11-13 08:00",1027,"2013-11-13 09:00",1027,"2013-12-24 08:00","","","","",1024,1022,1020,1018,1013,1009,1004,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","65102",1,30.46198,-91.17922,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8759,100,365,365,0,1,"","","Certification not required",0,0.007896,0.064722,2.27,"2013-09-21 01:00",2.06,"2013-04-24 08:00",1.54,"2013-05-22 04:00",1.47,"2013-05-10 04:00","","","","",0.25,0.11,0.01,0,0,0,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-01-27" +"22","033","0009","68103",5,30.46198,-91.17922,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",95,78,95,122,0,11,"","","Certification not required",0,16.504211,7.394304,26.1,"2013-08-08 00:00",25.5,"2013-06-24 00:00",25.4,"2013-06-12 00:00",25.3,"2013-07-30 00:00","","","","",26.1,25.5,25.2,24.1,23.2,18,5.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","68104",5,30.46198,-91.17922,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",95,78,95,122,0,11,"","","Certification not required",0,27.288421,7.375518,37.7,"2013-06-15 00:00",37.3,"2013-08-08 00:00",37,"2013-07-12 00:00",36.6,"2013-08-02 00:00","","","","",37.7,37.3,36.4,35.8,33.5,28.3,17.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","68105",1,30.46198,-91.17922,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",278,100,48,61,0,0,"","","Certification not required",0,23.344245,6.791279,33.1,"2013-08-08 00:00",32.5,"2013-08-07 00:00",32.3,"2013-08-03 00:00",32.3,"2013-08-06 00:00","","","","",32.3,32.1,31.6,30.7,28.8,25.6,12.8,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-11-26" +"22","033","0009","68105",2,30.46198,-91.17922,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",26,43,25,61,0,0,"","","Certification not required",0,22.142308,7.272588,32,"2013-08-08 00:00",30.7,"2013-09-01 00:00",30.5,"2013-07-23 00:00",29.8,"2013-09-13 00:00","","","","",32,32,30.7,30.5,27.8,24.9,14.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-11-25" +"22","033","0009","68105",5,30.46198,-91.17922,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",95,78,95,122,0,11,"","","Certification not required",0,21.307368,6.975691,31.2,"2013-08-08 00:00",30.7,"2013-06-27 00:00",30.2,"2013-07-30 00:00",30,"2013-06-12 00:00","","","","",31.2,30.7,29.9,29.2,27.1,22.3,10.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","68106",5,30.46198,-91.17922,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,77,94,122,0,12,"","","Certification not required",0,754.787234,3.473006,765,"2013-11-12 00:00",764,"2013-01-04 00:00",763,"2013-03-14 00:00",761,"2013-01-19 00:00","","","","",765,764,761,759,757,755,751,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","68107",5,30.46198,-91.17922,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,11,"","","Certification not required",0,758.642105,3.500504,769,"2013-11-12 00:00",768,"2013-01-04 00:00",767,"2013-03-14 00:00",766,"2013-03-26 00:00","","","","",769,768,765,764,761,758,755,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","68108",1,30.46198,-91.17922,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",278,100,48,61,0,0,"","","Certification not required",0,759.701439,3.289969,770,"2013-01-18 00:00",769,"2013-01-04 00:00",768,"2013-03-14 00:00",768,"2013-03-26 00:00","","","","",768,767,766,764,761,759,756,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-11-26" +"22","033","0009","68108",2,30.46198,-91.17922,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",26,43,25,61,0,0,"","","Certification not required",0,760.307692,3.295685,770,"2013-01-04 00:00",766,"2013-03-29 00:00",764,"2013-01-16 00:00",764,"2013-01-28 00:00","","","","",770,770,766,764,762,760,757,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-11-25" +"22","033","0009","68108",5,30.46198,-91.17922,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,11,"","","Certification not required",0,756.357895,3.401864,766,"2013-11-12 00:00",765,"2013-01-04 00:00",765,"2013-03-14 00:00",764,"2013-03-26 00:00","","","","",766,765,763,761,758,756,752,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","81102",1,30.46198,-91.17922,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8507,97,354,365,0,253,"","","Certification not required",33,23.209592,12.895633,198,"2013-11-12 13:00",154,"2013-08-08 05:00",150,"2013-11-12 12:00",144,"2013-08-08 06:00","","","","",69,59,46,38,28,21,11,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","81102",1,30.46198,-91.17922,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,22.759887,9.18932,81,"2013-08-08 00:00",68,"2013-06-11 00:00",54,"2013-08-07 00:00",52,"2013-08-29 00:00","","","","",52,46,39,34,27,21,13,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","85101",1,30.46198,-91.17922,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8512,97,354,365,0,248,"","","Certification not required",33,23.483553,12.914893,203,"2013-11-12 13:00",152,"2013-08-08 05:00",152,"2013-11-12 12:00",142,"2013-08-08 06:00","","","","",69,60,47,39,28,21,11,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","86101",1,30.46198,-91.17922,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",8466,97,351,365,0,294,"","","Certification not required",0,13.448618,9.7279,179,"2013-11-12 13:00",135,"2013-11-12 12:00",119,"2013-08-08 05:00",110,"2013-03-26 09:00","","","","",52,40,29,23,17,12,5,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","88101",1,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,11,0,0,"Certification not required",0,8.299237,4.125567,28.9,"2013-03-07 00:00",25.7,"2013-08-30 00:00",25.1,"2013-03-08 00:00",24.5,"2013-08-29 00:00","","","","",25.1,20.7,15.3,13.1,10.2,7.5,4.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-12" +"22","033","0009","88101",1,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,11,"","","Certification not required",0,8.299237,4.125567,28.9,"2013-03-07 00:00",25.7,"2013-08-30 00:00",25.1,"2013-03-08 00:00",24.5,"2013-08-29 00:00","","","","",25.1,20.7,15.3,13.1,10.2,7.5,4.2,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-12" +"22","033","0009","88101",2,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",26,74,23,31,0,0,0,0,"Certification not required",0,9.015385,3.968042,19.7,"2013-08-08 00:00",14.2,"2013-09-13 00:00",13.8,"2013-07-03 00:00",12.4,"2013-06-21 00:00","","","","",19.7,19.7,14.2,13.8,12.1,8.8,6.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-12" +"22","033","0009","88101",2,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",26,74,23,31,0,0,"","","Certification not required",0,9.015385,3.968042,19.7,"2013-08-08 00:00",14.2,"2013-09-13 00:00",13.8,"2013-07-03 00:00",12.4,"2013-06-21 00:00","","","","",19.7,19.7,14.2,13.8,12.1,8.8,6.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2013-12-12" +"22","033","0009","88101",3,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8571,98,363,365,0,189,"","","Certification not required",0,9.96662,6.983622,73.8,"2013-12-17 14:00",59.8,"2013-01-01 02:00",56.6,"2013-01-01 01:00",52.7,"2013-12-01 09:00","","","","",34,28.5,22.3,18.8,12.9,8.9,2.7,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","88101",3,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,9.906461,5.051324,30.7,"2013-03-08 00:00",29.9,"2013-08-29 00:00",29.1,"2013-08-30 00:00",28.6,"2013-12-01 00:00","","","","",28.6,24.9,18.7,15.7,12.4,9.5,4.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","88101",3,30.46198,-91.17922,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,9.906461,5.051324,30.7,"2013-03-08 00:00",29.9,"2013-08-29 00:00",29.1,"2013-08-30 00:00",28.6,"2013-12-01 00:00","","","","",28.6,24.9,18.7,15.7,12.4,9.5,4.1,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-19" +"22","033","0009","88102",5,30.46198,-91.17922,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",86,0.020979,0.009999,0.072,"2013-01-07 00:00",0.067,"2013-08-20 00:00",0.054,"2013-09-04 00:00",0.047,"2013-10-19 00:00","","","","",0.072,0.067,0.037,0.026,0.021,0.0195,0.0135,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88103",5,30.46198,-91.17922,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.000574,0.000933,0.005,"2013-11-09 00:00",0.003,"2013-03-20 00:00",0.003,"2013-08-29 00:00",0.003,"2013-10-10 00:00","","","","",0.005,0.003,0.002,0.002,0.001,0,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88104",5,30.46198,-91.17922,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",27,0.083989,0.173781,1.19,"2013-08-08 00:00",0.803,"2013-07-24 00:00",0.669,"2013-07-30 00:00",0.516,"2013-06-12 00:00","","","","",1.19,0.803,0.49,0.15,0.063,0.036,0.0065,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88107",5,30.46198,-91.17922,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",91,0.007945,0.00791,0.032,"2013-01-01 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00","","","","",0.032,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88109",5,30.46198,-91.17922,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",21,0.003849,0.003735,0.0271,"2013-04-04 00:00",0.0141,"2013-01-16 00:00",0.0133,"2013-03-20 00:00",0.0125,"2013-01-13 00:00","","","","",0.0271,0.0141,0.0095,0.0078,0.0049,0.0029,0.0009,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88110",5,30.46198,-91.17922,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.001128,0.002756,0.014,"2013-05-25 00:00",0.013,"2013-03-29 00:00",0.012,"2013-11-12 00:00",0.007,"2013-05-19 00:00","","","","",0.014,0.013,0.007,0.005,0,0,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88111",5,30.46198,-91.17922,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",7,0.061521,0.063509,0.428,"2013-08-08 00:00",0.27,"2013-06-27 00:00",0.202,"2013-07-24 00:00",0.19,"2013-07-30 00:00","","","","",0.428,0.27,0.177,0.133,0.0793,0.0436,0.0127,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88112",5,30.46198,-91.17922,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.009011,0.0261,0.157,"2013-09-22 00:00",0.155,"2013-09-25 00:00",0.095,"2013-10-10 00:00",0.092,"2013-09-19 00:00","","","","",0.157,0.155,0.04,0.012,0.005,0.002,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88113",5,30.46198,-91.17922,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",86,0.00081,0.000502,0.0042,"2013-08-08 00:00",0.0026,"2013-01-31 00:00",0.0023,"2013-07-30 00:00",0.0022,"2013-06-12 00:00","","","","",0.0042,0.0026,0.0018,0.001,0.0007,0.0007,0.00055,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88114",5,30.46198,-91.17922,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",59,0.00194,0.002752,0.0256,"2013-01-01 00:00",0.0081,"2013-01-19 00:00",0.005,"2013-08-29 00:00",0.0046,"2013-02-09 00:00","","","","",0.0256,0.0081,0.0043,0.0035,0.0021,0.00125,0.0008,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88115",5,30.46198,-91.17922,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",30,0.048927,0.10813,0.765,"2013-04-10 00:00",0.393,"2013-04-16 00:00",0.388,"2013-01-13 00:00",0.341,"2013-03-05 00:00","","","","",0.765,0.393,0.272,0.117,0.0373,0.0109,0.0039,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88117",5,30.46198,-91.17922,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.007691,0.011572,0.043,"2013-02-18 00:00",0.043,"2013-02-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-19 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88118",5,30.46198,-91.17922,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",93,0.009374,0.006619,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-19 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88126",5,30.46198,-91.17922,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",1,0.084181,0.10488,0.791,"2013-08-08 00:00",0.444,"2013-07-30 00:00",0.427,"2013-07-24 00:00",0.323,"2013-06-27 00:00","","","","",0.791,0.444,0.292,0.153,0.0802,0.0568,0.0288,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88128",5,30.46198,-91.17922,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.000691,0.001287,0.006,"2013-01-07 00:00",0.005,"2013-01-01 00:00",0.005,"2013-07-30 00:00",0.004,"2013-03-20 00:00","","","","",0.006,0.005,0.004,0.002,0.001,0,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88131",5,30.46198,-91.17922,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",91,0.010106,0.004416,0.033,"2013-03-14 00:00",0.022,"2013-10-22 00:00",0.022,"2013-11-09 00:00",0.0165,"2013-01-25 00:00","","","","",0.033,0.022,0.0165,0.0165,0.011,0.008,0.007,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88132",5,30.46198,-91.17922,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.001819,0.001866,0.011,"2013-08-08 00:00",0.008,"2013-07-24 00:00",0.005,"2013-03-20 00:00",0.005,"2013-07-27 00:00","","","","",0.011,0.008,0.005,0.004,0.003,0.002,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88136",5,30.46198,-91.17922,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.001277,0.001548,0.008,"2013-08-29 00:00",0.007,"2013-09-25 00:00",0.005,"2013-02-09 00:00",0.005,"2013-05-19 00:00","","","","",0.008,0.007,0.005,0.003,0.002,0.001,0,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88140",5,30.46198,-91.17922,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",68,0.020766,0.038058,0.231,"2013-09-13 00:00",0.211,"2013-08-08 00:00",0.124,"2013-03-11 00:00",0.12,"2013-01-01 00:00","","","","",0.231,0.211,0.115,0.041,0.017,0.009,0.00475,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88152",5,30.46198,-91.17922,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.005635,0.001649,0.008,"2013-01-13 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-11 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88154",5,30.46198,-91.17922,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",92,0.001059,0.000317,0.0027,"2013-10-28 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0027,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88160",5,30.46198,-91.17922,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",91,0.01283,0.004644,0.033,"2013-05-01 00:00",0.028,"2013-08-26 00:00",0.027,"2013-06-09 00:00",0.018,"2013-01-25 00:00","","","","",0.033,0.028,0.018,0.018,0.016,0.01,0.01,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88161",5,30.46198,-91.17922,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",74,0.005559,0.010106,0.062,"2013-08-08 00:00",0.0482,"2013-07-24 00:00",0.047,"2013-07-30 00:00",0.0398,"2013-06-27 00:00","","","","",0.062,0.0482,0.0297,0.0091,0.00265,0.0025,0.0021,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88164",5,30.46198,-91.17922,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",80,0.002065,0.001265,0.0072,"2013-03-05 00:00",0.0062,"2013-07-24 00:00",0.0061,"2013-09-25 00:00",0.006,"2013-10-22 00:00","","","","",0.0072,0.0062,0.0057,0.0037,0.0019,0.0016,0.0015,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88165",5,30.46198,-91.17922,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",2,0.174497,0.352214,2.65,"2013-08-08 00:00",1.47,"2013-07-30 00:00",1.26,"2013-07-24 00:00",1.06,"2013-06-27 00:00","","","","",2.65,1.47,0.887,0.301,0.139,0.079,0.029,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88166",5,30.46198,-91.17922,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",93,0.008014,0.004688,0.019,"2013-08-02 00:00",0.019,"2013-08-20 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88167",5,30.46198,-91.17922,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",22,0.006091,0.004498,0.0195,"2013-03-08 00:00",0.0183,"2013-05-07 00:00",0.0173,"2013-03-20 00:00",0.0164,"2013-01-31 00:00","","","","",0.0195,0.0183,0.016,0.013,0.0081,0.0052,0.0013,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88168",5,30.46198,-91.17922,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",88,0.001638,0.00226,0.0212,"2013-01-01 00:00",0.0075,"2013-02-27 00:00",0.0049,"2013-06-06 00:00",0.0049,"2013-08-08 00:00","","","","",0.0212,0.0075,0.0047,0.00175,0.00155,0.00115,0.00085,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88169",5,30.46198,-91.17922,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",1,0.734291,0.411831,2.44,"2013-08-29 00:00",1.7,"2013-09-10 00:00",1.68,"2013-08-02 00:00",1.63,"2013-10-10 00:00","","","","",2.44,1.7,1.59,1.37,0.94,0.63,0.37,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88176",5,30.46198,-91.17922,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",92,0.001001,0.000255,0.0022,"2013-03-23 00:00",0.0016,"2013-08-08 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00","","","","",0.0022,0.0016,0.0013,0.0013,0.0013,0.001,0.0007,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88180",5,30.46198,-91.17922,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",3,0.06848,0.119361,1.13,"2013-01-01 00:00",0.322,"2013-08-08 00:00",0.183,"2013-07-24 00:00",0.171,"2013-07-30 00:00","","","","",1.13,0.322,0.153,0.114,0.0727,0.0437,0.023,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88184",5,30.46198,-91.17922,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",37,0.112394,0.146521,0.885,"2013-04-10 00:00",0.69,"2013-04-16 00:00",0.515,"2013-02-21 00:00",0.446,"2013-01-13 00:00","","","","",0.885,0.69,0.408,0.255,0.133,0.058,0.0155,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88185",5,30.46198,-91.17922,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",87,0.003758,0.003887,0.0169,"2013-03-08 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00","","","","",0.0169,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88301",5,30.46198,-91.17922,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,13,"","","Certification not required",3,0.40874,0.382364,1.88,"2013-03-08 00:00",1.43,"2013-08-29 00:00",1.38,"2013-10-10 00:00",1.34,"2013-03-20 00:00","","","","",1.88,1.43,1.3,0.928,0.567,0.315,0.0517,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88302",5,30.46198,-91.17922,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,13,"","","Certification not required",2,0.146983,0.165609,0.958,"2013-04-10 00:00",0.787,"2013-04-16 00:00",0.56,"2013-05-19 00:00",0.524,"2013-01-13 00:00","","","","",0.958,0.787,0.469,0.362,0.19,0.08,0.024,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88303",5,30.46198,-91.17922,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,13,"","","Certification not required",26,0.048496,0.111303,1.08,"2013-01-01 00:00",0.123,"2013-06-30 00:00",0.104,"2013-05-19 00:00",0.0958,"2013-10-22 00:00","","","","",1.08,0.123,0.0924,0.081,0.05,0.032,0.0115,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88306",5,30.46198,-91.17922,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,13,"","","Certification not required",1,0.539333,0.425924,2.33,"2013-01-19 00:00",2.31,"2013-03-08 00:00",1.8,"2013-03-29 00:00",1.69,"2013-10-28 00:00","","","","",2.33,2.31,1.53,0.897,0.612,0.419,0.224,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88355",5,30.46198,-91.17922,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",0,2.203179,1.286708,8.71,"2013-03-08 00:00",7.11,"2013-08-29 00:00",4.78,"2013-07-03 00:00",4.49,"2013-01-19 00:00","","","","",8.71,7.11,4.41,3.57,2.86,1.89,1.05,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88357",5,30.46198,-91.17922,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",1,0.315653,0.150199,0.83,"2013-03-08 00:00",0.751,"2013-01-19 00:00",0.681,"2013-08-29 00:00",0.67,"2013-10-16 00:00","","","","",0.83,0.751,0.61,0.537,0.386,0.281,0.171,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88370",5,30.46198,-91.17922,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",0,1.977253,1.109651,7.46,"2013-03-08 00:00",6.41,"2013-08-29 00:00",4.39,"2013-07-03 00:00",3.85,"2013-10-10 00:00","","","","",7.46,6.41,3.74,3.12,2.6,1.71,0.945,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88374",5,30.46198,-91.17922,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",3,0.142916,0.185016,1.28,"2013-08-29 00:00",0.843,"2013-03-08 00:00",0.589,"2013-09-10 00:00",0.545,"2013-07-03 00:00","","","","",1.28,0.843,0.447,0.348,0.173,0.088,0.017,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88375",5,30.46198,-91.17922,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",0,0.553032,0.274041,1.64,"2013-03-08 00:00",1.49,"2013-08-29 00:00",1.08,"2013-10-10 00:00",1.08,"2013-10-22 00:00","","","","",1.64,1.49,1.04,0.885,0.709,0.468,0.289,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88376",5,30.46198,-91.17922,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",0,0.560926,0.305743,2.23,"2013-03-08 00:00",1.55,"2013-08-29 00:00",1.17,"2013-07-03 00:00",1.16,"2013-11-09 00:00","","","","",2.23,1.55,1.12,0.834,0.725,0.482,0.265,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88377",5,30.46198,-91.17922,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",1,0.378947,0.220379,1.39,"2013-03-08 00:00",1.17,"2013-08-29 00:00",0.884,"2013-01-19 00:00",0.862,"2013-08-02 00:00","","","","",1.39,1.17,0.848,0.613,0.482,0.327,0.175,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88378",5,30.46198,-91.17922,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",2,0.341495,0.227922,1.35,"2013-03-08 00:00",1.11,"2013-07-03 00:00",0.919,"2013-08-29 00:00",0.801,"2013-10-10 00:00","","","","",1.35,1.11,0.761,0.622,0.442,0.287,0.109,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88380",5,30.46198,-91.17922,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",1,0.541516,0.314841,2.08,"2013-03-08 00:00",1.59,"2013-01-19 00:00",1.38,"2013-08-29 00:00",1.15,"2013-09-04 00:00","","","","",2.08,1.59,1.11,0.923,0.638,0.445,0.251,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88383",5,30.46198,-91.17922,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",1,0.820368,0.470939,3.36,"2013-03-08 00:00",2.21,"2013-08-29 00:00",1.81,"2013-09-04 00:00",1.78,"2013-01-19 00:00","","","","",3.36,2.21,1.68,1.27,1.03,0.698,0.389,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88384",5,30.46198,-91.17922,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",1,0.0622,0.030003,0.163,"2013-08-08 00:00",0.149,"2013-05-13 00:00",0.137,"2013-06-24 00:00",0.126,"2013-03-20 00:00","","","","",0.163,0.149,0.123,0.101,0.0783,0.0565,0.0267,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88385",5,30.46198,-91.17922,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",90,0.001197,0.000976,0.00777,"2013-10-16 00:00",0.00682,"2013-09-07 00:00",0.00348,"2013-06-06 00:00",0.00337,"2013-08-29 00:00","","","","",0.00777,0.00682,0.00232,0.001,0.001,0.001,0.001,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88388",5,30.46198,-91.17922,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",1,0.567263,0.385904,2.6,"2013-03-08 00:00",1.61,"2013-08-29 00:00",1.49,"2013-07-03 00:00",1.37,"2013-10-10 00:00","","","","",2.6,1.61,1.33,1,0.725,0.487,0.177,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88403",5,30.46198,-91.17922,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,13,"","","Certification not required",0,1.782502,1.008736,4.64,"2013-08-29 00:00",4.49,"2013-03-20 00:00",4.15,"2013-09-04 00:00",4.1,"2013-10-10 00:00","","","","",4.64,4.49,4.01,3.34,2.27,1.5,0.9,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0009","88502",5,30.46198,-91.17922,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,13,"","","Certification not required",0,10.526882,5.734225,32.4,"2013-08-23 00:00",28.9,"2013-09-10 00:00",28.1,"2013-08-29 00:00",26.7,"2013-08-08 00:00","","","","",32.4,28.9,24.7,17.1,11.8,9.1,5.3,"Capitol","1061-A Leesville Ave","Louisiana","East Baton Rouge","Baton Rouge","Baton Rouge, LA","2014-02-13" +"22","033","0013","42601",1,30.700921,-91.056135,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8357,95,355,365,0,403,"","","Certification not required",0,1.312804,1.129493,18.6,"2013-09-28 17:00",15.6,"2013-01-31 07:00",13.3,"2013-10-29 06:00",12.8,"2013-07-14 14:00","","","","",5.8,4.6,3.6,2.4,1.5,1,0.5,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","033","0013","42602",1,30.700921,-91.056135,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8357,95,355,365,0,403,0,"","Certification not required",0,4.69493,2.817084,18.7,"2013-01-22 18:00",18.3,"2013-11-20 17:00",16.7,"2013-12-17 17:00",15.4,"2013-12-02 09:00","","","","",15.4,13.5,10.1,8.4,5.7,4,2.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","033","0013","42602",1,30.700921,-91.056135,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8357,95,355,365,0,403,"","","Certification not required",0,2.208209,1.586033,18.7,"2013-01-22 18:00",18.3,"2013-11-20 17:00",18.1,"2013-01-22 17:00",16.7,"2013-12-17 17:00","","","","",8.1,6.9,5.1,4,2.7,1.8,0.8,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","033","0013","42603",1,30.700921,-91.056135,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8357,100,182,122,0,403,"","","Certification not required",0,3.386323,1.863733,21.2,"2013-09-28 17:00",20.2,"2013-01-22 18:00",19.8,"2013-01-31 07:00",19.8,"2013-11-20 17:00","","","","",10.2,8.6,6.8,5.6,4.1,2.9,1.7,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","033","0013","43102",1,30.700921,-91.056135,"NAD83","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,78.38253,26.039154,189,"2013-06-12 06:00",188,"2013-06-12 18:00",180,"2013-08-02 18:00",176,"2013-05-10 03:00","","","","",176,160,119,110,92,74,51,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43102",2,30.700921,-91.056135,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,143.926829,49.696776,364,"2013-01-28 00:00",284,"2013-02-03 00:00",193,"2013-08-14 00:00",190,"2013-03-29 00:00","","","","",364,364,193,185,146,127,109,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43102",4,30.700921,-91.056135,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",8257,94,343,365,0,0,"","","Certification not required",0,34.992679,15.026958,188.51,"2013-06-14 04:00",172.24,"2013-12-02 04:00",158.03,"2013-04-17 11:00",156.7,"2013-12-02 05:00","","","","",85.86,75.02,62.71,54.41,41.08,31.75,20.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-21" +"22","033","0013","43202",1,30.700921,-91.056135,"NAD83","Ethane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,6.839458,3.871381,36.9,"2013-01-10 21:00",23.1,"2013-03-11 06:00",18.5,"2013-01-28 03:00",18.4,"2013-03-11 03:00","","","","",18.4,16.8,14.6,11.7,8.3,5.8,3.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43202",2,30.700921,-91.056135,"NAD83","Ethane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,6.934146,3.16596,18,"2013-01-28 00:00",13.9,"2013-03-11 00:00",13.1,"2013-01-22 00:00",10.7,"2013-02-03 00:00","","","","",18,18,13.1,10.3,8.4,6.4,3.5,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43203",1,30.700921,-91.056135,"NAD83","Ethylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,1.480723,1.179503,8.9,"2013-07-27 06:00",7.2,"2013-06-12 03:00",7.1,"2013-04-28 00:00",6.3,"2013-06-12 06:00","","","","",6.3,5.7,4.1,2.7,1.7,1.1,0.6,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43203",2,30.700921,-91.056135,"NAD83","Ethylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,1.773171,0.992226,4.2,"2013-07-27 00:00",4.1,"2013-03-29 00:00",4,"2013-01-28 00:00",3.9,"2013-08-14 00:00","","","","",4.2,4.2,4,3.3,2,1.5,0.8,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43204",1,30.700921,-91.056135,"NAD83","Propane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,5.559036,3.630478,24.1,"2013-03-11 06:00",18.4,"2013-03-11 03:00",18.3,"2013-05-19 06:00",17.7,"2013-01-28 06:00","","","","",17.7,16,12.7,10.2,7.4,4.8,1.9,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43204",2,30.700921,-91.056135,"NAD83","Propane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,5.52439,2.914342,14.8,"2013-01-28 00:00",12.6,"2013-01-22 00:00",12.6,"2013-03-11 00:00",9.3,"2013-02-03 00:00","","","","",14.8,14.8,12.6,8.4,6.8,5.1,2.8,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43205",1,30.700921,-91.056135,"NAD83","Propylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.711747,1.315403,20.4,"2013-07-30 03:00",7.2,"2013-09-01 03:00",5.6,"2013-07-30 06:00",4.5,"2013-06-12 06:00","","","","",4.5,3.5,1.8,1.2,0.7,0.4,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43205",2,30.700921,-91.056135,"NAD83","Propylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.74878,0.569264,2.2,"2013-07-21 00:00",2.2,"2013-09-01 00:00",1.9,"2013-04-28 00:00",1.9,"2013-08-14 00:00","","","","",2.2,2.2,1.9,1.7,1,0.5,0.3,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43206",1,30.700921,-91.056135,"NAD83","Acetylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.733735,0.362611,1.9,"2013-01-04 21:00",1.9,"2013-02-21 03:00",1.8,"2013-01-22 18:00",1.8,"2013-01-22 21:00","","","","",1.8,1.5,1.4,1.3,1,0.7,0.3,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43206",2,30.700921,-91.056135,"NAD83","Acetylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.763415,0.351963,1.5,"2013-03-29 00:00",1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-22 00:00","","","","",1.5,1.5,1.4,1.4,1.1,0.7,0.4,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43212",1,30.700921,-91.056135,"NAD83","n-Butane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,2.921988,2.082041,13,"2013-01-22 15:00",13,"2013-01-22 18:00",12,"2013-05-19 06:00",11.7,"2013-03-11 06:00","","","","",11.7,8.9,7.2,5.2,3.7,2.4,1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43212",2,30.700921,-91.056135,"NAD83","n-Butane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,3.126829,1.887197,9.2,"2013-01-28 00:00",7.9,"2013-01-22 00:00",7.5,"2013-08-14 00:00",6.2,"2013-02-03 00:00","","","","",9.2,9.2,7.5,5.7,3.5,2.6,1.6,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43214",1,30.700921,-91.056135,"NAD83","Isobutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,1.756325,1.682446,15.5,"2013-06-18 03:00",11.4,"2013-06-12 06:00",11,"2013-06-18 06:00",7.4,"2013-09-01 03:00","","","","",7.4,5.9,5.2,3.5,2.1,1.3,0.5,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43214",2,30.700921,-91.056135,"NAD83","Isobutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,1.656098,0.868921,3.8,"2013-01-28 00:00",3.7,"2013-08-14 00:00",3.4,"2013-01-22 00:00",3.2,"2013-09-01 00:00","","","","",3.8,3.8,3.4,2.9,2.1,1.5,0.8,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43216",1,30.700921,-91.056135,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",38,0.035211,0.047261,0.1,"2013-01-04 00:00",0.1,"2013-01-04 03:00",0.1,"2013-01-04 09:00",0.1,"2013-01-04 12:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43216",2,30.700921,-91.056135,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",5,0.042073,0.05421,0.2,"2013-03-29 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.005,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43217",1,30.700921,-91.056135,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",18,0.04003,0.049421,0.2,"2013-07-30 03:00",0.1,"2013-01-04 00:00",0.1,"2013-01-04 09:00",0.1,"2013-01-04 15:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43217",2,30.700921,-91.056135,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.058537,0.049878,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43220",1,30.700921,-91.056135,"NAD83","n-Pentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",2,1.748223,1.134376,9.3,"2013-08-14 15:00",7.3,"2013-07-27 06:00",5.8,"2013-05-19 06:00",5.1,"2013-01-22 18:00","","","","",5.1,4.9,4.1,3.2,2.2,1.5,0.7,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43220",2,30.700921,-91.056135,"NAD83","n-Pentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,2.073171,1.231264,6.3,"2013-06-27 00:00",4.7,"2013-07-27 00:00",4.7,"2013-08-08 00:00",3.6,"2013-08-02 00:00","","","","",6.3,6.3,4.7,3.5,2.7,1.6,0.9,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43221",1,30.700921,-91.056135,"NAD83","Isopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,1.885241,1.534515,15.3,"2013-08-14 15:00",10.7,"2013-07-27 06:00",7.6,"2013-01-22 18:00",7.2,"2013-07-30 03:00","","","","",7.2,6.5,4.8,3.5,2.1,1.4,0.8,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43221",2,30.700921,-91.056135,"NAD83","Isopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,2.070732,1.091843,5.2,"2013-08-14 00:00",4.7,"2013-01-16 00:00",4.7,"2013-07-27 00:00",4,"2013-01-22 00:00","","","","",5.2,5.2,4.7,3.2,2.5,1.8,1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43224",1,30.700921,-91.056135,"NAD83","1-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.15241,0.070989,0.4,"2013-01-04 21:00",0.4,"2013-01-10 18:00",0.4,"2013-04-22 00:00",0.4,"2013-07-27 06:00","","","","",0.4,0.3,0.3,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43224",2,30.700921,-91.056135,"NAD83","1-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.187805,0.087164,0.4,"2013-01-10 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-03 00:00",0.4,"2013-04-28 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43226",1,30.700921,-91.056135,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",12,0.081205,0.172252,3,"2013-04-22 18:00",0.4,"2013-07-27 06:00",0.3,"2013-01-22 18:00",0.3,"2013-05-01 15:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43226",2,30.700921,-91.056135,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.082927,0.062859,0.3,"2013-02-03 00:00",0.2,"2013-07-21 00:00",0.2,"2013-07-27 00:00",0.1,"2013-01-10 00:00","","","","",0.3,0.3,0.2,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43227",1,30.700921,-91.056135,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",29,0.027545,0.045618,0.2,"2013-01-22 18:00",0.2,"2013-07-27 06:00",0.1,"2013-01-04 00:00",0.1,"2013-01-04 06:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43227",2,30.700921,-91.056135,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",3,0.036951,0.053407,0.2,"2013-02-03 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-28 00:00",0.1,"2013-04-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43230",1,30.700921,-91.056135,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.378313,0.281042,2.2,"2013-08-14 15:00",2.1,"2013-08-02 18:00",1.8,"2013-01-22 18:00",1.6,"2013-07-27 06:00","","","","",1.6,1.2,0.9,0.7,0.4,0.3,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43230",2,30.700921,-91.056135,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.426829,0.198777,1,"2013-08-14 00:00",0.8,"2013-01-22 00:00",0.8,"2013-01-28 00:00",0.8,"2013-07-27 00:00","","","","",1,1,0.8,0.8,0.5,0.4,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43231",1,30.700921,-91.056135,"NAD83","n-Hexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.774398,0.685527,5.5,"2013-09-19 03:00",4.2,"2013-08-29 15:00",4.1,"2013-09-16 03:00",3.7,"2013-06-12 06:00","","","","",3.7,2.8,2.1,1.6,0.9,0.5,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43231",2,30.700921,-91.056135,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.863415,0.584276,2.6,"2013-02-03 00:00",2.3,"2013-06-27 00:00",2,"2013-08-08 00:00",1.9,"2013-02-21 00:00","","","","",2.6,2.6,2,1.6,1.2,0.7,0.3,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43232",1,30.700921,-91.056135,"NAD83","n-Heptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.225,0.123671,0.8,"2013-01-22 18:00",0.8,"2013-03-17 18:00",0.8,"2013-05-19 06:00",0.7,"2013-08-14 15:00","","","","",0.7,0.6,0.5,0.4,0.3,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43232",2,30.700921,-91.056135,"NAD83","n-Heptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.246341,0.089715,0.5,"2013-02-21 00:00",0.4,"2013-01-22 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-03 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43233",1,30.700921,-91.056135,"NAD83","n-Octane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.142169,0.066178,0.5,"2013-01-22 18:00",0.4,"2013-03-17 03:00",0.4,"2013-05-19 06:00",0.4,"2013-08-14 15:00","","","","",0.4,0.3,0.3,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43233",2,30.700921,-91.056135,"NAD83","n-Octane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.15122,0.063726,0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00",0.3,"2013-03-29 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43235",1,30.700921,-91.056135,"NAD83","n-Nonane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",2,0.134066,0.146693,1.4,"2013-08-29 18:00",1.4,"2013-09-25 06:00",1.2,"2013-05-16 18:00",1,"2013-05-28 18:00","","","","",1,0.6,0.2,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43235",2,30.700921,-91.056135,"NAD83","n-Nonane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.12439,0.058226,0.3,"2013-09-25 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-21 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43238",1,30.700921,-91.056135,"NAD83","n-Decane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",2,0.152741,0.294894,3.7,"2013-09-25 06:00",2.5,"2013-05-16 18:00",2.1,"2013-05-28 18:00",1.3,"2013-05-22 03:00","","","","",1.3,0.8,0.4,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43238",2,30.700921,-91.056135,"NAD83","n-Decane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.15122,0.09778,0.4,"2013-08-20 00:00",0.4,"2013-09-13 00:00",0.4,"2013-09-25 00:00",0.3,"2013-06-09 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43242",1,30.700921,-91.056135,"NAD83","Cyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",2,0.113283,0.073732,0.6,"2013-08-14 15:00",0.5,"2013-07-27 06:00",0.4,"2013-01-22 18:00",0.4,"2013-07-12 15:00","","","","",0.4,0.3,0.2,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43242",2,30.700921,-91.056135,"NAD83","Cyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.117073,0.04951,0.3,"2013-08-14 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43243",1,30.700921,-91.056135,"NAD83","Isoprene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",1,6.074413,9.268974,58.1,"2013-06-27 18:00",53.4,"2013-06-12 18:00",40.6,"2013-08-02 18:00",38.9,"2013-06-21 15:00","","","","",38.9,36.9,25.3,19.2,9.6,1.4,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43243",2,30.700921,-91.056135,"NAD83","Isoprene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",1,5.15378,5.487282,19.1,"2013-06-27 00:00",17.1,"2013-06-21 00:00",16.3,"2013-06-03 00:00",13.8,"2013-06-15 00:00","","","","",19.1,19.1,16.3,12.9,7.9,2.6,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43244",1,30.700921,-91.056135,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",2,0.124729,0.071561,0.6,"2013-08-14 15:00",0.5,"2013-07-27 06:00",0.4,"2013-01-22 18:00",0.4,"2013-06-27 03:00","","","","",0.4,0.3,0.2,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43244",2,30.700921,-91.056135,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.119512,0.064107,0.3,"2013-02-03 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00",0.2,"2013-03-29 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43247",1,30.700921,-91.056135,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",5,0.092846,0.058121,0.4,"2013-07-30 03:00",0.4,"2013-08-02 18:00",0.3,"2013-01-22 18:00",0.3,"2013-08-14 15:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43247",2,30.700921,-91.056135,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",1,0.114756,0.082173,0.5,"2013-01-28 00:00",0.3,"2013-02-03 00:00",0.2,"2013-03-29 00:00",0.2,"2013-07-27 00:00","","","","",0.5,0.5,0.2,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43248",1,30.700921,-91.056135,"NAD83","Cyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",1,0.177123,0.108607,0.7,"2013-08-14 03:00",0.6,"2013-08-14 06:00",0.6,"2013-08-14 15:00",0.5,"2013-05-19 06:00","","","","",0.5,0.4,0.4,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43248",2,30.700921,-91.056135,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.185366,0.07925,0.4,"2013-02-03 00:00",0.4,"2013-08-14 00:00",0.3,"2013-01-22 00:00",0.3,"2013-01-28 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43249",1,30.700921,-91.056135,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.309036,0.193184,1.4,"2013-01-04 21:00",1.4,"2013-01-10 18:00",1.3,"2013-05-10 03:00",0.9,"2013-03-17 18:00","","","","",0.9,0.7,0.6,0.5,0.4,0.3,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43249",2,30.700921,-91.056135,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",1,0.458659,0.375332,1.8,"2013-02-21 00:00",1.1,"2013-02-03 00:00",1,"2013-03-05 00:00",1,"2013-03-11 00:00","","","","",1.8,1.8,1,1,0.7,0.4,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43250",1,30.700921,-91.056135,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.312349,0.208718,1.8,"2013-01-22 18:00",1.3,"2013-08-02 18:00",1.2,"2013-08-14 15:00",1.1,"2013-07-30 03:00","","","","",1.1,0.8,0.7,0.6,0.4,0.3,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43250",2,30.700921,-91.056135,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.35122,0.153496,0.7,"2013-03-29 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-03 00:00",0.6,"2013-07-21 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.3,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43252",1,30.700921,-91.056135,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",13,0.117967,0.08846,0.6,"2013-01-10 18:00",0.6,"2013-01-22 18:00",0.5,"2013-08-14 15:00",0.4,"2013-01-04 21:00","","","","",0.4,0.4,0.3,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43252",2,30.700921,-91.056135,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.134146,0.072835,0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00",0.3,"2013-03-29 00:00",0.2,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43253",1,30.700921,-91.056135,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",15,0.076732,0.044844,0.2,"2013-01-22 18:00",0.2,"2013-02-03 00:00",0.2,"2013-05-19 06:00",0.2,"2013-08-14 15:00","","","","",0.2,0.1,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43253",2,30.700921,-91.056135,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",1,0.100122,0.0669,0.4,"2013-01-22 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-03 00:00",0.2,"2013-08-14 00:00","","","","",0.4,0.4,0.2,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43261",1,30.700921,-91.056135,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",1,0.20363,0.129298,0.8,"2013-05-19 06:00",0.7,"2013-05-31 03:00",0.6,"2013-01-22 18:00",0.6,"2013-04-22 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43261",2,30.700921,-91.056135,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.197561,0.082121,0.4,"2013-01-28 00:00",0.4,"2013-02-03 00:00",0.4,"2013-08-14 00:00",0.3,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43262",1,30.700921,-91.056135,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.307229,0.217252,1.4,"2013-05-19 03:00",1.4,"2013-08-02 18:00",1.3,"2013-05-19 06:00",1.1,"2013-01-22 18:00","","","","",1.1,1,0.7,0.6,0.4,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43262",2,30.700921,-91.056135,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.363415,0.159305,0.7,"2013-02-03 00:00",0.7,"2013-04-28 00:00",0.6,"2013-01-28 00:00",0.6,"2013-03-29 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.3,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43263",1,30.700921,-91.056135,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.15994,0.0942,0.7,"2013-01-22 18:00",0.6,"2013-08-14 15:00",0.5,"2013-03-17 18:00",0.5,"2013-05-19 06:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43263",2,30.700921,-91.056135,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.168293,0.081973,0.4,"2013-01-22 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43280",1,30.700921,-91.056135,"NAD83","1-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.131928,0.121441,1.5,"2013-07-27 03:00",0.9,"2013-04-28 03:00",0.8,"2013-07-27 06:00",0.6,"2013-05-31 03:00","","","","",0.6,0.5,0.3,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43280",2,30.700921,-91.056135,"NAD83","1-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.153659,0.122673,0.6,"2013-07-27 00:00",0.5,"2013-04-28 00:00",0.4,"2013-03-29 00:00",0.3,"2013-01-10 00:00","","","","",0.6,0.6,0.4,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43284",1,30.700921,-91.056135,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",1,0.150316,0.116967,1,"2013-08-14 15:00",0.8,"2013-08-02 18:00",0.7,"2013-01-22 18:00",0.7,"2013-07-27 06:00","","","","",0.7,0.5,0.4,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43284",2,30.700921,-91.056135,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.163415,0.082934,0.4,"2013-08-14 00:00",0.3,"2013-01-22 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43285",1,30.700921,-91.056135,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",18,0.803584,0.703685,5.7,"2013-08-14 15:00",4.8,"2013-08-02 18:00",4,"2013-06-21 15:00",3.4,"2013-06-12 15:00","","","","",3.4,2.9,2.2,1.6,1,0.6,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43285",2,30.700921,-91.056135,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",3,1.044268,0.704445,3,"2013-06-15 00:00",2.7,"2013-08-08 00:00",2.6,"2013-08-14 00:00",2,"2013-09-13 00:00","","","","",3,3,2.6,1.8,1.4,1.1,0.3,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43291",1,30.700921,-91.056135,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",2,0.154247,0.088987,0.6,"2013-08-02 18:00",0.5,"2013-08-14 15:00",0.4,"2013-01-22 18:00",0.4,"2013-02-09 09:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43291",2,30.700921,-91.056135,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.146341,0.06363,0.3,"2013-02-03 00:00",0.3,"2013-06-15 00:00",0.3,"2013-08-14 00:00",0.2,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43954",1,30.700921,-91.056135,"NAD83","n-Undecane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.141265,0.21531,2.8,"2013-09-25 06:00",1.5,"2013-05-16 18:00",1.5,"2013-05-28 18:00",0.9,"2013-05-22 03:00","","","","",0.9,0.7,0.4,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43954",2,30.700921,-91.056135,"NAD83","n-Undecane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.209756,0.351287,2.3,"2013-04-28 00:00",0.6,"2013-09-13 00:00",0.4,"2013-08-20 00:00",0.3,"2013-04-22 00:00","","","","",2.3,2.3,0.4,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43960",1,30.700921,-91.056135,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",9,0.102846,0.03722,0.3,"2013-01-22 18:00",0.2,"2013-01-04 09:00",0.2,"2013-01-04 21:00",0.2,"2013-01-10 18:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","43960",2,30.700921,-91.056135,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.112195,0.045799,0.3,"2013-04-28 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","44201",1,30.700921,-91.056135,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8600,99,362,365,0,160,0,0,"Requested but not yet concurred",1159,0.043796,0.012024,0.096,"2013-05-14 13:00",0.09,"2013-05-08 13:00",0.088,"2013-08-08 16:00",0.083,"2013-06-08 14:00","","","","",0.083,0.069,0.062,0.058,0.051,0.043,0.031,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-02" +"22","033","0013","44201",1,30.700921,-91.056135,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8706,99,362,365,0,0,1,1,"Requested but not yet concurred",0,0.038483,0.01046,0.086,"2013-05-14 10:00",0.076,"2013-05-08 10:00",0.068,"2013-05-15 10:00",0.062,"2013-03-08 10:00","","","","",0.062,0.06,0.056,0.052,0.046,0.038,0.027,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-02" +"22","033","0013","44201",1,30.700921,-91.056135,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8706,99,362,365,0,0,2,2,"Requested but not yet concurred",0,0.038483,0.01046,0.086,"2013-05-14 10:00",0.076,"2013-05-08 10:00",0.068,"2013-05-15 10:00",0.062,"2013-03-08 10:00","","","","",0.062,0.06,0.056,0.052,0.046,0.038,0.027,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-02" +"22","033","0013","45109",1,30.700921,-91.056135,"NAD83","m/p Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.326807,0.225901,1.4,"2013-05-19 18:00",1.4,"2013-05-22 03:00",1.4,"2013-09-19 03:00",1.2,"2013-07-30 03:00","","","","",1.2,1,0.8,0.6,0.4,0.3,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45109",2,30.700921,-91.056135,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.334146,0.135296,0.8,"2013-01-28 00:00",0.6,"2013-02-21 00:00",0.5,"2013-02-03 00:00",0.5,"2013-03-29 00:00","","","","",0.8,0.8,0.5,0.5,0.4,0.3,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45201",1,30.700921,-91.056135,"NAD83","Benzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.879518,0.345453,2,"2013-06-12 03:00",2,"2013-08-14 15:00",1.9,"2013-02-03 00:00",1.9,"2013-07-30 03:00","","","","",1.9,1.7,1.5,1.3,1.1,0.9,0.5,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45201",2,30.700921,-91.056135,"NAD83","Benzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.865854,0.333624,1.6,"2013-02-03 00:00",1.4,"2013-01-04 00:00",1.4,"2013-03-11 00:00",1.4,"2013-03-29 00:00","","","","",1.6,1.6,1.4,1.3,1.1,0.9,0.5,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45202",1,30.700921,-91.056135,"NAD83","Toluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.788855,0.419281,2.7,"2013-01-22 18:00",2.7,"2013-07-30 03:00",2.6,"2013-03-17 18:00",2.2,"2013-08-02 18:00","","","","",2.2,2.1,1.6,1.3,1,0.7,0.4,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45202",2,30.700921,-91.056135,"NAD83","Toluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.858537,0.331644,1.6,"2013-01-28 00:00",1.5,"2013-02-21 00:00",1.5,"2013-03-29 00:00",1.4,"2013-07-21 00:00","","","","",1.6,1.6,1.5,1.3,1.1,0.8,0.5,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45203",1,30.700921,-91.056135,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.164759,0.092917,0.6,"2013-05-19 18:00",0.5,"2013-02-03 00:00",0.5,"2013-08-23 18:00",0.5,"2013-09-19 03:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45203",2,30.700921,-91.056135,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.182927,0.077144,0.4,"2013-04-28 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45204",1,30.700921,-91.056135,"NAD83","o-Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.149096,0.092461,0.6,"2013-05-19 18:00",0.5,"2013-01-10 15:00",0.5,"2013-05-22 03:00",0.5,"2013-07-30 03:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45204",2,30.700921,-91.056135,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.141463,0.054661,0.3,"2013-01-28 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-21 00:00",0.2,"2013-03-29 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45207",1,30.700921,-91.056135,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",53,0.06616,0.076914,0.7,"2013-05-28 18:00",0.6,"2013-09-25 06:00",0.5,"2013-05-16 18:00",0.4,"2013-08-29 18:00","","","","",0.4,0.2,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45207",2,30.700921,-91.056135,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",3,0.085732,0.041451,0.2,"2013-02-03 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.005,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45208",1,30.700921,-91.056135,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",1,0.142485,0.101198,1,"2013-05-28 18:00",0.8,"2013-09-25 06:00",0.5,"2013-05-16 18:00",0.5,"2013-08-29 18:00","","","","",0.5,0.4,0.3,0.2,0.2,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45208",2,30.700921,-91.056135,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.160976,0.070278,0.4,"2013-01-28 00:00",0.3,"2013-02-03 00:00",0.3,"2013-09-13 00:00",0.2,"2013-01-22 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45209",1,30.700921,-91.056135,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",95,0.046009,0.05096,0.2,"2013-05-28 18:00",0.2,"2013-07-15 18:00",0.2,"2013-08-29 18:00",0.2,"2013-09-25 06:00","","","","",0.2,0.1,0.1,0.1,0.1,0.005,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45209",2,30.700921,-91.056135,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",7,0.074024,0.048865,0.2,"2013-04-28 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45210",1,30.700921,-91.056135,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.040663,0.063175,0.4,"2013-08-14 03:00",0.3,"2013-05-19 18:00",0.3,"2013-05-22 15:00",0.3,"2013-06-18 18:00","","","","",0.3,0.2,0.1,0.1,0.1,0,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45210",2,30.700921,-91.056135,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.070732,0.055874,0.2,"2013-02-03 00:00",0.2,"2013-08-14 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45211",1,30.700921,-91.056135,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",8,0.101928,0.118027,1,"2013-06-12 18:00",0.8,"2013-06-27 18:00",0.7,"2013-06-15 18:00",0.7,"2013-07-30 18:00","","","","",0.7,0.4,0.3,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45211",2,30.700921,-91.056135,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",1,0.195244,0.16102,0.7,"2013-06-27 00:00",0.6,"2013-08-08 00:00",0.5,"2013-04-22 00:00",0.4,"2013-06-03 00:00","","","","",0.7,0.7,0.5,0.4,0.3,0.2,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45212",1,30.700921,-91.056135,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.278012,0.182211,0.9,"2013-07-09 03:00",0.9,"2013-07-30 03:00",0.8,"2013-06-12 18:00",0.8,"2013-06-24 03:00","","","","",0.8,0.7,0.6,0.5,0.4,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45212",2,30.700921,-91.056135,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.302439,0.115082,0.6,"2013-01-28 00:00",0.5,"2013-06-21 00:00",0.5,"2013-06-27 00:00",0.5,"2013-09-13 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.2,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45213",1,30.700921,-91.056135,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.10753,0.07232,0.6,"2013-05-28 18:00",0.5,"2013-06-27 15:00",0.5,"2013-09-25 06:00",0.4,"2013-05-16 18:00","","","","",0.4,0.3,0.2,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45213",2,30.700921,-91.056135,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.112195,0.045799,0.3,"2013-01-10 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00",0.2,"2013-03-11 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45218",1,30.700921,-91.056135,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",36,0.045422,0.056748,0.3,"2013-07-06 06:00",0.3,"2013-07-06 18:00",0.2,"2013-04-22 00:00",0.2,"2013-05-10 03:00","","","","",0.2,0.2,0.1,0.1,0.1,0.005,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45218",2,30.700921,-91.056135,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",5,0.059146,0.058458,0.2,"2013-04-22 00:00",0.2,"2013-05-10 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45219",1,30.700921,-91.056135,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",21,0.056943,0.055621,0.3,"2013-05-28 18:00",0.3,"2013-06-30 15:00",0.2,"2013-07-24 15:00",0.2,"2013-08-08 03:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45219",2,30.700921,-91.056135,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.085366,0.05273,0.2,"2013-01-28 00:00",0.2,"2013-06-21 00:00",0.2,"2013-06-27 00:00",0.1,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45220",1,30.700921,-91.056135,"NAD83","Styrene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",0,0.17741,0.169775,1.2,"2013-06-12 03:00",1,"2013-09-25 06:00",0.9,"2013-05-19 03:00",0.8,"2013-09-25 03:00","","","","",0.8,0.7,0.5,0.4,0.2,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45220",2,30.700921,-91.056135,"NAD83","Styrene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.214634,0.123614,0.5,"2013-06-09 00:00",0.4,"2013-02-03 00:00",0.4,"2013-02-21 00:00",0.4,"2013-05-10 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.1,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45225",1,30.700921,-91.056135,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",332,45,18,138,0,0,"","","Certification not required",26,0.082922,0.063098,0.4,"2013-05-28 18:00",0.3,"2013-01-22 21:00",0.3,"2013-05-04 03:00",0.3,"2013-05-07 03:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","45225",2,30.700921,-91.056135,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",41,34,41,122,0,0,"","","Certification not required",0,0.109756,0.06247,0.3,"2013-01-10 00:00",0.2,"2013-01-04 00:00",0.2,"2013-02-03 00:00",0.2,"2013-03-29 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-19" +"22","033","0013","61103",1,30.700921,-91.056135,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8719,100,182,122,0,41,"","","Certification not required",0,2.496789,1.951092,11.3,"2013-01-30 14:00",11.3,"2013-04-03 08:00",11.3,"2013-11-12 13:00",10.4,"2013-01-30 13:00","","","","",7.8,6.9,6.1,5.2,3.5,1.7,0.9,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-27" +"22","033","0013","61104",1,30.700921,-91.056135,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8719,100,182,122,0,41,"","","Certification not required",0,142.025003,107.912965,360,"2013-01-01 19:00",360,"2013-01-03 21:00",360,"2013-01-06 02:00",360,"2013-02-19 08:00","","","","",357,353,343,324,227,104,27,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-27" +"22","033","0013","62101",1,30.700921,-91.056135,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8727,100,182,122,0,33,"","","Certification not required",0,66.256216,16.298805,101,"2013-08-08 15:00",100,"2013-08-08 16:00",100,"2013-08-10 14:00",99,"2013-06-12 16:00","","","","",96,95,92,87,77,69,42,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-27" +"22","033","0013","62201",1,30.700921,-91.056135,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7966,100,172,122,0,794,"","","Certification not required",0,85.165328,13.816433,100,"2013-01-01 01:00",100,"2013-01-01 02:00",100,"2013-01-01 03:00",100,"2013-01-01 04:00","","","","",100,100,100,100,100,87,66,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-27" +"22","033","0013","63301",1,30.700921,-91.056135,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8729,100,182,122,0,31,"","","Certification not required",4338,0.266579,0.37717,1.42,"2013-07-20 11:00",1.4,"2013-08-04 11:00",1.39,"2013-07-09 11:00",1.39,"2013-07-28 11:00","","","","",1.26,1.2,1.08,0.93,0.49,0.01,0.005,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-27" +"22","033","0013","64101",1,30.700921,-91.056135,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8729,100,182,122,0,31,"","","Certification not required",0,1013.156032,8.642279,1082,"2013-01-19 13:00",1077,"2013-01-19 12:00",1077,"2013-01-24 14:00",1076,"2013-01-24 13:00","","","","",1046,1025,1022,1020,1016,1013,1007,"Pride","11245 Port Hudson-Pride Rd. Zachary, La","Louisiana","East Baton Rouge","","Baton Rouge, LA","2014-01-27" +"22","033","0014","14129",1,30.58398,-91.25194,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.001867,0.001424,0.007,"2013-02-21 00:00",0.005,"2013-04-10 00:00",0.004,"2013-04-16 00:00",0.004,"2013-05-10 00:00","","","","",0.007,0.007,0.004,0.004,0.002,0.002,0,"Baker Lead","1400 West Irene Road , Zachary, LA 70791","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-20" +"22","033","0014","62101",1,30.58398,-91.25194,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Off Site temperature sensor",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,70.799496,13.594163,95.5,"2013-06-14 14:00",95.4,"2013-08-04 14:00",95.2,"2013-06-15 15:00",95,"2013-07-12 15:00","","","","",92.8,91.8,89.8,87.1,80.8,74.3,50.4,"Baker Lead","1400 West Irene Road , Zachary, LA 70791","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-23" +"22","033","0014","64101",1,30.58398,-91.25194,"NAD83","Barometric pressure","1 HOUR","","Observed Values","Instrumental - Off site baro pressure",2013,"Millibars","No Events",6544,75,273,365,0,8,"","","Certification not required",0,1009.427613,4.755393,1026.4,"2013-01-18 09:00",1026.1,"2013-01-18 08:00",1026.1,"2013-01-18 10:00",1025.7,"2013-01-18 07:00","","","","",1021.7,1020.7,1018.3,1016.3,1011.9,1008.8,1004.4,"Baker Lead","1400 West Irene Road , Zachary, LA 70791","Louisiana","East Baton Rouge","","Baton Rouge, LA","2013-12-23" +"22","047","0005","68105",1,30.217778,-91.060556,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",99,100,49,61,0,0,"","","Certification not required",0,20.983838,6.754027,30.2,"2013-08-08 00:00",29.2,"2013-06-27 00:00",29.1,"2013-07-30 00:00",29.1,"2013-08-05 00:00","","","","",30.2,29.2,28.7,28.4,26.4,23.5,10.6,"Geismar","St Gabriel Agricultural Exp. Station","Louisiana","Iberville","","Baton Rouge, LA","2013-11-22" +"22","047","0005","68108",1,30.217778,-91.060556,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,49,61,0,0,"","","Certification not required",0,762.878788,5.212373,779,"2013-01-04 00:00",777,"2013-01-19 00:00",777,"2013-01-22 00:00",776,"2013-01-31 00:00","","","","",779,777,775,771,764,761,758,"Geismar","St Gabriel Agricultural Exp. Station","Louisiana","Iberville","","Baton Rouge, LA","2013-11-22" +"22","047","0005","88101",1,30.217778,-91.060556,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",92,71,87,122,0,6,0,0,"Certification not required",0,8.465217,3.722885,20.8,"2013-08-29 00:00",17.8,"2013-06-15 00:00",17.2,"2013-09-10 00:00",16.7,"2013-07-03 00:00","","","","",20.8,17.8,15.7,13.3,11.2,7.8,5.2,"Geismar","St Gabriel Agricultural Exp. Station","Louisiana","Iberville","","Baton Rouge, LA","2013-12-12" +"22","047","0005","88101",1,30.217778,-91.060556,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",92,71,87,122,0,6,"","","Certification not required",0,8.465217,3.722885,20.8,"2013-08-29 00:00",17.8,"2013-06-15 00:00",17.2,"2013-09-10 00:00",16.7,"2013-07-03 00:00","","","","",20.8,17.8,15.7,13.3,11.2,7.8,5.2,"Geismar","St Gabriel Agricultural Exp. Station","Louisiana","Iberville","","Baton Rouge, LA","2013-12-12" +"22","047","0009","42600",2,30.220556,-91.316111,"NAD27","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8496,97,358,365,0,264,"","","Certification not required",0,5.563936,5.600016,68,"2013-12-26 19:00",67.5,"2013-12-30 07:00",64.2,"2013-12-18 05:00",59.3,"2013-12-30 08:00","","","","",26.6,22.6,16.4,12,7.3,3.7,1.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0009","42601",1,30.220556,-91.316111,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8381,100,177,122,0,379,"","","Certification not required",0,2.338754,3.056105,51.3,"2013-12-30 07:00",50.7,"2013-12-30 08:00",48.1,"2013-12-18 07:00",45.5,"2013-12-18 05:00","","","","",15.8,11,6.2,4.2,3.3,1.3,0.3,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0009","42601",2,30.220556,-91.316111,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8499,100,179,122,0,261,"","","Certification not required",0,1.40886,3.123444,58.1,"2013-12-18 05:00",57.9,"2013-12-30 07:00",49,"2013-12-18 07:00",46.6,"2013-12-30 08:00","","","","",14.9,10.9,6,3.1,1.2,0.5,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0009","42602",1,30.220556,-91.316111,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8381,96,360,365,0,379,0,"","Certification not required",0,9.959722,5.40424,36.3,"2013-03-07 20:00",30.5,"2013-02-03 21:00",26.7,"2013-03-08 21:00",26.4,"2013-12-18 18:00","","","","",26.4,23.8,20.7,17.4,13,9,4.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0009","42602",1,30.220556,-91.316111,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8381,96,360,365,0,379,"","","Certification not required",0,4.372199,3.41681,36.3,"2013-03-07 20:00",30.5,"2013-02-03 21:00",28.3,"2013-02-03 20:00",26.7,"2013-03-08 21:00","","","","",17.4,14.5,11,8.7,5.6,3.3,1.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0009","42603",1,30.220556,-91.316111,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8381,100,177,122,0,379,"","","Certification not required",0,6.177723,5.042701,61.3,"2013-12-30 08:00",59.9,"2013-12-30 07:00",52.5,"2013-03-07 20:00",51.9,"2013-12-18 07:00","","","","",25.6,21.4,15.4,11.8,7.6,5,1.8,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0009","43102",1,30.220556,-91.316111,"NAD27","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,152,391.809109,10196,"2013-08-15 03:00",2122,"2013-07-29 03:00",1266,"2013-06-04 03:00",910,"2013-06-23 03:00","","","","",742,529,366,250,150,102,59,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43102",2,30.220556,-91.316111,"NAD27","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,157.822222,70.757682,463,"2013-05-10 00:00",267,"2013-07-03 00:00",250,"2013-09-13 00:00",248,"2013-06-27 00:00","","","","",463,463,250,248,196,145,87,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43102",4,30.220556,-91.316111,"NAD27","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",8174,93,341,365,0,0,"","","Certification not required",0,80.632179,88.652448,2023.92,"2013-07-29 03:00",1590.18,"2013-07-29 04:00",1533.32,"2013-07-29 05:00",1450.08,"2013-06-23 04:00","","","","",467.38,322.59,188.5,131.66,84.25,58.24,35.63,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-21" +"22","047","0009","43202",1,30.220556,-91.316111,"NAD27","Ethane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,22.543351,199.167145,5441.1,"2013-08-15 03:00",358.4,"2013-07-29 03:00",234.5,"2013-06-04 03:00",150.4,"2013-09-27 03:00","","","","",124.2,73.9,47.6,31.2,15.5,8.8,3.7,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43202",2,30.220556,-91.316111,"NAD27","Ethane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,12.555556,6.208739,31.7,"2013-07-09 00:00",26,"2013-03-29 00:00",23.3,"2013-06-03 00:00",23,"2013-09-13 00:00","","","","",31.7,31.7,23.3,21.1,16.6,11.6,5.7,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43203",1,30.220556,-91.316111,"NAD27","Ethylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,3.471676,5.975579,61.7,"2013-09-17 06:00",51.8,"2013-08-16 06:00",49.8,"2013-04-22 03:00",38.5,"2013-08-23 06:00","","","","",30,22.9,13.6,7.8,3,1.5,0.6,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43203",2,30.220556,-91.316111,"NAD27","Ethylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,3.122222,3.017968,15.8,"2013-07-03 00:00",12.2,"2013-04-22 00:00",8.3,"2013-03-23 00:00",7.5,"2013-02-15 00:00","","","","",15.8,15.8,8.3,6.1,3.5,2,1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43204",1,30.220556,-91.316111,"NAD27","Propane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,18.762766,66.474931,1655,"2013-08-15 03:00",427.5,"2013-07-29 03:00",254.7,"2013-06-04 03:00",195.5,"2013-06-23 03:00","","","","",156.7,107.1,63,35.1,15.7,8,2.8,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43204",2,30.220556,-91.316111,"NAD27","Propane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,14.508889,8.569842,37.3,"2013-03-29 00:00",36.7,"2013-07-09 00:00",34.4,"2013-09-13 00:00",26.8,"2013-02-15 00:00","","","","",37.3,37.3,34.4,26.7,19.4,11.2,6.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43205",1,30.220556,-91.316111,"NAD27","Propylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,1.217154,2.430315,36.9,"2013-08-16 06:00",28.6,"2013-08-23 06:00",24.9,"2013-08-23 15:00",12.7,"2013-07-18 06:00","","","","",9.3,6.8,4.5,2.7,1.1,0.5,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43205",2,30.220556,-91.316111,"NAD27","Propylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,1.448889,1.363422,7.3,"2013-07-03 00:00",5.9,"2013-01-04 00:00",3.5,"2013-07-15 00:00",3.1,"2013-01-22 00:00","","","","",7.3,7.3,3.5,2.9,1.7,1.1,0.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43206",1,30.220556,-91.316111,"NAD27","Acetylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.838963,0.54576,4.9,"2013-05-07 06:00",4.9,"2013-07-01 06:00",4.1,"2013-02-03 18:00",4,"2013-05-12 06:00","","","","",2.6,2.3,1.8,1.5,1,0.7,0.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43206",2,30.220556,-91.316111,"NAD27","Acetylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.96,0.499272,2.5,"2013-07-03 00:00",2,"2013-02-03 00:00",1.9,"2013-01-04 00:00",1.8,"2013-01-22 00:00","","","","",2.5,2.5,1.9,1.6,1.3,0.8,0.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43212",1,30.220556,-91.316111,"NAD27","n-Butane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,8.991888,23.200455,470,"2013-08-15 03:00",212.1,"2013-01-10 09:00",202.2,"2013-07-29 03:00",113.4,"2013-06-04 03:00","","","","",85.3,55.7,29.6,16,8.1,4.2,1.5,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43212",2,30.220556,-91.316111,"NAD27","n-Butane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,7.368889,6.113503,35.9,"2013-01-10 00:00",19.5,"2013-03-29 00:00",17.8,"2013-07-09 00:00",17.8,"2013-09-13 00:00","","","","",35.9,35.9,17.8,14.1,8.8,5.3,2.7,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43214",1,30.220556,-91.316111,"NAD27","Isobutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,13.473936,39.269317,538.5,"2013-07-29 03:00",482.4,"2013-08-15 03:00",302,"2013-06-04 03:00",253.1,"2013-06-23 03:00","","","","",191,129,61.7,29.5,7.7,2.9,0.9,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43214",2,30.220556,-91.316111,"NAD27","Isobutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,8.331111,10.063318,42.1,"2013-07-09 00:00",39.4,"2013-03-29 00:00",35.9,"2013-09-13 00:00",22.7,"2013-06-21 00:00","","","","",42.1,42.1,35.9,21.9,8.4,4.2,1.7,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43216",1,30.220556,-91.316111,"NAD27","trans-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",58,0.064614,0.420215,11.4,"2013-08-15 03:00",0.9,"2013-01-10 09:00",0.8,"2013-06-20 06:00",0.5,"2013-07-08 15:00","","","","",0.3,0.2,0.1,0.1,0.1,0.005,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43216",2,30.220556,-91.316111,"NAD27","trans-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",3,0.073667,0.08866,0.4,"2013-07-03 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-03 00:00",0.2,"2013-03-29 00:00","","","","",0.4,0.4,0.2,0.2,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43217",1,30.220556,-91.316111,"NAD27","cis-2-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",33,0.056469,0.066817,0.6,"2013-01-10 09:00",0.6,"2013-06-20 06:00",0.5,"2013-06-27 18:00",0.5,"2013-07-08 15:00","","","","",0.3,0.2,0.1,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43217",2,30.220556,-91.316111,"NAD27","cis-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.068889,0.055687,0.2,"2013-01-10 00:00",0.2,"2013-06-27 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43220",1,30.220556,-91.316111,"NAD27","n-Pentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,4.2125,8.689449,181.5,"2013-08-15 03:00",81.6,"2013-07-29 03:00",45,"2013-06-04 03:00",42.1,"2013-08-08 15:00","","","","",31.6,22.3,13.2,7.5,4.1,2.4,0.9,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43220",2,30.220556,-91.316111,"NAD27","n-Pentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",1,3.475667,2.335148,11.5,"2013-08-08 00:00",8.5,"2013-07-09 00:00",7.6,"2013-03-29 00:00",7.5,"2013-06-21 00:00","","","","",11.5,11.5,7.6,6.9,4.2,2.9,1.3,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43221",1,30.220556,-91.316111,"NAD27","Isopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,6.211436,14.688298,297.9,"2013-08-15 03:00",143.7,"2013-07-29 03:00",78.1,"2013-06-04 03:00",72.3,"2013-06-20 06:00","","","","",56.5,38,21.5,11.1,5.6,3,1.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43221",2,30.220556,-91.316111,"NAD27","Isopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,4.708889,3.594429,15.9,"2013-08-08 00:00",13.4,"2013-07-09 00:00",12.6,"2013-03-29 00:00",11.9,"2013-01-10 00:00","","","","",15.9,15.9,12.6,11,5.1,3.6,1.6,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43224",1,30.220556,-91.316111,"NAD27","1-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.203191,0.23798,3.5,"2013-06-27 18:00",3.3,"2013-01-04 03:00",2.6,"2013-01-04 06:00",1.7,"2013-01-10 09:00","","","","",1.1,0.6,0.4,0.3,0.2,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43224",2,30.220556,-91.316111,"NAD27","1-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.204444,0.170501,1,"2013-01-04 00:00",0.8,"2013-06-27 00:00",0.4,"2013-01-10 00:00",0.3,"2013-03-29 00:00","","","","",1,1,0.4,0.3,0.2,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43226",1,30.220556,-91.316111,"NAD27","trans-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",5,0.148305,0.389698,8.3,"2013-01-10 09:00",5.3,"2013-06-20 06:00",3.5,"2013-07-08 15:00",1.3,"2013-06-27 18:00","","","","",0.8,0.5,0.3,0.2,0.2,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43226",2,30.220556,-91.316111,"NAD27","trans-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.144444,0.193714,1.3,"2013-01-10 00:00",0.4,"2013-06-27 00:00",0.3,"2013-01-04 00:00",0.3,"2013-02-03 00:00","","","","",1.3,1.3,0.3,0.2,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43227",1,30.220556,-91.316111,"NAD27","cis-2-Pentene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",24,0.068777,0.17039,3.4,"2013-01-10 09:00",2.2,"2013-06-20 06:00",1.8,"2013-07-08 15:00",0.6,"2013-06-27 18:00","","","","",0.3,0.2,0.1,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43227",2,30.220556,-91.316111,"NAD27","cis-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.086667,0.091949,0.6,"2013-01-10 00:00",0.2,"2013-06-27 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00","","","","",0.6,0.6,0.1,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43230",1,30.220556,-91.316111,"NAD27","3-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,1.000931,2.693008,66.8,"2013-08-15 03:00",17.7,"2013-07-29 03:00",9.8,"2013-06-04 03:00",8.3,"2013-06-20 06:00","","","","",6.9,4.8,2.7,1.8,1,0.6,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43230",2,30.220556,-91.316111,"NAD27","3-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.751111,0.395786,1.7,"2013-06-21 00:00",1.6,"2013-07-09 00:00",1.5,"2013-03-29 00:00",1.5,"2013-04-22 00:00","","","","",1.7,1.7,1.5,1.4,1,0.7,0.3,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43231",1,30.220556,-91.316111,"NAD27","n-Hexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,2.185505,4.728162,111.6,"2013-08-15 03:00",30.1,"2013-07-29 03:00",17.1,"2013-06-04 03:00",13.1,"2013-06-08 03:00","","","","",11.7,9.8,7.5,5,2.5,1.1,0.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43231",2,30.220556,-91.316111,"NAD27","n-Hexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,1.557778,1.006454,4.5,"2013-08-08 00:00",4.5,"2013-09-19 00:00",3.6,"2013-05-10 00:00",3,"2013-06-21 00:00","","","","",4.5,4.5,3.6,3,1.9,1.5,0.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43232",1,30.220556,-91.316111,"NAD27","n-Heptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.580851,3.053244,83.1,"2013-08-15 03:00",6.9,"2013-07-29 03:00",5.2,"2013-06-04 03:00",3.8,"2013-05-23 03:00","","","","",2.5,2,1.2,0.9,0.5,0.3,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43232",2,30.220556,-91.316111,"NAD27","n-Heptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.431111,0.199798,1,"2013-06-21 00:00",0.9,"2013-03-29 00:00",0.9,"2013-06-27 00:00",0.8,"2013-02-03 00:00","","","","",1,1,0.9,0.8,0.5,0.4,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43233",1,30.220556,-91.316111,"NAD27","n-Octane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.357979,2.102738,57.5,"2013-08-15 03:00",3.3,"2013-08-14 06:00",2.1,"2013-05-11 03:00",2.1,"2013-06-04 03:00","","","","",1.3,1.1,0.7,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43233",2,30.220556,-91.316111,"NAD27","n-Octane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.286667,0.189017,1.2,"2013-05-10 00:00",0.6,"2013-06-21 00:00",0.5,"2013-01-04 00:00",0.5,"2013-05-22 00:00","","","","",1.2,1.2,0.5,0.5,0.4,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43235",1,30.220556,-91.316111,"NAD27","n-Nonane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",1,0.372879,1.431667,21.3,"2013-05-11 03:00",19.9,"2013-08-15 03:00",14.9,"2013-05-11 06:00",13.6,"2013-05-06 18:00","","","","",5.8,2.4,0.8,0.4,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43235",2,30.220556,-91.316111,"NAD27","n-Nonane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.54,2.297271,15.5,"2013-05-10 00:00",1.9,"2013-05-22 00:00",0.5,"2013-05-16 00:00",0.5,"2013-09-19 00:00","","","","",15.5,15.5,0.5,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43238",1,30.220556,-91.316111,"NAD27","n-Decane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.524202,2.469958,44.9,"2013-05-11 03:00",27,"2013-05-11 06:00",25.2,"2013-05-06 18:00",20.9,"2013-05-18 18:00","","","","",9.8,3.8,1.1,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43238",2,30.220556,-91.316111,"NAD27","n-Decane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.962222,4.983759,33.5,"2013-05-10 00:00",3.3,"2013-05-22 00:00",0.5,"2013-05-16 00:00",0.4,"2013-09-01 00:00","","","","",33.5,33.5,0.5,0.4,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43242",1,30.220556,-91.316111,"NAD27","Cyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.221277,0.453628,11.3,"2013-08-15 03:00",2.4,"2013-06-20 06:00",2.1,"2013-07-29 03:00",1.8,"2013-01-10 09:00","","","","",1.1,0.8,0.5,0.4,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43242",2,30.220556,-91.316111,"NAD27","Cyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.182222,0.098371,0.4,"2013-01-10 00:00",0.4,"2013-04-22 00:00",0.4,"2013-06-21 00:00",0.4,"2013-06-27 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43243",1,30.220556,-91.316111,"NAD27","Isoprene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,5.754521,7.237412,54,"2013-06-27 18:00",41.6,"2013-06-28 18:00",41.5,"2013-06-21 18:00",41.4,"2013-06-13 18:00","","","","",36.9,28.1,19.7,14.9,8.2,3.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43243",2,30.220556,-91.316111,"NAD27","Isoprene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,3.324444,3.583368,14.8,"2013-06-27 00:00",11.2,"2013-06-21 00:00",9.8,"2013-08-08 00:00",8.7,"2013-09-25 00:00","","","","",14.8,14.8,9.8,7.6,5.9,1.7,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43244",1,30.220556,-91.316111,"NAD27","2,2-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.348138,1.064246,26.3,"2013-08-15 03:00",7.6,"2013-07-29 03:00",4.1,"2013-06-04 03:00",3.2,"2013-06-23 03:00","","","","",2.5,1.9,1,0.6,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43244",2,30.220556,-91.316111,"NAD27","2,2-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.242222,0.151491,0.7,"2013-07-09 00:00",0.6,"2013-03-29 00:00",0.6,"2013-09-13 00:00",0.5,"2013-06-21 00:00","","","","",0.7,0.7,0.6,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43247",1,30.220556,-91.316111,"NAD27","2,4-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",2,0.206263,0.442208,10.8,"2013-08-15 03:00",3,"2013-07-29 03:00",2,"2013-06-20 06:00",1.8,"2013-06-04 03:00","","","","",1.1,0.8,0.5,0.4,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43247",2,30.220556,-91.316111,"NAD27","2,4-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.155556,0.084087,0.4,"2013-02-03 00:00",0.3,"2013-01-10 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-22 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43248",1,30.220556,-91.316111,"NAD27","Cyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.550399,2.652301,70.9,"2013-08-15 03:00",9.2,"2013-08-02 15:00",8.7,"2013-07-29 03:00",4.8,"2013-06-04 03:00","","","","",2.9,2.2,1.5,0.9,0.5,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43248",2,30.220556,-91.316111,"NAD27","Cyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.397778,0.276742,1.6,"2013-08-02 00:00",0.9,"2013-06-21 00:00",0.8,"2013-06-27 00:00",0.8,"2013-07-09 00:00","","","","",1.6,1.6,0.8,0.7,0.5,0.3,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43249",1,30.220556,-91.316111,"NAD27","3-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",1,0.61623,1.894858,50.2,"2013-08-15 03:00",7.2,"2013-07-29 03:00",6.3,"2013-07-29 06:00",4.5,"2013-06-04 03:00","","","","",2.8,2.1,1.3,1,0.7,0.4,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43249",2,30.220556,-91.316111,"NAD27","3-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.475556,0.241356,1.1,"2013-01-04 00:00",1,"2013-02-03 00:00",1,"2013-06-21 00:00",0.9,"2013-03-29 00:00","","","","",1.1,1.1,1,0.9,0.6,0.4,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43250",1,30.220556,-91.316111,"NAD27","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.66117,0.829504,15.4,"2013-08-15 03:00",7.9,"2013-06-20 06:00",6.8,"2013-02-03 18:00",5.2,"2013-01-10 09:00","","","","",3.9,2.2,1.5,1.2,0.8,0.5,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43250",2,30.220556,-91.316111,"NAD27","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.577778,0.339712,2.1,"2013-02-03 00:00",1.1,"2013-01-10 00:00",1.1,"2013-03-29 00:00",1,"2013-04-22 00:00","","","","",2.1,2.1,1.1,0.9,0.7,0.5,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43252",1,30.220556,-91.316111,"NAD27","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",5,0.237001,0.246738,2.7,"2013-05-24 06:00",2.3,"2013-02-03 18:00",2,"2013-08-16 06:00",1.5,"2013-01-28 09:00","","","","",1.4,0.9,0.6,0.4,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43252",2,30.220556,-91.316111,"NAD27","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.222222,0.160806,0.8,"2013-07-03 00:00",0.7,"2013-02-03 00:00",0.5,"2013-01-04 00:00",0.4,"2013-02-15 00:00","","","","",0.8,0.8,0.5,0.4,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43253",1,30.220556,-91.316111,"NAD27","3-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",3,0.174355,0.985048,27,"2013-08-15 03:00",1.2,"2013-08-14 06:00",0.8,"2013-02-03 18:00",0.8,"2013-06-04 03:00","","","","",0.6,0.5,0.3,0.2,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43253",2,30.220556,-91.316111,"NAD27","3-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.128889,0.058861,0.3,"2013-02-03 00:00",0.3,"2013-06-21 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-22 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43261",1,30.220556,-91.316111,"NAD27","Methylcyclohexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",1,0.794289,4.824714,130.3,"2013-08-15 03:00",15.8,"2013-07-29 03:00",8.9,"2013-06-04 03:00",5.9,"2013-05-23 03:00","","","","",4.9,3.3,1.9,1.2,0.7,0.4,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43261",2,30.220556,-91.316111,"NAD27","Methylcyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",1,0.466778,0.286648,1.3,"2013-07-09 00:00",1.1,"2013-03-29 00:00",1,"2013-09-13 00:00",0.9,"2013-06-03 00:00","","","","",1.3,1.3,1,0.9,0.7,0.4,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43262",1,30.220556,-91.316111,"NAD27","Methylcyclopentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.809707,2.32438,59.9,"2013-08-15 03:00",9.4,"2013-07-29 03:00",6.7,"2013-07-06 03:00",6,"2013-06-23 06:00","","","","",4.7,3.6,2.4,1.5,0.8,0.5,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43262",2,30.220556,-91.316111,"NAD27","Methylcyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.595556,0.366777,2.3,"2013-04-22 00:00",1.2,"2013-06-21 00:00",1,"2013-07-09 00:00",0.9,"2013-01-10 00:00","","","","",2.3,2.3,1,0.9,0.8,0.5,0.3,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43263",1,30.220556,-91.316111,"NAD27","2-Methylhexane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.451995,1.88944,50.4,"2013-08-15 03:00",7,"2013-07-29 03:00",5.4,"2013-07-29 06:00",4.3,"2013-06-04 03:00","","","","",2.6,1.6,1.1,0.7,0.4,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43263",2,30.220556,-91.316111,"NAD27","2-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.322222,0.162213,0.8,"2013-03-29 00:00",0.7,"2013-02-03 00:00",0.6,"2013-06-21 00:00",0.6,"2013-06-27 00:00","","","","",0.8,0.8,0.6,0.6,0.4,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43280",1,30.220556,-91.316111,"NAD27","1-Butene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.228457,0.497331,7.8,"2013-03-23 18:00",5.1,"2013-06-08 06:00",4.6,"2013-02-09 18:00",4.4,"2013-03-23 21:00","","","","",1.9,1.5,0.7,0.4,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43280",2,30.220556,-91.316111,"NAD27","1-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.264444,0.26212,1.5,"2013-03-23 00:00",0.7,"2013-02-09 00:00",0.7,"2013-07-15 00:00",0.6,"2013-02-21 00:00","","","","",1.5,1.5,0.7,0.6,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43284",1,30.220556,-91.316111,"NAD27","2,3-Dimethylbutane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.448271,1.190675,27.8,"2013-08-15 03:00",9.9,"2013-07-29 03:00",5.4,"2013-06-04 03:00",4.5,"2013-06-20 06:00","","","","",3.3,2.4,1.4,0.8,0.4,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43284",2,30.220556,-91.316111,"NAD27","2,3-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.306667,0.197023,0.8,"2013-03-29 00:00",0.8,"2013-07-09 00:00",0.7,"2013-06-21 00:00",0.7,"2013-09-13 00:00","","","","",0.8,0.8,0.7,0.6,0.4,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43285",1,30.220556,-91.316111,"NAD27","2-Methylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",43,1.827945,4.385799,103.9,"2013-08-15 03:00",36.2,"2013-07-29 03:00",14.8,"2013-05-23 03:00",14.4,"2013-06-23 03:00","","","","",11.9,8.5,5.6,3.3,1.9,1.1,0.3,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43285",2,30.220556,-91.316111,"NAD27","2-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",3,1.553667,1.012035,3.7,"2013-08-08 00:00",3.6,"2013-06-21 00:00",3.3,"2013-06-15 00:00",3.3,"2013-09-13 00:00","","","","",3.7,3.7,3.3,3,2.3,1.4,0.4,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43291",1,30.220556,-91.316111,"NAD27","2,3-Dimethylpentane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",1,0.288969,0.598261,15.2,"2013-08-15 03:00",3.2,"2013-07-29 03:00",2.3,"2013-07-29 06:00",2,"2013-06-04 03:00","","","","",1.3,1,0.6,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43291",2,30.220556,-91.316111,"NAD27","2,3-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.235556,0.109036,0.5,"2013-01-10 00:00",0.4,"2013-01-22 00:00",0.4,"2013-02-03 00:00",0.4,"2013-03-29 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43954",1,30.220556,-91.316111,"NAD27","n-Undecane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.385771,1.216146,22,"2013-05-11 03:00",11.8,"2013-05-18 18:00",11.2,"2013-05-11 06:00",10.4,"2013-05-06 18:00","","","","",4.6,2.9,0.9,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43954",2,30.220556,-91.316111,"NAD27","n-Undecane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.58,2.585502,17.4,"2013-05-10 00:00",2.3,"2013-05-22 00:00",0.4,"2013-05-16 00:00",0.3,"2013-06-09 00:00","","","","",17.4,17.4,0.4,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43960",1,30.220556,-91.316111,"NAD27","2-Methylheptane","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.205319,1.116478,30.6,"2013-08-15 03:00",1.3,"2013-08-14 06:00",1.1,"2013-06-04 03:00",0.9,"2013-02-03 18:00","","","","",0.7,0.5,0.4,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","43960",2,30.220556,-91.316111,"NAD27","2-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.162222,0.074739,0.3,"2013-02-03 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-22 00:00",0.3,"2013-05-10 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","44201",1,30.220556,-91.316111,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8640,100,365,365,0,120,0,0,"Requested but not yet concurred",1278,0.040529,0.014167,0.104,"2013-10-09 15:00",0.102,"2013-08-29 16:00",0.081,"2013-03-08 15:00",0.08,"2013-05-24 11:00","","","","",0.08,0.074,0.064,0.058,0.049,0.039,0.023,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-02" +"22","047","0009","44201",1,30.220556,-91.316111,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,0,0,"Requested but not yet concurred",0,0.035036,0.012133,0.079,"2013-08-29 10:00",0.071,"2013-03-08 11:00",0.061,"2013-04-22 11:00",0.061,"2013-08-28 09:00","","","","",0.061,0.06,0.056,0.053,0.044,0.034,0.021,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-02" +"22","047","0009","44201",1,30.220556,-91.316111,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,365,365,0,0,1,1,"Requested but not yet concurred",0,0.035036,0.012133,0.079,"2013-08-29 10:00",0.071,"2013-03-08 11:00",0.061,"2013-04-22 11:00",0.061,"2013-08-28 09:00","","","","",0.061,0.06,0.056,0.053,0.044,0.034,0.021,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-02" +"22","047","0009","45109",1,30.220556,-91.316111,"NAD27","m/p Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,1.511436,5.810879,132.4,"2013-06-26 15:00",49.9,"2013-07-11 15:00",40.8,"2013-06-26 18:00",30.1,"2013-08-15 03:00","","","","",15.8,7.9,3.3,2.1,1.2,0.7,0.2,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45109",2,30.220556,-91.316111,"NAD27","m/p Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,1.886667,5.785193,38.8,"2013-06-27 00:00",8.7,"2013-05-10 00:00",3.9,"2013-05-22 00:00",2.1,"2013-02-03 00:00","","","","",38.8,38.8,3.9,2,1,0.7,0.3,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45201",1,30.220556,-91.316111,"NAD27","Benzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,1.217952,1.017181,18.2,"2013-08-15 03:00",7.4,"2013-09-09 06:00",7.1,"2013-06-04 03:00",6.4,"2013-06-20 06:00","","","","",4.3,3.5,2.7,2.1,1.5,1,0.5,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45201",2,30.220556,-91.316111,"NAD27","Benzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,1.157778,0.458004,2.4,"2013-01-04 00:00",2.1,"2013-01-22 00:00",2.1,"2013-06-21 00:00",1.9,"2013-02-03 00:00","","","","",2.4,2.4,2.1,1.9,1.3,1.1,0.7,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45202",1,30.220556,-91.316111,"NAD27","Toluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,1.633644,3.333128,85.3,"2013-08-15 03:00",16.2,"2013-08-14 06:00",12.4,"2013-08-16 06:00",10.9,"2013-06-27 15:00","","","","",7,4.9,3.6,2.8,1.9,1.2,0.5,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45202",2,30.220556,-91.316111,"NAD27","Toluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,1.44,0.905639,6.2,"2013-06-27 00:00",2.9,"2013-02-03 00:00",2.5,"2013-06-21 00:00",2.4,"2013-07-03 00:00","","","","",6.2,6.2,2.5,2.1,1.7,1.2,0.7,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45203",1,30.220556,-91.316111,"NAD27","Ethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.466755,1.230726,28,"2013-06-26 15:00",11.2,"2013-07-11 15:00",8.3,"2013-06-26 18:00",6.5,"2013-06-27 15:00","","","","",3.7,2,1.1,0.7,0.4,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45203",2,30.220556,-91.316111,"NAD27","Ethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.548889,1.221516,8.2,"2013-06-27 00:00",2.4,"2013-05-10 00:00",1,"2013-05-22 00:00",0.8,"2013-07-15 00:00","","","","",8.2,8.2,1,0.6,0.4,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45204",1,30.220556,-91.316111,"NAD27","o-Xylene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.529654,1.731347,39.1,"2013-06-26 15:00",15.7,"2013-07-11 15:00",13.4,"2013-06-26 18:00",8.7,"2013-06-27 15:00","","","","",4.7,2.8,1.2,0.7,0.5,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45204",2,30.220556,-91.316111,"NAD27","o-Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.631111,1.717401,11.6,"2013-06-27 00:00",2.4,"2013-05-10 00:00",1.4,"2013-05-22 00:00",0.8,"2013-02-03 00:00","","","","",11.6,11.6,1.4,0.7,0.4,0.3,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45207",1,30.220556,-91.316111,"NAD27","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",43,0.184727,0.584315,9.2,"2013-05-06 18:00",8.8,"2013-05-11 03:00",5.6,"2013-05-11 06:00",4.4,"2013-05-18 18:00","","","","",2.2,0.9,0.4,0.2,0.1,0.1,0.005,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45207",2,30.220556,-91.316111,"NAD27","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",2,0.184667,0.433681,2.9,"2013-05-10 00:00",0.9,"2013-05-22 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-28 00:00","","","","",2.9,2.9,0.2,0.2,0.1,0.1,0.005,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45208",1,30.220556,-91.316111,"NAD27","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.35266,0.672292,11.6,"2013-05-06 18:00",8.3,"2013-05-11 03:00",5.6,"2013-05-11 06:00",5.1,"2013-05-18 18:00","","","","",2.3,1.5,0.8,0.6,0.4,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45208",2,30.220556,-91.316111,"NAD27","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.391111,0.930987,6.4,"2013-05-10 00:00",1.1,"2013-05-22 00:00",0.6,"2013-09-07 00:00",0.5,"2013-02-03 00:00","","","","",6.4,6.4,0.6,0.4,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45209",1,30.220556,-91.316111,"NAD27","n-Propylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",114,0.095971,0.163177,3,"2013-05-06 18:00",1.7,"2013-05-11 03:00",1.3,"2013-05-08 18:00",1.2,"2013-05-08 03:00","","","","",0.6,0.4,0.2,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45209",2,30.220556,-91.316111,"NAD27","n-Propylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",6,0.091778,0.121647,0.8,"2013-05-10 00:00",0.2,"2013-02-03 00:00",0.2,"2013-05-22 00:00",0.2,"2013-06-27 00:00","","","","",0.8,0.8,0.2,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45210",1,30.220556,-91.316111,"NAD27","Isopropylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.152394,0.370762,3.7,"2013-07-06 03:00",3.6,"2013-09-07 15:00",2.4,"2013-09-29 18:00",2.3,"2013-09-05 06:00","","","","",2,1.6,0.7,0.3,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45210",2,30.220556,-91.316111,"NAD27","Isopropylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.117778,0.189843,1.1,"2013-09-07 00:00",0.5,"2013-06-15 00:00",0.4,"2013-09-19 00:00",0.3,"2013-04-22 00:00","","","","",1.1,1.1,0.4,0.3,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45211",1,30.220556,-91.316111,"NAD27","o-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",16,0.230824,0.244361,2.8,"2013-05-06 18:00",1.8,"2013-06-24 15:00",1.5,"2013-06-25 15:00",1.4,"2013-04-22 00:00","","","","",1.2,1.1,0.7,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45211",2,30.220556,-91.316111,"NAD27","o-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.155556,0.142311,0.8,"2013-05-10 00:00",0.5,"2013-06-27 00:00",0.4,"2013-05-22 00:00",0.4,"2013-07-27 00:00","","","","",0.8,0.8,0.4,0.3,0.2,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45212",1,30.220556,-91.316111,"NAD27","m-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",1,0.300273,0.372734,7.1,"2013-05-06 18:00",3.2,"2013-05-08 18:00",3.2,"2013-05-11 03:00",3,"2013-05-08 03:00","","","","",1.3,0.9,0.7,0.5,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45212",2,30.220556,-91.316111,"NAD27","m-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.248889,0.273548,1.9,"2013-05-10 00:00",0.5,"2013-05-22 00:00",0.5,"2013-06-27 00:00",0.5,"2013-07-03 00:00","","","","",1.9,1.9,0.5,0.4,0.3,0.2,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45213",1,30.220556,-91.316111,"NAD27","p-Ethyltoluene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",7,0.189009,0.406121,6.7,"2013-05-06 18:00",5.4,"2013-05-11 03:00",3.6,"2013-05-11 06:00",2.8,"2013-05-08 18:00","","","","",1.6,0.9,0.4,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45213",2,30.220556,-91.316111,"NAD27","p-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.222222,0.510298,3.5,"2013-05-10 00:00",0.7,"2013-05-22 00:00",0.3,"2013-02-03 00:00",0.3,"2013-07-03 00:00","","","","",3.5,3.5,0.3,0.2,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45218",1,30.220556,-91.316111,"NAD27","m-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",84,0.069707,0.079847,1,"2013-05-26 15:00",0.7,"2013-05-27 15:00",0.7,"2013-06-03 18:00",0.4,"2013-05-06 18:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45218",2,30.220556,-91.316111,"NAD27","m-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.077778,0.124113,0.8,"2013-05-10 00:00",0.2,"2013-06-27 00:00",0.2,"2013-09-19 00:00",0.1,"2013-01-04 00:00","","","","",0.8,0.8,0.2,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45219",1,30.220556,-91.316111,"NAD27","p-Diethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",71,0.0651,0.081716,1.1,"2013-05-06 18:00",0.9,"2013-05-18 18:00",0.5,"2013-05-08 18:00",0.4,"2013-03-11 21:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45219",2,30.220556,-91.316111,"NAD27","p-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",4,0.091556,0.206315,1.4,"2013-05-10 00:00",0.2,"2013-05-22 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",1.4,1.4,0.1,0.1,0.1,0.1,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45220",1,30.220556,-91.316111,"NAD27","Styrene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",0,0.187101,0.155951,1.5,"2013-08-10 03:00",1.3,"2013-05-11 03:00",1.2,"2013-08-10 06:00",1,"2013-07-10 03:00","","","","",0.8,0.6,0.5,0.4,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45220",2,30.220556,-91.316111,"NAD27","Styrene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",0,0.153333,0.107872,0.7,"2013-05-10 00:00",0.3,"2013-05-22 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-15 00:00","","","","",0.7,0.7,0.3,0.3,0.2,0.1,0.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45225",1,30.220556,-91.316111,"NAD27","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",752,100,19,76,0,0,"","","Certification not required",32,0.129335,0.219949,5.3,"2013-05-06 18:00",1.4,"2013-05-18 18:00",1.1,"2013-05-25 03:00",0.9,"2013-05-08 03:00","","","","",0.6,0.4,0.3,0.2,0.1,0.1,0.005,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","45225",2,30.220556,-91.316111,"NAD27","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",45,37,45,122,0,0,"","","Certification not required",2,0.142444,0.247119,1.7,"2013-05-10 00:00",0.4,"2013-05-22 00:00",0.3,"2013-06-03 00:00",0.2,"2013-01-28 00:00","","","","",1.7,1.7,0.3,0.2,0.1,0.1,0.005,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-19" +"22","047","0009","61103",1,30.220556,-91.316111,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8729,100,182,122,0,31,"","","Certification not required",0,2.925902,2.342414,17.4,"2013-03-23 07:00",16.5,"2013-03-10 12:00",15.6,"2013-03-23 22:00",14.8,"2013-03-10 13:00","","","","",10.4,8.7,7.8,6.1,4.3,2.6,0,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-27" +"22","047","0009","61104",1,30.220556,-91.316111,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8729,100,182,122,0,31,"","","Certification not required",0,163.148585,104.516938,360,"2013-01-02 05:00",360,"2013-01-03 03:00",360,"2013-01-03 14:00",360,"2013-01-15 18:00","","","","",356,352,341,324,257,140,38,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-27" +"22","047","0009","62101",1,30.220556,-91.316111,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8752,100,182,122,0,8,"","","Certification not required",0,66.537477,14.170137,93,"2013-06-14 14:00",93,"2013-06-14 15:00",93,"2013-06-15 16:00",93,"2013-08-07 14:00","","","","",91,90,87,84,77,70,45,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-27" +"22","047","0009","62201",1,30.220556,-91.316111,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8404,100,180,122,0,356,"","","Certification not required",0,81.46704,18.72321,100,"2013-01-06 08:00",100,"2013-01-06 09:00",100,"2013-01-06 21:00",100,"2013-01-06 22:00","","","","",100,99,98,96,93,90,52,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-27" +"22","047","0009","63301",1,30.220556,-91.316111,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8752,100,182,122,0,8,"","","Certification not required",4356,0.249978,0.352996,1.3,"2013-06-12 12:00",1.22,"2013-03-26 12:00",1.22,"2013-04-29 12:00",1.22,"2013-05-04 11:00","","","","",1.14,1.1,1,0.88,0.45,0.01,0.005,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-27" +"22","047","0009","64101",1,30.220556,-91.316111,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8752,100,182,122,0,8,"","","Certification not required",0,1013.66042,5.341142,1030,"2013-01-18 09:00",1030,"2013-01-18 10:00",1030,"2013-11-13 05:00",1030,"2013-11-13 06:00","","","","",1027,1026,1024,1022,1017,1013,1008,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2014-01-27" +"22","047","0009","68105",1,30.220556,-91.316111,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",94,100,48,61,0,0,"","","Certification not required",0,21.479787,6.539731,30.5,"2013-08-08 00:00",29.7,"2013-06-27 00:00",29.7,"2013-08-05 00:00",29.5,"2013-07-30 00:00","","","","",30.5,29.7,29.4,28.2,26.8,23.5,12.1,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-11-22" +"22","047","0009","68108",1,30.220556,-91.316111,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,100,48,61,0,0,"","","Certification not required",0,768.308511,3.347368,777,"2013-01-04 00:00",777,"2013-03-14 00:00",777,"2013-03-26 00:00",775,"2013-01-19 00:00","","","","",777,777,775,773,770,768,765,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-11-22" +"22","047","0009","88101",1,30.220556,-91.316111,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,7.522727,4.929497,34.5,"2013-01-28 00:00",29.9,"2013-03-08 00:00",15.4,"2013-06-15 00:00",13.5,"2013-08-08 00:00","","","","",34.5,29.9,13.4,12.7,9.5,6.8,3.5,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-12" +"22","047","0009","88101",1,30.220556,-91.316111,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,7.522727,4.929497,34.5,"2013-01-28 00:00",29.9,"2013-03-08 00:00",15.4,"2013-06-15 00:00",13.5,"2013-08-08 00:00","","","","",34.5,29.9,13.4,12.7,9.5,6.8,3.5,"Bayou Plaquemine","65180 Belleview Road","Louisiana","Iberville","","Baton Rouge, LA","2013-12-12" +"22","047","0012","42601",1,30.206985,-91.129948,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8376,96,360,365,0,384,"","","Certification not required",0,3.242287,2.799948,44.7,"2013-05-20 20:00",41.2,"2013-12-21 15:00",32.3,"2013-02-10 19:00",30.8,"2013-02-04 08:00","","","","",14,10.8,7.7,5.8,4.1,3,0.5,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0012","42602",1,30.206985,-91.129948,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8376,96,360,365,0,384,2,"","Certification not required",0,17.278333,13.976364,229.8,"2013-01-04 13:00",106.5,"2013-01-03 19:00",42.8,"2013-01-21 06:00",38.9,"2013-03-14 18:00","","","","",38.9,36.2,30.5,25.5,20.6,15.5,8.3,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0012","42602",1,30.206985,-91.129948,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8376,96,360,365,0,384,"","","Certification not required",0,7.989351,7.512969,229.8,"2013-01-04 13:00",203.2,"2013-01-04 14:00",186.6,"2013-01-04 12:00",139.5,"2013-01-04 11:00","","","","",27,22.9,18.4,15,10.3,6.5,2.3,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0012","42603",1,30.206985,-91.129948,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8377,96,360,365,0,383,"","","Certification not required",0,10.190546,8.53482,224.2,"2013-01-04 13:00",199.2,"2013-01-04 14:00",182.4,"2013-01-04 12:00",137,"2013-01-04 11:00","","","","",36.8,29.9,23.5,18.9,12.7,8.2,3.5,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-02-03" +"22","047","0012","44201",1,30.206985,-91.129948,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8496,98,359,365,0,264,0,0,"Requested but not yet concurred",200,0.045019,0.014313,0.095,"2013-09-26 13:00",0.088,"2013-08-29 15:00",0.084,"2013-05-07 11:00",0.082,"2013-09-13 14:00","","","","",0.082,0.078,0.072,0.063,0.054,0.044,0.028,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-01-02" +"22","047","0012","44201",1,30.206985,-91.129948,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8626,98,358,365,0,0,0,0,"Requested but not yet concurred",0,0.03917,0.012061,0.082,"2013-09-26 10:00",0.079,"2013-08-29 10:00",0.069,"2013-06-15 09:00",0.068,"2013-09-13 10:00","","","","",0.068,0.064,0.061,0.055,0.048,0.039,0.024,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-01-02" +"22","047","0012","44201",1,30.206985,-91.129948,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8626,98,358,365,0,0,2,2,"Requested but not yet concurred",0,0.03917,0.012061,0.082,"2013-09-26 10:00",0.079,"2013-08-29 10:00",0.069,"2013-06-15 09:00",0.068,"2013-09-13 10:00","","","","",0.068,0.064,0.061,0.055,0.048,0.039,0.024,"Carville","HIGHWAY 171, CARVILLE","Louisiana","Iberville","","Baton Rouge, LA","2014-01-02" +"22","051","1001","42601",1,30.043573,-90.275091,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8193,94,348,365,0,567,"","","Certification not required",0,1.696692,5.934299,96.2,"2013-12-16 22:00",91.2,"2013-02-15 07:00",90.2,"2013-11-30 03:00",86.3,"2013-11-30 02:00","","","","",28,16.9,5,2.3,1.1,0.5,0.2,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","051","1001","42602",1,30.043573,-90.275091,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8228,94,351,365,0,532,0,"","Certification not required",0,17.636752,11.902007,53.9,"2013-01-24 06:00",49.5,"2013-01-23 23:00",48.8,"2013-12-17 19:00",48.5,"2013-02-03 23:00","","","","",48.5,46.1,42.9,35.1,24.1,15.4,4.2,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","051","1001","42602",1,30.043573,-90.275091,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8228,94,351,365,0,532,"","","Certification not required",0,6.433738,7.583287,53.9,"2013-01-24 06:00",53.7,"2013-01-24 05:00",49.5,"2013-01-23 23:00",48.8,"2013-12-17 19:00","","","","",37.6,32,23,15.9,7.9,3.5,1.1,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","051","1001","42603",1,30.043573,-90.275091,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8234,94,351,365,0,526,"","","Certification not required",0,7.865691,11.814472,130.9,"2013-12-16 22:00",121.3,"2013-11-30 22:00",119.7,"2013-11-30 21:00",118.4,"2013-12-16 21:00","","","","",63.2,46.3,28.3,17.5,8.6,4,1.1,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","051","1001","44201",2,30.043573,-90.275091,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8526,99,361,365,0,234,0,0,"Requested but not yet concurred",419,0.043856,0.012296,0.091,"2013-05-08 13:00",0.09,"2013-05-14 15:00",0.083,"2013-08-30 17:00",0.077,"2013-10-09 15:00","","","","",0.077,0.068,0.063,0.058,0.052,0.045,0.028,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","051","1001","44201",2,30.043573,-90.275091,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8614,98,358,365,0,0,0,0,"Requested but not yet concurred",0,0.038872,0.010936,0.075,"2013-08-30 11:00",0.071,"2013-05-08 09:00",0.069,"2013-05-14 11:00",0.066,"2013-05-15 11:00","","","","",0.066,0.062,0.056,0.052,0.047,0.039,0.025,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","051","1001","44201",2,30.043573,-90.275091,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8614,98,358,365,0,0,0,0,"Requested but not yet concurred",0,0.038872,0.010936,0.075,"2013-08-30 11:00",0.071,"2013-05-08 09:00",0.069,"2013-05-14 11:00",0.066,"2013-05-15 11:00","","","","",0.066,0.062,0.056,0.052,0.047,0.039,0.025,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","051","1001","68105",1,30.043573,-90.275091,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",268,100,47,61,0,0,"","","Certification not required",0,21.725,6.302809,29.9,"2013-06-28 00:00",29.7,"2013-08-08 00:00",29.6,"2013-08-07 00:00",29.5,"2013-08-06 00:00","","","","",29.6,29.3,28.5,28.2,26.9,24.6,11.5,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2013-11-22" +"22","051","1001","68108",1,30.043573,-90.275091,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",268,100,47,61,0,0,"","","Certification not required",0,762.921642,3.27249,772,"2013-01-04 00:00",772,"2013-03-14 00:00",771,"2013-01-23 00:00",771,"2013-02-01 00:00","","","","",771,771,769,768,765,763,759,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2013-11-22" +"22","051","1001","88101",1,30.043573,-90.275091,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,14,0,0,"Certification not required",0,7.401931,3.300698,20.8,"2013-08-30 00:00",19.3,"2013-03-09 00:00",18.2,"2013-03-08 00:00",17.2,"2013-08-29 00:00","","","","",18.2,15.9,13.4,11.7,9.3,7,3.6,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2013-12-12" +"22","051","1001","88101",1,30.043573,-90.275091,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,14,"","","Certification not required",0,7.401931,3.300698,20.8,"2013-08-30 00:00",19.3,"2013-03-09 00:00",18.2,"2013-03-08 00:00",17.2,"2013-08-29 00:00","","","","",18.2,15.9,13.4,11.7,9.3,7,3.6,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2013-12-12" +"22","051","1001","88502",3,30.043573,-90.275091,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8643,99,360,365,0,117,"","","Certification not required",0,6.791704,5.069498,85.2,"2013-12-31 21:00",79.5,"2013-01-01 00:00",73.5,"2013-03-06 20:00",57.4,"2013-12-31 22:00","","","","",24.4,19.9,15.8,12.9,8.9,5.8,1.8,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","051","1001","88502",3,30.043573,-90.275091,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,6.753889,3.270555,19.4,"2013-08-30 00:00",18.8,"2013-08-08 00:00",18.7,"2013-03-09 00:00",18.1,"2013-03-08 00:00","","","","",18.1,15.7,13.2,11.6,8.3,6.1,3.3,"Kenner","West Temple Pl","Louisiana","Jefferson","Kenner","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","051","2001","68105",1,29.883056,-90.083333,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",92,100,46,61,0,0,"","","Certification not required",0,22.086957,6.100535,29.9,"2013-08-05 00:00",29.7,"2013-08-02 00:00",29.6,"2013-06-27 00:00",29.6,"2013-08-08 00:00","","","","",29.9,29.7,29,28.7,27.2,24.4,12.7,"Marrero","Patriot St. and Allo St.","Louisiana","Jefferson","Marrero","New Orleans-Metairie-Kenner, LA","2013-11-22" +"22","051","2001","68108",1,29.883056,-90.083333,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",92,100,46,61,0,0,"","","Certification not required",0,762.978261,3.334727,772,"2013-03-14 00:00",771,"2013-03-26 00:00",770,"2013-01-19 00:00",770,"2013-01-22 00:00","","","","",772,771,769,768,765,763,759,"Marrero","Patriot St. and Allo St.","Louisiana","Jefferson","Marrero","New Orleans-Metairie-Kenner, LA","2013-11-22" +"22","051","2001","88101",1,29.883056,-90.083333,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,6,0,0,"Certification not required",0,8.032184,3.474174,23,"2013-03-08 00:00",17.9,"2013-08-29 00:00",14.8,"2013-09-07 00:00",14.7,"2013-08-02 00:00","","","","",23,17.9,14.4,12.8,9.4,7.5,3.9,"Marrero","Patriot St. and Allo St.","Louisiana","Jefferson","Marrero","New Orleans-Metairie-Kenner, LA","2013-12-12" +"22","051","2001","88101",1,29.883056,-90.083333,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,6,"","","Certification not required",0,8.032184,3.474174,23,"2013-03-08 00:00",17.9,"2013-08-29 00:00",14.8,"2013-09-07 00:00",14.7,"2013-08-02 00:00","","","","",23,17.9,14.4,12.8,9.4,7.5,3.9,"Marrero","Patriot St. and Allo St.","Louisiana","Jefferson","Marrero","New Orleans-Metairie-Kenner, LA","2013-12-12" +"22","055","0007","44201",1,30.2175,-92.051389,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8597,99,361,365,0,163,0,0,"Requested but not yet concurred",538,0.043781,0.012479,0.083,"2013-08-30 16:00",0.077,"2013-09-26 12:00",0.073,"2013-04-13 16:00",0.072,"2013-03-08 15:00","","","","",0.072,0.068,0.065,0.06,0.052,0.044,0.028,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-01-02" +"22","055","0007","44201",1,30.2175,-92.051389,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,99,360,365,0,0,0,0,"Requested but not yet concurred",0,0.038978,0.011597,0.076,"2013-08-30 10:00",0.073,"2013-09-26 10:00",0.066,"2013-04-13 11:00",0.066,"2013-09-27 10:00","","","","",0.066,0.063,0.059,0.054,0.048,0.038,0.025,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-01-02" +"22","055","0007","44201",1,30.2175,-92.051389,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,99,360,365,0,0,1,1,"Requested but not yet concurred",0,0.038978,0.011597,0.076,"2013-08-30 10:00",0.073,"2013-09-26 10:00",0.066,"2013-04-13 11:00",0.066,"2013-09-27 10:00","","","","",0.066,0.063,0.059,0.054,0.048,0.038,0.025,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-01-02" +"22","055","0007","68105",1,30.2175,-92.051389,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",96,79,96,122,0,0,"","","Certification not required",0,20.845833,6.800757,29.3,"2013-06-27 00:00",29.3,"2013-08-02 00:00",29.3,"2013-08-08 00:00",29.1,"2013-09-01 00:00","","","","",29.3,29.3,29,27.8,26.8,24.1,10,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2013-11-22" +"22","055","0007","68108",1,30.2175,-92.051389,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",96,79,96,122,0,0,"","","Certification not required",0,762.40625,6.630993,776,"2013-01-04 00:00",775,"2013-03-14 00:00",775,"2013-03-26 00:00",774,"2013-01-19 00:00","","","","",776,775,773,772,767,762,755,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2013-11-22" +"22","055","0007","81102",1,30.2175,-92.051389,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8457,97,351,365,0,303,"","","Certification not required",80,20.746127,15.594874,988,"2013-12-03 10:00",133,"2013-08-07 18:00",112,"2013-12-17 08:00",111,"2013-08-08 07:00","","","","",66,53,40,33,25,19,10,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","055","0007","81102",1,30.2175,-92.051389,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",351,96,351,365,0,0,0,0,"Certification not required",0,20.344729,8.676617,75,"2013-08-07 00:00",70,"2013-08-08 00:00",56,"2013-06-11 00:00",55,"2013-12-03 00:00","","","","",55,45,35,30,24,19,12,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","055","0007","81102",2,30.2175,-92.051389,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8550,98,356,365,0,210,"","","Certification not required",105,22.510409,12.170017,134,"2013-08-07 18:00",116,"2013-07-02 02:00",113,"2013-08-07 19:00",111,"2013-08-08 07:00","","","","",67,56,44,36,27,21,10,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","055","0007","81102",2,30.2175,-92.051389,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,22.067416,8.808188,76,"2013-08-07 00:00",74,"2013-08-08 00:00",60,"2013-06-11 00:00",57,"2013-07-29 00:00","","","","",57,46,37,31,26,21,13,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","055","0007","88101",1,30.2175,-92.051389,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,7.595556,3.51935,22.6,"2013-08-29 00:00",14.6,"2013-06-15 00:00",13.6,"2013-08-08 00:00",13.3,"2013-07-03 00:00","","","","",22.6,14.6,13.3,12,10.1,7.2,3.7,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2013-12-12" +"22","055","0007","88101",1,30.2175,-92.051389,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,7.595556,3.51935,22.6,"2013-08-29 00:00",14.6,"2013-06-15 00:00",13.6,"2013-08-08 00:00",13.3,"2013-07-03 00:00","","","","",22.6,14.6,13.3,12,10.1,7.2,3.7,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2013-12-12" +"22","055","0007","88101",3,30.2175,-92.051389,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8575,98,363,365,0,185,"","","Certification not required",0,11.117213,7.283159,185.3,"2013-12-04 13:00",60.3,"2013-11-28 21:00",59.8,"2013-11-29 20:00",59.4,"2013-12-20 15:00","","","","",36.2,30.3,24.1,19.6,13.9,9.8,4,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","055","0007","88101",3,30.2175,-92.051389,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,11.043697,4.813061,30.5,"2013-11-30 00:00",29.4,"2013-08-28 00:00",29.1,"2013-08-29 00:00",25.6,"2013-08-07 00:00","","","","",25.6,24.4,20.5,17.1,13.6,10.1,5.8,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","055","0007","88101",3,30.2175,-92.051389,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,11.043697,4.813061,30.5,"2013-11-30 00:00",29.4,"2013-08-28 00:00",29.1,"2013-08-29 00:00",25.6,"2013-08-07 00:00","","","","",25.6,24.4,20.5,17.1,13.6,10.1,5.8,"Lafayette / USGS","646 Cajundome","Louisiana","Lafayette","Lafayette","Lafayette, LA","2014-02-19" +"22","057","0004","44201",1,29.763889,-90.765183,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8560,99,361,365,0,200,0,0,"Requested but not yet concurred",826,0.042152,0.013421,0.084,"2013-09-26 14:00",0.078,"2013-08-29 16:00",0.078,"2013-09-25 13:00",0.076,"2013-07-01 14:00","","","","",0.076,0.072,0.062,0.059,0.052,0.042,0.026,"Thibodaux","Nicholls University Farm Highway 1","Louisiana","Lafourche","Thibodaux","Houma-Bayou Cane-Thibodaux, LA","2014-01-02" +"22","057","0004","44201",1,29.763889,-90.765183,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8668,99,360,365,0,0,0,0,"Requested but not yet concurred",0,0.037158,0.012186,0.069,"2013-08-29 10:00",0.069,"2013-09-26 09:00",0.068,"2013-05-14 10:00",0.065,"2013-07-01 10:00","","","","",0.065,0.063,0.057,0.054,0.046,0.036,0.023,"Thibodaux","Nicholls University Farm Highway 1","Louisiana","Lafourche","Thibodaux","Houma-Bayou Cane-Thibodaux, LA","2014-01-02" +"22","057","0004","44201",1,29.763889,-90.765183,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8668,99,360,365,0,0,0,0,"Requested but not yet concurred",0,0.037158,0.012186,0.069,"2013-08-29 10:00",0.069,"2013-09-26 09:00",0.068,"2013-05-14 10:00",0.065,"2013-07-01 10:00","","","","",0.065,0.063,0.057,0.054,0.046,0.036,0.023,"Thibodaux","Nicholls University Farm Highway 1","Louisiana","Lafourche","Thibodaux","Houma-Bayou Cane-Thibodaux, LA","2014-01-02" +"22","057","0004","88502",3,29.763889,-90.765183,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8573,98,359,365,0,187,"","","Certification not required",0,6.490353,7.519442,344.3,"2013-02-09 15:00",342.4,"2013-02-09 16:00",170.4,"2013-02-09 17:00",133,"2013-02-09 19:00","","","","",23.2,19.1,15,11.9,8.4,5.6,1.4,"Thibodaux","Nicholls University Farm Highway 1","Louisiana","Lafourche","Thibodaux","Houma-Bayou Cane-Thibodaux, LA","2014-02-03" +"22","057","0004","88502",3,29.763889,-90.765183,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,6.445961,3.950854,53.7,"2013-02-09 00:00",22.1,"2013-03-08 00:00",17.1,"2013-11-11 00:00",16.9,"2013-08-29 00:00","","","","",16.9,15.9,12.2,10.3,7.7,5.8,2.9,"Thibodaux","Nicholls University Farm Highway 1","Louisiana","Lafourche","Thibodaux","Houma-Bayou Cane-Thibodaux, LA","2014-02-03" +"22","063","0002","42601",1,30.3125,-90.8125,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8270,94,356,365,0,490,"","","Certification not required",0,1.617582,2.019014,26.9,"2013-04-08 05:00",25.4,"2013-04-08 06:00",24.2,"2013-02-04 08:00",23.3,"2013-02-04 07:00","","","","",8.5,6.6,5.4,4.1,2.2,1,0,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-02-03" +"22","063","0002","42602",1,30.3125,-90.8125,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8269,94,356,365,0,491,0,"","Certification not required",0,6.650281,3.693813,22.3,"2013-01-21 21:00",21.6,"2013-12-01 18:00",21.5,"2013-12-18 18:00",21.3,"2013-02-18 05:00","","","","",21.3,16.2,14.2,11.7,8.2,5.5,3.2,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-02-03" +"22","063","0002","42602",1,30.3125,-90.8125,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8269,94,356,365,0,491,"","","Certification not required",0,3.262353,2.433807,22.3,"2013-01-21 21:00",21.6,"2013-12-01 18:00",21.5,"2013-12-18 18:00",21.3,"2013-02-18 05:00","","","","",12.3,10.5,7.9,6.2,4.3,2.7,1,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-02-03" +"22","063","0002","42603",1,30.3125,-90.8125,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8270,94,356,365,0,490,"","","Certification not required",0,4.065296,3.234859,33.9,"2013-02-04 08:00",32.5,"2013-02-04 07:00",32.5,"2013-04-08 06:00",32,"2013-04-08 05:00","","","","",16.7,13.6,10,7.7,5.1,3.3,1.3,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-02-03" +"22","063","0002","44201",1,30.3125,-90.8125,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8622,100,365,365,0,138,0,0,"Requested but not yet concurred",647,0.046699,0.012311,0.09,"2013-08-30 12:00",0.089,"2013-09-25 13:00",0.081,"2013-05-14 15:00",0.078,"2013-05-07 13:00","","","","",0.078,0.075,0.067,0.061,0.055,0.047,0.032,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-01-02" +"22","063","0002","44201",1,30.3125,-90.8125,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8734,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.041527,0.010968,0.079,"2013-08-30 09:00",0.074,"2013-05-14 09:00",0.072,"2013-05-08 10:00",0.069,"2013-09-25 10:00","","","","",0.069,0.065,0.06,0.055,0.05,0.041,0.028,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-01-02" +"22","063","0002","44201",1,30.3125,-90.8125,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8734,100,364,365,0,0,1,1,"Requested but not yet concurred",0,0.041527,0.010968,0.079,"2013-08-30 09:00",0.074,"2013-05-14 09:00",0.072,"2013-05-08 10:00",0.069,"2013-09-25 10:00","","","","",0.069,0.065,0.06,0.055,0.05,0.041,0.028,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-01-02" +"22","063","0002","88502",3,30.3125,-90.8125,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8642,99,361,365,0,118,"","","Certification not required",0,7.202939,5.69667,72.8,"2013-12-01 19:00",67.7,"2013-12-01 18:00",61.5,"2013-12-01 20:00",60.7,"2013-03-30 19:00","","","","",27.7,22.3,16.8,13.7,9.6,6.2,1.5,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-02-19" +"22","063","0002","88502",3,30.3125,-90.8125,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,7.157618,3.937555,26.8,"2013-12-01 00:00",23.7,"2013-03-08 00:00",23.2,"2013-08-30 00:00",20.4,"2013-03-09 00:00","","","","",20.4,17.4,14.2,12,9.2,6.5,2.9,"French Settlement","Highway 16, French Settlement","Louisiana","Livingston","","Baton Rouge, LA","2014-02-19" +"22","071","0012","44201",2,29.994444,-90.102778,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8315,96,351,365,0,445,0,0,"Requested but not yet concurred",733,0.041422,0.011675,0.089,"2013-05-14 15:00",0.081,"2013-08-30 17:00",0.079,"2013-05-07 15:00",0.073,"2013-05-15 14:00","","","","",0.073,0.067,0.06,0.055,0.05,0.042,0.028,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","071","0012","44201",2,29.994444,-90.102778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8410,96,349,365,0,0,0,0,"Requested but not yet concurred",0,0.03651,0.010871,0.075,"2013-05-14 10:00",0.073,"2013-08-30 11:00",0.068,"2013-05-15 11:00",0.064,"2013-05-07 13:00","","","","",0.064,0.061,0.053,0.051,0.044,0.036,0.024,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","071","0012","44201",2,29.994444,-90.102778,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8410,96,349,365,0,0,0,0,"Requested but not yet concurred",0,0.03651,0.010871,0.075,"2013-05-14 10:00",0.073,"2013-08-30 11:00",0.068,"2013-05-15 11:00",0.064,"2013-05-07 13:00","","","","",0.064,0.061,0.053,0.051,0.044,0.036,0.024,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","071","0012","81102",2,29.994444,-90.102778,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8385,96,347,365,0,375,"","","Certification not required",217,20.323912,15.050536,742,"2013-07-19 04:00",280,"2013-06-20 01:00",271,"2013-07-17 04:00",252,"2013-07-17 03:00","","","","",60,52,41,34,26,18,8,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","071","0012","81102",2,29.994444,-90.102778,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",347,95,347,365,0,0,0,0,"Certification not required",0,19.853026,8.555076,54,"2013-07-19 00:00",52,"2013-06-10 00:00",49,"2013-06-11 00:00",48,"2013-08-08 00:00","","","","",48,45,37,30,25,19,11,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","071","0012","88502",3,29.994444,-90.102778,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8504,97,353,365,0,256,"","","Certification not required",0,7.388111,5.627772,87.8,"2013-07-19 04:00",64.9,"2013-01-01 20:00",63.6,"2013-01-06 07:00",56.3,"2013-01-01 00:00","","","","",26.5,22.4,17.6,14.2,9.8,6.3,1.7,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","071","0012","88502",3,29.994444,-90.102778,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,"","","Certification not required",0,7.358074,3.522388,20.1,"2013-03-08 00:00",19.3,"2013-03-09 00:00",18.8,"2013-08-30 00:00",18.4,"2013-06-10 00:00","","","","",18.4,16.2,14.4,12.5,9,6.8,3.3,"New Orleans / City Park","Corner of Florida Ave & Orleans Ave","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","071","9000","85101",1,30.108633,-89.761683,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,24,61,0,9,"","","Certification not required",0,11.463848,5.117535,22.3603,"2013-05-01 00:00",21.2494,"2013-03-08 00:00",21.205,"2013-03-23 00:00",20.1065,"2013-03-05 00:00","","","","",22.3603,22.3603,21.205,19.306,15.1895,10.8262,5.3786,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","85101",2,30.108633,-89.761683,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,22,61,0,7,"","","Certification not required",0,10.344123,4.601745,21.8059,"2013-03-23 00:00",21.0877,"2013-03-08 00:00",17.5871,"2013-04-10 00:00",17.2963,"2013-02-21 00:00","","","","",21.8059,21.8059,21.0877,17.2963,13.4081,9.4061,5.6313,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","86502",1,30.108633,-89.761683,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",41,67,24,61,0,10,"","","Certification not required",0,4.95122,3.591317,14,"2013-05-01 00:00",12,"2013-03-05 00:00",12,"2013-05-13 00:00",10,"2013-03-23 00:00","","","","",14,14,12,10,7,4,1,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","86502",2,30.108633,-89.761683,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",39,64,22,61,0,8,"","","Certification not required",0,3.717949,2.615226,11,"2013-03-23 00:00",10,"2013-04-10 00:00",8,"2013-02-12 00:00",8,"2013-05-01 00:00","","","","",11,11,10,8,5,3,1,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88103",1,30.108633,-89.761683,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000256,0.000492,0.002,"2013-03-08 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88104",1,30.108633,-89.761683,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.027774,0.031142,0.189,"2013-03-05 00:00",0.0861,"2013-04-28 00:00",0.085,"2013-03-20 00:00",0.066,"2013-03-17 00:00","","","","",0.189,0.189,0.085,0.048,0.0306,0.0198,0.0082,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88109",1,30.108633,-89.761683,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.00303,0.001975,0.0096,"2013-03-23 00:00",0.0085,"2013-03-08 00:00",0.0063,"2013-01-19 00:00",0.0056,"2013-04-22 00:00","","","","",0.0096,0.0096,0.0063,0.0054,0.0038,0.0025,0.0011,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88111",1,30.108633,-89.761683,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.027667,0.020181,0.1015,"2013-03-05 00:00",0.0919,"2013-03-20 00:00",0.054,"2013-03-17 00:00",0.0536,"2013-04-28 00:00","","","","",0.1015,0.1015,0.054,0.0497,0.0332,0.0225,0.0098,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88112",1,30.108633,-89.761683,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,4.7e-05,0.000213,0.001,"2013-03-05 00:00",0.001,"2013-03-20 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88114",1,30.108633,-89.761683,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",9,0.000603,0.00055,0.0031,"2013-03-05 00:00",0.0018,"2013-01-19 00:00",0.0015,"2013-03-08 00:00",0.0013,"2013-03-20 00:00","","","","",0.0031,0.0031,0.0015,0.0012,0.0007,0.0005,0.00015,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88115",1,30.108633,-89.761683,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.044488,0.112509,0.533,"2013-05-31 00:00",0.4625,"2013-04-10 00:00",0.1958,"2013-01-13 00:00",0.1665,"2013-03-05 00:00","","","","",0.533,0.533,0.1958,0.1355,0.0069,0.0028,0.0006,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88126",1,30.108633,-89.761683,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.02406,0.015957,0.0756,"2013-03-05 00:00",0.0698,"2013-03-20 00:00",0.0545,"2013-04-28 00:00",0.0534,"2013-03-17 00:00","","","","",0.0756,0.0756,0.0545,0.0392,0.0309,0.0204,0.0078,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88128",1,30.108633,-89.761683,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.001186,0.000906,0.003,"2013-01-19 00:00",0.003,"2013-03-08 00:00",0.003,"2013-03-17 00:00",0.003,"2013-03-29 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88132",1,30.108633,-89.761683,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000977,0.000597,0.002,"2013-02-03 00:00",0.002,"2013-03-05 00:00",0.002,"2013-03-08 00:00",0.002,"2013-03-17 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88136",1,30.108633,-89.761683,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.00086,0.001489,0.009,"2013-03-05 00:00",0.003,"2013-01-25 00:00",0.003,"2013-03-08 00:00",0.002,"2013-03-20 00:00","","","","",0.009,0.009,0.003,0.002,0.001,0.001,0,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88140",1,30.108633,-89.761683,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",4,0.029491,0.029669,0.1245,"2013-04-10 00:00",0.0953,"2013-04-16 00:00",0.09,"2013-03-23 00:00",0.075,"2013-05-19 00:00","","","","",0.1245,0.1245,0.09,0.0707,0.0487,0.0176,0.0033,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88152",1,30.108633,-89.761683,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",32,0.000463,0.000848,0.0043,"2013-05-22 00:00",0.0036,"2013-05-25 00:00",0.0017,"2013-05-28 00:00",0.0008,"2013-01-04 00:00","","","","",0.0043,0.0043,0.0017,0.0008,0.0005,0.00015,0.0001,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88154",1,30.108633,-89.761683,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",7,0.000381,0.000243,0.0011,"2013-01-28 00:00",0.0008,"2013-02-21 00:00",0.0008,"2013-03-23 00:00",0.0007,"2013-02-09 00:00","","","","",0.0011,0.0011,0.0008,0.0007,0.0005,0.0004,0.0001,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88161",1,30.108633,-89.761683,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",3,0.002222,0.001819,0.0072,"2013-03-20 00:00",0.0071,"2013-03-05 00:00",0.0055,"2013-05-25 00:00",0.0052,"2013-04-28 00:00","","","","",0.0072,0.0072,0.0055,0.0049,0.0032,0.0017,0.0006,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88164",1,30.108633,-89.761683,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.001135,0.001276,0.0064,"2013-03-08 00:00",0.0043,"2013-01-25 00:00",0.0035,"2013-03-17 00:00",0.0033,"2013-05-19 00:00","","","","",0.0064,0.0064,0.0035,0.0023,0.0016,0.0006,0.0002,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88165",1,30.108633,-89.761683,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.052791,0.052688,0.2326,"2013-03-20 00:00",0.221,"2013-03-05 00:00",0.1764,"2013-04-28 00:00",0.1429,"2013-03-17 00:00","","","","",0.2326,0.2326,0.1764,0.1018,0.0664,0.039,0.0128,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88167",1,30.108633,-89.761683,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.003891,0.002371,0.0103,"2013-03-08 00:00",0.0073,"2013-01-04 00:00",0.0073,"2013-01-19 00:00",0.0069,"2013-02-09 00:00","","","","",0.0103,0.0103,0.0073,0.0067,0.0057,0.0038,0.0009,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88168",1,30.108633,-89.761683,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",17,0.000397,0.000335,0.0012,"2013-03-05 00:00",0.0012,"2013-04-10 00:00",0.001,"2013-03-23 00:00",0.001,"2013-05-16 00:00","","","","",0.0012,0.0012,0.001,0.001,0.0006,0.0003,0.0001,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88169",1,30.108633,-89.761683,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.573453,0.253734,1.1821,"2013-05-19 00:00",1.1278,"2013-03-08 00:00",1.0089,"2013-03-17 00:00",0.9438,"2013-03-23 00:00","","","","",1.1821,1.1821,1.0089,0.907,0.776,0.5367,0.2627,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88176",1,30.108633,-89.761683,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",31,0.000207,0.000124,0.0006,"2013-04-28 00:00",0.0005,"2013-02-09 00:00",0.0005,"2013-03-20 00:00",0.0005,"2013-03-23 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.00015,0.0001,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88180",1,30.108633,-89.761683,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.045763,0.025171,0.1357,"2013-03-23 00:00",0.1005,"2013-03-17 00:00",0.0856,"2013-03-08 00:00",0.081,"2013-01-25 00:00","","","","",0.1357,0.1357,0.0856,0.0793,0.0589,0.039,0.0171,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88184",1,30.108633,-89.761683,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",3,0.183317,0.199109,0.812,"2013-04-10 00:00",0.6308,"2013-03-23 00:00",0.5639,"2013-05-31 00:00",0.56,"2013-04-16 00:00","","","","",0.812,0.812,0.5639,0.4567,0.2667,0.085,0.0063,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88185",1,30.108633,-89.761683,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",35,0.000651,0.00029,0.0015,"2013-05-16 00:00",0.0014,"2013-01-25 00:00",0.0014,"2013-02-09 00:00",0.0012,"2013-04-07 00:00","","","","",0.0015,0.0015,0.0014,0.0011,0.00065,0.00065,0.0004,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88203",1,30.108633,-89.761683,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.231948,0.262805,0.9896,"2013-04-10 00:00",0.9846,"2013-03-23 00:00",0.7982,"2013-05-31 00:00",0.6693,"2013-02-21 00:00","","","","",0.9896,0.9896,0.7982,0.636,0.2885,0.1533,0.024,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88306",1,30.108633,-89.761683,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.372393,0.240593,1.1166,"2013-03-02 00:00",0.9537,"2013-03-08 00:00",0.9181,"2013-01-25 00:00",0.673,"2013-02-21 00:00","","","","",1.1166,1.1166,0.9181,0.6433,0.5137,0.3486,0.1221,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88320",1,30.108633,-89.761683,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.031591,0.831426,4.94,"2013-03-08 00:00",3.3,"2013-02-21 00:00",1.97,"2013-03-23 00:00",1.7,"2013-02-03 00:00","","","","",4.94,4.94,1.97,1.67,1.29,0.94,0.37,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88321",1,30.108633,-89.761683,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.275682,0.239072,1.45,"2013-03-08 00:00",0.66,"2013-02-21 00:00",0.56,"2013-01-25 00:00",0.5,"2013-02-03 00:00","","","","",1.45,1.45,0.56,0.48,0.37,0.23,0.07,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88324",1,30.108633,-89.761683,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",39,0.024086,0.016217,0.1006,"2013-02-21 00:00",0.0634,"2013-01-19 00:00",0.058,"2013-03-08 00:00",0.0338,"2013-03-20 00:00","","","","",0.1006,0.1006,0.058,0.03165,0.03075,0.0176,0.01065,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88325",1,30.108633,-89.761683,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",2,0.245842,0.202248,1.3173,"2013-03-08 00:00",0.6146,"2013-02-21 00:00",0.4223,"2013-02-03 00:00",0.3842,"2013-05-25 00:00","","","","",1.3173,1.3173,0.4223,0.3651,0.2914,0.2232,0.0964,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88326",1,30.108633,-89.761683,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",2,0.282669,0.248521,1.244,"2013-03-08 00:00",1.2002,"2013-02-21 00:00",0.6656,"2013-03-23 00:00",0.5256,"2013-01-19 00:00","","","","",1.244,1.244,0.6656,0.498,0.3561,0.2341,0.1087,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88327",1,30.108633,-89.761683,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.225893,0.182342,0.8745,"2013-02-21 00:00",0.8028,"2013-03-08 00:00",0.7404,"2013-03-23 00:00",0.3909,"2013-02-03 00:00","","","","",0.8745,0.8745,0.7404,0.357,0.2822,0.1878,0.0829,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88328",1,30.108633,-89.761683,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.270195,0.233988,1.5194,"2013-03-08 00:00",0.642,"2013-03-29 00:00",0.5086,"2013-02-21 00:00",0.4144,"2013-04-04 00:00","","","","",1.5194,1.5194,0.5086,0.3965,0.344,0.2597,0.059,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88329",1,30.108633,-89.761683,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.498391,0.458484,2.9067,"2013-03-08 00:00",1.1414,"2013-02-21 00:00",1.0322,"2013-03-29 00:00",0.934,"2013-01-25 00:00","","","","",2.9067,2.9067,1.0322,0.831,0.6733,0.4557,0.0922,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88330",1,30.108633,-89.761683,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",2,0.047589,0.035276,0.1982,"2013-03-02 00:00",0.1505,"2013-03-14 00:00",0.085,"2013-02-15 00:00",0.0803,"2013-03-26 00:00","","","","",0.1982,0.1982,0.085,0.0787,0.061,0.0442,0.0181,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88331",1,30.108633,-89.761683,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",16,0.000343,0.001372,0.0086,"2013-03-02 00:00",0.0033,"2013-03-11 00:00",0.001,"2013-04-07 00:00",0.0003,"2013-03-14 00:00","","","","",0.0086,0.0086,0.001,0.00015,0.00015,0,0,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88338",1,30.108633,-89.761683,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",39,0.01998,0.019295,0.1364,"2013-01-31 00:00",0.0357,"2013-04-16 00:00",0.0347,"2013-04-19 00:00",0.0344,"2013-05-25 00:00","","","","",0.1364,0.1364,0.0347,0.0319,0.02385,0.0151,0.01065,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88339",1,30.108633,-89.761683,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,2.365456,1.046651,4.87608,"2013-05-19 00:00",4.65209,"2013-03-08 00:00",4.16163,"2013-03-17 00:00",3.89301,"2013-03-23 00:00","","","","",4.87608,4.87608,4.16163,3.74133,3.20088,2.21401,1.08364,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88344",1,30.108633,-89.761683,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.480377,0.310367,1.4404,"2013-03-02 00:00",1.2303,"2013-03-08 00:00",1.1843,"2013-01-25 00:00",0.868,"2013-02-21 00:00","","","","",1.4404,1.4404,1.1843,0.8299,0.6627,0.4497,0.1575,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88348",1,30.108633,-89.761683,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.300074,0.265278,1.3285,"2013-03-05 00:00",1.0986,"2013-03-20 00:00",0.858,"2013-04-28 00:00",0.7273,"2013-03-17 00:00","","","","",1.3285,1.3285,0.858,0.5331,0.356,0.208,0.0892,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88350",1,30.108633,-89.761683,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.857116,1.496929,8.8951,"2013-03-08 00:00",5.9373,"2013-02-21 00:00",3.5458,"2013-03-23 00:00",3.0618,"2013-02-03 00:00","","","","",8.8951,8.8951,3.5458,3.0146,2.3141,1.6907,0.6691,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88403",1,30.108633,-89.761683,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.777745,0.822078,3.7188,"2013-05-19 00:00",3.6414,"2013-03-08 00:00",3.2411,"2013-03-17 00:00",3.1273,"2013-03-23 00:00","","","","",3.7188,3.7188,3.2411,2.893,2.3973,1.6652,0.8063,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","071","9000","88502",1,30.108633,-89.761683,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,5.895349,2.981607,18.5,"2013-03-08 00:00",10.7,"2013-02-21 00:00",10.6,"2013-03-23 00:00",8.8,"2013-01-28 00:00","","","","",18.5,18.5,10.6,8.6,7.4,5.7,2.8,"Breton Island","25724 Chef Menteur Hwy, New Orleans, LA","Louisiana","Orleans","New Orleans","New Orleans-Metairie-Kenner, LA","2014-01-28" +"22","073","0004","44201",1,32.509713,-92.046093,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8582,98,240,245,0,178,0,0,"Requested but not yet concurred",631,0.039508,0.01458,0.076,"2013-07-19 12:00",0.074,"2013-06-14 17:00",0.072,"2013-09-06 11:00",0.069,"2013-06-15 15:00","","","","",0.072,0.069,0.063,0.06,0.051,0.041,0.028,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2014-01-02" +"22","073","0004","44201",1,32.509713,-92.046093,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,239,245,0,0,0,0,"Requested but not yet concurred",0,0.035184,0.013302,0.069,"2013-09-06 10:00",0.065,"2013-07-03 11:00",0.064,"2013-06-14 12:00",0.062,"2013-09-05 10:00","","","","",0.064,0.061,0.058,0.053,0.045,0.036,0.025,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2014-01-02" +"22","073","0004","44201",1,32.509713,-92.046093,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,239,245,0,0,0,0,"Requested but not yet concurred",0,0.035184,0.013302,0.069,"2013-09-06 10:00",0.065,"2013-07-03 11:00",0.064,"2013-06-14 12:00",0.062,"2013-09-05 10:00","","","","",0.064,0.061,0.058,0.053,0.045,0.036,0.025,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2014-01-02" +"22","073","0004","68105",1,32.509713,-92.046093,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,19.811236,8.075558,30,"2013-08-08 00:00",29.6,"2013-06-27 00:00",29.6,"2013-08-31 00:00",29.6,"2013-09-01 00:00","","","","",30,29.6,29.3,28.9,26.9,22.9,8.1,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2013-11-22" +"22","073","0004","68108",1,32.509713,-92.046093,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,760.820225,3.238833,771,"2013-01-04 00:00",768,"2013-01-22 00:00",768,"2013-03-14 00:00",768,"2013-04-25 00:00","","","","",771,768,767,766,762,760,757,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2013-11-22" +"22","073","0004","88101",1,32.509713,-92.046093,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,66,81,122,0,18,0,0,"Certification not required",0,8.501176,4.62389,23.8,"2013-08-31 00:00",23.4,"2013-08-08 00:00",21.4,"2013-07-03 00:00",19.4,"2013-09-10 00:00","","","","",23.8,23.4,18.9,14.6,10.4,7.2,4.7,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2013-12-12" +"22","073","0004","88101",1,32.509713,-92.046093,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,66,81,122,0,18,"","","Certification not required",0,8.501176,4.62389,23.8,"2013-08-31 00:00",23.4,"2013-08-08 00:00",21.4,"2013-07-03 00:00",19.4,"2013-09-10 00:00","","","","",23.8,23.4,18.9,14.6,10.4,7.2,4.7,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2013-12-12" +"22","073","0004","88101",3,32.509713,-92.046093,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7800,89,330,365,0,960,"","","Certification not required",0,16.219205,7.20683,83.5,"2013-08-29 11:00",80.1,"2013-07-08 09:00",78.9,"2013-08-28 09:00",68.7,"2013-07-04 22:00","","","","",37.9,34.6,28.9,25.4,19.8,15.2,8.6,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2014-02-03" +"22","073","0004","88101",3,32.509713,-92.046093,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,1,1,"Certification not required",0,16.159317,5.178501,43.2,"2013-08-08 00:00",31.8,"2013-08-29 00:00",31.7,"2013-07-03 00:00",31.7,"2013-08-09 00:00","","","","",31.7,30.4,26.4,22.7,18.5,15.1,10.6,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2014-02-03" +"22","073","0004","88101",3,32.509713,-92.046093,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",323,88,323,365,0,0,"","","Certification not required",0,16.159443,5.170454,43.2,"2013-08-08 00:00",31.8,"2013-08-29 00:00",31.7,"2013-07-03 00:00",31.7,"2013-08-09 00:00","","","","",31.7,30.4,26.4,22.7,18.5,15.1,10.6,"Monroe / Airport","5296 Southwest","Louisiana","Ouachita","Monroe","Monroe, LA","2014-02-03" +"22","077","0001","44201",1,30.681736,-91.366172,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8587,100,364,365,0,173,0,0,"Requested but not yet concurred",166,0.045865,0.011427,0.083,"2013-03-08 16:00",0.082,"2013-06-15 15:00",0.082,"2013-10-26 15:00",0.078,"2013-05-26 14:00","","","","",0.078,0.072,0.066,0.061,0.053,0.044,0.032,"New Roads","TED DAVIS RESIDENCE. HIGHWAY 415","Louisiana","Pointe Coupee","","Baton Rouge, LA","2014-01-02" +"22","077","0001","44201",1,30.681736,-91.366172,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.040755,0.010101,0.071,"2013-03-08 10:00",0.068,"2013-05-26 10:00",0.067,"2013-06-15 10:00",0.066,"2013-09-26 09:00","","","","",0.066,0.064,0.059,0.055,0.048,0.039,0.029,"New Roads","TED DAVIS RESIDENCE. HIGHWAY 415","Louisiana","Pointe Coupee","","Baton Rouge, LA","2014-01-02" +"22","077","0001","44201",1,30.681736,-91.366172,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.040755,0.010101,0.071,"2013-03-08 10:00",0.068,"2013-05-26 10:00",0.067,"2013-06-15 10:00",0.066,"2013-09-26 09:00","","","","",0.066,0.064,0.059,0.055,0.048,0.039,0.029,"New Roads","TED DAVIS RESIDENCE. HIGHWAY 415","Louisiana","Pointe Coupee","","Baton Rouge, LA","2014-01-02" +"22","079","0002","68105",1,31.177638,-92.410611,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",101,83,96,122,0,0,"","","Certification not required",0,20.908911,7.149295,31.6,"2013-08-05 00:00",31,"2013-08-02 00:00",30.7,"2013-08-03 00:00",30.1,"2013-09-01 00:00","","","","",31,30.7,29.7,28.9,26.3,23.6,10.5,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2013-11-22" +"22","079","0002","68108",1,31.177638,-92.410611,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,83,96,122,0,0,"","","Certification not required",0,760.485149,7.326137,776,"2013-01-04 00:00",775,"2013-03-26 00:00",774,"2013-03-14 00:00",773,"2013-01-19 00:00","","","","",775,774,772,771,766,759,751,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2013-11-22" +"22","079","0002","88101",1,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",94,73,89,122,0,2,0,0,"Certification not required",0,7.532979,3.555501,20.5,"2013-08-05 00:00",19.5,"2013-08-29 00:00",16.1,"2013-09-10 00:00",15.3,"2013-07-03 00:00","","","","",20.5,19.5,14,12.2,9.7,6.6,4.3,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2013-12-12" +"22","079","0002","88101",1,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",94,73,89,122,0,2,"","","Certification not required",0,7.532979,3.555501,20.5,"2013-08-05 00:00",19.5,"2013-08-29 00:00",16.1,"2013-09-10 00:00",15.3,"2013-07-03 00:00","","","","",20.5,19.5,14,12.2,9.7,6.6,4.3,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2013-12-12" +"22","079","0002","88101",3,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8621,98,363,365,0,139,"","","Certification not required",0,10.563577,7.048115,61,"2013-08-08 12:00",59.6,"2013-07-29 18:00",59.3,"2013-02-17 00:00",57.2,"2013-07-29 19:00","","","","",34,29.3,23.7,19.9,13.6,9.2,3.3,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2014-02-19" +"22","079","0002","88101",3,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,1,1,"Certification not required",0,10.524654,4.877799,37.1,"2013-08-08 00:00",28.9,"2013-08-07 00:00",25.7,"2013-08-30 00:00",23.9,"2013-08-29 00:00","","","","",23.9,22,19.1,17.2,13,9.5,5.5,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2014-02-19" +"22","079","0002","88101",3,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,10.524654,4.877799,37.1,"2013-08-08 00:00",28.9,"2013-08-07 00:00",25.7,"2013-08-30 00:00",23.9,"2013-08-29 00:00","","","","",23.9,22,19.1,17.2,13,9.5,5.5,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2014-02-19" +"22","079","0002","88101",4,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8541,98,362,365,0,219,"","","Certification not required",0,10.509378,5.912395,67.1,"2013-02-17 00:00",56.3,"2013-07-29 19:00",55.6,"2013-08-08 13:00",52.4,"2013-09-27 21:00","","","","",29,25.6,21.2,18,13,9.6,4.2,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2014-02-19" +"22","079","0002","88101",4,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,10.467797,4.299672,35.3,"2013-08-08 00:00",27.1,"2013-08-07 00:00",23.1,"2013-08-30 00:00",22.2,"2013-07-29 00:00","","","","",22.2,21,17.9,15.7,12.8,9.8,5.6,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2014-02-19" +"22","079","0002","88101",4,31.177638,-92.410611,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,10.467797,4.299672,35.3,"2013-08-08 00:00",27.1,"2013-08-07 00:00",23.1,"2013-08-30 00:00",22.2,"2013-07-29 00:00","","","","",22.2,21,17.9,15.7,12.8,9.8,5.6,"Alexandria","8105 Tom Bowman Drive","Louisiana","Rapides","Alexandria","Alexandria, LA","2014-02-19" +"22","087","0004","42401",1,29.93961,-89.92388,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8543,98,360,365,0,217,0,"","Certification not required",0,5.382222,3.916904,33.3,"2013-01-20 22:00",29.3,"2013-05-08 01:00",27.8,"2013-05-06 23:00",23.7,"2013-05-07 00:00","","","","",23.7,16.9,11.8,9.1,6.6,4.4,2.1,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0004","42401",1,29.93961,-89.92388,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8543,98,360,365,0,217,"","","Certification not required",0,2.635936,1.768285,33.3,"2013-01-20 22:00",31.7,"2013-01-20 23:00",31,"2013-01-20 20:00",30.4,"2013-01-20 21:00","","","","",8.7,7,5.5,4.3,3,2.4,1.2,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0004","42401",1,29.93961,-89.92388,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,2.640556,1.133496,9.6,"2013-01-20 00:00",8.3,"2013-05-08 00:00",7.3,"2013-05-07 00:00",7.1,"2013-05-06 00:00","","","","",7.1,5.7,4.4,3.9,3.2,2.5,1.3,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0004","42401",1,29.93961,-89.92388,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2766,95,359,365,0,0,"",0,"Certification not required",0,2.600108,1.593106,31.8,"2013-01-20 23:00",22.3,"2013-05-08 02:00",18.6,"2013-01-20 20:00",15,"2013-01-22 11:00","","","","",7.7,6.5,5.2,4.2,3.1,2.4,1.2,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0004","42401",2,29.93961,-89.92388,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",102397,97,360,365,0,2723,"","","Certification not required",0,2.637453,1.955419,59.5,"2013-05-07 00:10",49.9,"2013-05-06 23:50",49.5,"2013-05-08 01:40",46.9,"2013-05-08 01:45","","","","",9.4,7.5,5.5,4.3,3,2.3,1.1,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-02-07" +"22","087","0004","44201",1,29.93961,-89.92388,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8328,96,351,365,0,432,0,0,"Requested but not yet concurred",367,0.043792,0.011123,0.079,"2013-08-30 16:00",0.076,"2013-05-07 15:00",0.071,"2013-08-29 16:00",0.07,"2013-06-30 14:00","","","","",0.07,0.066,0.062,0.057,0.052,0.044,0.03,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","087","0004","44201",1,29.93961,-89.92388,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8410,95,348,365,0,0,0,0,"Requested but not yet concurred",0,0.03927,0.010287,0.075,"2013-08-30 10:00",0.066,"2013-08-29 10:00",0.065,"2013-05-07 10:00",0.063,"2013-05-08 10:00","","","","",0.063,0.061,0.056,0.052,0.047,0.039,0.026,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","087","0004","44201",1,29.93961,-89.92388,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8410,95,348,365,0,0,0,0,"Requested but not yet concurred",0,0.03927,0.010287,0.075,"2013-08-30 10:00",0.066,"2013-08-29 10:00",0.065,"2013-05-07 10:00",0.063,"2013-05-08 10:00","","","","",0.063,0.061,0.056,0.052,0.047,0.039,0.026,"Meraux","4101 Mistrot Dr. Meraux, LA 70075","Louisiana","St. Bernard","Meraux","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","087","0007","42401",1,29.94475,-89.976263,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8342,95,357,365,0,418,23,"","Certification not required",0,18.747899,36.603498,325,"2013-04-18 23:00",251.3,"2013-05-17 18:00",206,"2013-03-04 22:00",181,"2013-01-13 12:00","","","","",181,135,100.1,51,16.3,5.2,1.9,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","42401",1,29.94475,-89.976263,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8342,95,357,365,0,418,"","","Certification not required",0,4.302781,13.667091,325,"2013-04-18 23:00",251.3,"2013-05-17 18:00",208.4,"2013-04-18 22:00",206,"2013-03-04 22:00","","","","",69.4,37.6,12.3,5.3,2.8,1.6,0.6,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","42401",1,29.94475,-89.976263,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,4.294118,8.289823,78.5,"2013-05-17 00:00",74.1,"2013-03-04 00:00",56.2,"2013-04-18 00:00",51,"2013-01-11 00:00","","","","",51,30.6,15.3,8,3.5,2.1,0.9,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","42401",1,29.94475,-89.976263,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2632,90,352,365,0,0,"",0,"Certification not required",0,4.336246,12.53773,235.6,"2013-04-18 23:00",187.4,"2013-03-04 23:00",145.7,"2013-01-11 14:00",132.7,"2013-04-18 17:00","","","","",69.5,37.9,14.6,5.9,3,1.7,0.6,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","42401",2,29.94475,-89.976263,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",50191,48,179,365,0,2801,"","","Certification not required",0,3.003515,7.729527,247.8,"2013-07-30 16:00",210.8,"2013-10-12 09:35",202,"2013-10-16 10:30",192.5,"2013-08-02 19:55","","","","",33,13,6.1,4.4,2.8,1.8,0.7,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-07" +"22","087","0007","42401",3,29.94475,-89.976263,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",49855,47,178,365,0,2273,"","","Certification not required",0,5.619105,22.632,502,"2013-04-18 23:05",451.4,"2013-04-18 23:10",444.2,"2013-04-18 23:50",433.6,"2013-05-20 11:15","","","","",122.1,64.9,15.4,5.8,2.7,1.3,0.4,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2013-09-18" +"22","087","0007","68105",1,29.94475,-89.976263,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,24.771111,5.599498,32.4,"2013-06-27 00:00",32.2,"2013-08-08 00:00",32.1,"2013-08-02 00:00",31.2,"2013-06-15 00:00","","","","",32.4,32.4,32.1,30.4,29.2,26.5,16.4,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2013-11-22" +"22","087","0007","68108",1,29.94475,-89.976263,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,764.177778,2.798448,771,"2013-01-22 00:00",771,"2013-03-29 00:00",769,"2013-01-28 00:00",769,"2013-02-03 00:00","","","","",771,771,769,768,765,764,762,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2013-11-22" +"22","087","0007","81102",2,29.94475,-89.976263,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8276,94,344,365,0,484,"","","Certification not required",339,17.918076,11.688394,151,"2013-01-25 05:00",117,"2013-07-02 19:00",111,"2013-01-01 00:00",101,"2013-12-02 05:00","","","","",60,50,39,31,23,16,6,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","81102",2,29.94475,-89.976263,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",344,94,344,365,0,0,0,0,"Certification not required",0,17.5,8.437042,56,"2013-06-10 00:00",52,"2013-06-11 00:00",47,"2013-06-24 00:00",45,"2013-07-30 00:00","","","","",45,41,32,29,22,16,8,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","88101",1,29.94475,-89.976263,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,8.045238,3.11935,15.7,"2013-09-07 00:00",15.1,"2013-08-02 00:00",14.4,"2013-03-17 00:00",13.1,"2013-08-08 00:00","","","","",15.7,15.7,14.4,12,9.8,7.8,4.4,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2013-12-12" +"22","087","0007","88101",1,29.94475,-89.976263,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,8.045238,3.11935,15.7,"2013-09-07 00:00",15.1,"2013-08-02 00:00",14.4,"2013-03-17 00:00",13.1,"2013-08-08 00:00","","","","",15.7,15.7,14.4,12,9.8,7.8,4.4,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2013-12-12" +"22","087","0007","88101",3,29.94475,-89.976263,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8103,93,346,365,0,657,"","","Certification not required",0,8.1194,6.681751,91,"2013-01-02 16:00",53.6,"2013-01-01 00:00",48.3,"2013-01-20 10:00",46.2,"2013-08-30 20:00","","","","",29.9,25.5,20.6,16.7,10.9,7.2,1,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","88101",3,29.94475,-89.976263,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,0,0,0,"Certification not required",0,8.116964,4.511396,26.3,"2013-03-08 00:00",20.9,"2013-08-29 00:00",20.8,"2013-12-17 00:00",20.1,"2013-08-30 00:00","","","","",20.1,19.1,17,14.4,10.2,7.6,2.9,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","087","0007","88101",3,29.94475,-89.976263,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,0,"","","Certification not required",0,8.116964,4.511396,26.3,"2013-03-08 00:00",20.9,"2013-08-29 00:00",20.8,"2013-12-17 00:00",20.1,"2013-08-30 00:00","","","","",20.1,19.1,17,14.4,10.2,7.6,2.9,"Chalmette Vista","24 E. CHALMETTE CIRCLE","Louisiana","St. Bernard","Chalmette","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","089","0003","44201",1,29.984167,-90.410556,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8642,100,365,365,0,118,0,0,"Requested but not yet concurred",917,0.040047,0.012924,0.081,"2013-05-07 15:00",0.079,"2013-06-30 11:00",0.077,"2013-09-25 15:00",0.074,"2013-08-30 17:00","","","","",0.074,0.066,0.061,0.056,0.049,0.039,0.025,"Hahnville","1 RIVER PARK DRIVE","Louisiana","St. Charles","Hahnville","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","089","0003","44201",1,29.984167,-90.410556,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8731,100,365,365,0,0,0,0,"Requested but not yet concurred",0,0.034293,0.011657,0.066,"2013-08-30 10:00",0.065,"2013-05-07 10:00",0.063,"2013-05-14 12:00",0.062,"2013-05-15 11:00","","","","",0.062,0.059,0.054,0.05,0.043,0.033,0.021,"Hahnville","1 RIVER PARK DRIVE","Louisiana","St. Charles","Hahnville","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","089","0003","44201",1,29.984167,-90.410556,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8731,100,365,365,0,0,0,0,"Requested but not yet concurred",0,0.034293,0.011657,0.066,"2013-08-30 10:00",0.065,"2013-05-07 10:00",0.063,"2013-05-14 12:00",0.062,"2013-05-15 11:00","","","","",0.062,0.059,0.054,0.05,0.043,0.033,0.021,"Hahnville","1 RIVER PARK DRIVE","Louisiana","St. Charles","Hahnville","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","093","0002","44201",1,29.994444,-90.82,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8479,98,357,365,0,281,0,0,"Requested but not yet concurred",542,0.041499,0.012955,0.081,"2013-07-25 16:00",0.076,"2013-03-08 16:00",0.076,"2013-09-25 13:00",0.073,"2013-05-25 13:00","","","","",0.073,0.068,0.063,0.059,0.051,0.041,0.026,"Convent","ST. JAMES COURTHOUSE, HWY 44 @ CANAPELLA","Louisiana","St. James","","","2014-01-02" +"22","093","0002","44201",1,29.994444,-90.82,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8635,98,357,365,0,0,0,0,"Requested but not yet concurred",0,0.035936,0.011695,0.07,"2013-07-25 11:00",0.068,"2013-03-08 12:00",0.065,"2013-05-14 11:00",0.062,"2013-05-25 09:00","","","","",0.062,0.058,0.056,0.052,0.045,0.035,0.022,"Convent","ST. JAMES COURTHOUSE, HWY 44 @ CANAPELLA","Louisiana","St. James","","","2014-01-02" +"22","093","0002","44201",1,29.994444,-90.82,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8635,98,357,365,0,0,0,0,"Requested but not yet concurred",0,0.035936,0.011695,0.07,"2013-07-25 11:00",0.068,"2013-03-08 12:00",0.065,"2013-05-14 11:00",0.062,"2013-05-25 09:00","","","","",0.062,0.058,0.056,0.052,0.045,0.035,0.022,"Convent","ST. JAMES COURTHOUSE, HWY 44 @ CANAPELLA","Louisiana","St. James","","","2014-01-02" +"22","095","0002","44201",1,30.058333,-90.608333,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8624,100,364,365,0,136,0,0,"Requested but not yet concurred",196,0.045038,0.011693,0.081,"2013-05-07 13:00",0.08,"2013-06-30 10:00",0.079,"2013-08-30 14:00",0.078,"2013-07-12 15:00","","","","",0.078,0.071,0.064,0.06,0.053,0.045,0.031,"Garyville","Anthony F. Monica Street","Louisiana","St. John the Baptist","","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","095","0002","44201",1,30.058333,-90.608333,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8736,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.039761,0.010337,0.072,"2013-08-30 10:00",0.071,"2013-05-07 11:00",0.064,"2013-06-07 10:00",0.064,"2013-06-30 09:00","","","","",0.064,0.06,0.057,0.054,0.047,0.039,0.027,"Garyville","Anthony F. Monica Street","Louisiana","St. John the Baptist","","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","095","0002","44201",1,30.058333,-90.608333,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8736,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.039761,0.010337,0.072,"2013-08-30 10:00",0.071,"2013-05-07 11:00",0.064,"2013-06-07 10:00",0.064,"2013-06-30 09:00","","","","",0.064,0.06,0.057,0.054,0.047,0.039,0.027,"Garyville","Anthony F. Monica Street","Louisiana","St. John the Baptist","","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","095","0003","14129",1,30.04096,-90.46678,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",46,75,44,61,0,1,0,0,"Certification not required",0,0.03887,0.062029,0.328,"2013-04-16 00:00",0.207,"2013-04-10 00:00",0.129,"2013-05-28 00:00",0.124,"2013-05-16 00:00","","","","",0.328,0.328,0.129,0.114,0.034,0.014,0.002,"LaPlace","115 Garden Grove, LaPlace, LA 70068","Louisiana","St. John the Baptist","Laplace (La Place)","New Orleans-Metairie-Kenner, LA","2013-12-20" +"22","095","0003","14129",2,30.04096,-90.46678,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",42,100,23,31,0,5,0,0,"Certification not required",0,0.032548,0.04745,0.179,"2013-04-16 00:00",0.17,"2013-04-10 00:00",0.163,"2013-04-04 00:00",0.104,"2013-03-17 00:00","","","","",0.179,0.179,0.163,0.096,0.031,0.011,0.002,"LaPlace","115 Garden Grove, LaPlace, LA 70068","Louisiana","St. John the Baptist","Laplace (La Place)","New Orleans-Metairie-Kenner, LA","2013-12-20" +"22","095","0003","62101",1,30.04096,-90.46678,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Off Site temperature sensor",2013,"Degrees Fahrenheit","No Events",6545,100,45,61,0,7,"","","Certification not required",0,69.208006,13.274003,93.4,"2013-08-08 15:00",93.4,"2013-08-08 16:00",93.2,"2013-08-07 15:00",93,"2013-06-14 14:00","","","","",91,90.3,88.2,85.6,78.4,72.3,48.6,"LaPlace","115 Garden Grove, LaPlace, LA 70068","Louisiana","St. John the Baptist","Laplace (La Place)","New Orleans-Metairie-Kenner, LA","2013-12-23" +"22","095","0003","64101",1,30.04096,-90.46678,"NAD83","Barometric pressure","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Millibars","No Events",6544,100,45,61,0,8,"","","Certification not required",0,1012.814685,4.841019,1030,"2013-01-18 09:00",1030,"2013-01-18 10:00",1029,"2013-01-18 06:00",1029,"2013-01-18 07:00","","","","",1025,1024,1022,1020,1015.2,1012.2,1007.5,"LaPlace","115 Garden Grove, LaPlace, LA 70068","Louisiana","St. John the Baptist","Laplace (La Place)","New Orleans-Metairie-Kenner, LA","2013-12-23" +"22","103","0002","44201",1,30.429304,-90.199683,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8623,100,364,365,0,137,0,0,"Requested but not yet concurred",816,0.043654,0.011951,0.095,"2013-05-14 14:00",0.085,"2013-05-08 16:00",0.081,"2013-08-30 13:00",0.079,"2013-05-15 13:00","","","","",0.079,0.068,0.063,0.058,0.051,0.043,0.03,"Madisonville","1421 Hwy 22 W, Madison Ville, LA 70447","Louisiana","St. Tammany","","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","103","0002","44201",1,30.429304,-90.199683,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8714,99,363,365,0,0,1,1,"Requested but not yet concurred",0,0.038634,0.011096,0.087,"2013-05-14 11:00",0.077,"2013-08-30 09:00",0.076,"2013-05-08 10:00",0.071,"2013-05-15 10:00","","","","",0.071,0.06,0.057,0.052,0.046,0.038,0.026,"Madisonville","1421 Hwy 22 W, Madison Ville, LA 70447","Louisiana","St. Tammany","","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","103","0002","44201",1,30.429304,-90.199683,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8714,99,363,365,0,0,3,3,"Requested but not yet concurred",0,0.038634,0.011096,0.087,"2013-05-14 11:00",0.077,"2013-08-30 09:00",0.076,"2013-05-08 10:00",0.071,"2013-05-15 10:00","","","","",0.071,0.06,0.057,0.052,0.046,0.038,0.026,"Madisonville","1421 Hwy 22 W, Madison Ville, LA 70447","Louisiana","St. Tammany","","New Orleans-Metairie-Kenner, LA","2014-01-02" +"22","103","0002","88502",3,30.429304,-90.199683,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8739,100,365,365,0,21,"","","Certification not required",0,8.426708,5.619473,58.5,"2013-11-20 09:00",54.9,"2013-11-28 22:00",50.1,"2013-11-28 23:00",46.8,"2013-03-06 20:00","","","","",25.9,23.3,19.1,15.8,11.1,7.4,2.2,"Madisonville","1421 Hwy 22 W, Madison Ville, LA 70447","Louisiana","St. Tammany","","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","103","0002","88502",3,30.429304,-90.199683,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,8.37726,4.105237,23.8,"2013-08-30 00:00",21.1,"2013-03-09 00:00",20.8,"2013-06-11 00:00",20.1,"2013-03-08 00:00","","","","",20.1,18.5,16.4,14.1,10.7,7.4,3.9,"Madisonville","1421 Hwy 22 W, Madison Ville, LA 70447","Louisiana","St. Tammany","","New Orleans-Metairie-Kenner, LA","2014-02-03" +"22","105","0001","68105",1,30.503056,-90.376944,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,46,61,0,0,"","","Certification not required",0,19.815556,6.314348,28.2,"2013-08-05 00:00",27.9,"2013-08-08 00:00",27.3,"2013-06-27 00:00",27.3,"2013-08-02 00:00","","","","",28.2,27.9,27.1,26.2,25.1,22.3,10.5,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-11-22" +"22","105","0001","68105",2,30.503056,-90.376944,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",18,30,18,61,0,0,"","","Certification not required",0,21.438889,5.077185,28.6,"2013-08-08 00:00",27.1,"2013-09-01 00:00",26.1,"2013-08-20 00:00",25.8,"2013-06-21 00:00","","","","",28.6,28.6,28.6,27.1,25.2,23.1,13.2,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-11-22" +"22","105","0001","68108",1,30.503056,-90.376944,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,46,61,0,0,"","","Certification not required",0,761.433333,3.325252,770,"2013-03-14 00:00",770,"2013-03-26 00:00",769,"2013-01-19 00:00",768,"2013-01-22 00:00","","","","",770,770,767,766,763,761,758,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-11-22" +"22","105","0001","68108",2,30.503056,-90.376944,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,30,18,61,0,0,"","","Certification not required",0,765.944444,2.33823,771,"2013-03-29 00:00",770,"2013-01-28 00:00",769,"2013-02-09 00:00",768,"2013-06-21 00:00","","","","",771,771,771,770,767,766,763,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-11-22" +"22","105","0001","88101",1,30.503056,-90.376944,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,0,0,"Certification not required",0,7.411905,3.782885,19.5,"2013-03-08 00:00",15.6,"2013-09-10 00:00",15.3,"2013-03-17 00:00",14.8,"2013-07-30 00:00","","","","",19.5,15.6,14.8,13.8,9.9,6.6,3.4,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-12-12" +"22","105","0001","88101",1,30.503056,-90.376944,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,"","","Certification not required",0,7.411905,3.782885,19.5,"2013-03-08 00:00",15.6,"2013-09-10 00:00",15.3,"2013-03-17 00:00",14.8,"2013-07-30 00:00","","","","",19.5,15.6,14.8,13.8,9.9,6.6,3.4,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-12-12" +"22","105","0001","88101",2,30.503056,-90.376944,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,5,0,0,"Certification not required",0,8.163158,2.865157,13.8,"2013-08-08 00:00",13.5,"2013-06-21 00:00",11.8,"2013-03-29 00:00",10.7,"2013-09-01 00:00","","","","",13.8,13.8,13.8,13.5,9.7,8,4.7,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-12-12" +"22","105","0001","88101",2,30.503056,-90.376944,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,5,"","","Certification not required",0,8.163158,2.865157,13.8,"2013-08-08 00:00",13.5,"2013-06-21 00:00",11.8,"2013-03-29 00:00",10.7,"2013-09-01 00:00","","","","",13.8,13.8,13.8,13.5,9.7,8,4.7,"Hammond","21549 Old Hammond Hwy, Hammond, LA 70403","Louisiana","Tangipahoa","Hammond","Hammond, LA","2013-12-12" +"22","109","0001","68105",1,29.678883,-90.779967,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",92,100,46,61,0,0,"","","Certification not required",0,21.704348,6.097971,29.3,"2013-06-27 00:00",29.2,"2013-08-08 00:00",29,"2013-08-05 00:00",28.7,"2013-09-01 00:00","","","","",29.3,29.2,28.5,27.9,26.4,24.5,11.8,"Houma","4047 Highway 24 North Gray","Louisiana","Terrebonne","","Houma-Bayou Cane-Thibodaux, LA","2013-11-22" +"22","109","0001","68108",1,29.678883,-90.779967,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",92,100,46,61,0,0,"","","Certification not required",0,763.152174,3.158574,771,"2013-03-14 00:00",771,"2013-03-26 00:00",770,"2013-01-19 00:00",769,"2013-01-22 00:00","","","","",771,771,769,768,765,763,759,"Houma","4047 Highway 24 North Gray","Louisiana","Terrebonne","","Houma-Bayou Cane-Thibodaux, LA","2013-11-22" +"22","109","0001","88101",1,29.678883,-90.779967,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,85,122,0,9,0,0,"Certification not required",0,6.974419,3.26861,19.2,"2013-08-29 00:00",17.5,"2013-03-08 00:00",14.6,"2013-09-10 00:00",13.8,"2013-06-15 00:00","","","","",19.2,17.5,12.7,11.4,8.3,6.7,3.6,"Houma","4047 Highway 24 North Gray","Louisiana","Terrebonne","","Houma-Bayou Cane-Thibodaux, LA","2013-12-12" +"22","109","0001","88101",1,29.678883,-90.779967,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,85,122,0,9,"","","Certification not required",0,6.974419,3.26861,19.2,"2013-08-29 00:00",17.5,"2013-03-08 00:00",14.6,"2013-09-10 00:00",13.8,"2013-06-15 00:00","","","","",19.2,17.5,12.7,11.4,8.3,6.7,3.6,"Houma","4047 Highway 24 North Gray","Louisiana","Terrebonne","","Houma-Bayou Cane-Thibodaux, LA","2013-12-12" +"22","121","0001","42401",1,30.500643,-91.213556,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8549,98,361,365,0,211,0,"","Certification not required",0,5.093352,4.945774,39,"2013-12-29 07:00",29.7,"2013-02-05 18:00",27.8,"2013-11-28 15:00",27,"2013-01-08 03:00","","","","",27,21.3,15,10.4,6.6,3.8,1.1,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42401",1,30.500643,-91.213556,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8549,98,361,365,0,211,"","","Certification not required",0,1.928951,2.197756,39,"2013-12-29 07:00",37.3,"2013-12-29 09:00",36.9,"2013-12-29 08:00",29.7,"2013-02-05 18:00","","","","",9.6,7.6,5.3,4,2.8,1.4,0.1,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42401",1,30.500643,-91.213556,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,1.933795,1.48261,8.7,"2013-12-29 00:00",6.9,"2013-02-05 00:00",6.6,"2013-01-19 00:00",6.6,"2013-02-28 00:00","","","","",6.6,5.2,4.4,3.9,3.1,1.6,0.4,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42401",1,30.500643,-91.213556,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2771,95,359,365,0,0,"",0,"Certification not required",0,1.866582,1.979765,25.6,"2013-12-29 08:00",24.4,"2013-02-05 20:00",20.3,"2013-11-28 17:00",19.6,"2013-12-29 11:00","","","","",8.9,6.8,5,3.9,2.8,1.4,0.1,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42401",2,30.500643,-91.213556,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",102345,97,361,365,0,2775,"","","Certification not required",0,1.94765,2.441483,96.2,"2013-08-06 01:45",61.7,"2013-08-06 01:50",59.8,"2013-08-09 01:45",59.6,"2013-12-29 08:05","","","","",11.1,7.9,5.3,4,2.8,1.4,0,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-10" +"22","121","0001","42601",1,30.500643,-91.213556,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8337,95,358,365,0,423,"","","Certification not required",0,3.821614,9.161461,172.9,"2013-12-18 07:00",167.1,"2013-12-18 06:00",151.7,"2013-12-18 05:00",144.1,"2013-01-23 07:00","","","","",45.3,30.9,14.8,7.7,3.4,1.4,0.2,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42602",1,30.500643,-91.213556,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8337,95,358,365,0,423,0,"","Certification not required",0,19.011732,8.668955,45.7,"2013-01-22 18:00",43.6,"2013-12-16 18:00",42.8,"2013-12-17 19:00",41.9,"2013-03-04 06:00","","","","",41.9,39.5,36.4,31.9,24.2,17.7,8.6,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42602",1,30.500643,-91.213556,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8337,95,358,365,0,423,"","","Certification not required",0,9.04636,6.551035,45.7,"2013-01-22 18:00",43.6,"2013-12-16 18:00",43.5,"2013-12-16 17:00",42.8,"2013-12-17 19:00","","","","",32.2,28.5,22.7,17.9,11.7,7,3,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","42603",1,30.500643,-91.213556,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8337,95,358,365,0,423,"","","Certification not required",0,12.427744,14.060395,202.4,"2013-12-18 07:00",193.9,"2013-12-18 06:00",184.4,"2013-01-23 07:00",178.4,"2013-12-18 05:00","","","","",73.4,57,36,24.4,14.5,8.3,3.2,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-02-03" +"22","121","0001","44201",1,30.500643,-91.213556,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",8633,100,365,365,0,127,0,0,"Requested but not yet concurred",1170,0.038992,0.013608,0.087,"2013-06-15 14:00",0.076,"2013-05-08 11:00",0.074,"2013-03-08 15:00",0.074,"2013-09-26 12:00","","","","",0.074,0.071,0.062,0.057,0.048,0.037,0.023,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-01-03" +"22","121","0001","44201",1,30.500643,-91.213556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8755,100,365,365,0,0,0,0,"Requested but not yet concurred",0,0.033192,0.012077,0.071,"2013-06-15 10:00",0.065,"2013-09-26 09:00",0.062,"2013-08-30 10:00",0.06,"2013-03-28 11:00","","","","",0.06,0.058,0.055,0.049,0.043,0.032,0.019,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-01-03" +"22","121","0001","44201",1,30.500643,-91.213556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8755,100,365,365,0,0,0,0,"Requested but not yet concurred",0,0.033192,0.012077,0.071,"2013-06-15 10:00",0.065,"2013-09-26 09:00",0.062,"2013-08-30 10:00",0.06,"2013-03-28 11:00","","","","",0.06,0.058,0.055,0.049,0.043,0.032,0.019,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2014-01-03" +"22","121","0001","68105",1,30.500643,-91.213556,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",281,100,48,61,0,0,"","","Certification not required",0,21.936299,7.410357,30.9,"2013-08-08 00:00",30.5,"2013-08-07 00:00",30.4,"2013-08-06 00:00",30.3,"2013-08-03 00:00","","","","",30.4,30.2,29.9,29.2,27.7,25.6,10.9,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-11-22" +"22","121","0001","68108",1,30.500643,-91.213556,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",281,100,48,61,0,0,"","","Certification not required",0,765.946619,3.262448,777,"2013-01-18 00:00",775,"2013-01-04 00:00",774,"2013-02-01 00:00",774,"2013-03-13 00:00","","","","",774,774,772,771,767,765,763,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-11-22" +"22","121","0001","88101",1,30.500643,-91.213556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,0,0,"Certification not required",0,8.923106,3.793114,26.2,"2013-08-30 00:00",24.4,"2013-03-08 00:00",23.2,"2013-03-09 00:00",22.2,"2013-08-29 00:00","","","","",23.2,18.7,15.4,13.5,11,8.4,4.9,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-12-12" +"22","121","0001","88101",1,30.500643,-91.213556,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,"","","Certification not required",0,8.923106,3.793114,26.2,"2013-08-30 00:00",24.4,"2013-03-08 00:00",23.2,"2013-03-09 00:00",22.2,"2013-08-29 00:00","","","","",23.2,18.7,15.4,13.5,11,8.4,4.9,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-12-12" +"22","121","0001","88101",3,30.500643,-91.213556,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7451,85,320,365,0,565,"","","Certification not required",0,7.963602,7.526873,122,"2013-07-17 11:00",108.4,"2013-03-13 06:00",88.9,"2013-03-18 21:00",75.1,"2013-07-21 08:00","","","","",33.2,27.1,21.2,16.9,11.2,7,0.1,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-12-17" +"22","121","0001","88101",3,30.500643,-91.213556,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",305,84,305,365,0,0,0,0,"Certification not required",0,7.893115,5.155463,30.4,"2013-03-08 00:00",26.6,"2013-08-30 00:00",26,"2013-03-09 00:00",25.3,"2013-08-29 00:00","","","","",25.3,22,15.7,14.6,10.8,7.6,1.7,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-12-17" +"22","121","0001","88101",3,30.500643,-91.213556,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",305,84,305,365,0,0,"","","Certification not required",0,7.893115,5.155463,30.4,"2013-03-08 00:00",26.6,"2013-08-30 00:00",26,"2013-03-09 00:00",25.3,"2013-08-29 00:00","","","","",25.3,22,15.7,14.6,10.8,7.6,1.7,"Port Allen","1005 Northwest Drive, Port Allen","Louisiana","West Baton Rouge","","Baton Rouge, LA","2013-12-17" +"23","001","0005","61101",1,44.0457,-70.2902,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8736,100,363,365,0,24,"","","Certification not required",0,5.050458,3.425374,20.9,"2013-02-17 14:00",20.4,"2013-02-09 03:00",20.2,"2013-02-09 12:00",20.2,"2013-02-17 12:00","","","","",15.3,13.8,11.7,9.9,7,4.2,1.5,"L/A Airport","L/A AIRPORT - On Top of Salt Shed Near Flight Line Drive","Maine","Androscoggin","Auburn","Lewiston-Auburn, ME","2014-01-13" +"23","001","0005","61102",1,44.0457,-70.2902,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8734,100,363,365,0,24,"","","Certification not required",0,216.549004,106.549048,360,"2013-01-08 20:00",360,"2013-01-16 12:00",360,"2013-01-16 14:00",360,"2013-01-22 06:00","","","","",358,355,348,335,312,231,31,"L/A Airport","L/A AIRPORT - On Top of Salt Shed Near Flight Line Drive","Maine","Androscoggin","Auburn","Lewiston-Auburn, ME","2014-01-13" +"23","001","0005","61106",1,44.0457,-70.2902,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7992,91,332,365,0,24,"","","Certification not required",0,23.726727,12.635298,79,"2013-03-21 11:00",78,"2013-09-17 22:00",77,"2013-01-04 07:00",77,"2013-09-17 23:00","","","","",63,59,51,44,29,19,12,"L/A Airport","L/A AIRPORT - On Top of Salt Shed Near Flight Line Drive","Maine","Androscoggin","Auburn","Lewiston-Auburn, ME","2014-01-13" +"23","001","0011","43218",1,44.089406,-70.214219,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.212308,0.145809,0.9,"2013-02-15 00:00",0.44,"2013-08-20 00:00",0.38,"2013-04-10 00:00",0.37,"2013-01-28 00:00","","","","",0.9,0.9,0.44,0.37,0.24,0.18,0.1,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43372",1,44.089406,-70.214219,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43509",1,44.089406,-70.214219,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.824359,0.524454,2.83,"2013-08-02 00:00",1.73,"2013-04-16 00:00",1.64,"2013-07-21 00:00",1.61,"2013-03-11 00:00","","","","",2.83,2.83,1.73,1.61,0.97,0.75,0.3,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43552",1,44.089406,-70.214219,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,2.883385,1.700803,8.328,"2013-07-21 00:00",6.536,"2013-06-03 00:00",6.292,"2013-07-09 00:00",6.14,"2013-06-15 00:00","","","","",8.328,8.328,6.536,6.14,3.42,2.476,1.192,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43560",1,44.089406,-70.214219,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.137179,0.132346,0.59,"2013-08-20 00:00",0.44,"2013-06-15 00:00",0.32,"2013-08-08 00:00",0.29,"2013-07-27 00:00","","","","",0.59,0.59,0.44,0.29,0.21,0.12,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43801",1,44.089406,-70.214219,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.585128,0.194691,1.1,"2013-07-21 00:00",0.87,"2013-06-15 00:00",0.83,"2013-06-03 00:00",0.83,"2013-08-20 00:00","","","","",1.1,1.1,0.87,0.83,0.74,0.56,0.35,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43802",1,44.089406,-70.214219,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.138718,0.064326,0.41,"2013-06-15 00:00",0.34,"2013-05-10 00:00",0.2,"2013-03-29 00:00",0.18,"2013-01-10 00:00","","","","",0.41,0.41,0.34,0.18,0.15,0.12,0.09,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43803",1,44.089406,-70.214219,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.027949,0.011281,0.06,"2013-06-15 00:00",0.06,"2013-07-21 00:00",0.05,"2013-08-20 00:00",0.05,"2013-09-07 00:00","","","","",0.06,0.06,0.06,0.05,0.03,0.02,0.02,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43804",1,44.089406,-70.214219,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.114359,0.030504,0.2,"2013-07-21 00:00",0.19,"2013-06-15 00:00",0.16,"2013-05-10 00:00",0.16,"2013-06-09 00:00","","","","",0.2,0.2,0.19,0.16,0.13,0.11,0.08,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43811",1,44.089406,-70.214219,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",1,0.268077,0.075076,0.45,"2013-07-21 00:00",0.43,"2013-05-10 00:00",0.41,"2013-06-15 00:00",0.36,"2013-07-09 00:00","","","","",0.45,0.45,0.43,0.36,0.3,0.26,0.18,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43812",1,44.089406,-70.214219,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.048974,0.050876,0.27,"2013-08-20 00:00",0.15,"2013-04-16 00:00",0.13,"2013-06-03 00:00",0.1,"2013-06-15 00:00","","","","",0.27,0.27,0.15,0.1,0.06,0.04,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43813",1,44.089406,-70.214219,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.004615,0.014662,0.06,"2013-06-15 00:00",0.06,"2013-09-07 00:00",0.04,"2013-08-08 00:00",0.01,"2013-06-21 00:00","","","","",0.06,0.06,0.06,0.01,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43814",1,44.089406,-70.214219,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.017179,0.031115,0.13,"2013-09-07 00:00",0.1,"2013-06-15 00:00",0.07,"2013-08-08 00:00",0.06,"2013-06-09 00:00","","","","",0.13,0.13,0.1,0.06,0.03,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43815",1,44.089406,-70.214219,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.046923,0.021783,0.09,"2013-06-15 00:00",0.09,"2013-09-07 00:00",0.07,"2013-05-10 00:00",0.07,"2013-07-21 00:00","","","","",0.09,0.09,0.09,0.07,0.06,0.05,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43817",1,44.089406,-70.214219,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.088462,0.045221,0.19,"2013-02-15 00:00",0.19,"2013-06-15 00:00",0.18,"2013-03-29 00:00",0.17,"2013-04-10 00:00","","","","",0.19,0.19,0.19,0.17,0.12,0.07,0.05,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43819",1,44.089406,-70.214219,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.005128,0.010729,0.04,"2013-09-07 00:00",0.03,"2013-08-08 00:00",0.03,"2013-08-20 00:00",0.02,"2013-01-22 00:00","","","","",0.04,0.04,0.03,0.02,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43820",1,44.089406,-70.214219,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.005385,0.016835,0.07,"2013-09-07 00:00",0.06,"2013-06-15 00:00",0.05,"2013-08-08 00:00",0.03,"2013-06-09 00:00","","","","",0.07,0.07,0.06,0.03,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43823",1,44.089406,-70.214219,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",1,0.555385,0.165781,0.98,"2013-07-21 00:00",0.86,"2013-06-15 00:00",0.82,"2013-05-10 00:00",0.72,"2013-06-09 00:00","","","","",0.98,0.98,0.86,0.72,0.66,0.58,0.36,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43824",1,44.089406,-70.214219,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.003846,0.014256,0.07,"2013-09-07 00:00",0.05,"2013-08-08 00:00",0.03,"2013-06-15 00:00",0,"2013-01-04 00:00","","","","",0.07,0.07,0.05,0,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43826",1,44.089406,-70.214219,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.008974,0.022571,0.09,"2013-08-02 00:00",0.07,"2013-06-15 00:00",0.07,"2013-09-07 00:00",0.05,"2013-08-08 00:00","","","","",0.09,0.09,0.07,0.05,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43838",1,44.089406,-70.214219,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",36,0.022564,0.009657,0.07,"2013-09-07 00:00",0.05,"2013-07-09 00:00",0.04,"2013-08-08 00:00",0.02,"2013-01-04 00:00","","","","",0.07,0.07,0.05,0.02,0.02,0.02,0.02,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43839",1,44.089406,-70.214219,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",39,0.04,0,0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-22 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.04,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","43860",1,44.089406,-70.214219,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.015897,0.028628,0.1,"2013-04-22 00:00",0.07,"2013-01-28 00:00",0.07,"2013-02-21 00:00",0.07,"2013-07-09 00:00","","","","",0.1,0.1,0.07,0.07,0.01,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45102",1,44.089406,-70.214219,"NAD83","Xylene(s)","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.727949,0.394663,2.11,"2013-02-15 00:00",1.72,"2013-06-15 00:00",1.51,"2013-08-20 00:00",1.22,"2013-09-19 00:00","","","","",2.11,2.11,1.72,1.22,0.89,0.62,0.36,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45201",1,44.089406,-70.214219,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,1.097385,0.72946,4.59,"2013-02-15 00:00",1.968,"2013-02-27 00:00",1.926,"2013-04-10 00:00",1.692,"2013-01-16 00:00","","","","",4.59,4.59,1.968,1.692,1.41,0.972,0.474,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45202",1,44.089406,-70.214219,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,1.891795,1.06435,6.16,"2013-02-15 00:00",3.98,"2013-08-20 00:00",3.35,"2013-03-29 00:00",3.29,"2013-06-15 00:00","","","","",6.16,6.16,3.98,3.29,2.16,1.69,0.94,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45203",1,44.089406,-70.214219,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.325128,0.169781,0.93,"2013-02-15 00:00",0.74,"2013-06-15 00:00",0.7,"2013-08-20 00:00",0.5,"2013-06-21 00:00","","","","",0.93,0.93,0.74,0.5,0.39,0.29,0.17,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45204",1,44.089406,-70.214219,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.307179,0.168084,0.86,"2013-02-15 00:00",0.74,"2013-06-15 00:00",0.66,"2013-08-20 00:00",0.46,"2013-06-21 00:00","","","","",0.86,0.86,0.74,0.46,0.38,0.28,0.14,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45207",1,44.089406,-70.214219,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",30,0.121538,0.063351,0.35,"2013-06-15 00:00",0.25,"2013-02-15 00:00",0.24,"2013-08-20 00:00",0.24,"2013-09-07 00:00","","","","",0.35,0.35,0.25,0.24,0.09,0.09,0.09,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45208",1,44.089406,-70.214219,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",6,0.295385,0.164602,0.74,"2013-06-15 00:00",0.74,"2013-08-20 00:00",0.73,"2013-02-15 00:00",0.48,"2013-06-21 00:00","","","","",0.74,0.74,0.74,0.48,0.33,0.26,0.09,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45801",1,44.089406,-70.214219,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.01641,0.058332,0.25,"2013-09-07 00:00",0.22,"2013-06-15 00:00",0.17,"2013-08-08 00:00",0,"2013-01-04 00:00","","","","",0.25,0.25,0.22,0,0,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45805",1,44.089406,-70.214219,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",37,0.095897,0.025927,0.22,"2013-06-15 00:00",0.19,"2013-09-07 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-10 00:00","","","","",0.22,0.22,0.19,0.09,0.09,0.09,0.09,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45806",1,44.089406,-70.214219,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",35,0.104615,0.045644,0.3,"2013-06-15 00:00",0.22,"2013-09-07 00:00",0.21,"2013-08-08 00:00",0.2,"2013-07-21 00:00","","","","",0.3,0.3,0.22,0.2,0.09,0.09,0.09,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45807",1,44.089406,-70.214219,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.034359,0.061635,0.19,"2013-09-07 00:00",0.18,"2013-08-08 00:00",0.16,"2013-06-15 00:00",0.15,"2013-07-21 00:00","","","","",0.19,0.19,0.18,0.15,0.1,0,0,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","45850",1,44.089406,-70.214219,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",10,0.274615,0.187249,0.67,"2013-07-21 00:00",0.64,"2013-06-15 00:00",0.62,"2013-07-09 00:00",0.61,"2013-09-07 00:00","","","","",0.67,0.67,0.64,0.61,0.38,0.26,0.05,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-12-31" +"23","001","0011","68105",1,44.089406,-70.214219,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,10,"","","Certification not required",0,9.411111,10.623676,28,"2013-07-15 00:00",27.3,"2013-07-06 00:00",26.1,"2013-06-24 00:00",25.4,"2013-05-31 00:00","","","","",27.3,26.1,23.8,21.7,19.3,11.4,-6.2,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-01-23" +"23","001","0011","68105",3,44.089406,-70.214219,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,2,"","","Certification not required",0,8.271429,10.820548,28.1,"2013-07-15 00:00",23.4,"2013-07-27 00:00",23.2,"2013-09-01 00:00",22.4,"2013-08-20 00:00","","","","",28.1,23.4,23.2,21,19,11,-6.8,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-01-23" +"23","001","0011","68108",1,44.089406,-70.214219,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,10,"","","Certification not required",0,753.694444,5.657611,771,"2013-11-30 00:00",767,"2013-11-21 00:00",765,"2013-05-01 00:00",765,"2013-10-13 00:00","","","","",767,765,762,761,757,754,745,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-01-23" +"23","001","0011","68108",3,44.089406,-70.214219,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,2,"","","Certification not required",0,755,8.491707,776,"2013-04-22 00:00",766,"2013-05-04 00:00",765,"2013-01-28 00:00",765,"2013-04-28 00:00","","","","",776,766,765,764,759,755,748,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-01-23" +"23","001","0011","81102",2,44.089406,-70.214219,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,16,0,0,"Certification not required",0,15.644444,8.04294,42,"2013-02-15 00:00",34,"2013-03-11 00:00",32,"2013-03-17 00:00",30,"2013-01-04 00:00","","","","",42,42,32,28,17,14,6,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-02-20" +"23","001","0011","85101",2,44.089406,-70.214219,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,19,"","","Certification not required",0,18.621622,9.633135,46,"2013-02-15 00:00",37,"2013-03-11 00:00",36,"2013-01-28 00:00",36,"2013-03-17 00:00","","","","",46,46,37,36,23,16,9,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-02-06" +"23","001","0011","88101",1,44.089406,-70.214219,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,19,0,0,"Certification not required",0,6.376344,3.229531,22.9,"2013-02-15 00:00",14,"2013-07-03 00:00",12.8,"2013-01-19 00:00",12.5,"2013-08-20 00:00","","","","",22.9,14,12.3,10.7,7.5,5.6,3,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-02-06" +"23","001","0011","88101",1,44.089406,-70.214219,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,19,"","","Certification not required",0,6.376344,3.229531,22.9,"2013-02-15 00:00",14,"2013-07-03 00:00",12.8,"2013-01-19 00:00",12.5,"2013-08-20 00:00","","","","",22.9,14,12.3,10.7,7.5,5.6,3,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2014-02-06" +"23","001","0011","88501",3,44.089406,-70.214219,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5753,66,239,365,0,78,"","","Certification not required",0,4.235216,4.817702,50.7,"2013-07-02 06:00",46.3,"2013-07-02 05:00",45.5,"2013-04-02 09:00",42.9,"2013-01-20 14:00","","","","",20.8,17.2,12.9,10.3,6,3.1,-0.2,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-09-26" +"23","001","0011","88501",3,44.089406,-70.214219,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",239,65,239,365,0,0,"","","Certification not required",0,4.200418,3.471402,22.3,"2013-01-09 00:00",16.3,"2013-01-08 00:00",16.2,"2013-07-02 00:00",15,"2013-08-22 00:00","","","","",16.2,14.4,10.9,9.2,5.6,3.4,0.9,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-09-26" +"23","001","0011","88502",1,44.089406,-70.214219,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5717,65,237,365,0,115,"","","Certification not required",0,7.291429,5.74101,56.6,"2013-07-02 06:00",52,"2013-07-02 05:00",51.1,"2013-04-02 09:00",50.4,"2013-01-07 18:00","","","","",28.1,23.6,17.3,14,9.2,5.9,2.2,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-09-26" +"23","001","0011","88502",1,44.089406,-70.214219,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",237,65,237,365,0,0,"","","Certification not required",0,7.256962,4.220933,32.9,"2013-01-09 00:00",24.8,"2013-01-08 00:00",22,"2013-02-15 00:00",21.1,"2013-02-11 00:00","","","","",22,19.6,14.8,12.7,8.7,6.2,3.5,"COUNTRY KITCHEN BAKERY PARKING LOT","Lewiston Country Kitchen Bakery Lot & CANAL ST","Maine","Androscoggin","Lewiston","Lewiston-Auburn, ME","2013-09-26" +"23","001","0014","44201",2,43.974622,-70.124608,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4019,83,151,183,0,397,0,0,"Certification not required",302,0.040841,0.010479,0.083,"2013-06-01 15:00",0.069,"2013-08-22 17:00",0.064,"2013-06-25 12:00",0.063,"2013-04-29 14:00","","","","",0.069,0.063,0.06,0.054,0.048,0.043,0.033,"DURHAM FIRE STATION","ROUTE 9, DURHAM","Maine","Androscoggin","","Lewiston-Auburn, ME","2013-09-09" +"23","001","0014","44201",2,43.974622,-70.124608,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3984,77,141,183,0,0,0,0,"Certification not required",0,0.037043,0.009624,0.068,"2013-06-01 10:00",0.06,"2013-04-29 09:00",0.059,"2013-04-28 11:00",0.059,"2013-04-30 10:00","","","","",0.06,0.059,0.053,0.049,0.045,0.04,0.03,"DURHAM FIRE STATION","ROUTE 9, DURHAM","Maine","Androscoggin","","Lewiston-Auburn, ME","2013-09-09" +"23","001","0014","44201",2,43.974622,-70.124608,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3984,77,141,183,0,0,0,0,"Certification not required",0,0.037043,0.009624,0.068,"2013-06-01 10:00",0.06,"2013-04-29 09:00",0.059,"2013-04-28 11:00",0.059,"2013-04-30 10:00","","","","",0.06,0.059,0.053,0.049,0.045,0.04,0.03,"DURHAM FIRE STATION","ROUTE 9, DURHAM","Maine","Androscoggin","","Lewiston-Auburn, ME","2013-09-09" +"23","003","0014","68105",1,47.355332,-68.321106,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",68,56,61,122,0,0,"","","Certification not required",0,3.683824,11.298945,26.2,"2013-07-06 00:00",23.7,"2013-06-24 00:00",22.6,"2013-07-03 00:00",21.2,"2013-05-31 00:00","","","","",26.2,23.7,21.2,20.4,11.6,2.6,-13.2,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-08-16" +"23","003","0014","68105",2,47.355332,-68.321106,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",66,54,59,122,0,0,"","","Certification not required",0,2.792424,11.282012,25.2,"2013-07-06 00:00",22.6,"2013-06-24 00:00",21.3,"2013-07-03 00:00",20.5,"2013-05-31 00:00","","","","",25.2,22.6,20.5,17.6,10.4,1.6,-14.1,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-08-16" +"23","003","0014","68108",1,47.355332,-68.321106,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",61,50,61,122,0,0,"","","Certification not required",0,741.57377,7.177416,761,"2013-04-22 00:00",754,"2013-05-01 00:00",752,"2013-03-08 00:00",752,"2013-05-04 00:00","","","","",761,754,752,750,746,742,733,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-08-16" +"23","003","0014","68108",2,47.355332,-68.321106,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,47,57,122,0,0,"","","Certification not required",0,748.385965,7.439649,768,"2013-04-22 00:00",761,"2013-05-01 00:00",759,"2013-05-04 00:00",758,"2013-03-08 00:00","","","","",768,761,759,758,753,749,739,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-08-16" +"23","003","0014","81102",1,47.355332,-68.321106,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",40,33,40,122,0,9,0,0,"Certification not required",0,19.175,11.167461,47,"2013-01-16 00:00",45,"2013-03-08 00:00",42,"2013-03-17 00:00",39,"2013-03-11 00:00","","","","",47,47,45,39,25,17,8,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-08-09" +"23","003","0014","85101",1,47.355332,-68.321106,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,11,"","","Certification not required",0,15.721519,9.740132,49,"2013-08-11 00:00",42,"2013-01-16 00:00",41,"2013-03-08 00:00",37,"2013-03-17 00:00","","","","",49,42,37,32,20,13,6,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-12-09" +"23","003","0014","88101",1,47.355332,-68.321106,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,8,0,0,"Certification not required",0,7.338554,4.88042,27.3,"2013-08-11 00:00",24.9,"2013-02-27 00:00",19.4,"2013-01-04 00:00",18.9,"2013-01-28 00:00","","","","",27.3,24.9,16.6,13,9,5.9,3.1,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-12-09" +"23","003","0014","88101",1,47.355332,-68.321106,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,8,"","","Certification not required",0,7.338554,4.88042,27.3,"2013-08-11 00:00",24.9,"2013-02-27 00:00",19.4,"2013-01-04 00:00",18.9,"2013-01-28 00:00","","","","",27.3,24.9,16.6,13,9,5.9,3.1,"Public Safety Building","428 Main Street","Maine","Aroostook","Madawaska (census name for Madawaska Center)","","2013-12-09" +"23","003","1008","61101",1,46.69838,-68.038929,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5188,59,214,365,0,560,"","","Certification not required",0,5.605783,3.73187,24.4,"2013-02-17 19:00",24.1,"2013-02-17 18:00",23.5,"2013-02-18 03:00",23.2,"2013-02-17 17:00","","","","",16.7,15.1,12.4,10.8,7.7,4.9,1.4,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1008","61102",1,46.69838,-68.038929,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5236,60,216,365,0,560,"","","Certification not required",0,197.797937,103.245334,360,"2013-09-03 03:00",359,"2013-02-03 20:00",359,"2013-02-09 07:00",359,"2013-02-09 08:00","","","","",357,354,346,331,288,200,37,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1008","61103",1,46.69838,-68.038929,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4492,51,185,365,0,560,"","","Certification not required",0,5.443344,3.918257,24.3,"2013-02-17 19:00",24,"2013-02-17 18:00",23.4,"2013-02-18 03:00",23.1,"2013-02-17 17:00","","","","",16.7,15.1,12.5,10.9,7.8,4.8,0.9,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1008","61104",1,46.69838,-68.038929,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5236,60,216,365,0,560,"","","Certification not required",0,199.182964,103.082003,359,"2013-02-21 08:00",359,"2013-02-27 14:00",359,"2013-03-01 09:00",359,"2013-03-09 00:00","","","","",357,355,347,332,290,202,36,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1008","61106",1,46.69838,-68.038929,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5235,60,216,365,0,561,"","","Certification not required",0,17.090735,13.194004,91,"2013-03-08 17:00",89,"2013-03-08 16:00",79,"2013-03-25 22:00",76,"2013-04-28 09:00","","","","",62,57,47,37,21,12,7,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1008","88101",2,46.69838,-68.038929,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",76,62,76,122,0,17,0,0,"Certification not required",0,4.761842,2.911218,14.9,"2013-07-06 00:00",13.8,"2013-07-03 00:00",12.2,"2013-06-24 00:00",12.2,"2013-08-20 00:00","","","","",14.9,13.8,12.2,8.7,5.9,3.9,2.2,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1008","88101",2,46.69838,-68.038929,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",76,62,76,122,0,17,"","","Certification not required",0,4.761842,2.911218,14.9,"2013-07-06 00:00",13.8,"2013-07-03 00:00",12.2,"2013-06-24 00:00",12.2,"2013-08-20 00:00","","","","",14.9,13.8,12.2,8.7,5.9,3.9,2.2,"","PI REG OFF 58 CENTRAL DR (SKYWAY IND PK)","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1011","43218",1,46.682299,-68.016195,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,23,28,122,0,0,"","","Certification not required",0,0.260714,0.291025,1.6,"2013-01-16 00:00",0.5,"2013-02-09 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-28 00:00","","","","",1.6,1.6,0.5,0.4,0.3,0.2,0.1,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43372",1,46.682299,-68.016195,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,0,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43509",1,46.682299,-68.016195,"WGS84","Acrolein - Verified","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.43,0.43844,2.49,"2013-06-09 00:00",0.83,"2013-06-27 00:00",0.77,"2013-01-16 00:00",0.64,"2013-05-28 00:00","","","","",2.49,2.49,0.83,0.77,0.46,0.3,0.19,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43560",1,46.682299,-68.016195,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,0,"","","Certification not required",0,0.066,0.104247,0.37,"2013-06-09 00:00",0.22,"2013-06-27 00:00",0.18,"2013-01-16 00:00",0.15,"2013-05-10 00:00","","","","",0.37,0.37,0.37,0.22,0.14,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43801",1,46.682299,-68.016195,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.646429,0.150264,1.1,"2013-06-09 00:00",0.8,"2013-01-22 00:00",0.8,"2013-01-28 00:00",0.8,"2013-03-05 00:00","","","","",1.1,1.1,0.8,0.8,0.7,0.7,0.5,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43802",1,46.682299,-68.016195,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,0,"","","Certification not required",0,0.103704,0.019245,0.2,"2013-06-09 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43803",1,46.682299,-68.016195,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.021429,0.041786,0.1,"2013-02-03 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-22 00:00",0.1,"2013-04-28 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43804",1,46.682299,-68.016195,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,0,"","","Certification not required",0,0.114815,0.036201,0.2,"2013-05-10 00:00",0.2,"2013-05-22 00:00",0.2,"2013-06-09 00:00",0.2,"2013-06-27 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43812",1,46.682299,-68.016195,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.013636,0.046756,0.2,"2013-06-09 00:00",0.1,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43813",1,46.682299,-68.016195,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",11,50,11,22,0,0,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43815",1,46.682299,-68.016195,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.067857,0.047559,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43817",1,46.682299,-68.016195,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.096429,0.074447,0.3,"2013-01-16 00:00",0.3,"2013-03-29 00:00",0.2,"2013-02-09 00:00",0.1,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.1,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43819",1,46.682299,-68.016195,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,0,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43820",1,46.682299,-68.016195,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,0,"","","Certification not required",0,0.005556,0.02357,0.1,"2013-06-09 00:00",0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43824",1,46.682299,-68.016195,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,0,"","","Certification not required",0,0.002778,0.011785,0.05,"2013-06-09 00:00",0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00","","","","",0.05,0.05,0.05,0,0,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","43860",1,46.682299,-68.016195,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.052,0.05099,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","45102",1,46.682299,-68.016195,"WGS84","Xylene(s)","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.642857,0.547336,2.9,"2013-01-16 00:00",1.4,"2013-02-09 00:00",1.4,"2013-03-29 00:00",1.2,"2013-01-04 00:00","","","","",2.9,2.9,1.4,1.4,0.8,0.5,0.2,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","45201",1,46.682299,-68.016195,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,1.407143,0.954882,4.5,"2013-01-16 00:00",3.4,"2013-02-09 00:00",2.5,"2013-03-29 00:00",2.3,"2013-01-28 00:00","","","","",4.5,4.5,3.4,2.5,2,1.2,0.5,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","45202",1,46.682299,-68.016195,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,1.664286,1.280976,6.6,"2013-01-16 00:00",3.9,"2013-03-29 00:00",3.8,"2013-02-09 00:00",2.5,"2013-04-10 00:00","","","","",6.6,6.6,3.9,3.8,1.9,1.3,0.6,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","45203",1,46.682299,-68.016195,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.271429,0.20702,1,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-03-29 00:00",0.4,"2013-01-04 00:00","","","","",1,1,0.6,0.6,0.4,0.2,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","45807",1,46.682299,-68.016195,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",20,33,20,61,0,0,"","","Certification not required",0,0.04,0.075394,0.3,"2013-02-03 00:00",0.1,"2013-01-16 00:00",0.1,"2013-05-04 00:00",0.1,"2013-05-22 00:00","","","","",0.3,0.3,0.3,0.1,0.1,0,0,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-09-16" +"23","003","1011","81102",2,46.682299,-68.016195,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5155,59,215,365,0,5,"","","Certification not required",0,18.545296,35.428028,500,"2013-02-26 15:00",500,"2013-02-26 16:00",500,"2013-02-26 17:00",500,"2013-02-26 18:00","","","","",125,83,51,36,20,11,3,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1011","81102",2,46.682299,-68.016195,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",215,59,215,365,0,0,2,2,"Certification not required",0,18.167442,24.683981,253,"2013-02-26 00:00",214,"2013-02-27 00:00",93,"2013-03-28 00:00",86,"2013-01-28 00:00","","","","",93,85,41,31,20,13,6,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1011","88101",1,46.682299,-68.016195,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,13,0,0,"Certification not required",0,5.581818,3.228806,17.2,"2013-02-27 00:00",14.2,"2013-02-15 00:00",14.2,"2013-07-06 00:00",13.4,"2013-07-03 00:00","","","","",17.2,14.2,13.4,9.8,6.8,4.9,2.3,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1011","88101",1,46.682299,-68.016195,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,13,"","","Certification not required",0,5.581818,3.228806,17.2,"2013-02-27 00:00",14.2,"2013-02-15 00:00",14.2,"2013-07-06 00:00",13.4,"2013-07-03 00:00","","","","",17.2,14.2,13.4,9.8,6.8,4.9,2.3,"RIVERSIDE","RIVERSIDE STREET PRESQUE ISLE","Maine","Aroostook","Presque Isle","","2013-12-09" +"23","003","1020","85101",1,46.69634,-68.032614,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,10.358847,6.58721,28.853,"2013-05-07 00:00",27.5504,"2013-01-28 00:00",22.81,"2013-02-27 00:00",20.8538,"2013-01-16 00:00","","","","",28.853,27.5504,22.81,20.06,13.0407,9.9343,3.2873,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","86502",1,46.69634,-68.032614,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.490196,5.533073,23,"2013-05-07 00:00",21,"2013-01-28 00:00",16,"2013-01-16 00:00",15,"2013-02-09 00:00","","","","",23,21,16,15,10,7,0,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88103",1,46.69634,-68.032614,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-01-13 00:00",0.001,"2013-02-06 00:00",0.001,"2013-03-08 00:00",0.001,"2013-04-07 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88104",1,46.69634,-68.032614,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.036756,0.033339,0.1462,"2013-05-07 00:00",0.1338,"2013-01-28 00:00",0.1116,"2013-03-29 00:00",0.098,"2013-02-27 00:00","","","","",0.1462,0.1338,0.1116,0.0767,0.0496,0.0294,0.0056,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88109",1,46.69634,-68.032614,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.00169,0.001385,0.0081,"2013-02-27 00:00",0.0047,"2013-01-25 00:00",0.0045,"2013-03-11 00:00",0.0037,"2013-03-17 00:00","","","","",0.0081,0.0047,0.0045,0.0029,0.0021,0.0016,0.0004,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88111",1,46.69634,-68.032614,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.049447,0.042953,0.2222,"2013-01-28 00:00",0.1508,"2013-03-29 00:00",0.1213,"2013-01-16 00:00",0.1186,"2013-05-07 00:00","","","","",0.2222,0.1508,0.1213,0.1107,0.069,0.0399,0.0107,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88112",1,46.69634,-68.032614,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88114",1,46.69634,-68.032614,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000415,0.000281,0.0011,"2013-01-22 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-15 00:00",0.0009,"2013-01-19 00:00","","","","",0.0011,0.001,0.001,0.0008,0.0006,0.0003,0.00015,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88115",1,46.69634,-68.032614,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.031943,0.073763,0.3571,"2013-05-04 00:00",0.294,"2013-03-08 00:00",0.2446,"2013-01-28 00:00",0.1513,"2013-03-11 00:00","","","","",0.3571,0.294,0.2446,0.0677,0.0248,0.0031,0.00015,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88126",1,46.69634,-68.032614,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.027392,0.022551,0.1062,"2013-05-07 00:00",0.0881,"2013-01-28 00:00",0.0746,"2013-03-29 00:00",0.0595,"2013-02-27 00:00","","","","",0.1062,0.0881,0.0746,0.0566,0.0387,0.0247,0.0049,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88128",1,46.69634,-68.032614,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00102,0.000883,0.003,"2013-01-04 00:00",0.003,"2013-02-06 00:00",0.003,"2013-02-15 00:00",0.003,"2013-04-28 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88132",1,46.69634,-68.032614,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001647,0.00118,0.006,"2013-03-26 00:00",0.004,"2013-01-10 00:00",0.004,"2013-05-10 00:00",0.003,"2013-01-07 00:00","","","","",0.006,0.004,0.004,0.003,0.002,0.001,0.001,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88136",1,46.69634,-68.032614,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-28 00:00",0.001,"2013-05-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88140",1,46.69634,-68.032614,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.017067,0.013381,0.0602,"2013-05-07 00:00",0.0491,"2013-04-19 00:00",0.0432,"2013-01-25 00:00",0.038,"2013-05-04 00:00","","","","",0.0602,0.0491,0.0432,0.036,0.0263,0.015,0.0022,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88152",1,46.69634,-68.032614,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.000917,0.001173,0.0052,"2013-01-22 00:00",0.0047,"2013-01-04 00:00",0.0032,"2013-01-01 00:00",0.0028,"2013-03-11 00:00","","","","",0.0052,0.0047,0.0032,0.0023,0.0014,0.0004,0.00015,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88154",1,46.69634,-68.032614,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.000151,8.6e-05,0.0004,"2013-02-15 00:00",0.0004,"2013-04-28 00:00",0.0004,"2013-05-07 00:00",0.0003,"2013-01-16 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.0002,0.0001,0.0001,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88161",1,46.69634,-68.032614,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.002451,0.002109,0.0107,"2013-01-28 00:00",0.0087,"2013-05-07 00:00",0.0059,"2013-03-29 00:00",0.0049,"2013-04-28 00:00","","","","",0.0107,0.0087,0.0059,0.0047,0.0035,0.0021,0.0004,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88164",1,46.69634,-68.032614,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000226,0.000155,0.0006,"2013-01-28 00:00",0.0006,"2013-02-15 00:00",0.0005,"2013-01-07 00:00",0.0005,"2013-02-27 00:00","","","","",0.0006,0.0006,0.0005,0.0005,0.0003,0.0002,5e-05,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88165",1,46.69634,-68.032614,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.06576,0.060653,0.2796,"2013-05-07 00:00",0.2025,"2013-01-28 00:00",0.1925,"2013-03-29 00:00",0.1579,"2013-05-01 00:00","","","","",0.2796,0.2025,0.1925,0.1536,0.0947,0.0558,0.006,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88167",1,46.69634,-68.032614,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.007239,0.006078,0.025,"2013-01-22 00:00",0.0205,"2013-02-15 00:00",0.02,"2013-01-07 00:00",0.0189,"2013-01-10 00:00","","","","",0.025,0.0205,0.02,0.0178,0.0098,0.0052,0.0017,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88168",1,46.69634,-68.032614,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000396,0.000336,0.0017,"2013-05-28 00:00",0.0013,"2013-01-28 00:00",0.0009,"2013-03-26 00:00",0.0009,"2013-03-29 00:00","","","","",0.0017,0.0013,0.0009,0.0008,0.0006,0.0003,0.0001,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88169",1,46.69634,-68.032614,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.260675,0.130359,0.6489,"2013-05-31 00:00",0.5717,"2013-02-15 00:00",0.4954,"2013-04-07 00:00",0.4722,"2013-04-22 00:00","","","","",0.6489,0.5717,0.4954,0.4317,0.3217,0.2332,0.1158,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88176",1,46.69634,-68.032614,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.000307,0.000261,0.0013,"2013-03-26 00:00",0.0011,"2013-02-15 00:00",0.0009,"2013-01-22 00:00",0.0007,"2013-01-10 00:00","","","","",0.0013,0.0011,0.0009,0.0007,0.0004,0.00015,0.00015,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88180",1,46.69634,-68.032614,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.089249,0.080279,0.4818,"2013-03-26 00:00",0.2234,"2013-02-15 00:00",0.1991,"2013-01-10 00:00",0.1987,"2013-02-27 00:00","","","","",0.4818,0.2234,0.1991,0.1727,0.1346,0.0652,0.0203,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88184",1,46.69634,-68.032614,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.074361,0.090675,0.4755,"2013-03-11 00:00",0.3355,"2013-05-04 00:00",0.2618,"2013-03-08 00:00",0.2055,"2013-01-28 00:00","","","","",0.4755,0.3355,0.2618,0.1737,0.0988,0.057,0.00195,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88185",1,46.69634,-68.032614,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000701,0.000272,0.0017,"2013-04-16 00:00",0.0014,"2013-02-09 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-04-13 00:00","","","","",0.0017,0.0014,0.0013,0.0012,0.00065,0.00065,0.0004,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88203",1,46.69634,-68.032614,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.105494,0.13436,0.573,"2013-05-04 00:00",0.5663,"2013-03-11 00:00",0.4745,"2013-03-08 00:00",0.4292,"2013-01-28 00:00","","","","",0.573,0.5663,0.4745,0.1928,0.1113,0.067,0.0124,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88306",1,46.69634,-68.032614,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.236361,0.214676,0.87,"2013-01-04 00:00",0.8313,"2013-02-15 00:00",0.7427,"2013-02-27 00:00",0.6802,"2013-01-19 00:00","","","","",0.87,0.8313,0.7427,0.511,0.3305,0.1671,0.0363,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88320",1,46.69634,-68.032614,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.718824,0.489758,2.25,"2013-04-28 00:00",2.19,"2013-01-22 00:00",1.95,"2013-02-15 00:00",1.65,"2013-02-27 00:00","","","","",2.25,2.19,1.95,1.36,0.89,0.59,0.29,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88321",1,46.69634,-68.032614,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.157647,0.120691,0.57,"2013-01-22 00:00",0.47,"2013-02-15 00:00",0.42,"2013-02-27 00:00",0.33,"2013-01-28 00:00","","","","",0.57,0.47,0.42,0.32,0.21,0.14,0.04,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88324",1,46.69634,-68.032614,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.031474,0.030147,0.2003,"2013-02-15 00:00",0.0979,"2013-01-22 00:00",0.0815,"2013-02-27 00:00",0.0719,"2013-04-04 00:00","","","","",0.2003,0.0979,0.0815,0.057,0.03035,0.023,0.01605,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88325",1,46.69634,-68.032614,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.15094,0.118276,0.5376,"2013-04-28 00:00",0.4799,"2013-01-22 00:00",0.4209,"2013-05-31 00:00",0.4177,"2013-02-15 00:00","","","","",0.5376,0.4799,0.4209,0.273,0.1963,0.1236,0.03325,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88326",1,46.69634,-68.032614,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.227537,0.18436,0.9589,"2013-04-28 00:00",0.7704,"2013-01-22 00:00",0.5806,"2013-01-28 00:00",0.57,"2013-02-15 00:00","","","","",0.9589,0.7704,0.5806,0.41,0.2973,0.1686,0.0779,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88327",1,46.69634,-68.032614,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.180335,0.134377,0.6591,"2013-01-22 00:00",0.5624,"2013-02-15 00:00",0.5242,"2013-01-28 00:00",0.4542,"2013-02-27 00:00","","","","",0.6591,0.5624,0.5242,0.3209,0.2227,0.1437,0.0704,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88328",1,46.69634,-68.032614,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.12971,0.080183,0.4039,"2013-04-28 00:00",0.3683,"2013-05-31 00:00",0.2251,"2013-01-19 00:00",0.218,"2013-01-04 00:00","","","","",0.4039,0.3683,0.2251,0.2121,0.182,0.1199,0.04,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88329",1,46.69634,-68.032614,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.261092,0.169825,0.7243,"2013-01-22 00:00",0.6782,"2013-04-28 00:00",0.644,"2013-02-15 00:00",0.599,"2013-02-27 00:00","","","","",0.7243,0.6782,0.644,0.5029,0.3435,0.2224,0.0913,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88330",1,46.69634,-68.032614,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.026271,0.017577,0.087,"2013-05-31 00:00",0.0586,"2013-05-13 00:00",0.055,"2013-05-01 00:00",0.0484,"2013-01-16 00:00","","","","",0.087,0.0586,0.055,0.0471,0.0374,0.0265,0.0049,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88331",1,46.69634,-68.032614,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,3.2e-05,4.3e-05,0.00015,"2013-03-26 00:00",0.0001,"2013-01-31 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.00015,0.0001,0.0001,0.0001,5e-05,0,0,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88338",1,46.69634,-68.032614,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.017942,0.011499,0.0915,"2013-02-24 00:00",0.02655,"2013-02-12 00:00",0.0264,"2013-02-06 00:00",0.02605,"2013-02-27 00:00","","","","",0.0915,0.02655,0.0264,0.026,0.017,0.01645,0.0116,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88339",1,46.69634,-68.032614,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.075251,0.537712,2.67651,"2013-05-31 00:00",2.35818,"2013-02-15 00:00",2.04357,"2013-04-07 00:00",1.94778,"2013-04-22 00:00","","","","",2.67651,2.35818,2.04357,1.78072,1.32681,0.96179,0.4778,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88344",1,46.69634,-68.032614,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.304875,0.276969,1.1223,"2013-01-04 00:00",1.0724,"2013-02-15 00:00",0.9581,"2013-02-27 00:00",0.8775,"2013-01-19 00:00","","","","",1.1223,1.0724,0.9581,0.6592,0.4263,0.2156,0.0468,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88348",1,46.69634,-68.032614,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.395965,0.3418,1.4848,"2013-05-07 00:00",1.3948,"2013-01-28 00:00",1.1625,"2013-03-29 00:00",0.9503,"2013-02-27 00:00","","","","",1.4848,1.3948,1.1625,0.8551,0.5461,0.3436,0.0582,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88350",1,46.69634,-68.032614,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.293092,0.881778,4.0486,"2013-04-28 00:00",3.9407,"2013-01-22 00:00",3.512,"2013-02-15 00:00",2.974,"2013-02-27 00:00","","","","",4.0486,3.9407,3.512,2.4417,1.5973,1.06,0.5139,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88403",1,46.69634,-68.032614,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.784727,0.395137,1.8572,"2013-05-31 00:00",1.7263,"2013-02-15 00:00",1.5228,"2013-04-07 00:00",1.4617,"2013-03-11 00:00","","","","",1.8572,1.7263,1.5228,1.4139,0.9753,0.6919,0.319,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1020","88502",1,46.69634,-68.032614,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.390196,1.815297,7.6,"2013-02-15 00:00",7.4,"2013-01-22 00:00",7.2,"2013-04-28 00:00",7.1,"2013-02-27 00:00","","","","",7.6,7.4,7.2,6.5,4.2,3.2,1.2,"","Presque Isle","Maine","Aroostook","Presque Isle","","2014-01-28" +"23","003","1100","42101",1,46.696431,-68.033006,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6204,71,249,365,0,348,0,0,"Certification not required",0,0.156904,0.045478,0.715,"2013-08-01 22:00",0.657,"2013-09-30 12:00",0.592,"2013-02-11 06:00",0.576,"2013-01-28 18:00","","","","",0.337,0.286,0.226,0.199,0.172,0.15,0.115,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42101",1,46.696431,-68.033006,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6077,69,251,365,0,0,0,0,"Certification not required",0,0.155109,0.056205,0.5,"2013-07-02 01:00",0.5,"2013-07-02 02:00",0.4,"2013-01-29 08:00",0.4,"2013-01-29 09:00",0.5,"2013-07-02 01:00",0.4,"2013-01-29 08:00",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42102",1,46.696431,-68.033006,"NAD83","Carbon dioxide","1 HOUR","","Observed Values","INSTRUMENTAL - INFRARED ABSORPTION",2013,"Parts per million","No Events",6420,73,272,365,0,132,"","","Certification not required",0,413.266355,22.24131,559,"2013-07-28 04:00",555,"2013-07-09 03:00",549,"2013-08-28 04:00",546,"2013-07-01 03:00","","","","",495,473,448,435,424,414,386,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42401",1,46.696431,-68.033006,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5951,68,231,365,0,378,0,"","Certification not required",0,0.871861,0.589794,4.2,"2013-02-11 08:00",3.4,"2013-01-28 16:00",3.2,"2013-02-09 03:00",2.7,"2013-01-18 10:00","","","","",3.2,2.4,1.8,1.4,1.1,0.9,0.1,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42401",1,46.696431,-68.033006,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5951,68,231,365,0,378,"","","Certification not required",0,0.500723,0.438628,4.2,"2013-02-11 08:00",3.4,"2013-01-28 16:00",3.2,"2013-02-09 03:00",3,"2013-02-09 02:00","","","","",1.6,1.4,1.2,1,0.9,0.4,0,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42401",1,46.696431,-68.033006,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",231,63,231,365,0,0,0,"","Certification not required",0,0.509957,0.376754,1.6,"2013-01-28 00:00",1.5,"2013-02-09 00:00",1.4,"2013-01-18 00:00",1.4,"2013-02-11 00:00","","","","",1.4,1.2,1.1,1,0.8,0.4,0,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42401",1,46.696431,-68.033006,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1893,65,221,365,0,0,"",0,"Certification not required",0,0.489012,0.408881,3,"2013-02-11 08:00",2.9,"2013-01-28 17:00",2.4,"2013-02-09 05:00",2.1,"2013-01-29 11:00","","","","",1.5,1.3,1.1,1,0.8,0.4,0,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42406",1,46.696431,-68.033006,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6066,69,245,365,0,429,"","","Certification not required",0,0.686499,0.541468,6.2,"2013-04-21 20:00",6.1,"2013-01-18 18:00",5.7,"2013-02-11 08:00",5.7,"2013-03-08 08:00","","","","",2.4,1.9,1.4,1.2,1,0.7,0.1,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42601",1,46.696431,-68.033006,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4118,47,161,365,0,250,"","","Certification not required",0,0.645362,1.28998,23.9,"2013-02-11 08:00",20.8,"2013-01-11 08:00",18.3,"2013-02-18 13:00",18.1,"2013-09-27 05:00","","","","",5.7,4,2.3,1.4,0.7,0.3,0,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42602",1,46.696431,-68.033006,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6215,71,249,365,0,337,0,"","Certification not required",0,4.612851,4.088684,25,"2013-02-11 06:00",23,"2013-01-11 08:00",22.4,"2013-02-16 06:00",20.4,"2013-02-15 01:00","","","","",22.4,19.2,12.7,9.6,5.3,3.3,1.2,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42602",1,46.696431,-68.033006,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6215,71,249,365,0,337,"","","Certification not required",0,1.733242,2.184348,25,"2013-02-11 06:00",23.2,"2013-02-11 05:00",23,"2013-01-11 08:00",22.5,"2013-01-11 17:00","","","","",11.9,8.8,5.4,3.5,2,1.1,0.3,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","42603",1,46.696431,-68.033006,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6215,71,249,365,0,337,"","","Certification not required",0,2.332936,2.974946,43.8,"2013-01-11 08:00",42.7,"2013-02-11 08:00",40,"2013-02-11 06:00",35.6,"2013-02-16 06:00","","","","",15.9,11.4,7.3,4.8,2.7,1.4,0.5,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","44201",1,46.696431,-68.033006,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5965,100,183,183,0,587,0,0,"Certification not required",99,0.035617,0.009794,0.058,"2013-05-07 12:00",0.056,"2013-05-01 12:00",0.055,"2013-04-05 12:00",0.055,"2013-04-23 13:00","","","","",0.056,0.055,0.053,0.051,0.045,0.041,0.035,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","44201",1,46.696431,-68.033006,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6471,98,180,183,0,0,0,0,"Certification not required",0,0.032372,0.009677,0.057,"2013-05-07 11:00",0.053,"2013-04-29 10:00",0.052,"2013-04-05 10:00",0.052,"2013-04-23 09:00","","","","",0.053,0.052,0.05,0.047,0.043,0.038,0.032,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","44201",1,46.696431,-68.033006,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6471,98,180,183,0,0,0,0,"Certification not required",0,0.032372,0.009677,0.057,"2013-05-07 11:00",0.053,"2013-04-29 10:00",0.052,"2013-04-05 10:00",0.052,"2013-04-23 09:00","","","","",0.053,0.052,0.05,0.047,0.043,0.038,0.032,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","88502",3,46.696431,-68.033006,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6523,74,273,365,0,29,"","","Certification not required",0,6.206178,4.910056,95.5,"2013-07-01 22:00",93.5,"2013-07-01 23:00",93.4,"2013-07-01 21:00",88.6,"2013-07-01 20:00","","","","",21.6,17.8,13.1,10.2,7.3,5.3,2.6,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","1100","88502",3,46.696431,-68.033006,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,6.157143,3.441426,32.4,"2013-07-02 00:00",32,"2013-07-01 00:00",19.1,"2013-07-17 00:00",18.2,"2013-08-22 00:00","","","","",19.1,15.7,11.7,9.1,6.7,5.3,3.5,"MICMAC HEALTH DEPARTMENT","8 NORTHERN ROAD, PRESQUE ISLE, ME 04769","Maine","Aroostook","Presque Isle","","2014-01-17" +"23","003","9991","44201",1,46.6041,-68.4135,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6971,80,147,183,0,1045,0,0,"Certification not required",26,0.03734,0.009354,0.057,"2013-04-26 15:00",0.056,"2013-05-08 14:00",0.056,"2013-05-29 14:00",0.055,"2013-04-05 16:00","","","","",0.056,0.056,0.054,0.051,0.047,0.043,0.038,"Ashland","45 Radar Rd, Ashland, ME 04732","Maine","Aroostook","","","2014-01-31" +"23","003","9991","44201",1,46.6041,-68.4135,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6948,78,142,183,0,0,0,0,"Certification not required",0,0.033873,0.008901,0.055,"2013-04-26 11:00",0.053,"2013-04-05 09:00",0.053,"2013-04-23 10:00",0.053,"2013-07-05 11:00","","","","",0.053,0.053,0.049,0.047,0.044,0.04,0.036,"Ashland","45 Radar Rd, Ashland, ME 04732","Maine","Aroostook","","","2014-01-31" +"23","003","9991","44201",1,46.6041,-68.4135,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6948,78,142,183,0,0,0,0,"Certification not required",0,0.033873,0.008901,0.055,"2013-04-26 11:00",0.053,"2013-04-05 09:00",0.053,"2013-04-23 10:00",0.053,"2013-07-05 11:00","","","","",0.053,0.053,0.049,0.047,0.044,0.04,0.036,"Ashland","45 Radar Rd, Ashland, ME 04732","Maine","Aroostook","","","2014-01-31" +"23","005","0002","85101",2,44.107524,-70.729165,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.581831,2.624703,12.503,"2013-05-31 00:00",12.3052,"2013-03-11 00:00",8.7655,"2013-02-15 00:00",8.2071,"2013-05-01 00:00","","","","",12.503,12.3052,8.7655,8.0787,6.4461,3.5472,1.8868,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","86502",1,44.107524,-70.729165,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.098039,1.253075,4,"2013-03-11 00:00",4,"2013-05-16 00:00",4,"2013-05-31 00:00",3,"2013-04-07 00:00","","","","",4,4,4,3,2,1,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88103",1,44.107524,-70.729165,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88104",1,44.107524,-70.729165,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.013099,0.012608,0.0548,"2013-05-01 00:00",0.05,"2013-04-28 00:00",0.039,"2013-04-22 00:00",0.038,"2013-04-25 00:00","","","","",0.0548,0.05,0.039,0.0314,0.0166,0.009,0.0017,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88109",1,44.107524,-70.729165,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.0016,0.001025,0.0064,"2013-03-11 00:00",0.0028,"2013-04-07 00:00",0.0028,"2013-04-22 00:00",0.0028,"2013-05-04 00:00","","","","",0.0064,0.0028,0.0028,0.0027,0.0022,0.0014,0.0005,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88111",1,44.107524,-70.729165,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.011177,0.00887,0.0309,"2013-03-11 00:00",0.03,"2013-05-04 00:00",0.0294,"2013-04-28 00:00",0.0291,"2013-04-07 00:00","","","","",0.0309,0.03,0.0294,0.0274,0.0165,0.0078,0.0022,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88112",1,44.107524,-70.729165,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88114",1,44.107524,-70.729165,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.000352,0.000383,0.0027,"2013-01-07 00:00",0.0009,"2013-01-19 00:00",0.0007,"2013-02-03 00:00",0.0007,"2013-02-15 00:00","","","","",0.0027,0.0009,0.0007,0.0006,0.0004,0.0003,0.0001,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88115",1,44.107524,-70.729165,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.016488,0.05671,0.2786,"2013-02-21 00:00",0.2274,"2013-05-04 00:00",0.2065,"2013-03-08 00:00",0.0353,"2013-03-11 00:00","","","","",0.2786,0.2274,0.2065,0.017,0.002,0.001,0.00015,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88126",1,44.107524,-70.729165,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.011817,0.010082,0.0406,"2013-05-01 00:00",0.0397,"2013-04-28 00:00",0.0329,"2013-04-07 00:00",0.0298,"2013-04-22 00:00","","","","",0.0406,0.0397,0.0329,0.0257,0.0179,0.0081,0.0022,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88128",1,44.107524,-70.729165,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00102,0.000948,0.004,"2013-05-04 00:00",0.003,"2013-01-13 00:00",0.003,"2013-04-13 00:00",0.002,"2013-01-01 00:00","","","","",0.004,0.003,0.003,0.002,0.002,0.001,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88132",1,44.107524,-70.729165,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000471,0.000504,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88136",1,44.107524,-70.729165,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88140",1,44.107524,-70.729165,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.011187,0.015101,0.0711,"2013-05-04 00:00",0.0576,"2013-03-11 00:00",0.0395,"2013-05-07 00:00",0.0389,"2013-02-21 00:00","","","","",0.0711,0.0576,0.0395,0.0351,0.0132,0.006,0.00105,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88152",1,44.107524,-70.729165,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000778,0.001362,0.0078,"2013-05-31 00:00",0.0041,"2013-02-15 00:00",0.0034,"2013-04-04 00:00",0.0027,"2013-02-12 00:00","","","","",0.0078,0.0041,0.0034,0.0023,0.0008,0.00015,0.0001,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88154",1,44.107524,-70.729165,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",31,0.000155,8.3e-05,0.0004,"2013-02-03 00:00",0.0004,"2013-02-15 00:00",0.0004,"2013-05-13 00:00",0.0003,"2013-03-17 00:00","","","","",0.0004,0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88161",1,44.107524,-70.729165,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.001033,0.001039,0.0049,"2013-04-22 00:00",0.0035,"2013-04-07 00:00",0.0035,"2013-04-28 00:00",0.0033,"2013-05-01 00:00","","","","",0.0049,0.0035,0.0035,0.0023,0.0013,0.0006,0.0002,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88164",1,44.107524,-70.729165,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000149,0.000117,0.0005,"2013-04-22 00:00",0.0004,"2013-04-28 00:00",0.0004,"2013-05-10 00:00",0.0004,"2013-05-16 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88165",1,44.107524,-70.729165,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.026169,0.028451,0.1083,"2013-05-01 00:00",0.1,"2013-04-28 00:00",0.0891,"2013-04-07 00:00",0.083,"2013-04-25 00:00","","","","",0.1083,0.1,0.0891,0.077,0.037,0.015,0.00275,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88167",1,44.107524,-70.729165,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003143,0.002172,0.01,"2013-01-07 00:00",0.0094,"2013-05-04 00:00",0.0083,"2013-01-19 00:00",0.0059,"2013-01-28 00:00","","","","",0.01,0.0094,0.0083,0.0056,0.0043,0.0025,0.0012,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88168",1,44.107524,-70.729165,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.000228,0.000154,0.0008,"2013-03-11 00:00",0.0006,"2013-01-16 00:00",0.0006,"2013-05-04 00:00",0.0005,"2013-04-22 00:00","","","","",0.0008,0.0006,0.0006,0.0004,0.0003,0.0002,0.0001,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88169",1,44.107524,-70.729165,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.290984,0.173684,0.8957,"2013-05-31 00:00",0.6971,"2013-02-15 00:00",0.6475,"2013-01-04 00:00",0.5523,"2013-04-28 00:00","","","","",0.8957,0.6971,0.6475,0.4953,0.3841,0.2706,0.098,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88176",1,44.107524,-70.729165,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000194,0.000111,0.0006,"2013-01-07 00:00",0.0005,"2013-01-13 00:00",0.0005,"2013-01-19 00:00",0.0005,"2013-05-01 00:00","","","","",0.0006,0.0005,0.0005,0.0003,0.00015,0.00015,0.00015,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88180",1,44.107524,-70.729165,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.027778,0.016302,0.0721,"2013-01-07 00:00",0.0698,"2013-01-19 00:00",0.0547,"2013-02-03 00:00",0.0541,"2013-03-11 00:00","","","","",0.0721,0.0698,0.0547,0.0527,0.0389,0.0242,0.0096,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88184",1,44.107524,-70.729165,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.073405,0.10737,0.4954,"2013-03-11 00:00",0.435,"2013-05-04 00:00",0.3796,"2013-02-21 00:00",0.2322,"2013-04-19 00:00","","","","",0.4954,0.435,0.3796,0.1677,0.0987,0.038,0.0019,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88185",1,44.107524,-70.729165,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000661,0.000325,0.0026,"2013-04-28 00:00",0.0013,"2013-03-14 00:00",0.001,"2013-03-23 00:00",0.0009,"2013-03-02 00:00","","","","",0.0026,0.0013,0.001,0.0007,0.00065,0.00065,0.0004,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88203",1,44.107524,-70.729165,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.070916,0.130779,0.5655,"2013-05-04 00:00",0.516,"2013-02-21 00:00",0.5069,"2013-03-11 00:00",0.3447,"2013-03-08 00:00","","","","",0.5655,0.516,0.5069,0.1511,0.0575,0.026,0.0034,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88306",1,44.107524,-70.729165,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.254452,0.246554,1.2308,"2013-03-11 00:00",0.9202,"2013-01-04 00:00",0.766,"2013-01-19 00:00",0.6036,"2013-01-07 00:00","","","","",1.2308,0.9202,0.766,0.5632,0.3724,0.1679,0.05,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88320",1,44.107524,-70.729165,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.60098,0.363628,1.72,"2013-01-19 00:00",1.38,"2013-01-07 00:00",1.36,"2013-05-31 00:00",1.17,"2013-02-15 00:00","","","","",1.72,1.38,1.36,1.06,0.85,0.56,0.21,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88321",1,44.107524,-70.729165,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.115686,0.081296,0.43,"2013-01-19 00:00",0.28,"2013-01-07 00:00",0.24,"2013-02-15 00:00",0.23,"2013-02-03 00:00","","","","",0.43,0.28,0.24,0.22,0.17,0.09,0.03,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88324",1,44.107524,-70.729165,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.025307,0.016877,0.0893,"2013-01-07 00:00",0.071,"2013-02-06 00:00",0.0623,"2013-01-19 00:00",0.061,"2013-02-03 00:00","","","","",0.0893,0.071,0.0623,0.0469,0.03065,0.0167,0.0104,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88325",1,44.107524,-70.729165,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.115863,0.086345,0.4429,"2013-05-31 00:00",0.3434,"2013-01-19 00:00",0.2571,"2013-02-15 00:00",0.2503,"2013-01-07 00:00","","","","",0.4429,0.3434,0.2571,0.2015,0.172,0.089,0.0339,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88326",1,44.107524,-70.729165,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.168989,0.114766,0.5439,"2013-01-19 00:00",0.4681,"2013-03-11 00:00",0.3446,"2013-05-10 00:00",0.317,"2013-01-07 00:00","","","","",0.5439,0.4681,0.3446,0.2891,0.2373,0.1642,0.0346,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88327",1,44.107524,-70.729165,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.132427,0.085629,0.4353,"2013-01-19 00:00",0.3305,"2013-03-11 00:00",0.2801,"2013-01-07 00:00",0.2772,"2013-01-28 00:00","","","","",0.4353,0.3305,0.2801,0.246,0.178,0.1196,0.0458,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88328",1,44.107524,-70.729165,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.163542,0.103583,0.4417,"2013-01-07 00:00",0.3935,"2013-02-15 00:00",0.3741,"2013-05-31 00:00",0.362,"2013-02-06 00:00","","","","",0.4417,0.3935,0.3741,0.325,0.228,0.1343,0.059,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88329",1,44.107524,-70.729165,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.248863,0.167015,0.7069,"2013-01-19 00:00",0.6688,"2013-01-07 00:00",0.5908,"2013-02-15 00:00",0.5669,"2013-05-31 00:00","","","","",0.7069,0.6688,0.5908,0.4649,0.3511,0.1831,0.0871,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88330",1,44.107524,-70.729165,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.030073,0.01704,0.0766,"2013-05-16 00:00",0.0571,"2013-05-28 00:00",0.0563,"2013-02-03 00:00",0.0549,"2013-04-10 00:00","","","","",0.0766,0.0571,0.0563,0.0524,0.0427,0.0298,0.0101,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88331",1,44.107524,-70.729165,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,7.1e-05,0.000164,0.001,"2013-03-23 00:00",0.0006,"2013-01-19 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.001,0.0006,0.00015,0.00015,0.0001,0,0,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88338",1,44.107524,-70.729165,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.015644,0.004836,0.0276,"2013-05-31 00:00",0.02565,"2013-02-12 00:00",0.0245,"2013-02-09 00:00",0.0243,"2013-02-06 00:00","","","","",0.0276,0.02565,0.0245,0.02425,0.0158,0.0149,0.01075,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88339",1,44.107524,-70.729165,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.200275,0.716429,3.69472,"2013-05-31 00:00",2.87533,"2013-02-15 00:00",2.67073,"2013-01-04 00:00",2.27828,"2013-04-28 00:00","","","","",3.69472,2.87533,2.67073,2.04295,1.58421,1.11635,0.40417,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88344",1,44.107524,-70.729165,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.328225,0.318071,1.5877,"2013-03-11 00:00",1.1871,"2013-01-04 00:00",0.9881,"2013-01-19 00:00",0.7786,"2013-01-07 00:00","","","","",1.5877,1.1871,0.9881,0.7265,0.4804,0.2166,0.0645,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88348",1,44.107524,-70.729165,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.14289,0.135599,0.5396,"2013-05-01 00:00",0.5096,"2013-04-28 00:00",0.4293,"2013-04-07 00:00",0.4049,"2013-04-22 00:00","","","","",0.5396,0.5096,0.4293,0.3711,0.1997,0.0877,0.0259,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88350",1,44.107524,-70.729165,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.080688,0.654155,3.0935,"2013-01-19 00:00",2.4806,"2013-01-07 00:00",2.4399,"2013-05-31 00:00",2.111,"2013-02-15 00:00","","","","",3.0935,2.4806,2.4399,1.9022,1.5233,0.9997,0.3782,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88403",1,44.107524,-70.729165,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.881465,0.526038,2.7305,"2013-05-31 00:00",2.1178,"2013-02-15 00:00",1.8756,"2013-01-04 00:00",1.8017,"2013-03-11 00:00","","","","",2.7305,2.1178,1.8756,1.5145,1.105,0.8585,0.3105,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0002","88502",1,44.107524,-70.729165,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.009804,1.701324,8.1,"2013-05-31 00:00",7.3,"2013-03-11 00:00",6.2,"2013-02-15 00:00",5.7,"2013-01-19 00:00","","","","",8.1,7.3,6.2,5.4,4,2.8,1.3,"","UPPER RIDGE ROAD, ROUTE #2","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","0015","68105",1,43.677994,-70.256178,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,4,"","","Certification not required",0,10.02963,9.902289,28.5,"2013-07-15 00:00",26.2,"2013-08-14 00:00",23,"2013-08-20 00:00",22.6,"2013-07-27 00:00","","","","",28.5,26.2,23,21.1,18.1,11.4,-4.2,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0015","68105",2,43.677994,-70.256178,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Electronic",2013,"Degrees Centigrade","No Events",54,89,54,61,0,5,"","","Certification not required",0,9.942593,10.005293,28.3,"2013-07-15 00:00",22.8,"2013-08-20 00:00",22.5,"2013-07-27 00:00",22.3,"2013-09-01 00:00","","","","",28.3,22.8,22.5,21,18.1,12.8,-4.7,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0015","68105",3,43.677994,-70.256178,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Electronic",2013,"Degrees Centigrade","No Events",28,90,28,31,0,2,"","","Certification not required",0,8.935714,10.423272,28,"2013-07-15 00:00",22.3,"2013-08-20 00:00",22,"2013-07-27 00:00",21.7,"2013-09-01 00:00","","","","",28,28,22.3,22,17.6,8.6,-4.8,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0015","68108",1,43.677994,-70.256178,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,4,"","","Certification not required",0,759.888889,5.995806,780,"2013-11-30 00:00",778,"2013-04-22 00:00",770,"2013-10-13 00:00",769,"2013-05-04 00:00","","","","",780,778,770,766,762,759,754,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0015","68108",2,43.677994,-70.256178,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,5,"","","Certification not required",0,760.888889,5.679047,778,"2013-04-22 00:00",773,"2013-11-30 00:00",771,"2013-01-28 00:00",770,"2013-01-10 00:00","","","","",778,773,771,769,764,760,755,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0015","68108",3,43.677994,-70.256178,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,90,28,31,0,2,"","","Certification not required",0,760.642857,5.625434,779,"2013-04-22 00:00",770,"2013-05-04 00:00",769,"2013-01-28 00:00",766,"2013-05-28 00:00","","","","",779,779,770,769,764,760,755,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0015","81102",2,43.677994,-70.256178,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",50,82,50,61,0,6,0,0,"Certification not required",1,20.86,12.581181,63,"2013-01-22 00:00",55,"2013-02-15 00:00",48,"2013-01-04 00:00",40,"2013-03-11 00:00","","","","",63,63,48,38,26,19,9,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","0015","81102",3,43.677994,-70.256178,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",24,77,24,31,0,3,0,0,"Certification not required",1,20.416667,8.692409,38,"2013-01-28 00:00",34,"2013-08-20 00:00",31,"2013-03-29 00:00",30,"2013-02-21 00:00","","","","",38,38,34,31,28,20,10,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","0015","85101",2,43.677994,-70.256178,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,6,"","","Certification not required",1,21.94,13.956799,71,"2013-01-22 00:00",60,"2013-02-15 00:00",53,"2013-01-04 00:00",44,"2013-01-28 00:00","","","","",71,71,53,44,29,19,9,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0015","85101",3,43.677994,-70.256178,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",24,77,24,31,0,3,"","","Certification not required",1,21.375,9.490556,43,"2013-01-28 00:00",34,"2013-08-20 00:00",33,"2013-02-21 00:00",33,"2013-03-29 00:00","","","","",43,43,34,33,29,21,10,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0015","88101",1,43.677994,-70.256178,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,5,0,0,"Certification not required",0,8.223529,4.693723,25.5,"2013-02-15 00:00",22.2,"2013-07-03 00:00",17.3,"2013-08-20 00:00",16.9,"2013-01-04 00:00","","","","",25.5,22.2,17.3,12.8,10.1,7.1,3.8,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0015","88101",1,43.677994,-70.256178,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,5,"","","Certification not required",0,8.223529,4.693723,25.5,"2013-02-15 00:00",22.2,"2013-07-03 00:00",17.3,"2013-08-20 00:00",16.9,"2013-01-04 00:00","","","","",25.5,22.2,17.3,12.8,10.1,7.1,3.8,"TB - Tukey's Bridge","TUKEY'S BRIDGE-BEAN POT RD.","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0029","42101",1,43.660246,-70.268965,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",3043,35,126,365,0,581,0,0,"Certification not required",2362,0.343543,0.203192,2.2,"2013-02-10 21:00",2.1,"2013-02-10 18:00",2.1,"2013-02-10 19:00",2.1,"2013-02-10 20:00","","","","",1.1,0.9,0.8,0.6,0.25,0.25,0.25,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-06-11" +"23","005","0029","42101",1,43.660246,-70.268965,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",3003,34,119,365,0,0,0,0,"Certification not required",0,0.377256,0.16941,1.8,"2013-02-11 01:00",1.7,"2013-02-11 00:00",1.7,"2013-02-11 02:00",1.6,"2013-02-10 23:00",1.8,"2013-02-11 01:00",1.4,"2013-01-09 00:00",1.1,0.8,0.7,0.6,0.4,0.3,0.3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-06-11" +"23","005","0029","42401",1,43.660246,-70.268965,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8621,98,361,365,0,139,0,"","Certification not required",0,2.977008,2.535788,24.8,"2013-02-11 08:00",17.7,"2013-12-17 14:00",16.3,"2013-09-28 12:00",12.3,"2013-01-28 01:00","","","","",12.3,9.4,7.2,5.4,3.7,2.3,0.9,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","42401",1,43.660246,-70.268965,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8621,98,361,365,0,139,"","","Certification not required",0,1.459077,1.260599,24.8,"2013-02-11 08:00",24.2,"2013-02-11 09:00",21.8,"2013-02-11 07:00",17.7,"2013-12-17 14:00","","","","",6,4.7,3.4,2.5,1.8,1.3,0.2,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","42401",1,43.660246,-70.268965,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,1.459557,0.914041,8.3,"2013-02-11 00:00",5.3,"2013-01-09 00:00",5.1,"2013-01-28 00:00",4.5,"2013-01-25 00:00","","","","",4.5,3.6,2.8,2.3,1.8,1.4,0.4,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","42401",1,43.660246,-70.268965,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2844,97,359,365,0,0,"",0,"Certification not required",0,1.422714,1.169716,20.1,"2013-02-11 08:00",15.6,"2013-02-11 11:00",13.4,"2013-02-11 05:00",10.3,"2013-12-17 14:00","","","","",5.5,4.6,3.3,2.5,1.8,1.3,0.1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","42406",1,43.660246,-70.268965,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8618,98,361,365,0,142,"","","Certification not required",0,2.049315,2.164363,36,"2013-09-28 12:00",35,"2013-02-11 09:00",32,"2013-04-15 09:00",30,"2013-02-11 08:00","","","","",11,8,5,4,2,2,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","42601",1,43.660246,-70.268965,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8510,97,354,365,0,250,"","","Certification not required",0,5.063866,13.342457,281.9,"2013-02-10 21:00",207.3,"2013-02-10 19:00",207.1,"2013-02-10 20:00",200.8,"2013-02-10 22:00","","","","",69.9,44.7,19.5,9.9,4.4,1.6,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","42602",1,43.660246,-70.268965,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8510,97,354,365,0,250,0,"","Certification not required",0,20.644068,11.094543,76.1,"2013-02-10 21:00",60.6,"2013-02-11 01:00",49.2,"2013-12-16 00:00",48.4,"2013-01-08 20:00","","","","",48.4,46.3,40.5,35.8,27.3,19.9,8.1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-13" +"23","005","0029","42602",1,43.660246,-70.268965,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8510,97,354,365,0,250,"","","Certification not required",0,8.419929,8.380693,76.1,"2013-02-10 21:00",65.7,"2013-02-10 22:00",63.8,"2013-02-10 19:00",63.3,"2013-02-10 20:00","","","","",38.6,34.2,26.3,19.8,11.2,5.5,1.3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-13" +"23","005","0029","42603",1,43.660246,-70.268965,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8510,97,354,365,0,250,"","","Certification not required",0,13.501904,19.731019,358.1,"2013-02-10 21:00",271.1,"2013-02-10 19:00",270.4,"2013-02-10 20:00",266.6,"2013-02-10 22:00","","","","",101.1,74.2,43.8,28.4,15,7.7,2.1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","43218",1,43.660246,-70.268965,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.207073,0.10364,0.56,"2013-01-28 00:00",0.45,"2013-04-10 00:00",0.38,"2013-02-15 00:00",0.33,"2013-08-08 00:00","","","","",0.56,0.56,0.38,0.32,0.27,0.18,0.1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43218",2,43.660246,-70.268965,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.219524,0.131148,0.73,"2013-02-15 00:00",0.48,"2013-06-09 00:00",0.47,"2013-01-28 00:00",0.47,"2013-08-02 00:00","","","","",0.73,0.73,0.47,0.32,0.26,0.2,0.1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43372",1,43.660246,-70.268965,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43372",2,43.660246,-70.268965,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43509",1,43.660246,-70.268965,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.598293,0.271043,1.46,"2013-05-28 00:00",1.16,"2013-07-21 00:00",1.13,"2013-07-15 00:00",0.88,"2013-07-27 00:00","","","","",1.46,1.46,1.13,0.87,0.71,0.59,0.37,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43509",2,43.660246,-70.268965,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.624762,0.283422,1.39,"2013-07-21 00:00",1.25,"2013-07-03 00:00",1.15,"2013-05-28 00:00",0.95,"2013-06-09 00:00","","","","",1.39,1.39,1.15,0.92,0.75,0.65,0.28,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43552",1,43.660246,-70.268965,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,2.335512,1.049771,6.416,"2013-07-21 00:00",5.056,"2013-07-15 00:00",4.568,"2013-05-28 00:00",3.372,"2013-06-03 00:00","","","","",6.416,6.416,4.568,3.368,2.568,2.164,1.44,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43552",2,43.660246,-70.268965,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.585524,0.629784,3.84,"2013-07-21 00:00",2.64,"2013-06-09 00:00",2.616,"2013-06-03 00:00",2.604,"2013-02-03 00:00","","","","",3.84,3.84,2.616,2.296,1.86,1.576,0.872,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43560",1,43.660246,-70.268965,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.103415,0.105632,0.43,"2013-08-08 00:00",0.28,"2013-07-15 00:00",0.27,"2013-08-14 00:00",0.26,"2013-02-15 00:00","","","","",0.43,0.43,0.27,0.25,0.16,0.11,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43560",2,43.660246,-70.268965,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.175238,0.15638,0.68,"2013-08-20 00:00",0.58,"2013-08-02 00:00",0.45,"2013-02-03 00:00",0.38,"2013-01-22 00:00","","","","",0.68,0.68,0.45,0.34,0.25,0.16,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43801",1,43.660246,-70.268965,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.616341,0.165556,1.05,"2013-07-21 00:00",0.91,"2013-07-15 00:00",0.81,"2013-01-28 00:00",0.79,"2013-04-10 00:00","","","","",1.05,1.05,0.81,0.79,0.74,0.61,0.37,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43801",2,43.660246,-70.268965,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.620476,0.149714,1.11,"2013-07-21 00:00",0.83,"2013-06-09 00:00",0.83,"2013-06-15 00:00",0.8,"2013-02-03 00:00","","","","",1.11,1.11,0.83,0.78,0.72,0.62,0.44,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43802",1,43.660246,-70.268965,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,3,"","","Certification not required",0,0.113333,0.021068,0.16,"2013-06-03 00:00",0.15,"2013-06-09 00:00",0.15,"2013-06-15 00:00",0.15,"2013-07-15 00:00","","","","",0.16,0.16,0.15,0.15,0.12,0.11,0.08,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43802",2,43.660246,-70.268965,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,3,"","","Certification not required",0,0.114,0.025197,0.19,"2013-03-05 00:00",0.16,"2013-06-15 00:00",0.16,"2013-06-21 00:00",0.16,"2013-08-02 00:00","","","","",0.19,0.19,0.16,0.16,0.12,0.11,0.08,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43803",1,43.660246,-70.268965,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.02878,0.010999,0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-07-15 00:00",0.05,"2013-08-08 00:00","","","","",0.05,0.05,0.05,0.05,0.03,0.02,0.02,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43803",2,43.660246,-70.268965,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.029762,0.018543,0.11,"2013-08-02 00:00",0.08,"2013-08-20 00:00",0.06,"2013-06-15 00:00",0.05,"2013-06-09 00:00","","","","",0.11,0.11,0.06,0.05,0.03,0.02,0.02,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43804",1,43.660246,-70.268965,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.122683,0.028198,0.2,"2013-07-21 00:00",0.18,"2013-06-15 00:00",0.17,"2013-08-14 00:00",0.16,"2013-07-15 00:00","","","","",0.2,0.2,0.17,0.15,0.13,0.12,0.08,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43804",2,43.660246,-70.268965,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.120952,0.029451,0.21,"2013-07-21 00:00",0.2,"2013-06-15 00:00",0.17,"2013-08-02 00:00",0.16,"2013-06-09 00:00","","","","",0.21,0.21,0.17,0.16,0.14,0.12,0.08,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43811",1,43.660246,-70.268965,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.280732,0.058881,0.44,"2013-07-21 00:00",0.37,"2013-06-09 00:00",0.36,"2013-05-10 00:00",0.36,"2013-07-15 00:00","","","","",0.44,0.44,0.36,0.34,0.31,0.28,0.19,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43811",2,43.660246,-70.268965,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.28381,0.057167,0.46,"2013-07-21 00:00",0.39,"2013-06-15 00:00",0.37,"2013-06-09 00:00",0.37,"2013-07-09 00:00","","","","",0.46,0.46,0.37,0.36,0.3,0.28,0.23,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43812",1,43.660246,-70.268965,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.043171,0.026499,0.1,"2013-08-08 00:00",0.09,"2013-04-22 00:00",0.09,"2013-08-14 00:00",0.09,"2013-09-07 00:00","","","","",0.1,0.1,0.09,0.08,0.06,0.04,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43812",2,43.660246,-70.268965,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.046667,0.035727,0.18,"2013-08-02 00:00",0.1,"2013-03-05 00:00",0.09,"2013-02-03 00:00",0.09,"2013-04-10 00:00","","","","",0.18,0.18,0.09,0.09,0.07,0.04,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43813",1,43.660246,-70.268965,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.008049,0.020152,0.07,"2013-08-08 00:00",0.06,"2013-06-15 00:00",0.06,"2013-08-14 00:00",0.06,"2013-09-07 00:00","","","","",0.07,0.07,0.06,0.04,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43813",2,43.660246,-70.268965,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.007619,0.028866,0.17,"2013-08-02 00:00",0.06,"2013-09-07 00:00",0.05,"2013-06-15 00:00",0.04,"2013-08-08 00:00","","","","",0.17,0.17,0.05,0,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43814",1,43.660246,-70.268965,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.022439,0.034769,0.11,"2013-08-14 00:00",0.11,"2013-09-07 00:00",0.1,"2013-06-15 00:00",0.1,"2013-08-08 00:00","","","","",0.11,0.11,0.1,0.08,0.04,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43814",2,43.660246,-70.268965,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.017381,0.040186,0.2,"2013-08-02 00:00",0.12,"2013-09-07 00:00",0.1,"2013-06-15 00:00",0.06,"2013-08-08 00:00","","","","",0.2,0.2,0.1,0.05,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43815",1,43.660246,-70.268965,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.056341,0.019073,0.11,"2013-08-08 00:00",0.1,"2013-08-14 00:00",0.08,"2013-06-15 00:00",0.08,"2013-09-07 00:00","","","","",0.11,0.11,0.08,0.07,0.06,0.06,0.04,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43815",2,43.660246,-70.268965,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.056905,0.030323,0.22,"2013-08-02 00:00",0.1,"2013-06-15 00:00",0.09,"2013-09-07 00:00",0.08,"2013-04-28 00:00","","","","",0.22,0.22,0.09,0.07,0.06,0.05,0.04,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43817",1,43.660246,-70.268965,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.070488,0.033908,0.18,"2013-06-03 00:00",0.15,"2013-06-09 00:00",0.14,"2013-08-14 00:00",0.13,"2013-08-08 00:00","","","","",0.18,0.18,0.14,0.11,0.08,0.06,0.04,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43817",2,43.660246,-70.268965,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.065952,0.03781,0.24,"2013-08-02 00:00",0.16,"2013-06-09 00:00",0.11,"2013-06-15 00:00",0.1,"2013-02-15 00:00","","","","",0.24,0.24,0.11,0.1,0.07,0.06,0.04,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43819",1,43.660246,-70.268965,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.007317,0.014322,0.05,"2013-08-08 00:00",0.05,"2013-08-14 00:00",0.04,"2013-09-07 00:00",0.03,"2013-07-27 00:00","","","","",0.05,0.05,0.04,0.03,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43819",2,43.660246,-70.268965,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.007143,0.01657,0.09,"2013-08-02 00:00",0.04,"2013-09-07 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-16 00:00","","","","",0.09,0.09,0.03,0.02,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43820",1,43.660246,-70.268965,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.010488,0.023125,0.08,"2013-08-08 00:00",0.08,"2013-08-14 00:00",0.06,"2013-06-15 00:00",0.06,"2013-09-07 00:00","","","","",0.08,0.08,0.06,0.05,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43820",2,43.660246,-70.268965,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.009048,0.032144,0.19,"2013-08-02 00:00",0.06,"2013-06-15 00:00",0.06,"2013-09-07 00:00",0.04,"2013-08-08 00:00","","","","",0.19,0.19,0.06,0.03,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43823",1,43.660246,-70.268965,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.58878,0.131609,0.97,"2013-07-21 00:00",0.77,"2013-07-15 00:00",0.76,"2013-06-09 00:00",0.72,"2013-06-03 00:00","","","","",0.97,0.97,0.76,0.72,0.66,0.61,0.38,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43823",2,43.660246,-70.268965,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.592381,0.124974,1.01,"2013-07-21 00:00",0.83,"2013-06-15 00:00",0.77,"2013-06-09 00:00",0.74,"2013-07-09 00:00","","","","",1.01,1.01,0.77,0.71,0.65,0.6,0.45,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43824",1,43.660246,-70.268965,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.012439,0.025863,0.09,"2013-08-08 00:00",0.09,"2013-08-14 00:00",0.07,"2013-09-07 00:00",0.06,"2013-06-15 00:00","","","","",0.09,0.09,0.07,0.05,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43824",2,43.660246,-70.268965,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.009524,0.031926,0.18,"2013-08-02 00:00",0.07,"2013-06-15 00:00",0.07,"2013-09-07 00:00",0.05,"2013-08-08 00:00","","","","",0.18,0.18,0.07,0.03,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43826",1,43.660246,-70.268965,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.01561,0.027663,0.09,"2013-08-08 00:00",0.08,"2013-08-14 00:00",0.07,"2013-04-16 00:00",0.07,"2013-06-15 00:00","","","","",0.09,0.09,0.07,0.07,0.04,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43826",2,43.660246,-70.268965,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.01381,0.033419,0.18,"2013-08-02 00:00",0.07,"2013-06-15 00:00",0.07,"2013-09-07 00:00",0.05,"2013-04-16 00:00","","","","",0.18,0.18,0.07,0.05,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43838",1,43.660246,-70.268965,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",35,0.026098,0.01626,0.08,"2013-08-08 00:00",0.08,"2013-08-14 00:00",0.07,"2013-02-27 00:00",0.06,"2013-09-07 00:00","","","","",0.08,0.08,0.07,0.04,0.02,0.02,0.02,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43838",2,43.660246,-70.268965,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.025,0.022659,0.16,"2013-08-02 00:00",0.06,"2013-09-07 00:00",0.05,"2013-08-08 00:00",0.02,"2013-01-04 00:00","","","","",0.16,0.16,0.05,0.02,0.02,0.02,0.02,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43839",1,43.660246,-70.268965,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",41,0.04,0,0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-22 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.04,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43839",2,43.660246,-70.268965,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.042857,0.018516,0.16,"2013-08-02 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00","","","","",0.16,0.16,0.04,0.04,0.04,0.04,0.04,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43860",1,43.660246,-70.268965,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.023171,0.03335,0.09,"2013-01-28 00:00",0.09,"2013-04-28 00:00",0.08,"2013-02-03 00:00",0.08,"2013-08-08 00:00","","","","",0.09,0.09,0.08,0.07,0.06,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","43860",2,43.660246,-70.268965,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.029048,0.040833,0.16,"2013-08-02 00:00",0.1,"2013-04-16 00:00",0.1,"2013-04-22 00:00",0.09,"2013-02-03 00:00","","","","",0.16,0.16,0.1,0.09,0.06,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","44201",1,43.660246,-70.268965,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8615,98,179,183,0,145,0,0,"Certification not required",835,0.040318,0.011999,0.086,"2013-06-01 14:00",0.084,"2013-08-21 17:00",0.083,"2013-08-22 16:00",0.075,"2013-06-21 18:00","","","","",0.084,0.075,0.062,0.055,0.048,0.043,0.037,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-17" +"23","005","0029","44201",1,43.660246,-70.268965,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8654,97,178,183,0,0,0,0,"Certification not required",0,0.035506,0.010637,0.072,"2013-06-01 11:00",0.067,"2013-08-21 13:00",0.065,"2013-08-22 10:00",0.061,"2013-04-28 11:00","","","","",0.067,0.061,0.054,0.049,0.043,0.039,0.033,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-17" +"23","005","0029","44201",1,43.660246,-70.268965,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8654,97,178,183,0,0,0,0,"Certification not required",0,0.035506,0.010637,0.072,"2013-06-01 11:00",0.067,"2013-08-21 13:00",0.065,"2013-08-22 10:00",0.061,"2013-04-28 11:00","","","","",0.067,0.061,0.054,0.049,0.043,0.039,0.033,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-17" +"23","005","0029","45102",1,43.660246,-70.268965,"NAD83","Xylene(s)","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.717561,0.375352,1.66,"2013-06-09 00:00",1.59,"2013-02-15 00:00",1.5,"2013-07-09 00:00",1.41,"2013-07-15 00:00","","","","",1.66,1.66,1.5,1.2,0.97,0.66,0.31,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45102",2,43.660246,-70.268965,"NAD83","Xylene(s)","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,3,"","","Certification not required",0,0.825625,0.438729,2.08,"2013-06-09 00:00",1.69,"2013-07-09 00:00",1.58,"2013-08-02 00:00",1.54,"2013-07-03 00:00","","","","",2.08,2.08,1.69,1.54,1.02,0.76,0.34,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45201",1,43.660246,-70.268965,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,1.10839,0.466034,3.006,"2013-02-15 00:00",1.836,"2013-01-28 00:00",1.8,"2013-04-10 00:00",1.668,"2013-06-09 00:00","","","","",3.006,3.006,1.8,1.59,1.326,1.02,0.696,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45201",2,43.660246,-70.268965,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.140429,0.485465,3.096,"2013-02-15 00:00",1.878,"2013-06-09 00:00",1.776,"2013-04-10 00:00",1.68,"2013-01-28 00:00","","","","",3.096,3.096,1.776,1.632,1.386,1.11,0.546,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45202",1,43.660246,-70.268965,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,3,"","","Certification not required",0,1.7485,0.844683,4.85,"2013-06-09 00:00",3.36,"2013-07-15 00:00",2.94,"2013-07-09 00:00",2.87,"2013-06-03 00:00","","","","",4.85,4.85,3.36,2.87,2.21,1.61,0.95,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45202",2,43.660246,-70.268965,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.915952,1.002212,5.22,"2013-06-09 00:00",4.7,"2013-02-15 00:00",3.6,"2013-07-03 00:00",3.16,"2013-07-09 00:00","","","","",5.22,5.22,3.6,3.04,2.34,1.85,1.06,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45203",1,43.660246,-70.268965,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.302195,0.160414,0.7,"2013-06-09 00:00",0.67,"2013-02-15 00:00",0.57,"2013-07-15 00:00",0.52,"2013-07-09 00:00","","","","",0.7,0.7,0.57,0.51,0.38,0.3,0.16,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45203",2,43.660246,-70.268965,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.316667,0.185599,0.8,"2013-08-02 00:00",0.79,"2013-06-09 00:00",0.68,"2013-02-15 00:00",0.58,"2013-06-15 00:00","","","","",0.8,0.8,0.68,0.58,0.38,0.3,0.15,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45204",1,43.660246,-70.268965,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.299268,0.1633,0.72,"2013-06-09 00:00",0.66,"2013-02-15 00:00",0.58,"2013-07-09 00:00",0.58,"2013-07-15 00:00","","","","",0.72,0.72,0.58,0.48,0.39,0.27,0.14,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45204",2,43.660246,-70.268965,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.322143,0.191662,0.89,"2013-06-09 00:00",0.74,"2013-08-02 00:00",0.68,"2013-02-15 00:00",0.64,"2013-07-09 00:00","","","","",0.89,0.89,0.68,0.61,0.39,0.33,0.15,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45207",1,43.660246,-70.268965,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",26,0.139268,0.068169,0.3,"2013-06-15 00:00",0.27,"2013-08-08 00:00",0.24,"2013-06-09 00:00",0.24,"2013-07-09 00:00","","","","",0.3,0.3,0.24,0.24,0.21,0.09,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45207",2,43.660246,-70.268965,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",29,0.143095,0.101031,0.6,"2013-08-02 00:00",0.34,"2013-06-09 00:00",0.32,"2013-06-15 00:00",0.26,"2013-07-09 00:00","","","","",0.6,0.6,0.32,0.25,0.18,0.09,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45208",1,43.660246,-70.268965,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",9,0.308049,0.163328,0.65,"2013-02-15 00:00",0.64,"2013-06-09 00:00",0.59,"2013-07-15 00:00",0.58,"2013-07-09 00:00","","","","",0.65,0.65,0.59,0.5,0.43,0.3,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45208",2,43.660246,-70.268965,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",7,0.34119,0.205927,0.95,"2013-06-09 00:00",0.84,"2013-08-02 00:00",0.68,"2013-02-15 00:00",0.65,"2013-07-03 00:00","","","","",0.95,0.95,0.68,0.64,0.41,0.32,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45801",1,43.660246,-70.268965,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.03878,0.084089,0.28,"2013-08-08 00:00",0.26,"2013-08-14 00:00",0.25,"2013-09-07 00:00",0.22,"2013-06-15 00:00","","","","",0.28,0.28,0.25,0.18,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45801",2,43.660246,-70.268965,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.031905,0.10477,0.58,"2013-08-02 00:00",0.25,"2013-09-07 00:00",0.23,"2013-06-15 00:00",0.17,"2013-08-08 00:00","","","","",0.58,0.58,0.23,0.11,0,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45805",1,43.660246,-70.268965,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",38,0.099512,0.034348,0.23,"2013-08-08 00:00",0.22,"2013-08-14 00:00",0.21,"2013-06-15 00:00",0.09,"2013-01-04 00:00","","","","",0.23,0.23,0.21,0.09,0.09,0.09,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45805",2,43.660246,-70.268965,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.105,0.065936,0.49,"2013-08-02 00:00",0.23,"2013-06-15 00:00",0.18,"2013-09-07 00:00",0.09,"2013-01-04 00:00","","","","",0.49,0.49,0.18,0.09,0.09,0.09,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45806",1,43.660246,-70.268965,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",31,0.126585,0.071541,0.37,"2013-08-08 00:00",0.32,"2013-08-14 00:00",0.27,"2013-06-15 00:00",0.24,"2013-07-27 00:00","","","","",0.37,0.37,0.27,0.22,0.09,0.09,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45806",2,43.660246,-70.268965,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",34,0.137143,0.128258,0.79,"2013-08-02 00:00",0.44,"2013-06-15 00:00",0.28,"2013-06-09 00:00",0.28,"2013-09-07 00:00","","","","",0.79,0.79,0.28,0.28,0.09,0.09,0.09,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45807",1,43.660246,-70.268965,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",0,0.060976,0.077743,0.27,"2013-08-08 00:00",0.26,"2013-08-14 00:00",0.19,"2013-09-07 00:00",0.17,"2013-07-27 00:00","","","","",0.27,0.27,0.19,0.14,0.11,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45807",2,43.660246,-70.268965,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.07,0.104625,0.58,"2013-08-02 00:00",0.22,"2013-09-07 00:00",0.19,"2013-06-15 00:00",0.17,"2013-08-08 00:00","","","","",0.58,0.58,0.19,0.16,0.11,0,0,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45850",1,43.660246,-70.268965,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,3,"","","Certification not required",9,0.286341,0.182644,0.62,"2013-07-15 00:00",0.6,"2013-07-21 00:00",0.56,"2013-09-07 00:00",0.55,"2013-07-09 00:00","","","","",0.62,0.62,0.56,0.55,0.45,0.25,0.05,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","45850",2,43.660246,-70.268965,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",8,0.314048,0.207306,0.9,"2013-08-02 00:00",0.63,"2013-06-15 00:00",0.62,"2013-06-09 00:00",0.61,"2013-07-09 00:00","","","","",0.9,0.9,0.62,0.6,0.44,0.31,0.05,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2013-12-31" +"23","005","0029","68105",1,43.660246,-70.268965,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,15,"","","Certification not required",0,10.169903,9.803809,28.2,"2013-07-06 00:00",26.9,"2013-06-24 00:00",26.2,"2013-05-31 00:00",25.3,"2013-07-18 00:00","","","","",26.9,26.2,23.3,22.2,19,11.1,-3.5,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0029","68105",2,43.660246,-70.268965,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",22,71,22,31,0,8,"","","Certification not required",0,9.545455,10.272883,23.5,"2013-09-01 00:00",22.7,"2013-07-27 00:00",21,"2013-08-08 00:00",20.2,"2013-06-21 00:00","","","","",23.5,23.5,22.7,21,18.9,13.2,-4.9,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0029","68108",1,43.660246,-70.268965,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,15,"","","Certification not required",0,760.495146,6.059952,780,"2013-04-22 00:00",778,"2013-11-30 00:00",773,"2013-11-21 00:00",772,"2013-05-01 00:00","","","","",778,773,770,767,764,760,753,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0029","68108",2,43.660246,-70.268965,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,71,22,31,0,8,"","","Certification not required",0,761.318182,5.57534,779,"2013-04-22 00:00",770,"2013-05-04 00:00",766,"2013-05-28 00:00",766,"2013-06-21 00:00","","","","",779,779,770,766,763,760,757,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-14" +"23","005","0029","88101",1,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,22,0,0,"Certification not required",0,6.922222,3.445948,19.8,"2013-07-03 00:00",15.1,"2013-08-20 00:00",14.6,"2013-11-15 00:00",13.9,"2013-05-31 00:00","","","","",19.8,15.1,13.7,12.4,8.2,6.2,3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0029","88101",1,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,22,"","","Certification not required",0,6.922222,3.445948,19.8,"2013-07-03 00:00",15.1,"2013-08-20 00:00",14.6,"2013-11-15 00:00",13.9,"2013-05-31 00:00","","","","",19.8,15.1,13.7,12.4,8.2,6.2,3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0029","88101",2,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,8,0,0,"Certification not required",0,6.773684,4.138551,20.3,"2013-07-03 00:00",12.2,"2013-06-21 00:00",9.4,"2013-04-10 00:00",8.7,"2013-05-04 00:00","","","","",20.3,20.3,20.3,12.2,8.3,6,2.5,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0029","88101",2,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,8,"","","Certification not required",0,6.773684,4.138551,20.3,"2013-07-03 00:00",12.2,"2013-06-21 00:00",9.4,"2013-04-10 00:00",8.7,"2013-05-04 00:00","","","","",20.3,20.3,20.3,12.2,8.3,6,2.5,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-02-06" +"23","005","0029","88101",3,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5231,60,235,365,0,505,"","","Certification not required",0,9.942726,7.414941,116.3,"2013-12-20 12:00",88.1,"2013-12-09 15:00",85.1,"2013-12-11 04:00",81.9,"2013-12-26 12:00","","","","",34,29.2,23.5,19,12.7,8.3,3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","88101",3,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",209,57,209,365,0,0,0,0,"Certification not required",0,9.942105,4.972922,31.6,"2013-12-20 00:00",28.7,"2013-12-21 00:00",24.9,"2013-11-16 00:00",23.3,"2013-07-02 00:00","","","","",24.9,23.2,20.2,16.2,12,8.9,4.9,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","88101",3,43.660246,-70.268965,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",209,57,209,365,0,0,"","","Certification not required",0,9.942105,4.972922,31.6,"2013-12-20 00:00",28.7,"2013-12-21 00:00",24.9,"2013-11-16 00:00",23.3,"2013-07-02 00:00","","","","",24.9,23.2,20.2,16.2,12,8.9,4.9,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","88501",1,43.660246,-70.268965,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 WINS w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7660,87,319,365,0,1100,"","","Certification not required",0,4.60577,5.285429,122.4,"2013-12-17 08:00",77.6,"2013-12-17 09:00",74.7,"2013-07-04 23:00",41.9,"2013-02-10 21:00","","","","",23.2,19,14.1,10.4,6.3,3.4,0.1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","88501",1,43.660246,-70.268965,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,4.576803,3.716802,20.5,"2013-01-09 00:00",20,"2013-07-17 00:00",18.6,"2013-12-17 00:00",17.6,"2013-12-20 00:00","","","","",17.6,16.2,12.3,9.2,5.6,3.8,1,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","88502",1,43.660246,-70.268965,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7464,85,306,365,0,1296,"","","Certification not required",0,7.316506,5.985523,109.5,"2013-12-17 09:00",74.8,"2013-07-04 23:00",65.7,"2013-12-31 20:00",56.4,"2013-02-10 21:00","","","","",30.4,25.1,18.1,13.7,9,5.8,2.3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","0029","88502",1,43.660246,-70.268965,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,"","","Certification not required",0,7.237255,4.354532,28.6,"2013-01-09 00:00",26.6,"2013-12-20 00:00",25.7,"2013-12-29 00:00",23.6,"2013-02-11 00:00","","","","",23.6,20.2,16.5,12.6,8.5,6.3,3.3,"PDO - Portland Deering Oaks","356 State Street, Portland, Maine","Maine","Cumberland","Portland","Portland-South Portland-Biddeford, ME","2014-01-10" +"23","005","2003","42600",2,43.561043,-70.207324,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5739,66,240,365,0,141,"","","Certification not required",0,2.711866,2.882154,45.2,"2013-12-20 17:00",33.2,"2013-12-20 18:00",31.3,"2013-12-23 20:00",30.6,"2013-12-29 09:00","","","","",14.6,12.2,7.7,5.4,3.2,1.8,0.7,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","42601",2,43.561043,-70.207324,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5739,66,240,365,0,141,"","","Certification not required",0,0.202683,0.535459,13.2,"2013-12-29 09:00",10.1,"2013-12-20 17:00",8.9,"2013-12-05 22:00",8.5,"2013-12-05 21:00","","","","",2.4,1.7,0.9,0.6,0.2,0,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","43000",1,43.561043,-70.207324,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,12.738087,9.418404,290.3,"2013-06-05 13:00",100.2,"2013-06-17 02:00",98.3,"2013-06-02 18:00",97.8,"2013-06-22 02:00","","","","",44.6,34.2,26.4,21.6,15,10.5,6,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43102",1,43.561043,-70.207324,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,15.120171,9.992449,292.9,"2013-06-05 13:00",111.9,"2013-06-02 18:00",111.1,"2013-06-22 02:00",103,"2013-06-17 02:00","","","","",49.5,38.1,29.6,24.6,17.8,13,7.6,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43131",1,43.561043,-70.207324,"NAD83","Unidentified VOC","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",1,2.381307,1.447214,17.9,"2013-06-05 18:00",15.4,"2013-09-09 16:00",14.8,"2013-06-05 17:00",13.7,"2013-06-02 18:00","","","","",7.6,6.8,5.2,3.8,2.8,2,1.2,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43202",1,43.561043,-70.207324,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,2.598961,1.065061,11.13,"2013-09-11 16:00",10.83,"2013-09-11 17:00",10.67,"2013-09-11 15:00",10.5,"2013-09-11 14:00","","","","",6.83,5.63,4.15,3.63,3.17,2.42,1.54,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43203",1,43.561043,-70.207324,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",9,0.5353,0.329296,9.03,"2013-05-21 12:00",5.94,"2013-05-20 13:00",4.93,"2013-05-21 09:00",4.16,"2013-08-15 17:00","","","","",1.5,1.28,1.03,0.85,0.63,0.46,0.3,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43204",1,43.561043,-70.207324,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2,2.178556,1.920091,69.58,"2013-06-05 13:00",14.86,"2013-07-30 03:00",11.61,"2013-05-02 07:00",11.15,"2013-05-31 03:00","","","","",7.18,6.31,5.09,4.17,2.84,1.7,0.75,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43205",1,43.561043,-70.207324,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3282,0.005,0,0.005,"2013-05-01 00:00",0.005,"2013-05-01 01:00",0.005,"2013-05-01 02:00",0.005,"2013-05-01 03:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43206",1,43.561043,-70.207324,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",343,0.183623,0.129198,2.6,"2013-08-15 17:00",2.5,"2013-07-28 08:00",2.3,"2013-05-21 12:00",1.6,"2013-05-20 13:00","","","","",0.5,0.4,0.4,0.3,0.2,0.2,0.05,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43212",1,43.561043,-70.207324,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",30,0.596993,3.67079,206.33,"2013-06-05 13:00",13.76,"2013-09-30 07:00",12.6,"2013-06-05 14:00",10.42,"2013-07-30 03:00","","","","",4,2.84,1.61,0.94,0.53,0.34,0.16,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43214",1,43.561043,-70.207324,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",409,0.252598,0.301821,6.09,"2013-06-05 13:00",6.06,"2013-09-30 07:00",4.15,"2013-07-30 03:00",3.18,"2013-09-26 02:00","","","","",1.47,1.09,0.66,0.45,0.29,0.19,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43216",1,43.561043,-70.207324,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",1566,0.214671,0.286602,1.25,"2013-05-02 06:00",1.18,"2013-05-07 23:00",1.18,"2013-05-08 01:00",1.17,"2013-05-07 21:00","","","","",1.04,0.97,0.83,0.7,0.3,0.11,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43217",1,43.561043,-70.207324,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",319,0.145206,0.086016,2.34,"2013-06-05 13:00",0.81,"2013-09-09 16:00",0.67,"2013-05-19 21:00",0.51,"2013-08-11 17:00","","","","",0.37,0.34,0.29,0.25,0.17,0.13,0.1,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43220",1,43.561043,-70.207324,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",503,0.322092,0.503609,9.06,"2013-07-30 03:00",7.2,"2013-07-11 21:00",6.18,"2013-08-07 04:00",6.16,"2013-06-12 19:00","","","","",2.49,1.8,1.02,0.61,0.34,0.2,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43221",1,43.561043,-70.207324,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",133,0.613676,0.847744,14.97,"2013-07-30 03:00",13.37,"2013-07-11 21:00",10.34,"2013-08-25 07:00",9.9,"2013-08-07 04:00","","","","",3.99,3.06,1.85,1.19,0.69,0.4,0.13,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43224",1,43.561043,-70.207324,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3160,0.011776,0.04514,1.07,"2013-05-24 13:00",0.82,"2013-05-23 18:00",0.77,"2013-06-16 19:00",0.71,"2013-05-31 20:00","","","","",0.18,0.13,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43226",1,43.561043,-70.207324,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3204,0.009491,0.034007,0.79,"2013-09-08 00:00",0.57,"2013-09-08 15:00",0.51,"2013-09-23 22:00",0.38,"2013-06-07 12:00","","","","",0.17,0.11,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43227",1,43.561043,-70.207324,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3190,0.015603,0.084242,2.15,"2013-09-08 01:00",1.71,"2013-05-12 18:00",1.39,"2013-05-10 23:00",1.37,"2013-05-11 00:00","","","","",0.37,0.18,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43230",1,43.561043,-70.207324,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2644,0.040835,0.097586,2.23,"2013-06-02 18:00",1.07,"2013-06-22 03:00",0.98,"2013-07-30 03:00",0.92,"2013-06-12 19:00","","","","",0.43,0.32,0.2,0.14,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43231",1,43.561043,-70.207324,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.297212,0.385301,7.69,"2013-08-21 08:00",5.84,"2013-06-22 02:00",5.83,"2013-06-02 18:00",4.68,"2013-06-22 03:00","","","","",1.68,1.26,0.81,0.6,0.4,0.23,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43232",1,43.561043,-70.207324,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2439,0.067661,0.190289,5.39,"2013-06-22 02:00",4.23,"2013-06-22 03:00",2.54,"2013-06-02 18:00",2.25,"2013-06-20 07:00","","","","",0.61,0.43,0.29,0.21,0.1,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43233",1,43.561043,-70.207324,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2659,0.048953,0.12544,2.52,"2013-06-22 02:00",2.25,"2013-07-08 04:00",2.02,"2013-06-22 03:00",1.3,"2013-07-13 03:00","","","","",0.47,0.37,0.27,0.18,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43235",1,43.561043,-70.207324,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2785,0.027762,0.063376,1.03,"2013-07-08 04:00",0.82,"2013-06-22 02:00",0.76,"2013-07-13 03:00",0.68,"2013-06-22 03:00","","","","",0.26,0.2,0.15,0.12,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43238",1,43.561043,-70.207324,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2204,0.050902,0.072599,0.66,"2013-07-08 04:00",0.61,"2013-09-08 18:00",0.49,"2013-05-02 07:00",0.49,"2013-07-25 16:00","","","","",0.26,0.23,0.18,0.15,0.11,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43242",1,43.561043,-70.207324,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",1689,0.071418,0.082745,0.88,"2013-06-12 19:00",0.78,"2013-07-30 03:00",0.71,"2013-06-22 02:00",0.69,"2013-06-02 18:00","","","","",0.33,0.27,0.2,0.16,0.12,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43243",1,43.561043,-70.207324,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",617,0.788246,1.303536,12.62,"2013-07-07 14:00",11.86,"2013-07-16 09:00",11.6,"2013-07-16 11:00",10.67,"2013-07-16 10:00","","","","",6.63,5.39,3.15,1.9,0.89,0.35,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43244",1,43.561043,-70.207324,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3196,0.010984,0.043877,0.7,"2013-05-11 05:00",0.68,"2013-05-08 00:00",0.68,"2013-05-10 20:00",0.6,"2013-05-11 22:00","","","","",0.22,0.11,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43247",1,43.561043,-70.207324,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3263,0.006281,0.021597,0.86,"2013-06-02 18:00",0.43,"2013-07-11 21:00",0.39,"2013-08-19 19:00",0.32,"2013-08-03 22:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43248",1,43.561043,-70.207324,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2462,0.076112,0.268549,8.23,"2013-06-22 02:00",6.39,"2013-06-22 03:00",4.22,"2013-06-19 04:00",3.86,"2013-06-20 07:00","","","","",0.83,0.49,0.3,0.22,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43249",1,43.561043,-70.207324,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2098,0.095963,0.188044,5.89,"2013-09-09 16:00",3.13,"2013-06-02 18:00",2.65,"2013-06-22 02:00",2.09,"2013-06-22 03:00","","","","",0.55,0.43,0.35,0.29,0.18,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43250",1,43.561043,-70.207324,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.108672,0.170071,1.9,"2013-06-22 02:00",1.82,"2013-08-03 22:00",1.81,"2013-08-19 19:00",1.5,"2013-06-22 03:00","","","","",0.67,0.54,0.43,0.33,0.21,0,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43252",1,43.561043,-70.207324,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2577,0.036269,0.067258,0.95,"2013-08-19 19:00",0.86,"2013-08-03 22:00",0.54,"2013-06-02 18:00",0.43,"2013-07-07 14:00","","","","",0.27,0.22,0.17,0.14,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43253",1,43.561043,-70.207324,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3134,0.011947,0.044365,1.35,"2013-06-02 18:00",0.97,"2013-06-22 02:00",0.79,"2013-06-22 03:00",0.69,"2013-07-08 04:00","","","","",0.16,0.13,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43261",1,43.561043,-70.207324,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2738,0.06465,0.376176,13.23,"2013-06-22 02:00",10.14,"2013-06-22 03:00",5.18,"2013-06-20 07:00",5.06,"2013-06-19 04:00","","","","",0.87,0.5,0.27,0.16,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43262",1,43.561043,-70.207324,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",1768,0.130143,0.238186,5.18,"2013-06-22 02:00",4.13,"2013-06-22 03:00",3.09,"2013-06-19 04:00",2.89,"2013-06-20 07:00","","","","",0.95,0.69,0.44,0.32,0.2,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43263",1,43.561043,-70.207324,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2629,0.049389,0.118559,2.55,"2013-06-02 18:00",2,"2013-06-22 02:00",1.59,"2013-06-22 03:00",1.07,"2013-06-20 07:00","","","","",0.46,0.38,0.28,0.18,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43280",1,43.561043,-70.207324,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",377,0.271263,0.199242,1.36,"2013-09-07 07:00",1.18,"2013-05-01 22:00",1.18,"2013-05-02 06:00",1.14,"2013-05-01 02:00","","","","",0.94,0.86,0.71,0.54,0.34,0.22,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43284",1,43.561043,-70.207324,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3133,0.011269,0.031511,0.46,"2013-06-02 18:00",0.41,"2013-06-05 04:00",0.35,"2013-07-11 21:00",0.31,"2013-06-14 11:00","","","","",0.16,0.13,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43285",1,43.561043,-70.207324,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2366,0.060146,0.122089,2.34,"2013-06-02 18:00",1.23,"2013-07-30 03:00",1.1,"2013-06-22 03:00",1.06,"2013-06-12 19:00","","","","",0.54,0.4,0.26,0.18,0.1,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43291",1,43.561043,-70.207324,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3203,0.011114,0.050217,1.35,"2013-06-02 18:00",1.08,"2013-06-22 02:00",0.9,"2013-06-22 03:00",0.57,"2013-06-20 07:00","","","","",0.21,0.13,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43954",1,43.561043,-70.207324,"NAD83","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3126,0.011371,0.030389,0.36,"2013-07-16 00:00",0.35,"2013-09-19 17:00",0.35,"2013-09-27 16:00",0.32,"2013-05-02 12:00","","","","",0.16,0.13,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","43960",1,43.561043,-70.207324,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2939,0.024374,0.075902,1.55,"2013-06-02 18:00",1.46,"2013-06-22 03:00",1.4,"2013-06-22 02:00",0.96,"2013-07-08 04:00","","","","",0.28,0.22,0.16,0.1,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","44201",1,43.561043,-70.207324,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7299,100,183,183,0,45,0,0,"Certification not required",52,0.045464,0.013712,0.099,"2013-05-31 16:00",0.097,"2013-06-01 13:00",0.097,"2013-09-11 16:00",0.092,"2013-08-22 15:00","","","","",0.097,0.092,0.07,0.061,0.053,0.047,0.04,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","44201",1,43.561043,-70.207324,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7341,100,183,183,0,0,0,0,"Certification not required",0,0.040945,0.01181,0.081,"2013-09-11 13:00",0.08,"2013-06-01 09:00",0.077,"2013-05-31 12:00",0.072,"2013-08-22 12:00","","","","",0.08,0.072,0.06,0.054,0.049,0.044,0.037,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","44201",1,43.561043,-70.207324,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7341,100,183,183,0,0,3,3,"Certification not required",0,0.040945,0.01181,0.081,"2013-09-11 13:00",0.08,"2013-06-01 09:00",0.077,"2013-05-31 12:00",0.072,"2013-08-22 12:00","","","","",0.08,0.072,0.06,0.054,0.049,0.044,0.037,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","45109",1,43.561043,-70.207324,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.250149,1.035141,54.8,"2013-06-17 02:00",9.76,"2013-06-17 03:00",6.24,"2013-06-02 18:00",5.64,"2013-06-16 22:00","","","","",1.61,0.97,0.61,0.47,0.31,0.17,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45201",1,43.561043,-70.207324,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.454878,0.286231,5.76,"2013-09-09 16:00",3.59,"2013-05-21 12:00",3.12,"2013-06-22 02:00",2.62,"2013-09-18 16:00","","","","",1.72,1.42,0.85,0.67,0.51,0.39,0.25,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45202",1,43.561043,-70.207324,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.747374,0.475711,12.09,"2013-06-02 18:00",6.86,"2013-06-22 02:00",5.74,"2013-06-22 03:00",3.96,"2013-06-18 18:00","","","","",2.13,1.88,1.51,1.26,0.91,0.63,0.36,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45203",1,43.561043,-70.207324,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.08904,0.258258,12.83,"2013-06-17 02:00",2.4,"2013-06-17 03:00",1.88,"2013-06-02 18:00",1.31,"2013-06-16 22:00","","","","",0.51,0.39,0.27,0.21,0.15,0,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45204",1,43.561043,-70.207324,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.087626,0.322964,16.2,"2013-06-17 02:00",3.57,"2013-06-17 03:00",2.17,"2013-06-02 18:00",1.7,"2013-06-16 22:00","","","","",0.64,0.41,0.29,0.22,0.14,0,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45207",1,43.561043,-70.207324,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2973,0.02002,0.051209,0.81,"2013-06-02 18:00",0.61,"2013-08-27 08:00",0.41,"2013-09-09 17:00",0.4,"2013-09-15 23:00","","","","",0.23,0.2,0.15,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45208",1,43.561043,-70.207324,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2322,0.051097,0.092945,2.66,"2013-06-02 18:00",0.88,"2013-07-16 09:00",0.69,"2013-07-13 03:00",0.62,"2013-07-07 02:00","","","","",0.33,0.27,0.2,0.16,0.11,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45209",1,43.561043,-70.207324,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3194,0.008544,0.024149,0.66,"2013-06-02 18:00",0.3,"2013-06-22 07:00",0.27,"2013-09-08 22:00",0.25,"2013-05-31 01:00","","","","",0.13,0.11,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45210",1,43.561043,-70.207324,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.000448,0.00881,0.32,"2013-06-17 02:00",0.18,"2013-06-02 18:00",0.15,"2013-06-17 03:00",0.15,"2013-07-08 04:00","","","","",0,0,0,0,0,0,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45211",1,43.561043,-70.207324,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2412,0.040268,0.06334,0.82,"2013-06-02 18:00",0.46,"2013-07-08 03:00",0.45,"2013-09-09 16:00",0.4,"2013-09-27 22:00","","","","",0.23,0.2,0.16,0.14,0.1,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45212",1,43.561043,-70.207324,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",968,0.324226,0.403794,2.89,"2013-07-15 05:00",2.64,"2013-05-31 06:00",2.63,"2013-07-15 06:00",2.51,"2013-07-15 02:00","","","","",1.93,1.61,1.13,0.86,0.45,0.18,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45213",1,43.561043,-70.207324,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",2991,0.016607,0.041772,0.92,"2013-06-02 18:00",0.61,"2013-09-06 08:00",0.26,"2013-05-31 01:00",0.26,"2013-07-08 03:00","","","","",0.18,0.15,0.12,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45218",1,43.561043,-70.207324,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3231,0.007363,0.023027,0.77,"2013-09-09 16:00",0.43,"2013-07-16 09:00",0.36,"2013-06-02 18:00",0.26,"2013-07-15 22:00","","","","",0.12,0.005,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45219",1,43.561043,-70.207324,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",3250,0.006365,0.016213,0.58,"2013-06-02 18:00",0.28,"2013-07-16 09:00",0.22,"2013-06-17 02:00",0.17,"2013-05-31 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45220",1,43.561043,-70.207324,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",0,0.00798,0.038442,1.02,"2013-09-09 17:00",0.52,"2013-07-09 01:00",0.51,"2013-08-23 14:00",0.46,"2013-06-17 02:00","","","","",0.15,0.13,0.1,0,0,0,0,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","45225",1,43.561043,-70.207324,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3282,37,142,365,0,390,"","","Certification not required",231,0.608752,0.59783,4.4,"2013-07-15 06:00",4.36,"2013-07-15 05:00",4.02,"2013-09-11 22:00",3.69,"2013-07-15 07:00","","","","",2.83,2.44,1.83,1.42,0.8,0.4,0.12,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-02-14" +"23","005","2003","61101",1,43.561043,-70.207324,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8700,99,362,365,0,60,"","","Certification not required",0,4.137138,2.763789,30.4,"2013-01-31 07:00",29.2,"2013-01-31 06:00",26.4,"2013-01-31 05:00",25.8,"2013-11-27 09:00","","","","",14.4,12.2,9,7.3,5.2,3.6,1.4,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","61102",1,43.561043,-70.207324,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8759,100,365,365,0,1,"","","Certification not required",0,230.335198,89.366005,360,"2013-01-15 04:00",360,"2013-02-11 11:00",360,"2013-02-26 05:00",360,"2013-07-02 20:00","","","","",353,348,339,327,305,248,84,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","61106",1,43.561043,-70.207324,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8757,100,365,365,0,3,"","","Certification not required",0,26.3387,10.082797,95,"2013-12-21 14:00",91,"2013-12-21 09:00",90,"2013-11-16 01:00",89,"2013-12-21 10:00","","","","",56,50,44,40,33,25,15,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","62101",1,43.561043,-70.207324,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8752,100,365,365,0,8,"","","Certification not required",0,45.99383,16.412261,86,"2013-07-06 15:00",85,"2013-07-06 10:00",85,"2013-07-06 11:00",85,"2013-07-06 14:00","","","","",76,74,70,66,60,47,24,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","62201",1,43.561043,-70.207324,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8758,100,365,365,0,2,"","","Certification not required",0,78.082553,17.789397,100,"2013-10-31 14:00",100,"2013-10-31 15:00",100,"2013-10-31 16:00",100,"2013-10-31 17:00","","","","",100,100,99,99,94,81,52,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","63301",1,43.561043,-70.207324,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8759,100,365,365,0,1,"","","Certification not required",4384,0.232887,0.362381,1.52,"2013-06-15 11:00",1.5,"2013-05-27 12:00",1.5,"2013-06-19 11:00",1.47,"2013-06-09 12:00","","","","",1.33,1.26,1.09,0.85,0.35,0.005,0.005,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","63304",1,43.561043,-70.207324,"NAD83","Ultraviolet radiation (type B)","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER (AVERAGE HOURLY)",2013,"Watts/sq meter","No Events",8759,100,365,365,0,1,"","","Certification not required",4303,0.131286,0.253124,1.407,"2013-07-12 11:00",1.386,"2013-07-04 11:00",1.376,"2013-07-12 12:00",1.37,"2013-07-04 12:00","","","","",1.099,0.994,0.765,0.494,0.133,0.001,1e-05,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","2003","64101",1,43.561043,-70.207324,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8759,100,365,365,0,1,"","","Certification not required",0,1008.510332,8.424922,1036,"2013-04-22 10:00",1035,"2013-04-22 08:00",1035,"2013-04-22 09:00",1035,"2013-04-22 11:00","","","","",1028,1025,1022,1019,1014,1009,998,"CETL - Cape Elizabeth Two Lights (State Park)","TWO LIGHTS STATE PARK, Near the Obsevation Tower","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-16" +"23","005","9002","85101",1,43.832458,-70.063815,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,6.454728,3.869124,17.1562,"2013-02-06 00:00",16.9685,"2013-03-11 00:00",15.7603,"2013-05-31 00:00",14.2604,"2013-01-04 00:00","","","","",17.1562,17.1562,15.7603,11.9923,7.9845,6.2242,2.4576,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","86502",1,43.832458,-70.063815,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,2.282609,2.267285,11,"2013-02-06 00:00",9,"2013-03-11 00:00",6,"2013-04-16 00:00",5,"2013-01-25 00:00","","","","",11,11,6,5,3,2,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88103",1,43.832458,-70.063815,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000146,0.000357,0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-06 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88104",1,43.832458,-70.063815,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.0125,0.010097,0.04,"2013-04-28 00:00",0.036,"2013-04-07 00:00",0.035,"2013-05-01 00:00",0.0341,"2013-04-22 00:00","","","","",0.04,0.04,0.035,0.026,0.02,0.0105,0.0016,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88109",1,43.832458,-70.063815,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.001892,0.001178,0.0053,"2013-03-11 00:00",0.005,"2013-05-31 00:00",0.0044,"2013-02-15 00:00",0.0038,"2013-04-07 00:00","","","","",0.0053,0.0053,0.0044,0.0037,0.0024,0.0018,0.0006,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88111",1,43.832458,-70.063815,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.014118,0.011009,0.0463,"2013-03-11 00:00",0.0421,"2013-04-07 00:00",0.0391,"2013-05-04 00:00",0.0318,"2013-04-16 00:00","","","","",0.0463,0.0463,0.0391,0.0288,0.0203,0.0111,0.0031,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88112",1,43.832458,-70.063815,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88114",1,43.832458,-70.063815,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",19,0.000473,0.000482,0.0024,"2013-02-21 00:00",0.0018,"2013-02-15 00:00",0.0016,"2013-04-28 00:00",0.0012,"2013-05-31 00:00","","","","",0.0024,0.0024,0.0016,0.0011,0.0006,0.0003,0.00015,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88115",1,43.832458,-70.063815,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.076117,0.168069,0.6831,"2013-05-04 00:00",0.5918,"2013-03-11 00:00",0.5445,"2013-04-16 00:00",0.4923,"2013-04-07 00:00","","","","",0.6831,0.6831,0.5445,0.2838,0.0297,0.0027,0.0002,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88126",1,43.832458,-70.063815,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.012879,0.010083,0.0437,"2013-02-15 00:00",0.0339,"2013-05-31 00:00",0.0315,"2013-04-28 00:00",0.0294,"2013-05-01 00:00","","","","",0.0437,0.0437,0.0315,0.0268,0.0223,0.0098,0.0024,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88128",1,43.832458,-70.063815,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001042,0.000922,0.003,"2013-01-01 00:00",0.003,"2013-01-04 00:00",0.003,"2013-01-07 00:00",0.003,"2013-02-21 00:00","","","","",0.003,0.003,0.003,0.003,0.001,0.001,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88132",1,43.832458,-70.063815,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.0005,0.000546,0.002,"2013-02-15 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88136",1,43.832458,-70.063815,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,6.3e-05,0.000245,0.001,"2013-01-19 00:00",0.001,"2013-02-15 00:00",0.001,"2013-05-31 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88140",1,43.832458,-70.063815,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",11,0.021118,0.026312,0.1104,"2013-03-11 00:00",0.0973,"2013-05-04 00:00",0.0799,"2013-04-07 00:00",0.0759,"2013-04-16 00:00","","","","",0.1104,0.1104,0.0799,0.0595,0.033,0.0123,0.00105,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88152",1,43.832458,-70.063815,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",39,0.000649,0.00153,0.0093,"2013-05-31 00:00",0.0039,"2013-01-19 00:00",0.0032,"2013-05-28 00:00",0.0023,"2013-01-16 00:00","","","","",0.0093,0.0093,0.0032,0.0023,0.00015,0.00015,0.00015,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88154",1,43.832458,-70.063815,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",26,0.0002,0.000158,0.001,"2013-02-15 00:00",0.0004,"2013-01-04 00:00",0.0004,"2013-03-29 00:00",0.0004,"2013-04-10 00:00","","","","",0.001,0.001,0.0004,0.0004,0.0003,0.0001,0.0001,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88161",1,43.832458,-70.063815,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.000968,0.000735,0.0028,"2013-05-01 00:00",0.0027,"2013-04-28 00:00",0.0023,"2013-04-22 00:00",0.0022,"2013-04-07 00:00","","","","",0.0028,0.0028,0.0023,0.0021,0.0015,0.0007,0.00015,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88164",1,43.832458,-70.063815,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.000259,0.000196,0.0007,"2013-01-19 00:00",0.0007,"2013-02-15 00:00",0.0006,"2013-01-13 00:00",0.0005,"2013-01-28 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0004,0.0002,5e-05,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88165",1,43.832458,-70.063815,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",5,0.023132,0.022594,0.08,"2013-05-01 00:00",0.078,"2013-04-28 00:00",0.0735,"2013-05-31 00:00",0.068,"2013-04-07 00:00","","","","",0.08,0.08,0.0735,0.066,0.0343,0.0157,0.002,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88167",1,43.832458,-70.063815,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.003694,0.003037,0.0135,"2013-01-04 00:00",0.0125,"2013-02-15 00:00",0.0101,"2013-01-19 00:00",0.0087,"2013-01-07 00:00","","","","",0.0135,0.0135,0.0101,0.0086,0.0057,0.0027,0.001,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88168",1,43.832458,-70.063815,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",27,0.00025,0.000245,0.0011,"2013-03-11 00:00",0.0011,"2013-05-04 00:00",0.0008,"2013-04-07 00:00",0.0007,"2013-04-16 00:00","","","","",0.0011,0.0011,0.0008,0.0006,0.0003,0.00015,0.0001,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88169",1,43.832458,-70.063815,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.312425,0.198741,1.0136,"2013-05-31 00:00",0.8837,"2013-02-15 00:00",0.6935,"2013-01-04 00:00",0.615,"2013-03-11 00:00","","","","",1.0136,1.0136,0.6935,0.5541,0.3989,0.2747,0.1447,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88176",1,43.832458,-70.063815,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.00018,9.4e-05,0.0006,"2013-01-04 00:00",0.0005,"2013-01-07 00:00",0.0004,"2013-04-16 00:00",0.0003,"2013-01-22 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88180",1,43.832458,-70.063815,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.033698,0.021496,0.1184,"2013-01-04 00:00",0.0819,"2013-01-07 00:00",0.0789,"2013-02-15 00:00",0.0628,"2013-02-06 00:00","","","","",0.1184,0.1184,0.0789,0.0591,0.0414,0.0303,0.0107,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88184",1,43.832458,-70.063815,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.137009,0.184561,0.8342,"2013-03-11 00:00",0.6282,"2013-05-04 00:00",0.6071,"2013-04-16 00:00",0.5326,"2013-04-07 00:00","","","","",0.8342,0.8342,0.6071,0.3475,0.193,0.0685,0.00185,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88185",1,43.832458,-70.063815,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000584,0.000288,0.002,"2013-01-16 00:00",0.0012,"2013-03-14 00:00",0.001,"2013-03-05 00:00",0.0009,"2013-02-06 00:00","","","","",0.002,0.002,0.001,0.0009,0.00065,0.0004,0.0004,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88203",1,43.832458,-70.063815,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.212949,0.329899,1.3352,"2013-03-11 00:00",1.2289,"2013-05-04 00:00",1.1108,"2013-04-16 00:00",0.9846,"2013-04-07 00:00","","","","",1.3352,1.3352,1.1108,0.6366,0.3068,0.0571,0.0161,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88306",1,43.832458,-70.063815,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.347183,0.370499,2.1703,"2013-02-15 00:00",1.3995,"2013-01-04 00:00",1.0072,"2013-03-11 00:00",0.7995,"2013-01-19 00:00","","","","",2.1703,2.1703,1.0072,0.63,0.3957,0.2457,0.0864,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88320",1,43.832458,-70.063815,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.7576,0.570723,3.2,"2013-01-04 00:00",2.05,"2013-05-31 00:00",1.96,"2013-02-15 00:00",1.92,"2013-01-07 00:00","","","","",3.2,3.2,1.96,1.5,0.95,0.52,0.3,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88321",1,43.832458,-70.063815,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.1528,0.131615,0.55,"2013-01-04 00:00",0.53,"2013-05-31 00:00",0.51,"2013-02-15 00:00",0.37,"2013-04-28 00:00","","","","",0.55,0.55,0.51,0.34,0.21,0.1,0.05,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88324",1,43.832458,-70.063815,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.036775,0.053736,0.2805,"2013-05-31 00:00",0.2756,"2013-01-04 00:00",0.1067,"2013-01-07 00:00",0.1054,"2013-02-03 00:00","","","","",0.2805,0.2805,0.1067,0.0654,0.02945,0.02225,0.00995,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88325",1,43.832458,-70.063815,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.150045,0.125296,0.5821,"2013-01-04 00:00",0.5629,"2013-05-31 00:00",0.4137,"2013-02-15 00:00",0.3964,"2013-01-07 00:00","","","","",0.5821,0.5821,0.4137,0.3648,0.1806,0.1006,0.0604,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88326",1,43.832458,-70.063815,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.224007,0.162998,0.889,"2013-01-04 00:00",0.6831,"2013-01-07 00:00",0.5741,"2013-02-15 00:00",0.4231,"2013-05-31 00:00","","","","",0.889,0.889,0.5741,0.3937,0.279,0.1961,0.0777,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88327",1,43.832458,-70.063815,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.170466,0.136058,0.737,"2013-01-04 00:00",0.6965,"2013-02-15 00:00",0.3991,"2013-01-07 00:00",0.3098,"2013-02-06 00:00","","","","",0.737,0.737,0.3991,0.3086,0.192,0.1374,0.0712,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88328",1,43.832458,-70.063815,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.186904,0.136526,0.7134,"2013-01-04 00:00",0.4755,"2013-05-31 00:00",0.464,"2013-02-06 00:00",0.4096,"2013-04-28 00:00","","","","",0.7134,0.7134,0.464,0.3638,0.2572,0.1473,0.0629,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88329",1,43.832458,-70.063815,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.311946,0.25456,1.2418,"2013-01-04 00:00",0.9895,"2013-05-31 00:00",0.7496,"2013-02-15 00:00",0.742,"2013-02-06 00:00","","","","",1.2418,1.2418,0.7496,0.7301,0.4302,0.2172,0.1002,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88330",1,43.832458,-70.063815,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.027873,0.018593,0.0757,"2013-05-10 00:00",0.0727,"2013-05-28 00:00",0.0619,"2013-05-01 00:00",0.053,"2013-01-19 00:00","","","","",0.0757,0.0757,0.0619,0.0525,0.0376,0.0284,0.00215,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88331",1,43.832458,-70.063815,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.00017,0.000986,0.007,"2013-05-28 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.007,0.007,0.0001,0.0001,5e-05,0,0,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88338",1,43.832458,-70.063815,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.020882,0.014854,0.0719,"2013-03-20 00:00",0.0684,"2013-04-01 00:00",0.058,"2013-03-29 00:00",0.0564,"2013-05-13 00:00","","","","",0.0719,0.0719,0.058,0.0447,0.0242,0.01525,0.0109,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88339",1,43.832458,-70.063815,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.288759,0.819812,4.18127,"2013-05-31 00:00",3.64543,"2013-02-15 00:00",2.86081,"2013-01-04 00:00",2.53692,"2013-03-11 00:00","","","","",4.18127,4.18127,2.86081,2.28558,1.64534,1.13314,0.59697,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88344",1,43.832458,-70.063815,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.447773,0.478021,2.7997,"2013-02-15 00:00",1.8054,"2013-01-04 00:00",1.2993,"2013-03-11 00:00",1.0314,"2013-01-19 00:00","","","","",2.7997,2.7997,1.2993,0.8122,0.5105,0.317,0.1115,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88348",1,43.832458,-70.063815,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.140813,0.112849,0.4029,"2013-04-28 00:00",0.3916,"2013-05-01 00:00",0.3848,"2013-04-07 00:00",0.3634,"2013-05-31 00:00","","","","",0.4029,0.4029,0.3848,0.3537,0.2147,0.1059,0.0213,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88350",1,43.832458,-70.063815,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.363944,1.026356,5.7542,"2013-01-04 00:00",3.6911,"2013-05-31 00:00",3.5242,"2013-02-15 00:00",3.4565,"2013-01-07 00:00","","","","",5.7542,5.7542,3.5242,2.6987,1.7014,0.9365,0.5384,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88403",1,43.832458,-70.063815,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.973565,0.653802,3.2593,"2013-05-31 00:00",3.0217,"2013-02-15 00:00",2.126,"2013-03-11 00:00",2.1139,"2013-01-04 00:00","","","","",3.2593,3.2593,2.126,1.6809,1.2566,0.8277,0.4377,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","005","9002","88502",1,43.832458,-70.063815,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,3.775,2.690843,12,"2013-01-04 00:00",12,"2013-05-31 00:00",11.9,"2013-02-15 00:00",7,"2013-03-11 00:00","","","","",12,12,11.9,6.9,4.8,3.2,1.3,"","Casco Bay","Maine","Cumberland","","Portland-South Portland-Biddeford, ME","2014-01-28" +"23","009","0102","42600",1,44.351697,-68.22698,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3713,42,157,365,0,679,"","","Certification not required",0,0.571236,0.675381,17.2,"2013-09-13 14:00",9.7,"2013-09-13 13:00",7.4,"2013-09-27 14:00",6.6,"2013-09-27 13:00","","","","",2.8,2.2,1.6,1.2,0.8,0.4,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","42601",1,44.351697,-68.22698,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3713,100,157,365,0,679,"","","Certification not required",0,0.236493,0.195384,5.6,"2013-09-13 14:00",4.6,"2013-09-13 13:00",3.7,"2013-09-27 14:00",3.1,"2013-09-27 13:00","","","","",0.6,0.5,0.4,0.4,0.3,0.2,0.1,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","43000",1,44.351697,-68.22698,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1270,100,48,365,0,2402,"","","Certification not required",0,9.182126,4.539341,52.1,"2013-06-26 08:00",34.6,"2013-07-06 10:00",26.4,"2013-07-24 12:00",25.8,"2013-07-20 11:00","","","","",23,20.7,18.1,15.3,11.3,8.2,4.4,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43102",1,44.351697,-68.22698,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,12.365303,5.468851,56,"2013-06-26 08:00",40.1,"2013-07-06 10:00",30.1,"2013-07-26 11:00",29.6,"2013-07-16 11:00","","","","",27.8,25.7,23.1,20.2,15.1,11.2,6.4,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43131",1,44.351697,-68.22698,"NAD83","Unidentified VOC","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1,3.190913,2.356077,17.7,"2013-06-07 23:00",17.4,"2013-06-08 03:00",17.2,"2013-06-07 22:00",16.8,"2013-06-07 17:00","","","","",13.7,11.4,7.4,5.3,3.8,2.6,1.3,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43202",1,44.351697,-68.22698,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1270,100,48,365,0,2402,"","","Certification not required",0,2.437496,0.791244,6.75,"2013-07-28 21:00",5.77,"2013-05-11 09:00",5.54,"2013-05-11 08:00",5.48,"2013-05-11 05:00","","","","",4.91,4.1,3.81,3.59,2.93,2.26,1.62,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43203",1,44.351697,-68.22698,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1033,0.071861,0.238542,4.87,"2013-05-25 13:00",4.15,"2013-06-26 08:00",1.96,"2013-05-04 13:00",1.18,"2013-06-26 09:00","","","","",0.81,0.62,0.41,0.25,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43204",1,44.351697,-68.22698,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",33,1.450098,1.406891,32.28,"2013-06-26 08:00",16.85,"2013-06-26 04:00",12.62,"2013-05-25 13:00",8.34,"2013-06-18 23:00","","","","",5.17,4.26,3.25,2.55,1.77,1.17,0.52,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43205",1,44.351697,-68.22698,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",780,0.165657,0.252584,1.93,"2013-06-26 08:00",1.55,"2013-05-25 13:00",1.45,"2013-07-28 03:00",1.26,"2013-07-29 02:00","","","","",1.02,0.85,0.69,0.53,0.28,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43206",1,44.351697,-68.22698,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1206,0.061369,0.082282,2.1,"2013-06-26 08:00",1.5,"2013-05-25 13:00",0.6,"2013-06-29 07:00",0.4,"2013-05-11 05:00","","","","",0.3,0.2,0.1,0.05,0.05,0.05,0.05,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43212",1,44.351697,-68.22698,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",425,0.318013,0.312743,2.73,"2013-07-24 12:00",2.48,"2013-07-26 03:00",2.14,"2013-07-26 02:00",2.02,"2013-07-26 04:00","","","","",1.35,1.06,0.82,0.68,0.5,0.3,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43214",1,44.351697,-68.22698,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",895,0.111593,0.191766,1.24,"2013-07-26 08:00",1.17,"2013-07-26 06:00",1.06,"2013-07-08 21:00",1.04,"2013-07-26 03:00","","","","",0.77,0.68,0.51,0.39,0.21,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43216",1,44.351697,-68.22698,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",986,0.052667,0.094163,0.44,"2013-05-06 23:00",0.44,"2013-05-11 21:00",0.43,"2013-05-05 03:00",0.43,"2013-05-08 06:00","","","","",0.35,0.33,0.26,0.21,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43217",1,44.351697,-68.22698,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1238,0.009166,0.027866,0.46,"2013-05-22 12:00",0.27,"2013-07-23 07:00",0.25,"2013-05-15 04:00",0.24,"2013-05-20 17:00","","","","",0.15,0.12,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43220",1,44.351697,-68.22698,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",431,0.223647,0.215695,1.71,"2013-07-24 12:00",1.59,"2013-05-05 06:00",1.51,"2013-06-26 10:00",1.35,"2013-07-23 07:00","","","","",0.81,0.72,0.6,0.49,0.35,0.21,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43221",1,44.351697,-68.22698,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",232,0.485098,0.376195,2.3,"2013-07-23 07:00",2,"2013-05-05 06:00",1.79,"2013-06-22 14:00",1.69,"2013-07-24 12:00","","","","",1.44,1.37,1.24,1.04,0.68,0.44,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43224",1,44.351697,-68.22698,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1184,0.016105,0.04495,0.43,"2013-06-16 09:00",0.37,"2013-07-05 14:00",0.36,"2013-06-09 00:00",0.35,"2013-06-16 17:00","","","","",0.22,0.18,0.12,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43226",1,44.351697,-68.22698,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1262,0.005924,0.011737,0.25,"2013-06-30 17:00",0.2,"2013-05-14 16:00",0.13,"2013-05-14 19:00",0.12,"2013-07-20 20:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43227",1,44.351697,-68.22698,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1264,0.007632,0.039437,0.69,"2013-06-09 23:00",0.69,"2013-06-10 00:00",0.63,"2013-06-10 01:00",0.58,"2013-06-10 04:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43230",1,44.351697,-68.22698,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1255,0.007061,0.018924,0.28,"2013-05-05 06:00",0.22,"2013-05-07 06:00",0.21,"2013-07-19 20:00",0.19,"2013-06-16 06:00","","","","",0.13,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43231",1,44.351697,-68.22698,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.082848,0.250574,3.15,"2013-06-10 02:00",1.89,"2013-07-06 01:00",1.87,"2013-07-27 13:00",1.86,"2013-06-10 01:00","","","","",1.15,0.88,0.6,0.37,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43232",1,44.351697,-68.22698,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1259,0.006865,0.01995,0.28,"2013-07-08 13:00",0.27,"2013-05-07 05:00",0.26,"2013-06-26 11:00",0.26,"2013-07-24 12:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43233",1,44.351697,-68.22698,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1256,0.007907,0.029615,0.49,"2013-06-07 21:00",0.48,"2013-06-09 00:00",0.35,"2013-06-08 03:00",0.34,"2013-06-07 14:00","","","","",0.12,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43235",1,44.351697,-68.22698,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1259,0.009225,0.060238,1.72,"2013-06-07 12:00",0.93,"2013-06-07 13:00",0.45,"2013-07-09 16:00",0.36,"2013-07-08 13:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43238",1,44.351697,-68.22698,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1256,0.007089,0.021256,0.44,"2013-07-08 13:00",0.28,"2013-07-08 14:00",0.24,"2013-06-07 16:00",0.22,"2013-06-07 18:00","","","","",0.11,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43242",1,44.351697,-68.22698,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1107,0.027982,0.06526,0.57,"2013-07-09 13:00",0.51,"2013-07-11 05:00",0.36,"2013-07-02 16:00",0.34,"2013-07-09 15:00","","","","",0.29,0.26,0.18,0.13,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43243",1,44.351697,-68.22698,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",344,1.326554,2.063421,14.11,"2013-07-20 11:00",12.06,"2013-07-18 14:00",11.93,"2013-07-18 12:00",11.15,"2013-07-20 12:00","","","","",9.46,8.09,6.15,3.97,1.57,0.48,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43244",1,44.351697,-68.22698,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1221,0.011876,0.036083,0.48,"2013-06-23 19:00",0.37,"2013-05-04 13:00",0.25,"2013-05-15 03:00",0.24,"2013-06-07 22:00","","","","",0.2,0.17,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43247",1,44.351697,-68.22698,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1226,0.017655,0.093808,1.7,"2013-07-27 09:00",1.21,"2013-07-28 01:00",1.14,"2013-07-26 21:00",1.03,"2013-07-26 18:00","","","","",0.31,0.21,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43248",1,44.351697,-68.22698,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1229,0.011955,0.042548,0.51,"2013-07-29 12:00",0.47,"2013-07-26 16:00",0.44,"2013-07-29 07:00",0.4,"2013-07-29 14:00","","","","",0.26,0.15,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43249",1,44.351697,-68.22698,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1249,0.010295,0.061226,1.68,"2013-06-09 01:00",1.01,"2013-06-09 02:00",0.4,"2013-05-13 14:00",0.4,"2013-06-23 02:00","","","","",0.18,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43250",1,44.351697,-68.22698,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",0,0.029858,0.127134,1.93,"2013-05-15 03:00",1.38,"2013-05-15 02:00",1.37,"2013-05-14 21:00",1.23,"2013-05-14 17:00","","","","",0.51,0.4,0.26,0,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43252",1,44.351697,-68.22698,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1259,0.0064,0.014662,0.24,"2013-07-28 08:00",0.18,"2013-06-23 03:00",0.16,"2013-06-19 06:00",0.16,"2013-06-23 04:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43253",1,44.351697,-68.22698,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1259,0.0074,0.028704,0.67,"2013-06-07 22:00",0.4,"2013-06-07 23:00",0.37,"2013-06-07 19:00",0.25,"2013-06-08 05:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43261",1,44.351697,-68.22698,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1262,0.006412,0.018048,0.39,"2013-06-26 10:00",0.25,"2013-06-16 01:00",0.23,"2013-06-22 00:00",0.23,"2013-06-26 11:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43262",1,44.351697,-68.22698,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1216,0.01642,0.069044,1.19,"2013-07-06 00:00",1.04,"2013-07-27 08:00",0.64,"2013-07-03 11:00",0.58,"2013-07-26 17:00","","","","",0.3,0.24,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43263",1,44.351697,-68.22698,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1256,0.007278,0.022848,0.44,"2013-07-04 14:00",0.36,"2013-05-14 17:00",0.22,"2013-06-25 23:00",0.21,"2013-07-05 03:00","","","","",0.14,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43280",1,44.351697,-68.22698,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1246,0.009599,0.037924,0.58,"2013-05-14 23:00",0.52,"2013-05-14 21:00",0.46,"2013-05-15 01:00",0.44,"2013-05-15 00:00","","","","",0.19,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43284",1,44.351697,-68.22698,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1242,0.008938,0.026976,0.33,"2013-05-24 06:00",0.31,"2013-07-05 20:00",0.23,"2013-07-20 06:00",0.22,"2013-05-10 12:00","","","","",0.18,0.13,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43285",1,44.351697,-68.22698,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,15,48,365,0,2401,"","","Certification not required",1168,0.023399,0.067845,0.51,"2013-06-09 18:00",0.44,"2013-06-09 03:00",0.44,"2013-06-14 23:00",0.43,"2013-06-08 15:00","","","","",0.36,0.3,0.19,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43291",1,44.351697,-68.22698,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1261,0.007101,0.02514,0.48,"2013-06-09 05:00",0.35,"2013-05-14 16:00",0.33,"2013-05-14 15:00",0.33,"2013-06-07 18:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43954",1,44.351697,-68.22698,"NAD83","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",506,0.302809,0.406216,3.44,"2013-06-07 13:00",3.12,"2013-06-09 07:00",2.72,"2013-06-09 09:00",2.59,"2013-06-08 12:00","","","","",1.95,1.72,1.01,0.68,0.47,0.19,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","43960",1,44.351697,-68.22698,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1270,0.005075,0.002665,0.1,"2013-07-23 09:00",0.005,"2013-05-03 15:00",0.005,"2013-05-03 16:00",0.005,"2013-05-03 17:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","44201",1,44.351697,-68.22698,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4938,100,183,183,0,198,0,0,"Certification not required",0,0.046426,0.012801,0.09,"2013-06-01 15:00",0.089,"2013-08-22 18:00",0.081,"2013-09-11 19:00",0.079,"2013-06-22 19:00","","","","",0.089,0.079,0.069,0.064,0.054,0.048,0.038,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","44201",1,44.351697,-68.22698,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4959,99,182,183,0,0,0,0,"Certification not required",0,0.042555,0.011509,0.078,"2013-06-01 12:00",0.073,"2013-08-22 13:00",0.069,"2013-06-22 12:00",0.068,"2013-04-29 15:00","","","","",0.073,0.068,0.062,0.058,0.05,0.045,0.035,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","44201",1,44.351697,-68.22698,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4959,99,182,183,0,0,1,1,"Certification not required",0,0.042555,0.011509,0.078,"2013-06-01 12:00",0.073,"2013-08-22 13:00",0.069,"2013-06-22 12:00",0.068,"2013-04-29 15:00","","","","",0.073,0.068,0.062,0.058,0.05,0.045,0.035,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","45109",1,44.351697,-68.22698,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.016357,0.094042,1.61,"2013-07-09 16:00",1.4,"2013-07-06 10:00",0.82,"2013-06-15 04:00",0.69,"2013-05-11 12:00","","","","",0.46,0.31,0,0,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45201",1,44.351697,-68.22698,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.287042,0.292089,3.95,"2013-05-15 03:00",3.05,"2013-05-15 02:00",2.87,"2013-07-06 10:00",2.68,"2013-05-14 21:00","","","","",1.28,0.93,0.69,0.57,0.4,0.28,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45202",1,44.351697,-68.22698,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.15941,0.228782,2.21,"2013-07-06 10:00",1.3,"2013-06-23 01:00",1.12,"2013-06-22 23:00",1.11,"2013-07-28 03:00","","","","",0.97,0.81,0.64,0.48,0.24,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45203",1,44.351697,-68.22698,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.001912,0.030982,0.98,"2013-07-09 16:00",0.26,"2013-06-07 18:00",0.25,"2013-07-29 07:00",0.19,"2013-07-05 18:00","","","","",0,0,0,0,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45204",1,44.351697,-68.22698,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.00262,0.034876,0.81,"2013-07-08 13:00",0.53,"2013-07-18 22:00",0.45,"2013-07-03 13:00",0.33,"2013-07-18 04:00","","","","",0,0,0,0,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45207",1,44.351697,-68.22698,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1266,0.005893,0.016684,0.51,"2013-07-09 16:00",0.17,"2013-06-17 21:00",0.17,"2013-07-09 19:00",0.16,"2013-07-16 11:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45208",1,44.351697,-68.22698,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",168,0.371518,0.181073,1.04,"2013-06-07 22:00",0.91,"2013-06-07 20:00",0.85,"2013-05-23 14:00",0.85,"2013-06-07 19:00","","","","",0.77,0.72,0.64,0.57,0.47,0.39,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45209",1,44.351697,-68.22698,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1262,0.006507,0.02145,0.58,"2013-07-09 16:00",0.29,"2013-07-09 19:00",0.24,"2013-07-10 07:00",0.19,"2013-07-10 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45210",1,44.351697,-68.22698,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.003674,0.058173,1.75,"2013-07-09 16:00",0.8,"2013-07-09 19:00",0.42,"2013-07-09 20:00",0.39,"2013-07-09 18:00","","","","",0,0,0,0,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45211",1,44.351697,-68.22698,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1260,0.007254,0.028515,0.68,"2013-07-09 16:00",0.46,"2013-07-10 00:00",0.3,"2013-07-09 18:00",0.27,"2013-07-09 19:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45212",1,44.351697,-68.22698,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",795,0.179548,0.284452,1.69,"2013-06-25 01:00",1.55,"2013-06-26 09:00",1.49,"2013-06-25 11:00",1.44,"2013-06-18 18:00","","","","",1.24,1.03,0.81,0.59,0.29,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45213",1,44.351697,-68.22698,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",738,0.355681,0.538891,4.75,"2013-07-06 10:00",3.18,"2013-07-02 02:00",2.76,"2013-07-02 03:00",2.75,"2013-07-11 18:00","","","","",2.06,1.83,1.51,1.18,0.57,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45218",1,44.351697,-68.22698,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1253,0.00762,0.023331,0.37,"2013-05-09 10:00",0.31,"2013-07-24 10:00",0.28,"2013-05-09 01:00",0.22,"2013-06-08 00:00","","","","",0.15,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45219",1,44.351697,-68.22698,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",1246,0.008938,0.031877,0.65,"2013-06-07 19:00",0.35,"2013-06-07 22:00",0.34,"2013-06-07 12:00",0.25,"2013-06-08 03:00","","","","",0.18,0.005,0.005,0.005,0.005,0.005,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45220",1,44.351697,-68.22698,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",0,0.013879,0.077853,0.83,"2013-07-16 11:00",0.81,"2013-06-07 12:00",0.8,"2013-06-17 16:00",0.72,"2013-06-07 14:00","","","","",0.46,0.29,0,0,0,0,0,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","45225",1,44.351697,-68.22698,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1271,100,48,365,0,2401,"","","Certification not required",384,0.537939,0.576583,7.14,"2013-07-06 10:00",2.89,"2013-07-26 11:00",2.65,"2013-07-11 19:00",2.52,"2013-07-11 18:00","","","","",2.27,2.06,1.66,1.35,0.81,0.4,0.005,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2014-02-14" +"23","009","0102","61101",1,44.351697,-68.22698,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3873,100,161,365,0,519,"","","Certification not required",0,9.644152,4.326374,28,"2013-04-25 02:00",27.7,"2013-06-02 16:00",27.2,"2013-05-24 08:00",27.1,"2013-04-25 03:00","","","","",23,20.9,17.5,15.3,12.2,9,4.4,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","61102",1,44.351697,-68.22698,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3871,100,161,365,0,521,"","","Certification not required",0,224.200723,85.792561,360,"2013-05-18 00:00",360,"2013-06-12 13:00",360,"2013-06-12 14:00",360,"2013-08-27 04:00","","","","",354,346,335,321,291,236,88,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","61103",1,44.351697,-68.22698,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3874,100,161,365,0,518,"","","Certification not required",0,9.609267,4.312942,28,"2013-04-25 02:00",27.7,"2013-06-02 16:00",27.2,"2013-05-24 08:00",27.1,"2013-04-25 03:00","","","","",23,20.8,17.3,15.3,12.2,9,4.4,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","61104",1,44.351697,-68.22698,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3871,100,161,365,0,521,"","","Certification not required",0,224.071041,85.965686,360,"2013-05-18 00:00",360,"2013-06-12 14:00",360,"2013-08-27 04:00",360,"2013-09-13 08:00","","","","",354,346,335,322,291,236,88,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","61106",1,44.351697,-68.22698,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",3854,100,161,365,0,538,"","","Certification not required",0,11.696679,9.658675,99,"2013-05-10 06:00",97,"2013-07-13 09:00",96,"2013-07-29 03:00",95,"2013-04-29 12:00","","","","",60,43,27,19,13,9,5,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","62101",1,44.351697,-68.22698,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4139,100,172,365,0,253,"","","Certification not required",0,56.716598,10.672263,86,"2013-07-15 14:00",85,"2013-07-15 12:00",85,"2013-07-15 13:00",84,"2013-07-15 15:00","","","","",79,77,73,70,64,58,42,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0102","62201",1,44.351697,-68.22698,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4138,100,172,365,0,254,"","","Certification not required",0,82.126631,21.085858,100,"2013-04-12 15:00",100,"2013-04-12 16:00",100,"2013-04-12 17:00",100,"2013-04-12 18:00","","","","",100,100,100,100,100,96,52,"TOP OF CADILLAC MTN (FENCED ENCLOSURE)","TOP OF CADILLAC MOUNTAIN","Maine","Hancock","","","2013-10-01" +"23","009","0103","42101",1,44.37705,-68.2609,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8622,98,364,365,0,138,0,0,"Certification not required",0,0.148434,0.027398,0.358,"2013-07-02 07:00",0.333,"2013-07-02 06:00",0.33,"2013-07-02 09:00",0.319,"2013-07-02 08:00","","","","",0.225,0.212,0.195,0.183,0.165,0.147,0.115,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42101",1,44.37705,-68.2609,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8662,99,358,365,0,0,0,0,"Certification not required",0,0.145786,0.050033,0.3,"2013-01-10 01:00",0.3,"2013-07-02 09:00",0.3,"2013-07-02 10:00",0.3,"2013-07-02 11:00",0.3,"2013-01-10 01:00",0.3,"2013-07-02 09:00",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42401",1,44.37705,-68.2609,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8598,98,364,365,0,162,0,"","Certification not required",0,0.233242,0.315913,3,"2013-10-05 08:00",2.4,"2013-10-09 09:00",1.7,"2013-10-06 08:00",1.5,"2013-11-15 23:00","","","","",1.5,1.1,0.8,0.5,0.3,0.2,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42401",1,44.37705,-68.2609,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8598,98,364,365,0,162,"","","Certification not required",0,0.079856,0.139162,3,"2013-10-05 08:00",2.4,"2013-10-09 09:00",1.8,"2013-10-05 09:00",1.7,"2013-10-06 08:00","","","","",0.6,0.5,0.3,0.2,0.1,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42401",1,44.37705,-68.2609,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.077473,0.104911,0.7,"2013-11-16 00:00",0.6,"2013-11-15 00:00",0.4,"2013-01-08 00:00",0.4,"2013-01-09 00:00","","","","",0.4,0.4,0.3,0.2,0.1,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42401",1,44.37705,-68.2609,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2827,97,360,365,0,0,"",0,"Certification not required",0,0.065794,0.121855,1.3,"2013-10-06 08:00",1.3,"2013-11-15 23:00",1.3,"2013-11-16 02:00",1.2,"2013-10-05 08:00","","","","",0.6,0.4,0.3,0.2,0.1,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42406",1,44.37705,-68.2609,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8588,98,363,365,0,172,"","","Certification not required",0,0.108617,0.196351,6.6,"2013-10-09 09:00",5,"2013-10-05 08:00",3.2,"2013-10-05 09:00",3.2,"2013-10-09 10:00","","","","",0.8,0.6,0.4,0.3,0.1,0.1,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42600",1,44.37705,-68.2609,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8567,98,362,365,0,193,"","","Certification not required",0,1.080985,1.009986,13.6,"2013-02-09 05:00",12.4,"2013-10-05 08:00",12.3,"2013-11-15 23:00",12.2,"2013-11-15 22:00","","","","",5.5,4.1,2.6,1.9,1.3,0.8,0.4,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","42601",1,44.37705,-68.2609,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8562,98,362,365,0,193,"","","Certification not required",0,0.043938,0.148979,4.8,"2013-10-05 08:00",3.1,"2013-10-06 08:00",2.9,"2013-02-09 06:00",2.6,"2013-02-09 07:00","","","","",0.6,0.4,0.2,0.1,0,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","44201",1,44.37705,-68.2609,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7763,98,179,183,0,277,0,0,"Certification not required",0,0.046145,0.013408,0.093,"2013-06-01 15:00",0.089,"2013-08-22 18:00",0.088,"2013-05-31 19:00",0.087,"2013-09-11 20:00","","","","",0.089,0.087,0.072,0.062,0.054,0.048,0.042,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","44201",1,44.37705,-68.2609,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7828,97,177,183,0,0,0,0,"Certification not required",0,0.041898,0.011722,0.079,"2013-06-01 12:00",0.072,"2013-08-22 13:00",0.071,"2013-05-31 16:00",0.069,"2013-06-22 13:00","","","","",0.072,0.069,0.065,0.056,0.05,0.046,0.04,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","44201",1,44.37705,-68.2609,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7828,97,177,183,0,0,1,1,"Certification not required",0,0.041898,0.011722,0.079,"2013-06-01 12:00",0.072,"2013-08-22 13:00",0.071,"2013-05-31 16:00",0.069,"2013-06-22 13:00","","","","",0.072,0.069,0.065,0.056,0.05,0.046,0.04,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","61101",1,44.37705,-68.2609,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8686,99,363,365,0,74,"","","Certification not required",0,5.171748,3.440487,28.4,"2013-12-15 09:00",25.8,"2013-12-15 10:00",25.2,"2013-12-15 08:00",24.3,"2013-02-09 03:00","","","","",16.9,15.3,12.2,9.6,6.6,4.3,1.7,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","61102",1,44.37705,-68.2609,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8297,95,344,365,0,463,"","","Certification not required",0,195.607087,92.761392,360,"2013-01-06 05:00",360,"2013-01-07 16:00",360,"2013-02-14 14:00",360,"2013-02-16 21:00","","","","",351,342,316,289,255,228,42,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","61103",1,44.37705,-68.2609,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8232,94,340,365,0,528,"","","Certification not required",0,4.741059,3.450453,28.2,"2013-12-15 09:00",25.6,"2013-12-15 10:00",25.1,"2013-12-15 08:00",23.9,"2013-02-09 03:00","","","","",16.7,15,11.7,9.1,6.2,3.9,1.4,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","61104",1,44.37705,-68.2609,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8274,94,342,365,0,486,"","","Certification not required",0,195.447909,92.929522,360,"2013-01-18 05:00",360,"2013-01-18 06:00",360,"2013-02-09 22:00",360,"2013-03-16 19:00","","","","",352,341,315,288,254,229,42,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","61106",1,44.37705,-68.2609,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8312,95,343,365,0,448,"","","Certification not required",0,18.057387,11.573673,65,"2013-02-01 14:00",65,"2013-02-04 10:00",64,"2013-02-04 08:00",62,"2013-02-04 09:00","","","","",50,48,44,37,23,14,7,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","62101",1,44.37705,-68.2609,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8734,100,365,365,0,26,"","","Certification not required",0,45.157889,18.235125,89,"2013-07-15 14:00",88,"2013-06-01 11:00",88,"2013-07-15 13:00",87,"2013-06-01 10:00","","","","",81,77,72,68,60,46,20,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","62106",1,44.37705,-68.2609,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8715,99,365,365,0,45,"","","Certification not required",0,0.041916,0.491602,2.1,"2013-04-27 23:00",2.1,"2013-04-30 02:00",2.1,"2013-05-31 02:00",2.1,"2013-09-29 05:00","","","","",1.6,1.4,1,0.7,0.2,0,-0.5,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","62201",1,44.37705,-68.2609,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8746,100,365,365,0,14,"","","Certification not required",0,75.572948,20.025952,100,"2013-01-13 06:00",100,"2013-01-13 07:00",100,"2013-01-13 08:00",100,"2013-01-13 09:00","","","","",100,100,100,99,95,78,47,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-06" +"23","009","0103","63301",1,44.37705,-68.2609,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8727,100,364,365,0,30,"","","Certification not required",4392,0.201703,0.317965,1.38,"2013-06-13 11:00",1.34,"2013-04-29 11:00",1.33,"2013-05-04 11:00",1.32,"2013-05-05 11:00","","","","",1.2,1.14,0.97,0.73,0.28,0.005,0.005,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","65102",1,44.37705,-68.2609,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8734,100,365,365,0,26,"","","Certification not required",0,0.005473,0.028139,0.57,"2013-06-08 06:00",0.49,"2013-09-03 20:00",0.48,"2013-09-02 13:00",0.46,"2013-09-02 12:00","","","","",0.13,0.07,0.03,0,0,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-05" +"23","009","0103","68105",1,44.37705,-68.2609,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",84,69,83,122,0,7,"","","Certification not required",0,10.333333,10.078742,27.5,"2013-07-15 00:00",26.8,"2013-07-06 00:00",25.8,"2013-05-31 00:00",25.4,"2013-06-24 00:00","","","","",27.5,26.8,24.7,22,19,11.6,-4.1,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2013-12-05" +"23","009","0103","68108",1,44.37705,-68.2609,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",84,69,83,122,0,7,"","","Certification not required",0,746.095238,6.455817,766,"2013-04-22 00:00",759,"2013-05-02 00:00",758,"2013-05-01 00:00",756,"2013-05-04 00:00","","","","",766,759,756,753,750,747,737,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2013-12-05" +"23","009","0103","81102",2,44.37705,-68.2609,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",114,93,113,122,0,7,0,0,"Certification not required",37,5.482456,3.854046,19,"2013-05-31 00:00",19,"2013-08-20 00:00",17,"2013-07-03 00:00",16,"2013-02-15 00:00","","","","",19,17,15,11,7,5,2,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-21" +"23","009","0103","85101",1,44.37705,-68.2609,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.904863,3.438051,17.3847,"2013-05-31 00:00",14.1345,"2013-05-04 00:00",12.2686,"2013-02-15 00:00",11.367,"2013-03-11 00:00","","","","",17.3847,14.1345,12.2686,8.5708,5.9975,3.9963,1.106,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","85101",2,44.37705,-68.2609,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,7,"","","Certification not required",25,6.2,3.972018,19,"2013-05-31 00:00",19,"2013-08-20 00:00",17,"2013-02-15 00:00",17,"2013-07-03 00:00","","","","",19,17,15,12,8,5,2,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-20" +"23","009","0103","86101",2,44.37705,-68.2609,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",109,89,108,122,0,13,"","","Certification not required",0,2.391743,2.068732,9.1,"2013-05-04 00:00",8.6,"2013-06-21 00:00",7.8,"2013-05-31 00:00",7.3,"2013-03-11 00:00","","","","",8.6,7.8,7,5.4,3.5,1.9,0.3,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-20" +"23","009","0103","86502",1,44.37705,-68.2609,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.509804,1.781825,8,"2013-05-04 00:00",6,"2013-03-11 00:00",6,"2013-05-31 00:00",4,"2013-02-15 00:00","","","","",8,6,6,4,2,1,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88101",1,44.37705,-68.2609,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,88,81,92,0,10,0,0,"Certification not required",0,4.28932,2.586159,13.9,"2013-07-03 00:00",12.5,"2013-08-20 00:00",11.6,"2013-05-31 00:00",10.7,"2013-02-15 00:00","","","","",12.5,11.6,9.9,7.4,5.5,3.6,1.6,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-20" +"23","009","0103","88101",1,44.37705,-68.2609,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,88,81,92,0,10,"","","Certification not required",0,4.28932,2.586159,13.9,"2013-07-03 00:00",12.5,"2013-08-20 00:00",11.6,"2013-05-31 00:00",10.7,"2013-02-15 00:00","","","","",12.5,11.6,9.9,7.4,5.5,3.6,1.6,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-20" +"23","009","0103","88101",2,44.37705,-68.2609,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1173,13,49,365,0,3,"","","Certification not required",0,6.557545,3.171353,18,"2013-11-17 12:00",17,"2013-11-17 09:00",17,"2013-12-21 14:00",16,"2013-11-17 11:00","","","","",16,15,13,11,8,6,3,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-07" +"23","009","0103","88101",2,44.37705,-68.2609,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",49,13,49,365,0,0,0,0,"Certification not required",0,6.512245,2.352891,13.2,"2013-11-17 00:00",11,"2013-12-20 00:00",10.7,"2013-11-16 00:00",10.5,"2013-12-28 00:00","","","","",13.2,13.2,10.7,10.1,7.8,6,3.9,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-07" +"23","009","0103","88101",2,44.37705,-68.2609,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",49,13,49,365,0,0,"","","Certification not required",0,6.512245,2.352891,13.2,"2013-11-17 00:00",11,"2013-12-20 00:00",10.7,"2013-11-16 00:00",10.5,"2013-12-28 00:00","","","","",13.2,13.2,10.7,10.1,7.8,6,3.9,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-07" +"23","009","0103","88103",1,44.37705,-68.2609,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88104",1,44.37705,-68.2609,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.011587,0.009139,0.0389,"2013-04-28 00:00",0.038,"2013-05-01 00:00",0.03,"2013-04-07 00:00",0.027,"2013-05-31 00:00","","","","",0.0389,0.038,0.03,0.024,0.0159,0.0092,0.00165,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88109",1,44.37705,-68.2609,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.001757,0.001177,0.0053,"2013-03-11 00:00",0.0052,"2013-02-15 00:00",0.0038,"2013-05-31 00:00",0.0036,"2013-04-22 00:00","","","","",0.0053,0.0052,0.0038,0.003,0.0025,0.0016,0.0003,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88111",1,44.37705,-68.2609,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.013016,0.010548,0.0454,"2013-05-04 00:00",0.0353,"2013-03-11 00:00",0.0343,"2013-04-07 00:00",0.0316,"2013-04-28 00:00","","","","",0.0454,0.0353,0.0343,0.0276,0.0173,0.0106,0.0013,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88112",1,44.37705,-68.2609,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88114",1,44.37705,-68.2609,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.000275,0.000196,0.0011,"2013-02-15 00:00",0.0007,"2013-05-16 00:00",0.0007,"2013-05-31 00:00",0.0006,"2013-01-04 00:00","","","","",0.0011,0.0007,0.0007,0.0005,0.0003,0.0002,0.0001,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88115",1,44.37705,-68.2609,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.075546,0.160948,0.77,"2013-05-04 00:00",0.5628,"2013-03-08 00:00",0.4751,"2013-01-31 00:00",0.438,"2013-03-11 00:00","","","","",0.77,0.5628,0.4751,0.2394,0.0509,0.0024,0.00015,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88126",1,44.37705,-68.2609,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.010483,0.008685,0.0358,"2013-04-28 00:00",0.0312,"2013-05-01 00:00",0.0289,"2013-05-31 00:00",0.0269,"2013-05-16 00:00","","","","",0.0358,0.0312,0.0289,0.0228,0.0144,0.0071,0.0021,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88128",1,44.37705,-68.2609,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000843,0.000784,0.003,"2013-02-15 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-19 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0.001,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88132",1,44.37705,-68.2609,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00049,0.000505,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88136",1,44.37705,-68.2609,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-02-15 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88140",1,44.37705,-68.2609,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.016671,0.018713,0.0634,"2013-04-07 00:00",0.0628,"2013-02-15 00:00",0.0615,"2013-01-31 00:00",0.053,"2013-05-04 00:00","","","","",0.0634,0.0628,0.0615,0.0468,0.0251,0.0081,0.00105,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88152",1,44.37705,-68.2609,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000722,0.001128,0.006,"2013-03-11 00:00",0.0033,"2013-03-20 00:00",0.0028,"2013-04-28 00:00",0.0027,"2013-05-01 00:00","","","","",0.006,0.0033,0.0028,0.0024,0.0012,0.00015,0.0001,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88154",1,44.37705,-68.2609,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.000175,0.000116,0.0006,"2013-02-15 00:00",0.0005,"2013-01-04 00:00",0.0005,"2013-05-31 00:00",0.0003,"2013-01-10 00:00","","","","",0.0006,0.0005,0.0005,0.0003,0.0002,0.0001,0.0001,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88161",1,44.37705,-68.2609,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.00094,0.000824,0.0034,"2013-04-28 00:00",0.0029,"2013-05-01 00:00",0.0025,"2013-04-07 00:00",0.0024,"2013-04-04 00:00","","","","",0.0034,0.0029,0.0025,0.0021,0.0016,0.0006,0.00015,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88164",1,44.37705,-68.2609,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000209,0.000163,0.0008,"2013-05-01 00:00",0.0006,"2013-05-31 00:00",0.0005,"2013-04-25 00:00",0.0004,"2013-01-04 00:00","","","","",0.0008,0.0006,0.0005,0.0004,0.0003,0.0002,5e-05,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88165",1,44.37705,-68.2609,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.022246,0.024069,0.1086,"2013-04-28 00:00",0.1014,"2013-05-01 00:00",0.0667,"2013-04-25 00:00",0.0625,"2013-04-07 00:00","","","","",0.1086,0.1014,0.0667,0.05,0.0315,0.0144,0.0017,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88167",1,44.37705,-68.2609,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.002525,0.00189,0.0085,"2013-02-15 00:00",0.007,"2013-01-04 00:00",0.0059,"2013-03-29 00:00",0.0057,"2013-01-19 00:00","","","","",0.0085,0.007,0.0059,0.0052,0.0034,0.0021,0.0006,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88168",1,44.37705,-68.2609,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.000248,0.000208,0.001,"2013-05-04 00:00",0.0008,"2013-04-07 00:00",0.0006,"2013-01-31 00:00",0.0006,"2013-02-06 00:00","","","","",0.001,0.0008,0.0006,0.0006,0.0003,0.0002,0.0001,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88169",1,44.37705,-68.2609,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.288465,0.201334,1.0217,"2013-05-31 00:00",0.8538,"2013-02-15 00:00",0.6083,"2013-05-16 00:00",0.5679,"2013-01-04 00:00","","","","",1.0217,0.8538,0.6083,0.5227,0.3893,0.2365,0.0952,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88176",1,44.37705,-68.2609,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.000162,6e-05,0.0005,"2013-01-25 00:00",0.0004,"2013-01-19 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0005,0.0004,0.00015,0.00015,0.00015,0.00015,0.00015,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88180",1,44.37705,-68.2609,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022371,0.011389,0.0428,"2013-04-07 00:00",0.0424,"2013-04-22 00:00",0.042,"2013-02-15 00:00",0.0415,"2013-05-04 00:00","","","","",0.0428,0.0424,0.042,0.0395,0.0313,0.022,0.0063,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88184",1,44.37705,-68.2609,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.146259,0.172451,0.7415,"2013-05-04 00:00",0.7172,"2013-03-11 00:00",0.5091,"2013-03-08 00:00",0.386,"2013-01-31 00:00","","","","",0.7415,0.7172,0.5091,0.3589,0.2217,0.076,0.0086,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88185",1,44.37705,-68.2609,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000673,0.000217,0.0015,"2013-02-06 00:00",0.0014,"2013-04-07 00:00",0.0013,"2013-04-22 00:00",0.0009,"2013-04-19 00:00","","","","",0.0015,0.0014,0.0013,0.0008,0.00065,0.00065,0.0004,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88203",1,44.37705,-68.2609,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.196492,0.283244,1.3323,"2013-05-04 00:00",1.0532,"2013-03-11 00:00",0.8494,"2013-03-08 00:00",0.6656,"2013-01-31 00:00","","","","",1.3323,1.0532,0.8494,0.5864,0.2408,0.0606,0.0137,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88305",1,44.37705,-68.2609,"WGS84","OC CSN Unadjusted PM2.5 LC TOT","2 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",4129,94,339,365,0,247,"","","Certification not required",2,2.047186,1.116509,20.85,"2013-02-09 06:00",19.06,"2013-07-02 06:00",14.5,"2013-07-02 08:00",14.28,"2013-07-16 20:00","","","","",5.37,4.68,3.89,3.18,2.29,1.79,1.19,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-13" +"23","009","0103","88306",1,44.37705,-68.2609,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.217759,0.198797,1.08,"2013-02-15 00:00",0.8141,"2013-01-04 00:00",0.6788,"2013-01-19 00:00",0.4331,"2013-05-04 00:00","","","","",1.08,0.8141,0.6788,0.392,0.28,0.193,0.042,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88312",2,44.37705,-68.2609,"WGS84","Total Carbon PM2.5 LC TOT","2 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",4151,95,342,365,0,214,"","","Certification not required",6,1.913298,0.837016,21.19,"2013-02-09 06:00",12.74,"2013-04-25 14:00",10.09,"2013-06-23 14:00",6.51,"2013-06-22 18:00","","","","",4.79,4.1,3.39,2.81,2.18,1.77,1.13,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-13" +"23","009","0103","88320",1,44.37705,-68.2609,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.414118,0.274016,1.56,"2013-05-31 00:00",0.94,"2013-01-04 00:00",0.88,"2013-04-10 00:00",0.87,"2013-02-15 00:00","","","","",1.56,0.94,0.88,0.79,0.51,0.35,0.17,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88321",1,44.37705,-68.2609,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.069608,0.059193,0.24,"2013-05-31 00:00",0.22,"2013-02-15 00:00",0.2,"2013-05-16 00:00",0.17,"2013-01-04 00:00","","","","",0.24,0.22,0.2,0.15,0.1,0.05,0.02,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88324",1,44.37705,-68.2609,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.023734,0.018655,0.1175,"2013-05-31 00:00",0.0779,"2013-01-22 00:00",0.0691,"2013-01-04 00:00",0.046,"2013-02-15 00:00","","","","",0.1175,0.0779,0.0691,0.0295,0.02845,0.0162,0.01,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88325",1,44.37705,-68.2609,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.082432,0.070708,0.4588,"2013-05-31 00:00",0.1891,"2013-02-15 00:00",0.1771,"2013-05-16 00:00",0.1738,"2013-04-10 00:00","","","","",0.4588,0.1891,0.1771,0.155,0.102,0.063,0.0319,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88326",1,44.37705,-68.2609,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.11353,0.064523,0.2739,"2013-04-10 00:00",0.27,"2013-05-31 00:00",0.2357,"2013-04-28 00:00",0.2225,"2013-05-16 00:00","","","","",0.2739,0.27,0.2357,0.2077,0.1511,0.1048,0.03355,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88327",1,44.37705,-68.2609,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.094308,0.056741,0.2588,"2013-05-31 00:00",0.2341,"2013-02-15 00:00",0.2081,"2013-04-28 00:00",0.2,"2013-04-10 00:00","","","","",0.2588,0.2341,0.2081,0.177,0.1084,0.0869,0.0328,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88328",1,44.37705,-68.2609,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.108359,0.084563,0.4512,"2013-05-31 00:00",0.3149,"2013-01-04 00:00",0.2488,"2013-04-28 00:00",0.2157,"2013-04-10 00:00","","","","",0.4512,0.3149,0.2488,0.2083,0.158,0.09,0.0296,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88329",1,44.37705,-68.2609,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.156949,0.129623,0.6637,"2013-05-31 00:00",0.4533,"2013-01-04 00:00",0.3847,"2013-02-15 00:00",0.361,"2013-04-28 00:00","","","","",0.6637,0.4533,0.3847,0.3447,0.2139,0.119,0.044,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88330",1,44.37705,-68.2609,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.021099,0.016676,0.0659,"2013-03-29 00:00",0.0638,"2013-03-14 00:00",0.0491,"2013-05-16 00:00",0.0486,"2013-05-28 00:00","","","","",0.0659,0.0638,0.0491,0.0432,0.0329,0.0176,0.00175,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88331",1,44.37705,-68.2609,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,3.1e-05,4.1e-05,0.0001,"2013-01-31 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.0001,0.0001,0.0001,0.0001,5e-05,0,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88338",1,44.37705,-68.2609,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.020469,0.014079,0.0928,"2013-02-27 00:00",0.0542,"2013-01-25 00:00",0.0487,"2013-02-21 00:00",0.0431,"2013-05-25 00:00","","","","",0.0928,0.0542,0.0487,0.032,0.0235,0.0155,0.01075,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88339",1,44.37705,-68.2609,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.189901,0.830496,4.21431,"2013-05-31 00:00",3.52193,"2013-02-15 00:00",2.5094,"2013-05-16 00:00",2.34238,"2013-01-04 00:00","","","","",4.21431,3.52193,2.5094,2.15597,1.60603,0.97552,0.39249,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88344",1,44.37705,-68.2609,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.280904,0.256457,1.3932,"2013-02-15 00:00",1.0502,"2013-01-04 00:00",0.8757,"2013-01-19 00:00",0.5587,"2013-05-04 00:00","","","","",1.3932,1.0502,0.8757,0.5057,0.3617,0.249,0.0542,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88348",1,44.37705,-68.2609,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.129125,0.113846,0.501,"2013-04-28 00:00",0.4619,"2013-05-01 00:00",0.3416,"2013-04-07 00:00",0.3201,"2013-04-25 00:00","","","","",0.501,0.4619,0.3416,0.287,0.1722,0.1008,0.0211,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88350",1,44.37705,-68.2609,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.745618,0.492409,2.8019,"2013-05-31 00:00",1.6866,"2013-01-04 00:00",1.5766,"2013-04-10 00:00",1.5712,"2013-02-15 00:00","","","","",2.8019,1.6866,1.5766,1.4222,0.9176,0.626,0.2981,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88403",1,44.37705,-68.2609,"WGS84","Sulfate PM2.5 LC","1 HOUR","","Observed Values","Thermo Electron Model 5020 Sulfate Particulate Analyzer - Catalytic thermal reduct/Pulsed Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",8430,96,352,365,0,328,"","","Certification not required",4916,0.562246,0.498516,3.84,"2013-08-21 23:00",3.68,"2013-05-11 08:00",3.64,"2013-05-31 19:00",3.6,"2013-05-31 20:00","","","","",2.52,2.1,1.58,1.23,0.74,0.25,0.25,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-02-07" +"23","009","0103","88403",2,44.37705,-68.2609,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.848688,0.592036,2.9549,"2013-05-31 00:00",2.4399,"2013-02-15 00:00",1.7593,"2013-03-11 00:00",1.7273,"2013-05-16 00:00","","","","",2.9549,2.4399,1.7593,1.5435,1.2012,0.689,0.2803,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88501",3,44.37705,-68.2609,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7120,81,301,365,0,176,"","","Certification not required",0,2.415492,3.499999,45.6,"2013-07-02 07:00",39.7,"2013-07-02 08:00",37.5,"2013-07-02 06:00",34.2,"2013-07-02 10:00","","","","",14.6,12.4,9,6.4,3.5,1.7,-0.8,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2013-11-06" +"23","009","0103","88501",3,44.37705,-68.2609,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,2.364452,2.753561,16.7,"2013-07-02 00:00",14.5,"2013-08-22 00:00",13.3,"2013-07-17 00:00",11.4,"2013-07-07 00:00","","","","",11.4,10.5,8.3,5.6,3.2,1.6,0,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2013-11-06" +"23","009","0103","88502",1,44.37705,-68.2609,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.909804,1.887459,10.3,"2013-05-31 00:00",7.8,"2013-02-15 00:00",5.9,"2013-05-04 00:00",5.8,"2013-05-16 00:00","","","","",10.3,7.8,5.9,5.3,3.7,2.7,1,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2014-01-28" +"23","009","0103","88502",3,44.37705,-68.2609,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7119,81,301,365,0,177,"","","Certification not required",0,3.578522,3.426413,46.1,"2013-07-02 07:00",40.3,"2013-07-02 08:00",38.2,"2013-07-02 06:00",34.9,"2013-07-02 10:00","","","","",15.6,13.4,10.1,7.5,4.6,2.9,0.4,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2013-11-06" +"23","009","0103","88502",3,44.37705,-68.2609,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,3.512625,2.727705,17.8,"2013-07-02 00:00",15.7,"2013-08-22 00:00",14.5,"2013-07-17 00:00",12.6,"2013-07-07 00:00","","","","",12.6,11.7,9.3,6.8,4.4,2.8,1,"MCFARLAND HILL Air Pollutant Research Site","MCFARLAND HILL-AIR POLLUTANT RESEARCH SITE","Maine","Hancock","","","2013-11-06" +"23","011","0008","61101",1,44.3179,-69.7919,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8759,100,365,365,0,1,"","","Certification not required",0,6.82909,4.12444,28.5,"2013-01-10 10:00",28.5,"2013-01-10 13:00",27.5,"2013-02-18 06:00",27.4,"2013-02-18 17:00","","","","",20.3,17.8,14.9,12.6,8.9,5.9,2.6,"Augusta Met","AUGUSTA STATE AIRPORT","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-13" +"23","011","0008","61102",1,44.3179,-69.7919,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8746,100,365,365,0,5,"","","Certification not required",0,208.625429,103.691758,360,"2013-01-16 16:00",360,"2013-02-11 06:00",360,"2013-02-16 13:00",360,"2013-02-25 05:00","","","","",357,354,345,330,297,214,27,"Augusta Met","AUGUSTA STATE AIRPORT","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-13" +"23","011","0008","61106",1,44.3179,-69.7919,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7985,91,334,365,0,31,"","","Certification not required",0,17.071509,9.540483,77,"2013-01-06 04:00",75,"2013-04-30 12:00",75,"2013-07-27 13:00",74,"2013-05-19 10:00","","","","",54,47,37,28,20,15,8,"Augusta Met","AUGUSTA STATE AIRPORT","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-13" +"23","011","0016","68105",1,44.312319,-69.786717,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,1,"","","Certification not required",0,7.801754,10.967606,27,"2013-07-15 00:00",23.1,"2013-09-01 00:00",22.5,"2013-08-20 00:00",21.9,"2013-07-27 00:00","","","","",27,23.1,22.5,20.1,18.1,10.5,-8,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-23" +"23","011","0016","68105",2,44.312319,-69.786717,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,0,"","","Certification not required",0,6.217241,10.76874,25.1,"2013-07-15 00:00",20.4,"2013-09-01 00:00",20.3,"2013-08-20 00:00",19.7,"2013-07-27 00:00","","","","",25.1,25.1,20.4,20.3,15.6,7.9,-7.4,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-23" +"23","011","0016","68105",3,44.312319,-69.786717,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,2,"","","Certification not required",0,7.792857,11.034225,27.5,"2013-07-15 00:00",23.2,"2013-09-01 00:00",23,"2013-08-20 00:00",22.3,"2013-07-27 00:00","","","","",27.5,23.2,23,20.5,18.4,10.6,-8,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-23" +"23","011","0016","68108",1,44.312319,-69.786717,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,1,"","","Certification not required",0,756.77193,5.994097,776,"2013-04-22 00:00",775,"2013-11-30 00:00",767,"2013-10-13 00:00",766,"2013-05-04 00:00","","","","",776,775,767,764,759,756,750,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-23" +"23","011","0016","68108",2,44.312319,-69.786717,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,0,"","","Certification not required",0,756.413793,5.506602,774,"2013-04-22 00:00",765,"2013-05-04 00:00",762,"2013-01-28 00:00",762,"2013-06-21 00:00","","","","",774,774,765,762,758,756,749,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-23" +"23","011","0016","68108",3,44.312319,-69.786717,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,2,"","","Certification not required",0,758.107143,5.668665,777,"2013-04-22 00:00",776,"2013-11-30 00:00",769,"2013-10-13 00:00",766,"2013-04-28 00:00","","","","",777,776,769,764,761,757,752,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-01-23" +"23","011","0016","81102",2,44.312319,-69.786717,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",1,12.654545,7.511024,45,"2013-02-15 00:00",34,"2013-01-04 00:00",28,"2013-03-11 00:00",26,"2013-12-12 00:00","","","","",45,34,28,21,14,12,5,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-02-20" +"23","011","0016","85101",2,44.312319,-69.786717,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,6,"","","Certification not required",1,13.204082,8.281454,49,"2013-02-15 00:00",38,"2013-01-04 00:00",31,"2013-03-11 00:00",22,"2013-04-16 00:00","","","","",49,49,31,20,14,13,5,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-02-06" +"23","011","0016","88101",1,44.312319,-69.786717,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,6,0,0,"Certification not required",0,6.566,4.45978,26.8,"2013-02-15 00:00",20.1,"2013-01-04 00:00",12.8,"2013-08-20 00:00",12.5,"2013-07-03 00:00","","","","",26.8,26.8,12.8,9.9,8.4,5.5,2.9,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-02-06" +"23","011","0016","88101",1,44.312319,-69.786717,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,6,"","","Certification not required",0,6.566,4.45978,26.8,"2013-02-15 00:00",20.1,"2013-01-04 00:00",12.8,"2013-08-20 00:00",12.5,"2013-07-03 00:00","","","","",26.8,26.8,12.8,9.9,8.4,5.5,2.9,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-02-06" +"23","011","0016","88101",2,44.312319,-69.786717,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",24,77,24,31,0,3,0,0,"Certification not required",0,6.745833,4.223329,20.3,"2013-01-04 00:00",13.3,"2013-08-20 00:00",12.9,"2013-07-03 00:00",9.6,"2013-09-01 00:00","","","","",20.3,20.3,13.3,12.9,8.8,5.8,2.9,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-02-06" +"23","011","0016","88101",2,44.312319,-69.786717,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",24,77,24,31,0,3,"","","Certification not required",0,6.745833,4.223329,20.3,"2013-01-04 00:00",13.3,"2013-08-20 00:00",12.9,"2013-07-03 00:00",9.6,"2013-09-01 00:00","","","","",20.3,20.3,13.3,12.9,8.8,5.8,2.9,"Augusta, LINCOLN STREET ELEMENTARY SCHOOL (ALSS)","30 Lincoln Street","Maine","Kennebec","Augusta","Augusta-Waterville, ME","2014-02-06" +"23","011","2005","42401",1,44.230622,-69.785,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7175,82,298,365,0,1575,0,"","Certification not required",0,2.60302,3.094095,20.2,"2013-01-09 10:00",16.8,"2013-02-11 09:00",14.3,"2013-01-04 08:00",12.9,"2013-01-18 22:00","","","","",14.3,12.1,9.3,6.9,3.5,1.6,0.2,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42401",1,44.230622,-69.785,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7175,82,298,365,0,1575,"","","Certification not required",0,1.021937,1.686208,20.2,"2013-01-09 10:00",16.8,"2013-02-11 09:00",16.6,"2013-02-11 10:00",15.9,"2013-02-11 08:00","","","","",7.6,6.1,4.2,3,1.5,0.3,0,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42401",1,44.230622,-69.785,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",298,82,298,365,0,0,0,"","Certification not required",0,1.025503,1.395262,7.7,"2013-01-09 00:00",6.9,"2013-02-11 00:00",6.7,"2013-01-06 00:00",6.2,"2013-01-19 00:00","","","","",6.7,5.1,3.9,3,1.5,0.4,0,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42401",1,44.230622,-69.785,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2373,81,296,365,0,0,"",0,"Certification not required",0,1.002697,1.621426,16.9,"2013-01-09 11:00",14.6,"2013-02-11 11:00",12.4,"2013-02-11 08:00",11.9,"2013-01-09 05:00","","","","",7.5,5.8,4.1,3,1.5,0.2,0,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42406",1,44.230622,-69.785,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7260,83,302,365,0,1499,"","","Certification not required",0,1.581143,2.365133,25.9,"2013-01-09 10:00",24.4,"2013-01-04 08:00",21.4,"2013-02-11 09:00",21.1,"2013-01-09 09:00","","","","",11.8,8.6,6,4.2,2.1,0.6,0,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42601",1,44.230622,-69.785,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8544,98,360,365,0,215,"","","Certification not required",0,0.887313,3.446093,76.8,"2013-01-09 10:00",73.7,"2013-01-09 09:00",64.9,"2013-12-16 08:00",53.8,"2013-02-11 10:00","","","","",16.6,10.1,3.7,1.5,0.4,0.1,0,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42602",1,44.230622,-69.785,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8545,98,360,365,0,214,0,"","Certification not required",0,9.826389,7.706001,35.1,"2013-02-11 10:00",34.6,"2013-01-08 20:00",34.5,"2013-12-31 20:00",32.9,"2013-01-18 22:00","","","","",32.9,31.4,28.1,22.2,13.4,6.9,3.3,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42602",1,44.230622,-69.785,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8545,98,360,365,0,214,"","","Certification not required",0,4.496372,4.775149,35.1,"2013-02-11 10:00",34.7,"2013-02-11 12:00",34.6,"2013-01-08 20:00",34.6,"2013-02-11 16:00","","","","",26,22.2,15,9.5,4.6,2.8,1.6,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","42603",1,44.230622,-69.785,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8529,97,360,365,0,229,"","","Certification not required",0,5.397503,7.385061,109.4,"2013-01-09 10:00",101.8,"2013-01-09 09:00",90.1,"2013-12-16 08:00",88.9,"2013-02-11 10:00","","","","",38.2,30.3,19.1,11,5.1,3,1.7,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2014-01-24" +"23","011","2005","44201",1,44.230622,-69.785,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4375,84,153,183,0,41,0,0,"Certification not required",70,0.043948,0.010559,0.085,"2013-06-01 15:00",0.081,"2013-08-22 18:00",0.076,"2013-08-21 20:00",0.069,"2013-04-29 12:00","","","","",0.081,0.069,0.062,0.057,0.051,0.045,0.038,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2013-09-09" +"23","011","2005","44201",1,44.230622,-69.785,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4401,84,153,183,0,0,0,0,"Certification not required",0,0.040111,0.009578,0.073,"2013-06-01 11:00",0.067,"2013-08-22 12:00",0.065,"2013-04-29 10:00",0.065,"2013-04-30 11:00","","","","",0.067,0.065,0.056,0.052,0.047,0.043,0.035,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2013-09-09" +"23","011","2005","44201",1,44.230622,-69.785,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4401,84,153,183,0,0,0,0,"Certification not required",0,0.040111,0.009578,0.073,"2013-06-01 11:00",0.067,"2013-08-22 12:00",0.065,"2013-04-29 10:00",0.065,"2013-04-30 11:00","","","","",0.067,0.065,0.056,0.052,0.047,0.043,0.035,"Gardiner, Pray Street School (GPSS)","14 Pray Street","Maine","Kennebec","Gardiner","Augusta-Waterville, ME","2013-09-09" +"23","013","0004","44201",2,43.917955,-69.26059,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4109,84,153,183,0,307,0,0,"Certification not required",4,0.046294,0.013691,0.096,"2013-08-22 16:00",0.091,"2013-07-19 14:00",0.09,"2013-05-31 17:00",0.087,"2013-06-01 14:00","","","","",0.091,0.087,0.073,0.061,0.053,0.047,0.039,"Marshall Point Lighthouse","PORT CLYDE, MARSHALL POINT LIGHTHOUSE","Maine","Knox","","Rockland, ME","2013-09-09" +"23","013","0004","44201",2,43.917955,-69.26059,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4138,83,151,183,0,0,0,0,"Certification not required",0,0.041987,0.011772,0.082,"2013-07-19 12:00",0.077,"2013-05-31 15:00",0.076,"2013-06-01 10:00",0.073,"2013-08-22 12:00","","","","",0.077,0.073,0.062,0.055,0.049,0.043,0.034,"Marshall Point Lighthouse","PORT CLYDE, MARSHALL POINT LIGHTHOUSE","Maine","Knox","","Rockland, ME","2013-09-09" +"23","013","0004","44201",2,43.917955,-69.26059,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4138,83,151,183,0,0,3,3,"Certification not required",0,0.041987,0.011772,0.082,"2013-07-19 12:00",0.077,"2013-05-31 15:00",0.076,"2013-06-01 10:00",0.073,"2013-08-22 12:00","","","","",0.077,0.073,0.062,0.055,0.049,0.043,0.034,"Marshall Point Lighthouse","PORT CLYDE, MARSHALL POINT LIGHTHOUSE","Maine","Knox","","Rockland, ME","2013-09-09" +"23","017","2011","43218",1,44.551419,-70.546319,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.195349,0.123353,0.7,"2013-02-15 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-22 00:00",0.4,"2013-02-03 00:00","","","","",0.7,0.7,0.4,0.4,0.2,0.2,0.1,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43372",1,44.551419,-70.546319,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43509",1,44.551419,-70.546319,"WGS84","Acrolein - Verified","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.424419,0.188393,0.91,"2013-07-03 00:00",0.88,"2013-06-15 00:00",0.84,"2013-07-15 00:00",0.67,"2013-07-21 00:00","","","","",0.91,0.91,0.84,0.67,0.53,0.41,0.2,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43552",1,44.551419,-70.546319,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.247907,0.753031,3.5,"2013-07-21 00:00",3.42,"2013-06-03 00:00",3.14,"2013-07-03 00:00",2.52,"2013-04-16 00:00","","","","",3.5,3.5,3.14,2.44,1.42,1,0.66,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43560",1,44.551419,-70.546319,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.100698,0.116505,0.47,"2013-06-03 00:00",0.29,"2013-05-10 00:00",0.29,"2013-07-21 00:00",0.28,"2013-07-03 00:00","","","","",0.47,0.47,0.29,0.28,0.17,0.11,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43801",1,44.551419,-70.546319,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.706977,0.163875,1.2,"2013-07-27 00:00",1,"2013-07-15 00:00",1,"2013-07-21 00:00",0.9,"2013-02-03 00:00","","","","",1.2,1.2,1,0.9,0.8,0.7,0.5,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43802",1,44.551419,-70.546319,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.104651,0.021308,0.2,"2013-06-15 00:00",0.2,"2013-07-27 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43803",1,44.551419,-70.546319,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.016279,0.037354,0.1,"2013-05-04 00:00",0.1,"2013-05-22 00:00",0.1,"2013-06-15 00:00",0.1,"2013-07-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43804",1,44.551419,-70.546319,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.127907,0.050359,0.3,"2013-06-15 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00",0.2,"2013-06-09 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43811",1,44.551419,-70.546319,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.306977,0.066888,0.5,"2013-07-27 00:00",0.4,"2013-05-16 00:00",0.4,"2013-05-28 00:00",0.4,"2013-06-09 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.3,0.2,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43812",1,44.551419,-70.546319,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.016279,0.037354,0.1,"2013-03-17 00:00",0.1,"2013-04-16 00:00",0.1,"2013-06-03 00:00",0.1,"2013-06-15 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43813",1,44.551419,-70.546319,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.009302,0.02939,0.1,"2013-06-15 00:00",0.1,"2013-08-14 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-25 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43814",1,44.551419,-70.546319,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.013953,0.03506,0.1,"2013-06-09 00:00",0.1,"2013-06-15 00:00",0.1,"2013-08-14 00:00",0.1,"2013-08-26 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43815",1,44.551419,-70.546319,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.065116,0.048224,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43817",1,44.551419,-70.546319,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.060465,0.049471,0.1,"2013-02-15 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-04 00:00",0.1,"2013-04-10 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43819",1,44.551419,-70.546319,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.1,0.1,0,0,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43820",1,44.551419,-70.546319,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.006977,0.025777,0.1,"2013-06-15 00:00",0.1,"2013-08-14 00:00",0.1,"2013-09-07 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43823",1,44.551419,-70.546319,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.634884,0.137812,1.1,"2013-07-27 00:00",0.9,"2013-06-15 00:00",0.9,"2013-07-15 00:00",0.8,"2013-05-16 00:00","","","","",1.1,1.1,0.9,0.8,0.7,0.6,0.5,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43824",1,44.551419,-70.546319,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.006512,0.022348,0.11,"2013-08-14 00:00",0.07,"2013-06-15 00:00",0.07,"2013-09-07 00:00",0.03,"2013-06-09 00:00","","","","",0.11,0.11,0.07,0,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43826",1,44.551419,-70.546319,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.032558,0.096907,0.6,"2013-05-04 00:00",0.1,"2013-02-27 00:00",0.1,"2013-03-11 00:00",0.1,"2013-05-10 00:00","","","","",0.6,0.6,0.1,0.1,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43838",1,44.551419,-70.546319,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43839",1,44.551419,-70.546319,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","43860",1,44.551419,-70.546319,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.030233,0.04647,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45102",1,44.551419,-70.546319,"WGS84","Xylene(s)","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.648837,0.294693,1.5,"2013-02-15 00:00",1.3,"2013-06-15 00:00",1.2,"2013-07-15 00:00",1.1,"2013-05-10 00:00","","","","",1.5,1.5,1.2,1,0.8,0.6,0.3,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45201",1,44.551419,-70.546319,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.137209,0.712482,4.1,"2013-02-15 00:00",2.9,"2013-01-04 00:00",2.4,"2013-02-27 00:00",2,"2013-02-03 00:00","","","","",4.1,4.1,2.4,1.9,1.4,0.9,0.5,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45202",1,44.551419,-70.546319,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.748837,0.809577,4.7,"2013-02-15 00:00",3.2,"2013-07-15 00:00",3.1,"2013-02-27 00:00",3,"2013-04-10 00:00","","","","",4.7,4.7,3.1,2.8,2,1.7,0.8,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45203",1,44.551419,-70.546319,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.276744,0.144481,0.7,"2013-02-15 00:00",0.6,"2013-06-15 00:00",0.5,"2013-07-15 00:00",0.5,"2013-08-14 00:00","","","","",0.7,0.7,0.5,0.4,0.4,0.3,0.1,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45204",1,44.551419,-70.546319,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.267442,0.137496,0.62,"2013-02-15 00:00",0.58,"2013-06-15 00:00",0.48,"2013-07-15 00:00",0.45,"2013-05-10 00:00","","","","",0.62,0.62,0.48,0.42,0.35,0.26,0.13,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45207",1,44.551419,-70.546319,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",22,0.115814,0.075789,0.34,"2013-06-15 00:00",0.27,"2013-08-14 00:00",0.23,"2013-09-07 00:00",0.21,"2013-02-15 00:00","","","","",0.34,0.34,0.23,0.2,0.18,0.05,0.05,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45208",1,44.551419,-70.546319,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",6,0.274419,0.159378,0.7,"2013-06-15 00:00",0.6,"2013-02-15 00:00",0.5,"2013-02-27 00:00",0.5,"2013-07-15 00:00","","","","",0.7,0.7,0.5,0.5,0.4,0.3,0.05,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45801",1,44.551419,-70.546319,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.02093,0.067465,0.3,"2013-08-14 00:00",0.2,"2013-06-15 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-25 00:00","","","","",0.3,0.3,0.2,0,0,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45805",1,44.551419,-70.546319,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",28,0.07907,0.053711,0.3,"2013-08-14 00:00",0.2,"2013-06-15 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-25 00:00","","","","",0.3,0.3,0.2,0.1,0.1,0.05,0.05,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45806",1,44.551419,-70.546319,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",32,0.072093,0.045385,0.2,"2013-06-15 00:00",0.2,"2013-08-14 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-25 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.05,0.05,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45807",1,44.551419,-70.546319,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.046512,0.0702,0.2,"2013-04-28 00:00",0.2,"2013-06-15 00:00",0.2,"2013-08-14 00:00",0.2,"2013-09-07 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0,0,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","45850",1,44.551419,-70.546319,"WGS84","Naphthalene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",10,0.304651,0.184782,0.8,"2013-04-28 00:00",0.6,"2013-06-15 00:00",0.5,"2013-05-10 00:00",0.5,"2013-05-16 00:00","","","","",0.8,0.8,0.5,0.5,0.4,0.3,0.05,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2013-12-31" +"23","017","2011","68105",1,44.551419,-70.546319,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",70,100,60,61,0,1,"","","Certification not required",0,6.577143,10.485437,25.3,"2013-07-15 00:00",22.3,"2013-09-01 00:00",22.1,"2013-07-27 00:00",22.1,"2013-08-20 00:00","","","","",25.3,22.3,22.1,20,16.4,7,-7.5,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2014-01-23" +"23","017","2011","68108",1,44.551419,-70.546319,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",70,100,60,61,0,1,"","","Certification not required",0,748.471429,6.177851,769,"2013-04-22 00:00",761,"2013-11-30 00:00",759,"2013-05-04 00:00",758,"2013-01-28 00:00","","","","",769,761,758,757,752,749,741,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2014-01-23" +"23","017","2011","88101",1,44.551419,-70.546319,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",59,78,59,76,0,4,0,0,"Certification not required",0,7.622034,4.350112,25.1,"2013-11-15 00:00",20.2,"2013-01-04 00:00",18.3,"2013-02-15 00:00",13.9,"2013-07-03 00:00","","","","",25.1,20.2,18.3,12.4,9.1,6.7,2.9,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2014-02-06" +"23","017","2011","88101",1,44.551419,-70.546319,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",59,78,59,76,0,4,"","","Certification not required",0,7.622034,4.350112,25.1,"2013-11-15 00:00",20.2,"2013-01-04 00:00",18.3,"2013-02-15 00:00",13.9,"2013-07-03 00:00","","","","",25.1,20.2,18.3,12.4,9.1,6.7,2.9,"Rumford Avenue Parking Lot (RAP)","RUMFORD AVENUE AREA PARKING LOT","Maine","Oxford","Rumford (census name for Rumford Compact)","","2014-02-06" +"23","017","3001","44201",1,44.250922,-70.860605,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4920,98,180,183,0,216,0,0,"Certification not required",558,0.0365,0.011009,0.07,"2013-04-29 12:00",0.069,"2013-04-30 16:00",0.062,"2013-04-28 14:00",0.059,"2013-05-01 16:00","","","","",0.069,0.059,0.055,0.053,0.047,0.04,0.027,"","ROUTE 5, NORTH LOVELL DOT","Maine","Oxford","","","2013-10-04" +"23","017","3001","44201",1,44.250922,-70.860605,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4914,95,174,183,0,0,0,0,"Certification not required",0,0.030879,0.010379,0.056,"2013-04-27 09:00",0.053,"2013-05-01 09:00",0.053,"2013-05-07 11:00",0.052,"2013-03-31 10:00","","","","",0.053,0.052,0.051,0.048,0.042,0.034,0.023,"","ROUTE 5, NORTH LOVELL DOT","Maine","Oxford","","","2013-10-04" +"23","017","3001","44201",1,44.250922,-70.860605,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4914,95,174,183,0,0,0,0,"Certification not required",0,0.030879,0.010379,0.056,"2013-04-27 09:00",0.053,"2013-05-01 09:00",0.053,"2013-05-07 11:00",0.052,"2013-03-31 10:00","","","","",0.053,0.052,0.051,0.048,0.042,0.034,0.023,"","ROUTE 5, NORTH LOVELL DOT","Maine","Oxford","","","2013-10-04" +"23","019","0002","43218",1,44.79886,-68.769675,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.214419,0.130863,0.82,"2013-02-15 00:00",0.46,"2013-01-04 00:00",0.46,"2013-01-28 00:00",0.36,"2013-04-10 00:00","","","","",0.82,0.82,0.46,0.32,0.28,0.16,0.11,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43372",1,44.79886,-68.769675,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43509",1,44.79886,-68.769675,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,1,"","","Certification not required",0,0.815476,0.477081,2.29,"2013-06-03 00:00",2.2,"2013-07-15 00:00",1.81,"2013-06-15 00:00",1.51,"2013-07-03 00:00","","","","",2.29,2.29,1.81,1.3,1.02,0.71,0.37,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43552",1,44.79886,-68.769675,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,4.591349,8.238538,41.36,"2013-07-15 00:00",34.48,"2013-08-14 00:00",21.96,"2013-08-20 00:00",8.288,"2013-09-07 00:00","","","","",41.36,41.36,21.96,7.652,3.372,2.088,1.092,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43560",1,44.79886,-68.769675,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,1,"","","Certification not required",0,0.695122,1.133806,5.23,"2013-08-14 00:00",3.92,"2013-08-20 00:00",3.36,"2013-07-15 00:00",2.5,"2013-05-28 00:00","","","","",5.23,5.23,3.36,2.1,0.55,0.33,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43801",1,44.79886,-68.769675,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.621628,0.165643,0.92,"2013-07-15 00:00",0.91,"2013-06-15 00:00",0.89,"2013-07-21 00:00",0.84,"2013-06-03 00:00","","","","",0.92,0.92,0.89,0.83,0.73,0.62,0.4,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43802",1,44.79886,-68.769675,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,1,"","","Certification not required",0,0.124762,0.055841,0.34,"2013-05-10 00:00",0.25,"2013-07-15 00:00",0.24,"2013-03-17 00:00",0.22,"2013-08-20 00:00","","","","",0.34,0.34,0.24,0.21,0.12,0.11,0.08,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43803",1,44.79886,-68.769675,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.030233,0.020058,0.14,"2013-07-03 00:00",0.06,"2013-06-15 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00","","","","",0.14,0.14,0.05,0.05,0.03,0.02,0.02,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43804",1,44.79886,-68.769675,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.123721,0.038793,0.28,"2013-07-03 00:00",0.2,"2013-06-15 00:00",0.18,"2013-06-09 00:00",0.18,"2013-07-21 00:00","","","","",0.28,0.28,0.18,0.16,0.14,0.12,0.08,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43811",1,44.79886,-68.769675,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.285814,0.07011,0.43,"2013-07-03 00:00",0.42,"2013-05-16 00:00",0.42,"2013-06-15 00:00",0.38,"2013-06-09 00:00","","","","",0.43,0.43,0.42,0.38,0.34,0.28,0.19,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43812",1,44.79886,-68.769675,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,1,"","","Certification not required",0,0.047692,0.035943,0.21,"2013-07-03 00:00",0.1,"2013-06-15 00:00",0.08,"2013-02-09 00:00",0.08,"2013-07-09 00:00","","","","",0.21,0.21,0.1,0.08,0.06,0.04,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43813",1,44.79886,-68.769675,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",0,0.007879,0.035598,0.2,"2013-07-03 00:00",0.05,"2013-06-15 00:00",0.01,"2013-06-21 00:00",0,"2013-03-05 00:00","","","","",0.2,0.2,0.05,0,0,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43814",1,44.79886,-68.769675,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,1,"","","Certification not required",0,0.027059,0.053684,0.29,"2013-07-03 00:00",0.1,"2013-06-15 00:00",0.07,"2013-05-10 00:00",0.06,"2013-06-03 00:00","","","","",0.29,0.29,0.1,0.06,0.04,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43815",1,44.79886,-68.769675,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.061395,0.08626,0.6,"2013-03-17 00:00",0.09,"2013-06-15 00:00",0.08,"2013-05-10 00:00",0.07,"2013-05-16 00:00","","","","",0.6,0.6,0.08,0.07,0.06,0.05,0.03,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43817",1,44.79886,-68.769675,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,1,"","","Certification not required",0,0.082381,0.08042,0.39,"2013-08-20 00:00",0.38,"2013-03-17 00:00",0.27,"2013-07-03 00:00",0.16,"2013-06-03 00:00","","","","",0.39,0.39,0.27,0.13,0.08,0.06,0.04,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43819",1,44.79886,-68.769675,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",0,0.006667,0.009574,0.02,"2013-05-10 00:00",0.02,"2013-06-03 00:00",0.02,"2013-06-09 00:00",0.02,"2013-06-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43820",1,44.79886,-68.769675,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",0,0.014545,0.041162,0.22,"2013-07-03 00:00",0.07,"2013-05-10 00:00",0.06,"2013-06-15 00:00",0.04,"2013-06-03 00:00","","","","",0.22,0.22,0.07,0.04,0,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43823",1,44.79886,-68.769675,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.6,0.140797,0.88,"2013-06-15 00:00",0.83,"2013-07-21 00:00",0.82,"2013-05-16 00:00",0.8,"2013-07-15 00:00","","","","",0.88,0.88,0.82,0.79,0.69,0.62,0.4,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43824",1,44.79886,-68.769675,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",0,0.011818,0.041567,0.23,"2013-07-03 00:00",0.06,"2013-05-10 00:00",0.04,"2013-08-20 00:00",0.03,"2013-06-15 00:00","","","","",0.23,0.23,0.06,0.03,0,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43826",1,44.79886,-68.769675,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.008372,0.034012,0.21,"2013-07-03 00:00",0.07,"2013-06-15 00:00",0.04,"2013-06-03 00:00",0.03,"2013-06-09 00:00","","","","",0.21,0.21,0.04,0.01,0,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43838",1,44.79886,-68.769675,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",32,0.020606,0.003482,0.04,"2013-06-15 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-11 00:00",0.02,"2013-03-17 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0.02,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43839",1,44.79886,-68.769675,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",32,0.044848,0.027852,0.2,"2013-07-03 00:00",0.04,"2013-03-05 00:00",0.04,"2013-03-11 00:00",0.04,"2013-03-17 00:00","","","","",0.2,0.2,0.04,0.04,0.04,0.04,0.04,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","43860",1,44.79886,-68.769675,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,1,"","","Certification not required",0,0.023684,0.038724,0.13,"2013-07-03 00:00",0.1,"2013-04-22 00:00",0.1,"2013-05-10 00:00",0.09,"2013-01-28 00:00","","","","",0.13,0.13,0.1,0.09,0.05,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45102",1,44.79886,-68.769675,"NAD83","Xylene(s)","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,1,"","","Certification not required",0,1.962424,2.48299,10.62,"2013-08-14 00:00",8.68,"2013-07-15 00:00",5.97,"2013-08-20 00:00",5.73,"2013-09-07 00:00","","","","",10.62,10.62,8.68,5.73,2.11,0.84,0.35,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45201",1,44.79886,-68.769675,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.108744,0.590854,3.492,"2013-02-15 00:00",2.04,"2013-01-04 00:00",2.004,"2013-02-27 00:00",1.824,"2013-07-03 00:00","","","","",3.492,3.492,2.004,1.776,1.41,1.044,0.45,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45202",1,44.79886,-68.769675,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,2.418837,2.952373,19.04,"2013-08-20 00:00",8.25,"2013-07-15 00:00",4.72,"2013-02-15 00:00",4.05,"2013-06-15 00:00","","","","",19.04,19.04,4.72,3.96,2.63,1.67,0.85,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45203",1,44.79886,-68.769675,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.577674,0.583666,2.52,"2013-07-15 00:00",2.41,"2013-08-14 00:00",1.87,"2013-08-20 00:00",1.49,"2013-07-03 00:00","","","","",2.52,2.52,1.87,1.35,0.71,0.36,0.16,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45204",1,44.79886,-68.769675,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.663256,0.751981,3.14,"2013-07-15 00:00",3.13,"2013-08-14 00:00",2.24,"2013-08-20 00:00",2.06,"2013-09-07 00:00","","","","",3.14,3.14,2.24,1.44,0.86,0.37,0.15,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45207",1,44.79886,-68.769675,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,1,"","","Certification not required",27,0.182821,0.206805,1.01,"2013-07-03 00:00",0.78,"2013-02-27 00:00",0.66,"2013-05-10 00:00",0.5,"2013-08-20 00:00","","","","",1.01,1.01,0.78,0.5,0.19,0.09,0.09,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45208",1,44.79886,-68.769675,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,1,"","","Certification not required",8,0.415238,0.465037,2.53,"2013-02-27 00:00",1.57,"2013-07-03 00:00",1.55,"2013-08-20 00:00",0.85,"2013-07-15 00:00","","","","",2.53,2.53,1.55,0.74,0.45,0.28,0.09,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45801",1,44.79886,-68.769675,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,1,"","","Certification not required",0,0.159412,0.194406,0.92,"2013-07-03 00:00",0.58,"2013-06-03 00:00",0.43,"2013-07-15 00:00",0.38,"2013-06-15 00:00","","","","",0.92,0.92,0.58,0.38,0.22,0.14,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45805",1,44.79886,-68.769675,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,1,"","","Certification not required",34,0.112778,0.119226,0.8,"2013-07-03 00:00",0.2,"2013-06-15 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-10 00:00","","","","",0.8,0.8,0.2,0.09,0.09,0.09,0.09,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45806",1,44.79886,-68.769675,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,1,"","","Certification not required",32,0.115588,0.13113,0.85,"2013-07-03 00:00",0.2,"2013-06-15 00:00",0.09,"2013-01-04 00:00",0.09,"2013-03-05 00:00","","","","",0.85,0.85,0.2,0.09,0.09,0.09,0.09,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45807",1,44.79886,-68.769675,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,1,"","","Certification not required",0,0.043529,0.062759,0.21,"2013-07-03 00:00",0.14,"2013-06-15 00:00",0.14,"2013-07-15 00:00",0.14,"2013-08-20 00:00","","","","",0.21,0.21,0.14,0.14,0.11,0,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","45850",1,44.79886,-68.769675,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,1,"","","Certification not required",5,0.359474,0.233423,1.14,"2013-07-03 00:00",0.86,"2013-07-09 00:00",0.8,"2013-07-15 00:00",0.66,"2013-08-20 00:00","","","","",1.14,1.14,0.86,0.66,0.47,0.34,0.05,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-01-03" +"23","019","0002","68105",1,44.79886,-68.769675,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",89,73,89,122,0,2,"","","Certification not required",0,11.716854,10.607793,29.4,"2013-07-15 00:00",28.5,"2013-07-06 00:00",26.7,"2013-06-24 00:00",26.2,"2013-07-18 00:00","","","","",29.4,28.5,25.6,23.4,20.8,13.9,-3.9,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2013-12-05" +"23","019","0002","68108",1,44.79886,-68.769675,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,2,"","","Certification not required",0,758.966292,6.124558,780,"2013-04-22 00:00",771,"2013-05-01 00:00",769,"2013-05-19 00:00",768,"2013-04-28 00:00","","","","",780,771,768,766,763,759,750,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2013-12-05" +"23","019","0002","81102",3,44.79886,-68.769675,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",51,84,51,61,0,9,0,0,"Certification not required",1,14.666667,7.643734,34,"2013-02-15 00:00",31,"2013-03-11 00:00",30,"2013-03-29 00:00",28,"2013-01-22 00:00","","","","",34,31,30,26,20,13,7,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-21" +"23","019","0002","85101",2,44.79886,-68.769675,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,3,"","","Certification not required",1,15.301887,8.224225,37,"2013-02-15 00:00",33,"2013-03-11 00:00",32,"2013-01-22 00:00",32,"2013-03-29 00:00","","","","",37,33,32,29,20,13,8,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-20" +"23","019","0002","86101",3,44.79886,-68.769675,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",52,85,51,61,0,9,"","","Certification not required",0,8.248077,5.901827,24.5,"2013-03-29 00:00",22,"2013-01-22 00:00",21.8,"2013-03-11 00:00",19.8,"2013-01-28 00:00","","","","",24.5,22,21.8,16.3,11,7.2,1.5,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-20" +"23","019","0002","88101",1,44.79886,-68.769675,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,4,0,0,"Certification not required",0,6.128704,3.354897,20.2,"2013-02-15 00:00",16.9,"2013-07-03 00:00",15.7,"2013-01-04 00:00",14.7,"2013-01-19 00:00","","","","",16.9,15.7,13.6,10.4,7.3,5.2,2.7,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-20" +"23","019","0002","88101",1,44.79886,-68.769675,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,4,"","","Certification not required",0,6.128704,3.354897,20.2,"2013-02-15 00:00",16.9,"2013-07-03 00:00",15.7,"2013-01-04 00:00",14.7,"2013-01-19 00:00","","","","",16.9,15.7,13.6,10.4,7.3,5.2,2.7,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-20" +"23","019","0002","88101",2,44.79886,-68.769675,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7731,88,335,365,0,1029,"","","Certification not required",0,6.068685,5.753412,72,"2013-04-12 03:00",52,"2013-01-09 11:00",50,"2013-01-09 09:00",43,"2013-01-09 10:00","","","","",26,23,17,13,8,5,1,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0002","88101",2,44.79886,-68.769675,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,0,0,"Certification not required",0,6.020317,4.336091,26,"2013-07-02 00:00",24.5,"2013-11-16 00:00",24.4,"2013-01-09 00:00",23.6,"2013-01-08 00:00","","","","",23.6,19.2,15.2,11.3,7.5,5.1,1.9,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0002","88101",2,44.79886,-68.769675,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,"","","Certification not required",0,6.020317,4.336091,26,"2013-07-02 00:00",24.5,"2013-11-16 00:00",24.4,"2013-01-09 00:00",23.6,"2013-01-08 00:00","","","","",23.6,19.2,15.2,11.3,7.5,5.1,1.9,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0002","88501",3,44.79886,-68.769675,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7503,100,148,122,0,1257,"","","Certification not required",0,3.921978,4.266644,50.1,"2013-02-11 10:00",48,"2013-02-11 07:00",47.4,"2013-04-12 03:00",38.2,"2013-02-11 03:00","","","","",18.8,15.7,11.8,9.1,5.6,3,0,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0002","88501",3,44.79886,-68.769675,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",309,100,109,122,0,0,"","","Certification not required",0,3.901294,3.307753,20.1,"2013-02-11 00:00",19,"2013-07-02 00:00",17.3,"2013-11-16 00:00",16.2,"2013-08-22 00:00","","","","",16.2,14.6,10.6,7.9,4.8,3.2,0.9,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0002","88502",1,44.79886,-68.769675,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7492,86,307,365,0,1268,"","","Certification not required",0,6.068526,4.711674,60.5,"2013-02-11 10:00",58.1,"2013-02-11 07:00",48.3,"2013-04-12 03:00",46.5,"2013-02-11 03:00","","","","",22.9,18.8,14.7,11.7,7.8,5,1.7,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0002","88502",1,44.79886,-68.769675,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",307,84,307,365,0,0,"","","Certification not required",0,6.064821,3.653264,25.2,"2013-02-11 00:00",21.9,"2013-11-16 00:00",21.7,"2013-07-02 00:00",19.1,"2013-01-08 00:00","","","","",19.1,18.8,13.1,10.7,7.1,5.3,2.8,"KENDUSKEAG PUMP STATION (BUILDING ROOF)","PUMP STATION-WASHINGTON ST.","Maine","Penobscot","Bangor","Bangor, ME","2014-02-05" +"23","019","0010","61101",1,44.8166,-68.82035,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8709,99,362,365,0,51,"","","Certification not required",0,5.803858,3.29418,27.4,"2013-01-31 06:00",27.4,"2013-01-31 08:00",25.8,"2013-01-31 07:00",25.5,"2013-01-31 05:00","","","","",15.7,14.2,11.9,10.2,7.7,5.1,2.1,"Maine Air National Guard Personnel Office (Building 489)","102 Ashley Ave; Suite 489","Maine","Penobscot","Bangor","Bangor, ME","2014-02-14" +"23","019","0010","61102",1,44.8166,-68.82035,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8709,99,362,365,0,51,"","","Certification not required",0,205.994259,102.820484,360,"2013-01-06 07:00",360,"2013-02-03 10:00",360,"2013-02-07 17:00",360,"2013-02-14 03:00","","","","",357,353,343,326,293,216,25,"Maine Air National Guard Personnel Office (Building 489)","102 Ashley Ave; Suite 489","Maine","Penobscot","Bangor","Bangor, ME","2014-02-14" +"23","019","0010","61103",1,44.8166,-68.82035,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8709,99,362,365,0,51,"","","Certification not required",0,5.552911,3.342551,27.3,"2013-01-31 06:00",27.2,"2013-01-31 08:00",25.6,"2013-01-31 07:00",25.4,"2013-01-31 05:00","","","","",15.5,14,11.6,10,7.6,4.9,1.7,"Maine Air National Guard Personnel Office (Building 489)","102 Ashley Ave; Suite 489","Maine","Penobscot","Bangor","Bangor, ME","2014-02-14" +"23","019","0010","61104",1,44.8166,-68.82035,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8709,99,362,365,0,51,"","","Certification not required",0,206.512573,102.652567,360,"2013-01-19 17:00",360,"2013-02-03 10:00",360,"2013-02-07 17:00",360,"2013-02-17 01:00","","","","",357,354,344,326,293,216,25,"Maine Air National Guard Personnel Office (Building 489)","102 Ashley Ave; Suite 489","Maine","Penobscot","Bangor","Bangor, ME","2014-02-14" +"23","019","0010","61106",1,44.8166,-68.82035,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8709,99,362,365,0,51,"","","Certification not required",0,14.3811,10.59525,82,"2013-12-28 00:00",80,"2013-03-10 12:00",80,"2013-10-06 13:00",76,"2013-01-11 15:00","","","","",56,49,39,28,16,11,7,"Maine Air National Guard Personnel Office (Building 489)","102 Ashley Ave; Suite 489","Maine","Penobscot","Bangor","Bangor, ME","2014-02-14" +"23","019","4008","44201",1,44.735978,-68.670752,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4749,99,182,183,0,387,0,0,"Certification not required",0,0.04128,0.011205,0.086,"2013-06-01 17:00",0.075,"2013-08-22 20:00",0.068,"2013-04-29 14:00",0.068,"2013-04-30 22:00","","","","",0.075,0.068,0.057,0.054,0.05,0.043,0.032,"WLBZ TV Transmitter Building - Summit of Rider Bluff","SUMMIT OF RIDER BLUFF (WLBZ TRANSMITTER)","Maine","Penobscot","","Bangor, ME","2013-10-03" +"23","019","4008","44201",1,44.735978,-68.670752,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4802,98,180,183,0,0,0,0,"Certification not required",0,0.037822,0.010677,0.076,"2013-06-01 13:00",0.065,"2013-04-29 13:00",0.065,"2013-08-22 15:00",0.064,"2013-04-30 16:00","","","","",0.065,0.064,0.055,0.052,0.047,0.041,0.029,"WLBZ TV Transmitter Building - Summit of Rider Bluff","SUMMIT OF RIDER BLUFF (WLBZ TRANSMITTER)","Maine","Penobscot","","Bangor, ME","2013-10-03" +"23","019","4008","44201",1,44.735978,-68.670752,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4802,98,180,183,0,0,1,1,"Certification not required",0,0.037822,0.010677,0.076,"2013-06-01 13:00",0.065,"2013-04-29 13:00",0.065,"2013-08-22 15:00",0.064,"2013-04-30 16:00","","","","",0.065,0.064,0.055,0.052,0.047,0.041,0.029,"WLBZ TV Transmitter Building - Summit of Rider Bluff","SUMMIT OF RIDER BLUFF (WLBZ TRANSMITTER)","Maine","Penobscot","","Bangor, ME","2013-10-03" +"23","019","9000","85101",1,44.94798,-68.64788,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,9.976724,5.791099,30.4382,"2013-02-15 00:00",23.9604,"2013-01-04 00:00",23.8188,"2013-01-28 00:00",16.4811,"2013-03-11 00:00","","","","",30.4382,30.4382,23.8188,14.8019,11.6068,9.3399,3.8082,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","86502",1,44.94798,-68.64788,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,5.452381,3.690478,16,"2013-01-28 00:00",16,"2013-02-15 00:00",12,"2013-02-09 00:00",10,"2013-03-11 00:00","","","","",16,16,12,9,7,6,1,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88103",1,44.94798,-68.64788,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,7.1e-05,0.000261,0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00",0.001,"2013-04-28 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88104",1,44.94798,-68.64788,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",1,0.024458,0.022205,0.1194,"2013-01-28 00:00",0.056,"2013-04-28 00:00",0.0555,"2013-01-22 00:00",0.0549,"2013-01-04 00:00","","","","",0.1194,0.1194,0.0555,0.0509,0.0334,0.021,0.0034,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88109",1,44.94798,-68.64788,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",2,0.001779,0.001123,0.0052,"2013-02-15 00:00",0.0051,"2013-03-11 00:00",0.0037,"2013-01-25 00:00",0.0032,"2013-04-07 00:00","","","","",0.0052,0.0052,0.0037,0.0031,0.0022,0.0016,0.0006,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88111",1,44.94798,-68.64788,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",2,0.014527,0.0094,0.0384,"2013-03-11 00:00",0.0336,"2013-04-07 00:00",0.0324,"2013-04-28 00:00",0.0307,"2013-04-25 00:00","","","","",0.0384,0.0384,0.0324,0.0288,0.019,0.0131,0.0018,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88112",1,44.94798,-68.64788,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88114",1,44.94798,-68.64788,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",14,0.000474,0.000436,0.0019,"2013-02-15 00:00",0.0017,"2013-01-04 00:00",0.0015,"2013-01-28 00:00",0.0011,"2013-01-19 00:00","","","","",0.0019,0.0019,0.0015,0.0011,0.0006,0.0003,0.00015,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88115",1,44.94798,-68.64788,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",3,0.056073,0.113455,0.4232,"2013-01-31 00:00",0.4021,"2013-03-08 00:00",0.3985,"2013-03-11 00:00",0.2472,"2013-02-21 00:00","","","","",0.4232,0.4232,0.3985,0.1775,0.0373,0.0035,0.0004,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88126",1,44.94798,-68.64788,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.021552,0.018238,0.094,"2013-01-28 00:00",0.0533,"2013-02-15 00:00",0.0481,"2013-01-04 00:00",0.0455,"2013-01-22 00:00","","","","",0.094,0.094,0.0481,0.0434,0.03,0.021,0.0027,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88128",1,44.94798,-68.64788,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.001095,0.001246,0.004,"2013-02-06 00:00",0.004,"2013-04-07 00:00",0.004,"2013-04-28 00:00",0.003,"2013-01-19 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88132",1,44.94798,-68.64788,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.000881,0.000739,0.003,"2013-01-28 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-06 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88136",1,44.94798,-68.64788,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,9.5e-05,0.000297,0.001,"2013-01-13 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-11 00:00",0.001,"2013-04-25 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88140",1,44.94798,-68.64788,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",10,0.016064,0.017683,0.0835,"2013-03-11 00:00",0.0541,"2013-03-08 00:00",0.0442,"2013-04-25 00:00",0.04,"2013-04-16 00:00","","","","",0.0835,0.0835,0.0442,0.0389,0.0249,0.0099,0.0011,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88152",1,44.94798,-68.64788,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",27,0.000765,0.001273,0.0064,"2013-02-15 00:00",0.004,"2013-04-07 00:00",0.0037,"2013-01-19 00:00",0.0021,"2013-02-06 00:00","","","","",0.0064,0.0064,0.0037,0.0018,0.001,0.00015,0.00015,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88154",1,44.94798,-68.64788,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",30,0.000163,0.000153,0.001,"2013-02-15 00:00",0.0004,"2013-01-10 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-02-27 00:00","","","","",0.001,0.001,0.0003,0.0003,0.0002,0.0001,0.0001,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88161",1,44.94798,-68.64788,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",7,0.001832,0.001524,0.0079,"2013-01-28 00:00",0.0041,"2013-04-28 00:00",0.004,"2013-02-06 00:00",0.0038,"2013-01-22 00:00","","","","",0.0079,0.0079,0.004,0.0035,0.0026,0.0017,0.0002,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88164",1,44.94798,-68.64788,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",12,0.00031,0.000334,0.0015,"2013-03-11 00:00",0.0013,"2013-02-15 00:00",0.0009,"2013-02-06 00:00",0.0007,"2013-04-16 00:00","","","","",0.0015,0.0015,0.0009,0.0007,0.0004,0.0002,5e-05,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88165",1,44.94798,-68.64788,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",5,0.046213,0.042768,0.2133,"2013-01-28 00:00",0.118,"2013-04-28 00:00",0.1076,"2013-02-06 00:00",0.1061,"2013-04-22 00:00","","","","",0.2133,0.2133,0.1076,0.0928,0.067,0.0386,0.0028,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88167",1,44.94798,-68.64788,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.005698,0.005502,0.0285,"2013-01-04 00:00",0.0173,"2013-01-19 00:00",0.0157,"2013-01-28 00:00",0.0152,"2013-02-15 00:00","","","","",0.0285,0.0285,0.0157,0.0108,0.0074,0.0041,0.0013,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88168",1,44.94798,-68.64788,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",25,0.00021,0.000154,0.0009,"2013-03-11 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-01-01 00:00",0.0004,"2013-01-25 00:00","","","","",0.0009,0.0009,0.0004,0.0004,0.0002,0.00015,0.0001,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88169",1,44.94798,-68.64788,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.305929,0.183268,0.9512,"2013-02-15 00:00",0.742,"2013-01-04 00:00",0.5943,"2013-03-11 00:00",0.5667,"2013-04-25 00:00","","","","",0.9512,0.9512,0.5943,0.5262,0.3741,0.2533,0.1253,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88176",1,44.94798,-68.64788,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",32,0.000257,0.000233,0.001,"2013-01-04 00:00",0.0009,"2013-01-07 00:00",0.0009,"2013-01-28 00:00",0.0008,"2013-02-15 00:00","","","","",0.001,0.001,0.0009,0.0005,0.0002,0.00015,0.00015,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88180",1,44.94798,-68.64788,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.060143,0.056339,0.2768,"2013-01-04 00:00",0.1813,"2013-02-15 00:00",0.1782,"2013-01-28 00:00",0.1668,"2013-01-19 00:00","","","","",0.2768,0.2768,0.1782,0.1454,0.0718,0.037,0.0213,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88184",1,44.94798,-68.64788,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",3,0.128642,0.138357,0.7131,"2013-03-11 00:00",0.3759,"2013-03-08 00:00",0.3164,"2013-01-31 00:00",0.3007,"2013-04-07 00:00","","","","",0.7131,0.7131,0.3164,0.2919,0.1909,0.0832,0.0091,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88185",1,44.94798,-68.64788,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",36,0.000656,0.000247,0.0016,"2013-01-28 00:00",0.0012,"2013-03-17 00:00",0.0012,"2013-04-13 00:00",0.001,"2013-03-02 00:00","","","","",0.0016,0.0016,0.0012,0.0009,0.0007,0.00065,0.0004,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88203",1,44.94798,-68.64788,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",1,0.166562,0.21436,0.9986,"2013-03-11 00:00",0.6049,"2013-03-08 00:00",0.5897,"2013-01-31 00:00",0.4957,"2013-04-07 00:00","","","","",0.9986,0.9986,0.5897,0.4395,0.2005,0.0753,0.0168,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88306",1,44.94798,-68.64788,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",1,0.341787,0.404742,2.2498,"2013-02-15 00:00",1.4835,"2013-01-04 00:00",1.1236,"2013-01-19 00:00",0.668,"2013-03-11 00:00","","","","",2.2498,2.2498,1.1236,0.504,0.3379,0.2753,0.0695,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88320",1,44.94798,-68.64788,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.882143,0.815513,3.77,"2013-01-04 00:00",3.2,"2013-01-19 00:00",2.81,"2013-02-15 00:00",2.03,"2013-01-07 00:00","","","","",3.77,3.77,2.81,2.03,1.01,0.54,0.31,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88321",1,44.94798,-68.64788,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.200476,0.210063,0.93,"2013-01-04 00:00",0.77,"2013-01-19 00:00",0.66,"2013-02-15 00:00",0.59,"2013-01-28 00:00","","","","",0.93,0.93,0.66,0.42,0.24,0.12,0.04,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88324",1,44.94798,-68.64788,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",31,0.045377,0.077687,0.3831,"2013-01-19 00:00",0.3629,"2013-01-04 00:00",0.1057,"2013-01-16 00:00",0.1012,"2013-02-15 00:00","","","","",0.3831,0.3831,0.1057,0.0775,0.0299,0.0228,0.0101,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88325",1,44.94798,-68.64788,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",5,0.171913,0.167183,0.7395,"2013-01-04 00:00",0.6409,"2013-01-19 00:00",0.574,"2013-02-15 00:00",0.436,"2013-01-07 00:00","","","","",0.7395,0.7395,0.574,0.4064,0.1916,0.1077,0.03285,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88326",1,44.94798,-68.64788,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",5,0.276051,0.277353,1.2057,"2013-01-04 00:00",0.9705,"2013-02-15 00:00",0.9692,"2013-01-19 00:00",0.7622,"2013-04-28 00:00","","","","",1.2057,1.2057,0.9692,0.711,0.2699,0.1713,0.03745,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88327",1,44.94798,-68.64788,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.224619,0.232942,0.9636,"2013-01-04 00:00",0.919,"2013-01-19 00:00",0.854,"2013-02-15 00:00",0.6119,"2013-01-07 00:00","","","","",0.9636,0.9636,0.854,0.602,0.2361,0.1377,0.0604,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88328",1,44.94798,-68.64788,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.17086,0.098008,0.5025,"2013-01-04 00:00",0.3215,"2013-01-16 00:00",0.3143,"2013-02-15 00:00",0.2844,"2013-01-19 00:00","","","","",0.5025,0.5025,0.3143,0.2747,0.2365,0.1646,0.0471,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88329",1,44.94798,-68.64788,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.33906,0.28395,1.373,"2013-01-04 00:00",0.9802,"2013-01-19 00:00",0.9,"2013-02-15 00:00",0.7905,"2013-01-28 00:00","","","","",1.373,1.373,0.9,0.647,0.419,0.2571,0.1,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88330",1,44.94798,-68.64788,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",5,0.032508,0.019993,0.0801,"2013-02-27 00:00",0.0778,"2013-01-19 00:00",0.0648,"2013-03-17 00:00",0.0627,"2013-03-14 00:00","","","","",0.0801,0.0801,0.0648,0.062,0.0444,0.0324,0.0037,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88331",1,44.94798,-68.64788,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",21,0.000465,0.002772,0.018,"2013-02-15 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.018,0.018,0.0001,0.0001,0.0001,5e-05,0,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88338",1,44.94798,-68.64788,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",39,0.017469,0.00607,0.0414,"2013-04-22 00:00",0.0276,"2013-04-19 00:00",0.0273,"2013-04-10 00:00",0.02395,"2013-02-09 00:00","","","","",0.0414,0.0414,0.0273,0.0238,0.0234,0.01525,0.0121,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88339",1,44.94798,-68.64788,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,1.261911,0.755954,3.92358,"2013-02-15 00:00",3.06067,"2013-01-04 00:00",2.45153,"2013-03-11 00:00",2.33747,"2013-04-25 00:00","","","","",3.92358,3.92358,2.45153,2.17037,1.54312,1.04486,0.51695,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88344",1,44.94798,-68.64788,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.440833,0.522192,2.9022,"2013-02-15 00:00",1.9137,"2013-01-04 00:00",1.4494,"2013-01-19 00:00",0.862,"2013-03-11 00:00","","","","",2.9022,2.9022,1.4494,0.6507,0.4359,0.3551,0.0897,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88348",1,44.94798,-68.64788,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.248102,0.210354,1.0785,"2013-01-28 00:00",0.5816,"2013-04-28 00:00",0.5221,"2013-04-22 00:00",0.5051,"2013-02-06 00:00","","","","",1.0785,1.0785,0.5221,0.4954,0.3619,0.23,0.0351,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88350",1,44.94798,-68.64788,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,1.589288,1.468267,6.7936,"2013-01-04 00:00",5.7532,"2013-01-19 00:00",5.0636,"2013-02-15 00:00",3.6601,"2013-01-28 00:00","","","","",6.7936,6.7936,5.0636,3.6486,1.8266,0.9805,0.5526,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88403",1,44.94798,-68.64788,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,0.919612,0.580966,3.0443,"2013-02-15 00:00",2.2297,"2013-01-04 00:00",2.0465,"2013-03-11 00:00",1.7199,"2013-04-25 00:00","","","","",3.0443,3.0443,2.0465,1.5986,1.0541,0.741,0.375,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","019","9000","88502",1,44.94798,-68.64788,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,22,61,0,9,"","","Certification not required",0,3.983333,2.957827,14.7,"2013-01-04 00:00",13.8,"2013-02-15 00:00",9,"2013-01-19 00:00",7.3,"2013-04-28 00:00","","","","",14.7,14.7,9,6.9,4.2,3.3,1.6,"Penobscot","21-55 Wabanaki Way, Old Town, ME","Maine","Penobscot","","Bangor, ME","2014-01-28" +"23","023","0006","44201",1,44.005,-69.82778,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4064,84,153,183,0,352,0,0,"Certification not required",34,0.042405,0.010714,0.087,"2013-06-01 15:00",0.078,"2013-08-22 16:00",0.071,"2013-05-31 17:00",0.068,"2013-08-21 19:00","","","","",0.078,0.068,0.06,0.055,0.048,0.044,0.034,"BOWDOINHAM, MERRYMEETING BAY, BROWN'S PT (BMB)","BROWN'S POINT ROAD, Bowdoinham","Maine","Sagadahoc","","Portland-South Portland-Biddeford, ME","2013-09-09" +"23","023","0006","44201",1,44.005,-69.82778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4094,83,152,183,0,0,0,0,"Certification not required",0,0.038276,0.009652,0.073,"2013-06-01 11:00",0.064,"2013-08-22 11:00",0.061,"2013-05-31 14:00",0.061,"2013-08-21 15:00","","","","",0.064,0.061,0.055,0.05,0.045,0.041,0.03,"BOWDOINHAM, MERRYMEETING BAY, BROWN'S PT (BMB)","BROWN'S POINT ROAD, Bowdoinham","Maine","Sagadahoc","","Portland-South Portland-Biddeford, ME","2013-09-09" +"23","023","0006","44201",1,44.005,-69.82778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4094,83,152,183,0,0,0,0,"Certification not required",0,0.038276,0.009652,0.073,"2013-06-01 11:00",0.064,"2013-08-22 11:00",0.061,"2013-05-31 14:00",0.061,"2013-08-21 15:00","","","","",0.064,0.061,0.055,0.05,0.045,0.041,0.03,"BOWDOINHAM, MERRYMEETING BAY, BROWN'S PT (BMB)","BROWN'S POINT ROAD, Bowdoinham","Maine","Sagadahoc","","Portland-South Portland-Biddeford, ME","2013-09-09" +"23","029","0019","44201",1,44.531907,-67.59587,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4890,100,183,183,0,246,0,0,"Certification not required",25,0.04112,0.011841,0.084,"2013-07-19 21:00",0.073,"2013-05-31 21:00",0.073,"2013-09-21 12:00",0.071,"2013-07-20 03:00","","","","",0.073,0.071,0.062,0.056,0.049,0.044,0.032,"Harbor Masters Office; Jonesport Public Landing","PUBLIC LANDING, Jonesport","Maine","Washington","","","2013-10-03" +"23","029","0019","44201",1,44.531907,-67.59587,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4884,98,180,183,0,0,0,0,"Certification not required",0,0.037517,0.011276,0.079,"2013-07-19 16:00",0.069,"2013-09-21 06:00",0.066,"2013-06-01 11:00",0.062,"2013-08-22 13:00","","","","",0.069,0.062,0.056,0.052,0.047,0.04,0.029,"Harbor Masters Office; Jonesport Public Landing","PUBLIC LANDING, Jonesport","Maine","Washington","","","2013-10-03" +"23","029","0019","44201",1,44.531907,-67.59587,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4884,98,180,183,0,0,1,1,"Certification not required",0,0.037517,0.011276,0.079,"2013-07-19 16:00",0.069,"2013-09-21 06:00",0.066,"2013-06-01 11:00",0.062,"2013-08-22 13:00","","","","",0.069,0.062,0.056,0.052,0.047,0.04,0.029,"Harbor Masters Office; Jonesport Public Landing","PUBLIC LANDING, Jonesport","Maine","Washington","","","2013-10-03" +"23","029","0032","44201",1,44.963633,-67.060728,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3516,32,58,183,0,108,0,0,"Certification not required",3,0.044672,0.00769,0.057,"2013-04-05 14:00",0.057,"2013-04-30 15:00",0.056,"2013-05-16 00:00",0.055,"2013-04-01 02:00","","","","",0.057,0.057,0.056,0.054,0.05,0.048,0.046,"","184 COUNTY ROAD","Maine","Washington","","","2013-06-11" +"23","029","0032","44201",1,44.963633,-67.060728,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3520,31,57,183,0,0,0,0,"Certification not required",0,0.041667,0.007261,0.054,"2013-05-15 21:00",0.052,"2013-03-31 23:00",0.052,"2013-04-01 00:00",0.052,"2013-04-04 12:00","","","","",0.054,0.052,0.052,0.052,0.048,0.046,0.044,"","184 COUNTY ROAD","Maine","Washington","","","2013-06-11" +"23","029","0032","44201",1,44.963633,-67.060728,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3520,31,57,183,0,0,0,0,"Certification not required",0,0.041667,0.007261,0.054,"2013-05-15 21:00",0.052,"2013-03-31 23:00",0.052,"2013-04-01 00:00",0.052,"2013-04-04 12:00","","","","",0.054,0.052,0.052,0.052,0.048,0.046,0.044,"","184 COUNTY ROAD","Maine","Washington","","","2013-06-11" +"23","029","1004","85101",1,45.125837,-67.265408,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,4.212142,2.385796,11.5843,"2013-05-31 00:00",10.4149,"2013-03-11 00:00",9.6963,"2013-05-04 00:00",9.5759,"2013-02-15 00:00","","","","",11.5843,11.5843,9.6963,7.5554,4.9727,3.9345,1.7707,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","86502",1,45.125837,-67.265408,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.136364,1.231201,5,"2013-03-11 00:00",4,"2013-05-04 00:00",4,"2013-05-31 00:00",3,"2013-02-15 00:00","","","","",5,5,4,3,2,1,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88103",1,45.125837,-67.265408,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,6.8e-05,0.000255,0.001,"2013-01-25 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-09 00:00",0,"2013-01-13 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88104",1,45.125837,-67.265408,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",4,0.010768,0.007209,0.0312,"2013-04-28 00:00",0.0306,"2013-04-22 00:00",0.0223,"2013-04-07 00:00",0.0221,"2013-05-28 00:00","","","","",0.0312,0.0312,0.0223,0.0205,0.014,0.0099,0.002,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88109",1,45.125837,-67.265408,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",1,0.001477,0.000944,0.0039,"2013-01-25 00:00",0.0037,"2013-03-11 00:00",0.0032,"2013-02-15 00:00",0.0028,"2013-03-17 00:00","","","","",0.0039,0.0039,0.0032,0.0027,0.0021,0.0014,0.0003,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88111",1,45.125837,-67.265408,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",4,0.013173,0.009956,0.0445,"2013-05-04 00:00",0.04,"2013-03-11 00:00",0.0336,"2013-04-07 00:00",0.0264,"2013-03-08 00:00","","","","",0.0445,0.0445,0.0336,0.0246,0.018,0.0119,0.0018,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88112",1,45.125837,-67.265408,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88114",1,45.125837,-67.265408,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",19,0.000258,0.000173,0.0008,"2013-02-15 00:00",0.0007,"2013-02-06 00:00",0.0005,"2013-01-19 00:00",0.0005,"2013-01-22 00:00","","","","",0.0008,0.0008,0.0005,0.0005,0.0004,0.0002,0.0001,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88115",1,45.125837,-67.265408,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",8,0.098514,0.219189,0.9146,"2013-03-11 00:00",0.8629,"2013-05-04 00:00",0.7372,"2013-03-08 00:00",0.4311,"2013-05-19 00:00","","","","",0.9146,0.9146,0.7372,0.2221,0.0634,0.0134,0.00015,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88126",1,45.125837,-67.265408,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",6,0.009718,0.007045,0.0259,"2013-04-07 00:00",0.0238,"2013-04-22 00:00",0.0222,"2013-04-28 00:00",0.0219,"2013-05-31 00:00","","","","",0.0259,0.0259,0.0222,0.0199,0.0146,0.0079,0.0009,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88128",1,45.125837,-67.265408,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.000591,0.000658,0.002,"2013-01-19 00:00",0.002,"2013-01-25 00:00",0.002,"2013-02-06 00:00",0.002,"2013-04-07 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88132",1,45.125837,-67.265408,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.000614,0.000579,0.002,"2013-01-25 00:00",0.002,"2013-04-07 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88136",1,45.125837,-67.265408,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88140",1,45.125837,-67.265408,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",10,0.014395,0.015891,0.072,"2013-03-11 00:00",0.065,"2013-05-04 00:00",0.0453,"2013-02-15 00:00",0.043,"2013-03-08 00:00","","","","",0.072,0.072,0.0453,0.0306,0.0182,0.01,0.00105,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88152",1,45.125837,-67.265408,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",21,0.001235,0.001582,0.0074,"2013-05-31 00:00",0.0045,"2013-04-10 00:00",0.0042,"2013-04-25 00:00",0.0039,"2013-05-16 00:00","","","","",0.0074,0.0074,0.0042,0.0036,0.002,0.0005,0.00015,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88154",1,45.125837,-67.265408,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",29,0.000155,8.7e-05,0.0004,"2013-01-19 00:00",0.0004,"2013-03-11 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-02-09 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88161",1,45.125837,-67.265408,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",9,0.000984,0.000817,0.0042,"2013-01-25 00:00",0.0026,"2013-01-28 00:00",0.0022,"2013-04-07 00:00",0.0021,"2013-04-28 00:00","","","","",0.0042,0.0042,0.0022,0.002,0.0016,0.0008,0.0002,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88164",1,45.125837,-67.265408,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",9,0.000194,0.000136,0.0005,"2013-04-19 00:00",0.0005,"2013-05-10 00:00",0.0004,"2013-02-15 00:00",0.0004,"2013-02-24 00:00","","","","",0.0005,0.0005,0.0004,0.0004,0.0003,0.0002,5e-05,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88165",1,45.125837,-67.265408,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",7,0.021591,0.019856,0.0764,"2013-04-22 00:00",0.0713,"2013-04-28 00:00",0.0659,"2013-04-07 00:00",0.0524,"2013-05-31 00:00","","","","",0.0764,0.0764,0.0659,0.0485,0.0279,0.0146,0.0027,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88167",1,45.125837,-67.265408,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.002743,0.002099,0.0092,"2013-01-25 00:00",0.0069,"2013-05-28 00:00",0.0063,"2013-02-18 00:00",0.006,"2013-01-28 00:00","","","","",0.0092,0.0092,0.0063,0.0058,0.004,0.0021,0.0004,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88168",1,45.125837,-67.265408,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",26,0.000219,0.000191,0.0011,"2013-05-04 00:00",0.0007,"2013-03-11 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-01-25 00:00","","","","",0.0011,0.0011,0.0005,0.0004,0.0003,0.00015,0.0001,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88169",1,45.125837,-67.265408,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.268875,0.16222,0.7989,"2013-05-31 00:00",0.611,"2013-02-15 00:00",0.556,"2013-04-07 00:00",0.541,"2013-03-14 00:00","","","","",0.7989,0.7989,0.556,0.5086,0.3453,0.2217,0.0948,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88176",1,45.125837,-67.265408,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",37,0.000197,0.000133,0.0009,"2013-01-25 00:00",0.0004,"2013-01-19 00:00",0.0004,"2013-02-18 00:00",0.0004,"2013-04-07 00:00","","","","",0.0009,0.0009,0.0004,0.0004,0.00015,0.00015,0.00015,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88180",1,45.125837,-67.265408,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.042398,0.040384,0.1757,"2013-02-18 00:00",0.1631,"2013-01-25 00:00",0.1437,"2013-05-28 00:00",0.1094,"2013-04-04 00:00","","","","",0.1757,0.1757,0.1437,0.0978,0.0442,0.0289,0.0074,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88184",1,45.125837,-67.265408,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",4,0.159527,0.189468,0.8776,"2013-03-11 00:00",0.7941,"2013-05-04 00:00",0.5197,"2013-03-08 00:00",0.3379,"2013-02-24 00:00","","","","",0.8776,0.8776,0.5197,0.3324,0.2302,0.1025,0.0058,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88185",1,45.125837,-67.265408,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",40,0.000677,0.000291,0.0018,"2013-01-19 00:00",0.0017,"2013-02-06 00:00",0.0015,"2013-05-04 00:00",0.0008,"2013-01-22 00:00","","","","",0.0018,0.0018,0.0015,0.00065,0.00065,0.00065,0.0004,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88203",1,45.125837,-67.265408,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.189565,0.296391,1.3391,"2013-03-11 00:00",1.2708,"2013-05-04 00:00",1.0057,"2013-03-08 00:00",0.5521,"2013-05-19 00:00","","","","",1.3391,1.3391,1.0057,0.5073,0.2024,0.0863,0.014,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88306",1,45.125837,-67.265408,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.209354,0.16997,0.7976,"2013-02-15 00:00",0.7517,"2013-01-19 00:00",0.5268,"2013-01-10 00:00",0.4758,"2013-01-04 00:00","","","","",0.7976,0.7976,0.5268,0.4412,0.296,0.1706,0.0371,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88320",1,45.125837,-67.265408,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.39375,0.242948,1.39,"2013-05-31 00:00",0.85,"2013-02-15 00:00",0.79,"2013-01-19 00:00",0.71,"2013-01-04 00:00","","","","",1.39,1.39,0.79,0.71,0.5,0.35,0.14,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88321",1,45.125837,-67.265408,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.059583,0.042724,0.16,"2013-05-31 00:00",0.15,"2013-01-04 00:00",0.14,"2013-02-15 00:00",0.14,"2013-03-29 00:00","","","","",0.16,0.16,0.14,0.13,0.09,0.05,0.01,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88324",1,45.125837,-67.265408,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",43,0.021849,0.009901,0.063,"2013-01-19 00:00",0.038,"2013-05-31 00:00",0.037,"2013-04-04 00:00",0.035,"2013-04-22 00:00","","","","",0.063,0.063,0.037,0.0312,0.03025,0.0167,0.01035,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88325",1,45.125837,-67.265408,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",15,0.082045,0.061041,0.3621,"2013-05-31 00:00",0.2282,"2013-02-15 00:00",0.16,"2013-05-16 00:00",0.1561,"2013-01-10 00:00","","","","",0.3621,0.3621,0.16,0.1557,0.1031,0.0757,0.03265,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88326",1,45.125837,-67.265408,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",12,0.111118,0.062783,0.2996,"2013-05-31 00:00",0.223,"2013-01-19 00:00",0.2189,"2013-01-04 00:00",0.2169,"2013-05-28 00:00","","","","",0.2996,0.2996,0.2189,0.2,0.151,0.1,0.03415,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88327",1,45.125837,-67.265408,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.090092,0.048682,0.2406,"2013-05-31 00:00",0.2026,"2013-02-15 00:00",0.1953,"2013-01-04 00:00",0.1614,"2013-01-19 00:00","","","","",0.2406,0.2406,0.1953,0.1594,0.1176,0.0859,0.0286,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88328",1,45.125837,-67.265408,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.103894,0.075439,0.4462,"2013-05-31 00:00",0.2324,"2013-05-16 00:00",0.2232,"2013-02-15 00:00",0.1912,"2013-05-28 00:00","","","","",0.4462,0.4462,0.2232,0.185,0.1443,0.0794,0.0331,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88329",1,45.125837,-67.265408,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.146573,0.101951,0.5515,"2013-05-31 00:00",0.318,"2013-02-15 00:00",0.2987,"2013-01-19 00:00",0.2967,"2013-05-16 00:00","","","","",0.5515,0.5515,0.2987,0.2838,0.2057,0.115,0.0476,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88330",1,45.125837,-67.265408,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",8,0.017293,0.013935,0.054,"2013-05-31 00:00",0.0467,"2013-03-29 00:00",0.0457,"2013-02-15 00:00",0.0437,"2013-05-28 00:00","","","","",0.054,0.054,0.0457,0.0427,0.027,0.0157,0.0018,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88331",1,45.125837,-67.265408,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",20,0.000103,0.000431,0.003,"2013-05-28 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-14 00:00",0.00015,"2013-03-17 00:00","","","","",0.003,0.003,0.00015,0.00015,0.0001,0,0,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88338",1,45.125837,-67.265408,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",47,0.016636,0.007187,0.0554,"2013-01-07 00:00",0.02495,"2013-02-09 00:00",0.0248,"2013-02-06 00:00",0.0244,"2013-02-21 00:00","","","","",0.0554,0.0554,0.0248,0.0243,0.01685,0.01585,0.0112,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88339",1,45.125837,-67.265408,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,1.109133,0.669172,3.29563,"2013-05-31 00:00",2.52046,"2013-02-15 00:00",2.29362,"2013-04-07 00:00",2.23171,"2013-03-14 00:00","","","","",3.29563,3.29563,2.29362,2.0981,1.4244,0.91443,0.39117,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88344",1,45.125837,-67.265408,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.269865,0.219498,1.0289,"2013-02-15 00:00",0.9697,"2013-01-19 00:00",0.6796,"2013-01-10 00:00",0.6138,"2013-01-04 00:00","","","","",1.0289,1.0289,0.6796,0.5691,0.3816,0.2201,0.0479,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88348",1,45.125837,-67.265408,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.123695,0.093393,0.3589,"2013-04-22 00:00",0.3369,"2013-04-28 00:00",0.3347,"2013-04-07 00:00",0.2757,"2013-05-04 00:00","","","","",0.3589,0.3589,0.3347,0.2544,0.1615,0.1006,0.0172,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88350",1,45.125837,-67.265408,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.70999,0.437003,2.495,"2013-05-31 00:00",1.5368,"2013-02-15 00:00",1.4177,"2013-01-19 00:00",1.2861,"2013-01-04 00:00","","","","",2.495,2.495,1.4177,1.2748,0.9047,0.6349,0.245,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88403",1,45.125837,-67.265408,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.843532,0.489219,2.2942,"2013-05-31 00:00",1.9712,"2013-02-15 00:00",1.7634,"2013-04-07 00:00",1.6752,"2013-03-14 00:00","","","","",2.2942,2.2942,1.7634,1.562,1.2128,0.7068,0.2707,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","029","1004","88502",1,45.125837,-67.265408,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,2.581818,1.439521,7.2,"2013-05-31 00:00",6,"2013-02-15 00:00",5.3,"2013-03-11 00:00",5.2,"2013-05-04 00:00","","","","",7.2,7.2,5.3,4.8,3.2,2.3,0.9,"","Moosehorn NWR","Maine","Washington","Calais","","2014-01-28" +"23","031","0038","44201",1,43.656764,-70.629138,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5049,100,183,183,0,87,0,0,"Certification not required",484,0.040951,0.010577,0.069,"2013-04-29 15:00",0.069,"2013-04-30 16:00",0.068,"2013-04-28 15:00",0.066,"2013-06-01 16:00","","","","",0.069,0.066,0.058,0.056,0.049,0.043,0.034,"WBFD - West Buxton (Hollis) Fire Department","34 Town Farm Road, HOLLIS","Maine","York","","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","0038","44201",1,43.656764,-70.629138,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5077,100,183,183,0,0,0,0,"Certification not required",0,0.036863,0.010454,0.066,"2013-04-30 10:00",0.065,"2013-04-28 12:00",0.065,"2013-04-29 11:00",0.063,"2013-06-01 10:00","","","","",0.065,0.063,0.055,0.052,0.046,0.04,0.03,"WBFD - West Buxton (Hollis) Fire Department","34 Town Farm Road, HOLLIS","Maine","York","","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","0038","44201",1,43.656764,-70.629138,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5077,100,183,183,0,0,0,0,"Certification not required",0,0.036863,0.010454,0.066,"2013-04-30 10:00",0.065,"2013-04-28 12:00",0.065,"2013-04-29 11:00",0.063,"2013-06-01 10:00","","","","",0.065,0.063,0.055,0.052,0.046,0.04,0.03,"WBFD - West Buxton (Hollis) Fire Department","34 Town Farm Road, HOLLIS","Maine","York","","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","0040","44201",1,43.58889,-70.87734,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4894,99,181,183,0,137,0,0,"Certification not required",434,0.041552,0.011096,0.074,"2013-04-29 16:00",0.071,"2013-04-28 15:00",0.07,"2013-04-30 15:00",0.068,"2013-06-01 13:00","","","","",0.071,0.068,0.06,0.056,0.05,0.042,0.033,"SBP - Shapleigh Ball Park","Rt. 11, Shapleigh Ball Park, West Newfield Road, Shapleigh, Maine","Maine","York","","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","0040","44201",1,43.58889,-70.87734,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4921,98,180,183,0,0,0,0,"Certification not required",0,0.037722,0.010753,0.069,"2013-04-29 11:00",0.067,"2013-04-28 09:00",0.067,"2013-04-30 08:00",0.064,"2013-06-01 09:00","","","","",0.067,0.064,0.055,0.053,0.046,0.038,0.029,"SBP - Shapleigh Ball Park","Rt. 11, Shapleigh Ball Park, West Newfield Road, Shapleigh, Maine","Maine","York","","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","0040","44201",1,43.58889,-70.87734,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4921,98,180,183,0,0,0,0,"Certification not required",0,0.037722,0.010753,0.069,"2013-04-29 11:00",0.067,"2013-04-28 09:00",0.067,"2013-04-30 08:00",0.064,"2013-06-01 09:00","","","","",0.067,0.064,0.055,0.053,0.046,0.038,0.029,"SBP - Shapleigh Ball Park","Rt. 11, Shapleigh Ball Park, West Newfield Road, Shapleigh, Maine","Maine","York","","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","2002","44201",1,43.343167,-70.471034,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3990,92,168,183,0,34,0,0,"Certification not required",24,0.046548,0.014894,0.101,"2013-05-31 15:00",0.098,"2013-06-01 13:00",0.098,"2013-09-11 16:00",0.097,"2013-08-22 15:00","","","","",0.098,0.097,0.076,0.065,0.053,0.044,0.031,"KPW - Kennebunkport Parson'd Way","OCEAN AVE / PARSONS WAY, KENNEBUNKPORT","Maine","York","Kennebunkport","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","2002","44201",1,43.343167,-70.471034,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4019,91,167,183,0,0,0,0,"Certification not required",0,0.041371,0.012314,0.084,"2013-09-11 12:00",0.081,"2013-06-01 10:00",0.076,"2013-05-31 12:00",0.076,"2013-08-22 11:00","","","","",0.081,0.076,0.064,0.056,0.049,0.04,0.028,"KPW - Kennebunkport Parson'd Way","OCEAN AVE / PARSONS WAY, KENNEBUNKPORT","Maine","York","Kennebunkport","Portland-South Portland-Biddeford, ME","2013-10-04" +"23","031","2002","44201",1,43.343167,-70.471034,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4019,91,167,183,0,0,4,4,"Certification not required",0,0.041371,0.012314,0.084,"2013-09-11 12:00",0.081,"2013-06-01 10:00",0.076,"2013-05-31 12:00",0.076,"2013-08-22 11:00","","","","",0.081,0.076,0.064,0.056,0.049,0.04,0.028,"KPW - Kennebunkport Parson'd Way","OCEAN AVE / PARSONS WAY, KENNEBUNKPORT","Maine","York","Kennebunkport","Portland-South Portland-Biddeford, ME","2013-10-04" +"24","003","0014","44201",1,38.9025,-76.653056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4914,96,205,214,0,221,0,0,"Certification not required",251,0.052078,0.01291,0.086,"2013-07-17 13:00",0.082,"2013-06-24 13:00",0.08,"2013-08-26 15:00",0.079,"2013-07-18 14:00","","","","",0.08,0.077,0.072,0.069,0.06,0.052,0.035," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-06" +"24","003","0014","44201",1,38.9025,-76.653056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4907,95,204,214,0,0,0,0,"Certification not required",0,0.046436,0.012086,0.076,"2013-07-17 10:00",0.073,"2013-04-28 14:00",0.071,"2013-05-17 13:00",0.071,"2013-07-18 10:00","","","","",0.071,0.069,0.067,0.061,0.055,0.048,0.029," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-06" +"24","003","0014","44201",1,38.9025,-76.653056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4907,95,204,214,0,0,1,1,"Certification not required",0,0.046436,0.012086,0.076,"2013-07-17 10:00",0.073,"2013-04-28 14:00",0.071,"2013-05-17 13:00",0.071,"2013-07-18 10:00","","","","",0.071,0.069,0.067,0.061,0.055,0.048,0.029," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-06" +"24","003","0014","61101",1,38.9025,-76.653056,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6432,73,268,365,0,118,"","","Certification not required",0,3.473165,2.329904,16.2,"2013-03-06 11:00",15.9,"2013-03-06 14:00",15.8,"2013-03-06 13:00",15.4,"2013-03-06 12:00","","","","",10.9,9.9,8.2,6.7,4.6,2.9,1," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-12" +"24","003","0014","61102",1,38.9025,-76.653056,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6432,73,268,365,0,118,"","","Certification not required",0,209.552083,104.53908,359,"2013-01-12 07:00",359,"2013-01-26 15:00",359,"2013-02-06 17:00",359,"2013-02-09 07:00","","","","",357,354,347,338,296,237,51," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-12" +"24","003","0014","62101",1,38.9025,-76.653056,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,0,"","","Certification not required",0,57.70626,17.321614,92,"2013-07-18 14:00",92,"2013-07-18 15:00",91,"2013-07-18 12:00",91,"2013-07-18 13:00","","","","",88,86,82,79,72,61,33," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-12" +"24","003","0014","62201",1,38.9025,-76.653056,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6550,75,273,365,0,0,"","","Certification not required",0,65.990992,19.707544,94,"2013-01-13 08:00",94,"2013-01-13 17:00",94,"2013-01-13 18:00",94,"2013-01-13 19:00","","","","",93,93,92,91,85,67,39," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-12" +"24","003","0014","64101",1,38.9025,-76.653056,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6550,75,273,365,0,0,"","","Certification not required",0,1010.831756,6.596322,1029,"2013-01-10 09:00",1029,"2013-01-10 10:00",1029,"2013-01-27 09:00",1029,"2013-01-27 10:00","","","","",1026,1024,1022,1019,1015,1011,1002," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-12" +"24","003","0014","65102",1,38.9025,-76.653056,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6550,75,273,365,0,0,"","","Certification not required",0,0.004005,0.040135,1.88,"2013-07-12 03:00",1.07,"2013-06-02 18:00",0.69,"2013-09-12 16:00",0.66,"2013-08-13 20:00","","","","",0.12,0.04,0,0,0,0,0," Davidsonville","Davidsonville Recreation Center, 3801 Queen Anne Bridge Road","Maryland","Anne Arundel","","Baltimore-Towson, MD","2013-11-12" +"24","003","1003","68105",1,39.169533,-76.627933,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,31,114,365,0,0,"","","Certification not required",0,15.005263,10.078364,32.7,"2013-07-18 00:00",31.4,"2013-07-06 00:00",30.9,"2013-07-15 00:00",29.5,"2013-09-01 00:00","","","","",31.4,30.9,29,27.3,23.9,15.3,2.4,"GLEN BURNIE"," ANNE ARUNDEL CO. PUBLIC WORKS BLDG. 7409 BALTIMORE ANNAPOLIS BLVD.","Maryland","Anne Arundel","Glen Burnie","Baltimore-Towson, MD","2014-02-12" +"24","003","1003","68108",1,39.169533,-76.627933,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,31,114,365,0,0,"","","Certification not required",0,761.973684,4.605615,773,"2013-01-10 00:00",773,"2013-04-22 00:00",771,"2013-01-08 00:00",770,"2013-05-01 00:00","","","","",773,771,769,767,765,762,756,"GLEN BURNIE"," ANNE ARUNDEL CO. PUBLIC WORKS BLDG. 7409 BALTIMORE ANNAPOLIS BLVD.","Maryland","Anne Arundel","Glen Burnie","Baltimore-Towson, MD","2014-02-12" +"24","003","1003","81102",1,39.169533,-76.627933,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",54,87,53,61,0,0,0,0,"Certification not required",0,13.796296,7.253833,47,"2013-08-26 00:00",27,"2013-12-18 00:00",26,"2013-01-28 00:00",26,"2013-10-04 00:00","","","","",47,27,26,22,16,12,7,"GLEN BURNIE"," ANNE ARUNDEL CO. PUBLIC WORKS BLDG. 7409 BALTIMORE ANNAPOLIS BLVD.","Maryland","Anne Arundel","Glen Burnie","Baltimore-Towson, MD","2014-02-12" +"24","003","1003","81102",2,39.169533,-76.627933,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,13.857143,6.737759,42,"2013-08-26 00:00",27,"2013-01-28 00:00",26,"2013-01-26 00:00",25,"2013-12-18 00:00","","","","",42,27,26,24,17,13,7,"GLEN BURNIE"," ANNE ARUNDEL CO. PUBLIC WORKS BLDG. 7409 BALTIMORE ANNAPOLIS BLVD.","Maryland","Anne Arundel","Glen Burnie","Baltimore-Towson, MD","2014-02-12" +"24","003","1003","88101",1,39.169533,-76.627933,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,0,0,"Certification not required",0,8.914035,4.961817,30.4,"2013-01-28 00:00",22.1,"2013-07-18 00:00",20.2,"2013-12-18 00:00",19.6,"2013-11-15 00:00","","","","",22.1,20.2,19.2,16.5,11.1,8,3.7,"GLEN BURNIE"," ANNE ARUNDEL CO. PUBLIC WORKS BLDG. 7409 BALTIMORE ANNAPOLIS BLVD.","Maryland","Anne Arundel","Glen Burnie","Baltimore-Towson, MD","2014-02-12" +"24","003","1003","88101",1,39.169533,-76.627933,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,"","","Certification not required",0,8.914035,4.961817,30.4,"2013-01-28 00:00",22.1,"2013-07-18 00:00",20.2,"2013-12-18 00:00",19.6,"2013-11-15 00:00","","","","",22.1,20.2,19.2,16.5,11.1,8,3.7,"GLEN BURNIE"," ANNE ARUNDEL CO. PUBLIC WORKS BLDG. 7409 BALTIMORE ANNAPOLIS BLVD.","Maryland","Anne Arundel","Glen Burnie","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","44201",1,39.462024,-76.631261,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5092,98,210,214,0,33,0,0,"Certification not required",362,0.051814,0.01343,0.093,"2013-05-31 12:00",0.093,"2013-09-11 13:00",0.087,"2013-07-17 14:00",0.085,"2013-07-18 16:00","","","","",0.087,0.081,0.073,0.069,0.061,0.052,0.034,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-06" +"24","005","1007","44201",1,39.462024,-76.631261,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5090,98,210,214,0,0,0,0,"Certification not required",0,0.045767,0.011616,0.076,"2013-05-31 10:00",0.074,"2013-07-17 11:00",0.071,"2013-09-11 10:00",0.068,"2013-06-05 12:00","","","","",0.071,0.067,0.064,0.06,0.055,0.046,0.03,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-06" +"24","005","1007","44201",1,39.462024,-76.631261,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5090,98,210,214,0,0,1,1,"Certification not required",0,0.045767,0.011616,0.076,"2013-05-31 10:00",0.074,"2013-07-17 11:00",0.071,"2013-09-11 10:00",0.068,"2013-06-05 12:00","","","","",0.071,0.067,0.064,0.06,0.055,0.046,0.03,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-06" +"24","005","1007","61101",1,39.462024,-76.631261,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6378,73,261,365,0,162,"","","Certification not required",0,4.876685,2.94202,19,"2013-01-31 09:00",18.8,"2013-01-31 06:00",18.3,"2013-01-31 15:00",17.5,"2013-01-31 10:00","","","","",14.4,13.2,11.1,8.9,6.1,4.3,1.7,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-18" +"24","005","1007","61102",1,39.462024,-76.631261,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6367,73,261,365,0,162,"","","Certification not required",0,192.247526,128.969411,359,"2013-01-02 05:00",359,"2013-01-02 06:00",359,"2013-01-03 03:00",359,"2013-01-14 12:00","","","","",358,356,352,343,322,215,22,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-18" +"24","005","1007","62101",1,39.462024,-76.631261,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6448,74,266,365,0,92,"","","Certification not required",0,56.404311,18.205925,93,"2013-07-18 14:00",93,"2013-07-18 15:00",93,"2013-07-19 14:00",93,"2013-07-19 15:00","","","","",88,86,82,79,72,59,32,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-18" +"24","005","1007","62201",1,39.462024,-76.631261,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6448,74,266,365,0,92,"","","Certification not required",0,63.751861,18.491871,94,"2013-01-13 07:00",94,"2013-01-13 08:00",94,"2013-01-13 09:00",94,"2013-01-13 10:00","","","","",92,92,90,88,81,64,39,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-18" +"24","005","1007","64101",1,39.462024,-76.631261,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6438,73,266,365,0,102,"","","Certification not required",0,1002.516931,6.571858,1021,"2013-04-21 09:00",1021,"2013-04-21 10:00",1021,"2013-04-21 23:00",1020,"2013-01-10 09:00","","","","",1017,1016,1013,1011,1007,1003,994,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-18" +"24","005","1007","65102",1,39.462024,-76.631261,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6448,74,266,365,0,92,"","","Certification not required",0,0.003006,0.022967,0.49,"2013-06-10 02:00",0.4,"2013-05-11 15:00",0.39,"2013-04-19 18:00",0.39,"2013-08-07 23:00","","","","",0.09,0.04,0,0,0,0,0,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2013-11-18" +"24","005","1007","68105",1,39.462024,-76.631261,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,89,106,122,0,0,"","","Certification not required",0,11.597222,9.467025,29.6,"2013-07-18 00:00",28.6,"2013-07-06 00:00",28.1,"2013-07-15 00:00",26.7,"2013-05-31 00:00","","","","",28.6,28.1,26.3,24.4,20.2,11.9,0.1,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","68105",2,39.462024,-76.631261,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",52,100,29,31,0,0,"","","Certification not required",0,11.25,9.915278,28.1,"2013-07-06 00:00",27.5,"2013-07-15 00:00",25.7,"2013-09-01 00:00",25.1,"2013-07-21 00:00","","","","",28.1,27.5,25.7,23.9,19.4,13.5,-2.3,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","68108",1,39.462024,-76.631261,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,106,122,0,0,"","","Certification not required",0,752.435185,4.474796,763,"2013-01-10 00:00",763,"2013-04-22 00:00",763,"2013-11-21 00:00",759,"2013-01-07 00:00","","","","",763,763,758,758,756,753,746,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","68108",2,39.462024,-76.631261,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,100,29,31,0,0,"","","Certification not required",0,752.365385,4.883059,763,"2013-01-10 00:00",763,"2013-04-22 00:00",762,"2013-11-25 00:00",760,"2013-11-24 00:00","","","","",763,763,762,757,756,752,748,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","88101",1,39.462024,-76.631261,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,88,107,122,0,0,0,0,"Certification not required",0,8.363889,4.440562,26.5,"2013-01-28 00:00",19.9,"2013-10-31 00:00",19.7,"2013-07-18 00:00",19.5,"2013-02-06 00:00","","","","",19.9,19.7,17.8,13.7,10.7,7.6,3.7,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","88101",1,39.462024,-76.631261,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,88,107,122,0,0,"","","Certification not required",0,8.363889,4.440562,26.5,"2013-01-28 00:00",19.9,"2013-10-31 00:00",19.7,"2013-07-18 00:00",19.5,"2013-02-06 00:00","","","","",19.9,19.7,17.8,13.7,10.7,7.6,3.7,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","88101",2,39.462024,-76.631261,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,82,50,61,0,0,0,0,"Certification not required",0,8.319231,4.571267,26.9,"2013-01-28 00:00",20,"2013-10-31 00:00",17.9,"2013-07-09 00:00",17.8,"2013-02-03 00:00","","","","",26.9,26.9,17.9,12.5,9.8,7.5,4.5,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","1007","88101",2,39.462024,-76.631261,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,82,50,61,0,0,"","","Certification not required",0,8.319231,4.571267,26.9,"2013-01-28 00:00",20,"2013-10-31 00:00",17.9,"2013-07-09 00:00",17.8,"2013-02-03 00:00","","","","",26.9,26.9,17.9,12.5,9.8,7.5,4.5,"Padonia","Padonia Elementary School, 9834 Greenside Drive","Maryland","Baltimore","Cockeysville","Baltimore-Towson, MD","2014-02-12" +"24","005","3001","42101",1,39.310833,-76.474444,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6519,74,273,365,0,31,0,0,"Certification not required",20,0.195981,0.157874,2.2,"2013-01-29 07:00",2,"2013-01-29 06:00",2,"2013-04-02 05:00",1.9,"2013-01-29 08:00","","","","",1,0.7,0.4,0.3,0.2,0.2,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42101",1,39.310833,-76.474444,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6549,75,273,365,0,0,0,0,"Certification not required",0,0.198397,0.136997,1.4,"2013-01-29 08:00",1.4,"2013-01-29 09:00",1.4,"2013-01-29 10:00",1.3,"2013-01-08 06:00",1.4,"2013-01-29 08:00",1.3,"2013-01-08 06:00",0.8,0.6,0.4,0.3,0.2,0.2,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42401",1,39.310833,-76.474444,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6396,73,268,365,0,154,0,"","Certification not required",0,3.717537,3.95164,31.3,"2013-09-11 11:00",24.5,"2013-07-02 16:00",24,"2013-07-18 16:00",20.7,"2013-09-20 10:00","","","","",24,15.6,10.7,8.4,4.2,2.4,1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42401",1,39.310833,-76.474444,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6396,73,268,365,0,154,"","","Certification not required",0,1.273108,1.500252,31.3,"2013-09-11 11:00",24.5,"2013-07-02 16:00",24,"2013-07-18 16:00",20.7,"2013-09-20 10:00","","","","",7.6,5.7,3.6,2.4,1.4,0.9,0.4,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42401",1,39.310833,-76.474444,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,1.273134,0.785607,4.6,"2013-07-02 00:00",4.4,"2013-01-03 00:00",4.2,"2013-01-25 00:00",4,"2013-01-02 00:00","","","","",4.2,3.8,3,2.3,1.5,1,0.5,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42401",1,39.310833,-76.474444,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2106,72,267,365,0,0,"",0,"Certification not required",0,1.240218,1.297226,15.8,"2013-07-02 17:00",12.7,"2013-07-18 17:00",11.8,"2013-09-11 11:00",11.8,"2013-09-29 11:00","","","","",6.7,5.1,3.5,2.4,1.4,0.9,0.4,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42401",2,39.310833,-76.474444,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",76218,73,268,365,0,2395,"","","Certification not required",0,1.276395,1.672065,75.6,"2013-09-11 11:25",74.4,"2013-09-11 11:30",56.3,"2013-09-11 11:35",43,"2013-09-20 10:05","","","","",8,5.7,3.5,2.4,1.4,0.9,0.4,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42601",2,39.310833,-76.474444,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6489,74,273,365,0,61,"","","Certification not required",0,4.070889,14.234348,214,"2013-01-08 06:00",209,"2013-01-08 05:00",206,"2013-01-29 08:00",196,"2013-01-29 07:00","","","","",74,47,18,6.5,2,0.8,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42602",2,39.310833,-76.474444,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6489,74,273,365,0,61,0,"","Certification not required",0,22.29304,10.373158,51,"2013-03-15 04:00",47.6,"2013-04-03 04:00",45.5,"2013-04-04 04:00",43.9,"2013-05-16 07:00","","","","",45.5,43,40.1,36.7,30,21.1,8.6,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42602",2,39.310833,-76.474444,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6489,74,273,365,0,61,"","","Certification not required",0,9.886793,8.448713,51,"2013-03-15 04:00",47.6,"2013-04-03 04:00",47,"2013-03-15 19:00",47,"2013-03-15 20:00","","","","",38,34,29,22.1,13,6.8,2.6,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","42603",1,39.310833,-76.474444,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6489,74,273,365,0,61,"","","Certification not required",0,14.144753,20.24831,257,"2013-01-08 06:00",247,"2013-01-08 05:00",244,"2013-01-29 08:00",226,"2013-01-09 07:00","","","","",108,82,47,29,15.1,8,3,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-07" +"24","005","3001","43000",1,39.310833,-76.474444,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,46,"","","Certification not required",0,48.687121,38.832788,311.33,"2013-06-19 19:00",305.01,"2013-06-16 01:00",296.6,"2013-06-15 22:00",294.62,"2013-06-15 23:00","","","","",203.96,166.39,126.39,96.95,57.4,34.83,19.03,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43000",2,39.310833,-76.474444,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,66.706818,27.857473,139,"2013-02-15 00:00",130.8,"2013-01-28 00:00",111.9,"2013-09-25 00:00",111.5,"2013-04-10 00:00","","","","",139,139,111.9,104.4,84.9,63.4,32,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43102",3,39.310833,-76.474444,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,58.175164,43.578888,351.21,"2013-06-16 01:00",345.79,"2013-06-15 22:00",345.22,"2013-06-15 23:00",331.36,"2013-06-19 19:00","","","","",236.65,194.21,145.96,111,67.39,42.66,25.26,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43102",4,39.310833,-76.474444,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,109.341364,38.933466,194.56,"2013-09-25 00:00",177.25,"2013-02-15 00:00",162.9,"2013-01-28 00:00",162.89,"2013-08-20 00:00","","","","",194.56,194.56,162.9,161.28,142.41,106.73,56.49,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43141",1,39.310833,-76.474444,"NAD83","n-Dodecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1667,0.145,0.288994,8.26,"2013-06-07 09:00",3.03,"2013-07-15 17:00",2.26,"2013-06-16 01:00",1.95,"2013-08-03 09:00","","","","",1.16,0.88,0.59,0.41,0.05,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43141",2,39.310833,-76.474444,"NAD83","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",4,1.059091,1.240378,4.56,"2013-06-21 00:00",4.04,"2013-06-27 00:00",3.98,"2013-07-27 00:00",3.52,"2013-04-16 00:00","","","","",4.56,4.56,3.98,3.21,1.56,0.46,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43202",1,39.310833,-76.474444,"NAD83","Ethane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",3,9.018656,8.390889,189.41,"2013-08-28 16:00",93.19,"2013-08-28 15:00",66.87,"2013-08-28 17:00",64.81,"2013-08-28 18:00","","","","",34.47,30.58,24.16,18.3,11.12,6.48,3.06,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43202",2,39.310833,-76.474444,"NAD83","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,11.908182,5.681727,26.67,"2013-01-28 00:00",24.74,"2013-02-15 00:00",23.7,"2013-01-04 00:00",22.58,"2013-01-10 00:00","","","","",26.67,26.67,23.7,20.41,15.2,10.99,5.68,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43203",1,39.310833,-76.474444,"NAD83","Ethylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",4,1.322402,1.091168,12.95,"2013-06-15 21:00",11.17,"2013-06-15 23:00",10.59,"2013-06-15 20:00",10,"2013-06-16 00:00","","","","",5.57,4.63,3.31,2.46,1.58,1,0.49,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43203",2,39.310833,-76.474444,"NAD83","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.417955,1.601091,7.75,"2013-01-28 00:00",7.51,"2013-02-15 00:00",5.48,"2013-01-16 00:00",5.38,"2013-01-10 00:00","","","","",7.75,7.75,5.48,5.1,2.74,1.89,1.12,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43204",1,39.310833,-76.474444,"NAD83","Propane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",3,4.154082,3.374564,61.23,"2013-06-19 19:00",30.12,"2013-08-10 06:00",27.3,"2013-08-12 20:00",22.46,"2013-07-23 19:00","","","","",16.01,13.48,10.7,8.11,5.12,3.21,1.43,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43204",2,39.310833,-76.474444,"NAD83","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,6.363636,3.609564,16.41,"2013-01-28 00:00",15.97,"2013-02-15 00:00",13.51,"2013-05-16 00:00",12.64,"2013-01-04 00:00","","","","",16.41,16.41,13.51,11.65,7.81,5.97,2.79,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43205",1,39.310833,-76.474444,"NAD83","Propylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",3,0.947275,0.596808,6.85,"2013-06-15 23:00",6.14,"2013-06-15 21:00",6.05,"2013-06-16 00:00",5.9,"2013-06-15 22:00","","","","",3.24,2.86,2.04,1.54,1.07,0.77,0.49,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43205",2,39.310833,-76.474444,"NAD83","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.028182,0.55388,2.87,"2013-02-15 00:00",2.61,"2013-01-28 00:00",2.04,"2013-01-10 00:00",2.03,"2013-01-16 00:00","","","","",2.87,2.87,2.04,1.67,1.23,0.92,0.51,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43206",1,39.310833,-76.474444,"NAD83","Acetylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",25,0.483638,0.461464,6.73,"2013-08-10 22:00",5.99,"2013-07-07 11:00",5.65,"2013-06-02 22:00",5.51,"2013-06-03 07:00","","","","",2.24,1.79,1.18,0.87,0.55,0.36,0.19,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43206",2,39.310833,-76.474444,"NAD83","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.151591,2.625614,12.99,"2013-02-15 00:00",10.79,"2013-01-28 00:00",7.81,"2013-01-10 00:00",7.23,"2013-02-03 00:00","","","","",12.99,12.99,7.81,7.16,4.13,2.14,1.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43207",1,39.310833,-76.474444,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.139048,0.00983,0.16,"2013-03-11 00:00",0.16,"2013-03-29 00:00",0.16,"2013-05-16 00:00",0.16,"2013-05-22 00:00","","","","",0.16,0.16,0.16,0.14,0.14,0.14,0.12,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43208",1,39.310833,-76.474444,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.042381,0.009055,0.08,"2013-03-05 00:00",0.06,"2013-03-23 00:00",0.06,"2013-04-28 00:00",0.06,"2013-05-22 00:00","","","","",0.08,0.08,0.06,0.06,0.04,0.04,0.04,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43212",1,39.310833,-76.474444,"NAD83","n-Butane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",3,2.141217,2.192562,60.68,"2013-06-19 19:00",20.65,"2013-07-02 19:00",19.39,"2013-06-19 20:00",19.1,"2013-06-16 19:00","","","","",8.67,7.49,5.68,4.15,2.53,1.54,0.75,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43212",2,39.310833,-76.474444,"NAD83","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.866364,2.784495,12.2,"2013-01-28 00:00",11.66,"2013-02-15 00:00",10.09,"2013-04-10 00:00",8.86,"2013-01-10 00:00","","","","",12.2,12.2,10.09,8.8,4.52,3.08,1.51,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43214",1,39.310833,-76.474444,"NAD83","Isobutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",4,1.007823,0.881843,18.31,"2013-07-02 19:00",6.44,"2013-06-19 19:00",5.46,"2013-06-15 22:00",5.41,"2013-07-15 19:00","","","","",3.93,3.42,2.72,2.13,1.26,0.71,0.35,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43214",2,39.310833,-76.474444,"NAD83","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.4325,0.795397,3.74,"2013-01-28 00:00",3.39,"2013-02-15 00:00",3.1,"2013-01-10 00:00",2.91,"2013-01-16 00:00","","","","",3.74,3.74,3.1,2.58,1.66,1.3,0.58,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43216",1,39.310833,-76.474444,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",5,0.257856,0.076183,0.95,"2013-06-15 23:00",0.85,"2013-06-16 00:00",0.79,"2013-06-15 22:00",0.77,"2013-07-08 06:00","","","","",0.54,0.48,0.39,0.35,0.28,0.24,0.19,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43216",2,39.310833,-76.474444,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",18,0.116818,0.083687,0.44,"2013-01-10 00:00",0.31,"2013-02-15 00:00",0.29,"2013-01-28 00:00",0.29,"2013-04-10 00:00","","","","",0.44,0.44,0.29,0.19,0.14,0.11,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43217",1,39.310833,-76.474444,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",7,0.331311,0.080491,1.02,"2013-06-15 23:00",0.86,"2013-07-16 11:00",0.85,"2013-06-16 00:00",0.82,"2013-06-15 22:00","","","","",0.62,0.54,0.48,0.43,0.37,0.32,0.25,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43217",2,39.310833,-76.474444,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",16,0.114091,0.061882,0.27,"2013-02-15 00:00",0.27,"2013-04-10 00:00",0.24,"2013-01-28 00:00",0.2,"2013-01-10 00:00","","","","",0.27,0.27,0.24,0.19,0.15,0.11,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43218",1,39.310833,-76.474444,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.109524,0.118547,0.4,"2013-07-21 00:00",0.3,"2013-01-28 00:00",0.3,"2013-05-04 00:00",0.3,"2013-07-03 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43220",1,39.310833,-76.474444,"NAD83","n-Pentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",4,2.56346,5.121581,71.38,"2013-08-21 02:00",67.21,"2013-08-16 06:00",64.84,"2013-06-16 01:00",61.23,"2013-08-21 03:00","","","","",26.79,18.04,7.7,4.52,2.3,1.26,0.65,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43220",2,39.310833,-76.474444,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.353636,3.072004,16.77,"2013-09-25 00:00",9.41,"2013-09-07 00:00",9.29,"2013-09-19 00:00",7.98,"2013-02-15 00:00","","","","",16.77,16.77,9.29,6.85,3.91,2.51,1.08,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43221",1,39.310833,-76.474444,"NAD83","Isopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",6,3.611479,3.260321,23.41,"2013-08-21 02:00",23.15,"2013-08-02 20:00",23.03,"2013-06-16 01:00",22.67,"2013-06-15 22:00","","","","",16.84,14.12,10.45,7.64,4.32,2.39,1.21,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43221",2,39.310833,-76.474444,"NAD83","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,4.135682,2.126237,8.98,"2013-04-10 00:00",8.71,"2013-02-15 00:00",7.91,"2013-09-25 00:00",7.63,"2013-01-28 00:00","","","","",8.98,8.98,7.91,6.97,5.75,4.25,1.81,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43224",1,39.310833,-76.474444,"NAD83","1-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",546,0.173226,0.131657,1.03,"2013-06-15 23:00",0.99,"2013-06-15 22:00",0.98,"2013-08-03 00:00",0.94,"2013-08-02 20:00","","","","",0.64,0.55,0.44,0.35,0.22,0.14,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43224",2,39.310833,-76.474444,"NAD83","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.258636,0.098844,0.45,"2013-08-02 00:00",0.4,"2013-08-20 00:00",0.4,"2013-09-25 00:00",0.39,"2013-04-10 00:00","","","","",0.45,0.45,0.4,0.38,0.35,0.28,0.13,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43226",1,39.310833,-76.474444,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",92,0.291639,0.261255,2.34,"2013-08-02 20:00",2.28,"2013-06-15 23:00",2.15,"2013-08-03 00:00",2.07,"2013-06-15 22:00","","","","",1.38,1.14,0.85,0.59,0.33,0.2,0.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43226",2,39.310833,-76.474444,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.334318,0.183397,0.76,"2013-04-10 00:00",0.69,"2013-08-02 00:00",0.63,"2013-09-25 00:00",0.59,"2013-02-15 00:00","","","","",0.76,0.76,0.63,0.59,0.47,0.35,0.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43227",1,39.310833,-76.474444,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",724,0.15449,0.136613,1.35,"2013-06-26 15:00",1.13,"2013-08-02 20:00",1.08,"2013-06-15 23:00",1.07,"2013-06-15 22:00","","","","",0.69,0.57,0.43,0.32,0.18,0.12,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43227",2,39.310833,-76.474444,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",13,0.172273,0.096686,0.36,"2013-08-02 00:00",0.34,"2013-04-10 00:00",0.32,"2013-09-25 00:00",0.31,"2013-07-15 00:00","","","","",0.36,0.36,0.32,0.3,0.24,0.2,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43230",1,39.310833,-76.474444,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",58,0.780272,0.689662,5.86,"2013-06-15 22:00",5.69,"2013-06-15 23:00",5.05,"2013-07-20 11:00",4.98,"2013-08-02 21:00","","","","",3.53,3.01,2.25,1.63,0.92,0.55,0.27,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43230",2,39.310833,-76.474444,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.908636,0.429854,1.83,"2013-04-10 00:00",1.65,"2013-02-15 00:00",1.61,"2013-08-02 00:00",1.53,"2013-09-25 00:00","","","","",1.83,1.83,1.61,1.52,1.26,0.87,0.41,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43231",1,39.310833,-76.474444,"NAD83","n-Hexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,1.088736,0.962819,8.12,"2013-06-15 22:00",7.97,"2013-06-15 23:00",7.45,"2013-06-16 00:00",6.71,"2013-07-20 11:00","","","","",4.8,4.35,3.12,2.24,1.3,0.75,0.39,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43231",2,39.310833,-76.474444,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.070909,0.524275,2.09,"2013-04-10 00:00",2,"2013-02-15 00:00",2,"2013-09-25 00:00",1.94,"2013-08-02 00:00","","","","",2.09,2.09,2,1.86,1.5,1.05,0.44,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43231",3,39.310833,-76.474444,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.67381,0.536956,2.5,"2013-05-16 00:00",1.8,"2013-09-25 00:00",1.4,"2013-05-10 00:00",1.4,"2013-08-02 00:00","","","","",2.5,2.5,1.4,1.3,0.9,0.7,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43232",1,39.310833,-76.474444,"NAD83","n-Heptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",166,0.645908,0.588533,7.08,"2013-07-15 08:00",4.8,"2013-07-20 11:00",4.77,"2013-06-16 01:00",4.42,"2013-06-15 23:00","","","","",2.9,2.43,1.84,1.34,0.77,0.47,0.21,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43232",2,39.310833,-76.474444,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.622727,0.302973,1.3,"2013-09-25 00:00",1.21,"2013-04-10 00:00",1.15,"2013-02-15 00:00",1.06,"2013-08-02 00:00","","","","",1.3,1.3,1.15,1.01,0.83,0.59,0.25,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43232",3,39.310833,-76.474444,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",8,0.465,0.297315,1.54,"2013-05-16 00:00",0.98,"2013-04-10 00:00",0.91,"2013-05-10 00:00",0.91,"2013-09-25 00:00","","","","",1.54,1.54,0.91,0.84,0.63,0.42,0.105,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43233",1,39.310833,-76.474444,"NAD83","n-Octane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",476,0.298961,0.245037,1.85,"2013-06-15 23:00",1.74,"2013-06-15 22:00",1.69,"2013-07-20 11:00",1.65,"2013-06-16 01:00","","","","",1.14,1.02,0.78,0.61,0.39,0.25,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43233",2,39.310833,-76.474444,"NAD83","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.407955,0.206843,0.83,"2013-09-25 00:00",0.77,"2013-08-02 00:00",0.67,"2013-04-10 00:00",0.66,"2013-02-15 00:00","","","","",0.83,0.83,0.67,0.66,0.58,0.42,0.15,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43235",1,39.310833,-76.474444,"NAD83","n-Nonane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",709,0.248207,0.232942,2.08,"2013-07-30 20:00",1.6,"2013-06-05 01:00",1.47,"2013-06-15 22:00",1.46,"2013-06-16 00:00","","","","",1.1,0.96,0.7,0.55,0.33,0.2,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43235",2,39.310833,-76.474444,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.304773,0.18519,1.2,"2013-09-25 00:00",0.51,"2013-04-10 00:00",0.49,"2013-08-26 00:00",0.48,"2013-02-15 00:00","","","","",1.2,1.2,0.49,0.47,0.39,0.28,0.12,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43238",1,39.310833,-76.474444,"NAD83","n-Decane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",380,0.299836,0.257562,2.08,"2013-06-05 02:00",2.04,"2013-06-15 21:00",1.92,"2013-08-21 05:00",1.79,"2013-06-15 22:00","","","","",1.34,1.09,0.79,0.61,0.37,0.23,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43238",2,39.310833,-76.474444,"NAD83","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",2,0.755,0.790636,3.99,"2013-04-16 00:00",3.44,"2013-02-09 00:00",1.94,"2013-07-27 00:00",1.59,"2013-09-25 00:00","","","","",3.99,3.99,1.94,1.43,0.99,0.5,0.19,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43242",1,39.310833,-76.474444,"NAD83","Cyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",693,0.172912,0.193067,3.64,"2013-06-26 15:00",3.48,"2013-06-05 13:00",3.25,"2013-06-11 08:00",1.19,"2013-06-15 22:00","","","","",0.77,0.65,0.47,0.36,0.21,0.13,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43242",2,39.310833,-76.474444,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",6,0.205909,0.105661,0.44,"2013-04-10 00:00",0.38,"2013-02-15 00:00",0.37,"2013-08-02 00:00",0.35,"2013-01-28 00:00","","","","",0.44,0.44,0.37,0.35,0.3,0.21,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43243",1,39.310833,-76.474444,"NAD83","Isoprene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",21,1.765595,1.547409,13.07,"2013-07-06 19:00",10.73,"2013-07-06 20:00",10.72,"2013-07-17 07:00",10.64,"2013-07-05 20:00","","","","",7.51,6.55,4.88,3.62,2.34,1.37,0.32,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43243",2,39.310833,-76.474444,"NAD83","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",9,1.251818,1.46453,7.38,"2013-07-15 00:00",3.6,"2013-07-09 00:00",3.43,"2013-08-20 00:00",3.3,"2013-07-03 00:00","","","","",7.38,7.38,3.43,2.77,2.13,0.76,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43244",1,39.310833,-76.474444,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",507,0.166831,0.11863,1.01,"2013-06-15 22:00",0.91,"2013-06-15 23:00",0.85,"2013-06-16 00:00",0.8,"2013-06-16 01:00","","","","",0.59,0.52,0.41,0.31,0.21,0.14,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43244",2,39.310833,-76.474444,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.256364,0.104349,0.5,"2013-04-10 00:00",0.43,"2013-01-28 00:00",0.43,"2013-02-15 00:00",0.39,"2013-05-28 00:00","","","","",0.5,0.5,0.43,0.37,0.34,0.27,0.13,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43245",1,39.310833,-76.474444,"NAD83","1-Hexene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1090,0.120707,0.168442,3.46,"2013-06-20 14:00",2.49,"2013-06-20 11:00",1.94,"2013-06-20 13:00",1.83,"2013-06-12 17:00","","","","",0.8,0.61,0.33,0.2,0.13,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43245",2,39.310833,-76.474444,"NAD83","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",22,0.106136,0.067176,0.27,"2013-05-28 00:00",0.25,"2013-09-13 00:00",0.24,"2013-07-03 00:00",0.23,"2013-06-09 00:00","","","","",0.27,0.27,0.24,0.21,0.15,0.1,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43247",1,39.310833,-76.474444,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1802,0.181826,0.354743,2.64,"2013-06-15 23:00",2.62,"2013-08-02 21:00",2.52,"2013-06-15 22:00",2.49,"2013-06-19 20:00","","","","",1.64,1.39,1,0.66,0.05,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43247",2,39.310833,-76.474444,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.331364,0.171594,0.69,"2013-08-02 00:00",0.65,"2013-09-25 00:00",0.6,"2013-04-10 00:00",0.58,"2013-06-15 00:00","","","","",0.69,0.69,0.6,0.58,0.48,0.33,0.12,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43248",1,39.310833,-76.474444,"NAD83","Cyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1411,0.193975,0.247746,2.37,"2013-08-04 20:00",1.78,"2013-07-20 11:00",1.73,"2013-06-15 23:00",1.56,"2013-08-04 23:00","","","","",1.06,0.9,0.7,0.54,0.32,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43248",2,39.310833,-76.474444,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",2,0.257727,0.118574,0.46,"2013-02-15 00:00",0.46,"2013-04-10 00:00",0.44,"2013-09-25 00:00",0.41,"2013-01-28 00:00","","","","",0.46,0.46,0.44,0.41,0.35,0.28,0.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43248",3,39.310833,-76.474444,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",6,0.307143,0.287659,1.74,"2013-05-16 00:00",0.78,"2013-07-03 00:00",0.66,"2013-04-16 00:00",0.6,"2013-04-10 00:00","","","","",1.74,1.74,0.66,0.54,0.36,0.24,0.06,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43249",1,39.310833,-76.474444,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",173,0.665955,0.579269,7.99,"2013-07-23 19:00",4.84,"2013-06-15 23:00",4.54,"2013-06-15 22:00",4.22,"2013-06-16 00:00","","","","",2.86,2.5,1.82,1.34,0.78,0.51,0.22,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43249",2,39.310833,-76.474444,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.546364,0.180479,0.9,"2013-02-15 00:00",0.87,"2013-08-20 00:00",0.82,"2013-09-25 00:00",0.76,"2013-06-21 00:00","","","","",0.9,0.9,0.82,0.75,0.67,0.58,0.31,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43250",1,39.310833,-76.474444,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,1.759139,1.684376,15.19,"2013-08-02 21:00",14.61,"2013-06-19 20:00",14.55,"2013-06-15 23:00",13.88,"2013-06-15 22:00","","","","",8.71,7.19,5.1,3.57,1.97,1.18,0.61,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43250",2,39.310833,-76.474444,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.663864,0.949958,3.89,"2013-08-02 00:00",3.43,"2013-06-15 00:00",3.4,"2013-09-25 00:00",3.16,"2013-08-20 00:00","","","","",3.89,3.89,3.4,2.92,2.38,1.73,0.54,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43252",1,39.310833,-76.474444,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",143,0.608226,0.583993,5.45,"2013-08-02 21:00",5.34,"2013-06-15 23:00",5.21,"2013-07-20 11:00",5.04,"2013-06-15 22:00","","","","",2.93,2.58,1.76,1.2,0.67,0.43,0.21,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43252",2,39.310833,-76.474444,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.603409,0.341515,1.36,"2013-08-02 00:00",1.26,"2013-09-25 00:00",1.23,"2013-06-15 00:00",1.14,"2013-08-20 00:00","","","","",1.36,1.36,1.23,1.07,0.89,0.6,0.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43253",1,39.310833,-76.474444,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",944,0.236096,0.242832,1.96,"2013-07-20 11:00",1.86,"2013-06-15 22:00",1.86,"2013-08-02 21:00",1.78,"2013-06-15 23:00","","","","",1.11,0.96,0.72,0.52,0.34,0.18,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43253",2,39.310833,-76.474444,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.264545,0.129264,0.51,"2013-04-10 00:00",0.5,"2013-08-02 00:00",0.48,"2013-09-25 00:00",0.47,"2013-02-15 00:00","","","","",0.51,0.51,0.48,0.44,0.36,0.28,0.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43261",1,39.310833,-76.474444,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",611,0.43338,0.454971,4.04,"2013-07-20 11:00",3.2,"2013-06-15 23:00",3.12,"2013-08-02 21:00",3.09,"2013-06-15 22:00","","","","",2.1,1.82,1.36,1.02,0.56,0.32,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43261",2,39.310833,-76.474444,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.425909,0.196413,0.8,"2013-08-02 00:00",0.78,"2013-04-10 00:00",0.75,"2013-02-15 00:00",0.72,"2013-09-25 00:00","","","","",0.8,0.8,0.75,0.66,0.62,0.42,0.18,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43262",1,39.310833,-76.474444,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",282,0.589125,0.565272,4.81,"2013-07-20 11:00",4.24,"2013-06-15 22:00",4.22,"2013-06-15 23:00",3.78,"2013-08-02 21:00","","","","",2.78,2.37,1.8,1.31,0.71,0.4,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43262",2,39.310833,-76.474444,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.776136,0.337682,1.39,"2013-09-25 00:00",1.36,"2013-08-02 00:00",1.33,"2013-04-10 00:00",1.3,"2013-08-20 00:00","","","","",1.39,1.39,1.33,1.28,1.05,0.72,0.36,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43263",1,39.310833,-76.474444,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",319,0.518216,0.520637,6.87,"2013-07-23 19:00",4.03,"2013-07-20 11:00",3.79,"2013-06-15 22:00",3.77,"2013-06-15 23:00","","","","",2.47,2.06,1.59,1.14,0.66,0.35,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43263",2,39.310833,-76.474444,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.782955,0.327319,1.49,"2013-09-25 00:00",1.39,"2013-02-15 00:00",1.35,"2013-04-10 00:00",1.26,"2013-08-02 00:00","","","","",1.49,1.49,1.35,1.26,0.99,0.82,0.36,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43280",1,39.310833,-76.474444,"NAD83","1-Butene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",18,0.357022,0.257913,1.71,"2013-06-15 23:00",1.56,"2013-06-15 21:00",1.52,"2013-06-04 21:00",1.51,"2013-06-01 19:00","","","","",1.37,1.28,0.92,0.66,0.44,0.27,0.15,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43280",2,39.310833,-76.474444,"NAD83","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",2,0.224545,0.105972,0.55,"2013-02-15 00:00",0.52,"2013-01-28 00:00",0.41,"2013-01-16 00:00",0.36,"2013-01-10 00:00","","","","",0.55,0.55,0.41,0.35,0.28,0.22,0.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43284",1,39.310833,-76.474444,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",17,0.470487,0.402286,3.42,"2013-06-15 22:00",3.24,"2013-06-19 20:00",3.23,"2013-06-15 23:00",2.85,"2013-08-02 21:00","","","","",2.06,1.72,1.33,0.96,0.56,0.33,0.18,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43284",2,39.310833,-76.474444,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.47,0.241131,0.93,"2013-04-10 00:00",0.91,"2013-08-02 00:00",0.86,"2013-06-15 00:00",0.85,"2013-09-25 00:00","","","","",0.93,0.93,0.86,0.76,0.68,0.45,0.18,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43285",1,39.310833,-76.474444,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",8,1.223244,1.040238,8.93,"2013-06-15 22:00",8.59,"2013-06-15 23:00",7.51,"2013-06-16 00:00",7.48,"2013-08-02 21:00","","","","",5.47,4.57,3.41,2.49,1.44,0.85,0.45,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43285",2,39.310833,-76.474444,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.994773,0.852732,3.34,"2013-08-02 00:00",3.33,"2013-09-25 00:00",3.22,"2013-04-10 00:00",3.18,"2013-08-20 00:00","","","","",3.34,3.34,3.22,3.09,2.76,2.25,0.81,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43291",1,39.310833,-76.474444,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1683,0.20839,0.368599,3.27,"2013-08-02 21:00",2.71,"2013-07-23 19:00",2.4,"2013-06-15 23:00",2.23,"2013-06-15 22:00","","","","",1.68,1.42,1.06,0.72,0.05,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43291",2,39.310833,-76.474444,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.392045,0.187363,0.77,"2013-09-25 00:00",0.73,"2013-08-02 00:00",0.68,"2013-04-10 00:00",0.67,"2013-02-15 00:00","","","","",0.77,0.77,0.68,0.66,0.53,0.4,0.15,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43372",1,39.310833,-76.474444,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.035714,0.048497,0.1,"2013-04-28 00:00",0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43502",1,39.310833,-76.474444,"NAD83","Formaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",0,1.234454,1.246992,11.8,"2013-07-06 05:00",3.8,"2013-06-24 11:00",3.4,"2013-07-18 11:00",3.2,"2013-06-24 08:00","","","","",3.8,3.4,3.1,2.3,1.5,1,0.3,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43502",2,39.310833,-76.474444,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,12,44,365,0,0,"","","Certification not required",0,0.834091,0.642648,2.4,"2013-07-09 00:00",1.9,"2013-05-22 00:00",1.9,"2013-06-15 00:00",1.7,"2013-06-09 00:00","","","","",2.4,2.4,1.9,1.7,1.4,0.8,0.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43503",1,39.310833,-76.474444,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",0,0.687395,0.397994,3.1,"2013-06-03 11:00",1.7,"2013-06-24 11:00",1.6,"2013-06-24 08:00",1.4,"2013-07-18 11:00","","","","",1.7,1.6,1.3,1.1,0.9,0.6,0.3,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43503",2,39.310833,-76.474444,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.481818,0.329392,1.5,"2013-06-15 00:00",1.3,"2013-05-16 00:00",1.2,"2013-09-25 00:00",1,"2013-04-10 00:00","","","","",1.5,1.5,1.2,0.9,0.7,0.4,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43504",1,39.310833,-76.474444,"NAD83","Propionaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",0,0.159664,0.108393,0.5,"2013-06-03 11:00",0.4,"2013-07-24 08:00",0.4,"2013-08-20 11:00",0.4,"2013-08-23 05:00","","","","",0.4,0.4,0.3,0.3,0.2,0.2,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43504",2,39.310833,-76.474444,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.040909,0.05421,0.2,"2013-06-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43505",1,39.310833,-76.474444,"NAD83","Acrolein - Unverified","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",0,0.036807,0.043393,0.18,"2013-08-29 05:00",0.15,"2013-08-11 05:00",0.12,"2013-07-12 05:00",0.12,"2013-07-24 08:00","","","","",0.15,0.12,0.12,0.09,0.06,0.03,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43505",2,39.310833,-76.474444,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.023182,0.028836,0.09,"2013-01-16 00:00",0.09,"2013-03-29 00:00",0.09,"2013-04-28 00:00",0.09,"2013-06-15 00:00","","","","",0.09,0.09,0.09,0.06,0.03,0.03,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43505",3,39.310833,-76.474444,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.640476,1.162432,7.7,"2013-04-10 00:00",2.1,"2013-04-16 00:00",0.7,"2013-04-28 00:00",0.7,"2013-05-10 00:00","","","","",7.7,7.7,0.7,0.7,0.6,0.5,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43551",1,39.310833,-76.474444,"NAD83","Acetone","3 HOURS","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",0,3.207983,1.755756,12.33,"2013-07-30 05:00",12.15,"2013-07-06 05:00",6.24,"2013-07-30 08:00",6.06,"2013-06-24 11:00","","","","",12.15,6.24,5.22,4.74,4.2,3.21,1.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43551",2,39.310833,-76.474444,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",2,2.363864,1.840061,7.71,"2013-05-16 00:00",6.21,"2013-06-15 00:00",5.64,"2013-06-21 00:00",5.58,"2013-05-10 00:00","","","","",7.71,7.71,5.64,4.98,4.11,1.83,0.54,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43551",3,39.310833,-76.474444,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,11.335,3.54264,18.63,"2013-05-16 00:00",17.88,"2013-04-10 00:00",16.74,"2013-07-09 00:00",16.62,"2013-05-10 00:00","","","","",18.63,18.63,16.74,15.48,13.74,11.13,7.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43552",1,39.310833,-76.474444,"NAD83","Methyl ethyl ketone","3 HOURS","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",3,0.730252,0.317724,1.28,"2013-07-21 05:00",1.28,"2013-08-11 05:00",1.24,"2013-06-03 11:00",1.2,"2013-07-06 11:00","","","","",1.28,1.24,1.2,1.12,1,0.8,0.28,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43552",2,39.310833,-76.474444,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",16,0.151818,0.092743,0.44,"2013-06-15 00:00",0.32,"2013-03-23 00:00",0.32,"2013-09-25 00:00",0.28,"2013-02-15 00:00","","","","",0.44,0.44,0.32,0.24,0.24,0.12,0.06,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43560",1,39.310833,-76.474444,"NAD83","Methyl isobutyl ketone","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",119,4,0,365,0,1,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-03 14:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-14" +"24","005","3001","43560",2,39.310833,-76.474444,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.027273,0.049947,0.2,"2013-02-27 00:00",0.1,"2013-04-10 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-11" +"24","005","3001","43801",1,39.310833,-76.474444,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.630952,0.07486,0.9,"2013-05-22 00:00",0.8,"2013-04-16 00:00",0.7,"2013-04-04 00:00",0.7,"2013-04-10 00:00","","","","",0.9,0.9,0.7,0.7,0.7,0.6,0.6,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43802",1,39.310833,-76.474444,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.109524,0.116472,0.6,"2013-09-25 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00","","","","",0.6,0.6,0.2,0.2,0.2,0.1,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43803",1,39.310833,-76.474444,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.019048,0.039744,0.1,"2013-05-28 00:00",0.1,"2013-06-15 00:00",0.1,"2013-06-21 00:00",0.1,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43804",1,39.310833,-76.474444,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43811",1,39.310833,-76.474444,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.219048,0.044929,0.25,"2013-01-04 00:00",0.25,"2013-02-03 00:00",0.25,"2013-05-16 00:00",0.25,"2013-05-22 00:00","","","","",0.25,0.25,0.25,0.25,0.24,0.23,0.21,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43814",1,39.310833,-76.474444,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43815",1,39.310833,-76.474444,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.014286,0.06833,0.4,"2013-05-10 00:00",0.2,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.4,0.4,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43817",1,39.310833,-76.474444,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.102381,0.220297,1.2,"2013-07-15 00:00",0.8,"2013-08-02 00:00",0.3,"2013-09-19 00:00",0.2,"2013-04-10 00:00","","","","",1.2,1.2,0.3,0.2,0.1,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43818",1,39.310833,-76.474444,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43823",1,39.310833,-76.474444,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.494286,0.10551,0.77,"2013-04-04 00:00",0.72,"2013-04-10 00:00",0.72,"2013-04-16 00:00",0.64,"2013-03-05 00:00","","","","",0.77,0.77,0.72,0.62,0.56,0.46,0.37,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43824",1,39.310833,-76.474444,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43829",1,39.310833,-76.474444,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43830",1,39.310833,-76.474444,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.004762,0.021554,0.1,"2013-07-15 00:00",0.1,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43831",1,39.310833,-76.474444,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43843",1,39.310833,-76.474444,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43860",1,39.310833,-76.474444,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","43954",1,39.310833,-76.474444,"NAD83","n-Undecane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1299,0.238179,0.463428,4.66,"2013-07-16 04:00",4.1,"2013-07-17 04:00",3.93,"2013-07-15 11:00",3.6,"2013-07-14 08:00","","","","",2.49,2.18,0.92,0.5,0.24,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43954",2,39.310833,-76.474444,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,1.598409,1.778322,6.8,"2013-04-16 00:00",6.38,"2013-07-27 00:00",5.21,"2013-08-14 00:00",4.43,"2013-06-21 00:00","","","","",6.8,6.8,5.21,4.17,2.66,0.83,0.19,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","43960",1,39.310833,-76.474444,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",903,0.268839,0.301385,2.57,"2013-07-20 11:00",2.36,"2013-06-15 23:00",2.35,"2013-08-02 21:00",2.32,"2013-06-15 22:00","","","","",1.42,1.19,0.86,0.62,0.38,0.16,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","43960",2,39.310833,-76.474444,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.283182,0.123585,0.51,"2013-02-15 00:00",0.5,"2013-04-10 00:00",0.49,"2013-08-02 00:00",0.47,"2013-06-15 00:00","","","","",0.51,0.51,0.49,0.45,0.38,0.27,0.12,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","44201",1,39.310833,-76.474444,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7193,99,212,214,0,101,0,0,"Certification not required",707,0.050085,0.01232,0.085,"2013-07-18 12:00",0.084,"2013-06-24 12:00",0.082,"2013-07-19 13:00",0.079,"2013-05-30 12:00","","","","",0.082,0.075,0.068,0.064,0.058,0.051,0.04,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-06" +"24","005","3001","44201",1,39.310833,-76.474444,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7213,98,210,214,0,0,0,0,"Certification not required",0,0.044538,0.01113,0.072,"2013-07-18 11:00",0.068,"2013-04-28 16:00",0.068,"2013-07-17 12:00",0.067,"2013-06-29 10:00","","","","",0.068,0.067,0.061,0.058,0.052,0.047,0.036,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-06" +"24","005","3001","44201",1,39.310833,-76.474444,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7213,98,210,214,0,0,0,0,"Certification not required",0,0.044538,0.01113,0.072,"2013-07-18 11:00",0.068,"2013-04-28 16:00",0.068,"2013-07-17 12:00",0.067,"2013-06-29 10:00","","","","",0.068,0.067,0.061,0.058,0.052,0.047,0.036,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-06" +"24","005","3001","45109",1,39.310833,-76.474444,"NAD83","m/p Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,1.421203,1.400844,10.64,"2013-08-21 02:00",10.43,"2013-08-21 03:00",10.33,"2013-06-15 23:00",10.25,"2013-06-15 22:00","","","","",6.85,5.99,4.46,3.11,1.68,0.93,0.39,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45109",2,39.310833,-76.474444,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.747619,0.554467,2.6,"2013-05-16 00:00",2.1,"2013-09-25 00:00",1.9,"2013-08-02 00:00",1.4,"2013-05-10 00:00","","","","",2.6,2.6,1.9,1.4,1,0.7,0.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45109",3,39.310833,-76.474444,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.635682,0.795725,3.21,"2013-04-10 00:00",3.14,"2013-08-02 00:00",3.13,"2013-09-25 00:00",2.94,"2013-02-15 00:00","","","","",3.21,3.21,3.13,2.65,2.16,1.62,0.68,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45201",1,39.310833,-76.474444,"NAD83","Benzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,0.869087,0.593173,7.72,"2013-06-15 20:00",7.02,"2013-06-15 21:00",6.68,"2013-06-15 23:00",5.81,"2013-06-16 00:00","","","","",3.01,2.69,1.99,1.5,0.99,0.7,0.44,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45201",2,39.310833,-76.474444,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.621429,0.685934,3.5,"2013-01-28 00:00",2.9,"2013-01-16 00:00",2.9,"2013-02-15 00:00",2.8,"2013-05-16 00:00","","","","",3.5,3.5,2.9,2.6,2,1.4,1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45201",3,39.310833,-76.474444,"NAD83","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.311136,0.596721,3.21,"2013-01-28 00:00",2.88,"2013-02-15 00:00",2.48,"2013-01-16 00:00",2.08,"2013-01-10 00:00","","","","",3.21,3.21,2.48,2.03,1.58,1.21,0.66,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45202",1,39.310833,-76.474444,"NAD83","Toluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,3.153038,3.410696,93.51,"2013-06-19 19:00",49.55,"2013-06-19 20:00",23.12,"2013-06-15 23:00",23.01,"2013-06-15 22:00","","","","",13.88,12,8.77,6.27,3.51,2.16,1.22,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45202",2,39.310833,-76.474444,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.190476,1.252473,6.1,"2013-05-16 00:00",5,"2013-09-25 00:00",4,"2013-05-10 00:00",4,"2013-08-02 00:00","","","","",6.1,6.1,4,3.8,2.8,2,0.8,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45202",3,39.310833,-76.474444,"NAD83","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.313636,1.664265,6.61,"2013-09-25 00:00",6.32,"2013-08-02 00:00",6.08,"2013-06-15 00:00",5.97,"2013-04-10 00:00","","","","",6.61,6.61,6.08,5.69,4.56,3.3,1.21,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45203",1,39.310833,-76.474444,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,0.444728,0.44008,3.37,"2013-06-15 23:00",3.3,"2013-06-15 22:00",3.19,"2013-06-16 00:00",3.1,"2013-08-21 02:00","","","","",2.1,1.8,1.35,0.99,0.56,0.33,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45203",2,39.310833,-76.474444,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.395238,0.242902,1.4,"2013-05-16 00:00",0.8,"2013-08-02 00:00",0.8,"2013-09-25 00:00",0.6,"2013-04-28 00:00","","","","",1.4,1.4,0.8,0.6,0.5,0.4,0.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45203",3,39.310833,-76.474444,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.540227,0.265772,1.1,"2013-09-25 00:00",1.02,"2013-08-02 00:00",0.98,"2013-02-15 00:00",0.94,"2013-04-10 00:00","","","","",1.1,1.1,0.98,0.9,0.73,0.56,0.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45204",1,39.310833,-76.474444,"NAD83","o-Xylene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,0.55493,0.549683,4.56,"2013-06-16 00:00",4.26,"2013-08-21 02:00",4.09,"2013-08-21 03:00",4.02,"2013-08-02 21:00","","","","",2.69,2.38,1.67,1.2,0.68,0.41,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45204",2,39.310833,-76.474444,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.335714,0.245766,1.3,"2013-05-16 00:00",0.8,"2013-08-02 00:00",0.8,"2013-09-25 00:00",0.6,"2013-05-10 00:00","","","","",1.3,1.3,0.8,0.6,0.5,0.3,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45204",3,39.310833,-76.474444,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.604773,0.293539,1.2,"2013-04-10 00:00",1.19,"2013-09-25 00:00",1.18,"2013-08-02 00:00",1.11,"2013-02-15 00:00","","","","",1.2,1.2,1.18,0.93,0.8,0.61,0.24,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45207",1,39.310833,-76.474444,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1499,0.222551,0.365922,2.59,"2013-06-15 22:00",2.47,"2013-06-05 02:00",2.37,"2013-08-21 03:00",2.32,"2013-08-21 02:00","","","","",1.73,1.54,1.03,0.69,0.22,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45207",2,39.310833,-76.474444,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.324643,0.062493,0.72,"2013-05-16 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00","","","","",0.72,0.72,0.315,0.315,0.315,0.315,0.315,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45207",3,39.310833,-76.474444,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.294091,0.146229,0.74,"2013-09-25 00:00",0.56,"2013-04-10 00:00",0.54,"2013-04-16 00:00",0.49,"2013-02-15 00:00","","","","",0.74,0.74,0.54,0.44,0.39,0.3,0.11,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45208",1,39.310833,-76.474444,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1028,0.503366,0.649788,4.6,"2013-06-15 23:00",4.49,"2013-06-15 22:00",4.27,"2013-06-16 00:00",4.27,"2013-06-16 01:00","","","","",2.98,2.52,1.82,1.32,0.75,0.15,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45208",2,39.310833,-76.474444,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",37,0.386786,0.237091,1.62,"2013-05-16 00:00",0.99,"2013-09-25 00:00",0.72,"2013-07-03 00:00",0.63,"2013-04-28 00:00","","","","",1.62,1.62,0.72,0.63,0.315,0.315,0.315,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45208",3,39.310833,-76.474444,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.827273,0.392496,1.64,"2013-09-25 00:00",1.58,"2013-07-27 00:00",1.54,"2013-04-16 00:00",1.39,"2013-04-10 00:00","","","","",1.64,1.64,1.54,1.36,1.1,0.87,0.33,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45209",1,39.310833,-76.474444,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1569,0.11177,0.122298,0.87,"2013-06-15 22:00",0.85,"2013-06-15 23:00",0.78,"2013-06-05 01:00",0.77,"2013-06-16 01:00","","","","",0.56,0.49,0.38,0.29,0.13,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45209",2,39.310833,-76.474444,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",7,0.175909,0.081049,0.42,"2013-09-25 00:00",0.3,"2013-04-10 00:00",0.28,"2013-08-02 00:00",0.26,"2013-06-21 00:00","","","","",0.42,0.42,0.28,0.26,0.24,0.18,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45210",1,39.310833,-76.474444,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,0.037191,0.092371,0.56,"2013-08-02 21:00",0.5,"2013-06-15 23:00",0.49,"2013-07-12 10:00",0.46,"2013-06-05 00:00","","","","",0.37,0.33,0.27,0.2,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45210",2,39.310833,-76.474444,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.073636,0.036158,0.14,"2013-05-28 00:00",0.14,"2013-07-03 00:00",0.13,"2013-04-10 00:00",0.13,"2013-06-27 00:00","","","","",0.14,0.14,0.13,0.13,0.11,0.07,0.03,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45211",1,39.310833,-76.474444,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1426,0.127659,0.139428,1.17,"2013-08-21 01:00",0.91,"2013-06-15 22:00",0.89,"2013-06-15 23:00",0.87,"2013-06-16 01:00","","","","",0.64,0.56,0.43,0.32,0.18,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45211",2,39.310833,-76.474444,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",14,0.176818,0.140146,0.58,"2013-07-09 00:00",0.58,"2013-07-15 00:00",0.5,"2013-08-02 00:00",0.42,"2013-07-03 00:00","","","","",0.58,0.58,0.5,0.32,0.27,0.14,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45212",1,39.310833,-76.474444,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1127,0.506962,0.743518,5.38,"2013-06-16 01:00",5.05,"2013-06-16 00:00",5.01,"2013-06-15 23:00",4.74,"2013-06-05 01:00","","","","",3.31,2.8,2.02,1.45,0.7,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45212",2,39.310833,-76.474444,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.514545,0.229199,0.98,"2013-09-25 00:00",0.92,"2013-04-10 00:00",0.89,"2013-08-02 00:00",0.88,"2013-02-15 00:00","","","","",0.98,0.98,0.89,0.78,0.72,0.56,0.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45213",1,39.310833,-76.474444,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1278,0.165398,0.180716,1.6,"2013-07-14 15:00",1.21,"2013-08-15 20:00",1.13,"2013-07-30 20:00",1.1,"2013-07-19 06:00","","","","",0.82,0.7,0.52,0.4,0.25,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45213",2,39.310833,-76.474444,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.333214,0.118042,1.08,"2013-05-16 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00","","","","",1.08,1.08,0.315,0.315,0.315,0.315,0.315,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45213",3,39.310833,-76.474444,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.307273,0.136627,0.72,"2013-09-25 00:00",0.56,"2013-04-10 00:00",0.49,"2013-02-15 00:00",0.47,"2013-08-02 00:00","","","","",0.72,0.72,0.49,0.46,0.39,0.33,0.13,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45218",1,39.310833,-76.474444,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1474,0.110253,0.118414,0.96,"2013-06-15 22:00",0.93,"2013-06-15 23:00",0.86,"2013-06-05 01:00",0.85,"2013-06-05 02:00","","","","",0.57,0.46,0.35,0.28,0.13,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45218",2,39.310833,-76.474444,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",26,0.090909,0.05468,0.23,"2013-07-27 00:00",0.22,"2013-09-13 00:00",0.18,"2013-06-21 00:00",0.17,"2013-07-03 00:00","","","","",0.23,0.23,0.18,0.17,0.14,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45219",1,39.310833,-76.474444,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",1539,0.117294,0.137451,1,"2013-08-01 09:00",0.97,"2013-06-15 22:00",0.93,"2013-06-16 00:00",0.92,"2013-06-16 01:00","","","","",0.66,0.58,0.41,0.3,0.13,0.05,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45219",2,39.310833,-76.474444,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",19,0.107727,0.059878,0.26,"2013-07-27 00:00",0.22,"2013-06-21 00:00",0.21,"2013-08-14 00:00",0.21,"2013-08-26 00:00","","","","",0.26,0.26,0.21,0.18,0.16,0.11,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45220",1,39.310833,-76.474444,"NAD83","Styrene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",0,0.021559,0.131492,2.37,"2013-08-21 03:00",2.02,"2013-06-16 01:00",1.59,"2013-08-17 01:00",1.49,"2013-06-16 02:00","","","","",0.55,0.32,0.07,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45220",2,39.310833,-76.474444,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.238095,0.191212,1.1,"2013-05-16 00:00",0.6,"2013-07-03 00:00",0.5,"2013-08-20 00:00",0.5,"2013-09-25 00:00","","","","",1.1,1.1,0.5,0.4,0.3,0.2,0.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45220",3,39.310833,-76.474444,"NAD83","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.267273,0.118053,0.63,"2013-07-21 00:00",0.46,"2013-07-03 00:00",0.44,"2013-09-25 00:00",0.43,"2013-06-21 00:00","","","","",0.63,0.63,0.44,0.43,0.35,0.25,0.14,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45225",1,39.310833,-76.474444,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","Preconcen trap/Thermal Desorber - Auto GC (PE Clarus 500 dual col)",2013,"Parts per billion Carbon","No Events",2136,24,90,365,0,47,"","","Certification not required",117,0.739349,0.635272,6.25,"2013-06-04 23:00",5.82,"2013-06-05 02:00",5.35,"2013-06-05 01:00",5.33,"2013-06-05 00:00","","","","",3.31,2.61,1.83,1.41,0.93,0.57,0.23,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-09-18" +"24","005","3001","45225",2,39.310833,-76.474444,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",10,0.185,0.106934,0.5,"2013-07-27 00:00",0.39,"2013-04-16 00:00",0.37,"2013-07-15 00:00",0.32,"2013-02-15 00:00","","","","",0.5,0.5,0.37,0.31,0.25,0.19,0.05,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-05" +"24","005","3001","45801",1,39.310833,-76.474444,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","45807",1,39.310833,-76.474444,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.016667,0.03772,0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","46401",1,39.310833,-76.474444,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",24,0.115238,0.080099,0.36,"2013-04-28 00:00",0.36,"2013-09-19 00:00",0.24,"2013-01-16 00:00",0.24,"2013-02-15 00:00","","","","",0.36,0.36,0.24,0.2,0.16,0.06,0.06,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","61101",2,39.310833,-76.474444,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6484,74,273,365,0,66,"","","Certification not required",0,3.39744,2.045093,12.7,"2013-02-09 00:00",12.3,"2013-02-09 01:00",12.3,"2013-03-06 13:00",11.9,"2013-02-01 11:00","","","","",9.8,8.9,7.4,6.2,4.5,3,1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","61102",2,39.310833,-76.474444,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6484,74,273,365,0,66,"","","Certification not required",0,199.342381,107.675081,359,"2013-01-21 20:00",359,"2013-01-25 03:00",359,"2013-01-27 03:00",359,"2013-01-27 07:00","","","","",356,354,344,332,303,205,32,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","62101",1,39.310833,-76.474444,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,2,"","","Certification not required",0,58.790012,17.956842,95,"2013-07-19 12:00",95,"2013-07-19 13:00",94,"2013-07-19 11:00",94,"2013-07-19 14:00","","","","",90,87,84,80,74,62,34,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","62201",1,39.310833,-76.474444,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6548,75,273,365,0,2,"","","Certification not required",0,61.627825,17.803494,94,"2013-01-13 06:00",94,"2013-01-13 07:00",94,"2013-01-13 08:00",94,"2013-01-13 09:00","","","","",92,91,89,86,76,62,38,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","63301",1,39.310833,-76.474444,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6550,75,273,365,0,0,"","","Certification not required",3357,0.210999,0.304586,1.17,"2013-05-13 11:00",1.14,"2013-05-25 11:00",1.14,"2013-05-26 11:00",1.13,"2013-05-12 12:00","","","","",1.06,1,0.89,0.74,0.36,0.005,0.005,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","63302",1,39.310833,-76.474444,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",6525,74,271,365,0,25,"","","Certification not required",4161,0.015216,0.017004,0.07,"2013-05-01 12:00",0.07,"2013-05-02 11:00",0.07,"2013-05-02 12:00",0.07,"2013-05-04 11:00","","","","",0.07,0.06,0.05,0.05,0.02,0.005,0.005,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","64101",1,39.310833,-76.474444,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6548,75,273,365,0,2,"","","Certification not required",0,1014.70449,6.723353,1033,"2013-01-10 09:00",1033,"2013-01-10 10:00",1033,"2013-01-10 11:00",1033,"2013-01-27 08:00","","","","",1030,1028,1026,1023,1019,1015,1006,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","65102",1,39.310833,-76.474444,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6548,75,273,365,0,2,"","","Certification not required",0,0.003951,0.034292,1.35,"2013-06-10 20:00",0.69,"2013-09-12 12:00",0.57,"2013-07-21 15:00",0.5,"2013-06-13 15:00","","","","",0.12,0.05,0,0,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2013-11-15" +"24","005","3001","68103",5,39.310833,-76.474444,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,6,"","","Certification not required",0,10.065823,8.574842,25.9,"2013-07-18 00:00",25,"2013-07-06 00:00",23.8,"2013-07-09 00:00",23,"2013-07-03 00:00","","","","",25.9,25,23,20.9,17.6,11.5,-1.7,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","68104",5,39.310833,-76.474444,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,6,"","","Certification not required",0,19.583544,9.084256,35.8,"2013-07-18 00:00",34.6,"2013-07-06 00:00",33.7,"2013-07-21 00:00",32.9,"2013-04-10 00:00","","","","",35.8,34.6,32.9,30.4,27.9,20,5.8,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","68105",1,39.310833,-76.474444,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,107,122,0,0,"","","Certification not required",0,13.110619,9.632028,31.4,"2013-07-18 00:00",30.3,"2013-07-15 00:00",30,"2013-07-06 00:00",28.6,"2013-06-25 00:00","","","","",30.3,30,27.5,25.9,21.8,13.2,1.5,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-12" +"24","005","3001","68105",5,39.310833,-76.474444,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,6,"","","Certification not required",0,14.812658,8.587414,31.1,"2013-07-18 00:00",29.8,"2013-07-06 00:00",27.1,"2013-07-09 00:00",26.3,"2013-09-10 00:00","","","","",31.1,29.8,26.3,25.1,22.8,15.8,3.1,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","68106",5,39.310833,-76.474444,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",78,64,78,122,0,7,"","","Certification not required",0,756.74359,4.539683,768,"2013-04-22 00:00",766,"2013-01-10 00:00",765,"2013-05-01 00:00",763,"2013-05-04 00:00","","","","",768,766,763,762,760,757,752,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","68107",5,39.310833,-76.474444,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",78,64,78,122,0,7,"","","Certification not required",0,762.192308,4.312644,773,"2013-01-10 00:00",773,"2013-04-22 00:00",771,"2013-01-28 00:00",770,"2013-05-01 00:00","","","","",773,773,770,768,765,762,757,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","68108",1,39.310833,-76.474444,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,107,122,0,0,"","","Certification not required",0,761.318584,5.000474,775,"2013-11-30 00:00",772,"2013-01-10 00:00",772,"2013-04-22 00:00",772,"2013-11-21 00:00","","","","",772,772,769,767,765,761,755,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-12" +"24","005","3001","68108",5,39.310833,-76.474444,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",78,64,78,122,0,7,"","","Certification not required",0,759.653846,4.120985,771,"2013-01-10 00:00",771,"2013-04-22 00:00",768,"2013-05-01 00:00",765,"2013-04-04 00:00","","","","",771,771,765,764,762,759,755,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88101",1,39.310833,-76.474444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,90,110,122,0,0,0,0,"Certification not required",0,9.423009,5.705308,35.2,"2013-01-28 00:00",29.4,"2013-12-03 00:00",26.8,"2013-11-15 00:00",23.4,"2013-07-18 00:00","","","","",29.4,26.8,20.7,17.1,11.8,8.4,4.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-12" +"24","005","3001","88101",1,39.310833,-76.474444,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,90,110,122,0,0,"","","Certification not required",0,9.423009,5.705308,35.2,"2013-01-28 00:00",29.4,"2013-12-03 00:00",26.8,"2013-11-15 00:00",23.4,"2013-07-18 00:00","","","","",29.4,26.8,20.7,17.1,11.8,8.4,4.2,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-12" +"24","005","3001","88102",5,39.310833,-76.474444,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",76,0.019671,0.00747,0.06,"2013-03-20 00:00",0.051,"2013-02-24 00:00",0.03,"2013-05-04 00:00",0.026,"2013-02-15 00:00","","","","",0.06,0.051,0.026,0.026,0.021,0.0195,0.0135,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88103",5,39.310833,-76.474444,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.000734,0.001151,0.005,"2013-07-21 00:00",0.004,"2013-06-09 00:00",0.004,"2013-08-11 00:00",0.003,"2013-04-13 00:00","","","","",0.005,0.004,0.003,0.003,0.001,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88104",5,39.310833,-76.474444,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",56,0.02212,0.034255,0.203,"2013-07-03 00:00",0.183,"2013-11-03 00:00",0.14,"2013-07-30 00:00",0.06,"2013-07-06 00:00","","","","",0.203,0.183,0.06,0.052,0.025,0.0115,0.0065,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88107",5,39.310833,-76.474444,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",77,0.008197,0.012636,0.103,"2013-07-03 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-05-13 00:00",0.0295,"2013-05-16 00:00","","","","",0.103,0.0295,0.0295,0.011,0.0055,0.005,0.00385,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88109",5,39.310833,-76.474444,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",11,0.005493,0.006585,0.0453,"2013-01-28 00:00",0.0267,"2013-07-03 00:00",0.0209,"2013-01-10 00:00",0.0201,"2013-10-28 00:00","","","","",0.0453,0.0267,0.0201,0.0121,0.0061,0.0035,0.00115,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88110",5,39.310833,-76.474444,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.00119,0.002957,0.015,"2013-04-13 00:00",0.012,"2013-03-20 00:00",0.011,"2013-01-28 00:00",0.009,"2013-03-29 00:00","","","","",0.015,0.012,0.009,0.005,0,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88111",5,39.310833,-76.474444,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",13,0.020521,0.017573,0.0881,"2013-04-10 00:00",0.0789,"2013-05-16 00:00",0.078,"2013-04-04 00:00",0.0558,"2013-03-29 00:00","","","","",0.0881,0.0789,0.0558,0.0452,0.027,0.0157,0.00375,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88112",5,39.310833,-76.474444,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.005722,0.018839,0.151,"2013-09-28 00:00",0.057,"2013-09-25 00:00",0.046,"2013-10-01 00:00",0.034,"2013-09-22 00:00","","","","",0.151,0.057,0.034,0.007,0.004,0.001,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88113",5,39.310833,-76.474444,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",73,0.000775,0.000419,0.0035,"2013-01-28 00:00",0.0021,"2013-07-18 00:00",0.0018,"2013-10-28 00:00",0.0017,"2013-04-10 00:00","","","","",0.0035,0.0021,0.0017,0.001,0.0007,0.00065,0.00055,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88114",5,39.310833,-76.474444,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",40,0.002775,0.005432,0.0481,"2013-07-03 00:00",0.0105,"2013-01-28 00:00",0.0061,"2013-02-15 00:00",0.0056,"2013-10-04 00:00","","","","",0.0481,0.0105,0.0056,0.0047,0.0031,0.00125,0.0008,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88115",5,39.310833,-76.474444,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",46,0.022413,0.077646,0.514,"2013-10-13 00:00",0.42,"2013-07-03 00:00",0.24,"2013-01-28 00:00",0.0788,"2013-03-11 00:00","","","","",0.514,0.42,0.0788,0.0169,0.01,0.00405,0.0025,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88117",5,39.310833,-76.474444,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",79,0.006992,0.010485,0.0435,"2013-05-16 00:00",0.0435,"2013-08-17 00:00",0.0435,"2013-10-16 00:00",0.043,"2013-03-23 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88118",5,39.310833,-76.474444,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",79,0.00915,0.006395,0.023,"2013-03-23 00:00",0.023,"2013-05-13 00:00",0.023,"2013-05-16 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88126",5,39.310833,-76.474444,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.061862,0.081315,0.708,"2013-01-28 00:00",0.182,"2013-07-03 00:00",0.149,"2013-10-04 00:00",0.133,"2013-02-15 00:00","","","","",0.708,0.182,0.133,0.109,0.0685,0.0432,0.0217,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88128",5,39.310833,-76.474444,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.002051,0.004382,0.037,"2013-01-28 00:00",0.006,"2013-02-15 00:00",0.006,"2013-09-16 00:00",0.006,"2013-10-01 00:00","","","","",0.037,0.006,0.006,0.004,0.003,0.001,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88131",5,39.310833,-76.474444,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",75,0.010228,0.004334,0.029,"2013-05-19 00:00",0.025,"2013-07-27 00:00",0.019,"2013-02-09 00:00",0.018,"2013-01-28 00:00","","","","",0.029,0.025,0.018,0.0165,0.011,0.008,0.007,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88132",5,39.310833,-76.474444,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.001329,0.001959,0.013,"2013-02-15 00:00",0.008,"2013-01-28 00:00",0.005,"2013-07-03 00:00",0.005,"2013-10-01 00:00","","","","",0.013,0.008,0.005,0.003,0.002,0.001,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88136",5,39.310833,-76.474444,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.000595,0.000855,0.003,"2013-01-13 00:00",0.003,"2013-07-03 00:00",0.003,"2013-07-30 00:00",0.003,"2013-09-19 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88140",5,39.310833,-76.474444,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",68,0.012506,0.02528,0.215,"2013-07-03 00:00",0.056,"2013-10-13 00:00",0.051,"2013-04-16 00:00",0.046,"2013-03-11 00:00","","","","",0.215,0.056,0.046,0.0261,0.009,0.006,0.0055,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88152",5,39.310833,-76.474444,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",79,0.005837,0.001648,0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-21 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88154",5,39.310833,-76.474444,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",79,0.001008,0.000275,0.0013,"2013-01-19 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88160",5,39.310833,-76.474444,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",79,0.012234,0.003445,0.0185,"2013-06-12 00:00",0.018,"2013-02-06 00:00",0.018,"2013-02-15 00:00",0.018,"2013-03-02 00:00","","","","",0.0185,0.018,0.018,0.018,0.016,0.01,0.01,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88161",5,39.310833,-76.474444,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",72,0.003092,0.003144,0.026,"2013-05-04 00:00",0.015,"2013-07-03 00:00",0.0089,"2013-05-16 00:00",0.0063,"2013-03-11 00:00","","","","",0.026,0.015,0.0063,0.00265,0.00265,0.0025,0.0021,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88164",5,39.310833,-76.474444,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",77,0.001703,0.000614,0.006,"2013-07-18 00:00",0.004,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00","","","","",0.006,0.004,0.0019,0.0019,0.0019,0.0016,0.0015,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88165",5,39.310833,-76.474444,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",9,0.045054,0.049272,0.394,"2013-07-03 00:00",0.157,"2013-05-16 00:00",0.131,"2013-04-10 00:00",0.117,"2013-07-18 00:00","","","","",0.394,0.157,0.117,0.082,0.0535,0.0333,0.009,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88166",5,39.310833,-76.474444,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",77,0.007851,0.004315,0.019,"2013-06-12 00:00",0.019,"2013-08-20 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-02-15 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88167",5,39.310833,-76.474444,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",15,0.006859,0.005197,0.0283,"2013-01-28 00:00",0.0228,"2013-02-06 00:00",0.0219,"2013-02-15 00:00",0.0176,"2013-01-10 00:00","","","","",0.0283,0.0228,0.0176,0.0133,0.0089,0.006,0.0013,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88168",5,39.310833,-76.474444,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",74,0.00157,0.00242,0.0221,"2013-07-03 00:00",0.0058,"2013-08-23 00:00",0.0026,"2013-11-06 00:00",0.0023,"2013-01-13 00:00","","","","",0.0221,0.0058,0.0023,0.00175,0.00155,0.00115,0.00085,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88169",5,39.310833,-76.474444,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.815316,0.509425,2.91,"2013-07-18 00:00",2.33,"2013-06-12 00:00",2.15,"2013-01-28 00:00",1.85,"2013-10-04 00:00","","","","",2.91,2.33,1.85,1.38,1.07,0.687,0.34,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88176",5,39.310833,-76.474444,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",79,0.000966,0.000204,0.0013,"2013-02-06 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88180",5,39.310833,-76.474444,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,0.079729,0.17589,1.55,"2013-07-03 00:00",0.322,"2013-01-28 00:00",0.222,"2013-02-03 00:00",0.22,"2013-02-06 00:00","","","","",1.55,0.322,0.22,0.137,0.0738,0.044,0.0183,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88184",5,39.310833,-76.474444,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",51,0.067234,0.106191,0.553,"2013-10-13 00:00",0.529,"2013-03-11 00:00",0.362,"2013-05-04 00:00",0.36,"2013-04-16 00:00","","","","",0.553,0.529,0.36,0.21,0.059,0.027,0.0155,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88185",5,39.310833,-76.474444,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",75,0.003456,0.003743,0.0148,"2013-01-10 00:00",0.0126,"2013-07-12 00:00",0.0115,"2013-02-06 00:00",0.0115,"2013-02-15 00:00","","","","",0.0148,0.0126,0.0115,0.0115,0.0023,0.00165,0.0014,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88301",5,39.310833,-76.474444,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,8,"","","Certification not required",0,0.833494,0.738842,3.5,"2013-01-28 00:00",2.73,"2013-07-18 00:00",2.58,"2013-02-06 00:00",2.32,"2013-06-12 00:00","","","","",3.5,2.73,2.32,1.99,1.1,0.639,0.114,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88302",5,39.310833,-76.474444,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,8,"","","Certification not required",1,0.113852,0.209654,1.58,"2013-02-03 00:00",0.703,"2013-03-11 00:00",0.611,"2013-10-13 00:00",0.39,"2013-05-04 00:00","","","","",1.58,0.703,0.39,0.26,0.11,0.046,0.02,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88303",5,39.310833,-76.474444,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,8,"","","Certification not required",25,0.063505,0.177687,1.55,"2013-07-03 00:00",0.282,"2013-01-28 00:00",0.175,"2013-02-06 00:00",0.149,"2013-01-13 00:00","","","","",1.55,0.282,0.149,0.106,0.062,0.033,0.012,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88306",5,39.310833,-76.474444,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,8,"","","Certification not required",0,1.220753,1.270069,6.06,"2013-01-28 00:00",5.47,"2013-02-03 00:00",5.31,"2013-02-06 00:00",3.79,"2013-02-24 00:00","","","","",6.06,5.47,3.79,3.31,1.15,0.747,0.313,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88355",5,39.310833,-76.474444,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,2.351568,1.233448,6.12,"2013-10-04 00:00",5.77,"2013-01-28 00:00",5.02,"2013-07-18 00:00",4.82,"2013-10-31 00:00","","","","",6.12,5.77,4.82,4.07,3,2.04,1.02,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88357",5,39.310833,-76.474444,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.314959,0.192989,1.05,"2013-10-28 00:00",0.827,"2013-02-06 00:00",0.68,"2013-10-01 00:00",0.679,"2013-01-28 00:00","","","","",1.05,0.827,0.679,0.585,0.42,0.239,0.121,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88370",5,39.310833,-76.474444,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,2.049257,1.022537,4.93,"2013-01-28 00:00",4.55,"2013-10-04 00:00",4.4,"2013-07-18 00:00",4.19,"2013-10-31 00:00","","","","",4.93,4.55,4.19,3.49,2.68,1.81,0.913,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88374",5,39.310833,-76.474444,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",1,0.184784,0.159867,0.706,"2013-10-04 00:00",0.639,"2013-02-06 00:00",0.623,"2013-01-28 00:00",0.566,"2013-10-01 00:00","","","","",0.706,0.639,0.566,0.398,0.238,0.145,0.035,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88375",5,39.310833,-76.474444,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.544486,0.280243,1.37,"2013-07-18 00:00",1.23,"2013-10-04 00:00",1.21,"2013-10-31 00:00",1.08,"2013-01-28 00:00","","","","",1.37,1.23,1.08,0.956,0.712,0.502,0.241,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88376",5,39.310833,-76.474444,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.594757,0.326192,1.6,"2013-01-28 00:00",1.36,"2013-02-03 00:00",1.22,"2013-10-04 00:00",1.21,"2013-07-12 00:00","","","","",1.6,1.36,1.21,1.1,0.796,0.503,0.257,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88377",5,39.310833,-76.474444,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.427041,0.258703,1.22,"2013-01-28 00:00",1.18,"2013-07-18 00:00",1.03,"2013-02-06 00:00",0.94,"2013-02-03 00:00","","","","",1.22,1.18,0.94,0.817,0.576,0.341,0.171,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88378",5,39.310833,-76.474444,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",3,0.297595,0.162977,0.737,"2013-05-16 00:00",0.666,"2013-07-09 00:00",0.646,"2013-04-10 00:00",0.637,"2013-04-28 00:00","","","","",0.737,0.666,0.637,0.511,0.395,0.291,0.097,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88380",5,39.310833,-76.474444,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.618081,0.414877,2.25,"2013-10-04 00:00",2.1,"2013-10-28 00:00",1.52,"2013-01-28 00:00",1.49,"2013-10-01 00:00","","","","",2.25,2.1,1.49,1.03,0.803,0.537,0.21,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88383",5,39.310833,-76.474444,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.866311,0.47939,2.66,"2013-10-04 00:00",2.07,"2013-10-28 00:00",1.91,"2013-01-28 00:00",1.88,"2013-02-06 00:00","","","","",2.66,2.07,1.88,1.61,1.02,0.838,0.348,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88384",5,39.310833,-76.474444,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.049128,0.024729,0.166,"2013-08-11 00:00",0.134,"2013-07-30 00:00",0.0909,"2013-07-24 00:00",0.0897,"2013-08-20 00:00","","","","",0.166,0.134,0.0897,0.0797,0.0588,0.0461,0.0226,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88385",5,39.310833,-76.474444,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",73,0.001071,0.000607,0.00622,"2013-10-10 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-13 00:00","","","","",0.00622,0.001,0.001,0.001,0.001,0.001,0.001,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88388",5,39.310833,-76.474444,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",74,61,74,122,0,11,"","","Certification not required",0,0.600959,0.344979,2.04,"2013-10-04 00:00",1.29,"2013-07-09 00:00",1.25,"2013-01-28 00:00",1.22,"2013-10-31 00:00","","","","",2.04,1.29,1.22,1.1,0.749,0.594,0.199,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88403",5,39.310833,-76.474444,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,8,"","","Certification not required",0,2.204078,1.539873,8.66,"2013-07-18 00:00",7.37,"2013-06-12 00:00",5.71,"2013-01-28 00:00",5.41,"2013-09-10 00:00","","","","",8.66,7.37,5.41,4.1,2.93,1.81,0.761,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","005","3001","88502",5,39.310833,-76.474444,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,6,"","","Certification not required",0,10.177215,5.440328,33.3,"2013-01-28 00:00",23.5,"2013-07-18 00:00",23.3,"2013-10-04 00:00",21.8,"2013-02-03 00:00","","","","",33.3,23.5,21.8,17.3,12.7,9.1,4.4,"Essex","600 Dorsey Avenue","Maryland","Baltimore","Essex","Baltimore-Towson, MD","2014-02-13" +"24","009","0011","44201",1,38.536722,-76.617194,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5098,99,211,214,0,37,0,0,"Certification not required",120,0.049706,0.01147,0.082,"2013-08-27 14:00",0.077,"2013-05-15 17:00",0.075,"2013-09-08 14:00",0.073,"2013-07-16 14:00","","","","",0.075,0.073,0.069,0.064,0.057,0.051,0.035,"Calvert","350 Stafford Road","Maryland","Calvert","Prince Frederick","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","009","0011","44201",1,38.536722,-76.617194,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5082,99,211,214,0,0,0,0,"Certification not required",0,0.044635,0.010884,0.072,"2013-05-15 13:00",0.072,"2013-08-27 10:00",0.071,"2013-04-28 13:00",0.067,"2013-07-16 10:00","","","","",0.071,0.066,0.062,0.058,0.052,0.045,0.03,"Calvert","350 Stafford Road","Maryland","Calvert","Prince Frederick","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","009","0011","44201",1,38.536722,-76.617194,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5082,99,211,214,0,0,0,0,"Certification not required",0,0.044635,0.010884,0.072,"2013-05-15 13:00",0.072,"2013-08-27 10:00",0.071,"2013-04-28 13:00",0.067,"2013-07-16 10:00","","","","",0.071,0.066,0.062,0.058,0.052,0.045,0.03,"Calvert","350 Stafford Road","Maryland","Calvert","Prince Frederick","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","013","0001","44201",1,39.444167,-77.041667,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5075,98,210,214,0,22,0,0,"Certification not required",58,0.050995,0.012432,0.086,"2013-09-11 15:00",0.081,"2013-06-21 15:00",0.079,"2013-05-15 16:00",0.078,"2013-05-30 17:00","","","","",0.079,0.076,0.073,0.067,0.059,0.051,0.034,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-06" +"24","013","0001","44201",1,39.444167,-77.041667,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5059,98,209,214,0,0,0,0,"Certification not required",0,0.04545,0.011095,0.071,"2013-09-11 10:00",0.07,"2013-06-21 11:00",0.069,"2013-06-05 12:00",0.068,"2013-04-27 11:00","","","","",0.069,0.066,0.063,0.059,0.053,0.046,0.03,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-06" +"24","013","0001","44201",1,39.444167,-77.041667,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5059,98,209,214,0,0,0,0,"Certification not required",0,0.04545,0.011095,0.071,"2013-09-11 10:00",0.07,"2013-06-21 11:00",0.069,"2013-06-05 12:00",0.068,"2013-04-27 11:00","","","","",0.069,0.066,0.063,0.059,0.053,0.046,0.03,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-06" +"24","013","0001","61101",1,39.444167,-77.041667,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6512,74,270,365,0,0,"","","Certification not required",0,4.545332,2.822763,19.5,"2013-03-08 10:00",18.9,"2013-02-09 08:00",18.3,"2013-03-08 11:00",18,"2013-02-09 03:00","","","","",12.8,11.5,9.7,8.3,6.2,4.2,1.1,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-19" +"24","013","0001","61102",1,39.444167,-77.041667,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6512,74,270,365,0,0,"","","Certification not required",0,204.337838,112.802252,359,"2013-01-21 00:00",359,"2013-01-26 10:00",359,"2013-01-27 00:00",359,"2013-02-24 02:00","","","","",357,355,349,342,308,217,21,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-19" +"24","013","0001","62101",1,39.444167,-77.041667,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6512,74,270,365,0,0,"","","Certification not required",0,55.25906,18.163272,92,"2013-07-19 15:00",91,"2013-07-18 13:00",91,"2013-07-18 17:00",91,"2013-07-19 13:00","","","","",86,84,81,77,71,58,30,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-19" +"24","013","0001","62201",1,39.444167,-77.041667,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6512,74,270,365,0,0,"","","Certification not required",0,65.122236,17.896847,95,"2013-01-14 02:00",94,"2013-01-13 05:00",94,"2013-01-13 06:00",94,"2013-01-13 07:00","","","","",93,92,91,89,81,65,41,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-19" +"24","013","0001","64101",1,39.444167,-77.041667,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6511,74,270,365,0,1,"","","Certification not required",0,989.47581,6.324895,1007,"2013-01-10 09:00",1007,"2013-01-10 10:00",1007,"2013-04-21 08:00",1007,"2013-04-21 09:00","","","","",1003,1002,1000,997,994,990,981,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-19" +"24","013","0001","65102",1,39.444167,-77.041667,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6512,74,270,365,0,0,"","","Certification not required",0,0.004097,0.036659,1.31,"2013-08-07 22:00",0.98,"2013-01-30 19:00",0.86,"2013-01-30 23:00",0.66,"2013-06-10 01:00","","","","",0.12,0.05,0,0,0,0,0,"South Carroll","1300 W. Old Liberty Road","Maryland","Carroll","Eldersburg","Baltimore-Towson, MD","2013-11-19" +"24","015","0003","44201",1,39.701111,-75.86,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5080,99,211,214,0,52,0,0,"Certification not required",24,0.051583,0.013891,0.101,"2013-07-19 12:00",0.096,"2013-06-26 13:00",0.093,"2013-05-29 14:00",0.086,"2013-05-30 16:00","","","","",0.093,0.083,0.077,0.068,0.06,0.051,0.033,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-06" +"24","015","0003","44201",1,39.701111,-75.86,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,98,210,214,0,0,0,0,"Certification not required",0,0.045533,0.012085,0.083,"2013-07-19 09:00",0.08,"2013-05-29 11:00",0.076,"2013-06-26 10:00",0.072,"2013-05-30 10:00","","","","",0.076,0.07,0.064,0.06,0.054,0.047,0.029,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-06" +"24","015","0003","44201",1,39.701111,-75.86,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,98,210,214,0,0,3,3,"Certification not required",0,0.045533,0.012085,0.083,"2013-07-19 09:00",0.08,"2013-05-29 11:00",0.076,"2013-06-26 10:00",0.072,"2013-05-30 10:00","","","","",0.076,0.07,0.064,0.06,0.054,0.047,0.029,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-06" +"24","015","0003","61101",1,39.701111,-75.86,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6539,75,273,365,0,7,"","","Certification not required",0,6.141933,3.614189,26,"2013-02-09 09:00",23.2,"2013-02-09 10:00",23.1,"2013-02-09 08:00",23,"2013-02-09 01:00","","","","",18.1,16.2,13.5,11.2,7.8,5.3,2.3,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-15" +"24","015","0003","61102",1,39.701111,-75.86,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6538,75,273,365,0,8,"","","Certification not required",0,215.740593,105.886179,359,"2013-01-24 10:00",359,"2013-01-27 10:00",359,"2013-02-16 16:00",359,"2013-02-17 02:00","","","","",357,355,350,341,316,228,45,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-15" +"24","015","0003","62101",1,39.701111,-75.86,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6544,75,273,365,0,2,"","","Certification not required",0,55.462561,17.735317,91,"2013-07-18 13:00",91,"2013-07-18 14:00",91,"2013-07-18 15:00",91,"2013-07-18 16:00","","","","",85,83,80,77,71,59,31,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-15" +"24","015","0003","62201",1,39.701111,-75.86,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6544,75,273,365,0,2,"","","Certification not required",0,65.820752,18.033884,95,"2013-01-13 17:00",95,"2013-01-13 18:00",95,"2013-01-13 19:00",95,"2013-01-13 20:00","","","","",94,93,92,90,82,66,41,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-15" +"24","015","0003","64101",1,39.701111,-75.86,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6544,75,273,365,0,2,"","","Certification not required",0,1002.157855,6.627832,1021,"2013-04-21 21:00",1021,"2013-04-21 22:00",1021,"2013-04-21 23:00",1020,"2013-04-21 08:00","","","","",1017,1015,1013,1011,1007,1002,994,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-15" +"24","015","0003","65102",1,39.701111,-75.86,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6544,75,273,365,0,2,"","","Certification not required",0,0.005874,0.049097,1.46,"2013-06-28 16:00",1.16,"2013-06-24 13:00",0.96,"2013-07-01 05:00",0.85,"2013-08-13 05:00","","","","",0.15,0.07,0,0,0,0,0,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-15" +"24","015","0003","88101",3,39.701111,-75.86,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8298,95,354,365,0,403,"","","Certification not required",0,10.027597,6.628094,55,"2013-12-04 03:00",54,"2013-02-06 07:00",52,"2013-02-06 08:00",52,"2013-07-31 05:00","","","","",33,29,23,19,13,8,3,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-29" +"24","015","0003","88101",3,39.701111,-75.86,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,1,1,"Certification not required",0,9.912828,5.187024,39,"2013-12-04 00:00",32.3,"2013-12-03 00:00",29.2,"2013-12-02 00:00",28.6,"2013-02-06 00:00","","","","",28.6,24.6,20,15.9,12.3,8.5,5.2,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-29" +"24","015","0003","88101",3,39.701111,-75.86,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,9.929942,5.189174,39,"2013-12-04 00:00",32.3,"2013-12-03 00:00",29.2,"2013-12-02 00:00",28.6,"2013-02-06 00:00","","","","",28.6,24.6,20,15.9,12.4,8.5,5.2,"Fair Hill Natural Resource Management Area","4600 Telegraph Road","Maryland","Cecil","Rising Sun","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-29" +"24","017","0010","44201",1,38.504167,-76.811944,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4751,93,199,214,0,384,0,0,"Certification not required",272,0.048533,0.010738,0.075,"2013-09-11 16:00",0.073,"2013-07-16 12:00",0.072,"2013-07-17 10:00",0.07,"2013-05-15 17:00","","","","",0.073,0.07,0.067,0.063,0.055,0.048,0.034,"Southern Maryland","Oaks Road","Maryland","Charles","Hughesville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","017","0010","44201",1,38.504167,-76.811944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4728,90,193,214,0,0,0,0,"Certification not required",0,0.043337,0.010567,0.069,"2013-07-16 10:00",0.066,"2013-04-27 09:00",0.066,"2013-04-28 11:00",0.064,"2013-06-05 11:00","","","","",0.066,0.064,0.061,0.058,0.05,0.043,0.03,"Southern Maryland","Oaks Road","Maryland","Charles","Hughesville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","017","0010","44201",1,38.504167,-76.811944,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4728,90,193,214,0,0,0,0,"Certification not required",0,0.043337,0.010567,0.069,"2013-07-16 10:00",0.066,"2013-04-27 09:00",0.066,"2013-04-28 11:00",0.064,"2013-06-05 11:00","","","","",0.066,0.064,0.061,0.058,0.05,0.043,0.03,"Southern Maryland","Oaks Road","Maryland","Charles","Hughesville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","019","0004","42101",1,38.587635,-76.140449,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6502,74,273,365,0,46,0,0,"Certification not required",0,0.150022,0.036351,1.03,"2013-05-18 11:00",0.4,"2013-09-03 19:00",0.35,"2013-02-06 09:00",0.35,"2013-05-18 10:00","","","","",0.25,0.23,0.21,0.19,0.17,0.15,0.11,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42101",1,38.587635,-76.140449,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6520,74,271,365,0,0,0,0,"Certification not required",0,0.151994,0.051476,0.3,"2013-01-12 07:00",0.3,"2013-01-12 08:00",0.3,"2013-01-12 09:00",0.3,"2013-01-12 10:00",0.3,"2013-01-12 07:00",0.3,"2013-01-12 15:00",0.2,0.2,0.2,0.2,0.2,0.2,0.1,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42401",1,38.587635,-76.140449,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4820,55,205,365,0,1728,0,"","Certification not required",0,1.292195,1.058874,5.7,"2013-03-23 07:00",5.5,"2013-03-05 11:00",5.3,"2013-04-05 12:00",5.2,"2013-03-04 06:00","","","","",5.3,4.8,3.4,2.6,1.6,0.9,0.4,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42401",1,38.587635,-76.140449,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4820,55,205,365,0,1728,"","","Certification not required",0,0.566494,0.553459,5.7,"2013-03-23 07:00",5.5,"2013-03-05 11:00",5.4,"2013-03-23 03:00",5.3,"2013-04-05 12:00","","","","",3.1,2.2,1.5,1.1,0.7,0.4,0.2,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42401",1,38.587635,-76.140449,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",205,56,205,365,0,0,0,"","Certification not required",0,0.55561,0.368662,2.7,"2013-03-05 00:00",2.7,"2013-03-23 00:00",1.8,"2013-03-04 00:00",1.6,"2013-03-03 00:00","","","","",1.8,1.5,1.2,1,0.7,0.5,0.2,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42401",1,38.587635,-76.140449,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1507,52,199,365,0,0,"",0,"Certification not required",0,0.54081,0.52019,4.5,"2013-01-03 14:00",4.3,"2013-03-23 08:00",4.2,"2013-03-05 11:00",4.1,"2013-03-05 08:00","","","","",2.9,2.1,1.5,1.1,0.6,0.4,0.1,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42401",2,38.587635,-76.140449,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",57274,54,205,365,0,21314,"","","Certification not required",0,0.571018,0.587803,10.6,"2013-03-23 07:40",9.6,"2013-03-23 07:45",8.6,"2013-03-23 02:50",8.5,"2013-03-23 02:55","","","","",3.2,2.4,1.6,1.1,0.7,0.4,0.1,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-19" +"24","019","0004","42600",1,38.587635,-76.140449,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6046,69,258,365,0,502,"","","Certification not required",0,2.788703,2.695311,53.6,"2013-03-24 07:00",43,"2013-02-06 09:00",34.3,"2013-02-06 10:00",26.4,"2013-02-06 11:00","","","","",12.7,10.5,7.6,5.5,3.5,2.1,0.6,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42601",1,38.587635,-76.140449,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6046,69,258,365,0,502,"","","Certification not required",0,0.243334,0.608776,23.3,"2013-03-24 07:00",17.5,"2013-02-06 09:00",11.1,"2013-02-06 10:00",8.4,"2013-02-06 08:00","","","","",2.1,1.5,0.9,0.6,0.3,0.1,0,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","42612",1,38.587635,-76.140449,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6046,69,258,365,0,502,"","","Certification not required",0,2.514505,2.326985,30.2,"2013-03-24 07:00",25.5,"2013-02-06 09:00",23.2,"2013-02-06 10:00",22.2,"2013-01-09 21:00","","","","",11.7,9.5,6.9,5,3.2,1.9,0.6,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","44201",1,38.587635,-76.140449,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6997,94,201,214,0,295,0,0,"Certification not required",61,0.049483,0.011489,0.083,"2013-08-27 13:00",0.08,"2013-06-12 12:00",0.076,"2013-05-16 16:00",0.076,"2013-05-17 16:00","","","","",0.076,0.076,0.071,0.065,0.057,0.05,0.042,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-06" +"24","019","0004","44201",1,38.587635,-76.140449,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6986,93,198,214,0,0,0,0,"Certification not required",0,0.044323,0.01047,0.07,"2013-05-16 10:00",0.07,"2013-08-27 10:00",0.069,"2013-04-28 12:00",0.067,"2013-06-12 09:00","","","","",0.07,0.067,0.063,0.058,0.051,0.045,0.039,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-06" +"24","019","0004","44201",1,38.587635,-76.140449,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6986,93,198,214,0,0,0,0,"Certification not required",0,0.044323,0.01047,0.07,"2013-05-16 10:00",0.07,"2013-08-27 10:00",0.069,"2013-04-28 12:00",0.067,"2013-06-12 09:00","","","","",0.07,0.067,0.063,0.058,0.051,0.045,0.039,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-06" +"24","019","0004","61101",1,38.587635,-76.140449,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6434,73,270,365,0,75,"","","Certification not required",0,3.330339,2.266793,17.6,"2013-03-06 09:00",17.2,"2013-03-06 08:00",14.8,"2013-03-06 03:00",14.8,"2013-03-06 05:00","","","","",10.2,9.2,7.8,6.4,4.6,2.9,0.9,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","61102",1,38.587635,-76.140449,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6460,74,270,365,0,88,"","","Certification not required",0,200.751858,96.629676,359,"2013-01-26 17:00",359,"2013-02-08 07:00",359,"2013-02-10 05:00",359,"2013-02-23 02:00","","","","",354,349,339,326,291,201,64,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","62101",1,38.587635,-76.140449,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,6,"","","Certification not required",0,58.551819,17.190605,92,"2013-07-18 14:00",92,"2013-07-18 15:00",92,"2013-07-18 16:00",91,"2013-07-17 15:00","","","","",87,86,83,79,73,61,35,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","62201",1,38.587635,-76.140449,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6542,75,273,365,0,6,"","","Certification not required",0,67.689697,17.273655,94,"2013-01-12 06:00",94,"2013-01-12 07:00",94,"2013-01-12 08:00",94,"2013-01-12 23:00","","","","",93,93,91,90,84,68,44,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","64101",1,38.587635,-76.140449,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6540,75,273,365,0,8,"","","Certification not required",0,1016.209786,6.681674,1035,"2013-01-10 10:00",1035,"2013-01-27 09:00",1035,"2013-01-27 10:00",1035,"2013-01-27 11:00","","","","",1032,1030,1027,1025,1021,1016,1008,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-07" +"24","019","0004","65102",1,38.587635,-76.140449,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6538,75,273,365,0,10,"","","Certification not required",0,0.004399,0.037801,1.11,"2013-06-18 14:00",1.11,"2013-06-28 19:00",0.91,"2013-06-07 15:00",0.87,"2013-06-07 11:00","","","","",0.12,0.05,0,0,0,0,0,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2013-11-19" +"24","019","0004","88101",3,38.587635,-76.140449,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8245,94,351,365,0,496,"","","Certification not required",0,7.254821,5.26454,47,"2013-03-28 20:00",43,"2013-12-24 23:00",35,"2013-12-18 03:00",34,"2013-12-18 04:00","","","","",24,21,17,14,10,6,2,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2014-01-29" +"24","019","0004","88101",3,38.587635,-76.140449,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,0,0,"Certification not required",0,7.194135,4.043618,25,"2013-07-19 00:00",23.1,"2013-12-03 00:00",21.9,"2013-12-02 00:00",20.8,"2013-07-18 00:00","","","","",20.8,18,15.1,12.7,9.2,6.2,3.2,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2014-01-29" +"24","019","0004","88101",3,38.587635,-76.140449,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,"","","Certification not required",0,7.194135,4.043618,25,"2013-07-19 00:00",23.1,"2013-12-03 00:00",21.9,"2013-12-02 00:00",20.8,"2013-07-18 00:00","","","","",20.8,18,15.1,12.7,9.2,6.2,3.2,"Horn Point","University of Maryland for Environmental and Estuarine Studies","Maryland","Dorchester","Cambridge","Cambridge, MD","2014-01-29" +"24","019","9991","44201",1,38.445,-76.1114,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7683,97,207,214,0,333,0,0,"Certification not required",13,0.049913,0.011156,0.08,"2013-08-27 13:00",0.079,"2013-06-12 13:00",0.077,"2013-09-05 13:00",0.076,"2013-04-28 16:00","","","","",0.077,0.076,0.069,0.065,0.057,0.051,0.043,"Blackwater NWR","Blackwater National Wildlife Refuge, Cambridge, MD 21613","Maryland","Dorchester","","Cambridge, MD","2014-01-31" +"24","019","9991","44201",1,38.445,-76.1114,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7828,96,206,214,0,0,0,0,"Certification not required",0,0.045451,0.010466,0.073,"2013-04-28 12:00",0.071,"2013-05-16 10:00",0.07,"2013-08-27 10:00",0.068,"2013-06-05 12:00","","","","",0.07,0.067,0.063,0.059,0.053,0.047,0.04,"Blackwater NWR","Blackwater National Wildlife Refuge, Cambridge, MD 21613","Maryland","Dorchester","","Cambridge, MD","2014-01-31" +"24","019","9991","44201",1,38.445,-76.1114,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7828,96,206,214,0,0,0,0,"Certification not required",0,0.045451,0.010466,0.073,"2013-04-28 12:00",0.071,"2013-05-16 10:00",0.07,"2013-08-27 10:00",0.068,"2013-06-05 12:00","","","","",0.07,0.067,0.063,0.059,0.053,0.047,0.04,"Blackwater NWR","Blackwater National Wildlife Refuge, Cambridge, MD 21613","Maryland","Dorchester","","Cambridge, MD","2014-01-31" +"24","021","0037","44201",1,39.42276,-77.37519,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5016,97,207,214,0,116,0,0,"Certification not required",402,0.049957,0.011395,0.086,"2013-06-05 15:00",0.081,"2013-09-11 15:00",0.077,"2013-04-11 15:00",0.077,"2013-06-21 17:00","","","","",0.077,0.076,0.067,0.063,0.058,0.051,0.035,"Frederick Airport","Frederick County Airport ,180 E Airport Drive","Maryland","Frederick","Frederick","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","021","0037","44201",1,39.42276,-77.37519,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4997,97,207,214,0,0,0,0,"Certification not required",0,0.044531,0.010873,0.076,"2013-06-05 12:00",0.069,"2013-04-27 11:00",0.069,"2013-06-21 11:00",0.069,"2013-09-11 10:00","","","","",0.069,0.066,0.06,0.057,0.052,0.046,0.03,"Frederick Airport","Frederick County Airport ,180 E Airport Drive","Maryland","Frederick","Frederick","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","021","0037","44201",1,39.42276,-77.37519,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4997,97,207,214,0,0,1,1,"Certification not required",0,0.044531,0.010873,0.076,"2013-06-05 12:00",0.069,"2013-04-27 11:00",0.069,"2013-06-21 11:00",0.069,"2013-09-11 10:00","","","","",0.069,0.066,0.06,0.057,0.052,0.046,0.03,"Frederick Airport","Frederick County Airport ,180 E Airport Drive","Maryland","Frederick","Frederick","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","023","0002","42101",1,39.70595,-79.012,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8626,98,364,365,0,126,0,0,"Certification not required",0,0.156654,0.037435,0.507,"2013-08-16 08:00",0.444,"2013-08-22 12:00",0.381,"2013-03-30 20:00",0.336,"2013-08-22 18:00","","","","",0.263,0.24,0.219,0.203,0.179,0.154,0.111,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-07" +"24","023","0002","42101",1,39.70595,-79.012,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8701,99,362,365,0,0,0,0,"Certification not required",0,0.156568,0.051413,0.3,"2013-01-09 02:00",0.3,"2013-01-09 03:00",0.3,"2013-01-09 04:00",0.3,"2013-01-22 22:00",0.3,"2013-01-09 02:00",0.3,"2013-01-22 22:00",0.2,0.2,0.2,0.2,0.2,0.2,0.1,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-07" +"24","023","0002","42401",1,39.70595,-79.012,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6657,76,278,365,0,2073,0,"","Certification not required",0,2.857914,3.356538,26.7,"2013-04-06 05:00",22.4,"2013-07-16 09:00",22.1,"2013-01-13 22:00",19.5,"2013-03-17 17:00","","","","",22.4,12.7,7.8,5.8,3.9,1.7,0.4,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-12" +"24","023","0002","42401",1,39.70595,-79.012,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6657,76,278,365,0,2073,"","","Certification not required",0,0.854319,1.516798,35.8,"2013-01-29 22:00",26.7,"2013-04-06 05:00",25.5,"2013-04-06 07:00",25,"2013-04-06 06:00","","","","",5.8,4.6,3.2,2.3,1.1,0.4,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-12" +"24","023","0002","42401",1,39.70595,-79.012,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",278,76,278,365,0,0,0,"","Certification not required",0,0.843885,0.888687,5.4,"2013-04-06 00:00",4.8,"2013-01-03 00:00",3.7,"2013-01-26 00:00",3.7,"2013-03-17 00:00","","","","",3.7,3.3,2.7,2.1,1.2,0.6,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-12" +"24","023","0002","42401",1,39.70595,-79.012,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2186,75,274,365,0,0,"",0,"Certification not required",0,0.831519,1.376647,24.1,"2013-01-29 23:00",21.1,"2013-04-06 08:00",15,"2013-07-16 11:00",13.1,"2013-01-13 23:00","","","","",5.2,4.2,3.2,2.3,1.1,0.4,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-12" +"24","023","0002","42401",2,39.70595,-79.012,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",77146,73,279,365,0,27867,"","","Certification not required",0,0.850661,1.589578,41.1,"2013-01-29 22:20",40.8,"2013-01-29 22:15",40.1,"2013-01-29 22:25",39.7,"2013-01-29 22:10","","","","",6.1,4.7,3.2,2.3,1.1,0.4,-0.1,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-12" +"24","023","0002","42600",1,39.70595,-79.012,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6342,72,266,365,0,204,"","","Certification not required",0,3.219363,1.775073,22.4,"2013-01-09 00:00",19.9,"2013-01-08 21:00",19.6,"2013-01-08 20:00",18,"2013-01-08 23:00","","","","",9.5,8.2,6.8,5.4,3.8,2.8,1.6,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-05" +"24","023","0002","42601",1,39.70595,-79.012,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6342,72,266,365,0,204,"","","Certification not required",0,0.195932,0.220862,4,"2013-01-16 14:00",3.4,"2013-01-16 15:00",3,"2013-09-24 08:00",2.6,"2013-03-21 12:00","","","","",1,0.8,0.5,0.4,0.2,0.2,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-05" +"24","023","0002","42612",1,39.70595,-79.012,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6342,72,266,365,0,204,"","","Certification not required",0,3.052901,1.788872,22.2,"2013-01-09 00:00",19.5,"2013-01-08 21:00",19.3,"2013-01-08 20:00",17.8,"2013-01-08 23:00","","","","",8.9,8.1,6.7,5.3,3.8,2.6,1.4,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-05" +"24","023","0002","44201",1,39.70595,-79.012,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8700,99,212,214,0,51,0,0,"Certification not required",183,0.049344,0.0098,0.08,"2013-05-15 18:00",0.071,"2013-07-18 18:00",0.07,"2013-05-17 17:00",0.07,"2013-06-15 16:00","","","","",0.07,0.069,0.064,0.061,0.056,0.051,0.044,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-03" +"24","023","0002","44201",1,39.70595,-79.012,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,99,211,214,0,0,0,0,"Certification not required",0,0.045213,0.009623,0.077,"2013-05-15 14:00",0.066,"2013-04-27 10:00",0.066,"2013-05-17 11:00",0.064,"2013-04-26 12:00","","","","",0.066,0.064,0.061,0.057,0.052,0.047,0.041,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-03" +"24","023","0002","44201",1,39.70595,-79.012,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8717,99,211,214,0,0,1,1,"Certification not required",0,0.045213,0.009623,0.077,"2013-05-15 14:00",0.066,"2013-04-27 10:00",0.066,"2013-05-17 11:00",0.064,"2013-04-26 12:00","","","","",0.066,0.064,0.061,0.057,0.052,0.047,0.041,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-03" +"24","023","0002","61101",1,39.70595,-79.012,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6486,74,273,365,0,64,"","","Certification not required",0,4.46016,3.883916,64.3,"2013-02-27 03:00",64.3,"2013-02-27 04:00",64.3,"2013-02-27 05:00",64.3,"2013-02-27 06:00","","","","",14.8,12.9,10.9,9.1,6.3,3.6,0.9,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-11" +"24","023","0002","61102",1,39.70595,-79.012,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6486,74,273,365,0,64,"","","Certification not required",0,224.9963,86.492786,359,"2013-02-25 08:00",359,"2013-07-16 15:00",359,"2013-07-25 10:00",359,"2013-09-16 05:00","","","","",351,344,331,319,299,257,106,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-11" +"24","023","0002","62101",1,39.70595,-79.012,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6540,75,273,365,0,10,"","","Certification not required",0,48.582875,18.444247,85,"2013-07-18 15:00",84,"2013-07-18 13:00",84,"2013-07-18 14:00",83,"2013-07-17 16:00","","","","",79,77,73,70,64,52,23,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-11" +"24","023","0002","62201",1,39.70595,-79.012,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6540,75,273,365,0,10,"","","Certification not required",0,73.128899,17.377365,94,"2013-01-11 18:00",94,"2013-01-11 19:00",94,"2013-01-11 20:00",94,"2013-01-11 21:00","","","","",94,93,93,92,88,77,47,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-11" +"24","023","0002","63301",1,39.70595,-79.012,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",1378,16,57,365,0,5172,"","","Certification not required",637,0.23086,0.308488,1.11,"2013-05-20 10:00",1.1,"2013-05-26 12:00",1.1,"2013-06-15 12:00",1.09,"2013-05-26 11:00","","","","",1.05,1,0.89,0.77,0.41,0.04,0.005,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-13" +"24","023","0002","64101",1,39.70595,-79.012,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8746,100,365,365,0,8,"","","Certification not required",0,927.859136,5.901037,944,"2013-11-29 20:00",944,"2013-11-29 21:00",943,"2013-01-10 10:00",943,"2013-11-29 18:00","","","","",940,939,937,935,932,928,920,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-02-21" +"24","023","0002","65102",1,39.70595,-79.012,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6540,75,273,365,0,10,"","","Certification not required",0,0.004706,0.038909,1.15,"2013-06-23 17:00",0.97,"2013-07-02 12:00",0.95,"2013-09-11 15:00",0.86,"2013-07-04 15:00","","","","",0.15,0.06,0,0,0,0,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2013-12-11" +"24","023","0002","85101",2,39.70595,-79.012,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.916855,5.223777,29.2685,"2013-05-28 00:00",22.2897,"2013-05-10 00:00",22.011,"2013-05-16 00:00",20.8085,"2013-04-16 00:00","","","","",29.2685,22.2897,22.011,19.9076,14.8893,11.1666,6.4749,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","86101",1,39.70595,-79.012,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6085,69,257,365,0,2658,"","","Certification not required",0,3.14544,4.626097,65,"2013-10-19 15:00",64,"2013-11-17 09:00",60,"2013-01-31 01:00",44,"2013-01-31 00:00","","","","",17,14,11,9,6,3,-2,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-02-12" +"24","023","0002","86502",1,39.70595,-79.012,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.294118,4.148706,21,"2013-05-28 00:00",16,"2013-01-22 00:00",15,"2013-04-16 00:00",14,"2013-05-10 00:00","","","","",21,16,15,11,8,6,2,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88101",3,39.70595,-79.012,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6069,69,277,365,0,2467,"","","Certification not required",0,8.488548,4.916281,36,"2013-08-27 12:00",36,"2013-08-28 00:00",35,"2013-08-27 10:00",34,"2013-08-27 09:00","","","","",23,21,17,15,11,8,3,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-29" +"24","023","0002","88101",3,39.70595,-79.012,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,0,0,"Certification not required",0,8.408949,3.722645,25,"2013-08-27 00:00",23,"2013-12-04 00:00",19.2,"2013-12-03 00:00",18.5,"2013-10-03 00:00","","","","",19.2,17.6,15,13.8,10.3,8.2,4.5,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-29" +"24","023","0002","88101",3,39.70595,-79.012,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,8.408949,3.722645,25,"2013-08-27 00:00",23,"2013-12-04 00:00",19.2,"2013-12-03 00:00",18.5,"2013-10-03 00:00","","","","",19.2,17.6,15,13.8,10.3,8.2,4.5,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-29" +"24","023","0002","88103",1,39.70595,-79.012,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000216,0.000415,0.001,"2013-01-01 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-03 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88104",1,39.70595,-79.012,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.019214,0.014243,0.0691,"2013-05-16 00:00",0.0509,"2013-05-31 00:00",0.042,"2013-04-04 00:00",0.0419,"2013-04-16 00:00","","","","",0.0691,0.0509,0.042,0.039,0.0274,0.0148,0.0055,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88109",1,39.70595,-79.012,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00229,0.001124,0.0049,"2013-01-28 00:00",0.0046,"2013-04-10 00:00",0.0044,"2013-03-23 00:00",0.0041,"2013-03-11 00:00","","","","",0.0049,0.0046,0.0044,0.0038,0.0031,0.0022,0.0009,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88111",1,39.70595,-79.012,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.020553,0.012912,0.0579,"2013-04-04 00:00",0.0542,"2013-05-16 00:00",0.0505,"2013-04-10 00:00",0.0408,"2013-04-07 00:00","","","","",0.0579,0.0542,0.0505,0.0373,0.0269,0.0189,0.0078,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88112",1,39.70595,-79.012,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,9.8e-05,0.0003,0.001,"2013-02-18 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-05 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88114",1,39.70595,-79.012,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000575,0.000318,0.0016,"2013-01-25 00:00",0.0016,"2013-04-04 00:00",0.0011,"2013-05-25 00:00",0.001,"2013-02-24 00:00","","","","",0.0016,0.0016,0.0011,0.0009,0.0007,0.0005,0.0002,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88115",1,39.70595,-79.012,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.000825,0.00095,0.0052,"2013-03-11 00:00",0.0025,"2013-01-25 00:00",0.0023,"2013-01-13 00:00",0.0022,"2013-04-10 00:00","","","","",0.0052,0.0025,0.0023,0.0019,0.0012,0.0005,0.00015,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88126",1,39.70595,-79.012,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.021639,0.011793,0.0613,"2013-05-16 00:00",0.0423,"2013-04-28 00:00",0.0392,"2013-04-04 00:00",0.0391,"2013-04-07 00:00","","","","",0.0613,0.0423,0.0392,0.0351,0.0297,0.0205,0.0075,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88128",1,39.70595,-79.012,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001529,0.001046,0.004,"2013-02-09 00:00",0.004,"2013-02-24 00:00",0.004,"2013-04-28 00:00",0.003,"2013-01-25 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88132",1,39.70595,-79.012,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000941,0.00058,0.003,"2013-05-16 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-12 00:00",0.002,"2013-04-04 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0.001,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88136",1,39.70595,-79.012,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88140",1,39.70595,-79.012,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.005822,0.006097,0.0218,"2013-05-31 00:00",0.0187,"2013-01-13 00:00",0.018,"2013-05-04 00:00",0.017,"2013-03-11 00:00","","","","",0.0218,0.0187,0.018,0.016,0.0105,0.003,0.001,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88152",1,39.70595,-79.012,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.002173,0.002121,0.0066,"2013-03-17 00:00",0.0062,"2013-01-07 00:00",0.0061,"2013-01-01 00:00",0.0056,"2013-04-28 00:00","","","","",0.0066,0.0062,0.0061,0.0052,0.004,0.0012,0.00015,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88154",1,39.70595,-79.012,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000584,0.000377,0.0015,"2013-03-17 00:00",0.0014,"2013-03-29 00:00",0.0013,"2013-01-07 00:00",0.0012,"2013-02-06 00:00","","","","",0.0015,0.0014,0.0013,0.0011,0.0009,0.0006,0.0001,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88161",1,39.70595,-79.012,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001575,0.001039,0.0048,"2013-05-16 00:00",0.0035,"2013-04-28 00:00",0.0035,"2013-05-31 00:00",0.0034,"2013-04-04 00:00","","","","",0.0048,0.0035,0.0035,0.0031,0.0021,0.0013,0.0004,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88164",1,39.70595,-79.012,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000251,0.000174,0.0009,"2013-04-10 00:00",0.0006,"2013-01-10 00:00",0.0006,"2013-04-16 00:00",0.0006,"2013-05-16 00:00","","","","",0.0009,0.0006,0.0006,0.0004,0.0003,0.0002,5e-05,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88165",1,39.70595,-79.012,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.046343,0.038259,0.1752,"2013-05-16 00:00",0.12,"2013-04-16 00:00",0.1169,"2013-04-28 00:00",0.1112,"2013-04-10 00:00","","","","",0.1752,0.12,0.1169,0.103,0.07,0.0371,0.0108,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88167",1,39.70595,-79.012,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.004984,0.003117,0.0179,"2013-04-13 00:00",0.0094,"2013-02-24 00:00",0.0094,"2013-03-23 00:00",0.0092,"2013-03-29 00:00","","","","",0.0179,0.0094,0.0094,0.0083,0.0071,0.005,0.0017,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88168",1,39.70595,-79.012,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000237,0.000144,0.0006,"2013-03-05 00:00",0.0006,"2013-04-16 00:00",0.0005,"2013-04-07 00:00",0.0005,"2013-04-19 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.0002,0.0001,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88169",1,39.70595,-79.012,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.632996,0.290587,1.3392,"2013-03-17 00:00",1.2355,"2013-02-24 00:00",1.1668,"2013-05-16 00:00",1.1631,"2013-01-07 00:00","","","","",1.3392,1.2355,1.1668,1.0533,0.7898,0.5754,0.2962,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88176",1,39.70595,-79.012,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000191,0.000105,0.0006,"2013-01-25 00:00",0.0005,"2013-01-31 00:00",0.0004,"2013-03-02 00:00",0.0004,"2013-05-16 00:00","","","","",0.0006,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88180",1,39.70595,-79.012,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.028043,0.011921,0.0531,"2013-04-10 00:00",0.0496,"2013-05-16 00:00",0.0458,"2013-01-25 00:00",0.0448,"2013-01-28 00:00","","","","",0.0531,0.0496,0.0458,0.0429,0.0401,0.0254,0.0135,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88184",1,39.70595,-79.012,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.043657,0.056114,0.27,"2013-04-10 00:00",0.1803,"2013-04-19 00:00",0.174,"2013-05-04 00:00",0.165,"2013-03-11 00:00","","","","",0.27,0.1803,0.174,0.085,0.0558,0.0201,0.0015,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88185",1,39.70595,-79.012,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000733,0.000259,0.0016,"2013-02-18 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-04-16 00:00",0.0012,"2013-01-10 00:00","","","","",0.0016,0.0013,0.0013,0.0012,0.00065,0.00065,0.0006,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88203",1,39.70595,-79.012,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.028289,0.030945,0.1477,"2013-03-11 00:00",0.1125,"2013-05-07 00:00",0.0998,"2013-01-13 00:00",0.0972,"2013-04-19 00:00","","","","",0.1477,0.1125,0.0998,0.0703,0.0352,0.0151,0.0068,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88203",2,39.70595,-79.012,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.029406,0.028341,0.1281,"2013-03-11 00:00",0.1011,"2013-01-13 00:00",0.1005,"2013-05-07 00:00",0.0922,"2013-04-19 00:00","","","","",0.1281,0.1011,0.1005,0.0596,0.0413,0.0183,0.0074,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88306",1,39.70595,-79.012,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.81478,0.771242,3.403,"2013-03-23 00:00",2.8188,"2013-01-07 00:00",2.5612,"2013-02-24 00:00",2.285,"2013-02-06 00:00","","","","",3.403,2.8188,2.5612,2.133,1.01,0.5403,0.179,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88306",2,39.70595,-79.012,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.825129,0.794647,3.5924,"2013-03-23 00:00",2.803,"2013-01-07 00:00",2.4865,"2013-02-24 00:00",2.286,"2013-02-06 00:00","","","","",3.5924,2.803,2.4865,2.2475,1.0434,0.5284,0.1677,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88320",1,39.70595,-79.012,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.76,0.399194,1.69,"2013-05-31 00:00",1.67,"2013-05-16 00:00",1.62,"2013-05-28 00:00",1.42,"2013-01-28 00:00","","","","",1.69,1.67,1.62,1.36,1.04,0.69,0.33,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88321",1,39.70595,-79.012,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.182549,0.088155,0.42,"2013-03-23 00:00",0.39,"2013-01-28 00:00",0.37,"2013-01-25 00:00",0.32,"2013-04-04 00:00","","","","",0.42,0.39,0.37,0.29,0.24,0.17,0.08,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88324",1,39.70595,-79.012,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.024367,0.013402,0.0877,"2013-05-28 00:00",0.0587,"2013-01-16 00:00",0.0516,"2013-04-04 00:00",0.0438,"2013-05-19 00:00","","","","",0.0877,0.0587,0.0516,0.035,0.02875,0.0223,0.01565,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88325",1,39.70595,-79.012,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.177848,0.105443,0.4853,"2013-05-16 00:00",0.4826,"2013-05-28 00:00",0.4282,"2013-05-31 00:00",0.3401,"2013-01-28 00:00","","","","",0.4853,0.4826,0.4282,0.31,0.2392,0.1559,0.068,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88326",1,39.70595,-79.012,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.160476,0.116637,0.559,"2013-05-31 00:00",0.4229,"2013-05-28 00:00",0.3969,"2013-04-10 00:00",0.3496,"2013-04-28 00:00","","","","",0.559,0.4229,0.3969,0.3116,0.2218,0.1305,0.0354,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88327",1,39.70595,-79.012,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.156994,0.085912,0.404,"2013-05-16 00:00",0.3522,"2013-02-24 00:00",0.3075,"2013-04-10 00:00",0.2976,"2013-05-31 00:00","","","","",0.404,0.3522,0.3075,0.2721,0.2085,0.145,0.0638,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88328",1,39.70595,-79.012,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.247267,0.114384,0.5092,"2013-01-28 00:00",0.4922,"2013-05-16 00:00",0.478,"2013-04-07 00:00",0.4696,"2013-04-28 00:00","","","","",0.5092,0.4922,0.478,0.3935,0.3273,0.2341,0.1037,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88329",1,39.70595,-79.012,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.382092,0.185102,0.8293,"2013-01-28 00:00",0.6907,"2013-04-28 00:00",0.6709,"2013-05-16 00:00",0.6606,"2013-03-23 00:00","","","","",0.8293,0.6907,0.6709,0.6315,0.566,0.3568,0.1552,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88330",1,39.70595,-79.012,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.047927,0.021938,0.1125,"2013-05-16 00:00",0.1096,"2013-03-23 00:00",0.084,"2013-04-01 00:00",0.0824,"2013-04-04 00:00","","","","",0.1125,0.1096,0.084,0.0725,0.0617,0.0486,0.0197,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88331",1,39.70595,-79.012,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,5.1e-05,0.000142,0.001,"2013-05-28 00:00",0.0001,"2013-01-25 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.001,0.0001,0.0001,0.0001,5e-05,0,0,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88338",1,39.70595,-79.012,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.015871,0.004866,0.0299,"2013-05-07 00:00",0.02475,"2013-02-27 00:00",0.0247,"2013-04-10 00:00",0.0246,"2013-02-24 00:00","","","","",0.0299,0.02475,0.0247,0.02355,0.01585,0.01495,0.01095,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88338",2,39.70595,-79.012,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.016289,0.00644,0.0491,"2013-05-10 00:00",0.02415,"2013-02-24 00:00",0.0241,"2013-04-16 00:00",0.024,"2013-02-12 00:00","","","","",0.0491,0.02415,0.0241,0.0238,0.01585,0.0149,0.01115,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88339",1,39.70595,-79.012,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.611103,1.198643,5.52399,"2013-03-17 00:00",5.09627,"2013-02-24 00:00",4.81317,"2013-05-16 00:00",4.79775,"2013-01-07 00:00","","","","",5.52399,5.09627,4.81317,4.34495,3.25788,2.37361,1.22166,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88339",2,39.70595,-79.012,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.611103,1.198643,5.52399,"2013-03-17 00:00",5.09627,"2013-02-24 00:00",4.81317,"2013-05-16 00:00",4.79775,"2013-01-07 00:00","","","","",5.52399,5.09627,4.81317,4.34495,3.25788,2.37361,1.22166,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88344",1,39.70595,-79.012,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.051067,0.994921,4.3899,"2013-03-23 00:00",3.6363,"2013-01-07 00:00",3.3039,"2013-02-24 00:00",2.9478,"2013-02-06 00:00","","","","",4.3899,3.6363,3.3039,2.7516,1.3029,0.697,0.2309,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88344",2,39.70595,-79.012,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.064439,1.025089,4.6342,"2013-03-23 00:00",3.6159,"2013-01-07 00:00",3.2076,"2013-02-24 00:00",2.9489,"2013-02-06 00:00","","","","",4.6342,3.6159,3.2076,2.8993,1.346,0.6816,0.2163,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88348",1,39.70595,-79.012,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.246343,0.170196,0.8341,"2013-05-16 00:00",0.5445,"2013-04-04 00:00",0.5368,"2013-04-28 00:00",0.5343,"2013-04-10 00:00","","","","",0.8341,0.5445,0.5368,0.5332,0.3521,0.1856,0.0834,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88350",1,39.70595,-79.012,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.367961,0.718189,3.0368,"2013-05-31 00:00",3.0094,"2013-05-16 00:00",2.9151,"2013-05-28 00:00",2.5556,"2013-04-28 00:00","","","","",3.0368,3.0094,2.9151,2.4525,1.8652,1.2393,0.5947,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88403",1,39.70595,-79.012,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.942857,0.920005,3.9692,"2013-03-17 00:00",3.9349,"2013-02-24 00:00",3.8065,"2013-01-07 00:00",3.6272,"2013-05-16 00:00","","","","",3.9692,3.9349,3.8065,3.2575,2.466,1.7487,0.8914,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88403",2,39.70595,-79.012,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.950206,0.918606,4.0011,"2013-03-17 00:00",3.881,"2013-02-24 00:00",3.7798,"2013-01-07 00:00",3.6641,"2013-05-16 00:00","","","","",4.0011,3.881,3.7798,3.2481,2.4665,1.7688,0.8876,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","023","0002","88502",1,39.70595,-79.012,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.154902,2.252671,10.6,"2013-05-16 00:00",10.4,"2013-01-07 00:00",9.9,"2013-02-24 00:00",8.4,"2013-02-06 00:00","","","","",10.6,10.4,9.9,8.2,6.7,4.6,2.9,"Piney Run","Frostburg Reservoir, Finzel","Maryland","Garrett","Grantsville","","2014-01-28" +"24","025","1001","44201",1,39.41,-76.296667,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5077,99,211,214,0,57,0,0,"Certification not required",378,0.05246,0.013482,0.099,"2013-07-19 11:00",0.096,"2013-07-18 16:00",0.09,"2013-06-24 13:00",0.08,"2013-07-17 17:00","","","","",0.09,0.078,0.073,0.068,0.061,0.053,0.034,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-06" +"24","025","1001","44201",1,39.41,-76.296667,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5087,99,211,214,0,0,0,0,"Certification not required",0,0.04645,0.011881,0.08,"2013-07-18 11:00",0.078,"2013-07-19 09:00",0.073,"2013-07-17 11:00",0.072,"2013-06-29 10:00","","","","",0.073,0.071,0.064,0.061,0.054,0.047,0.03,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-06" +"24","025","1001","44201",1,39.41,-76.296667,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5087,99,211,214,0,0,2,2,"Certification not required",0,0.04645,0.011881,0.08,"2013-07-18 11:00",0.078,"2013-07-19 09:00",0.073,"2013-07-17 11:00",0.072,"2013-06-29 10:00","","","","",0.073,0.071,0.064,0.061,0.054,0.047,0.03,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-06" +"24","025","1001","61101",1,39.41,-76.296667,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",5229,60,210,365,0,1320,"","","Certification not required",0,2.994148,1.960934,21.9,"2013-03-25 05:00",21.6,"2013-03-25 06:00",21.6,"2013-03-25 07:00",21.6,"2013-03-25 08:00","","","","",8.2,7.3,6.3,5.6,4.2,2.7,0.7,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-19" +"24","025","1001","61102",1,39.41,-76.296667,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",5215,60,209,365,0,1320,"","","Certification not required",0,210.345158,102.791898,359,"2013-01-12 05:00",359,"2013-01-21 04:00",359,"2013-02-14 12:00",359,"2013-03-08 19:00","","","","",355,353,344,331,289,225,33,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-19" +"24","025","1001","62101",1,39.41,-76.296667,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5594,64,229,365,0,955,"","","Certification not required",0,57.792992,17.839854,92,"2013-07-17 15:00",91,"2013-06-25 14:00",91,"2013-07-16 14:00",91,"2013-07-16 15:00","","","","",87,85,82,79,73,61,33,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-19" +"24","025","1001","62201",1,39.41,-76.296667,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5593,64,229,365,0,956,"","","Certification not required",0,66.429465,18.620429,95,"2013-01-14 08:00",95,"2013-01-14 09:00",95,"2013-01-30 08:00",94,"2013-01-12 23:00","","","","",93,93,92,90,83,68,40,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-19" +"24","025","1001","64101",1,39.41,-76.296667,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5587,64,229,365,0,962,"","","Certification not required",0,1015.031681,6.90529,1034,"2013-04-21 09:00",1034,"2013-04-21 10:00",1034,"2013-04-21 21:00",1034,"2013-04-21 22:00","","","","",1031,1029,1027,1024,1020,1015,1006,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-19" +"24","025","1001","65102",1,39.41,-76.296667,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5586,64,229,365,0,963,"","","Certification not required",0,0.004635,0.039531,1.34,"2013-08-28 19:00",0.91,"2013-06-03 15:00",0.76,"2013-06-07 02:00",0.66,"2013-07-28 18:00","","","","",0.12,0.06,0,0,0,0,0,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2013-11-19" +"24","025","1001","88101",3,39.41,-76.296667,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8347,95,358,365,0,374,"","","Certification not required",0,9.693099,7.026805,144.6,"2013-07-06 12:00",87,"2013-03-17 03:00",73.6,"2013-07-20 20:00",50,"2013-01-28 00:00","","","","",34,30.4,23.4,18,12.6,8,3,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2014-02-04" +"24","025","1001","88101",3,39.41,-76.296667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,0,0,"Certification not required",0,9.628863,5.230154,32.3,"2013-12-04 00:00",30.7,"2013-01-27 00:00",29.3,"2013-01-29 00:00",27.8,"2013-12-01 00:00","","","","",27.8,26.9,20.5,16.6,12.1,8.3,4.8,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2014-02-04" +"24","025","1001","88101",3,39.41,-76.296667,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,9.64564,5.231786,32.3,"2013-12-04 00:00",30.7,"2013-01-27 00:00",29.3,"2013-01-29 00:00",27.8,"2013-12-01 00:00","","","","",27.8,26.9,20.5,16.6,12.1,8.3,4.8,"Edgewood"," Edgewood Chemical Biological Center (APG), Waehli Road","Maryland","Harford","Edgewood","Baltimore-Towson, MD","2014-02-04" +"24","025","9001","44201",1,39.563333,-76.203889,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4953,96,205,214,0,183,0,0,"Certification not required",25,0.051385,0.013192,0.101,"2013-07-19 12:00",0.085,"2013-07-18 17:00",0.083,"2013-05-30 12:00",0.083,"2013-06-24 12:00","","","","",0.083,0.078,0.071,0.068,0.06,0.051,0.034,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-06" +"24","025","9001","44201",1,39.563333,-76.203889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4951,96,205,214,0,0,0,0,"Certification not required",0,0.04542,0.011341,0.075,"2013-07-19 10:00",0.068,"2013-05-29 11:00",0.068,"2013-05-30 10:00",0.068,"2013-06-29 11:00","","","","",0.068,0.068,0.063,0.061,0.053,0.046,0.03,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-06" +"24","025","9001","44201",1,39.563333,-76.203889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4951,96,205,214,0,0,0,0,"Certification not required",0,0.04542,0.011341,0.075,"2013-07-19 10:00",0.068,"2013-05-29 11:00",0.068,"2013-05-30 10:00",0.068,"2013-06-29 11:00","","","","",0.068,0.068,0.063,0.061,0.053,0.046,0.03,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-06" +"24","025","9001","61101",1,39.563333,-76.203889,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6513,74,273,365,0,33,"","","Certification not required",0,4.75099,2.779098,17.8,"2013-03-08 12:00",17.2,"2013-03-08 13:00",16.9,"2013-03-06 18:00",16.7,"2013-03-06 17:00","","","","",13.1,11.7,9.6,8.4,6.4,4.3,1.5,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-12" +"24","025","9001","61102",1,39.563333,-76.203889,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6518,74,273,365,0,31,"","","Certification not required",0,218.014115,97.928898,359,"2013-01-15 12:00",359,"2013-02-08 12:00",359,"2013-02-23 23:00",359,"2013-03-18 20:00","","","","",356,354,346,336,309,218,84,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-12" +"24","025","9001","62101",1,39.563333,-76.203889,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,0,"","","Certification not required",0,55.905496,17.709014,92,"2013-07-18 14:00",91,"2013-07-18 13:00",90,"2013-07-15 15:00",90,"2013-07-15 16:00","","","","",85,83,80,77,71,59,32,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-12" +"24","025","9001","62201",1,39.563333,-76.203889,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6550,75,273,365,0,0,"","","Certification not required",0,66.107634,17.837482,94,"2013-01-13 08:00",94,"2013-01-13 09:00",94,"2013-01-13 10:00",94,"2013-01-13 11:00","","","","",93,93,91,90,82,66,42,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-12" +"24","025","9001","64101",1,39.563333,-76.203889,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6550,75,273,365,0,0,"","","Certification not required",0,1002.199237,6.564723,1021,"2013-04-21 22:00",1020,"2013-01-10 10:00",1020,"2013-04-21 08:00",1020,"2013-04-21 09:00","","","","",1017,1015,1013,1010,1007,1002,994,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-12" +"24","025","9001","65102",1,39.563333,-76.203889,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6550,75,273,365,0,0,"","","Certification not required",0,0.00555,0.04538,1.15,"2013-06-18 11:00",1,"2013-08-28 18:00",0.94,"2013-08-01 18:00",0.85,"2013-08-13 05:00","","","","",0.18,0.07,0,0,0,0,0,"Aldino","3560 Aldino Road","Maryland","Harford","","Baltimore-Towson, MD","2013-11-12" +"24","029","0002","44201",1,39.3052,-75.7972,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4871,95,203,214,0,215,0,0,"Certification not required",140,0.050931,0.012244,0.084,"2013-06-25 14:00",0.08,"2013-05-29 14:00",0.079,"2013-06-17 14:00",0.079,"2013-06-26 15:00","","","","",0.079,0.075,0.069,0.065,0.059,0.052,0.034,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-06" +"24","029","0002","44201",1,39.3052,-75.7972,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4872,94,201,214,0,0,0,0,"Certification not required",0,0.045587,0.011262,0.078,"2013-06-25 11:00",0.071,"2013-04-28 10:00",0.069,"2013-05-29 10:00",0.067,"2013-06-17 10:00","","","","",0.069,0.066,0.063,0.059,0.054,0.047,0.03,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-06" +"24","029","0002","44201",1,39.3052,-75.7972,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4872,94,201,214,0,0,1,1,"Certification not required",0,0.045587,0.011262,0.078,"2013-06-25 11:00",0.071,"2013-04-28 10:00",0.069,"2013-05-29 10:00",0.067,"2013-06-17 10:00","","","","",0.069,0.066,0.063,0.059,0.054,0.047,0.03,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-06" +"24","029","0002","61101",1,39.3052,-75.7972,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6479,74,270,365,0,19,"","","Certification not required",0,5.005325,3.311247,24.8,"2013-01-31 01:00",24.3,"2013-01-31 00:00",24.1,"2013-01-30 23:00",22.1,"2013-01-30 21:00","","","","",14.9,13.4,11.4,9.6,6.8,4.4,1.3,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-18" +"24","029","0002","61102",1,39.3052,-75.7972,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6479,74,270,365,0,19,"","","Certification not required",0,200.363019,98.371942,359,"2013-01-10 18:00",359,"2013-01-27 02:00",359,"2013-02-06 05:00",359,"2013-02-10 01:00","","","","",356,352,342,327,291,204,60,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-18" +"24","029","0002","62101",1,39.3052,-75.7972,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6492,74,270,365,0,6,"","","Certification not required",0,56.955484,17.582414,92,"2013-07-18 15:00",91,"2013-07-17 14:00",91,"2013-07-17 15:00",91,"2013-07-18 13:00","","","","",87,85,82,78,72,60,33,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-18" +"24","029","0002","62201",1,39.3052,-75.7972,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6492,74,270,365,0,6,"","","Certification not required",0,67.252619,18.248476,94,"2013-01-13 04:00",94,"2013-01-13 05:00",94,"2013-01-13 06:00",94,"2013-01-13 07:00","","","","",93,92,91,90,85,68,42,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-18" +"24","029","0002","64101",1,39.3052,-75.7972,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6492,74,270,365,0,6,"","","Certification not required",0,1013.709489,6.736634,1032,"2013-01-10 10:00",1032,"2013-01-27 09:00",1032,"2013-01-27 10:00",1032,"2013-01-27 11:00","","","","",1029,1027,1025,1022,1018,1014,1005,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-18" +"24","029","0002","65102",1,39.3052,-75.7972,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6492,74,270,365,0,6,"","","Certification not required",0,0.00527,0.043784,1.26,"2013-08-01 10:00",1.1,"2013-06-18 13:00",0.93,"2013-08-13 08:00",0.89,"2013-07-28 19:00","","","","",0.14,0.07,0,0,0,0,0,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2013-11-18" +"24","029","0002","88101",3,39.3052,-75.7972,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7891,90,344,365,0,466,"","","Certification not required",0,8.913319,6.312909,112,"2013-02-25 12:00",58,"2013-02-25 11:00",40,"2013-02-06 08:00",40,"2013-10-05 21:00","","","","",29,26,21,17,12,7,2,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2014-01-29" +"24","029","0002","88101",3,39.3052,-75.7972,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,0,0,"Certification not required",0,8.889752,5.03869,29.4,"2013-07-19 00:00",26.8,"2013-07-18 00:00",25.5,"2013-01-28 00:00",24,"2013-12-04 00:00","","","","",24,22.2,19.2,16.1,11.4,8,3.7,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2014-01-29" +"24","029","0002","88101",3,39.3052,-75.7972,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,8.889752,5.03869,29.4,"2013-07-19 00:00",26.8,"2013-07-18 00:00",25.5,"2013-01-28 00:00",24,"2013-12-04 00:00","","","","",24,22.2,19.2,16.1,11.4,8,3.7,"Millington","Millington Wildlife Management Area, Massey - Maryland Line Road (Route 330)","Maryland","Kent","Millington","","2014-01-29" +"24","031","3001","44201",1,39.114444,-77.106944,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5048,98,210,214,0,36,0,0,"Certification not required",561,0.050038,0.012976,0.086,"2013-09-11 13:00",0.083,"2013-04-11 14:00",0.077,"2013-04-27 15:00",0.077,"2013-05-15 15:00","","","","",0.077,0.077,0.072,0.066,0.059,0.051,0.033,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-12" +"24","031","3001","44201",1,39.114444,-77.106944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5038,98,209,214,0,0,0,0,"Certification not required",0,0.043923,0.01221,0.072,"2013-09-11 10:00",0.07,"2013-04-27 11:00",0.069,"2013-05-17 12:00",0.069,"2013-06-05 11:00","","","","",0.069,0.068,0.062,0.059,0.053,0.044,0.027,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-12" +"24","031","3001","44201",1,39.114444,-77.106944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5038,98,209,214,0,0,0,0,"Certification not required",0,0.043923,0.01221,0.072,"2013-09-11 10:00",0.07,"2013-04-27 11:00",0.069,"2013-05-17 12:00",0.069,"2013-06-05 11:00","","","","",0.069,0.068,0.062,0.059,0.053,0.044,0.027,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-12" +"24","031","3001","61101",1,39.114444,-77.106944,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6499,74,270,365,0,0,"","","Certification not required",0,2.031266,1.446502,9.6,"2013-01-31 12:00",9.5,"2013-01-31 09:00",9.5,"2013-01-31 13:00",9.4,"2013-01-31 07:00","","","","",7,6.2,5.2,4.2,2.5,1.6,0.7,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-12" +"24","031","3001","61102",1,39.114444,-77.106944,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6499,74,270,365,0,0,"","","Certification not required",0,207.853054,104.768265,359,"2013-01-10 15:00",359,"2013-02-05 05:00",359,"2013-02-16 12:00",359,"2013-02-22 00:00","","","","",354,350,341,329,303,230,53,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-12" +"24","031","3001","62101",1,39.114444,-77.106944,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6499,74,270,365,0,0,"","","Certification not required",0,56.100477,17.755016,93,"2013-07-17 17:00",92,"2013-07-17 18:00",91,"2013-07-17 16:00",91,"2013-07-18 12:00","","","","",86,84,81,78,71,59,32,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-12" +"24","031","3001","62201",1,39.114444,-77.106944,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6499,74,270,365,0,0,"","","Certification not required",0,60.971996,17.883153,92,"2013-01-13 07:00",92,"2013-01-13 08:00",92,"2013-01-13 09:00",92,"2013-01-13 11:00","","","","",90,89,87,84,77,61,37,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-12" +"24","031","3001","64101",1,39.114444,-77.106944,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8707,99,362,365,0,0,"","","Certification not required",0,1002.377168,6.773072,1024,"2013-11-29 23:00",1024,"2013-11-30 00:00",1023,"2013-11-29 19:00",1023,"2013-11-29 20:00","","","","",1018,1017,1013,1011,1007,1002,994,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-21" +"24","031","3001","65102",1,39.114444,-77.106944,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6499,74,270,365,0,0,"","","Certification not required",0,0.002196,0.02093,0.83,"2013-09-12 15:00",0.58,"2013-06-10 18:00",0.39,"2013-03-12 09:00",0.38,"2013-09-12 14:00","","","","",0.05,0.02,0,0,0,0,0,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-12" +"24","031","3001","88101",3,39.114444,-77.106944,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8344,95,355,365,0,354,"","","Certification not required",0,8.138303,5.924799,59,"2013-01-28 20:00",47,"2013-12-01 23:00",45,"2013-09-27 19:00",44,"2013-11-28 22:00","","","","",28,24,20,16,11,7,2,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-29" +"24","031","3001","88101",3,39.114444,-77.106944,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,0,0,"Certification not required",0,8.081792,4.531409,27.4,"2013-01-28 00:00",27.1,"2013-12-01 00:00",25.7,"2013-01-27 00:00",25.2,"2013-12-02 00:00","","","","",25.2,21.3,17.2,14,10,7,3.5,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-29" +"24","031","3001","88101",3,39.114444,-77.106944,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,8.081792,4.531409,27.4,"2013-01-28 00:00",27.1,"2013-12-01 00:00",25.7,"2013-01-27 00:00",25.2,"2013-12-02 00:00","","","","",25.2,21.3,17.2,14,10,7,3.5,"Rockville","Lathrop E. Smith Environmental Education Center, 5110 Meadowside Lane","Maryland","Montgomery","Rockville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-29" +"24","033","0030","42101",1,39.055277,-76.878333,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8689,99,363,365,0,49,0,0,"Certification not required",0,0.22212,0.096343,1.043,"2013-01-09 04:00",0.998,"2013-01-09 03:00",0.975,"2013-12-04 00:00",0.962,"2013-11-15 10:00","","","","",0.624,0.527,0.405,0.326,0.245,0.196,0.144,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-07" +"24","033","0030","42101",1,39.055277,-76.878333,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8698,99,362,365,0,0,0,0,"Certification not required",0,0.225799,0.08716,0.9,"2013-01-09 07:00",0.9,"2013-01-09 08:00",0.9,"2013-01-09 09:00",0.9,"2013-01-09 10:00",0.9,"2013-01-09 07:00",0.9,"2013-12-04 05:00",0.6,0.5,0.4,0.3,0.2,0.2,0.2,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-07" +"24","033","0030","42401",1,39.055277,-76.878333,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7772,89,330,365,0,988,0,"","Certification not required",0,1.568182,1.611939,12.3,"2013-02-05 16:00",10.4,"2013-12-17 22:00",10.3,"2013-02-12 22:00",6.5,"2013-01-03 10:00","","","","",6.5,6,4.8,3.6,2,1.1,0.2,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-12" +"24","033","0030","42401",1,39.055277,-76.878333,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7772,89,330,365,0,988,"","","Certification not required",0,0.531884,0.753075,12.3,"2013-02-05 16:00",10.4,"2013-12-17 22:00",10.3,"2013-02-12 22:00",10.1,"2013-02-05 15:00","","","","",3.6,2.7,1.8,1.3,0.7,0.3,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-12" +"24","033","0030","42401",1,39.055277,-76.878333,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",330,90,330,365,0,0,0,"","Certification not required",0,0.535455,0.479853,2.9,"2013-02-05 00:00",2.5,"2013-03-05 00:00",2.3,"2013-12-17 00:00",2.2,"2013-01-26 00:00","","","","",2.2,1.8,1.5,1.2,0.8,0.4,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-12" +"24","033","0030","42401",1,39.055277,-76.878333,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2480,85,327,365,0,0,"",0,"Certification not required",0,0.512056,0.706156,8.3,"2013-02-05 17:00",7.7,"2013-12-17 23:00",6.6,"2013-02-12 23:00",5.7,"2013-11-21 11:00","","","","",3.4,2.5,1.8,1.3,0.7,0.3,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-12" +"24","033","0030","42401",2,39.055277,-76.878333,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",93439,89,330,365,0,11664,"","","Certification not required",0,0.532352,0.772202,17.1,"2013-02-05 16:15",16.6,"2013-02-05 16:10",16.5,"2013-02-05 16:05",16.5,"2013-02-05 16:20","","","","",3.8,2.7,1.8,1.3,0.7,0.3,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-12" +"24","033","0030","42600",1,39.055277,-76.878333,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8345,95,346,365,0,415,"","","Certification not required",0,10.543032,14.74774,247.3,"2013-01-29 08:00",155.6,"2013-12-19 08:00",141.8,"2013-11-15 08:00",136.2,"2013-01-29 09:00","","","","",79.6,59.6,36.8,23.4,11.2,5.7,2,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","42601",1,39.055277,-76.878333,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8345,95,346,365,0,415,"","","Certification not required",0,2.499557,9.011324,215.5,"2013-01-29 08:00",124.1,"2013-12-19 08:00",108.4,"2013-01-29 09:00",105,"2013-11-15 08:00","","","","",48.6,31.7,13.4,4.3,0.9,0.1,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","42601",2,39.055277,-76.878333,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8636,99,363,365,0,124,"","","Certification not required",0,2.499294,8.380714,118.3,"2013-11-15 10:00",108,"2013-11-15 08:00",104.6,"2013-12-19 08:00",104,"2013-01-29 09:00","","","","",45.9,30.3,13,4.4,1,0.2,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","42602",1,39.055277,-76.878333,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8636,99,363,365,0,124,0,"","Certification not required",0,17.03719,8.853571,48.4,"2013-11-15 10:00",42.9,"2013-03-30 00:00",40.6,"2013-04-03 05:00",38.9,"2013-03-15 07:00","","","","",38.9,36.7,33.9,30.8,22.8,15.3,6.7,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","42602",1,39.055277,-76.878333,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8636,99,363,365,0,124,"","","Certification not required",0,7.975834,6.779609,48.4,"2013-11-15 10:00",42.9,"2013-03-30 00:00",42.2,"2013-11-15 11:00",40.6,"2013-04-03 05:00","","","","",31.4,28.8,23.2,17.7,10.2,5.6,2.2,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","42603",1,39.055277,-76.878333,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8636,99,363,365,0,124,"","","Certification not required",0,10.523495,13.538921,166.7,"2013-11-15 10:00",139,"2013-11-15 08:00",133.7,"2013-12-19 08:00",132.1,"2013-01-29 09:00","","","","",74.1,56.5,34.3,22.5,11.4,6.1,2.4,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","42612",1,39.055277,-76.878333,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8345,95,346,365,0,415,"","","Certification not required",0,8.015938,7.466717,44.1,"2013-03-15 06:00",43.6,"2013-03-30 00:00",42.2,"2013-11-15 09:00",42.1,"2013-11-15 00:00","","","","",33.7,31.1,25.4,18.7,10.1,5.3,1.8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-14" +"24","033","0030","43000",1,39.055277,-76.878333,"WGS84","Sum of PAMS target compounds","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,66.391102,76.281702,657.5,"2013-07-18 00:00",564.7,"2013-07-18 03:00",495.9,"2013-07-30 00:00",481.6,"2013-06-15 00:00","","","","",495.9,316.7,169.1,113.3,73,47.4,23.5,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43000",2,39.055277,-76.878333,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,73.264444,40.545004,168,"2013-01-10 00:00",157.4,"2013-05-10 00:00",155.7,"2013-03-05 00:00",136.8,"2013-06-15 00:00","","","","",168,168,155.7,132.5,95.2,72.9,27.6,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43102",1,39.055277,-76.878333,"WGS84","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,147.174492,115.167404,805.97,"2013-07-18 00:00",786.49,"2013-07-18 03:00",632.85,"2013-07-30 00:00",543.04,"2013-06-15 00:00","","","","",632.85,452.37,366.95,277.25,197.95,106.38,50.12,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43102",2,39.055277,-76.878333,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,156.515778,100.040069,492.6,"2013-03-11 00:00",424.75,"2013-03-05 00:00",311.66,"2013-02-27 00:00",309.49,"2013-02-03 00:00","","","","",492.6,492.6,311.66,271.26,215.62,123.5,51.5,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43141",1,39.055277,-76.878333,"WGS84","n-Dodecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",41,0.350339,0.571492,6.6,"2013-06-24 09:00",4.14,"2013-06-24 06:00",2.71,"2013-06-24 03:00",2.38,"2013-06-24 12:00","","","","",2.71,1.38,0.83,0.64,0.42,0.24,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43141",2,39.055277,-76.878333,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.856,1.381503,5.69,"2013-04-28 00:00",5.27,"2013-04-16 00:00",3.68,"2013-03-17 00:00",3.21,"2013-08-02 00:00","","","","",5.69,5.69,3.68,3.18,0.9,0.2,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43202",1,39.055277,-76.878333,"WGS84","Ethane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,21.707203,55.241656,447.58,"2013-07-18 00:00",388.34,"2013-07-30 00:00",354.28,"2013-07-18 03:00",336.03,"2013-06-15 00:00","","","","",354.28,228.97,96.31,37.33,12.94,6.99,2.65,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43202",2,39.055277,-76.878333,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,26.598667,29.599523,106.59,"2013-01-10 00:00",96.84,"2013-05-10 00:00",94.21,"2013-03-05 00:00",91.96,"2013-03-29 00:00","","","","",106.59,106.59,94.21,87.85,39.67,10.94,4.02,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43203",1,39.055277,-76.878333,"WGS84","Ethylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.123644,0.681329,4.23,"2013-06-27 00:00",4.16,"2013-07-15 06:00",3.68,"2013-07-18 00:00",3.35,"2013-07-18 03:00","","","","",3.68,3.34,2.59,1.84,1.47,0.96,0.45,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43203",2,39.055277,-76.878333,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.359111,0.792498,4.04,"2013-01-16 00:00",3.82,"2013-01-28 00:00",3.45,"2013-02-03 00:00",2.56,"2013-02-15 00:00","","","","",4.04,4.04,3.45,2.24,1.54,1.22,0.69,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43204",1,39.055277,-76.878333,"WGS84","Propane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,8.523602,10.151095,83.9,"2013-06-15 00:00",76.5,"2013-07-18 00:00",68.1,"2013-07-18 03:00",42.24,"2013-07-24 03:00","","","","",68.1,41.39,22.56,16.61,10.57,5.48,1.8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43204",2,39.055277,-76.878333,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,9.583556,7.529943,33.71,"2013-01-22 00:00",27.33,"2013-05-10 00:00",24.35,"2013-01-10 00:00",22.51,"2013-06-15 00:00","","","","",33.71,33.71,24.35,20.4,12.85,7.01,2.15,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43205",1,39.055277,-76.878333,"WGS84","Propylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.466102,0.274763,1.59,"2013-08-11 03:00",1.54,"2013-07-15 06:00",1.49,"2013-07-18 00:00",1.34,"2013-07-18 03:00","","","","",1.49,1.31,1.04,0.8,0.58,0.42,0.18,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43205",2,39.055277,-76.878333,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.495556,0.232922,1.34,"2013-01-16 00:00",1.05,"2013-02-03 00:00",1.03,"2013-01-28 00:00",0.81,"2013-09-25 00:00","","","","",1.34,1.34,1.03,0.79,0.59,0.41,0.29,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43206",1,39.055277,-76.878333,"WGS84","Acetylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.111822,0.707785,5.64,"2013-07-18 00:00",4.55,"2013-07-18 03:00",3.72,"2013-08-20 00:00",3.45,"2013-08-20 06:00","","","","",3.72,3.42,2.48,1.88,1.27,0.92,0.55,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43206",2,39.055277,-76.878333,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.035556,1.541131,6.62,"2013-01-28 00:00",6.58,"2013-01-16 00:00",5.73,"2013-02-03 00:00",4.77,"2013-02-15 00:00","","","","",6.62,6.62,5.73,4.18,2.62,1.63,0.69,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43207",1,39.055277,-76.878333,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.137333,0.012505,0.14,"2013-01-04 00:00",0.14,"2013-01-10 00:00",0.14,"2013-01-16 00:00",0.14,"2013-01-22 00:00","","","","",0.14,0.14,0.14,0.14,0.14,0.14,0.14,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43208",1,39.055277,-76.878333,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.039111,0.005963,0.06,"2013-04-04 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00","","","","",0.06,0.06,0.04,0.04,0.04,0.04,0.04,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43212",1,39.055277,-76.878333,"WGS84","n-Butane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.914915,2.07924,18.71,"2013-06-15 00:00",16.42,"2013-07-18 00:00",14.31,"2013-07-18 03:00",9.08,"2013-07-24 03:00","","","","",14.31,6.54,4.74,3.53,2.16,1.4,0.55,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43212",2,39.055277,-76.878333,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.917111,2.030403,7.5,"2013-01-10 00:00",6.81,"2013-01-04 00:00",6.52,"2013-02-03 00:00",6.51,"2013-01-28 00:00","","","","",7.5,7.5,6.52,6.45,4.15,2.25,0.72,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43214",1,39.055277,-76.878333,"WGS84","Isobutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.539153,1.538607,11.39,"2013-07-18 00:00",10.84,"2013-07-18 03:00",9.98,"2013-06-15 00:00",6.32,"2013-07-24 03:00","","","","",9.98,5.09,4.16,3.26,2.02,1.08,0.37,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43214",2,39.055277,-76.878333,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.596444,1.05662,3.99,"2013-02-03 00:00",3.52,"2013-01-10 00:00",3.45,"2013-03-05 00:00",3.38,"2013-05-10 00:00","","","","",3.99,3.99,3.45,3.34,2.39,1.2,0.37,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43216",1,39.055277,-76.878333,"WGS84","trans-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",211,0.061525,0.038529,0.36,"2013-06-30 15:00",0.25,"2013-06-27 00:00",0.21,"2013-06-15 15:00",0.21,"2013-07-21 18:00","","","","",0.21,0.21,0.16,0.1,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43216",2,39.055277,-76.878333,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",41,0.054667,0.015166,0.11,"2013-03-05 00:00",0.1,"2013-01-16 00:00",0.1,"2013-09-01 00:00",0.1,"2013-09-25 00:00","","","","",0.11,0.11,0.1,0.05,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43217",1,39.055277,-76.878333,"WGS84","cis-2-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",210,0.064407,0.051406,0.53,"2013-06-30 15:00",0.29,"2013-07-21 18:00",0.29,"2013-07-30 15:00",0.26,"2013-06-15 15:00","","","","",0.29,0.26,0.16,0.1,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43217",2,39.055277,-76.878333,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.056,0.023394,0.17,"2013-03-05 00:00",0.13,"2013-01-16 00:00",0.12,"2013-02-27 00:00",0.05,"2013-01-04 00:00","","","","",0.17,0.17,0.12,0.05,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43218",1,39.055277,-76.878333,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.06,0.080904,0.3,"2013-01-28 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-15 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43220",1,39.055277,-76.878333,"WGS84","n-Pentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.287754,0.876257,7.08,"2013-07-18 00:00",6.59,"2013-07-18 03:00",5.18,"2013-06-15 00:00",3.81,"2013-06-06 18:00","","","","",5.18,3.29,2.69,2.34,1.62,1.09,0.52,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43220",2,39.055277,-76.878333,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.328889,0.578137,2.62,"2013-01-16 00:00",2.43,"2013-01-10 00:00",2.29,"2013-01-04 00:00",2.26,"2013-01-28 00:00","","","","",2.62,2.62,2.29,2.2,1.64,1.25,0.62,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43221",1,39.055277,-76.878333,"WGS84","Isopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,5.615169,9.151651,41.47,"2013-08-29 00:00",38.87,"2013-07-18 03:00",34.72,"2013-08-11 03:00",33.76,"2013-06-18 21:00","","","","",34.72,33.62,29.45,22.95,3.31,1.67,0.8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43221",2,39.055277,-76.878333,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.873556,6.773769,29.21,"2013-09-01 00:00",27.22,"2013-09-25 00:00",26.5,"2013-09-13 00:00",15.19,"2013-05-28 00:00","","","","",29.21,29.21,26.5,3.39,2.78,1.86,0.95,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43224",1,39.055277,-76.878333,"WGS84","1-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",27,0.175042,0.124908,1.56,"2013-06-06 18:00",0.6,"2013-07-18 00:00",0.51,"2013-07-18 03:00",0.47,"2013-06-30 15:00","","","","",0.51,0.4,0.32,0.28,0.21,0.15,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43224",2,39.055277,-76.878333,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",3,0.153556,0.049962,0.25,"2013-09-07 00:00",0.24,"2013-02-27 00:00",0.23,"2013-07-09 00:00",0.23,"2013-09-25 00:00","","","","",0.25,0.25,0.23,0.22,0.19,0.15,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43226",1,39.055277,-76.878333,"WGS84","trans-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",164,0.093008,0.089347,0.74,"2013-06-06 18:00",0.58,"2013-07-15 06:00",0.48,"2013-07-15 03:00",0.45,"2013-06-30 15:00","","","","",0.48,0.35,0.25,0.2,0.12,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43226",2,39.055277,-76.878333,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.076667,0.046953,0.23,"2013-07-15 00:00",0.19,"2013-01-16 00:00",0.17,"2013-03-05 00:00",0.17,"2013-08-20 00:00","","","","",0.23,0.23,0.17,0.14,0.1,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43227",1,39.055277,-76.878333,"WGS84","cis-2-Pentene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",200,0.069364,0.057804,0.51,"2013-06-30 15:00",0.38,"2013-06-06 18:00",0.31,"2013-07-21 18:00",0.29,"2013-07-30 15:00","","","","",0.31,0.27,0.19,0.12,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43227",2,39.055277,-76.878333,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.054,0.019235,0.16,"2013-03-05 00:00",0.12,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.16,0.16,0.05,0.05,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43230",1,39.055277,-76.878333,"WGS84","3-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",3,0.464703,0.327368,2.47,"2013-07-18 00:00",2.19,"2013-07-18 03:00",2.01,"2013-06-06 18:00",1.47,"2013-08-11 03:00","","","","",2.01,1.36,1.14,0.81,0.57,0.39,0.19,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43230",2,39.055277,-76.878333,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.411778,0.165767,0.82,"2013-07-09 00:00",0.69,"2013-01-16 00:00",0.68,"2013-01-10 00:00",0.65,"2013-09-07 00:00","","","","",0.82,0.82,0.68,0.61,0.51,0.4,0.19,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43231",1,39.055277,-76.878333,"WGS84","n-Hexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.609364,0.535035,4.44,"2013-06-06 18:00",4.24,"2013-07-18 00:00",3.73,"2013-07-18 03:00",1.84,"2013-08-11 03:00","","","","",3.73,1.76,1.45,1.15,0.75,0.49,0.21,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43231",2,39.055277,-76.878333,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.561778,0.242874,1.01,"2013-01-10 00:00",0.98,"2013-01-16 00:00",0.96,"2013-07-09 00:00",0.93,"2013-05-10 00:00","","","","",1.01,1.01,0.96,0.87,0.79,0.54,0.26,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43231",3,39.055277,-76.878333,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.322222,0.224508,1.1,"2013-05-10 00:00",0.8,"2013-05-16 00:00",0.7,"2013-07-09 00:00",0.6,"2013-01-10 00:00","","","","",1.1,1.1,0.7,0.6,0.4,0.3,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43232",1,39.055277,-76.878333,"WGS84","n-Heptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",8,0.299534,0.230639,1.87,"2013-07-18 00:00",1.71,"2013-06-06 18:00",1.51,"2013-07-18 03:00",1.07,"2013-07-09 12:00","","","","",1.51,0.78,0.65,0.54,0.36,0.25,0.12,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43232",2,39.055277,-76.878333,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.269778,0.115709,0.55,"2013-01-16 00:00",0.54,"2013-07-09 00:00",0.48,"2013-09-25 00:00",0.43,"2013-01-28 00:00","","","","",0.55,0.55,0.48,0.42,0.35,0.25,0.15,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43232",3,39.055277,-76.878333,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",20,0.196,0.10133,0.49,"2013-05-10 00:00",0.42,"2013-05-16 00:00",0.42,"2013-07-09 00:00",0.35,"2013-01-16 00:00","","","","",0.49,0.49,0.42,0.35,0.28,0.21,0.105,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43233",1,39.055277,-76.878333,"WGS84","n-Octane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",50,0.185,0.129419,0.9,"2013-07-18 00:00",0.75,"2013-06-06 18:00",0.72,"2013-07-18 03:00",0.61,"2013-06-30 15:00","","","","",0.72,0.55,0.4,0.34,0.25,0.16,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43233",2,39.055277,-76.878333,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.183333,0.073763,0.38,"2013-01-16 00:00",0.36,"2013-02-27 00:00",0.32,"2013-07-09 00:00",0.29,"2013-09-25 00:00","","","","",0.38,0.38,0.32,0.28,0.23,0.16,0.11,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43235",1,39.055277,-76.878333,"WGS84","n-Nonane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",43,0.207966,0.150328,1.06,"2013-08-29 06:00",0.83,"2013-06-24 09:00",0.79,"2013-06-24 06:00",0.71,"2013-07-18 00:00","","","","",0.79,0.65,0.47,0.38,0.28,0.17,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43235",2,39.055277,-76.878333,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.185556,0.093385,0.44,"2013-07-09 00:00",0.41,"2013-09-19 00:00",0.38,"2013-08-02 00:00",0.35,"2013-01-16 00:00","","","","",0.44,0.44,0.38,0.29,0.23,0.16,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43238",1,39.055277,-76.878333,"WGS84","n-Decane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",29,0.315636,0.645561,9.01,"2013-06-24 09:00",3.2,"2013-06-24 06:00",1.96,"2013-08-29 06:00",1.79,"2013-06-24 12:00","","","","",1.96,1.11,0.68,0.52,0.34,0.2,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43238",2,39.055277,-76.878333,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.564889,0.792188,3.18,"2013-08-02 00:00",3.04,"2013-03-17 00:00",2.57,"2013-04-16 00:00",1.92,"2013-04-28 00:00","","","","",3.18,3.18,2.57,1.59,0.55,0.2,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43242",1,39.055277,-76.878333,"WGS84","Cyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",105,0.120678,0.093992,0.81,"2013-06-06 18:00",0.57,"2013-07-18 00:00",0.52,"2013-07-18 03:00",0.39,"2013-06-30 15:00","","","","",0.52,0.36,0.27,0.22,0.16,0.11,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43242",2,39.055277,-76.878333,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",24,0.093556,0.05046,0.2,"2013-01-16 00:00",0.18,"2013-07-09 00:00",0.17,"2013-01-28 00:00",0.17,"2013-02-27 00:00","","","","",0.2,0.2,0.17,0.17,0.14,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43243",1,39.055277,-76.878333,"WGS84","Isoprene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,7.583559,6.733491,42.3,"2013-07-18 15:00",37.85,"2013-06-12 18:00",34.11,"2013-07-15 18:00",31.03,"2013-07-18 12:00","","","","",34.11,29.1,19.39,15.69,10.25,5.56,1.29,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43243",2,39.055277,-76.878333,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",11,3.271556,4.248069,17.16,"2013-07-15 00:00",15.64,"2013-07-09 00:00",11.02,"2013-07-21 00:00",8.96,"2013-09-01 00:00","","","","",17.16,17.16,11.02,8.29,5.93,0.65,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43244",1,39.055277,-76.878333,"WGS84","2,2-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",47,0.170169,0.110469,0.77,"2013-07-18 00:00",0.7,"2013-06-30 15:00",0.65,"2013-07-18 03:00",0.46,"2013-07-30 15:00","","","","",0.65,0.44,0.36,0.3,0.22,0.15,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43244",2,39.055277,-76.878333,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.158444,0.065884,0.34,"2013-03-05 00:00",0.31,"2013-01-16 00:00",0.3,"2013-02-27 00:00",0.24,"2013-01-28 00:00","","","","",0.34,0.34,0.3,0.24,0.2,0.14,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43245",1,39.055277,-76.878333,"WGS84","1-Hexene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",202,0.080466,0.099043,0.94,"2013-06-30 15:00",0.54,"2013-07-21 18:00",0.49,"2013-07-30 15:00",0.49,"2013-08-05 15:00","","","","",0.49,0.48,0.26,0.15,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43245",2,39.055277,-76.878333,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.060222,0.044235,0.31,"2013-03-05 00:00",0.19,"2013-02-27 00:00",0.11,"2013-01-16 00:00",0.05,"2013-01-04 00:00","","","","",0.31,0.31,0.11,0.05,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43247",1,39.055277,-76.878333,"WGS84","2,4-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",61,0.170805,0.122251,0.8,"2013-07-18 00:00",0.66,"2013-06-30 15:00",0.62,"2013-07-18 03:00",0.53,"2013-08-11 03:00","","","","",0.62,0.5,0.42,0.35,0.22,0.15,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43247",2,39.055277,-76.878333,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",20,0.117778,0.071188,0.29,"2013-09-07 00:00",0.26,"2013-07-09 00:00",0.24,"2013-09-19 00:00",0.22,"2013-03-05 00:00","","","","",0.29,0.29,0.24,0.22,0.17,0.11,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43248",1,39.055277,-76.878333,"WGS84","Cyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",107,0.13589,0.12241,0.87,"2013-07-18 00:00",0.68,"2013-06-30 15:00",0.67,"2013-06-06 18:00",0.66,"2013-07-18 03:00","","","","",0.67,0.46,0.37,0.28,0.18,0.1,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43248",2,39.055277,-76.878333,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",17,0.156,0.27039,1.87,"2013-05-28 00:00",0.32,"2013-03-05 00:00",0.28,"2013-01-16 00:00",0.26,"2013-02-27 00:00","","","","",1.87,1.87,0.28,0.24,0.16,0.11,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43248",3,39.055277,-76.878333,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",24,0.144,0.166984,0.78,"2013-04-16 00:00",0.72,"2013-04-10 00:00",0.66,"2013-04-04 00:00",0.3,"2013-05-10 00:00","","","","",0.78,0.78,0.66,0.24,0.12,0.06,0.06,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43249",1,39.055277,-76.878333,"WGS84","3-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.372839,0.171449,1.08,"2013-06-06 18:00",1.02,"2013-07-18 00:00",0.98,"2013-06-18 06:00",0.87,"2013-07-18 03:00","","","","",0.98,0.86,0.73,0.62,0.44,0.33,0.21,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43249",2,39.055277,-76.878333,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.387778,0.121653,0.65,"2013-09-01 00:00",0.59,"2013-09-25 00:00",0.58,"2013-02-03 00:00",0.57,"2013-01-16 00:00","","","","",0.65,0.65,0.58,0.57,0.47,0.37,0.23,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43250",1,39.055277,-76.878333,"WGS84","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.794492,0.572637,3.36,"2013-07-18 00:00",3.23,"2013-08-11 03:00",2.96,"2013-07-18 03:00",2.59,"2013-08-11 00:00","","","","",2.96,2.53,2.11,1.45,0.96,0.65,0.26,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43250",2,39.055277,-76.878333,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.624889,0.351701,1.54,"2013-07-09 00:00",1.44,"2013-09-07 00:00",1.32,"2013-05-28 00:00",1.29,"2013-09-25 00:00","","","","",1.54,1.54,1.32,1.23,0.8,0.57,0.21,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43252",1,39.055277,-76.878333,"WGS84","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",5,0.349831,0.215606,1.24,"2013-07-18 00:00",1.21,"2013-08-11 03:00",1.19,"2013-07-18 03:00",1.03,"2013-08-11 00:00","","","","",1.19,0.96,0.8,0.64,0.44,0.3,0.13,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43252",2,39.055277,-76.878333,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.238222,0.131258,0.58,"2013-09-25 00:00",0.54,"2013-07-09 00:00",0.52,"2013-09-07 00:00",0.44,"2013-05-28 00:00","","","","",0.58,0.58,0.52,0.43,0.3,0.22,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43253",1,39.055277,-76.878333,"WGS84","3-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",123,0.119958,0.214457,3.17,"2013-07-15 06:00",0.53,"2013-07-18 00:00",0.46,"2013-06-30 15:00",0.43,"2013-06-06 18:00","","","","",0.46,0.4,0.24,0.21,0.15,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43253",2,39.055277,-76.878333,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",23,0.090667,0.046778,0.2,"2013-01-16 00:00",0.19,"2013-07-09 00:00",0.17,"2013-03-05 00:00",0.15,"2013-01-28 00:00","","","","",0.2,0.2,0.17,0.15,0.14,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43261",1,39.055277,-76.878333,"WGS84","Methylcyclohexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",35,0.220847,0.186164,1.56,"2013-07-18 00:00",1.16,"2013-07-18 03:00",1.05,"2013-06-06 18:00",0.94,"2013-07-09 12:00","","","","",1.05,0.61,0.56,0.43,0.26,0.18,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43261",2,39.055277,-76.878333,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.202889,0.094907,0.44,"2013-07-09 00:00",0.42,"2013-01-16 00:00",0.36,"2013-03-05 00:00",0.34,"2013-01-10 00:00","","","","",0.44,0.44,0.36,0.31,0.27,0.2,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43262",1,39.055277,-76.878333,"WGS84","Methylcyclopentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.496314,0.316727,2.19,"2013-06-06 18:00",2.02,"2013-07-18 00:00",1.98,"2013-07-18 03:00",1.46,"2013-08-11 03:00","","","","",1.98,1.37,1,0.88,0.64,0.41,0.19,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43262",2,39.055277,-76.878333,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.434444,0.180461,0.88,"2013-02-03 00:00",0.75,"2013-02-27 00:00",0.74,"2013-09-01 00:00",0.72,"2013-09-25 00:00","","","","",0.88,0.88,0.74,0.7,0.57,0.39,0.23,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43263",1,39.055277,-76.878333,"WGS84","2-Methylhexane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",2,0.429492,0.246263,2.08,"2013-06-06 18:00",1.79,"2013-07-18 00:00",1.57,"2013-07-18 03:00",1.14,"2013-07-09 12:00","","","","",1.57,1.01,0.89,0.66,0.52,0.38,0.21,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43263",2,39.055277,-76.878333,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.403111,0.142746,0.71,"2013-01-16 00:00",0.69,"2013-07-09 00:00",0.68,"2013-09-25 00:00",0.64,"2013-08-20 00:00","","","","",0.71,0.71,0.68,0.58,0.5,0.39,0.22,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43280",1,39.055277,-76.878333,"WGS84","1-Butene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",144,0.092331,0.067117,0.51,"2013-06-30 15:00",0.33,"2013-07-21 18:00",0.3,"2013-06-06 18:00",0.3,"2013-07-30 15:00","","","","",0.3,0.28,0.23,0.18,0.12,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43280",2,39.055277,-76.878333,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",23,0.098667,0.065073,0.35,"2013-09-01 00:00",0.22,"2013-03-05 00:00",0.21,"2013-01-16 00:00",0.21,"2013-01-28 00:00","","","","",0.35,0.35,0.21,0.19,0.13,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43284",1,39.055277,-76.878333,"WGS84","2,3-Dimethylbutane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",47,0.225805,0.176543,1.21,"2013-07-18 00:00",0.96,"2013-07-18 03:00",0.83,"2013-06-30 15:00",0.75,"2013-06-06 18:00","","","","",0.83,0.75,0.6,0.46,0.3,0.19,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43284",2,39.055277,-76.878333,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",8,0.185333,0.095812,0.41,"2013-07-09 00:00",0.36,"2013-03-05 00:00",0.35,"2013-09-07 00:00",0.33,"2013-01-16 00:00","","","","",0.41,0.41,0.35,0.32,0.25,0.19,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43285",1,39.055277,-76.878333,"WGS84","2-Methylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.082966,0.553776,4.59,"2013-07-18 00:00",3.9,"2013-07-18 03:00",3.2,"2013-06-06 18:00",2.8,"2013-07-15 06:00","","","","",3.2,2.67,2.18,1.67,1.29,0.95,0.58,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43285",2,39.055277,-76.878333,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.095778,0.394781,1.97,"2013-07-09 00:00",1.74,"2013-08-20 00:00",1.71,"2013-01-16 00:00",1.66,"2013-06-27 00:00","","","","",1.97,1.97,1.71,1.64,1.38,1.1,0.61,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43291",1,39.055277,-76.878333,"WGS84","2,3-Dimethylpentane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",23,0.224788,0.151819,0.98,"2013-07-18 00:00",0.92,"2013-06-30 15:00",0.76,"2013-07-18 03:00",0.71,"2013-06-06 18:00","","","","",0.76,0.64,0.54,0.43,0.28,0.19,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43291",2,39.055277,-76.878333,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",7,0.165111,0.084843,0.33,"2013-03-05 00:00",0.33,"2013-07-09 00:00",0.33,"2013-09-25 00:00",0.32,"2013-09-07 00:00","","","","",0.33,0.33,0.33,0.3,0.2,0.16,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43372",1,39.055277,-76.878333,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43505",1,39.055277,-76.878333,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.655556,0.368384,1.6,"2013-09-01 00:00",1.4,"2013-05-28 00:00",1.4,"2013-09-25 00:00",1.3,"2013-04-04 00:00","","","","",1.6,1.6,1.4,1.3,0.8,0.5,0.3,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43551",1,39.055277,-76.878333,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.100667,7.230626,30.99,"2013-05-28 00:00",30.81,"2013-05-22 00:00",26.7,"2013-04-16 00:00",25.92,"2013-05-10 00:00","","","","",30.99,30.99,26.7,23.61,15.15,11.19,4.68,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43801",1,39.055277,-76.878333,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.586667,0.075679,0.8,"2013-04-10 00:00",0.7,"2013-01-22 00:00",0.7,"2013-04-04 00:00",0.7,"2013-04-16 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.6,0.5,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43802",1,39.055277,-76.878333,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.082222,0.05756,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-09-19 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43803",1,39.055277,-76.878333,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43804",1,39.055277,-76.878333,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.097778,0.014907,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43811",1,39.055277,-76.878333,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.223556,0.045385,0.27,"2013-01-16 00:00",0.26,"2013-01-22 00:00",0.26,"2013-02-21 00:00",0.26,"2013-03-17 00:00","","","","",0.27,0.27,0.26,0.26,0.25,0.23,0.21,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43814",1,39.055277,-76.878333,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43815",1,39.055277,-76.878333,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.022222,0.073512,0.3,"2013-05-22 00:00",0.3,"2013-06-15 00:00",0.2,"2013-07-27 00:00",0.2,"2013-08-08 00:00","","","","",0.3,0.3,0.2,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43817",1,39.055277,-76.878333,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.046667,0.050452,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-05 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43818",1,39.055277,-76.878333,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43823",1,39.055277,-76.878333,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.485333,0.108452,0.8,"2013-04-04 00:00",0.75,"2013-04-10 00:00",0.73,"2013-04-16 00:00",0.62,"2013-01-22 00:00","","","","",0.8,0.8,0.73,0.6,0.56,0.46,0.36,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43824",1,39.055277,-76.878333,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43829",1,39.055277,-76.878333,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43830",1,39.055277,-76.878333,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43831",1,39.055277,-76.878333,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43843",1,39.055277,-76.878333,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43860",1,39.055277,-76.878333,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.034378,0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","43954",1,39.055277,-76.878333,"WGS84","n-Undecane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",17,0.462161,1.071087,14.92,"2013-06-24 09:00",5.5,"2013-06-24 06:00",3.73,"2013-06-24 03:00",3.13,"2013-06-24 12:00","","","","",3.73,1.48,0.94,0.77,0.49,0.3,0.12,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43954",2,39.055277,-76.878333,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",3,1.176,1.822499,6.22,"2013-04-16 00:00",6.14,"2013-04-28 00:00",5.51,"2013-08-02 00:00",5.3,"2013-03-17 00:00","","","","",6.22,6.22,5.51,4.63,1.35,0.26,0.12,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","43960",1,39.055277,-76.878333,"WGS84","2-Methylheptane","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",83,0.128305,0.087196,0.6,"2013-07-18 00:00",0.55,"2013-06-06 18:00",0.47,"2013-06-30 15:00",0.45,"2013-07-18 03:00","","","","",0.47,0.37,0.28,0.22,0.17,0.11,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","43960",2,39.055277,-76.878333,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",14,0.118667,0.059299,0.28,"2013-01-16 00:00",0.23,"2013-01-10 00:00",0.22,"2013-03-05 00:00",0.22,"2013-07-09 00:00","","","","",0.28,0.28,0.22,0.19,0.16,0.12,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","44201",1,39.055277,-76.878333,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8717,100,213,214,0,20,0,0,"Certification not required",1030,0.05146,0.013064,0.089,"2013-05-30 13:00",0.087,"2013-09-10 13:00",0.079,"2013-07-17 16:00",0.079,"2013-07-19 13:00","","","","",0.079,0.079,0.073,0.069,0.06,0.052,0.041,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-03" +"24","033","0030","44201",1,39.055277,-76.878333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,100,213,214,0,0,0,0,"Certification not required",0,0.044714,0.011871,0.074,"2013-05-30 10:00",0.072,"2013-09-10 11:00",0.071,"2013-05-17 12:00",0.068,"2013-04-27 11:00","","","","",0.071,0.067,0.063,0.06,0.053,0.046,0.037,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-03" +"24","033","0030","44201",1,39.055277,-76.878333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8710,100,213,214,0,0,0,0,"Certification not required",0,0.044714,0.011871,0.074,"2013-05-30 10:00",0.072,"2013-09-10 11:00",0.071,"2013-05-17 12:00",0.068,"2013-04-27 11:00","","","","",0.071,0.067,0.063,0.06,0.053,0.046,0.037,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-03" +"24","033","0030","45109",1,39.055277,-76.878333,"WGS84","m/p Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,1.054195,0.766317,4.29,"2013-07-18 03:00",3.89,"2013-07-18 00:00",3.87,"2013-06-06 18:00",3.71,"2013-08-11 03:00","","","","",3.87,3.45,2.36,2.09,1.55,0.83,0.27,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45109",2,39.055277,-76.878333,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.848222,0.425597,2.08,"2013-09-25 00:00",1.98,"2013-01-16 00:00",1.68,"2013-09-01 00:00",1.47,"2013-07-09 00:00","","","","",2.08,2.08,1.68,1.47,1.07,0.76,0.42,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45109",3,39.055277,-76.878333,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.431111,0.26953,1.3,"2013-09-25 00:00",1,"2013-05-10 00:00",1,"2013-08-02 00:00",0.8,"2013-05-28 00:00","","","","",1.3,1.3,1,0.8,0.6,0.4,0.2,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45201",1,39.055277,-76.878333,"WGS84","Benzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.605466,0.298987,2.08,"2013-07-18 00:00",1.83,"2013-07-18 03:00",1.75,"2013-08-11 03:00",1.68,"2013-08-11 00:00","","","","",1.75,1.59,1.19,0.93,0.74,0.54,0.31,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45201",2,39.055277,-76.878333,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.760222,0.387823,1.97,"2013-01-16 00:00",1.86,"2013-01-28 00:00",1.58,"2013-02-03 00:00",1.41,"2013-02-15 00:00","","","","",1.97,1.97,1.58,1.21,0.91,0.68,0.34,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45201",3,39.055277,-76.878333,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.888889,0.420077,2.2,"2013-01-16 00:00",2.2,"2013-01-28 00:00",1.6,"2013-02-03 00:00",1.5,"2013-02-15 00:00","","","","",2.2,2.2,1.6,1.3,1.1,0.8,0.4,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45202",1,39.055277,-76.878333,"WGS84","Toluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,2.08339,1.503431,9.69,"2013-06-06 18:00",8.56,"2013-07-09 12:00",8.46,"2013-07-18 00:00",7.98,"2013-07-18 03:00","","","","",8.46,6.75,4.77,4.06,2.81,1.68,0.73,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45202",2,39.055277,-76.878333,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.723111,0.843612,3.99,"2013-01-16 00:00",3.6,"2013-07-09 00:00",3.6,"2013-09-25 00:00",2.87,"2013-01-28 00:00","","","","",3.99,3.99,3.6,2.75,2.26,1.44,0.89,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45202",3,39.055277,-76.878333,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.262222,0.635427,3,"2013-01-16 00:00",2.7,"2013-09-25 00:00",2.5,"2013-07-09 00:00",2.3,"2013-05-10 00:00","","","","",3,3,2.5,2,1.6,1.2,0.6,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45203",1,39.055277,-76.878333,"WGS84","Ethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.369195,0.244703,1.39,"2013-07-18 03:00",1.27,"2013-07-18 00:00",1.2,"2013-08-11 03:00",1.14,"2013-08-29 06:00","","","","",1.2,1.04,0.8,0.7,0.54,0.31,0.12,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45203",2,39.055277,-76.878333,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.284667,0.142599,0.71,"2013-09-25 00:00",0.6,"2013-01-16 00:00",0.58,"2013-09-01 00:00",0.49,"2013-09-13 00:00","","","","",0.71,0.71,0.58,0.48,0.38,0.27,0.14,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45203",3,39.055277,-76.878333,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.206667,0.078044,0.5,"2013-09-25 00:00",0.4,"2013-05-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-05-16 00:00","","","","",0.5,0.5,0.3,0.3,0.2,0.2,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45204",1,39.055277,-76.878333,"WGS84","o-Xylene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.431653,0.309735,1.75,"2013-07-18 03:00",1.54,"2013-07-18 00:00",1.5,"2013-08-11 03:00",1.38,"2013-06-06 18:00","","","","",1.5,1.34,0.98,0.82,0.63,0.35,0.11,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45204",2,39.055277,-76.878333,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.321778,0.162205,0.81,"2013-09-25 00:00",0.69,"2013-01-16 00:00",0.68,"2013-09-01 00:00",0.56,"2013-09-13 00:00","","","","",0.81,0.81,0.68,0.55,0.41,0.28,0.16,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45204",3,39.055277,-76.878333,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.208889,0.157858,1,"2013-05-04 00:00",0.6,"2013-09-25 00:00",0.4,"2013-05-10 00:00",0.3,"2013-01-16 00:00","","","","",1,1,0.4,0.3,0.2,0.2,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45207",1,39.055277,-76.878333,"WGS84","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",98,0.142203,0.123179,0.99,"2013-06-24 09:00",0.59,"2013-07-18 00:00",0.57,"2013-07-03 15:00",0.56,"2013-07-18 03:00","","","","",0.57,0.55,0.38,0.28,0.19,0.11,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45207",2,39.055277,-76.878333,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",14,0.132222,0.079283,0.34,"2013-08-02 00:00",0.31,"2013-03-17 00:00",0.3,"2013-09-19 00:00",0.27,"2013-07-09 00:00","","","","",0.34,0.34,0.3,0.24,0.16,0.12,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45207",3,39.055277,-76.878333,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45208",1,39.055277,-76.878333,"WGS84","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",11,0.358729,0.289889,2.71,"2013-06-24 09:00",1.49,"2013-07-18 00:00",1.48,"2013-07-18 03:00",1.26,"2013-06-24 06:00","","","","",1.48,1.22,0.85,0.69,0.45,0.29,0.12,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45208",2,39.055277,-76.878333,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.394444,0.255116,1.06,"2013-03-17 00:00",1.06,"2013-08-02 00:00",0.97,"2013-02-09 00:00",0.89,"2013-04-16 00:00","","","","",1.06,1.06,0.97,0.75,0.5,0.31,0.15,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45208",3,39.055277,-76.878333,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.342,0.103953,0.81,"2013-03-17 00:00",0.72,"2013-08-02 00:00",0.63,"2013-04-16 00:00",0.315,"2013-01-04 00:00","","","","",0.81,0.81,0.63,0.315,0.315,0.315,0.315,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45209",1,39.055277,-76.878333,"WGS84","n-Propylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",111,0.119788,0.086588,0.52,"2013-06-30 15:00",0.47,"2013-08-11 00:00",0.46,"2013-07-18 00:00",0.41,"2013-07-18 03:00","","","","",0.46,0.38,0.27,0.23,0.17,0.1,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45209",2,39.055277,-76.878333,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.099333,0.051186,0.2,"2013-09-01 00:00",0.19,"2013-09-25 00:00",0.18,"2013-02-27 00:00",0.17,"2013-01-16 00:00","","","","",0.2,0.2,0.18,0.17,0.14,0.1,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45210",1,39.055277,-76.878333,"WGS84","Isopropylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.094322,0.085979,0.71,"2013-06-30 15:00",0.36,"2013-07-30 15:00",0.36,"2013-08-05 15:00",0.32,"2013-07-21 18:00","","","","",0.36,0.31,0.27,0.2,0.14,0.07,0.02,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45210",2,39.055277,-76.878333,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.055111,0.04143,0.17,"2013-09-01 00:00",0.15,"2013-03-05 00:00",0.15,"2013-09-25 00:00",0.14,"2013-02-27 00:00","","","","",0.17,0.17,0.15,0.14,0.06,0.04,0.02,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45211",1,39.055277,-76.878333,"WGS84","o-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",5,0.417246,0.266994,1.72,"2013-08-20 21:00",1.27,"2013-08-20 06:00",1.22,"2013-08-14 21:00",1.18,"2013-08-11 03:00","","","","",1.22,1.12,0.93,0.77,0.56,0.37,0.14,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45211",2,39.055277,-76.878333,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.229111,0.209586,0.78,"2013-08-20 00:00",0.61,"2013-07-09 00:00",0.61,"2013-07-15 00:00",0.58,"2013-08-14 00:00","","","","",0.78,0.78,0.61,0.51,0.37,0.12,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45212",1,39.055277,-76.878333,"WGS84","m-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",37,0.260381,0.226735,1.77,"2013-08-20 06:00",1.27,"2013-08-23 21:00",1.08,"2013-07-18 00:00",1.02,"2013-07-18 06:00","","","","",1.08,0.96,0.72,0.53,0.31,0.2,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45212",2,39.055277,-76.878333,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.284222,0.148377,0.69,"2013-09-13 00:00",0.61,"2013-07-21 00:00",0.52,"2013-07-09 00:00",0.48,"2013-05-28 00:00","","","","",0.69,0.69,0.52,0.48,0.35,0.29,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45213",1,39.055277,-76.878333,"WGS84","p-Ethyltoluene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",90,0.151441,0.141775,1.09,"2013-06-12 18:00",0.76,"2013-07-03 15:00",0.7,"2013-06-09 21:00",0.7,"2013-06-30 15:00","","","","",0.7,0.6,0.42,0.31,0.19,0.12,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45213",2,39.055277,-76.878333,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",15,0.140444,0.088059,0.38,"2013-08-08 00:00",0.35,"2013-05-10 00:00",0.33,"2013-09-19 00:00",0.31,"2013-01-16 00:00","","","","",0.38,0.38,0.33,0.23,0.19,0.13,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45213",3,39.055277,-76.878333,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45218",1,39.055277,-76.878333,"WGS84","m-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",200,0.068517,0.05467,0.56,"2013-06-30 15:00",0.32,"2013-07-21 18:00",0.27,"2013-07-30 15:00",0.27,"2013-08-05 15:00","","","","",0.27,0.26,0.17,0.13,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45218",2,39.055277,-76.878333,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",41,0.057778,0.026362,0.18,"2013-04-16 00:00",0.13,"2013-03-05 00:00",0.13,"2013-08-02 00:00",0.11,"2013-02-27 00:00","","","","",0.18,0.18,0.13,0.05,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45219",1,39.055277,-76.878333,"WGS84","p-Diethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",189,0.068941,0.046331,0.38,"2013-06-30 15:00",0.37,"2013-06-24 09:00",0.22,"2013-07-21 18:00",0.21,"2013-06-24 06:00","","","","",0.22,0.2,0.16,0.12,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45219",2,39.055277,-76.878333,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",34,0.073111,0.045218,0.23,"2013-04-16 00:00",0.18,"2013-07-15 00:00",0.17,"2013-08-02 00:00",0.16,"2013-04-28 00:00","","","","",0.23,0.23,0.17,0.15,0.05,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45220",1,39.055277,-76.878333,"WGS84","Styrene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",0,0.576864,0.381516,1.77,"2013-08-23 21:00",1.71,"2013-07-18 21:00",1.7,"2013-07-18 03:00",1.68,"2013-07-06 00:00","","","","",1.7,1.61,1.38,1.15,0.82,0.45,0.2,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45220",2,39.055277,-76.878333,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.428667,0.252196,1.37,"2013-09-01 00:00",1.06,"2013-09-25 00:00",0.96,"2013-09-13 00:00",0.76,"2013-02-27 00:00","","","","",1.37,1.37,0.96,0.73,0.54,0.38,0.14,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45220",3,39.055277,-76.878333,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.468889,0.413863,2.1,"2013-09-01 00:00",1.5,"2013-09-13 00:00",1.4,"2013-09-25 00:00",1.1,"2013-05-10 00:00","","","","",2.1,2.1,1.4,1,0.6,0.3,0.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45225",1,39.055277,-76.878333,"WGS84","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",236,24,30,122,0,4,"","","Certification not required",121,0.116864,0.093991,0.68,"2013-06-24 09:00",0.53,"2013-07-18 00:00",0.51,"2013-07-18 03:00",0.44,"2013-06-30 15:00","","","","",0.51,0.37,0.28,0.24,0.16,0.05,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-09-24" +"24","033","0030","45225",2,39.055277,-76.878333,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",20,0.116,0.074419,0.32,"2013-02-09 00:00",0.28,"2013-03-17 00:00",0.25,"2013-08-02 00:00",0.24,"2013-07-15 00:00","","","","",0.32,0.32,0.25,0.23,0.16,0.11,0.05,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-05" +"24","033","0030","45801",1,39.055277,-76.878333,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","45807",1,39.055277,-76.878333,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.015556,0.036653,0.1,"2013-04-28 00:00",0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","46401",1,39.055277,-76.878333,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,21,"","","Certification not required",1,16.8175,41.964497,143.6,"2013-09-13 00:00",127.44,"2013-09-01 00:00",101,"2013-09-25 00:00",14.12,"2013-09-07 00:00","","","","",143.6,143.6,127.44,101,1.76,0.72,0.48,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-15" +"24","033","0030","61101",1,39.055277,-76.878333,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6530,75,271,365,0,22,"","","Certification not required",0,1.970444,1.529085,10.1,"2013-01-30 13:00",10,"2013-01-30 11:00",9.9,"2013-01-30 14:00",9.8,"2013-01-30 12:00","","","","",6.7,5.9,4.9,4,2.9,1.6,0.3,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-09" +"24","033","0030","61102",1,39.055277,-76.878333,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6530,75,271,365,0,22,"","","Certification not required",0,179.026493,101.599742,359,"2013-01-24 15:00",359,"2013-02-14 11:00",359,"2013-02-21 17:00",359,"2013-02-24 19:00","","","","",355,353,345,332,236,187,41,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-09" +"24","033","0030","62101",1,39.055277,-76.878333,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6530,75,271,365,0,22,"","","Certification not required",0,57.265391,17.832525,94,"2013-07-18 14:00",94,"2013-07-18 15:00",93,"2013-07-18 16:00",92,"2013-07-17 15:00","","","","",88,86,83,79,72,60,32,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-09" +"24","033","0030","62201",1,39.055277,-76.878333,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6530,75,271,365,0,22,"","","Certification not required",0,65.48928,20.087974,95,"2013-01-14 03:00",94,"2013-01-13 04:00",94,"2013-01-13 05:00",94,"2013-01-13 06:00","","","","",93,93,92,91,85,66,38,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-09" +"24","033","0030","63301",1,39.055277,-76.878333,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6530,75,271,365,0,22,"","","Certification not required",3370,0.204118,0.294134,1.11,"2013-05-26 12:00",1.1,"2013-05-25 12:00",1.1,"2013-05-26 11:00",1.1,"2013-06-04 12:00","","","","",1.02,0.97,0.86,0.71,0.36,0.005,0.005,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-09" +"24","033","0030","64101",1,39.055277,-76.878333,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8737,100,363,365,0,23,"","","Certification not required",0,1011.027698,6.970152,1033,"2013-11-29 21:00",1033,"2013-11-29 22:00",1033,"2013-11-29 23:00",1033,"2013-11-30 00:00","","","","",1028,1026,1023,1020,1016,1011,1002,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-21" +"24","033","0030","65102",1,39.055277,-76.878333,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6530,75,271,365,0,22,"","","Certification not required",0,0.00379,0.032498,0.74,"2013-08-13 19:00",0.7,"2013-06-10 02:00",0.68,"2013-06-10 19:00",0.66,"2013-06-07 00:00","","","","",0.1,0.04,0,0,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-09" +"24","033","0030","68103",5,39.055277,-76.878333,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,2,"","","Certification not required",0,8.914286,8.31936,22.5,"2013-07-18 00:00",21.8,"2013-07-06 00:00",21.6,"2013-07-03 00:00",21.6,"2013-08-08 00:00","","","","",22.5,21.8,21,19.8,15.6,10.8,-3,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","68104",5,39.055277,-76.878333,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,2,"","","Certification not required",0,21.978571,9.36854,38.3,"2013-07-18 00:00",36.4,"2013-07-15 00:00",35,"2013-06-24 00:00",34.9,"2013-09-10 00:00","","","","",38.3,36.4,34.8,33.1,30.3,23.2,8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","68105",1,39.055277,-76.878333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,0,"","","Certification not required",0,13.674576,9.234858,29.3,"2013-07-18 00:00",28.6,"2013-07-06 00:00",27.9,"2013-07-15 00:00",27.9,"2013-09-10 00:00","","","","",28.6,27.9,26.6,25.5,21.8,14.4,1.1,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","68105",2,39.055277,-76.878333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",32,26,32,122,0,0,"","","Certification not required",0,12.459375,10.071066,28.3,"2013-07-18 00:00",27.4,"2013-09-01 00:00",24.8,"2013-08-20 00:00",24.6,"2013-07-03 00:00","","","","",28.3,28.3,27.4,24.6,22,13.1,0.3,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","68105",5,39.055277,-76.878333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,2,"","","Certification not required",0,15.207143,8.46156,29.1,"2013-07-18 00:00",28,"2013-07-06 00:00",27.9,"2013-07-15 00:00",26.9,"2013-09-10 00:00","","","","",29.1,28,26.5,25.2,22.7,16.9,3.3,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","68106",5,39.055277,-76.878333,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,2,"","","Certification not required",0,750.05102,4.903969,761,"2013-01-10 00:00",761,"2013-04-22 00:00",759,"2013-10-25 00:00",759,"2013-10-28 00:00","","","","",761,761,758,756,753,750,745,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","68107",5,39.055277,-76.878333,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,2,"","","Certification not required",0,755.285714,4.994843,768,"2013-11-06 00:00",767,"2013-04-22 00:00",767,"2013-11-03 00:00",766,"2013-01-10 00:00","","","","",768,767,766,762,759,754,750,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","68108",1,39.055277,-76.878333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,0,"","","Certification not required",0,758.669492,4.57988,770,"2013-01-10 00:00",769,"2013-04-22 00:00",769,"2013-11-21 00:00",766,"2013-01-07 00:00","","","","",769,769,766,764,762,759,753,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","68108",2,39.055277,-76.878333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",32,52,31,61,0,0,"","","Certification not required",0,758.4375,4.683103,769,"2013-04-22 00:00",766,"2013-11-24 00:00",764,"2013-06-21 00:00",763,"2013-01-28 00:00","","","","",769,769,766,763,762,760,752,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","68108",5,39.055277,-76.878333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,2,"","","Certification not required",0,752.387755,4.603075,763,"2013-01-10 00:00",763,"2013-04-22 00:00",762,"2013-11-06 00:00",761,"2013-10-25 00:00","","","","",763,763,761,758,756,752,747,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","81102",1,39.055277,-76.878333,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",116,95,116,122,0,0,0,0,"Certification not required",1,11.655172,4.98014,25,"2013-07-18 00:00",25,"2013-09-10 00:00",25,"2013-11-15 00:00",23,"2013-01-28 00:00","","","","",25,25,22,18,15,11,6,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","81102",2,39.055277,-76.878333,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",32,100,31,31,0,0,0,0,"Certification not required",0,12,5.285403,24,"2013-07-18 00:00",22,"2013-04-10 00:00",22,"2013-10-31 00:00",20,"2013-07-15 00:00","","","","",24,24,22,20,15,11,6,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","85129",1,39.055277,-76.878333,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,0,0,"Certification not required",0,0.002288,0.001872,0.011,"2013-05-28 00:00",0.007,"2013-01-28 00:00",0.005,"2013-03-17 00:00",0.004,"2013-01-16 00:00","","","","",0.011,0.007,0.005,0.004,0.003,0.002,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","86101",1,39.055277,-76.878333,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,0,"","","Certification not required",0,4.2,2.012051,9.3,"2013-04-16 00:00",9.1,"2013-04-10 00:00",8.8,"2013-11-15 00:00",8.5,"2013-03-11 00:00","","","","",9.1,8.8,8,7,5.6,4.1,1.4,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","86101",2,39.055277,-76.878333,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",31,100,31,31,0,0,"","","Certification not required",0,4.251613,1.920568,10,"2013-04-10 00:00",7.3,"2013-05-16 00:00",6.2,"2013-11-12 00:00",6.1,"2013-08-08 00:00","","","","",10,10,7.3,6.1,5.8,4.3,1.8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","88101",1,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,0,0,0,"Certification not required",0,7.694915,3.848961,22.2,"2013-01-28 00:00",18.6,"2013-07-18 00:00",17.5,"2013-09-10 00:00",16.3,"2013-10-31 00:00","","","","",18.6,17.5,15.7,13.4,9.7,7.1,3.7,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","88101",1,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,0,"","","Certification not required",0,7.694915,3.848961,22.2,"2013-01-28 00:00",18.6,"2013-07-18 00:00",17.5,"2013-09-10 00:00",16.3,"2013-10-31 00:00","","","","",18.6,17.5,15.7,13.4,9.7,7.1,3.7,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","88101",2,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",32,100,31,31,0,0,0,0,"Certification not required",0,8.1875,4.603628,21.7,"2013-01-28 00:00",18.5,"2013-07-18 00:00",16.4,"2013-10-31 00:00",12.7,"2013-12-18 00:00","","","","",21.7,21.7,18.5,12.7,10.5,7.4,4.4,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","88101",2,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",32,100,31,31,0,0,"","","Certification not required",0,8.1875,4.603628,21.7,"2013-01-28 00:00",18.5,"2013-07-18 00:00",16.4,"2013-10-31 00:00",12.7,"2013-12-18 00:00","","","","",21.7,21.7,18.5,12.7,10.5,7.4,4.4,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","0030","88101",3,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7875,90,340,365,0,850,"","","Certification not required",0,9.614349,5.795054,39,"2013-11-16 21:00",39,"2013-11-17 00:00",39,"2013-12-18 05:00",38,"2013-11-16 23:00","","","","",28,25,21,17,13,8,4,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-29" +"24","033","0030","88101",3,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",323,88,323,365,0,0,0,0,"Certification not required",0,9.533746,4.517269,27.9,"2013-12-04 00:00",26.8,"2013-11-16 00:00",25.6,"2013-01-28 00:00",24.5,"2013-01-27 00:00","","","","",24.5,21.3,19.1,14.8,11.8,8.6,4.8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-29" +"24","033","0030","88101",3,39.055277,-76.878333,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",323,88,323,365,0,0,"","","Certification not required",0,9.533746,4.517269,27.9,"2013-12-04 00:00",26.8,"2013-11-16 00:00",25.6,"2013-01-28 00:00",24.5,"2013-01-27 00:00","","","","",24.5,21.3,19.1,14.8,11.8,8.6,4.8,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-29" +"24","033","0030","88102",5,39.055277,-76.878333,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",95,0.019912,0.006037,0.05,"2013-03-14 00:00",0.04,"2013-04-25 00:00",0.026,"2013-01-16 00:00",0.026,"2013-02-09 00:00","","","","",0.05,0.04,0.026,0.026,0.021,0.021,0.014,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88103",5,39.055277,-76.878333,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.000464,0.000678,0.002,"2013-01-13 00:00",0.002,"2013-04-07 00:00",0.002,"2013-05-10 00:00",0.002,"2013-06-15 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88104",5,39.055277,-76.878333,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",69,0.021021,0.029016,0.188,"2013-07-03 00:00",0.156,"2013-07-15 00:00",0.1,"2013-06-27 00:00",0.088,"2013-09-10 00:00","","","","",0.188,0.156,0.087,0.054,0.015,0.0115,0.0065,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88107",5,39.055277,-76.878333,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",97,0.005846,0.004961,0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-09-28 00:00",0.0295,"2013-10-01 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.005,0.005,0.00385,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88109",5,39.055277,-76.878333,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",33,0.003249,0.003591,0.0267,"2013-01-16 00:00",0.0163,"2013-02-06 00:00",0.0129,"2013-10-13 00:00",0.0118,"2013-03-05 00:00","","","","",0.0267,0.0163,0.0083,0.0057,0.0042,0.0026,0.0009,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88110",5,39.055277,-76.878333,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.001763,0.00378,0.015,"2013-06-18 00:00",0.014,"2013-08-29 00:00",0.014,"2013-10-28 00:00",0.012,"2013-01-04 00:00","","","","",0.015,0.014,0.011,0.008,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88111",5,39.055277,-76.878333,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",28,0.022064,0.025765,0.122,"2013-09-10 00:00",0.118,"2013-10-01 00:00",0.105,"2013-10-22 00:00",0.101,"2013-10-04 00:00","","","","",0.122,0.118,0.101,0.0459,0.028,0.0146,0.00235,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88112",5,39.055277,-76.878333,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.004186,0.012706,0.098,"2013-10-01 00:00",0.054,"2013-09-22 00:00",0.04,"2013-09-28 00:00",0.037,"2013-10-19 00:00","","","","",0.098,0.054,0.035,0.005,0.003,0.001,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88113",5,39.055277,-76.878333,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",93,0.000692,0.000188,0.0016,"2013-06-09 00:00",0.0016,"2013-09-04 00:00",0.0014,"2013-07-30 00:00",0.0012,"2013-03-26 00:00","","","","",0.0016,0.0016,0.001,0.0007,0.0007,0.0007,0.00055,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88114",5,39.055277,-76.878333,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",59,0.001852,0.001479,0.0077,"2013-10-31 00:00",0.0074,"2013-10-04 00:00",0.006,"2013-10-01 00:00",0.0054,"2013-08-11 00:00","","","","",0.0077,0.0074,0.005,0.0041,0.0021,0.00125,0.00065,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88115",5,39.055277,-76.878333,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",65,0.011695,0.031761,0.248,"2013-10-13 00:00",0.185,"2013-03-11 00:00",0.058,"2013-01-28 00:00",0.053,"2013-04-22 00:00","","","","",0.248,0.185,0.0467,0.0168,0.007,0.00405,0.00245,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88117",5,39.055277,-76.878333,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",97,0.005339,0.007907,0.0435,"2013-09-28 00:00",0.043,"2013-02-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-10-01 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0041,0.0034,0.0028,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88118",5,39.055277,-76.878333,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",97,0.009214,0.006267,0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-09-28 00:00",0.023,"2013-10-01 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88126",5,39.055277,-76.878333,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.062892,0.040449,0.207,"2013-10-04 00:00",0.164,"2013-09-10 00:00",0.163,"2013-10-22 00:00",0.162,"2013-10-01 00:00","","","","",0.207,0.164,0.158,0.118,0.084,0.055,0.0198,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88128",5,39.055277,-76.878333,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.000701,0.001147,0.005,"2013-10-31 00:00",0.004,"2013-02-24 00:00",0.004,"2013-05-22 00:00",0.004,"2013-08-11 00:00","","","","",0.005,0.004,0.004,0.002,0.001,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88131",5,39.055277,-76.878333,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",96,0.01049,0.003598,0.0165,"2013-01-16 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-03-11 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88132",5,39.055277,-76.878333,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.000928,0.000938,0.004,"2013-10-25 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-06 00:00",0.003,"2013-05-16 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0.001,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88136",5,39.055277,-76.878333,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.000237,0.000674,0.005,"2013-10-25 00:00",0.002,"2013-01-13 00:00",0.002,"2013-02-06 00:00",0.002,"2013-10-01 00:00","","","","",0.005,0.002,0.001,0.001,0,0,0,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88140",5,39.055277,-76.878333,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",86,0.009998,0.012487,0.092,"2013-10-13 00:00",0.0611,"2013-10-31 00:00",0.0598,"2013-03-11 00:00",0.036,"2013-10-16 00:00","","","","",0.092,0.0611,0.032,0.015,0.009,0.006,0.00475,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88152",5,39.055277,-76.878333,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",97,0.005385,0.001282,0.008,"2013-02-03 00:00",0.008,"2013-03-14 00:00",0.008,"2013-04-22 00:00",0.008,"2013-04-25 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88154",5,39.055277,-76.878333,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",96,0.001101,0.000249,0.002,"2013-05-16 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-13 00:00",0.0013,"2013-01-19 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88160",5,39.055277,-76.878333,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",94,0.013902,0.00401,0.026,"2013-04-13 00:00",0.026,"2013-10-22 00:00",0.02,"2013-10-01 00:00",0.0185,"2013-11-03 00:00","","","","",0.026,0.026,0.018,0.018,0.016,0.016,0.01,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88161",5,39.055277,-76.878333,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",89,0.002782,0.001726,0.012,"2013-07-03 00:00",0.0111,"2013-10-01 00:00",0.009,"2013-09-10 00:00",0.0077,"2013-07-15 00:00","","","","",0.012,0.0111,0.007,0.00265,0.0025,0.00215,0.0021,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88164",5,39.055277,-76.878333,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",95,0.001615,0.000362,0.004,"2013-03-23 00:00",0.0034,"2013-07-06 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-03-14 00:00","","","","",0.004,0.0034,0.0019,0.0019,0.0016,0.0015,0.0015,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88165",5,39.055277,-76.878333,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",10,0.060634,0.069526,0.409,"2013-07-03 00:00",0.349,"2013-07-15 00:00",0.289,"2013-09-10 00:00",0.255,"2013-11-12 00:00","","","","",0.409,0.349,0.19,0.139,0.068,0.037,0.009,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88166",5,39.055277,-76.878333,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",93,0.009178,0.005487,0.019,"2013-01-16 00:00",0.019,"2013-02-15 00:00",0.019,"2013-03-11 00:00",0.019,"2013-09-13 00:00","","","","",0.019,0.019,0.019,0.0185,0.0105,0.0075,0.0042,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88167",5,39.055277,-76.878333,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",22,0.00565,0.004061,0.0179,"2013-01-28 00:00",0.0167,"2013-03-26 00:00",0.0166,"2013-02-06 00:00",0.016,"2013-01-04 00:00","","","","",0.0179,0.0167,0.016,0.0111,0.007,0.0048,0.0013,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88168",5,39.055277,-76.878333,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",96,0.001245,0.000417,0.0038,"2013-07-06 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-15 00:00","","","","",0.0038,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88169",5,39.055277,-76.878333,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,0.749326,0.413196,2.14,"2013-09-10 00:00",2.07,"2013-07-18 00:00",1.85,"2013-01-28 00:00",1.82,"2013-06-12 00:00","","","","",2.14,2.07,1.57,1.22,0.991,0.658,0.326,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88176",5,39.055277,-76.878333,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",96,0.000971,0.00023,0.0015,"2013-06-15 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88180",5,39.055277,-76.878333,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",2,0.037508,0.021695,0.118,"2013-01-28 00:00",0.105,"2013-10-31 00:00",0.0995,"2013-02-03 00:00",0.083,"2013-07-06 00:00","","","","",0.118,0.105,0.083,0.065,0.0476,0.0356,0.015,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88184",5,39.055277,-76.878333,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",71,0.054907,0.090757,0.611,"2013-03-11 00:00",0.415,"2013-10-13 00:00",0.343,"2013-04-16 00:00",0.242,"2013-10-16 00:00","","","","",0.611,0.415,0.229,0.144,0.036,0.02,0.013,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88185",5,39.055277,-76.878333,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",92,0.004124,0.004036,0.0115,"2013-01-16 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-03-11 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0057,0.00225,0.0014,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88301",5,39.055277,-76.878333,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,2,"","","Certification not required",3,0.541117,0.476107,2.61,"2013-01-28 00:00",1.74,"2013-03-17 00:00",1.64,"2013-02-06 00:00",1.61,"2013-07-18 00:00","","","","",2.61,1.74,1.47,1.39,0.719,0.425,0.06,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88302",5,39.055277,-76.878333,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,2,"","","Certification not required",5,0.094344,0.112806,0.619,"2013-03-11 00:00",0.495,"2013-05-28 00:00",0.448,"2013-10-13 00:00",0.384,"2013-10-01 00:00","","","","",0.619,0.495,0.361,0.25,0.121,0.048,0.0175,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88303",5,39.055277,-76.878333,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,2,"","","Certification not required",44,0.027083,0.023025,0.132,"2013-01-28 00:00",0.099,"2013-06-18 00:00",0.096,"2013-05-28 00:00",0.076,"2013-05-10 00:00","","","","",0.132,0.099,0.072,0.06,0.035,0.019,0.0103,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88306",5,39.055277,-76.878333,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,2,"","","Certification not required",0,0.676673,0.795807,5.14,"2013-01-28 00:00",3.39,"2013-02-03 00:00",2.78,"2013-02-06 00:00",2.52,"2013-03-23 00:00","","","","",5.14,3.39,2.22,1.8,0.658,0.374,0.168,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88355",5,39.055277,-76.878333,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,2.0044,0.956569,4.7,"2013-10-31 00:00",4.5,"2013-05-28 00:00",4.17,"2013-04-10 00:00",4.03,"2013-01-28 00:00","","","","",4.7,4.5,3.76,3.32,2.66,1.86,0.833,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88357",5,39.055277,-76.878333,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.238179,0.126041,0.643,"2013-10-28 00:00",0.602,"2013-09-25 00:00",0.506,"2013-10-31 00:00",0.498,"2013-11-09 00:00","","","","",0.643,0.602,0.493,0.399,0.311,0.212,0.096,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88370",5,39.055277,-76.878333,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,1.733884,0.80627,4.08,"2013-05-28 00:00",4.06,"2013-10-31 00:00",3.82,"2013-04-10 00:00",3.56,"2013-01-28 00:00","","","","",4.08,4.06,3.39,2.93,2.25,1.58,0.755,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88374",5,39.055277,-76.878333,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",2,0.137042,0.132572,0.72,"2013-10-31 00:00",0.532,"2013-09-10 00:00",0.503,"2013-05-28 00:00",0.469,"2013-08-11 00:00","","","","",0.72,0.532,0.416,0.318,0.203,0.084,0.035,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88375",5,39.055277,-76.878333,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.464821,0.216685,1.02,"2013-05-16 00:00",0.893,"2013-04-10 00:00",0.893,"2013-05-28 00:00",0.86,"2013-10-31 00:00","","","","",1.02,0.893,0.85,0.786,0.631,0.42,0.187,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88376",5,39.055277,-76.878333,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.477263,0.22995,1.3,"2013-10-31 00:00",1.23,"2013-05-28 00:00",1.08,"2013-04-10 00:00",1,"2013-06-24 00:00","","","","",1.3,1.23,0.832,0.759,0.611,0.447,0.196,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88377",5,39.055277,-76.878333,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.315968,0.156954,0.88,"2013-01-28 00:00",0.768,"2013-04-10 00:00",0.757,"2013-10-31 00:00",0.678,"2013-05-28 00:00","","","","",0.88,0.768,0.672,0.505,0.371,0.306,0.151,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88378",5,39.055277,-76.878333,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.339,0.177855,0.846,"2013-02-03 00:00",0.807,"2013-01-28 00:00",0.784,"2013-04-10 00:00",0.774,"2013-05-28 00:00","","","","",0.846,0.807,0.701,0.626,0.436,0.299,0.153,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88380",5,39.055277,-76.878333,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.508737,0.296598,1.46,"2013-10-04 00:00",1.33,"2013-10-28 00:00",1.24,"2013-07-18 00:00",1.15,"2013-10-31 00:00","","","","",1.46,1.33,1.14,0.85,0.702,0.462,0.17,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88383",5,39.055277,-76.878333,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.781137,0.404244,1.67,"2013-01-28 00:00",1.65,"2013-10-28 00:00",1.61,"2013-10-04 00:00",1.54,"2013-07-18 00:00","","","","",1.67,1.65,1.54,1.4,1.03,0.736,0.277,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88384",5,39.055277,-76.878333,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.06654,0.035312,0.253,"2013-09-04 00:00",0.151,"2013-07-30 00:00",0.145,"2013-08-14 00:00",0.135,"2013-08-20 00:00","","","","",0.253,0.151,0.131,0.113,0.082,0.0585,0.034,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88385",5,39.055277,-76.878333,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",91,0.001269,0.001461,0.0128,"2013-09-04 00:00",0.00728,"2013-05-25 00:00",0.00545,"2013-09-25 00:00",0.00399,"2013-10-31 00:00","","","","",0.0128,0.00728,0.001,0.001,0.001,0.001,0.001,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88388",5,39.055277,-76.878333,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,5,"","","Certification not required",0,0.609674,0.326456,1.32,"2013-07-18 00:00",1.29,"2013-10-04 00:00",1.28,"2013-01-28 00:00",1.25,"2013-02-03 00:00","","","","",1.32,1.29,1.24,1.07,0.865,0.523,0.196,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88403",5,39.055277,-76.878333,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,2,"","","Certification not required",0,1.872969,1.112615,5.7,"2013-06-12 00:00",5.3,"2013-07-18 00:00",4.85,"2013-01-28 00:00",4.64,"2013-09-10 00:00","","","","",5.7,5.3,3.93,3.49,2.56,1.61,0.701,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","0030","88502",5,39.055277,-76.878333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,3,"","","Certification not required",0,8.631959,4.200683,25,"2013-01-28 00:00",20.1,"2013-09-10 00:00",19.3,"2013-07-18 00:00",18.3,"2013-10-31 00:00","","","","",25,20.1,16.8,14.1,11,8,4.5,"HU-Beltsville","Howard University's Beltsville Laboratory, 12003 Old Baltimore Pike","Maryland","Prince George's","Beltsville","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-13" +"24","033","8003","44201",1,38.81194,-76.74417,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5112,100,214,214,0,23,0,0,"Certification not required",678,0.050458,0.012827,0.083,"2013-07-18 13:00",0.082,"2013-06-25 12:00",0.078,"2013-06-24 12:00",0.078,"2013-07-17 13:00","","","","",0.078,0.077,0.071,0.068,0.059,0.051,0.034,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-12" +"24","033","8003","44201",1,38.81194,-76.74417,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Certification not required",0,0.044528,0.011934,0.072,"2013-07-17 10:00",0.07,"2013-04-28 14:00",0.069,"2013-06-12 10:00",0.069,"2013-07-18 09:00","","","","",0.069,0.067,0.063,0.061,0.053,0.045,0.027,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-12" +"24","033","8003","44201",1,38.81194,-76.74417,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Certification not required",0,0.044528,0.011934,0.072,"2013-07-17 10:00",0.07,"2013-04-28 14:00",0.069,"2013-06-12 10:00",0.069,"2013-07-18 09:00","","","","",0.069,0.067,0.063,0.061,0.053,0.045,0.027,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-12" +"24","033","8003","61101",1,38.81194,-76.74417,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6522,74,273,365,0,28,"","","Certification not required",0,4.134637,2.981148,22.2,"2013-03-25 05:00",22.2,"2013-03-25 06:00",22.2,"2013-03-25 07:00",22.2,"2013-03-25 08:00","","","","",13.1,11.9,10.1,8.2,5.7,3.6,0.9,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"24","033","8003","61102",1,38.81194,-76.74417,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6522,74,273,365,0,28,"","","Certification not required",0,210.099509,97.185036,359,"2013-02-03 08:00",359,"2013-02-13 05:00",359,"2013-02-24 07:00",359,"2013-03-06 17:00","","","","",356,353,345,335,308,202,79,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"24","033","8003","62101",1,38.81194,-76.74417,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,1,"","","Certification not required",0,58.400366,17.591198,93,"2013-07-18 14:00",93,"2013-07-18 15:00",92,"2013-07-15 15:00",92,"2013-07-15 16:00","","","","",89,87,83,80,73,61,34,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"24","033","8003","62201",1,38.81194,-76.74417,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6549,75,273,365,0,1,"","","Certification not required",0,65.237594,20.098818,95,"2013-01-14 00:00",94,"2013-01-12 06:00",94,"2013-01-12 07:00",94,"2013-01-13 01:00","","","","",93,92,91,89,85,67,37,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"24","033","8003","64101",1,38.81194,-76.74417,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8757,100,365,365,0,1,"","","Certification not required",0,1015.666096,7.026785,1038,"2013-11-29 22:00",1038,"2013-11-29 23:00",1038,"2013-11-30 00:00",1038,"2013-11-30 01:00","","","","",1032,1031,1027,1025,1020,1016,1007,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-21" +"24","033","8003","65102",1,38.81194,-76.74417,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6549,75,273,365,0,1,"","","Certification not required",0,0.004101,0.036915,1.43,"2013-07-12 03:00",0.85,"2013-06-28 17:00",0.7,"2013-01-31 01:00",0.57,"2013-08-01 09:00","","","","",0.12,0.04,0,0,0,0,0,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"24","033","8003","68105",1,38.81194,-76.74417,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,95,122,0,0,"","","Certification not required",0,15.290196,9.059905,29.9,"2013-07-17 00:00",29.4,"2013-07-06 00:00",28.4,"2013-07-21 00:00",28.3,"2013-04-10 00:00","","","","",29.4,28.4,27.8,27,22.8,17.2,1.9,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","68105",2,38.81194,-76.74417,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",46,100,25,31,0,0,"","","Certification not required",0,15.11087,10.182976,29.5,"2013-07-15 00:00",28.8,"2013-07-06 00:00",28.3,"2013-04-10 00:00",27.6,"2013-07-04 00:00","","","","",29.5,29.5,28.3,26.8,24.7,17.3,1.6,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","68108",1,38.81194,-76.74417,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,95,122,0,0,"","","Certification not required",0,761.823529,4.573734,773,"2013-01-10 00:00",773,"2013-04-22 00:00",771,"2013-11-21 00:00",769,"2013-01-07 00:00","","","","",773,771,769,767,765,762,756,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","68108",2,38.81194,-76.74417,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,100,25,31,0,0,"","","Certification not required",0,761.695652,5.849481,774,"2013-04-22 00:00",774,"2013-12-24 00:00",771,"2013-12-27 00:00",770,"2013-12-12 00:00","","","","",774,774,771,768,766,763,754,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","88101",1,38.81194,-76.74417,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",102,80,98,122,0,0,0,0,"Certification not required",0,7.65098,3.700595,23.5,"2013-11-16 00:00",20.4,"2013-07-17 00:00",17.2,"2013-09-07 00:00",15.5,"2013-10-04 00:00","","","","",23.5,20.4,14.8,12.6,9.3,7.2,4.6,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","88101",1,38.81194,-76.74417,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",102,80,98,122,0,0,"","","Certification not required",0,7.65098,3.700595,23.5,"2013-11-16 00:00",20.4,"2013-07-17 00:00",17.2,"2013-09-07 00:00",15.5,"2013-10-04 00:00","","","","",23.5,20.4,14.8,12.6,9.3,7.2,4.6,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","88101",2,38.81194,-76.74417,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,70,43,61,0,0,0,0,"Certification not required",0,7.717391,3.34294,16.6,"2013-01-28 00:00",15,"2013-07-15 00:00",15,"2013-10-04 00:00",14.5,"2013-05-22 00:00","","","","",16.6,16.6,15,13.5,9.4,7.4,4.8,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","8003","88101",2,38.81194,-76.74417,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,70,43,61,0,0,"","","Certification not required",0,7.717391,3.34294,16.6,"2013-01-28 00:00",15,"2013-07-15 00:00",15,"2013-10-04 00:00",14.5,"2013-05-22 00:00","","","","",16.6,16.6,15,13.5,9.4,7.4,4.8,"PG Equestrian Center"," PG County Equestrian Center, 14900 Pennsylvania Ave.","Maryland","Prince George's","Greater Upper Marlboro","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"24","033","9991","42401",1,39.0284,-76.8171,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5980,68,231,365,0,2036,0,"","Certification not required",0,1.970996,2.322438,22.2,"2013-04-12 17:00",14.2,"2013-02-12 22:00",11.1,"2013-03-31 10:00",10.5,"2013-10-03 10:00","","","","",13.8,10.5,5.1,3.8,2.1,1.2,0.3,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","42401",1,39.0284,-76.8171,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5980,68,231,365,0,2036,"","","Certification not required",0,0.612759,0.971931,22.2,"2013-04-12 17:00",20.2,"2013-04-12 16:00",17.6,"2013-04-12 18:00",14.2,"2013-02-12 22:00","","","","",4.1,3.1,2,1.4,0.7,0.4,0,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","42401",1,39.0284,-76.8171,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",231,63,231,365,0,0,0,"","Certification not required",0,0.611688,0.489625,2.9,"2013-04-12 00:00",2.7,"2013-01-26 00:00",2.5,"2013-10-03 00:00",2.2,"2013-01-24 00:00","","","","",2.5,2.2,1.5,1.3,0.8,0.5,0.2,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","42401",1,39.0284,-76.8171,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1884,65,228,365,0,0,"",0,"Certification not required",0,0.589066,0.880802,14.9,"2013-04-12 17:00",10.6,"2013-10-15 14:00",9.2,"2013-10-03 11:00",8.9,"2013-09-26 11:00","","","","",4,2.9,1.9,1.3,0.7,0.4,0,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","42600",1,39.0284,-76.8171,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5671,65,229,365,0,2345,"","","Certification not required",0,6.65015,6.756188,87.6,"2013-11-15 10:00",85.5,"2013-11-24 11:00",80.4,"2013-11-15 09:00",69.7,"2013-11-15 11:00","","","","",36.2,28.1,19.1,13.2,7.5,4.5,2.1,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","42601",1,39.0284,-76.8171,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6101,70,247,365,0,1915,"","","Certification not required",0,1.437977,3.463308,53.2,"2013-11-15 10:00",50.3,"2013-11-15 09:00",47.7,"2013-01-09 10:00",42.7,"2013-11-09 09:00","","","","",20.7,12.5,5.3,2.5,1.3,0.8,0,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","42612",1,39.0284,-76.8171,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5673,65,229,365,0,2343,"","","Certification not required",0,5.192685,4.528933,67.6,"2013-08-16 10:00",34.4,"2013-11-15 10:00",33,"2013-11-15 11:00",30.6,"2013-11-16 01:00","","","","",22.9,18.7,14.9,10.8,6.4,3.8,1.4,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","44201",1,39.0284,-76.8171,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6785,86,185,214,0,1231,0,0,"Certification not required",552,0.053303,0.014098,0.102,"2013-07-19 12:00",0.093,"2013-06-26 13:00",0.092,"2013-05-30 13:00",0.091,"2013-07-18 16:00","","","","",0.093,0.091,0.075,0.071,0.062,0.054,0.043,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","44201",1,39.0284,-76.8171,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6902,82,175,214,0,0,0,0,"Certification not required",0,0.046886,0.012634,0.077,"2013-07-18 10:00",0.077,"2013-07-19 09:00",0.074,"2013-07-17 10:00",0.072,"2013-05-30 11:00","","","","",0.077,0.072,0.067,0.064,0.056,0.049,0.038,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","033","9991","44201",1,39.0284,-76.8171,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6902,82,175,214,0,0,2,2,"Certification not required",0,0.046886,0.012634,0.077,"2013-07-18 10:00",0.077,"2013-07-19 09:00",0.074,"2013-07-17 10:00",0.072,"2013-05-30 11:00","","","","",0.077,0.072,0.067,0.064,0.056,0.049,0.038,"Beltsville","Powder Mill Rd, Laurel, MD 20708","Maryland","Prince George's","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-31" +"24","043","0009","44201",1,39.565582,-77.721639,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5112,99,211,214,0,24,0,0,"Certification not required",221,0.049716,0.011124,0.09,"2013-06-21 17:00",0.083,"2013-06-05 15:00",0.076,"2013-04-27 16:00",0.074,"2013-04-11 16:00","","","","",0.076,0.072,0.065,0.063,0.057,0.051,0.035,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-11-15" +"24","043","0009","44201",1,39.565582,-77.721639,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5106,99,211,214,0,0,0,0,"Certification not required",0,0.045019,0.010696,0.075,"2013-06-21 12:00",0.074,"2013-06-05 12:00",0.071,"2013-04-27 11:00",0.067,"2013-08-17 10:00","","","","",0.071,0.065,0.06,0.057,0.053,0.047,0.031,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-11-15" +"24","043","0009","44201",1,39.565582,-77.721639,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5106,99,211,214,0,0,0,0,"Certification not required",0,0.045019,0.010696,0.075,"2013-06-21 12:00",0.074,"2013-06-05 12:00",0.071,"2013-04-27 11:00",0.067,"2013-08-17 10:00","","","","",0.071,0.065,0.06,0.057,0.053,0.047,0.031,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-11-15" +"24","043","0009","61101",1,39.565582,-77.721639,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6550,75,273,365,0,1,"","","Certification not required",0,5.543618,3.606071,21.6,"2013-02-08 21:00",20.9,"2013-01-31 05:00",20.9,"2013-04-19 13:00",20.5,"2013-03-19 17:00","","","","",16.3,14.8,12.7,10.7,7.6,4.8,1.6,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-12-13" +"24","043","0009","61102",1,39.565582,-77.721639,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",6551,75,273,365,0,0,"","","Certification not required",0,198.715463,94.882708,359,"2013-02-05 20:00",359,"2013-02-23 23:00",359,"2013-03-23 23:00",359,"2013-04-26 08:00","","","","",356,353,342,323,287,177,76,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-12-13" +"24","043","0009","62101",1,39.565582,-77.721639,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,0,"","","Certification not required",0,56.200733,17.983449,93,"2013-07-18 16:00",93,"2013-07-18 17:00",93,"2013-07-19 15:00",92,"2013-07-18 14:00","","","","",87,85,81,78,71,59,32,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-12-13" +"24","043","0009","62201",1,39.565582,-77.721639,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6551,75,273,365,0,0,"","","Certification not required",0,63.514578,18.17738,94,"2013-01-12 08:00",94,"2013-01-14 03:00",94,"2013-01-14 04:00",94,"2013-01-14 05:00","","","","",92,92,90,88,80,63,39,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-12-13" +"24","043","0009","64101",1,39.565582,-77.721639,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8759,100,365,365,0,0,"","","Certification not required",0,997.600297,6.684875,1019,"2013-11-29 23:00",1019,"2013-11-30 00:00",1019,"2013-11-30 01:00",1019,"2013-11-30 02:00","","","","",1014,1012,1009,1006,1002,998,989,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2014-02-21" +"24","043","0009","65102",1,39.565582,-77.721639,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6551,75,273,365,0,0,"","","Certification not required",0,0.002764,0.026359,0.83,"2013-07-22 19:00",0.77,"2013-07-07 15:00",0.75,"2013-07-22 20:00",0.52,"2013-04-19 17:00","","","","",0.08,0.03,0,0,0,0,0,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2013-12-13" +"24","043","0009","88101",3,39.565582,-77.721639,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8404,96,357,365,0,256,"","","Certification not required",0,9.276297,7.255265,60,"2013-12-04 10:00",56,"2013-12-03 09:00",56,"2013-12-03 10:00",55,"2013-12-03 11:00","","","","",39,30,23,18,12,8,2,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2014-01-29" +"24","043","0009","88101",3,39.565582,-77.721639,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,3,3,"Certification not required",0,9.24188,5.721242,45.7,"2013-12-03 00:00",43.3,"2013-12-02 00:00",39.2,"2013-12-04 00:00",31,"2013-12-17 00:00","","","","",31,25.1,19.7,15.1,11.1,8,4,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2014-01-29" +"24","043","0009","88101",3,39.565582,-77.721639,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,9.24188,5.721242,45.7,"2013-12-03 00:00",43.3,"2013-12-02 00:00",39.2,"2013-12-04 00:00",31,"2013-12-17 00:00","","","","",31,25.1,19.7,15.1,11.1,8,4,"Hagerstown","18530 Roxbury Road","Maryland","Washington","Hagerstown","Hagerstown-Martinsburg, MD-WV","2014-01-29" +"24","510","0007","68105",1,39.34465,-76.68538,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,0,"","","Certification not required",0,14.255856,9.951498,32.2,"2013-07-18 00:00",30.8,"2013-07-15 00:00",30.7,"2013-07-06 00:00",29.3,"2013-05-31 00:00","","","","",30.8,30.7,28.3,26.6,23.8,14.3,1.1,"Northwest Police Station","Northwest Police Station, 5271 Reistertown Road","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0007","68108",1,39.34465,-76.68538,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,0,"","","Certification not required",0,749.081081,4.696488,760,"2013-01-10 00:00",760,"2013-04-22 00:00",760,"2013-11-21 00:00",757,"2013-05-01 00:00","","","","",760,760,757,754,752,749,743,"Northwest Police Station","Northwest Police Station, 5271 Reistertown Road","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0007","88101",1,39.34465,-76.68538,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,0,0,0,"Certification not required",0,8.498198,4.45415,28.6,"2013-01-28 00:00",20.4,"2013-07-18 00:00",18.8,"2013-11-15 00:00",17.7,"2013-07-09 00:00","","","","",20.4,18.8,17.4,15.2,10.7,7.6,3.9,"Northwest Police Station","Northwest Police Station, 5271 Reistertown Road","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0007","88101",1,39.34465,-76.68538,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,0,"","","Certification not required",0,8.498198,4.45415,28.6,"2013-01-28 00:00",20.4,"2013-07-18 00:00",18.8,"2013-11-15 00:00",17.7,"2013-07-09 00:00","","","","",20.4,18.8,17.4,15.2,10.7,7.6,3.9,"Northwest Police Station","Northwest Police Station, 5271 Reistertown Road","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0008","68105",1,39.28777,-76.546861,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,31,114,365,0,0,"","","Certification not required",0,14.734211,9.592925,31.9,"2013-07-18 00:00",31,"2013-07-15 00:00",30.7,"2013-07-06 00:00",28.5,"2013-06-24 00:00","","","","",31,30.7,27.9,26.5,23.9,15.3,2.5,"BCFD-TRUCK COMPANY 20","Baltimore City Fire Dept.-Truck Company 20; 5714 Eastern Avenue","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0008","68108",1,39.28777,-76.546861,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,31,114,365,0,0,"","","Certification not required",0,759.184211,4.816207,773,"2013-11-30 00:00",770,"2013-01-10 00:00",770,"2013-04-22 00:00",770,"2013-11-21 00:00","","","","",770,770,766,765,762,760,753,"BCFD-TRUCK COMPANY 20","Baltimore City Fire Dept.-Truck Company 20; 5714 Eastern Avenue","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0008","81102",1,39.28777,-76.546861,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",53,80,49,61,0,0,0,0,"Certification not required",3,15.188679,7.651185,35,"2013-05-10 00:00",31,"2013-02-03 00:00",31,"2013-10-31 00:00",30,"2013-04-10 00:00","","","","",35,31,31,27,18,15,7,"BCFD-TRUCK COMPANY 20","Baltimore City Fire Dept.-Truck Company 20; 5714 Eastern Avenue","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0008","88101",1,39.28777,-76.546861,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,92,112,122,0,0,0,0,"Certification not required",0,9.436842,5.385481,32,"2013-01-28 00:00",28.7,"2013-12-03 00:00",24.3,"2013-11-15 00:00",22.8,"2013-07-18 00:00","","","","",28.7,24.3,19.7,17.1,11.7,8.5,4.1,"BCFD-TRUCK COMPANY 20","Baltimore City Fire Dept.-Truck Company 20; 5714 Eastern Avenue","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0008","88101",1,39.28777,-76.546861,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,92,112,122,0,0,"","","Certification not required",0,9.436842,5.385481,32,"2013-01-28 00:00",28.7,"2013-12-03 00:00",24.3,"2013-11-15 00:00",22.8,"2013-07-18 00:00","","","","",28.7,24.3,19.7,17.1,11.7,8.5,4.1,"BCFD-TRUCK COMPANY 20","Baltimore City Fire Dept.-Truck Company 20; 5714 Eastern Avenue","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0040","42101",1,39.298056,-76.604722,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6169,70,257,365,0,306,0,0,"Certification not required",4054,0.260593,0.109129,1.8,"2013-01-29 07:00",1.8,"2013-01-29 08:00",1.7,"2013-01-29 01:00",1.6,"2013-01-29 02:00","","","","",0.7,0.6,0.4,0.3,0.25,0.25,0.2,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0040","42101",1,39.298056,-76.604722,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6183,71,256,365,0,0,0,0,"Certification not required",0,0.292981,0.09401,1.6,"2013-01-29 08:00",1.6,"2013-01-29 09:00",1.5,"2013-01-29 06:00",1.5,"2013-01-29 07:00",1.6,"2013-01-29 08:00",1.3,"2013-01-29 12:00",0.7,0.5,0.4,0.3,0.3,0.3,0.2,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0040","42601",2,39.298056,-76.604722,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6310,72,266,365,0,165,"","","Certification not required",0,7.152964,17.153578,351,"2013-01-29 07:00",312,"2013-01-29 08:00",302,"2013-01-29 06:00",265,"2013-01-29 05:00","","","","",71,46,25.7,14.3,6.5,3.1,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0040","42602",1,39.298056,-76.604722,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6310,72,266,365,0,165,0,"","Certification not required",0,25.60188,9.413801,57,"2013-01-29 08:00",56.4,"2013-05-15 21:00",54.3,"2013-05-16 06:00",50,"2013-03-16 00:00","","","","",54.3,47,42,37.9,31.7,24.4,13.8,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0040","42602",1,39.298056,-76.604722,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6310,72,266,365,0,165,"","","Certification not required",0,13.493201,8.15369,57,"2013-01-29 08:00",56.4,"2013-05-15 21:00",54.3,"2013-05-16 06:00",54,"2013-01-29 07:00","","","","",38.5,36,30,24.7,17.7,11.7,5,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0040","42603",1,39.298056,-76.604722,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6310,72,266,365,0,165,"","","Certification not required",0,20.753471,22.774056,406,"2013-01-29 07:00",369,"2013-01-29 08:00",350,"2013-01-29 06:00",309,"2013-01-29 05:00","","","","",108,79.4,54,38.9,23.8,15.3,6.2,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0040","43207",1,39.298056,-76.604722,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.1345,0.0128,0.16,"2013-07-03 00:00",0.14,"2013-01-04 00:00",0.14,"2013-01-10 00:00",0.14,"2013-01-16 00:00","","","","",0.16,0.16,0.14,0.14,0.14,0.14,0.12,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43208",1,39.298056,-76.604722,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",1,0.03725,0.008767,0.06,"2013-07-09 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00","","","","",0.06,0.06,0.04,0.04,0.04,0.04,0.02,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43218",1,39.298056,-76.604722,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.1525,0.173925,0.8,"2013-06-15 00:00",0.5,"2013-01-16 00:00",0.4,"2013-01-10 00:00",0.4,"2013-06-03 00:00","","","","",0.8,0.8,0.5,0.4,0.3,0.1,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43231",1,39.298056,-76.604722,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.48,0.383773,1.7,"2013-09-25 00:00",1.3,"2013-09-19 00:00",1,"2013-05-16 00:00",1,"2013-05-28 00:00","","","","",1.7,1.7,1.3,1,0.7,0.5,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43232",1,39.298056,-76.604722,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",9,0.338625,0.175159,0.7,"2013-09-19 00:00",0.7,"2013-09-25 00:00",0.63,"2013-05-22 00:00",0.56,"2013-05-16 00:00","","","","",0.7,0.7,0.7,0.56,0.42,0.35,0.105,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43248",1,39.298056,-76.604722,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",10,0.186,0.137762,0.66,"2013-04-16 00:00",0.48,"2013-04-04 00:00",0.42,"2013-09-07 00:00",0.42,"2013-09-19 00:00","","","","",0.66,0.66,0.48,0.42,0.24,0.12,0.06,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43372",1,39.298056,-76.604722,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43505",1,39.298056,-76.604722,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.42,0.215073,0.8,"2013-05-16 00:00",0.7,"2013-06-21 00:00",0.7,"2013-07-15 00:00",0.6,"2013-01-28 00:00","","","","",0.8,0.8,0.7,0.6,0.6,0.5,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43551",1,39.298056,-76.604722,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,9.7665,3.777166,17.58,"2013-05-16 00:00",17.43,"2013-09-01 00:00",16.2,"2013-05-22 00:00",14.55,"2013-09-07 00:00","","","","",17.58,17.58,17.43,14.55,12.27,10.11,5.13,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43801",1,39.298056,-76.604722,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.615,0.080224,0.8,"2013-05-22 00:00",0.8,"2013-06-03 00:00",0.7,"2013-03-29 00:00",0.7,"2013-04-04 00:00","","","","",0.8,0.8,0.8,0.7,0.7,0.6,0.5,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43802",1,39.298056,-76.604722,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.095,0.08458,0.3,"2013-09-19 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43803",1,39.298056,-76.604722,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.01,0.030382,0.1,"2013-08-20 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-19 00:00",0.1,"2013-09-25 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43804",1,39.298056,-76.604722,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43811",1,39.298056,-76.604722,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.22175,0.042359,0.27,"2013-01-16 00:00",0.27,"2013-01-28 00:00",0.26,"2013-03-23 00:00",0.26,"2013-03-29 00:00","","","","",0.27,0.27,0.27,0.26,0.25,0.23,0.19,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43814",1,39.298056,-76.604722,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.0125,0.04043,0.2,"2013-06-21 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-27 00:00",0.1,"2013-08-08 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43815",1,39.298056,-76.604722,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.015,0.057957,0.3,"2013-05-22 00:00",0.2,"2013-06-21 00:00",0.1,"2013-06-27 00:00",0,"2013-01-04 00:00","","","","",0.3,0.3,0.2,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43817",1,39.298056,-76.604722,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.07,0.088289,0.4,"2013-06-21 00:00",0.3,"2013-05-22 00:00",0.2,"2013-02-21 00:00",0.2,"2013-06-27 00:00","","","","",0.4,0.4,0.3,0.2,0.1,0.1,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43818",1,39.298056,-76.604722,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43823",1,39.298056,-76.604722,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.4835,0.092475,0.78,"2013-04-04 00:00",0.71,"2013-04-16 00:00",0.65,"2013-03-29 00:00",0.64,"2013-02-27 00:00","","","","",0.78,0.78,0.71,0.64,0.54,0.46,0.4,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43824",1,39.298056,-76.604722,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.0025,0.015811,0.1,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43829",1,39.298056,-76.604722,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43830",1,39.298056,-76.604722,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43831",1,39.298056,-76.604722,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43843",1,39.298056,-76.604722,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","43860",1,39.298056,-76.604722,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.015,0.053349,0.3,"2013-06-21 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-27 00:00",0.1,"2013-08-08 00:00","","","","",0.3,0.3,0.1,0.1,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45109",1,39.298056,-76.604722,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.63,0.400768,1.5,"2013-09-19 00:00",1.4,"2013-05-16 00:00",1.4,"2013-08-08 00:00",1.4,"2013-09-25 00:00","","","","",1.5,1.5,1.4,1.4,1,0.6,0.2,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45201",1,39.298056,-76.604722,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.435,0.565028,3.4,"2013-01-28 00:00",2.5,"2013-02-27 00:00",2.3,"2013-01-16 00:00",2.2,"2013-06-21 00:00","","","","",3.4,3.4,2.5,2.2,1.7,1.3,0.8,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45202",1,39.298056,-76.604722,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.7425,0.847587,3.7,"2013-09-25 00:00",3.5,"2013-09-19 00:00",3.4,"2013-05-16 00:00",2.9,"2013-06-21 00:00","","","","",3.7,3.7,3.5,2.9,2.5,1.7,0.8,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45203",1,39.298056,-76.604722,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.2975,0.138652,0.6,"2013-05-16 00:00",0.6,"2013-09-19 00:00",0.6,"2013-09-25 00:00",0.5,"2013-05-22 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.2,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45204",1,39.298056,-76.604722,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.2375,0.161225,0.6,"2013-05-16 00:00",0.6,"2013-09-19 00:00",0.6,"2013-09-25 00:00",0.5,"2013-05-22 00:00","","","","",0.6,0.6,0.6,0.5,0.3,0.2,0.1,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45207",1,39.298056,-76.604722,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",40,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45208",1,39.298056,-76.604722,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",34,0.36675,0.125864,0.72,"2013-01-16 00:00",0.72,"2013-09-25 00:00",0.63,"2013-01-10 00:00",0.63,"2013-05-22 00:00","","","","",0.72,0.72,0.72,0.63,0.315,0.315,0.315,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45213",1,39.298056,-76.604722,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",40,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45220",1,39.298056,-76.604722,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.1725,0.096044,0.4,"2013-05-22 00:00",0.4,"2013-06-27 00:00",0.3,"2013-04-28 00:00",0.3,"2013-08-08 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.2,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45801",1,39.298056,-76.604722,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.005,0.022072,0.1,"2013-06-21 00:00",0.1,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","45807",1,39.298056,-76.604722,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.05,0.050637,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","46401",1,39.298056,-76.604722,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",26,0.093,0.052144,0.28,"2013-05-16 00:00",0.2,"2013-02-03 00:00",0.16,"2013-01-04 00:00",0.16,"2013-01-10 00:00","","","","",0.28,0.28,0.2,0.16,0.12,0.06,0.06,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-15" +"24","510","0040","68105",1,39.298056,-76.604722,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",290,79,290,365,0,0,"","","Certification not required",0,16.233448,9.439658,32.6,"2013-07-17 00:00",32.5,"2013-07-16 00:00",32.5,"2013-07-18 00:00",32,"2013-07-19 00:00","","","","",32.5,31.3,29.2,27.9,25,17.2,2.7,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0040","68108",1,39.298056,-76.604722,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",290,79,290,365,0,0,"","","Certification not required",0,761.175862,4.717644,775,"2013-11-04 00:00",773,"2013-04-21 00:00",773,"2013-11-05 00:00",773,"2013-11-20 00:00","","","","",773,772,769,767,764,761,755,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0040","88101",1,39.298056,-76.604722,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",290,79,290,365,0,0,0,0,"Certification not required",0,8.967931,4.659489,34.6,"2013-01-29 00:00",29.7,"2013-01-28 00:00",27.7,"2013-11-16 00:00",22.5,"2013-12-17 00:00","","","","",27.7,21.8,17.6,15.4,11,8,4.4,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0040","88101",1,39.298056,-76.604722,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",290,79,290,365,0,0,"","","Certification not required",0,8.967931,4.659489,34.6,"2013-01-29 00:00",29.7,"2013-01-28 00:00",27.7,"2013-11-16 00:00",22.5,"2013-12-17 00:00","","","","",27.7,21.8,17.6,15.4,11,8,4.4,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-02-12" +"24","510","0040","88101",3,39.298056,-76.604722,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8302,95,355,365,0,342,"","","Certification not required",0,11.372681,7.065809,67,"2013-09-11 11:00",59,"2013-01-29 08:00",54,"2013-01-29 07:00",53,"2013-01-29 12:00","","","","",36,31,26,21,14,10,5,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-01-29" +"24","510","0040","88101",3,39.298056,-76.604722,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,1,1,"Certification not required",0,11.35102,5.736315,38.5,"2013-01-29 00:00",35.4,"2013-12-04 00:00",33.3,"2013-12-03 00:00",32.2,"2013-01-28 00:00","","","","",32.2,29.9,22.8,19.1,13.4,9.9,5.9,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-01-29" +"24","510","0040","88101",3,39.298056,-76.604722,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,"","","Certification not required",0,11.35102,5.736315,38.5,"2013-01-29 00:00",35.4,"2013-12-04 00:00",33.3,"2013-12-03 00:00",32.2,"2013-01-28 00:00","","","","",32.2,29.9,22.8,19.1,13.4,9.9,5.9,"Oldtown","Oldtown Fire Station, 1100 Hillen Street","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2014-01-29" +"24","510","0054","44201",1,39.32889,-76.5525,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4578,89,190,214,0,420,0,0,"Certification not required",222,0.047863,0.012574,0.089,"2013-07-18 14:00",0.083,"2013-07-19 15:00",0.082,"2013-07-17 16:00",0.075,"2013-05-31 11:00","","","","",0.083,0.075,0.067,0.063,0.056,0.049,0.03,"Furley","Furley E.S. Recreational Center, 4633 Furley Avenue.","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0054","44201",1,39.32889,-76.5525,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4572,86,183,214,0,0,0,0,"Certification not required",0,0.041443,0.011253,0.069,"2013-07-17 12:00",0.065,"2013-04-28 16:00",0.064,"2013-07-19 09:00",0.063,"2013-06-05 15:00","","","","",0.065,0.063,0.059,0.055,0.049,0.043,0.024,"Furley","Furley E.S. Recreational Center, 4633 Furley Avenue.","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"24","510","0054","44201",1,39.32889,-76.5525,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4572,86,183,214,0,0,0,0,"Certification not required",0,0.041443,0.011253,0.069,"2013-07-17 12:00",0.065,"2013-04-28 16:00",0.064,"2013-07-19 09:00",0.063,"2013-06-05 15:00","","","","",0.065,0.063,0.059,0.055,0.049,0.043,0.024,"Furley","Furley E.S. Recreational Center, 4633 Furley Avenue.","Maryland","Baltimore (City)","Baltimore","Baltimore-Towson, MD","2013-11-06" +"25","001","0002","44201",1,41.975804,-70.023598,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6347,95,173,183,0,459,0,0,"Certification not required",0,0.045977,0.012471,0.089,"2013-05-30 18:00",0.081,"2013-06-24 18:00",0.081,"2013-06-25 16:00",0.08,"2013-05-31 18:00","","","","",0.081,0.08,0.068,0.063,0.054,0.048,0.041,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","44201",1,41.975804,-70.023598,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6478,92,168,183,0,0,0,0,"Certification not required",0,0.04175,0.010915,0.079,"2013-05-30 14:00",0.076,"2013-06-25 13:00",0.072,"2013-05-31 11:00",0.071,"2013-06-24 12:00","","","","",0.076,0.071,0.059,0.056,0.05,0.045,0.038,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","44201",1,41.975804,-70.023598,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6478,92,168,183,0,0,2,2,"Certification not required",0,0.04175,0.010915,0.079,"2013-05-30 14:00",0.076,"2013-06-25 13:00",0.072,"2013-05-31 11:00",0.071,"2013-06-24 12:00","","","","",0.076,0.071,0.059,0.056,0.05,0.045,0.038,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","61101",1,41.975804,-70.023598,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7997,91,333,365,0,19,"","","Certification not required",0,4.838827,2.463272,19.9,"2013-02-08 22:00",19.8,"2013-02-08 20:00",19.5,"2013-02-08 21:00",19.3,"2013-02-09 09:00","","","","",13.4,11,9.1,7.9,6.2,4.6,2,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","61102",1,41.975804,-70.023598,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7997,91,333,365,0,19,"","","Certification not required",0,203.686632,97.253631,360,"2013-01-18 04:00",360,"2013-02-16 13:00",360,"2013-04-06 16:00",360,"2013-04-08 12:00","","","","",355,351,337,321,276,223,42,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","62101",1,41.975804,-70.023598,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8003,91,333,365,0,12,"","","Certification not required",0,52.668124,16.090101,93,"2013-05-31 12:00",93,"2013-07-19 11:00",93,"2013-07-19 12:00",93,"2013-07-19 13:00","","","","",86,82,77,73,66,53,32,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","62201",1,41.975804,-70.023598,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6776,77,279,365,0,1240,"","","Certification not required",0,70.694067,15.953858,93,"2013-06-07 21:00",93,"2013-06-07 22:00",93,"2013-06-07 23:00",93,"2013-06-08 00:00","","","","",92,92,91,90,85,73,47,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","63301",1,41.975804,-70.023598,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8004,91,333,365,0,12,"","","Certification not required",4029,0.224196,0.345018,1.33,"2013-06-15 11:00",1.32,"2013-06-16 11:00",1.32,"2013-08-01 11:00",1.31,"2013-05-27 11:00","","","","",1.23,1.19,1.05,0.83,0.34,0.005,0.005,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","64101",1,41.975804,-70.023598,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8004,91,333,365,0,12,"","","Certification not required",0,1009.694653,7.968934,1035,"2013-04-22 09:00",1035,"2013-11-30 08:00",1035,"2013-11-30 09:00",1033,"2013-04-22 06:00","","","","",1028,1025,1023,1020,1015,1009,999,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-27" +"25","001","0002","85101",1,41.975804,-70.023598,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,9.842264,6.67969,37.7588,"2013-01-22 00:00",30.027,"2013-05-31 00:00",18.5556,"2013-05-04 00:00",18.431,"2013-03-08 00:00","","","","",37.7588,37.7588,18.5556,18.1841,11.3703,7.2861,5.108,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","86502",1,41.975804,-70.023598,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,4.534884,3.724749,19,"2013-01-22 00:00",14,"2013-05-31 00:00",11,"2013-05-04 00:00",10,"2013-05-16 00:00","","","","",19,19,11,10,5,3,2,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88103",1,41.975804,-70.023598,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,6.7e-05,0.000252,0.001,"2013-01-07 00:00",0.001,"2013-01-22 00:00",0.001,"2013-04-28 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88104",1,41.975804,-70.023598,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",3,0.014541,0.011863,0.048,"2013-04-28 00:00",0.046,"2013-01-22 00:00",0.044,"2013-05-16 00:00",0.033,"2013-02-27 00:00","","","","",0.048,0.048,0.044,0.029,0.0184,0.01,0.0042,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88109",1,41.975804,-70.023598,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.002998,0.002842,0.0166,"2013-01-22 00:00",0.0116,"2013-03-08 00:00",0.0075,"2013-02-27 00:00",0.0058,"2013-05-31 00:00","","","","",0.0166,0.0166,0.0075,0.0044,0.0032,0.0024,0.0009,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88111",1,41.975804,-70.023598,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.025276,0.018847,0.083,"2013-01-22 00:00",0.0739,"2013-03-08 00:00",0.0601,"2013-02-27 00:00",0.0585,"2013-05-16 00:00","","","","",0.083,0.083,0.0601,0.0584,0.0335,0.0189,0.0085,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88112",1,41.975804,-70.023598,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88114",1,41.975804,-70.023598,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",17,0.000463,0.000439,0.0023,"2013-01-22 00:00",0.0014,"2013-05-31 00:00",0.0012,"2013-01-07 00:00",0.0011,"2013-01-04 00:00","","","","",0.0023,0.0023,0.0012,0.0011,0.0006,0.0003,0.0001,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88115",1,41.975804,-70.023598,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.356918,0.612619,2.6382,"2013-03-08 00:00",2.1956,"2013-02-27 00:00",1.8628,"2013-01-31 00:00",1.3902,"2013-02-24 00:00","","","","",2.6382,2.6382,1.8628,1.3857,0.4135,0.0703,0.0017,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88126",1,41.975804,-70.023598,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.015047,0.013524,0.0663,"2013-01-22 00:00",0.0479,"2013-05-16 00:00",0.0447,"2013-05-31 00:00",0.0382,"2013-04-28 00:00","","","","",0.0663,0.0663,0.0447,0.0286,0.0165,0.0117,0.0024,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88128",1,41.975804,-70.023598,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.001,0.000853,0.004,"2013-01-22 00:00",0.002,"2013-01-07 00:00",0.002,"2013-02-12 00:00",0.002,"2013-02-15 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88132",1,41.975804,-70.023598,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.0006,0.00058,0.002,"2013-01-22 00:00",0.002,"2013-05-31 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88136",1,41.975804,-70.023598,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.000111,0.000318,0.001,"2013-01-07 00:00",0.001,"2013-01-22 00:00",0.001,"2013-05-10 00:00",0.001,"2013-05-28 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88140",1,41.975804,-70.023598,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.04191,0.041791,0.185,"2013-02-27 00:00",0.1602,"2013-01-31 00:00",0.13,"2013-05-04 00:00",0.1122,"2013-01-22 00:00","","","","",0.185,0.185,0.13,0.11,0.064,0.0287,0.009,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88152",1,41.975804,-70.023598,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",26,0.00134,0.002107,0.0116,"2013-05-31 00:00",0.0055,"2013-05-28 00:00",0.0044,"2013-02-15 00:00",0.0039,"2013-04-01 00:00","","","","",0.0116,0.0116,0.0044,0.0034,0.002,0.00015,0.00015,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88154",1,41.975804,-70.023598,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",22,0.000233,0.000199,0.001,"2013-05-31 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-15 00:00",0.0006,"2013-01-07 00:00","","","","",0.001,0.001,0.0007,0.0005,0.0003,0.0002,0.0001,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88161",1,41.975804,-70.023598,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",6,0.001216,0.001405,0.0074,"2013-04-22 00:00",0.0042,"2013-01-22 00:00",0.0038,"2013-05-16 00:00",0.0037,"2013-05-31 00:00","","","","",0.0074,0.0074,0.0038,0.0035,0.0011,0.0007,0.0002,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88164",1,41.975804,-70.023598,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",3,0.000379,0.00036,0.0016,"2013-01-22 00:00",0.0014,"2013-05-31 00:00",0.0012,"2013-05-28 00:00",0.0009,"2013-05-22 00:00","","","","",0.0016,0.0016,0.0012,0.0008,0.0005,0.0002,0.0001,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88165",1,41.975804,-70.023598,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",6,0.027968,0.033288,0.1499,"2013-01-22 00:00",0.1127,"2013-05-16 00:00",0.1071,"2013-04-28 00:00",0.0974,"2013-05-31 00:00","","","","",0.1499,0.1499,0.1071,0.0736,0.0292,0.0172,0.0028,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88167",1,41.975804,-70.023598,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.003677,0.004704,0.0222,"2013-01-22 00:00",0.0202,"2013-04-13 00:00",0.0146,"2013-01-04 00:00",0.0104,"2013-01-07 00:00","","","","",0.0222,0.0222,0.0146,0.0069,0.0037,0.0022,0.0006,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88168",1,41.975804,-70.023598,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",15,0.000472,0.000461,0.0021,"2013-03-08 00:00",0.0017,"2013-01-22 00:00",0.0014,"2013-05-04 00:00",0.0013,"2013-02-27 00:00","","","","",0.0021,0.0021,0.0014,0.0011,0.0006,0.0003,0.0001,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88169",1,41.975804,-70.023598,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.416518,0.293437,1.5533,"2013-05-31 00:00",1.2441,"2013-01-22 00:00",0.8636,"2013-01-07 00:00",0.8473,"2013-02-15 00:00","","","","",1.5533,1.5533,0.8636,0.7548,0.5132,0.3463,0.1537,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88176",1,41.975804,-70.023598,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",40,0.00018,9.4e-05,0.0006,"2013-01-07 00:00",0.0005,"2013-01-22 00:00",0.0004,"2013-01-04 00:00",0.0003,"2013-04-01 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88180",1,41.975804,-70.023598,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.03376,0.023878,0.165,"2013-01-22 00:00",0.0603,"2013-03-08 00:00",0.0565,"2013-01-07 00:00",0.0527,"2013-05-16 00:00","","","","",0.165,0.165,0.0565,0.0527,0.0391,0.0279,0.0136,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88184",1,41.975804,-70.023598,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.361096,0.306436,1.2517,"2013-03-08 00:00",1.1464,"2013-02-27 00:00",1.138,"2013-01-31 00:00",0.9704,"2013-05-04 00:00","","","","",1.2517,1.2517,1.138,0.9288,0.4609,0.2464,0.1103,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88185",1,41.975804,-70.023598,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",37,0.000717,0.000363,0.0021,"2013-01-22 00:00",0.0017,"2013-01-07 00:00",0.0015,"2013-01-10 00:00",0.0015,"2013-04-19 00:00","","","","",0.0021,0.0021,0.0015,0.001,0.0007,0.0007,0.0004,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88203",1,41.975804,-70.023598,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.623024,0.841028,3.9941,"2013-03-08 00:00",3.2134,"2013-02-27 00:00",2.3216,"2013-01-31 00:00",2.1041,"2013-05-04 00:00","","","","",3.9941,3.9941,2.3216,1.8878,0.7545,0.3181,0.0777,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88306",1,41.975804,-70.023598,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.424589,0.386412,1.9214,"2013-01-22 00:00",1.3787,"2013-01-04 00:00",1.2256,"2013-02-15 00:00",1.2022,"2013-01-07 00:00","","","","",1.9214,1.9214,1.2256,1.031,0.5266,0.3263,0.1033,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88320",1,41.975804,-70.023598,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.606739,0.589814,3.2,"2013-01-22 00:00",2.57,"2013-05-31 00:00",1.55,"2013-01-07 00:00",1.22,"2013-05-28 00:00","","","","",3.2,3.2,1.55,1.14,0.73,0.45,0.19,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88321",1,41.975804,-70.023598,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.107826,0.125058,0.7,"2013-01-22 00:00",0.43,"2013-05-31 00:00",0.3,"2013-01-07 00:00",0.26,"2013-01-04 00:00","","","","",0.7,0.7,0.3,0.22,0.15,0.08,0.02,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88324",1,41.975804,-70.023598,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",42,0.020455,0.009598,0.06,"2013-05-31 00:00",0.0426,"2013-04-07 00:00",0.033,"2013-04-16 00:00",0.03035,"2013-01-01 00:00","","","","",0.06,0.06,0.033,0.0303,0.02305,0.01605,0.01,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88325",1,41.975804,-70.023598,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",14,0.125848,0.160995,0.813,"2013-05-31 00:00",0.762,"2013-01-22 00:00",0.2925,"2013-05-16 00:00",0.282,"2013-01-07 00:00","","","","",0.813,0.813,0.2925,0.279,0.1446,0.0825,0.01965,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88326",1,41.975804,-70.023598,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",4,0.18029,0.170238,0.9375,"2013-01-22 00:00",0.7175,"2013-05-31 00:00",0.442,"2013-01-07 00:00",0.4111,"2013-05-28 00:00","","","","",0.9375,0.9375,0.442,0.3599,0.1955,0.1319,0.067,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88327",1,41.975804,-70.023598,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",1,0.148721,0.146504,0.8477,"2013-01-22 00:00",0.5707,"2013-05-31 00:00",0.4453,"2013-01-07 00:00",0.3081,"2013-01-04 00:00","","","","",0.8477,0.8477,0.4453,0.2703,0.159,0.105,0.0462,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88328",1,41.975804,-70.023598,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",1,0.143311,0.118979,0.595,"2013-01-22 00:00",0.404,"2013-05-31 00:00",0.3452,"2013-01-07 00:00",0.2816,"2013-05-16 00:00","","","","",0.595,0.595,0.3452,0.281,0.2164,0.1142,0.0192,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88329",1,41.975804,-70.023598,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.231946,0.231942,1.2702,"2013-01-22 00:00",0.8109,"2013-05-31 00:00",0.6186,"2013-01-07 00:00",0.4866,"2013-01-04 00:00","","","","",1.2702,1.2702,0.6186,0.46,0.3606,0.176,0.0421,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88330",1,41.975804,-70.023598,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",13,0.019862,0.016229,0.0582,"2013-03-14 00:00",0.0553,"2013-05-22 00:00",0.0427,"2013-05-16 00:00",0.0419,"2013-03-29 00:00","","","","",0.0582,0.0582,0.0427,0.0399,0.0335,0.0213,0.00135,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88331",1,41.975804,-70.023598,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",15,3.8e-05,6.3e-05,0.0003,"2013-01-04 00:00",0.0002,"2013-01-31 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0003,0.0003,0.0001,0.0001,0.0001,0,0,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88338",1,41.975804,-70.023598,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",41,0.018352,0.011477,0.0615,"2013-04-01 00:00",0.0575,"2013-04-13 00:00",0.0507,"2013-03-20 00:00",0.0316,"2013-04-16 00:00","","","","",0.0615,0.0615,0.0507,0.02405,0.0233,0.01495,0.01035,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88339",1,41.975804,-70.023598,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,1.718117,1.210429,6.40745,"2013-05-31 00:00",5.13183,"2013-01-22 00:00",3.56243,"2013-01-07 00:00",3.49491,"2013-02-15 00:00","","","","",6.40745,6.40745,3.56243,3.11367,2.11691,1.42857,0.63393,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88344",1,41.975804,-70.023598,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.54772,0.498477,2.4786,"2013-01-22 00:00",1.7785,"2013-01-04 00:00",1.581,"2013-02-15 00:00",1.5508,"2013-01-07 00:00","","","","",2.4786,2.4786,1.581,1.3302,0.6793,0.4209,0.1333,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88348",1,41.975804,-70.023598,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.180776,0.159658,0.7773,"2013-01-22 00:00",0.5953,"2013-05-16 00:00",0.5296,"2013-04-28 00:00",0.4796,"2013-05-31 00:00","","","","",0.7773,0.7773,0.5296,0.3624,0.2026,0.1262,0.057,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88350",1,41.975804,-70.023598,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,1.091298,1.060895,5.7604,"2013-01-22 00:00",4.6177,"2013-05-31 00:00",2.7893,"2013-01-07 00:00",2.191,"2013-05-28 00:00","","","","",5.7604,5.7604,2.7893,2.0459,1.3217,0.8123,0.3382,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88403",1,41.975804,-70.023598,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,1.264254,0.884274,4.5463,"2013-05-31 00:00",4.1642,"2013-01-22 00:00",2.6089,"2013-01-07 00:00",2.5097,"2013-02-15 00:00","","","","",4.5463,4.5463,2.6089,2.2967,1.5156,1.1136,0.4162,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","001","0002","88502",1,41.975804,-70.023598,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,4.822222,3.228417,17.9,"2013-01-22 00:00",15.7,"2013-05-31 00:00",9,"2013-03-08 00:00",8.1,"2013-01-07 00:00","","","","",17.9,17.9,9,8.1,5.8,3.9,2.2,"TRURO NATIONAL SEASHORE","FOX BOTTOM AREA","Massachusetts","Barnstable","Truro","Barnstable Town, MA","2014-01-28" +"25","003","0006","88101",3,42.452017,-73.255089,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4164,48,180,365,0,252,"","","Certification not required",0,12.856868,8.800459,80.3,"2013-11-16 03:00",77.7,"2013-07-04 14:00",72.6,"2013-11-16 04:00",71.7,"2013-08-22 09:00","","","","",41.8,37.6,29.7,23.4,16.3,10.9,5.1,"BERKSHIRE COMMONS","1 SOUTH STREET","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-02-12" +"25","003","0006","88101",3,42.452017,-73.255089,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",174,48,174,365,0,0,2,2,"Certification not required",0,12.783908,5.692168,38.4,"2013-12-20 00:00",36.4,"2013-11-16 00:00",28.6,"2013-12-03 00:00",25.7,"2013-10-31 00:00","","","","",36.4,25.7,24.5,20.9,15.1,11.5,7.1,"BERKSHIRE COMMONS","1 SOUTH STREET","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-02-12" +"25","003","0006","88101",3,42.452017,-73.255089,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",174,48,174,365,0,0,"","","Certification not required",0,12.783908,5.692168,38.4,"2013-12-20 00:00",36.4,"2013-11-16 00:00",28.6,"2013-12-03 00:00",25.7,"2013-10-31 00:00","","","","",36.4,25.7,24.5,20.9,15.1,11.5,7.1,"BERKSHIRE COMMONS","1 SOUTH STREET","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-02-12" +"25","003","0006","88502",3,42.452017,-73.255089,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4202,97,175,181,0,142,"","","Certification not required",0,10.35633,7.685998,75.8,"2013-05-20 14:00",57.8,"2013-06-23 09:00",56,"2013-06-25 09:00",54.3,"2013-01-09 07:00","","","","",39.5,32.5,24.8,19.3,12.8,8.5,3.6,"BERKSHIRE COMMONS","1 SOUTH STREET","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2013-11-13" +"25","003","0006","88502",3,42.452017,-73.255089,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",175,97,175,181,0,0,"","","Certification not required",0,10.303429,5.071522,35.4,"2013-01-08 00:00",34.8,"2013-01-09 00:00",27.3,"2013-01-29 00:00",22.4,"2013-01-28 00:00","","","","",34.8,22.4,19.5,16.5,12.5,9.6,5.2,"BERKSHIRE COMMONS","1 SOUTH STREET","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2013-11-13" +"25","003","4002","44201",1,42.63668,-73.167428,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4933,82,150,183,0,203,0,0,"Certification not required",0,0.0489,0.010753,0.079,"2013-06-01 01:00",0.077,"2013-05-31 23:00",0.072,"2013-09-11 18:00",0.069,"2013-05-06 02:00","","","","",0.077,0.072,0.067,0.063,0.056,0.049,0.042,"MT GREYLOCK SUMMIT","ROUTE 8 ADAMS","Massachusetts","Berkshire","Adams","Pittsfield, MA","2014-01-27" +"25","003","4002","44201",1,42.63668,-73.167428,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5047,81,149,183,0,0,0,0,"Certification not required",0,0.045295,0.009952,0.076,"2013-05-31 21:00",0.074,"2013-06-01 00:00",0.067,"2013-08-20 20:00",0.066,"2013-08-21 00:00","","","","",0.074,0.067,0.062,0.059,0.051,0.045,0.038,"MT GREYLOCK SUMMIT","ROUTE 8 ADAMS","Massachusetts","Berkshire","Adams","Pittsfield, MA","2014-01-27" +"25","003","4002","44201",1,42.63668,-73.167428,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5047,81,149,183,0,0,1,1,"Certification not required",0,0.045295,0.009952,0.076,"2013-05-31 21:00",0.074,"2013-06-01 00:00",0.067,"2013-08-20 20:00",0.066,"2013-08-21 00:00","","","","",0.074,0.067,0.062,0.059,0.051,0.045,0.038,"MT GREYLOCK SUMMIT","ROUTE 8 ADAMS","Massachusetts","Berkshire","Adams","Pittsfield, MA","2014-01-27" +"25","003","5001","68101",1,42.448009,-73.254108,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",111,100,56,61,0,1,"","","Certification not required",37,0.144595,0.092035,0.4,"2013-07-09 00:00",0.3,"2013-01-16 00:00",0.3,"2013-05-22 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.05,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68102",1,42.448009,-73.254108,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",111,100,56,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68103",1,42.448009,-73.254108,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,100,56,61,0,1,"","","Certification not required",0,4.021622,9.526064,22.1,"2013-07-18 00:00",21.8,"2013-07-06 00:00",21.7,"2013-07-03 00:00",20.2,"2013-07-09 00:00","","","","",21.8,21.7,19,16.9,11.6,4.3,-8.8,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68104",1,42.448009,-73.254108,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,100,56,61,0,1,"","","Certification not required",0,15.354054,11.096394,33.7,"2013-05-31 00:00",33,"2013-07-18 00:00",32.3,"2013-07-15 00:00",32,"2013-06-24 00:00","","","","",33,32.3,30.6,28.3,24.6,16.4,0.1,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68105",1,42.448009,-73.254108,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,100,56,61,0,1,"","","Certification not required",0,9.705405,10.049223,27.4,"2013-07-18 00:00",26.5,"2013-07-15 00:00",25.8,"2013-07-06 00:00",25.3,"2013-05-31 00:00","","","","",26.5,25.8,23.5,22.3,18,12.2,-4.2,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68106",1,42.448009,-73.254108,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,56,61,0,1,"","","Certification not required",0,728.882883,5.473471,744,"2013-04-22 00:00",740,"2013-05-01 00:00",740,"2013-10-13 00:00",740,"2013-11-21 00:00","","","","",740,740,738,735,732,729,723,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68107",1,42.448009,-73.254108,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,56,61,0,1,"","","Certification not required",0,735.459459,5.082562,750,"2013-11-30 00:00",749,"2013-04-22 00:00",748,"2013-11-21 00:00",746,"2013-01-10 00:00","","","","",749,748,743,741,739,736,729,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68108",1,42.448009,-73.254108,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,56,61,0,1,"","","Certification not required",0,732.225225,5.285804,747,"2013-04-22 00:00",747,"2013-11-30 00:00",744,"2013-11-21 00:00",742,"2013-01-10 00:00","","","","",747,744,741,738,735,733,726,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","68109",1,42.448009,-73.254108,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",111,100,56,61,0,1,"","","Certification not required",0,1439.846847,0.361768,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","88101",1,42.448009,-73.254108,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,0,0,"Certification not required",0,7.348649,3.862803,18.5,"2013-08-20 00:00",16.2,"2013-05-31 00:00",16.2,"2013-08-17 00:00",16.1,"2013-01-28 00:00","","","","",16.2,16.2,15.3,13.1,9.9,6.5,3.3,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","003","5001","88101",1,42.448009,-73.254108,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,"","","Certification not required",0,7.348649,3.862803,18.5,"2013-08-20 00:00",16.2,"2013-05-31 00:00",16.2,"2013-08-17 00:00",16.1,"2013-01-28 00:00","","","","",16.2,16.2,15.3,13.1,9.9,6.5,3.3,"AT THE CORNER OF CENTER ST AND COLUMBUS AVE","78 CENTER ST","Massachusetts","Berkshire","Pittsfield","Pittsfield, MA","2014-01-30" +"25","005","1004","42401",1,41.685707,-71.169235,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7740,88,330,365,0,276,2,"","Certification not required",0,6.836667,11.722885,137.1,"2013-02-17 08:00",100,"2013-01-24 09:00",66.9,"2013-02-21 18:00",61.9,"2013-03-05 07:00","","","","",61.9,32.2,20.3,12.7,7.3,3.8,1.5,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","42401",1,41.685707,-71.169235,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7740,88,330,365,0,276,"","","Certification not required",0,2.349729,3.679137,137.1,"2013-02-17 08:00",123.9,"2013-02-17 07:00",100,"2013-01-24 09:00",71.2,"2013-01-24 10:00","","","","",11.9,8.3,5.4,3.6,2.5,1.9,0.8,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","42401",1,41.685707,-71.169235,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",330,90,330,365,0,0,0,"","Certification not required",0,2.340909,1.576034,16.3,"2013-02-17 00:00",11.7,"2013-02-21 00:00",11.6,"2013-01-24 00:00",8.4,"2013-01-26 00:00","","","","",8.4,6.5,4.6,3.9,2.8,2.1,1.1,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","42401",1,41.685707,-71.169235,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2471,85,324,365,0,0,"",0,"Certification not required",0,2.331607,3.097756,92.6,"2013-02-17 08:00",59.3,"2013-01-24 11:00",39.2,"2013-02-21 17:00",34.4,"2013-03-04 23:00","","","","",10.7,7.9,5.4,3.8,2.5,1.9,0.8,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","42406",1,41.685707,-71.169235,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7735,88,330,365,0,281,"","","Certification not required",0,3.46512,7.200931,206,"2013-02-17 08:00",181.6,"2013-02-17 07:00",170.1,"2013-01-24 09:00",164.4,"2013-01-24 10:00","","","","",27.7,16.2,9.1,5.7,3,2.2,1.1,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","44201",1,41.685707,-71.169235,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6565,96,175,183,0,430,0,0,"Certification not required",116,0.049571,0.01439,0.101,"2013-07-18 22:00",0.095,"2013-06-25 15:00",0.091,"2013-07-19 13:00",0.088,"2013-05-30 18:00","","","","",0.095,0.088,0.077,0.067,0.056,0.049,0.043,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","44201",1,41.685707,-71.169235,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6706,93,170,183,0,0,1,1,"Certification not required",0,0.044547,0.012544,0.09,"2013-07-18 17:00",0.08,"2013-06-25 11:00",0.079,"2013-07-19 09:00",0.078,"2013-05-30 13:00","","","","",0.08,0.078,0.069,0.058,0.051,0.045,0.039,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","44201",1,41.685707,-71.169235,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6706,93,170,183,0,0,4,4,"Certification not required",0,0.044547,0.012544,0.09,"2013-07-18 17:00",0.08,"2013-06-25 11:00",0.079,"2013-07-19 09:00",0.078,"2013-05-30 13:00","","","","",0.08,0.078,0.069,0.058,0.051,0.045,0.039,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1004","68101",1,41.685707,-71.169235,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",106,100,55,61,0,6,"","","Certification not required",84,0.133019,0.175782,0.6,"2013-05-31 00:00",0.6,"2013-06-24 00:00",0.6,"2013-07-03 00:00",0.6,"2013-07-06 00:00","","","","",0.6,0.6,0.5,0.5,0.05,0.05,0.05,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68102",1,41.685707,-71.169235,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",106,100,55,61,0,6,"","","Certification not required",0,24.073585,0.075972,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68103",1,41.685707,-71.169235,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",106,100,55,61,0,6,"","","Certification not required",0,7.969811,8.902447,24.9,"2013-07-18 00:00",24.4,"2013-07-15 00:00",23.3,"2013-07-06 00:00",21.8,"2013-07-24 00:00","","","","",24.4,23.3,20.9,19.6,16.2,7.9,-3.7,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68104",1,41.685707,-71.169235,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",106,100,55,61,0,6,"","","Certification not required",0,16.837736,9.659956,34.7,"2013-07-18 00:00",33.9,"2013-06-24 00:00",33.8,"2013-07-15 00:00",33.5,"2013-07-06 00:00","","","","",33.9,33.8,30.5,28.4,25,18.8,3.5,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68105",1,41.685707,-71.169235,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",106,100,55,61,0,6,"","","Certification not required",0,12.25283,8.9452,28.5,"2013-07-18 00:00",28.3,"2013-07-15 00:00",28.2,"2013-07-06 00:00",26.3,"2013-06-24 00:00","","","","",28.3,28.2,25.6,23.1,20.4,13.8,0.2,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68106",1,41.685707,-71.169235,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,100,55,61,0,6,"","","Certification not required",0,752.09434,5.823644,768,"2013-11-30 00:00",766,"2013-11-21 00:00",764,"2013-05-01 00:00",763,"2013-10-13 00:00","","","","",766,764,761,759,756,752,746,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68107",1,41.685707,-71.169235,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,100,55,61,0,6,"","","Certification not required",0,758.509434,5.34388,777,"2013-11-30 00:00",773,"2013-11-21 00:00",769,"2013-01-10 00:00",769,"2013-11-06 00:00","","","","",773,769,767,765,762,758,752,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68108",1,41.685707,-71.169235,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,100,55,61,0,6,"","","Certification not required",0,755.226415,5.609996,774,"2013-11-30 00:00",771,"2013-11-21 00:00",766,"2013-05-01 00:00",765,"2013-10-13 00:00","","","","",771,766,763,762,759,756,748,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","68109",1,41.685707,-71.169235,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",106,100,55,61,0,6,"","","Certification not required",0,1439.45283,2.815373,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","88101",1,41.685707,-71.169235,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,6,0,0,"Certification not required",0,6.835849,3.213963,19.7,"2013-07-18 00:00",18.2,"2013-05-31 00:00",15.1,"2013-07-09 00:00",13.9,"2013-08-20 00:00","","","","",18.2,15.1,13.3,10.7,7.9,6.5,3.4,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","88101",1,41.685707,-71.169235,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,6,"","","Certification not required",0,6.835849,3.213963,19.7,"2013-07-18 00:00",18.2,"2013-05-31 00:00",15.1,"2013-07-09 00:00",13.9,"2013-08-20 00:00","","","","",18.2,15.1,13.3,10.7,7.9,6.5,3.4,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"25","005","1004","88502",3,41.685707,-71.169235,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7987,91,330,365,0,773,"","","Certification not required",0,8.888506,6.115449,44.1,"2013-07-20 06:00",42.6,"2013-07-19 23:00",42.6,"2013-07-20 07:00",42.4,"2013-07-20 01:00","","","","",28.6,25,20.4,17,11.9,7.7,2.5,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-02-12" +"25","005","1004","88502",3,41.685707,-71.169235,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,0,"","","Certification not required",0,8.807273,4.833307,35.2,"2013-07-19 00:00",33.2,"2013-07-20 00:00",24.7,"2013-07-18 00:00",23.9,"2013-01-09 00:00","","","","",23.9,22.2,18.3,15.2,10.7,8,4,"FALL RIVER","659 GLOBE ST","Massachusetts","Bristol","Fall River","Providence-New Bedford-Fall River, RI-MA","2014-02-12" +"25","005","1006","44201",1,41.645381,-70.897504,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3619,51,94,183,0,125,0,0,"Certification not required",149,0.04683,0.014201,0.096,"2013-07-18 22:00",0.09,"2013-07-19 00:00",0.074,"2013-07-20 14:00",0.073,"2013-07-16 18:00","","","","",0.096,0.09,0.073,0.066,0.054,0.046,0.039,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","44201",1,41.645381,-70.897504,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3716,51,94,183,0,0,1,1,"Certification not required",0,0.04166,0.012174,0.087,"2013-07-18 17:00",0.067,"2013-07-19 09:00",0.067,"2013-08-21 14:00",0.066,"2013-09-20 11:00","","","","",0.087,0.067,0.064,0.06,0.048,0.042,0.036,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","44201",1,41.645381,-70.897504,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3716,51,94,183,0,0,1,1,"Certification not required",0,0.04166,0.012174,0.087,"2013-07-18 17:00",0.067,"2013-07-19 09:00",0.067,"2013-08-21 14:00",0.066,"2013-09-20 11:00","","","","",0.087,0.067,0.064,0.06,0.048,0.042,0.036,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","61101",1,41.645381,-70.897504,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",1861,41,76,187,0,1282,"","","Certification not required",0,3.169586,2.013014,13.4,"2013-11-27 06:00",12.9,"2013-11-27 07:00",12.2,"2013-11-27 08:00",12.1,"2013-11-27 09:00","","","","",8.7,8.2,7.1,5.9,4.3,2.9,0.9,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","61102",1,41.645381,-70.897504,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",3469,77,144,187,0,203,"","","Certification not required",0,216.351975,107.178264,360,"2013-07-26 08:00",360,"2013-08-17 08:00",360,"2013-09-06 08:00",360,"2013-09-08 19:00","","","","",358,355,350,344,308,226,26,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","62101",1,41.645381,-70.897504,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3470,77,144,187,0,202,"","","Certification not required",0,60.638329,14.237668,93,"2013-07-19 11:00",91,"2013-07-14 13:00",91,"2013-07-15 11:00",91,"2013-07-16 11:00","","","","",88,84,80,77,71,62,41,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","62201",1,41.645381,-70.897504,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3470,77,144,187,0,202,"","","Certification not required",0,69.100288,16.158582,91,"2013-08-28 04:00",91,"2013-08-28 05:00",91,"2013-08-28 06:00",90,"2013-07-10 02:00","","","","",90,90,89,87,83,73,45,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","63301",1,41.645381,-70.897504,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3470,77,144,187,0,202,"","","Certification not required",1793,0.191733,0.318353,1.33,"2013-08-05 11:00",1.32,"2013-07-15 11:00",1.32,"2013-07-27 11:00",1.31,"2013-08-01 11:00","","","","",1.23,1.15,0.98,0.72,0.24,0.005,0.005,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","005","1006","64101",1,41.645381,-70.897504,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",3470,77,144,187,0,202,"","","Certification not required",0,1019.587608,7.495379,1044,"2013-11-30 02:00",1044,"2013-11-30 05:00",1044,"2013-11-30 06:00",1044,"2013-11-30 07:00","","","","",1041,1039,1032,1029,1024,1020,1011,"FAIRHAVEN2","30 SCHOOL ST - HASTINGS MIDDLE SCHOOL","Massachusetts","Bristol","Fairhaven (Town of)","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"25","007","0001","44201",1,41.330469,-70.785225,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6349,97,178,183,0,266,0,0,"Certification not required",6,0.046197,0.011731,0.081,"2013-07-16 16:00",0.078,"2013-06-24 16:00",0.073,"2013-07-19 00:00",0.07,"2013-06-15 21:00","","","","",0.078,0.07,0.067,0.062,0.054,0.047,0.041,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-27" +"25","007","0001","44201",1,41.330469,-70.785225,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6481,96,176,183,0,0,0,0,"Certification not required",0,0.042148,0.010413,0.071,"2013-07-16 11:00",0.065,"2013-06-24 14:00",0.065,"2013-06-25 10:00",0.063,"2013-06-26 11:00","","","","",0.065,0.063,0.06,0.055,0.05,0.044,0.038,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-27" +"25","007","0001","44201",1,41.330469,-70.785225,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6481,97,177,183,0,0,1,1,"Certification not required",0,0.042356,0.010746,0.079,"2013-07-18 15:00",0.071,"2013-07-16 11:00",0.065,"2013-06-24 14:00",0.065,"2013-06-25 10:00","","","","",0.071,0.065,0.06,0.056,0.05,0.044,0.038,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-27" +"25","007","0001","85101",1,41.330469,-70.785225,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,11.708437,8.511292,45.7918,"2013-05-04 00:00",28.3228,"2013-05-10 00:00",26.6538,"2013-02-15 00:00",24.8491,"2013-02-12 00:00","","","","",45.7918,45.7918,26.6538,23.5025,15.4327,8.888,5.2005,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","86502",1,41.330469,-70.785225,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,6.489362,6.877412,39,"2013-05-04 00:00",20,"2013-05-10 00:00",18,"2013-02-12 00:00",17,"2013-02-15 00:00","","","","",39,39,18,15,9,4,1,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88103",1,41.330469,-70.785225,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,6.1e-05,0.000242,0.001,"2013-02-03 00:00",0.001,"2013-03-17 00:00",0.001,"2013-05-10 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88104",1,41.330469,-70.785225,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.014132,0.011531,0.0537,"2013-01-31 00:00",0.0462,"2013-05-16 00:00",0.0374,"2013-04-28 00:00",0.032,"2013-02-27 00:00","","","","",0.0537,0.0537,0.0374,0.0303,0.0204,0.0102,0.003,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88109",1,41.330469,-70.785225,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.002557,0.001893,0.0118,"2013-01-31 00:00",0.0059,"2013-02-27 00:00",0.0053,"2013-05-16 00:00",0.0052,"2013-05-31 00:00","","","","",0.0118,0.0118,0.0053,0.0049,0.003,0.0022,0.0007,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88111",1,41.330469,-70.785225,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.025971,0.020358,0.1029,"2013-01-31 00:00",0.0721,"2013-05-16 00:00",0.065,"2013-02-27 00:00",0.0592,"2013-01-19 00:00","","","","",0.1029,0.1029,0.065,0.0551,0.034,0.0194,0.0082,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88112",1,41.330469,-70.785225,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88114",1,41.330469,-70.785225,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",10,0.000478,0.000348,0.0016,"2013-05-10 00:00",0.0012,"2013-01-22 00:00",0.0011,"2013-02-03 00:00",0.0011,"2013-05-31 00:00","","","","",0.0016,0.0016,0.0011,0.001,0.0006,0.0004,0.00015,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88115",1,41.330469,-70.785225,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.341889,0.67518,3.603,"2013-01-31 00:00",2.2565,"2013-02-27 00:00",1.6608,"2013-01-19 00:00",1.2652,"2013-03-11 00:00","","","","",3.603,3.603,1.6608,1.2403,0.2176,0.076,0.0012,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88126",1,41.330469,-70.785225,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.014074,0.010523,0.051,"2013-05-16 00:00",0.0355,"2013-05-31 00:00",0.0331,"2013-04-28 00:00",0.0307,"2013-04-07 00:00","","","","",0.051,0.051,0.0331,0.0288,0.0181,0.011,0.0009,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88128",1,41.330469,-70.785225,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000673,0.000826,0.003,"2013-05-10 00:00",0.002,"2013-01-10 00:00",0.002,"2013-02-06 00:00",0.002,"2013-02-15 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88132",1,41.330469,-70.785225,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.00049,0.000545,0.002,"2013-05-16 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88136",1,41.330469,-70.785225,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000286,0.00054,0.002,"2013-05-10 00:00",0.002,"2013-05-31 00:00",0.001,"2013-01-13 00:00",0.001,"2013-02-03 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88140",1,41.330469,-70.785225,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.047363,0.054897,0.2887,"2013-01-31 00:00",0.183,"2013-02-27 00:00",0.162,"2013-01-19 00:00",0.1519,"2013-05-04 00:00","","","","",0.2887,0.2887,0.162,0.1439,0.0468,0.0308,0.0077,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88152",1,41.330469,-70.785225,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",30,0.001116,0.001742,0.006,"2013-05-31 00:00",0.0057,"2013-02-15 00:00",0.005,"2013-05-22 00:00",0.0049,"2013-04-01 00:00","","","","",0.006,0.006,0.005,0.0045,0.0009,0.00015,0.0001,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88154",1,41.330469,-70.785225,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",20,0.000284,0.000258,0.0013,"2013-05-31 00:00",0.001,"2013-02-15 00:00",0.0009,"2013-05-22 00:00",0.0008,"2013-05-28 00:00","","","","",0.0013,0.0013,0.0009,0.0006,0.0003,0.0002,0.0001,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88161",1,41.330469,-70.785225,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.00116,0.001112,0.0061,"2013-04-22 00:00",0.0043,"2013-05-16 00:00",0.0032,"2013-04-28 00:00",0.003,"2013-05-31 00:00","","","","",0.0061,0.0061,0.0032,0.0024,0.0013,0.0008,0.0002,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88164",1,41.330469,-70.785225,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.000514,0.000635,0.0027,"2013-05-31 00:00",0.0022,"2013-05-28 00:00",0.0021,"2013-04-28 00:00",0.0019,"2013-05-16 00:00","","","","",0.0027,0.0027,0.0021,0.0018,0.0007,0.0003,5e-05,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88165",1,41.330469,-70.785225,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.025171,0.026074,0.1131,"2013-05-16 00:00",0.1052,"2013-04-28 00:00",0.0782,"2013-05-31 00:00",0.0708,"2013-04-07 00:00","","","","",0.1131,0.1131,0.0782,0.0674,0.0314,0.016,0.00275,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88167",1,41.330469,-70.785225,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.00291,0.002177,0.0086,"2013-02-03 00:00",0.0075,"2013-02-15 00:00",0.0071,"2013-05-10 00:00",0.007,"2013-02-06 00:00","","","","",0.0086,0.0086,0.0071,0.0066,0.0043,0.0024,0.0004,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88168",1,41.330469,-70.785225,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.000439,0.000434,0.0023,"2013-01-31 00:00",0.0014,"2013-02-27 00:00",0.0013,"2013-05-04 00:00",0.001,"2013-01-19 00:00","","","","",0.0023,0.0023,0.0013,0.001,0.0006,0.0003,0.0001,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88169",1,41.330469,-70.785225,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.384257,0.265924,1.2255,"2013-05-31 00:00",1.0417,"2013-02-15 00:00",0.8857,"2013-05-22 00:00",0.8002,"2013-05-10 00:00","","","","",1.2255,1.2255,0.8857,0.7825,0.531,0.325,0.1123,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88176",1,41.330469,-70.785225,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",44,0.000166,5.4e-05,0.0004,"2013-03-08 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-03-02 00:00",0.0003,"2013-04-04 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88180",1,41.330469,-70.785225,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.032345,0.017508,0.0865,"2013-01-31 00:00",0.0687,"2013-03-08 00:00",0.067,"2013-05-16 00:00",0.0586,"2013-02-27 00:00","","","","",0.0865,0.0865,0.067,0.057,0.0408,0.0308,0.0115,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88184",1,41.330469,-70.785225,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.384704,0.366616,1.8551,"2013-01-31 00:00",1.3255,"2013-02-27 00:00",1.0741,"2013-01-19 00:00",0.9797,"2013-05-04 00:00","","","","",1.8551,1.8551,1.0741,0.8862,0.5875,0.2469,0.0877,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88185",1,41.330469,-70.785225,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.000748,0.000419,0.0029,"2013-01-31 00:00",0.0019,"2013-03-11 00:00",0.0017,"2013-01-13 00:00",0.0013,"2013-03-29 00:00","","","","",0.0029,0.0029,0.0017,0.0011,0.00065,0.00065,0.0004,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88203",1,41.330469,-70.785225,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.66564,0.911625,4.7518,"2013-01-31 00:00",3.144,"2013-02-27 00:00",2.3772,"2013-03-08 00:00",2.3623,"2013-01-19 00:00","","","","",4.7518,4.7518,2.3772,1.9483,0.8031,0.3512,0.0826,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88306",1,41.330469,-70.785225,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.571212,0.545499,2.2147,"2013-02-15 00:00",2.0576,"2013-05-16 00:00",1.9065,"2013-05-10 00:00",1.8586,"2013-05-31 00:00","","","","",2.2147,2.2147,1.9065,1.4893,0.6442,0.4229,0.0743,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88320",1,41.330469,-70.785225,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.529796,0.425556,2.34,"2013-05-31 00:00",1.63,"2013-05-16 00:00",1.2,"2013-02-03 00:00",1.18,"2013-05-10 00:00","","","","",2.34,2.34,1.2,1.03,0.66,0.43,0.12,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88321",1,41.330469,-70.785225,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.097347,0.082406,0.3,"2013-05-31 00:00",0.29,"2013-05-10 00:00",0.27,"2013-02-06 00:00",0.26,"2013-02-03 00:00","","","","",0.3,0.3,0.27,0.24,0.14,0.08,0.02,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88324",1,41.330469,-70.785225,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.018978,0.006994,0.0361,"2013-05-16 00:00",0.0306,"2013-01-31 00:00",0.0289,"2013-01-22 00:00",0.0285,"2013-01-04 00:00","","","","",0.0361,0.0361,0.0289,0.0284,0.02285,0.01585,0.00985,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88325",1,41.330469,-70.785225,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",12,0.112344,0.131489,0.817,"2013-05-31 00:00",0.3983,"2013-05-16 00:00",0.2942,"2013-05-10 00:00",0.2803,"2013-05-28 00:00","","","","",0.817,0.817,0.2942,0.2449,0.1275,0.0739,0.031,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88326",1,41.330469,-70.785225,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.160835,0.120777,0.6175,"2013-05-16 00:00",0.5881,"2013-05-31 00:00",0.343,"2013-02-03 00:00",0.3211,"2013-05-10 00:00","","","","",0.6175,0.6175,0.343,0.2793,0.2084,0.1354,0.03665,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88327",1,41.330469,-70.785225,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.131661,0.090886,0.3996,"2013-05-31 00:00",0.3705,"2013-05-16 00:00",0.3636,"2013-02-03 00:00",0.3284,"2013-05-10 00:00","","","","",0.3996,0.3996,0.3636,0.2403,0.167,0.109,0.0346,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88328",1,41.330469,-70.785225,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.12362,0.100982,0.5378,"2013-05-31 00:00",0.3371,"2013-02-06 00:00",0.3024,"2013-05-28 00:00",0.2675,"2013-02-03 00:00","","","","",0.5378,0.5378,0.3024,0.2265,0.1818,0.1034,0.021,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88329",1,41.330469,-70.785225,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.201737,0.16501,0.7927,"2013-05-31 00:00",0.5783,"2013-02-06 00:00",0.4986,"2013-02-03 00:00",0.4898,"2013-05-10 00:00","","","","",0.7927,0.7927,0.4986,0.42,0.274,0.1681,0.0433,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88330",1,41.330469,-70.785225,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",12,0.019972,0.017435,0.0752,"2013-03-17 00:00",0.0705,"2013-05-22 00:00",0.0442,"2013-04-28 00:00",0.0429,"2013-03-02 00:00","","","","",0.0752,0.0752,0.0442,0.0429,0.0291,0.021,0.0021,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88331",1,41.330469,-70.785225,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",20,5.1e-05,0.000144,0.001,"2013-05-22 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88338",1,41.330469,-70.785225,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",45,0.017667,0.014155,0.1069,"2013-02-27 00:00",0.0401,"2013-01-04 00:00",0.02415,"2013-02-12 00:00",0.02405,"2013-02-24 00:00","","","","",0.1069,0.1069,0.02415,0.02385,0.0162,0.01445,0.0104,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88339",1,41.330469,-70.785225,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.584996,1.09697,5.05511,"2013-05-31 00:00",4.2971,"2013-02-15 00:00",3.65351,"2013-05-22 00:00",3.30062,"2013-05-10 00:00","","","","",5.05511,5.05511,3.65351,3.22794,2.19021,1.34042,0.4634,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88344",1,41.330469,-70.785225,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.7368,0.703768,2.857,"2013-02-15 00:00",2.6543,"2013-05-16 00:00",2.4594,"2013-05-10 00:00",2.3976,"2013-05-31 00:00","","","","",2.857,2.857,2.4594,1.9212,0.831,0.5455,0.0958,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88348",1,41.330469,-70.785225,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.171896,0.130516,0.6324,"2013-05-16 00:00",0.4858,"2013-04-28 00:00",0.4098,"2013-05-31 00:00",0.3891,"2013-04-07 00:00","","","","",0.6324,0.6324,0.4098,0.3584,0.2084,0.1376,0.0362,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88350",1,41.330469,-70.785225,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.954324,0.767249,4.2188,"2013-05-31 00:00",2.9407,"2013-05-16 00:00",2.1665,"2013-02-03 00:00",2.1226,"2013-05-10 00:00","","","","",4.2188,4.2188,2.1665,1.8623,1.192,0.7704,0.2187,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88403",1,41.330469,-70.785225,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,1.186685,0.819977,3.8755,"2013-05-31 00:00",3.287,"2013-02-15 00:00",2.7488,"2013-05-22 00:00",2.327,"2013-05-16 00:00","","","","",3.8755,3.8755,2.7488,2.299,1.5146,0.9924,0.325,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","007","0001","88502",1,41.330469,-70.785225,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.693878,3.021548,14.5,"2013-05-31 00:00",12.4,"2013-01-31 00:00",11.8,"2013-05-16 00:00",8.9,"2013-02-15 00:00","","","","",14.5,14.5,11.8,8.6,6.2,3.8,1.8,"1 HERRING CREEK RD, AQUINNAH (WAMPANOAG TRIBAL SITE)","1 HERRING CREEK RD, AQUINNAH(WAMPANOAG TRIBAL SITE)","Massachusetts","Dukes","Aquinnah","","2014-01-28" +"25","009","2006","42101",1,42.474642,-70.970816,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6787,77,308,365,0,1229,0,0,"Certification not required",0,0.185343,0.065504,0.896,"2013-01-09 12:00",0.762,"2013-11-17 08:00",0.74,"2013-11-17 09:00",0.728,"2013-02-11 02:00","","","","",0.445,0.372,0.3,0.258,0.21,0.17,0.125,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","42101",1,42.474642,-70.970816,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7383,84,302,365,0,0,0,0,"Certification not required",0,0.185697,0.068055,0.6,"2013-01-09 13:00",0.6,"2013-01-09 14:00",0.6,"2013-01-09 15:00",0.6,"2013-01-09 16:00",0.6,"2013-01-09 13:00",0.6,"2013-02-11 06:00",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","42601",1,42.474642,-70.970816,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7590,87,325,365,0,426,"","","Certification not required",0,1.649934,3.941777,110,"2013-10-31 03:00",98,"2013-10-31 08:00",93,"2013-01-09 12:00",92,"2013-10-31 04:00","","","","",16,10,5,2,1,1,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","42602",1,42.474642,-70.970816,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7590,87,325,365,0,426,0,"","Certification not required",0,15.123077,9.336156,51,"2013-02-11 02:00",48,"2013-02-10 20:00",46,"2013-01-09 12:00",42,"2013-01-06 21:00","","","","",42,39,34,30,20,13,6,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","42602",1,42.474642,-70.970816,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7590,87,325,365,0,426,"","","Certification not required",0,6.78722,6.279028,51,"2013-02-11 02:00",49,"2013-02-11 03:00",48,"2013-02-10 20:00",47,"2013-02-11 04:00","","","","",32,28,20,14,8,5,2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","42603",1,42.474642,-70.970816,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7590,87,325,365,0,426,"","","Certification not required",0,8.255072,8.957258,146,"2013-10-31 03:00",138,"2013-01-09 12:00",133,"2013-10-31 08:00",119,"2013-10-31 04:00","","","","",48,36,24,16,9,6,3,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","43000",10,42.474642,-70.970816,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,28.341667,15.551274,113.8,"2013-10-31 00:00",63.1,"2013-02-15 00:00",53.1,"2013-07-15 00:00",49.8,"2013-11-06 00:00","","","","",113.8,63.1,53.1,46.5,32.4,25.2,17.3,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43000",11,42.474642,-70.970816,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,28.353333,23.636378,108.7,"2013-10-31 00:00",36.1,"2013-08-20 00:00",34.2,"2013-01-16 00:00",33.5,"2013-09-13 00:00","","","","",108.7,108.7,108.7,36.1,33.5,20.9,12,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43102",10,42.474642,-70.970816,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,57.783333,25.428678,177,"2013-10-31 00:00",117,"2013-07-15 00:00",105,"2013-02-15 00:00",96,"2013-10-01 00:00","","","","",177,117,105,89,70,54,33,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43102",11,42.474642,-70.970816,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,56.706667,36.710128,171,"2013-10-31 00:00",80,"2013-08-20 00:00",73,"2013-09-13 00:00",66,"2013-01-16 00:00","","","","",171,171,171,80,66,56,28,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43202",10,42.474642,-70.970816,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,5.8222,2.545754,16.28,"2013-10-31 00:00",12.882,"2013-02-15 00:00",12.246,"2013-01-04 00:00",10.724,"2013-01-28 00:00","","","","",16.28,12.882,12.246,9.098,6.84,5.184,3.264,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43202",11,42.474642,-70.970816,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,5.6204,3.222178,16.234,"2013-10-31 00:00",8.364,"2013-12-18 00:00",6.696,"2013-01-16 00:00",5.528,"2013-03-05 00:00","","","","",16.234,16.234,16.234,8.364,5.528,4.756,3.536,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43203",10,42.474642,-70.970816,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.258167,0.792723,5.108,"2013-10-31 00:00",3.206,"2013-01-28 00:00",3.038,"2013-02-15 00:00",2.852,"2013-01-04 00:00","","","","",5.108,3.206,3.038,1.916,1.568,1.046,0.612,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43203",11,42.474642,-70.970816,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.230933,1.125938,4.87,"2013-10-31 00:00",2.24,"2013-01-16 00:00",1.756,"2013-12-18 00:00",1.42,"2013-08-20 00:00","","","","",4.87,4.87,4.87,2.24,1.42,0.85,0.472,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43204",10,42.474642,-70.970816,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,3.9482,1.914871,10.29,"2013-10-31 00:00",8.868,"2013-12-06 00:00",8.463,"2013-01-04 00:00",7.935,"2013-12-30 00:00","","","","",10.29,8.868,8.463,7.218,4.977,3.519,2.013,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43204",11,42.474642,-70.970816,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,3.9088,2.304785,10.182,"2013-10-31 00:00",7.173,"2013-12-18 00:00",5.73,"2013-01-16 00:00",5.091,"2013-08-20 00:00","","","","",10.182,10.182,10.182,7.173,5.091,3.036,2.103,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43205",10,42.474642,-70.970816,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.36425,0.245004,1.758,"2013-10-31 00:00",0.789,"2013-07-15 00:00",0.711,"2013-10-01 00:00",0.705,"2013-09-19 00:00","","","","",1.758,0.789,0.711,0.636,0.426,0.324,0.153,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43205",11,42.474642,-70.970816,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.3574,0.353782,1.551,"2013-10-31 00:00",0.567,"2013-08-20 00:00",0.39,"2013-10-07 00:00",0.387,"2013-09-13 00:00","","","","",1.551,1.551,1.551,0.567,0.387,0.288,0.087,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43206",10,42.474642,-70.970816,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.197033,0.656477,4.124,"2013-10-31 00:00",2.972,"2013-02-15 00:00",2.706,"2013-01-28 00:00",2.608,"2013-01-04 00:00","","","","",4.124,2.972,2.706,1.842,1.408,1.072,0.562,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43206",11,42.474642,-70.970816,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.19,0.91948,4.082,"2013-10-31 00:00",2.064,"2013-01-16 00:00",1.61,"2013-12-18 00:00",1.28,"2013-03-29 00:00","","","","",4.082,4.082,4.082,2.064,1.28,0.84,0.514,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43209",10,42.474642,-70.970816,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",56,0.2568,0.155237,1.276,"2013-10-01 00:00",0.676,"2013-09-25 00:00",0.58,"2013-09-19 00:00",0.444,"2013-10-31 00:00","","","","",1.276,0.676,0.58,0.222,0.222,0.222,0.222,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43209",11,42.474642,-70.970816,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.222,0,0.222,"2013-01-16 00:00",0.222,"2013-02-09 00:00",0.222,"2013-03-05 00:00",0.222,"2013-03-29 00:00","","","","",0.222,0.222,0.222,0.222,0.222,0.222,0.222,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43212",10,42.474642,-70.970816,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,2.257733,2.117621,12.968,"2013-10-31 00:00",8.472,"2013-02-15 00:00",7.132,"2013-11-06 00:00",5.112,"2013-12-06 00:00","","","","",12.968,8.472,7.132,4.564,2.88,1.64,0.74,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43212",11,42.474642,-70.970816,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.2704,3.025669,12.756,"2013-10-31 00:00",3.372,"2013-01-16 00:00",3.036,"2013-12-18 00:00",2.436,"2013-10-07 00:00","","","","",12.756,12.756,12.756,3.372,2.436,1.364,0.608,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43214",10,42.474642,-70.970816,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.060733,0.907703,5.748,"2013-10-31 00:00",3.628,"2013-02-15 00:00",2.668,"2013-11-06 00:00",2.348,"2013-12-06 00:00","","","","",5.748,3.628,2.668,2.124,1.34,0.8,0.392,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43214",11,42.474642,-70.970816,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.0864,1.332503,5.668,"2013-10-31 00:00",1.716,"2013-01-16 00:00",1.312,"2013-12-18 00:00",1.224,"2013-10-07 00:00","","","","",5.668,5.668,5.668,1.716,1.224,0.732,0.268,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43216",10,42.474642,-70.970816,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",56,0.035267,0.034192,0.268,"2013-10-31 00:00",0.116,"2013-02-15 00:00",0.104,"2013-11-06 00:00",0.06,"2013-10-01 00:00","","","","",0.268,0.116,0.104,0.028,0.028,0.028,0.028,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43216",11,42.474642,-70.970816,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.0408,0.042445,0.192,"2013-10-31 00:00",0.056,"2013-10-07 00:00",0.028,"2013-01-16 00:00",0.028,"2013-02-09 00:00","","","","",0.192,0.192,0.192,0.056,0.028,0.028,0.028,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43217",10,42.474642,-70.970816,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",57,0.040533,0.023778,0.208,"2013-10-31 00:00",0.088,"2013-02-15 00:00",0.084,"2013-11-06 00:00",0.036,"2013-01-04 00:00","","","","",0.208,0.088,0.084,0.036,0.036,0.036,0.036,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43217",11,42.474642,-70.970816,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.043733,0.029951,0.152,"2013-10-31 00:00",0.036,"2013-01-16 00:00",0.036,"2013-02-09 00:00",0.036,"2013-03-05 00:00","","","","",0.152,0.152,0.152,0.036,0.036,0.036,0.036,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43218",10,42.474642,-70.970816,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.043833,0.04766,0.34,"2013-10-31 00:00",0.12,"2013-02-15 00:00",0.1,"2013-01-28 00:00",0.1,"2013-11-06 00:00","","","","",0.34,0.12,0.1,0.08,0.05,0.04,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43218",11,42.474642,-70.970816,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.038,0.058943,0.24,"2013-10-31 00:00",0.06,"2013-08-20 00:00",0.05,"2013-10-07 00:00",0.04,"2013-08-02 00:00","","","","",0.24,0.24,0.24,0.06,0.04,0.03,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43220",10,42.474642,-70.970816,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.257,1.048001,5.975,"2013-10-31 00:00",5.33,"2013-06-27 00:00",3.365,"2013-11-18 00:00",2.855,"2013-11-06 00:00","","","","",5.975,5.33,3.365,2.495,1.325,0.995,0.47,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43220",11,42.474642,-70.970816,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.305333,1.394614,5.84,"2013-10-31 00:00",2.465,"2013-07-09 00:00",1.87,"2013-09-13 00:00",1.435,"2013-01-16 00:00","","","","",5.84,5.84,5.84,2.465,1.435,0.805,0.365,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43221",10,42.474642,-70.970816,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,1.849417,1.753666,12.235,"2013-10-31 00:00",6.235,"2013-11-06 00:00",4.55,"2013-02-15 00:00",4.165,"2013-10-01 00:00","","","","",12.235,6.235,4.55,3.375,2.265,1.455,0.715,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43221",11,42.474642,-70.970816,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.993333,2.854264,11.955,"2013-10-31 00:00",2.79,"2013-09-13 00:00",2.51,"2013-10-07 00:00",2.235,"2013-08-20 00:00","","","","",11.955,11.955,11.955,2.79,2.235,1.235,0.56,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43224",10,42.474642,-70.970816,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",24,0.08325,0.061773,0.385,"2013-10-31 00:00",0.215,"2013-07-15 00:00",0.185,"2013-11-06 00:00",0.17,"2013-10-01 00:00","","","","",0.385,0.215,0.185,0.16,0.125,0.075,0.0325,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43224",11,42.474642,-70.970816,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",8,0.080667,0.079504,0.33,"2013-10-31 00:00",0.145,"2013-10-07 00:00",0.125,"2013-08-20 00:00",0.115,"2013-09-13 00:00","","","","",0.33,0.33,0.33,0.145,0.115,0.0325,0.0325,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43226",10,42.474642,-70.970816,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",27,0.052792,0.070726,0.51,"2013-10-31 00:00",0.21,"2013-11-06 00:00",0.13,"2013-02-15 00:00",0.13,"2013-10-01 00:00","","","","",0.51,0.21,0.13,0.105,0.06,0.035,0.0175,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43226",11,42.474642,-70.970816,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",9,0.057167,0.086905,0.355,"2013-10-31 00:00",0.11,"2013-10-07 00:00",0.065,"2013-07-09 00:00",0.06,"2013-08-20 00:00","","","","",0.355,0.355,0.355,0.11,0.06,0.0175,0.0175,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43227",10,42.474642,-70.970816,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",52,0.0335,0.031045,0.24,"2013-10-31 00:00",0.11,"2013-11-06 00:00",0.07,"2013-02-15 00:00",0.07,"2013-10-01 00:00","","","","",0.24,0.11,0.07,0.06,0.025,0.025,0.025,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43227",11,42.474642,-70.970816,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.037,0.037881,0.17,"2013-10-31 00:00",0.06,"2013-10-07 00:00",0.025,"2013-01-16 00:00",0.025,"2013-02-09 00:00","","","","",0.17,0.17,0.17,0.06,0.025,0.025,0.025,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43230",10,42.474642,-70.970816,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",1,0.37015,0.255675,1.626,"2013-10-31 00:00",1.02,"2013-07-15 00:00",0.864,"2013-09-19 00:00",0.768,"2013-11-06 00:00","","","","",1.626,1.02,0.864,0.69,0.462,0.312,0.156,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43230",11,42.474642,-70.970816,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",1,0.3766,0.371407,1.59,"2013-10-31 00:00",0.576,"2013-08-20 00:00",0.528,"2013-09-13 00:00",0.444,"2013-08-02 00:00","","","","",1.59,1.59,1.59,0.576,0.444,0.282,0.126,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43231",10,42.474642,-70.970816,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.521667,0.33552,2.1,"2013-10-31 00:00",1.3,"2013-09-19 00:00",1.2,"2013-07-15 00:00",1,"2013-02-15 00:00","","","","",2.1,1.3,1.2,1,0.7,0.5,0.2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43231",11,42.474642,-70.970816,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.533333,0.486484,2.1,"2013-10-31 00:00",0.8,"2013-08-20 00:00",0.8,"2013-09-13 00:00",0.6,"2013-01-16 00:00","","","","",2.1,2.1,2.1,0.8,0.6,0.4,0.2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43232",10,42.474642,-70.970816,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",2,0.216417,0.157446,1.022,"2013-10-31 00:00",0.504,"2013-07-15 00:00",0.483,"2013-09-19 00:00",0.455,"2013-08-20 00:00","","","","",1.022,0.504,0.483,0.448,0.28,0.182,0.077,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43232",11,42.474642,-70.970816,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",1,0.223767,0.223156,0.924,"2013-10-31 00:00",0.455,"2013-08-20 00:00",0.301,"2013-09-13 00:00",0.231,"2013-06-09 00:00","","","","",0.924,0.924,0.924,0.455,0.231,0.189,0.056,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43233",10,42.474642,-70.970816,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",14,0.162933,0.154419,0.88,"2013-10-31 00:00",0.712,"2013-07-15 00:00",0.424,"2013-09-19 00:00",0.4,"2013-02-15 00:00","","","","",0.88,0.712,0.424,0.344,0.208,0.12,0.036,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43233",11,42.474642,-70.970816,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.157867,0.194876,0.8,"2013-10-31 00:00",0.28,"2013-08-20 00:00",0.24,"2013-09-13 00:00",0.168,"2013-08-02 00:00","","","","",0.8,0.8,0.8,0.28,0.168,0.112,0.036,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43235",10,42.474642,-70.970816,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",20,0.1053,0.096817,0.585,"2013-10-31 00:00",0.369,"2013-07-15 00:00",0.288,"2013-11-06 00:00",0.261,"2013-09-19 00:00","","","","",0.585,0.369,0.288,0.216,0.135,0.081,0.0315,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43235",11,42.474642,-70.970816,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.1134,0.130469,0.54,"2013-10-31 00:00",0.189,"2013-08-20 00:00",0.189,"2013-09-13 00:00",0.135,"2013-10-07 00:00","","","","",0.54,0.54,0.54,0.189,0.135,0.081,0.0315,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43238",10,42.474642,-70.970816,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",46,0.119833,0.089792,0.61,"2013-10-31 00:00",0.31,"2013-07-15 00:00",0.28,"2013-11-06 00:00",0.27,"2013-02-15 00:00","","","","",0.61,0.31,0.28,0.24,0.08,0.08,0.08,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43238",11,42.474642,-70.970816,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.126667,0.120218,0.53,"2013-10-31 00:00",0.23,"2013-08-20 00:00",0.18,"2013-09-13 00:00",0.08,"2013-01-16 00:00","","","","",0.53,0.53,0.53,0.23,0.08,0.08,0.08,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43242",10,42.474642,-70.970816,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",21,0.077792,0.06879,0.48,"2013-10-31 00:00",0.215,"2013-11-06 00:00",0.18,"2013-07-15 00:00",0.17,"2013-09-19 00:00","","","","",0.48,0.215,0.18,0.15,0.1,0.065,0.0275,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43242",11,42.474642,-70.970816,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.0855,0.108986,0.46,"2013-10-31 00:00",0.12,"2013-09-13 00:00",0.115,"2013-08-20 00:00",0.09,"2013-10-07 00:00","","","","",0.46,0.46,0.46,0.12,0.09,0.07,0.0275,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43243",10,42.474642,-70.970816,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",34,0.7835,1.604713,10.305,"2013-07-15 00:00",4.375,"2013-08-20 00:00",3.305,"2013-06-15 00:00",2.77,"2013-07-21 00:00","","","","",10.305,4.375,3.305,2.575,1.175,0.0225,0.0225,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43243",11,42.474642,-70.970816,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",8,0.823667,1.27873,4.1,"2013-08-20 00:00",2.94,"2013-08-02 00:00",1.67,"2013-07-09 00:00",1.625,"2013-06-09 00:00","","","","",4.1,4.1,4.1,2.94,1.625,0.0225,0.0225,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43244",10,42.474642,-70.970816,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",32,0.0674,0.058594,0.408,"2013-10-31 00:00",0.198,"2013-11-06 00:00",0.168,"2013-09-19 00:00",0.15,"2013-10-01 00:00","","","","",0.408,0.198,0.168,0.12,0.084,0.033,0.033,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43244",11,42.474642,-70.970816,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",9,0.075,0.093922,0.402,"2013-10-31 00:00",0.096,"2013-09-13 00:00",0.084,"2013-08-20 00:00",0.084,"2013-10-07 00:00","","","","",0.402,0.402,0.402,0.096,0.084,0.033,0.033,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43247",10,42.474642,-70.970816,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",27,0.073733,0.059334,0.336,"2013-10-31 00:00",0.217,"2013-07-15 00:00",0.21,"2013-09-19 00:00",0.161,"2013-10-01 00:00","","","","",0.336,0.217,0.21,0.154,0.105,0.063,0.028,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43247",11,42.474642,-70.970816,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.076533,0.079172,0.329,"2013-10-31 00:00",0.147,"2013-08-20 00:00",0.119,"2013-09-13 00:00",0.084,"2013-08-02 00:00","","","","",0.329,0.329,0.329,0.147,0.084,0.056,0.028,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43248",10,42.474642,-70.970816,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",10,0.1933,0.260866,1.53,"2013-10-01 00:00",1.434,"2013-10-31 00:00",0.498,"2013-11-06 00:00",0.456,"2013-10-07 00:00","","","","",1.53,1.434,0.498,0.33,0.186,0.144,0.036,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43248",11,42.474642,-70.970816,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",5,0.2156,0.352095,1.422,"2013-10-31 00:00",0.45,"2013-10-07 00:00",0.234,"2013-08-20 00:00",0.234,"2013-09-13 00:00","","","","",1.422,1.422,1.422,0.45,0.234,0.114,0.036,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43249",10,42.474642,-70.970816,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.281517,0.179709,1.155,"2013-10-31 00:00",0.665,"2013-09-19 00:00",0.651,"2013-07-15 00:00",0.609,"2013-10-01 00:00","","","","",1.155,0.665,0.651,0.504,0.336,0.259,0.126,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43249",11,42.474642,-70.970816,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.283267,0.249107,1.092,"2013-10-31 00:00",0.427,"2013-08-20 00:00",0.427,"2013-09-13 00:00",0.322,"2013-10-07 00:00","","","","",1.092,1.092,1.092,0.427,0.322,0.238,0.091,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43250",10,42.474642,-70.970816,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.325,0.252194,1.3,"2013-10-31 00:00",1,"2013-07-15 00:00",1,"2013-09-19 00:00",0.7,"2013-08-20 00:00","","","","",1.3,1,1,0.6,0.4,0.2,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43250",11,42.474642,-70.970816,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.306667,0.305817,1.2,"2013-10-31 00:00",0.7,"2013-08-20 00:00",0.5,"2013-09-13 00:00",0.4,"2013-08-02 00:00","","","","",1.2,1.2,1.2,0.7,0.4,0.2,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43252",10,42.474642,-70.970816,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",11,0.106,0.085711,0.41,"2013-10-31 00:00",0.37,"2013-07-15 00:00",0.32,"2013-09-19 00:00",0.25,"2013-08-20 00:00","","","","",0.41,0.37,0.32,0.22,0.14,0.08,0.02,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43252",11,42.474642,-70.970816,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",3,0.101333,0.096796,0.38,"2013-10-31 00:00",0.24,"2013-08-20 00:00",0.14,"2013-08-02 00:00",0.14,"2013-09-13 00:00","","","","",0.38,0.38,0.38,0.24,0.14,0.07,0.02,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43253",10,42.474642,-70.970816,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",15,0.1472,0.118707,0.592,"2013-07-15 00:00",0.496,"2013-10-31 00:00",0.384,"2013-08-20 00:00",0.352,"2013-10-01 00:00","","","","",0.592,0.496,0.384,0.296,0.216,0.12,0.032,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43253",11,42.474642,-70.970816,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.108267,0.091308,0.352,"2013-10-31 00:00",0.216,"2013-08-20 00:00",0.176,"2013-09-13 00:00",0.16,"2013-07-09 00:00","","","","",0.352,0.352,0.352,0.216,0.16,0.088,0.032,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43256",10,42.474642,-70.970816,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",37,0.171333,0.236417,1.29,"2013-10-13 00:00",1.24,"2013-07-15 00:00",0.53,"2013-10-31 00:00",0.45,"2013-07-09 00:00","","","","",1.29,1.24,0.53,0.37,0.22,0.06,0.06,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43256",11,42.474642,-70.970816,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",8,0.183333,0.147922,0.41,"2013-07-09 00:00",0.41,"2013-09-13 00:00",0.41,"2013-10-31 00:00",0.3,"2013-10-07 00:00","","","","",0.41,0.41,0.41,0.41,0.3,0.06,0.06,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43261",10,42.474642,-70.970816,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",7,0.119175,0.089364,0.56,"2013-10-31 00:00",0.301,"2013-11-06 00:00",0.287,"2013-07-15 00:00",0.287,"2013-09-19 00:00","","","","",0.56,0.301,0.287,0.238,0.147,0.105,0.0245,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43261",11,42.474642,-70.970816,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",4,0.119,0.127971,0.532,"2013-10-31 00:00",0.189,"2013-08-20 00:00",0.189,"2013-09-13 00:00",0.14,"2013-12-18 00:00","","","","",0.532,0.532,0.532,0.189,0.14,0.098,0.0245,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43262",10,42.474642,-70.970816,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",1,0.2471,0.181366,1.128,"2013-10-31 00:00",0.636,"2013-07-15 00:00",0.624,"2013-09-19 00:00",0.546,"2013-10-01 00:00","","","","",1.128,0.636,0.624,0.468,0.312,0.216,0.09,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43262",11,42.474642,-70.970816,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.2468,0.25721,1.08,"2013-10-31 00:00",0.396,"2013-08-20 00:00",0.384,"2013-09-13 00:00",0.306,"2013-10-07 00:00","","","","",1.08,1.08,1.08,0.396,0.306,0.204,0.078,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43263",10,42.474642,-70.970816,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",2,0.194833,0.143724,0.931,"2013-10-31 00:00",0.504,"2013-09-19 00:00",0.462,"2013-10-01 00:00",0.455,"2013-07-15 00:00","","","","",0.931,0.504,0.462,0.371,0.245,0.161,0.077,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43263",11,42.474642,-70.970816,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",1,0.200667,0.209811,0.889,"2013-10-31 00:00",0.322,"2013-09-13 00:00",0.301,"2013-08-20 00:00",0.231,"2013-10-07 00:00","","","","",0.889,0.889,0.889,0.322,0.231,0.168,0.049,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43280",10,42.474642,-70.970816,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",3,0.235667,0.154661,1,"2013-10-31 00:00",0.6,"2013-02-15 00:00",0.53,"2013-07-15 00:00",0.46,"2013-10-01 00:00","","","","",1,0.6,0.53,0.42,0.28,0.21,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43280",11,42.474642,-70.970816,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",2,0.222,0.192138,0.82,"2013-10-31 00:00",0.37,"2013-08-20 00:00",0.32,"2013-10-07 00:00",0.28,"2013-09-13 00:00","","","","",0.82,0.82,0.82,0.37,0.28,0.16,0.04,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43284",10,42.474642,-70.970816,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",26,0.1183,0.110661,0.666,"2013-10-31 00:00",0.366,"2013-07-15 00:00",0.36,"2013-09-19 00:00",0.318,"2013-11-06 00:00","","","","",0.666,0.366,0.36,0.228,0.15,0.096,0.039,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43284",11,42.474642,-70.970816,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.1286,0.155925,0.642,"2013-10-31 00:00",0.222,"2013-08-20 00:00",0.222,"2013-09-13 00:00",0.15,"2013-10-07 00:00","","","","",0.642,0.642,0.642,0.222,0.15,0.09,0.039,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43285",10,42.474642,-70.970816,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.5124,0.426425,2.52,"2013-10-31 00:00",1.836,"2013-07-15 00:00",1.368,"2013-09-19 00:00",1.188,"2013-10-01 00:00","","","","",2.52,1.836,1.368,1.116,0.606,0.402,0.186,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43285",11,42.474642,-70.970816,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.5092,0.584019,2.442,"2013-10-31 00:00",0.864,"2013-09-13 00:00",0.756,"2013-10-07 00:00",0.642,"2013-08-20 00:00","","","","",2.442,2.442,2.442,0.864,0.642,0.408,0.144,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43291",10,42.474642,-70.970816,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",30,0.099517,0.079168,0.504,"2013-10-31 00:00",0.266,"2013-09-19 00:00",0.252,"2013-07-15 00:00",0.238,"2013-11-06 00:00","","","","",0.504,0.266,0.252,0.189,0.133,0.091,0.0455,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43291",11,42.474642,-70.970816,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",7,0.106633,0.111435,0.483,"2013-10-31 00:00",0.161,"2013-08-20 00:00",0.154,"2013-09-13 00:00",0.112,"2013-10-07 00:00","","","","",0.483,0.483,0.483,0.161,0.112,0.091,0.0455,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43372",10,42.474642,-70.970816,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43372",11,42.474642,-70.970816,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43502",1,42.474642,-70.970816,"NAD83","Formaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",120,4,15,365,0,120,"","","Certification not required",0,2.488333,1.223796,7,"2013-06-24 14:00",6,"2013-06-24 11:00",5.7,"2013-06-24 08:00",5.2,"2013-08-26 17:00","","","","",6,5.7,4.8,4.5,3.3,2.2,1.2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","009","2006","43502",3,42.474642,-70.970816,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,45,61,0,0,"","","Certification not required",0,2.252,0.742648,4.4,"2013-07-15 00:00",4.1,"2013-08-26 00:00",3.8,"2013-06-21 00:00",3.7,"2013-07-06 00:00","","","","",4.4,4.4,3.8,3.5,2.5,2,1.6,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","009","2006","43502",4,42.474642,-70.970816,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2.181818,0.840022,3.8,"2013-08-20 00:00",3.2,"2013-07-27 00:00",3,"2013-07-03 00:00",2.2,"2013-02-09 00:00","","","","",3.8,3.8,3.8,3.2,3,2,1.2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","009","2006","43503",1,42.474642,-70.970816,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",118,4,14,365,0,122,"","","Certification not required",0,1.727119,0.803056,4.7,"2013-08-20 14:00",4.3,"2013-08-20 20:00",4.2,"2013-06-12 08:00",3.8,"2013-07-27 14:00","","","","",4.3,4.2,3.5,2.7,2.1,1.5,1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","009","2006","43503",3,42.474642,-70.970816,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,41,61,0,4,"","","Certification not required",0,2.03913,2.029064,15,"2013-06-15 00:00",2.8,"2013-06-21 00:00",2.8,"2013-07-15 00:00",2.4,"2013-06-30 00:00","","","","",15,15,2.8,2.4,2.3,1.7,0.9,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","009","2006","43503",4,42.474642,-70.970816,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,1,"","","Certification not required",0,1.71,0.636745,3.3,"2013-08-20 00:00",2.1,"2013-07-27 00:00",1.7,"2013-03-05 00:00",1.7,"2013-09-13 00:00","","","","",3.3,3.3,3.3,3.3,1.7,1.6,1.3,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","009","2006","43509",10,42.474642,-70.970816,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.23,0.122544,0.5,"2013-06-21 00:00",0.5,"2013-07-03 00:00",0.5,"2013-07-09 00:00",0.5,"2013-07-15 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43509",11,42.474642,-70.970816,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.18,0.101419,0.4,"2013-10-31 00:00",0.3,"2013-08-20 00:00",0.3,"2013-10-07 00:00",0.2,"2013-01-16 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.2,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43552",10,42.474642,-70.970816,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",1,1.451133,0.74868,3.944,"2013-07-15 00:00",3.104,"2013-10-31 00:00",2.992,"2013-06-21 00:00",2.948,"2013-08-20 00:00","","","","",3.944,3.104,2.992,2.636,1.888,1.344,0.72,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43552",11,42.474642,-70.970816,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",1,1.3312,0.742199,2.8,"2013-10-31 00:00",2.644,"2013-08-20 00:00",2.028,"2013-09-13 00:00",1.828,"2013-10-07 00:00","","","","",2.8,2.8,2.8,2.644,1.828,1.128,0.524,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43704",10,42.474642,-70.970816,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43704",11,42.474642,-70.970816,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43801",10,42.474642,-70.970816,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.5315,0.035598,0.63,"2013-05-10 00:00",0.59,"2013-01-22 00:00",0.59,"2013-02-21 00:00",0.59,"2013-02-27 00:00","","","","",0.63,0.59,0.59,0.57,0.56,0.54,0.49,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43801",11,42.474642,-70.970816,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.526667,0.023805,0.56,"2013-03-29 00:00",0.56,"2013-06-09 00:00",0.55,"2013-05-16 00:00",0.54,"2013-01-16 00:00","","","","",0.56,0.56,0.56,0.56,0.54,0.53,0.49,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43802",10,42.474642,-70.970816,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.077167,0.033196,0.27,"2013-05-10 00:00",0.19,"2013-10-31 00:00",0.14,"2013-09-19 00:00",0.1,"2013-06-21 00:00","","","","",0.27,0.19,0.14,0.09,0.08,0.07,0.06,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43802",11,42.474642,-70.970816,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.076667,0.033523,0.19,"2013-10-31 00:00",0.09,"2013-08-20 00:00",0.09,"2013-09-13 00:00",0.08,"2013-08-02 00:00","","","","",0.19,0.19,0.19,0.09,0.08,0.07,0.05,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43803",10,42.474642,-70.970816,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.018667,0.007912,0.04,"2013-07-15 00:00",0.04,"2013-09-19 00:00",0.03,"2013-08-02 00:00",0.03,"2013-08-14 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43803",11,42.474642,-70.970816,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.017333,0.007988,0.03,"2013-08-02 00:00",0.03,"2013-08-20 00:00",0.03,"2013-10-31 00:00",0.02,"2013-05-16 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.01,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43804",10,42.474642,-70.970816,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.081,0.007059,0.1,"2013-03-23 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-19 00:00","","","","",0.1,0.1,0.1,0.09,0.08,0.08,0.07,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43804",11,42.474642,-70.970816,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.080667,0.008837,0.11,"2013-09-13 00:00",0.08,"2013-01-16 00:00",0.08,"2013-02-09 00:00",0.08,"2013-03-05 00:00","","","","",0.11,0.11,0.11,0.08,0.08,0.08,0.07,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43813",10,42.474642,-70.970816,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43813",11,42.474642,-70.970816,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43814",10,42.474642,-70.970816,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43814",11,42.474642,-70.970816,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43815",10,42.474642,-70.970816,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43815",11,42.474642,-70.970816,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43817",10,42.474642,-70.970816,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.006667,0.025155,0.1,"2013-02-15 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-19 00:00",0.1,"2013-10-31 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43817",11,42.474642,-70.970816,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.013333,0.035187,0.1,"2013-09-13 00:00",0.1,"2013-10-31 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43818",10,42.474642,-70.970816,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43818",11,42.474642,-70.970816,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43824",10,42.474642,-70.970816,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43824",11,42.474642,-70.970816,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43826",10,42.474642,-70.970816,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43826",11,42.474642,-70.970816,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43829",10,42.474642,-70.970816,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43829",11,42.474642,-70.970816,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43830",10,42.474642,-70.970816,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43830",11,42.474642,-70.970816,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43831",10,42.474642,-70.970816,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43831",11,42.474642,-70.970816,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43843",10,42.474642,-70.970816,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43843",11,42.474642,-70.970816,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43860",10,42.474642,-70.970816,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43860",11,42.474642,-70.970816,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43954",10,42.474642,-70.970816,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",58,0.170867,0.10276,0.913,"2013-02-03 00:00",0.407,"2013-10-31 00:00",0.154,"2013-01-04 00:00",0.154,"2013-01-10 00:00","","","","",0.913,0.407,0.154,0.154,0.154,0.154,0.154,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43954",11,42.474642,-70.970816,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.165733,0.045443,0.33,"2013-10-31 00:00",0.154,"2013-01-16 00:00",0.154,"2013-02-09 00:00",0.154,"2013-03-05 00:00","","","","",0.33,0.33,0.33,0.154,0.154,0.154,0.154,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43960",10,42.474642,-70.970816,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",14,0.075167,0.0666,0.42,"2013-10-31 00:00",0.25,"2013-07-15 00:00",0.2,"2013-11-06 00:00",0.18,"2013-09-19 00:00","","","","",0.42,0.25,0.2,0.16,0.1,0.06,0.02,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","43960",11,42.474642,-70.970816,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",6,0.076,0.089267,0.37,"2013-10-31 00:00",0.13,"2013-08-20 00:00",0.12,"2013-09-13 00:00",0.08,"2013-10-07 00:00","","","","",0.37,0.37,0.37,0.13,0.08,0.07,0.02,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","44201",1,42.474642,-70.970816,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7750,99,182,183,0,266,0,0,"Certification not required",96,0.049071,0.012623,0.098,"2013-07-19 18:00",0.093,"2013-06-25 19:00",0.086,"2013-05-31 20:00",0.082,"2013-06-01 09:00","","","","",0.093,0.082,0.072,0.064,0.056,0.049,0.044,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","44201",1,42.474642,-70.970816,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7902,99,181,183,0,0,0,0,"Certification not required",0,0.044066,0.011013,0.078,"2013-07-19 16:00",0.078,"2013-09-11 11:00",0.074,"2013-05-31 15:00",0.073,"2013-06-25 13:00","","","","",0.078,0.073,0.064,0.058,0.05,0.046,0.04,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","44201",1,42.474642,-70.970816,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7902,99,181,183,0,0,2,2,"Certification not required",0,0.044066,0.011013,0.078,"2013-07-19 16:00",0.078,"2013-09-11 11:00",0.074,"2013-05-31 15:00",0.073,"2013-06-25 13:00","","","","",0.078,0.073,0.064,0.058,0.05,0.046,0.04,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","45109",10,42.474642,-70.970816,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.541667,0.513642,3.4,"2013-10-31 00:00",1.7,"2013-10-01 00:00",1.4,"2013-07-15 00:00",1.4,"2013-09-19 00:00","","","","",3.4,1.7,1.4,1.1,0.7,0.4,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45109",11,42.474642,-70.970816,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.54,0.700816,2.9,"2013-10-31 00:00",0.8,"2013-08-20 00:00",0.8,"2013-09-13 00:00",0.7,"2013-10-07 00:00","","","","",2.9,2.9,2.9,0.8,0.7,0.3,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45201",10,42.474642,-70.970816,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.74,0.357107,2.1,"2013-10-31 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-15 00:00",1.5,"2013-01-04 00:00","","","","",2.1,1.6,1.6,1.3,0.9,0.7,0.4,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45201",11,42.474642,-70.970816,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.733333,0.479086,2,"2013-10-31 00:00",1.5,"2013-01-16 00:00",1,"2013-12-18 00:00",0.9,"2013-03-05 00:00","","","","",2,2,2,1.5,0.9,0.6,0.3,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45202",10,42.474642,-70.970816,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,4,"","","Certification not required",0,1.419298,1.403623,8.8,"2013-10-31 00:00",4.7,"2013-10-01 00:00",4.5,"2013-09-19 00:00",3.4,"2013-09-13 00:00","","","","",8.8,4.7,4.5,2.8,1.7,1,0.4,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45202",11,42.474642,-70.970816,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,1,"","","Certification not required",0,1.564286,2.121903,8.2,"2013-10-31 00:00",3.6,"2013-09-13 00:00",2.2,"2013-08-20 00:00",1.5,"2013-10-07 00:00","","","","",8.2,8.2,8.2,3.6,1.5,0.9,0.2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45203",10,42.474642,-70.970816,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.216667,0.175795,1.1,"2013-10-31 00:00",0.6,"2013-10-01 00:00",0.5,"2013-07-15 00:00",0.5,"2013-09-19 00:00","","","","",1.1,0.6,0.5,0.4,0.3,0.2,0.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45203",11,42.474642,-70.970816,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.22,0.242605,1,"2013-10-31 00:00",0.4,"2013-08-20 00:00",0.3,"2013-09-13 00:00",0.3,"2013-10-07 00:00","","","","",1,1,1,0.4,0.3,0.2,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45204",10,42.474642,-70.970816,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.196667,0.191308,1.1,"2013-10-31 00:00",0.6,"2013-07-15 00:00",0.6,"2013-09-19 00:00",0.6,"2013-10-01 00:00","","","","",1.1,0.6,0.6,0.4,0.3,0.2,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45204",11,42.474642,-70.970816,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.2,0.261861,1,"2013-10-31 00:00",0.4,"2013-08-20 00:00",0.4,"2013-09-13 00:00",0.3,"2013-10-07 00:00","","","","",1,1,1,0.4,0.3,0.1,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45207",10,42.474642,-70.970816,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",53,0.05375,0.028989,0.23,"2013-10-31 00:00",0.12,"2013-07-15 00:00",0.11,"2013-10-01 00:00",0.1,"2013-02-15 00:00","","","","",0.23,0.12,0.11,0.09,0.045,0.045,0.045,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45207",11,42.474642,-70.970816,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.052667,0.029693,0.16,"2013-10-31 00:00",0.045,"2013-01-16 00:00",0.045,"2013-02-09 00:00",0.045,"2013-03-05 00:00","","","","",0.16,0.16,0.16,0.045,0.045,0.045,0.045,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45208",10,42.474642,-70.970816,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",48,0.1479,0.123328,0.837,"2013-10-31 00:00",0.45,"2013-07-15 00:00",0.387,"2013-09-01 00:00",0.324,"2013-11-06 00:00","","","","",0.837,0.45,0.387,0.315,0.099,0.099,0.099,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45208",11,42.474642,-70.970816,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.1524,0.139364,0.621,"2013-10-31 00:00",0.279,"2013-08-20 00:00",0.198,"2013-09-13 00:00",0.099,"2013-01-16 00:00","","","","",0.621,0.621,0.621,0.279,0.099,0.099,0.099,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45209",10,42.474642,-70.970816,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",47,0.044325,0.029349,0.198,"2013-10-31 00:00",0.108,"2013-07-15 00:00",0.099,"2013-09-19 00:00",0.099,"2013-10-01 00:00","","","","",0.198,0.108,0.099,0.09,0.0315,0.0315,0.0315,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45209",11,42.474642,-70.970816,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.0468,0.03948,0.18,"2013-10-31 00:00",0.072,"2013-08-20 00:00",0.072,"2013-09-13 00:00",0.0315,"2013-01-16 00:00","","","","",0.18,0.18,0.18,0.072,0.0315,0.0315,0.0315,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45210",10,42.474642,-70.970816,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.003333,0.018102,0.1,"2013-07-15 00:00",0.1,"2013-10-31 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45210",11,42.474642,-70.970816,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.006667,0.02582,0.1,"2013-10-31 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45211",10,42.474642,-70.970816,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",51,0.051825,0.032834,0.243,"2013-10-31 00:00",0.126,"2013-07-15 00:00",0.117,"2013-02-15 00:00",0.108,"2013-10-01 00:00","","","","",0.243,0.126,0.117,0.099,0.0405,0.0405,0.0405,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45211",11,42.474642,-70.970816,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.0543,0.043512,0.207,"2013-10-31 00:00",0.081,"2013-08-20 00:00",0.0405,"2013-01-16 00:00",0.0405,"2013-02-09 00:00","","","","",0.207,0.207,0.207,0.081,0.0405,0.0405,0.0405,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45212",10,42.474642,-70.970816,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",23,0.105375,0.098998,0.612,"2013-10-31 00:00",0.306,"2013-07-15 00:00",0.27,"2013-09-19 00:00",0.27,"2013-10-01 00:00","","","","",0.612,0.306,0.27,0.243,0.135,0.09,0.0315,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45212",11,42.474642,-70.970816,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",8,0.1068,0.125488,0.504,"2013-10-31 00:00",0.207,"2013-08-20 00:00",0.189,"2013-09-13 00:00",0.126,"2013-08-02 00:00","","","","",0.504,0.504,0.504,0.207,0.126,0.0315,0.0315,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45213",10,42.474642,-70.970816,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",50,0.0648,0.040776,0.288,"2013-10-31 00:00",0.162,"2013-07-15 00:00",0.153,"2013-09-19 00:00",0.135,"2013-02-15 00:00","","","","",0.288,0.162,0.153,0.117,0.0495,0.0495,0.0495,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45213",11,42.474642,-70.970816,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",12,0.0696,0.051585,0.243,"2013-10-31 00:00",0.108,"2013-09-13 00:00",0.099,"2013-08-20 00:00",0.0495,"2013-01-16 00:00","","","","",0.243,0.243,0.243,0.108,0.0495,0.0495,0.0495,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45218",10,42.474642,-70.970816,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",60,0.195,0,0.195,"2013-01-04 00:00",0.195,"2013-01-10 00:00",0.195,"2013-01-16 00:00",0.195,"2013-01-22 00:00","","","","",0.195,0.195,0.195,0.195,0.195,0.195,0.195,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45218",11,42.474642,-70.970816,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.195,0,0.195,"2013-01-16 00:00",0.195,"2013-02-09 00:00",0.195,"2013-03-05 00:00",0.195,"2013-03-29 00:00","","","","",0.195,0.195,0.195,0.195,0.195,0.195,0.195,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45219",10,42.474642,-70.970816,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",60,0.225,0,0.225,"2013-01-04 00:00",0.225,"2013-01-10 00:00",0.225,"2013-01-16 00:00",0.225,"2013-01-22 00:00","","","","",0.225,0.225,0.225,0.225,0.225,0.225,0.225,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45219",11,42.474642,-70.970816,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.225,0,0.225,"2013-01-16 00:00",0.225,"2013-02-09 00:00",0.225,"2013-03-05 00:00",0.225,"2013-03-29 00:00","","","","",0.225,0.225,0.225,0.225,0.225,0.225,0.225,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45220",10,42.474642,-70.970816,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.023333,0.046456,0.2,"2013-10-31 00:00",0.1,"2013-06-15 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-15 00:00","","","","",0.2,0.1,0.1,0.1,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45220",11,42.474642,-70.970816,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.033333,0.048795,0.1,"2013-07-09 00:00",0.1,"2013-08-20 00:00",0.1,"2013-09-13 00:00",0.1,"2013-10-07 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45225",10,42.474642,-70.970816,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",58,0.0618,0.01941,0.198,"2013-10-31 00:00",0.117,"2013-07-15 00:00",0.0585,"2013-01-04 00:00",0.0585,"2013-01-10 00:00","","","","",0.198,0.117,0.0585,0.0585,0.0585,0.0585,0.0585,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45225",11,42.474642,-70.970816,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.0648,0.0244,0.153,"2013-10-31 00:00",0.0585,"2013-01-16 00:00",0.0585,"2013-02-09 00:00",0.0585,"2013-03-05 00:00","","","","",0.153,0.153,0.153,0.0585,0.0585,0.0585,0.0585,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45801",10,42.474642,-70.970816,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45801",11,42.474642,-70.970816,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45807",10,42.474642,-70.970816,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","45807",11,42.474642,-70.970816,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-03-05 00:00",0,"2013-03-29 00:00","","","","",0,0,0,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","2006","61101",1,42.474642,-70.970816,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7970,91,331,365,0,46,"","","Certification not required",0,4.964103,2.800225,18.8,"2013-01-31 14:00",18.1,"2013-01-20 12:00",18,"2013-02-25 05:00",17.5,"2013-02-25 01:00","","","","",13.2,12,10.4,8.9,6.6,4.4,1.8,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","61102",1,42.474642,-70.970816,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7970,91,331,365,0,46,"","","Certification not required",0,212.060351,95.553835,360,"2013-01-15 19:00",360,"2013-04-17 19:00",360,"2013-05-03 03:00",360,"2013-05-23 01:00","","","","",351,344,330,315,283,243,67,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","62101",1,42.474642,-70.970816,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8016,92,334,365,0,0,"","","Certification not required",0,52.825848,18.054962,97,"2013-07-19 12:00",97,"2013-07-19 13:00",97,"2013-07-19 14:00",97,"2013-07-19 15:00","","","","",89,86,80,77,66,53,30,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","62201",1,42.474642,-70.970816,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8016,92,334,365,0,0,"","","Certification not required",0,63.548902,18.188391,91,"2013-05-09 03:00",91,"2013-05-09 04:00",91,"2013-05-09 05:00",91,"2013-05-09 06:00","","","","",90,90,89,87,80,64,38,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","63301",1,42.474642,-70.970816,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8016,92,334,365,0,0,"","","Certification not required",3938,0.23354,0.340219,1.39,"2013-05-16 11:00",1.34,"2013-06-09 11:00",1.33,"2013-06-15 11:00",1.32,"2013-05-27 11:00","","","","",1.22,1.16,1.01,0.81,0.4,0.01,0.005,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","64101",1,42.474642,-70.970816,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8016,92,334,365,0,0,"","","Certification not required",0,1009.290669,8.12515,1035,"2013-04-22 08:00",1035,"2013-04-22 09:00",1035,"2013-04-22 10:00",1035,"2013-11-30 02:00","","","","",1029,1027,1023,1020,1015,1009,999,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","65102",1,42.474642,-70.970816,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8016,92,334,365,0,0,"","","Certification not required",0,0.003735,0.024526,0.74,"2013-09-12 21:00",0.65,"2013-06-07 20:00",0.54,"2013-09-12 22:00",0.44,"2013-06-17 16:00","","","","",0.1,0.06,0.01,0,0,0,0,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","2006","68101",1,42.474642,-70.970816,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",109,100,56,61,0,3,"","","Certification not required",95,0.076606,0.07685,0.4,"2013-10-25 00:00",0.3,"2013-09-01 00:00",0.3,"2013-10-28 00:00",0.3,"2013-11-03 00:00","","","","",0.3,0.3,0.3,0.2,0.05,0.05,0.05,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68102",1,42.474642,-70.970816,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",109,100,56,61,0,3,"","","Certification not required",0,23.981651,0.041198,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,23.9,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68103",1,42.474642,-70.970816,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,3,"","","Certification not required",0,7.576147,9.020931,25.2,"2013-07-06 00:00",24.1,"2013-07-18 00:00",23.3,"2013-07-15 00:00",21.7,"2013-09-01 00:00","","","","",24.1,23.3,21.2,18.7,15.3,8.3,-4.4,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68104",1,42.474642,-70.970816,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,3,"","","Certification not required",0,17.159633,9.860256,34.8,"2013-05-31 00:00",34.3,"2013-06-24 00:00",33.2,"2013-07-06 00:00",33,"2013-07-15 00:00","","","","",34.3,33.2,32.2,28.9,25.9,18.1,3,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68105",1,42.474642,-70.970816,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,3,"","","Certification not required",0,12.188991,9.194557,28.9,"2013-07-06 00:00",28.5,"2013-05-31 00:00",27.5,"2013-07-15 00:00",27.2,"2013-07-18 00:00","","","","",28.5,27.5,25,23.2,20.1,13,-0.2,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68106",1,42.474642,-70.970816,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,100,56,61,0,3,"","","Certification not required",0,751.045872,6.060475,768,"2013-04-22 00:00",765,"2013-11-30 00:00",763,"2013-05-01 00:00",763,"2013-10-13 00:00","","","","",765,763,762,759,755,751,744,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68107",1,42.474642,-70.970816,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,100,56,61,0,3,"","","Certification not required",0,757.678899,5.498957,774,"2013-04-22 00:00",774,"2013-11-30 00:00",771,"2013-11-21 00:00",768,"2013-01-10 00:00","","","","",774,771,767,765,761,757,750,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68108",1,42.474642,-70.970816,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,100,56,61,0,3,"","","Certification not required",0,754.284404,5.710763,771,"2013-04-22 00:00",771,"2013-11-30 00:00",768,"2013-11-21 00:00",765,"2013-05-01 00:00","","","","",771,768,763,761,758,754,747,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","68109",1,42.474642,-70.970816,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",109,100,56,61,0,3,"","","Certification not required",0,1439.889908,0.797443,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","88101",1,42.474642,-70.970816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,3,0,0,"Certification not required",0,6.177064,3.229655,15.7,"2013-05-31 00:00",15,"2013-06-24 00:00",14.9,"2013-10-31 00:00",14.3,"2013-11-21 00:00","","","","",15,14.9,13.3,11.1,7.5,5.5,2.9,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","88101",1,42.474642,-70.970816,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,3,"","","Certification not required",0,6.177064,3.229655,15.7,"2013-05-31 00:00",15,"2013-06-24 00:00",14.9,"2013-10-31 00:00",14.3,"2013-11-21 00:00","","","","",15,14.9,13.3,11.1,7.5,5.5,2.9,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","2006","88101",3,42.474642,-70.970816,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4337,50,183,365,0,79,"","","Certification not required",0,9.468434,7.186168,51,"2013-11-21 07:00",50,"2013-11-21 06:00",46.2,"2013-07-20 01:00",43.1,"2013-11-21 05:00","","","","",31.8,28.6,23.7,19.7,12.8,7.8,2.1,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","009","2006","88101",3,42.474642,-70.970816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,0,0,"Certification not required",0,9.453591,5.858693,29.7,"2013-07-20 00:00",27,"2013-07-19 00:00",25.3,"2013-09-11 00:00",24.9,"2013-08-31 00:00","","","","",27,24.9,21.6,18,12.6,7.6,3.8,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","009","2006","88101",3,42.474642,-70.970816,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,"","","Certification not required",0,9.453591,5.858693,29.7,"2013-07-20 00:00",27,"2013-07-19 00:00",25.3,"2013-09-11 00:00",24.9,"2013-08-31 00:00","","","","",27,24.9,21.6,18,12.6,7.6,3.8,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","009","2006","88502",3,42.474642,-70.970816,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4136,95,171,181,0,208,"","","Certification not required",0,6.929521,5.410278,54.8,"2013-05-30 20:00",42,"2013-01-10 12:00",34.8,"2013-02-17 18:00",32.5,"2013-06-25 13:00","","","","",23.7,21.7,18,14.3,9.3,5.8,1.3,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-11-13" +"25","009","2006","88502",3,42.474642,-70.970816,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",171,94,171,181,0,0,"","","Certification not required",0,6.898246,3.908414,20.3,"2013-06-24 00:00",20,"2013-05-31 00:00",19.6,"2013-02-15 00:00",19.3,"2013-06-25 00:00","","","","",20,19.3,14.3,12.7,8.5,6.2,2.8,"LYNN WATER TREATMENT PLANT","390 PARKLAND","Massachusetts","Essex","Lynn","Boston-Cambridge-Quincy, MA-NH","2013-11-13" +"25","009","4005","42600",2,42.814412,-70.817783,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4386,50,188,365,0,750,"","","Certification not required",0,4.700182,4.564408,84.1,"2013-10-31 08:00",70.7,"2013-10-31 07:00",70.5,"2013-10-31 09:00",47.7,"2013-10-31 10:00","","","","",22.3,17.1,12.7,9.1,5.7,3.5,1.4,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","42601",1,42.814412,-70.817783,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7416,85,315,365,0,600,"","","Certification not required",0,1.96521,1.863336,59,"2013-10-31 08:00",49,"2013-10-31 07:00",45,"2013-10-31 09:00",26,"2013-01-09 14:00","","","","",7,5,4,3,3,2,1,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","42601",2,42.814412,-70.817783,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4386,50,188,365,0,750,"","","Certification not required",0,0.843251,1.795414,59,"2013-10-31 08:00",49.6,"2013-10-31 07:00",44,"2013-10-31 09:00",23.2,"2013-10-31 06:00","","","","",5.7,4.1,2.5,1.6,0.8,0.5,0.2,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","42602",1,42.814412,-70.817783,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7337,84,312,365,0,679,0,"","Certification not required",0,8.496795,5.79777,37,"2013-02-11 00:00",36,"2013-01-09 14:00",31,"2013-02-12 01:00",29,"2013-02-10 23:00","","","","",29,27,22,15,10,7,3,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","42602",1,42.814412,-70.817783,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7337,84,312,365,0,679,"","","Certification not required",0,3.829085,3.520072,37,"2013-02-11 00:00",36,"2013-01-09 14:00",36,"2013-02-11 05:00",36,"2013-02-11 06:00","","","","",19,15,10,7,5,3,1,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","42602",2,42.814412,-70.817783,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",4386,50,188,365,0,558,0,"","Certification not required",0,8.713298,5.202106,30.1,"2013-11-16 05:00",28.7,"2013-11-15 16:00",26.5,"2013-10-31 09:00",26.3,"2013-10-30 06:00","","","","",28.7,26.3,18.8,14.6,11.2,7.6,3.7,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","4005","42602",2,42.814412,-70.817783,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",4386,50,188,365,0,558,"","","Certification not required",0,3.85611,3.503533,30.1,"2013-11-16 05:00",28.7,"2013-11-15 16:00",26.5,"2013-10-31 09:00",26.5,"2013-11-16 06:00","","","","",18.8,14.8,10.7,7.6,4.9,2.9,1,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","009","4005","42603",1,42.814412,-70.817783,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7337,84,312,365,0,679,"","","Certification not required",0,5.833447,4.484501,81,"2013-10-31 08:00",69,"2013-10-31 09:00",68,"2013-10-31 07:00",62,"2013-01-09 14:00","","","","",24,19,13,10,7,5,2,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","44201",1,42.814412,-70.817783,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6506,99,181,183,0,301,0,0,"Certification not required",28,0.047453,0.012317,0.09,"2013-08-21 14:00",0.087,"2013-07-19 20:00",0.082,"2013-06-21 16:00",0.082,"2013-09-11 14:00","","","","",0.087,0.082,0.071,0.062,0.054,0.048,0.042,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","44201",1,42.814412,-70.817783,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6680,98,179,183,0,0,0,0,"Certification not required",0,0.042989,0.010614,0.074,"2013-06-21 11:00",0.073,"2013-08-21 11:00",0.073,"2013-09-11 10:00",0.071,"2013-06-01 08:00","","","","",0.073,0.071,0.064,0.057,0.049,0.045,0.039,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","44201",1,42.814412,-70.817783,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6680,98,179,183,0,0,0,0,"Certification not required",0,0.042989,0.010614,0.074,"2013-06-21 11:00",0.073,"2013-08-21 11:00",0.073,"2013-09-11 10:00",0.071,"2013-06-01 08:00","","","","",0.073,0.071,0.064,0.057,0.049,0.045,0.039,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","61101",1,42.814412,-70.817783,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7639,87,316,365,0,377,"","","Certification not required",0,6.314073,3.553263,29.3,"2013-01-31 05:00",28,"2013-01-31 04:00",27.7,"2013-01-31 06:00",25.6,"2013-01-31 03:00","","","","",17.9,15.9,13.2,11,8.1,5.6,2.5,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","61102",1,42.814412,-70.817783,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7639,87,316,365,0,377,"","","Certification not required",0,215.309857,94.590358,360,"2013-01-21 21:00",360,"2013-01-28 22:00",360,"2013-02-14 09:00",360,"2013-05-25 03:00","","","","",356,352,338,319,290,237,57,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","62101",1,42.814412,-70.817783,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7982,91,331,365,0,34,"","","Certification not required",0,51.605487,17.353553,95,"2013-07-19 12:00",95,"2013-07-19 13:00",95,"2013-07-19 14:00",95,"2013-07-19 15:00","","","","",88,84,79,73,66,53,30,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","62201",1,42.814412,-70.817783,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7982,91,331,365,0,34,"","","Certification not required",0,76.171761,17.570356,100,"2013-01-30 11:00",100,"2013-05-09 02:00",100,"2013-05-09 03:00",100,"2013-05-09 04:00","","","","",100,100,100,98,92,78,51,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","63301",1,42.814412,-70.817783,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7982,91,331,365,0,34,"","","Certification not required",3963,0.252062,0.3733,1.44,"2013-05-27 11:00",1.44,"2013-06-15 11:00",1.43,"2013-05-27 12:00",1.43,"2013-06-05 11:00","","","","",1.33,1.27,1.12,0.9,0.41,0.01,0.005,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","4005","64101",1,42.814412,-70.817783,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7245,83,301,365,0,27,"","","Certification not required",0,1014.035473,8.317949,1040,"2013-04-22 08:00",1040,"2013-04-22 09:00",1040,"2013-04-22 10:00",1040,"2013-04-22 11:00","","","","",1036,1032,1028,1024,1020,1015,1004,"NEWBURYPORT HARBOR ST PARKING LOT","HARBOR STREET","Massachusetts","Essex","Newburyport","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","44201",1,42.770837,-71.10229,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6418,100,183,183,0,218,0,0,"Certification not required",261,0.045191,0.011307,0.082,"2013-07-19 20:00",0.077,"2013-06-01 11:00",0.077,"2013-09-11 12:00",0.074,"2013-05-31 22:00","","","","",0.077,0.074,0.067,0.06,0.051,0.046,0.04,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","44201",1,42.770837,-71.10229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6546,97,178,183,0,0,0,0,"Certification not required",0,0.040854,0.010622,0.069,"2013-06-01 10:00",0.068,"2013-06-22 11:00",0.068,"2013-07-19 16:00",0.068,"2013-09-11 11:00","","","","",0.068,0.068,0.063,0.054,0.048,0.043,0.035,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","44201",1,42.770837,-71.10229,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6546,97,178,183,0,0,0,0,"Certification not required",0,0.040854,0.010622,0.069,"2013-06-01 10:00",0.068,"2013-06-22 11:00",0.068,"2013-07-19 16:00",0.068,"2013-09-11 11:00","","","","",0.068,0.068,0.063,0.054,0.048,0.043,0.035,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","61101",1,42.770837,-71.10229,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8004,91,334,365,0,12,"","","Certification not required",0,3.438718,2.238001,14.7,"2013-01-31 12:00",14.6,"2013-01-31 13:00",13.6,"2013-02-17 17:00",13.4,"2013-03-19 19:00","","","","",10.5,9.4,8,6.6,4.6,3,1,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","61102",1,42.770837,-71.10229,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8004,91,334,365,0,12,"","","Certification not required",0,219.935157,91.416552,360,"2013-02-08 11:00",360,"2013-02-13 17:00",360,"2013-02-24 00:00",360,"2013-05-04 22:00","","","","",354,350,333,313,291,248,79,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","62101",1,42.770837,-71.10229,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8013,91,334,365,0,3,"","","Certification not required",0,52.307875,18.53097,97,"2013-07-19 13:00",97,"2013-07-19 14:00",97,"2013-07-19 15:00",95,"2013-06-24 14:00","","","","",89,88,80,77,68,53,28,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","62201",1,42.770837,-71.10229,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8013,91,334,365,0,3,"","","Certification not required",0,64.93261,20.032723,95,"2013-01-30 12:00",95,"2013-01-30 13:00",95,"2013-06-27 00:00",95,"2013-06-27 01:00","","","","",94,93,92,91,83,66,37,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","63301",1,42.770837,-71.10229,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8013,91,334,365,0,3,"","","Certification not required",4019,0.210635,0.311997,1.26,"2013-06-15 12:00",1.26,"2013-06-17 12:00",1.24,"2013-06-05 12:00",1.23,"2013-05-04 12:00","","","","",1.11,1.06,0.93,0.75,0.34,0.005,0.005,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","64101",1,42.770837,-71.10229,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8013,91,334,365,0,3,"","","Certification not required",0,1009.290403,8.104266,1035,"2013-04-22 09:00",1035,"2013-04-22 10:00",1035,"2013-11-30 02:00",1035,"2013-11-30 03:00","","","","",1029,1027,1023,1020,1015,1009,999,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","009","5005","68101",1,42.770837,-71.10229,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",107,100,56,61,0,5,"","","Certification not required",5,0.497664,0.155767,0.7,"2013-04-07 00:00",0.7,"2013-05-10 00:00",0.7,"2013-05-22 00:00",0.7,"2013-06-15 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.3,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68102",1,42.770837,-71.10229,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",107,100,56,61,0,5,"","","Certification not required",0,24.03271,0.049097,24.1,"2013-01-13 00:00",24.1,"2013-01-31 00:00",24.1,"2013-02-12 00:00",24.1,"2013-02-24 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68103",1,42.770837,-71.10229,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,100,56,61,0,5,"","","Certification not required",0,6.476636,9.077804,24.5,"2013-07-06 00:00",23,"2013-07-18 00:00",22.1,"2013-07-15 00:00",21.8,"2013-06-24 00:00","","","","",23,22.1,20.9,18.5,14.4,6.3,-5.7,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68104",1,42.770837,-71.10229,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",106,100,56,61,0,5,"","","Certification not required",0,17.317925,10.321644,38.2,"2013-09-07 00:00",35.1,"2013-06-24 00:00",34.7,"2013-05-31 00:00",33.9,"2013-07-15 00:00","","","","",35.1,34.7,32.4,30,26.3,18.1,2.8,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68105",1,42.770837,-71.10229,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,100,56,61,0,5,"","","Certification not required",0,11.870093,9.376951,28.6,"2013-07-06 00:00",27.8,"2013-05-31 00:00",27.6,"2013-07-15 00:00",27.4,"2013-07-18 00:00","","","","",27.8,27.6,25.8,23.6,20,12.8,-1,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68106",1,42.770837,-71.10229,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,100,56,61,0,5,"","","Certification not required",0,752.841121,6.198219,771,"2013-04-22 00:00",767,"2013-10-13 00:00",766,"2013-11-21 00:00",765,"2013-05-01 00:00","","","","",767,766,763,760,757,753,745,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68107",1,42.770837,-71.10229,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,100,56,61,0,5,"","","Certification not required",0,759.719626,5.512925,776,"2013-04-22 00:00",774,"2013-11-21 00:00",770,"2013-01-10 00:00",770,"2013-11-06 00:00","","","","",774,770,769,767,763,760,752,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68108",1,42.770837,-71.10229,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,100,56,61,0,5,"","","Certification not required",0,756.130841,5.746343,773,"2013-04-22 00:00",771,"2013-11-21 00:00",768,"2013-10-13 00:00",767,"2013-05-01 00:00","","","","",771,768,764,763,760,756,749,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","68109",1,42.770837,-71.10229,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",107,100,56,61,0,5,"","","Certification not required",0,1439.850467,0.898676,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","88101",1,42.770837,-71.10229,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,0,0,"Certification not required",0,6.21215,3.242487,17.3,"2013-10-31 00:00",16.6,"2013-05-31 00:00",14.7,"2013-06-24 00:00",13.7,"2013-07-03 00:00","","","","",16.6,14.7,13.1,10.8,7.5,5.6,2.7,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","88101",1,42.770837,-71.10229,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,"","","Certification not required",0,6.21215,3.242487,17.3,"2013-10-31 00:00",16.6,"2013-05-31 00:00",14.7,"2013-06-24 00:00",13.7,"2013-07-03 00:00","","","","",16.6,14.7,13.1,10.8,7.5,5.6,2.7,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","5005","88101",3,42.770837,-71.10229,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4273,49,181,365,0,143,"","","Certification not required",0,7.21245,5.888738,40,"2013-11-17 01:00",36.8,"2013-11-17 02:00",36.3,"2013-11-16 23:00",34.6,"2013-11-17 00:00","","","","",25.4,22.6,18.8,15.3,10.3,6,1,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","009","5005","88101",3,42.770837,-71.10229,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",177,48,177,365,0,0,0,0,"Certification not required",0,7.150282,4.670983,22.3,"2013-12-05 00:00",22.1,"2013-12-26 00:00",20.7,"2013-11-17 00:00",19.6,"2013-10-31 00:00","","","","",22.1,19.6,16.4,14.4,9.6,6,2.2,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","009","5005","88101",3,42.770837,-71.10229,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",177,48,177,365,0,0,"","","Certification not required",0,7.150282,4.670983,22.3,"2013-12-05 00:00",22.1,"2013-12-26 00:00",20.7,"2013-11-17 00:00",19.6,"2013-10-31 00:00","","","","",22.1,19.6,16.4,14.4,9.6,6,2.2,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","009","5005","88502",3,42.770837,-71.10229,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4227,100,61,61,0,117,"","","Certification not required",0,7.825952,6.109516,62.8,"2013-05-26 21:00",46.7,"2013-02-11 05:00",46,"2013-01-06 01:00",39,"2013-01-06 05:00","","","","",28.6,25.1,19.3,15.4,10.5,7,1.3,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-23" +"25","009","5005","88502",3,42.770837,-71.10229,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",177,100,61,61,0,0,"","","Certification not required",0,7.788136,4.438574,27.6,"2013-01-06 00:00",23.3,"2013-02-11 00:00",22.7,"2013-01-08 00:00",22.1,"2013-05-31 00:00","","","","",23.3,22.1,15.6,12.3,10.1,7.1,2.9,"CONSENTINO SCHOOL.","685 WASHINGTON STREET","Massachusetts","Essex","Haverhill","Boston-Cambridge-Quincy, MA-NH","2014-01-23" +"25","009","6001","68101",1,42.698215,-71.164413,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",112,100,56,61,0,0,"","","Certification not required",36,0.242857,0.168306,0.5,"2013-01-19 00:00",0.5,"2013-03-11 00:00",0.5,"2013-03-29 00:00",0.5,"2013-04-13 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.05,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68102",1,42.698215,-71.164413,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",112,100,56,61,0,0,"","","Certification not required",0,23.997321,0.028347,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68103",1,42.698215,-71.164413,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,7.864286,9.104438,25.6,"2013-07-06 00:00",25.4,"2013-07-18 00:00",23.6,"2013-07-15 00:00",23.3,"2013-09-01 00:00","","","","",25.4,23.6,21.7,19.3,15.7,8.3,-4.4,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68104",1,42.698215,-71.164413,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,18.665179,10.472372,37,"2013-07-18 00:00",36.8,"2013-05-31 00:00",36.4,"2013-06-24 00:00",35.9,"2013-07-15 00:00","","","","",36.8,36.4,33.8,30.5,28,19.7,4,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68105",1,42.698215,-71.164413,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,13.283036,9.547198,29.9,"2013-07-06 00:00",29.6,"2013-07-18 00:00",29.5,"2013-05-31 00:00",29.3,"2013-07-15 00:00","","","","",29.6,29.5,27.4,24.8,21.3,14.6,0.4,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68106",1,42.698215,-71.164413,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,754.044643,6.075187,772,"2013-04-22 00:00",767,"2013-10-13 00:00",767,"2013-11-30 00:00",766,"2013-05-01 00:00","","","","",767,767,764,761,758,754,747,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68107",1,42.698215,-71.164413,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,760.973214,5.549872,778,"2013-11-30 00:00",777,"2013-04-22 00:00",774,"2013-11-21 00:00",771,"2013-01-10 00:00","","","","",777,774,770,768,765,761,754,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68108",1,42.698215,-71.164413,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,757.419643,5.763567,775,"2013-04-22 00:00",774,"2013-11-30 00:00",771,"2013-11-21 00:00",769,"2013-05-01 00:00","","","","",774,771,766,764,761,758,750,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","68109",1,42.698215,-71.164413,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",112,100,56,61,0,0,"","","Certification not required",0,1439.776786,1.804448,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","88101",1,42.698215,-71.164413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,6.675,3.510743,16.6,"2013-10-31 00:00",16.4,"2013-05-31 00:00",16.2,"2013-01-07 00:00",15.9,"2013-01-04 00:00","","","","",16.4,16.2,15.3,12.1,7.9,5.8,3,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","009","6001","88101",1,42.698215,-71.164413,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,"","","Certification not required",0,6.675,3.510743,16.6,"2013-10-31 00:00",16.4,"2013-05-31 00:00",16.2,"2013-01-07 00:00",15.9,"2013-01-04 00:00","","","","",16.4,16.2,15.3,12.1,7.9,5.8,3,"SENATOR WILLIAM X. WALL EXPERIMENT STATION","37 SHATTUCK ST","Massachusetts","Essex","Lawrence","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","013","0008","42101",1,42.19438,-72.555112,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7380,84,330,365,0,636,0,0,"Certification not required",1,0.218697,0.088713,1.088,"2013-02-11 22:00",1.07,"2013-02-11 19:00",1.039,"2013-02-11 21:00",0.914,"2013-02-11 18:00","","","","",0.599,0.504,0.383,0.31,0.237,0.199,0.145,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","42101",1,42.19438,-72.555112,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7398,84,325,365,0,0,0,0,"Certification not required",0,0.219357,0.085067,0.9,"2013-02-11 22:00",0.9,"2013-02-11 23:00",0.8,"2013-02-11 21:00",0.8,"2013-02-12 00:00",0.9,"2013-02-11 22:00",0.7,"2013-01-03 23:00",0.6,0.5,0.4,0.3,0.2,0.2,0.1,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","42601",1,42.19438,-72.555112,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7437,85,320,365,0,579,"","","Certification not required",0,2.694904,5.73602,80,"2013-02-11 20:00",74,"2013-10-31 18:00",73,"2013-10-31 19:00",72,"2013-01-09 12:00","","","","",31,20,10,7,3,1,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","42602",1,42.19438,-72.555112,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7507,86,323,365,0,509,0,"","Certification not required",0,13.848297,8.533377,41,"2013-02-10 22:00",40,"2013-01-03 19:00",39,"2013-01-09 19:00",39,"2013-11-15 23:00","","","","",39,36,32,26,19,12,5,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","42602",1,42.19438,-72.555112,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7507,86,323,365,0,509,"","","Certification not required",0,6.230984,6.516734,41,"2013-02-10 22:00",40,"2013-01-03 19:00",40,"2013-02-10 21:00",39,"2013-01-03 17:00","","","","",32,27,21,15,8,4,1,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","42603",1,42.19438,-72.555112,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7437,85,320,365,0,579,"","","Certification not required",0,8.371521,10.982164,116,"2013-02-11 20:00",108,"2013-02-11 19:00",106,"2013-01-09 12:00",106,"2013-02-11 21:00","","","","",58,45,30,18,10,5,1,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","43502",1,42.19438,-72.555112,"WGS84","Formaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",233,8,29,365,0,7,"","","Certification not required",0,2.802575,1.40608,7.4,"2013-07-17 23:00",6.4,"2013-06-21 11:00",6.4,"2013-06-21 20:00",6.4,"2013-07-21 17:00","","","","",6.4,6.2,5.6,4.9,3.7,2.4,1.3,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2013-12-23" +"25","013","0008","43502",3,42.19438,-72.555112,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.28,0.89229,5.3,"2013-06-21 00:00",4.1,"2013-06-15 00:00",4.1,"2013-07-21 00:00",3.6,"2013-07-15 00:00","","","","",5.3,5.3,4.1,3.5,2.6,2.1,1.4,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2013-12-23" +"25","013","0008","43502",4,42.19438,-72.555112,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2.272727,0.979889,4,"2013-06-09 00:00",3.4,"2013-07-27 00:00",3.1,"2013-08-20 00:00",2.8,"2013-07-03 00:00","","","","",4,4,4,3.4,3.1,2.3,1.3,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2013-12-23" +"25","013","0008","43503",1,42.19438,-72.555112,"WGS84","Acetaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",233,8,28,365,0,7,"","","Certification not required",0,1.292275,0.591994,3.6,"2013-07-21 08:00",3.1,"2013-07-05 23:00",3.1,"2013-07-17 23:00",3.1,"2013-07-18 02:00","","","","",3.1,3.1,2.4,2,1.6,1.2,0.6,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2013-12-23" +"25","013","0008","43503",3,42.19438,-72.555112,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,1.836585,1.306284,8.9,"2013-05-10 00:00",4.3,"2013-01-28 00:00",3.1,"2013-02-15 00:00",2.6,"2013-04-04 00:00","","","","",8.9,8.9,3.1,2.4,2,1.5,1.1,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2013-12-23" +"25","013","0008","43503",4,42.19438,-72.555112,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,1,"","","Certification not required",0,1.38,0.436654,2.1,"2013-06-09 00:00",2,"2013-07-27 00:00",1.8,"2013-08-20 00:00",1.4,"2013-03-29 00:00","","","","",2.1,2.1,2.1,2.1,1.8,1.2,0.9,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2013-12-23" +"25","013","0008","44201",1,42.19438,-72.555112,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7744,99,182,183,0,272,0,0,"Certification not required",587,0.048071,0.013794,0.106,"2013-05-31 18:00",0.105,"2013-09-11 17:00",0.099,"2013-06-01 16:00",0.088,"2013-06-23 17:00","","","","",0.105,0.088,0.069,0.064,0.056,0.047,0.042,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","44201",1,42.19438,-72.555112,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7930,99,182,183,0,0,0,0,"Certification not required",0,0.042681,0.01142,0.082,"2013-09-11 12:00",0.072,"2013-05-31 13:00",0.072,"2013-06-01 11:00",0.071,"2013-06-22 12:00","","","","",0.072,0.071,0.062,0.057,0.05,0.043,0.038,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","44201",1,42.19438,-72.555112,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7930,99,182,183,0,0,1,1,"Certification not required",0,0.042681,0.01142,0.082,"2013-09-11 12:00",0.072,"2013-05-31 13:00",0.072,"2013-06-01 11:00",0.071,"2013-06-22 12:00","","","","",0.072,0.071,0.062,0.057,0.05,0.043,0.038,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","61101",1,42.19438,-72.555112,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7961,91,330,365,0,55,"","","Certification not required",0,4.765482,2.922953,19.5,"2013-01-31 04:00",18.6,"2013-01-31 03:00",18.1,"2013-11-24 14:00",16.9,"2013-02-08 21:00","","","","",13,12.1,10.3,8.8,6.6,4.2,1.5,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","61102",1,42.19438,-72.555112,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7961,91,330,365,0,55,"","","Certification not required",0,206.84914,104.596136,360,"2013-02-17 02:00",360,"2013-03-08 14:00",360,"2013-03-18 02:00",360,"2013-03-26 08:00","","","","",357,355,348,335,300,200,37,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","62101",1,42.19438,-72.555112,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7916,90,330,365,0,100,"","","Certification not required",0,51.760232,19.068255,97,"2013-07-18 12:00",97,"2013-07-18 13:00",97,"2013-07-19 12:00",97,"2013-07-19 13:00","","","","",91,88,80,77,68,52,26,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","62201",1,42.19438,-72.555112,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7864,90,326,365,0,152,"","","Certification not required",0,62.854908,18.485447,90,"2013-05-10 01:00",90,"2013-05-10 02:00",90,"2013-05-10 03:00",90,"2013-05-10 04:00","","","","",89,89,88,87,80,63,38,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","63301",1,42.19438,-72.555112,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7814,89,323,365,0,202,"","","Certification not required",3631,0.243763,0.350961,1.46,"2013-06-19 11:00",1.43,"2013-06-19 12:00",1.43,"2013-06-20 11:00",1.42,"2013-06-20 12:00","","","","",1.26,1.21,1.04,0.84,0.4,0.02,0.005,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","64101",1,42.19438,-72.555112,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7787,89,322,365,0,229,"","","Certification not required",0,1007.91306,7.719542,1033,"2013-11-30 06:00",1033,"2013-11-30 07:00",1033,"2013-11-30 08:00",1033,"2013-11-30 09:00","","","","",1028,1024,1020,1017,1013,1008,999,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-27" +"25","013","0008","68101",1,42.19438,-72.555112,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",112,100,56,61,0,0,"","","Certification not required",69,0.114732,0.099467,0.5,"2013-10-01 00:00",0.4,"2013-11-03 00:00",0.3,"2013-02-18 00:00",0.3,"2013-02-21 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.05,0.05,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68101",2,42.19438,-72.555112,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",93,100,50,61,0,9,"","","Certification not required",29,0.219892,0.145052,0.5,"2013-05-10 00:00",0.5,"2013-07-03 00:00",0.5,"2013-08-02 00:00",0.5,"2013-09-01 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68102",1,42.19438,-72.555112,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",112,100,56,61,0,0,"","","Certification not required",0,24.024107,0.042966,24.1,"2013-01-19 00:00",24.1,"2013-04-19 00:00",24.1,"2013-04-25 00:00",24.1,"2013-05-10 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68102",2,42.19438,-72.555112,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",93,100,50,61,0,9,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68103",1,42.19438,-72.555112,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,4.917857,9.345869,23.3,"2013-07-06 00:00",23.2,"2013-07-18 00:00",21.4,"2013-07-15 00:00",20.8,"2013-06-30 00:00","","","","",23.2,21.4,19.8,17.9,12.7,4.7,-7.9,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68103",2,42.19438,-72.555112,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,9,"","","Certification not required",0,6.830108,10.111732,24.9,"2013-07-06 00:00",24.9,"2013-07-18 00:00",23.1,"2013-07-03 00:00",22.8,"2013-07-15 00:00","","","","",24.9,24.9,22.1,20.5,15.4,7.6,-6.2,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68103",5,42.19438,-72.555112,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,1,"","","Certification not required",0,6.495146,9.197201,23.6,"2013-07-18 00:00",23.5,"2013-07-06 00:00",22.2,"2013-07-03 00:00",21.7,"2013-07-15 00:00","","","","",23.5,22.2,20.8,19.1,14,6,-5.2,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","68104",1,42.19438,-72.555112,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,16.449107,10.580792,35.3,"2013-07-18 00:00",34.6,"2013-07-15 00:00",34.1,"2013-05-31 00:00",34,"2013-06-24 00:00","","","","",34.6,34.1,30.9,27.8,25.8,17.5,2.2,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68104",2,42.19438,-72.555112,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,9,"","","Certification not required",0,18.080645,11.407809,37,"2013-07-18 00:00",36.2,"2013-07-15 00:00",36,"2013-06-24 00:00",35.7,"2013-05-31 00:00","","","","",37,36.2,34.6,30.4,27.8,21.7,2.4,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68104",5,42.19438,-72.555112,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,1,"","","Certification not required",0,17.646602,10.652007,35.9,"2013-07-18 00:00",35.5,"2013-05-31 00:00",34.8,"2013-06-24 00:00",33.9,"2013-07-15 00:00","","","","",35.5,34.8,31.9,28.8,26.4,20.7,2.6,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","68105",1,42.19438,-72.555112,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,10.764286,9.579321,29.3,"2013-07-18 00:00",28,"2013-07-15 00:00",27.6,"2013-07-06 00:00",26.1,"2013-05-31 00:00","","","","",28,27.6,25,22.3,19.5,12.3,-2.2,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68105",2,42.19438,-72.555112,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,50,61,0,9,"","","Certification not required",0,12.533333,10.397589,31,"2013-07-18 00:00",29.6,"2013-07-15 00:00",29.3,"2013-07-06 00:00",27.5,"2013-05-31 00:00","","","","",31,29.6,26.8,24.2,21.3,14.1,-1.9,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68105",5,42.19438,-72.555112,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,2,"","","Certification not required",0,11.940196,9.633587,29.8,"2013-07-18 00:00",27.8,"2013-07-15 00:00",27.3,"2013-06-24 00:00",26.8,"2013-07-03 00:00","","","","",27.8,27.3,25.6,23.3,19.6,13.6,-1.8,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","68106",1,42.19438,-72.555112,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,749.866071,5.625706,766,"2013-04-22 00:00",762,"2013-11-21 00:00",762,"2013-11-30 00:00",761,"2013-05-01 00:00","","","","",762,762,761,756,753,750,743,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68106",2,42.19438,-72.555112,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,9,"","","Certification not required",0,750.892473,5.863413,768,"2013-04-22 00:00",764,"2013-10-13 00:00",763,"2013-05-01 00:00",760,"2013-05-04 00:00","","","","",768,764,760,758,755,751,744,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68106",5,42.19438,-72.555112,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,1,"","","Certification not required",0,746.456311,5.144532,758,"2013-05-01 00:00",758,"2013-10-13 00:00",755,"2013-05-04 00:00",755,"2013-09-28 00:00","","","","",758,755,754,753,750,746,740,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","68107",1,42.19438,-72.555112,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,757.026786,5.441681,773,"2013-11-30 00:00",771,"2013-04-22 00:00",770,"2013-11-21 00:00",769,"2013-01-10 00:00","","","","",771,770,766,764,761,757,750,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68107",2,42.19438,-72.555112,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,9,"","","Certification not required",0,757.344086,5.222224,773,"2013-04-22 00:00",767,"2013-01-10 00:00",767,"2013-01-28 00:00",767,"2013-05-01 00:00","","","","",773,767,767,764,761,758,751,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68107",5,42.19438,-72.555112,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,1,"","","Certification not required",0,752.76699,4.990587,763,"2013-01-10 00:00",763,"2013-01-28 00:00",763,"2013-11-06 00:00",761,"2013-04-16 00:00","","","","",763,763,761,759,757,753,746,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","68108",1,42.19438,-72.555112,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,753.446429,5.550488,769,"2013-04-22 00:00",769,"2013-11-30 00:00",766,"2013-11-21 00:00",764,"2013-01-10 00:00","","","","",769,766,763,760,756,754,747,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68108",2,42.19438,-72.555112,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,50,61,0,9,"","","Certification not required",0,754.032258,5.402197,771,"2013-04-22 00:00",765,"2013-05-01 00:00",765,"2013-10-13 00:00",762,"2013-01-10 00:00","","","","",771,765,762,761,757,754,747,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","68108",5,42.19438,-72.555112,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,83,101,122,0,3,"","","Certification not required",0,750,4.749737,760,"2013-05-01 00:00",759,"2013-10-13 00:00",758,"2013-01-10 00:00",758,"2013-05-04 00:00","","","","",759,758,757,756,753,750,744,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","68109",1,42.19438,-72.555112,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",112,100,56,61,0,0,"","","Certification not required",0,1439.910714,0.286437,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","68109",2,42.19438,-72.555112,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",93,100,50,61,0,9,"","","Certification not required",0,1439.870968,0.337053,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","88101",1,42.19438,-72.555112,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,6.770536,3.994222,20.6,"2013-02-15 00:00",17.7,"2013-05-31 00:00",16.9,"2013-01-04 00:00",15.7,"2013-08-20 00:00","","","","",17.7,16.9,15.4,12.7,8.9,5.8,2.8,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","88101",1,42.19438,-72.555112,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,"","","Certification not required",0,6.770536,3.994222,20.6,"2013-02-15 00:00",17.7,"2013-05-31 00:00",16.9,"2013-01-04 00:00",15.7,"2013-08-20 00:00","","","","",17.7,16.9,15.4,12.7,8.9,5.8,2.8,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-30" +"25","013","0008","88101",2,42.19438,-72.555112,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,9,0,0,"Certification not required",0,6.941935,3.88795,19.1,"2013-02-15 00:00",17.6,"2013-05-31 00:00",16,"2013-01-28 00:00",15.8,"2013-01-04 00:00","","","","",19.1,17.6,14.8,12,9.2,5.7,2.9,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","88101",2,42.19438,-72.555112,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",93,76,93,122,0,9,"","","Certification not required",0,6.941935,3.88795,19.1,"2013-02-15 00:00",17.6,"2013-05-31 00:00",16,"2013-01-28 00:00",15.8,"2013-01-04 00:00","","","","",19.1,17.6,14.8,12,9.2,5.7,2.9,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-01-22" +"25","013","0008","88102",5,42.19438,-72.555112,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",94,0.019475,0.00879,0.072,"2013-10-13 00:00",0.055,"2013-08-26 00:00",0.043,"2013-05-10 00:00",0.042,"2013-06-12 00:00","","","","",0.055,0.043,0.029,0.026,0.021,0.0195,0.014,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88103",5,42.19438,-72.555112,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.000559,0.00095,0.006,"2013-09-25 00:00",0.003,"2013-06-27 00:00",0.003,"2013-08-20 00:00",0.003,"2013-09-10 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88104",5,42.19438,-72.555112,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",77,0.023843,0.046826,0.32,"2013-07-18 00:00",0.257,"2013-06-24 00:00",0.168,"2013-02-15 00:00",0.163,"2013-07-03 00:00","","","","",0.257,0.168,0.104,0.038,0.0125,0.0115,0.0065,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88107",5,42.19438,-72.555112,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",102,0.00762,0.007657,0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.0041,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88109",5,42.19438,-72.555112,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",33,0.002458,0.001683,0.0105,"2013-02-15 00:00",0.006,"2013-10-31 00:00",0.0056,"2013-01-28 00:00",0.0055,"2013-03-11 00:00","","","","",0.006,0.0056,0.0053,0.0046,0.0036,0.0024,0.00065,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88110",5,42.19438,-72.555112,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.001588,0.003235,0.014,"2013-02-21 00:00",0.013,"2013-02-24 00:00",0.012,"2013-06-21 00:00",0.009,"2013-01-31 00:00","","","","",0.013,0.012,0.009,0.006,0.001,0,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88111",5,42.19438,-72.555112,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",56,0.014035,0.037355,0.366,"2013-07-18 00:00",0.0703,"2013-02-15 00:00",0.0613,"2013-06-24 00:00",0.0584,"2013-02-27 00:00","","","","",0.0703,0.0613,0.0313,0.0248,0.0156,0.00375,0.00235,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88112",5,42.19438,-72.555112,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.006441,0.022746,0.143,"2013-09-22 00:00",0.134,"2013-10-04 00:00",0.128,"2013-09-25 00:00",0.024,"2013-08-02 00:00","","","","",0.134,0.128,0.009,0.007,0.004,0.002,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88113",5,42.19438,-72.555112,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",99,0.000721,0.000205,0.0018,"2013-02-15 00:00",0.0018,"2013-07-18 00:00",0.0013,"2013-08-02 00:00",0.001,"2013-02-21 00:00","","","","",0.0018,0.0013,0.001,0.001,0.0007,0.0007,0.00055,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88114",5,42.19438,-72.555112,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",74,0.001693,0.001691,0.0117,"2013-10-01 00:00",0.0083,"2013-07-09 00:00",0.007,"2013-02-15 00:00",0.0067,"2013-01-28 00:00","","","","",0.0083,0.007,0.0059,0.0029,0.0015,0.00125,0.00065,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88115",5,42.19438,-72.555112,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",72,0.01297,0.033265,0.305,"2013-03-11 00:00",0.0813,"2013-05-04 00:00",0.08,"2013-02-21 00:00",0.077,"2013-02-15 00:00","","","","",0.0813,0.08,0.0564,0.0233,0.0084,0.00405,0.0025,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88117",5,42.19438,-72.555112,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",102,0.008213,0.012344,0.0435,"2013-02-21 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-05-19 00:00","","","","",0.0435,0.0435,0.0435,0.0435,0.00485,0.0041,0.00295,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88118",5,42.19438,-72.555112,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",102,0.009415,0.006759,0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0043,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88126",5,42.19438,-72.555112,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",2,0.034801,0.047947,0.431,"2013-07-18 00:00",0.183,"2013-06-24 00:00",0.153,"2013-02-15 00:00",0.136,"2013-07-03 00:00","","","","",0.183,0.153,0.0626,0.0528,0.0377,0.0252,0.0108,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88128",5,42.19438,-72.555112,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.001373,0.00184,0.007,"2013-01-28 00:00",0.007,"2013-02-15 00:00",0.007,"2013-08-26 00:00",0.006,"2013-10-31 00:00","","","","",0.007,0.007,0.005,0.004,0.002,0.001,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88131",5,42.19438,-72.555112,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",94,0.010005,0.004433,0.029,"2013-11-09 00:00",0.026,"2013-05-28 00:00",0.023,"2013-06-12 00:00",0.022,"2013-06-27 00:00","","","","",0.026,0.023,0.0165,0.0165,0.011,0.008,0.007,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88132",5,42.19438,-72.555112,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.000814,0.001405,0.01,"2013-07-18 00:00",0.005,"2013-02-15 00:00",0.004,"2013-02-21 00:00",0.004,"2013-05-16 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88136",5,42.19438,-72.555112,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.000657,0.001286,0.008,"2013-02-15 00:00",0.007,"2013-08-02 00:00",0.004,"2013-05-19 00:00",0.003,"2013-06-06 00:00","","","","",0.007,0.004,0.003,0.002,0.001,0,0,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88140",5,42.19438,-72.555112,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",93,0.009247,0.007935,0.051,"2013-03-11 00:00",0.049,"2013-08-20 00:00",0.046,"2013-10-16 00:00",0.031,"2013-09-28 00:00","","","","",0.049,0.046,0.023,0.009,0.009,0.009,0.0055,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88152",5,42.19438,-72.555112,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",102,0.005481,0.001472,0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-02 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.0055,0.00285,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88154",5,42.19438,-72.555112,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",100,0.001117,0.00025,0.0017,"2013-05-31 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88160",5,42.19438,-72.555112,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",99,0.012711,0.006246,0.062,"2013-03-17 00:00",0.029,"2013-07-06 00:00",0.02,"2013-07-15 00:00",0.019,"2013-02-15 00:00","","","","",0.029,0.02,0.018,0.018,0.016,0.01,0.01,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88161",5,42.19438,-72.555112,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",98,0.002921,0.003025,0.025,"2013-07-18 00:00",0.0158,"2013-07-03 00:00",0.015,"2013-06-24 00:00",0.0122,"2013-02-15 00:00","","","","",0.0158,0.015,0.00265,0.00265,0.0025,0.0025,0.0019,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88164",5,42.19438,-72.555112,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",102,0.001558,0.000255,0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-02 00:00",0.0019,"2013-03-23 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.00095,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88165",5,42.19438,-72.555112,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",27,0.044879,0.102502,0.846,"2013-07-18 00:00",0.51,"2013-06-24 00:00",0.384,"2013-07-03 00:00",0.18,"2013-02-15 00:00","","","","",0.51,0.384,0.078,0.0687,0.0366,0.024,0.006,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88166",5,42.19438,-72.555112,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",99,0.007421,0.004498,0.021,"2013-10-28 00:00",0.02,"2013-02-15 00:00",0.019,"2013-01-25 00:00",0.019,"2013-01-28 00:00","","","","",0.02,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88167",5,42.19438,-72.555112,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",35,0.00575,0.007859,0.0485,"2013-01-28 00:00",0.0485,"2013-02-15 00:00",0.0299,"2013-01-04 00:00",0.0291,"2013-10-31 00:00","","","","",0.0485,0.0299,0.0171,0.0107,0.007,0.0031,0.0013,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88168",5,42.19438,-72.555112,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",98,0.001313,0.001077,0.0107,"2013-07-03 00:00",0.0047,"2013-10-28 00:00",0.0036,"2013-04-25 00:00",0.002,"2013-07-18 00:00","","","","",0.0047,0.0036,0.00175,0.00175,0.00155,0.00115,0.00085,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88169",5,42.19438,-72.555112,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,0.518081,0.391846,2.35,"2013-02-15 00:00",1.62,"2013-05-31 00:00",1.62,"2013-08-20 00:00",1.53,"2013-07-18 00:00","","","","",1.62,1.62,1.24,0.979,0.65,0.396,0.147,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88176",5,42.19438,-72.555112,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",99,0.000966,0.000286,0.0024,"2013-10-13 00:00",0.0017,"2013-05-22 00:00",0.0017,"2013-06-24 00:00",0.00135,"2013-02-15 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.001,0.0009,0.0007,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88180",5,42.19438,-72.555112,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",1,0.052851,0.047046,0.274,"2013-01-28 00:00",0.244,"2013-10-31 00:00",0.222,"2013-02-15 00:00",0.194,"2013-07-06 00:00","","","","",0.244,0.222,0.161,0.0897,0.059,0.042,0.017,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88184",5,42.19438,-72.555112,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",63,0.054157,0.062321,0.436,"2013-03-11 00:00",0.29,"2013-02-21 00:00",0.189,"2013-08-20 00:00",0.175,"2013-09-28 00:00","","","","",0.29,0.189,0.165,0.13,0.068,0.027,0.0155,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88185",5,42.19438,-72.555112,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",99,0.003058,0.00337,0.0131,"2013-04-28 00:00",0.012,"2013-02-15 00:00",0.0118,"2013-08-17 00:00",0.0115,"2013-01-25 00:00","","","","",0.012,0.0118,0.0115,0.0115,0.0023,0.00165,0.0014,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88301",5,42.19438,-72.555112,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,"","","Certification not required",8,0.357872,0.41186,2.76,"2013-02-15 00:00",1.43,"2013-01-04 00:00",1.24,"2013-02-03 00:00",1.23,"2013-02-06 00:00","","","","",1.43,1.24,1.11,0.861,0.501,0.221,0.023,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88302",5,42.19438,-72.555112,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,"","","Certification not required",5,0.069726,0.068908,0.533,"2013-03-11 00:00",0.22,"2013-05-07 00:00",0.21,"2013-06-30 00:00",0.2,"2013-02-21 00:00","","","","",0.22,0.21,0.193,0.146,0.089,0.05,0.0167,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88303",5,42.19438,-72.555112,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,"","","Certification not required",29,0.037311,0.037606,0.211,"2013-01-28 00:00",0.202,"2013-10-31 00:00",0.183,"2013-01-04 00:00",0.121,"2013-01-07 00:00","","","","",0.202,0.183,0.111,0.072,0.044,0.0283,0.012,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88306",5,42.19438,-72.555112,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,"","","Certification not required",0,0.622743,0.989013,8.41,"2013-02-15 00:00",3.05,"2013-01-28 00:00",2.92,"2013-01-04 00:00",2.9,"2013-02-06 00:00","","","","",3.05,2.92,2.4,1.03,0.632,0.354,0.139,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88355",5,42.19438,-72.555112,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,1.774789,0.91507,4.52,"2013-10-31 00:00",4.35,"2013-05-31 00:00",4.01,"2013-06-21 00:00",3.91,"2013-07-18 00:00","","","","",4.52,4.35,3.91,2.85,2.24,1.57,0.715,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88357",5,42.19438,-72.555112,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.199408,0.139485,0.925,"2013-10-31 00:00",0.545,"2013-09-19 00:00",0.453,"2013-10-16 00:00",0.444,"2013-09-07 00:00","","","","",0.925,0.545,0.444,0.323,0.272,0.166,0.068,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88370",5,42.19438,-72.555112,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,1.620366,0.799567,3.86,"2013-05-31 00:00",3.79,"2013-10-31 00:00",3.7,"2013-06-21 00:00",3.52,"2013-07-18 00:00","","","","",3.86,3.79,3.52,2.6,2.01,1.48,0.698,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88374",5,42.19438,-72.555112,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",2,0.125592,0.110733,0.503,"2013-10-31 00:00",0.458,"2013-05-31 00:00",0.38,"2013-07-21 00:00",0.367,"2013-07-18 00:00","","","","",0.503,0.458,0.367,0.276,0.185,0.082,0.031,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88375",5,42.19438,-72.555112,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.411282,0.223091,1.1,"2013-05-31 00:00",1.08,"2013-07-18 00:00",1.03,"2013-06-21 00:00",0.895,"2013-08-20 00:00","","","","",1.1,1.08,0.895,0.688,0.496,0.369,0.151,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88376",5,42.19438,-72.555112,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.496127,0.230738,1.17,"2013-10-31 00:00",1.06,"2013-06-21 00:00",0.985,"2013-08-20 00:00",0.932,"2013-06-15 00:00","","","","",1.17,1.06,0.932,0.807,0.623,0.474,0.235,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88377",5,42.19438,-72.555112,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.291423,0.16331,0.921,"2013-10-31 00:00",0.793,"2013-05-31 00:00",0.762,"2013-06-21 00:00",0.721,"2013-07-18 00:00","","","","",0.921,0.793,0.721,0.418,0.365,0.282,0.138,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88378",5,42.19438,-72.555112,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.296141,0.14915,0.71,"2013-05-31 00:00",0.665,"2013-06-27 00:00",0.649,"2013-08-20 00:00",0.585,"2013-06-21 00:00","","","","",0.71,0.665,0.585,0.504,0.381,0.27,0.113,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88380",5,42.19438,-72.555112,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.353451,0.254634,1.66,"2013-10-31 00:00",0.87,"2013-09-19 00:00",0.766,"2013-05-31 00:00",0.741,"2013-08-20 00:00","","","","",1.66,0.87,0.741,0.646,0.465,0.293,0.108,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88383",5,42.19438,-72.555112,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.599099,0.344923,2.01,"2013-10-31 00:00",1.42,"2013-05-31 00:00",1.34,"2013-08-20 00:00",1.23,"2013-06-27 00:00","","","","",2.01,1.42,1.23,1.04,0.747,0.546,0.221,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88384",5,42.19438,-72.555112,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",1,0.050275,0.026047,0.14,"2013-06-27 00:00",0.121,"2013-06-18 00:00",0.113,"2013-10-04 00:00",0.103,"2013-09-19 00:00","","","","",0.14,0.121,0.103,0.077,0.0593,0.048,0.022,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88385",5,42.19438,-72.555112,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",70,0.001065,0.000544,0.00558,"2013-07-03 00:00",0.001,"2013-03-08 00:00",0.001,"2013-03-14 00:00",0.001,"2013-03-17 00:00","","","","",0.00558,0.001,0.001,0.001,0.001,0.001,0.001,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88388",5,42.19438,-72.555112,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,16,"","","Certification not required",0,0.450169,0.260104,1.21,"2013-05-31 00:00",1.15,"2013-06-27 00:00",1.11,"2013-10-31 00:00",1.09,"2013-08-20 00:00","","","","",1.21,1.15,1.09,0.816,0.551,0.4,0.142,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88403",5,42.19438,-72.555112,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,3,"","","Certification not required",0,1.249899,0.889237,4.6,"2013-02-15 00:00",3.82,"2013-08-20 00:00",3.7,"2013-07-18 00:00",3.67,"2013-05-31 00:00","","","","",3.82,3.7,2.8,2.42,1.62,1.08,0.38,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0008","88502",5,42.19438,-72.555112,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,2,"","","Certification not required",0,7.463725,5.921463,46.1,"2013-02-15 00:00",27.1,"2013-07-18 00:00",19.8,"2013-01-28 00:00",18.5,"2013-05-31 00:00","","","","",27.1,19.8,16.6,13.2,8.6,5.9,2.9,"WESTOVER AFB","ANDERSON RD AFB","Massachusetts","Hampden","Chicopee","Springfield, MA","2014-02-13" +"25","013","0016","42101",1,42.108992,-72.590803,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7388,84,329,365,0,628,0,0,"Certification not required",7113,0.266682,0.095882,1.7,"2013-01-09 07:00",1.5,"2013-01-09 01:00",1.5,"2013-01-09 08:00",1.5,"2013-02-11 16:00","","","","",0.8,0.6,0.25,0.25,0.25,0.25,0.25,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42101",1,42.108992,-72.590803,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7843,90,322,365,0,0,0,0,"Certification not required",0,0.312916,0.073132,1.3,"2013-01-09 05:00",1.3,"2013-01-09 06:00",1.3,"2013-01-09 07:00",1.3,"2013-01-09 08:00",1.3,"2013-01-09 05:00",1.1,"2013-01-09 10:00",0.7,0.6,0.3,0.3,0.3,0.3,0.3,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42401",1,42.108992,-72.590803,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7694,88,328,365,0,322,0,"","Certification not required",0,2.410366,2.837961,37.7,"2013-08-02 13:00",27.4,"2013-01-03 12:00",16.3,"2013-01-04 09:00",11,"2013-04-22 06:00","","","","",11,7,4.8,3.9,2.7,2,0.8,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42401",1,42.108992,-72.590803,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7694,88,328,365,0,322,"","","Certification not required",0,1.317585,1.120273,37.7,"2013-08-02 13:00",27.4,"2013-01-03 12:00",19.8,"2013-01-03 08:00",19.6,"2013-01-03 13:00","","","","",4,3.4,2.7,2.3,1.8,1.4,0.1,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42401",1,42.108992,-72.590803,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",328,90,328,365,0,0,0,"","Certification not required",0,1.318902,0.832708,6.4,"2013-01-03 00:00",3.9,"2013-11-15 00:00",3.8,"2013-01-09 00:00",3.7,"2013-01-04 00:00","","","","",3.7,3.3,2.6,2.1,1.8,1.5,0.3,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42401",1,42.108992,-72.590803,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2469,85,325,365,0,0,"",0,"Certification not required",0,1.285865,0.971981,19.4,"2013-01-03 14:00",9.7,"2013-01-03 08:00",7.7,"2013-01-04 08:00",7.5,"2013-01-04 11:00","","","","",3.8,3.4,2.7,2.2,1.8,1.4,0.1,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42406",1,42.108992,-72.590803,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7691,88,328,365,0,325,"","","Certification not required",0,1.631283,1.490046,40.6,"2013-01-03 08:00",38.6,"2013-01-03 11:00",34.2,"2013-01-03 12:00",30.6,"2013-01-21 13:00","","","","",5.2,4.1,3.3,2.7,2.1,1.6,0.3,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42601",1,42.108992,-72.590803,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7453,85,315,365,0,563,"","","Certification not required",0,8.889977,18.392723,335,"2013-01-09 07:00",262,"2013-02-10 19:00",247,"2013-01-09 08:00",241,"2013-01-09 01:00","","","","",97,68,36,20,8,3,1,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42602",1,42.108992,-72.590803,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7453,85,315,365,0,563,0,"","Certification not required",0,24.91746,8.794152,62,"2013-02-10 19:00",53,"2013-01-09 08:00",52,"2013-03-27 06:00",51,"2013-02-11 05:00","","","","",51,44,40,36,30,24,14,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42602",1,42.108992,-72.590803,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7453,85,315,365,0,563,"","","Certification not required",0,13.081041,8.618978,62,"2013-02-10 19:00",59,"2013-02-10 23:00",53,"2013-01-09 08:00",53,"2013-02-10 20:00","","","","",40,36,31,25,17,11,4,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","42603",1,42.108992,-72.590803,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7453,85,315,365,0,563,"","","Certification not required",0,21.639474,24.660334,385,"2013-01-09 07:00",324,"2013-02-10 19:00",299,"2013-01-09 08:00",282,"2013-01-09 01:00","","","","",128,98,63,45,25,14,5,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-27" +"25","013","0016","68101",1,42.108992,-72.590803,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",112,100,56,61,0,0,"","","Certification not required",15,0.265625,0.132718,0.5,"2013-05-31 00:00",0.5,"2013-06-24 00:00",0.5,"2013-07-06 00:00",0.5,"2013-07-09 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68102",1,42.108992,-72.590803,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",112,100,56,61,0,0,"","","Certification not required",0,23.899107,0.009449,23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00",23.9,"2013-01-10 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68103",1,42.108992,-72.590803,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,7.166964,9.994146,25.9,"2013-07-18 00:00",25.7,"2013-07-06 00:00",24.2,"2013-07-15 00:00",23.5,"2013-07-03 00:00","","","","",25.7,24.2,22.8,20.6,15.4,8.3,-5.9,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68104",1,42.108992,-72.590803,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,18.121429,11.408148,37.3,"2013-07-18 00:00",37.2,"2013-05-31 00:00",36.3,"2013-06-24 00:00",36.3,"2013-07-15 00:00","","","","",37.2,36.3,33.1,30.7,28.1,19.3,1.8,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68105",1,42.108992,-72.590803,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,56,61,0,0,"","","Certification not required",0,12.482143,10.362338,31.5,"2013-07-18 00:00",30.4,"2013-07-15 00:00",30.1,"2013-07-06 00:00",28.5,"2013-05-31 00:00","","","","",30.4,30.1,27.5,24.8,21.7,14.2,-1.8,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68106",1,42.108992,-72.590803,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,756.107143,5.763128,772,"2013-04-22 00:00",769,"2013-11-30 00:00",768,"2013-10-13 00:00",768,"2013-11-21 00:00","","","","",769,768,765,763,760,756,749,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68107",1,42.108992,-72.590803,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,762.767857,5.412668,780,"2013-11-30 00:00",777,"2013-04-22 00:00",776,"2013-11-21 00:00",773,"2013-01-10 00:00","","","","",777,776,771,769,767,763,756,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68108",1,42.108992,-72.590803,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,56,61,0,0,"","","Certification not required",0,759.410714,5.558134,776,"2013-11-30 00:00",774,"2013-04-22 00:00",773,"2013-11-21 00:00",770,"2013-05-01 00:00","","","","",774,773,768,766,763,760,753,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","68109",1,42.108992,-72.590803,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",112,100,56,61,0,0,"","","Certification not required",0,1439.848214,1.058725,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","84313",1,42.108992,-72.590803,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE22ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8347,95,347,365,0,53,"","","Certification not required",1465,0.826467,0.8357,17.5,"2013-07-04 09:00",8.36,"2013-01-09 07:00",8.21,"2013-02-10 19:00",6.8,"2013-11-15 07:00","","","","",4.11,3.19,2.36,1.82,1.11,0.59,0.1,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","88101",1,42.108992,-72.590803,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,7.883036,4.249322,23.9,"2013-02-15 00:00",21,"2013-10-31 00:00",18.7,"2013-05-31 00:00",17.9,"2013-01-04 00:00","","","","",21,18.7,16.1,13.3,10,6.8,3.3,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","88101",1,42.108992,-72.590803,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,"","","Certification not required",0,7.883036,4.249322,23.9,"2013-02-15 00:00",21,"2013-10-31 00:00",18.7,"2013-05-31 00:00",17.9,"2013-01-04 00:00","","","","",21,18.7,16.1,13.3,10,6.8,3.3,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","0016","88502",3,42.108992,-72.590803,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8485,97,352,365,0,275,"","","Certification not required",0,9.116606,7.412036,65.9,"2013-01-09 08:00",60.4,"2013-10-31 10:00",59.7,"2013-01-09 11:00",58.4,"2013-01-09 07:00","","","","",35,30.4,23.7,18.9,12.2,7.2,1.9,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-02-12" +"25","013","0016","88502",3,42.108992,-72.590803,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,9.075568,6.028321,39.3,"2013-01-09 00:00",32.3,"2013-02-11 00:00",31.9,"2013-10-31 00:00",29.4,"2013-12-20 00:00","","","","",29.4,26.7,20.5,17.2,11.9,7.4,3.2,"LIBERTY ST PARKING LOT","LIBERTY STREET","Massachusetts","Hampden","Springfield","Springfield, MA","2014-02-12" +"25","013","2009","68101",1,42.105792,-72.597133,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",108,89,108,122,0,4,"","","Certification not required",100,0.065741,0.060623,0.4,"2013-11-30 00:00",0.3,"2013-04-13 00:00",0.3,"2013-04-16 00:00",0.3,"2013-04-19 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68102",1,42.105792,-72.597133,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",108,89,108,122,0,4,"","","Certification not required",0,23.999074,0.009623,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68103",1,42.105792,-72.597133,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,4,"","","Certification not required",0,6.714815,9.116462,23.4,"2013-07-06 00:00",22.3,"2013-07-15 00:00",22,"2013-07-03 00:00",21.6,"2013-07-21 00:00","","","","",22.3,22,21,19.1,14.1,7.1,-5.6,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68104",1,42.105792,-72.597133,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,4,"","","Certification not required",0,17.615741,10.709618,36.3,"2013-05-31 00:00",35.5,"2013-06-24 00:00",35.3,"2013-07-15 00:00",33.7,"2013-07-06 00:00","","","","",35.5,35.3,32,29.9,27,19.6,2.4,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68105",1,42.105792,-72.597133,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,4,"","","Certification not required",0,11.896296,9.528089,28.9,"2013-07-15 00:00",28.7,"2013-07-06 00:00",27.1,"2013-05-31 00:00",26.5,"2013-07-03 00:00","","","","",28.7,27.1,26,23.4,20.2,13.6,-1.3,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68106",1,42.105792,-72.597133,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,4,"","","Certification not required",0,756.12963,5.168366,772,"2013-04-22 00:00",769,"2013-11-30 00:00",768,"2013-11-21 00:00",767,"2013-05-01 00:00","","","","",769,768,764,763,760,756,749,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68107",1,42.105792,-72.597133,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,4,"","","Certification not required",0,762.759259,5.158915,780,"2013-11-30 00:00",778,"2013-04-22 00:00",776,"2013-11-21 00:00",773,"2013-01-10 00:00","","","","",778,776,771,769,766,763,756,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68108",1,42.105792,-72.597133,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,4,"","","Certification not required",0,759.416667,5.22418,776,"2013-11-30 00:00",775,"2013-04-22 00:00",773,"2013-11-21 00:00",770,"2013-05-01 00:00","","","","",775,773,767,766,762,760,753,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","68109",1,42.105792,-72.597133,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",108,89,108,122,0,4,"","","Certification not required",0,1439.87963,0.793874,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","81102",4,42.105792,-72.597133,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,5,0,0,"Certification not required",1,13.730769,5.618999,29,"2013-01-28 00:00",29,"2013-02-15 00:00",24,"2013-08-20 00:00",23,"2013-10-01 00:00","","","","",29,29,24,20,18,13,7,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-02-04" +"25","013","2009","85101",4,42.105792,-72.597133,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,5,"","","Certification not required",1,13.846154,5.87245,31,"2013-01-28 00:00",31,"2013-02-15 00:00",23,"2013-08-20 00:00",23,"2013-10-01 00:00","","","","",31,31,23,20,18,13,7,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","85129",1,42.105792,-72.597133,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",48,79,45,61,0,0,0,0,"Certification not required",0,0.003208,0.002501,0.008,"2013-05-16 00:00",0.008,"2013-08-26 00:00",0.008,"2013-09-19 00:00",0.008,"2013-10-01 00:00","","","","",0.008,0.008,0.008,0.007,0.005,0.003,0,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-02-12" +"25","013","2009","88101",1,42.105792,-72.597133,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,4,0,0,"Certification not required",0,7.448148,4.187241,22.8,"2013-10-31 00:00",21.4,"2013-02-15 00:00",18.7,"2013-05-31 00:00",16.7,"2013-01-04 00:00","","","","",21.4,18.7,15.5,13.3,9.8,6.5,3.2,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","013","2009","88101",1,42.105792,-72.597133,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,4,"","","Certification not required",0,7.448148,4.187241,22.8,"2013-10-31 00:00",21.4,"2013-02-15 00:00",18.7,"2013-05-31 00:00",16.7,"2013-01-04 00:00","","","","",21.4,18.7,15.5,13.3,9.8,6.5,3.2,"Union News/Republican Springfield","1860 MAIN ST(Union News/Republican)","Massachusetts","Hampden","Springfield","Springfield, MA","2014-01-30" +"25","015","0103","44201",1,42.400579,-72.523109,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6536,98,180,183,0,245,0,0,"Certification not required",464,0.042444,0.011791,0.088,"2013-06-01 17:00",0.077,"2013-06-22 19:00",0.073,"2013-05-31 20:00",0.072,"2013-09-11 19:00","","","","",0.077,0.072,0.061,0.058,0.051,0.045,0.037,"AMHERST","N PLEASANT ST","Massachusetts","Hampshire","North Amherst","Springfield, MA","2014-01-27" +"25","015","0103","44201",1,42.400579,-72.523109,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6698,98,179,183,0,0,0,0,"Certification not required",0,0.037575,0.010631,0.067,"2013-04-28 12:00",0.063,"2013-06-01 12:00",0.06,"2013-06-22 13:00",0.059,"2013-04-30 11:00","","","","",0.063,0.059,0.056,0.052,0.046,0.042,0.033,"AMHERST","N PLEASANT ST","Massachusetts","Hampshire","North Amherst","Springfield, MA","2014-01-27" +"25","015","0103","44201",1,42.400579,-72.523109,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6698,98,179,183,0,0,0,0,"Certification not required",0,0.037575,0.010631,0.067,"2013-04-28 12:00",0.063,"2013-06-01 12:00",0.06,"2013-06-22 13:00",0.059,"2013-04-30 11:00","","","","",0.063,0.059,0.056,0.052,0.046,0.042,0.033,"AMHERST","N PLEASANT ST","Massachusetts","Hampshire","North Amherst","Springfield, MA","2014-01-27" +"25","015","4002","42401",1,42.298493,-72.334079,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7802,89,332,365,0,214,0,"","Certification not required",0,0.968675,1.058806,8,"2013-10-30 05:00",7.4,"2013-01-09 01:00",6.7,"2013-08-16 07:00",5.2,"2013-01-01 00:00","","","","",5.2,4.7,2.9,2,1.1,0.7,0.2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42401",1,42.298493,-72.334079,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7802,89,332,365,0,214,"","","Certification not required",0,0.519354,0.535464,8,"2013-10-30 05:00",7.4,"2013-01-09 01:00",7.3,"2013-01-09 00:00",6.7,"2013-08-16 07:00","","","","",2.5,2.1,1.3,1,0.7,0.5,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42401",1,42.298493,-72.334079,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",332,91,332,365,0,0,0,"","Certification not required",0,0.521988,0.454748,3,"2013-01-09 00:00",2.3,"2013-01-04 00:00",2.3,"2013-01-08 00:00",2.2,"2013-01-06 00:00","","","","",2.2,2.1,1.4,1,0.7,0.5,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42401",1,42.298493,-72.334079,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2513,86,329,365,0,0,"",0,"Certification not required",0,0.489375,0.505498,6,"2013-01-09 02:00",4.7,"2013-01-01 02:00",4.3,"2013-01-01 05:00",4.1,"2013-08-16 08:00","","","","",2.5,2,1.3,0.9,0.7,0.4,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42406",1,42.298493,-72.334079,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7794,89,332,365,0,222,"","","Certification not required",0,0.678881,0.664723,12.9,"2013-08-16 07:00",11.4,"2013-10-30 05:00",10.5,"2013-01-09 00:00",9,"2013-01-09 01:00","","","","",3.1,2.4,1.6,1.2,0.9,0.6,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42600",2,42.298493,-72.334079,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4129,47,178,365,0,1007,"","","Certification not required",0,3.063357,3.3867,37.8,"2013-11-16 04:00",37.2,"2013-11-15 23:00",36.8,"2013-11-16 03:00",36.8,"2013-11-22 19:00","","","","",17.2,12.7,7.8,6.1,3.8,2.1,0.8,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42601",1,42.298493,-72.334079,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7436,85,315,365,0,579,"","","Certification not required",0,2.074637,2.755823,21,"2013-10-14 22:00",21,"2013-10-15 07:00",21,"2013-10-15 08:00",21,"2013-10-15 12:00","","","","",20,16,4,3,2,2,1,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42601",2,42.298493,-72.334079,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4129,47,178,365,0,1007,"","","Certification not required",0,0.332526,0.360583,8.1,"2013-11-22 19:00",5.4,"2013-11-22 14:00",4.7,"2013-11-22 13:00",4,"2013-11-15 09:00","","","","",1.9,1.2,0.7,0.5,0.4,0.3,0.1,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42602",1,42.298493,-72.334079,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,320,365,0,443,0,"","Certification not required",0,5.8625,5.387769,40,"2013-01-09 19:00",33,"2013-02-11 22:00",32,"2013-11-15 23:00",32,"2013-11-16 04:00","","","","",32,26,16,11,7,4,2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42602",1,42.298493,-72.334079,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,320,365,0,443,"","","Certification not required",0,2.912969,3.106817,40,"2013-01-09 19:00",39,"2013-01-09 18:00",39,"2013-01-09 20:00",33,"2013-01-09 05:00","","","","",16,12,8,5,3,2,1,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","42602",2,42.298493,-72.334079,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",4129,47,178,365,0,536,0,"","Certification not required",0,6.208989,5.59644,37.5,"2013-11-16 04:00",37,"2013-11-15 23:00",29.1,"2013-11-22 19:00",28.4,"2013-11-26 00:00","","","","",37,28.4,13.6,10.5,7.1,5,1.7,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-02-10" +"25","015","4002","42602",2,42.298493,-72.334079,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",4129,47,178,365,0,536,"","","Certification not required",0,2.848341,3.249087,37.5,"2013-11-16 04:00",37,"2013-11-15 23:00",36.5,"2013-11-16 03:00",35.4,"2013-11-16 00:00","","","","",16.7,12,7.5,5.7,3.6,1.9,0.7,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-02-10" +"25","015","4002","42603",1,42.298493,-72.334079,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7572,86,320,365,0,443,"","","Certification not required",0,4.705362,4.509162,55,"2013-01-09 19:00",49,"2013-01-09 20:00",48,"2013-01-09 18:00",42,"2013-02-11 22:00","","","","",25,21,13,8,5,3,2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","44201",1,42.298493,-72.334079,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7543,96,175,183,0,473,0,0,"Certification not required",19,0.04676,0.012974,0.113,"2013-05-31 18:00",0.093,"2013-06-01 17:00",0.086,"2013-06-23 17:00",0.082,"2013-06-22 18:00","","","","",0.093,0.082,0.065,0.062,0.053,0.046,0.041,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","44201",1,42.298493,-72.334079,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7712,96,175,183,0,0,0,0,"Certification not required",0,0.042034,0.010832,0.075,"2013-05-31 13:00",0.073,"2013-06-01 11:00",0.069,"2013-04-28 13:00",0.069,"2013-06-22 13:00","","","","",0.073,0.069,0.061,0.057,0.048,0.043,0.038,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","44201",1,42.298493,-72.334079,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7712,96,175,183,0,0,0,0,"Certification not required",0,0.042034,0.010832,0.075,"2013-05-31 13:00",0.073,"2013-06-01 11:00",0.069,"2013-04-28 13:00",0.069,"2013-06-22 13:00","","","","",0.073,0.069,0.061,0.057,0.048,0.043,0.038,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","61101",1,42.298493,-72.334079,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",5952,68,234,365,0,2064,"","","Certification not required",0,5.39622,2.761541,19,"2013-01-10 03:00",17.6,"2013-01-10 01:00",16.8,"2013-01-31 13:00",16.7,"2013-01-10 02:00","","","","",13.7,12.9,11.1,9.4,6.7,4.8,2.5,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","61102",1,42.298493,-72.334079,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7965,91,331,365,0,51,"","","Certification not required",0,214.881481,92.444501,360,"2013-01-10 23:00",360,"2013-03-08 01:00",360,"2013-03-08 21:00",360,"2013-03-09 15:00","","","","",354,349,335,311,282,232,51,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","62101",1,42.298493,-72.334079,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5972,68,235,365,0,2044,"","","Certification not required",0,46.237441,18.485866,91,"2013-05-31 14:00",91,"2013-05-31 15:00",89,"2013-05-21 12:00",89,"2013-05-21 13:00","","","","",82,80,75,71,62,44,23,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","62201",1,42.298493,-72.334079,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5972,68,235,365,0,2044,"","","Certification not required",0,65.046885,20.245143,95,"2013-05-23 15:00",95,"2013-05-23 16:00",95,"2013-05-23 17:00",95,"2013-05-23 18:00","","","","",95,94,93,91,84,65,37,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","63301",1,42.298493,-72.334079,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8015,91,334,365,0,1,"","","Certification not required",3893,0.175253,0.256552,1.03,"2013-06-09 11:00",1.02,"2013-05-06 11:00",1.02,"2013-05-27 11:00",1.01,"2013-05-05 11:00","","","","",0.94,0.89,0.77,0.6,0.28,0.01,0.005,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","64101",1,42.298493,-72.334079,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8015,91,334,365,0,1,"","","Certification not required",0,978.35995,7.522552,1001,"2013-04-22 09:00",1001,"2013-11-30 07:00",1001,"2013-11-30 08:00",1001,"2013-11-30 09:00","","","","",996,993,991,988,984,979,968,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","65102",1,42.298493,-72.334079,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8015,91,334,365,0,1,"","","Certification not required",0,0.005407,0.039874,1.71,"2013-08-09 12:00",1.27,"2013-09-12 19:00",1.09,"2013-07-01 11:00",0.79,"2013-07-23 08:00","","","","",0.13,0.08,0.02,0,0,0,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-27" +"25","015","4002","81102",4,42.298493,-72.334079,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,0,0,0,"Certification not required",6,8.636364,4.628269,23,"2013-05-16 00:00",21,"2013-02-15 00:00",19,"2013-08-20 00:00",14,"2013-01-04 00:00","","","","",23,21,19,13,11,8,2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-02-04" +"25","015","4002","85101",2,42.298493,-72.334079,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",0,6.211564,3.689388,16.789,"2013-05-16 00:00",16.5905,"2013-02-15 00:00",11.6334,"2013-05-10 00:00",11.2022,"2013-03-11 00:00","","","","",16.789,16.789,11.6334,11.157,8.3788,5.6669,2.5121,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","85101",3,42.298493,-72.334079,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.775414,3.448163,18.3775,"2013-05-31 00:00",14.7239,"2013-02-15 00:00",10.6475,"2013-05-16 00:00",10.0502,"2013-03-11 00:00","","","","",18.3775,14.7239,10.6475,9.6686,7.7275,4.8409,2.3075,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","85101",4,42.298493,-72.334079,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,"","","Certification not required",8,8.196429,4.629627,22,"2013-02-15 00:00",22,"2013-05-16 00:00",18,"2013-08-20 00:00",15,"2013-01-04 00:00","","","","",22,22,18,13,11,8,2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-30" +"25","015","4002","86502",1,42.298493,-72.334079,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.607843,1.524184,6,"2013-05-07 00:00",6,"2013-05-16 00:00",4,"2013-02-12 00:00",4,"2013-03-11 00:00","","","","",6,6,4,4,3,1,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","86502",2,42.298493,-72.334079,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",0,2.361702,2.362989,12,"2013-05-16 00:00",8,"2013-05-10 00:00",6,"2013-01-01 00:00",5,"2013-03-11 00:00","","","","",12,12,6,5,4,1,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88101",3,42.298493,-72.334079,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4073,46,175,365,0,343,"","","Certification not required",0,8.531721,6.716728,46.4,"2013-07-17 21:00",44.3,"2013-09-11 17:00",43,"2013-10-27 21:00",40.8,"2013-09-11 18:00","","","","",30.1,26.2,21.4,17.3,11.4,7.5,1.4,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-02-12" +"25","015","4002","88101",3,42.298493,-72.334079,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",169,46,169,365,0,0,0,0,"Certification not required",0,8.490533,4.464973,23.2,"2013-09-11 00:00",22.1,"2013-08-21 00:00",21.6,"2013-08-22 00:00",19.4,"2013-07-19 00:00","","","","",22.1,19.4,17.7,15,10.4,7.7,3.2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-02-12" +"25","015","4002","88101",3,42.298493,-72.334079,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",169,46,169,365,0,0,"","","Certification not required",0,8.490533,4.464973,23.2,"2013-09-11 00:00",22.1,"2013-08-21 00:00",21.6,"2013-08-22 00:00",19.4,"2013-07-19 00:00","","","","",22.1,19.4,17.7,15,10.4,7.7,3.2,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-02-12" +"25","015","4002","88103",1,42.298493,-72.334079,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000176,0.000385,0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-02-03 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88104",1,42.298493,-72.334079,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.01449,0.01274,0.0512,"2013-05-01 00:00",0.0492,"2013-04-28 00:00",0.0412,"2013-04-25 00:00",0.0404,"2013-05-16 00:00","","","","",0.0512,0.0492,0.0412,0.0343,0.0192,0.0101,0.004,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88109",1,42.298493,-72.334079,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001733,0.001087,0.005,"2013-05-31 00:00",0.004,"2013-03-11 00:00",0.004,"2013-04-28 00:00",0.0036,"2013-02-15 00:00","","","","",0.005,0.004,0.004,0.0034,0.0022,0.0015,0.0005,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88111",1,42.298493,-72.334079,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.014698,0.009871,0.037,"2013-03-11 00:00",0.0355,"2013-05-31 00:00",0.035,"2013-05-16 00:00",0.0335,"2013-04-04 00:00","","","","",0.037,0.0355,0.035,0.0312,0.0219,0.0119,0.004,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88112",1,42.298493,-72.334079,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-04 00:00",0.001,"2013-02-15 00:00",0,"2013-01-01 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88114",1,42.298493,-72.334079,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.000578,0.000578,0.0032,"2013-02-15 00:00",0.002,"2013-05-31 00:00",0.0018,"2013-01-19 00:00",0.0014,"2013-01-04 00:00","","","","",0.0032,0.002,0.0018,0.0012,0.0007,0.0004,0.00015,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88115",1,42.298493,-72.334079,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.025468,0.081118,0.5406,"2013-03-11 00:00",0.1515,"2013-05-04 00:00",0.1213,"2013-01-31 00:00",0.1205,"2013-05-07 00:00","","","","",0.5406,0.1515,0.1213,0.049,0.0064,0.0012,0.00015,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88126",1,42.298493,-72.334079,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.017257,0.014602,0.0654,"2013-02-15 00:00",0.0621,"2013-05-31 00:00",0.0412,"2013-04-04 00:00",0.0405,"2013-04-28 00:00","","","","",0.0654,0.0621,0.0412,0.0373,0.0238,0.013,0.005,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88128",1,42.298493,-72.334079,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001176,0.001053,0.004,"2013-04-28 00:00",0.003,"2013-01-04 00:00",0.003,"2013-01-07 00:00",0.003,"2013-02-03 00:00","","","","",0.004,0.003,0.003,0.003,0.002,0.001,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88132",1,42.298493,-72.334079,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000588,0.000572,0.002,"2013-02-15 00:00",0.002,"2013-05-31 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88136",1,42.298493,-72.334079,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000337,0.002,"2013-02-15 00:00",0.001,"2013-01-19 00:00",0.001,"2013-04-28 00:00",0,"2013-01-01 00:00","","","","",0.002,0.001,0.001,0,0,0,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88140",1,42.298493,-72.334079,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.012516,0.016673,0.0879,"2013-03-11 00:00",0.0534,"2013-04-22 00:00",0.0454,"2013-05-07 00:00",0.0443,"2013-04-19 00:00","","","","",0.0879,0.0534,0.0454,0.0383,0.0155,0.0073,0.00105,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88152",1,42.298493,-72.334079,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.001242,0.00221,0.0104,"2013-05-31 00:00",0.0084,"2013-02-15 00:00",0.0081,"2013-05-22 00:00",0.0045,"2013-02-06 00:00","","","","",0.0104,0.0084,0.0081,0.003,0.0011,0.0002,0.0001,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88154",1,42.298493,-72.334079,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.000235,0.0002,0.0009,"2013-02-15 00:00",0.0007,"2013-01-01 00:00",0.0007,"2013-05-31 00:00",0.0006,"2013-01-04 00:00","","","","",0.0009,0.0007,0.0007,0.0006,0.0003,0.0001,0.0001,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88161",1,42.298493,-72.334079,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.001253,0.001013,0.004,"2013-05-31 00:00",0.0038,"2013-04-28 00:00",0.0032,"2013-05-01 00:00",0.0031,"2013-04-22 00:00","","","","",0.004,0.0038,0.0032,0.0027,0.0017,0.001,0.0003,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88164",1,42.298493,-72.334079,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.000227,0.000218,0.0011,"2013-02-15 00:00",0.0008,"2013-01-19 00:00",0.0008,"2013-05-31 00:00",0.0007,"2013-04-28 00:00","","","","",0.0011,0.0008,0.0008,0.0004,0.0003,0.0002,5e-05,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88165",1,42.298493,-72.334079,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.030103,0.029286,0.1014,"2013-05-31 00:00",0.0995,"2013-05-01 00:00",0.0922,"2013-04-04 00:00",0.0914,"2013-04-28 00:00","","","","",0.1014,0.0995,0.0922,0.0838,0.0387,0.0181,0.004,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88167",1,42.298493,-72.334079,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.004031,0.003626,0.0186,"2013-02-15 00:00",0.0135,"2013-01-19 00:00",0.0117,"2013-01-28 00:00",0.0115,"2013-01-04 00:00","","","","",0.0186,0.0135,0.0117,0.0092,0.0044,0.0029,0.0012,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88168",1,42.298493,-72.334079,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.000224,0.000159,0.0007,"2013-03-11 00:00",0.0007,"2013-04-22 00:00",0.0006,"2013-04-07 00:00",0.0005,"2013-05-31 00:00","","","","",0.0007,0.0007,0.0006,0.0004,0.0003,0.0002,0.0001,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88169",1,42.298493,-72.334079,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.353261,0.254112,1.3984,"2013-05-31 00:00",1.0354,"2013-02-15 00:00",0.7356,"2013-01-07 00:00",0.7229,"2013-01-04 00:00","","","","",1.3984,1.0354,0.7356,0.626,0.4574,0.3128,0.1377,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88176",1,42.298493,-72.334079,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000155,5.6e-05,0.0004,"2013-01-16 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-05-01 00:00","","","","",0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,0.0001,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88180",1,42.298493,-72.334079,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.030322,0.017961,0.0893,"2013-01-28 00:00",0.0681,"2013-02-06 00:00",0.0659,"2013-01-04 00:00",0.0657,"2013-02-15 00:00","","","","",0.0893,0.0681,0.0659,0.0554,0.0426,0.0251,0.0132,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88184",1,42.298493,-72.334079,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.076086,0.10877,0.6506,"2013-03-11 00:00",0.2685,"2013-05-04 00:00",0.2346,"2013-05-07 00:00",0.2315,"2013-04-22 00:00","","","","",0.6506,0.2685,0.2346,0.2203,0.0895,0.0419,0.0019,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88185",1,42.298493,-72.334079,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000692,0.000297,0.0018,"2013-05-04 00:00",0.0017,"2013-01-25 00:00",0.0015,"2013-01-04 00:00",0.0014,"2013-04-22 00:00","","","","",0.0018,0.0017,0.0015,0.0008,0.00065,0.00065,0.0004,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88203",1,42.298493,-72.334079,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.079667,0.154292,1.0011,"2013-03-11 00:00",0.2803,"2013-04-19 00:00",0.2581,"2013-05-04 00:00",0.2575,"2013-04-22 00:00","","","","",1.0011,0.2803,0.2581,0.2389,0.0553,0.0207,0.00895,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88306",1,42.298493,-72.334079,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.500504,0.649704,3.9667,"2013-02-15 00:00",1.7005,"2013-01-04 00:00",1.5443,"2013-01-28 00:00",1.519,"2013-02-06 00:00","","","","",3.9667,1.7005,1.5443,1.2263,0.5888,0.2624,0.0732,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88320",1,42.298493,-72.334079,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.677059,0.54268,2.98,"2013-05-31 00:00",1.87,"2013-02-15 00:00",1.62,"2013-01-28 00:00",1.47,"2013-01-04 00:00","","","","",2.98,1.87,1.62,1.43,0.9,0.47,0.24,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88321",1,42.298493,-72.334079,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.143529,0.120712,0.59,"2013-02-15 00:00",0.43,"2013-05-31 00:00",0.38,"2013-01-28 00:00",0.35,"2013-01-04 00:00","","","","",0.59,0.43,0.38,0.32,0.2,0.11,0.04,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88324",1,42.298493,-72.334079,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.025431,0.019887,0.1091,"2013-02-15 00:00",0.1042,"2013-05-31 00:00",0.0616,"2013-01-19 00:00",0.0581,"2013-02-03 00:00","","","","",0.1091,0.1042,0.0616,0.0391,0.03015,0.01635,0.0102,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88325",1,42.298493,-72.334079,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.141961,0.150611,0.9221,"2013-05-31 00:00",0.437,"2013-02-15 00:00",0.3309,"2013-01-04 00:00",0.329,"2013-05-22 00:00","","","","",0.9221,0.437,0.3309,0.3077,0.1997,0.0936,0.0331,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88326",1,42.298493,-72.334079,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.181012,0.135016,0.5388,"2013-05-31 00:00",0.5183,"2013-02-15 00:00",0.466,"2013-01-28 00:00",0.4306,"2013-05-28 00:00","","","","",0.5388,0.5183,0.466,0.3843,0.26,0.1215,0.0388,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88327",1,42.298493,-72.334079,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.155717,0.129889,0.6483,"2013-05-31 00:00",0.5635,"2013-02-15 00:00",0.3888,"2013-01-07 00:00",0.3667,"2013-01-04 00:00","","","","",0.6483,0.5635,0.3888,0.341,0.1784,0.104,0.0545,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88328",1,42.298493,-72.334079,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.179835,0.138627,0.7617,"2013-05-31 00:00",0.4581,"2013-01-28 00:00",0.439,"2013-01-04 00:00",0.404,"2013-05-22 00:00","","","","",0.7617,0.4581,0.439,0.339,0.2533,0.1541,0.0507,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88329",1,42.298493,-72.334079,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.291814,0.239799,1.159,"2013-05-31 00:00",0.8044,"2013-01-28 00:00",0.798,"2013-02-15 00:00",0.7535,"2013-01-04 00:00","","","","",1.159,0.8044,0.798,0.6329,0.4024,0.2291,0.0808,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88330",1,42.298493,-72.334079,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.031398,0.016392,0.0677,"2013-05-22 00:00",0.0658,"2013-04-01 00:00",0.0645,"2013-05-10 00:00",0.0598,"2013-03-02 00:00","","","","",0.0677,0.0658,0.0645,0.0488,0.0429,0.0316,0.0083,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88331",1,42.298493,-72.334079,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000215,0.000646,0.004,"2013-02-12 00:00",0.002,"2013-05-22 00:00",0.001,"2013-04-13 00:00",0.001,"2013-04-16 00:00","","","","",0.004,0.002,0.001,0.0003,0.0001,5e-05,0,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88338",1,42.298493,-72.334079,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.018487,0.014624,0.1092,"2013-01-07 00:00",0.0438,"2013-05-25 00:00",0.0338,"2013-05-22 00:00",0.0321,"2013-01-01 00:00","","","","",0.1092,0.0438,0.0338,0.02415,0.0228,0.01485,0.01025,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88339",1,42.298493,-72.334079,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.457172,1.0482,5.76836,"2013-05-31 00:00",4.27082,"2013-02-15 00:00",3.03439,"2013-01-07 00:00",2.982,"2013-01-04 00:00","","","","",5.76836,4.27082,3.03439,2.58213,1.88686,1.29018,0.5681,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88344",1,42.298493,-72.334079,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.645627,0.838113,5.117,"2013-02-15 00:00",2.1936,"2013-01-04 00:00",1.9921,"2013-01-28 00:00",1.9595,"2013-02-06 00:00","","","","",5.117,2.1936,1.9921,1.5819,0.7596,0.3385,0.0944,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88348",1,42.298493,-72.334079,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.174639,0.146511,0.5402,"2013-05-31 00:00",0.5025,"2013-05-01 00:00",0.487,"2013-04-28 00:00",0.4641,"2013-05-16 00:00","","","","",0.5402,0.5025,0.487,0.4202,0.2174,0.1293,0.0405,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88350",1,42.298493,-72.334079,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.21889,0.975703,5.3552,"2013-05-31 00:00",3.3746,"2013-02-15 00:00",2.9209,"2013-01-28 00:00",2.6411,"2013-01-04 00:00","","","","",5.3552,3.3746,2.9209,2.5817,1.6173,0.8501,0.4309,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88403",1,42.298493,-72.334079,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.039041,0.761083,4.204,"2013-05-31 00:00",3.1278,"2013-02-15 00:00",2.2886,"2013-01-04 00:00",2.1564,"2013-01-07 00:00","","","","",4.204,3.1278,2.2886,1.7998,1.2947,0.8908,0.4202,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88502",1,42.298493,-72.334079,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.584314,2.736887,14.8,"2013-05-31 00:00",12.5,"2013-02-15 00:00",8.1,"2013-01-04 00:00",7,"2013-01-28 00:00","","","","",14.8,12.5,8.1,6.4,4.3,3,1.4,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2014-01-28" +"25","015","4002","88502",3,42.298493,-72.334079,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4256,98,178,181,0,88,"","","Certification not required",0,8.565907,6.791794,54,"2013-05-31 18:00",50.8,"2013-06-25 08:00",50.6,"2013-01-11 14:00",43.3,"2013-01-09 15:00","","","","",29.1,25.3,21.2,18,11.6,7.5,1.1,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2013-11-13" +"25","015","4002","88502",3,42.298493,-72.334079,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",178,98,178,181,0,0,"","","Certification not required",0,8.551124,4.205394,25.1,"2013-01-09 00:00",23,"2013-02-15 00:00",22.7,"2013-05-31 00:00",20.7,"2013-06-01 00:00","","","","",23,20.7,16.6,13.8,10.5,8.1,3.7,"QUABBIN RES","QUABBIN SUMMIT","Massachusetts","Hampshire","Ware (census name for Ware Center)","Springfield, MA","2013-11-13" +"25","017","0009","44201",1,42.62668,-71.362068,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",7781,96,176,183,0,235,0,0,"Certification not required",562,0.047477,0.01171,0.082,"2013-07-19 19:00",0.081,"2013-05-31 21:00",0.079,"2013-09-11 19:00",0.072,"2013-04-29 13:00","","","","",0.081,0.072,0.07,0.065,0.055,0.047,0.042,"USEPA REGION 1 LAB","11 TECHNOLOGY DRIVE, EPA NEW ENGLAND REGIONAL LABORATORY","Massachusetts","Middlesex","Chelmsford (Chelmsford Center)","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","017","0009","44201",1,42.62668,-71.362068,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7825,95,174,183,0,0,0,0,"Certification not required",0,0.042626,0.010758,0.071,"2013-07-19 16:00",0.071,"2013-09-11 13:00",0.067,"2013-04-29 09:00",0.067,"2013-05-31 16:00","","","","",0.071,0.067,0.065,0.055,0.05,0.044,0.039,"USEPA REGION 1 LAB","11 TECHNOLOGY DRIVE, EPA NEW ENGLAND REGIONAL LABORATORY","Massachusetts","Middlesex","Chelmsford (Chelmsford Center)","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","017","0009","44201",1,42.62668,-71.362068,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7825,95,174,183,0,0,0,0,"Certification not required",0,0.042626,0.010758,0.071,"2013-07-19 16:00",0.071,"2013-09-11 13:00",0.067,"2013-04-29 09:00",0.067,"2013-05-31 16:00","","","","",0.071,0.067,0.065,0.055,0.05,0.044,0.039,"USEPA REGION 1 LAB","11 TECHNOLOGY DRIVE, EPA NEW ENGLAND REGIONAL LABORATORY","Massachusetts","Middlesex","Chelmsford (Chelmsford Center)","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","019","0001","12128",1,41.260556,-70.058333,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Requested but not yet concurred",0,0.00638,0.007997,0.0206,"2013-01-28 00:00",0.0042,"2013-01-22 00:00",0.0029,"2013-01-16 00:00",0.0023,"2013-01-10 00:00","","","","",0.0206,0.0206,0.0206,0.0206,0.0042,0.0029,0.0019,"NANTUCKET MEMORIAL AIRPORT","14 AIRPORT ROAD","Massachusetts","Nantucket","","","2013-09-19" +"25","019","0001","12128",2,41.260556,-70.058333,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",4,7,4,61,0,2,"","","Requested but not yet concurred",0,0.003375,0.001382,0.0048,"2013-01-04 00:00",0.0043,"2013-01-22 00:00",0.0024,"2013-01-10 00:00",0.002,"2013-02-03 00:00","","","","",0.0048,0.0048,0.0048,0.0048,0.0048,0.0043,0.002,"NANTUCKET MEMORIAL AIRPORT","14 AIRPORT ROAD","Massachusetts","Nantucket","","","2013-09-19" +"25","021","3003","42601",1,42.211774,-71.11397,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5779,66,247,365,0,821,"","","Certification not required",0,0.413912,1.506299,32,"2013-10-10 08:00",30,"2013-10-04 10:00",28,"2013-11-21 10:00",24,"2013-10-29 08:00","","","","",6,4,2,1,0,0,0,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","42602",1,42.211774,-71.11397,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5779,66,247,365,0,821,0,"","Certification not required",0,8.51417,5.203071,27,"2013-03-21 07:00",27,"2013-10-16 06:00",27,"2013-11-22 16:00",26,"2013-10-01 01:00","","","","",27,26,20,16,10,7,4,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","42602",1,42.211774,-71.11397,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5779,66,247,365,0,821,"","","Certification not required",0,3.618792,3.14139,27,"2013-03-21 07:00",27,"2013-10-16 06:00",27,"2013-11-22 16:00",26,"2013-10-01 01:00","","","","",18,14,9,7,4,3,1,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","42603",1,42.211774,-71.11397,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5779,66,247,365,0,821,"","","Certification not required",0,3.594047,4.340629,51,"2013-10-10 08:00",50,"2013-10-04 10:00",48,"2013-11-21 10:00",43,"2013-10-29 08:00","","","","",22,17,12,8,4,2,0,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","44201",1,42.211774,-71.11397,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6458,98,180,183,0,230,0,0,"Certification not required",16,0.047794,0.012682,0.101,"2013-07-19 17:00",0.09,"2013-05-31 19:00",0.088,"2013-06-25 18:00",0.076,"2013-04-28 05:00","","","","",0.09,0.076,0.071,0.062,0.054,0.048,0.042,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","44201",1,42.211774,-71.11397,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6545,97,178,183,0,0,0,0,"Certification not required",0,0.043163,0.011347,0.075,"2013-07-19 12:00",0.074,"2013-05-31 13:00",0.072,"2013-09-11 11:00",0.071,"2013-06-25 12:00","","","","",0.074,0.071,0.066,0.058,0.05,0.044,0.039,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","44201",1,42.211774,-71.11397,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6545,97,178,183,0,0,0,0,"Certification not required",0,0.043163,0.011347,0.075,"2013-07-19 12:00",0.074,"2013-05-31 13:00",0.072,"2013-09-11 11:00",0.071,"2013-06-25 12:00","","","","",0.074,0.071,0.066,0.058,0.05,0.044,0.039,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","61101",1,42.211774,-71.11397,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7892,90,330,365,0,124,"","","Certification not required",0,4.312899,2.127661,18.1,"2013-01-31 01:00",17.4,"2013-05-23 22:00",16.3,"2013-11-01 08:00",16,"2013-05-23 23:00","","","","",11.5,10,8.2,7.1,5.4,3.9,2.1,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","61102",1,42.211774,-71.11397,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7892,90,330,365,0,124,"","","Certification not required",0,216.415991,108.421226,360,"2013-02-03 13:00",360,"2013-02-03 20:00",360,"2013-04-21 07:00",360,"2013-04-25 20:00","","","","",356,352,344,337,326,228,36,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","62101",1,42.211774,-71.11397,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8013,91,334,365,0,3,"","","Certification not required",0,52.083489,17.984847,95,"2013-07-19 13:00",95,"2013-07-19 14:00",95,"2013-07-19 15:00",93,"2013-05-31 12:00","","","","",89,84,79,75,66,53,28,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","62201",1,42.211774,-71.11397,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8013,91,334,365,0,3,"","","Certification not required",0,68.110695,20.138428,96,"2013-04-19 07:00",96,"2013-05-20 04:00",96,"2013-05-20 05:00",96,"2013-05-20 06:00","","","","",95,95,95,94,87,69,40,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","63301",1,42.211774,-71.11397,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4919,56,204,365,0,3097,"","","Certification not required",2369,0.242695,0.356196,1.4,"2013-06-15 11:00",1.38,"2013-06-05 12:00",1.36,"2013-06-15 10:00",1.36,"2013-06-15 12:00","","","","",1.24,1.19,1.06,0.87,0.4,0.02,0.005,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","64101",1,42.211774,-71.11397,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8013,91,334,365,0,3,"","","Certification not required",0,993.202047,7.759344,1016,"2013-04-22 06:00",1016,"2013-04-22 07:00",1016,"2013-04-22 08:00",1016,"2013-04-22 09:00","","","","",1012,1008,1005,1003,999,993,983,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","021","3003","88101",3,42.211774,-71.11397,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4341,50,183,365,0,75,"","","Certification not required",0,5.877402,5.454054,36.1,"2013-07-20 06:00",35.9,"2013-07-19 17:00",35.6,"2013-07-20 02:00",33.2,"2013-07-19 18:00","","","","",23.7,19.8,15.8,12.4,8.7,5.3,-0.1,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","021","3003","88101",3,42.211774,-71.11397,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,0,0,"Certification not required",0,5.830939,4.462552,24.6,"2013-07-20 00:00",23.7,"2013-07-19 00:00",17.2,"2013-07-18 00:00",16.9,"2013-07-17 00:00","","","","",23.7,16.9,13.2,11.7,8.1,5.7,0.8,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","021","3003","88101",3,42.211774,-71.11397,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,"","","Certification not required",0,5.830939,4.462552,24.6,"2013-07-20 00:00",23.7,"2013-07-19 00:00",17.2,"2013-07-18 00:00",16.9,"2013-07-17 00:00","","","","",23.7,16.9,13.2,11.7,8.1,5.7,0.8,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","021","3003","88502",3,42.211774,-71.11397,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4267,98,178,181,0,77,"","","Certification not required",0,5.656082,4.408644,26.7,"2013-01-07 01:00",26.2,"2013-01-29 16:00",25.9,"2013-01-09 18:00",25.7,"2013-01-09 15:00","","","","",20.7,17.8,13.8,11.2,7.7,5.1,0.9,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2013-11-13" +"25","021","3003","88502",3,42.211774,-71.11397,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",178,98,178,181,0,0,"","","Certification not required",0,5.62191,3.449248,20.9,"2013-01-09 00:00",16.6,"2013-05-31 00:00",16.5,"2013-01-29 00:00",15.9,"2013-06-24 00:00","","","","",16.6,15.9,14,9.6,6.8,5.1,2.1,"BLUE HILL OBSERVATORY","695 HILLSIDE ST Blue Hill Observatory","Massachusetts","Norfolk","Milton","Boston-Cambridge-Quincy, MA-NH","2013-11-13" +"25","023","0004","68101",1,42.081936,-71.014739,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",105,100,55,61,0,8,"","","Certification not required",9,0.422381,0.189125,1,"2013-01-07 00:00",0.7,"2013-05-25 00:00",0.7,"2013-08-14 00:00",0.7,"2013-09-07 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.4,0.1,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68101",2,42.081936,-71.014739,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",98,100,51,61,0,14,"","","Certification not required",0,0.593878,0.095049,0.8,"2013-05-31 00:00",0.7,"2013-03-11 00:00",0.7,"2013-04-25 00:00",0.7,"2013-04-28 00:00","","","","",0.8,0.7,0.7,0.7,0.7,0.6,0.5,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68102",1,42.081936,-71.014739,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",105,100,55,61,0,8,"","","Certification not required",0,23.998095,0.013735,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68102",2,42.081936,-71.014739,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",98,100,51,61,0,14,"","","Certification not required",0,24.020408,0.04298,24.1,"2013-01-07 00:00",24.1,"2013-02-24 00:00",24.1,"2013-03-02 00:00",24.1,"2013-05-19 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68103",1,42.081936,-71.014739,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",105,100,55,61,0,8,"","","Certification not required",0,7.061905,8.870114,23.6,"2013-07-18 00:00",23.1,"2013-07-06 00:00",22.6,"2013-07-15 00:00",21.1,"2013-09-01 00:00","","","","",23.1,22.6,20.7,18.3,14.8,7.2,-4.1,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68103",2,42.081936,-71.014739,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",98,100,51,61,0,14,"","","Certification not required",0,7.008163,8.849226,23.5,"2013-07-18 00:00",23,"2013-07-06 00:00",22.4,"2013-07-15 00:00",21,"2013-09-01 00:00","","","","",23.5,23,20.8,18.3,14.6,7.1,-4.4,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68104",1,42.081936,-71.014739,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",105,100,55,61,0,8,"","","Certification not required",0,18.245714,9.821758,35.3,"2013-06-24 00:00",34.9,"2013-07-15 00:00",34.7,"2013-05-31 00:00",34.7,"2013-07-06 00:00","","","","",34.9,34.7,32.1,29.2,26.7,19.9,4.1,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68104",2,42.081936,-71.014739,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",98,100,51,61,0,14,"","","Certification not required",0,18.288776,9.708896,35.1,"2013-06-24 00:00",35.1,"2013-07-15 00:00",34.3,"2013-05-31 00:00",34.2,"2013-07-06 00:00","","","","",35.1,35.1,34.2,29.1,26.7,20,3.8,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68105",1,42.081936,-71.014739,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",105,100,55,61,0,8,"","","Certification not required",0,12.613333,9.05118,28.8,"2013-07-06 00:00",28.4,"2013-07-15 00:00",28.4,"2013-07-18 00:00",27.1,"2013-05-31 00:00","","","","",28.4,28.4,25.5,23.1,20.4,13.3,0.4,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68105",2,42.081936,-71.014739,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",98,100,51,61,0,14,"","","Certification not required",0,12.509184,9.110785,28.6,"2013-07-06 00:00",28.4,"2013-07-15 00:00",28.3,"2013-07-18 00:00",26.9,"2013-05-31 00:00","","","","",28.6,28.4,26.9,23,20.3,13.3,-0.2,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68106",1,42.081936,-71.014739,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,55,61,0,8,"","","Certification not required",0,754.466667,5.493119,768,"2013-11-30 00:00",767,"2013-11-21 00:00",766,"2013-05-01 00:00",766,"2013-10-13 00:00","","","","",767,766,763,761,758,754,748,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68106",2,42.081936,-71.014739,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,100,51,61,0,14,"","","Certification not required",0,754.581633,5.403175,768,"2013-11-30 00:00",766,"2013-05-01 00:00",766,"2013-10-13 00:00",766,"2013-11-21 00:00","","","","",768,766,764,762,758,754,749,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68107",1,42.081936,-71.014739,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,55,61,0,8,"","","Certification not required",0,760.761905,5.233994,778,"2013-11-30 00:00",774,"2013-11-21 00:00",771,"2013-01-10 00:00",771,"2013-11-06 00:00","","","","",774,771,769,767,764,761,754,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68107",2,42.081936,-71.014739,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,100,51,61,0,14,"","","Certification not required",0,760.795918,5.230677,777,"2013-11-30 00:00",774,"2013-11-21 00:00",771,"2013-01-10 00:00",771,"2013-02-06 00:00","","","","",777,774,771,768,764,760,754,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68108",1,42.081936,-71.014739,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,55,61,0,8,"","","Certification not required",0,757.552381,5.438433,775,"2013-11-30 00:00",771,"2013-11-21 00:00",769,"2013-05-01 00:00",768,"2013-10-13 00:00","","","","",771,769,766,764,761,757,750,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68108",2,42.081936,-71.014739,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,100,51,61,0,14,"","","Certification not required",0,757.693878,5.233532,774,"2013-11-30 00:00",771,"2013-11-21 00:00",768,"2013-05-01 00:00",767,"2013-10-13 00:00","","","","",774,771,765,764,761,758,751,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68109",1,42.081936,-71.014739,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",105,100,55,61,0,8,"","","Certification not required",0,1439.72381,0.860403,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","68109",2,42.081936,-71.014739,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",98,100,51,61,0,14,"","","Certification not required",0,1439.77551,0.780307,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","88101",1,42.081936,-71.014739,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,8,0,0,"Certification not required",0,6.597143,3.464031,18.9,"2013-05-31 00:00",16.9,"2013-07-18 00:00",16.7,"2013-01-07 00:00",16.2,"2013-02-15 00:00","","","","",16.9,16.7,14.3,11.3,7.9,5.9,3.2,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","88101",1,42.081936,-71.014739,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,8,"","","Certification not required",0,6.597143,3.464031,18.9,"2013-05-31 00:00",16.9,"2013-07-18 00:00",16.7,"2013-01-07 00:00",16.2,"2013-02-15 00:00","","","","",16.9,16.7,14.3,11.3,7.9,5.9,3.2,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","88101",2,42.081936,-71.014739,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,14,0,0,"Certification not required",0,6.67449,3.296681,19.2,"2013-05-31 00:00",16.4,"2013-07-18 00:00",15.6,"2013-06-24 00:00",14.6,"2013-01-04 00:00","","","","",19.2,16.4,13.9,10.7,8,6.2,3.5,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0004","88101",2,42.081936,-71.014739,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,14,"","","Certification not required",0,6.67449,3.296681,19.2,"2013-05-31 00:00",16.4,"2013-07-18 00:00",15.6,"2013-06-24 00:00",14.6,"2013-01-04 00:00","","","","",19.2,16.4,13.9,10.7,8,6.2,3.5,"BROCKTON POST OFFICE","COMMERCIAL ST","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","023","0005","68101",1,42.065106,-71.012129,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",21,68,21,31,0,0,"","","Certification not required",1,0.292857,0.120712,0.4,"2013-10-01 00:00",0.4,"2013-10-10 00:00",0.4,"2013-10-13 00:00",0.4,"2013-10-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.3,0.1,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68102",1,42.065106,-71.012129,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",21,68,21,31,0,0,"","","Certification not required",0,24,0,24,"2013-10-01 00:00",24,"2013-10-04 00:00",24,"2013-10-07 00:00",24,"2013-10-10 00:00","","","","",24,24,24,24,24,24,24,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68103",1,42.065106,-71.012129,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,0,"","","Certification not required",0,3.095238,5.325455,15.4,"2013-10-07 00:00",10.1,"2013-11-18 00:00",8.8,"2013-10-04 00:00",8.4,"2013-10-10 00:00","","","","",15.4,15.4,10.1,8.8,6.4,4,-2.9,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68104",1,42.065106,-71.012129,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,0,"","","Certification not required",0,16.495238,5.44495,26.2,"2013-10-07 00:00",25.5,"2013-10-01 00:00",22.2,"2013-10-22 00:00",20.2,"2013-11-18 00:00","","","","",26.2,26.2,25.5,22.2,19.1,17.4,10.9,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68105",1,42.065106,-71.012129,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,0,"","","Certification not required",0,10.095238,5.370333,21.1,"2013-10-07 00:00",16,"2013-11-18 00:00",15.5,"2013-10-01 00:00",14.1,"2013-10-04 00:00","","","","",21.1,21.1,16,15.5,13.4,11.3,3.8,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68106",1,42.065106,-71.012129,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,0,"","","Certification not required",0,756.952381,8.297447,771,"2013-11-30 00:00",769,"2013-11-21 00:00",768,"2013-10-13 00:00",763,"2013-10-10 00:00","","","","",771,771,769,768,761,757,748,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68107",1,42.065106,-71.012129,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,0,"","","Certification not required",0,765.857143,6.035609,780,"2013-11-30 00:00",776,"2013-11-21 00:00",774,"2013-11-06 00:00",772,"2013-10-13 00:00","","","","",780,780,776,774,769,765,760,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68108",1,42.065106,-71.012129,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,0,"","","Certification not required",0,761.190476,7.871588,777,"2013-11-30 00:00",774,"2013-11-21 00:00",770,"2013-10-13 00:00",768,"2013-11-06 00:00","","","","",777,777,774,770,764,761,750,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","68109",1,42.065106,-71.012129,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",21,68,21,31,0,0,"","","Certification not required",0,1439.952381,0.218218,1440,"2013-10-01 00:00",1440,"2013-10-04 00:00",1440,"2013-10-07 00:00",1440,"2013-10-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","88101",1,42.065106,-71.012129,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",21,17,21,122,0,0,0,0,"Certification not required",0,6.104762,3.267488,16.5,"2013-10-31 00:00",10.7,"2013-11-15 00:00",8.4,"2013-10-04 00:00",8.4,"2013-11-21 00:00","","","","",16.5,16.5,10.7,8.4,7.2,5.7,3,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","88101",1,42.065106,-71.012129,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",21,17,21,122,0,0,"","","Certification not required",0,6.104762,3.267488,16.5,"2013-10-31 00:00",10.7,"2013-11-15 00:00",8.4,"2013-10-04 00:00",8.4,"2013-11-21 00:00","","","","",16.5,16.5,10.7,8.4,7.2,5.7,3,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","023","0005","88502",3,42.065106,-71.012129,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2638,97,110,113,0,74,"","","Certification not required",0,7.746323,6.365816,50.5,"2013-11-17 05:00",43.8,"2013-11-17 02:00",42.2,"2013-11-17 03:00",39.2,"2013-11-17 04:00","","","","",29.5,25.1,19.3,15.7,11,6.5,1.3,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","023","0005","88502",3,42.065106,-71.012129,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",110,97,110,113,0,0,"","","Certification not required",0,7.636364,4.527748,21.9,"2013-10-31 00:00",20,"2013-11-17 00:00",19.1,"2013-12-05 00:00",18.6,"2013-10-30 00:00","","","","",20,19.1,17.5,14,10.1,7,2.8,"Brockton Buckley","170 Clinton Street(Buckley)","Massachusetts","Plymouth","Brockton","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0002","42101",1,42.348873,-71.097163,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7454,85,331,365,0,562,0,0,"Certification not required",6167,0.305494,0.130148,1.5,"2013-01-06 00:00",1.3,"2013-01-06 01:00",1.2,"2013-01-09 08:00",1.1,"2013-01-09 06:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42101",1,42.348873,-71.097163,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7842,90,321,365,0,0,0,0,"Certification not required",0,0.339237,0.097145,1,"2013-11-17 07:00",1,"2013-11-17 08:00",0.9,"2013-01-09 10:00",0.9,"2013-01-09 11:00",1,"2013-11-17 07:00",0.9,"2013-01-09 10:00",0.7,0.7,0.6,0.5,0.3,0.3,0.3,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42401",1,42.348873,-71.097163,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7622,87,327,365,0,394,0,"","Certification not required",0,1.965138,2.229462,16.3,"2013-01-05 23:00",15.5,"2013-01-06 01:00",12.2,"2013-01-09 10:00",11.6,"2013-03-31 06:00","","","","",11.6,9.2,6.6,3.9,2.3,1.3,0.4,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42401",1,42.348873,-71.097163,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7622,87,327,365,0,394,"","","Certification not required",0,0.887549,1.153336,16.3,"2013-01-05 23:00",15.5,"2013-01-06 01:00",13.3,"2013-01-06 02:00",13.1,"2013-01-06 00:00","","","","",5.8,4.6,2.7,1.9,1.1,0.6,0,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42401",1,42.348873,-71.097163,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",327,90,327,365,0,0,0,"","Certification not required",0,0.897248,0.914786,7.1,"2013-01-09 00:00",6,"2013-01-06 00:00",4.5,"2013-01-04 00:00",3.9,"2013-01-05 00:00","","","","",3.9,3.7,2.9,1.8,1.2,0.7,0.1,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42401",1,42.348873,-71.097163,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2435,83,317,365,0,0,"",0,"Certification not required",0,0.859055,1.120099,13.9,"2013-01-06 02:00",11.3,"2013-01-05 23:00",10.8,"2013-01-09 08:00",10.5,"2013-01-09 11:00","","","","",5.8,4.5,2.7,1.8,1,0.6,0,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42406",1,42.348873,-71.097163,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7615,87,327,365,0,401,"","","Certification not required",0,1.122114,1.480498,38.9,"2013-06-25 03:00",18.2,"2013-01-05 23:00",17.4,"2013-01-05 22:00",17.4,"2013-01-06 01:00","","","","",7.3,5.6,3.4,2.4,1.3,0.8,0.1,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42601",1,42.348873,-71.097163,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7232,83,305,365,0,784,"","","Certification not required",0,11.227046,13.932742,244,"2013-10-30 22:00",229,"2013-10-31 00:00",224,"2013-10-31 07:00",197,"2013-10-31 06:00","","","","",64,48,31,22,13,8,2,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42602",1,42.348873,-71.097163,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7232,83,305,365,0,784,0,"","Certification not required",0,28.652459,9.094381,56,"2013-09-19 17:00",54,"2013-09-20 16:00",49,"2013-02-11 07:00",49,"2013-04-30 06:00","","","","",49,48,44,41,34,28,17,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42602",1,42.348873,-71.097163,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7232,83,305,365,0,784,"","","Certification not required",0,17.455476,8.412127,56,"2013-09-19 17:00",55,"2013-09-19 18:00",55,"2013-09-19 19:00",54,"2013-09-20 16:00","","","","",41,38,33,29,22,16,8,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","42603",1,42.348873,-71.097163,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7232,83,305,365,0,784,"","","Certification not required",0,28.651963,20.204681,284,"2013-10-30 22:00",261,"2013-10-31 00:00",257,"2013-10-31 07:00",228,"2013-01-09 09:00","","","","",100,83,63,50,35,24,11,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0002","68101",1,42.348873,-71.097163,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",107,100,56,61,0,5,"","","Certification not required",9,0.414486,0.179886,0.7,"2013-06-18 00:00",0.7,"2013-11-06 00:00",0.6,"2013-01-13 00:00",0.6,"2013-01-19 00:00","","","","",0.7,0.6,0.6,0.6,0.6,0.5,0.1,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68102",1,42.348873,-71.097163,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",107,100,56,61,0,5,"","","Certification not required",0,24.025234,0.04575,24.1,"2013-04-28 00:00",24.1,"2013-05-16 00:00",24.1,"2013-06-27 00:00",24.1,"2013-06-30 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68103",1,42.348873,-71.097163,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,100,56,61,0,5,"","","Certification not required",0,11.661682,8.976885,29.3,"2013-05-31 00:00",27.6,"2013-07-18 00:00",27.5,"2013-07-06 00:00",26.2,"2013-07-15 00:00","","","","",27.6,27.5,24.2,22.3,18.8,12.1,-0.3,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68104",1,42.348873,-71.097163,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,100,56,61,0,5,"","","Certification not required",0,22.042056,9.862039,43.7,"2013-05-31 00:00",37.7,"2013-06-24 00:00",36.8,"2013-07-15 00:00",36.7,"2013-07-06 00:00","","","","",37.7,36.8,36.3,33.7,30,23,8.9,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68105",1,42.348873,-71.097163,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,100,56,61,0,5,"","","Certification not required",0,16.637383,9.16667,36.8,"2013-05-31 00:00",31.8,"2013-07-06 00:00",31.3,"2013-07-15 00:00",30.9,"2013-07-18 00:00","","","","",31.8,31.3,28.9,27.9,24.2,17.6,4.3,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68106",1,42.348873,-71.097163,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,100,56,61,0,5,"","","Certification not required",0,757.196262,5.919968,772,"2013-11-30 00:00",770,"2013-05-01 00:00",770,"2013-10-13 00:00",770,"2013-11-21 00:00","","","","",770,770,767,764,761,757,750,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68107",1,42.348873,-71.097163,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,100,56,61,0,5,"","","Certification not required",0,764.336449,5.540492,782,"2013-11-30 00:00",778,"2013-11-21 00:00",775,"2013-01-10 00:00",775,"2013-11-06 00:00","","","","",778,775,773,772,768,764,757,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68108",1,42.348873,-71.097163,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,100,56,61,0,5,"","","Certification not required",0,760.598131,5.676598,778,"2013-11-30 00:00",775,"2013-11-21 00:00",772,"2013-05-01 00:00",771,"2013-10-13 00:00","","","","",775,772,769,768,764,761,753,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","68109",1,42.348873,-71.097163,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",107,100,56,61,0,5,"","","Certification not required",0,1439.878505,0.709907,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","81102",4,42.348873,-71.097163,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",50,82,50,61,0,7,0,0,"Certification not required",0,19.38,10.283512,68,"2013-01-22 00:00",50,"2013-01-28 00:00",36,"2013-01-04 00:00",29,"2013-02-15 00:00","","","","",68,68,36,28,22,18,10,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-04" +"25","025","0002","85101",4,42.348873,-71.097163,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,7,"","","Certification not required",0,19.66,11.057567,73,"2013-01-22 00:00",53,"2013-01-28 00:00",38,"2013-01-04 00:00",30,"2013-02-15 00:00","","","","",73,73,38,29,22,18,11,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","88101",1,42.348873,-71.097163,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,0,0,"Certification not required",0,7.928972,3.6118,18.2,"2013-10-31 00:00",17.5,"2013-02-15 00:00",17.5,"2013-05-31 00:00",17.2,"2013-06-24 00:00","","","","",17.5,17.5,15,13.3,10.1,7.3,3.8,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0002","88101",1,42.348873,-71.097163,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,"","","Certification not required",0,7.928972,3.6118,18.2,"2013-10-31 00:00",17.5,"2013-02-15 00:00",17.5,"2013-05-31 00:00",17.2,"2013-06-24 00:00","","","","",17.5,17.5,15,13.3,10.1,7.3,3.8,"BOSTON KENMORE SQ","KENMORE SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68101",1,42.372122,-71.061741,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",105,100,54,61,0,6,"","","Certification not required",38,0.252381,0.184154,0.6,"2013-05-31 00:00",0.6,"2013-06-30 00:00",0.6,"2013-09-10 00:00",0.5,"2013-05-07 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68102",1,42.372122,-71.061741,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",105,100,54,61,0,6,"","","Certification not required",0,24.1,0,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68103",1,42.372122,-71.061741,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",105,100,54,61,0,6,"","","Certification not required",0,7.558095,9.291992,25.6,"2013-07-06 00:00",25.4,"2013-07-18 00:00",24.3,"2013-07-15 00:00",22.1,"2013-06-24 00:00","","","","",25.4,24.3,21.6,18.7,15.6,8,-5,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68104",1,42.372122,-71.061741,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",105,100,54,61,0,6,"","","Certification not required",0,17.751429,10.528351,36.9,"2013-05-31 00:00",36.7,"2013-06-24 00:00",35.7,"2013-07-15 00:00",34.9,"2013-07-06 00:00","","","","",36.7,35.7,33.8,31.7,25.6,18.7,3.9,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68105",1,42.372122,-71.061741,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",105,100,54,61,0,6,"","","Certification not required",0,12.479048,9.612289,29.9,"2013-07-06 00:00",29.6,"2013-05-31 00:00",28.6,"2013-07-15 00:00",28.2,"2013-07-18 00:00","","","","",29.6,28.6,26,24,20.3,13.6,-0.1,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68106",1,42.372122,-71.061741,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,54,61,0,6,"","","Certification not required",0,755.171429,5.721849,773,"2013-04-22 00:00",767,"2013-05-01 00:00",767,"2013-10-13 00:00",767,"2013-11-21 00:00","","","","",767,767,764,762,759,755,748,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68107",1,42.372122,-71.061741,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,54,61,0,6,"","","Certification not required",0,762.8,5.33926,779,"2013-04-22 00:00",776,"2013-11-21 00:00",774,"2013-01-10 00:00",773,"2013-11-06 00:00","","","","",776,774,771,770,766,763,756,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68108",1,42.372122,-71.061741,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,54,61,0,6,"","","Certification not required",0,758.933333,5.380282,776,"2013-04-22 00:00",772,"2013-11-21 00:00",770,"2013-05-01 00:00",769,"2013-10-13 00:00","","","","",772,770,767,766,762,759,752,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","68109",1,42.372122,-71.061741,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",105,100,54,61,0,6,"","","Certification not required",0,1439.857143,0.351605,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","81102",4,42.372122,-71.061741,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,3,0,0,"Certification not required",0,18.245283,8.898802,40,"2013-01-28 00:00",40,"2013-08-26 00:00",39,"2013-01-22 00:00",37,"2013-05-16 00:00","","","","",40,40,39,33,22,16,9,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-04" +"25","025","0027","85101",4,42.372122,-71.061741,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,3,"","","Certification not required",0,18.622642,9.338148,44,"2013-01-28 00:00",42,"2013-01-22 00:00",40,"2013-08-26 00:00",39,"2013-01-04 00:00","","","","",44,42,40,34,22,16,10,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","88101",1,42.372122,-71.061741,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,6,0,0,"Certification not required",0,7.810476,3.498706,19.4,"2013-02-15 00:00",19,"2013-10-31 00:00",18,"2013-05-31 00:00",16.7,"2013-06-24 00:00","","","","",19,18,14.9,13.2,9.2,7.2,4.5,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0027","88101",1,42.372122,-71.061741,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,6,"","","Certification not required",0,7.810476,3.498706,19.4,"2013-02-15 00:00",19,"2013-10-31 00:00",18,"2013-05-31 00:00",16.7,"2013-06-24 00:00","","","","",19,18,14.9,13.2,9.2,7.2,4.5,"BOSTON CITY SQUARE","ONE CITY SQ","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0040","11101",1,42.340251,-71.03835,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,33.966667,17.064153,103,"2013-05-16 00:00",74,"2013-01-28 00:00",73,"2013-05-10 00:00",63,"2013-01-22 00:00","","","","",103,74,73,60,43,30,17,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","11101",2,42.340251,-71.03835,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,0,"","","Certification not required",0,33.448276,16.379461,90,"2013-05-16 00:00",72,"2013-01-28 00:00",69,"2013-05-10 00:00",67,"2013-01-22 00:00","","","","",90,72,69,60,42,31,16,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","12403",1,42.340251,-71.03835,"WGS84","Sulfate (TSP) STP","24 HOUR","","Observed Values","HI-VOL - TURBIDIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,4.113333,1.86797,9.7,"2013-01-04 00:00",8,"2013-02-15 00:00",7.9,"2013-07-09 00:00",7.4,"2013-02-03 00:00","","","","",9.7,8,7.9,6.9,5.4,4,2,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","12403",2,42.340251,-71.03835,"WGS84","Sulfate (TSP) STP","24 HOUR","","Observed Values","HI-VOL - TURBIDIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,3.765,1.650046,8,"2013-02-15 00:00",7.8,"2013-07-09 00:00",7.1,"2013-02-03 00:00",6.8,"2013-01-28 00:00","","","","",8,7.8,7.1,6.2,4.7,3.4,1.9,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42401",1,42.340251,-71.03835,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8424,96,359,365,0,269,0,"","Certification not required",0,2.501393,2.740015,28,"2013-12-14 02:00",25,"2013-09-19 10:00",22,"2013-12-18 04:00",14,"2013-10-10 12:00","","","","",14,9,6,5,3,2,1,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42401",1,42.340251,-71.03835,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8424,96,359,365,0,269,"","","Certification not required",0,1.527659,1.109442,28,"2013-12-14 02:00",25,"2013-09-19 10:00",23,"2013-09-19 09:00",22,"2013-12-18 04:00","","","","",5,4,3,3,2,1,1,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42401",1,42.340251,-71.03835,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,1.512535,0.846705,7.1,"2013-12-14 00:00",6.5,"2013-12-18 00:00",4.5,"2013-12-13 00:00",4.2,"2013-11-15 00:00","","","","",4.2,3.9,3.2,2.6,2,1,1,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42401",1,42.340251,-71.03835,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2650,91,357,365,0,0,"",0,"Certification not required",0,1.529925,1.043062,17.6,"2013-09-19 11:00",16.3,"2013-12-14 02:00",15.6,"2013-12-18 05:00",12,"2013-12-18 08:00","","","","",5,4,3.3,2.6,2,1,1,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42601",1,42.340251,-71.03835,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8106,93,358,365,0,587,"","","Certification not required",0,5.659018,14.066246,249,"2013-10-31 00:00",249,"2013-10-31 01:00",243,"2013-01-09 07:00",227,"2013-01-09 08:00","","","","",66,48,23,12,4,1,1,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42602",1,42.340251,-71.03835,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8106,93,358,365,0,587,0,"","Certification not required",0,24.036313,11.602005,70,"2013-09-19 18:00",53,"2013-09-20 18:00",49,"2013-02-10 20:00",49,"2013-12-19 17:00","","","","",49,47,44,40,32,24,8,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42602",1,42.340251,-71.03835,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8106,93,358,365,0,587,"","","Certification not required",0,12.227733,9.53404,70,"2013-09-19 18:00",63,"2013-09-19 19:00",53,"2013-09-20 18:00",52,"2013-09-20 09:00","","","","",41,38,32,27,17,10,2,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","42603",1,42.340251,-71.03835,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8106,93,358,365,0,587,"","","Certification not required",0,16.882679,20.871929,290,"2013-10-31 00:00",288,"2013-10-31 01:00",286,"2013-01-09 07:00",262,"2013-01-09 08:00","","","","",104,80,53,37,20,10,3,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","61101",1,42.340251,-71.03835,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8670,99,361,365,0,23,"","","Certification not required",0,7.373714,3.37832,23.2,"2013-01-31 14:00",23.2,"2013-02-17 16:00",21.6,"2013-01-31 06:00",21.4,"2013-01-31 11:00","","","","",16.7,15.4,13.7,12,9.4,7,3.4,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0040","61102",1,42.340251,-71.03835,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8670,99,361,365,0,23,"","","Certification not required",0,205.496886,96.721906,360,"2013-03-25 02:00",360,"2013-03-26 10:00",360,"2013-07-31 07:00",360,"2013-08-23 21:00","","","","",354,350,335,310,278,237,65,"531A EAST FIRST STREET","531A EAST FIRST STREET","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0041","42601",1,42.317372,-70.968359,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5761,100,44,61,0,839,"","","Certification not required",0,1.1682,4.682118,123,"2013-11-21 09:00",112,"2013-11-21 10:00",69,"2013-11-21 08:00",66,"2013-10-14 08:00","","","","",21,14,5,2,1,0,0,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","42602",1,42.317372,-70.968359,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5761,66,249,365,0,839,0,"","Certification not required",0,14.60241,8.407379,46,"2013-03-31 01:00",45,"2013-03-30 23:00",43,"2013-11-21 10:00",42,"2013-05-01 04:00","","","","",43,38,31,24,19,13,5,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","42602",1,42.317372,-70.968359,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5761,66,249,365,0,839,"","","Certification not required",0,6.081583,5.68199,46,"2013-03-31 01:00",45,"2013-03-30 23:00",44,"2013-03-31 00:00",43,"2013-03-31 02:00","","","","",29,23,18,13,7,4,1,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","42603",1,42.317372,-70.968359,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5761,100,44,61,0,839,"","","Certification not required",0,7.132095,9.307166,164,"2013-11-21 09:00",155,"2013-11-21 10:00",107,"2013-11-21 08:00",96,"2013-10-14 08:00","","","","",49,36,23,15,8,4,1,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","44201",1,42.317372,-70.968359,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6685,99,182,183,0,271,0,0,"Certification not required",117,0.047802,0.013245,0.098,"2013-07-19 18:00",0.094,"2013-06-25 19:00",0.092,"2013-05-31 20:00",0.076,"2013-09-11 13:00","","","","",0.094,0.076,0.073,0.064,0.055,0.049,0.043,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","44201",1,42.317372,-70.968359,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6879,99,182,183,0,0,0,0,"Certification not required",0,0.042736,0.011468,0.077,"2013-05-31 14:00",0.076,"2013-07-19 13:00",0.072,"2013-09-11 11:00",0.071,"2013-06-25 12:00","","","","",0.076,0.071,0.062,0.057,0.051,0.046,0.038,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","44201",1,42.317372,-70.968359,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6879,99,182,183,0,0,2,2,"Certification not required",0,0.042736,0.011468,0.077,"2013-05-31 14:00",0.076,"2013-07-19 13:00",0.072,"2013-09-11 11:00",0.071,"2013-06-25 12:00","","","","",0.076,0.071,0.062,0.057,0.051,0.046,0.038,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","61101",1,42.317372,-70.968359,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7874,100,112,122,0,142,"","","Certification not required",0,6.604572,4.379793,30,"2013-02-17 17:00",29.4,"2013-02-17 16:00",27.4,"2013-02-17 14:00",27.4,"2013-02-17 18:00","","","","",21.1,19,16.1,13.1,8.4,5.3,2.4,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","61102",1,42.317372,-70.968359,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7874,100,112,122,0,142,"","","Certification not required",0,213.013335,95.971773,360,"2013-01-11 07:00",360,"2013-03-08 03:00",360,"2013-03-10 04:00",360,"2013-05-04 01:00","","","","",355,350,337,321,289,236,65,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","62101",1,42.317372,-70.968359,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7927,100,112,122,0,89,"","","Certification not required",0,53.639712,17.204427,98,"2013-07-17 12:00",97,"2013-07-17 13:00",97,"2013-07-19 12:00",97,"2013-07-19 13:00","","","","",89,86,80,75,66,55,32,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","62201",1,42.317372,-70.968359,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7927,100,112,122,0,89,"","","Certification not required",0,67.927463,16.943782,93,"2013-06-07 20:00",93,"2013-06-07 21:00",93,"2013-06-07 22:00",93,"2013-06-07 23:00","","","","",92,92,91,90,83,69,44,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","63301",1,42.317372,-70.968359,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7927,100,112,122,0,89,"","","Certification not required",3688,0.236011,0.342393,1.34,"2013-05-13 12:00",1.33,"2013-05-27 11:00",1.33,"2013-06-15 11:00",1.32,"2013-06-15 12:00","","","","",1.22,1.16,1.02,0.82,0.4,0.02,0.005,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0041","64101",1,42.317372,-70.968359,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7927,100,112,122,0,89,"","","Certification not required",0,1015.08162,8.00347,1040,"2013-04-22 08:00",1040,"2013-04-22 09:00",1040,"2013-04-22 10:00",1040,"2013-04-22 11:00","","","","",1035,1032,1028,1025,1020,1015,1005,"BOSTON LONG ISLAND","LONG ISLAND","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","12115",6,42.3295,-71.0826,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,2.4e-05,3.6e-05,0.00014,"2013-02-27 00:00",0.00011,"2013-04-10 00:00",8e-05,"2013-01-28 00:00",6e-05,"2013-01-16 00:00","","","","",0.00014,0.00014,0.00011,8e-05,4e-05,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-10-16" +"25","025","0042","12115",7,42.3295,-71.0826,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,2e-05,2.6e-05,5e-05,"2013-05-22 00:00",1e-05,"2013-01-22 00:00",0,"2013-03-17 00:00","","","","","","",5e-05,5e-05,5e-05,5e-05,5e-05,1e-05,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-10-16" +"25","025","0042","17141",6,42.3295,-71.0826,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,52.242222,25.865223,157,"2013-05-28 00:00",101,"2013-01-16 00:00",99.5,"2013-01-04 00:00",95.7,"2013-07-15 00:00","","","","",157,157,99.5,93.7,60.3,48.6,24.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17147",6,42.3295,-71.0826,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,2.791867,2.756665,17.2,"2013-07-15 00:00",6.79,"2013-05-28 00:00",6.2,"2013-09-19 00:00",6.05,"2013-07-21 00:00","","","","",17.2,17.2,6.2,5.94,3.35,2.27,0.706,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17148",6,42.3295,-71.0826,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.172533,0.296354,1.45,"2013-01-16 00:00",0.873,"2013-01-28 00:00",0.652,"2013-01-22 00:00",0.647,"2013-02-03 00:00","","","","",1.45,1.45,0.652,0.614,0.291,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17149",6,42.3295,-71.0826,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,3.335044,2.728681,16.9,"2013-07-15 00:00",6.94,"2013-09-19 00:00",6.84,"2013-05-28 00:00",6.07,"2013-07-09 00:00","","","","",16.9,16.9,6.84,5.9,4.4,3.28,0.99,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17150",6,42.3295,-71.0826,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,7.283778,5.962633,37.6,"2013-07-15 00:00",14.1,"2013-08-20 00:00",13.3,"2013-05-10 00:00",13.2,"2013-05-28 00:00","","","","",37.6,37.6,13.3,12.8,9.9,5.97,2.35,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17151",6,42.3295,-71.0826,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.223113,0.171459,0.638,"2013-08-20 00:00",0.63,"2013-08-14 00:00",0.589,"2013-08-02 00:00",0.541,"2013-09-19 00:00","","","","",0.638,0.638,0.589,0.512,0.321,0.184,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17158",6,42.3295,-71.0826,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.081493,0.059767,0.405,"2013-07-15 00:00",0.153,"2013-01-16 00:00",0.138,"2013-01-04 00:00",0.119,"2013-02-27 00:00","","","","",0.405,0.405,0.138,0.117,0.0983,0.0802,0.042,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17159",6,42.3295,-71.0826,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.109533,0.666046,4.14,"2013-07-15 00:00",2.56,"2013-05-28 00:00",2.13,"2013-08-20 00:00",1.98,"2013-05-10 00:00","","","","",4.14,4.14,2.13,1.88,1.3,1.05,0.492,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17160",6,42.3295,-71.0826,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.004933,0.015583,0.083,"2013-01-04 00:00",0.041,"2013-07-15 00:00",0.035,"2013-03-17 00:00",0.032,"2013-03-29 00:00","","","","",0.083,0.083,0.035,0.031,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17201",6,42.3295,-71.0826,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.835111,1.15189,6.29,"2013-07-15 00:00",5.83,"2013-08-20 00:00",3.08,"2013-05-10 00:00",2.98,"2013-08-02 00:00","","","","",6.29,6.29,3.08,2.8,2.44,1.47,0.848,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17204",6,42.3295,-71.0826,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,1.040667,0.584917,3.64,"2013-08-20 00:00",2.92,"2013-07-15 00:00",1.54,"2013-09-19 00:00",1.52,"2013-05-10 00:00","","","","",3.64,3.64,1.54,1.52,1.19,0.911,0.578,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17208",6,42.3295,-71.0826,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.208427,0.16558,1.17,"2013-08-20 00:00",0.385,"2013-01-04 00:00",0.372,"2013-01-28 00:00",0.346,"2013-02-21 00:00","","","","",1.17,1.17,0.372,0.314,0.244,0.159,0.103,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17211",6,42.3295,-71.0826,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.039356,0.027098,0.126,"2013-08-20 00:00",0.12,"2013-01-28 00:00",0.068,"2013-03-29 00:00",0.067,"2013-01-04 00:00","","","","",0.126,0.126,0.068,0.064,0.056,0.036,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17212",6,42.3295,-71.0826,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.01556,0.032348,0.202,"2013-08-20 00:00",0.0492,"2013-07-27 00:00",0.0405,"2013-03-05 00:00",0.0401,"2013-02-21 00:00","","","","",0.202,0.202,0.0405,0.0393,0.0277,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17215",6,42.3295,-71.0826,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.107267,0.146611,1.01,"2013-08-20 00:00",0.256,"2013-07-15 00:00",0.237,"2013-07-27 00:00",0.173,"2013-01-28 00:00","","","","",1.01,1.01,0.237,0.167,0.108,0.065,0.042,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17220",6,42.3295,-71.0826,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.236244,0.183605,1.22,"2013-08-20 00:00",0.49,"2013-01-04 00:00",0.444,"2013-01-28 00:00",0.425,"2013-02-21 00:00","","","","",1.22,1.22,0.444,0.402,0.287,0.185,0.091,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17223",6,42.3295,-71.0826,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.0678,0.059193,0.391,"2013-08-20 00:00",0.135,"2013-07-15 00:00",0.134,"2013-02-21 00:00",0.132,"2013-01-04 00:00","","","","",0.391,0.391,0.134,0.111,0.088,0.05,0.029,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17224",6,42.3295,-71.0826,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.119822,0.081598,0.543,"2013-08-20 00:00",0.224,"2013-02-21 00:00",0.223,"2013-01-04 00:00",0.205,"2013-03-05 00:00","","","","",0.543,0.543,0.223,0.204,0.145,0.095,0.051,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17231",6,42.3295,-71.0826,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.011178,0.020544,0.112,"2013-08-20 00:00",0.053,"2013-01-28 00:00",0.032,"2013-02-21 00:00",0.032,"2013-07-27 00:00","","","","",0.112,0.112,0.032,0.031,0.021,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17237",6,42.3295,-71.0826,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.117867,0.073572,0.456,"2013-08-20 00:00",0.252,"2013-01-28 00:00",0.213,"2013-03-29 00:00",0.212,"2013-02-21 00:00","","","","",0.456,0.456,0.213,0.208,0.152,0.102,0.06,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17242",6,42.3295,-71.0826,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.109622,0.118724,0.828,"2013-08-20 00:00",0.191,"2013-01-04 00:00",0.19,"2013-01-28 00:00",0.188,"2013-07-27 00:00","","","","",0.828,0.828,0.19,0.187,0.128,0.078,0.047,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","17243",6,42.3295,-71.0826,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.111538,0.085199,0.556,"2013-08-20 00:00",0.232,"2013-01-28 00:00",0.213,"2013-02-21 00:00",0.21,"2013-01-04 00:00","","","","",0.556,0.556,0.213,0.198,0.133,0.0912,0.047,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-03" +"25","025","0042","42101",1,42.3295,-71.0826,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7494,86,331,365,0,522,0,0,"Certification not required",0,0.262402,0.126574,2.073,"2013-11-16 19:00",1.872,"2013-02-10 18:00",1.569,"2013-02-10 19:00",1.532,"2013-01-09 08:00","","","","",0.766,0.619,0.474,0.383,0.291,0.234,0.163,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42101",1,42.3295,-71.0826,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7932,91,328,365,0,0,0,0,"Certification not required",0,0.263452,0.111021,1.3,"2013-10-31 00:00",1.2,"2013-10-31 01:00",1.2,"2013-10-31 02:00",1.1,"2013-01-09 10:00",1.3,"2013-10-31 00:00",1.1,"2013-01-09 10:00",0.7,0.6,0.4,0.4,0.3,0.2,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42401",1,42.3295,-71.0826,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7577,86,328,365,0,439,0,"","Certification not required",0,2.135671,1.936652,14.5,"2013-01-09 09:00",11.2,"2013-01-05 23:00",10.9,"2013-01-06 00:00",10.2,"2013-09-19 11:00","","","","",10.2,9,6.1,4.3,2.6,1.5,0.6,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42401",1,42.3295,-71.0826,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7577,86,328,365,0,439,"","","Certification not required",0,0.989943,0.95415,14.5,"2013-01-09 09:00",12.7,"2013-01-09 08:00",11.4,"2013-01-09 10:00",11.2,"2013-01-05 23:00","","","","",4.8,3.8,2.7,1.9,1.2,0.7,0.3,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42401",1,42.3295,-71.0826,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",328,90,328,365,0,0,0,"","Certification not required",0,0.987805,0.686816,5.3,"2013-01-09 00:00",4.5,"2013-01-06 00:00",3.4,"2013-11-21 00:00",3.3,"2013-02-11 00:00","","","","",3.3,3.1,2.5,1.8,1.2,0.8,0.4,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42401",1,42.3295,-71.0826,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2447,84,319,365,0,0,"",0,"Certification not required",0,0.955783,0.909879,11,"2013-01-09 11:00",9.7,"2013-01-05 23:00",9.6,"2013-01-09 08:00",9.4,"2013-01-06 02:00","","","","",4.5,3.8,2.5,1.8,1.1,0.7,0.3,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42406",1,42.3295,-71.0826,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7549,86,328,365,0,467,"","","Certification not required",0,1.243767,1.156733,15.8,"2013-01-09 08:00",15,"2013-01-09 09:00",14.5,"2013-01-09 10:00",12.8,"2013-01-05 23:00","","","","",6,4.9,3.3,2.4,1.4,0.9,0.4,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42600",2,42.3295,-71.0826,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6546,75,283,365,0,1470,"","","Certification not required",0,27.704461,21.606125,237.5,"2013-10-30 21:00",227.5,"2013-01-09 07:00",226.1,"2013-10-30 23:00",221.7,"2013-10-30 22:00","","","","",118.7,92.9,64.4,49.7,33.8,22.3,9.8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42601",1,42.3295,-71.0826,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7327,84,307,365,0,689,"","","Certification not required",0,10.64351,16.370926,255,"2013-01-09 08:00",220,"2013-10-31 05:00",210,"2013-10-31 06:00",196,"2013-01-09 09:00","","","","",84,61,35,22,12,6,2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42601",2,42.3295,-71.0826,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7320,84,316,365,0,696,"","","Certification not required",0,10.318689,14.855326,183.7,"2013-10-30 21:00",178.7,"2013-01-09 07:00",174.7,"2013-10-30 23:00",170.1,"2013-10-30 22:00","","","","",80,57.4,33.6,21.7,11.7,6,1.3,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42602",1,42.3295,-71.0826,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7327,84,307,365,0,689,0,"","Certification not required",0,29.338762,9.401149,58,"2013-02-10 20:00",57,"2013-04-25 20:00",53,"2013-05-22 15:00",52,"2013-02-11 00:00","","","","",52,50,47,41,35,29,18,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42602",1,42.3295,-71.0826,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7327,84,307,365,0,689,"","","Certification not required",0,16.929712,8.860591,58,"2013-02-10 20:00",57,"2013-04-25 20:00",55,"2013-02-10 19:00",54,"2013-02-10 18:00","","","","",43,39,34,30,22,15,7,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42602",2,42.3295,-71.0826,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6549,75,283,365,0,1467,0,"","Certification not required",0,30.89258,10.249209,58.4,"2013-04-25 20:00",55.8,"2013-10-30 19:00",55.1,"2013-02-10 20:00",54.7,"2013-05-20 17:00","","","","",55.1,53,48.6,44.2,37.7,30.5,18.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42602",2,42.3295,-71.0826,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",6549,75,283,365,0,1467,"","","Certification not required",0,17.643091,9.350499,58.4,"2013-04-25 20:00",55.8,"2013-10-30 19:00",55.1,"2013-02-10 20:00",54.9,"2013-02-10 18:00","","","","",45.1,41.8,36.5,31.1,22.5,15.6,7.6,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","42603",1,42.3295,-71.0826,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7327,84,307,365,0,689,"","","Certification not required",0,27.805787,22.909055,303,"2013-01-09 08:00",255,"2013-10-31 05:00",249,"2013-10-31 06:00",238,"2013-01-09 09:00","","","","",121,96,68,51,33,22,10,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","43000",10,42.3295,-71.0826,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,48.686885,21.68702,146.8,"2013-10-31 00:00",117.7,"2013-10-01 00:00",100.6,"2013-05-28 00:00",81.7,"2013-09-19 00:00","","","","",146.8,117.7,81.7,68.7,53.2,43.1,31.8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43000",11,42.3295,-71.0826,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,53.153333,25.534057,146.5,"2013-10-31 00:00",102.5,"2013-05-28 00:00",78.4,"2013-07-15 00:00",74.7,"2013-01-16 00:00","","","","",146.5,146.5,102.5,78.4,64.1,48.3,32.7,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43102",10,42.3295,-71.0826,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,97.119672,34.320037,225,"2013-10-31 00:00",201,"2013-10-01 00:00",171,"2013-05-28 00:00",159,"2013-09-19 00:00","","","","",225,201,159,134,108,92,61,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43102",11,42.3295,-71.0826,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,108.466667,43.102711,231,"2013-10-31 00:00",212,"2013-09-13 00:00",178,"2013-05-28 00:00",158,"2013-07-15 00:00","","","","",231,231,212,178,125,102,64,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43202",10,42.3295,-71.0826,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,13.735934,6.099588,43.678,"2013-10-31 00:00",31.366,"2013-05-28 00:00",29.004,"2013-10-01 00:00",22.676,"2013-05-04 00:00","","","","",43.678,31.366,22.676,20.358,15.244,12.06,9.264,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43202",11,42.3295,-71.0826,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,15.001933,7.746591,43.5,"2013-10-31 00:00",31.85,"2013-05-28 00:00",23.206,"2013-01-04 00:00",22.498,"2013-05-04 00:00","","","","",43.5,43.5,31.85,23.206,17.784,12.986,8.39,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43203",10,42.3295,-71.0826,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,2.344754,1.04106,7.016,"2013-10-31 00:00",4.768,"2013-01-16 00:00",4.482,"2013-01-28 00:00",4.298,"2013-01-04 00:00","","","","",7.016,4.768,4.298,3.862,2.614,2.008,1.458,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43203",11,42.3295,-71.0826,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,2.553267,1.397009,7.324,"2013-10-31 00:00",5.224,"2013-01-16 00:00",4.6,"2013-01-28 00:00",4.484,"2013-05-28 00:00","","","","",7.324,7.324,5.224,4.6,2.974,2.122,1.462,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43204",10,42.3295,-71.0826,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,4.724705,2.20052,13.698,"2013-10-31 00:00",9.861,"2013-12-06 00:00",9.375,"2013-01-04 00:00",9.249,"2013-10-01 00:00","","","","",13.698,9.861,9.249,7.32,5.409,4.233,2.643,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43204",11,42.3295,-71.0826,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,5.2193,2.68995,13.698,"2013-10-31 00:00",9.984,"2013-12-06 00:00",9.666,"2013-01-04 00:00",8.481,"2013-12-18 00:00","","","","",13.698,13.698,9.984,9.666,6.705,4.593,2.748,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43205",10,42.3295,-71.0826,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.643328,0.335451,2.328,"2013-10-31 00:00",1.446,"2013-10-01 00:00",1.323,"2013-09-19 00:00",1.26,"2013-05-28 00:00","","","","",2.328,1.446,1.26,0.933,0.699,0.567,0.372,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43205",11,42.3295,-71.0826,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.6978,0.414201,2.361,"2013-10-31 00:00",1.407,"2013-05-28 00:00",1.164,"2013-01-16 00:00",0.96,"2013-07-15 00:00","","","","",2.361,2.361,1.407,1.164,0.888,0.639,0.378,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43206",10,42.3295,-71.0826,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,2.079016,1.049095,5.998,"2013-10-31 00:00",5.49,"2013-01-28 00:00",4.478,"2013-01-16 00:00",3.968,"2013-12-18 00:00","","","","",5.998,5.49,3.968,3.194,2.384,1.908,1.102,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43206",11,42.3295,-71.0826,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,2.3248,1.359908,6.008,"2013-10-31 00:00",5.648,"2013-01-28 00:00",4.894,"2013-01-16 00:00",4.114,"2013-01-04 00:00","","","","",6.008,6.008,5.648,4.894,2.792,2.052,1.124,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43209",10,42.3295,-71.0826,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",52,0.300393,0.213627,1.176,"2013-10-01 00:00",1.084,"2013-10-07 00:00",0.94,"2013-05-28 00:00",0.796,"2013-09-19 00:00","","","","",1.176,1.084,0.796,0.516,0.222,0.222,0.222,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43209",11,42.3295,-71.0826,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.3036,0.231824,1.164,"2013-10-07 00:00",0.928,"2013-05-28 00:00",0.784,"2013-09-25 00:00",0.46,"2013-10-31 00:00","","","","",1.164,1.164,0.928,0.784,0.222,0.222,0.222,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43212",10,42.3295,-71.0826,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,2.738557,1.740223,9.864,"2013-10-31 00:00",8.144,"2013-10-01 00:00",6.124,"2013-12-06 00:00",5.516,"2013-01-04 00:00","","","","",9.864,8.144,5.516,4.484,3.428,2.292,1.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43212",11,42.3295,-71.0826,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,2.960933,2.034818,9.88,"2013-10-31 00:00",6.228,"2013-12-06 00:00",6.076,"2013-01-16 00:00",5.684,"2013-01-04 00:00","","","","",9.88,9.88,6.228,6.076,4.1,2.44,1.104,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43214",10,42.3295,-71.0826,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.556918,0.984324,5.964,"2013-10-31 00:00",5.088,"2013-10-01 00:00",3.144,"2013-12-06 00:00",3.136,"2013-10-07 00:00","","","","",5.964,5.088,3.136,2.396,1.832,1.284,0.724,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43214",11,42.3295,-71.0826,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.692,1.125152,5.948,"2013-10-31 00:00",3.224,"2013-01-16 00:00",3.2,"2013-12-06 00:00",3.184,"2013-10-07 00:00","","","","",5.948,5.948,3.224,3.2,2.172,1.324,0.72,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43216",10,42.3295,-71.0826,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",36,0.054361,0.044771,0.288,"2013-10-31 00:00",0.168,"2013-01-16 00:00",0.16,"2013-10-01 00:00",0.108,"2013-01-04 00:00","","","","",0.288,0.168,0.108,0.1,0.072,0.028,0.028,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43216",11,42.3295,-71.0826,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",16,0.064133,0.060009,0.308,"2013-10-31 00:00",0.188,"2013-01-16 00:00",0.128,"2013-05-28 00:00",0.104,"2013-10-07 00:00","","","","",0.308,0.308,0.188,0.128,0.084,0.028,0.028,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43217",10,42.3295,-71.0826,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",53,0.045639,0.029623,0.212,"2013-10-31 00:00",0.128,"2013-01-16 00:00",0.124,"2013-10-01 00:00",0.092,"2013-09-19 00:00","","","","",0.212,0.128,0.092,0.072,0.036,0.036,0.036,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43217",11,42.3295,-71.0826,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.051467,0.041685,0.224,"2013-10-31 00:00",0.148,"2013-01-16 00:00",0.112,"2013-05-28 00:00",0.084,"2013-10-07 00:00","","","","",0.224,0.224,0.148,0.112,0.036,0.036,0.036,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43218",10,42.3295,-71.0826,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.105246,0.065284,0.44,"2013-10-31 00:00",0.23,"2013-01-16 00:00",0.23,"2013-05-28 00:00",0.23,"2013-10-01 00:00","","","","",0.44,0.23,0.23,0.17,0.12,0.09,0.04,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43218",11,42.3295,-71.0826,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.117667,0.088344,0.46,"2013-10-31 00:00",0.29,"2013-05-28 00:00",0.25,"2013-01-16 00:00",0.18,"2013-07-15 00:00","","","","",0.46,0.46,0.29,0.25,0.13,0.1,0.04,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43220",10,42.3295,-71.0826,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.69459,0.938169,5.725,"2013-10-01 00:00",4.795,"2013-10-31 00:00",3.865,"2013-09-19 00:00",3.025,"2013-10-07 00:00","","","","",5.725,4.795,3.025,2.56,1.98,1.48,0.91,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43220",11,42.3295,-71.0826,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.784667,0.903088,4.805,"2013-10-31 00:00",3.095,"2013-10-07 00:00",3.035,"2013-05-28 00:00",2.96,"2013-07-15 00:00","","","","",4.805,4.805,3.095,3.035,2.23,1.525,0.84,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43221",10,42.3295,-71.0826,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,2.796417,1.878506,9.45,"2013-10-31 00:00",9.41,"2013-10-01 00:00",7.685,"2013-07-15 00:00",7.43,"2013-07-09 00:00","","","","",9.45,9.41,7.685,4.855,3.21,2.215,1.325,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43221",11,42.3295,-71.0826,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,2,"","","Certification not required",0,2.927857,1.755619,9.495,"2013-10-31 00:00",5.09,"2013-07-15 00:00",4.96,"2013-05-28 00:00",4.815,"2013-10-07 00:00","","","","",9.495,9.495,5.09,4.96,3.5,2.52,1.135,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43224",10,42.3295,-71.0826,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",9,0.111189,0.058548,0.315,"2013-10-31 00:00",0.31,"2013-10-01 00:00",0.245,"2013-05-28 00:00",0.22,"2013-09-19 00:00","","","","",0.315,0.31,0.22,0.16,0.13,0.105,0.0325,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43224",11,42.3295,-71.0826,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.113667,0.064413,0.32,"2013-10-31 00:00",0.27,"2013-05-28 00:00",0.19,"2013-07-15 00:00",0.175,"2013-01-16 00:00","","","","",0.32,0.32,0.27,0.19,0.13,0.11,0.0325,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43226",10,42.3295,-71.0826,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",8,0.094344,0.073226,0.455,"2013-10-31 00:00",0.335,"2013-10-01 00:00",0.23,"2013-05-28 00:00",0.215,"2013-09-19 00:00","","","","",0.455,0.335,0.215,0.14,0.105,0.08,0.0175,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43226",11,42.3295,-71.0826,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.105583,0.089666,0.46,"2013-10-31 00:00",0.285,"2013-05-28 00:00",0.245,"2013-07-15 00:00",0.17,"2013-10-07 00:00","","","","",0.46,0.46,0.285,0.245,0.12,0.08,0.035,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43227",10,42.3295,-71.0826,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",40,0.044262,0.036763,0.22,"2013-10-31 00:00",0.17,"2013-10-01 00:00",0.12,"2013-05-28 00:00",0.11,"2013-09-19 00:00","","","","",0.22,0.17,0.11,0.07,0.06,0.025,0.025,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43227",11,42.3295,-71.0826,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",17,0.051833,0.044538,0.22,"2013-10-31 00:00",0.15,"2013-05-28 00:00",0.12,"2013-07-15 00:00",0.09,"2013-10-07 00:00","","","","",0.22,0.22,0.15,0.12,0.06,0.025,0.025,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43230",10,42.3295,-71.0826,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.671213,0.374853,1.89,"2013-10-31 00:00",1.77,"2013-10-01 00:00",1.698,"2013-08-20 00:00",1.662,"2013-09-19 00:00","","","","",1.89,1.77,1.662,0.972,0.798,0.612,0.342,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43230",11,42.3295,-71.0826,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.7272,0.418601,1.914,"2013-10-31 00:00",1.644,"2013-08-20 00:00",1.446,"2013-05-28 00:00",1.338,"2013-07-15 00:00","","","","",1.914,1.914,1.644,1.446,0.876,0.684,0.342,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43231",10,42.3295,-71.0826,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.955738,0.653331,3.7,"2013-08-20 00:00",2.7,"2013-05-28 00:00",2.6,"2013-10-31 00:00",2.5,"2013-09-19 00:00","","","","",3.7,2.7,2.5,1.7,1.1,0.8,0.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43231",11,42.3295,-71.0826,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.036667,0.755889,3.6,"2013-08-20 00:00",2.7,"2013-05-28 00:00",2.6,"2013-10-31 00:00",1.8,"2013-12-06 00:00","","","","",3.6,3.6,2.7,2.6,1.1,0.9,0.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43232",10,42.3295,-71.0826,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.428262,0.279087,1.498,"2013-03-05 00:00",1.211,"2013-05-28 00:00",1.211,"2013-10-31 00:00",1.071,"2013-10-01 00:00","","","","",1.498,1.211,1.071,0.749,0.462,0.35,0.21,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43232",11,42.3295,-71.0826,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.472033,0.324064,1.393,"2013-03-05 00:00",1.218,"2013-05-28 00:00",1.211,"2013-10-31 00:00",0.945,"2013-07-15 00:00","","","","",1.393,1.393,1.218,1.211,0.483,0.413,0.196,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43233",10,42.3295,-71.0826,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",1,0.303279,0.187747,1.136,"2013-05-28 00:00",0.776,"2013-10-31 00:00",0.76,"2013-07-15 00:00",0.608,"2013-05-10 00:00","","","","",1.136,0.776,0.608,0.528,0.352,0.256,0.144,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43233",11,42.3295,-71.0826,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.336667,0.250607,1.152,"2013-05-28 00:00",0.848,"2013-07-15 00:00",0.824,"2013-10-07 00:00",0.736,"2013-10-31 00:00","","","","",1.152,1.152,0.848,0.824,0.36,0.28,0.12,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43235",10,42.3295,-71.0826,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",3,0.236877,0.168019,0.711,"2013-09-13 00:00",0.702,"2013-10-31 00:00",0.675,"2013-10-01 00:00",0.648,"2013-09-19 00:00","","","","",0.711,0.702,0.648,0.468,0.279,0.18,0.09,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43235",11,42.3295,-71.0826,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.2694,0.186384,0.693,"2013-10-31 00:00",0.657,"2013-09-13 00:00",0.585,"2013-10-07 00:00",0.585,"2013-12-30 00:00","","","","",0.693,0.693,0.657,0.585,0.333,0.216,0.099,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43238",10,42.3295,-71.0826,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",21,0.280656,0.258385,1.7,"2013-12-30 00:00",0.82,"2013-09-19 00:00",0.7,"2013-09-13 00:00",0.67,"2013-05-28 00:00","","","","",1.7,0.82,0.67,0.53,0.35,0.22,0.08,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43238",11,42.3295,-71.0826,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",7,0.371667,0.453021,2.57,"2013-12-30 00:00",0.67,"2013-10-31 00:00",0.66,"2013-09-13 00:00",0.6,"2013-07-15 00:00","","","","",2.57,2.57,0.67,0.66,0.44,0.27,0.08,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43242",10,42.3295,-71.0826,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",3,0.136434,0.079061,0.46,"2013-10-01 00:00",0.415,"2013-10-31 00:00",0.275,"2013-09-19 00:00",0.265,"2013-07-15 00:00","","","","",0.46,0.415,0.265,0.235,0.165,0.115,0.075,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43242",11,42.3295,-71.0826,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.145,0.081323,0.42,"2013-10-31 00:00",0.27,"2013-07-15 00:00",0.26,"2013-09-13 00:00",0.245,"2013-05-28 00:00","","","","",0.42,0.42,0.27,0.26,0.165,0.13,0.07,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43243",10,42.3295,-71.0826,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",16,0.354426,0.58175,2.81,"2013-07-15 00:00",2.175,"2013-07-27 00:00",1.765,"2013-08-20 00:00",1.53,"2013-09-07 00:00","","","","",2.81,2.175,1.53,1.11,0.425,0.075,0.0225,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43243",11,42.3295,-71.0826,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",7,0.451583,0.765064,3.58,"2013-07-15 00:00",1.705,"2013-08-20 00:00",1.55,"2013-07-27 00:00",1.265,"2013-08-08 00:00","","","","",3.58,3.58,1.705,1.55,0.67,0.12,0.0225,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43244",10,42.3295,-71.0826,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",4,0.130328,0.074197,0.414,"2013-10-31 00:00",0.402,"2013-10-01 00:00",0.306,"2013-09-19 00:00",0.228,"2013-01-16 00:00","","","","",0.414,0.402,0.228,0.204,0.156,0.108,0.078,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43244",11,42.3295,-71.0826,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.1422,0.081173,0.42,"2013-10-31 00:00",0.27,"2013-01-04 00:00",0.252,"2013-01-16 00:00",0.228,"2013-03-05 00:00","","","","",0.42,0.42,0.27,0.252,0.192,0.108,0.084,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43247",10,42.3295,-71.0826,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",6,0.142525,0.085637,0.434,"2013-10-31 00:00",0.364,"2013-09-19 00:00",0.364,"2013-10-01 00:00",0.357,"2013-05-28 00:00","","","","",0.434,0.364,0.357,0.217,0.175,0.133,0.063,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43247",11,42.3295,-71.0826,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.150733,0.096571,0.434,"2013-10-31 00:00",0.371,"2013-05-28 00:00",0.343,"2013-07-15 00:00",0.238,"2013-08-20 00:00","","","","",0.434,0.434,0.371,0.343,0.175,0.14,0.028,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43248",10,42.3295,-71.0826,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",1,0.248361,0.130134,0.66,"2013-10-31 00:00",0.606,"2013-10-01 00:00",0.552,"2013-07-15 00:00",0.54,"2013-09-19 00:00","","","","",0.66,0.606,0.54,0.426,0.288,0.234,0.12,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43248",11,42.3295,-71.0826,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.262,0.14219,0.672,"2013-10-31 00:00",0.504,"2013-07-15 00:00",0.498,"2013-12-06 00:00",0.456,"2013-05-28 00:00","","","","",0.672,0.672,0.504,0.498,0.336,0.24,0.114,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43249",10,42.3295,-71.0826,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.504115,0.307975,1.603,"2013-03-05 00:00",1.449,"2013-10-31 00:00",1.351,"2013-05-28 00:00",1.288,"2013-10-01 00:00","","","","",1.603,1.449,1.288,0.805,0.532,0.441,0.259,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43249",11,42.3295,-71.0826,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.548567,0.359542,1.568,"2013-03-05 00:00",1.463,"2013-10-31 00:00",1.379,"2013-05-28 00:00",0.938,"2013-07-15 00:00","","","","",1.568,1.568,1.463,1.379,0.588,0.448,0.217,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43250",10,42.3295,-71.0826,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.677049,0.435275,2,"2013-05-28 00:00",1.9,"2013-09-19 00:00",1.8,"2013-10-31 00:00",1.7,"2013-07-15 00:00","","","","",2,1.9,1.7,1.1,0.8,0.6,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43250",11,42.3295,-71.0826,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.716667,0.461694,2,"2013-05-28 00:00",1.8,"2013-10-31 00:00",1.7,"2013-07-15 00:00",1.1,"2013-07-27 00:00","","","","",2,2,1.8,1.7,0.8,0.7,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43252",10,42.3295,-71.0826,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",1,0.227869,0.149467,0.71,"2013-05-28 00:00",0.62,"2013-09-19 00:00",0.62,"2013-10-31 00:00",0.56,"2013-07-15 00:00","","","","",0.71,0.62,0.56,0.4,0.29,0.2,0.08,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43252",11,42.3295,-71.0826,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.247,0.167911,0.74,"2013-05-28 00:00",0.63,"2013-10-31 00:00",0.59,"2013-07-15 00:00",0.39,"2013-08-08 00:00","","","","",0.74,0.74,0.63,0.59,0.3,0.23,0.06,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43253",10,42.3295,-71.0826,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",4,0.209574,0.122453,0.656,"2013-10-31 00:00",0.536,"2013-10-01 00:00",0.512,"2013-05-28 00:00",0.416,"2013-07-15 00:00","","","","",0.656,0.536,0.416,0.352,0.248,0.208,0.08,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43253",11,42.3295,-71.0826,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.2152,0.140326,0.632,"2013-10-31 00:00",0.544,"2013-05-28 00:00",0.464,"2013-07-15 00:00",0.368,"2013-12-06 00:00","","","","",0.632,0.632,0.544,0.464,0.264,0.176,0.072,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43256",10,42.3295,-71.0826,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",21,0.215082,0.182288,0.83,"2013-07-15 00:00",0.77,"2013-05-28 00:00",0.72,"2013-10-31 00:00",0.59,"2013-10-01 00:00","","","","",0.83,0.77,0.59,0.44,0.28,0.17,0.06,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43256",11,42.3295,-71.0826,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.268333,0.247248,0.94,"2013-07-15 00:00",0.9,"2013-05-28 00:00",0.73,"2013-10-31 00:00",0.64,"2013-10-07 00:00","","","","",0.94,0.94,0.9,0.73,0.34,0.17,0.06,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43261",10,42.3295,-71.0826,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.222852,0.118513,0.588,"2013-10-31 00:00",0.532,"2013-10-01 00:00",0.497,"2013-05-28 00:00",0.49,"2013-09-19 00:00","","","","",0.588,0.532,0.49,0.371,0.28,0.196,0.105,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43261",11,42.3295,-71.0826,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.237067,0.130308,0.595,"2013-10-31 00:00",0.497,"2013-05-28 00:00",0.483,"2013-07-15 00:00",0.427,"2013-10-07 00:00","","","","",0.595,0.595,0.497,0.483,0.287,0.217,0.098,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43262",10,42.3295,-71.0826,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.460328,0.292004,1.416,"2013-10-31 00:00",1.302,"2013-09-19 00:00",1.248,"2013-10-01 00:00",1.218,"2013-08-20 00:00","","","","",1.416,1.302,1.218,0.852,0.498,0.408,0.198,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43262",11,42.3295,-71.0826,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.4972,0.322828,1.428,"2013-10-31 00:00",1.182,"2013-08-20 00:00",1.158,"2013-05-28 00:00",0.918,"2013-12-06 00:00","","","","",1.428,1.428,1.182,1.158,0.582,0.426,0.192,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43263",10,42.3295,-71.0826,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.365492,0.232723,1.148,"2013-10-31 00:00",1.05,"2013-03-05 00:00",0.987,"2013-05-28 00:00",0.973,"2013-10-01 00:00","","","","",1.148,1.05,0.973,0.581,0.406,0.315,0.175,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43263",11,42.3295,-71.0826,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.404367,0.262442,1.134,"2013-10-31 00:00",1.022,"2013-05-28 00:00",1.001,"2013-03-05 00:00",0.735,"2013-07-15 00:00","","","","",1.134,1.134,1.022,1.001,0.441,0.329,0.14,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43280",10,42.3295,-71.0826,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.404426,0.194187,1.28,"2013-10-31 00:00",0.85,"2013-09-19 00:00",0.85,"2013-10-01 00:00",0.78,"2013-01-16 00:00","","","","",1.28,0.85,0.78,0.59,0.46,0.37,0.21,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43280",11,42.3295,-71.0826,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.431333,0.248231,1.32,"2013-10-31 00:00",0.87,"2013-01-16 00:00",0.87,"2013-05-28 00:00",0.6,"2013-12-06 00:00","","","","",1.32,1.32,0.87,0.87,0.54,0.38,0.22,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43284",10,42.3295,-71.0826,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",3,0.23218,0.137255,0.696,"2013-10-31 00:00",0.69,"2013-10-01 00:00",0.642,"2013-09-19 00:00",0.498,"2013-05-28 00:00","","","","",0.696,0.69,0.498,0.324,0.276,0.204,0.102,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43284",11,42.3295,-71.0826,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",2,0.2522,0.14225,0.708,"2013-10-31 00:00",0.51,"2013-05-28 00:00",0.498,"2013-07-15 00:00",0.384,"2013-01-04 00:00","","","","",0.708,0.708,0.51,0.498,0.294,0.24,0.114,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43285",10,42.3295,-71.0826,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.926164,0.543331,2.838,"2013-10-31 00:00",2.73,"2013-10-01 00:00",2.322,"2013-09-19 00:00",2.052,"2013-07-15 00:00","","","","",2.838,2.73,2.052,1.41,1.056,0.81,0.444,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43285",11,42.3295,-71.0826,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.004,0.588083,2.844,"2013-10-31 00:00",2.058,"2013-07-15 00:00",1.842,"2013-05-28 00:00",1.818,"2013-08-20 00:00","","","","",2.844,2.844,2.058,1.842,1.296,0.99,0.474,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43291",10,42.3295,-71.0826,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",6,0.195541,0.116952,0.623,"2013-10-31 00:00",0.518,"2013-05-28 00:00",0.483,"2013-10-01 00:00",0.469,"2013-09-19 00:00","","","","",0.623,0.518,0.469,0.287,0.203,0.175,0.091,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43291",11,42.3295,-71.0826,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.2107,0.132291,0.623,"2013-10-31 00:00",0.525,"2013-05-28 00:00",0.42,"2013-03-05 00:00",0.399,"2013-07-15 00:00","","","","",0.623,0.623,0.525,0.42,0.238,0.189,0.0455,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43372",10,42.3295,-71.0826,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43372",11,42.3295,-71.0826,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43502",3,42.3295,-71.0826,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,10,"","","Certification not required",0,3.017143,1.169838,6.5,"2013-06-15 00:00",5.5,"2013-08-20 00:00",4.6,"2013-05-10 00:00",4.6,"2013-08-26 00:00","","","","",6.5,6.5,5.5,4.6,3.8,2.7,1.9,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","025","0042","43502",4,42.3295,-71.0826,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,5,"","","Certification not required",0,2.833333,1.073203,5.7,"2013-08-20 00:00",4.4,"2013-05-28 00:00",4.2,"2013-05-16 00:00",3.8,"2013-06-09 00:00","","","","",5.7,5.7,5.7,4.4,3.4,2.6,2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","025","0042","43503",3,42.3295,-71.0826,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,14,"","","Certification not required",0,2.154839,0.557876,3.5,"2013-05-10 00:00",3,"2013-04-04 00:00",3,"2013-05-28 00:00",3,"2013-09-19 00:00","","","","",3.5,3.5,3,3,2.6,2.2,1.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","025","0042","43503",4,42.3295,-71.0826,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,26,16,61,0,7,"","","Certification not required",0,2.05625,0.450139,2.9,"2013-05-28 00:00",2.7,"2013-04-10 00:00",2.6,"2013-08-20 00:00",2.5,"2013-06-09 00:00","","","","",2.9,2.9,2.9,2.7,2.5,2,1.6,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-23" +"25","025","0042","43509",10,42.3295,-71.0826,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.377049,0.156411,0.8,"2013-09-19 00:00",0.7,"2013-08-14 00:00",0.7,"2013-09-07 00:00",0.6,"2013-07-15 00:00","","","","",0.8,0.7,0.6,0.6,0.5,0.4,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43509",11,42.3295,-71.0826,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.36,0.137966,0.6,"2013-07-15 00:00",0.6,"2013-09-13 00:00",0.6,"2013-10-31 00:00",0.5,"2013-01-04 00:00","","","","",0.6,0.6,0.6,0.6,0.4,0.4,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43552",10,42.3295,-71.0826,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",2,1.427016,0.57501,2.992,"2013-07-15 00:00",2.64,"2013-10-01 00:00",2.612,"2013-09-19 00:00",2.516,"2013-05-10 00:00","","","","",2.992,2.64,2.516,2.124,1.736,1.3,0.916,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43552",11,42.3295,-71.0826,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,1.443067,0.585221,2.992,"2013-07-15 00:00",2.544,"2013-10-07 00:00",2.34,"2013-08-20 00:00",2.324,"2013-09-13 00:00","","","","",2.992,2.992,2.544,2.34,1.776,1.344,0.892,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43704",10,42.3295,-71.0826,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.013115,0.059091,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.2,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.3,0.3,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43704",11,42.3295,-71.0826,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.01,0.054772,0.3,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.3,0.3,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43801",10,42.3295,-71.0826,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.535246,0.030474,0.62,"2013-05-10 00:00",0.58,"2013-06-03 00:00",0.58,"2013-11-18 00:00",0.57,"2013-01-22 00:00","","","","",0.62,0.58,0.57,0.57,0.56,0.54,0.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43801",11,42.3295,-71.0826,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.539667,0.036811,0.62,"2013-02-21 00:00",0.59,"2013-07-15 00:00",0.58,"2013-01-28 00:00",0.58,"2013-05-16 00:00","","","","",0.62,0.62,0.59,0.58,0.57,0.55,0.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43802",10,42.3295,-71.0826,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.455574,0.425584,2.11,"2013-11-06 00:00",1.37,"2013-11-24 00:00",1.36,"2013-02-03 00:00",1.21,"2013-04-04 00:00","","","","",2.11,1.37,1.21,1.03,0.71,0.26,0.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43802",11,42.3295,-71.0826,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.403333,0.427844,1.87,"2013-11-24 00:00",1.6,"2013-01-16 00:00",1.11,"2013-09-13 00:00",0.74,"2013-07-15 00:00","","","","",1.87,1.87,1.6,1.11,0.43,0.29,0.11,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43803",10,42.3295,-71.0826,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.017869,0.006087,0.03,"2013-05-28 00:00",0.03,"2013-07-09 00:00",0.03,"2013-07-15 00:00",0.03,"2013-09-19 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.01,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43803",11,42.3295,-71.0826,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.018333,0.006477,0.03,"2013-05-28 00:00",0.03,"2013-07-15 00:00",0.03,"2013-08-20 00:00",0.03,"2013-10-31 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.01,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43804",10,42.3295,-71.0826,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.080656,0.008538,0.11,"2013-09-25 00:00",0.1,"2013-03-23 00:00",0.1,"2013-03-29 00:00",0.1,"2013-09-07 00:00","","","","",0.11,0.1,0.1,0.09,0.08,0.08,0.07,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43804",11,42.3295,-71.0826,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.082,0.009965,0.11,"2013-09-25 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-29 00:00",0.1,"2013-09-13 00:00","","","","",0.11,0.11,0.1,0.1,0.08,0.08,0.07,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43813",10,42.3295,-71.0826,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43813",11,42.3295,-71.0826,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43814",10,42.3295,-71.0826,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43814",11,42.3295,-71.0826,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43815",10,42.3295,-71.0826,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43815",11,42.3295,-71.0826,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43817",10,42.3295,-71.0826,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.019672,0.040082,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-03-11 00:00",0.1,"2013-05-10 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43817",11,42.3295,-71.0826,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.023333,0.043018,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-05-28 00:00",0.1,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43818",10,42.3295,-71.0826,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43818",11,42.3295,-71.0826,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43824",10,42.3295,-71.0826,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43824",11,42.3295,-71.0826,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43826",10,42.3295,-71.0826,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43826",11,42.3295,-71.0826,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43829",10,42.3295,-71.0826,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43829",11,42.3295,-71.0826,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43830",10,42.3295,-71.0826,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43830",11,42.3295,-71.0826,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43831",10,42.3295,-71.0826,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43831",11,42.3295,-71.0826,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43843",10,42.3295,-71.0826,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43843",11,42.3295,-71.0826,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43860",10,42.3295,-71.0826,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43860",11,42.3295,-71.0826,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43954",10,42.3295,-71.0826,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",51,0.199443,0.118021,0.671,"2013-12-30 00:00",0.638,"2013-09-19 00:00",0.583,"2013-09-25 00:00",0.462,"2013-10-31 00:00","","","","",0.671,0.638,0.462,0.319,0.154,0.154,0.154,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43954",11,42.3295,-71.0826,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",22,0.2365,0.185864,1.056,"2013-12-30 00:00",0.528,"2013-09-25 00:00",0.44,"2013-10-31 00:00",0.385,"2013-08-20 00:00","","","","",1.056,1.056,0.528,0.44,0.308,0.154,0.154,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43960",10,42.3295,-71.0826,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",1,0.154754,0.09027,0.49,"2013-10-31 00:00",0.41,"2013-10-01 00:00",0.38,"2013-05-28 00:00",0.36,"2013-09-19 00:00","","","","",0.49,0.41,0.36,0.25,0.17,0.14,0.08,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","43960",11,42.3295,-71.0826,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.163667,0.100841,0.49,"2013-10-31 00:00",0.38,"2013-05-28 00:00",0.36,"2013-07-15 00:00",0.24,"2013-12-06 00:00","","","","",0.49,0.49,0.38,0.36,0.2,0.15,0.06,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","44201",1,42.3295,-71.0826,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7728,98,179,183,0,288,0,0,"Certification not required",577,0.040095,0.011415,0.091,"2013-07-19 18:00",0.075,"2013-06-25 19:00",0.073,"2013-05-31 20:00",0.067,"2013-09-11 14:00","","","","",0.075,0.067,0.061,0.055,0.046,0.041,0.035,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","44201",1,42.3295,-71.0826,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7865,96,176,183,0,0,0,0,"Certification not required",0,0.034722,0.010143,0.071,"2013-07-19 16:00",0.061,"2013-09-11 11:00",0.06,"2013-08-21 10:00",0.059,"2013-05-31 16:00","","","","",0.061,0.059,0.055,0.048,0.041,0.036,0.03,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","44201",1,42.3295,-71.0826,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7865,96,176,183,0,0,0,0,"Certification not required",0,0.034722,0.010143,0.071,"2013-07-19 16:00",0.061,"2013-09-11 11:00",0.06,"2013-08-21 10:00",0.059,"2013-05-31 16:00","","","","",0.061,0.059,0.055,0.048,0.041,0.036,0.03,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","45109",10,42.3295,-71.0826,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.137705,0.785104,4.3,"2013-10-31 00:00",3.6,"2013-10-01 00:00",3.4,"2013-05-28 00:00",2.7,"2013-09-19 00:00","","","","",4.3,3.6,2.7,1.7,1.2,1,0.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45109",11,42.3295,-71.0826,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.253333,0.897404,4.2,"2013-10-31 00:00",3.7,"2013-05-28 00:00",2.5,"2013-07-15 00:00",2.5,"2013-10-07 00:00","","","","",4.2,4.2,3.7,2.5,1.3,1.1,0.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45201",10,42.3295,-71.0826,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.080328,0.417061,2.8,"2013-10-31 00:00",2,"2013-01-16 00:00",2,"2013-01-28 00:00",1.9,"2013-01-04 00:00","","","","",2.8,2,1.9,1.7,1.2,0.9,0.8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45201",11,42.3295,-71.0826,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.15,0.526373,2.8,"2013-10-31 00:00",2.1,"2013-01-16 00:00",2,"2013-01-28 00:00",2,"2013-05-28 00:00","","","","",2.8,2.8,2.1,2,1.3,1,0.8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45202",10,42.3295,-71.0826,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,3.118644,2.46447,11.9,"2013-10-01 00:00",11.1,"2013-09-25 00:00",8.6,"2013-10-31 00:00",8.4,"2013-03-05 00:00","","","","",11.9,11.1,8.6,7.5,3.5,2.4,1.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45202",11,42.3295,-71.0826,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,3.458621,2.72587,11.3,"2013-09-25 00:00",8.5,"2013-10-31 00:00",8.2,"2013-03-05 00:00",7.5,"2013-08-20 00:00","","","","",11.3,11.3,8.5,8.2,4.7,2.6,1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45203",10,42.3295,-71.0826,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.427869,0.260852,1.4,"2013-10-31 00:00",1.2,"2013-05-28 00:00",1.2,"2013-10-01 00:00",1,"2013-09-19 00:00","","","","",1.4,1.2,1,0.7,0.5,0.4,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45203",11,42.3295,-71.0826,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.46,0.291961,1.4,"2013-10-31 00:00",1.2,"2013-05-28 00:00",0.9,"2013-07-15 00:00",0.8,"2013-10-07 00:00","","","","",1.4,1.4,1.2,0.9,0.5,0.4,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45204",10,42.3295,-71.0826,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.42623,0.281604,1.5,"2013-10-31 00:00",1.2,"2013-05-28 00:00",1.2,"2013-10-01 00:00",1.1,"2013-09-19 00:00","","","","",1.5,1.2,1.1,0.6,0.5,0.4,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45204",11,42.3295,-71.0826,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.463333,0.326405,1.5,"2013-10-31 00:00",1.2,"2013-05-28 00:00",1,"2013-07-15 00:00",1,"2013-10-07 00:00","","","","",1.5,1.5,1.2,1,0.5,0.4,0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45207",10,42.3295,-71.0826,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",34,0.087049,0.064655,0.37,"2013-10-31 00:00",0.26,"2013-05-28 00:00",0.24,"2013-10-01 00:00",0.23,"2013-09-19 00:00","","","","",0.37,0.26,0.23,0.16,0.11,0.045,0.045,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45207",11,42.3295,-71.0826,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.0985,0.073228,0.35,"2013-10-31 00:00",0.25,"2013-05-28 00:00",0.21,"2013-07-15 00:00",0.17,"2013-01-16 00:00","","","","",0.35,0.35,0.25,0.21,0.13,0.09,0.045,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45208",10,42.3295,-71.0826,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",13,0.329459,0.217136,1.188,"2013-10-31 00:00",0.954,"2013-05-28 00:00",0.837,"2013-09-19 00:00",0.801,"2013-10-01 00:00","","","","",1.188,0.954,0.801,0.531,0.396,0.306,0.099,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45208",11,42.3295,-71.0826,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",6,0.369867,0.251893,1.188,"2013-10-31 00:00",0.909,"2013-05-28 00:00",0.828,"2013-07-15 00:00",0.576,"2013-10-07 00:00","","","","",1.188,1.188,0.909,0.828,0.459,0.315,0.099,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45209",10,42.3295,-71.0826,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",16,0.087049,0.055302,0.279,"2013-10-31 00:00",0.243,"2013-05-28 00:00",0.234,"2013-09-19 00:00",0.225,"2013-10-01 00:00","","","","",0.279,0.243,0.225,0.135,0.099,0.081,0.0315,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45209",11,42.3295,-71.0826,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",5,0.09945,0.059328,0.279,"2013-10-31 00:00",0.261,"2013-05-28 00:00",0.198,"2013-07-15 00:00",0.162,"2013-12-06 00:00","","","","",0.279,0.279,0.261,0.198,0.108,0.09,0.0315,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45210",10,42.3295,-71.0826,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.014754,0.035759,0.1,"2013-05-28 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-15 00:00",0.1,"2013-08-20 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45210",11,42.3295,-71.0826,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.02,0.040684,0.1,"2013-05-28 00:00",0.1,"2013-07-15 00:00",0.1,"2013-08-20 00:00",0.1,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45211",10,42.3295,-71.0826,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",19,0.103648,0.064393,0.351,"2013-10-31 00:00",0.261,"2013-05-28 00:00",0.252,"2013-09-19 00:00",0.252,"2013-10-01 00:00","","","","",0.351,0.261,0.252,0.162,0.126,0.099,0.0405,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45211",11,42.3295,-71.0826,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",6,0.1167,0.068286,0.342,"2013-10-31 00:00",0.261,"2013-05-28 00:00",0.234,"2013-07-15 00:00",0.18,"2013-12-06 00:00","","","","",0.342,0.342,0.261,0.234,0.135,0.108,0.0405,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45212",10,42.3295,-71.0826,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",1,0.26373,0.161994,0.936,"2013-10-31 00:00",0.72,"2013-05-28 00:00",0.702,"2013-09-19 00:00",0.675,"2013-10-01 00:00","","","","",0.936,0.72,0.675,0.396,0.297,0.234,0.126,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45212",11,42.3295,-71.0826,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.28815,0.180598,0.909,"2013-10-31 00:00",0.729,"2013-05-28 00:00",0.576,"2013-07-15 00:00",0.423,"2013-12-06 00:00","","","","",0.909,0.909,0.729,0.576,0.315,0.243,0.135,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45213",10,42.3295,-71.0826,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",17,0.132123,0.081,0.414,"2013-10-31 00:00",0.378,"2013-05-28 00:00",0.342,"2013-09-19 00:00",0.315,"2013-10-01 00:00","","","","",0.414,0.378,0.315,0.198,0.162,0.126,0.0495,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45213",11,42.3295,-71.0826,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",6,0.1482,0.08745,0.414,"2013-10-31 00:00",0.387,"2013-05-28 00:00",0.288,"2013-07-15 00:00",0.207,"2013-01-16 00:00","","","","",0.414,0.414,0.387,0.288,0.162,0.135,0.0495,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45218",10,42.3295,-71.0826,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",61,0.195,0,0.195,"2013-01-04 00:00",0.195,"2013-01-10 00:00",0.195,"2013-01-16 00:00",0.195,"2013-01-22 00:00","","","","",0.195,0.195,0.195,0.195,0.195,0.195,0.195,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45218",11,42.3295,-71.0826,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.195,0,0.195,"2013-01-04 00:00",0.195,"2013-01-16 00:00",0.195,"2013-01-28 00:00",0.195,"2013-02-09 00:00","","","","",0.195,0.195,0.195,0.195,0.195,0.195,0.195,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45219",10,42.3295,-71.0826,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",61,0.225,0,0.225,"2013-01-04 00:00",0.225,"2013-01-10 00:00",0.225,"2013-01-16 00:00",0.225,"2013-01-22 00:00","","","","",0.225,0.225,0.225,0.225,0.225,0.225,0.225,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45219",11,42.3295,-71.0826,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.225,0,0.225,"2013-01-04 00:00",0.225,"2013-01-16 00:00",0.225,"2013-01-28 00:00",0.225,"2013-02-09 00:00","","","","",0.225,0.225,0.225,0.225,0.225,0.225,0.225,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45220",10,42.3295,-71.0826,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.077049,0.127008,0.9,"2013-01-28 00:00",0.3,"2013-04-10 00:00",0.2,"2013-05-28 00:00",0.2,"2013-09-19 00:00","","","","",0.9,0.3,0.2,0.1,0.1,0.1,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45220",11,42.3295,-71.0826,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.096667,0.147352,0.8,"2013-01-28 00:00",0.2,"2013-05-28 00:00",0.2,"2013-07-15 00:00",0.2,"2013-10-31 00:00","","","","",0.8,0.8,0.2,0.2,0.1,0.1,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45225",10,42.3295,-71.0826,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",50,0.078049,0.046923,0.27,"2013-10-31 00:00",0.225,"2013-09-19 00:00",0.216,"2013-05-28 00:00",0.18,"2013-10-01 00:00","","","","",0.27,0.225,0.18,0.135,0.0585,0.0585,0.0585,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45225",11,42.3295,-71.0826,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.08925,0.054516,0.27,"2013-10-31 00:00",0.198,"2013-05-28 00:00",0.189,"2013-07-15 00:00",0.144,"2013-01-16 00:00","","","","",0.27,0.27,0.198,0.189,0.117,0.0585,0.0585,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45801",10,42.3295,-71.0826,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45801",11,42.3295,-71.0826,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45807",10,42.3295,-71.0826,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.011475,0.032137,0.1,"2013-03-17 00:00",0.1,"2013-05-28 00:00",0.1,"2013-07-15 00:00",0.1,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","45807",11,42.3295,-71.0826,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.016667,0.037905,0.1,"2013-05-28 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-15 00:00",0.1,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-10" +"25","025","0042","61101",1,42.3295,-71.0826,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8011,91,334,365,0,5,"","","Certification not required",0,3.941867,1.937822,17.3,"2013-02-08 20:00",14.8,"2013-02-08 22:00",14.5,"2013-01-31 06:00",14.4,"2013-01-31 05:00","","","","",9.6,8.9,7.4,6.5,5,3.7,1.6,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","61102",1,42.3295,-71.0826,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",5176,59,215,365,0,2840,"","","Certification not required",0,204.358385,94.880341,360,"2013-01-18 02:00",359,"2013-01-16 07:00",359,"2013-02-22 08:00",359,"2013-02-28 14:00","","","","",355,352,338,317,272,224,48,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","61103",1,42.3295,-71.0826,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",3657,83,152,184,0,2,"","","Certification not required",0,2.365436,0.79204,5,"2013-11-23 08:00",4.9,"2013-11-23 07:00",4.7,"2013-11-01 17:00",4.6,"2013-10-17 04:00","","","","",4.1,3.9,3.6,3.4,3,2.3,1.4,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","61104",1,42.3295,-71.0826,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",5176,59,215,365,0,2840,"","","Certification not required",0,203.936631,94.884991,360,"2013-02-22 08:00",360,"2013-03-01 03:00",360,"2013-03-02 11:00",360,"2013-07-11 22:00","","","","",356,352,338,315,273,224,48,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","62101",1,42.3295,-71.0826,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8013,91,334,365,0,3,"","","Certification not required",0,53.954324,18.063029,97,"2013-07-19 11:00",97,"2013-07-19 12:00",97,"2013-07-19 13:00",97,"2013-07-19 14:00","","","","",91,88,82,77,68,55,30,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","62201",1,42.3295,-71.0826,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7293,83,304,365,0,3,"","","Certification not required",0,59.89963,18.395054,90,"2013-06-28 04:00",90,"2013-06-28 05:00",90,"2013-06-28 06:00",90,"2013-06-28 07:00","","","","",88,87,86,84,76,61,34,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-15" +"25","025","0042","63301",1,42.3295,-71.0826,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8013,91,334,365,0,3,"","","Certification not required",3815,0.223809,0.328545,1.38,"2013-06-15 11:00",1.37,"2013-05-27 11:00",1.37,"2013-06-19 11:00",1.35,"2013-06-15 12:00","","","","",1.22,1.15,0.97,0.76,0.38,0.02,0.005,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","64101",1,42.3295,-71.0826,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8013,91,334,365,0,3,"","","Certification not required",0,1014.883315,8.104657,1040,"2013-04-22 08:00",1040,"2013-04-22 09:00",1040,"2013-04-22 10:00",1040,"2013-04-22 11:00","","","","",1035,1032,1028,1025,1020,1015,1004,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0042","68101",1,42.3295,-71.0826,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",108,100,56,61,0,4,"","","Certification not required",52,0.117593,0.082404,0.3,"2013-03-26 00:00",0.3,"2013-04-16 00:00",0.3,"2013-05-25 00:00",0.3,"2013-07-09 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68102",1,42.3295,-71.0826,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",108,100,56,61,0,4,"","","Certification not required",0,23.991667,0.051383,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68103",1,42.3295,-71.0826,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",108,100,56,61,0,4,"","","Certification not required",0,7.825926,9.297999,25.9,"2013-07-18 00:00",25.4,"2013-07-06 00:00",24.1,"2013-07-15 00:00",22.4,"2013-07-21 00:00","","","","",25.4,24.1,21.7,19.6,16.2,8.1,-5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68103",5,42.3295,-71.0826,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",105,86,103,122,0,1,"","","Certification not required",0,8.707619,9.137683,26.3,"2013-07-18 00:00",25.8,"2013-07-06 00:00",24.5,"2013-07-15 00:00",22.8,"2013-07-21 00:00","","","","",25.8,24.5,22.1,20,16.5,9.2,-3.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68103",6,42.3295,-71.0826,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.915385,8.874736,24.2,"2013-07-15 00:00",22.6,"2013-07-21 00:00",21.1,"2013-09-01 00:00",20.9,"2013-08-26 00:00","","","","",24.2,22.6,21.1,19.4,16.6,10.2,-3,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68104",1,42.3295,-71.0826,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",108,100,56,61,0,4,"","","Certification not required",0,18.025,10.391739,36.6,"2013-05-31 00:00",36.3,"2013-06-24 00:00",35.7,"2013-07-06 00:00",35.4,"2013-07-18 00:00","","","","",36.3,35.7,33.4,30.9,26.4,18.9,4,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68104",5,42.3295,-71.0826,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",105,86,103,122,0,1,"","","Certification not required",0,18.978095,10.609112,37.8,"2013-05-31 00:00",37.5,"2013-06-24 00:00",36.7,"2013-07-15 00:00",36.6,"2013-07-06 00:00","","","","",37.5,36.7,34.8,31.9,27.7,20.3,4.6,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68104",6,42.3295,-71.0826,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,19.101923,10.901133,36.5,"2013-07-15 00:00",34.5,"2013-07-03 00:00",33.4,"2013-08-20 00:00",32.4,"2013-06-21 00:00","","","","",36.5,34.5,33.4,31.7,28.1,20.3,3.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68105",1,42.3295,-71.0826,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",108,100,56,61,0,4,"","","Certification not required",0,12.750926,9.647967,30.4,"2013-07-06 00:00",29.4,"2013-05-31 00:00",29.4,"2013-07-15 00:00",29,"2013-07-18 00:00","","","","",29.4,29.4,26.4,24.5,21.2,13.8,0.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68105",5,42.3295,-71.0826,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",105,86,103,122,0,1,"","","Certification not required",0,13.645714,9.627954,31.3,"2013-07-06 00:00",30.2,"2013-07-15 00:00",30.1,"2013-05-31 00:00",30,"2013-07-18 00:00","","","","",30.2,30.1,27.1,25.2,21.8,14.6,1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68105",6,42.3295,-71.0826,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.728846,9.583142,29.9,"2013-07-15 00:00",26.7,"2013-08-20 00:00",26.5,"2013-07-03 00:00",25.4,"2013-07-21 00:00","","","","",29.9,26.7,26.5,24.2,21.7,14.6,-0.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68106",1,42.3295,-71.0826,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,56,61,0,4,"","","Certification not required",0,758.111111,6.226764,775,"2013-04-22 00:00",772,"2013-11-30 00:00",770,"2013-05-01 00:00",770,"2013-10-13 00:00","","","","",772,770,769,766,762,758,751,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68106",5,42.3295,-71.0826,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",105,86,103,122,0,1,"","","Certification not required",0,751.314286,5.851223,769,"2013-04-22 00:00",763,"2013-10-13 00:00",762,"2013-05-01 00:00",762,"2013-05-04 00:00","","","","",763,762,760,759,755,751,745,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68106",6,42.3295,-71.0826,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,756.903846,5.24034,774,"2013-04-22 00:00",768,"2013-10-13 00:00",767,"2013-05-04 00:00",765,"2013-04-28 00:00","","","","",774,768,767,763,760,756,751,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68107",1,42.3295,-71.0826,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,56,61,0,4,"","","Certification not required",0,764.953704,5.647569,782,"2013-11-30 00:00",781,"2013-04-22 00:00",778,"2013-11-21 00:00",775,"2013-01-10 00:00","","","","",781,778,774,772,769,765,757,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68107",5,42.3295,-71.0826,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",105,86,103,122,0,1,"","","Certification not required",0,757.761905,5.305157,774,"2013-04-22 00:00",769,"2013-10-31 00:00",768,"2013-01-10 00:00",768,"2013-05-01 00:00","","","","",769,768,766,764,762,758,751,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68107",6,42.3295,-71.0826,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,762.634615,5.408885,779,"2013-04-22 00:00",773,"2013-01-10 00:00",773,"2013-11-06 00:00",772,"2013-01-28 00:00","","","","",779,773,773,770,766,762,756,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68108",1,42.3295,-71.0826,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,56,61,0,4,"","","Certification not required",0,761.481481,5.91763,779,"2013-04-22 00:00",778,"2013-11-30 00:00",775,"2013-11-21 00:00",773,"2013-05-01 00:00","","","","",778,775,770,769,765,762,754,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","68108",5,42.3295,-71.0826,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",105,86,103,122,0,1,"","","Certification not required",0,754.495238,5.408547,772,"2013-04-22 00:00",766,"2013-05-01 00:00",765,"2013-10-31 00:00",764,"2013-10-13 00:00","","","","",766,765,762,761,758,755,747,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68108",6,42.3295,-71.0826,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,759.173077,5.166715,776,"2013-04-22 00:00",769,"2013-10-13 00:00",768,"2013-05-04 00:00",767,"2013-01-10 00:00","","","","",776,769,768,766,763,758,754,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","68109",1,42.3295,-71.0826,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",108,100,56,61,0,4,"","","Certification not required",0,1439.481481,3.175495,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","81102",1,42.3295,-71.0826,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",10,16,10,61,0,0,0,0,"Certification not required",0,14.9,8.238797,31,"2013-01-22 00:00",25,"2013-01-28 00:00",19,"2013-01-04 00:00",18,"2013-02-15 00:00","","","","",31,31,31,31,19,13,8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-06-28" +"25","025","0042","81102",2,42.3295,-71.0826,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",9,15,9,61,0,1,0,0,"Certification not required",0,15,8.396428,31,"2013-01-22 00:00",23,"2013-01-28 00:00",19,"2013-01-04 00:00",18,"2013-02-15 00:00","","","","",31,31,31,31,19,12,5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-06-28" +"25","025","0042","81102",4,42.3295,-71.0826,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",108,90,55,61,0,4,0,0,"Certification not required",1,15.12037,6.374185,38,"2013-01-22 00:00",34,"2013-07-18 00:00",29,"2013-05-31 00:00",28,"2013-06-24 00:00","","","","",34,29,26,23,19,14,8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-04" +"25","025","0042","81102",5,42.3295,-71.0826,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",105,92,56,61,0,5,0,0,"Certification not required",1,14.809524,6.30643,39,"2013-01-22 00:00",33,"2013-07-18 00:00",28,"2013-01-28 00:00",27,"2013-06-24 00:00","","","","",33,28,24,24,18,14,8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-04" +"25","025","0042","84313",1,42.3295,-71.0826,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE22ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8323,95,344,365,0,436,"","","Certification not required",1080,0.631502,0.531887,6.66,"2013-05-23 07:00",5.88,"2013-01-05 19:00",5.74,"2013-05-23 09:00",5.44,"2013-10-31 06:00","","","","",2.61,2.17,1.62,1.23,0.81,0.5,0.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","85101",4,42.3295,-71.0826,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",108,100,55,61,0,4,"","","Certification not required",1,15.305556,6.660609,42,"2013-01-22 00:00",33,"2013-07-18 00:00",30,"2013-01-28 00:00",28,"2013-05-31 00:00","","","","",33,30,26,24,19,14,8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","85101",5,42.3295,-71.0826,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,100,56,61,0,5,"","","Certification not required",1,15.038095,6.660625,43,"2013-01-22 00:00",33,"2013-07-18 00:00",31,"2013-01-28 00:00",27,"2013-06-24 00:00","","","","",33,31,26,24,19,14,8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","85102",6,42.3295,-71.0826,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.808409,0.768847,4.16,"2013-09-19 00:00",3.99,"2013-07-15 00:00",3.44,"2013-05-28 00:00",2.97,"2013-08-20 00:00","","","","",4.16,4.16,3.44,2.83,2.02,1.69,1.12,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85102",7,42.3295,-71.0826,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,1.625714,0.5204,2.46,"2013-01-22 00:00",2.4,"2013-02-15 00:00",2.22,"2013-07-09 00:00",2.2,"2013-04-28 00:00","","","","",2.46,2.46,2.4,2.22,1.92,1.64,1.14,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85103",6,42.3295,-71.0826,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.488864,0.330484,1.53,"2013-04-28 00:00",1.32,"2013-05-28 00:00",1.16,"2013-09-07 00:00",1,"2013-02-15 00:00","","","","",1.53,1.53,1.16,0.92,0.69,0.42,0.14,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85103",7,42.3295,-71.0826,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.421429,0.312942,1.24,"2013-04-28 00:00",0.99,"2013-02-15 00:00",0.87,"2013-08-26 00:00",0.66,"2013-05-10 00:00","","","","",1.24,1.24,0.99,0.87,0.57,0.35,0.18,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85105",6,42.3295,-71.0826,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.010227,0.007621,0.03,"2013-01-10 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-11 00:00",0.02,"2013-03-29 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85105",7,42.3295,-71.0826,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.008571,0.00727,0.02,"2013-01-10 00:00",0.02,"2013-04-04 00:00",0.02,"2013-07-09 00:00",0.02,"2013-08-26 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85110",6,42.3295,-71.0826,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.0875,0.037424,0.19,"2013-04-22 00:00",0.16,"2013-08-02 00:00",0.15,"2013-01-22 00:00",0.14,"2013-01-04 00:00","","","","",0.19,0.19,0.15,0.14,0.11,0.08,0.05,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85110",7,42.3295,-71.0826,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.078571,0.028859,0.15,"2013-02-15 00:00",0.12,"2013-05-10 00:00",0.12,"2013-08-26 00:00",0.11,"2013-04-28 00:00","","","","",0.15,0.15,0.12,0.12,0.09,0.07,0.05,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85112",6,42.3295,-71.0826,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,2.175227,2.751047,9.14,"2013-09-25 00:00",9.04,"2013-09-19 00:00",7.23,"2013-08-26 00:00",7.09,"2013-09-01 00:00","","","","",9.14,9.14,7.23,6.81,1.84,0.91,0.33,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85112",7,42.3295,-71.0826,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,1.925714,2.570653,7.4,"2013-08-14 00:00",7.38,"2013-08-26 00:00",7.18,"2013-08-02 00:00",6.15,"2013-09-13 00:00","","","","",7.4,7.4,7.38,7.18,1.43,0.76,0.32,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85113",6,42.3295,-71.0826,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.147955,0.085687,0.43,"2013-03-05 00:00",0.41,"2013-09-19 00:00",0.29,"2013-07-21 00:00",0.27,"2013-08-20 00:00","","","","",0.43,0.43,0.29,0.25,0.18,0.14,0.07,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85113",7,42.3295,-71.0826,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.132857,0.05578,0.27,"2013-07-21 00:00",0.21,"2013-07-09 00:00",0.18,"2013-05-10 00:00",0.17,"2013-06-03 00:00","","","","",0.27,0.27,0.21,0.18,0.17,0.13,0.07,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85129",6,42.3295,-71.0826,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,0,0,0,"Certification not required",0,0.003441,0.00164,0.0073,"2013-09-19 00:00",0.007,"2013-01-28 00:00",0.007,"2013-04-22 00:00",0.0067,"2013-05-28 00:00","","","","",0.0073,0.0073,0.007,0.006,0.0044,0.0031,0.0015,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85129",7,42.3295,-71.0826,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",21,34,21,61,0,0,0,0,"Certification not required",0,0.002929,0.00128,0.0054,"2013-04-28 00:00",0.0051,"2013-08-26 00:00",0.0046,"2013-05-10 00:00",0.0045,"2013-07-09 00:00","","","","",0.0054,0.0054,0.0051,0.0046,0.0035,0.0029,0.0016,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85132",6,42.3295,-71.0826,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,6.631818,4.006681,17.9,"2013-05-16 00:00",16.6,"2013-07-15 00:00",14.8,"2013-09-19 00:00",13.6,"2013-08-20 00:00","","","","",17.9,17.9,14.8,12.4,8.94,5.46,2.68,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85132",7,42.3295,-71.0826,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,5.73381,2.987771,12.3,"2013-07-09 00:00",11.5,"2013-05-10 00:00",9.11,"2013-08-26 00:00",8.78,"2013-08-02 00:00","","","","",12.3,12.3,11.5,9.11,7.05,4.95,2.73,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85136",6,42.3295,-71.0826,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.403864,0.882513,5.27,"2013-07-21 00:00",3.43,"2013-09-25 00:00",3.1,"2013-08-26 00:00",2.9,"2013-07-09 00:00","","","","",5.27,5.27,3.1,2.2,1.61,1.14,0.74,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85136",7,42.3295,-71.0826,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,1.658571,1.123189,5.41,"2013-07-21 00:00",3.65,"2013-04-16 00:00",2.78,"2013-07-09 00:00",2.47,"2013-06-27 00:00","","","","",5.41,5.41,3.65,2.78,1.63,1.47,0.9,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85142",6,42.3295,-71.0826,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.017045,0.009296,0.04,"2013-05-04 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-22 00:00",0.03,"2013-04-28 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85142",7,42.3295,-71.0826,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.014762,0.007496,0.03,"2013-02-27 00:00",0.03,"2013-05-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-03-11 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0.01,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85154",6,42.3295,-71.0826,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.216136,0.240264,1.13,"2013-02-15 00:00",0.84,"2013-08-26 00:00",0.68,"2013-01-04 00:00",0.59,"2013-09-01 00:00","","","","",1.13,1.13,0.68,0.47,0.31,0.17,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","85154",7,42.3295,-71.0826,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.228095,0.255296,1.05,"2013-02-15 00:00",0.59,"2013-08-26 00:00",0.47,"2013-02-03 00:00",0.45,"2013-07-09 00:00","","","","",1.05,1.05,0.59,0.47,0.3,0.15,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-12-16" +"25","025","0042","86101",1,42.3295,-71.0826,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",107,100,56,61,0,5,"","","Certification not required",0,8.094393,4.832727,35.5,"2013-01-22 00:00",20.7,"2013-01-25 00:00",19.6,"2013-01-28 00:00",19,"2013-04-25 00:00","","","","",20.7,19.6,16,12.5,10.5,7.4,2.7,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","88101",1,42.3295,-71.0826,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,4,0,0,"Certification not required",0,7.253704,3.504214,18.6,"2013-02-15 00:00",17.5,"2013-05-31 00:00",15.9,"2013-06-24 00:00",15.5,"2013-07-18 00:00","","","","",17.5,15.9,14.7,12.7,8.9,6.5,3.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","88101",1,42.3295,-71.0826,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,4,"","","Certification not required",0,7.253704,3.504214,18.6,"2013-02-15 00:00",17.5,"2013-05-31 00:00",15.9,"2013-06-24 00:00",15.5,"2013-07-18 00:00","","","","",17.5,15.9,14.7,12.7,8.9,6.5,3.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0042","88101",3,42.3295,-71.0826,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4347,50,183,365,0,69,"","","Certification not required",0,8.745618,5.845184,42.1,"2013-12-05 19:00",40.4,"2013-12-14 15:00",38.7,"2013-12-06 00:00",38,"2013-07-10 08:00","","","","",27.5,24.5,20.2,17,11.3,7.7,2.6,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0042","88101",3,42.3295,-71.0826,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,0,0,"Certification not required",0,8.723757,4.557038,24.3,"2013-07-19 00:00",23.5,"2013-07-20 00:00",19.4,"2013-07-10 00:00",19,"2013-08-27 00:00","","","","",23.5,19,17.8,16.3,11,7.3,4.3,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0042","88101",3,42.3295,-71.0826,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,"","","Certification not required",0,8.723757,4.557038,24.3,"2013-07-19 00:00",23.5,"2013-07-20 00:00",19.4,"2013-07-10 00:00",19,"2013-08-27 00:00","","","","",23.5,19,17.8,16.3,11,7.3,4.3,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0042","88102",5,42.3295,-71.0826,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",100,0.019418,0.006132,0.053,"2013-02-24 00:00",0.034,"2013-09-04 00:00",0.031,"2013-06-09 00:00",0.026,"2013-01-16 00:00","","","","",0.034,0.031,0.026,0.026,0.021,0.0195,0.0095,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88102",6,42.3295,-71.0826,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.019692,0.007278,0.063,"2013-09-25 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-21 00:00",0.026,"2013-03-17 00:00","","","","",0.063,0.026,0.026,0.026,0.021,0.0195,0.014,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88103",5,42.3295,-71.0826,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.000433,0.000693,0.004,"2013-02-21 00:00",0.002,"2013-03-23 00:00",0.002,"2013-06-18 00:00",0.002,"2013-06-21 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88103",6,42.3295,-71.0826,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000462,0.000727,0.003,"2013-09-07 00:00",0.002,"2013-02-15 00:00",0.002,"2013-08-20 00:00",0.002,"2013-08-26 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88104",5,42.3295,-71.0826,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",70,0.020798,0.037371,0.313,"2013-06-24 00:00",0.181,"2013-07-03 00:00",0.119,"2013-08-14 00:00",0.11,"2013-06-30 00:00","","","","",0.181,0.119,0.046,0.036,0.02,0.0115,0.0065,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88104",6,42.3295,-71.0826,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",39,0.018375,0.034545,0.25,"2013-07-03 00:00",0.052,"2013-04-04 00:00",0.048,"2013-02-09 00:00",0.036,"2013-05-10 00:00","","","","",0.25,0.052,0.048,0.035,0.0125,0.0115,0.0065,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88107",5,42.3295,-71.0826,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.00777,0.007903,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-13 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88107",6,42.3295,-71.0826,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005454,0.003431,0.0295,"2013-01-10 00:00",0.0055,"2013-02-15 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-04-16 00:00","","","","",0.0295,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88109",5,42.3295,-71.0826,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",42,0.002271,0.001482,0.0063,"2013-01-25 00:00",0.0061,"2013-05-31 00:00",0.0057,"2013-02-14 00:00",0.0057,"2013-04-07 00:00","","","","",0.0061,0.0057,0.0054,0.0043,0.0033,0.002,0.00065,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88109",6,42.3295,-71.0826,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.002891,0.00132,0.0065,"2013-03-11 00:00",0.0052,"2013-04-22 00:00",0.005,"2013-05-28 00:00",0.0048,"2013-01-28 00:00","","","","",0.0065,0.0052,0.005,0.0042,0.0038,0.003,0.0009,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88110",5,42.3295,-71.0826,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.001663,0.004366,0.025,"2013-04-25 00:00",0.024,"2013-07-24 00:00",0.014,"2013-03-23 00:00",0.012,"2013-02-06 00:00","","","","",0.024,0.014,0.009,0.006,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88110",6,42.3295,-71.0826,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001692,0.004027,0.017,"2013-09-07 00:00",0.013,"2013-07-09 00:00",0.012,"2013-02-09 00:00",0.012,"2013-03-17 00:00","","","","",0.017,0.013,0.012,0.008,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88111",5,42.3295,-71.0826,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",22,0.020912,0.016964,0.0923,"2013-07-18 00:00",0.0757,"2013-06-24 00:00",0.0684,"2013-07-29 00:00",0.0541,"2013-07-03 00:00","","","","",0.0757,0.0684,0.0498,0.0445,0.0295,0.0174,0.0037,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88111",6,42.3295,-71.0826,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.020376,0.014518,0.0592,"2013-01-28 00:00",0.0523,"2013-07-09 00:00",0.0464,"2013-02-27 00:00",0.0431,"2013-09-19 00:00","","","","",0.0592,0.0523,0.0464,0.041,0.0316,0.0186,0.00375,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88112",5,42.3295,-71.0826,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.005413,0.013237,0.08,"2013-09-22 00:00",0.079,"2013-09-19 00:00",0.068,"2013-10-04 00:00",0.033,"2013-09-16 00:00","","","","",0.079,0.068,0.024,0.007,0.004,0.002,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88112",6,42.3295,-71.0826,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004154,0.010685,0.065,"2013-10-01 00:00",0.042,"2013-09-25 00:00",0.022,"2013-10-07 00:00",0.007,"2013-05-22 00:00","","","","",0.065,0.042,0.022,0.004,0.003,0.002,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88113",5,42.3295,-71.0826,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",103,0.000692,0.000177,0.0019,"2013-01-31 00:00",0.001,"2013-02-18 00:00",0.001,"2013-02-21 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0.001,0.0007,0.00065,0.00055,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88113",6,42.3295,-71.0826,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00067,0.000167,0.0016,"2013-02-21 00:00",0.0011,"2013-06-27 00:00",0.001,"2013-01-10 00:00",0.0007,"2013-01-16 00:00","","","","",0.0016,0.0011,0.001,0.0007,0.0007,0.00065,0.00055,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88114",5,42.3295,-71.0826,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",43,0.003967,0.005864,0.0338,"2013-02-03 00:00",0.03,"2013-01-16 00:00",0.0279,"2013-02-27 00:00",0.0212,"2013-01-28 00:00","","","","",0.03,0.0279,0.016,0.0081,0.0039,0.0022,0.0008,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88114",6,42.3295,-71.0826,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.003688,0.003524,0.017,"2013-02-03 00:00",0.0137,"2013-01-28 00:00",0.012,"2013-01-10 00:00",0.0101,"2013-01-16 00:00","","","","",0.017,0.0137,0.012,0.0086,0.0043,0.0028,0.0008,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88115",5,42.3295,-71.0826,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",39,0.049731,0.131332,0.892,"2013-02-27 00:00",0.677,"2013-05-04 00:00",0.509,"2013-03-11 00:00",0.461,"2013-01-31 00:00","","","","",0.677,0.509,0.253,0.108,0.0263,0.01,0.0039,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88115",6,42.3295,-71.0826,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.072311,0.175018,0.802,"2013-02-27 00:00",0.725,"2013-05-04 00:00",0.559,"2013-03-11 00:00",0.468,"2013-02-21 00:00","","","","",0.802,0.725,0.559,0.157,0.0294,0.0119,0.00385,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88117",5,42.3295,-71.0826,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.008366,0.012587,0.043,"2013-02-18 00:00",0.043,"2013-02-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-13 00:00","","","","",0.043,0.043,0.043,0.043,0.0048,0.0041,0.0028,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88117",6,42.3295,-71.0826,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.004623,0.005467,0.043,"2013-01-10 00:00",0.00485,"2013-02-15 00:00",0.00485,"2013-03-05 00:00",0.00485,"2013-04-16 00:00","","","","",0.043,0.00485,0.00485,0.00485,0.0048,0.0041,0.0028,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88118",5,42.3295,-71.0826,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.0104,0.007004,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-13 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.00405,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88118",6,42.3295,-71.0826,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009509,0.006051,0.023,"2013-01-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00",0.017,"2013-02-09 00:00","","","","",0.023,0.017,0.017,0.017,0.017,0.0055,0.0041,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88126",5,42.3295,-71.0826,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.063578,0.046216,0.284,"2013-10-04 00:00",0.267,"2013-06-24 00:00",0.191,"2013-06-12 00:00",0.188,"2013-04-25 00:00","","","","",0.267,0.191,0.148,0.112,0.0766,0.0514,0.0263,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88126",6,42.3295,-71.0826,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0603,0.032903,0.151,"2013-07-03 00:00",0.135,"2013-07-15 00:00",0.129,"2013-09-19 00:00",0.128,"2013-10-01 00:00","","","","",0.151,0.135,0.129,0.108,0.0852,0.0511,0.0289,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88128",5,42.3295,-71.0826,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.000654,0.001041,0.004,"2013-05-28 00:00",0.004,"2013-07-29 00:00",0.003,"2013-01-16 00:00",0.003,"2013-01-28 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88128",6,42.3295,-71.0826,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000827,0.00115,0.004,"2013-01-16 00:00",0.004,"2013-06-21 00:00",0.004,"2013-09-19 00:00",0.003,"2013-04-28 00:00","","","","",0.004,0.004,0.004,0.002,0.001,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88131",5,42.3295,-71.0826,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",99,0.010615,0.004852,0.038,"2013-08-26 00:00",0.03,"2013-06-06 00:00",0.02,"2013-08-08 00:00",0.019,"2013-05-10 00:00","","","","",0.03,0.02,0.0165,0.0165,0.011,0.008,0.007,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88131",6,42.3295,-71.0826,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.010077,0.003261,0.019,"2013-01-16 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.019,0.0165,0.0165,0.0165,0.011,0.011,0.007,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88132",5,42.3295,-71.0826,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.001817,0.003309,0.023,"2013-06-12 00:00",0.017,"2013-04-25 00:00",0.009,"2013-06-18 00:00",0.008,"2013-05-22 00:00","","","","",0.017,0.009,0.008,0.005,0.002,0.001,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88132",6,42.3295,-71.0826,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001462,0.002005,0.008,"2013-07-09 00:00",0.007,"2013-05-22 00:00",0.007,"2013-07-15 00:00",0.006,"2013-05-16 00:00","","","","",0.008,0.007,0.007,0.004,0.002,0.001,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88136",5,42.3295,-71.0826,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.000625,0.001294,0.009,"2013-10-04 00:00",0.007,"2013-07-21 00:00",0.003,"2013-05-13 00:00",0.003,"2013-10-10 00:00","","","","",0.007,0.003,0.002,0.002,0.001,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88136",6,42.3295,-71.0826,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000327,0.00081,0.005,"2013-07-21 00:00",0.002,"2013-06-03 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-15 00:00","","","","",0.005,0.002,0.001,0.001,0,0,0,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88140",5,42.3295,-71.0826,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",83,0.011473,0.013155,0.0799,"2013-05-04 00:00",0.072,"2013-03-11 00:00",0.061,"2013-02-27 00:00",0.049,"2013-07-21 00:00","","","","",0.072,0.061,0.035,0.021,0.009,0.006,0.00475,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88140",6,42.3295,-71.0826,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.012176,0.014627,0.07,"2013-03-11 00:00",0.064,"2013-05-04 00:00",0.0533,"2013-04-22 00:00",0.042,"2013-02-27 00:00","","","","",0.07,0.064,0.0533,0.0201,0.009,0.006,0.0055,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88152",5,42.3295,-71.0826,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.00542,0.001611,0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-27 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88152",6,42.3295,-71.0826,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005699,0.001339,0.008,"2013-02-15 00:00",0.008,"2013-03-05 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-16 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88154",5,42.3295,-71.0826,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.001047,0.000252,0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-06 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88154",6,42.3295,-71.0826,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001078,0.000264,0.0017,"2013-02-15 00:00",0.0016,"2013-08-26 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00","","","","",0.0017,0.0016,0.0013,0.0013,0.0013,0.001,0.00065,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88160",5,42.3295,-71.0826,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",100,0.013327,0.005013,0.037,"2013-09-19 00:00",0.035,"2013-10-28 00:00",0.025,"2013-05-19 00:00",0.021,"2013-03-20 00:00","","","","",0.035,0.025,0.018,0.018,0.016,0.01,0.008,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88160",6,42.3295,-71.0826,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.014462,0.0085,0.068,"2013-10-07 00:00",0.028,"2013-01-10 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00","","","","",0.068,0.028,0.018,0.018,0.016,0.016,0.01,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88161",5,42.3295,-71.0826,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",95,0.002923,0.003179,0.0317,"2013-06-24 00:00",0.014,"2013-07-03 00:00",0.0064,"2013-05-01 00:00",0.0062,"2013-10-25 00:00","","","","",0.014,0.0064,0.0059,0.00265,0.00265,0.0025,0.0021,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88161",6,42.3295,-71.0826,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.002752,0.001369,0.0099,"2013-07-03 00:00",0.0067,"2013-08-26 00:00",0.0062,"2013-05-28 00:00",0.005,"2013-11-06 00:00","","","","",0.0099,0.0067,0.0062,0.00265,0.00265,0.0025,0.0021,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88164",5,42.3295,-71.0826,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",103,0.001564,0.000268,0.002,"2013-10-16 00:00",0.0019,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.00095,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88164",6,42.3295,-71.0826,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001611,0.000185,0.0019,"2013-02-15 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88165",5,42.3295,-71.0826,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",11,0.050006,0.077026,0.687,"2013-06-24 00:00",0.407,"2013-07-03 00:00",0.12,"2013-05-01 00:00",0.112,"2013-07-18 00:00","","","","",0.407,0.12,0.0978,0.082,0.056,0.037,0.009,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88165",6,42.3295,-71.0826,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.047921,0.055984,0.409,"2013-07-03 00:00",0.091,"2013-05-28 00:00",0.087,"2013-09-19 00:00",0.086,"2013-07-15 00:00","","","","",0.409,0.091,0.087,0.0757,0.059,0.0337,0.014,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88166",5,42.3295,-71.0826,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.008148,0.004613,0.019,"2013-01-16 00:00",0.019,"2013-10-25 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88166",6,42.3295,-71.0826,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00783,0.004302,0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-04-22 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88167",5,42.3295,-71.0826,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",20,0.009651,0.014519,0.115,"2013-06-12 00:00",0.0685,"2013-04-25 00:00",0.061,"2013-09-28 00:00",0.032,"2013-05-01 00:00","","","","",0.0685,0.061,0.023,0.0189,0.0119,0.0058,0.0013,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88167",6,42.3295,-71.0826,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.007716,0.005992,0.0233,"2013-07-09 00:00",0.0212,"2013-07-15 00:00",0.0198,"2013-10-31 00:00",0.0189,"2013-05-22 00:00","","","","",0.0233,0.0212,0.0198,0.0158,0.012,0.0055,0.00175,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88168",5,42.3295,-71.0826,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",99,0.001344,0.000659,0.0058,"2013-07-06 00:00",0.0047,"2013-05-22 00:00",0.003,"2013-09-13 00:00",0.0021,"2013-07-24 00:00","","","","",0.0047,0.003,0.00175,0.00175,0.00155,0.00115,0.00085,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88168",6,42.3295,-71.0826,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001373,0.001284,0.0097,"2013-03-05 00:00",0.0043,"2013-07-15 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0097,0.0043,0.00175,0.00175,0.00115,0.00115,0.00085,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88169",5,42.3295,-71.0826,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.459205,0.295592,1.63,"2013-05-31 00:00",1.23,"2013-02-14 00:00",1.15,"2013-07-18 00:00",1.15,"2013-08-20 00:00","","","","",1.23,1.15,1.08,0.872,0.583,0.376,0.18,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88169",6,42.3295,-71.0826,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.503654,0.328003,1.79,"2013-08-26 00:00",1.32,"2013-02-15 00:00",1.17,"2013-08-20 00:00",1.04,"2013-01-04 00:00","","","","",1.79,1.32,1.17,0.987,0.579,0.428,0.213,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88176",5,42.3295,-71.0826,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",101,0.001016,0.000243,0.0018,"2013-01-19 00:00",0.0017,"2013-05-28 00:00",0.0016,"2013-08-26 00:00",0.0013,"2013-01-16 00:00","","","","",0.0017,0.0016,0.0013,0.0013,0.0013,0.001,0.0007,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88176",6,42.3295,-71.0826,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000919,0.000189,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88180",5,42.3295,-71.0826,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",1,0.039473,0.023958,0.127,"2013-07-03 00:00",0.126,"2013-10-31 00:00",0.119,"2013-06-24 00:00",0.114,"2013-07-06 00:00","","","","",0.126,0.119,0.094,0.0663,0.0467,0.0335,0.0183,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88180",6,42.3295,-71.0826,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.043002,0.026082,0.132,"2013-07-03 00:00",0.126,"2013-10-31 00:00",0.0923,"2013-01-04 00:00",0.087,"2013-01-28 00:00","","","","",0.132,0.126,0.0923,0.0771,0.0514,0.0357,0.0163,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88184",5,42.3295,-71.0826,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",40,0.095144,0.120981,0.689,"2013-05-04 00:00",0.634,"2013-03-11 00:00",0.581,"2013-02-27 00:00",0.335,"2013-04-22 00:00","","","","",0.634,0.581,0.259,0.231,0.136,0.044,0.0155,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88184",6,42.3295,-71.0826,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",24,0.10324,0.140863,0.635,"2013-03-11 00:00",0.608,"2013-05-04 00:00",0.509,"2013-02-27 00:00",0.321,"2013-04-22 00:00","","","","",0.635,0.608,0.509,0.242,0.116,0.049,0.0195,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88185",5,42.3295,-71.0826,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",104,0.003355,0.003507,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-05 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88185",6,42.3295,-71.0826,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.003289,0.003425,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88301",5,42.3295,-71.0826,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",2,0.410254,0.413763,2.42,"2013-02-14 00:00",1.81,"2013-02-06 00:00",1.69,"2013-01-04 00:00",1.56,"2013-01-07 00:00","","","","",1.81,1.69,1.35,0.877,0.513,0.299,0.0558,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88301",6,42.3295,-71.0826,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.491737,0.514427,2.51,"2013-02-15 00:00",2.17,"2013-08-26 00:00",1.79,"2013-01-04 00:00",1.35,"2013-02-03 00:00","","","","",2.51,2.17,1.79,0.959,0.581,0.305,0.132,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88302",5,42.3295,-71.0826,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",4,0.118106,0.125757,0.771,"2013-05-04 00:00",0.711,"2013-03-11 00:00",0.599,"2013-02-27 00:00",0.381,"2013-01-31 00:00","","","","",0.711,0.599,0.284,0.234,0.14,0.08,0.027,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88302",6,42.3295,-71.0826,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.167202,0.223804,1.31,"2013-05-22 00:00",0.76,"2013-05-04 00:00",0.633,"2013-03-11 00:00",0.557,"2013-02-27 00:00","","","","",1.31,0.76,0.633,0.32,0.211,0.09,0.02,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88303",5,42.3295,-71.0826,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",39,0.03365,0.039058,0.339,"2013-06-12 00:00",0.119,"2013-06-27 00:00",0.107,"2013-01-07 00:00",0.096,"2013-08-14 00:00","","","","",0.119,0.107,0.08,0.073,0.039,0.024,0.0115,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88303",6,42.3295,-71.0826,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.035621,0.021707,0.102,"2013-07-15 00:00",0.08,"2013-05-04 00:00",0.075,"2013-03-29 00:00",0.072,"2013-07-09 00:00","","","","",0.102,0.08,0.075,0.064,0.048,0.032,0.0115,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88306",5,42.3295,-71.0826,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,0.702942,0.800466,4.83,"2013-02-14 00:00",4.34,"2013-02-06 00:00",3.43,"2013-02-03 00:00",3.07,"2013-01-04 00:00","","","","",4.34,3.43,2.57,1.38,0.719,0.473,0.208,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88306",6,42.3295,-71.0826,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.856981,0.915984,4.75,"2013-02-15 00:00",3.65,"2013-02-03 00:00",3.18,"2013-01-04 00:00",2.47,"2013-10-31 00:00","","","","",4.75,3.65,3.18,1.84,0.848,0.538,0.243,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88355",5,42.3295,-71.0826,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,1.954045,0.816788,4.41,"2013-05-31 00:00",4.28,"2013-10-31 00:00",4.13,"2013-02-15 00:00",3.92,"2013-01-07 00:00","","","","",4.41,4.28,3.85,3.16,2.28,1.85,1.14,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88355",6,42.3295,-71.0826,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.194333,0.929612,4.79,"2013-07-09 00:00",3.98,"2013-07-15 00:00",3.88,"2013-08-20 00:00",3.79,"2013-02-15 00:00","","","","",4.79,3.98,3.88,3.52,2.71,1.98,1.14,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88357",5,42.3295,-71.0826,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.414315,0.19462,1.08,"2013-09-19 00:00",1.07,"2013-10-31 00:00",0.807,"2013-10-04 00:00",0.765,"2013-05-28 00:00","","","","",1.08,1.07,0.743,0.687,0.546,0.397,0.207,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88357",6,42.3295,-71.0826,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.424196,0.202096,1.06,"2013-10-31 00:00",0.898,"2013-09-19 00:00",0.792,"2013-11-06 00:00",0.771,"2013-07-15 00:00","","","","",1.06,0.898,0.792,0.703,0.542,0.399,0.213,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88370",5,42.3295,-71.0826,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,1.763315,0.721579,3.97,"2013-05-31 00:00",3.82,"2013-02-15 00:00",3.49,"2013-01-04 00:00",3.49,"2013-10-31 00:00","","","","",3.97,3.82,3.48,2.74,2.13,1.61,1.05,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88370",6,42.3295,-71.0826,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.987686,0.817401,4.29,"2013-07-09 00:00",3.58,"2013-07-15 00:00",3.46,"2013-02-15 00:00",3.4,"2013-08-20 00:00","","","","",4.29,3.58,3.46,3.14,2.47,1.85,1.08,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88374",5,42.3295,-71.0826,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.18691,0.128304,0.617,"2013-08-26 00:00",0.538,"2013-08-17 00:00",0.533,"2013-05-31 00:00",0.493,"2013-02-15 00:00","","","","",0.617,0.538,0.463,0.391,0.216,0.152,0.064,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88374",6,42.3295,-71.0826,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.19902,0.142381,0.612,"2013-07-15 00:00",0.601,"2013-02-15 00:00",0.561,"2013-08-20 00:00",0.515,"2013-10-31 00:00","","","","",0.612,0.601,0.561,0.427,0.241,0.155,0.079,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88375",5,42.3295,-71.0826,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.474202,0.186771,1.2,"2013-05-31 00:00",1.02,"2013-08-20 00:00",0.96,"2013-10-31 00:00",0.93,"2013-02-15 00:00","","","","",1.2,1.02,0.873,0.73,0.551,0.448,0.277,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88375",6,42.3295,-71.0826,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.539294,0.231569,1.33,"2013-07-09 00:00",1,"2013-07-15 00:00",0.901,"2013-07-03 00:00",0.88,"2013-10-01 00:00","","","","",1.33,1,0.901,0.846,0.657,0.491,0.28,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88376",5,42.3295,-71.0826,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.58418,0.223973,1.23,"2013-10-31 00:00",1.1,"2013-01-04 00:00",1.08,"2013-05-28 00:00",1.01,"2013-01-07 00:00","","","","",1.23,1.1,1,0.952,0.685,0.533,0.315,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88376",6,42.3295,-71.0826,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.640471,0.250042,1.24,"2013-07-09 00:00",1.18,"2013-07-03 00:00",1.13,"2013-10-01 00:00",1.07,"2013-07-15 00:00","","","","",1.24,1.18,1.13,0.947,0.816,0.644,0.35,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88377",5,42.3295,-71.0826,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.356506,0.193117,1.07,"2013-01-07 00:00",1.04,"2013-02-15 00:00",1.01,"2013-01-04 00:00",0.911,"2013-10-31 00:00","","","","",1.07,1.04,0.675,0.583,0.416,0.308,0.184,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88377",6,42.3295,-71.0826,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.383549,0.180432,0.83,"2013-07-09 00:00",0.787,"2013-01-28 00:00",0.764,"2013-02-15 00:00",0.745,"2013-10-31 00:00","","","","",0.83,0.787,0.764,0.651,0.509,0.334,0.199,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88378",5,42.3295,-71.0826,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",13,0.161483,0.142677,0.932,"2013-05-31 00:00",0.491,"2013-08-20 00:00",0.417,"2013-02-15 00:00",0.392,"2013-01-13 00:00","","","","",0.932,0.491,0.362,0.34,0.243,0.15,0.001,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88378",6,42.3295,-71.0826,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.225333,0.159735,0.603,"2013-01-04 00:00",0.581,"2013-02-15 00:00",0.507,"2013-08-26 00:00",0.499,"2013-07-27 00:00","","","","",0.603,0.581,0.507,0.467,0.352,0.185,0.062,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88380",5,42.3295,-71.0826,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.604629,0.291862,1.86,"2013-10-31 00:00",1.49,"2013-09-19 00:00",1.32,"2013-05-28 00:00",1.14,"2013-10-04 00:00","","","","",1.86,1.49,1.03,0.942,0.766,0.529,0.279,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88380",6,42.3295,-71.0826,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.630706,0.325998,1.75,"2013-10-31 00:00",1.36,"2013-09-19 00:00",1.18,"2013-07-15 00:00",1.13,"2013-11-06 00:00","","","","",1.75,1.36,1.18,1.09,0.823,0.563,0.285,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88383",5,42.3295,-71.0826,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.710629,0.334327,1.89,"2013-05-31 00:00",1.84,"2013-10-31 00:00",1.46,"2013-09-19 00:00",1.36,"2013-05-28 00:00","","","","",1.89,1.84,1.29,1.09,0.898,0.681,0.321,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88383",6,42.3295,-71.0826,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.807275,0.368944,1.81,"2013-10-31 00:00",1.48,"2013-07-15 00:00",1.43,"2013-05-28 00:00",1.42,"2013-08-20 00:00","","","","",1.81,1.48,1.43,1.35,1.1,0.762,0.356,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88384",5,42.3295,-71.0826,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",1,0.054813,0.028318,0.141,"2013-03-29 00:00",0.134,"2013-08-14 00:00",0.125,"2013-08-20 00:00",0.119,"2013-06-06 00:00","","","","",0.141,0.134,0.118,0.0971,0.0644,0.0489,0.0262,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88384",6,42.3295,-71.0826,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.048187,0.024636,0.137,"2013-06-09 00:00",0.0969,"2013-08-20 00:00",0.0962,"2013-07-03 00:00",0.0865,"2013-08-14 00:00","","","","",0.137,0.0969,0.0962,0.0806,0.0603,0.0469,0.023,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88385",5,42.3295,-71.0826,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",84,0.001154,0.000703,0.00617,"2013-08-14 00:00",0.00371,"2013-10-13 00:00",0.00318,"2013-04-16 00:00",0.00304,"2013-10-25 00:00","","","","",0.00617,0.00371,0.00263,0.001,0.001,0.001,0.001,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88385",6,42.3295,-71.0826,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001159,0.000811,0.00583,"2013-07-03 00:00",0.00429,"2013-09-13 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00583,0.00429,0.001,0.001,0.001,0.001,0.001,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88388",5,42.3295,-71.0826,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.351483,0.206151,1.38,"2013-05-31 00:00",0.847,"2013-08-26 00:00",0.783,"2013-10-31 00:00",0.772,"2013-08-20 00:00","","","","",1.38,0.847,0.728,0.594,0.451,0.333,0.122,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88388",6,42.3295,-71.0826,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.431529,0.239127,0.962,"2013-07-09 00:00",0.919,"2013-01-04 00:00",0.912,"2013-02-15 00:00",0.907,"2013-08-20 00:00","","","","",0.962,0.919,0.912,0.821,0.553,0.364,0.182,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88403",5,42.3295,-71.0826,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,1.155865,0.784902,4.26,"2013-05-31 00:00",3.72,"2013-02-14 00:00",3.05,"2013-10-31 00:00",3.02,"2013-07-18 00:00","","","","",3.72,3.05,2.73,2.18,1.44,0.94,0.437,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88403",6,42.3295,-71.0826,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.356058,0.920171,5,"2013-08-26 00:00",3.8,"2013-02-15 00:00",2.95,"2013-10-31 00:00",2.87,"2013-01-04 00:00","","","","",5,3.8,2.95,2.56,1.58,1.11,0.557,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88502",3,42.3295,-71.0826,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4120,95,170,181,0,224,"","","Certification not required",0,7.013325,5.497393,61.4,"2013-06-11 21:00",44.7,"2013-05-23 10:00",34.6,"2013-01-09 09:00",34.4,"2013-01-09 08:00","","","","",26.3,22.5,17.9,13.9,9.3,5.8,1.5,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-11-13" +"25","025","0042","88502",3,42.3295,-71.0826,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",170,94,170,181,0,0,"","","Certification not required",0,6.967059,4.104576,23.7,"2013-01-09 00:00",21.8,"2013-01-29 00:00",21.4,"2013-01-06 00:00",20,"2013-02-15 00:00","","","","",21.8,20,15.4,11.9,8.6,6.1,3.2,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2013-11-13" +"25","025","0042","88502",5,42.3295,-71.0826,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,102,122,0,2,"","","Certification not required",0,8.057692,5.046073,41.5,"2013-07-15 00:00",19.8,"2013-02-14 00:00",19.3,"2013-07-09 00:00",17.8,"2013-05-31 00:00","","","","",19.8,19.3,16.8,14,9,7,3.8,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0042","88502",6,42.3295,-71.0826,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.238462,4.066079,19.9,"2013-02-15 00:00",19.7,"2013-08-26 00:00",16.5,"2013-10-31 00:00",15.7,"2013-01-04 00:00","","","","",19.9,19.7,16.5,13.7,10.5,7.3,4.1,"DUDLEY SQUARE ROXBURY","HARRISON AVE","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"25","025","0043","68101",1,42.3631,-71.0543,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",316,100,56,61,0,17,"","","Certification not required",308,0.053797,0.026152,0.3,"2013-02-21 00:00",0.3,"2013-10-31 00:00",0.2,"2013-01-26 00:00",0.2,"2013-03-04 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68101",2,42.3631,-71.0543,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",295,100,56,61,0,38,"","","Certification not required",133,0.128983,0.090439,0.4,"2013-03-12 00:00",0.4,"2013-10-14 00:00",0.3,"2013-01-05 00:00",0.3,"2013-01-12 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.05,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68102",1,42.3631,-71.0543,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",316,100,56,61,0,17,"","","Certification not required",0,24.040823,0.104856,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-05 00:00",24.1,"2013-01-06 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68102",2,42.3631,-71.0543,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",295,100,56,61,0,38,"","","Certification not required",0,23.987797,0.071335,24.1,"2013-07-29 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00","","","","",24,24,24,24,24,24,24,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68103",1,42.3631,-71.0543,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",316,100,56,61,0,17,"","","Certification not required",0,7.421835,9.202053,26.5,"2013-07-19 00:00",25.5,"2013-07-17 00:00",25.5,"2013-07-20 00:00",25.4,"2013-07-06 00:00","","","","",25.4,24.8,21,19.3,15,7.7,-4.3,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68103",2,42.3631,-71.0543,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",295,100,56,61,0,38,"","","Certification not required",0,7.293559,9.25935,26.8,"2013-07-19 00:00",25.7,"2013-07-06 00:00",25.6,"2013-07-05 00:00",25.6,"2013-07-20 00:00","","","","",25.6,25.1,21,19,14.9,7.5,-4.5,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68104",1,42.3631,-71.0543,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",316,100,56,61,0,17,"","","Certification not required",0,16.412658,10.382487,37.9,"2013-07-17 00:00",36.9,"2013-07-16 00:00",36.9,"2013-07-19 00:00",35.6,"2013-07-05 00:00","","","","",35.6,34.8,33.4,29.4,25.2,17.6,2.8,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68104",2,42.3631,-71.0543,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",295,100,56,61,0,38,"","","Certification not required",0,16.365424,10.519028,39.6,"2013-06-17 00:00",38.4,"2013-07-17 00:00",37.6,"2013-07-19 00:00",36.3,"2013-05-31 00:00","","","","",37.6,36.2,34.4,29.5,24.3,17,3,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68105",1,42.3631,-71.0543,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",316,100,56,61,0,17,"","","Certification not required",0,11.643671,9.544701,31.1,"2013-07-19 00:00",31,"2013-07-17 00:00",30.1,"2013-07-20 00:00",29.8,"2013-07-05 00:00","","","","",29.8,28.7,26.3,23.6,19.4,12.4,-0.8,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68105",2,42.3631,-71.0543,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",295,100,56,61,0,38,"","","Certification not required",0,11.504746,9.614762,31.7,"2013-07-19 00:00",31,"2013-07-17 00:00",30.5,"2013-07-20 00:00",30.3,"2013-07-05 00:00","","","","",30.5,29.9,26.6,23.8,19.2,11.8,-0.5,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68106",1,42.3631,-71.0543,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",316,100,56,61,0,17,"","","Certification not required",0,755.120253,6.095908,772,"2013-04-22 00:00",771,"2013-11-30 00:00",770,"2013-11-05 00:00",770,"2013-11-29 00:00","","","","",770,768,765,763,759,755,747,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68106",2,42.3631,-71.0543,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",295,100,56,61,0,38,"","","Certification not required",0,756.359322,6.076584,773,"2013-04-22 00:00",772,"2013-11-05 00:00",771,"2013-11-29 00:00",771,"2013-11-30 00:00","","","","",771,769,766,764,760,756,749,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68107",1,42.3631,-71.0543,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",316,100,56,61,0,17,"","","Certification not required",0,761.917722,5.722099,781,"2013-11-30 00:00",780,"2013-11-29 00:00",778,"2013-04-22 00:00",777,"2013-11-05 00:00","","","","",777,776,771,769,766,762,754,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68107",2,42.3631,-71.0543,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",295,100,56,61,0,38,"","","Certification not required",0,763.050847,5.846168,787,"2013-05-06 00:00",781,"2013-11-30 00:00",780,"2013-11-29 00:00",779,"2013-04-22 00:00","","","","",780,777,773,770,767,763,756,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68108",1,42.3631,-71.0543,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",316,100,56,61,0,17,"","","Certification not required",0,758.563291,5.856955,777,"2013-11-30 00:00",775,"2013-04-22 00:00",775,"2013-11-29 00:00",774,"2013-11-05 00:00","","","","",774,773,768,766,762,759,751,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68108",2,42.3631,-71.0543,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",295,100,56,61,0,38,"","","Certification not required",0,759.762712,5.795081,778,"2013-11-30 00:00",777,"2013-04-22 00:00",775,"2013-11-04 00:00",775,"2013-11-05 00:00","","","","",775,774,769,767,764,760,753,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68109",1,42.3631,-71.0543,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",316,100,56,61,0,17,"","","Certification not required",0,1438.439873,5.426524,1440,"2013-01-01 00:00",1440,"2013-01-03 00:00",1440,"2013-01-04 00:00",1440,"2013-01-05 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","68109",2,42.3631,-71.0543,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",295,100,56,61,0,38,"","","Certification not required",0,1438.60339,3.688831,1440,"2013-05-04 00:00",1440,"2013-05-05 00:00",1440,"2013-05-06 00:00",1440,"2013-05-07 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","84313",1,42.3631,-71.0543,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE22ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8478,97,349,365,0,282,"","","Certification not required",493,0.83567,0.655053,8.48,"2013-08-28 06:00",8.07,"2013-03-09 21:00",7.52,"2013-03-10 05:00",7.43,"2013-10-31 08:00","","","","",3.24,2.63,2,1.58,1.08,0.67,0.25,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","88101",1,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,17,0,0,"Certification not required",0,8.626266,3.860961,26.2,"2013-07-20 00:00",24.1,"2013-07-19 00:00",22.6,"2013-01-09 00:00",21.2,"2013-01-06 00:00","","","","",21.2,19.9,16.8,14.3,10,7.7,5,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","88101",1,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,17,"","","Certification not required",0,8.626266,3.860961,26.2,"2013-07-20 00:00",24.1,"2013-07-19 00:00",22.6,"2013-01-09 00:00",21.2,"2013-01-06 00:00","","","","",21.2,19.9,16.8,14.3,10,7.7,5,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","88101",2,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",295,81,295,365,0,38,0,0,"Certification not required",0,8.449831,3.730704,24.3,"2013-07-20 00:00",24,"2013-07-19 00:00",21.7,"2013-02-15 00:00",21.3,"2013-01-09 00:00","","","","",21.7,19.4,16.2,13.7,9.9,7.6,4.8,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","88101",2,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",295,81,295,365,0,38,"","","Certification not required",0,8.449831,3.730704,24.3,"2013-07-20 00:00",24,"2013-07-19 00:00",21.7,"2013-02-15 00:00",21.3,"2013-01-09 00:00","","","","",21.7,19.4,16.2,13.7,9.9,7.6,4.8,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-30" +"25","025","0043","88101",3,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4218,48,181,365,0,198,"","","Certification not required",0,11.766856,6.568221,52,"2013-07-10 08:00",48,"2013-12-05 19:00",47.4,"2013-10-31 08:00",46.1,"2013-10-30 22:00","","","","",31.5,29,24.4,20.7,15.1,10.5,4.9,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0043","88101",3,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",175,48,175,365,0,0,0,0,"Certification not required",0,11.747429,4.700536,26,"2013-10-31 00:00",25,"2013-07-20 00:00",24.3,"2013-12-05 00:00",24.2,"2013-07-19 00:00","","","","",25,24.2,21.4,19.4,14.5,10.6,6.8,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0043","88101",3,42.3631,-71.0543,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",175,48,175,365,0,0,"","","Certification not required",0,11.747429,4.700536,26,"2013-10-31 00:00",25,"2013-07-20 00:00",24.3,"2013-12-05 00:00",24.2,"2013-07-19 00:00","","","","",25,24.2,21.4,19.4,14.5,10.6,6.8,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0043","88502",3,42.3631,-71.0543,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4110,95,169,181,0,234,"","","Certification not required",0,10.874769,6.126915,54,"2013-01-09 09:00",52,"2013-01-09 10:00",50,"2013-02-26 08:00",49,"2013-01-09 11:00","","","","",31,27,22.7,19,13.2,10,5,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-22" +"25","025","0043","88502",3,42.3631,-71.0543,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",169,93,169,181,0,0,"","","Certification not required",0,10.804142,3.651375,28.4,"2013-01-09 00:00",25,"2013-02-15 00:00",22.5,"2013-01-29 00:00",21.6,"2013-01-06 00:00","","","","",25,21.6,17.6,15.6,12.3,10.3,7,"NORTH END SITE","174 NORTH ST","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-22" +"25","025","0044","42101",1,42.325186,-71.056061,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",3257,37,144,365,0,263,0,0,"Certification not required",0,0.324724,0.163769,1.836,"2013-10-30 21:00",1.792,"2013-10-31 00:00",1.7,"2013-10-30 20:00",1.692,"2013-10-31 07:00","","","","",0.926,0.796,0.602,0.502,0.387,0.294,0.165,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-04" +"25","025","0044","42101",1,42.325186,-71.056061,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",3465,40,142,365,0,0,0,0,"Certification not required",0,0.326378,0.134032,1.5,"2013-10-31 01:00",1.5,"2013-10-31 02:00",1.4,"2013-10-31 00:00",1.4,"2013-10-31 03:00",1.5,"2013-10-31 01:00",1.2,"2013-10-30 23:00",0.8,0.6,0.5,0.5,0.4,0.3,0.2,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-04" +"25","025","0044","42601",1,42.325186,-71.056061,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3845,79,165,204,0,307,"","","Certification not required",0,16.541743,22.012109,238,"2013-10-31 06:00",236,"2013-10-31 07:00",217,"2013-11-21 07:00",215,"2013-10-30 21:00","","","","",111,84,55,37,19,9,3,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","42602",1,42.325186,-71.056061,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3845,44,165,365,0,307,0,"","Certification not required",0,26.769697,7.796672,50,"2013-09-19 18:00",45,"2013-11-21 07:00",44,"2013-11-05 07:00",41,"2013-08-21 05:00","","","","",45,41,40,37,32,27,16,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","42602",1,42.325186,-71.056061,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3845,44,165,365,0,307,"","","Certification not required",0,16.240052,8.192365,50,"2013-09-19 18:00",48,"2013-09-19 19:00",45,"2013-11-21 07:00",45,"2013-11-21 08:00","","","","",38,36,32,28,21,15,6,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","42603",1,42.325186,-71.056061,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3147,64,135,204,0,261,"","","Certification not required",0,33.754687,29.907872,275,"2013-10-31 06:00",274,"2013-10-31 07:00",262,"2013-11-21 07:00",249,"2013-10-30 21:00","","","","",152,126,88,68,42,25,10,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","61101",1,42.325186,-71.056061,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",2243,75,93,125,0,13,"","","Certification not required",0,4.560811,2.429945,17.1,"2013-11-24 15:00",16.7,"2013-11-24 16:00",16.4,"2013-11-24 13:00",16.1,"2013-11-24 17:00","","","","",12.2,11.1,9.1,7.9,5.8,4.1,2,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","61102",1,42.325186,-71.056061,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",2243,75,93,125,0,13,"","","Certification not required",0,225.635756,87.258067,360,"2013-10-10 04:00",359,"2013-09-17 00:00",359,"2013-09-17 02:00",359,"2013-09-26 01:00","","","","",349,343,335,318,292,249,101,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","62101",1,42.325186,-71.056061,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2243,75,93,125,0,13,"","","Certification not required",0,55.49309,13.692798,98,"2013-09-11 12:00",98,"2013-09-11 13:00",98,"2013-09-11 14:00",98,"2013-09-11 15:00","","","","",86,82,77,73,64,57,37,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","62201",1,42.325186,-71.056061,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",2243,75,93,125,0,13,"","","Certification not required",0,65.306732,18.907363,100,"2013-09-29 04:00",100,"2013-09-29 05:00",100,"2013-09-29 06:00",100,"2013-10-07 06:00","","","","",100,98,95,91,80,66,39,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","63301",1,42.325186,-71.056061,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",1811,71,75,107,0,2,"","","Certification not required",1016,0.180729,0.28338,1.15,"2013-09-17 11:00",1.15,"2013-09-18 11:00",1.13,"2013-09-20 11:00",1.12,"2013-09-18 12:00","","","","",1.07,1.01,0.81,0.66,0.29,0.005,0.005,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","64101",1,42.325186,-71.056061,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",2243,75,93,125,0,13,"","","Certification not required",0,1017.67811,8.668943,1043,"2013-11-30 08:00",1043,"2013-11-30 09:00",1041,"2013-11-30 01:00",1041,"2013-11-30 02:00","","","","",1040,1037,1033,1029,1023,1017,1007,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-01-27" +"25","025","0044","68101",1,42.325186,-71.056061,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",21,68,21,31,0,0,"","","Certification not required",8,0.257143,0.203891,0.6,"2013-10-19 00:00",0.5,"2013-10-04 00:00",0.5,"2013-10-07 00:00",0.5,"2013-10-10 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.2,0.05,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68102",1,42.325186,-71.056061,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",21,68,21,31,0,0,"","","Certification not required",0,24,0,24,"2013-10-01 00:00",24,"2013-10-04 00:00",24,"2013-10-07 00:00",24,"2013-10-10 00:00","","","","",24,24,24,24,24,24,24,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68103",1,42.325186,-71.056061,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,0,"","","Certification not required",0,6.033333,6.219834,15.8,"2013-10-04 00:00",15.8,"2013-10-07 00:00",12.6,"2013-10-16 00:00",12.1,"2013-10-01 00:00","","","","",15.8,15.8,15.8,12.6,10.3,5.7,-0.9,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68104",1,42.325186,-71.056061,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,0,"","","Certification not required",0,16.080952,6.724107,27.7,"2013-10-07 00:00",25.6,"2013-10-01 00:00",22.5,"2013-10-22 00:00",21.2,"2013-10-19 00:00","","","","",27.7,27.7,25.6,22.5,20.6,17.4,8.7,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68105",1,42.325186,-71.056061,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",21,68,21,31,0,0,"","","Certification not required",0,10.87619,6.351134,21.1,"2013-10-07 00:00",18.2,"2013-10-01 00:00",17.6,"2013-10-04 00:00",16.7,"2013-11-18 00:00","","","","",21.1,21.1,18.2,17.6,15.2,12.3,3.8,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68106",1,42.325186,-71.056061,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,0,"","","Certification not required",0,758.857143,7.404632,772,"2013-11-30 00:00",770,"2013-10-13 00:00",770,"2013-11-21 00:00",765,"2013-10-10 00:00","","","","",772,772,770,770,763,758,753,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68107",1,42.325186,-71.056061,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,0,"","","Certification not required",0,767.619048,6.143909,782,"2013-11-30 00:00",778,"2013-11-21 00:00",775,"2013-11-06 00:00",773,"2013-10-13 00:00","","","","",782,782,778,775,771,767,761,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68108",1,42.325186,-71.056061,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",21,68,21,31,0,0,"","","Certification not required",0,763.047619,7.242073,779,"2013-11-30 00:00",775,"2013-11-21 00:00",771,"2013-10-13 00:00",769,"2013-11-06 00:00","","","","",779,779,775,771,765,763,756,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","68109",1,42.325186,-71.056061,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",21,68,21,31,0,0,"","","Certification not required",0,1440,0,1440,"2013-10-01 00:00",1440,"2013-10-04 00:00",1440,"2013-10-07 00:00",1440,"2013-10-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","88101",1,42.325186,-71.056061,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",21,17,21,122,0,0,0,0,"Certification not required",0,7.438095,3.227921,16.5,"2013-10-31 00:00",11.2,"2013-11-21 00:00",10.8,"2013-11-15 00:00",10.6,"2013-10-01 00:00","","","","",16.5,16.5,11.2,10.8,9.6,6.3,4.6,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","88101",1,42.325186,-71.056061,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",21,17,21,122,0,0,"","","Certification not required",0,7.438095,3.227921,16.5,"2013-10-31 00:00",11.2,"2013-11-21 00:00",10.8,"2013-11-15 00:00",10.6,"2013-10-01 00:00","","","","",16.5,16.5,11.2,10.8,9.6,6.3,4.6,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-06" +"25","025","0044","88502",3,42.325186,-71.056061,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2966,99,124,125,0,23,"","","Certification not required",0,10.918746,6.00971,40,"2013-11-22 23:00",39.9,"2013-10-31 07:00",39.1,"2013-10-31 06:00",34.5,"2013-11-17 03:00","","","","",28.4,25.6,22.3,19.6,14.4,9.6,4.5,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","025","0044","88502",3,42.325186,-71.056061,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",124,99,124,125,0,0,"","","Certification not required",0,10.883871,4.559871,23.2,"2013-10-31 00:00",22.4,"2013-09-11 00:00",22.4,"2013-12-04 00:00",22.1,"2013-09-12 00:00","","","","",22.4,22.4,20.1,18.2,13.7,9.4,6.2,"VON HILLERN ST","19 VON HILLERN ST DORCHESTER MA","Massachusetts","Suffolk","Boston","Boston-Cambridge-Quincy, MA-NH","2014-02-12" +"25","027","0015","44201",1,42.274319,-71.875511,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6437,95,174,183,0,399,0,0,"Certification not required",24,0.046971,0.012324,0.1,"2013-05-31 19:00",0.088,"2013-07-19 18:00",0.085,"2013-09-11 18:00",0.076,"2013-06-01 17:00","","","","",0.088,0.076,0.07,0.061,0.054,0.047,0.042,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","44201",1,42.274319,-71.875511,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6519,90,165,183,0,0,0,0,"Certification not required",0,0.042727,0.010605,0.074,"2013-05-31 16:00",0.07,"2013-06-01 12:00",0.07,"2013-09-11 12:00",0.067,"2013-04-28 11:00","","","","",0.07,0.067,0.062,0.056,0.05,0.044,0.038,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","44201",1,42.274319,-71.875511,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6519,90,165,183,0,0,0,0,"Certification not required",0,0.042727,0.010605,0.074,"2013-05-31 16:00",0.07,"2013-06-01 12:00",0.07,"2013-09-11 12:00",0.067,"2013-04-28 11:00","","","","",0.07,0.067,0.062,0.056,0.05,0.044,0.038,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","61101",1,42.274319,-71.875511,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8015,91,334,365,0,1,"","","Certification not required",0,5.819513,2.755762,20.1,"2013-01-31 05:00",19.4,"2013-01-31 04:00",18.8,"2013-11-01 06:00",18.7,"2013-11-01 07:00","","","","",13.7,12.4,10.9,9.6,7.6,5.4,2.6,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","61102",1,42.274319,-71.875511,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8012,91,334,365,0,4,"","","Certification not required",0,218.668872,95.639397,360,"2013-02-07 12:00",360,"2013-03-18 01:00",360,"2013-08-06 04:00",359,"2013-02-16 20:00","","","","",354,347,330,314,287,249,42,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","62101",1,42.274319,-71.875511,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8015,91,334,365,0,1,"","","Certification not required",0,49.916282,18.70386,95,"2013-07-18 13:00",93,"2013-07-18 11:00",93,"2013-07-18 12:00",93,"2013-07-18 14:00","","","","",88,84,79,73,64,52,25,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","62201",1,42.274319,-71.875511,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8015,91,334,365,0,1,"","","Certification not required",0,67.719526,18.114647,94,"2013-05-23 05:00",94,"2013-05-23 06:00",94,"2013-05-23 07:00",94,"2013-05-23 08:00","","","","",93,93,92,91,84,69,42,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","63301",1,42.274319,-71.875511,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8015,91,334,365,0,1,"","","Certification not required",3961,0.226552,0.333655,1.32,"2013-05-27 11:00",1.32,"2013-06-15 11:00",1.31,"2013-06-20 12:00",1.3,"2013-05-16 11:00","","","","",1.19,1.15,1,0.81,0.36,0.01,0.005,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0015","64101",1,42.274319,-71.875511,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8015,91,334,365,0,1,"","","Certification not required",0,978.587024,7.551016,1001,"2013-04-22 09:00",1001,"2013-11-30 07:00",1001,"2013-11-30 08:00",1001,"2013-11-30 09:00","","","","",996,993,991,988,984,979,969,"WORCESTER AIRPORT","375 AIRPORT DRIVE","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0016","68101",1,42.260102,-71.798375,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",100,100,52,61,0,12,"","","Certification not required",52,0.202,0.192527,0.6,"2013-04-19 00:00",0.6,"2013-05-07 00:00",0.6,"2013-05-10 00:00",0.6,"2013-05-16 00:00","","","","",0.6,0.6,0.6,0.5,0.3,0.05,0.05,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68102",1,42.260102,-71.798375,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",100,100,52,61,0,12,"","","Certification not required",0,24.04,0.053182,24.1,"2013-06-18 00:00",24.1,"2013-06-30 00:00",24.1,"2013-07-12 00:00",24.1,"2013-07-15 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68103",1,42.260102,-71.798375,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",100,100,52,61,0,12,"","","Certification not required",0,5.886,9.453833,26.4,"2013-07-18 00:00",24.5,"2013-07-15 00:00",23.2,"2013-07-21 00:00",21.2,"2013-09-01 00:00","","","","",26.4,24.5,20.9,19,14,5.2,-6.3,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68104",1,42.260102,-71.798375,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",100,100,52,61,0,12,"","","Certification not required",0,16.293,10.706415,37.2,"2013-07-18 00:00",35.8,"2013-07-15 00:00",32.6,"2013-07-21 00:00",31.4,"2013-08-20 00:00","","","","",37.2,35.8,30.7,29.1,26.2,17.5,1.8,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68105",1,42.260102,-71.798375,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",100,100,52,61,0,12,"","","Certification not required",0,11.002,9.879424,31.6,"2013-07-18 00:00",30.2,"2013-07-15 00:00",27,"2013-07-21 00:00",25.9,"2013-07-24 00:00","","","","",31.6,30.2,25.5,23.7,19.7,11.9,-1.9,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68106",1,42.260102,-71.798375,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,52,61,0,12,"","","Certification not required",0,744.69,6.172102,761,"2013-04-22 00:00",759,"2013-11-30 00:00",758,"2013-11-21 00:00",757,"2013-10-13 00:00","","","","",761,759,756,752,749,744,738,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68107",1,42.260102,-71.798375,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,52,61,0,12,"","","Certification not required",0,751.84,5.64384,769,"2013-11-30 00:00",767,"2013-04-22 00:00",766,"2013-11-21 00:00",762,"2013-11-06 00:00","","","","",769,767,761,759,756,752,745,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68108",1,42.260102,-71.798375,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,52,61,0,12,"","","Certification not required",0,748.16,5.871898,765,"2013-11-30 00:00",764,"2013-04-22 00:00",762,"2013-11-21 00:00",759,"2013-10-13 00:00","","","","",765,764,758,755,751,749,741,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","68109",1,42.260102,-71.798375,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",100,100,52,61,0,12,"","","Certification not required",0,1439.73,1.625895,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","88101",1,42.260102,-71.798375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,12,0,0,"Certification not required",0,6.634,3.320528,18.2,"2013-10-31 00:00",15.3,"2013-02-15 00:00",15,"2013-07-18 00:00",13.8,"2013-08-20 00:00","","","","",18.2,15.3,13.4,11.2,8.7,6,2.8,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0016","88101",1,42.260102,-71.798375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,12,"","","Certification not required",0,6.634,3.320528,18.2,"2013-10-31 00:00",15.3,"2013-02-15 00:00",15,"2013-07-18 00:00",13.8,"2013-08-20 00:00","","","","",18.2,15.3,13.4,11.2,8.7,6,2.8,"Worcester ywca","WASHINGTON ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","42101",1,42.263955,-71.794322,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7279,83,321,365,0,737,0,0,"Certification not required",5558,0.329015,0.162243,2.1,"2013-01-09 08:00",1.9,"2013-01-09 09:00",1.7,"2013-01-11 07:00",1.7,"2013-01-11 08:00","","","","",0.9,0.8,0.6,0.5,0.25,0.25,0.25,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42101",1,42.263955,-71.794322,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7701,88,318,365,0,0,0,0,"Certification not required",0,0.35472,0.116196,1.4,"2013-01-09 10:00",1.4,"2013-01-09 11:00",1.4,"2013-01-09 12:00",1.4,"2013-01-09 13:00",1.4,"2013-01-09 10:00",1.2,"2013-02-11 01:00",0.8,0.7,0.6,0.5,0.4,0.3,0.3,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42401",1,42.263955,-71.794322,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7632,87,328,365,0,384,0,"","Certification not required",0,3.359756,1.818701,11,"2013-01-09 11:00",10.7,"2013-02-23 11:00",8.9,"2013-01-11 08:00",8.4,"2013-01-30 08:00","","","","",8.4,7.2,6.4,5.6,4.6,3.3,1.1,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42401",1,42.263955,-71.794322,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7632,87,328,365,0,384,"","","Certification not required",0,2.657665,1.672752,11,"2013-01-09 11:00",10.7,"2013-02-23 11:00",9.2,"2013-02-23 10:00",9.1,"2013-01-09 10:00","","","","",6.4,6,5.2,4.8,4,2.6,0.5,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42401",1,42.263955,-71.794322,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",328,90,328,365,0,0,0,"","Certification not required",0,2.654573,1.622164,6.8,"2013-01-09 00:00",6.7,"2013-01-31 00:00",6.2,"2013-02-04 00:00",6,"2013-02-06 00:00","","","","",6,5.9,5.2,4.8,4,2.5,0.6,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42401",1,42.263955,-71.794322,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2473,85,324,365,0,0,"",0,"Certification not required",0,2.636717,1.66191,9.7,"2013-01-09 11:00",8.3,"2013-02-23 11:00",7.8,"2013-01-09 14:00",7.7,"2013-01-09 08:00","","","","",6.4,5.9,5.2,4.7,3.9,2.6,0.5,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42406",1,42.263955,-71.794322,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7629,87,328,365,0,387,"","","Certification not required",0,2.933648,1.712144,15.1,"2013-04-30 08:00",11.9,"2013-01-09 11:00",11.4,"2013-02-23 11:00",11.1,"2013-02-23 10:00","","","","",6.9,6.4,5.7,5.1,4.2,2.9,0.7,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42601",1,42.263955,-71.794322,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7532,86,323,365,0,484,"","","Certification not required",0,6.24761,15.988839,251,"2013-01-09 08:00",247,"2013-10-31 05:00",235,"2013-10-31 06:00",227,"2013-01-11 08:00","","","","",79,53,25,13,6,2,0,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42602",1,42.263955,-71.794322,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7532,86,323,365,0,484,0,"","Certification not required",0,22.588235,11.000316,61,"2013-02-10 19:00",60,"2013-01-09 08:00",55,"2013-02-11 14:00",52,"2013-01-11 08:00","","","","",52,49,44,39,29,21,10,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42602",1,42.263955,-71.794322,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7532,86,323,365,0,484,"","","Certification not required",0,11.34931,8.78926,61,"2013-02-10 19:00",60,"2013-01-09 08:00",58,"2013-02-10 18:00",56,"2013-01-09 07:00","","","","",42,36,29,23,15,9,3,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","42603",1,42.263955,-71.794322,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7532,86,323,365,0,484,"","","Certification not required",0,18.353027,22.990591,313,"2013-01-09 08:00",282,"2013-10-31 05:00",280,"2013-01-11 08:00",279,"2013-01-09 07:00","","","","",118,87,55,38,22,12,3,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-27" +"25","027","0023","68101",1,42.263955,-71.794322,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",111,91,111,122,0,1,"","","Certification not required",108,0.052252,0.015649,0.2,"2013-09-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-10-16 00:00",0.05,"2013-01-01 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68102",1,42.263955,-71.794322,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",111,91,111,122,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68103",1,42.263955,-71.794322,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,1,"","","Certification not required",0,6.85045,9.304866,25.4,"2013-07-18 00:00",24.4,"2013-07-06 00:00",23.4,"2013-07-15 00:00",21.5,"2013-06-24 00:00","","","","",24.4,23.4,21.3,19,14.6,7.1,-5.6,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68104",1,42.263955,-71.794322,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,1,"","","Certification not required",0,17.501802,10.780934,36.1,"2013-07-18 00:00",35.8,"2013-07-15 00:00",34.7,"2013-05-31 00:00",34.2,"2013-06-24 00:00","","","","",35.8,34.7,31.8,29.3,27,19.4,2.1,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68105",1,42.263955,-71.794322,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,1,"","","Certification not required",0,11.936036,9.744768,30.2,"2013-07-18 00:00",28.9,"2013-07-15 00:00",28.7,"2013-07-06 00:00",27.7,"2013-05-31 00:00","","","","",28.9,28.7,26.1,23.1,20.2,12.8,-0.7,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68106",1,42.263955,-71.794322,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,1,"","","Certification not required",0,744.603604,5.908821,761,"2013-04-22 00:00",758,"2013-11-30 00:00",757,"2013-11-21 00:00",756,"2013-05-01 00:00","","","","",758,757,754,751,748,744,738,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68107",1,42.263955,-71.794322,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,1,"","","Certification not required",0,751.18018,5.383811,768,"2013-11-30 00:00",766,"2013-04-22 00:00",765,"2013-11-21 00:00",762,"2013-11-06 00:00","","","","",766,765,760,757,755,751,744,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68108",1,42.263955,-71.794322,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,1,"","","Certification not required",0,747.846847,5.649132,765,"2013-11-30 00:00",764,"2013-04-22 00:00",762,"2013-11-21 00:00",758,"2013-05-01 00:00","","","","",764,762,756,754,751,748,741,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","68109",1,42.263955,-71.794322,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",111,91,111,122,0,1,"","","Certification not required",0,1439.918919,0.36018,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","81102",4,42.263955,-71.794322,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,17.872727,10.127071,47,"2013-01-10 00:00",47,"2013-01-28 00:00",43,"2013-02-21 00:00",41,"2013-01-04 00:00","","","","",47,47,43,36,21,16,8,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-02-04" +"25","027","0023","85101",4,42.263955,-71.794322,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,18.218182,11.044843,51,"2013-01-28 00:00",50,"2013-01-10 00:00",46,"2013-02-21 00:00",44,"2013-01-04 00:00","","","","",51,50,46,38,20,16,8,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","88101",1,42.263955,-71.794322,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,0,0,"Certification not required",0,7.133333,3.49075,18.7,"2013-02-15 00:00",18,"2013-10-31 00:00",17.5,"2013-05-31 00:00",14.9,"2013-01-28 00:00","","","","",18,17.5,14.6,12,8.5,6.5,3.1,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","88101",1,42.263955,-71.794322,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,"","","Certification not required",0,7.133333,3.49075,18.7,"2013-02-15 00:00",18,"2013-10-31 00:00",17.5,"2013-05-31 00:00",14.9,"2013-01-28 00:00","","","","",18,17.5,14.6,12,8.5,6.5,3.1,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-01-30" +"25","027","0023","88101",3,42.263955,-71.794322,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4348,50,183,365,0,68,"","","Certification not required",0,8.825897,6.474221,43.7,"2013-12-05 15:00",43.7,"2013-12-05 18:00",42.9,"2013-10-31 08:00",41.7,"2013-12-05 20:00","","","","",29.7,26.3,21.4,17.7,12,7.6,2.1,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-02-12" +"25","027","0023","88101",3,42.263955,-71.794322,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,0,0,"Certification not required",0,8.819337,5.096809,28.1,"2013-12-05 00:00",26.3,"2013-11-17 00:00",23.6,"2013-10-31 00:00",22.5,"2013-12-20 00:00","","","","",26.3,22.5,18.4,16.4,11.2,7.8,3.7,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-02-12" +"25","027","0023","88101",3,42.263955,-71.794322,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,"","","Certification not required",0,8.819337,5.096809,28.1,"2013-12-05 00:00",26.3,"2013-11-17 00:00",23.6,"2013-10-31 00:00",22.5,"2013-12-20 00:00","","","","",26.3,22.5,18.4,16.4,11.2,7.8,3.7,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2014-02-12" +"25","027","0023","88502",3,42.263955,-71.794322,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4268,98,178,181,0,76,"","","Certification not required",0,7.625914,5.896699,41.2,"2013-03-05 15:00",41,"2013-01-08 00:00",41,"2013-02-11 02:00",38.6,"2013-02-11 01:00","","","","",26.8,23.1,18.9,15.4,10.1,6.6,1.4,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2013-11-13" +"25","027","0023","88502",3,42.263955,-71.794322,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",178,98,178,181,0,0,"","","Certification not required",0,7.571348,4.230241,24.7,"2013-02-15 00:00",22.2,"2013-01-06 00:00",19.7,"2013-01-29 00:00",19.6,"2013-05-31 00:00","","","","",22.2,19.6,15.5,13.3,9.8,6.7,3.2,"WORCESTER SUMMER STREET","SUMMER ST","Massachusetts","Worcester","Worcester","Worcester, MA","2013-11-13" +"25","027","0024","44201",1,42.099699,-71.619399,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6635,100,183,183,0,291,0,0,"Certification not required",697,0.046601,0.012528,0.093,"2013-07-19 17:00",0.088,"2013-05-31 18:00",0.088,"2013-06-25 18:00",0.086,"2013-09-11 17:00","","","","",0.088,0.086,0.066,0.061,0.054,0.047,0.041,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","44201",1,42.099699,-71.619399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6764,96,176,183,0,0,0,0,"Certification not required",0,0.041409,0.010994,0.074,"2013-07-19 13:00",0.07,"2013-05-31 13:00",0.07,"2013-09-11 11:00",0.068,"2013-04-28 11:00","","","","",0.07,0.068,0.06,0.056,0.05,0.043,0.036,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","44201",1,42.099699,-71.619399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6764,96,176,183,0,0,0,0,"Certification not required",0,0.041409,0.010994,0.074,"2013-07-19 13:00",0.07,"2013-05-31 13:00",0.07,"2013-09-11 11:00",0.068,"2013-04-28 11:00","","","","",0.07,0.068,0.06,0.056,0.05,0.043,0.036,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","61101",1,42.099699,-71.619399,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",7857,90,321,365,0,159,"","","Certification not required",0,2.447066,1.739191,12.2,"2013-01-20 11:00",11.3,"2013-01-20 12:00",11.2,"2013-01-31 06:00",11.1,"2013-01-31 05:00","","","","",7.6,6.9,5.8,4.9,3.5,2.1,0.6,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","61102",1,42.099699,-71.619399,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",7857,90,321,365,0,159,"","","Certification not required",0,188.824488,106.315075,360,"2013-01-12 04:00",360,"2013-04-23 22:00",360,"2013-04-27 05:00",360,"2013-07-14 02:00","","","","",356,354,341,317,282,209,30,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","62101",1,42.099699,-71.619399,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8016,92,334,365,0,0,"","","Certification not required",0,51.022705,18.884579,95,"2013-07-18 11:00",95,"2013-07-18 12:00",95,"2013-07-18 13:00",95,"2013-07-18 14:00","","","","",89,86,80,75,66,52,26,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","62201",1,42.099699,-71.619399,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8016,92,334,365,0,0,"","","Certification not required",0,68.069112,20.402591,92,"2013-01-30 10:00",92,"2013-01-30 11:00",92,"2013-04-19 05:00",92,"2013-05-08 03:00","","","","",92,92,92,91,87,73,38,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","63301",1,42.099699,-71.619399,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8016,92,334,365,0,0,"","","Certification not required",3795,0.242839,0.373527,1.56,"2013-06-20 12:00",1.52,"2013-05-07 12:00",1.51,"2013-06-20 11:00",1.49,"2013-05-27 12:00","","","","",1.36,1.29,1.13,0.89,0.38,0.02,0.005,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"25","027","0024","64101",1,42.099699,-71.619399,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8016,92,334,365,0,0,"","","Certification not required",0,1006.544286,7.865116,1032,"2013-11-30 06:00",1032,"2013-11-30 07:00",1032,"2013-11-30 08:00",1032,"2013-11-30 09:00","","","","",1027,1023,1019,1016,1012,1007,996,"UXBRIDGE","366 E HARTFORD DR","Massachusetts","Worcester","Uxbridge","Worcester, MA","2014-01-27" +"26","005","0003","44201",1,42.767786,-86.148577,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4120,98,179,183,0,272,0,0,"Certification not required",106,0.055084,0.015257,0.107,"2013-09-10 15:00",0.1,"2013-08-26 17:00",0.098,"2013-08-27 15:00",0.094,"2013-07-19 12:00","","","","",0.1,0.094,0.086,0.073,0.065,0.054,0.036,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","44201",1,42.767786,-86.148577,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4299,97,178,183,0,0,1,1,"Certification not required",0,0.049146,0.01327,0.087,"2013-09-10 12:00",0.08,"2013-08-26 14:00",0.079,"2013-07-19 09:00",0.078,"2013-08-25 12:00","","","","",0.08,0.078,0.07,0.066,0.059,0.049,0.032,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","44201",1,42.767786,-86.148577,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4299,97,178,183,0,0,5,5,"Certification not required",0,0.049146,0.01327,0.087,"2013-09-10 12:00",0.08,"2013-08-26 14:00",0.079,"2013-07-19 09:00",0.078,"2013-08-25 12:00","","","","",0.08,0.078,0.07,0.066,0.059,0.049,0.032,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","61103",1,42.767786,-86.148577,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6478,74,268,365,0,74,"","","Certification not required",0,4.280303,2.646267,15.6,"2013-01-19 23:00",15.6,"2013-01-20 00:00",15.6,"2013-01-20 01:00",14.8,"2013-04-11 11:00","","","","",11.3,10.4,9.6,7.8,6.1,4.3,0.9,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","61104",1,42.767786,-86.148577,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6478,74,268,365,0,74,"","","Certification not required",0,191.635381,93.520209,360,"2013-01-13 00:00",360,"2013-01-23 22:00",360,"2013-02-21 00:00",360,"2013-05-06 21:00","","","","",349,341,319,306,278,205,59,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","61106",1,42.767786,-86.148577,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6527,75,271,365,0,25,"","","Certification not required",0,25.226291,10.832882,80,"2013-03-23 21:00",79,"2013-05-08 05:00",79,"2013-08-10 23:00",78,"2013-09-07 20:00","","","","",68,62,49,38,28,22,16,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","62101",1,42.767786,-86.148577,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5983,68,247,365,0,569,"","","Certification not required",0,53.88601,19.370166,90,"2013-07-18 14:00",90,"2013-07-18 15:00",90,"2013-07-18 16:00",90,"2013-07-18 17:00","","","","",86,84,81,77,70,57,27,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","62201",1,42.767786,-86.148577,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5983,68,247,365,0,569,"","","Certification not required",0,73.47986,17.043277,100,"2013-01-05 19:00",100,"2013-01-05 20:00",100,"2013-01-05 21:00",100,"2013-01-05 22:00","","","","",100,100,98,96,88,75,50,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","63301",1,42.767786,-86.148577,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6475,74,268,365,0,77,"","","Certification not required",3028,0.261185,0.381169,1.43,"2013-06-19 12:00",1.42,"2013-05-24 12:00",1.42,"2013-06-03 12:00",1.41,"2013-05-13 12:00","","","","",1.33,1.28,1.14,0.94,0.41,0.02,0.005,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","64101",1,42.767786,-86.148577,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6478,74,268,365,0,74,"","","Certification not required",0,993.800556,6.501533,1013,"2013-01-24 10:00",1013,"2013-01-24 11:00",1013,"2013-01-24 12:00",1013,"2013-01-24 13:00","","","","",1008,1007,1004,1001,997,995,985,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-11-21" +"26","005","0003","68101",1,42.767786,-86.148577,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",88,100,44,61,0,16,"","","Certification not required",53,0.151705,0.150755,0.5,"2013-05-13 00:00",0.5,"2013-05-16 00:00",0.5,"2013-05-25 00:00",0.5,"2013-06-06 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68102",1,42.767786,-86.148577,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,100,44,61,0,16,"","","Certification not required",0,23.996591,0.091537,24.1,"2013-03-02 00:00",24.1,"2013-03-05 00:00",24.1,"2013-03-08 00:00",24.1,"2013-03-14 00:00","","","","",24.1,24.1,24.1,24.1,24,24,23.9,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68103",1,42.767786,-86.148577,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,44,61,0,16,"","","Certification not required",0,5.721591,9.907624,24.5,"2013-07-18 00:00",23.9,"2013-09-10 00:00",21.3,"2013-08-26 00:00",20,"2013-07-15 00:00","","","","",24.5,23.9,19,17.4,14.3,7.6,-6.4,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68104",1,42.767786,-86.148577,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,44,61,0,16,"","","Certification not required",0,15.046591,11.536688,32.4,"2013-07-18 00:00",31.9,"2013-07-15 00:00",31.7,"2013-09-10 00:00",31.3,"2013-05-19 00:00","","","","",32.4,31.9,29.2,27.9,25.6,17.3,-0.6,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68105",1,42.767786,-86.148577,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,44,61,0,16,"","","Certification not required",0,10.347727,10.518861,28.4,"2013-07-18 00:00",27.3,"2013-09-10 00:00",26.1,"2013-07-15 00:00",24,"2013-08-26 00:00","","","","",28.4,27.3,23.1,22.4,19.8,13.3,-3.7,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68106",1,42.767786,-86.148577,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,44,61,0,16,"","","Certification not required",0,740.068182,4.677644,751,"2013-03-08 00:00",748,"2013-03-29 00:00",748,"2013-05-25 00:00",748,"2013-07-15 00:00","","","","",751,748,747,746,743,741,733,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68107",1,42.767786,-86.148577,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,44,61,0,16,"","","Certification not required",0,746.318182,4.43742,757,"2013-01-10 00:00",756,"2013-03-08 00:00",755,"2013-01-25 00:00",755,"2013-02-09 00:00","","","","",757,756,754,752,749,746,741,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","68108",1,42.767786,-86.148577,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,44,61,0,16,"","","Certification not required",0,743.443182,4.422664,754,"2013-03-08 00:00",753,"2013-01-10 00:00",752,"2013-02-09 00:00",751,"2013-02-21 00:00","","","","",754,753,751,749,746,744,738,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","88101",1,42.767786,-86.148577,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,16,0,0,"Certification not required",0,8.177273,4.562005,20,"2013-08-20 00:00",17.7,"2013-07-15 00:00",17.6,"2013-06-09 00:00",17.6,"2013-09-10 00:00","","","","",20,17.7,16.7,14.7,11.6,7.1,2.6,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","005","0003","88101",1,42.767786,-86.148577,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,16,"","","Certification not required",0,8.177273,4.562005,20,"2013-08-20 00:00",17.7,"2013-07-15 00:00",17.6,"2013-06-09 00:00",17.6,"2013-09-10 00:00","","","","",20,17.7,16.7,14.7,11.6,7.1,2.6,"Holland","966 W 32ND","Michigan","Allegan","Holland","Allegan, MI","2013-12-04" +"26","017","0014","61103",1,43.571391,-83.890721,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6515,74,271,365,0,37,"","","Certification not required",0,4.401366,2.447864,14.8,"2013-04-11 06:00",13.9,"2013-01-09 15:00",13.9,"2013-01-20 01:00",13.9,"2013-01-20 02:00","","","","",11.3,10.4,8.7,7.8,6.1,4.3,1.7,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-11-21" +"26","017","0014","61104",1,43.571391,-83.890721,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6515,74,271,365,0,37,"","","Certification not required",0,188.135687,96.530787,360,"2013-05-23 03:00",360,"2013-06-10 14:00",360,"2013-06-28 01:00",360,"2013-09-01 22:00","","","","",352,344,328,306,268,198,41,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-11-21" +"26","017","0014","61106",1,43.571391,-83.890721,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6515,74,271,365,0,37,"","","Certification not required",0,21.784651,9.416642,78,"2013-07-12 06:00",77,"2013-03-08 15:00",77,"2013-08-17 07:00",76,"2013-03-16 21:00","","","","",60,52,40,32,25,20,13,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-11-21" +"26","017","0014","62101",1,43.571391,-83.890721,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6515,74,271,365,0,37,"","","Certification not required",0,50.956101,20.603183,95,"2013-07-18 16:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",93,"2013-07-16 14:00","","","","",88,84,81,75,68,55,23,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-11-21" +"26","017","0014","68101",1,43.571391,-83.890721,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,100,45,61,0,2,"","","Certification not required",4,0.375556,0.129659,0.6,"2013-06-12 00:00",0.6,"2013-07-18 00:00",0.5,"2013-01-28 00:00",0.5,"2013-04-04 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.2,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68102",1,43.571391,-83.890721,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,2,"","","Certification not required",0,23.998889,0.010541,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68103",1,43.571391,-83.890721,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,2,"","","Certification not required",0,6.425556,10.606735,24.7,"2013-07-18 00:00",24.1,"2013-09-10 00:00",23.4,"2013-06-24 00:00",23.2,"2013-08-26 00:00","","","","",24.7,24.1,22.8,19.2,15.3,8.2,-7.4,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68104",1,43.571391,-83.890721,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,2,"","","Certification not required",0,17.254444,12.343721,37.3,"2013-07-18 00:00",37.1,"2013-09-10 00:00",36.6,"2013-07-15 00:00",33.2,"2013-07-06 00:00","","","","",37.3,37.1,33.1,31.8,27.5,20.8,-0.3,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68105",1,43.571391,-83.890721,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,2,"","","Certification not required",0,11.832222,11.28689,31.1,"2013-07-18 00:00",30.2,"2013-09-10 00:00",29.8,"2013-07-15 00:00",28,"2013-06-24 00:00","","","","",31.1,30.2,27.2,25.4,21.3,14.4,-4,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68106",1,43.571391,-83.890721,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,2,"","","Certification not required",0,745.122222,5.233487,756,"2013-03-08 00:00",755,"2013-05-25 00:00",755,"2013-07-15 00:00",753,"2013-02-09 00:00","","","","",756,755,753,751,748,746,740,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68107",1,43.571391,-83.890721,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,2,"","","Certification not required",0,752.122222,4.32611,763,"2013-01-10 00:00",762,"2013-03-08 00:00",761,"2013-01-25 00:00",760,"2013-02-09 00:00","","","","",763,762,760,757,755,752,747,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","68108",1,43.571391,-83.890721,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,2,"","","Certification not required",0,749.055556,4.574873,759,"2013-01-10 00:00",759,"2013-03-08 00:00",757,"2013-02-09 00:00",757,"2013-05-25 00:00","","","","",759,759,757,754,752,750,744,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","88101",1,43.571391,-83.890721,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,2,0,0,"Certification not required",0,7.623333,4.307924,18.4,"2013-07-03 00:00",16,"2013-08-20 00:00",15.7,"2013-09-10 00:00",15.5,"2013-02-09 00:00","","","","",18.4,16,15,13.6,11.1,7.3,2.5,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","88101",1,43.571391,-83.890721,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,2,"","","Certification not required",0,7.623333,4.307924,18.4,"2013-07-03 00:00",16,"2013-08-20 00:00",15.7,"2013-09-10 00:00",15.5,"2013-02-09 00:00","","","","",18.4,16,15,13.6,11.1,7.3,2.5,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-04" +"26","017","0014","88501",3,43.571391,-83.890721,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",5857,67,243,365,0,695,"","","Certification not required",0,8.491378,6.337392,249,"2013-07-05 21:00",127,"2013-07-05 22:00",86,"2013-07-04 23:00",62,"2013-07-05 00:00","","","","",24,22,18,16,11,7,3,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-16" +"26","017","0014","88501",3,43.571391,-83.890721,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",243,67,243,365,0,0,"","","Certification not required",0,8.41358,4.198694,39.9,"2013-07-05 00:00",21,"2013-07-03 00:00",19.2,"2013-08-21 00:00",18.1,"2013-08-20 00:00","","","","",19.2,18,15.5,13.5,10.4,7.7,4.1,"JENISON ST ABOUT 70 FT WEST, 2 LANE RESIDENTIAL","1101 JENNISON STREET","Michigan","Bay","Bay City","Bay City, MI","2013-12-16" +"26","019","0003","44201",1,44.616943,-86.109408,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4192,100,183,183,0,200,0,0,"Certification not required",79,0.04824,0.013232,0.08,"2013-05-20 16:00",0.079,"2013-07-18 20:00",0.077,"2013-07-16 23:00",0.077,"2013-08-20 22:00","","","","",0.079,0.077,0.071,0.066,0.058,0.047,0.031,"","1060 WEST ST., BENZONIA TWP.","Michigan","Benzie","Benzonia","Traverse City, MI","2013-11-25" +"26","019","0003","44201",1,44.616943,-86.109408,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4382,100,183,183,0,0,0,0,"Certification not required",0,0.044044,0.012307,0.076,"2013-05-20 14:00",0.07,"2013-07-18 14:00",0.07,"2013-08-21 12:00",0.069,"2013-06-20 11:00","","","","",0.07,0.069,0.063,0.061,0.054,0.043,0.028,"","1060 WEST ST., BENZONIA TWP.","Michigan","Benzie","Benzonia","Traverse City, MI","2013-11-25" +"26","019","0003","44201",1,44.616943,-86.109408,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4382,100,183,183,0,0,1,1,"Certification not required",0,0.044044,0.012307,0.076,"2013-05-20 14:00",0.07,"2013-07-18 14:00",0.07,"2013-08-21 12:00",0.069,"2013-06-20 11:00","","","","",0.07,0.069,0.063,0.061,0.054,0.043,0.028,"","1060 WEST ST., BENZONIA TWP.","Michigan","Benzie","Benzonia","Traverse City, MI","2013-11-25" +"26","021","0014","44201",1,42.19779,-86.309694,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4099,98,179,183,0,293,0,0,"Certification not required",207,0.053726,0.014545,0.094,"2013-08-26 17:00",0.092,"2013-06-17 16:00",0.09,"2013-09-10 13:00",0.089,"2013-08-27 15:00","","","","",0.092,0.089,0.082,0.072,0.064,0.052,0.036,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","44201",1,42.19779,-86.309694,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4289,97,178,183,0,0,0,0,"Certification not required",0,0.048107,0.01221,0.078,"2013-09-10 11:00",0.077,"2013-06-17 13:00",0.075,"2013-08-26 12:00",0.074,"2013-05-14 12:00","","","","",0.077,0.074,0.068,0.064,0.057,0.048,0.032,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","44201",1,42.19779,-86.309694,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4289,97,178,183,0,0,2,2,"Certification not required",0,0.048107,0.01221,0.078,"2013-09-10 11:00",0.077,"2013-06-17 13:00",0.075,"2013-08-26 12:00",0.074,"2013-05-14 12:00","","","","",0.077,0.074,0.068,0.064,0.057,0.048,0.032,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","61103",1,42.19779,-86.309694,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6542,75,273,365,0,10,"","","Certification not required",0,3.93317,2.932828,16.5,"2013-01-20 00:00",15.6,"2013-01-19 23:00",15.6,"2013-04-19 12:00",14.8,"2013-02-11 08:00","","","","",12.2,11.3,9.6,7.8,6.1,3.5,0.9,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","61104",1,42.19779,-86.309694,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,193.589575,99.735951,360,"2013-01-13 00:00",360,"2013-02-08 05:00",360,"2013-02-28 09:00",360,"2013-02-28 11:00","","","","",355,352,346,332,275,200,55,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","61106",1,42.19779,-86.309694,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,28.230358,12.4708,80,"2013-03-23 05:00",80,"2013-09-30 01:00",80,"2013-09-30 07:00",79,"2013-03-08 00:00","","","","",70,66,57,46,33,24,17,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","62101",1,42.19779,-86.309694,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,52.15133,19.751515,93,"2013-07-19 15:00",91,"2013-07-18 15:00",91,"2013-07-18 16:00",91,"2013-07-18 17:00","","","","",88,84,81,77,68,55,25,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-11-21" +"26","021","0014","68101",1,42.19779,-86.309694,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,100,45,61,0,13,"","","Certification not required",36,0.215556,0.159642,0.5,"2013-05-16 00:00",0.5,"2013-05-28 00:00",0.5,"2013-05-31 00:00",0.5,"2013-07-21 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.05,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68102",1,42.19779,-86.309694,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,13,"","","Certification not required",0,23.991111,0.061158,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68103",1,42.19779,-86.309694,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,13,"","","Certification not required",0,5.286667,10.016214,23.4,"2013-09-10 00:00",22.6,"2013-07-18 00:00",20.5,"2013-07-15 00:00",19.8,"2013-08-26 00:00","","","","",23.4,22.6,19.8,17.8,13.7,6.4,-7.8,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68104",1,42.19779,-86.309694,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,13,"","","Certification not required",0,16.576667,12.16753,34.9,"2013-09-10 00:00",34.5,"2013-07-18 00:00",34.2,"2013-07-15 00:00",33,"2013-05-19 00:00","","","","",34.9,34.5,32.7,31.2,26.9,19.3,-0.1,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68105",1,42.19779,-86.309694,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,13,"","","Certification not required",0,10.828889,10.760678,29,"2013-09-10 00:00",28.9,"2013-07-18 00:00",25.5,"2013-07-15 00:00",25.4,"2013-08-26 00:00","","","","",29,28.9,25.2,23.4,20,12.6,-3.3,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68106",1,42.19779,-86.309694,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,13,"","","Certification not required",0,743.5,4.659773,754,"2013-03-08 00:00",752,"2013-05-25 00:00",752,"2013-07-15 00:00",751,"2013-03-29 00:00","","","","",754,752,750,749,747,744,738,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68107",1,42.19779,-86.309694,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,13,"","","Certification not required",0,749.733333,4.191484,760,"2013-01-10 00:00",759,"2013-03-08 00:00",757,"2013-01-25 00:00",757,"2013-02-09 00:00","","","","",760,759,757,755,752,750,745,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","68108",1,42.19779,-86.309694,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,13,"","","Certification not required",0,746.977778,4.305674,757,"2013-03-08 00:00",755,"2013-01-10 00:00",755,"2013-05-25 00:00",754,"2013-02-09 00:00","","","","",757,755,754,752,749,747,742,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","88101",1,42.19779,-86.309694,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,13,0,0,"Certification not required",0,8.368889,4.323561,19.6,"2013-08-20 00:00",18.3,"2013-09-10 00:00",17.4,"2013-06-09 00:00",17,"2013-08-26 00:00","","","","",19.6,18.3,16.7,14.7,11.3,7.8,2.8,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","021","0014","88101",1,42.19779,-86.309694,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,13,"","","Certification not required",0,8.368889,4.323561,19.6,"2013-08-20 00:00",18.3,"2013-09-10 00:00",17.4,"2013-06-09 00:00",17,"2013-08-26 00:00","","","","",19.6,18.3,16.7,14.7,11.3,7.8,2.8,"Coloma","PAW PAW WWTP, 4689 DEFIELD RD.","Michigan","Berrien","Coloma","Niles-Benton Harbor, MI","2013-12-04" +"26","027","0003","44201",2,41.89557,-86.001629,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4192,100,183,183,0,200,0,0,"Certification not required",31,0.053628,0.012076,0.086,"2013-06-20 17:00",0.084,"2013-05-14 16:00",0.083,"2013-06-11 16:00",0.083,"2013-09-10 14:00","","","","",0.084,0.083,0.073,0.07,0.062,0.053,0.038,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","027","0003","44201",2,41.89557,-86.001629,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4381,100,183,183,0,0,0,0,"Certification not required",0,0.048907,0.011044,0.077,"2013-06-20 11:00",0.075,"2013-06-11 12:00",0.074,"2013-05-14 12:00",0.071,"2013-09-10 10:00","","","","",0.075,0.071,0.067,0.062,0.057,0.049,0.034,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","027","0003","44201",2,41.89557,-86.001629,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4381,100,183,183,0,0,1,1,"Certification not required",0,0.048907,0.011044,0.077,"2013-06-20 11:00",0.075,"2013-06-11 12:00",0.074,"2013-05-14 12:00",0.071,"2013-09-10 10:00","","","","",0.075,0.071,0.067,0.062,0.057,0.049,0.034,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","027","0003","61103",1,41.89557,-86.001629,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3706,42,150,365,0,2846,"","","Certification not required",0,4.640313,2.921162,19.1,"2013-01-18 14:00",18.2,"2013-01-18 15:00",18.2,"2013-01-18 16:00",17.4,"2013-01-18 17:00","","","","",13.9,12.2,10.4,8.7,6.1,4.3,1.7,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","027","0003","61104",1,41.89557,-86.001629,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3706,42,150,365,0,2846,"","","Certification not required",0,197.083648,94.35602,360,"2013-05-25 22:00",360,"2013-06-08 18:00",360,"2013-08-10 17:00",360,"2013-09-03 07:00","","","","",356,353,342,323,271,203,57,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","027","0003","61106",1,41.89557,-86.001629,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4940,56,202,365,0,1612,"","","Certification not required",0,19.650202,10.795618,79,"2013-05-16 01:00",78,"2013-05-09 04:00",78,"2013-08-03 01:00",77,"2013-09-04 23:00","","","","",61,54,42,33,23,17,10,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","027","0003","62101",1,41.89557,-86.001629,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6246,71,257,365,0,306,"","","Certification not required",0,52.080371,20.542894,95,"2013-09-10 15:00",93,"2013-09-10 12:00",93,"2013-09-10 13:00",93,"2013-09-10 14:00","","","","",88,84,81,77,70,55,25,"Cassopolis","ROSS BEATTY HIGH SCHOOL, 22721 DIAMOND COVE ST.","Michigan","Cass","Cassopolis","South Bend-Mishawaka, IN-MI","2013-11-21" +"26","033","0901","44201",1,46.493611,-84.364167,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3984,95,173,183,0,408,0,0,"Certification not required",39,0.04263,0.010773,0.067,"2013-04-28 12:00",0.066,"2013-05-08 13:00",0.065,"2013-05-04 14:00",0.064,"2013-05-03 18:00","","","","",0.066,0.064,0.061,0.058,0.05,0.042,0.029,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-16" +"26","033","0901","44201",1,46.493611,-84.364167,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4058,89,163,183,0,0,0,0,"Certification not required",0,0.038436,0.010386,0.065,"2013-04-28 12:00",0.062,"2013-05-08 09:00",0.061,"2013-05-03 12:00",0.06,"2013-06-21 17:00","","","","",0.062,0.06,0.056,0.053,0.045,0.038,0.025,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-16" +"26","033","0901","44201",1,46.493611,-84.364167,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4058,89,163,183,0,0,0,0,"Certification not required",0,0.038436,0.010386,0.065,"2013-04-28 12:00",0.062,"2013-05-08 09:00",0.061,"2013-05-03 12:00",0.06,"2013-06-21 17:00","","","","",0.062,0.06,0.056,0.053,0.045,0.038,0.025,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-16" +"26","033","0901","61103",1,46.493611,-84.364167,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5417,62,220,365,0,1135,"","","Certification not required",0,5.077958,2.752169,21.7,"2013-02-11 19:00",20,"2013-04-19 21:00",19.1,"2013-01-09 18:00",19.1,"2013-02-11 21:00","","","","",13,11.3,10.4,8.7,6.9,4.3,1.7,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-09" +"26","033","0901","61104",1,46.493611,-84.364167,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5440,62,222,365,0,1112,"","","Certification not required",0,186.127206,104.696251,360,"2013-01-05 02:00",360,"2013-01-05 04:00",360,"2013-01-31 10:00",360,"2013-01-31 11:00","","","","",357,353,343,329,288,167,48,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-09" +"26","033","0901","61106",1,46.493611,-84.364167,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5419,62,220,365,0,1133,"","","Certification not required",0,24.112013,10.893906,80,"2013-07-12 01:00",80,"2013-07-26 02:00",79,"2013-07-26 14:00",78,"2013-05-05 05:00","","","","",69,63,47,36,27,21,15,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-09" +"26","033","0901","62101",1,46.493611,-84.364167,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5997,68,245,365,0,555,"","","Certification not required",0,45.626647,21.825484,94,"2013-07-16 14:00",93,"2013-07-16 13:00",92,"2013-07-16 12:00",92,"2013-07-16 15:00","","","","",84,82,76,71,64,50,15,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-09" +"26","033","0901","64101",1,46.493611,-84.364167,"UNKNOWN","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5997,68,245,365,0,555,"","","Certification not required",0,987.437719,6.985021,1007,"2013-01-24 09:00",1007,"2013-01-24 10:00",1007,"2013-01-24 11:00",1007,"2013-01-24 12:00","","","","",1001,1000,997,996,992,988,979,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-09" +"26","033","0901","68101",1,46.493611,-84.364167,"UNKNOWN","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",73,60,73,122,0,13,"","","Certification not required",48,0.09726,0.079883,0.4,"2013-08-17 00:00",0.3,"2013-02-03 00:00",0.3,"2013-02-18 00:00",0.3,"2013-07-12 00:00","","","","",0.4,0.3,0.3,0.2,0.1,0.05,0.05,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68102",1,46.493611,-84.364167,"UNKNOWN","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",75,61,75,122,0,11,"","","Certification not required",0,24.009333,0.057359,24.1,"2013-03-11 00:00",24.1,"2013-07-03 00:00",24.1,"2013-07-15 00:00",24.1,"2013-07-27 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68103",1,46.493611,-84.364167,"UNKNOWN","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",73,60,73,122,0,13,"","","Certification not required",0,2.609589,11.733844,18.8,"2013-07-09 00:00",18.6,"2013-07-15 00:00",18.5,"2013-08-20 00:00",18.1,"2013-08-29 00:00","","","","",18.8,18.6,18.1,17.5,12.4,4.4,-16.8,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68104",1,46.493611,-84.364167,"UNKNOWN","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",75,61,75,122,0,11,"","","Certification not required",0,13.673333,13.363356,34.5,"2013-07-15 00:00",33.1,"2013-07-06 00:00",32.8,"2013-08-29 00:00",31.8,"2013-06-24 00:00","","","","",34.5,33.1,31.8,29.8,25.3,14.4,-4.8,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68105",1,46.493611,-84.364167,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",73,60,73,122,0,13,"","","Certification not required",0,7.834247,12.189798,26.7,"2013-07-15 00:00",25.4,"2013-07-06 00:00",24.7,"2013-08-29 00:00",24.4,"2013-08-20 00:00","","","","",26.7,25.4,24.4,21.5,18.3,9.2,-11,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68106",1,46.493611,-84.364167,"UNKNOWN","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,61,75,122,0,11,"","","Certification not required",0,738.386667,5.606206,748,"2013-02-21 00:00",748,"2013-07-15 00:00",746,"2013-02-09 00:00",746,"2013-03-29 00:00","","","","",748,748,746,745,742,739,733,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68107",1,46.493611,-84.364167,"UNKNOWN","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,61,75,122,0,11,"","","Certification not required",0,743.12,4.848962,752,"2013-01-10 00:00",752,"2013-02-21 00:00",751,"2013-02-09 00:00",751,"2013-07-15 00:00","","","","",752,752,751,748,746,744,737,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","68108",1,46.493611,-84.364167,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",73,60,73,122,0,13,"","","Certification not required",0,745.068493,4.732655,756,"2013-01-10 00:00",754,"2013-01-25 00:00",754,"2013-02-09 00:00",754,"2013-02-21 00:00","","","","",756,754,754,751,748,745,739,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","88101",1,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",70,57,70,122,0,9,0,0,"Certification not required",0,6.304286,3.487262,18.2,"2013-07-06 00:00",14.4,"2013-08-29 00:00",14.1,"2013-07-09 00:00",14.1,"2013-07-15 00:00","","","","",18.2,14.4,14.1,11.7,7.9,5.7,2.5,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","88101",1,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",70,57,70,122,0,9,"","","Certification not required",0,6.304286,3.487262,18.2,"2013-07-06 00:00",14.4,"2013-08-29 00:00",14.1,"2013-07-09 00:00",14.1,"2013-07-15 00:00","","","","",18.2,14.4,14.1,11.7,7.9,5.7,2.5,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","88101",2,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,64,39,61,0,9,0,0,"Certification not required",0,6.416667,3.625312,15.5,"2013-08-20 00:00",13.7,"2013-06-21 00:00",13,"2013-07-15 00:00",12.6,"2013-07-03 00:00","","","","",15.5,15.5,13.7,12.6,9.2,5.9,2.5,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","88101",2,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,64,39,61,0,9,"","","Certification not required",0,6.416667,3.625312,15.5,"2013-08-20 00:00",13.7,"2013-06-21 00:00",13,"2013-07-15 00:00",12.6,"2013-07-03 00:00","","","","",15.5,15.5,13.7,12.6,9.2,5.9,2.5,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-04" +"26","033","0901","88101",3,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3851,44,245,365,0,2701,"","","Certification not required",0,6.971254,6.824406,66.2,"2013-06-06 15:00",65.7,"2013-06-12 10:00",56.7,"2013-06-09 10:00",56.5,"2013-06-12 11:00","","","","",34.4,27.5,20,15,8.9,5,1,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-16" +"26","033","0901","88101",3,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",107,29,107,365,0,0,0,0,"Certification not required",0,7.125234,3.039026,16.4,"2013-07-09 00:00",16,"2013-07-04 00:00",15.5,"2013-08-21 00:00",14.4,"2013-07-06 00:00","","","","",16,15.5,12.8,11.5,8.6,6.5,3.6,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-16" +"26","033","0901","88101",3,46.493611,-84.364167,"UNKNOWN","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",107,29,107,365,0,0,"","","Certification not required",0,7.125234,3.039026,16.4,"2013-07-09 00:00",16,"2013-07-04 00:00",15.5,"2013-08-21 00:00",14.4,"2013-07-06 00:00","","","","",16,15.5,12.8,11.5,8.6,6.5,3.6,"NORTH OF EASTERDAY AVENUE","LK SUPERIOR STATE UNIV,650 W EASTERDAY A","Michigan","Chippewa","Sault Ste. Marie","Sault Ste. Marie, MI","2013-12-16" +"26","037","0001","44201",2,42.798339,-84.393795,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4192,100,183,183,0,200,0,0,"Certification not required",93,0.048918,0.010816,0.075,"2013-06-21 14:00",0.073,"2013-05-18 16:00",0.073,"2013-07-05 15:00",0.07,"2013-05-14 15:00","","","","",0.073,0.07,0.066,0.063,0.056,0.049,0.034,"ROSE LAKE, STOLL RD.(8562 E.)","8562 E STOLL RD","Michigan","Clinton","Lansing","Lansing-East Lansing, MI","2013-12-05" +"26","037","0001","44201",2,42.798339,-84.393795,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4382,100,183,183,0,0,0,0,"Certification not required",0,0.04453,0.010871,0.073,"2013-06-21 11:00",0.069,"2013-05-18 13:00",0.065,"2013-05-01 12:00",0.064,"2013-04-27 11:00","","","","",0.069,0.064,0.063,0.058,0.052,0.044,0.03,"ROSE LAKE, STOLL RD.(8562 E.)","8562 E STOLL RD","Michigan","Clinton","Lansing","Lansing-East Lansing, MI","2013-12-05" +"26","037","0001","44201",2,42.798339,-84.393795,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4382,100,183,183,0,0,0,0,"Certification not required",0,0.04453,0.010871,0.073,"2013-06-21 11:00",0.069,"2013-05-18 13:00",0.065,"2013-05-01 12:00",0.064,"2013-04-27 11:00","","","","",0.069,0.064,0.063,0.058,0.052,0.044,0.03,"ROSE LAKE, STOLL RD.(8562 E.)","8562 E STOLL RD","Michigan","Clinton","Lansing","Lansing-East Lansing, MI","2013-12-05" +"26","049","0021","44201",1,43.047224,-83.670159,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4134,98,180,183,0,258,0,0,"Certification not required",159,0.048639,0.010783,0.076,"2013-06-21 14:00",0.071,"2013-05-18 17:00",0.071,"2013-05-19 16:00",0.07,"2013-05-01 16:00","","","","",0.071,0.07,0.067,0.062,0.056,0.049,0.034,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","44201",1,43.047224,-83.670159,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4314,98,179,183,0,0,0,0,"Certification not required",0,0.043872,0.010573,0.072,"2013-06-21 12:00",0.068,"2013-05-19 11:00",0.065,"2013-04-27 11:00",0.065,"2013-05-01 11:00","","","","",0.068,0.065,0.061,0.058,0.051,0.044,0.03,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","44201",1,43.047224,-83.670159,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4314,98,179,183,0,0,0,0,"Certification not required",0,0.043872,0.010573,0.072,"2013-06-21 12:00",0.068,"2013-05-19 11:00",0.065,"2013-04-27 11:00",0.065,"2013-05-01 11:00","","","","",0.068,0.065,0.061,0.058,0.051,0.044,0.03,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","61103",1,43.047224,-83.670159,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6528,75,271,365,0,24,"","","Certification not required",0,3.703569,2.443128,16.5,"2013-01-20 02:00",15.6,"2013-01-09 15:00",13.9,"2013-01-20 01:00",13.9,"2013-01-20 03:00","","","","",11.3,9.6,7.8,6.9,5.2,3.5,0.9,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","61104",1,43.047224,-83.670159,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6528,75,271,365,0,24,"","","Certification not required",0,185.098652,99.662839,360,"2013-03-01 06:00",360,"2013-03-06 12:00",360,"2013-03-25 20:00",360,"2013-05-23 04:00","","","","",357,354,341,313,263,195,31,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","61106",1,43.047224,-83.670159,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6528,75,271,365,0,24,"","","Certification not required",0,25.356005,10.749873,80,"2013-09-24 22:00",78,"2013-06-19 17:00",78,"2013-07-16 03:00",78,"2013-07-25 16:00","","","","",64,57,49,41,29,22,16,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","62101",1,43.047224,-83.670159,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6528,75,271,365,0,24,"","","Certification not required",0,51.653186,20.675133,93,"2013-07-17 15:00",93,"2013-07-18 14:00",93,"2013-07-18 15:00",93,"2013-07-19 14:00","","","","",88,84,81,77,70,55,23,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","64101",1,43.047224,-83.670159,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6528,75,271,365,0,24,"","","Certification not required",0,991.247549,6.610227,1012,"2013-04-21 08:00",1012,"2013-04-21 09:00",1011,"2013-01-24 11:00",1011,"2013-04-21 06:00","","","","",1005,1004,1001,999,996,992,983,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","68101",1,43.047224,-83.670159,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",86,70,82,122,0,11,"","","Certification not required",50,0.137209,0.144545,0.6,"2013-07-15 00:00",0.6,"2013-09-10 00:00",0.5,"2013-06-09 00:00",0.5,"2013-09-19 00:00","","","","",0.6,0.6,0.4,0.4,0.2,0.05,0.05,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68102",1,43.047224,-83.670159,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",86,70,82,122,0,11,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68103",1,43.047224,-83.670159,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",86,70,82,122,0,11,"","","Certification not required",0,6.073256,9.42162,23.2,"2013-07-18 00:00",22.3,"2013-09-10 00:00",21.2,"2013-07-09 00:00",20.6,"2013-08-26 00:00","","","","",23.2,22.3,20.5,18,13.8,8.4,-7.8,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68104",1,43.047224,-83.670159,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",86,70,82,122,0,11,"","","Certification not required",0,17.589535,11.571934,35.2,"2013-07-18 00:00",35.2,"2013-09-10 00:00",33.5,"2013-07-15 00:00",32.6,"2013-08-29 00:00","","","","",35.2,35.2,31.4,30.5,27.1,21.9,0.9,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68105",1,43.047224,-83.670159,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",86,70,82,122,0,11,"","","Certification not required",0,11.75,10.302447,29.1,"2013-07-18 00:00",28.4,"2013-09-10 00:00",27.1,"2013-07-15 00:00",25.2,"2013-07-06 00:00","","","","",29.1,28.4,25.1,23.4,20.1,14.8,-3,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68106",1,43.047224,-83.670159,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,82,122,0,11,"","","Certification not required",0,741.651163,4.830704,754,"2013-03-08 00:00",751,"2013-05-25 00:00",750,"2013-02-21 00:00",750,"2013-07-15 00:00","","","","",754,751,749,747,745,742,735,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68107",1,43.047224,-83.670159,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,82,122,0,11,"","","Certification not required",0,747.232558,4.117893,759,"2013-01-10 00:00",757,"2013-03-08 00:00",755,"2013-02-21 00:00",755,"2013-05-25 00:00","","","","",759,757,754,753,749,747,742,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","68108",1,43.047224,-83.670159,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,82,122,0,11,"","","Certification not required",0,744.55814,4.258154,755,"2013-01-10 00:00",755,"2013-03-08 00:00",753,"2013-05-25 00:00",752,"2013-02-21 00:00","","","","",755,755,752,750,747,745,740,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","88101",1,43.047224,-83.670159,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,68,83,122,0,11,0,0,"Certification not required",0,7.812791,4.392341,18,"2013-08-20 00:00",16.6,"2013-09-10 00:00",16.1,"2013-08-26 00:00",15.7,"2013-01-16 00:00","","","","",18,16.6,15.3,14.2,11.7,7.7,2.8,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","88101",1,43.047224,-83.670159,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,68,83,122,0,11,"","","Certification not required",0,7.812791,4.392341,18,"2013-08-20 00:00",16.6,"2013-09-10 00:00",16.1,"2013-08-26 00:00",15.7,"2013-01-16 00:00","","","","",18,16.6,15.3,14.2,11.7,7.7,2.8,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-12-04" +"26","049","0021","88501",3,43.047224,-83.670159,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6418,73,268,365,0,134,"","","Certification not required",0,8.712683,6.391861,174,"2013-07-04 23:00",115,"2013-07-04 22:00",112,"2013-07-05 00:00",85,"2013-07-04 21:00","","","","",27,23,19,16,11,7,3,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","0021","88501",3,43.047224,-83.670159,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,8.674627,4.192756,35.9,"2013-07-05 00:00",27.5,"2013-07-04 00:00",20.2,"2013-01-27 00:00",18.9,"2013-08-18 00:00","","","","",20.2,18.3,16.2,13.7,11,7.8,4.3,"","WHALEY PARK, 3610 IOWA","Michigan","Genesee","Flint","Flint, MI","2013-11-21" +"26","049","2001","44201",1,43.168336,-83.461541,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4179,99,182,183,0,213,0,0,"Certification not required",87,0.050044,0.011093,0.076,"2013-05-01 16:00",0.075,"2013-06-21 16:00",0.072,"2013-05-19 17:00",0.072,"2013-09-28 15:00","","","","",0.075,0.072,0.068,0.066,0.058,0.05,0.035,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-16" +"26","049","2001","44201",1,43.168336,-83.461541,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4364,99,181,183,0,0,0,0,"Certification not required",0,0.045304,0.010845,0.071,"2013-06-21 12:00",0.069,"2013-05-19 11:00",0.069,"2013-06-20 12:00",0.067,"2013-05-01 11:00","","","","",0.069,0.067,0.063,0.06,0.052,0.045,0.03,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-16" +"26","049","2001","44201",1,43.168336,-83.461541,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4364,99,181,183,0,0,0,0,"Certification not required",0,0.045304,0.010845,0.071,"2013-06-21 12:00",0.069,"2013-05-19 11:00",0.069,"2013-06-20 12:00",0.067,"2013-05-01 11:00","","","","",0.069,0.067,0.063,0.06,0.052,0.045,0.03,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-16" +"26","049","2001","61103",1,43.168336,-83.461541,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6458,74,268,365,0,94,"","","Certification not required",0,4.111103,2.929354,18.2,"2013-04-18 12:00",16.5,"2013-04-19 11:00",16.5,"2013-04-19 15:00",15.6,"2013-01-09 14:00","","","","",13,11.3,9.6,7.8,6.1,3.5,0.9,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-05" +"26","049","2001","61104",1,43.168336,-83.461541,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6458,74,268,365,0,94,"","","Certification not required",0,191.703933,99.62073,360,"2013-01-13 07:00",360,"2013-02-08 17:00",360,"2013-05-10 17:00",360,"2013-08-31 04:00","","","","",355,351,336,311,271,211,41,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-05" +"26","049","2001","61106",1,43.168336,-83.461541,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6458,74,268,365,0,94,"","","Certification not required",0,27.482038,14.761615,79,"2013-07-06 04:00",79,"2013-08-04 03:00",79,"2013-08-04 23:00",79,"2013-09-01 18:00","","","","",70,66,61,51,34,23,14,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-05" +"26","049","2001","62101",1,43.168336,-83.461541,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6458,74,268,365,0,94,"","","Certification not required",0,50.921183,20.784613,95,"2013-09-10 14:00",93,"2013-07-16 15:00",93,"2013-07-16 16:00",93,"2013-07-17 15:00","","","","",86,84,81,77,68,54,23,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-05" +"26","049","2001","64101",1,43.168336,-83.461541,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",2751,42,113,275,0,1641,"","","Certification not required",0,986.116321,4.984805,999,"2013-09-16 20:00",999,"2013-09-16 21:00",999,"2013-09-16 22:00",999,"2013-09-16 23:00","","","","",996,995,995,992,989,987,980,"Otisville","LAKEVILLE MIDDLE SCHOOL, G11107 WASHBURN RD","Michigan","Genesee","Otisville","Flint, MI","2013-12-05" +"26","063","0007","44201",1,43.836388,-82.6429,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4157,98,180,183,0,235,0,0,"Certification not required",35,0.047417,0.011818,0.092,"2013-05-30 14:00",0.09,"2013-06-21 18:00",0.07,"2013-05-07 18:00",0.068,"2013-05-02 16:00","","","","",0.09,0.068,0.067,0.062,0.056,0.047,0.032,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","063","0007","44201",1,43.836388,-82.6429,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4340,98,180,183,0,0,0,0,"Certification not required",0,0.043306,0.010641,0.08,"2013-06-21 13:00",0.066,"2013-05-07 15:00",0.064,"2013-04-27 12:00",0.064,"2013-05-06 13:00","","","","",0.066,0.064,0.061,0.058,0.051,0.043,0.03,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","063","0007","44201",1,43.836388,-82.6429,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4340,98,180,183,0,0,1,1,"Certification not required",0,0.043306,0.010641,0.08,"2013-06-21 13:00",0.066,"2013-05-07 15:00",0.064,"2013-04-27 12:00",0.064,"2013-05-06 13:00","","","","",0.066,0.064,0.061,0.058,0.051,0.043,0.03,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","063","0007","61103",1,43.836388,-82.6429,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6538,75,273,365,0,14,"","","Certification not required",0,6.713261,4.052828,25.2,"2013-01-20 03:00",25.2,"2013-01-31 02:00",25.2,"2013-01-31 03:00",25.2,"2013-04-07 09:00","","","","",19.1,17.4,14.8,12.2,8.7,6.1,2.6,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","063","0007","61104",1,43.836388,-82.6429,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6538,75,273,365,0,14,"","","Certification not required",0,199.847507,100.285667,360,"2013-02-16 15:00",360,"2013-02-16 22:00",360,"2013-03-02 08:00",360,"2013-03-02 11:00","","","","",358,356,348,321,278,216,29,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","063","0007","61106",1,43.836388,-82.6429,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6540,75,273,365,0,12,"","","Certification not required",0,17.126606,9.952872,78,"2013-06-05 04:00",78,"2013-06-12 04:00",77,"2013-05-17 22:00",76,"2013-01-13 00:00","","","","",60,50,37,29,19,15,9,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","063","0007","62101",1,43.836388,-82.6429,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6538,75,273,365,0,14,"","","Certification not required",0,48.924136,19.166853,95,"2013-09-10 13:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",95,"2013-09-10 16:00","","","","",84,81,77,72,64,52,23,"RURAL THUMB AREA OZONE SITE","1172 S.M25,SAND BEACH TWP.","Michigan","Huron","Harbor Beach","","2013-11-21" +"26","065","0012","42401",1,42.738618,-84.534633,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6137,70,267,365,0,415,0,"","Certification not required",0,3.442322,3.694668,30.1,"2013-06-21 10:00",20.9,"2013-06-20 09:00",20.5,"2013-08-21 10:00",16.4,"2013-06-26 09:00","","","","",20.5,13.6,9.9,7.5,4.7,2.3,0.4,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42401",1,42.738618,-84.534633,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6137,70,267,365,0,415,"","","Certification not required",0,0.926739,1.513803,30.1,"2013-06-21 10:00",21.4,"2013-06-21 09:00",20.9,"2013-06-20 09:00",20.5,"2013-08-21 10:00","","","","",7.1,5.5,3.5,2.3,1,0.5,0,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42401",1,42.738618,-84.534633,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",267,73,267,365,0,0,0,"","Certification not required",0,0.921348,0.804425,5.4,"2013-06-21 00:00",4.6,"2013-01-19 00:00",3.9,"2013-01-08 00:00",3.2,"2013-08-30 00:00","","","","",3.9,2.9,2.5,1.9,1.3,0.7,0.2,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42401",1,42.738618,-84.534633,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1846,63,263,365,0,0,"",0,"Certification not required",0,0.925677,1.376658,23.1,"2013-06-21 11:00",11.5,"2013-08-21 11:00",10.8,"2013-06-20 11:00",10.5,"2013-06-21 14:00","","","","",6.7,5.4,3.3,2.3,1.1,0.5,0,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42401",3,42.738618,-84.534633,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",75161,72,266,365,0,3436,"","","Certification not required",0,1.150082,2.052989,66.3,"2013-08-21 10:35",60.4,"2013-06-21 11:35",58,"2013-06-21 10:55",55,"2013-07-27 10:15","","","","",8.6,6.4,4.1,2.9,1.9,0.4,-0.1,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42601",1,42.738618,-84.534633,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5832,67,249,365,0,720,"","","Certification not required",0,1.198388,4.443851,121,"2013-02-09 07:00",101,"2013-02-06 08:00",92,"2013-01-10 08:00",92,"2013-02-09 06:00","","","","",15,7,3,2,1,1,0,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42602",1,42.738618,-84.534633,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5832,67,249,365,0,720,0,"","Certification not required",0,14.425703,8.49024,47,"2013-02-09 07:00",46,"2013-03-08 23:00",45,"2013-02-06 07:00",44,"2013-03-09 00:00","","","","",45,40,33,25,17,12,6,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42602",1,42.738618,-84.534633,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5832,67,249,365,0,720,"","","Certification not required",0,6.378601,5.205139,47,"2013-02-09 07:00",46,"2013-02-09 06:00",46,"2013-03-08 23:00",45,"2013-02-06 07:00","","","","",28,23,16,12,8,5,2,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","42603",1,42.738618,-84.534633,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5832,67,249,365,0,720,"","","Certification not required",0,7.513889,8.452424,168,"2013-02-09 07:00",145,"2013-02-06 08:00",138,"2013-02-09 06:00",125,"2013-01-10 08:00","","","","",38,27,19,14,9,5,2,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","44201",2,42.738618,-84.534633,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6236,99,182,183,0,316,0,0,"Certification not required",115,0.050462,0.010615,0.075,"2013-06-23 17:00",0.075,"2013-07-05 14:00",0.074,"2013-06-21 18:00",0.072,"2013-05-18 14:00","","","","",0.075,0.072,0.068,0.064,0.058,0.052,0.043,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","44201",2,42.738618,-84.534633,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6419,99,181,183,0,0,0,0,"Certification not required",0,0.046182,0.010493,0.071,"2013-06-21 12:00",0.068,"2013-06-23 12:00",0.067,"2013-05-18 12:00",0.066,"2013-05-14 12:00","","","","",0.068,0.066,0.064,0.06,0.054,0.047,0.04,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","44201",2,42.738618,-84.534633,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6419,99,181,183,0,0,0,0,"Certification not required",0,0.046182,0.010493,0.071,"2013-06-21 12:00",0.068,"2013-06-23 12:00",0.067,"2013-05-18 12:00",0.066,"2013-05-14 12:00","","","","",0.068,0.066,0.064,0.06,0.054,0.047,0.04,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","61103",1,42.738618,-84.534633,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6453,74,268,365,0,99,"","","Certification not required",0,5.197335,2.6942,17.4,"2013-01-20 02:00",16.5,"2013-04-11 13:00",16.5,"2013-04-11 14:00",15.6,"2013-01-07 13:00","","","","",13,12.2,10.4,8.7,6.9,4.3,1.7,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","61104",1,42.738618,-84.534633,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6453,74,268,365,0,99,"","","Certification not required",0,189.657524,94.37913,360,"2013-01-24 09:00",360,"2013-05-24 16:00",360,"2013-08-14 09:00",359,"2013-02-08 07:00","","","","",351,345,330,306,270,204,48,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","61106",1,42.738618,-84.534633,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6453,74,268,365,0,99,"","","Certification not required",0,20.514954,9.3977,77,"2013-07-30 04:00",76,"2013-08-17 01:00",75,"2013-07-25 10:00",74,"2013-08-27 23:00","","","","",58,51,39,31,24,18,12,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","62101",1,42.738618,-84.534633,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6453,74,268,365,0,99,"","","Certification not required",0,52.514954,20.710691,93,"2013-07-19 13:00",93,"2013-07-19 14:00",91,"2013-07-16 14:00",91,"2013-07-16 15:00","","","","",88,84,81,77,70,57,23,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","64101",1,42.738618,-84.534633,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6453,74,268,365,0,99,"","","Certification not required",0,983.801333,6.390541,1003,"2013-01-24 11:00",1003,"2013-04-21 06:00",1003,"2013-04-21 07:00",1003,"2013-04-21 08:00","","","","",997,996,993,992,988,984,976,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","68101",1,42.738618,-84.534633,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",87,71,86,122,0,12,"","","Certification not required",13,0.352299,0.171672,0.6,"2013-06-15 00:00",0.6,"2013-08-29 00:00",0.6,"2013-09-07 00:00",0.5,"2013-04-13 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.05,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68102",1,42.738618,-84.534633,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",87,71,86,122,0,12,"","","Certification not required",0,23.997701,0.021442,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68103",1,42.738618,-84.534633,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,44,61,0,12,"","","Certification not required",0,5.743678,10.372792,24.1,"2013-07-18 00:00",23.6,"2013-09-10 00:00",21.2,"2013-05-31 00:00",21.2,"2013-08-26 00:00","","","","",24.1,23.6,20.6,19.1,14.6,7.1,-8.2,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68104",1,42.738618,-84.534633,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,86,122,0,12,"","","Certification not required",0,16.748276,12.047859,34.4,"2013-07-18 00:00",33.9,"2013-09-10 00:00",32.3,"2013-08-29 00:00",31.5,"2013-07-09 00:00","","","","",34.4,33.9,31.1,30.1,27.3,19.9,-0.4,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68105",1,42.738618,-84.534633,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,86,122,0,12,"","","Certification not required",0,11.13908,10.914502,29.1,"2013-07-18 00:00",28.4,"2013-09-10 00:00",25.3,"2013-08-26 00:00",24.5,"2013-06-24 00:00","","","","",29.1,28.4,24.5,23.6,20.6,12.9,-3.9,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68106",1,42.738618,-84.534633,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,86,122,0,12,"","","Certification not required",0,735.563218,4.58689,747,"2013-03-08 00:00",744,"2013-05-25 00:00",743,"2013-02-09 00:00",743,"2013-02-21 00:00","","","","",747,744,743,741,738,736,729,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68107",1,42.738618,-84.534633,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,86,122,0,12,"","","Certification not required",0,742,4.342864,753,"2013-01-10 00:00",752,"2013-03-08 00:00",751,"2013-01-31 00:00",750,"2013-02-09 00:00","","","","",753,752,750,748,744,742,737,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","68108",1,42.738618,-84.534633,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,86,122,0,12,"","","Certification not required",0,739.057471,4.303477,750,"2013-03-08 00:00",749,"2013-01-10 00:00",747,"2013-02-09 00:00",747,"2013-05-25 00:00","","","","",750,749,746,744,741,739,734,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","88101",1,42.738618,-84.534633,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,70,86,122,0,10,0,0,"Certification not required",0,7.913793,4.10386,18.2,"2013-08-26 00:00",17.4,"2013-08-20 00:00",17.2,"2013-09-10 00:00",16.9,"2013-01-16 00:00","","","","",18.2,17.4,14.8,13.4,11.3,7.2,3,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","88101",1,42.738618,-84.534633,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,70,86,122,0,10,"","","Certification not required",0,7.913793,4.10386,18.2,"2013-08-26 00:00",17.4,"2013-08-20 00:00",17.2,"2013-09-10 00:00",16.9,"2013-01-16 00:00","","","","",18.2,17.4,14.8,13.4,11.3,7.2,3,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-04" +"26","065","0012","88501",5,42.738618,-84.534633,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6372,73,268,365,0,180,"","","Certification not required",0,8.863151,5.281715,107,"2013-07-04 23:00",98,"2013-07-04 22:00",80,"2013-07-05 00:00",76,"2013-07-04 21:00","","","","",24,21,18,15,11,8,4,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","065","0012","88501",5,42.738618,-84.534633,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,8.804104,3.788869,27.5,"2013-07-04 00:00",25.5,"2013-07-05 00:00",19.2,"2013-08-20 00:00",19.2,"2013-08-27 00:00","","","","",19.2,18.2,16.6,13.6,10.7,8,4.8,"","220 N PENNSYLVANIA","Michigan","Ingham","Lansing","Lansing-East Lansing, MI","2013-12-09" +"26","067","0002","12103",1,43.101944,-85.22,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.000849,0.000746,0.00356,"2013-02-15 00:00",0.00352,"2013-04-28 00:00",0.00224,"2013-06-15 00:00",0.00219,"2013-06-09 00:00","","","","",0.00356,0.00352,0.00224,0.00193,0.00116,0.00054,0.00021,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0002","12110",1,43.101944,-85.22,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.000276,0.0003,0.0018,"2013-11-12 00:00",0.00112,"2013-10-07 00:00",0.00083,"2013-08-26 00:00",0.00074,"2013-10-25 00:00","","","","",0.0018,0.00112,0.00083,0.00058,0.00038,0.00015,7e-05,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0002","12132",1,43.101944,-85.22,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.006251,0.004452,0.02382,"2013-05-16 00:00",0.01935,"2013-08-26 00:00",0.01688,"2013-04-04 00:00",0.01621,"2013-08-20 00:00","","","","",0.02382,0.01935,0.01688,0.0124,0.00767,0.00516,0.00251,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0002","12136",1,43.101944,-85.22,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.000909,0.000271,0.00182,"2013-04-28 00:00",0.00155,"2013-11-24 00:00",0.00151,"2013-08-26 00:00",0.00148,"2013-09-07 00:00","","","","",0.00182,0.00155,0.00151,0.00134,0.00104,0.00088,0.00063,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0002","14129",1,43.101944,-85.22,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,0.031159,0.04391,0.19,"2013-08-02 00:00",0.16,"2013-08-26 00:00",0.102,"2013-09-07 00:00",0.096,"2013-06-21 00:00","","","","",0.19,0.19,0.102,0.094,0.054,0.008,0.001,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2013-12-03" +"26","067","0002","61103",1,43.101944,-85.22,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6552,75,273,365,0,0,"","","Certification not required",0,3.944979,2.949333,18.2,"2013-01-20 00:00",18.2,"2013-01-20 01:00",18.2,"2013-04-19 13:00",18.2,"2013-04-19 14:00","","","","",13,11.3,9.6,7.8,5.2,3.5,0.9,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2013-11-21" +"26","067","0002","61104",1,43.101944,-85.22,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,188.668346,94.88902,360,"2013-02-08 08:00",360,"2013-06-17 07:00",359,"2013-01-24 07:00",359,"2013-02-02 14:00","","","","",351,345,325,299,267,216,63,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2013-11-21" +"26","067","0002","61106",1,43.101944,-85.22,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,24.856227,11.961781,77,"2013-08-23 04:00",73,"2013-07-25 10:00",72,"2013-08-10 12:00",71,"2013-06-14 10:00","","","","",59,56,50,44,31,21,14,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2013-11-21" +"26","067","0002","62101",1,43.101944,-85.22,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,50.45406,20.960074,93,"2013-07-18 14:00",91,"2013-07-15 16:00",91,"2013-07-15 17:00",91,"2013-07-17 13:00","","","","",88,84,81,77,68,54,21,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2013-11-21" +"26","067","0002","64101",1,43.101944,-85.22,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,987.174603,6.444937,1007,"2013-04-21 09:00",1007,"2013-04-21 10:00",1005,"2013-01-24 10:00",1005,"2013-01-24 11:00","","","","",1000,1000,997,995,992,988,979,"Belding","545 REED ST","Michigan","Ionia","Belding","Grand Rapids-Wyoming, MI","2013-11-21" +"26","067","0003","12103",1,43.099943,-85.222266,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.00095,0.000762,0.00356,"2013-04-28 00:00",0.00313,"2013-06-09 00:00",0.00263,"2013-05-04 00:00",0.00231,"2013-06-15 00:00","","","","",0.00356,0.00313,0.00263,0.00197,0.00145,0.00066,0.00028,"","509 MERRICK ST","Michigan","Ionia","","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0003","12110",1,43.099943,-85.222266,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.000409,0.000868,0.00631,"2013-07-27 00:00",0.00252,"2013-10-13 00:00",0.00165,"2013-09-01 00:00",0.00109,"2013-04-16 00:00","","","","",0.00631,0.00252,0.00165,0.00067,0.00031,0.00021,9e-05,"","509 MERRICK ST","Michigan","Ionia","","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0003","12132",1,43.099943,-85.222266,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.007427,0.004552,0.02216,"2013-05-16 00:00",0.02127,"2013-05-04 00:00",0.01817,"2013-04-04 00:00",0.01633,"2013-08-20 00:00","","","","",0.02216,0.02127,0.01817,0.01348,0.00899,0.00656,0.00291,"","509 MERRICK ST","Michigan","Ionia","","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0003","12136",1,43.099943,-85.222266,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.001048,0.000298,0.00187,"2013-09-07 00:00",0.00176,"2013-10-31 00:00",0.00162,"2013-09-01 00:00",0.0016,"2013-09-25 00:00","","","","",0.00187,0.00176,0.00162,0.00147,0.00121,0.00099,0.0007,"","509 MERRICK ST","Michigan","Ionia","","Grand Rapids-Wyoming, MI","2014-02-13" +"26","067","0003","14129",1,43.099943,-85.222266,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,0,0,0,"Certification not required",0,0.032341,0.032196,0.13,"2013-07-09 00:00",0.101,"2013-08-14 00:00",0.096,"2013-07-27 00:00",0.094,"2013-05-16 00:00","","","","",0.13,0.13,0.096,0.091,0.05,0.023,0.004,"","509 MERRICK ST","Michigan","Ionia","","Grand Rapids-Wyoming, MI","2013-12-03" +"26","077","0008","44201",1,42.278067,-85.54189,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4174,100,183,183,0,218,0,0,"Certification not required",333,0.050945,0.0117,0.086,"2013-06-11 18:00",0.079,"2013-09-10 17:00",0.077,"2013-05-14 16:00",0.076,"2013-09-07 17:00","","","","",0.079,0.076,0.07,0.065,0.059,0.052,0.036,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","44201",1,42.278067,-85.54189,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4352,99,182,183,0,0,0,0,"Certification not required",0,0.046038,0.011003,0.072,"2013-06-11 12:00",0.068,"2013-05-14 11:00",0.068,"2013-06-21 11:00",0.068,"2013-09-10 11:00","","","","",0.068,0.068,0.064,0.06,0.054,0.046,0.031,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","44201",1,42.278067,-85.54189,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4352,99,182,183,0,0,0,0,"Certification not required",0,0.046038,0.011003,0.072,"2013-06-11 12:00",0.068,"2013-05-14 11:00",0.068,"2013-06-21 11:00",0.068,"2013-09-10 11:00","","","","",0.068,0.068,0.064,0.06,0.054,0.046,0.031,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","61103",1,42.278067,-85.54189,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6478,74,269,365,0,74,"","","Certification not required",0,4.159077,3.079452,23.4,"2013-01-20 01:00",21.7,"2013-01-20 00:00",19.1,"2013-01-20 02:00",19.1,"2013-01-20 03:00","","","","",13,12.2,10.4,8.7,6.1,3.5,0.9,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","61104",1,42.278067,-85.54189,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6478,74,269,365,0,74,"","","Certification not required",0,190.482248,95.110837,360,"2013-01-13 05:00",360,"2013-03-17 05:00",360,"2013-08-08 01:00",360,"2013-09-16 04:00","","","","",351,346,334,315,273,191,67,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","61106",1,42.278067,-85.54189,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6478,74,269,365,0,74,"","","Certification not required",0,26.389935,13.00716,80,"2013-02-09 04:00",80,"2013-09-28 07:00",78,"2013-01-15 00:00",78,"2013-09-01 23:00","","","","",67,63,53,45,33,22,14,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","62101",1,42.278067,-85.54189,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6478,74,269,365,0,74,"","","Certification not required",0,51.883606,20.381313,93,"2013-07-19 14:00",93,"2013-07-19 15:00",93,"2013-07-19 16:00",93,"2013-09-10 14:00","","","","",86,84,81,77,70,55,25,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","68101",1,42.278067,-85.54189,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",82,67,80,122,0,12,"","","Certification not required",55,0.14939,0.211913,1.4,"2013-05-13 00:00",0.9,"2013-04-25 00:00",0.6,"2013-05-12 00:00",0.5,"2013-07-06 00:00","","","","",1.4,0.9,0.5,0.4,0.2,0.05,0.05,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68102",1,42.278067,-85.54189,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",82,67,80,122,0,12,"","","Certification not required",0,23.986585,0.074969,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68103",1,42.278067,-85.54189,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,80,122,0,12,"","","Certification not required",0,5.104878,9.837669,21.6,"2013-09-10 00:00",20.9,"2013-07-09 00:00",20.8,"2013-06-27 00:00",20.3,"2013-07-06 00:00","","","","",21.6,20.9,19.1,16.5,13.7,6.9,-7.8,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68104",1,42.278067,-85.54189,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,80,122,0,12,"","","Certification not required",0,16.746341,11.773723,34.4,"2013-09-10 00:00",33.6,"2013-07-09 00:00",32.1,"2013-08-29 00:00",31.8,"2013-06-24 00:00","","","","",34.4,33.6,30.9,30,27.3,19.5,0.3,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68105",1,42.278067,-85.54189,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,80,122,0,12,"","","Certification not required",0,10.90122,10.616601,27.2,"2013-09-10 00:00",25.9,"2013-07-06 00:00",25.8,"2013-06-27 00:00",25.5,"2013-07-09 00:00","","","","",27.2,25.9,24.8,23.2,19.6,13,-3.1,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68106",1,42.278067,-85.54189,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,67,80,122,0,12,"","","Certification not required",0,739.317073,4.789077,752,"2013-05-25 00:00",750,"2013-03-08 00:00",746,"2013-05-13 00:00",746,"2013-06-03 00:00","","","","",752,750,745,744,742,740,732,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68107",1,42.278067,-85.54189,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,67,80,122,0,12,"","","Certification not required",0,745.329268,4.722039,756,"2013-01-10 00:00",756,"2013-05-25 00:00",755,"2013-03-08 00:00",754,"2013-01-25 00:00","","","","",756,756,753,751,748,745,740,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","68108",1,42.278067,-85.54189,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,67,80,122,0,12,"","","Certification not required",0,742.914634,4.38629,754,"2013-05-25 00:00",753,"2013-03-08 00:00",752,"2013-01-10 00:00",749,"2013-02-21 00:00","","","","",754,753,749,748,746,743,738,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","88101",1,42.278067,-85.54189,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,66,81,122,0,11,0,0,"Certification not required",0,8.35122,4.149468,17.9,"2013-01-16 00:00",17.7,"2013-08-20 00:00",17.1,"2013-09-10 00:00",16.6,"2013-06-09 00:00","","","","",17.9,17.7,15.8,14.2,11.1,7.7,3.1,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","88101",1,42.278067,-85.54189,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,66,81,122,0,11,"","","Certification not required",0,8.35122,4.149468,17.9,"2013-01-16 00:00",17.7,"2013-08-20 00:00",17.1,"2013-09-10 00:00",16.6,"2013-06-09 00:00","","","","",17.9,17.7,15.8,14.2,11.1,7.7,3.1,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","88101",2,42.278067,-85.54189,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,8,0,0,"Certification not required",0,9.61,4.540462,18,"2013-08-20 00:00",17.9,"2013-01-16 00:00",17.7,"2013-08-26 00:00",16.5,"2013-06-09 00:00","","","","",18,18,17.9,16.5,13,9.8,3.5,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","88101",2,42.278067,-85.54189,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,8,"","","Certification not required",0,9.61,4.540462,18,"2013-08-20 00:00",17.9,"2013-01-16 00:00",17.7,"2013-08-26 00:00",16.5,"2013-06-09 00:00","","","","",18,18,17.9,16.5,13,9.8,3.5,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-12-04" +"26","077","0008","88501",3,42.278067,-85.54189,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6424,73,272,365,0,128,"","","Certification not required",0,9.137142,5.418557,81,"2013-07-05 00:00",60,"2013-07-04 23:00",49,"2013-07-05 01:00",46,"2013-07-04 22:00","","","","",25,23,19,16,12,8,3,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","077","0008","88501",3,42.278067,-85.54189,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,9.075,3.70326,25.3,"2013-07-05 00:00",18.9,"2013-08-21 00:00",18.6,"2013-08-19 00:00",18.6,"2013-08-20 00:00","","","","",18.6,18.2,17.2,13.9,11.1,8.6,4.7,"KALAMAZOO FAIRGROUNDS","FAIRGROUNDS, 1400 OLMSTEAD RD","Michigan","Kalamazoo","Kalamazoo","Kalamazoo-Portage, MI","2013-11-21" +"26","081","0007","68101",1,42.956117,-85.679117,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,90,122,0,14,"","","Certification not required",47,0.230556,0.267604,1.3,"2013-09-25 00:00",1.1,"2013-09-22 00:00",0.9,"2013-08-11 00:00",0.9,"2013-09-16 00:00","","","","",1.3,1.1,0.9,0.6,0.4,0.05,0.05,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68102",1,42.956117,-85.679117,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,90,122,0,14,"","","Certification not required",0,24.055556,0.052169,24.1,"2013-01-01 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68103",1,42.956117,-85.679117,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,14,"","","Certification not required",0,7.388889,10.689777,25.9,"2013-09-10 00:00",25.4,"2013-07-18 00:00",23.9,"2013-07-15 00:00",22.6,"2013-08-26 00:00","","","","",25.9,25.4,21.5,21,16.4,9.8,-6.4,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68104",1,42.956117,-85.679117,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,14,"","","Certification not required",0,17.676667,12.418987,36.7,"2013-07-18 00:00",36.3,"2013-07-15 00:00",35,"2013-09-10 00:00",33.4,"2013-08-29 00:00","","","","",36.7,36.3,32.6,32.1,28.8,21.3,0.8,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68105",1,42.956117,-85.679117,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,14,"","","Certification not required",0,12.462222,11.375191,31,"2013-07-18 00:00",29.8,"2013-09-10 00:00",29.5,"2013-07-15 00:00",26.8,"2013-06-24 00:00","","","","",31,29.8,26.8,26,22.3,15.4,-2.2,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68106",1,42.956117,-85.679117,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,13,"","","Certification not required",0,740.544444,4.564546,751,"2013-03-08 00:00",749,"2013-05-25 00:00",749,"2013-07-15 00:00",747,"2013-02-09 00:00","","","","",751,749,747,746,743,741,736,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68107",1,42.956117,-85.679117,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,14,"","","Certification not required",0,746.688889,4.254923,757,"2013-01-10 00:00",756,"2013-03-08 00:00",755,"2013-01-25 00:00",754,"2013-02-09 00:00","","","","",757,756,754,752,749,747,742,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","68108",1,42.956117,-85.679117,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,14,"","","Certification not required",0,744.033333,4.299072,754,"2013-03-08 00:00",753,"2013-01-10 00:00",752,"2013-05-25 00:00",751,"2013-02-09 00:00","","","","",754,753,751,749,746,744,739,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","81102",1,42.956117,-85.679117,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,13.689655,7.315465,35,"2013-08-20 00:00",29,"2013-05-16 00:00",29,"2013-08-26 00:00",26,"2013-06-21 00:00","","","","",35,29,29,23,19,11,6,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-01-27" +"26","081","0007","88101",1,42.956117,-85.679117,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,14,0,0,"Certification not required",0,9.184444,4.715047,20.8,"2013-08-20 00:00",19.3,"2013-08-26 00:00",19,"2013-01-16 00:00",18.2,"2013-09-10 00:00","","","","",20.8,19.3,17.4,15.9,12.5,9.2,3.4,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0007","88101",1,42.956117,-85.679117,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,14,"","","Certification not required",0,9.184444,4.715047,20.8,"2013-08-20 00:00",19.3,"2013-08-26 00:00",19,"2013-01-16 00:00",18.2,"2013-09-10 00:00","","","","",20.8,19.3,17.4,15.9,12.5,9.2,3.4,"Gr-Wealthy","509 WEALTHY","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","12103",1,42.984173,-85.671339,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,30,31,0,5,"","","Certification not required",0,0.001158,0.000969,0.00535,"2013-06-09 00:00",0.00411,"2013-06-15 00:00",0.00317,"2013-04-28 00:00",0.0031,"2013-07-03 00:00","","","","",0.00535,0.00411,0.00317,0.00194,0.00136,0.00098,0.0004,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","12110",1,42.984173,-85.671339,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,30,31,0,5,"","","Certification not required",0,0.000132,0.000112,0.00082,"2013-12-18 00:00",0.00026,"2013-11-30 00:00",0.00024,"2013-08-20 00:00",0.00023,"2013-04-28 00:00","","","","",0.00082,0.00026,0.00024,0.00021,0.00017,0.00011,6e-05,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","12132",1,42.984173,-85.671339,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,30,31,0,5,"","","Certification not required",0,0.011062,0.007422,0.0423,"2013-05-16 00:00",0.02845,"2013-08-20 00:00",0.02583,"2013-06-21 00:00",0.02331,"2013-04-04 00:00","","","","",0.0423,0.02845,0.02583,0.01903,0.01517,0.00912,0.00435,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","12136",1,42.984173,-85.671339,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,30,31,0,5,"","","Certification not required",0,0.001374,0.000474,0.00263,"2013-06-09 00:00",0.00258,"2013-08-20 00:00",0.00228,"2013-05-16 00:00",0.00222,"2013-08-02 00:00","","","","",0.00263,0.00258,0.00228,0.00205,0.00169,0.00129,0.00085,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","14129",1,42.984173,-85.671339,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,7,0,0,"Certification not required",0,0.004026,0.002573,0.01,"2013-06-15 00:00",0.01,"2013-08-20 00:00",0.008,"2013-04-04 00:00",0.008,"2013-07-03 00:00","","","","",0.01,0.01,0.01,0.008,0.006,0.004,0.001,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-03" +"26","081","0020","42101",1,42.984173,-85.671339,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5433,62,234,365,0,423,0,0,"Certification not required",5223,0.267596,0.100681,1.8,"2013-02-06 08:00",1.7,"2013-02-25 08:00",1.6,"2013-01-10 08:00",1.5,"2013-01-15 08:00","","","","",0.8,0.6,0.25,0.25,0.25,0.25,0.25,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","42101",1,42.984173,-85.671339,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5670,65,233,365,0,0,0,0,"Certification not required",0,0.312628,0.066588,1.3,"2013-02-25 09:00",1.3,"2013-02-25 10:00",1.2,"2013-02-25 08:00",1.2,"2013-02-25 11:00",1.3,"2013-02-25 09:00",1,"2013-01-10 09:00",0.7,0.5,0.4,0.3,0.3,0.3,0.3,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","42401",2,42.984173,-85.671339,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6159,70,268,365,0,393,0,"","Certification not required",0,2.325,4.491074,68.8,"2013-01-15 08:00",11.8,"2013-06-05 08:00",11.3,"2013-05-08 09:00",10.2,"2013-09-07 18:00","","","","",11.3,8.8,6.4,4.1,2.5,1.5,0.5,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-25" +"26","081","0020","42401",2,42.984173,-85.671339,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6159,70,268,365,0,393,"","","Certification not required",0,0.731677,1.173614,68.8,"2013-01-15 08:00",11.8,"2013-06-05 08:00",11.3,"2013-05-08 09:00",10.2,"2013-09-07 18:00","","","","",3.9,3,2.1,1.5,0.9,0.5,0.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-25" +"26","081","0020","42401",2,42.984173,-85.671339,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,0.735075,0.493441,4.3,"2013-01-15 00:00",2.9,"2013-01-08 00:00",2.5,"2013-06-05 00:00",2.2,"2013-09-07 00:00","","","","",2.5,1.9,1.6,1.3,1,0.6,0.3,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-25" +"26","081","0020","42401",2,42.984173,-85.671339,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1844,63,251,365,0,0,"",0,"Certification not required",0,0.711659,0.913271,24.4,"2013-01-15 08:00",8.6,"2013-06-05 08:00",6.8,"2013-07-17 17:00",6.2,"2013-08-26 14:00","","","","",3.7,3,2,1.5,0.9,0.5,0.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-25" +"26","081","0020","42401",3,42.984173,-85.671339,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",73007,69,265,365,0,5256,"","","Certification not required",0,0.805701,1.499496,89.4,"2013-01-15 09:00",89.4,"2013-01-15 09:05",89.4,"2013-01-15 09:10",89.4,"2013-01-15 09:20","","","","",4.1,3.1,2.2,1.6,1,0.6,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-25" +"26","081","0020","42600",1,42.984173,-85.671339,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6409,73,268,365,0,143,"","","Certification not required",0,12.60855,15.028647,183.2,"2013-03-29 07:00",182.6,"2013-01-10 08:00",182.4,"2013-01-15 07:00",180.6,"2013-01-15 08:00","","","","",84.5,56.1,35.7,24.2,13.9,8.4,3.6,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","42601",1,42.984173,-85.671339,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6410,73,268,365,0,142,"","","Certification not required",0,3.558144,9.625273,175.7,"2013-02-06 08:00",154.3,"2013-01-10 08:00",142.9,"2013-01-15 08:00",141.3,"2013-03-29 07:00","","","","",51.2,27.2,11.4,6.6,3.2,1.3,0.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","44201",1,42.984173,-85.671339,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6173,99,181,183,0,378,0,0,"Certification not required",203,0.05121,0.012816,0.09,"2013-07-18 19:00",0.089,"2013-09-10 16:00",0.081,"2013-08-25 18:00",0.08,"2013-08-27 16:00","","","","",0.089,0.08,0.072,0.069,0.059,0.052,0.042,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","44201",1,42.984173,-85.671339,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6476,99,181,183,0,0,0,0,"Certification not required",0,0.045983,0.011976,0.075,"2013-09-10 11:00",0.072,"2013-08-25 13:00",0.07,"2013-07-18 15:00",0.068,"2013-08-19 10:00","","","","",0.072,0.068,0.067,0.063,0.055,0.046,0.038,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","44201",1,42.984173,-85.671339,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6476,99,181,183,0,0,0,0,"Certification not required",0,0.045983,0.011976,0.075,"2013-09-10 11:00",0.072,"2013-08-25 13:00",0.07,"2013-07-18 15:00",0.068,"2013-08-19 10:00","","","","",0.072,0.068,0.067,0.063,0.055,0.046,0.038,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","61103",1,42.984173,-85.671339,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,5.162605,2.885726,20,"2013-01-20 00:00",19.1,"2013-04-19 12:00",18.2,"2013-01-09 14:00",18.2,"2013-01-09 15:00","","","","",13.9,12.2,10.4,8.7,6.9,4.3,1.7,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","61104",1,42.984173,-85.671339,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6541,75,273,365,0,11,"","","Certification not required",0,189.57667,99.8525,360,"2013-01-10 06:00",360,"2013-02-02 08:00",360,"2013-02-08 08:00",360,"2013-02-28 22:00","","","","",357,353,342,320,271,204,48,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","61106",1,42.984173,-85.671339,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6541,75,273,365,0,11,"","","Certification not required",0,22.646079,10.547995,79,"2013-04-29 04:00",79,"2013-08-16 08:00",76,"2013-05-13 02:00",76,"2013-06-19 17:00","","","","",64,57,46,36,25,19,14,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","62101",1,42.984173,-85.671339,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6463,74,270,365,0,89,"","","Certification not required",0,53.072722,21.147175,91,"2013-07-14 17:00",91,"2013-07-15 13:00",91,"2013-07-15 14:00",91,"2013-07-15 15:00","","","","",88,86,82,79,72,57,23,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","62201",1,42.984173,-85.671339,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6463,74,270,365,0,89,"","","Certification not required",0,71.460777,18.437854,100,"2013-01-11 07:00",100,"2013-01-11 08:00",100,"2013-01-11 11:00",100,"2013-01-11 12:00","","","","",100,100,99,95,86,74,45,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","64101",1,42.984173,-85.671339,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6541,75,273,365,0,11,"","","Certification not required",0,993.478061,6.5022,1013,"2013-01-24 10:00",1013,"2013-01-24 11:00",1013,"2013-01-24 12:00",1012,"2013-01-24 09:00","","","","",1008,1007,1004,1001,997,993,985,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0020","68101",1,42.984173,-85.671339,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",89,73,89,122,0,13,"","","Certification not required",5,0.438764,0.155167,0.7,"2013-05-28 00:00",0.7,"2013-06-12 00:00",0.6,"2013-04-22 00:00",0.6,"2013-05-01 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.5,0.3,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68102",1,42.984173,-85.671339,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,73,89,122,0,13,"","","Certification not required",0,24.041573,0.091464,24.1,"2013-01-01 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-25 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68103",1,42.984173,-85.671339,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,13,"","","Certification not required",0,7.849438,10.703336,26,"2013-07-18 00:00",25.8,"2013-09-10 00:00",23.6,"2013-07-15 00:00",22.9,"2013-08-26 00:00","","","","",26,25.8,22.2,21.3,16.5,10.5,-6,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68103",5,42.984173,-85.671339,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,52,61,0,3,"","","Certification not required",0,7.198837,9.827183,25.5,"2013-07-18 00:00",25.3,"2013-09-10 00:00",21.6,"2013-07-06 00:00",21.5,"2013-06-24 00:00","","","","",25.5,25.3,21.1,18.8,15.1,8.5,-5.8,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","68104",1,42.984173,-85.671339,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,13,"","","Certification not required",0,17.468539,12.502187,36.3,"2013-07-15 00:00",34.8,"2013-07-18 00:00",34.6,"2013-09-10 00:00",34.3,"2013-08-29 00:00","","","","",36.3,34.8,32.4,31.5,28.6,20.5,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68104",5,42.984173,-85.671339,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,52,61,0,3,"","","Certification not required",0,16.640698,11.908755,34.5,"2013-07-18 00:00",33.9,"2013-09-10 00:00",33,"2013-08-29 00:00",32.1,"2013-07-09 00:00","","","","",34.5,33.9,31.7,31.2,27.4,18.3,0.5,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","68105",1,42.984173,-85.671339,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,13,"","","Certification not required",0,12.524719,11.383344,30.7,"2013-07-18 00:00",29.5,"2013-09-10 00:00",29,"2013-07-15 00:00",27,"2013-08-29 00:00","","","","",30.7,29.5,26.4,25.7,22.2,15.8,-3.5,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68105",5,42.984173,-85.671339,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,52,61,0,3,"","","Certification not required",0,11.904651,10.645992,30.5,"2013-07-18 00:00",29,"2013-09-10 00:00",26.3,"2013-08-29 00:00",26,"2013-07-06 00:00","","","","",30.5,29,25.9,24.7,20.9,13.8,-3.4,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","68106",1,42.984173,-85.671339,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,13,"","","Certification not required",0,740.977528,4.772024,752,"2013-03-08 00:00",750,"2013-05-25 00:00",749,"2013-07-15 00:00",748,"2013-02-09 00:00","","","","",752,750,748,747,744,741,734,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68106",5,42.984173,-85.671339,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,52,61,0,3,"","","Certification not required",0,738.127907,4.821024,746,"2013-01-22 00:00",746,"2013-03-29 00:00",745,"2013-02-09 00:00",745,"2013-02-21 00:00","","","","",746,746,745,744,742,739,731,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","68107",1,42.984173,-85.671339,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,13,"","","Certification not required",0,746.438202,4.253221,757,"2013-01-10 00:00",756,"2013-03-08 00:00",755,"2013-01-25 00:00",754,"2013-02-09 00:00","","","","",757,756,754,752,748,746,742,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68107",5,42.984173,-85.671339,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,52,61,0,3,"","","Certification not required",0,743.27907,4.321359,754,"2013-01-10 00:00",752,"2013-02-09 00:00",752,"2013-04-22 00:00",751,"2013-10-28 00:00","","","","",754,752,750,750,746,743,738,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","68108",1,42.984173,-85.671339,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,13,"","","Certification not required",0,743.932584,4.371389,754,"2013-03-08 00:00",753,"2013-01-10 00:00",752,"2013-05-25 00:00",751,"2013-02-09 00:00","","","","",754,753,751,749,746,744,738,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","68108",5,42.984173,-85.671339,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,52,61,0,3,"","","Certification not required",0,740.232558,4.518392,750,"2013-01-10 00:00",749,"2013-02-09 00:00",748,"2013-02-21 00:00",748,"2013-09-16 00:00","","","","",750,749,747,746,743,741,735,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","81102",1,42.984173,-85.671339,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,9,0,0,"Certification not required",2,12.211538,6.835136,28,"2013-08-20 00:00",26,"2013-05-16 00:00",26,"2013-06-21 00:00",23,"2013-06-15 00:00","","","","",28,26,26,22,17,12,6,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-01-27" +"26","081","0020","86101",1,42.984173,-85.671339,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,2,"","","Certification not required",0,6.845349,4.221114,19.4,"2013-09-10 00:00",19.3,"2013-05-16 00:00",19.1,"2013-05-07 00:00",16.2,"2013-07-18 00:00","","","","",19.4,19.3,14.3,13,9.1,5.7,2.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","88101",1,42.984173,-85.671339,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,13,0,0,"Certification not required",0,8.725843,4.557923,19.2,"2013-08-20 00:00",18.4,"2013-08-26 00:00",17.4,"2013-09-10 00:00",16.9,"2013-01-16 00:00","","","","",19.2,18.4,16.8,15.6,11.7,8.1,3.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","88101",1,42.984173,-85.671339,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,13,"","","Certification not required",0,8.725843,4.557923,19.2,"2013-08-20 00:00",18.4,"2013-08-26 00:00",17.4,"2013-09-10 00:00",16.9,"2013-01-16 00:00","","","","",19.2,18.4,16.8,15.6,11.7,8.1,3.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","88101",2,42.984173,-85.671339,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,6,0,0,"Certification not required",0,9.568293,4.994369,18.9,"2013-08-20 00:00",18.3,"2013-01-10 00:00",18.3,"2013-08-26 00:00",17.1,"2013-07-03 00:00","","","","",18.9,18.9,18.3,16.7,13.6,9.7,3.3,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","88101",2,42.984173,-85.671339,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,6,"","","Certification not required",0,9.568293,4.994369,18.9,"2013-08-20 00:00",18.3,"2013-01-10 00:00",18.3,"2013-08-26 00:00",17.1,"2013-07-03 00:00","","","","",18.9,18.9,18.3,16.7,13.6,9.7,3.3,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-04" +"26","081","0020","88102",5,42.984173,-85.671339,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",83,0.018641,0.005964,0.043,"2013-03-05 00:00",0.043,"2013-07-03 00:00",0.026,"2013-05-13 00:00",0.026,"2013-06-03 00:00","","","","",0.043,0.043,0.026,0.026,0.021,0.0195,0.014,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88103",5,42.984173,-85.671339,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.0008,0.001067,0.005,"2013-06-18 00:00",0.004,"2013-08-17 00:00",0.003,"2013-01-10 00:00",0.003,"2013-04-28 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88104",5,42.984173,-85.671339,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",60,0.015694,0.013994,0.079,"2013-05-01 00:00",0.071,"2013-06-27 00:00",0.059,"2013-07-18 00:00",0.047,"2013-09-10 00:00","","","","",0.079,0.071,0.045,0.033,0.015,0.0115,0.0065,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88107",5,42.984173,-85.671339,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",84,0.007459,0.007888,0.044,"2013-07-03 00:00",0.0295,"2013-01-16 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00","","","","",0.044,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88109",5,42.984173,-85.671339,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",22,0.003044,0.001944,0.0091,"2013-01-22 00:00",0.0089,"2013-05-19 00:00",0.0077,"2013-06-09 00:00",0.0068,"2013-06-15 00:00","","","","",0.0091,0.0089,0.0068,0.0055,0.0044,0.0026,0.0009,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88110",5,42.984173,-85.671339,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.001494,0.003816,0.023,"2013-04-16 00:00",0.014,"2013-10-04 00:00",0.013,"2013-01-28 00:00",0.011,"2013-04-07 00:00","","","","",0.023,0.014,0.011,0.005,0.001,0,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88111",5,42.984173,-85.671339,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",15,0.023351,0.020448,0.0993,"2013-07-18 00:00",0.0975,"2013-09-10 00:00",0.0972,"2013-05-16 00:00",0.0686,"2013-05-01 00:00","","","","",0.0993,0.0975,0.06,0.0462,0.0288,0.0176,0.0037,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88112",5,42.984173,-85.671339,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.003894,0.010574,0.071,"2013-10-10 00:00",0.047,"2013-09-28 00:00",0.046,"2013-09-25 00:00",0.028,"2013-08-29 00:00","","","","",0.071,0.047,0.01,0.005,0.003,0.002,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88113",5,42.984173,-85.671339,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",82,0.000704,0.000185,0.0017,"2013-08-14 00:00",0.0014,"2013-07-18 00:00",0.0012,"2013-10-10 00:00",0.001,"2013-01-16 00:00","","","","",0.0017,0.0014,0.001,0.001,0.0007,0.0007,0.00055,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88114",5,42.984173,-85.671339,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",38,0.003516,0.004172,0.0241,"2013-03-29 00:00",0.0211,"2013-07-06 00:00",0.0166,"2013-07-03 00:00",0.0116,"2013-08-20 00:00","","","","",0.0241,0.0211,0.0107,0.0068,0.0043,0.0017,0.0008,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88115",5,42.984173,-85.671339,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",50,0.007606,0.010341,0.0922,"2013-02-03 00:00",0.022,"2013-03-05 00:00",0.02,"2013-01-22 00:00",0.0195,"2013-01-10 00:00","","","","",0.0922,0.022,0.0177,0.014,0.0088,0.00405,0.0025,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88117",5,42.984173,-85.671339,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",85,0.007169,0.010882,0.0435,"2013-06-18 00:00",0.0435,"2013-08-17 00:00",0.0435,"2013-09-25 00:00",0.043,"2013-01-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88118",5,42.984173,-85.671339,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",85,0.009455,0.006563,0.023,"2013-01-16 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88126",5,42.984173,-85.671339,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.05392,0.03289,0.157,"2013-05-16 00:00",0.157,"2013-06-12 00:00",0.132,"2013-08-29 00:00",0.12,"2013-08-20 00:00","","","","",0.157,0.157,0.117,0.091,0.0745,0.0512,0.0174,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88128",5,42.984173,-85.671339,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.001318,0.002161,0.015,"2013-06-15 00:00",0.006,"2013-07-30 00:00",0.005,"2013-04-04 00:00",0.005,"2013-10-10 00:00","","","","",0.015,0.006,0.004,0.004,0.002,0,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88131",5,42.984173,-85.671339,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",82,0.009776,0.003622,0.022,"2013-01-01 00:00",0.022,"2013-05-22 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-13 00:00","","","","",0.022,0.022,0.0165,0.0165,0.011,0.008,0.007,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88132",5,42.984173,-85.671339,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.001941,0.002173,0.01,"2013-05-16 00:00",0.008,"2013-06-12 00:00",0.008,"2013-08-14 00:00",0.007,"2013-06-03 00:00","","","","",0.01,0.008,0.007,0.005,0.003,0.002,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88136",5,42.984173,-85.671339,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.0004,0.000928,0.006,"2013-09-16 00:00",0.004,"2013-08-29 00:00",0.002,"2013-02-21 00:00",0.002,"2013-06-18 00:00","","","","",0.006,0.004,0.002,0.001,0,0,0,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88140",5,42.984173,-85.671339,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",79,0.008716,0.00879,0.068,"2013-07-03 00:00",0.056,"2013-07-06 00:00",0.021,"2013-01-22 00:00",0.0185,"2013-05-13 00:00","","","","",0.068,0.056,0.013,0.009,0.009,0.006,0.0055,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88152",5,42.984173,-85.671339,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",85,0.005558,0.001513,0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-14 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88154",5,42.984173,-85.671339,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",82,0.001119,0.00039,0.003,"2013-03-26 00:00",0.003,"2013-06-12 00:00",0.0014,"2013-05-19 00:00",0.0013,"2013-01-01 00:00","","","","",0.003,0.003,0.0013,0.0013,0.0013,0.00125,0.00065,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88160",5,42.984173,-85.671339,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",81,0.013059,0.004633,0.03,"2013-01-04 00:00",0.028,"2013-04-22 00:00",0.025,"2013-02-03 00:00",0.025,"2013-10-13 00:00","","","","",0.03,0.028,0.018,0.018,0.016,0.01,0.01,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88161",5,42.984173,-85.671339,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",79,0.002634,0.001086,0.008,"2013-10-13 00:00",0.007,"2013-04-22 00:00",0.0065,"2013-05-16 00:00",0.0063,"2013-05-19 00:00","","","","",0.008,0.007,0.0054,0.00265,0.00265,0.0025,0.0021,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88164",5,42.984173,-85.671339,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",85,0.001581,0.000245,0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-14 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88165",5,42.984173,-85.671339,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",24,0.041984,0.041819,0.202,"2013-05-01 00:00",0.17,"2013-05-16 00:00",0.157,"2013-06-24 00:00",0.156,"2013-06-27 00:00","","","","",0.202,0.17,0.142,0.0912,0.054,0.031,0.006,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88166",5,42.984173,-85.671339,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",84,0.007541,0.004324,0.019,"2013-09-22 00:00",0.019,"2013-10-19 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-13 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88167",5,42.984173,-85.671339,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",8,0.009714,0.006748,0.0355,"2013-06-12 00:00",0.031,"2013-01-28 00:00",0.0234,"2013-03-14 00:00",0.0227,"2013-08-05 00:00","","","","",0.0355,0.031,0.0226,0.0192,0.012,0.009,0.0027,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88168",5,42.984173,-85.671339,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",81,0.001415,0.001583,0.0149,"2013-07-03 00:00",0.0052,"2013-09-10 00:00",0.0029,"2013-02-06 00:00",0.0021,"2013-05-22 00:00","","","","",0.0149,0.0052,0.00175,0.00175,0.0012,0.00115,0.00085,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88169",5,42.984173,-85.671339,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",0,0.602901,0.451144,2.16,"2013-08-20 00:00",1.77,"2013-07-06 00:00",1.65,"2013-06-09 00:00",1.48,"2013-09-01 00:00","","","","",2.16,1.77,1.46,1.38,0.824,0.431,0.188,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88176",5,42.984173,-85.671339,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",83,0.000968,0.000258,0.0021,"2013-07-18 00:00",0.0017,"2013-05-01 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-21 00:00","","","","",0.0021,0.0017,0.0013,0.0013,0.001,0.0009,0.0007,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88180",5,42.984173,-85.671339,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",1,0.064838,0.142157,1.01,"2013-07-03 00:00",0.909,"2013-07-06 00:00",0.116,"2013-06-15 00:00",0.107,"2013-06-24 00:00","","","","",1.01,0.909,0.105,0.0928,0.0592,0.0402,0.015,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88184",5,42.984173,-85.671339,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",70,0.027129,0.018265,0.141,"2013-01-22 00:00",0.082,"2013-05-07 00:00",0.078,"2013-05-04 00:00",0.065,"2013-02-06 00:00","","","","",0.141,0.082,0.064,0.044,0.027,0.02,0.0155,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88185",5,42.984173,-85.671339,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,100,52,61,0,4,"","","Certification not required",82,0.003059,0.003187,0.0115,"2013-05-04 00:00",0.0115,"2013-05-13 00:00",0.0115,"2013-06-03 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88301",5,42.984173,-85.671339,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",1,0.812052,0.67609,2.9,"2013-08-20 00:00",2.61,"2013-01-16 00:00",2.5,"2013-07-09 00:00",2.45,"2013-02-06 00:00","","","","",2.9,2.61,2.05,1.61,1.36,0.721,0.081,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88302",5,42.984173,-85.671339,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",8,0.059038,0.083577,0.763,"2013-09-07 00:00",0.18,"2013-03-26 00:00",0.163,"2013-07-09 00:00",0.141,"2013-01-22 00:00","","","","",0.763,0.18,0.13,0.093,0.065,0.0421,0.015,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88303",5,42.984173,-85.671339,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",28,0.058635,0.145344,1.1,"2013-07-03 00:00",0.827,"2013-07-06 00:00",0.187,"2013-09-07 00:00",0.106,"2013-07-12 00:00","","","","",1.1,0.827,0.104,0.086,0.0511,0.0319,0.012,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88306",5,42.984173,-85.671339,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",0,1.361337,1.359409,7.87,"2013-01-16 00:00",6.14,"2013-02-06 00:00",4.89,"2013-04-04 00:00",4.03,"2013-01-04 00:00","","","","",7.87,6.14,3.86,3.2,1.54,0.907,0.299,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88355",5,42.984173,-85.671339,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,2.200698,1.088572,5.14,"2013-06-30 00:00",5.11,"2013-06-15 00:00",4.8,"2013-08-17 00:00",4.53,"2013-09-10 00:00","","","","",5.14,5.11,4.51,3.82,2.76,2.09,0.907,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88357",5,42.984173,-85.671339,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.329209,0.167932,0.808,"2013-06-30 00:00",0.675,"2013-08-05 00:00",0.643,"2013-06-15 00:00",0.633,"2013-08-08 00:00","","","","",0.808,0.675,0.621,0.589,0.48,0.309,0.131,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88370",5,42.984173,-85.671339,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,1.945174,0.952833,4.87,"2013-06-30 00:00",4.51,"2013-06-15 00:00",4.35,"2013-08-17 00:00",4.31,"2013-07-03 00:00","","","","",4.87,4.51,3.91,3.39,2.42,1.85,0.812,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88374",5,42.984173,-85.671339,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.191093,0.129304,0.746,"2013-09-10 00:00",0.604,"2013-08-29 00:00",0.48,"2013-02-09 00:00",0.473,"2013-02-06 00:00","","","","",0.746,0.604,0.446,0.362,0.233,0.17,0.072,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88375",5,42.984173,-85.671339,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.52507,0.269348,1.32,"2013-06-15 00:00",1.23,"2013-08-20 00:00",1.15,"2013-06-30 00:00",1.12,"2013-07-06 00:00","","","","",1.32,1.23,1.09,0.922,0.665,0.481,0.238,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88376",5,42.984173,-85.671339,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.537012,0.29806,1.63,"2013-07-03 00:00",1.61,"2013-06-30 00:00",1.42,"2013-06-15 00:00",1.32,"2013-08-17 00:00","","","","",1.63,1.61,0.959,0.849,0.668,0.492,0.234,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88377",5,42.984173,-85.671339,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.372174,0.212065,1.04,"2013-07-03 00:00",1.02,"2013-08-17 00:00",0.961,"2013-08-20 00:00",0.933,"2013-07-06 00:00","","","","",1.04,1.02,0.854,0.616,0.482,0.348,0.146,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88378",5,42.984173,-85.671339,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",1,0.319849,0.186614,0.948,"2013-06-30 00:00",0.706,"2013-09-01 00:00",0.677,"2013-06-12 00:00",0.649,"2013-06-09 00:00","","","","",0.948,0.706,0.631,0.581,0.433,0.302,0.104,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88380",5,42.984173,-85.671339,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.585105,0.285069,1.36,"2013-06-12 00:00",1.24,"2013-06-15 00:00",1.08,"2013-06-30 00:00",1.07,"2013-08-20 00:00","","","","",1.36,1.24,1.07,0.953,0.792,0.601,0.202,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88383",5,42.984173,-85.671339,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.84636,0.41043,2,"2013-06-12 00:00",1.95,"2013-06-30 00:00",1.73,"2013-06-15 00:00",1.53,"2013-08-17 00:00","","","","",2,1.95,1.45,1.38,1.14,0.86,0.317,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88384",5,42.984173,-85.671339,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.0587,0.029925,0.224,"2013-06-06 00:00",0.136,"2013-05-22 00:00",0.108,"2013-08-20 00:00",0.106,"2013-10-01 00:00","","","","",0.224,0.136,0.106,0.0976,0.0722,0.0539,0.0286,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88385",5,42.984173,-85.671339,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",84,0.001096,0.000627,0.00514,"2013-08-11 00:00",0.00513,"2013-07-09 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00514,0.00513,0.001,0.001,0.001,0.001,0.001,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88388",5,42.984173,-85.671339,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",86,100,51,61,0,3,"","","Certification not required",0,0.575802,0.322509,1.44,"2013-06-12 00:00",1.22,"2013-06-30 00:00",1.22,"2013-07-09 00:00",1.16,"2013-09-10 00:00","","","","",1.44,1.22,1.15,1.06,0.838,0.526,0.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88403",5,42.984173,-85.671339,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",0,1.702488,1.422473,7.43,"2013-08-20 00:00",5.86,"2013-07-06 00:00",4.99,"2013-06-09 00:00",4.84,"2013-07-09 00:00","","","","",7.43,5.86,4.79,3.64,2.43,1.28,0.466,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0020","88502",3,42.984173,-85.671339,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6456,74,269,365,0,96,"","","Certification not required",0,9.379957,8.932373,340,"2013-07-04 23:00",338,"2013-07-04 22:00",228,"2013-07-05 00:00",151,"2013-07-05 01:00","","","","",27,23,19,16,12,8,3,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-16" +"26","081","0020","88502",3,42.984173,-85.671339,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,"","","Certification not required",0,9.36803,5.087725,50.5,"2013-07-04 00:00",46.7,"2013-07-05 00:00",21.6,"2013-08-20 00:00",21.5,"2013-08-19 00:00","","","","",21.6,19.5,16.8,14.5,11.4,8.5,5,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2013-12-16" +"26","081","0020","88502",5,42.984173,-85.671339,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,100,51,61,0,5,"","","Certification not required",0,8.660714,4.45843,19.7,"2013-06-24 00:00",18.8,"2013-08-20 00:00",17.5,"2013-07-03 00:00",17.1,"2013-09-10 00:00","","","","",19.7,18.8,16.2,15.3,12.2,8,3.2,"GR-Monroe","1179 MONROE NW","Michigan","Kent","Grand Rapids","Grand Rapids-Wyoming, MI","2014-02-13" +"26","081","0022","44201",1,43.176672,-85.416608,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4195,100,183,183,0,197,0,0,"Certification not required",161,0.04888,0.012451,0.077,"2013-08-25 19:00",0.077,"2013-09-10 17:00",0.075,"2013-07-18 20:00",0.074,"2013-05-09 15:00","","","","",0.077,0.074,0.07,0.065,0.059,0.049,0.033,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0022","44201",1,43.176672,-85.416608,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4388,100,183,183,0,0,0,0,"Certification not required",0,0.04441,0.011678,0.071,"2013-09-10 12:00",0.068,"2013-05-09 10:00",0.068,"2013-08-19 09:00",0.068,"2013-08-25 14:00","","","","",0.068,0.068,0.062,0.061,0.053,0.044,0.029,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0022","44201",1,43.176672,-85.416608,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4388,100,183,183,0,0,0,0,"Certification not required",0,0.04441,0.011678,0.071,"2013-09-10 12:00",0.068,"2013-05-09 10:00",0.068,"2013-08-19 09:00",0.068,"2013-08-25 14:00","","","","",0.068,0.068,0.062,0.061,0.053,0.044,0.029,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0022","61103",1,43.176672,-85.416608,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6525,74,271,365,0,27,"","","Certification not required",0,3.933211,2.56081,19.1,"2013-01-20 00:00",17.4,"2013-01-20 01:00",15.6,"2013-01-20 04:00",14.8,"2013-01-19 23:00","","","","",11.3,10.4,8.7,7.8,5.2,3.5,0.9,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0022","61104",1,43.176672,-85.416608,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6525,74,271,365,0,27,"","","Certification not required",0,186.38728,97.836481,360,"2013-02-16 22:00",360,"2013-03-23 03:00",360,"2013-04-03 03:00",360,"2013-08-04 11:00","","","","",353,345,327,303,269,197,39,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0022","61106",1,43.176672,-85.416608,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6525,74,271,365,0,27,"","","Certification not required",0,23.275096,10.59471,80,"2013-06-12 06:00",78,"2013-07-20 09:00",76,"2013-02-02 23:00",76,"2013-06-04 13:00","","","","",63,57,45,36,26,21,13,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","081","0022","62101",1,43.176672,-85.416608,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6525,74,271,365,0,27,"","","Certification not required",0,50.071111,20.693047,91,"2013-07-15 16:00",90,"2013-07-15 13:00",90,"2013-07-15 14:00",90,"2013-07-15 15:00","","","","",86,82,79,75,68,54,21,"APPROXIMATELY 1/4 MILE SOUTH OF 14 MILE RD","10300 14 MILE RD NE #B","Michigan","Kent","","Grand Rapids-Wyoming, MI","2013-11-21" +"26","083","9000","85101",1,47.9167,-89.150075,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,3.714226,3.039743,17.3745,"2013-04-28 00:00",10.8529,"2013-02-18 00:00",9.8087,"2013-05-19 00:00",9.4775,"2013-05-28 00:00","","","","",17.3745,10.8529,9.8087,8.6033,3.9036,2.8106,1.454,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","86502",1,47.9167,-89.150075,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.960784,1.509447,8,"2013-04-28 00:00",4,"2013-04-04 00:00",4,"2013-05-28 00:00",4,"2013-05-31 00:00","","","","",8,4,4,3,1,0,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88103",1,47.9167,-89.150075,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-02-06 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88104",1,47.9167,-89.150075,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.010129,0.013164,0.0877,"2013-04-28 00:00",0.0436,"2013-05-31 00:00",0.0227,"2013-05-28 00:00",0.0198,"2013-04-04 00:00","","","","",0.0877,0.0436,0.0227,0.0169,0.011,0.007,0.002,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88109",1,47.9167,-89.150075,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001561,0.001143,0.007,"2013-01-22 00:00",0.0039,"2013-02-18 00:00",0.0035,"2013-04-28 00:00",0.0031,"2013-03-20 00:00","","","","",0.007,0.0039,0.0035,0.0025,0.0021,0.0013,0.0005,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88111",1,47.9167,-89.150075,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.014622,0.01116,0.072,"2013-04-28 00:00",0.0425,"2013-04-04 00:00",0.0356,"2013-04-19 00:00",0.0275,"2013-05-31 00:00","","","","",0.072,0.0425,0.0356,0.0229,0.0171,0.0126,0.0058,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88112",1,47.9167,-89.150075,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88114",1,47.9167,-89.150075,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000264,0.000217,0.001,"2013-03-05 00:00",0.0009,"2013-05-28 00:00",0.0008,"2013-05-19 00:00",0.0006,"2013-02-18 00:00","","","","",0.001,0.0009,0.0008,0.0006,0.0003,0.00015,0.0001,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88115",1,47.9167,-89.150075,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.008726,0.026627,0.1354,"2013-02-15 00:00",0.0987,"2013-01-22 00:00",0.0836,"2013-01-13 00:00",0.0513,"2013-03-26 00:00","","","","",0.1354,0.0987,0.0836,0.0082,0.0009,0.00015,0.00015,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88126",1,47.9167,-89.150075,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.010719,0.011108,0.0697,"2013-04-28 00:00",0.0331,"2013-05-31 00:00",0.0239,"2013-04-25 00:00",0.0238,"2013-05-19 00:00","","","","",0.0697,0.0331,0.0239,0.0228,0.0137,0.0079,0.0028,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88128",1,47.9167,-89.150075,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000686,0.000761,0.003,"2013-02-18 00:00",0.002,"2013-02-06 00:00",0.002,"2013-02-09 00:00",0.002,"2013-02-12 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0.001,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88132",1,47.9167,-89.150075,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000333,0.000516,0.002,"2013-04-28 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88136",1,47.9167,-89.150075,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-01-16 00:00",0.001,"2013-05-19 00:00",0.001,"2013-05-25 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88140",1,47.9167,-89.150075,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.008237,0.011072,0.052,"2013-01-22 00:00",0.0462,"2013-02-15 00:00",0.0409,"2013-01-13 00:00",0.0186,"2013-01-31 00:00","","","","",0.052,0.0462,0.0409,0.0165,0.0112,0.0038,0.001,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88152",1,47.9167,-89.150075,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.001048,0.001408,0.0067,"2013-04-28 00:00",0.0048,"2013-04-25 00:00",0.0039,"2013-05-19 00:00",0.0039,"2013-05-31 00:00","","","","",0.0067,0.0048,0.0039,0.0031,0.0013,0.0004,0.00015,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88154",1,47.9167,-89.150075,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.000175,0.000145,0.0008,"2013-02-18 00:00",0.0006,"2013-05-19 00:00",0.0005,"2013-02-06 00:00",0.0005,"2013-05-28 00:00","","","","",0.0008,0.0006,0.0005,0.0003,0.0002,0.0001,0.0001,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88161",1,47.9167,-89.150075,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000741,0.000928,0.006,"2013-04-28 00:00",0.0028,"2013-05-31 00:00",0.0019,"2013-04-25 00:00",0.0018,"2013-05-19 00:00","","","","",0.006,0.0028,0.0019,0.0015,0.0008,0.0005,0.0002,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88164",1,47.9167,-89.150075,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.00026,0.000273,0.0013,"2013-05-19 00:00",0.001,"2013-05-01 00:00",0.0009,"2013-05-07 00:00",0.0009,"2013-05-25 00:00","","","","",0.0013,0.001,0.0009,0.0005,0.0003,0.0002,5e-05,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88165",1,47.9167,-89.150075,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.02537,0.036092,0.2315,"2013-04-28 00:00",0.1118,"2013-05-31 00:00",0.0654,"2013-04-25 00:00",0.0647,"2013-05-28 00:00","","","","",0.2315,0.1118,0.0654,0.0569,0.0273,0.014,0.004,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88167",1,47.9167,-89.150075,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001875,0.001975,0.0109,"2013-01-04 00:00",0.0074,"2013-04-28 00:00",0.0062,"2013-02-18 00:00",0.0058,"2013-05-19 00:00","","","","",0.0109,0.0074,0.0062,0.0034,0.0021,0.0014,0.0005,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88168",1,47.9167,-89.150075,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000175,0.000135,0.0008,"2013-04-28 00:00",0.0005,"2013-01-31 00:00",0.0004,"2013-01-07 00:00",0.0004,"2013-02-15 00:00","","","","",0.0008,0.0005,0.0004,0.0003,0.00015,0.0001,0.0001,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88169",1,47.9167,-89.150075,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.269186,0.177725,0.9666,"2013-04-28 00:00",0.7212,"2013-04-25 00:00",0.6699,"2013-02-27 00:00",0.5843,"2013-05-28 00:00","","","","",0.9666,0.7212,0.6699,0.513,0.3148,0.2238,0.1295,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88176",1,47.9167,-89.150075,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000173,7.6e-05,0.0005,"2013-01-16 00:00",0.0005,"2013-01-25 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-02-24 00:00","","","","",0.0005,0.0005,0.0003,0.00015,0.00015,0.00015,0.00015,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88180",1,47.9167,-89.150075,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.015075,0.009574,0.0614,"2013-04-28 00:00",0.0339,"2013-02-18 00:00",0.0269,"2013-05-31 00:00",0.0268,"2013-05-19 00:00","","","","",0.0614,0.0339,0.0269,0.0245,0.019,0.0145,0.0066,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88184",1,47.9167,-89.150075,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.036525,0.048756,0.185,"2013-02-15 00:00",0.1717,"2013-03-05 00:00",0.163,"2013-05-04 00:00",0.1555,"2013-01-13 00:00","","","","",0.185,0.1717,0.163,0.0898,0.048,0.017,0.00155,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88185",1,47.9167,-89.150075,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.00064,0.000271,0.0019,"2013-01-13 00:00",0.0014,"2013-02-06 00:00",0.0012,"2013-02-09 00:00",0.0011,"2013-03-14 00:00","","","","",0.0019,0.0014,0.0012,0.0007,0.00065,0.00065,0.0004,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88203",1,47.9167,-89.150075,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.038853,0.077492,0.3553,"2013-02-15 00:00",0.3403,"2013-01-22 00:00",0.266,"2013-01-13 00:00",0.1726,"2013-03-05 00:00","","","","",0.3553,0.3403,0.266,0.0792,0.031,0.0105,0.00315,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88306",1,47.9167,-89.150075,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.30267,0.494426,2.8411,"2013-02-18 00:00",1.6462,"2013-04-04 00:00",1.179,"2013-01-16 00:00",1.0622,"2013-01-07 00:00","","","","",2.8411,1.6462,1.179,0.7676,0.3597,0.101,0.0287,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88320",1,47.9167,-89.150075,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.274118,0.266655,1.26,"2013-04-28 00:00",0.84,"2013-05-31 00:00",0.83,"2013-05-19 00:00",0.8,"2013-05-28 00:00","","","","",1.26,0.84,0.83,0.62,0.38,0.21,0.02,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88321",1,47.9167,-89.150075,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.046667,0.051446,0.26,"2013-05-19 00:00",0.19,"2013-04-28 00:00",0.15,"2013-02-18 00:00",0.12,"2013-01-25 00:00","","","","",0.26,0.19,0.15,0.11,0.06,0.04,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88324",1,47.9167,-89.150075,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.020494,0.00832,0.051,"2013-02-18 00:00",0.0324,"2013-01-22 00:00",0.0321,"2013-01-10 00:00",0.0309,"2013-01-16 00:00","","","","",0.051,0.0324,0.0321,0.03085,0.0241,0.01665,0.0105,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88325",1,47.9167,-89.150075,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.059103,0.059361,0.281,"2013-04-28 00:00",0.215,"2013-05-19 00:00",0.2144,"2013-05-28 00:00",0.1934,"2013-05-31 00:00","","","","",0.281,0.215,0.2144,0.1439,0.0757,0.0339,0.0191,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88326",1,47.9167,-89.150075,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.072244,0.05424,0.2435,"2013-04-28 00:00",0.2075,"2013-05-19 00:00",0.2021,"2013-05-31 00:00",0.1871,"2013-01-28 00:00","","","","",0.2435,0.2075,0.2021,0.148,0.0913,0.04005,0.0341,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88327",1,47.9167,-89.150075,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.057416,0.050975,0.2644,"2013-04-28 00:00",0.1705,"2013-05-31 00:00",0.1454,"2013-01-25 00:00",0.139,"2013-02-18 00:00","","","","",0.2644,0.1705,0.1454,0.1289,0.0802,0.0415,0.01245,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88328",1,47.9167,-89.150075,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.097401,0.094704,0.4842,"2013-04-28 00:00",0.3198,"2013-05-28 00:00",0.301,"2013-02-18 00:00",0.2764,"2013-05-19 00:00","","","","",0.4842,0.3198,0.301,0.2197,0.126,0.0737,0.0198,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88329",1,47.9167,-89.150075,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.121768,0.12236,0.6061,"2013-04-28 00:00",0.4186,"2013-02-18 00:00",0.4181,"2013-05-19 00:00",0.3674,"2013-05-28 00:00","","","","",0.6061,0.4186,0.4181,0.2647,0.1609,0.0888,0.022,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88330",1,47.9167,-89.150075,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.022796,0.023408,0.1204,"2013-05-19 00:00",0.0789,"2013-05-31 00:00",0.0754,"2013-05-28 00:00",0.0666,"2013-04-28 00:00","","","","",0.1204,0.0789,0.0754,0.0432,0.0332,0.0178,0.00185,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88331",1,47.9167,-89.150075,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000106,0.000309,0.002,"2013-05-31 00:00",0.001,"2013-04-04 00:00",0.0003,"2013-03-23 00:00",0.00015,"2013-03-02 00:00","","","","",0.002,0.001,0.0003,0.00015,0.0001,0,0,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88338",1,47.9167,-89.150075,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.021125,0.015132,0.094,"2013-01-19 00:00",0.0568,"2013-04-04 00:00",0.0533,"2013-01-25 00:00",0.0458,"2013-01-13 00:00","","","","",0.094,0.0568,0.0533,0.0403,0.02415,0.0158,0.01085,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88339",1,47.9167,-89.150075,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.11039,0.733103,3.98739,"2013-04-28 00:00",2.97474,"2013-04-25 00:00",2.76313,"2013-02-27 00:00",2.4102,"2013-05-28 00:00","","","","",3.98739,2.97474,2.76313,2.11604,1.29851,0.92326,0.53423,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88344",1,47.9167,-89.150075,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.390541,0.637738,3.665,"2013-02-18 00:00",2.1236,"2013-04-04 00:00",1.5209,"2013-01-16 00:00",1.3702,"2013-01-07 00:00","","","","",3.665,2.1236,1.5209,0.9902,0.464,0.1308,0.037,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88348",1,47.9167,-89.150075,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.136763,0.160983,1.0672,"2013-04-28 00:00",0.5048,"2013-05-31 00:00",0.3103,"2013-04-04 00:00",0.3093,"2013-05-28 00:00","","","","",1.0672,0.5048,0.3103,0.272,0.1494,0.0979,0.0431,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88350",1,47.9167,-89.150075,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.494665,0.480592,2.2675,"2013-04-28 00:00",1.516,"2013-05-31 00:00",1.5021,"2013-05-19 00:00",1.4465,"2013-05-28 00:00","","","","",2.2675,1.516,1.5021,1.1097,0.6806,0.374,0.04,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88403",1,47.9167,-89.150075,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.799951,0.532076,3.0192,"2013-04-28 00:00",2.1899,"2013-04-25 00:00",1.876,"2013-02-27 00:00",1.6382,"2013-05-28 00:00","","","","",3.0192,2.1899,1.876,1.4707,0.9439,0.6481,0.3736,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","083","9000","88502",1,47.9167,-89.150075,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.286275,1.6439,8.6,"2013-04-28 00:00",7.6,"2013-02-18 00:00",6.1,"2013-05-19 00:00",4.9,"2013-05-28 00:00","","","","",8.6,7.6,6.1,4.1,2.5,1.8,1,"","Isle Royale NP","Michigan","Keweenaw","","Houghton, MI","2014-01-28" +"26","091","0007","44201",1,41.995568,-83.946559,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4186,100,183,183,0,206,0,0,"Certification not required",66,0.050383,0.009954,0.078,"2013-06-21 13:00",0.075,"2013-08-18 16:00",0.072,"2013-08-19 10:00",0.071,"2013-05-14 16:00","","","","",0.075,0.071,0.065,0.063,0.057,0.05,0.038,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-16" +"26","091","0007","44201",1,41.995568,-83.946559,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.04571,0.009465,0.072,"2013-06-21 11:00",0.068,"2013-08-18 11:00",0.067,"2013-06-20 11:00",0.064,"2013-04-27 11:00","","","","",0.068,0.064,0.06,0.058,0.052,0.046,0.033,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-16" +"26","091","0007","44201",1,41.995568,-83.946559,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4387,100,183,183,0,0,0,0,"Certification not required",0,0.04571,0.009465,0.072,"2013-06-21 11:00",0.068,"2013-08-18 11:00",0.067,"2013-06-20 11:00",0.064,"2013-04-27 11:00","","","","",0.068,0.064,0.06,0.058,0.052,0.046,0.033,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-16" +"26","091","0007","61103",1,41.995568,-83.946559,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6440,74,269,365,0,112,"","","Certification not required",0,4.949581,3.007102,20,"2013-01-20 02:00",19.1,"2013-06-05 10:00",17.4,"2013-01-20 03:00",17.4,"2013-01-30 23:00","","","","",13.9,12.2,10.4,9.6,6.9,4.3,1.7,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","61104",1,41.995568,-83.946559,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6440,74,269,365,0,112,"","","Certification not required",0,197.526242,99.95722,360,"2013-03-01 07:00",360,"2013-09-06 05:00",360,"2013-09-26 06:00",359,"2013-03-06 05:00","","","","",356,352,340,325,276,220,46,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","61106",1,41.995568,-83.946559,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6440,74,269,365,0,112,"","","Certification not required",0,21.801708,10.413502,79,"2013-03-31 02:00",78,"2013-06-29 21:00",77,"2013-05-26 14:00",76,"2013-04-14 06:00","","","","",61,54,44,35,25,19,13,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","62101",1,41.995568,-83.946559,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6440,74,269,365,0,112,"","","Certification not required",0,52.190062,20.230783,93,"2013-09-10 13:00",93,"2013-09-10 14:00",93,"2013-09-10 15:00",93,"2013-09-10 16:00","","","","",86,84,81,77,70,55,25,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","64101",1,41.995568,-83.946559,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6440,74,269,365,0,112,"","","Certification not required",0,984.978727,6.362309,1004,"2013-04-21 07:00",1004,"2013-04-21 08:00",1004,"2013-04-21 09:00",1004,"2013-04-21 10:00","","","","",999,997,996,992,989,985,977,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","68101",1,41.995568,-83.946559,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",89,100,44,61,0,14,"","","Certification not required",32,0.186517,0.130724,0.5,"2013-04-10 00:00",0.5,"2013-05-10 00:00",0.4,"2013-02-06 00:00",0.4,"2013-02-27 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68102",1,41.995568,-83.946559,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,73,87,122,0,14,"","","Certification not required",0,24.049438,0.060535,24.1,"2013-01-10 00:00",24.1,"2013-01-16 00:00",24.1,"2013-02-18 00:00",24.1,"2013-02-27 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68103",1,41.995568,-83.946559,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,87,122,0,14,"","","Certification not required",0,6.047191,10.445248,22.8,"2013-07-18 00:00",21.8,"2013-07-15 00:00",21.4,"2013-07-09 00:00",20.2,"2013-09-10 00:00","","","","",22.8,21.8,20,19,13.9,8.5,-7.9,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68103",5,41.995568,-83.946559,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,5.959184,10.627988,21.6,"2013-07-15 00:00",21.4,"2013-07-09 00:00",20,"2013-09-01 00:00",19,"2013-06-27 00:00","","","","",21.6,21.6,20,19,13.5,8.3,-7,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","68104",1,41.995568,-83.946559,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,87,122,0,14,"","","Certification not required",0,17.405618,12.009309,34.8,"2013-09-10 00:00",34.4,"2013-07-15 00:00",34,"2013-07-18 00:00",31.9,"2013-05-19 00:00","","","","",34.8,34.4,31.4,30.9,27.5,21.3,0.2,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68104",5,41.995568,-83.946559,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,15.838776,11.927242,34.3,"2013-07-15 00:00",30.9,"2013-07-09 00:00",30.9,"2013-08-26 00:00",29.9,"2013-08-20 00:00","","","","",34.3,34.3,30.9,29.8,26.6,16.8,-0.9,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","68105",1,41.995568,-83.946559,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,87,122,0,14,"","","Certification not required",0,11.614607,10.913852,28.3,"2013-07-18 00:00",27.8,"2013-09-10 00:00",27.7,"2013-07-15 00:00",25.4,"2013-06-24 00:00","","","","",28.3,27.8,24.9,24.2,20.9,14.7,-4.3,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68105",5,41.995568,-83.946559,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,10.826531,11.003632,27.6,"2013-07-15 00:00",24.7,"2013-08-26 00:00",24.1,"2013-07-09 00:00",24,"2013-06-21 00:00","","","","",27.6,27.6,24.1,24,19.8,14,-4.2,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","68106",1,41.995568,-83.946559,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,87,122,0,14,"","","Certification not required",0,738.314607,4.443063,748,"2013-03-08 00:00",747,"2013-05-25 00:00",746,"2013-02-09 00:00",746,"2013-07-15 00:00","","","","",748,747,745,744,741,739,732,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68106",5,41.995568,-83.946559,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,732.530612,5.620283,742,"2013-01-22 00:00",741,"2013-02-21 00:00",741,"2013-07-15 00:00",740,"2013-02-09 00:00","","","","",742,742,741,739,736,734,726,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","68107",1,41.995568,-83.946559,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,87,122,0,14,"","","Certification not required",0,743.370787,4.455288,755,"2013-01-10 00:00",753,"2013-03-08 00:00",752,"2013-02-09 00:00",752,"2013-04-22 00:00","","","","",755,753,751,749,746,743,737,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68107",5,41.995568,-83.946559,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,739.918367,5.053203,752,"2013-01-10 00:00",749,"2013-02-09 00:00",749,"2013-04-04 00:00",747,"2013-02-21 00:00","","","","",752,752,749,747,743,740,733,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","68108",1,41.995568,-83.946559,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,87,122,0,14,"","","Certification not required",0,743.067416,4.19902,752,"2013-01-10 00:00",752,"2013-05-25 00:00",751,"2013-03-08 00:00",751,"2013-09-16 00:00","","","","",752,752,750,748,746,744,738,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","68108",5,41.995568,-83.946559,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,734.979592,5.076456,744,"2013-01-10 00:00",744,"2013-01-22 00:00",743,"2013-02-09 00:00",743,"2013-02-21 00:00","","","","",744,744,743,742,738,735,728,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88101",1,41.995568,-83.946559,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,72,88,122,0,14,0,0,"Certification not required",0,8.029213,4.022415,17.9,"2013-09-10 00:00",16.4,"2013-08-26 00:00",16,"2013-08-20 00:00",15.7,"2013-07-03 00:00","","","","",17.9,16.4,15.6,13.9,11.4,7.2,3.2,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","88101",1,41.995568,-83.946559,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,72,88,122,0,14,"","","Certification not required",0,8.029213,4.022415,17.9,"2013-09-10 00:00",16.4,"2013-08-26 00:00",16,"2013-08-20 00:00",15.7,"2013-07-03 00:00","","","","",17.9,16.4,15.6,13.9,11.4,7.2,3.2,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-04" +"26","091","0007","88102",5,41.995568,-83.946559,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.021561,0.00839,0.066,"2013-02-27 00:00",0.047,"2013-04-28 00:00",0.026,"2013-01-16 00:00",0.026,"2013-03-17 00:00","","","","",0.066,0.066,0.026,0.026,0.021,0.0205,0.014,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88103",5,41.995568,-83.946559,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000571,0.000842,0.003,"2013-05-28 00:00",0.003,"2013-06-15 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-28 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88104",5,41.995568,-83.946559,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",33,0.020663,0.024011,0.115,"2013-05-22 00:00",0.114,"2013-06-27 00:00",0.066,"2013-05-16 00:00",0.052,"2013-01-10 00:00","","","","",0.115,0.115,0.066,0.048,0.025,0.0125,0.0065,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88107",5,41.995568,-83.946559,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.004918,0.000589,0.0055,"2013-02-09 00:00",0.0055,"2013-02-15 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-03-29 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88109",5,41.995568,-83.946559,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",9,0.003351,0.002057,0.0087,"2013-04-04 00:00",0.0082,"2013-05-04 00:00",0.0069,"2013-05-28 00:00",0.0068,"2013-01-16 00:00","","","","",0.0087,0.0087,0.0069,0.0063,0.005,0.0031,0.00065,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88110",5,41.995568,-83.946559,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.002082,0.004508,0.022,"2013-10-25 00:00",0.016,"2013-05-28 00:00",0.014,"2013-08-08 00:00",0.008,"2013-02-27 00:00","","","","",0.022,0.022,0.014,0.006,0.003,0,0,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88111",5,41.995568,-83.946559,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",14,0.01564,0.013279,0.0556,"2013-04-04 00:00",0.0532,"2013-09-07 00:00",0.0529,"2013-08-26 00:00",0.0394,"2013-05-16 00:00","","","","",0.0556,0.0556,0.0529,0.0328,0.0202,0.0133,0.0037,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88112",5,41.995568,-83.946559,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.004469,0.009906,0.059,"2013-10-07 00:00",0.036,"2013-10-01 00:00",0.022,"2013-09-25 00:00",0.008,"2013-01-10 00:00","","","","",0.059,0.059,0.022,0.008,0.004,0.002,0,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88113",5,41.995568,-83.946559,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.000642,6.2e-05,0.0007,"2013-01-16 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-03 00:00",0.0007,"2013-02-21 00:00","","","","",0.0007,0.0007,0.0007,0.0007,0.0007,0.00065,0.00055,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88114",5,41.995568,-83.946559,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",39,0.001264,0.000978,0.0067,"2013-09-19 00:00",0.0033,"2013-03-05 00:00",0.0029,"2013-01-10 00:00",0.0023,"2013-09-25 00:00","","","","",0.0067,0.0067,0.0029,0.0021,0.00125,0.00095,0.00065,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88115",5,41.995568,-83.946559,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",35,0.005261,0.004069,0.0249,"2013-04-10 00:00",0.014,"2013-01-10 00:00",0.0127,"2013-03-05 00:00",0.0114,"2013-01-28 00:00","","","","",0.0249,0.0249,0.0127,0.011,0.0065,0.0039,0.00235,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88117",5,41.995568,-83.946559,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.003853,0.000772,0.00485,"2013-07-09 00:00",0.00485,"2013-07-15 00:00",0.00485,"2013-07-21 00:00",0.00485,"2013-09-07 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.0048,0.0041,0.0028,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88118",5,41.995568,-83.946559,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.008391,0.005525,0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-28 00:00",0.017,"2013-03-11 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.00405,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88126",5,41.995568,-83.946559,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.041122,0.023249,0.101,"2013-06-27 00:00",0.0896,"2013-09-19 00:00",0.0855,"2013-01-10 00:00",0.0837,"2013-03-05 00:00","","","","",0.101,0.101,0.0855,0.0754,0.0552,0.0333,0.0166,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88128",5,41.995568,-83.946559,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.001143,0.001486,0.007,"2013-09-01 00:00",0.006,"2013-06-12 00:00",0.003,"2013-01-28 00:00",0.003,"2013-05-04 00:00","","","","",0.007,0.007,0.003,0.003,0.002,0.001,0,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88131",5,41.995568,-83.946559,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.010378,0.003456,0.0165,"2013-01-16 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88132",5,41.995568,-83.946559,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.002592,0.005443,0.03,"2013-03-05 00:00",0.024,"2013-09-25 00:00",0.01,"2013-04-10 00:00",0.005,"2013-01-10 00:00","","","","",0.03,0.03,0.01,0.005,0.002,0.001,0,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88136",5,41.995568,-83.946559,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000449,0.001062,0.005,"2013-10-31 00:00",0.004,"2013-01-10 00:00",0.003,"2013-05-22 00:00",0.002,"2013-02-03 00:00","","","","",0.005,0.005,0.003,0.002,0,0,0,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88140",5,41.995568,-83.946559,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.006555,0.002128,0.016,"2013-01-04 00:00",0.011,"2013-03-17 00:00",0.009,"2013-01-22 00:00",0.009,"2013-04-04 00:00","","","","",0.016,0.016,0.009,0.009,0.006,0.006,0.00475,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88152",5,41.995568,-83.946559,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.005845,0.001468,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88154",5,41.995568,-83.946559,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.001114,0.000494,0.0034,"2013-06-12 00:00",0.0027,"2013-09-19 00:00",0.0018,"2013-02-09 00:00",0.0013,"2013-01-22 00:00","","","","",0.0034,0.0034,0.0018,0.0013,0.0013,0.001,0.00065,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88160",5,41.995568,-83.946559,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.014531,0.006721,0.045,"2013-03-29 00:00",0.039,"2013-01-04 00:00",0.018,"2013-01-16 00:00",0.018,"2013-02-03 00:00","","","","",0.045,0.045,0.018,0.018,0.016,0.016,0.01,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88161",5,41.995568,-83.946559,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.002364,0.000239,0.00265,"2013-02-09 00:00",0.00265,"2013-02-15 00:00",0.00265,"2013-03-05 00:00",0.00265,"2013-03-29 00:00","","","","",0.00265,0.00265,0.00265,0.00265,0.00265,0.0025,0.0021,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88164",5,41.995568,-83.946559,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001643,0.000177,0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-29 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88165",5,41.995568,-83.946559,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",8,0.046137,0.041614,0.232,"2013-06-27 00:00",0.116,"2013-05-16 00:00",0.108,"2013-07-15 00:00",0.098,"2013-08-26 00:00","","","","",0.232,0.232,0.108,0.096,0.072,0.0343,0.006,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88166",5,41.995568,-83.946559,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.008959,0.005206,0.0185,"2013-01-16 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-02-27 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88167",5,41.995568,-83.946559,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",7,0.009745,0.00884,0.0465,"2013-03-05 00:00",0.0381,"2013-04-10 00:00",0.021,"2013-05-04 00:00",0.0208,"2013-06-21 00:00","","","","",0.0465,0.0465,0.021,0.0201,0.012,0.008,0.00175,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88168",5,41.995568,-83.946559,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.001264,0.000453,0.0036,"2013-02-09 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0036,0.0036,0.00175,0.00175,0.0012,0.00115,0.00085,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88169",5,41.995568,-83.946559,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.710237,0.467247,1.9,"2013-08-20 00:00",1.85,"2013-08-26 00:00",1.61,"2013-06-12 00:00",1.58,"2013-09-07 00:00","","","","",1.9,1.9,1.61,1.57,0.906,0.594,0.273,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88176",5,41.995568,-83.946559,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00097,0.000199,0.0013,"2013-01-16 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88180",5,41.995568,-83.946559,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.046857,0.022808,0.11,"2013-07-03 00:00",0.101,"2013-02-03 00:00",0.0921,"2013-02-09 00:00",0.0778,"2013-01-16 00:00","","","","",0.11,0.11,0.0921,0.0724,0.0601,0.043,0.018,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88184",5,41.995568,-83.946559,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",38,0.027378,0.018188,0.09,"2013-03-05 00:00",0.076,"2013-01-22 00:00",0.069,"2013-05-04 00:00",0.067,"2013-05-28 00:00","","","","",0.09,0.09,0.069,0.063,0.027,0.02,0.0155,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88185",5,41.995568,-83.946559,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.004129,0.00406,0.0115,"2013-01-16 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0035,0.00225,0.0014,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88301",5,41.995568,-83.946559,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.76263,0.5602,2.25,"2013-06-12 00:00",1.98,"2013-01-04 00:00",1.84,"2013-08-20 00:00",1.78,"2013-08-26 00:00","","","","",2.25,2.25,1.84,1.48,1.19,0.661,0.163,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88302",5,41.995568,-83.946559,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",4,0.047951,0.0322,0.14,"2013-07-09 00:00",0.126,"2013-02-21 00:00",0.117,"2013-04-28 00:00",0.1,"2013-05-04 00:00","","","","",0.14,0.14,0.117,0.1,0.056,0.036,0.017,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88303",5,41.995568,-83.946559,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",12,0.036608,0.026813,0.143,"2013-07-09 00:00",0.099,"2013-07-15 00:00",0.079,"2013-03-29 00:00",0.0741,"2013-07-03 00:00","","","","",0.143,0.143,0.079,0.074,0.054,0.031,0.0115,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88306",5,41.995568,-83.946559,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.365265,1.250312,5.34,"2013-01-04 00:00",4.78,"2013-01-10 00:00",4.42,"2013-01-16 00:00",3.36,"2013-04-04 00:00","","","","",5.34,5.34,4.42,3.25,1.61,0.97,0.278,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88355",5,41.995568,-83.946559,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.77102,0.794606,3.83,"2013-07-03 00:00",3.46,"2013-06-15 00:00",3.16,"2013-08-26 00:00",2.9,"2013-07-21 00:00","","","","",3.83,3.83,3.16,2.88,2.35,1.73,0.806,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88357",5,41.995568,-83.946559,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.14598,0.063846,0.361,"2013-09-19 00:00",0.276,"2013-06-12 00:00",0.251,"2013-06-15 00:00",0.246,"2013-01-10 00:00","","","","",0.361,0.361,0.251,0.243,0.171,0.144,0.075,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88370",5,41.995568,-83.946559,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.578571,0.691219,3.36,"2013-07-03 00:00",3.12,"2013-06-15 00:00",2.81,"2013-08-26 00:00",2.74,"2013-07-21 00:00","","","","",3.36,3.36,2.81,2.54,1.95,1.55,0.75,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88374",5,41.995568,-83.946559,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.109959,0.07562,0.337,"2013-07-09 00:00",0.324,"2013-06-15 00:00",0.268,"2013-07-15 00:00",0.235,"2013-02-03 00:00","","","","",0.337,0.337,0.268,0.233,0.143,0.094,0.031,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88375",5,41.995568,-83.946559,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.403327,0.203394,0.952,"2013-07-03 00:00",0.881,"2013-06-12 00:00",0.872,"2013-08-26 00:00",0.75,"2013-05-28 00:00","","","","",0.952,0.952,0.872,0.714,0.51,0.359,0.189,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88376",5,41.995568,-83.946559,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.411122,0.184938,0.934,"2013-07-21 00:00",0.832,"2013-06-15 00:00",0.777,"2013-02-03 00:00",0.726,"2013-03-11 00:00","","","","",0.934,0.934,0.777,0.723,0.502,0.377,0.191,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88377",5,41.995568,-83.946559,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.293959,0.144534,0.706,"2013-07-03 00:00",0.591,"2013-08-26 00:00",0.581,"2013-06-15 00:00",0.573,"2013-06-21 00:00","","","","",0.706,0.706,0.581,0.523,0.368,0.288,0.129,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88378",5,41.995568,-83.946559,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.360612,0.164152,0.876,"2013-07-03 00:00",0.671,"2013-06-15 00:00",0.599,"2013-09-07 00:00",0.588,"2013-03-11 00:00","","","","",0.876,0.876,0.599,0.566,0.437,0.357,0.16,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88380",5,41.995568,-83.946559,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.338245,0.177181,0.882,"2013-09-19 00:00",0.72,"2013-06-12 00:00",0.627,"2013-07-03 00:00",0.602,"2013-06-21 00:00","","","","",0.882,0.882,0.627,0.585,0.455,0.319,0.131,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88383",5,41.995568,-83.946559,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.643796,0.31309,1.44,"2013-07-03 00:00",1.22,"2013-06-12 00:00",1.2,"2013-06-15 00:00",1.18,"2013-09-19 00:00","","","","",1.44,1.44,1.2,1.08,0.858,0.616,0.231,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88384",5,41.995568,-83.946559,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.054924,0.020743,0.113,"2013-10-07 00:00",0.111,"2013-05-16 00:00",0.0974,"2013-10-01 00:00",0.0919,"2013-09-07 00:00","","","","",0.113,0.113,0.0974,0.086,0.0625,0.0514,0.0309,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88385",5,41.995568,-83.946559,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.001024,0.000167,0.00217,"2013-10-07 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-22 00:00","","","","",0.00217,0.00217,0.001,0.001,0.001,0.001,0.001,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88388",5,41.995568,-83.946559,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.552837,0.273759,1.34,"2013-07-03 00:00",1.01,"2013-09-07 00:00",1,"2013-06-15 00:00",0.979,"2013-06-12 00:00","","","","",1.34,1.34,1,0.913,0.746,0.514,0.21,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88403",5,41.995568,-83.946559,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.775061,1.274449,5.52,"2013-08-20 00:00",4.42,"2013-08-26 00:00",4.37,"2013-06-12 00:00",4.32,"2013-07-03 00:00","","","","",5.52,5.52,4.37,4.01,2.43,1.49,0.645,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","091","0007","88501",3,41.995568,-83.946559,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6243,71,260,365,0,309,"","","Certification not required",0,8.973891,4.794675,46,"2013-07-04 22:00",36,"2013-07-04 23:00",33,"2013-07-03 08:00",33,"2013-08-30 07:00","","","","",23,20,18,16,12,8,4,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","88501",3,41.995568,-83.946559,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,"","","Certification not required",0,8.917692,3.506562,19.9,"2013-01-08 00:00",19,"2013-08-21 00:00",18.5,"2013-07-04 00:00",18.2,"2013-08-19 00:00","","","","",18.5,17.5,16.1,13.9,10.9,8.2,5,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2013-12-09" +"26","091","0007","88502",5,41.995568,-83.946559,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,9.077551,4.162595,17.6,"2013-06-12 00:00",16.5,"2013-09-07 00:00",16.4,"2013-07-03 00:00",16.2,"2013-08-26 00:00","","","","",17.6,17.6,16.4,15.8,12.3,8.4,3.6,"6792 RAISIN CENTER HWY, LENAWEE CO.RD.COMM.OWNER, TECUMSEH","6792 RAISEN CENTER HIGHWAY","Michigan","Lenawee","Tecumseh","Adrian, MI","2014-02-13" +"26","099","0009","44201",1,42.731394,-82.793463,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4206,99,182,183,0,186,0,0,"Certification not required",157,0.050698,0.013464,0.098,"2013-07-18 12:00",0.097,"2013-07-09 15:00",0.087,"2013-06-22 14:00",0.083,"2013-06-21 15:00","","","","",0.097,0.083,0.072,0.068,0.058,0.051,0.033,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-16" +"26","099","0009","44201",1,42.731394,-82.793463,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,99,182,183,0,0,0,0,"Certification not required",0,0.045055,0.011967,0.079,"2013-07-09 11:00",0.078,"2013-06-21 13:00",0.077,"2013-07-18 09:00",0.072,"2013-08-19 10:00","","","","",0.078,0.072,0.066,0.06,0.054,0.045,0.029,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-16" +"26","099","0009","44201",1,42.731394,-82.793463,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,99,182,183,0,0,3,3,"Certification not required",0,0.045055,0.011967,0.079,"2013-07-09 11:00",0.078,"2013-06-21 13:00",0.077,"2013-07-18 09:00",0.072,"2013-08-19 10:00","","","","",0.078,0.072,0.066,0.06,0.054,0.045,0.029,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-16" +"26","099","0009","61103",1,42.731394,-82.793463,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6544,75,273,365,0,8,"","","Certification not required",0,5.231112,3.256489,22.6,"2013-01-20 03:00",21.7,"2013-01-20 01:00",21.7,"2013-01-20 02:00",20,"2013-01-20 04:00","","","","",14.8,13,11.3,9.6,6.9,5.2,1.7,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-05" +"26","099","0009","61104",1,42.731394,-82.793463,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,190.999847,105.382177,360,"2013-05-26 06:00",360,"2013-07-21 01:00",360,"2013-08-08 22:00",360,"2013-08-10 02:00","","","","",357,354,346,328,283,194,33,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-05" +"26","099","0009","61106",1,42.731394,-82.793463,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,20.397158,10.98935,80,"2013-05-20 19:00",79,"2013-07-16 21:00",79,"2013-08-12 09:00",79,"2013-08-30 01:00","","","","",64,58,44,34,23,17,11,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-05" +"26","099","0009","62101",1,42.731394,-82.793463,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6544,75,273,365,0,8,"","","Certification not required",0,51.145782,20.001127,95,"2013-09-10 14:00",95,"2013-09-10 15:00",93,"2013-07-19 14:00",93,"2013-07-19 15:00","","","","",86,82,79,75,68,55,23,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-05" +"26","099","0009","62201",1,42.731394,-82.793463,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6544,75,273,365,0,8,"","","Certification not required",0,71.161675,16.713099,99,"2013-01-28 07:00",99,"2013-01-28 08:00",99,"2013-01-28 09:00",99,"2013-01-28 11:00","","","","",98,97,95,93,84,72,48,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-05" +"26","099","0009","63301",1,42.731394,-82.793463,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6544,75,273,365,0,8,"","","Certification not required",3065,0.244564,0.346908,1.41,"2013-06-30 11:00",1.35,"2013-06-03 12:00",1.35,"2013-07-12 12:00",1.35,"2013-07-30 12:00","","","","",1.23,1.18,1.03,0.85,0.41,0.03,0.005,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-05" +"26","099","0009","68101",1,42.731394,-82.793463,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",91,100,45,61,0,13,"","","Certification not required",70,0.083516,0.072286,0.3,"2013-01-19 00:00",0.3,"2013-02-27 00:00",0.3,"2013-03-08 00:00",0.3,"2013-03-17 00:00","","","","",0.3,0.3,0.3,0.2,0.05,0.05,0.05,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68102",1,42.731394,-82.793463,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",91,100,45,61,0,13,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68103",1,42.731394,-82.793463,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,13,"","","Certification not required",0,4.310989,10.300318,21.9,"2013-07-18 00:00",20.7,"2013-07-15 00:00",20.3,"2013-07-09 00:00",19.9,"2013-08-26 00:00","","","","",21.9,20.7,19.8,17.6,12.3,5.5,-9.2,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68104",1,42.731394,-82.793463,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,13,"","","Certification not required",0,15.708791,11.635326,35,"2013-09-10 00:00",33.6,"2013-07-18 00:00",32.7,"2013-07-15 00:00",31,"2013-08-26 00:00","","","","",35,33.6,30.7,28.1,25.2,17.8,-0.1,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68105",1,42.731394,-82.793463,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,13,"","","Certification not required",0,10.046154,10.79247,27.1,"2013-07-18 00:00",27,"2013-09-10 00:00",26.2,"2013-07-15 00:00",25,"2013-06-24 00:00","","","","",27.1,27,24.7,21.7,19.1,12.2,-4.2,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68106",1,42.731394,-82.793463,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,13,"","","Certification not required",0,739.318681,5.297545,750,"2013-03-08 00:00",749,"2013-02-09 00:00",749,"2013-05-25 00:00",748,"2013-07-15 00:00","","","","",750,749,747,745,743,740,733,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68107",1,42.731394,-82.793463,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,13,"","","Certification not required",0,746.153846,4.439527,758,"2013-01-10 00:00",756,"2013-01-25 00:00",755,"2013-03-08 00:00",755,"2013-04-22 00:00","","","","",758,756,754,752,749,746,741,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","68108",1,42.731394,-82.793463,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,13,"","","Certification not required",0,743.010989,4.59346,754,"2013-01-10 00:00",753,"2013-03-08 00:00",752,"2013-02-09 00:00",751,"2013-04-22 00:00","","","","",754,753,751,749,746,743,738,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","88101",1,42.731394,-82.793463,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,13,0,0,"Certification not required",0,8.130769,4.589546,19.7,"2013-09-19 00:00",18.5,"2013-09-10 00:00",16.7,"2013-08-20 00:00",16.6,"2013-06-24 00:00","","","","",19.7,18.5,16.5,15,10.9,7.2,2.6,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0009","88101",1,42.731394,-82.793463,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,13,"","","Certification not required",0,8.130769,4.589546,19.7,"2013-09-19 00:00",18.5,"2013-09-10 00:00",16.7,"2013-08-20 00:00",16.6,"2013-06-24 00:00","","","","",19.7,18.5,16.5,15,10.9,7.2,2.6,"New Haven","57700 GRATIOT","Michigan","Macomb","New Haven","Detroit-Warren-Livonia, MI","2013-12-04" +"26","099","0021","61103",1,42.56642,-82.972745,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,3.359157,2.366782,20,"2013-01-20 03:00",16.5,"2013-01-20 04:00",15.6,"2013-01-20 02:00",15.6,"2013-01-20 06:00","","","","",11.3,9.6,7.8,6.1,4.3,2.6,0.9,"","FREEDOM HILL MUSIC CENTER, 15000 METROPOLITAN PARKWAY","Michigan","Macomb","Sterling Heights","Detroit-Warren-Livonia, MI","2013-10-28" +"26","099","0021","61104",1,42.56642,-82.972745,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,188.909438,105.982423,360,"2013-01-13 06:00",360,"2013-05-24 23:00",360,"2013-06-29 01:00",360,"2013-07-31 02:00","","","","",355,349,329,313,294,188,30,"","FREEDOM HILL MUSIC CENTER, 15000 METROPOLITAN PARKWAY","Michigan","Macomb","Sterling Heights","Detroit-Warren-Livonia, MI","2013-10-28" +"26","099","0021","61106",1,42.56642,-82.972745,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6551,75,273,365,0,1,"","","Certification not required",0,38.548008,13.810532,87,"2013-08-26 02:00",87,"2013-08-26 03:00",86,"2013-07-10 05:00",86,"2013-08-25 23:00","","","","",74,70,63,58,48,37,22,"","FREEDOM HILL MUSIC CENTER, 15000 METROPOLITAN PARKWAY","Michigan","Macomb","Sterling Heights","Detroit-Warren-Livonia, MI","2013-10-28" +"26","099","0021","62101",1,42.56642,-82.972745,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,53.586349,20.556188,99,"2013-07-17 15:00",97,"2013-07-17 13:00",97,"2013-07-17 14:00",97,"2013-07-17 16:00","","","","",90,88,82,79,72,57,25,"","FREEDOM HILL MUSIC CENTER, 15000 METROPOLITAN PARKWAY","Michigan","Macomb","Sterling Heights","Detroit-Warren-Livonia, MI","2013-10-28" +"26","099","1003","44201",1,42.51334,-83.005971,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4126,98,180,183,0,266,0,0,"Certification not required",159,0.049517,0.011443,0.084,"2013-06-21 15:00",0.082,"2013-08-21 15:00",0.074,"2013-08-19 13:00",0.072,"2013-06-26 16:00","","","","",0.082,0.072,0.068,0.065,0.058,0.048,0.035,"","WARREN FIRE STATION 29900 HOOVER AT COMMON","Michigan","Macomb","Warren","Detroit-Warren-Livonia, MI","2013-12-09" +"26","099","1003","44201",1,42.51334,-83.005971,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4310,97,178,183,0,0,0,0,"Certification not required",0,0.044039,0.010673,0.077,"2013-06-21 13:00",0.073,"2013-08-21 10:00",0.067,"2013-08-19 10:00",0.066,"2013-06-23 12:00","","","","",0.073,0.066,0.062,0.059,0.052,0.044,0.031,"","WARREN FIRE STATION 29900 HOOVER AT COMMON","Michigan","Macomb","Warren","Detroit-Warren-Livonia, MI","2013-12-09" +"26","099","1003","44201",1,42.51334,-83.005971,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4310,97,178,183,0,0,1,1,"Certification not required",0,0.044039,0.010673,0.077,"2013-06-21 13:00",0.073,"2013-08-21 10:00",0.067,"2013-08-19 10:00",0.066,"2013-06-23 12:00","","","","",0.073,0.066,0.062,0.059,0.052,0.044,0.031,"","WARREN FIRE STATION 29900 HOOVER AT COMMON","Michigan","Macomb","Warren","Detroit-Warren-Livonia, MI","2013-12-09" +"26","101","0922","44201",1,44.307,-86.242649,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4251,96,176,183,0,141,0,0,"Certification not required",5,0.04829,0.013613,0.081,"2013-05-20 16:00",0.081,"2013-07-18 19:00",0.08,"2013-08-20 20:00",0.078,"2013-09-10 16:00","","","","",0.081,0.078,0.07,0.066,0.06,0.047,0.029,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-16" +"26","101","0922","44201",1,44.307,-86.242649,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4259,96,175,183,0,0,0,0,"Certification not required",0,0.044023,0.012794,0.077,"2013-05-20 14:00",0.07,"2013-07-18 14:00",0.07,"2013-08-20 17:00",0.069,"2013-09-10 13:00","","","","",0.07,0.069,0.064,0.061,0.054,0.043,0.027,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-16" +"26","101","0922","44201",1,44.307,-86.242649,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4259,96,175,183,0,0,1,1,"Certification not required",0,0.044023,0.012794,0.077,"2013-05-20 14:00",0.07,"2013-07-18 14:00",0.07,"2013-08-20 17:00",0.069,"2013-09-10 13:00","","","","",0.07,0.069,0.064,0.061,0.054,0.043,0.027,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-16" +"26","101","0922","61103",1,44.307,-86.242649,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6457,74,268,365,0,95,"","","Certification not required",0,6.173053,3.119545,19.1,"2013-01-19 22:00",19.1,"2013-04-19 13:00",19.1,"2013-04-19 14:00",18.2,"2013-04-19 10:00","","","","",14.8,13.9,12.2,10.4,7.8,6.1,2.6,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","61104",1,44.307,-86.242649,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6457,74,268,365,0,95,"","","Certification not required",0,187.265293,102.730595,360,"2013-02-04 06:00",360,"2013-03-16 12:00",360,"2013-03-25 19:00",360,"2013-06-18 13:00","","","","",356,352,345,328,281,180,39,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","61106",1,44.307,-86.242649,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6457,74,268,365,0,95,"","","Certification not required",0,20.003407,9.9702,80,"2013-07-11 04:00",77,"2013-02-25 17:00",77,"2013-04-18 08:00",76,"2013-01-28 18:00","","","","",60,52,38,31,24,17,11,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","62101",1,44.307,-86.242649,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6456,74,268,365,0,96,"","","Certification not required",0,48.60285,19.620101,90,"2013-07-18 11:00",90,"2013-07-18 12:00",90,"2013-07-18 13:00",90,"2013-07-18 14:00","","","","",82,81,77,73,66,52,21,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","63301",1,44.307,-86.242649,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6457,74,268,365,0,95,"","","Certification not required",3026,0.242515,0.354593,1.38,"2013-06-07 12:00",1.36,"2013-06-18 12:00",1.35,"2013-05-13 12:00",1.35,"2013-06-03 12:00","","","","",1.25,1.2,1.07,0.87,0.38,0.03,0.005,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","64101",1,44.307,-86.242649,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6456,74,268,365,0,96,"","","Certification not required",0,991.19842,6.648912,1011,"2013-01-24 10:00",1011,"2013-01-24 11:00",1011,"2013-01-24 12:00",1009,"2013-01-24 09:00","","","","",1005,1004,1001,999,996,992,983,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","68101",1,44.307,-86.242649,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",83,68,81,122,0,10,"","","Certification not required",13,0.334337,0.180941,0.6,"2013-05-16 00:00",0.6,"2013-06-21 00:00",0.6,"2013-07-18 00:00",0.6,"2013-07-21 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68102",1,44.307,-86.242649,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",81,66,80,122,0,10,"","","Certification not required",0,23.991358,0.101486,24.1,"2013-03-20 00:00",24.1,"2013-07-09 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00","","","","",24.1,24.1,24,24,24,24,24,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68103",1,44.307,-86.242649,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",81,66,80,122,0,10,"","","Certification not required",0,4.524691,10.197641,22.3,"2013-09-10 00:00",21.8,"2013-07-18 00:00",20.7,"2013-08-26 00:00",19.6,"2013-07-12 00:00","","","","",22.3,21.8,19.4,18.1,11.9,6.8,-9.4,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68104",1,44.307,-86.242649,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",81,66,80,122,0,10,"","","Certification not required",0,14.418519,11.782806,33.1,"2013-07-18 00:00",31.2,"2013-09-10 00:00",31,"2013-07-12 00:00",29.6,"2013-05-16 00:00","","","","",33.1,31.2,29.2,27.6,24.8,16.9,-1.6,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68105",1,44.307,-86.242649,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",81,66,80,122,0,10,"","","Certification not required",0,9.476543,10.712904,28.1,"2013-07-18 00:00",27.1,"2013-09-10 00:00",25.5,"2013-07-12 00:00",24.2,"2013-08-26 00:00","","","","",28.1,27.1,23.1,22.3,18.6,11,-5.3,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68106",1,44.307,-86.242649,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,80,122,0,10,"","","Certification not required",0,737.567901,4.982314,748,"2013-03-08 00:00",747,"2013-05-25 00:00",747,"2013-07-12 00:00",745,"2013-03-29 00:00","","","","",748,747,745,743,740,738,733,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68107",1,44.307,-86.242649,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,80,122,0,10,"","","Certification not required",0,742.604938,4.5817,753,"2013-03-08 00:00",752,"2013-05-25 00:00",751,"2013-09-16 00:00",750,"2013-01-25 00:00","","","","",753,752,750,748,745,743,737,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","68108",1,44.307,-86.242649,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,80,122,0,10,"","","Certification not required",0,741.296296,4.586514,753,"2013-01-10 00:00",751,"2013-03-08 00:00",749,"2013-05-25 00:00",749,"2013-09-16 00:00","","","","",753,751,748,747,744,742,736,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-04" +"26","101","0922","88101",1,44.307,-86.242649,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",80,65,79,122,0,10,1,1,"Certification not required",0,6.75,5.99637,45,"2013-06-18 00:00",18.2,"2013-07-06 00:00",17.6,"2013-08-20 00:00",14.8,"2013-09-07 00:00","","","","",45,18.2,14.8,12.3,8.8,5.6,1.6,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","101","0922","88101",1,44.307,-86.242649,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",80,65,79,122,0,10,"","","Certification not required",0,6.75,5.99637,45,"2013-06-18 00:00",18.2,"2013-07-06 00:00",17.6,"2013-08-20 00:00",14.8,"2013-09-07 00:00","","","","",45,18.2,14.8,12.3,8.8,5.6,1.6,"","3031 DOMRES RD.","Michigan","Manistee","Manistee","","2013-12-05" +"26","105","0007","44201",1,43.953334,-86.294415,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4131,99,181,183,0,261,0,0,"Certification not required",153,0.048392,0.013237,0.086,"2013-08-21 19:00",0.083,"2013-08-20 19:00",0.079,"2013-05-20 16:00",0.078,"2013-07-18 19:00","","","","",0.083,0.078,0.071,0.064,0.058,0.048,0.031,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-16" +"26","105","0007","44201",1,43.953334,-86.294415,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4297,99,181,183,0,0,0,0,"Certification not required",0,0.043845,0.012427,0.074,"2013-08-21 14:00",0.073,"2013-05-20 13:00",0.068,"2013-05-01 12:00",0.068,"2013-08-20 14:00","","","","",0.073,0.068,0.063,0.06,0.053,0.043,0.028,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-16" +"26","105","0007","44201",1,43.953334,-86.294415,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4297,99,181,183,0,0,0,0,"Certification not required",0,0.043845,0.012427,0.074,"2013-08-21 14:00",0.073,"2013-05-20 13:00",0.068,"2013-05-01 12:00",0.068,"2013-08-20 14:00","","","","",0.073,0.068,0.063,0.06,0.053,0.043,0.028,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-16" +"26","105","0007","61103",1,43.953334,-86.294415,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6188,71,256,365,0,342,"","","Certification not required",0,4.541661,2.826608,19.1,"2013-01-19 23:00",17.4,"2013-01-20 00:00",17.4,"2013-01-20 01:00",16.5,"2013-01-20 02:00","","","","",12.2,11.3,9.6,8.7,6.1,4.3,0.9,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-09" +"26","105","0007","61104",1,43.953334,-86.294415,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6188,71,256,365,0,342,"","","Certification not required",0,189.220103,104.819759,360,"2013-02-08 08:00",360,"2013-03-14 00:00",360,"2013-03-23 01:00",360,"2013-03-23 17:00","","","","",358,355,347,327,283,190,30,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-09" +"26","105","0007","61106",1,43.953334,-86.294415,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6188,71,256,365,0,342,"","","Certification not required",0,21.427279,10.31356,80,"2013-04-22 20:00",79,"2013-08-17 21:00",78,"2013-02-04 21:00",77,"2013-07-24 23:00","","","","",62,54,42,33,26,19,12,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-09" +"26","105","0007","62101",1,43.953334,-86.294415,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6144,70,253,365,0,386,"","","Certification not required",0,50.484863,20.132754,91,"2013-07-18 12:00",91,"2013-07-18 13:00",91,"2013-07-18 14:00",91,"2013-07-18 15:00","","","","",84,82,79,75,68,54,23,"LOCATED 550 FT NORTH OF US10","525 W US10","Michigan","Mason","Scottville","","2013-12-09" +"26","111","0914","11101",1,43.578889,-84.189444,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,16.5,10.570987,53,"2013-05-04 00:00",48,"2013-05-16 00:00",40,"2013-06-21 00:00",32,"2013-06-15 00:00","","","","",53,48,40,31,22,15,6,"","WALDO ROAD, LANDFILL","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0917","11101",1,43.583056,-84.193889,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,19.583333,10.916155,55,"2013-05-04 00:00",53,"2013-05-16 00:00",45,"2013-01-04 00:00",38,"2013-06-21 00:00","","","","",55,53,45,33,26,18,8,"","SALZBURG ROAD SITE, SALZBURG ROAD","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0918","11101",1,43.578611,-84.195278,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,16.216667,10.238001,53,"2013-05-04 00:00",45,"2013-05-16 00:00",37,"2013-06-21 00:00",31,"2013-07-03 00:00","","","","",53,45,37,30,23,14,6,"","RAILROAD TRACK SITE SALZBURG RD","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","11101",1,43.591389,-84.209444,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,29,12.681278,71,"2013-01-22 00:00",56,"2013-04-04 00:00",43,"2013-08-26 00:00",37,"2013-06-15 00:00","","","","",71,71,56,43,34,29,16,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43218",1,43.591389,-84.209444,"NAD27","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43702",1,43.591389,-84.209444,"NAD27","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.638545,2.675776,10.12,"2013-01-22 00:00",8.45,"2013-10-25 00:00",8.1,"2013-03-29 00:00",7.5,"2013-07-09 00:00","","","","",10.12,8.45,8.1,6.91,2.02,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43704",1,43.591389,-84.209444,"NAD27","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43801",1,43.591389,-84.209444,"NAD27","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.801818,0.458456,2.5,"2013-08-14 00:00",2.3,"2013-06-09 00:00",2.1,"2013-11-12 00:00",1.7,"2013-10-25 00:00","","","","",2.5,2.3,2.1,1.5,0.9,0.7,0.5,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43802",1,43.591389,-84.209444,"NAD27","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.156364,0.267889,1.1,"2013-05-16 00:00",0.9,"2013-07-09 00:00",0.7,"2013-06-03 00:00",0.7,"2013-08-02 00:00","","","","",1.1,0.9,0.7,0.5,0.3,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43803",1,43.591389,-84.209444,"NAD27","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.010909,0.045837,0.2,"2013-05-16 00:00",0.2,"2013-08-14 00:00",0.2,"2013-10-25 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43815",1,43.591389,-84.209444,"NAD27","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.009091,0.06742,0.5,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.5,0,0,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43817",1,43.591389,-84.209444,"NAD27","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.054545,0.284031,2,"2013-08-14 00:00",0.6,"2013-11-12 00:00",0.4,"2013-09-13 00:00",0,"2013-01-04 00:00","","","","",2,0.6,0.4,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","43860",1,43.591389,-84.209444,"NAD27","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","45201",1,43.591389,-84.209444,"NAD27","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.605455,0.89078,3.2,"2013-03-11 00:00",2.6,"2013-02-09 00:00",2.3,"2013-03-05 00:00",1.9,"2013-01-10 00:00","","","","",3.2,2.6,2.3,1.9,1.3,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","45202",1,43.591389,-84.209444,"NAD27","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,11.381818,15.259279,74.3,"2013-05-04 00:00",65,"2013-04-28 00:00",63.1,"2013-07-15 00:00",29.7,"2013-08-20 00:00","","","","",74.3,65,63.1,24.1,14.1,6.7,1.9,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0953","45220",1,43.591389,-84.209444,"NAD27","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.030727,0.22788,1.69,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.69,0,0,0,0,0,0,"WOOD PLATFORM","3900 S. SAGINAW","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","11101",1,43.589444,-84.221111,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",27,44,27,61,0,0,"","","Certification not required",0,22.814815,11.848522,53,"2013-08-14 00:00",39,"2013-08-26 00:00",36,"2013-06-03 00:00",35,"2013-04-04 00:00","","","","",53,53,39,36,33,22,8,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43218",1,43.589444,-84.221111,"NAD27","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43702",1,43.589444,-84.221111,"NAD27","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.483091,0.886449,4.76,"2013-06-03 00:00",2.86,"2013-08-14 00:00",2.5,"2013-09-13 00:00",1.9,"2013-03-05 00:00","","","","",4.76,2.86,2.5,1.43,0.6,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43704",1,43.589444,-84.221111,"NAD27","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43801",1,43.589444,-84.221111,"NAD27","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.709091,0.407464,3.1,"2013-07-21 00:00",1.7,"2013-06-15 00:00",1.2,"2013-08-14 00:00",1.1,"2013-03-23 00:00","","","","",3.1,1.7,1.2,1,0.7,0.6,0.5,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43802",1,43.589444,-84.221111,"NAD27","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.578182,0.98933,4.3,"2013-07-21 00:00",4,"2013-09-13 00:00",3.2,"2013-03-17 00:00",2.4,"2013-08-14 00:00","","","","",4.3,4,3.2,1.7,0.7,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43803",1,43.589444,-84.221111,"NAD27","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.08,0.295898,2,"2013-07-21 00:00",0.6,"2013-03-17 00:00",0.5,"2013-03-23 00:00",0.5,"2013-08-14 00:00","","","","",2,0.6,0.5,0.3,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43815",1,43.589444,-84.221111,"NAD27","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.272727,1.20007,6.9,"2013-09-13 00:00",4.9,"2013-07-21 00:00",3.2,"2013-09-01 00:00",0,"2013-01-04 00:00","","","","",6.9,4.9,3.2,0,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43817",1,43.589444,-84.221111,"NAD27","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.167273,0.524247,2.9,"2013-07-21 00:00",2.2,"2013-03-17 00:00",1,"2013-03-23 00:00",1,"2013-06-15 00:00","","","","",2.9,2.2,1,0.6,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","43860",1,43.589444,-84.221111,"NAD27","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","45201",1,43.589444,-84.221111,"NAD27","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.885455,1.209288,4.7,"2013-07-21 00:00",3.8,"2013-03-23 00:00",3.2,"2013-02-03 00:00",3.2,"2013-03-17 00:00","","","","",4.7,3.8,3.2,2.8,1.7,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","45202",1,43.589444,-84.221111,"NAD27","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,4.7,6.382499,40.8,"2013-08-20 00:00",17.1,"2013-03-23 00:00",15.2,"2013-07-21 00:00",12.3,"2013-09-13 00:00","","","","",40.8,17.1,15.2,10.4,5.4,3,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0955","45220",1,43.589444,-84.221111,"NAD27","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.054545,0.40452,3,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",3,0,0,0,0,0,0,"WOOD PLATFORM","DOW CHEMICAL, MICHIGAN DIV.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","11101",1,43.576187,-84.321614,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",27,44,27,61,0,0,"","","Certification not required",0,14.740741,7.679105,32,"2013-04-28 00:00",27,"2013-11-30 00:00",26,"2013-08-26 00:00",23,"2013-04-04 00:00","","","","",32,32,27,26,21,15,4,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43218",1,43.576187,-84.321614,"NAD27","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43702",1,43.576187,-84.321614,"NAD27","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.090741,0.208588,0.71,"2013-07-15 00:00",0.71,"2013-08-08 00:00",0.6,"2013-05-22 00:00",0.48,"2013-06-21 00:00","","","","",0.71,0.71,0.6,0.48,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43704",1,43.576187,-84.321614,"NAD27","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.164815,0.393416,1.7,"2013-07-15 00:00",1.2,"2013-07-21 00:00",1.1,"2013-09-01 00:00",1,"2013-07-03 00:00","","","","",1.7,1.2,1.1,0.8,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43801",1,43.576187,-84.321614,"NAD27","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.568519,0.114635,0.9,"2013-05-04 00:00",0.8,"2013-03-11 00:00",0.8,"2013-05-22 00:00",0.7,"2013-03-05 00:00","","","","",0.9,0.8,0.8,0.7,0.6,0.6,0.4,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43802",1,43.576187,-84.321614,"NAD27","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.012963,0.067422,0.4,"2013-08-08 00:00",0.3,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.4,0.3,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43803",1,43.576187,-84.321614,"NAD27","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43815",1,43.576187,-84.321614,"NAD27","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43817",1,43.576187,-84.321614,"NAD27","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","43860",1,43.576187,-84.321614,"NAD27","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","45201",1,43.576187,-84.321614,"NAD27","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.524074,0.850291,3,"2013-09-25 00:00",2.3,"2013-01-28 00:00",2.1,"2013-03-05 00:00",2.1,"2013-03-11 00:00","","","","",3,2.3,2.1,1.9,1.3,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","45202",1,43.576187,-84.321614,"NAD27","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,4.237037,2.654103,12.8,"2013-07-15 00:00",10.8,"2013-04-28 00:00",8.5,"2013-04-10 00:00",8.2,"2013-07-21 00:00","","","","",12.8,10.8,8.5,7.4,5.9,3.7,1.9,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0959","45220",1,43.576187,-84.321614,"NAD27","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","DOW BRINWELL 22P, STEWART RD.","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","11101",1,43.60002,-84.200144,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,19.75,8.813395,37,"2013-04-04 00:00",35,"2013-08-26 00:00",31,"2013-11-30 00:00",30,"2013-05-22 00:00","","","","",37,37,35,31,28,20,9,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43218",1,43.60002,-84.200144,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.039286,0.205982,1.1,"2013-01-04 00:00",1.1,"2013-08-02 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.1,1.1,0,0,0,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43702",1,43.60002,-84.200144,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.240893,0.45572,2.38,"2013-09-19 00:00",1.31,"2013-09-01 00:00",1.31,"2013-11-06 00:00",1.07,"2013-03-11 00:00","","","","",2.38,1.31,1.31,0.83,0.48,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43704",1,43.60002,-84.200144,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.155357,0.461192,2.5,"2013-10-01 00:00",1.4,"2013-04-04 00:00",1.2,"2013-11-06 00:00",1.1,"2013-03-11 00:00","","","","",2.5,1.4,1.2,0.7,0,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43801",1,43.60002,-84.200144,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.198214,1.661926,9.2,"2013-09-07 00:00",8.7,"2013-08-26 00:00",4.4,"2013-08-02 00:00",3.1,"2013-08-20 00:00","","","","",9.2,8.7,4.4,2,1,0.7,0.4,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43802",1,43.60002,-84.200144,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.189286,0.285834,1.2,"2013-09-07 00:00",1.1,"2013-02-03 00:00",0.7,"2013-08-02 00:00",0.7,"2013-08-20 00:00","","","","",1.2,1.1,0.7,0.6,0.3,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43803",1,43.60002,-84.200144,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43815",1,43.60002,-84.200144,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.028571,0.149805,0.8,"2013-07-27 00:00",0.8,"2013-10-31 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.8,0.8,0,0,0,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43817",1,43.60002,-84.200144,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.278571,0.540274,2.3,"2013-10-31 00:00",1.8,"2013-04-04 00:00",1.5,"2013-08-20 00:00",1.4,"2013-01-10 00:00","","","","",2.3,1.8,1.5,1.2,0.4,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","43860",1,43.60002,-84.200144,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","45201",1,43.60002,-84.200144,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.5625,0.974131,3.8,"2013-03-05 00:00",2.8,"2013-02-03 00:00",2.8,"2013-02-09 00:00",2.4,"2013-01-04 00:00","","","","",3.8,2.8,2.8,2.3,1.3,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","45202",1,43.60002,-84.200144,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,3.064286,2.737247,11.5,"2013-10-19 00:00",10,"2013-07-15 00:00",9.1,"2013-01-10 00:00",8.7,"2013-09-25 00:00","","","","",11.5,10,9.1,6.5,4.6,2.6,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","111","0960","45220",1,43.60002,-84.200144,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.288393,0.748625,3.57,"2013-05-04 00:00",2.06,"2013-01-28 00:00",1.88,"2013-04-28 00:00",1.88,"2013-11-30 00:00","","","","",3.57,2.06,1.88,1.69,0,0,0,"","NORTHEAST CORNER OF THE MICHIGAN OPERATIONS SITE","Michigan","Midland","Midland","Midland, MI","2014-02-13" +"26","113","0001","42601",1,44.310555,-84.891865,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5756,66,251,365,0,796,"","","Certification not required",0,0.055594,0.267631,5,"2013-09-24 14:00",4,"2013-08-17 06:00",4,"2013-08-29 02:00",4,"2013-08-29 06:00","","","","",1,1,0,0,0,0,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","42602",1,44.310555,-84.891865,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5756,66,251,365,0,796,0,"","Certification not required",0,2.358566,1.396752,9,"2013-09-24 14:00",8,"2013-01-05 18:00",8,"2013-01-11 15:00",8,"2013-01-16 07:00","","","","",8,7,5,4,3,2,1,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","42602",1,44.310555,-84.891865,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5756,66,251,365,0,796,"","","Certification not required",0,1.301251,0.947045,9,"2013-09-24 14:00",8,"2013-01-05 18:00",8,"2013-01-11 15:00",8,"2013-01-16 07:00","","","","",5,4,3,2,2,1,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","42603",1,44.310555,-84.891865,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5756,66,251,365,0,796,"","","Certification not required",0,1.427728,1.025389,10,"2013-01-11 15:00",9,"2013-09-24 14:00",8,"2013-01-05 18:00",8,"2013-01-11 14:00","","","","",5,4,3,3,2,1,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","44201",1,44.310555,-84.891865,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6199,100,183,183,0,353,0,0,"Certification not required",269,0.047929,0.011138,0.074,"2013-06-21 17:00",0.072,"2013-05-01 14:00",0.072,"2013-05-02 17:00",0.07,"2013-08-25 22:00","","","","",0.072,0.07,0.066,0.063,0.057,0.049,0.044,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","44201",1,44.310555,-84.891865,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6454,99,182,183,0,0,0,0,"Certification not required",0,0.044159,0.010994,0.071,"2013-06-21 12:00",0.07,"2013-05-01 12:00",0.067,"2013-05-02 11:00",0.065,"2013-09-10 14:00","","","","",0.07,0.065,0.062,0.06,0.053,0.046,0.041,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","44201",1,44.310555,-84.891865,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6454,99,182,183,0,0,0,0,"Certification not required",0,0.044159,0.010994,0.071,"2013-06-21 12:00",0.07,"2013-05-01 12:00",0.067,"2013-05-02 11:00",0.065,"2013-09-10 14:00","","","","",0.07,0.065,0.062,0.06,0.053,0.046,0.041,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","61103",1,44.310555,-84.891865,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6024,69,249,365,0,528,"","","Certification not required",0,3.847659,2.416226,12.2,"2013-02-26 16:00",11.3,"2013-01-20 02:00",11.3,"2013-01-20 04:00",11.3,"2013-02-26 15:00","","","","",9.6,8.7,8.7,7.8,5.2,3.5,0.9,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","61104",1,44.310555,-84.891865,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6024,69,249,365,0,528,"","","Certification not required",0,207.84678,94.702095,360,"2013-02-08 12:00",360,"2013-04-17 04:00",360,"2013-04-20 20:00",360,"2013-05-26 06:00","","","","",354,349,337,323,290,218,59,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","61106",1,44.310555,-84.891865,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6024,69,249,365,0,528,"","","Certification not required",0,27.991036,12.317143,80,"2013-06-26 01:00",80,"2013-09-06 01:00",79,"2013-08-26 21:00",78,"2013-01-13 06:00","","","","",70,65,56,46,31,25,17,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","62101",1,44.310555,-84.891865,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4853,55,201,365,0,1699,"","","Certification not required",0,54.499073,19.096499,93,"2013-07-17 16:00",93,"2013-07-18 14:00",91,"2013-07-15 15:00",91,"2013-07-15 16:00","","","","",86,84,81,75,70,59,28,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-11-25" +"26","113","0001","64101",1,44.310555,-84.891865,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6437,73,266,365,0,115,"","","Certification not required",0,976.407799,6.537368,996,"2013-04-21 06:00",996,"2013-04-21 07:00",996,"2013-04-21 08:00",996,"2013-04-21 09:00","","","","",991,989,987,984,980,977,968,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","68101",1,44.310555,-84.891865,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,90,122,0,10,"","","Certification not required",24,0.186667,0.127376,0.5,"2013-01-25 00:00",0.5,"2013-01-31 00:00",0.5,"2013-03-02 00:00",0.5,"2013-03-05 00:00","","","","",0.5,0.5,0.4,0.4,0.2,0.2,0.05,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68102",1,44.310555,-84.891865,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,90,122,0,10,"","","Certification not required",0,23.994444,0.043346,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68103",1,44.310555,-84.891865,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,10,"","","Certification not required",0,-0.256667,10.309688,19.7,"2013-09-10 00:00",19.1,"2013-07-18 00:00",17.4,"2013-05-31 00:00",17.4,"2013-07-09 00:00","","","","",19.7,19.1,16.3,13.9,7,-0.4,-12.9,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68103",5,44.310555,-84.891865,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,43,52,122,0,0,"","","Certification not required",0,1.3,10.445508,18.9,"2013-07-09 00:00",17.6,"2013-08-26 00:00",16.4,"2013-09-07 00:00",15.5,"2013-06-27 00:00","","","","",18.9,17.6,16.4,14.7,9.7,2.3,-11.9,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","68104",1,44.310555,-84.891865,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,10,"","","Certification not required",0,15.385556,13.15945,35.7,"2013-07-18 00:00",35.5,"2013-07-15 00:00",33.6,"2013-09-10 00:00",33.4,"2013-08-26 00:00","","","","",35.7,35.5,33,30.2,26.5,19.1,-2.1,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68104",5,44.310555,-84.891865,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,42,51,122,0,1,"","","Certification not required",0,14.398039,12.211511,34.9,"2013-07-15 00:00",32.6,"2013-08-26 00:00",31,"2013-07-06 00:00",30.3,"2013-08-20 00:00","","","","",34.9,32.6,31,28.1,24.5,16.9,-2,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","68105",1,44.310555,-84.891865,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,10,"","","Certification not required",0,8.062222,11.473923,28.3,"2013-07-18 00:00",26.6,"2013-09-10 00:00",25.8,"2013-07-15 00:00",24.5,"2013-08-26 00:00","","","","",28.3,26.6,23.8,21.8,16.9,9.7,-7.6,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68105",5,44.310555,-84.891865,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,43,52,122,0,0,"","","Certification not required",0,8.405769,11.226936,28.7,"2013-06-27 00:00",26,"2013-07-15 00:00",24.6,"2013-08-26 00:00",22.9,"2013-07-09 00:00","","","","",28.7,26,24.6,21.4,16.4,9.8,-7.2,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","68106",1,44.310555,-84.891865,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,10,"","","Certification not required",0,723.177778,5.43517,736,"2013-03-08 00:00",733,"2013-02-21 00:00",733,"2013-05-25 00:00",732,"2013-02-09 00:00","","","","",736,733,732,729,726,724,716,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68106",5,44.310555,-84.891865,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,42,51,122,0,1,"","","Certification not required",0,726.117647,5.61301,736,"2013-02-21 00:00",735,"2013-02-09 00:00",735,"2013-07-15 00:00",734,"2013-03-29 00:00","","","","",736,735,735,733,730,726,720,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","68107",1,44.310555,-84.891865,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,10,"","","Certification not required",0,732.466667,4.419568,743,"2013-01-10 00:00",741,"2013-03-08 00:00",741,"2013-04-22 00:00",741,"2013-09-16 00:00","","","","",743,741,740,739,735,732,727,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68107",5,44.310555,-84.891865,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,43,52,122,0,0,"","","Certification not required",0,732.288462,4.433989,742,"2013-01-10 00:00",741,"2013-04-22 00:00",740,"2013-02-09 00:00",739,"2013-02-21 00:00","","","","",742,741,740,738,735,732,726,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","68108",1,44.310555,-84.891865,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,10,"","","Certification not required",0,728.344444,4.690802,739,"2013-03-08 00:00",738,"2013-01-10 00:00",737,"2013-05-25 00:00",737,"2013-09-16 00:00","","","","",739,738,736,734,731,729,723,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","68108",5,44.310555,-84.891865,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,43,52,122,0,0,"","","Certification not required",0,728.5,5,739,"2013-01-10 00:00",737,"2013-02-09 00:00",737,"2013-02-21 00:00",736,"2013-04-22 00:00","","","","",739,737,737,735,732,729,722,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88101",1,44.310555,-84.891865,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,0,0,"Certification not required",0,5.72,3.948153,18.2,"2013-07-06 00:00",17.1,"2013-07-03 00:00",14.6,"2013-08-20 00:00",14,"2013-09-10 00:00","","","","",18.2,17.1,12,11,8.9,4.8,1.5,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","88101",1,44.310555,-84.891865,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,10,"","","Certification not required",0,5.72,3.948153,18.2,"2013-07-06 00:00",17.1,"2013-07-03 00:00",14.6,"2013-08-20 00:00",14,"2013-09-10 00:00","","","","",18.2,17.1,12,11,8.9,4.8,1.5,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-04" +"26","113","0001","88102",5,44.310555,-84.891865,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.019176,0.004456,0.026,"2013-01-10 00:00",0.026,"2013-02-21 00:00",0.026,"2013-06-09 00:00",0.026,"2013-07-27 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.014,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88103",5,44.310555,-84.891865,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000373,0.000747,0.003,"2013-07-21 00:00",0.002,"2013-02-27 00:00",0.002,"2013-07-06 00:00",0.002,"2013-09-01 00:00","","","","",0.003,0.002,0.002,0.002,0,0,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88104",5,44.310555,-84.891865,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",40,0.015353,0.016851,0.086,"2013-03-11 00:00",0.083,"2013-04-16 00:00",0.045,"2013-10-01 00:00",0.041,"2013-04-04 00:00","","","","",0.086,0.083,0.045,0.029,0.0125,0.0115,0.0065,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88107",5,44.310555,-84.891865,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.005916,0.004845,0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0055,"2013-02-03 00:00",0.0055,"2013-02-27 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88109",5,44.310555,-84.891865,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",21,0.002295,0.001681,0.0079,"2013-04-28 00:00",0.0069,"2013-01-28 00:00",0.0051,"2013-09-07 00:00",0.0049,"2013-10-01 00:00","","","","",0.0079,0.0069,0.0051,0.0045,0.0031,0.0021,0.00065,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88110",5,44.310555,-84.891865,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.00149,0.003307,0.013,"2013-07-21 00:00",0.011,"2013-02-27 00:00",0.011,"2013-09-19 00:00",0.009,"2013-09-25 00:00","","","","",0.013,0.011,0.011,0.006,0,0,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88111",5,44.310555,-84.891865,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",28,0.01279,0.016891,0.0724,"2013-04-22 00:00",0.0628,"2013-09-07 00:00",0.0612,"2013-05-04 00:00",0.0477,"2013-08-20 00:00","","","","",0.0724,0.0628,0.0612,0.0364,0.0126,0.00375,0.0021,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88112",5,44.310555,-84.891865,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.007157,0.020744,0.119,"2013-09-25 00:00",0.062,"2013-09-19 00:00",0.062,"2013-10-07 00:00",0.045,"2013-10-01 00:00","","","","",0.119,0.062,0.062,0.005,0.003,0.001,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88113",5,44.310555,-84.891865,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.000664,8.9e-05,0.001,"2013-02-15 00:00",0.001,"2013-03-17 00:00",0.0007,"2013-01-10 00:00",0.0007,"2013-02-21 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88114",5,44.310555,-84.891865,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",47,0.001017,0.000418,0.0027,"2013-10-31 00:00",0.0023,"2013-10-13 00:00",0.0021,"2013-10-07 00:00",0.0015,"2013-08-20 00:00","","","","",0.0027,0.0023,0.0021,0.00125,0.00125,0.0008,0.00065,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88115",5,44.310555,-84.891865,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",42,0.004836,0.00336,0.018,"2013-01-04 00:00",0.015,"2013-03-11 00:00",0.0136,"2013-09-25 00:00",0.013,"2013-01-16 00:00","","","","",0.018,0.015,0.0136,0.0092,0.00405,0.0039,0.0024,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88117",5,44.310555,-84.891865,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.0055,0.00779,0.0435,"2013-02-15 00:00",0.0435,"2013-03-17 00:00",0.00485,"2013-02-03 00:00",0.00485,"2013-02-27 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.00485,0.0041,0.0028,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88118",5,44.310555,-84.891865,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.008292,0.005815,0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88126",5,44.310555,-84.891865,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",3,0.018814,0.014503,0.0525,"2013-09-07 00:00",0.0502,"2013-04-28 00:00",0.0448,"2013-10-31 00:00",0.0433,"2013-06-27 00:00","","","","",0.0525,0.0502,0.0448,0.0413,0.0278,0.0171,0.0038,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88128",5,44.310555,-84.891865,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000647,0.001585,0.009,"2013-04-28 00:00",0.005,"2013-08-20 00:00",0.004,"2013-09-07 00:00",0.003,"2013-09-19 00:00","","","","",0.009,0.005,0.004,0.002,0.001,0,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88131",5,44.310555,-84.891865,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.010167,0.00387,0.023,"2013-09-13 00:00",0.0165,"2013-01-10 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-06-09 00:00","","","","",0.023,0.0165,0.0165,0.0165,0.011,0.008,0.007,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88132",5,44.310555,-84.891865,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000373,0.000631,0.002,"2013-01-16 00:00",0.002,"2013-03-17 00:00",0.002,"2013-04-04 00:00",0.002,"2013-06-27 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88136",5,44.310555,-84.891865,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000118,0.000325,0.001,"2013-04-16 00:00",0.001,"2013-05-22 00:00",0.001,"2013-06-09 00:00",0.001,"2013-08-20 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88140",5,44.310555,-84.891865,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",47,0.008101,0.006454,0.0479,"2013-10-13 00:00",0.0215,"2013-10-07 00:00",0.016,"2013-01-16 00:00",0.014,"2013-01-04 00:00","","","","",0.0479,0.0215,0.016,0.009,0.009,0.006,0.00475,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88152",5,44.310555,-84.891865,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.005886,0.001539,0.008,"2013-02-03 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88154",5,44.310555,-84.891865,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.001021,0.000276,0.0013,"2013-04-22 00:00",0.0013,"2013-04-28 00:00",0.0013,"2013-05-10 00:00",0.0013,"2013-06-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88160",5,44.310555,-84.891865,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",49,0.013324,0.004565,0.029,"2013-06-15 00:00",0.026,"2013-09-01 00:00",0.0185,"2013-08-08 00:00",0.018,"2013-01-10 00:00","","","","",0.029,0.026,0.0185,0.018,0.016,0.01,0.01,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88161",5,44.310555,-84.891865,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.002377,0.000249,0.00265,"2013-02-03 00:00",0.00265,"2013-02-27 00:00",0.00265,"2013-03-05 00:00",0.00265,"2013-03-23 00:00","","","","",0.00265,0.00265,0.00265,0.00265,0.00265,0.0025,0.0021,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88164",5,44.310555,-84.891865,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.001629,0.000221,0.0019,"2013-02-03 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88165",5,44.310555,-84.891865,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",23,0.028384,0.032075,0.126,"2013-05-04 00:00",0.126,"2013-06-27 00:00",0.114,"2013-04-28 00:00",0.08,"2013-04-22 00:00","","","","",0.126,0.126,0.114,0.073,0.04,0.015,0.0048,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88166",5,44.310555,-84.891865,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.008286,0.005024,0.019,"2013-08-08 00:00",0.019,"2013-10-07 00:00",0.019,"2013-10-13 00:00",0.019,"2013-10-31 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88167",5,44.310555,-84.891865,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",25,0.003468,0.002881,0.0104,"2013-09-07 00:00",0.0102,"2013-01-04 00:00",0.01,"2013-04-28 00:00",0.0085,"2013-10-31 00:00","","","","",0.0104,0.0102,0.01,0.008,0.0058,0.0021,0.0009,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88168",5,44.310555,-84.891865,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",49,0.001457,0.00144,0.0107,"2013-02-27 00:00",0.0047,"2013-03-05 00:00",0.00175,"2013-01-10 00:00",0.00175,"2013-02-21 00:00","","","","",0.0107,0.0047,0.00175,0.00175,0.00155,0.00115,0.00085,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88169",5,44.310555,-84.891865,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.547488,0.457159,2.07,"2013-07-06 00:00",1.56,"2013-08-20 00:00",1.38,"2013-09-07 00:00",1.33,"2013-08-26 00:00","","","","",2.07,1.56,1.38,1.25,0.747,0.416,0.115,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88176",5,44.310555,-84.891865,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.000992,0.000272,0.0022,"2013-01-16 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.0022,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88180",5,44.310555,-84.891865,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",4,0.033859,0.039939,0.292,"2013-07-06 00:00",0.061,"2013-04-28 00:00",0.0599,"2013-03-11 00:00",0.052,"2013-09-07 00:00","","","","",0.292,0.061,0.0599,0.0486,0.0404,0.0325,0.0086,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88184",5,44.310555,-84.891865,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",44,0.025706,0.023908,0.17,"2013-02-15 00:00",0.084,"2013-03-05 00:00",0.055,"2013-01-28 00:00",0.048,"2013-01-04 00:00","","","","",0.17,0.084,0.055,0.029,0.027,0.02,0.013,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88185",5,44.310555,-84.891865,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",48,0.003777,0.003817,0.0115,"2013-01-10 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-06-09 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88301",5,44.310555,-84.891865,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",5,0.373114,0.422528,1.56,"2013-01-16 00:00",1.34,"2013-08-20 00:00",1.33,"2013-07-06 00:00",1.25,"2013-10-01 00:00","","","","",1.56,1.34,1.33,1.01,0.648,0.196,0.0125,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88302",5,44.310555,-84.891865,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",3,0.039916,0.028096,0.14,"2013-10-19 00:00",0.111,"2013-01-22 00:00",0.11,"2013-06-27 00:00",0.1,"2013-02-15 00:00","","","","",0.14,0.111,0.11,0.07,0.049,0.03,0.0153,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88303",5,44.310555,-84.891865,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",19,0.030692,0.027201,0.141,"2013-07-06 00:00",0.089,"2013-06-27 00:00",0.085,"2013-04-04 00:00",0.084,"2013-03-29 00:00","","","","",0.141,0.089,0.085,0.059,0.0394,0.025,0.0115,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88306",5,44.310555,-84.891865,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.515053,0.849104,4.24,"2013-01-16 00:00",3.74,"2013-04-04 00:00",2.84,"2013-01-04 00:00",1.37,"2013-01-28 00:00","","","","",4.24,3.74,2.84,0.997,0.503,0.249,0.078,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88355",5,44.310555,-84.891865,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.324481,0.759857,3.28,"2013-07-06 00:00",2.93,"2013-03-11 00:00",2.8,"2013-06-21 00:00",2.72,"2013-07-15 00:00","","","","",3.28,2.93,2.8,2.49,1.73,1.3,0.442,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88357",5,44.310555,-84.891865,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.076019,0.050311,0.206,"2013-10-31 00:00",0.199,"2013-04-28 00:00",0.192,"2013-07-06 00:00",0.156,"2013-03-11 00:00","","","","",0.206,0.199,0.192,0.129,0.109,0.061,0.019,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88370",5,44.310555,-84.891865,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.2095,0.674974,2.94,"2013-07-06 00:00",2.68,"2013-03-11 00:00",2.54,"2013-06-21 00:00",2.48,"2013-07-15 00:00","","","","",2.94,2.68,2.54,2.25,1.53,1.18,0.432,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88374",5,44.310555,-84.891865,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.068115,0.055712,0.251,"2013-09-07 00:00",0.223,"2013-08-26 00:00",0.205,"2013-07-15 00:00",0.162,"2013-06-15 00:00","","","","",0.251,0.223,0.205,0.144,0.093,0.057,0.018,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88375",5,44.310555,-84.891865,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.304231,0.20547,0.878,"2013-07-06 00:00",0.864,"2013-07-15 00:00",0.86,"2013-06-21 00:00",0.555,"2013-06-15 00:00","","","","",0.878,0.864,0.86,0.544,0.458,0.267,0.089,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88376",5,44.310555,-84.891865,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.327712,0.151937,0.693,"2013-06-15 00:00",0.628,"2013-03-11 00:00",0.602,"2013-08-08 00:00",0.592,"2013-07-06 00:00","","","","",0.693,0.628,0.602,0.537,0.417,0.323,0.13,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88377",5,44.310555,-84.891865,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.209135,0.120222,0.505,"2013-07-06 00:00",0.485,"2013-06-21 00:00",0.459,"2013-06-15 00:00",0.436,"2013-03-11 00:00","","","","",0.505,0.485,0.459,0.381,0.267,0.209,0.071,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88378",5,44.310555,-84.891865,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.300231,0.207854,0.969,"2013-03-11 00:00",0.821,"2013-07-06 00:00",0.721,"2013-04-28 00:00",0.663,"2013-07-15 00:00","","","","",0.969,0.821,0.721,0.485,0.424,0.276,0.089,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88380",5,44.310555,-84.891865,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.191423,0.136863,0.532,"2013-07-06 00:00",0.484,"2013-09-07 00:00",0.469,"2013-04-28 00:00",0.418,"2013-10-01 00:00","","","","",0.532,0.484,0.469,0.389,0.284,0.176,0.04,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88383",5,44.310555,-84.891865,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.439002,0.317394,1.33,"2013-03-11 00:00",1.33,"2013-07-06 00:00",1.11,"2013-04-28 00:00",0.879,"2013-06-21 00:00","","","","",1.33,1.33,1.11,0.838,0.645,0.373,0.101,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88384",5,44.310555,-84.891865,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.052782,0.036999,0.183,"2013-10-01 00:00",0.141,"2013-08-02 00:00",0.127,"2013-09-07 00:00",0.114,"2013-05-28 00:00","","","","",0.183,0.141,0.127,0.105,0.0707,0.0503,0.0143,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88385",5,44.310555,-84.891865,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001063,0.000452,0.00426,"2013-02-09 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00426,0.001,0.001,0.001,0.001,0.001,0.001,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88388",5,44.310555,-84.891865,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.415538,0.295244,1.22,"2013-03-11 00:00",1.16,"2013-07-06 00:00",0.991,"2013-04-28 00:00",0.901,"2013-07-15 00:00","","","","",1.22,1.16,0.991,0.84,0.61,0.356,0.101,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88403",5,44.310555,-84.891865,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,1.377196,1.254582,5.81,"2013-07-06 00:00",4.99,"2013-08-20 00:00",3.39,"2013-09-07 00:00",3.38,"2013-06-21 00:00","","","","",5.81,4.99,3.39,3.31,1.91,1.05,0.284,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","113","0001","88501",3,44.310555,-84.891865,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6299,72,263,365,0,253,"","","Certification not required",0,6.948405,4.561673,47,"2013-07-16 18:00",44,"2013-07-16 19:00",43,"2013-07-16 16:00",37,"2013-07-05 06:00","","","","",22,20,16,13,9,6,2,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","88501",3,44.310555,-84.891865,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,"","","Certification not required",0,6.93308,3.480997,19.7,"2013-07-03 00:00",19.4,"2013-07-06 00:00",18.5,"2013-07-16 00:00",17.8,"2013-08-21 00:00","","","","",18.5,17,13.4,11.7,8.9,6.1,3.5,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2013-12-16" +"26","113","0001","88502",5,44.310555,-84.891865,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,6.54902,4.20373,20,"2013-07-06 00:00",17.5,"2013-03-11 00:00",14,"2013-06-21 00:00",13.1,"2013-09-07 00:00","","","","",20,17.5,14,10.7,9.4,5.3,2.1,"LOCATED ABOUT 1/4 MILE WEST OF SITE","1769 S JEFFS RD","Michigan","Missaukee","","Cadillac, MI","2014-02-13" +"26","115","0005","68101",1,41.763889,-83.471944,"UNKNOWN","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",63,91,63,69,0,13,"","","Certification not required",47,0.096032,0.090385,0.3,"2013-03-26 00:00",0.3,"2013-05-07 00:00",0.3,"2013-05-19 00:00",0.3,"2013-05-22 00:00","","","","",0.3,0.3,0.3,0.3,0.1,0.05,0.05,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68102",1,41.763889,-83.471944,"UNKNOWN","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",63,91,63,69,0,13,"","","Certification not required",0,23.996825,0.025198,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68103",1,41.763889,-83.471944,"UNKNOWN","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,91,63,69,0,13,"","","Certification not required",0,4.520635,10.804646,24.1,"2013-07-15 00:00",22.2,"2013-07-09 00:00",22.1,"2013-05-31 00:00",21.7,"2013-06-24 00:00","","","","",24.1,22.2,21.7,20,14.3,2.6,-7.4,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68103",5,41.763889,-83.471944,"UNKNOWN","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",33,94,33,35,0,2,"","","Certification not required",0,5.409091,11.480183,24.4,"2013-07-15 00:00",22.9,"2013-07-09 00:00",21.8,"2013-06-21 00:00",20.8,"2013-06-27 00:00","","","","",24.4,24.4,22.9,20.8,13.9,4.8,-5.5,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","68104",1,41.763889,-83.471944,"UNKNOWN","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,91,63,69,0,13,"","","Certification not required",0,13.390476,11.930021,42.4,"2013-05-28 00:00",33.5,"2013-07-15 00:00",30.8,"2013-07-09 00:00",30.4,"2013-06-24 00:00","","","","",42.4,33.5,30.4,28.4,23.8,11.8,-0.8,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68104",5,41.763889,-83.471944,"UNKNOWN","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",33,94,33,35,0,2,"","","Certification not required",0,13.39697,12.81014,34.5,"2013-07-15 00:00",32.1,"2013-07-09 00:00",31.2,"2013-06-21 00:00",30.4,"2013-05-16 00:00","","","","",34.5,34.5,32.1,30.4,26.5,12.3,-1.2,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","68105",1,41.763889,-83.471944,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",63,91,63,69,0,13,"","","Certification not required",0,9.015873,10.974769,28.8,"2013-07-15 00:00",26.3,"2013-06-24 00:00",25.8,"2013-06-21 00:00",24.7,"2013-05-31 00:00","","","","",28.8,26.3,24.7,23.8,20,7.2,-4.1,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68105",5,41.763889,-83.471944,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",33,94,33,35,0,2,"","","Certification not required",0,9.290909,11.884611,29.5,"2013-07-15 00:00",26.5,"2013-06-21 00:00",25.5,"2013-07-09 00:00",24.7,"2013-07-03 00:00","","","","",29.5,29.5,26.5,24.7,20.1,8.3,-4.6,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","68106",1,41.763889,-83.471944,"UNKNOWN","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,91,63,69,0,13,"","","Certification not required",0,746.222222,6.246146,760,"2013-03-08 00:00",758,"2013-02-09 00:00",757,"2013-02-21 00:00",755,"2013-01-07 00:00","","","","",760,758,755,753,751,746,736,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68106",5,41.763889,-83.471944,"UNKNOWN","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,94,33,35,0,2,"","","Certification not required",0,740.484848,5.596434,750,"2013-02-09 00:00",750,"2013-02-21 00:00",749,"2013-01-22 00:00",748,"2013-01-10 00:00","","","","",750,750,750,748,744,740,733,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","68107",1,41.763889,-83.471944,"UNKNOWN","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,91,63,69,0,13,"","","Certification not required",0,754.809524,6.705456,778,"2013-05-28 00:00",767,"2013-01-10 00:00",767,"2013-02-21 00:00",766,"2013-01-25 00:00","","","","",778,767,766,763,760,754,748,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68107",5,41.763889,-83.471944,"UNKNOWN","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,94,33,35,0,2,"","","Certification not required",0,747.181818,5.991945,758,"2013-01-10 00:00",757,"2013-04-22 00:00",756,"2013-04-04 00:00",755,"2013-02-09 00:00","","","","",758,758,757,755,752,747,740,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","68108",1,41.763889,-83.471944,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",63,91,63,69,0,13,"","","Certification not required",0,750.460317,5.835999,763,"2013-01-10 00:00",763,"2013-03-08 00:00",762,"2013-02-09 00:00",760,"2013-01-07 00:00","","","","",763,763,760,758,754,750,743,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","68108",5,41.763889,-83.471944,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,94,33,35,0,2,"","","Certification not required",0,743.848485,5.777766,753,"2013-01-10 00:00",753,"2013-02-09 00:00",752,"2013-01-22 00:00",752,"2013-02-21 00:00","","","","",753,753,753,752,747,744,735,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88101",1,41.763889,-83.471944,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",63,52,63,122,0,13,0,0,"Certification not required",0,9.031746,4.073947,19.1,"2013-06-12 00:00",17.8,"2013-01-07 00:00",16,"2013-06-24 00:00",15,"2013-01-28 00:00","","","","",19.1,17.8,15,14.4,12.2,8.3,3.3,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","88101",1,41.763889,-83.471944,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",63,52,63,122,0,13,"","","Certification not required",0,9.031746,4.073947,19.1,"2013-06-12 00:00",17.8,"2013-01-07 00:00",16,"2013-06-24 00:00",15,"2013-01-28 00:00","","","","",19.1,17.8,15,14.4,12.2,8.3,3.3,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-04" +"26","115","0005","88102",5,41.763889,-83.471944,"UNKNOWN","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",32,0.019318,0.004394,0.029,"2013-03-17 00:00",0.026,"2013-02-21 00:00",0.026,"2013-04-22 00:00",0.026,"2013-05-04 00:00","","","","",0.029,0.029,0.026,0.026,0.021,0.021,0.0135,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88103",5,41.763889,-83.471944,"UNKNOWN","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.000697,0.000847,0.003,"2013-07-15 00:00",0.002,"2013-01-28 00:00",0.002,"2013-04-28 00:00",0.002,"2013-06-15 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88104",5,41.763889,-83.471944,"UNKNOWN","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",25,0.017121,0.020772,0.107,"2013-06-27 00:00",0.061,"2013-07-15 00:00",0.048,"2013-05-28 00:00",0.034,"2013-06-15 00:00","","","","",0.107,0.107,0.061,0.034,0.0125,0.0115,0.0065,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88107",5,41.763889,-83.471944,"UNKNOWN","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.005715,0.004288,0.0295,"2013-01-16 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-03-29 00:00",0.0055,"2013-04-04 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.005,0.005,0.005,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88109",5,41.763889,-83.471944,"UNKNOWN","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",3,0.004292,0.002541,0.0113,"2013-03-23 00:00",0.0085,"2013-06-03 00:00",0.0079,"2013-04-04 00:00",0.0078,"2013-01-28 00:00","","","","",0.0113,0.0113,0.0085,0.0078,0.0055,0.0041,0.0015,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88110",5,41.763889,-83.471944,"UNKNOWN","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.001576,0.003021,0.011,"2013-07-15 00:00",0.009,"2013-06-15 00:00",0.008,"2013-04-16 00:00",0.007,"2013-06-09 00:00","","","","",0.011,0.011,0.009,0.007,0.002,0,0,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88111",5,41.763889,-83.471944,"UNKNOWN","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",1,0.026102,0.015158,0.0599,"2013-04-04 00:00",0.0597,"2013-04-28 00:00",0.0497,"2013-07-03 00:00",0.0493,"2013-07-15 00:00","","","","",0.0599,0.0599,0.0597,0.0493,0.0361,0.0228,0.0086,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88112",5,41.763889,-83.471944,"UNKNOWN","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.002515,0.002489,0.011,"2013-01-28 00:00",0.008,"2013-05-22 00:00",0.007,"2013-01-10 00:00",0.007,"2013-05-04 00:00","","","","",0.011,0.011,0.008,0.007,0.003,0.002,0.001,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88113",5,41.763889,-83.471944,"UNKNOWN","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.000633,9.6e-05,0.001,"2013-01-16 00:00",0.0007,"2013-02-15 00:00",0.0007,"2013-02-21 00:00",0.0007,"2013-03-05 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88114",5,41.763889,-83.471944,"UNKNOWN","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",24,0.001418,0.001051,0.0049,"2013-01-28 00:00",0.004,"2013-01-16 00:00",0.0033,"2013-07-03 00:00",0.0032,"2013-06-21 00:00","","","","",0.0049,0.0049,0.004,0.0032,0.0013,0.00125,0.00065,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88115",5,41.763889,-83.471944,"UNKNOWN","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",19,0.007164,0.0068,0.0341,"2013-01-04 00:00",0.024,"2013-01-28 00:00",0.0167,"2013-01-10 00:00",0.013,"2013-01-22 00:00","","","","",0.0341,0.0341,0.024,0.013,0.009,0.00405,0.00245,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88117",5,41.763889,-83.471944,"UNKNOWN","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.004968,0.006943,0.0435,"2013-01-16 00:00",0.00485,"2013-03-29 00:00",0.00485,"2013-04-04 00:00",0.00485,"2013-06-09 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0041,0.0034,0.0034,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88118",5,41.763889,-83.471944,"UNKNOWN","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.010994,0.006379,0.023,"2013-01-16 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.005,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88126",5,41.763889,-83.471944,"UNKNOWN","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.058894,0.043046,0.24,"2013-07-15 00:00",0.139,"2013-01-28 00:00",0.099,"2013-04-04 00:00",0.0969,"2013-01-10 00:00","","","","",0.24,0.24,0.139,0.0969,0.0646,0.0496,0.0196,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88128",5,41.763889,-83.471944,"UNKNOWN","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.001303,0.001976,0.007,"2013-04-22 00:00",0.007,"2013-06-15 00:00",0.005,"2013-04-28 00:00",0.004,"2013-05-28 00:00","","","","",0.007,0.007,0.007,0.004,0.002,0,0,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88131",5,41.763889,-83.471944,"UNKNOWN","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.009833,0.0028,0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00",0.011,"2013-01-04 00:00","","","","",0.0165,0.0165,0.0165,0.011,0.011,0.011,0.007,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88132",5,41.763889,-83.471944,"UNKNOWN","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.001121,0.001053,0.004,"2013-01-16 00:00",0.003,"2013-01-10 00:00",0.003,"2013-07-15 00:00",0.002,"2013-01-04 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88136",5,41.763889,-83.471944,"UNKNOWN","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.000545,0.001003,0.004,"2013-05-22 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-03 00:00",0.001,"2013-01-10 00:00","","","","",0.004,0.004,0.003,0.001,0.001,0,0,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88140",5,41.763889,-83.471944,"UNKNOWN","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",30,0.007585,0.003757,0.025,"2013-01-22 00:00",0.013,"2013-02-27 00:00",0.0113,"2013-02-21 00:00",0.009,"2013-01-16 00:00","","","","",0.025,0.025,0.013,0.009,0.009,0.006,0.0055,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88152",5,41.763889,-83.471944,"UNKNOWN","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.005405,0.001199,0.008,"2013-02-09 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88154",5,41.763889,-83.471944,"UNKNOWN","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",26,0.001865,0.002029,0.0097,"2013-05-28 00:00",0.008,"2013-05-22 00:00",0.004,"2013-06-15 00:00",0.004,"2013-06-21 00:00","","","","",0.0097,0.0097,0.008,0.004,0.0013,0.001,0.00065,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88160",5,41.763889,-83.471944,"UNKNOWN","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",32,0.013727,0.003529,0.021,"2013-02-09 00:00",0.018,"2013-02-21 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-04 00:00","","","","",0.021,0.021,0.018,0.018,0.016,0.016,0.01,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88161",5,41.763889,-83.471944,"UNKNOWN","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",30,0.002695,0.00129,0.008,"2013-07-15 00:00",0.0063,"2013-04-22 00:00",0.0052,"2013-06-27 00:00",0.00265,"2013-02-09 00:00","","","","",0.008,0.008,0.0063,0.00265,0.0025,0.00215,0.00215,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88164",5,41.763889,-83.471944,"UNKNOWN","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.001571,0.000179,0.0019,"2013-02-09 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88165",5,41.763889,-83.471944,"UNKNOWN","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",6,0.051303,0.044005,0.187,"2013-06-27 00:00",0.168,"2013-07-15 00:00",0.107,"2013-05-16 00:00",0.105,"2013-07-09 00:00","","","","",0.187,0.187,0.168,0.105,0.071,0.042,0.009,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88166",5,41.763889,-83.471944,"UNKNOWN","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.007433,0.003865,0.019,"2013-04-22 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-05-04 00:00",0.0075,"2013-01-04 00:00","","","","",0.019,0.019,0.0185,0.0075,0.0075,0.0075,0.0042,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88167",5,41.763889,-83.471944,"UNKNOWN","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",6,0.008152,0.005232,0.021,"2013-01-10 00:00",0.0174,"2013-01-04 00:00",0.0169,"2013-04-04 00:00",0.014,"2013-01-28 00:00","","","","",0.021,0.021,0.0174,0.014,0.0119,0.0082,0.00175,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88168",5,41.763889,-83.471944,"UNKNOWN","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",31,0.001232,0.000468,0.0029,"2013-01-22 00:00",0.0026,"2013-06-09 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-04-22 00:00","","","","",0.0029,0.0029,0.0026,0.00175,0.00115,0.00115,0.00085,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88169",5,41.763889,-83.471944,"UNKNOWN","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.742758,0.398125,1.66,"2013-06-09 00:00",1.51,"2013-07-03 00:00",1.48,"2013-06-21 00:00",1.34,"2013-04-10 00:00","","","","",1.66,1.66,1.51,1.34,1,0.669,0.301,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88176",5,41.763889,-83.471944,"UNKNOWN","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.000906,0.000181,0.0013,"2013-01-16 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-05-04 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88180",5,41.763889,-83.471944,"UNKNOWN","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.046376,0.024221,0.131,"2013-07-03 00:00",0.0811,"2013-02-03 00:00",0.078,"2013-04-28 00:00",0.066,"2013-06-15 00:00","","","","",0.131,0.131,0.0811,0.066,0.0643,0.0428,0.021,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88184",5,41.763889,-83.471944,"UNKNOWN","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",21,0.038288,0.031778,0.175,"2013-01-22 00:00",0.099,"2013-05-04 00:00",0.078,"2013-05-22 00:00",0.075,"2013-05-28 00:00","","","","",0.175,0.175,0.099,0.075,0.044,0.027,0.0155,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88185",5,41.763889,-83.471944,"UNKNOWN","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.00277,0.002829,0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00",0.0023,"2013-01-16 00:00","","","","",0.0115,0.0115,0.0115,0.0023,0.00225,0.00225,0.0014,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88301",5,41.763889,-83.471944,"UNKNOWN","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.930727,0.530604,1.92,"2013-01-04 00:00",1.9,"2013-04-10 00:00",1.8,"2013-06-09 00:00",1.75,"2013-01-16 00:00","","","","",1.92,1.92,1.9,1.75,1.32,0.879,0.287,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88302",5,41.763889,-83.471944,"UNKNOWN","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",1,0.069497,0.037922,0.18,"2013-07-15 00:00",0.168,"2013-01-22 00:00",0.126,"2013-05-28 00:00",0.12,"2013-05-04 00:00","","","","",0.18,0.18,0.168,0.12,0.08,0.06,0.03,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88303",5,41.763889,-83.471944,"UNKNOWN","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",9,0.039724,0.027097,0.109,"2013-07-09 00:00",0.093,"2013-03-29 00:00",0.075,"2013-07-03 00:00",0.071,"2013-07-15 00:00","","","","",0.109,0.109,0.093,0.071,0.061,0.032,0.007,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88306",5,41.763889,-83.471944,"UNKNOWN","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,1.819848,1.540187,6.08,"2013-01-16 00:00",5.81,"2013-01-10 00:00",5.18,"2013-01-04 00:00",3.49,"2013-02-03 00:00","","","","",6.08,6.08,5.81,3.49,2.33,1.24,0.458,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88355",5,41.763889,-83.471944,"UNKNOWN","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,1.854545,0.787306,3.4,"2013-06-15 00:00",3.31,"2013-07-03 00:00",2.84,"2013-06-21 00:00",2.81,"2013-06-09 00:00","","","","",3.4,3.4,3.31,2.81,2.52,1.76,0.79,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88357",5,41.763889,-83.471944,"UNKNOWN","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.228879,0.115491,0.59,"2013-01-10 00:00",0.459,"2013-04-04 00:00",0.391,"2013-07-15 00:00",0.377,"2013-06-21 00:00","","","","",0.59,0.59,0.459,0.377,0.282,0.209,0.103,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88370",5,41.763889,-83.471944,"UNKNOWN","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,1.63103,0.665975,3.05,"2013-06-15 00:00",2.83,"2013-07-03 00:00",2.45,"2013-06-09 00:00",2.39,"2013-06-21 00:00","","","","",3.05,3.05,2.83,2.39,2.16,1.56,0.65,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88374",5,41.763889,-83.471944,"UNKNOWN","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.121485,0.077044,0.328,"2013-05-28 00:00",0.282,"2013-01-16 00:00",0.266,"2013-04-04 00:00",0.235,"2013-02-03 00:00","","","","",0.328,0.328,0.282,0.235,0.161,0.092,0.046,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88375",5,41.763889,-83.471944,"UNKNOWN","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.434455,0.219338,0.973,"2013-06-15 00:00",0.856,"2013-07-09 00:00",0.829,"2013-06-09 00:00",0.782,"2013-07-03 00:00","","","","",0.973,0.973,0.856,0.782,0.519,0.383,0.186,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88376",5,41.763889,-83.471944,"UNKNOWN","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.424152,0.190938,0.84,"2013-06-15 00:00",0.837,"2013-01-10 00:00",0.729,"2013-03-11 00:00",0.641,"2013-07-03 00:00","","","","",0.84,0.84,0.837,0.641,0.546,0.394,0.188,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88377",5,41.763889,-83.471944,"UNKNOWN","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.342152,0.161955,0.703,"2013-06-15 00:00",0.626,"2013-06-21 00:00",0.625,"2013-01-10 00:00",0.546,"2013-07-03 00:00","","","","",0.703,0.703,0.626,0.546,0.458,0.29,0.13,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88378",5,41.763889,-83.471944,"UNKNOWN","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",1,0.308152,0.16294,0.672,"2013-07-03 00:00",0.671,"2013-06-09 00:00",0.592,"2013-05-28 00:00",0.558,"2013-03-11 00:00","","","","",0.672,0.672,0.671,0.558,0.367,0.31,0.138,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88380",5,41.763889,-83.471944,"UNKNOWN","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.452909,0.232136,0.986,"2013-01-10 00:00",0.924,"2013-07-15 00:00",0.828,"2013-06-21 00:00",0.78,"2013-01-28 00:00","","","","",0.986,0.986,0.924,0.78,0.637,0.389,0.163,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88383",5,41.763889,-83.471944,"UNKNOWN","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.70797,0.312932,1.34,"2013-07-03 00:00",1.22,"2013-05-28 00:00",1.19,"2013-06-09 00:00",1.08,"2013-06-21 00:00","","","","",1.34,1.34,1.22,1.08,0.954,0.676,0.303,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88384",5,41.763889,-83.471944,"UNKNOWN","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.053121,0.031834,0.162,"2013-06-03 00:00",0.119,"2013-05-16 00:00",0.107,"2013-04-16 00:00",0.105,"2013-04-04 00:00","","","","",0.162,0.162,0.119,0.105,0.0549,0.0423,0.0253,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88385",5,41.763889,-83.471944,"UNKNOWN","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",33,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88388",5,41.763889,-83.471944,"UNKNOWN","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,0.532424,0.257391,1.15,"2013-07-03 00:00",1.04,"2013-06-09 00:00",0.958,"2013-05-28 00:00",0.81,"2013-04-28 00:00","","","","",1.15,1.15,1.04,0.81,0.735,0.503,0.23,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88403",5,41.763889,-83.471944,"UNKNOWN","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,2.043333,1.090299,4.77,"2013-06-09 00:00",4.32,"2013-06-21 00:00",3.9,"2013-07-03 00:00",3.63,"2013-04-10 00:00","","","","",4.77,4.77,4.32,3.63,2.68,1.87,0.909,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0005","88502",5,41.763889,-83.471944,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",0,9.863636,3.806887,16.5,"2013-07-09 00:00",16.3,"2013-01-28 00:00",15.7,"2013-07-15 00:00",14.7,"2013-07-03 00:00","","","","",16.5,16.5,16.3,14.7,13.1,9.8,5.1,"DEAN ROAD DEAD-ENDS AT SITE, 200 FT WEST","3229 EAST DEAN RD, ERIE, MI","Michigan","Monroe","Luna Pier","Monroe, MI","2013-12-17" +"26","115","0006","42401",1,41.923582,-83.34573,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6236,71,269,365,0,316,0,"","Certification not required",0,4.055762,4.316276,25.5,"2013-06-06 12:00",25.1,"2013-09-06 14:00",23.2,"2013-02-13 12:00",18.4,"2013-03-08 14:00","","","","",23.2,16.9,14,9.9,5,2.8,0.5,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","42401",1,41.923582,-83.34573,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6236,71,269,365,0,316,"","","Certification not required",0,1.021681,1.825879,25.5,"2013-06-06 12:00",25.1,"2013-09-06 14:00",23.2,"2013-02-13 12:00",22.4,"2013-02-13 11:00","","","","",9.4,6.5,4,2.5,1,0.4,0.1,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","42401",1,41.923582,-83.34573,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",269,74,269,365,0,0,0,"","Certification not required",0,1.023792,0.955283,6.6,"2013-06-06 00:00",5,"2013-02-13 00:00",5,"2013-06-03 00:00",4.4,"2013-05-25 00:00","","","","",5,3.9,3,2.1,1.4,0.7,0.2,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","42401",1,41.923582,-83.34573,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1926,66,266,365,0,0,"",0,"Certification not required",0,0.999117,1.619621,19,"2013-06-06 14:00",17.7,"2013-09-06 14:00",16.8,"2013-02-13 14:00",14.6,"2013-02-13 11:00","","","","",7.9,6.1,3.6,2.5,1.1,0.5,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","42401",3,41.923582,-83.34573,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",75361,72,269,365,0,2313,"","","Certification not required",0,1.214059,2.060761,97.9,"2013-04-05 15:25",67.6,"2013-07-05 13:10",56.8,"2013-02-13 10:40",52.6,"2013-02-13 10:35","","","","",10.3,7,4.2,2.7,1.2,0.6,0.2,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","61103",1,41.923582,-83.34573,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6325,72,261,365,0,227,"","","Certification not required",0,5.2997,3.105949,20,"2013-02-26 17:00",18.2,"2013-02-11 10:00",18.2,"2013-02-22 04:00",18.2,"2013-02-22 05:00","","","","",14.8,13,11.3,9.6,6.9,4.3,1.7,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-16" +"26","115","0006","61104",1,41.923582,-83.34573,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6325,72,261,365,0,227,"","","Certification not required",0,199.507826,95.441771,360,"2013-01-16 02:00",360,"2013-02-08 21:00",360,"2013-09-13 22:00",359,"2013-01-24 10:00","","","","",354,349,335,317,278,222,62,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-16" +"26","115","0006","61106",1,41.923582,-83.34573,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6325,72,261,365,0,227,"","","Certification not required",0,18.774545,8.955937,76,"2013-03-28 19:00",74,"2013-07-18 12:00",74,"2013-08-30 22:00",73,"2013-06-08 10:00","","","","",57,49,35,27,21,17,11,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-16" +"26","115","0006","62101",1,41.923582,-83.34573,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6325,72,261,365,0,227,"","","Certification not required",0,53.373281,19.601492,95,"2013-09-10 14:00",95,"2013-09-10 15:00",95,"2013-09-10 16:00",94,"2013-07-19 15:00","","","","",87,85,80,77,70,58,26,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-16" +"26","115","0006","68101",1,41.923582,-83.34573,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",18,37,18,49,0,0,"","","Certification not required",11,0.152778,0.15095,0.4,"2013-08-23 00:00",0.4,"2013-08-29 00:00",0.4,"2013-09-19 00:00",0.4,"2013-09-25 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.05,0.05,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68102",1,41.923582,-83.34573,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",18,37,18,49,0,0,"","","Certification not required",0,24,0,24,"2013-08-08 00:00",24,"2013-08-11 00:00",24,"2013-08-14 00:00",24,"2013-08-17 00:00","","","","",24,24,24,24,24,24,24,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68103",1,41.923582,-83.34573,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",18,37,18,49,0,0,"","","Certification not required",0,15.294444,4.558957,23.6,"2013-09-10 00:00",20.9,"2013-09-01 00:00",20.1,"2013-08-26 00:00",20.1,"2013-08-29 00:00","","","","",23.6,23.6,23.6,20.9,19.3,15.3,9.3,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68103",5,41.923582,-83.34573,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",16,64,16,25,0,0,"","","Certification not required",0,12.79375,5.995384,21.8,"2013-09-01 00:00",20.7,"2013-08-26 00:00",20.2,"2013-08-08 00:00",18,"2013-09-19 00:00","","","","",21.8,21.8,21.8,20.7,18,12.9,5.7,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","68104",1,41.923582,-83.34573,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",18,37,18,49,0,0,"","","Certification not required",0,26.455556,5.51247,36.4,"2013-09-10 00:00",33.2,"2013-08-26 00:00",32.3,"2013-08-20 00:00",31,"2013-08-29 00:00","","","","",36.4,36.4,36.4,33.2,29.7,28.6,17.8,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-16" +"26","115","0006","68104",5,41.923582,-83.34573,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",16,64,16,25,0,0,"","","Certification not required",0,22.9375,7.147296,33.8,"2013-08-26 00:00",31.9,"2013-08-20 00:00",30.2,"2013-09-01 00:00",29.9,"2013-09-07 00:00","","","","",33.8,33.8,33.8,31.9,29.9,24.3,10.9,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","68105",1,41.923582,-83.34573,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",18,37,18,49,0,0,"","","Certification not required",0,20.755556,4.596063,29.1,"2013-09-10 00:00",26.2,"2013-08-26 00:00",24.6,"2013-08-20 00:00",24.5,"2013-08-29 00:00","","","","",29.1,29.1,29.1,26.2,24.3,21.9,13.5,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68105",5,41.923582,-83.34573,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",16,64,16,25,0,0,"","","Certification not required",0,17.90625,6.402965,27.3,"2013-08-26 00:00",26,"2013-09-01 00:00",24.7,"2013-08-20 00:00",23.7,"2013-08-08 00:00","","","","",27.3,27.3,27.3,26,23.7,17.6,8.3,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","68106",1,41.923582,-83.34573,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,37,18,49,0,0,"","","Certification not required",0,744.722222,3.268487,751,"2013-09-16 00:00",750,"2013-08-17 00:00",748,"2013-08-14 00:00",747,"2013-09-13 00:00","","","","",751,751,751,750,747,745,741,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68106",5,41.923582,-83.34573,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,64,16,25,0,0,"","","Certification not required",0,735.5,5.266245,742,"2013-10-25 00:00",741,"2013-08-14 00:00",741,"2013-10-13 00:00",739,"2013-08-20 00:00","","","","",742,742,742,741,739,736,730,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","68107",1,41.923582,-83.34573,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,37,18,49,0,0,"","","Certification not required",0,747.888889,3.341167,755,"2013-09-16 00:00",752,"2013-08-17 00:00",751,"2013-08-14 00:00",751,"2013-09-28 00:00","","","","",755,755,755,752,750,748,744,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68107",5,41.923582,-83.34573,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,64,16,25,0,0,"","","Certification not required",0,744.0625,3.641772,752,"2013-10-25 00:00",749,"2013-10-13 00:00",749,"2013-11-06 00:00",745,"2013-08-14 00:00","","","","",752,752,752,749,745,744,738,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","68108",1,41.923582,-83.34573,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",18,37,18,49,0,0,"","","Certification not required",0,751.277778,3.460798,759,"2013-09-16 00:00",755,"2013-08-17 00:00",754,"2013-08-14 00:00",754,"2013-09-13 00:00","","","","",759,759,759,755,754,751,747,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","68108",5,41.923582,-83.34573,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,64,16,25,0,0,"","","Certification not required",0,739.5625,3.881044,747,"2013-10-25 00:00",745,"2013-10-13 00:00",743,"2013-08-14 00:00",742,"2013-08-20 00:00","","","","",747,747,747,745,742,740,734,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88101",1,41.923582,-83.34573,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",18,15,18,122,0,0,0,0,"Certification not required",0,9.994444,5.555863,19.5,"2013-09-10 00:00",18.3,"2013-09-19 00:00",17.9,"2013-08-20 00:00",15.3,"2013-08-26 00:00","","","","",19.5,19.5,19.5,18.3,14,10.2,2.7,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","88101",1,41.923582,-83.34573,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",18,15,18,122,0,0,"","","Certification not required",0,9.994444,5.555863,19.5,"2013-09-10 00:00",18.3,"2013-09-19 00:00",17.9,"2013-08-20 00:00",15.3,"2013-08-26 00:00","","","","",19.5,19.5,19.5,18.3,14,10.2,2.7,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2013-12-09" +"26","115","0006","88102",5,41.923582,-83.34573,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.019469,0.005343,0.0255,"2013-08-08 00:00",0.0255,"2013-09-07 00:00",0.0255,"2013-09-13 00:00",0.0255,"2013-10-07 00:00","","","","",0.0255,0.0255,0.0255,0.0255,0.0255,0.0205,0.0135,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88103",5,41.923582,-83.34573,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.001063,0.001124,0.003,"2013-08-26 00:00",0.003,"2013-09-19 00:00",0.002,"2013-09-01 00:00",0.002,"2013-10-13 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.001,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88104",5,41.923582,-83.34573,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",11,0.016906,0.012958,0.048,"2013-10-19 00:00",0.045,"2013-09-19 00:00",0.026,"2013-08-20 00:00",0.026,"2013-08-26 00:00","","","","",0.048,0.048,0.048,0.045,0.026,0.0125,0.0065,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88107",5,41.923582,-83.34573,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.006266,0.006229,0.0295,"2013-08-20 00:00",0.0055,"2013-09-01 00:00",0.0055,"2013-09-25 00:00",0.0055,"2013-10-25 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88109",5,41.923582,-83.34573,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",4,0.00305,0.001631,0.0057,"2013-08-20 00:00",0.0048,"2013-08-26 00:00",0.0047,"2013-10-31 00:00",0.0047,"2013-11-06 00:00","","","","",0.0057,0.0057,0.0057,0.0048,0.0047,0.0036,0.00085,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88110",5,41.923582,-83.34573,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.000313,0.00125,0.005,"2013-09-25 00:00",0,"2013-08-08 00:00",0,"2013-08-14 00:00",0,"2013-08-20 00:00","","","","",0.005,0.005,0.005,0,0,0,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88111",5,41.923582,-83.34573,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",2,0.037728,0.034259,0.107,"2013-08-20 00:00",0.102,"2013-09-07 00:00",0.0806,"2013-11-06 00:00",0.0563,"2013-08-26 00:00","","","","",0.107,0.107,0.107,0.102,0.0563,0.0311,0.00375,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88112",5,41.923582,-83.34573,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.01875,0.029715,0.099,"2013-09-25 00:00",0.074,"2013-10-07 00:00",0.046,"2013-10-01 00:00",0.026,"2013-10-13 00:00","","","","",0.099,0.099,0.099,0.074,0.026,0.005,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88113",5,41.923582,-83.34573,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",14,0.000844,0.000464,0.0021,"2013-08-08 00:00",0.0019,"2013-11-06 00:00",0.001,"2013-08-20 00:00",0.0007,"2013-08-26 00:00","","","","",0.0021,0.0021,0.0021,0.0019,0.0007,0.0007,0.00055,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88114",5,41.923582,-83.34573,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",10,0.003072,0.004794,0.0202,"2013-09-19 00:00",0.005,"2013-08-20 00:00",0.0043,"2013-10-31 00:00",0.0041,"2013-09-07 00:00","","","","",0.0202,0.0202,0.0202,0.005,0.0041,0.00125,0.00065,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88115",5,41.923582,-83.34573,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",10,0.006569,0.005068,0.0173,"2013-10-13 00:00",0.015,"2013-08-20 00:00",0.0124,"2013-09-07 00:00",0.0121,"2013-09-25 00:00","","","","",0.0173,0.0173,0.0173,0.015,0.0121,0.00405,0.00235,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88117",5,41.923582,-83.34573,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.006125,0.009862,0.043,"2013-08-20 00:00",0.0048,"2013-09-01 00:00",0.0048,"2013-09-25 00:00",0.0048,"2013-10-25 00:00","","","","",0.043,0.043,0.043,0.0048,0.0048,0.0041,0.0028,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88118",5,41.923582,-83.34573,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.008172,0.006326,0.023,"2013-08-20 00:00",0.017,"2013-08-14 00:00",0.017,"2013-09-19 00:00",0.017,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.005,0.00405,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88126",5,41.923582,-83.34573,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.103388,0.11255,0.44,"2013-09-19 00:00",0.291,"2013-11-06 00:00",0.153,"2013-08-20 00:00",0.114,"2013-09-07 00:00","","","","",0.44,0.44,0.44,0.291,0.114,0.0806,0.0283,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88128",5,41.923582,-83.34573,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.001688,0.002496,0.008,"2013-09-07 00:00",0.006,"2013-08-20 00:00",0.005,"2013-09-19 00:00",0.003,"2013-11-06 00:00","","","","",0.008,0.008,0.008,0.006,0.003,0.001,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88131",5,41.923582,-83.34573,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.010906,0.004148,0.0165,"2013-08-08 00:00",0.0165,"2013-09-07 00:00",0.0165,"2013-09-13 00:00",0.0165,"2013-10-07 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.0165,0.011,0.007,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88132",5,41.923582,-83.34573,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.003125,0.003243,0.01,"2013-09-19 00:00",0.01,"2013-11-06 00:00",0.007,"2013-08-20 00:00",0.004,"2013-09-07 00:00","","","","",0.01,0.01,0.01,0.01,0.004,0.002,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88136",5,41.923582,-83.34573,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.001,0.001673,0.006,"2013-09-19 00:00",0.003,"2013-08-20 00:00",0.003,"2013-08-26 00:00",0.001,"2013-08-08 00:00","","","","",0.006,0.006,0.006,0.003,0.001,0,0,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88140",5,41.923582,-83.34573,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",11,0.011278,0.008333,0.032,"2013-08-20 00:00",0.025,"2013-09-19 00:00",0.0233,"2013-09-07 00:00",0.015,"2013-10-13 00:00","","","","",0.032,0.032,0.032,0.025,0.015,0.009,0.00475,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88152",5,41.923582,-83.34573,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.005272,0.001453,0.008,"2013-09-01 00:00",0.008,"2013-09-25 00:00",0.008,"2013-10-25 00:00",0.005,"2013-08-14 00:00","","","","",0.008,0.008,0.008,0.008,0.005,0.005,0.0045,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88154",5,41.923582,-83.34573,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",15,0.001213,0.000384,0.0024,"2013-09-25 00:00",0.0013,"2013-08-26 00:00",0.0013,"2013-10-01 00:00",0.0013,"2013-10-19 00:00","","","","",0.0024,0.0024,0.0024,0.0013,0.0013,0.00125,0.00065,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88160",5,41.923582,-83.34573,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.0135,0.003967,0.018,"2013-08-08 00:00",0.018,"2013-09-07 00:00",0.018,"2013-09-13 00:00",0.018,"2013-10-07 00:00","","","","",0.018,0.018,0.018,0.018,0.018,0.016,0.01,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88161",5,41.923582,-83.34573,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",14,0.002953,0.001882,0.009,"2013-08-20 00:00",0.0061,"2013-09-25 00:00",0.0026,"2013-09-01 00:00",0.0026,"2013-10-25 00:00","","","","",0.009,0.009,0.009,0.0061,0.0026,0.0025,0.0021,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88164",5,41.923582,-83.34573,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.001566,0.000224,0.0019,"2013-09-01 00:00",0.0019,"2013-09-25 00:00",0.0019,"2013-10-25 00:00",0.0016,"2013-08-26 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88165",5,41.923582,-83.34573,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",2,0.053044,0.032703,0.102,"2013-11-06 00:00",0.097,"2013-09-07 00:00",0.093,"2013-10-13 00:00",0.0874,"2013-09-01 00:00","","","","",0.102,0.102,0.102,0.097,0.0874,0.0515,0.009,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88166",5,41.923582,-83.34573,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.009863,0.006128,0.0185,"2013-08-08 00:00",0.0185,"2013-09-07 00:00",0.0185,"2013-09-13 00:00",0.0185,"2013-10-07 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0185,0.0075,0.0042,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88167",5,41.923582,-83.34573,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",1,0.026716,0.034012,0.104,"2013-09-19 00:00",0.102,"2013-08-20 00:00",0.064,"2013-11-06 00:00",0.039,"2013-09-07 00:00","","","","",0.104,0.104,0.104,0.102,0.039,0.0092,0.0039,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88168",5,41.923582,-83.34573,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",15,0.001478,0.000812,0.0042,"2013-09-01 00:00",0.00175,"2013-08-08 00:00",0.00175,"2013-09-07 00:00",0.00175,"2013-09-13 00:00","","","","",0.0042,0.0042,0.0042,0.00175,0.00175,0.00115,0.00085,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88169",5,41.923582,-83.34573,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.964938,0.719805,2.38,"2013-08-20 00:00",2.17,"2013-09-19 00:00",1.74,"2013-09-07 00:00",1.72,"2013-08-26 00:00","","","","",2.38,2.38,2.38,2.17,1.72,0.832,0.13,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88176",5,41.923582,-83.34573,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.001016,0.00025,0.0013,"2013-08-08 00:00",0.0013,"2013-08-20 00:00",0.0013,"2013-09-07 00:00",0.0013,"2013-09-13 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88180",5,41.923582,-83.34573,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.046031,0.0199,0.0919,"2013-08-20 00:00",0.066,"2013-09-07 00:00",0.0593,"2013-09-19 00:00",0.059,"2013-08-26 00:00","","","","",0.0919,0.0919,0.0919,0.066,0.059,0.0524,0.0211,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88184",5,41.923582,-83.34573,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",12,0.034063,0.033072,0.121,"2013-09-19 00:00",0.102,"2013-11-06 00:00",0.067,"2013-09-07 00:00",0.029,"2013-08-08 00:00","","","","",0.121,0.121,0.121,0.102,0.029,0.02,0.013,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88185",5,41.923582,-83.34573,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",16,0.004819,0.004663,0.0115,"2013-08-08 00:00",0.0115,"2013-09-07 00:00",0.0115,"2013-09-13 00:00",0.0115,"2013-10-07 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88301",5,41.923582,-83.34573,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.850338,0.730299,2.56,"2013-09-19 00:00",1.95,"2013-08-20 00:00",1.47,"2013-08-26 00:00",1.38,"2013-09-07 00:00","","","","",2.56,2.56,2.56,1.95,1.38,0.849,0.0214,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88302",5,41.923582,-83.34573,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",1,0.051288,0.029409,0.11,"2013-10-01 00:00",0.093,"2013-09-25 00:00",0.0901,"2013-10-31 00:00",0.082,"2013-11-06 00:00","","","","",0.11,0.11,0.11,0.093,0.082,0.0445,0.015,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88303",5,41.923582,-83.34573,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",2,0.031044,0.012548,0.0499,"2013-08-26 00:00",0.049,"2013-09-25 00:00",0.044,"2013-09-19 00:00",0.041,"2013-08-20 00:00","","","","",0.0499,0.0499,0.0499,0.049,0.041,0.034,0.0115,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88306",5,41.923582,-83.34573,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.886313,0.66262,2.6,"2013-09-19 00:00",1.65,"2013-10-19 00:00",1.52,"2013-10-01 00:00",1.4,"2013-10-31 00:00","","","","",2.6,2.6,2.6,1.65,1.4,0.801,0.17,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88355",5,41.923582,-83.34573,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,2.266875,0.776649,3.44,"2013-09-07 00:00",3.42,"2013-08-20 00:00",3.22,"2013-09-19 00:00",2.92,"2013-08-26 00:00","","","","",3.44,3.44,3.44,3.42,2.92,2.35,1.13,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88357",5,41.923582,-83.34573,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.260313,0.073766,0.359,"2013-09-07 00:00",0.358,"2013-09-25 00:00",0.353,"2013-08-14 00:00",0.341,"2013-08-20 00:00","","","","",0.359,0.359,0.359,0.358,0.341,0.274,0.15,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88370",5,41.923582,-83.34573,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,1.942188,0.6114,2.91,"2013-09-07 00:00",2.8,"2013-08-20 00:00",2.52,"2013-09-19 00:00",2.42,"2013-08-26 00:00","","","","",2.91,2.91,2.91,2.8,2.42,2.15,1.06,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88374",5,41.923582,-83.34573,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.163625,0.124086,0.419,"2013-08-26 00:00",0.367,"2013-08-20 00:00",0.348,"2013-10-13 00:00",0.269,"2013-09-19 00:00","","","","",0.419,0.419,0.419,0.367,0.269,0.152,0.046,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88375",5,41.923582,-83.34573,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.531438,0.186513,0.919,"2013-09-07 00:00",0.775,"2013-08-20 00:00",0.694,"2013-09-19 00:00",0.657,"2013-08-08 00:00","","","","",0.919,0.919,0.919,0.775,0.657,0.545,0.268,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88376",5,41.923582,-83.34573,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.543875,0.180225,0.875,"2013-09-07 00:00",0.869,"2013-11-06 00:00",0.737,"2013-08-20 00:00",0.69,"2013-10-13 00:00","","","","",0.875,0.875,0.875,0.869,0.69,0.519,0.336,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88377",5,41.923582,-83.34573,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.397938,0.158956,0.643,"2013-09-07 00:00",0.627,"2013-08-20 00:00",0.601,"2013-09-19 00:00",0.555,"2013-11-06 00:00","","","","",0.643,0.643,0.643,0.627,0.555,0.398,0.19,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88378",5,41.923582,-83.34573,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.304563,0.127142,0.553,"2013-09-01 00:00",0.497,"2013-08-26 00:00",0.475,"2013-10-31 00:00",0.37,"2013-10-13 00:00","","","","",0.553,0.553,0.553,0.497,0.37,0.311,0.152,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88380",5,41.923582,-83.34573,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.585688,0.215239,0.967,"2013-08-20 00:00",0.913,"2013-09-19 00:00",0.886,"2013-09-07 00:00",0.745,"2013-10-01 00:00","","","","",0.967,0.967,0.967,0.913,0.745,0.589,0.345,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88383",5,41.923582,-83.34573,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.82575,0.303059,1.2,"2013-09-07 00:00",1.2,"2013-09-19 00:00",1.19,"2013-08-20 00:00",1.16,"2013-08-26 00:00","","","","",1.2,1.2,1.2,1.2,1.16,0.927,0.365,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88384",5,41.923582,-83.34573,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.064713,0.021396,0.105,"2013-10-25 00:00",0.0975,"2013-10-19 00:00",0.0854,"2013-09-13 00:00",0.0845,"2013-10-07 00:00","","","","",0.105,0.105,0.105,0.0975,0.0845,0.0656,0.0354,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88385",5,41.923582,-83.34573,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",15,0.001348,0.001393,0.00657,"2013-10-31 00:00",0.001,"2013-08-08 00:00",0.001,"2013-08-14 00:00",0.001,"2013-08-20 00:00","","","","",0.00657,0.00657,0.00657,0.001,0.001,0.001,0.001,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88388",5,41.923582,-83.34573,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,0.630063,0.280413,1.02,"2013-09-19 00:00",0.991,"2013-08-26 00:00",0.919,"2013-08-20 00:00",0.895,"2013-09-07 00:00","","","","",1.02,1.02,1.02,0.991,0.895,0.735,0.259,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88403",5,41.923582,-83.34573,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,2.649938,1.898206,6.29,"2013-09-19 00:00",6.1,"2013-08-20 00:00",4.34,"2013-09-07 00:00",4.21,"2013-08-26 00:00","","","","",6.29,6.29,6.29,6.1,4.21,2.41,0.347,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0006","88502",5,41.923582,-83.34573,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",16,64,16,25,0,0,"","","Certification not required",0,10,4.955939,20.8,"2013-08-20 00:00",16.3,"2013-09-19 00:00",16.2,"2013-08-26 00:00",15.2,"2013-09-07 00:00","","","","",20.8,20.8,20.8,16.3,15.2,10,4.4,"","2800 State Park Road","Michigan","Monroe","","Monroe, MI","2014-02-13" +"26","115","0951","11101",1,41.891667,-83.3375,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,57,61,0,2,"","","Certification not required",0,51.241379,30.215199,133,"2013-05-22 00:00",133,"2013-08-20 00:00",127,"2013-08-26 00:00",124,"2013-05-16 00:00","","","","",133,133,127,95,66,45,20,"","3500 E. FRONT STREET","Michigan","Monroe","Monroe","Monroe, MI","2014-01-27" +"26","115","0953","11101",1,41.886944,-83.364167,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,40.083333,20.179946,121,"2013-05-16 00:00",86,"2013-08-26 00:00",77,"2013-05-04 00:00",74,"2013-05-28 00:00","","","","",121,86,77,71,49,36,18,"","8450 DUNBAR ROAD","Michigan","Monroe","Monroe","Monroe, MI","2014-01-27" +"26","121","0039","44201",1,43.278061,-86.311083,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4173,99,181,183,0,219,0,0,"Certification not required",387,0.051669,0.014686,0.091,"2013-08-20 17:00",0.089,"2013-08-21 17:00",0.089,"2013-09-10 16:00",0.088,"2013-08-27 17:00","","","","",0.089,0.088,0.076,0.069,0.062,0.052,0.032,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-16" +"26","121","0039","44201",1,43.278061,-86.311083,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4374,99,181,183,0,0,0,0,"Certification not required",0,0.046315,0.013039,0.078,"2013-09-10 12:00",0.077,"2013-08-21 13:00",0.076,"2013-08-25 14:00",0.073,"2013-07-18 13:00","","","","",0.077,0.073,0.067,0.063,0.056,0.046,0.03,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-16" +"26","121","0039","44201",1,43.278061,-86.311083,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4374,99,181,183,0,0,3,3,"Certification not required",0,0.046315,0.013039,0.078,"2013-09-10 12:00",0.077,"2013-08-21 13:00",0.076,"2013-08-25 14:00",0.073,"2013-07-18 13:00","","","","",0.077,0.073,0.067,0.063,0.056,0.046,0.03,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-16" +"26","121","0039","61103",1,43.278061,-86.311083,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6544,75,273,365,0,8,"","","Certification not required",0,2.535055,2.07483,13.9,"2013-01-19 23:00",13.9,"2013-01-20 00:00",12.2,"2013-01-20 01:00",11.3,"2013-01-20 02:00","","","","",7.8,7.8,6.9,5.2,3.5,1.7,0,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-05" +"26","121","0039","61104",1,43.278061,-86.311083,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,194.25489,107.228366,360,"2013-01-01 01:00",360,"2013-05-26 00:00",360,"2013-08-04 05:00",360,"2013-08-23 00:00","","","","",356,353,345,331,295,199,39,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-05" +"26","121","0039","61106",1,43.278061,-86.311083,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,33.64349,12.275203,80,"2013-08-29 22:00",80,"2013-09-11 07:00",79,"2013-06-25 21:00",79,"2013-09-03 04:00","","","","",72,67,58,50,41,31,21,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-05" +"26","121","0039","62101",1,43.278061,-86.311083,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6544,75,273,365,0,8,"","","Certification not required",0,50.553331,19.671936,90,"2013-07-15 15:00",90,"2013-07-15 16:00",90,"2013-07-15 17:00",90,"2013-07-18 15:00","","","","",84,82,79,75,68,52,25,"","1340 GREEN CREEK ROAD","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-05" +"26","121","0040","68101",1,43.233061,-86.23858,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",66,99,66,67,0,6,"","","Certification not required",42,0.113636,0.10021,0.4,"2013-03-08 00:00",0.4,"2013-04-13 00:00",0.3,"2013-01-07 00:00",0.3,"2013-01-19 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68102",1,43.233061,-86.23858,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",66,99,66,67,0,6,"","","Certification not required",0,23.989394,0.074687,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68103",1,43.233061,-86.23858,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",66,99,66,67,0,6,"","","Certification not required",0,3.022727,10.577753,25.6,"2013-07-18 00:00",21.5,"2013-07-15 00:00",19.4,"2013-06-24 00:00",19.4,"2013-06-27 00:00","","","","",25.6,21.5,19.4,18.3,12.8,0.6,-9.3,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68104",1,43.233061,-86.23858,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",66,99,66,67,0,6,"","","Certification not required",0,12.551515,12.204353,33.7,"2013-07-18 00:00",33.5,"2013-07-15 00:00",31.7,"2013-05-19 00:00",29.7,"2013-06-30 00:00","","","","",33.7,33.5,29.7,28.3,26.1,9.7,-1.6,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68105",1,43.233061,-86.23858,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",66,99,66,67,0,6,"","","Certification not required",0,7.922727,11.076473,29.3,"2013-07-18 00:00",28.3,"2013-07-15 00:00",23.9,"2013-07-06 00:00",23.3,"2013-06-24 00:00","","","","",29.3,28.3,23.3,22.7,18.8,5,-5.1,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68106",1,43.233061,-86.23858,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",66,99,66,67,0,6,"","","Certification not required",0,743.742424,5.304021,755,"2013-03-08 00:00",753,"2013-05-25 00:00",753,"2013-07-15 00:00",752,"2013-03-29 00:00","","","","",755,753,752,750,747,744,736,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68107",1,43.233061,-86.23858,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",66,99,66,67,0,6,"","","Certification not required",0,751,4.716583,761,"2013-01-10 00:00",761,"2013-03-08 00:00",760,"2013-01-25 00:00",759,"2013-02-09 00:00","","","","",761,761,759,757,754,751,745,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","68108",1,43.233061,-86.23858,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",66,99,66,67,0,6,"","","Certification not required",0,747.681818,4.781886,758,"2013-03-08 00:00",756,"2013-01-10 00:00",756,"2013-05-25 00:00",755,"2013-02-09 00:00","","","","",758,756,755,754,751,748,741,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-04" +"26","121","0040","88101",1,43.233061,-86.23858,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,6,0,0,"Certification not required",0,8.459091,4.736957,20.1,"2013-07-06 00:00",18,"2013-07-15 00:00",17.2,"2013-06-12 00:00",16.9,"2013-07-03 00:00","","","","",20.1,18,16.9,15.7,11.7,8.2,2.8,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-09" +"26","121","0040","88101",1,43.233061,-86.23858,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,6,"","","Certification not required",0,8.459091,4.736957,20.1,"2013-07-06 00:00",18,"2013-07-15 00:00",17.2,"2013-06-12 00:00",16.9,"2013-07-03 00:00","","","","",20.1,18,16.9,15.7,11.7,8.2,2.8,"APPLE AVE, NORTH 375 FT; AMBROSIA ST, EAST 184 FT","199 E APPLE AVE","Michigan","Muskegon","Muskegon","Muskegon-Norton Shores, MI","2013-12-09" +"26","125","0001","44201",2,42.463063,-83.183199,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4109,99,182,183,0,283,0,0,"Certification not required",280,0.049462,0.01171,0.087,"2013-06-21 14:00",0.081,"2013-06-20 16:00",0.079,"2013-07-05 16:00",0.077,"2013-08-21 14:00","","","","",0.081,0.077,0.066,0.065,0.058,0.049,0.035,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-16" +"26","125","0001","44201",2,42.463063,-83.183199,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4345,99,182,183,0,0,0,0,"Certification not required",0,0.044121,0.010824,0.076,"2013-06-21 11:00",0.072,"2013-06-20 11:00",0.069,"2013-08-21 10:00",0.067,"2013-06-23 12:00","","","","",0.072,0.067,0.062,0.058,0.053,0.044,0.032,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-16" +"26","125","0001","44201",2,42.463063,-83.183199,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4345,99,182,183,0,0,1,1,"Certification not required",0,0.044121,0.010824,0.076,"2013-06-21 11:00",0.072,"2013-06-20 11:00",0.069,"2013-08-21 10:00",0.067,"2013-06-23 12:00","","","","",0.072,0.067,0.062,0.058,0.053,0.044,0.032,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-16" +"26","125","0001","61103",1,42.463063,-83.183199,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6530,75,272,365,0,22,"","","Certification not required",0,4.083338,2.541055,18.2,"2013-01-20 03:00",17.4,"2013-01-20 02:00",17.4,"2013-01-20 04:00",17.4,"2013-01-20 05:00","","","","",11.3,10.4,9.6,7.8,5.2,3.5,1.7,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-05" +"26","125","0001","61104",1,42.463063,-83.183199,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6530,75,272,365,0,22,"","","Certification not required",0,188.167841,100.172246,360,"2013-01-01 06:00",360,"2013-06-17 16:00",360,"2013-06-20 04:00",360,"2013-06-21 02:00","","","","",354,349,332,308,275,199,36,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-05" +"26","125","0001","61106",1,42.463063,-83.183199,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6530,75,272,365,0,22,"","","Certification not required",0,25.466309,10.77935,81,"2013-06-21 07:00",80,"2013-09-01 16:00",80,"2013-09-06 22:00",79,"2013-02-04 09:00","","","","",66,58,47,39,29,23,15,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-05" +"26","125","0001","62101",1,42.463063,-83.183199,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6530,75,272,365,0,22,"","","Certification not required",0,54.309648,20.289752,95,"2013-07-19 15:00",95,"2013-07-19 16:00",95,"2013-09-10 13:00",95,"2013-09-10 14:00","","","","",88,86,82,79,72,59,27,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-05" +"26","125","0001","64101",1,42.463063,-83.183199,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6530,75,272,365,0,22,"","","Certification not required",0,994.526187,6.602121,1015,"2013-04-21 07:00",1015,"2013-04-21 08:00",1015,"2013-04-21 09:00",1015,"2013-04-21 10:00","","","","",1009,1008,1005,1003,999,995,987,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-05" +"26","125","0001","68101",1,42.463063,-83.183199,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,100,45,61,0,11,"","","Certification not required",18,0.327778,0.183461,0.6,"2013-04-04 00:00",0.6,"2013-05-01 00:00",0.6,"2013-05-07 00:00",0.6,"2013-06-09 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68102",1,42.463063,-83.183199,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,11,"","","Certification not required",0,23.996667,0.031623,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-09 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68103",1,42.463063,-83.183199,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,11,"","","Certification not required",0,6.332222,10.228796,22.8,"2013-07-18 00:00",22.7,"2013-07-15 00:00",22.5,"2013-09-10 00:00",22.1,"2013-07-09 00:00","","","","",22.8,22.7,21,19.3,14,8.1,-7.8,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68104",1,42.463063,-83.183199,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,11,"","","Certification not required",0,17.681111,12.101833,35.6,"2013-09-10 00:00",35,"2013-07-18 00:00",34.8,"2013-07-15 00:00",33.3,"2013-08-29 00:00","","","","",35.6,35,32.8,32,28.3,21.5,1.1,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68105",1,42.463063,-83.183199,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,11,"","","Certification not required",0,11.911111,10.913083,28.8,"2013-07-18 00:00",28.4,"2013-09-10 00:00",26.7,"2013-07-15 00:00",26.3,"2013-06-24 00:00","","","","",28.8,28.4,26.2,24.1,21.2,14.4,-3.6,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68106",1,42.463063,-83.183199,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,11,"","","Certification not required",0,739.777778,5.034215,751,"2013-03-08 00:00",749,"2013-02-09 00:00",749,"2013-05-25 00:00",748,"2013-07-15 00:00","","","","",751,749,747,745,743,740,733,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68107",1,42.463063,-83.183199,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,11,"","","Certification not required",0,746.366667,4.361347,758,"2013-01-10 00:00",756,"2013-01-25 00:00",756,"2013-03-08 00:00",754,"2013-01-09 00:00","","","","",758,756,754,752,749,746,742,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","68108",1,42.463063,-83.183199,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,11,"","","Certification not required",0,743.344444,4.439762,754,"2013-01-10 00:00",754,"2013-03-08 00:00",752,"2013-02-09 00:00",751,"2013-05-25 00:00","","","","",754,754,750,749,746,743,738,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","88101",1,42.463063,-83.183199,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,11,0,0,"Certification not required",0,8.652222,4.89451,19.7,"2013-08-20 00:00",18.9,"2013-09-10 00:00",18.7,"2013-09-19 00:00",17.9,"2013-06-12 00:00","","","","",19.7,18.9,17.4,15.7,12,8.4,2.8,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0001","88101",1,42.463063,-83.183199,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,11,"","","Certification not required",0,8.652222,4.89451,19.7,"2013-08-20 00:00",18.9,"2013-09-10 00:00",18.7,"2013-09-19 00:00",17.9,"2013-06-12 00:00","","","","",19.7,18.9,17.4,15.7,12,8.4,2.8,"Oak Park","13701 OAK PARK BLVD.","Michigan","Oakland","Oak Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","125","0011","61103",1,42.635561,-83.319037,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6332,72,263,365,0,220,"","","Certification not required",0,2.749321,1.778373,12.2,"2013-01-20 02:00",11.3,"2013-01-20 01:00",11.3,"2013-01-20 03:00",10.4,"2013-01-20 04:00","","","","",7.8,6.9,6.1,5.2,3.5,2.6,0.9,"Pontiac","PONTIAC FIRE STATION #5, 787 WEST HURON","Michigan","Oakland","Pontiac","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0011","61104",1,42.635561,-83.319037,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6332,72,263,365,0,220,"","","Certification not required",0,210.380291,93.84234,360,"2013-03-23 09:00",360,"2013-04-21 00:00",360,"2013-05-25 16:00",360,"2013-06-07 10:00","","","","",355,351,341,327,284,233,65,"Pontiac","PONTIAC FIRE STATION #5, 787 WEST HURON","Michigan","Oakland","Pontiac","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0011","61106",1,42.635561,-83.319037,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6329,72,263,365,0,223,"","","Certification not required",0,32.988466,11.540659,81,"2013-06-22 00:00",80,"2013-05-31 04:00",77,"2013-05-31 03:00",77,"2013-09-30 22:00","","","","",65,61,55,50,40,30,22,"Pontiac","PONTIAC FIRE STATION #5, 787 WEST HURON","Michigan","Oakland","Pontiac","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0011","62101",1,42.635561,-83.319037,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6332,72,263,365,0,220,"","","Certification not required",0,51.533481,20.759021,93,"2013-07-17 13:00",93,"2013-07-17 14:00",93,"2013-07-18 13:00",93,"2013-07-18 14:00","","","","",88,84,81,77,70,55,23,"Pontiac","PONTIAC FIRE STATION #5, 787 WEST HURON","Michigan","Oakland","Pontiac","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0012","61103",1,42.679172,-83.130141,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6551,75,273,365,0,1,"","","Certification not required",0,3.971348,2.303332,13.9,"2013-01-20 02:00",13.9,"2013-01-20 03:00",13,"2013-01-20 01:00",13,"2013-04-19 13:00","","","","",10.4,9.6,7.8,6.9,5.2,3.5,0.9,"Rochester Hills","ROCHESTER FIRE STATION, 277 E 2ND STREET","Michigan","Oakland","Rochester","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0012","61104",1,42.679172,-83.130141,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6545,75,273,365,0,7,"","","Certification not required",0,197.275172,100.234062,360,"2013-02-21 13:00",360,"2013-05-07 05:00",360,"2013-05-09 12:00",360,"2013-06-14 05:00","","","","",355,351,340,324,280,216,37,"Rochester Hills","ROCHESTER FIRE STATION, 277 E 2ND STREET","Michigan","Oakland","Rochester","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0012","61106",1,42.679172,-83.130141,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6545,75,273,365,0,7,"","","Certification not required",0,26.886784,9.618622,81,"2013-08-12 02:00",79,"2013-05-04 23:00",79,"2013-05-29 23:00",79,"2013-07-25 10:00","","","","",59,55,48,41,30,24,18,"Rochester Hills","ROCHESTER FIRE STATION, 277 E 2ND STREET","Michigan","Oakland","Rochester","Detroit-Warren-Livonia, MI","2013-10-28" +"26","125","0012","62101",1,42.679172,-83.130141,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6545,75,273,365,0,7,"","","Certification not required",0,52.418793,20.439409,95,"2013-07-17 15:00",95,"2013-07-19 14:00",95,"2013-07-19 15:00",95,"2013-09-10 13:00","","","","",88,86,81,77,70,55,25,"Rochester Hills","ROCHESTER FIRE STATION, 277 E 2ND STREET","Michigan","Oakland","Rochester","Detroit-Warren-Livonia, MI","2013-10-28" +"26","139","0005","42401",1,42.894451,-85.852734,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6391,73,267,365,0,161,0,"","Certification not required",0,1.961423,2.83161,25.3,"2013-08-09 17:00",17,"2013-08-11 15:00",16.2,"2013-05-24 19:00",13.6,"2013-08-16 17:00","","","","",16.2,11.5,6.4,4.4,2.2,1.1,0.2,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-25" +"26","139","0005","42401",1,42.894451,-85.852734,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6391,73,267,365,0,161,"","","Certification not required",0,0.449711,0.964741,25.3,"2013-08-09 17:00",17,"2013-08-11 15:00",16.2,"2013-05-24 19:00",16.1,"2013-08-09 18:00","","","","",4.2,2.6,1.6,1.1,0.5,0.2,0,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-25" +"26","139","0005","42401",1,42.894451,-85.852734,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",267,73,267,365,0,0,0,"","Certification not required",0,0.450562,0.458042,3,"2013-08-09 00:00",2.8,"2013-09-04 00:00",2.6,"2013-08-15 00:00",2.3,"2013-06-05 00:00","","","","",2.6,1.6,1.3,1,0.6,0.3,0,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-25" +"26","139","0005","42401",1,42.894451,-85.852734,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2111,72,267,365,0,0,"",0,"Certification not required",0,0.421364,0.810326,11.4,"2013-08-09 17:00",10.2,"2013-05-24 20:00",9.9,"2013-08-15 17:00",9,"2013-09-04 11:00","","","","",3.4,2.5,1.6,1.1,0.5,0.2,0,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-25" +"26","139","0005","42401",3,42.894451,-85.852734,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",76514,73,273,365,0,2110,"","","Certification not required",0,0.850574,1.062947,50.3,"2013-08-09 17:10",41.7,"2013-08-09 17:05",31.7,"2013-08-11 15:25",30.2,"2013-08-11 15:35","","","","",4.6,3.1,2,1.5,1,0.6,0.3,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-25" +"26","139","0005","44201",1,42.894451,-85.852734,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4177,99,182,183,0,215,0,0,"Certification not required",177,0.051231,0.013365,0.089,"2013-09-10 16:00",0.088,"2013-07-18 18:00",0.088,"2013-08-27 16:00",0.087,"2013-08-26 18:00","","","","",0.088,0.087,0.074,0.069,0.059,0.051,0.034,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","44201",1,42.894451,-85.852734,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4371,99,182,183,0,0,0,0,"Certification not required",0,0.046187,0.012031,0.075,"2013-09-10 11:00",0.073,"2013-08-25 12:00",0.07,"2013-08-27 14:00",0.07,"2013-08-30 13:00","","","","",0.073,0.07,0.066,0.063,0.055,0.046,0.031,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","44201",1,42.894451,-85.852734,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4371,99,182,183,0,0,0,0,"Certification not required",0,0.046187,0.012031,0.075,"2013-09-10 11:00",0.073,"2013-08-25 12:00",0.07,"2013-08-27 14:00",0.07,"2013-08-30 13:00","","","","",0.073,0.07,0.066,0.063,0.055,0.046,0.031,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","61103",1,42.894451,-85.852734,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,3.588687,2.690685,17.4,"2013-01-19 23:00",16.5,"2013-04-19 11:00",16.5,"2013-04-19 12:00",16.5,"2013-04-19 13:00","","","","",12.2,10.4,8.7,6.9,5.2,2.6,0.9,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","61104",1,42.894451,-85.852734,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6541,75,273,365,0,11,"","","Certification not required",0,190.835652,101.027999,360,"2013-01-13 00:00",360,"2013-02-02 13:00",360,"2013-03-24 00:00",360,"2013-05-06 04:00","","","","",355,351,341,325,271,207,42,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","61106",1,42.894451,-85.852734,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6541,75,273,365,0,11,"","","Certification not required",0,25.332212,11.782218,79,"2013-02-24 21:00",78,"2013-05-08 22:00",78,"2013-05-22 03:00",78,"2013-06-12 00:00","","","","",67,62,51,41,29,22,14,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","62101",1,42.894451,-85.852734,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,51.473781,20.588508,91,"2013-07-15 13:00",91,"2013-07-15 14:00",91,"2013-07-15 15:00",91,"2013-07-15 16:00","","","","",86,84,81,77,70,55,23,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-11-21" +"26","139","0005","68101",1,42.894451,-85.852734,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",89,73,89,122,0,15,"","","Certification not required",51,0.167978,0.160122,0.5,"2013-01-16 00:00",0.5,"2013-01-28 00:00",0.5,"2013-03-17 00:00",0.5,"2013-03-23 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.05,0.05,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68102",1,42.894451,-85.852734,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,73,89,122,0,15,"","","Certification not required",0,23.949438,0.128915,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,23.9,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68103",1,42.894451,-85.852734,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,15,"","","Certification not required",0,5.044944,10.557839,23.8,"2013-09-10 00:00",23.2,"2013-07-18 00:00",21.1,"2013-07-15 00:00",20.2,"2013-08-26 00:00","","","","",23.8,23.2,19.9,18.3,13.7,6.6,-8.5,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68104",1,42.894451,-85.852734,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,15,"","","Certification not required",0,16.086517,12.429978,35.8,"2013-07-15 00:00",33.8,"2013-07-18 00:00",33,"2013-09-10 00:00",32.3,"2013-08-29 00:00","","","","",35.8,33.8,31.2,30.1,27.4,19.2,-1.3,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68105",1,42.894451,-85.852734,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,15,"","","Certification not required",0,10.51573,11.199187,29,"2013-07-18 00:00",28.2,"2013-07-15 00:00",28,"2013-09-10 00:00",24.5,"2013-06-24 00:00","","","","",29,28.2,24.5,23.5,20,12.6,-4.9,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68106",1,42.894451,-85.852734,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,15,"","","Certification not required",0,742.505618,4.712468,753,"2013-03-08 00:00",751,"2013-05-25 00:00",751,"2013-07-15 00:00",750,"2013-03-29 00:00","","","","",753,751,749,748,745,743,736,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68107",1,42.894451,-85.852734,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,15,"","","Certification not required",0,748.640449,4.362149,759,"2013-01-10 00:00",759,"2013-03-08 00:00",758,"2013-01-25 00:00",756,"2013-05-25 00:00","","","","",759,759,755,754,751,749,743,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","68108",1,42.894451,-85.852734,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,15,"","","Certification not required",0,745.865169,4.348958,756,"2013-03-08 00:00",755,"2013-01-10 00:00",754,"2013-05-25 00:00",753,"2013-02-21 00:00","","","","",756,755,753,751,748,746,740,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","88101",1,42.894451,-85.852734,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,15,0,0,"Certification not required",0,8.439326,4.633171,19,"2013-08-20 00:00",18.2,"2013-08-17 00:00",17.4,"2013-07-09 00:00",16.9,"2013-08-26 00:00","","","","",19,18.2,16.9,15.2,11.9,7.2,2.8,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","139","0005","88101",1,42.894451,-85.852734,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,15,"","","Certification not required",0,8.439326,4.633171,19,"2013-08-20 00:00",18.2,"2013-08-17 00:00",17.4,"2013-07-09 00:00",16.9,"2013-08-26 00:00","","","","",19,18.2,16.9,15.2,11.9,7.2,2.8,"Jenison","6981 28TH AVE. GEORGETOWN TWP.","Michigan","Ottawa","Jenison","Holland-Grand Haven, MI","2013-12-04" +"26","147","0005","42401",1,42.953336,-82.456229,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6301,72,272,365,0,251,2,"","Certification not required",0,12.3,14.518346,77.8,"2013-05-18 23:00",77.8,"2013-07-06 12:00",72.2,"2013-06-09 23:00",65.8,"2013-02-22 04:00","","","","",72.2,61.2,42.5,33,16.7,7.8,0.4,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","42401",1,42.953336,-82.456229,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6301,72,272,365,0,251,"","","Certification not required",0,2.633106,5.928645,77.8,"2013-05-18 23:00",77.8,"2013-07-06 12:00",74.4,"2013-05-18 22:00",72.2,"2013-06-09 23:00","","","","",30.8,22,12.1,6.7,2.2,0.6,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","42401",1,42.953336,-82.456229,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,2.642279,3.164554,20.4,"2013-05-18 00:00",16.6,"2013-05-20 00:00",14.6,"2013-02-22 00:00",14.1,"2013-07-06 00:00","","","","",14.6,12.5,9,6.6,3.6,1.7,0.2,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","42401",1,42.953336,-82.456229,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1936,66,271,365,0,0,"",0,"Certification not required",0,2.661932,5.293355,65.1,"2013-05-18 23:00",57.7,"2013-07-06 14:00",50.6,"2013-06-09 23:00",49.4,"2013-02-22 05:00","","","","",27.2,20.6,11.5,7.2,2.7,0.7,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","42401",3,42.953336,-82.456229,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",75530,72,272,365,0,3094,"","","Certification not required",0,3.278259,6.585509,118.9,"2013-06-12 09:30",112,"2013-06-12 09:25",112,"2013-06-20 09:40",110,"2013-09-06 12:45","","","","",34.5,24.4,13,7.1,2.8,1.6,0.1,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","44201",1,42.953336,-82.456229,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4216,99,182,183,0,176,0,0,"Certification not required",183,0.047516,0.013747,0.088,"2013-08-21 13:00",0.085,"2013-08-19 17:00",0.084,"2013-07-18 15:00",0.083,"2013-06-21 15:00","","","","",0.085,0.083,0.074,0.065,0.055,0.046,0.031,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-16" +"26","147","0005","44201",1,42.953336,-82.456229,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,99,182,183,0,0,0,0,"Certification not required",0,0.04211,0.012068,0.075,"2013-06-21 11:00",0.073,"2013-08-21 11:00",0.072,"2013-08-19 11:00",0.071,"2013-06-23 12:00","","","","",0.073,0.071,0.065,0.059,0.049,0.041,0.028,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-16" +"26","147","0005","44201",1,42.953336,-82.456229,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4380,99,182,183,0,0,0,0,"Certification not required",0,0.04211,0.012068,0.075,"2013-06-21 11:00",0.073,"2013-08-21 11:00",0.072,"2013-08-19 11:00",0.071,"2013-06-23 12:00","","","","",0.073,0.071,0.065,0.059,0.049,0.041,0.028,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-16" +"26","147","0005","61103",1,42.953336,-82.456229,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6032,69,244,365,0,520,"","","Certification not required",0,5.081863,2.703013,16.5,"2013-04-18 13:00",15.6,"2013-04-19 14:00",14.8,"2013-01-09 15:00",14.8,"2013-01-18 16:00","","","","",13,11.3,10.4,8.7,6.9,5.2,1.7,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","61104",1,42.953336,-82.456229,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6032,69,244,365,0,520,"","","Certification not required",0,195.583389,101.696676,360,"2013-03-01 14:00",360,"2013-05-08 02:00",360,"2013-05-23 11:00",360,"2013-05-23 15:00","","","","",357,353,339,321,276,209,29,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","61106",1,42.953336,-82.456229,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6032,69,244,365,0,520,"","","Certification not required",0,20.033654,8.903936,78,"2013-01-30 09:00",76,"2013-05-09 00:00",75,"2013-08-07 19:00",74,"2013-05-09 22:00","","","","",56,48,38,30,23,18,12,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","62101",1,42.953336,-82.456229,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6032,69,244,365,0,520,"","","Certification not required",0,51.987235,19.766721,97,"2013-09-10 14:00",97,"2013-09-10 15:00",95,"2013-07-19 14:00",95,"2013-07-19 15:00","","","","",86,84,81,77,68,55,25,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","64101",1,42.953336,-82.456229,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",2484,38,99,275,0,1908,"","","Certification not required",0,991.697262,5.175702,1005,"2013-09-17 05:00",1005,"2013-09-17 06:00",1005,"2013-09-17 07:00",1005,"2013-09-17 08:00","","","","",1003,1001,1000,999,995,992,985,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","68101",1,42.953336,-82.456229,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",91,100,45,61,0,12,"","","Certification not required",7,0.293956,0.118985,0.5,"2013-05-19 00:00",0.5,"2013-07-06 00:00",0.5,"2013-08-05 00:00",0.5,"2013-08-20 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.3,0.1,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68102",1,42.953336,-82.456229,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",91,100,45,61,0,12,"","","Certification not required",0,23.881319,0.135738,23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00",23.9,"2013-01-10 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68103",1,42.953336,-82.456229,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,12,"","","Certification not required",0,4.738462,10.435045,22.7,"2013-07-18 00:00",21.3,"2013-09-10 00:00",21.2,"2013-08-26 00:00",21.1,"2013-07-09 00:00","","","","",22.7,21.3,20.3,18.5,12.9,6.9,-8.2,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68103",5,42.953336,-82.456229,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,5.6,9.321824,22,"2013-08-26 00:00",18.6,"2013-05-22 00:00",17.4,"2013-07-09 00:00",16.8,"2013-06-27 00:00","","","","",22,18.6,17.4,16.5,13.3,7.8,-6.5,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","68104",1,42.953336,-82.456229,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,12,"","","Certification not required",0,16.189011,11.958098,36.8,"2013-09-10 00:00",34.9,"2013-07-18 00:00",33.5,"2013-07-15 00:00",32.4,"2013-06-24 00:00","","","","",36.8,34.9,31.1,30.6,26.7,17.7,0.6,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68104",5,42.953336,-82.456229,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.580769,10.985463,32.1,"2013-08-20 00:00",30.3,"2013-08-26 00:00",30.2,"2013-07-15 00:00",28.8,"2013-07-03 00:00","","","","",32.1,30.3,30.2,28.3,26.8,18.3,1.5,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","68105",1,42.953336,-82.456229,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,12,"","","Certification not required",0,10.512088,11.009267,28.8,"2013-07-18 00:00",28.4,"2013-09-10 00:00",26.4,"2013-06-24 00:00",26.4,"2013-07-15 00:00","","","","",28.8,28.4,25.6,23.2,19.6,12.2,-4.3,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68105",5,42.953336,-82.456229,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.223077,9.916032,25,"2013-08-26 00:00",23.2,"2013-08-20 00:00",22.8,"2013-07-21 00:00",22.4,"2013-05-22 00:00","","","","",25,23.2,22.8,21.8,20.2,13.9,-1.9,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","68106",1,42.953336,-82.456229,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,12,"","","Certification not required",0,743.824176,5.307423,755,"2013-03-08 00:00",754,"2013-05-25 00:00",753,"2013-02-09 00:00",752,"2013-01-10 00:00","","","","",755,754,752,750,747,744,737,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68106",5,42.953336,-82.456229,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,739.25,5.426424,750,"2013-02-09 00:00",748,"2013-01-10 00:00",748,"2013-02-21 00:00",748,"2013-07-15 00:00","","","","",750,748,748,747,743,739,733,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","68107",1,42.953336,-82.456229,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,12,"","","Certification not required",0,749.857143,4.500794,761,"2013-01-10 00:00",759,"2013-01-25 00:00",759,"2013-03-08 00:00",759,"2013-04-22 00:00","","","","",761,759,758,756,752,750,745,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68107",5,42.953336,-82.456229,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,745.461538,4.667205,757,"2013-01-10 00:00",756,"2013-04-22 00:00",753,"2013-02-09 00:00",753,"2013-02-21 00:00","","","","",757,756,753,751,749,745,740,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","68108",1,42.953336,-82.456229,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,12,"","","Certification not required",0,746.978022,4.567951,758,"2013-01-10 00:00",757,"2013-03-08 00:00",755,"2013-02-09 00:00",755,"2013-04-22 00:00","","","","",758,757,755,753,750,747,742,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","68108",5,42.953336,-82.456229,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.846154,4.987768,753,"2013-01-10 00:00",752,"2013-02-09 00:00",750,"2013-02-21 00:00",750,"2013-04-22 00:00","","","","",753,752,750,748,745,742,736,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88101",1,42.953336,-82.456229,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,12,0,0,"Certification not required",0,8.663736,5.002033,26.5,"2013-09-19 00:00",19.1,"2013-09-10 00:00",18.9,"2013-06-24 00:00",18.7,"2013-08-20 00:00","","","","",26.5,19.1,18.2,14.9,11.9,8.1,2.6,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","88101",1,42.953336,-82.456229,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,12,"","","Certification not required",0,8.663736,5.002033,26.5,"2013-09-19 00:00",19.1,"2013-09-10 00:00",18.9,"2013-06-24 00:00",18.7,"2013-08-20 00:00","","","","",26.5,19.1,18.2,14.9,11.9,8.1,2.6,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-04" +"26","147","0005","88102",5,42.953336,-82.456229,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.019538,0.007052,0.057,"2013-08-08 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-27 00:00",0.026,"2013-03-05 00:00","","","","",0.057,0.026,0.026,0.026,0.021,0.0195,0.014,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88103",5,42.953336,-82.456229,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000615,0.000911,0.003,"2013-04-04 00:00",0.003,"2013-06-09 00:00",0.003,"2013-09-19 00:00",0.003,"2013-09-25 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88104",5,42.953336,-82.456229,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.027558,0.046346,0.312,"2013-03-17 00:00",0.136,"2013-06-27 00:00",0.079,"2013-09-19 00:00",0.061,"2013-07-03 00:00","","","","",0.312,0.136,0.079,0.046,0.032,0.0125,0.0065,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88107",5,42.953336,-82.456229,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006844,0.006624,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88109",5,42.953336,-82.456229,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.005643,0.005824,0.0344,"2013-09-19 00:00",0.024,"2013-10-31 00:00",0.0161,"2013-04-04 00:00",0.012,"2013-04-22 00:00","","","","",0.0344,0.024,0.0161,0.01,0.0068,0.0042,0.00115,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88110",5,42.953336,-82.456229,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00125,0.003015,0.014,"2013-01-04 00:00",0.009,"2013-09-07 00:00",0.008,"2013-02-09 00:00",0.008,"2013-10-01 00:00","","","","",0.014,0.009,0.008,0.006,0,0,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88111",5,42.953336,-82.456229,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.046664,0.039469,0.161,"2013-07-03 00:00",0.138,"2013-08-02 00:00",0.124,"2013-06-21 00:00",0.121,"2013-08-14 00:00","","","","",0.161,0.138,0.124,0.115,0.0674,0.0336,0.00375,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88112",5,42.953336,-82.456229,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004596,0.01122,0.055,"2013-06-21 00:00",0.046,"2013-10-01 00:00",0.037,"2013-10-07 00:00",0.028,"2013-09-25 00:00","","","","",0.055,0.046,0.037,0.005,0.003,0.002,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88113",5,42.953336,-82.456229,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000688,0.000151,0.0014,"2013-11-06 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.0014,0.001,0.001,0.00075,0.0007,0.0007,0.00055,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88114",5,42.953336,-82.456229,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.001402,0.00076,0.0033,"2013-05-22 00:00",0.0032,"2013-10-01 00:00",0.003,"2013-01-28 00:00",0.003,"2013-10-13 00:00","","","","",0.0033,0.0032,0.003,0.0026,0.0019,0.00125,0.00065,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88115",5,42.953336,-82.456229,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",23,0.010911,0.013401,0.0915,"2013-05-10 00:00",0.0376,"2013-02-27 00:00",0.027,"2013-01-28 00:00",0.0236,"2013-10-01 00:00","","","","",0.0915,0.0376,0.027,0.0196,0.0125,0.0083,0.00385,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88117",5,42.953336,-82.456229,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006924,0.010576,0.0435,"2013-10-13 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00","","","","",0.0435,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88118",5,42.953336,-82.456229,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.009513,0.006501,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88126",5,42.953336,-82.456229,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.049156,0.037785,0.234,"2013-06-21 00:00",0.133,"2013-06-27 00:00",0.107,"2013-09-19 00:00",0.104,"2013-09-07 00:00","","","","",0.234,0.133,0.107,0.0765,0.061,0.0481,0.0109,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88128",5,42.953336,-82.456229,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001635,0.002205,0.009,"2013-09-07 00:00",0.008,"2013-06-15 00:00",0.006,"2013-02-03 00:00",0.006,"2013-10-13 00:00","","","","",0.009,0.008,0.006,0.004,0.003,0.001,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88131",5,42.953336,-82.456229,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009731,0.003302,0.0165,"2013-02-03 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-05-22 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88132",5,42.953336,-82.456229,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001192,0.001482,0.008,"2013-06-21 00:00",0.004,"2013-09-19 00:00",0.003,"2013-02-27 00:00",0.003,"2013-04-16 00:00","","","","",0.008,0.004,0.003,0.003,0.002,0.001,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88136",5,42.953336,-82.456229,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000885,0.001778,0.01,"2013-06-21 00:00",0.006,"2013-11-06 00:00",0.005,"2013-09-19 00:00",0.003,"2013-07-27 00:00","","","","",0.01,0.006,0.005,0.002,0.001,0,0,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88140",5,42.953336,-82.456229,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.00824,0.005129,0.032,"2013-01-22 00:00",0.025,"2013-03-17 00:00",0.0229,"2013-03-05 00:00",0.0131,"2013-05-22 00:00","","","","",0.032,0.025,0.0229,0.011,0.009,0.006,0.00475,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88152",5,42.953336,-82.456229,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.007296,0.008013,0.046,"2013-09-07 00:00",0.044,"2013-10-01 00:00",0.02,"2013-07-09 00:00",0.008,"2013-02-09 00:00","","","","",0.046,0.044,0.02,0.008,0.008,0.005,0.0045,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88154",5,42.953336,-82.456229,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.001245,0.000595,0.0032,"2013-05-28 00:00",0.0031,"2013-02-27 00:00",0.0028,"2013-06-21 00:00",0.0027,"2013-11-06 00:00","","","","",0.0032,0.0031,0.0028,0.0015,0.0013,0.00125,0.00065,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88160",5,42.953336,-82.456229,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.012596,0.003603,0.0185,"2013-07-27 00:00",0.0185,"2013-08-02 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-27 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88161",5,42.953336,-82.456229,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.002773,0.001628,0.012,"2013-06-27 00:00",0.0078,"2013-06-21 00:00",0.005,"2013-09-19 00:00",0.0048,"2013-08-14 00:00","","","","",0.012,0.0078,0.005,0.00265,0.00265,0.0025,0.0021,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88164",5,42.953336,-82.456229,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.002288,0.00191,0.0092,"2013-06-21 00:00",0.0091,"2013-09-19 00:00",0.0089,"2013-11-06 00:00",0.005,"2013-03-11 00:00","","","","",0.0092,0.0091,0.0089,0.004,0.0019,0.0016,0.0015,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88165",5,42.953336,-82.456229,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.064203,0.059139,0.344,"2013-06-27 00:00",0.165,"2013-06-21 00:00",0.153,"2013-09-07 00:00",0.139,"2013-07-09 00:00","","","","",0.344,0.165,0.153,0.138,0.097,0.0419,0.0124,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88166",5,42.953336,-82.456229,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00804,0.004717,0.019,"2013-07-27 00:00",0.019,"2013-08-02 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-27 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88167",5,42.953336,-82.456229,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.011425,0.008164,0.039,"2013-01-16 00:00",0.0315,"2013-07-09 00:00",0.0314,"2013-09-25 00:00",0.0245,"2013-10-31 00:00","","","","",0.039,0.0315,0.0314,0.0204,0.0166,0.0091,0.0024,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88168",5,42.953336,-82.456229,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001447,0.0018,0.014,"2013-10-25 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-27 00:00",0.00175,"2013-03-05 00:00","","","","",0.014,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88169",5,42.953336,-82.456229,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.806871,0.690037,4.04,"2013-09-19 00:00",2.21,"2013-08-20 00:00",1.85,"2013-08-26 00:00",1.78,"2013-07-15 00:00","","","","",4.04,2.21,1.85,1.45,1.17,0.575,0.185,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88176",5,42.953336,-82.456229,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000969,0.000214,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-05 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88180",5,42.953336,-82.456229,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.049212,0.029402,0.145,"2013-06-15 00:00",0.144,"2013-07-03 00:00",0.091,"2013-06-27 00:00",0.0886,"2013-07-09 00:00","","","","",0.145,0.144,0.091,0.086,0.0622,0.045,0.0172,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88184",5,42.953336,-82.456229,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.029683,0.024831,0.138,"2013-03-05 00:00",0.109,"2013-01-22 00:00",0.084,"2013-06-15 00:00",0.072,"2013-09-25 00:00","","","","",0.138,0.109,0.084,0.058,0.027,0.02,0.0155,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88185",5,42.953336,-82.456229,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003461,0.00359,0.0115,"2013-02-03 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-05-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88301",5,42.953336,-82.456229,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.810442,0.775294,4.81,"2013-09-19 00:00",1.95,"2013-08-20 00:00",1.69,"2013-01-28 00:00",1.59,"2013-01-04 00:00","","","","",4.81,1.95,1.69,1.49,1.22,0.702,0.063,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88302",5,42.953336,-82.456229,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.055336,0.034585,0.194,"2013-01-22 00:00",0.131,"2013-09-01 00:00",0.125,"2013-09-19 00:00",0.115,"2013-03-05 00:00","","","","",0.194,0.131,0.125,0.1,0.07,0.047,0.026,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88303",5,42.953336,-82.456229,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",18,0.033675,0.025952,0.135,"2013-06-15 00:00",0.086,"2013-07-09 00:00",0.077,"2013-07-03 00:00",0.075,"2013-06-09 00:00","","","","",0.135,0.086,0.077,0.064,0.047,0.033,0.007,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88306",5,42.953336,-82.456229,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.107462,1.001386,4.51,"2013-01-16 00:00",4.01,"2013-01-04 00:00",3.26,"2013-09-19 00:00",3.13,"2013-01-10 00:00","","","","",4.51,4.01,3.26,2.72,1.39,0.855,0.161,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88355",5,42.953336,-82.456229,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.340269,1.16989,6.02,"2013-06-15 00:00",5.99,"2013-07-03 00:00",4.23,"2013-08-20 00:00",4,"2013-08-26 00:00","","","","",6.02,5.99,4.23,3.74,2.87,2.18,1.14,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88357",5,42.953336,-82.456229,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.216615,0.112637,0.571,"2013-06-15 00:00",0.477,"2013-01-10 00:00",0.448,"2013-09-25 00:00",0.424,"2013-01-16 00:00","","","","",0.571,0.477,0.448,0.339,0.268,0.204,0.104,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88370",5,42.953336,-82.456229,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.09325,1.036774,5.54,"2013-07-03 00:00",5.53,"2013-06-15 00:00",3.55,"2013-08-20 00:00",3.5,"2013-08-26 00:00","","","","",5.54,5.53,3.55,3.22,2.61,1.91,1.03,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88374",5,42.953336,-82.456229,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.176385,0.136214,0.615,"2013-08-20 00:00",0.571,"2013-06-15 00:00",0.466,"2013-02-27 00:00",0.454,"2013-08-26 00:00","","","","",0.615,0.571,0.466,0.387,0.213,0.133,0.052,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88375",5,42.953336,-82.456229,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.569192,0.278304,1.36,"2013-06-15 00:00",1.21,"2013-07-03 00:00",1.07,"2013-06-21 00:00",1.03,"2013-08-26 00:00","","","","",1.36,1.21,1.07,0.935,0.734,0.501,0.231,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88376",5,42.953336,-82.456229,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.552154,0.296742,1.86,"2013-07-03 00:00",1.58,"2013-06-15 00:00",1.01,"2013-03-11 00:00",0.776,"2013-02-03 00:00","","","","",1.86,1.58,1.01,0.745,0.675,0.526,0.278,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88377",5,42.953336,-82.456229,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.38875,0.228941,1.08,"2013-07-03 00:00",0.98,"2013-06-15 00:00",0.922,"2013-06-21 00:00",0.759,"2013-03-11 00:00","","","","",1.08,0.98,0.922,0.698,0.496,0.352,0.148,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88378",5,42.953336,-82.456229,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.406788,0.225038,1.04,"2013-06-15 00:00",0.941,"2013-07-03 00:00",0.856,"2013-09-07 00:00",0.803,"2013-08-26 00:00","","","","",1.04,0.941,0.856,0.7,0.527,0.377,0.169,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88380",5,42.953336,-82.456229,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.463308,0.246984,1.06,"2013-06-15 00:00",0.973,"2013-08-20 00:00",0.848,"2013-09-07 00:00",0.837,"2013-06-21 00:00","","","","",1.06,0.973,0.848,0.786,0.674,0.459,0.166,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88383",5,42.953336,-82.456229,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.797715,0.422091,2.03,"2013-06-15 00:00",1.67,"2013-07-03 00:00",1.53,"2013-08-20 00:00",1.52,"2013-09-07 00:00","","","","",2.03,1.67,1.53,1.31,1.09,0.769,0.286,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88384",5,42.953336,-82.456229,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.07159,0.063382,0.408,"2013-10-01 00:00",0.218,"2013-08-02 00:00",0.18,"2013-09-07 00:00",0.179,"2013-10-25 00:00","","","","",0.408,0.218,0.18,0.12,0.086,0.0521,0.0332,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88385",5,42.953336,-82.456229,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.00175,0.003557,0.0257,"2013-10-01 00:00",0.00714,"2013-10-25 00:00",0.00543,"2013-09-07 00:00",0.00299,"2013-01-16 00:00","","","","",0.0257,0.00714,0.00543,0.001,0.001,0.001,0.001,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88388",5,42.953336,-82.456229,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.653654,0.367151,1.53,"2013-06-15 00:00",1.41,"2013-09-07 00:00",1.39,"2013-07-03 00:00",1.3,"2013-08-26 00:00","","","","",1.53,1.41,1.39,1.22,0.871,0.598,0.228,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88403",5,42.953336,-82.456229,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.096404,1.884969,11,"2013-09-19 00:00",5.92,"2013-08-20 00:00",4.81,"2013-06-21 00:00",4.46,"2013-07-15 00:00","","","","",11,5.92,4.81,4.32,3.12,1.49,0.42,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0005","88501",3,42.953336,-82.456229,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6508,74,273,365,0,44,"","","Certification not required",0,9.132606,5.658573,55,"2013-09-19 10:00",43,"2013-09-19 09:00",36,"2013-01-27 08:00",36,"2013-07-04 21:00","","","","",27,24,20,17,12,8,3,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","88501",3,42.953336,-82.456229,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,9.09011,4.229798,25.4,"2013-09-19 00:00",22.9,"2013-08-21 00:00",21.3,"2013-08-19 00:00",20.5,"2013-06-22 00:00","","","","",21.3,19.9,17.9,15.2,11.1,8.4,4.7,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-05" +"26","147","0005","88502",5,42.953336,-82.456229,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.638462,8.04634,53.7,"2013-09-07 00:00",29,"2013-09-19 00:00",20,"2013-08-20 00:00",19.6,"2013-07-03 00:00","","","","",53.7,29,20,17.1,12.7,9.9,3.9,"Port Huron","2525 DOVE RD","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0031","12103",1,42.982093,-82.45008,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.001532,0.002399,0.01396,"2013-10-13 00:00",0.01012,"2013-06-09 00:00",0.00919,"2013-06-15 00:00",0.00412,"2013-09-07 00:00","","","","",0.01396,0.01012,0.00919,0.00303,0.00158,0.00088,0.00037,"","324 RURAL ST","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0031","12110",1,42.982093,-82.45008,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.000799,0.00186,0.01041,"2013-10-31 00:00",0.00997,"2013-11-06 00:00",0.00299,"2013-07-03 00:00",0.00232,"2013-12-18 00:00","","","","",0.01041,0.00997,0.00299,0.00175,0.00088,0.00025,6e-05,"","324 RURAL ST","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0031","12132",1,42.982093,-82.45008,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.008692,0.005544,0.02555,"2013-06-21 00:00",0.02501,"2013-04-04 00:00",0.02468,"2013-09-19 00:00",0.02179,"2013-05-22 00:00","","","","",0.02555,0.02501,0.02468,0.01697,0.01027,0.00756,0.00392,"","324 RURAL ST","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0031","12136",1,42.982093,-82.45008,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.001404,0.000992,0.00468,"2013-09-19 00:00",0.00416,"2013-11-06 00:00",0.00385,"2013-11-30 00:00",0.00377,"2013-06-21 00:00","","","","",0.00468,0.00416,0.00385,0.00284,0.0017,0.00106,0.00053,"","324 RURAL ST","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2014-02-13" +"26","147","0031","14129",1,42.982093,-82.45008,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,0.020512,0.028908,0.145,"2013-09-19 00:00",0.1,"2013-06-21 00:00",0.059,"2013-04-04 00:00",0.058,"2013-05-22 00:00","","","","",0.145,0.145,0.059,0.052,0.031,0.008,0.002,"","324 RURAL ST","Michigan","St. Clair","Port Huron","Detroit-Warren-Livonia, MI","2013-12-03" +"26","153","0001","44201",1,46.288877,-85.950227,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4177,99,182,183,0,215,0,0,"Certification not required",18,0.046335,0.012575,0.085,"2013-08-20 22:00",0.08,"2013-07-13 15:00",0.076,"2013-05-30 15:00",0.076,"2013-08-21 01:00","","","","",0.08,0.076,0.069,0.063,0.054,0.046,0.031,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-16" +"26","153","0001","44201",1,46.288877,-85.950227,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4364,99,181,183,0,0,0,0,"Certification not required",0,0.042475,0.011654,0.078,"2013-08-20 18:00",0.073,"2013-07-13 13:00",0.071,"2013-04-28 10:00",0.067,"2013-05-31 17:00","","","","",0.073,0.067,0.064,0.059,0.05,0.042,0.028,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-16" +"26","153","0001","44201",1,46.288877,-85.950227,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4364,99,181,183,0,0,1,1,"Certification not required",0,0.042475,0.011654,0.078,"2013-08-20 18:00",0.073,"2013-07-13 13:00",0.071,"2013-04-28 10:00",0.067,"2013-05-31 17:00","","","","",0.073,0.067,0.064,0.059,0.05,0.042,0.028,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-16" +"26","153","0001","61103",1,46.288877,-85.950227,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6284,72,258,365,0,268,"","","Certification not required",0,5.723775,3.632315,27.8,"2013-01-07 13:00",26.9,"2013-01-07 12:00",25.2,"2013-01-07 11:00",24.3,"2013-01-07 10:00","","","","",15.6,14.8,12.2,11.3,7.8,5.2,1.7,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","61104",1,46.288877,-85.950227,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6284,72,258,365,0,268,"","","Certification not required",0,208.243316,104.589356,360,"2013-01-30 12:00",360,"2013-01-30 13:00",360,"2013-02-14 08:00",360,"2013-02-28 04:00","","","","",358,356,350,339,312,205,42,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","61106",1,46.288877,-85.950227,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6284,72,258,365,0,268,"","","Certification not required",0,19.517187,10.969342,79,"2013-05-25 14:00",79,"2013-06-27 07:00",76,"2013-08-10 20:00",75,"2013-06-04 03:00","","","","",62,55,42,34,22,16,10,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","62101",1,46.288877,-85.950227,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6284,72,258,365,0,268,"","","Certification not required",0,44.512253,20.920805,90,"2013-07-17 13:00",88,"2013-07-17 12:00",86,"2013-07-16 11:00",86,"2013-07-16 12:00","","","","",81,79,75,70,63,46,18,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","62201",1,46.288877,-85.950227,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6284,72,258,365,0,268,"","","Certification not required",0,77.389402,16.683009,100,"2013-01-11 18:00",100,"2013-01-11 19:00",100,"2013-01-11 22:00",100,"2013-01-11 23:00","","","","",100,100,99,97,90,81,54,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","63301",1,46.288877,-85.950227,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6284,72,258,365,0,268,"","","Certification not required",2946,0.243243,0.352753,1.42,"2013-06-07 12:00",1.39,"2013-06-14 12:00",1.38,"2013-05-23 12:00",1.38,"2013-06-03 12:00","","","","",1.29,1.21,1.05,0.85,0.39,0.02,0.005,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","64101",1,46.288877,-85.950227,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6284,72,258,365,0,268,"","","Certification not required",0,989.883355,7.015631,1011,"2013-01-24 10:00",1009,"2013-01-24 09:00",1009,"2013-01-24 11:00",1009,"2013-01-24 12:00","","","","",1005,1003,1000,997,995,991,981,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","85101",1,46.288877,-85.950227,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,3.906394,3.300266,18.1415,"2013-05-19 00:00",11.464,"2013-04-28 00:00",10.524,"2013-04-22 00:00",9.4583,"2013-01-16 00:00","","","","",18.1415,18.1415,10.524,8.648,5.7488,2.554,1.191,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","86502",1,46.288877,-85.950227,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.833333,1.561959,8,"2013-05-19 00:00",4,"2013-01-16 00:00",4,"2013-04-22 00:00",3,"2013-04-04 00:00","","","","",8,8,4,3,1,0,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88103",1,46.288877,-85.950227,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,4.2e-05,0.000202,0.001,"2013-05-19 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88104",1,46.288877,-85.950227,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.010049,0.010782,0.056,"2013-04-28 00:00",0.04,"2013-05-19 00:00",0.033,"2013-05-31 00:00",0.0291,"2013-04-25 00:00","","","","",0.056,0.056,0.033,0.0271,0.012,0.007,0.0016,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88109",1,46.288877,-85.950227,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.00161,0.00144,0.0072,"2013-01-22 00:00",0.0057,"2013-01-28 00:00",0.0054,"2013-04-22 00:00",0.004,"2013-05-19 00:00","","","","",0.0072,0.0072,0.0054,0.0039,0.002,0.0012,0.0005,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88111",1,46.288877,-85.950227,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.012832,0.011632,0.0528,"2013-04-28 00:00",0.0507,"2013-05-19 00:00",0.0406,"2013-01-16 00:00",0.0336,"2013-04-04 00:00","","","","",0.0528,0.0528,0.0406,0.0294,0.0144,0.0095,0.0029,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88112",1,46.288877,-85.950227,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,6.3e-05,0.000245,0.001,"2013-01-28 00:00",0.001,"2013-04-22 00:00",0.001,"2013-04-28 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88114",1,46.288877,-85.950227,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",26,0.000263,0.000234,0.001,"2013-04-28 00:00",0.0009,"2013-01-07 00:00",0.0009,"2013-05-19 00:00",0.0007,"2013-02-18 00:00","","","","",0.001,0.001,0.0009,0.0007,0.0003,0.00015,0.0001,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88115",1,46.288877,-85.950227,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",28,0.009185,0.035884,0.2033,"2013-03-26 00:00",0.1158,"2013-01-22 00:00",0.099,"2013-03-05 00:00",0.0025,"2013-05-19 00:00","","","","",0.2033,0.2033,0.099,0.0021,0.001,0.00015,0.00015,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88126",1,46.288877,-85.950227,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.011058,0.011603,0.0615,"2013-04-28 00:00",0.0393,"2013-04-22 00:00",0.039,"2013-05-19 00:00",0.0326,"2013-05-31 00:00","","","","",0.0615,0.0615,0.039,0.0259,0.0122,0.0069,0.0024,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88128",1,46.288877,-85.950227,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000813,0.000938,0.004,"2013-04-22 00:00",0.004,"2013-04-28 00:00",0.003,"2013-05-19 00:00",0.002,"2013-02-18 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88132",1,46.288877,-85.950227,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000458,0.000544,0.002,"2013-04-28 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88136",1,46.288877,-85.950227,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88140",1,46.288877,-85.950227,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.006222,0.009182,0.049,"2013-01-22 00:00",0.0307,"2013-01-13 00:00",0.021,"2013-03-26 00:00",0.0173,"2013-05-19 00:00","","","","",0.049,0.049,0.021,0.016,0.008,0.002,0.001,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88152",1,46.288877,-85.950227,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.001035,0.001174,0.0051,"2013-04-28 00:00",0.0039,"2013-01-04 00:00",0.003,"2013-03-14 00:00",0.0029,"2013-04-22 00:00","","","","",0.0051,0.0051,0.003,0.0029,0.0016,0.0003,0.00015,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88154",1,46.288877,-85.950227,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",28,0.000233,0.000231,0.0012,"2013-04-22 00:00",0.0009,"2013-04-28 00:00",0.0007,"2013-05-19 00:00",0.0006,"2013-02-18 00:00","","","","",0.0012,0.0012,0.0007,0.0005,0.0003,0.0001,0.0001,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88161",1,46.288877,-85.950227,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",18,0.000708,0.000935,0.0054,"2013-04-28 00:00",0.0032,"2013-05-19 00:00",0.0023,"2013-04-22 00:00",0.0022,"2013-04-25 00:00","","","","",0.0054,0.0054,0.0023,0.0018,0.0008,0.0004,0.0002,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88164",1,46.288877,-85.950227,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",27,0.00013,0.000149,0.0007,"2013-04-28 00:00",0.0007,"2013-05-19 00:00",0.0004,"2013-04-22 00:00",0.0003,"2013-01-28 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.0002,5e-05,5e-05,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88165",1,46.288877,-85.950227,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.024021,0.029589,0.1678,"2013-04-28 00:00",0.089,"2013-05-19 00:00",0.0773,"2013-04-25 00:00",0.0771,"2013-04-22 00:00","","","","",0.1678,0.1678,0.0773,0.066,0.0244,0.016,0.0027,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88167",1,46.288877,-85.950227,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.002315,0.002345,0.0099,"2013-04-28 00:00",0.0082,"2013-04-22 00:00",0.0067,"2013-01-28 00:00",0.0067,"2013-05-19 00:00","","","","",0.0099,0.0099,0.0067,0.0064,0.0035,0.0015,0.0004,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88168",1,46.288877,-85.950227,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",28,0.0002,0.000152,0.0008,"2013-04-28 00:00",0.0005,"2013-01-01 00:00",0.0005,"2013-05-31 00:00",0.0004,"2013-01-07 00:00","","","","",0.0008,0.0008,0.0005,0.0004,0.0003,0.0001,0.0001,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88169",1,46.288877,-85.950227,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.294473,0.222169,0.9935,"2013-05-19 00:00",0.9729,"2013-04-28 00:00",0.7287,"2013-01-28 00:00",0.7138,"2013-04-22 00:00","","","","",0.9935,0.9935,0.7287,0.6913,0.3463,0.2308,0.1105,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88176",1,46.288877,-85.950227,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",44,0.000163,4.2e-05,0.0003,"2013-01-28 00:00",0.0003,"2013-02-21 00:00",0.0003,"2013-03-17 00:00",0.0003,"2013-05-31 00:00","","","","",0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88180",1,46.288877,-85.950227,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.01718,0.011693,0.0486,"2013-04-28 00:00",0.0461,"2013-01-19 00:00",0.0434,"2013-05-19 00:00",0.0367,"2013-04-22 00:00","","","","",0.0486,0.0486,0.0434,0.0364,0.0239,0.0139,0.0057,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88184",1,46.288877,-85.950227,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",13,0.031397,0.047474,0.1941,"2013-03-26 00:00",0.1709,"2013-01-22 00:00",0.1549,"2013-02-15 00:00",0.1419,"2013-03-05 00:00","","","","",0.1941,0.1941,0.1549,0.1363,0.0361,0.0106,0.00155,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88185",1,46.288877,-85.950227,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",39,0.00076,0.000357,0.0019,"2013-02-12 00:00",0.0018,"2013-01-19 00:00",0.0017,"2013-01-28 00:00",0.0016,"2013-05-19 00:00","","","","",0.0019,0.0019,0.0017,0.0013,0.00065,0.00065,0.0004,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88203",1,46.288877,-85.950227,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",16,0.033727,0.064057,0.2886,"2013-03-26 00:00",0.246,"2013-01-22 00:00",0.2045,"2013-03-05 00:00",0.1957,"2013-02-15 00:00","","","","",0.2886,0.2886,0.2045,0.0853,0.0244,0.0098,0.00295,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88306",1,46.288877,-85.950227,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.361515,0.552155,2.1868,"2013-01-16 00:00",1.9918,"2013-01-07 00:00",1.5618,"2013-02-18 00:00",1.5532,"2013-01-19 00:00","","","","",2.1868,2.1868,1.5618,1.5095,0.395,0.1295,0.0266,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88320",1,46.288877,-85.950227,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.378958,0.317398,1.52,"2013-05-19 00:00",1.07,"2013-01-25 00:00",1.07,"2013-04-28 00:00",0.94,"2013-02-18 00:00","","","","",1.52,1.52,1.07,0.93,0.53,0.33,0.07,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88320",2,46.288877,-85.950227,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",0,0.341667,0.285127,1.03,"2013-04-28 00:00",0.92,"2013-01-28 00:00",0.89,"2013-02-18 00:00",0.87,"2013-04-22 00:00","","","","",1.03,1.03,0.89,0.78,0.48,0.27,0.07,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88321",1,46.288877,-85.950227,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.068958,0.06984,0.32,"2013-05-19 00:00",0.24,"2013-04-28 00:00",0.23,"2013-01-25 00:00",0.2,"2013-02-18 00:00","","","","",0.32,0.32,0.23,0.19,0.1,0.05,0.01,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88321",2,46.288877,-85.950227,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",0,0.064048,0.068825,0.32,"2013-04-28 00:00",0.2,"2013-02-18 00:00",0.19,"2013-04-22 00:00",0.16,"2013-01-19 00:00","","","","",0.32,0.32,0.19,0.16,0.08,0.05,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88324",1,46.288877,-85.950227,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",46,0.020247,0.008759,0.0563,"2013-02-18 00:00",0.03045,"2013-01-22 00:00",0.02975,"2013-01-19 00:00",0.0296,"2013-01-16 00:00","","","","",0.0563,0.0563,0.02975,0.02955,0.0289,0.01615,0.01005,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88324",2,46.288877,-85.950227,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",39,0.021267,0.00773,0.0381,"2013-04-07 00:00",0.0361,"2013-04-22 00:00",0.02985,"2013-01-22 00:00",0.0292,"2013-01-04 00:00","","","","",0.0381,0.0381,0.02985,0.0292,0.029,0.0229,0.01015,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88325",1,46.288877,-85.950227,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",23,0.07334,0.073864,0.4208,"2013-05-19 00:00",0.2212,"2013-04-22 00:00",0.2131,"2013-01-25 00:00",0.1882,"2013-05-31 00:00","","","","",0.4208,0.4208,0.2131,0.1799,0.0964,0.0419,0.01855,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88325",2,46.288877,-85.950227,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",22,0.062793,0.053859,0.2648,"2013-04-28 00:00",0.1958,"2013-04-22 00:00",0.1559,"2013-01-28 00:00",0.1411,"2013-02-18 00:00","","","","",0.2648,0.2648,0.1559,0.1317,0.0787,0.034,0.01855,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88326",1,46.288877,-85.950227,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",20,0.096514,0.0736,0.3883,"2013-05-19 00:00",0.2293,"2013-01-25 00:00",0.2256,"2013-04-28 00:00",0.2162,"2013-02-18 00:00","","","","",0.3883,0.3883,0.2256,0.2024,0.135,0.086,0.0331,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88326",2,46.288877,-85.950227,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",18,0.092877,0.072547,0.3197,"2013-01-16 00:00",0.2461,"2013-01-25 00:00",0.2422,"2013-02-18 00:00",0.2331,"2013-01-28 00:00","","","","",0.3197,0.3197,0.2422,0.1909,0.1369,0.0693,0.03395,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88327",1,46.288877,-85.950227,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",8,0.089935,0.077894,0.3892,"2013-05-19 00:00",0.2792,"2013-01-25 00:00",0.2635,"2013-04-28 00:00",0.2414,"2013-02-18 00:00","","","","",0.3892,0.3892,0.2635,0.2026,0.1175,0.0862,0.01495,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88327",2,46.288877,-85.950227,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",11,0.079573,0.066312,0.2531,"2013-02-18 00:00",0.2495,"2013-04-28 00:00",0.1816,"2013-04-04 00:00",0.1799,"2013-01-25 00:00","","","","",0.2531,0.2531,0.1816,0.1785,0.1136,0.0702,0.01475,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88328",1,46.288877,-85.950227,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.118996,0.097643,0.4111,"2013-04-28 00:00",0.3462,"2013-04-22 00:00",0.3243,"2013-01-25 00:00",0.2935,"2013-05-19 00:00","","","","",0.4111,0.4111,0.3243,0.2496,0.17,0.0952,0.0177,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88328",2,46.288877,-85.950227,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",1,0.108937,0.094114,0.3633,"2013-04-28 00:00",0.3467,"2013-01-28 00:00",0.3336,"2013-04-22 00:00",0.2511,"2013-01-19 00:00","","","","",0.3633,0.3633,0.3336,0.2243,0.1589,0.0791,0.0202,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88329",1,46.288877,-85.950227,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.164173,0.147833,0.5797,"2013-05-19 00:00",0.549,"2013-04-28 00:00",0.5006,"2013-01-25 00:00",0.4914,"2013-04-22 00:00","","","","",0.5797,0.5797,0.5006,0.414,0.2398,0.1217,0.023,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88329",2,46.288877,-85.950227,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",1,0.152188,0.142743,0.5935,"2013-04-28 00:00",0.4742,"2013-01-28 00:00",0.468,"2013-04-22 00:00",0.386,"2013-02-18 00:00","","","","",0.5935,0.5935,0.468,0.3708,0.1999,0.1143,0.0274,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88330",1,46.288877,-85.950227,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.023926,0.020795,0.1061,"2013-04-28 00:00",0.0638,"2013-04-07 00:00",0.06,"2013-05-28 00:00",0.0517,"2013-01-25 00:00","","","","",0.1061,0.1061,0.06,0.0497,0.0364,0.0189,0.0022,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88330",2,46.288877,-85.950227,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",9,0.020325,0.018997,0.0849,"2013-04-28 00:00",0.0548,"2013-04-22 00:00",0.0522,"2013-01-25 00:00",0.0511,"2013-04-07 00:00","","","","",0.0849,0.0849,0.0522,0.0504,0.0281,0.0156,0.0022,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88331",1,46.288877,-85.950227,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",20,7.9e-05,0.000289,0.002,"2013-05-22 00:00",0.0003,"2013-01-07 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.002,0.002,0.0001,0.0001,0.0001,0,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88331",2,46.288877,-85.950227,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",21,4.2e-05,5.1e-05,0.00015,"2013-03-05 00:00",0.00015,"2013-03-11 00:00",0.00015,"2013-03-20 00:00",0.00015,"2013-03-26 00:00","","","","",0.00015,0.00015,0.00015,0.0001,5e-05,5e-05,0,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88338",1,46.288877,-85.950227,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.019426,0.013939,0.0867,"2013-03-17 00:00",0.0728,"2013-04-13 00:00",0.0312,"2013-03-02 00:00",0.031,"2013-04-04 00:00","","","","",0.0867,0.0867,0.0312,0.0284,0.0233,0.0152,0.0108,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88339",1,46.288877,-85.950227,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.214719,0.916428,4.09827,"2013-05-19 00:00",4.01305,"2013-04-28 00:00",3.00572,"2013-01-28 00:00",2.94443,"2013-04-22 00:00","","","","",4.09827,4.09827,3.00572,2.85174,1.42865,0.95217,0.45594,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88344",1,46.288877,-85.950227,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.466346,0.712297,2.821,"2013-01-16 00:00",2.5694,"2013-01-07 00:00",2.0147,"2013-02-18 00:00",2.0036,"2013-01-19 00:00","","","","",2.821,2.821,2.0147,1.9473,0.5098,0.1671,0.0343,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88348",1,46.288877,-85.950227,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.131217,0.141302,0.7864,"2013-04-28 00:00",0.4936,"2013-05-19 00:00",0.3914,"2013-04-22 00:00",0.3607,"2013-04-25 00:00","","","","",0.7864,0.7864,0.3914,0.3534,0.1527,0.0841,0.0333,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88350",1,46.288877,-85.950227,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.681394,0.571393,2.7383,"2013-05-19 00:00",1.931,"2013-01-25 00:00",1.9211,"2013-04-28 00:00",1.6844,"2013-02-18 00:00","","","","",2.7383,2.7383,1.9211,1.665,0.9481,0.5994,0.1253,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88350",2,46.288877,-85.950227,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,3,"","","Certification not required",0,0.614167,0.512836,1.8578,"2013-04-28 00:00",1.658,"2013-01-28 00:00",1.5948,"2013-02-18 00:00",1.5698,"2013-04-22 00:00","","","","",1.8578,1.8578,1.5948,1.4009,0.8651,0.4898,0.1242,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88403",1,46.288877,-85.950227,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.852983,0.663815,3.0307,"2013-05-19 00:00",2.9845,"2013-04-28 00:00",2.104,"2013-04-22 00:00",1.9967,"2013-01-28 00:00","","","","",3.0307,3.0307,2.104,1.9662,0.9758,0.6489,0.3043,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","153","0001","88501",3,46.288877,-85.950227,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6433,73,268,365,0,119,"","","Certification not required",0,6.033266,4.022884,32,"2013-06-29 18:00",30,"2013-07-16 23:00",29,"2013-06-29 17:00",29,"2013-07-23 08:00","","","","",20,18,15,12,7,5,2,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","88501",3,46.288877,-85.950227,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,5.970149,3.143331,18.5,"2013-07-06 00:00",17.9,"2013-08-21 00:00",17.8,"2013-08-20 00:00",17.4,"2013-07-05 00:00","","","","",17.8,15.8,12.5,10.3,7,5,3.1,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2013-12-09" +"26","153","0001","88502",1,46.288877,-85.950227,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.554167,1.997867,10.1,"2013-05-19 00:00",7.9,"2013-04-28 00:00",6.1,"2013-04-22 00:00",5.8,"2013-01-28 00:00","","","","",10.1,10.1,6.1,5.2,3.8,1.9,0.8,"Seney","SENEY NAT'L WILDLIFE REFUGE, HCR2, BOX 1","Michigan","Schoolcraft","","","2014-01-28" +"26","157","0001","12103",1,43.368605,-83.569065,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.00101,0.000796,0.00422,"2013-07-03 00:00",0.00268,"2013-05-16 00:00",0.00254,"2013-06-15 00:00",0.00245,"2013-08-26 00:00","","","","",0.00422,0.00268,0.00245,0.00216,0.00134,0.00085,0.00029,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","12110",1,43.368605,-83.569065,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.00061,0.001681,0.01157,"2013-10-07 00:00",0.00455,"2013-06-15 00:00",0.00445,"2013-08-26 00:00",0.00328,"2013-01-16 00:00","","","","",0.01157,0.00455,0.00328,0.00098,0.00026,0.00014,6e-05,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","12132",1,43.368605,-83.569065,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.034474,0.065505,0.36942,"2013-01-16 00:00",0.29765,"2013-10-07 00:00",0.23531,"2013-08-26 00:00",0.09485,"2013-04-04 00:00","","","","",0.36942,0.29765,0.09485,0.065,0.03241,0.01394,0.00346,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","12136",1,43.368605,-83.569065,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001132,0.000553,0.00298,"2013-08-26 00:00",0.00261,"2013-10-07 00:00",0.00232,"2013-06-27 00:00",0.00228,"2013-09-25 00:00","","","","",0.00298,0.00261,0.00228,0.00183,0.00132,0.00095,0.00062,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","14129",1,43.368605,-83.569065,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,1,0,0,"Certification not required",0,0.007133,0.012446,0.074,"2013-01-16 00:00",0.044,"2013-08-26 00:00",0.019,"2013-04-04 00:00",0.017,"2013-08-20 00:00","","","","",0.074,0.074,0.019,0.013,0.006,0.004,0.001,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2013-12-03" +"26","157","0001","81102",1,43.368605,-83.569065,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,1,0,0,"Certification not required",3,13.803279,9.86715,56,"2013-01-16 00:00",47,"2013-08-26 00:00",31,"2013-08-20 00:00",27,"2013-04-04 00:00","","","","",56,47,27,23,19,11,5,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-01-27" +"26","157","0001","82103",1,43.368605,-83.569065,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.816393,0.751483,4.1,"2013-07-03 00:00",2.2,"2013-06-15 00:00",2.1,"2013-04-28 00:00",2,"2013-06-09 00:00","","","","",4.1,2.2,2,1.9,1.1,0.5,0.1,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","82110",1,43.368605,-83.569065,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.454098,1.049059,4.8,"2013-10-07 00:00",4.5,"2013-08-26 00:00",4.3,"2013-06-15 00:00",3.5,"2013-01-16 00:00","","","","",4.8,4.5,3.5,0.9,0.2,0.1,0,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","82132",1,43.368605,-83.569065,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,12.593443,38.246285,215.3,"2013-10-07 00:00",208.1,"2013-08-26 00:00",60.2,"2013-08-20 00:00",26.8,"2013-07-09 00:00","","","","",215.3,208.1,26.8,20.4,7.7,1.9,0.3,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","0001","82136",1,43.368605,-83.569065,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,10.85082,46.018629,354.1,"2013-01-16 00:00",56.9,"2013-01-28 00:00",51.9,"2013-04-04 00:00",32.6,"2013-05-28 00:00","","","","",354.1,56.9,32.6,12.9,3.6,0.9,0.3,"","874 E HURON AVENUE","Michigan","Tuscola","Vassar","","2014-02-13" +"26","157","9991","44201",1,43.6138,-83.3591,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7769,98,180,183,0,247,0,0,"Certification not required",6,0.047956,0.011003,0.084,"2013-06-21 17:00",0.073,"2013-05-19 16:00",0.07,"2013-09-28 16:00",0.069,"2013-06-20 15:00","","","","",0.073,0.069,0.066,0.062,0.057,0.049,0.042,"Unionville","1821 E. Dickerson Rd, Unionville, MI 48767","Michigan","Tuscola","","","2014-01-31" +"26","157","9991","44201",1,43.6138,-83.3591,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7908,98,180,183,0,0,0,0,"Certification not required",0,0.0437,0.010315,0.074,"2013-06-21 11:00",0.067,"2013-05-19 11:00",0.066,"2013-06-20 11:00",0.063,"2013-04-27 11:00","","","","",0.067,0.063,0.061,0.057,0.052,0.044,0.038,"Unionville","1821 E. Dickerson Rd, Unionville, MI 48767","Michigan","Tuscola","","","2014-01-31" +"26","157","9991","44201",1,43.6138,-83.3591,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7908,98,180,183,0,0,0,0,"Certification not required",0,0.0437,0.010315,0.074,"2013-06-21 11:00",0.067,"2013-05-19 11:00",0.066,"2013-06-20 11:00",0.063,"2013-04-27 11:00","","","","",0.067,0.063,0.061,0.057,0.052,0.044,0.038,"Unionville","1821 E. Dickerson Rd, Unionville, MI 48767","Michigan","Tuscola","","","2014-01-31" +"26","161","0008","44201",1,42.240565,-83.599602,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4192,100,183,183,0,200,0,0,"Certification not required",124,0.04923,0.010618,0.078,"2013-08-29 15:00",0.076,"2013-06-21 13:00",0.074,"2013-06-20 17:00",0.071,"2013-08-18 13:00","","","","",0.076,0.071,0.066,0.062,0.056,0.05,0.035,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-16" +"26","161","0008","44201",1,42.240565,-83.599602,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4388,100,183,183,0,0,0,0,"Certification not required",0,0.044131,0.010148,0.071,"2013-06-21 11:00",0.068,"2013-06-20 11:00",0.067,"2013-08-18 11:00",0.065,"2013-06-23 11:00","","","","",0.068,0.065,0.06,0.057,0.051,0.044,0.031,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-16" +"26","161","0008","44201",1,42.240565,-83.599602,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4388,100,183,183,0,0,0,0,"Certification not required",0,0.044131,0.010148,0.071,"2013-06-21 11:00",0.068,"2013-06-20 11:00",0.067,"2013-08-18 11:00",0.065,"2013-06-23 11:00","","","","",0.068,0.065,0.06,0.057,0.051,0.044,0.031,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-16" +"26","161","0008","61103",1,42.240565,-83.599602,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6491,74,270,365,0,61,"","","Certification not required",0,4.271638,2.369717,18.2,"2013-04-18 12:00",14.8,"2013-01-20 01:00",14.8,"2013-01-20 02:00",14.8,"2013-01-20 03:00","","","","",11.3,10.4,8.7,7.8,6.1,4.3,1.7,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","0008","61104",1,42.240565,-83.599602,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6491,74,270,365,0,61,"","","Certification not required",0,196.200585,99.665563,360,"2013-05-25 15:00",360,"2013-07-15 19:00",360,"2013-08-23 03:00",360,"2013-08-31 08:00","","","","",354,349,338,325,284,206,49,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","0008","61106",1,42.240565,-83.599602,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6491,74,270,365,0,61,"","","Certification not required",0,23.275766,9.090627,78,"2013-05-16 02:00",78,"2013-07-08 15:00",77,"2013-05-06 23:00",76,"2013-05-26 07:00","","","","",59,53,42,34,26,21,15,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","0008","62101",1,42.240565,-83.599602,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6491,74,270,365,0,61,"","","Certification not required",0,53.723463,20.210672,93,"2013-07-18 13:00",93,"2013-07-18 14:00",93,"2013-07-18 15:00",93,"2013-07-19 14:00","","","","",88,86,81,77,72,59,25,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","0008","64101",1,42.240565,-83.599602,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6491,74,270,365,0,61,"","","Certification not required",0,989.154676,6.446876,1009,"2013-04-21 08:00",1009,"2013-04-21 09:00",1009,"2013-04-21 10:00",1008,"2013-01-10 09:00","","","","",1004,1003,1000,997,993,989,981,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","0008","68101",1,42.240565,-83.599602,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",91,75,90,122,0,13,"","","Certification not required",9,0.395055,0.155287,0.6,"2013-04-07 00:00",0.6,"2013-04-28 00:00",0.6,"2013-05-04 00:00",0.6,"2013-05-16 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.2,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68102",1,42.240565,-83.599602,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",91,75,90,122,0,13,"","","Certification not required",1,23.779121,2.096479,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68103",1,42.240565,-83.599602,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,90,122,0,13,"","","Certification not required",0,7.184615,10.431873,24.9,"2013-07-18 00:00",23.3,"2013-07-15 00:00",22.8,"2013-07-09 00:00",21.8,"2013-09-10 00:00","","","","",24.9,23.3,21.4,19.7,15.4,9.4,-6.2,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68104",1,42.240565,-83.599602,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,90,122,0,13,"","","Certification not required",0,17.545055,12.284057,35.5,"2013-07-18 00:00",35.4,"2013-09-10 00:00",34.7,"2013-07-15 00:00",33.1,"2013-07-09 00:00","","","","",35.5,35.4,32.6,31.5,28.4,21.2,0,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68105",1,42.240565,-83.599602,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,90,122,0,13,"","","Certification not required",0,12.237363,11.176768,30.2,"2013-07-18 00:00",28.8,"2013-09-10 00:00",27.9,"2013-07-15 00:00",26.8,"2013-06-24 00:00","","","","",30.2,28.8,26.3,24.7,22,15,-2.4,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68106",1,42.240565,-83.599602,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,13,"","","Certification not required",0,740.388889,5.027329,751,"2013-03-08 00:00",749,"2013-02-09 00:00",749,"2013-05-25 00:00",749,"2013-07-15 00:00","","","","",751,749,748,746,744,741,734,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68107",1,42.240565,-83.599602,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,13,"","","Certification not required",0,746.044444,4.255627,757,"2013-01-10 00:00",755,"2013-01-25 00:00",755,"2013-03-08 00:00",754,"2013-02-09 00:00","","","","",757,755,754,752,748,746,741,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","68108",1,42.240565,-83.599602,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,13,"","","Certification not required",0,743.322222,4.302672,753,"2013-01-10 00:00",753,"2013-03-08 00:00",751,"2013-02-09 00:00",751,"2013-05-25 00:00","","","","",753,753,750,749,746,743,738,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","88101",1,42.240565,-83.599602,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,13,0,0,"Certification not required",0,8.918889,4.317378,20,"2013-06-12 00:00",18.5,"2013-08-20 00:00",17.9,"2013-09-10 00:00",16.5,"2013-08-26 00:00","","","","",20,18.5,16.5,15.3,12.3,7.9,3.9,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","88101",1,42.240565,-83.599602,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,13,"","","Certification not required",0,8.918889,4.317378,20,"2013-06-12 00:00",18.5,"2013-08-20 00:00",17.9,"2013-09-10 00:00",16.5,"2013-08-26 00:00","","","","",20,18.5,16.5,15.3,12.3,7.9,3.9,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","88101",2,42.240565,-83.599602,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,7,0,0,"Certification not required",0,9.679545,4.357276,18.9,"2013-08-20 00:00",18.1,"2013-08-26 00:00",15.8,"2013-07-03 00:00",15.7,"2013-05-28 00:00","","","","",18.9,18.9,15.8,15.7,13.6,8.3,4.1,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","88101",2,42.240565,-83.599602,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,7,"","","Certification not required",0,9.679545,4.357276,18.9,"2013-08-20 00:00",18.1,"2013-08-26 00:00",15.8,"2013-07-03 00:00",15.7,"2013-05-28 00:00","","","","",18.9,18.9,15.8,15.7,13.6,8.3,4.1,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-04" +"26","161","0008","88501",3,42.240565,-83.599602,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6445,74,268,365,0,107,"","","Certification not required",0,9.442048,5.59886,86,"2013-07-04 22:00",74,"2013-07-04 21:00",55,"2013-07-15 17:00",53,"2013-07-04 23:00","","","","",26,23,19,17,12,8,4,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","0008","88501",3,42.240565,-83.599602,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,9.362313,3.99517,23.6,"2013-07-04 00:00",22.3,"2013-07-15 00:00",20.7,"2013-08-21 00:00",20.2,"2013-08-20 00:00","","","","",20.7,19.2,17.3,15.2,11.7,8.6,4.8,"TOWNER ST, SOUTH; 2 LANE RESIDENIAL - HOSPITAL","555 TOWNER ST","Michigan","Washtenaw","Ypsilanti","Ann Arbor, MI","2013-12-09" +"26","161","9991","44201",1,42.4165,-83.902,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7375,86,158,183,0,641,0,0,"Certification not required",60,0.049405,0.01089,0.076,"2013-05-18 16:00",0.074,"2013-06-21 12:00",0.071,"2013-06-05 17:00",0.07,"2013-04-27 16:00","","","","",0.074,0.07,0.068,0.065,0.057,0.051,0.043,"Ann Arbor","10070 Strawberry Lake Rd, Dexter, MI 48130","Michigan","Washtenaw","","Ann Arbor, MI","2014-01-31" +"26","161","9991","44201",1,42.4165,-83.902,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7425,84,153,183,0,0,0,0,"Certification not required",0,0.044294,0.010598,0.071,"2013-06-21 11:00",0.067,"2013-05-18 12:00",0.066,"2013-04-27 11:00",0.066,"2013-06-20 11:00","","","","",0.067,0.066,0.062,0.059,0.053,0.046,0.039,"Ann Arbor","10070 Strawberry Lake Rd, Dexter, MI 48130","Michigan","Washtenaw","","Ann Arbor, MI","2014-01-31" +"26","161","9991","44201",1,42.4165,-83.902,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7425,84,153,183,0,0,0,0,"Certification not required",0,0.044294,0.010598,0.071,"2013-06-21 11:00",0.067,"2013-05-18 12:00",0.066,"2013-04-27 11:00",0.066,"2013-06-20 11:00","","","","",0.067,0.066,0.062,0.059,0.053,0.046,0.039,"Ann Arbor","10070 Strawberry Lake Rd, Dexter, MI 48130","Michigan","Washtenaw","","Ann Arbor, MI","2014-01-31" +"26","163","0001","12103",1,42.22862,-83.2082,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001433,0.001238,0.00889,"2013-05-28 00:00",0.00302,"2013-08-20 00:00",0.00301,"2013-09-01 00:00",0.00285,"2013-07-09 00:00","","","","",0.00889,0.00302,0.00285,0.00269,0.00179,0.00108,0.00049,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","12110",1,42.22862,-83.2082,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.000159,9e-05,0.00056,"2013-09-25 00:00",0.00037,"2013-05-28 00:00",0.0003,"2013-08-20 00:00",0.0003,"2013-09-01 00:00","","","","",0.00056,0.00037,0.0003,0.00026,0.0002,0.00014,8e-05,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","12132",1,42.22862,-83.2082,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.021516,0.011569,0.06718,"2013-05-16 00:00",0.04782,"2013-09-25 00:00",0.04351,"2013-08-26 00:00",0.03901,"2013-01-16 00:00","","","","",0.06718,0.04782,0.03901,0.03517,0.02898,0.01904,0.00824,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","12136",1,42.22862,-83.2082,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001219,0.000332,0.00211,"2013-09-25 00:00",0.00209,"2013-05-16 00:00",0.00205,"2013-08-02 00:00",0.00176,"2013-08-20 00:00","","","","",0.00211,0.00209,0.00176,0.00158,0.00144,0.00118,0.00086,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","14129",1,42.22862,-83.2082,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.004089,0.002076,0.011,"2013-08-20 00:00",0.009,"2013-02-21 00:00",0.008,"2013-08-26 00:00",0.007,"2013-05-28 00:00","","","","",0.011,0.011,0.008,0.007,0.005,0.004,0.002,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0001","42101",1,42.22862,-83.2082,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6299,72,268,365,0,253,0,0,"Certification not required",6059,0.267384,0.098735,2.2,"2013-01-10 08:00",2,"2013-01-10 09:00",2,"2013-02-25 07:00",1.5,"2013-02-25 06:00","","","","",0.8,0.6,0.25,0.25,0.25,0.25,0.25,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","42101",1,42.22862,-83.2082,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6424,73,266,365,0,0,0,0,"Certification not required",0,0.312204,0.061765,1.1,"2013-08-17 07:00",1,"2013-01-10 10:00",1,"2013-01-10 11:00",1,"2013-01-10 12:00",1.1,"2013-08-17 07:00",1,"2013-01-10 10:00",0.7,0.5,0.4,0.3,0.3,0.3,0.3,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","42401",1,42.22862,-83.2082,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6090,70,273,365,0,439,0,"","Certification not required",0,6.370696,9.81434,65.6,"2013-05-01 11:00",60.7,"2013-06-20 09:00",46.6,"2013-06-04 21:00",43.1,"2013-06-26 18:00","","","","",46.6,35.1,25.4,18.4,7.7,1.8,0.3,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0001","42401",1,42.22862,-83.2082,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6090,70,273,365,0,439,"","","Certification not required",0,1.338292,3.460868,65.6,"2013-05-01 11:00",60.7,"2013-06-20 09:00",46.6,"2013-06-04 21:00",43.9,"2013-05-01 10:00","","","","",17.2,12.7,5.9,2.8,1,0.4,0.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0001","42401",1,42.22862,-83.2082,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,1.34359,1.74374,12.9,"2013-06-04 00:00",8.9,"2013-05-01 00:00",8.5,"2013-06-20 00:00",6.8,"2013-05-19 00:00","","","","",8.5,6.5,5.2,3.7,1.8,0.6,0.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0001","42401",1,42.22862,-83.2082,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1875,64,268,365,0,0,"",0,"Certification not required",0,1.363147,3.112357,46.7,"2013-05-01 11:00",37.6,"2013-06-20 11:00",26.3,"2013-05-20 14:00",24.6,"2013-07-25 17:00","","","","",16.7,11.5,6.5,3.2,1,0.4,0.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0001","42401",3,42.22862,-83.2082,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",75568,72,273,365,0,3037,"","","Certification not required",0,1.239717,3.764095,112.8,"2013-06-20 09:30",108.9,"2013-07-15 14:15",94.8,"2013-07-15 14:10",91,"2013-06-20 09:45","","","","",18.1,11.7,5.2,2.5,0.8,0.3,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0001","42600",1,42.22862,-83.2082,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6473,74,273,365,0,79,"","","Certification not required",0,19.323899,19.930038,215.7,"2013-01-10 09:00",209.4,"2013-01-10 08:00",202.9,"2013-01-16 06:00",196.6,"2013-09-18 06:00","","","","",111.3,85.5,52.4,36.9,21.7,13.7,5.9,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","42601",1,42.22862,-83.2082,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6473,74,273,365,0,79,"","","Certification not required",0,6.200479,13.868097,191,"2013-01-10 08:00",186.1,"2013-01-10 09:00",185.4,"2013-09-18 06:00",166.6,"2013-09-18 07:00","","","","",77.7,52.2,23,12.2,5.7,2.4,0.3,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","44201",2,42.22862,-83.2082,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6217,99,181,183,0,335,0,0,"Certification not required",486,0.046691,0.011328,0.086,"2013-06-21 14:00",0.077,"2013-06-01 13:00",0.076,"2013-06-20 15:00",0.073,"2013-08-21 14:00","","","","",0.077,0.073,0.065,0.06,0.054,0.047,0.038,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","44201",2,42.22862,-83.2082,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6496,98,180,183,0,0,0,0,"Certification not required",0,0.0412,0.01086,0.078,"2013-06-21 13:00",0.068,"2013-06-20 11:00",0.064,"2013-06-23 12:00",0.064,"2013-08-21 10:00","","","","",0.068,0.064,0.059,0.055,0.049,0.042,0.034,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","44201",2,42.22862,-83.2082,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6496,98,180,183,0,0,1,1,"Certification not required",0,0.0412,0.01086,0.078,"2013-06-21 13:00",0.068,"2013-06-20 11:00",0.064,"2013-06-23 12:00",0.064,"2013-08-21 10:00","","","","",0.068,0.064,0.059,0.055,0.049,0.042,0.034,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","61103",1,42.22862,-83.2082,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6544,75,273,365,0,8,"","","Certification not required",0,4.49974,2.748701,19.1,"2013-01-20 02:00",19.1,"2013-01-20 03:00",18.2,"2013-01-20 04:00",17.4,"2013-04-18 13:00","","","","",12.2,11.3,9.6,8.7,6.1,4.3,1.7,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","61104",1,42.22862,-83.2082,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,193.243123,95.597363,360,"2013-04-05 16:00",360,"2013-04-27 03:00",360,"2013-06-14 04:00",360,"2013-07-11 00:00","","","","",354,349,333,311,271,212,47,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","61106",1,42.22862,-83.2082,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,22.084505,9.805913,78,"2013-05-09 10:00",78,"2013-06-10 13:00",75,"2013-01-15 12:00",75,"2013-08-07 08:00","","","","",60,53,41,34,26,19,13,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","62101",1,42.22862,-83.2082,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,54.565948,20.016469,95,"2013-09-10 15:00",93,"2013-07-17 13:00",93,"2013-07-17 14:00",93,"2013-07-17 15:00","","","","",88,86,82,79,72,59,27,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","62201",1,42.22862,-83.2082,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6544,75,273,365,0,8,"","","Certification not required",0,66.875306,16.224083,95,"2013-01-28 09:00",95,"2013-01-29 06:00",95,"2013-01-29 07:00",95,"2013-02-22 18:00","","","","",93,92,91,88,80,68,44,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","64101",1,42.22862,-83.2082,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6544,75,273,365,0,8,"","","Certification not required",0,1000.14945,6.762876,1021,"2013-04-21 07:00",1021,"2013-04-21 08:00",1021,"2013-04-21 09:00",1021,"2013-04-21 10:00","","","","",1016,1015,1012,1008,1004,1000,992,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","68101",1,42.22862,-83.2082,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",262,72,262,365,0,5,"","","Certification not required",136,0.207634,0.282061,3.1,"2013-04-25 00:00",2.3,"2013-04-23 00:00",0.6,"2013-05-29 00:00",0.6,"2013-06-24 00:00","","","","",0.6,0.6,0.5,0.5,0.3,0.05,0.05,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68102",1,42.22862,-83.2082,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",262,72,262,365,0,5,"","","Certification not required",0,23.885115,0.098493,23.9,"2013-01-01 00:00",23.9,"2013-01-02 00:00",23.9,"2013-01-03 00:00",23.9,"2013-01-04 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68103",1,42.22862,-83.2082,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",262,72,262,365,0,5,"","","Certification not required",0,6.95229,10.505334,25.3,"2013-07-19 00:00",24.9,"2013-07-16 00:00",24.2,"2013-07-17 00:00",24.2,"2013-07-18 00:00","","","","",24.2,22.9,21.4,20.3,15.8,9.2,-7.9,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68103",5,42.22862,-83.2082,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,7.24,9.588862,24.2,"2013-07-18 00:00",23.3,"2013-09-10 00:00",23.1,"2013-07-15 00:00",22,"2013-07-09 00:00","","","","",23.3,23.1,21,19.6,14.2,9,-4.9,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","68104",1,42.22862,-83.2082,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",262,72,262,365,0,5,"","","Certification not required",0,17.735496,11.814777,35.9,"2013-07-17 00:00",35.3,"2013-07-19 00:00",35.1,"2013-09-10 00:00",34.8,"2013-07-18 00:00","","","","",35.1,34.4,31.9,30.8,27.9,21.5,1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68104",5,42.22862,-83.2082,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,17.77619,11.455243,35.5,"2013-07-15 00:00",35.3,"2013-07-18 00:00",35,"2013-09-10 00:00",33.4,"2013-07-09 00:00","","","","",35.3,35,32,31.2,28,19,1.9,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","68105",1,42.22862,-83.2082,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",262,72,262,365,0,5,"","","Certification not required",0,12.201527,10.896391,29.8,"2013-07-17 00:00",29.6,"2013-07-19 00:00",28.9,"2013-09-10 00:00",28.7,"2013-07-18 00:00","","","","",28.9,27.8,25.7,24.3,21.7,15.4,-3.2,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68105",5,42.22862,-83.2082,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,12.380952,10.277291,29.8,"2013-07-18 00:00",29.3,"2013-07-15 00:00",26.7,"2013-06-24 00:00",26.3,"2013-08-29 00:00","","","","",29.3,26.7,25.8,24.2,21,14.8,-1.4,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","68106",1,42.22862,-83.2082,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",262,72,262,365,0,5,"","","Certification not required",0,744.412214,5.008606,758,"2013-04-21 00:00",756,"2013-03-08 00:00",755,"2013-04-26 00:00",754,"2013-02-09 00:00","","","","",755,753,752,750,748,745,738,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68106",5,42.22862,-83.2082,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,743.847619,5.445148,756,"2013-03-08 00:00",753,"2013-02-09 00:00",753,"2013-02-21 00:00",753,"2013-05-25 00:00","","","","",753,753,751,750,748,744,737,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","68107",1,42.22862,-83.2082,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",262,72,262,365,0,5,"","","Certification not required",0,751.278626,4.431972,764,"2013-04-21 00:00",763,"2013-01-10 00:00",763,"2013-01-24 00:00",761,"2013-01-25 00:00","","","","",763,760,759,757,754,751,746,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68107",5,42.22862,-83.2082,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,749.771429,4.626963,762,"2013-01-25 00:00",761,"2013-04-22 00:00",760,"2013-01-10 00:00",759,"2013-02-09 00:00","","","","",761,760,759,756,752,750,743,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","68108",1,42.22862,-83.2082,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",262,72,262,365,0,5,"","","Certification not required",0,748.064885,4.555279,761,"2013-04-21 00:00",759,"2013-01-10 00:00",758,"2013-01-24 00:00",758,"2013-03-08 00:00","","","","",758,757,755,754,751,748,743,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","68108",5,42.22862,-83.2082,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,746.895238,4.759452,758,"2013-03-08 00:00",756,"2013-02-09 00:00",756,"2013-04-22 00:00",756,"2013-05-25 00:00","","","","",756,756,755,753,749,747,740,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","81102",1,42.22862,-83.2082,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,14.098361,5.58183,28,"2013-08-26 00:00",27,"2013-08-20 00:00",24,"2013-05-16 00:00",24,"2013-09-19 00:00","","","","",28,27,24,22,18,13,9,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0001","82103",1,42.22862,-83.2082,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,1.144262,0.925477,5.8,"2013-05-28 00:00",2.6,"2013-08-20 00:00",2.5,"2013-04-28 00:00",2.5,"2013-09-01 00:00","","","","",5.8,2.6,2.5,2.2,1.6,0.8,0.3,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","82110",1,42.22862,-83.2082,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.404918,0.456956,2.6,"2013-05-10 00:00",1.9,"2013-05-22 00:00",1.8,"2013-11-18 00:00",1.2,"2013-09-13 00:00","","","","",2.6,1.9,1.2,0.6,0.4,0.3,0.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","82132",1,42.22862,-83.2082,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,7.318033,3.569197,21.4,"2013-05-16 00:00",17.6,"2013-09-25 00:00",14.5,"2013-08-26 00:00",13.4,"2013-04-04 00:00","","","","",21.4,17.6,13.4,11.2,9,6.5,3.5,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","82136",1,42.22862,-83.2082,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.727869,0.2939,1.6,"2013-09-25 00:00",1.4,"2013-06-15 00:00",1.2,"2013-06-21 00:00",1.2,"2013-08-02 00:00","","","","",1.6,1.4,1.2,1.1,0.9,0.7,0.4,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","85128",1,42.22862,-83.2082,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003653,0.001778,0.0088,"2013-02-21 00:00",0.0071,"2013-08-20 00:00",0.007,"2013-06-21 00:00",0.0067,"2013-09-25 00:00","","","","",0.0088,0.0088,0.007,0.0066,0.0045,0.0035,0.0018,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0001","86101",1,42.22862,-83.2082,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",85,70,84,122,0,3,"","","Certification not required",0,8.892941,4.345791,31,"2013-05-16 00:00",19,"2013-05-07 00:00",16.6,"2013-09-10 00:00",15.7,"2013-04-19 00:00","","","","",31,19,15.7,14,11.4,8.4,4,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","88101",1,42.22862,-83.2082,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,5,0,0,"Certification not required",0,9.683588,4.910111,33.8,"2013-01-08 00:00",24.3,"2013-01-03 00:00",23.5,"2013-01-05 00:00",22.8,"2013-08-21 00:00","","","","",23.5,22.2,18.7,16.2,12.5,9.2,4.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","88101",1,42.22862,-83.2082,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,5,"","","Certification not required",0,9.683588,4.910111,33.8,"2013-01-08 00:00",24.3,"2013-01-03 00:00",23.5,"2013-01-05 00:00",22.8,"2013-08-21 00:00","","","","",23.5,22.2,18.7,16.2,12.5,9.2,4.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0001","88102",5,42.22862,-83.2082,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.019357,0.007302,0.071,"2013-01-16 00:00",0.036,"2013-03-20 00:00",0.029,"2013-01-10 00:00",0.026,"2013-01-22 00:00","","","","",0.036,0.029,0.026,0.026,0.021,0.0195,0.014,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88103",5,42.22862,-83.2082,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000762,0.001237,0.006,"2013-05-28 00:00",0.006,"2013-08-17 00:00",0.004,"2013-04-28 00:00",0.004,"2013-06-15 00:00","","","","",0.006,0.004,0.003,0.002,0.001,0,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88104",5,42.22862,-83.2082,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",61,0.024324,0.032953,0.191,"2013-05-01 00:00",0.187,"2013-02-24 00:00",0.182,"2013-06-24 00:00",0.103,"2013-04-16 00:00","","","","",0.187,0.182,0.066,0.045,0.027,0.0125,0.0065,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88107",5,42.22862,-83.2082,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.007477,0.007334,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.014,0.0055,0.005,0.00385,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88109",5,42.22862,-83.2082,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",22,0.00362,0.002424,0.0113,"2013-06-03 00:00",0.011,"2013-07-27 00:00",0.0106,"2013-10-31 00:00",0.01,"2013-07-30 00:00","","","","",0.011,0.0106,0.0088,0.0064,0.0048,0.0033,0.0009,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88110",5,42.22862,-83.2082,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001562,0.003971,0.029,"2013-01-10 00:00",0.013,"2013-01-25 00:00",0.011,"2013-01-31 00:00",0.011,"2013-03-26 00:00","","","","",0.013,0.011,0.011,0.006,0,0,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88111",5,42.22862,-83.2082,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",9,0.030365,0.024353,0.158,"2013-06-15 00:00",0.0995,"2013-03-08 00:00",0.0907,"2013-06-27 00:00",0.0818,"2013-08-26 00:00","","","","",0.0995,0.0907,0.0777,0.0658,0.0383,0.0234,0.0055,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88112",5,42.22862,-83.2082,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.00439,0.00758,0.054,"2013-09-28 00:00",0.032,"2013-10-16 00:00",0.025,"2013-02-24 00:00",0.024,"2013-08-26 00:00","","","","",0.032,0.025,0.022,0.009,0.004,0.002,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88113",5,42.22862,-83.2082,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",101,0.000733,0.000331,0.0031,"2013-09-25 00:00",0.002,"2013-06-15 00:00",0.0019,"2013-01-10 00:00",0.0017,"2013-02-06 00:00","","","","",0.002,0.0019,0.001,0.001,0.0007,0.0007,0.00055,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88114",5,42.22862,-83.2082,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",21,0.006974,0.006378,0.0297,"2013-09-25 00:00",0.024,"2013-08-20 00:00",0.0222,"2013-01-10 00:00",0.0221,"2013-07-21 00:00","","","","",0.024,0.0222,0.0219,0.0163,0.01,0.0044,0.00125,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88115",5,42.22862,-83.2082,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",67,0.00844,0.010396,0.0676,"2013-02-03 00:00",0.057,"2013-01-28 00:00",0.0426,"2013-01-22 00:00",0.032,"2013-02-06 00:00","","","","",0.057,0.0426,0.028,0.0168,0.0091,0.00405,0.0025,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88117",5,42.22862,-83.2082,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.007555,0.011688,0.0435,"2013-02-18 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-06-18 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88118",5,42.22862,-83.2082,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.0102,0.006852,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88126",5,42.22862,-83.2082,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.089064,0.057513,0.378,"2013-10-10 00:00",0.299,"2013-09-25 00:00",0.261,"2013-05-07 00:00",0.217,"2013-03-08 00:00","","","","",0.299,0.261,0.181,0.154,0.106,0.0765,0.0368,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88128",5,42.22862,-83.2082,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001714,0.001895,0.007,"2013-08-29 00:00",0.006,"2013-06-18 00:00",0.006,"2013-08-17 00:00",0.006,"2013-09-25 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.001,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88131",5,42.22862,-83.2082,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",100,0.010452,0.003942,0.027,"2013-11-09 00:00",0.02,"2013-03-14 00:00",0.018,"2013-07-09 00:00",0.0165,"2013-01-16 00:00","","","","",0.02,0.018,0.0165,0.0165,0.011,0.011,0.007,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88132",5,42.22862,-83.2082,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.00201,0.001701,0.007,"2013-10-10 00:00",0.006,"2013-01-16 00:00",0.006,"2013-04-16 00:00",0.006,"2013-05-07 00:00","","","","",0.006,0.006,0.006,0.005,0.003,0.002,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88136",5,42.22862,-83.2082,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000829,0.001477,0.007,"2013-02-24 00:00",0.007,"2013-04-16 00:00",0.006,"2013-06-27 00:00",0.006,"2013-08-26 00:00","","","","",0.007,0.006,0.004,0.002,0.001,0,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88140",5,42.22862,-83.2082,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",95,0.008872,0.007939,0.0485,"2013-10-28 00:00",0.048,"2013-02-21 00:00",0.046,"2013-08-20 00:00",0.031,"2013-03-05 00:00","","","","",0.048,0.046,0.026,0.009,0.009,0.006,0.00475,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88152",5,42.22862,-83.2082,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.005437,0.001521,0.0112,"2013-08-20 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88154",5,42.22862,-83.2082,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.001172,0.000459,0.0034,"2013-07-27 00:00",0.0032,"2013-09-19 00:00",0.0031,"2013-09-25 00:00",0.0026,"2013-06-21 00:00","","","","",0.0032,0.0031,0.0017,0.0013,0.0013,0.00125,0.00065,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88160",5,42.22862,-83.2082,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.013148,0.003856,0.023,"2013-05-16 00:00",0.023,"2013-10-01 00:00",0.0185,"2013-04-19 00:00",0.018,"2013-01-16 00:00","","","","",0.023,0.0185,0.018,0.018,0.016,0.01,0.01,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88161",5,42.22862,-83.2082,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",100,0.002548,0.001126,0.009,"2013-06-27 00:00",0.0078,"2013-08-20 00:00",0.0076,"2013-08-17 00:00",0.0074,"2013-07-15 00:00","","","","",0.0078,0.0076,0.00265,0.00265,0.0025,0.00215,0.0021,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88164",5,42.22862,-83.2082,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.001547,0.000243,0.0019,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-14 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88165",5,42.22862,-83.2082,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",14,0.043516,0.033171,0.19,"2013-06-27 00:00",0.132,"2013-06-24 00:00",0.131,"2013-09-10 00:00",0.12,"2013-06-15 00:00","","","","",0.132,0.131,0.099,0.088,0.063,0.033,0.009,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88166",5,42.22862,-83.2082,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.008144,0.004796,0.019,"2013-01-16 00:00",0.019,"2013-02-24 00:00",0.019,"2013-04-19 00:00",0.019,"2013-05-13 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88167",5,42.22862,-83.2082,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",7,0.012353,0.01123,0.071,"2013-06-30 00:00",0.0672,"2013-08-23 00:00",0.0445,"2013-05-07 00:00",0.0399,"2013-09-25 00:00","","","","",0.0672,0.0445,0.0287,0.022,0.0151,0.0089,0.0033,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88168",5,42.22862,-83.2082,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",98,0.001426,0.001042,0.008,"2013-07-06 00:00",0.0075,"2013-08-08 00:00",0.0053,"2013-02-03 00:00",0.0029,"2013-01-31 00:00","","","","",0.0075,0.0053,0.0019,0.00175,0.00155,0.00115,0.00085,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88169",5,42.22862,-83.2082,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.715766,0.508719,2.6,"2013-08-20 00:00",2.31,"2013-09-19 00:00",1.94,"2013-09-10 00:00",1.92,"2013-07-15 00:00","","","","",2.31,1.94,1.75,1.49,0.967,0.561,0.257,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88176",5,42.22862,-83.2082,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.000975,0.000227,0.0015,"2013-07-27 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88180",5,42.22862,-83.2082,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.051168,0.04801,0.366,"2013-07-06 00:00",0.249,"2013-07-03 00:00",0.214,"2013-06-15 00:00",0.152,"2013-08-17 00:00","","","","",0.249,0.214,0.122,0.0838,0.06,0.0395,0.017,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88184",5,42.22862,-83.2082,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",75,0.036633,0.037954,0.293,"2013-01-22 00:00",0.157,"2013-05-07 00:00",0.155,"2013-02-21 00:00",0.126,"2013-03-05 00:00","","","","",0.157,0.155,0.099,0.068,0.038,0.027,0.0155,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88185",5,42.22862,-83.2082,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.00386,0.004025,0.0199,"2013-01-10 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-24 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88301",5,42.22862,-83.2082,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.759357,0.54983,2.86,"2013-09-19 00:00",2.2,"2013-08-20 00:00",2.14,"2013-01-07 00:00",1.78,"2013-01-16 00:00","","","","",2.2,2.14,1.65,1.52,1.1,0.629,0.161,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88302",5,42.22862,-83.2082,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",4,0.061841,0.049527,0.322,"2013-01-22 00:00",0.303,"2013-04-25 00:00",0.18,"2013-03-05 00:00",0.17,"2013-05-07 00:00","","","","",0.303,0.18,0.138,0.12,0.07,0.049,0.021,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88303",5,42.22862,-83.2082,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",31,0.04417,0.050504,0.384,"2013-07-06 00:00",0.256,"2013-07-03 00:00",0.163,"2013-06-15 00:00",0.126,"2013-06-30 00:00","","","","",0.256,0.163,0.108,0.09,0.055,0.032,0.012,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88306",5,42.22862,-83.2082,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,1.245914,1.075881,5.86,"2013-01-07 00:00",5.62,"2013-01-16 00:00",4.12,"2013-01-10 00:00",3.84,"2013-01-25 00:00","","","","",5.62,4.12,3.37,2.6,1.47,0.97,0.279,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88313",1,42.22862,-83.2082,"WGS84","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE2100 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",6363,73,264,365,0,189,"","","Certification not required",701,0.69171,0.636866,6.11,"2013-08-17 00:00",6.03,"2013-09-27 07:00",5.47,"2013-08-19 04:00",5.41,"2013-08-16 23:00","","","","",3.38,2.74,1.83,1.38,0.86,0.51,0.1,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0001","88320",1,42.22862,-83.2082,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.0704,0.475986,2.45,"2013-05-19 00:00",2.03,"2013-05-28 00:00",1.91,"2013-03-11 00:00",1.74,"2013-01-16 00:00","","","","",2.45,2.45,1.91,1.73,1.46,1,0.49,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88321",1,42.22862,-83.2082,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.44,0.186788,0.91,"2013-01-16 00:00",0.85,"2013-05-28 00:00",0.81,"2013-03-08 00:00",0.77,"2013-05-16 00:00","","","","",0.91,0.91,0.81,0.71,0.52,0.44,0.21,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88324",1,42.22862,-83.2082,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.053107,0.045053,0.2048,"2013-03-08 00:00",0.1953,"2013-02-06 00:00",0.1426,"2013-01-16 00:00",0.1387,"2013-02-24 00:00","","","","",0.2048,0.2048,0.1426,0.1069,0.0687,0.038,0.01615,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88325",1,42.22862,-83.2082,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.27069,0.129069,0.6965,"2013-05-28 00:00",0.6771,"2013-05-19 00:00",0.4658,"2013-05-31 00:00",0.435,"2013-03-11 00:00","","","","",0.6965,0.6965,0.4658,0.4338,0.3303,0.2687,0.1318,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88326",1,42.22862,-83.2082,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.282981,0.163353,0.6337,"2013-05-19 00:00",0.614,"2013-03-11 00:00",0.608,"2013-01-16 00:00",0.5968,"2013-05-16 00:00","","","","",0.6337,0.6337,0.608,0.5418,0.3894,0.2657,0.094,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88327",1,42.22862,-83.2082,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.245554,0.12529,0.5877,"2013-05-19 00:00",0.5535,"2013-01-16 00:00",0.5378,"2013-02-03 00:00",0.404,"2013-04-04 00:00","","","","",0.5877,0.5877,0.5378,0.4039,0.3163,0.2403,0.113,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88328",1,42.22862,-83.2082,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.218054,0.112092,0.5041,"2013-05-19 00:00",0.4626,"2013-04-28 00:00",0.4617,"2013-03-11 00:00",0.4235,"2013-05-28 00:00","","","","",0.5041,0.5041,0.4617,0.387,0.2949,0.1969,0.105,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88329",1,42.22862,-83.2082,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.594254,0.233907,1.2225,"2013-05-28 00:00",0.9646,"2013-05-19 00:00",0.9403,"2013-01-28 00:00",0.9006,"2013-04-04 00:00","","","","",1.2225,1.2225,0.9403,0.9001,0.7874,0.5881,0.2852,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88330",1,42.22862,-83.2082,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.063924,0.030513,0.1433,"2013-05-01 00:00",0.1338,"2013-05-10 00:00",0.1195,"2013-03-08 00:00",0.1106,"2013-03-26 00:00","","","","",0.1433,0.1433,0.1195,0.1103,0.0841,0.0642,0.0275,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88331",1,42.22862,-83.2082,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000136,0.000577,0.004,"2013-05-10 00:00",0.001,"2013-04-25 00:00",0.0003,"2013-03-05 00:00",0.00015,"2013-03-02 00:00","","","","",0.004,0.004,0.0003,0.00015,5e-05,0,0,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88350",1,42.22862,-83.2082,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.926766,0.857423,4.415,"2013-05-19 00:00",3.6608,"2013-05-28 00:00",3.4468,"2013-03-11 00:00",3.1282,"2013-01-16 00:00","","","","",4.415,4.415,3.4468,3.1052,2.6305,1.7995,0.8824,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-01-28" +"26","163","0001","88355",5,42.22862,-83.2082,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,2.03125,0.993175,6.17,"2013-08-17 00:00",4.59,"2013-09-10 00:00",4.17,"2013-08-29 00:00",4.04,"2013-07-03 00:00","","","","",6.17,4.59,3.91,3.28,2.66,1.89,0.887,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88357",5,42.22862,-83.2082,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.35548,0.193641,1.46,"2013-10-10 00:00",0.958,"2013-09-25 00:00",0.92,"2013-08-17 00:00",0.728,"2013-01-16 00:00","","","","",1.46,0.958,0.725,0.534,0.42,0.334,0.174,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88370",5,42.22862,-83.2082,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.7725,0.837081,5.04,"2013-08-17 00:00",4.01,"2013-09-10 00:00",3.68,"2013-07-03 00:00",3.61,"2013-08-29 00:00","","","","",5.04,4.01,3.57,2.81,2.22,1.7,0.816,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88374",5,42.22862,-83.2082,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.15095,0.110455,0.864,"2013-08-17 00:00",0.44,"2013-09-10 00:00",0.366,"2013-08-29 00:00",0.361,"2013-06-24 00:00","","","","",0.864,0.44,0.317,0.266,0.2,0.123,0.05,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88375",5,42.22862,-83.2082,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.47783,0.232033,1.02,"2013-09-10 00:00",1.01,"2013-08-17 00:00",1,"2013-08-29 00:00",0.995,"2013-05-28 00:00","","","","",1.02,1.01,0.981,0.872,0.63,0.413,0.222,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88376",5,42.22862,-83.2082,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.52323,0.295229,1.88,"2013-08-17 00:00",1.45,"2013-06-15 00:00",1.17,"2013-09-10 00:00",1.15,"2013-11-06 00:00","","","","",1.88,1.45,1.13,0.893,0.678,0.462,0.21,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88377",5,42.22862,-83.2082,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.38503,0.212638,1.29,"2013-08-17 00:00",1.18,"2013-07-03 00:00",0.806,"2013-08-20 00:00",0.797,"2013-08-26 00:00","","","","",1.29,1.18,0.764,0.649,0.486,0.369,0.161,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88378",5,42.22862,-83.2082,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",4,0.23577,0.137964,0.638,"2013-06-09 00:00",0.613,"2013-09-10 00:00",0.55,"2013-06-24 00:00",0.52,"2013-03-11 00:00","","","","",0.638,0.613,0.512,0.462,0.314,0.219,0.087,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88380",5,42.22862,-83.2082,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.61384,0.338582,2.11,"2013-10-10 00:00",2.05,"2013-08-17 00:00",1.46,"2013-09-25 00:00",1.22,"2013-08-20 00:00","","","","",2.11,2.05,1.13,0.984,0.749,0.541,0.289,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88383",5,42.22862,-83.2082,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.79241,0.359861,2.03,"2013-10-10 00:00",1.99,"2013-08-17 00:00",1.62,"2013-09-10 00:00",1.48,"2013-08-29 00:00","","","","",2.03,1.99,1.41,1.26,1.01,0.752,0.373,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88384",5,42.22862,-83.2082,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.056779,0.028397,0.185,"2013-07-12 00:00",0.162,"2013-08-14 00:00",0.118,"2013-05-13 00:00",0.116,"2013-08-11 00:00","","","","",0.185,0.162,0.105,0.0878,0.0755,0.0536,0.027,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88385",5,42.22862,-83.2082,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.001167,0.001517,0.0161,"2013-06-24 00:00",0.00259,"2013-06-30 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.0161,0.00259,0.001,0.001,0.001,0.001,0.001,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88388",5,42.22862,-83.2082,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.49396,0.262848,1.2,"2013-09-10 00:00",1.14,"2013-09-19 00:00",1.13,"2013-08-17 00:00",1.04,"2013-09-01 00:00","","","","",1.2,1.14,1.02,0.869,0.698,0.411,0.188,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88403",5,42.22862,-83.2082,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,1.84909,1.277344,6.43,"2013-09-19 00:00",6.1,"2013-08-20 00:00",4.71,"2013-09-01 00:00",4.57,"2013-07-15 00:00","","","","",6.1,4.71,4.32,3.78,2.42,1.33,0.681,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0001","88502",3,42.22862,-83.2082,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6449,74,270,365,0,103,"","","Certification not required",0,10.052876,5.782409,107,"2013-07-04 21:00",69,"2013-07-04 22:00",43,"2013-08-17 00:00",41,"2013-07-04 20:00","","","","",27,25,21,18,13,9,4,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","88502",3,42.22862,-83.2082,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,10.006296,4.048654,25.7,"2013-08-21 00:00",24.8,"2013-07-04 00:00",22,"2013-08-19 00:00",21.2,"2013-09-10 00:00","","","","",22,20,17.4,15.5,12.2,9.2,5.5,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0001","88502",5,42.22862,-83.2082,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,9.464762,4.449827,20.7,"2013-09-10 00:00",20.5,"2013-08-17 00:00",19.1,"2013-08-20 00:00",19,"2013-06-24 00:00","","","","",20.5,19.1,17.7,16,12.3,8.8,4.5,"Allen Park","14700 GODDARD","Michigan","Wayne","Allen Park","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0005","12103",1,42.267231,-83.132086,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001466,0.001124,0.00763,"2013-10-07 00:00",0.00442,"2013-09-07 00:00",0.00324,"2013-05-28 00:00",0.00265,"2013-06-15 00:00","","","","",0.00763,0.00442,0.00265,0.00246,0.00181,0.00125,0.00052,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0005","12110",1,42.267231,-83.132086,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.000364,0.0004,0.00284,"2013-06-21 00:00",0.00126,"2013-03-11 00:00",0.00111,"2013-05-28 00:00",0.00083,"2013-07-03 00:00","","","","",0.00284,0.00126,0.00083,0.00062,0.00038,0.00025,0.00012,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0005","12132",1,42.267231,-83.132086,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.048456,0.032191,0.19164,"2013-09-19 00:00",0.14041,"2013-06-21 00:00",0.1237,"2013-11-30 00:00",0.10841,"2013-05-22 00:00","","","","",0.19164,0.14041,0.10841,0.079,0.06137,0.04293,0.01857,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0005","12136",1,42.267231,-83.132086,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001408,0.00049,0.00294,"2013-06-21 00:00",0.00245,"2013-09-25 00:00",0.00243,"2013-09-19 00:00",0.0023,"2013-07-15 00:00","","","","",0.00294,0.00245,0.0023,0.00211,0.00163,0.0013,0.00084,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0005","43502",7,42.267231,-83.132086,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,4.583871,7.740805,45.7,"2013-09-25 00:00",6.2,"2013-05-28 00:00",5.9,"2013-06-21 00:00",5.7,"2013-08-20 00:00","","","","",45.7,45.7,6.2,5.7,4.1,3.1,1.8,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43503",7,42.267231,-83.132086,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.345161,1.533588,10,"2013-09-25 00:00",3.3,"2013-12-13 00:00",3.2,"2013-05-21 00:00",3,"2013-05-28 00:00","","","","",10,10,3.3,3,2.5,2,1.5,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43504",7,42.267231,-83.132086,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.4,0.20166,1,"2013-07-15 00:00",0.9,"2013-09-25 00:00",0.8,"2013-05-21 00:00",0.6,"2013-05-28 00:00","","","","",1,1,0.9,0.6,0.4,0.3,0.2,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43505",7,42.267231,-83.132086,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.065484,0.076413,0.39,"2013-09-25 00:00",0.14,"2013-05-28 00:00",0.13,"2013-08-20 00:00",0.12,"2013-06-21 00:00","","","","",0.39,0.39,0.14,0.12,0.09,0.07,0,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43515",7,42.267231,-83.132086,"WGS84","Methacrolein","24 HOUR","","Observed Values","Cartridge-DNPH-ON-Silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",29,0.214194,0.055183,0.44,"2013-10-07 00:00",0.4,"2013-08-20 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-28 00:00","","","","",0.44,0.44,0.4,0.2,0.2,0.2,0.2,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43517",7,42.267231,-83.132086,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge-DNPH-on silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",9,0.254516,0.339998,1.93,"2013-09-25 00:00",0.47,"2013-05-28 00:00",0.45,"2013-07-15 00:00",0.44,"2013-08-20 00:00","","","","",1.93,1.93,0.47,0.44,0.34,0.17,0.05,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43518",7,42.267231,-83.132086,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","Cartridge-DNPH-on silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",1,0.351935,0.313469,1.85,"2013-09-25 00:00",0.66,"2013-05-28 00:00",0.6,"2013-07-15 00:00",0.58,"2013-05-21 00:00","","","","",1.85,1.85,0.66,0.58,0.39,0.28,0.17,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43528",7,42.267231,-83.132086,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge-DNPH-on silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",26,0.12129,0.235623,1.25,"2013-07-15 00:00",0.5,"2013-08-08 00:00",0.46,"2013-05-28 00:00",0.15,"2013-07-27 00:00","","","","",1.25,1.25,0.5,0.15,0.05,0.05,0.05,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","43551",7,42.267231,-83.132086,"WGS84","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.919355,1.191755,6.1,"2013-05-21 00:00",5.2,"2013-04-22 00:00",5.2,"2013-05-04 00:00",4.4,"2013-12-13 00:00","","","","",6.1,6.1,5.2,4.4,3.4,2.8,1.9,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","45501",7,42.267231,-83.132086,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGE - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",28,0.366129,0.241436,1.55,"2013-09-25 00:00",0.73,"2013-05-28 00:00",0.67,"2013-07-15 00:00",0.3,"2013-01-04 00:00","","","","",1.55,1.55,0.73,0.3,0.3,0.3,0.3,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","45504",7,42.267231,-83.132086,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGE - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,0.285,0,0.285,"2013-01-04 00:00",0.285,"2013-01-28 00:00",0.285,"2013-02-03 00:00",0.285,"2013-02-09 00:00","","","","",0.285,0.285,0.285,0.285,0.285,0.285,0.285,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0005","61103",2,42.267231,-83.132086,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6346,72,262,365,0,205,"","","Certification not required",0,4.100615,2.133569,13.9,"2013-01-20 03:00",13.9,"2013-01-20 04:00",13.9,"2013-04-18 13:00",13,"2013-01-20 02:00","","","","",9.6,9.6,7.8,6.9,5.2,3.5,1.7,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0005","61104",2,42.267231,-83.132086,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6346,72,262,365,0,205,"","","Certification not required",0,192.707217,97.039084,360,"2013-03-23 08:00",360,"2013-05-26 03:00",360,"2013-06-14 07:00",360,"2013-07-24 03:00","","","","",357,354,345,319,275,198,49,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0005","61106",1,42.267231,-83.132086,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6346,72,262,365,0,205,"","","Certification not required",0,23.613457,8.943345,80,"2013-08-30 22:00",78,"2013-06-20 04:00",77,"2013-06-27 17:00",75,"2013-05-09 02:00","","","","",61,52,41,34,27,22,15,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0005","62101",1,42.267231,-83.132086,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6346,72,262,365,0,205,"","","Certification not required",0,53.962969,20.248964,95,"2013-07-17 14:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",95,"2013-09-10 16:00","","","","",88,86,82,79,72,59,27,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0005","81102",1,42.267231,-83.132086,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",1,17.237288,7.609746,35,"2013-06-21 00:00",35,"2013-09-19 00:00",33,"2013-05-16 00:00",33,"2013-09-07 00:00","","","","",35,35,33,29,21,16,9,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0005","82132",1,42.267231,-83.132086,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,"","","Certification not required",0,14.867797,9.890756,50.3,"2013-06-21 00:00",50.3,"2013-09-19 00:00",39.4,"2013-11-30 00:00",26.8,"2013-03-29 00:00","","","","",50.3,50.3,39.4,24.3,18.3,12.2,5.5,"River Rouge","315 GENESEE","Michigan","Wayne","River Rouge","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","12103",4,42.302786,-83.10653,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.001464,0.000898,0.0045,"2013-07-09 00:00",0.00368,"2013-06-15 00:00",0.00339,"2013-09-07 00:00",0.00325,"2013-08-20 00:00","","","","",0.0045,0.00368,0.00325,0.00238,0.002,0.00127,0.00047,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","12110",4,42.302786,-83.10653,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.000274,0.000243,0.00168,"2013-09-07 00:00",0.00084,"2013-10-01 00:00",0.00059,"2013-11-30 00:00",0.00058,"2013-05-28 00:00","","","","",0.00168,0.00084,0.00058,0.00045,0.00034,0.00023,8e-05,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","12132",4,42.302786,-83.10653,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.053178,0.039472,0.21097,"2013-08-26 00:00",0.16632,"2013-08-02 00:00",0.14139,"2013-01-16 00:00",0.13548,"2013-05-16 00:00","","","","",0.21097,0.16632,0.13548,0.11127,0.05713,0.04072,0.0207,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","12136",4,42.302786,-83.10653,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,0.002176,0.001012,0.00535,"2013-07-03 00:00",0.00533,"2013-09-25 00:00",0.00504,"2013-07-15 00:00",0.00412,"2013-01-16 00:00","","","","",0.00535,0.00533,0.00412,0.0034,0.00267,0.00201,0.00115,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","42401",1,42.302786,-83.10653,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6240,71,269,365,0,312,0,"","Certification not required",0,11.510781,14.616347,73.1,"2013-03-10 14:00",70.8,"2013-04-18 12:00",65.6,"2013-05-31 05:00",62.5,"2013-04-23 12:00","","","","",65.6,56.4,44.8,31.3,16.2,4.9,0.8,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0015","42401",1,42.302786,-83.10653,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6240,71,269,365,0,312,"","","Certification not required",0,2.572628,6.573261,73.1,"2013-03-10 14:00",70.8,"2013-04-18 12:00",68.6,"2013-03-10 08:00",65.6,"2013-05-31 05:00","","","","",37.1,25.1,12.5,5.6,1.7,0.7,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0015","42401",1,42.302786,-83.10653,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",269,74,269,365,0,0,0,"","Certification not required",0,2.556506,3.76392,26.6,"2013-03-10 00:00",23.5,"2013-05-31 00:00",22.2,"2013-04-15 00:00",21.9,"2013-04-04 00:00","","","","",22.2,15.5,8.6,6,3,1.2,0.2,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0015","42401",1,42.302786,-83.10653,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1897,65,265,365,0,0,"",0,"Certification not required",0,2.625672,6.159442,59.6,"2013-04-18 11:00",54.4,"2013-05-31 08:00",53.6,"2013-05-31 05:00",53,"2013-03-10 17:00","","","","",35.3,23.5,12.6,6.6,1.9,0.7,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0015","42401",3,42.302786,-83.10653,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",75063,71,273,365,0,3561,"","","Certification not required",0,3.032562,7.123831,154.6,"2013-09-19 11:55",118.2,"2013-06-20 12:15",115.4,"2013-03-10 08:15",113.9,"2013-06-20 12:10","","","","",39.6,26.5,12.6,5.8,2.4,1.2,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0015","43207",1,42.302786,-83.10653,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",30,0.084559,0.014816,0.16432,"2013-11-12 00:00",0.08346,"2013-01-04 00:00",0.08216,"2013-01-16 00:00",0.08216,"2013-01-28 00:00","","","","",0.16432,0.16432,0.08346,0.08216,0.08216,0.08216,0.08086,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43208",1,42.302786,-83.10653,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",29,0.108014,0.076889,0.25734,"2013-01-04 00:00",0.24305,"2013-01-16 00:00",0.24305,"2013-01-28 00:00",0.24305,"2013-02-09 00:00","","","","",0.25734,0.25734,0.24305,0.24305,0.12581,0.06291,0.06291,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43218",1,42.302786,-83.10653,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.019355,0.074919,0.3,"2013-11-12 00:00",0.3,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43231",1,42.302786,-83.10653,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.048387,0.803273,3.1,"2013-08-20 00:00",2.6,"2013-09-01 00:00",2.2,"2013-01-28 00:00",2.2,"2013-06-21 00:00","","","","",3.1,3.1,2.6,2.2,1.3,0.9,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43250",1,42.302786,-83.10653,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.148387,0.318194,1,"2013-01-16 00:00",1,"2013-08-20 00:00",0.8,"2013-09-25 00:00",0.6,"2013-08-08 00:00","","","","",1,1,1,0.6,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43372",1,42.302786,-83.10653,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.034194,0.132357,0.53,"2013-11-12 00:00",0.53,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.53,0.53,0.53,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43502",7,42.302786,-83.10653,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.36129,1.224385,5.2,"2013-07-27 00:00",5.2,"2013-08-20 00:00",4.2,"2013-06-21 00:00",4.2,"2013-07-15 00:00","","","","",5.2,5.2,5.2,4.2,3.2,1.9,1.2,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43503",7,42.302786,-83.10653,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2,0.650641,3.4,"2013-07-15 00:00",3.2,"2013-12-30 00:00",2.9,"2013-05-21 00:00",2.8,"2013-06-21 00:00","","","","",3.4,3.4,3.2,2.8,2.5,1.9,1.2,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43504",7,42.302786,-83.10653,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.416129,0.184566,0.9,"2013-09-01 00:00",0.7,"2013-05-21 00:00",0.7,"2013-05-28 00:00",0.7,"2013-06-21 00:00","","","","",0.9,0.9,0.7,0.7,0.5,0.4,0.2,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43505",7,42.302786,-83.10653,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.039677,0.0482,0.12,"2013-06-21 00:00",0.12,"2013-07-15 00:00",0.12,"2013-09-01 00:00",0.11,"2013-07-03 00:00","","","","",0.12,0.12,0.12,0.11,0.1,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43515",7,42.302786,-83.10653,"WGS84","Methacrolein","24 HOUR","","Observed Values","Cartridge-DNPH-ON-Silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",30,0.207097,0.039513,0.42,"2013-08-20 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.42,0.42,0.2,0.2,0.2,0.2,0.2,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43517",7,42.302786,-83.10653,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge-DNPH-on silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",13,0.151613,0.11645,0.43,"2013-07-15 00:00",0.37,"2013-06-21 00:00",0.34,"2013-08-20 00:00",0.34,"2013-09-01 00:00","","","","",0.43,0.43,0.37,0.34,0.24,0.12,0.05,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43518",7,42.302786,-83.10653,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","Cartridge-DNPH-on silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",1,0.332903,0.154104,0.68,"2013-07-15 00:00",0.58,"2013-05-28 00:00",0.58,"2013-09-01 00:00",0.53,"2013-09-25 00:00","","","","",0.68,0.68,0.58,0.53,0.43,0.3,0.18,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43528",7,42.302786,-83.10653,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge-DNPH-on silica - HPLC Ultraviolet Absorption",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",25,0.160323,0.335107,1.78,"2013-09-01 00:00",0.65,"2013-07-15 00:00",0.59,"2013-05-28 00:00",0.25,"2013-10-31 00:00","","","","",1.78,1.78,0.65,0.25,0.05,0.05,0.05,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43551",7,42.302786,-83.10653,"WGS84","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,2.874194,1.09999,6,"2013-05-21 00:00",4.8,"2013-05-04 00:00",4.7,"2013-01-28 00:00",4.3,"2013-03-29 00:00","","","","",6,6,4.8,4.3,3.3,2.9,1.6,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","43552",1,42.302786,-83.10653,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",4,2.70441,2.654462,12.74156,"2013-05-04 00:00",10.43723,"2013-01-28 00:00",5.28639,"2013-06-21 00:00",4.202,"2013-09-25 00:00","","","","",12.74156,12.74156,10.43723,4.202,2.98207,2.16878,0.67774,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43560",1,42.302786,-83.10653,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.67129,6.166746,33.67,"2013-05-04 00:00",7.9,"2013-06-21 00:00",4.39,"2013-07-03 00:00",2.63,"2013-01-28 00:00","","","","",33.67,33.67,7.9,2.63,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43702",1,42.302786,-83.10653,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.05,0.150067,0.68,"2013-09-13 00:00",0.45,"2013-10-19 00:00",0.21,"2013-11-12 00:00",0.21,"2013-11-24 00:00","","","","",0.68,0.68,0.45,0.21,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43704",1,42.302786,-83.10653,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.03871,0.149839,0.6,"2013-11-12 00:00",0.6,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.6,0.6,0.6,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43801",1,42.302786,-83.10653,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.503226,0.166301,0.8,"2013-10-07 00:00",0.7,"2013-04-10 00:00",0.7,"2013-05-04 00:00",0.7,"2013-07-27 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.5,0.3,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43802",1,42.302786,-83.10653,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.145161,0.067521,0.3,"2013-09-25 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43803",1,42.302786,-83.10653,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.067742,0.054081,0.2,"2013-10-07 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-10 00:00",0.1,"2013-04-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43804",1,42.302786,-83.10653,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.03871,0.049514,0.1,"2013-04-10 00:00",0.1,"2013-04-22 00:00",0.1,"2013-06-09 00:00",0.1,"2013-07-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43806",1,42.302786,-83.10653,"WGS84","Bromoform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.001935,0.007492,0.03,"2013-11-12 00:00",0.03,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43811",1,42.302786,-83.10653,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",1,0.207321,0.047414,0.3024,"2013-03-29 00:00",0.26683,"2013-07-15 00:00",0.24904,"2013-04-10 00:00",0.24904,"2013-05-04 00:00","","","","",0.3024,0.3024,0.26683,0.24904,0.23125,0.21346,0.17611,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43812",1,42.302786,-83.10653,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43813",1,42.302786,-83.10653,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43814",1,42.302786,-83.10653,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43815",1,42.302786,-83.10653,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.006452,0.024973,0.1,"2013-11-12 00:00",0.1,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43817",1,42.302786,-83.10653,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.032258,0.116582,0.6,"2013-01-28 00:00",0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00","","","","",0.6,0.6,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43818",1,42.302786,-83.10653,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.009677,0.030054,0.1,"2013-06-21 00:00",0.1,"2013-11-12 00:00",0.1,"2013-11-24 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43819",1,42.302786,-83.10653,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43820",1,42.302786,-83.10653,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.006452,0.024973,0.1,"2013-11-12 00:00",0.1,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43823",1,42.302786,-83.10653,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.431581,0.123325,0.58609,"2013-10-31 00:00",0.54567,"2013-03-29 00:00",0.54567,"2013-12-30 00:00",0.52546,"2013-04-10 00:00","","","","",0.58609,0.58609,0.54567,0.52546,0.52546,0.44462,0.36378,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43824",1,42.302786,-83.10653,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.010323,0.039957,0.16,"2013-11-12 00:00",0.16,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.16,0.16,0.16,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43826",1,42.302786,-83.10653,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43828",1,42.302786,-83.10653,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",30,0.040347,0.023438,0.08204,"2013-01-04 00:00",0.08204,"2013-01-16 00:00",0.08204,"2013-01-28 00:00",0.08204,"2013-02-09 00:00","","","","",0.08204,0.08204,0.08204,0.08204,0.05519,0.02685,0.02685,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43829",1,42.302786,-83.10653,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43830",1,42.302786,-83.10653,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.010323,0.039957,0.16,"2013-11-12 00:00",0.16,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.16,0.16,0.16,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43831",1,42.302786,-83.10653,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.014194,0.054941,0.22,"2013-11-12 00:00",0.22,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.22,0.22,0.22,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43832",1,42.302786,-83.10653,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",30,0.045627,0.023541,0.08799,"2013-01-04 00:00",0.08799,"2013-01-16 00:00",0.08799,"2013-01-28 00:00",0.08799,"2013-02-09 00:00","","","","",0.08799,0.08799,0.08799,0.08799,0.06453,0.03227,0.03168,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43835",1,42.302786,-83.10653,"WGS84","Chloroprene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.019355,0.074919,0.3,"2013-11-12 00:00",0.3,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43838",1,42.302786,-83.10653,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",29,0.095057,0.026002,0.18653,"2013-11-12 00:00",0.18653,"2013-11-24 00:00",0.09579,"2013-04-10 00:00",0.09579,"2013-04-22 00:00","","","","",0.18653,0.18653,0.18653,0.09579,0.09327,0.09327,0.0731,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43839",1,42.302786,-83.10653,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",29,0.086115,0.027971,0.17645,"2013-11-12 00:00",0.17645,"2013-11-24 00:00",0.08823,"2013-03-29 00:00",0.08823,"2013-04-10 00:00","","","","",0.17645,0.17645,0.17645,0.08823,0.08823,0.08823,0.05546,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43843",1,42.302786,-83.10653,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.006452,0.024973,0.1,"2013-11-12 00:00",0.1,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43844",1,42.302786,-83.10653,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.087097,0.324286,1.7,"2013-06-21 00:00",0.5,"2013-11-12 00:00",0.5,"2013-11-24 00:00",0,"2013-01-04 00:00","","","","",1.7,1.7,0.5,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","43860",1,42.302786,-83.10653,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.012903,0.049946,0.2,"2013-11-12 00:00",0.2,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45109",1,42.302786,-83.10653,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.929032,1.858708,8.7,"2013-01-28 00:00",4.1,"2013-08-20 00:00",2.9,"2013-01-16 00:00",2.9,"2013-09-25 00:00","","","","",8.7,8.7,4.1,2.9,1.8,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45201",1,42.302786,-83.10653,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.183871,0.502724,2.6,"2013-10-31 00:00",2.4,"2013-01-16 00:00",1.9,"2013-01-28 00:00",1.8,"2013-05-28 00:00","","","","",2.6,2.6,2.4,1.8,1.4,1.1,0.7,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45202",1,42.302786,-83.10653,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,3.358065,8.09962,46.4,"2013-01-28 00:00",5.6,"2013-01-16 00:00",5.4,"2013-09-25 00:00",4.5,"2013-08-20 00:00","","","","",46.4,46.4,5.6,4.5,2.6,1.7,0.6,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45203",1,42.302786,-83.10653,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.164516,0.577089,2.9,"2013-01-28 00:00",1.1,"2013-11-12 00:00",1.1,"2013-11-24 00:00",0,"2013-01-04 00:00","","","","",2.9,2.9,1.1,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45204",1,42.302786,-83.10653,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.305161,0.604152,2.76,"2013-01-28 00:00",1.42,"2013-08-20 00:00",1.12,"2013-09-25 00:00",0.85,"2013-06-21 00:00","","","","",2.76,2.76,1.42,0.85,0.57,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45207",1,42.302786,-83.10653,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.352681,0.126483,0.59469,"2013-01-04 00:00",0.58554,"2013-01-16 00:00",0.58554,"2013-01-28 00:00",0.58554,"2013-02-09 00:00","","","","",0.59469,0.59469,0.58554,0.58554,0.29277,0.28362,0.28362,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45208",1,42.302786,-83.10653,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",22,0.627447,0.453683,1.79321,"2013-09-25 00:00",1.57363,"2013-01-16 00:00",1.48214,"2013-08-20 00:00",1.40895,"2013-06-21 00:00","","","","",1.79321,1.79321,1.57363,1.40895,0.84171,0.29277,0.29277,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45220",1,42.302786,-83.10653,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.059032,0.186786,0.77,"2013-05-04 00:00",0.53,"2013-11-12 00:00",0.53,"2013-11-24 00:00",0,"2013-01-04 00:00","","","","",0.77,0.77,0.53,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45501",7,42.302786,-83.10653,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGE - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",30,0.323871,0.132908,1.04,"2013-05-28 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",1.04,1.04,0.3,0.3,0.3,0.3,0.3,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","45504",7,42.302786,-83.10653,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGE - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,0.285,0,0.285,"2013-01-04 00:00",0.285,"2013-01-28 00:00",0.285,"2013-02-03 00:00",0.285,"2013-02-09 00:00","","","","",0.285,0.285,0.285,0.285,0.285,0.285,0.285,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-16" +"26","163","0015","45801",1,42.302786,-83.10653,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.025806,0.099892,0.4,"2013-11-12 00:00",0.4,"2013-11-24 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0.4,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45805",1,42.302786,-83.10653,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",29,0.285384,0.169848,1.09713,"2013-06-21 00:00",0.52862,"2013-05-04 00:00",0.36405,"2013-01-04 00:00",0.35906,"2013-01-16 00:00","","","","",1.09713,1.09713,0.52862,0.35906,0.35408,0.21444,0.21444,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45806",1,42.302786,-83.10653,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",29,0.250957,0.184456,1.09713,"2013-06-21 00:00",0.4189,"2013-05-04 00:00",0.384,"2013-01-04 00:00",0.37901,"2013-01-16 00:00","","","","",1.09713,1.09713,0.4189,0.37901,0.37402,0.16457,0.16457,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45807",1,42.302786,-83.10653,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.096774,0.303846,1.5,"2013-06-21 00:00",0.7,"2013-05-04 00:00",0.4,"2013-11-12 00:00",0.4,"2013-11-24 00:00","","","","",1.5,1.5,0.7,0.4,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","45809",1,42.302786,-83.10653,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",7,100,7,7,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-17" +"26","163","0015","45810",1,42.302786,-83.10653,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.290323,0.937498,4.8,"2013-06-21 00:00",1.6,"2013-05-04 00:00",1.3,"2013-11-12 00:00",1.3,"2013-11-24 00:00","","","","",4.8,4.8,1.6,1.3,0,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","61103",1,42.302786,-83.10653,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6433,73,267,365,0,119,"","","Certification not required",0,5.119524,2.831384,19.1,"2013-01-20 02:00",18.2,"2013-01-20 03:00",17.4,"2013-02-11 12:00",16.5,"2013-01-20 04:00","","","","",13.9,12.2,10.4,8.7,6.9,5.2,1.7,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0015","61104",1,42.302786,-83.10653,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6433,73,267,365,0,119,"","","Certification not required",0,188.959583,99.660134,360,"2013-04-07 20:00",360,"2013-04-10 15:00",360,"2013-06-03 07:00",360,"2013-06-14 12:00","","","","",356,352,341,318,276,196,47,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0015","61106",1,42.302786,-83.10653,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6433,73,267,365,0,119,"","","Certification not required",0,21.393906,9.606401,77,"2013-08-07 08:00",76,"2013-06-18 08:00",76,"2013-06-27 17:00",76,"2013-07-09 23:00","","","","",61,54,41,32,24,19,14,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0015","62101",1,42.302786,-83.10653,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6433,73,267,365,0,119,"","","Certification not required",0,53.425462,20.17133,93,"2013-07-17 13:00",93,"2013-07-17 14:00",93,"2013-07-17 15:00",93,"2013-07-17 16:00","","","","",86,84,81,77,72,59,25,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0015","62201",1,42.302786,-83.10653,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6433,73,267,365,0,119,"","","Certification not required",0,70.873309,17.60988,100,"2013-01-11 08:00",100,"2013-01-11 09:00",100,"2013-01-11 10:00",100,"2013-01-11 11:00","","","","",100,100,100,96,84,71,47,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0015","64101",1,42.302786,-83.10653,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6433,73,267,365,0,119,"","","Certification not required",0,994.17348,6.553981,1015,"2013-04-21 08:00",1015,"2013-04-21 09:00",1015,"2013-04-21 10:00",1015,"2013-04-21 11:00","","","","",1009,1007,1005,1003,999,995,985,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0015","68101",1,42.302786,-83.10653,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,90,122,0,14,"","","Certification not required",75,0.072778,0.060967,0.3,"2013-01-31 00:00",0.3,"2013-03-11 00:00",0.3,"2013-03-14 00:00",0.3,"2013-06-12 00:00","","","","",0.3,0.3,0.2,0.2,0.05,0.05,0.05,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68102",1,42.302786,-83.10653,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,90,122,0,14,"","","Certification not required",0,23.995556,0.033221,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68103",1,42.302786,-83.10653,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,14,"","","Certification not required",0,6.467778,10.489115,23.4,"2013-09-10 00:00",22.8,"2013-07-18 00:00",22.5,"2013-07-15 00:00",21.6,"2013-07-09 00:00","","","","",23.4,22.8,21.2,19.6,14.2,8.8,-7.8,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68103",5,42.302786,-83.10653,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,7.672549,10.078037,23.1,"2013-07-15 00:00",22.6,"2013-07-09 00:00",20.7,"2013-08-26 00:00",20.5,"2013-09-01 00:00","","","","",23.1,22.6,20.7,19.3,15.2,9.7,-5.1,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","68104",1,42.302786,-83.10653,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,14,"","","Certification not required",0,17.033333,12.153928,35.3,"2013-07-15 00:00",35.1,"2013-09-10 00:00",34,"2013-07-18 00:00",32.7,"2013-07-09 00:00","","","","",35.3,35.1,32.1,31.5,28,20.3,0.9,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68104",5,42.302786,-83.10653,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,17.456863,12.078117,36.1,"2013-07-15 00:00",33.1,"2013-07-09 00:00",32.2,"2013-08-26 00:00",32,"2013-06-21 00:00","","","","",36.1,33.1,32.2,30.7,27.9,21.9,1.2,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","68105",1,42.302786,-83.10653,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,14,"","","Certification not required",0,11.607778,11.133523,28.9,"2013-09-10 00:00",28.3,"2013-07-18 00:00",27.1,"2013-07-15 00:00",26.6,"2013-06-24 00:00","","","","",28.9,28.3,26.6,24.1,21.5,14.6,-3.6,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68105",5,42.302786,-83.10653,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.439216,10.814603,27.7,"2013-07-15 00:00",27.1,"2013-08-26 00:00",25.9,"2013-07-09 00:00",24.6,"2013-08-20 00:00","","","","",27.7,27.1,25.9,24.2,21.9,15.4,-2.5,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","68106",1,42.302786,-83.10653,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,14,"","","Certification not required",0,743.4,5.098579,755,"2013-03-08 00:00",752,"2013-02-09 00:00",752,"2013-05-25 00:00",752,"2013-07-15 00:00","","","","",755,752,751,749,747,744,737,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68106",5,42.302786,-83.10653,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,739.745098,5.705587,752,"2013-02-09 00:00",752,"2013-02-21 00:00",751,"2013-01-22 00:00",749,"2013-01-10 00:00","","","","",752,752,751,746,743,740,733,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","68107",1,42.302786,-83.10653,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,14,"","","Certification not required",0,750.155556,4.411199,762,"2013-01-10 00:00",759,"2013-01-25 00:00",759,"2013-03-08 00:00",759,"2013-04-22 00:00","","","","",762,759,758,757,753,750,745,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68107",5,42.302786,-83.10653,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,748.254902,5.36225,762,"2013-04-22 00:00",760,"2013-01-10 00:00",758,"2013-04-04 00:00",757,"2013-02-09 00:00","","","","",762,760,758,755,752,748,742,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","68108",1,42.302786,-83.10653,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,14,"","","Certification not required",0,747.2,4.492691,758,"2013-01-10 00:00",757,"2013-03-08 00:00",756,"2013-02-09 00:00",755,"2013-05-25 00:00","","","","",758,757,754,753,750,747,742,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","68108",5,42.302786,-83.10653,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,742.803922,5.306674,755,"2013-01-10 00:00",754,"2013-02-21 00:00",753,"2013-01-22 00:00",753,"2013-02-09 00:00","","","","",755,754,753,750,745,742,736,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","81102",1,42.302786,-83.10653,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,19.57377,9.492908,44,"2013-08-20 00:00",43,"2013-08-26 00:00",42,"2013-09-19 00:00",36,"2013-04-04 00:00","","","","",44,43,36,32,25,17,9,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0015","82132",1,42.302786,-83.10653,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,"","","Certification not required",0,18.537705,12.72148,61.4,"2013-08-26 00:00",50.4,"2013-05-16 00:00",48.7,"2013-04-04 00:00",47.6,"2013-08-02 00:00","","","","",61.4,50.4,47.6,38,23.1,14.2,6.1,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88101",1,42.302786,-83.10653,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,14,0,0,"Certification not required",0,10.125556,5.206231,23,"2013-09-19 00:00",21.2,"2013-08-20 00:00",20.8,"2013-09-10 00:00",20.2,"2013-01-28 00:00","","","","",23,21.2,19.7,18.3,14,8.7,4,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","88101",1,42.302786,-83.10653,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,14,"","","Certification not required",0,10.125556,5.206231,23,"2013-09-19 00:00",21.2,"2013-08-20 00:00",20.8,"2013-09-10 00:00",20.2,"2013-01-28 00:00","","","","",23,21.2,19.7,18.3,14,8.7,4,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0015","88102",5,42.302786,-83.10653,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01886,0.00527,0.026,"2013-05-10 00:00",0.026,"2013-05-22 00:00",0.026,"2013-05-28 00:00",0.026,"2013-06-15 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.0135,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88103",5,42.302786,-83.10653,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00078,0.000996,0.004,"2013-06-15 00:00",0.003,"2013-04-28 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-15 00:00","","","","",0.004,0.004,0.002,0.002,0.002,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88104",5,42.302786,-83.10653,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",20,0.04245,0.03727,0.154,"2013-05-16 00:00",0.153,"2013-03-11 00:00",0.094,"2013-06-15 00:00",0.093,"2013-06-27 00:00","","","","",0.154,0.154,0.094,0.089,0.068,0.037,0.0065,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88107",5,42.302786,-83.10653,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.007595,0.00711,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.0182,0.0055,0.005,0.00385,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88109",5,42.302786,-83.10653,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.00531,0.00495,0.0311,"2013-09-01 00:00",0.017,"2013-10-31 00:00",0.0122,"2013-07-27 00:00",0.0113,"2013-03-11 00:00","","","","",0.0311,0.0311,0.0122,0.0087,0.007,0.0045,0.00115,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88110",5,42.302786,-83.10653,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0019,0.00439,0.02,"2013-03-05 00:00",0.016,"2013-02-27 00:00",0.013,"2013-07-03 00:00",0.011,"2013-10-25 00:00","","","","",0.02,0.02,0.013,0.008,0.001,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88111",5,42.302786,-83.10653,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.162874,0.175395,0.81,"2013-06-15 00:00",0.66,"2013-08-02 00:00",0.648,"2013-05-16 00:00",0.395,"2013-10-19 00:00","","","","",0.81,0.81,0.648,0.394,0.221,0.114,0.0266,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88112",5,42.302786,-83.10653,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00282,0.00509,0.034,"2013-09-25 00:00",0.014,"2013-10-01 00:00",0.007,"2013-07-21 00:00",0.005,"2013-07-03 00:00","","","","",0.034,0.034,0.007,0.005,0.004,0.002,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88113",5,42.302786,-83.10653,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",39,0.00103,0.000702,0.0033,"2013-10-31 00:00",0.003,"2013-01-16 00:00",0.0027,"2013-07-03 00:00",0.0024,"2013-05-22 00:00","","","","",0.0033,0.0033,0.0027,0.0022,0.001,0.0007,0.00055,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88114",5,42.302786,-83.10653,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.008946,0.006766,0.0255,"2013-09-19 00:00",0.0251,"2013-10-07 00:00",0.0247,"2013-01-16 00:00",0.024,"2013-01-10 00:00","","","","",0.0255,0.0255,0.0247,0.0224,0.0111,0.0083,0.00125,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88115",5,42.302786,-83.10653,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",15,0.029105,0.041313,0.202,"2013-03-11 00:00",0.16,"2013-01-16 00:00",0.129,"2013-01-22 00:00",0.114,"2013-06-15 00:00","","","","",0.202,0.202,0.129,0.0884,0.0315,0.015,0.0039,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88117",5,42.302786,-83.10653,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006884,0.010855,0.0435,"2013-03-17 00:00",0.0435,"2013-10-13 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-23 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0042,0.0041,0.0028,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88118",5,42.302786,-83.10653,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.009063,0.006537,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.005,0.0041,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88126",5,42.302786,-83.10653,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.235234,0.167565,0.676,"2013-04-04 00:00",0.569,"2013-10-31 00:00",0.537,"2013-07-15 00:00",0.514,"2013-06-15 00:00","","","","",0.676,0.676,0.537,0.511,0.314,0.212,0.0483,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88128",5,42.302786,-83.10653,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00396,0.00402,0.02,"2013-10-31 00:00",0.015,"2013-08-20 00:00",0.011,"2013-03-11 00:00",0.01,"2013-05-28 00:00","","","","",0.02,0.02,0.011,0.009,0.005,0.003,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88131",5,42.302786,-83.10653,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01054,0.003942,0.018,"2013-09-13 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-05-22 00:00","","","","",0.018,0.018,0.0165,0.0165,0.0165,0.008,0.007,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88132",5,42.302786,-83.10653,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00654,0.005511,0.025,"2013-09-19 00:00",0.018,"2013-03-11 00:00",0.017,"2013-05-16 00:00",0.016,"2013-08-02 00:00","","","","",0.025,0.025,0.017,0.015,0.01,0.005,0.001,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88136",5,42.302786,-83.10653,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00046,0.000813,0.004,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-04-28 00:00",0.002,"2013-07-03 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0,0,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88140",5,42.302786,-83.10653,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",30,0.020875,0.02515,0.113,"2013-09-19 00:00",0.102,"2013-03-11 00:00",0.0731,"2013-06-15 00:00",0.0646,"2013-08-02 00:00","","","","",0.113,0.113,0.0731,0.062,0.0237,0.009,0.0055,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88152",5,42.302786,-83.10653,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005265,0.001371,0.008,"2013-02-15 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-16 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00445,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88154",5,42.302786,-83.10653,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",42,0.001398,0.000694,0.0037,"2013-09-19 00:00",0.0032,"2013-05-28 00:00",0.003,"2013-01-28 00:00",0.003,"2013-06-21 00:00","","","","",0.0037,0.0037,0.003,0.003,0.0013,0.00125,0.00065,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88160",5,42.302786,-83.10653,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01309,0.003809,0.0185,"2013-09-19 00:00",0.018,"2013-02-03 00:00",0.018,"2013-05-10 00:00",0.018,"2013-05-22 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88161",5,42.302786,-83.10653,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",40,0.003173,0.002022,0.012,"2013-05-16 00:00",0.0094,"2013-06-09 00:00",0.0069,"2013-08-02 00:00",0.0064,"2013-10-13 00:00","","","","",0.012,0.012,0.0069,0.006,0.00265,0.0025,0.0021,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88164",5,42.302786,-83.10653,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.001765,0.000814,0.005,"2013-07-15 00:00",0.005,"2013-10-31 00:00",0.0041,"2013-06-09 00:00",0.003,"2013-09-19 00:00","","","","",0.005,0.005,0.0041,0.0019,0.0016,0.0016,0.0015,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88165",5,42.302786,-83.10653,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.128318,0.104989,0.549,"2013-05-16 00:00",0.363,"2013-06-15 00:00",0.328,"2013-08-02 00:00",0.319,"2013-03-11 00:00","","","","",0.549,0.549,0.328,0.239,0.181,0.105,0.027,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88166",5,42.302786,-83.10653,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.009183,0.005827,0.02,"2013-01-28 00:00",0.019,"2013-08-02 00:00",0.019,"2013-09-19 00:00",0.0185,"2013-02-03 00:00","","","","",0.02,0.02,0.019,0.0185,0.0185,0.0065,0.0042,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88167",5,42.302786,-83.10653,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.042586,0.119775,0.864,"2013-01-16 00:00",0.0723,"2013-10-07 00:00",0.0661,"2013-04-04 00:00",0.0556,"2013-01-28 00:00","","","","",0.864,0.864,0.0661,0.055,0.0386,0.0243,0.0077,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88168",5,42.302786,-83.10653,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",41,0.001669,0.001083,0.0057,"2013-07-15 00:00",0.0044,"2013-06-15 00:00",0.0041,"2013-05-16 00:00",0.0041,"2013-10-19 00:00","","","","",0.0057,0.0057,0.0041,0.0036,0.00175,0.0012,0.00085,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88169",5,42.302786,-83.10653,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.913464,0.640332,2.92,"2013-09-19 00:00",2.51,"2013-08-20 00:00",2.08,"2013-09-01 00:00",2.07,"2013-10-31 00:00","","","","",2.92,2.92,2.08,1.85,1.29,0.693,0.351,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88176",5,42.302786,-83.10653,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001004,0.000266,0.0018,"2013-06-27 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-17 00:00","","","","",0.0018,0.0018,0.0013,0.0013,0.0013,0.001,0.0007,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88180",5,42.302786,-83.10653,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.075766,0.059596,0.315,"2013-03-11 00:00",0.284,"2013-09-19 00:00",0.177,"2013-06-15 00:00",0.174,"2013-07-03 00:00","","","","",0.315,0.315,0.177,0.145,0.0905,0.06,0.0231,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88184",5,42.302786,-83.10653,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",21,0.06103,0.075072,0.506,"2013-01-16 00:00",0.217,"2013-01-22 00:00",0.12,"2013-09-19 00:00",0.112,"2013-03-11 00:00","","","","",0.506,0.506,0.12,0.108,0.082,0.037,0.0195,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88185",5,42.302786,-83.10653,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.004631,0.004312,0.0115,"2013-02-03 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-05-22 00:00",0.0115,"2013-05-28 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0105,0.00225,0.0014,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88301",5,42.302786,-83.10653,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.98389,0.694436,3.08,"2013-09-19 00:00",2.3,"2013-10-31 00:00",2.19,"2013-01-04 00:00",2.03,"2013-08-20 00:00","","","","",3.08,3.08,2.19,1.99,1.52,0.913,0.297,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88302",5,42.302786,-83.10653,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.08274,0.05672,0.326,"2013-09-19 00:00",0.249,"2013-01-22 00:00",0.165,"2013-07-09 00:00",0.15,"2013-05-28 00:00","","","","",0.326,0.326,0.165,0.147,0.103,0.07,0.031,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88303",5,42.302786,-83.10653,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",10,0.05891,0.05539,0.306,"2013-03-11 00:00",0.245,"2013-09-19 00:00",0.17,"2013-07-03 00:00",0.105,"2013-05-22 00:00","","","","",0.306,0.306,0.17,0.102,0.074,0.048,0.012,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88306",5,42.302786,-83.10653,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.565,1.288394,5.99,"2013-01-04 00:00",5.77,"2013-01-16 00:00",4.87,"2013-01-10 00:00",3.66,"2013-01-28 00:00","","","","",5.99,5.99,4.87,3.29,2.02,1.2,0.464,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88355",5,42.302786,-83.10653,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.35654,0.966726,4.47,"2013-08-20 00:00",4.44,"2013-07-03 00:00",4.04,"2013-08-26 00:00",4.03,"2013-06-15 00:00","","","","",4.47,4.47,4.04,3.79,2.97,2.22,1.16,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88357",5,42.302786,-83.10653,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.44818,0.205411,0.863,"2013-10-31 00:00",0.821,"2013-05-22 00:00",0.801,"2013-01-10 00:00",0.783,"2013-01-16 00:00","","","","",0.863,0.863,0.801,0.761,0.6,0.415,0.173,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88370",5,42.302786,-83.10653,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.03926,0.794995,3.96,"2013-07-03 00:00",3.61,"2013-06-15 00:00",3.52,"2013-08-26 00:00",3.39,"2013-08-20 00:00","","","","",3.96,3.96,3.52,3.16,2.56,1.92,1.09,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88374",5,42.302786,-83.10653,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.18204,0.11836,0.677,"2013-08-26 00:00",0.47,"2013-01-10 00:00",0.348,"2013-08-20 00:00",0.344,"2013-05-28 00:00","","","","",0.677,0.677,0.348,0.335,0.224,0.148,0.068,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88375",5,42.302786,-83.10653,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.58412,0.232646,1.04,"2013-07-03 00:00",1.04,"2013-08-20 00:00",1.02,"2013-09-19 00:00",0.993,"2013-06-21 00:00","","","","",1.04,1.04,1.02,0.981,0.75,0.559,0.275,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88376",5,42.302786,-83.10653,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.59082,0.271749,1.29,"2013-06-15 00:00",1.2,"2013-01-10 00:00",1.17,"2013-07-03 00:00",1.12,"2013-08-26 00:00","","","","",1.29,1.29,1.17,1.06,0.692,0.539,0.318,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88377",5,42.302786,-83.10653,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.4497,0.221324,1.05,"2013-08-20 00:00",0.97,"2013-06-15 00:00",0.937,"2013-07-03 00:00",0.793,"2013-03-11 00:00","","","","",1.05,1.05,0.937,0.791,0.525,0.429,0.213,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88378",5,42.302786,-83.10653,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.23302,0.146459,0.643,"2013-07-03 00:00",0.556,"2013-10-31 00:00",0.535,"2013-07-21 00:00",0.488,"2013-04-28 00:00","","","","",0.643,0.643,0.535,0.456,0.303,0.233,0.057,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88380",5,42.302786,-83.10653,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.7651,0.368289,1.68,"2013-08-20 00:00",1.66,"2013-09-07 00:00",1.5,"2013-09-19 00:00",1.3,"2013-01-10 00:00","","","","",1.68,1.68,1.5,1.18,1.04,0.66,0.407,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88383",5,42.302786,-83.10653,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.92946,0.373926,1.67,"2013-09-07 00:00",1.66,"2013-09-19 00:00",1.63,"2013-08-20 00:00",1.62,"2013-10-31 00:00","","","","",1.67,1.67,1.63,1.49,1.17,0.901,0.414,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88384",5,42.302786,-83.10653,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.068384,0.032443,0.16,"2013-05-22 00:00",0.151,"2013-11-06 00:00",0.148,"2013-01-28 00:00",0.134,"2013-03-11 00:00","","","","",0.16,0.16,0.148,0.123,0.081,0.0633,0.0366,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88385",5,42.302786,-83.10653,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.001498,0.002112,0.0143,"2013-01-28 00:00",0.00613,"2013-06-15 00:00",0.00609,"2013-10-13 00:00",0.00238,"2013-05-22 00:00","","","","",0.0143,0.0143,0.00609,0.001,0.001,0.001,0.001,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88388",5,42.302786,-83.10653,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.54998,0.276834,1.12,"2013-07-03 00:00",1.11,"2013-09-07 00:00",1.1,"2013-08-20 00:00",1.01,"2013-09-19 00:00","","","","",1.12,1.12,1.1,0.945,0.739,0.507,0.225,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88403",5,42.302786,-83.10653,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.48022,1.816071,8.25,"2013-09-19 00:00",7.03,"2013-08-20 00:00",5.99,"2013-09-01 00:00",5.58,"2013-10-31 00:00","","","","",8.25,8.25,5.99,5,3.67,1.76,0.92,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0015","88502",5,42.302786,-83.10653,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,12.46,5.550988,25.5,"2013-09-19 00:00",22.7,"2013-06-15 00:00",21.5,"2013-08-20 00:00",21.2,"2013-06-21 00:00","","","","",25.5,25.5,21.5,21.2,16.8,12,5.9,"Southwestern H.S.","150 WATERMAN","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0016","68101",1,42.357808,-83.096033,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",87,100,45,61,0,17,"","","Certification not required",18,0.354023,0.244262,1.4,"2013-04-07 00:00",0.9,"2013-04-04 00:00",0.8,"2013-02-06 00:00",0.8,"2013-03-20 00:00","","","","",1.4,0.9,0.8,0.6,0.5,0.4,0.05,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68102",1,42.357808,-83.096033,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",87,100,45,61,0,17,"","","Certification not required",0,23.925287,0.179287,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-19 00:00",24,"2013-01-25 00:00","","","","",24,24,24,24,24,24,23.7,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68103",1,42.357808,-83.096033,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,17,"","","Certification not required",0,6.374713,10.549586,23.6,"2013-07-18 00:00",23.6,"2013-09-10 00:00",22.9,"2013-07-15 00:00",21.7,"2013-07-09 00:00","","","","",23.6,23.6,21.3,19.5,14.5,8.1,-8.2,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68104",1,42.357808,-83.096033,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,17,"","","Certification not required",0,17.449425,12.176597,36.1,"2013-09-10 00:00",34,"2013-07-18 00:00",33.8,"2013-07-09 00:00",33.7,"2013-07-15 00:00","","","","",36.1,34,33.1,31.3,28.4,20.4,0.3,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68105",1,42.357808,-83.096033,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,17,"","","Certification not required",0,11.8,11.160739,29.2,"2013-09-10 00:00",28.4,"2013-07-18 00:00",27.3,"2013-06-24 00:00",27.1,"2013-07-15 00:00","","","","",29.2,28.4,26.8,24.4,21.6,13.8,-3.6,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68106",1,42.357808,-83.096033,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,17,"","","Certification not required",0,741.873563,4.929278,753,"2013-03-08 00:00",751,"2013-02-09 00:00",751,"2013-05-25 00:00",750,"2013-07-15 00:00","","","","",753,751,749,748,745,742,735,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68107",1,42.357808,-83.096033,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,17,"","","Certification not required",0,748.632184,4.234726,760,"2013-01-10 00:00",758,"2013-01-25 00:00",758,"2013-03-08 00:00",757,"2013-02-09 00:00","","","","",760,758,757,755,751,748,744,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","68108",1,42.357808,-83.096033,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,17,"","","Certification not required",0,745.494253,4.283211,756,"2013-01-10 00:00",756,"2013-03-08 00:00",754,"2013-02-09 00:00",753,"2013-02-21 00:00","","","","",756,756,753,751,748,745,740,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","88101",1,42.357808,-83.096033,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,17,0,0,"Certification not required",0,9.026437,4.861081,20.5,"2013-09-19 00:00",20,"2013-09-10 00:00",19.7,"2013-08-20 00:00",19.6,"2013-06-12 00:00","","","","",20.5,20,17.1,16.8,12.7,7.9,3.1,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0016","88101",1,42.357808,-83.096033,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,17,"","","Certification not required",0,9.026437,4.861081,20.5,"2013-09-19 00:00",20,"2013-09-10 00:00",19.7,"2013-08-20 00:00",19.6,"2013-06-12 00:00","","","","",20.5,20,17.1,16.8,12.7,7.9,3.1,"","2451 MARQUETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","42601",1,42.43084,-83.000138,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6343,72,264,365,0,209,"","","Certification not required",0,2.611067,10.316954,184,"2013-02-25 08:00",179,"2013-01-27 03:00",169,"2013-02-25 07:00",166,"2013-01-27 01:00","","","","",41,25,10,4,2,0,0,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","42602",2,42.43084,-83.000138,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6343,72,264,365,0,209,0,"","Certification not required",0,22.537879,9.249729,48,"2013-02-25 08:00",48,"2013-04-05 00:00",47,"2013-04-04 23:00",45,"2013-03-14 21:00","","","","",47,42,39,36,29,22,11,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","42602",2,42.43084,-83.000138,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6343,72,264,365,0,209,"","","Certification not required",0,9.959168,7.727853,48,"2013-02-25 08:00",48,"2013-04-05 00:00",47,"2013-04-04 23:00",45,"2013-03-14 21:00","","","","",36,33,27,21,13,7,3,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","42603",1,42.43084,-83.000138,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6343,72,264,365,0,209,"","","Certification not required",0,12.640706,15.470413,232,"2013-02-25 08:00",212,"2013-01-27 03:00",207,"2013-02-25 07:00",201,"2013-01-27 01:00","","","","",72,53,36,25,15,8,3,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","44201",2,42.43084,-83.000138,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4121,96,176,183,0,271,0,0,"Certification not required",202,0.050915,0.012106,0.089,"2013-06-21 14:00",0.084,"2013-08-21 15:00",0.077,"2013-06-22 14:00",0.076,"2013-06-23 16:00","","","","",0.084,0.076,0.072,0.068,0.06,0.05,0.036,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","44201",2,42.43084,-83.000138,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4280,96,176,183,0,0,0,0,"Certification not required",0,0.045358,0.011122,0.079,"2013-06-21 13:00",0.075,"2013-08-21 11:00",0.07,"2013-06-23 12:00",0.067,"2013-08-19 11:00","","","","",0.075,0.067,0.065,0.06,0.054,0.045,0.032,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","44201",2,42.43084,-83.000138,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4280,96,176,183,0,0,1,1,"Certification not required",0,0.045358,0.011122,0.079,"2013-06-21 13:00",0.075,"2013-08-21 11:00",0.07,"2013-06-23 12:00",0.067,"2013-08-19 11:00","","","","",0.075,0.067,0.065,0.06,0.054,0.045,0.032,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","61103",1,42.43084,-83.000138,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6396,73,264,365,0,156,"","","Certification not required",0,4.417667,3.021224,19.1,"2013-04-18 13:00",18.2,"2013-02-11 12:00",17.4,"2013-01-30 04:00",17.4,"2013-04-19 12:00","","","","",13,12.2,10.4,8.7,6.1,3.5,0.9,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","61104",1,42.43084,-83.000138,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6396,73,264,365,0,156,"","","Certification not required",0,198.029237,100.507111,360,"2013-02-02 19:00",360,"2013-03-08 13:00",360,"2013-03-16 18:00",360,"2013-03-17 07:00","","","","",357,354,346,331,281,212,54,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","61106",1,42.43084,-83.000138,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6396,73,264,365,0,156,"","","Certification not required",0,23.079425,11.219271,79,"2013-08-11 22:00",79,"2013-08-18 21:00",78,"2013-06-11 19:00",78,"2013-09-15 19:00","","","","",64,57,45,38,28,20,13,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","62101",1,42.43084,-83.000138,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6396,73,264,365,0,156,"","","Certification not required",0,53.78596,20.004831,95,"2013-07-17 14:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",93,"2013-07-17 13:00","","","","",88,86,81,77,72,59,27,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","62201",1,42.43084,-83.000138,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6396,73,264,365,0,156,"","","Certification not required",0,66.427767,16.183591,94,"2013-02-22 18:00",94,"2013-02-22 19:00",94,"2013-02-22 20:00",94,"2013-02-27 03:00","","","","",93,92,91,88,79,67,44,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","64101",1,42.43084,-83.000138,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6396,73,264,365,0,156,"","","Certification not required",0,993.870544,6.586014,1015,"2013-04-21 08:00",1015,"2013-04-21 09:00",1015,"2013-04-21 10:00",1015,"2013-04-21 11:00","","","","",1009,1007,1005,1001,997,995,985,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0019","68101",1,42.43084,-83.000138,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",87,100,45,61,0,17,"","","Certification not required",0,0.433333,0.135257,0.6,"2013-05-04 00:00",0.6,"2013-05-16 00:00",0.6,"2013-06-12 00:00",0.6,"2013-06-15 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.2,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68102",1,42.43084,-83.000138,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",87,100,45,61,0,17,"","","Certification not required",0,23.895402,0.054789,24,"2013-08-18 00:00",23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00","","","","",24,23.9,23.9,23.9,23.9,23.9,23.9,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68103",1,42.43084,-83.000138,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,17,"","","Certification not required",0,7.193103,10.400646,24.6,"2013-09-10 00:00",23.8,"2013-07-15 00:00",23.1,"2013-07-18 00:00",22.9,"2013-07-09 00:00","","","","",24.6,23.8,22.6,20.2,15.2,8.9,-7.1,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68104",1,42.43084,-83.000138,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,17,"","","Certification not required",0,17.817241,12.180925,36.1,"2013-09-10 00:00",35.5,"2013-07-15 00:00",34.6,"2013-07-18 00:00",33.5,"2013-08-26 00:00","","","","",36.1,35.5,33.5,31.9,28.2,21.2,1.2,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68105",1,42.43084,-83.000138,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,17,"","","Certification not required",0,12.385057,11.193297,29.9,"2013-09-10 00:00",29.3,"2013-07-18 00:00",28.3,"2013-07-15 00:00",27.7,"2013-08-26 00:00","","","","",29.9,29.3,27.5,25.2,22.2,15.5,-3.1,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68106",1,42.43084,-83.000138,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,17,"","","Certification not required",0,740.770115,5.235614,752,"2013-03-08 00:00",750,"2013-02-09 00:00",749,"2013-05-25 00:00",749,"2013-07-15 00:00","","","","",752,750,749,748,744,741,734,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68107",1,42.43084,-83.000138,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,17,"","","Certification not required",0,746.643678,4.414503,758,"2013-01-10 00:00",756,"2013-01-25 00:00",756,"2013-03-08 00:00",755,"2013-04-22 00:00","","","","",758,756,754,753,749,746,742,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","68108",1,42.43084,-83.000138,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,17,"","","Certification not required",0,743.83908,4.523514,754,"2013-01-10 00:00",754,"2013-03-08 00:00",752,"2013-02-09 00:00",751,"2013-02-21 00:00","","","","",754,754,751,750,746,744,739,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0019","88101",1,42.43084,-83.000138,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,17,0,0,"Certification not required",0,8.803488,4.805547,20.4,"2013-09-19 00:00",19.9,"2013-06-12 00:00",19.9,"2013-09-10 00:00",19,"2013-08-20 00:00","","","","",20.4,19.9,17.5,16.4,11.8,7.9,2.9,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-15" +"26","163","0019","88101",1,42.43084,-83.000138,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,17,"","","Certification not required",0,8.803488,4.805547,20.4,"2013-09-19 00:00",19.9,"2013-06-12 00:00",19.9,"2013-09-10 00:00",19,"2013-08-20 00:00","","","","",20.4,19.9,17.5,16.4,11.8,7.9,2.9,"East 7 Mile","11600 EAST SEVEN MILE ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-15" +"26","163","0025","61103",1,42.423063,-83.426263,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6437,73,267,365,0,115,"","","Certification not required",0,5.262933,3.088676,21.7,"2013-01-20 01:00",21.7,"2013-01-20 02:00",20,"2013-01-20 03:00",18.2,"2013-01-20 04:00","","","","",14.8,13,11.3,9.6,6.9,4.3,1.7,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0025","61104",1,42.423063,-83.426263,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6437,73,267,365,0,115,"","","Certification not required",0,189.190151,98.848917,360,"2013-01-16 02:00",360,"2013-06-14 18:00",360,"2013-06-30 04:00",360,"2013-08-09 07:00","","","","",352,344,324,299,274,213,37,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0025","61106",1,42.423063,-83.426263,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6437,73,267,365,0,115,"","","Certification not required",0,21.109057,11.862556,79,"2013-06-27 07:00",76,"2013-05-08 16:00",75,"2013-04-03 18:00",73,"2013-01-16 02:00","","","","",59,52,46,40,26,17,11,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0025","62101",1,42.423063,-83.426263,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6437,73,267,365,0,115,"","","Certification not required",0,52.87199,20.434598,93,"2013-07-19 14:00",93,"2013-07-19 15:00",93,"2013-09-10 13:00",93,"2013-09-10 14:00","","","","",86,84,81,77,70,57,25,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0025","62201",1,42.423063,-83.426263,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6437,73,267,365,0,115,"","","Certification not required",0,66.067112,16.839844,96,"2013-02-22 20:00",95,"2013-01-28 05:00",95,"2013-01-28 06:00",95,"2013-01-28 07:00","","","","",94,93,91,88,79,67,42,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0025","64101",1,42.423063,-83.426263,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6437,73,267,365,0,115,"","","Certification not required",0,989.201181,6.378745,1009,"2013-04-21 08:00",1009,"2013-04-21 09:00",1009,"2013-04-21 10:00",1008,"2013-04-21 06:00","","","","",1003,1001,1000,997,993,989,981,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0025","68101",1,42.423063,-83.426263,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",89,100,44,61,0,14,"","","Certification not required",52,0.141573,0.187876,1.2,"2013-05-10 00:00",1.2,"2013-05-13 00:00",0.4,"2013-09-25 00:00",0.3,"2013-01-04 00:00","","","","",1.2,1.2,0.3,0.3,0.2,0.05,0.05,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68102",1,42.423063,-83.426263,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",89,100,44,61,0,14,"","","Certification not required",0,23.870787,1.08431,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68103",1,42.423063,-83.426263,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,14,"","","Certification not required",0,7.504494,10.021,24.9,"2013-07-18 00:00",23.5,"2013-07-15 00:00",22.3,"2013-07-09 00:00",20.9,"2013-07-06 00:00","","","","",24.9,23.5,20.9,19.9,15.2,10.3,-6.5,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68104",1,42.423063,-83.426263,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,14,"","","Certification not required",0,17.937079,11.253084,35.5,"2013-09-10 00:00",34.6,"2013-07-18 00:00",34,"2013-07-15 00:00",32.7,"2013-07-09 00:00","","","","",35.5,34.6,32.4,30.1,27.9,20.9,1.4,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68105",1,42.423063,-83.426263,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,14,"","","Certification not required",0,12.721348,10.478587,29.9,"2013-07-18 00:00",28.3,"2013-09-10 00:00",27.3,"2013-07-15 00:00",26.4,"2013-08-26 00:00","","","","",29.9,28.3,26,24.4,21.6,15.2,-2.2,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68106",1,42.423063,-83.426263,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,14,"","","Certification not required",0,737.910112,4.987804,749,"2013-03-08 00:00",747,"2013-05-25 00:00",746,"2013-02-09 00:00",746,"2013-07-15 00:00","","","","",749,747,745,744,741,738,731,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68107",1,42.423063,-83.426263,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,14,"","","Certification not required",0,744.382022,4.53147,755,"2013-01-10 00:00",754,"2013-03-08 00:00",753,"2013-02-09 00:00",753,"2013-04-22 00:00","","","","",755,754,751,750,747,744,739,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","68108",1,42.423063,-83.426263,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,14,"","","Certification not required",0,741.41573,4.670529,752,"2013-01-10 00:00",752,"2013-03-08 00:00",750,"2013-02-09 00:00",749,"2013-04-22 00:00","","","","",752,752,749,747,744,742,736,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0025","88101",1,42.423063,-83.426263,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,68,83,122,0,14,0,0,"Certification not required",0,8.765882,4.71554,19.7,"2013-02-04 00:00",19.6,"2013-09-10 00:00",18.2,"2013-06-12 00:00",18.1,"2013-08-26 00:00","","","","",19.7,19.6,17.8,16.1,11.9,8,3.6,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-16" +"26","163","0025","88101",1,42.423063,-83.426263,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,68,83,122,0,14,"","","Certification not required",0,8.765882,4.71554,19.7,"2013-02-04 00:00",19.6,"2013-09-10 00:00",18.2,"2013-06-12 00:00",18.1,"2013-08-26 00:00","","","","",19.7,19.6,17.8,16.1,11.9,8,3.6,"SCHOOLCRAFT COLLEGE","38707 SEVEN MILE ROAD","Michigan","Wayne","Livonia","Detroit-Warren-Livonia, MI","2013-12-16" +"26","163","0026","61103",1,42.359175,-83.255146,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6480,74,269,365,0,72,"","","Certification not required",0,3.359352,2.430841,14.8,"2013-01-20 02:00",14.8,"2013-02-11 12:00",14.8,"2013-04-18 13:00",14.8,"2013-04-19 13:00","","","","",10.4,9.6,7.8,6.9,5.2,2.6,0.9,"NORTH OF JOY RD./WEST OF SPINOZA/NEAR DETROIT POLICE HORSE STABLES","22000 JOY ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-10-28" +"26","163","0026","61104",1,42.359175,-83.255146,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6480,74,269,365,0,72,"","","Certification not required",0,202.959568,102.167873,360,"2013-03-24 02:00",360,"2013-04-05 16:00",360,"2013-06-07 13:00",360,"2013-06-21 03:00","","","","",358,355,349,338,288,218,46,"NORTH OF JOY RD./WEST OF SPINOZA/NEAR DETROIT POLICE HORSE STABLES","22000 JOY ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-10-28" +"26","163","0026","61106",1,42.359175,-83.255146,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6478,74,270,365,0,74,"","","Certification not required",0,26.117166,10.757966,79,"2013-07-30 10:00",74,"2013-05-25 11:00",74,"2013-06-19 11:00",72,"2013-09-01 16:00","","","","",58,55,48,41,32,24,15,"NORTH OF JOY RD./WEST OF SPINOZA/NEAR DETROIT POLICE HORSE STABLES","22000 JOY ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-10-28" +"26","163","0026","62101",1,42.359175,-83.255146,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6480,74,269,365,0,72,"","","Certification not required",0,53.20108,20.223886,95,"2013-09-10 13:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",93,"2013-07-17 13:00","","","","",88,84,82,79,70,57,25,"NORTH OF JOY RD./WEST OF SPINOZA/NEAR DETROIT POLICE HORSE STABLES","22000 JOY ROAD","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-10-28" +"26","163","0027","12103",1,42.292231,-83.106807,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.001925,0.00119,0.00667,"2013-06-21 00:00",0.00493,"2013-08-20 00:00",0.0036,"2013-04-16 00:00",0.00354,"2013-04-04 00:00","","","","",0.00667,0.00493,0.0036,0.00344,0.0025,0.00186,0.00063,"","7701 W. JEFFERSON","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0027","12110",1,42.292231,-83.106807,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.000456,0.000398,0.00183,"2013-10-19 00:00",0.00147,"2013-08-26 00:00",0.00147,"2013-10-01 00:00",0.0014,"2013-12-18 00:00","","","","",0.00183,0.00147,0.00147,0.00105,0.00064,0.00031,0.00013,"","7701 W. JEFFERSON","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0027","12132",1,42.292231,-83.106807,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.14311,0.150439,0.80627,"2013-06-21 00:00",0.59119,"2013-08-20 00:00",0.54493,"2013-04-04 00:00",0.45682,"2013-05-16 00:00","","","","",0.80627,0.59119,0.54493,0.32431,0.15718,0.09069,0.03386,"","7701 W. JEFFERSON","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0027","12136",1,42.292231,-83.106807,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,"","","Certification not required",0,0.002481,0.001304,0.00741,"2013-06-21 00:00",0.00619,"2013-08-20 00:00",0.00579,"2013-05-16 00:00",0.00519,"2013-04-04 00:00","","","","",0.00741,0.00619,0.00579,0.00405,0.00298,0.00208,0.00135,"","7701 W. JEFFERSON","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12103",1,42.306674,-83.148754,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.00147,0.00075,0.00339,"2013-06-15 00:00",0.00334,"2013-05-28 00:00",0.00312,"2013-09-07 00:00",0.00284,"2013-05-04 00:00","","","","",0.00339,0.00334,0.00312,0.00259,0.002,0.00142,0.00063,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12103",9,42.306674,-83.148754,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.001612,0.000876,0.00342,"2013-05-28 00:00",0.0031,"2013-05-04 00:00",0.00298,"2013-08-20 00:00",0.00297,"2013-09-25 00:00","","","","",0.00342,0.00342,0.0031,0.00297,0.00232,0.00154,0.00061,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12105",1,42.306674,-83.148754,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.073684,0.047608,0.26,"2013-04-04 00:00",0.19,"2013-09-19 00:00",0.17,"2013-09-07 00:00",0.16,"2013-02-27 00:00","","","","",0.26,0.19,0.17,0.14,0.1,0.06,0.03,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12105",9,42.306674,-83.148754,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.066129,0.03461,0.14,"2013-01-16 00:00",0.13,"2013-08-02 00:00",0.12,"2013-01-04 00:00",0.12,"2013-10-31 00:00","","","","",0.14,0.14,0.13,0.12,0.09,0.07,0.03,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12107",1,42.306674,-83.148754,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.018897,0.010614,0.06424,"2013-02-03 00:00",0.06235,"2013-02-15 00:00",0.0344,"2013-04-04 00:00",0.0327,"2013-07-03 00:00","","","","",0.06424,0.06235,0.0344,0.02855,0.02118,0.01639,0.0094,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12107",9,42.306674,-83.148754,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.017685,0.008622,0.03829,"2013-07-03 00:00",0.03206,"2013-09-01 00:00",0.03146,"2013-07-15 00:00",0.03081,"2013-01-16 00:00","","","","",0.03829,0.03829,0.03206,0.03081,0.02511,0.01568,0.00829,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12110",1,42.306674,-83.148754,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.000335,0.000218,0.00116,"2013-06-21 00:00",0.00079,"2013-08-02 00:00",0.00072,"2013-04-10 00:00",0.00069,"2013-05-28 00:00","","","","",0.00116,0.00079,0.00072,0.00062,0.00045,0.0003,9e-05,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12110",9,42.306674,-83.148754,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.000336,0.000251,0.00116,"2013-06-21 00:00",0.00072,"2013-04-10 00:00",0.00071,"2013-07-03 00:00",0.00068,"2013-05-28 00:00","","","","",0.00116,0.00116,0.00072,0.00068,0.00049,0.0003,8e-05,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12112",1,42.306674,-83.148754,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.005555,0.003177,0.01912,"2013-09-07 00:00",0.01374,"2013-10-01 00:00",0.01077,"2013-04-04 00:00",0.01076,"2013-10-25 00:00","","","","",0.01912,0.01374,0.01077,0.00956,0.00711,0.00448,0.00253,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12112",9,42.306674,-83.148754,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.004869,0.002135,0.00976,"2013-08-02 00:00",0.0095,"2013-01-16 00:00",0.00844,"2013-08-20 00:00",0.00754,"2013-06-21 00:00","","","","",0.00976,0.00976,0.0095,0.00754,0.00644,0.00415,0.00244,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12113",1,42.306674,-83.148754,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.000193,8.2e-05,0.00041,"2013-12-12 00:00",0.00037,"2013-06-21 00:00",0.00035,"2013-04-04 00:00",0.00035,"2013-08-26 00:00","","","","",0.00041,0.00037,0.00035,0.00032,0.00025,0.00017,0.0001,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12113",9,42.306674,-83.148754,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.000215,9.7e-05,0.0004,"2013-05-16 00:00",0.00038,"2013-01-16 00:00",0.00037,"2013-06-21 00:00",0.00036,"2013-07-15 00:00","","","","",0.0004,0.0004,0.00038,0.00036,0.00031,0.00019,0.0001,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12114",1,42.306674,-83.148754,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.102296,0.0709,0.48743,"2013-07-21 00:00",0.20273,"2013-03-23 00:00",0.1928,"2013-09-01 00:00",0.18374,"2013-09-25 00:00","","","","",0.48743,0.20273,0.1928,0.16616,0.12741,0.09545,0.0263,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12114",9,42.306674,-83.148754,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.14835,0.078813,0.26948,"2013-05-16 00:00",0.25621,"2013-05-28 00:00",0.24128,"2013-09-13 00:00",0.23787,"2013-06-09 00:00","","","","",0.26948,0.26948,0.25621,0.23787,0.22091,0.16499,0.03162,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12115",1,42.306674,-83.148754,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,17,30,181,0,0,"","","Certification not required",0,3.5e-05,3.5e-05,0.00013,"2013-06-21 00:00",0.0001,"2013-04-10 00:00",9e-05,"2013-02-27 00:00",9e-05,"2013-06-15 00:00","","","","",0.00013,0.00013,0.0001,9e-05,5e-05,3e-05,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-10-17" +"26","163","0033","12115",2,42.306674,-83.148754,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,2,3,181,0,0,"","","Certification not required",0,2e-05,2e-05,4e-05,"2013-05-22 00:00",2e-05,"2013-01-22 00:00",0,"2013-03-17 00:00","","","","","","",4e-05,4e-05,4e-05,4e-05,4e-05,2e-05,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-10-17" +"26","163","0033","12126",1,42.306674,-83.148754,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,1.212426,0.761123,3.4782,"2013-12-12 00:00",3.4346,"2013-09-07 00:00",3.1443,"2013-08-26 00:00",3.0294,"2013-08-02 00:00","","","","",3.4782,3.4346,3.1443,2.3096,1.4519,0.97739,0.5119,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12126",9,42.306674,-83.148754,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.155216,0.653631,3.0145,"2013-08-02 00:00",2.62445,"2013-01-16 00:00",2.4463,"2013-01-04 00:00",1.8701,"2013-08-20 00:00","","","","",3.0145,3.0145,2.62445,1.8701,1.4743,0.95378,0.55767,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12132",1,42.306674,-83.148754,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.099069,0.071341,0.3449,"2013-09-07 00:00",0.2868,"2013-04-04 00:00",0.2284,"2013-08-02 00:00",0.22601,"2013-05-10 00:00","","","","",0.3449,0.2868,0.2284,0.20702,0.12726,0.0756,0.03183,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12132",9,42.306674,-83.148754,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.085081,0.055327,0.23853,"2013-08-02 00:00",0.22863,"2013-01-16 00:00",0.19761,"2013-01-04 00:00",0.1571,"2013-08-20 00:00","","","","",0.23853,0.23853,0.22863,0.1571,0.10646,0.06583,0.03271,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12134",1,42.306674,-83.148754,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.000737,0.000332,0.00189,"2013-07-15 00:00",0.0015,"2013-06-27 00:00",0.0013,"2013-08-26 00:00",0.00122,"2013-01-17 00:00","","","","",0.00189,0.0015,0.0013,0.0011,0.00101,0.00071,0.00034,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12134",9,42.306674,-83.148754,"WGS84","Molybdenum (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.000784,0.000416,0.00205,"2013-07-15 00:00",0.00153,"2013-01-16 00:00",0.00134,"2013-08-20 00:00",0.00127,"2013-07-03 00:00","","","","",0.00205,0.00205,0.00153,0.00127,0.00097,0.00081,0.00035,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12136",1,42.306674,-83.148754,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.001787,0.000639,0.00356,"2013-12-18 00:00",0.00312,"2013-09-13 00:00",0.00309,"2013-07-15 00:00",0.00279,"2013-06-21 00:00","","","","",0.00356,0.00312,0.00309,0.00258,0.00222,0.00171,0.00112,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12136",9,42.306674,-83.148754,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.002008,0.000856,0.00378,"2013-07-15 00:00",0.00372,"2013-01-04 00:00",0.00321,"2013-09-25 00:00",0.003,"2013-12-18 00:00","","","","",0.00378,0.00378,0.00372,0.003,0.00279,0.00188,0.00089,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12164",1,42.306674,-83.148754,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.003396,0.002293,0.01201,"2013-09-07 00:00",0.00871,"2013-10-01 00:00",0.00782,"2013-04-04 00:00",0.0069,"2013-12-18 00:00","","","","",0.01201,0.00871,0.00782,0.00663,0.0048,0.00294,0.00122,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12164",9,42.306674,-83.148754,"WGS84","Vanadium (TSP) STP","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.003183,0.001953,0.00899,"2013-01-04 00:00",0.006,"2013-06-21 00:00",0.00553,"2013-12-18 00:00",0.00543,"2013-08-02 00:00","","","","",0.00899,0.00899,0.006,0.00543,0.00448,0.00267,0.00083,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12167",1,42.306674,-83.148754,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,"","","Certification not required",0,0.0948,0.055756,0.25811,"2013-08-26 00:00",0.22547,"2013-08-02 00:00",0.20307,"2013-06-15 00:00",0.18762,"2013-12-12 00:00","","","","",0.25811,0.22547,0.20307,0.17692,0.12506,0.08254,0.03456,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","12167",9,42.306674,-83.148754,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.105151,0.069457,0.30849,"2013-01-16 00:00",0.23802,"2013-08-02 00:00",0.19659,"2013-09-01 00:00",0.18499,"2013-01-04 00:00","","","","",0.30849,0.30849,0.23802,0.18499,0.14623,0.09359,0.03265,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","14129",1,42.306674,-83.148754,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,5,0,0,"Certification not required",0,0.010385,0.007939,0.047,"2013-05-10 00:00",0.023,"2013-07-03 00:00",0.021,"2013-08-26 00:00",0.02,"2013-06-15 00:00","","","","",0.047,0.047,0.023,0.02,0.013,0.009,0.004,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","14129",2,42.306674,-83.148754,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",25,41,25,61,0,1,0,0,"Certification not required",0,0.01072,0.006004,0.028,"2013-07-03 00:00",0.021,"2013-01-16 00:00",0.019,"2013-08-02 00:00",0.015,"2013-02-09 00:00","","","","",0.028,0.028,0.021,0.019,0.014,0.01,0.004,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17141",1,42.306674,-83.148754,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,116.397778,59.311177,314,"2013-01-10 00:00",250,"2013-08-20 00:00",212,"2013-08-26 00:00",206,"2013-04-28 00:00","","","","",314,314,212,191,149,105,47.9,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17141",2,42.306674,-83.148754,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,90.48,47.139548,140,"2013-07-21 00:00",118,"2013-05-22 00:00",114,"2013-09-19 00:00",46.1,"2013-01-22 00:00","","","","",140,140,140,140,118,114,34.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17147",1,42.306674,-83.148754,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,11.509578,11.440209,41.1,"2013-06-09 00:00",37.5,"2013-06-15 00:00",37.5,"2013-08-26 00:00",35,"2013-08-20 00:00","","","","",41.1,41.1,37.5,31.9,15.8,6.19,1.19,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17147",2,42.306674,-83.148754,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,11.354,12.744969,31,"2013-05-22 00:00",17,"2013-09-19 00:00",6.45,"2013-07-21 00:00",1.23,"2013-01-22 00:00","","","","",31,31,31,31,17,6.45,1.09,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17148",1,42.306674,-83.148754,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.425644,0.412422,1.63,"2013-03-29 00:00",1.38,"2013-01-04 00:00",1.24,"2013-02-27 00:00",0.965,"2013-02-03 00:00","","","","",1.63,1.63,1.24,0.954,0.659,0.446,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17148",2,42.306674,-83.148754,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.4852,0.402375,1.06,"2013-07-21 00:00",0.673,"2013-05-22 00:00",0.41,"2013-01-22 00:00",0.283,"2013-03-17 00:00","","","","",1.06,1.06,1.06,1.06,0.673,0.41,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17149",1,42.306674,-83.148754,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,9.890667,8.93392,33.7,"2013-06-09 00:00",30.4,"2013-08-26 00:00",30.3,"2013-08-20 00:00",26.7,"2013-06-15 00:00","","","","",33.7,33.7,30.3,25.4,13.1,5.52,1.55,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17149",2,42.306674,-83.148754,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,10.074,9.86281,25.1,"2013-05-22 00:00",13.7,"2013-09-19 00:00",8.63,"2013-07-21 00:00",1.59,"2013-01-22 00:00","","","","",25.1,25.1,25.1,25.1,13.7,8.63,1.35,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17150",1,42.306674,-83.148754,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,19.569111,17.635032,63,"2013-08-26 00:00",58.9,"2013-08-20 00:00",56.2,"2013-06-09 00:00",56.2,"2013-07-09 00:00","","","","",63,63,56.2,51.8,27.8,10.4,3.05,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17150",2,42.306674,-83.148754,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,20.424,22.517412,57.7,"2013-05-22 00:00",20.7,"2013-09-19 00:00",18.5,"2013-07-21 00:00",2.91,"2013-01-22 00:00","","","","",57.7,57.7,57.7,57.7,20.7,18.5,2.31,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17151",1,42.306674,-83.148754,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.771978,0.773007,4.18,"2013-06-09 00:00",2.09,"2013-08-26 00:00",1.97,"2013-07-09 00:00",1.91,"2013-05-22 00:00","","","","",4.18,4.18,1.97,1.83,0.895,0.526,0.145,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17151",2,42.306674,-83.148754,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.6688,0.895712,2.16,"2013-05-22 00:00",0.851,"2013-09-19 00:00",0.181,"2013-01-22 00:00",0.152,"2013-03-17 00:00","","","","",2.16,2.16,2.16,2.16,0.851,0.181,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17158",1,42.306674,-83.148754,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.148882,0.122566,0.733,"2013-03-29 00:00",0.355,"2013-01-04 00:00",0.328,"2013-01-10 00:00",0.296,"2013-09-07 00:00","","","","",0.733,0.733,0.328,0.295,0.179,0.115,0.0476,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17158",2,42.306674,-83.148754,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.09236,0.032617,0.126,"2013-07-21 00:00",0.116,"2013-09-19 00:00",0.101,"2013-05-22 00:00",0.072,"2013-01-22 00:00","","","","",0.126,0.126,0.126,0.126,0.116,0.101,0.0468,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17159",1,42.306674,-83.148754,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.340467,1.603619,6.61,"2013-08-20 00:00",6.15,"2013-05-22 00:00",6.12,"2013-08-26 00:00",5.37,"2013-09-07 00:00","","","","",6.61,6.61,6.12,4.68,3,1.86,0.719,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17159",2,42.306674,-83.148754,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.7852,2.706725,7.23,"2013-05-22 00:00",2.86,"2013-09-19 00:00",2.62,"2013-07-21 00:00",0.742,"2013-01-22 00:00","","","","",7.23,7.23,7.23,7.23,2.86,2.62,0.474,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17160",1,42.306674,-83.148754,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006889,0.024022,0.115,"2013-03-29 00:00",0.094,"2013-01-16 00:00",0.064,"2013-04-22 00:00",0.037,"2013-02-03 00:00","","","","",0.115,0.115,0.064,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17160",2,42.306674,-83.148754,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17201",1,42.306674,-83.148754,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,5.251778,4.467621,18.4,"2013-07-09 00:00",18,"2013-08-26 00:00",14.9,"2013-08-20 00:00",11.9,"2013-06-15 00:00","","","","",18.4,18.4,14.9,11.6,7.01,3.57,1.08,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17201",2,42.306674,-83.148754,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,5.3234,5.175341,13.5,"2013-05-22 00:00",6.43,"2013-09-19 00:00",4.85,"2013-07-21 00:00",1.03,"2013-01-22 00:00","","","","",13.5,13.5,13.5,13.5,6.43,4.85,0.807,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17204",1,42.306674,-83.148754,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.558644,1.845761,8.31,"2013-07-09 00:00",8.05,"2013-08-26 00:00",6.31,"2013-08-20 00:00",5.02,"2013-06-15 00:00","","","","",8.31,8.31,6.31,4.96,3.38,1.95,0.775,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17204",2,42.306674,-83.148754,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.3794,2.059215,5.62,"2013-05-22 00:00",2.92,"2013-09-19 00:00",2.07,"2013-07-21 00:00",0.794,"2013-01-22 00:00","","","","",5.62,5.62,5.62,5.62,2.92,2.07,0.493,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17208",1,42.306674,-83.148754,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.353853,0.195601,0.815,"2013-05-04 00:00",0.784,"2013-01-16 00:00",0.778,"2013-01-10 00:00",0.763,"2013-03-29 00:00","","","","",0.815,0.815,0.778,0.748,0.429,0.286,0.165,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17208",2,42.306674,-83.148754,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.2934,0.09266,0.394,"2013-05-22 00:00",0.362,"2013-07-21 00:00",0.294,"2013-01-22 00:00",0.259,"2013-09-19 00:00","","","","",0.394,0.394,0.394,0.394,0.362,0.294,0.158,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17211",1,42.306674,-83.148754,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.055956,0.04293,0.211,"2013-01-04 00:00",0.191,"2013-01-10 00:00",0.119,"2013-01-16 00:00",0.119,"2013-03-29 00:00","","","","",0.211,0.211,0.119,0.101,0.071,0.047,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17211",2,42.306674,-83.148754,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.045,0.007714,0.055,"2013-01-22 00:00",0.048,"2013-07-21 00:00",0.047,"2013-05-22 00:00",0.04,"2013-03-17 00:00","","","","",0.055,0.055,0.055,0.055,0.048,0.047,0.035,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17212",1,42.306674,-83.148754,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018256,0.02483,0.0949,"2013-03-29 00:00",0.0914,"2013-08-02 00:00",0.0701,"2013-01-16 00:00",0.063,"2013-05-04 00:00","","","","",0.0949,0.0949,0.0701,0.0498,0.0287,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17212",2,42.306674,-83.148754,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.01266,0.01798,0.0384,"2013-07-21 00:00",0.0249,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.0384,0.0384,0.0384,0.0384,0.0249,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17215",1,42.306674,-83.148754,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1352,0.104341,0.468,"2013-03-29 00:00",0.436,"2013-08-02 00:00",0.401,"2013-05-04 00:00",0.354,"2013-01-10 00:00","","","","",0.468,0.468,0.401,0.295,0.141,0.101,0.053,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17215",2,42.306674,-83.148754,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.107,0.054667,0.188,"2013-07-21 00:00",0.119,"2013-05-22 00:00",0.113,"2013-01-22 00:00",0.07,"2013-09-19 00:00","","","","",0.188,0.188,0.188,0.188,0.119,0.113,0.045,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17220",1,42.306674,-83.148754,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.347867,0.213826,0.937,"2013-01-16 00:00",0.922,"2013-03-29 00:00",0.888,"2013-05-04 00:00",0.864,"2013-01-10 00:00","","","","",0.937,0.937,0.888,0.689,0.405,0.288,0.173,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17220",2,42.306674,-83.148754,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.2732,0.085824,0.37,"2013-07-21 00:00",0.337,"2013-01-22 00:00",0.288,"2013-05-22 00:00",0.2,"2013-03-17 00:00","","","","",0.37,0.37,0.37,0.37,0.337,0.288,0.171,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17223",1,42.306674,-83.148754,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.089733,0.061988,0.27,"2013-01-16 00:00",0.263,"2013-03-29 00:00",0.228,"2013-05-04 00:00",0.222,"2013-01-10 00:00","","","","",0.27,0.27,0.228,0.202,0.111,0.071,0.032,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17223",2,42.306674,-83.148754,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.077,0.022506,0.099,"2013-01-22 00:00",0.095,"2013-07-21 00:00",0.085,"2013-05-22 00:00",0.054,"2013-03-17 00:00","","","","",0.099,0.099,0.099,0.099,0.095,0.085,0.052,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17224",1,42.306674,-83.148754,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.173222,0.102614,0.473,"2013-01-16 00:00",0.461,"2013-03-29 00:00",0.403,"2013-05-04 00:00",0.401,"2013-01-10 00:00","","","","",0.473,0.473,0.403,0.333,0.195,0.138,0.087,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17224",2,42.306674,-83.148754,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.133,0.03638,0.164,"2013-07-21 00:00",0.16,"2013-01-22 00:00",0.153,"2013-05-22 00:00",0.103,"2013-03-17 00:00","","","","",0.164,0.164,0.164,0.164,0.16,0.153,0.085,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17231",1,42.306674,-83.148754,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017844,0.024515,0.097,"2013-05-04 00:00",0.08,"2013-03-29 00:00",0.063,"2013-08-02 00:00",0.056,"2013-01-16 00:00","","","","",0.097,0.097,0.063,0.055,0.028,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17231",2,42.306674,-83.148754,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.012,0.017889,0.04,"2013-07-21 00:00",0.02,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.04,0.04,0.04,0.04,0.02,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17237",1,42.306674,-83.148754,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.163556,0.100295,0.473,"2013-01-16 00:00",0.424,"2013-01-10 00:00",0.403,"2013-03-29 00:00",0.374,"2013-01-04 00:00","","","","",0.473,0.473,0.403,0.344,0.178,0.133,0.084,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17237",2,42.306674,-83.148754,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.1206,0.024976,0.156,"2013-01-22 00:00",0.13,"2013-07-21 00:00",0.122,"2013-05-22 00:00",0.104,"2013-03-17 00:00","","","","",0.156,0.156,0.156,0.156,0.13,0.122,0.091,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17242",1,42.306674,-83.148754,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.125133,0.092142,0.44,"2013-03-29 00:00",0.39,"2013-08-02 00:00",0.334,"2013-01-16 00:00",0.323,"2013-05-04 00:00","","","","",0.44,0.44,0.334,0.243,0.134,0.099,0.05,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17242",2,42.306674,-83.148754,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.104,0.048198,0.179,"2013-07-21 00:00",0.123,"2013-01-22 00:00",0.088,"2013-05-22 00:00",0.067,"2013-09-19 00:00","","","","",0.179,0.179,0.179,0.179,0.123,0.088,0.063,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17243",1,42.306674,-83.148754,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.153713,0.090716,0.425,"2013-03-29 00:00",0.405,"2013-01-16 00:00",0.345,"2013-05-04 00:00",0.338,"2013-01-10 00:00","","","","",0.425,0.425,0.345,0.318,0.182,0.125,0.0738,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","17243",2,42.306674,-83.148754,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.12468,0.031364,0.164,"2013-07-21 00:00",0.15,"2013-01-22 00:00",0.116,"2013-05-22 00:00",0.104,"2013-03-17 00:00","","","","",0.164,0.164,0.164,0.164,0.15,0.116,0.0894,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","42153",1,42.306674,-83.148754,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.053182,0.044134,0.18,"2013-09-10 00:00",0.13,"2013-06-21 00:00",0.13,"2013-08-02 00:00",0.12,"2013-05-28 00:00","","","","",0.18,0.18,0.13,0.12,0.09,0.03,0.01,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43205",1,42.306674,-83.148754,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.187864,0.420869,2.436,"2013-01-10 00:00",2.199,"2013-09-25 00:00",1.95,"2013-01-16 00:00",1.929,"2013-08-20 00:00","","","","",2.436,2.436,1.95,1.743,1.353,1.128,0.717,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43206",1,42.306674,-83.148754,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.661273,1.105577,5.32,"2013-01-16 00:00",5.14,"2013-01-10 00:00",4.88,"2013-01-04 00:00",3.62,"2013-03-11 00:00","","","","",5.32,5.32,4.88,2.96,1.78,1.352,0.818,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43208",1,42.306674,-83.148754,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.032182,0.004331,0.04,"2013-09-10 00:00",0.038,"2013-02-27 00:00",0.038,"2013-03-11 00:00",0.038,"2013-04-10 00:00","","","","",0.04,0.04,0.038,0.038,0.036,0.032,0.028,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43218",1,42.306674,-83.148754,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.132727,0.088459,0.43,"2013-01-10 00:00",0.38,"2013-09-25 00:00",0.35,"2013-01-16 00:00",0.26,"2013-03-23 00:00","","","","",0.43,0.43,0.35,0.22,0.16,0.12,0.07,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43233",1,42.306674,-83.148754,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.236364,0.102326,0.64,"2013-09-25 00:00",0.408,"2013-01-16 00:00",0.384,"2013-05-28 00:00",0.384,"2013-08-20 00:00","","","","",0.64,0.64,0.384,0.36,0.288,0.232,0.128,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43372",1,42.306674,-83.148754,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.033864,0.117814,0.54,"2013-04-10 00:00",0.46,"2013-03-05 00:00",0.37,"2013-06-03 00:00",0.06,"2013-04-28 00:00","","","","",0.54,0.54,0.37,0.06,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43373",1,42.306674,-83.148754,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.040227,0.005726,0.069,"2013-07-15 00:00",0.063,"2013-09-25 00:00",0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00","","","","",0.069,0.069,0.039,0.039,0.039,0.039,0.039,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43396",1,42.306674,-83.148754,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.043091,0.005098,0.069,"2013-07-15 00:00",0.063,"2013-09-25 00:00",0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00","","","","",0.069,0.069,0.042,0.042,0.042,0.042,0.042,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43438",1,42.306674,-83.148754,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43441",1,42.306674,-83.148754,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43502",1,42.306674,-83.148754,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,2.715556,1.059793,5.9,"2013-08-26 00:00",4.7,"2013-08-02 00:00",4.7,"2013-08-20 00:00",4.6,"2013-06-21 00:00","","","","",5.9,5.9,4.7,4.1,3.4,2.6,1.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43502",2,42.306674,-83.148754,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,2.78,0.988433,3.7,"2013-07-21 00:00",3.7,"2013-09-19 00:00",3,"2013-05-22 00:00",1.9,"2013-01-22 00:00","","","","",3.7,3.7,3.7,3.7,3.7,3,1.6,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43503",1,42.306674,-83.148754,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,2.066667,0.50272,3.1,"2013-01-04 00:00",3,"2013-06-21 00:00",2.8,"2013-05-16 00:00",2.7,"2013-03-29 00:00","","","","",3.1,3.1,2.8,2.7,2.4,2.1,1.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43503",2,42.306674,-83.148754,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,2.26,0.4219,2.6,"2013-07-21 00:00",2.6,"2013-09-19 00:00",2.4,"2013-05-22 00:00",2.1,"2013-03-17 00:00","","","","",2.6,2.6,2.6,2.6,2.6,2.4,1.6,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43504",1,42.306674,-83.148754,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.537778,0.201459,1.3,"2013-06-21 00:00",0.9,"2013-07-03 00:00",0.8,"2013-05-16 00:00",0.8,"2013-05-22 00:00","","","","",1.3,1.3,0.8,0.8,0.6,0.5,0.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43504",2,42.306674,-83.148754,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.74,0.240832,1,"2013-05-22 00:00",0.9,"2013-07-21 00:00",0.8,"2013-09-19 00:00",0.6,"2013-01-22 00:00","","","","",1,1,1,1,0.9,0.8,0.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43505",1,42.306674,-83.148754,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.018095,0.490422,2.74,"2013-08-20 00:00",2.35,"2013-09-10 00:00",1.89,"2013-02-15 00:00",1.71,"2013-06-27 00:00","","","","",2.74,2.74,1.89,1.53,1.23,0.9,0.59,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43510",1,42.306674,-83.148754,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.600711,0.491724,3.216,"2013-01-22 00:00",1.456,"2013-08-02 00:00",1.38,"2013-02-15 00:00",1.312,"2013-04-16 00:00","","","","",3.216,3.216,1.38,1.06,0.656,0.432,0.324,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43510",2,42.306674,-83.148754,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.1256,1.506887,3.82,"2013-01-22 00:00",0.504,"2013-05-22 00:00",0.464,"2013-07-21 00:00",0.46,"2013-09-19 00:00","","","","",3.82,3.82,3.82,3.82,0.504,0.464,0.38,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43513",1,42.306674,-83.148754,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43513",2,42.306674,-83.148754,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",5,0.005,0,0.005,"2013-01-22 00:00",0.005,"2013-03-17 00:00",0.005,"2013-05-22 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43517",1,42.306674,-83.148754,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.285467,0.096996,0.462,"2013-07-15 00:00",0.456,"2013-06-21 00:00",0.45,"2013-01-16 00:00",0.414,"2013-05-22 00:00","","","","",0.462,0.462,0.45,0.39,0.366,0.294,0.132,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43517",2,42.306674,-83.148754,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.2796,0.144537,0.462,"2013-05-22 00:00",0.348,"2013-07-21 00:00",0.324,"2013-09-19 00:00",0.138,"2013-03-17 00:00","","","","",0.462,0.462,0.462,0.462,0.348,0.324,0.126,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43518",1,42.306674,-83.148754,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.172614,0.046524,0.265,"2013-06-21 00:00",0.245,"2013-01-10 00:00",0.24,"2013-05-16 00:00",0.24,"2013-07-15 00:00","","","","",0.265,0.265,0.24,0.235,0.21,0.175,0.105,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43518",2,42.306674,-83.148754,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.194,0.060146,0.26,"2013-07-21 00:00",0.225,"2013-05-22 00:00",0.225,"2013-09-19 00:00",0.13,"2013-01-22 00:00","","","","",0.26,0.26,0.26,0.26,0.225,0.225,0.13,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43528",1,42.306674,-83.148754,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.330978,0.296856,1.372,"2013-08-26 00:00",0.936,"2013-09-07 00:00",0.87,"2013-08-02 00:00",0.844,"2013-06-21 00:00","","","","",1.372,1.372,0.87,0.836,0.492,0.196,0.072,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43528",2,42.306674,-83.148754,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.2872,0.193936,0.492,"2013-09-19 00:00",0.416,"2013-07-21 00:00",0.364,"2013-05-22 00:00",0.112,"2013-01-22 00:00","","","","",0.492,0.492,0.492,0.492,0.416,0.364,0.052,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43551",1,42.306674,-83.148754,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,4.6668,1.921167,9.18,"2013-04-04 00:00",8.25,"2013-01-16 00:00",8.01,"2013-02-27 00:00",7.8,"2013-01-10 00:00","","","","",9.18,9.18,8.01,7.38,6.33,4.05,2.349,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43551",2,42.306674,-83.148754,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,3.5118,1.143334,5.37,"2013-03-17 00:00",3.6,"2013-01-22 00:00",3.33,"2013-07-21 00:00",2.928,"2013-09-19 00:00","","","","",5.37,5.37,5.37,5.37,3.6,3.33,2.331,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43552",1,42.306674,-83.148754,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.612711,0.235874,1.636,"2013-07-15 00:00",0.94,"2013-08-26 00:00",0.904,"2013-01-22 00:00",0.896,"2013-01-28 00:00","","","","",1.636,1.636,0.904,0.86,0.756,0.544,0.392,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43552",2,42.306674,-83.148754,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,16,5,31,0,0,"","","Certification not required",0,0.5136,0.288189,1.02,"2013-01-22 00:00",0.476,"2013-03-17 00:00",0.384,"2013-07-21 00:00",0.348,"2013-09-19 00:00","","","","",1.02,1.02,1.02,1.02,0.476,0.384,0.34,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43560",1,42.306674,-83.148754,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.379318,0.323285,2.03,"2013-08-02 00:00",1.08,"2013-08-20 00:00",0.82,"2013-09-25 00:00",0.68,"2013-09-10 00:00","","","","",2.03,2.03,0.82,0.53,0.47,0.31,0.16,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43702",1,42.306674,-83.148754,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.172727,0.481516,2.48,"2013-05-22 00:00",2.14,"2013-06-21 00:00",1.99,"2013-08-08 00:00",1.9,"2013-04-16 00:00","","","","",2.48,2.48,1.99,1.88,1.51,1.03,0.61,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43704",1,42.306674,-83.148754,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43801",1,42.306674,-83.148754,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.6175,0.084444,0.81,"2013-06-09 00:00",0.8,"2013-03-11 00:00",0.77,"2013-05-22 00:00",0.77,"2013-05-28 00:00","","","","",0.81,0.81,0.77,0.77,0.67,0.61,0.53,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43802",1,42.306674,-83.148754,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.295,0.639409,2.7,"2013-08-02 00:00",2.63,"2013-07-21 00:00",2.57,"2013-04-16 00:00",2.47,"2013-09-01 00:00","","","","",2.7,2.7,2.57,2.21,1.86,1.14,0.61,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43803",1,42.306674,-83.148754,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.141591,0.056935,0.29,"2013-01-28 00:00",0.25,"2013-03-11 00:00",0.24,"2013-02-09 00:00",0.24,"2013-02-27 00:00","","","","",0.29,0.29,0.24,0.23,0.17,0.13,0.08,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43804",1,42.306674,-83.148754,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.109091,0.016256,0.16,"2013-06-21 00:00",0.14,"2013-03-11 00:00",0.14,"2013-06-15 00:00",0.13,"2013-02-27 00:00","","","","",0.16,0.16,0.14,0.13,0.12,0.11,0.09,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43806",1,42.306674,-83.148754,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43811",1,42.306674,-83.148754,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.269523,0.039954,0.369,"2013-06-09 00:00",0.349,"2013-05-28 00:00",0.336,"2013-09-25 00:00",0.333,"2013-05-22 00:00","","","","",0.369,0.369,0.336,0.33,0.292,0.266,0.222,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43812",1,42.306674,-83.148754,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002955,0.011119,0.05,"2013-08-02 00:00",0.04,"2013-05-16 00:00",0.04,"2013-07-27 00:00",0,"2013-01-04 00:00","","","","",0.05,0.05,0.04,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43813",1,42.306674,-83.148754,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43814",1,42.306674,-83.148754,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006364,0.007803,0.02,"2013-02-27 00:00",0.02,"2013-05-04 00:00",0.02,"2013-05-22 00:00",0.02,"2013-06-09 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43815",1,42.306674,-83.148754,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.039091,0.014112,0.06,"2013-02-27 00:00",0.06,"2013-04-10 00:00",0.06,"2013-05-28 00:00",0.05,"2013-01-16 00:00","","","","",0.06,0.06,0.06,0.05,0.05,0.04,0.03,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43817",1,42.306674,-83.148754,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.087045,0.055889,0.38,"2013-07-15 00:00",0.21,"2013-08-20 00:00",0.14,"2013-01-16 00:00",0.13,"2013-09-25 00:00","","","","",0.38,0.38,0.14,0.12,0.1,0.08,0.04,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43818",1,42.306674,-83.148754,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43819",1,42.306674,-83.148754,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006818,0.006742,0.02,"2013-03-05 00:00",0.02,"2013-04-10 00:00",0.02,"2013-07-15 00:00",0.02,"2013-08-02 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43820",1,42.306674,-83.148754,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43821",1,42.306674,-83.148754,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.165227,0.018876,0.2,"2013-04-10 00:00",0.198,"2013-06-21 00:00",0.194,"2013-03-11 00:00",0.194,"2013-04-06 00:00","","","","",0.2,0.2,0.194,0.192,0.176,0.17,0.14,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43823",1,42.306674,-83.148754,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.515364,0.085515,0.77,"2013-06-09 00:00",0.72,"2013-05-28 00:00",0.67,"2013-05-22 00:00",0.63,"2013-03-11 00:00","","","","",0.77,0.77,0.67,0.63,0.554,0.5,0.42,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43824",1,42.306674,-83.148754,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.001364,0.006321,0.03,"2013-01-16 00:00",0.03,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43826",1,42.306674,-83.148754,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43828",1,42.306674,-83.148754,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.009761,0.001222,0.016,"2013-07-15 00:00",0.0145,"2013-09-25 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00","","","","",0.016,0.016,0.0095,0.0095,0.0095,0.0095,0.0095,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43829",1,42.306674,-83.148754,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43830",1,42.306674,-83.148754,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43831",1,42.306674,-83.148754,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43832",1,42.306674,-83.148754,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.009239,0.001118,0.015,"2013-07-15 00:00",0.0135,"2013-09-25 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00","","","","",0.015,0.015,0.009,0.009,0.009,0.009,0.009,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43835",1,42.306674,-83.148754,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43836",1,42.306674,-83.148754,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.008227,0.001059,0.0135,"2013-07-15 00:00",0.0125,"2013-09-25 00:00",0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00","","","","",0.0135,0.0135,0.008,0.008,0.008,0.008,0.008,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43838",1,42.306674,-83.148754,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.012318,0.001491,0.02,"2013-07-15 00:00",0.018,"2013-09-25 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00","","","","",0.02,0.02,0.012,0.012,0.012,0.012,0.012,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43839",1,42.306674,-83.148754,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.016432,0.002028,0.027,"2013-07-15 00:00",0.024,"2013-09-25 00:00",0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00","","","","",0.027,0.027,0.016,0.016,0.016,0.016,0.016,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43843",1,42.306674,-83.148754,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43844",1,42.306674,-83.148754,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000909,0.00603,0.04,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.04,0.04,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","43860",1,42.306674,-83.148754,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.005,0.009276,0.03,"2013-08-20 00:00",0.03,"2013-09-10 00:00",0.02,"2013-06-21 00:00",0.02,"2013-07-09 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45109",1,42.306674,-83.148754,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.111364,2.49691,13.36,"2013-08-02 00:00",11.04,"2013-07-27 00:00",5.08,"2013-09-25 00:00",4.9,"2013-01-22 00:00","","","","",13.36,13.36,5.08,4.62,2.45,1.38,0.66,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45201",1,42.306674,-83.148754,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.282273,0.425855,2.48,"2013-09-25 00:00",2.35,"2013-01-10 00:00",2.15,"2013-01-16 00:00",1.77,"2013-03-29 00:00","","","","",2.48,2.48,2.15,1.75,1.56,1.31,0.76,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45202",1,42.306674,-83.148754,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.203182,1.263003,7.84,"2013-09-25 00:00",4.35,"2013-09-19 00:00",4.2,"2013-08-20 00:00",3.94,"2013-01-10 00:00","","","","",7.84,7.84,4.2,3.85,2.62,1.93,1.01,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45203",1,42.306674,-83.148754,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.759773,0.783589,4.26,"2013-08-02 00:00",3.46,"2013-07-27 00:00",1.82,"2013-09-25 00:00",1.64,"2013-08-20 00:00","","","","",4.26,4.26,1.82,1.63,0.88,0.54,0.27,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45204",1,42.306674,-83.148754,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.676364,0.635435,3.48,"2013-08-02 00:00",2.7,"2013-07-27 00:00",1.89,"2013-09-25 00:00",1.52,"2013-08-20 00:00","","","","",3.48,3.48,1.89,1.18,0.74,0.53,0.25,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45207",1,42.306674,-83.148754,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",13,0.39058,0.555502,3.366,"2013-08-02 00:00",1.476,"2013-08-20 00:00",1.368,"2013-01-22 00:00",0.972,"2013-09-25 00:00","","","","",3.366,3.366,1.368,0.801,0.414,0.234,0.0855,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45208",1,42.306674,-83.148754,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.133182,1.599314,9.72,"2013-08-02 00:00",4.617,"2013-08-20 00:00",3.429,"2013-01-22 00:00",2.745,"2013-09-25 00:00","","","","",9.72,9.72,3.429,2.484,1.17,0.657,0.207,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45220",1,42.306674,-83.148754,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,3.450227,2.6365,10.72,"2013-08-20 00:00",8.4,"2013-09-25 00:00",8,"2013-07-03 00:00",7.92,"2013-08-08 00:00","","","","",10.72,10.72,8,7.91,5.22,2.43,1.04,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45501",1,42.306674,-83.148754,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",0,0.271289,0.113375,0.476,"2013-05-28 00:00",0.434,"2013-05-22 00:00",0.434,"2013-06-21 00:00",0.434,"2013-07-15 00:00","","","","",0.476,0.476,0.434,0.42,0.378,0.259,0.098,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45501",2,42.306674,-83.148754,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.287,0.170389,0.469,"2013-05-22 00:00",0.385,"2013-09-19 00:00",0.371,"2013-07-21 00:00",0.112,"2013-03-17 00:00","","","","",0.469,0.469,0.469,0.469,0.385,0.371,0.098,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45503",1,42.306674,-83.148754,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45503",2,42.306674,-83.148754,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",5,0.009,0,0.009,"2013-01-22 00:00",0.009,"2013-03-17 00:00",0.009,"2013-05-22 00:00",0.009,"2013-07-21 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45504",1,42.306674,-83.148754,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",1,0.227814,0.133132,0.52,"2013-09-19 00:00",0.496,"2013-09-07 00:00",0.44,"2013-07-21 00:00",0.44,"2013-09-25 00:00","","","","",0.52,0.52,0.44,0.416,0.328,0.208,0.064,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45504",2,42.306674,-83.148754,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.2512,0.175508,0.472,"2013-09-19 00:00",0.36,"2013-07-21 00:00",0.272,"2013-05-22 00:00",0.096,"2013-03-17 00:00","","","","",0.472,0.472,0.472,0.472,0.36,0.272,0.056,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45801",1,42.306674,-83.148754,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45805",1,42.306674,-83.148754,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.071045,0.00957,0.12,"2013-07-15 00:00",0.108,"2013-09-25 00:00",0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00","","","","",0.12,0.12,0.069,0.069,0.069,0.069,0.069,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45806",1,42.306674,-83.148754,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.080182,0.010196,0.132,"2013-07-15 00:00",0.12,"2013-09-25 00:00",0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00","","","","",0.132,0.132,0.078,0.078,0.078,0.078,0.078,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45807",1,42.306674,-83.148754,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006364,0.01713,0.07,"2013-09-10 00:00",0.06,"2013-01-16 00:00",0.05,"2013-09-25 00:00",0.04,"2013-02-27 00:00","","","","",0.07,0.07,0.05,0.03,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","45810",1,42.306674,-83.148754,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000909,0.00603,0.04,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.04,0.04,0,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","61103",1,42.306674,-83.148754,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,5.419933,2.846268,20,"2013-01-20 02:00",20,"2013-01-20 03:00",18.2,"2013-01-20 05:00",17.4,"2013-01-20 04:00","","","","",13,12.2,10.4,9.6,6.9,5.2,1.7,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","61104",1,42.306674,-83.148754,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6532,75,272,365,0,20,"","","Certification not required",0,193.522964,104.268002,360,"2013-04-05 16:00",360,"2013-06-30 05:00",360,"2013-08-23 04:00",360,"2013-08-28 16:00","","","","",357,355,345,328,290,199,48,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","61106",1,42.306674,-83.148754,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6532,75,272,365,0,20,"","","Certification not required",0,22.226577,9.4243,77,"2013-05-30 18:00",77,"2013-08-16 12:00",76,"2013-07-30 11:00",76,"2013-08-27 19:00","","","","",60,51,41,34,25,19,14,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","62101",1,42.306674,-83.148754,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6532,75,272,365,0,20,"","","Certification not required",0,53.974127,20.024876,93,"2013-07-17 14:00",93,"2013-07-17 15:00",93,"2013-07-19 13:00",93,"2013-07-19 14:00","","","","",88,84,81,77,72,59,27,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","62201",1,42.306674,-83.148754,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6532,75,272,365,0,20,"","","Certification not required",0,66.761482,16.449942,100,"2013-01-13 01:00",100,"2013-01-28 08:00",100,"2013-01-28 09:00",100,"2013-01-28 10:00","","","","",100,98,94,89,79,67,45,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","64101",1,42.306674,-83.148754,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6532,75,272,365,0,20,"","","Certification not required",0,990.474893,6.508853,1011,"2013-04-21 07:00",1011,"2013-04-21 08:00",1011,"2013-04-21 09:00",1011,"2013-04-21 10:00","","","","",1005,1004,1001,999,995,991,983,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","68101",1,42.306674,-83.148754,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,89,122,0,12,"","","Certification not required",80,0.07,0.06779,0.5,"2013-07-18 00:00",0.3,"2013-02-05 00:00",0.3,"2013-02-18 00:00",0.2,"2013-01-31 00:00","","","","",0.5,0.3,0.2,0.1,0.05,0.05,0.05,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68102",1,42.306674,-83.148754,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,89,122,0,12,"","","Certification not required",0,24.094444,0.023034,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68103",1,42.306674,-83.148754,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,89,122,0,12,"","","Certification not required",0,7.346667,10.281107,24.1,"2013-09-10 00:00",23.7,"2013-07-15 00:00",23.7,"2013-07-18 00:00",21.4,"2013-06-24 00:00","","","","",24.1,23.7,21.4,19.6,15.9,9.2,-5.7,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68103",5,42.306674,-83.148754,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.405882,10.271347,24.8,"2013-07-15 00:00",22.9,"2013-07-09 00:00",21.9,"2013-08-26 00:00",21.2,"2013-09-01 00:00","","","","",24.8,22.9,21.9,20,17.4,9.8,-4.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","68104",1,42.306674,-83.148754,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,89,122,0,12,"","","Certification not required",0,18.032222,11.86352,35.7,"2013-09-10 00:00",34.7,"2013-07-15 00:00",34.7,"2013-07-18 00:00",33.3,"2013-07-09 00:00","","","","",35.7,34.7,32.4,31.3,28.4,22.6,1.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68104",5,42.306674,-83.148754,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,18.731373,12.02282,36.2,"2013-07-15 00:00",34.8,"2013-07-09 00:00",33.2,"2013-08-26 00:00",33.1,"2013-08-20 00:00","","","","",36.2,34.8,33.2,32,29,23.5,2.7,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","68105",1,42.306674,-83.148754,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,89,122,0,12,"","","Certification not required",0,12.598889,10.850832,29.5,"2013-09-10 00:00",29.1,"2013-07-18 00:00",27.3,"2013-07-15 00:00",27,"2013-06-24 00:00","","","","",29.5,29.1,26.8,24.9,22,15.7,-2.5,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68105",5,42.306674,-83.148754,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,13.309804,10.852709,28.4,"2013-07-15 00:00",27.6,"2013-08-26 00:00",26.6,"2013-07-09 00:00",26.2,"2013-08-20 00:00","","","","",28.4,27.6,26.6,25.1,23,16.7,-1.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","68106",1,42.306674,-83.148754,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,89,122,0,12,"","","Certification not required",0,747.744444,5.198446,759,"2013-03-08 00:00",757,"2013-02-09 00:00",757,"2013-05-25 00:00",756,"2013-07-15 00:00","","","","",759,757,755,754,751,748,741,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68106",5,42.306674,-83.148754,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,740.862745,5.557048,751,"2013-02-09 00:00",750,"2013-01-22 00:00",750,"2013-02-21 00:00",750,"2013-02-27 00:00","","","","",751,750,750,748,744,741,735,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","68107",1,42.306674,-83.148754,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,89,122,0,12,"","","Certification not required",0,754.411111,4.398402,766,"2013-01-10 00:00",764,"2013-01-25 00:00",764,"2013-03-08 00:00",763,"2013-04-22 00:00","","","","",766,764,762,761,757,754,750,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68107",5,42.306674,-83.148754,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,748,4.955805,760,"2013-01-10 00:00",760,"2013-04-22 00:00",757,"2013-04-04 00:00",756,"2013-02-09 00:00","","","","",760,760,757,754,751,747,742,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","68108",1,42.306674,-83.148754,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,89,122,0,12,"","","Certification not required",0,751.366667,4.508294,762,"2013-01-10 00:00",761,"2013-03-08 00:00",760,"2013-02-09 00:00",759,"2013-04-22 00:00","","","","",762,761,759,757,754,751,746,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","68108",5,42.306674,-83.148754,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,743.28,5.071087,754,"2013-01-10 00:00",754,"2013-02-09 00:00",752,"2013-01-22 00:00",752,"2013-02-21 00:00","","","","",754,754,752,752,746,743,738,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","81102",1,42.306674,-83.148754,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,97,59,61,0,1,0,0,"Certification not required",0,22.7,9.927363,45,"2013-08-26 00:00",41,"2013-09-07 00:00",41,"2013-12-12 00:00",38,"2013-04-04 00:00","","","","",45,41,41,37,31,20,11,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0033","81102",3,42.306674,-83.148754,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6421,73,267,365,0,131,"","","Certification not required",0,22.524217,16.109204,262,"2013-05-06 05:00",201,"2013-01-20 02:00",176,"2013-04-07 04:00",169,"2013-03-30 22:00","","","","",80,65,50,40,29,19,8,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","81102",3,42.306674,-83.148754,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",267,73,267,365,0,0,0,0,"Certification not required",0,22.026217,9.850159,57,"2013-09-10 00:00",56,"2013-01-19 00:00",56,"2013-05-15 00:00",51,"2013-09-11 00:00","","","","",56,47,40,36,27,20,11,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","81102",9,42.306674,-83.148754,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",31,97,30,31,0,1,0,0,"Certification not required",0,21.387097,9.541759,40,"2013-06-21 00:00",38,"2013-08-20 00:00",34,"2013-01-16 00:00",33,"2013-05-16 00:00","","","","",40,40,38,33,31,20,9,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-01-27" +"26","163","0033","82103",1,42.306674,-83.148754,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,1.318333,0.783407,3.4,"2013-05-28 00:00",3.2,"2013-06-15 00:00",3,"2013-09-07 00:00",2.9,"2013-09-01 00:00","","","","",3.4,3.2,3,2.4,1.8,1.2,0.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82103",9,42.306674,-83.148754,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.232258,0.672997,2.7,"2013-09-01 00:00",2.6,"2013-08-20 00:00",2.1,"2013-06-09 00:00",2.1,"2013-07-03 00:00","","","","",2.7,2.7,2.6,2.1,1.7,1.2,0.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82105",1,42.306674,-83.148754,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,0.011667,0.032373,0.1,"2013-04-04 00:00",0.1,"2013-05-22 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82105",9,42.306674,-83.148754,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.009677,0.030054,0.1,"2013-07-15 00:00",0.1,"2013-08-02 00:00",0.1,"2013-08-20 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82107",1,42.306674,-83.148754,"WGS84","Barium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,10.013333,4.2142,23.7,"2013-07-03 00:00",21.5,"2013-04-04 00:00",21.1,"2013-09-25 00:00",19.5,"2013-01-16 00:00","","","","",23.7,21.5,21.1,15.5,11.5,9.4,5.9,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82107",9,42.306674,-83.148754,"WGS84","Barium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,10.690323,5.35309,24.7,"2013-07-03 00:00",21.3,"2013-09-25 00:00",17.6,"2013-08-20 00:00",17.2,"2013-06-21 00:00","","","","",24.7,24.7,21.3,17.2,16.6,8.6,6.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82110",1,42.306674,-83.148754,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,0.298333,0.226612,1.1,"2013-06-21 00:00",0.8,"2013-02-27 00:00",0.8,"2013-07-03 00:00",0.7,"2013-04-10 00:00","","","","",1.1,0.8,0.8,0.6,0.4,0.2,0.1,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82110",9,42.306674,-83.148754,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.274194,0.255562,1.2,"2013-06-21 00:00",0.8,"2013-04-10 00:00",0.7,"2013-07-03 00:00",0.6,"2013-01-16 00:00","","","","",1.2,1.2,0.8,0.6,0.3,0.2,0.1,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82112",1,42.306674,-83.148754,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,3.02,0.853468,5.5,"2013-04-04 00:00",5,"2013-09-07 00:00",5,"2013-10-01 00:00",4.7,"2013-01-16 00:00","","","","",5.5,5,5,4.1,3.5,3,2,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82112",9,42.306674,-83.148754,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,3.290323,0.699693,4.7,"2013-06-21 00:00",4.5,"2013-05-16 00:00",4.5,"2013-08-02 00:00",4.3,"2013-07-15 00:00","","","","",4.7,4.7,4.5,4.3,3.7,3.2,2.5,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82113",1,42.306674,-83.148754,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,0.11,0.057342,0.2,"2013-01-16 00:00",0.2,"2013-04-04 00:00",0.2,"2013-05-10 00:00",0.2,"2013-05-13 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82113",9,42.306674,-83.148754,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.13871,0.088232,0.4,"2013-03-05 00:00",0.3,"2013-01-28 00:00",0.3,"2013-06-21 00:00",0.2,"2013-01-04 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0.1,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82114",1,42.306674,-83.148754,"WGS84","Copper PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,46.565,24.749633,121.7,"2013-02-03 00:00",115,"2013-02-09 00:00",104,"2013-09-25 00:00",101.8,"2013-01-16 00:00","","","","",121.7,115,104,74.7,61.9,42.4,21.4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82114",9,42.306674,-83.148754,"WGS84","Copper PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,51.390323,77.721886,458.6,"2013-11-24 00:00",94.6,"2013-01-16 00:00",86.6,"2013-09-25 00:00",54.5,"2013-09-01 00:00","","","","",458.6,458.6,94.6,54.5,49.3,34.8,18.7,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82126",1,42.306674,-83.148754,"WGS84","Iron PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,509.833333,298.365557,1290,"2013-12-12 00:00",1270,"2013-08-26 00:00",1260,"2013-10-01 00:00",1060,"2013-10-19 00:00","","","","",1290,1270,1260,990,660,420,220,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82126",9,42.306674,-83.148754,"WGS84","Iron PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,502.258065,271.338776,1070,"2013-06-21 00:00",1060,"2013-08-02 00:00",910,"2013-01-16 00:00",890,"2013-01-04 00:00","","","","",1070,1070,1060,890,730,400,230,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82132",1,42.306674,-83.148754,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,33.11,23.941048,100.1,"2013-10-01 00:00",93.4,"2013-04-04 00:00",84.1,"2013-09-07 00:00",79.1,"2013-05-22 00:00","","","","",100.1,93.4,84.1,74.7,41.2,25.4,11,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82132",9,42.306674,-83.148754,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,27.193548,18.391247,83.3,"2013-01-04 00:00",72.6,"2013-08-02 00:00",60.4,"2013-01-16 00:00",46.4,"2013-08-20 00:00","","","","",83.3,83.3,72.6,46.4,32.4,21.4,9.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82134",1,42.306674,-83.148754,"WGS84","Molybdenum PM10 STP ","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,0.626667,0.317227,1.8,"2013-07-15 00:00",1.1,"2013-01-16 00:00",1.1,"2013-07-03 00:00",1.1,"2013-08-26 00:00","","","","",1.8,1.1,1.1,1,0.9,0.6,0.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82134",9,42.306674,-83.148754,"WGS84","Molybdenum PM10 STP ","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.593548,0.347309,1.8,"2013-07-15 00:00",1,"2013-01-16 00:00",1,"2013-07-03 00:00",1,"2013-08-20 00:00","","","","",1.8,1.8,1,1,0.8,0.6,0.2,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82136",1,42.306674,-83.148754,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,1.095,0.546305,2.7,"2013-01-04 00:00",2.5,"2013-12-18 00:00",2.2,"2013-07-15 00:00",2.1,"2013-07-03 00:00","","","","",2.7,2.5,2.2,1.8,1.4,1,0.5,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82136",9,42.306674,-83.148754,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.235484,0.71253,3.1,"2013-12-18 00:00",2.9,"2013-01-04 00:00",2.8,"2013-07-15 00:00",2.2,"2013-07-03 00:00","","","","",3.1,3.1,2.9,2.2,1.5,1.1,0.6,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82164",1,42.306674,-83.148754,"WGS84","Vanadium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,1.508333,1.127363,5.9,"2013-01-04 00:00",4.4,"2013-12-18 00:00",3.5,"2013-11-06 00:00",3.3,"2013-09-19 00:00","","","","",5.9,4.4,3.5,2.9,2.2,1.2,0.5,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82164",9,42.306674,-83.148754,"WGS84","Vanadium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.529032,1.331213,6.2,"2013-01-04 00:00",5.4,"2013-12-18 00:00",3,"2013-06-21 00:00",2.4,"2013-07-03 00:00","","","","",6.2,6.2,5.4,2.4,1.9,1.3,0.5,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82167",1,42.306674,-83.148754,"WGS84","Zinc PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,59,61,0,1,"","","Certification not required",0,67.216667,47.912152,186,"2013-01-16 00:00",182.6,"2013-12-18 00:00",172.6,"2013-09-25 00:00",158.8,"2013-10-01 00:00","","","","",186,182.6,172.6,144.3,98.9,55.9,23,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","82167",9,42.306674,-83.148754,"WGS84","Zinc PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,51,31,61,0,0,"","","Certification not required",0,65.448387,51.270992,187.5,"2013-12-18 00:00",166.1,"2013-01-16 00:00",160.5,"2013-09-25 00:00",147.7,"2013-01-28 00:00","","","","",187.5,187.5,166.1,147.7,96.6,40.7,17.5,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","85128",1,42.306674,-83.148754,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,1,"","","Certification not required",0,0.009186,0.008094,0.05,"2013-05-10 00:00",0.0257,"2013-07-03 00:00",0.0206,"2013-06-15 00:00",0.0156,"2013-01-16 00:00","","","","",0.05,0.05,0.0206,0.0149,0.0112,0.0072,0.0025,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","85128",2,42.306674,-83.148754,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",24,77,23,31,0,0,"","","Certification not required",0,0.008329,0.005686,0.0286,"2013-07-03 00:00",0.0143,"2013-01-16 00:00",0.0142,"2013-01-28 00:00",0.0123,"2013-02-21 00:00","","","","",0.0286,0.0286,0.0143,0.0142,0.0109,0.0083,0.0028,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-03" +"26","163","0033","88101",1,42.306674,-83.148754,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,12,0,0,"Certification not required",0,10.748889,5.589863,24.9,"2013-05-01 00:00",24.1,"2013-09-10 00:00",21.6,"2013-02-05 00:00",21.3,"2013-06-12 00:00","","","","",24.9,24.1,21.1,18.8,14.8,10.2,3.9,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","88101",1,42.306674,-83.148754,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,12,"","","Certification not required",0,10.748889,5.589863,24.9,"2013-05-01 00:00",24.1,"2013-09-10 00:00",21.6,"2013-02-05 00:00",21.3,"2013-06-12 00:00","","","","",24.9,24.1,21.1,18.8,14.8,10.2,3.9,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","88101",2,42.306674,-83.148754,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,74,45,61,0,7,0,0,"Certification not required",0,11.182609,5.331221,21.1,"2013-09-19 00:00",19.7,"2013-08-20 00:00",19.5,"2013-01-28 00:00",19.3,"2013-07-03 00:00","","","","",21.1,21.1,19.5,19.2,15.3,11.1,4.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","88101",2,42.306674,-83.148754,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,74,45,61,0,7,"","","Certification not required",0,11.182609,5.331221,21.1,"2013-09-19 00:00",19.7,"2013-08-20 00:00",19.5,"2013-01-28 00:00",19.3,"2013-07-03 00:00","","","","",21.1,21.1,19.5,19.2,15.3,11.1,4.3,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0033","88102",5,42.306674,-83.148754,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.020667,0.007259,0.056,"2013-10-01 00:00",0.042,"2013-06-21 00:00",0.026,"2013-02-21 00:00",0.026,"2013-05-10 00:00","","","","",0.056,0.042,0.026,0.026,0.021,0.0195,0.014,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88103",5,42.306674,-83.148754,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000784,0.001064,0.004,"2013-10-01 00:00",0.003,"2013-01-16 00:00",0.003,"2013-08-20 00:00",0.003,"2013-09-01 00:00","","","","",0.004,0.003,0.003,0.002,0.002,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88104",5,42.306674,-83.148754,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",26,0.027833,0.034324,0.213,"2013-10-19 00:00",0.12,"2013-06-27 00:00",0.071,"2013-09-19 00:00",0.07,"2013-07-15 00:00","","","","",0.213,0.12,0.071,0.051,0.037,0.0125,0.0065,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88107",5,42.306674,-83.148754,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005402,0.00349,0.0295,"2013-03-23 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-02-27 00:00",0.0055,"2013-03-05 00:00","","","","",0.0295,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88109",5,42.306674,-83.148754,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.005034,0.00256,0.0113,"2013-04-04 00:00",0.0106,"2013-07-27 00:00",0.0102,"2013-10-31 00:00",0.009,"2013-01-28 00:00","","","","",0.0113,0.0106,0.0102,0.0083,0.0062,0.005,0.0017,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88110",5,42.306674,-83.148754,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001471,0.004007,0.019,"2013-09-07 00:00",0.015,"2013-06-27 00:00",0.012,"2013-08-26 00:00",0.009,"2013-05-28 00:00","","","","",0.019,0.015,0.012,0.006,0,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88111",5,42.306674,-83.148754,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.071154,0.051371,0.239,"2013-09-19 00:00",0.186,"2013-04-04 00:00",0.16,"2013-09-07 00:00",0.159,"2013-06-21 00:00","","","","",0.239,0.186,0.16,0.15,0.0964,0.0609,0.021,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88112",5,42.306674,-83.148754,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.006784,0.018345,0.099,"2013-09-19 00:00",0.084,"2013-09-25 00:00",0.039,"2013-11-06 00:00",0.018,"2013-10-13 00:00","","","","",0.099,0.084,0.039,0.007,0.003,0.002,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88113",5,42.306674,-83.148754,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",37,0.001084,0.000771,0.0034,"2013-01-10 00:00",0.0032,"2013-01-28 00:00",0.0026,"2013-01-16 00:00",0.0026,"2013-05-10 00:00","","","","",0.0034,0.0032,0.0026,0.0023,0.0015,0.0007,0.00055,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88114",5,42.306674,-83.148754,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.01471,0.010388,0.0516,"2013-09-25 00:00",0.037,"2013-07-21 00:00",0.0337,"2013-07-03 00:00",0.0325,"2013-04-10 00:00","","","","",0.0516,0.037,0.0337,0.0299,0.0215,0.0118,0.0046,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88115",5,42.306674,-83.148754,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",10,0.031867,0.038517,0.182,"2013-01-28 00:00",0.126,"2013-01-04 00:00",0.12,"2013-01-16 00:00",0.119,"2013-01-22 00:00","","","","",0.182,0.126,0.12,0.0838,0.0384,0.0161,0.0039,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88117",5,42.306674,-83.148754,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.004655,0.0056,0.0435,"2013-03-23 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-02-27 00:00",0.00485,"2013-03-05 00:00","","","","",0.0435,0.00485,0.00485,0.00485,0.0048,0.0041,0.0028,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88118",5,42.306674,-83.148754,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008377,0.005704,0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.017,0.017,0.017,0.017,0.0055,0.0041,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88126",5,42.306674,-83.148754,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.282632,0.249391,1.04,"2013-10-19 00:00",0.899,"2013-01-04 00:00",0.798,"2013-10-01 00:00",0.725,"2013-01-10 00:00","","","","",1.04,0.899,0.798,0.65,0.442,0.21,0.0508,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88128",5,42.306674,-83.148754,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.006431,0.00857,0.048,"2013-05-10 00:00",0.027,"2013-10-01 00:00",0.024,"2013-06-15 00:00",0.02,"2013-07-03 00:00","","","","",0.048,0.027,0.024,0.015,0.008,0.004,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88131",5,42.306674,-83.148754,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010176,0.003495,0.0165,"2013-02-21 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-06-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88132",5,42.306674,-83.148754,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.009118,0.010401,0.065,"2013-01-04 00:00",0.025,"2013-10-01 00:00",0.022,"2013-04-04 00:00",0.02,"2013-06-15 00:00","","","","",0.065,0.025,0.022,0.018,0.015,0.006,0.001,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88136",5,42.306674,-83.148754,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000569,0.000878,0.004,"2013-10-01 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-10 00:00",0.002,"2013-04-10 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0,0,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88140",5,42.306674,-83.148754,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",31,0.017998,0.031385,0.222,"2013-10-01 00:00",0.0567,"2013-10-31 00:00",0.039,"2013-04-04 00:00",0.038,"2013-01-28 00:00","","","","",0.222,0.0567,0.039,0.032,0.021,0.009,0.0055,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88152",5,42.306674,-83.148754,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005821,0.001482,0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88154",5,42.306674,-83.148754,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",41,0.001428,0.000914,0.0044,"2013-09-19 00:00",0.0042,"2013-04-04 00:00",0.0037,"2013-06-21 00:00",0.0031,"2013-09-07 00:00","","","","",0.0044,0.0042,0.0037,0.003,0.0013,0.00125,0.00065,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88160",5,42.306674,-83.148754,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.013863,0.005238,0.041,"2013-02-09 00:00",0.018,"2013-02-21 00:00",0.018,"2013-03-23 00:00",0.018,"2013-05-04 00:00","","","","",0.041,0.018,0.018,0.018,0.016,0.01,0.01,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88161",5,42.306674,-83.148754,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.002977,0.001809,0.0113,"2013-06-27 00:00",0.0076,"2013-09-25 00:00",0.0074,"2013-09-07 00:00",0.0068,"2013-06-21 00:00","","","","",0.0113,0.0076,0.0074,0.0055,0.00265,0.0025,0.0021,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88164",5,42.306674,-83.148754,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001754,0.000684,0.006,"2013-01-04 00:00",0.0034,"2013-06-15 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00","","","","",0.006,0.0034,0.0019,0.0019,0.0019,0.0016,0.0015,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88165",5,42.306674,-83.148754,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.068833,0.049167,0.273,"2013-06-27 00:00",0.154,"2013-09-19 00:00",0.142,"2013-06-21 00:00",0.139,"2013-07-15 00:00","","","","",0.273,0.154,0.142,0.128,0.099,0.058,0.0221,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88166",5,42.306674,-83.148754,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.008712,0.005075,0.0185,"2013-02-21 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-10 00:00",0.0185,"2013-06-09 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88167",5,42.306674,-83.148754,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.045018,0.039294,0.152,"2013-10-01 00:00",0.145,"2013-01-28 00:00",0.13,"2013-06-15 00:00",0.123,"2013-01-16 00:00","","","","",0.152,0.145,0.13,0.113,0.0628,0.036,0.0069,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88168",5,42.306674,-83.148754,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001284,0.000573,0.0047,"2013-07-03 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-05-04 00:00",0.00175,"2013-05-10 00:00","","","","",0.0047,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88169",5,42.306674,-83.148754,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.876057,0.586311,2.56,"2013-09-19 00:00",2.19,"2013-08-20 00:00",2.04,"2013-08-26 00:00",1.92,"2013-09-01 00:00","","","","",2.56,2.19,2.04,1.7,1.3,0.687,0.31,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88176",5,42.306674,-83.148754,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000969,0.000207,0.0013,"2013-02-21 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-05-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88180",5,42.306674,-83.148754,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.067324,0.043841,0.262,"2013-07-03 00:00",0.161,"2013-06-15 00:00",0.13,"2013-10-01 00:00",0.126,"2013-01-28 00:00","","","","",0.262,0.161,0.13,0.096,0.0875,0.0693,0.018,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88184",5,42.306674,-83.148754,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",21,0.072,0.058745,0.244,"2013-09-07 00:00",0.225,"2013-01-22 00:00",0.183,"2013-06-15 00:00",0.181,"2013-01-28 00:00","","","","",0.244,0.225,0.183,0.134,0.108,0.059,0.0155,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88185",5,42.306674,-83.148754,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.004076,0.00415,0.0134,"2013-07-27 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-10 00:00","","","","",0.0134,0.0115,0.0115,0.0115,0.0061,0.00165,0.0014,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88301",5,42.306674,-83.148754,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.98966,0.697244,3.12,"2013-09-19 00:00",2.59,"2013-01-04 00:00",2.18,"2013-08-20 00:00",2.05,"2013-01-16 00:00","","","","",3.12,3.12,2.18,1.93,1.49,0.944,0.298,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88302",5,42.306674,-83.148754,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.08874,0.068196,0.4,"2013-06-27 00:00",0.287,"2013-01-22 00:00",0.25,"2013-09-07 00:00",0.161,"2013-10-01 00:00","","","","",0.4,0.4,0.25,0.131,0.1,0.0706,0.0341,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88303",5,42.306674,-83.148754,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.055246,0.038629,0.179,"2013-06-27 00:00",0.175,"2013-07-03 00:00",0.145,"2013-01-28 00:00",0.116,"2013-03-11 00:00","","","","",0.179,0.179,0.145,0.098,0.069,0.052,0.012,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88306",5,42.306674,-83.148754,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,1.53578,1.333415,6.26,"2013-01-04 00:00",5.68,"2013-01-16 00:00",4.79,"2013-01-10 00:00",3.57,"2013-01-28 00:00","","","","",6.26,6.26,4.79,3.57,1.77,1.16,0.468,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88313",1,42.306674,-83.148754,"WGS84","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE2100 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",6442,74,268,365,0,110,"","","Certification not required",882,0.648382,0.601615,8.79,"2013-09-18 08:00",8.11,"2013-09-18 07:00",7.23,"2013-09-27 07:00",6.73,"2013-02-25 09:00","","","","",2.87,2.23,1.62,1.27,0.83,0.5,0.1,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-12-05" +"26","163","0033","88355",5,42.306674,-83.148754,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.671137,1.016165,5.31,"2013-07-03 00:00",4.5,"2013-09-19 00:00",4.49,"2013-08-26 00:00",4.39,"2013-08-20 00:00","","","","",5.31,4.5,4.49,4.16,3.24,2.4,1.32,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88357",5,42.306674,-83.148754,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.497882,0.197394,0.879,"2013-10-01 00:00",0.871,"2013-09-07 00:00",0.831,"2013-04-04 00:00",0.804,"2013-01-10 00:00","","","","",0.879,0.871,0.831,0.745,0.657,0.468,0.235,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88370",5,42.306674,-83.148754,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.379922,0.887145,4.77,"2013-07-03 00:00",4.05,"2013-08-26 00:00",3.88,"2013-06-15 00:00",3.69,"2013-09-19 00:00","","","","",4.77,4.05,3.88,3.61,2.98,2.23,1.16,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88374",5,42.306674,-83.148754,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.253255,0.126444,0.625,"2013-02-03 00:00",0.542,"2013-08-26 00:00",0.492,"2013-08-20 00:00",0.441,"2013-04-04 00:00","","","","",0.625,0.542,0.492,0.395,0.34,0.235,0.089,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88375",5,42.306674,-83.148754,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.651275,0.252965,1.18,"2013-07-03 00:00",1.17,"2013-06-15 00:00",1.17,"2013-08-26 00:00",1.1,"2013-05-28 00:00","","","","",1.18,1.17,1.17,1.05,0.838,0.594,0.333,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88376",5,42.306674,-83.148754,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.714922,0.336145,1.91,"2013-07-03 00:00",1.42,"2013-03-11 00:00",1.25,"2013-06-15 00:00",1.19,"2013-08-02 00:00","","","","",1.91,1.42,1.25,1.1,0.925,0.676,0.334,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88377",5,42.306674,-83.148754,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.531,0.227148,1.13,"2013-07-03 00:00",0.934,"2013-08-20 00:00",0.932,"2013-05-28 00:00",0.85,"2013-06-15 00:00","","","","",1.13,0.934,0.932,0.843,0.694,0.514,0.243,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88378",5,42.306674,-83.148754,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.229275,0.155378,0.563,"2013-06-21 00:00",0.538,"2013-08-26 00:00",0.535,"2013-06-15 00:00",0.506,"2013-06-09 00:00","","","","",0.563,0.538,0.535,0.467,0.34,0.191,0.015,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88380",5,42.306674,-83.148754,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.789451,0.311027,1.42,"2013-08-20 00:00",1.29,"2013-09-07 00:00",1.28,"2013-10-01 00:00",1.27,"2013-09-19 00:00","","","","",1.42,1.29,1.28,1.25,1.02,0.776,0.368,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88383",5,42.306674,-83.148754,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.941216,0.353049,1.67,"2013-08-20 00:00",1.65,"2013-06-21 00:00",1.65,"2013-09-19 00:00",1.46,"2013-08-26 00:00","","","","",1.67,1.65,1.65,1.36,1.24,0.927,0.506,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88384",5,42.306674,-83.148754,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.076637,0.038685,0.191,"2013-05-10 00:00",0.182,"2013-10-19 00:00",0.156,"2013-05-22 00:00",0.156,"2013-08-26 00:00","","","","",0.191,0.182,0.156,0.131,0.0928,0.066,0.039,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88385",5,42.306674,-83.148754,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.002307,0.004958,0.0322,"2013-07-21 00:00",0.0169,"2013-06-27 00:00",0.00718,"2013-05-10 00:00",0.00605,"2013-05-22 00:00","","","","",0.0322,0.0169,0.00718,0.00398,0.001,0.001,0.001,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88388",5,42.306674,-83.148754,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.521196,0.264369,1.24,"2013-09-19 00:00",1.08,"2013-06-21 00:00",1.06,"2013-08-20 00:00",0.983,"2013-08-26 00:00","","","","",1.24,1.08,1.06,0.885,0.709,0.454,0.237,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88403",5,42.306674,-83.148754,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.313036,1.616219,7.38,"2013-09-19 00:00",6.09,"2013-08-20 00:00",5.68,"2013-09-01 00:00",5.05,"2013-08-26 00:00","","","","",7.38,7.38,5.68,4.71,3.25,1.68,0.808,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0033","88501",3,42.306674,-83.148754,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6486,74,270,365,0,66,"","","Certification not required",0,11.394388,7.009578,131,"2013-05-06 05:00",116,"2013-07-04 22:00",84,"2013-07-04 23:00",82,"2013-07-26 05:00","","","","",31,28,23,20,15,10,4,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","88501",3,42.306674,-83.148754,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,11.341481,4.733922,28.6,"2013-08-21 00:00",27,"2013-09-10 00:00",26.7,"2013-07-04 00:00",24.2,"2013-01-08 00:00","","","","",26.7,22.3,20.5,17.7,14,10.5,6,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0033","88502",5,42.306674,-83.148754,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,11.711765,5.495622,25.6,"2013-09-19 00:00",21.9,"2013-09-07 00:00",20.2,"2013-01-04 00:00",19.9,"2013-07-03 00:00","","","","",25.6,21.9,20.2,18.7,16.4,11,4.9,"PROPERTY OWNED BY DEARBORN PUBLIC SCHOOLS","2842 WYOMING","Michigan","Wayne","Dearborn","Detroit-Warren-Livonia, MI","2014-02-13" +"26","163","0036","68101",1,42.187289,-83.153905,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",87,71,84,122,0,18,"","","Certification not required",41,0.177586,0.147805,0.5,"2013-04-01 00:00",0.5,"2013-04-04 00:00",0.5,"2013-09-16 00:00",0.4,"2013-01-10 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.1,0.05,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68102",1,42.187289,-83.153905,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",87,71,84,122,0,18,"","","Certification not required",0,23.901149,0.966111,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-16 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68103",1,42.187289,-83.153905,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,84,122,0,18,"","","Certification not required",0,7.872414,10.394897,24.2,"2013-09-10 00:00",24,"2013-07-18 00:00",23.9,"2013-07-15 00:00",23.3,"2013-07-09 00:00","","","","",24.2,24,22.2,20.2,15.9,10.5,-5.8,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68104",1,42.187289,-83.153905,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,84,122,0,18,"","","Certification not required",0,18.408046,11.395207,36.1,"2013-09-10 00:00",35.2,"2013-07-18 00:00",34.2,"2013-07-15 00:00",33.3,"2013-07-09 00:00","","","","",36.1,35.2,33,30.5,28.3,21.7,2.7,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68105",1,42.187289,-83.153905,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,84,122,0,18,"","","Certification not required",0,13.172414,10.77801,29.6,"2013-09-10 00:00",28.7,"2013-07-18 00:00",28.4,"2013-07-15 00:00",27.6,"2013-06-24 00:00","","","","",29.6,28.7,27.3,24.8,22.4,17,-1.2,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68106",1,42.187289,-83.153905,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,84,122,0,18,"","","Certification not required",0,743.436782,5.386679,753,"2013-05-25 00:00",752,"2013-02-21 00:00",752,"2013-07-15 00:00",751,"2013-04-22 00:00","","","","",753,752,751,749,747,744,737,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68107",1,42.187289,-83.153905,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,84,122,0,18,"","","Certification not required",0,750.218391,4.322535,760,"2013-01-10 00:00",760,"2013-04-22 00:00",758,"2013-01-25 00:00",758,"2013-02-21 00:00","","","","",760,760,758,756,752,750,745,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","68108",1,42.187289,-83.153905,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,84,122,0,18,"","","Certification not required",0,747.206897,4.735168,756,"2013-01-10 00:00",755,"2013-02-21 00:00",755,"2013-04-22 00:00",755,"2013-05-25 00:00","","","","",756,755,754,753,750,748,741,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","88101",1,42.187289,-83.153905,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,69,84,122,0,17,0,0,"Certification not required",0,8.283721,4.43507,18.5,"2013-09-10 00:00",18.4,"2013-08-20 00:00",17.7,"2013-08-17 00:00",17.1,"2013-09-19 00:00","","","","",18.5,18.4,16.8,14.6,11.6,7.4,3.4,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0036","88101",1,42.187289,-83.153905,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,69,84,122,0,17,"","","Certification not required",0,8.283721,4.43507,18.5,"2013-09-10 00:00",18.4,"2013-08-20 00:00",17.7,"2013-08-17 00:00",17.1,"2013-09-19 00:00","","","","",18.5,18.4,16.8,14.6,11.6,7.4,3.4,"92 FEET FROM WHE STREET","3625 BIDDLE AVE","Michigan","Wayne","Wyandotte","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0038","61103",1,42.335008,-83.109563,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",824,95,34,36,0,0,"","","Certification not required",0,4.978519,2.568316,12.2,"2013-01-07 14:00",12.2,"2013-01-18 16:00",12.2,"2013-01-18 19:00",12.2,"2013-01-18 23:00","","","","",11.3,11.3,9.6,8.7,6.9,5.2,1.7,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","61104",1,42.335008,-83.109563,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",824,95,34,36,0,0,"","","Certification not required",0,232.144417,65.163798,359,"2013-01-24 18:00",358,"2013-01-13 03:00",357,"2013-02-02 18:00",357,"2013-02-02 21:00","","","","",347,340,322,309,283,236,148,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","61106",1,42.335008,-83.109563,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",824,95,34,36,0,0,"","","Certification not required",0,21.453883,8.789163,75,"2013-01-27 03:00",72,"2013-01-15 11:00",72,"2013-01-27 05:00",71,"2013-02-04 07:00","","","","",65,56,38,28,24,19,15,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","62101",1,42.335008,-83.109563,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",824,95,34,36,0,0,"","","Certification not required",0,28.71966,12.115696,59,"2013-01-11 16:00",59,"2013-01-12 14:00",59,"2013-01-12 15:00",59,"2013-01-12 16:00","","","","",57,55,54,46,37,27,16,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68101",1,42.335008,-83.109563,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",11,92,11,12,0,1,"","","Certification not required",2,0.263636,0.126671,0.4,"2013-01-07 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-19 00:00",0.3,"2013-01-01 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.3,0.05,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68102",1,42.335008,-83.109563,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",11,92,11,12,0,1,"","","Certification not required",0,24.027273,0.04671,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-31 00:00",24,"2013-01-07 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68103",1,42.335008,-83.109563,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",11,92,11,12,0,1,"","","Certification not required",0,-4.554545,5.777433,3.3,"2013-01-19 00:00",1.7,"2013-01-13 00:00",-0.5,"2013-01-28 00:00",-0.6,"2013-01-07 00:00","","","","",3.3,3.3,3.3,1.7,-0.5,-3.8,-9,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68104",1,42.335008,-83.109563,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",11,92,11,12,0,1,"","","Certification not required",0,3.7,6.596817,12.3,"2013-01-13 00:00",10.4,"2013-01-19 00:00",9.7,"2013-01-28 00:00",7.2,"2013-01-10 00:00","","","","",12.3,12.3,12.3,10.4,9.7,4.6,-4.7,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68105",1,42.335008,-83.109563,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",11,92,11,12,0,1,"","","Certification not required",0,-0.272727,5.978644,7,"2013-01-19 00:00",6.5,"2013-01-13 00:00",5,"2013-01-28 00:00",2.4,"2013-01-10 00:00","","","","",7,7,7,6.5,5,1.1,-6.5,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68106",1,42.335008,-83.109563,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",11,92,11,12,0,1,"","","Certification not required",0,742.181818,7.096734,750,"2013-01-10 00:00",749,"2013-01-07 00:00",747,"2013-01-22 00:00",746,"2013-01-04 00:00","","","","",750,750,750,749,747,745,735,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68107",1,42.335008,-83.109563,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",11,92,11,12,0,1,"","","Certification not required",0,752.636364,5.445599,762,"2013-01-10 00:00",760,"2013-01-25 00:00",757,"2013-01-07 00:00",754,"2013-01-22 00:00","","","","",762,762,762,760,757,752,747,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","68108",1,42.335008,-83.109563,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",11,92,11,12,0,1,"","","Certification not required",0,747.636364,5.869799,758,"2013-01-10 00:00",753,"2013-01-07 00:00",752,"2013-01-22 00:00",751,"2013-01-25 00:00","","","","",758,758,758,753,752,748,742,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","88101",1,42.335008,-83.109563,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",11,9,11,122,0,1,0,0,"Certification not required",0,10.154545,4.927548,16.6,"2013-01-28 00:00",15.3,"2013-01-04 00:00",15.3,"2013-01-07 00:00",13.5,"2013-01-16 00:00","","","","",16.6,16.6,16.6,15.3,15.3,12,4.3,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-28" +"26","163","0038","88101",1,42.335008,-83.109563,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",11,9,11,122,0,1,"","","Certification not required",0,10.154545,4.927548,16.6,"2013-01-28 00:00",15.3,"2013-01-04 00:00",15.3,"2013-01-07 00:00",13.5,"2013-01-16 00:00","","","","",16.6,16.6,16.6,15.3,15.3,12,4.3,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-28" +"26","163","0038","88501",3,42.335008,-83.109563,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",815,100,12,12,0,9,"","","Certification not required",0,10.03681,5.731599,43,"2013-01-08 22:00",29,"2013-01-02 08:00",29,"2013-01-08 21:00",28,"2013-01-11 13:00","","","","",26,24,21,19,13,9,4,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0038","88501",3,42.335008,-83.109563,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",34,100,12,12,0,0,"","","Certification not required",0,9.961765,4.071558,22.9,"2013-01-08 00:00",17.6,"2013-01-27 00:00",15.9,"2013-01-05 00:00",15.2,"2013-01-03 00:00","","","","",22.9,22.9,17.6,15.2,12.9,9.2,5.6,"Newberry School","4045 29TH STREET","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-06-25" +"26","163","0039","61103",1,42.323341,-83.068473,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6539,75,273,365,0,13,"","","Certification not required",0,4.447836,2.39473,17.4,"2013-04-18 12:00",16.5,"2013-01-30 04:00",16.5,"2013-04-18 13:00",16.5,"2013-04-19 14:00","","","","",11.3,10.4,8.7,7.8,6.1,4.3,1.7,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0039","61104",1,42.323341,-83.068473,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6539,75,273,365,0,13,"","","Certification not required",0,196.759137,102.140816,360,"2013-02-28 19:00",360,"2013-03-01 14:00",360,"2013-04-24 04:00",360,"2013-05-23 10:00","","","","",357,354,344,326,297,208,37,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0039","61106",1,42.323341,-83.068473,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6539,75,273,365,0,13,"","","Certification not required",0,22.937605,8.968833,80,"2013-06-27 17:00",77,"2013-04-03 17:00",77,"2013-06-17 04:00",76,"2013-04-29 00:00","","","","",55,49,39,34,27,20,14,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0039","62101",1,42.323341,-83.068473,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6323,72,264,365,0,229,"","","Certification not required",0,52.91523,19.970607,95,"2013-09-10 14:00",95,"2013-09-10 15:00",95,"2013-09-10 16:00",93,"2013-09-10 13:00","","","","",86,84,81,77,70,57,25,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0039","68101",1,42.323341,-83.068473,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",243,67,243,365,0,12,"","","Certification not required",57,0.243416,0.154471,0.8,"2013-08-13 00:00",0.6,"2013-08-11 00:00",0.6,"2013-08-28 00:00",0.5,"2013-05-15 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.2,0.05,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68102",1,42.323341,-83.068473,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",243,67,243,365,0,12,"","","Certification not required",1,23.894239,1.28525,24.1,"2013-02-14 00:00",24.1,"2013-03-19 00:00",24.1,"2013-08-22 00:00",24,"2013-01-01 00:00","","","","",24.1,24,24,24,24,24,24,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68103",1,42.323341,-83.068473,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",242,66,242,365,0,12,"","","Certification not required",0,6.665289,10.501197,23.3,"2013-09-10 00:00",22.6,"2013-07-18 00:00",22.5,"2013-08-28 00:00",21.9,"2013-06-22 00:00","","","","",22.5,21.9,20.8,19.8,15.9,8.6,-8.4,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68104",1,42.323341,-83.068473,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",242,66,242,365,0,12,"","","Certification not required",0,16.319835,11.689745,35.6,"2013-09-10 00:00",34.2,"2013-09-11 00:00",33.1,"2013-06-23 00:00",32.8,"2013-08-29 00:00","","","","",33.1,32.3,31.1,29.3,26.3,20.2,-0.2,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68105",1,42.323341,-83.068473,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",243,67,243,365,0,12,"","","Certification not required",0,11.193827,10.874559,29,"2013-09-10 00:00",28,"2013-07-18 00:00",26.8,"2013-06-23 00:00",26.8,"2013-09-11 00:00","","","","",26.8,26.7,25.3,23.6,20.9,13.7,-4.2,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68106",1,42.323341,-83.068473,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",242,66,242,365,0,12,"","","Certification not required",0,745.016529,4.994575,758,"2013-04-21 00:00",757,"2013-03-08 00:00",756,"2013-04-26 00:00",755,"2013-02-09 00:00","","","","",756,755,752,750,748,745,738,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68107",1,42.323341,-83.068473,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",242,66,242,365,0,12,"","","Certification not required",0,752.053719,4.583165,765,"2013-04-21 00:00",764,"2013-01-10 00:00",764,"2013-01-24 00:00",762,"2013-01-25 00:00","","","","",764,762,761,758,755,752,747,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","68108",1,42.323341,-83.068473,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",242,66,242,365,0,12,"","","Certification not required",0,748.793388,4.614459,762,"2013-04-21 00:00",760,"2013-01-10 00:00",759,"2013-01-24 00:00",759,"2013-03-08 00:00","","","","",759,759,756,754,752,749,743,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","88101",1,42.323341,-83.068473,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",242,66,242,365,0,11,0,0,"Certification not required",0,9.331405,4.961688,33.7,"2013-01-08 00:00",26.7,"2013-01-05 00:00",26.2,"2013-01-03 00:00",22,"2013-09-19 00:00","","","","",26.2,21.5,17.7,15.8,12,8.4,3.8,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","88101",1,42.323341,-83.068473,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",242,66,242,365,0,11,"","","Certification not required",0,9.331405,4.961688,33.7,"2013-01-08 00:00",26.7,"2013-01-05 00:00",26.2,"2013-01-03 00:00",22,"2013-09-19 00:00","","","","",26.2,21.5,17.7,15.8,12,8.4,3.8,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-04" +"26","163","0039","88101",3,42.323341,-83.068473,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5765,66,263,365,0,786,"","","Certification not required",0,10.984579,7.307847,58.7,"2013-05-20 13:00",56.5,"2013-07-20 00:00",56.2,"2013-08-21 16:00",49.3,"2013-07-26 16:00","","","","",32.8,29.9,24.9,21,15,9,3,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-16" +"26","163","0039","88101",3,42.323341,-83.068473,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",249,68,249,365,0,0,1,1,"Certification not required",0,10.896386,5.565898,35.8,"2013-01-08 00:00",29.8,"2013-01-03 00:00",28.8,"2013-01-05 00:00",27.5,"2013-08-21 00:00","","","","",28.8,25,20.8,18.7,13.9,9.9,4.8,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-16" +"26","163","0039","88101",3,42.323341,-83.068473,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",249,68,249,365,0,0,"","","Certification not required",0,10.896386,5.565898,35.8,"2013-01-08 00:00",29.8,"2013-01-03 00:00",28.8,"2013-01-05 00:00",27.5,"2013-08-21 00:00","","","","",28.8,25,20.8,18.7,13.9,9.9,4.8,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-12-16" +"26","163","0039","88501",3,42.323341,-83.068473,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6488,74,272,365,0,64,"","","Certification not required",0,10.282213,6.062394,58,"2013-07-19 23:00",57,"2013-01-27 00:00",54,"2013-05-06 09:00",47,"2013-01-27 01:00","","","","",28,26,22,19,14,9,4,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0039","88501",3,42.323341,-83.068473,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,10.258824,4.423403,26.5,"2013-01-27 00:00",26.4,"2013-08-21 00:00",23.9,"2013-08-20 00:00",23.1,"2013-08-19 00:00","","","","",23.9,22.1,18.3,16.4,13,9.3,5.3,"FIA/Lafayette","2000 W. LAFAYETTE","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-21" +"26","163","0093","42101",1,42.385998,-83.266189,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6171,70,265,365,0,381,0,0,"Certification not required",2629,0.504886,0.278152,6.3,"2013-05-02 06:00",4.8,"2013-05-16 09:00",2.1,"2013-01-27 07:00",2.1,"2013-01-27 08:00","","","","",1.2,1.1,1,0.8,0.7,0.5,0.25,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","42101",1,42.385998,-83.266189,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6391,73,265,365,0,0,0,0,"Certification not required",0,0.518589,0.217084,1.8,"2013-01-27 08:00",1.8,"2013-01-27 09:00",1.7,"2013-01-27 07:00",1.7,"2013-01-27 10:00",1.8,"2013-01-27 08:00",1.6,"2013-03-09 07:00",1.1,1,0.9,0.8,0.7,0.5,0.3,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","42601",1,42.385998,-83.266189,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6353,73,266,365,0,199,"","","Certification not required",0,23.655753,26.343498,204,"2013-01-27 08:00",202,"2013-01-16 09:00",201,"2013-01-15 08:00",198,"2013-01-27 07:00","","","","",122,103,78,58,32,14,2,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","42602",1,42.385998,-83.266189,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6353,73,266,365,0,199,0,"","Certification not required",0,30.729323,9.91635,71,"2013-02-14 10:00",53,"2013-06-21 14:00",52,"2013-04-26 07:00",48,"2013-01-02 08:00","","","","",52,48,45,42,38,32,16,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","42602",1,42.385998,-83.266189,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6353,73,266,365,0,199,"","","Certification not required",0,18.632142,10.380158,71,"2013-02-14 10:00",53,"2013-06-21 14:00",52,"2013-04-26 07:00",51,"2013-06-21 15:00","","","","",42,40,36,33,27,18,6,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","42603",1,42.385998,-83.266189,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6353,73,266,365,0,199,"","","Certification not required",0,42.271053,34.038251,251,"2013-04-26 07:00",243,"2013-01-16 09:00",241,"2013-01-27 08:00",238,"2013-01-15 08:00","","","","",157,136,109,88,59,33,9,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","61103",1,42.385998,-83.266189,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6394,73,266,365,0,158,"","","Certification not required",0,3.782296,3.103382,21.7,"2013-01-20 02:00",20,"2013-01-20 03:00",20,"2013-01-20 04:00",19.1,"2013-01-20 01:00","","","","",13,12.2,9.6,7.8,5.2,3.5,0.9,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","61104",1,42.385998,-83.266189,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6394,73,266,365,0,158,"","","Certification not required",0,191.655927,99.510979,360,"2013-01-15 01:00",360,"2013-02-21 08:00",360,"2013-05-10 02:00",360,"2013-05-20 04:00","","","","",354,348,329,308,282,221,52,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0093","61106",1,42.385998,-83.266189,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6394,73,266,365,0,158,"","","Certification not required",0,28.706756,13.789274,80,"2013-06-12 06:00",80,"2013-07-30 01:00",79,"2013-01-16 07:00",79,"2013-05-25 09:00","","","","",70,65,58,48,36,25,14,"","23751 FENKELL ST (ROADSIDE)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","42101",1,42.386811,-83.270506,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6321,72,272,365,0,231,0,0,"Certification not required",4862,0.329188,0.16554,2,"2013-01-27 06:00",2,"2013-01-27 07:00",2,"2013-01-27 08:00",1.9,"2013-01-27 04:00","","","","",0.9,0.8,0.6,0.6,0.25,0.25,0.25,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","42101",1,42.386811,-83.270506,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6518,74,271,365,0,0,0,0,"Certification not required",0,0.358285,0.118677,1.7,"2013-01-27 07:00",1.7,"2013-01-27 08:00",1.7,"2013-01-27 09:00",1.6,"2013-01-27 06:00",1.7,"2013-01-27 07:00",1.4,"2013-03-09 07:00",0.8,0.7,0.6,0.5,0.4,0.3,0.3,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","42601",1,42.386811,-83.270506,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6495,74,272,365,0,57,"","","Certification not required",0,4.604157,11.367028,207,"2013-01-27 08:00",175,"2013-01-27 04:00",175,"2013-01-27 07:00",158,"2013-01-27 05:00","","","","",52,34,20,11,4,1,0,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","42602",1,42.386811,-83.270506,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6495,74,272,365,0,57,0,"","Certification not required",0,24.095588,9.83208,48,"2013-04-04 23:00",48,"2013-04-05 00:00",45,"2013-03-04 00:00",45,"2013-04-26 07:00","","","","",45,44,40,37,31,24,10,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","42602",1,42.386811,-83.270506,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6495,74,272,365,0,57,"","","Certification not required",0,11.856197,8.574567,48,"2013-04-04 23:00",48,"2013-04-05 00:00",45,"2013-03-04 00:00",45,"2013-04-04 22:00","","","","",37,34,29,24,17,10,3,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","42603",1,42.386811,-83.270506,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6495,74,272,365,0,57,"","","Certification not required",0,16.495766,17.438455,247,"2013-01-27 08:00",217,"2013-01-27 07:00",213,"2013-01-27 04:00",196,"2013-01-27 05:00","","","","",83,62,46,34,21,12,3,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","61103",1,42.386811,-83.270506,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,3.533634,2.302164,14.8,"2013-04-18 13:00",13.9,"2013-01-20 03:00",13,"2013-01-20 02:00",13,"2013-04-18 11:00","","","","",9.6,8.7,7.8,6.9,5.2,3.5,0.9,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","61104",1,42.386811,-83.270506,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,199.842829,105.118581,360,"2013-02-06 10:00",360,"2013-04-05 06:00",360,"2013-06-04 10:00",360,"2013-06-05 02:00","","","","",357,354,346,334,292,213,36,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","61106",1,42.386811,-83.270506,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,25.084619,10.180446,81,"2013-08-12 17:00",80,"2013-07-05 14:00",78,"2013-05-15 03:00",78,"2013-06-15 05:00","","","","",64,57,46,38,28,22,17,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","62101",1,42.386811,-83.270506,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,5,"","","Certification not required",0,52.967924,20.337157,96,"2013-09-10 14:00",95,"2013-07-19 15:00",95,"2013-09-10 13:00",95,"2013-09-10 15:00","","","","",88,85,82,78,71,56,25,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","62201",1,42.386811,-83.270506,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6547,75,273,365,0,5,"","","Certification not required",0,70.998625,18.240613,100,"2013-01-29 11:00",100,"2013-01-29 12:00",100,"2013-04-29 00:00",100,"2013-04-29 01:00","","","","",99,99,98,96,87,72,46,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","0094","64101",1,42.386811,-83.270506,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6547,75,273,365,0,5,"","","Certification not required",0,993.764625,6.525401,1013,"2013-04-21 07:00",1013,"2013-04-21 08:00",1013,"2013-04-21 09:00",1013,"2013-04-21 10:00","","","","",1008,1007,1004,1001,997,995,985,"","23751 FENKELL ST (DOWNWIND)","Michigan","Wayne","","Detroit-Warren-Livonia, MI","2013-11-25" +"26","163","1005","42101",1,42.289449,-83.153435,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7917,90,331,365,0,99,0,0,"Certification not required",7609,0.266244,0.0946,3,"2013-07-10 20:00",1.7,"2013-11-29 07:00",1.5,"2013-07-14 02:00",1.4,"2013-11-29 06:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","42101",1,42.289449,-83.153435,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7963,91,331,365,0,0,0,0,"Certification not required",0,0.31036,0.051155,1.1,"2013-11-29 09:00",1,"2013-08-17 07:00",1,"2013-11-29 08:00",1,"2013-11-29 10:00",1.1,"2013-11-29 09:00",1,"2013-08-17 07:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","42153",1,42.289449,-83.153435,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,4.858036,7.544502,39.5,"2013-05-28 00:00",31.4,"2013-06-09 00:00",23.3,"2013-06-21 00:00",20.4,"2013-06-03 00:00","","","","",39.5,31.4,23.3,10.7,5.07,2.03,0.56,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","42153",2,42.289449,-83.153435,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.75,0,0.75,"2013-06-15 00:00","","","","","","","","","","",0.75,0.75,0.75,0.75,0.75,0.75,0.75,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","42401",1,42.289449,-83.153435,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7902,90,329,365,0,114,0,"","Certification not required",0,6.449848,8.704748,60,"2013-10-10 12:00",58,"2013-04-22 11:00",54,"2013-10-11 13:00",38,"2013-06-04 21:00","","","","",38,34,23,17,8,3,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","42401",1,42.289449,-83.153435,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7902,90,329,365,0,114,"","","Certification not required",0,1.370033,3.192868,60,"2013-10-10 12:00",58,"2013-04-22 11:00",54,"2013-10-11 13:00",49,"2013-10-11 14:00","","","","",15,10,6,3,1,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","42401",1,42.289449,-83.153435,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",329,90,329,365,0,0,0,"","Certification not required",0,1.378116,1.709927,12.8,"2013-04-22 00:00",8.3,"2013-06-04 00:00",8,"2013-10-11 00:00",7.9,"2013-10-10 00:00","","","","",7.9,7.5,4.7,3.5,1.8,0.8,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","42401",1,42.289449,-83.153435,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2596,89,329,365,0,0,"",0,"Certification not required",0,1.352812,2.785305,45,"2013-04-22 11:00",40.6,"2013-10-11 14:00",34.6,"2013-10-10 14:00",21.6,"2013-04-04 14:00","","","","",13.3,10,6,3.6,1.3,0.3,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43205",1,42.289449,-83.153435,"NAD83","Propylene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",14,4.199089,4.792977,33.3,"2013-10-01 00:00",13.05,"2013-10-19 00:00",8.25,"2013-05-22 00:00",7.71,"2013-09-19 00:00","","","","",33.3,13.05,8.25,6.78,5.55,4.23,0.0885,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43205",2,42.289449,-83.153435,"NAD83","Propylene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,4.65,0,4.65,"2013-06-15 00:00","","","","","","","","","","",4.65,4.65,4.65,4.65,4.65,4.65,4.65,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43209",1,42.289449,-83.153435,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,4.799286,1.985042,16.52,"2013-09-19 00:00",6.96,"2013-08-20 00:00",6.56,"2013-05-28 00:00",6.44,"2013-07-09 00:00","","","","",16.52,6.96,6.56,6.24,5.64,4.64,2.96,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43209",2,42.289449,-83.153435,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,7.56,0,7.56,"2013-06-15 00:00","","","","","","","","","","",7.56,7.56,7.56,7.56,7.56,7.56,7.56,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43218",1,42.289449,-83.153435,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.008571,0.064143,0.48,"2013-04-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.48,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43218",2,42.289449,-83.153435,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43231",1,42.289449,-83.153435,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,2.300357,2.118117,7.02,"2013-04-15 00:00",6.9,"2013-04-03 00:00",6.6,"2013-04-21 00:00",6.54,"2013-04-27 00:00","","","","",7.02,6.9,6.6,5.7,3.72,2.16,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43231",2,42.289449,-83.153435,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,2.16,0,2.16,"2013-06-15 00:00","","","","","","","","","","",2.16,2.16,2.16,2.16,2.16,2.16,2.16,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43248",1,42.289449,-83.153435,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",42,0.265071,0.502231,3.06,"2013-05-28 00:00",1.14,"2013-09-19 00:00",1.02,"2013-09-25 00:00",1.02,"2013-11-30 00:00","","","","",3.06,1.14,1.02,0.96,0.48,0.042,0.042,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43248",2,42.289449,-83.153435,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.042,0,0.042,"2013-06-15 00:00","","","","","","","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43250",1,42.289449,-83.153435,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,1.071429,1.164186,6.32,"2013-11-30 00:00",4.24,"2013-10-31 00:00",3.84,"2013-03-11 00:00",2.32,"2013-05-22 00:00","","","","",6.32,4.24,3.84,2.16,1.44,0.96,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43250",2,42.289449,-83.153435,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.04,0,1.04,"2013-06-15 00:00","","","","","","","","","","",1.04,1.04,1.04,1.04,1.04,1.04,1.04,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43264",1,42.289449,-83.153435,"NAD83","Heptane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",6,2.881125,3.404834,22.96,"2013-05-28 00:00",9.8,"2013-06-03 00:00",7.28,"2013-06-09 00:00",7.07,"2013-06-21 00:00","","","","",22.96,9.8,7.28,5.67,3.36,2.31,0.0455,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43264",2,42.289449,-83.153435,"NAD83","Heptane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.12,0,1.12,"2013-06-15 00:00","","","","","","","","","","",1.12,1.12,1.12,1.12,1.12,1.12,1.12,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43302",1,42.289449,-83.153435,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",3,13.492857,7.070635,29.6,"2013-07-21 00:00",27.8,"2013-05-28 00:00",27.6,"2013-04-03 00:00",26.2,"2013-04-15 00:00","","","","",29.6,27.8,27.6,22.8,17.72,14.22,5.06,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43302",2,42.289449,-83.153435,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,10.1,0,10.1,"2013-06-15 00:00","","","","","","","","","","",10.1,10.1,10.1,10.1,10.1,10.1,10.1,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43309",1,42.289449,-83.153435,"NAD83","tert-butyl alcohol","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",8,1.097714,1.162201,8.36,"2013-06-03 00:00",2.4,"2013-07-03 00:00",2.24,"2013-07-09 00:00",2.2,"2013-06-09 00:00","","","","",8.36,2.4,2.24,1.84,1.52,0.96,0.024,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43309",2,42.289449,-83.153435,"NAD83","tert-butyl alcohol","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.16,0,1.16,"2013-06-15 00:00","","","","","","","","","","",1.16,1.16,1.16,1.16,1.16,1.16,1.16,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43312",1,42.289449,-83.153435,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",55,90,54,61,0,1,"","","Certification not required",5,13.5855,38.711973,226.2,"2013-03-29 00:00",137.7,"2013-01-16 00:00",137.4,"2013-10-19 00:00",21.81,"2013-10-25 00:00","","","","",226.2,137.7,137.4,13.8,6.54,3.72,0.96,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43312",2,42.289449,-83.153435,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,2.85,0,2.85,"2013-06-15 00:00","","","","","","","","","","",2.85,2.85,2.85,2.85,2.85,2.85,2.85,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43335",1,42.289449,-83.153435,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43335",2,42.289449,-83.153435,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43359",1,42.289449,-83.153435,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",5,0.29942,0.149887,1.07,"2013-08-20 00:00",0.46,"2013-10-07 00:00",0.43,"2013-08-02 00:00",0.43,"2013-09-25 00:00","","","","",1.07,0.46,0.43,0.39,0.35,0.3,0.11,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43359",2,42.289449,-83.153435,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.32,0,0.32,"2013-06-15 00:00","","","","","","","","","","",0.32,0.32,0.32,0.32,0.32,0.32,0.32,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43360",1,42.289449,-83.153435,"NAD83","dichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43360",2,42.289449,-83.153435,"NAD83","dichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.013,0,0.013,"2013-06-15 00:00","","","","","","","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43372",1,42.289449,-83.153435,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43372",2,42.289449,-83.153435,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43441",1,42.289449,-83.153435,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43441",2,42.289449,-83.153435,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43447",1,42.289449,-83.153435,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43447",2,42.289449,-83.153435,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43505",1,42.289449,-83.153435,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,3.328393,2.057567,10.38,"2013-08-08 00:00",7.83,"2013-07-03 00:00",7.56,"2013-08-02 00:00",7.41,"2013-06-03 00:00","","","","",10.38,7.83,7.56,6.09,4.29,3.09,1.2,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43505",2,42.289449,-83.153435,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.89,0,1.89,"2013-06-15 00:00","","","","","","","","","","",1.89,1.89,1.89,1.89,1.89,1.89,1.89,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43551",1,42.289449,-83.153435,"NAD83","Acetone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,29.664643,13.748516,72.6,"2013-10-01 00:00",62.1,"2013-07-09 00:00",57,"2013-01-16 00:00",51.3,"2013-05-28 00:00","","","","",72.6,62.1,57,46.8,40.2,25.56,15.06,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43551",2,42.289449,-83.153435,"NAD83","Acetone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,23.31,0,23.31,"2013-06-15 00:00","","","","","","","","","","",23.31,23.31,23.31,23.31,23.31,23.31,23.31,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43552",1,42.289449,-83.153435,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",3,5.149107,3.079943,14.76,"2013-08-02 00:00",12.8,"2013-08-08 00:00",11.32,"2013-07-03 00:00",10.12,"2013-07-09 00:00","","","","",14.76,12.8,11.32,9.04,6.64,4.84,2.16,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43552",2,42.289449,-83.153435,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,3.72,0,3.72,"2013-06-15 00:00","","","","","","","","","","",3.72,3.72,3.72,3.72,3.72,3.72,3.72,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43559",1,42.289449,-83.153435,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",51,0.286821,0.627237,2.88,"2013-07-03 00:00",2.76,"2013-08-02 00:00",2.34,"2013-08-08 00:00",1.74,"2013-05-04 00:00","","","","",2.88,2.76,2.34,0.102,0.102,0.102,0.102,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43559",2,42.289449,-83.153435,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.102,0,0.102,"2013-06-15 00:00","","","","","","","","","","",0.102,0.102,0.102,0.102,0.102,0.102,0.102,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43560",1,42.289449,-83.153435,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.177857,0.374082,1.44,"2013-08-02 00:00",1.32,"2013-07-03 00:00",1.2,"2013-08-08 00:00",0.84,"2013-06-03 00:00","","","","",1.44,1.32,1.2,0.72,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43560",2,42.289449,-83.153435,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43704",1,42.289449,-83.153435,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43704",2,42.289449,-83.153435,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43801",1,42.289449,-83.153435,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.594464,0.114668,0.95,"2013-05-16 00:00",0.89,"2013-04-15 00:00",0.87,"2013-05-22 00:00",0.8,"2013-04-21 00:00","","","","",0.95,0.89,0.87,0.75,0.67,0.57,0.47,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43801",2,42.289449,-83.153435,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.59,0,0.59,"2013-06-15 00:00","","","","","","","","","","",0.59,0.59,0.59,0.59,0.59,0.59,0.59,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43802",1,42.289449,-83.153435,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.009464,0.070824,0.53,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.53,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43802",2,42.289449,-83.153435,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43803",1,42.289449,-83.153435,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43803",2,42.289449,-83.153435,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43804",1,42.289449,-83.153435,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.040536,0.046021,0.12,"2013-05-16 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-23 00:00","","","","",0.12,0.1,0.1,0.1,0.09,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43804",2,42.289449,-83.153435,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43806",1,42.289449,-83.153435,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43806",2,42.289449,-83.153435,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43811",1,42.289449,-83.153435,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.281786,0.03747,0.4,"2013-09-25 00:00",0.36,"2013-09-01 00:00",0.36,"2013-09-07 00:00",0.34,"2013-05-16 00:00","","","","",0.4,0.36,0.36,0.34,0.3,0.28,0.24,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43811",2,42.289449,-83.153435,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.27,0,0.27,"2013-06-15 00:00","","","","","","","","","","",0.27,0.27,0.27,0.27,0.27,0.27,0.27,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43812",1,42.289449,-83.153435,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43812",2,42.289449,-83.153435,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43813",1,42.289449,-83.153435,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43813",2,42.289449,-83.153435,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43814",1,42.289449,-83.153435,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43814",2,42.289449,-83.153435,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43815",1,42.289449,-83.153435,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.005,0.037417,0.28,"2013-10-31 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.28,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43815",2,42.289449,-83.153435,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43817",1,42.289449,-83.153435,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.011429,0.085524,0.64,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.64,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43817",2,42.289449,-83.153435,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43818",1,42.289449,-83.153435,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43818",2,42.289449,-83.153435,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43819",1,42.289449,-83.153435,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.006429,0.048107,0.36,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.36,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43819",2,42.289449,-83.153435,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43820",1,42.289449,-83.153435,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43820",2,42.289449,-83.153435,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43821",1,42.289449,-83.153435,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",30,0.101786,0.093644,0.24,"2013-03-23 00:00",0.24,"2013-09-01 00:00",0.24,"2013-09-07 00:00",0.2,"2013-01-10 00:00","","","","",0.24,0.24,0.24,0.2,0.2,0.016,0.016,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43821",2,42.289449,-83.153435,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.016,0,0.016,"2013-06-15 00:00","","","","","","","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43823",1,42.289449,-83.153435,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.562679,0.047117,0.7,"2013-07-21 00:00",0.69,"2013-09-01 00:00",0.66,"2013-09-07 00:00",0.66,"2013-09-19 00:00","","","","",0.7,0.69,0.66,0.63,0.59,0.55,0.52,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43823",2,42.289449,-83.153435,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.5,0,0.5,"2013-06-15 00:00","","","","","","","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43824",1,42.289449,-83.153435,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.157857,0.313912,1.38,"2013-06-03 00:00",1.04,"2013-06-09 00:00",1.02,"2013-05-28 00:00",0.76,"2013-09-19 00:00","","","","",1.38,1.04,1.02,0.6,0.24,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43824",2,42.289449,-83.153435,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43826",1,42.289449,-83.153435,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43826",2,42.289449,-83.153435,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43828",1,42.289449,-83.153435,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.0065,0,0.0065,"2013-01-04 00:00",0.0065,"2013-01-10 00:00",0.0065,"2013-01-16 00:00",0.0065,"2013-01-22 00:00","","","","",0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43828",2,42.289449,-83.153435,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.0065,0,0.0065,"2013-06-15 00:00","","","","","","","","","","",0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43829",1,42.289449,-83.153435,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43829",2,42.289449,-83.153435,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43830",1,42.289449,-83.153435,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43830",2,42.289449,-83.153435,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43831",1,42.289449,-83.153435,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43831",2,42.289449,-83.153435,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43832",1,42.289449,-83.153435,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.011,0,0.011,"2013-01-04 00:00",0.011,"2013-01-10 00:00",0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.011,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43832",2,42.289449,-83.153435,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.011,0,0.011,"2013-06-15 00:00","","","","","","","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.011,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43838",1,42.289449,-83.153435,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.018,0,0.018,"2013-01-04 00:00",0.018,"2013-01-10 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-22 00:00","","","","",0.018,0.018,0.018,0.018,0.018,0.018,0.018,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43838",2,42.289449,-83.153435,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.018,0,0.018,"2013-06-15 00:00","","","","","","","","","","",0.018,0.018,0.018,0.018,0.018,0.018,0.018,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43839",1,42.289449,-83.153435,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43839",2,42.289449,-83.153435,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.013,0,0.013,"2013-06-15 00:00","","","","","","","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43843",1,42.289449,-83.153435,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43843",2,42.289449,-83.153435,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43844",1,42.289449,-83.153435,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43844",2,42.289449,-83.153435,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43852",1,42.289449,-83.153435,"NAD83","dichlorotetrafluoroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,100,28,31,0,0,"","","Certification not required",56,0.014,0,0.014,"2013-01-04 00:00",0.014,"2013-01-10 00:00",0.014,"2013-01-16 00:00",0.014,"2013-01-22 00:00","","","","",0.014,0.014,0.014,0.014,0.014,0.014,0.014,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43852",2,42.289449,-83.153435,"NAD83","dichlorotetrafluoroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.014,0,0.014,"2013-06-15 00:00","","","","","","","","","","",0.014,0.014,0.014,0.014,0.014,0.014,0.014,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43860",1,42.289449,-83.153435,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43860",2,42.289449,-83.153435,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43861",1,42.289449,-83.153435,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","43861",2,42.289449,-83.153435,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","43911",1,42.289449,-83.153435,"NAD83","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",7749,88,322,365,0,267,"","","Certification not required",7745,0.010009,0.000403,0.035,"2013-05-23 22:00",0.026,"2013-08-04 02:00",0.026,"2013-08-08 02:00",0.021,"2013-05-08 01:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45109",1,42.289449,-83.153435,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,2.604286,2.672349,10.56,"2013-05-10 00:00",10.32,"2013-08-08 00:00",8,"2013-09-07 00:00",7.76,"2013-08-20 00:00","","","","",10.56,10.32,8,6.08,4.4,1.84,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45109",2,42.289449,-83.153435,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,2.16,0,2.16,"2013-06-15 00:00","","","","","","","","","","",2.16,2.16,2.16,2.16,2.16,2.16,2.16,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45201",1,42.289449,-83.153435,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,2.530714,1.867292,14.28,"2013-05-10 00:00",4.44,"2013-09-13 00:00",3.84,"2013-01-16 00:00",3.6,"2013-01-10 00:00","","","","",14.28,4.44,3.84,3.3,2.82,2.46,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45201",2,42.289449,-83.153435,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,2.04,0,2.04,"2013-06-15 00:00","","","","","","","","","","",2.04,2.04,2.04,2.04,2.04,2.04,2.04,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45202",1,42.289449,-83.153435,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,11.50875,6.751476,44.1,"2013-05-10 00:00",26.81,"2013-05-28 00:00",21.35,"2013-08-08 00:00",20.93,"2013-07-03 00:00","","","","",44.1,26.81,21.35,19.11,15.26,10.5,5.39,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45202",2,42.289449,-83.153435,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,7.63,0,7.63,"2013-06-15 00:00","","","","","","","","","","",7.63,7.63,7.63,7.63,7.63,7.63,7.63,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45203",1,42.289449,-83.153435,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.654286,0.628276,2.32,"2013-08-08 00:00",1.84,"2013-07-15 00:00",1.76,"2013-08-20 00:00",1.6,"2013-05-10 00:00","","","","",2.32,1.84,1.76,1.52,1.2,0.72,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45203",2,42.289449,-83.153435,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45204",1,42.289449,-83.153435,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.851429,1.031679,3.92,"2013-08-08 00:00",3.36,"2013-09-07 00:00",2.96,"2013-08-20 00:00",2.4,"2013-07-15 00:00","","","","",3.92,3.36,2.96,2.16,1.6,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45204",2,42.289449,-83.153435,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45207",1,42.289449,-83.153435,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.0585,0,0.0585,"2013-01-04 00:00",0.0585,"2013-01-10 00:00",0.0585,"2013-01-16 00:00",0.0585,"2013-01-22 00:00","","","","",0.0585,0.0585,0.0585,0.0585,0.0585,0.0585,0.0585,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45207",2,42.289449,-83.153435,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.0585,0,0.0585,"2013-06-15 00:00","","","","","","","","","","",0.0585,0.0585,0.0585,0.0585,0.0585,0.0585,0.0585,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45208",1,42.289449,-83.153435,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",44,0.199607,0.306013,1.17,"2013-02-21 00:00",1.17,"2013-10-31 00:00",0.9,"2013-09-13 00:00",0.72,"2013-05-10 00:00","","","","",1.17,1.17,0.9,0.72,0.0495,0.0495,0.0495,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45208",2,42.289449,-83.153435,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.63,0,0.63,"2013-06-15 00:00","","","","","","","","","","",0.63,0.63,0.63,0.63,0.63,0.63,0.63,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45210",1,42.289449,-83.153435,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45210",2,42.289449,-83.153435,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45213",1,42.289449,-83.153435,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.0765,0,0.0765,"2013-01-04 00:00",0.0765,"2013-01-10 00:00",0.0765,"2013-01-16 00:00",0.0765,"2013-01-22 00:00","","","","",0.0765,0.0765,0.0765,0.0765,0.0765,0.0765,0.0765,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45213",2,42.289449,-83.153435,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.0765,0,0.0765,"2013-06-15 00:00","","","","","","","","","","",0.0765,0.0765,0.0765,0.0765,0.0765,0.0765,0.0765,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45220",1,42.289449,-83.153435,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.444286,0.651697,2.88,"2013-09-13 00:00",2.88,"2013-09-19 00:00",1.92,"2013-05-28 00:00",1.2,"2013-08-20 00:00","","","","",2.88,2.88,1.92,1.04,0.8,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45220",2,42.289449,-83.153435,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,1.44,0,1.44,"2013-06-15 00:00","","","","","","","","","","",1.44,1.44,1.44,1.44,1.44,1.44,1.44,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45801",1,42.289449,-83.153435,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45801",2,42.289449,-83.153435,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45805",1,42.289449,-83.153435,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.048,0,0.048,"2013-01-04 00:00",0.048,"2013-01-10 00:00",0.048,"2013-01-16 00:00",0.048,"2013-01-22 00:00","","","","",0.048,0.048,0.048,0.048,0.048,0.048,0.048,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45805",2,42.289449,-83.153435,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.048,0,0.048,"2013-06-15 00:00","","","","","","","","","","",0.048,0.048,0.048,0.048,0.048,0.048,0.048,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45806",1,42.289449,-83.153435,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.045,0,0.045,"2013-01-04 00:00",0.045,"2013-01-10 00:00",0.045,"2013-01-16 00:00",0.045,"2013-01-22 00:00","","","","",0.045,0.045,0.045,0.045,0.045,0.045,0.045,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45806",2,42.289449,-83.153435,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.045,0,0.045,"2013-06-15 00:00","","","","","","","","","","",0.045,0.045,0.045,0.045,0.045,0.045,0.045,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45807",1,42.289449,-83.153435,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.025714,0.192428,1.44,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.44,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45807",2,42.289449,-83.153435,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45809",1,42.289449,-83.153435,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","6L subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45809",2,42.289449,-83.153435,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","6L subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45810",1,42.289449,-83.153435,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45810",2,42.289449,-83.153435,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45811",1,42.289449,-83.153435,"NAD83","2-chlorotoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.0525,0,0.0525,"2013-01-04 00:00",0.0525,"2013-01-10 00:00",0.0525,"2013-01-16 00:00",0.0525,"2013-01-22 00:00","","","","",0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45811",2,42.289449,-83.153435,"NAD83","2-chlorotoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.0525,0,0.0525,"2013-06-15 00:00","","","","","","","","","","",0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","45850",1,42.289449,-83.153435,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.39,0,0.39,"2013-01-04 00:00",0.39,"2013-01-10 00:00",0.39,"2013-01-16 00:00",0.39,"2013-01-22 00:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","45850",2,42.289449,-83.153435,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.39,0,0.39,"2013-06-15 00:00","","","","","","","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","46201",1,42.289449,-83.153435,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","46201",2,42.289449,-83.153435,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",0,0,0,0,"2013-06-15 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","46401",1,42.289449,-83.153435,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.076,0,0.076,"2013-01-04 00:00",0.076,"2013-01-10 00:00",0.076,"2013-01-16 00:00",0.076,"2013-01-22 00:00","","","","",0.076,0.076,0.076,0.076,0.076,0.076,0.076,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","46401",2,42.289449,-83.153435,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,0,"","","Certification not required",1,0.076,0,0.076,"2013-06-15 00:00","","","","","","","","","","",0.076,0.076,0.076,0.076,0.076,0.076,0.076,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2013-09-30" +"26","163","1005","81102",3,42.289449,-83.153435,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7613,87,317,365,0,403,"","","Certification not required",182,25.427295,24.308376,555,"2013-05-22 17:00",551,"2013-10-26 01:00",375,"2013-08-22 15:00",366,"2013-10-01 14:00","","","","",111,86,62,47,31,20,7,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1005","81102",3,42.289449,-83.153435,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",317,87,317,365,0,0,0,0,"Certification not required",0,24.962145,13.057995,95,"2013-08-26 00:00",81,"2013-05-15 00:00",77,"2013-08-22 00:00",76,"2013-04-01 00:00","","","","",76,60,50,42,30,23,12,"","1300 S FORT ST (Northwest)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42101",1,42.283069,-83.161145,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7694,88,319,365,0,322,0,0,"Certification not required",7428,0.265051,0.091879,1.9,"2013-11-29 07:00",1.8,"2013-07-10 21:00",1.6,"2013-11-29 05:00",1.5,"2013-05-27 04:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42101",1,42.283069,-83.161145,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7712,88,319,365,0,0,0,0,"Certification not required",0,0.309842,0.053491,1.2,"2013-11-29 07:00",1.2,"2013-11-29 08:00",1.2,"2013-11-29 09:00",1.2,"2013-11-29 10:00",1.2,"2013-11-29 07:00",1,"2013-10-30 09:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42153",1,42.283069,-83.161145,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,1.43963,1.996437,9.17,"2013-05-28 00:00",8.27,"2013-04-09 00:00",7.82,"2013-04-21 00:00",5.65,"2013-04-15 00:00","","","","",9.17,8.27,7.82,3.33,1.28,0.81,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42401",1,42.283069,-83.161145,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7720,88,320,365,0,296,0,"","Certification not required",0,6.115625,8.411576,61,"2013-10-10 12:00",46,"2013-10-11 15:00",45,"2013-09-24 12:00",42,"2013-06-04 21:00","","","","",42,30,22,17,9,3,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42401",1,42.283069,-83.161145,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7720,88,320,365,0,296,"","","Certification not required",0,1.741451,3.393751,61,"2013-10-10 12:00",52,"2013-10-10 11:00",46,"2013-10-11 15:00",45,"2013-09-24 12:00","","","","",17,12,7,4,2,1,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42401",1,42.283069,-83.161145,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",320,88,320,365,0,0,0,"","Certification not required",0,1.75125,2.125763,11.7,"2013-10-11 00:00",11.6,"2013-10-10 00:00",11.2,"2013-05-06 00:00",10.8,"2013-06-04 00:00","","","","",10.8,7.5,5.9,4.5,2.8,1,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","42401",1,42.283069,-83.161145,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2533,87,320,365,0,0,"",0,"Certification not required",0,1.724398,3.041582,37.3,"2013-10-10 14:00",37.3,"2013-10-11 14:00",29.3,"2013-09-24 14:00",28.3,"2013-10-10 11:00","","","","",15,11,7,4.3,2.6,0.6,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43205",1,42.283069,-83.161145,"NAD83","Propylene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",13,5.509639,8.283983,53.1,"2013-10-01 00:00",31.2,"2013-11-30 00:00",14.31,"2013-09-25 00:00",12.48,"2013-07-03 00:00","","","","",53.1,31.2,14.31,11.43,6.39,4.23,0.0885,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43209",1,42.283069,-83.161145,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,5.494074,1.600607,9.4,"2013-04-09 00:00",9.32,"2013-04-15 00:00",8.4,"2013-01-16 00:00",8.32,"2013-04-27 00:00","","","","",9.4,9.32,8.4,7.28,6.52,5.52,3.52,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43218",1,42.283069,-83.161145,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43231",1,42.283069,-83.161145,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,2.222222,2.329132,7.8,"2013-07-09 00:00",7.56,"2013-09-25 00:00",6.78,"2013-07-21 00:00",6.66,"2013-04-09 00:00","","","","",7.8,7.56,6.78,5.94,3.54,2.04,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43248",1,42.283069,-83.161145,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",33,0.384556,0.485132,1.86,"2013-07-03 00:00",1.38,"2013-03-05 00:00",1.26,"2013-01-16 00:00",1.2,"2013-01-10 00:00","","","","",1.86,1.38,1.26,1.14,0.72,0.042,0.042,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43250",1,42.283069,-83.161145,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.705185,0.884322,4.96,"2013-01-10 00:00",2.56,"2013-05-04 00:00",2.56,"2013-07-21 00:00",1.92,"2013-06-09 00:00","","","","",4.96,2.56,2.56,1.76,0.88,0.72,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43264",1,42.283069,-83.161145,"NAD83","Heptane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",15,1.056157,1.796955,13.3,"2013-09-25 00:00",2.38,"2013-01-10 00:00",1.96,"2013-03-05 00:00",1.82,"2013-02-21 00:00","","","","",13.3,2.38,1.96,1.54,1.19,0.91,0.0455,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43302",1,42.283069,-83.161145,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",4,10.165185,4.819475,25.2,"2013-04-15 00:00",19.92,"2013-07-21 00:00",17.86,"2013-06-27 00:00",16.8,"2013-09-07 00:00","","","","",25.2,19.92,17.86,14.82,12.84,10.94,4.32,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43309",1,42.283069,-83.161145,"NAD83","tert-butyl alcohol","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",13,0.908,1.306067,8.28,"2013-06-21 00:00",5.08,"2013-10-25 00:00",2.36,"2013-01-16 00:00",2.36,"2013-06-09 00:00","","","","",8.28,5.08,2.36,1.44,1.12,0.72,0.024,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43312",1,42.283069,-83.161145,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,5,"","","Certification not required",5,10.098088,19.971681,110.1,"2013-02-15 00:00",67.5,"2013-03-29 00:00",63.6,"2013-03-23 00:00",49.8,"2013-01-16 00:00","","","","",110.1,67.5,63.6,19.08,6.06,3.93,1.77,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43335",1,42.283069,-83.161145,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43359",1,42.283069,-83.161145,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",6,0.289315,0.115947,0.51,"2013-10-07 00:00",0.44,"2013-08-02 00:00",0.43,"2013-09-01 00:00",0.42,"2013-06-03 00:00","","","","",0.51,0.44,0.43,0.4,0.34,0.32,0.0055,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43360",1,42.283069,-83.161145,"NAD83","dichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43372",1,42.283069,-83.161145,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43441",1,42.283069,-83.161145,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43447",1,42.283069,-83.161145,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.016296,0.119753,0.88,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.88,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43505",1,42.283069,-83.161145,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,3.601111,2.254708,10.41,"2013-02-15 00:00",10.32,"2013-10-31 00:00",7.05,"2013-07-21 00:00",6.99,"2013-06-27 00:00","","","","",10.41,10.32,7.05,6.45,4.59,3.15,0.96,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43551",1,42.283069,-83.161145,"NAD83","Acetone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,28.102778,14.396948,71.1,"2013-11-30 00:00",62.1,"2013-10-01 00:00",60.3,"2013-06-09 00:00",56.4,"2013-09-19 00:00","","","","",71.1,62.1,60.3,50.1,33.6,25.5,12.69,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43552",1,42.283069,-83.161145,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",6,4.715185,3.448356,19.16,"2013-07-21 00:00",12.88,"2013-06-09 00:00",12.76,"2013-09-19 00:00",9.96,"2013-08-08 00:00","","","","",19.16,12.88,12.76,8.28,5.24,4.28,0.13,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43559",1,42.283069,-83.161145,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",49,0.331444,1.051213,7.5,"2013-07-21 00:00",1.92,"2013-08-20 00:00",1.26,"2013-05-16 00:00",1.14,"2013-05-04 00:00","","","","",7.5,1.92,1.26,0.102,0.102,0.102,0.102,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43560",1,42.283069,-83.161145,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.094444,0.287301,1.26,"2013-07-21 00:00",1.14,"2013-09-25 00:00",0.96,"2013-07-03 00:00",0.66,"2013-08-08 00:00","","","","",1.26,1.14,0.96,0.42,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43704",1,42.283069,-83.161145,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43801",1,42.283069,-83.161145,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.573704,0.091162,0.81,"2013-06-03 00:00",0.79,"2013-04-09 00:00",0.78,"2013-09-01 00:00",0.73,"2013-11-30 00:00","","","","",0.81,0.79,0.78,0.7,0.63,0.56,0.46,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43802",1,42.283069,-83.161145,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.022037,0.113427,0.6,"2013-07-03 00:00",0.59,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.6,0.59,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43803",1,42.283069,-83.161145,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43804",1,42.283069,-83.161145,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.04,0.045516,0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00","","","","",0.1,0.1,0.1,0.1,0.09,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43806",1,42.283069,-83.161145,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.041481,0.304825,2.24,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",2.24,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43811",1,42.283069,-83.161145,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.281111,0.033176,0.36,"2013-09-19 00:00",0.35,"2013-09-25 00:00",0.34,"2013-06-03 00:00",0.33,"2013-07-09 00:00","","","","",0.36,0.35,0.34,0.32,0.3,0.28,0.25,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43812",1,42.283069,-83.161145,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43813",1,42.283069,-83.161145,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43814",1,42.283069,-83.161145,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43815",1,42.283069,-83.161145,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43817",1,42.283069,-83.161145,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.003704,0.027217,0.2,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.2,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43818",1,42.283069,-83.161145,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43819",1,42.283069,-83.161145,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.005926,0.043546,0.32,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.32,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43820",1,42.283069,-83.161145,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43821",1,42.283069,-83.161145,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",28,0.10237,0.091246,0.24,"2013-04-09 00:00",0.22,"2013-06-03 00:00",0.22,"2013-10-19 00:00",0.22,"2013-10-25 00:00","","","","",0.24,0.22,0.22,0.2,0.2,0.016,0.016,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43823",1,42.283069,-83.161145,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.55963,0.046903,0.68,"2013-09-01 00:00",0.67,"2013-06-27 00:00",0.67,"2013-09-07 00:00",0.65,"2013-09-19 00:00","","","","",0.68,0.67,0.67,0.63,0.58,0.55,0.51,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43824",1,42.283069,-83.161145,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.051481,0.207723,1.1,"2013-04-09 00:00",0.96,"2013-04-15 00:00",0.5,"2013-04-21 00:00",0.22,"2013-04-27 00:00","","","","",1.1,0.96,0.5,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43826",1,42.283069,-83.161145,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43828",1,42.283069,-83.161145,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.0065,0,0.0065,"2013-01-04 00:00",0.0065,"2013-01-10 00:00",0.0065,"2013-01-16 00:00",0.0065,"2013-01-22 00:00","","","","",0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43829",1,42.283069,-83.161145,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43830",1,42.283069,-83.161145,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43831",1,42.283069,-83.161145,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43832",1,42.283069,-83.161145,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.011,0,0.011,"2013-01-04 00:00",0.011,"2013-01-10 00:00",0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.011,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43838",1,42.283069,-83.161145,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.018,0,0.018,"2013-01-04 00:00",0.018,"2013-01-10 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-22 00:00","","","","",0.018,0.018,0.018,0.018,0.018,0.018,0.018,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43839",1,42.283069,-83.161145,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43843",1,42.283069,-83.161145,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43844",1,42.283069,-83.161145,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43852",1,42.283069,-83.161145,"NAD83","dichlorotetrafluoroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,100,28,31,0,2,"","","Certification not required",54,0.014,0,0.014,"2013-01-04 00:00",0.014,"2013-01-10 00:00",0.014,"2013-01-16 00:00",0.014,"2013-01-22 00:00","","","","",0.014,0.014,0.014,0.014,0.014,0.014,0.014,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43860",1,42.283069,-83.161145,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43861",1,42.283069,-83.161145,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","43911",1,42.283069,-83.161145,"NAD83","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",7730,88,321,365,0,286,"","","Certification not required",7678,0.010829,0.016629,0.815,"2013-04-28 09:00",0.486,"2013-04-28 10:00",0.454,"2013-05-01 01:00",0.433,"2013-04-30 23:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45109",1,42.283069,-83.161145,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,1.97037,1.77471,10.4,"2013-09-25 00:00",6.64,"2013-01-10 00:00",5.76,"2013-07-03 00:00",3.92,"2013-10-01 00:00","","","","",10.4,6.64,5.76,3.36,2.32,1.76,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45201",1,42.283069,-83.161145,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,2.352222,1.748485,12.18,"2013-09-25 00:00",4.74,"2013-01-16 00:00",4.26,"2013-01-10 00:00",3.78,"2013-09-13 00:00","","","","",12.18,4.74,4.26,3.3,2.82,2.4,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45202",1,42.283069,-83.161145,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,6.854815,4.941426,38.15,"2013-09-25 00:00",15.61,"2013-07-03 00:00",12.81,"2013-01-16 00:00",10.57,"2013-05-28 00:00","","","","",38.15,15.61,12.81,9.66,7.07,5.88,3.85,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45203",1,42.283069,-83.161145,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.460741,0.614577,3.44,"2013-09-25 00:00",1.76,"2013-07-03 00:00",1.52,"2013-01-10 00:00",1.04,"2013-07-15 00:00","","","","",3.44,1.76,1.52,0.96,0.8,0.48,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45204",1,42.283069,-83.161145,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.52,0.811353,3.84,"2013-09-25 00:00",2.72,"2013-01-10 00:00",2.64,"2013-07-03 00:00",1.36,"2013-07-15 00:00","","","","",3.84,2.72,2.64,1.36,0.96,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45207",1,42.283069,-83.161145,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",52,0.101333,0.220632,1.26,"2013-02-21 00:00",1.17,"2013-09-25 00:00",0.0585,"2013-01-04 00:00",0.0585,"2013-01-10 00:00","","","","",1.26,1.17,0.0585,0.0585,0.0585,0.0585,0.0585,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45208",1,42.283069,-83.161145,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",25,0.61625,0.8174,4.41,"2013-02-21 00:00",3.6,"2013-09-25 00:00",1.71,"2013-08-14 00:00",1.35,"2013-07-15 00:00","","","","",4.41,3.6,1.71,1.17,0.9,0.54,0.0495,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45210",1,42.283069,-83.161145,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45213",1,42.283069,-83.161145,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",52,0.117,0.208449,1.17,"2013-02-21 00:00",1.17,"2013-09-25 00:00",0.0765,"2013-01-04 00:00",0.0765,"2013-01-10 00:00","","","","",1.17,1.17,0.0765,0.0765,0.0765,0.0765,0.0765,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45220",1,42.283069,-83.161145,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.364444,0.514406,2.96,"2013-08-02 00:00",1.12,"2013-07-03 00:00",1.04,"2013-01-10 00:00",1.04,"2013-10-31 00:00","","","","",2.96,1.12,1.04,0.8,0.64,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45801",1,42.283069,-83.161145,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45805",1,42.283069,-83.161145,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.048,0,0.048,"2013-01-04 00:00",0.048,"2013-01-10 00:00",0.048,"2013-01-16 00:00",0.048,"2013-01-22 00:00","","","","",0.048,0.048,0.048,0.048,0.048,0.048,0.048,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45806",1,42.283069,-83.161145,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.045,0,0.045,"2013-01-04 00:00",0.045,"2013-01-10 00:00",0.045,"2013-01-16 00:00",0.045,"2013-01-22 00:00","","","","",0.045,0.045,0.045,0.045,0.045,0.045,0.045,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45807",1,42.283069,-83.161145,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45809",1,42.283069,-83.161145,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","6L subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45810",1,42.283069,-83.161145,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45811",1,42.283069,-83.161145,"NAD83","2-chlorotoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.0525,0,0.0525,"2013-01-04 00:00",0.0525,"2013-01-10 00:00",0.0525,"2013-01-16 00:00",0.0525,"2013-01-22 00:00","","","","",0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","45850",1,42.283069,-83.161145,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",54,0.39,0,0.39,"2013-01-04 00:00",0.39,"2013-01-10 00:00",0.39,"2013-01-16 00:00",0.39,"2013-01-22 00:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","46201",1,42.283069,-83.161145,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",0,0.031111,0.177983,1.24,"2013-06-03 00:00",0.44,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",1.24,0.44,0,0,0,0,0,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","46401",1,42.283069,-83.161145,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,2,"","","Certification not required",51,0.665852,4.055341,29.88,"2013-03-29 00:00",1.24,"2013-03-17 00:00",0.96,"2013-06-03 00:00",0.076,"2013-01-04 00:00","","","","",29.88,1.24,0.96,0.076,0.076,0.076,0.076,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","81102",3,42.283069,-83.161145,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7374,84,307,365,0,642,"","","Certification not required",268,27.206808,24.0127,555,"2013-05-22 17:00",409,"2013-04-07 06:00",324,"2013-05-26 18:00",313,"2013-01-19 00:00","","","","",110,91,67,52,35,22,7,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1006","81102",3,42.283069,-83.161145,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",307,84,307,365,0,0,0,0,"Certification not required",0,26.788274,13.71527,86,"2013-11-25 00:00",81,"2013-05-15 00:00",67,"2013-11-13 00:00",65,"2013-06-12 00:00","","","","",65,62,53,44,34,24,12,"","1300 S FORT ST (West corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1007","61103",1,42.281089,-83.160225,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",7987,91,333,365,0,5,"","","Certification not required",0,7.31098,3.033439,25.3,"2013-11-17 21:00",25.3,"2013-11-17 22:00",23.4,"2013-01-20 02:00",22.3,"2013-11-18 00:00","","","","",16.3,14.8,12.9,11.4,9,6.9,3.8,"","1300 S FORT ST (Southwest side)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1007","61104",1,42.281089,-83.160225,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8011,91,334,365,0,5,"","","Certification not required",0,207.787817,88.35654,360,"2013-03-01 04:00",360,"2013-03-01 10:00",360,"2013-03-01 19:00",360,"2013-03-01 22:00","","","","",351,347,331,317,280,223.8,62,"","1300 S FORT ST (Southwest side)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1007","61106",1,42.281089,-83.160225,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8011,91,334,365,0,5,"","","Certification not required",0,12.037324,3.731765,46,"2013-10-15 06:00",35,"2013-09-06 01:00",35,"2013-10-15 07:00",33,"2013-05-27 04:00","","","","",22,21,19,17,14,11,8,"","1300 S FORT ST (Southwest side)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1007","62101",1,42.281089,-83.160225,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8011,91,334,365,0,5,"","","Certification not required",0,52.41081,19.289434,95,"2013-07-19 15:00",94,"2013-07-15 13:00",94,"2013-07-17 14:00",94,"2013-07-17 16:00","","","","",87,85,81,76,69,54,26,"","1300 S FORT ST (Southwest side)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1007","62201",1,42.281089,-83.160225,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8011,91,334,365,0,5,"","","Certification not required",0,65.845213,16.617275,99,"2013-01-28 10:00",99,"2013-01-28 11:00",99,"2013-01-29 08:00",99,"2013-01-29 09:00","","","","",95,94,91,88,79,67,42,"","1300 S FORT ST (Southwest side)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1007","64101",1,42.281089,-83.160225,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8011,91,334,365,0,5,"","","Certification not required",0,995.224816,6.895385,1016,"2013-11-29 10:00",1015,"2013-04-21 08:00",1015,"2013-04-21 09:00",1015,"2013-04-21 10:00","","","","",1011,1009,1007,1004,999,995,987,"","1300 S FORT ST (Southwest side)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42101",1,42.281869,-83.151415,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7927,90,333,365,0,89,0,0,"Certification not required",7484,0.27255,0.105128,1.7,"2013-02-26 22:00",1.7,"2013-02-26 23:00",1.5,"2013-04-14 21:00",1.4,"2013-05-03 21:00","","","","",0.8,0.6,0.5,0.25,0.25,0.25,0.25,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42101",1,42.281869,-83.151415,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7982,91,330,365,0,0,0,0,"Certification not required",0,0.314295,0.058656,1,"2013-11-29 09:00",0.9,"2013-02-27 03:00",0.9,"2013-02-27 04:00",0.9,"2013-08-17 07:00",1,"2013-11-29 09:00",0.9,"2013-02-27 03:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42153",1,42.281869,-83.151415,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,2.350357,2.375792,9.02,"2013-08-26 00:00",8.89,"2013-09-01 00:00",8.8,"2013-04-15 00:00",7.18,"2013-07-15 00:00","","","","",9.02,8.89,8.8,6.3,3.21,1.91,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42401",1,42.281869,-83.151415,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7859,90,329,365,0,157,0,"","Certification not required",0,7.598784,8.889059,59,"2013-11-28 05:00",56,"2013-04-22 10:00",56,"2013-10-11 15:00",54,"2013-09-24 12:00","","","","",54,31,24,18,9,5,1,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42401",1,42.281869,-83.151415,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7859,90,329,365,0,157,"","","Certification not required",0,2.22013,3.445189,59,"2013-11-28 05:00",56,"2013-04-22 10:00",56,"2013-10-11 15:00",54,"2013-09-24 12:00","","","","",16,11,7,5,2,1,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42401",1,42.281869,-83.151415,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",329,90,329,365,0,0,0,"","Certification not required",0,2.224924,1.784619,12.3,"2013-04-22 00:00",10.8,"2013-10-11 00:00",9.9,"2013-06-04 00:00",9.3,"2013-10-10 00:00","","","","",9.3,7.6,5.6,4.5,2.8,1.7,0.7,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","42401",1,42.281869,-83.151415,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2576,88,327,365,0,0,"",0,"Certification not required",0,2.197787,2.97984,52.3,"2013-04-22 11:00",47,"2013-10-11 14:00",29.6,"2013-10-10 14:00",28.3,"2013-10-10 11:00","","","","",15,11,6.6,4.6,2.6,1.3,0.3,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43205",1,42.281869,-83.151415,"NAD83","Propylene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",12,6.782357,14.158191,90.6,"2013-09-25 00:00",59.1,"2013-10-01 00:00",24.24,"2013-11-24 00:00",12.57,"2013-11-30 00:00","","","","",90.6,59.1,24.24,10.47,6,3.81,0.0885,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43209",1,42.281869,-83.151415,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,9.040714,2.346439,16.44,"2013-04-03 00:00",14.8,"2013-04-21 00:00",13.88,"2013-04-27 00:00",13.48,"2013-04-09 00:00","","","","",16.44,14.8,13.88,11.8,10.44,8.72,6.48,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43218",1,42.281869,-83.151415,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43231",1,42.281869,-83.151415,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,4.071429,3.219011,14.34,"2013-04-15 00:00",12.42,"2013-10-01 00:00",10.5,"2013-01-04 00:00",10.02,"2013-01-16 00:00","","","","",14.34,12.42,10.5,8.16,6,3.36,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43248",1,42.281869,-83.151415,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",24,0.920143,1.089517,4.5,"2013-04-21 00:00",4.2,"2013-01-16 00:00",3.48,"2013-10-01 00:00",3.24,"2013-01-04 00:00","","","","",4.5,4.2,3.48,2.22,1.5,0.6,0.042,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43250",1,42.281869,-83.151415,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,3.557143,5.051012,27.6,"2013-01-04 00:00",17.68,"2013-10-01 00:00",16.8,"2013-10-31 00:00",11.84,"2013-10-07 00:00","","","","",27.6,17.68,16.8,7.36,5.2,1.44,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43264",1,42.281869,-83.151415,"NAD83","Heptane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",6,1.644875,1.350877,6.37,"2013-10-01 00:00",6.16,"2013-01-04 00:00",5.25,"2013-01-16 00:00",3.36,"2013-01-28 00:00","","","","",6.37,6.16,5.25,3.08,2.31,1.26,0.0455,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43302",1,42.281869,-83.151415,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",3,13.319643,6.986667,35.2,"2013-09-25 00:00",27,"2013-04-15 00:00",26.2,"2013-07-15 00:00",25,"2013-01-28 00:00","","","","",35.2,27,26.2,22,18.04,12.44,3.36,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43309",1,42.281869,-83.151415,"NAD83","tert-butyl alcohol","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",13,2.769143,9.109376,66.8,"2013-02-03 00:00",15.4,"2013-05-28 00:00",10.24,"2013-01-16 00:00",9.32,"2013-10-19 00:00","","","","",66.8,15.4,10.24,3.64,1.56,0.96,0.024,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43312",1,42.281869,-83.151415,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",53,87,52,61,0,3,"","","Certification not required",4,23.264717,112.672568,816,"2013-04-15 00:00",120,"2013-07-27 00:00",75.9,"2013-01-28 00:00",35.4,"2013-08-02 00:00","","","","",816,120,75.9,18.18,6.18,2.58,0.9,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43335",1,42.281869,-83.151415,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43359",1,42.281869,-83.151415,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",10,0.264554,0.135495,0.52,"2013-04-15 00:00",0.45,"2013-08-02 00:00",0.44,"2013-09-01 00:00",0.43,"2013-04-03 00:00","","","","",0.52,0.45,0.44,0.4,0.34,0.3,0.0055,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43360",1,42.281869,-83.151415,"NAD83","dichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43372",1,42.281869,-83.151415,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43441",1,42.281869,-83.151415,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43447",1,42.281869,-83.151415,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43505",1,42.281869,-83.151415,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,3.589286,2.284076,10.95,"2013-07-15 00:00",9.45,"2013-03-05 00:00",7.38,"2013-10-19 00:00",7.23,"2013-07-21 00:00","","","","",10.95,9.45,7.38,6.87,4.8,3.33,0.93,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43551",1,42.281869,-83.151415,"NAD83","Acetone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,31.979464,17.29971,86.7,"2013-10-01 00:00",72,"2013-11-30 00:00",68.4,"2013-09-25 00:00",63,"2013-10-19 00:00","","","","",86.7,72,68.4,56.7,40.5,25.68,13.77,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43552",1,42.281869,-83.151415,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",4,4.985,3.053074,13.12,"2013-05-10 00:00",12.6,"2013-10-19 00:00",11.24,"2013-07-27 00:00",11.2,"2013-04-09 00:00","","","","",13.12,12.6,11.24,10.08,6.4,4.44,1.88,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43559",1,42.281869,-83.151415,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",53,0.164036,0.267057,1.5,"2013-05-10 00:00",1.26,"2013-03-05 00:00",1.02,"2013-05-16 00:00",0.102,"2013-01-04 00:00","","","","",1.5,1.26,1.02,0.102,0.102,0.102,0.102,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43560",1,42.281869,-83.151415,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.285,1.27157,9.42,"2013-03-29 00:00",1.02,"2013-05-10 00:00",1.02,"2013-10-01 00:00",0.78,"2013-07-21 00:00","","","","",9.42,1.02,1.02,0.66,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43704",1,42.281869,-83.151415,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43801",1,42.281869,-83.151415,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.589821,0.079074,0.74,"2013-03-29 00:00",0.73,"2013-04-09 00:00",0.73,"2013-10-31 00:00",0.7,"2013-04-03 00:00","","","","",0.74,0.73,0.73,0.7,0.65,0.58,0.49,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43802",1,42.281869,-83.151415,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.092857,0.354281,1.83,"2013-02-21 00:00",1.79,"2013-02-09 00:00",0.54,"2013-04-21 00:00",0.54,"2013-06-09 00:00","","","","",1.83,1.79,0.54,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43803",1,42.281869,-83.151415,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43804",1,42.281869,-83.151415,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.038929,0.045674,0.11,"2013-03-23 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-15 00:00",0.1,"2013-02-27 00:00","","","","",0.11,0.1,0.1,0.1,0.09,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43806",1,42.281869,-83.151415,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43811",1,42.281869,-83.151415,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.279643,0.030449,0.34,"2013-06-09 00:00",0.34,"2013-08-26 00:00",0.33,"2013-09-01 00:00",0.33,"2013-09-07 00:00","","","","",0.34,0.34,0.33,0.32,0.3,0.28,0.25,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43812",1,42.281869,-83.151415,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43813",1,42.281869,-83.151415,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43814",1,42.281869,-83.151415,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43815",1,42.281869,-83.151415,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43817",1,42.281869,-83.151415,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.014286,0.075,0.42,"2013-09-13 00:00",0.38,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.42,0.38,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43818",1,42.281869,-83.151415,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43819",1,42.281869,-83.151415,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43820",1,42.281869,-83.151415,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43821",1,42.281869,-83.151415,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",29,0.105071,0.093729,0.22,"2013-03-23 00:00",0.22,"2013-03-29 00:00",0.22,"2013-04-27 00:00",0.22,"2013-08-26 00:00","","","","",0.22,0.22,0.22,0.22,0.2,0.016,0.016,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43823",1,42.281869,-83.151415,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.560893,0.052233,0.69,"2013-08-26 00:00",0.69,"2013-09-01 00:00",0.69,"2013-09-19 00:00",0.67,"2013-09-07 00:00","","","","",0.69,0.69,0.69,0.63,0.59,0.55,0.5,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43824",1,42.281869,-83.151415,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.123214,0.293933,1.38,"2013-04-15 00:00",1.22,"2013-03-17 00:00",0.7,"2013-03-23 00:00",0.62,"2013-02-15 00:00","","","","",1.38,1.22,0.7,0.5,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43826",1,42.281869,-83.151415,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43828",1,42.281869,-83.151415,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.0065,0,0.0065,"2013-01-04 00:00",0.0065,"2013-01-10 00:00",0.0065,"2013-01-16 00:00",0.0065,"2013-01-22 00:00","","","","",0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43829",1,42.281869,-83.151415,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43830",1,42.281869,-83.151415,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43831",1,42.281869,-83.151415,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43832",1,42.281869,-83.151415,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.011,0,0.011,"2013-01-04 00:00",0.011,"2013-01-10 00:00",0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.011,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43838",1,42.281869,-83.151415,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.018,0,0.018,"2013-01-04 00:00",0.018,"2013-01-10 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-22 00:00","","","","",0.018,0.018,0.018,0.018,0.018,0.018,0.018,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43839",1,42.281869,-83.151415,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43843",1,42.281869,-83.151415,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43844",1,42.281869,-83.151415,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43852",1,42.281869,-83.151415,"NAD83","dichlorotetrafluoroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,100,28,31,0,0,"","","Certification not required",56,0.014,0,0.014,"2013-01-04 00:00",0.014,"2013-01-10 00:00",0.014,"2013-01-16 00:00",0.014,"2013-01-22 00:00","","","","",0.014,0.014,0.014,0.014,0.014,0.014,0.014,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43860",1,42.281869,-83.151415,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43861",1,42.281869,-83.151415,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","43911",1,42.281869,-83.151415,"NAD83","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",7925,90,332,365,0,91,"","","Certification not required",7920,0.010008,0.000308,0.027,"2013-05-24 01:00",0.022,"2013-11-12 18:00",0.021,"2013-11-12 17:00",0.02,"2013-04-26 04:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45109",1,42.281869,-83.151415,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,4.124286,7.769987,57.84,"2013-03-29 00:00",14.72,"2013-02-03 00:00",12.48,"2013-01-04 00:00",8.56,"2013-02-21 00:00","","","","",57.84,14.72,12.48,6.16,4.16,2.72,1.28,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45201",1,42.281869,-83.151415,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,3.853929,2.175129,12.9,"2013-02-03 00:00",9.36,"2013-01-10 00:00",8.46,"2013-10-01 00:00",8.04,"2013-01-04 00:00","","","","",12.9,9.36,8.46,6.96,4.14,3.54,2.28,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45202",1,42.281869,-83.151415,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,14.8925,11.018795,81.2,"2013-03-29 00:00",41.37,"2013-02-03 00:00",31.36,"2013-08-02 00:00",27.72,"2013-01-10 00:00","","","","",81.2,41.37,31.36,19.04,16.59,12.46,8.12,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45203",1,42.281869,-83.151415,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,1.155714,1.871815,13.52,"2013-03-29 00:00",3.92,"2013-02-03 00:00",3.76,"2013-01-04 00:00",2.96,"2013-02-21 00:00","","","","",13.52,3.92,3.76,2,1.12,0.88,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45204",1,42.281869,-83.151415,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,1.43,3.07176,22.4,"2013-03-29 00:00",5.6,"2013-02-03 00:00",4,"2013-01-04 00:00",3.52,"2013-02-21 00:00","","","","",22.4,5.6,4,2.64,1.68,1.04,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45207",1,42.281869,-83.151415,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",54,0.088554,0.161271,1.08,"2013-02-03 00:00",0.72,"2013-10-01 00:00",0.0585,"2013-01-04 00:00",0.0585,"2013-01-10 00:00","","","","",1.08,0.72,0.0585,0.0585,0.0585,0.0585,0.0585,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45208",1,42.281869,-83.151415,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",14,0.883446,0.67746,3.24,"2013-02-03 00:00",2.43,"2013-10-01 00:00",2.07,"2013-08-20 00:00",1.89,"2013-02-09 00:00","","","","",3.24,2.43,2.07,1.62,1.17,0.9,0.0495,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45210",1,42.281869,-83.151415,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45213",1,42.281869,-83.151415,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",52,0.135321,0.216058,1.08,"2013-02-03 00:00",0.9,"2013-10-01 00:00",0.81,"2013-01-04 00:00",0.81,"2013-02-09 00:00","","","","",1.08,0.9,0.81,0.0765,0.0765,0.0765,0.0765,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45220",1,42.281869,-83.151415,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.742857,0.735069,3.52,"2013-02-21 00:00",3.36,"2013-05-04 00:00",1.68,"2013-05-22 00:00",1.52,"2013-05-10 00:00","","","","",3.52,3.36,1.68,1.36,1.12,0.8,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45801",1,42.281869,-83.151415,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45805",1,42.281869,-83.151415,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.048,0,0.048,"2013-01-04 00:00",0.048,"2013-01-10 00:00",0.048,"2013-01-16 00:00",0.048,"2013-01-22 00:00","","","","",0.048,0.048,0.048,0.048,0.048,0.048,0.048,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45806",1,42.281869,-83.151415,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.045,0,0.045,"2013-01-04 00:00",0.045,"2013-01-10 00:00",0.045,"2013-01-16 00:00",0.045,"2013-01-22 00:00","","","","",0.045,0.045,0.045,0.045,0.045,0.045,0.045,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45807",1,42.281869,-83.151415,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45809",1,42.281869,-83.151415,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","6L subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45810",1,42.281869,-83.151415,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45811",1,42.281869,-83.151415,"NAD83","2-chlorotoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",55,0.062813,0.077172,0.63,"2013-02-09 00:00",0.0525,"2013-01-04 00:00",0.0525,"2013-01-10 00:00",0.0525,"2013-01-16 00:00","","","","",0.63,0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","45850",1,42.281869,-83.151415,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",56,0.39,0,0.39,"2013-01-04 00:00",0.39,"2013-01-10 00:00",0.39,"2013-01-16 00:00",0.39,"2013-01-22 00:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","46201",1,42.281869,-83.151415,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",0,0.041429,0.249154,1.8,"2013-06-03 00:00",0.52,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",1.8,0.52,0,0,0,0,0,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","46401",1,42.281869,-83.151415,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",56,92,55,61,0,0,"","","Certification not required",55,0.181786,0.791628,6,"2013-06-03 00:00",0.076,"2013-01-04 00:00",0.076,"2013-01-10 00:00",0.076,"2013-01-16 00:00","","","","",6,0.076,0.076,0.076,0.076,0.076,0.076,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","61103",1,42.281869,-83.151415,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",8006,91,334,365,0,10,"","","Certification not required",0,6.74704,2.896654,22.8,"2013-04-18 13:00",22.1,"2013-01-20 02:00",21,"2013-01-20 03:00",19.4,"2013-11-17 21:00","","","","",14.4,13.5,12,10.6,8.6,6.5,3.2,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","61104",1,42.281869,-83.151415,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8006,91,334,365,0,10,"","","Certification not required",0,189.331976,98.857376,360,"2013-04-07 19:00",360,"2013-07-11 11:00",360,"2013-08-04 11:00",360,"2013-08-14 15:00","","","","",351,344,334,324,274,199,39,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","61106",1,42.281869,-83.151415,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Degrees Compass","No Events",8006,91,334,365,0,10,"","","Certification not required",0,18.531102,8.653506,79,"2013-06-27 23:00",79,"2013-08-30 22:00",78,"2013-03-28 22:00",76,"2013-02-06 11:00","","","","",55,47,35,28,21,16,11,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","62101",1,42.281869,-83.151415,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8006,91,334,365,0,10,"","","Certification not required",0,52.427554,19.190577,96,"2013-07-19 15:00",96,"2013-07-19 16:00",96,"2013-09-10 15:00",95,"2013-07-19 14:00","","","","",87,85,81,76,69,54,26,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","62201",1,42.281869,-83.151415,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8006,91,334,365,0,10,"","","Certification not required",0,66.289033,16.090023,98,"2013-01-28 09:00",98,"2013-01-28 10:00",98,"2013-01-28 11:00",98,"2013-01-29 08:00","","","","",94,93,90,87,79,68,44,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","64101",1,42.281869,-83.151415,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8006,91,334,365,0,10,"","","Certification not required",0,995.55983,6.918341,1016,"2013-11-29 10:00",1016,"2013-11-29 11:00",1016,"2013-11-29 12:00",1015,"2013-04-21 07:00","","","","",1012,1010,1007,1004,1000,996,987,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","81102",3,42.281869,-83.151415,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7776,89,327,365,0,240,"","","Certification not required",190,23.305813,17.926828,271,"2013-05-15 13:00",259,"2013-09-25 11:00",258,"2013-09-11 19:00",237,"2013-05-26 18:00","","","","",85,70,54,43,30,19,7,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1008","81102",3,42.281869,-83.151415,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",327,90,327,365,0,0,0,0,"Certification not required",0,22.892966,10.892567,76,"2013-05-15 00:00",53,"2013-05-09 00:00",53,"2013-05-21 00:00",50,"2013-06-12 00:00","","","","",50,49,43,40,29,21,11,"","1300 S FORT ST (Northeast corner)","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42101",1,42.270009,-83.162585,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7927,90,334,365,0,89,0,0,"Certification not required",7524,0.272285,0.109705,1.8,"2013-02-25 07:00",1.7,"2013-01-10 08:00",1.6,"2013-01-10 09:00",1.6,"2013-10-10 07:00","","","","",0.8,0.7,0.5,0.25,0.25,0.25,0.25,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42101",1,42.270009,-83.162585,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7999,91,333,365,0,0,0,0,"Certification not required",0,0.314777,0.068303,1.1,"2013-11-29 07:00",1.1,"2013-11-29 08:00",1.1,"2013-11-29 09:00",1,"2013-02-25 09:00",1.1,"2013-11-29 07:00",1,"2013-02-25 09:00",0.7,0.5,0.4,0.3,0.3,0.3,0.3,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42153",1,42.270009,-83.162585,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,2.798824,4.620916,18.8,"2013-03-05 00:00",18.4,"2013-03-11 00:00",13.3,"2013-09-19 00:00",12.2,"2013-09-01 00:00","","","","",18.8,18.4,13.3,9.61,2.24,0.9,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42401",1,42.270009,-83.162585,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7924,90,334,365,0,91,0,"","Certification not required",0,7.185629,10.75561,68,"2013-06-19 10:00",65,"2013-06-04 21:00",61,"2013-06-05 10:00",54,"2013-05-18 11:00","","","","",54,44,27,20,8,3,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42401",1,42.270009,-83.162585,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",7924,90,334,365,0,91,"","","Certification not required",0,1.484478,4.050874,68,"2013-06-19 10:00",65,"2013-06-04 21:00",61,"2013-06-05 10:00",56,"2013-06-05 11:00","","","","",20,14,7,4,1,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42401",1,42.270009,-83.162585,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,1.491317,2.20059,16.5,"2013-06-04 00:00",11.7,"2013-06-05 00:00",11.2,"2013-05-17 00:00",10.7,"2013-05-26 00:00","","","","",10.7,8.1,6.5,4.3,1.9,0.6,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","42401",1,42.270009,-83.162585,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2588,89,332,365,0,0,"",0,"Certification not required",0,1.477164,3.621704,52.3,"2013-06-05 11:00",44.3,"2013-09-23 17:00",39.3,"2013-05-18 11:00",35,"2013-06-19 11:00","","","","",18.6,13.3,7.3,3.6,1.3,0.3,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43205",1,42.270009,-83.162585,"NAD83","Propylene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",16,4.443647,5.750709,30.6,"2013-10-19 00:00",19.89,"2013-10-01 00:00",17.97,"2013-10-25 00:00",15.18,"2013-08-02 00:00","","","","",30.6,19.89,17.97,9.06,5.55,3.27,0.0885,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43209",1,42.270009,-83.162585,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,6.873725,5.896501,42,"2013-04-15 00:00",26.12,"2013-04-03 00:00",9.8,"2013-04-27 00:00",8.72,"2013-04-21 00:00","","","","",42,26.12,9.8,8,6.64,5.56,4.52,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43218",1,42.270009,-83.162585,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43231",1,42.270009,-83.162585,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,2.648235,3.641027,21.96,"2013-01-16 00:00",10.02,"2013-04-03 00:00",9.66,"2013-01-10 00:00",8.4,"2013-06-09 00:00","","","","",21.96,10.02,9.66,4.26,3.18,2.28,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43248",1,42.270009,-83.162585,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",30,0.635294,1.407484,9.42,"2013-01-16 00:00",2.7,"2013-04-03 00:00",2.28,"2013-04-09 00:00",2.04,"2013-01-10 00:00","","","","",9.42,2.7,2.28,1.26,0.96,0.042,0.042,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43250",1,42.270009,-83.162585,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.622745,0.639463,2.88,"2013-09-25 00:00",2.32,"2013-01-16 00:00",1.84,"2013-01-10 00:00",1.68,"2013-06-15 00:00","","","","",2.88,2.32,1.84,1.2,0.88,0.64,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43264",1,42.270009,-83.162585,"NAD83","Heptane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",5,1.311127,1.815361,13.3,"2013-01-16 00:00",3.08,"2013-01-10 00:00",2.24,"2013-03-23 00:00",2.24,"2013-04-03 00:00","","","","",13.3,3.08,2.24,1.89,1.4,1.05,0.56,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43302",1,42.270009,-83.162585,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,14.272549,14.210932,94.4,"2013-04-15 00:00",61.4,"2013-04-03 00:00",23.8,"2013-07-15 00:00",22.2,"2013-09-01 00:00","","","","",94.4,61.4,23.8,18.76,14.48,12.2,5.42,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43309",1,42.270009,-83.162585,"NAD83","tert-butyl alcohol","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",12,0.886431,0.73798,3.84,"2013-04-15 00:00",2.36,"2013-04-03 00:00",2.16,"2013-03-11 00:00",2.08,"2013-03-29 00:00","","","","",3.84,2.36,2.16,1.6,1.24,0.84,0.024,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43312",1,42.270009,-83.162585,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",3,30.647794,67.644653,298.2,"2013-10-19 00:00",221.7,"2013-04-03 00:00",196.8,"2013-01-28 00:00",184.2,"2013-10-25 00:00","","","","",298.2,221.7,196.8,162.6,5.94,3.9,1.77,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43335",1,42.270009,-83.162585,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43359",1,42.270009,-83.162585,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",6,0.294176,0.125232,0.57,"2013-08-26 00:00",0.45,"2013-09-07 00:00",0.44,"2013-06-03 00:00",0.41,"2013-04-03 00:00","","","","",0.57,0.45,0.44,0.41,0.36,0.32,0.0055,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43360",1,42.270009,-83.162585,"NAD83","dichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43372",1,42.270009,-83.162585,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43441",1,42.270009,-83.162585,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43447",1,42.270009,-83.162585,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43505",1,42.270009,-83.162585,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,4.206471,2.936921,17.82,"2013-09-19 00:00",11.88,"2013-04-15 00:00",7.65,"2013-07-15 00:00",7.02,"2013-04-03 00:00","","","","",17.82,11.88,7.65,6.75,6.12,3.57,1.65,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43551",1,42.270009,-83.162585,"NAD83","Acetone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,33.642941,20.355306,119.4,"2013-04-15 00:00",100.5,"2013-04-03 00:00",73.2,"2013-03-29 00:00",60.6,"2013-09-19 00:00","","","","",119.4,100.5,73.2,53.7,40.8,29.4,16.08,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43552",1,42.270009,-83.162585,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,5.567843,3.149918,16.12,"2013-04-15 00:00",13.8,"2013-10-19 00:00",12.8,"2013-04-03 00:00",12.24,"2013-07-15 00:00","","","","",16.12,13.8,12.8,9.68,6.48,4.4,2.84,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43559",1,42.270009,-83.162585,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",49,0.234471,0.804035,5.76,"2013-10-19 00:00",1.2,"2013-01-28 00:00",0.102,"2013-01-04 00:00",0.102,"2013-01-10 00:00","","","","",5.76,1.2,0.102,0.102,0.102,0.102,0.102,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43560",1,42.270009,-83.162585,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.070588,0.235367,1.14,"2013-10-19 00:00",0.9,"2013-09-25 00:00",0.78,"2013-06-27 00:00",0.42,"2013-03-11 00:00","","","","",1.14,0.9,0.78,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43704",1,42.270009,-83.162585,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43801",1,42.270009,-83.162585,"NAD83","Chloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.593333,0.114537,0.96,"2013-04-15 00:00",0.86,"2013-04-03 00:00",0.78,"2013-09-01 00:00",0.78,"2013-10-01 00:00","","","","",0.96,0.86,0.78,0.76,0.67,0.57,0.46,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43802",1,42.270009,-83.162585,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.050784,0.232317,1.49,"2013-01-10 00:00",0.6,"2013-01-22 00:00",0.5,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",1.49,0.6,0.5,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43803",1,42.270009,-83.162585,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.002157,0.015403,0.11,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.11,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43804",1,42.270009,-83.162585,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.042549,0.045993,0.11,"2013-05-04 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00","","","","",0.11,0.1,0.1,0.1,0.09,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43806",1,42.270009,-83.162585,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.003333,0.023805,0.17,"2013-04-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.17,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43811",1,42.270009,-83.162585,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",2,0.265412,0.061192,0.36,"2013-08-26 00:00",0.36,"2013-09-01 00:00",0.35,"2013-07-27 00:00",0.33,"2013-09-07 00:00","","","","",0.36,0.36,0.35,0.31,0.29,0.27,0.24,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43812",1,42.270009,-83.162585,"NAD83","Chloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43813",1,42.270009,-83.162585,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43814",1,42.270009,-83.162585,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43815",1,42.270009,-83.162585,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43817",1,42.270009,-83.162585,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.010588,0.055907,0.36,"2013-06-15 00:00",0.18,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.36,0.18,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43818",1,42.270009,-83.162585,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43819",1,42.270009,-83.162585,"NAD83","Bromomethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.010588,0.075615,0.54,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.54,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43820",1,42.270009,-83.162585,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43821",1,42.270009,-83.162585,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",28,0.096627,0.090221,0.22,"2013-04-27 00:00",0.22,"2013-09-01 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-21 00:00","","","","",0.22,0.22,0.2,0.2,0.2,0.016,0.016,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43823",1,42.270009,-83.162585,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.561176,0.046889,0.7,"2013-08-26 00:00",0.69,"2013-09-01 00:00",0.67,"2013-09-07 00:00",0.65,"2013-07-27 00:00","","","","",0.7,0.69,0.67,0.62,0.58,0.55,0.52,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43824",1,42.270009,-83.162585,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.085098,0.283008,1.34,"2013-03-11 00:00",1.14,"2013-03-17 00:00",0.86,"2013-03-05 00:00",0.64,"2013-03-29 00:00","","","","",1.34,1.14,0.86,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43826",1,42.270009,-83.162585,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43828",1,42.270009,-83.162585,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.0065,0,0.0065,"2013-01-04 00:00",0.0065,"2013-01-10 00:00",0.0065,"2013-01-16 00:00",0.0065,"2013-01-22 00:00","","","","",0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,0.0065,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43829",1,42.270009,-83.162585,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43830",1,42.270009,-83.162585,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43831",1,42.270009,-83.162585,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43832",1,42.270009,-83.162585,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.011,0,0.011,"2013-01-04 00:00",0.011,"2013-01-10 00:00",0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.011,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43838",1,42.270009,-83.162585,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.018,0,0.018,"2013-01-04 00:00",0.018,"2013-01-10 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-22 00:00","","","","",0.018,0.018,0.018,0.018,0.018,0.018,0.018,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43839",1,42.270009,-83.162585,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.013,0,0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00",0.013,"2013-01-16 00:00",0.013,"2013-01-22 00:00","","","","",0.013,0.013,0.013,0.013,0.013,0.013,0.013,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43843",1,42.270009,-83.162585,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43844",1,42.270009,-83.162585,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43852",1,42.270009,-83.162585,"NAD83","dichlorotetrafluoroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,100,26,31,0,5,"","","Certification not required",51,0.014,0,0.014,"2013-01-04 00:00",0.014,"2013-01-10 00:00",0.014,"2013-01-16 00:00",0.014,"2013-01-22 00:00","","","","",0.014,0.014,0.014,0.014,0.014,0.014,0.014,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43860",1,42.270009,-83.162585,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43861",1,42.270009,-83.162585,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","43911",1,42.270009,-83.162585,"NAD83","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",7811,89,328,365,0,205,"","","Certification not required",7809,0.010003,0.0002,0.023,"2013-10-03 02:00",0.022,"2013-05-27 02:00",0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45109",1,42.270009,-83.162585,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,2.131765,1.518047,7.92,"2013-06-27 00:00",5.52,"2013-07-15 00:00",5.04,"2013-09-25 00:00",4.56,"2013-01-10 00:00","","","","",7.92,5.52,5.04,4.32,2.64,1.84,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45201",1,42.270009,-83.162585,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,2.597647,1.478987,7.26,"2013-01-16 00:00",6.84,"2013-06-27 00:00",4.98,"2013-01-10 00:00",4.56,"2013-01-28 00:00","","","","",7.26,6.84,4.98,4.02,3.06,2.58,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45202",1,42.270009,-83.162585,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,9.318235,5.906717,38.29,"2013-04-15 00:00",28.7,"2013-04-03 00:00",23.59,"2013-06-27 00:00",14.84,"2013-07-15 00:00","","","","",38.29,28.7,23.59,14,9.31,7.77,5.81,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45203",1,42.270009,-83.162585,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.527059,0.598275,1.68,"2013-03-11 00:00",1.68,"2013-03-17 00:00",1.6,"2013-03-29 00:00",1.6,"2013-07-15 00:00","","","","",1.68,1.68,1.6,1.52,0.88,0.48,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45204",1,42.270009,-83.162585,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.544314,0.63337,2.08,"2013-09-25 00:00",1.84,"2013-01-10 00:00",1.6,"2013-01-16 00:00",1.6,"2013-06-27 00:00","","","","",2.08,1.84,1.6,1.36,1.04,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45207",1,42.270009,-83.162585,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",49,0.084441,0.12968,0.72,"2013-02-09 00:00",0.72,"2013-09-25 00:00",0.0585,"2013-01-04 00:00",0.0585,"2013-01-10 00:00","","","","",0.72,0.72,0.0585,0.0585,0.0585,0.0585,0.0585,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45208",1,42.270009,-83.162585,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",23,0.592324,0.579494,2.16,"2013-09-25 00:00",1.98,"2013-02-09 00:00",1.62,"2013-01-10 00:00",1.53,"2013-08-20 00:00","","","","",2.16,1.98,1.62,1.35,0.99,0.54,0.0495,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45210",1,42.270009,-83.162585,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45213",1,42.270009,-83.162585,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",50,0.092647,0.115313,0.9,"2013-09-25 00:00",0.0765,"2013-01-04 00:00",0.0765,"2013-01-10 00:00",0.0765,"2013-01-16 00:00","","","","",0.9,0.0765,0.0765,0.0765,0.0765,0.0765,0.0765,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45220",1,42.270009,-83.162585,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.558431,0.480664,1.84,"2013-08-20 00:00",1.68,"2013-07-15 00:00",1.6,"2013-08-02 00:00",1.28,"2013-04-27 00:00","","","","",1.84,1.68,1.6,1.04,0.8,0.64,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45801",1,42.270009,-83.162585,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45805",1,42.270009,-83.162585,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.048,0,0.048,"2013-01-04 00:00",0.048,"2013-01-10 00:00",0.048,"2013-01-16 00:00",0.048,"2013-01-22 00:00","","","","",0.048,0.048,0.048,0.048,0.048,0.048,0.048,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45806",1,42.270009,-83.162585,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.045,0,0.045,"2013-01-04 00:00",0.045,"2013-01-10 00:00",0.045,"2013-01-16 00:00",0.045,"2013-01-22 00:00","","","","",0.045,0.045,0.045,0.045,0.045,0.045,0.045,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45807",1,42.270009,-83.162585,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.029412,0.210042,1.5,"2013-08-26 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.5,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45809",1,42.270009,-83.162585,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","6L subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45810",1,42.270009,-83.162585,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45811",1,42.270009,-83.162585,"NAD83","2-chlorotoluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.0525,0,0.0525,"2013-01-04 00:00",0.0525,"2013-01-10 00:00",0.0525,"2013-01-16 00:00",0.0525,"2013-01-22 00:00","","","","",0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,0.0525,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","45850",1,42.270009,-83.162585,"NAD83","Naphthalene","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.39,0,0.39,"2013-01-04 00:00",0.39,"2013-01-10 00:00",0.39,"2013-01-16 00:00",0.39,"2013-01-22 00:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","46201",1,42.270009,-83.162585,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",0,0.025882,0.184837,1.32,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.32,0,0,0,0,0,0,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","46401",1,42.270009,-83.162585,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",51,84,50,61,0,5,"","","Certification not required",51,0.076,0,0.076,"2013-01-04 00:00",0.076,"2013-01-10 00:00",0.076,"2013-01-16 00:00",0.076,"2013-01-22 00:00","","","","",0.076,0.076,0.076,0.076,0.076,0.076,0.076,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","81102",3,42.270009,-83.162585,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7761,89,326,365,0,255,"","","Certification not required",236,18.387837,12.065802,241,"2013-07-04 23:00",169,"2013-07-04 22:00",152,"2013-06-30 21:00",113,"2013-05-15 14:00","","","","",58,48,39,33,24,16,6,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","163","1009","81102",3,42.270009,-83.162585,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",326,89,326,365,0,0,0,0,"Certification not required",0,17.981595,8.132346,59,"2013-05-15 00:00",44,"2013-05-08 00:00",40,"2013-05-09 00:00",40,"2013-06-12 00:00","","","","",40,38,34,29,22,17,9,"","MARK TWAIN MIDDLE SCHOOL, 12800 VISGER ST","Michigan","Wayne","Detroit","Detroit-Warren-Livonia, MI","2014-01-23" +"26","165","9991","44201",1,44.1809,-85.739,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7284,97,178,183,0,732,0,0,"Certification not required",198,0.047837,0.012214,0.08,"2013-05-20 18:00",0.079,"2013-08-21 20:00",0.074,"2013-07-18 21:00",0.073,"2013-06-21 16:00","","","","",0.079,0.073,0.066,0.064,0.056,0.048,0.041,"Hoxeyville","10637 S 9 Rd, Cadillac, MI 49601","Michigan","Wexford","","Cadillac, MI","2014-01-31" +"26","165","9991","44201",1,44.1809,-85.739,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7447,96,175,183,0,0,0,0,"Certification not required",0,0.043371,0.011684,0.07,"2013-05-20 14:00",0.068,"2013-06-21 12:00",0.067,"2013-05-01 12:00",0.066,"2013-08-21 14:00","","","","",0.068,0.066,0.062,0.06,0.052,0.045,0.038,"Hoxeyville","10637 S 9 Rd, Cadillac, MI 49601","Michigan","Wexford","","Cadillac, MI","2014-01-31" +"26","165","9991","44201",1,44.1809,-85.739,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7447,96,175,183,0,0,0,0,"Certification not required",0,0.043371,0.011684,0.07,"2013-05-20 14:00",0.068,"2013-06-21 12:00",0.067,"2013-05-01 12:00",0.066,"2013-08-21 14:00","","","","",0.068,0.066,0.062,0.06,0.052,0.045,0.038,"Hoxeyville","10637 S 9 Rd, Cadillac, MI 49601","Michigan","Wexford","","Cadillac, MI","2014-01-31" +"27","003","1001","44201",1,45.40184,-93.20306,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4928,96,206,214,0,208,0,0,"Certification not required",292,0.043684,0.012582,0.081,"2013-07-11 13:00",0.078,"2013-07-07 15:00",0.076,"2013-08-20 14:00",0.075,"2013-07-15 13:00","","","","",0.076,0.072,0.063,0.06,0.051,0.043,0.028,"Cedar Creek","2660 Fawn Rd.","Minnesota","Anoka","East Bethel","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","003","1001","44201",1,45.40184,-93.20306,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4945,96,205,214,0,0,0,0,"Certification not required",0,0.039312,0.011359,0.072,"2013-07-11 11:00",0.067,"2013-07-15 10:00",0.065,"2013-05-07 11:00",0.065,"2013-07-07 10:00","","","","",0.065,0.063,0.058,0.053,0.048,0.039,0.025,"Cedar Creek","2660 Fawn Rd.","Minnesota","Anoka","East Bethel","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","003","1001","44201",1,45.40184,-93.20306,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4945,96,205,214,0,0,0,0,"Certification not required",0,0.039312,0.011359,0.072,"2013-07-11 11:00",0.067,"2013-07-15 10:00",0.065,"2013-05-07 11:00",0.065,"2013-07-07 10:00","","","","",0.065,0.063,0.058,0.053,0.048,0.039,0.025,"Cedar Creek","2660 Fawn Rd.","Minnesota","Anoka","East Bethel","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","003","1002","11101",1,45.13768,-93.207615,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,26.033333,23.105482,160,"2013-12-30 00:00",65,"2013-08-26 00:00",61,"2013-08-20 00:00",59,"2013-05-16 00:00","","","","",160,65,61,46,33,21,7,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12101",1,45.13768,-93.207615,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",18,0.101667,0.117386,0.54,"2013-08-02 00:00",0.37,"2013-05-16 00:00",0.31,"2013-08-20 00:00",0.31,"2013-08-26 00:00","","","","",0.54,0.37,0.31,0.3,0.15,0.07,0.005,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12102",1,45.13768,-93.207615,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12103",1,45.13768,-93.207615,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12105",1,45.13768,-93.207615,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12107",1,45.13768,-93.207615,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",28,0.0072,0.006179,0.02,"2013-08-08 00:00",0.02,"2013-08-14 00:00",0.02,"2013-08-20 00:00",0.02,"2013-09-13 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.0015,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12110",1,45.13768,-93.207615,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12112",1,45.13768,-93.207615,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.0005,0.002198,0.01,"2013-10-01 00:00",0.01,"2013-10-31 00:00",0.01,"2013-12-06 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12113",1,45.13768,-93.207615,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12114",1,45.13768,-93.207615,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.133167,0.118758,0.36,"2013-10-31 00:00",0.35,"2013-08-26 00:00",0.34,"2013-09-25 00:00",0.33,"2013-08-14 00:00","","","","",0.36,0.35,0.34,0.3,0.23,0.1,0.02,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12126",1,45.13768,-93.207615,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.320333,0.222291,0.93,"2013-08-02 00:00",0.82,"2013-05-16 00:00",0.8,"2013-10-01 00:00",0.78,"2013-10-25 00:00","","","","",0.93,0.82,0.8,0.75,0.43,0.26,0.08,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12132",1,45.13768,-93.207615,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.012167,0.011061,0.04,"2013-05-16 00:00",0.04,"2013-10-25 00:00",0.04,"2013-11-30 00:00",0.03,"2013-04-28 00:00","","","","",0.04,0.04,0.04,0.03,0.02,0.01,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12136",1,45.13768,-93.207615,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12154",1,45.13768,-93.207615,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","12167",1,45.13768,-93.207615,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",44,0.01121,0.00824,0.04,"2013-12-30 00:00",0.03,"2013-10-25 00:00",0.03,"2013-11-24 00:00",0.03,"2013-12-18 00:00","","","","",0.04,0.03,0.03,0.02,0.02,0.00665,0.00665,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","14129",1,45.13768,-93.207615,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,0.009167,0.016803,0.09,"2013-01-22 00:00",0.08,"2013-02-15 00:00",0.05,"2013-01-16 00:00",0.03,"2013-04-04 00:00","","","","",0.09,0.08,0.05,0.02,0.01,0.01,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","42153",1,45.13768,-93.207615,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.069231,0.28734,1.5,"2013-08-20 00:00",1.1,"2013-10-07 00:00",1,"2013-12-18 00:00",0,"2013-01-04 00:00","","","","",1.5,1.1,1,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","42600",1,45.13768,-93.207615,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,47,0,47,"2013-01-01 00:00","","","","","","","","","","",47,47,47,47,47,47,47,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2013-04-02" +"27","003","1002","42601",1,45.13768,-93.207615,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8566,98,361,365,0,194,"","","Certification not required",0,2.614406,8.708508,141,"2013-04-03 06:00",138,"2013-10-02 05:00",136,"2013-09-03 06:00",127,"2013-11-29 03:00","","","","",44,31,14,5,1,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","003","1002","42602",1,45.13768,-93.207615,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8567,98,361,365,0,193,0,"","Certification not required",0,17.412742,11.032213,52,"2013-04-03 06:00",49,"2013-03-28 04:00",45,"2013-03-22 06:00",45,"2013-03-29 04:00","","","","",45,43,38,34,25,15,5,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","003","1002","42602",1,45.13768,-93.207615,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8567,98,361,365,0,193,"","","Certification not required",0,7.222949,7.941034,52,"2013-04-03 06:00",49,"2013-03-28 04:00",49,"2013-03-28 05:00",49,"2013-04-03 07:00","","","","",37,32,24,18,10,4,1,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","003","1002","42603",1,45.13768,-93.207615,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8566,98,361,365,0,194,"","","Certification not required",0,9.966028,14.654571,194,"2013-04-03 06:00",166,"2013-10-02 05:00",158,"2013-11-29 03:00",151,"2013-11-05 05:00","","","","",73,59,38,24,11,5,1,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","003","1002","43205",1,45.13768,-93.207615,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,2.238462,1.408121,6,"2013-12-06 00:00",5.2,"2013-12-12 00:00",5.1,"2013-12-18 00:00",4.5,"2013-10-25 00:00","","","","",6,5.2,5.1,4.2,3.2,2,0.7,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43207",1,45.13768,-93.207615,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.205577,0.040556,0.39,"2013-04-28 00:00",0.28,"2013-08-08 00:00",0.25,"2013-06-03 00:00",0.24,"2013-06-15 00:00","","","","",0.39,0.28,0.25,0.23,0.22,0.2,0.18,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43208",1,45.13768,-93.207615,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43218",1,45.13768,-93.207615,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.112353,0.123249,0.52,"2013-12-18 00:00",0.46,"2013-12-30 00:00",0.4,"2013-08-08 00:00",0.35,"2013-10-13 00:00","","","","",0.52,0.46,0.4,0.26,0.15,0.07,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43231",1,45.13768,-93.207615,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.609804,0.396109,1.8,"2013-08-08 00:00",1.4,"2013-07-03 00:00",1.3,"2013-01-28 00:00",1.2,"2013-08-14 00:00","","","","",1.8,1.4,1.3,1.2,0.9,0.6,0.2,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43232",1,45.13768,-93.207615,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",9,0.320192,0.254809,1.1,"2013-08-08 00:00",1.1,"2013-08-14 00:00",0.9,"2013-12-18 00:00",0.7,"2013-01-04 00:00","","","","",1.1,1.1,0.9,0.7,0.4,0.3,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43248",1,45.13768,-93.207615,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",36,0.101923,0.08854,0.3,"2013-08-14 00:00",0.3,"2013-10-19 00:00",0.3,"2013-11-30 00:00",0.3,"2013-12-06 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43302",1,45.13768,-93.207615,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",20,7.105769,10.536713,58.9,"2013-06-15 00:00",32.1,"2013-04-28 00:00",27.5,"2013-01-04 00:00",19.2,"2013-06-21 00:00","","","","",58.9,32.1,27.5,17.2,11.6,4.6,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43312",1,45.13768,-93.207615,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",1,13.327551,18.45418,92.9,"2013-12-18 00:00",84.4,"2013-08-08 00:00",47.1,"2013-08-14 00:00",35.8,"2013-04-22 00:00","","","","",92.9,92.9,47.1,27,14.1,7.5,0.7,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43372",1,45.13768,-93.207615,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43441",1,45.13768,-93.207615,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.126538,0.1334,0.87,"2013-08-14 00:00",0.38,"2013-08-08 00:00",0.35,"2013-12-18 00:00",0.26,"2013-12-12 00:00","","","","",0.87,0.38,0.35,0.23,0.15,0.11,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43447",1,45.13768,-93.207615,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.434,0.513734,2.3,"2013-08-08 00:00",1.9,"2013-06-15 00:00",1.5,"2013-06-21 00:00",1.3,"2013-07-03 00:00","","","","",2.3,2.3,1.5,1.3,0.6,0.3,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43502",1,45.13768,-93.207615,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",0,1.5,0.928175,4.6,"2013-08-26 00:00",3.7,"2013-08-20 00:00",3.7,"2013-09-07 00:00",3.6,"2013-07-15 00:00","","","","",4.6,3.7,3.7,2.7,1.8,1.3,0.6,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43503",1,45.13768,-93.207615,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",0,1.053704,0.415598,2.2,"2013-03-29 00:00",1.9,"2013-08-26 00:00",1.8,"2013-08-20 00:00",1.8,"2013-11-30 00:00","","","","",2.2,1.9,1.8,1.6,1.3,1,0.5,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43504",1,45.13768,-93.207615,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",0,0.240741,0.101904,0.5,"2013-11-30 00:00",0.4,"2013-06-15 00:00",0.4,"2013-07-15 00:00",0.4,"2013-08-20 00:00","","","","",0.5,0.4,0.4,0.4,0.3,0.2,0.1,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43510",1,45.13768,-93.207615,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",11,0.177148,0.149419,0.676,"2013-05-28 00:00",0.596,"2013-01-28 00:00",0.58,"2013-01-04 00:00",0.412,"2013-07-03 00:00","","","","",0.676,0.596,0.58,0.372,0.22,0.136,0.03,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43516",1,45.13768,-93.207615,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43551",1,45.13768,-93.207615,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",0,4.02963,1.302049,7.5,"2013-06-03 00:00",6.6,"2013-05-16 00:00",6.5,"2013-04-16 00:00",6.5,"2013-10-01 00:00","","","","",7.5,6.6,6.5,5.9,4.8,3.8,2.7,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43552",1,45.13768,-93.207615,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",14,1.033333,2.290367,14.5,"2013-10-01 00:00",5.3,"2013-12-18 00:00",4.8,"2013-08-14 00:00",2.7,"2013-08-08 00:00","","","","",14.5,14.5,4.8,2.6,1,0.3,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43559",1,45.13768,-93.207615,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",48,0.063462,0.048624,0.3,"2013-04-28 00:00",0.2,"2013-06-21 00:00",0.2,"2013-06-27 00:00",0.2,"2013-08-20 00:00","","","","",0.3,0.2,0.2,0.05,0.05,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43801",1,45.13768,-93.207615,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.446471,0.16955,0.67,"2013-08-08 00:00",0.62,"2013-08-26 00:00",0.62,"2013-11-24 00:00",0.61,"2013-02-09 00:00","","","","",0.67,0.62,0.62,0.58,0.53,0.5,0.11,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43802",1,45.13768,-93.207615,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.985577,1.401967,7.58,"2013-08-14 00:00",4.63,"2013-10-01 00:00",4.47,"2013-10-31 00:00",2.87,"2013-10-07 00:00","","","","",7.58,4.63,4.47,2.28,1.45,0.46,0.09,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43803",1,45.13768,-93.207615,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.017308,0.007699,0.05,"2013-08-08 00:00",0.03,"2013-07-03 00:00",0.03,"2013-08-14 00:00",0.03,"2013-09-25 00:00","","","","",0.05,0.03,0.03,0.02,0.02,0.02,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43804",1,45.13768,-93.207615,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43806",1,45.13768,-93.207615,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43811",1,45.13768,-93.207615,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.221154,0.049849,0.4,"2013-08-08 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0.3,"2013-04-28 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.2,0.2,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43812",1,45.13768,-93.207615,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43813",1,45.13768,-93.207615,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43814",1,45.13768,-93.207615,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.009615,0.003408,0.02,"2013-07-03 00:00",0.02,"2013-08-08 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43815",1,45.13768,-93.207615,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.025,0.010194,0.07,"2013-12-18 00:00",0.04,"2013-02-09 00:00",0.04,"2013-04-28 00:00",0.03,"2013-01-04 00:00","","","","",0.07,0.04,0.04,0.03,0.03,0.03,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43817",1,45.13768,-93.207615,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.015577,0.024125,0.14,"2013-07-03 00:00",0.09,"2013-08-14 00:00",0.05,"2013-09-25 00:00",0.04,"2013-08-08 00:00","","","","",0.14,0.09,0.05,0.03,0.02,0.01,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43818",1,45.13768,-93.207615,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43819",1,45.13768,-93.207615,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.008077,0.00398,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43820",1,45.13768,-93.207615,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43823",1,45.13768,-93.207615,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.512885,0.061208,0.7,"2013-08-08 00:00",0.63,"2013-06-03 00:00",0.63,"2013-11-24 00:00",0.6,"2013-09-25 00:00","","","","",0.7,0.63,0.63,0.56,0.53,0.51,0.47,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43824",1,45.13768,-93.207615,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.017885,0.025617,0.11,"2013-08-08 00:00",0.1,"2013-06-03 00:00",0.07,"2013-08-14 00:00",0.07,"2013-09-25 00:00","","","","",0.11,0.1,0.07,0.05,0.03,0.01,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43826",1,45.13768,-93.207615,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43828",1,45.13768,-93.207615,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.005096,0.000693,0.01,"2013-07-03 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00","","","","",0.01,0.005,0.005,0.005,0.005,0.005,0.005,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43829",1,45.13768,-93.207615,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43830",1,45.13768,-93.207615,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43831",1,45.13768,-93.207615,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43832",1,45.13768,-93.207615,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43838",1,45.13768,-93.207615,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43839",1,45.13768,-93.207615,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.020769,0.005547,0.06,"2013-07-03 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.06,0.02,0.02,0.02,0.02,0.02,0.02,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43843",1,45.13768,-93.207615,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43844",1,45.13768,-93.207615,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","43860",1,45.13768,-93.207615,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.002353,0.006508,0.04,"2013-12-18 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-21 00:00",0.01,"2013-03-05 00:00","","","","",0.04,0.01,0.01,0.01,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","44201",1,45.13768,-93.207615,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8651,100,213,214,0,109,0,0,"Certification not required",668,0.046197,0.01304,0.087,"2013-07-07 13:00",0.078,"2013-07-11 13:00",0.077,"2013-08-31 14:00",0.076,"2013-08-26 12:00","","","","",0.077,0.073,0.066,0.062,0.056,0.048,0.039,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","003","1002","44201",1,45.13768,-93.207615,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8683,99,212,214,0,0,0,0,"Certification not required",0,0.041627,0.0122,0.078,"2013-07-07 11:00",0.074,"2013-07-11 11:00",0.067,"2013-07-05 11:00",0.067,"2013-07-15 10:00","","","","",0.067,0.066,0.061,0.056,0.051,0.044,0.036,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","003","1002","44201",1,45.13768,-93.207615,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8683,99,212,214,0,0,1,1,"Certification not required",0,0.041627,0.0122,0.078,"2013-07-07 11:00",0.074,"2013-07-11 11:00",0.067,"2013-07-05 11:00",0.067,"2013-07-15 10:00","","","","",0.067,0.066,0.061,0.056,0.051,0.044,0.036,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","003","1002","45109",1,45.13768,-93.207615,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.811176,0.818134,5.1,"2013-08-08 00:00",2.78,"2013-12-18 00:00",2.03,"2013-08-14 00:00",1.9,"2013-07-03 00:00","","","","",5.1,2.78,2.03,1.46,0.9,0.66,0.21,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45201",1,45.13768,-93.207615,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.860962,0.409913,2.24,"2013-12-18 00:00",1.98,"2013-08-08 00:00",1.7,"2013-01-28 00:00",1.64,"2013-12-30 00:00","","","","",2.24,1.98,1.7,1.43,1.07,0.76,0.46,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45202",1,45.13768,-93.207615,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.724808,1.158986,6.83,"2013-08-08 00:00",4.47,"2013-07-03 00:00",3.95,"2013-08-14 00:00",3.58,"2013-06-03 00:00","","","","",6.83,4.47,3.95,2.95,2.17,1.49,0.69,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45203",1,45.13768,-93.207615,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.223137,0.208935,1.3,"2013-08-08 00:00",0.66,"2013-12-18 00:00",0.55,"2013-08-14 00:00",0.54,"2013-07-03 00:00","","","","",1.3,0.66,0.55,0.36,0.28,0.19,0.06,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45204",1,45.13768,-93.207615,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.327647,0.322717,2.02,"2013-08-08 00:00",1.11,"2013-12-18 00:00",0.79,"2013-08-14 00:00",0.7,"2013-07-03 00:00","","","","",2.02,1.11,0.79,0.58,0.38,0.3,0.07,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45207",1,45.13768,-93.207615,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",9,0.088846,0.076585,0.42,"2013-08-08 00:00",0.25,"2013-07-03 00:00",0.23,"2013-05-16 00:00",0.23,"2013-12-18 00:00","","","","",0.42,0.25,0.23,0.17,0.12,0.08,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45208",1,45.13768,-93.207615,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",5,0.282745,0.267261,1.55,"2013-08-08 00:00",0.76,"2013-12-18 00:00",0.65,"2013-07-03 00:00",0.65,"2013-09-25 00:00","","","","",1.55,0.76,0.65,0.59,0.35,0.25,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45220",1,45.13768,-93.207615,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.049804,0.068542,0.26,"2013-12-18 00:00",0.25,"2013-07-03 00:00",0.25,"2013-08-08 00:00",0.19,"2013-09-25 00:00","","","","",0.26,0.25,0.25,0.12,0.09,0.02,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45228",1,45.13768,-93.207615,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",50,0.159231,0.054185,0.432,"2013-05-16 00:00",0.423,"2013-08-08 00:00",0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00","","","","",0.432,0.423,0.1485,0.1485,0.1485,0.1485,0.1485,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45501",1,45.13768,-93.207615,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,1,"","","Certification not required",40,0.077778,0.053787,0.2,"2013-05-28 00:00",0.2,"2013-06-03 00:00",0.2,"2013-06-09 00:00",0.2,"2013-06-15 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45801",1,45.13768,-93.207615,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.00549,0.007298,0.03,"2013-12-06 00:00",0.03,"2013-12-18 00:00",0.02,"2013-09-13 00:00",0.01,"2013-03-05 00:00","","","","",0.03,0.03,0.02,0.01,0.01,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45805",1,45.13768,-93.207615,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45806",1,45.13768,-93.207615,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45807",1,45.13768,-93.207615,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.001346,0.003446,0.01,"2013-06-03 00:00",0.01,"2013-06-15 00:00",0.01,"2013-06-21 00:00",0.01,"2013-07-03 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45809",1,45.13768,-93.207615,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","45810",1,45.13768,-93.207615,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","46401",1,45.13768,-93.207615,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","003","1002","61103",1,45.13768,-93.207615,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4341,50,181,365,0,2,"","","Certification not required",0,4.255126,2.944291,15.5,"2013-05-11 00:00",15.4,"2013-01-19 16:00",14.8,"2013-01-19 15:00",14.8,"2013-05-11 11:00","","","","",11.5,10.4,9.3,8.2,6.3,4.1,0.1,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","003","1002","61104",1,45.13768,-93.207615,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4341,50,181,365,0,2,"","","Certification not required",0,182.897167,111.530594,359.8,"2013-05-11 20:00",359.6,"2013-03-02 04:00",359.6,"2013-04-18 17:00",359.5,"2013-01-23 17:00","","","","",357.1,353,343.1,331.5,294.7,173.6,22,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","003","1002","62101",1,45.13768,-93.207615,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",4341,50,181,365,0,2,"","","Certification not required",0,37.795669,21.867088,95,"2013-05-14 15:00",95,"2013-05-14 16:00",92,"2013-05-14 14:00",92,"2013-05-14 17:00","","","","",83,80,75,70,56,34,10,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","003","1002","62201",1,45.13768,-93.207615,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",4229,48,174,365,0,114,"","","Certification not required",0,68.327974,18.746618,100,"2013-01-11 23:00",100,"2013-01-19 06:00",100,"2013-02-07 06:00",100,"2013-02-07 08:00","","","","",98,96,94,92,84,71,42,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","003","1002","68101",1,45.13768,-93.207615,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",115,94,115,122,0,3,"","","Certification not required",71,0.143913,0.134938,0.5,"2013-01-19 00:00",0.5,"2013-01-25 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-13 00:00","","","","",0.5,0.4,0.4,0.4,0.3,0.05,0.05,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68102",1,45.13768,-93.207615,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,3,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68103",1,45.13768,-93.207615,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,3,"","","Certification not required",0,0.254783,13.047694,25.8,"2013-08-26 00:00",23.4,"2013-07-18 00:00",21.3,"2013-07-06 00:00",20.8,"2013-08-20 00:00","","","","",23.4,21.3,19.8,16.2,11.5,-0.3,-16.9,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68103",5,45.13768,-93.207615,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,102,122,0,3,"","","Certification not required",0,2.435922,12.109483,25.5,"2013-08-26 00:00",23.1,"2013-07-18 00:00",21.1,"2013-07-06 00:00",20.4,"2013-08-20 00:00","","","","",23.1,21.1,19.7,17.5,11.8,2.4,-15.9,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","68104",1,45.13768,-93.207615,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,3,"","","Certification not required",0,12.354783,14.004174,36.7,"2013-08-26 00:00",35.8,"2013-08-29 00:00",34.3,"2013-09-07 00:00",34.2,"2013-07-18 00:00","","","","",35.8,34.3,31.6,30.1,26.1,10.9,-6.9,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68104",5,45.13768,-93.207615,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,102,122,0,3,"","","Certification not required",0,14.672816,13.077171,36.6,"2013-08-26 00:00",35.5,"2013-08-29 00:00",34.2,"2013-09-07 00:00",34,"2013-07-18 00:00","","","","",35.5,34.2,31.8,30.4,27.3,13.7,-1.4,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","68105",1,45.13768,-93.207615,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,3,"","","Certification not required",0,6.406087,13.123939,30.5,"2013-08-26 00:00",29.6,"2013-07-18 00:00",27,"2013-08-29 00:00",26.7,"2013-07-06 00:00","","","","",29.6,27,26.3,22.4,18.6,5.5,-10.6,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68105",5,45.13768,-93.207615,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,102,122,0,3,"","","Certification not required",0,8.634951,12.273307,30.6,"2013-08-26 00:00",29.5,"2013-07-18 00:00",29.2,"2013-06-27 00:00",26.9,"2013-08-29 00:00","","","","",29.5,29.2,26.6,22.7,19.4,8.9,-7.4,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","68106",1,45.13768,-93.207615,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,3,"","","Certification not required",0,733.095652,4.740593,746,"2013-11-12 00:00",743,"2013-12-06 00:00",742,"2013-09-16 00:00",741,"2013-01-22 00:00","","","","",743,742,740,739,736,733,726,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68106",5,45.13768,-93.207615,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,101,122,0,4,"","","Certification not required",0,733.22549,4.311869,742,"2013-05-25 00:00",741,"2013-01-22 00:00",741,"2013-03-26 00:00",740,"2013-02-15 00:00","","","","",741,741,740,739,736,733,727,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","68107",1,45.13768,-93.207615,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,3,"","","Certification not required",0,739.504348,4.87272,755,"2013-11-12 00:00",753,"2013-11-24 00:00",751,"2013-12-06 00:00",749,"2013-11-21 00:00","","","","",753,751,748,745,743,739,734,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68107",5,45.13768,-93.207615,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,101,122,0,4,"","","Certification not required",0,738.519608,3.95452,748,"2013-05-01 00:00",747,"2013-02-21 00:00",747,"2013-10-13 00:00",747,"2013-10-28 00:00","","","","",747,747,744,743,741,738,734,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","68108",1,45.13768,-93.207615,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,3,"","","Certification not required",0,736.4,4.729156,752,"2013-11-12 00:00",747,"2013-12-06 00:00",745,"2013-10-13 00:00",745,"2013-10-28 00:00","","","","",747,745,744,742,739,737,731,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","68108",5,45.13768,-93.207615,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,101,122,0,4,"","","Certification not required",0,735.588235,4.15862,745,"2013-10-28 00:00",744,"2013-10-13 00:00",743,"2013-01-22 00:00",743,"2013-02-21 00:00","","","","",744,743,742,741,738,736,731,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","68109",1,45.13768,-93.207615,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",115,94,115,122,0,3,"","","Certification not required",0,1439.86087,0.347597,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","81102",3,45.13768,-93.207615,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8491,97,356,365,0,265,"","","Certification not required",552,17.524909,12.131734,126,"2013-09-15 09:00",112,"2013-05-15 00:00",103,"2013-08-26 14:00",99,"2013-05-14 21:00","","","","",53,48,41,34,24,15,5,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","81102",3,45.13768,-93.207615,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,17.087079,9.691626,58,"2013-05-14 00:00",49,"2013-07-11 00:00",49,"2013-09-06 00:00",47,"2013-07-05 00:00","","","","",47,40,36,32,22,16,6,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","88101",1,45.13768,-93.207615,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,3,0,0,"Certification not required",0,8.509565,4.735087,23.8,"2013-03-08 00:00",19.3,"2013-11-30 00:00",19.2,"2013-03-29 00:00",19,"2013-01-01 00:00","","","","",19.3,19.2,17.7,15.8,11.2,7.3,3.2,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","88101",1,45.13768,-93.207615,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,3,"","","Certification not required",0,8.509565,4.735087,23.8,"2013-03-08 00:00",19.3,"2013-11-30 00:00",19.2,"2013-03-29 00:00",19,"2013-01-01 00:00","","","","",19.3,19.2,17.7,15.8,11.2,7.3,3.2,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","88101",3,45.13768,-93.207615,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8481,97,358,365,0,275,"","","Certification not required",0,7.019691,6.589798,58,"2013-11-02 19:00",57,"2013-11-02 20:00",51,"2013-02-25 23:00",49,"2013-02-26 00:00","","","","",29,26,20,16,10,5,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","88101",3,45.13768,-93.207615,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,6.981461,5.11247,28.6,"2013-07-11 00:00",28.5,"2013-02-25 00:00",27,"2013-01-05 00:00",23,"2013-07-10 00:00","","","","",23,21.8,16.5,13.9,9.7,5.7,1.7,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","88101",3,45.13768,-93.207615,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,6.981461,5.11247,28.6,"2013-07-11 00:00",28.5,"2013-02-25 00:00",27,"2013-01-05 00:00",23,"2013-07-10 00:00","","","","",23,21.8,16.5,13.9,9.7,5.7,1.7,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","003","1002","88102",5,45.13768,-93.207615,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",98,0.018941,0.005396,0.041,"2013-07-02 00:00",0.034,"2013-01-31 00:00",0.029,"2013-03-11 00:00",0.026,"2013-01-25 00:00","","","","",0.034,0.029,0.026,0.026,0.021,0.0195,0.014,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88103",5,45.13768,-93.207615,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.000657,0.00099,0.004,"2013-05-07 00:00",0.004,"2013-07-02 00:00",0.004,"2013-08-20 00:00",0.003,"2013-06-30 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88104",5,45.13768,-93.207615,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",58,0.025569,0.034571,0.202,"2013-07-09 00:00",0.188,"2013-01-16 00:00",0.181,"2013-03-14 00:00",0.107,"2013-06-24 00:00","","","","",0.188,0.181,0.08,0.055,0.029,0.0125,0.0065,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88107",5,45.13768,-93.207615,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.006926,0.00664,0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88109",5,45.13768,-93.207615,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",21,0.005814,0.007899,0.0515,"2013-01-22 00:00",0.0381,"2013-02-15 00:00",0.0368,"2013-04-01 00:00",0.0258,"2013-03-20 00:00","","","","",0.0381,0.0368,0.0183,0.0107,0.0066,0.0033,0.0009,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88110",5,45.13768,-93.207615,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.001716,0.003594,0.02,"2013-03-20 00:00",0.014,"2013-06-06 00:00",0.013,"2013-03-14 00:00",0.011,"2013-06-15 00:00","","","","",0.014,0.013,0.009,0.007,0.001,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88111",5,45.13768,-93.207615,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",19,0.032098,0.037487,0.201,"2013-07-12 00:00",0.154,"2013-10-10 00:00",0.147,"2013-07-06 00:00",0.146,"2013-04-22 00:00","","","","",0.154,0.147,0.117,0.0778,0.0415,0.021,0.0037,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88112",5,45.13768,-93.207615,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.005902,0.013983,0.094,"2013-09-28 00:00",0.064,"2013-09-19 00:00",0.049,"2013-10-10 00:00",0.046,"2013-09-13 00:00","","","","",0.064,0.049,0.035,0.01,0.004,0.002,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88113",5,45.13768,-93.207615,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",99,0.000707,0.000225,0.0021,"2013-07-09 00:00",0.0017,"2013-01-19 00:00",0.0016,"2013-09-07 00:00",0.001,"2013-02-18 00:00","","","","",0.0017,0.0016,0.001,0.001,0.0007,0.0007,0.00055,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88114",5,45.13768,-93.207615,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",51,0.005251,0.008092,0.0337,"2013-09-13 00:00",0.0308,"2013-10-01 00:00",0.029,"2013-08-08 00:00",0.0283,"2013-10-13 00:00","","","","",0.0308,0.029,0.0264,0.0191,0.0038,0.0013,0.0008,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88115",5,45.13768,-93.207615,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",72,0.01385,0.037828,0.309,"2013-02-15 00:00",0.15,"2013-03-08 00:00",0.118,"2013-02-06 00:00",0.117,"2013-01-04 00:00","","","","",0.15,0.118,0.0434,0.022,0.0072,0.00405,0.00245,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88117",5,45.13768,-93.207615,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.006987,0.010633,0.0435,"2013-05-16 00:00",0.0435,"2013-06-21 00:00",0.0435,"2013-09-28 00:00",0.043,"2013-02-18 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88118",5,45.13768,-93.207615,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.009513,0.006517,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88126",5,45.13768,-93.207615,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",1,0.04664,0.032726,0.182,"2013-07-09 00:00",0.139,"2013-03-14 00:00",0.132,"2013-05-07 00:00",0.131,"2013-09-10 00:00","","","","",0.139,0.132,0.0992,0.09,0.0615,0.0381,0.0155,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88128",5,45.13768,-93.207615,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.009088,0.018356,0.1,"2013-01-22 00:00",0.094,"2013-04-01 00:00",0.092,"2013-02-15 00:00",0.062,"2013-03-20 00:00","","","","",0.094,0.092,0.037,0.024,0.008,0.002,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88131",5,45.13768,-93.207615,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",96,0.01024,0.00407,0.026,"2013-05-10 00:00",0.023,"2013-05-25 00:00",0.02,"2013-07-09 00:00",0.019,"2013-03-20 00:00","","","","",0.023,0.02,0.0165,0.0165,0.011,0.008,0.007,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88132",5,45.13768,-93.207615,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.001039,0.001177,0.005,"2013-05-16 00:00",0.004,"2013-03-14 00:00",0.004,"2013-05-13 00:00",0.004,"2013-07-09 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88136",5,45.13768,-93.207615,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.000618,0.001695,0.011,"2013-07-09 00:00",0.009,"2013-03-14 00:00",0.006,"2013-01-16 00:00",0.006,"2013-09-10 00:00","","","","",0.009,0.006,0.003,0.001,0.001,0,0,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88140",5,45.13768,-93.207615,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",92,0.009588,0.00986,0.0619,"2013-02-15 00:00",0.0583,"2013-09-07 00:00",0.047,"2013-08-02 00:00",0.038,"2013-01-31 00:00","","","","",0.0583,0.047,0.034,0.009,0.009,0.006,0.0055,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88152",5,45.13768,-93.207615,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.005562,0.001479,0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-03-17 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88154",5,45.13768,-93.207615,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",100,0.001091,0.000275,0.0021,"2013-07-15 00:00",0.0017,"2013-07-24 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88160",5,45.13768,-93.207615,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",98,0.013176,0.005292,0.042,"2013-02-09 00:00",0.033,"2013-03-20 00:00",0.03,"2013-01-19 00:00",0.023,"2013-09-04 00:00","","","","",0.033,0.03,0.018,0.018,0.016,0.01,0.01,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88161",5,45.13768,-93.207615,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",96,0.002556,0.000876,0.0074,"2013-06-24 00:00",0.0063,"2013-10-10 00:00",0.0056,"2013-05-16 00:00",0.0054,"2013-08-29 00:00","","","","",0.0063,0.0056,0.0051,0.00265,0.00265,0.0025,0.0021,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88164",5,45.13768,-93.207615,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.001579,0.00024,0.00195,"2013-08-29 00:00",0.0019,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88165",5,45.13768,-93.207615,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",12,0.058873,0.055905,0.243,"2013-07-18 00:00",0.218,"2013-08-02 00:00",0.21,"2013-08-29 00:00",0.203,"2013-08-26 00:00","","","","",0.218,0.21,0.2,0.149,0.0788,0.0386,0.009,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88166",5,45.13768,-93.207615,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.007568,0.004409,0.019,"2013-06-12 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-02-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88167",5,45.13768,-93.207615,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",22,0.00688,0.005662,0.0377,"2013-01-28 00:00",0.0244,"2013-05-13 00:00",0.0218,"2013-02-06 00:00",0.0183,"2013-01-01 00:00","","","","",0.0244,0.0218,0.0169,0.0127,0.0091,0.0058,0.0013,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88168",5,45.13768,-93.207615,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",96,0.0014,0.001219,0.0102,"2013-03-17 00:00",0.0075,"2013-08-29 00:00",0.0058,"2013-01-13 00:00",0.0025,"2013-04-04 00:00","","","","",0.0075,0.0058,0.002,0.00175,0.00155,0.00115,0.00085,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88169",5,45.13768,-93.207615,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.467931,0.357177,1.92,"2013-07-15 00:00",1.66,"2013-08-20 00:00",1.49,"2013-08-26 00:00",1.45,"2013-02-09 00:00","","","","",1.66,1.49,1.14,0.958,0.576,0.351,0.147,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88176",5,45.13768,-93.207615,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.00095,0.000221,0.0015,"2013-02-27 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88180",5,45.13768,-93.207615,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",2,0.051064,0.03595,0.216,"2013-06-30 00:00",0.196,"2013-07-06 00:00",0.192,"2013-01-01 00:00",0.138,"2013-08-17 00:00","","","","",0.196,0.192,0.108,0.0788,0.0601,0.045,0.0174,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88184",5,45.13768,-93.207615,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",81,0.034025,0.041792,0.366,"2013-02-15 00:00",0.154,"2013-01-22 00:00",0.142,"2013-01-31 00:00",0.12,"2013-01-13 00:00","","","","",0.154,0.142,0.09,0.066,0.027,0.02,0.0155,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88185",5,45.13768,-93.207615,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",96,0.003416,0.003535,0.0121,"2013-07-12 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88301",5,45.13768,-93.207615,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",8,0.591508,0.732317,3.97,"2013-03-08 00:00",3.15,"2013-03-29 00:00",3.08,"2013-03-14 00:00",2.87,"2013-02-06 00:00","","","","",3.15,3.08,1.91,1.4,0.8,0.345,0.034,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88302",5,45.13768,-93.207615,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",7,0.05965,0.086569,0.68,"2013-04-19 00:00",0.485,"2013-06-24 00:00",0.319,"2013-02-15 00:00",0.225,"2013-01-13 00:00","","","","",0.485,0.319,0.145,0.1,0.059,0.0392,0.016,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88303",5,45.13768,-93.207615,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",28,0.039712,0.03507,0.208,"2013-01-01 00:00",0.194,"2013-04-19 00:00",0.145,"2013-06-24 00:00",0.124,"2013-06-30 00:00","","","","",0.194,0.145,0.101,0.072,0.05,0.033,0.0115,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88306",5,45.13768,-93.207615,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,1.407073,2.050723,10.1,"2013-03-08 00:00",9.22,"2013-03-29 00:00",9.09,"2013-03-14 00:00",8.63,"2013-02-24 00:00","","","","",9.22,9.09,5.8,3.41,1.56,0.532,0.191,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88355",5,45.13768,-93.207615,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,1.94775,1.187862,7.36,"2013-06-30 00:00",5.35,"2013-07-12 00:00",5.09,"2013-05-07 00:00",4.94,"2013-07-06 00:00","","","","",7.36,5.35,3.9,3.45,2.43,1.62,0.735,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88357",5,45.13768,-93.207615,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.245102,0.174445,1.05,"2013-05-07 00:00",0.767,"2013-08-08 00:00",0.641,"2013-08-17 00:00",0.533,"2013-05-13 00:00","","","","",1.05,0.767,0.521,0.457,0.352,0.229,0.06,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88370",5,45.13768,-93.207615,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,1.775739,1.088545,6.94,"2013-06-30 00:00",5.14,"2013-07-12 00:00",4.69,"2013-07-06 00:00",4.33,"2013-05-07 00:00","","","","",6.94,5.14,3.56,3,2.17,1.49,0.693,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88374",5,45.13768,-93.207615,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",1,0.13842,0.10098,0.477,"2013-01-01 00:00",0.476,"2013-08-17 00:00",0.46,"2013-05-07 00:00",0.398,"2013-02-06 00:00","","","","",0.477,0.476,0.331,0.261,0.186,0.108,0.044,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88375",5,45.13768,-93.207615,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.454852,0.294927,2.03,"2013-06-30 00:00",1.19,"2013-07-06 00:00",1.18,"2013-05-07 00:00",1.13,"2013-07-12 00:00","","","","",2.03,1.19,0.878,0.778,0.603,0.386,0.173,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88376",5,45.13768,-93.207615,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.548364,0.384268,2.57,"2013-06-30 00:00",1.66,"2013-07-12 00:00",1.43,"2013-07-06 00:00",1.33,"2013-05-07 00:00","","","","",2.57,1.66,1.25,1.07,0.704,0.46,0.199,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88377",5,45.13768,-93.207615,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.341318,0.222464,1.11,"2013-06-30 00:00",1.05,"2013-05-07 00:00",0.987,"2013-07-12 00:00",0.974,"2013-07-06 00:00","","","","",1.11,1.05,0.883,0.61,0.424,0.287,0.122,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88378",5,45.13768,-93.207615,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.292977,0.188274,1.15,"2013-07-12 00:00",0.909,"2013-06-30 00:00",0.891,"2013-07-06 00:00",0.757,"2013-06-09 00:00","","","","",1.15,0.909,0.632,0.52,0.342,0.277,0.122,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88380",5,45.13768,-93.207615,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.41733,0.291104,1.81,"2013-05-07 00:00",1.23,"2013-08-17 00:00",1.06,"2013-08-08 00:00",0.871,"2013-06-30 00:00","","","","",1.81,1.23,0.858,0.767,0.59,0.369,0.11,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88383",5,45.13768,-93.207615,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.651428,0.384224,2.03,"2013-05-07 00:00",1.66,"2013-06-30 00:00",1.66,"2013-07-12 00:00",1.41,"2013-02-06 00:00","","","","",2.03,1.66,1.39,1.15,0.918,0.584,0.215,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88384",5,45.13768,-93.207615,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.058364,0.03071,0.163,"2013-06-27 00:00",0.153,"2013-08-05 00:00",0.142,"2013-10-10 00:00",0.126,"2013-05-16 00:00","","","","",0.163,0.153,0.112,0.1,0.0743,0.0528,0.0269,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88385",5,45.13768,-93.207615,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",82,0.001274,0.001142,0.00822,"2013-10-10 00:00",0.00675,"2013-05-16 00:00",0.00502,"2013-05-07 00:00",0.00451,"2013-06-30 00:00","","","","",0.00822,0.00675,0.00282,0.001,0.001,0.001,0.001,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88388",5,45.13768,-93.207615,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,18,"","","Certification not required",0,0.464989,0.273819,1.36,"2013-07-12 00:00",1.33,"2013-06-30 00:00",1.13,"2013-07-06 00:00",1.06,"2013-05-07 00:00","","","","",1.36,1.33,1.04,0.816,0.615,0.423,0.183,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88403",5,45.13768,-93.207615,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,1.183223,0.910979,4.76,"2013-07-15 00:00",4.16,"2013-08-20 00:00",3.98,"2013-02-09 00:00",3.73,"2013-03-08 00:00","","","","",4.16,3.98,2.87,2.33,1.55,0.898,0.33,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","1002","88502",5,45.13768,-93.207615,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,8.316667,4.993344,26.4,"2013-03-08 00:00",21.6,"2013-02-06 00:00",21.1,"2013-03-29 00:00",18.9,"2013-03-14 00:00","","","","",21.6,21.1,17.7,16.6,10,7.2,3.3,"Anoka Airport","9399 Lima St","Minnesota","Anoka","Blaine","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","003","6020","11101",1,45.198083,-93.370916,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,25.033333,17.265639,86,"2013-05-16 00:00",53,"2013-03-29 00:00",53,"2013-04-28 00:00",51,"2013-05-10 00:00","","","","",86,86,53,53,31,21,10,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-07" +"27","003","6020","12101",1,45.198083,-93.370916,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.057833,0.079184,0.27,"2013-04-28 00:00",0.26,"2013-05-10 00:00",0.21,"2013-06-27 00:00",0.15,"2013-06-03 00:00","","","","",0.27,0.27,0.26,0.21,0.11,0.01,0.005,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-22" +"27","003","6020","12102",1,45.198083,-93.370916,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12103",1,45.198083,-93.370916,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12105",1,45.198083,-93.370916,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12107",1,45.198083,-93.370916,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.00405,0.003962,0.01,"2013-01-04 00:00",0.01,"2013-03-29 00:00",0.01,"2013-04-04 00:00",0.01,"2013-05-10 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.0015,0.0015,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-22" +"27","003","6020","12110",1,45.198083,-93.370916,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12112",1,45.198083,-93.370916,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12113",1,45.198083,-93.370916,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12114",1,45.198083,-93.370916,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.080383,0.068243,0.31,"2013-03-29 00:00",0.24,"2013-03-23 00:00",0.18,"2013-02-27 00:00",0.16,"2013-03-11 00:00","","","","",0.31,0.31,0.24,0.18,0.1,0.05,0.03,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-22" +"27","003","6020","12126",1,45.198083,-93.370916,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.31805,0.206742,0.94,"2013-03-29 00:00",0.69,"2013-05-10 00:00",0.67,"2013-04-28 00:00",0.61,"2013-06-27 00:00","","","","",0.94,0.94,0.69,0.67,0.36,0.29,0.1,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-22" +"27","003","6020","12132",1,45.198083,-93.370916,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.010333,0.008899,0.03,"2013-04-28 00:00",0.03,"2013-05-10 00:00",0.03,"2013-06-27 00:00",0.02,"2013-03-29 00:00","","","","",0.03,0.03,0.03,0.03,0.01,0.01,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12136",1,45.198083,-93.370916,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12154",1,45.198083,-93.370916,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","003","6020","12167",1,45.198083,-93.370916,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",26,0.00943,0.007386,0.03,"2013-05-04 00:00",0.03,"2013-05-10 00:00",0.03,"2013-05-22 00:00",0.02,"2013-03-29 00:00","","","","",0.03,0.03,0.03,0.03,0.00665,0.00665,0.00665,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-22" +"27","003","6020","14129",1,45.198083,-93.370916,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,0,0,0,"Certification not required",0,0.009,0.008449,0.03,"2013-03-11 00:00",0.03,"2013-04-22 00:00",0.02,"2013-02-27 00:00",0.02,"2013-03-05 00:00","","","","",0.03,0.03,0.03,0.02,0.01,0.01,0,"Federal Cartridge","900 Ehlen Dr","Minnesota","Anoka","Anoka","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","005","2013","44201",1,46.851811,-95.846272,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5078,100,214,214,0,58,0,0,"Certification not required",97,0.044383,0.011101,0.072,"2013-05-30 15:00",0.067,"2013-05-07 16:00",0.067,"2013-06-21 01:00",0.066,"2013-07-04 18:00","","","","",0.067,0.066,0.061,0.058,0.053,0.046,0.029,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2014-01-29" +"27","005","2013","44201",1,46.851811,-95.846272,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.040921,0.010808,0.063,"2013-05-30 10:00",0.063,"2013-06-20 21:00",0.063,"2013-07-04 11:00",0.063,"2013-07-05 11:00","","","","",0.063,0.061,0.057,0.054,0.049,0.041,0.026,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2014-01-29" +"27","005","2013","44201",1,46.851811,-95.846272,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.040921,0.010808,0.063,"2013-05-30 10:00",0.063,"2013-06-20 21:00",0.063,"2013-07-04 11:00",0.063,"2013-07-05 11:00","","","","",0.063,0.061,0.057,0.054,0.049,0.041,0.026,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2014-01-29" +"27","005","2013","88101",3,46.851811,-95.846272,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7054,81,304,365,0,1591,"","","Certification not required",0,6.15679,5.064123,39,"2013-03-08 22:00",37,"2013-03-08 23:00",37,"2013-06-30 07:00",36,"2013-03-09 01:00","","","","",23,20,16,13,9,5,0,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2014-02-05" +"27","005","2013","88101",3,46.851811,-95.846272,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",292,80,292,365,0,0,0,0,"Certification not required",0,6.12226,4.065049,24.5,"2013-03-08 00:00",23.8,"2013-03-09 00:00",19.7,"2013-07-10 00:00",19,"2013-01-27 00:00","","","","",19.7,17.2,14,10.8,8.1,5.4,1.7,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2014-02-05" +"27","005","2013","88101",3,46.851811,-95.846272,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",292,80,292,365,0,0,"","","Certification not required",0,6.12226,4.065049,24.5,"2013-03-08 00:00",23.8,"2013-03-09 00:00",19.7,"2013-07-10 00:00",19,"2013-01-27 00:00","","","","",19.7,17.2,14,10.8,8.1,5.4,1.7,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2014-02-05" +"27","005","2013","88502",3,46.851811,-95.846272,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",34,0,1,365,0,0,"","","Certification not required",0,12.441176,4.300748,21,"2013-01-01 14:00",20,"2013-01-01 13:00",20,"2013-01-01 15:00",19,"2013-01-01 05:00","","","","",21,21,20,19,16,12,7,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2013-06-30" +"27","005","2013","88502",3,46.851811,-95.846272,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",1,0,1,365,0,0,"","","Certification not required",0,13.8,0,13.8,"2013-01-01 00:00","","","","","","","","","","",13.8,13.8,13.8,13.8,13.8,13.8,13.8,"Detroit Lakes","26624 NORTH TOWER ROAD","Minnesota","Becker","Detroit Lakes","","2013-06-30" +"27","017","7416","44201",1,46.70527,-92.52377,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4847,95,204,214,0,289,0,0,"Certification not required",462,0.039289,0.011906,0.073,"2013-07-05 15:00",0.069,"2013-07-04 17:00",0.067,"2013-08-20 19:00",0.062,"2013-07-12 17:00","","","","",0.067,0.061,0.058,0.054,0.048,0.04,0.025,"Cloquet","175 UNIVERSITY RD","Minnesota","Carlton","Cloquet","Duluth, MN-WI","2014-01-29" +"27","017","7416","44201",1,46.70527,-92.52377,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4854,94,201,214,0,0,0,0,"Certification not required",0,0.035473,0.011285,0.068,"2013-07-05 11:00",0.062,"2013-07-04 11:00",0.061,"2013-08-20 13:00",0.059,"2013-07-12 11:00","","","","",0.061,0.056,0.053,0.05,0.043,0.036,0.022,"Cloquet","175 UNIVERSITY RD","Minnesota","Carlton","Cloquet","Duluth, MN-WI","2014-01-29" +"27","017","7416","44201",1,46.70527,-92.52377,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4854,94,201,214,0,0,0,0,"Certification not required",0,0.035473,0.011285,0.068,"2013-07-05 11:00",0.062,"2013-07-04 11:00",0.061,"2013-08-20 13:00",0.059,"2013-07-12 11:00","","","","",0.061,0.056,0.053,0.05,0.043,0.036,0.022,"Cloquet","175 UNIVERSITY RD","Minnesota","Carlton","Cloquet","Duluth, MN-WI","2014-01-29" +"27","031","7810","88502",3,47.972085,-89.69098,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6518,74,270,365,0,80,"","","Certification not required",0,5.99954,6.062902,200,"2013-10-21 13:00",200,"2013-10-21 15:00",55,"2013-10-11 08:00",47,"2013-08-20 11:00","","","","",22,19,16,12,8,5,0,"Grand Portage","27 Store Rd.","Minnesota","Cook","","","2014-02-05" +"27","031","7810","88502",3,47.972085,-89.69098,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,5.926296,3.420452,21.3,"2013-07-11 00:00",19.7,"2013-07-12 00:00",18.3,"2013-10-21 00:00",17.9,"2013-11-30 00:00","","","","",18.3,16,13.1,10.3,7.2,5.3,2.7,"Grand Portage","27 Store Rd.","Minnesota","Cook","","","2014-02-05" +"27","035","3204","44201",1,46.39674,-94.1303,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5091,100,213,214,0,45,0,0,"Certification not required",155,0.042502,0.010734,0.068,"2013-09-06 15:00",0.065,"2013-07-11 16:00",0.065,"2013-09-26 15:00",0.064,"2013-09-25 15:00","","","","",0.065,0.063,0.06,0.056,0.051,0.043,0.029,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2014-01-29" +"27","035","3204","44201",1,46.39674,-94.1303,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5120,100,213,214,0,0,0,0,"Certification not required",0,0.038817,0.010314,0.062,"2013-09-06 10:00",0.061,"2013-07-11 11:00",0.06,"2013-07-05 11:00",0.06,"2013-07-12 11:00","","","","",0.06,0.059,0.055,0.052,0.047,0.039,0.025,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2014-01-29" +"27","035","3204","44201",1,46.39674,-94.1303,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5120,100,213,214,0,0,0,0,"Certification not required",0,0.038817,0.010314,0.062,"2013-09-06 10:00",0.061,"2013-07-11 11:00",0.06,"2013-07-05 11:00",0.06,"2013-07-12 11:00","","","","",0.06,0.059,0.055,0.052,0.047,0.039,0.025,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2014-01-29" +"27","035","3204","88101",3,46.39674,-94.1303,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8560,98,361,365,0,196,"","","Certification not required",0,4.036799,5.394837,65,"2013-11-29 01:00",59,"2013-01-05 09:00",57,"2013-05-14 21:00",49,"2013-01-05 01:00","","","","",25,21,15,11,6,2,0,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2014-02-05" +"27","035","3204","88101",3,46.39674,-94.1303,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,3.99916,4.195426,25.6,"2013-07-10 00:00",23.6,"2013-07-11 00:00",22.5,"2013-03-08 00:00",21.8,"2013-01-05 00:00","","","","",21.8,15,12,9.7,5.9,2.5,0.3,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2014-02-05" +"27","035","3204","88101",3,46.39674,-94.1303,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,3.99916,4.195426,25.6,"2013-07-10 00:00",23.6,"2013-07-11 00:00",22.5,"2013-03-08 00:00",21.8,"2013-01-05 00:00","","","","",21.8,15,12,9.7,5.9,2.5,0.3,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2014-02-05" +"27","035","3204","88502",3,46.39674,-94.1303,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",34,0,1,365,0,0,"","","Certification not required",0,9.764706,3.900729,17,"2013-01-02 07:00",16,"2013-01-01 03:00",16,"2013-01-01 14:00",16,"2013-01-01 15:00","","","","",17,17,16,16,13,10,5,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2013-06-30" +"27","035","3204","88502",3,46.39674,-94.1303,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",1,0,1,365,0,0,"","","Certification not required",0,10.3,0,10.3,"2013-01-01 00:00","","","","","","","","","","",10.3,10.3,10.3,10.3,10.3,10.3,10.3,"Brainerd Airport","16384 AIRPORT RD","Minnesota","Crow Wing","Brainerd","Brainerd, MN","2013-06-30" +"27","037","0020","11101",1,44.76323,-93.03255,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",48,89,48,54,0,4,"","","Certification not required",0,45.729167,23.300753,108,"2013-08-20 00:00",99,"2013-05-16 00:00",87,"2013-06-27 00:00",83,"2013-10-01 00:00","","","","",108,108,87,81,64,43,17,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12101",1,44.76323,-93.03255,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",4,0.259375,0.264727,1.68,"2013-10-19 00:00",0.6,"2013-08-20 00:00",0.57,"2013-05-16 00:00",0.57,"2013-09-25 00:00","","","","",1.68,1.68,0.57,0.46,0.39,0.21,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12102",1,44.76323,-93.03255,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000208,0.001443,0.01,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.01,0.01,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12103",1,44.76323,-93.03255,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12105",1,44.76323,-93.03255,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12107",1,44.76323,-93.03255,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.01249,0.016073,0.11,"2013-10-19 00:00",0.03,"2013-09-25 00:00",0.02,"2013-05-16 00:00",0.02,"2013-07-03 00:00","","","","",0.11,0.11,0.02,0.02,0.02,0.01,0.0015,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12110",1,44.76323,-93.03255,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,89,48,54,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12112",1,44.76323,-93.03255,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000625,0.00433,0.03,"2013-10-19 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0.03,0.03,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12113",1,44.76323,-93.03255,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12114",1,44.76323,-93.03255,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.169167,0.468832,3.24,"2013-01-28 00:00",0.69,"2013-02-21 00:00",0.41,"2013-01-04 00:00",0.39,"2013-02-09 00:00","","","","",3.24,3.24,0.41,0.3,0.09,0.06,0.03,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12126",1,44.76323,-93.03255,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,89,48,54,0,4,"","","Certification not required",0,0.54,0.361557,1.53,"2013-10-19 00:00",1.3,"2013-05-16 00:00",1.27,"2013-08-20 00:00",1.13,"2013-10-01 00:00","","","","",1.53,1.53,1.27,1.07,0.84,0.46,0.16,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12132",1,44.76323,-93.03255,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.023125,0.016,0.06,"2013-05-16 00:00",0.06,"2013-08-20 00:00",0.05,"2013-07-03 00:00",0.05,"2013-10-25 00:00","","","","",0.06,0.06,0.05,0.05,0.04,0.02,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12136",1,44.76323,-93.03255,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,89,48,54,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12154",1,44.76323,-93.03255,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000833,0.002793,0.01,"2013-08-02 00:00",0.01,"2013-09-01 00:00",0.01,"2013-11-06 00:00",0.01,"2013-11-18 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","12167",1,44.76323,-93.03255,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,4,"","","Certification not required",11,0.030274,0.028693,0.17,"2013-04-22 00:00",0.09,"2013-08-02 00:00",0.09,"2013-10-19 00:00",0.08,"2013-09-25 00:00","","","","",0.17,0.17,0.09,0.06,0.03,0.02,0.00665,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","14129",1,44.76323,-93.03255,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",48,89,48,54,0,4,0,0,"Certification not required",0,0.00375,0.005696,0.02,"2013-03-29 00:00",0.02,"2013-09-25 00:00",0.01,"2013-02-09 00:00",0.01,"2013-03-17 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","42101",1,44.76323,-93.03255,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8642,99,362,365,0,118,0,0,"Certification not required",8576,0.252002,0.023099,0.7,"2013-05-05 19:00",0.7,"2013-09-02 03:00",0.6,"2013-08-02 01:00",0.6,"2013-09-01 23:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42101",1,44.76323,-93.03255,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8664,99,359,365,0,0,0,0,"Certification not required",0,0.300935,0.012993,0.6,"2013-09-02 03:00",0.6,"2013-09-02 04:00",0.6,"2013-09-02 05:00",0.5,"2013-08-15 03:00",0.6,"2013-09-02 03:00",0.5,"2013-08-15 03:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42153",1,44.76323,-93.03255,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.305882,0.686851,3,"2013-02-09 00:00",2.2,"2013-03-29 00:00",2.1,"2013-03-17 00:00",1.7,"2013-01-28 00:00","","","","",3,2.2,2.1,1.4,0.1,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","42401",1,44.76323,-93.03255,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8656,99,364,365,0,104,0,"","Certification not required",0,1.909341,2.339038,16,"2013-07-31 22:00",12,"2013-03-22 20:00",12,"2013-06-16 17:00",10,"2013-01-04 11:00","","","","",10,9,7,5,3,1,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42401",1,44.76323,-93.03255,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8656,99,364,365,0,104,"","","Certification not required",0,0.679182,1.088679,16,"2013-07-31 22:00",13,"2013-07-31 21:00",12,"2013-03-22 20:00",12,"2013-06-16 17:00","","","","",5,4,3,2,1,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42401",1,44.76323,-93.03255,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.682143,0.771021,4.3,"2013-06-27 00:00",4.1,"2013-07-31 00:00",4,"2013-06-16 00:00",3.7,"2013-08-01 00:00","","","","",3.7,2.7,2.3,1.6,1,0.5,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42401",1,44.76323,-93.03255,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2859,98,362,365,0,0,"",0,"Certification not required",0,0.666667,1.006517,13.3,"2013-07-31 23:00",10,"2013-06-16 17:00",7.6,"2013-06-16 14:00",7.3,"2013-06-27 14:00","","","","",5,3.6,2.6,1.6,1,0.3,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42601",1,44.76323,-93.03255,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8568,98,358,365,0,192,"","","Certification not required",0,3.370098,4.801358,76,"2013-11-05 07:00",71,"2013-07-03 05:00",66,"2013-11-05 08:00",65,"2013-03-22 07:00","","","","",23,18,12,8,4,2,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42602",1,44.76323,-93.03255,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8570,98,358,365,0,190,0,"","Certification not required",0,17.296089,7.441389,47,"2013-03-06 22:00",47,"2013-03-21 05:00",45,"2013-03-22 06:00",44,"2013-03-07 02:00","","","","",44,38,29,26,22,17,9,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42602",1,44.76323,-93.03255,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8570,98,358,365,0,190,"","","Certification not required",0,8.643641,5.689312,47,"2013-03-06 22:00",47,"2013-03-21 05:00",45,"2013-03-06 23:00",45,"2013-03-22 06:00","","","","",27,24,19,16,12,7,3,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","42603",1,44.76323,-93.03255,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8570,98,358,365,0,190,"","","Certification not required",0,12.638623,9.305852,109,"2013-03-22 07:00",93,"2013-07-03 05:00",93,"2013-11-05 07:00",90,"2013-03-22 06:00","","","","",46,37,30,24,17,10,4,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","43205",1,44.76323,-93.03255,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,3.343137,2.105826,9.9,"2013-10-25 00:00",7.4,"2013-08-02 00:00",7.3,"2013-12-12 00:00",7.1,"2013-08-08 00:00","","","","",9.9,7.4,7.3,6.2,4.5,2.7,1.1,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43207",1,44.76323,-93.03255,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.183137,0.02846,0.27,"2013-08-08 00:00",0.24,"2013-05-28 00:00",0.22,"2013-01-28 00:00",0.22,"2013-06-03 00:00","","","","",0.27,0.24,0.22,0.21,0.2,0.18,0.16,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43208",1,44.76323,-93.03255,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43218",1,44.76323,-93.03255,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.087843,0.151767,1.05,"2013-08-02 00:00",0.4,"2013-11-18 00:00",0.18,"2013-09-19 00:00",0.16,"2013-03-05 00:00","","","","",1.05,0.4,0.18,0.14,0.09,0.06,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43231",1,44.76323,-93.03255,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,1.212,0.701206,3.1,"2013-01-16 00:00",2.8,"2013-01-04 00:00",2.6,"2013-01-28 00:00",2.5,"2013-08-08 00:00","","","","",3.1,3.1,2.6,2.2,1.6,1.2,0.4,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43232",1,44.76323,-93.03255,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",4,0.517647,0.329973,1.6,"2013-08-08 00:00",1.2,"2013-08-02 00:00",1.1,"2013-07-03 00:00",1.1,"2013-07-27 00:00","","","","",1.6,1.2,1.1,0.9,0.7,0.4,0.2,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43248",1,44.76323,-93.03255,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",18,0.227451,0.159785,0.7,"2013-08-08 00:00",0.5,"2013-01-16 00:00",0.5,"2013-07-03 00:00",0.4,"2013-01-04 00:00","","","","",0.7,0.5,0.5,0.4,0.3,0.3,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43302",1,44.76323,-93.03255,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",17,8.789216,13.380476,74.8,"2013-03-29 00:00",43.8,"2013-04-04 00:00",27.4,"2013-01-28 00:00",26.4,"2013-03-17 00:00","","","","",74.8,43.8,27.4,22.7,12.2,5,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43312",1,44.76323,-93.03255,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,8,"","","Certification not required",29,0.332222,0.828687,5.4,"2013-08-20 00:00",1.2,"2013-10-07 00:00",1.2,"2013-10-25 00:00",0.8,"2013-06-15 00:00","","","","",5.4,5.4,1.2,0.7,0.3,0.05,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43372",1,44.76323,-93.03255,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43447",1,44.76323,-93.03255,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",0,0.74375,0.53192,2.6,"2013-07-03 00:00",2,"2013-08-02 00:00",1.6,"2013-08-08 00:00",1.5,"2013-06-21 00:00","","","","",2.6,2.6,1.6,1.5,0.9,0.7,0.1,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43502",1,44.76323,-93.03255,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,1.609434,0.807004,4,"2013-09-07 00:00",3.4,"2013-07-03 00:00",3.3,"2013-08-02 00:00",3.3,"2013-08-26 00:00","","","","",4,3.4,3.3,2.7,2,1.3,0.8,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43503",1,44.76323,-93.03255,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,1.162264,0.432002,2.8,"2013-08-02 00:00",2.2,"2013-03-29 00:00",1.8,"2013-07-03 00:00",1.8,"2013-09-07 00:00","","","","",2.8,2.2,1.8,1.7,1.4,1.1,0.7,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43504",1,44.76323,-93.03255,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,0.273585,0.140262,1.1,"2013-08-02 00:00",0.4,"2013-04-28 00:00",0.4,"2013-05-16 00:00",0.4,"2013-06-27 00:00","","","","",1.1,0.4,0.4,0.4,0.3,0.3,0.2,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43510",1,44.76323,-93.03255,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",6,0.14717,0.1032,0.58,"2013-01-28 00:00",0.352,"2013-01-04 00:00",0.352,"2013-03-29 00:00",0.344,"2013-07-27 00:00","","","","",0.58,0.352,0.352,0.304,0.176,0.124,0.03,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43516",1,44.76323,-93.03255,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43551",1,44.76323,-93.03255,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,3.275472,1.049158,6.6,"2013-05-16 00:00",5.5,"2013-10-01 00:00",5.4,"2013-06-03 00:00",4.9,"2013-03-29 00:00","","","","",6.6,5.5,5.4,4.7,4,2.8,2.2,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43552",1,44.76323,-93.03255,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,9,"","","Certification not required",7,0.717045,0.822287,3.9,"2013-08-26 00:00",2.6,"2013-06-15 00:00",2.1,"2013-07-03 00:00",1.9,"2013-05-28 00:00","","","","",3.9,3.9,2.1,1.8,1.2,0.4,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43559",1,44.76323,-93.03255,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",49,0.063725,0.068614,0.4,"2013-07-09 00:00",0.4,"2013-08-26 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.4,0.4,0.05,0.05,0.05,0.05,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43801",1,44.76323,-93.03255,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",0,0.473878,0.140858,0.73,"2013-08-08 00:00",0.63,"2013-05-28 00:00",0.61,"2013-10-13 00:00",0.58,"2013-02-09 00:00","","","","",0.73,0.73,0.61,0.57,0.53,0.5,0.31,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43802",1,44.76323,-93.03255,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.071373,0.020882,0.11,"2013-05-28 00:00",0.1,"2013-06-03 00:00",0.1,"2013-08-08 00:00",0.09,"2013-01-28 00:00","","","","",0.11,0.1,0.1,0.09,0.08,0.07,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43803",1,44.76323,-93.03255,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.015294,0.00578,0.03,"2013-07-03 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43804",1,44.76323,-93.03255,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.098039,0.014003,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43806",1,44.76323,-93.03255,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43811",1,44.76323,-93.03255,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",5,0.212745,0.08628,0.4,"2013-08-08 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-21 00:00",0.3,"2013-04-28 00:00","","","","",0.4,0.3,0.3,0.3,0.3,0.2,0.1,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43812",1,44.76323,-93.03255,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43813",1,44.76323,-93.03255,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43814",1,44.76323,-93.03255,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.007451,0.004401,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43815",1,44.76323,-93.03255,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.025882,0.010987,0.04,"2013-01-16 00:00",0.04,"2013-02-09 00:00",0.04,"2013-04-04 00:00",0.04,"2013-04-22 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.03,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43817",1,44.76323,-93.03255,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.008039,0.014286,0.09,"2013-09-25 00:00",0.04,"2013-08-08 00:00",0.02,"2013-06-27 00:00",0.02,"2013-07-03 00:00","","","","",0.09,0.04,0.02,0.02,0.01,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43818",1,44.76323,-93.03255,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43819",1,44.76323,-93.03255,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.007647,0.004728,0.02,"2013-09-01 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0.01,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43820",1,44.76323,-93.03255,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43823",1,44.76323,-93.03255,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.522745,0.072721,0.72,"2013-08-08 00:00",0.66,"2013-05-28 00:00",0.65,"2013-10-13 00:00",0.6,"2013-10-31 00:00","","","","",0.72,0.66,0.65,0.6,0.56,0.52,0.46,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43824",1,44.76323,-93.03255,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.001961,0.004481,0.02,"2013-08-20 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43826",1,44.76323,-93.03255,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43828",1,44.76323,-93.03255,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43829",1,44.76323,-93.03255,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.001373,0.009802,0.07,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.07,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43830",1,44.76323,-93.03255,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43831",1,44.76323,-93.03255,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43832",1,44.76323,-93.03255,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43838",1,44.76323,-93.03255,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",50,0.006,0.007141,0.056,"2013-01-28 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-09 00:00","","","","",0.056,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43839",1,44.76323,-93.03255,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43843",1,44.76323,-93.03255,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43844",1,44.76323,-93.03255,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43860",1,44.76323,-93.03255,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.000392,0.00196,0.01,"2013-12-12 00:00",0.01,"2013-12-30 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","43911",1,44.76323,-93.03255,"WGS84","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",8634,99,363,365,0,126,"","","Certification not required",8633,0.010002,0.000194,0.028,"2013-06-21 08:00",0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00",0.01,"2013-01-01 02:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0020","45109",1,44.76323,-93.03255,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.567647,0.444853,2.04,"2013-10-13 00:00",1.94,"2013-08-02 00:00",1.76,"2013-08-08 00:00",1.32,"2013-07-03 00:00","","","","",2.04,1.94,1.76,1.06,0.73,0.45,0.18,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45201",1,44.76323,-93.03255,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.952549,0.809997,6.19,"2013-08-02 00:00",1.73,"2013-01-28 00:00",1.56,"2013-01-16 00:00",1.36,"2013-08-08 00:00","","","","",6.19,1.73,1.56,1.22,1.08,0.81,0.47,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45202",1,44.76323,-93.03255,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,1.342549,0.862445,5.47,"2013-08-02 00:00",3.49,"2013-08-08 00:00",2.99,"2013-07-03 00:00",2.41,"2013-01-16 00:00","","","","",5.47,3.49,2.99,2.21,1.48,1.13,0.62,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45203",1,44.76323,-93.03255,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.205686,0.195246,1.3,"2013-08-02 00:00",0.61,"2013-08-08 00:00",0.5,"2013-10-13 00:00",0.42,"2013-07-03 00:00","","","","",1.3,0.61,0.5,0.35,0.25,0.16,0.07,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45204",1,44.76323,-93.03255,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.254902,0.184417,0.85,"2013-08-02 00:00",0.81,"2013-10-13 00:00",0.75,"2013-08-08 00:00",0.58,"2013-09-01 00:00","","","","",0.85,0.81,0.75,0.47,0.32,0.21,0.1,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45207",1,44.76323,-93.03255,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",15,0.05451,0.048304,0.23,"2013-08-02 00:00",0.18,"2013-09-01 00:00",0.17,"2013-08-08 00:00",0.14,"2013-08-14 00:00","","","","",0.23,0.18,0.17,0.11,0.07,0.05,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45208",1,44.76323,-93.03255,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",12,0.155686,0.157267,0.82,"2013-08-02 00:00",0.6,"2013-08-08 00:00",0.41,"2013-07-03 00:00",0.35,"2013-08-14 00:00","","","","",0.82,0.6,0.41,0.32,0.23,0.12,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45220",1,44.76323,-93.03255,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.127451,0.790794,5.66,"2013-08-02 00:00",0.15,"2013-09-25 00:00",0.11,"2013-08-20 00:00",0.08,"2013-06-27 00:00","","","","",5.66,0.15,0.11,0.06,0.02,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45228",1,44.76323,-93.03255,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.1485,0,0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45501",1,44.76323,-93.03255,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",45,0.063208,0.036887,0.2,"2013-04-16 00:00",0.2,"2013-06-09 00:00",0.2,"2013-07-03 00:00",0.1,"2013-05-16 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45801",1,44.76323,-93.03255,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.005882,0.00753,0.03,"2013-06-03 00:00",0.02,"2013-07-03 00:00",0.02,"2013-09-07 00:00",0.02,"2013-10-01 00:00","","","","",0.03,0.02,0.02,0.02,0.01,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45805",1,44.76323,-93.03255,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45806",1,44.76323,-93.03255,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",43,0.017255,0.01877,0.09,"2013-08-26 00:00",0.08,"2013-07-09 00:00",0.07,"2013-08-02 00:00",0.05,"2013-06-27 00:00","","","","",0.09,0.08,0.07,0.04,0.01,0.01,0.01,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45807",1,44.76323,-93.03255,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.012745,0.023586,0.1,"2013-08-26 00:00",0.08,"2013-07-09 00:00",0.07,"2013-08-02 00:00",0.06,"2013-06-27 00:00","","","","",0.1,0.08,0.07,0.05,0.02,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45809",1,44.76323,-93.03255,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.000196,0.0014,0.01,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","45810",1,44.76323,-93.03255,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","46401",1,44.76323,-93.03255,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0020","61101",1,44.76323,-93.03255,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4318,49,180,365,0,25,"","","Certification not required",0,6.572811,3.371103,20.1,"2013-01-19 17:00",19.8,"2013-01-19 15:00",19.1,"2013-05-31 14:00",18.8,"2013-01-19 16:00","","","","",15.2,14.2,12.7,10.9,8.7,6.4,2.4,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","037","0020","61102",1,44.76323,-93.03255,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",4318,49,180,365,0,25,"","","Certification not required",0,174.85711,109.18892,359,"2013-01-22 05:00",359,"2013-01-29 22:00",359,"2013-02-07 12:00",359,"2013-03-01 20:00","","","","",356,353,342,331,278,158,27,"FHR 420","12821 PINE BEND TRAIL","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","037","0423","42101",1,44.77553,-93.06299,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8354,95,349,365,0,406,0,0,"Certification not required",8259,0.261174,0.138407,3.3,"2013-04-28 17:00",3.3,"2013-04-28 18:00",3.2,"2013-04-28 16:00",3.2,"2013-04-28 19:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42101",1,44.77553,-93.06299,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8360,95,348,365,0,0,0,0,"Certification not required",0,0.310443,0.127356,3.1,"2013-04-28 20:00",3.1,"2013-04-28 21:00",3,"2013-04-28 19:00",3,"2013-04-28 22:00",3.1,"2013-04-28 20:00",2.5,"2013-04-29 01:00",0.5,0.3,0.3,0.3,0.3,0.3,0.3,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42153",1,44.77553,-93.06299,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","42401",1,44.77553,-93.06299,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8557,98,359,365,0,203,0,"","Certification not required",0,1.24234,1.402229,11,"2013-05-06 08:00",10,"2013-09-11 23:00",9,"2013-12-15 16:00",5,"2013-01-17 01:00","","","","",5,5,4,3,2,1,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42401",1,44.77553,-93.06299,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8557,98,359,365,0,203,"","","Certification not required",0,0.569242,0.775096,11,"2013-05-06 08:00",10,"2013-09-11 23:00",9,"2013-12-15 16:00",6,"2013-05-06 07:00","","","","",3,2,2,2,1,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42401",1,44.77553,-93.06299,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,0.570752,0.660504,2.6,"2013-05-26 00:00",2.6,"2013-06-19 00:00",2.5,"2013-06-17 00:00",2.4,"2013-06-14 00:00","","","","",2.4,2.1,2,1.5,1,0.3,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42401",1,44.77553,-93.06299,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2826,97,357,365,0,0,"",0,"Certification not required",0,0.563588,0.72797,5.6,"2013-05-06 08:00",5.6,"2013-09-11 23:00",5.3,"2013-12-15 17:00",3.6,"2013-01-17 02:00","","","","",2.6,2,2,2,1,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42601",1,44.77553,-93.06299,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8558,98,360,365,0,202,"","","Certification not required",0,0.677612,2.192861,50,"2013-11-05 09:00",48,"2013-11-15 08:00",43,"2013-11-05 08:00",34,"2013-03-21 08:00","","","","",10,7,4,2,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42602",1,44.77553,-93.06299,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8561,98,360,365,0,199,0,"","Certification not required",0,12.136111,6.147294,36,"2013-12-21 02:00",34,"2013-03-07 06:00",32,"2013-03-21 08:00",31,"2013-02-25 03:00","","","","",31,29,25,20,15,11,5,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42602",1,44.77553,-93.06299,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8561,98,360,365,0,199,"","","Certification not required",0,5.317603,4.391493,36,"2013-12-21 02:00",34,"2013-03-07 06:00",33,"2013-03-07 05:00",33,"2013-12-21 01:00","","","","",21,18,14,11,7,4,1,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","42603",1,44.77553,-93.06299,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8563,98,360,365,0,197,"","","Certification not required",0,6.453229,5.670197,66,"2013-03-21 08:00",63,"2013-11-05 09:00",61,"2013-11-15 08:00",58,"2013-03-07 06:00","","","","",28,24,17,13,8,5,2,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","43205",1,44.77553,-93.06299,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,2.444,1.614748,8.3,"2013-12-30 00:00",6.1,"2013-12-06 00:00",5.2,"2013-01-28 00:00",4.9,"2013-11-30 00:00","","","","",8.3,8.3,5.2,4.6,2.9,1.8,0.9,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43207",1,44.77553,-93.06299,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.1598,0.017082,0.2,"2013-09-01 00:00",0.19,"2013-01-28 00:00",0.19,"2013-06-03 00:00",0.18,"2013-02-09 00:00","","","","",0.2,0.2,0.19,0.18,0.17,0.16,0.14,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43208",1,44.77553,-93.06299,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43218",1,44.77553,-93.06299,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0408,0.04285,0.18,"2013-01-10 00:00",0.15,"2013-03-05 00:00",0.14,"2013-01-16 00:00",0.11,"2013-01-28 00:00","","","","",0.18,0.18,0.14,0.1,0.06,0.02,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43231",1,44.77553,-93.06299,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,0.485714,0.251661,1.2,"2013-01-28 00:00",1.1,"2013-09-25 00:00",1,"2013-07-21 00:00",0.9,"2013-12-18 00:00","","","","",1.2,1.2,1,0.8,0.6,0.5,0.2,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43232",1,44.77553,-93.06299,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",11,0.215,0.150932,0.6,"2013-07-21 00:00",0.5,"2013-06-27 00:00",0.5,"2013-07-03 00:00",0.5,"2013-09-25 00:00","","","","",0.6,0.6,0.5,0.5,0.3,0.2,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43248",1,44.77553,-93.06299,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",33,0.081,0.052382,0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-06-27 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43302",1,44.77553,-93.06299,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",17,6.699,8.246115,38.2,"2013-03-29 00:00",29.2,"2013-04-22 00:00",18.9,"2013-04-04 00:00",18.6,"2013-01-28 00:00","","","","",38.2,38.2,18.9,18.2,10.5,5.2,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43312",1,44.77553,-93.06299,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,11,"","","Certification not required",16,3.755814,12.089572,66.5,"2013-10-01 00:00",33.9,"2013-07-03 00:00",33.2,"2013-06-21 00:00",6.9,"2013-10-31 00:00","","","","",66.5,66.5,33.2,1.9,1.1,0.5,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43372",1,44.77553,-93.06299,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43447",1,44.77553,-93.06299,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,7,"","","Certification not required",0,0.459574,0.450922,1.8,"2013-08-02 00:00",1.8,"2013-08-26 00:00",1.5,"2013-07-03 00:00",1.1,"2013-07-15 00:00","","","","",1.8,1.8,1.5,1,0.6,0.4,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43502",1,44.77553,-93.06299,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.172549,0.699451,3,"2013-09-07 00:00",2.9,"2013-05-16 00:00",2.7,"2013-03-23 00:00",2.5,"2013-08-26 00:00","","","","",3,2.9,2.7,2.1,1.6,1,0.3,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43503",1,44.77553,-93.06299,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.388235,0.608818,3.9,"2013-11-30 00:00",2.5,"2013-03-23 00:00",2.4,"2013-12-18 00:00",2.3,"2013-03-29 00:00","","","","",3.9,2.5,2.4,2.2,1.7,1.2,0.8,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43504",1,44.77553,-93.06299,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.24902,0.106532,0.5,"2013-05-16 00:00",0.5,"2013-09-07 00:00",0.5,"2013-11-30 00:00",0.4,"2013-03-23 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.1,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43510",1,44.77553,-93.06299,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",7,0.1465,0.102281,0.444,"2013-01-28 00:00",0.412,"2013-05-16 00:00",0.376,"2013-03-23 00:00",0.352,"2013-07-27 00:00","","","","",0.444,0.412,0.376,0.312,0.172,0.12,0.03,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43516",1,44.77553,-93.06299,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43551",1,44.77553,-93.06299,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,3.167308,1.027031,6.3,"2013-05-16 00:00",5.4,"2013-03-23 00:00",5.3,"2013-07-03 00:00",5,"2013-03-29 00:00","","","","",6.3,5.4,5.3,4.7,3.8,2.9,2.1,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43552",1,44.77553,-93.06299,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,10,"","","Certification not required",13,0.446591,0.59449,3.1,"2013-08-26 00:00",1.9,"2013-07-03 00:00",1.3,"2013-08-02 00:00",1.2,"2013-06-21 00:00","","","","",3.1,3.1,1.3,1.1,0.5,0.2,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43559",1,44.77553,-93.06299,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",49,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43801",1,44.77553,-93.06299,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,0.573061,0.151027,0.83,"2013-03-29 00:00",0.77,"2013-08-26 00:00",0.73,"2013-08-02 00:00",0.72,"2013-09-01 00:00","","","","",0.83,0.83,0.73,0.7,0.67,0.57,0.47,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43802",1,44.77553,-93.06299,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0788,0.013944,0.12,"2013-04-10 00:00",0.11,"2013-07-03 00:00",0.1,"2013-06-03 00:00",0.1,"2013-07-09 00:00","","","","",0.12,0.12,0.1,0.09,0.09,0.08,0.06,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43803",1,44.77553,-93.06299,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0156,0.005406,0.02,"2013-01-28 00:00",0.02,"2013-05-28 00:00",0.02,"2013-06-03 00:00",0.02,"2013-06-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43804",1,44.77553,-93.06299,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.1,0,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43806",1,44.77553,-93.06299,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43811",1,44.77553,-93.06299,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.24,0.049487,0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-05 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43812",1,44.77553,-93.06299,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43813",1,44.77553,-93.06299,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43814",1,44.77553,-93.06299,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0094,0.003136,0.02,"2013-01-28 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43815",1,44.77553,-93.06299,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0258,0.008827,0.04,"2013-01-28 00:00",0.04,"2013-02-09 00:00",0.04,"2013-06-03 00:00",0.04,"2013-06-15 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.03,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43817",1,44.77553,-93.06299,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0062,0.008545,0.04,"2013-08-20 00:00",0.03,"2013-10-31 00:00",0.02,"2013-06-21 00:00",0.02,"2013-08-02 00:00","","","","",0.04,0.04,0.02,0.02,0.01,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43818",1,44.77553,-93.06299,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43819",1,44.77553,-93.06299,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0084,0.003703,0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43820",1,44.77553,-93.06299,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43823",1,44.77553,-93.06299,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.5512,0.076789,0.79,"2013-09-01 00:00",0.74,"2013-11-06 00:00",0.69,"2013-10-25 00:00",0.65,"2013-01-28 00:00","","","","",0.79,0.79,0.69,0.65,0.59,0.55,0.48,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43824",1,44.77553,-93.06299,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.001,0.00303,0.01,"2013-01-28 00:00",0.01,"2013-04-04 00:00",0.01,"2013-04-22 00:00",0.01,"2013-08-02 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43826",1,44.77553,-93.06299,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43828",1,44.77553,-93.06299,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43829",1,44.77553,-93.06299,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43830",1,44.77553,-93.06299,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43831",1,44.77553,-93.06299,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43832",1,44.77553,-93.06299,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43838",1,44.77553,-93.06299,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.005,0,0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43839",1,44.77553,-93.06299,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.02,0,0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43843",1,44.77553,-93.06299,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43844",1,44.77553,-93.06299,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43860",1,44.77553,-93.06299,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.016,0.013851,0.06,"2013-08-26 00:00",0.05,"2013-08-02 00:00",0.04,"2013-07-03 00:00",0.03,"2013-03-05 00:00","","","","",0.06,0.06,0.04,0.03,0.02,0.02,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","43911",1,44.77553,-93.06299,"WGS84","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",8541,98,357,365,0,219,"","","Certification not required",8541,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00",0.01,"2013-01-01 02:00",0.01,"2013-01-01 03:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0423","45109",1,44.77553,-93.06299,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.295,0.260543,1.54,"2013-06-27 00:00",0.8,"2013-08-14 00:00",0.78,"2013-08-02 00:00",0.69,"2013-09-25 00:00","","","","",1.54,1.54,0.78,0.62,0.38,0.21,0.1,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45201",1,44.77553,-93.06299,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.6346,0.249924,1.44,"2013-01-28 00:00",1.15,"2013-12-30 00:00",1.12,"2013-01-10 00:00",0.99,"2013-02-09 00:00","","","","",1.44,1.44,1.12,0.95,0.86,0.59,0.38,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45202",1,44.77553,-93.06299,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.7002,0.374757,2.15,"2013-06-27 00:00",1.5,"2013-08-02 00:00",1.47,"2013-07-03 00:00",1.42,"2013-08-14 00:00","","","","",2.15,2.15,1.47,1.26,0.83,0.6,0.36,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45203",1,44.77553,-93.06299,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0996,0.073066,0.42,"2013-06-27 00:00",0.24,"2013-08-02 00:00",0.24,"2013-08-14 00:00",0.2,"2013-06-03 00:00","","","","",0.42,0.42,0.24,0.19,0.13,0.07,0.04,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45204",1,44.77553,-93.06299,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.1398,0.111401,0.67,"2013-06-27 00:00",0.34,"2013-08-14 00:00",0.34,"2013-09-25 00:00",0.32,"2013-08-02 00:00","","","","",0.67,0.67,0.34,0.29,0.18,0.1,0.06,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45207",1,44.77553,-93.06299,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",31,0.03,0.033685,0.16,"2013-01-28 00:00",0.13,"2013-06-27 00:00",0.1,"2013-08-14 00:00",0.09,"2013-09-25 00:00","","","","",0.16,0.16,0.1,0.09,0.04,0.01,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45208",1,44.77553,-93.06299,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",13,0.0866,0.085012,0.45,"2013-06-27 00:00",0.27,"2013-08-02 00:00",0.23,"2013-08-14 00:00",0.2,"2013-10-31 00:00","","","","",0.45,0.45,0.23,0.19,0.13,0.06,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45220",1,44.77553,-93.06299,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.1928,0.271527,0.9,"2013-06-27 00:00",0.88,"2013-07-09 00:00",0.86,"2013-06-15 00:00",0.78,"2013-07-15 00:00","","","","",0.9,0.9,0.86,0.64,0.32,0.05,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45228",1,44.77553,-93.06299,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.1485,0,0.1485,"2013-01-10 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45501",1,44.77553,-93.06299,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",41,0.071569,0.056793,0.3,"2013-06-09 00:00",0.3,"2013-06-21 00:00",0.2,"2013-05-16 00:00",0.2,"2013-06-15 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45801",1,44.77553,-93.06299,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.005,0.008144,0.04,"2013-09-19 00:00",0.03,"2013-05-28 00:00",0.02,"2013-07-21 00:00",0.01,"2013-03-17 00:00","","","","",0.04,0.04,0.02,0.01,0.01,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45805",1,44.77553,-93.06299,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.01,0,0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45806",1,44.77553,-93.06299,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.01,0,0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45807",1,44.77553,-93.06299,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0008,0.005657,0.04,"2013-01-28 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.04,0.04,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45809",1,44.77553,-93.06299,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","45810",1,44.77553,-93.06299,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0002,0.001414,0.01,"2013-01-28 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.01,0.01,0,0,0,0,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","46401",1,44.77553,-93.06299,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0423","61101",1,44.77553,-93.06299,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4340,50,181,365,0,3,"","","Certification not required",0,3.65871,2.683341,15,"2013-01-19 15:00",14.7,"2013-01-19 17:00",14.2,"2013-01-19 16:00",12.9,"2013-01-19 19:00","","","","",10.1,9.6,8.4,7.3,5.6,3.6,0,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","037","0423","61102",1,44.77553,-93.06299,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",4340,50,181,365,0,3,"","","Certification not required",0,194.703917,104.686211,359,"2013-02-20 07:00",359,"2013-02-21 07:00",359,"2013-02-28 17:00",359,"2013-03-10 08:00","","","","",356,353,343,325,292,187,41,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","037","0423","62101",1,44.77553,-93.06299,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",4339,50,181,365,0,4,"","","Certification not required",0,34.879235,21.156602,94,"2013-05-14 15:00",92,"2013-05-14 16:00",90,"2013-05-14 14:00",89,"2013-05-14 17:00","","","","",78,75,71,65,53,31,7,"FHR 423","2142 120TH STREET EAST","Minnesota","Dakota","Inver Grove Heights (RR name Inver Grove)","Minneapolis-St. Paul-Bloomington, MN-WI","2013-08-15" +"27","037","0442","42153",1,44.73857,-93.00496,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","42401",1,44.73857,-93.00496,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8613,98,360,365,0,147,1,"","Certification not required",0,1.169444,4.101316,78,"2013-09-23 09:00",4,"2013-07-03 10:00",3,"2013-01-31 23:00",3,"2013-02-14 21:00","","","","",3,2,2,2,1,1,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0442","42401",1,44.73857,-93.00496,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8613,98,360,365,0,147,"","","Certification not required",0,0.568327,1.746639,78,"2013-09-23 09:00",78,"2013-09-23 10:00",78,"2013-09-23 11:00",62,"2013-09-23 12:00","","","","",2,1,1,1,1,1,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0442","42401",1,44.73857,-93.00496,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,0.570278,0.847562,14.6,"2013-09-23 00:00",1.4,"2013-11-28 00:00",1.3,"2013-12-15 00:00",1.2,"2013-07-03 00:00","","","","",1.2,1.1,1,1,1,0.5,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0442","42401",1,44.73857,-93.00496,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2840,97,359,365,0,0,"",0,"Certification not required",0,0.559965,1.604465,78,"2013-09-23 11:00",21.3,"2013-09-23 14:00",15.6,"2013-09-23 08:00",2.3,"2013-01-31 23:00","","","","",1.3,1,1,1,1,0.6,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0442","43205",1,44.73857,-93.00496,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,2.136792,1.453449,6.4,"2013-12-06 00:00",5.1,"2013-12-30 00:00",5,"2013-12-12 00:00",4.8,"2013-10-31 00:00","","","","",6.4,5.1,5,4.3,3.1,1.6,0.7,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43207",1,44.73857,-93.00496,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.153962,0.022983,0.22,"2013-08-08 00:00",0.21,"2013-10-13 00:00",0.19,"2013-06-03 00:00",0.18,"2013-03-29 00:00","","","","",0.22,0.21,0.19,0.18,0.17,0.15,0.13,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43208",1,44.73857,-93.00496,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43218",1,44.73857,-93.00496,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.072453,0.085348,0.5,"2013-08-20 00:00",0.31,"2013-01-04 00:00",0.26,"2013-02-21 00:00",0.16,"2013-01-28 00:00","","","","",0.5,0.31,0.26,0.14,0.09,0.06,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43231",1,44.73857,-93.00496,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.435849,0.273928,1.4,"2013-08-08 00:00",0.9,"2013-01-28 00:00",0.9,"2013-12-06 00:00",0.9,"2013-12-12 00:00","","","","",1.4,0.9,0.9,0.8,0.6,0.3,0.2,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43232",1,44.73857,-93.00496,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.151887,0.112644,0.5,"2013-08-08 00:00",0.4,"2013-08-02 00:00",0.4,"2013-11-12 00:00",0.3,"2013-01-04 00:00","","","","",0.5,0.4,0.4,0.3,0.2,0.1,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43248",1,44.73857,-93.00496,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",32,0.098113,0.072032,0.3,"2013-08-08 00:00",0.3,"2013-12-06 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43302",1,44.73857,-93.00496,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",19,8.034906,13.959828,79.4,"2013-04-22 00:00",51,"2013-06-15 00:00",41.1,"2013-03-29 00:00",22.8,"2013-04-04 00:00","","","","",79.4,51,41.1,16.8,9.8,3.9,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43312",1,44.73857,-93.00496,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",27,0.592391,1.549443,9,"2013-06-15 00:00",4.4,"2013-10-01 00:00",4.2,"2013-08-08 00:00",1.3,"2013-08-20 00:00","","","","",9,9,4.2,1,0.4,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43372",1,44.73857,-93.00496,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43447",1,44.73857,-93.00496,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.424,0.424533,2.3,"2013-06-21 00:00",1.6,"2013-06-15 00:00",1.1,"2013-09-07 00:00",1,"2013-08-08 00:00","","","","",2.3,2.3,1.1,0.9,0.6,0.4,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43502",1,44.73857,-93.00496,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.351852,0.743206,4.2,"2013-04-28 00:00",3.4,"2013-09-07 00:00",2.9,"2013-08-26 00:00",2.5,"2013-07-03 00:00","","","","",4.2,3.4,2.9,2.2,1.7,1.2,0.6,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43503",1,44.73857,-93.00496,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.040741,0.395502,2.5,"2013-03-29 00:00",1.8,"2013-11-30 00:00",1.7,"2013-04-28 00:00",1.7,"2013-09-07 00:00","","","","",2.5,1.8,1.7,1.5,1.3,0.9,0.7,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43504",1,44.73857,-93.00496,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.235185,0.085025,0.5,"2013-10-01 00:00",0.4,"2013-03-29 00:00",0.4,"2013-08-02 00:00",0.4,"2013-09-07 00:00","","","","",0.5,0.4,0.4,0.3,0.3,0.2,0.1,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43510",1,44.73857,-93.00496,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",10,0.145111,0.103015,0.512,"2013-01-28 00:00",0.384,"2013-01-04 00:00",0.348,"2013-05-16 00:00",0.316,"2013-03-05 00:00","","","","",0.512,0.384,0.348,0.312,0.172,0.128,0.03,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43516",1,44.73857,-93.00496,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43551",1,44.73857,-93.00496,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.092593,1.036112,6,"2013-10-01 00:00",5.9,"2013-05-16 00:00",5.1,"2013-04-28 00:00",5.1,"2013-07-03 00:00","","","","",6,5.9,5.1,4.7,3.7,2.7,2.1,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43552",1,44.73857,-93.00496,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",17,0.394565,0.564331,2.4,"2013-08-20 00:00",2.1,"2013-06-21 00:00",1.6,"2013-09-07 00:00",1.4,"2013-06-15 00:00","","","","",2.4,2.4,1.6,1.4,0.5,0.1,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43559",1,44.73857,-93.00496,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",50,0.056604,0.029479,0.2,"2013-07-09 00:00",0.2,"2013-08-20 00:00",0.1,"2013-07-15 00:00",0.05,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43801",1,44.73857,-93.00496,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.500192,0.17614,0.9,"2013-08-08 00:00",0.69,"2013-06-03 00:00",0.68,"2013-03-29 00:00",0.66,"2013-05-28 00:00","","","","",0.9,0.69,0.68,0.65,0.58,0.54,0.34,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43802",1,44.73857,-93.00496,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.069623,0.024492,0.16,"2013-08-08 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00",0.1,"2013-10-13 00:00","","","","",0.16,0.1,0.1,0.09,0.08,0.07,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43803",1,44.73857,-93.00496,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.017736,0.020814,0.16,"2013-08-08 00:00",0.03,"2013-07-03 00:00",0.03,"2013-10-13 00:00",0.02,"2013-01-28 00:00","","","","",0.16,0.03,0.03,0.02,0.02,0.01,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43804",1,44.73857,-93.00496,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.098113,0.013736,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43806",1,44.73857,-93.00496,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43811",1,44.73857,-93.00496,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.239623,0.063062,0.4,"2013-07-27 00:00",0.4,"2013-08-08 00:00",0.4,"2013-10-31 00:00",0.3,"2013-01-04 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.2,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43812",1,44.73857,-93.00496,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43813",1,44.73857,-93.00496,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43814",1,44.73857,-93.00496,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008868,0.005771,0.04,"2013-08-08 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.04,0.01,0.01,0.01,0.01,0.01,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43815",1,44.73857,-93.00496,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.024151,0.009289,0.04,"2013-04-28 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00",0.04,"2013-06-15 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43817",1,44.73857,-93.00496,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.00717,0.011159,0.06,"2013-08-08 00:00",0.03,"2013-06-03 00:00",0.03,"2013-09-19 00:00",0.02,"2013-04-04 00:00","","","","",0.06,0.03,0.03,0.02,0.01,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43818",1,44.73857,-93.00496,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43819",1,44.73857,-93.00496,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.007736,0.004225,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43820",1,44.73857,-93.00496,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43823",1,44.73857,-93.00496,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.524151,0.103244,1.08,"2013-08-08 00:00",0.65,"2013-06-03 00:00",0.63,"2013-12-12 00:00",0.61,"2013-11-18 00:00","","","","",1.08,0.65,0.63,0.6,0.56,0.51,0.46,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43824",1,44.73857,-93.00496,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001321,0.004819,0.03,"2013-08-08 00:00",0.01,"2013-07-09 00:00",0.01,"2013-08-02 00:00",0.01,"2013-10-07 00:00","","","","",0.03,0.01,0.01,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43826",1,44.73857,-93.00496,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43828",1,44.73857,-93.00496,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43829",1,44.73857,-93.00496,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43830",1,44.73857,-93.00496,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43831",1,44.73857,-93.00496,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43832",1,44.73857,-93.00496,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43838",1,44.73857,-93.00496,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43839",1,44.73857,-93.00496,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43843",1,44.73857,-93.00496,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43844",1,44.73857,-93.00496,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","43860",1,44.73857,-93.00496,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003396,0.005865,0.02,"2013-04-04 00:00",0.02,"2013-07-09 00:00",0.02,"2013-12-12 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45109",1,44.73857,-93.00496,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.343396,0.280158,1.46,"2013-08-20 00:00",1.17,"2013-08-08 00:00",0.98,"2013-07-03 00:00",0.91,"2013-08-02 00:00","","","","",1.46,1.17,0.98,0.66,0.39,0.26,0.12,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45201",1,44.73857,-93.00496,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.67717,0.28832,1.7,"2013-08-20 00:00",1.31,"2013-01-28 00:00",1.21,"2013-08-08 00:00",1.13,"2013-12-30 00:00","","","","",1.7,1.31,1.21,1.02,0.9,0.59,0.4,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45202",1,44.73857,-93.00496,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.760943,0.445673,2.58,"2013-08-20 00:00",2.37,"2013-08-08 00:00",1.77,"2013-08-02 00:00",1.31,"2013-07-03 00:00","","","","",2.58,2.37,1.77,1.23,0.86,0.63,0.42,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45203",1,44.73857,-93.00496,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.106038,0.079138,0.38,"2013-08-08 00:00",0.38,"2013-08-20 00:00",0.28,"2013-08-02 00:00",0.27,"2013-07-03 00:00","","","","",0.38,0.38,0.28,0.18,0.13,0.09,0.03,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45204",1,44.73857,-93.00496,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.150943,0.120436,0.6,"2013-08-08 00:00",0.55,"2013-08-20 00:00",0.44,"2013-07-03 00:00",0.38,"2013-08-02 00:00","","","","",0.6,0.55,0.44,0.28,0.16,0.11,0.06,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45207",1,44.73857,-93.00496,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",19,0.056038,0.049588,0.23,"2013-07-03 00:00",0.19,"2013-08-20 00:00",0.14,"2013-06-03 00:00",0.13,"2013-08-02 00:00","","","","",0.23,0.19,0.14,0.12,0.08,0.05,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45208",1,44.73857,-93.00496,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.110755,0.130146,0.62,"2013-08-20 00:00",0.6,"2013-07-03 00:00",0.32,"2013-08-02 00:00",0.29,"2013-08-08 00:00","","","","",0.62,0.6,0.32,0.23,0.17,0.07,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45220",1,44.73857,-93.00496,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.013019,0.027287,0.17,"2013-08-20 00:00",0.07,"2013-08-02 00:00",0.06,"2013-08-08 00:00",0.05,"2013-06-21 00:00","","","","",0.17,0.07,0.06,0.04,0.02,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45228",1,44.73857,-93.00496,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.1485,0,0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45501",1,44.73857,-93.00496,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",49,0.060185,0.040492,0.3,"2013-06-27 00:00",0.2,"2013-06-21 00:00",0.1,"2013-05-16 00:00",0.1,"2013-06-09 00:00","","","","",0.3,0.2,0.1,0.05,0.05,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45801",1,44.73857,-93.00496,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004717,0.008902,0.05,"2013-08-08 00:00",0.02,"2013-07-21 00:00",0.02,"2013-09-13 00:00",0.02,"2013-10-07 00:00","","","","",0.05,0.02,0.02,0.01,0.01,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45805",1,44.73857,-93.00496,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45806",1,44.73857,-93.00496,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45807",1,44.73857,-93.00496,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45809",1,44.73857,-93.00496,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","45810",1,44.73857,-93.00496,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0442","46401",1,44.73857,-93.00496,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 442","COUNTY RD 42","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","42153",1,44.745662,-93.05541,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","42401",1,44.745662,-93.05541,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8534,97,357,365,0,226,0,"","Certification not required",0,0.588235,0.632612,4,"2013-05-06 08:00",3,"2013-10-17 10:00",2,"2013-01-11 10:00",2,"2013-01-30 04:00","","","","",2,2,2,1,1,1,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0443","42401",1,44.745662,-93.05541,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8534,97,357,365,0,226,"","","Certification not required",0,0.367588,0.498195,4,"2013-05-06 08:00",3,"2013-05-06 09:00",3,"2013-10-17 10:00",2,"2013-01-11 10:00","","","","",1,1,1,1,1,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0443","42401",1,44.745662,-93.05541,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,0.369468,0.442532,1.5,"2013-02-10 00:00",1.4,"2013-02-18 00:00",1.2,"2013-02-11 00:00",1.2,"2013-02-13 00:00","","","","",1.2,1.1,1,1,0.9,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0443","42401",1,44.745662,-93.05541,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2826,97,357,365,0,0,"",0,"Certification not required",0,0.359696,0.462245,2,"2013-02-10 14:00",2,"2013-02-10 17:00",2,"2013-02-10 23:00",2,"2013-02-18 08:00","","","","",1.3,1,1,1,1,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","037","0443","43205",1,44.745662,-93.05541,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,2.308491,1.680137,7.4,"2013-09-25 00:00",7.3,"2013-12-30 00:00",5.7,"2013-12-06 00:00",5.6,"2013-01-28 00:00","","","","",7.4,7.3,5.7,4.6,2.9,1.8,0.8,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43207",1,44.745662,-93.05541,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.164717,0.029587,0.25,"2013-07-09 00:00",0.25,"2013-08-26 00:00",0.23,"2013-08-08 00:00",0.21,"2013-06-15 00:00","","","","",0.25,0.25,0.23,0.2,0.18,0.16,0.13,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43208",1,44.745662,-93.05541,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",34,0.12717,0.131769,0.7,"2013-08-26 00:00",0.41,"2013-06-27 00:00",0.39,"2013-07-09 00:00",0.38,"2013-07-15 00:00","","","","",0.7,0.41,0.39,0.29,0.2,0.05,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43218",1,44.745662,-93.05541,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.040943,0.041707,0.22,"2013-11-30 00:00",0.14,"2013-12-18 00:00",0.14,"2013-12-30 00:00",0.11,"2013-03-05 00:00","","","","",0.22,0.14,0.14,0.09,0.06,0.03,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43231",1,44.745662,-93.05541,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.430769,0.279733,1.6,"2013-09-25 00:00",0.9,"2013-01-28 00:00",0.9,"2013-11-30 00:00",0.9,"2013-12-06 00:00","","","","",1.6,0.9,0.9,0.8,0.6,0.4,0.2,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43232",1,44.745662,-93.05541,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",16,0.162264,0.109591,0.5,"2013-08-20 00:00",0.4,"2013-12-18 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43248",1,44.745662,-93.05541,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.100943,0.077516,0.3,"2013-07-03 00:00",0.3,"2013-09-25 00:00",0.3,"2013-12-06 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.05,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43302",1,44.745662,-93.05541,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",24,6.756604,11.180142,54.5,"2013-03-29 00:00",51.6,"2013-08-26 00:00",27.5,"2013-04-28 00:00",19.1,"2013-01-28 00:00","","","","",54.5,51.6,27.5,15.2,9.5,2.3,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43312",1,44.745662,-93.05541,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",12,3.510417,20.893893,145.2,"2013-09-07 00:00",2.7,"2013-09-19 00:00",2.6,"2013-02-21 00:00",1.3,"2013-10-01 00:00","","","","",145.2,145.2,2.6,1.2,0.8,0.4,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43372",1,44.745662,-93.05541,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001887,0.013736,0.1,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43447",1,44.745662,-93.05541,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.480392,0.504389,2.3,"2013-08-20 00:00",2.3,"2013-08-26 00:00",1.4,"2013-07-03 00:00",1.3,"2013-09-25 00:00","","","","",2.3,2.3,1.4,1,0.6,0.4,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43502",1,44.745662,-93.05541,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.531373,0.479788,2.1,"2013-07-03 00:00",1.7,"2013-04-04 00:00",1.5,"2013-05-16 00:00",1.5,"2013-06-27 00:00","","","","",2.1,1.7,1.5,1.4,0.7,0.4,0.1,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43503",1,44.745662,-93.05541,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.788235,0.647039,4.1,"2013-03-29 00:00",2.3,"2013-01-04 00:00",1.9,"2013-03-05 00:00",1.5,"2013-04-04 00:00","","","","",4.1,2.3,1.9,1.3,1,0.6,0.3,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43504",1,44.745662,-93.05541,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.141176,0.060585,0.3,"2013-03-29 00:00",0.3,"2013-04-04 00:00",0.3,"2013-05-16 00:00",0.2,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.1,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43510",1,44.745662,-93.05541,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",17,0.094235,0.07084,0.308,"2013-01-28 00:00",0.264,"2013-04-04 00:00",0.24,"2013-01-16 00:00",0.228,"2013-01-04 00:00","","","","",0.308,0.264,0.24,0.212,0.124,0.08,0.03,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43516",1,44.745662,-93.05541,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43551",1,44.745662,-93.05541,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,2.127451,0.968314,4.7,"2013-07-03 00:00",4.5,"2013-05-16 00:00",4.4,"2013-04-04 00:00",4,"2013-04-28 00:00","","","","",4.7,4.5,4.4,3.4,2.6,1.9,1.1,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43552",1,44.745662,-93.05541,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",16,0.483673,0.588553,2.8,"2013-04-28 00:00",2,"2013-08-26 00:00",1.8,"2013-07-03 00:00",1.7,"2013-06-21 00:00","","","","",2.8,2.8,1.8,1.2,0.7,0.3,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43559",1,44.745662,-93.05541,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.076415,0.082976,0.4,"2013-06-15 00:00",0.4,"2013-08-26 00:00",0.3,"2013-04-28 00:00",0.3,"2013-08-20 00:00","","","","",0.4,0.4,0.3,0.1,0.05,0.05,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43801",1,44.745662,-93.05541,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.4804,0.156139,0.7,"2013-06-03 00:00",0.68,"2013-08-08 00:00",0.64,"2013-05-28 00:00",0.62,"2013-04-28 00:00","","","","",0.7,0.7,0.64,0.6,0.56,0.51,0.43,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43802",1,44.745662,-93.05541,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.07,0.019115,0.1,"2013-06-03 00:00",0.1,"2013-08-08 00:00",0.09,"2013-01-28 00:00",0.09,"2013-04-28 00:00","","","","",0.1,0.1,0.09,0.09,0.08,0.07,0.06,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43803",1,44.745662,-93.05541,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.016604,0.005168,0.03,"2013-08-08 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00",0.02,"2013-03-05 00:00","","","","",0.03,0.02,0.02,0.02,0.02,0.02,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43804",1,44.745662,-93.05541,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.098113,0.013736,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43806",1,44.745662,-93.05541,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43811",1,44.745662,-93.05541,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.230189,0.050326,0.3,"2013-01-28 00:00",0.3,"2013-04-10 00:00",0.3,"2013-04-28 00:00",0.3,"2013-05-28 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43812",1,44.745662,-93.05541,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43813",1,44.745662,-93.05541,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43814",1,44.745662,-93.05541,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008491,0.003614,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43815",1,44.745662,-93.05541,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.025094,0.009119,0.05,"2013-04-28 00:00",0.04,"2013-01-28 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00","","","","",0.05,0.04,0.04,0.03,0.03,0.03,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43817",1,44.745662,-93.05541,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008491,0.020038,0.13,"2013-09-13 00:00",0.05,"2013-01-28 00:00",0.03,"2013-06-03 00:00",0.03,"2013-08-20 00:00","","","","",0.13,0.05,0.03,0.02,0.01,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43818",1,44.745662,-93.05541,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43819",1,44.745662,-93.05541,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.006604,0.004781,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43820",1,44.745662,-93.05541,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43823",1,44.745662,-93.05541,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.51283,0.095442,0.63,"2013-06-03 00:00",0.63,"2013-08-14 00:00",0.62,"2013-11-24 00:00",0.61,"2013-12-18 00:00","","","","",0.63,0.63,0.62,0.6,0.56,0.52,0.47,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43824",1,44.745662,-93.05541,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001132,0.004666,0.03,"2013-09-25 00:00",0.01,"2013-04-22 00:00",0.01,"2013-07-27 00:00",0.01,"2013-08-02 00:00","","","","",0.03,0.01,0.01,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43826",1,44.745662,-93.05541,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43828",1,44.745662,-93.05541,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43829",1,44.745662,-93.05541,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43830",1,44.745662,-93.05541,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43831",1,44.745662,-93.05541,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43832",1,44.745662,-93.05541,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43838",1,44.745662,-93.05541,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43839",1,44.745662,-93.05541,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43843",1,44.745662,-93.05541,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43844",1,44.745662,-93.05541,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","43860",1,44.745662,-93.05541,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002264,0.004658,0.02,"2013-06-21 00:00",0.01,"2013-01-16 00:00",0.01,"2013-06-03 00:00",0.01,"2013-06-09 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45109",1,44.745662,-93.05541,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.301509,0.16501,0.81,"2013-10-31 00:00",0.71,"2013-08-02 00:00",0.68,"2013-08-08 00:00",0.61,"2013-08-20 00:00","","","","",0.81,0.71,0.68,0.5,0.38,0.27,0.13,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45201",1,44.745662,-93.05541,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.628868,0.229838,1.36,"2013-01-28 00:00",1.16,"2013-12-30 00:00",0.98,"2013-03-05 00:00",0.97,"2013-02-21 00:00","","","","",1.36,1.16,0.98,0.94,0.8,0.56,0.39,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45202",1,44.745662,-93.05541,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.709811,0.305806,1.47,"2013-08-08 00:00",1.44,"2013-08-02 00:00",1.39,"2013-08-20 00:00",1.32,"2013-07-03 00:00","","","","",1.47,1.44,1.39,1.2,0.86,0.6,0.42,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45203",1,44.745662,-93.05541,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.097547,0.048433,0.23,"2013-08-20 00:00",0.22,"2013-08-02 00:00",0.21,"2013-10-31 00:00",0.19,"2013-07-03 00:00","","","","",0.23,0.22,0.21,0.16,0.12,0.09,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45204",1,44.745662,-93.05541,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.13717,0.081745,0.37,"2013-10-31 00:00",0.31,"2013-08-08 00:00",0.3,"2013-08-02 00:00",0.28,"2013-08-20 00:00","","","","",0.37,0.31,0.3,0.23,0.18,0.13,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45207",1,44.745662,-93.05541,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",21,0.036038,0.026986,0.1,"2013-07-03 00:00",0.1,"2013-08-02 00:00",0.09,"2013-03-05 00:00",0.09,"2013-08-08 00:00","","","","",0.1,0.1,0.09,0.07,0.05,0.03,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45208",1,44.745662,-93.05541,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",11,0.105283,0.079387,0.28,"2013-10-31 00:00",0.27,"2013-08-20 00:00",0.26,"2013-08-08 00:00",0.24,"2013-08-02 00:00","","","","",0.28,0.27,0.26,0.23,0.15,0.09,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45220",1,44.745662,-93.05541,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.016415,0.026245,0.14,"2013-04-28 00:00",0.1,"2013-06-15 00:00",0.07,"2013-06-21 00:00",0.06,"2013-06-03 00:00","","","","",0.14,0.1,0.07,0.04,0.02,0.01,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45228",1,44.745662,-93.05541,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.1485,0,0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45501",1,44.745662,-93.05541,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",47,0.053922,0.013576,0.1,"2013-05-16 00:00",0.1,"2013-06-09 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-03 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45801",1,44.745662,-93.05541,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.005283,0.007495,0.02,"2013-06-03 00:00",0.02,"2013-09-19 00:00",0.02,"2013-10-01 00:00",0.02,"2013-10-07 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45805",1,44.745662,-93.05541,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45806",1,44.745662,-93.05541,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.010755,0.005494,0.05,"2013-08-20 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.05,0.01,0.01,0.01,0.01,0.01,0.01,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45807",1,44.745662,-93.05541,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000943,0.006868,0.05,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.05,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45809",1,44.745662,-93.05541,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","45810",1,44.745662,-93.05541,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0443","46401",1,44.745662,-93.05541,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"FHR 443","14035 Blaine Ae. E., Rosemount, MN","Minnesota","Dakota","Rosemount","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","11101",1,44.83431,-93.11622,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,35.649123,19.827372,81,"2013-05-16 00:00",78,"2013-08-20 00:00",77,"2013-08-26 00:00",73,"2013-03-29 00:00","","","","",81,78,77,65,47,31,11,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","11101",2,44.83431,-93.11622,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,"","","Certification not required",0,36.603448,19.58243,88,"2013-05-16 00:00",81,"2013-08-20 00:00",79,"2013-08-26 00:00",72,"2013-03-29 00:00","","","","",88,81,79,67,49,33,13,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12101",1,44.83431,-93.11622,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",10,0.132632,0.118913,0.47,"2013-05-16 00:00",0.39,"2013-08-26 00:00",0.36,"2013-10-01 00:00",0.34,"2013-08-14 00:00","","","","",0.47,0.39,0.36,0.32,0.19,0.12,0.005,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12101",2,44.83431,-93.11622,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",10,0.140192,0.123562,0.52,"2013-05-16 00:00",0.41,"2013-08-26 00:00",0.36,"2013-08-20 00:00",0.34,"2013-04-28 00:00","","","","",0.52,0.41,0.36,0.33,0.21,0.12,0.005,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12102",1,44.83431,-93.11622,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0.001053,0.003096,0.01,"2013-03-23 00:00",0.01,"2013-04-22 00:00",0.01,"2013-07-09 00:00",0.01,"2013-08-02 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12102",2,44.83431,-93.11622,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.001154,0.003226,0.01,"2013-03-23 00:00",0.01,"2013-04-22 00:00",0.01,"2013-07-09 00:00",0.01,"2013-08-02 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12103",1,44.83431,-93.11622,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0.000175,0.001325,0.01,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12103",2,44.83431,-93.11622,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.000192,0.001387,0.01,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12105",1,44.83431,-93.11622,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12105",2,44.83431,-93.11622,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12107",1,44.83431,-93.11622,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",16,0.013579,0.009843,0.03,"2013-08-08 00:00",0.03,"2013-08-14 00:00",0.03,"2013-08-20 00:00",0.03,"2013-08-26 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.01,0.0015,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12107",2,44.83431,-93.11622,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",15,0.013894,0.010474,0.04,"2013-08-26 00:00",0.03,"2013-06-03 00:00",0.03,"2013-07-15 00:00",0.03,"2013-08-14 00:00","","","","",0.04,0.03,0.03,0.03,0.02,0.01,0.0015,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12110",1,44.83431,-93.11622,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12110",2,44.83431,-93.11622,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12112",1,44.83431,-93.11622,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12112",2,44.83431,-93.11622,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12113",1,44.83431,-93.11622,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12113",2,44.83431,-93.11622,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12114",1,44.83431,-93.11622,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0.067719,0.041962,0.2,"2013-03-23 00:00",0.16,"2013-01-04 00:00",0.16,"2013-09-07 00:00",0.14,"2013-08-08 00:00","","","","",0.2,0.16,0.16,0.12,0.09,0.05,0.02,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12114",2,44.83431,-93.11622,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.040385,0.022488,0.12,"2013-09-13 00:00",0.09,"2013-01-22 00:00",0.08,"2013-02-27 00:00",0.08,"2013-03-23 00:00","","","","",0.12,0.09,0.08,0.07,0.06,0.04,0.02,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12126",1,44.83431,-93.11622,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0.499474,0.284564,1.18,"2013-05-16 00:00",1.09,"2013-08-14 00:00",1.04,"2013-10-01 00:00",1,"2013-08-26 00:00","","","","",1.18,1.09,1.04,0.91,0.71,0.42,0.18,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12126",2,44.83431,-93.11622,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.534615,0.302671,1.34,"2013-05-16 00:00",1.1,"2013-08-26 00:00",1.06,"2013-08-14 00:00",1.01,"2013-08-20 00:00","","","","",1.34,1.1,1.06,0.96,0.81,0.47,0.21,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12132",1,44.83431,-93.11622,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0.016667,0.012724,0.05,"2013-05-16 00:00",0.04,"2013-08-14 00:00",0.04,"2013-08-20 00:00",0.04,"2013-08-26 00:00","","","","",0.05,0.04,0.04,0.04,0.02,0.01,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12132",2,44.83431,-93.11622,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.018077,0.013437,0.06,"2013-05-16 00:00",0.04,"2013-08-14 00:00",0.04,"2013-08-20 00:00",0.04,"2013-08-26 00:00","","","","",0.06,0.04,0.04,0.04,0.03,0.01,0.01,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12136",1,44.83431,-93.11622,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12136",2,44.83431,-93.11622,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12154",1,44.83431,-93.11622,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12154",2,44.83431,-93.11622,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12167",1,44.83431,-93.11622,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,3,"","","Certification not required",21,0.024906,0.018013,0.08,"2013-08-02 00:00",0.07,"2013-02-21 00:00",0.06,"2013-12-30 00:00",0.05,"2013-03-29 00:00","","","","",0.08,0.07,0.06,0.05,0.04,0.02,0.00665,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","12167",2,44.83431,-93.11622,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,3,"","","Certification not required",16,0.026085,0.01705,0.07,"2013-08-02 00:00",0.06,"2013-10-25 00:00",0.06,"2013-12-30 00:00",0.05,"2013-03-29 00:00","","","","",0.07,0.06,0.06,0.05,0.04,0.03,0.00665,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","14129",1,44.83431,-93.11622,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,3,0,0,"Certification not required",0,0.082807,0.123516,0.78,"2013-07-09 00:00",0.33,"2013-02-15 00:00",0.33,"2013-10-01 00:00",0.31,"2013-01-22 00:00","","","","",0.78,0.33,0.33,0.2,0.09,0.04,0.01,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0465","14129",2,44.83431,-93.11622,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",52,100,31,31,0,3,0,0,"Certification not required",0,0.088846,0.117868,0.72,"2013-07-09 00:00",0.31,"2013-10-01 00:00",0.28,"2013-01-22 00:00",0.28,"2013-02-15 00:00","","","","",0.72,0.31,0.28,0.22,0.1,0.06,0.01,"Gopher Resources","149 & Yankee Doodle Rd.","Minnesota","Dakota","Eagan","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","11101",1,44.73846,-93.23725,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,25.660377,17.616582,79,"2013-05-16 00:00",77,"2013-09-07 00:00",63,"2013-08-20 00:00",51,"2013-08-26 00:00","","","","",79,77,63,45,37,20,8,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12101",1,44.73846,-93.23725,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",10,0.113396,0.100684,0.5,"2013-05-16 00:00",0.3,"2013-08-20 00:00",0.29,"2013-09-07 00:00",0.27,"2013-11-30 00:00","","","","",0.5,0.3,0.29,0.25,0.16,0.11,0.005,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12102",1,44.73846,-93.23725,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12103",1,44.73846,-93.23725,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12105",1,44.73846,-93.23725,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12107",1,44.73846,-93.23725,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",21,0.007009,0.005268,0.03,"2013-07-03 00:00",0.01,"2013-05-10 00:00",0.01,"2013-05-16 00:00",0.01,"2013-06-15 00:00","","","","",0.03,0.01,0.01,0.01,0.01,0.01,0.0015,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12110",1,44.73846,-93.23725,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12112",1,44.73846,-93.23725,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12113",1,44.73846,-93.23725,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12114",1,44.73846,-93.23725,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",12,0.029208,0.038956,0.18,"2013-10-07 00:00",0.15,"2013-12-06 00:00",0.1,"2013-11-06 00:00",0.09,"2013-10-19 00:00","","","","",0.18,0.15,0.1,0.08,0.04,0.01,0.0015,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12126",1,44.73846,-93.23725,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0.289623,0.207086,1.1,"2013-05-16 00:00",0.67,"2013-09-07 00:00",0.65,"2013-08-20 00:00",0.59,"2013-09-13 00:00","","","","",1.1,0.67,0.65,0.54,0.43,0.21,0.09,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12132",1,44.73846,-93.23725,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0.013962,0.013059,0.06,"2013-05-16 00:00",0.04,"2013-09-07 00:00",0.04,"2013-10-25 00:00",0.04,"2013-11-30 00:00","","","","",0.06,0.04,0.04,0.03,0.02,0.01,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12136",1,44.73846,-93.23725,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12154",1,44.73846,-93.23725,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","12167",1,44.73846,-93.23725,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,0,"","","Certification not required",47,0.00835,0.004968,0.03,"2013-11-30 00:00",0.02,"2013-10-19 00:00",0.02,"2013-11-12 00:00",0.02,"2013-12-18 00:00","","","","",0.03,0.02,0.02,0.02,0.00665,0.00665,0.00665,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","14129",1,44.73846,-93.23725,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",53,98,53,54,0,0,0,0,"Certification not required",0,0.000566,0.002333,0.01,"2013-07-03 00:00",0.01,"2013-11-30 00:00",0.01,"2013-12-30 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","42153",1,44.73846,-93.23725,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43205",1,44.73846,-93.23725,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.09434,1.323227,6,"2013-12-06 00:00",5,"2013-11-30 00:00",4.7,"2013-01-28 00:00",4.3,"2013-11-06 00:00","","","","",6,5,4.7,4.2,2.5,1.7,0.7,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43207",1,44.73846,-93.23725,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.149245,0.022348,0.19,"2013-06-21 00:00",0.18,"2013-02-09 00:00",0.18,"2013-05-28 00:00",0.18,"2013-06-03 00:00","","","","",0.19,0.18,0.18,0.17,0.16,0.15,0.14,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43208",1,44.73846,-93.23725,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43218",1,44.73846,-93.23725,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.089057,0.077813,0.31,"2013-01-04 00:00",0.22,"2013-10-07 00:00",0.22,"2013-11-30 00:00",0.21,"2013-09-25 00:00","","","","",0.31,0.22,0.22,0.2,0.16,0.06,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43231",1,44.73846,-93.23725,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.577358,0.356069,1.8,"2013-08-08 00:00",1.2,"2013-01-28 00:00",1.2,"2013-07-03 00:00",1.2,"2013-08-14 00:00","","","","",1.8,1.2,1.2,1,0.8,0.5,0.2,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43232",1,44.73846,-93.23725,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,0.279245,0.203676,0.9,"2013-04-16 00:00",0.7,"2013-10-13 00:00",0.6,"2013-01-04 00:00",0.6,"2013-07-03 00:00","","","","",0.9,0.7,0.6,0.5,0.4,0.2,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43248",1,44.73846,-93.23725,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",32,0.113208,0.092065,0.4,"2013-01-28 00:00",0.3,"2013-08-14 00:00",0.3,"2013-10-13 00:00",0.3,"2013-11-30 00:00","","","","",0.4,0.3,0.3,0.2,0.2,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43302",1,44.73846,-93.23725,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",18,8.55283,11.802695,61.4,"2013-03-29 00:00",38.2,"2013-08-26 00:00",34.4,"2013-09-13 00:00",31.6,"2013-01-04 00:00","","","","",61.4,38.2,34.4,21.3,11.7,5.8,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43312",1,44.73846,-93.23725,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",14,0.865306,1.420651,9.8,"2013-04-22 00:00",1.7,"2013-01-04 00:00",1.7,"2013-06-27 00:00",1.6,"2013-02-21 00:00","","","","",9.8,9.8,1.7,1.6,1.2,0.6,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43372",1,44.73846,-93.23725,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43447",1,44.73846,-93.23725,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.612,0.779754,3.6,"2013-08-26 00:00",3.3,"2013-07-03 00:00",2.2,"2013-08-08 00:00",2,"2013-07-09 00:00","","","","",3.6,3.6,2.2,1.8,0.7,0.4,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43502",1,44.73846,-93.23725,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.566667,0.752104,4,"2013-09-07 00:00",3.4,"2013-07-03 00:00",3.3,"2013-08-26 00:00",2.9,"2013-07-15 00:00","","","","",4,3.4,3.3,2.6,2,1.5,0.8,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43503",1,44.73846,-93.23725,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.081481,0.398144,2.4,"2013-03-29 00:00",1.9,"2013-11-30 00:00",1.8,"2013-07-03 00:00",1.8,"2013-09-07 00:00","","","","",2.4,1.9,1.8,1.6,1.3,1,0.6,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43504",1,44.73846,-93.23725,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.250943,0.104922,0.5,"2013-09-07 00:00",0.5,"2013-10-01 00:00",0.5,"2013-10-13 00:00",0.5,"2013-11-30 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.1,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43510",1,44.73846,-93.23725,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",5,0.14863,0.09849,0.536,"2013-01-28 00:00",0.388,"2013-01-04 00:00",0.364,"2013-04-04 00:00",0.336,"2013-07-27 00:00","","","","",0.536,0.388,0.364,0.268,0.176,0.132,0.06,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43516",1,44.73846,-93.23725,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.052778,0.020412,0.2,"2013-08-02 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43551",1,44.73846,-93.23725,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.372222,1.173194,6.6,"2013-05-16 00:00",5.9,"2013-05-10 00:00",5.8,"2013-10-01 00:00",5.4,"2013-06-03 00:00","","","","",6.6,5.9,5.8,5.2,4.3,2.9,2.2,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43552",1,44.73846,-93.23725,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",19,0.435106,0.712002,3.2,"2013-07-09 00:00",3.2,"2013-08-26 00:00",1.9,"2013-08-20 00:00",1.3,"2013-08-08 00:00","","","","",3.2,3.2,1.9,1.2,0.5,0.2,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43559",1,44.73846,-93.23725,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.063208,0.048189,0.3,"2013-08-26 00:00",0.2,"2013-06-21 00:00",0.2,"2013-06-27 00:00",0.2,"2013-07-09 00:00","","","","",0.3,0.2,0.2,0.05,0.05,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43801",1,44.73846,-93.23725,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.450784,0.171998,0.65,"2013-06-03 00:00",0.62,"2013-02-09 00:00",0.59,"2013-05-28 00:00",0.58,"2013-04-10 00:00","","","","",0.65,0.62,0.59,0.57,0.54,0.5,0.09,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43802",1,44.73846,-93.23725,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.06717,0.023727,0.1,"2013-05-28 00:00",0.1,"2013-06-15 00:00",0.1,"2013-07-03 00:00",0.09,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.09,0.08,0.07,0.04,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43803",1,44.73846,-93.23725,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.016981,0.007742,0.04,"2013-07-03 00:00",0.04,"2013-08-08 00:00",0.03,"2013-06-27 00:00",0.03,"2013-07-09 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43804",1,44.73846,-93.23725,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.098113,0.013736,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43806",1,44.73846,-93.23725,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43811",1,44.73846,-93.23725,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.224528,0.051537,0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0.3,"2013-05-28 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43812",1,44.73846,-93.23725,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43813",1,44.73846,-93.23725,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43814",1,44.73846,-93.23725,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009434,0.00534,0.02,"2013-07-03 00:00",0.02,"2013-08-02 00:00",0.02,"2013-08-08 00:00",0.02,"2013-08-14 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43815",1,44.73846,-93.23725,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.022453,0.009386,0.04,"2013-01-28 00:00",0.04,"2013-02-09 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43817",1,44.73846,-93.23725,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.011132,0.015648,0.09,"2013-08-26 00:00",0.04,"2013-03-29 00:00",0.04,"2013-05-10 00:00",0.04,"2013-08-08 00:00","","","","",0.09,0.04,0.04,0.02,0.02,0.01,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43818",1,44.73846,-93.23725,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43819",1,44.73846,-93.23725,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.007736,0.004225,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43820",1,44.73846,-93.23725,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43823",1,44.73846,-93.23725,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.507925,0.100161,0.7,"2013-06-03 00:00",0.64,"2013-08-26 00:00",0.61,"2013-02-09 00:00",0.61,"2013-05-28 00:00","","","","",0.7,0.64,0.61,0.59,0.56,0.51,0.46,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43824",1,44.73846,-93.23725,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001321,0.004819,0.03,"2013-07-09 00:00",0.01,"2013-04-16 00:00",0.01,"2013-05-04 00:00",0.01,"2013-08-02 00:00","","","","",0.03,0.01,0.01,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43826",1,44.73846,-93.23725,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43828",1,44.73846,-93.23725,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43829",1,44.73846,-93.23725,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000566,0.003048,0.02,"2013-06-21 00:00",0.01,"2013-06-09 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.02,0.01,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43830",1,44.73846,-93.23725,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43831",1,44.73846,-93.23725,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43832",1,44.73846,-93.23725,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43838",1,44.73846,-93.23725,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43839",1,44.73846,-93.23725,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43843",1,44.73846,-93.23725,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43844",1,44.73846,-93.23725,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","43860",1,44.73846,-93.23725,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003962,0.004938,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45109",1,44.73846,-93.23725,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.507925,0.445479,1.94,"2013-08-08 00:00",1.44,"2013-10-07 00:00",1.42,"2013-07-03 00:00",1.39,"2013-08-14 00:00","","","","",1.94,1.44,1.42,1.23,0.67,0.37,0.11,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45201",1,44.73846,-93.23725,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.767925,0.326116,1.66,"2013-01-28 00:00",1.48,"2013-08-08 00:00",1.46,"2013-12-30 00:00",1.39,"2013-01-04 00:00","","","","",1.66,1.48,1.46,1.16,0.95,0.71,0.44,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45202",1,44.73846,-93.23725,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.189434,0.974937,5.44,"2013-07-03 00:00",4.27,"2013-08-08 00:00",2.95,"2013-08-14 00:00",2.77,"2013-08-02 00:00","","","","",5.44,4.27,2.95,2.04,1.34,0.95,0.43,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45203",1,44.73846,-93.23725,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.153019,0.128581,0.61,"2013-08-08 00:00",0.42,"2013-07-09 00:00",0.42,"2013-08-14 00:00",0.41,"2013-07-03 00:00","","","","",0.61,0.42,0.42,0.32,0.22,0.12,0.03,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45204",1,44.73846,-93.23725,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.219057,0.172997,0.85,"2013-08-08 00:00",0.59,"2013-08-14 00:00",0.57,"2013-10-07 00:00",0.54,"2013-07-03 00:00","","","","",0.85,0.59,0.57,0.5,0.29,0.15,0.06,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45207",1,44.73846,-93.23725,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",23,0.055472,0.0538,0.22,"2013-08-08 00:00",0.17,"2013-07-03 00:00",0.17,"2013-07-09 00:00",0.14,"2013-08-02 00:00","","","","",0.22,0.17,0.17,0.14,0.09,0.04,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45208",1,44.73846,-93.23725,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,0.190943,0.194375,0.8,"2013-08-08 00:00",0.68,"2013-07-09 00:00",0.58,"2013-07-03 00:00",0.54,"2013-10-07 00:00","","","","",0.8,0.68,0.58,0.51,0.29,0.1,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45220",1,44.73846,-93.23725,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.02566,0.038205,0.18,"2013-07-09 00:00",0.12,"2013-06-15 00:00",0.1,"2013-06-21 00:00",0.1,"2013-08-14 00:00","","","","",0.18,0.12,0.1,0.08,0.04,0.01,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45228",1,44.73846,-93.23725,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.1485,0,0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45501",1,44.73846,-93.23725,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",45,0.061321,0.031988,0.2,"2013-05-28 00:00",0.2,"2013-06-27 00:00",0.1,"2013-01-04 00:00",0.1,"2013-05-10 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45801",1,44.73846,-93.23725,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.00566,0.008437,0.04,"2013-09-19 00:00",0.03,"2013-09-13 00:00",0.02,"2013-09-25 00:00",0.02,"2013-10-19 00:00","","","","",0.04,0.03,0.02,0.01,0.01,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45805",1,44.73846,-93.23725,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45806",1,44.73846,-93.23725,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.010377,0.002747,0.03,"2013-07-09 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.03,0.01,0.01,0.01,0.01,0.01,0.01,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45807",1,44.73846,-93.23725,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001698,0.00509,0.03,"2013-07-09 00:00",0.01,"2013-01-04 00:00",0.01,"2013-06-15 00:00",0.01,"2013-06-21 00:00","","","","",0.03,0.01,0.01,0.01,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45809",1,44.73846,-93.23725,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","45810",1,44.73846,-93.23725,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","46401",1,44.73846,-93.23725,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.050943,0.006868,0.1,"2013-07-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","037","0470","68101",1,44.73846,-93.23725,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,100,61,61,0,5,"","","Certification not required",109,0.061765,0.047704,0.4,"2013-12-30 00:00",0.3,"2013-12-21 00:00",0.2,"2013-02-15 00:00",0.2,"2013-07-18 00:00","","","","",0.3,0.2,0.2,0.05,0.05,0.05,0.05,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68102",1,44.73846,-93.23725,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,5,"","","Certification not required",0,23.996639,0.036668,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68103",1,44.73846,-93.23725,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,5,"","","Certification not required",0,0.284874,12.910609,24.6,"2013-07-18 00:00",24.3,"2013-08-26 00:00",22.1,"2013-08-29 00:00",21.6,"2013-07-06 00:00","","","","",24.3,22.1,19.7,16.1,11.9,-0.6,-16.4,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68104",1,44.73846,-93.23725,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,5,"","","Certification not required",0,11.19916,13.600333,33.8,"2013-08-26 00:00",33.4,"2013-08-29 00:00",33.2,"2013-09-07 00:00",33.1,"2013-07-18 00:00","","","","",33.4,33.2,30.7,28.3,24.7,9.5,-6.2,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68105",1,44.73846,-93.23725,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,5,"","","Certification not required",0,5.716807,12.952183,28.9,"2013-07-18 00:00",28.8,"2013-08-26 00:00",27.1,"2013-08-29 00:00",26.7,"2013-07-06 00:00","","","","",28.8,27.1,25.3,21.7,18.4,4.3,-11.1,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68106",1,44.73846,-93.23725,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,5,"","","Certification not required",0,732.084034,4.52597,745,"2013-11-12 00:00",743,"2013-12-06 00:00",740,"2013-01-22 00:00",740,"2013-03-26 00:00","","","","",743,740,740,737,735,732,726,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68107",1,44.73846,-93.23725,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,5,"","","Certification not required",0,738.386555,4.82597,754,"2013-11-12 00:00",752,"2013-11-24 00:00",751,"2013-12-06 00:00",748,"2013-05-01 00:00","","","","",752,751,747,744,741,738,733,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68108",1,44.73846,-93.23725,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,5,"","","Certification not required",0,735.260504,4.579731,751,"2013-11-12 00:00",747,"2013-12-06 00:00",744,"2013-10-13 00:00",744,"2013-10-28 00:00","","","","",747,744,743,741,738,735,730,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","68109",1,44.73846,-93.23725,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,100,61,61,0,5,"","","Certification not required",0,1439.915966,0.278611,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","88101",1,44.73846,-93.23725,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,5,0,0,"Certification not required",0,8.810924,4.555194,24.8,"2013-03-08 00:00",20.4,"2013-11-30 00:00",19.7,"2013-02-24 00:00",19.2,"2013-12-03 00:00","","","","",20.4,19.7,18.2,16.5,11.4,7.7,4.1,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","88101",1,44.73846,-93.23725,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,5,"","","Certification not required",0,8.810924,4.555194,24.8,"2013-03-08 00:00",20.4,"2013-11-30 00:00",19.7,"2013-02-24 00:00",19.2,"2013-12-03 00:00","","","","",20.4,19.7,18.2,16.5,11.4,7.7,4.1,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","88101",3,44.73846,-93.23725,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8662,99,365,365,0,94,"","","Certification not required",0,6.986377,6.293411,55,"2013-02-25 23:00",52,"2013-07-04 21:00",51,"2013-02-26 00:00",47,"2013-02-25 21:00","","","","",29,26,19,15,10,5,1,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","88101",3,44.73846,-93.23725,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,6.953168,4.859349,27.5,"2013-07-11 00:00",27,"2013-12-02 00:00",26.2,"2013-02-26 00:00",25.1,"2013-01-05 00:00","","","","",25.1,21,16.4,13.5,9.2,5.7,2,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","037","0470","88101",3,44.73846,-93.23725,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,6.953168,4.859349,27.5,"2013-07-11 00:00",27,"2013-12-02 00:00",26.2,"2013-02-26 00:00",25.1,"2013-01-05 00:00","","","","",25.1,21,16.4,13.5,9.2,5.7,2,"Apple Valley","225 GARDEN VIEW DRIVE","Minnesota","Dakota","Apple Valley","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","049","5302","44201",1,44.473754,-93.012611,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5057,100,213,214,0,79,0,0,"Certification not required",175,0.045864,0.011116,0.072,"2013-09-07 14:00",0.071,"2013-07-08 13:00",0.069,"2013-07-06 15:00",0.067,"2013-05-16 15:00","","","","",0.069,0.066,0.063,0.058,0.054,0.047,0.031,"Stanton Air Field","1235 HIGHWAY 19","Minnesota","Goodhue","","Red Wing, MN","2014-01-29" +"27","049","5302","44201",1,44.473754,-93.012611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,99,212,214,0,0,0,0,"Certification not required",0,0.041689,0.01112,0.066,"2013-07-06 11:00",0.066,"2013-07-08 11:00",0.062,"2013-05-16 11:00",0.062,"2013-09-06 12:00","","","","",0.062,0.062,0.058,0.055,0.05,0.043,0.028,"Stanton Air Field","1235 HIGHWAY 19","Minnesota","Goodhue","","Red Wing, MN","2014-01-29" +"27","049","5302","44201",1,44.473754,-93.012611,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,99,212,214,0,0,0,0,"Certification not required",0,0.041689,0.01112,0.066,"2013-07-06 11:00",0.066,"2013-07-08 11:00",0.062,"2013-05-16 11:00",0.062,"2013-09-06 12:00","","","","",0.062,0.062,0.058,0.055,0.05,0.043,0.028,"Stanton Air Field","1235 HIGHWAY 19","Minnesota","Goodhue","","Red Wing, MN","2014-01-29" +"27","053","0909","88101",3,45.012102,-93.276699,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8453,96,360,365,0,303,"","","Certification not required",0,6.980954,7.749082,126,"2013-05-14 17:00",80,"2013-11-20 13:00",70,"2013-05-14 13:00",61,"2013-05-16 20:00","","","","",34,28,22,17,10,5,0,"Pacific Street","3104 Pacific Street","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0909","88101",3,45.012102,-93.276699,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,0,0,"Certification not required",0,6.945352,5.62396,29.1,"2013-07-11 00:00",28.4,"2013-02-26 00:00",25.9,"2013-02-25 00:00",25.8,"2013-12-02 00:00","","","","",25.8,22.4,18.7,14.3,9.4,5.7,1,"Pacific Street","3104 Pacific Street","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0909","88101",3,45.012102,-93.276699,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,6.945352,5.62396,29.1,"2013-07-11 00:00",28.4,"2013-02-26 00:00",25.9,"2013-02-25 00:00",25.8,"2013-12-02 00:00","","","","",25.8,22.4,18.7,14.3,9.4,5.7,1,"Pacific Street","3104 Pacific Street","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0954","42101",1,44.980995,-93.273719,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8632,99,360,365,0,128,0,0,"Certification not required",8513,0.255404,0.052119,1.5,"2013-05-06 22:00",1.4,"2013-03-28 07:00",1.4,"2013-05-06 23:00",1.2,"2013-02-02 21:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"Arts Center","528 HENNEPIN AVENUE","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0954","42101",1,44.980995,-93.273719,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8646,99,360,365,0,0,0,0,"Certification not required",0,0.302764,0.022261,0.7,"2013-03-28 08:00",0.7,"2013-03-28 09:00",0.7,"2013-03-28 10:00",0.7,"2013-03-28 11:00",0.7,"2013-03-28 08:00",0.7,"2013-05-06 23:00",0.4,0.4,0.3,0.3,0.3,0.3,0.3,"Arts Center","528 HENNEPIN AVENUE","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0954","42401",1,44.980995,-93.273719,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8304,95,347,365,0,456,0,"","Certification not required",0,1.51585,2.293912,18,"2013-08-02 15:00",18,"2013-08-04 10:00",17,"2013-08-03 08:00",15,"2013-08-05 10:00","","","","",15,7,5,3,2,1,0,"Arts Center","528 HENNEPIN AVENUE","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0954","42401",1,44.980995,-93.273719,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8304,95,347,365,0,456,"","","Certification not required",0,0.900048,1.904534,18,"2013-08-02 15:00",18,"2013-08-02 16:00",18,"2013-08-02 23:00",18,"2013-08-04 10:00","","","","",13,5,3,3,1,0,0,"Arts Center","528 HENNEPIN AVENUE","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0954","42401",1,44.980995,-93.273719,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",347,95,347,365,0,0,0,"","Certification not required",0,0.88732,1.77665,15.8,"2013-08-03 00:00",14.9,"2013-08-04 00:00",13.6,"2013-08-05 00:00",11.7,"2013-08-02 00:00","","","","",11.7,4.5,3,2.5,1.3,0.1,0,"Arts Center","528 HENNEPIN AVENUE","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0954","42401",1,44.980995,-93.273719,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2743,94,346,365,0,0,"",0,"Certification not required",0,0.889245,1.881335,17.6,"2013-08-02 17:00",17.3,"2013-08-02 23:00",17.3,"2013-08-04 11:00",17,"2013-08-02 14:00","","","","",13,4.3,3,2.6,1,0,0,"Arts Center","528 HENNEPIN AVENUE","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0961","42153",1,44.87551,-93.25892,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.040426,0.277143,1.9,"2013-08-26 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",1.9,1.9,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43205",1,44.87551,-93.25892,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",2,2.451064,1.587125,6.1,"2013-12-06 00:00",5.9,"2013-12-12 00:00",5.4,"2013-11-30 00:00",5.3,"2013-08-08 00:00","","","","",6.1,6.1,5.4,5.1,3.3,2.1,0.8,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43207",1,44.87551,-93.25892,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.152979,0.025869,0.27,"2013-06-09 00:00",0.22,"2013-08-08 00:00",0.18,"2013-05-28 00:00",0.18,"2013-06-03 00:00","","","","",0.27,0.27,0.18,0.18,0.16,0.15,0.13,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43208",1,44.87551,-93.25892,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-09 00:00",0.05,"2013-02-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43218",1,44.87551,-93.25892,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.109149,0.101314,0.38,"2013-10-13 00:00",0.36,"2013-08-14 00:00",0.33,"2013-02-21 00:00",0.31,"2013-03-05 00:00","","","","",0.38,0.38,0.33,0.24,0.18,0.07,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43231",1,44.87551,-93.25892,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",0,0.634783,0.394528,2.3,"2013-08-08 00:00",1.3,"2013-08-14 00:00",1.1,"2013-06-03 00:00",1.1,"2013-10-13 00:00","","","","",2.3,2.3,1.1,1.1,0.8,0.6,0.2,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43232",1,44.87551,-93.25892,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",6,0.370213,0.493948,3.3,"2013-08-08 00:00",1.1,"2013-08-14 00:00",0.9,"2013-06-03 00:00",0.7,"2013-10-13 00:00","","","","",3.3,3.3,0.9,0.7,0.4,0.3,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43248",1,44.87551,-93.25892,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",36,0.085106,0.09436,0.6,"2013-08-08 00:00",0.3,"2013-08-14 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00","","","","",0.6,0.6,0.2,0.2,0.05,0.05,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43302",1,44.87551,-93.25892,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",18,8.470213,12.590225,65.8,"2013-03-29 00:00",38.5,"2013-09-07 00:00",29.6,"2013-08-02 00:00",23.7,"2013-07-21 00:00","","","","",65.8,65.8,29.6,23.2,13.9,4.4,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43312",1,44.87551,-93.25892,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,9,"","","Certification not required",20,0.595455,0.838452,4.2,"2013-08-08 00:00",2.8,"2013-10-13 00:00",1.8,"2013-03-29 00:00",1.6,"2013-07-15 00:00","","","","",4.2,4.2,1.8,1.4,1,0.2,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43372",1,44.87551,-93.25892,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43447",1,44.87551,-93.25892,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,9,"","","Certification not required",0,0.611364,0.646355,2.7,"2013-08-08 00:00",2.4,"2013-07-15 00:00",2.2,"2013-08-02 00:00",2,"2013-08-26 00:00","","","","",2.7,2.7,2.2,1.5,0.7,0.5,0.1,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43502",1,44.87551,-93.25892,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,1.842857,0.977241,4,"2013-08-26 00:00",3.9,"2013-09-07 00:00",3.5,"2013-07-15 00:00",3.5,"2013-08-20 00:00","","","","",4,4,3.5,3.4,2.4,1.7,0.6,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43503",1,44.87551,-93.25892,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,1.436735,0.923015,5.7,"2013-04-10 00:00",4,"2013-02-21 00:00",3.2,"2013-03-05 00:00",2.7,"2013-03-29 00:00","","","","",5.7,5.7,3.2,2.3,1.6,1.3,0.6,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43504",1,44.87551,-93.25892,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,0.287755,0.111117,0.5,"2013-05-16 00:00",0.5,"2013-09-07 00:00",0.5,"2013-10-13 00:00",0.5,"2013-11-30 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.1,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43510",1,44.87551,-93.25892,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",6,0.165878,0.106962,0.524,"2013-03-29 00:00",0.428,"2013-01-04 00:00",0.356,"2013-06-03 00:00",0.316,"2013-03-05 00:00","","","","",0.524,0.524,0.356,0.316,0.216,0.152,0.03,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43516",1,44.87551,-93.25892,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-09 00:00",0.05,"2013-02-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43551",1,44.87551,-93.25892,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,3.740816,1.79431,12.4,"2013-10-01 00:00",7.1,"2013-06-03 00:00",6.6,"2013-05-16 00:00",5.9,"2013-12-06 00:00","","","","",12.4,12.4,6.6,5.4,4.5,3.2,2.2,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43552",1,44.87551,-93.25892,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,10,"","","Certification not required",21,0.410465,0.724533,4,"2013-08-08 00:00",1.9,"2013-09-19 00:00",1.8,"2013-07-21 00:00",1.4,"2013-06-03 00:00","","","","",4,4,1.8,1.1,0.4,0.1,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43559",1,44.87551,-93.25892,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",45,0.062766,0.068737,0.5,"2013-08-26 00:00",0.2,"2013-09-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.5,0.5,0.05,0.05,0.05,0.05,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43801",1,44.87551,-93.25892,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,8,"","","Certification not required",0,0.497778,0.152388,0.96,"2013-06-09 00:00",0.8,"2013-08-08 00:00",0.63,"2013-06-03 00:00",0.61,"2013-05-28 00:00","","","","",0.96,0.96,0.63,0.6,0.55,0.51,0.38,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43802",1,44.87551,-93.25892,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.105319,0.086095,0.55,"2013-12-12 00:00",0.3,"2013-10-07 00:00",0.22,"2013-04-16 00:00",0.22,"2013-09-25 00:00","","","","",0.55,0.55,0.22,0.2,0.11,0.08,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43803",1,44.87551,-93.25892,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.017234,0.008263,0.05,"2013-08-08 00:00",0.04,"2013-06-09 00:00",0.03,"2013-06-03 00:00",0.03,"2013-08-14 00:00","","","","",0.05,0.05,0.03,0.02,0.02,0.02,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43804",1,44.87551,-93.25892,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.102128,0.014586,0.2,"2013-06-09 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43806",1,44.87551,-93.25892,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43811",1,44.87551,-93.25892,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.229787,0.054831,0.4,"2013-06-09 00:00",0.4,"2013-08-08 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.2,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43812",1,44.87551,-93.25892,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43813",1,44.87551,-93.25892,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43814",1,44.87551,-93.25892,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.008723,0.00448,0.02,"2013-06-09 00:00",0.02,"2013-08-08 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43815",1,44.87551,-93.25892,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.023404,0.010689,0.06,"2013-06-09 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00",0.03,"2013-01-04 00:00","","","","",0.06,0.06,0.04,0.03,0.03,0.02,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43817",1,44.87551,-93.25892,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.010426,0.012503,0.06,"2013-08-08 00:00",0.04,"2013-08-14 00:00",0.03,"2013-06-03 00:00",0.03,"2013-08-02 00:00","","","","",0.06,0.06,0.03,0.03,0.02,0.01,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43818",1,44.87551,-93.25892,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43819",1,44.87551,-93.25892,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.008085,0.003977,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43820",1,44.87551,-93.25892,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43823",1,44.87551,-93.25892,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.534043,0.099731,0.93,"2013-06-09 00:00",0.88,"2013-08-08 00:00",0.66,"2013-12-18 00:00",0.64,"2013-11-24 00:00","","","","",0.93,0.93,0.66,0.61,0.56,0.52,0.45,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43824",1,44.87551,-93.25892,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.004468,0.007748,0.03,"2013-02-21 00:00",0.03,"2013-08-08 00:00",0.02,"2013-05-04 00:00",0.02,"2013-08-14 00:00","","","","",0.03,0.03,0.02,0.01,0.01,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43826",1,44.87551,-93.25892,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43828",1,44.87551,-93.25892,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-09 00:00",0.005,"2013-02-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43829",1,44.87551,-93.25892,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43830",1,44.87551,-93.25892,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43831",1,44.87551,-93.25892,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43832",1,44.87551,-93.25892,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-09 00:00",0.005,"2013-02-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43838",1,44.87551,-93.25892,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-09 00:00",0.005,"2013-02-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43839",1,44.87551,-93.25892,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-21 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43843",1,44.87551,-93.25892,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43844",1,44.87551,-93.25892,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","43860",1,44.87551,-93.25892,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.003404,0.00479,0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00",0.01,"2013-03-05 00:00",0.01,"2013-04-10 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45109",1,44.87551,-93.25892,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.660213,0.711952,4.24,"2013-08-08 00:00",2.33,"2013-08-14 00:00",1.52,"2013-10-07 00:00",1.51,"2013-10-13 00:00","","","","",4.24,4.24,1.52,1.47,0.77,0.47,0.13,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45201",1,44.87551,-93.25892,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.888298,0.443574,2.86,"2013-08-08 00:00",1.7,"2013-10-13 00:00",1.55,"2013-12-30 00:00",1.45,"2013-08-14 00:00","","","","",2.86,2.86,1.55,1.4,1.14,0.76,0.48,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45202",1,44.87551,-93.25892,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,1.334681,1.207601,7.7,"2013-08-08 00:00",3.93,"2013-08-14 00:00",3.11,"2013-06-03 00:00",2.88,"2013-10-13 00:00","","","","",7.7,7.7,3.11,2.58,1.51,1.09,0.46,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45203",1,44.87551,-93.25892,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.184894,0.185576,1.14,"2013-08-08 00:00",0.62,"2013-08-14 00:00",0.41,"2013-06-03 00:00",0.4,"2013-10-13 00:00","","","","",1.14,1.14,0.41,0.37,0.22,0.14,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45204",1,44.87551,-93.25892,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.269149,0.277832,1.61,"2013-08-08 00:00",0.97,"2013-08-14 00:00",0.62,"2013-06-03 00:00",0.61,"2013-10-07 00:00","","","","",1.61,1.61,0.62,0.57,0.31,0.21,0.03,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45207",1,44.87551,-93.25892,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",20,0.06617,0.074907,0.4,"2013-08-08 00:00",0.21,"2013-08-14 00:00",0.2,"2013-06-03 00:00",0.18,"2013-10-13 00:00","","","","",0.4,0.4,0.2,0.17,0.09,0.05,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45208",1,44.87551,-93.25892,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",11,0.241702,0.303869,1.73,"2013-08-08 00:00",0.8,"2013-08-14 00:00",0.68,"2013-06-03 00:00",0.63,"2013-10-07 00:00","","","","",1.73,1.73,0.68,0.52,0.38,0.15,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45220",1,44.87551,-93.25892,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.026383,0.045177,0.23,"2013-08-08 00:00",0.12,"2013-06-09 00:00",0.12,"2013-10-07 00:00",0.1,"2013-06-03 00:00","","","","",0.23,0.23,0.12,0.08,0.04,0.01,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45228",1,44.87551,-93.25892,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",44,0.163149,0.059968,0.486,"2013-08-08 00:00",0.324,"2013-09-19 00:00",0.324,"2013-09-25 00:00",0.1485,"2013-01-04 00:00","","","","",0.486,0.486,0.324,0.1485,0.1485,0.1485,0.1485,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45501",1,44.87551,-93.25892,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",30,0.083673,0.052428,0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00",0.2,"2013-06-03 00:00",0.2,"2013-06-09 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45801",1,44.87551,-93.25892,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.004894,0.008041,0.03,"2013-06-09 00:00",0.03,"2013-08-08 00:00",0.02,"2013-06-03 00:00",0.02,"2013-09-19 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45805",1,44.87551,-93.25892,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45806",1,44.87551,-93.25892,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",46,0.010638,0.004376,0.04,"2013-08-08 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00","","","","",0.04,0.04,0.01,0.01,0.01,0.01,0.01,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45807",1,44.87551,-93.25892,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0.00234,0.006982,0.04,"2013-08-08 00:00",0.02,"2013-06-03 00:00",0.01,"2013-06-09 00:00",0.01,"2013-07-15 00:00","","","","",0.04,0.04,0.01,0.01,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45809",1,44.87551,-93.25892,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","45810",1,44.87551,-93.25892,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0961","46401",1,44.87551,-93.25892,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-09 00:00",0.05,"2013-02-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"RICHFIELD INTERMEDIATE SCHOOL","7020 12TH AVE S.","Minnesota","Hennepin","Richfield","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","11101",1,44.965242,-93.254759,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",16,26,16,61,0,0,"","","Certification not required",0,43.9375,22.581611,112,"2013-12-06 00:00",60,"2013-10-25 00:00",60,"2013-12-24 00:00",54,"2013-11-30 00:00","","","","",112,112,112,60,54,38,21,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12101",1,44.965242,-93.254759,"NAD83","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.188125,0.087728,0.36,"2013-10-25 00:00",0.35,"2013-11-30 00:00",0.29,"2013-10-01 00:00",0.24,"2013-11-12 00:00","","","","",0.36,0.36,0.36,0.35,0.24,0.19,0.09,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12102",1,44.965242,-93.254759,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.001875,0.004031,0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00",0.01,"2013-10-31 00:00",0,"2013-10-13 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12103",1,44.965242,-93.254759,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12105",1,44.965242,-93.254759,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12107",1,44.965242,-93.254759,"NAD83","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.030625,0.015262,0.06,"2013-10-07 00:00",0.05,"2013-10-01 00:00",0.05,"2013-11-30 00:00",0.04,"2013-10-13 00:00","","","","",0.06,0.06,0.06,0.05,0.04,0.03,0.01,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12110",1,44.965242,-93.254759,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12112",1,44.965242,-93.254759,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12113",1,44.965242,-93.254759,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12114",1,44.965242,-93.254759,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.030625,0.011815,0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.04,"2013-10-01 00:00",0.04,"2013-10-31 00:00","","","","",0.05,0.05,0.05,0.05,0.04,0.03,0.02,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12126",1,44.965242,-93.254759,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.626875,0.252394,1.05,"2013-10-01 00:00",1.01,"2013-10-25 00:00",0.98,"2013-10-07 00:00",0.94,"2013-11-30 00:00","","","","",1.05,1.05,1.05,1.01,0.94,0.62,0.34,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12132",1,44.965242,-93.254759,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.019375,0.013401,0.05,"2013-10-25 00:00",0.04,"2013-10-01 00:00",0.04,"2013-11-30 00:00",0.03,"2013-11-12 00:00","","","","",0.05,0.05,0.05,0.04,0.03,0.01,0.01,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12136",1,44.965242,-93.254759,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12154",1,44.965242,-93.254759,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","12167",1,44.965242,-93.254759,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.035625,0.013647,0.06,"2013-11-18 00:00",0.06,"2013-11-30 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-25 00:00","","","","",0.06,0.06,0.06,0.06,0.05,0.03,0.02,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","14129",1,44.965242,-93.254759,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",16,26,16,61,0,0,0,0,"Certification not required",0,0.005,0.005164,0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00",0.01,"2013-10-13 00:00",0.01,"2013-10-25 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","42101",1,44.965242,-93.254759,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8212,94,344,365,0,548,0,0,"Certification not required",7998,0.260399,0.072808,1.8,"2013-03-28 06:00",1.6,"2013-05-06 21:00",1.5,"2013-11-07 23:00",1.4,"2013-11-02 19:00","","","","",0.6,0.5,0.25,0.25,0.25,0.25,0.25,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0962","42101",1,44.965242,-93.254759,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8236,94,343,365,0,0,0,0,"Certification not required",0,0.306557,0.041182,1.1,"2013-03-28 08:00",1,"2013-03-28 07:00",1,"2013-03-28 09:00",1,"2013-03-28 10:00",1.1,"2013-03-28 08:00",0.8,"2013-05-07 02:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0962","42153",1,44.965242,-93.254759,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","42601",1,44.965242,-93.254759,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8147,93,344,365,0,613,"","","Certification not required",0,15.379526,21.522502,327,"2013-03-27 23:00",306,"2013-03-27 22:00",255,"2013-03-28 06:00",240,"2013-03-28 07:00","","","","",97,79,54,39,22,8,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0962","42602",1,44.965242,-93.254759,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8147,93,344,365,0,613,1,"","Certification not required",0,27.450581,11.969733,101,"2013-03-27 23:00",81,"2013-03-28 00:00",68,"2013-02-13 06:00",65,"2013-03-07 01:00","","","","",65,58,48,42,33,26,14,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0962","42602",1,44.965242,-93.254759,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8147,93,344,365,0,613,"","","Certification not required",0,15.287836,10.004529,101,"2013-03-27 23:00",83,"2013-03-27 22:00",81,"2013-03-28 00:00",76,"2013-03-28 07:00","","","","",47,41,34,28,21,14,4,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0962","42603",1,44.965242,-93.254759,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8147,93,344,365,0,613,"","","Certification not required",0,31.189518,28.952469,348,"2013-03-27 23:00",323,"2013-03-28 06:00",318,"2013-03-27 22:00",308,"2013-03-28 07:00","","","","",138,114,82,64,43,24,5,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","053","0962","43205",1,44.965242,-93.254759,"NAD83","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,4.19375,1.585547,6.3,"2013-12-06 00:00",6.1,"2013-12-12 00:00",5.7,"2013-11-30 00:00",5.5,"2013-12-18 00:00","","","","",6.3,6.3,6.3,6.1,5.5,4.8,2,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43207",1,44.965242,-93.254759,"NAD83","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.21375,0.016279,0.25,"2013-10-07 00:00",0.23,"2013-10-01 00:00",0.23,"2013-10-13 00:00",0.23,"2013-10-19 00:00","","","","",0.25,0.25,0.25,0.23,0.23,0.21,0.19,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43208",1,44.965242,-93.254759,"NAD83","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.05,0,0.05,"2013-10-01 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43218",1,44.965242,-93.254759,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.304375,0.226744,0.86,"2013-10-07 00:00",0.63,"2013-10-13 00:00",0.48,"2013-11-30 00:00",0.48,"2013-12-30 00:00","","","","",0.86,0.86,0.86,0.63,0.48,0.27,0.08,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43231",1,44.965242,-93.254759,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,1.51875,0.723159,3,"2013-10-01 00:00",2.9,"2013-10-07 00:00",2.6,"2013-10-13 00:00",1.7,"2013-12-12 00:00","","","","",3,3,3,2.9,1.7,1.4,0.8,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43232",1,44.965242,-93.254759,"NAD83","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.56875,0.277414,1.1,"2013-10-07 00:00",1.1,"2013-10-13 00:00",0.8,"2013-12-18 00:00",0.8,"2013-12-30 00:00","","","","",1.1,1.1,1.1,1.1,0.8,0.6,0.2,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43248",1,44.965242,-93.254759,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",3,0.290625,0.160436,0.6,"2013-10-07 00:00",0.5,"2013-10-13 00:00",0.4,"2013-12-06 00:00",0.4,"2013-12-12 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43302",1,44.965242,-93.254759,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",12,6.65,26.040929,104.3,"2013-11-06 00:00",0.7,"2013-10-25 00:00",0.7,"2013-11-12 00:00",0.1,"2013-10-07 00:00","","","","",104.3,104.3,104.3,0.7,0.1,0.05,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43312",1,44.965242,-93.254759,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",15,94,15,16,0,1,"","","Certification not required",1,26.036667,31.600579,99.3,"2013-10-25 00:00",75.7,"2013-10-19 00:00",73.3,"2013-10-07 00:00",33.3,"2013-12-18 00:00","","","","",99.3,99.3,99.3,75.7,33.3,9.4,0.6,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43372",1,44.965242,-93.254759,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43441",1,44.965242,-93.254759,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.2125,0.083944,0.37,"2013-10-13 00:00",0.36,"2013-10-07 00:00",0.31,"2013-12-30 00:00",0.3,"2013-12-18 00:00","","","","",0.37,0.37,0.37,0.36,0.3,0.2,0.11,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43447",1,44.965242,-93.254759,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",15,94,15,16,0,1,"","","Certification not required",0,0.706667,0.516121,1.7,"2013-10-07 00:00",1.6,"2013-10-13 00:00",1,"2013-11-30 00:00",1,"2013-12-12 00:00","","","","",1.7,1.7,1.7,1.6,1,0.8,0.1,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43502",1,44.965242,-93.254759,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,1.3,0.404969,2.1,"2013-10-01 00:00",2,"2013-10-13 00:00",1.8,"2013-10-07 00:00",1.6,"2013-11-30 00:00","","","","",2.1,2.1,2.1,2,1.6,1.3,0.9,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43503",1,44.965242,-93.254759,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,1.2375,0.444035,2.2,"2013-10-13 00:00",2.1,"2013-11-30 00:00",1.5,"2013-10-01 00:00",1.5,"2013-10-07 00:00","","","","",2.2,2.2,2.2,2.1,1.5,1.2,0.8,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43504",1,44.965242,-93.254759,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.3,0.109545,0.6,"2013-10-13 00:00",0.4,"2013-10-01 00:00",0.4,"2013-10-07 00:00",0.4,"2013-11-30 00:00","","","","",0.6,0.6,0.6,0.4,0.4,0.3,0.2,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43510",1,44.965242,-93.254759,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",4,0.07975,0.039164,0.156,"2013-10-13 00:00",0.136,"2013-10-01 00:00",0.132,"2013-10-07 00:00",0.104,"2013-11-30 00:00","","","","",0.156,0.156,0.156,0.136,0.104,0.076,0.03,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43516",1,44.965242,-93.254759,"NAD83","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.05,0,0.05,"2013-10-01 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43551",1,44.965242,-93.254759,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,3.70625,1.297417,6,"2013-10-07 00:00",5.7,"2013-10-01 00:00",5.5,"2013-10-13 00:00",4.6,"2013-10-25 00:00","","","","",6,6,6,5.7,4.6,3.6,2.3,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43552",1,44.965242,-93.254759,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",6,1.95625,5.047008,20.4,"2013-10-01 00:00",4.5,"2013-10-07 00:00",1.7,"2013-10-13 00:00",1.4,"2013-10-25 00:00","","","","",20.4,20.4,20.4,4.5,1.4,0.5,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43559",1,44.965242,-93.254759,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",15,0.053125,0.0125,0.1,"2013-10-01 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43801",1,44.965242,-93.254759,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.50625,0.043493,0.57,"2013-11-24 00:00",0.57,"2013-12-24 00:00",0.55,"2013-12-18 00:00",0.53,"2013-10-07 00:00","","","","",0.57,0.57,0.57,0.57,0.53,0.51,0.45,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43802",1,44.965242,-93.254759,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.1,0.026833,0.16,"2013-10-07 00:00",0.14,"2013-10-13 00:00",0.13,"2013-10-01 00:00",0.12,"2013-12-18 00:00","","","","",0.16,0.16,0.16,0.14,0.12,0.09,0.07,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43803",1,44.965242,-93.254759,"NAD83","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.02125,0.005,0.03,"2013-10-01 00:00",0.03,"2013-10-07 00:00",0.03,"2013-10-13 00:00",0.02,"2013-10-19 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.02,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43804",1,44.965242,-93.254759,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-10-01 00:00",0.1,"2013-10-07 00:00",0.1,"2013-10-13 00:00",0.1,"2013-10-19 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43806",1,44.965242,-93.254759,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43811",1,44.965242,-93.254759,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.2125,0.034157,0.3,"2013-10-07 00:00",0.3,"2013-11-06 00:00",0.2,"2013-10-01 00:00",0.2,"2013-10-13 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.2,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43812",1,44.965242,-93.254759,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43813",1,44.965242,-93.254759,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43814",1,44.965242,-93.254759,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.009375,0.0025,0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00",0.01,"2013-10-13 00:00",0.01,"2013-10-19 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43815",1,44.965242,-93.254759,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.024375,0.008921,0.04,"2013-12-18 00:00",0.03,"2013-10-01 00:00",0.03,"2013-10-07 00:00",0.03,"2013-10-13 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.03,0.02,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43817",1,44.965242,-93.254759,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.019375,0.011236,0.04,"2013-10-13 00:00",0.04,"2013-12-18 00:00",0.03,"2013-10-25 00:00",0.03,"2013-11-30 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.02,0.01,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43818",1,44.965242,-93.254759,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43819",1,44.965242,-93.254759,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.006875,0.004787,0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00",0.01,"2013-10-13 00:00",0.01,"2013-10-19 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43820",1,44.965242,-93.254759,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43823",1,44.965242,-93.254759,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.59625,0.046314,0.72,"2013-10-07 00:00",0.68,"2013-11-24 00:00",0.61,"2013-10-01 00:00",0.61,"2013-10-31 00:00","","","","",0.72,0.72,0.72,0.68,0.61,0.59,0.56,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43824",1,44.965242,-93.254759,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.02,0.015916,0.05,"2013-12-30 00:00",0.04,"2013-10-07 00:00",0.03,"2013-10-01 00:00",0.03,"2013-10-13 00:00","","","","",0.05,0.05,0.05,0.04,0.03,0.02,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43826",1,44.965242,-93.254759,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43828",1,44.965242,-93.254759,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.005,0,0.005,"2013-10-01 00:00",0.005,"2013-10-07 00:00",0.005,"2013-10-13 00:00",0.005,"2013-10-19 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43829",1,44.965242,-93.254759,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43830",1,44.965242,-93.254759,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43831",1,44.965242,-93.254759,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43832",1,44.965242,-93.254759,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.005,0,0.005,"2013-10-01 00:00",0.005,"2013-10-07 00:00",0.005,"2013-10-13 00:00",0.005,"2013-10-19 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43838",1,44.965242,-93.254759,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.005,0,0.005,"2013-10-01 00:00",0.005,"2013-10-07 00:00",0.005,"2013-10-13 00:00",0.005,"2013-10-19 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43839",1,44.965242,-93.254759,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.02,0,0.02,"2013-10-01 00:00",0.02,"2013-10-07 00:00",0.02,"2013-10-13 00:00",0.02,"2013-10-19 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43843",1,44.965242,-93.254759,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43844",1,44.965242,-93.254759,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","43860",1,44.965242,-93.254759,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.004375,0.005123,0.01,"2013-10-07 00:00",0.01,"2013-10-19 00:00",0.01,"2013-10-25 00:00",0.01,"2013-10-31 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","44201",1,44.965242,-93.254759,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8184,98,209,214,0,178,0,0,"Certification not required",885,0.038593,0.01316,0.075,"2013-07-07 13:00",0.071,"2013-07-11 16:00",0.068,"2013-07-06 12:00",0.067,"2013-07-05 17:00","","","","",0.068,0.062,0.059,0.056,0.049,0.04,0.031,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","053","0962","44201",1,44.965242,-93.254759,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8224,97,208,214,0,0,0,0,"Certification not required",0,0.033058,0.013186,0.068,"2013-07-07 10:00",0.065,"2013-07-11 11:00",0.063,"2013-07-05 11:00",0.063,"2013-07-06 11:00","","","","",0.063,0.06,0.056,0.05,0.044,0.034,0.025,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","053","0962","44201",1,44.965242,-93.254759,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8224,97,208,214,0,0,0,0,"Certification not required",0,0.033058,0.013186,0.068,"2013-07-07 10:00",0.065,"2013-07-11 11:00",0.063,"2013-07-05 11:00",0.063,"2013-07-06 11:00","","","","",0.063,0.06,0.056,0.05,0.044,0.034,0.025,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","053","0962","45109",1,44.965242,-93.254759,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,1.3575,1.025355,3.67,"2013-10-07 00:00",3.59,"2013-10-13 00:00",1.92,"2013-10-01 00:00",1.91,"2013-10-31 00:00","","","","",3.67,3.67,3.67,3.59,1.91,1.19,0.53,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45201",1,44.965242,-93.254759,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,1.44875,0.507055,2.62,"2013-10-13 00:00",2.2,"2013-10-07 00:00",1.9,"2013-12-18 00:00",1.82,"2013-12-30 00:00","","","","",2.62,2.62,2.62,2.2,1.82,1.32,0.89,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45202",1,44.965242,-93.254759,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,2.425,1.492385,5.94,"2013-10-13 00:00",5.57,"2013-10-07 00:00",3.63,"2013-10-01 00:00",3,"2013-10-31 00:00","","","","",5.94,5.94,5.94,5.57,3,1.93,0.95,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45203",1,44.965242,-93.254759,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.33875,0.238632,0.9,"2013-10-07 00:00",0.89,"2013-10-13 00:00",0.46,"2013-10-01 00:00",0.43,"2013-10-31 00:00","","","","",0.9,0.9,0.9,0.89,0.43,0.28,0.12,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45204",1,44.965242,-93.254759,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.5625,0.368972,1.41,"2013-10-07 00:00",1.38,"2013-10-13 00:00",0.79,"2013-10-01 00:00",0.78,"2013-10-31 00:00","","","","",1.41,1.41,1.41,1.38,0.78,0.48,0.23,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45207",1,44.965242,-93.254759,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",1,0.138125,0.104129,0.35,"2013-10-07 00:00",0.32,"2013-10-13 00:00",0.29,"2013-10-01 00:00",0.18,"2013-10-31 00:00","","","","",0.35,0.35,0.35,0.32,0.18,0.14,0.04,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45208",1,44.965242,-93.254759,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.53375,0.403499,1.4,"2013-10-07 00:00",1.21,"2013-10-13 00:00",1.2,"2013-10-01 00:00",0.7,"2013-10-31 00:00","","","","",1.4,1.4,1.4,1.21,0.7,0.46,0.14,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45220",1,44.965242,-93.254759,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.06875,0.102819,0.31,"2013-10-07 00:00",0.25,"2013-10-01 00:00",0.22,"2013-10-13 00:00",0.14,"2013-10-31 00:00","","","","",0.31,0.31,0.31,0.25,0.14,0.02,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45228",1,44.965242,-93.254759,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",13,0.190406,0.091896,0.423,"2013-10-31 00:00",0.369,"2013-10-07 00:00",0.324,"2013-10-13 00:00",0.1485,"2013-10-01 00:00","","","","",0.423,0.423,0.423,0.369,0.1485,0.1485,0.1485,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45501",1,44.965242,-93.254759,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",14,0.0625,0.03873,0.2,"2013-10-13 00:00",0.1,"2013-10-07 00:00",0.05,"2013-10-01 00:00",0.05,"2013-10-19 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45801",1,44.965242,-93.254759,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.008125,0.01223,0.04,"2013-10-01 00:00",0.03,"2013-10-19 00:00",0.02,"2013-10-07 00:00",0.01,"2013-10-13 00:00","","","","",0.04,0.04,0.04,0.03,0.01,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45805",1,44.965242,-93.254759,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",16,0.01,0,0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00",0.01,"2013-10-13 00:00",0.01,"2013-10-19 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45806",1,44.965242,-93.254759,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",14,0.014375,0.012093,0.05,"2013-10-07 00:00",0.04,"2013-10-01 00:00",0.01,"2013-10-13 00:00",0.01,"2013-10-19 00:00","","","","",0.05,0.05,0.05,0.04,0.01,0.01,0.01,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45807",1,44.965242,-93.254759,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0.0075,0.015706,0.05,"2013-10-07 00:00",0.04,"2013-10-01 00:00",0.02,"2013-10-13 00:00",0.01,"2013-10-31 00:00","","","","",0.05,0.05,0.05,0.04,0.01,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45809",1,44.965242,-93.254759,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","45810",1,44.965242,-93.254759,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","46401",1,44.965242,-93.254759,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",16,100,16,16,0,0,"","","Certification not required",10,1.6625,4.756977,19.1,"2013-10-01 00:00",4,"2013-10-07 00:00",1.4,"2013-10-13 00:00",0.6,"2013-10-19 00:00","","","","",19.1,19.1,19.1,4,0.6,0.05,0.05,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0962","88101",3,44.965242,-93.254759,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2152,25,91,365,0,50,"","","Certification not required",0,7.529275,6.487343,50,"2013-10-13 19:00",41,"2013-10-30 13:00",39,"2013-10-30 12:00",38,"2013-11-02 18:00","","","","",29,26,21,16,10,6,1,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0962","88101",3,44.965242,-93.254759,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",89,24,89,365,0,0,0,0,"Certification not required",0,7.521348,4.481489,23.3,"2013-12-02 00:00",22.7,"2013-10-30 00:00",21.2,"2013-12-01 00:00",16.5,"2013-11-30 00:00","","","","",23.3,22.7,14.6,13.4,9.8,6.3,2.7,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0962","88101",3,44.965242,-93.254759,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",89,24,89,365,0,0,"","","Certification not required",0,7.521348,4.481489,23.3,"2013-12-02 00:00",22.7,"2013-10-30 00:00",21.2,"2013-12-01 00:00",16.5,"2013-11-30 00:00","","","","",23.3,22.7,14.6,13.4,9.8,6.3,2.7,"Minneapolis Near Roadway NOx","1444 E 18th St","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","11101",1,44.95366,-93.25821,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,52,54,0,2,"","","Certification not required",0,28.169811,15.507735,75,"2013-05-16 00:00",66,"2013-08-20 00:00",58,"2013-08-26 00:00",56,"2013-09-07 00:00","","","","",75,66,58,49,38,22,12,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12101",1,44.95366,-93.25821,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",6,0.123585,0.102981,0.47,"2013-05-16 00:00",0.35,"2013-08-20 00:00",0.31,"2013-08-26 00:00",0.31,"2013-09-07 00:00","","","","",0.47,0.35,0.31,0.27,0.17,0.09,0.005,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12102",1,44.95366,-93.25821,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12103",1,44.95366,-93.25821,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12105",1,44.95366,-93.25821,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12107",1,44.95366,-93.25821,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",13,0.011123,0.007302,0.03,"2013-07-03 00:00",0.02,"2013-05-16 00:00",0.02,"2013-06-15 00:00",0.02,"2013-08-02 00:00","","","","",0.03,0.02,0.02,0.02,0.02,0.01,0.0015,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12110",1,44.95366,-93.25821,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12112",1,44.95366,-93.25821,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12113",1,44.95366,-93.25821,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12114",1,44.95366,-93.25821,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0.050755,0.041503,0.2,"2013-08-08 00:00",0.15,"2013-01-28 00:00",0.14,"2013-06-03 00:00",0.13,"2013-01-04 00:00","","","","",0.2,0.15,0.14,0.12,0.06,0.03,0.02,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12126",1,44.95366,-93.25821,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0.396604,0.230776,1.16,"2013-05-16 00:00",0.85,"2013-07-03 00:00",0.81,"2013-08-20 00:00",0.75,"2013-08-14 00:00","","","","",1.16,0.85,0.81,0.73,0.55,0.31,0.17,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12132",1,44.95366,-93.25821,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0.016038,0.011984,0.05,"2013-05-16 00:00",0.04,"2013-08-20 00:00",0.04,"2013-09-07 00:00",0.04,"2013-10-25 00:00","","","","",0.05,0.04,0.04,0.03,0.02,0.01,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12136",1,44.95366,-93.25821,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12154",1,44.95366,-93.25821,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","12167",1,44.95366,-93.25821,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,2,"","","Certification not required",33,0.012631,0.008664,0.04,"2013-04-22 00:00",0.04,"2013-09-13 00:00",0.03,"2013-09-25 00:00",0.02,"2013-06-03 00:00","","","","",0.04,0.04,0.03,0.02,0.02,0.00665,0.00665,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","14129",1,44.95366,-93.25821,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",53,98,52,54,0,2,0,0,"Certification not required",0,0.002642,0.004451,0.01,"2013-03-29 00:00",0.01,"2013-05-10 00:00",0.01,"2013-05-16 00:00",0.01,"2013-06-03 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","42153",1,44.95366,-93.25821,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43205",1,44.95366,-93.25821,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,2.691509,1.585139,6.1,"2013-07-03 00:00",6.1,"2013-12-06 00:00",6,"2013-08-08 00:00",5.6,"2013-12-30 00:00","","","","",6.1,6.1,6,5.3,3.7,2.1,1.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43207",1,44.95366,-93.25821,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.151509,0.018123,0.21,"2013-08-08 00:00",0.19,"2013-06-21 00:00",0.17,"2013-02-09 00:00",0.17,"2013-03-29 00:00","","","","",0.21,0.19,0.17,0.17,0.16,0.15,0.13,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43208",1,44.95366,-93.25821,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43218",1,44.95366,-93.25821,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.163269,0.13928,0.58,"2013-07-03 00:00",0.54,"2013-08-08 00:00",0.48,"2013-08-14 00:00",0.46,"2013-12-18 00:00","","","","",0.58,0.54,0.48,0.39,0.21,0.12,0.03,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43231",1,44.95366,-93.25821,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.944231,0.706112,3.3,"2013-08-08 00:00",3.1,"2013-07-03 00:00",3,"2013-03-29 00:00",2.2,"2013-08-14 00:00","","","","",3.3,3.1,3,1.7,1.2,0.8,0.3,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43232",1,44.95366,-93.25821,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,0.458491,0.386893,1.9,"2013-07-03 00:00",1.8,"2013-08-08 00:00",1.3,"2013-08-14 00:00",1.1,"2013-10-07 00:00","","","","",1.9,1.8,1.3,0.8,0.6,0.4,0.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43248",1,44.95366,-93.25821,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",20,0.211321,0.22028,1.2,"2013-10-07 00:00",0.7,"2013-07-03 00:00",0.7,"2013-08-08 00:00",0.6,"2013-09-25 00:00","","","","",1.2,0.7,0.7,0.5,0.3,0.2,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43302",1,44.95366,-93.25821,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",16,18.696226,24.931922,121.6,"2013-08-08 00:00",95.6,"2013-01-04 00:00",82.3,"2013-07-03 00:00",49.5,"2013-08-02 00:00","","","","",121.6,95.6,82.3,44.8,24.9,12.4,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43312",1,44.95366,-93.25821,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",15,1.086735,1.315761,6.6,"2013-07-03 00:00",3.9,"2013-01-28 00:00",3.7,"2013-08-08 00:00",3.6,"2013-10-07 00:00","","","","",6.6,6.6,3.7,3,1.5,0.7,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43372",1,44.95366,-93.25821,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43447",1,44.95366,-93.25821,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.78,1.020804,4,"2013-07-03 00:00",4,"2013-08-26 00:00",3.2,"2013-08-08 00:00",3.1,"2013-07-09 00:00","","","","",4,4,3.2,2.5,0.9,0.4,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43502",1,44.95366,-93.25821,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.205556,1.090338,5.6,"2013-07-03 00:00",4.8,"2013-08-26 00:00",4.6,"2013-09-07 00:00",4.4,"2013-07-15 00:00","","","","",5.6,4.8,4.6,3.7,2.8,2,1.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43503",1,44.95366,-93.25821,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.511111,0.628765,3.6,"2013-07-03 00:00",3.3,"2013-03-29 00:00",2.5,"2013-11-30 00:00",2.2,"2013-05-16 00:00","","","","",3.6,3.3,2.5,2.2,1.9,1.5,0.7,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43504",1,44.95366,-93.25821,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.331481,0.153971,0.7,"2013-07-03 00:00",0.6,"2013-05-16 00:00",0.6,"2013-08-14 00:00",0.6,"2013-09-07 00:00","","","","",0.7,0.6,0.6,0.5,0.5,0.3,0.2,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43510",1,44.95366,-93.25821,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,0.196444,0.121929,0.572,"2013-01-28 00:00",0.496,"2013-01-04 00:00",0.488,"2013-05-16 00:00",0.368,"2013-07-27 00:00","","","","",0.572,0.496,0.488,0.316,0.26,0.2,0.03,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43516",1,44.95366,-93.25821,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43551",1,44.95366,-93.25821,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,4.144444,1.721963,8.3,"2013-05-16 00:00",8.1,"2013-06-03 00:00",7.5,"2013-10-07 00:00",7.4,"2013-10-13 00:00","","","","",8.3,8.1,7.5,6.6,5.6,3.7,2.4,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43552",1,44.95366,-93.25821,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",15,0.619792,0.914641,3.7,"2013-08-14 00:00",3.2,"2013-07-03 00:00",2.9,"2013-08-08 00:00",2.8,"2013-07-09 00:00","","","","",3.7,3.7,2.9,2.4,0.6,0.3,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43559",1,44.95366,-93.25821,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.056604,0.048076,0.4,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.4,0.05,0.05,0.05,0.05,0.05,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43801",1,44.95366,-93.25821,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.453922,0.159663,0.61,"2013-11-24 00:00",0.6,"2013-05-28 00:00",0.59,"2013-06-03 00:00",0.59,"2013-07-09 00:00","","","","",0.61,0.6,0.59,0.58,0.54,0.5,0.11,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43802",1,44.95366,-93.25821,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.106415,0.047194,0.33,"2013-07-03 00:00",0.23,"2013-08-08 00:00",0.2,"2013-08-14 00:00",0.19,"2013-01-04 00:00","","","","",0.33,0.23,0.2,0.15,0.12,0.09,0.08,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43803",1,44.95366,-93.25821,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.019057,0.00966,0.06,"2013-08-08 00:00",0.05,"2013-07-03 00:00",0.03,"2013-06-03 00:00",0.03,"2013-06-27 00:00","","","","",0.06,0.05,0.03,0.03,0.02,0.02,0.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43804",1,44.95366,-93.25821,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43806",1,44.95366,-93.25821,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43811",1,44.95366,-93.25821,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.222642,0.042252,0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-28 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.2,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43812",1,44.95366,-93.25821,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43813",1,44.95366,-93.25821,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43814",1,44.95366,-93.25821,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009434,0.004121,0.02,"2013-07-03 00:00",0.02,"2013-08-08 00:00",0.02,"2013-08-14 00:00",0.01,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43815",1,44.95366,-93.25821,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.026226,0.010602,0.04,"2013-02-09 00:00",0.04,"2013-04-28 00:00",0.04,"2013-05-04 00:00",0.04,"2013-05-28 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.03,0.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43817",1,44.95366,-93.25821,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.021132,0.027642,0.14,"2013-08-14 00:00",0.09,"2013-07-03 00:00",0.09,"2013-10-07 00:00",0.06,"2013-08-08 00:00","","","","",0.14,0.09,0.09,0.05,0.03,0.01,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43818",1,44.95366,-93.25821,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43819",1,44.95366,-93.25821,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.007736,0.004225,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43820",1,44.95366,-93.25821,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43823",1,44.95366,-93.25821,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.506981,0.088504,0.7,"2013-08-08 00:00",0.65,"2013-11-24 00:00",0.61,"2013-07-03 00:00",0.59,"2013-07-09 00:00","","","","",0.7,0.65,0.61,0.57,0.54,0.51,0.46,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43824",1,44.95366,-93.25821,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.026226,0.031818,0.15,"2013-01-16 00:00",0.11,"2013-01-04 00:00",0.1,"2013-06-03 00:00",0.09,"2013-07-03 00:00","","","","",0.15,0.11,0.1,0.07,0.04,0.02,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43826",1,44.95366,-93.25821,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43828",1,44.95366,-93.25821,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43829",1,44.95366,-93.25821,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43830",1,44.95366,-93.25821,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43831",1,44.95366,-93.25821,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43832",1,44.95366,-93.25821,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43838",1,44.95366,-93.25821,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43839",1,44.95366,-93.25821,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43843",1,44.95366,-93.25821,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43844",1,44.95366,-93.25821,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","43860",1,44.95366,-93.25821,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.003654,0.004862,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-03-05 00:00",0.01,"2013-03-17 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45109",1,44.95366,-93.25821,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.054231,0.947439,4.67,"2013-07-03 00:00",4.12,"2013-08-14 00:00",3.43,"2013-10-13 00:00",2.71,"2013-09-25 00:00","","","","",4.67,4.12,3.43,1.85,1.3,0.91,0.26,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45201",1,44.95366,-93.25821,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.135283,0.566998,3.12,"2013-08-08 00:00",2.78,"2013-07-03 00:00",2.26,"2013-10-13 00:00",2.13,"2013-08-14 00:00","","","","",3.12,2.78,2.26,1.89,1.37,0.94,0.65,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45202",1,44.95366,-93.25821,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.358868,2.072908,9.77,"2013-08-08 00:00",9.04,"2013-07-03 00:00",8.76,"2013-03-29 00:00",6.92,"2013-08-14 00:00","","","","",9.77,9.04,8.76,4.1,2.64,1.75,0.72,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45203",1,44.95366,-93.25821,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.369231,0.323618,1.75,"2013-08-08 00:00",1.33,"2013-07-03 00:00",1.13,"2013-08-14 00:00",0.84,"2013-10-13 00:00","","","","",1.75,1.33,1.13,0.7,0.44,0.3,0.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45204",1,44.95366,-93.25821,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.481731,0.44023,2.26,"2013-08-08 00:00",1.82,"2013-07-03 00:00",1.5,"2013-08-14 00:00",1.26,"2013-10-13 00:00","","","","",2.26,1.82,1.5,1.01,0.55,0.38,0.13,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45207",1,44.95366,-93.25821,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.140189,0.135993,0.73,"2013-08-08 00:00",0.45,"2013-07-03 00:00",0.42,"2013-08-14 00:00",0.41,"2013-06-03 00:00","","","","",0.73,0.45,0.42,0.28,0.18,0.11,0.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45208",1,44.95366,-93.25821,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",4,0.466731,0.522339,2.83,"2013-08-08 00:00",1.71,"2013-07-03 00:00",1.6,"2013-08-14 00:00",1.27,"2013-06-03 00:00","","","","",2.83,1.71,1.6,1.02,0.57,0.38,0.04,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45220",1,44.95366,-93.25821,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.070962,0.087004,0.3,"2013-06-03 00:00",0.27,"2013-07-21 00:00",0.25,"2013-08-26 00:00",0.24,"2013-09-07 00:00","","","","",0.3,0.27,0.25,0.23,0.12,0.02,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45228",1,44.95366,-93.25821,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.192057,0.125034,0.756,"2013-08-08 00:00",0.585,"2013-09-25 00:00",0.522,"2013-07-03 00:00",0.468,"2013-08-14 00:00","","","","",0.756,0.585,0.522,0.315,0.1485,0.1485,0.1485,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45501",1,44.95366,-93.25821,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",26,0.114815,0.09144,0.5,"2013-07-03 00:00",0.3,"2013-06-03 00:00",0.3,"2013-06-09 00:00",0.3,"2013-06-27 00:00","","","","",0.5,0.3,0.3,0.2,0.2,0.1,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45801",1,44.95366,-93.25821,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.005577,0.00669,0.02,"2013-05-28 00:00",0.02,"2013-06-15 00:00",0.02,"2013-10-01 00:00",0.02,"2013-10-13 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45805",1,44.95366,-93.25821,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45806",1,44.95366,-93.25821,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.017358,0.020206,0.1,"2013-08-26 00:00",0.09,"2013-09-25 00:00",0.07,"2013-09-19 00:00",0.07,"2013-10-07 00:00","","","","",0.1,0.09,0.07,0.03,0.01,0.01,0.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45807",1,44.95366,-93.25821,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.022075,0.045462,0.22,"2013-08-08 00:00",0.18,"2013-07-03 00:00",0.1,"2013-08-14 00:00",0.1,"2013-08-26 00:00","","","","",0.22,0.18,0.1,0.08,0.02,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45809",1,44.95366,-93.25821,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","45810",1,44.95366,-93.25821,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","46401",1,44.95366,-93.25821,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.062264,0.048936,0.3,"2013-07-03 00:00",0.3,"2013-08-08 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-15 00:00","","","","",0.3,0.3,0.1,0.05,0.05,0.05,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0963","68101",1,44.95366,-93.25821,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,100,61,61,0,1,"","","Certification not required",13,0.285417,0.128892,0.6,"2013-07-18 00:00",0.5,"2013-05-10 00:00",0.5,"2013-06-24 00:00",0.5,"2013-06-30 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68102",1,44.95366,-93.25821,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,1,"","","Certification not required",0,24.0075,0.02645,24.1,"2013-06-21 00:00",24.1,"2013-06-24 00:00",24.1,"2013-07-09 00:00",24.1,"2013-08-05 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68103",1,44.95366,-93.25821,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,1,"","","Certification not required",0,1.976667,12.947669,25.2,"2013-07-18 00:00",25.2,"2013-08-26 00:00",22.6,"2013-07-06 00:00",22.2,"2013-08-29 00:00","","","","",25.2,22.6,20.7,17.6,13.8,1.5,-15.2,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68103",5,44.95366,-93.25821,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",99,81,99,122,0,7,"","","Certification not required",0,3.885859,12.468818,26,"2013-07-18 00:00",25.9,"2013-08-26 00:00",23.2,"2013-07-06 00:00",22.9,"2013-08-29 00:00","","","","",26,25.9,21.9,20.1,14.3,4.6,-14.7,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","68104",1,44.95366,-93.25821,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,1,"","","Certification not required",0,12.191667,13.750707,35.4,"2013-08-26 00:00",34.8,"2013-07-18 00:00",34.2,"2013-08-29 00:00",32.8,"2013-07-06 00:00","","","","",34.8,34.2,32.2,29.9,25.3,11.5,-5.7,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68104",5,44.95366,-93.25821,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",99,81,99,122,0,7,"","","Certification not required",0,14.356566,13.530058,36.1,"2013-08-26 00:00",35.8,"2013-07-18 00:00",34.6,"2013-08-29 00:00",34,"2013-09-07 00:00","","","","",36.1,35.8,33.2,31.6,26.5,14.5,-2.5,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","68105",1,44.95366,-93.25821,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,1,"","","Certification not required",0,7.0375,13.12983,29.9,"2013-07-18 00:00",29.9,"2013-08-26 00:00",27.8,"2013-08-29 00:00",27.4,"2013-07-06 00:00","","","","",29.9,27.8,26.4,23.1,19.6,5.9,-10.5,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68105",5,44.95366,-93.25821,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",99,81,99,122,0,7,"","","Certification not required",0,9.108081,12.73224,30.8,"2013-07-18 00:00",30.7,"2013-08-26 00:00",28.4,"2013-08-29 00:00",28.2,"2013-07-06 00:00","","","","",30.8,30.7,27.2,25.6,20.2,9.5,-7.8,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","68106",1,44.95366,-93.25821,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,1,"","","Certification not required",0,734.75,4.809392,748,"2013-11-12 00:00",746,"2013-12-06 00:00",744,"2013-09-16 00:00",743,"2013-01-22 00:00","","","","",746,744,742,741,738,735,728,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68106",5,44.95366,-93.25821,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,737.040816,5.287445,753,"2013-11-12 00:00",748,"2013-09-16 00:00",747,"2013-01-22 00:00",747,"2013-10-13 00:00","","","","",753,748,746,743,740,738,731,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","68107",1,44.95366,-93.25821,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,1,"","","Certification not required",0,741.075,5.061243,757,"2013-11-12 00:00",756,"2013-11-24 00:00",754,"2013-12-06 00:00",751,"2013-11-21 00:00","","","","",756,754,750,748,745,741,735,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68107",5,44.95366,-93.25821,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,742.795918,5.066484,761,"2013-11-12 00:00",754,"2013-10-13 00:00",753,"2013-01-22 00:00",753,"2013-09-16 00:00","","","","",761,754,753,748,746,743,736,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","68108",1,44.95366,-93.25821,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,1,"","","Certification not required",0,738.05,4.817423,754,"2013-11-12 00:00",750,"2013-12-06 00:00",747,"2013-10-13 00:00",747,"2013-10-28 00:00","","","","",750,747,746,744,741,738,733,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","68108",5,44.95366,-93.25821,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,739.418367,5.133122,758,"2013-11-12 00:00",751,"2013-10-13 00:00",751,"2013-10-28 00:00",750,"2013-01-22 00:00","","","","",758,751,750,746,742,740,733,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","68109",1,44.95366,-93.25821,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,100,61,61,0,1,"","","Certification not required",0,1439.941667,0.235355,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","88101",1,44.95366,-93.25821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,1,0,0,"Certification not required",0,9.059167,4.635984,26.2,"2013-03-08 00:00",19.7,"2013-02-24 00:00",19.7,"2013-12-03 00:00",19.6,"2013-03-29 00:00","","","","",19.7,19.7,19,17,12,8.1,4.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","88101",1,44.95366,-93.25821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,1,"","","Certification not required",0,9.059167,4.635984,26.2,"2013-03-08 00:00",19.7,"2013-02-24 00:00",19.7,"2013-12-03 00:00",19.6,"2013-03-29 00:00","","","","",19.7,19.7,19,17,12,8.1,4.1,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","88101",3,44.95366,-93.25821,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8649,99,365,365,0,107,"","","Certification not required",0,6.396462,6.790879,77,"2013-07-04 21:00",57,"2013-02-26 00:00",56,"2013-02-25 23:00",53,"2013-02-25 22:00","","","","",30,26,20,15,9,4,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","88101",3,44.95366,-93.25821,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,6.374033,5.169481,28.5,"2013-01-05 00:00",28.4,"2013-07-11 00:00",27.7,"2013-12-02 00:00",25.7,"2013-02-25 00:00","","","","",25.7,20.4,16,12.8,9.2,5,1.2,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","88101",3,44.95366,-93.25821,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,6.374033,5.169481,28.5,"2013-01-05 00:00",28.4,"2013-07-11 00:00",27.7,"2013-12-02 00:00",25.7,"2013-02-25 00:00","","","","",25.7,20.4,16,12.8,9.2,5,1.2,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","0963","88102",5,44.95366,-93.25821,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",92,0.019796,0.007151,0.054,"2013-07-03 00:00",0.051,"2013-02-06 00:00",0.04,"2013-06-15 00:00",0.036,"2013-07-09 00:00","","","","",0.054,0.051,0.034,0.026,0.021,0.0195,0.014,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88103",5,44.95366,-93.25821,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.000459,0.000789,0.003,"2013-05-07 00:00",0.003,"2013-06-30 00:00",0.003,"2013-07-30 00:00",0.003,"2013-09-22 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88104",5,44.95366,-93.25821,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",72,0.017561,0.020798,0.123,"2013-08-23 00:00",0.098,"2013-06-24 00:00",0.085,"2013-08-29 00:00",0.07,"2013-07-18 00:00","","","","",0.123,0.098,0.06,0.045,0.013,0.0115,0.0065,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88107",5,44.95366,-93.25821,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.006839,0.006391,0.03,"2013-07-21 00:00",0.03,"2013-08-17 00:00",0.03,"2013-09-28 00:00",0.0295,"2013-02-18 00:00","","","","",0.03,0.03,0.0295,0.0055,0.0055,0.005,0.005,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88109",5,44.95366,-93.25821,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",23,0.003216,0.002215,0.0106,"2013-03-08 00:00",0.0101,"2013-01-31 00:00",0.0098,"2013-09-19 00:00",0.0093,"2013-08-05 00:00","","","","",0.0106,0.0101,0.0082,0.0055,0.0042,0.0028,0.00065,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88110",5,44.95366,-93.25821,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.002082,0.004136,0.021,"2013-10-28 00:00",0.018,"2013-07-30 00:00",0.014,"2013-04-07 00:00",0.013,"2013-01-25 00:00","","","","",0.021,0.018,0.012,0.008,0.003,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88111",5,44.95366,-93.25821,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",17,0.037708,0.04231,0.219,"2013-07-12 00:00",0.184,"2013-08-20 00:00",0.169,"2013-10-10 00:00",0.165,"2013-07-06 00:00","","","","",0.219,0.184,0.14,0.0957,0.0496,0.025,0.0037,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88112",5,44.95366,-93.25821,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.005796,0.014913,0.107,"2013-09-28 00:00",0.06,"2013-09-22 00:00",0.055,"2013-10-01 00:00",0.047,"2013-10-10 00:00","","","","",0.107,0.06,0.041,0.01,0.004,0.002,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88113",5,44.95366,-93.25821,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",96,0.000701,0.000209,0.0024,"2013-01-07 00:00",0.0011,"2013-03-26 00:00",0.001,"2013-02-18 00:00",0.001,"2013-05-16 00:00","","","","",0.0024,0.0011,0.001,0.00075,0.0007,0.0007,0.00055,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88114",5,44.95366,-93.25821,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",45,0.003054,0.004232,0.0325,"2013-08-08 00:00",0.0162,"2013-07-03 00:00",0.015,"2013-06-09 00:00",0.0147,"2013-09-13 00:00","","","","",0.0325,0.0162,0.011,0.0062,0.0031,0.0017,0.0008,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88115",5,44.95366,-93.25821,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",63,0.019717,0.061312,0.52,"2013-03-29 00:00",0.271,"2013-02-15 00:00",0.137,"2013-01-01 00:00",0.112,"2013-01-10 00:00","","","","",0.52,0.271,0.0884,0.0291,0.0099,0.00405,0.00245,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88117",5,44.95366,-93.25821,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.006858,0.010156,0.0435,"2013-07-21 00:00",0.0435,"2013-08-17 00:00",0.0435,"2013-09-28 00:00",0.043,"2013-02-18 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0034,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88118",5,44.95366,-93.25821,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.009315,0.006352,0.023,"2013-02-18 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88126",5,44.95366,-93.25821,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.045063,0.023172,0.133,"2013-07-03 00:00",0.126,"2013-08-26 00:00",0.0902,"2013-05-07 00:00",0.0899,"2013-08-14 00:00","","","","",0.133,0.126,0.0849,0.0753,0.0554,0.0421,0.0172,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88128",5,44.95366,-93.25821,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.000959,0.001579,0.007,"2013-04-16 00:00",0.006,"2013-06-09 00:00",0.005,"2013-08-20 00:00",0.005,"2013-09-13 00:00","","","","",0.007,0.006,0.005,0.003,0.002,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88131",5,44.95366,-93.25821,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",95,0.00949,0.003498,0.025,"2013-10-07 00:00",0.024,"2013-07-06 00:00",0.017,"2013-08-23 00:00",0.0165,"2013-01-25 00:00","","","","",0.025,0.024,0.0165,0.0165,0.011,0.008,0.007,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88132",5,44.95366,-93.25821,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.001122,0.001237,0.005,"2013-06-18 00:00",0.005,"2013-09-25 00:00",0.004,"2013-08-17 00:00",0.003,"2013-04-19 00:00","","","","",0.005,0.005,0.003,0.003,0.002,0.001,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88136",5,44.95366,-93.25821,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.00048,0.000976,0.005,"2013-04-19 00:00",0.004,"2013-02-18 00:00",0.004,"2013-05-16 00:00",0.004,"2013-08-26 00:00","","","","",0.005,0.004,0.003,0.001,0.001,0,0,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88140",5,44.95366,-93.25821,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",87,0.010167,0.011844,0.079,"2013-08-20 00:00",0.07,"2013-02-15 00:00",0.051,"2013-01-31 00:00",0.039,"2013-07-03 00:00","","","","",0.079,0.07,0.032,0.022,0.009,0.006,0.0055,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88152",5,44.95366,-93.25821,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.005845,0.001621,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-21 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88154",5,44.95366,-93.25821,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",94,0.001052,0.000302,0.0018,"2013-03-14 00:00",0.0018,"2013-03-29 00:00",0.0018,"2013-07-15 00:00",0.0016,"2013-07-30 00:00","","","","",0.0018,0.0018,0.0013,0.0013,0.0013,0.001,0.00065,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88160",5,44.95366,-93.25821,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",95,0.012418,0.003797,0.027,"2013-09-22 00:00",0.021,"2013-03-14 00:00",0.021,"2013-05-10 00:00",0.019,"2013-08-23 00:00","","","","",0.027,0.021,0.0185,0.018,0.016,0.01,0.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88161",5,44.95366,-93.25821,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",93,0.002576,0.000785,0.007,"2013-06-18 00:00",0.006,"2013-09-22 00:00",0.0057,"2013-06-24 00:00",0.0055,"2013-08-20 00:00","","","","",0.007,0.006,0.0042,0.00265,0.00265,0.0025,0.00215,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88164",5,44.95366,-93.25821,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.001629,0.000259,0.00195,"2013-02-03 00:00",0.00195,"2013-07-15 00:00",0.00195,"2013-07-24 00:00",0.00195,"2013-07-30 00:00","","","","",0.00195,0.00195,0.00195,0.00195,0.0019,0.0016,0.0015,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88165",5,44.95366,-93.25821,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",10,0.060991,0.056023,0.256,"2013-07-18 00:00",0.239,"2013-08-29 00:00",0.216,"2013-06-24 00:00",0.215,"2013-09-07 00:00","","","","",0.256,0.239,0.206,0.129,0.076,0.0406,0.009,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88166",5,44.95366,-93.25821,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",96,0.007328,0.003971,0.0195,"2013-08-23 00:00",0.019,"2013-05-28 00:00",0.019,"2013-08-05 00:00",0.019,"2013-10-04 00:00","","","","",0.0195,0.019,0.019,0.015,0.0075,0.0065,0.0042,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88167",5,44.95366,-93.25821,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",18,0.006446,0.006514,0.0532,"2013-07-03 00:00",0.0279,"2013-08-29 00:00",0.0236,"2013-02-06 00:00",0.0188,"2013-09-13 00:00","","","","",0.0532,0.0279,0.0133,0.011,0.008,0.0051,0.00175,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88168",5,44.95366,-93.25821,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",93,0.001297,0.000785,0.0075,"2013-09-07 00:00",0.0036,"2013-07-03 00:00",0.0031,"2013-07-30 00:00",0.003,"2013-11-06 00:00","","","","",0.0075,0.0036,0.0025,0.00175,0.0012,0.00115,0.00085,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88169",5,44.95366,-93.25821,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.45182,0.351257,1.81,"2013-07-15 00:00",1.8,"2013-08-20 00:00",1.43,"2013-08-26 00:00",1.37,"2013-03-08 00:00","","","","",1.81,1.8,1.24,0.887,0.571,0.349,0.127,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88176",5,44.95366,-93.25821,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",97,0.000943,0.0002,0.0014,"2013-02-06 00:00",0.00135,"2013-08-23 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00","","","","",0.0014,0.00135,0.0013,0.0013,0.001,0.0009,0.0007,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88180",5,44.95366,-93.25821,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.055297,0.053039,0.35,"2013-06-30 00:00",0.283,"2013-01-01 00:00",0.283,"2013-07-03 00:00",0.22,"2013-07-06 00:00","","","","",0.35,0.283,0.108,0.0858,0.064,0.0434,0.0199,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88184",5,44.95366,-93.25821,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",73,0.036796,0.043167,0.329,"2013-02-15 00:00",0.167,"2013-01-13 00:00",0.161,"2013-01-22 00:00",0.161,"2013-01-31 00:00","","","","",0.329,0.167,0.128,0.074,0.029,0.02,0.0155,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88185",5,44.95366,-93.25821,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",91,0.002964,0.003049,0.012,"2013-08-23 00:00",0.0118,"2013-09-01 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00","","","","",0.012,0.0118,0.0115,0.0114,0.0023,0.00165,0.0014,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88301",5,44.95366,-93.25821,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",2,0.647157,0.700249,3.51,"2013-03-08 00:00",3.38,"2013-03-29 00:00",2.8,"2013-02-06 00:00",2.71,"2013-02-24 00:00","","","","",3.51,3.38,2.57,1.32,0.803,0.457,0.068,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88302",5,44.95366,-93.25821,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",5,0.059887,0.057316,0.36,"2013-02-15 00:00",0.255,"2013-01-25 00:00",0.209,"2013-01-13 00:00",0.19,"2013-01-22 00:00","","","","",0.36,0.255,0.19,0.146,0.07,0.0394,0.019,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88303",5,44.95366,-93.25821,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",26,0.04023,0.040794,0.247,"2013-06-30 00:00",0.224,"2013-07-03 00:00",0.177,"2013-01-01 00:00",0.129,"2013-07-06 00:00","","","","",0.247,0.224,0.123,0.076,0.047,0.0287,0.0115,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88306",5,44.95366,-93.25821,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",0,1.443995,1.85631,9.05,"2013-03-08 00:00",8.57,"2013-03-29 00:00",8.07,"2013-02-24 00:00",7.28,"2013-02-06 00:00","","","","",9.05,8.57,7.16,3.64,1.66,0.763,0.236,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88355",5,44.95366,-93.25821,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.058654,1.100945,7.68,"2013-06-30 00:00",5.14,"2013-07-06 00:00",5.09,"2013-07-12 00:00",4.53,"2013-07-03 00:00","","","","",5.14,5.09,3.82,3.41,2.48,1.9,1.01,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88357",5,44.95366,-93.25821,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.267365,0.148635,0.789,"2013-07-03 00:00",0.704,"2013-09-04 00:00",0.665,"2013-08-14 00:00",0.643,"2013-05-07 00:00","","","","",0.704,0.665,0.598,0.466,0.328,0.243,0.109,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88370",5,44.95366,-93.25821,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.889817,1.01971,7.29,"2013-06-30 00:00",4.91,"2013-07-06 00:00",4.88,"2013-07-12 00:00",4.12,"2013-07-03 00:00","","","","",4.91,4.88,3.51,3.11,2.22,1.78,0.946,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88374",5,44.95366,-93.25821,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.179529,0.111354,0.688,"2013-08-20 00:00",0.45,"2013-06-30 00:00",0.417,"2013-07-06 00:00",0.413,"2013-02-24 00:00","","","","",0.45,0.417,0.378,0.327,0.232,0.157,0.064,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88375",5,44.95366,-93.25821,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.484904,0.287755,2.21,"2013-06-30 00:00",1.53,"2013-07-03 00:00",1.19,"2013-07-06 00:00",1.15,"2013-07-12 00:00","","","","",1.53,1.19,0.909,0.758,0.605,0.418,0.231,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88376",5,44.95366,-93.25821,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.566346,0.355174,2.69,"2013-06-30 00:00",1.69,"2013-07-12 00:00",1.48,"2013-07-03 00:00",1.31,"2013-07-06 00:00","","","","",1.69,1.48,1.11,0.887,0.713,0.519,0.256,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88377",5,44.95366,-93.25821,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.35374,0.21411,1.37,"2013-06-30 00:00",1.04,"2013-07-12 00:00",1,"2013-07-06 00:00",0.849,"2013-01-01 00:00","","","","",1.04,1,0.757,0.65,0.417,0.31,0.163,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88378",5,44.95366,-93.25821,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.305154,0.166784,0.995,"2013-07-06 00:00",0.784,"2013-08-26 00:00",0.741,"2013-07-12 00:00",0.61,"2013-08-11 00:00","","","","",0.784,0.741,0.598,0.546,0.384,0.277,0.143,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88380",5,44.95366,-93.25821,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.436577,0.229777,1.21,"2013-08-17 00:00",1.2,"2013-07-03 00:00",0.986,"2013-05-07 00:00",0.915,"2013-10-13 00:00","","","","",1.2,0.986,0.886,0.715,0.55,0.411,0.168,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88383",5,44.95366,-93.25821,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.682471,0.329023,1.59,"2013-08-17 00:00",1.53,"2013-05-07 00:00",1.47,"2013-07-06 00:00",1.37,"2013-06-30 00:00","","","","",1.53,1.47,1.3,1.13,0.912,0.669,0.307,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88384",5,44.95366,-93.25821,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.059151,0.030695,0.171,"2013-06-27 00:00",0.151,"2013-05-13 00:00",0.139,"2013-06-09 00:00",0.127,"2013-07-15 00:00","","","","",0.151,0.139,0.116,0.106,0.0713,0.0506,0.027,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88385",5,44.95366,-93.25821,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.001046,0.000331,0.00345,"2013-05-13 00:00",0.00334,"2013-08-23 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00334,0.001,0.001,0.001,0.001,0.001,0.001,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88388",5,44.95366,-93.25821,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.474356,0.253251,1.23,"2013-07-06 00:00",1.14,"2013-08-17 00:00",1.13,"2013-04-25 00:00",1.1,"2013-08-26 00:00","","","","",1.14,1.13,0.955,0.908,0.601,0.438,0.21,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88403",5,44.95366,-93.25821,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",0,1.200536,0.898244,4.46,"2013-07-15 00:00",4.31,"2013-08-20 00:00",3.59,"2013-03-08 00:00",3.18,"2013-08-26 00:00","","","","",4.46,4.31,2.91,2.58,1.52,0.9,0.356,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0963","88502",5,44.95366,-93.25821,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",0,8.656701,4.638402,23.5,"2013-03-08 00:00",22.5,"2013-02-24 00:00",20.4,"2013-03-29 00:00",19.2,"2013-02-06 00:00","","","","",23.5,22.5,17.9,15.9,10.9,7.8,4,"HC Anderson School","2727 10th Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-13" +"27","053","0966","11101",1,44.97944,-93.26613,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,34.444444,16.65144,77,"2013-05-16 00:00",70,"2013-08-20 00:00",65,"2013-03-29 00:00",64,"2013-08-26 00:00","","","","",77,70,65,57,45,31,14,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12101",1,44.97944,-93.26613,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",5,0.168426,0.122966,0.55,"2013-05-16 00:00",0.45,"2013-06-27 00:00",0.37,"2013-08-26 00:00",0.35,"2013-08-20 00:00","","","","",0.55,0.45,0.37,0.33,0.23,0.15,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12102",1,44.97944,-93.26613,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12103",1,44.97944,-93.26613,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12105",1,44.97944,-93.26613,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12107",1,44.97944,-93.26613,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",9,0.015806,0.009839,0.04,"2013-08-14 00:00",0.03,"2013-06-27 00:00",0.03,"2013-07-03 00:00",0.03,"2013-07-09 00:00","","","","",0.04,0.03,0.03,0.03,0.02,0.02,0.0015,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12110",1,44.97944,-93.26613,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12112",1,44.97944,-93.26613,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12113",1,44.97944,-93.26613,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12114",1,44.97944,-93.26613,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0.131296,0.079386,0.35,"2013-10-31 00:00",0.26,"2013-05-22 00:00",0.26,"2013-10-19 00:00",0.25,"2013-11-12 00:00","","","","",0.35,0.26,0.26,0.23,0.19,0.14,0.02,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12126",1,44.97944,-93.26613,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0.584444,0.342591,1.8,"2013-09-13 00:00",1.55,"2013-05-16 00:00",1.15,"2013-06-27 00:00",1.05,"2013-08-14 00:00","","","","",1.8,1.55,1.15,0.95,0.83,0.55,0.22,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12132",1,44.97944,-93.26613,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0.018889,0.012983,0.05,"2013-05-16 00:00",0.05,"2013-10-25 00:00",0.04,"2013-06-27 00:00",0.04,"2013-08-20 00:00","","","","",0.05,0.05,0.04,0.04,0.03,0.02,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12136",1,44.97944,-93.26613,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12154",1,44.97944,-93.26613,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","12167",1,44.97944,-93.26613,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",21,0.020364,0.013129,0.06,"2013-09-13 00:00",0.05,"2013-08-14 00:00",0.04,"2013-08-02 00:00",0.04,"2013-10-25 00:00","","","","",0.06,0.05,0.04,0.03,0.03,0.02,0.00665,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","14129",1,44.97944,-93.26613,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",54,100,54,54,0,0,0,0,"Certification not required",0,0.002778,0.004521,0.01,"2013-03-29 00:00",0.01,"2013-06-03 00:00",0.01,"2013-06-15 00:00",0.01,"2013-06-27 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","42153",1,44.97944,-93.26613,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.003922,0.028006,0.2,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0.2,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","42153",2,44.97944,-93.26613,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.05098,0.364073,2.6,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",2.6,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43205",1,44.97944,-93.26613,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,2.705882,1.466617,6.2,"2013-12-06 00:00",5.8,"2013-12-12 00:00",5.7,"2013-12-18 00:00",5.6,"2013-12-30 00:00","","","","",6.2,5.8,5.7,5.3,3.7,2.3,1.3,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43205",2,44.97944,-93.26613,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,2.696078,1.476748,6.1,"2013-12-06 00:00",5.7,"2013-12-12 00:00",5.6,"2013-11-30 00:00",5.5,"2013-12-30 00:00","","","","",6.1,5.7,5.6,5.2,3.8,2.2,1.2,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43207",1,44.97944,-93.26613,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.15098,0.013305,0.18,"2013-06-03 00:00",0.17,"2013-05-16 00:00",0.17,"2013-05-28 00:00",0.17,"2013-06-27 00:00","","","","",0.18,0.17,0.17,0.16,0.16,0.15,0.14,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43207",2,44.97944,-93.26613,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.147451,0.017646,0.18,"2013-06-03 00:00",0.17,"2013-03-29 00:00",0.17,"2013-06-15 00:00",0.17,"2013-06-27 00:00","","","","",0.18,0.17,0.17,0.17,0.16,0.15,0.13,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43208",1,44.97944,-93.26613,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43208",2,44.97944,-93.26613,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43218",1,44.97944,-93.26613,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.163922,0.115032,0.45,"2013-08-14 00:00",0.45,"2013-12-18 00:00",0.36,"2013-01-16 00:00",0.36,"2013-07-03 00:00","","","","",0.45,0.45,0.36,0.33,0.24,0.14,0.03,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43218",2,44.97944,-93.26613,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.154706,0.100863,0.46,"2013-08-14 00:00",0.39,"2013-12-30 00:00",0.35,"2013-07-03 00:00",0.3,"2013-10-19 00:00","","","","",0.46,0.39,0.35,0.28,0.23,0.14,0.04,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43231",1,44.97944,-93.26613,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.780392,0.484157,2.3,"2013-07-03 00:00",2.2,"2013-08-14 00:00",1.7,"2013-12-30 00:00",1.5,"2013-12-18 00:00","","","","",2.3,2.2,1.7,1.2,1.1,0.8,0.3,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43231",2,44.97944,-93.26613,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.780392,0.511085,2.4,"2013-07-03 00:00",2.4,"2013-08-14 00:00",1.7,"2013-12-30 00:00",1.5,"2013-12-12 00:00","","","","",2.4,2.4,1.7,1.4,1,0.8,0.3,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43232",1,44.97944,-93.26613,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",2,0.456863,0.320627,1.5,"2013-10-07 00:00",1.4,"2013-07-03 00:00",1.2,"2013-08-14 00:00",1,"2013-09-25 00:00","","","","",1.5,1.4,1.2,0.8,0.5,0.4,0.1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43232",2,44.97944,-93.26613,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",1,0.471569,0.320664,1.5,"2013-07-03 00:00",1.5,"2013-10-07 00:00",1.3,"2013-08-14 00:00",1.1,"2013-09-25 00:00","","","","",1.5,1.5,1.3,0.7,0.6,0.4,0.2,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43248",1,44.97944,-93.26613,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",13,0.20098,0.138018,0.7,"2013-08-14 00:00",0.5,"2013-07-03 00:00",0.5,"2013-12-18 00:00",0.4,"2013-12-12 00:00","","","","",0.7,0.5,0.5,0.3,0.3,0.2,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43248",2,44.97944,-93.26613,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",19,0.193137,0.163407,0.8,"2013-08-14 00:00",0.6,"2013-12-18 00:00",0.5,"2013-07-03 00:00",0.4,"2013-06-21 00:00","","","","",0.8,0.6,0.5,0.3,0.3,0.1,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43302",1,44.97944,-93.26613,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",16,23.798039,33.457355,182.3,"2013-09-01 00:00",122.2,"2013-06-15 00:00",75.9,"2013-03-29 00:00",66.9,"2013-08-26 00:00","","","","",182.3,122.2,75.9,55.9,31.6,16.7,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43302",2,44.97944,-93.26613,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",15,21.061765,28.446442,138.4,"2013-09-01 00:00",103.3,"2013-06-15 00:00",85.9,"2013-03-29 00:00",69.2,"2013-07-03 00:00","","","","",138.4,103.3,85.9,49.4,29.6,11.8,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43312",1,44.97944,-93.26613,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,9,"","","Certification not required",7,1.263333,1.374335,6.2,"2013-09-01 00:00",6.2,"2013-09-19 00:00",3.4,"2013-07-03 00:00",3,"2013-01-16 00:00","","","","",6.2,6.2,3.4,2.8,1.6,1,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43312",2,44.97944,-93.26613,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,10,"","","Certification not required",15,0.944318,1.263449,5.6,"2013-06-27 00:00",3.9,"2013-09-19 00:00",3.6,"2013-07-03 00:00",3.2,"2013-10-01 00:00","","","","",5.6,5.6,3.6,2.8,1.3,0.3,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43372",1,44.97944,-93.26613,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43372",2,44.97944,-93.26613,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43447",1,44.97944,-93.26613,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,0.965306,1.24022,5.9,"2013-08-26 00:00",5.1,"2013-08-20 00:00",3.5,"2013-06-21 00:00",3.2,"2013-07-03 00:00","","","","",5.9,5.9,3.5,2.8,0.9,0.6,0.1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43447",2,44.97944,-93.26613,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,6,"","","Certification not required",0,0.979167,1.374224,7.2,"2013-08-26 00:00",3.9,"2013-06-21 00:00",3.7,"2013-07-03 00:00",3.6,"2013-07-21 00:00","","","","",7.2,7.2,3.7,3.4,0.9,0.5,0.1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43502",1,44.97944,-93.26613,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,1.844231,0.943588,4.4,"2013-07-03 00:00",4.3,"2013-08-26 00:00",4,"2013-09-07 00:00",3.9,"2013-07-15 00:00","","","","",4.4,4.3,4,2.9,2.3,1.6,1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43502",2,44.97944,-93.26613,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,1.830769,0.95682,4.4,"2013-07-03 00:00",4.3,"2013-08-26 00:00",4,"2013-09-07 00:00",3.9,"2013-07-15 00:00","","","","",4.4,4.3,4,2.9,2.3,1.6,1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43503",1,44.97944,-93.26613,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,1.313462,0.472801,2.6,"2013-07-03 00:00",2.4,"2013-03-29 00:00",2.1,"2013-09-07 00:00",2.1,"2013-11-30 00:00","","","","",2.6,2.4,2.1,2,1.6,1.3,0.8,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43503",2,44.97944,-93.26613,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,1.317308,0.486976,2.7,"2013-07-03 00:00",2.4,"2013-03-29 00:00",2.1,"2013-09-07 00:00",2.1,"2013-11-30 00:00","","","","",2.7,2.4,2.1,2,1.6,1.3,0.7,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43504",1,44.97944,-93.26613,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.280769,0.115535,0.5,"2013-07-03 00:00",0.5,"2013-08-14 00:00",0.5,"2013-08-20 00:00",0.5,"2013-08-26 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.2,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43504",2,44.97944,-93.26613,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,0.276923,0.111347,0.5,"2013-07-03 00:00",0.5,"2013-08-14 00:00",0.5,"2013-08-20 00:00",0.5,"2013-08-26 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.3,0.1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43510",1,44.97944,-93.26613,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",4,0.176692,0.109562,0.504,"2013-01-04 00:00",0.42,"2013-02-03 00:00",0.368,"2013-01-16 00:00",0.336,"2013-07-27 00:00","","","","",0.504,0.42,0.368,0.316,0.256,0.16,0.068,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43510",2,44.97944,-93.26613,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",3,0.1765,0.108471,0.54,"2013-01-04 00:00",0.432,"2013-02-03 00:00",0.36,"2013-07-27 00:00",0.34,"2013-04-04 00:00","","","","",0.54,0.432,0.36,0.308,0.232,0.168,0.06,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43516",1,44.97944,-93.26613,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43516",2,44.97944,-93.26613,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43551",1,44.97944,-93.26613,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,3.555769,1.293485,7.1,"2013-09-25 00:00",6.7,"2013-05-16 00:00",6.6,"2013-10-07 00:00",6.2,"2013-06-03 00:00","","","","",7.1,6.7,6.6,5.2,4.4,3.1,2.3,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43551",2,44.97944,-93.26613,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",0,3.542308,1.296654,7.3,"2013-09-25 00:00",6.8,"2013-05-16 00:00",6.6,"2013-10-07 00:00",6.2,"2013-06-03 00:00","","","","",7.3,6.8,6.6,5.1,4.4,3.1,2.3,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43552",1,44.97944,-93.26613,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,7,"","","Certification not required",12,0.812766,1.212636,4.2,"2013-08-20 00:00",4,"2013-08-26 00:00",3.9,"2013-09-19 00:00",3.8,"2013-07-03 00:00","","","","",4.2,4.2,3.9,3.4,0.8,0.3,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43552",2,44.97944,-93.26613,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,7,"","","Certification not required",17,0.788298,1.125747,4.9,"2013-08-26 00:00",4.4,"2013-07-03 00:00",3.3,"2013-06-27 00:00",2.6,"2013-10-01 00:00","","","","",4.9,4.9,3.3,2,1.3,0.3,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43559",1,44.97944,-93.26613,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",47,0.071569,0.08322,0.4,"2013-06-27 00:00",0.4,"2013-08-20 00:00",0.4,"2013-08-26 00:00",0.1,"2013-06-21 00:00","","","","",0.4,0.4,0.4,0.05,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43559",2,44.97944,-93.26613,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",45,0.079412,0.108709,0.7,"2013-08-26 00:00",0.4,"2013-06-27 00:00",0.3,"2013-07-15 00:00",0.2,"2013-06-21 00:00","","","","",0.7,0.4,0.3,0.1,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43801",1,44.97944,-93.26613,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.405882,0.218084,0.64,"2013-06-03 00:00",0.62,"2013-01-16 00:00",0.62,"2013-05-16 00:00",0.59,"2013-05-28 00:00","","","","",0.64,0.62,0.62,0.58,0.54,0.5,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43801",2,44.97944,-93.26613,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.4488,0.18081,0.65,"2013-06-03 00:00",0.63,"2013-05-28 00:00",0.61,"2013-03-29 00:00",0.59,"2013-07-03 00:00","","","","",0.65,0.65,0.61,0.59,0.53,0.51,0.07,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43802",1,44.97944,-93.26613,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.101961,0.057411,0.4,"2013-08-14 00:00",0.28,"2013-07-03 00:00",0.17,"2013-05-28 00:00",0.16,"2013-05-16 00:00","","","","",0.4,0.28,0.17,0.14,0.12,0.09,0.07,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43802",2,44.97944,-93.26613,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.101961,0.059901,0.42,"2013-08-14 00:00",0.29,"2013-07-03 00:00",0.17,"2013-05-28 00:00",0.16,"2013-09-13 00:00","","","","",0.42,0.29,0.17,0.13,0.11,0.09,0.07,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43803",1,44.97944,-93.26613,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.020784,0.006883,0.05,"2013-07-03 00:00",0.04,"2013-12-30 00:00",0.03,"2013-06-03 00:00",0.03,"2013-07-27 00:00","","","","",0.05,0.04,0.03,0.03,0.02,0.02,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43803",2,44.97944,-93.26613,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.019608,0.0072,0.04,"2013-07-03 00:00",0.04,"2013-08-14 00:00",0.03,"2013-05-28 00:00",0.03,"2013-06-03 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43804",1,44.97944,-93.26613,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43804",2,44.97944,-93.26613,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43806",1,44.97944,-93.26613,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43806",2,44.97944,-93.26613,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43811",1,44.97944,-93.26613,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.237255,0.048829,0.3,"2013-01-16 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-28 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43811",2,44.97944,-93.26613,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.227451,0.045071,0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-28 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43812",1,44.97944,-93.26613,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43812",2,44.97944,-93.26613,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43813",1,44.97944,-93.26613,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43813",2,44.97944,-93.26613,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43814",1,44.97944,-93.26613,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.009608,0.004883,0.02,"2013-07-03 00:00",0.02,"2013-07-27 00:00",0.02,"2013-08-14 00:00",0.02,"2013-08-20 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43814",2,44.97944,-93.26613,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.01,0.004,0.02,"2013-06-15 00:00",0.02,"2013-07-03 00:00",0.02,"2013-08-14 00:00",0.02,"2013-08-26 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43815",1,44.97944,-93.26613,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.025294,0.009023,0.04,"2013-02-09 00:00",0.04,"2013-04-28 00:00",0.04,"2013-05-16 00:00",0.04,"2013-06-03 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.03,0.02,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43815",2,44.97944,-93.26613,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.02549,0.010259,0.04,"2013-02-09 00:00",0.04,"2013-03-05 00:00",0.04,"2013-04-04 00:00",0.04,"2013-04-28 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.03,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43817",1,44.97944,-93.26613,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.020196,0.03043,0.18,"2013-05-28 00:00",0.08,"2013-10-01 00:00",0.08,"2013-10-25 00:00",0.06,"2013-03-05 00:00","","","","",0.18,0.08,0.08,0.05,0.02,0.01,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43817",2,44.97944,-93.26613,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.017843,0.024764,0.14,"2013-05-28 00:00",0.09,"2013-10-25 00:00",0.06,"2013-03-05 00:00",0.05,"2013-07-03 00:00","","","","",0.14,0.09,0.06,0.03,0.02,0.01,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43818",1,44.97944,-93.26613,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43818",2,44.97944,-93.26613,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43819",1,44.97944,-93.26613,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.008824,0.003254,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-03 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43819",2,44.97944,-93.26613,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.007451,0.004401,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-21 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43820",1,44.97944,-93.26613,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43820",2,44.97944,-93.26613,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43823",1,44.97944,-93.26613,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.528824,0.056697,0.65,"2013-12-06 00:00",0.64,"2013-12-18 00:00",0.63,"2013-01-16 00:00",0.61,"2013-07-27 00:00","","","","",0.65,0.64,0.63,0.6,0.58,0.52,0.46,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43823",2,44.97944,-93.26613,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.516667,0.047441,0.61,"2013-11-24 00:00",0.6,"2013-06-03 00:00",0.59,"2013-05-28 00:00",0.59,"2013-10-31 00:00","","","","",0.61,0.6,0.59,0.56,0.55,0.52,0.45,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43824",1,44.97944,-93.26613,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.026863,0.043474,0.25,"2013-07-03 00:00",0.18,"2013-08-14 00:00",0.09,"2013-02-21 00:00",0.06,"2013-05-28 00:00","","","","",0.25,0.18,0.09,0.05,0.03,0.02,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43824",2,44.97944,-93.26613,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.026667,0.045724,0.26,"2013-07-03 00:00",0.19,"2013-08-14 00:00",0.1,"2013-02-21 00:00",0.06,"2013-05-28 00:00","","","","",0.26,0.19,0.1,0.05,0.03,0.02,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43826",1,44.97944,-93.26613,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43826",2,44.97944,-93.26613,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43828",1,44.97944,-93.26613,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43828",2,44.97944,-93.26613,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43829",1,44.97944,-93.26613,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43829",2,44.97944,-93.26613,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43830",1,44.97944,-93.26613,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43830",2,44.97944,-93.26613,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43831",1,44.97944,-93.26613,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43831",2,44.97944,-93.26613,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43832",1,44.97944,-93.26613,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43832",2,44.97944,-93.26613,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-03 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43838",1,44.97944,-93.26613,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",48,0.009961,0.031016,0.226,"2013-11-18 00:00",0.022,"2013-06-09 00:00",0.02,"2013-07-03 00:00",0.005,"2013-01-04 00:00","","","","",0.226,0.022,0.02,0.005,0.005,0.005,0.005,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43838",2,44.97944,-93.26613,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",47,0.010647,0.034356,0.25,"2013-11-18 00:00",0.02,"2013-06-09 00:00",0.02,"2013-08-14 00:00",0.018,"2013-07-03 00:00","","","","",0.25,0.02,0.02,0.005,0.005,0.005,0.005,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43839",1,44.97944,-93.26613,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43839",2,44.97944,-93.26613,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43843",1,44.97944,-93.26613,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43843",2,44.97944,-93.26613,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43844",1,44.97944,-93.26613,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43844",2,44.97944,-93.26613,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43860",1,44.97944,-93.26613,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.004902,0.00543,0.02,"2013-06-03 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-03 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","43860",2,44.97944,-93.26613,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.004902,0.00543,0.02,"2013-06-27 00:00",0.01,"2013-02-03 00:00",0.01,"2013-02-21 00:00",0.01,"2013-03-05 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45109",1,44.97944,-93.26613,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.225882,0.915529,5.14,"2013-10-31 00:00",3.82,"2013-07-03 00:00",3.42,"2013-08-14 00:00",2.23,"2013-08-02 00:00","","","","",5.14,3.82,3.42,2.07,1.6,1.02,0.41,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45109",2,44.97944,-93.26613,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.190784,0.990925,5,"2013-10-31 00:00",3.86,"2013-07-03 00:00",3.46,"2013-08-14 00:00",3.33,"2013-08-26 00:00","","","","",5,3.86,3.46,2.14,1.61,0.9,0.34,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45201",1,44.97944,-93.26613,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.04902,0.346013,2.06,"2013-12-30 00:00",1.82,"2013-12-18 00:00",1.72,"2013-08-14 00:00",1.71,"2013-07-03 00:00","","","","",2.06,1.82,1.72,1.52,1.28,1.02,0.67,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45201",2,44.97944,-93.26613,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.048235,0.346933,1.88,"2013-12-18 00:00",1.84,"2013-12-30 00:00",1.81,"2013-08-14 00:00",1.76,"2013-07-03 00:00","","","","",1.88,1.84,1.81,1.5,1.24,1.02,0.67,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45202",1,44.97944,-93.26613,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,2.062941,1.379123,6.74,"2013-10-07 00:00",5.89,"2013-09-25 00:00",5.73,"2013-07-03 00:00",5.68,"2013-08-14 00:00","","","","",6.74,5.89,5.73,3.13,2.67,1.71,0.83,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45202",2,44.97944,-93.26613,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,2.067059,1.425862,6.46,"2013-10-07 00:00",6.22,"2013-09-25 00:00",6.11,"2013-08-14 00:00",6.03,"2013-07-03 00:00","","","","",6.46,6.22,6.11,3.13,2.58,1.57,0.91,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45203",1,44.97944,-93.26613,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.338235,0.224888,1.1,"2013-07-03 00:00",1.06,"2013-10-31 00:00",0.96,"2013-08-14 00:00",0.63,"2013-08-02 00:00","","","","",1.1,1.06,0.96,0.53,0.41,0.31,0.14,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45203",2,44.97944,-93.26613,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.335098,0.250746,1.15,"2013-07-03 00:00",1.06,"2013-08-26 00:00",1,"2013-10-31 00:00",0.99,"2013-08-14 00:00","","","","",1.15,1.06,1,0.51,0.42,0.28,0.12,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45204",1,44.97944,-93.26613,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.453529,0.356207,1.83,"2013-10-31 00:00",1.44,"2013-07-03 00:00",1.26,"2013-08-14 00:00",0.9,"2013-09-19 00:00","","","","",1.83,1.44,1.26,0.87,0.62,0.34,0.17,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45204",2,44.97944,-93.26613,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.47549,0.365499,1.78,"2013-10-31 00:00",1.49,"2013-07-03 00:00",1.41,"2013-08-26 00:00",1.28,"2013-08-14 00:00","","","","",1.78,1.49,1.41,0.77,0.62,0.37,0.15,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45207",1,44.97944,-93.26613,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",3,0.149216,0.109048,0.55,"2013-08-02 00:00",0.41,"2013-07-03 00:00",0.39,"2013-08-14 00:00",0.36,"2013-08-26 00:00","","","","",0.55,0.41,0.39,0.29,0.19,0.12,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45207",2,44.97944,-93.26613,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",9,0.144706,0.126338,0.62,"2013-08-02 00:00",0.51,"2013-08-26 00:00",0.41,"2013-07-03 00:00",0.32,"2013-08-14 00:00","","","","",0.62,0.51,0.41,0.28,0.19,0.13,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45208",1,44.97944,-93.26613,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",1,0.586078,0.43163,1.89,"2013-08-02 00:00",1.87,"2013-08-26 00:00",1.49,"2013-07-03 00:00",1.43,"2013-08-14 00:00","","","","",1.89,1.87,1.49,1.13,0.71,0.49,0.21,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45208",2,44.97944,-93.26613,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",4,0.5548,0.560121,3.1,"2013-08-26 00:00",1.98,"2013-08-02 00:00",1.48,"2013-07-03 00:00",1.3,"2013-08-14 00:00","","","","",3.1,3.1,1.48,1.29,0.72,0.41,0.06,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45220",1,44.97944,-93.26613,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.12,0.227209,1.33,"2013-07-03 00:00",0.94,"2013-08-14 00:00",0.33,"2013-08-26 00:00",0.33,"2013-09-07 00:00","","","","",1.33,0.94,0.33,0.23,0.13,0.06,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45220",2,44.97944,-93.26613,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.111961,0.224687,1.34,"2013-07-03 00:00",0.78,"2013-08-14 00:00",0.56,"2013-08-26 00:00",0.3,"2013-09-07 00:00","","","","",1.34,0.78,0.56,0.21,0.12,0.04,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45228",1,44.97944,-93.26613,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",43,0.186265,0.09429,0.558,"2013-08-02 00:00",0.459,"2013-07-03 00:00",0.423,"2013-08-14 00:00",0.378,"2013-09-25 00:00","","","","",0.558,0.459,0.423,0.324,0.1485,0.1485,0.1485,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45228",2,44.97944,-93.26613,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",44,0.184765,0.097447,0.567,"2013-08-02 00:00",0.495,"2013-08-26 00:00",0.45,"2013-07-03 00:00",0.369,"2013-06-15 00:00","","","","",0.567,0.495,0.45,0.324,0.1485,0.1485,0.1485,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45501",1,44.97944,-93.26613,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",37,0.079808,0.057955,0.3,"2013-07-03 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00",0.2,"2013-06-03 00:00","","","","",0.3,0.2,0.2,0.2,0.1,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45501",2,44.97944,-93.26613,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,3,"","","Certification not required",32,0.088462,0.061529,0.3,"2013-07-03 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00",0.2,"2013-06-03 00:00","","","","",0.3,0.2,0.2,0.2,0.1,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45801",1,44.97944,-93.26613,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.006667,0.007916,0.03,"2013-08-14 00:00",0.03,"2013-10-19 00:00",0.02,"2013-06-21 00:00",0.02,"2013-07-15 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45801",2,44.97944,-93.26613,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.006078,0.006951,0.02,"2013-07-03 00:00",0.02,"2013-08-02 00:00",0.02,"2013-08-14 00:00",0.02,"2013-10-19 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45805",1,44.97944,-93.26613,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",50,0.010588,0.004201,0.04,"2013-10-19 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-03 00:00","","","","",0.04,0.01,0.01,0.01,0.01,0.01,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45805",2,44.97944,-93.26613,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-03 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45806",1,44.97944,-93.26613,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",44,0.013529,0.011104,0.07,"2013-08-14 00:00",0.05,"2013-06-27 00:00",0.04,"2013-10-31 00:00",0.03,"2013-06-15 00:00","","","","",0.07,0.05,0.04,0.02,0.01,0.01,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45806",2,44.97944,-93.26613,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",45,0.013333,0.011255,0.06,"2013-06-27 00:00",0.06,"2013-07-03 00:00",0.05,"2013-06-15 00:00",0.02,"2013-07-15 00:00","","","","",0.06,0.06,0.05,0.02,0.01,0.01,0.01,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45807",1,44.97944,-93.26613,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.011765,0.018078,0.07,"2013-07-03 00:00",0.07,"2013-08-14 00:00",0.06,"2013-06-27 00:00",0.04,"2013-06-15 00:00","","","","",0.07,0.07,0.06,0.04,0.02,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45807",2,44.97944,-93.26613,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.008824,0.014512,0.07,"2013-07-03 00:00",0.05,"2013-06-15 00:00",0.05,"2013-08-14 00:00",0.03,"2013-06-21 00:00","","","","",0.07,0.05,0.05,0.02,0.01,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45809",1,44.97944,-93.26613,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45809",2,44.97944,-93.26613,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45810",1,44.97944,-93.26613,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","45810",2,44.97944,-93.26613,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","46401",1,44.97944,-93.26613,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",47,0.059804,0.036083,0.2,"2013-06-27 00:00",0.2,"2013-08-14 00:00",0.2,"2013-08-26 00:00",0.1,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.05,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","46401",2,44.97944,-93.26613,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",45,0.059804,0.031654,0.2,"2013-06-27 00:00",0.2,"2013-08-26 00:00",0.1,"2013-07-03 00:00",0.1,"2013-08-14 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","0966","81102",1,44.97944,-93.26613,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",50,93,50,54,0,3,0,0,"Certification not required",0,19.14,8.815594,39,"2013-08-20 00:00",36,"2013-03-29 00:00",36,"2013-05-16 00:00",34,"2013-08-26 00:00","","","","",39,39,36,34,25,19,9,"City of Lakes","309 2nd Ave. S.","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","11101",1,45.03972,-93.29874,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,34.796296,15.77959,72,"2013-05-16 00:00",68,"2013-10-01 00:00",65,"2013-08-20 00:00",63,"2013-03-29 00:00","","","","",72,68,65,59,45,33,14,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12101",1,45.03972,-93.29874,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",6,0.132222,0.099923,0.48,"2013-05-16 00:00",0.33,"2013-10-01 00:00",0.28,"2013-04-28 00:00",0.28,"2013-08-20 00:00","","","","",0.48,0.33,0.28,0.26,0.2,0.11,0.005,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12102",1,45.03972,-93.29874,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0.000185,0.001361,0.01,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.01,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12103",1,45.03972,-93.29874,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12105",1,45.03972,-93.29874,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12107",1,45.03972,-93.29874,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",16,0.008593,0.005578,0.02,"2013-07-03 00:00",0.02,"2013-08-08 00:00",0.02,"2013-09-13 00:00",0.02,"2013-09-25 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.0015,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12110",1,45.03972,-93.29874,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12112",1,45.03972,-93.29874,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12113",1,45.03972,-93.29874,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12114",1,45.03972,-93.29874,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,1.837778,1.223753,3.84,"2013-11-30 00:00",3.71,"2013-09-07 00:00",3.53,"2013-07-15 00:00",3.51,"2013-09-13 00:00","","","","",3.84,3.71,3.53,3.35,2.97,2.08,0.24,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12126",1,45.03972,-93.29874,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0.485,0.301879,1.35,"2013-05-16 00:00",1.22,"2013-03-29 00:00",1.13,"2013-10-01 00:00",1.03,"2013-08-08 00:00","","","","",1.35,1.22,1.13,0.86,0.67,0.46,0.15,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12132",1,45.03972,-93.29874,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0.015926,0.011739,0.05,"2013-05-16 00:00",0.05,"2013-10-01 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-04 00:00","","","","",0.05,0.05,0.03,0.03,0.02,0.01,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12136",1,45.03972,-93.29874,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12154",1,45.03972,-93.29874,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","12167",1,45.03972,-93.29874,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",54,100,54,54,0,0,"","","Certification not required",17,0.029501,0.020812,0.08,"2013-06-27 00:00",0.07,"2013-12-24 00:00",0.07,"2013-12-30 00:00",0.06,"2013-09-13 00:00","","","","",0.08,0.07,0.07,0.06,0.05,0.03,0.00665,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","14129",1,45.03972,-93.29874,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",54,100,54,54,0,0,0,0,"Certification not required",0,0.001481,0.003586,0.01,"2013-01-04 00:00",0.01,"2013-03-29 00:00",0.01,"2013-06-09 00:00",0.01,"2013-07-15 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","42153",1,45.03972,-93.29874,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.035849,0.059142,0.3,"2013-09-19 00:00",0.1,"2013-09-25 00:00",0.1,"2013-10-01 00:00",0.1,"2013-10-07 00:00","","","","",0.3,0.1,0.1,0.1,0.1,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43205",1,45.03972,-93.29874,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.996226,1.778716,8.9,"2013-12-18 00:00",6.2,"2013-12-06 00:00",6,"2013-11-30 00:00",5.7,"2013-12-30 00:00","","","","",8.9,6.2,6,5.4,4.6,2.3,1.2,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43207",1,45.03972,-93.29874,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.147547,0.027309,0.21,"2013-05-16 00:00",0.19,"2013-10-19 00:00",0.18,"2013-07-09 00:00",0.17,"2013-06-03 00:00","","","","",0.21,0.19,0.18,0.17,0.16,0.15,0.13,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43208",1,45.03972,-93.29874,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43218",1,45.03972,-93.29874,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.159623,0.136776,0.57,"2013-07-03 00:00",0.53,"2013-10-13 00:00",0.46,"2013-08-08 00:00",0.46,"2013-08-14 00:00","","","","",0.57,0.53,0.46,0.34,0.21,0.14,0.03,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43231",1,45.03972,-93.29874,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.913462,0.663629,3.4,"2013-07-03 00:00",2.4,"2013-08-08 00:00",2.2,"2013-08-14 00:00",1.9,"2013-10-07 00:00","","","","",3.4,2.4,2.2,1.6,1.3,0.8,0.2,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43232",1,45.03972,-93.29874,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",5,0.49717,0.392283,1.8,"2013-07-03 00:00",1.5,"2013-11-18 00:00",1.3,"2013-08-08 00:00",1.3,"2013-08-14 00:00","","","","",1.8,1.5,1.3,1,0.7,0.4,0.1,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43248",1,45.03972,-93.29874,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",19,0.19717,0.163911,0.8,"2013-07-03 00:00",0.5,"2013-08-08 00:00",0.5,"2013-08-14 00:00",0.5,"2013-10-07 00:00","","","","",0.8,0.5,0.5,0.4,0.3,0.2,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43302",1,45.03972,-93.29874,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",20,12.258491,17.721423,75.6,"2013-03-29 00:00",66.8,"2013-07-21 00:00",50.1,"2013-07-03 00:00",44.6,"2013-08-26 00:00","","","","",75.6,66.8,50.1,41.5,16.3,6.2,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43312",1,45.03972,-93.29874,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",16,1.263265,1.865553,7.9,"2013-08-14 00:00",7.7,"2013-06-21 00:00",5,"2013-04-28 00:00",4.2,"2013-01-28 00:00","","","","",7.9,7.9,5,3.7,2,0.2,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43372",1,45.03972,-93.29874,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43447",1,45.03972,-93.29874,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.818,0.779505,3.5,"2013-07-03 00:00",2.7,"2013-06-27 00:00",2.6,"2013-08-20 00:00",2.2,"2013-08-08 00:00","","","","",3.5,3.5,2.6,2.2,1.1,0.6,0.1,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43502",1,45.03972,-93.29874,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.783333,0.902564,4.4,"2013-08-26 00:00",4,"2013-09-07 00:00",3.9,"2013-07-03 00:00",3.7,"2013-07-15 00:00","","","","",4.4,4,3.9,3.2,2.2,1.5,0.9,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43503",1,45.03972,-93.29874,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.325926,0.506257,2.9,"2013-07-03 00:00",2.5,"2013-03-29 00:00",2.1,"2013-11-30 00:00",2,"2013-08-26 00:00","","","","",2.9,2.5,2.1,1.9,1.6,1.3,0.7,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43504",1,45.03972,-93.29874,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.314815,0.141964,0.7,"2013-07-03 00:00",0.6,"2013-10-01 00:00",0.5,"2013-05-16 00:00",0.5,"2013-06-03 00:00","","","","",0.7,0.6,0.5,0.5,0.4,0.3,0.1,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43510",1,45.03972,-93.29874,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,0.200963,0.123688,0.596,"2013-01-28 00:00",0.504,"2013-02-21 00:00",0.46,"2013-01-04 00:00",0.424,"2013-03-29 00:00","","","","",0.596,0.504,0.46,0.356,0.248,0.192,0.072,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43516",1,45.03972,-93.29874,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43551",1,45.03972,-93.29874,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,4.224074,2.325083,17.8,"2013-11-30 00:00",7,"2013-10-01 00:00",6.8,"2013-05-16 00:00",6.8,"2013-05-22 00:00","","","","",17.8,7,6.8,6.7,4.8,3.8,2.6,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43552",1,45.03972,-93.29874,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",17,0.542708,0.773565,3.5,"2013-07-03 00:00",2.4,"2013-09-19 00:00",2.3,"2013-08-08 00:00",2.2,"2013-06-15 00:00","","","","",3.5,3.5,2.3,1.9,0.7,0.2,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43559",1,45.03972,-93.29874,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.064151,0.048415,0.3,"2013-06-15 00:00",0.2,"2013-06-27 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-15 00:00","","","","",0.3,0.2,0.2,0.05,0.05,0.05,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43801",1,45.03972,-93.29874,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.453,0.164766,0.67,"2013-05-16 00:00",0.61,"2013-07-03 00:00",0.6,"2013-06-03 00:00",0.58,"2013-04-28 00:00","","","","",0.67,0.67,0.6,0.57,0.54,0.5,0.1,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43802",1,45.03972,-93.29874,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.086981,0.048022,0.25,"2013-08-08 00:00",0.21,"2013-07-03 00:00",0.19,"2013-08-14 00:00",0.14,"2013-05-28 00:00","","","","",0.25,0.21,0.19,0.13,0.1,0.08,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43803",1,45.03972,-93.29874,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.022453,0.009386,0.05,"2013-07-03 00:00",0.05,"2013-08-08 00:00",0.04,"2013-08-14 00:00",0.04,"2013-09-19 00:00","","","","",0.05,0.05,0.04,0.03,0.03,0.02,0.01,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43804",1,45.03972,-93.29874,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.098113,0.013736,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43806",1,45.03972,-93.29874,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43811",1,45.03972,-93.29874,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.230189,0.054012,0.4,"2013-05-16 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-28 00:00","","","","",0.4,0.3,0.3,0.3,0.3,0.2,0.2,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43812",1,45.03972,-93.29874,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43813",1,45.03972,-93.29874,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43814",1,45.03972,-93.29874,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008868,0.004666,0.02,"2013-06-03 00:00",0.02,"2013-07-03 00:00",0.02,"2013-08-08 00:00",0.01,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43815",1,45.03972,-93.29874,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.023396,0.010551,0.04,"2013-02-09 00:00",0.04,"2013-05-16 00:00",0.04,"2013-06-03 00:00",0.04,"2013-06-15 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.03,0.01,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43817",1,45.03972,-93.29874,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.014906,0.01527,0.06,"2013-08-14 00:00",0.05,"2013-06-03 00:00",0.05,"2013-09-01 00:00",0.04,"2013-10-01 00:00","","","","",0.06,0.05,0.05,0.03,0.02,0.01,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43818",1,45.03972,-93.29874,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43819",1,45.03972,-93.29874,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.007547,0.004344,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43820",1,45.03972,-93.29874,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43823",1,45.03972,-93.29874,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.513208,0.060915,0.68,"2013-05-16 00:00",0.6,"2013-08-14 00:00",0.6,"2013-10-25 00:00",0.59,"2013-07-09 00:00","","","","",0.68,0.6,0.6,0.58,0.54,0.52,0.47,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43824",1,45.03972,-93.29874,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.029811,0.042584,0.24,"2013-07-03 00:00",0.15,"2013-08-08 00:00",0.13,"2013-03-29 00:00",0.07,"2013-09-25 00:00","","","","",0.24,0.15,0.13,0.06,0.04,0.02,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43826",1,45.03972,-93.29874,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43828",1,45.03972,-93.29874,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43829",1,45.03972,-93.29874,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43830",1,45.03972,-93.29874,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43831",1,45.03972,-93.29874,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-10-25 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43832",1,45.03972,-93.29874,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43838",1,45.03972,-93.29874,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.005283,0.00206,0.02,"2013-07-03 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00","","","","",0.02,0.005,0.005,0.005,0.005,0.005,0.005,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43839",1,45.03972,-93.29874,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43843",1,45.03972,-93.29874,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43844",1,45.03972,-93.29874,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","43860",1,45.03972,-93.29874,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004906,0.006686,0.03,"2013-09-19 00:00",0.02,"2013-06-15 00:00",0.02,"2013-06-21 00:00",0.01,"2013-01-04 00:00","","","","",0.03,0.02,0.02,0.01,0.01,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45109",1,45.03972,-93.29874,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.210755,1.125218,5.46,"2013-07-03 00:00",4.54,"2013-08-08 00:00",4.06,"2013-08-14 00:00",3.59,"2013-10-07 00:00","","","","",5.46,4.54,4.06,2.27,1.53,0.91,0.26,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45201",1,45.03972,-93.29874,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.067358,0.528001,2.87,"2013-07-03 00:00",2.33,"2013-08-08 00:00",2.09,"2013-08-14 00:00",1.99,"2013-01-28 00:00","","","","",2.87,2.33,2.09,1.88,1.35,0.97,0.55,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45202",1,45.03972,-93.29874,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.032264,1.673936,8.32,"2013-07-03 00:00",7.39,"2013-08-08 00:00",6.17,"2013-08-14 00:00",5.07,"2013-10-07 00:00","","","","",8.32,7.39,6.17,3.69,2.49,1.63,0.6,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45203",1,45.03972,-93.29874,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.327736,0.297008,1.51,"2013-07-03 00:00",1.21,"2013-08-08 00:00",1.06,"2013-08-14 00:00",0.83,"2013-10-07 00:00","","","","",1.51,1.21,1.06,0.59,0.45,0.27,0.08,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45204",1,45.03972,-93.29874,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.469434,0.426346,2.09,"2013-07-03 00:00",1.73,"2013-08-08 00:00",1.54,"2013-08-14 00:00",1.4,"2013-10-07 00:00","","","","",2.09,1.73,1.54,0.86,0.62,0.34,0.1,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45207",1,45.03972,-93.29874,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",11,0.125094,0.134717,0.75,"2013-07-03 00:00",0.48,"2013-08-08 00:00",0.35,"2013-10-07 00:00",0.33,"2013-09-25 00:00","","","","",0.75,0.48,0.35,0.3,0.16,0.09,0.01,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45208",1,45.03972,-93.29874,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.447547,0.510614,2.66,"2013-07-03 00:00",1.91,"2013-08-08 00:00",1.38,"2013-10-07 00:00",1.3,"2013-08-14 00:00","","","","",2.66,1.91,1.38,1.1,0.55,0.3,0.01,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45220",1,45.03972,-93.29874,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.103585,0.176331,0.95,"2013-09-25 00:00",0.66,"2013-08-08 00:00",0.41,"2013-07-03 00:00",0.39,"2013-10-31 00:00","","","","",0.95,0.66,0.41,0.32,0.1,0.04,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45228",1,45.03972,-93.29874,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.181019,0.120135,0.882,"2013-07-03 00:00",0.513,"2013-08-08 00:00",0.414,"2013-08-14 00:00",0.342,"2013-10-07 00:00","","","","",0.882,0.513,0.414,0.1485,0.1485,0.1485,0.1485,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45501",1,45.03972,-93.29874,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",30,0.096296,0.073235,0.4,"2013-07-03 00:00",0.3,"2013-06-15 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00","","","","",0.4,0.3,0.2,0.2,0.1,0.05,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45801",1,45.03972,-93.29874,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004906,0.007996,0.04,"2013-10-31 00:00",0.02,"2013-06-15 00:00",0.02,"2013-09-19 00:00",0.02,"2013-11-06 00:00","","","","",0.04,0.02,0.02,0.01,0.01,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45805",1,45.03972,-93.29874,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45806",1,45.03972,-93.29874,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",42,0.019245,0.023685,0.13,"2013-08-08 00:00",0.1,"2013-07-03 00:00",0.08,"2013-08-14 00:00",0.05,"2013-09-25 00:00","","","","",0.13,0.1,0.08,0.04,0.01,0.01,0.01,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45807",1,45.03972,-93.29874,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.014717,0.030547,0.14,"2013-07-03 00:00",0.14,"2013-08-08 00:00",0.09,"2013-08-14 00:00",0.05,"2013-09-25 00:00","","","","",0.14,0.14,0.09,0.04,0.01,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45809",1,45.03972,-93.29874,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","45810",1,45.03972,-93.29874,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1007","46401",1,45.03972,-93.29874,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.051887,0.009619,0.1,"2013-07-03 00:00",0.1,"2013-08-14 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Humboldt Ave","4646 North Humboldt","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","11101",1,44.95809,-93.24891,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",13,21,13,61,0,2,"","","Certification not required",0,22.923077,10.850972,50,"2013-10-25 00:00",32,"2013-11-24 00:00",30,"2013-10-13 00:00",26,"2013-12-30 00:00","","","","",50,50,50,32,26,23,11,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12101",1,44.95809,-93.24891,"NAD83","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.122143,0.076377,0.3,"2013-10-25 00:00",0.22,"2013-11-24 00:00",0.19,"2013-10-01 00:00",0.15,"2013-12-18 00:00","","","","",0.3,0.3,0.3,0.22,0.15,0.11,0.04,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12102",1,44.95809,-93.24891,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12103",1,44.95809,-93.24891,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12105",1,44.95809,-93.24891,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12107",1,44.95809,-93.24891,"NAD83","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.012857,0.006112,0.03,"2013-10-07 00:00",0.02,"2013-10-01 00:00",0.02,"2013-10-13 00:00",0.01,"2013-10-19 00:00","","","","",0.03,0.03,0.03,0.02,0.01,0.01,0.01,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12110",1,44.95809,-93.24891,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12112",1,44.95809,-93.24891,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12113",1,44.95809,-93.24891,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12114",1,44.95809,-93.24891,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.036429,0.013363,0.07,"2013-12-30 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00",0.04,"2013-10-07 00:00","","","","",0.07,0.07,0.07,0.05,0.04,0.03,0.02,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12126",1,44.95809,-93.24891,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.342857,0.188166,0.81,"2013-10-25 00:00",0.56,"2013-10-07 00:00",0.52,"2013-10-01 00:00",0.43,"2013-10-13 00:00","","","","",0.81,0.81,0.81,0.56,0.43,0.3,0.14,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12132",1,44.95809,-93.24891,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.011429,0.012924,0.05,"2013-10-25 00:00",0.02,"2013-10-01 00:00",0.02,"2013-11-24 00:00",0.01,"2013-10-07 00:00","","","","",0.05,0.05,0.05,0.02,0.01,0.01,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12136",1,44.95809,-93.24891,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12154",1,44.95809,-93.24891,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-01 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-19 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","12167",1,44.95809,-93.24891,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",14,88,14,16,0,2,"","","Certification not required",5,0.016661,0.008481,0.03,"2013-10-07 00:00",0.03,"2013-12-30 00:00",0.02,"2013-10-13 00:00",0.02,"2013-10-25 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.00665,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","14129",1,44.95809,-93.24891,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",14,23,14,61,0,2,0,0,"Certification not required",0,0.002857,0.004688,0.01,"2013-10-07 00:00",0.01,"2013-10-13 00:00",0.01,"2013-12-24 00:00",0.01,"2013-12-30 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","42153",1,44.95809,-93.24891,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43205",1,44.95809,-93.24891,"NAD83","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,4.307143,1.540462,6.5,"2013-12-06 00:00",6.2,"2013-11-30 00:00",5.9,"2013-12-12 00:00",5.4,"2013-12-18 00:00","","","","",6.5,6.5,6.5,6.2,5.4,4.7,2,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43207",1,44.95809,-93.24891,"NAD83","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.150714,0.021291,0.17,"2013-10-31 00:00",0.16,"2013-10-13 00:00",0.16,"2013-10-25 00:00",0.16,"2013-11-30 00:00","","","","",0.17,0.17,0.17,0.16,0.16,0.16,0.15,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43208",1,44.95809,-93.24891,"NAD83","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.05,0,0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00",0.05,"2013-10-25 00:00",0.05,"2013-10-31 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43218",1,44.95809,-93.24891,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.182857,0.148191,0.52,"2013-10-13 00:00",0.38,"2013-12-18 00:00",0.31,"2013-10-31 00:00",0.31,"2013-12-12 00:00","","","","",0.52,0.52,0.52,0.38,0.31,0.15,0.04,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43231",1,44.95809,-93.24891,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,1,0.470679,1.9,"2013-10-13 00:00",1.5,"2013-12-12 00:00",1.4,"2013-12-18 00:00",1.4,"2013-12-30 00:00","","","","",1.9,1.9,1.9,1.5,1.4,1.1,0.5,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43232",1,44.95809,-93.24891,"NAD83","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",1,0.482143,0.253898,1,"2013-10-13 00:00",0.7,"2013-12-12 00:00",0.7,"2013-12-18 00:00",0.7,"2013-12-30 00:00","","","","",1,1,1,0.7,0.7,0.5,0.2,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43248",1,44.95809,-93.24891,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",3,0.232143,0.124973,0.4,"2013-10-13 00:00",0.4,"2013-12-18 00:00",0.3,"2013-10-31 00:00",0.3,"2013-11-06 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43302",1,44.95809,-93.24891,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",11,1.539286,5.514986,20.7,"2013-11-06 00:00",0.2,"2013-11-12 00:00",0.1,"2013-10-25 00:00",0.05,"2013-10-13 00:00","","","","",20.7,20.7,20.7,0.2,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43312",1,44.95809,-93.24891,"NAD83","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",13,81,13,16,0,3,"","","Certification not required",5,0.703846,1.475418,5.4,"2013-10-13 00:00",1.6,"2013-10-31 00:00",0.6,"2013-11-18 00:00",0.5,"2013-12-18 00:00","","","","",5.4,5.4,5.4,1.6,0.5,0.1,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43372",1,44.95809,-93.24891,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43441",1,44.95809,-93.24891,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - GAS CHROMATOGRAPH MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,0,"","","Certification not required",0,0.194286,0.107683,0.38,"2013-10-13 00:00",0.36,"2013-12-18 00:00",0.31,"2013-12-30 00:00",0.29,"2013-12-12 00:00","","","","",0.38,0.38,0.38,0.36,0.29,0.17,0.04,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43447",1,44.95809,-93.24891,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",13,81,13,16,0,3,"","","Certification not required",0,0.515385,0.407934,1.3,"2013-10-13 00:00",0.9,"2013-11-30 00:00",0.9,"2013-12-18 00:00",0.9,"2013-12-30 00:00","","","","",1.3,1.3,1.3,0.9,0.9,0.5,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43502",1,44.95809,-93.24891,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,1.542857,0.463622,2.3,"2013-12-18 00:00",2.1,"2013-10-13 00:00",2,"2013-11-30 00:00",2,"2013-12-12 00:00","","","","",2.3,2.3,2.3,2.1,2,1.5,1.1,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43503",1,44.95809,-93.24891,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,1.3,0.473936,2.4,"2013-11-30 00:00",1.9,"2013-10-13 00:00",1.8,"2013-12-18 00:00",1.5,"2013-12-12 00:00","","","","",2.4,2.4,2.4,1.9,1.5,1.3,0.9,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43504",1,44.95809,-93.24891,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.335714,0.115073,0.6,"2013-10-13 00:00",0.5,"2013-11-30 00:00",0.4,"2013-10-25 00:00",0.4,"2013-12-12 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.2,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43510",1,44.95809,-93.24891,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",2,0.085429,0.039671,0.188,"2013-10-13 00:00",0.124,"2013-11-30 00:00",0.116,"2013-10-25 00:00",0.104,"2013-10-19 00:00","","","","",0.188,0.188,0.188,0.124,0.104,0.08,0.03,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43516",1,44.95809,-93.24891,"NAD83","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.05,0,0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00",0.05,"2013-10-25 00:00",0.05,"2013-10-31 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43551",1,44.95809,-93.24891,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,3.628571,1.208577,6,"2013-10-13 00:00",5.7,"2013-12-18 00:00",4.6,"2013-11-30 00:00",4.3,"2013-12-12 00:00","","","","",6,6,6,5.7,4.3,3.6,2.3,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43552",1,44.95809,-93.24891,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",11,0.175,0.31729,1.1,"2013-10-13 00:00",0.7,"2013-10-31 00:00",0.1,"2013-11-30 00:00",0.05,"2013-10-19 00:00","","","","",1.1,1.1,1.1,0.7,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43559",1,44.95809,-93.24891,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.05,0,0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00",0.05,"2013-10-25 00:00",0.05,"2013-10-31 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43801",1,44.95809,-93.24891,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.495714,0.090018,0.57,"2013-12-24 00:00",0.56,"2013-12-30 00:00",0.55,"2013-10-25 00:00",0.55,"2013-11-24 00:00","","","","",0.57,0.57,0.57,0.56,0.55,0.52,0.46,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43802",1,44.95809,-93.24891,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.082857,0.026144,0.12,"2013-10-13 00:00",0.12,"2013-12-18 00:00",0.12,"2013-12-30 00:00",0.1,"2013-12-12 00:00","","","","",0.12,0.12,0.12,0.12,0.1,0.08,0.06,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43803",1,44.95809,-93.24891,"NAD83","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.02,0.005547,0.03,"2013-10-13 00:00",0.03,"2013-10-31 00:00",0.02,"2013-10-25 00:00",0.02,"2013-11-06 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.01,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43804",1,44.95809,-93.24891,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.092857,0.026726,0.1,"2013-10-13 00:00",0.1,"2013-10-25 00:00",0.1,"2013-10-31 00:00",0.1,"2013-11-06 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43806",1,44.95809,-93.24891,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43811",1,44.95809,-93.24891,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.2,0.039223,0.3,"2013-10-31 00:00",0.2,"2013-10-13 00:00",0.2,"2013-10-25 00:00",0.2,"2013-11-06 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.2,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43812",1,44.95809,-93.24891,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43813",1,44.95809,-93.24891,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43814",1,44.95809,-93.24891,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.007857,0.004258,0.01,"2013-10-13 00:00",0.01,"2013-10-25 00:00",0.01,"2013-10-31 00:00",0.01,"2013-11-12 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43815",1,44.95809,-93.24891,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.020714,0.010716,0.03,"2013-10-13 00:00",0.03,"2013-10-25 00:00",0.03,"2013-11-18 00:00",0.03,"2013-12-12 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.02,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43817",1,44.95809,-93.24891,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.02,0.013587,0.04,"2013-10-25 00:00",0.04,"2013-11-30 00:00",0.03,"2013-10-13 00:00",0.03,"2013-10-31 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.02,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43818",1,44.95809,-93.24891,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43819",1,44.95809,-93.24891,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.007857,0.004258,0.01,"2013-10-13 00:00",0.01,"2013-10-25 00:00",0.01,"2013-10-31 00:00",0.01,"2013-11-06 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43820",1,44.95809,-93.24891,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43823",1,44.95809,-93.24891,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.542143,0.097126,0.62,"2013-10-25 00:00",0.61,"2013-12-30 00:00",0.6,"2013-12-06 00:00",0.59,"2013-11-24 00:00","","","","",0.62,0.62,0.62,0.61,0.59,0.56,0.53,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43824",1,44.95809,-93.24891,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.017857,0.019682,0.06,"2013-11-06 00:00",0.05,"2013-12-12 00:00",0.03,"2013-10-13 00:00",0.03,"2013-10-31 00:00","","","","",0.06,0.06,0.06,0.05,0.03,0.01,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43826",1,44.95809,-93.24891,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43828",1,44.95809,-93.24891,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.005,0,0.005,"2013-10-13 00:00",0.005,"2013-10-19 00:00",0.005,"2013-10-25 00:00",0.005,"2013-10-31 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43829",1,44.95809,-93.24891,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43830",1,44.95809,-93.24891,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43831",1,44.95809,-93.24891,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43832",1,44.95809,-93.24891,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.005,0,0.005,"2013-10-13 00:00",0.005,"2013-10-19 00:00",0.005,"2013-10-25 00:00",0.005,"2013-10-31 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43838",1,44.95809,-93.24891,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.005,0,0.005,"2013-10-13 00:00",0.005,"2013-10-19 00:00",0.005,"2013-10-25 00:00",0.005,"2013-10-31 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43839",1,44.95809,-93.24891,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.02,0,0.02,"2013-10-13 00:00",0.02,"2013-10-19 00:00",0.02,"2013-10-25 00:00",0.02,"2013-10-31 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43843",1,44.95809,-93.24891,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43844",1,44.95809,-93.24891,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","43860",1,44.95809,-93.24891,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.004286,0.005136,0.01,"2013-11-06 00:00",0.01,"2013-11-18 00:00",0.01,"2013-12-06 00:00",0.01,"2013-12-12 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45109",1,44.95809,-93.24891,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.908571,0.675902,2.67,"2013-10-13 00:00",1.58,"2013-10-31 00:00",1.41,"2013-12-18 00:00",1.19,"2013-12-12 00:00","","","","",2.67,2.67,2.67,1.58,1.19,0.94,0.31,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45201",1,44.95809,-93.24891,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,1.254286,0.557063,2.17,"2013-10-13 00:00",2.12,"2013-12-30 00:00",1.74,"2013-12-18 00:00",1.71,"2013-12-12 00:00","","","","",2.17,2.17,2.17,2.12,1.71,1.36,0.7,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45202",1,44.95809,-93.24891,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,1.780714,1.131231,4.8,"2013-10-13 00:00",2.96,"2013-10-31 00:00",2.64,"2013-12-18 00:00",1.98,"2013-11-30 00:00","","","","",4.8,4.8,4.8,2.96,1.98,1.83,0.78,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45203",1,44.95809,-93.24891,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.215,0.17597,0.68,"2013-10-13 00:00",0.41,"2013-10-31 00:00",0.31,"2013-12-12 00:00",0.3,"2013-12-18 00:00","","","","",0.68,0.68,0.68,0.41,0.3,0.21,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45204",1,44.95809,-93.24891,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.337857,0.279482,1.02,"2013-10-13 00:00",0.64,"2013-10-31 00:00",0.57,"2013-12-18 00:00",0.49,"2013-12-12 00:00","","","","",1.02,1.02,1.02,0.64,0.49,0.34,0.02,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45207",1,44.95809,-93.24891,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",4,0.09,0.07338,0.24,"2013-10-13 00:00",0.19,"2013-10-31 00:00",0.17,"2013-12-18 00:00",0.14,"2013-12-12 00:00","","","","",0.24,0.24,0.24,0.19,0.14,0.08,0.01,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45208",1,44.95809,-93.24891,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",1,0.31,0.268786,1.03,"2013-10-13 00:00",0.57,"2013-12-18 00:00",0.5,"2013-10-31 00:00",0.43,"2013-12-12 00:00","","","","",1.03,1.03,1.03,0.57,0.43,0.3,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45220",1,44.95809,-93.24891,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.037857,0.074852,0.28,"2013-10-13 00:00",0.09,"2013-10-31 00:00",0.07,"2013-12-18 00:00",0.02,"2013-10-25 00:00","","","","",0.28,0.28,0.28,0.09,0.02,0.01,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45228",1,44.95809,-93.24891,"NAD83","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.1485,0,0.1485,"2013-10-13 00:00",0.1485,"2013-10-19 00:00",0.1485,"2013-10-25 00:00",0.1485,"2013-10-31 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45501",1,44.95809,-93.24891,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",13,0.060714,0.040089,0.2,"2013-10-13 00:00",0.05,"2013-10-19 00:00",0.05,"2013-10-25 00:00",0.05,"2013-10-31 00:00","","","","",0.2,0.2,0.2,0.05,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45801",1,44.95809,-93.24891,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.005714,0.006462,0.02,"2013-11-06 00:00",0.01,"2013-10-13 00:00",0.01,"2013-10-19 00:00",0.01,"2013-10-25 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45805",1,44.95809,-93.24891,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.01,0,0.01,"2013-10-13 00:00",0.01,"2013-10-19 00:00",0.01,"2013-10-25 00:00",0.01,"2013-10-31 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45806",1,44.95809,-93.24891,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",13,0.012143,0.008018,0.04,"2013-10-13 00:00",0.01,"2013-10-19 00:00",0.01,"2013-10-25 00:00",0.01,"2013-10-31 00:00","","","","",0.04,0.04,0.04,0.01,0.01,0.01,0.01,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45807",1,44.95809,-93.24891,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0.003571,0.010818,0.04,"2013-10-13 00:00",0.01,"2013-10-31 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00","","","","",0.04,0.04,0.04,0.01,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45809",1,44.95809,-93.24891,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","45810",1,44.95809,-93.24891,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",0,0,0,0,"2013-10-13 00:00",0,"2013-10-19 00:00",0,"2013-10-25 00:00",0,"2013-10-31 00:00","","","","",0,0,0,0,0,0,0,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","1901","46401",1,44.95809,-93.24891,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,88,14,16,0,2,"","","Certification not required",14,0.05,0,0.05,"2013-10-13 00:00",0.05,"2013-10-19 00:00",0.05,"2013-10-25 00:00",0.05,"2013-10-31 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","2438 18th Ave S","Minnesota","Hennepin","Minneapolis","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","42153",1,44.94805,-93.34315,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009434,0.049085,0.3,"2013-06-27 00:00",0.2,"2013-12-12 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.3,0.2,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43205",1,44.94805,-93.34315,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.403774,1.529198,6.3,"2013-07-03 00:00",6,"2013-12-06 00:00",5.5,"2013-12-12 00:00",5.1,"2013-11-30 00:00","","","","",6.3,6,5.5,4.4,3.1,2.1,0.7,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43207",1,44.94805,-93.34315,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.15283,0.018747,0.21,"2013-08-08 00:00",0.19,"2013-08-02 00:00",0.19,"2013-09-01 00:00",0.18,"2013-06-03 00:00","","","","",0.21,0.19,0.19,0.17,0.16,0.15,0.14,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43208",1,44.94805,-93.34315,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43218",1,44.94805,-93.34315,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.118868,0.11221,0.48,"2013-10-13 00:00",0.35,"2013-10-07 00:00",0.32,"2013-12-30 00:00",0.3,"2013-08-08 00:00","","","","",0.48,0.35,0.32,0.29,0.18,0.08,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43231",1,44.94805,-93.34315,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.723077,0.485724,2.4,"2013-07-03 00:00",1.9,"2013-08-14 00:00",1.5,"2013-01-28 00:00",1.5,"2013-09-25 00:00","","","","",2.4,1.9,1.5,1.3,1,0.7,0.2,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43232",1,44.94805,-93.34315,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",6,0.483019,0.414165,2.1,"2013-08-08 00:00",1.6,"2013-07-03 00:00",1.6,"2013-08-14 00:00",1.3,"2013-10-25 00:00","","","","",2.1,1.6,1.6,0.8,0.6,0.4,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43248",1,44.94805,-93.34315,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",32,0.177358,0.330292,2.3,"2013-09-25 00:00",0.8,"2013-08-08 00:00",0.4,"2013-11-30 00:00",0.4,"2013-12-06 00:00","","","","",2.3,0.8,0.4,0.3,0.2,0.05,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43302",1,44.94805,-93.34315,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,14.368868,23.286733,139.8,"2013-08-26 00:00",75.2,"2013-08-02 00:00",52,"2013-03-29 00:00",40,"2013-08-08 00:00","","","","",139.8,75.2,52,34.6,20.1,6.3,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43312",1,44.94805,-93.34315,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",19,0.981373,1.536749,7.9,"2013-06-21 00:00",6,"2013-08-14 00:00",4.3,"2013-08-02 00:00",3,"2013-09-19 00:00","","","","",7.9,6,4.3,2.5,1.1,0.5,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43372",1,44.94805,-93.34315,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43447",1,44.94805,-93.34315,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",0,1.375,4.203671,29.1,"2013-07-03 00:00",5.4,"2013-07-15 00:00",3.1,"2013-08-08 00:00",2.7,"2013-06-27 00:00","","","","",29.1,29.1,3.1,2.2,0.9,0.5,0.1,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43502",1,44.94805,-93.34315,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.717308,0.951927,4.4,"2013-07-03 00:00",4.1,"2013-09-07 00:00",3.8,"2013-08-26 00:00",3.6,"2013-07-15 00:00","","","","",4.4,4.1,3.8,3.1,2.2,1.5,0.8,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43503",1,44.94805,-93.34315,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.218868,0.471518,2.5,"2013-07-03 00:00",2.3,"2013-03-29 00:00",2,"2013-05-16 00:00",2,"2013-09-07 00:00","","","","",2.5,2.3,2,1.7,1.4,1.3,0.7,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43504",1,44.94805,-93.34315,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.287037,0.128923,0.6,"2013-07-03 00:00",0.5,"2013-05-16 00:00",0.5,"2013-06-03 00:00",0.5,"2013-09-07 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.3,0.1,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43510",1,44.94805,-93.34315,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,0.17937,0.112387,0.584,"2013-01-28 00:00",0.476,"2013-01-04 00:00",0.372,"2013-05-16 00:00",0.368,"2013-07-27 00:00","","","","",0.584,0.476,0.372,0.316,0.236,0.164,0.06,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43516",1,44.94805,-93.34315,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43551",1,44.94805,-93.34315,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.792593,1.963041,14.4,"2013-10-25 00:00",7.2,"2013-05-16 00:00",7.1,"2013-06-03 00:00",5.7,"2013-07-03 00:00","","","","",14.4,7.2,7.1,5.5,4.6,3.3,2.2,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43552",1,44.94805,-93.34315,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",12,0.960417,1.654811,8,"2013-07-03 00:00",5.5,"2013-06-21 00:00",5.2,"2013-08-08 00:00",4.1,"2013-08-26 00:00","","","","",8,8,5.2,2.5,1.2,0.3,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43559",1,44.94805,-93.34315,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.139623,0.23025,1.2,"2013-07-03 00:00",0.8,"2013-06-27 00:00",0.6,"2013-06-21 00:00",0.6,"2013-07-09 00:00","","","","",1.2,0.8,0.6,0.5,0.05,0.05,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43801",1,44.94805,-93.34315,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.506078,0.103423,0.71,"2013-08-08 00:00",0.71,"2013-09-01 00:00",0.64,"2013-11-24 00:00",0.62,"2013-06-03 00:00","","","","",0.71,0.71,0.64,0.61,0.55,0.51,0.44,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43802",1,44.94805,-93.34315,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.08566,0.032136,0.22,"2013-08-08 00:00",0.18,"2013-07-03 00:00",0.16,"2013-08-14 00:00",0.12,"2013-06-03 00:00","","","","",0.22,0.18,0.16,0.12,0.09,0.08,0.06,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43803",1,44.94805,-93.34315,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.017736,0.009332,0.06,"2013-08-08 00:00",0.05,"2013-07-03 00:00",0.03,"2013-08-02 00:00",0.03,"2013-08-14 00:00","","","","",0.06,0.05,0.03,0.02,0.02,0.02,0.01,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43804",1,44.94805,-93.34315,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43806",1,44.94805,-93.34315,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43811",1,44.94805,-93.34315,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.228491,0.059336,0.4,"2013-08-08 00:00",0.3,"2013-01-04 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-05 00:00","","","","",0.4,0.3,0.3,0.3,0.3,0.2,0.2,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43812",1,44.94805,-93.34315,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43813",1,44.94805,-93.34315,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43814",1,44.94805,-93.34315,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009623,0.004369,0.02,"2013-07-03 00:00",0.02,"2013-08-02 00:00",0.02,"2013-08-08 00:00",0.02,"2013-08-14 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43815",1,44.94805,-93.34315,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.02434,0.009305,0.04,"2013-04-28 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00",0.04,"2013-06-21 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.03,0.01,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43817",1,44.94805,-93.34315,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.01434,0.016929,0.08,"2013-02-21 00:00",0.07,"2013-09-19 00:00",0.05,"2013-08-08 00:00",0.04,"2013-08-14 00:00","","","","",0.08,0.07,0.05,0.03,0.02,0.01,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43818",1,44.94805,-93.34315,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43819",1,44.94805,-93.34315,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008491,0.003614,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43820",1,44.94805,-93.34315,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43823",1,44.94805,-93.34315,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.512453,0.106101,0.82,"2013-08-08 00:00",0.73,"2013-09-01 00:00",0.64,"2013-11-24 00:00",0.63,"2013-07-27 00:00","","","","",0.82,0.73,0.64,0.61,0.55,0.53,0.45,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43824",1,44.94805,-93.34315,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.012075,0.018539,0.1,"2013-08-14 00:00",0.07,"2013-02-21 00:00",0.05,"2013-07-03 00:00",0.03,"2013-05-16 00:00","","","","",0.1,0.07,0.05,0.03,0.02,0.01,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43826",1,44.94805,-93.34315,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43828",1,44.94805,-93.34315,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43829",1,44.94805,-93.34315,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43830",1,44.94805,-93.34315,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43831",1,44.94805,-93.34315,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43832",1,44.94805,-93.34315,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43838",1,44.94805,-93.34315,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.005604,0.003084,0.022,"2013-08-08 00:00",0.02,"2013-07-03 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00","","","","",0.022,0.02,0.005,0.005,0.005,0.005,0.005,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43839",1,44.94805,-93.34315,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43843",1,44.94805,-93.34315,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43844",1,44.94805,-93.34315,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","43860",1,44.94805,-93.34315,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003208,0.005104,0.02,"2013-06-03 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45109",1,44.94805,-93.34315,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.197358,1.020447,5.65,"2013-08-08 00:00",4.09,"2013-07-03 00:00",3.55,"2013-08-14 00:00",2.63,"2013-10-25 00:00","","","","",5.65,4.09,3.55,2.13,1.42,1,0.31,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45201",1,44.94805,-93.34315,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.960377,0.433833,2.52,"2013-08-08 00:00",1.86,"2013-07-03 00:00",1.77,"2013-12-30 00:00",1.74,"2013-08-14 00:00","","","","",2.52,1.86,1.77,1.64,1.18,0.83,0.51,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45202",1,44.94805,-93.34315,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.787925,1.511025,8.29,"2013-08-08 00:00",6.69,"2013-07-03 00:00",5.59,"2013-08-14 00:00",3.69,"2013-06-03 00:00","","","","",8.29,6.69,5.59,3.05,2,1.44,0.56,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45203",1,44.94805,-93.34315,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.305472,0.271998,1.49,"2013-08-08 00:00",1.14,"2013-07-03 00:00",0.98,"2013-08-14 00:00",0.56,"2013-10-07 00:00","","","","",1.49,1.14,0.98,0.53,0.4,0.25,0.08,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45204",1,44.94805,-93.34315,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.474717,0.385948,2.14,"2013-08-08 00:00",1.58,"2013-07-03 00:00",1.34,"2013-08-14 00:00",0.99,"2013-10-07 00:00","","","","",2.14,1.58,1.34,0.81,0.57,0.43,0.14,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45207",1,44.94805,-93.34315,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",11,0.105472,0.10263,0.53,"2013-08-08 00:00",0.41,"2013-07-03 00:00",0.32,"2013-08-14 00:00",0.26,"2013-09-25 00:00","","","","",0.53,0.41,0.32,0.23,0.14,0.08,0.01,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45208",1,44.94805,-93.34315,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",6,0.432075,0.418341,2.03,"2013-08-08 00:00",1.68,"2013-07-03 00:00",1.26,"2013-08-14 00:00",1.07,"2013-08-02 00:00","","","","",2.03,1.68,1.26,0.92,0.59,0.34,0.01,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45220",1,44.94805,-93.34315,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.427358,1.183522,7.18,"2013-10-13 00:00",4.56,"2013-10-01 00:00",2.11,"2013-09-25 00:00",1.36,"2013-07-03 00:00","","","","",7.18,4.56,2.11,0.98,0.22,0.08,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45228",1,44.94805,-93.34315,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.170236,0.083368,0.585,"2013-08-08 00:00",0.513,"2013-07-03 00:00",0.351,"2013-08-14 00:00",0.297,"2013-10-31 00:00","","","","",0.585,0.513,0.351,0.1485,0.1485,0.1485,0.1485,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45501",1,44.94805,-93.34315,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",37,0.085849,0.069599,0.3,"2013-06-09 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-15 00:00",0.2,"2013-05-16 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.05,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45801",1,44.94805,-93.34315,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004717,0.005753,0.02,"2013-06-21 00:00",0.02,"2013-09-13 00:00",0.01,"2013-02-21 00:00",0.01,"2013-03-17 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45805",1,44.94805,-93.34315,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45806",1,44.94805,-93.34315,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",50,0.012075,0.010444,0.08,"2013-07-03 00:00",0.04,"2013-08-08 00:00",0.02,"2013-08-14 00:00",0.01,"2013-01-04 00:00","","","","",0.08,0.04,0.02,0.01,0.01,0.01,0.01,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45807",1,44.94805,-93.34315,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.00434,0.01217,0.08,"2013-07-03 00:00",0.02,"2013-06-21 00:00",0.02,"2013-07-09 00:00",0.02,"2013-07-15 00:00","","","","",0.08,0.02,0.02,0.01,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45809",1,44.94805,-93.34315,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","45810",1,44.94805,-93.34315,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","46401",1,44.94805,-93.34315,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",50,0.067925,0.086655,0.5,"2013-06-21 00:00",0.5,"2013-07-03 00:00",0.1,"2013-08-08 00:00",0.05,"2013-01-04 00:00","","","","",0.5,0.5,0.1,0.05,0.05,0.05,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","053","2006","68101",1,44.94805,-93.34315,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",15,0.293802,0.141211,0.5,"2013-05-07 00:00",0.5,"2013-05-16 00:00",0.5,"2013-05-19 00:00",0.5,"2013-05-22 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.05,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68102",1,44.94805,-93.34315,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,24.005785,0.023443,24.1,"2013-06-24 00:00",24.1,"2013-06-27 00:00",24.1,"2013-07-06 00:00",24.1,"2013-07-15 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68103",1,44.94805,-93.34315,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,2.323967,12.988065,25.7,"2013-08-26 00:00",25.4,"2013-07-18 00:00",24,"2013-08-29 00:00",23.3,"2013-07-06 00:00","","","","",25.4,24,21.1,18,13.6,1,-15.1,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68104",1,44.94805,-93.34315,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,12.780992,13.778711,35.2,"2013-08-26 00:00",34.4,"2013-08-29 00:00",34.3,"2013-07-18 00:00",34.1,"2013-09-07 00:00","","","","",34.4,34.3,32.3,30.3,25.9,11.2,-5.1,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68105",1,44.94805,-93.34315,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,7.487603,13.155756,30.1,"2013-08-26 00:00",29.9,"2013-07-18 00:00",28.8,"2013-08-29 00:00",28,"2013-07-06 00:00","","","","",29.9,28.8,26.9,23.5,19.6,6.1,-10.1,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68106",1,44.94805,-93.34315,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,733.917355,4.908474,747,"2013-11-12 00:00",745,"2013-12-06 00:00",743,"2013-09-16 00:00",742,"2013-01-22 00:00","","","","",745,743,741,740,737,734,727,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68107",1,44.94805,-93.34315,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,740.231405,5.083897,757,"2013-11-12 00:00",755,"2013-11-24 00:00",754,"2013-12-06 00:00",750,"2013-05-01 00:00","","","","",755,754,748,746,744,740,734,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68108",1,44.94805,-93.34315,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,737.165289,4.856863,754,"2013-11-12 00:00",749,"2013-12-06 00:00",746,"2013-10-13 00:00",746,"2013-10-28 00:00","","","","",749,746,745,743,740,737,732,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","68109",1,44.94805,-93.34315,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.900826,0.300138,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","88101",1,44.94805,-93.34315,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,0,0,0,"Certification not required",0,8.922314,4.728081,25.8,"2013-03-08 00:00",21.5,"2013-02-24 00:00",21,"2013-11-30 00:00",20,"2013-12-03 00:00","","","","",21.5,21,18.2,15.8,11.5,7.7,4,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","053","2006","88101",1,44.94805,-93.34315,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,0,"","","Certification not required",0,8.922314,4.728081,25.8,"2013-03-08 00:00",21.5,"2013-02-24 00:00",21,"2013-11-30 00:00",20,"2013-12-03 00:00","","","","",21.5,21,18.2,15.8,11.5,7.7,4,"St. Louis Park","5005 Minnetonka Blvd.","Minnesota","Hennepin","St. Louis Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","071","1240","43911",1,48.605278,-93.402222,"NAD27","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",6442,74,269,365,0,110,"","","Certification not required",6442,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00",0.01,"2013-01-01 02:00",0.01,"2013-01-01 03:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"LOCATED IN PENTHOUSE ATOP CUSTOMS BUILDING","2 SECOND AVE","Minnesota","Koochiching","International Falls","","2013-12-17" +"27","071","1240","61101",1,48.605278,-93.402222,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6521,74,272,365,0,31,"","","Certification not required",0,4.908542,2.403465,15.6,"2013-02-10 17:00",14.8,"2013-05-14 13:00",13.9,"2013-02-10 16:00",13.9,"2013-02-10 18:00","","","","",11.3,10.4,9.6,7.8,6.1,4.3,1.7,"LOCATED IN PENTHOUSE ATOP CUSTOMS BUILDING","2 SECOND AVE","Minnesota","Koochiching","International Falls","","2013-12-17" +"27","071","1240","61102",1,48.605278,-93.402222,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6486,74,272,365,0,66,"","","Certification not required",0,182.522202,100.856551,360,"2013-03-25 18:00",360,"2013-04-08 08:00",360,"2013-04-08 10:00",360,"2013-04-13 03:00","","","","",356,351,340,327,264,182,35,"LOCATED IN PENTHOUSE ATOP CUSTOMS BUILDING","2 SECOND AVE","Minnesota","Koochiching","International Falls","","2013-12-17" +"27","075","0005","42401",1,47.948622,-91.495574,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",2120,24,90,365,0,40,0,"","Certification not required",0,0.555556,0.688772,4,"2013-01-01 09:00",2,"2013-02-15 09:00",2,"2013-02-26 10:00",2,"2013-03-03 18:00","","","","",4,2,2,1,1,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-08-22" +"27","075","0005","42401",1,47.948622,-91.495574,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",2120,24,90,365,0,40,"","","Certification not required",0,0.112264,0.342988,4,"2013-01-01 09:00",3,"2013-01-01 07:00",3,"2013-01-01 08:00",2,"2013-01-01 06:00","","","","",1,1,1,1,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-08-22" +"27","075","0005","42401",1,47.948622,-91.495574,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",90,25,90,365,0,0,0,"","Certification not required",0,0.107778,0.228443,1.3,"2013-01-01 00:00",1,"2013-03-03 00:00",0.9,"2013-03-09 00:00",0.7,"2013-03-11 00:00","","","","",1.3,1,0.6,0.3,0.1,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-08-22" +"27","075","0005","42401",1,47.948622,-91.495574,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",698,24,88,365,0,0,"",0,"Certification not required",0,0.106017,0.286609,2.6,"2013-01-01 08:00",2,"2013-01-01 11:00",1.6,"2013-03-03 20:00",1.3,"2013-02-15 11:00","","","","",1,1,1,0.3,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-08-22" +"27","075","0005","42601",1,47.948622,-91.495574,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2117,24,89,365,0,2251,"","","Certification not required",0,0.011809,0.120461,3,"2013-01-14 14:00",1,"2013-01-08 09:00",1,"2013-01-08 10:00",1,"2013-01-27 11:00","","","","",1,0,0,0,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-11-21" +"27","075","0005","42602",1,47.948622,-91.495574,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2117,24,89,365,0,43,0,"","Certification not required",0,1.11236,1.688451,7,"2013-01-22 23:00",6,"2013-01-23 00:00",6,"2013-02-02 22:00",5,"2013-01-01 22:00","","","","",7,6,5,4,2,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-06-29" +"27","075","0005","42602",1,47.948622,-91.495574,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2117,24,89,365,0,43,"","","Certification not required",0,0.259802,0.740124,7,"2013-01-22 23:00",6,"2013-01-23 00:00",6,"2013-01-23 01:00",6,"2013-02-02 22:00","","","","",3,3,2,1,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-06-29" +"27","075","0005","42603",1,47.948622,-91.495574,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2117,24,89,365,0,2251,"","","Certification not required",0,0.323571,0.835573,7,"2013-01-22 23:00",7,"2013-02-02 22:00",6,"2013-01-22 22:00",6,"2013-01-23 00:00","","","","",4,3,2,1,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2013-11-21" +"27","075","0005","44201",1,47.948622,-91.495574,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7153,98,210,214,0,136,0,0,"Certification not required",6,0.039333,0.011021,0.064,"2013-07-05 19:00",0.063,"2013-03-29 09:00",0.063,"2013-07-04 09:00",0.063,"2013-07-16 16:00","","","","",0.063,0.062,0.059,0.055,0.048,0.043,0.036,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-29" +"27","075","0005","44201",1,47.948622,-91.495574,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7171,97,208,214,0,0,0,0,"Certification not required",0,0.036178,0.010714,0.062,"2013-07-05 12:00",0.061,"2013-03-29 09:00",0.058,"2013-03-30 15:00",0.058,"2013-07-16 12:00","","","","",0.058,0.057,0.054,0.052,0.046,0.041,0.034,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-29" +"27","075","0005","44201",1,47.948622,-91.495574,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7171,97,208,214,0,0,0,0,"Certification not required",0,0.036178,0.010714,0.062,"2013-07-05 12:00",0.061,"2013-03-29 09:00",0.058,"2013-03-30 15:00",0.058,"2013-07-16 12:00","","","","",0.058,0.057,0.054,0.052,0.046,0.041,0.034,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-29" +"27","075","0005","85101",1,47.948622,-91.495574,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,4.200348,3.18088,15.8522,"2013-04-28 00:00",12.078,"2013-03-08 00:00",10.8762,"2013-05-28 00:00",8.9557,"2013-05-31 00:00","","","","",15.8522,15.8522,10.8762,7.7935,4.997,3.6273,1.5394,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","86502",1,47.948622,-91.495574,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1,1.58865,7,"2013-04-28 00:00",5,"2013-05-28 00:00",5,"2013-05-31 00:00",3,"2013-03-08 00:00","","","","",7,7,5,3,1,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88101",3,47.948622,-91.495574,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7805,89,338,365,0,951,"","","Certification not required",0,4.577578,4.271091,42,"2013-06-30 00:00",41,"2013-07-10 22:00",37,"2013-06-30 22:00",35,"2013-06-30 20:00","","","","",20,17,13,10,6,4,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-02-05" +"27","075","0005","88101",3,47.948622,-91.495574,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,0,0,"Certification not required",0,4.497846,3.42766,27.9,"2013-06-30 00:00",23.9,"2013-07-11 00:00",16.9,"2013-07-12 00:00",16.2,"2013-07-10 00:00","","","","",16.2,14.4,11.8,9,5.1,3.5,1.6,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-02-05" +"27","075","0005","88101",3,47.948622,-91.495574,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,"","","Certification not required",0,4.497846,3.42766,27.9,"2013-06-30 00:00",23.9,"2013-07-11 00:00",16.9,"2013-07-12 00:00",16.2,"2013-07-10 00:00","","","","",16.2,14.4,11.8,9,5.1,3.5,1.6,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-02-05" +"27","075","0005","88103",1,47.948622,-91.495574,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,4.7e-05,0.000213,0.001,"2013-01-28 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88104",1,47.948622,-91.495574,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",4,0.012745,0.012648,0.0724,"2013-04-28 00:00",0.036,"2013-05-31 00:00",0.0295,"2013-05-28 00:00",0.0286,"2013-03-29 00:00","","","","",0.0724,0.0724,0.0295,0.0268,0.0183,0.0083,0.002,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88109",1,47.948622,-91.495574,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.001623,0.001185,0.0063,"2013-01-22 00:00",0.0041,"2013-02-03 00:00",0.0037,"2013-02-15 00:00",0.0034,"2013-01-31 00:00","","","","",0.0063,0.0063,0.0037,0.0034,0.002,0.0014,0.0005,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88111",1,47.948622,-91.495574,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",3,0.014592,0.015052,0.0834,"2013-04-28 00:00",0.048,"2013-01-25 00:00",0.041,"2013-03-29 00:00",0.0336,"2013-02-15 00:00","","","","",0.0834,0.0834,0.041,0.0316,0.0189,0.0091,0.0031,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88112",1,47.948622,-91.495574,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88114",1,47.948622,-91.495574,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",25,0.00021,0.000139,0.0006,"2013-04-28 00:00",0.0005,"2013-01-01 00:00",0.0005,"2013-03-08 00:00",0.0004,"2013-01-25 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.00015,0.0001,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88115",1,47.948622,-91.495574,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",18,0.01324,0.075401,0.4947,"2013-02-15 00:00",0.0363,"2013-03-02 00:00",0.0157,"2013-03-05 00:00",0.0038,"2013-01-22 00:00","","","","",0.4947,0.4947,0.0157,0.0017,0.0009,0.0004,0.00015,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88126",1,47.948622,-91.495574,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.014341,0.012739,0.0656,"2013-04-28 00:00",0.0479,"2013-03-29 00:00",0.0348,"2013-05-07 00:00",0.031,"2013-02-12 00:00","","","","",0.0656,0.0656,0.0348,0.0283,0.018,0.0101,0.0032,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88128",1,47.948622,-91.495574,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000744,0.000759,0.004,"2013-04-28 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-03 00:00",0.001,"2013-01-01 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0.001,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88132",1,47.948622,-91.495574,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000395,0.000541,0.002,"2013-04-28 00:00",0.001,"2013-01-07 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-06 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88136",1,47.948622,-91.495574,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88140",1,47.948622,-91.495574,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",12,0.007872,0.011547,0.0661,"2013-02-15 00:00",0.0342,"2013-01-22 00:00",0.0294,"2013-04-10 00:00",0.0162,"2013-01-25 00:00","","","","",0.0661,0.0661,0.0294,0.0149,0.0097,0.0048,0.001,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88152",1,47.948622,-91.495574,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",18,0.001098,0.001468,0.0067,"2013-04-28 00:00",0.0045,"2013-03-08 00:00",0.0044,"2013-05-07 00:00",0.003,"2013-02-12 00:00","","","","",0.0067,0.0067,0.0044,0.0028,0.0017,0.0003,0.00015,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88154",1,47.948622,-91.495574,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",26,0.000171,0.000137,0.0008,"2013-04-28 00:00",0.0006,"2013-01-28 00:00",0.0004,"2013-01-16 00:00",0.0003,"2013-01-19 00:00","","","","",0.0008,0.0008,0.0004,0.0002,0.0002,0.0001,0.0001,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88161",1,47.948622,-91.495574,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",8,0.000899,0.000922,0.0052,"2013-04-28 00:00",0.0028,"2013-05-28 00:00",0.0024,"2013-05-07 00:00",0.0021,"2013-03-29 00:00","","","","",0.0052,0.0052,0.0024,0.0018,0.0011,0.0006,0.0002,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88164",1,47.948622,-91.495574,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",21,0.000101,0.0001,0.0006,"2013-04-28 00:00",0.0004,"2013-05-28 00:00",0.0002,"2013-05-07 00:00",0.0002,"2013-05-13 00:00","","","","",0.0006,0.0006,0.0002,0.0002,0.0001,0.0001,5e-05,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88165",1,47.948622,-91.495574,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.030908,0.035913,0.2113,"2013-04-28 00:00",0.0816,"2013-03-29 00:00",0.0796,"2013-05-07 00:00",0.0784,"2013-05-31 00:00","","","","",0.2113,0.2113,0.0796,0.0723,0.0433,0.02,0.006,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88167",1,47.948622,-91.495574,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.002563,0.004163,0.0236,"2013-01-04 00:00",0.0153,"2013-01-31 00:00",0.0083,"2013-04-28 00:00",0.004,"2013-01-28 00:00","","","","",0.0236,0.0236,0.0083,0.004,0.0027,0.0015,0.0003,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88168",1,47.948622,-91.495574,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",25,0.000245,0.000231,0.001,"2013-04-28 00:00",0.0009,"2013-02-12 00:00",0.0008,"2013-02-15 00:00",0.0006,"2013-05-07 00:00","","","","",0.001,0.001,0.0008,0.0005,0.0003,0.0001,0.0001,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88169",1,47.948622,-91.495574,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.298156,0.189335,0.7421,"2013-04-28 00:00",0.7356,"2013-03-08 00:00",0.6471,"2013-02-09 00:00",0.6383,"2013-01-28 00:00","","","","",0.7421,0.7421,0.6471,0.6075,0.4336,0.2292,0.1209,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88176",1,47.948622,-91.495574,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",38,0.000164,6.2e-05,0.0004,"2013-01-01 00:00",0.0003,"2013-01-25 00:00",0.0003,"2013-03-29 00:00",0.0003,"2013-05-07 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.0001,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88180",1,47.948622,-91.495574,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.017514,0.011458,0.0627,"2013-04-28 00:00",0.0377,"2013-02-15 00:00",0.0328,"2013-01-22 00:00",0.03,"2013-01-25 00:00","","","","",0.0627,0.0627,0.0328,0.0297,0.025,0.0149,0.0036,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88184",1,47.948622,-91.495574,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",4,0.038036,0.069769,0.445,"2013-02-15 00:00",0.1261,"2013-01-22 00:00",0.0964,"2013-03-02 00:00",0.0845,"2013-03-05 00:00","","","","",0.445,0.445,0.0964,0.0801,0.0441,0.013,0.0047,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88185",1,47.948622,-91.495574,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",39,0.000697,0.000246,0.0015,"2013-01-22 00:00",0.0015,"2013-04-13 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-28 00:00","","","","",0.0015,0.0015,0.0013,0.00085,0.00065,0.00065,0.0004,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88203",1,47.948622,-91.495574,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",15,0.039065,0.121755,0.7993,"2013-02-15 00:00",0.1186,"2013-01-22 00:00",0.0962,"2013-01-16 00:00",0.0944,"2013-03-02 00:00","","","","",0.7993,0.7993,0.0962,0.0679,0.0239,0.00905,0.00345,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88306",1,47.948622,-91.495574,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.479186,0.80297,4.1112,"2013-03-08 00:00",2.9493,"2013-02-09 00:00",1.6651,"2013-01-07 00:00",1.5099,"2013-03-29 00:00","","","","",4.1112,4.1112,1.6651,1.3022,0.5836,0.12,0.0266,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88320",1,47.948622,-91.495574,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.346047,0.301039,1.61,"2013-04-28 00:00",0.84,"2013-05-07 00:00",0.73,"2013-05-28 00:00",0.71,"2013-05-19 00:00","","","","",1.61,1.61,0.73,0.71,0.49,0.3,0.06,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88321",1,47.948622,-91.495574,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.055581,0.05193,0.27,"2013-04-28 00:00",0.14,"2013-03-29 00:00",0.14,"2013-05-28 00:00",0.12,"2013-03-08 00:00","","","","",0.27,0.27,0.14,0.12,0.08,0.04,0.01,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88324",1,47.948622,-91.495574,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",43,0.019463,0.006863,0.0323,"2013-01-28 00:00",0.0305,"2013-01-31 00:00",0.0297,"2013-02-15 00:00",0.0294,"2013-01-01 00:00","","","","",0.0323,0.0323,0.0297,0.02935,0.0238,0.01625,0.0103,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88325",1,47.948622,-91.495574,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",20,0.07291,0.0691,0.3855,"2013-04-28 00:00",0.2045,"2013-05-07 00:00",0.1832,"2013-05-28 00:00",0.1494,"2013-03-08 00:00","","","","",0.3855,0.3855,0.1832,0.146,0.1106,0.0517,0.01875,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88326",1,47.948622,-91.495574,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",20,0.088315,0.067915,0.3161,"2013-04-28 00:00",0.2391,"2013-05-19 00:00",0.2104,"2013-05-31 00:00",0.1959,"2013-05-07 00:00","","","","",0.3161,0.3161,0.2104,0.1833,0.1156,0.0795,0.0327,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88327",1,47.948622,-91.495574,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",11,0.0725,0.054695,0.2807,"2013-04-28 00:00",0.158,"2013-05-07 00:00",0.1346,"2013-01-28 00:00",0.133,"2013-05-31 00:00","","","","",0.2807,0.2807,0.1346,0.1283,0.1082,0.0704,0.0121,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88328",1,47.948622,-91.495574,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.11668,0.107723,0.6112,"2013-04-28 00:00",0.2754,"2013-05-07 00:00",0.267,"2013-01-28 00:00",0.2495,"2013-05-28 00:00","","","","",0.6112,0.6112,0.267,0.233,0.1572,0.0991,0.0228,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88329",1,47.948622,-91.495574,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.148851,0.143218,0.8192,"2013-04-28 00:00",0.3465,"2013-05-28 00:00",0.337,"2013-05-07 00:00",0.3312,"2013-01-28 00:00","","","","",0.8192,0.8192,0.337,0.296,0.2318,0.129,0.0265,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88330",1,47.948622,-91.495574,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",9,0.023656,0.018112,0.0692,"2013-05-19 00:00",0.0629,"2013-04-28 00:00",0.0584,"2013-05-31 00:00",0.0469,"2013-04-04 00:00","","","","",0.0692,0.0692,0.0584,0.0433,0.0349,0.0229,0.0018,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88331",1,47.948622,-91.495574,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",16,8e-05,0.000333,0.0022,"2013-01-01 00:00",0.0001,"2013-01-28 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0022,0.0022,0.0001,0.0001,5e-05,0,0,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88338",1,47.948622,-91.495574,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",42,0.016238,0.005893,0.0358,"2013-05-28 00:00",0.03085,"2013-02-15 00:00",0.02475,"2013-02-09 00:00",0.02455,"2013-02-03 00:00","","","","",0.0358,0.0358,0.02475,0.02445,0.01605,0.0153,0.0108,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88339",1,47.948622,-91.495574,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1.229847,0.78101,3.06096,"2013-04-28 00:00",3.03443,"2013-03-08 00:00",2.66933,"2013-02-09 00:00",2.63303,"2013-01-28 00:00","","","","",3.06096,3.06096,2.66933,2.50594,1.78872,0.94549,0.49859,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88344",1,47.948622,-91.495574,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.618107,1.035845,5.3034,"2013-03-08 00:00",3.8046,"2013-02-09 00:00",2.148,"2013-01-07 00:00",1.9478,"2013-03-29 00:00","","","","",5.3034,5.3034,2.148,1.6798,0.7528,0.1548,0.0343,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88348",1,47.948622,-91.495574,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.165156,0.167319,0.99,"2013-04-28 00:00",0.4529,"2013-03-29 00:00",0.3863,"2013-05-07 00:00",0.3674,"2013-05-31 00:00","","","","",0.99,0.99,0.3863,0.3251,0.2149,0.1153,0.0419,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88350",1,47.948622,-91.495574,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.624158,0.541119,2.8899,"2013-04-28 00:00",1.5176,"2013-05-07 00:00",1.3198,"2013-05-28 00:00",1.2776,"2013-05-31 00:00","","","","",2.8899,2.8899,1.3198,1.2757,0.8887,0.5456,0.1037,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88403",1,47.948622,-91.495574,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.873828,0.567494,2.3286,"2013-04-28 00:00",2.2644,"2013-03-08 00:00",1.9651,"2013-01-28 00:00",1.8098,"2013-02-09 00:00","","","","",2.3286,2.3286,1.9651,1.736,1.244,0.7038,0.3525,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","0005","88502",1,47.948622,-91.495574,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,2.669767,1.922738,8.8,"2013-04-28 00:00",8.7,"2013-03-08 00:00",6.6,"2013-02-09 00:00",5.4,"2013-05-28 00:00","","","","",8.8,8.8,6.6,4.6,3.3,2.2,0.9,"Fernberg Road","Fernberg Road","Minnesota","Lake","","","2014-01-28" +"27","075","1006","11101",1,47.268815,-91.284471,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",12,33.47619,33.842705,167,"2013-07-15 00:00",112,"2013-04-28 00:00",88,"2013-05-28 00:00",87,"2013-06-09 00:00","","","","",167,167,88,79,42,21,10,"","BEAVER BAY SIGN 8 MI FROM C R 4","Minnesota","Lake","","","2014-01-07" +"27","075","1009","11101",1,47.294316,-91.259031,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",16,29.047619,29.86633,146,"2013-04-28 00:00",108,"2013-08-20 00:00",100,"2013-03-29 00:00",67,"2013-07-09 00:00","","","","",146,146,100,54,38,17,10,"","1/2 MILE FROM PELLETIZER","Minnesota","Lake","Silver Bay","","2014-01-07" +"27","075","1009","81102",1,47.294316,-91.259031,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,0,0,0,"Certification not required",3,14.738095,14.893213,71,"2013-04-28 00:00",62,"2013-08-20 00:00",33,"2013-03-05 00:00",33,"2013-09-07 00:00","","","","",71,71,33,29,21,8,4,"","1/2 MILE FROM PELLETIZER","Minnesota","Lake","Silver Bay","","2013-12-18" +"27","075","7632","11101",1,47.291389,-91.267222,"NAD27","Suspended particulate (TSP)","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",18,23.711111,20.483499,111,"2013-04-28 00:00",72,"2013-02-21 00:00",54,"2013-07-03 00:00",51,"2013-08-26 00:00","","","","",111,111,54,48,30,13,10,"","MINNESOTA POWER SUBSTATION CNM#7","Minnesota","Lake","Silver Bay","","2014-01-07" +"27","075","7632","81102",1,47.291389,-91.267222,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,0,0,"Certification not required",5,12.744186,11.761707,67,"2013-04-28 00:00",33,"2013-08-20 00:00",29,"2013-08-26 00:00",25,"2013-03-05 00:00","","","","",67,67,29,25,17,12,2,"","MINNESOTA POWER SUBSTATION CNM#7","Minnesota","Lake","Silver Bay","","2013-12-18" +"27","075","7640","81102",1,47.27439,-91.274863,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",3,20.636364,18.562391,71,"2013-06-09 00:00",67,"2013-05-28 00:00",54,"2013-07-15 00:00",50,"2013-04-10 00:00","","","","",71,71,54,50,29,13,4,"North Shore Mining Industrial Site NM19; replaces NM10","99 Beach Dr","Minnesota","Lake","Silver Bay","","2013-12-18" +"27","075","7640","81102",2,47.27439,-91.274863,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,0,0,"Certification not required",6,17.482759,16.98449,58,"2013-07-15 00:00",54,"2013-04-28 00:00",46,"2013-05-22 00:00",42,"2013-01-10 00:00","","","","",58,58,54,46,25,8,2,"North Shore Mining Industrial Site NM19; replaces NM10","99 Beach Dr","Minnesota","Lake","Silver Bay","","2013-12-18" +"27","075","7640","81102",3,47.27439,-91.274863,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6510,100,45,61,0,29,"","","Certification not required",546,22.012903,29.403605,451,"2013-04-27 21:00",352,"2013-07-29 23:00",334,"2013-04-27 22:00",311,"2013-03-30 01:00","","","","",142,112,81,54,24,12,4,"North Shore Mining Industrial Site NM19; replaces NM10","99 Beach Dr","Minnesota","Lake","Silver Bay","","2013-12-17" +"27","075","7640","81102",3,47.27439,-91.274863,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",272,74,45,61,0,0,0,0,"Certification not required",0,21.507353,18.220663,108,"2013-05-25 00:00",81,"2013-06-09 00:00",79,"2013-05-17 00:00",75,"2013-05-28 00:00","","","","",79,70,60,47,30,15,5,"North Shore Mining Industrial Site NM19; replaces NM10","99 Beach Dr","Minnesota","Lake","Silver Bay","","2013-12-17" +"27","075","7641","11101",1,47.300788,-91.242719,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",23,20.977778,17.401984,81,"2013-04-28 00:00",63,"2013-03-29 00:00",60,"2013-08-20 00:00",48,"2013-04-04 00:00","","","","",81,81,60,46,29,10,10,"Silver Bay Drinking Water Plant - South Sampler","Silver Bay Drinking Water Plant","Minnesota","Lake","Silver Bay","","2014-01-07" +"27","083","4210","44201",1,44.4438,-95.81789,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5055,100,213,214,0,81,0,0,"Certification not required",51,0.047587,0.01182,0.075,"2013-10-10 15:00",0.074,"2013-07-05 15:00",0.073,"2013-07-04 15:00",0.073,"2013-07-07 14:00","","","","",0.073,0.068,0.065,0.06,0.056,0.049,0.032,"Marshall Airport","WEST HIGHWAY 19","Minnesota","Lyon","Marshall","Marshall, MN","2014-01-29" +"27","083","4210","44201",1,44.4438,-95.81789,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5074,99,211,214,0,0,0,0,"Certification not required",0,0.043531,0.01151,0.071,"2013-07-04 11:00",0.071,"2013-07-05 11:00",0.068,"2013-10-10 10:00",0.066,"2013-07-07 09:00","","","","",0.068,0.066,0.061,0.057,0.052,0.045,0.029,"Marshall Airport","WEST HIGHWAY 19","Minnesota","Lyon","Marshall","Marshall, MN","2014-01-29" +"27","083","4210","44201",1,44.4438,-95.81789,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5074,99,211,214,0,0,0,0,"Certification not required",0,0.043531,0.01151,0.071,"2013-07-04 11:00",0.071,"2013-07-05 11:00",0.068,"2013-10-10 10:00",0.066,"2013-07-07 09:00","","","","",0.068,0.066,0.061,0.057,0.052,0.045,0.029,"Marshall Airport","WEST HIGHWAY 19","Minnesota","Lyon","Marshall","Marshall, MN","2014-01-29" +"27","083","4210","88101",3,44.4438,-95.81789,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8503,97,361,365,0,252,"","","Certification not required",0,7.338704,5.977222,78,"2013-06-21 16:00",49,"2013-06-21 21:00",47,"2013-06-24 00:00",45,"2013-07-02 20:00","","","","",28,25,19,15,10,6,1,"Marshall Airport","WEST HIGHWAY 19","Minnesota","Lyon","Marshall","Marshall, MN","2014-02-05" +"27","083","4210","88101",3,44.4438,-95.81789,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,7.338418,4.855253,30.3,"2013-03-08 00:00",27,"2013-02-26 00:00",26.6,"2013-07-02 00:00",23.9,"2013-02-25 00:00","","","","",23.9,20.7,17.3,13.7,9,6,2.7,"Marshall Airport","WEST HIGHWAY 19","Minnesota","Lyon","Marshall","Marshall, MN","2014-02-05" +"27","083","4210","88101",3,44.4438,-95.81789,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,7.338418,4.855253,30.3,"2013-03-08 00:00",27,"2013-02-26 00:00",26.6,"2013-07-02 00:00",23.9,"2013-02-25 00:00","","","","",23.9,20.7,17.3,13.7,9,6,2.7,"Marshall Airport","WEST HIGHWAY 19","Minnesota","Lyon","Marshall","Marshall, MN","2014-02-05" +"27","095","3051","44201",1,46.2053,-93.75945,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5087,100,213,214,0,49,0,0,"Certification not required",34,0.040437,0.010798,0.066,"2013-06-19 18:00",0.066,"2013-07-04 13:00",0.065,"2013-07-05 15:00",0.064,"2013-07-11 16:00","","","","",0.065,0.064,0.059,0.054,0.048,0.04,0.027,"Mille Lacs","16687 Shaw-Bosh-Kung Drive","Minnesota","Mille Lacs","Onamia","","2014-01-29" +"27","095","3051","44201",1,46.2053,-93.75945,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,100,213,214,0,0,0,0,"Certification not required",0,0.036784,0.010396,0.062,"2013-07-05 11:00",0.062,"2013-07-12 12:00",0.06,"2013-06-19 13:00",0.06,"2013-07-04 11:00","","","","",0.06,0.059,0.053,0.05,0.044,0.037,0.024,"Mille Lacs","16687 Shaw-Bosh-Kung Drive","Minnesota","Mille Lacs","Onamia","","2014-01-29" +"27","095","3051","44201",1,46.2053,-93.75945,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,100,213,214,0,0,0,0,"Certification not required",0,0.036784,0.010396,0.062,"2013-07-05 11:00",0.062,"2013-07-12 12:00",0.06,"2013-06-19 13:00",0.06,"2013-07-04 11:00","","","","",0.06,0.059,0.053,0.05,0.044,0.037,0.024,"Mille Lacs","16687 Shaw-Bosh-Kung Drive","Minnesota","Mille Lacs","Onamia","","2014-01-29" +"27","109","5008","44201",1,43.996908,-92.450366,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5092,100,214,214,0,44,0,0,"Certification not required",375,0.046154,0.011152,0.072,"2013-07-06 14:00",0.07,"2013-05-16 14:00",0.07,"2013-07-07 12:00",0.069,"2013-05-20 23:00","","","","",0.07,0.067,0.063,0.061,0.054,0.047,0.031,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-01-29" +"27","109","5008","44201",1,43.996908,-92.450366,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5107,99,212,214,0,0,0,0,"Certification not required",0,0.041986,0.011174,0.07,"2013-07-06 10:00",0.067,"2013-07-07 10:00",0.066,"2013-05-16 10:00",0.064,"2013-07-05 09:00","","","","",0.066,0.064,0.058,0.056,0.05,0.044,0.027,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-01-29" +"27","109","5008","44201",1,43.996908,-92.450366,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5107,99,212,214,0,0,0,0,"Certification not required",0,0.041986,0.011174,0.07,"2013-07-06 10:00",0.067,"2013-07-07 10:00",0.066,"2013-05-16 10:00",0.064,"2013-07-05 09:00","","","","",0.066,0.064,0.058,0.056,0.05,0.044,0.027,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-01-29" +"27","109","5008","68101",1,43.996908,-92.450366,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,100,61,61,0,12,"","","Certification not required",11,0.375877,0.180735,0.7,"2013-07-15 00:00",0.7,"2013-08-05 00:00",0.6,"2013-04-28 00:00",0.6,"2013-05-16 00:00","","","","",0.7,0.6,0.6,0.6,0.5,0.4,0.1,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68102",1,43.996908,-92.450366,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,100,61,61,0,12,"","","Certification not required",0,23.883333,1.236818,24.1,"2013-05-31 00:00",24.1,"2013-06-24 00:00",24.1,"2013-07-12 00:00",24.1,"2013-09-01 00:00","","","","",24.1,24.1,24,24,24,24,24,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68103",1,43.996908,-92.450366,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,100,61,61,0,12,"","","Certification not required",0,1.216667,12.59367,23.3,"2013-08-26 00:00",22.4,"2013-07-18 00:00",21.6,"2013-08-29 00:00",20.4,"2013-07-09 00:00","","","","",22.4,21.6,19.8,17.5,12.4,0.2,-15.9,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68103",5,43.996908,-92.450366,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,3.794231,10.855403,23.4,"2013-08-26 00:00",21.1,"2013-07-09 00:00",19.8,"2013-09-07 00:00",18.9,"2013-08-20 00:00","","","","",23.4,21.1,19.8,17.6,12.8,4.6,-12,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","68104",1,43.996908,-92.450366,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,100,61,61,0,12,"","","Certification not required",0,13.057895,13.674936,36,"2013-07-18 00:00",35.8,"2013-08-26 00:00",34.5,"2013-08-29 00:00",33.8,"2013-07-06 00:00","","","","",35.8,34.5,32.7,30.9,25.5,12.1,-4.9,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68104",5,43.996908,-92.450366,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.1,13.225673,36.1,"2013-08-26 00:00",35.1,"2013-06-15 00:00",33.9,"2013-09-07 00:00",33.8,"2013-06-27 00:00","","","","",36.1,35.1,33.9,32.6,27.6,18.2,-0.5,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","68105",1,43.996908,-92.450366,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,100,61,61,0,12,"","","Certification not required",0,7.130702,12.803865,29.7,"2013-07-18 00:00",28.7,"2013-08-26 00:00",26.8,"2013-07-06 00:00",26.8,"2013-08-29 00:00","","","","",28.7,26.8,25.5,23,19.2,5.7,-10.3,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68105",5,43.996908,-92.450366,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.911538,11.591912,29.1,"2013-08-26 00:00",26.7,"2013-09-07 00:00",26.1,"2013-07-09 00:00",25.8,"2013-06-27 00:00","","","","",29.1,26.7,26.1,25,20.2,11.8,-5.2,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","68106",1,43.996908,-92.450366,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,61,61,0,12,"","","Certification not required",0,730.070175,4.571399,744,"2013-11-12 00:00",740,"2013-12-06 00:00",739,"2013-09-16 00:00",738,"2013-01-22 00:00","","","","",740,739,738,736,733,730,725,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68106",5,43.996908,-92.450366,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,728.730769,4.959109,740,"2013-07-15 00:00",738,"2013-08-14 00:00",738,"2013-09-13 00:00",737,"2013-01-22 00:00","","","","",740,738,738,734,732,728,723,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","68107",1,43.996908,-92.450366,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,61,61,0,12,"","","Certification not required",0,735.947368,4.755699,752,"2013-11-12 00:00",750,"2013-11-24 00:00",748,"2013-12-06 00:00",744,"2013-05-01 00:00","","","","",750,748,744,741,739,736,731,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68107",5,43.996908,-92.450366,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,735.076923,5.028726,747,"2013-10-13 00:00",744,"2013-07-15 00:00",743,"2013-09-13 00:00",743,"2013-10-25 00:00","","","","",747,744,743,742,738,736,728,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","68108",1,43.996908,-92.450366,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,100,61,61,0,12,"","","Certification not required",0,733.070175,4.736825,749,"2013-11-12 00:00",744,"2013-12-06 00:00",743,"2013-11-24 00:00",742,"2013-10-13 00:00","","","","",744,743,741,739,736,734,728,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","68108",5,43.996908,-92.450366,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,731.423077,5.229427,744,"2013-10-13 00:00",742,"2013-07-15 00:00",740,"2013-08-14 00:00",740,"2013-09-13 00:00","","","","",744,742,740,737,735,732,724,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","68109",1,43.996908,-92.450366,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,100,61,61,0,12,"","","Certification not required",0,1439.614035,2.251877,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","88101",1,43.996908,-92.450366,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,113,122,0,12,0,0,"Certification not required",0,8.655263,4.18565,21.4,"2013-12-03 00:00",20.8,"2013-03-08 00:00",19.6,"2013-11-30 00:00",17.9,"2013-07-06 00:00","","","","",20.8,19.6,16.2,14.6,11.2,7.6,4.5,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","88101",1,43.996908,-92.450366,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,113,122,0,12,"","","Certification not required",0,8.655263,4.18565,21.4,"2013-12-03 00:00",20.8,"2013-03-08 00:00",19.6,"2013-11-30 00:00",17.9,"2013-07-06 00:00","","","","",20.8,19.6,16.2,14.6,11.2,7.6,4.5,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","88101",3,43.996908,-92.450366,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8539,97,364,365,0,216,"","","Certification not required",0,7.502167,6.41143,52,"2013-02-25 19:00",48,"2013-02-07 11:00",48,"2013-02-25 17:00",46,"2013-02-25 18:00","","","","",29,25,20,16,10,6,1,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","88101",3,43.996908,-92.450366,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,7.438122,4.930164,34.9,"2013-02-25 00:00",26.6,"2013-03-15 00:00",25.8,"2013-12-02 00:00",25.3,"2013-02-26 00:00","","","","",25.3,20.8,17.2,13.7,9.7,6.4,2.5,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","88101",3,43.996908,-92.450366,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,7.438122,4.930164,34.9,"2013-02-25 00:00",26.6,"2013-03-15 00:00",25.8,"2013-12-02 00:00",25.3,"2013-02-26 00:00","","","","",25.3,20.8,17.2,13.7,9.7,6.4,2.5,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-05" +"27","109","5008","88102",5,43.996908,-92.450366,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.020394,0.008342,0.058,"2013-04-28 00:00",0.054,"2013-04-04 00:00",0.026,"2013-08-08 00:00",0.026,"2013-09-13 00:00","","","","",0.058,0.054,0.026,0.026,0.021,0.0195,0.014,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88103",5,43.996908,-92.450366,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000462,0.000828,0.004,"2013-09-25 00:00",0.003,"2013-10-13 00:00",0.002,"2013-06-09 00:00",0.002,"2013-08-02 00:00","","","","",0.004,0.003,0.002,0.001,0.001,0,0,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88104",5,43.996908,-92.450366,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",30,0.025798,0.032947,0.196,"2013-05-16 00:00",0.107,"2013-02-15 00:00",0.091,"2013-06-21 00:00",0.085,"2013-09-07 00:00","","","","",0.196,0.107,0.091,0.052,0.033,0.0125,0.0065,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88107",5,43.996908,-92.450366,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005933,0.004786,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-03-05 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88109",5,43.996908,-92.450366,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.002517,0.001588,0.0063,"2013-02-03 00:00",0.0058,"2013-03-23 00:00",0.0054,"2013-05-16 00:00",0.005,"2013-01-04 00:00","","","","",0.0063,0.0058,0.0054,0.0048,0.0038,0.0025,0.00065,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88110",5,43.996908,-92.450366,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001154,0.002789,0.012,"2013-03-05 00:00",0.01,"2013-03-17 00:00",0.007,"2013-02-21 00:00",0.007,"2013-06-03 00:00","","","","",0.012,0.01,0.007,0.007,0,0,0,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88111",5,43.996908,-92.450366,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.055015,0.068843,0.286,"2013-07-03 00:00",0.25,"2013-08-20 00:00",0.236,"2013-09-07 00:00",0.209,"2013-05-16 00:00","","","","",0.286,0.25,0.236,0.145,0.0764,0.028,0.0037,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88112",5,43.996908,-92.450366,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005462,0.013078,0.064,"2013-10-01 00:00",0.061,"2013-10-07 00:00",0.037,"2013-01-04 00:00",0.025,"2013-09-25 00:00","","","","",0.064,0.061,0.037,0.007,0.004,0.002,0,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88113",5,43.996908,-92.450366,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00066,9.1e-05,0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.0007,"2013-01-16 00:00",0.0007,"2013-02-21 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88114",5,43.996908,-92.450366,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.001172,0.000875,0.006,"2013-01-04 00:00",0.0035,"2013-09-13 00:00",0.0029,"2013-09-19 00:00",0.0026,"2013-08-08 00:00","","","","",0.006,0.0035,0.0029,0.0014,0.00125,0.00095,0.00065,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88115",5,43.996908,-92.450366,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.010021,0.032974,0.242,"2013-02-15 00:00",0.017,"2013-01-04 00:00",0.014,"2013-03-11 00:00",0.012,"2013-06-15 00:00","","","","",0.242,0.017,0.014,0.0112,0.0083,0.00405,0.00245,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88117",5,43.996908,-92.450366,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005468,0.007663,0.0435,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-03-05 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.00485,0.0041,0.0028,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88118",5,43.996908,-92.450366,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008715,0.00596,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88126",5,43.996908,-92.450366,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.033242,0.027434,0.157,"2013-01-04 00:00",0.0955,"2013-05-16 00:00",0.0832,"2013-08-26 00:00",0.0733,"2013-06-21 00:00","","","","",0.157,0.0955,0.0832,0.0607,0.0437,0.0293,0.0105,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88128",5,43.996908,-92.450366,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001096,0.001796,0.01,"2013-09-13 00:00",0.005,"2013-04-28 00:00",0.004,"2013-05-16 00:00",0.004,"2013-09-07 00:00","","","","",0.01,0.005,0.004,0.003,0.002,0,0,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88131",5,43.996908,-92.450366,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.009817,0.003461,0.02,"2013-04-22 00:00",0.0165,"2013-08-08 00:00",0.0165,"2013-09-13 00:00",0.0165,"2013-09-19 00:00","","","","",0.02,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88132",5,43.996908,-92.450366,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000577,0.000825,0.003,"2013-01-10 00:00",0.003,"2013-06-21 00:00",0.002,"2013-05-16 00:00",0.002,"2013-07-21 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88136",5,43.996908,-92.450366,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000346,0.001702,0.012,"2013-01-04 00:00",0.002,"2013-02-15 00:00",0.002,"2013-05-16 00:00",0.001,"2013-01-28 00:00","","","","",0.012,0.002,0.002,0,0,0,0,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88140",5,43.996908,-92.450366,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.00953,0.009878,0.0622,"2013-09-19 00:00",0.048,"2013-02-15 00:00",0.022,"2013-09-07 00:00",0.019,"2013-01-22 00:00","","","","",0.0622,0.048,0.022,0.0121,0.009,0.006,0.0055,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88152",5,43.996908,-92.450366,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005812,0.001497,0.008,"2013-02-09 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88154",5,43.996908,-92.450366,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001055,0.000296,0.002,"2013-08-26 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-27 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88160",5,43.996908,-92.450366,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.013404,0.004683,0.032,"2013-07-09 00:00",0.023,"2013-05-22 00:00",0.022,"2013-07-21 00:00",0.018,"2013-08-08 00:00","","","","",0.032,0.023,0.022,0.018,0.016,0.01,0.01,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88161",5,43.996908,-92.450366,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.002492,0.000882,0.0085,"2013-08-26 00:00",0.00265,"2013-02-09 00:00",0.00265,"2013-03-05 00:00",0.00265,"2013-03-23 00:00","","","","",0.0085,0.00265,0.00265,0.00265,0.00265,0.0025,0.0021,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88164",5,43.996908,-92.450366,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001623,0.000215,0.0019,"2013-02-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88165",5,43.996908,-92.450366,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.059096,0.062279,0.245,"2013-06-21 00:00",0.209,"2013-09-07 00:00",0.204,"2013-05-16 00:00",0.175,"2013-04-28 00:00","","","","",0.245,0.209,0.204,0.16,0.0851,0.033,0.0055,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88166",5,43.996908,-92.450366,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.008,0.004661,0.019,"2013-10-07 00:00",0.0185,"2013-08-08 00:00",0.0185,"2013-09-13 00:00",0.0185,"2013-09-19 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88167",5,43.996908,-92.450366,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.004728,0.00306,0.0143,"2013-01-04 00:00",0.012,"2013-03-23 00:00",0.0116,"2013-05-16 00:00",0.0111,"2013-08-26 00:00","","","","",0.0143,0.012,0.0116,0.0082,0.0061,0.0046,0.0013,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88168",5,43.996908,-92.450366,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001425,0.001584,0.0124,"2013-06-27 00:00",0.002,"2013-03-29 00:00",0.0019,"2013-10-19 00:00",0.00175,"2013-08-08 00:00","","","","",0.0124,0.002,0.0019,0.00175,0.0012,0.00115,0.00085,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88169",5,43.996908,-92.450366,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.466965,0.369151,1.56,"2013-07-15 00:00",1.53,"2013-08-20 00:00",1.45,"2013-02-09 00:00",1.27,"2013-08-26 00:00","","","","",1.56,1.53,1.45,0.962,0.579,0.348,0.152,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88176",5,43.996908,-92.450366,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00094,0.000203,0.0013,"2013-01-10 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-08-08 00:00",0.0013,"2013-09-13 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88180",5,43.996908,-92.450366,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.046554,0.021991,0.0899,"2013-07-03 00:00",0.0859,"2013-08-02 00:00",0.084,"2013-09-07 00:00",0.083,"2013-02-21 00:00","","","","",0.0899,0.0859,0.084,0.0804,0.063,0.047,0.0194,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88184",5,43.996908,-92.450366,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.0295,0.039822,0.289,"2013-02-15 00:00",0.093,"2013-09-19 00:00",0.076,"2013-02-03 00:00",0.066,"2013-01-22 00:00","","","","",0.289,0.093,0.076,0.043,0.027,0.02,0.013,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88185",5,43.996908,-92.450366,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003203,0.003375,0.0115,"2013-08-08 00:00",0.0115,"2013-09-13 00:00",0.0115,"2013-09-19 00:00",0.0115,"2013-10-07 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88301",5,43.996908,-92.450366,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.592135,0.611034,2.68,"2013-03-29 00:00",2.47,"2013-02-09 00:00",2.28,"2013-03-23 00:00",1.82,"2013-04-04 00:00","","","","",2.68,2.47,2.28,1.12,0.877,0.544,0.02,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88302",5,43.996908,-92.450366,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.04104,0.036864,0.262,"2013-02-15 00:00",0.08,"2013-06-09 00:00",0.077,"2013-03-23 00:00",0.074,"2013-01-22 00:00","","","","",0.262,0.08,0.077,0.07,0.051,0.031,0.015,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88303",5,43.996908,-92.450366,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",19,0.028925,0.018251,0.083,"2013-07-15 00:00",0.067,"2013-04-04 00:00",0.058,"2013-01-04 00:00",0.0559,"2013-09-13 00:00","","","","",0.083,0.067,0.058,0.05,0.0412,0.029,0.0115,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88306",5,43.996908,-92.450366,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.373327,1.58438,7.87,"2013-03-29 00:00",6.56,"2013-03-23 00:00",4.3,"2013-04-04 00:00",3.83,"2013-02-09 00:00","","","","",7.87,6.56,4.3,3.11,1.95,0.627,0.211,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88355",5,43.996908,-92.450366,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.841549,0.811673,3.8,"2013-07-03 00:00",3.45,"2013-08-02 00:00",3.39,"2013-08-26 00:00",3.31,"2013-09-13 00:00","","","","",3.8,3.45,3.39,2.93,2.33,1.76,0.925,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88357",5,43.996908,-92.450366,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.192667,0.11587,0.617,"2013-09-13 00:00",0.435,"2013-08-08 00:00",0.428,"2013-05-16 00:00",0.386,"2013-10-13 00:00","","","","",0.617,0.435,0.428,0.372,0.253,0.162,0.085,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88370",5,43.996908,-92.450366,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.691412,0.750561,3.54,"2013-07-03 00:00",3.19,"2013-08-02 00:00",3.19,"2013-08-26 00:00",3,"2013-10-13 00:00","","","","",3.54,3.19,3.19,2.81,2.12,1.58,0.866,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88374",5,43.996908,-92.450366,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.14549,0.116719,0.502,"2013-08-26 00:00",0.463,"2013-08-02 00:00",0.435,"2013-07-03 00:00",0.345,"2013-08-20 00:00","","","","",0.502,0.463,0.435,0.275,0.217,0.102,0.044,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88375",5,43.996908,-92.450366,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.421294,0.195966,0.871,"2013-07-03 00:00",0.799,"2013-08-08 00:00",0.762,"2013-08-26 00:00",0.754,"2013-09-13 00:00","","","","",0.871,0.799,0.762,0.715,0.62,0.376,0.224,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88376",5,43.996908,-92.450366,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.508529,0.28781,1.43,"2013-09-13 00:00",1.25,"2013-10-13 00:00",1,"2013-07-03 00:00",0.995,"2013-08-08 00:00","","","","",1.43,1.25,1,0.95,0.659,0.432,0.236,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88377",5,43.996908,-92.450366,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.295078,0.13774,0.646,"2013-08-26 00:00",0.557,"2013-08-02 00:00",0.549,"2013-03-23 00:00",0.535,"2013-07-03 00:00","","","","",0.646,0.557,0.549,0.485,0.386,0.267,0.139,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88378",5,43.996908,-92.450366,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.320922,0.156527,0.697,"2013-07-03 00:00",0.626,"2013-04-28 00:00",0.623,"2013-06-09 00:00",0.615,"2013-08-20 00:00","","","","",0.697,0.626,0.623,0.548,0.401,0.272,0.166,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88380",5,43.996908,-92.450366,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.343039,0.182351,0.969,"2013-09-13 00:00",0.67,"2013-05-16 00:00",0.646,"2013-08-02 00:00",0.604,"2013-07-15 00:00","","","","",0.969,0.67,0.646,0.592,0.445,0.312,0.15,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88383",5,43.996908,-92.450366,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.596647,0.250533,1.17,"2013-07-03 00:00",1.02,"2013-08-02 00:00",0.982,"2013-07-15 00:00",0.932,"2013-08-20 00:00","","","","",1.17,1.02,0.982,0.908,0.82,0.56,0.301,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88384",5,43.996908,-92.450366,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.067169,0.03515,0.175,"2013-05-16 00:00",0.157,"2013-10-25 00:00",0.146,"2013-07-15 00:00",0.132,"2013-08-20 00:00","","","","",0.175,0.157,0.146,0.108,0.0816,0.065,0.0279,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88385",5,43.996908,-92.450366,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001069,0.000366,0.00339,"2013-05-16 00:00",0.00211,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00339,0.00211,0.001,0.001,0.001,0.001,0.001,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88388",5,43.996908,-92.450366,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.471392,0.216852,0.969,"2013-08-20 00:00",0.965,"2013-07-15 00:00",0.96,"2013-07-03 00:00",0.862,"2013-06-09 00:00","","","","",0.969,0.965,0.96,0.78,0.605,0.409,0.245,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88403",5,43.996908,-92.450366,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.1785,0.89161,3.9,"2013-02-09 00:00",3.75,"2013-07-15 00:00",3.42,"2013-08-20 00:00",2.77,"2013-08-26 00:00","","","","",3.9,3.75,3.42,2.61,1.48,0.9,0.379,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","109","5008","88502",5,43.996908,-92.450366,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.451923,3.991338,20.2,"2013-03-29 00:00",17.1,"2013-02-03 00:00",15.4,"2013-08-26 00:00",14.6,"2013-03-23 00:00","","","","",20.2,17.1,15.4,14.2,10.7,8.2,4.1,"Ben Franklin School","1801 9th Ave. SE","Minnesota","Olmsted","Rochester","Rochester, MN","2014-02-13" +"27","123","0050","42101",1,44.9558,-93.14585,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8619,98,361,365,0,141,0,0,"Certification not required",8334,0.266377,0.107656,2.8,"2013-05-07 03:00",2.4,"2013-11-02 20:00",2.3,"2013-11-02 21:00",2,"2013-11-02 19:00","","","","",0.8,0.6,0.25,0.25,0.25,0.25,0.25,"Lexington Ave.","1088 WEST UNIVERSITY AVE.","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","123","0050","42101",1,44.9558,-93.14585,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8638,99,361,365,0,0,0,0,"Certification not required",0,0.311172,0.06791,1.8,"2013-11-03 00:00",1.7,"2013-11-02 23:00",1.7,"2013-11-03 01:00",1.6,"2013-11-03 02:00",1.8,"2013-11-03 00:00",1.1,"2013-10-07 23:00",0.7,0.5,0.3,0.3,0.3,0.3,0.3,"Lexington Ave.","1088 WEST UNIVERSITY AVE.","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","123","0866","81102",1,44.89926,-93.01708,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,0,0,"Certification not required",1,27.075472,14.512394,63,"2013-10-01 00:00",57,"2013-06-27 00:00",56,"2013-08-26 00:00",51,"2013-11-06 00:00","","","","",63,57,56,48,36,24,11,"Red Rock Rd.","1450 RED ROCK ROAD","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0866","81102",2,44.89926,-93.01708,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",51,94,51,54,0,2,0,0,"Certification not required",2,25.960784,14.995947,64,"2013-10-01 00:00",58,"2013-06-27 00:00",53,"2013-08-26 00:00",51,"2013-10-25 00:00","","","","",64,58,53,49,34,24,11,"Red Rock Rd.","1450 RED ROCK ROAD","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","42153",1,44.95072,-93.09827,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43205",1,44.95072,-93.09827,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.064151,1.639781,7.1,"2013-12-06 00:00",7,"2013-08-14 00:00",6.1,"2013-12-18 00:00",5.5,"2013-01-28 00:00","","","","",7.1,7,6.1,5.2,4.6,2.5,1.2,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43207",1,44.95072,-93.09827,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.151132,0.021809,0.22,"2013-05-16 00:00",0.21,"2013-07-09 00:00",0.18,"2013-06-03 00:00",0.18,"2013-10-19 00:00","","","","",0.22,0.21,0.18,0.17,0.16,0.15,0.14,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43208",1,44.95072,-93.09827,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43218",1,44.95072,-93.09827,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.185385,0.143943,0.68,"2013-07-03 00:00",0.48,"2013-10-13 00:00",0.47,"2013-10-07 00:00",0.46,"2013-08-08 00:00","","","","",0.68,0.48,0.47,0.34,0.26,0.16,0.04,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43231",1,44.95072,-93.09827,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.084615,0.714111,3.9,"2013-07-03 00:00",3.1,"2013-02-21 00:00",2.1,"2013-08-08 00:00",2,"2013-12-18 00:00","","","","",3.9,3.1,2.1,1.8,1.4,1.1,0.4,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43232",1,44.95072,-93.09827,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,0.513208,0.342383,1.5,"2013-07-03 00:00",1.3,"2013-03-29 00:00",1.3,"2013-08-08 00:00",1.1,"2013-12-18 00:00","","","","",1.5,1.3,1.3,1,0.7,0.5,0.2,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43248",1,44.95072,-93.09827,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",10,0.235849,0.15547,0.6,"2013-07-03 00:00",0.5,"2013-01-28 00:00",0.5,"2013-08-08 00:00",0.5,"2013-10-07 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.2,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43302",1,44.95072,-93.09827,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",19,16.153774,22.683005,93.7,"2013-06-15 00:00",89.2,"2013-07-03 00:00",83.4,"2013-03-29 00:00",60.4,"2013-05-16 00:00","","","","",93.7,89.2,83.4,39,21.5,9.6,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43312",1,44.95072,-93.09827,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,6,"","","Certification not required",22,1.014894,1.49437,6.5,"2013-08-14 00:00",5.7,"2013-07-09 00:00",4.5,"2013-05-16 00:00",3.1,"2013-09-25 00:00","","","","",6.5,6.5,4.5,2.7,1.5,0.2,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43372",1,44.95072,-93.09827,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43447",1,44.95072,-93.09827,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.788235,0.758326,3.2,"2013-07-03 00:00",2.7,"2013-08-26 00:00",2.5,"2013-07-15 00:00",2.3,"2013-08-08 00:00","","","","",3.2,2.7,2.5,1.9,1.2,0.6,0.1,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43502",1,44.95072,-93.09827,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.057407,0.976053,4.6,"2013-07-03 00:00",4.4,"2013-08-26 00:00",4.3,"2013-07-15 00:00",4.1,"2013-09-07 00:00","","","","",4.6,4.4,4.3,3.5,2.7,1.8,1,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43503",1,44.95072,-93.09827,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.405556,0.541283,3.1,"2013-03-29 00:00",2.8,"2013-07-03 00:00",2.5,"2013-01-04 00:00",2,"2013-05-16 00:00","","","","",3.1,2.8,2.5,2,1.8,1.4,0.7,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43504",1,44.95072,-93.09827,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.312963,0.133242,0.6,"2013-03-29 00:00",0.6,"2013-07-03 00:00",0.5,"2013-05-16 00:00",0.5,"2013-06-03 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.2,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43510",1,44.95072,-93.09827,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,0.201407,0.129351,0.588,"2013-01-28 00:00",0.524,"2013-03-29 00:00",0.48,"2013-01-04 00:00",0.436,"2013-06-03 00:00","","","","",0.588,0.524,0.48,0.368,0.256,0.192,0.06,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43516",1,44.95072,-93.09827,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43551",1,44.95072,-93.09827,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.82037,1.400051,7.5,"2013-05-16 00:00",7.2,"2013-06-03 00:00",6.9,"2013-03-29 00:00",6.3,"2013-07-03 00:00","","","","",7.5,7.2,6.9,6.2,4.6,3.6,2.2,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43552",1,44.95072,-93.09827,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,8,"","","Certification not required",17,0.492222,0.693309,2.4,"2013-07-03 00:00",2.4,"2013-08-08 00:00",2.4,"2013-08-26 00:00",1.9,"2013-07-15 00:00","","","","",2.4,2.4,2.4,1.6,0.7,0.2,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43559",1,44.95072,-93.09827,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.05283,0.020604,0.2,"2013-07-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43801",1,44.95072,-93.09827,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.4762,0.149815,0.7,"2013-05-16 00:00",0.64,"2013-06-03 00:00",0.61,"2013-05-28 00:00",0.59,"2013-07-03 00:00","","","","",0.7,0.7,0.61,0.58,0.55,0.51,0.4,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43802",1,44.95072,-93.09827,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.094906,0.033086,0.19,"2013-07-03 00:00",0.16,"2013-12-24 00:00",0.15,"2013-04-22 00:00",0.15,"2013-05-16 00:00","","","","",0.19,0.16,0.15,0.13,0.11,0.09,0.07,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43803",1,44.95072,-93.09827,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.021132,0.008005,0.05,"2013-07-03 00:00",0.05,"2013-08-08 00:00",0.03,"2013-05-16 00:00",0.03,"2013-05-28 00:00","","","","",0.05,0.05,0.03,0.03,0.02,0.02,0.01,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43804",1,44.95072,-93.09827,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.098113,0.013736,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43806",1,44.95072,-93.09827,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43811",1,44.95072,-93.09827,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.235849,0.055796,0.4,"2013-05-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00","","","","",0.4,0.3,0.3,0.3,0.3,0.2,0.2,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43812",1,44.95072,-93.09827,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43813",1,44.95072,-93.09827,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43814",1,44.95072,-93.09827,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009057,0.00405,0.02,"2013-07-03 00:00",0.02,"2013-12-12 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43815",1,44.95072,-93.09827,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.025849,0.008646,0.05,"2013-05-16 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00",0.04,"2013-06-21 00:00","","","","",0.05,0.04,0.04,0.03,0.03,0.03,0.02,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43817",1,44.95072,-93.09827,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.022453,0.031373,0.19,"2013-05-10 00:00",0.11,"2013-06-21 00:00",0.08,"2013-06-09 00:00",0.08,"2013-07-03 00:00","","","","",0.19,0.11,0.08,0.04,0.02,0.02,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43818",1,44.95072,-93.09827,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43819",1,44.95072,-93.09827,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.006792,0.004712,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43820",1,44.95072,-93.09827,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43823",1,44.95072,-93.09827,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.514717,0.066726,0.76,"2013-05-16 00:00",0.58,"2013-06-03 00:00",0.58,"2013-07-03 00:00",0.58,"2013-11-24 00:00","","","","",0.76,0.58,0.58,0.57,0.55,0.52,0.46,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43824",1,44.95072,-93.09827,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.037925,0.046713,0.22,"2013-05-10 00:00",0.18,"2013-08-08 00:00",0.15,"2013-08-14 00:00",0.14,"2013-06-21 00:00","","","","",0.22,0.18,0.15,0.08,0.05,0.02,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43826",1,44.95072,-93.09827,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43828",1,44.95072,-93.09827,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43829",1,44.95072,-93.09827,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43830",1,44.95072,-93.09827,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43831",1,44.95072,-93.09827,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43832",1,44.95072,-93.09827,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43838",1,44.95072,-93.09827,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43839",1,44.95072,-93.09827,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43843",1,44.95072,-93.09827,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43844",1,44.95072,-93.09827,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","43860",1,44.95072,-93.09827,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.003077,0.005064,0.02,"2013-02-09 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-21 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45109",1,44.95072,-93.09827,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,1.246863,0.883136,4.23,"2013-07-03 00:00",3.49,"2013-08-08 00:00",3.34,"2013-10-07 00:00",2.76,"2013-10-13 00:00","","","","",4.23,3.49,3.34,2.53,1.66,1,0.4,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45201",1,44.95072,-93.09827,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.203208,0.506397,2.95,"2013-12-18 00:00",2.36,"2013-07-03 00:00",2.24,"2013-08-08 00:00",2.14,"2013-10-13 00:00","","","","",2.95,2.36,2.24,1.85,1.45,1.07,0.72,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45202",1,44.95072,-93.09827,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,2.618077,2.048374,11.79,"2013-07-03 00:00",8.27,"2013-08-20 00:00",7.05,"2013-08-08 00:00",6.1,"2013-08-26 00:00","","","","",11.79,8.27,7.05,4.42,3.3,2.21,0.97,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45203",1,44.95072,-93.09827,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.339615,0.225101,1.14,"2013-07-03 00:00",0.92,"2013-08-08 00:00",0.82,"2013-06-09 00:00",0.74,"2013-10-07 00:00","","","","",1.14,0.92,0.82,0.65,0.47,0.3,0.13,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45204",1,44.95072,-93.09827,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.498654,0.329003,1.62,"2013-07-03 00:00",1.36,"2013-08-08 00:00",1.34,"2013-10-07 00:00",1.05,"2013-10-13 00:00","","","","",1.62,1.36,1.34,0.82,0.68,0.42,0.18,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45207",1,44.95072,-93.09827,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,0.142075,0.120054,0.47,"2013-09-25 00:00",0.47,"2013-10-07 00:00",0.44,"2013-07-03 00:00",0.41,"2013-08-08 00:00","","","","",0.47,0.47,0.44,0.29,0.2,0.1,0.01,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45208",1,44.95072,-93.09827,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",4,0.48,0.415305,1.64,"2013-07-03 00:00",1.61,"2013-10-07 00:00",1.59,"2013-08-08 00:00",1.4,"2013-09-25 00:00","","","","",1.64,1.61,1.59,0.96,0.69,0.33,0.08,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45220",1,44.95072,-93.09827,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.063462,0.072162,0.29,"2013-08-08 00:00",0.26,"2013-07-03 00:00",0.2,"2013-05-28 00:00",0.2,"2013-08-02 00:00","","","","",0.29,0.26,0.2,0.17,0.1,0.03,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45228",1,44.95072,-93.09827,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.184755,0.096754,0.504,"2013-07-03 00:00",0.477,"2013-10-31 00:00",0.459,"2013-08-08 00:00",0.441,"2013-09-25 00:00","","","","",0.504,0.477,0.459,0.387,0.1485,0.1485,0.1485,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45501",1,44.95072,-93.09827,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.100926,0.073645,0.3,"2013-05-16 00:00",0.3,"2013-06-03 00:00",0.3,"2013-06-15 00:00",0.3,"2013-07-03 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.1,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45801",1,44.95072,-93.09827,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.004615,0.006991,0.03,"2013-09-13 00:00",0.02,"2013-09-07 00:00",0.02,"2013-10-31 00:00",0.02,"2013-11-30 00:00","","","","",0.03,0.02,0.02,0.01,0.01,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45805",1,44.95072,-93.09827,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45806",1,44.95072,-93.09827,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",34,0.05434,0.083009,0.31,"2013-06-03 00:00",0.29,"2013-08-08 00:00",0.29,"2013-08-20 00:00",0.25,"2013-07-15 00:00","","","","",0.31,0.29,0.29,0.16,0.05,0.01,0.01,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45807",1,44.95072,-93.09827,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.063774,0.092179,0.33,"2013-06-03 00:00",0.32,"2013-08-20 00:00",0.3,"2013-08-08 00:00",0.27,"2013-07-15 00:00","","","","",0.33,0.32,0.3,0.19,0.1,0.02,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45809",1,44.95072,-93.09827,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","45810",1,44.95072,-93.09827,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","46401",1,44.95072,-93.09827,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.076415,0.085262,0.5,"2013-05-28 00:00",0.4,"2013-03-05 00:00",0.2,"2013-04-10 00:00",0.2,"2013-06-03 00:00","","","","",0.5,0.4,0.2,0.2,0.05,0.05,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0868","68101",1,44.95072,-93.09827,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,100,60,61,0,16,"","","Certification not required",56,0.201695,0.173443,0.6,"2013-06-19 00:00",0.6,"2013-06-24 00:00",0.5,"2013-01-28 00:00",0.5,"2013-05-13 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.1,0.05,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68102",1,44.95072,-93.09827,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,100,60,61,0,16,"","","Certification not required",0,23.940678,0.607958,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68103",1,44.95072,-93.09827,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,100,60,61,0,16,"","","Certification not required",0,2.979661,13.056338,27.7,"2013-08-26 00:00",25.4,"2013-07-18 00:00",23,"2013-08-24 00:00",22.6,"2013-07-06 00:00","","","","",25.4,23,21.5,20.2,14.7,3.1,-15.4,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68104",1,44.95072,-93.09827,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,100,60,61,0,16,"","","Certification not required",0,13.275424,14.054041,38.8,"2013-08-26 00:00",37.1,"2013-05-14 00:00",35.4,"2013-07-18 00:00",35.2,"2013-08-24 00:00","","","","",37.1,35.4,34.4,31,26.2,12.8,-5.4,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68105",1,44.95072,-93.09827,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,100,60,61,0,16,"","","Certification not required",0,7.938136,13.268914,32.6,"2013-08-26 00:00",30.4,"2013-07-18 00:00",28.5,"2013-08-24 00:00",28.2,"2013-07-06 00:00","","","","",30.4,28.5,27.2,24.2,20.4,7.7,-10.5,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68106",1,44.95072,-93.09827,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,60,61,0,16,"","","Certification not required",0,735.711864,5.170762,749,"2013-11-12 00:00",746,"2013-12-06 00:00",745,"2013-06-03 00:00",745,"2013-06-06 00:00","","","","",746,745,744,742,740,736,729,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68107",1,44.95072,-93.09827,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,60,61,0,16,"","","Certification not required",0,742.033898,5.226383,758,"2013-11-12 00:00",756,"2013-11-24 00:00",754,"2013-12-06 00:00",751,"2013-05-01 00:00","","","","",756,754,751,749,746,742,735,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68108",1,44.95072,-93.09827,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,60,61,0,16,"","","Certification not required",0,739.008475,5.086425,755,"2013-11-12 00:00",750,"2013-12-06 00:00",748,"2013-10-28 00:00",747,"2013-01-22 00:00","","","","",750,748,747,746,743,739,733,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","68109",1,44.95072,-93.09827,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,100,60,61,0,16,"","","Certification not required",0,1439.754237,1.679115,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","81102",3,44.95072,-93.09827,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8124,93,338,365,0,428,"","","Certification not required",134,22.67676,13.990575,133,"2013-02-24 10:00",128,"2013-01-25 12:00",115,"2013-01-25 13:00",114,"2013-01-25 11:00","","","","",70,59,48,41,30,20,8,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","81102",3,44.95072,-93.09827,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",338,93,338,365,0,0,0,0,"Certification not required",0,22.183432,10.061624,67,"2013-05-14 00:00",58,"2013-02-25 00:00",52,"2013-01-05 00:00",52,"2013-01-25 00:00","","","","",52,48,41,37,27,21,11,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","88101",1,44.95072,-93.09827,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,95,116,122,0,16,0,0,"Certification not required",0,10.2,5.007362,25.9,"2013-02-24 00:00",25.4,"2013-03-08 00:00",22.8,"2013-06-30 00:00",21.6,"2013-03-29 00:00","","","","",25.4,22.8,18.7,17.1,13.6,9.7,5,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0868","88101",1,44.95072,-93.09827,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,95,116,122,0,16,"","","Certification not required",0,10.2,5.007362,25.9,"2013-02-24 00:00",25.4,"2013-03-08 00:00",22.8,"2013-06-30 00:00",21.6,"2013-03-29 00:00","","","","",25.4,22.8,18.7,17.1,13.6,9.7,5,"Ramsey Health Center","555 CEDAR STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","11101",1,44.95939,-93.03587,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,1,"","","Certification not required",0,27.615385,16.48666,76,"2013-08-20 00:00",70,"2013-05-16 00:00",64,"2013-08-26 00:00",53,"2013-04-28 00:00","","","","",76,70,64,48,35,25,9,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12101",1,44.95939,-93.03587,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",7,0.122596,0.109421,0.42,"2013-08-20 00:00",0.41,"2013-05-16 00:00",0.33,"2013-08-26 00:00",0.32,"2013-11-30 00:00","","","","",0.42,0.41,0.33,0.29,0.18,0.09,0.005,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12102",1,44.95939,-93.03587,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.000192,0.001387,0.01,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12103",1,44.95939,-93.03587,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12105",1,44.95939,-93.03587,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12107",1,44.95939,-93.03587,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",18,0.009173,0.00681,0.02,"2013-06-15 00:00",0.02,"2013-07-03 00:00",0.02,"2013-08-08 00:00",0.02,"2013-08-14 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0.0015,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12110",1,44.95939,-93.03587,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12112",1,44.95939,-93.03587,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.000192,0.001387,0.01,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12113",1,44.95939,-93.03587,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12114",1,44.95939,-93.03587,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.106346,0.106753,0.6,"2013-06-15 00:00",0.27,"2013-06-03 00:00",0.23,"2013-04-28 00:00",0.23,"2013-06-27 00:00","","","","",0.6,0.27,0.23,0.21,0.18,0.07,0.02,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12126",1,44.95939,-93.03587,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.429231,0.288484,1.38,"2013-08-20 00:00",1.02,"2013-08-26 00:00",1.01,"2013-05-16 00:00",0.9,"2013-08-14 00:00","","","","",1.38,1.02,1.01,0.82,0.59,0.41,0.13,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12132",1,44.95939,-93.03587,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.018077,0.016691,0.09,"2013-08-20 00:00",0.06,"2013-05-16 00:00",0.04,"2013-08-14 00:00",0.04,"2013-08-26 00:00","","","","",0.09,0.06,0.04,0.04,0.03,0.01,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12136",1,44.95939,-93.03587,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12154",1,44.95939,-93.03587,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","12167",1,44.95939,-93.03587,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,1,"","","Certification not required",31,0.017426,0.016792,0.08,"2013-08-20 00:00",0.06,"2013-08-08 00:00",0.05,"2013-07-03 00:00",0.05,"2013-09-19 00:00","","","","",0.08,0.06,0.05,0.04,0.02,0.00665,0.00665,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","14129",1,44.95939,-93.03587,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",52,96,52,54,0,1,0,0,"Certification not required",0,0.003462,0.004804,0.01,"2013-01-04 00:00",0.01,"2013-02-09 00:00",0.01,"2013-06-03 00:00",0.01,"2013-07-03 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","42153",1,44.95939,-93.03587,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.061538,0.429844,3.1,"2013-09-25 00:00",0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",3.1,0.1,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43205",1,44.95939,-93.03587,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,2.732692,1.554086,6.3,"2013-07-03 00:00",6.2,"2013-12-12 00:00",6,"2013-12-06 00:00",5.8,"2013-10-31 00:00","","","","",6.3,6.2,6,4.6,4,2.4,1.1,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43207",1,44.95939,-93.03587,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.148654,0.015215,0.17,"2013-05-28 00:00",0.17,"2013-06-03 00:00",0.17,"2013-08-02 00:00",0.17,"2013-09-01 00:00","","","","",0.17,0.17,0.17,0.17,0.16,0.15,0.14,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43208",1,44.95939,-93.03587,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43218",1,44.95939,-93.03587,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.167647,0.139163,0.69,"2013-10-13 00:00",0.5,"2013-10-07 00:00",0.48,"2013-08-02 00:00",0.41,"2013-08-08 00:00","","","","",0.69,0.5,0.48,0.36,0.23,0.12,0.04,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43231",1,44.95939,-93.03587,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.745098,0.535281,2.6,"2013-07-03 00:00",1.6,"2013-08-08 00:00",1.6,"2013-10-07 00:00",1.5,"2013-01-28 00:00","","","","",2.6,1.6,1.6,1.5,1.1,0.6,0.2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43232",1,44.95939,-93.03587,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",4,0.369231,0.238491,0.9,"2013-07-03 00:00",0.8,"2013-08-08 00:00",0.8,"2013-10-07 00:00",0.8,"2013-10-13 00:00","","","","",0.9,0.8,0.8,0.7,0.6,0.3,0.1,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43248",1,44.95939,-93.03587,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",23,0.170192,0.14289,0.6,"2013-10-13 00:00",0.5,"2013-07-03 00:00",0.5,"2013-10-07 00:00",0.4,"2013-01-28 00:00","","","","",0.6,0.5,0.5,0.3,0.3,0.1,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43302",1,44.95939,-93.03587,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",19,14.1375,19.25898,68.6,"2013-11-06 00:00",67.2,"2013-08-26 00:00",64.7,"2013-03-29 00:00",57.9,"2013-04-04 00:00","","","","",68.6,67.2,64.7,36.4,21.2,6.3,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43312",1,44.95939,-93.03587,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",35,0.145918,0.188425,0.8,"2013-11-06 00:00",0.7,"2013-03-11 00:00",0.6,"2013-08-08 00:00",0.5,"2013-12-18 00:00","","","","",0.8,0.8,0.6,0.4,0.1,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43372",1,44.95939,-93.03587,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43447",1,44.95939,-93.03587,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",0,0.75,0.849029,4.9,"2013-07-03 00:00",3.1,"2013-06-15 00:00",2,"2013-09-07 00:00",1.7,"2013-07-09 00:00","","","","",4.9,4.9,2,1.7,0.9,0.6,0.2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43502",1,44.95939,-93.03587,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.753704,0.903393,4.3,"2013-08-26 00:00",4,"2013-09-07 00:00",3.8,"2013-07-03 00:00",3.4,"2013-07-15 00:00","","","","",4.3,4,3.8,3.1,2.2,1.5,0.8,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43503",1,44.95939,-93.03587,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.301852,0.51193,3.1,"2013-01-04 00:00",2.3,"2013-07-03 00:00",2.2,"2013-09-07 00:00",2,"2013-03-29 00:00","","","","",3.1,2.3,2.2,1.9,1.6,1.2,0.7,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43504",1,44.95939,-93.03587,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.283333,0.134234,0.5,"2013-06-03 00:00",0.5,"2013-06-27 00:00",0.5,"2013-07-03 00:00",0.5,"2013-08-20 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.1,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43510",1,44.95939,-93.03587,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,0.176148,0.110383,0.532,"2013-01-28 00:00",0.484,"2013-01-04 00:00",0.416,"2013-06-03 00:00",0.34,"2013-03-29 00:00","","","","",0.532,0.484,0.416,0.312,0.216,0.168,0.06,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43516",1,44.95939,-93.03587,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43551",1,44.95939,-93.03587,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.561111,1.251326,7.2,"2013-06-03 00:00",6.5,"2013-05-16 00:00",6.1,"2013-10-01 00:00",5.9,"2013-07-03 00:00","","","","",7.2,6.5,6.1,5.2,4.2,3.3,2.2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43552",1,44.95939,-93.03587,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",13,0.366304,0.467149,2.4,"2013-07-03 00:00",1.7,"2013-09-25 00:00",1.2,"2013-10-01 00:00",0.9,"2013-06-15 00:00","","","","",2.4,2.4,1.2,0.9,0.5,0.2,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43559",1,44.95939,-93.03587,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",49,0.060577,0.044652,0.3,"2013-07-03 00:00",0.2,"2013-06-21 00:00",0.2,"2013-07-15 00:00",0.05,"2013-01-04 00:00","","","","",0.3,0.2,0.2,0.05,0.05,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43801",1,44.95939,-93.03587,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.4886,0.137321,0.76,"2013-08-26 00:00",0.63,"2013-08-02 00:00",0.63,"2013-09-01 00:00",0.62,"2013-06-27 00:00","","","","",0.76,0.76,0.63,0.61,0.55,0.51,0.43,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43802",1,44.95939,-93.03587,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.082115,0.029989,0.18,"2013-06-15 00:00",0.14,"2013-07-03 00:00",0.12,"2013-10-31 00:00",0.11,"2013-05-28 00:00","","","","",0.18,0.14,0.12,0.11,0.1,0.08,0.06,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43803",1,44.95939,-93.03587,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.02,0.008856,0.04,"2013-06-03 00:00",0.04,"2013-07-03 00:00",0.04,"2013-08-02 00:00",0.04,"2013-08-08 00:00","","","","",0.04,0.04,0.04,0.04,0.02,0.02,0.01,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43804",1,44.95939,-93.03587,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43806",1,44.95939,-93.03587,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43811",1,44.95939,-93.03587,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",1,0.221346,0.056431,0.3,"2013-01-28 00:00",0.3,"2013-05-16 00:00",0.3,"2013-05-28 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43812",1,44.95939,-93.03587,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43813",1,44.95939,-93.03587,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43814",1,44.95939,-93.03587,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.009038,0.005691,0.04,"2013-07-03 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.04,0.01,0.01,0.01,0.01,0.01,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43815",1,44.95939,-93.03587,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.024808,0.0098,0.04,"2013-01-28 00:00",0.04,"2013-04-28 00:00",0.04,"2013-05-16 00:00",0.04,"2013-05-28 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.03,0.01,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43817",1,44.95939,-93.03587,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.016731,0.015304,0.05,"2013-06-03 00:00",0.05,"2013-08-08 00:00",0.05,"2013-10-01 00:00",0.04,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.04,0.03,0.01,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43818",1,44.95939,-93.03587,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43819",1,44.95939,-93.03587,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.008654,0.003446,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43820",1,44.95939,-93.03587,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43823",1,44.95939,-93.03587,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.525,0.061469,0.69,"2013-10-31 00:00",0.67,"2013-08-26 00:00",0.65,"2013-10-13 00:00",0.62,"2013-12-24 00:00","","","","",0.69,0.67,0.65,0.6,0.56,0.51,0.47,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43824",1,44.95939,-93.03587,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.015,0.016745,0.06,"2013-12-12 00:00",0.05,"2013-10-25 00:00",0.05,"2013-10-31 00:00",0.04,"2013-01-04 00:00","","","","",0.06,0.05,0.05,0.04,0.03,0.01,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43826",1,44.95939,-93.03587,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43828",1,44.95939,-93.03587,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43829",1,44.95939,-93.03587,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43830",1,44.95939,-93.03587,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43831",1,44.95939,-93.03587,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43832",1,44.95939,-93.03587,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43838",1,44.95939,-93.03587,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.005865,0.00624,0.05,"2013-10-13 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00","","","","",0.05,0.005,0.005,0.005,0.005,0.005,0.005,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43839",1,44.95939,-93.03587,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43843",1,44.95939,-93.03587,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43844",1,44.95939,-93.03587,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","43860",1,44.95939,-93.03587,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.003725,0.005277,0.02,"2013-12-24 00:00",0.01,"2013-01-04 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-21 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45109",1,44.95939,-93.03587,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.8378,0.746377,2.62,"2013-09-13 00:00",2.5,"2013-07-03 00:00",2.38,"2013-10-07 00:00",2.37,"2013-10-13 00:00","","","","",2.62,2.62,2.38,2.29,1.12,0.58,0.22,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45201",1,44.95939,-93.03587,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.984423,0.435379,2.01,"2013-10-13 00:00",1.99,"2013-01-28 00:00",1.84,"2013-07-03 00:00",1.69,"2013-08-02 00:00","","","","",2.01,1.99,1.84,1.6,1.35,0.84,0.54,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45202",1,44.95939,-93.03587,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,1.848824,1.222312,5.11,"2013-07-03 00:00",4.58,"2013-08-02 00:00",4.49,"2013-08-08 00:00",4.21,"2013-10-07 00:00","","","","",5.11,4.58,4.49,3.96,2.35,1.44,0.68,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45203",1,44.95939,-93.03587,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.233529,0.192964,0.7,"2013-07-03 00:00",0.66,"2013-08-02 00:00",0.62,"2013-08-08 00:00",0.6,"2013-10-13 00:00","","","","",0.7,0.66,0.62,0.58,0.34,0.15,0.06,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45204",1,44.95939,-93.03587,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.321373,0.275855,0.94,"2013-07-03 00:00",0.88,"2013-08-08 00:00",0.88,"2013-10-07 00:00",0.87,"2013-08-02 00:00","","","","",0.94,0.88,0.88,0.83,0.46,0.22,0.07,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45207",1,44.95939,-93.03587,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",18,0.078654,0.077764,0.28,"2013-10-01 00:00",0.26,"2013-08-08 00:00",0.24,"2013-07-03 00:00",0.23,"2013-08-02 00:00","","","","",0.28,0.26,0.24,0.21,0.13,0.05,0.01,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45208",1,44.95939,-93.03587,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",9,0.265686,0.271884,0.93,"2013-07-03 00:00",0.92,"2013-08-08 00:00",0.84,"2013-10-07 00:00",0.8,"2013-10-01 00:00","","","","",0.93,0.92,0.84,0.76,0.38,0.18,0.01,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45220",1,44.95939,-93.03587,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.107647,0.35579,2.45,"2013-06-27 00:00",0.71,"2013-09-25 00:00",0.42,"2013-09-13 00:00",0.19,"2013-06-15 00:00","","","","",2.45,0.71,0.42,0.19,0.09,0.02,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45228",1,44.95939,-93.03587,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.1485,0,0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45501",1,44.95939,-93.03587,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",35,0.089815,0.067558,0.3,"2013-06-15 00:00",0.3,"2013-06-27 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45801",1,44.95939,-93.03587,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.00549,0.007827,0.03,"2013-10-13 00:00",0.03,"2013-10-31 00:00",0.02,"2013-08-02 00:00",0.02,"2013-08-08 00:00","","","","",0.03,0.03,0.02,0.01,0.01,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45805",1,44.95939,-93.03587,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45806",1,44.95939,-93.03587,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",50,0.010769,0.003884,0.03,"2013-06-27 00:00",0.03,"2013-08-08 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00","","","","",0.03,0.03,0.01,0.01,0.01,0.01,0.01,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45807",1,44.95939,-93.03587,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.002885,0.008245,0.04,"2013-07-03 00:00",0.03,"2013-06-27 00:00",0.03,"2013-08-08 00:00",0.01,"2013-06-15 00:00","","","","",0.04,0.03,0.03,0.01,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45809",1,44.95939,-93.03587,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","45810",1,44.95939,-93.03587,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","46401",1,44.95939,-93.03587,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.050962,0.006934,0.1,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","123","0871","68101",1,44.95939,-93.03587,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,100,60,61,0,6,"","","Certification not required",96,0.076667,0.061812,0.3,"2013-01-25 00:00",0.3,"2013-02-16 00:00",0.3,"2013-04-25 00:00",0.3,"2013-04-28 00:00","","","","",0.3,0.3,0.2,0.2,0.05,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68101",2,44.95939,-93.03587,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",29,48,29,61,0,0,"","","Certification not required",25,0.067241,0.04682,0.2,"2013-01-16 00:00",0.2,"2013-03-05 00:00",0.2,"2013-04-22 00:00",0.1,"2013-10-31 00:00","","","","",0.2,0.2,0.2,0.2,0.05,0.05,0.05,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68102",1,44.95939,-93.03587,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,100,60,61,0,6,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68102",2,44.95939,-93.03587,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",29,48,29,61,0,0,"","","Certification not required",1,23.310345,3.713907,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-21 00:00","","","","",24,24,24,24,24,24,24,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68103",1,44.95939,-93.03587,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,6,"","","Certification not required",0,1.2125,13.051434,25.5,"2013-08-26 00:00",24.2,"2013-07-18 00:00",22,"2013-07-06 00:00",20.9,"2013-08-29 00:00","","","","",24.2,22,20.4,17,12.8,0.6,-16.1,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68103",2,44.95939,-93.03587,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.603448,11.605555,20.9,"2013-08-20 00:00",20.4,"2013-07-15 00:00",15,"2013-09-01 00:00",14.3,"2013-07-03 00:00","","","","",20.9,20.9,20.4,15,11.4,0.5,-14.3,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68104",1,44.95939,-93.03587,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,6,"","","Certification not required",0,12.0225,13.970644,36.3,"2013-08-26 00:00",35.4,"2013-07-18 00:00",34.5,"2013-08-29 00:00",34.3,"2013-09-07 00:00","","","","",35.4,34.5,32.6,30.2,25.4,11.1,-5.9,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68104",2,44.95939,-93.03587,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,0,"","","Certification not required",0,11.410345,12.706926,32.9,"2013-08-20 00:00",32.6,"2013-07-15 00:00",30.6,"2013-07-03 00:00",29.1,"2013-05-16 00:00","","","","",32.9,32.9,32.6,30.6,22.6,9.8,-1.9,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68105",1,44.95939,-93.03587,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,6,"","","Certification not required",0,6.524167,13.300294,30.2,"2013-08-26 00:00",30.1,"2013-07-18 00:00",27.2,"2013-08-29 00:00",27.1,"2013-07-06 00:00","","","","",30.1,27.2,26.5,23.4,19.2,5.1,-11.2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68105",2,44.95939,-93.03587,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,0,"","","Certification not required",0,6.5,11.970052,26.9,"2013-07-15 00:00",26.3,"2013-08-20 00:00",23.4,"2013-07-03 00:00",22,"2013-05-16 00:00","","","","",26.9,26.9,26.3,23.4,15.7,4.5,-7.1,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68106",1,44.95939,-93.03587,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,6,"","","Certification not required",0,731.916667,4.751971,745,"2013-11-12 00:00",742,"2013-12-06 00:00",741,"2013-09-16 00:00",740,"2013-01-22 00:00","","","","",742,741,740,738,735,732,725,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68106",2,44.95939,-93.03587,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,0,"","","Certification not required",0,732.928571,5.649835,746,"2013-11-12 00:00",743,"2013-12-06 00:00",740,"2013-07-15 00:00",738,"2013-09-13 00:00","","","","",746,746,743,740,737,734,725,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68107",1,44.95939,-93.03587,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,6,"","","Certification not required",0,738.175,4.935998,754,"2013-11-12 00:00",752,"2013-11-24 00:00",750,"2013-12-06 00:00",748,"2013-05-01 00:00","","","","",752,750,746,744,741,738,733,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68107",2,44.95939,-93.03587,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,0,"","","Certification not required",0,739.535714,6.489206,755,"2013-11-12 00:00",753,"2013-11-24 00:00",751,"2013-12-06 00:00",747,"2013-02-21 00:00","","","","",755,755,753,751,743,739,732,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68108",1,44.95939,-93.03587,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,6,"","","Certification not required",0,735.133333,4.754358,751,"2013-11-12 00:00",746,"2013-12-06 00:00",744,"2013-10-13 00:00",744,"2013-10-28 00:00","","","","",746,744,743,741,738,735,729,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68108",2,44.95939,-93.03587,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,0,"","","Certification not required",0,736.142857,6.108369,752,"2013-11-12 00:00",747,"2013-12-06 00:00",744,"2013-11-24 00:00",743,"2013-02-21 00:00","","","","",752,752,747,744,740,736,729,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68109",1,44.95939,-93.03587,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,100,60,61,0,6,"","","Certification not required",0,1439.933333,0.25049,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","68109",2,44.95939,-93.03587,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,48,29,61,0,0,"","","Certification not required",0,1439.724138,0.454859,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",1,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,119,122,0,6,0,0,"Certification not required",0,9.055,4.931938,24.1,"2013-02-24 00:00",21.8,"2013-03-08 00:00",21.5,"2013-01-01 00:00",21.1,"2013-06-30 00:00","","","","",21.8,21.5,18.5,16.8,11.8,8.1,3.9,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",1,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,119,122,0,6,"","","Certification not required",0,9.055,4.931938,24.1,"2013-02-24 00:00",21.8,"2013-03-08 00:00",21.5,"2013-01-01 00:00",21.1,"2013-06-30 00:00","","","","",21.8,21.5,18.5,16.8,11.8,8.1,3.9,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",2,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,0,0,0,"Certification not required",0,7.803448,4.583393,18.5,"2013-08-20 00:00",16.7,"2013-03-29 00:00",15.2,"2013-07-15 00:00",14.4,"2013-01-28 00:00","","","","",18.5,18.5,16.7,15.2,10.7,6.3,3.3,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",2,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,0,"","","Certification not required",0,7.803448,4.583393,18.5,"2013-08-20 00:00",16.7,"2013-03-29 00:00",15.2,"2013-07-15 00:00",14.4,"2013-01-28 00:00","","","","",18.5,18.5,16.7,15.2,10.7,6.3,3.3,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",3,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8685,99,365,365,0,71,"","","Certification not required",0,7.465976,6.94173,63,"2013-08-03 21:00",51,"2013-02-25 22:00",51,"2013-02-25 23:00",48,"2013-02-25 21:00","","","","",32,26,21,17,11,6,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",3,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,7.426027,5.300229,34.7,"2013-02-25 00:00",30.7,"2013-07-11 00:00",29.4,"2013-01-05 00:00",22.9,"2013-01-02 00:00","","","","",22.9,20.8,16.6,14.7,10.3,6.2,2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",3,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,7.426027,5.300229,34.7,"2013-02-25 00:00",30.7,"2013-07-11 00:00",29.4,"2013-01-05 00:00",22.9,"2013-01-02 00:00","","","","",22.9,20.8,16.6,14.7,10.3,6.2,2,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",4,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8571,98,363,365,0,185,"","","Certification not required",0,6.845292,6.870878,59,"2013-08-03 21:00",49,"2013-02-25 22:00",49,"2013-07-04 21:00",48,"2013-02-24 10:00","","","","",31,26,20,16,10,5,0,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",4,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,6.809749,5.200106,33.8,"2013-02-25 00:00",29.9,"2013-07-11 00:00",28.6,"2013-01-05 00:00",22.5,"2013-02-24 00:00","","","","",22.5,20.8,16.6,13.8,9.6,5.5,1.6,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","123","0871","88101",4,44.95939,-93.03587,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,6.809749,5.200106,33.8,"2013-02-25 00:00",29.9,"2013-07-11 00:00",28.6,"2013-01-05 00:00",22.5,"2013-02-24 00:00","","","","",22.5,20.8,16.6,13.8,9.6,5.5,1.6,"HARDING SENIOR HIGH SCHOOL","1540 EAST 6TH STREET","Minnesota","Ramsey","St. Paul","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","133","9000","85101",1,43.71579,-96.191613,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,12.912727,9.664406,51.0974,"2013-05-13 00:00",40.6463,"2013-05-16 00:00",30.3333,"2013-02-24 00:00",27.3385,"2013-03-29 00:00","","","","",51.0974,51.0974,30.3333,26.4461,15.3724,9.8768,4.9098,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","86502",1,43.71579,-96.191613,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,5.3125,7.36916,44,"2013-05-13 00:00",27,"2013-05-16 00:00",15,"2013-04-28 00:00",15,"2013-05-10 00:00","","","","",44,44,15,11,5,4,1,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88103",1,43.71579,-96.191613,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,6.3e-05,0.000245,0.001,"2013-01-28 00:00",0.001,"2013-05-07 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88104",1,43.71579,-96.191613,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.027021,0.033838,0.167,"2013-05-13 00:00",0.1272,"2013-04-28 00:00",0.126,"2013-05-16 00:00",0.0841,"2013-05-10 00:00","","","","",0.167,0.167,0.126,0.069,0.029,0.015,0.0069,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88109",1,43.71579,-96.191613,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.002652,0.002484,0.0136,"2013-02-24 00:00",0.0113,"2013-01-31 00:00",0.0066,"2013-03-29 00:00",0.0064,"2013-03-08 00:00","","","","",0.0136,0.0136,0.0066,0.0048,0.003,0.0021,0.0006,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88111",1,43.71579,-96.191613,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.038183,0.045384,0.264,"2013-05-16 00:00",0.1671,"2013-05-13 00:00",0.1248,"2013-05-10 00:00",0.094,"2013-04-28 00:00","","","","",0.264,0.264,0.1248,0.0852,0.0412,0.025,0.0089,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88112",1,43.71579,-96.191613,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-01-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88114",1,43.71579,-96.191613,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",17,0.000341,0.000251,0.001,"2013-01-07 00:00",0.001,"2013-03-08 00:00",0.001,"2013-03-29 00:00",0.0008,"2013-01-10 00:00","","","","",0.001,0.001,0.001,0.0007,0.0005,0.0003,0.0001,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88115",1,43.71579,-96.191613,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.005703,0.020829,0.1442,"2013-01-13 00:00",0.019,"2013-02-24 00:00",0.0188,"2013-05-16 00:00",0.0127,"2013-03-08 00:00","","","","",0.1442,0.1442,0.0188,0.0084,0.0031,0.0016,0.00015,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88126",1,43.71579,-96.191613,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.024248,0.026254,0.1286,"2013-05-13 00:00",0.1239,"2013-05-16 00:00",0.0864,"2013-04-28 00:00",0.0625,"2013-05-10 00:00","","","","",0.1286,0.1286,0.0864,0.0449,0.0251,0.018,0.0064,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88128",1,43.71579,-96.191613,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001292,0.001091,0.005,"2013-02-24 00:00",0.005,"2013-03-29 00:00",0.003,"2013-01-10 00:00",0.003,"2013-03-08 00:00","","","","",0.005,0.005,0.003,0.002,0.002,0.001,0,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88132",1,43.71579,-96.191613,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001292,0.001515,0.009,"2013-05-13 00:00",0.006,"2013-05-16 00:00",0.003,"2013-04-28 00:00",0.003,"2013-05-10 00:00","","","","",0.009,0.009,0.003,0.002,0.001,0.001,0,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88136",1,43.71579,-96.191613,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88140",1,43.71579,-96.191613,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.013528,0.018669,0.0776,"2013-01-31 00:00",0.072,"2013-05-13 00:00",0.0689,"2013-05-16 00:00",0.0515,"2013-01-13 00:00","","","","",0.0776,0.0776,0.0689,0.041,0.0155,0.0065,0.00105,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88152",1,43.71579,-96.191613,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",26,0.001015,0.00155,0.0063,"2013-02-24 00:00",0.0057,"2013-03-08 00:00",0.0046,"2013-05-07 00:00",0.0042,"2013-03-02 00:00","","","","",0.0063,0.0063,0.0046,0.0038,0.0013,0.00015,0.0001,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88154",1,43.71579,-96.191613,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",19,0.000458,0.000608,0.0028,"2013-05-16 00:00",0.0022,"2013-05-07 00:00",0.002,"2013-04-28 00:00",0.0018,"2013-05-19 00:00","","","","",0.0028,0.0028,0.002,0.0012,0.0005,0.0002,0.0001,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88161",1,43.71579,-96.191613,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.001548,0.001733,0.0075,"2013-05-13 00:00",0.0072,"2013-04-28 00:00",0.0072,"2013-05-16 00:00",0.0046,"2013-05-10 00:00","","","","",0.0075,0.0075,0.0072,0.0035,0.0018,0.001,0.0002,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88164",1,43.71579,-96.191613,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.000113,9.4e-05,0.0004,"2013-05-13 00:00",0.0004,"2013-05-16 00:00",0.0004,"2013-05-19 00:00",0.0003,"2013-04-28 00:00","","","","",0.0004,0.0004,0.0004,0.0002,0.0001,0.0001,5e-05,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88165",1,43.71579,-96.191613,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.070944,0.098087,0.4457,"2013-05-13 00:00",0.437,"2013-05-16 00:00",0.3447,"2013-04-28 00:00",0.2369,"2013-05-10 00:00","","","","",0.4457,0.4457,0.3447,0.153,0.0744,0.0435,0.01,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88167",1,43.71579,-96.191613,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.004406,0.003146,0.0148,"2013-02-24 00:00",0.011,"2013-01-10 00:00",0.0109,"2013-01-22 00:00",0.0104,"2013-03-29 00:00","","","","",0.0148,0.0148,0.0109,0.0091,0.0056,0.0036,0.0011,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88168",1,43.71579,-96.191613,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",19,0.000281,0.000199,0.0007,"2013-01-22 00:00",0.0007,"2013-04-04 00:00",0.0007,"2013-05-16 00:00",0.0006,"2013-01-19 00:00","","","","",0.0007,0.0007,0.0007,0.0006,0.0004,0.0002,0.0001,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88169",1,43.71579,-96.191613,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.411838,0.251436,1.2255,"2013-02-24 00:00",1.1396,"2013-02-09 00:00",0.9429,"2013-03-08 00:00",0.7074,"2013-01-01 00:00","","","","",1.2255,1.2255,0.9429,0.6993,0.5373,0.4121,0.1486,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88176",1,43.71579,-96.191613,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",41,0.00018,7.9e-05,0.0005,"2013-01-28 00:00",0.0004,"2013-01-04 00:00",0.0004,"2013-05-04 00:00",0.0003,"2013-02-09 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88180",1,43.71579,-96.191613,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.032581,0.035379,0.2506,"2013-05-16 00:00",0.0748,"2013-04-28 00:00",0.0625,"2013-05-13 00:00",0.0531,"2013-03-29 00:00","","","","",0.2506,0.2506,0.0625,0.0491,0.0384,0.0257,0.0111,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88184",1,43.71579,-96.191613,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",8,0.02386,0.036809,0.22,"2013-01-13 00:00",0.116,"2013-01-31 00:00",0.0893,"2013-02-15 00:00",0.05,"2013-01-22 00:00","","","","",0.22,0.22,0.0893,0.0479,0.0302,0.0121,0.00185,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88185",1,43.71579,-96.191613,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000716,0.000326,0.0015,"2013-04-07 00:00",0.0015,"2013-05-13 00:00",0.0015,"2013-05-25 00:00",0.0015,"2013-05-31 00:00","","","","",0.0015,0.0015,0.0015,0.0014,0.00065,0.00065,0.0004,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88203",1,43.71579,-96.191613,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.052542,0.060523,0.4028,"2013-01-13 00:00",0.1365,"2013-02-24 00:00",0.1287,"2013-02-15 00:00",0.1078,"2013-01-31 00:00","","","","",0.4028,0.4028,0.1287,0.1063,0.0676,0.0354,0.0119,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88203",2,43.71579,-96.191613,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.052715,0.062359,0.4152,"2013-01-13 00:00",0.1374,"2013-02-24 00:00",0.1318,"2013-02-15 00:00",0.108,"2013-01-31 00:00","","","","",0.4152,0.4152,0.1318,0.1063,0.0651,0.038,0.0109,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88306",1,43.71579,-96.191613,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.436831,2.26627,9.6001,"2013-02-24 00:00",9.5163,"2013-03-08 00:00",6.8573,"2013-03-29 00:00",6.3041,"2013-02-09 00:00","","","","",9.6001,9.6001,6.8573,5.5424,3.807,1.3692,0.5772,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88306",2,43.71579,-96.191613,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.492108,2.324522,9.9392,"2013-02-24 00:00",9.7639,"2013-03-08 00:00",6.9149,"2013-03-29 00:00",6.5,"2013-02-09 00:00","","","","",9.9392,9.9392,6.9149,5.637,4.004,1.4291,0.5955,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88320",1,43.71579,-96.191613,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.666458,0.640015,4.32,"2013-05-16 00:00",1.51,"2013-04-28 00:00",1.49,"2013-03-29 00:00",1.39,"2013-05-07 00:00","","","","",4.32,4.32,1.49,1.14,0.81,0.55,0.22,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88321",1,43.71579,-96.191613,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.159583,0.107702,0.63,"2013-05-16 00:00",0.34,"2013-03-14 00:00",0.31,"2013-01-07 00:00",0.31,"2013-05-07 00:00","","","","",0.63,0.63,0.31,0.3,0.22,0.14,0.04,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88324",1,43.71579,-96.191613,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",43,0.026085,0.033275,0.2436,"2013-05-16 00:00",0.058,"2013-02-24 00:00",0.0451,"2013-05-07 00:00",0.03,"2013-04-28 00:00","","","","",0.2436,0.2436,0.0451,0.0294,0.02815,0.02185,0.0117,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88325",1,43.71579,-96.191613,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.144045,0.151081,1.0467,"2013-05-16 00:00",0.3177,"2013-03-29 00:00",0.3032,"2013-04-28 00:00",0.239,"2013-05-07 00:00","","","","",1.0467,1.0467,0.3032,0.229,0.18,0.111,0.0309,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88326",1,43.71579,-96.191613,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.166115,0.22445,1.5526,"2013-05-16 00:00",0.4215,"2013-05-13 00:00",0.3406,"2013-04-28 00:00",0.3329,"2013-05-07 00:00","","","","",1.5526,1.5526,0.3406,0.3223,0.172,0.121,0.03645,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88327",1,43.71579,-96.191613,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.13649,0.122891,0.786,"2013-05-16 00:00",0.3493,"2013-03-29 00:00",0.3273,"2013-01-10 00:00",0.3152,"2013-04-28 00:00","","","","",0.786,0.786,0.3273,0.2934,0.157,0.1077,0.0464,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88328",1,43.71579,-96.191613,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.205806,0.135565,0.6894,"2013-05-16 00:00",0.5207,"2013-04-28 00:00",0.4932,"2013-03-29 00:00",0.4781,"2013-05-07 00:00","","","","",0.6894,0.6894,0.4932,0.4129,0.2416,0.1722,0.0751,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88329",1,43.71579,-96.191613,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.316325,0.217085,1.2148,"2013-05-16 00:00",0.7292,"2013-04-28 00:00",0.7259,"2013-05-07 00:00",0.6608,"2013-03-29 00:00","","","","",1.2148,1.2148,0.7259,0.6316,0.4024,0.2661,0.0997,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88330",1,43.71579,-96.191613,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.048147,0.028586,0.1357,"2013-05-25 00:00",0.1214,"2013-03-14 00:00",0.0994,"2013-05-19 00:00",0.0993,"2013-05-16 00:00","","","","",0.1357,0.1357,0.0994,0.088,0.0619,0.0418,0.0168,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88331",1,43.71579,-96.191613,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",20,0.00027,0.000909,0.005,"2013-05-16 00:00",0.0035,"2013-03-14 00:00",0.002,"2013-05-01 00:00",0.001,"2013-05-07 00:00","","","","",0.005,0.005,0.002,0.0001,0.0001,5e-05,0,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88338",1,43.71579,-96.191613,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",43,0.019304,0.011959,0.0597,"2013-02-03 00:00",0.0544,"2013-01-13 00:00",0.0516,"2013-05-25 00:00",0.0496,"2013-02-12 00:00","","","","",0.0597,0.0597,0.0516,0.0427,0.0235,0.0154,0.01115,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88338",2,43.71579,-96.191613,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.022744,0.021423,0.1286,"2013-04-04 00:00",0.0994,"2013-02-18 00:00",0.0583,"2013-01-28 00:00",0.0445,"2013-01-04 00:00","","","","",0.1286,0.1286,0.0583,0.0366,0.02475,0.0166,0.0115,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88339",1,43.71579,-96.191613,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.698824,1.037186,5.05527,"2013-02-24 00:00",4.70064,"2013-02-09 00:00",3.88946,"2013-03-08 00:00",2.91807,"2013-01-01 00:00","","","","",5.05527,5.05527,3.88946,2.88465,2.2164,1.7,0.61277,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88339",2,43.71579,-96.191613,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.698824,1.037186,5.05527,"2013-02-24 00:00",4.70064,"2013-02-09 00:00",3.88946,"2013-03-08 00:00",2.91807,"2013-01-01 00:00","","","","",5.05527,5.05527,3.88946,2.88465,2.2164,1.7,0.61277,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88344",1,43.71579,-96.191613,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,3.143492,2.923492,12.3841,"2013-02-24 00:00",12.276,"2013-03-08 00:00",8.8459,"2013-03-29 00:00",8.1323,"2013-02-09 00:00","","","","",12.3841,12.3841,8.8459,7.1497,4.911,1.7663,0.7446,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88344",2,43.71579,-96.191613,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,3.214775,2.998674,12.8216,"2013-02-24 00:00",12.5954,"2013-03-08 00:00",8.9202,"2013-03-29 00:00",8.3855,"2013-02-09 00:00","","","","",12.8216,12.8216,8.9202,7.2722,5.1645,1.8435,0.7682,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88348",1,43.71579,-96.191613,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.359946,0.452347,2.1093,"2013-05-16 00:00",2.0751,"2013-05-13 00:00",1.5143,"2013-04-28 00:00",1.1382,"2013-05-10 00:00","","","","",2.1093,2.1093,1.5143,0.7165,0.3623,0.227,0.0752,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88350",1,43.71579,-96.191613,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.199502,1.151295,7.7729,"2013-05-16 00:00",2.7178,"2013-04-28 00:00",2.6908,"2013-03-29 00:00",2.4993,"2013-05-07 00:00","","","","",7.7729,7.7729,2.6908,2.0592,1.4503,0.981,0.3989,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88403",1,43.71579,-96.191613,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.267015,0.882407,4.4934,"2013-02-24 00:00",3.7378,"2013-02-09 00:00",3.4257,"2013-03-08 00:00",2.2372,"2013-01-01 00:00","","","","",4.4934,4.4934,3.4257,2.2024,1.6053,1.172,0.4133,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88403",2,43.71579,-96.191613,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.298621,0.911941,4.6435,"2013-02-24 00:00",3.9282,"2013-02-09 00:00",3.5073,"2013-03-08 00:00",2.2469,"2013-04-07 00:00","","","","",4.6435,4.6435,3.5073,2.244,1.6216,1.2179,0.4264,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","133","9000","88502",1,43.71579,-96.191613,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,7.091667,5.108309,25.2,"2013-02-24 00:00",22,"2013-03-08 00:00",16.4,"2013-02-09 00:00",15.9,"2013-03-29 00:00","","","","",25.2,25.2,16.4,14.8,9.5,5.6,2.4,"","Blue Mounds","Minnesota","Rock","","","2014-01-28" +"27","137","0018","42101",1,46.78362,-92.10251,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8539,97,356,365,0,221,0,0,"Certification not required",8228,0.267127,0.150634,8.7,"2013-11-16 15:00",4.6,"2013-11-16 13:00",3.9,"2013-11-16 12:00",3.8,"2013-07-25 06:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"Torrey Building","314 W. Superior St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-01-31" +"27","137","0018","42101",1,46.78362,-92.10251,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8540,97,353,365,0,0,0,0,"Certification not required",0,0.311288,0.085328,3,"2013-11-16 16:00",3,"2013-11-16 17:00",2.9,"2013-11-16 15:00",2.9,"2013-11-16 18:00",3,"2013-11-16 16:00",1.5,"2013-11-16 13:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"Torrey Building","314 W. Superior St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-01-31" +"27","137","0032","81102",1,46.75154,-92.14127,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",1,22.542373,12.612695,65,"2013-04-28 00:00",57,"2013-10-25 00:00",56,"2013-08-20 00:00",55,"2013-03-29 00:00","","","","",65,57,56,40,26,21,10,"Oneota Street","37th Ave W. & Oneota St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","0032","81102",2,46.75154,-92.14127,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,24.232143,13.271968,65,"2013-04-28 00:00",59,"2013-03-29 00:00",59,"2013-10-25 00:00",57,"2013-08-20 00:00","","","","",65,59,59,46,28,23,12,"Oneota Street","37th Ave W. & Oneota St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","0034","44201",1,48.413333,-92.830556,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8694,100,213,214,0,66,0,0,"Certification not required",4,0.039887,0.010258,0.066,"2013-06-25 15:00",0.065,"2013-07-12 20:00",0.063,"2013-03-30 14:00",0.063,"2013-08-24 22:00","","","","",0.063,0.06,0.057,0.054,0.048,0.044,0.037,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","44201",1,48.413333,-92.830556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,100,213,214,0,0,0,0,"Certification not required",0,0.036648,0.010138,0.06,"2013-03-30 08:00",0.058,"2013-03-29 06:00",0.058,"2013-07-12 14:00",0.057,"2013-07-04 14:00","","","","",0.058,0.057,0.056,0.051,0.046,0.041,0.035,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","44201",1,48.413333,-92.830556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,100,213,214,0,0,0,0,"Certification not required",0,0.036648,0.010138,0.06,"2013-03-30 08:00",0.058,"2013-03-29 06:00",0.058,"2013-07-12 14:00",0.057,"2013-07-04 14:00","","","","",0.058,0.057,0.056,0.051,0.046,0.041,0.035,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","61101",1,48.413333,-92.830556,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8386,96,348,365,0,374,"","","Certification not required",0,5.053959,2.057057,14.2,"2013-04-30 10:00",14,"2013-05-14 13:00",13.2,"2013-11-19 23:00",13,"2013-11-20 00:00","","","","",10.9,10.1,8.9,8,6.2,4.7,2.7,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","61103",1,48.413333,-92.830556,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8384,96,348,365,0,376,"","","Certification not required",0,4.793893,2.057928,13.8,"2013-04-30 10:00",13.6,"2013-05-14 13:00",13,"2013-11-19 23:00",12.8,"2013-11-20 00:00","","","","",10.7,9.9,8.7,7.6,6,4.5,2.5,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","61104",1,48.413333,-92.830556,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8384,96,348,365,0,376,"","","Certification not required",0,192.260735,103.084575,360,"2013-02-27 02:00",360,"2013-03-12 05:00",360,"2013-05-02 08:00",360,"2013-05-08 18:00","","","","",356,353,343,326,281,201,37,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","61106",1,48.413333,-92.830556,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8384,96,348,365,0,376,"","","Certification not required",0,16.955988,9.097709,93,"2013-09-12 02:00",89,"2013-09-12 04:00",88,"2013-09-12 03:00",79,"2013-09-12 16:00","","","","",54,45,35,26,19,15,9,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","62101",1,48.413333,-92.830556,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8754,100,365,365,0,6,"","","Certification not required",0,37.325565,25.717898,90,"2013-08-20 15:00",90,"2013-08-25 13:00",90,"2013-08-25 14:00",89,"2013-08-20 13:00","","","","",83,79,73,69,60,37,1,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","62201",1,48.413333,-92.830556,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8690,99,361,365,0,70,"","","Certification not required",0,78.157192,18.430265,100,"2013-05-30 06:00",100,"2013-05-30 07:00",100,"2013-05-30 08:00",100,"2013-05-30 09:00","","","","",100,100,100,98,95,82,50,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","63301",1,48.413333,-92.830556,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8759,100,365,365,0,1,"","","Certification not required",3146,0.180193,0.299996,1.33,"2013-06-02 12:00",1.32,"2013-05-23 11:00",1.32,"2013-05-23 12:00",1.32,"2013-06-03 11:00","","","","",1.19,1.1,0.92,0.68,0.21,0.02,0.005,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","65102",1,48.413333,-92.830556,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8750,100,365,365,0,10,"","","Certification not required",0,0.003253,0.024792,0.81,"2013-07-09 12:00",0.67,"2013-05-19 08:00",0.64,"2013-08-31 16:00",0.56,"2013-07-18 07:00","","","","",0.07,0.04,0.01,0,0,0,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-02-18" +"27","137","0034","85101",1,48.413333,-92.830556,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,4.135466,3.104074,14.6984,"2013-04-28 00:00",12.647,"2013-03-08 00:00",9.858,"2013-03-29 00:00",9.5076,"2013-05-31 00:00","","","","",14.6984,12.647,9.858,8.9571,5.2726,3.0296,1.3525,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","86502",1,48.413333,-92.830556,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.019608,1.435133,6,"2013-04-28 00:00",6,"2013-05-31 00:00",4,"2013-05-28 00:00",3,"2013-03-08 00:00","","","","",6,6,4,3,2,1,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88103",1,48.413333,-92.830556,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-03-14 00:00",0.001,"2013-03-17 00:00",0.001,"2013-05-25 00:00",0.001,"2013-05-28 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88104",1,48.413333,-92.830556,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.010979,0.010968,0.0658,"2013-04-28 00:00",0.032,"2013-03-29 00:00",0.0317,"2013-05-13 00:00",0.0232,"2013-04-10 00:00","","","","",0.0658,0.032,0.0317,0.022,0.0151,0.0079,0.0017,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88109",1,48.413333,-92.830556,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.0017,0.000989,0.0042,"2013-01-22 00:00",0.0041,"2013-01-31 00:00",0.0036,"2013-04-28 00:00",0.0035,"2013-02-03 00:00","","","","",0.0042,0.0041,0.0036,0.0031,0.0023,0.0014,0.0007,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88111",1,48.413333,-92.830556,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.012943,0.012803,0.0781,"2013-04-28 00:00",0.0464,"2013-03-29 00:00",0.0333,"2013-03-14 00:00",0.0273,"2013-02-15 00:00","","","","",0.0781,0.0464,0.0333,0.0246,0.0155,0.0101,0.0021,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88112",1,48.413333,-92.830556,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-17 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88114",1,48.413333,-92.830556,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.000189,0.000121,0.0006,"2013-03-08 00:00",0.0005,"2013-04-28 00:00",0.0005,"2013-05-28 00:00",0.0004,"2013-01-10 00:00","","","","",0.0006,0.0005,0.0005,0.0003,0.0003,0.00015,0.0001,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88115",1,48.413333,-92.830556,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.00682,0.043815,0.3135,"2013-02-15 00:00",0.0063,"2013-01-13 00:00",0.0029,"2013-01-31 00:00",0.0027,"2013-02-18 00:00","","","","",0.3135,0.0063,0.0029,0.0014,0.001,0.0003,0.00015,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88126",1,48.413333,-92.830556,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.013296,0.01262,0.0667,"2013-04-28 00:00",0.0433,"2013-05-13 00:00",0.0341,"2013-03-14 00:00",0.0307,"2013-01-28 00:00","","","","",0.0667,0.0433,0.0341,0.0291,0.0183,0.0095,0.0023,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88128",1,48.413333,-92.830556,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000667,0.000683,0.002,"2013-01-28 00:00",0.002,"2013-02-06 00:00",0.002,"2013-02-15 00:00",0.002,"2013-04-28 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88132",1,48.413333,-92.830556,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000431,0.0005,0.001,"2013-01-10 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88136",1,48.413333,-92.830556,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88140",1,48.413333,-92.830556,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.009614,0.013762,0.0876,"2013-02-15 00:00",0.0304,"2013-01-31 00:00",0.0303,"2013-01-13 00:00",0.0272,"2013-01-22 00:00","","","","",0.0876,0.0304,0.0303,0.0193,0.0153,0.0056,0.00105,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88152",1,48.413333,-92.830556,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000892,0.001418,0.0065,"2013-04-28 00:00",0.0053,"2013-05-31 00:00",0.0044,"2013-01-01 00:00",0.0031,"2013-04-25 00:00","","","","",0.0065,0.0053,0.0044,0.0026,0.001,0.00015,0.0001,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88154",1,48.413333,-92.830556,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000168,0.000198,0.0014,"2013-04-28 00:00",0.0006,"2013-01-28 00:00",0.0003,"2013-02-12 00:00",0.0003,"2013-03-29 00:00","","","","",0.0014,0.0006,0.0003,0.0003,0.0002,0.0001,0.0001,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88161",1,48.413333,-92.830556,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000734,0.000818,0.0051,"2013-04-28 00:00",0.0025,"2013-03-29 00:00",0.0018,"2013-05-13 00:00",0.0016,"2013-04-10 00:00","","","","",0.0051,0.0025,0.0018,0.0015,0.001,0.0005,0.0002,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88164",1,48.413333,-92.830556,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.000114,6.4e-05,0.0003,"2013-05-13 00:00",0.0003,"2013-05-28 00:00",0.0002,"2013-01-04 00:00",0.0002,"2013-01-22 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,5e-05,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88165",1,48.413333,-92.830556,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.02681,0.030691,0.1903,"2013-04-28 00:00",0.083,"2013-05-13 00:00",0.0672,"2013-03-29 00:00",0.0601,"2013-04-10 00:00","","","","",0.1903,0.083,0.0672,0.0544,0.0388,0.0199,0.0035,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88167",1,48.413333,-92.830556,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.002684,0.006656,0.0482,"2013-01-04 00:00",0.0072,"2013-04-28 00:00",0.006,"2013-01-28 00:00",0.0043,"2013-01-10 00:00","","","","",0.0482,0.0072,0.006,0.0038,0.0025,0.0014,0.0004,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88168",1,48.413333,-92.830556,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000238,0.00025,0.0011,"2013-03-14 00:00",0.0011,"2013-03-29 00:00",0.001,"2013-04-28 00:00",0.0007,"2013-02-09 00:00","","","","",0.0011,0.0011,0.001,0.0004,0.0002,0.00015,0.0001,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88169",1,48.413333,-92.830556,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.262976,0.16023,0.6875,"2013-04-28 00:00",0.5639,"2013-01-01 00:00",0.5524,"2013-04-22 00:00",0.5345,"2013-04-25 00:00","","","","",0.6875,0.5639,0.5524,0.4962,0.3716,0.2277,0.0828,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88176",1,48.413333,-92.830556,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000158,5.8e-05,0.0004,"2013-03-26 00:00",0.0003,"2013-04-22 00:00",0.0003,"2013-05-19 00:00",0.0003,"2013-05-25 00:00","","","","",0.0004,0.0003,0.0003,0.0002,0.00015,0.00015,0.0001,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88180",1,48.413333,-92.830556,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.017908,0.010958,0.0586,"2013-04-28 00:00",0.039,"2013-01-28 00:00",0.0347,"2013-02-15 00:00",0.0308,"2013-01-10 00:00","","","","",0.0586,0.039,0.0347,0.0304,0.025,0.0165,0.0045,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88184",1,48.413333,-92.830556,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.035276,0.054667,0.3518,"2013-02-15 00:00",0.1315,"2013-01-13 00:00",0.1007,"2013-01-22 00:00",0.0949,"2013-01-16 00:00","","","","",0.3518,0.1315,0.1007,0.0778,0.0447,0.0174,0.0016,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88185",1,48.413333,-92.830556,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000592,0.000212,0.0014,"2013-03-29 00:00",0.0011,"2013-01-13 00:00",0.001,"2013-02-09 00:00",0.0009,"2013-02-12 00:00","","","","",0.0014,0.0011,0.001,0.0008,0.0007,0.0006,0.00035,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88203",1,48.413333,-92.830556,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.043605,0.119579,0.8546,"2013-02-15 00:00",0.1432,"2013-01-13 00:00",0.1203,"2013-01-16 00:00",0.0739,"2013-03-20 00:00","","","","",0.8546,0.1432,0.1203,0.0684,0.0447,0.0188,0.00385,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88306",1,48.413333,-92.830556,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.602186,1.035636,5.1673,"2013-03-08 00:00",3.6044,"2013-03-29 00:00",3.1728,"2013-02-09 00:00",2.813,"2013-02-18 00:00","","","","",5.1673,3.6044,3.1728,1.4905,0.6005,0.162,0.0409,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88320",1,48.413333,-92.830556,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.369608,0.32949,1.91,"2013-04-28 00:00",1.06,"2013-05-07 00:00",0.98,"2013-01-28 00:00",0.87,"2013-05-28 00:00","","","","",1.91,1.06,0.98,0.68,0.47,0.32,0.06,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88321",1,48.413333,-92.830556,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.067647,0.060484,0.28,"2013-04-28 00:00",0.25,"2013-01-28 00:00",0.18,"2013-05-28 00:00",0.16,"2013-03-08 00:00","","","","",0.28,0.25,0.18,0.14,0.1,0.05,0.01,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88324",1,48.413333,-92.830556,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.021044,0.00869,0.0601,"2013-01-28 00:00",0.0313,"2013-01-22 00:00",0.0311,"2013-04-22 00:00",0.0308,"2013-01-16 00:00","","","","",0.0601,0.0313,0.0311,0.03045,0.0271,0.01675,0.0103,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88325",1,48.413333,-92.830556,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.08177,0.06466,0.3766,"2013-04-28 00:00",0.2545,"2013-05-28 00:00",0.207,"2013-01-28 00:00",0.1763,"2013-05-07 00:00","","","","",0.3766,0.2545,0.207,0.1304,0.1041,0.0715,0.0328,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88326",1,48.413333,-92.830556,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.098563,0.10924,0.6915,"2013-04-28 00:00",0.3168,"2013-05-07 00:00",0.273,"2013-05-25 00:00",0.2417,"2013-05-31 00:00","","","","",0.6915,0.3168,0.273,0.2056,0.1164,0.0588,0.0333,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88327",1,48.413333,-92.830556,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.076536,0.059386,0.295,"2013-04-28 00:00",0.2296,"2013-01-28 00:00",0.2035,"2013-05-07 00:00",0.1779,"2013-02-18 00:00","","","","",0.295,0.2296,0.2035,0.1398,0.1012,0.0721,0.01235,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88328",1,48.413333,-92.830556,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.111615,0.096937,0.5243,"2013-04-28 00:00",0.3518,"2013-05-07 00:00",0.2742,"2013-05-28 00:00",0.2575,"2013-01-28 00:00","","","","",0.5243,0.3518,0.2742,0.2068,0.155,0.088,0.0148,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88329",1,48.413333,-92.830556,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.146356,0.135153,0.725,"2013-04-28 00:00",0.4712,"2013-01-28 00:00",0.4281,"2013-05-07 00:00",0.3502,"2013-05-28 00:00","","","","",0.725,0.4712,0.4281,0.287,0.207,0.1193,0.0148,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88330",1,48.413333,-92.830556,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.032731,0.026228,0.1021,"2013-05-28 00:00",0.0846,"2013-03-29 00:00",0.0836,"2013-03-14 00:00",0.081,"2013-03-08 00:00","","","","",0.1021,0.0846,0.0836,0.0767,0.0468,0.0267,0.00225,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88331",1,48.413333,-92.830556,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000171,0.000976,0.007,"2013-05-28 00:00",0.00015,"2013-03-05 00:00",0.0001,"2013-01-16 00:00",0.0001,"2013-01-22 00:00","","","","",0.007,0.00015,0.0001,0.0001,0.0001,0,0,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88338",1,48.413333,-92.830556,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.021515,0.030754,0.2321,"2013-01-22 00:00",0.0409,"2013-01-28 00:00",0.0384,"2013-01-19 00:00",0.0284,"2013-05-19 00:00","","","","",0.2321,0.0409,0.0384,0.0254,0.0212,0.014,0.0121,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88339",1,48.413333,-92.830556,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.084747,0.660932,2.83581,"2013-04-28 00:00",2.32596,"2013-01-01 00:00",2.27857,"2013-04-22 00:00",2.20461,"2013-04-25 00:00","","","","",2.83581,2.32596,2.27857,2.04687,1.53302,0.93935,0.34134,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88344",1,48.413333,-92.830556,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.77692,1.335901,6.6658,"2013-03-08 00:00",4.6497,"2013-03-29 00:00",4.0929,"2013-02-09 00:00",3.6286,"2013-02-18 00:00","","","","",6.6658,4.6497,4.0929,1.9227,0.7746,0.2091,0.0528,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88348",1,48.413333,-92.830556,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.145598,0.14698,0.9174,"2013-04-28 00:00",0.4246,"2013-05-13 00:00",0.393,"2013-03-29 00:00",0.275,"2013-03-14 00:00","","","","",0.9174,0.4246,0.393,0.2628,0.2033,0.1054,0.0225,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88350",1,48.413333,-92.830556,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.665192,0.592796,3.4371,"2013-04-28 00:00",1.9163,"2013-05-07 00:00",1.7577,"2013-01-28 00:00",1.5723,"2013-05-28 00:00","","","","",3.4371,1.9163,1.7577,1.2278,0.8546,0.578,0.1015,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88403",1,48.413333,-92.830556,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.880388,0.576725,2.4769,"2013-04-28 00:00",1.9015,"2013-04-22 00:00",1.8778,"2013-04-25 00:00",1.7953,"2013-03-14 00:00","","","","",2.4769,1.9015,1.8778,1.74,1.3626,0.765,0.2121,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","0034","88502",1,48.413333,-92.830556,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.633333,1.965163,9.5,"2013-03-08 00:00",8,"2013-04-28 00:00",6.9,"2013-02-09 00:00",6.1,"2013-03-29 00:00","","","","",9.5,8,6.9,5.3,3.2,2,1,"VOYAGEURS NATIONAL PARK, NEAR SULLIVAN BAY","VOYAGEURS NATIONAL PARK","Minnesota","Saint Louis","","Duluth, MN-WI","2014-01-28" +"27","137","7001","11101",1,47.523355,-92.536305,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,100,53,54,0,1,"","","Certification not required",0,32.169492,23.19048,163,"2013-11-24 00:00",100,"2013-04-28 00:00",79,"2013-03-29 00:00",53,"2013-10-01 00:00","","","","",163,100,79,49,35,27,13,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12101",1,47.523355,-92.536305,"NAD83","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",9,0.162966,0.129748,0.53,"2013-04-28 00:00",0.52,"2013-11-24 00:00",0.45,"2013-04-16 00:00",0.39,"2013-03-29 00:00","","","","",0.53,0.52,0.45,0.34,0.24,0.14,0.005,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12102",1,47.523355,-92.536305,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12103",1,47.523355,-92.536305,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12105",1,47.523355,-92.536305,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12107",1,47.523355,-92.536305,"NAD83","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",42,0.004119,0.004342,0.02,"2013-11-24 00:00",0.01,"2013-04-28 00:00",0.01,"2013-07-03 00:00",0.01,"2013-08-02 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0.0015,0.0015,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12110",1,47.523355,-92.536305,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12112",1,47.523355,-92.536305,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12113",1,47.523355,-92.536305,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12114",1,47.523355,-92.536305,"NAD83","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0.31339,0.310803,2.21,"2013-12-30 00:00",0.95,"2013-12-24 00:00",0.93,"2013-12-18 00:00",0.65,"2013-11-30 00:00","","","","",2.21,0.95,0.93,0.54,0.36,0.27,0.1,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12126",1,47.523355,-92.536305,"NAD83","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,2.084576,2.103649,14.71,"2013-11-24 00:00",6.54,"2013-03-29 00:00",6.39,"2013-04-28 00:00",4.97,"2013-11-18 00:00","","","","",14.71,6.54,6.39,3.76,2.39,1.59,0.69,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12132",1,47.523355,-92.536305,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0.084237,0.132953,1.02,"2013-11-24 00:00",0.23,"2013-11-18 00:00",0.22,"2013-04-28 00:00",0.2,"2013-03-29 00:00","","","","",1.02,0.23,0.22,0.14,0.09,0.06,0.02,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12136",1,47.523355,-92.536305,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12154",1,47.523355,-92.536305,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","12167",1,47.523355,-92.536305,"NAD83","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,1,"","","Certification not required",48,0.009986,0.007587,0.04,"2013-12-30 00:00",0.03,"2013-04-16 00:00",0.03,"2013-12-18 00:00",0.03,"2013-12-24 00:00","","","","",0.04,0.03,0.03,0.02,0.00665,0.00665,0.00665,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","14129",1,47.523355,-92.536305,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,1,0,0,"Certification not required",0,0.001186,0.003261,0.01,"2013-03-05 00:00",0.01,"2013-04-10 00:00",0.01,"2013-04-28 00:00",0.01,"2013-05-16 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","68101",1,47.523355,-92.536305,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",1,2,0,61,0,0,"","","Certification not required",1,0.05,0,0.05,"2013-01-01 00:00","","","","","","","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68102",1,47.523355,-92.536305,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",1,2,0,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00","","","","","","","","","","",24,24,24,24,24,24,24,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68103",1,47.523355,-92.536305,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",1,2,0,61,0,0,"","","Certification not required",0,-24.8,0,-24.8,"2013-01-01 00:00","","","","","","","","","","",-24.8,-24.8,-24.8,-24.8,-24.8,-24.8,-24.8,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68104",1,47.523355,-92.536305,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",1,2,0,61,0,0,"","","Certification not required",0,-10.8,0,-10.8,"2013-01-01 00:00","","","","","","","","","","",-10.8,-10.8,-10.8,-10.8,-10.8,-10.8,-10.8,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68105",1,47.523355,-92.536305,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",1,2,0,61,0,0,"","","Certification not required",0,-17.5,0,-17.5,"2013-01-01 00:00","","","","","","","","","","",-17.5,-17.5,-17.5,-17.5,-17.5,-17.5,-17.5,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68106",1,47.523355,-92.536305,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",1,2,0,61,0,0,"","","Certification not required",0,717,0,717,"2013-01-01 00:00","","","","","","","","","","",717,717,717,717,717,717,717,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68107",1,47.523355,-92.536305,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",1,2,0,61,0,0,"","","Certification not required",0,724,0,724,"2013-01-01 00:00","","","","","","","","","","",724,724,724,724,724,724,724,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68108",1,47.523355,-92.536305,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",1,2,0,61,0,0,"","","Certification not required",0,721,0,721,"2013-01-01 00:00","","","","","","","","","","",721,721,721,721,721,721,721,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","68109",1,47.523355,-92.536305,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",1,2,0,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00","","","","","","","","","","",1440,1440,1440,1440,1440,1440,1440,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2013-07-01" +"27","137","7001","81102",1,47.523355,-92.536305,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",1,12.6,6.577311,39,"2013-04-28 00:00",35,"2013-11-24 00:00",25,"2013-11-30 00:00",23,"2013-08-20 00:00","","","","",39,35,25,22,15,12,6,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-19" +"27","137","7001","88101",3,47.523355,-92.536305,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8265,94,357,365,0,490,"","","Certification not required",0,7.726195,5.792844,50,"2013-06-30 04:00",48,"2013-02-26 09:00",45,"2013-01-04 10:00",43,"2013-06-30 08:00","","","","",27,24,19,15,10,7,1,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-05" +"27","137","7001","88101",3,47.523355,-92.536305,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,0,0,"Certification not required",0,7.697093,4.26717,26.8,"2013-07-10 00:00",25.2,"2013-07-11 00:00",24.7,"2013-06-30 00:00",21.3,"2013-08-20 00:00","","","","",21.3,18.2,16.1,13.5,9.8,7,3,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-05" +"27","137","7001","88101",3,47.523355,-92.536305,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,7.697093,4.26717,26.8,"2013-07-10 00:00",25.2,"2013-07-11 00:00",24.7,"2013-06-30 00:00",21.3,"2013-08-20 00:00","","","","",21.3,18.2,16.1,13.5,9.8,7,3,"Virginia","327 First St. S.","Minnesota","Saint Louis","Virginia","Duluth, MN-WI","2014-02-05" +"27","137","7549","42153",1,46.77107,-92.11732,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.094,0.181164,0.9,"2013-12-18 00:00",0.6,"2013-11-30 00:00",0.5,"2013-05-22 00:00",0.5,"2013-10-31 00:00","","","","",0.9,0.9,0.5,0.3,0.1,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43205",1,46.77107,-92.11732,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",1,2.163,1.359502,6.2,"2013-12-30 00:00",5,"2013-12-18 00:00",4.9,"2013-12-12 00:00",4.7,"2013-12-24 00:00","","","","",6.2,6.2,4.9,4.5,3,1.7,0.9,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43207",1,46.77107,-92.11732,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.1526,0.025056,0.25,"2013-06-27 00:00",0.21,"2013-08-08 00:00",0.18,"2013-06-03 00:00",0.18,"2013-08-02 00:00","","","","",0.25,0.25,0.18,0.18,0.16,0.15,0.14,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43208",1,46.77107,-92.11732,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43218",1,46.77107,-92.11732,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.1278,0.096791,0.5,"2013-06-27 00:00",0.32,"2013-03-29 00:00",0.28,"2013-01-28 00:00",0.26,"2013-02-21 00:00","","","","",0.5,0.5,0.28,0.24,0.19,0.12,0.02,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43231",1,46.77107,-92.11732,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,0.708163,0.499098,2.7,"2013-06-27 00:00",1.7,"2013-08-26 00:00",1.6,"2013-10-31 00:00",1.4,"2013-01-28 00:00","","","","",2.7,2.7,1.6,1.4,0.9,0.6,0.2,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43232",1,46.77107,-92.11732,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",7,0.383,0.318896,1.7,"2013-06-03 00:00",1.1,"2013-03-29 00:00",0.9,"2013-01-28 00:00",0.9,"2013-10-31 00:00","","","","",1.7,1.7,0.9,0.9,0.6,0.3,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43248",1,46.77107,-92.11732,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",26,0.13,0.101015,0.4,"2013-06-03 00:00",0.4,"2013-06-27 00:00",0.3,"2013-03-29 00:00",0.3,"2013-06-21 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43302",1,46.77107,-92.11732,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",19,5.079,6.929286,35.2,"2013-03-29 00:00",21.8,"2013-07-03 00:00",18.8,"2013-06-27 00:00",14.9,"2013-06-21 00:00","","","","",35.2,35.2,18.8,13.8,7,3.3,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43312",1,46.77107,-92.11732,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,8,"","","Certification not required",17,0.990217,1.256345,5.2,"2013-09-25 00:00",4,"2013-06-27 00:00",3.8,"2013-03-29 00:00",3.3,"2013-06-21 00:00","","","","",5.2,5.2,3.8,3,1.6,0.5,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43372",1,46.77107,-92.11732,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43447",1,46.77107,-92.11732,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,1.210204,1.583804,5.8,"2013-08-08 00:00",5.6,"2013-08-02 00:00",4.9,"2013-06-09 00:00",4.9,"2013-07-03 00:00","","","","",5.8,5.8,4.9,4.4,1.7,0.5,0.1,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43502",1,46.77107,-92.11732,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,1.364706,0.700235,4.8,"2013-08-20 00:00",3,"2013-08-26 00:00",2.5,"2013-09-07 00:00",2.4,"2013-03-29 00:00","","","","",4.8,3,2.5,1.9,1.6,1.2,0.8,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43503",1,46.77107,-92.11732,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.921569,0.426293,2.4,"2013-03-29 00:00",2.1,"2013-08-20 00:00",1.6,"2013-01-28 00:00",1.6,"2013-08-26 00:00","","","","",2.4,2.1,1.6,1.5,1.1,0.8,0.5,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43504",1,46.77107,-92.11732,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.2,0.09798,0.5,"2013-12-30 00:00",0.4,"2013-03-29 00:00",0.4,"2013-08-20 00:00",0.4,"2013-10-01 00:00","","","","",0.5,0.4,0.4,0.3,0.3,0.2,0.1,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43510",1,46.77107,-92.11732,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",5,0.132039,0.102823,0.528,"2013-01-28 00:00",0.42,"2013-01-04 00:00",0.356,"2013-03-29 00:00",0.288,"2013-01-16 00:00","","","","",0.528,0.42,0.356,0.264,0.18,0.084,0.06,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43516",1,46.77107,-92.11732,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43551",1,46.77107,-92.11732,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,2,"","","Certification not required",0,3.034615,1.021895,6.9,"2013-03-29 00:00",5.2,"2013-04-28 00:00",5.1,"2013-05-16 00:00",4.8,"2013-10-01 00:00","","","","",6.9,5.2,5.1,4.3,3.4,2.7,2,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43552",1,46.77107,-92.11732,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,6,"","","Certification not required",15,1.203125,2.050101,8.9,"2013-06-27 00:00",7.8,"2013-06-03 00:00",6,"2013-07-03 00:00",4.1,"2013-05-28 00:00","","","","",8.9,8.9,6,4.1,1.4,0.3,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43559",1,46.77107,-92.11732,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",35,0.196939,0.291442,1.5,"2013-06-27 00:00",0.8,"2013-06-21 00:00",0.7,"2013-06-03 00:00",0.7,"2013-07-03 00:00","","","","",1.5,1.5,0.7,0.7,0.3,0.05,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43801",1,46.77107,-92.11732,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.491,0.166172,0.92,"2013-06-27 00:00",0.7,"2013-08-26 00:00",0.67,"2013-08-08 00:00",0.66,"2013-05-28 00:00","","","","",0.92,0.92,0.67,0.64,0.55,0.52,0.37,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43802",1,46.77107,-92.11732,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.095,0.08709,0.58,"2013-07-27 00:00",0.4,"2013-06-27 00:00",0.19,"2013-06-03 00:00",0.12,"2013-03-29 00:00","","","","",0.58,0.58,0.19,0.11,0.09,0.08,0.06,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43803",1,46.77107,-92.11732,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0236,0.040394,0.3,"2013-06-27 00:00",0.03,"2013-06-03 00:00",0.03,"2013-08-08 00:00",0.03,"2013-08-26 00:00","","","","",0.3,0.3,0.03,0.03,0.02,0.02,0.01,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43804",1,46.77107,-92.11732,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.096,0.019795,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43806",1,46.77107,-92.11732,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43811",1,46.77107,-92.11732,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",1,0.2262,0.065742,0.4,"2013-06-27 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-10 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.2,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43812",1,46.77107,-92.11732,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43813",1,46.77107,-92.11732,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43814",1,46.77107,-92.11732,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0114,0.015254,0.11,"2013-06-27 00:00",0.04,"2013-04-04 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-28 00:00","","","","",0.11,0.11,0.01,0.01,0.01,0.01,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43815",1,46.77107,-92.11732,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0268,0.009988,0.06,"2013-06-27 00:00",0.04,"2013-02-09 00:00",0.04,"2013-04-22 00:00",0.04,"2013-04-28 00:00","","","","",0.06,0.06,0.04,0.04,0.03,0.03,0.01,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43817",1,46.77107,-92.11732,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0204,0.029413,0.15,"2013-07-21 00:00",0.11,"2013-08-08 00:00",0.08,"2013-10-01 00:00",0.07,"2013-09-25 00:00","","","","",0.15,0.15,0.08,0.05,0.03,0.01,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43818",1,46.77107,-92.11732,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43819",1,46.77107,-92.11732,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0082,0.003881,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43820",1,46.77107,-92.11732,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43823",1,46.77107,-92.11732,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",1,0.5198,0.177264,1.54,"2013-06-27 00:00",0.67,"2013-08-08 00:00",0.64,"2013-06-03 00:00",0.61,"2013-07-03 00:00","","","","",1.54,1.54,0.64,0.61,0.54,0.51,0.46,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43824",1,46.77107,-92.11732,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.005,0.017642,0.12,"2013-06-27 00:00",0.03,"2013-12-18 00:00",0.02,"2013-06-21 00:00",0.01,"2013-01-28 00:00","","","","",0.12,0.12,0.02,0.01,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43826",1,46.77107,-92.11732,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43828",1,46.77107,-92.11732,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",49,0.0053,0.002121,0.02,"2013-06-27 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00","","","","",0.02,0.02,0.005,0.005,0.005,0.005,0.005,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43829",1,46.77107,-92.11732,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43830",1,46.77107,-92.11732,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43831",1,46.77107,-92.11732,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43832",1,46.77107,-92.11732,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43838",1,46.77107,-92.11732,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",49,0.00534,0.002404,0.022,"2013-06-27 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00","","","","",0.022,0.022,0.005,0.005,0.005,0.005,0.005,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43839",1,46.77107,-92.11732,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43843",1,46.77107,-92.11732,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43844",1,46.77107,-92.11732,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","43860",1,46.77107,-92.11732,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0018,0.004375,0.02,"2013-12-30 00:00",0.01,"2013-02-09 00:00",0.01,"2013-02-21 00:00",0.01,"2013-03-17 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45109",1,46.77107,-92.11732,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.7694,0.568882,2.99,"2013-06-27 00:00",2.5,"2013-10-31 00:00",1.92,"2013-03-29 00:00",1.55,"2013-08-26 00:00","","","","",2.99,2.99,1.92,1.39,1,0.7,0.27,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45201",1,46.77107,-92.11732,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,1.029,0.556777,3.32,"2013-06-27 00:00",2.72,"2013-12-30 00:00",1.91,"2013-01-28 00:00",1.76,"2013-03-29 00:00","","","","",3.32,3.32,1.91,1.7,1.24,0.87,0.59,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45202",1,46.77107,-92.11732,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,5,"","","Certification not required",0,1.983061,1.583035,8.41,"2013-06-03 00:00",7.4,"2013-06-27 00:00",5.34,"2013-09-01 00:00",3.96,"2013-10-31 00:00","","","","",8.41,8.41,5.34,3.44,2.39,1.6,0.58,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45203",1,46.77107,-92.11732,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.2322,0.167226,0.91,"2013-06-27 00:00",0.62,"2013-03-29 00:00",0.61,"2013-10-31 00:00",0.5,"2013-08-26 00:00","","","","",0.91,0.91,0.61,0.42,0.29,0.21,0.06,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45204",1,46.77107,-92.11732,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.2938,0.200966,1.04,"2013-10-31 00:00",0.78,"2013-03-29 00:00",0.65,"2013-08-26 00:00",0.6,"2013-01-28 00:00","","","","",1.04,1.04,0.65,0.5,0.4,0.28,0.09,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45207",1,46.77107,-92.11732,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",14,0.081,0.085673,0.51,"2013-06-27 00:00",0.28,"2013-10-31 00:00",0.2,"2013-09-13 00:00",0.19,"2013-08-26 00:00","","","","",0.51,0.51,0.2,0.17,0.1,0.07,0.01,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45208",1,46.77107,-92.11732,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",3,0.323,0.282534,1.68,"2013-06-27 00:00",0.88,"2013-10-31 00:00",0.69,"2013-08-26 00:00",0.68,"2013-03-29 00:00","","","","",1.68,1.68,0.69,0.66,0.44,0.24,0.04,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45220",1,46.77107,-92.11732,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0766,0.098987,0.54,"2013-06-27 00:00",0.27,"2013-06-03 00:00",0.24,"2013-10-31 00:00",0.21,"2013-07-03 00:00","","","","",0.54,0.54,0.24,0.2,0.12,0.04,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45228",1,46.77107,-92.11732,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",47,0.16533,0.070209,0.531,"2013-10-31 00:00",0.423,"2013-06-27 00:00",0.333,"2013-03-29 00:00",0.1485,"2013-01-04 00:00","","","","",0.531,0.531,0.333,0.1485,0.1485,0.1485,0.1485,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45501",1,46.77107,-92.11732,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",36,0.07451,0.04623,0.2,"2013-03-29 00:00",0.2,"2013-06-15 00:00",0.2,"2013-06-21 00:00",0.2,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.05,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45801",1,46.77107,-92.11732,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0074,0.010264,0.04,"2013-06-27 00:00",0.03,"2013-06-03 00:00",0.03,"2013-10-01 00:00",0.02,"2013-05-22 00:00","","","","",0.04,0.04,0.03,0.02,0.01,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45805",1,46.77107,-92.11732,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",50,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45806",1,46.77107,-92.11732,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",49,0.012,0.014142,0.11,"2013-06-03 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.11,0.11,0.01,0.01,0.01,0.01,0.01,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45807",1,46.77107,-92.11732,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0078,0.019927,0.13,"2013-06-03 00:00",0.04,"2013-07-03 00:00",0.04,"2013-11-06 00:00",0.02,"2013-06-15 00:00","","","","",0.13,0.13,0.04,0.02,0.01,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45809",1,46.77107,-92.11732,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0008,0.005657,0.04,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.04,0.04,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","45810",1,46.77107,-92.11732,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",0,0.0004,0.002828,0.02,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.02,0.02,0,0,0,0,0,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7549","46401",1,46.77107,-92.11732,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,4,"","","Certification not required",49,0.055,0.035355,0.3,"2013-06-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.3,0.3,0.05,0.05,0.05,0.05,0.05,"Michigan St.","1532 W. Michigan St.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7550","44201",1,46.81826,-92.08936,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5023,99,211,214,0,113,0,0,"Certification not required",50,0.035867,0.009975,0.071,"2013-08-20 19:00",0.06,"2013-08-19 21:00",0.058,"2013-07-05 18:00",0.058,"2013-09-06 16:00","","","","",0.058,0.057,0.052,0.048,0.043,0.036,0.024,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-01-29" +"27","137","7550","44201",1,46.81826,-92.08936,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5031,96,206,214,0,0,0,0,"Certification not required",0,0.031913,0.009521,0.064,"2013-08-20 14:00",0.054,"2013-08-18 12:00",0.053,"2013-07-05 13:00",0.052,"2013-08-17 10:00","","","","",0.053,0.052,0.048,0.044,0.039,0.031,0.021,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-01-29" +"27","137","7550","44201",1,46.81826,-92.08936,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5031,96,206,214,0,0,0,0,"Certification not required",0,0.031913,0.009521,0.064,"2013-08-20 14:00",0.054,"2013-08-18 12:00",0.053,"2013-07-05 13:00",0.052,"2013-08-17 10:00","","","","",0.053,0.052,0.048,0.044,0.039,0.031,0.021,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-01-29" +"27","137","7550","68101",1,46.81826,-92.08936,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,100,61,61,0,2,"","","Certification not required",51,0.152917,0.110821,0.4,"2013-02-21 00:00",0.4,"2013-09-28 00:00",0.4,"2013-10-31 00:00",0.3,"2013-01-01 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.1,0.05,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68101",2,46.81826,-92.08936,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",27,44,27,61,0,1,"","","Certification not required",8,0.185185,0.113353,0.4,"2013-07-15 00:00",0.3,"2013-01-16 00:00",0.3,"2013-04-22 00:00",0.3,"2013-05-04 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.05,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68102",1,46.81826,-92.08936,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,100,61,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68102",2,46.81826,-92.08936,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",27,44,27,61,0,1,"","","Certification not required",0,23.9,0,23.9,"2013-01-04 00:00",23.9,"2013-01-16 00:00",23.9,"2013-01-28 00:00",23.9,"2013-02-09 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68103",1,46.81826,-92.08936,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,-1.305,12.220288,19.5,"2013-08-20 00:00",19,"2013-08-26 00:00",17.7,"2013-08-29 00:00",17.2,"2013-07-18 00:00","","","","",19,17.7,15.4,14.1,8.9,-0.2,-18.5,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68103",2,46.81826,-92.08936,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,1,"","","Certification not required",0,3.081481,10.843291,22.7,"2013-08-20 00:00",19.2,"2013-07-15 00:00",15.8,"2013-08-08 00:00",14.2,"2013-09-01 00:00","","","","",22.7,22.7,19.2,15.8,10.7,6.2,-11.8,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68104",1,46.81826,-92.08936,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,8.730833,12.955812,33.5,"2013-07-18 00:00",31.9,"2013-08-20 00:00",30.3,"2013-08-26 00:00",29.3,"2013-06-24 00:00","","","","",31.9,30.3,28.3,26.2,20.3,8.2,-6.6,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68104",2,46.81826,-92.08936,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,1,"","","Certification not required",0,12.581481,11.375887,35.3,"2013-08-20 00:00",29.8,"2013-07-03 00:00",28.1,"2013-07-15 00:00",25.9,"2013-09-01 00:00","","","","",35.3,35.3,29.8,28.1,21.4,13.3,-1.4,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68105",1,46.81826,-92.08936,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,2,"","","Certification not required",0,3.535,12.177674,25.3,"2013-08-20 00:00",24.7,"2013-07-18 00:00",23.3,"2013-08-26 00:00",22.5,"2013-06-24 00:00","","","","",24.7,23.3,22,20.2,13.6,3.1,-12.8,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68105",2,46.81826,-92.08936,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,1,"","","Certification not required",0,7.955556,10.295755,28.7,"2013-08-20 00:00",23.1,"2013-07-15 00:00",20.3,"2013-09-01 00:00",20,"2013-07-03 00:00","","","","",28.7,28.7,23.1,20.3,15.5,8.5,-5.8,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68106",1,46.81826,-92.08936,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,725.225,4.808016,736,"2013-11-12 00:00",735,"2013-05-25 00:00",735,"2013-09-16 00:00",735,"2013-10-28 00:00","","","","",735,735,733,731,729,725,719,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68106",2,46.81826,-92.08936,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,1,"","","Certification not required",0,724.925926,5.348802,735,"2013-11-12 00:00",732,"2013-02-21 00:00",732,"2013-05-04 00:00",732,"2013-07-15 00:00","","","","",735,735,732,732,729,726,719,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68107",1,46.81826,-92.08936,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,2,"","","Certification not required",0,731.65,4.632095,745,"2013-11-12 00:00",744,"2013-11-24 00:00",741,"2013-02-21 00:00",741,"2013-05-01 00:00","","","","",744,741,741,738,734,732,726,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68107",2,46.81826,-92.08936,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,1,"","","Certification not required",0,733.037037,6.17365,750,"2013-10-31 00:00",745,"2013-11-12 00:00",744,"2013-11-24 00:00",740,"2013-02-21 00:00","","","","",750,750,745,744,735,733,726,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68108",1,46.81826,-92.08936,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,2,"","","Certification not required",0,728.621849,4.554736,742,"2013-11-12 00:00",739,"2013-10-28 00:00",737,"2013-02-21 00:00",737,"2013-09-16 00:00","","","","",739,737,736,734,732,729,723,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68108",2,46.81826,-92.08936,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,1,"","","Certification not required",0,728.703704,5.398111,742,"2013-11-12 00:00",737,"2013-02-21 00:00",734,"2013-05-04 00:00",734,"2013-07-15 00:00","","","","",742,742,737,734,732,728,724,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68109",1,46.81826,-92.08936,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,100,61,61,0,2,"","","Certification not required",0,1439.908333,0.289765,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","68109",2,46.81826,-92.08936,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",27,44,27,61,0,1,"","","Certification not required",0,1439.851852,0.362014,1440,"2013-01-04 00:00",1440,"2013-01-28 00:00",1440,"2013-02-21 00:00",1440,"2013-03-05 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","88101",1,46.81826,-92.08936,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,5.9575,3.811012,18.7,"2013-06-30 00:00",18.2,"2013-07-12 00:00",17.1,"2013-07-06 00:00",17,"2013-08-20 00:00","","","","",18.2,17.1,16,10.7,7.6,5.1,2,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","88101",1,46.81826,-92.08936,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,5.9575,3.811012,18.7,"2013-06-30 00:00",18.2,"2013-07-12 00:00",17.1,"2013-07-06 00:00",17,"2013-08-20 00:00","","","","",18.2,17.1,16,10.7,7.6,5.1,2,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","88101",2,46.81826,-92.08936,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",27,87,27,31,0,1,0,0,"Certification not required",0,5.377778,3.676258,16.1,"2013-08-20 00:00",11,"2013-02-09 00:00",10.7,"2013-01-28 00:00",10.7,"2013-07-15 00:00","","","","",16.1,16.1,11,10.7,7.6,4.1,1.6,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7550","88101",2,46.81826,-92.08936,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",27,87,27,31,0,1,"","","Certification not required",0,5.377778,3.676258,16.1,"2013-08-20 00:00",11,"2013-02-09 00:00",10.7,"2013-01-28 00:00",10.7,"2013-07-15 00:00","","","","",16.1,16.1,11,10.7,7.6,4.1,1.6,"WDSE","1202 EAST UNIVERSITY CIRCLE","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68101",1,46.743657,-92.165998,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,99,121,122,0,1,"","","Certification not required",42,0.180992,0.125209,0.4,"2013-01-13 00:00",0.4,"2013-01-28 00:00",0.4,"2013-03-08 00:00",0.4,"2013-03-29 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.05,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68102",1,46.743657,-92.165998,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,1,"","","Certification not required",0,23.999174,0.009091,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68103",1,46.743657,-92.165998,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,-0.757025,12.180564,20.4,"2013-08-26 00:00",19.8,"2013-08-20 00:00",19,"2013-08-29 00:00",18,"2013-07-18 00:00","","","","",19.8,19,15.9,14.6,9.3,0.2,-17.8,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68104",1,46.743657,-92.165998,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,9.928926,12.656622,35.8,"2013-07-18 00:00",33.9,"2013-08-20 00:00",32.1,"2013-07-12 00:00",31.2,"2013-06-24 00:00","","","","",33.9,32.1,29.3,26.6,19.6,10.1,-5.5,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68105",1,46.743657,-92.165998,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,4.541322,12.042471,26.5,"2013-08-20 00:00",25.6,"2013-07-18 00:00",23.6,"2013-08-26 00:00",23.5,"2013-07-06 00:00","","","","",25.6,23.6,22.3,20.4,13.9,4.3,-11.3,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68106",1,46.743657,-92.165998,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,739.289256,5.085007,751,"2013-11-12 00:00",750,"2013-10-28 00:00",749,"2013-05-25 00:00",749,"2013-09-16 00:00","","","","",750,749,747,746,743,740,733,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68107",1,46.743657,-92.165998,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,746.016529,5.061264,761,"2013-11-12 00:00",760,"2013-11-24 00:00",757,"2013-12-06 00:00",756,"2013-02-21 00:00","","","","",760,757,756,752,749,746,740,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68108",1,46.743657,-92.165998,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,742.68595,4.900736,757,"2013-11-12 00:00",754,"2013-10-28 00:00",752,"2013-02-21 00:00",752,"2013-12-06 00:00","","","","",754,752,750,749,746,742,737,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","68109",1,46.743657,-92.165998,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,99,121,122,0,1,"","","Certification not required",0,1439.834711,0.69937,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","88101",1,46.743657,-92.165998,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,6.513223,4.027757,20.1,"2013-07-12 00:00",18.2,"2013-07-06 00:00",17.5,"2013-06-30 00:00",17,"2013-08-20 00:00","","","","",18.2,17.5,13.8,12.4,8.2,5.9,2.2,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","88101",1,46.743657,-92.165998,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,6.513223,4.027757,20.1,"2013-07-12 00:00",18.2,"2013-07-06 00:00",17.5,"2013-06-30 00:00",17,"2013-08-20 00:00","","","","",18.2,17.5,13.8,12.4,8.2,5.9,2.2,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","88101",3,46.743657,-92.165998,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8378,96,361,365,0,378,"","","Certification not required",0,5.896037,6.386486,89,"2013-07-04 22:00",72,"2013-11-06 03:00",63,"2013-05-08 01:00",61,"2013-07-04 23:00","","","","",28,24,18,15,8,4,0,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","88101",3,46.743657,-92.165998,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,0,0,"Certification not required",0,5.852722,4.396279,26.1,"2013-07-11 00:00",21.1,"2013-07-12 00:00",20.4,"2013-07-10 00:00",20.2,"2013-07-05 00:00","","","","",20.2,18.6,14.7,12.6,8.1,4.5,1.4,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7554","88101",3,46.743657,-92.165998,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,5.852722,4.396279,26.1,"2013-07-11 00:00",21.1,"2013-07-12 00:00",20.4,"2013-07-10 00:00",20.2,"2013-07-05 00:00","","","","",20.2,18.6,14.7,12.6,8.1,4.5,1.4,"","720 North Central Avenue","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-05" +"27","137","7555","11101",1,46.72938,-92.15998,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,38,25.74555,171,"2013-11-06 00:00",75,"2013-09-25 00:00",71,"2013-09-07 00:00",68,"2013-08-20 00:00","","","","",171,171,71,67,46,33,13,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","11101",2,46.72938,-92.15998,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,42.183673,29.534354,202,"2013-11-06 00:00",80,"2013-10-25 00:00",74,"2013-08-20 00:00",74,"2013-09-25 00:00","","","","",202,202,74,70,51,40,16,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12101",1,46.72938,-92.15998,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,80,49,61,0,5,"","","Certification not required",0,0.283878,0.300803,1.93,"2013-11-06 00:00",0.78,"2013-09-25 00:00",0.65,"2013-04-22 00:00",0.6,"2013-09-07 00:00","","","","",1.93,1.93,0.65,0.54,0.36,0.24,0.04,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12101",2,46.72938,-92.15998,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.301809,0.35672,2.38,"2013-11-06 00:00",0.7,"2013-09-25 00:00",0.6,"2013-04-22 00:00",0.56,"2013-08-14 00:00","","","","",2.38,2.38,0.6,0.53,0.37,0.26,0.04,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12102",1,46.72938,-92.15998,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12102",2,46.72938,-92.15998,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12103",1,46.72938,-92.15998,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12103",2,46.72938,-92.15998,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12105",1,46.72938,-92.15998,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12105",2,46.72938,-92.15998,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12107",1,46.72938,-92.15998,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",10,0.01398,0.013028,0.06,"2013-01-28 00:00",0.05,"2013-02-21 00:00",0.04,"2013-01-04 00:00",0.04,"2013-02-09 00:00","","","","",0.06,0.06,0.04,0.04,0.02,0.01,0.0015,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12107",2,46.72938,-92.15998,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",10,0.014149,0.01278,0.06,"2013-01-28 00:00",0.04,"2013-01-04 00:00",0.04,"2013-02-09 00:00",0.04,"2013-02-21 00:00","","","","",0.06,0.06,0.04,0.04,0.02,0.01,0.0015,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12110",1,46.72938,-92.15998,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12110",2,46.72938,-92.15998,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12112",1,46.72938,-92.15998,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12112",2,46.72938,-92.15998,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000213,0.001459,0.01,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0.01,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12113",1,46.72938,-92.15998,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12113",2,46.72938,-92.15998,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12114",1,46.72938,-92.15998,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0.278163,0.195189,0.69,"2013-04-04 00:00",0.69,"2013-06-27 00:00",0.67,"2013-07-03 00:00",0.63,"2013-08-14 00:00","","","","",0.69,0.69,0.67,0.56,0.4,0.27,0.05,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12114",2,46.72938,-92.15998,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.26413,0.219601,1.02,"2013-10-31 00:00",0.72,"2013-10-01 00:00",0.65,"2013-08-08 00:00",0.56,"2013-08-26 00:00","","","","",1.02,1.02,0.65,0.55,0.43,0.19,0.04,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12126",1,46.72938,-92.15998,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0.910408,0.686146,4.34,"2013-11-06 00:00",2.07,"2013-08-20 00:00",1.85,"2013-09-25 00:00",1.64,"2013-09-07 00:00","","","","",4.34,4.34,1.85,1.63,1.13,0.9,0.26,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12126",2,46.72938,-92.15998,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.980222,0.817962,5.25,"2013-11-06 00:00",2.24,"2013-08-20 00:00",1.7,"2013-09-25 00:00",1.59,"2013-04-10 00:00","","","","",5.25,5.25,1.7,1.56,1.22,0.97,0.24,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12132",1,46.72938,-92.15998,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0.020408,0.016067,0.1,"2013-11-06 00:00",0.04,"2013-04-04 00:00",0.04,"2013-05-22 00:00",0.04,"2013-09-07 00:00","","","","",0.1,0.1,0.04,0.04,0.03,0.02,0.01,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12132",2,46.72938,-92.15998,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.021739,0.019357,0.12,"2013-11-06 00:00",0.05,"2013-11-30 00:00",0.04,"2013-04-04 00:00",0.04,"2013-08-20 00:00","","","","",0.12,0.12,0.04,0.04,0.03,0.02,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12136",1,46.72938,-92.15998,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12136",2,46.72938,-92.15998,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000426,0.00204,0.01,"2013-04-16 00:00",0.01,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12154",1,46.72938,-92.15998,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12154",2,46.72938,-92.15998,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12167",1,46.72938,-92.15998,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",49,91,49,54,0,5,"","","Certification not required",28,0.015229,0.011433,0.05,"2013-05-16 00:00",0.04,"2013-06-03 00:00",0.04,"2013-11-06 00:00",0.03,"2013-01-28 00:00","","","","",0.05,0.05,0.04,0.03,0.02,0.00665,0.00665,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","12167",2,46.72938,-92.15998,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,5,"","","Certification not required",26,0.01687,0.01333,0.05,"2013-05-16 00:00",0.05,"2013-05-22 00:00",0.05,"2013-11-06 00:00",0.04,"2013-06-03 00:00","","","","",0.05,0.05,0.05,0.03,0.03,0.00665,0.00665,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","14129",1,46.72938,-92.15998,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI VOL - HEATED ULTRASONIC HNO3/HCL EXTRACTION WITH ICP-AES",2013,"Micrograms/cubic meter (LC)","No Events",49,91,49,54,0,5,0,0,"Certification not required",0,0.000816,0.002766,0.01,"2013-07-03 00:00",0.01,"2013-09-07 00:00",0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","137","7555","14129",2,46.72938,-92.15998,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",47,87,47,54,0,5,0,0,"Certification not required",0,0.001064,0.003117,0.01,"2013-07-03 00:00",0.01,"2013-09-07 00:00",0.01,"2013-10-01 00:00",0.01,"2013-10-07 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Waseca Rd.","Industrial Rd.","Minnesota","Saint Louis","Duluth","Duluth, MN-WI","2014-02-19" +"27","139","0505","44201",1,44.791437,-93.512534,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5031,99,211,214,0,105,0,0,"Certification not required",163,0.0461,0.012998,0.083,"2013-07-03 16:00",0.074,"2013-07-06 12:00",0.074,"2013-07-07 16:00",0.074,"2013-07-11 17:00","","","","",0.074,0.072,0.065,0.061,0.054,0.048,0.029,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","139","0505","44201",1,44.791437,-93.512534,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5050,99,211,214,0,0,0,0,"Certification not required",0,0.041796,0.012564,0.073,"2013-07-03 11:00",0.07,"2013-07-07 10:00",0.069,"2013-07-06 11:00",0.067,"2013-07-11 11:00","","","","",0.069,0.066,0.059,0.056,0.05,0.044,0.025,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","139","0505","44201",1,44.791437,-93.512534,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5050,99,211,214,0,0,0,0,"Certification not required",0,0.041796,0.012564,0.073,"2013-07-03 11:00",0.07,"2013-07-07 10:00",0.069,"2013-07-06 11:00",0.067,"2013-07-11 11:00","","","","",0.069,0.066,0.059,0.056,0.05,0.044,0.025,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","139","0505","68101",1,44.791437,-93.512534,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,100,61,61,0,2,"","","Certification not required",76,0.118182,0.103682,0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00",0.4,"2013-04-04 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68102",1,44.791437,-93.512534,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68103",1,44.791437,-93.512534,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,2,"","","Certification not required",0,1.615702,13.063263,24.8,"2013-08-26 00:00",24.4,"2013-07-18 00:00",23.6,"2013-08-29 00:00",23.1,"2013-07-06 00:00","","","","",24.4,23.6,20.5,17.5,12.7,0.9,-15.7,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68104",1,44.791437,-93.512534,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,2,"","","Certification not required",0,12.547107,13.837456,35,"2013-08-26 00:00",35,"2013-09-07 00:00",34.4,"2013-07-18 00:00",34.3,"2013-08-29 00:00","","","","",35,34.4,32.3,29.8,25.5,11.4,-5.5,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68105",1,44.791437,-93.512534,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,2,"","","Certification not required",0,7.093388,13.215217,29.5,"2013-07-18 00:00",29.3,"2013-08-26 00:00",28.3,"2013-08-29 00:00",27.8,"2013-07-06 00:00","","","","",29.3,28.3,26.3,23,19.6,5.6,-10.5,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68106",1,44.791437,-93.512534,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,2,"","","Certification not required",0,736.545455,4.830459,750,"2013-11-12 00:00",748,"2013-12-06 00:00",745,"2013-01-22 00:00",745,"2013-09-16 00:00","","","","",748,745,744,742,740,736,730,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68107",1,44.791437,-93.512534,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,2,"","","Certification not required",0,742.909091,5.076088,760,"2013-11-12 00:00",757,"2013-11-24 00:00",756,"2013-12-06 00:00",753,"2013-11-21 00:00","","","","",757,756,751,748,746,742,737,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68108",1,44.791437,-93.512534,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,2,"","","Certification not required",0,739.760331,4.902423,756,"2013-11-12 00:00",752,"2013-12-06 00:00",749,"2013-10-13 00:00",748,"2013-01-22 00:00","","","","",752,749,748,746,743,740,734,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","68109",1,44.791437,-93.512534,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,100,61,61,0,2,"","","Certification not required",0,1439.892562,0.310957,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","88101",1,44.791437,-93.512534,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,2,0,0,"Certification not required",0,8.596694,4.593618,26.1,"2013-03-08 00:00",23.3,"2013-12-03 00:00",20.2,"2013-02-24 00:00",18.9,"2013-06-30 00:00","","","","",23.3,20.2,18,14.9,11.1,7.4,4,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","139","0505","88101",1,44.791437,-93.512534,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,2,"","","Certification not required",0,8.596694,4.593618,26.1,"2013-03-08 00:00",23.3,"2013-12-03 00:00",20.2,"2013-02-24 00:00",18.9,"2013-06-30 00:00","","","","",23.3,20.2,18,14.9,11.1,7.4,4,"Shakopee","917 DAKOTA ST.","Minnesota","Scott","Shakopee","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","145","3052","44201",1,45.549839,-94.13345,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5075,100,213,214,0,61,0,0,"Certification not required",258,0.043535,0.011309,0.07,"2013-06-25 14:00",0.069,"2013-07-07 13:00",0.068,"2013-07-05 16:00",0.068,"2013-09-05 17:00","","","","",0.068,0.065,0.063,0.058,0.051,0.043,0.029,"Talahi School","1321 University Dr.","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2014-01-29" +"27","145","3052","44201",1,45.549839,-94.13345,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5095,100,213,214,0,0,0,0,"Certification not required",0,0.039582,0.0106,0.064,"2013-06-25 12:00",0.064,"2013-07-05 12:00",0.061,"2013-07-04 11:00",0.061,"2013-07-12 10:00","","","","",0.061,0.059,0.056,0.053,0.047,0.04,0.026,"Talahi School","1321 University Dr.","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2014-01-29" +"27","145","3052","44201",1,45.549839,-94.13345,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5095,100,213,214,0,0,0,0,"Certification not required",0,0.039582,0.0106,0.064,"2013-06-25 12:00",0.064,"2013-07-05 12:00",0.061,"2013-07-04 11:00",0.061,"2013-07-12 10:00","","","","",0.061,0.059,0.056,0.053,0.047,0.04,0.026,"Talahi School","1321 University Dr.","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2014-01-29" +"27","145","3052","88101",3,45.549839,-94.13345,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8359,95,363,365,0,318,"","","Certification not required",0,6.462256,6.033565,63,"2013-01-01 00:00",45,"2013-02-25 23:00",41,"2013-01-05 19:00",41,"2013-02-25 22:00","","","","",27,24,18,15,9,5,0,"Talahi School","1321 University Dr.","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2014-02-05" +"27","145","3052","88101",3,45.549839,-94.13345,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,0,0,"Certification not required",0,6.461383,4.923966,27.4,"2013-12-02 00:00",26.3,"2013-03-08 00:00",25.4,"2013-02-25 00:00",25.2,"2013-01-05 00:00","","","","",25.2,21.9,16.2,12.5,8.9,5.2,1.7,"Talahi School","1321 University Dr.","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2014-02-05" +"27","145","3052","88101",3,45.549839,-94.13345,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,6.461383,4.923966,27.4,"2013-12-02 00:00",26.3,"2013-03-08 00:00",25.4,"2013-02-25 00:00",25.2,"2013-01-05 00:00","","","","",25.2,21.9,16.2,12.5,8.9,5.2,1.7,"Talahi School","1321 University Dr.","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2014-02-05" +"27","145","3053","11101",1,45.564637,-94.226345,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,26.344828,19.137241,73,"2013-05-28 00:00",70,"2013-05-16 00:00",62,"2013-04-28 00:00",52,"2013-03-29 00:00","","","","",73,73,70,62,34,19,10,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12101",1,45.564637,-94.226345,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",5,0.28431,0.268327,0.7,"2013-01-10 00:00",0.7,"2013-05-28 00:00",0.68,"2013-01-28 00:00",0.64,"2013-01-22 00:00","","","","",0.7,0.7,0.7,0.68,0.53,0.22,0.005,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-12" +"27","145","3053","12102",1,45.564637,-94.226345,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000345,0.001857,0.01,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12103",1,45.564637,-94.226345,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12105",1,45.564637,-94.226345,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12107",1,45.564637,-94.226345,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",15,0.005948,0.005027,0.02,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.0015,0.0015,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-12" +"27","145","3053","12110",1,45.564637,-94.226345,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12112",1,45.564637,-94.226345,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.003793,0.006769,0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-06-27 00:00",0.01,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12113",1,45.564637,-94.226345,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12114",1,45.564637,-94.226345,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.071379,0.039163,0.16,"2013-01-04 00:00",0.14,"2013-06-27 00:00",0.13,"2013-05-04 00:00",0.13,"2013-05-28 00:00","","","","",0.16,0.16,0.14,0.13,0.1,0.06,0.03,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-12" +"27","145","3053","12115",6,45.564637,-94.226345,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",24,96,24,25,0,1,"","","Certification not required",0,5e-06,9e-06,4e-05,"2013-01-28 00:00",2e-05,"2013-05-16 00:00",1e-05,"2013-01-04 00:00",1e-05,"2013-01-10 00:00","","","","",4e-05,4e-05,2e-05,1e-05,1e-05,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-03" +"27","145","3053","12126",1,45.564637,-94.226345,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.531379,0.5803,2.83,"2013-05-28 00:00",1.47,"2013-05-16 00:00",1.24,"2013-04-28 00:00",1.22,"2013-06-03 00:00","","","","",2.83,2.83,1.47,1.24,0.51,0.35,0.13,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-12" +"27","145","3053","12132",1,45.564637,-94.226345,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.016207,0.014979,0.06,"2013-05-28 00:00",0.05,"2013-05-16 00:00",0.04,"2013-04-28 00:00",0.03,"2013-06-03 00:00","","","","",0.06,0.06,0.05,0.04,0.02,0.01,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12136",1,45.564637,-94.226345,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.001724,0.004682,0.02,"2013-06-27 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00",0.01,"2013-04-28 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12154",1,45.564637,-94.226345,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","145","3053","12167",1,45.564637,-94.226345,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.01585,0.020392,0.09,"2013-05-28 00:00",0.07,"2013-04-22 00:00",0.05,"2013-04-10 00:00",0.03,"2013-06-15 00:00","","","","",0.09,0.09,0.07,0.05,0.02,0.00665,0.00665,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-12" +"27","145","3053","14129",1,45.564637,-94.226345,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,0.001034,0.003099,0.01,"2013-01-28 00:00",0.01,"2013-05-28 00:00",0.01,"2013-06-15 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Foundry Circle - St. Cloud","5200 Foundry Circle","Minnesota","Stearns","St. Cloud","St. Cloud, MN","2013-12-18" +"27","163","0436","42153",1,44.84737,-92.9954,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","42153",2,44.84737,-92.9954,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.003846,0.027735,0.2,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.2,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","42401",1,44.84737,-92.9954,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8693,99,365,365,0,67,0,"","Certification not required",0,1.808219,3.097578,36,"2013-06-26 18:00",22,"2013-08-06 08:00",19,"2013-04-25 23:00",14,"2013-10-25 22:00","","","","",14,9,7,4,2,1,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","163","0436","42401",1,44.84737,-92.9954,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8693,99,365,365,0,67,"","","Certification not required",0,0.578857,1.050014,36,"2013-06-26 18:00",22,"2013-08-06 08:00",19,"2013-04-25 23:00",16,"2013-06-26 19:00","","","","",4,3,2,1,1,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","163","0436","42401",1,44.84737,-92.9954,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.576164,0.674746,3.1,"2013-01-22 00:00",3,"2013-01-04 00:00",2.9,"2013-12-27 00:00",2.6,"2013-06-26 00:00","","","","",2.6,2.2,1.8,1.5,1.1,0.3,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","163","0436","42401",1,44.84737,-92.9954,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2874,98,364,365,0,0,"",0,"Certification not required",0,0.571016,0.921155,20,"2013-06-26 20:00",9.6,"2013-12-12 17:00",8.3,"2013-12-27 17:00",8,"2013-01-04 17:00","","","","",3.6,2.6,2,1.3,1,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","163","0436","43205",1,44.84737,-92.9954,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,3.575,1.992621,9,"2013-12-06 00:00",8,"2013-10-31 00:00",7.3,"2013-12-12 00:00",7,"2013-06-27 00:00","","","","",9,8,7.3,6.4,5.2,3.2,1.3,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43205",2,44.84737,-92.9954,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,3.536538,2.006561,9.4,"2013-12-06 00:00",8.1,"2013-10-31 00:00",7.3,"2013-12-12 00:00",7,"2013-06-27 00:00","","","","",9.4,8.1,7.3,6.2,5,3.2,1.3,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43207",1,44.84737,-92.9954,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.150385,0.016083,0.19,"2013-06-03 00:00",0.18,"2013-06-27 00:00",0.17,"2013-04-10 00:00",0.17,"2013-05-28 00:00","","","","",0.19,0.18,0.17,0.17,0.16,0.15,0.14,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43207",2,44.84737,-92.9954,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.150962,0.016241,0.18,"2013-06-03 00:00",0.18,"2013-10-19 00:00",0.17,"2013-03-29 00:00",0.17,"2013-05-28 00:00","","","","",0.18,0.18,0.17,0.17,0.16,0.15,0.14,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43208",1,44.84737,-92.9954,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43208",2,44.84737,-92.9954,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43218",1,44.84737,-92.9954,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.162692,0.124524,0.54,"2013-10-31 00:00",0.5,"2013-12-12 00:00",0.47,"2013-11-18 00:00",0.34,"2013-01-04 00:00","","","","",0.54,0.5,0.47,0.32,0.23,0.14,0.02,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43218",2,44.84737,-92.9954,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.152885,0.104005,0.48,"2013-10-19 00:00",0.36,"2013-10-13 00:00",0.34,"2013-12-12 00:00",0.31,"2013-11-18 00:00","","","","",0.48,0.36,0.34,0.29,0.24,0.12,0.04,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43231",1,44.84737,-92.9954,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.023077,0.6067,3,"2013-10-07 00:00",2.8,"2013-06-27 00:00",2.7,"2013-08-02 00:00",1.8,"2013-10-13 00:00","","","","",3,2.8,2.7,1.5,1.3,1,0.4,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43231",2,44.84737,-92.9954,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,0.998039,0.571836,2.7,"2013-06-27 00:00",2.7,"2013-08-02 00:00",1.9,"2013-10-07 00:00",1.9,"2013-10-13 00:00","","","","",2.7,2.7,1.9,1.6,1.3,1,0.4,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43232",1,44.84737,-92.9954,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",4,0.526923,0.350135,1.5,"2013-10-07 00:00",1.2,"2013-09-13 00:00",1.2,"2013-09-19 00:00",1.2,"2013-12-18 00:00","","","","",1.5,1.2,1.2,1.1,0.7,0.5,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43232",2,44.84737,-92.9954,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",4,0.561538,0.367639,1.9,"2013-06-27 00:00",1.3,"2013-12-18 00:00",1.1,"2013-08-02 00:00",1.1,"2013-10-13 00:00","","","","",1.9,1.3,1.1,1,0.8,0.6,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43248",1,44.84737,-92.9954,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",8,0.276923,0.181081,0.8,"2013-06-27 00:00",0.7,"2013-10-07 00:00",0.6,"2013-10-13 00:00",0.5,"2013-01-28 00:00","","","","",0.8,0.7,0.6,0.5,0.4,0.3,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43248",2,44.84737,-92.9954,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",11,0.260577,0.180233,0.8,"2013-06-27 00:00",0.7,"2013-10-07 00:00",0.6,"2013-10-13 00:00",0.5,"2013-08-02 00:00","","","","",0.8,0.7,0.6,0.5,0.4,0.3,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43302",1,44.84737,-92.9954,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",18,9.794231,13.392508,71.9,"2013-03-29 00:00",38.6,"2013-01-04 00:00",38.1,"2013-06-15 00:00",25.2,"2013-04-04 00:00","","","","",71.9,38.6,38.1,23.3,16.4,5,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43302",2,44.84737,-92.9954,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",20,10.019231,12.117505,54,"2013-08-26 00:00",43.9,"2013-09-01 00:00",31.6,"2013-01-04 00:00",27.7,"2013-07-09 00:00","","","","",54,43.9,31.6,26.5,16.7,6.8,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43312",1,44.84737,-92.9954,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",21,0.468478,0.67506,3.2,"2013-04-22 00:00",2.5,"2013-10-31 00:00",2,"2013-04-04 00:00",1.3,"2013-10-07 00:00","","","","",3.2,3.2,2,1,0.6,0.1,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43312",2,44.84737,-92.9954,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",22,0.908696,1.298217,5.1,"2013-09-25 00:00",4.6,"2013-10-13 00:00",3.5,"2013-08-26 00:00",3.4,"2013-09-13 00:00","","","","",5.1,5.1,3.5,3.4,1.3,0.3,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43372",1,44.84737,-92.9954,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.001923,0.013868,0.1,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43372",2,44.84737,-92.9954,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.001923,0.013868,0.1,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43447",1,44.84737,-92.9954,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.919231,0.945586,4,"2013-10-07 00:00",3.6,"2013-08-02 00:00",3.3,"2013-08-08 00:00",3.2,"2013-08-26 00:00","","","","",4,3.6,3.3,2,1.3,0.7,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43447",2,44.84737,-92.9954,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",0,0.869388,1.10212,6.4,"2013-08-26 00:00",3.6,"2013-08-02 00:00",3.3,"2013-08-08 00:00",2.3,"2013-06-27 00:00","","","","",6.4,6.4,3.3,1.5,1.1,0.6,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43502",1,44.84737,-92.9954,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,2.173585,1.31707,6.1,"2013-05-16 00:00",4.5,"2013-08-26 00:00",4.3,"2013-07-03 00:00",4.3,"2013-09-07 00:00","","","","",6.1,4.5,4.3,3.9,3.3,1.6,0.8,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43502",2,44.84737,-92.9954,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,2.162264,1.279006,5.6,"2013-05-16 00:00",4.3,"2013-04-28 00:00",4.3,"2013-08-26 00:00",4.2,"2013-07-03 00:00","","","","",5.6,4.3,4.3,3.9,3.3,1.6,0.8,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43503",1,44.84737,-92.9954,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,1.226415,0.429289,2.2,"2013-05-16 00:00",2.1,"2013-03-29 00:00",2,"2013-05-10 00:00",1.9,"2013-06-27 00:00","","","","",2.2,2.1,2,1.9,1.5,1.2,0.7,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43503",2,44.84737,-92.9954,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,1.213208,0.412328,2.1,"2013-05-16 00:00",2,"2013-03-29 00:00",1.9,"2013-05-10 00:00",1.9,"2013-06-27 00:00","","","","",2.1,2,1.9,1.8,1.4,1.2,0.7,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43504",1,44.84737,-92.9954,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,0.267925,0.113973,0.5,"2013-06-27 00:00",0.5,"2013-08-02 00:00",0.5,"2013-11-30 00:00",0.4,"2013-05-10 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43504",2,44.84737,-92.9954,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,0.264151,0.10395,0.5,"2013-06-27 00:00",0.5,"2013-10-07 00:00",0.5,"2013-11-30 00:00",0.4,"2013-07-03 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.3,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43510",1,44.84737,-92.9954,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",4,0.160906,0.106431,0.528,"2013-01-28 00:00",0.412,"2013-01-04 00:00",0.364,"2013-05-16 00:00",0.356,"2013-03-29 00:00","","","","",0.528,0.412,0.364,0.344,0.188,0.136,0.06,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43510",2,44.84737,-92.9954,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",5,0.155434,0.098886,0.5,"2013-01-28 00:00",0.428,"2013-01-04 00:00",0.38,"2013-03-29 00:00",0.332,"2013-07-27 00:00","","","","",0.5,0.428,0.38,0.288,0.184,0.136,0.06,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43516",1,44.84737,-92.9954,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43516",2,44.84737,-92.9954,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43551",1,44.84737,-92.9954,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,3.616981,1.206032,6.9,"2013-05-16 00:00",6.6,"2013-07-03 00:00",6.1,"2013-03-29 00:00",6,"2013-06-03 00:00","","","","",6.9,6.6,6.1,5.3,4.3,3.2,2.3,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43551",2,44.84737,-92.9954,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,3.535849,1.145912,6.3,"2013-05-16 00:00",6.3,"2013-07-03 00:00",5.9,"2013-03-29 00:00",5.8,"2013-06-03 00:00","","","","",6.3,6.3,5.9,5.2,4.3,3.2,2.4,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43552",1,44.84737,-92.9954,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,8,"","","Certification not required",17,0.376667,0.588681,3.3,"2013-08-20 00:00",1.7,"2013-08-08 00:00",1.5,"2013-07-03 00:00",1.2,"2013-06-21 00:00","","","","",3.3,3.3,1.5,0.8,0.4,0.2,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43552",2,44.84737,-92.9954,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,7,"","","Certification not required",20,0.663043,1.319067,7.3,"2013-08-26 00:00",4.9,"2013-08-08 00:00",2.1,"2013-07-09 00:00",1.9,"2013-06-27 00:00","","","","",7.3,7.3,2.1,1.7,0.7,0.2,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43559",1,44.84737,-92.9954,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",48,0.076923,0.111347,0.7,"2013-08-08 00:00",0.5,"2013-08-20 00:00",0.2,"2013-09-13 00:00",0.2,"2013-09-19 00:00","","","","",0.7,0.5,0.2,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43559",2,44.84737,-92.9954,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",45,0.131731,0.320849,2.2,"2013-08-26 00:00",0.8,"2013-08-08 00:00",0.4,"2013-06-27 00:00",0.4,"2013-09-13 00:00","","","","",2.2,0.8,0.4,0.2,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43801",1,44.84737,-92.9954,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.441346,0.19607,0.69,"2013-08-26 00:00",0.65,"2013-06-03 00:00",0.62,"2013-04-10 00:00",0.61,"2013-11-24 00:00","","","","",0.69,0.65,0.62,0.6,0.54,0.5,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43801",2,44.84737,-92.9954,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,3,"","","Certification not required",0,0.4222,0.206875,0.7,"2013-06-03 00:00",0.63,"2013-08-26 00:00",0.61,"2013-11-24 00:00",0.57,"2013-02-09 00:00","","","","",0.7,0.7,0.61,0.57,0.54,0.51,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43802",1,44.84737,-92.9954,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.078462,0.026963,0.16,"2013-09-25 00:00",0.13,"2013-04-04 00:00",0.12,"2013-08-02 00:00",0.11,"2013-05-28 00:00","","","","",0.16,0.13,0.12,0.1,0.09,0.08,0.06,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43802",2,44.84737,-92.9954,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.072885,0.033743,0.17,"2013-04-04 00:00",0.15,"2013-09-25 00:00",0.12,"2013-08-02 00:00",0.11,"2013-05-28 00:00","","","","",0.17,0.15,0.12,0.1,0.09,0.08,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43803",1,44.84737,-92.9954,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.016731,0.00678,0.03,"2013-06-03 00:00",0.03,"2013-07-03 00:00",0.03,"2013-08-02 00:00",0.03,"2013-08-08 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43803",2,44.84737,-92.9954,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.015769,0.007234,0.03,"2013-07-03 00:00",0.03,"2013-08-02 00:00",0.03,"2013-08-26 00:00",0.03,"2013-09-25 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43804",1,44.84737,-92.9954,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43804",2,44.84737,-92.9954,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43806",1,44.84737,-92.9954,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43806",2,44.84737,-92.9954,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43811",1,44.84737,-92.9954,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.226923,0.048971,0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-04-10 00:00",0.3,"2013-05-28 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43811",2,44.84737,-92.9954,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.225,0.047999,0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-28 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43812",1,44.84737,-92.9954,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43812",2,44.84737,-92.9954,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43813",1,44.84737,-92.9954,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43813",2,44.84737,-92.9954,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43814",1,44.84737,-92.9954,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.009038,0.002977,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43814",2,44.84737,-92.9954,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.009231,0.003341,0.02,"2013-08-26 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43815",1,44.84737,-92.9954,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.024808,0.009998,0.04,"2013-02-09 00:00",0.04,"2013-04-28 00:00",0.04,"2013-05-28 00:00",0.03,"2013-01-16 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.03,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43815",2,44.84737,-92.9954,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.023654,0.010295,0.05,"2013-06-03 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-15 00:00",0.04,"2013-08-26 00:00","","","","",0.05,0.04,0.04,0.03,0.03,0.03,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43817",1,44.84737,-92.9954,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.031346,0.05103,0.27,"2013-10-31 00:00",0.21,"2013-08-26 00:00",0.13,"2013-10-25 00:00",0.11,"2013-09-25 00:00","","","","",0.27,0.21,0.13,0.08,0.03,0.02,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43817",2,44.84737,-92.9954,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.033654,0.064231,0.39,"2013-08-26 00:00",0.24,"2013-10-31 00:00",0.12,"2013-10-25 00:00",0.11,"2013-09-25 00:00","","","","",0.39,0.24,0.12,0.08,0.03,0.02,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43818",1,44.84737,-92.9954,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43818",2,44.84737,-92.9954,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43819",1,44.84737,-92.9954,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.0075,0.004372,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43819",2,44.84737,-92.9954,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.0075,0.004372,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43820",1,44.84737,-92.9954,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43820",2,44.84737,-92.9954,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43823",1,44.84737,-92.9954,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.511154,0.065758,0.63,"2013-11-24 00:00",0.62,"2013-10-31 00:00",0.61,"2013-06-03 00:00",0.6,"2013-07-27 00:00","","","","",0.63,0.62,0.61,0.58,0.54,0.52,0.47,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43823",2,44.84737,-92.9954,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.513462,0.063644,0.7,"2013-09-25 00:00",0.63,"2013-11-24 00:00",0.62,"2013-06-03 00:00",0.59,"2013-08-20 00:00","","","","",0.7,0.63,0.62,0.57,0.55,0.51,0.47,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43824",1,44.84737,-92.9954,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.003269,0.007063,0.03,"2013-08-02 00:00",0.02,"2013-10-07 00:00",0.02,"2013-10-31 00:00",0.02,"2013-11-06 00:00","","","","",0.03,0.02,0.02,0.01,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43824",2,44.84737,-92.9954,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.003077,0.006727,0.03,"2013-08-02 00:00",0.02,"2013-10-31 00:00",0.02,"2013-11-06 00:00",0.02,"2013-11-12 00:00","","","","",0.03,0.02,0.02,0.01,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43826",1,44.84737,-92.9954,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43826",2,44.84737,-92.9954,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43828",1,44.84737,-92.9954,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43828",2,44.84737,-92.9954,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43829",1,44.84737,-92.9954,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43829",2,44.84737,-92.9954,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43830",1,44.84737,-92.9954,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43830",2,44.84737,-92.9954,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43831",1,44.84737,-92.9954,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43831",2,44.84737,-92.9954,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43832",1,44.84737,-92.9954,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43832",2,44.84737,-92.9954,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43838",1,44.84737,-92.9954,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43838",2,44.84737,-92.9954,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43839",1,44.84737,-92.9954,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43839",2,44.84737,-92.9954,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43843",1,44.84737,-92.9954,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43843",2,44.84737,-92.9954,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43844",1,44.84737,-92.9954,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43844",2,44.84737,-92.9954,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43860",1,44.84737,-92.9954,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.005577,0.007253,0.03,"2013-06-27 00:00",0.02,"2013-06-03 00:00",0.02,"2013-08-02 00:00",0.02,"2013-08-08 00:00","","","","",0.03,0.02,0.02,0.01,0.01,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43860",2,44.84737,-92.9954,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.004808,0.006713,0.03,"2013-08-08 00:00",0.02,"2013-06-27 00:00",0.02,"2013-07-27 00:00",0.01,"2013-01-04 00:00","","","","",0.03,0.02,0.02,0.01,0.01,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","43911",1,44.84737,-92.9954,"WGS84","Total reduced sulfur","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per million","No Events",8694,99,365,365,0,66,"","","Certification not required",8694,0.01,0,0.01,"2013-01-01 00:00",0.01,"2013-01-01 01:00",0.01,"2013-01-01 02:00",0.01,"2013-01-01 03:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-31" +"27","163","0436","45109",1,44.84737,-92.9954,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.028077,0.802933,3.69,"2013-10-07 00:00",3.65,"2013-06-27 00:00",2.72,"2013-08-02 00:00",2.7,"2013-09-25 00:00","","","","",3.69,3.65,2.72,2.02,1.31,0.84,0.34,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45109",2,44.84737,-92.9954,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.060769,0.879665,4.02,"2013-06-27 00:00",3.89,"2013-10-07 00:00",2.82,"2013-08-02 00:00",2.69,"2013-09-25 00:00","","","","",4.02,3.89,2.82,2.09,1.37,0.87,0.24,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45201",1,44.84737,-92.9954,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.205385,0.559585,2.96,"2013-10-07 00:00",2.92,"2013-06-27 00:00",2.38,"2013-12-18 00:00",2.23,"2013-10-31 00:00","","","","",2.96,2.92,2.38,1.79,1.44,1.09,0.65,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45201",2,44.84737,-92.9954,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.199423,0.550306,2.92,"2013-06-27 00:00",2.84,"2013-10-07 00:00",2.44,"2013-12-18 00:00",2.15,"2013-04-16 00:00","","","","",2.92,2.84,2.44,1.75,1.45,1.09,0.68,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45202",1,44.84737,-92.9954,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,2.043725,1.265913,6.1,"2013-10-07 00:00",5.07,"2013-08-02 00:00",4.65,"2013-06-27 00:00",4.02,"2013-08-08 00:00","","","","",6.1,5.07,4.65,3.95,2.99,1.7,0.9,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45202",2,44.84737,-92.9954,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,2.001961,1.266463,5.96,"2013-10-07 00:00",4.89,"2013-08-02 00:00",4.88,"2013-06-27 00:00",3.77,"2013-08-08 00:00","","","","",5.96,4.89,4.88,3.7,2.9,1.67,0.78,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45203",1,44.84737,-92.9954,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.281731,0.200712,1.02,"2013-06-27 00:00",0.82,"2013-10-07 00:00",0.74,"2013-08-02 00:00",0.62,"2013-09-25 00:00","","","","",1.02,0.82,0.74,0.5,0.39,0.24,0.1,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45203",2,44.84737,-92.9954,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.289231,0.216938,1.13,"2013-06-27 00:00",0.9,"2013-10-07 00:00",0.75,"2013-08-02 00:00",0.68,"2013-08-26 00:00","","","","",1.13,0.9,0.75,0.5,0.39,0.25,0.08,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45204",1,44.84737,-92.9954,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.406923,0.302308,1.43,"2013-10-07 00:00",1.39,"2013-06-27 00:00",1.04,"2013-09-25 00:00",1.03,"2013-08-02 00:00","","","","",1.43,1.39,1.04,0.74,0.55,0.34,0.14,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45204",2,44.84737,-92.9954,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.416154,0.334196,1.55,"2013-06-27 00:00",1.48,"2013-10-07 00:00",1.06,"2013-08-02 00:00",1.06,"2013-09-25 00:00","","","","",1.55,1.48,1.06,0.83,0.51,0.34,0.11,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45207",1,44.84737,-92.9954,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",8,0.109423,0.090389,0.4,"2013-10-07 00:00",0.37,"2013-06-27 00:00",0.29,"2013-08-02 00:00",0.23,"2013-04-28 00:00","","","","",0.4,0.37,0.29,0.21,0.15,0.09,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45207",2,44.84737,-92.9954,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",10,0.108462,0.095309,0.42,"2013-06-27 00:00",0.41,"2013-10-07 00:00",0.29,"2013-08-02 00:00",0.28,"2013-08-26 00:00","","","","",0.42,0.41,0.29,0.23,0.15,0.09,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45208",1,44.84737,-92.9954,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",7,0.343846,0.331711,1.58,"2013-06-27 00:00",1.24,"2013-10-07 00:00",1.03,"2013-08-02 00:00",0.83,"2013-07-03 00:00","","","","",1.58,1.24,1.03,0.76,0.5,0.26,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45208",2,44.84737,-92.9954,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",9,0.363269,0.363084,1.65,"2013-06-27 00:00",1.35,"2013-10-07 00:00",1.21,"2013-08-26 00:00",1.01,"2013-08-02 00:00","","","","",1.65,1.35,1.21,0.76,0.55,0.28,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45220",1,44.84737,-92.9954,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.043269,0.054726,0.2,"2013-10-07 00:00",0.18,"2013-06-27 00:00",0.18,"2013-08-08 00:00",0.16,"2013-08-02 00:00","","","","",0.2,0.18,0.18,0.13,0.07,0.02,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45220",2,44.84737,-92.9954,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.053269,0.065221,0.23,"2013-08-26 00:00",0.23,"2013-10-07 00:00",0.21,"2013-06-27 00:00",0.2,"2013-08-08 00:00","","","","",0.23,0.23,0.21,0.15,0.09,0.02,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45228",1,44.84737,-92.9954,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",50,0.1575,0.046141,0.423,"2013-06-27 00:00",0.342,"2013-10-07 00:00",0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00","","","","",0.423,0.342,0.1485,0.1485,0.1485,0.1485,0.1485,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45228",2,44.84737,-92.9954,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",49,0.161913,0.055612,0.432,"2013-06-27 00:00",0.378,"2013-10-07 00:00",0.333,"2013-08-26 00:00",0.1485,"2013-01-04 00:00","","","","",0.432,0.378,0.333,0.1485,0.1485,0.1485,0.1485,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45501",1,44.84737,-92.9954,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",36,0.084906,0.067642,0.4,"2013-06-27 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00",0.2,"2013-06-03 00:00","","","","",0.4,0.2,0.2,0.2,0.1,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45501",2,44.84737,-92.9954,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",40,0.086792,0.076051,0.4,"2013-06-27 00:00",0.3,"2013-06-21 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00","","","","",0.4,0.3,0.2,0.2,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45801",1,44.84737,-92.9954,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.005769,0.010543,0.05,"2013-06-27 00:00",0.04,"2013-10-07 00:00",0.03,"2013-10-31 00:00",0.02,"2013-08-02 00:00","","","","",0.05,0.04,0.03,0.02,0.01,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45801",2,44.84737,-92.9954,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.004615,0.008035,0.04,"2013-06-27 00:00",0.02,"2013-05-28 00:00",0.02,"2013-06-03 00:00",0.02,"2013-12-18 00:00","","","","",0.04,0.02,0.02,0.01,0.01,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45805",1,44.84737,-92.9954,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45805",2,44.84737,-92.9954,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45806",1,44.84737,-92.9954,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45806",2,44.84737,-92.9954,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45807",1,44.84737,-92.9954,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.001923,0.004866,0.02,"2013-07-03 00:00",0.02,"2013-08-02 00:00",0.01,"2013-07-09 00:00",0.01,"2013-07-15 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45807",2,44.84737,-92.9954,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.002885,0.00848,0.05,"2013-08-26 00:00",0.02,"2013-06-27 00:00",0.02,"2013-08-02 00:00",0.02,"2013-10-07 00:00","","","","",0.05,0.02,0.02,0.01,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45809",1,44.84737,-92.9954,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45809",2,44.84737,-92.9954,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45810",1,44.84737,-92.9954,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","45810",2,44.84737,-92.9954,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","46401",1,44.84737,-92.9954,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.052885,0.020801,0.2,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0436","46401",2,44.84737,-92.9954,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.052885,0.020801,0.2,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 436","649 FIFTH STREET","Minnesota","Washington","St. Paul Park","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","11101",1,44.85711,-93.00352,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,35.792453,28.016038,158,"2013-06-21 00:00",103,"2013-04-28 00:00",94,"2013-03-29 00:00",85,"2013-08-20 00:00","","","","",158,103,94,69,45,27,10,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12101",1,44.85711,-93.00352,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,1,"","","Certification not required",7,0.187642,0.257666,1.74,"2013-06-21 00:00",0.56,"2013-04-28 00:00",0.51,"2013-08-26 00:00",0.46,"2013-03-29 00:00","","","","",1.74,0.56,0.51,0.39,0.21,0.12,0.005,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12102",1,44.85711,-93.00352,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12103",1,44.85711,-93.00352,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0.000377,0.001924,0.01,"2013-08-02 00:00",0.01,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12105",1,44.85711,-93.00352,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12107",1,44.85711,-93.00352,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",21,0.007953,0.006497,0.03,"2013-06-21 00:00",0.02,"2013-07-03 00:00",0.02,"2013-08-20 00:00",0.02,"2013-08-26 00:00","","","","",0.03,0.02,0.02,0.02,0.01,0.01,0.0015,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12110",1,44.85711,-93.00352,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12112",1,44.85711,-93.00352,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12113",1,44.85711,-93.00352,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12114",1,44.85711,-93.00352,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0.368113,0.237762,1.09,"2013-09-07 00:00",0.87,"2013-09-19 00:00",0.84,"2013-09-01 00:00",0.77,"2013-08-26 00:00","","","","",1.09,0.87,0.84,0.74,0.53,0.31,0.09,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12126",1,44.85711,-93.00352,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0.561887,0.604588,4.06,"2013-06-21 00:00",1.89,"2013-03-29 00:00",1.39,"2013-04-28 00:00",1.15,"2013-05-16 00:00","","","","",4.06,1.89,1.39,1.01,0.65,0.45,0.14,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12132",1,44.85711,-93.00352,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0.022075,0.01833,0.08,"2013-03-29 00:00",0.07,"2013-04-28 00:00",0.06,"2013-06-21 00:00",0.05,"2013-05-16 00:00","","","","",0.08,0.07,0.06,0.05,0.03,0.02,0.01,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12136",1,44.85711,-93.00352,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0.000189,0.001374,0.01,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12154",1,44.85711,-93.00352,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","12167",1,44.85711,-93.00352,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",53,98,53,54,0,1,"","","Certification not required",26,0.017225,0.011788,0.04,"2013-06-21 00:00",0.04,"2013-08-20 00:00",0.04,"2013-08-26 00:00",0.04,"2013-10-25 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0.00665,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","14129",1,44.85711,-93.00352,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",53,98,53,54,0,1,0,0,"Certification not required",0,0.003396,0.008073,0.05,"2013-09-13 00:00",0.02,"2013-12-24 00:00",0.01,"2013-05-04 00:00",0.01,"2013-05-10 00:00","","","","",0.05,0.02,0.01,0.01,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","42153",1,44.85711,-93.00352,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43205",1,44.85711,-93.00352,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,4.094231,2.547541,11.8,"2013-12-18 00:00",8.8,"2013-03-29 00:00",8.8,"2013-08-26 00:00",8.7,"2013-08-20 00:00","","","","",11.8,8.8,8.8,7.5,5.6,3.8,1,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43207",1,44.85711,-93.00352,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.155385,0.022357,0.2,"2013-05-28 00:00",0.19,"2013-08-20 00:00",0.19,"2013-10-19 00:00",0.18,"2013-06-21 00:00","","","","",0.2,0.19,0.19,0.18,0.17,0.16,0.14,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43208",1,44.85711,-93.00352,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43218",1,44.85711,-93.00352,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.165769,0.240778,1.52,"2013-12-18 00:00",0.84,"2013-07-09 00:00",0.5,"2013-06-21 00:00",0.39,"2013-12-12 00:00","","","","",1.52,0.84,0.5,0.35,0.19,0.11,0.02,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43231",1,44.85711,-93.00352,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.682692,1.17285,4.6,"2013-07-09 00:00",3.8,"2013-09-25 00:00",3.7,"2013-06-03 00:00",3.5,"2013-07-03 00:00","","","","",4.6,3.8,3.7,3.2,2.6,1.4,0.2,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43232",1,44.85711,-93.00352,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",3,0.866346,0.620699,2.9,"2013-03-29 00:00",2.2,"2013-08-20 00:00",2,"2013-09-25 00:00",1.9,"2013-07-09 00:00","","","","",2.9,2.2,2,1.7,1.3,0.8,0.2,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43248",1,44.85711,-93.00352,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",27,0.304808,0.393733,1.7,"2013-03-29 00:00",1.5,"2013-09-25 00:00",1.1,"2013-08-20 00:00",0.9,"2013-04-28 00:00","","","","",1.7,1.5,1.1,0.9,0.5,0.05,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43302",1,44.85711,-93.00352,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",19,12.160577,16.606346,62.6,"2013-03-29 00:00",59,"2013-06-15 00:00",57.4,"2013-09-01 00:00",54.6,"2013-04-28 00:00","","","","",62.6,59,57.4,27.4,21.2,5.6,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43312",1,44.85711,-93.00352,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,5,"","","Certification not required",21,1.530208,3.534627,23.4,"2013-09-19 00:00",5.9,"2013-09-01 00:00",5.1,"2013-09-25 00:00",4.2,"2013-10-07 00:00","","","","",23.4,23.4,5.1,3.7,1.6,0.5,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43372",1,44.85711,-93.00352,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.003846,0.027735,0.2,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.2,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43447",1,44.85711,-93.00352,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.721154,2.091752,10.3,"2013-07-09 00:00",6.8,"2013-06-15 00:00",6.7,"2013-07-03 00:00",5.4,"2013-07-15 00:00","","","","",10.3,6.8,6.7,4.1,2.4,1,0.1,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43502",1,44.85711,-93.00352,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,1.718868,0.817138,3.8,"2013-09-07 00:00",3.7,"2013-04-28 00:00",3.5,"2013-08-26 00:00",3.4,"2013-07-03 00:00","","","","",3.8,3.7,3.5,3.2,2.1,1.5,0.9,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43503",1,44.85711,-93.00352,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,1.320755,0.541493,2.7,"2013-03-29 00:00",2.4,"2013-08-26 00:00",2.4,"2013-11-30 00:00",2.3,"2013-09-07 00:00","","","","",2.7,2.4,2.4,2.1,1.7,1.2,0.7,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43504",1,44.85711,-93.00352,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,0.309434,0.134828,0.6,"2013-06-03 00:00",0.6,"2013-08-20 00:00",0.6,"2013-08-26 00:00",0.6,"2013-11-30 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.2,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43510",1,44.85711,-93.00352,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",8,0.157208,0.11363,0.52,"2013-01-28 00:00",0.448,"2013-01-04 00:00",0.44,"2013-03-29 00:00",0.384,"2013-07-27 00:00","","","","",0.52,0.448,0.44,0.304,0.196,0.132,0.03,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43516",1,44.85711,-93.00352,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43551",1,44.85711,-93.00352,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",0,3.698113,1.446546,8,"2013-10-01 00:00",7.9,"2013-03-29 00:00",7.4,"2013-05-16 00:00",5.9,"2013-06-03 00:00","","","","",8,7.9,7.4,5.7,4.5,3.2,2.4,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43552",1,44.85711,-93.00352,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,4,"","","Certification not required",21,0.515306,0.7561,2.9,"2013-06-15 00:00",2.7,"2013-07-09 00:00",2.5,"2013-05-28 00:00",2.2,"2013-08-26 00:00","","","","",2.9,2.9,2.5,2,0.7,0.2,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43559",1,44.85711,-93.00352,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",47,0.075962,0.092615,0.5,"2013-08-20 00:00",0.4,"2013-05-28 00:00",0.4,"2013-08-26 00:00",0.2,"2013-06-09 00:00","","","","",0.5,0.4,0.4,0.05,0.05,0.05,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43801",1,44.85711,-93.00352,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.449808,0.164406,0.66,"2013-08-20 00:00",0.59,"2013-06-21 00:00",0.57,"2013-03-29 00:00",0.57,"2013-04-28 00:00","","","","",0.66,0.59,0.57,0.57,0.55,0.5,0.14,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43802",1,44.85711,-93.00352,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.080577,0.029666,0.19,"2013-08-02 00:00",0.16,"2013-10-13 00:00",0.13,"2013-05-28 00:00",0.11,"2013-06-03 00:00","","","","",0.19,0.16,0.13,0.11,0.09,0.08,0.06,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43803",1,44.85711,-93.00352,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.017115,0.006051,0.03,"2013-07-03 00:00",0.03,"2013-07-09 00:00",0.03,"2013-08-02 00:00",0.03,"2013-08-08 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.01,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43804",1,44.85711,-93.00352,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43806",1,44.85711,-93.00352,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43811",1,44.85711,-93.00352,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.232692,0.05134,0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-28 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43812",1,44.85711,-93.00352,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43813",1,44.85711,-93.00352,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43814",1,44.85711,-93.00352,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.008077,0.004445,0.02,"2013-08-02 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.01,0.01,0.01,0.01,0.01,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43815",1,44.85711,-93.00352,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.026538,0.00905,0.04,"2013-01-28 00:00",0.04,"2013-02-09 00:00",0.04,"2013-03-05 00:00",0.04,"2013-03-29 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.03,0.02,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43817",1,44.85711,-93.00352,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.013846,0.0268,0.19,"2013-10-01 00:00",0.04,"2013-09-19 00:00",0.04,"2013-10-31 00:00",0.03,"2013-12-12 00:00","","","","",0.19,0.04,0.04,0.02,0.02,0.01,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43818",1,44.85711,-93.00352,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43819",1,44.85711,-93.00352,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.007308,0.004479,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43820",1,44.85711,-93.00352,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43823",1,44.85711,-93.00352,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.525962,0.066929,0.69,"2013-12-12 00:00",0.66,"2013-05-28 00:00",0.63,"2013-08-20 00:00",0.62,"2013-06-03 00:00","","","","",0.69,0.66,0.63,0.6,0.56,0.52,0.47,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43824",1,44.85711,-93.00352,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.004808,0.011113,0.07,"2013-08-08 00:00",0.03,"2013-08-02 00:00",0.02,"2013-10-31 00:00",0.01,"2013-01-04 00:00","","","","",0.07,0.03,0.02,0.01,0.01,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43826",1,44.85711,-93.00352,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43828",1,44.85711,-93.00352,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43829",1,44.85711,-93.00352,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43830",1,44.85711,-93.00352,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43831",1,44.85711,-93.00352,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43832",1,44.85711,-93.00352,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43838",1,44.85711,-93.00352,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43839",1,44.85711,-93.00352,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43843",1,44.85711,-93.00352,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43844",1,44.85711,-93.00352,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","43860",1,44.85711,-93.00352,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.000577,0.002354,0.01,"2013-01-16 00:00",0.01,"2013-06-03 00:00",0.01,"2013-12-18 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45109",1,44.85711,-93.00352,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.329231,0.975359,4.35,"2013-09-25 00:00",4.08,"2013-06-03 00:00",3.18,"2013-09-19 00:00",2.82,"2013-08-20 00:00","","","","",4.35,4.08,3.18,2.5,1.89,1.06,0.24,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45201",1,44.85711,-93.00352,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,1.320385,0.550297,2.45,"2013-12-18 00:00",2.36,"2013-01-28 00:00",2.35,"2013-03-29 00:00",2.26,"2013-07-09 00:00","","","","",2.45,2.36,2.35,2.05,1.79,1.26,0.62,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45202",1,44.85711,-93.00352,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,2,"","","Certification not required",0,2.67549,1.680637,7.37,"2013-03-29 00:00",5.77,"2013-07-09 00:00",5.71,"2013-09-25 00:00",5.68,"2013-08-20 00:00","","","","",7.37,5.77,5.71,5.25,3.79,2.18,0.93,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45203",1,44.85711,-93.00352,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.333462,0.22885,1.01,"2013-06-03 00:00",0.9,"2013-09-25 00:00",0.74,"2013-07-03 00:00",0.7,"2013-08-20 00:00","","","","",1.01,0.9,0.74,0.64,0.51,0.28,0.1,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45204",1,44.85711,-93.00352,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.531154,0.356984,1.58,"2013-09-25 00:00",1.51,"2013-06-03 00:00",1.12,"2013-09-19 00:00",1.08,"2013-08-20 00:00","","","","",1.58,1.51,1.12,0.98,0.8,0.47,0.15,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45207",1,44.85711,-93.00352,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",10,0.121538,0.094897,0.33,"2013-09-25 00:00",0.32,"2013-09-19 00:00",0.31,"2013-06-03 00:00",0.3,"2013-06-15 00:00","","","","",0.33,0.32,0.31,0.26,0.21,0.1,0.01,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45208",1,44.85711,-93.00352,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",4,0.427308,0.314194,1.09,"2013-09-19 00:00",1.06,"2013-08-20 00:00",1.02,"2013-09-25 00:00",0.97,"2013-06-03 00:00","","","","",1.09,1.06,1.02,0.87,0.67,0.39,0.06,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45220",1,44.85711,-93.00352,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.030962,0.038259,0.16,"2013-08-02 00:00",0.14,"2013-06-15 00:00",0.11,"2013-01-16 00:00",0.1,"2013-06-03 00:00","","","","",0.16,0.14,0.11,0.1,0.05,0.02,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45228",1,44.85711,-93.00352,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",50,0.157673,0.049012,0.468,"2013-07-15 00:00",0.306,"2013-08-20 00:00",0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00","","","","",0.468,0.306,0.1485,0.1485,0.1485,0.1485,0.1485,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45501",1,44.85711,-93.00352,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,1,"","","Certification not required",40,0.086792,0.076051,0.4,"2013-06-27 00:00",0.3,"2013-06-21 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00","","","","",0.4,0.3,0.2,0.2,0.05,0.05,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45801",1,44.85711,-93.00352,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.004038,0.006343,0.02,"2013-05-28 00:00",0.02,"2013-09-19 00:00",0.02,"2013-10-25 00:00",0.02,"2013-11-06 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45805",1,44.85711,-93.00352,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",52,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45806",1,44.85711,-93.00352,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",49,0.010577,0.002354,0.02,"2013-05-28 00:00",0.02,"2013-06-21 00:00",0.02,"2013-07-03 00:00",0.01,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0.01,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45807",1,44.85711,-93.00352,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.005,0.008745,0.03,"2013-07-09 00:00",0.03,"2013-08-20 00:00",0.02,"2013-05-28 00:00",0.02,"2013-06-03 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45809",1,44.85711,-93.00352,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","45810",1,44.85711,-93.00352,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",0,0.000385,0.002774,0.02,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.02,0,0,0,0,0,0,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0438","46401",1,44.85711,-93.00352,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,1,"","","Certification not required",51,0.050962,0.006934,0.1,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"MPC 438","4th Ave & 2nd St","Minnesota","Washington","Newport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","11101",1,45.02798,-92.77415,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,23.692308,13.398183,53,"2013-08-20 00:00",53,"2013-08-26 00:00",49,"2013-10-01 00:00",49,"2013-11-30 00:00","","","","",53,53,49,45,30,22,6,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12101",1,45.02798,-92.77415,"WGS84","Aluminum (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,2,"","","Certification not required",13,0.106058,0.096804,0.34,"2013-11-30 00:00",0.29,"2013-08-26 00:00",0.28,"2013-10-01 00:00",0.27,"2013-10-25 00:00","","","","",0.34,0.29,0.28,0.26,0.19,0.09,0.005,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12102",1,45.02798,-92.77415,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12103",1,45.02798,-92.77415,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12105",1,45.02798,-92.77415,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12107",1,45.02798,-92.77415,"WGS84","Barium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",23,0.007779,0.006867,0.03,"2013-07-27 00:00",0.02,"2013-07-03 00:00",0.02,"2013-08-02 00:00",0.02,"2013-09-01 00:00","","","","",0.03,0.02,0.02,0.02,0.01,0.01,0.0015,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12110",1,45.02798,-92.77415,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12112",1,45.02798,-92.77415,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12113",1,45.02798,-92.77415,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12114",1,45.02798,-92.77415,"WGS84","Copper (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",1,0.134837,0.064153,0.3,"2013-01-04 00:00",0.26,"2013-02-09 00:00",0.24,"2013-08-08 00:00",0.24,"2013-08-14 00:00","","","","",0.3,0.26,0.24,0.21,0.18,0.13,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12126",1,45.02798,-92.77415,"WGS84","Iron (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",1,0.238875,0.165542,0.64,"2013-10-01 00:00",0.6,"2013-10-25 00:00",0.57,"2013-08-26 00:00",0.53,"2013-11-30 00:00","","","","",0.64,0.6,0.57,0.47,0.33,0.23,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12132",1,45.02798,-92.77415,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0.010385,0.01009,0.04,"2013-11-30 00:00",0.03,"2013-08-26 00:00",0.03,"2013-09-07 00:00",0.03,"2013-10-01 00:00","","","","",0.04,0.03,0.03,0.02,0.02,0.01,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12136",1,45.02798,-92.77415,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12154",1,45.02798,-92.77415,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","12167",1,45.02798,-92.77415,"WGS84","Zinc (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",52,96,52,54,0,2,"","","Certification not required",45,0.009216,0.007635,0.05,"2013-02-09 00:00",0.03,"2013-12-12 00:00",0.02,"2013-01-04 00:00",0.02,"2013-10-25 00:00","","","","",0.05,0.03,0.02,0.02,0.00665,0.00665,0.00665,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","14129",1,45.02798,-92.77415,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",52,96,52,54,0,2,0,0,"Certification not required",0,0.000192,0.001387,0.01,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.01,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","42153",1,45.02798,-92.77415,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00625,0.024462,0.1,"2013-01-28 00:00",0.1,"2013-04-28 00:00",0.1,"2013-05-04 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43205",1,45.02798,-92.77415,"WGS84","Propylene","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.027083,1.306569,5.1,"2013-12-12 00:00",4.9,"2013-12-06 00:00",4.9,"2013-12-18 00:00",4.7,"2013-11-30 00:00","","","","",5.1,5.1,4.9,4.5,2.8,1.6,0.7,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43207",1,45.02798,-92.77415,"WGS84","Freon 113","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.147708,0.020756,0.22,"2013-08-08 00:00",0.18,"2013-06-03 00:00",0.17,"2013-05-28 00:00",0.17,"2013-09-01 00:00","","","","",0.22,0.22,0.17,0.16,0.16,0.15,0.13,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43208",1,45.02798,-92.77415,"WGS84","Freon 114","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43218",1,45.02798,-92.77415,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.085625,0.066841,0.33,"2013-12-18 00:00",0.19,"2013-01-04 00:00",0.18,"2013-08-08 00:00",0.18,"2013-09-01 00:00","","","","",0.33,0.33,0.18,0.18,0.13,0.08,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43231",1,45.02798,-92.77415,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.412766,0.282548,1.2,"2013-12-18 00:00",1.1,"2013-01-04 00:00",1,"2013-12-12 00:00",0.9,"2013-08-08 00:00","","","","",1.2,1.2,1,0.8,0.5,0.4,0.1,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43232",1,45.02798,-92.77415,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",15,0.213542,0.167503,0.7,"2013-01-04 00:00",0.7,"2013-12-18 00:00",0.5,"2013-12-12 00:00",0.4,"2013-05-10 00:00","","","","",0.7,0.7,0.5,0.4,0.3,0.2,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43248",1,45.02798,-92.77415,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",30,0.1,0.080557,0.3,"2013-01-04 00:00",0.3,"2013-12-06 00:00",0.3,"2013-12-12 00:00",0.3,"2013-12-18 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.05,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43302",1,45.02798,-92.77415,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",20,6.08125,15.907367,101.2,"2013-09-01 00:00",44.9,"2013-08-26 00:00",19.1,"2013-03-29 00:00",15.7,"2013-01-04 00:00","","","","",101.2,101.2,19.1,11.4,6.3,1.2,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43312",1,45.02798,-92.77415,"WGS84","2-Proponol","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,8,"","","Certification not required",20,1.040909,4.260681,28.5,"2013-09-01 00:00",1.5,"2013-08-08 00:00",1.5,"2013-10-07 00:00",1.4,"2013-10-01 00:00","","","","",28.5,28.5,1.5,1.2,0.8,0.2,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43372",1,45.02798,-92.77415,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43447",1,45.02798,-92.77415,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.531915,0.789085,4,"2013-06-27 00:00",2.9,"2013-08-08 00:00",2.1,"2013-07-15 00:00",1.7,"2013-09-07 00:00","","","","",4,4,2.1,1.6,0.6,0.3,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43502",1,45.02798,-92.77415,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.405882,0.783431,3.6,"2013-08-26 00:00",3.4,"2013-09-07 00:00",3,"2013-08-20 00:00",2.8,"2013-07-03 00:00","","","","",3.6,3.4,3,2.5,1.8,1.2,0.6,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43503",1,45.02798,-92.77415,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,1.070588,0.45002,2,"2013-03-29 00:00",2,"2013-05-16 00:00",2,"2013-11-30 00:00",1.9,"2013-08-26 00:00","","","","",2,2,2,1.8,1.4,1,0.6,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43504",1,45.02798,-92.77415,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,0.25098,0.110223,0.5,"2013-05-16 00:00",0.5,"2013-09-07 00:00",0.5,"2013-11-30 00:00",0.4,"2013-05-10 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.1,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43510",1,45.02798,-92.77415,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",5,0.165765,0.098217,0.472,"2013-01-04 00:00",0.428,"2013-01-28 00:00",0.308,"2013-01-16 00:00",0.308,"2013-05-10 00:00","","","","",0.472,0.428,0.308,0.288,0.22,0.152,0.064,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43516",1,45.02798,-92.77415,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43551",1,45.02798,-92.77415,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",0,3.080392,1.073689,6,"2013-03-29 00:00",5.5,"2013-05-16 00:00",5.2,"2013-05-10 00:00",5.2,"2013-06-03 00:00","","","","",6,5.5,5.2,4.8,3.6,2.9,2,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43552",1,45.02798,-92.77415,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,8,"","","Certification not required",22,0.325,0.504111,2.1,"2013-06-27 00:00",1.9,"2013-08-08 00:00",1.8,"2013-07-15 00:00",1.1,"2013-06-03 00:00","","","","",2.1,2.1,1.8,0.8,0.3,0.1,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43559",1,45.02798,-92.77415,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.075,0.094531,0.6,"2013-08-26 00:00",0.3,"2013-07-03 00:00",0.3,"2013-09-01 00:00",0.2,"2013-07-15 00:00","","","","",0.6,0.6,0.3,0.05,0.05,0.05,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43801",1,45.02798,-92.77415,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.503191,0.194065,0.83,"2013-08-08 00:00",0.78,"2013-07-21 00:00",0.76,"2013-06-03 00:00",0.71,"2013-06-15 00:00","","","","",0.83,0.83,0.76,0.7,0.59,0.54,0.11,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43802",1,45.02798,-92.77415,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.079167,0.020611,0.18,"2013-10-01 00:00",0.11,"2013-06-27 00:00",0.11,"2013-07-03 00:00",0.11,"2013-08-08 00:00","","","","",0.18,0.18,0.11,0.1,0.08,0.08,0.06,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43803",1,45.02798,-92.77415,"WGS84","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.015,0.006189,0.03,"2013-08-08 00:00",0.02,"2013-01-28 00:00",0.02,"2013-05-28 00:00",0.02,"2013-06-03 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43804",1,45.02798,-92.77415,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.097917,0.014434,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43806",1,45.02798,-92.77415,"WGS84","Bromoform","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43811",1,45.02798,-92.77415,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.214583,0.046078,0.4,"2013-08-08 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0.3,"2013-05-28 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.2,0.2,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43812",1,45.02798,-92.77415,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43813",1,45.02798,-92.77415,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43814",1,45.02798,-92.77415,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.008125,0.003944,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43815",1,45.02798,-92.77415,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.022917,0.009666,0.04,"2013-01-28 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-03 00:00",0.03,"2013-01-04 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43817",1,45.02798,-92.77415,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.004583,0.007133,0.03,"2013-07-03 00:00",0.02,"2013-01-04 00:00",0.02,"2013-10-31 00:00",0.02,"2013-12-18 00:00","","","","",0.03,0.03,0.02,0.01,0.01,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43818",1,45.02798,-92.77415,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43819",1,45.02798,-92.77415,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00875,0.003342,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43820",1,45.02798,-92.77415,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43823",1,45.02798,-92.77415,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.518125,0.066386,0.74,"2013-08-08 00:00",0.61,"2013-11-24 00:00",0.6,"2013-05-28 00:00",0.6,"2013-06-03 00:00","","","","",0.74,0.74,0.6,0.6,0.55,0.51,0.46,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43824",1,45.02798,-92.77415,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.004583,0.009666,0.05,"2013-10-31 00:00",0.03,"2013-12-06 00:00",0.02,"2013-10-07 00:00",0.02,"2013-10-25 00:00","","","","",0.05,0.05,0.02,0.02,0.01,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43826",1,45.02798,-92.77415,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43828",1,45.02798,-92.77415,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43829",1,45.02798,-92.77415,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43830",1,45.02798,-92.77415,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43831",1,45.02798,-92.77415,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43832",1,45.02798,-92.77415,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","6L SUBAMBIENT SS-CANISTER - VARIAN SATURN-2 GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43838",1,45.02798,-92.77415,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43839",1,45.02798,-92.77415,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.02,0,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43843",1,45.02798,-92.77415,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43844",1,45.02798,-92.77415,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","43860",1,45.02798,-92.77415,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001458,0.003567,0.01,"2013-01-16 00:00",0.01,"2013-04-04 00:00",0.01,"2013-05-28 00:00",0.01,"2013-06-03 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45109",1,45.02798,-92.77415,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.862128,0.863365,3.48,"2013-08-08 00:00",3.44,"2013-10-07 00:00",2.4,"2013-10-01 00:00",2.27,"2013-08-26 00:00","","","","",3.48,3.48,2.4,2.21,1.34,0.54,0.03,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45201",1,45.02798,-92.77415,"WGS84","Benzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.696458,0.320893,1.54,"2013-12-18 00:00",1.52,"2013-01-28 00:00",1.33,"2013-12-30 00:00",1.31,"2013-12-12 00:00","","","","",1.54,1.54,1.33,1.21,0.92,0.59,0.37,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45202",1,45.02798,-92.77415,"WGS84","Toluene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.853617,0.556313,2.42,"2013-08-08 00:00",2.23,"2013-12-18 00:00",1.97,"2013-01-04 00:00",1.81,"2013-10-31 00:00","","","","",2.42,2.42,1.97,1.65,1.16,0.75,0.17,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45203",1,45.02798,-92.77415,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.369167,0.379484,1.64,"2013-08-08 00:00",1.31,"2013-10-07 00:00",1.16,"2013-08-26 00:00",1.07,"2013-10-01 00:00","","","","",1.64,1.64,1.16,1.02,0.57,0.3,0.02,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45204",1,45.02798,-92.77415,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.3125,0.303963,1.2,"2013-08-08 00:00",1.07,"2013-08-26 00:00",1.07,"2013-10-07 00:00",0.81,"2013-07-03 00:00","","","","",1.2,1.2,1.07,0.8,0.46,0.2,0.02,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45207",1,45.02798,-92.77415,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",22,0.065625,0.068538,0.27,"2013-08-26 00:00",0.23,"2013-07-03 00:00",0.19,"2013-08-08 00:00",0.19,"2013-10-31 00:00","","","","",0.27,0.27,0.19,0.15,0.14,0.05,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45208",1,45.02798,-92.77415,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",8,0.298125,0.294681,1.25,"2013-08-26 00:00",0.99,"2013-07-03 00:00",0.87,"2013-08-08 00:00",0.85,"2013-07-15 00:00","","","","",1.25,1.25,0.87,0.69,0.5,0.22,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45220",1,45.02798,-92.77415,"WGS84","Styrene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.16625,0.244694,1.14,"2013-08-26 00:00",0.69,"2013-07-03 00:00",0.66,"2013-07-15 00:00",0.62,"2013-08-08 00:00","","","","",1.14,1.14,0.66,0.54,0.28,0.03,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45228",1,45.02798,-92.77415,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS-Canister_Pressurized - Capillary GC ITD Mass Spectro",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.1485,0,0.1485,"2013-01-04 00:00",0.1485,"2013-01-16 00:00",0.1485,"2013-01-28 00:00",0.1485,"2013-02-09 00:00","","","","",0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,0.1485,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45501",1,45.02798,-92.77415,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,3,"","","Certification not required",41,0.067647,0.042218,0.2,"2013-05-16 00:00",0.2,"2013-06-03 00:00",0.2,"2013-06-09 00:00",0.2,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45801",1,45.02798,-92.77415,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.0075,0.010417,0.04,"2013-08-08 00:00",0.03,"2013-06-03 00:00",0.03,"2013-08-14 00:00",0.03,"2013-10-25 00:00","","","","",0.04,0.04,0.03,0.02,0.01,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45805",1,45.02798,-92.77415,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45806",1,45.02798,-92.77415,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.01,0,0.01,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-09 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45807",1,45.02798,-92.77415,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001458,0.003567,0.01,"2013-07-03 00:00",0.01,"2013-07-15 00:00",0.01,"2013-08-14 00:00",0.01,"2013-08-26 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45809",1,45.02798,-92.77415,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","45810",1,45.02798,-92.77415,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-PRESSURIZED - CAPILLARY GC ITD MASS SPECTRO",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0446","46401",1,45.02798,-92.77415,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.064583,0.047219,0.3,"2013-08-08 00:00",0.2,"2013-08-14 00:00",0.2,"2013-08-26 00:00",0.1,"2013-07-03 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Point Rd.","22 POINT RD","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-19" +"27","163","0447","81102",3,45.02862,-92.78336,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6242,71,259,365,0,310,"","","Certification not required",93,24.486062,19.308355,328,"2013-05-08 14:00",287,"2013-04-20 07:00",245,"2013-05-07 10:00",203,"2013-03-08 07:00","","","","",93,76,60,47,31,20,7,"Anderson North","100 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0447","81102",3,45.02862,-92.78336,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",259,71,259,365,0,0,0,0,"Certification not required",0,24.003861,12.852623,76,"2013-05-07 00:00",70,"2013-05-14 00:00",59,"2013-05-08 00:00",56,"2013-05-15 00:00","","","","",59,52,48,44,31,21,10,"Anderson North","100 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0447","88101",3,45.02862,-92.78336,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6224,71,264,365,0,328,"","","Certification not required",0,8.699389,6.473553,55,"2013-01-22 15:00",54,"2013-02-26 02:00",49,"2013-01-05 17:00",49,"2013-02-25 23:00","","","","",31,26,21,17,11,7,2,"Anderson North","100 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0447","88101",3,45.02862,-92.78336,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,0,0,"Certification not required",0,8.666409,5.18906,33,"2013-02-25 00:00",31.7,"2013-01-05 00:00",27.7,"2013-02-26 00:00",27.4,"2013-07-11 00:00","","","","",27.7,21.4,19.4,14.9,11,7.5,3.5,"Anderson North","100 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0447","88101",3,45.02862,-92.78336,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,"","","Certification not required",0,8.666409,5.18906,33,"2013-02-25 00:00",31.7,"2013-01-05 00:00",27.7,"2013-02-26 00:00",27.4,"2013-07-11 00:00","","","","",27.7,21.4,19.4,14.9,11,7.5,3.5,"Anderson North","100 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","61101",1,45.02124,-92.77525,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6499,74,270,365,0,53,"","","Certification not required",0,2.175227,1.137862,8.3,"2013-08-19 12:00",7.3,"2013-05-31 16:00",7.1,"2013-01-19 16:00",6.7,"2013-01-19 18:00","","","","",5.4,4.9,4.2,3.7,2.9,2,0.8,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","61102",1,45.02124,-92.77525,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6499,74,270,365,0,53,"","","Certification not required",0,186.755193,102.334507,360,"2013-01-28 02:00",360,"2013-02-20 07:00",360,"2013-02-20 20:00",360,"2013-02-22 07:00","","","","",358,355,346,331,273,178,29,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","61120",1,45.02124,-92.77525,"NAD83","Atmospheric Stability","1 HOUR","","Observed Values","INSTRUMENTAL - Delta temperature",2013,"Pasquill-Gifford stability class","No Events",3531,40,147,365,0,3021,"","","Certification not required",3520,0.501841,0.036636,2,"2013-01-10 05:00",1,"2013-01-04 10:00",1,"2013-01-10 04:00",1,"2013-01-10 06:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","62101",1,45.02124,-92.77525,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6499,74,270,365,0,53,"","","Certification not required",0,11.03739,15.091757,39,"2013-08-26 14:00",39,"2013-08-26 15:00",39,"2013-08-26 16:00",39,"2013-08-26 17:00","","","","",36,35,32,29,24,14,-10,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","62201",1,45.02124,-92.77525,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6499,74,270,365,0,53,"","","Certification not required",0,62.625481,17.232922,97,"2013-01-11 17:00",97,"2013-01-11 18:00",97,"2013-01-11 19:00",97,"2013-03-09 21:00","","","","",94,92,89,85,76,64,38,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","63305",1,45.02124,-92.77525,"NAD83","Net radiation","1 HOUR","","Observed Values","Instrumental - Net radiometer",2013,"Langleys/minute","No Events",6499,74,270,365,0,53,"","","Certification not required",0,84.279966,164.289435,667.5,"2013-06-02 13:00",665.7,"2013-05-23 13:00",665.3,"2013-06-13 13:00",656.7,"2013-05-23 12:00","","","","",593.9,558.2,472.3,352.8,139.8,-0.9,-41.3,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","64101",1,45.02124,-92.77525,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6499,74,270,365,0,53,"","","Certification not required",0,990.435605,6.700719,1014,"2013-01-24 08:00",1013,"2013-01-24 04:00",1013,"2013-01-24 05:00",1013,"2013-01-24 06:00","","","","",1005,1003,1001,999,995,991,982,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","65102",1,45.02124,-92.77525,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",6499,74,270,365,0,53,"","","Certification not required",0,0.003799,0.030393,1.32,"2013-06-21 20:00",0.74,"2013-06-21 04:00",0.74,"2013-06-26 12:00",0.63,"2013-06-15 15:00","","","","",0.09,0.05,0.01,0,0,0,0,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68101",1,45.02124,-92.77525,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",22,6,22,365,0,0,"","","Certification not required",0,11.545455,7.723109,16.7,"2013-01-07 00:00",16.7,"2013-01-17 00:00",16.7,"2013-01-31 00:00",16.7,"2013-02-13 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,0.5,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68102",1,45.02124,-92.77525,"NAD83","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",22,6,22,365,0,0,"","","Certification not required",0,24,0,24,"2013-01-07 00:00",24,"2013-01-17 00:00",24,"2013-01-31 00:00",24,"2013-02-13 00:00","","","","",24,24,24,24,24,24,24,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68103",1,45.02124,-92.77525,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",22,6,22,365,0,0,"","","Certification not required",0,3.177273,11.562622,19.7,"2013-07-19 00:00",18.1,"2013-06-25 00:00",17.2,"2013-09-09 00:00",13.4,"2013-06-12 00:00","","","","",19.7,19.7,18.1,17.2,12.5,8,-12.4,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68104",1,45.02124,-92.77525,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",22,6,22,365,0,0,"","","Certification not required",0,13.895455,12.117696,32,"2013-07-19 00:00",30.5,"2013-07-09 00:00",29.3,"2013-05-21 00:00",28.3,"2013-06-25 00:00","","","","",32,32,30.5,29.3,25,16.2,0.1,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68105",1,45.02124,-92.77525,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",22,6,22,365,0,0,"","","Certification not required",0,8.695455,11.369151,26.4,"2013-07-19 00:00",22.3,"2013-06-25 00:00",22.3,"2013-07-09 00:00",21.3,"2013-09-09 00:00","","","","",26.4,26.4,22.3,22.3,19,13.4,-6.5,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68106",1,45.02124,-92.77525,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,6,22,365,0,0,"","","Certification not required",0,737.772727,4.439346,746,"2013-07-19 00:00",746,"2013-09-16 00:00",742,"2013-07-09 00:00",742,"2013-07-30 00:00","","","","",746,746,746,742,740,738,734,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68107",1,45.02124,-92.77525,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,6,22,365,0,0,"","","Certification not required",0,744.681818,3.682473,752,"2013-09-16 00:00",751,"2013-02-21 00:00",751,"2013-07-19 00:00",747,"2013-06-25 00:00","","","","",752,752,751,751,746,745,742,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68108",1,45.02124,-92.77525,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,6,22,365,0,0,"","","Certification not required",0,740.954545,3.981831,749,"2013-07-19 00:00",748,"2013-09-16 00:00",746,"2013-02-21 00:00",744,"2013-07-09 00:00","","","","",749,749,748,746,743,741,737,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","68109",1,45.02124,-92.77525,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",22,6,22,365,0,0,"","","Certification not required",0,1439.363636,0.492366,1440,"2013-01-07 00:00",1440,"2013-01-17 00:00",1440,"2013-01-31 00:00",1440,"2013-02-13 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","81102",3,45.02124,-92.77525,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6439,74,268,365,0,113,"","","Certification not required",267,16.308278,11.421049,204,"2013-03-28 14:00",146,"2013-03-28 13:00",111,"2013-05-14 10:00",111,"2013-05-15 01:00","","","","",51,45,38,32,22,13,5,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","81102",3,45.02124,-92.77525,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",268,73,268,365,0,0,0,0,"Certification not required",0,15.783582,8.890817,50,"2013-05-14 00:00",42,"2013-07-11 00:00",40,"2013-07-12 00:00",39,"2013-02-25 00:00","","","","",40,39,35,28,21,14,6,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","88101",1,45.02124,-92.77525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",22,58,18,31,0,0,0,0,"Certification not required",0,7.181818,4.990242,20.3,"2013-03-29 00:00",15.1,"2013-07-19 00:00",14.8,"2013-01-31 00:00",13.8,"2013-02-13 00:00","","","","",20.3,20.3,20.3,15.1,10.2,6.5,3.7,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","163","0448","88101",1,45.02124,-92.77525,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",22,58,18,31,0,0,"","","Certification not required",0,7.181818,4.990242,20.3,"2013-03-29 00:00",15.1,"2013-07-19 00:00",14.8,"2013-01-31 00:00",13.8,"2013-02-13 00:00","","","","",20.3,20.3,20.3,15.1,10.2,6.5,3.7,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-18" +"27","163","0448","88101",3,45.02124,-92.77525,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6290,72,266,365,0,262,"","","Certification not required",0,9.57504,6.929593,161,"2013-07-15 20:00",58,"2013-01-05 19:00",51,"2013-02-26 02:00",49,"2013-02-25 23:00","","","","",33,29,22,18,12,8,3,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","88101",3,45.02124,-92.77525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,0,0,"Certification not required",0,9.539695,5.365195,34.1,"2013-02-25 00:00",30.2,"2013-07-11 00:00",30.1,"2013-01-05 00:00",28.5,"2013-02-26 00:00","","","","",30.1,23.1,20.1,16.8,11.9,8.2,4.3,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","0448","88101",3,45.02124,-92.77525,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,"","","Certification not required",0,9.539695,5.365195,34.1,"2013-02-25 00:00",30.2,"2013-07-11 00:00",30.1,"2013-01-05 00:00",28.5,"2013-02-26 00:00","","","","",30.1,23.1,20.1,16.8,11.9,8.2,4.3,"Anderson 2","110 4th Ave N","Minnesota","Washington","Bayport","Minneapolis-St. Paul-Bloomington, MN-WI","2013-12-17" +"27","163","6016","44201",1,45.168004,-92.765136,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4915,95,204,214,0,221,0,0,"Certification not required",481,0.044152,0.011714,0.068,"2013-08-26 11:00",0.067,"2013-07-07 12:00",0.067,"2013-07-16 15:00",0.066,"2013-07-11 15:00","","","","",0.067,0.066,0.061,0.059,0.053,0.044,0.029,"","St. Croix Trail N","Minnesota","Washington","","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","163","6016","44201",1,45.168004,-92.765136,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4936,95,204,214,0,0,0,0,"Certification not required",0,0.039623,0.011357,0.063,"2013-08-26 10:00",0.062,"2013-07-07 09:00",0.061,"2013-07-05 11:00",0.061,"2013-07-11 11:00","","","","",0.061,0.061,0.058,0.055,0.048,0.04,0.025,"","St. Croix Trail N","Minnesota","Washington","","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","163","6016","44201",1,45.168004,-92.765136,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4936,95,204,214,0,0,0,0,"Certification not required",0,0.039623,0.011357,0.063,"2013-08-26 10:00",0.062,"2013-07-07 09:00",0.061,"2013-07-05 11:00",0.061,"2013-07-11 11:00","","","","",0.061,0.061,0.058,0.055,0.048,0.04,0.025,"","St. Croix Trail N","Minnesota","Washington","","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","169","9000","85101",1,43.937299,-91.405348,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.849963,5.400872,25.9097,"2013-04-28 00:00",21.0733,"2013-05-16 00:00",18.7535,"2013-02-06 00:00",17.8597,"2013-05-19 00:00","","","","",25.9097,21.0733,18.7535,15.6824,12.1702,7.749,3.1327,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","86502",1,43.937299,-91.405348,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.901961,3.360089,15,"2013-05-16 00:00",14,"2013-04-28 00:00",11,"2013-05-13 00:00",9,"2013-01-25 00:00","","","","",15,14,11,7,4,2,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88103",1,43.937299,-91.405348,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-01-25 00:00",0.001,"2013-01-31 00:00",0.001,"2013-05-25 00:00",0.001,"2013-05-28 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88104",1,43.937299,-91.405348,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.018449,0.021915,0.131,"2013-04-28 00:00",0.067,"2013-05-31 00:00",0.066,"2013-05-16 00:00",0.047,"2013-01-25 00:00","","","","",0.131,0.067,0.066,0.047,0.0188,0.012,0.0045,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88109",1,43.937299,-91.405348,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.002176,0.001334,0.0055,"2013-01-31 00:00",0.0053,"2013-02-18 00:00",0.0052,"2013-03-08 00:00",0.0049,"2013-02-03 00:00","","","","",0.0055,0.0053,0.0052,0.0038,0.0031,0.0018,0.0008,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88111",1,43.937299,-91.405348,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.029957,0.03422,0.1582,"2013-05-16 00:00",0.1526,"2013-04-28 00:00",0.1094,"2013-05-13 00:00",0.0889,"2013-04-04 00:00","","","","",0.1582,0.1526,0.1094,0.0755,0.0366,0.0175,0.0064,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88112",1,43.937299,-91.405348,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88114",1,43.937299,-91.405348,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.00039,0.000281,0.0016,"2013-01-01 00:00",0.0009,"2013-01-07 00:00",0.0008,"2013-01-10 00:00",0.0008,"2013-02-06 00:00","","","","",0.0016,0.0009,0.0008,0.0007,0.0006,0.0003,0.00015,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88115",1,43.937299,-91.405348,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.00209,0.004061,0.0273,"2013-02-15 00:00",0.0108,"2013-01-04 00:00",0.0051,"2013-04-28 00:00",0.0047,"2013-01-13 00:00","","","","",0.0273,0.0108,0.0051,0.0045,0.0024,0.0011,0.00015,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88126",1,43.937299,-91.405348,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.019251,0.014794,0.0837,"2013-04-28 00:00",0.0575,"2013-05-16 00:00",0.0467,"2013-01-25 00:00",0.0446,"2013-05-13 00:00","","","","",0.0837,0.0575,0.0467,0.0389,0.0216,0.014,0.008,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88128",1,43.937299,-91.405348,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001529,0.001206,0.006,"2013-02-09 00:00",0.004,"2013-04-28 00:00",0.003,"2013-01-07 00:00",0.003,"2013-01-10 00:00","","","","",0.006,0.004,0.003,0.003,0.002,0.001,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88132",1,43.937299,-91.405348,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000902,0.000608,0.003,"2013-05-16 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-25 00:00",0.002,"2013-04-28 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0.001,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88136",1,43.937299,-91.405348,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88140",1,43.937299,-91.405348,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.011731,0.012867,0.0475,"2013-01-13 00:00",0.0442,"2013-01-31 00:00",0.0432,"2013-05-16 00:00",0.0417,"2013-04-28 00:00","","","","",0.0475,0.0442,0.0432,0.036,0.017,0.0062,0.0011,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88152",1,43.937299,-91.405348,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",31,0.000605,0.001007,0.0054,"2013-03-08 00:00",0.0039,"2013-03-14 00:00",0.0028,"2013-02-27 00:00",0.0019,"2013-02-21 00:00","","","","",0.0054,0.0039,0.0028,0.0014,0.0006,0.00015,0.00015,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88154",1,43.937299,-91.405348,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000245,0.000219,0.0009,"2013-04-22 00:00",0.0009,"2013-05-19 00:00",0.0008,"2013-04-04 00:00",0.0008,"2013-05-07 00:00","","","","",0.0009,0.0009,0.0008,0.0005,0.0003,0.0001,0.0001,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88161",1,43.937299,-91.405348,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.001114,0.001328,0.008,"2013-04-28 00:00",0.0039,"2013-05-16 00:00",0.0038,"2013-05-31 00:00",0.0028,"2013-05-13 00:00","","","","",0.008,0.0039,0.0038,0.0026,0.0012,0.0007,0.0002,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88164",1,43.937299,-91.405348,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.00011,0.00011,0.0007,"2013-05-19 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-04-28 00:00",0.0003,"2013-05-16 00:00","","","","",0.0007,0.0003,0.0003,0.0002,0.0001,5e-05,5e-05,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88165",1,43.937299,-91.405348,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.042495,0.056161,0.303,"2013-04-28 00:00",0.209,"2013-05-16 00:00",0.164,"2013-05-31 00:00",0.131,"2013-01-25 00:00","","","","",0.303,0.209,0.164,0.091,0.047,0.026,0.007,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88167",1,43.937299,-91.405348,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.004255,0.002464,0.0107,"2013-01-04 00:00",0.0096,"2013-02-03 00:00",0.0088,"2013-04-28 00:00",0.0084,"2013-01-07 00:00","","","","",0.0107,0.0096,0.0088,0.0075,0.0061,0.0038,0.0014,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88168",1,43.937299,-91.405348,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000266,0.000178,0.0008,"2013-04-28 00:00",0.0007,"2013-01-22 00:00",0.0006,"2013-01-01 00:00",0.0006,"2013-01-31 00:00","","","","",0.0008,0.0007,0.0006,0.0005,0.0004,0.0002,0.0001,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88169",1,43.937299,-91.405348,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.40841,0.281949,1.3772,"2013-05-19 00:00",1.358,"2013-02-09 00:00",1.1051,"2013-04-28 00:00",0.8372,"2013-03-08 00:00","","","","",1.3772,1.358,1.1051,0.7296,0.4868,0.3154,0.182,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88176",1,43.937299,-91.405348,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000172,6.2e-05,0.0004,"2013-01-22 00:00",0.0004,"2013-02-03 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-01-31 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88180",1,43.937299,-91.405348,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.029839,0.013677,0.0812,"2013-04-28 00:00",0.0607,"2013-05-19 00:00",0.0483,"2013-02-06 00:00",0.0466,"2013-01-25 00:00","","","","",0.0812,0.0607,0.0483,0.0448,0.038,0.0283,0.014,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88184",1,43.937299,-91.405348,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.027946,0.036884,0.1673,"2013-01-13 00:00",0.1553,"2013-02-15 00:00",0.1003,"2013-01-22 00:00",0.087,"2013-01-25 00:00","","","","",0.1673,0.1553,0.1003,0.0594,0.0415,0.0158,0.00185,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88185",1,43.937299,-91.405348,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000754,0.000555,0.003,"2013-01-25 00:00",0.0025,"2013-04-04 00:00",0.002,"2013-02-12 00:00",0.0019,"2013-04-07 00:00","","","","",0.003,0.0025,0.002,0.0013,0.00065,0.00065,0.0004,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88203",1,43.937299,-91.405348,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.049248,0.056641,0.2894,"2013-02-15 00:00",0.218,"2013-01-13 00:00",0.199,"2013-02-06 00:00",0.1334,"2013-01-04 00:00","","","","",0.2894,0.218,0.199,0.1164,0.0565,0.0312,0.0114,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88306",1,43.937299,-91.405348,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.885459,1.577406,7.262,"2013-02-06 00:00",5.4719,"2013-03-08 00:00",4.769,"2013-03-14 00:00",4.648,"2013-02-03 00:00","","","","",7.262,5.4719,4.769,3.8777,2.9821,1.4424,0.2717,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88320",1,43.937299,-91.405348,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.687451,0.356701,1.88,"2013-04-28 00:00",1.39,"2013-05-19 00:00",1.37,"2013-02-06 00:00",1.26,"2013-05-07 00:00","","","","",1.88,1.39,1.37,1.12,0.92,0.61,0.33,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88321",1,43.937299,-91.405348,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.145294,0.077081,0.38,"2013-04-28 00:00",0.3,"2013-02-06 00:00",0.28,"2013-01-04 00:00",0.28,"2013-05-07 00:00","","","","",0.38,0.3,0.28,0.24,0.2,0.14,0.06,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88324",1,43.937299,-91.405348,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.026528,0.02129,0.1381,"2013-02-06 00:00",0.0714,"2013-02-03 00:00",0.064,"2013-02-18 00:00",0.0596,"2013-04-28 00:00","","","","",0.1381,0.0714,0.064,0.0505,0.0298,0.01675,0.0102,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88325",1,43.937299,-91.405348,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.144224,0.083309,0.3942,"2013-05-19 00:00",0.3909,"2013-04-28 00:00",0.3006,"2013-02-06 00:00",0.278,"2013-05-07 00:00","","","","",0.3942,0.3909,0.3006,0.2332,0.1981,0.1335,0.0556,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88326",1,43.937299,-91.405348,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.164495,0.088224,0.323,"2013-05-25 00:00",0.3208,"2013-01-22 00:00",0.3206,"2013-05-16 00:00",0.3094,"2013-05-07 00:00","","","","",0.323,0.3208,0.3206,0.2994,0.2401,0.1442,0.0388,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88327",1,43.937299,-91.405348,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.14192,0.082216,0.4391,"2013-04-28 00:00",0.3447,"2013-05-19 00:00",0.2728,"2013-02-06 00:00",0.2679,"2013-04-04 00:00","","","","",0.4391,0.3447,0.2728,0.2158,0.1955,0.1229,0.0571,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88328",1,43.937299,-91.405348,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.215357,0.113668,0.6894,"2013-04-28 00:00",0.4476,"2013-05-07 00:00",0.3856,"2013-05-16 00:00",0.3795,"2013-02-06 00:00","","","","",0.6894,0.4476,0.3856,0.3265,0.293,0.1859,0.1,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88329",1,43.937299,-91.405348,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.317361,0.175825,0.983,"2013-04-28 00:00",0.686,"2013-05-07 00:00",0.648,"2013-02-06 00:00",0.5406,"2013-01-04 00:00","","","","",0.983,0.686,0.648,0.539,0.419,0.2798,0.1216,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88330",1,43.937299,-91.405348,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.042775,0.021701,0.1026,"2013-03-29 00:00",0.1011,"2013-05-16 00:00",0.0865,"2013-04-28 00:00",0.0796,"2013-03-14 00:00","","","","",0.1026,0.1011,0.0865,0.0726,0.053,0.0388,0.0197,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88331",1,43.937299,-91.405348,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,3.2e-05,4.3e-05,0.00015,"2013-03-11 00:00",0.0001,"2013-01-25 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.00015,0.0001,0.0001,0.0001,5e-05,0,0,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88338",1,43.937299,-91.405348,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017489,0.008066,0.0535,"2013-01-10 00:00",0.0455,"2013-01-28 00:00",0.0276,"2013-05-25 00:00",0.0248,"2013-02-21 00:00","","","","",0.0535,0.0455,0.0276,0.02455,0.017,0.0154,0.0114,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88339",1,43.937299,-91.405348,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.684648,1.163062,5.68112,"2013-05-19 00:00",5.60183,"2013-02-09 00:00",4.55854,"2013-04-28 00:00",3.45345,"2013-03-08 00:00","","","","",5.68112,5.60183,4.55854,3.00944,2.00801,1.30094,0.75087,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88344",1,43.937299,-91.405348,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.432261,2.034858,9.368,"2013-02-06 00:00",7.0588,"2013-03-08 00:00",6.1515,"2013-03-14 00:00",5.9962,"2013-02-03 00:00","","","","",9.368,7.0588,6.1515,5.0022,3.8469,1.8607,0.3505,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88348",1,43.937299,-91.405348,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.243794,0.274045,1.5101,"2013-04-28 00:00",1.07,"2013-05-16 00:00",0.7237,"2013-05-31 00:00",0.7165,"2013-05-13 00:00","","","","",1.5101,1.07,0.7237,0.5177,0.2708,0.157,0.0706,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88350",1,43.937299,-91.405348,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.237518,0.641762,3.3847,"2013-04-28 00:00",2.5033,"2013-05-19 00:00",2.462,"2013-02-06 00:00",2.2657,"2013-05-07 00:00","","","","",3.3847,2.5033,2.462,2.0248,1.6472,1.1048,0.601,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88403",1,43.937299,-91.405348,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.257769,0.90268,4.4784,"2013-02-09 00:00",3.946,"2013-05-19 00:00",3.4058,"2013-04-28 00:00",2.7784,"2013-03-08 00:00","","","","",4.4784,3.946,3.4058,2.2923,1.5158,0.9214,0.5268,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","169","9000","88502",1,43.937299,-91.405348,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.429412,3.144983,14.9,"2013-02-06 00:00",12.7,"2013-02-09 00:00",11.2,"2013-04-28 00:00",10.8,"2013-03-08 00:00","","","","",14.9,12.7,11.2,10.1,7.5,5,2.4,"","Great River Bluffs","Minnesota","Winona","","Winona, MN","2014-01-28" +"27","171","3201","44201",1,45.20916,-93.66921,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5087,100,214,214,0,49,0,0,"Certification not required",112,0.045336,0.011993,0.072,"2013-06-21 15:00",0.07,"2013-08-28 13:00",0.069,"2013-09-05 15:00",0.067,"2013-09-25 14:00","","","","",0.069,0.066,0.064,0.06,0.054,0.046,0.029,"St. Michael","101 Central Ave. W.","Minnesota","Wright","St. Michael","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","171","3201","44201",1,45.20916,-93.66921,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Certification not required",0,0.041084,0.01132,0.062,"2013-07-11 11:00",0.062,"2013-07-12 11:00",0.062,"2013-09-26 11:00",0.061,"2013-06-19 12:00","","","","",0.062,0.061,0.058,0.055,0.05,0.042,0.027,"St. Michael","101 Central Ave. W.","Minnesota","Wright","St. Michael","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","171","3201","44201",1,45.20916,-93.66921,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Certification not required",0,0.041084,0.01132,0.062,"2013-07-11 11:00",0.062,"2013-07-12 11:00",0.062,"2013-09-26 11:00",0.061,"2013-06-19 12:00","","","","",0.062,0.061,0.058,0.055,0.05,0.042,0.027,"St. Michael","101 Central Ave. W.","Minnesota","Wright","St. Michael","Minneapolis-St. Paul-Bloomington, MN-WI","2014-01-29" +"27","171","3201","88101",3,45.20916,-93.66921,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8490,97,361,365,0,266,"","","Certification not required",0,7.454181,6.248163,51,"2013-06-21 19:00",50,"2013-02-26 03:00",45,"2013-02-26 02:00",43,"2013-06-13 21:00","","","","",29,26,20,16,10,6,1,"St. Michael","101 Central Ave. W.","Minnesota","Wright","St. Michael","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","171","3201","88101",3,45.20916,-93.66921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,7.381638,4.997266,30,"2013-12-02 00:00",27.2,"2013-07-10 00:00",26.7,"2013-03-08 00:00",26.4,"2013-07-11 00:00","","","","",26.4,20.1,17.7,13.9,9.5,6.2,2.5,"St. Michael","101 Central Ave. W.","Minnesota","Wright","St. Michael","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"27","171","3201","88101",3,45.20916,-93.66921,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,7.381638,4.997266,30,"2013-12-02 00:00",27.2,"2013-07-10 00:00",26.7,"2013-03-08 00:00",26.4,"2013-07-11 00:00","","","","",26.4,20.1,17.7,13.9,9.5,6.2,2.5,"St. Michael","101 Central Ave. W.","Minnesota","Wright","St. Michael","Minneapolis-St. Paul-Bloomington, MN-WI","2014-02-05" +"28","011","0001","44201",1,33.746056,-90.723028,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5603,100,245,245,0,277,0,0,"Certification not required",32,0.048465,0.010063,0.075,"2013-05-14 13:00",0.075,"2013-06-15 16:00",0.075,"2013-07-12 16:00",0.07,"2013-05-27 14:00","","","","",0.075,0.07,0.065,0.062,0.055,0.048,0.036,"Cleveland","213 N. BAYOU AVE.","Mississippi","Bolivar","Cleveland","Cleveland, MS","2013-12-02" +"28","011","0001","44201",1,33.746056,-90.723028,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5864,100,245,245,0,0,0,0,"Certification not required",0,0.044155,0.009792,0.073,"2013-05-14 10:00",0.069,"2013-07-12 11:00",0.065,"2013-05-26 10:00",0.065,"2013-06-15 10:00","","","","",0.065,0.064,0.061,0.057,0.051,0.044,0.031,"Cleveland","213 N. BAYOU AVE.","Mississippi","Bolivar","Cleveland","Cleveland, MS","2013-12-02" +"28","011","0001","44201",1,33.746056,-90.723028,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5864,100,245,245,0,0,0,0,"Certification not required",0,0.044155,0.009792,0.073,"2013-05-14 10:00",0.069,"2013-07-12 11:00",0.065,"2013-05-26 10:00",0.065,"2013-06-15 10:00","","","","",0.065,0.064,0.061,0.057,0.051,0.044,0.031,"Cleveland","213 N. BAYOU AVE.","Mississippi","Bolivar","Cleveland","Cleveland, MS","2013-12-02" +"28","033","0002","44201",1,34.82166,-89.98783,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5602,100,245,245,0,278,0,0,"Certification not required",104,0.047078,0.011704,0.092,"2013-09-06 17:00",0.084,"2013-07-11 11:00",0.075,"2013-09-16 13:00",0.074,"2013-07-03 16:00","","","","",0.075,0.073,0.066,0.062,0.054,0.047,0.033,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2013-12-02" +"28","033","0002","44201",1,34.82166,-89.98783,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,245,245,0,0,0,0,"Certification not required",0,0.042396,0.010907,0.074,"2013-07-11 10:00",0.07,"2013-05-14 10:00",0.066,"2013-09-16 10:00",0.065,"2013-06-11 10:00","","","","",0.066,0.065,0.06,0.057,0.05,0.042,0.028,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2013-12-02" +"28","033","0002","44201",1,34.82166,-89.98783,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,245,245,0,0,0,0,"Certification not required",0,0.042396,0.010907,0.074,"2013-07-11 10:00",0.07,"2013-05-14 10:00",0.066,"2013-09-16 10:00",0.065,"2013-06-11 10:00","","","","",0.066,0.065,0.06,0.057,0.05,0.042,0.028,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2013-12-02" +"28","033","0002","68101",1,34.82166,-89.98783,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",111,100,58,61,0,11,"","","Certification not required",5,0.43018,0.142107,0.6,"2013-01-10 00:00",0.6,"2013-01-28 00:00",0.6,"2013-03-17 00:00",0.6,"2013-04-10 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.2,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68101",2,34.82166,-89.98783,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",35,57,35,61,0,16,"","","Certification not required",1,0.547143,0.196642,1,"2013-05-04 00:00",1,"2013-05-10 00:00",0.7,"2013-04-04 00:00",0.7,"2013-04-22 00:00","","","","",1,1,1,0.7,0.6,0.6,0.4,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68102",1,34.82166,-89.98783,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",111,100,58,61,0,11,"","","Certification not required",0,24.003604,0.018723,24.1,"2013-07-09 00:00",24.1,"2013-08-17 00:00",24.1,"2013-08-23 00:00",24.1,"2013-08-26 00:00","","","","",24.1,24.1,24,24,24,24,24,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68102",2,34.82166,-89.98783,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",35,57,35,61,0,16,"","","Certification not required",0,23.822857,0.325473,24,"2013-03-05 00:00",24,"2013-03-17 00:00",24,"2013-03-23 00:00",24,"2013-07-27 00:00","","","","",24,24,24,24,24,24,23.2,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68103",1,34.82166,-89.98783,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,58,61,0,11,"","","Certification not required",1,9.710909,9.916267,25.2,"2013-09-01 00:00",25,"2013-08-08 00:00",24.2,"2013-08-11 00:00",23.6,"2013-07-24 00:00","","","","",25,24.2,23.3,22.6,19.7,9.2,-0.6,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68103",2,34.82166,-89.98783,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",35,57,35,61,0,16,"","","Certification not required",0,9.828571,9.571943,25.2,"2013-08-08 00:00",25.2,"2013-09-01 00:00",21.9,"2013-08-26 00:00",21.4,"2013-08-20 00:00","","","","",25.2,25.2,25.2,21.4,19.2,8.8,-2.8,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68104",1,34.82166,-89.98783,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,58,61,0,11,"","","Certification not required",0,18.563063,12.848381,37.3,"2013-09-10 00:00",36.7,"2013-09-01 00:00",36.3,"2013-06-12 00:00",36.3,"2013-06-27 00:00","","","","",36.7,36.3,35.7,34.2,30.6,20.6,0,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68104",2,34.82166,-89.98783,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",35,57,35,61,0,16,"","","Certification not required",0,19.442857,11.791754,37,"2013-09-01 00:00",36.1,"2013-08-08 00:00",35.8,"2013-09-07 00:00",34,"2013-08-26 00:00","","","","",37,37,36.1,34,30.3,19.2,2.7,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68105",1,34.82166,-89.98783,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,58,61,0,11,"","","Certification not required",0,15.802703,9.455431,29.9,"2013-08-08 00:00",29.7,"2013-06-12 00:00",29.1,"2013-09-01 00:00",29,"2013-07-09 00:00","","","","",29.7,29.1,28.5,27.6,25.2,16.2,3,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68105",2,34.82166,-89.98783,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",35,57,35,61,0,16,"","","Certification not required",0,16.02,9.626489,30.1,"2013-08-08 00:00",29.3,"2013-09-01 00:00",27.9,"2013-09-07 00:00",27.2,"2013-08-20 00:00","","","","",30.1,30.1,29.3,27.2,24.9,16,0.7,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68106",1,34.82166,-89.98783,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,57,61,0,11,"","","Certification not required",16,671.209524,190.144818,762,"2013-11-24 00:00",762,"2013-12-24 00:00",761,"2013-12-12 00:00",761,"2013-12-27 00:00","","","","",762,761,758,757,753,751,225,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68106",2,34.82166,-89.98783,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",32,52,32,61,0,16,"","","Certification not required",0,752.03125,4.775505,762,"2013-11-24 00:00",762,"2013-12-24 00:00",761,"2013-12-12 00:00",759,"2013-10-25 00:00","","","","",762,762,762,759,755,751,747,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68107",1,34.82166,-89.98783,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,100,57,61,0,11,"","","Certification not required",16,675.295238,191.894498,769,"2013-11-12 00:00",769,"2013-11-24 00:00",768,"2013-12-12 00:00",768,"2013-12-24 00:00","","","","",769,768,765,762,758,755,225,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68107",2,34.82166,-89.98783,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",32,52,32,61,0,16,"","","Certification not required",0,757.28125,5.63534,769,"2013-11-12 00:00",768,"2013-11-24 00:00",768,"2013-12-12 00:00",768,"2013-12-24 00:00","","","","",769,769,768,768,761,755,752,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68108",1,34.82166,-89.98783,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,58,61,0,11,"","","Certification not required",0,754,4.421024,766,"2013-11-24 00:00",766,"2013-12-12 00:00",765,"2013-11-12 00:00",765,"2013-12-24 00:00","","","","",766,765,762,760,757,753,749,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68108",2,34.82166,-89.98783,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",35,57,35,61,0,16,"","","Certification not required",0,754.428571,5.180766,765,"2013-11-12 00:00",765,"2013-11-24 00:00",765,"2013-12-12 00:00",765,"2013-12-24 00:00","","","","",765,765,765,765,757,753,749,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68109",1,34.82166,-89.98783,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",111,100,58,61,0,11,"","","Certification not required",0,1439.90991,0.370492,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","68109",2,34.82166,-89.98783,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",35,57,35,61,0,16,"","","Certification not required",0,1439.914286,0.284029,1440,"2013-03-05 00:00",1440,"2013-03-23 00:00",1440,"2013-04-04 00:00",1440,"2013-04-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","88101",1,34.82166,-89.98783,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,0,0,"Certification not required",0,9.435135,4.248286,21.7,"2013-09-01 00:00",21.1,"2013-08-08 00:00",20.1,"2013-06-12 00:00",18.4,"2013-09-10 00:00","","","","",21.1,20.1,17.7,14.9,12.2,9,4.9,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","88101",1,34.82166,-89.98783,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,"","","Certification not required",0,9.435135,4.248286,21.7,"2013-09-01 00:00",21.1,"2013-08-08 00:00",20.1,"2013-06-12 00:00",18.4,"2013-09-10 00:00","","","","",21.1,20.1,17.7,14.9,12.2,9,4.9,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","88101",2,34.82166,-89.98783,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",35,57,35,61,0,16,0,0,"Certification not required",0,9.251429,4.277463,21.7,"2013-09-01 00:00",20.5,"2013-08-08 00:00",14.3,"2013-04-16 00:00",14.2,"2013-07-27 00:00","","","","",21.7,21.7,20.5,14.2,11.1,8.9,5.2,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","88101",2,34.82166,-89.98783,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",35,57,35,61,0,16,"","","Certification not required",0,9.251429,4.277463,21.7,"2013-09-01 00:00",20.5,"2013-08-08 00:00",14.3,"2013-04-16 00:00",14.2,"2013-07-27 00:00","","","","",21.7,21.7,20.5,14.2,11.1,8.9,5.2,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-02-05" +"28","033","0002","88502",3,34.82166,-89.98783,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8627,100,181,122,0,133,"","","Certification not required",0,9.14654,4.677782,39.7,"2013-08-09 19:00",39.4,"2013-08-09 18:00",39.1,"2013-08-09 15:00",37.4,"2013-08-09 13:00","","","","",24.1,21.7,17.9,14.8,11.4,8.4,4.3,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-01-30" +"28","033","0002","88502",3,34.82166,-89.98783,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,100,121,122,0,0,"","","Certification not required",0,9.08078,3.543661,22.8,"2013-08-09 00:00",21.2,"2013-06-12 00:00",20.8,"2013-07-02 00:00",20.6,"2013-05-18 00:00","","","","",20.6,19.9,16.5,13.9,10.6,8.3,5.4,"Hernando","5 EAST SOUTH ST. (HERNANDO)","Mississippi","DeSoto","Hernando","Memphis, TN-MS-AR","2014-01-30" +"28","035","0004","68101",1,31.323639,-89.287167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",102,100,56,61,0,20,"","","Certification not required",2,0.469608,0.133156,0.7,"2013-12-27 00:00",0.6,"2013-02-12 00:00",0.6,"2013-03-08 00:00",0.6,"2013-03-17 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.3,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68101",2,31.323639,-89.287167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",44,72,44,61,0,9,"","","Certification not required",26,0.120455,0.120714,0.5,"2013-09-13 00:00",0.4,"2013-06-21 00:00",0.4,"2013-06-27 00:00",0.4,"2013-08-02 00:00","","","","",0.5,0.5,0.4,0.3,0.1,0.05,0.05,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68102",1,31.323639,-89.287167,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",102,100,56,61,0,20,"","","Certification not required",0,23.998039,0.024294,24.1,"2013-05-28 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68102",2,31.323639,-89.287167,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",44,72,44,61,0,9,"","","Certification not required",0,23.997727,0.015076,24,"2013-02-27 00:00",24,"2013-03-05 00:00",24,"2013-03-11 00:00",24,"2013-03-17 00:00","","","","",24,24,24,24,24,24,24,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68103",1,31.323639,-89.287167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,100,56,61,0,20,"","","Certification not required",0,10.890196,9.767642,25.9,"2013-06-27 00:00",25.3,"2013-06-12 00:00",25.1,"2013-07-30 00:00",24.9,"2013-08-05 00:00","","","","",25.3,25.1,24.4,22.9,21.7,10.9,0,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68103",2,31.323639,-89.287167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,9,"","","Certification not required",0,12.370455,10.010612,26,"2013-08-08 00:00",25.5,"2013-06-27 00:00",23.5,"2013-08-14 00:00",23.3,"2013-09-13 00:00","","","","",26,26,23.5,23.2,22.6,14,0,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68104",1,31.323639,-89.287167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,100,56,61,0,20,"","","Certification not required",0,19.504902,13.606058,36.4,"2013-07-30 00:00",36.2,"2013-09-10 00:00",36,"2013-06-12 00:00",35.9,"2013-06-27 00:00","","","","",36.2,36,35.8,35,32.6,22.7,0,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68104",2,31.323639,-89.287167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,9,"","","Certification not required",0,20.5,13.847559,36.6,"2013-08-08 00:00",35.9,"2013-08-02 00:00",35.9,"2013-09-13 00:00",35.6,"2013-06-27 00:00","","","","",36.6,36.6,35.9,34.8,32,24.9,0,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68105",1,31.323639,-89.287167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,100,56,61,0,20,"","","Certification not required",0,19.15,7.570719,30.4,"2013-06-12 00:00",30.3,"2013-06-27 00:00",29.4,"2013-07-30 00:00",28.9,"2013-08-11 00:00","","","","",30.3,29.4,28.2,28,26.5,19.4,7.9,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68105",2,31.323639,-89.287167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,9,"","","Certification not required",0,20.702273,7.437006,30.5,"2013-08-08 00:00",30,"2013-06-27 00:00",29.7,"2013-09-01 00:00",29.2,"2013-08-02 00:00","","","","",30.5,30.5,29.7,28.4,27.3,23,10.3,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68106",1,31.323639,-89.287167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,100,49,61,0,20,"","","Certification not required",10,695.505882,172.861259,768,"2013-12-24 00:00",767,"2013-12-12 00:00",766,"2013-12-27 00:00",765,"2013-03-14 00:00","","","","",768,767,765,763,760,757,225,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68106",2,31.323639,-89.287167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,54,33,61,0,9,"","","Certification not required",1,740.727273,92.652669,767,"2013-12-12 00:00",765,"2013-11-24 00:00",764,"2013-10-25 00:00",763,"2013-12-18 00:00","","","","",767,767,765,763,758,756,753,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68107",1,31.323639,-89.287167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,100,49,61,0,20,"","","Certification not required",10,699.482353,174.325545,773,"2013-12-12 00:00",772,"2013-12-24 00:00",771,"2013-03-14 00:00",771,"2013-11-30 00:00","","","","",773,772,770,768,765,762,225,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68107",2,31.323639,-89.287167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,54,33,61,0,9,"","","Certification not required",1,745.212121,93.460806,772,"2013-12-12 00:00",770,"2013-11-24 00:00",769,"2013-10-25 00:00",768,"2013-12-18 00:00","","","","",772,772,770,768,763,760,758,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68108",1,31.323639,-89.287167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,100,56,61,0,20,"","","Certification not required",0,760.470588,3.75936,770,"2013-12-12 00:00",770,"2013-12-24 00:00",768,"2013-01-04 00:00",768,"2013-11-24 00:00","","","","",770,768,767,766,763,760,756,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68108",2,31.323639,-89.287167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,9,"","","Certification not required",0,759.681818,3.880618,769,"2013-12-12 00:00",769,"2013-12-24 00:00",767,"2013-10-25 00:00",767,"2013-11-24 00:00","","","","",769,769,767,767,762,758,756,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68109",1,31.323639,-89.287167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",102,100,56,61,0,20,"","","Certification not required",0,1439.892157,0.62785,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","68109",2,31.323639,-89.287167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",44,72,44,61,0,9,"","","Certification not required",0,1439.75,1.08102,1440,"2013-02-27 00:00",1440,"2013-03-05 00:00",1440,"2013-03-11 00:00",1440,"2013-03-29 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","88101",1,31.323639,-89.287167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,20,1,1,"Certification not required",0,10.146078,5.013836,36.1,"2013-03-08 00:00",21.3,"2013-03-23 00:00",21.2,"2013-09-10 00:00",20.1,"2013-09-07 00:00","","","","",21.3,21.2,19.2,17.7,11.7,9.3,5.3,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","88101",1,31.323639,-89.287167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,20,"","","Certification not required",0,10.146078,5.013836,36.1,"2013-03-08 00:00",21.3,"2013-03-23 00:00",21.2,"2013-09-10 00:00",20.1,"2013-09-07 00:00","","","","",21.3,21.2,19.2,17.7,11.7,9.3,5.3,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","88101",2,31.323639,-89.287167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,9,0,0,"Certification not required",0,10.009091,4.014208,21.3,"2013-09-07 00:00",17.7,"2013-09-01 00:00",16.8,"2013-08-08 00:00",15.7,"2013-11-30 00:00","","","","",21.3,21.3,16.8,15.5,13.4,9.2,5.4,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","88101",2,31.323639,-89.287167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,9,"","","Certification not required",0,10.009091,4.014208,21.3,"2013-09-07 00:00",17.7,"2013-09-01 00:00",16.8,"2013-08-08 00:00",15.7,"2013-11-30 00:00","","","","",21.3,21.3,16.8,15.5,13.4,9.2,5.4,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-02-05" +"28","035","0004","88502",3,31.323639,-89.287167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8694,100,182,122,0,66,"","","Certification not required",0,9.878456,6.357946,94.7,"2013-03-08 23:00",93.3,"2013-03-08 22:00",82.4,"2013-02-09 17:00",82.1,"2013-03-08 21:00","","","","",28.9,25.1,20.6,17.2,12.9,8.9,3.4,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-01-30" +"28","035","0004","88502",3,31.323639,-89.287167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,100,122,122,0,0,"","","Certification not required",0,9.806094,4.399813,37.8,"2013-03-09 00:00",34.6,"2013-03-08 00:00",26.7,"2013-06-11 00:00",25.2,"2013-08-31 00:00","","","","",25.2,20.1,17.7,15.2,11.8,9,5.4,"Hattiesburg","205 Bay Street","Mississippi","Forrest","Hattiesburg","Hattiesburg, MS","2014-01-30" +"28","043","0001","68101",1,33.834444,-89.792778,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",101,100,53,61,0,21,"","","Certification not required",23,0.303465,0.179619,0.6,"2013-01-13 00:00",0.6,"2013-06-03 00:00",0.6,"2013-07-15 00:00",0.5,"2013-04-25 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.3,0.05,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68102",1,33.834444,-89.792778,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",101,100,53,61,0,21,"","","Certification not required",0,24.029703,0.045923,24.1,"2013-05-01 00:00",24.1,"2013-05-04 00:00",24.1,"2013-05-19 00:00",24.1,"2013-05-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68103",1,33.834444,-89.792778,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",101,100,53,61,0,21,"","","Certification not required",0,10.057426,9.78076,26,"2013-06-27 00:00",24.6,"2013-08-08 00:00",24.5,"2013-07-30 00:00",24.3,"2013-07-15 00:00","","","","",24.6,24.5,23.1,22.6,20.2,8.9,0,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68104",1,33.834444,-89.792778,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",101,100,53,61,0,21,"","","Certification not required",0,19.381188,13.602226,38.3,"2013-09-01 00:00",37.6,"2013-06-27 00:00",37.6,"2013-08-08 00:00",37.1,"2013-09-10 00:00","","","","",37.6,37.6,36.2,35.3,31.8,21.9,0,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68105",1,33.834444,-89.792778,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",101,100,53,61,0,21,"","","Certification not required",0,16.958416,9.356637,30.8,"2013-08-08 00:00",30.7,"2013-06-27 00:00",29.6,"2013-09-01 00:00",29.4,"2013-06-12 00:00","","","","",30.7,29.6,28.8,28.1,25.8,17.1,3.2,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68106",1,33.834444,-89.792778,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,50,61,0,21,"","","Certification not required",14,674.912088,192.943264,767,"2013-11-24 00:00",767,"2013-12-12 00:00",764,"2013-03-26 00:00",764,"2013-04-25 00:00","","","","",767,767,764,761,758,756,225,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68107",1,33.834444,-89.792778,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,50,61,0,21,"","","Certification not required",14,678.934066,194.669167,773,"2013-11-24 00:00",773,"2013-12-12 00:00",770,"2013-10-25 00:00",769,"2013-03-14 00:00","","","","",773,773,769,767,763,760,225,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68108",1,33.834444,-89.792778,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,83,101,122,0,21,"","","Certification not required",0,759.326733,3.995269,770,"2013-11-24 00:00",770,"2013-12-12 00:00",768,"2013-11-12 00:00",767,"2013-01-04 00:00","","","","",770,768,766,764,761,759,755,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","68109",1,33.834444,-89.792778,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",39,32,39,122,0,12,"","","Certification not required",0,1439.974359,0.160128,1440,"2013-08-02 00:00",1440,"2013-08-05 00:00",1440,"2013-08-08 00:00",1440,"2013-08-11 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","88101",1,33.834444,-89.792778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,21,0,0,"Certification not required",0,9.310891,4.668809,27.2,"2013-06-12 00:00",23.8,"2013-09-01 00:00",21,"2013-07-03 00:00",20,"2013-09-10 00:00","","","","",23.8,21,18.2,15.4,12,7.8,4.6,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","043","0001","88101",1,33.834444,-89.792778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,21,"","","Certification not required",0,9.310891,4.668809,27.2,"2013-06-12 00:00",23.8,"2013-09-01 00:00",21,"2013-07-03 00:00",20,"2013-09-10 00:00","","","","",23.8,21,18.2,15.4,12,7.8,4.6,"Grenada","HWY 332 GRENADA AIRPORT","Mississippi","Grenada","Grenada","Grenada, MS","2014-02-05" +"28","045","0003","44201",1,30.300833,-89.395916,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5532,98,240,245,0,348,0,0,"Certification not required",182,0.045567,0.01023,0.076,"2013-05-08 15:00",0.071,"2013-03-30 17:00",0.07,"2013-08-30 13:00",0.07,"2013-09-07 14:00","","","","",0.07,0.068,0.063,0.058,0.052,0.046,0.032,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2013-12-02" +"28","045","0003","44201",1,30.300833,-89.395916,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5779,98,239,245,0,0,0,0,"Certification not required",0,0.040824,0.009863,0.066,"2013-05-08 11:00",0.065,"2013-03-30 10:00",0.063,"2013-03-09 21:00",0.063,"2013-03-10 00:00","","","","",0.063,0.063,0.057,0.054,0.047,0.041,0.027,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2013-12-02" +"28","045","0003","44201",1,30.300833,-89.395916,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5779,98,239,245,0,0,0,0,"Certification not required",0,0.040824,0.009863,0.066,"2013-05-08 11:00",0.065,"2013-03-30 10:00",0.063,"2013-03-09 21:00",0.063,"2013-03-10 00:00","","","","",0.063,0.063,0.057,0.054,0.047,0.041,0.027,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2013-12-02" +"28","045","0003","68101",1,30.300833,-89.395916,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,93,114,122,0,8,"","","Certification not required",109,0.055702,0.031029,0.3,"2013-08-14 00:00",0.2,"2013-03-17 00:00",0.2,"2013-04-22 00:00",0.1,"2013-05-01 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68102",1,30.300833,-89.395916,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,93,114,122,0,8,"","","Certification not required",0,23.997368,0.020868,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68103",1,30.300833,-89.395916,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,8,"","","Certification not required",0,11.650877,9.698155,26.5,"2013-06-24 00:00",25.6,"2013-05-31 00:00",25.3,"2013-07-24 00:00",25.1,"2013-06-18 00:00","","","","",25.6,25.3,24.7,23.4,21.8,11.9,0,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68104",1,30.300833,-89.395916,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,8,"","","Certification not required",0,19.071053,12.51672,35.7,"2013-08-05 00:00",34.8,"2013-09-01 00:00",34.5,"2013-09-13 00:00",33.9,"2013-07-24 00:00","","","","",34.8,34.5,33.8,32.8,29.6,23.2,0,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68105",1,30.300833,-89.395916,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,8,"","","Certification not required",0,19.567544,7.187064,30.5,"2013-06-27 00:00",29.8,"2013-08-05 00:00",29.7,"2013-08-08 00:00",29.5,"2013-06-24 00:00","","","","",29.8,29.7,29.1,28.2,26.3,19.2,9.1,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68106",1,30.300833,-89.395916,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,8,"","","Certification not required",12,695.505155,177.733715,771,"2013-12-12 00:00",771,"2013-12-24 00:00",770,"2013-03-14 00:00",769,"2013-03-26 00:00","","","","",771,771,769,766,763,761,225,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68107",1,30.300833,-89.395916,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,8,"","","Certification not required",12,699.835052,179.376448,777,"2013-12-12 00:00",777,"2013-12-24 00:00",775,"2013-03-14 00:00",775,"2013-11-30 00:00","","","","",777,777,774,773,769,765,225,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68108",1,30.300833,-89.395916,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,8,"","","Certification not required",0,764.657895,3.679238,774,"2013-12-24 00:00",773,"2013-12-12 00:00",772,"2013-01-04 00:00",772,"2013-03-14 00:00","","","","",773,772,771,770,767,764,761,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","68109",1,30.300833,-89.395916,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,93,114,122,0,8,"","","Certification not required",0,1439.780702,1.281307,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","88101",1,30.300833,-89.395916,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,7.916667,3.649098,24.7,"2013-03-08 00:00",20.5,"2013-09-07 00:00",15.7,"2013-08-02 00:00",15.2,"2013-08-29 00:00","","","","",20.5,15.7,14.9,12.5,10.1,7.3,4.2,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","045","0003","88101",1,30.300833,-89.395916,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,7.916667,3.649098,24.7,"2013-03-08 00:00",20.5,"2013-09-07 00:00",15.7,"2013-08-02 00:00",15.2,"2013-08-29 00:00","","","","",20.5,15.7,14.9,12.5,10.1,7.3,4.2,"Waveland","400 Baltic St","Mississippi","Hancock","Waveland","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","44201",1,30.390369,-89.049778,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5363,96,234,245,0,517,0,0,"Certification not required",96,0.046017,0.010659,0.071,"2013-03-30 14:00",0.071,"2013-08-30 17:00",0.07,"2013-07-29 13:00",0.068,"2013-05-14 12:00","","","","",0.07,0.067,0.063,0.061,0.054,0.046,0.031,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2013-12-02" +"28","047","0008","44201",1,30.390369,-89.049778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5603,94,230,245,0,0,0,0,"Certification not required",0,0.041204,0.010174,0.067,"2013-03-30 10:00",0.066,"2013-05-14 12:00",0.065,"2013-08-30 12:00",0.062,"2013-03-10 03:00","","","","",0.065,0.062,0.059,0.054,0.048,0.042,0.028,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2013-12-02" +"28","047","0008","44201",1,30.390369,-89.049778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5603,94,230,245,0,0,0,0,"Certification not required",0,0.041204,0.010174,0.067,"2013-03-30 10:00",0.066,"2013-05-14 12:00",0.065,"2013-08-30 12:00",0.062,"2013-03-10 03:00","","","","",0.065,0.062,0.059,0.054,0.048,0.042,0.028,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2013-12-02" +"28","047","0008","68101",1,30.390369,-89.049778,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",110,100,56,61,0,12,"","","Certification not required",4,0.413636,0.13408,0.6,"2013-03-23 00:00",0.6,"2013-05-16 00:00",0.6,"2013-05-19 00:00",0.6,"2013-05-28 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.2,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68102",1,30.390369,-89.049778,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,100,56,61,0,12,"","","Certification not required",0,24.036364,0.053719,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68103",1,30.390369,-89.049778,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,56,61,0,12,"","","Certification not required",0,13.389091,9.645775,28.9,"2013-08-11 00:00",27.3,"2013-08-08 00:00",26.7,"2013-06-24 00:00",26.7,"2013-06-27 00:00","","","","",27.3,26.7,26,24.5,23.3,14.3,0,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68104",1,30.390369,-89.049778,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,56,61,0,12,"","","Certification not required",0,20.76,11.855175,36,"2013-08-05 00:00",35.2,"2013-06-27 00:00",35,"2013-06-30 00:00",34.9,"2013-08-02 00:00","","","","",35.2,35,34.2,33.3,30.1,23.7,0,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68105",1,30.390369,-89.049778,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,56,61,0,12,"","","Certification not required",0,19.914545,7.044691,30.8,"2013-06-27 00:00",30.6,"2013-08-11 00:00",30.5,"2013-08-08 00:00",29.9,"2013-06-18 00:00","","","","",30.6,30.5,29.4,28.9,26.7,19.6,10.1,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68106",1,30.390369,-89.049778,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,53,61,0,12,"","","Certification not required",11,702.353535,169.659883,771,"2013-12-12 00:00",770,"2013-03-14 00:00",769,"2013-03-26 00:00",769,"2013-11-24 00:00","","","","",771,770,768,766,764,761,225,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68107",1,30.390369,-89.049778,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",99,100,53,61,0,12,"","","Certification not required",11,706.222222,171.035654,775,"2013-12-12 00:00",774,"2013-03-14 00:00",774,"2013-11-30 00:00",773,"2013-03-26 00:00","","","","",775,774,773,771,768,765,225,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68108",1,30.390369,-89.049778,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,56,61,0,12,"","","Certification not required",0,764.463636,3.631355,773,"2013-12-12 00:00",773,"2013-12-24 00:00",772,"2013-01-04 00:00",772,"2013-03-14 00:00","","","","",773,772,771,770,767,764,760,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","68109",1,30.390369,-89.049778,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",110,100,56,61,0,12,"","","Certification not required",0,1439.790909,1.05008,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","88101",1,30.390369,-89.049778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,0,0,"Certification not required",0,8.727273,3.568874,21.4,"2013-03-08 00:00",21,"2013-09-07 00:00",17.6,"2013-06-24 00:00",16.1,"2013-08-29 00:00","","","","",21,17.6,15.2,13.8,10.5,8,5.1,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","88101",1,30.390369,-89.049778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,"","","Certification not required",0,8.727273,3.568874,21.4,"2013-03-08 00:00",21,"2013-09-07 00:00",17.6,"2013-06-24 00:00",16.1,"2013-08-29 00:00","","","","",21,17.6,15.2,13.8,10.5,8,5.1,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-02-05" +"28","047","0008","88502",3,30.390369,-89.049778,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8597,100,180,122,0,163,"","","Certification not required",0,8.890997,4.323889,47.6,"2013-03-26 22:00",46.8,"2013-03-26 23:00",44.2,"2013-08-07 11:00",42.3,"2013-07-29 13:00","","","","",23,20,17.1,14.3,10.9,8.2,4.3,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-01-30" +"28","047","0008","88502",3,30.390369,-89.049778,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",356,100,120,122,0,0,"","","Certification not required",0,8.844944,3.294392,22.6,"2013-08-31 00:00",21.8,"2013-03-08 00:00",20.7,"2013-03-09 00:00",19.3,"2013-09-07 00:00","","","","",19.3,17.4,15.1,13.5,10.3,8.3,5.3,"Gulfport Youth Court","47 Maple Street","Mississippi","Harrison","Gulfport","Gulfport-Biloxi, MS","2014-01-30" +"28","049","0010","44201",1,32.385731,-90.1412,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5590,100,245,245,0,290,0,0,"Certification not required",424,0.043424,0.010314,0.069,"2013-09-06 12:00",0.068,"2013-06-19 13:00",0.067,"2013-05-08 14:00",0.066,"2013-03-15 13:00","","","","",0.067,0.066,0.062,0.056,0.052,0.043,0.03,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2013-12-02" +"28","049","0010","44201",1,32.385731,-90.1412,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,245,245,0,0,0,0,"Certification not required",0,0.038906,0.00982,0.061,"2013-09-05 10:00",0.061,"2013-09-06 09:00",0.059,"2013-03-15 10:00",0.059,"2013-05-15 09:00","","","","",0.059,0.058,0.055,0.051,0.047,0.038,0.027,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2013-12-02" +"28","049","0010","44201",1,32.385731,-90.1412,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5870,100,245,245,0,0,0,0,"Certification not required",0,0.038906,0.00982,0.061,"2013-09-05 10:00",0.061,"2013-09-06 09:00",0.059,"2013-03-15 10:00",0.059,"2013-05-15 09:00","","","","",0.059,0.058,0.055,0.051,0.047,0.038,0.027,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2013-12-02" +"28","049","0010","68101",1,32.385731,-90.1412,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",110,100,60,61,0,12,"","","Certification not required",110,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68102",1,32.385731,-90.1412,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,100,60,61,0,12,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68103",1,32.385731,-90.1412,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,60,61,0,12,"","","Certification not required",0,10.146364,9.43601,25.6,"2013-08-08 00:00",24.2,"2013-08-11 00:00",24,"2013-07-09 00:00",24,"2013-07-30 00:00","","","","",24.2,24,23.4,22.6,20.8,8.7,0,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68104",1,32.385731,-90.1412,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,60,61,0,12,"","","Certification not required",0,19.352727,12.940454,37.9,"2013-08-08 00:00",36.9,"2013-09-10 00:00",36.4,"2013-07-30 00:00",36.2,"2013-09-07 00:00","","","","",36.9,36.4,35.7,34.8,31,22.8,0,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68105",1,32.385731,-90.1412,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,60,61,0,12,"","","Certification not required",0,18.081818,8.547495,31.4,"2013-08-08 00:00",29.9,"2013-08-02 00:00",29.6,"2013-07-30 00:00",29.6,"2013-09-01 00:00","","","","",29.9,29.6,29.4,28.5,26.1,18.8,6,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68106",1,32.385731,-90.1412,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,100,53,61,0,12,"","","Certification not required",9,702.521277,156.262443,763,"2013-12-12 00:00",763,"2013-12-24 00:00",762,"2013-11-24 00:00",761,"2013-10-25 00:00","","","","",763,763,761,758,755,752,744,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68107",1,32.385731,-90.1412,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,100,53,61,0,12,"","","Certification not required",9,706.574468,157.599498,768,"2013-11-12 00:00",768,"2013-12-12 00:00",768,"2013-12-24 00:00",767,"2013-11-24 00:00","","","","",768,768,766,764,760,756,748,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68108",1,32.385731,-90.1412,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,60,61,0,12,"","","Certification not required",0,755.090909,4.136535,766,"2013-12-12 00:00",766,"2013-12-24 00:00",764,"2013-01-04 00:00",764,"2013-11-24 00:00","","","","",766,764,763,761,758,754,751,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","68109",1,32.385731,-90.1412,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",110,100,60,61,0,12,"","","Certification not required",0,1439.918182,0.275342,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","88101",1,32.385731,-90.1412,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,0,0,"Certification not required",0,9.73,4.628959,24.7,"2013-11-30 00:00",22,"2013-08-29 00:00",22,"2013-09-10 00:00",21.6,"2013-08-08 00:00","","","","",22,22,20.9,16.5,12.2,8.5,5.2,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","88101",1,32.385731,-90.1412,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,"","","Certification not required",0,9.73,4.628959,24.7,"2013-11-30 00:00",22,"2013-08-29 00:00",22,"2013-09-10 00:00",21.6,"2013-08-08 00:00","","","","",22,22,20.9,16.5,12.2,8.5,5.2,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-05" +"28","049","0010","88502",3,32.385731,-90.1412,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8465,100,180,122,0,295,"","","Certification not required",0,9.655027,5.537357,56.4,"2013-03-09 22:00",48.8,"2013-03-09 21:00",42.7,"2013-12-01 01:00",39.3,"2013-12-31 22:00","","","","",27.2,24.3,20,16.8,12.4,8.8,3.7,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0010","88502",3,32.385731,-90.1412,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,100,120,122,0,0,"","","Certification not required",0,9.58596,4.033488,28.7,"2013-08-29 00:00",26.2,"2013-03-09 00:00",22.7,"2013-08-31 00:00",22.3,"2013-08-08 00:00","","","","",22.3,21.1,17.1,14.5,11.7,8.8,5.4,"Jackson FS19","5810 Ridgewood Rd","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42101",1,32.329111,-90.182722,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48C-TL",2013,"Parts per million","No Events",4182,48,184,365,0,234,0,0,"Certification not required",0,0.228699,0.170031,2.04,"2013-12-18 00:00",1.92,"2013-12-17 23:00",1.7,"2013-11-30 22:00",1.69,"2013-12-17 22:00","","","","",1.1,0.85,0.47,0.33,0.23,0.18,0.13,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42101",1,32.329111,-90.182722,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4365,50,179,365,0,0,0,0,"Certification not required",0,0.230241,0.150106,1.5,"2013-11-30 03:00",1.5,"2013-11-30 04:00",1.5,"2013-11-30 05:00",1.5,"2013-11-30 06:00",1.5,"2013-11-30 03:00",1.5,"2013-12-18 02:00",0.9,0.8,0.5,0.3,0.2,0.2,0.1,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42401",1,32.329111,-90.182722,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4166,48,183,365,0,250,0,"","Certification not required",0,3.221858,4.95498,32,"2013-12-19 02:00",30.6,"2013-08-28 08:00",21.5,"2013-07-30 00:00",21.4,"2013-09-29 01:00","","","","",30.6,21.4,11.3,8.6,3.3,1.4,0.3,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42401",1,32.329111,-90.182722,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4166,48,183,365,0,250,"","","Certification not required",0,0.692391,1.599241,32,"2013-12-19 02:00",30.6,"2013-08-28 08:00",21.5,"2013-07-30 00:00",21.4,"2013-09-29 01:00","","","","",7.8,5.1,2.5,1.3,0.6,0.3,0.1,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42401",1,32.329111,-90.182722,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",183,50,183,365,0,0,0,"","Certification not required",0,0.686339,0.746258,4.8,"2013-11-15 00:00",3.8,"2013-09-29 00:00",3.1,"2013-09-28 00:00",3,"2013-11-21 00:00","","","","",3.8,3,2.3,1.6,0.8,0.4,0.1,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42401",1,32.329111,-90.182722,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1251,43,172,365,0,0,"",0,"Certification not required",0,0.655156,1.261508,16,"2013-09-29 02:00",11.4,"2013-11-15 02:00",11.3,"2013-11-15 08:00",11.2,"2013-08-28 08:00","","","","",7,4.7,2.5,1.4,0.6,0.3,0.1,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42406",1,32.329111,-90.182722,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",4165,94,182,184,0,251,"","","Certification not required",0,1.048211,2.73908,62.2,"2013-07-30 00:00",55.5,"2013-08-28 08:00",47,"2013-09-29 01:00",46.7,"2013-12-19 02:00","","","","",12.1,8.3,3.9,1.9,0.8,0.4,0.1,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42600",1,32.329111,-90.182722,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4164,94,183,184,0,252,"","","Certification not required",0,10.800768,17.957626,204.5,"2013-12-18 00:00",196,"2013-11-30 22:00",195.3,"2013-12-17 23:00",170.2,"2013-12-18 02:00","","","","",104.3,71.7,37.3,21.3,10.5,5.5,1.9,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","42601",1,32.329111,-90.182722,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",4164,94,183,184,0,252,"","","Certification not required",0,3.601249,13.168871,166,"2013-12-18 00:00",156.5,"2013-12-17 23:00",153.4,"2013-11-30 22:00",140.8,"2013-12-18 07:00","","","","",76.2,47,15,4.9,1.5,0.4,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","44201",1,32.329111,-90.182722,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4195,50,123,245,0,221,0,0,"Certification not required",336,0.045358,0.012068,0.081,"2013-09-06 13:00",0.077,"2013-08-30 16:00",0.076,"2013-09-09 12:00",0.074,"2013-09-05 12:00","","","","",0.077,0.076,0.066,0.062,0.053,0.045,0.037,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","44201",1,32.329111,-90.182722,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4396,50,123,245,0,0,0,0,"Certification not required",0,0.039959,0.011016,0.068,"2013-08-30 11:00",0.068,"2013-09-05 10:00",0.065,"2013-09-06 10:00",0.06,"2013-08-28 08:00","","","","",0.068,0.065,0.058,0.055,0.048,0.039,0.033,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","44201",1,32.329111,-90.182722,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4396,50,123,245,0,0,0,0,"Certification not required",0,0.039959,0.011016,0.068,"2013-08-30 11:00",0.068,"2013-09-05 10:00",0.065,"2013-09-06 10:00",0.06,"2013-08-28 08:00","","","","",0.068,0.065,0.058,0.055,0.048,0.039,0.033,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","61103",1,32.329111,-90.182722,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4316,98,179,184,0,100,"","","Certification not required",0,3.718837,2.027263,14.1,"2013-12-21 12:00",14.1,"2013-12-21 13:00",13.5,"2013-12-21 11:00",13.4,"2013-12-21 17:00","","","","",9.5,8.6,7.6,6.3,4.9,3.5,1.2,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","61104",1,32.329111,-90.182722,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4316,98,179,184,0,100,"","","Certification not required",0,171.600695,106.181879,359.8,"2013-11-07 12:00",359.8,"2013-12-17 20:00",359.7,"2013-07-28 13:00",359.7,"2013-11-12 08:00","","","","",357,354.3,345.6,335.6,264.6,150.1,29.2,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","62101",1,32.329111,-90.182722,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",4316,98,179,184,0,100,"","","Certification not required",0,69.936793,16.556611,101,"2013-09-04 15:00",100.7,"2013-08-09 13:00",100.3,"2013-09-04 16:00",100.1,"2013-09-12 14:00","","","","",98.1,96.7,93.6,89.6,81.6,73.3,44.2,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","62201",1,32.329111,-90.182722,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",4316,98,179,184,0,100,"","","Certification not required",0,67.491659,16.956865,93,"2013-07-19 04:00",93,"2013-07-19 05:00",93,"2013-09-25 05:00",93,"2013-09-25 06:00","","","","",91,91,89,88,82,71,43,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","68103",5,32.329111,-90.182722,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",37,61,37,61,0,1,"","","Certification not required",0,20.532432,4.773076,26.4,"2013-08-08 00:00",26.3,"2013-08-05 00:00",25.3,"2013-07-30 00:00",25.2,"2013-08-11 00:00","","","","",26.4,26.4,26.3,25.2,23.8,22.2,12.9,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","68104",5,32.329111,-90.182722,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",37,61,37,61,0,1,"","","Certification not required",0,31.002703,5.243434,37.6,"2013-08-08 00:00",37.2,"2013-09-04 00:00",36.7,"2013-09-07 00:00",36.6,"2013-09-01 00:00","","","","",37.6,37.6,37.2,36.6,35.6,32.2,22.6,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","68105",1,32.329111,-90.182722,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",53,87,53,61,0,8,"","","Certification not required",0,20.04717,8.926615,31.2,"2013-08-08 00:00",29.9,"2013-08-02 00:00",29.7,"2013-09-04 00:00",29.6,"2013-07-30 00:00","","","","",31.2,29.9,29.7,29.1,26.9,23.6,3.8,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","68105",5,32.329111,-90.182722,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",37,61,37,61,0,1,"","","Certification not required",0,25.181081,4.841249,31.8,"2013-08-08 00:00",30.3,"2013-09-04 00:00",30.2,"2013-09-01 00:00",30.1,"2013-07-30 00:00","","","","",31.8,31.8,30.3,30.1,29,26.5,16.8,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","68106",5,32.329111,-90.182722,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",37,61,37,61,0,1,"","","Certification not required",0,752.216216,1.973929,757,"2013-11-09 00:00",755,"2013-07-09 00:00",755,"2013-07-30 00:00",755,"2013-11-03 00:00","","","","",757,757,755,755,753,752,750,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","68107",5,32.329111,-90.182722,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",37,61,37,61,0,1,"","","Certification not required",0,754.72973,2.256456,760,"2013-11-09 00:00",759,"2013-11-03 00:00",758,"2013-07-09 00:00",758,"2013-07-18 00:00","","","","",760,760,759,758,756,755,752,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","68108",1,32.329111,-90.182722,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,53,61,0,8,"","","Certification not required",0,755.54717,4.263287,765,"2013-12-12 00:00",765,"2013-12-24 00:00",764,"2013-11-24 00:00",763,"2013-10-25 00:00","","","","",765,765,764,763,757,755,751,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","68108",5,32.329111,-90.182722,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",37,61,37,61,0,1,"","","Certification not required",0,753.135135,2.213119,758,"2013-11-09 00:00",757,"2013-11-03 00:00",756,"2013-07-09 00:00",756,"2013-07-18 00:00","","","","",758,758,757,756,755,753,750,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","81102",1,32.329111,-90.182722,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",25,41,25,61,0,5,0,0,"Certification not required",0,19.52,9.618212,50,"2013-08-08 00:00",32,"2013-11-30 00:00",30,"2013-09-07 00:00",30,"2013-09-13 00:00","","","","",50,50,32,30,25,17,11,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","81102",2,32.329111,-90.182722,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",22,36,22,61,0,8,0,0,"Certification not required",0,19.409091,10.261621,51,"2013-08-08 00:00",31,"2013-09-07 00:00",31,"2013-09-13 00:00",30,"2013-11-30 00:00","","","","",51,51,31,31,25,19,11,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","85129",1,32.329111,-90.182722,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P Partisol 2000 PM10 FRM - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",17,28,17,61,0,2,0,0,"Certification not required",0,0.063706,0.045733,0.156,"2013-10-19 00:00",0.147,"2013-09-07 00:00",0.132,"2013-09-01 00:00",0.106,"2013-09-25 00:00","","","","",0.156,0.156,0.156,0.147,0.086,0.046,0.023,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","85129",2,32.329111,-90.182722,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P Partisol 2000 PM10 FRM - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",16,26,16,61,0,3,0,0,"Certification not required",0,0.060063,0.049385,0.164,"2013-09-01 00:00",0.141,"2013-09-13 00:00",0.116,"2013-08-20 00:00",0.11,"2013-10-19 00:00","","","","",0.164,0.164,0.164,0.141,0.11,0.048,0.015,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","86101",1,32.329111,-90.182722,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,"","","Certification not required",0,7.751923,4.741659,28.6,"2013-08-08 00:00",15.1,"2013-09-13 00:00",14.5,"2013-07-30 00:00",14.3,"2013-08-29 00:00","","","","",28.6,15.1,14.5,13.6,10.4,6.6,3.2,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","88101",1,32.329111,-90.182722,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",53,43,53,122,0,8,0,0,"Certification not required",0,11.54717,5.31571,24.5,"2013-11-30 00:00",22.8,"2013-09-10 00:00",22.7,"2013-08-29 00:00",22.6,"2013-08-08 00:00","","","","",24.5,22.8,22.7,22.2,14.3,10,5.7,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","88101",1,32.329111,-90.182722,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",53,43,53,122,0,8,"","","Certification not required",0,11.54717,5.31571,24.5,"2013-11-30 00:00",22.8,"2013-09-10 00:00",22.7,"2013-08-29 00:00",22.6,"2013-08-08 00:00","","","","",24.5,22.8,22.7,22.2,14.3,10,5.7,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-06" +"28","049","0020","88102",5,32.329111,-90.182722,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",34,0.021257,0.009064,0.056,"2013-08-08 00:00",0.049,"2013-07-27 00:00",0.03,"2013-08-23 00:00",0.026,"2013-08-20 00:00","","","","",0.056,0.056,0.049,0.026,0.021,0.021,0.0095,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88103",5,32.329111,-90.182722,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.000378,0.000681,0.003,"2013-07-30 00:00",0.002,"2013-10-28 00:00",0.001,"2013-07-03 00:00",0.001,"2013-07-24 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88104",5,32.329111,-90.182722,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",14,0.067757,0.132566,0.601,"2013-08-08 00:00",0.539,"2013-07-24 00:00",0.267,"2013-07-30 00:00",0.187,"2013-10-04 00:00","","","","",0.601,0.601,0.539,0.187,0.052,0.022,0.0065,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88107",5,32.329111,-90.182722,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.007618,0.007739,0.0295,"2013-07-21 00:00",0.0295,"2013-08-17 00:00",0.0295,"2013-09-25 00:00",0.0295,"2013-10-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.0039,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88109",5,32.329111,-90.182722,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",11,0.002422,0.00127,0.0051,"2013-07-03 00:00",0.005,"2013-10-28 00:00",0.0045,"2013-10-01 00:00",0.0044,"2013-09-01 00:00","","","","",0.0051,0.0051,0.005,0.0044,0.0035,0.0021,0.0009,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88110",5,32.329111,-90.182722,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.001351,0.003208,0.012,"2013-07-03 00:00",0.012,"2013-07-27 00:00",0.007,"2013-07-30 00:00",0.007,"2013-09-01 00:00","","","","",0.012,0.012,0.012,0.007,0,0,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88111",5,32.329111,-90.182722,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",7,0.029345,0.037372,0.205,"2013-08-08 00:00",0.0893,"2013-08-29 00:00",0.0843,"2013-07-24 00:00",0.0842,"2013-07-30 00:00","","","","",0.205,0.205,0.0893,0.0842,0.032,0.0186,0.0024,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88112",5,32.329111,-90.182722,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.007351,0.014376,0.064,"2013-09-19 00:00",0.054,"2013-09-22 00:00",0.032,"2013-11-03 00:00",0.025,"2013-10-10 00:00","","","","",0.064,0.064,0.054,0.025,0.005,0.002,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88113",5,32.329111,-90.182722,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",35,0.000742,0.000333,0.0021,"2013-10-31 00:00",0.0019,"2013-08-08 00:00",0.001,"2013-07-21 00:00",0.001,"2013-08-17 00:00","","","","",0.0021,0.0021,0.0019,0.001,0.0007,0.00065,0.00055,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88114",5,32.329111,-90.182722,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",17,0.003796,0.005673,0.029,"2013-10-19 00:00",0.0192,"2013-07-24 00:00",0.0139,"2013-09-10 00:00",0.008,"2013-10-31 00:00","","","","",0.029,0.029,0.0192,0.008,0.004,0.002,0.00065,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88115",5,32.329111,-90.182722,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",24,0.007581,0.00811,0.042,"2013-07-24 00:00",0.027,"2013-10-04 00:00",0.0212,"2013-11-06 00:00",0.0194,"2013-10-31 00:00","","","","",0.042,0.042,0.027,0.0194,0.007,0.00405,0.0025,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88117",5,32.329111,-90.182722,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.008126,0.012461,0.0435,"2013-07-21 00:00",0.0435,"2013-09-25 00:00",0.0435,"2013-10-16 00:00",0.043,"2013-08-17 00:00","","","","",0.0435,0.0435,0.0435,0.043,0.00485,0.0041,0.0028,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88118",5,32.329111,-90.182722,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.010838,0.007011,0.023,"2013-07-21 00:00",0.023,"2013-08-17 00:00",0.023,"2013-09-25 00:00",0.023,"2013-10-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88126",5,32.329111,-90.182722,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.067384,0.077577,0.439,"2013-08-08 00:00",0.233,"2013-07-24 00:00",0.209,"2013-07-30 00:00",0.1,"2013-10-04 00:00","","","","",0.439,0.439,0.233,0.1,0.0743,0.0476,0.0191,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88128",5,32.329111,-90.182722,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.001514,0.002642,0.014,"2013-09-10 00:00",0.007,"2013-11-09 00:00",0.004,"2013-09-01 00:00",0.004,"2013-09-25 00:00","","","","",0.014,0.014,0.007,0.004,0.002,0.001,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88131",5,32.329111,-90.182722,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.009824,0.00315,0.0165,"2013-08-20 00:00",0.0165,"2013-09-04 00:00",0.0165,"2013-09-16 00:00",0.0165,"2013-09-22 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88132",5,32.329111,-90.182722,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.001378,0.001534,0.006,"2013-07-24 00:00",0.006,"2013-08-08 00:00",0.003,"2013-08-05 00:00",0.003,"2013-08-20 00:00","","","","",0.006,0.006,0.006,0.003,0.002,0.001,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88136",5,32.329111,-90.182722,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.000649,0.001111,0.004,"2013-07-24 00:00",0.004,"2013-10-31 00:00",0.003,"2013-08-23 00:00",0.002,"2013-09-01 00:00","","","","",0.004,0.004,0.004,0.002,0.001,0,0,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88140",5,32.329111,-90.182722,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",33,0.009445,0.012559,0.079,"2013-07-21 00:00",0.031,"2013-08-08 00:00",0.0124,"2013-10-31 00:00",0.0118,"2013-08-20 00:00","","","","",0.079,0.079,0.031,0.0118,0.009,0.006,0.0055,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88152",5,32.329111,-90.182722,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.005511,0.001604,0.008,"2013-07-12 00:00",0.008,"2013-07-30 00:00",0.008,"2013-08-05 00:00",0.008,"2013-08-14 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88154",5,32.329111,-90.182722,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.001032,0.00025,0.0013,"2013-07-03 00:00",0.0013,"2013-07-09 00:00",0.0013,"2013-07-24 00:00",0.0013,"2013-07-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88160",5,32.329111,-90.182722,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.012824,0.003656,0.0185,"2013-10-31 00:00",0.018,"2013-08-20 00:00",0.018,"2013-09-04 00:00",0.018,"2013-09-16 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.008,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88161",5,32.329111,-90.182722,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",30,0.004626,0.007039,0.038,"2013-08-08 00:00",0.0214,"2013-07-30 00:00",0.019,"2013-07-24 00:00",0.0075,"2013-10-04 00:00","","","","",0.038,0.038,0.0214,0.0075,0.00265,0.00215,0.0021,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88164",5,32.329111,-90.182722,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.001557,0.000269,0.0019,"2013-07-12 00:00",0.0019,"2013-07-30 00:00",0.0019,"2013-08-05 00:00",0.0019,"2013-08-14 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.00095,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88165",5,32.329111,-90.182722,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",1,0.148819,0.2633,1.46,"2013-08-08 00:00",0.665,"2013-07-30 00:00",0.624,"2013-07-24 00:00",0.325,"2013-10-04 00:00","","","","",1.46,1.46,0.665,0.325,0.117,0.072,0.0257,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88166",5,32.329111,-90.182722,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.008051,0.004462,0.019,"2013-08-20 00:00",0.019,"2013-09-22 00:00",0.019,"2013-10-31 00:00",0.0185,"2013-09-04 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88167",5,32.329111,-90.182722,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",8,0.006443,0.004901,0.0167,"2013-09-04 00:00",0.0162,"2013-10-28 00:00",0.0159,"2013-11-03 00:00",0.0156,"2013-11-09 00:00","","","","",0.0167,0.0167,0.0162,0.0156,0.0085,0.0049,0.00175,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88168",5,32.329111,-90.182722,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",34,0.001431,0.000712,0.0039,"2013-08-29 00:00",0.0036,"2013-10-01 00:00",0.0033,"2013-08-08 00:00",0.00175,"2013-08-20 00:00","","","","",0.0039,0.0039,0.0036,0.00175,0.00155,0.00115,0.00085,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88169",5,32.329111,-90.182722,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.870297,0.451889,1.98,"2013-07-30 00:00",1.72,"2013-09-01 00:00",1.71,"2013-08-29 00:00",1.65,"2013-09-10 00:00","","","","",1.98,1.98,1.72,1.65,1.13,0.699,0.449,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88176",5,32.329111,-90.182722,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.000984,0.000208,0.0013,"2013-07-21 00:00",0.0013,"2013-08-17 00:00",0.0013,"2013-08-20 00:00",0.0013,"2013-09-04 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88180",5,32.329111,-90.182722,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.059659,0.044063,0.231,"2013-08-08 00:00",0.204,"2013-07-03 00:00",0.107,"2013-07-30 00:00",0.095,"2013-07-24 00:00","","","","",0.231,0.231,0.204,0.095,0.0667,0.0503,0.026,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88184",5,32.329111,-90.182722,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",17,0.063757,0.06428,0.255,"2013-07-21 00:00",0.209,"2013-07-24 00:00",0.208,"2013-08-08 00:00",0.187,"2013-09-19 00:00","","","","",0.255,0.255,0.209,0.187,0.087,0.033,0.0155,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88185",5,32.329111,-90.182722,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",37,0.003203,0.003344,0.0115,"2013-08-20 00:00",0.0115,"2013-09-04 00:00",0.0115,"2013-09-16 00:00",0.0115,"2013-09-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88301",5,32.329111,-90.182722,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.490324,0.409694,1.43,"2013-08-29 00:00",1.43,"2013-09-10 00:00",1.3,"2013-07-30 00:00",1.3,"2013-09-01 00:00","","","","",1.43,1.43,1.43,1.3,0.606,0.327,0.122,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88302",5,32.329111,-90.182722,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",1,0.081762,0.072215,0.29,"2013-07-24 00:00",0.223,"2013-09-19 00:00",0.218,"2013-11-06 00:00",0.214,"2013-08-08 00:00","","","","",0.29,0.29,0.223,0.214,0.1,0.0568,0.0211,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88303",5,32.329111,-90.182722,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",5,0.040573,0.028236,0.142,"2013-07-03 00:00",0.129,"2013-08-08 00:00",0.073,"2013-10-22 00:00",0.072,"2013-09-01 00:00","","","","",0.142,0.142,0.129,0.072,0.05,0.034,0.012,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88306",5,32.329111,-90.182722,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,0.324892,0.110544,0.652,"2013-10-28 00:00",0.495,"2013-10-22 00:00",0.494,"2013-07-24 00:00",0.491,"2013-11-09 00:00","","","","",0.652,0.652,0.495,0.491,0.389,0.307,0.212,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88355",5,32.329111,-90.182722,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,3.211765,1.474892,7.76,"2013-07-03 00:00",6.02,"2013-09-10 00:00",5.98,"2013-08-29 00:00",5.6,"2013-09-07 00:00","","","","",7.76,7.76,6.02,5.6,3.67,3.09,1.61,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88357",5,32.329111,-90.182722,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.291441,0.140647,0.697,"2013-08-29 00:00",0.575,"2013-10-22 00:00",0.518,"2013-11-09 00:00",0.483,"2013-10-10 00:00","","","","",0.697,0.697,0.575,0.483,0.349,0.283,0.132,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88370",5,32.329111,-90.182722,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,2.975,1.370804,7.42,"2013-07-03 00:00",5.48,"2013-09-10 00:00",5.43,"2013-08-29 00:00",5.2,"2013-09-07 00:00","","","","",7.42,7.42,5.48,5.2,3.29,2.82,1.46,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88374",5,32.329111,-90.182722,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",2,0.308,0.267629,0.949,"2013-09-07 00:00",0.839,"2013-08-29 00:00",0.837,"2013-09-10 00:00",0.754,"2013-09-16 00:00","","","","",0.949,0.949,0.839,0.754,0.435,0.271,0.032,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88375",5,32.329111,-90.182722,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.764588,0.305525,1.56,"2013-07-03 00:00",1.42,"2013-08-29 00:00",1.38,"2013-09-10 00:00",1.25,"2013-09-07 00:00","","","","",1.56,1.56,1.42,1.25,0.898,0.729,0.435,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88376",5,32.329111,-90.182722,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.804294,0.371312,2.34,"2013-07-03 00:00",1.34,"2013-08-29 00:00",1.27,"2013-09-28 00:00",1.2,"2013-11-09 00:00","","","","",2.34,2.34,1.34,1.2,0.919,0.784,0.436,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88377",5,32.329111,-90.182722,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.530324,0.261777,1.36,"2013-07-03 00:00",0.948,"2013-08-29 00:00",0.932,"2013-09-10 00:00",0.9,"2013-09-07 00:00","","","","",1.36,1.36,0.948,0.9,0.639,0.571,0.242,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88378",5,32.329111,-90.182722,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.567676,0.301815,1.52,"2013-07-03 00:00",1.25,"2013-09-10 00:00",1.17,"2013-09-07 00:00",1.07,"2013-07-30 00:00","","","","",1.52,1.52,1.25,1.07,0.645,0.5,0.292,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88380",5,32.329111,-90.182722,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.527971,0.268074,1.24,"2013-08-29 00:00",1.06,"2013-10-10 00:00",0.999,"2013-10-22 00:00",0.989,"2013-09-10 00:00","","","","",1.24,1.24,1.06,0.989,0.676,0.491,0.225,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88383",5,32.329111,-90.182722,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,1.023971,0.482975,2.24,"2013-07-03 00:00",2.14,"2013-09-10 00:00",2.03,"2013-08-29 00:00",1.9,"2013-09-07 00:00","","","","",2.24,2.24,2.14,1.9,1.24,0.943,0.479,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88384",5,32.329111,-90.182722,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.07075,0.023084,0.138,"2013-07-30 00:00",0.122,"2013-09-22 00:00",0.1,"2013-09-16 00:00",0.0979,"2013-08-08 00:00","","","","",0.138,0.138,0.122,0.0979,0.0838,0.0668,0.0449,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88385",5,32.329111,-90.182722,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",30,0.001906,0.003195,0.0184,"2013-08-08 00:00",0.00657,"2013-10-16 00:00",0.00538,"2013-07-12 00:00",0.00444,"2013-09-10 00:00","","","","",0.0184,0.0184,0.00657,0.00444,0.001,0.001,0.001,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88388",5,32.329111,-90.182722,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,4,"","","Certification not required",0,0.804441,0.397207,1.86,"2013-07-03 00:00",1.8,"2013-09-10 00:00",1.57,"2013-09-07 00:00",1.43,"2013-08-29 00:00","","","","",1.86,1.86,1.8,1.43,0.946,0.755,0.396,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88403",5,32.329111,-90.182722,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,2.119757,1.144648,4.94,"2013-07-30 00:00",4.48,"2013-09-01 00:00",4.44,"2013-08-29 00:00",4.23,"2013-09-10 00:00","","","","",4.94,4.94,4.48,4.23,2.61,1.75,1.02,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","049","0020","88502",3,32.329111,-90.182722,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4359,99,181,184,0,57,"","","Certification not required",0,12.001422,7.080037,88.4,"2013-11-30 00:00",67.3,"2013-11-29 23:00",52.9,"2013-11-30 01:00",44.3,"2013-12-18 00:00","","","","",33.3,29,24.6,21,15.9,11.1,4,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","88502",3,32.329111,-90.182722,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",181,98,181,184,0,0,"","","Certification not required",0,11.945856,5.382662,26.8,"2013-08-31 00:00",26,"2013-08-30 00:00",26,"2013-11-30 00:00",25.2,"2013-08-29 00:00","","","","",26,25.2,23.1,19.2,15.5,11.2,5.9,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-01-30" +"28","049","0020","88502",5,32.329111,-90.182722,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,1,"","","Certification not required",0,11.416216,5.058355,23.4,"2013-08-29 00:00",21.5,"2013-07-30 00:00",21.5,"2013-09-10 00:00",21.3,"2013-07-03 00:00","","","","",23.4,23.4,21.5,21.3,13.9,10.2,5.8,"Jackson NCORE","232 East Woodrow Wilson Drive","Mississippi","Hinds","Jackson","Jackson, MS","2014-02-13" +"28","059","0006","42401",1,30.378287,-88.53393,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8235,94,358,365,0,525,0,"","Certification not required",0,4.039106,6.103095,50,"2013-06-28 06:00",47,"2013-04-04 10:00",33,"2013-07-28 04:00",27,"2013-12-16 11:00","","","","",27,22,16,10,5,2,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42401",1,30.378287,-88.53393,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8235,94,358,365,0,525,"","","Certification not required",0,0.527383,1.937403,50,"2013-06-28 06:00",47,"2013-04-04 10:00",33,"2013-07-28 04:00",32,"2013-04-04 11:00","","","","",8,5,2,1,0,0,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42401",1,30.378287,-88.53393,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,0.526816,0.732332,4.7,"2013-04-04 00:00",3.7,"2013-08-14 00:00",3.6,"2013-06-28 00:00",3.6,"2013-07-28 00:00","","","","",3.6,3.2,2.1,1.3,0.7,0.3,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42401",1,30.378287,-88.53393,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2479,85,350,365,0,0,"",0,"Certification not required",0,0.534853,1.557057,26.6,"2013-04-04 11:00",21.3,"2013-07-28 05:00",17.3,"2013-08-31 14:00",17,"2013-06-28 08:00","","","","",7.3,5,2.6,1.3,0.3,0,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42406",1,30.378287,-88.53393,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8221,94,357,365,0,539,"","","Certification not required",0,1.157645,4.476238,187,"2013-10-03 16:00",120,"2013-10-03 15:00",74,"2013-04-04 10:00",71,"2013-06-28 06:00","","","","",17,12,5,3,1,0,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42601",1,30.378287,-88.53393,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8135,93,354,365,0,625,"","","Certification not required",0,1.196079,3.234588,65.2,"2013-10-26 21:00",64.4,"2013-03-04 07:00",58.7,"2013-12-16 18:00",58.2,"2013-10-26 20:00","","","","",13.8,8,3.6,2.1,1.1,0.5,0.1,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42602",1,30.378287,-88.53393,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8135,93,354,365,0,625,0,"","Certification not required",0,11.795763,7.580507,41.4,"2013-03-08 21:00",39.7,"2013-10-26 18:00",36.4,"2013-11-11 19:00",35,"2013-01-19 19:00","","","","",35,32.9,27.4,22.2,16.2,9.6,4.2,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42602",1,30.378287,-88.53393,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",8135,93,354,365,0,625,"","","Certification not required",0,4.13673,4.419305,41.4,"2013-03-08 21:00",39.7,"2013-10-26 18:00",37.4,"2013-10-26 19:00",36.4,"2013-11-11 19:00","","","","",22.5,19,12.7,8.8,5,2.9,0.6,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","42603",1,30.378287,-88.53393,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8147,93,355,365,0,613,"","","Certification not required",0,5.359077,6.791618,99.6,"2013-10-26 21:00",94.4,"2013-10-26 20:00",89.5,"2013-03-04 07:00",88.7,"2013-12-16 18:00","","","","",36.6,25.7,15.6,10.7,6.1,3.6,0.9,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-01-30" +"28","059","0006","44201",1,30.378287,-88.53393,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5498,97,237,245,0,382,0,0,"Certification not required",92,0.046848,0.011507,0.086,"2013-08-31 13:00",0.076,"2013-05-08 18:00",0.076,"2013-05-14 16:00",0.072,"2013-08-29 11:00","","","","",0.076,0.07,0.066,0.062,0.055,0.046,0.031,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2013-12-02" +"28","059","0006","44201",1,30.378287,-88.53393,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5725,96,234,245,0,0,0,0,"Certification not required",0,0.04206,0.010849,0.072,"2013-08-31 10:00",0.07,"2013-05-14 11:00",0.067,"2013-03-30 09:00",0.066,"2013-03-10 02:00","","","","",0.067,0.064,0.061,0.057,0.05,0.042,0.028,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2013-12-02" +"28","059","0006","44201",1,30.378287,-88.53393,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5725,96,234,245,0,0,0,0,"Certification not required",0,0.04206,0.010849,0.072,"2013-08-31 10:00",0.07,"2013-05-14 11:00",0.067,"2013-03-30 09:00",0.066,"2013-03-10 02:00","","","","",0.067,0.064,0.061,0.057,0.05,0.042,0.028,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2013-12-02" +"28","059","0006","68101",1,30.378287,-88.53393,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",100,100,53,61,0,22,"","","Certification not required",41,0.2545,0.194507,0.6,"2013-09-01 00:00",0.6,"2013-10-22 00:00",0.6,"2013-11-06 00:00",0.6,"2013-11-18 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68102",1,30.378287,-88.53393,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",100,100,53,61,0,22,"","","Certification not required",0,24.021,0.043333,24.1,"2013-06-21 00:00",24.1,"2013-06-24 00:00",24.1,"2013-07-15 00:00",24.1,"2013-07-18 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68103",1,30.378287,-88.53393,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,53,61,0,22,"","","Certification not required",0,11.901,9.641865,26.2,"2013-07-24 00:00",26.2,"2013-09-01 00:00",25.3,"2013-08-05 00:00",25,"2013-05-31 00:00","","","","",26.2,26.2,24.9,23.9,22.4,12.9,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68104",1,30.378287,-88.53393,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,53,61,0,22,"","","Certification not required",0,18.499,12.475345,34.2,"2013-09-07 00:00",33.9,"2013-09-13 00:00",33.7,"2013-08-05 00:00",33.4,"2013-08-02 00:00","","","","",34.2,33.9,33.1,32.4,28.9,22.8,0,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68105",1,30.378287,-88.53393,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,53,61,0,22,"","","Certification not required",0,19.644,6.428053,29.3,"2013-07-30 00:00",29.3,"2013-09-01 00:00",29.1,"2013-06-18 00:00",29,"2013-07-24 00:00","","","","",29.3,29.3,28.8,27.6,25.6,19.7,10.6,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68106",1,30.378287,-88.53393,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,50,61,0,22,"","","Certification not required",13,678.837209,192.669657,768,"2013-12-12 00:00",768,"2013-12-24 00:00",766,"2013-03-08 00:00",766,"2013-03-29 00:00","","","","",768,768,766,765,761,758,225,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68107",1,30.378287,-88.53393,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,50,61,0,22,"","","Certification not required",13,682.848837,194.374261,772,"2013-12-12 00:00",772,"2013-12-24 00:00",771,"2013-03-08 00:00",771,"2013-03-29 00:00","","","","",772,772,771,770,766,763,225,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68108",1,30.378287,-88.53393,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,53,61,0,22,"","","Certification not required",0,762.48,3.726726,771,"2013-03-14 00:00",770,"2013-01-19 00:00",770,"2013-01-22 00:00",770,"2013-12-12 00:00","","","","",771,770,770,768,765,762,758,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","68109",1,30.378287,-88.53393,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",100,100,53,61,0,22,"","","Certification not required",0,1439.85,0.35887,1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","88101",1,30.378287,-88.53393,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,22,0,0,"Certification not required",0,8.849,3.790432,21.6,"2013-03-08 00:00",19.3,"2013-09-07 00:00",19.2,"2013-07-24 00:00",15.7,"2013-09-10 00:00","","","","",21.6,19.3,15.5,14.6,11.4,8.1,4.8,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","059","0006","88101",1,30.378287,-88.53393,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,22,"","","Certification not required",0,8.849,3.790432,21.6,"2013-03-08 00:00",19.3,"2013-09-07 00:00",19.2,"2013-07-24 00:00",15.7,"2013-09-10 00:00","","","","",21.6,19.3,15.5,14.6,11.4,8.1,4.8,"Pascagoula","Hospital Road at Co. Health Dept.","Mississippi","Jackson","Pascagoula","Pascagoula, MS","2014-02-05" +"28","075","0003","44201",1,32.364565,-88.731491,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5549,99,243,245,0,331,0,0,"Certification not required",703,0.04142,0.010219,0.07,"2013-03-09 17:00",0.069,"2013-09-17 15:00",0.067,"2013-03-29 12:00",0.067,"2013-04-06 16:00","","","","",0.067,0.064,0.06,0.054,0.049,0.041,0.029,"Meridian","Hwy 19 and 53rd Ave","Mississippi","Lauderdale","Meridian","Meridian, MS","2013-12-02" +"28","075","0003","44201",1,32.364565,-88.731491,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5825,98,241,245,0,0,0,0,"Certification not required",0,0.036913,0.010011,0.064,"2013-03-09 13:00",0.063,"2013-03-29 10:00",0.063,"2013-09-17 10:00",0.061,"2013-05-15 09:00","","","","",0.063,0.06,0.054,0.05,0.044,0.036,0.026,"Meridian","Hwy 19 and 53rd Ave","Mississippi","Lauderdale","Meridian","Meridian, MS","2013-12-02" +"28","075","0003","44201",1,32.364565,-88.731491,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5825,98,241,245,0,0,0,0,"Certification not required",0,0.036913,0.010011,0.064,"2013-03-09 13:00",0.063,"2013-03-29 10:00",0.063,"2013-09-17 10:00",0.061,"2013-05-15 09:00","","","","",0.063,0.06,0.054,0.05,0.044,0.036,0.026,"Meridian","Hwy 19 and 53rd Ave","Mississippi","Lauderdale","Meridian","Meridian, MS","2013-12-02" +"28","081","0005","44201",1,34.264917,-88.766222,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5549,99,242,245,0,331,0,0,"Certification not required",291,0.045674,0.009254,0.074,"2013-05-14 14:00",0.067,"2013-07-03 15:00",0.066,"2013-03-09 16:00",0.064,"2013-04-06 12:00","","","","",0.066,0.064,0.059,0.058,0.052,0.045,0.033,"TUPELO AIRPORT NEAR OLD NWS OFFICE","West Jackson at Tupelo Airport","Mississippi","Lee","Tupelo","Tupelo, MS","2013-12-02" +"28","081","0005","44201",1,34.264917,-88.766222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5815,99,242,245,0,0,0,0,"Certification not required",0,0.041269,0.009369,0.071,"2013-05-14 11:00",0.063,"2013-07-03 11:00",0.062,"2013-03-09 12:00",0.061,"2013-03-15 10:00","","","","",0.062,0.061,0.056,0.053,0.048,0.041,0.029,"TUPELO AIRPORT NEAR OLD NWS OFFICE","West Jackson at Tupelo Airport","Mississippi","Lee","Tupelo","Tupelo, MS","2013-12-02" +"28","081","0005","44201",1,34.264917,-88.766222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5815,99,242,245,0,0,0,0,"Certification not required",0,0.041269,0.009369,0.071,"2013-05-14 11:00",0.063,"2013-07-03 11:00",0.062,"2013-03-09 12:00",0.061,"2013-03-15 10:00","","","","",0.062,0.061,0.056,0.053,0.048,0.041,0.029,"TUPELO AIRPORT NEAR OLD NWS OFFICE","West Jackson at Tupelo Airport","Mississippi","Lee","Tupelo","Tupelo, MS","2013-12-02" +"28","087","0002","16786",6,33.509588,-88.408928,"NAD83","m and p-Cresol (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,6.663478,2.334028,10.8,"2013-05-16 00:00",10.7,"2013-06-21 00:00",10.2,"2013-05-22 00:00",10.2,"2013-05-28 00:00","","","","",10.8,10.8,10.7,10.2,7.86,6.23,3.95,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","16797",6,33.509588,-88.408928,"NAD83","Phenol (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,299.378261,291.393476,1260,"2013-05-16 00:00",861,"2013-05-28 00:00",641,"2013-05-10 00:00",624,"2013-06-09 00:00","","","","",1260,1260,861,641,339,210,71.4,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17141",6,33.509588,-88.408928,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,132.456522,69.473022,281,"2013-06-21 00:00",237,"2013-06-15 00:00",232,"2013-08-02 00:00",226,"2013-05-28 00:00","","","","",281,281,237,232,197,116,59,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17147",6,33.509588,-88.408928,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,20.304783,10.412877,40.3,"2013-06-21 00:00",39.5,"2013-08-02 00:00",37.1,"2013-06-15 00:00",35.5,"2013-05-28 00:00","","","","",40.3,40.3,39.5,37.1,27.2,17.4,9.02,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17149",6,33.509588,-88.408928,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,12.354348,5.875299,23.6,"2013-06-21 00:00",23.1,"2013-06-15 00:00",22.6,"2013-05-28 00:00",21.7,"2013-08-02 00:00","","","","",23.6,23.6,23.1,22.6,15,10.6,6.09,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17150",6,33.509588,-88.408928,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,28.843478,12.425334,52.8,"2013-08-02 00:00",51.8,"2013-06-21 00:00",48.6,"2013-06-15 00:00",47.8,"2013-05-28 00:00","","","","",52.8,52.8,51.8,48.6,39.2,26.2,15.2,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17151",6,33.509588,-88.408928,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.588087,0.461117,1.81,"2013-08-20 00:00",1.42,"2013-08-02 00:00",1.13,"2013-08-08 00:00",0.853,"2013-09-19 00:00","","","","",1.81,1.81,1.42,1.13,0.782,0.611,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17201",6,33.509588,-88.408928,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,6.46,3.062541,12.1,"2013-06-21 00:00",11.9,"2013-08-02 00:00",11.7,"2013-08-08 00:00",11,"2013-06-15 00:00","","","","",12.1,12.1,11.9,11.7,7.91,5.64,3.22,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17204",6,33.509588,-88.408928,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,2.307826,1.06406,4.75,"2013-08-08 00:00",4.27,"2013-08-02 00:00",3.85,"2013-06-21 00:00",3.59,"2013-06-15 00:00","","","","",4.75,4.75,4.27,3.85,2.85,2.33,1,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17208",6,33.509588,-88.408928,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.151191,0.083565,0.442,"2013-06-27 00:00",0.272,"2013-08-02 00:00",0.237,"2013-08-08 00:00",0.204,"2013-06-21 00:00","","","","",0.442,0.442,0.272,0.237,0.19,0.128,0.0773,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17215",6,33.509588,-88.408928,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.015391,0.047189,0.219,"2013-06-27 00:00",0.061,"2013-08-02 00:00",0.04,"2013-05-28 00:00",0.034,"2013-09-25 00:00","","","","",0.219,0.219,0.061,0.04,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17220",6,33.509588,-88.408928,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.062783,0.075512,0.383,"2013-06-27 00:00",0.099,"2013-07-03 00:00",0.089,"2013-05-16 00:00",0.085,"2013-06-15 00:00","","","","",0.383,0.383,0.099,0.089,0.075,0.057,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17223",6,33.509588,-88.408928,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.004522,0.021685,0.104,"2013-06-27 00:00",0,"2013-05-10 00:00",0,"2013-05-16 00:00",0,"2013-05-22 00:00","","","","",0.104,0.104,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17231",6,33.509588,-88.408928,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0,0,0,"2013-05-10 00:00",0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17237",6,33.509588,-88.408928,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.020435,0.033898,0.146,"2013-06-27 00:00",0.054,"2013-05-28 00:00",0.045,"2013-08-02 00:00",0.045,"2013-09-19 00:00","","","","",0.146,0.146,0.054,0.045,0.036,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17242",6,33.509588,-88.408928,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.002478,0.011885,0.057,"2013-06-27 00:00",0,"2013-05-10 00:00",0,"2013-05-16 00:00",0,"2013-05-22 00:00","","","","",0.057,0.057,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17243",6,33.509588,-88.408928,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,0.006652,0.031903,0.153,"2013-06-27 00:00",0,"2013-05-10 00:00",0,"2013-05-16 00:00",0,"2013-05-22 00:00","","","","",0.153,0.153,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","17301",6,33.509588,-88.408928,"NAD83","o-Cresol (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",23,58,21,40,0,3,"","","Certification not required",0,10.648696,6.065812,25.8,"2013-05-16 00:00",24.8,"2013-05-28 00:00",20.6,"2013-05-22 00:00",15.6,"2013-06-21 00:00","","","","",25.8,25.8,24.8,20.6,13.1,9.01,5.24,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","42153",6,33.509588,-88.408928,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.375111,0.955436,4.19,"2013-08-26 00:00",2.73,"2013-09-25 00:00",2.72,"2013-09-07 00:00",2.6,"2013-09-13 00:00","","","","",4.19,4.19,2.72,2.48,0.04,0.03,0.02,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43205",6,33.509588,-88.408928,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.8292,0.466653,2.361,"2013-03-05 00:00",2.094,"2013-02-15 00:00",1.815,"2013-02-03 00:00",1.719,"2013-01-04 00:00","","","","",2.361,2.361,1.815,1.683,0.939,0.678,0.375,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43206",6,33.509588,-88.408928,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.859067,0.648008,3.32,"2013-01-04 00:00",3.16,"2013-02-15 00:00",1.84,"2013-02-27 00:00",1.656,"2013-02-21 00:00","","","","",3.32,3.32,1.84,1.49,1.054,0.678,0.364,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43208",6,33.509588,-88.408928,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.032533,0.004998,0.042,"2013-04-10 00:00",0.042,"2013-05-28 00:00",0.04,"2013-03-05 00:00",0.04,"2013-05-04 00:00","","","","",0.042,0.042,0.04,0.04,0.036,0.032,0.026,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43218",6,33.509588,-88.408928,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.086889,0.083061,0.35,"2013-02-15 00:00",0.33,"2013-02-03 00:00",0.29,"2013-01-04 00:00",0.19,"2013-05-28 00:00","","","","",0.35,0.35,0.29,0.18,0.1,0.06,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43233",6,33.509588,-88.408928,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.264356,0.324536,1.968,"2013-03-05 00:00",0.984,"2013-01-16 00:00",0.976,"2013-04-16 00:00",0.56,"2013-01-28 00:00","","","","",1.968,1.968,0.976,0.416,0.264,0.16,0.096,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43372",6,33.509588,-88.408928,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018667,0.078468,0.46,"2013-08-26 00:00",0.25,"2013-02-15 00:00",0.11,"2013-03-29 00:00",0.02,"2013-06-27 00:00","","","","",0.46,0.46,0.11,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43373",6,33.509588,-88.408928,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43396",6,33.509588,-88.408928,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43438",6,33.509588,-88.408928,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43441",6,33.509588,-88.408928,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.016889,0.101798,0.68,"2013-08-26 00:00",0.08,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.68,0.68,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43505",6,33.509588,-88.408928,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,1.09878,0.679199,2.99,"2013-05-10 00:00",2.58,"2013-07-15 00:00",2.44,"2013-04-16 00:00",2.33,"2013-07-03 00:00","","","","",2.99,2.99,2.44,1.94,1.36,0.94,0.49,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43560",6,33.509588,-88.408928,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.186222,0.113283,0.53,"2013-06-21 00:00",0.4,"2013-09-13 00:00",0.39,"2013-08-20 00:00",0.37,"2013-03-05 00:00","","","","",0.53,0.53,0.39,0.35,0.24,0.16,0.07,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43702",6,33.509588,-88.408928,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.232222,0.089541,0.43,"2013-09-19 00:00",0.41,"2013-04-16 00:00",0.38,"2013-06-27 00:00",0.38,"2013-08-26 00:00","","","","",0.43,0.43,0.38,0.37,0.29,0.23,0.13,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43704",6,33.509588,-88.408928,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.067333,0.202422,0.98,"2013-06-09 00:00",0.77,"2013-08-20 00:00",0.44,"2013-05-28 00:00",0.38,"2013-04-10 00:00","","","","",0.98,0.98,0.44,0.3,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43801",6,33.509588,-88.408928,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.566222,0.075747,0.76,"2013-04-16 00:00",0.71,"2013-05-28 00:00",0.68,"2013-06-27 00:00",0.67,"2013-06-21 00:00","","","","",0.76,0.76,0.68,0.67,0.62,0.55,0.48,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43802",6,33.509588,-88.408928,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.152045,0.125041,0.85,"2013-09-19 00:00",0.35,"2013-01-28 00:00",0.28,"2013-05-16 00:00",0.28,"2013-06-27 00:00","","","","",0.85,0.85,0.28,0.26,0.16,0.12,0.08,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43803",6,33.509588,-88.408928,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.015778,0.010111,0.03,"2013-01-04 00:00",0.03,"2013-03-29 00:00",0.03,"2013-05-16 00:00",0.03,"2013-05-28 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43804",6,33.509588,-88.408928,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.106444,0.01209,0.15,"2013-06-27 00:00",0.12,"2013-02-27 00:00",0.12,"2013-03-05 00:00",0.12,"2013-03-11 00:00","","","","",0.15,0.15,0.12,0.12,0.12,0.1,0.1,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43806",6,33.509588,-88.408928,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-04-10 00:00",0.01,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43811",6,33.509588,-88.408928,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.247311,0.0352,0.352,"2013-05-28 00:00",0.338,"2013-04-16 00:00",0.303,"2013-04-10 00:00",0.302,"2013-05-16 00:00","","","","",0.352,0.352,0.303,0.286,0.272,0.24,0.209,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43812",6,33.509588,-88.408928,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005333,0.035777,0.24,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.24,0.24,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43813",6,33.509588,-88.408928,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43814",6,33.509588,-88.408928,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.012667,0.009145,0.03,"2013-05-04 00:00",0.03,"2013-08-08 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43815",6,33.509588,-88.408928,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.038667,0.014709,0.06,"2013-03-05 00:00",0.06,"2013-03-29 00:00",0.06,"2013-04-10 00:00",0.06,"2013-05-04 00:00","","","","",0.06,0.06,0.06,0.06,0.05,0.04,0.03,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43817",6,33.509588,-88.408928,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.084222,0.16708,1.06,"2013-08-26 00:00",0.35,"2013-02-15 00:00",0.22,"2013-02-27 00:00",0.21,"2013-01-16 00:00","","","","",1.06,1.06,0.22,0.2,0.1,0.03,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43818",6,33.509588,-88.408928,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-08-26 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43819",6,33.509588,-88.408928,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008889,0.005318,0.02,"2013-03-05 00:00",0.02,"2013-04-10 00:00",0.02,"2013-08-08 00:00",0.02,"2013-08-26 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0.01,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43820",6,33.509588,-88.408928,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43821",6,33.509588,-88.408928,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.161511,0.018212,0.208,"2013-04-16 00:00",0.196,"2013-04-10 00:00",0.192,"2013-09-25 00:00",0.19,"2013-01-28 00:00","","","","",0.208,0.208,0.192,0.184,0.172,0.162,0.14,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43823",6,33.509588,-88.408928,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.491111,0.072118,0.72,"2013-05-28 00:00",0.68,"2013-04-16 00:00",0.61,"2013-05-16 00:00",0.59,"2013-04-10 00:00","","","","",0.72,0.72,0.61,0.58,0.53,0.47,0.41,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43824",6,33.509588,-88.408928,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011778,0.022083,0.09,"2013-08-08 00:00",0.07,"2013-04-22 00:00",0.07,"2013-05-28 00:00",0.04,"2013-01-28 00:00","","","","",0.09,0.09,0.07,0.04,0.02,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43826",6,33.509588,-88.408928,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43828",6,33.509588,-88.408928,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43829",6,33.509588,-88.408928,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43830",6,33.509588,-88.408928,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43831",6,33.509588,-88.408928,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43832",6,33.509588,-88.408928,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43835",6,33.509588,-88.408928,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43836",6,33.509588,-88.408928,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43838",6,33.509588,-88.408928,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43839",6,33.509588,-88.408928,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43843",6,33.509588,-88.408928,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43844",6,33.509588,-88.408928,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002667,0.007804,0.03,"2013-03-05 00:00",0.03,"2013-04-10 00:00",0.02,"2013-06-21 00:00",0.02,"2013-07-09 00:00","","","","",0.03,0.03,0.02,0.02,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","43860",6,33.509588,-88.408928,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008667,0.034219,0.21,"2013-01-04 00:00",0.06,"2013-01-16 00:00",0.06,"2013-05-04 00:00",0.06,"2013-07-27 00:00","","","","",0.21,0.21,0.06,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45109",6,33.509588,-88.408928,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.045111,42.422081,160,"2013-08-08 00:00",150.4,"2013-04-10 00:00",127.2,"2013-04-16 00:00",105.6,"2013-01-28 00:00","","","","",160,160,127.2,100.8,2.91,1.22,0.55,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45201",6,33.509588,-88.408928,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.986667,0.45858,2.16,"2013-02-15 00:00",2.09,"2013-08-26 00:00",2.08,"2013-01-04 00:00",1.9,"2013-02-03 00:00","","","","",2.16,2.16,2.08,1.64,1.28,0.86,0.49,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45202",6,33.509588,-88.408928,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.831556,1.044531,4.66,"2013-02-15 00:00",3.96,"2013-03-29 00:00",3.68,"2013-01-04 00:00",3.67,"2013-01-28 00:00","","","","",4.66,4.66,3.68,3.66,2.46,1.46,0.77,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45203",6,33.509588,-88.408928,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.259556,8.675717,34.4,"2013-04-10 00:00",31.52,"2013-08-08 00:00",24.24,"2013-04-16 00:00",21.04,"2013-03-05 00:00","","","","",34.4,34.4,24.24,20.8,0.91,0.46,0.22,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45204",6,33.509588,-88.408928,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,7.211556,15.456834,64.64,"2013-04-10 00:00",50.8,"2013-08-08 00:00",45.36,"2013-04-16 00:00",37.44,"2013-03-05 00:00","","","","",64.64,64.64,45.36,36.56,1.15,0.51,0.22,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45207",6,33.509588,-88.408928,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,1.7322,3.923026,20.61,"2013-04-10 00:00",11.43,"2013-01-28 00:00",9.54,"2013-04-16 00:00",6.651,"2013-03-05 00:00","","","","",20.61,20.61,9.54,6.651,0.351,0.18,0.0855,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45208",6,33.509588,-88.408928,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,4.7392,10.652122,57.69,"2013-04-10 00:00",27.18,"2013-04-16 00:00",24.12,"2013-01-28 00:00",19.53,"2013-08-08 00:00","","","","",57.69,57.69,24.12,15.75,0.954,0.423,0.189,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45220",6,33.509588,-88.408928,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.154444,0.143868,0.54,"2013-04-16 00:00",0.46,"2013-01-28 00:00",0.4,"2013-01-16 00:00",0.37,"2013-08-26 00:00","","","","",0.54,0.54,0.4,0.35,0.24,0.16,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45801",6,33.509588,-88.408928,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45805",6,33.509588,-88.408928,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45806",6,33.509588,-88.408928,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45807",6,33.509588,-88.408928,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.049556,0.050405,0.19,"2013-02-03 00:00",0.16,"2013-02-15 00:00",0.15,"2013-03-29 00:00",0.13,"2013-01-04 00:00","","","","",0.19,0.19,0.15,0.11,0.07,0.05,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0002","45810",6,33.509588,-88.408928,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","2300 14th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","42153",6,33.499588,-88.403648,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013111,0.005963,0.04,"2013-07-27 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.01,0.01,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43205",6,33.499588,-88.403648,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.997533,0.462188,2.523,"2013-01-04 00:00",2.307,"2013-02-15 00:00",1.974,"2013-02-03 00:00",1.527,"2013-05-16 00:00","","","","",2.523,2.523,1.974,1.497,1.227,0.891,0.498,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43206",6,33.499588,-88.403648,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.126178,0.854537,4.48,"2013-01-04 00:00",3.82,"2013-02-15 00:00",2.88,"2013-02-03 00:00",2.4,"2013-03-29 00:00","","","","",4.48,4.48,2.88,1.914,1.18,0.866,0.43,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43208",6,33.499588,-88.403648,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033333,0.00524,0.044,"2013-01-04 00:00",0.044,"2013-02-21 00:00",0.044,"2013-05-28 00:00",0.042,"2013-05-22 00:00","","","","",0.044,0.044,0.044,0.04,0.038,0.032,0.026,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43218",6,33.499588,-88.403648,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.121556,0.093248,0.5,"2013-01-04 00:00",0.36,"2013-02-15 00:00",0.28,"2013-02-03 00:00",0.27,"2013-04-16 00:00","","","","",0.5,0.5,0.28,0.22,0.14,0.1,0.04,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43233",6,33.499588,-88.403648,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",3,0.332267,0.493883,3.408,"2013-07-27 00:00",0.696,"2013-01-04 00:00",0.608,"2013-01-22 00:00",0.608,"2013-08-26 00:00","","","","",3.408,3.408,0.608,0.568,0.376,0.216,0.12,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43372",6,33.499588,-88.403648,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006889,0.03515,0.22,"2013-08-26 00:00",0.09,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.22,0.22,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43373",6,33.499588,-88.403648,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43396",6,33.499588,-88.403648,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43438",6,33.499588,-88.403648,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43441",6,33.499588,-88.403648,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001778,0.011926,0.08,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43505",6,33.499588,-88.403648,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,1.135897,0.621466,2.69,"2013-01-28 00:00",2.49,"2013-03-23 00:00",2.45,"2013-07-27 00:00",2.36,"2013-03-11 00:00","","","","",2.69,2.69,2.49,2.36,1.58,1.01,0.56,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43560",6,33.499588,-88.403648,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.186222,0.092645,0.55,"2013-09-13 00:00",0.35,"2013-01-28 00:00",0.35,"2013-07-27 00:00",0.32,"2013-08-08 00:00","","","","",0.55,0.55,0.35,0.28,0.22,0.17,0.1,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43702",6,33.499588,-88.403648,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.241333,0.089433,0.44,"2013-07-27 00:00",0.41,"2013-04-16 00:00",0.41,"2013-06-27 00:00",0.39,"2013-09-19 00:00","","","","",0.44,0.44,0.41,0.37,0.31,0.23,0.13,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43704",6,33.499588,-88.403648,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.047556,0.12626,0.49,"2013-08-08 00:00",0.44,"2013-04-10 00:00",0.33,"2013-01-28 00:00",0.33,"2013-09-19 00:00","","","","",0.49,0.49,0.33,0.29,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43801",6,33.499588,-88.403648,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.591778,0.107075,1.06,"2013-05-16 00:00",0.77,"2013-06-27 00:00",0.73,"2013-04-16 00:00",0.73,"2013-05-22 00:00","","","","",1.06,1.06,0.73,0.7,0.63,0.58,0.47,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43802",6,33.499588,-88.403648,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.324222,0.806174,5.08,"2013-07-27 00:00",2.33,"2013-09-25 00:00",0.95,"2013-09-19 00:00",0.43,"2013-02-03 00:00","","","","",5.08,5.08,0.95,0.34,0.18,0.12,0.08,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43803",6,33.499588,-88.403648,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.009111,0.012214,0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00",0.03,"2013-02-03 00:00",0.03,"2013-07-03 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43804",6,33.499588,-88.403648,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.106222,0.014661,0.16,"2013-06-27 00:00",0.13,"2013-05-22 00:00",0.13,"2013-07-03 00:00",0.12,"2013-03-05 00:00","","","","",0.16,0.16,0.13,0.12,0.11,0.1,0.09,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43806",6,33.499588,-88.403648,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-04-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43811",6,33.499588,-88.403648,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.2454,0.033251,0.339,"2013-05-28 00:00",0.316,"2013-04-16 00:00",0.311,"2013-05-22 00:00",0.288,"2013-06-27 00:00","","","","",0.339,0.339,0.311,0.28,0.266,0.244,0.204,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43812",6,33.499588,-88.403648,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.009111,0.025657,0.14,"2013-05-16 00:00",0.06,"2013-07-03 00:00",0.06,"2013-07-21 00:00",0.05,"2013-07-27 00:00","","","","",0.14,0.14,0.06,0.04,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43813",6,33.499588,-88.403648,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43814",6,33.499588,-88.403648,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013778,0.008865,0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43815",6,33.499588,-88.403648,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.042889,0.011989,0.07,"2013-01-04 00:00",0.07,"2013-05-28 00:00",0.06,"2013-01-16 00:00",0.06,"2013-02-03 00:00","","","","",0.07,0.07,0.06,0.06,0.05,0.04,0.03,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43817",6,33.499588,-88.403648,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.025778,0.039225,0.2,"2013-08-26 00:00",0.17,"2013-03-05 00:00",0.06,"2013-01-04 00:00",0.06,"2013-08-20 00:00","","","","",0.2,0.2,0.06,0.05,0.03,0.02,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43818",6,33.499588,-88.403648,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002889,0.006613,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-04-10 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43819",6,33.499588,-88.403648,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011333,0.008146,0.05,"2013-05-16 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-21 00:00","","","","",0.05,0.05,0.02,0.02,0.01,0.01,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43820",6,33.499588,-88.403648,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43821",6,33.499588,-88.403648,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.161689,0.01772,0.202,"2013-01-28 00:00",0.2,"2013-04-16 00:00",0.19,"2013-09-25 00:00",0.188,"2013-06-27 00:00","","","","",0.202,0.202,0.19,0.182,0.176,0.162,0.138,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43823",6,33.499588,-88.403648,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.484,0.070078,0.7,"2013-05-28 00:00",0.63,"2013-05-22 00:00",0.62,"2013-04-16 00:00",0.57,"2013-06-27 00:00","","","","",0.7,0.7,0.62,0.56,0.53,0.48,0.4,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43824",6,33.499588,-88.403648,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008889,0.019797,0.08,"2013-01-22 00:00",0.06,"2013-01-04 00:00",0.06,"2013-04-22 00:00",0.05,"2013-01-16 00:00","","","","",0.08,0.08,0.06,0.04,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43826",6,33.499588,-88.403648,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43828",6,33.499588,-88.403648,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43829",6,33.499588,-88.403648,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43830",6,33.499588,-88.403648,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43831",6,33.499588,-88.403648,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43832",6,33.499588,-88.403648,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43835",6,33.499588,-88.403648,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43836",6,33.499588,-88.403648,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43838",6,33.499588,-88.403648,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43839",6,33.499588,-88.403648,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43843",6,33.499588,-88.403648,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43844",6,33.499588,-88.403648,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.016652,0.07,"2013-01-04 00:00",0.07,"2013-01-10 00:00",0.03,"2013-01-28 00:00",0.03,"2013-03-05 00:00","","","","",0.07,0.07,0.03,0.03,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","43860",6,33.499588,-88.403648,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008667,0.029588,0.17,"2013-01-04 00:00",0.08,"2013-01-16 00:00",0.06,"2013-05-04 00:00",0.05,"2013-07-27 00:00","","","","",0.17,0.17,0.06,0.02,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45109",6,33.499588,-88.403648,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.080222,3.67412,21.2,"2013-01-16 00:00",14.72,"2013-06-03 00:00",5.85,"2013-01-04 00:00",3.4,"2013-03-29 00:00","","","","",21.2,21.2,5.85,2.82,1.83,1.04,0.51,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45201",6,33.499588,-88.403648,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.116444,0.496374,2.88,"2013-01-04 00:00",2.22,"2013-02-15 00:00",1.95,"2013-02-03 00:00",1.82,"2013-03-29 00:00","","","","",2.88,2.88,1.95,1.78,1.28,1,0.6,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45202",6,33.499588,-88.403648,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.314667,1.62614,8.61,"2013-01-04 00:00",6.64,"2013-03-29 00:00",6.05,"2013-08-26 00:00",4.92,"2013-02-15 00:00","","","","",8.61,8.61,6.05,4.73,2.52,1.86,1.03,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45203",6,33.499588,-88.403648,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.682667,0.877702,5,"2013-01-16 00:00",3.68,"2013-06-03 00:00",1.98,"2013-01-04 00:00",1.18,"2013-03-29 00:00","","","","",5,5,1.98,1.06,0.69,0.42,0.23,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45204",6,33.499588,-88.403648,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.833111,1.316049,7.65,"2013-01-16 00:00",5.2,"2013-06-03 00:00",2.38,"2013-01-04 00:00",1.42,"2013-03-29 00:00","","","","",7.65,7.65,2.38,1.26,0.81,0.45,0.22,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45207",6,33.499588,-88.403648,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.2824,0.422985,2.592,"2013-01-16 00:00",1.386,"2013-06-03 00:00",0.666,"2013-01-04 00:00",0.585,"2013-08-26 00:00","","","","",2.592,2.592,0.666,0.522,0.297,0.171,0.0855,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45208",6,33.499588,-88.403648,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.7834,1.014561,5.787,"2013-01-16 00:00",4.131,"2013-06-03 00:00",1.98,"2013-01-04 00:00",1.593,"2013-03-29 00:00","","","","",5.787,5.787,1.98,1.476,0.666,0.486,0.216,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45220",6,33.499588,-88.403648,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.172889,0.125836,0.61,"2013-01-16 00:00",0.39,"2013-01-04 00:00",0.38,"2013-08-26 00:00",0.36,"2013-01-22 00:00","","","","",0.61,0.61,0.38,0.36,0.21,0.14,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45801",6,33.499588,-88.403648,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.007556,0.022679,0.09,"2013-01-04 00:00",0.08,"2013-01-10 00:00",0.07,"2013-03-29 00:00",0.07,"2013-07-15 00:00","","","","",0.09,0.09,0.07,0.03,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45805",6,33.499588,-88.403648,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45806",6,33.499588,-88.403648,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45807",6,33.499588,-88.403648,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.066,0.061029,0.29,"2013-01-04 00:00",0.23,"2013-02-15 00:00",0.17,"2013-02-03 00:00",0.12,"2013-03-29 00:00","","","","",0.29,0.29,0.17,0.12,0.08,0.07,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","087","0003","45810",6,33.499588,-88.403648,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.004472,0.03,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"","25th Street North and 4th Avenue North","Mississippi","Lowndes","Columbus","Columbus, MS","2013-12-03" +"28","161","9991","44201",1,34.0026,-89.799,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7360,99,243,245,0,656,0,0,"Certification not required",45,0.04156,0.009843,0.074,"2013-05-14 15:00",0.066,"2013-03-09 16:00",0.062,"2013-08-31 12:00",0.061,"2013-05-15 16:00","","","","",0.062,0.061,0.057,0.054,0.049,0.042,0.034,"Coffeeville","Jamie L. Whitten Plant Materials Center, Coffeeville, MS 38922","Mississippi","Yalobusha","","","2014-01-31" +"28","161","9991","44201",1,34.0026,-89.799,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7517,98,241,245,0,0,0,0,"Certification not required",0,0.037378,0.010061,0.072,"2013-05-14 10:00",0.06,"2013-03-09 13:00",0.057,"2013-04-05 11:00",0.057,"2013-05-15 09:00","","","","",0.057,0.057,0.053,0.05,0.045,0.039,0.03,"Coffeeville","Jamie L. Whitten Plant Materials Center, Coffeeville, MS 38922","Mississippi","Yalobusha","","","2014-01-31" +"28","161","9991","44201",1,34.0026,-89.799,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7517,98,241,245,0,0,0,0,"Certification not required",0,0.037378,0.010061,0.072,"2013-05-14 10:00",0.06,"2013-03-09 13:00",0.057,"2013-04-05 11:00",0.057,"2013-05-15 09:00","","","","",0.057,0.057,0.053,0.05,0.045,0.039,0.03,"Coffeeville","Jamie L. Whitten Plant Materials Center, Coffeeville, MS 38922","Mississippi","Yalobusha","","","2014-01-31" +"29","003","0001","44201",1,39.9544,-94.849,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5121,100,214,214,0,15,0,0,"Certification not required",13,0.049407,0.011874,0.082,"2013-07-05 15:00",0.08,"2013-09-27 14:00",0.079,"2013-07-17 19:00",0.079,"2013-09-06 14:00","","","","",0.079,0.075,0.07,0.065,0.057,0.049,0.034,"Savannah","SAVANAH: 11796 Highway 71, Savanah, MO 64485","Missouri","Andrew","","St. Joseph, MO-KS","2014-01-26" +"29","003","0001","44201",1,39.9544,-94.849,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.044949,0.010677,0.075,"2013-09-06 11:00",0.072,"2013-07-05 11:00",0.072,"2013-09-27 10:00",0.066,"2013-08-23 10:00","","","","",0.072,0.065,0.063,0.06,0.052,0.045,0.032,"Savannah","SAVANAH: 11796 Highway 71, Savanah, MO 64485","Missouri","Andrew","","St. Joseph, MO-KS","2014-01-26" +"29","003","0001","44201",1,39.9544,-94.849,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.044949,0.010677,0.075,"2013-09-06 11:00",0.072,"2013-07-05 11:00",0.072,"2013-09-27 10:00",0.066,"2013-08-23 10:00","","","","",0.072,0.065,0.063,0.06,0.052,0.045,0.032,"Savannah","SAVANAH: 11796 Highway 71, Savanah, MO 64485","Missouri","Andrew","","St. Joseph, MO-KS","2014-01-26" +"29","003","0001","61103",1,39.9544,-94.849,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,4.22947,2.925893,21.2,"2013-06-23 11:00",17.9,"2013-05-01 21:00",16.4,"2013-02-18 14:00",16.3,"2013-05-01 22:00","","","","",12.3,11.5,10,8.5,6.1,3.5,1,"Savannah","SAVANAH: 11796 Highway 71, Savanah, MO 64485","Missouri","Andrew","","St. Joseph, MO-KS","2014-02-09" +"29","003","0001","61104",1,39.9544,-94.849,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,198.688057,95.406317,360,"2013-01-29 14:00",360,"2013-02-26 16:00",360,"2013-07-26 21:00",359,"2013-01-20 02:00","","","","",356,352,342,329,286,194,61,"Savannah","SAVANAH: 11796 Highway 71, Savanah, MO 64485","Missouri","Andrew","","St. Joseph, MO-KS","2014-02-09" +"29","003","0001","62107",1,39.9544,-94.849,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,78.304634,6.065291,86,"2013-04-08 16:00",86,"2013-04-08 17:00",86,"2013-04-08 18:00",86,"2013-04-30 00:00","","","","",86,85,85,85,85,78,70,"Savannah","SAVANAH: 11796 Highway 71, Savanah, MO 64485","Missouri","Andrew","","St. Joseph, MO-KS","2014-01-26" +"29","019","0011","44201",1,39.0786,-92.31517,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5121,100,214,214,0,15,0,0,"Certification not required",299,0.048168,0.011126,0.077,"2013-04-04 15:00",0.075,"2013-09-07 14:00",0.072,"2013-09-06 11:00",0.068,"2013-08-31 14:00","","","","",0.072,0.067,0.066,0.062,0.057,0.049,0.034,"Finger Lakes","FINGER LAKES: 1505 East Peaboy Road, Columbia, MO 65202","Missouri","Boone","","Columbia, MO","2014-01-26" +"29","019","0011","44201",1,39.0786,-92.31517,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043542,0.010768,0.069,"2013-09-07 10:00",0.065,"2013-04-04 10:00",0.063,"2013-07-12 11:00",0.062,"2013-04-05 11:00","","","","",0.063,0.062,0.06,0.057,0.052,0.045,0.029,"Finger Lakes","FINGER LAKES: 1505 East Peaboy Road, Columbia, MO 65202","Missouri","Boone","","Columbia, MO","2014-01-26" +"29","019","0011","44201",1,39.0786,-92.31517,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043542,0.010768,0.069,"2013-09-07 10:00",0.065,"2013-04-04 10:00",0.063,"2013-07-12 11:00",0.062,"2013-04-05 11:00","","","","",0.063,0.062,0.06,0.057,0.052,0.045,0.029,"Finger Lakes","FINGER LAKES: 1505 East Peaboy Road, Columbia, MO 65202","Missouri","Boone","","Columbia, MO","2014-01-26" +"29","019","0011","62107",1,39.0786,-92.31517,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7296,83,304,365,0,0,"","","Certification not required",0,79.291667,4.10622,86,"2013-10-02 13:00",85,"2013-01-28 17:00",85,"2013-04-02 16:00",85,"2013-04-14 19:00","","","","",85,84,84,84,83,77,76,"Finger Lakes","FINGER LAKES: 1505 East Peaboy Road, Columbia, MO 65202","Missouri","Boone","","Columbia, MO","2014-01-26" +"29","021","0005","61103",1,39.741694,-94.858584,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",1833,83,76,92,0,1,"","","Certification not required",0,3.419149,2.506755,13.6,"2013-11-03 21:00",13.1,"2013-11-08 14:00",12.6,"2013-11-08 12:00",12.5,"2013-11-08 13:00","","","","",10.8,10.2,8.1,6.9,4.9,2.8,0.7,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","61104",1,39.741694,-94.858584,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",1833,83,76,92,0,1,"","","Certification not required",0,218.705401,90.859226,360,"2013-11-11 17:00",359,"2013-11-11 13:00",359,"2013-11-11 18:00",359,"2013-11-12 00:00","","","","",356,351,344,337,314,207,111,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","62101",1,39.741694,-94.858584,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8752,100,364,365,0,8,"","","Certification not required",0,53.445841,21.610921,100,"2013-07-09 16:00",100,"2013-08-30 15:00",100,"2013-08-30 16:00",99,"2013-07-09 15:00","","","","",92,90,85,81,72,54,24,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","62101",2,39.741694,-94.858584,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8549,98,356,365,0,211,"","","Certification not required",0,54.483097,21.448,101,"2013-08-30 14:00",101,"2013-08-30 15:00",101,"2013-08-30 16:00",101,"2013-09-07 15:00","","","","",93,91,86,82,73,55,26,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","62107",1,39.741694,-94.858584,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8713,99,361,365,0,47,"","","Certification not required",0,74.905199,1.846549,85,"2013-09-18 17:00",80,"2013-08-20 10:00",79,"2013-04-30 15:00",78,"2013-03-29 20:00","","","","",77,77,77,77,76,76,73,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","62201",1,39.741694,-94.858584,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8752,100,364,365,0,8,"","","Certification not required",0,68.648766,16.171222,97,"2013-01-11 01:00",97,"2013-01-11 02:00",97,"2013-01-11 03:00",97,"2013-01-11 04:00","","","","",95,94,93,90,82,70,46,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","62201",2,39.741694,-94.858584,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8542,98,356,365,0,218,"","","Certification not required",0,71.98244,13.406235,97,"2013-10-29 22:00",97,"2013-10-29 23:00",97,"2013-10-30 00:00",97,"2013-10-30 01:00","","","","",95,93,92,89,83,73,53,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","64101",1,39.741694,-94.858584,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8745,100,364,365,0,15,"","","Certification not required",0,986.412499,7.230206,1014.6,"2013-11-12 08:00",1014.6,"2013-11-12 09:00",1014.6,"2013-11-12 10:00",1013.2,"2013-11-12 04:00","","","","",1006.6,1002.6,998.6,995.9,990.6,986.6,977.2,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","64101",2,39.741694,-94.858584,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8271,94,345,365,0,489,"","","Certification not required",0,988.138967,8.728121,1019.9,"2013-11-12 08:00",1019.9,"2013-11-12 09:00",1019.9,"2013-11-12 10:00",1018.6,"2013-11-12 07:00","","","","",1011.9,1006.6,1002.6,998.6,993.2,987.9,977.2,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","68105",3,39.741694,-94.858584,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,12.54188,11.726762,31.2,"2013-07-09 00:00",31.1,"2013-07-18 00:00",30.2,"2013-09-07 00:00",30,"2013-08-26 00:00","","","","",31.1,30.2,29.8,27,23.1,13.5,-3.8,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","68105",4,39.741694,-94.858584,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,3,"","","Certification not required",0,11.401724,11.675022,30.8,"2013-07-09 00:00",30.4,"2013-09-07 00:00",28.9,"2013-06-21 00:00",27.2,"2013-08-20 00:00","","","","",30.8,30.4,28.9,26.1,22.5,12.5,-5.7,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","68108",3,39.741694,-94.858584,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,4,"","","Certification not required",0,739.273504,4.610004,757,"2013-11-12 00:00",752,"2013-11-24 00:00",751,"2013-12-06 00:00",747,"2013-10-13 00:00","","","","",752,751,746,745,742,739,734,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","68108",4,39.741694,-94.858584,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,3,"","","Certification not required",0,741.862069,5.107436,757,"2013-11-12 00:00",752,"2013-11-24 00:00",751,"2013-01-22 00:00",751,"2013-12-06 00:00","","","","",757,752,751,749,745,741,736,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","81102",1,39.741694,-94.858584,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,28.777778,15.033934,82,"2013-06-21 00:00",76,"2013-08-29 00:00",61,"2013-05-13 00:00",60,"2013-10-28 00:00","","","","",76,61,53,50,39,26,11,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","81102",2,39.741694,-94.858584,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",1,26.315789,14.235466,76,"2013-06-21 00:00",54,"2013-10-25 00:00",51,"2013-09-07 00:00",50,"2013-08-20 00:00","","","","",76,54,51,42,36,23,9,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","85101",1,39.741694,-94.858584,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,28.982906,14.609859,79,"2013-06-21 00:00",73,"2013-08-29 00:00",61,"2013-10-28 00:00",60,"2013-05-13 00:00","","","","",73,61,55,50,39,28,12,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","85101",2,39.741694,-94.858584,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,26.344828,13.947963,73,"2013-06-21 00:00",56,"2013-10-25 00:00",51,"2013-01-16 00:00",48,"2013-08-20 00:00","","","","",73,56,51,43,35,25,9,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","85101",5,39.741694,-94.858584,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8225,94,345,365,0,535,"","","Certification not required",0,27.098237,19.162901,383,"2013-01-18 12:00",339,"2013-01-11 23:00",220,"2013-04-30 08:00",211,"2013-01-18 11:00","","","","",90,77,59,49,35,23,9,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","85101",6,39.741694,-94.858584,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7886,90,329,365,0,874,"","","Certification not required",0,26.441796,19.407164,368,"2013-01-18 12:00",331,"2013-01-11 23:00",223,"2013-04-30 08:00",223,"2013-11-16 10:00","","","","",90,77,60,49,35,23,8,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","86502",1,39.741694,-94.858584,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8225,94,345,365,0,535,"","","Certification not required",0,14.474383,15.215996,360.6,"2013-01-18 12:00",299.3,"2013-01-11 23:00",200,"2013-04-30 08:00",197.6,"2013-01-18 11:00","","","","",67.1,54.9,40.6,31,19.1,10.6,2.1,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","86502",2,39.741694,-94.858584,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7886,90,329,365,0,874,"","","Certification not required",0,14.855237,15.261664,345.4,"2013-01-18 12:00",295.9,"2013-01-11 23:00",210.9,"2013-11-16 10:00",202.1,"2013-01-18 11:00","","","","",67.5,55.6,41.1,31.7,19.3,11,2.5,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88101",4,39.741694,-94.858584,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8225,94,352,365,0,535,"","","Certification not required",0,11.303404,7.337335,67.4,"2013-07-04 21:00",65.7,"2013-12-16 23:00",62.7,"2013-08-19 05:00",59.1,"2013-07-05 01:00","","","","",34.1,30,24.4,20.5,15.2,10.3,3.2,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88101",4,39.741694,-94.858584,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,0,0,"Certification not required",0,11.24029,5.12181,27.9,"2013-07-05 00:00",27.6,"2013-02-25 00:00",26.1,"2013-02-26 00:00",25.8,"2013-06-22 00:00","","","","",25.8,23.6,21,18.1,14.1,10.8,4.9,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88101",4,39.741694,-94.858584,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,11.24029,5.12181,27.9,"2013-07-05 00:00",27.6,"2013-02-25 00:00",26.1,"2013-02-26 00:00",25.8,"2013-06-22 00:00","","","","",25.8,23.6,21,18.1,14.1,10.8,4.9,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88101",5,39.741694,-94.858584,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7891,90,336,365,0,869,"","","Certification not required",0,10.348587,7.460072,71.7,"2013-02-23 06:00",69.5,"2013-07-04 21:00",62.6,"2013-03-08 14:00",62.6,"2013-08-19 05:00","","","","",32.6,28.1,23.3,19.7,14.5,9.4,2,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88101",5,39.741694,-94.858584,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,0,0,"Certification not required",0,10.310334,5.232038,28.8,"2013-07-05 00:00",26.1,"2013-03-08 00:00",25.1,"2013-02-25 00:00",24.6,"2013-02-23 00:00","","","","",24.6,23.3,20.4,17.1,13.3,9.5,4.3,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88101",5,39.741694,-94.858584,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,10.310334,5.232038,28.8,"2013-07-05 00:00",26.1,"2013-03-08 00:00",25.1,"2013-02-25 00:00",24.6,"2013-02-23 00:00","","","","",24.6,23.3,20.4,17.1,13.3,9.5,4.3,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88500",1,39.741694,-94.858584,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8225,94,345,365,0,535,"","","Certification not required",0,12.624717,7.728839,68.3,"2013-07-04 21:00",66.7,"2013-12-16 23:00",63.8,"2013-08-19 05:00",60.3,"2013-07-05 01:00","","","","",36,31.9,26.3,22.4,16.9,11.7,4,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88500",1,39.741694,-94.858584,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,12.556232,5.408625,29.6,"2013-07-05 00:00",29.5,"2013-02-25 00:00",27.9,"2013-02-26 00:00",27.7,"2013-06-22 00:00","","","","",27.7,25.3,22.8,19.8,15.6,12.2,5.8,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88500",2,39.741694,-94.858584,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7891,90,329,365,0,869,"","","Certification not required",0,11.589938,7.900196,72.3,"2013-02-23 06:00",70.3,"2013-07-04 21:00",63.8,"2013-08-19 05:00",63.7,"2013-03-08 14:00","","","","",34.6,30,25.2,21.6,16.2,10.8,2.6,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88500",2,39.741694,-94.858584,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,11.55076,5.54966,30.6,"2013-07-05 00:00",27.9,"2013-03-08 00:00",26.9,"2013-02-25 00:00",26.4,"2013-02-23 00:00","","","","",26.4,25,22.3,18.8,14.8,10.7,5.1,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88503",1,39.741694,-94.858584,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8225,94,345,365,0,535,"","","Certification not required",0,-2.830772,3.218415,35.5,"2013-12-12 08:00",30.8,"2013-01-04 08:00",26.4,"2013-12-10 08:00",24.3,"2013-12-09 09:00","","","","",4.6,3.2,1.8,0.7,-0.9,-2.7,-6.6,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88503",1,39.741694,-94.858584,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,-2.786377,1.503664,0.4,"2013-01-12 00:00",0.3,"2013-11-06 00:00",0.3,"2013-12-10 00:00",0.2,"2013-05-01 00:00","","","","",0.2,-0.3,-0.7,-1.1,-1.8,-2.6,-4.6,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88503",2,39.741694,-94.858584,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7891,90,329,365,0,869,"","","Certification not required",0,-2.396008,3.398601,30,"2013-12-12 08:00",28.6,"2013-12-17 08:00",28.1,"2013-01-04 06:00",28,"2013-01-04 05:00","","","","",5,3.9,2.6,1.5,-0.3,-2.3,-6.4,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","021","0005","88503",2,39.741694,-94.858584,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,-2.358663,1.533983,1.1,"2013-04-12 00:00",0.7,"2013-11-17 00:00",0.5,"2013-11-06 00:00",0.5,"2013-11-28 00:00","","","","",0.5,0.1,-0.1,-0.5,-1.3,-2.3,-4.1,"St. Joseph Pump Station","ST. JOSEPH PUMP STATION: South Highway 759, St. Joseph, MO 64501","Missouri","Buchanan","St. Joseph","St. Joseph, MO-KS","2014-02-09" +"29","027","0002","44201",1,38.70608,-92.09308,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5122,100,214,214,0,14,0,0,"Certification not required",5,0.047336,0.009862,0.069,"2013-06-26 15:00",0.068,"2013-05-20 00:00",0.068,"2013-09-04 14:00",0.067,"2013-08-22 14:00","","","","",0.068,0.067,0.062,0.06,0.054,0.048,0.034,"New Bloomfield","NEW BLOOMFIELD: 2625 Medow Lane, New Bloomfield, MO, 65063","Missouri","Callaway","","Jefferson City, MO","2014-01-26" +"29","027","0002","44201",1,38.70608,-92.09308,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043238,0.00956,0.063,"2013-08-31 11:00",0.063,"2013-09-07 10:00",0.061,"2013-05-14 15:00",0.061,"2013-09-04 12:00","","","","",0.061,0.06,0.057,0.055,0.05,0.044,0.03,"New Bloomfield","NEW BLOOMFIELD: 2625 Medow Lane, New Bloomfield, MO, 65063","Missouri","Callaway","","Jefferson City, MO","2014-01-26" +"29","027","0002","44201",1,38.70608,-92.09308,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043238,0.00956,0.063,"2013-08-31 11:00",0.063,"2013-09-07 10:00",0.061,"2013-05-14 15:00",0.061,"2013-09-04 12:00","","","","",0.061,0.06,0.057,0.055,0.05,0.044,0.03,"New Bloomfield","NEW BLOOMFIELD: 2625 Medow Lane, New Bloomfield, MO, 65063","Missouri","Callaway","","Jefferson City, MO","2014-01-26" +"29","027","0002","61103",1,38.70608,-92.09308,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8675,99,361,365,0,85,"","","Certification not required",0,3.39253,2.370841,17.6,"2013-11-17 10:00",16.2,"2013-11-17 11:00",16,"2013-02-10 14:00",15.6,"2013-02-10 15:00","","","","",10.1,8.9,7.6,6.5,4.9,3.2,0.3,"New Bloomfield","NEW BLOOMFIELD: 2625 Medow Lane, New Bloomfield, MO, 65063","Missouri","Callaway","","Jefferson City, MO","2014-02-09" +"29","027","0002","61104",1,38.70608,-92.09308,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8675,99,361,365,0,85,"","","Certification not required",0,183.888184,95.257101,360,"2013-01-12 19:00",360,"2013-06-09 20:00",360,"2013-07-01 18:00",360,"2013-07-02 09:00","","","","",357,354,340,311,253,189,46,"New Bloomfield","NEW BLOOMFIELD: 2625 Medow Lane, New Bloomfield, MO, 65063","Missouri","Callaway","","Jefferson City, MO","2014-02-09" +"29","027","0002","62107",1,38.70608,-92.09308,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7296,83,304,365,0,0,"","","Certification not required",0,79.317434,2.912732,84,"2013-04-08 18:00",84,"2013-04-08 19:00",84,"2013-04-09 18:00",84,"2013-04-09 19:00","","","","",84,84,83,83,83,77,77,"New Bloomfield","NEW BLOOMFIELD: 2625 Medow Lane, New Bloomfield, MO, 65063","Missouri","Callaway","","Jefferson City, MO","2014-01-26" +"29","037","0003","44201",1,38.75976,-94.57997,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5119,100,214,214,0,17,0,0,"Certification not required",11,0.048285,0.01083,0.075,"2013-09-07 15:00",0.071,"2013-07-05 16:00",0.071,"2013-09-08 16:00",0.07,"2013-08-31 12:00","","","","",0.071,0.07,0.064,0.061,0.057,0.049,0.034,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-01-26" +"29","037","0003","44201",1,38.75976,-94.57997,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.044196,0.010124,0.069,"2013-09-07 11:00",0.066,"2013-07-05 11:00",0.064,"2013-09-08 10:00",0.064,"2013-09-27 10:00","","","","",0.064,0.061,0.058,0.056,0.052,0.045,0.03,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-01-26" +"29","037","0003","44201",1,38.75976,-94.57997,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.044196,0.010124,0.069,"2013-09-07 11:00",0.066,"2013-07-05 11:00",0.064,"2013-09-08 10:00",0.064,"2013-09-27 10:00","","","","",0.064,0.061,0.058,0.056,0.052,0.045,0.03,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-01-26" +"29","037","0003","61103",1,38.75976,-94.57997,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,5.259329,3.162923,21.3,"2013-02-18 15:00",20.5,"2013-02-18 14:00",19.4,"2013-02-18 13:00",19.2,"2013-02-18 16:00","","","","",14.7,13.4,11.3,9.6,7,4.7,1.7,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","61104",1,38.75976,-94.57997,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,191.497374,96.008328,360,"2013-01-29 10:00",360,"2013-04-04 12:00",360,"2013-04-15 12:00",360,"2013-05-06 18:00","","","","",356,353,343,330,276,181,57,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","62101",1,38.75976,-94.57997,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8709,99,362,365,0,51,"","","Certification not required",0,54.20209,20.716707,100,"2013-08-30 13:00",100,"2013-08-30 14:00",100,"2013-08-30 15:00",100,"2013-09-08 12:00","","","","",93,90,86,81,71,55,26,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","62107",1,38.75976,-94.57997,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,75.408571,2.285197,88,"2013-06-26 16:00",88,"2013-08-30 14:00",88,"2013-09-08 13:00",87,"2013-06-26 15:00","","","","",79,79,78,78,77,76,72,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","62201",1,38.75976,-94.57997,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8707,99,362,365,0,53,"","","Certification not required",0,69.68221,16.399278,96,"2013-01-10 17:00",96,"2013-01-10 18:00",96,"2013-01-10 19:00",96,"2013-01-10 20:00","","","","",95,95,93,90,83,71,46,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","64101",1,38.75976,-94.57997,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8693,99,362,365,0,67,"","","Certification not required",0,981.635028,6.697365,1007.9,"2013-11-12 08:00",1007.9,"2013-11-12 09:00",1007.9,"2013-11-12 10:00",1006.6,"2013-11-12 07:00","","","","",999.9,995.9,993.2,990.6,985.2,981.2,973.2,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","85101",5,38.75976,-94.57997,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7770,89,322,365,0,990,"","","Certification not required",0,17.105277,10.742351,184,"2013-01-12 01:00",171,"2013-01-12 02:00",130,"2013-03-28 07:00",102,"2013-01-12 00:00","","","","",50,44,36,31,22,15,6,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","86502",1,38.75976,-94.57997,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7925,90,329,365,0,835,"","","Certification not required",0,6.869148,6.598016,163.5,"2013-01-12 01:00",147.8,"2013-01-12 02:00",98.9,"2013-04-04 19:00",91.5,"2013-01-12 00:00","","","","",30.7,25.2,18.3,14,8.7,5.2,1.6,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88101",4,38.75976,-94.57997,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7775,89,338,365,0,985,"","","Certification not required",0,9.148797,6.866205,128.3,"2013-03-28 07:00",86.5,"2013-02-23 01:00",68.5,"2013-05-11 20:00",61.7,"2013-03-30 13:00","","","","",29.6,26,21.1,17.6,12.7,8.2,1.9,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88101",4,38.75976,-94.57997,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,0,0,"Certification not required",0,9.151553,4.514092,24.7,"2013-06-22 00:00",22.5,"2013-12-14 00:00",20.6,"2013-03-08 00:00",20.5,"2013-03-23 00:00","","","","",20.5,19.2,17.1,15.5,11.8,8.8,3.6,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88101",4,38.75976,-94.57997,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,9.151553,4.514092,24.7,"2013-06-22 00:00",22.5,"2013-12-14 00:00",20.6,"2013-03-08 00:00",20.5,"2013-03-23 00:00","","","","",20.5,19.2,17.1,15.5,11.8,8.8,3.6,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88500",1,38.75976,-94.57997,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7775,89,322,365,0,985,"","","Certification not required",0,10.324643,7.279566,125,"2013-03-28 07:00",86.3,"2013-02-23 01:00",69.4,"2013-05-11 20:00",62.9,"2013-03-30 13:00","","","","",31.5,27.9,22.9,19.3,14.2,9.4,2.4,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88500",1,38.75976,-94.57997,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,10.333851,4.823353,26.6,"2013-06-22 00:00",24.2,"2013-12-14 00:00",22.4,"2013-03-08 00:00",22.3,"2013-03-23 00:00","","","","",22.3,20.9,18.7,17.1,13.3,10,4.3,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88503",1,38.75976,-94.57997,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7775,89,322,365,0,985,"","","Certification not required",0,-2.506379,3.729108,37.8,"2013-01-02 08:00",32,"2013-01-03 05:00",27.2,"2013-12-23 02:00",22.1,"2013-12-09 06:00","","","","",6.1,4.3,2.5,1.1,-0.6,-2.5,-6.3,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","037","0003","88503",1,38.75976,-94.57997,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,-2.477019,1.49215,3.6,"2013-04-18 00:00",3,"2013-04-15 00:00",2.3,"2013-04-23 00:00",1.8,"2013-12-23 00:00","","","","",1.8,0.3,-0.1,-0.7,-1.6,-2.4,-4.2,"Richard Gebaur-South","RICHARDS GEBAUR - SOUTH: 1802 E 203rd Street, Belton, MO 64012","Missouri","Cass","","Kansas City, MO-KS","2014-02-09" +"29","039","0001","44201",1,37.69,-94.035,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5118,100,214,214,0,18,0,0,"Certification not required",2,0.047766,0.010073,0.075,"2013-05-14 17:00",0.071,"2013-08-31 14:00",0.069,"2013-09-07 15:00",0.069,"2013-09-08 16:00","","","","",0.069,0.069,0.066,0.061,0.055,0.048,0.035,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-26" +"29","039","0001","44201",1,37.69,-94.035,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.04372,0.009651,0.066,"2013-05-14 13:00",0.065,"2013-09-08 11:00",0.064,"2013-07-05 10:00",0.064,"2013-09-07 11:00","","","","",0.064,0.064,0.062,0.056,0.051,0.044,0.032,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-26" +"29","039","0001","44201",1,37.69,-94.035,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.04372,0.009651,0.066,"2013-05-14 13:00",0.065,"2013-09-08 11:00",0.064,"2013-07-05 10:00",0.064,"2013-09-07 11:00","","","","",0.064,0.064,0.062,0.056,0.051,0.044,0.032,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-26" +"29","039","0001","61103",1,37.69,-94.035,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8641,99,360,365,0,119,"","","Certification not required",0,4.760549,3.328469,19.6,"2013-11-16 12:00",19.2,"2013-04-14 10:00",19,"2013-04-14 11:00",18.4,"2013-11-16 13:00","","","","",14.4,13.2,11.1,9.6,6.7,4.2,1,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","61104",1,37.69,-94.035,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8641,99,360,365,0,119,"","","Certification not required",0,196.865988,93.674668,360,"2013-01-12 21:00",360,"2013-01-14 21:00",360,"2013-01-21 06:00",360,"2013-02-25 14:00","","","","",356,353,346,337,279,182,80,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","62101",1,37.69,-94.035,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8677,99,360,365,0,83,"","","Certification not required",0,55.451308,19.610131,97,"2013-07-09 15:00",97,"2013-07-10 14:00",97,"2013-07-18 16:00",96,"2013-07-09 14:00","","","","",92,90,85,81,71,57,29,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","62107",1,37.69,-94.035,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8743,100,365,365,0,17,"","","Certification not required",0,76.421251,1.97298,82,"2013-02-26 11:00",82,"2013-03-26 12:00",81,"2013-03-26 11:00",79,"2013-01-09 05:00","","","","",78,78,78,78,78,77,73,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","62201",2,37.69,-94.035,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8677,99,360,365,0,83,"","","Certification not required",0,72.934309,16.604762,98,"2013-05-31 23:00",98,"2013-06-01 00:00",98,"2013-06-01 01:00",98,"2013-06-01 02:00","","","","",97,97,96,94,87,75,49,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","64101",1,37.69,-94.035,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8706,99,364,365,0,54,"","","Certification not required",0,981.429198,6.788245,1006.6,"2013-11-12 10:00",1005.2,"2013-11-12 08:00",1005.2,"2013-11-12 09:00",1005.2,"2013-11-12 11:00","","","","",998.6,997.2,993.2,990.6,985.2,981.2,973.2,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","85101",1,37.69,-94.035,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,13.136278,7.208669,30.9389,"2013-03-08 00:00",30.8506,"2013-05-01 00:00",29.2469,"2013-03-14 00:00",28.212,"2013-01-25 00:00","","","","",30.9389,30.8506,29.2469,24.0524,17.5982,11.8608,5.3951,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","85101",5,37.69,-94.035,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8075,92,341,365,0,685,"","","Certification not required",0,18.071579,20.492961,481,"2013-09-14 18:00",440,"2013-06-14 12:00",336,"2013-09-26 18:00",270,"2013-08-29 18:00","","","","",104,76,47,32,21,14,5,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","86502",1,37.69,-94.035,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6,5.075431,23,"2013-05-01 00:00",19,"2013-03-14 00:00",16,"2013-01-25 00:00",15,"2013-04-22 00:00","","","","",23,19,16,12,8,5,1,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","86502",2,37.69,-94.035,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8075,92,341,365,0,685,"","","Certification not required",0,8.325622,17.215217,446.5,"2013-09-14 18:00",412.1,"2013-06-14 12:00",317.9,"2013-09-26 18:00",237.9,"2013-03-07 13:00","","","","",84.5,55.6,30.2,16.2,7.5,4.1,1.1,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88101",4,37.69,-94.035,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8075,92,347,365,0,685,"","","Certification not required",0,8.613858,6.91808,234.1,"2013-01-15 04:00",92.5,"2013-01-09 19:00",76.1,"2013-02-12 15:00",74.1,"2013-01-12 15:00","","","","",27.9,23.9,19.8,16.7,11.8,7.5,2,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88101",4,37.69,-94.035,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,0,0,"Certification not required",0,8.508211,4.447305,22.9,"2013-06-22 00:00",22.7,"2013-03-08 00:00",20.8,"2013-09-11 00:00",20.5,"2013-06-26 00:00","","","","",20.5,19.1,16.9,14.7,11.3,7.8,3.5,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88101",4,37.69,-94.035,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,"","","Certification not required",0,8.531579,4.461756,22.9,"2013-06-22 00:00",22.7,"2013-03-08 00:00",20.8,"2013-09-11 00:00",20.5,"2013-06-26 00:00","","","","",20.5,19.1,16.9,14.8,11.4,7.8,3.5,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88103",1,37.69,-94.035,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000118,0.000325,0.001,"2013-01-04 00:00",0.001,"2013-01-19 00:00",0.001,"2013-02-27 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88104",1,37.69,-94.035,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.026397,0.020642,0.1188,"2013-05-01 00:00",0.074,"2013-04-25 00:00",0.0591,"2013-05-13 00:00",0.058,"2013-03-14 00:00","","","","",0.1188,0.074,0.0591,0.057,0.03,0.02,0.01,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88109",1,37.69,-94.035,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00271,0.001907,0.0094,"2013-03-23 00:00",0.0072,"2013-03-08 00:00",0.0072,"2013-03-14 00:00",0.0063,"2013-02-06 00:00","","","","",0.0094,0.0072,0.0072,0.0053,0.0035,0.0021,0.0011,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88111",1,37.69,-94.035,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.071133,0.047863,0.2447,"2013-01-25 00:00",0.1886,"2013-05-01 00:00",0.1793,"2013-03-14 00:00",0.1594,"2013-01-22 00:00","","","","",0.2447,0.1886,0.1793,0.1441,0.0885,0.0561,0.0324,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88112",1,37.69,-94.035,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88114",1,37.69,-94.035,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000512,0.000328,0.0018,"2013-03-14 00:00",0.0011,"2013-03-23 00:00",0.001,"2013-01-19 00:00",0.001,"2013-03-08 00:00","","","","",0.0018,0.0011,0.001,0.0009,0.0007,0.0005,0.00015,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88115",1,37.69,-94.035,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.00144,0.001403,0.0062,"2013-03-08 00:00",0.0054,"2013-05-19 00:00",0.0042,"2013-03-14 00:00",0.0041,"2013-04-22 00:00","","","","",0.0062,0.0054,0.0042,0.0029,0.0023,0.0009,0.00015,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88126",1,37.69,-94.035,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025284,0.014511,0.0842,"2013-05-01 00:00",0.054,"2013-04-25 00:00",0.0535,"2013-01-25 00:00",0.0497,"2013-03-14 00:00","","","","",0.0842,0.054,0.0535,0.0442,0.031,0.0217,0.0122,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88128",1,37.69,-94.035,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001765,0.002074,0.011,"2013-02-21 00:00",0.01,"2013-03-23 00:00",0.005,"2013-02-24 00:00",0.004,"2013-01-07 00:00","","","","",0.011,0.01,0.005,0.003,0.002,0.001,0,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88132",1,37.69,-94.035,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00098,0.000583,0.003,"2013-05-01 00:00",0.002,"2013-03-08 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-07 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0.001,0,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88136",1,37.69,-94.035,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-05-19 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88140",1,37.69,-94.035,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.006818,0.00803,0.0443,"2013-05-01 00:00",0.0338,"2013-05-19 00:00",0.018,"2013-03-29 00:00",0.0155,"2013-04-10 00:00","","","","",0.0443,0.0338,0.018,0.0136,0.008,0.005,0.00105,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88152",1,37.69,-94.035,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.001938,0.002538,0.0085,"2013-04-07 00:00",0.0083,"2013-05-28 00:00",0.0073,"2013-01-28 00:00",0.0067,"2013-01-31 00:00","","","","",0.0085,0.0083,0.0073,0.0065,0.0032,0.0005,0.00015,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88154",1,37.69,-94.035,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000335,0.000209,0.001,"2013-03-08 00:00",0.0009,"2013-03-23 00:00",0.0007,"2013-04-01 00:00",0.0007,"2013-05-07 00:00","","","","",0.001,0.0009,0.0007,0.0006,0.0005,0.0003,0.0001,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88161",1,37.69,-94.035,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001904,0.00127,0.0074,"2013-05-01 00:00",0.0044,"2013-04-25 00:00",0.0039,"2013-04-22 00:00",0.0039,"2013-05-13 00:00","","","","",0.0074,0.0044,0.0039,0.0036,0.0024,0.0015,0.0007,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88164",1,37.69,-94.035,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.00027,0.000318,0.0015,"2013-05-19 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-05-28 00:00",0.0007,"2013-05-01 00:00","","","","",0.0015,0.0013,0.0013,0.0005,0.0003,0.0002,5e-05,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88165",1,37.69,-94.035,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.064373,0.048431,0.2623,"2013-05-01 00:00",0.165,"2013-04-25 00:00",0.1492,"2013-05-13 00:00",0.1413,"2013-03-14 00:00","","","","",0.2623,0.165,0.1492,0.128,0.0903,0.0507,0.0187,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88167",1,37.69,-94.035,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.005147,0.003231,0.0189,"2013-01-07 00:00",0.0117,"2013-03-08 00:00",0.011,"2013-03-23 00:00",0.0101,"2013-02-18 00:00","","","","",0.0189,0.0117,0.011,0.0091,0.0062,0.0048,0.0021,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88168",1,37.69,-94.035,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000444,0.000376,0.0023,"2013-01-25 00:00",0.0012,"2013-05-01 00:00",0.0011,"2013-01-31 00:00",0.001,"2013-03-02 00:00","","","","",0.0023,0.0012,0.0011,0.0008,0.0005,0.0004,0.0001,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88169",1,37.69,-94.035,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.543961,0.312453,1.4898,"2013-05-19 00:00",1.295,"2013-03-23 00:00",1.2039,"2013-05-28 00:00",1.1114,"2013-01-28 00:00","","","","",1.4898,1.295,1.2039,0.9913,0.6709,0.4992,0.2627,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88176",1,37.69,-94.035,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000201,0.000104,0.0006,"2013-01-04 00:00",0.0005,"2013-05-16 00:00",0.0004,"2013-03-23 00:00",0.0004,"2013-04-01 00:00","","","","",0.0006,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88180",1,37.69,-94.035,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.040375,0.025196,0.1679,"2013-05-19 00:00",0.0807,"2013-03-14 00:00",0.0746,"2013-03-08 00:00",0.0711,"2013-05-01 00:00","","","","",0.1679,0.0807,0.0746,0.0561,0.0514,0.0394,0.0155,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88184",1,37.69,-94.035,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.032326,0.046121,0.2062,"2013-05-28 00:00",0.1942,"2013-01-28 00:00",0.15,"2013-05-31 00:00",0.1147,"2013-05-19 00:00","","","","",0.2062,0.1942,0.15,0.0864,0.0343,0.0148,0.0019,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88185",1,37.69,-94.035,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000801,0.000569,0.0037,"2013-02-03 00:00",0.0021,"2013-05-28 00:00",0.002,"2013-01-01 00:00",0.0015,"2013-01-19 00:00","","","","",0.0037,0.0021,0.002,0.0014,0.0008,0.00065,0.0004,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88203",1,37.69,-94.035,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.032325,0.030186,0.181,"2013-01-28 00:00",0.1094,"2013-02-27 00:00",0.0831,"2013-01-13 00:00",0.0815,"2013-05-31 00:00","","","","",0.181,0.1094,0.0831,0.066,0.036,0.0209,0.0114,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88306",1,37.69,-94.035,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.594971,1.513211,7.2578,"2013-02-27 00:00",5.1215,"2013-01-25 00:00",4.5721,"2013-01-01 00:00",4.43,"2013-03-02 00:00","","","","",7.2578,5.1215,4.5721,3.8622,2.0582,1.2074,0.3017,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88320",1,37.69,-94.035,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.111176,0.859408,4.99,"2013-03-08 00:00",3.07,"2013-02-12 00:00",2.58,"2013-03-14 00:00",2.53,"2013-05-19 00:00","","","","",4.99,3.07,2.58,2.22,1.35,0.92,0.38,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88321",1,37.69,-94.035,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.213725,0.128249,0.7,"2013-03-08 00:00",0.49,"2013-03-14 00:00",0.48,"2013-02-12 00:00",0.38,"2013-03-23 00:00","","","","",0.7,0.49,0.48,0.35,0.26,0.2,0.09,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88324",1,37.69,-94.035,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.034065,0.05199,0.322,"2013-02-12 00:00",0.2157,"2013-03-08 00:00",0.096,"2013-03-14 00:00",0.0762,"2013-04-07 00:00","","","","",0.322,0.2157,0.096,0.063,0.02965,0.0174,0.0103,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88325",1,37.69,-94.035,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.231153,0.190495,1.1343,"2013-03-08 00:00",0.6559,"2013-02-12 00:00",0.5635,"2013-05-19 00:00",0.5136,"2013-04-07 00:00","","","","",1.1343,0.6559,0.5635,0.4858,0.2646,0.2078,0.0765,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88326",1,37.69,-94.035,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.29759,0.268422,1.3997,"2013-03-08 00:00",0.9259,"2013-02-12 00:00",0.9176,"2013-05-19 00:00",0.7698,"2013-03-14 00:00","","","","",1.3997,0.9259,0.9176,0.588,0.3859,0.1984,0.0556,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88327",1,37.69,-94.035,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.247449,0.187062,1.0516,"2013-03-08 00:00",0.6891,"2013-05-19 00:00",0.551,"2013-04-04 00:00",0.5341,"2013-02-12 00:00","","","","",1.0516,0.6891,0.551,0.4619,0.3172,0.2192,0.0791,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88328",1,37.69,-94.035,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.309082,0.20301,1.1895,"2013-03-08 00:00",0.7213,"2013-03-14 00:00",0.6417,"2013-04-22 00:00",0.6359,"2013-02-12 00:00","","","","",1.1895,0.7213,0.6417,0.5896,0.3578,0.2687,0.1068,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88329",1,37.69,-94.035,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.471282,0.311972,1.8021,"2013-03-08 00:00",1.1443,"2013-03-14 00:00",0.981,"2013-02-12 00:00",0.9078,"2013-03-23 00:00","","","","",1.8021,1.1443,0.981,0.886,0.597,0.4214,0.159,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88330",1,37.69,-94.035,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.051575,0.022241,0.1389,"2013-02-12 00:00",0.0879,"2013-03-08 00:00",0.0878,"2013-04-22 00:00",0.0855,"2013-04-07 00:00","","","","",0.1389,0.0879,0.0878,0.0783,0.0611,0.0502,0.0266,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88331",1,37.69,-94.035,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.00028,0.000754,0.0041,"2013-01-19 00:00",0.0023,"2013-03-26 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-25 00:00","","","","",0.0041,0.0023,0.002,0.001,0.0001,0,0,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88338",1,37.69,-94.035,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016517,0.006105,0.0397,"2013-01-07 00:00",0.0309,"2013-01-04 00:00",0.0255,"2013-05-22 00:00",0.0248,"2013-02-12 00:00","","","","",0.0397,0.0309,0.0255,0.02445,0.01625,0.01505,0.0108,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88339",1,37.69,-94.035,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.243816,1.28887,6.14534,"2013-05-19 00:00",5.34179,"2013-03-23 00:00",4.96617,"2013-05-28 00:00",4.58432,"2013-01-28 00:00","","","","",6.14534,5.34179,4.96617,4.08911,2.7675,2.05932,1.08372,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88344",1,37.69,-94.035,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.057502,1.952053,9.3626,"2013-02-27 00:00",6.6067,"2013-01-25 00:00",5.898,"2013-01-01 00:00",5.7147,"2013-03-02 00:00","","","","",9.3626,6.6067,5.898,4.9822,2.6551,1.5575,0.3892,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88348",1,37.69,-94.035,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.399302,0.263464,1.44,"2013-05-01 00:00",0.9268,"2013-01-25 00:00",0.9047,"2013-04-25 00:00",0.8994,"2013-03-14 00:00","","","","",1.44,0.9268,0.9047,0.8074,0.4767,0.3304,0.1649,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88350",1,37.69,-94.035,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.000631,1.548021,8.9834,"2013-03-08 00:00",5.5336,"2013-02-12 00:00",4.6465,"2013-03-14 00:00",4.5477,"2013-05-19 00:00","","","","",8.9834,5.5336,4.6465,3.9964,2.428,1.6488,0.6804,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88403",1,37.69,-94.035,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.654435,0.996221,4.5957,"2013-05-19 00:00",4.1495,"2013-03-23 00:00",3.72,"2013-02-27 00:00",3.61,"2013-05-28 00:00","","","","",4.5957,4.1495,3.72,3.1265,2.0367,1.4437,0.7977,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88500",1,37.69,-94.035,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8075,92,341,365,0,685,"","","Certification not required",0,9.752954,7.237182,219.8,"2013-01-15 04:00",91.9,"2013-01-09 19:00",76.5,"2013-02-12 15:00",74.6,"2013-01-12 15:00","","","","",29.8,25.8,21.6,18.4,13.3,8.7,2.5,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88500",1,37.69,-94.035,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,"","","Certification not required",0,9.646921,4.767441,24.8,"2013-06-22 00:00",24.5,"2013-03-08 00:00",22.6,"2013-09-11 00:00",22.3,"2013-06-26 00:00","","","","",22.3,20.8,18.6,16.3,12.8,8.9,4.2,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88502",1,37.69,-94.035,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.611765,3.8149,18.3,"2013-02-27 00:00",17.9,"2013-03-08 00:00",14.6,"2013-05-19 00:00",13.3,"2013-03-23 00:00","","","","",18.3,17.9,14.6,10.7,8.4,5.9,2.6,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-01-28" +"29","039","0001","88503",1,37.69,-94.035,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8075,92,341,365,0,685,"","","Certification not required",0,-3.240805,3.67946,44.5,"2013-01-02 02:00",27.1,"2013-01-04 08:00",22.3,"2013-01-14 02:00",20.6,"2013-01-02 08:00","","","","",3.1,2.3,1.2,0.3,-1.2,-3,-7,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","039","0001","88503",1,37.69,-94.035,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,"","","Certification not required",0,-3.193842,2.026934,1,"2013-01-02 00:00",0.5,"2013-11-21 00:00",0,"2013-03-19 00:00",-0.1,"2013-03-12 00:00","","","","",-0.1,-0.1,-0.6,-0.9,-1.7,-2.9,-6,"El Dorado Springs","EL DORADO SPRINGS: Highway 97 & Barnes Road, El Dorado Springs, 64744","Missouri","Cedar","","","2014-02-09" +"29","047","0003","44201",1,39.407452,-94.265373,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5116,100,214,214,0,20,0,0,"Certification not required",24,0.049084,0.012872,0.091,"2013-09-07 13:00",0.089,"2013-05-15 14:00",0.086,"2013-09-08 13:00",0.08,"2013-08-22 13:00","","","","",0.086,0.075,0.07,0.066,0.057,0.049,0.034,"Watkins Mill State Park","WATKINS MILL STATE PARK: Watkins Mill Road, Lawson, MO 64062","Missouri","Clay","","Kansas City, MO-KS","2014-01-26" +"29","047","0003","44201",1,39.407452,-94.265373,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.044589,0.011587,0.081,"2013-09-07 10:00",0.072,"2013-05-15 09:00",0.067,"2013-08-21 11:00",0.067,"2013-09-08 09:00","","","","",0.067,0.066,0.063,0.06,0.053,0.045,0.029,"Watkins Mill State Park","WATKINS MILL STATE PARK: Watkins Mill Road, Lawson, MO 64062","Missouri","Clay","","Kansas City, MO-KS","2014-01-26" +"29","047","0003","44201",1,39.407452,-94.265373,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,1,1,"Certification not required",0,0.044589,0.011587,0.081,"2013-09-07 10:00",0.072,"2013-05-15 09:00",0.067,"2013-08-21 11:00",0.067,"2013-09-08 09:00","","","","",0.067,0.066,0.063,0.06,0.053,0.045,0.029,"Watkins Mill State Park","WATKINS MILL STATE PARK: Watkins Mill Road, Lawson, MO 64062","Missouri","Clay","","Kansas City, MO-KS","2014-01-26" +"29","047","0003","62107",1,39.407452,-94.265373,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7291,83,304,365,0,5,"","","Certification not required",0,78.201756,5.814699,85,"2013-01-29 00:00",85,"2013-01-29 01:00",85,"2013-01-29 02:00",85,"2013-01-29 03:00","","","","",85,85,84,84,84,80,70,"Watkins Mill State Park","WATKINS MILL STATE PARK: Watkins Mill Road, Lawson, MO 64062","Missouri","Clay","","Kansas City, MO-KS","2014-01-26" +"29","047","0005","44201",1,39.30309,-94.376623,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5107,100,214,214,0,773,0,0,"Certification not required",61,0.05015,0.012592,0.088,"2013-09-07 12:00",0.088,"2013-09-08 14:00",0.085,"2013-05-15 13:00",0.079,"2013-08-22 14:00","","","","",0.085,0.077,0.07,0.066,0.059,0.049,0.034,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","44201",1,39.30309,-94.376623,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,0,0,"Certification not required",0,0.045449,0.011338,0.08,"2013-09-07 10:00",0.074,"2013-09-08 10:00",0.073,"2013-05-15 10:00",0.067,"2013-08-21 11:00","","","","",0.073,0.067,0.064,0.061,0.052,0.045,0.031,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","44201",1,39.30309,-94.376623,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,1,1,"Certification not required",0,0.045449,0.011338,0.08,"2013-09-07 10:00",0.074,"2013-09-08 10:00",0.073,"2013-05-15 10:00",0.067,"2013-08-21 11:00","","","","",0.073,0.067,0.064,0.061,0.052,0.045,0.031,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","61103",1,39.30309,-94.376623,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,4.04472,2.984278,22.2,"2013-11-17 14:00",21.6,"2013-11-17 13:00",19.3,"2013-02-10 18:00",18.8,"2013-02-10 20:00","","","","",12.8,11.5,9.8,8.3,5.7,3.5,0.7,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","61104",1,39.30309,-94.376623,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,196.326514,94.927432,360,"2013-01-01 08:00",360,"2013-01-14 12:00",360,"2013-01-21 23:00",360,"2013-02-04 16:00","","","","",356,353,342,326,280,202,67,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","62101",1,39.30309,-94.376623,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,14,"","","Certification not required",0,52.809056,21.014964,101,"2013-08-30 15:00",100,"2013-08-30 14:00",100,"2013-09-08 14:00",100,"2013-09-08 15:00","","","","",92,89,84,80,70,54,25,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","62107",1,39.30309,-94.376623,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8753,100,365,365,0,7,"","","Certification not required",0,77.519593,2.786198,84,"2013-09-25 13:00",83,"2013-08-28 16:00",83,"2013-09-25 12:00",82,"2013-07-16 10:00","","","","",80,80,80,80,79,79,73,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","62201",1,39.30309,-94.376623,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8746,100,365,365,0,14,"","","Certification not required",0,71.938829,16.521013,99,"2013-03-10 03:00",99,"2013-03-10 04:00",99,"2013-03-10 05:00",99,"2013-03-10 06:00","","","","",97,97,96,94,86,74,49,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","63301",1,39.30309,-94.376623,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8748,100,365,365,0,12,"","","Certification not required",4399,0.248589,0.362701,1.42,"2013-05-11 12:00",1.42,"2013-07-01 12:00",1.41,"2013-06-10 12:00",1.41,"2013-08-16 12:00","","","","",1.29,1.22,1.08,0.86,0.42,0.005,0.005,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","64101",1,39.30309,-94.376623,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8735,100,365,365,0,25,"","","Certification not required",0,983.923091,6.98115,1011.9,"2013-11-12 10:00",1010.6,"2013-11-12 08:00",1009.2,"2013-11-12 04:00",1009.2,"2013-11-12 06:00","","","","",1001.2,999.9,995.9,993.2,987.9,983.9,975.9,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","68103",5,39.30309,-94.376623,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,7.426667,10.02547,23.8,"2013-07-09 00:00",23.4,"2013-06-21 00:00",22.1,"2013-09-10 00:00",21.8,"2013-06-24 00:00","","","","",23.4,22.1,21.5,20.3,16.1,7.7,-6.4,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","68104",5,39.30309,-94.376623,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,19.902857,11.463717,37.9,"2013-09-07 00:00",37.2,"2013-08-29 00:00",37,"2013-07-09 00:00",37,"2013-09-10 00:00","","","","",37.2,37,36.7,33.2,29.1,22.8,2.3,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","68105",5,39.30309,-94.376623,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,13.581905,10.513204,30,"2013-07-09 00:00",29.3,"2013-07-18 00:00",28.8,"2013-06-12 00:00",28.8,"2013-08-26 00:00","","","","",29.3,28.8,28.8,26.1,22.9,15.5,-0.9,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","68106",5,39.30309,-94.376623,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,728.92381,5.520408,750,"2013-11-12 00:00",741,"2013-01-13 00:00",741,"2013-01-22 00:00",740,"2013-01-01 00:00","","","","",741,741,739,735,732,728,723,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","68107",5,39.30309,-94.376623,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,738.904762,6.196345,760,"2013-11-12 00:00",751,"2013-01-04 00:00",751,"2013-01-31 00:00",750,"2013-01-10 00:00","","","","",751,751,749,747,743,739,731,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","68108",5,39.30309,-94.376623,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,732.085714,5.38001,755,"2013-11-12 00:00",744,"2013-01-22 00:00",743,"2013-01-13 00:00",743,"2013-01-31 00:00","","","","",744,743,742,740,734,732,726,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","85101",5,39.30309,-94.376623,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8542,98,362,365,0,218,"","","Certification not required",0,17.483962,10.816536,265,"2013-01-12 01:00",143,"2013-01-12 00:00",139,"2013-12-24 07:00",136,"2013-05-14 11:00","","","","",48,42,35,30,23,16,6,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","86502",1,39.30309,-94.376623,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8550,98,362,365,0,210,"","","Certification not required",0,7.455591,6.457451,235,"2013-01-12 01:00",128.7,"2013-01-12 00:00",83.2,"2013-08-28 06:00",56.8,"2013-08-28 07:00","","","","",28.9,23.9,17.8,14.3,9.8,6.2,1.9,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88101",4,39.30309,-94.376623,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8548,98,365,365,0,212,"","","Certification not required",0,8.862927,6.832746,138.2,"2013-12-24 07:00",127.8,"2013-10-25 02:00",117.2,"2013-05-14 11:00",110.3,"2013-10-30 14:00","","","","",27.4,24.1,20.1,17.2,12.4,8,1.7,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88101",4,39.30309,-94.376623,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,8.808564,4.44541,25.6,"2013-02-27 00:00",24.7,"2013-06-22 00:00",23.6,"2013-12-24 00:00",23,"2013-12-14 00:00","","","","",23,19.1,17.5,15.2,11.5,8,3.9,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88101",4,39.30309,-94.376623,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,8.808564,4.44541,25.6,"2013-02-27 00:00",24.7,"2013-06-22 00:00",23.6,"2013-12-24 00:00",23,"2013-12-14 00:00","","","","",23,19.1,17.5,15.2,11.5,8,3.9,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88102",5,39.30309,-94.376623,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",101,0.019571,0.007508,0.055,"2013-09-01 00:00",0.048,"2013-03-29 00:00",0.047,"2013-03-20 00:00",0.046,"2013-01-31 00:00","","","","",0.048,0.047,0.026,0.026,0.021,0.0195,0.014,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88103",5,39.30309,-94.376623,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000543,0.001029,0.007,"2013-04-16 00:00",0.004,"2013-11-03 00:00",0.003,"2013-04-25 00:00",0.003,"2013-10-28 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88104",5,39.30309,-94.376623,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",49,0.049552,0.126658,1.1,"2013-06-21 00:00",0.586,"2013-06-24 00:00",0.381,"2013-08-29 00:00",0.243,"2013-09-16 00:00","","","","",0.586,0.381,0.119,0.084,0.041,0.015,0.0065,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88107",5,39.30309,-94.376623,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.007177,0.006908,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0089,0.0055,0.005,0.0039,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88109",5,39.30309,-94.376623,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",25,0.0028,0.001695,0.0097,"2013-03-08 00:00",0.0086,"2013-03-23 00:00",0.0078,"2013-03-29 00:00",0.0062,"2013-02-24 00:00","","","","",0.0086,0.0078,0.006,0.0046,0.0036,0.0026,0.0009,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88110",5,39.30309,-94.376623,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.0018,0.003842,0.023,"2013-10-28 00:00",0.015,"2013-02-12 00:00",0.013,"2013-07-24 00:00",0.012,"2013-09-01 00:00","","","","",0.015,0.013,0.009,0.007,0.001,0,0,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88111",5,39.30309,-94.376623,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",10,0.070966,0.060126,0.334,"2013-06-21 00:00",0.264,"2013-08-29 00:00",0.206,"2013-08-23 00:00",0.195,"2013-09-07 00:00","","","","",0.264,0.206,0.189,0.154,0.0958,0.0549,0.0051,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88112",5,39.30309,-94.376623,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.003952,0.006635,0.053,"2013-09-22 00:00",0.03,"2013-09-28 00:00",0.021,"2013-09-16 00:00",0.015,"2013-07-09 00:00","","","","",0.03,0.021,0.012,0.01,0.004,0.002,0,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88113",5,39.30309,-94.376623,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",101,0.000704,0.000194,0.0016,"2013-02-06 00:00",0.0016,"2013-09-04 00:00",0.0015,"2013-01-28 00:00",0.0011,"2013-11-03 00:00","","","","",0.0016,0.0015,0.001,0.001,0.0007,0.0007,0.00055,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88114",5,39.30309,-94.376623,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",84,0.001258,0.000785,0.005,"2013-07-06 00:00",0.0042,"2013-09-16 00:00",0.004,"2013-07-03 00:00",0.0039,"2013-05-07 00:00","","","","",0.0042,0.004,0.0028,0.0021,0.00125,0.001,0.00065,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88115",5,39.30309,-94.376623,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",80,0.006004,0.006213,0.0472,"2013-01-04 00:00",0.03,"2013-06-18 00:00",0.0216,"2013-01-16 00:00",0.0192,"2013-01-13 00:00","","","","",0.03,0.0216,0.017,0.012,0.0055,0.00405,0.00245,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88117",5,39.30309,-94.376623,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.007268,0.011082,0.0435,"2013-02-21 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-06-18 00:00",0.0435,"2013-10-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88118",5,39.30309,-94.376623,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.00986,0.006672,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88126",5,39.30309,-94.376623,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.052139,0.064491,0.516,"2013-06-21 00:00",0.31,"2013-06-24 00:00",0.302,"2013-08-29 00:00",0.188,"2013-06-12 00:00","","","","",0.31,0.302,0.129,0.0787,0.0547,0.0378,0.0149,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88128",5,39.30309,-94.376623,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000933,0.001619,0.011,"2013-01-01 00:00",0.005,"2013-02-24 00:00",0.004,"2013-01-22 00:00",0.004,"2013-05-07 00:00","","","","",0.005,0.004,0.004,0.003,0.002,0,0,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88131",5,39.30309,-94.376623,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.009738,0.003461,0.025,"2013-07-06 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-03-11 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88132",5,39.30309,-94.376623,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001057,0.001592,0.01,"2013-06-21 00:00",0.007,"2013-01-16 00:00",0.006,"2013-06-24 00:00",0.006,"2013-08-29 00:00","","","","",0.007,0.006,0.003,0.003,0.002,0.001,0,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88136",5,39.30309,-94.376623,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000619,0.00106,0.004,"2013-01-07 00:00",0.004,"2013-07-09 00:00",0.004,"2013-09-16 00:00",0.003,"2013-02-21 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88140",5,39.30309,-94.376623,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.008667,0.015284,0.158,"2013-06-21 00:00",0.045,"2013-08-20 00:00",0.0135,"2013-10-04 00:00",0.009,"2013-01-01 00:00","","","","",0.045,0.0135,0.009,0.009,0.009,0.006,0.00475,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88152",5,39.30309,-94.376623,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.005559,0.001501,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88154",5,39.30309,-94.376623,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.001115,0.000442,0.0048,"2013-09-07 00:00",0.0017,"2013-08-08 00:00",0.0014,"2013-05-13 00:00",0.0013,"2013-01-01 00:00","","","","",0.0017,0.0014,0.0013,0.0013,0.0013,0.00125,0.00065,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88160",5,39.30309,-94.376623,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",100,0.013495,0.005476,0.044,"2013-08-29 00:00",0.034,"2013-01-01 00:00",0.029,"2013-01-22 00:00",0.026,"2013-08-14 00:00","","","","",0.034,0.029,0.018,0.018,0.016,0.01,0.01,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88161",5,39.30309,-94.376623,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",94,0.003958,0.007557,0.0647,"2013-06-21 00:00",0.0362,"2013-06-24 00:00",0.0291,"2013-08-29 00:00",0.0204,"2013-08-23 00:00","","","","",0.0362,0.0291,0.0073,0.0054,0.00265,0.0025,0.0021,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88164",5,39.30309,-94.376623,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.001616,0.000411,0.0049,"2013-05-19 00:00",0.0025,"2013-06-21 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00","","","","",0.0025,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88165",5,39.30309,-94.376623,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",3,0.107406,0.231569,1.95,"2013-06-21 00:00",1.08,"2013-06-24 00:00",0.963,"2013-08-29 00:00",0.465,"2013-08-23 00:00","","","","",1.08,0.963,0.214,0.143,0.091,0.0604,0.022,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88166",5,39.30309,-94.376623,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.007614,0.004334,0.019,"2013-05-04 00:00",0.019,"2013-09-16 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88167",5,39.30309,-94.376623,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",34,0.005335,0.006119,0.0529,"2013-01-16 00:00",0.0242,"2013-01-04 00:00",0.018,"2013-02-12 00:00",0.0142,"2013-01-25 00:00","","","","",0.0242,0.018,0.013,0.0098,0.0069,0.0039,0.0013,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88168",5,39.30309,-94.376623,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",101,0.00128,0.000656,0.0063,"2013-10-01 00:00",0.0042,"2013-09-10 00:00",0.0023,"2013-09-04 00:00",0.002,"2013-10-28 00:00","","","","",0.0042,0.0023,0.00175,0.00175,0.0012,0.00115,0.00085,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88169",5,39.30309,-94.376623,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.584895,0.339001,1.54,"2013-09-07 00:00",1.41,"2013-08-05 00:00",1.41,"2013-08-23 00:00",1.35,"2013-08-20 00:00","","","","",1.41,1.41,1.23,1.15,0.768,0.505,0.214,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88176",5,39.30309,-94.376623,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.000967,0.000238,0.002,"2013-02-09 00:00",0.0014,"2013-09-28 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88180",5,39.30309,-94.376623,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.05308,0.045832,0.299,"2013-07-06 00:00",0.28,"2013-07-03 00:00",0.18,"2013-06-21 00:00",0.147,"2013-06-24 00:00","","","","",0.28,0.18,0.13,0.102,0.0644,0.042,0.0165,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88184",5,39.30309,-94.376623,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",82,0.0347,0.035933,0.214,"2013-06-21 00:00",0.209,"2013-07-15 00:00",0.148,"2013-01-28 00:00",0.131,"2013-05-28 00:00","","","","",0.209,0.148,0.106,0.074,0.027,0.02,0.0155,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88185",5,39.30309,-94.376623,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.003329,0.003358,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-03-11 00:00",0.0115,"2013-04-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88301",5,39.30309,-94.376623,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",2,0.605971,0.628456,4.21,"2013-02-27 00:00",2.53,"2013-03-08 00:00",2.23,"2013-03-23 00:00",2.16,"2013-02-24 00:00","","","","",2.53,2.23,1.68,1.32,0.772,0.43,0.066,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88302",5,39.30309,-94.376623,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",9,0.055132,0.051238,0.303,"2013-06-21 00:00",0.2,"2013-05-19 00:00",0.199,"2013-07-06 00:00",0.196,"2013-06-24 00:00","","","","",0.2,0.199,0.173,0.12,0.065,0.035,0.015,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88303",5,39.30309,-94.376623,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",32,0.037767,0.036224,0.201,"2013-07-06 00:00",0.198,"2013-07-03 00:00",0.166,"2013-05-19 00:00",0.134,"2013-08-11 00:00","","","","",0.198,0.166,0.113,0.068,0.047,0.0309,0.012,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88306",5,39.30309,-94.376623,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.166712,1.504565,9.05,"2013-02-27 00:00",6.23,"2013-02-24 00:00",6.12,"2013-03-23 00:00",5.14,"2013-03-08 00:00","","","","",6.23,6.12,3.85,3.02,1.29,0.531,0.216,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88355",5,39.30309,-94.376623,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.846894,1.145075,8.89,"2013-09-07 00:00",5.77,"2013-07-06 00:00",4.36,"2013-07-03 00:00",4.27,"2013-07-12 00:00","","","","",5.77,4.36,3.52,2.76,2.26,1.73,0.774,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88357",5,39.30309,-94.376623,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.182779,0.104164,0.63,"2013-09-07 00:00",0.432,"2013-11-09 00:00",0.414,"2013-07-06 00:00",0.404,"2013-04-07 00:00","","","","",0.432,0.414,0.393,0.312,0.237,0.172,0.07,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88370",5,39.30309,-94.376623,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.705567,1.069687,8.25,"2013-09-07 00:00",5.49,"2013-07-06 00:00",4.22,"2013-07-03 00:00",4.04,"2013-07-12 00:00","","","","",5.49,4.22,3.3,2.55,2.05,1.57,0.724,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88374",5,39.30309,-94.376623,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",3,0.113769,0.174364,1.45,"2013-09-07 00:00",0.809,"2013-07-06 00:00",0.694,"2013-08-23 00:00",0.347,"2013-09-25 00:00","","","","",0.809,0.694,0.255,0.197,0.128,0.062,0.021,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88375",5,39.30309,-94.376623,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.414337,0.253123,1.83,"2013-09-07 00:00",1.3,"2013-07-06 00:00",1.09,"2013-07-03 00:00",0.936,"2013-07-12 00:00","","","","",1.3,1.09,0.754,0.667,0.523,0.376,0.164,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88376",5,39.30309,-94.376623,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.491115,0.284958,1.59,"2013-07-03 00:00",1.49,"2013-07-06 00:00",1.32,"2013-09-07 00:00",1.15,"2013-08-14 00:00","","","","",1.49,1.32,1.07,0.826,0.624,0.452,0.174,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88377",5,39.30309,-94.376623,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.33201,0.195962,1.05,"2013-07-06 00:00",0.998,"2013-09-07 00:00",0.884,"2013-07-03 00:00",0.862,"2013-07-12 00:00","","","","",0.998,0.884,0.684,0.564,0.411,0.315,0.13,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88378",5,39.30309,-94.376623,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.354413,0.279704,2.64,"2013-09-07 00:00",0.998,"2013-07-12 00:00",0.836,"2013-07-06 00:00",0.728,"2013-03-08 00:00","","","","",0.998,0.836,0.579,0.512,0.447,0.313,0.139,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88380",5,39.30309,-94.376623,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.324423,0.17928,1.28,"2013-09-07 00:00",0.693,"2013-07-06 00:00",0.683,"2013-04-07 00:00",0.675,"2013-10-01 00:00","","","","",0.693,0.683,0.593,0.522,0.438,0.303,0.124,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88383",5,39.30309,-94.376623,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.608581,0.422855,3.82,"2013-09-07 00:00",1.48,"2013-07-06 00:00",1.36,"2013-07-12 00:00",1.13,"2013-03-08 00:00","","","","",1.48,1.36,1.1,0.916,0.757,0.603,0.227,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88384",5,39.30309,-94.376623,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.069802,0.02794,0.169,"2013-09-16 00:00",0.149,"2013-09-04 00:00",0.145,"2013-07-30 00:00",0.144,"2013-05-13 00:00","","","","",0.149,0.145,0.134,0.101,0.0858,0.0672,0.0407,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88385",5,39.30309,-94.376623,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",96,0.001346,0.001353,0.00878,"2013-07-09 00:00",0.00714,"2013-10-31 00:00",0.007,"2013-10-19 00:00",0.00662,"2013-05-10 00:00","","","","",0.00714,0.007,0.00323,0.001,0.001,0.001,0.001,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88388",5,39.30309,-94.376623,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.496038,0.359191,3.29,"2013-09-07 00:00",1.22,"2013-07-12 00:00",1.12,"2013-07-06 00:00",1,"2013-03-08 00:00","","","","",1.22,1.12,0.942,0.758,0.626,0.468,0.206,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88403",5,39.30309,-94.376623,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.530971,0.912213,4.38,"2013-02-27 00:00",4.06,"2013-09-07 00:00",3.78,"2013-08-05 00:00",3.7,"2013-08-23 00:00","","","","",4.06,3.78,3.48,2.7,2.05,1.33,0.527,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88500",1,39.30309,-94.376623,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8548,98,362,365,0,212,"","","Certification not required",0,10.017349,7.212732,134,"2013-12-24 07:00",124.5,"2013-10-25 02:00",114.8,"2013-05-14 11:00",108.4,"2013-10-30 14:00","","","","",29.3,26,22,18.9,13.9,9.2,2.2,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88500",1,39.30309,-94.376623,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,9.959669,4.740294,27.3,"2013-02-27 00:00",26.6,"2013-06-22 00:00",24.7,"2013-12-14 00:00",24.6,"2013-12-24 00:00","","","","",24.6,20.8,19.2,16.8,12.8,9.1,4.6,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88502",5,39.30309,-94.376623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,8.644231,4.000748,20,"2013-07-06 00:00",18.8,"2013-06-21 00:00",18.2,"2013-03-08 00:00",18.2,"2013-03-23 00:00","","","","",18.8,18.2,17.1,13.8,11.4,8,4,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-13" +"29","047","0005","88503",1,39.30309,-94.376623,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8548,98,362,365,0,212,"","","Certification not required",0,-2.339764,3.278207,42.8,"2013-02-23 04:00",37.1,"2013-01-02 08:00",25.9,"2013-10-25 03:00",25.2,"2013-12-09 06:00","","","","",4.7,3.5,2.2,1.1,-0.5,-2.2,-5.9,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0005","88503",1,39.30309,-94.376623,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,-2.288398,1.26374,0,"2013-01-14 00:00",-0.2,"2013-08-07 00:00",-0.3,"2013-02-11 00:00",-0.3,"2013-02-14 00:00","","","","",-0.3,-0.4,-0.7,-0.9,-1.5,-2.1,-4,"Liberty","LIBERTY: Highway & County Home Road, Liberty, 64068","Missouri","Clay","","Kansas City, MO-KS","2014-02-09" +"29","047","0006","44201",1,39.331913,-94.580841,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5122,100,214,214,0,14,0,0,"Certification not required",51,0.051243,0.0135,0.086,"2013-07-17 14:00",0.085,"2013-08-22 15:00",0.084,"2013-09-06 14:00",0.082,"2013-07-13 12:00","","","","",0.084,0.082,0.076,0.07,0.059,0.05,0.034,"Rocky Creek","ROCKY CREEK: 13131 Highway 169 NE, Smithville, MO 64089","Missouri","Clay","Kansas City","Kansas City, MO-KS","2014-01-26" +"29","047","0006","44201",1,39.331913,-94.580841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.046271,0.011927,0.076,"2013-09-06 10:00",0.072,"2013-07-05 10:00",0.071,"2013-08-01 11:00",0.071,"2013-08-22 11:00","","","","",0.071,0.07,0.066,0.063,0.054,0.046,0.03,"Rocky Creek","ROCKY CREEK: 13131 Highway 169 NE, Smithville, MO 64089","Missouri","Clay","Kansas City","Kansas City, MO-KS","2014-01-26" +"29","047","0006","44201",1,39.331913,-94.580841,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,1,1,"Certification not required",0,0.046271,0.011927,0.076,"2013-09-06 10:00",0.072,"2013-07-05 10:00",0.071,"2013-08-01 11:00",0.071,"2013-08-22 11:00","","","","",0.071,0.07,0.066,0.063,0.054,0.046,0.03,"Rocky Creek","ROCKY CREEK: 13131 Highway 169 NE, Smithville, MO 64089","Missouri","Clay","Kansas City","Kansas City, MO-KS","2014-01-26" +"29","047","0006","61103",1,39.331913,-94.580841,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8759,100,365,365,0,1,"","","Certification not required",0,5.577098,3.240607,22.1,"2013-11-17 13:00",19.5,"2013-11-17 14:00",19.1,"2013-02-10 16:00",18.8,"2013-02-10 17:00","","","","",13.8,12.9,11.5,10,7.7,5.1,1.6,"Rocky Creek","ROCKY CREEK: 13131 Highway 169 NE, Smithville, MO 64089","Missouri","Clay","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","047","0006","61104",1,39.331913,-94.580841,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8759,100,365,365,0,1,"","","Certification not required",0,195.25665,92.34386,360,"2013-01-01 04:00",360,"2013-01-14 13:00",360,"2013-01-29 22:00",360,"2013-02-26 11:00","","","","",355,351,344,328,275,188,80,"Rocky Creek","ROCKY CREEK: 13131 Highway 169 NE, Smithville, MO 64089","Missouri","Clay","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","047","0006","62107",1,39.331913,-94.580841,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8040,92,335,365,0,0,"","","Certification not required",0,77.727985,5.141681,86,"2013-01-28 15:00",86,"2013-04-28 17:00",86,"2013-04-29 19:00",86,"2013-04-29 20:00","","","","",85,85,85,85,84,77,71,"Rocky Creek","ROCKY CREEK: 13131 Highway 169 NE, Smithville, MO 64089","Missouri","Clay","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","049","0001","44201",1,39.5306,-94.556,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5120,100,214,214,0,16,0,0,"Certification not required",7,0.050953,0.013059,0.086,"2013-08-22 15:00",0.084,"2013-09-06 15:00",0.083,"2013-08-06 14:00",0.082,"2013-07-17 15:00","","","","",0.083,0.08,0.074,0.069,0.058,0.05,0.034,"Trimble","TRIMBLE: 7536 SW O Highway, Trimble, MO 64492","Missouri","Clinton","Trimble","Kansas City, MO-KS","2014-01-26" +"29","049","0001","44201",1,39.5306,-94.556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.046131,0.01133,0.076,"2013-09-06 10:00",0.071,"2013-07-05 10:00",0.071,"2013-07-06 10:00",0.071,"2013-08-06 10:00","","","","",0.071,0.068,0.065,0.062,0.053,0.046,0.031,"Trimble","TRIMBLE: 7536 SW O Highway, Trimble, MO 64492","Missouri","Clinton","Trimble","Kansas City, MO-KS","2014-01-26" +"29","049","0001","44201",1,39.5306,-94.556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,1,1,"Certification not required",0,0.046131,0.01133,0.076,"2013-09-06 10:00",0.071,"2013-07-05 10:00",0.071,"2013-07-06 10:00",0.071,"2013-08-06 10:00","","","","",0.071,0.068,0.065,0.062,0.053,0.046,0.031,"Trimble","TRIMBLE: 7536 SW O Highway, Trimble, MO 64492","Missouri","Clinton","Trimble","Kansas City, MO-KS","2014-01-26" +"29","049","0001","61103",1,39.5306,-94.556,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8753,100,365,365,0,7,"","","Certification not required",0,5.545424,3.567071,25.4,"2013-04-14 11:00",24.5,"2013-02-10 11:00",23.6,"2013-02-10 10:00",23,"2013-04-14 10:00","","","","",16.6,14.8,12.3,10.4,7.6,4.7,1.7,"Trimble","TRIMBLE: 7536 SW O Highway, Trimble, MO 64492","Missouri","Clinton","Trimble","Kansas City, MO-KS","2014-02-09" +"29","049","0001","61104",1,39.5306,-94.556,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8753,100,365,365,0,7,"","","Certification not required",0,192.698618,97.78829,360,"2013-01-01 02:00",360,"2013-01-15 05:00",360,"2013-05-01 22:00",360,"2013-07-31 20:00","","","","",355,351,342,330,291,180,72,"Trimble","TRIMBLE: 7536 SW O Highway, Trimble, MO 64492","Missouri","Clinton","Trimble","Kansas City, MO-KS","2014-02-09" +"29","049","0001","62107",1,39.5306,-94.556,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7291,83,304,365,0,5,"","","Certification not required",0,77.836922,5.998892,86,"2013-04-06 16:00",86,"2013-04-29 20:00",86,"2013-05-21 17:00",86,"2013-06-09 18:00","","","","",85,85,85,85,84,76,69,"Trimble","TRIMBLE: 7536 SW O Highway, Trimble, MO 64492","Missouri","Clinton","Trimble","Kansas City, MO-KS","2014-01-26" +"29","077","0026","42401",1,37.12263,-93.263353,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8692,99,365,365,0,68,0,"","Certification not required",0,6.067945,6.396564,33.9,"2013-02-04 02:00",33.4,"2013-01-29 05:00",30.6,"2013-01-27 22:00",30.6,"2013-11-14 02:00","","","","",30.6,29.1,19.5,13.6,8.2,3.3,1.2,"","SOUTH CHARLESTON: 5012 S. Charleston, Springfield, MO 65804","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0026","42401",1,37.12263,-93.263353,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8692,99,365,365,0,68,"","","Certification not required",0,2.12431,2.782142,33.9,"2013-02-04 02:00",33.4,"2013-01-29 05:00",30.6,"2013-01-27 22:00",30.6,"2013-01-29 10:00","","","","",15.1,11.1,6.5,3.4,2.2,1.9,0.3,"","SOUTH CHARLESTON: 5012 S. Charleston, Springfield, MO 65804","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0026","42401",1,37.12263,-93.263353,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,2.124932,1.623491,12.6,"2013-01-29 00:00",8.8,"2013-12-19 00:00",8.7,"2013-01-27 00:00",8.6,"2013-02-04 00:00","","","","",8.6,7.2,5.2,3.9,2.6,2,0.4,"","SOUTH CHARLESTON: 5012 S. Charleston, Springfield, MO 65804","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0026","42401",1,37.12263,-93.263353,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2875,98,363,365,0,0,"",0,"Certification not required",0,2.094713,2.488199,30.6,"2013-01-29 05:00",29.7,"2013-02-04 02:00",27.1,"2013-01-28 23:00",25.4,"2013-01-27 23:00","","","","",13.1,10.1,6.2,3.5,2.2,1.9,0.2,"","SOUTH CHARLESTON: 5012 S. Charleston, Springfield, MO 65804","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0026","42406",1,37.12263,-93.263353,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8692,99,365,365,0,68,"","","Certification not required",0,3.42798,5.693319,70.3,"2013-10-27 10:00",63,"2013-11-08 13:00",56.5,"2013-11-04 12:00",56.1,"2013-02-17 10:00","","","","",30.5,24.4,15.2,6.8,2.5,2.1,0.5,"","SOUTH CHARLESTON: 5012 S. Charleston, Springfield, MO 65804","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0026","62107",1,37.12263,-93.263353,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8744,100,365,365,0,16,"","","Certification not required",0,77.065874,3.576872,84,"2013-03-15 17:00",84,"2013-04-05 16:00",84,"2013-04-06 16:00",84,"2013-04-08 13:00","","","","",84,83,83,83,80,76,73,"","SOUTH CHARLESTON: 5012 S. Charleston, Springfield, MO 65804","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","62101",1,37.199541,-93.284874,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8007,91,333,365,0,33,"","","Certification not required",0,57.560135,19.88328,98,"2013-07-18 15:00",97,"2013-06-27 13:00",97,"2013-07-09 15:00",97,"2013-07-18 14:00","","","","",93,91,87,82,74,61,30,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","62107",1,37.199541,-93.284874,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8664,99,358,365,0,96,"","","Certification not required",0,74.268583,2.25946,78,"2013-08-15 05:00",78,"2013-10-11 06:00",78,"2013-10-12 22:00",78,"2013-10-13 03:00","","","","",77,77,77,77,76,75,71,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","62201",1,37.199541,-93.284874,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8726,100,363,365,0,34,"","","Certification not required",0,73.010543,16.664452,99,"2013-06-06 06:00",99,"2013-06-06 07:00",99,"2013-07-30 03:00",99,"2013-07-30 04:00","","","","",97,97,96,94,87,75,49,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","64101",1,37.199541,-93.284874,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8721,100,363,365,0,39,"","","Certification not required",0,968.341073,5.962303,990.6,"2013-11-12 08:00",990.6,"2013-11-12 10:00",990.6,"2013-11-12 12:00",990.6,"2013-11-23 18:00","","","","",983.9,981.2,978.6,975.9,971.9,967.9,961.2,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","68105",3,37.199541,-93.284874,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",33,94,33,35,0,2,"","","Certification not required",0,12.966667,10.256207,30.8,"2013-06-27 00:00",30.3,"2013-07-09 00:00",28.5,"2013-06-21 00:00",26,"2013-07-15 00:00","","","","",30.8,30.8,30.3,26,21.6,14.5,0.1,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2013-12-24" +"29","077","0032","68108",3,37.199541,-93.284874,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",33,94,33,35,0,2,"","","Certification not required",0,726.454545,3.270043,734,"2013-01-04 00:00",732,"2013-01-22 00:00",731,"2013-02-15 00:00",731,"2013-07-15 00:00","","","","",734,734,732,731,729,726,723,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2013-12-24" +"29","077","0032","81102",1,37.199541,-93.284874,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",33,54,33,61,0,2,0,0,"Certification not required",2,14.333333,10.637982,55,"2013-06-27 00:00",42,"2013-06-21 00:00",25,"2013-04-04 00:00",22,"2013-05-28 00:00","","","","",55,55,42,22,16,12,4,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2013-12-23" +"29","077","0032","81102",3,37.199541,-93.284874,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",3662,42,153,365,0,754,"","","Certification not required",0,15.510923,9.054466,124,"2013-10-12 21:00",113,"2013-09-19 08:00",80,"2013-09-13 12:00",63,"2013-09-05 17:00","","","","",43,39,33,27,20,14,6,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","81102",3,37.199541,-93.284874,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",153,42,153,365,0,0,0,0,"Certification not required",0,15.084967,6.700302,37,"2013-08-30 00:00",36,"2013-08-31 00:00",35,"2013-08-29 00:00",31,"2013-08-24 00:00","","","","",36,31,29,24,19,13,8,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","85101",1,37.199541,-93.284874,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",33,94,33,35,0,2,"","","Certification not required",2,14.30303,10.113372,52,"2013-06-27 00:00",40,"2013-06-21 00:00",25,"2013-04-04 00:00",22,"2013-01-16 00:00","","","","",52,52,40,22,17,12,4,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2013-12-24" +"29","077","0032","85101",5,37.199541,-93.284874,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8388,96,355,365,0,372,"","","Certification not required",0,14.113615,9.501644,127,"2013-07-19 12:00",122,"2013-01-12 08:00",111,"2013-01-12 09:00",107,"2013-09-13 12:00","","","","",45,39,31,26,19,13,4,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","86502",1,37.199541,-93.284874,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8388,96,355,365,0,372,"","","Certification not required",0,4.682809,4.375795,108.1,"2013-01-12 08:00",95.1,"2013-01-12 09:00",94.1,"2013-07-19 12:00",83.8,"2013-09-13 12:00","","","","",21.5,16,10.9,8.4,5.8,3.9,1.2,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88101",4,37.199541,-93.284874,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8389,96,361,365,0,371,"","","Certification not required",0,8.332388,7.222057,53.4,"2013-04-17 13:00",51.3,"2013-06-26 19:00",51.3,"2013-07-31 16:00",50.7,"2013-06-26 13:00","","","","",31.2,26.5,21.2,17.6,12,7.3,0.7,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88101",4,37.199541,-93.284874,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,0,0,"Certification not required",0,8.244789,3.99858,20.9,"2013-02-07 00:00",20.1,"2013-06-26 00:00",19.4,"2013-08-31 00:00",19.3,"2013-05-19 00:00","","","","",19.3,18.5,16.2,13.7,10.4,7.5,4,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88101",4,37.199541,-93.284874,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,8.244789,3.99858,20.9,"2013-02-07 00:00",20.1,"2013-06-26 00:00",19.4,"2013-08-31 00:00",19.3,"2013-05-19 00:00","","","","",19.3,18.5,16.2,13.7,10.4,7.5,4,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88500",1,37.199541,-93.284874,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8389,96,355,365,0,371,"","","Certification not required",0,9.425331,7.707669,54.8,"2013-04-17 13:00",52.9,"2013-06-26 19:00",52.8,"2013-07-31 16:00",52.3,"2013-06-26 13:00","","","","",33.1,28.4,23,19.4,13.5,8.5,1,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88500",1,37.199541,-93.284874,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,9.33493,4.280282,22.5,"2013-02-07 00:00",21.7,"2013-06-26 00:00",21.2,"2013-08-31 00:00",21,"2013-09-18 00:00","","","","",21,20.3,17.8,15.2,11.7,8.5,4.8,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88503",1,37.199541,-93.284874,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8389,96,355,365,0,371,"","","Certification not required",0,-1.324604,3.983827,35.7,"2013-12-24 07:00",32.3,"2013-01-03 05:00",19.9,"2013-12-24 14:00",19.7,"2013-12-11 08:00","","","","",8.4,7.2,5,3.3,0.9,-1.3,-5.8,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0032","88503",1,37.199541,-93.284874,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,-1.271549,1.264557,4,"2013-12-24 00:00",2.6,"2013-12-29 00:00",2.4,"2013-07-02 00:00",1.9,"2013-06-30 00:00","","","","",1.9,1.5,0.9,0.1,-0.5,-1.3,-2.7,"MSU","MISSOURI STATE UNIVERSITY (MSU): Springfield, MO 65806","Missouri","Greene","Springfield","Springfield, MO","2014-02-09" +"29","077","0036","44201",1,37.256136,-93.299886,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5123,100,214,214,0,13,0,0,"Certification not required",287,0.047682,0.010399,0.073,"2013-08-31 13:00",0.07,"2013-09-06 12:00",0.068,"2013-04-05 13:00",0.068,"2013-05-14 17:00","","","","",0.068,0.067,0.065,0.061,0.055,0.048,0.034,"Hillcrest High School","HILLCREST HIGH SCHOOL: 3319 N Grant, Springfield, MO 65803","Missouri","Greene","Springfield","Springfield, MO","2014-01-26" +"29","077","0036","44201",1,37.256136,-93.299886,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043098,0.01,0.067,"2013-08-31 10:00",0.064,"2013-04-05 09:00",0.064,"2013-05-14 10:00",0.062,"2013-04-04 11:00","","","","",0.064,0.061,0.059,0.056,0.05,0.044,0.029,"Hillcrest High School","HILLCREST HIGH SCHOOL: 3319 N Grant, Springfield, MO 65803","Missouri","Greene","Springfield","Springfield, MO","2014-01-26" +"29","077","0036","44201",1,37.256136,-93.299886,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043098,0.01,0.067,"2013-08-31 10:00",0.064,"2013-04-05 09:00",0.064,"2013-05-14 10:00",0.062,"2013-04-04 11:00","","","","",0.064,0.061,0.059,0.056,0.05,0.044,0.029,"Hillcrest High School","HILLCREST HIGH SCHOOL: 3319 N Grant, Springfield, MO 65803","Missouri","Greene","Springfield","Springfield, MO","2014-01-26" +"29","077","0036","62107",1,37.256136,-93.299886,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,78.177406,5.101176,84,"2013-01-28 17:00",84,"2013-03-28 15:00",84,"2013-03-28 17:00",84,"2013-03-29 16:00","","","","",84,83,83,83,83,79,70,"Hillcrest High School","HILLCREST HIGH SCHOOL: 3319 N Grant, Springfield, MO 65803","Missouri","Greene","Springfield","Springfield, MO","2014-01-26" +"29","077","0037","42401",3,37.104461,-93.253337,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8552,98,357,365,0,208,0,"","Certification not required",0,3.102521,5.080732,38.9,"2013-01-30 12:00",34.1,"2013-02-02 14:00",27.1,"2013-02-03 02:00",27,"2013-11-01 13:00","","","","",27,20,12.9,8.7,2.6,1.3,0.2,"James River South","JAMES RIVER-SOUTH: Springfield, MO, 12435 (See coordinates for location)","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0037","42401",3,37.104461,-93.253337,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8552,98,357,365,0,208,"","","Certification not required",0,0.947217,1.921139,38.9,"2013-01-30 12:00",37,"2013-01-30 13:00",34.3,"2013-01-30 11:00",34.1,"2013-02-02 14:00","","","","",9.3,5.8,2.3,1.5,1,0.7,0,"James River South","JAMES RIVER-SOUTH: Springfield, MO, 12435 (See coordinates for location)","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0037","42401",3,37.104461,-93.253337,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,0.946499,1.061465,8.9,"2013-01-30 00:00",7.3,"2013-01-31 00:00",7.1,"2013-11-02 00:00",7,"2013-02-02 00:00","","","","",7,4.1,2.3,1.9,1.1,0.8,0.1,"James River South","JAMES RIVER-SOUTH: Springfield, MO, 12435 (See coordinates for location)","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0037","42401",3,37.104461,-93.253337,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2822,97,356,365,0,0,"",0,"Certification not required",0,0.918462,1.724286,32.4,"2013-01-30 14:00",25.4,"2013-02-02 14:00",21.4,"2013-01-30 11:00",18.5,"2013-11-01 14:00","","","","",8.7,5.8,2.5,1.5,1,0.7,0,"James River South","JAMES RIVER-SOUTH: Springfield, MO, 12435 (See coordinates for location)","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0037","42406",3,37.104461,-93.253337,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8690,99,365,365,0,70,"","","Certification not required",0,1.809816,5.069331,75.9,"2013-02-02 13:00",74.8,"2013-02-02 14:00",68.4,"2013-11-07 15:00",67.4,"2013-11-01 13:00","","","","",28.1,17.5,5,1.9,1.2,1,0.2,"James River South","JAMES RIVER-SOUTH: Springfield, MO, 12435 (See coordinates for location)","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0040","42401",1,37.108959,-93.25297,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7992,91,334,365,0,82,0,"","Certification not required",0,3.418862,4.946577,45.9,"2013-01-30 18:00",30.1,"2013-11-17 13:00",29.4,"2013-01-31 00:00",28.7,"2013-07-20 09:00","","","","",28.7,23.6,11.8,6.9,3.5,1.7,1,"Wildwood Lane","WILDWOOD LANE: 1234 Wildwood Lane, Springfield, MO 12435","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0040","42401",1,37.108959,-93.25297,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7992,91,334,365,0,82,"","","Certification not required",0,1.594269,2.109777,45.9,"2013-01-30 18:00",42.8,"2013-01-30 20:00",38.8,"2013-01-30 19:00",38,"2013-01-30 21:00","","","","",8.7,5.6,4.4,3.3,1.5,1.2,0.6,"Wildwood Lane","WILDWOOD LANE: 1234 Wildwood Lane, Springfield, MO 12435","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0040","42401",1,37.108959,-93.25297,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,1.602695,1.473293,17.7,"2013-01-30 00:00",7.7,"2013-10-06 00:00",7.4,"2013-11-17 00:00",6,"2013-01-31 00:00","","","","",6,5.3,4.4,3.4,1.5,1.2,0.6,"Wildwood Lane","WILDWOOD LANE: 1234 Wildwood Lane, Springfield, MO 12435","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0040","42401",1,37.108959,-93.25297,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2649,91,334,365,0,0,"",0,"Certification not required",0,1.558324,1.978157,42.5,"2013-01-30 20:00",33.4,"2013-01-30 17:00",29.4,"2013-01-30 23:00",26.4,"2013-11-17 14:00","","","","",8.3,5.6,4.4,3.2,1.4,1.1,0.6,"Wildwood Lane","WILDWOOD LANE: 1234 Wildwood Lane, Springfield, MO 12435","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0040","42406",1,37.108959,-93.25297,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7992,91,334,365,0,82,"","","Certification not required",0,2.589552,4.866063,76,"2013-11-17 13:00",71.6,"2013-11-17 16:00",70,"2013-07-20 09:00",69.4,"2013-01-30 22:00","","","","",26.8,14.9,6,4.4,2,1.6,1,"Wildwood Lane","WILDWOOD LANE: 1234 Wildwood Lane, Springfield, MO 12435","Missouri","Greene","","Springfield, MO","2014-01-23" +"29","077","0042","44201",1,37.31951,-93.204635,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5126,100,214,214,0,10,0,0,"Certification not required",12,0.047631,0.010081,0.075,"2013-08-31 14:00",0.075,"2013-09-08 13:00",0.071,"2013-07-10 13:00",0.07,"2013-04-05 14:00","","","","",0.071,0.07,0.064,0.06,0.055,0.048,0.035,"Fellows Lake","FELLOWS LAKE: 4208 E Farm Road 66, Springfield, MO 65803","Missouri","Greene","","Springfield, MO","2014-01-26" +"29","077","0042","44201",1,37.31951,-93.204635,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043505,0.009409,0.069,"2013-08-31 09:00",0.066,"2013-04-05 10:00",0.066,"2013-05-14 12:00",0.064,"2013-06-11 11:00","","","","",0.066,0.064,0.058,0.055,0.05,0.044,0.031,"Fellows Lake","FELLOWS LAKE: 4208 E Farm Road 66, Springfield, MO 65803","Missouri","Greene","","Springfield, MO","2014-01-26" +"29","077","0042","44201",1,37.31951,-93.204635,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043505,0.009409,0.069,"2013-08-31 09:00",0.066,"2013-04-05 10:00",0.066,"2013-05-14 12:00",0.064,"2013-06-11 11:00","","","","",0.066,0.064,0.058,0.055,0.05,0.044,0.031,"Fellows Lake","FELLOWS LAKE: 4208 E Farm Road 66, Springfield, MO 65803","Missouri","Greene","","Springfield, MO","2014-01-26" +"29","077","0042","61103",1,37.31951,-93.204635,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8600,98,356,365,0,160,"","","Certification not required",0,4.682721,2.979545,16.5,"2013-03-05 14:00",16.2,"2013-11-17 11:00",15.8,"2013-04-06 11:00",15.7,"2013-03-05 13:00","","","","",12.6,11.7,10.2,8.8,6.6,4.3,1.1,"Fellows Lake","FELLOWS LAKE: 4208 E Farm Road 66, Springfield, MO 65803","Missouri","Greene","","Springfield, MO","2014-02-09" +"29","077","0042","61104",1,37.31951,-93.204635,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8600,98,356,365,0,160,"","","Certification not required",0,183.058023,92.721918,360,"2013-02-04 23:00",360,"2013-03-24 06:00",360,"2013-06-01 01:00",360,"2013-08-10 00:00","","","","",356,353,342,327,267,159,64,"Fellows Lake","FELLOWS LAKE: 4208 E Farm Road 66, Springfield, MO 65803","Missouri","Greene","","Springfield, MO","2014-02-09" +"29","077","0042","62107",1,37.31951,-93.204635,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7287,83,303,365,0,9,"","","Certification not required",0,76.757651,5.196311,87,"2013-10-02 09:00",84,"2013-04-07 17:00",84,"2013-04-08 14:00",84,"2013-04-13 16:00","","","","",84,84,83,83,82,75,70,"Fellows Lake","FELLOWS LAKE: 4208 E Farm Road 66, Springfield, MO 65803","Missouri","Greene","","Springfield, MO","2014-01-26" +"29","087","0008","14129",1,40.027222,-95.235833,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,1,2,2,"Certification not required",0,0.440722,0.75607,4.711,"2013-05-10 00:00",2.137,"2013-04-04 00:00",1.759,"2013-09-13 00:00",1.37,"2013-07-27 00:00","","","","",4.711,2.137,1.759,1.27,0.536,0.157,0.016,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","68105",1,40.027222,-95.235833,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",60,98,60,61,0,0,"","","Certification not required",0,11.233333,11.556181,29.9,"2013-07-09 00:00",28.7,"2013-06-21 00:00",28.4,"2013-09-07 00:00",28.3,"2013-08-26 00:00","","","","",29.9,28.7,28.4,26.3,22.5,12,-5.2,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","68105",2,40.027222,-95.235833,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,10.330357,11.528304,28.1,"2013-06-21 00:00",27.7,"2013-09-07 00:00",27.4,"2013-08-26 00:00",25.8,"2013-07-15 00:00","","","","",28.1,27.7,27.4,24.8,21.3,11.5,-5.9,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","68105",3,40.027222,-95.235833,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.75,10.87765,30.9,"2013-08-30 00:00",30.7,"2013-07-09 00:00",30.5,"2013-07-18 00:00",30.3,"2013-07-19 00:00","","","","",30.5,29.6,28.8,27.1,23.8,17.3,-1,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","68108",1,40.027222,-95.235833,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,0,"","","Certification not required",0,738.683333,5.264179,757,"2013-11-12 00:00",751,"2013-11-24 00:00",751,"2013-12-06 00:00",746,"2013-01-22 00:00","","","","",757,751,751,746,741,738,734,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","68108",2,40.027222,-95.235833,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,737.732143,5.327428,756,"2013-11-12 00:00",750,"2013-11-24 00:00",749,"2013-12-06 00:00",745,"2013-01-22 00:00","","","","",756,750,749,745,741,737,733,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","68108",3,40.027222,-95.235833,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,739.496552,4.930134,758,"2013-11-12 00:00",758,"2013-11-23 00:00",755,"2013-12-07 00:00",754,"2013-11-22 00:00","","","","",755,753,748,746,742,739,734,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","85129",1,40.027222,-95.235833,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,2,2,"Certification not required",0,0.310518,0.651138,4.494,"2013-05-10 00:00",1.478,"2013-04-04 00:00",1.059,"2013-10-19 00:00",0.972,"2013-09-13 00:00","","","","",4.494,1.478,1.059,0.804,0.33,0.09,0.004,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","087","0008","85129",2,40.027222,-95.235833,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,4,2,2,"Certification not required",0,0.327549,0.689569,4.551,"2013-05-10 00:00",1.555,"2013-04-04 00:00",1.033,"2013-07-27 00:00",0.993,"2013-09-13 00:00","","","","",4.551,1.555,1.033,0.812,0.35,0.094,0.004,"Forest City, Exide Levee (ESP SCHULYKILL WEST SITE LOCATED ON A LEVEE)","FOREST CITY, EXIDE LEVEE: 300 S. Washington St., Oregon, MO 64473","Missouri","Holt","Forest City","","2014-02-09" +"29","093","0016","14129",1,37.624064,-91.128396,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,3,2,2,"Certification not required",0,0.303733,0.555692,3.41,"2013-06-28 00:00",1.119,"2013-05-10 00:00",1.086,"2013-05-04 00:00",1.009,"2013-09-25 00:00","","","","",3.41,3.41,1.086,0.889,0.266,0.133,0.03,"Doe Run Buick - South #1","DOE RUN BUICK - SOUTH#1: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0016","14129",2,37.624064,-91.128396,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,7,2,2,"Certification not required",0,0.274244,0.495254,2.949,"2013-06-27 00:00",1.282,"2013-09-25 00:00",0.776,"2013-05-10 00:00",0.671,"2013-07-27 00:00","","","","",2.949,2.949,0.776,0.581,0.272,0.126,0.032,"Doe Run Buick - South #1","DOE RUN BUICK - SOUTH#1: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0016","68105",1,37.624064,-91.128396,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,3,"","","Certification not required",0,13.664444,10.066984,28.2,"2013-07-27 00:00",27.4,"2013-07-09 00:00",26.7,"2013-06-27 00:00",25.7,"2013-08-26 00:00","","","","",28.2,28.2,26.7,24.3,22.6,16.7,-0.2,"Doe Run Buick - South #1","DOE RUN BUICK - SOUTH#1: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0016","68105",2,37.624064,-91.128396,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",43,100,23,31,0,5,"","","Certification not required",0,13.35814,10.169006,28.2,"2013-07-27 00:00",27.4,"2013-07-09 00:00",26.7,"2013-06-27 00:00",25.7,"2013-08-26 00:00","","","","",28.2,28.2,26.7,24.3,22.6,16.2,-0.2,"Doe Run Buick - South #1","DOE RUN BUICK - SOUTH#1: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0016","68108",1,37.624064,-91.128396,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,3,"","","Certification not required",0,724.466667,3.079256,732,"2013-01-04 00:00",731,"2013-01-22 00:00",729,"2013-07-15 00:00",729,"2013-08-26 00:00","","","","",732,732,729,728,727,725,721,"Doe Run Buick - South #1","DOE RUN BUICK - SOUTH#1: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0016","68108",2,37.624064,-91.128396,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,5,"","","Certification not required",0,724.372093,3.101637,732,"2013-01-04 00:00",731,"2013-01-22 00:00",729,"2013-07-15 00:00",729,"2013-08-26 00:00","","","","",732,732,729,728,727,723,721,"Doe Run Buick - South #1","DOE RUN BUICK - SOUTH#1: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0021","14129",1,37.651843,-91.131066,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,3,3,3,"Certification not required",0,0.713578,0.99989,3.787,"2013-01-28 00:00",3.353,"2013-04-10 00:00",2.865,"2013-06-21 00:00",2.794,"2013-07-21 00:00","","","","",3.787,3.787,2.865,2.428,0.888,0.229,0.022,"Doe Run Buick - North # 5","DOE RUN BUICK - NORTH#5: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0021","68105",1,37.651843,-91.131066,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,3,"","","Certification not required",0,14.006667,10.023935,28.2,"2013-07-27 00:00",27.4,"2013-07-09 00:00",26.7,"2013-06-27 00:00",25.7,"2013-08-26 00:00","","","","",28.2,28.2,26.7,24.3,22.6,16.7,-0.2,"Doe Run Buick - North # 5","DOE RUN BUICK - NORTH#5: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0021","68108",1,37.651843,-91.131066,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",46,75,45,61,0,3,"","","Certification not required",0,724.521739,3.236865,732,"2013-01-04 00:00",731,"2013-01-22 00:00",730,"2013-03-07 00:00",729,"2013-07-15 00:00","","","","",732,732,730,729,727,725,721,"Doe Run Buick - North # 5","DOE RUN BUICK - NORTH#5: Buick, MO 65439 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0027","14129",1,37.486178,-90.690112,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,5,2,2,"Certification not required",0,0.2745,1.146442,7.279,"2013-07-09 00:00",0.882,"2013-06-27 00:00",0.39,"2013-05-22 00:00",0.286,"2013-07-15 00:00","","","","",7.279,7.279,0.882,0.286,0.121,0.035,0.013,"Doe Run Glover - Post Office #2","DOE RUN GLOVER - POST OFFICE: Glover, MO 63630 (Romte site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0027","14129",2,37.486178,-90.690112,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,3,0,0,"Certification not required",0,0.077929,0.121846,0.631,"2013-07-09 00:00",0.409,"2013-05-28 00:00",0.274,"2013-07-15 00:00",0.238,"2013-06-21 00:00","","","","",0.631,0.631,0.274,0.192,0.103,0.028,0.009,"Doe Run Glover - Post Office #2","DOE RUN GLOVER - POST OFFICE: Glover, MO 63630 (Romte site, see coordinates for location)","Missouri","Iron","","","2013-12-23" +"29","093","0027","68105",1,37.486178,-90.690112,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,16.324444,8.990175,30.7,"2013-01-16 00:00",30.4,"2013-01-04 00:00",28.2,"2013-06-27 00:00",25.8,"2013-06-21 00:00","","","","",30.7,30.7,28.2,25.8,22.6,19.7,2.1,"Doe Run Glover - Post Office #2","DOE RUN GLOVER - POST OFFICE: Glover, MO 63630 (Romte site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0027","68105",2,37.486178,-90.690112,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,16.324444,8.990175,30.7,"2013-01-16 00:00",30.4,"2013-01-04 00:00",28.2,"2013-06-27 00:00",25.8,"2013-06-21 00:00","","","","",30.7,30.7,28.2,25.8,22.6,19.7,2.1,"Doe Run Glover - Post Office #2","DOE RUN GLOVER - POST OFFICE: Glover, MO 63630 (Romte site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0027","68108",1,37.486178,-90.690112,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,763.088889,3.617019,772,"2013-01-04 00:00",771,"2013-01-22 00:00",770,"2013-01-10 00:00",769,"2013-02-09 00:00","","","","",772,772,770,768,765,763,759,"Doe Run Glover - Post Office #2","DOE RUN GLOVER - POST OFFICE: Glover, MO 63630 (Romte site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0027","68108",2,37.486178,-90.690112,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,763.088889,3.617019,772,"2013-01-04 00:00",771,"2013-01-22 00:00",770,"2013-01-10 00:00",769,"2013-02-09 00:00","","","","",772,772,770,768,765,763,759,"Doe Run Glover - Post Office #2","DOE RUN GLOVER - POST OFFICE: Glover, MO 63630 (Romte site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0029","14129",1,37.471734,-90.689556,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,0.041705,0.046189,0.186,"2013-06-27 00:00",0.156,"2013-04-16 00:00",0.155,"2013-05-10 00:00",0.14,"2013-04-22 00:00","","","","",0.186,0.186,0.155,0.128,0.061,0.021,0.011,"Doe Run Glover - Big Creek #5","DOE RUN GLOVER - BIG CREEK: Glover, MO 63630 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0029","68105",1,37.471734,-90.689556,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,16.324444,8.990175,30.7,"2013-01-16 00:00",30.4,"2013-01-04 00:00",28.2,"2013-06-27 00:00",25.8,"2013-06-21 00:00","","","","",30.7,30.7,28.2,25.8,22.6,19.7,2.1,"Doe Run Glover - Big Creek #5","DOE RUN GLOVER - BIG CREEK: Glover, MO 63630 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0029","68108",1,37.471734,-90.689556,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,763.088889,3.617019,772,"2013-01-04 00:00",771,"2013-01-22 00:00",770,"2013-01-10 00:00",769,"2013-02-09 00:00","","","","",772,772,770,768,765,763,759,"Doe Run Glover - Big Creek #5","DOE RUN GLOVER - BIG CREEK: Glover, MO 63630 (Remote site, see coordinates for location)","Missouri","Iron","","","2013-11-21" +"29","093","0033","14129",1,37.489706,-90.692582,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,2,1,1,"Certification not required",0,0.097109,0.280819,1.946,"2013-04-22 00:00",0.613,"2013-05-28 00:00",0.59,"2013-04-10 00:00",0.27,"2013-10-25 00:00","","","","",1.946,0.613,0.59,0.176,0.055,0.022,0.006,"Glover","GLOVER: Highway 49, Approx. 0.4M S. Highway 21/49/72 Intersection, Glover, 63620","Missouri","Iron","","","2014-02-09" +"29","093","0033","68105",1,37.489706,-90.692582,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584483,9.32867,28.9,"2013-08-31 00:00",28.4,"2013-09-10 00:00",28.1,"2013-08-30 00:00",28.1,"2013-09-09 00:00","","","","",28.1,27.5,26.3,24.7,22.2,17.4,0.2,"Glover","GLOVER: Highway 49, Approx. 0.4M S. Highway 21/49/72 Intersection, Glover, 63620","Missouri","Iron","","","2014-02-09" +"29","093","0033","68108",1,37.489706,-90.692582,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,725.306897,4.013682,739,"2013-11-12 00:00",737,"2013-11-23 00:00",737,"2013-11-24 00:00",736,"2013-11-13 00:00","","","","",737,734,732,730,728,725,721,"Glover","GLOVER: Highway 49, Approx. 0.4M S. Highway 21/49/72 Intersection, Glover, 63620","Missouri","Iron","","","2014-02-09" +"29","093","0034","14129",1,37.65214,-91.11689,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,5,3,3,"Certification not required",0,0.21022,0.337274,1.44,"2013-08-26 00:00",1.238,"2013-06-27 00:00",1.03,"2013-10-19 00:00",0.895,"2013-03-29 00:00","","","","",1.44,1.44,1.03,0.83,0.219,0.064,0.011,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-11" +"29","093","0034","14129",2,37.65214,-91.11689,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,3,3,3,"Certification not required",0,0.211255,0.32619,1.337,"2013-08-26 00:00",1.192,"2013-06-27 00:00",1.04,"2013-10-19 00:00",0.85,"2013-03-29 00:00","","","","",1.337,1.192,1.04,0.714,0.22,0.065,0.009,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","42401",1,37.65214,-91.11689,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8714,99,365,365,0,46,7,"","Certification not required",0,12.563562,19.251335,183.7,"2013-04-07 03:00",102.2,"2013-03-15 22:00",91.6,"2013-08-22 06:00",85,"2013-02-22 06:00","","","","",85,69,49.4,34.3,14.4,4.1,1.8,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","42401",1,37.65214,-91.11689,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8714,99,365,365,0,46,"","","Certification not required",0,2.902421,5.58111,183.7,"2013-04-07 03:00",102.2,"2013-03-15 22:00",98.4,"2013-03-15 23:00",91.6,"2013-08-22 06:00","","","","",27.3,15.6,6.4,3.7,2.5,1.9,1.2,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","42401",1,37.65214,-91.11689,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,2.900822,2.072842,16.8,"2013-04-07 00:00",15.7,"2013-03-15 00:00",12.4,"2013-06-12 00:00",11.6,"2013-01-05 00:00","","","","",11.6,8.8,6.9,5.4,3.1,2.2,1.4,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","42401",1,37.65214,-91.11689,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2886,99,365,365,0,0,"",0,"Certification not required",0,2.868053,4.361259,97.2,"2013-03-15 23:00",70.5,"2013-04-07 05:00",50.3,"2013-07-08 08:00",49.5,"2013-01-23 11:00","","","","",23.1,15.5,7,4.1,2.6,1.9,1.2,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","42406",1,37.65214,-91.11689,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8712,99,365,365,0,48,"","","Certification not required",0,5.216552,14.994777,455.3,"2013-07-19 08:00",248,"2013-08-22 06:00",233.4,"2013-04-07 03:00",231.9,"2013-04-07 02:00","","","","",77.2,47.6,18,5.8,2.9,2.1,1.4,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","61103",1,37.65214,-91.11689,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8746,100,365,365,0,14,"","","Certification not required",0,3.79418,2.26145,13.9,"2013-02-03 09:00",13.4,"2013-04-14 15:00",13.3,"2013-04-14 17:00",13,"2013-02-03 08:00","","","","",10.3,9.5,8.2,7,5.1,3.3,1.3,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","61104",1,37.65214,-91.11689,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8746,100,365,365,0,14,"","","Certification not required",0,212.521381,90.978596,360,"2013-04-20 06:00",360,"2013-05-06 16:00",360,"2013-05-07 07:00",360,"2013-08-08 21:00","","","","",354,350,341,333,310,190,104,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","62107",1,37.65214,-91.11689,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,14,"","","Certification not required",0,76.557855,3.759025,85,"2013-04-17 15:00",85,"2013-04-17 16:00",85,"2013-04-17 17:00",85,"2013-04-17 18:00","","","","",84,83,83,83,80,76,73,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","68105",1,37.65214,-91.11689,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584483,9.32867,28.9,"2013-08-31 00:00",28.4,"2013-09-10 00:00",28.1,"2013-08-30 00:00",28.1,"2013-09-09 00:00","","","","",28.1,27.5,26.3,24.7,22.2,17.4,0.2,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","68105",2,37.65214,-91.11689,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584483,9.32867,28.9,"2013-08-31 00:00",28.4,"2013-09-10 00:00",28.1,"2013-08-30 00:00",28.1,"2013-09-09 00:00","","","","",28.1,27.5,26.3,24.7,22.2,17.4,0.2,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","68108",1,37.65214,-91.11689,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,725.306897,4.013682,739,"2013-11-12 00:00",737,"2013-11-23 00:00",737,"2013-11-24 00:00",736,"2013-11-13 00:00","","","","",737,734,732,730,728,725,721,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","0034","68108",2,37.65214,-91.11689,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,725.306897,4.013682,739,"2013-11-12 00:00",737,"2013-11-23 00:00",737,"2013-11-24 00:00",736,"2013-11-13 00:00","","","","",737,734,732,730,728,725,721,"Buick NE","BUICK NE: 347 Power Lane","Missouri","Iron","","","2014-02-09" +"29","093","9008","14129",1,37.65214,-91.11689,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,2,2,2,"Certification not required",0,0.188911,0.311097,1.341,"2013-08-26 00:00",1.108,"2013-07-09 00:00",0.996,"2013-06-27 00:00",0.618,"2013-03-29 00:00","","","","",1.341,1.341,0.996,0.576,0.168,0.059,0.017,"Doe Run Buick - Buick NE","BUICK NE; 347 Power Lane","Missouri","Iron","","","2013-11-21" +"29","093","9008","68105",1,37.65214,-91.11689,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",44,72,44,61,0,2,"","","Certification not required",0,13.809091,9.990363,28.2,"2013-07-27 00:00",27.4,"2013-07-09 00:00",26.7,"2013-06-27 00:00",25.7,"2013-08-26 00:00","","","","",28.2,28.2,26.7,24.3,22.8,16.7,0.1,"Doe Run Buick - Buick NE","BUICK NE; 347 Power Lane","Missouri","Iron","","","2013-11-21" +"29","093","9008","68108",1,37.65214,-91.11689,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,2,"","","Certification not required",0,724.555556,3.064129,732,"2013-01-04 00:00",731,"2013-01-22 00:00",729,"2013-07-15 00:00",729,"2013-08-26 00:00","","","","",732,732,729,728,727,725,721,"Doe Run Buick - Buick NE","BUICK NE; 347 Power Lane","Missouri","Iron","","","2013-11-21" +"29","095","0018","62107",1,39.132016,-94.531518,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",6322,96,263,275,0,46,"","","Certification not required",0,79.87931,2.797973,85,"2013-09-11 15:00",84,"2013-04-28 20:00",84,"2013-05-01 02:00",84,"2013-05-01 03:00","","","","",83,83,83,83,82,82,76,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0018","68105",1,39.132016,-94.531518,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",15,100,15,15,0,0,"","","Certification not required",0,2.52,6.337102,18.3,"2013-01-28 00:00",13.5,"2013-03-29 00:00",5.9,"2013-01-10 00:00",5,"2013-02-03 00:00","","","","",18.3,18.3,18.3,13.5,5,0.5,-4.8,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0018","68108",1,39.132016,-94.531518,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,100,15,15,0,0,"","","Certification not required",0,742.333333,4.047339,749,"2013-01-22 00:00",748,"2013-01-04 00:00",748,"2013-02-15 00:00",745,"2013-03-05 00:00","","","","",749,749,749,748,745,742,739,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0018","81102",1,39.132016,-94.531518,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,25.933333,14.901901,65,"2013-01-16 00:00",46,"2013-01-04 00:00",37,"2013-02-15 00:00",29,"2013-03-05 00:00","","","","",65,65,65,46,29,25,10,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0018","81102",3,39.132016,-94.531518,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6520,74,273,365,0,80,"","","Certification not required",0,30.803067,26.974445,820,"2013-05-17 08:00",454,"2013-05-10 20:00",351,"2013-06-23 07:00",335,"2013-04-04 20:00","","","","",124,93,70,55,39,26,9,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0018","81102",3,39.132016,-94.531518,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,30.344322,16.414174,95,"2013-04-05 00:00",95,"2013-05-14 00:00",94,"2013-04-04 00:00",93,"2013-06-22 00:00","","","","",94,79,61,50,37,29,11,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0018","85101",1,39.132016,-94.531518,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",15,100,15,15,0,0,"","","Certification not required",0,27.533333,15.824333,69,"2013-01-16 00:00",49,"2013-01-04 00:00",40,"2013-02-15 00:00",31,"2013-03-05 00:00","","","","",69,69,69,49,31,27,10,"","FRONT STREET: 1331 N. Jackson, Kansas City, MO64120","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0034","42401",1,39.104758,-94.570796,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8718,100,365,365,0,42,40,"","Certification not required",0,24.292329,36.587753,213,"2013-01-30 10:00",179,"2013-03-24 20:00",168.1,"2013-02-19 09:00",156.3,"2013-03-25 08:00","","","","",156.3,140.3,102.1,79,32.2,5.7,1.2,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42401",1,39.104758,-94.570796,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8718,100,365,365,0,42,"","","Certification not required",0,5.539,14.246004,213,"2013-01-30 10:00",179,"2013-03-24 20:00",168.1,"2013-02-19 09:00",156.3,"2013-03-25 08:00","","","","",79.2,57.9,26.4,8.3,3.5,1.7,0.5,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42401",1,39.104758,-94.570796,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,5.535342,8.251739,54.1,"2013-03-25 00:00",51.4,"2013-03-05 00:00",45.4,"2013-03-24 00:00",41,"2013-02-27 00:00","","","","",41,36.8,24.6,14.4,5.4,2.4,0.7,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42401",1,39.104758,-94.570796,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2887,99,365,365,0,0,"",0,"Certification not required",0,5.512539,12.852217,143.9,"2013-01-30 11:00",141.9,"2013-03-24 20:00",130.1,"2013-02-27 23:00",115.2,"2013-02-18 17:00","","","","",69,51.7,27.5,11.1,3.6,1.8,0.5,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42406",1,39.104758,-94.570796,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8715,99,365,365,0,45,"","","Certification not required",0,12.675491,36.34984,382.9,"2013-01-31 14:00",377.6,"2013-05-07 09:00",375.5,"2013-01-17 14:00",352.8,"2013-03-10 20:00","","","","",191.9,157.3,85.4,19.2,4.4,2.2,0.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42601",1,39.104758,-94.570796,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8405,96,351,365,0,355,"","","Certification not required",0,6.701832,18.285527,305.7,"2013-12-16 07:00",294.4,"2013-12-16 08:00",280.5,"2013-01-26 02:00",268.8,"2013-01-26 01:00","","","","",97.1,54.9,25,15.7,6.1,1.8,-0.2,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42602",1,39.104758,-94.570796,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8405,96,351,365,0,355,0,"","Certification not required",0,25.766667,10.285918,59.2,"2013-01-15 07:00",55.4,"2013-01-26 02:00",54.3,"2013-03-14 20:00",53.5,"2013-04-05 03:00","","","","",53.5,48.1,42.8,39,33.5,25,12.7,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42602",1,39.104758,-94.570796,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8405,96,351,365,0,355,"","","Certification not required",0,12.918786,8.354164,59.2,"2013-01-15 07:00",55.4,"2013-01-26 02:00",54.3,"2013-03-14 20:00",53.5,"2013-04-05 03:00","","","","",40,36.3,30.3,24.8,16.7,10.6,4.7,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","42603",1,39.104758,-94.570796,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8405,96,351,365,0,355,"","","Certification not required",0,19.503284,23.899286,352.9,"2013-12-16 07:00",340.9,"2013-12-16 08:00",335.8,"2013-01-26 02:00",317.2,"2013-01-26 01:00","","","","",131.1,86.8,51.1,37.9,23,13,4.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","62101",1,39.104758,-94.570796,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8631,99,358,365,0,129,"","","Certification not required",0,55.139613,21.152974,102,"2013-09-08 14:00",101,"2013-08-30 14:00",101,"2013-08-30 15:00",101,"2013-09-08 15:00","","","","",94,91,87,82,73,56,26,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","62107",1,39.104758,-94.570796,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,76.70419,2.042832,81,"2013-07-30 10:00",80,"2013-08-27 12:00",79,"2013-01-10 04:00",79,"2013-01-20 16:00","","","","",78,78,78,78,78,77,72,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","62201",1,39.104758,-94.570796,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6244,95,259,275,0,356,"","","Certification not required",0,66.310858,15.683129,96,"2013-09-19 19:00",96,"2013-09-19 20:00",96,"2013-09-19 21:00",96,"2013-09-29 05:00","","","","",94,93,91,88,79,67,45,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","64101",1,39.104758,-94.570796,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6270,95,260,275,0,330,"","","Certification not required",0,983.242488,6.682432,1011.9,"2013-11-12 08:00",1011.9,"2013-11-12 10:00",1010.6,"2013-11-12 12:00",1009.2,"2013-11-12 06:00","","","","",1003.9,1001.2,994.6,990.6,986.6,982.6,975.9,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","68105",1,39.104758,-94.570796,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,7,"","","Certification not required",0,12.450435,11.540238,31.9,"2013-07-09 00:00",31,"2013-07-18 00:00",31,"2013-08-29 00:00",30,"2013-09-07 00:00","","","","",31,31,29.6,26.8,22.4,12.4,-3.1,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","68105",3,39.104758,-94.570796,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,3,"","","Certification not required",0,14.158621,12.310615,34.1,"2013-07-09 00:00",32.4,"2013-09-07 00:00",32.3,"2013-08-26 00:00",31.5,"2013-06-21 00:00","","","","",34.1,32.4,32.3,29.3,24.6,15.2,-3.1,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","68108",1,39.104758,-94.570796,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,7,"","","Certification not required",0,732.808696,4.898793,750,"2013-11-12 00:00",746,"2013-11-24 00:00",744,"2013-12-06 00:00",744,"2013-12-12 00:00","","","","",746,744,742,739,735,732,727,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","68108",3,39.104758,-94.570796,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,3,"","","Certification not required",0,738.448276,5.188288,756,"2013-11-12 00:00",751,"2013-11-24 00:00",749,"2013-12-06 00:00",747,"2013-12-24 00:00","","","","",756,751,749,745,741,738,734,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","81102",1,39.104758,-94.570796,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,21.051724,9.53189,57,"2013-06-21 00:00",40,"2013-09-07 00:00",39,"2013-04-04 00:00",39,"2013-12-12 00:00","","","","",57,40,39,31,27,21,10,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","85101",1,39.104758,-94.570796,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,20.931034,9.273358,54,"2013-06-21 00:00",42,"2013-12-12 00:00",39,"2013-04-04 00:00",37,"2013-09-07 00:00","","","","",54,42,39,31,26,21,10,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","85101",5,39.104758,-94.570796,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5664,86,238,275,0,936,"","","Certification not required",0,20.777013,12.769457,397,"2013-05-07 06:00",165,"2013-11-06 11:00",120,"2013-07-04 21:00",120,"2013-10-24 10:00","","","","",62,54,41,34,26,19,9,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","86502",1,39.104758,-94.570796,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5664,86,238,275,0,936,"","","Certification not required",0,9.456409,8.564972,322.6,"2013-05-07 06:00",136.6,"2013-11-06 11:00",105.8,"2013-10-24 10:00",88,"2013-10-16 08:00","","","","",36.9,31.4,22.6,16.7,11.6,7.9,2.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88101",1,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,10.083478,4.712971,28.1,"2013-02-27 00:00",21.2,"2013-03-08 00:00",20.7,"2013-12-03 00:00",20.6,"2013-03-23 00:00","","","","",21.2,20.7,20.3,16.7,12.8,9.5,4.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88101",1,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,10.083478,4.712971,28.1,"2013-02-27 00:00",21.2,"2013-03-08 00:00",20.7,"2013-12-03 00:00",20.6,"2013-03-23 00:00","","","","",21.2,20.7,20.3,16.7,12.8,9.5,4.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88101",3,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2262,26,99,365,0,114,"","","Certification not required",0,10.196331,7.507981,95.8,"2013-01-16 16:00",64.5,"2013-01-17 16:00",51.4,"2013-01-20 12:00",50.1,"2013-02-07 10:00","","","","",34.6,30.4,23.1,19.3,13.6,8.9,2.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-10-29" +"29","095","0034","88101",3,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",99,27,99,365,0,0,0,0,"Certification not required",0,10.080808,4.094438,23.6,"2013-02-27 00:00",23.1,"2013-03-09 00:00",18.6,"2013-03-08 00:00",18.1,"2013-04-05 00:00","","","","",23.6,23.1,17.7,16.5,12.6,9.4,5.7,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-10-29" +"29","095","0034","88101",3,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",99,27,99,365,0,0,"","","Certification not required",0,10.080808,4.094438,23.6,"2013-02-27 00:00",23.1,"2013-03-09 00:00",18.6,"2013-03-08 00:00",18.1,"2013-04-05 00:00","","","","",23.6,23.1,17.7,16.5,12.6,9.4,5.7,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-10-29" +"29","095","0034","88101",4,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5664,65,242,365,0,708,"","","Certification not required",0,10.014548,6.587846,103.8,"2013-07-04 21:00",82.5,"2013-07-04 22:00",73.8,"2013-05-07 06:00",57.2,"2013-04-30 22:00","","","","",30.3,26.2,21.2,18.1,13.3,9,3.1,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88101",4,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",238,65,238,365,0,0,0,0,"Certification not required",0,9.953782,4.722194,31.6,"2013-12-01 00:00",26.1,"2013-06-22 00:00",25.3,"2013-12-14 00:00",23.1,"2013-07-04 00:00","","","","",25.3,21.5,18.9,16.4,12.5,9,4.9,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88101",4,39.104758,-94.570796,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",238,65,238,365,0,0,"","","Certification not required",0,9.953782,4.722194,31.6,"2013-12-01 00:00",26.1,"2013-06-22 00:00",25.3,"2013-12-14 00:00",23.1,"2013-07-04 00:00","","","","",25.3,21.5,18.9,16.4,12.5,9,4.9,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88500",1,39.104758,-94.570796,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5664,89,238,266,0,708,"","","Certification not required",0,11.272069,6.94847,102.5,"2013-07-04 21:00",82.6,"2013-07-04 22:00",74.3,"2013-05-07 06:00",58.5,"2013-04-30 22:00","","","","",32.2,28.1,23.1,19.9,14.9,10.3,3.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88500",1,39.104758,-94.570796,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",238,89,238,266,0,0,"","","Certification not required",0,11.209664,5.001969,33.5,"2013-12-01 00:00",28.1,"2013-06-22 00:00",27.2,"2013-12-14 00:00",24.5,"2013-07-04 00:00","","","","",27.2,23.3,20.7,18.1,14,10.2,5.8,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88500",3,39.104758,-94.570796,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2269,95,99,100,0,119,"","","Certification not required",0,12.533142,8.312353,97.1,"2013-01-16 16:00",67.9,"2013-01-17 16:00",55.3,"2013-01-20 12:00",54,"2013-02-07 10:00","","","","",38.7,34.4,26.9,22.7,16.5,11.3,4,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0034","88500",3,39.104758,-94.570796,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",99,99,99,100,0,0,"","","Certification not required",0,12.424242,4.589564,27.1,"2013-02-27 00:00",26.7,"2013-03-09 00:00",22,"2013-03-08 00:00",21.3,"2013-04-05 00:00","","","","",27.1,26.7,21,19.1,15.2,11.7,7.5,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0034","88502",3,39.104758,-94.570796,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2269,79,99,120,0,611,"","","Certification not required",0,11.906919,7.621523,95.9,"2013-01-16 16:00",66.7,"2013-01-17 16:00",55,"2013-01-20 12:00",50.1,"2013-04-03 14:00","","","","",37.2,31.7,25.3,21.3,15.6,10.6,4.2,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0034","88502",3,39.104758,-94.570796,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",99,83,99,120,0,0,"","","Certification not required",0,11.79596,4.323427,26.7,"2013-02-27 00:00",24.6,"2013-03-09 00:00",20.2,"2013-03-08 00:00",20.1,"2013-02-25 00:00","","","","",26.7,24.6,19.9,18.6,13.9,10.6,7.5,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0034","88503",1,39.104758,-94.570796,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5664,89,238,266,0,708,"","","Certification not required",0,-2.730314,2.751674,11.4,"2013-09-19 17:00",8.8,"2013-04-17 09:00",8,"2013-11-06 04:00",7.9,"2013-11-17 08:00","","","","",3.8,2.8,1.7,0.7,-0.9,-2.7,-6.3,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88503",1,39.104758,-94.570796,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",238,89,238,266,0,0,"","","Certification not required",0,-2.680252,1.471985,0.7,"2013-12-29 00:00",0.3,"2013-04-15 00:00",0.2,"2013-04-19 00:00",0.2,"2013-05-04 00:00","","","","",0.2,0.1,-0.2,-0.7,-1.7,-2.5,-4.7,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0034","88503",3,39.104758,-94.570796,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2269,95,99,100,0,119,"","","Certification not required",0,-2.745527,4.119549,28.2,"2013-02-18 15:00",25.3,"2013-02-09 15:00",24.6,"2013-02-02 17:00",24.2,"2013-02-18 11:00","","","","",12.1,8.7,3.2,1.1,-1.2,-2.9,-6.9,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0034","88503",3,39.104758,-94.570796,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",99,99,99,100,0,0,"","","Certification not required",0,-2.677778,1.448966,1.3,"2013-02-18 00:00",1.1,"2013-01-09 00:00",-0.2,"2013-02-15 00:00",-0.3,"2013-02-04 00:00","","","","",1.3,1.1,-0.4,-1.1,-1.8,-2.6,-4.4,"Troost","TROOST: 724 Troost (Rear), Kansas City, MO 64106","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2013-09-09" +"29","095","0042","42101",1,39.047911,-94.450513,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",4333,49,184,365,0,83,0,0,"Certification not required",4028,0.280914,0.127771,2.2,"2013-11-30 18:00",1.6,"2013-11-30 19:00",1.4,"2013-09-28 22:00",1.4,"2013-12-17 21:00","","","","",0.9,0.7,0.5,0.25,0.25,0.25,0.25,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","42101",1,39.047911,-94.450513,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4360,50,181,365,0,0,0,0,"Certification not required",0,0.321216,0.083411,1.3,"2013-12-01 00:00",1.3,"2013-12-01 01:00",1.2,"2013-11-30 23:00",1.1,"2013-11-30 22:00",1.3,"2013-12-01 00:00",1,"2013-09-29 01:00",0.8,0.6,0.4,0.3,0.3,0.3,0.3,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","42601",1,39.047911,-94.450513,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4034,91,168,184,0,382,"","","Certification not required",0,10.927343,16.786549,183.8,"2013-11-12 21:00",180,"2013-12-16 08:00",177.9,"2013-12-17 07:00",154,"2013-11-12 22:00","","","","",86.9,63.5,37.3,25.6,14.2,6.2,-0.6,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","42602",1,39.047911,-94.450513,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4034,46,168,365,0,382,0,"","Certification not required",0,26.110119,7.595402,46.1,"2013-10-01 18:00",43.3,"2013-10-17 18:00",40.8,"2013-09-20 14:00",40.7,"2013-07-03 19:00","","","","",43.3,40.7,37.9,35.5,31.3,26.6,16.2,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","42602",1,39.047911,-94.450513,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4034,46,168,365,0,382,"","","Certification not required",0,13.769782,7.778365,46.1,"2013-10-01 18:00",43.3,"2013-10-17 18:00",40.8,"2013-09-20 14:00",40.7,"2013-07-03 19:00","","","","",34.7,32.2,28.9,25.2,18.4,12.6,4.6,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","42603",1,39.047911,-94.450513,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4034,91,168,184,0,382,"","","Certification not required",0,24.691646,22.114878,215.1,"2013-11-12 21:00",210.8,"2013-12-17 07:00",207.6,"2013-12-16 08:00",183.3,"2013-11-12 22:00","","","","",112.4,91.4,61.6,48.7,32.8,19.6,4.9,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","61103",1,39.047911,-94.450513,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",4407,100,184,184,0,9,"","","Certification not required",0,3.112911,1.864388,13.7,"2013-11-17 13:00",11.2,"2013-11-16 10:00",11.2,"2013-11-16 11:00",11.2,"2013-11-19 21:00","","","","",8.7,7.9,6.6,5.6,4.2,2.9,1,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","61104",1,39.047911,-94.450513,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",4407,100,184,184,0,9,"","","Certification not required",0,183.395053,88.498684,360,"2013-12-11 15:00",359,"2013-07-02 01:00",359,"2013-07-27 20:00",359,"2013-07-28 06:00","","","","",355,351,340,321,240,167,77,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","62101",1,39.047911,-94.450513,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4397,100,183,184,0,19,"","","Certification not required",0,59.913805,21.641499,102,"2013-09-08 14:00",101,"2013-08-30 14:00",101,"2013-08-30 15:00",101,"2013-09-08 13:00","","","","",95,93,89,85,77,64,26,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","62101",2,39.047911,-94.450513,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3666,83,153,184,0,6,"","","Certification not required",0,55.743863,21.170254,100,"2013-09-08 14:00",100,"2013-09-08 15:00",99,"2013-08-30 14:00",99,"2013-08-30 15:00","","","","",93,91,86,82,73,58,25,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","62101",3,39.047911,-94.450513,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3305,75,138,184,0,367,"","","Certification not required",0,55.081694,22.032429,103,"2013-09-08 14:00",102,"2013-09-08 13:00",101,"2013-08-30 14:00",101,"2013-08-30 15:00","","","","",95,94,89,84,73,55,24,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","62106",1,39.047911,-94.450513,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",3305,75,138,184,0,367,"","","Certification not required",0,-0.413222,0.919221,3.8,"2013-08-22 13:00",3.7,"2013-08-21 09:00",3.3,"2013-08-22 14:00",2.1,"2013-08-27 12:00","","","","",1.5,1.3,0.9,0.6,0.1,-0.3,-1.6,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","62107",1,39.047911,-94.450513,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",4413,100,184,184,0,3,"","","Certification not required",0,75.085883,2.44024,80,"2013-07-02 10:00",80,"2013-07-07 12:00",80,"2013-07-08 12:00",80,"2013-07-08 13:00","","","","",80,79,79,79,77,75,72,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","62201",1,39.047911,-94.450513,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",4397,100,183,184,0,19,"","","Certification not required",0,66.410962,17.508469,97,"2013-09-19 21:00",97,"2013-09-19 22:00",97,"2013-09-19 23:00",97,"2013-09-29 03:00","","","","",96,95,93,90,81,67,42,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","63301",1,39.047911,-94.450513,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4408,100,184,184,0,8,"","","Certification not required",2253,0.258007,0.383275,1.48,"2013-07-02 12:00",1.48,"2013-07-04 12:00",1.46,"2013-07-09 12:00",1.46,"2013-07-18 11:00","","","","",1.33,1.26,1.12,0.93,0.44,0.005,0.005,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","64101",1,39.047911,-94.450513,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",4401,100,184,184,0,15,"","","Certification not required",0,983.708339,6.628269,1010.6,"2013-11-12 10:00",1009.2,"2013-11-12 08:00",1009.2,"2013-11-12 09:00",1009.2,"2013-11-12 11:00","","","","",1003.9,1001.2,995.9,991.9,986.6,983.9,975.9,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","65102",1,39.047911,-94.450513,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",4414,100,184,184,0,2,"","","Certification not required",0,0.002105,0.020837,0.58,"2013-10-30 18:00",0.54,"2013-08-06 02:00",0.44,"2013-09-01 06:00",0.38,"2013-07-29 13:00","","","","",0.06,0.02,0,0,0,0,0,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","84313",1,39.047911,-94.450513,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific TAPI M633 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",2191,50,92,184,0,641,"","","Certification not required",252,0.876034,0.715284,5.21,"2013-12-01 06:00",4.98,"2013-10-17 19:00",4.97,"2013-12-01 07:00",4.83,"2013-12-01 05:00","","","","",3.26,2.85,2.25,1.8,1.23,0.68,0.1,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","84314",1,39.047911,-94.450513,"NAD83","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific TAPI M633 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",2191,50,92,184,0,641,"","","Certification not required",122,1.059439,0.850231,7.92,"2013-12-01 06:00",7.25,"2013-12-01 05:00",6.85,"2013-12-01 07:00",6.35,"2013-12-01 03:00","","","","",4.12,3.42,2.62,2.1,1.45,0.84,0.26,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","85101",5,39.047911,-94.450513,"NAD83","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",4178,95,175,184,0,238,"","","Certification not required",0,18.284347,10.256446,154,"2013-12-24 01:00",121,"2013-12-22 22:00",96,"2013-08-18 00:00",88,"2013-12-24 03:00","","","","",47,42,36,31,24,17,7,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","86502",1,39.047911,-94.450513,"NAD83","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",4178,95,175,184,0,238,"","","Certification not required",0,9.630661,5.977767,76.2,"2013-08-18 00:00",48.6,"2013-12-24 10:00",47.4,"2013-12-24 11:00",46.9,"2013-08-29 10:00","","","","",31,27.4,20,16.5,12.4,8.5,3.5,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88101",4,39.047911,-94.450513,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4178,48,179,365,0,238,"","","Certification not required",0,7.521924,6.804642,159.2,"2013-12-24 01:00",113,"2013-12-22 22:00",81.5,"2013-12-24 03:00",67,"2013-07-04 21:00","","","","",25.1,22,17.9,15.2,11,6.6,0.7,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88101",4,39.047911,-94.450513,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",175,48,175,365,0,0,0,0,"Certification not required",0,7.521714,4.677003,26.3,"2013-12-01 00:00",21.9,"2013-12-24 00:00",20.3,"2013-12-14 00:00",18.3,"2013-12-20 00:00","","","","",21.9,18.3,16.4,13.9,10.3,6.8,2.3,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88101",4,39.047911,-94.450513,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",175,48,175,365,0,0,"","","Certification not required",0,7.521714,4.677003,26.3,"2013-12-01 00:00",21.9,"2013-12-24 00:00",20.3,"2013-12-14 00:00",18.3,"2013-12-20 00:00","","","","",21.9,18.3,16.4,13.9,10.3,6.8,2.3,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88500",1,39.047911,-94.450513,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",4178,95,175,184,0,238,"","","Certification not required",0,8.605601,7.192904,153.1,"2013-12-24 01:00",111,"2013-12-22 22:00",81.7,"2013-12-24 03:00",68,"2013-07-04 21:00","","","","",27.1,23.9,19.7,16.9,12.5,7.8,0.9,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88500",1,39.047911,-94.450513,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",175,95,175,184,0,0,"","","Certification not required",0,8.614857,5.031648,28.2,"2013-12-01 00:00",23,"2013-12-24 00:00",22.1,"2013-12-14 00:00",20,"2013-12-20 00:00","","","","",23,20,18.1,15.5,11.7,7.9,2.9,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88503",1,39.047911,-94.450513,"NAD83","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",4178,95,175,184,0,238,"","","Certification not required",0,-1.742772,3.331595,31.4,"2013-12-24 04:00",30,"2013-12-09 06:00",26.9,"2013-12-15 04:00",25.7,"2013-12-23 03:00","","","","",4.8,3.8,2.6,1.7,0,-1.7,-5.2,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","095","0042","88503",1,39.047911,-94.450513,"NAD83","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",175,95,175,184,0,0,"","","Certification not required",0,-1.706857,1.658367,2.8,"2013-12-23 00:00",1.4,"2013-10-22 00:00",1.3,"2013-10-28 00:00",1.2,"2013-10-13 00:00","","","","",1.4,1.2,0.7,0.4,-0.4,-1.7,-3.9,"Blue Ridge, I-70","BLUE RIDGE, I-70: 4018 Harvard Lane, Kansas City, MO 64133","Missouri","Jackson","Kansas City","Kansas City, MO-KS","2014-02-09" +"29","097","0003","61103",1,37.198286,-94.317246,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8630,99,359,365,0,130,"","","Certification not required",0,2.190533,1.867815,10.8,"2013-11-17 07:00",10.4,"2013-04-06 09:00",10.3,"2013-04-06 10:00",10.2,"2013-02-10 13:00","","","","",7.8,6.9,5.7,4.8,3.3,1.9,0.1,"Carthage","CARTHAGE: 530 Juniper, Carthage, MO 64836","Missouri","Jasper","","Joplin, MO","2014-02-09" +"29","097","0003","61104",1,37.198286,-94.317246,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8630,99,359,365,0,130,"","","Certification not required",0,170.193395,99.015634,360,"2013-01-02 03:00",360,"2013-05-10 08:00",360,"2013-06-02 17:00",360,"2013-06-05 19:00","","","","",356,352,342,322,235,167,34,"Carthage","CARTHAGE: 530 Juniper, Carthage, MO 64836","Missouri","Jasper","","Joplin, MO","2014-02-09" +"29","097","0003","62107",1,37.198286,-94.317246,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,76.4232,1.902345,81,"2013-07-18 00:00",81,"2013-08-04 06:00",81,"2013-08-09 00:00",81,"2013-08-28 11:00","","","","",80,80,79,79,79,75,75,"Carthage","CARTHAGE: 530 Juniper, Carthage, MO 64836","Missouri","Jasper","","Joplin, MO","2014-02-09" +"29","097","0003","81102",3,37.198286,-94.317246,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8187,93,342,365,0,573,"","","Certification not required",0,24.492366,36.033121,745,"2013-01-16 01:00",668,"2013-01-16 00:00",642,"2013-08-28 13:00",631,"2013-12-16 20:00","","","","",168,124,74,45,25,16,6,"Carthage","CARTHAGE: 530 Juniper, Carthage, MO 64836","Missouri","Jasper","","Joplin, MO","2014-02-09" +"29","097","0003","81102",3,37.198286,-94.317246,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",342,94,342,365,0,0,0,0,"Certification not required",0,24.01462,19.011567,142,"2013-01-16 00:00",110,"2013-08-28 00:00",107,"2013-12-16 00:00",102,"2013-06-26 00:00","","","","",102,91,60,49,29,18,9,"Carthage","CARTHAGE: 530 Juniper, Carthage, MO 64836","Missouri","Jasper","","Joplin, MO","2014-02-09" +"29","097","0004","44201",1,37.2385,-94.42468,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5125,100,214,214,0,11,0,0,"Certification not required",34,0.049388,0.011016,0.078,"2013-05-14 15:00",0.078,"2013-09-08 15:00",0.077,"2013-08-31 14:00",0.076,"2013-06-27 16:00","","","","",0.077,0.076,0.068,0.063,0.057,0.049,0.036,"Alba","ALBA: 20400 Millwood Road, Alba, MO64755","Missouri","Jasper","","Joplin, MO","2014-01-26" +"29","097","0004","44201",1,37.2385,-94.42468,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.044818,0.010434,0.072,"2013-08-31 10:00",0.071,"2013-05-14 12:00",0.07,"2013-08-30 11:00",0.069,"2013-09-08 10:00","","","","",0.07,0.068,0.063,0.058,0.052,0.045,0.032,"Alba","ALBA: 20400 Millwood Road, Alba, MO64755","Missouri","Jasper","","Joplin, MO","2014-01-26" +"29","097","0004","44201",1,37.2385,-94.42468,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.044818,0.010434,0.072,"2013-08-31 10:00",0.071,"2013-05-14 12:00",0.07,"2013-08-30 11:00",0.069,"2013-09-08 10:00","","","","",0.07,0.068,0.063,0.058,0.052,0.045,0.032,"Alba","ALBA: 20400 Millwood Road, Alba, MO64755","Missouri","Jasper","","Joplin, MO","2014-01-26" +"29","097","0004","62107",1,37.2385,-94.42468,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,76.869875,3.838653,82,"2013-03-15 16:00",82,"2013-03-28 15:00",82,"2013-03-28 16:00",82,"2013-04-07 16:00","","","","",82,81,81,81,79,78,70,"Alba","ALBA: 20400 Millwood Road, Alba, MO64755","Missouri","Jasper","","Joplin, MO","2014-01-26" +"29","099","0005","14129",1,38.267056,-90.378823,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",110,100,56,61,0,1,3,3,"Certification not required",0,0.191991,0.287844,1.614,"2013-04-07 00:00",1.345,"2013-06-24 00:00",1.073,"2013-08-02 00:00",0.966,"2013-05-31 00:00","","","","",1.345,1.073,0.755,0.539,0.302,0.043,0.008,"","DUNKLIN HIGH SCHOOL: 1 Black Cat Dr., Herculaneum, MO, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0005","68105",1,38.267056,-90.378823,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",305,100,122,122,0,0,"","","Certification not required",0,14.960984,9.969105,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.1,28.5,27.8,26.5,23.1,17.7,0.2,"","DUNKLIN HIGH SCHOOL: 1 Black Cat Dr., Herculaneum, MO, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0005","68108",1,38.267056,-90.378823,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",305,100,122,122,0,0,"","","Certification not required",0,752.472131,4.199786,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,763,759,758,755,752,748,"","DUNKLIN HIGH SCHOOL: 1 Black Cat Dr., Herculaneum, MO, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0009","14129",1,38.286154,-90.381044,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,0.043214,0.061794,0.25,"2013-04-10 00:00",0.228,"2013-11-30 00:00",0.22,"2013-08-02 00:00",0.177,"2013-06-21 00:00","","","","",0.25,0.228,0.22,0.147,0.046,0.017,0.005,"Pevely","PEVELY: 500 Dow Industrial Drive, Pevely, MO 63070","Missouri","Jefferson","Pevely","St. Louis, MO-IL","2014-02-09" +"29","099","0009","68105",1,38.286154,-90.381044,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,15.644138,9.704234,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.2,28.8,27.9,26.5,23.5,18.6,0.9,"Pevely","PEVELY: 500 Dow Industrial Drive, Pevely, MO 63070","Missouri","Jefferson","Pevely","St. Louis, MO-IL","2014-02-10" +"29","099","0009","68108",1,38.286154,-90.381044,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,752.365517,4.221077,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,763,760,758,755,752,748,"Pevely","PEVELY: 500 Dow Industrial Drive, Pevely, MO 63070","Missouri","Jefferson","Pevely","St. Louis, MO-IL","2014-02-10" +"29","099","0013","14129",1,38.271764,-90.376623,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,11,1,1,"Certification not required",0,0.129866,0.233038,1.579,"2013-06-24 00:00",0.965,"2013-05-31 00:00",0.789,"2013-04-10 00:00",0.595,"2013-06-21 00:00","","","","",1.579,0.965,0.57,0.396,0.15,0.034,0.007,"Herculaneum, Sherman","SHERMAN: 460 Sherman Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0013","68105",1,38.271764,-90.376623,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",305,100,61,61,0,0,"","","Certification not required",0,14.960984,9.969105,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.1,28.5,27.8,26.5,23.1,17.7,0.2,"Herculaneum, Sherman","SHERMAN: 460 Sherman Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0013","68108",1,38.271764,-90.376623,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",305,100,61,61,0,0,"","","Certification not required",0,752.472131,4.199786,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,763,759,758,755,752,748,"Herculaneum, Sherman","SHERMAN: 460 Sherman Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0019","44201",1,38.448633,-90.39854,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5122,100,214,214,0,14,0,0,"Certification not required",70,0.049724,0.013154,0.102,"2013-09-04 16:00",0.093,"2013-09-06 14:00",0.082,"2013-07-18 14:00",0.078,"2013-06-05 14:00","","","","",0.082,0.078,0.073,0.066,0.057,0.049,0.033,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2013-11-25" +"29","099","0019","44201",1,38.448633,-90.39854,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,1,1,"Certification not required",0,0.044593,0.012173,0.085,"2013-09-04 11:00",0.079,"2013-09-06 10:00",0.071,"2013-06-19 11:00",0.069,"2013-08-29 12:00","","","","",0.071,0.067,0.066,0.06,0.053,0.046,0.028,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2013-11-25" +"29","099","0019","44201",1,38.448633,-90.39854,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,2,2,"Certification not required",0,0.044593,0.012173,0.085,"2013-09-04 11:00",0.079,"2013-09-06 10:00",0.071,"2013-06-19 11:00",0.069,"2013-08-29 12:00","","","","",0.071,0.067,0.066,0.06,0.053,0.046,0.028,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2013-11-25" +"29","099","0019","61103",1,38.448633,-90.39854,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8749,100,365,365,0,11,"","","Certification not required",0,3.539787,1.933051,14.5,"2013-02-11 00:00",13.5,"2013-02-10 11:00",13.3,"2013-02-18 10:00",13.3,"2013-11-17 11:00","","","","",9.5,8.5,7.2,6.2,4.6,3.2,1.4,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","61104",1,38.448633,-90.39854,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8749,100,365,365,0,11,"","","Certification not required",0,213.342211,92.76401,360,"2013-01-12 16:00",360,"2013-01-15 14:00",360,"2013-01-24 02:00",360,"2013-04-25 11:00","","","","",355,352,345,337,301,199,92,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","62101",1,38.448633,-90.39854,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8652,99,358,365,0,108,"","","Certification not required",0,55.446718,20.170406,102,"2013-08-31 14:00",101,"2013-08-30 14:00",101,"2013-08-31 13:00",101,"2013-09-09 14:00","","","","",94,91,86,81,72,57,28,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","62107",1,38.448633,-90.39854,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",0,76.45575,3.200083,80,"2013-01-08 15:00",80,"2013-01-11 16:00",80,"2013-01-11 18:00",80,"2013-01-11 19:00","","","","",80,80,80,79,79,78,72,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","62201",1,38.448633,-90.39854,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8652,99,358,365,0,108,"","","Certification not required",0,69.892626,18.146628,99,"2013-01-10 22:00",99,"2013-04-18 11:00",99,"2013-04-18 12:00",99,"2013-04-27 21:00","","","","",98,98,96,94,85,71,45,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","64101",1,38.448633,-90.39854,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8644,99,358,365,0,116,"","","Certification not required",0,994.323797,7.934975,1022.6,"2013-11-24 05:00",1022.6,"2013-11-24 07:00",1022.6,"2013-11-24 09:00",1021.2,"2013-11-12 08:00","","","","",1013.2,1009.2,1006.6,1003.9,999.9,994.6,983.9,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","68103",6,38.448633,-90.39854,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,9.350943,9.850949,24.5,"2013-07-09 00:00",23.7,"2013-07-18 00:00",23.5,"2013-09-01 00:00",23.2,"2013-09-10 00:00","","","","",23.7,23.5,22.5,21.6,18.1,11.5,-4.1,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","68104",6,38.448633,-90.39854,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,20.266038,11.072539,38.3,"2013-09-10 00:00",37,"2013-08-29 00:00",36.6,"2013-08-26 00:00",36.2,"2013-07-09 00:00","","","","",37,36.6,35.5,33.7,29.2,22.8,4,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","68105",6,38.448633,-90.39854,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,14.522642,10.250615,30.6,"2013-09-10 00:00",30.2,"2013-07-09 00:00",29.7,"2013-06-12 00:00",29.7,"2013-07-18 00:00","","","","",30.2,29.7,29,26.9,23.2,16.6,0.3,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","68106",6,38.448633,-90.39854,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,738.415094,4.280338,752,"2013-11-12 00:00",748,"2013-01-22 00:00",747,"2013-01-04 00:00",745,"2013-04-25 00:00","","","","",748,747,744,743,741,739,733,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","68107",6,38.448633,-90.39854,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,743.273585,4.306215,759,"2013-11-12 00:00",754,"2013-10-25 00:00",752,"2013-01-04 00:00",752,"2013-01-10 00:00","","","","",754,752,751,750,746,743,738,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","68108",6,38.448633,-90.39854,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,740.632075,4.048105,757,"2013-11-12 00:00",750,"2013-10-25 00:00",749,"2013-01-04 00:00",749,"2013-01-22 00:00","","","","",750,749,747,745,743,741,736,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","85101",5,38.448633,-90.39854,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7048,80,293,365,0,1712,"","","Certification not required",0,16.175511,9.805125,170,"2013-01-12 12:00",152,"2013-01-12 13:00",142,"2013-07-04 21:00",117,"2013-01-12 11:00","","","","",45,38,32,27,21,15,6,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","86502",1,38.448633,-90.39854,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7049,80,293,365,0,1711,"","","Certification not required",0,5.248092,5.037264,140.9,"2013-01-12 12:00",132.2,"2013-01-12 13:00",100.5,"2013-01-12 11:00",80,"2013-09-10 10:00","","","","",21.2,16.4,12.5,9.9,6.4,4.2,1.6,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88101",4,38.448633,-90.39854,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7799,89,337,365,0,961,"","","Certification not required",0,9.838415,7.307766,128.5,"2013-07-04 21:00",121.6,"2013-01-02 02:00",94.5,"2013-07-04 22:00",92.7,"2013-01-14 02:00","","","","",31.6,26.6,21.3,18.1,13.7,9,2.2,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88101",4,38.448633,-90.39854,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,0,0,"Certification not required",0,9.788344,5.163814,29,"2013-03-16 00:00",27.3,"2013-02-24 00:00",27.3,"2013-12-16 00:00",27.1,"2013-01-02 00:00","","","","",27.1,23.5,19,16.6,12.4,9,4,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88101",4,38.448633,-90.39854,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,9.788344,5.163814,29,"2013-03-16 00:00",27.3,"2013-02-24 00:00",27.3,"2013-12-16 00:00",27.1,"2013-01-02 00:00","","","","",27.1,23.5,19,16.6,12.4,9,4,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88102",6,38.448633,-90.39854,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.019652,0.007372,0.067,"2013-04-10 00:00",0.037,"2013-04-04 00:00",0.035,"2013-03-23 00:00",0.034,"2013-07-30 00:00","","","","",0.037,0.035,0.026,0.026,0.021,0.0195,0.014,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88103",6,38.448633,-90.39854,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000781,0.001454,0.011,"2013-01-25 00:00",0.005,"2013-11-09 00:00",0.003,"2013-01-01 00:00",0.003,"2013-04-04 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0,0,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88104",6,38.448633,-90.39854,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",59,0.025343,0.037639,0.326,"2013-06-12 00:00",0.162,"2013-08-29 00:00",0.093,"2013-05-01 00:00",0.08,"2013-08-20 00:00","","","","",0.162,0.093,0.073,0.057,0.031,0.0125,0.0065,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88107",6,38.448633,-90.39854,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.007745,0.007947,0.032,"2013-07-06 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88109",6,38.448633,-90.39854,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",22,0.003694,0.003494,0.0301,"2013-04-04 00:00",0.0128,"2013-02-24 00:00",0.0103,"2013-03-29 00:00",0.0097,"2013-07-18 00:00","","","","",0.0128,0.0103,0.0085,0.0061,0.0046,0.003,0.0009,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88110",6,38.448633,-90.39854,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001981,0.004405,0.023,"2013-05-28 00:00",0.02,"2013-09-19 00:00",0.016,"2013-03-14 00:00",0.013,"2013-07-03 00:00","","","","",0.02,0.016,0.013,0.008,0.001,0,0,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88111",6,38.448633,-90.39854,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",9,0.054487,0.051033,0.263,"2013-08-29 00:00",0.253,"2013-01-25 00:00",0.188,"2013-06-27 00:00",0.184,"2013-10-28 00:00","","","","",0.253,0.188,0.154,0.114,0.0711,0.0407,0.0088,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88112",6,38.448633,-90.39854,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.004733,0.013455,0.115,"2013-10-10 00:00",0.049,"2013-09-16 00:00",0.047,"2013-10-01 00:00",0.034,"2013-08-02 00:00","","","","",0.049,0.047,0.018,0.006,0.004,0.002,0,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88113",6,38.448633,-90.39854,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.00074,0.000251,0.002,"2013-06-15 00:00",0.0019,"2013-08-02 00:00",0.0017,"2013-08-29 00:00",0.0015,"2013-09-07 00:00","","","","",0.0019,0.0017,0.0011,0.001,0.0007,0.0007,0.00055,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88114",6,38.448633,-90.39854,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",71,0.00219,0.003473,0.0296,"2013-07-06 00:00",0.0154,"2013-07-03 00:00",0.0115,"2013-02-12 00:00",0.0079,"2013-03-29 00:00","","","","",0.0154,0.0115,0.0069,0.0045,0.0019,0.00125,0.0008,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88115",6,38.448633,-90.39854,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",79,0.005593,0.00446,0.0315,"2013-02-12 00:00",0.021,"2013-06-21 00:00",0.018,"2013-08-20 00:00",0.017,"2013-05-31 00:00","","","","",0.021,0.018,0.0136,0.0116,0.0055,0.00405,0.0024,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88117",6,38.448633,-90.39854,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.007979,0.012119,0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-07-15 00:00","","","","",0.0435,0.0435,0.043,0.043,0.00485,0.0041,0.0028,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88118",6,38.448633,-90.39854,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.009705,0.006836,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88126",6,38.448633,-90.39854,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.041517,0.029707,0.219,"2013-06-12 00:00",0.155,"2013-08-02 00:00",0.135,"2013-08-29 00:00",0.11,"2013-05-01 00:00","","","","",0.155,0.135,0.0852,0.0671,0.0484,0.0367,0.0149,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88128",6,38.448633,-90.39854,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.004248,0.006582,0.034,"2013-07-21 00:00",0.031,"2013-10-28 00:00",0.027,"2013-04-07 00:00",0.024,"2013-02-24 00:00","","","","",0.031,0.027,0.017,0.013,0.005,0.002,0,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88131",6,38.448633,-90.39854,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.009881,0.003682,0.025,"2013-05-19 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-12 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88132",6,38.448633,-90.39854,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001095,0.001282,0.007,"2013-06-12 00:00",0.005,"2013-03-14 00:00",0.005,"2013-10-10 00:00",0.004,"2013-02-12 00:00","","","","",0.005,0.005,0.003,0.003,0.002,0.001,0,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88136",6,38.448633,-90.39854,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000429,0.001292,0.011,"2013-08-02 00:00",0.005,"2013-02-27 00:00",0.003,"2013-10-25 00:00",0.003,"2013-10-28 00:00","","","","",0.005,0.003,0.002,0.001,0,0,0,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88140",6,38.448633,-90.39854,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",95,0.00899,0.009374,0.088,"2013-07-06 00:00",0.039,"2013-04-16 00:00",0.0322,"2013-04-10 00:00",0.024,"2013-07-03 00:00","","","","",0.039,0.0322,0.023,0.009,0.009,0.006,0.00475,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88152",6,38.448633,-90.39854,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.00547,0.001535,0.008,"2013-02-03 00:00",0.008,"2013-02-24 00:00",0.008,"2013-03-14 00:00",0.008,"2013-03-17 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88154",6,38.448633,-90.39854,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.001114,0.000325,0.0028,"2013-08-23 00:00",0.0022,"2013-10-10 00:00",0.0019,"2013-03-17 00:00",0.0013,"2013-01-01 00:00","","","","",0.0022,0.0019,0.0013,0.0013,0.0013,0.00125,0.00065,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88160",6,38.448633,-90.39854,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.012986,0.004291,0.029,"2013-03-17 00:00",0.025,"2013-03-29 00:00",0.025,"2013-06-06 00:00",0.0185,"2013-02-12 00:00","","","","",0.025,0.025,0.018,0.018,0.016,0.01,0.008,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88161",6,38.448633,-90.39854,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",91,0.003121,0.00275,0.0251,"2013-06-12 00:00",0.0122,"2013-08-29 00:00",0.0085,"2013-02-24 00:00",0.0083,"2013-06-27 00:00","","","","",0.0122,0.0085,0.0075,0.006,0.00265,0.0025,0.0021,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88164",6,38.448633,-90.39854,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",91,0.00199,0.001256,0.0086,"2013-10-10 00:00",0.006,"2013-11-03 00:00",0.0057,"2013-07-03 00:00",0.0057,"2013-09-28 00:00","","","","",0.006,0.0057,0.005,0.004,0.0019,0.0016,0.0015,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88165",6,38.448633,-90.39854,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",5,0.070605,0.087281,0.703,"2013-06-12 00:00",0.458,"2013-08-29 00:00",0.282,"2013-05-01 00:00",0.236,"2013-06-21 00:00","","","","",0.458,0.282,0.182,0.114,0.084,0.047,0.019,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88166",6,38.448633,-90.39854,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.008146,0.004841,0.019,"2013-01-25 00:00",0.019,"2013-02-12 00:00",0.019,"2013-03-02 00:00",0.019,"2013-05-04 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88167",6,38.448633,-90.39854,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",11,0.006842,0.005555,0.0434,"2013-02-12 00:00",0.0216,"2013-08-17 00:00",0.02,"2013-05-16 00:00",0.0183,"2013-01-25 00:00","","","","",0.0216,0.02,0.0156,0.014,0.0082,0.0055,0.00175,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88168",6,38.448633,-90.39854,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",98,0.001423,0.001144,0.0113,"2013-10-01 00:00",0.0047,"2013-07-03 00:00",0.0047,"2013-09-07 00:00",0.003,"2013-07-06 00:00","","","","",0.0047,0.0047,0.0018,0.00175,0.00155,0.00115,0.00085,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88169",6,38.448633,-90.39854,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.759914,0.472996,3.04,"2013-07-18 00:00",2.05,"2013-08-20 00:00",1.83,"2013-08-26 00:00",1.8,"2013-05-19 00:00","","","","",2.05,1.83,1.6,1.35,0.954,0.708,0.269,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88176",6,38.448633,-90.39854,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.000973,0.000226,0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88180",6,38.448633,-90.39854,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.074314,0.143026,1.28,"2013-07-06 00:00",0.605,"2013-07-03 00:00",0.497,"2013-07-09 00:00",0.246,"2013-09-19 00:00","","","","",0.605,0.497,0.217,0.0918,0.0686,0.0443,0.0197,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88184",6,38.448633,-90.39854,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",78,0.037267,0.04284,0.335,"2013-04-10 00:00",0.181,"2013-05-19 00:00",0.133,"2013-04-16 00:00",0.127,"2013-02-18 00:00","","","","",0.181,0.133,0.118,0.083,0.031,0.02,0.0155,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88185",6,38.448633,-90.39854,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",98,0.00367,0.003677,0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-03-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88301",6,38.448633,-90.39854,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",2,0.682,0.576817,2.57,"2013-02-24 00:00",2.52,"2013-01-01 00:00",2.42,"2013-01-07 00:00",2.31,"2013-03-29 00:00","","","","",2.52,2.42,1.94,1.54,0.873,0.503,0.12,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88302",6,38.448633,-90.39854,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",16,0.058294,0.066125,0.54,"2013-04-10 00:00",0.249,"2013-05-31 00:00",0.22,"2013-05-19 00:00",0.21,"2013-01-28 00:00","","","","",0.249,0.22,0.17,0.11,0.07,0.04,0.015,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88303",6,38.448633,-90.39854,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",24,0.058455,0.115942,0.984,"2013-07-06 00:00",0.572,"2013-07-09 00:00",0.429,"2013-07-03 00:00",0.206,"2013-11-03 00:00","","","","",0.572,0.429,0.152,0.089,0.054,0.035,0.012,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88306",6,38.448633,-90.39854,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,1.064057,1.380414,6.82,"2013-01-01 00:00",6.2,"2013-02-24 00:00",5.87,"2013-01-07 00:00",4.31,"2013-02-27 00:00","","","","",6.2,5.87,4.01,3.42,1.22,0.448,0.196,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88355",6,38.448633,-90.39854,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,2.180481,1.095713,6.38,"2013-09-19 00:00",5.06,"2013-02-24 00:00",4.95,"2013-09-28 00:00",4.64,"2013-07-03 00:00","","","","",5.06,4.95,4.34,3.67,2.68,2.13,0.963,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88357",6,38.448633,-90.39854,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.247057,0.121218,0.584,"2013-10-28 00:00",0.559,"2013-10-10 00:00",0.55,"2013-11-03 00:00",0.524,"2013-02-12 00:00","","","","",0.559,0.55,0.518,0.433,0.303,0.223,0.1,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88370",6,38.448633,-90.39854,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,1.990858,1.026838,6.09,"2013-09-19 00:00",4.71,"2013-09-28 00:00",4.53,"2013-02-24 00:00",4.48,"2013-07-03 00:00","","","","",4.71,4.53,4.13,3.44,2.43,1.89,0.872,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88374",6,38.448633,-90.39854,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",1,0.161802,0.13763,0.961,"2013-09-19 00:00",0.534,"2013-09-10 00:00",0.434,"2013-11-03 00:00",0.43,"2013-02-24 00:00","","","","",0.534,0.434,0.417,0.337,0.211,0.128,0.039,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88375",6,38.448633,-90.39854,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.492406,0.240882,1.13,"2013-09-28 00:00",1.1,"2013-09-19 00:00",1.07,"2013-07-06 00:00",1.04,"2013-07-03 00:00","","","","",1.1,1.07,0.949,0.85,0.642,0.451,0.216,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88376",6,38.448633,-90.39854,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.546377,0.333709,1.88,"2013-07-06 00:00",1.55,"2013-07-03 00:00",1.53,"2013-11-03 00:00",1.52,"2013-09-28 00:00","","","","",1.55,1.53,1.41,0.913,0.634,0.476,0.206,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88377",6,38.448633,-90.39854,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.437462,0.260539,1.28,"2013-09-28 00:00",1.17,"2013-07-03 00:00",1.11,"2013-02-24 00:00",1.08,"2013-09-19 00:00","","","","",1.17,1.11,0.975,0.791,0.551,0.375,0.163,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88378",6,38.448633,-90.39854,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.352651,0.190369,1.6,"2013-09-19 00:00",0.715,"2013-09-07 00:00",0.684,"2013-06-15 00:00",0.679,"2013-01-01 00:00","","","","",0.715,0.684,0.675,0.586,0.416,0.307,0.182,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88380",6,38.448633,-90.39854,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.437311,0.208482,1.05,"2013-01-25 00:00",0.999,"2013-10-28 00:00",0.953,"2013-08-17 00:00",0.919,"2013-11-03 00:00","","","","",0.999,0.953,0.88,0.706,0.535,0.435,0.187,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88383",6,38.448633,-90.39854,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.716038,0.322172,2.19,"2013-09-19 00:00",1.54,"2013-02-24 00:00",1.29,"2013-08-17 00:00",1.21,"2013-07-12 00:00","","","","",1.54,1.29,1.2,1.12,0.907,0.702,0.312,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88384",6,38.448633,-90.39854,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.072804,0.029904,0.174,"2013-10-16 00:00",0.165,"2013-06-03 00:00",0.165,"2013-06-06 00:00",0.163,"2013-06-18 00:00","","","","",0.165,0.165,0.129,0.113,0.0873,0.0675,0.0424,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88385",6,38.448633,-90.39854,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",90,0.001745,0.002041,0.0129,"2013-09-10 00:00",0.0107,"2013-07-15 00:00",0.00711,"2013-06-21 00:00",0.00696,"2013-07-09 00:00","","","","",0.0107,0.00711,0.0062,0.00472,0.001,0.001,0.001,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88388",6,38.448633,-90.39854,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.542962,0.249321,1.88,"2013-09-19 00:00",1.21,"2013-02-24 00:00",0.975,"2013-01-01 00:00",0.951,"2013-08-17 00:00","","","","",1.21,0.975,0.912,0.832,0.664,0.521,0.28,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88403",6,38.448633,-90.39854,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,1.962585,1.187207,7.9,"2013-07-18 00:00",4.93,"2013-05-19 00:00",4.79,"2013-08-20 00:00",4.2,"2013-02-09 00:00","","","","",4.93,4.79,4.08,3.34,2.47,1.92,0.659,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88500",1,38.448633,-90.39854,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7799,89,326,365,0,961,"","","Certification not required",0,11.058328,7.691606,125.2,"2013-07-04 21:00",118.8,"2013-01-02 02:00",93.8,"2013-07-04 22:00",92.1,"2013-01-14 02:00","","","","",33.6,28.5,23.2,19.9,15.3,10.3,2.7,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88500",1,38.448633,-90.39854,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,11.002454,5.482604,30.7,"2013-03-16 00:00",29.1,"2013-02-24 00:00",29,"2013-12-16 00:00",28.8,"2013-01-02 00:00","","","","",28.8,25.2,20.8,18.2,13.9,10.2,4.7,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88502",6,38.448633,-90.39854,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,9.327619,4.504816,24.3,"2013-02-24 00:00",22.2,"2013-09-19 00:00",22,"2013-05-19 00:00",19.5,"2013-07-18 00:00","","","","",22.2,22,18,15.1,11.5,8.8,4.3,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-13" +"29","099","0019","88503",1,38.448633,-90.39854,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7799,89,326,365,0,961,"","","Certification not required",0,-2.311501,3.431838,19.4,"2013-01-14 08:00",15.4,"2013-12-24 05:00",14.5,"2013-01-15 06:00",14.3,"2013-07-09 08:00","","","","",6,4.7,2.8,1.5,-0.4,-2.3,-6.1,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0019","88503",1,38.448633,-90.39854,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,-2.259816,1.758621,4.4,"2013-08-18 00:00",2.5,"2013-03-17 00:00",2.4,"2013-08-16 00:00",1.5,"2013-04-20 00:00","","","","",1.5,0.9,0.3,-0.2,-1.2,-2,-4.7,"Arnold West","ARNOLD WEST: 1709 Lonedell Drive, Arnold, MO 63010","Missouri","Jefferson","Arnold","St. Louis, MO-IL","2014-02-09" +"29","099","0020","14129",1,38.263394,-90.379667,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",267,100,45,61,0,6,3,3,"Certification not required",0,0.454543,0.691787,5.689,"2013-02-17 00:00",5.473,"2013-03-04 00:00",2.964,"2013-06-23 00:00",2.912,"2013-03-08 00:00","","","","",2.964,2.311,1.582,1.129,0.602,0.225,0.017,"Herculaneum, City Hall (Mott Street)","MOTT STREET: 747 Mott Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0020","14129",2,38.263394,-90.379667,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",79,100,44,61,0,12,3,3,"Certification not required",0,0.410937,0.55248,2.424,"2013-03-08 00:00",2.352,"2013-02-21 00:00",1.931,"2013-02-09 00:00",1.761,"2013-04-22 00:00","","","","",2.424,2.352,1.761,1.27,0.569,0.176,0.013,"Herculaneum, City Hall (Mott Street)","MOTT STREET: 747 Mott Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-12-24" +"29","099","0020","68105",1,38.263394,-90.379667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",273,100,45,61,0,0,"","","Certification not required",0,14.956044,10.212815,30.1,"2013-08-31 00:00",29.4,"2013-07-09 00:00",29.2,"2013-06-12 00:00",28.8,"2013-06-25 00:00","","","","",29.2,28.7,27.7,26.3,23.6,18.3,0.2,"Herculaneum, City Hall (Mott Street)","MOTT STREET: 747 Mott Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0020","68105",2,38.263394,-90.379667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.806593,10.518025,29.4,"2013-07-09 00:00",29.2,"2013-06-12 00:00",28.7,"2013-07-18 00:00",28.6,"2013-09-10 00:00","","","","",29.4,29.2,28.5,26.7,23.8,18.5,0.2,"Herculaneum, City Hall (Mott Street)","MOTT STREET: 747 Mott Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0020","68108",1,38.263394,-90.379667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",273,100,45,61,0,0,"","","Certification not required",0,749.710623,4.243567,760,"2013-01-14 00:00",760,"2013-01-24 00:00",759,"2013-01-04 00:00",759,"2013-01-22 00:00","","","","",759,758,757,756,752,750,745,"Herculaneum, City Hall (Mott Street)","MOTT STREET: 747 Mott Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0020","68108",2,38.263394,-90.379667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,749.956044,3.776866,759,"2013-01-04 00:00",759,"2013-01-22 00:00",757,"2013-01-07 00:00",757,"2013-03-08 00:00","","","","",759,759,757,755,752,750,745,"Herculaneum, City Hall (Mott Street)","MOTT STREET: 747 Mott Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0023","14129",1,38.262278,-90.381222,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",270,100,45,61,0,3,3,3,"Certification not required",0,0.312411,0.527421,6.471,"2013-02-17 00:00",2.626,"2013-02-21 00:00",2.506,"2013-04-21 00:00",2.097,"2013-07-14 00:00","","","","",2.506,1.579,0.926,0.696,0.378,0.166,0.027,"Herculaneum, North Cross","NORTH CROSS: Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0023","68105",1,38.262278,-90.381222,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",273,100,45,61,0,0,"","","Certification not required",0,14.956044,10.212815,30.1,"2013-08-31 00:00",29.4,"2013-07-09 00:00",29.2,"2013-06-12 00:00",28.8,"2013-06-25 00:00","","","","",29.2,28.7,27.7,26.3,23.6,18.3,0.2,"Herculaneum, North Cross","NORTH CROSS: Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0023","68108",1,38.262278,-90.381222,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",273,100,45,61,0,0,"","","Certification not required",0,749.710623,4.243567,760,"2013-01-14 00:00",760,"2013-01-24 00:00",759,"2013-01-04 00:00",759,"2013-01-22 00:00","","","","",759,758,757,756,752,750,745,"Herculaneum, North Cross","NORTH CROSS: Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0024","14129",1,38.258667,-90.380889,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",91,100,45,61,0,0,2,2,"Certification not required",0,0.250835,0.457021,3.721,"2013-02-21 00:00",1.635,"2013-03-17 00:00",1.076,"2013-03-23 00:00",0.941,"2013-01-10 00:00","","","","",3.721,1.635,0.793,0.61,0.293,0.11,0.015,"Herculaneum, Church Street","CHURCH STREET: 951 Church Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0024","14129",2,38.258667,-90.380889,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",88,100,45,61,0,3,2,2,"Certification not required",0,0.258352,0.452741,3.452,"2013-02-21 00:00",1.681,"2013-03-17 00:00",1.213,"2013-03-23 00:00",1.078,"2013-07-12 00:00","","","","",3.452,1.681,0.977,0.662,0.309,0.101,0.012,"Herculaneum, Church Street","CHURCH STREET: 951 Church Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0024","68105",1,38.258667,-90.380889,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.806593,10.518025,29.4,"2013-07-09 00:00",29.2,"2013-06-12 00:00",28.7,"2013-07-18 00:00",28.6,"2013-09-10 00:00","","","","",29.4,29.2,28.5,26.7,23.8,18.5,0.2,"Herculaneum, Church Street","CHURCH STREET: 951 Church Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0024","68105",2,38.258667,-90.380889,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.806593,10.518025,29.4,"2013-07-09 00:00",29.2,"2013-06-12 00:00",28.7,"2013-07-18 00:00",28.6,"2013-09-10 00:00","","","","",29.4,29.2,28.5,26.7,23.8,18.5,0.2,"Herculaneum, Church Street","CHURCH STREET: 951 Church Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0024","68108",1,38.258667,-90.380889,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,749.956044,3.776866,759,"2013-01-04 00:00",759,"2013-01-22 00:00",757,"2013-01-07 00:00",757,"2013-03-08 00:00","","","","",759,759,757,755,752,750,745,"Herculaneum, Church Street","CHURCH STREET: 951 Church Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0024","68108",2,38.258667,-90.380889,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,749.956044,3.776866,759,"2013-01-04 00:00",759,"2013-01-22 00:00",757,"2013-01-07 00:00",757,"2013-03-08 00:00","","","","",759,759,757,755,752,750,745,"Herculaneum, Church Street","CHURCH STREET: 951 Church Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","0025","14129",1,38.243055,-90.373823,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,2,0,0,"Certification not required",0,0.035611,0.073468,0.436,"2013-10-13 00:00",0.254,"2013-11-12 00:00",0.217,"2013-04-04 00:00",0.114,"2013-10-07 00:00","","","","",0.436,0.254,0.217,0.093,0.028,0.012,0.004,"Ursuline North","URSULINE NORTH: 210 Glennon Heights Road, Crystal City, MO 63019","Missouri","Jefferson","","St. Louis, MO-IL","2014-02-09" +"29","099","0025","68105",1,38.243055,-90.373823,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,15.644138,9.704234,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.2,28.8,27.9,26.5,23.5,18.6,0.9,"Ursuline North","URSULINE NORTH: 210 Glennon Heights Road, Crystal City, MO 63019","Missouri","Jefferson","","St. Louis, MO-IL","2014-02-10" +"29","099","0025","68108",1,38.243055,-90.373823,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,752.365517,4.221077,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,763,760,758,755,752,748,"Ursuline North","URSULINE NORTH: 210 Glennon Heights Road, Crystal City, MO 63019","Missouri","Jefferson","","St. Louis, MO-IL","2014-02-10" +"29","099","0026","14129",1,38.296054,-90.393104,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,0,0,0,"Certification not required",0,0.039815,0.063205,0.309,"2013-11-30 00:00",0.307,"2013-08-02 00:00",0.149,"2013-07-21 00:00",0.118,"2013-06-09 00:00","","","","",0.309,0.307,0.149,0.1,0.055,0.012,0.003,"Pevely North","PEVELY NORTH: Tiarre at the Abbey, Station 150N, Christine Drive, Pevely, MO 63070","Missouri","Jefferson","Pevely","St. Louis, MO-IL","2014-02-09" +"29","099","0026","68105",1,38.296054,-90.393104,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,15.644138,9.704234,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.2,28.8,27.9,26.5,23.5,18.6,0.9,"Pevely North","PEVELY NORTH: Tiarre at the Abbey, Station 150N, Christine Drive, Pevely, MO 63070","Missouri","Jefferson","Pevely","St. Louis, MO-IL","2014-02-10" +"29","099","0026","68108",1,38.296054,-90.393104,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,752.365517,4.221077,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,763,760,758,755,752,748,"Pevely North","PEVELY NORTH: Tiarre at the Abbey, Station 150N, Christine Drive, Pevely, MO 63070","Missouri","Jefferson","Pevely","St. Louis, MO-IL","2014-02-10" +"29","099","0027","14129",1,38.263394,-90.379667,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",326,100,56,61,0,7,4,4,"Certification not required",0,0.412528,0.632485,5.508,"2013-02-17 00:00",3.961,"2013-03-04 00:00",2.624,"2013-04-21 00:00",2.411,"2013-06-23 00:00","","","","",2.411,2.306,1.682,1.17,0.576,0.152,0.009,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","14129",2,38.263394,-90.379667,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",163,100,56,61,0,2,4,4,"Certification not required",0,0.411865,0.667844,5.47,"2013-02-17 00:00",2.708,"2013-06-23 00:00",2.239,"2013-02-21 00:00",2.15,"2013-10-29 00:00","","","","",2.708,2.15,1.758,1.156,0.605,0.137,0.01,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","42401",1,38.263394,-90.379667,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8602,98,359,365,0,158,28,"","Certification not required",0,26.288858,31.979481,252.7,"2013-09-19 06:00",198.2,"2013-01-08 21:00",151.9,"2013-09-22 11:00",143.2,"2013-07-08 16:00","","","","",143.2,107.3,85.9,67.4,40.7,9.5,3.1,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","42401",1,38.263394,-90.379667,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8602,98,359,365,0,158,"","","Certification not required",0,7.008556,12.718101,252.7,"2013-09-19 06:00",225.5,"2013-09-19 07:00",198.2,"2013-01-08 21:00",169.4,"2013-01-08 19:00","","","","",61.9,48.4,31,16.9,5,3,1.6,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","42401",1,38.263394,-90.379667,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,6.989136,6.893991,47.4,"2013-09-19 00:00",38.9,"2013-01-08 00:00",35,"2013-08-05 00:00",33.2,"2013-01-27 00:00","","","","",33.2,26.3,21.9,16.8,8.9,4.1,1.9,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","42401",1,38.263394,-90.379667,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2852,98,359,365,0,0,"",0,"Certification not required",0,6.974965,11.414674,171.3,"2013-09-19 08:00",120.4,"2013-01-08 20:00",101.7,"2013-09-19 05:00",99.9,"2013-07-08 17:00","","","","",57.2,45,28.8,17.6,5.5,3.1,1.6,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","42406",1,38.263394,-90.379667,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8602,98,359,365,0,158,"","","Certification not required",0,12.786143,29.660046,657.1,"2013-01-08 21:00",533.1,"2013-05-13 10:00",504.9,"2013-10-05 03:00",479.8,"2013-09-22 11:00","","","","",132.8,94.8,60.4,35.2,7.1,3.6,1.9,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","61103",1,38.263394,-90.379667,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,2.009845,1.64311,9.4,"2013-11-17 11:00",9.4,"2013-11-17 12:00",9.2,"2013-11-11 18:00",8.9,"2013-11-17 10:00","","","","",6.6,6,5.1,4.3,3,1.7,0.1,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","61104",1,38.263394,-90.379667,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,197.160347,96.007765,360,"2013-07-01 14:00",360,"2013-09-12 08:00",360,"2013-09-13 04:00",360,"2013-09-13 06:00","","","","",354,349,337,317,277,206,55,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","62107",1,38.263394,-90.379667,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8752,100,364,365,0,8,"","","Certification not required",0,79.045475,3.025279,84,"2013-03-29 17:00",84,"2013-04-07 18:00",84,"2013-04-07 19:00",84,"2013-04-09 20:00","","","","",84,84,83,83,83,78,76,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-09" +"29","099","0027","68105",1,38.263394,-90.379667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",365,100,365,365,0,0,"","","Certification not required",0,13.009041,10.34774,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.1,28.4,27.3,26,22.4,13.6,-0.9,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0027","68105",2,38.263394,-90.379667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",305,100,122,122,0,0,"","","Certification not required",0,14.960984,9.969105,30,"2013-08-31 00:00",29.5,"2013-07-09 00:00",29.2,"2013-07-18 00:00",29.1,"2013-06-12 00:00","","","","",29.1,28.5,27.8,26.5,23.1,17.7,0.2,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0027","68108",1,38.263394,-90.379667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",365,100,365,365,0,0,"","","Certification not required",0,752.561644,4.430744,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,762,760,758,755,752,748,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","0027","68108",2,38.263394,-90.379667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",305,100,122,122,0,0,"","","Certification not required",0,752.472131,4.199786,767,"2013-11-12 00:00",766,"2013-11-24 00:00",765,"2013-11-23 00:00",765,"2013-12-07 00:00","","","","",765,763,759,758,755,752,748,"Herculaneum, Mott Street","MOTT STREET: 747 Mott Street, Herculaneum, 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2014-02-10" +"29","099","9002","14129",1,38.267056,-90.378823,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,45,61,0,1,2,2,"Certification not required",0,0.188778,0.272947,1.528,"2013-04-07 00:00",1.214,"2013-06-24 00:00",0.847,"2013-08-02 00:00",0.797,"2013-05-31 00:00","","","","",1.528,1.214,0.732,0.554,0.303,0.04,0.01,"Herculaneum, Dunklin High School","DUNKLIN HIGH SCHOOL: 1 Black Cat Dr., Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9002","68105",1,38.267056,-90.378823,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.806593,10.518025,29.4,"2013-07-09 00:00",29.2,"2013-06-12 00:00",28.7,"2013-07-18 00:00",28.6,"2013-09-10 00:00","","","","",29.4,29.2,28.5,26.7,23.8,18.5,0.2,"Herculaneum, Dunklin High School","DUNKLIN HIGH SCHOOL: 1 Black Cat Dr., Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9002","68108",1,38.267056,-90.378823,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,749.956044,3.776866,759,"2013-01-04 00:00",759,"2013-01-22 00:00",757,"2013-01-07 00:00",757,"2013-03-08 00:00","","","","",759,759,757,755,752,750,745,"Herculaneum, Dunklin High School","DUNKLIN HIGH SCHOOL: 1 Black Cat Dr., Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9004","14129",1,38.271764,-90.376623,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,1,1,"Certification not required",0,0.121489,0.169739,0.778,"2013-04-10 00:00",0.585,"2013-06-21 00:00",0.549,"2013-05-28 00:00",0.439,"2013-08-02 00:00","","","","",0.778,0.778,0.549,0.397,0.117,0.056,0.012,"Herculaneum, Sherman","SHERMAN: 460 Sherman Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9004","68105",1,38.271764,-90.376623,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.071111,10.572405,29.4,"2013-07-09 00:00",27.9,"2013-08-26 00:00",27.6,"2013-06-21 00:00",27.5,"2013-06-27 00:00","","","","",29.4,29.4,27.6,26.8,24.2,18.5,0.4,"Herculaneum, Sherman","SHERMAN: 460 Sherman Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9004","68108",1,38.271764,-90.376623,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.288889,3.829445,759,"2013-01-04 00:00",759,"2013-01-22 00:00",755,"2013-02-09 00:00",754,"2013-02-15 00:00","","","","",759,759,755,754,752,749,745,"Herculaneum, Sherman","SHERMAN: 460 Sherman Street, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9005","14129",1,38.261792,-90.378823,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,3,3,"Certification not required",0,0.701778,1.257567,7.743,"2013-02-21 00:00",2.715,"2013-01-10 00:00",2.204,"2013-04-22 00:00",1.902,"2013-07-15 00:00","","","","",7.743,7.743,2.204,1.735,0.805,0.224,0.025,"Herculaneum, Broad Street","BROAD STREET: 847 Broad St, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9005","68105",1,38.261792,-90.378823,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.071111,10.572405,29.4,"2013-07-09 00:00",27.9,"2013-08-26 00:00",27.6,"2013-06-21 00:00",27.5,"2013-06-27 00:00","","","","",29.4,29.4,27.6,26.8,24.2,18.5,0.4,"Herculaneum, Broad Street","BROAD STREET: 847 Broad St, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9005","68108",1,38.261792,-90.378823,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.288889,3.829445,759,"2013-01-04 00:00",759,"2013-01-22 00:00",755,"2013-02-09 00:00",754,"2013-02-15 00:00","","","","",759,759,755,754,752,749,745,"Herculaneum, Broad Street","BROAD STREET: 847 Broad St, Herculaneum, MO 63048","Missouri","Jefferson","Herculaneum","St. Louis, MO-IL","2013-11-21" +"29","099","9006","14129",1,38.243055,-90.373823,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,0,0,"Certification not required",0,0.029205,0.029955,0.156,"2013-04-04 00:00",0.088,"2013-08-08 00:00",0.087,"2013-09-13 00:00",0.08,"2013-01-22 00:00","","","","",0.156,0.156,0.088,0.08,0.038,0.015,0.008,"Ursuline North","URSULINE NORTH: 210 Glennon Heights Road, Crystal City, MO 63019","Missouri","Jefferson","","St. Louis, MO-IL","2013-11-21" +"29","099","9006","68105",1,38.243055,-90.373823,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.071111,10.572405,29.4,"2013-07-09 00:00",27.9,"2013-08-26 00:00",27.6,"2013-06-21 00:00",27.5,"2013-06-27 00:00","","","","",29.4,29.4,27.6,26.8,24.2,18.5,0.4,"Ursuline North","URSULINE NORTH: 210 Glennon Heights Road, Crystal City, MO 63019","Missouri","Jefferson","","St. Louis, MO-IL","2013-11-21" +"29","099","9006","68108",1,38.243055,-90.373823,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.288889,3.829445,759,"2013-01-04 00:00",759,"2013-01-22 00:00",755,"2013-02-09 00:00",754,"2013-02-15 00:00","","","","",759,759,755,754,752,749,745,"Ursuline North","URSULINE NORTH: 210 Glennon Heights Road, Crystal City, MO 63019","Missouri","Jefferson","","St. Louis, MO-IL","2013-11-21" +"29","113","0003","44201",1,39.0447,-90.8647,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5120,100,214,214,0,16,0,0,"Certification not required",4,0.05093,0.012948,0.089,"2013-08-24 15:00",0.089,"2013-09-06 18:00",0.088,"2013-08-19 17:00",0.087,"2013-04-01 14:00","","","","",0.088,0.079,0.073,0.068,0.058,0.051,0.035,"Foley","FOLEY: #7 Wild Horse, Foley, MO 63347","Missouri","Lincoln","","St. Louis, MO-IL","2013-11-25" +"29","113","0003","44201",1,39.0447,-90.8647,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.046145,0.011843,0.081,"2013-09-06 11:00",0.078,"2013-08-24 11:00",0.074,"2013-08-19 12:00",0.072,"2013-09-05 11:00","","","","",0.074,0.068,0.065,0.061,0.054,0.047,0.03,"Foley","FOLEY: #7 Wild Horse, Foley, MO 63347","Missouri","Lincoln","","St. Louis, MO-IL","2013-11-25" +"29","113","0003","44201",1,39.0447,-90.8647,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,2,2,"Certification not required",0,0.046145,0.011843,0.081,"2013-09-06 11:00",0.078,"2013-08-24 11:00",0.074,"2013-08-19 12:00",0.072,"2013-09-05 11:00","","","","",0.074,0.068,0.065,0.061,0.054,0.047,0.03,"Foley","FOLEY: #7 Wild Horse, Foley, MO 63347","Missouri","Lincoln","","St. Louis, MO-IL","2013-11-25" +"29","113","0003","61103",1,39.0447,-90.8647,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8642,99,359,365,0,118,"","","Certification not required",0,3.720898,2.269064,16.3,"2013-04-06 11:00",15.1,"2013-11-17 12:00",15,"2013-02-26 03:00",14.4,"2013-02-26 02:00","","","","",10.6,9.4,8,6.8,5,3.4,1,"Foley","FOLEY: #7 Wild Horse, Foley, MO 63347","Missouri","Lincoln","","St. Louis, MO-IL","2014-02-09" +"29","113","0003","61104",1,39.0447,-90.8647,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8642,99,359,365,0,118,"","","Certification not required",0,180.293682,100.423908,360,"2013-01-20 08:00",360,"2013-01-26 05:00",360,"2013-02-04 21:00",360,"2013-06-30 08:00","","","","",356,352,341,321,268,180,37,"Foley","FOLEY: #7 Wild Horse, Foley, MO 63347","Missouri","Lincoln","","St. Louis, MO-IL","2014-02-09" +"29","113","0003","62107",1,39.0447,-90.8647,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7277,83,302,365,0,19,"","","Certification not required",0,78.412945,5.733548,85,"2013-03-15 17:00",85,"2013-04-06 19:00",85,"2013-04-07 18:00",85,"2013-04-08 21:00","","","","",85,84,84,84,83,82,70,"Foley","FOLEY: #7 Wild Horse, Foley, MO 63347","Missouri","Lincoln","","St. Louis, MO-IL","2013-11-25" +"29","137","0001","42401",1,39.475136,-91.789141,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8719,100,365,365,0,41,0,"","Certification not required",0,2.347945,1.231245,9.3,"2013-12-24 18:00",8,"2013-05-18 12:00",7.9,"2013-11-20 05:00",7.7,"2013-03-23 06:00","","","","",7.7,6.2,4.4,3.9,2.8,2.1,1.1,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","42401",1,39.475136,-91.789141,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8719,100,365,365,0,41,"","","Certification not required",0,1.505482,0.688695,9.3,"2013-12-24 18:00",8,"2013-05-18 12:00",7.9,"2013-11-20 05:00",7.7,"2013-03-23 06:00","","","","",3.8,3.2,2.7,2.3,1.9,1.3,0.8,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","42401",1,39.475136,-91.789141,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.509589,0.534256,3.2,"2013-03-08 00:00",3.1,"2013-07-11 00:00",3.1,"2013-11-20 00:00",2.9,"2013-04-21 00:00","","","","",2.9,2.7,2.5,2.3,1.9,1.4,0.9,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","42401",1,39.475136,-91.789141,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2887,99,365,365,0,0,"",0,"Certification not required",0,1.474299,0.655457,6.5,"2013-11-20 05:00",5.5,"2013-11-20 08:00",5.4,"2013-03-08 14:00",5.4,"2013-05-18 14:00","","","","",3.5,3.2,2.6,2.3,1.8,1.3,0.8,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","42406",1,39.475136,-91.789141,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8718,100,365,365,0,42,"","","Certification not required",0,1.758936,0.843828,15.2,"2013-12-24 18:00",14.4,"2013-05-18 12:00",11.6,"2013-12-24 17:00",11,"2013-03-23 06:00","","","","",4.8,4,3.2,2.7,2.1,1.5,1,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","44201",1,39.475136,-91.789141,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8724,100,214,214,0,36,0,0,"Certification not required",11,0.046164,0.010296,0.079,"2013-08-31 13:00",0.071,"2013-09-08 14:00",0.07,"2013-09-07 14:00",0.066,"2013-02-24 16:00","","","","",0.07,0.064,0.063,0.06,0.054,0.049,0.04,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","44201",1,39.475136,-91.789141,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8740,100,214,214,0,0,0,0,"Certification not required",0,0.042318,0.009799,0.066,"2013-09-07 10:00",0.065,"2013-08-31 09:00",0.062,"2013-09-08 11:00",0.061,"2013-04-04 11:00","","","","",0.062,0.06,0.058,0.056,0.051,0.045,0.038,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","44201",1,39.475136,-91.789141,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8740,100,214,214,0,0,0,0,"Certification not required",0,0.042318,0.009799,0.066,"2013-09-07 10:00",0.065,"2013-08-31 09:00",0.062,"2013-09-08 11:00",0.061,"2013-04-04 11:00","","","","",0.062,0.06,0.058,0.056,0.051,0.045,0.038,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","61103",1,39.475136,-91.789141,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8060,92,334,365,0,700,"","","Certification not required",0,2.477804,1.864038,11.8,"2013-04-14 11:00",11.6,"2013-11-16 12:00",11.5,"2013-04-14 14:00",11.3,"2013-11-16 13:00","","","","",7.9,7.2,5.9,4.9,3.6,2.2,0.3,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","61104",1,39.475136,-91.789141,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8060,92,334,365,0,700,"","","Certification not required",0,195.011911,92.105481,360,"2013-04-02 00:00",360,"2013-06-05 14:00",359,"2013-01-01 00:00",359,"2013-01-12 19:00","","","","",353,349,341,331,288,175,80,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","62107",1,39.475136,-91.789141,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8744,100,365,365,0,16,"","","Certification not required",0,79.370769,3.476066,92,"2013-08-28 16:00",90,"2013-08-31 15:00",90,"2013-09-09 15:00",89,"2013-07-18 16:00","","","","",84,83,83,83,83,80,74,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","81102",3,39.475136,-91.789141,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8682,99,363,365,0,78,"","","Certification not required",0,13.190164,8.270099,242,"2013-01-12 05:00",148,"2013-01-12 06:00",113,"2013-09-15 10:00",76,"2013-06-22 15:00","","","","",38,33,27,23,17,11,5,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","137","0001","81102",3,39.475136,-91.789141,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,12.699725,6.229113,39,"2013-06-22 00:00",37,"2013-08-30 00:00",36,"2013-08-31 00:00",33,"2013-06-21 00:00","","","","",33,28,24,22,16,11,6,"MTSP","MARK TWAIN STATE PARK: 20057 State Park Office Road, Stoutville, MO 65283","Missouri","Monroe","","","2014-02-09" +"29","157","0001","44201",1,37.70264,-89.69864,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5126,100,214,214,0,10,0,0,"Certification not required",0,0.048879,0.010584,0.075,"2013-06-20 13:00",0.071,"2013-05-26 17:00",0.07,"2013-06-21 16:00",0.07,"2013-06-27 11:00","","","","",0.07,0.07,0.067,0.063,0.056,0.049,0.034,"","FARRAR: County Road 342, Farrar, MO 63746","Missouri","Perry","","","2013-11-25" +"29","157","0001","44201",1,37.70264,-89.69864,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.044463,0.010226,0.07,"2013-06-20 11:00",0.067,"2013-09-06 09:00",0.066,"2013-06-21 12:00",0.065,"2013-05-26 12:00","","","","",0.066,0.065,0.06,0.057,0.052,0.045,0.03,"","FARRAR: County Road 342, Farrar, MO 63746","Missouri","Perry","","","2013-11-25" +"29","157","0001","44201",1,37.70264,-89.69864,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.044463,0.010226,0.07,"2013-06-20 11:00",0.067,"2013-09-06 09:00",0.066,"2013-06-21 12:00",0.065,"2013-05-26 12:00","","","","",0.066,0.065,0.06,0.057,0.052,0.045,0.03,"","FARRAR: County Road 342, Farrar, MO 63746","Missouri","Perry","","","2013-11-25" +"29","157","0001","61103",1,37.70264,-89.69864,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8739,100,364,365,0,21,"","","Certification not required",0,5.723687,3.599086,22.2,"2013-11-17 14:00",22,"2013-01-30 14:00",21.5,"2013-01-30 13:00",21.4,"2013-01-29 16:00","","","","",16.8,15.2,12.9,10.8,7.6,5,1.7,"","FARRAR: County Road 342, Farrar, MO 63746","Missouri","Perry","","","2014-02-09" +"29","157","0001","61104",1,37.70264,-89.69864,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8739,100,364,365,0,21,"","","Certification not required",0,193.875501,96.748528,360,"2013-01-14 02:00",360,"2013-03-14 01:00",360,"2013-06-07 13:00",360,"2013-07-01 06:00","","","","",357,354,343,326,284,188,48,"","FARRAR: County Road 342, Farrar, MO 63746","Missouri","Perry","","","2014-02-09" +"29","157","0001","62107",1,37.70264,-89.69864,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,78.032652,5.78491,86,"2013-04-15 18:00",86,"2013-04-20 16:00",86,"2013-05-14 22:00",86,"2013-05-15 20:00","","","","",85,85,85,85,84,77,70,"","FARRAR: County Road 342, Farrar, MO 63746","Missouri","Perry","","","2013-11-25" +"29","179","0001","14129",1,37.534735,-91.148697,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,0,0,0,"Certification not required",0,0.028927,0.05207,0.278,"2013-09-13 00:00",0.207,"2013-06-27 00:00",0.142,"2013-10-13 00:00",0.12,"2013-06-03 00:00","","","","",0.278,0.207,0.142,0.09,0.024,0.008,0.003,"Bill's Creek","BILL'S CREEK: 0.75 miles S. of 3229 County Rd., Boss, MO 65440","Missouri","Reynolds","","","2014-02-09" +"29","179","0001","68105",1,37.534735,-91.148697,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584483,9.32867,28.9,"2013-08-31 00:00",28.4,"2013-09-10 00:00",28.1,"2013-08-30 00:00",28.1,"2013-09-09 00:00","","","","",28.1,27.5,26.3,24.7,22.2,17.4,0.2,"Bill's Creek","BILL'S CREEK: 0.75 miles S. of 3229 County Rd., Boss, MO 65440","Missouri","Reynolds","","","2014-02-09" +"29","179","0001","68108",1,37.534735,-91.148697,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,725.306897,4.013682,739,"2013-11-12 00:00",737,"2013-11-23 00:00",737,"2013-11-24 00:00",736,"2013-11-13 00:00","","","","",737,734,732,730,728,725,721,"Bill's Creek","BILL'S CREEK: 0.75 miles S. of 3229 County Rd., Boss, MO 65440","Missouri","Reynolds","","","2014-02-09" +"29","179","0002","14129",1,37.468956,-91.088595,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,0.016768,0.018321,0.104,"2013-09-25 00:00",0.061,"2013-04-16 00:00",0.052,"2013-01-22 00:00",0.048,"2013-04-04 00:00","","","","",0.104,0.061,0.052,0.038,0.025,0.008,0.004,"Fletcher","FLETCHER: Forest Rd 2236, Westfork, MO 64498","Missouri","Reynolds","","","2014-02-09" +"29","179","0002","68105",1,37.468956,-91.088595,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584483,9.32867,28.9,"2013-08-31 00:00",28.4,"2013-09-10 00:00",28.1,"2013-08-30 00:00",28.1,"2013-09-09 00:00","","","","",28.1,27.5,26.3,24.7,22.2,17.4,0.2,"Fletcher","FLETCHER: Forest Rd 2236, Westfork, MO 64498","Missouri","Reynolds","","","2014-02-09" +"29","179","0002","68108",1,37.468956,-91.088595,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,725.306897,4.013682,739,"2013-11-12 00:00",737,"2013-11-23 00:00",737,"2013-11-24 00:00",736,"2013-11-13 00:00","","","","",737,734,732,730,728,725,721,"Fletcher","FLETCHER: Forest Rd 2236, Westfork, MO 64498","Missouri","Reynolds","","","2014-02-09" +"29","179","0034","14129",1,37.564915,-91.114356,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,0,0,0,"Certification not required",0,0.044727,0.058371,0.279,"2013-04-16 00:00",0.253,"2013-06-03 00:00",0.168,"2013-09-25 00:00",0.14,"2013-07-27 00:00","","","","",0.279,0.253,0.168,0.106,0.055,0.019,0.005,"Oates","OATES: 13155 Highway KKK, Oates, MO","Missouri","Reynolds","","","2014-02-09" +"29","179","0034","68105",1,37.564915,-91.114356,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584483,9.32867,28.9,"2013-08-31 00:00",28.4,"2013-09-10 00:00",28.1,"2013-08-30 00:00",28.1,"2013-09-09 00:00","","","","",28.1,27.5,26.3,24.7,22.2,17.4,0.2,"Oates","OATES: 13155 Highway KKK, Oates, MO","Missouri","Reynolds","","","2014-02-09" +"29","179","0034","68108",1,37.564915,-91.114356,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,725.306897,4.013682,739,"2013-11-12 00:00",737,"2013-11-23 00:00",737,"2013-11-24 00:00",736,"2013-11-13 00:00","","","","",737,734,732,730,728,725,721,"Oates","OATES: 13155 Highway KKK, Oates, MO","Missouri","Reynolds","","","2014-02-09" +"29","183","1002","44201",1,38.872546,-90.226488,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4439,86,185,214,0,697,0,0,"Certification not required",125,0.052162,0.014487,0.102,"2013-07-18 13:00",0.089,"2013-09-06 12:00",0.087,"2013-09-09 12:00",0.085,"2013-07-19 11:00","","","","",0.089,0.085,0.076,0.072,0.063,0.051,0.034,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2013-11-25" +"29","183","1002","44201",1,38.872546,-90.226488,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4440,86,184,214,0,0,1,1,"Certification not required",0,0.04638,0.012973,0.088,"2013-07-18 10:00",0.08,"2013-09-06 10:00",0.071,"2013-06-20 10:00",0.071,"2013-07-19 09:00","","","","",0.08,0.071,0.067,0.064,0.056,0.046,0.028,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2013-11-25" +"29","183","1002","44201",1,38.872546,-90.226488,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4440,86,184,214,0,0,2,2,"Certification not required",0,0.04638,0.012973,0.088,"2013-07-18 10:00",0.08,"2013-09-06 10:00",0.071,"2013-06-20 10:00",0.071,"2013-07-19 09:00","","","","",0.08,0.071,0.067,0.064,0.056,0.046,0.028,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2013-11-25" +"29","183","1002","61103",1,38.872546,-90.226488,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",7554,86,313,365,0,1206,"","","Certification not required",0,5.517395,4.114434,31.1,"2013-11-17 13:00",29.7,"2013-11-17 12:00",25.4,"2013-03-05 14:00",24.9,"2013-11-17 14:00","","","","",19.1,16.9,14.2,11.2,7.4,4.5,1.2,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2014-02-09" +"29","183","1002","61104",1,38.872546,-90.226488,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",7554,86,313,365,0,1206,"","","Certification not required",0,201.103786,95.044848,360,"2013-01-14 22:00",360,"2013-01-15 07:00",360,"2013-07-03 07:00",360,"2013-07-23 19:00","","","","",354,349,339,325,294,188,91,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2014-02-09" +"29","183","1002","62101",1,38.872546,-90.226488,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7793,89,323,365,0,967,"","","Certification not required",0,53.132042,20.771729,99,"2013-08-30 16:00",98,"2013-08-30 14:00",98,"2013-08-30 15:00",98,"2013-08-31 13:00","","","","",91,89,85,80,71,53,26,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2014-02-09" +"29","183","1002","62107",1,38.872546,-90.226488,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",6603,75,274,365,0,693,"","","Certification not required",0,78.545207,3.232889,86,"2013-10-01 14:00",85,"2013-06-27 15:00",85,"2013-07-19 15:00",85,"2013-08-30 14:00","","","","",84,84,83,83,82,77,75,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2013-11-25" +"29","183","1002","62201",1,38.872546,-90.226488,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Hygromer C94 Probe",2013,"Percent relative humidity","No Events",744,100,31,31,0,0,"","","Certification not required",0,75.479839,15.636418,99,"2013-12-03 02:00",99,"2013-12-03 03:00",99,"2013-12-03 04:00",99,"2013-12-03 05:00","","","","",99,99,97,95,88,78,52,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2014-02-09" +"29","183","1002","63301",1,38.872546,-90.226488,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8075,92,336,365,0,685,"","","Certification not required",4135,0.238402,0.356778,1.45,"2013-05-12 11:00",1.45,"2013-05-24 11:00",1.44,"2013-05-12 12:00",1.44,"2013-05-24 12:00","","","","",1.29,1.22,1.06,0.85,0.4,0.005,0.005,"West Alton","WEST ALTON: General Electric Store, Highway 94, WestT Alton, MO 63386","Missouri","Saint Charles","West Alton","St. Louis, MO-IL","2014-02-09" +"29","183","1004","44201",1,38.8994,-90.44917,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5121,100,214,214,0,15,0,0,"Certification not required",107,0.051523,0.013631,0.097,"2013-09-06 13:00",0.089,"2013-07-18 13:00",0.089,"2013-09-05 14:00",0.085,"2013-06-05 15:00","","","","",0.089,0.079,0.072,0.069,0.061,0.052,0.033,"Orchard Farm","ORCHARD FARM: 2165 Highway V, St. Charles, MO 63301","Missouri","Saint Charles","","St. Louis, MO-IL","2013-11-25" +"29","183","1004","44201",1,38.8994,-90.44917,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,1,1,"Certification not required",0,0.045893,0.012392,0.085,"2013-09-06 10:00",0.079,"2013-07-18 10:00",0.075,"2013-06-05 10:00",0.071,"2013-06-20 10:00","","","","",0.075,0.068,0.064,0.062,0.054,0.046,0.029,"Orchard Farm","ORCHARD FARM: 2165 Highway V, St. Charles, MO 63301","Missouri","Saint Charles","","St. Louis, MO-IL","2013-11-25" +"29","183","1004","44201",1,38.8994,-90.44917,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,2,2,"Certification not required",0,0.045893,0.012392,0.085,"2013-09-06 10:00",0.079,"2013-07-18 10:00",0.075,"2013-06-05 10:00",0.071,"2013-06-20 10:00","","","","",0.075,0.068,0.064,0.062,0.054,0.046,0.029,"Orchard Farm","ORCHARD FARM: 2165 Highway V, St. Charles, MO 63301","Missouri","Saint Charles","","St. Louis, MO-IL","2013-11-25" +"29","183","1004","62107",1,38.8994,-90.44917,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,77.623937,5.548948,85,"2013-09-18 11:00",84,"2013-04-09 14:00",84,"2013-04-09 20:00",84,"2013-04-17 23:00","","","","",84,84,83,83,83,79,69,"Orchard Farm","ORCHARD FARM: 2165 Highway V, St. Charles, MO 63301","Missouri","Saint Charles","","St. Louis, MO-IL","2013-11-25" +"29","186","0005","44201",1,37.90084,-90.42388,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5128,100,214,214,0,8,0,0,"Certification not required",70,0.049827,0.011013,0.088,"2013-09-04 15:00",0.075,"2013-08-23 11:00",0.075,"2013-09-05 14:00",0.075,"2013-09-06 11:00","","","","",0.075,0.073,0.068,0.063,0.057,0.05,0.035,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2013-11-25" +"29","186","0005","44201",1,37.90084,-90.42388,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.045107,0.00996,0.072,"2013-09-04 11:00",0.069,"2013-09-06 09:00",0.065,"2013-06-19 10:00",0.065,"2013-07-25 12:00","","","","",0.065,0.065,0.06,0.058,0.052,0.046,0.031,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2013-11-25" +"29","186","0005","44201",1,37.90084,-90.42388,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.045107,0.00996,0.072,"2013-09-04 11:00",0.069,"2013-09-06 09:00",0.065,"2013-06-19 10:00",0.065,"2013-07-25 12:00","","","","",0.065,0.065,0.06,0.058,0.052,0.046,0.031,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2013-11-25" +"29","186","0005","61103",1,37.90084,-90.42388,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8751,100,365,365,0,9,"","","Certification not required",0,5.101577,3.469701,21.8,"2013-11-17 13:00",21.7,"2013-11-17 12:00",19.5,"2013-03-05 15:00",19.1,"2013-02-11 00:00","","","","",14.7,13.5,11.6,10,7.2,4.6,1,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-09" +"29","186","0005","61104",1,37.90084,-90.42388,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8751,100,365,365,0,9,"","","Certification not required",0,194.15324,90.742733,360,"2013-05-12 19:00",360,"2013-06-19 12:00",359,"2013-01-12 18:00",359,"2013-02-08 08:00","","","","",355,350,337,320,276,185,68,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-09" +"29","186","0005","62107",1,37.90084,-90.42388,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7279,83,303,365,0,17,"","","Certification not required",0,78.187801,3.225608,84,"2013-04-07 16:00",84,"2013-04-15 17:00",84,"2013-04-17 20:00",84,"2013-04-17 21:00","","","","",84,83,83,82,82,76,75,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2013-11-25" +"29","186","0005","63301",1,37.90084,-90.42388,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8752,100,365,365,0,8,"","","Certification not required",4376,0.236327,0.344829,1.36,"2013-05-24 11:00",1.36,"2013-05-24 12:00",1.35,"2013-05-02 11:00",1.34,"2013-05-12 11:00","","","","",1.21,1.14,1.01,0.83,0.4,0.01,0.005,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-09" +"29","186","0005","68103",5,37.90084,-90.42388,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,7.860952,9.848824,23.5,"2013-06-12 00:00",23.1,"2013-07-09 00:00",22,"2013-09-19 00:00",21.5,"2013-06-27 00:00","","","","",23.1,22,21.5,20.4,16.4,8.7,-6.6,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","68104",5,37.90084,-90.42388,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,104,122,0,1,"","","Certification not required",0,19.275238,10.097418,35.5,"2013-09-10 00:00",34.4,"2013-07-18 00:00",33.3,"2013-07-09 00:00",33.1,"2013-06-27 00:00","","","","",34.4,33.3,32.7,31.5,27.4,21.9,3.7,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","68105",5,37.90084,-90.42388,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,103,122,0,2,"","","Certification not required",0,13.454808,9.736139,28.8,"2013-06-12 00:00",28.6,"2013-07-09 00:00",28.3,"2013-09-10 00:00",27.2,"2013-07-18 00:00","","","","",28.6,28.3,26.5,25.5,21.6,16.2,-0.8,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","68106",5,37.90084,-90.42388,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,103,122,0,2,"","","Certification not required",0,736.625,3.990736,746,"2013-11-12 00:00",745,"2013-01-04 00:00",745,"2013-03-08 00:00",743,"2013-10-25 00:00","","","","",745,745,742,741,739,737,732,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","68107",5,37.90084,-90.42388,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,741.971429,3.839214,755,"2013-11-12 00:00",751,"2013-10-25 00:00",750,"2013-01-04 00:00",749,"2013-03-08 00:00","","","","",751,750,748,747,744,742,738,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","68108",5,37.90084,-90.42388,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,104,122,0,1,"","","Certification not required",0,739.133333,3.671791,752,"2013-11-12 00:00",747,"2013-01-04 00:00",747,"2013-10-25 00:00",745,"2013-01-22 00:00","","","","",747,747,745,743,741,739,735,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88102",5,37.90084,-90.42388,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",97,0.020903,0.008933,0.062,"2013-04-13 00:00",0.062,"2013-06-09 00:00",0.06,"2013-07-09 00:00",0.048,"2013-10-16 00:00","","","","",0.062,0.06,0.028,0.026,0.021,0.0195,0.014,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88103",5,37.90084,-90.42388,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.000553,0.000837,0.003,"2013-07-18 00:00",0.003,"2013-09-13 00:00",0.003,"2013-11-09 00:00",0.002,"2013-01-01 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88104",5,37.90084,-90.42388,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",54,0.040476,0.072384,0.46,"2013-06-12 00:00",0.438,"2013-05-01 00:00",0.248,"2013-04-10 00:00",0.24,"2013-05-19 00:00","","","","",0.438,0.248,0.145,0.083,0.041,0.0125,0.0065,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88107",5,37.90084,-90.42388,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",103,0.006871,0.00662,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88109",5,37.90084,-90.42388,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",20,0.003903,0.003925,0.0262,"2013-04-16 00:00",0.0176,"2013-03-08 00:00",0.0175,"2013-09-16 00:00",0.0141,"2013-10-28 00:00","","","","",0.0176,0.0175,0.0125,0.0071,0.0046,0.0028,0.00115,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88110",5,37.90084,-90.42388,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.001641,0.003723,0.021,"2013-10-19 00:00",0.019,"2013-03-14 00:00",0.012,"2013-06-09 00:00",0.011,"2013-07-03 00:00","","","","",0.019,0.012,0.009,0.006,0.001,0,0,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88111",5,37.90084,-90.42388,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",10,0.046674,0.045743,0.238,"2013-09-04 00:00",0.193,"2013-09-07 00:00",0.181,"2013-09-01 00:00",0.165,"2013-09-13 00:00","","","","",0.193,0.181,0.128,0.108,0.0667,0.0278,0.0075,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88112",5,37.90084,-90.42388,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.004854,0.011692,0.098,"2013-09-25 00:00",0.054,"2013-10-01 00:00",0.027,"2013-05-19 00:00",0.026,"2013-09-19 00:00","","","","",0.054,0.027,0.022,0.009,0.004,0.002,0,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88113",5,37.90084,-90.42388,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.000678,0.000128,0.0013,"2013-06-06 00:00",0.001,"2013-02-18 00:00",0.001,"2013-02-21 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88114",5,37.90084,-90.42388,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",87,0.001133,0.000595,0.004,"2013-04-10 00:00",0.0031,"2013-05-19 00:00",0.0029,"2013-05-01 00:00",0.0029,"2013-09-28 00:00","","","","",0.0031,0.0029,0.0025,0.0019,0.00125,0.00095,0.00065,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88115",5,37.90084,-90.42388,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",76,0.009199,0.036794,0.376,"2013-01-01 00:00",0.0284,"2013-03-11 00:00",0.023,"2013-06-30 00:00",0.0211,"2013-05-19 00:00","","","","",0.0284,0.023,0.02,0.0096,0.0055,0.00405,0.0024,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88117",5,37.90084,-90.42388,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",103,0.006969,0.010568,0.0435,"2013-02-21 00:00",0.0435,"2013-07-21 00:00",0.043,"2013-02-18 00:00",0.043,"2013-04-16 00:00","","","","",0.0435,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88118",5,37.90084,-90.42388,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",103,0.009431,0.006519,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88126",5,37.90084,-90.42388,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",2,0.041166,0.036368,0.3,"2013-06-12 00:00",0.132,"2013-05-01 00:00",0.118,"2013-10-01 00:00",0.113,"2013-05-19 00:00","","","","",0.132,0.118,0.106,0.0751,0.047,0.0342,0.0133,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88128",5,37.90084,-90.42388,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.001534,0.002879,0.022,"2013-07-18 00:00",0.01,"2013-07-21 00:00",0.009,"2013-06-03 00:00",0.007,"2013-02-24 00:00","","","","",0.01,0.009,0.006,0.004,0.002,0,0,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88131",5,37.90084,-90.42388,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",98,0.010398,0.004074,0.026,"2013-10-07 00:00",0.025,"2013-02-27 00:00",0.021,"2013-10-19 00:00",0.0165,"2013-01-25 00:00","","","","",0.025,0.021,0.0165,0.0165,0.011,0.008,0.007,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88132",5,37.90084,-90.42388,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.001097,0.001418,0.008,"2013-06-12 00:00",0.006,"2013-10-01 00:00",0.005,"2013-09-07 00:00",0.004,"2013-04-10 00:00","","","","",0.006,0.005,0.004,0.003,0.001,0.001,0,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88136",5,37.90084,-90.42388,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",0,0.00067,0.001484,0.008,"2013-04-10 00:00",0.007,"2013-05-19 00:00",0.006,"2013-10-01 00:00",0.004,"2013-02-12 00:00","","","","",0.007,0.006,0.004,0.002,0.001,0,0,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88140",5,37.90084,-90.42388,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",90,0.009376,0.00841,0.054,"2013-09-07 00:00",0.0498,"2013-02-09 00:00",0.035,"2013-09-04 00:00",0.033,"2013-09-01 00:00","","","","",0.0498,0.035,0.025,0.019,0.009,0.006,0.0055,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88152",5,37.90084,-90.42388,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",103,0.005721,0.001603,0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88154",5,37.90084,-90.42388,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",99,0.001078,0.000375,0.0034,"2013-08-17 00:00",0.0023,"2013-03-29 00:00",0.0016,"2013-03-23 00:00",0.0016,"2013-05-22 00:00","","","","",0.0023,0.0016,0.0013,0.0013,0.0013,0.001,0.00065,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88160",5,37.90084,-90.42388,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",100,0.013199,0.004595,0.035,"2013-03-29 00:00",0.029,"2013-09-13 00:00",0.025,"2013-05-16 00:00",0.0185,"2013-10-31 00:00","","","","",0.029,0.025,0.018,0.018,0.016,0.01,0.01,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88161",5,37.90084,-90.42388,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",93,0.00305,0.00391,0.0402,"2013-06-12 00:00",0.011,"2013-06-27 00:00",0.0077,"2013-05-01 00:00",0.0064,"2013-07-30 00:00","","","","",0.011,0.0077,0.0057,0.00265,0.00265,0.0025,0.0021,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88164",5,37.90084,-90.42388,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",96,0.001892,0.001178,0.0082,"2013-03-23 00:00",0.008,"2013-08-11 00:00",0.0064,"2013-09-04 00:00",0.0048,"2013-02-21 00:00","","","","",0.008,0.0064,0.0046,0.0019,0.0019,0.0016,0.0015,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88165",5,37.90084,-90.42388,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",6,0.080191,0.105533,0.961,"2013-06-12 00:00",0.31,"2013-05-01 00:00",0.301,"2013-06-27 00:00",0.256,"2013-09-01 00:00","","","","",0.31,0.301,0.181,0.148,0.102,0.055,0.017,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88166",5,37.90084,-90.42388,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.008224,0.004751,0.019,"2013-04-19 00:00",0.019,"2013-10-31 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88167",5,37.90084,-90.42388,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",29,0.005037,0.006166,0.059,"2013-07-21 00:00",0.0153,"2013-03-29 00:00",0.0126,"2013-10-10 00:00",0.0125,"2013-03-08 00:00","","","","",0.0153,0.0126,0.0117,0.0089,0.0061,0.0043,0.0013,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88168",5,37.90084,-90.42388,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.001226,0.000303,0.0021,"2013-07-06 00:00",0.00175,"2013-01-25 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-03-05 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88169",5,37.90084,-90.42388,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",1,0.720554,0.434222,1.83,"2013-05-19 00:00",1.79,"2013-08-26 00:00",1.71,"2013-03-08 00:00",1.64,"2013-06-06 00:00","","","","",1.79,1.71,1.62,1.34,1.01,0.614,0.272,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88176",5,37.90084,-90.42388,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.000994,0.00025,0.0024,"2013-10-13 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88180",5,37.90084,-90.42388,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",3,0.059712,0.042443,0.229,"2013-09-19 00:00",0.208,"2013-06-21 00:00",0.185,"2013-07-06 00:00",0.176,"2013-05-19 00:00","","","","",0.208,0.185,0.135,0.106,0.0792,0.053,0.0218,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88184",5,37.90084,-90.42388,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",81,0.032932,0.039922,0.339,"2013-04-10 00:00",0.161,"2013-05-19 00:00",0.122,"2013-01-28 00:00",0.113,"2013-07-21 00:00","","","","",0.161,0.122,0.094,0.072,0.027,0.02,0.0155,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88185",5,37.90084,-90.42388,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",102,0.003358,0.003542,0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-04-19 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88301",5,37.90084,-90.42388,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",9,0.534788,0.511654,2.08,"2013-01-01 00:00",2.05,"2013-01-25 00:00",2,"2013-01-07 00:00",1.74,"2013-02-27 00:00","","","","",2.05,2,1.63,1.28,0.79,0.369,0.023,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88302",5,37.90084,-90.42388,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",9,0.057044,0.060559,0.425,"2013-04-10 00:00",0.297,"2013-06-21 00:00",0.22,"2013-05-19 00:00",0.211,"2013-04-25 00:00","","","","",0.297,0.22,0.18,0.097,0.063,0.04,0.015,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88303",5,37.90084,-90.42388,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",28,0.04046,0.035229,0.196,"2013-05-19 00:00",0.152,"2013-09-19 00:00",0.146,"2013-06-21 00:00",0.141,"2013-01-01 00:00","","","","",0.152,0.146,0.116,0.085,0.0506,0.033,0.0115,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88306",5,37.90084,-90.42388,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",2,0.73337,1.025892,5.97,"2013-01-01 00:00",4.66,"2013-01-25 00:00",4.28,"2013-01-07 00:00",3.17,"2013-02-21 00:00","","","","",4.66,4.28,2.91,1.74,0.761,0.326,0.146,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88355",5,37.90084,-90.42388,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,2.026538,1.190847,6.92,"2013-09-19 00:00",6.51,"2013-09-28 00:00",4.96,"2013-09-10 00:00",4.17,"2013-01-04 00:00","","","","",6.51,4.96,4.02,3.5,2.58,1.78,0.912,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88357",5,37.90084,-90.42388,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",4,0.131913,0.07305,0.363,"2013-10-28 00:00",0.331,"2013-11-03 00:00",0.307,"2013-11-09 00:00",0.303,"2013-01-16 00:00","","","","",0.331,0.307,0.292,0.241,0.168,0.121,0.059,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88370",5,37.90084,-90.42388,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,1.836173,1.099845,6.51,"2013-09-19 00:00",6.02,"2013-09-28 00:00",4.74,"2013-09-10 00:00",3.91,"2013-07-03 00:00","","","","",6.02,4.74,3.64,3.21,2.33,1.63,0.837,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88374",5,37.90084,-90.42388,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",2,0.139279,0.148782,1,"2013-09-19 00:00",0.565,"2013-08-23 00:00",0.559,"2013-09-28 00:00",0.539,"2013-06-24 00:00","","","","",0.565,0.559,0.437,0.328,0.156,0.1,0.031,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88375",5,37.90084,-90.42388,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.447029,0.262464,1.32,"2013-09-10 00:00",1.32,"2013-09-19 00:00",1.25,"2013-09-28 00:00",1.12,"2013-06-21 00:00","","","","",1.32,1.25,0.939,0.799,0.56,0.425,0.186,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88376",5,37.90084,-90.42388,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.498558,0.293197,1.55,"2013-09-28 00:00",1.4,"2013-09-19 00:00",1.28,"2013-07-03 00:00",1.26,"2013-01-04 00:00","","","","",1.4,1.28,1.06,0.932,0.614,0.432,0.189,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88377",5,37.90084,-90.42388,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",1,0.35225,0.219627,0.975,"2013-09-10 00:00",0.954,"2013-05-19 00:00",0.939,"2013-09-28 00:00",0.877,"2013-09-19 00:00","","","","",0.954,0.939,0.831,0.655,0.468,0.293,0.141,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88378",5,37.90084,-90.42388,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",3,0.399212,0.281042,1.91,"2013-09-19 00:00",1.73,"2013-09-28 00:00",1.03,"2013-09-10 00:00",0.866,"2013-06-21 00:00","","","","",1.73,1.03,0.812,0.684,0.484,0.355,0.156,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88380",5,37.90084,-90.42388,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",3,0.322365,0.170775,0.736,"2013-06-21 00:00",0.725,"2013-10-28 00:00",0.692,"2013-09-28 00:00",0.688,"2013-11-03 00:00","","","","",0.725,0.692,0.666,0.537,0.444,0.308,0.126,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88383",5,37.90084,-90.42388,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",3,0.659047,0.407059,2.54,"2013-09-19 00:00",2.38,"2013-09-28 00:00",1.58,"2013-06-21 00:00",1.34,"2013-09-10 00:00","","","","",2.38,1.58,1.29,1.07,0.83,0.576,0.269,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88384",5,37.90084,-90.42388,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",3,0.062247,0.03535,0.2,"2013-02-27 00:00",0.165,"2013-07-30 00:00",0.157,"2013-08-02 00:00",0.15,"2013-06-30 00:00","","","","",0.165,0.157,0.13,0.113,0.0739,0.0555,0.0322,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88385",5,37.90084,-90.42388,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",101,0.00111,0.000699,0.00692,"2013-06-12 00:00",0.00456,"2013-08-17 00:00",0.00297,"2013-08-05 00:00",0.001,"2013-01-04 00:00","","","","",0.00456,0.00297,0.001,0.001,0.001,0.001,0.001,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88388",5,37.90084,-90.42388,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",3,0.58975,0.370806,2.32,"2013-09-19 00:00",2.21,"2013-09-28 00:00",1.31,"2013-06-21 00:00",1.25,"2013-09-10 00:00","","","","",2.21,1.31,1.22,0.982,0.736,0.549,0.244,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88403",5,37.90084,-90.42388,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",2,1.796626,1.153634,4.92,"2013-05-19 00:00",4.49,"2013-08-23 00:00",4.44,"2013-08-17 00:00",4.41,"2013-08-26 00:00","","","","",4.49,4.44,4.14,3.64,2.49,1.53,0.589,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","186","0005","88502",5,37.90084,-90.42388,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,9.372549,4.609851,24.8,"2013-09-19 00:00",19.3,"2013-09-01 00:00",19,"2013-01-01 00:00",18.7,"2013-06-21 00:00","","","","",19.3,19,18.1,15.6,12,9.2,4,"Bonne Terre","BONNE TERRE: 15797 Highway D, Bonne Terre, MO 63628","Missouri","Sainte Genevieve","","","2014-02-13" +"29","187","0006","14129",1,37.864911,-90.508147,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",53,87,53,61,0,1,0,0,"Certification not required",0,0.016226,0.017556,0.116,"2013-05-28 00:00",0.049,"2013-05-22 00:00",0.047,"2013-07-27 00:00",0.038,"2013-04-10 00:00","","","","",0.116,0.049,0.047,0.03,0.021,0.011,0.004,"Park Hills","PARK HILLS: 105 Industrial Dr., Park Hills, MO 63601","Missouri","Saint Francois","Park Hills","Farmington, MO","2014-02-09" +"29","187","0006","68105",1,37.864911,-90.508147,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,14.584828,9.364487,28.6,"2013-08-31 00:00",28.5,"2013-06-12 00:00",28.2,"2013-07-09 00:00",28,"2013-09-09 00:00","","","","",28.2,27.4,26.2,24.9,22.2,17.3,0.8,"Park Hills","PARK HILLS: 105 Industrial Dr., Park Hills, MO 63601","Missouri","Saint Francois","Park Hills","Farmington, MO","2014-02-09" +"29","187","0006","68108",1,37.864911,-90.508147,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,740.496552,4.260747,755,"2013-11-12 00:00",754,"2013-11-24 00:00",753,"2013-11-23 00:00",753,"2013-12-07 00:00","","","","",753,751,748,746,743,740,736,"Park Hills","PARK HILLS: 105 Industrial Dr., Park Hills, MO 63601","Missouri","Saint Francois","Park Hills","Farmington, MO","2014-02-09" +"29","187","0007","14129",1,37.814191,-90.507487,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",103,100,54,61,0,3,0,0,"Certification not required",0,0.044563,0.093348,0.763,"2013-05-01 00:00",0.417,"2013-05-28 00:00",0.302,"2013-04-04 00:00",0.181,"2013-10-13 00:00","","","","",0.417,0.302,0.174,0.095,0.048,0.016,0.005,"St. Joe State Park","ST. JOE STATE PARK: 2800 Pimville Road, Park Hills, 63601","Missouri","Saint Francois","Park Hills","Farmington, MO","2014-02-09" +"29","187","0007","68105",1,37.814191,-90.507487,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",305,100,61,61,0,0,"","","Certification not required",0,13.92623,9.620402,28.6,"2013-08-31 00:00",28.5,"2013-06-12 00:00",28.2,"2013-07-09 00:00",28,"2013-09-09 00:00","","","","",28,27.1,26.2,24.9,21.6,16.7,-0.7,"St. Joe State Park","ST. JOE STATE PARK: 2800 Pimville Road, Park Hills, 63601","Missouri","Saint Francois","Park Hills","Farmington, MO","2014-02-09" +"29","187","0007","68108",1,37.814191,-90.507487,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",305,100,61,61,0,0,"","","Certification not required",0,740.583607,4.228708,755,"2013-11-12 00:00",754,"2013-11-24 00:00",753,"2013-11-23 00:00",753,"2013-12-07 00:00","","","","",753,751,748,746,743,740,736,"St. Joe State Park","ST. JOE STATE PARK: 2800 Pimville Road, Park Hills, 63601","Missouri","Saint Francois","Park Hills","Farmington, MO","2014-02-09" +"29","189","0005","44201",1,38.4902,-90.7052,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5122,100,214,214,0,14,0,0,"Certification not required",443,0.048556,0.012371,0.091,"2013-08-23 14:00",0.086,"2013-09-05 14:00",0.079,"2013-06-19 16:00",0.075,"2013-07-13 13:00","","","","",0.079,0.075,0.07,0.064,0.056,0.049,0.032,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2013-11-25" +"29","189","0005","44201",1,38.4902,-90.7052,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.043234,0.011218,0.076,"2013-08-23 10:00",0.07,"2013-06-19 10:00",0.069,"2013-09-05 11:00",0.067,"2013-07-13 10:00","","","","",0.069,0.067,0.061,0.057,0.05,0.044,0.029,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2013-11-25" +"29","189","0005","44201",1,38.4902,-90.7052,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,1,1,"Certification not required",0,0.043234,0.011218,0.076,"2013-08-23 10:00",0.07,"2013-06-19 10:00",0.069,"2013-09-05 11:00",0.067,"2013-07-13 10:00","","","","",0.069,0.067,0.061,0.057,0.05,0.044,0.029,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2013-11-25" +"29","189","0005","61103",1,38.4902,-90.7052,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8689,99,362,365,0,71,"","","Certification not required",0,2.573,1.993628,11.6,"2013-04-14 16:00",11.4,"2013-02-10 10:00",10.9,"2013-04-14 14:00",10.6,"2013-02-03 10:00","","","","",8.3,7.6,6.4,5.5,3.8,2.1,0.3,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2014-02-09" +"29","189","0005","61104",1,38.4902,-90.7052,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8689,99,362,365,0,71,"","","Certification not required",0,234.976867,104.488084,360,"2013-01-14 19:00",360,"2013-01-15 07:00",360,"2013-01-26 00:00",360,"2013-03-14 23:00","","","","",356,352,345,340,330,282,83,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2014-02-09" +"29","189","0005","62101",1,38.4902,-90.7052,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8016,92,334,365,0,0,"","","Certification not required",0,56.071856,19.49617,101,"2013-08-31 13:00",101,"2013-08-31 14:00",100,"2013-08-30 13:00",100,"2013-08-30 14:00","","","","",93,90,86,81,71,58,29,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2014-01-26" +"29","189","0005","62107",1,38.4902,-90.7052,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7296,83,304,365,0,0,"","","Certification not required",0,78.305784,5.618129,84,"2013-01-28 16:00",84,"2013-01-28 17:00",84,"2013-01-28 18:00",84,"2013-04-05 17:00","","","","",84,84,84,83,83,82,69,"Pacific","PACIFIC: 18701 Old Highway 66, Pacific, MO 63039","Missouri","Saint Louis","","St. Louis, MO-IL","2013-11-25" +"29","189","0014","44201",1,38.7109,-90.4759,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5123,100,214,214,0,13,0,0,"Certification not required",43,0.050458,0.013667,0.098,"2013-09-05 14:00",0.092,"2013-09-06 15:00",0.083,"2013-06-05 15:00",0.079,"2013-07-18 15:00","","","","",0.083,0.078,0.073,0.068,0.06,0.05,0.033,"Maryland Heights","MARYLAND HEIGHTS: 13044 Marine Avenue, Maryland Heights, MO 63146","Missouri","Saint Louis","Maryland Heights","St. Louis, MO-IL","2013-11-25" +"29","189","0014","44201",1,38.7109,-90.4759,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,1,1,"Certification not required",0,0.044888,0.012633,0.085,"2013-09-06 10:00",0.076,"2013-09-05 10:00",0.072,"2013-07-18 11:00",0.07,"2013-06-05 10:00","","","","",0.072,0.07,0.067,0.06,0.054,0.045,0.028,"Maryland Heights","MARYLAND HEIGHTS: 13044 Marine Avenue, Maryland Heights, MO 63146","Missouri","Saint Louis","Maryland Heights","St. Louis, MO-IL","2013-11-25" +"29","189","0014","44201",1,38.7109,-90.4759,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,2,2,"Certification not required",0,0.044888,0.012633,0.085,"2013-09-06 10:00",0.076,"2013-09-05 10:00",0.072,"2013-07-18 11:00",0.07,"2013-06-05 10:00","","","","",0.072,0.07,0.067,0.06,0.054,0.045,0.028,"Maryland Heights","MARYLAND HEIGHTS: 13044 Marine Avenue, Maryland Heights, MO 63146","Missouri","Saint Louis","Maryland Heights","St. Louis, MO-IL","2013-11-25" +"29","189","0014","61103",1,38.7109,-90.4759,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,2.909994,1.885429,14.2,"2013-02-10 10:00",13.4,"2013-02-10 09:00",11.9,"2013-02-10 07:00",11.9,"2013-04-14 16:00","","","","",8.6,7.7,6.7,5.6,3.9,2.5,0.9,"Maryland Heights","MARYLAND HEIGHTS: 13044 Marine Avenue, Maryland Heights, MO 63146","Missouri","Saint Louis","Maryland Heights","St. Louis, MO-IL","2014-02-09" +"29","189","0014","61104",1,38.7109,-90.4759,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,194.018275,94.320179,360,"2013-01-20 08:00",360,"2013-03-21 04:00",360,"2013-05-07 13:00",360,"2013-05-10 23:00","","","","",356,354,346,326,278,182,69,"Maryland Heights","MARYLAND HEIGHTS: 13044 Marine Avenue, Maryland Heights, MO 63146","Missouri","Saint Louis","Maryland Heights","St. Louis, MO-IL","2014-02-09" +"29","189","0014","62107",1,38.7109,-90.4759,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,79.205378,3.691959,89,"2013-02-21 23:00",89,"2013-02-22 03:00",88,"2013-02-21 22:00",87,"2013-02-21 21:00","","","","",83,83,82,82,81,81,73,"Maryland Heights","MARYLAND HEIGHTS: 13044 Marine Avenue, Maryland Heights, MO 63146","Missouri","Saint Louis","Maryland Heights","St. Louis, MO-IL","2013-11-25" +"29","189","0015","61103",1,38.456762,-90.327477,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,1.522927,1.36668,10.5,"2013-11-17 12:00",10.3,"2013-02-11 00:00",10.2,"2013-02-10 23:00",9.6,"2013-11-17 11:00","","","","",6,5.2,4.3,3.4,2.2,1.2,0.1,"Oakville","OAKVILLE: 6115 Frontenac Pointe Court, Oakville, MO 63129","Missouri","Saint Louis","Oakville","St. Louis, MO-IL","2014-02-09" +"29","189","0015","61104",1,38.456762,-90.327477,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,188.816313,95.16682,360,"2013-01-20 05:00",360,"2013-01-20 14:00",360,"2013-02-08 15:00",360,"2013-03-16 10:00","","","","",354,350,332,314,252,218,59,"Oakville","OAKVILLE: 6115 Frontenac Pointe Court, Oakville, MO 63129","Missouri","Saint Louis","Oakville","St. Louis, MO-IL","2014-02-09" +"29","189","0015","62107",1,38.456762,-90.327477,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8754,100,365,365,0,6,"","","Certification not required",0,77.257939,3.889446,82,"2013-01-09 15:00",82,"2013-01-09 16:00",82,"2013-01-11 18:00",82,"2013-01-12 13:00","","","","",82,82,81,81,80,80,72,"Oakville","OAKVILLE: 6115 Frontenac Pointe Court, Oakville, MO 63129","Missouri","Saint Louis","Oakville","St. Louis, MO-IL","2014-02-09" +"29","189","0015","81102",3,38.456762,-90.327477,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8547,98,356,365,0,213,"","","Certification not required",0,15.601147,11.890745,292,"2013-09-05 06:00",236,"2013-04-29 17:00",188,"2013-08-30 06:00",185,"2013-08-14 23:00","","","","",55,42,32,26,19,13,6,"Oakville","OAKVILLE: 6115 Frontenac Pointe Court, Oakville, MO 63129","Missouri","Saint Louis","Oakville","St. Louis, MO-IL","2014-02-09" +"29","189","0015","81102",3,38.456762,-90.327477,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,15.171348,7.441897,58,"2013-09-05 00:00",40,"2013-04-30 00:00",40,"2013-06-12 00:00",39,"2013-08-29 00:00","","","","",39,35,29,24,19,14,7,"Oakville","OAKVILLE: 6115 Frontenac Pointe Court, Oakville, MO 63129","Missouri","Saint Louis","Oakville","St. Louis, MO-IL","2014-02-09" +"29","189","3001","61103",1,38.650259,-90.350463,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,3.709192,2.273796,12.5,"2013-01-31 16:00",12.4,"2013-03-05 15:00",12.4,"2013-11-17 13:00",12.3,"2013-03-05 14:00","","","","",9.8,9.1,7.9,6.9,5.1,3.4,0.9,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","61104",1,38.650259,-90.350463,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,224.805207,84.502721,360,"2013-05-06 00:00",360,"2013-07-24 02:00",360,"2013-10-13 15:00",359,"2013-01-15 13:00","","","","",353,349,342,332,305,218,130,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","62101",1,38.650259,-90.350463,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8744,100,364,365,0,16,"","","Certification not required",0,55.247713,20.508595,101,"2013-08-31 13:00",101,"2013-08-31 14:00",100,"2013-08-30 14:00",100,"2013-08-31 12:00","","","","",93,91,87,81,72,56,28,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","62107",1,38.650259,-90.350463,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,73.616553,2.088164,78,"2013-04-09 11:00",78,"2013-04-09 18:00",78,"2013-04-17 22:00",78,"2013-04-18 01:00","","","","",78,77,77,77,76,73,72,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","62201",1,38.650259,-90.350463,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8744,100,364,365,0,16,"","","Certification not required",0,68.781679,17.626957,97,"2013-10-30 05:00",97,"2013-10-30 06:00",97,"2013-10-30 07:00",96,"2013-01-10 21:00","","","","",95,95,93,91,84,70,44,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","64101",1,38.650259,-90.350463,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8750,100,365,365,0,10,"","","Certification not required",0,998.168674,6.863919,1022.6,"2013-11-12 09:00",1022.6,"2013-11-12 11:00",1022.6,"2013-11-12 21:00",1021.2,"2013-11-12 07:00","","","","",1015.9,1013.2,1009.2,1007.9,1002.6,997.2,990.6,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","85101",5,38.650259,-90.350463,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7937,91,333,365,0,823,"","","Certification not required",0,18.73781,9.964006,175,"2013-01-12 11:00",109,"2013-01-12 10:00",97,"2013-02-24 08:00",92,"2013-02-24 09:00","","","","",47,42,36,31,24,17,8,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","86502",1,38.650259,-90.350463,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7937,91,333,365,0,823,"","","Certification not required",0,6.030742,4.633755,143,"2013-01-12 11:00",84.5,"2013-01-12 10:00",66.7,"2013-08-22 01:00",64.7,"2013-09-15 19:00","","","","",20.8,17.5,13.5,11,7.7,5.2,1.8,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88101",4,38.650259,-90.350463,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8594,98,365,365,0,166,"","","Certification not required",0,11.363998,7.17691,80,"2013-02-24 08:00",59,"2013-02-24 07:00",56.6,"2013-03-03 07:00",53.2,"2013-02-23 20:00","","","","",31.2,28.3,24,20.7,15.5,10.5,3.1,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88101",4,38.650259,-90.350463,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,11.331129,5.031706,30.9,"2013-02-24 00:00",25.1,"2013-12-02 00:00",24.7,"2013-12-16 00:00",24.2,"2013-02-23 00:00","","","","",24.2,22.5,20.6,18.2,14.3,11,5.3,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88101",4,38.650259,-90.350463,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,11.331129,5.031706,30.9,"2013-02-24 00:00",25.1,"2013-12-02 00:00",24.7,"2013-12-16 00:00",24.2,"2013-02-23 00:00","","","","",24.2,22.5,20.6,18.2,14.3,11,5.3,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88500",1,38.650259,-90.350463,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8594,98,363,365,0,166,"","","Certification not required",0,12.690912,7.582852,80.2,"2013-02-24 08:00",60.3,"2013-02-24 07:00",57.9,"2013-03-03 07:00",54.7,"2013-02-23 20:00","","","","",33.1,30.2,25.9,22.5,17.2,11.9,3.8,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88500",1,38.650259,-90.350463,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,12.656474,5.328655,32.6,"2013-02-24 00:00",27,"2013-12-02 00:00",26.6,"2013-12-16 00:00",25.9,"2013-02-23 00:00","","","","",25.9,24.3,22.5,20,15.9,12.4,6.2,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88503",1,38.650259,-90.350463,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8594,98,363,365,0,166,"","","Certification not required",0,-4.026297,3.572127,37.7,"2013-01-16 07:00",29.8,"2013-03-03 07:00",28.8,"2013-12-11 07:00",22.3,"2013-11-13 07:00","","","","",3.7,2.8,1.3,0.1,-1.7,-3.9,-8.4,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","189","3001","88503",1,38.650259,-90.350463,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,-3.971074,2.030272,0.3,"2013-12-11 00:00",0.3,"2013-12-22 00:00",0,"2013-01-18 00:00",0,"2013-04-24 00:00","","","","",0,-0.4,-1.2,-1.6,-2.4,-3.7,-6.9,"Ladue","LADUE: 73 Hunter Avenue, Ladue, MO 63105","Missouri","Saint Louis","Ladue","St. Louis, MO-IL","2014-02-09" +"29","207","0001","85101",1,36.97,-90.14,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,12.685334,9.362126,61.2494,"2013-04-04 00:00",24.5179,"2013-01-25 00:00",24.2724,"2013-05-28 00:00",23.6628,"2013-01-07 00:00","","","","",61.2494,61.2494,24.2724,22.1709,17.485,10.573,4.9519,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","86502",1,36.97,-90.14,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.38,7.41452,49,"2013-04-04 00:00",16,"2013-05-28 00:00",14,"2013-05-13 00:00",12,"2013-05-16 00:00","","","","",49,49,14,12,7,3,1,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88103",1,36.97,-90.14,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00026,0.000443,0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-25 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88104",1,36.97,-90.14,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.03164,0.033484,0.1898,"2013-04-04 00:00",0.1106,"2013-05-01 00:00",0.0889,"2013-05-16 00:00",0.0886,"2013-05-13 00:00","","","","",0.1898,0.1898,0.0889,0.0765,0.0361,0.0218,0.0067,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88109",1,36.97,-90.14,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00326,0.002232,0.0113,"2013-02-21 00:00",0.0084,"2013-03-23 00:00",0.0082,"2013-02-24 00:00",0.0074,"2013-02-09 00:00","","","","",0.0113,0.0113,0.0082,0.0062,0.004,0.0029,0.001,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88111",1,36.97,-90.14,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.05689,0.081779,0.5461,"2013-04-04 00:00",0.1845,"2013-05-25 00:00",0.1705,"2013-05-13 00:00",0.1242,"2013-05-16 00:00","","","","",0.5461,0.5461,0.1705,0.1195,0.0688,0.0354,0.0131,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88112",1,36.97,-90.14,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-03-14 00:00",0.001,"2013-05-01 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88114",1,36.97,-90.14,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.000743,0.000417,0.0015,"2013-01-07 00:00",0.0015,"2013-01-22 00:00",0.0015,"2013-05-01 00:00",0.0014,"2013-01-16 00:00","","","","",0.0015,0.0015,0.0015,0.0014,0.0011,0.0007,0.0002,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88115",1,36.97,-90.14,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.001655,0.001341,0.0051,"2013-04-04 00:00",0.0043,"2013-05-19 00:00",0.0041,"2013-02-09 00:00",0.004,"2013-01-16 00:00","","","","",0.0051,0.0051,0.0041,0.0039,0.0027,0.0013,0.00015,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88126",1,36.97,-90.14,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.030298,0.022486,0.1194,"2013-04-04 00:00",0.0824,"2013-05-16 00:00",0.0818,"2013-05-01 00:00",0.0605,"2013-05-13 00:00","","","","",0.1194,0.1194,0.0818,0.0601,0.0375,0.0256,0.0088,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88128",1,36.97,-90.14,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00274,0.002702,0.015,"2013-03-05 00:00",0.01,"2013-02-24 00:00",0.01,"2013-04-28 00:00",0.006,"2013-01-25 00:00","","","","",0.015,0.015,0.01,0.005,0.003,0.002,0.001,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88132",1,36.97,-90.14,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0012,0.000808,0.003,"2013-04-04 00:00",0.003,"2013-05-01 00:00",0.003,"2013-05-13 00:00",0.003,"2013-05-16 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88136",1,36.97,-90.14,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2e-05,0.000141,0.001,"2013-05-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88140",1,36.97,-90.14,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.022948,0.043356,0.2649,"2013-04-04 00:00",0.1305,"2013-05-25 00:00",0.0818,"2013-05-13 00:00",0.0742,"2013-05-16 00:00","","","","",0.2649,0.2649,0.0818,0.0661,0.0235,0.011,0.00105,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88152",1,36.97,-90.14,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.002711,0.002587,0.0089,"2013-03-08 00:00",0.0081,"2013-05-10 00:00",0.0076,"2013-01-07 00:00",0.0072,"2013-04-16 00:00","","","","",0.0089,0.0089,0.0076,0.0062,0.0046,0.0021,0.00015,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88154",1,36.97,-90.14,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.000584,0.000389,0.0016,"2013-03-23 00:00",0.0016,"2013-05-19 00:00",0.0014,"2013-05-16 00:00",0.0012,"2013-04-16 00:00","","","","",0.0016,0.0016,0.0014,0.0011,0.0008,0.0006,0.0001,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88161",1,36.97,-90.14,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.002176,0.001784,0.0086,"2013-04-04 00:00",0.0071,"2013-05-01 00:00",0.0062,"2013-05-16 00:00",0.0048,"2013-05-13 00:00","","","","",0.0086,0.0086,0.0062,0.0046,0.0027,0.0017,0.0004,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88164",1,36.97,-90.14,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.000405,0.000366,0.0014,"2013-04-10 00:00",0.0014,"2013-05-19 00:00",0.0012,"2013-01-22 00:00",0.0012,"2013-01-28 00:00","","","","",0.0014,0.0014,0.0012,0.001,0.0006,0.0003,5e-05,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88165",1,36.97,-90.14,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.106302,0.13577,0.7919,"2013-04-04 00:00",0.352,"2013-05-25 00:00",0.3489,"2013-05-13 00:00",0.3217,"2013-05-16 00:00","","","","",0.7919,0.7919,0.3489,0.3207,0.1158,0.0604,0.0174,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88167",1,36.97,-90.14,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00618,0.003782,0.0207,"2013-04-25 00:00",0.014,"2013-01-19 00:00",0.0118,"2013-01-04 00:00",0.0114,"2013-01-16 00:00","","","","",0.0207,0.0207,0.0118,0.0113,0.0088,0.0055,0.0024,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88168",1,36.97,-90.14,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000283,0.000171,0.0008,"2013-04-04 00:00",0.0007,"2013-04-10 00:00",0.0006,"2013-01-07 00:00",0.0006,"2013-01-19 00:00","","","","",0.0008,0.0008,0.0006,0.0006,0.0004,0.0003,0.0001,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88169",1,36.97,-90.14,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.600056,0.32238,1.4195,"2013-05-19 00:00",1.3829,"2013-02-09 00:00",1.3445,"2013-03-08 00:00",1.219,"2013-04-16 00:00","","","","",1.4195,1.4195,1.3445,1.2041,0.7337,0.5424,0.2738,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88176",1,36.97,-90.14,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000177,9.6e-05,0.0007,"2013-01-28 00:00",0.0005,"2013-03-23 00:00",0.0003,"2013-01-25 00:00",0.0003,"2013-03-05 00:00","","","","",0.0007,0.0007,0.0003,0.0003,0.00015,0.00015,0.00015,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88180",1,36.97,-90.14,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.045802,0.02737,0.1533,"2013-01-04 00:00",0.1209,"2013-05-19 00:00",0.1005,"2013-04-04 00:00",0.0703,"2013-05-01 00:00","","","","",0.1533,0.1533,0.1005,0.0695,0.0617,0.0442,0.0178,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88184",1,36.97,-90.14,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.041603,0.064038,0.3768,"2013-04-10 00:00",0.1635,"2013-04-16 00:00",0.1632,"2013-05-19 00:00",0.1468,"2013-05-31 00:00","","","","",0.3768,0.3768,0.1632,0.1271,0.045,0.0187,0.0016,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88185",1,36.97,-90.14,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000715,0.000436,0.0032,"2013-01-28 00:00",0.0017,"2013-02-15 00:00",0.0015,"2013-04-28 00:00",0.0014,"2013-01-25 00:00","","","","",0.0032,0.0032,0.0015,0.0007,0.0007,0.00065,0.0004,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88203",1,36.97,-90.14,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.031983,0.040846,0.2252,"2013-04-10 00:00",0.1843,"2013-01-28 00:00",0.0833,"2013-05-31 00:00",0.0753,"2013-02-18 00:00","","","","",0.2252,0.2252,0.0833,0.0676,0.0419,0.018,0.00855,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88306",1,36.97,-90.14,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.191474,1.163012,4.76,"2013-01-07 00:00",4.661,"2013-01-25 00:00",3.6353,"2013-01-01 00:00",3.3736,"2013-02-21 00:00","","","","",4.76,4.76,3.6353,3.2041,1.6325,0.7918,0.1876,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88320",1,36.97,-90.14,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.23,0.863035,5.09,"2013-01-04 00:00",3.56,"2013-01-07 00:00",2.26,"2013-04-04 00:00",2.14,"2013-01-25 00:00","","","","",5.09,5.09,2.26,2.1,1.6,1.06,0.39,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88321",1,36.97,-90.14,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.2618,0.15129,0.73,"2013-01-07 00:00",0.66,"2013-01-04 00:00",0.54,"2013-04-04 00:00",0.46,"2013-05-01 00:00","","","","",0.73,0.73,0.54,0.43,0.34,0.27,0.09,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88324",1,36.97,-90.14,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.044746,0.090468,0.5113,"2013-01-04 00:00",0.425,"2013-01-07 00:00",0.116,"2013-02-12 00:00",0.0868,"2013-01-19 00:00","","","","",0.5113,0.5113,0.116,0.0791,0.0294,0.0226,0.01015,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88325",1,36.97,-90.14,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.275335,0.193299,1.1307,"2013-01-04 00:00",0.706,"2013-01-07 00:00",0.5317,"2013-01-25 00:00",0.495,"2013-05-16 00:00","","","","",1.1307,1.1307,0.5317,0.49,0.3559,0.2569,0.087,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88326",1,36.97,-90.14,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.320323,0.291608,1.8184,"2013-01-04 00:00",0.7532,"2013-01-07 00:00",0.7036,"2013-03-29 00:00",0.6151,"2013-04-04 00:00","","","","",1.8184,1.8184,0.7036,0.612,0.4438,0.2677,0.0378,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88327",1,36.97,-90.14,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.2776,0.200797,1.0572,"2013-01-04 00:00",0.7781,"2013-04-04 00:00",0.7708,"2013-01-07 00:00",0.508,"2013-01-25 00:00","","","","",1.0572,1.0572,0.7708,0.471,0.3557,0.2384,0.0833,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88328",1,36.97,-90.14,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.317466,0.151272,0.91,"2013-01-07 00:00",0.5694,"2013-01-04 00:00",0.5348,"2013-04-07 00:00",0.5347,"2013-05-19 00:00","","","","",0.91,0.91,0.5348,0.5038,0.4016,0.3228,0.15,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88329",1,36.97,-90.14,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.518304,0.280953,1.4954,"2013-01-07 00:00",1.1788,"2013-01-04 00:00",0.9395,"2013-05-19 00:00",0.8999,"2013-05-01 00:00","","","","",1.4954,1.4954,0.9395,0.8533,0.6572,0.539,0.1947,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88330",1,36.97,-90.14,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.060954,0.028837,0.1487,"2013-01-07 00:00",0.1326,"2013-03-14 00:00",0.1252,"2013-05-25 00:00",0.1195,"2013-04-04 00:00","","","","",0.1487,0.1487,0.1252,0.1047,0.0701,0.0539,0.0341,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88331",1,36.97,-90.14,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,7.3e-05,0.000309,0.0022,"2013-03-23 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.0022,0.0022,0.0001,0.0001,5e-05,0,0,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88338",1,36.97,-90.14,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.016155,0.005683,0.0387,"2013-05-01 00:00",0.0286,"2013-05-25 00:00",0.0251,"2013-04-28 00:00",0.0239,"2013-02-21 00:00","","","","",0.0387,0.0387,0.0251,0.0239,0.0162,0.0146,0.01085,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88339",1,36.97,-90.14,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.475204,1.329819,5.85548,"2013-05-19 00:00",5.70446,"2013-02-09 00:00",5.5459,"2013-03-08 00:00",5.02833,"2013-04-16 00:00","","","","",5.85548,5.85548,5.5459,4.96679,3.02635,2.23752,1.1293,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88344",1,36.97,-90.14,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.537048,1.500329,6.1409,"2013-01-07 00:00",6.0132,"2013-01-25 00:00",4.6895,"2013-01-01 00:00",4.3519,"2013-02-21 00:00","","","","",6.1409,6.1409,4.6895,4.1333,2.1059,1.0214,0.242,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88348",1,36.97,-90.14,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.504494,0.59104,3.5853,"2013-04-04 00:00",1.4996,"2013-05-25 00:00",1.4971,"2013-05-13 00:00",1.4484,"2013-05-01 00:00","","","","",3.5853,3.5853,1.4971,1.4105,0.5552,0.3303,0.1199,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88350",1,36.97,-90.14,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.213462,1.553565,9.1566,"2013-01-04 00:00",6.4166,"2013-01-07 00:00",4.0592,"2013-04-04 00:00",3.8543,"2013-01-25 00:00","","","","",9.1566,9.1566,4.0592,3.7748,2.8856,1.9109,0.7076,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88403",1,36.97,-90.14,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.785162,1.020118,4.3823,"2013-05-19 00:00",4.3132,"2013-02-09 00:00",4.087,"2013-03-08 00:00",3.9325,"2013-04-16 00:00","","","","",4.3823,4.3823,4.087,3.6656,2.1739,1.612,0.7627,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","207","0001","88502",1,36.97,-90.14,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.846,3.646089,17.5,"2013-01-07 00:00",14,"2013-01-04 00:00",14,"2013-01-25 00:00",13.9,"2013-05-19 00:00","","","","",17.5,17.5,14,11.9,9.1,5.6,2.5,"","MINGO REFUGE MAINTENANCE SHED","Missouri","Stoddard","Not in a city","","2014-01-28" +"29","213","0003","85101",1,36.613879,-92.92228,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,10.0455,4.788707,25.821,"2013-05-19 00:00",21.0803,"2013-01-25 00:00",18.4353,"2013-03-08 00:00",17.6788,"2013-03-29 00:00","","","","",25.821,25.821,18.4353,16.9671,12.2274,9.3477,4.7958,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","86502",1,36.613879,-92.92228,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,3.346939,2.146228,10,"2013-01-25 00:00",7,"2013-03-14 00:00",7,"2013-05-13 00:00",7,"2013-05-28 00:00","","","","",10,10,7,6,5,3,1,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88103",1,36.613879,-92.92228,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-03-29 00:00",0.001,"2013-04-04 00:00",0.001,"2013-04-13 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88104",1,36.613879,-92.92228,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.025719,0.019595,0.095,"2013-05-01 00:00",0.067,"2013-04-01 00:00",0.0666,"2013-04-25 00:00",0.0649,"2013-04-22 00:00","","","","",0.095,0.067,0.0666,0.049,0.035,0.0199,0.0077,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88109",1,36.613879,-92.92228,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.002941,0.002514,0.0143,"2013-01-10 00:00",0.0104,"2013-03-23 00:00",0.0078,"2013-05-19 00:00",0.0064,"2013-03-08 00:00","","","","",0.0143,0.0104,0.0078,0.005,0.0037,0.0022,0.0009,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88111",1,36.613879,-92.92228,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.028961,0.015715,0.0751,"2013-01-13 00:00",0.0667,"2013-05-07 00:00",0.061,"2013-01-25 00:00",0.061,"2013-05-01 00:00","","","","",0.0751,0.0667,0.061,0.0469,0.0367,0.0253,0.0142,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88112",1,36.613879,-92.92228,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88114",1,36.613879,-92.92228,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000635,0.000511,0.0034,"2013-04-25 00:00",0.0014,"2013-04-04 00:00",0.0013,"2013-05-19 00:00",0.0012,"2013-01-25 00:00","","","","",0.0034,0.0014,0.0013,0.0011,0.0007,0.0005,0.0002,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88115",1,36.613879,-92.92228,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.001437,0.001484,0.0087,"2013-05-19 00:00",0.005,"2013-03-29 00:00",0.0043,"2013-03-08 00:00",0.0035,"2013-04-04 00:00","","","","",0.0087,0.005,0.0043,0.003,0.0017,0.001,0.00015,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88126",1,36.613879,-92.92228,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.021169,0.01291,0.0625,"2013-05-01 00:00",0.0458,"2013-04-01 00:00",0.0456,"2013-05-13 00:00",0.0428,"2013-04-25 00:00","","","","",0.0625,0.0458,0.0456,0.0386,0.0285,0.0175,0.0066,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88128",1,36.613879,-92.92228,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001804,0.001281,0.006,"2013-02-12 00:00",0.004,"2013-02-06 00:00",0.004,"2013-03-17 00:00",0.004,"2013-05-01 00:00","","","","",0.006,0.004,0.004,0.003,0.003,0.002,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88132",1,36.613879,-92.92228,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000784,0.000503,0.002,"2013-03-08 00:00",0.002,"2013-04-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-13 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88136",1,36.613879,-92.92228,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88140",1,36.613879,-92.92228,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.010937,0.01095,0.0446,"2013-04-10 00:00",0.044,"2013-05-01 00:00",0.0372,"2013-05-19 00:00",0.0349,"2013-01-28 00:00","","","","",0.0446,0.044,0.0372,0.021,0.0172,0.007,0.00105,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88152",1,36.613879,-92.92228,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.00098,0.001799,0.0081,"2013-05-28 00:00",0.0078,"2013-05-31 00:00",0.0046,"2013-02-09 00:00",0.004,"2013-02-24 00:00","","","","",0.0081,0.0078,0.0046,0.0029,0.0006,0.00015,0.00015,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88154",1,36.613879,-92.92228,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000298,0.000202,0.0009,"2013-03-08 00:00",0.0008,"2013-03-23 00:00",0.0007,"2013-04-04 00:00",0.0007,"2013-05-07 00:00","","","","",0.0009,0.0008,0.0007,0.0006,0.0004,0.0003,0.0001,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88161",1,36.613879,-92.92228,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.001768,0.001282,0.0061,"2013-05-01 00:00",0.0043,"2013-04-01 00:00",0.0041,"2013-05-13 00:00",0.0039,"2013-04-22 00:00","","","","",0.0061,0.0043,0.0041,0.0035,0.0027,0.0014,0.0004,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88164",1,36.613879,-92.92228,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000288,0.000387,0.0022,"2013-05-19 00:00",0.0013,"2013-05-28 00:00",0.0011,"2013-01-28 00:00",0.0009,"2013-04-10 00:00","","","","",0.0022,0.0013,0.0011,0.0006,0.0003,0.0001,5e-05,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88165",1,36.613879,-92.92228,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.055662,0.047442,0.2223,"2013-05-01 00:00",0.1637,"2013-05-13 00:00",0.1608,"2013-04-01 00:00",0.1344,"2013-04-25 00:00","","","","",0.2223,0.1637,0.1608,0.1168,0.0769,0.0407,0.0092,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88167",1,36.613879,-92.92228,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.005165,0.002808,0.0143,"2013-05-19 00:00",0.0133,"2013-01-10 00:00",0.0107,"2013-03-23 00:00",0.0099,"2013-03-29 00:00","","","","",0.0143,0.0133,0.0107,0.0088,0.0066,0.0044,0.0021,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88168",1,36.613879,-92.92228,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000331,0.000259,0.0015,"2013-05-07 00:00",0.0009,"2013-01-13 00:00",0.0009,"2013-05-19 00:00",0.0007,"2013-05-01 00:00","","","","",0.0015,0.0009,0.0009,0.0006,0.0004,0.0003,0.0001,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88169",1,36.613879,-92.92228,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.578441,0.303327,1.4531,"2013-05-19 00:00",1.3616,"2013-02-09 00:00",1.0967,"2013-03-08 00:00",1.0827,"2013-05-28 00:00","","","","",1.4531,1.3616,1.0967,0.9826,0.7088,0.5261,0.2601,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88176",1,36.613879,-92.92228,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000185,9.1e-05,0.0006,"2013-03-14 00:00",0.0004,"2013-01-25 00:00",0.0004,"2013-03-29 00:00",0.0004,"2013-05-01 00:00","","","","",0.0006,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88180",1,36.613879,-92.92228,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.04259,0.023573,0.1517,"2013-05-19 00:00",0.094,"2013-04-10 00:00",0.0833,"2013-03-29 00:00",0.0726,"2013-04-16 00:00","","","","",0.1517,0.094,0.0833,0.0606,0.051,0.0421,0.0211,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88184",1,36.613879,-92.92228,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.040241,0.059963,0.235,"2013-04-10 00:00",0.2046,"2013-05-31 00:00",0.1897,"2013-05-28 00:00",0.1885,"2013-05-19 00:00","","","","",0.235,0.2046,0.1897,0.1222,0.0419,0.0145,0.0019,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88185",1,36.613879,-92.92228,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000748,0.000398,0.0019,"2013-01-13 00:00",0.0017,"2013-01-16 00:00",0.0016,"2013-03-08 00:00",0.0016,"2013-05-19 00:00","","","","",0.0019,0.0017,0.0016,0.0014,0.0009,0.0007,0.0004,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88203",1,36.613879,-92.92228,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.030393,0.03294,0.1422,"2013-01-28 00:00",0.1367,"2013-04-10 00:00",0.1168,"2013-01-10 00:00",0.0958,"2013-05-31 00:00","","","","",0.1422,0.1367,0.1168,0.0787,0.0331,0.0176,0.0089,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88306",1,36.613879,-92.92228,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.172994,1.108005,4.8281,"2013-01-25 00:00",4.308,"2013-02-27 00:00",2.9214,"2013-03-23 00:00",2.8046,"2013-01-16 00:00","","","","",4.8281,4.308,2.9214,2.5486,1.966,0.6921,0.2196,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88320",1,36.613879,-92.92228,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.180612,0.850751,4.52,"2013-03-29 00:00",3.67,"2013-03-08 00:00",3.63,"2013-05-19 00:00",2.33,"2013-03-14 00:00","","","","",4.52,4.52,3.63,1.99,1.34,1.1,0.4,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88320",2,36.613879,-92.92228,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.067059,0.818658,4.52,"2013-03-29 00:00",3.55,"2013-05-19 00:00",3.24,"2013-03-08 00:00",2.1,"2013-03-14 00:00","","","","",4.52,3.55,3.24,1.65,1.21,0.97,0.38,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88321",1,36.613879,-92.92228,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.246531,0.24593,1.71,"2013-05-19 00:00",0.68,"2013-03-29 00:00",0.64,"2013-03-08 00:00",0.4,"2013-03-14 00:00","","","","",1.71,1.71,0.64,0.35,0.26,0.2,0.1,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88321",2,36.613879,-92.92228,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.230784,0.222143,1.53,"2013-05-19 00:00",0.72,"2013-03-29 00:00",0.59,"2013-03-08 00:00",0.37,"2013-04-04 00:00","","","","",1.53,0.72,0.59,0.32,0.24,0.2,0.1,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88324",1,36.613879,-92.92228,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.031586,0.043029,0.288,"2013-03-29 00:00",0.1268,"2013-05-19 00:00",0.1094,"2013-03-08 00:00",0.053,"2013-03-14 00:00","","","","",0.288,0.288,0.1094,0.0522,0.0294,0.02335,0.0105,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88324",2,36.613879,-92.92228,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.029199,0.043612,0.282,"2013-03-29 00:00",0.1648,"2013-03-08 00:00",0.1052,"2013-05-19 00:00",0.0453,"2013-03-23 00:00","","","","",0.282,0.1648,0.1052,0.02815,0.02775,0.01695,0.01005,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88325",1,36.613879,-92.92228,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.244702,0.214528,1.1662,"2013-05-19 00:00",0.9547,"2013-03-29 00:00",0.7836,"2013-03-08 00:00",0.424,"2013-03-14 00:00","","","","",1.1662,1.1662,0.7836,0.42,0.28,0.2058,0.0705,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88325",2,36.613879,-92.92228,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.225453,0.192357,1.0558,"2013-05-19 00:00",0.9283,"2013-03-29 00:00",0.6351,"2013-03-08 00:00",0.3943,"2013-04-07 00:00","","","","",1.0558,0.9283,0.6351,0.3626,0.2464,0.1948,0.0812,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88326",1,36.613879,-92.92228,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.311235,0.236092,1.3157,"2013-03-29 00:00",0.8801,"2013-03-08 00:00",0.7464,"2013-05-19 00:00",0.657,"2013-03-14 00:00","","","","",1.3157,1.3157,0.7464,0.5485,0.4196,0.2723,0.062,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88326",2,36.613879,-92.92228,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.2734,0.242752,1.4063,"2013-03-29 00:00",0.7898,"2013-05-19 00:00",0.788,"2013-03-08 00:00",0.6888,"2013-03-14 00:00","","","","",1.4063,0.7898,0.788,0.4564,0.3626,0.2387,0.03825,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88327",1,36.613879,-92.92228,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.257163,0.199134,1.0586,"2013-05-19 00:00",0.866,"2013-03-29 00:00",0.7975,"2013-03-08 00:00",0.4569,"2013-04-04 00:00","","","","",1.0586,1.0586,0.7975,0.442,0.288,0.227,0.0829,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88327",2,36.613879,-92.92228,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.238111,0.197325,1.0817,"2013-05-19 00:00",0.8017,"2013-03-29 00:00",0.7695,"2013-03-08 00:00",0.5015,"2013-04-04 00:00","","","","",1.0817,0.8017,0.7695,0.4009,0.2755,0.209,0.0653,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88328",1,36.613879,-92.92228,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.350376,0.20656,1.0987,"2013-03-08 00:00",1.0959,"2013-03-29 00:00",0.7587,"2013-03-14 00:00",0.6481,"2013-04-04 00:00","","","","",1.0987,1.0987,0.7587,0.5323,0.4086,0.3119,0.149,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88328",2,36.613879,-92.92228,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.312596,0.182607,1.1027,"2013-03-29 00:00",0.8831,"2013-03-08 00:00",0.5719,"2013-03-14 00:00",0.5148,"2013-05-19 00:00","","","","",1.1027,0.8831,0.5719,0.4896,0.3896,0.2872,0.1485,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88329",1,36.613879,-92.92228,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.538355,0.391361,2.2197,"2013-05-19 00:00",1.6571,"2013-03-29 00:00",1.5644,"2013-03-08 00:00",1.0383,"2013-03-14 00:00","","","","",2.2197,2.2197,1.5644,0.9318,0.6046,0.5147,0.1981,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88329",2,36.613879,-92.92228,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.481722,0.356533,1.9928,"2013-05-19 00:00",1.7081,"2013-03-29 00:00",1.317,"2013-03-08 00:00",0.825,"2013-03-14 00:00","","","","",1.9928,1.7081,1.317,0.7482,0.5313,0.4577,0.1906,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88330",1,36.613879,-92.92228,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.058776,0.035569,0.1643,"2013-02-27 00:00",0.1639,"2013-03-08 00:00",0.149,"2013-03-17 00:00",0.1194,"2013-03-29 00:00","","","","",0.1643,0.1643,0.149,0.1164,0.0658,0.0527,0.0251,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88330",2,36.613879,-92.92228,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.061341,0.032821,0.1564,"2013-03-17 00:00",0.1497,"2013-03-08 00:00",0.144,"2013-02-27 00:00",0.1132,"2013-05-25 00:00","","","","",0.1564,0.1497,0.144,0.102,0.0731,0.0547,0.0317,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88331",1,36.613879,-92.92228,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,0.000245,0.000893,0.0055,"2013-03-08 00:00",0.003,"2013-02-27 00:00",0.001,"2013-02-09 00:00",0.0009,"2013-03-17 00:00","","","","",0.0055,0.0055,0.001,0.00015,0.0001,0,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88331",2,36.613879,-92.92228,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.0004,0.001203,0.006,"2013-02-27 00:00",0.0053,"2013-03-08 00:00",0.003,"2013-05-13 00:00",0.002,"2013-04-22 00:00","","","","",0.006,0.0053,0.003,0.0009,0.0001,0,0,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88338",1,36.613879,-92.92228,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016719,0.005999,0.039,"2013-01-19 00:00",0.0327,"2013-03-20 00:00",0.0247,"2013-02-12 00:00",0.0245,"2013-02-09 00:00","","","","",0.039,0.0327,0.0247,0.0244,0.0171,0.01535,0.01115,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88339",1,36.613879,-92.92228,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.386046,1.251241,5.99404,"2013-05-19 00:00",5.6166,"2013-02-09 00:00",4.52393,"2013-03-08 00:00",4.46601,"2013-05-28 00:00","","","","",5.99404,5.6166,4.52393,4.05302,2.92397,2.17004,1.07271,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88344",1,36.613879,-92.92228,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.513161,1.429343,6.2282,"2013-01-25 00:00",5.5578,"2013-02-27 00:00",3.7686,"2013-03-23 00:00",3.6179,"2013-01-16 00:00","","","","",6.2282,5.5578,3.7686,3.2877,2.5359,0.8928,0.2833,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88348",1,36.613879,-92.92228,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.296939,0.210666,1.0246,"2013-05-01 00:00",0.7503,"2013-05-13 00:00",0.7368,"2013-04-01 00:00",0.6687,"2013-04-25 00:00","","","","",1.0246,0.7503,0.7368,0.5687,0.4007,0.2376,0.0866,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88350",1,36.613879,-92.92228,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.125543,1.531921,8.1373,"2013-03-29 00:00",6.6047,"2013-03-08 00:00",6.5345,"2013-05-19 00:00",4.2021,"2013-03-14 00:00","","","","",8.1373,8.1373,6.5345,3.5813,2.4062,1.9719,0.7171,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88350",2,36.613879,-92.92228,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.921143,1.473314,8.1378,"2013-03-29 00:00",6.3851,"2013-05-19 00:00",5.832,"2013-03-08 00:00",3.7717,"2013-03-14 00:00","","","","",8.1378,6.3851,5.832,2.9646,2.1857,1.7386,0.6782,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88403",1,36.613879,-92.92228,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.754431,1.021854,5.439,"2013-05-19 00:00",4.1311,"2013-02-09 00:00",3.4271,"2013-02-27 00:00",3.4104,"2013-03-08 00:00","","","","",5.439,4.1311,3.4271,3.0619,2.0825,1.5845,0.6686,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0003","88502",1,36.613879,-92.92228,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.080392,3.426545,19.6,"2013-05-19 00:00",13.6,"2013-03-08 00:00",13.1,"2013-03-29 00:00",10.8,"2013-02-27 00:00","","","","",19.6,13.6,13.1,9.6,7.7,5.3,2.3,"","Hercules-Glades","Missouri","Taney","","Branson, MO","2014-01-28" +"29","213","0004","44201",1,36.707727,-93.222,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5125,100,214,214,0,11,0,0,"Certification not required",197,0.046654,0.010391,0.08,"2013-07-10 18:00",0.074,"2013-08-31 15:00",0.071,"2013-05-14 14:00",0.071,"2013-09-08 15:00","","","","",0.071,0.069,0.066,0.06,0.053,0.047,0.033,"Branson","BRANSON: 251 S.W. Outer Rd, Branson, MO 65616","Missouri","Taney","Branson","Branson, MO","2014-01-26" +"29","213","0004","44201",1,36.707727,-93.222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.041967,0.010068,0.07,"2013-05-14 11:00",0.068,"2013-08-31 11:00",0.064,"2013-06-10 11:00",0.063,"2013-06-11 10:00","","","","",0.064,0.063,0.059,0.055,0.049,0.042,0.029,"Branson","BRANSON: 251 S.W. Outer Rd, Branson, MO 65616","Missouri","Taney","Branson","Branson, MO","2014-01-26" +"29","213","0004","44201",1,36.707727,-93.222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.041967,0.010068,0.07,"2013-05-14 11:00",0.068,"2013-08-31 11:00",0.064,"2013-06-10 11:00",0.063,"2013-06-11 10:00","","","","",0.064,0.063,0.059,0.055,0.049,0.042,0.029,"Branson","BRANSON: 251 S.W. Outer Rd, Branson, MO 65616","Missouri","Taney","Branson","Branson, MO","2014-01-26" +"29","213","0004","61103",1,36.707727,-93.222,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,3.840409,2.778751,15.9,"2013-05-30 10:00",15.6,"2013-05-30 12:00",15.1,"2013-04-06 11:00",14.7,"2013-03-09 12:00","","","","",11.7,10.5,8.8,7.6,5.7,3.4,0.6,"Branson","BRANSON: 251 S.W. Outer Rd, Branson, MO 65616","Missouri","Taney","Branson","Branson, MO","2014-02-09" +"29","213","0004","61104",1,36.707727,-93.222,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05103",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,208.814455,105.878893,360,"2013-02-23 02:00",360,"2013-03-23 02:00",360,"2013-03-26 21:00",360,"2013-07-15 22:00","","","","",353,349,343,338,323,194,75,"Branson","BRANSON: 251 S.W. Outer Rd, Branson, MO 65616","Missouri","Taney","Branson","Branson, MO","2014-02-09" +"29","213","0004","62107",1,36.707727,-93.222,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",7282,83,303,365,0,14,"","","Certification not required",0,77.653804,4.725601,89,"2013-05-17 22:00",89,"2013-05-18 15:00",88,"2013-05-17 12:00",86,"2013-05-17 23:00","","","","",84,83,83,82,82,78,70,"Branson","BRANSON: 251 S.W. Outer Rd, Branson, MO 65616","Missouri","Taney","Branson","Branson, MO","2014-01-26" +"29","510","0007","62101",1,38.542551,-90.263711,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8749,100,365,365,0,11,"","","Certification not required",0,56.249743,20.465455,102,"2013-08-31 14:00",101,"2013-08-30 14:00",101,"2013-08-31 13:00",101,"2013-08-31 15:00","","","","",94,92,87,82,73,57,29,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","62107",1,38.542551,-90.263711,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,73.362514,3.378817,86,"2013-05-01 18:00",86,"2013-05-01 19:00",85,"2013-05-01 17:00",85,"2013-05-01 20:00","","","","",78,78,78,78,76,74,69,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","62201",1,38.542551,-90.263711,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8749,100,365,365,0,11,"","","Certification not required",0,68.907075,17.286114,98,"2013-01-10 21:00",98,"2013-01-10 22:00",98,"2013-01-10 23:00",98,"2013-04-18 10:00","","","","",97,96,94,91,83,71,45,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","64101",1,38.542551,-90.263711,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8745,100,365,365,0,15,"","","Certification not required",0,997.55665,6.485111,1021.2,"2013-11-24 06:00",1021.2,"2013-11-24 08:00",1019.9,"2013-11-12 08:00",1019.9,"2013-11-12 09:00","","","","",1014.6,1011.9,1007.9,1005.2,1001.2,997.2,989.2,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","85101",5,38.542551,-90.263711,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8254,94,347,365,0,506,"","","Certification not required",0,18.74582,10.04207,170,"2013-01-12 13:00",147,"2013-01-12 12:00",111,"2013-12-16 15:00",99,"2013-12-16 14:00","","","","",46,42,35,31,24,18,7,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","86502",1,38.542551,-90.263711,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8254,94,347,365,0,506,"","","Certification not required",0,6.609922,4.942273,139.9,"2013-01-12 13:00",123.9,"2013-01-12 12:00",68.2,"2013-01-12 14:00",63.7,"2013-01-12 11:00","","","","",22.5,18.8,14.9,12.1,8.4,5.6,2.2,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88101",4,38.542551,-90.263711,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8254,94,352,365,0,506,"","","Certification not required",0,10.837352,7.05339,84.1,"2013-12-16 15:00",82,"2013-07-04 21:00",75.8,"2013-12-16 14:00",69.9,"2013-07-04 20:00","","","","",30.8,27.8,23.2,19.9,14.8,10,2.8,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88101",4,38.542551,-90.263711,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,0,0,"Certification not required",0,10.776081,4.995365,31.4,"2013-12-16 00:00",27.4,"2013-02-24 00:00",24.5,"2013-01-27 00:00",24.2,"2013-12-02 00:00","","","","",24.2,22.3,19.6,17.4,13.5,10.3,4.8,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88101",4,38.542551,-90.263711,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,10.776081,4.995365,31.4,"2013-12-16 00:00",27.4,"2013-02-24 00:00",24.5,"2013-01-27 00:00",24.2,"2013-12-02 00:00","","","","",24.2,22.3,19.6,17.4,13.5,10.3,4.8,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88500",1,38.542551,-90.263711,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8254,94,347,365,0,506,"","","Certification not required",0,12.130821,7.456514,84,"2013-12-16 15:00",82.1,"2013-07-04 21:00",76.2,"2013-12-16 14:00",70.7,"2013-07-04 20:00","","","","",32.7,29.7,25.1,21.7,16.5,11.4,3.4,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88500",1,38.542551,-90.263711,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,12.065418,5.293432,33,"2013-12-16 00:00",29.2,"2013-02-24 00:00",26.4,"2013-01-27 00:00",26,"2013-12-02 00:00","","","","",26,24.1,21.4,19.1,15.1,11.6,5.6,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88503",1,38.542551,-90.263711,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8254,94,347,365,0,506,"","","Certification not required",0,-3.758142,3.930515,61.2,"2013-12-11 07:00",31.9,"2013-12-11 08:00",28,"2013-08-11 05:00",27.8,"2013-09-28 05:00","","","","",4.7,3.1,1.6,0.4,-1.4,-3.5,-8.3,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0007","88503",1,38.542551,-90.263711,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,-3.721037,2.143262,1.8,"2013-12-11 00:00",0.6,"2013-11-17 00:00",0.5,"2013-12-22 00:00",0,"2013-02-19 00:00","","","","",0,-0.1,-0.8,-1.2,-2,-3.6,-6.6,"South Broadway","SOUTH BROADWAY: 8227 South Broadway, St. Louis, MO 63111","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","12115",6,38.656498,-90.198646,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.2e-05,2.4e-05,8e-05,"2013-09-25 00:00",7e-05,"2013-03-17 00:00",6e-05,"2013-04-04 00:00",6e-05,"2013-08-02 00:00","","","","",8e-05,8e-05,6e-05,6e-05,4e-05,1e-05,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","12115",7,38.656498,-90.198646,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",6,10,6,61,0,0,"","","Certification not required",0,2.7e-05,3.1e-05,8e-05,"2013-03-17 00:00",4e-05,"2013-09-19 00:00",3e-05,"2013-07-21 00:00",1e-05,"2013-01-22 00:00","","","","",8e-05,8e-05,8e-05,8e-05,4e-05,3e-05,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","14129",1,38.656498,-90.198646,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,0.015873,0.012548,0.068,"2013-07-21 00:00",0.04,"2013-06-15 00:00",0.037,"2013-04-10 00:00",0.033,"2013-04-04 00:00","","","","",0.068,0.04,0.037,0.032,0.026,0.014,0.004,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","17141",6,38.656498,-90.198646,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,75.306667,41.928003,182,"2013-01-04 00:00",155,"2013-01-10 00:00",151,"2013-08-14 00:00",150,"2013-08-08 00:00","","","","",182,182,151,150,88.8,67.9,31.4,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17147",6,38.656498,-90.198646,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,5.923756,4.713622,20.2,"2013-07-15 00:00",19.7,"2013-08-20 00:00",13.7,"2013-09-25 00:00",12,"2013-04-10 00:00","","","","",20.2,20.2,13.7,11.5,8.14,4.39,1.24,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17148",6,38.656498,-90.198646,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.630822,2.184505,14.6,"2013-01-04 00:00",1.84,"2013-01-22 00:00",1.46,"2013-01-10 00:00",1.41,"2013-04-16 00:00","","","","",14.6,14.6,1.46,1.34,0.366,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17149",6,38.656498,-90.198646,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,6.785622,4.310314,18.2,"2013-07-15 00:00",16.7,"2013-08-20 00:00",16.5,"2013-09-01 00:00",13.1,"2013-08-08 00:00","","","","",18.2,18.2,16.5,12.4,9.8,6.12,2.12,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17150",6,38.656498,-90.198646,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,14.379778,9.822816,41.4,"2013-07-15 00:00",33.7,"2013-09-01 00:00",31.6,"2013-08-20 00:00",30.8,"2013-06-21 00:00","","","","",41.4,41.4,31.6,29.2,21.5,11.2,3.94,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17151",6,38.656498,-90.198646,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.454691,0.346357,2.23,"2013-01-04 00:00",1.13,"2013-08-14 00:00",0.863,"2013-02-03 00:00",0.734,"2013-08-20 00:00","","","","",2.23,2.23,0.863,0.731,0.564,0.339,0.212,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17158",6,38.656498,-90.198646,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.122329,0.097372,0.661,"2013-01-04 00:00",0.287,"2013-01-16 00:00",0.24,"2013-08-20 00:00",0.205,"2013-06-09 00:00","","","","",0.661,0.661,0.24,0.204,0.137,0.101,0.0586,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17159",6,38.656498,-90.198646,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.165378,1.339321,6.17,"2013-09-01 00:00",5.05,"2013-07-15 00:00",5.02,"2013-08-20 00:00",4.63,"2013-08-08 00:00","","","","",6.17,6.17,5.02,3.53,3.09,1.89,0.72,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17160",6,38.656498,-90.198646,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.040333,0.209899,1.39,"2013-01-04 00:00",0.267,"2013-02-03 00:00",0.056,"2013-09-01 00:00",0.053,"2013-01-16 00:00","","","","",1.39,1.39,0.056,0.049,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17201",6,38.656498,-90.198646,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.937022,2.483872,9.68,"2013-07-15 00:00",8.79,"2013-09-01 00:00",8.35,"2013-07-09 00:00",8.14,"2013-06-21 00:00","","","","",9.68,9.68,8.35,7.68,5.65,3.09,1.14,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17204",6,38.656498,-90.198646,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.937978,1.230483,6.87,"2013-01-04 00:00",4.25,"2013-08-14 00:00",3.82,"2013-07-15 00:00",3.54,"2013-06-21 00:00","","","","",6.87,6.87,3.82,3.48,2.43,1.78,0.618,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17208",6,38.656498,-90.198646,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.353167,0.434754,2.89,"2013-01-04 00:00",1.1,"2013-08-14 00:00",0.652,"2013-02-03 00:00",0.628,"2013-09-01 00:00","","","","",2.89,2.89,0.652,0.61,0.379,0.257,0.0879,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17211",6,38.656498,-90.198646,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.0572,0.080362,0.503,"2013-01-04 00:00",0.165,"2013-08-14 00:00",0.147,"2013-01-16 00:00",0.146,"2013-02-03 00:00","","","","",0.503,0.503,0.147,0.12,0.066,0.037,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17212",6,38.656498,-90.198646,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02286,0.062569,0.411,"2013-01-04 00:00",0.0755,"2013-02-03 00:00",0.0707,"2013-08-14 00:00",0.0485,"2013-04-04 00:00","","","","",0.411,0.411,0.0707,0.0479,0.0266,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17215",6,38.656498,-90.198646,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1624,0.357632,2.4,"2013-01-04 00:00",0.566,"2013-08-14 00:00",0.426,"2013-02-03 00:00",0.256,"2013-09-01 00:00","","","","",2.4,2.4,0.426,0.234,0.138,0.063,0.028,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17220",6,38.656498,-90.198646,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.343356,0.474139,3.11,"2013-01-04 00:00",0.992,"2013-08-14 00:00",0.794,"2013-02-03 00:00",0.685,"2013-04-04 00:00","","","","",3.11,3.11,0.794,0.645,0.413,0.219,0.088,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17223",6,38.656498,-90.198646,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.095356,0.14338,0.933,"2013-01-04 00:00",0.321,"2013-08-14 00:00",0.215,"2013-02-03 00:00",0.172,"2013-04-04 00:00","","","","",0.933,0.933,0.215,0.171,0.112,0.053,0.019,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17224",6,38.656498,-90.198646,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.172,0.22105,1.42,"2013-01-04 00:00",0.525,"2013-08-14 00:00",0.37,"2013-04-04 00:00",0.369,"2013-02-03 00:00","","","","",1.42,1.42,0.37,0.324,0.219,0.105,0.039,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17231",6,38.656498,-90.198646,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017911,0.037735,0.226,"2013-01-04 00:00",0.075,"2013-08-14 00:00",0.056,"2013-04-04 00:00",0.055,"2013-02-03 00:00","","","","",0.226,0.226,0.056,0.053,0.029,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17237",6,38.656498,-90.198646,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.166778,0.227326,1.46,"2013-01-04 00:00",0.496,"2013-08-14 00:00",0.421,"2013-01-16 00:00",0.362,"2013-02-03 00:00","","","","",1.46,1.46,0.421,0.354,0.223,0.095,0.043,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17242",6,38.656498,-90.198646,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.142333,0.321993,2.17,"2013-01-04 00:00",0.45,"2013-02-03 00:00",0.296,"2013-08-14 00:00",0.257,"2013-09-01 00:00","","","","",2.17,2.17,0.296,0.246,0.131,0.057,0.022,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","17243",6,38.656498,-90.198646,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.167531,0.253242,1.66,"2013-01-04 00:00",0.491,"2013-08-14 00:00",0.4,"2013-01-16 00:00",0.399,"2013-02-03 00:00","","","","",1.66,1.66,0.4,0.316,0.197,0.0953,0.0406,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-20" +"29","510","0085","42101",1,38.656498,-90.198646,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8498,97,364,365,0,262,0,0,"Certification not required",6152,0.26996,0.100353,2.3,"2013-06-10 06:00",1.7,"2013-05-11 08:00",1.5,"2013-08-14 11:00",1.456,"2013-03-15 21:00","","","","",0.729,0.6,0.404,0.292,0.25,0.25,0.238,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42101",1,38.656498,-90.198646,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8644,99,358,365,0,0,0,0,"Certification not required",0,0.303899,0.069376,1.1,"2013-02-24 06:00",1.1,"2013-02-24 07:00",1,"2013-02-17 04:00",1,"2013-02-17 05:00",1.1,"2013-02-24 06:00",1,"2013-02-17 04:00",0.6,0.5,0.4,0.3,0.3,0.3,0.2,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42153",6,38.656498,-90.198646,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.253111,0.058769,0.34,"2013-09-13 00:00",0.33,"2013-07-27 00:00",0.32,"2013-04-16 00:00",0.32,"2013-06-21 00:00","","","","",0.34,0.34,0.32,0.32,0.3,0.27,0.15,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","42401",1,38.656498,-90.198646,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8029,92,335,365,0,731,0,"","Certification not required",0,8.336418,8.246955,51.4,"2013-11-11 01:00",47.7,"2013-12-02 11:00",47.3,"2013-09-05 08:00",41.9,"2013-12-18 08:00","","","","",41.9,35,27.1,17.7,10.8,5.4,1.8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42401",1,38.656498,-90.198646,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8029,92,335,365,0,731,"","","Certification not required",0,2.477768,3.33235,51.4,"2013-11-11 01:00",47.7,"2013-12-02 11:00",47.3,"2013-09-05 08:00",41.9,"2013-12-18 08:00","","","","",17.2,13.2,7.5,5,2.9,1.6,0.3,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42401",1,38.656498,-90.198646,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",335,92,335,365,0,0,0,"","Certification not required",0,2.509254,1.874028,11.6,"2013-11-11 00:00",10.8,"2013-06-25 00:00",10.5,"2013-01-08 00:00",9.7,"2013-12-19 00:00","","","","",9.7,8.6,6,4.9,3.2,2,0.7,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42401",1,38.656498,-90.198646,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2506,86,321,365,0,0,"",0,"Certification not required",0,2.499681,2.866196,29.7,"2013-01-08 11:00",26.6,"2013-11-30 11:00",25.5,"2013-11-11 02:00",25,"2013-12-02 11:00","","","","",14.1,11.5,7.6,5.2,3,1.7,0.4,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42406",1,38.656498,-90.198646,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8109,93,341,365,0,651,"","","Certification not required",0,3.628512,5.488732,75.2,"2013-12-18 08:00",74.5,"2013-12-18 07:00",72.9,"2013-11-11 01:00",71.7,"2013-09-05 08:00","","","","",29.4,22.5,11.9,7,3.7,2.1,0.7,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42600",1,38.656498,-90.198646,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8325,95,354,365,0,435,"","","Certification not required",0,18.331832,19.013755,303.2,"2013-03-15 07:00",284.4,"2013-03-15 08:00",254.7,"2013-03-15 09:00",239.5,"2013-02-24 07:00","","","","",94.3,73.2,51,37,21.7,12.7,5,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42601",1,38.656498,-90.198646,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8173,93,345,365,0,587,"","","Certification not required",0,4.76946,12.860155,278.6,"2013-03-15 07:00",251.8,"2013-03-15 08:00",217.8,"2013-03-15 09:00",195.8,"2013-08-07 11:00","","","","",56.8,40.5,20.4,11.2,3.9,1.1,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42601",2,38.656498,-90.198646,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",3837,87,154,184,0,579,"","","Certification not required",0,5.302606,11.808103,176.1,"2013-10-08 07:00",144.3,"2013-11-08 07:00",134.6,"2013-12-10 23:00",133.3,"2013-10-28 07:00","","","","",60.7,44.6,23.3,12.7,4.7,1.5,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42602",2,38.656498,-90.198646,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",3837,44,154,365,0,579,0,"","Certification not required",0,23.868831,8.24149,45.8,"2013-10-09 18:00",44.6,"2013-10-28 18:00",43.3,"2013-12-28 04:00",41.8,"2013-09-27 04:00","","","","",44.6,41.8,38.8,35,29.9,23.7,13.6,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42602",2,38.656498,-90.198646,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",3837,44,154,365,0,579,"","","Certification not required",0,11.938441,8.10129,45.8,"2013-10-09 18:00",45.3,"2013-10-09 21:00",44.6,"2013-10-28 18:00",44.5,"2013-10-28 19:00","","","","",35.6,33,28.1,24.1,16.3,9.8,3.3,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","42603",2,38.656498,-90.198646,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",3836,87,154,184,0,579,"","","Certification not required",0,17.203597,16.983607,171.4,"2013-11-08 07:00",169.5,"2013-12-10 23:00",166.6,"2013-12-11 00:00",160.5,"2013-10-28 07:00","","","","",84.6,70.8,49.9,35.9,20.7,11.9,4.2,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","43205",6,38.656498,-90.198646,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.0032,0.275532,1.557,"2013-01-16 00:00",1.485,"2013-01-10 00:00",1.473,"2013-02-21 00:00",1.458,"2013-04-04 00:00","","","","",1.557,1.557,1.473,1.416,1.191,0.954,0.633,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43206",6,38.656498,-90.198646,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.119022,0.517377,2.72,"2013-02-27 00:00",2.44,"2013-01-16 00:00",2.3,"2013-08-20 00:00",1.878,"2013-01-04 00:00","","","","",2.72,2.72,2.3,1.818,1.306,0.986,0.598,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43208",6,38.656498,-90.198646,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.033933,0.007782,0.05,"2013-02-27 00:00",0.048,"2013-05-16 00:00",0.048,"2013-05-28 00:00",0.046,"2013-05-04 00:00","","","","",0.05,0.05,0.048,0.044,0.04,0.032,0.028,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43218",6,38.656498,-90.198646,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.108,0.055087,0.23,"2013-01-16 00:00",0.21,"2013-09-25 00:00",0.2,"2013-01-04 00:00",0.19,"2013-01-10 00:00","","","","",0.23,0.23,0.2,0.19,0.14,0.11,0.05,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43233",6,38.656498,-90.198646,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.259022,0.102922,0.704,"2013-01-16 00:00",0.472,"2013-09-01 00:00",0.4,"2013-08-26 00:00",0.368,"2013-09-25 00:00","","","","",0.704,0.704,0.4,0.336,0.312,0.248,0.152,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43372",6,38.656498,-90.198646,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006889,0.039302,0.26,"2013-04-04 00:00",0.05,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.26,0.26,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43373",6,38.656498,-90.198646,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43396",6,38.656498,-90.198646,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43438",6,38.656498,-90.198646,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001556,0.010435,0.07,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.07,0.07,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43441",6,38.656498,-90.198646,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.044721,0.3,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43502",6,38.656498,-90.198646,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.928889,1.954322,8,"2013-07-09 00:00",7.3,"2013-09-07 00:00",7,"2013-08-26 00:00",6.4,"2013-09-19 00:00","","","","",8,8,7,6,4.1,2.2,1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43503",6,38.656498,-90.198646,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.2,1.021363,4.3,"2013-06-21 00:00",4.3,"2013-09-07 00:00",4.1,"2013-09-01 00:00",3.9,"2013-09-19 00:00","","","","",4.3,4.3,4.1,3.8,2.9,1.9,1.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43504",6,38.656498,-90.198646,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.517778,0.309904,1.5,"2013-07-09 00:00",1.2,"2013-09-07 00:00",1,"2013-06-21 00:00",1,"2013-06-27 00:00","","","","",1.5,1.5,1,1,0.7,0.4,0.2,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43505",6,38.656498,-90.198646,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.366667,0.634664,3.03,"2013-01-10 00:00",2.55,"2013-05-28 00:00",2.52,"2013-08-20 00:00",2.51,"2013-05-22 00:00","","","","",3.03,3.03,2.52,2.49,1.76,1.17,0.73,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43510",6,38.656498,-90.198646,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.406044,0.100002,0.632,"2013-09-01 00:00",0.624,"2013-08-20 00:00",0.6,"2013-04-04 00:00",0.592,"2013-08-26 00:00","","","","",0.632,0.632,0.6,0.56,0.46,0.4,0.292,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43513",6,38.656498,-90.198646,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43517",6,38.656498,-90.198646,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.2544,0.089145,0.576,"2013-05-16 00:00",0.42,"2013-09-01 00:00",0.414,"2013-04-10 00:00",0.396,"2013-07-09 00:00","","","","",0.576,0.576,0.414,0.36,0.294,0.222,0.156,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43518",6,38.656498,-90.198646,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.183352,0.067559,0.325,"2013-05-16 00:00",0.315,"2013-09-07 00:00",0.305,"2013-09-01 00:00",0.275,"2013-06-27 00:00","","","","",0.325,0.325,0.305,0.27,0.24,0.175,0.11,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43528",6,38.656498,-90.198646,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.275289,1.831659,8.52,"2013-07-09 00:00",5.2,"2013-09-07 00:00",4.64,"2013-09-19 00:00",4.44,"2013-08-26 00:00","","","","",8.52,8.52,4.64,3.972,1.612,0.352,0.076,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43551",6,38.656498,-90.198646,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.784867,1.280384,6.81,"2013-03-29 00:00",5.94,"2013-04-04 00:00",5.94,"2013-04-22 00:00",5.07,"2013-02-27 00:00","","","","",6.81,6.81,5.94,4.53,3.12,2.463,1.506,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43552",6,38.656498,-90.198646,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.579022,0.294874,1.484,"2013-03-29 00:00",1.384,"2013-04-04 00:00",1.16,"2013-02-27 00:00",1.076,"2013-01-04 00:00","","","","",1.484,1.484,1.16,0.944,0.72,0.476,0.32,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43560",6,38.656498,-90.198646,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.265111,0.166933,0.86,"2013-01-04 00:00",0.73,"2013-04-10 00:00",0.72,"2013-08-20 00:00",0.49,"2013-06-09 00:00","","","","",0.86,0.86,0.72,0.43,0.31,0.22,0.13,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43702",6,38.656498,-90.198646,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.464222,0.239217,1.26,"2013-07-21 00:00",1.04,"2013-07-15 00:00",0.83,"2013-04-22 00:00",0.83,"2013-09-19 00:00","","","","",1.26,1.26,0.83,0.76,0.57,0.43,0.21,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43704",6,38.656498,-90.198646,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.182667,0.226067,1.2,"2013-07-27 00:00",0.45,"2013-05-16 00:00",0.44,"2013-04-28 00:00",0.42,"2013-06-21 00:00","","","","",1.2,1.2,0.44,0.4,0.33,0.18,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43801",6,38.656498,-90.198646,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.560444,0.090226,0.78,"2013-03-05 00:00",0.73,"2013-02-27 00:00",0.73,"2013-05-28 00:00",0.71,"2013-06-09 00:00","","","","",0.78,0.78,0.73,0.68,0.63,0.52,0.47,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43802",6,38.656498,-90.198646,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.439556,0.627607,3.14,"2013-09-19 00:00",2.67,"2013-01-04 00:00",2.24,"2013-07-15 00:00",0.76,"2013-05-04 00:00","","","","",3.14,3.14,2.24,0.49,0.4,0.24,0.15,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43803",6,38.656498,-90.198646,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.051333,0.08792,0.6,"2013-04-16 00:00",0.15,"2013-09-13 00:00",0.12,"2013-03-17 00:00",0.09,"2013-07-15 00:00","","","","",0.6,0.6,0.12,0.07,0.05,0.03,0.02,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43804",6,38.656498,-90.198646,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.106222,0.014348,0.13,"2013-02-27 00:00",0.13,"2013-05-16 00:00",0.13,"2013-05-28 00:00",0.13,"2013-06-09 00:00","","","","",0.13,0.13,0.13,0.13,0.12,0.11,0.09,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43806",6,38.656498,-90.198646,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-04-10 00:00",0.01,"2013-05-16 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43811",6,38.656498,-90.198646,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.299422,0.103599,0.817,"2013-01-10 00:00",0.464,"2013-03-29 00:00",0.436,"2013-02-21 00:00",0.432,"2013-09-25 00:00","","","","",0.817,0.817,0.436,0.393,0.326,0.279,0.209,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43812",6,38.656498,-90.198646,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004222,0.014846,0.08,"2013-03-05 00:00",0.04,"2013-06-21 00:00",0.04,"2013-07-09 00:00",0.03,"2013-07-27 00:00","","","","",0.08,0.08,0.04,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43813",6,38.656498,-90.198646,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43814",6,38.656498,-90.198646,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.014889,0.009444,0.03,"2013-02-21 00:00",0.03,"2013-03-29 00:00",0.03,"2013-05-16 00:00",0.03,"2013-05-28 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43815",6,38.656498,-90.198646,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.043333,0.017451,0.08,"2013-05-16 00:00",0.08,"2013-05-28 00:00",0.06,"2013-01-10 00:00",0.06,"2013-02-21 00:00","","","","",0.08,0.08,0.06,0.06,0.06,0.04,0.03,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43817",6,38.656498,-90.198646,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.04,0.02056,0.1,"2013-08-02 00:00",0.09,"2013-01-10 00:00",0.08,"2013-04-10 00:00",0.08,"2013-06-21 00:00","","","","",0.1,0.1,0.08,0.06,0.05,0.04,0.02,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43818",6,38.656498,-90.198646,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002889,0.006949,0.02,"2013-01-10 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-10 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43819",6,38.656498,-90.198646,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011556,0.009282,0.04,"2013-01-10 00:00",0.03,"2013-02-21 00:00",0.03,"2013-03-05 00:00",0.03,"2013-03-29 00:00","","","","",0.04,0.04,0.03,0.02,0.02,0.01,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43820",6,38.656498,-90.198646,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43821",6,38.656498,-90.198646,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.160933,0.031047,0.202,"2013-05-28 00:00",0.198,"2013-02-27 00:00",0.198,"2013-04-16 00:00",0.194,"2013-03-23 00:00","","","","",0.202,0.202,0.198,0.192,0.184,0.162,0.132,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43823",6,38.656498,-90.198646,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.514667,0.090167,0.77,"2013-06-09 00:00",0.73,"2013-05-28 00:00",0.65,"2013-02-27 00:00",0.65,"2013-05-04 00:00","","","","",0.77,0.77,0.65,0.65,0.56,0.5,0.41,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43824",6,38.656498,-90.198646,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.021333,0.022422,0.07,"2013-05-16 00:00",0.06,"2013-04-28 00:00",0.06,"2013-06-27 00:00",0.06,"2013-07-03 00:00","","","","",0.07,0.07,0.06,0.05,0.04,0.02,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43826",6,38.656498,-90.198646,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43828",6,38.656498,-90.198646,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43829",6,38.656498,-90.198646,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43830",6,38.656498,-90.198646,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43831",6,38.656498,-90.198646,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43832",6,38.656498,-90.198646,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43835",6,38.656498,-90.198646,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43836",6,38.656498,-90.198646,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43838",6,38.656498,-90.198646,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43839",6,38.656498,-90.198646,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43843",6,38.656498,-90.198646,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43844",6,38.656498,-90.198646,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005111,0.012177,0.04,"2013-03-17 00:00",0.04,"2013-05-16 00:00",0.03,"2013-03-05 00:00",0.03,"2013-04-10 00:00","","","","",0.04,0.04,0.03,0.03,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","43860",6,38.656498,-90.198646,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005556,0.010125,0.04,"2013-04-16 00:00",0.03,"2013-04-28 00:00",0.02,"2013-05-10 00:00",0.02,"2013-05-22 00:00","","","","",0.04,0.04,0.02,0.02,0.01,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","44201",1,38.656498,-90.198646,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8729,100,214,214,0,31,0,0,"Certification not required",584,0.048813,0.01318,0.085,"2013-07-17 16:00",0.085,"2013-09-04 16:00",0.082,"2013-09-09 12:00",0.075,"2013-06-05 16:00","","","","",0.082,0.074,0.07,0.065,0.059,0.049,0.04,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","44201",1,38.656498,-90.198646,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,214,214,0,0,0,0,"Certification not required",0,0.043164,0.012397,0.075,"2013-07-17 11:00",0.07,"2013-09-09 09:00",0.069,"2013-09-04 10:00",0.066,"2013-09-06 10:00","","","","",0.069,0.065,0.062,0.059,0.053,0.045,0.035,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","44201",1,38.656498,-90.198646,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,214,214,0,0,0,0,"Certification not required",0,0.043164,0.012397,0.075,"2013-07-17 11:00",0.07,"2013-09-09 09:00",0.069,"2013-09-04 10:00",0.066,"2013-09-06 10:00","","","","",0.069,0.065,0.062,0.059,0.053,0.045,0.035,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","45109",6,38.656498,-90.198646,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.084889,0.396992,2.03,"2013-01-16 00:00",2.02,"2013-04-10 00:00",1.98,"2013-01-10 00:00",1.82,"2013-09-25 00:00","","","","",2.03,2.03,1.98,1.58,1.28,0.99,0.59,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45201",6,38.656498,-90.198646,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.150222,0.365156,1.86,"2013-01-16 00:00",1.86,"2013-03-05 00:00",1.72,"2013-01-22 00:00",1.68,"2013-01-04 00:00","","","","",1.86,1.86,1.72,1.67,1.37,1.12,0.69,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45202",6,38.656498,-90.198646,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.360444,0.994702,5.45,"2013-01-04 00:00",4.39,"2013-07-03 00:00",3.9,"2013-04-16 00:00",3.69,"2013-01-10 00:00","","","","",5.45,5.45,3.9,3.67,3.17,2.11,1.24,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45203",6,38.656498,-90.198646,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.444667,0.150039,0.82,"2013-01-16 00:00",0.81,"2013-01-10 00:00",0.74,"2013-09-25 00:00",0.69,"2013-04-10 00:00","","","","",0.82,0.82,0.74,0.62,0.54,0.42,0.25,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45204",6,38.656498,-90.198646,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.447778,0.161384,0.86,"2013-01-16 00:00",0.84,"2013-01-10 00:00",0.76,"2013-09-25 00:00",0.74,"2013-04-10 00:00","","","","",0.86,0.86,0.76,0.65,0.55,0.4,0.25,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45207",6,38.656498,-90.198646,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.1753,0.098047,0.387,"2013-01-10 00:00",0.387,"2013-09-25 00:00",0.378,"2013-01-16 00:00",0.342,"2013-04-10 00:00","","","","",0.387,0.387,0.378,0.315,0.243,0.171,0.0855,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45208",6,38.656498,-90.198646,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.4448,0.199403,1.008,"2013-01-10 00:00",0.918,"2013-01-16 00:00",0.828,"2013-04-10 00:00",0.819,"2013-09-25 00:00","","","","",1.008,1.008,0.828,0.684,0.567,0.414,0.225,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45220",6,38.656498,-90.198646,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.195333,0.123631,0.5,"2013-08-20 00:00",0.42,"2013-04-16 00:00",0.42,"2013-09-19 00:00",0.39,"2013-01-28 00:00","","","","",0.5,0.5,0.42,0.38,0.26,0.19,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45501",6,38.656498,-90.198646,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.276111,0.0913,0.518,"2013-05-16 00:00",0.476,"2013-08-20 00:00",0.413,"2013-09-01 00:00",0.399,"2013-08-08 00:00","","","","",0.518,0.518,0.413,0.392,0.336,0.266,0.147,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45503",6,38.656498,-90.198646,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45504",6,38.656498,-90.198646,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,9,"","","Certification not required",1,0.214333,0.173698,0.776,"2013-08-02 00:00",0.752,"2013-08-26 00:00",0.536,"2013-06-15 00:00",0.464,"2013-09-01 00:00","","","","",0.776,0.776,0.752,0.464,0.24,0.168,0.072,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45801",6,38.656498,-90.198646,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004889,0.019612,0.1,"2013-08-20 00:00",0.08,"2013-05-16 00:00",0.04,"2013-06-21 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.04,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45805",6,38.656498,-90.198646,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45806",6,38.656498,-90.198646,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45807",6,38.656498,-90.198646,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.089333,0.099531,0.46,"2013-01-16 00:00",0.31,"2013-09-07 00:00",0.29,"2013-05-16 00:00",0.24,"2013-07-21 00:00","","","","",0.46,0.46,0.29,0.24,0.14,0.07,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","45810",6,38.656498,-90.198646,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-03" +"29","510","0085","61103",1,38.656498,-90.198646,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8752,100,365,365,0,8,"","","Certification not required",0,3.131524,1.929076,13.8,"2013-11-17 13:00",13.3,"2013-03-05 14:00",13.2,"2013-02-10 10:00",12.5,"2013-04-14 15:00","","","","",8.8,7.9,6.8,5.7,4.3,2.9,0.9,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","61104",1,38.656498,-90.198646,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,198.94527,94.876411,360,"2013-05-06 09:00",360,"2013-05-07 12:00",360,"2013-09-03 12:00",359,"2013-01-12 17:00","","","","",354,348,334,320,286,183,74,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","62101",1,38.656498,-90.198646,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8754,100,365,365,0,6,"","","Certification not required",0,56.973726,20.434411,103,"2013-08-31 14:00",103,"2013-08-31 15:00",102,"2013-08-31 13:00",101,"2013-08-30 14:00","","","","",95,92,88,83,74,58,29,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","62107",1,38.656498,-90.198646,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,76.051832,2.064734,83,"2013-06-05 11:00",83,"2013-06-05 12:00",83,"2013-06-06 10:00",83,"2013-06-25 12:00","","","","",80,80,78,78,78,77,73,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","62201",1,38.656498,-90.198646,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8754,100,365,365,0,6,"","","Certification not required",0,68.896733,16.36608,98,"2013-01-10 21:00",98,"2013-01-10 22:00",98,"2013-01-10 23:00",98,"2013-04-27 20:00","","","","",97,95,94,91,82,70,46,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","63301",1,38.656498,-90.198646,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8753,100,365,365,0,7,"","","Certification not required",4416,0.233407,0.348283,1.47,"2013-06-03 11:00",1.45,"2013-06-03 10:00",1.4,"2013-05-24 11:00",1.39,"2013-05-24 12:00","","","","",1.25,1.19,1.04,0.83,0.39,0.005,0.005,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","64101",1,38.656498,-90.198646,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8743,100,365,365,0,17,"","","Certification not required",0,999.903694,6.935208,1025.2,"2013-11-23 19:00",1025.2,"2013-11-23 21:00",1025.2,"2013-11-24 01:00",1025.2,"2013-11-24 03:00","","","","",1018.6,1015.9,1011.9,1009.2,1003.9,999.9,991.9,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68103",6,38.656498,-90.198646,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,10.360577,10.234668,26.2,"2013-07-09 00:00",26.1,"2013-07-18 00:00",25.1,"2013-08-29 00:00",25,"2013-09-01 00:00","","","","",26.1,25.1,24.4,23.4,19.3,12.5,-2.9,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","68104",6,38.656498,-90.198646,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,15,"","","Certification not required",0,20.383516,12.212046,45.7,"2013-06-12 00:00",38.3,"2013-08-29 00:00",38.1,"2013-09-10 00:00",37.5,"2013-06-15 00:00","","","","",45.7,38.3,37.3,35.4,30.9,21.8,3.5,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","68105",1,38.656498,-90.198646,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",350,96,350,365,0,14,"","","Certification not required",0,14.744857,10.811838,32.8,"2013-08-31 00:00",32.5,"2013-08-30 00:00",32.3,"2013-07-09 00:00",32.2,"2013-09-10 00:00","","","","",32.2,31.8,30.2,28.4,24.4,15.2,0.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68105",2,38.656498,-90.198646,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,1,"","","Certification not required",0,13.33,11.780986,31.4,"2013-07-09 00:00",29.8,"2013-08-26 00:00",29.7,"2013-06-27 00:00",29.4,"2013-06-21 00:00","","","","",31.4,29.8,29.7,28.5,23.9,15.7,-3.2,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68105",3,38.656498,-90.198646,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",117,96,116,122,0,5,"","","Certification not required",0,14.182051,11.088365,31.4,"2013-07-09 00:00",31.2,"2013-07-18 00:00",31.2,"2013-09-10 00:00",31.1,"2013-08-29 00:00","","","","",31.2,31.2,29.8,28.3,24.3,14,-2.5,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68105",4,38.656498,-90.198646,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,13.598361,11.682244,31.7,"2013-07-09 00:00",30.1,"2013-06-27 00:00",30.1,"2013-08-26 00:00",29.7,"2013-06-21 00:00","","","","",31.7,30.1,29.7,28.7,23.5,15.1,-2.9,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68105",6,38.656498,-90.198646,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",92,75,92,122,0,14,"","","Certification not required",0,14.767391,11.155584,31.3,"2013-07-09 00:00",31.3,"2013-07-18 00:00",31.2,"2013-08-29 00:00",30.9,"2013-06-12 00:00","","","","",31.3,31.3,30.9,28.6,24.9,16.7,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","68105",7,38.656498,-90.198646,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",290,100,61,61,0,0,"","","Certification not required",0,16.648621,10.199278,32.1,"2013-08-31 00:00",31.7,"2013-08-30 00:00",31.6,"2013-07-09 00:00",31.3,"2013-07-18 00:00","","","","",31.6,31.3,30,28.2,24.8,19.2,1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68106",6,38.656498,-90.198646,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,751.134615,4.446134,766,"2013-11-12 00:00",763,"2013-01-22 00:00",761,"2013-01-04 00:00",759,"2013-04-25 00:00","","","","",763,761,758,757,753,751,746,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","68107",6,38.656498,-90.198646,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,756.932692,4.987877,772,"2013-11-12 00:00",767,"2013-01-04 00:00",767,"2013-01-07 00:00",767,"2013-01-10 00:00","","","","",767,767,767,765,760,756,751,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","68108",1,38.656498,-90.198646,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",351,96,351,365,0,14,"","","Certification not required",0,754.547009,4.899847,771,"2013-11-12 00:00",770,"2013-11-23 00:00",770,"2013-11-24 00:00",767,"2013-11-13 00:00","","","","",767,764,763,761,757,754,749,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68108",2,38.656498,-90.198646,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,1,"","","Certification not required",0,750.283333,5.102647,765,"2013-11-12 00:00",764,"2013-11-24 00:00",761,"2013-12-24 00:00",759,"2013-12-12 00:00","","","","",765,764,761,758,753,750,745,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68108",3,38.656498,-90.198646,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,116,122,0,5,"","","Certification not required",0,753.179487,6.398566,769,"2013-01-22 00:00",767,"2013-01-04 00:00",766,"2013-03-08 00:00",766,"2013-11-12 00:00","","","","",767,766,765,763,758,752,746,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68108",4,38.656498,-90.198646,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,750.803279,5.415471,766,"2013-11-12 00:00",765,"2013-11-24 00:00",762,"2013-12-24 00:00",761,"2013-12-12 00:00","","","","",766,765,761,759,753,750,745,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","68108",6,38.656498,-90.198646,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,753.25,4.421374,770,"2013-11-12 00:00",764,"2013-01-22 00:00",762,"2013-01-04 00:00",762,"2013-10-25 00:00","","","","",764,762,760,759,756,753,748,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","68108",7,38.656498,-90.198646,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",290,100,61,61,0,0,"","","Certification not required",0,749.693103,4.666633,766,"2013-11-12 00:00",765,"2013-11-24 00:00",764,"2013-11-23 00:00",764,"2013-12-07 00:00","","","","",764,762,758,756,752,749,744,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","81102",1,38.656498,-90.198646,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",116,95,116,122,0,5,0,0,"Certification not required",0,20.077586,9.379117,43,"2013-02-24 00:00",43,"2013-08-23 00:00",41,"2013-10-28 00:00",38,"2013-10-10 00:00","","","","",43,41,37,34,27,19,8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","81102",2,38.656498,-90.198646,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,18.754098,8.439304,36,"2013-03-29 00:00",35,"2013-04-04 00:00",35,"2013-09-19 00:00",34,"2013-09-25 00:00","","","","",36,35,34,30,25,19,8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","84313",1,38.656498,-90.198646,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific TAPI M633 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",6043,69,254,365,0,2717,"","","Certification not required",930,0.62355,0.607886,11.7,"2013-04-10 12:00",9.63,"2013-03-15 07:00",8.36,"2013-03-15 08:00",7.99,"2013-03-15 09:00","","","","",2.86,2.26,1.65,1.21,0.78,0.47,0.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","84314",1,38.656498,-90.198646,"NAD83","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific TAPI M633 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",743,51,30,61,0,721,"","","Certification not required",25,1.21677,0.95333,8.02,"2013-11-08 07:00",6.59,"2013-11-09 21:00",5.7,"2013-11-29 19:00",5.55,"2013-11-10 19:00","","","","",5.19,3.84,2.94,2.29,1.6,1.01,0.33,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","85101",1,38.656498,-90.198646,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,5,"","","Certification not required",0,20.448276,9.314173,46,"2013-02-24 00:00",43,"2013-08-23 00:00",43,"2013-10-28 00:00",39,"2013-04-04 00:00","","","","",43,43,36,34,27,20,8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","85101",2,38.656498,-90.198646,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,19,8.362615,37,"2013-03-29 00:00",36,"2013-04-04 00:00",34,"2013-09-19 00:00",33,"2013-09-25 00:00","","","","",37,36,33,29,25,20,8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","85101",5,38.656498,-90.198646,"NAD83","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8471,97,356,365,0,289,"","","Certification not required",0,19.481407,12.677411,288,"2013-09-06 07:00",202,"2013-03-15 08:00",199,"2013-03-15 09:00",196,"2013-07-29 09:00","","","","",57,49,40,33,25,18,7,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","85102",1,38.656498,-90.198646,"NAD83","Antimony PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,5.268846,27.806492,589.656,"2013-03-15 10:00",531.806,"2013-03-15 11:00",525.142,"2013-03-15 09:00",443.517,"2013-06-20 07:00","","","","",114.3,61.164,26.844,8.309,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85102",6,38.656498,-90.198646,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.582222,1.185957,6.67,"2013-09-01 00:00",5.17,"2013-08-20 00:00",3.37,"2013-07-03 00:00",2.79,"2013-04-04 00:00","","","","",6.67,6.67,3.37,2.63,1.85,1.33,0.59,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85102",7,38.656498,-90.198646,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.543488,1.055175,5.27,"2013-09-01 00:00",4.93,"2013-08-20 00:00",3.03,"2013-07-03 00:00",2.79,"2013-01-10 00:00","","","","",5.27,5.27,3.03,2.78,1.89,1.3,0.57,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85103",1,38.656498,-90.198646,"NAD83","Arsenic PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,1.076341,1.488172,29.38,"2013-05-10 00:00",20.13,"2013-05-16 20:00",16.75,"2013-01-17 23:00",16.75,"2013-04-17 16:00","","","","",6.88,5.13,3.23,2.41,1.41,0.68,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85103",6,38.656498,-90.198646,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.796444,0.301286,1.45,"2013-08-08 00:00",1.39,"2013-07-03 00:00",1.32,"2013-09-01 00:00",1.23,"2013-05-16 00:00","","","","",1.45,1.45,1.32,1.15,1.01,0.75,0.48,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85103",7,38.656498,-90.198646,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.816977,0.3079,1.56,"2013-07-03 00:00",1.36,"2013-09-01 00:00",1.32,"2013-05-16 00:00",1.3,"2013-08-08 00:00","","","","",1.56,1.56,1.32,1.18,1.02,0.79,0.42,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85105",6,38.656498,-90.198646,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.009778,0.008115,0.03,"2013-03-23 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-04 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85105",7,38.656498,-90.198646,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.01093,0.008678,0.03,"2013-03-29 00:00",0.03,"2013-04-04 00:00",0.02,"2013-03-23 00:00",0.02,"2013-05-16 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85107",1,38.656498,-90.198646,"NAD83","Barium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,7.901681,35.24228,1672,"2013-06-20 03:00",848,"2013-06-20 01:00",637.73,"2013-06-20 06:00",446,"2013-06-20 02:00","","","","",40,32.75,22.08,15.56,8.44,4.09,0.48,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85109",1,38.656498,-90.198646,"NAD83","Bromine PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Micrograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",3706,0.020425,0.005078,0.186,"2013-05-29 23:00",0.141,"2013-01-26 05:00",0.132,"2013-04-17 10:00",0.099,"2013-06-20 06:00","","","","",0.04,0.02,0.02,0.02,0.02,0.02,0.02,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85110",1,38.656498,-90.198646,"NAD83","Cadmium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,6.575201,17.317344,310,"2013-05-17 19:00",241,"2013-03-15 09:00",219,"2013-01-12 13:00",188.97,"2013-03-15 11:00","","","","",88.5,60.23,31.25,17.13,5.75,0.23,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85110",6,38.656498,-90.198646,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.559111,0.72341,4.09,"2013-09-13 00:00",2.63,"2013-04-16 00:00",1.45,"2013-06-15 00:00",1.3,"2013-08-08 00:00","","","","",4.09,4.09,1.45,1.28,0.71,0.32,0.11,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85110",7,38.656498,-90.198646,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.554884,0.722958,4.05,"2013-09-13 00:00",2.5,"2013-04-16 00:00",1.41,"2013-06-15 00:00",1.32,"2013-08-08 00:00","","","","",4.05,4.05,1.41,1.24,0.7,0.32,0.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85111",1,38.656498,-90.198646,"NAD83","Calcium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,1068.06617,1535.426212,31725.13,"2013-03-15 10:00",29343.08,"2013-03-15 09:00",25419.41,"2013-03-15 11:00",19383.57,"2013-03-15 08:00","","","","",7043.6,4817.49,3147.21,2313.73,1285.64,675.77,120.37,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85112",1,38.656498,-90.198646,"NAD83","Chromium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,2.090344,13.065657,504,"2013-03-18 09:00",316,"2013-03-18 10:00",248.9,"2013-04-10 11:00",221,"2013-03-13 12:00","","","","",33.25,16,6.84,2.93,1.05,0.37,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85112",6,38.656498,-90.198646,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.268222,2.152913,9.51,"2013-04-10 00:00",8.09,"2013-02-27 00:00",7.38,"2013-04-28 00:00",6.48,"2013-03-11 00:00","","","","",9.51,9.51,7.38,5.79,4.42,3.28,0.81,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85112",7,38.656498,-90.198646,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.595349,1.980361,7.71,"2013-09-25 00:00",7.44,"2013-04-10 00:00",6.61,"2013-03-11 00:00",5.67,"2013-04-04 00:00","","","","",7.71,7.71,6.61,5.29,4.22,1.75,0.76,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85113",1,38.656498,-90.198646,"NAD83","Cobalt PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.060579,0.361699,11.62,"2013-01-16 22:00",10.22,"2013-01-12 13:00",7.74,"2013-01-16 20:00",5.1,"2013-01-12 14:00","","","","",0.99,0.6,0.26,0.13,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85113",6,38.656498,-90.198646,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.151556,0.19738,1.36,"2013-01-16 00:00",0.39,"2013-04-10 00:00",0.26,"2013-04-04 00:00",0.26,"2013-09-25 00:00","","","","",1.36,1.36,0.26,0.22,0.16,0.12,0.05,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85113",7,38.656498,-90.198646,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.145349,0.19461,1.33,"2013-01-16 00:00",0.27,"2013-04-04 00:00",0.26,"2013-09-25 00:00",0.24,"2013-04-10 00:00","","","","",1.33,1.33,0.26,0.22,0.15,0.12,0.04,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85114",1,38.656498,-90.198646,"NAD83","Copper PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,15.519255,22.370125,964,"2013-05-17 10:00",416,"2013-01-18 09:00",253.51,"2013-06-20 07:00",244.14,"2013-06-20 06:00","","","","",74.7,55.72,36.91,27.13,17.61,12.56,3.66,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85126",1,38.656498,-90.198646,"NAD83","Iron PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,479.175073,688.146171,11024.54,"2013-05-17 19:00",8836.27,"2013-03-15 09:00",7859.98,"2013-01-12 13:00",6838.57,"2013-03-15 11:00","","","","",3609.77,2683.89,1493.33,965.17,529.25,281.77,80.83,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85128",1,38.656498,-90.198646,"NAD83","Lead PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Micrograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.009329,0.023711,0.434,"2013-01-24 10:00",0.432,"2013-03-15 09:00",0.388,"2013-06-13 23:00",0.382,"2013-05-07 08:00","","","","",0.098,0.064,0.033,0.019,0.008,0.004,0.001,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85129",6,38.656498,-90.198646,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.01016,0.00861,0.0503,"2013-07-21 00:00",0.0251,"2013-06-15 00:00",0.0213,"2013-08-20 00:00",0.0207,"2013-08-02 00:00","","","","",0.0503,0.0503,0.0213,0.0187,0.0131,0.0084,0.002,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85129",7,38.656498,-90.198646,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,0.010033,0.008567,0.05,"2013-07-21 00:00",0.0238,"2013-06-15 00:00",0.0208,"2013-08-20 00:00",0.0196,"2013-08-02 00:00","","","","",0.05,0.05,0.0208,0.0181,0.0132,0.0081,0.0021,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85132",1,38.656498,-90.198646,"NAD83","Manganese PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,15.039845,38.31394,989.16,"2013-03-29 07:00",698.64,"2013-05-17 19:00",629.51,"2013-02-25 11:00",500.81,"2013-03-15 09:00","","","","",155.11,107.61,51.34,26.45,13.2,6.57,1.77,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85132",6,38.656498,-90.198646,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,14.684444,14.643585,82.3,"2013-03-29 00:00",62.3,"2013-03-11 00:00",30.9,"2013-04-04 00:00",28.9,"2013-08-08 00:00","","","","",82.3,82.3,30.9,27.9,16.4,11.1,3.36,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85132",7,38.656498,-90.198646,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,14.754186,16.101655,86.8,"2013-03-29 00:00",70.6,"2013-03-11 00:00",31.8,"2013-04-04 00:00",28,"2013-08-08 00:00","","","","",86.8,86.8,31.8,25,16.7,10.5,3.15,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85136",1,38.656498,-90.198646,"NAD83","Nickel PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.532346,4.847282,187,"2013-03-18 09:00",123,"2013-03-18 10:00",111.5,"2013-04-10 11:00",93.5,"2013-03-13 08:00","","","","",5.16,2.83,1.27,0.71,0.32,0.08,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85136",6,38.656498,-90.198646,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.288,1.232541,6.57,"2013-09-25 00:00",4.78,"2013-04-10 00:00",3.73,"2013-06-21 00:00",3.1,"2013-03-11 00:00","","","","",6.57,6.57,3.73,2.97,1.14,0.91,0.44,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85136",7,38.656498,-90.198646,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.129767,1.110539,6.1,"2013-09-25 00:00",4.46,"2013-04-10 00:00",3.63,"2013-03-11 00:00",2.52,"2013-08-08 00:00","","","","",6.1,6.1,3.63,1.82,1.09,0.82,0.49,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85142",1,38.656498,-90.198646,"NAD83","Mercury PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.071972,0.478814,15.69,"2013-01-23 16:00",13.02,"2013-01-23 15:00",7.52,"2013-01-16 16:00",7.34,"2013-01-16 22:00","","","","",1.48,0.9,0.34,0.07,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85142",6,38.656498,-90.198646,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.026,0.013382,0.07,"2013-02-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-04-04 00:00",0.05,"2013-06-03 00:00","","","","",0.07,0.07,0.05,0.04,0.03,0.02,0.01,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85142",7,38.656498,-90.198646,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.017442,0.008478,0.04,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-02-09 00:00",0.03,"2013-03-29 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85154",1,38.656498,-90.198646,"NAD83","Selenium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.533752,0.650357,5.45,"2013-03-22 13:00",4.97,"2013-03-03 22:00",4.78,"2013-05-07 09:00",4.77,"2013-03-22 15:00","","","","",2.99,2.42,1.79,1.37,0.78,0.33,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85154",6,38.656498,-90.198646,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.898,0.544395,2.69,"2013-08-08 00:00",2.18,"2013-09-01 00:00",2,"2013-03-23 00:00",1.46,"2013-06-21 00:00","","","","",2.69,2.69,2,1.45,1.2,0.87,0.23,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85154",7,38.656498,-90.198646,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.895116,0.548671,2.64,"2013-08-08 00:00",2.34,"2013-09-01 00:00",1.86,"2013-03-23 00:00",1.54,"2013-08-02 00:00","","","","",2.64,2.64,1.86,1.46,1.16,0.86,0.19,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-12-16" +"29","510","0085","85160",1,38.656498,-90.198646,"NAD83","Tin PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,108.110753,52.69851,256,"2013-03-04 01:00",252,"2013-04-28 01:00",244.21,"2013-01-27 01:00",243.31,"2013-05-13 01:00","","","","",218,209.82,186.16,173,151.36,109.2,39.75,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85161",1,38.656498,-90.198646,"NAD83","Titanium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,18.858724,25.823065,723.53,"2013-01-12 13:00",529.41,"2013-01-12 14:00",358.44,"2013-03-15 09:00",308.72,"2013-01-12 15:00","","","","",107.33,72.39,48.35,36.16,23.76,13.21,3.66,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85164",1,38.656498,-90.198646,"NAD83","Vanadium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.925634,2.581545,45.99,"2013-02-24 11:00",40.66,"2013-03-14 08:00",35.7,"2013-06-11 08:00",34.51,"2013-02-24 12:00","","","","",12.97,8.34,4.04,2.16,0.75,0.19,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85166",1,38.656498,-90.198646,"NAD83","Silver PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,2.447454,1.961197,9.05,"2013-03-18 00:00",8.89,"2013-02-19 01:00",8.82,"2013-02-28 00:00",8.78,"2013-03-15 09:00","","","","",6.95,6.6,5.85,5.17,3.94,2.21,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85167",1,38.656498,-90.198646,"NAD83","Zinc PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,34.501132,58.640038,1255.77,"2013-06-05 07:00",765.32,"2013-02-04 10:00",693.74,"2013-05-07 08:00",689.23,"2013-05-07 07:00","","","","",286.28,214.85,124.08,76.67,34.22,16.51,5.19,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85173",1,38.656498,-90.198646,"NAD83","Thallium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,0.000323,0.015167,0.86,"2013-03-15 09:00",0.35,"2013-03-15 10:00",0,"2013-01-04 17:00",0,"2013-01-04 18:00","","","","",0,0,0,0,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","85180",1,38.656498,-90.198646,"NAD83","Potassium PM10 LC","1 HOUR","","Observed Values","Cooper Environmental Services model Xact 620 - X-ray fluorescence (XRF)",2013,"Nanograms/cubic meter (LC)","No Events",3747,43,152,365,0,597,"","","Certification not required",0,119.441062,129.773767,4290,"2013-01-12 13:00",3201,"2013-01-12 14:00",2944,"2013-06-10 07:00",1808.5,"2013-01-12 15:00","","","","",398,342,272,211,145,93.03,46.25,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-01-15" +"29","510","0085","86101",1,38.656498,-90.198646,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,"","","Certification not required",0,10.048182,5.775283,28.6,"2013-10-28 00:00",28,"2013-08-23 00:00",26.2,"2013-04-04 00:00",24.7,"2013-10-10 00:00","","","","",28,26.2,21.3,16.6,13.5,9.4,3.5,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","86101",2,38.656498,-90.198646,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,1,"","","Certification not required",0,9.361017,5.033715,23.2,"2013-04-04 00:00",19.5,"2013-09-25 00:00",18.8,"2013-03-29 00:00",18.3,"2013-04-10 00:00","","","","",23.2,19.5,18.8,16.7,12.7,8.6,2.8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","86502",1,38.656498,-90.198646,"NAD83","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8475,97,356,365,0,285,"","","Certification not required",0,7.831929,7.862155,234.8,"2013-09-06 07:00",172.3,"2013-07-29 09:00",148,"2013-03-15 08:00",142.9,"2013-03-15 09:00","","","","",33.8,27.1,19.4,15,9.7,6,2.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",1,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,14,0,0,"Certification not required",0,11.11396,5.212721,30.7,"2013-02-24 00:00",29.9,"2013-12-16 00:00",28.5,"2013-12-02 00:00",25.1,"2013-01-27 00:00","","","","",25.1,23.3,21,18.2,14.2,10.6,4.8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",1,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,14,"","","Certification not required",0,11.11396,5.212721,30.7,"2013-02-24 00:00",29.9,"2013-12-16 00:00",28.5,"2013-12-02 00:00",25.1,"2013-01-27 00:00","","","","",25.1,23.3,21,18.2,14.2,10.6,4.8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",2,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,100,31,31,0,1,0,0,"Certification not required",0,10.276667,4.570405,23.1,"2013-09-19 00:00",18.7,"2013-03-29 00:00",18,"2013-08-26 00:00",17.3,"2013-03-23 00:00","","","","",23.1,23.1,18.7,17.3,15.1,13.2,11.6,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",2,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,100,31,31,0,1,"","","Certification not required",0,10.276667,4.570405,23.1,"2013-09-19 00:00",18.7,"2013-03-29 00:00",18,"2013-08-26 00:00",17.3,"2013-03-23 00:00","","","","",23.1,23.1,18.7,17.3,15.1,13.2,11.6,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",4,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8471,97,361,365,0,289,"","","Certification not required",0,10.378373,6.961953,88.5,"2013-07-04 22:00",80.3,"2013-01-23 01:00",71.6,"2013-07-04 23:00",62.8,"2013-01-04 22:00","","","","",30.7,26.7,22.5,19.3,14.3,9.4,2.6,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",4,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,10.311798,5.254651,28.2,"2013-12-02 00:00",27.7,"2013-03-15 00:00",26.5,"2013-12-16 00:00",26,"2013-02-24 00:00","","","","",26,22.2,20.4,17.6,13.7,9.9,4.3,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88101",4,38.656498,-90.198646,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,10.311798,5.254651,28.2,"2013-12-02 00:00",27.7,"2013-03-15 00:00",26.5,"2013-12-16 00:00",26,"2013-02-24 00:00","","","","",26,22.2,20.4,17.6,13.7,9.9,4.3,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88102",6,38.656498,-90.198646,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.019601,0.005617,0.044,"2013-09-25 00:00",0.039,"2013-07-03 00:00",0.026,"2013-01-16 00:00",0.026,"2013-01-25 00:00","","","","",0.039,0.026,0.026,0.026,0.021,0.0205,0.014,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88103",6,38.656498,-90.198646,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000625,0.000947,0.005,"2013-08-17 00:00",0.004,"2013-06-09 00:00",0.003,"2013-06-24 00:00",0.003,"2013-09-22 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88104",6,38.656498,-90.198646,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",57,0.032168,0.052282,0.363,"2013-10-16 00:00",0.299,"2013-06-12 00:00",0.198,"2013-11-09 00:00",0.136,"2013-04-07 00:00","","","","",0.299,0.198,0.119,0.07,0.037,0.0125,0.0065,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88107",6,38.656498,-90.198646,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",101,0.006563,0.005972,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88109",6,38.656498,-90.198646,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",14,0.004282,0.002523,0.0104,"2013-01-28 00:00",0.0101,"2013-02-09 00:00",0.0097,"2013-03-29 00:00",0.0097,"2013-10-28 00:00","","","","",0.0101,0.0097,0.0092,0.0078,0.0057,0.0041,0.00115,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88110",6,38.656498,-90.198646,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.001327,0.002901,0.014,"2013-09-04 00:00",0.011,"2013-05-07 00:00",0.009,"2013-07-27 00:00",0.008,"2013-01-13 00:00","","","","",0.011,0.009,0.008,0.007,0,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88111",6,38.656498,-90.198646,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",4,0.062733,0.047166,0.245,"2013-10-28 00:00",0.225,"2013-10-10 00:00",0.184,"2013-08-29 00:00",0.165,"2013-04-04 00:00","","","","",0.225,0.184,0.153,0.116,0.0885,0.0541,0.0154,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88112",6,38.656498,-90.198646,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.007163,0.021764,0.162,"2013-09-28 00:00",0.135,"2013-10-10 00:00",0.064,"2013-04-07 00:00",0.041,"2013-02-03 00:00","","","","",0.135,0.064,0.024,0.011,0.004,0.002,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88113",6,38.656498,-90.198646,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",92,0.000862,0.000761,0.0071,"2013-03-26 00:00",0.003,"2013-03-11 00:00",0.0026,"2013-02-12 00:00",0.0025,"2013-09-13 00:00","","","","",0.003,0.0026,0.0019,0.0015,0.0007,0.0007,0.00055,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88114",6,38.656498,-90.198646,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",41,0.003119,0.002441,0.0106,"2013-03-11 00:00",0.0103,"2013-09-25 00:00",0.0095,"2013-04-07 00:00",0.0086,"2013-03-26 00:00","","","","",0.0103,0.0095,0.0083,0.0066,0.0046,0.0024,0.0008,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88115",6,38.656498,-90.198646,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",56,0.011888,0.022055,0.187,"2013-01-07 00:00",0.0891,"2013-01-04 00:00",0.0835,"2013-02-24 00:00",0.062,"2013-01-22 00:00","","","","",0.0891,0.0835,0.027,0.0203,0.013,0.00405,0.0025,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88117",6,38.656498,-90.198646,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.006042,0.009297,0.0435,"2013-02-18 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-06-18 00:00",0.0435,"2013-08-17 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00415,0.0041,0.0028,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88118",6,38.656498,-90.198646,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.009819,0.006481,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88126",6,38.656498,-90.198646,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.124541,0.141179,1.04,"2013-03-11 00:00",0.88,"2013-03-26 00:00",0.379,"2013-05-07 00:00",0.368,"2013-03-20 00:00","","","","",0.88,0.379,0.276,0.234,0.156,0.0856,0.0324,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88128",6,38.656498,-90.198646,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.004308,0.004628,0.028,"2013-05-07 00:00",0.021,"2013-10-28 00:00",0.014,"2013-01-04 00:00",0.014,"2013-09-13 00:00","","","","",0.021,0.014,0.013,0.01,0.006,0.003,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88131",6,38.656498,-90.198646,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.010274,0.003453,0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-02-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88132",6,38.656498,-90.198646,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.005212,0.009148,0.076,"2013-03-11 00:00",0.041,"2013-03-26 00:00",0.021,"2013-02-15 00:00",0.02,"2013-03-20 00:00","","","","",0.041,0.021,0.018,0.011,0.006,0.003,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88136",6,38.656498,-90.198646,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.001019,0.002783,0.02,"2013-04-07 00:00",0.014,"2013-02-03 00:00",0.011,"2013-10-10 00:00",0.007,"2013-09-25 00:00","","","","",0.014,0.011,0.005,0.002,0.001,0,0,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88140",6,38.656498,-90.198646,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",91,0.009209,0.009037,0.0587,"2013-08-20 00:00",0.0513,"2013-09-22 00:00",0.042,"2013-09-13 00:00",0.035,"2013-06-18 00:00","","","","",0.0513,0.042,0.026,0.011,0.009,0.006,0.00475,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88152",6,38.656498,-90.198646,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.005501,0.001459,0.011,"2013-07-18 00:00",0.008,"2013-03-02 00:00",0.008,"2013-03-14 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88154",6,38.656498,-90.198646,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",95,0.001175,0.000394,0.0029,"2013-05-10 00:00",0.0028,"2013-08-23 00:00",0.0027,"2013-01-10 00:00",0.002,"2013-03-08 00:00","","","","",0.0028,0.0027,0.002,0.0013,0.0013,0.00125,0.00065,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88160",6,38.656498,-90.198646,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.013587,0.004017,0.029,"2013-06-24 00:00",0.023,"2013-09-04 00:00",0.0185,"2013-02-12 00:00",0.0185,"2013-02-24 00:00","","","","",0.023,0.0185,0.0185,0.018,0.016,0.016,0.01,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88161",6,38.656498,-90.198646,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",93,0.002967,0.002935,0.0235,"2013-03-29 00:00",0.022,"2013-06-12 00:00",0.0073,"2013-07-30 00:00",0.0066,"2013-07-09 00:00","","","","",0.022,0.0073,0.0057,0.0039,0.00265,0.0025,0.0021,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88164",6,38.656498,-90.198646,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",97,0.001849,0.00118,0.009,"2013-10-01 00:00",0.008,"2013-10-10 00:00",0.006,"2013-01-07 00:00",0.0047,"2013-06-09 00:00","","","","",0.008,0.006,0.004,0.0019,0.0016,0.0015,0.0015,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88165",6,38.656498,-90.198646,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",4,0.075474,0.079687,0.685,"2013-06-12 00:00",0.304,"2013-09-01 00:00",0.252,"2013-05-01 00:00",0.241,"2013-08-29 00:00","","","","",0.304,0.252,0.168,0.139,0.097,0.056,0.019,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88166",6,38.656498,-90.198646,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.008524,0.005042,0.019,"2013-01-25 00:00",0.019,"2013-02-12 00:00",0.019,"2013-02-24 00:00",0.019,"2013-06-03 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88167",6,38.656498,-90.198646,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",8,0.016127,0.016156,0.0847,"2013-10-28 00:00",0.074,"2013-08-17 00:00",0.066,"2013-09-13 00:00",0.0583,"2013-05-07 00:00","","","","",0.074,0.066,0.0509,0.0396,0.0227,0.0095,0.0027,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88168",6,38.656498,-90.198646,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",97,0.001397,0.000843,0.007,"2013-07-30 00:00",0.0052,"2013-07-24 00:00",0.0042,"2013-08-14 00:00",0.0032,"2013-07-03 00:00","","","","",0.0052,0.0042,0.002,0.00175,0.00175,0.00115,0.00085,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88169",6,38.656498,-90.198646,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.81499,0.456464,2.47,"2013-07-18 00:00",1.92,"2013-05-19 00:00",1.9,"2013-08-26 00:00",1.75,"2013-08-20 00:00","","","","",1.92,1.9,1.71,1.39,1.11,0.754,0.315,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88176",6,38.656498,-90.198646,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.000992,0.000279,0.0024,"2013-10-28 00:00",0.0021,"2013-10-13 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00","","","","",0.0021,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88180",6,38.656498,-90.198646,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.056042,0.04206,0.265,"2013-07-06 00:00",0.2,"2013-09-19 00:00",0.178,"2013-06-21 00:00",0.175,"2013-07-03 00:00","","","","",0.2,0.178,0.165,0.101,0.0671,0.045,0.02,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88184",6,38.656498,-90.198646,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",71,0.039317,0.03755,0.244,"2013-04-10 00:00",0.198,"2013-05-19 00:00",0.133,"2013-07-18 00:00",0.122,"2013-01-28 00:00","","","","",0.198,0.133,0.105,0.086,0.052,0.027,0.0155,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88185",6,38.656498,-90.198646,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",101,0.003838,0.003957,0.0164,"2013-08-05 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88301",6,38.656498,-90.198646,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.868356,0.688901,3.8,"2013-02-24 00:00",3.1,"2013-01-07 00:00",2.78,"2013-03-08 00:00",2.72,"2013-01-01 00:00","","","","",3.1,2.78,2.37,1.76,1.09,0.738,0.19,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88302",6,38.656498,-90.198646,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",7,0.091,0.329535,3.37,"2013-02-21 00:00",0.444,"2013-03-11 00:00",0.301,"2013-04-10 00:00",0.187,"2013-05-19 00:00","","","","",0.444,0.301,0.154,0.1,0.07,0.047,0.0186,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88303",6,38.656498,-90.198646,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",22,0.047814,0.072675,0.706,"2013-02-21 00:00",0.164,"2013-07-06 00:00",0.146,"2013-01-07 00:00",0.127,"2013-03-11 00:00","","","","",0.164,0.146,0.122,0.09,0.051,0.034,0.0115,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88305",1,38.656498,-90.198646,"NAD83","OC CSN Unadjusted PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",3998,68,169,245,0,1882,"","","Certification not required",7,2.921121,1.652937,29.86,"2013-07-05 02:00",26.39,"2013-07-31 12:00",18.88,"2013-12-28 04:00",13.22,"2013-12-01 09:00","","","","",8,6.91,5.63,4.88,3.69,2.61,1.31,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88306",6,38.656498,-90.198646,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.436923,1.885006,10.1,"2013-02-24 00:00",9.73,"2013-02-21 00:00",7.69,"2013-01-07 00:00",6.86,"2013-01-01 00:00","","","","",9.73,7.69,4.98,3.97,1.5,0.672,0.29,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88307",1,38.656498,-90.198646,"NAD83","EC CSN PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",4326,74,180,245,0,1554,"","","Certification not required",1191,0.789508,0.593854,4.87,"2013-05-24 22:00",4.23,"2013-05-07 07:00",3.77,"2013-09-05 06:00",3.75,"2013-05-29 21:00","","","","",2.59,2.24,1.83,1.5,1.12,0.78,0.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88312",1,38.656498,-90.198646,"NAD83","Total Carbon PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (LC)","No Events",6773,77,284,365,0,1987,"","","Certification not required",0,3.186053,2.160479,83.44,"2013-05-19 22:00",39.57,"2013-01-23 01:00",33.31,"2013-01-04 22:00",30.67,"2013-07-05 02:00","","","","",9.42,8.08,6.38,5.45,3.99,2.74,1.37,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88314",1,38.656498,-90.198646,"NAD83","UV Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",1134,26,46,184,0,1818,"","","Certification not required",60,0.789524,0.591656,4.42,"2013-09-05 06:00",3.99,"2013-10-29 02:00",3.92,"2013-09-26 06:00",3.89,"2013-10-30 07:00","","","","",3,2.67,1.97,1.48,0.98,0.64,0.27,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2013-11-25" +"29","510","0085","88316",1,38.656498,-90.198646,"NAD83","Optical EC PM2.5 LC TOT","1 HOUR","","Observed Values","Sunset Labs - Optical absorption at 660nm",2013,"Micrograms/cubic meter (LC)","No Events",6773,77,284,365,0,1987,"","","Certification not required",1389,0.488886,0.464105,7.462,"2013-03-15 08:00",6.855,"2013-03-15 07:00",6.088,"2013-03-15 09:00",5.59,"2013-04-10 08:00","","","","",2.24,1.71,1.26,0.972,0.609,0.38,0.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88355",6,38.656498,-90.198646,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.419308,1.148277,6.77,"2013-09-19 00:00",6.18,"2013-02-24 00:00",4.54,"2013-07-03 00:00",4.54,"2013-10-10 00:00","","","","",6.18,4.54,4.43,3.88,3.2,2.34,0.982,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88357",6,38.656498,-90.198646,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.386317,0.234966,1.34,"2013-10-28 00:00",1.11,"2013-10-10 00:00",1.04,"2013-05-07 00:00",1.02,"2013-02-24 00:00","","","","",1.11,1.04,0.774,0.627,0.505,0.328,0.146,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88370",6,38.656498,-90.198646,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.169587,1.03087,6.39,"2013-09-19 00:00",5.49,"2013-02-24 00:00",4.12,"2013-07-03 00:00",4.12,"2013-07-12 00:00","","","","",5.49,4.12,4,3.51,2.79,2.08,0.93,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88374",6,38.656498,-90.198646,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.205115,0.140964,0.737,"2013-02-24 00:00",0.663,"2013-08-26 00:00",0.638,"2013-09-19 00:00",0.525,"2013-10-28 00:00","","","","",0.663,0.638,0.476,0.379,0.273,0.164,0.065,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88375",6,38.656498,-90.198646,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.595221,0.285057,1.55,"2013-09-19 00:00",1.32,"2013-10-28 00:00",1.28,"2013-02-24 00:00",1.26,"2013-09-10 00:00","","","","",1.32,1.28,1.02,0.965,0.765,0.579,0.243,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88376",6,38.656498,-90.198646,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.598538,0.328801,1.85,"2013-09-19 00:00",1.73,"2013-02-24 00:00",1.52,"2013-11-09 00:00",1.3,"2013-07-03 00:00","","","","",1.73,1.52,1.29,1.02,0.721,0.572,0.238,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88377",6,38.656498,-90.198646,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.450337,0.248833,1.41,"2013-09-19 00:00",1.25,"2013-02-24 00:00",1.1,"2013-10-10 00:00",0.998,"2013-05-19 00:00","","","","",1.25,1.1,0.863,0.726,0.591,0.426,0.166,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88378",6,38.656498,-90.198646,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",3,0.32049,0.187611,0.953,"2013-09-19 00:00",0.925,"2013-07-12 00:00",0.791,"2013-09-28 00:00",0.785,"2013-04-07 00:00","","","","",0.925,0.791,0.712,0.575,0.41,0.288,0.12,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88380",6,38.656498,-90.198646,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.63649,0.365221,2.12,"2013-10-28 00:00",1.72,"2013-02-24 00:00",1.66,"2013-10-10 00:00",1.36,"2013-09-25 00:00","","","","",1.72,1.66,1.25,1.1,0.828,0.598,0.234,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88383",6,38.656498,-90.198646,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.890048,0.428442,2.16,"2013-02-24 00:00",2.03,"2013-10-28 00:00",1.86,"2013-09-19 00:00",1.74,"2013-10-10 00:00","","","","",2.03,1.86,1.66,1.45,1.18,0.895,0.349,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88384",6,38.656498,-90.198646,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.066132,0.031068,0.191,"2013-06-03 00:00",0.155,"2013-05-13 00:00",0.141,"2013-04-19 00:00",0.12,"2013-10-13 00:00","","","","",0.155,0.141,0.117,0.106,0.0868,0.0596,0.0329,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88385",6,38.656498,-90.198646,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",94,0.001292,0.001077,0.00802,"2013-04-28 00:00",0.0059,"2013-11-12 00:00",0.00579,"2013-05-19 00:00",0.00465,"2013-06-12 00:00","","","","",0.0059,0.00579,0.00253,0.001,0.001,0.001,0.001,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88388",6,38.656498,-90.198646,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.570375,0.279726,1.33,"2013-09-19 00:00",1.23,"2013-07-12 00:00",1.18,"2013-02-24 00:00",1.14,"2013-04-07 00:00","","","","",1.23,1.18,1.13,0.993,0.768,0.542,0.229,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88403",6,38.656498,-90.198646,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.2,1.682621,14.4,"2013-02-21 00:00",6.88,"2013-07-18 00:00",5.15,"2013-08-20 00:00",5.03,"2013-05-19 00:00","","","","",6.88,5.15,4.34,3.45,2.87,1.98,0.8,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88500",1,38.656498,-90.198646,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8471,97,356,365,0,289,"","","Certification not required",0,11.641176,7.372659,88.2,"2013-07-04 22:00",80.5,"2013-01-23 01:00",72.2,"2013-07-04 23:00",63.9,"2013-01-04 22:00","","","","",32.6,28.6,24.4,21.1,15.9,10.8,3.2,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88500",1,38.656498,-90.198646,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,11.575843,5.585992,30.1,"2013-12-02 00:00",29.5,"2013-03-15 00:00",28.4,"2013-12-16 00:00",27.8,"2013-02-24 00:00","","","","",27.8,24.1,22.2,19.3,15.2,11.2,5.1,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88502",6,38.656498,-90.198646,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,11.365385,5.03064,31.1,"2013-02-24 00:00",23,"2013-01-07 00:00",22.7,"2013-09-19 00:00",22.2,"2013-07-18 00:00","","","","",23,22.7,18.9,16.7,14.4,11.7,5.3,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-13" +"29","510","0085","88503",1,38.656498,-90.198646,"NAD83","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8473,97,356,365,0,287,"","","Certification not required",0,-2.854538,2.724726,20.7,"2013-02-24 07:00",17.4,"2013-12-26 08:00",15.8,"2013-04-10 19:00",14,"2013-02-24 08:00","","","","",3.2,2.4,1.2,0.3,-1.1,-2.7,-6.2,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0085","88503",1,38.656498,-90.198646,"NAD83","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,0,"","","Certification not required",0,-2.804213,1.418831,4.4,"2013-01-31 00:00",0,"2013-01-30 00:00",0,"2013-12-22 00:00",-0.1,"2013-12-29 00:00","","","","",-0.1,-0.3,-0.9,-1.3,-1.9,-2.6,-4.9,"Blair Street","BLAIR STREET: 3247 Blair Street, St. Louis, MO 63107","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42401",1,38.673221,-90.239166,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8723,100,365,365,0,37,0,"","Certification not required",0,5.024932,4.331143,31.8,"2013-06-20 20:00",24,"2013-07-04 20:00",19.8,"2013-09-28 02:00",19.5,"2013-09-04 08:00","","","","",19.5,17.2,14.5,10.6,6.6,3.6,1.2,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42401",1,38.673221,-90.239166,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8723,100,365,365,0,37,"","","Certification not required",0,1.798051,1.891272,31.8,"2013-06-20 20:00",24.5,"2013-06-20 19:00",24,"2013-07-04 20:00",19.8,"2013-09-28 02:00","","","","",10,7.5,5.1,3.5,2.1,1.2,0.6,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42401",1,38.673221,-90.239166,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.800822,1.102706,7.4,"2013-06-20 00:00",5.6,"2013-07-04 00:00",5.4,"2013-09-28 00:00",5.3,"2013-03-09 00:00","","","","",5.3,5,3.9,3.3,2.3,1.5,0.7,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42401",1,38.673221,-90.239166,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2891,99,365,365,0,0,"",0,"Certification not required",0,1.764891,1.664827,19.4,"2013-06-20 20:00",14.3,"2013-06-20 23:00",13.9,"2013-09-28 02:00",13.6,"2013-09-28 05:00","","","","",8.8,7.2,4.9,3.5,2.1,1.2,0.6,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42406",1,38.673221,-90.239166,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8723,100,365,365,0,37,"","","Certification not required",0,2.599748,3.190337,53,"2013-06-20 19:00",44.8,"2013-06-20 20:00",39.4,"2013-07-31 11:00",35.8,"2013-07-04 20:00","","","","",18.1,12.5,7.9,5.3,2.8,1.5,0.8,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42601",1,38.673221,-90.239166,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8706,99,365,365,0,54,"","","Certification not required",0,4.159683,10.099831,192.1,"2013-02-24 07:00",165.6,"2013-02-24 05:00",165.6,"2013-02-24 06:00",156.2,"2013-03-15 06:00","","","","",54.2,37.4,16.1,7.7,2.9,1.6,0.4,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42602",1,38.673221,-90.239166,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8706,99,365,365,0,54,0,"","Certification not required",0,23.551233,11.586857,66.3,"2013-02-24 07:00",64.9,"2013-02-23 23:00",60.9,"2013-04-04 20:00",58.5,"2013-03-15 21:00","","","","",58.5,50.5,44.1,40.3,31.8,21.7,10.3,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42602",1,38.673221,-90.239166,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8706,99,365,365,0,54,"","","Certification not required",0,11.046726,8.769889,66.3,"2013-02-24 07:00",66,"2013-02-24 06:00",65.8,"2013-02-24 05:00",65,"2013-02-24 01:00","","","","",41.6,36.8,29.4,23.2,13.9,8.4,3.2,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","42603",1,38.673221,-90.239166,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8706,99,365,365,0,54,"","","Certification not required",0,16.127326,16.822191,259,"2013-02-24 07:00",232.2,"2013-02-24 06:00",232.1,"2013-02-24 05:00",201.9,"2013-03-15 06:00","","","","",90.7,69.2,47.3,31.4,17.6,11,5.3,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","62107",1,38.673221,-90.239166,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,79.158904,2.504495,82,"2013-01-03 12:00",82,"2013-01-05 14:00",82,"2013-01-05 15:00",82,"2013-01-05 16:00","","","","",82,82,82,81,81,80,75,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","81102",3,38.673221,-90.239166,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8706,99,365,365,0,54,"","","Certification not required",0,16.334712,12.301621,559,"2013-07-04 20:00",374,"2013-07-04 21:00",182,"2013-01-12 12:00",173,"2013-07-04 22:00","","","","",47,41,34,29,21,14,6,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0086","81102",3,38.673221,-90.239166,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,15.871233,7.819556,72,"2013-07-04 00:00",39,"2013-03-15 00:00",38,"2013-10-28 00:00",37,"2013-09-06 00:00","","","","",37,33,30,26,20,15,7,"MARGARETTA CATEGORY B CORE SLAM PM2.5.","MARGARETTA: 4520 Margaretta, St. Louis, MO 63115","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","61103",1,38.656479,-90.189868,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8379,96,348,365,0,381,"","","Certification not required",0,5.093591,2.436396,16.9,"2013-11-17 13:00",16.1,"2013-02-10 10:00",15.7,"2013-11-17 12:00",15,"2013-02-10 11:00","","","","",11.6,10.8,9.5,8.3,6.6,4.9,2,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","61104",1,38.656479,-90.189868,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8379,96,348,365,0,381,"","","Certification not required",0,193.820384,97.974371,360,"2013-01-24 04:00",360,"2013-02-20 06:00",360,"2013-06-02 19:00",360,"2013-06-02 20:00","","","","",358,356,345,324,283,184,63,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","62101",1,38.656479,-90.189868,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8573,98,354,365,0,187,"","","Certification not required",0,57.143707,20.525279,102,"2013-08-31 13:00",102,"2013-08-31 14:00",102,"2013-08-31 15:00",101,"2013-08-31 12:00","","","","",94,92,88,83,75,58,29,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","62107",1,38.656479,-90.189868,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8733,100,363,365,0,27,"","","Certification not required",0,74.30276,2.206877,80,"2013-09-12 10:00",78,"2013-09-12 09:00",77,"2013-01-05 16:00",77,"2013-01-05 17:00","","","","",76,76,76,76,76,75,70,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","62201",1,38.656479,-90.189868,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8573,98,354,365,0,187,"","","Certification not required",0,67.666861,16.360336,98,"2013-10-30 07:00",98,"2013-10-30 08:00",97,"2013-01-10 19:00",97,"2013-01-10 20:00","","","","",96,95,93,89,81,69,45,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","64101",1,38.656479,-90.189868,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8565,98,354,365,0,195,"","","Certification not required",0,1001.842487,6.85849,1025.2,"2013-11-12 08:00",1025.2,"2013-11-12 10:00",1025.2,"2013-11-24 06:00",1025.2,"2013-11-24 08:00","","","","",1019.9,1017.2,1013.2,1010.6,1006.6,1001.2,993.2,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","81102",3,38.656479,-90.189868,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8348,95,349,365,0,412,"","","Certification not required",0,32.133565,37.305865,2073,"2013-04-06 10:00",803,"2013-04-06 09:00",658,"2013-08-30 16:00",551,"2013-04-06 12:00","","","","",130,109,81,63,40,24,9,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","81102",3,38.656479,-90.189868,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",349,96,349,365,0,0,1,1,"Certification not required",0,31.684814,18.457417,220,"2013-04-06 00:00",84,"2013-10-28 00:00",83,"2013-03-15 00:00",82,"2013-07-18 00:00","","","","",82,67,60,52,40,30,12,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","85101",5,38.656479,-90.189868,"NAD83","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7536,86,312,365,0,504,"","","Certification not required",0,30.336518,33.468139,1658,"2013-04-06 10:00",708,"2013-02-18 09:00",631,"2013-07-18 12:00",486,"2013-04-06 11:00","","","","",124,101,73,56,37,24,9,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","86502",1,38.656479,-90.189868,"NAD83","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8257,94,344,365,0,503,"","","Certification not required",0,17.23729,29.370327,1558.3,"2013-04-06 10:00",680.5,"2013-02-18 09:00",578.6,"2013-07-18 12:00",455.6,"2013-04-06 11:00","","","","",101.6,76.9,54.9,37.8,20.1,10.1,3,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88101",4,38.656479,-90.189868,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8257,94,353,365,0,503,"","","Certification not required",0,11.377256,7.346172,111.2,"2013-09-21 07:00",101.3,"2013-04-06 10:00",79.3,"2013-02-24 07:00",57.4,"2013-01-10 11:00","","","","",32.6,29.1,24.4,20.7,15.4,10.4,3.4,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88101",4,38.656479,-90.189868,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,0,0,"Certification not required",0,11.310756,5.334067,29.6,"2013-12-02 00:00",28.5,"2013-12-16 00:00",27.9,"2013-02-24 00:00",26.2,"2013-03-15 00:00","","","","",26.2,23.8,20.5,19,14.5,10.8,4.9,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88101",4,38.656479,-90.189868,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,11.310756,5.334067,29.6,"2013-12-02 00:00",28.5,"2013-12-16 00:00",27.9,"2013-02-24 00:00",26.2,"2013-03-15 00:00","","","","",26.2,23.8,20.5,19,14.5,10.8,4.9,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88500",1,38.656479,-90.189868,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8257,94,344,365,0,503,"","","Certification not required",0,12.703209,7.723739,109.3,"2013-09-21 07:00",100.1,"2013-04-06 10:00",79.6,"2013-02-24 07:00",58.8,"2013-01-10 11:00","","","","",34.5,31.1,26.3,22.5,17.1,11.8,4.1,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88500",1,38.656479,-90.189868,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,12.636337,5.642657,31.6,"2013-12-02 00:00",30.4,"2013-12-16 00:00",29.7,"2013-02-24 00:00",28,"2013-03-15 00:00","","","","",28,25.6,22.3,20.7,16.1,12.2,5.8,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88503",1,38.656479,-90.189868,"NAD83","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8257,94,344,365,0,503,"","","Certification not required",0,-2.839348,2.629156,11.5,"2013-05-20 21:00",10.3,"2013-01-12 18:00",10.1,"2013-07-19 07:00",9.8,"2013-01-12 21:00","","","","",3.1,2.4,1.3,0.4,-1.1,-2.8,-6.1,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0093","88503",1,38.656479,-90.189868,"NAD83","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,-2.790698,1.420436,1.2,"2013-01-17 00:00",0.8,"2013-01-12 00:00",0.6,"2013-01-21 00:00",0.5,"2013-04-12 00:00","","","","",0.5,0.2,-0.4,-0.9,-1.9,-2.8,-4.4,"Branch Street","BRANCH STREET: 100 Branch Street, St. Louis, MO 63102","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42101",1,38.631057,-90.281144,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7021,80,299,365,0,1739,0,0,"Certification not required",3613,0.278679,0.107243,1.656,"2013-03-15 07:00",1.411,"2013-03-15 08:00",1.3,"2013-10-08 07:00",1.23,"2013-02-24 07:00","","","","",0.708,0.617,0.5,0.378,0.263,0.25,0.201,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42101",1,38.631057,-90.281144,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7165,82,297,365,0,0,0,0,"Certification not required",0,0.301675,0.080946,1,"2013-02-24 07:00",1,"2013-03-15 10:00",1,"2013-03-15 11:00",0.9,"2013-02-24 05:00",1,"2013-02-24 07:00",1,"2013-03-15 10:00",0.6,0.5,0.4,0.4,0.3,0.3,0.2,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42601",1,38.631057,-90.281144,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8670,99,364,365,0,90,"","","Certification not required",0,8.842122,15.771114,290.5,"2013-12-02 07:00",283,"2013-03-15 06:00",242.7,"2013-10-28 06:00",231.3,"2013-03-15 07:00","","","","",75.8,54.3,32.6,20.5,9.8,4.2,0.3,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42601",2,38.631057,-90.281144,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6522,99,274,275,0,76,"","","Certification not required",0,7.915685,13.459804,182.1,"2013-09-25 06:00",181,"2013-10-08 06:00",179.6,"2013-10-08 07:00",161.1,"2013-10-30 06:00","","","","",64.3,47.5,29.4,18.7,9,3.9,0.1,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42602",1,38.631057,-90.281144,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8670,99,364,365,0,90,0,"","Certification not required",0,28.882143,13.882382,95.8,"2013-03-08 07:00",82.6,"2013-12-02 07:00",79.8,"2013-03-15 06:00",75.4,"2013-09-25 06:00","","","","",75.4,65.1,53.4,46.5,36.9,26,13.9,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42602",1,38.631057,-90.281144,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8670,99,364,365,0,90,"","","Certification not required",0,14.178108,9.202526,95.8,"2013-03-08 07:00",82.6,"2013-12-02 07:00",79.8,"2013-03-15 06:00",75.4,"2013-09-25 06:00","","","","",43.7,38.9,32.5,26.7,18.3,12,4.6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42602",2,38.631057,-90.281144,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6524,74,274,365,0,76,2,"","Certification not required",0,30.544526,17.4543,186.2,"2013-12-02 07:00",107.2,"2013-07-12 06:00",85.1,"2013-12-31 07:00",82.9,"2013-05-07 06:00","","","","",85.1,75.3,63.3,46.3,37,28.3,14.3,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42602",2,38.631057,-90.281144,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6524,74,274,365,0,76,"","","Certification not required",0,13.685822,9.932353,186.2,"2013-12-02 07:00",107.2,"2013-07-12 06:00",85.1,"2013-12-31 07:00",82.9,"2013-05-07 06:00","","","","",43.5,38.8,32.9,27.2,18.1,11.2,3.6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42603",1,38.631057,-90.281144,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8670,99,364,365,0,90,"","","Certification not required",0,22.83451,22.372157,324.8,"2013-03-15 06:00",311.7,"2013-12-02 07:00",282.4,"2013-03-15 07:00",280.2,"2013-10-28 06:00","","","","",114.3,87.1,62.8,45.1,27.7,16.9,5.4,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","42603",2,38.631057,-90.281144,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API T200UP photolytic",2013,"Parts per billion","No Events",6520,99,274,275,0,76,"","","Certification not required",0,21.349049,19.897605,185.4,"2013-12-10 22:00",184.3,"2013-10-28 07:00",184.1,"2013-11-08 07:00",181.2,"2013-10-28 05:00","","","","",97.8,79.6,59.4,45,27,16,4.2,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","61103",1,38.631057,-90.281144,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",8741,100,365,365,0,19,"","","Certification not required",0,4.549754,2.556683,20.8,"2013-11-17 13:00",18.2,"2013-11-17 12:00",17.3,"2013-03-05 14:00",16.8,"2013-11-17 14:00","","","","",12.2,10.9,9.5,8.1,6,4.2,1.6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","61104",1,38.631057,-90.281144,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",8741,100,365,365,0,19,"","","Certification not required",0,200.921062,95.464611,360,"2013-01-20 20:00",360,"2013-01-24 04:00",360,"2013-02-04 19:00",360,"2013-02-08 16:00","","","","",356,351,340,326,293,186,72,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","62101",1,38.631057,-90.281144,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8583,98,353,365,0,177,"","","Certification not required",0,57.030292,20.294752,101,"2013-08-31 13:00",101,"2013-08-31 14:00",101,"2013-08-31 15:00",100,"2013-08-30 14:00","","","","",94,92,87,83,74,58,30,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","62101",2,38.631057,-90.281144,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7167,82,299,365,0,177,"","","Certification not required",0,61.762383,18.733096,100,"2013-08-31 13:00",100,"2013-08-31 14:00",100,"2013-08-31 15:00",100,"2013-08-31 16:00","","","","",94,92,88,84,76,66,34,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","62101",3,38.631057,-90.281144,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7167,82,299,365,0,177,"","","Certification not required",0,62.55909,19.022244,103,"2013-08-30 14:00",103,"2013-08-31 13:00",103,"2013-08-31 14:00",102,"2013-08-30 13:00","","","","",96,94,90,85,77,66,35,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","62106",1,38.631057,-90.281144,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",7167,98,299,306,0,177,"","","Certification not required",0,-0.444091,0.608976,1.7,"2013-04-04 21:00",1.7,"2013-11-18 23:00",1.6,"2013-11-19 03:00",1.5,"2013-04-04 20:00","","","","",0.6,0.4,0.2,0.1,-0.1,-0.2,-1.4,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","62107",1,38.631057,-90.281144,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",8749,100,365,365,0,11,"","","Certification not required",0,74.721568,2.601698,79,"2013-02-04 14:00",79,"2013-04-07 12:00",79,"2013-04-07 13:00",79,"2013-04-07 14:00","","","","",78,78,78,77,77,76,71,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","62201",1,38.631057,-90.281144,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8583,98,353,365,0,177,"","","Certification not required",59,64.420424,17.915669,97,"2013-02-22 04:00",97,"2013-02-22 05:00",97,"2013-02-22 06:00",97,"2013-02-22 07:00","","","","",95,94,92,88,78,65,41,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","64101",1,38.631057,-90.281144,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8636,99,359,365,0,124,"","","Certification not required",0,998.238096,6.787708,1022.6,"2013-11-12 10:00",1021.2,"2013-11-12 07:00",1021.2,"2013-11-12 08:00",1021.2,"2013-11-12 09:00","","","","",1015.9,1013.2,1009.2,1006.6,1002.6,997.2,990.6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","65102",1,38.631057,-90.281144,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6593,100,275,275,0,7,"","","Certification not required",0,0.00474,0.041362,1.3,"2013-06-17 14:00",1.11,"2013-05-20 21:00",1.09,"2013-04-07 18:00",0.96,"2013-05-31 19:00","","","","",0.12,0.06,0.01,0,0,0,0,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","84313",1,38.631057,-90.281144,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",8192,94,340,365,0,568,"","","Certification not required",632,1.041466,0.819405,9.27,"2013-07-22 06:00",8.26,"2013-10-28 06:00",7.71,"2013-10-08 07:00",7.53,"2013-09-06 06:00","","","","",3.96,3.34,2.54,2.03,1.38,0.87,0.23,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","84314",1,38.631057,-90.281144,"NAD83","UV Carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",5849,99,244,245,0,31,"","","Certification not required",182,1.393083,1.010132,15.58,"2013-12-03 08:00",9.18,"2013-10-08 07:00",9.1,"2013-10-28 06:00",9.05,"2013-07-22 06:00","","","","",4.77,4.16,3.22,2.61,1.84,1.19,0.35,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","85101",5,38.631057,-90.281144,"NAD83","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8296,95,346,365,0,464,"","","Certification not required",0,20.392719,13.088057,199,"2013-01-12 12:00",142,"2013-01-12 11:00",128,"2013-01-12 13:00",114,"2013-11-26 13:00","","","","",62,53,42,36,27,19,6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","86502",1,38.631057,-90.281144,"NAD83","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8319,95,346,365,0,441,"","","Certification not required",0,9.407573,8.375695,170.1,"2013-01-12 12:00",111.7,"2013-01-12 11:00",109.4,"2013-01-12 13:00",107.5,"2013-11-26 13:00","","","","",42.8,33.8,23.6,17.5,11.9,7.4,2.6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88101",4,38.631057,-90.281144,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1405-DF Dichotomous FDMS - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8295,95,362,365,0,465,"","","Certification not required",0,9.675455,8.161645,60.2,"2013-07-04 21:00",53.3,"2013-02-24 03:00",49.4,"2013-10-22 16:00",49.2,"2013-02-24 08:00","","","","",32.6,29.2,24,20.3,14.4,8.9,0.3,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88101",4,38.631057,-90.281144,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,0,0,"Certification not required",0,9.627457,5.037422,29.1,"2013-02-24 00:00",28.2,"2013-12-02 00:00",26.7,"2013-01-07 00:00",25.7,"2013-03-15 00:00","","","","",25.7,20.6,18.9,16.2,12.5,9.3,3.7,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88101",4,38.631057,-90.281144,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,9.627457,5.037422,29.1,"2013-02-24 00:00",28.2,"2013-12-02 00:00",26.7,"2013-01-07 00:00",25.7,"2013-03-15 00:00","","","","",25.7,20.6,18.9,16.2,12.5,9.3,3.7,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88500",1,38.631057,-90.281144,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8295,95,346,365,0,465,"","","Certification not required",0,10.92786,8.729265,61.4,"2013-07-04 21:00",54.8,"2013-02-24 03:00",51.1,"2013-10-22 16:00",50.8,"2013-02-24 08:00","","","","",34.6,31.2,26.3,22.4,16.1,10.3,0.4,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88500",1,38.631057,-90.281144,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,10.872543,5.439765,31,"2013-02-24 00:00",30.2,"2013-12-02 00:00",28.7,"2013-01-07 00:00",27.5,"2013-03-15 00:00","","","","",27.5,22.8,20.8,17.9,13.8,10.6,4.4,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88503",1,38.631057,-90.281144,"NAD83","PM2.5 Volatile Channel","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8296,95,346,365,0,464,"","","Certification not required",0,-3.370986,4.477552,14.9,"2013-01-13 07:00",12.6,"2013-03-24 08:00",11.7,"2013-12-23 03:00",11.6,"2013-12-19 06:00","","","","",6.8,5.7,3.8,2.2,-0.5,-3.3,-9,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"29","510","0094","88503",1,38.631057,-90.281144,"NAD83","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,-3.337283,2.272284,1.6,"2013-12-23 00:00",0.9,"2013-11-09 00:00",0.7,"2013-12-22 00:00",0.6,"2013-04-24 00:00","","","","",0.6,0.3,0,-0.6,-1.6,-3,-6.6,"Forest Park","FOREST PARK: McKinely Dr., St. Louis, MO 63110","Missouri","St. Louis City","St. Louis","St. Louis, MO-IL","2014-02-09" +"30","013","0001","88502",3,47.494073,-111.303648,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7388,84,306,365,0,628,"","","Certification not required",0,6.724283,5.415252,73.5,"2013-09-13 20:00",73.2,"2013-09-30 14:00",61,"2013-08-19 22:00",60,"2013-07-26 02:00","","","","",25,20.1,16,12,9,6,1.3,"Great Falls Overlook Park","NW CORNER 10AVE S/2ND ST INTERSECTION","Montana","Cascade","Great Falls","Great Falls, MT","2014-01-06" +"30","013","0001","88502",3,47.494073,-111.303648,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,"","","Certification not required",0,6.684314,3.298954,19.2,"2013-08-27 00:00",17.6,"2013-08-20 00:00",16.4,"2013-08-28 00:00",15.1,"2013-01-22 00:00","","","","",15.1,14.2,12.7,11.5,8.5,6.1,2.8,"Great Falls Overlook Park","NW CORNER 10AVE S/2ND ST INTERSECTION","Montana","Cascade","Great Falls","Great Falls, MT","2014-01-06" +"30","027","0006","42601",1,47.048525,-109.455341,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7792,89,332,365,0,224,"","","Certification not required",0,0.188013,1.156897,32,"2013-05-13 05:00",25,"2013-01-22 06:00",24,"2013-10-04 05:00",23,"2013-11-22 06:00","","","","",4,2,1,0,0,0,0,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","42602",1,47.048525,-109.455341,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7792,89,332,365,0,224,0,"","Certification not required",0,3.466867,3.376941,26,"2013-01-31 17:00",16,"2013-01-21 17:00",16,"2013-05-13 05:00",15,"2013-01-07 06:00","","","","",15,14,10,7,4,2,1,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","42602",1,47.048525,-109.455341,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7792,89,332,365,0,224,"","","Certification not required",0,0.667608,1.427003,26,"2013-01-31 17:00",22,"2013-01-31 16:00",22,"2013-01-31 18:00",16,"2013-01-21 17:00","","","","",7,5,3,2,1,0,0,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","42603",1,47.048525,-109.455341,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7792,89,332,365,0,224,"","","Certification not required",0,1.102028,2.385079,49,"2013-05-13 05:00",38,"2013-01-22 06:00",38,"2013-11-22 06:00",35,"2013-01-31 17:00","","","","",11,7,4,3,1,1,0,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","44201",1,47.048525,-109.455341,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7934,100,122,122,0,82,0,0,"Certification not required",0,0.044303,0.006793,0.062,"2013-08-16 14:00",0.061,"2013-08-25 14:00",0.058,"2013-05-14 17:00",0.057,"2013-06-22 14:00","","","","",0.061,0.058,0.056,0.054,0.051,0.049,0.045,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","44201",1,47.048525,-109.455341,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7918,99,121,122,0,0,0,0,"Certification not required",0,0.040851,0.006587,0.058,"2013-08-25 10:00",0.056,"2013-08-16 11:00",0.055,"2013-05-14 12:00",0.054,"2013-08-26 10:00","","","","",0.056,0.055,0.053,0.05,0.048,0.045,0.042,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","44201",1,47.048525,-109.455341,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7918,99,121,122,0,0,0,0,"Certification not required",0,0.040851,0.006587,0.058,"2013-08-25 10:00",0.056,"2013-08-16 11:00",0.055,"2013-05-14 12:00",0.054,"2013-08-26 10:00","","","","",0.056,0.055,0.053,0.05,0.048,0.045,0.042,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","61101",1,47.048525,-109.455341,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7981,91,333,365,0,35,"","","Certification not required",0,6.590051,4.251851,81.4,"2013-05-23 22:00",36.5,"2013-05-24 00:00",30.3,"2013-06-19 19:00",30.3,"2013-09-30 16:00","","","","",20.6,17.9,14.6,12.2,8.7,5.4,2.5,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","61102",1,47.048525,-109.455341,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7986,91,333,365,0,30,"","","Certification not required",0,202.686952,90.349155,360,"2013-04-08 09:00",360,"2013-06-05 15:00",360,"2013-07-18 18:00",360,"2013-07-25 02:00","","","","",355,349,330,310,273,230,83,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","61106",1,47.048525,-109.455341,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7986,91,333,365,0,30,"","","Certification not required",0,20.301903,12.933882,82,"2013-09-18 06:00",81,"2013-01-30 03:00",81,"2013-11-21 21:00",78,"2013-05-01 09:00","","","","",62,57,49,40,26,16,8,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","62101",1,47.048525,-109.455341,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8009,91,334,365,0,7,"","","Certification not required",0,45.711325,18.767255,95,"2013-08-16 14:00",95,"2013-08-16 15:00",94,"2013-08-16 13:00",94,"2013-08-16 16:00","","","","",86,83,78,71,59,45,22,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","81102",1,47.048525,-109.455341,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7827,89,328,365,120,189,"","","Certification not required",2248,8.654785,8.448633,107,"2013-07-24 17:00",97,"2013-09-03 20:00",94,"2013-07-24 18:00",89,"2013-08-22 19:00","","","","",40,33,24,18,11,6,2,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","81102",1,47.048525,-109.455341,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7827,89,328,365,120,189,"","","Certification not required",2248,8.654785,8.448633,107,"2013-07-24 17:00",97,"2013-09-03 20:00",94,"2013-07-24 18:00",89,"2013-08-22 19:00","","","","",40,33,24,18,11,6,2,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","81102",1,47.048525,-109.455341,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7707,89,328,365,0,189,"","","Certification not required",2247,8.32438,7.863594,107,"2013-07-24 17:00",94,"2013-07-24 18:00",89,"2013-08-22 19:00",88,"2013-04-29 16:00","","","","",37,30,23,17,11,6,2,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","81102",1,47.048525,-109.455341,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",328,90,328,365,0,0,0,0,"Certification not required",0,8.176829,5.935366,37,"2013-08-22 00:00",36,"2013-09-03 00:00",32,"2013-08-17 00:00",29,"2013-09-04 00:00","","","","",29,26,21,16,10,6,3,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","81102",1,47.048525,-109.455341,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",323,90,328,365,0,0,0,0,"Certification not required",0,7.848297,5.331136,37,"2013-08-22 00:00",29,"2013-09-04 00:00",26,"2013-07-24 00:00",25,"2013-05-09 00:00","","","","",25,23,19,15,10,6,3,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","81102",1,47.048525,-109.455341,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",328,90,328,365,0,0,0,0,"Certification not required",0,8.176829,5.935366,37,"2013-08-22 00:00",36,"2013-09-03 00:00",32,"2013-08-17 00:00",29,"2013-09-04 00:00","","","","",29,26,21,16,10,6,3,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7563,88,328,365,0,333,"","","Certification not required",0,3.565318,3.696383,30.3,"2013-08-18 00:00",29.3,"2013-07-05 00:00",26.1,"2013-08-19 21:00",25.9,"2013-04-29 16:00","","","","",15.2,12.8,10.1,8,5.4,3.1,-0.7,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7683,88,328,365,120,333,"","","Certification not required",0,3.726149,3.951311,33.1,"2013-08-20 08:00",30.3,"2013-08-18 00:00",29.3,"2013-07-05 00:00",27,"2013-08-20 00:00","","","","",17,14.3,10.8,8.3,5.6,3.2,-0.5,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7683,88,328,365,120,333,"","","Certification not required",0,3.726149,3.951311,33.1,"2013-08-20 08:00",30.3,"2013-08-18 00:00",29.3,"2013-07-05 00:00",27,"2013-08-20 00:00","","","","",17,14.3,10.8,8.3,5.6,3.2,-0.5,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",325,89,325,365,0,0,0,0,"Certification not required",0,3.662462,2.434514,15.2,"2013-08-25 00:00",13.9,"2013-08-16 00:00",13.9,"2013-08-17 00:00",13.3,"2013-08-20 00:00","","","","",13.3,10.5,8.2,6.5,4.8,3.3,1,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",320,89,325,365,0,0,0,0,"Certification not required",0,3.50375,2.089784,11.1,"2013-08-24 00:00",10.5,"2013-08-22 00:00",10.5,"2013-09-04 00:00",10.3,"2013-08-18 00:00","","","","",10.3,9.4,7.4,6,4.7,3.2,0.9,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",325,89,325,365,0,0,0,0,"Certification not required",0,3.662462,2.434514,15.2,"2013-08-25 00:00",13.9,"2013-08-16 00:00",13.9,"2013-08-17 00:00",13.3,"2013-08-20 00:00","","","","",13.3,10.5,8.2,6.5,4.8,3.3,1,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",320,89,325,365,0,0,"","","Certification not required",0,3.50375,2.089784,11.1,"2013-08-24 00:00",10.5,"2013-08-22 00:00",10.5,"2013-09-04 00:00",10.3,"2013-08-18 00:00","","","","",10.3,9.4,7.4,6,4.7,3.2,0.9,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",325,89,325,365,0,0,"","","Certification not required",0,3.662462,2.434514,15.2,"2013-08-25 00:00",13.9,"2013-08-16 00:00",13.9,"2013-08-17 00:00",13.3,"2013-08-20 00:00","","","","",13.3,10.5,8.2,6.5,4.8,3.3,1,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","0006","88101",3,47.048525,-109.455341,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",325,89,325,365,0,0,"","","Certification not required",0,3.662462,2.434514,15.2,"2013-08-25 00:00",13.9,"2013-08-16 00:00",13.9,"2013-08-17 00:00",13.3,"2013-08-20 00:00","","","","",13.3,10.5,8.2,6.5,4.8,3.3,1,"Lewistown","303 East Aztec Drive Lewistown MT 59457","Montana","Fergus","","","2014-01-06" +"30","027","9000","85101",1,47.582225,-108.720383,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.306512,3.016318,14.5068,"2013-05-10 00:00",11.8848,"2013-05-13 00:00",11.4518,"2013-05-07 00:00",10.6424,"2013-05-04 00:00","","","","",14.5068,14.5068,11.4518,8.4498,5.2309,3.931,1.212,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","86502",1,47.582225,-108.720383,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.6875,2.135378,10,"2013-05-10 00:00",7,"2013-05-04 00:00",7,"2013-05-07 00:00",7,"2013-05-13 00:00","","","","",10,10,7,4,2,1,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88103",1,47.582225,-108.720383,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88104",1,47.582225,-108.720383,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.028939,0.02945,0.1221,"2013-05-10 00:00",0.1042,"2013-04-28 00:00",0.1003,"2013-05-07 00:00",0.088,"2013-05-13 00:00","","","","",0.1221,0.1221,0.1003,0.0858,0.0399,0.0174,0.0048,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88109",1,47.582225,-108.720383,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.001103,0.001395,0.0096,"2013-01-31 00:00",0.0035,"2013-03-23 00:00",0.0019,"2013-04-01 00:00",0.0018,"2013-03-08 00:00","","","","",0.0096,0.0096,0.0019,0.0017,0.0013,0.0009,0.0003,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88111",1,47.582225,-108.720383,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.020618,0.018861,0.0865,"2013-05-10 00:00",0.0812,"2013-05-07 00:00",0.0571,"2013-05-04 00:00",0.0518,"2013-04-28 00:00","","","","",0.0865,0.0865,0.0571,0.0455,0.025,0.0135,0.0049,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88112",1,47.582225,-108.720383,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88114",1,47.582225,-108.720383,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",38,0.000151,6.4e-05,0.0004,"2013-03-08 00:00",0.0003,"2013-04-19 00:00",0.0003,"2013-05-01 00:00",0.0003,"2013-05-07 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.0001,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88115",1,47.582225,-108.720383,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",33,0.000318,0.000338,0.0015,"2013-05-10 00:00",0.0014,"2013-04-28 00:00",0.0011,"2013-04-04 00:00",0.0011,"2013-05-07 00:00","","","","",0.0015,0.0015,0.0011,0.0009,0.0003,0.00015,0.00015,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88126",1,47.582225,-108.720383,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.019883,0.019261,0.0818,"2013-05-10 00:00",0.0662,"2013-05-04 00:00",0.0643,"2013-05-07 00:00",0.0571,"2013-04-28 00:00","","","","",0.0818,0.0818,0.0643,0.0552,0.0263,0.014,0.003,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88128",1,47.582225,-108.720383,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000521,0.000583,0.002,"2013-01-22 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-28 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88132",1,47.582225,-108.720383,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000542,0.000771,0.003,"2013-05-07 00:00",0.003,"2013-05-10 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-04 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88136",1,47.582225,-108.720383,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,6.3e-05,0.00032,0.002,"2013-04-04 00:00",0.001,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.002,0.002,0,0,0,0,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88140",1,47.582225,-108.720383,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",21,0.008841,0.01031,0.0394,"2013-05-10 00:00",0.0374,"2013-05-07 00:00",0.0325,"2013-05-13 00:00",0.0322,"2013-04-28 00:00","","","","",0.0394,0.0394,0.0325,0.0268,0.0128,0.0046,0.0011,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88152",1,47.582225,-108.720383,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",33,0.000591,0.001015,0.0046,"2013-04-01 00:00",0.0045,"2013-03-08 00:00",0.0024,"2013-01-31 00:00",0.0022,"2013-03-05 00:00","","","","",0.0046,0.0046,0.0024,0.0022,0.0005,0.00015,0.00015,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88154",1,47.582225,-108.720383,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",35,0.000159,0.000124,0.0008,"2013-05-19 00:00",0.0004,"2013-04-19 00:00",0.0004,"2013-05-04 00:00",0.0003,"2013-03-08 00:00","","","","",0.0008,0.0008,0.0004,0.0003,0.0002,0.0001,0.0001,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88161",1,47.582225,-108.720383,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",9,0.001594,0.001573,0.0062,"2013-05-10 00:00",0.0053,"2013-05-07 00:00",0.0052,"2013-05-13 00:00",0.0051,"2013-04-28 00:00","","","","",0.0062,0.0062,0.0052,0.0042,0.0022,0.0011,0.0002,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88164",1,47.582225,-108.720383,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",21,9.9e-05,6.7e-05,0.0003,"2013-04-01 00:00",0.0003,"2013-04-16 00:00",0.0003,"2013-05-28 00:00",0.0002,"2013-01-28 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,5e-05,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88165",1,47.582225,-108.720383,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.069579,0.071683,0.3046,"2013-05-10 00:00",0.2367,"2013-05-07 00:00",0.2224,"2013-04-28 00:00",0.2182,"2013-05-04 00:00","","","","",0.3046,0.3046,0.2224,0.2122,0.0914,0.0458,0.0097,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88167",1,47.582225,-108.720383,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.001749,0.003915,0.0276,"2013-04-04 00:00",0.0043,"2013-01-13 00:00",0.0031,"2013-03-08 00:00",0.0031,"2013-03-23 00:00","","","","",0.0276,0.0276,0.0031,0.0028,0.0015,0.0011,0.0004,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88168",1,47.582225,-108.720383,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",31,0.000227,0.000176,0.001,"2013-05-07 00:00",0.0007,"2013-05-22 00:00",0.0006,"2013-05-10 00:00",0.0005,"2013-05-19 00:00","","","","",0.001,0.001,0.0006,0.0004,0.0003,0.00015,0.0001,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88169",1,47.582225,-108.720383,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.232973,0.200666,1.0501,"2013-03-08 00:00",0.7706,"2013-04-01 00:00",0.5742,"2013-04-22 00:00",0.5537,"2013-03-23 00:00","","","","",1.0501,1.0501,0.5742,0.5213,0.3219,0.1817,0.0444,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88176",1,47.582225,-108.720383,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",41,0.000174,6e-05,0.0004,"2013-01-25 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-01-28 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88180",1,47.582225,-108.720383,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.015498,0.010302,0.0435,"2013-05-10 00:00",0.0362,"2013-05-04 00:00",0.0353,"2013-05-07 00:00",0.034,"2013-04-01 00:00","","","","",0.0435,0.0435,0.0353,0.0322,0.0219,0.0137,0.0044,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88184",1,47.582225,-108.720383,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",16,0.011801,0.019605,0.1327,"2013-01-31 00:00",0.0393,"2013-01-22 00:00",0.031,"2013-01-13 00:00",0.028,"2013-05-13 00:00","","","","",0.1327,0.1327,0.031,0.0205,0.0127,0.0088,0.00165,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88185",1,47.582225,-108.720383,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",38,0.000754,0.000374,0.0019,"2013-04-04 00:00",0.0018,"2013-01-07 00:00",0.0016,"2013-03-23 00:00",0.0016,"2013-04-13 00:00","","","","",0.0019,0.0019,0.0016,0.0015,0.0007,0.0007,0.0004,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88203",1,47.582225,-108.720383,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.004494,0.002337,0.00885,"2013-02-03 00:00",0.00875,"2013-02-06 00:00",0.00865,"2013-02-09 00:00",0.0086,"2013-02-12 00:00","","","","",0.00885,0.00885,0.00865,0.0086,0.0062,0.00335,0.00255,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88306",1,47.582225,-108.720383,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.195665,0.250788,1.268,"2013-03-08 00:00",0.8968,"2013-03-23 00:00",0.7739,"2013-01-31 00:00",0.6539,"2013-01-22 00:00","","","","",1.268,1.268,0.7739,0.5793,0.1815,0.1057,0.0308,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88320",1,47.582225,-108.720383,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.279796,0.213087,1.2,"2013-05-13 00:00",0.8,"2013-01-13 00:00",0.62,"2013-05-19 00:00",0.56,"2013-05-07 00:00","","","","",1.2,1.2,0.62,0.55,0.35,0.21,0.1,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88321",1,47.582225,-108.720383,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.03898,0.028741,0.11,"2013-03-08 00:00",0.1,"2013-01-31 00:00",0.1,"2013-04-22 00:00",0.09,"2013-01-13 00:00","","","","",0.11,0.11,0.1,0.09,0.06,0.03,0.01,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88324",1,47.582225,-108.720383,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",45,0.021384,0.009772,0.0671,"2013-05-13 00:00",0.0334,"2013-04-07 00:00",0.0313,"2013-04-01 00:00",0.03025,"2013-01-22 00:00","","","","",0.0671,0.0671,0.0313,0.02985,0.0293,0.0173,0.01,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88325",1,47.582225,-108.720383,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",27,0.057456,0.051471,0.297,"2013-05-13 00:00",0.171,"2013-05-19 00:00",0.1402,"2013-03-08 00:00",0.1258,"2013-05-16 00:00","","","","",0.297,0.297,0.1402,0.1133,0.0825,0.03275,0.016,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88326",1,47.582225,-108.720383,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",29,0.072455,0.067433,0.3789,"2013-05-13 00:00",0.2352,"2013-01-13 00:00",0.2291,"2013-05-10 00:00",0.1625,"2013-05-16 00:00","","","","",0.3789,0.3789,0.2291,0.139,0.0907,0.0382,0.0244,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88327",1,47.582225,-108.720383,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",12,0.05621,0.041583,0.1837,"2013-05-13 00:00",0.1818,"2013-01-13 00:00",0.1254,"2013-01-31 00:00",0.1208,"2013-05-19 00:00","","","","",0.1837,0.1837,0.1254,0.1176,0.0789,0.0488,0.012,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88328",1,47.582225,-108.720383,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.085394,0.062561,0.2745,"2013-05-13 00:00",0.2648,"2013-01-13 00:00",0.2085,"2013-05-19 00:00",0.1728,"2013-05-07 00:00","","","","",0.2745,0.2745,0.2085,0.1618,0.125,0.0661,0.024,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88329",1,47.582225,-108.720383,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.097667,0.072412,0.3278,"2013-01-13 00:00",0.2879,"2013-05-13 00:00",0.2175,"2013-01-31 00:00",0.2169,"2013-03-08 00:00","","","","",0.3278,0.3278,0.2175,0.2156,0.1335,0.0685,0.024,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88330",1,47.582225,-108.720383,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.026422,0.017268,0.0675,"2013-05-07 00:00",0.0618,"2013-05-13 00:00",0.0568,"2013-03-29 00:00",0.0529,"2013-04-25 00:00","","","","",0.0675,0.0675,0.0568,0.0521,0.0388,0.0212,0.00365,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88331",1,47.582225,-108.720383,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,4.8e-05,0.000144,0.001,"2013-04-01 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88338",1,47.582225,-108.720383,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",48,0.016316,0.012242,0.0952,"2013-02-15 00:00",0.02395,"2013-02-03 00:00",0.02365,"2013-02-06 00:00",0.0233,"2013-02-09 00:00","","","","",0.0952,0.0952,0.02365,0.0232,0.015,0.01435,0.01045,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88339",1,47.582225,-108.720383,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.960976,0.827775,4.33158,"2013-03-08 00:00",3.17873,"2013-04-01 00:00",2.36858,"2013-04-22 00:00",2.2841,"2013-03-23 00:00","","","","",4.33158,4.33158,2.36858,2.15049,1.32763,0.74947,0.18315,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88344",1,47.582225,-108.720383,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.25231,0.323589,1.6356,"2013-03-08 00:00",1.1569,"2013-03-23 00:00",0.9983,"2013-01-31 00:00",0.8435,"2013-01-22 00:00","","","","",1.6356,1.6356,0.9983,0.7473,0.2341,0.1364,0.0397,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88348",1,47.582225,-108.720383,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.321715,0.321327,1.3778,"2013-05-10 00:00",1.1081,"2013-05-07 00:00",1.0156,"2013-04-28 00:00",0.9929,"2013-05-04 00:00","","","","",1.3778,1.3778,1.0156,0.9397,0.421,0.2178,0.0471,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88350",1,47.582225,-108.720383,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.503476,0.383387,2.1623,"2013-05-13 00:00",1.4314,"2013-01-13 00:00",1.1137,"2013-05-19 00:00",1.0051,"2013-05-07 00:00","","","","",2.1623,2.1623,1.1137,0.9952,0.6284,0.3838,0.1724,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88403",1,47.582225,-108.720383,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.630749,0.558203,2.9591,"2013-03-08 00:00",2.1393,"2013-04-01 00:00",1.662,"2013-04-22 00:00",1.4338,"2013-03-23 00:00","","","","",2.9591,2.9591,1.662,1.4041,0.871,0.4734,0.119,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","027","9000","88502",1,47.582225,-108.720383,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,2.089583,1.351475,6.6,"2013-03-08 00:00",4.9,"2013-04-01 00:00",4.3,"2013-05-10 00:00",4,"2013-05-13 00:00","","","","",6.6,6.6,4.3,4,2.8,2,0.6,"","UL Bend","Montana","Fergus","","","2014-01-28" +"30","029","0009","81102",1,48.399722,-114.333611,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7735,88,323,365,0,281,"","","Certification not required",156,23.496186,20.974894,351,"2013-04-03 03:00",278,"2013-03-27 07:00",232,"2013-04-03 00:00",230,"2013-03-05 19:00","","","","",107,84,61,44,29,18,7,"White Fish Dead End","END OF 10TH ST","Montana","Flathead","Whitefish","Kalispell, MT","2014-01-06" +"30","029","0009","81102",1,48.399722,-114.333611,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",323,88,323,365,0,0,0,0,"Certification not required",0,23.092879,13.28255,82,"2013-04-03 00:00",77,"2013-11-26 00:00",72,"2013-03-14 00:00",69,"2013-03-05 00:00","","","","",69,64,50,41,28,20,10,"White Fish Dead End","END OF 10TH ST","Montana","Flathead","Whitefish","Kalispell, MT","2014-01-06" +"30","029","0047","81102",1,48.2025,-114.305556,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6880,79,279,365,0,1136,"","","Certification not required",325,20.188808,16.292303,410,"2013-08-25 19:00",261,"2013-05-13 17:00",237,"2013-09-16 07:00",228,"2013-03-11 07:00","","","","",77,62,44,36,26,17,6,"Kalispell Flathead Electric","FLATHEAD ELEC/CENTER ST & WOODLAND AVE","Montana","Flathead","Kalispell","Kalispell, MT","2014-01-06" +"30","029","0047","81102",1,48.2025,-114.305556,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",279,76,279,365,0,0,0,0,"Certification not required",0,19.623656,10.370386,87,"2013-09-16 00:00",55,"2013-11-26 00:00",53,"2013-01-22 00:00",52,"2013-03-14 00:00","","","","",53,42,36,31,25,19,7,"Kalispell Flathead Electric","FLATHEAD ELEC/CENTER ST & WOODLAND AVE","Montana","Flathead","Kalispell","Kalispell, MT","2014-01-06" +"30","029","0049","81102",1,48.36375,-114.18924,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7630,87,315,365,323,386,"","","Certification not required",1266,13.66422,14.13238,318,"2013-08-29 15:00",252,"2013-05-13 17:00",229,"2013-05-07 09:00",188,"2013-05-13 10:00","","","","",60,49,36,28,18,10,2,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","81102",1,48.36375,-114.18924,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7307,87,315,365,0,386,"","","Certification not required",1266,13.207883,13.630197,252,"2013-05-13 17:00",229,"2013-05-07 09:00",188,"2013-05-13 10:00",172,"2013-10-27 14:00","","","","",59,48,35,27,17,9,2,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","81102",1,48.36375,-114.18924,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7630,87,315,365,323,386,"","","Certification not required",1266,13.66422,14.13238,318,"2013-08-29 15:00",252,"2013-05-13 17:00",229,"2013-05-07 09:00",188,"2013-05-13 10:00","","","","",60,49,36,28,18,10,2,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","81102",1,48.36375,-114.18924,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",315,86,315,365,0,0,0,0,"Certification not required",0,13.161905,8.63166,46,"2013-01-18 00:00",46,"2013-09-16 00:00",44,"2013-01-22 00:00",41,"2013-03-14 00:00","","","","",41,36,31,24,18,11,3,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","81102",1,48.36375,-114.18924,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",302,86,315,365,0,0,0,0,"Certification not required",0,12.705298,8.448549,46,"2013-01-18 00:00",46,"2013-09-16 00:00",44,"2013-01-22 00:00",41,"2013-03-14 00:00","","","","",41,36,29,23,16,11,3,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","81102",1,48.36375,-114.18924,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",315,86,315,365,0,0,0,0,"Certification not required",0,13.161905,8.63166,46,"2013-01-18 00:00",46,"2013-09-16 00:00",44,"2013-01-22 00:00",41,"2013-03-14 00:00","","","","",41,36,31,24,18,11,3,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7750,88,329,365,322,266,"","","Certification not required",0,8.267445,7.935344,75.6,"2013-01-16 22:00",72.5,"2013-01-17 01:00",67.6,"2013-01-19 20:00",64.8,"2013-08-22 10:00","","","","",40.4,32.8,23.4,17.7,10.3,6.1,1.8,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7428,88,329,365,0,266,"","","Certification not required",0,7.997388,7.876536,75.6,"2013-01-16 22:00",72.5,"2013-01-17 01:00",67.6,"2013-01-19 20:00",64.4,"2013-01-22 23:00","","","","",40,32.8,23.1,16.8,9.4,5.6,1.1,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7750,88,329,365,322,266,"","","Certification not required",0,8.267445,7.935344,75.6,"2013-01-16 22:00",72.5,"2013-01-17 01:00",67.6,"2013-01-19 20:00",64.8,"2013-08-22 10:00","","","","",40.4,32.8,23.4,17.7,10.3,6.1,1.8,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",319,87,319,365,0,0,4,4,"Certification not required",0,8.209718,5.91348,45.2,"2013-01-18 00:00",37.5,"2013-01-22 00:00",36.4,"2013-01-17 00:00",35.9,"2013-01-19 00:00","","","","",35.9,25.8,19.1,15.4,10,6.8,2.8,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",319,87,319,365,0,0,4,4,"Certification not required",0,8.209718,5.91348,45.2,"2013-01-18 00:00",37.5,"2013-01-22 00:00",36.4,"2013-01-17 00:00",35.9,"2013-01-19 00:00","","","","",35.9,25.8,19.1,15.4,10,6.8,2.8,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",306,87,319,365,0,0,4,4,"Certification not required",0,7.943137,5.871082,45.2,"2013-01-18 00:00",37.5,"2013-01-22 00:00",36.4,"2013-01-17 00:00",35.9,"2013-01-19 00:00","","","","",35.9,25.8,18.5,14.2,9.6,6.5,2.3,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",319,87,319,365,0,0,"","","Certification not required",0,8.209718,5.91348,45.2,"2013-01-18 00:00",37.5,"2013-01-22 00:00",36.4,"2013-01-17 00:00",35.9,"2013-01-19 00:00","","","","",35.9,25.8,19.1,15.4,10,6.8,2.8,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",306,87,319,365,0,0,"","","Certification not required",0,7.943137,5.871082,45.2,"2013-01-18 00:00",37.5,"2013-01-22 00:00",36.4,"2013-01-17 00:00",35.9,"2013-01-19 00:00","","","","",35.9,25.8,18.5,14.2,9.6,6.5,2.3,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","0049","88101",3,48.36375,-114.18924,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",319,87,319,365,0,0,"","","Certification not required",0,8.209718,5.91348,45.2,"2013-01-18 00:00",37.5,"2013-01-22 00:00",36.4,"2013-01-17 00:00",35.9,"2013-01-19 00:00","","","","",35.9,25.8,19.1,15.4,10,6.8,2.8,"Flathead Valley","610 13th Street West (located in Athletic Field at this address)","Montana","Flathead","Columbia Falls","Kalispell, MT","2014-01-06" +"30","029","8001","44201",1,48.510165,-113.996536,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8198,83,101,122,0,562,0,0,"Certification not required",890,0.041881,0.009135,0.059,"2013-05-21 18:00",0.059,"2013-06-04 17:00",0.058,"2013-08-25 20:00",0.057,"2013-04-14 15:00","","","","",0.059,0.058,0.057,0.055,0.052,0.05,0.046,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","44201",1,48.510165,-113.996536,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8208,81,99,122,0,0,0,0,"Certification not required",0,0.037556,0.008837,0.055,"2013-04-14 11:00",0.055,"2013-05-21 14:00",0.055,"2013-06-04 12:00",0.054,"2013-04-16 11:00","","","","",0.055,0.055,0.054,0.051,0.049,0.046,0.042,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","44201",1,48.510165,-113.996536,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8208,81,99,122,0,0,0,0,"Certification not required",0,0.037556,0.008837,0.055,"2013-04-14 11:00",0.055,"2013-05-21 14:00",0.055,"2013-06-04 12:00",0.054,"2013-04-16 11:00","","","","",0.055,0.055,0.054,0.051,0.049,0.046,0.042,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","61101",1,48.510165,-113.996536,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8552,98,353,365,0,208,"","","Certification not required",0,1.641347,1.291962,10.3,"2013-05-13 17:00",8.9,"2013-08-25 20:00",8.7,"2013-06-09 13:00",8,"2013-04-20 13:00","","","","",5.8,5.2,4.3,3.5,2.3,1.2,0.4,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","61103",1,48.510165,-113.996536,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8553,98,353,365,0,207,"","","Certification not required",0,1.25114,1.161036,9.1,"2013-05-13 17:00",8.4,"2013-08-25 20:00",8.2,"2013-06-09 13:00",7.4,"2013-04-27 19:00","","","","",5.2,4.7,3.7,2.9,1.7,0.8,0.2,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","61104",1,48.510165,-113.996536,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8553,98,353,365,0,207,"","","Certification not required",0,163.195955,80.81509,360,"2013-01-29 04:00",360,"2013-05-05 15:00",360,"2013-05-07 18:00",360,"2013-06-12 05:00","","","","",351,338,275,256,222,176,42,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","61106",1,48.510165,-113.996536,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8553,98,353,365,0,207,"","","Certification not required",0,40.774933,15.492748,94,"2013-03-14 07:00",91,"2013-11-18 23:00",90,"2013-11-21 12:00",89,"2013-02-16 16:00","","","","",77,73,68,62,52,40,21,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","62101",1,48.510165,-113.996536,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8740,100,364,365,0,20,"","","Certification not required",0,42.680664,18.201934,91,"2013-07-02 14:00",91,"2013-07-02 15:00",91,"2013-07-02 16:00",91,"2013-07-02 17:00","","","","",84,82,76,69,55,39,22,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","62201",1,48.510165,-113.996536,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",2549,29,104,365,0,2539,"","","Certification not required",0,74.738721,22.916698,100,"2013-01-07 01:00",100,"2013-01-07 02:00",100,"2013-01-07 07:00",100,"2013-01-07 08:00","","","","",100,100,100,99,93,83,36,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2013-09-17" +"30","029","8001","63301",1,48.510165,-113.996536,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8742,100,364,365,0,18,"","","Certification not required",4491,0.196898,0.338057,1.48,"2013-05-27 12:00",1.42,"2013-05-04 13:00",1.42,"2013-05-24 12:00",1.41,"2013-06-01 12:00","","","","",1.27,1.21,1.06,0.79,0.21,0.005,0.005,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-02-18" +"30","029","8001","65102",1,48.510165,-113.996536,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5063,58,212,365,0,25,"","","Certification not required",0,0.002769,0.013513,0.28,"2013-07-08 14:00",0.24,"2013-06-19 14:00",0.2,"2013-04-20 21:00",0.17,"2013-05-22 16:00","","","","",0.07,0.04,0.02,0,0,0,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2013-09-16" +"30","029","8001","85101",1,48.510165,-113.996536,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.126453,2.593249,13.2255,"2013-05-10 00:00",12.284,"2013-05-07 00:00",8.2206,"2013-05-13 00:00",7.8235,"2013-01-22 00:00","","","","",13.2255,12.284,8.2206,7.031,5.7625,3.1751,1.9423,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","86502",1,48.510165,-113.996536,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.294118,1.780945,8,"2013-05-10 00:00",7,"2013-05-07 00:00",5,"2013-05-13 00:00",4,"2013-04-25 00:00","","","","",8,7,5,3,2,1,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88103",1,48.510165,-113.996536,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88104",1,48.510165,-113.996536,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.019977,0.025931,0.1258,"2013-05-07 00:00",0.1032,"2013-05-10 00:00",0.0718,"2013-04-28 00:00",0.0699,"2013-04-01 00:00","","","","",0.1258,0.1032,0.0718,0.0506,0.0244,0.0102,0.002,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88109",1,48.510165,-113.996536,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.000733,0.00038,0.0021,"2013-05-10 00:00",0.0016,"2013-05-07 00:00",0.0014,"2013-04-04 00:00",0.0013,"2013-04-16 00:00","","","","",0.0021,0.0016,0.0014,0.0012,0.0009,0.0007,0.0003,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88111",1,48.510165,-113.996536,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.013477,0.016149,0.0864,"2013-05-07 00:00",0.0693,"2013-05-10 00:00",0.0408,"2013-04-01 00:00",0.039,"2013-04-28 00:00","","","","",0.0864,0.0693,0.0408,0.0292,0.015,0.0084,0.003,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88112",1,48.510165,-113.996536,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-14 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88114",1,48.510165,-113.996536,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.000179,9.9e-05,0.0006,"2013-01-01 00:00",0.0004,"2013-03-05 00:00",0.0003,"2013-01-04 00:00",0.0003,"2013-01-16 00:00","","","","",0.0006,0.0004,0.0003,0.0003,0.0002,0.00015,0.0001,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88115",1,48.510165,-113.996536,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000588,0.000949,0.0047,"2013-02-24 00:00",0.0042,"2013-01-22 00:00",0.0026,"2013-01-04 00:00",0.0021,"2013-01-16 00:00","","","","",0.0047,0.0042,0.0026,0.0017,0.0006,0.00015,0.00015,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88126",1,48.510165,-113.996536,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.034422,0.024281,0.0997,"2013-05-07 00:00",0.0933,"2013-05-10 00:00",0.0837,"2013-04-04 00:00",0.0817,"2013-04-01 00:00","","","","",0.0997,0.0933,0.0837,0.0734,0.0456,0.0246,0.0116,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88128",1,48.510165,-113.996536,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000294,0.000502,0.002,"2013-04-01 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-13 00:00",0.001,"2013-02-06 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88132",1,48.510165,-113.996536,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001157,0.000946,0.006,"2013-03-14 00:00",0.003,"2013-05-07 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00","","","","",0.006,0.003,0.002,0.002,0.001,0.001,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88136",1,48.510165,-113.996536,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88140",1,48.510165,-113.996536,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.006159,0.008601,0.0447,"2013-05-07 00:00",0.037,"2013-05-10 00:00",0.022,"2013-04-28 00:00",0.0156,"2013-04-01 00:00","","","","",0.0447,0.037,0.022,0.0154,0.008,0.0034,0.00105,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88152",1,48.510165,-113.996536,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.000542,0.000707,0.0037,"2013-04-22 00:00",0.0023,"2013-05-10 00:00",0.0022,"2013-03-23 00:00",0.0019,"2013-03-05 00:00","","","","",0.0037,0.0023,0.0022,0.0013,0.0008,0.00015,0.0001,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88154",1,48.510165,-113.996536,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000124,5.1e-05,0.0003,"2013-03-14 00:00",0.0003,"2013-05-16 00:00",0.0002,"2013-01-04 00:00",0.0002,"2013-01-10 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88161",1,48.510165,-113.996536,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.001137,0.001417,0.0065,"2013-05-07 00:00",0.0056,"2013-05-10 00:00",0.004,"2013-04-28 00:00",0.0039,"2013-04-01 00:00","","","","",0.0065,0.0056,0.004,0.0032,0.0013,0.0006,0.00015,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88164",1,48.510165,-113.996536,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,8e-05,5.7e-05,0.0003,"2013-04-22 00:00",0.0003,"2013-05-07 00:00",0.0002,"2013-03-11 00:00",0.0002,"2013-05-19 00:00","","","","",0.0003,0.0003,0.0002,0.0001,0.0001,5e-05,5e-05,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88165",1,48.510165,-113.996536,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.046442,0.06206,0.2938,"2013-05-07 00:00",0.2622,"2013-05-10 00:00",0.1679,"2013-04-01 00:00",0.1578,"2013-04-28 00:00","","","","",0.2938,0.2622,0.1679,0.1137,0.055,0.0239,0.0039,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88167",1,48.510165,-113.996536,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001451,0.000886,0.0047,"2013-05-25 00:00",0.0033,"2013-01-04 00:00",0.0033,"2013-01-16 00:00",0.0033,"2013-04-04 00:00","","","","",0.0047,0.0033,0.0033,0.0027,0.0018,0.0013,0.0007,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88168",1,48.510165,-113.996536,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.000184,0.000143,0.0007,"2013-01-01 00:00",0.0006,"2013-05-07 00:00",0.0005,"2013-04-01 00:00",0.0005,"2013-04-16 00:00","","","","",0.0007,0.0006,0.0005,0.0004,0.0002,0.0001,0.0001,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88169",1,48.510165,-113.996536,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.140506,0.094091,0.4365,"2013-04-16 00:00",0.3946,"2013-04-22 00:00",0.3469,"2013-05-10 00:00",0.2868,"2013-05-04 00:00","","","","",0.4365,0.3946,0.3469,0.2656,0.193,0.1111,0.0533,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88176",1,48.510165,-113.996536,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.00016,4.4e-05,0.0003,"2013-01-28 00:00",0.0003,"2013-02-06 00:00",0.0003,"2013-04-07 00:00",0.0003,"2013-05-25 00:00","","","","",0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88180",1,48.510165,-113.996536,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.021796,0.012303,0.0606,"2013-01-04 00:00",0.0525,"2013-01-16 00:00",0.0467,"2013-05-07 00:00",0.0464,"2013-01-22 00:00","","","","",0.0606,0.0525,0.0467,0.0354,0.0271,0.0202,0.0092,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88184",1,48.510165,-113.996536,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.018278,0.01961,0.0787,"2013-02-24 00:00",0.0685,"2013-01-04 00:00",0.0617,"2013-02-27 00:00",0.0565,"2013-01-16 00:00","","","","",0.0787,0.0685,0.0617,0.0474,0.0283,0.0097,0.00155,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88185",1,48.510165,-113.996536,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000706,0.000229,0.0018,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-04-13 00:00",0.0012,"2013-02-15 00:00","","","","",0.0018,0.0013,0.0013,0.0009,0.00065,0.00065,0.00065,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88203",1,48.510165,-113.996536,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.007517,0.007718,0.0391,"2013-02-24 00:00",0.0302,"2013-02-03 00:00",0.0243,"2013-01-04 00:00",0.0224,"2013-02-27 00:00","","","","",0.0391,0.0302,0.0243,0.019,0.00865,0.00355,0.0029,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88306",1,48.510165,-113.996536,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.164986,0.247733,1.56,"2013-01-04 00:00",0.873,"2013-01-16 00:00",0.6409,"2013-01-22 00:00",0.3791,"2013-02-12 00:00","","","","",1.56,0.873,0.6409,0.2526,0.1536,0.0976,0.0334,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88320",1,48.510165,-113.996536,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.609804,0.390028,1.89,"2013-01-22 00:00",1.78,"2013-01-16 00:00",1.61,"2013-01-04 00:00",1.41,"2013-01-19 00:00","","","","",1.89,1.78,1.61,0.93,0.78,0.53,0.23,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88321",1,48.510165,-113.996536,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.14098,0.087459,0.43,"2013-01-19 00:00",0.35,"2013-01-22 00:00",0.34,"2013-01-16 00:00",0.25,"2013-01-04 00:00","","","","",0.43,0.35,0.34,0.25,0.19,0.12,0.05,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88324",1,48.510165,-113.996536,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.031812,0.047829,0.2951,"2013-01-22 00:00",0.2053,"2013-01-16 00:00",0.081,"2013-02-09 00:00",0.075,"2013-01-19 00:00","","","","",0.2951,0.2053,0.081,0.052,0.0286,0.01595,0.00995,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88325",1,48.510165,-113.996536,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.130654,0.09873,0.4182,"2013-01-16 00:00",0.4013,"2013-01-22 00:00",0.384,"2013-01-04 00:00",0.3522,"2013-01-19 00:00","","","","",0.4182,0.4013,0.384,0.2509,0.1692,0.104,0.0319,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88326",1,48.510165,-113.996536,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.207142,0.145298,0.6748,"2013-01-04 00:00",0.581,"2013-01-22 00:00",0.557,"2013-01-16 00:00",0.527,"2013-01-19 00:00","","","","",0.6748,0.581,0.557,0.3507,0.2804,0.1984,0.0381,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88327",1,48.510165,-113.996536,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.122037,0.069777,0.3533,"2013-01-16 00:00",0.3237,"2013-01-22 00:00",0.3159,"2013-01-04 00:00",0.2258,"2013-01-19 00:00","","","","",0.3533,0.3237,0.3159,0.1887,0.1457,0.1041,0.0578,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88328",1,48.510165,-113.996536,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.120422,0.066138,0.2873,"2013-05-10 00:00",0.2844,"2013-01-22 00:00",0.249,"2013-01-16 00:00",0.2339,"2013-04-04 00:00","","","","",0.2873,0.2844,0.249,0.2162,0.1658,0.1084,0.0417,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88329",1,48.510165,-113.996536,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.20702,0.123213,0.5916,"2013-01-22 00:00",0.5339,"2013-01-16 00:00",0.5081,"2013-01-19 00:00",0.3922,"2013-01-04 00:00","","","","",0.5916,0.5339,0.5081,0.3467,0.266,0.176,0.0624,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88330",1,48.510165,-113.996536,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.053549,0.029076,0.1453,"2013-01-19 00:00",0.1429,"2013-05-04 00:00",0.1059,"2013-05-10 00:00",0.1015,"2013-03-29 00:00","","","","",0.1453,0.1429,0.1059,0.096,0.0644,0.0439,0.0248,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88331",1,48.510165,-113.996536,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,8.9e-05,0.000233,0.001,"2013-02-27 00:00",0.001,"2013-04-19 00:00",0.001,"2013-05-22 00:00",0.0001,"2013-03-02 00:00","","","","",0.001,0.001,0.001,0.0001,0.0001,0,0,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88338",1,48.510165,-113.996536,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016645,0.007718,0.0579,"2013-02-24 00:00",0.0308,"2013-05-19 00:00",0.0284,"2013-04-22 00:00",0.025,"2013-02-27 00:00","","","","",0.0579,0.0308,0.0284,0.0235,0.016,0.0147,0.0108,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88339",1,48.510165,-113.996536,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.579561,0.388122,1.80069,"2013-04-16 00:00",1.62764,"2013-04-22 00:00",1.43092,"2013-05-10 00:00",1.18284,"2013-05-04 00:00","","","","",1.80069,1.62764,1.43092,1.09556,0.79604,0.45841,0.2197,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88344",1,48.510165,-113.996536,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.212818,0.319645,2.0129,"2013-01-04 00:00",1.1262,"2013-01-16 00:00",0.8268,"2013-01-22 00:00",0.489,"2013-02-12 00:00","","","","",2.0129,1.1262,0.8268,0.3259,0.1981,0.1259,0.0431,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88348",1,48.510165,-113.996536,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.267151,0.28961,1.4029,"2013-05-07 00:00",1.2297,"2013-05-10 00:00",0.8435,"2013-04-01 00:00",0.7603,"2013-04-28 00:00","","","","",1.4029,1.2297,0.8435,0.626,0.3032,0.1545,0.0629,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88350",1,48.510165,-113.996536,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.097457,0.7009,3.3939,"2013-01-22 00:00",3.2096,"2013-01-16 00:00",2.8933,"2013-01-04 00:00",2.5294,"2013-01-19 00:00","","","","",3.3939,3.2096,2.8933,1.6663,1.3986,0.9479,0.4171,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88403",1,48.510165,-113.996536,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.410225,0.275341,1.2774,"2013-04-16 00:00",1.1225,"2013-04-22 00:00",0.9813,"2013-05-10 00:00",0.8484,"2013-03-23 00:00","","","","",1.2774,1.1225,0.9813,0.8262,0.5436,0.3135,0.1567,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","029","8001","88502",1,48.510165,-113.996536,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.298039,1.284755,6.1,"2013-01-22 00:00",5.9,"2013-01-04 00:00",5.2,"2013-01-16 00:00",4.9,"2013-05-10 00:00","","","","",6.1,5.9,5.2,3.7,2.7,2.1,1.1,"GLACIER NATIONAL PARK","GLACIER NATIONAL PARK","Montana","Flathead","","Kalispell, MT","2014-01-28" +"30","031","0017","42101",1,44.65703,-111.08958,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6941,79,303,365,0,1075,0,0,"Certification not required",6877,0.263211,0.221564,12.6,"2013-02-09 09:00",6.1,"2013-01-20 09:00",5.3,"2013-06-10 08:00",4,"2013-01-03 09:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","42101",1,44.65703,-111.08958,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7186,82,290,365,0,0,0,0,"Certification not required",0,0.310159,0.079995,2.1,"2013-02-09 09:00",2.1,"2013-02-09 10:00",1.9,"2013-02-09 11:00",1.9,"2013-02-09 12:00",2.1,"2013-02-09 09:00",1.2,"2013-01-21 10:00",0.7,0.5,0.3,0.3,0.3,0.3,0.3,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","42601",1,44.65703,-111.08958,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7639,87,320,365,0,377,"","","Certification not required",0,1.306323,5.018599,173,"2013-01-03 17:00",108,"2013-03-21 14:00",88,"2013-03-25 10:00",72,"2013-01-19 16:00","","","","",22,13,6,3,1,0,0,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","42602",1,44.65703,-111.08958,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7639,87,320,365,0,377,0,"","Certification not required",0,7.184375,6.733187,49,"2013-03-25 10:00",39,"2013-01-22 18:00",38,"2013-02-09 09:00",36,"2013-01-05 17:00","","","","",36,33,17,14,9,5,2,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","42602",1,44.65703,-111.08958,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7639,87,320,365,0,377,"","","Certification not required",0,1.903914,2.787289,49,"2013-03-25 10:00",39,"2013-01-22 18:00",38,"2013-02-09 09:00",36,"2013-01-05 17:00","","","","",13,9,6,4,2,1,0,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","42603",1,44.65703,-111.08958,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7639,87,320,365,0,377,"","","Certification not required",0,3.436575,7.265339,205,"2013-01-03 17:00",137,"2013-03-25 10:00",126,"2013-03-21 14:00",111,"2013-02-09 09:00","","","","",32,22,13,8,4,1,0,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","88502",3,44.65703,-111.08958,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7583,88,323,365,0,313,"","","Certification not required",0,4.414269,4.402141,126.2,"2013-09-21 09:00",121,"2013-09-06 14:00",118.1,"2013-09-06 13:00",46.4,"2013-09-30 05:00","","","","",16.5,13.4,10.2,8.5,6.3,4,0.1,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","88502",3,44.65703,-111.08958,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7703,88,323,365,120,313,"","","Certification not required",0,4.567532,4.598809,126.2,"2013-09-21 09:00",121,"2013-09-06 14:00",118.1,"2013-09-06 13:00",46.4,"2013-09-30 05:00","","","","",19,15.5,11,8.9,6.4,4,0.3,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","88502",3,44.65703,-111.08958,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7703,88,323,365,120,313,"","","Certification not required",0,4.567532,4.598809,126.2,"2013-09-21 09:00",121,"2013-09-06 14:00",118.1,"2013-09-06 13:00",46.4,"2013-09-30 05:00","","","","",19,15.5,11,8.9,6.4,4,0.3,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","88502",3,44.65703,-111.08958,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",323,88,323,365,0,0,"","","Certification not required",0,4.530031,2.698538,15.4,"2013-08-19 00:00",15.1,"2013-08-18 00:00",15,"2013-09-30 00:00",14,"2013-08-17 00:00","","","","",14,12.2,9.1,7.7,6,4,1.5,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","88502",3,44.65703,-111.08958,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",323,88,323,365,0,0,"","","Certification not required",0,4.530031,2.698538,15.4,"2013-08-19 00:00",15.1,"2013-08-18 00:00",15,"2013-09-30 00:00",14,"2013-08-17 00:00","","","","",14,12.2,9.1,7.7,6,4,1.5,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0017","88502",3,44.65703,-111.08958,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",318,88,323,365,0,0,"","","Certification not required",0,4.377987,2.425551,15,"2013-09-30 00:00",12.2,"2013-09-06 00:00",11.5,"2013-09-01 00:00",11,"2013-07-30 00:00","","","","",11,9.7,8.9,7.4,6,4,1.4,"West Yellowstone Park Ent #2","Yellowstone West Entrance","Montana","Gallatin","","Bozeman, MT","2014-01-06" +"30","031","0019","88502",3,45.68379,-111.05634,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6631,76,279,365,0,1385,"","","Certification not required",0,5.73075,6.084775,93.7,"2013-01-04 20:00",66.3,"2013-01-03 20:00",66.3,"2013-01-03 21:00",65.5,"2013-01-03 18:00","","","","",27.8,22.9,16.6,11.5,7.8,4.6,0.2,"Bozeman High School","408 North 15th Ave, Bozeman MT.","Montana","Gallatin","Bozeman","Bozeman, MT","2014-01-06" +"30","031","0019","88502",3,45.68379,-111.05634,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",279,76,279,365,0,0,"","","Certification not required",0,5.662007,3.740185,23.8,"2013-01-03 00:00",20.5,"2013-01-04 00:00",20.5,"2013-01-05 00:00",20.2,"2013-01-13 00:00","","","","",20.5,16.6,12.5,10,7.3,4.8,1.9,"Bozeman High School","408 North 15th Ave, Bozeman MT.","Montana","Gallatin","Bozeman","Bozeman, MT","2014-01-06" +"30","047","9000","85101",1,47.773283,-114.269975,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,2.58639,2.510475,12.0812,"2013-05-10 00:00",10.9023,"2013-05-07 00:00",8.2072,"2013-04-04 00:00",6.0521,"2013-04-25 00:00","","","","",12.0812,10.9023,8.2072,5.1846,3.3243,1.8247,0.6026,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","86502",1,47.773283,-114.269975,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.714286,1.399405,6,"2013-05-07 00:00",6,"2013-05-10 00:00",3,"2013-04-04 00:00",3,"2013-04-25 00:00","","","","",6,6,3,2,1,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88103",1,47.773283,-114.269975,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88104",1,47.773283,-114.269975,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.025097,0.031432,0.139,"2013-05-07 00:00",0.129,"2013-05-10 00:00",0.08,"2013-04-28 00:00",0.0763,"2013-04-01 00:00","","","","",0.139,0.139,0.08,0.0752,0.0317,0.0133,0.002,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88109",1,47.773283,-114.269975,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.000655,0.000454,0.0022,"2013-04-04 00:00",0.0021,"2013-05-10 00:00",0.0014,"2013-03-26 00:00",0.0013,"2013-04-01 00:00","","","","",0.0022,0.0022,0.0014,0.0012,0.0008,0.0005,0.0002,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88111",1,47.773283,-114.269975,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.015235,0.020808,0.0991,"2013-05-07 00:00",0.0888,"2013-05-10 00:00",0.0541,"2013-04-01 00:00",0.0457,"2013-04-28 00:00","","","","",0.0991,0.0991,0.0541,0.0418,0.0163,0.007,0.0013,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88112",1,47.773283,-114.269975,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88114",1,47.773283,-114.269975,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.000145,4.1e-05,0.0003,"2013-05-04 00:00",0.0002,"2013-01-16 00:00",0.0002,"2013-01-25 00:00",0.0002,"2013-03-23 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.00015,0.00015,0.0001,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88115",1,47.773283,-114.269975,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",24,0.000806,0.002018,0.0139,"2013-02-24 00:00",0.0031,"2013-04-13 00:00",0.0028,"2013-04-19 00:00",0.002,"2013-05-07 00:00","","","","",0.0139,0.0139,0.0028,0.0016,0.0007,0.0002,0.00015,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88126",1,47.773283,-114.269975,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.016911,0.020983,0.0907,"2013-05-07 00:00",0.0888,"2013-05-10 00:00",0.0555,"2013-04-28 00:00",0.0522,"2013-04-01 00:00","","","","",0.0907,0.0907,0.0555,0.0491,0.0198,0.01,0.0021,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88128",1,47.773283,-114.269975,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000347,0.000631,0.002,"2013-04-01 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-31 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88132",1,47.773283,-114.269975,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000429,0.000645,0.002,"2013-04-01 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-07 00:00",0.002,"2013-05-10 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88136",1,47.773283,-114.269975,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88140",1,47.773283,-114.269975,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.007169,0.008051,0.04,"2013-05-07 00:00",0.0292,"2013-04-04 00:00",0.0289,"2013-05-10 00:00",0.016,"2013-04-28 00:00","","","","",0.04,0.04,0.0289,0.0157,0.0108,0.0042,0.00105,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88152",1,47.773283,-114.269975,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",44,0.000187,0.000179,0.0013,"2013-02-12 00:00",0.0005,"2013-03-26 00:00",0.0004,"2013-02-09 00:00",0.0004,"2013-05-25 00:00","","","","",0.0013,0.0013,0.0004,0.0003,0.00015,0.00015,0.0001,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88154",1,47.773283,-114.269975,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.00012,5.8e-05,0.0004,"2013-04-01 00:00",0.0003,"2013-02-27 00:00",0.0002,"2013-01-31 00:00",0.0002,"2013-02-03 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,0.0001,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88161",1,47.773283,-114.269975,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",14,0.00151,0.001827,0.0077,"2013-05-07 00:00",0.0071,"2013-05-10 00:00",0.005,"2013-04-28 00:00",0.0049,"2013-04-01 00:00","","","","",0.0077,0.0077,0.005,0.0048,0.0016,0.0009,0.0001,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88164",1,47.773283,-114.269975,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",31,8.3e-05,6.3e-05,0.0004,"2013-05-10 00:00",0.0002,"2013-04-01 00:00",0.0002,"2013-04-22 00:00",0.0002,"2013-04-28 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,5e-05,5e-05,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88165",1,47.773283,-114.269975,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.060519,0.082799,0.3801,"2013-05-07 00:00",0.354,"2013-05-10 00:00",0.1968,"2013-04-28 00:00",0.1874,"2013-04-01 00:00","","","","",0.3801,0.3801,0.1968,0.1743,0.0763,0.0297,0.0043,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88167",1,47.773283,-114.269975,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.00081,0.000603,0.0033,"2013-03-26 00:00",0.0025,"2013-04-01 00:00",0.0016,"2013-05-10 00:00",0.0015,"2013-01-13 00:00","","","","",0.0033,0.0033,0.0016,0.0014,0.0011,0.0007,0.00015,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88168",1,47.773283,-114.269975,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",31,0.000215,0.000159,0.0008,"2013-05-10 00:00",0.0006,"2013-04-01 00:00",0.0006,"2013-04-04 00:00",0.0006,"2013-05-07 00:00","","","","",0.0008,0.0008,0.0006,0.0005,0.0002,0.00015,0.0001,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88169",1,47.773283,-114.269975,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.120794,0.085905,0.3626,"2013-04-22 00:00",0.3473,"2013-04-16 00:00",0.3252,"2013-05-10 00:00",0.2656,"2013-05-04 00:00","","","","",0.3626,0.3626,0.3252,0.2574,0.1534,0.0982,0.033,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88176",1,47.773283,-114.269975,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.000185,0.000106,0.0006,"2013-01-07 00:00",0.0006,"2013-01-22 00:00",0.0005,"2013-05-07 00:00",0.0003,"2013-01-16 00:00","","","","",0.0006,0.0006,0.0005,0.0003,0.00015,0.00015,0.00015,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88180",1,47.773283,-114.269975,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.0135,0.012582,0.0522,"2013-05-07 00:00",0.0486,"2013-05-10 00:00",0.0461,"2013-04-01 00:00",0.0414,"2013-04-04 00:00","","","","",0.0522,0.0522,0.0461,0.0312,0.0168,0.0086,0.0025,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88184",1,47.773283,-114.269975,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.008319,0.009692,0.0623,"2013-02-24 00:00",0.022,"2013-05-10 00:00",0.0213,"2013-03-14 00:00",0.0186,"2013-02-27 00:00","","","","",0.0623,0.0623,0.0213,0.0179,0.0093,0.0072,0.0016,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88185",1,47.773283,-114.269975,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.000613,0.000211,0.0012,"2013-05-04 00:00",0.0011,"2013-04-25 00:00",0.0011,"2013-04-28 00:00",0.001,"2013-01-07 00:00","","","","",0.0012,0.0012,0.0011,0.001,0.0007,0.00065,0.0004,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88203",1,47.773283,-114.269975,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.005733,0.007531,0.0536,"2013-02-24 00:00",0.0181,"2013-04-07 00:00",0.0115,"2013-03-26 00:00",0.0093,"2013-03-05 00:00","","","","",0.0536,0.0181,0.0115,0.0088,0.0075,0.0033,0.00255,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88306",1,47.773283,-114.269975,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.105028,0.089652,0.4306,"2013-04-22 00:00",0.4018,"2013-02-12 00:00",0.3472,"2013-03-26 00:00",0.259,"2013-04-16 00:00","","","","",0.4306,0.4018,0.3472,0.1955,0.1254,0.081,0.0347,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88320",1,47.773283,-114.269975,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.3018,0.274692,1.55,"2013-04-04 00:00",0.98,"2013-05-10 00:00",0.87,"2013-04-01 00:00",0.77,"2013-05-07 00:00","","","","",1.55,1.55,0.87,0.6,0.36,0.22,0.06,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88321",1,47.773283,-114.269975,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0346,0.033939,0.18,"2013-04-04 00:00",0.11,"2013-04-01 00:00",0.09,"2013-03-26 00:00",0.09,"2013-05-10 00:00","","","","",0.18,0.18,0.09,0.08,0.05,0.03,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88324",1,47.773283,-114.269975,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.021753,0.010254,0.066,"2013-04-04 00:00",0.0525,"2013-05-10 00:00",0.0359,"2013-04-01 00:00",0.02975,"2013-01-10 00:00","","","","",0.066,0.066,0.0359,0.02945,0.02895,0.01695,0.0103,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88325",1,47.773283,-114.269975,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.058891,0.058948,0.2789,"2013-04-04 00:00",0.2604,"2013-05-10 00:00",0.201,"2013-01-16 00:00",0.1752,"2013-04-01 00:00","","","","",0.2789,0.2789,0.201,0.1575,0.0674,0.03255,0.01615,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88326",1,47.773283,-114.269975,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.100705,0.091534,0.567,"2013-04-04 00:00",0.268,"2013-04-01 00:00",0.246,"2013-05-07 00:00",0.2376,"2013-05-10 00:00","","","","",0.567,0.567,0.246,0.226,0.1296,0.0784,0.03465,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88327",1,47.773283,-114.269975,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.061657,0.049889,0.3007,"2013-04-04 00:00",0.146,"2013-04-01 00:00",0.146,"2013-05-10 00:00",0.1266,"2013-05-07 00:00","","","","",0.3007,0.3007,0.146,0.1111,0.0787,0.057,0.01565,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88328",1,47.773283,-114.269975,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.078138,0.073257,0.3326,"2013-04-04 00:00",0.2881,"2013-05-10 00:00",0.2451,"2013-04-01 00:00",0.2245,"2013-05-07 00:00","","","","",0.3326,0.3326,0.2451,0.168,0.0998,0.0529,0.0095,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88329",1,47.773283,-114.269975,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.087347,0.08605,0.4345,"2013-04-04 00:00",0.3145,"2013-04-01 00:00",0.2827,"2013-05-10 00:00",0.2263,"2013-03-26 00:00","","","","",0.4345,0.4345,0.2827,0.2136,0.1129,0.0603,0.0096,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88330",1,47.773283,-114.269975,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.025712,0.021604,0.0912,"2013-05-10 00:00",0.0767,"2013-04-04 00:00",0.0757,"2013-03-05 00:00",0.0727,"2013-05-07 00:00","","","","",0.0912,0.0912,0.0757,0.0567,0.035,0.0238,0.0036,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88331",1,47.773283,-114.269975,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.000124,0.0004,0.002,"2013-05-07 00:00",0.002,"2013-05-19 00:00",0.0007,"2013-01-16 00:00",0.0001,"2013-03-02 00:00","","","","",0.002,0.002,0.0007,0.0001,0.0001,0,0,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88338",1,47.773283,-114.269975,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.027424,0.029775,0.1291,"2013-02-09 00:00",0.1236,"2013-04-04 00:00",0.1167,"2013-01-19 00:00",0.0925,"2013-01-22 00:00","","","","",0.1291,0.1236,0.1167,0.0759,0.02375,0.0154,0.01045,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88339",1,47.773283,-114.269975,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.49827,0.354345,1.49552,"2013-04-22 00:00",1.4327,"2013-04-16 00:00",1.34153,"2013-05-10 00:00",1.09564,"2013-05-04 00:00","","","","",1.49552,1.49552,1.34153,1.06186,0.63278,0.40512,0.13625,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88344",1,47.773283,-114.269975,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.135676,0.115416,0.5555,"2013-04-22 00:00",0.5183,"2013-02-12 00:00",0.4479,"2013-03-26 00:00",0.3341,"2013-04-16 00:00","","","","",0.5555,0.5183,0.4479,0.2522,0.1618,0.1044,0.0448,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88348",1,47.773283,-114.269975,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.274461,0.362724,1.6476,"2013-05-07 00:00",1.5369,"2013-05-10 00:00",0.8839,"2013-04-28 00:00",0.8584,"2013-04-01 00:00","","","","",1.6476,1.6476,0.8839,0.796,0.3252,0.1404,0.0247,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88350",1,47.773283,-114.269975,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.543526,0.494238,2.7814,"2013-04-04 00:00",1.7723,"2013-05-10 00:00",1.5664,"2013-04-01 00:00",1.3918,"2013-05-07 00:00","","","","",2.7814,2.7814,1.5664,1.0841,0.6529,0.3994,0.1062,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88403",1,47.773283,-114.269975,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.341745,0.254522,1.1238,"2013-04-22 00:00",1.071,"2013-04-16 00:00",0.936,"2013-05-10 00:00",0.7524,"2013-04-01 00:00","","","","",1.1238,1.071,0.936,0.7266,0.44,0.263,0.1029,"","Flathead","Montana","Lake","","","2014-01-28" +"30","047","9000","88502",1,47.773283,-114.269975,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.477551,1.204205,5.6,"2013-05-10 00:00",4.9,"2013-04-04 00:00",4.5,"2013-05-07 00:00",3.8,"2013-04-01 00:00","","","","",5.6,5.6,4.5,2.8,2,1.1,0.2,"","Flathead","Montana","Lake","","","2014-01-28" +"30","049","0004","42101",1,46.850514,-111.987151,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6710,77,301,365,0,1306,0,0,"Certification not required",2,0.13857,0.022447,0.455,"2013-08-19 20:00",0.417,"2013-08-19 21:00",0.373,"2013-08-19 22:00",0.355,"2013-08-19 18:00","","","","",0.211,0.192,0.172,0.163,0.151,0.138,0.113,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","42101",1,46.850514,-111.987151,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7238,83,295,365,0,0,0,0,"Certification not required",0,0.127701,0.045032,0.3,"2013-08-19 21:00",0.3,"2013-08-19 22:00",0.3,"2013-08-19 23:00",0.3,"2013-08-20 00:00",0.3,"2013-08-19 21:00",0.3,"2013-08-20 05:00",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","42401",1,46.850514,-111.987151,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7368,84,320,365,0,648,0,"","Certification not required",0,0.450938,0.240426,2,"2013-03-17 19:00",1.9,"2013-01-11 02:00",1.9,"2013-04-03 14:00",1.8,"2013-01-10 22:00","","","","",1.8,1.2,0.8,0.6,0.5,0.4,0.3,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-11" +"30","049","0004","42401",1,46.850514,-111.987151,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7368,84,320,365,0,648,"","","Certification not required",0,0.297788,0.16868,2,"2013-03-17 19:00",1.9,"2013-01-11 02:00",1.9,"2013-04-03 14:00",1.8,"2013-01-10 22:00","","","","",0.8,0.6,0.5,0.5,0.4,0.3,0.1,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-11" +"30","049","0004","42401",1,46.850514,-111.987151,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",320,88,320,365,0,0,0,"","Certification not required",0,0.298125,0.129611,1.2,"2013-04-03 00:00",1,"2013-01-11 00:00",0.7,"2013-01-10 00:00",0.7,"2013-01-23 00:00","","","","",0.7,0.6,0.5,0.4,0.4,0.3,0.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-11" +"30","049","0004","42401",1,46.850514,-111.987151,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2217,76,309,365,0,0,"",0,"Certification not required",0,0.273703,0.165036,1.8,"2013-04-03 14:00",1.7,"2013-01-11 05:00",1.7,"2013-03-17 20:00",1.7,"2013-04-03 17:00","","","","",0.7,0.6,0.5,0.4,0.3,0.3,0.1,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-11" +"30","049","0004","42406",1,46.850514,-111.987151,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",3753,78,159,200,0,303,"","","Certification not required",0,0.332854,0.139848,1.4,"2013-11-19 02:00",1.4,"2013-11-19 04:00",1.3,"2013-11-19 03:00",1.2,"2013-08-12 09:00","","","","",0.8,0.6,0.5,0.5,0.4,0.3,0.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","42600",1,46.850514,-111.987151,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6301,72,264,365,0,1715,"","","Certification not required",0,1.374195,1.172952,11.5,"2013-01-04 09:00",11.3,"2013-01-04 00:00",11.2,"2013-01-04 10:00",11,"2013-01-03 23:00","","","","",6.5,5,3.6,2.6,1.6,1,0.5,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","42601",1,46.850514,-111.987151,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6301,72,264,365,0,1715,"","","Certification not required",0,0.065625,0.202623,3.2,"2013-01-04 10:00",3.2,"2013-01-04 12:00",2.8,"2013-01-04 09:00",2.3,"2013-01-13 14:00","","","","",1,0.7,0.3,0.2,0,0,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","44201",1,46.850514,-111.987151,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7954,98,119,122,0,62,0,0,"Certification not required",54,0.044471,0.008755,0.094,"2013-07-05 10:00",0.06,"2013-08-16 14:00",0.058,"2013-08-14 15:00",0.058,"2013-08-24 16:00","","","","",0.06,0.058,0.057,0.055,0.051,0.047,0.044,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","44201",1,46.850514,-111.987151,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7957,98,119,122,0,0,0,0,"Certification not required",0,0.040874,0.007429,0.055,"2013-08-15 11:00",0.055,"2013-08-24 11:00",0.054,"2013-08-14 11:00",0.054,"2013-08-16 11:00","","","","",0.055,0.054,0.053,0.052,0.048,0.045,0.041,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","44201",1,46.850514,-111.987151,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7957,98,119,122,0,0,0,0,"Certification not required",0,0.040874,0.007429,0.055,"2013-08-15 11:00",0.055,"2013-08-24 11:00",0.054,"2013-08-14 11:00",0.054,"2013-08-16 11:00","","","","",0.055,0.054,0.053,0.052,0.048,0.045,0.041,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","61103",1,46.850514,-111.987151,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7859,90,327,365,0,157,"","","Certification not required",0,5.046545,4.580362,32.4,"2013-10-27 22:00",32.2,"2013-11-20 10:00",31.5,"2013-10-27 21:00",31.1,"2013-10-27 23:00","","","","",19.6,17.1,13.8,11.7,7.6,3.7,0.8,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","61104",1,46.850514,-111.987151,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7859,90,327,365,0,157,"","","Certification not required",0,177.887263,118.471158,360,"2013-01-06 00:00",360,"2013-02-15 05:00",360,"2013-03-04 01:00",360,"2013-03-07 04:00","","","","",358,356,349,336,294,158,18,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","62101",1,46.850514,-111.987151,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7786,89,323,365,0,230,"","","Certification not required",0,47.194837,19.415431,98,"2013-08-16 15:00",97,"2013-07-24 15:00",97,"2013-08-16 14:00",96,"2013-07-10 16:00","","","","",90,88,82,74,60,46,24,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","62201",1,46.850514,-111.987151,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",8001,91,334,365,0,15,"","","Certification not required",0,56.702662,18.964176,96,"2013-06-12 05:00",96,"2013-09-08 05:00",96,"2013-09-08 06:00",95,"2013-03-07 04:00","","","","",93,91,85,80,71,58,30,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","68103",5,46.850514,-111.987151,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,87,122,0,1,"","","Certification not required",0,2.551136,8.639591,16.5,"2013-09-04 00:00",16.4,"2013-09-07 00:00",16.2,"2013-07-03 00:00",15.8,"2013-08-22 00:00","","","","",16.5,16.4,15.2,13.5,10,3.8,-8.4,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","68104",5,46.850514,-111.987151,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,87,122,0,1,"","","Certification not required",0,16.653409,11.376634,35.8,"2013-07-24 00:00",34.8,"2013-07-21 00:00",34,"2013-07-03 00:00",33.9,"2013-08-17 00:00","","","","",35.8,34.8,33.8,32.4,29.4,15.4,2.8,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","68105",1,46.850514,-111.987151,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,89,122,0,0,"","","Certification not required",0,10.413483,9.60858,26,"2013-07-03 00:00",24.4,"2013-07-24 00:00",24.2,"2013-08-17 00:00",24,"2013-07-27 00:00","","","","",26,24.4,23.8,22.6,19.7,11.1,-2.4,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","68105",5,46.850514,-111.987151,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,87,122,0,1,"","","Certification not required",0,9.840909,9.870013,26.5,"2013-07-03 00:00",25.2,"2013-07-24 00:00",24.9,"2013-08-17 00:00",24.6,"2013-07-27 00:00","","","","",26.5,25.2,24.4,23.2,20.1,9.4,-3.1,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","68106",5,46.850514,-111.987151,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,86,122,0,2,"","","Certification not required",0,659.896552,4.299904,668,"2013-04-22 00:00",668,"2013-05-01 00:00",667,"2013-01-16 00:00",666,"2013-02-15 00:00","","","","",668,668,666,665,663,660,654,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","68107",5,46.850514,-111.987151,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,86,122,0,2,"","","Certification not required",0,663.931034,3.58872,673,"2013-05-01 00:00",670,"2013-01-01 00:00",670,"2013-01-16 00:00",670,"2013-02-15 00:00","","","","",673,670,670,668,667,664,659,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","68108",1,46.850514,-111.987151,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,89,122,0,0,"","","Certification not required",0,662.786517,4.043715,673,"2013-01-01 00:00",671,"2013-01-19 00:00",669,"2013-02-24 00:00",669,"2013-05-31 00:00","","","","",673,671,668,668,666,663,657,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","68108",5,46.850514,-111.987151,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,86,122,0,2,"","","Certification not required",0,661.494253,3.987987,670,"2013-05-01 00:00",669,"2013-04-22 00:00",668,"2013-01-16 00:00",668,"2013-02-15 00:00","","","","",670,669,667,666,664,662,656,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","86101",1,46.850514,-111.987151,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7168,82,296,365,13,848,"","","Certification not required",0,3.492188,4.989476,114,"2013-05-07 09:00",102,"2013-05-07 13:00",91,"2013-05-07 08:00",91,"2013-05-07 12:00","","","","",18,14,10,8,5,3,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","86101",1,46.850514,-111.987151,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7168,82,296,365,13,848,"","","Certification not required",0,3.492188,4.989476,114,"2013-05-07 09:00",102,"2013-05-07 13:00",91,"2013-05-07 08:00",91,"2013-05-07 12:00","","","","",18,14,10,8,5,3,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","86101",1,46.850514,-111.987151,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","Events Excluded",7155,82,296,365,0,848,"","","Certification not required",0,3.491684,4.987127,114,"2013-05-07 09:00",102,"2013-05-07 13:00",91,"2013-05-07 08:00",91,"2013-05-07 12:00","","","","",18,14,10,7,5,3,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",1,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",88,73,89,122,0,2,0,0,"Certification not required",0,3.642045,2.289944,10.5,"2013-08-17 00:00",10.3,"2013-07-27 00:00",10.1,"2013-09-04 00:00",8.4,"2013-08-29 00:00","","","","",10.5,10.3,8.2,6.6,4.8,3,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","88101",1,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",89,73,89,122,1,2,0,0,"Certification not required",0,3.798876,2.715381,17.6,"2013-08-20 00:00",10.5,"2013-08-17 00:00",10.3,"2013-07-27 00:00",10.1,"2013-09-04 00:00","","","","",17.6,10.5,8.4,7.5,4.9,3.2,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","88101",1,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",89,73,89,122,1,2,0,0,"Certification not required",0,3.798876,2.715381,17.6,"2013-08-20 00:00",10.5,"2013-08-17 00:00",10.3,"2013-07-27 00:00",10.1,"2013-09-04 00:00","","","","",17.6,10.5,8.4,7.5,4.9,3.2,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","88101",1,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",89,73,89,122,1,2,"","","Certification not required",0,3.798876,2.715381,17.6,"2013-08-20 00:00",10.5,"2013-08-17 00:00",10.3,"2013-07-27 00:00",10.1,"2013-09-04 00:00","","","","",17.6,10.5,8.4,7.5,4.9,3.2,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","88101",1,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",89,73,89,122,1,2,"","","Certification not required",0,3.798876,2.715381,17.6,"2013-08-20 00:00",10.5,"2013-08-17 00:00",10.3,"2013-07-27 00:00",10.1,"2013-09-04 00:00","","","","",17.6,10.5,8.4,7.5,4.9,3.2,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","88101",1,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",88,73,89,122,0,2,"","","Certification not required",0,3.642045,2.289944,10.5,"2013-08-17 00:00",10.3,"2013-07-27 00:00",10.1,"2013-09-04 00:00",8.4,"2013-08-29 00:00","","","","",10.5,10.3,8.2,6.6,4.8,3,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7486,85,320,365,69,530,"","","Certification not required",0,4.587644,3.683209,52.2,"2013-08-19 19:00",50.9,"2013-11-03 04:00",50.2,"2013-08-19 20:00",46.5,"2013-08-19 18:00","","","","",18,13.3,10.2,8.4,6.2,4.1,0.8,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7417,85,320,365,0,530,"","","Certification not required",0,4.478832,3.348746,50.9,"2013-11-03 04:00",31.1,"2013-09-21 23:00",28,"2013-07-26 22:00",28,"2013-08-17 00:00","","","","",15.8,12.1,9.9,8.4,6.2,4.1,0.6,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7486,85,320,365,69,530,"","","Certification not required",0,4.587644,3.683209,52.2,"2013-08-19 19:00",50.9,"2013-11-03 04:00",50.2,"2013-08-19 20:00",46.5,"2013-08-19 18:00","","","","",18,13.3,10.2,8.4,6.2,4.1,0.8,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",311,85,311,365,0,0,0,0,"Certification not required",0,4.54791,2.377215,17.8,"2013-08-20 00:00",17.3,"2013-08-19 00:00",13.7,"2013-08-27 00:00",11.5,"2013-08-25 00:00","","","","",11.5,11,8.9,7.7,5.5,4.2,2.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",308,85,311,365,0,0,0,0,"Certification not required",0,4.433766,2.078154,11.5,"2013-08-25 00:00",11.2,"2013-08-16 00:00",11.1,"2013-08-28 00:00",11,"2013-08-17 00:00","","","","",11,10.5,8.5,7.3,5.3,4.1,2.1,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",311,85,311,365,0,0,0,0,"Certification not required",0,4.54791,2.377215,17.8,"2013-08-20 00:00",17.3,"2013-08-19 00:00",13.7,"2013-08-27 00:00",11.5,"2013-08-25 00:00","","","","",11.5,11,8.9,7.7,5.5,4.2,2.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",311,85,311,365,0,0,"","","Certification not required",0,4.54791,2.377215,17.8,"2013-08-20 00:00",17.3,"2013-08-19 00:00",13.7,"2013-08-27 00:00",11.5,"2013-08-25 00:00","","","","",11.5,11,8.9,7.7,5.5,4.2,2.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",308,85,311,365,0,0,"","","Certification not required",0,4.433766,2.078154,11.5,"2013-08-25 00:00",11.2,"2013-08-16 00:00",11.1,"2013-08-28 00:00",11,"2013-08-17 00:00","","","","",11,10.5,8.5,7.3,5.3,4.1,2.1,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88101",3,46.850514,-111.987151,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",311,85,311,365,0,0,"","","Certification not required",0,4.54791,2.377215,17.8,"2013-08-20 00:00",17.3,"2013-08-19 00:00",13.7,"2013-08-27 00:00",11.5,"2013-08-25 00:00","","","","",11.5,11,8.9,7.7,5.5,4.2,2.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0004","88102",5,46.850514,-111.987151,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",83,0.019736,0.008394,0.078,"2013-07-24 00:00",0.039,"2013-04-16 00:00",0.037,"2013-08-14 00:00",0.026,"2013-02-09 00:00","","","","",0.078,0.039,0.026,0.026,0.021,0.0195,0.014,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88103",5,46.850514,-111.987151,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.000103,0.000306,0.001,"2013-01-31 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-11 00:00",0.001,"2013-05-01 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88104",5,46.850514,-111.987151,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",58,0.022414,0.032942,0.258,"2013-10-07 00:00",0.118,"2013-05-07 00:00",0.101,"2013-10-16 00:00",0.084,"2013-07-27 00:00","","","","",0.258,0.118,0.06,0.051,0.026,0.0115,0.0065,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88107",5,46.850514,-111.987151,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",87,0.007201,0.007154,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-18 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88109",5,46.850514,-111.987151,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",52,0.001399,0.000815,0.0039,"2013-05-01 00:00",0.0036,"2013-07-27 00:00",0.0033,"2013-09-04 00:00",0.0032,"2013-10-07 00:00","","","","",0.0039,0.0036,0.003,0.0026,0.0019,0.00115,0.00055,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88110",5,46.850514,-111.987151,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.001586,0.004368,0.024,"2013-02-27 00:00",0.022,"2013-04-13 00:00",0.015,"2013-03-11 00:00",0.014,"2013-07-12 00:00","","","","",0.024,0.022,0.012,0.005,0,0,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88111",5,46.850514,-111.987151,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",50,0.009479,0.010773,0.063,"2013-05-07 00:00",0.0436,"2013-05-13 00:00",0.0408,"2013-09-28 00:00",0.0353,"2013-03-14 00:00","","","","",0.063,0.0436,0.0296,0.022,0.0138,0.00375,0.00235,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88112",5,46.850514,-111.987151,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.004931,0.012435,0.067,"2013-09-22 00:00",0.065,"2013-10-07 00:00",0.061,"2013-09-19 00:00",0.035,"2013-10-01 00:00","","","","",0.067,0.065,0.024,0.008,0.003,0.001,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88113",5,46.850514,-111.987151,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",87,0.00068,0.000118,0.001,"2013-02-21 00:00",0.001,"2013-05-16 00:00",0.001,"2013-07-18 00:00",0.001,"2013-07-21 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88114",5,46.850514,-111.987151,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",77,0.001367,0.001625,0.0135,"2013-10-07 00:00",0.006,"2013-10-16 00:00",0.0051,"2013-07-27 00:00",0.0044,"2013-10-13 00:00","","","","",0.0135,0.006,0.0035,0.0026,0.00125,0.00095,0.00065,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88115",5,46.850514,-111.987151,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",83,0.003951,0.002373,0.018,"2013-11-03 00:00",0.017,"2013-09-28 00:00",0.009,"2013-10-13 00:00",0.006,"2013-03-05 00:00","","","","",0.018,0.017,0.0055,0.0055,0.00405,0.0039,0.0024,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88117",5,46.850514,-111.987151,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",87,0.007532,0.011532,0.0435,"2013-02-21 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-07-18 00:00",0.0435,"2013-07-21 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88118",5,46.850514,-111.987151,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",87,0.009532,0.006687,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-18 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88126",5,46.850514,-111.987151,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",6,0.01691,0.017429,0.0939,"2013-05-07 00:00",0.0929,"2013-10-07 00:00",0.0902,"2013-08-17 00:00",0.0443,"2013-05-13 00:00","","","","",0.0939,0.0929,0.0401,0.0313,0.0217,0.0117,0.0037,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88128",5,46.850514,-111.987151,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.000299,0.000904,0.006,"2013-09-28 00:00",0.003,"2013-07-21 00:00",0.003,"2013-11-09 00:00",0.002,"2013-01-04 00:00","","","","",0.006,0.003,0.002,0.001,0,0,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88131",5,46.850514,-111.987151,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",84,0.009948,0.003527,0.02,"2013-07-12 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-24 00:00",0.0165,"2013-03-02 00:00","","","","",0.02,0.0165,0.0165,0.0165,0.011,0.008,0.007,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88132",5,46.850514,-111.987151,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.000425,0.000741,0.003,"2013-05-16 00:00",0.003,"2013-08-22 00:00",0.002,"2013-02-24 00:00",0.002,"2013-05-07 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88136",5,46.850514,-111.987151,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.00031,0.001194,0.009,"2013-08-17 00:00",0.006,"2013-10-07 00:00",0.002,"2013-10-16 00:00",0.001,"2013-04-13 00:00","","","","",0.009,0.006,0.001,0.001,0,0,0,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88140",5,46.850514,-111.987151,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",82,0.009612,0.016648,0.152,"2013-05-16 00:00",0.048,"2013-07-18 00:00",0.033,"2013-09-25 00:00",0.028,"2013-02-21 00:00","","","","",0.152,0.048,0.026,0.009,0.009,0.006,0.00475,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88152",5,46.850514,-111.987151,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",87,0.005549,0.001524,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-11 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88154",5,46.850514,-111.987151,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",87,0.001066,0.000256,0.0013,"2013-01-04 00:00",0.0013,"2013-01-13 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-19 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88160",5,46.850514,-111.987151,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",85,0.012856,0.004017,0.029,"2013-10-16 00:00",0.02,"2013-08-17 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-07-27 00:00","","","","",0.029,0.02,0.0185,0.018,0.016,0.01,0.01,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88161",5,46.850514,-111.987151,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",83,0.00251,0.000869,0.0077,"2013-05-07 00:00",0.0069,"2013-09-22 00:00",0.005,"2013-05-13 00:00",0.0047,"2013-07-21 00:00","","","","",0.0077,0.0069,0.00265,0.00265,0.00265,0.0025,0.0021,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88164",5,46.850514,-111.987151,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",86,0.001587,0.000294,0.003,"2013-08-29 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-15 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88165",5,46.850514,-111.987151,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",23,0.044287,0.050802,0.386,"2013-05-07 00:00",0.155,"2013-05-13 00:00",0.142,"2013-03-14 00:00",0.12,"2013-07-24 00:00","","","","",0.386,0.155,0.113,0.089,0.071,0.028,0.006,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88166",5,46.850514,-111.987151,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",86,0.00808,0.004942,0.02,"2013-05-07 00:00",0.019,"2013-02-09 00:00",0.019,"2013-02-24 00:00",0.019,"2013-05-28 00:00","","","","",0.02,0.019,0.019,0.019,0.0075,0.0065,0.0042,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88167",5,46.850514,-111.987151,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",76,0.001667,0.001406,0.0113,"2013-10-19 00:00",0.007,"2013-07-21 00:00",0.0055,"2013-05-13 00:00",0.0035,"2013-09-04 00:00","","","","",0.0113,0.007,0.0034,0.0028,0.00175,0.0013,0.0009,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88168",5,46.850514,-111.987151,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",86,0.001215,0.000341,0.0026,"2013-07-03 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-24 00:00",0.00175,"2013-03-02 00:00","","","","",0.0026,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88169",5,46.850514,-111.987151,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,0.15993,0.105641,0.526,"2013-04-16 00:00",0.513,"2013-04-22 00:00",0.494,"2013-01-10 00:00",0.419,"2013-10-07 00:00","","","","",0.526,0.513,0.404,0.295,0.193,0.134,0.0545,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88176",5,46.850514,-111.987151,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",86,0.000971,0.000227,0.0015,"2013-01-13 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-24 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88180",5,46.850514,-111.987151,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",25,0.020033,0.020184,0.114,"2013-08-20 00:00",0.0803,"2013-07-27 00:00",0.071,"2013-08-11 00:00",0.0702,"2013-08-17 00:00","","","","",0.114,0.0803,0.067,0.0403,0.027,0.014,0.0036,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88184",5,46.850514,-111.987151,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",83,0.026609,0.037827,0.337,"2013-05-16 00:00",0.124,"2013-09-28 00:00",0.11,"2013-09-25 00:00",0.092,"2013-07-21 00:00","","","","",0.337,0.124,0.027,0.027,0.027,0.02,0.013,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88185",5,46.850514,-111.987151,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",85,0.003352,0.003527,0.0115,"2013-02-09 00:00",0.0115,"2013-02-24 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-04-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88301",5,46.850514,-111.987151,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,87,122,0,1,"","","Certification not required",7,0.149709,0.140597,0.679,"2013-04-22 00:00",0.633,"2013-01-04 00:00",0.585,"2013-01-10 00:00",0.539,"2013-03-17 00:00","","","","",0.679,0.633,0.473,0.32,0.181,0.114,0.024,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88302",5,46.850514,-111.987151,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,87,122,0,1,"","","Certification not required",19,0.028398,0.041885,0.39,"2013-03-26 00:00",0.08,"2013-07-12 00:00",0.0734,"2013-03-11 00:00",0.063,"2013-08-22 00:00","","","","",0.39,0.08,0.057,0.0492,0.031,0.022,0.0055,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88303",5,46.850514,-111.987151,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,87,122,0,1,"","","Certification not required",62,0.016399,0.015336,0.107,"2013-03-26 00:00",0.059,"2013-01-01 00:00",0.053,"2013-08-20 00:00",0.045,"2013-07-12 00:00","","","","",0.107,0.059,0.045,0.035,0.0172,0.012,0.0034,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88306",5,46.850514,-111.987151,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,87,122,0,1,"","","Certification not required",0,0.198719,0.329202,2.53,"2013-01-04 00:00",1.42,"2013-01-13 00:00",0.866,"2013-01-10 00:00",0.77,"2013-03-17 00:00","","","","",2.53,1.42,0.703,0.416,0.155,0.099,0.053,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88355",5,46.850514,-111.987151,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.328966,1.213245,8.52,"2013-08-20 00:00",4.87,"2013-07-27 00:00",4.48,"2013-08-17 00:00",3.79,"2013-09-04 00:00","","","","",8.52,4.87,3.42,2.44,1.72,0.904,0.406,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88357",5,46.850514,-111.987151,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",4,0.051943,0.089691,0.762,"2013-08-20 00:00",0.254,"2013-07-27 00:00",0.206,"2013-01-04 00:00",0.192,"2013-08-17 00:00","","","","",0.762,0.254,0.162,0.099,0.056,0.028,0.006,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88370",5,46.850514,-111.987151,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.285864,1.176553,8.23,"2013-08-20 00:00",4.7,"2013-07-27 00:00",4.38,"2013-08-17 00:00",3.7,"2013-09-04 00:00","","","","",8.23,4.7,3.3,2.39,1.68,0.848,0.401,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88374",5,46.850514,-111.987151,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.103466,0.123931,1,"2013-08-20 00:00",0.397,"2013-08-17 00:00",0.279,"2013-07-27 00:00",0.251,"2013-08-23 00:00","","","","",1,0.397,0.24,0.223,0.155,0.063,0.024,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88375",5,46.850514,-111.987151,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.306307,0.294619,2.25,"2013-08-20 00:00",1.05,"2013-07-27 00:00",1.03,"2013-08-17 00:00",0.834,"2013-09-04 00:00","","","","",2.25,1.05,0.715,0.611,0.392,0.205,0.103,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88376",5,46.850514,-111.987151,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.451159,0.383667,2.49,"2013-08-20 00:00",1.61,"2013-07-27 00:00",1.45,"2013-08-17 00:00",1.24,"2013-09-04 00:00","","","","",2.49,1.61,1.06,0.889,0.634,0.331,0.142,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88377",5,46.850514,-111.987151,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.176443,0.116916,0.581,"2013-07-27 00:00",0.573,"2013-08-20 00:00",0.51,"2013-09-04 00:00",0.441,"2013-08-11 00:00","","","","",0.581,0.573,0.418,0.31,0.252,0.141,0.063,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88378",5,46.850514,-111.987151,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.248409,0.291582,1.91,"2013-08-20 00:00",1.18,"2013-07-27 00:00",1.12,"2013-08-17 00:00",0.925,"2013-09-04 00:00","","","","",1.91,1.18,0.893,0.554,0.303,0.162,0.04,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88380",5,46.850514,-111.987151,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.095318,0.128126,1.05,"2013-08-20 00:00",0.432,"2013-07-27 00:00",0.365,"2013-01-04 00:00",0.297,"2013-08-17 00:00","","","","",1.05,0.432,0.281,0.197,0.108,0.062,0.025,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88383",5,46.850514,-111.987151,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.298363,0.394429,2.82,"2013-08-20 00:00",1.55,"2013-07-27 00:00",1.33,"2013-08-17 00:00",1.1,"2013-08-23 00:00","","","","",2.82,1.55,1.1,0.676,0.355,0.183,0.0501,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88384",5,46.850514,-111.987151,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",2,0.045299,0.026742,0.138,"2013-08-20 00:00",0.126,"2013-06-30 00:00",0.0925,"2013-05-07 00:00",0.0919,"2013-06-06 00:00","","","","",0.138,0.126,0.0907,0.0779,0.06,0.0471,0.0123,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88385",5,46.850514,-111.987151,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",85,0.00107,0.000379,0.00337,"2013-08-08 00:00",0.00317,"2013-08-17 00:00",0.00261,"2013-08-20 00:00",0.001,"2013-01-01 00:00","","","","",0.00337,0.00317,0.001,0.001,0.001,0.001,0.001,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88388",5,46.850514,-111.987151,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.291773,0.329356,2.2,"2013-08-20 00:00",1.36,"2013-07-27 00:00",1.22,"2013-08-17 00:00",1.01,"2013-08-23 00:00","","","","",2.2,1.36,1.01,0.645,0.352,0.193,0.052,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88403",5,46.850514,-111.987151,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,87,122,0,1,"","","Certification not required",0,0.42349,0.268099,1.29,"2013-04-16 00:00",1.29,"2013-04-22 00:00",1.16,"2013-10-07 00:00",1.12,"2013-01-10 00:00","","","","",1.29,1.29,1.04,0.778,0.52,0.373,0.14,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0004","88502",5,46.850514,-111.987151,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,86,122,0,2,"","","Certification not required",0,3.932184,2.863625,18,"2013-08-20 00:00",12.4,"2013-08-17 00:00",11.8,"2013-07-27 00:00",9.4,"2013-09-04 00:00","","","","",18,12.4,9.3,7,5.2,3.4,1.2,"NCORE - Sieben Flats","NCORE - Sieben Flats","Montana","Lewis and Clark","","Helena, MT","2014-02-13" +"30","049","0026","68105",2,46.658705,-112.013201,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",41,67,41,61,0,1,"","","Certification not required",0,9.892683,10.840996,26.8,"2013-07-03 00:00",23.7,"2013-07-21 00:00",23.7,"2013-07-27 00:00",22.7,"2013-08-20 00:00","","","","",26.8,26.8,23.7,22.5,19.5,11.9,-4.8,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2013-12-31" +"30","049","0026","68108",2,46.658705,-112.013201,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",41,67,41,61,0,1,"","","Certification not required",0,666.512195,3.695416,674,"2013-04-22 00:00",673,"2013-01-16 00:00",673,"2013-02-15 00:00",672,"2013-05-10 00:00","","","","",674,674,673,671,669,666,662,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2013-12-31" +"30","049","0026","88101",2,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",41,69,42,61,0,3,0,0,"Certification not required",0,6.319512,6.219494,35.3,"2013-01-04 00:00",23.9,"2013-08-20 00:00",19.1,"2013-01-22 00:00",9,"2013-07-03 00:00","","","","",35.3,35.3,19.1,8.5,6.2,4.9,2.1,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0026","88101",2,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",42,69,42,61,1,3,0,0,"Certification not required",0,6.5,6.253545,35.3,"2013-01-04 00:00",23.9,"2013-08-20 00:00",19.1,"2013-01-22 00:00",13.9,"2013-07-27 00:00","","","","",35.3,35.3,19.1,9,6.6,4.9,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0026","88101",2,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",42,69,42,61,1,3,0,0,"Certification not required",0,6.5,6.253545,35.3,"2013-01-04 00:00",23.9,"2013-08-20 00:00",19.1,"2013-01-22 00:00",13.9,"2013-07-27 00:00","","","","",35.3,35.3,19.1,9,6.6,4.9,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0026","88101",2,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",42,69,42,61,1,3,"","","Certification not required",0,6.5,6.253545,35.3,"2013-01-04 00:00",23.9,"2013-08-20 00:00",19.1,"2013-01-22 00:00",13.9,"2013-07-27 00:00","","","","",35.3,35.3,19.1,9,6.6,4.9,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0026","88101",2,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",42,69,42,61,1,3,"","","Certification not required",0,6.5,6.253545,35.3,"2013-01-04 00:00",23.9,"2013-08-20 00:00",19.1,"2013-01-22 00:00",13.9,"2013-07-27 00:00","","","","",35.3,35.3,19.1,9,6.6,4.9,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0026","88101",2,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",41,69,42,61,0,3,"","","Certification not required",0,6.319512,6.219494,35.3,"2013-01-04 00:00",23.9,"2013-08-20 00:00",19.1,"2013-01-22 00:00",9,"2013-07-03 00:00","","","","",35.3,35.3,19.1,8.5,6.2,4.9,2.1,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-02" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7798,89,333,365,310,218,"","","Certification not required",0,7.45881,7.21727,131.3,"2013-10-15 13:00",83.8,"2013-05-16 13:00",65,"2013-01-03 08:00",58.6,"2013-07-04 22:00","","","","",34.3,29,21.9,15.6,9.7,5.8,1,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7798,89,333,365,310,218,"","","Certification not required",0,7.45881,7.21727,131.3,"2013-10-15 13:00",83.8,"2013-05-16 13:00",65,"2013-01-03 08:00",58.6,"2013-07-04 22:00","","","","",34.3,29,21.9,15.6,9.7,5.8,1,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7488,89,333,365,0,218,"","","Certification not required",0,7.136565,6.987805,131.3,"2013-10-15 13:00",83.8,"2013-05-16 13:00",65,"2013-01-03 08:00",58.6,"2013-07-04 22:00","","","","",33.3,28.3,20.3,14.4,9,5.4,0.1,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",313,89,326,365,0,0,0,0,"Certification not required",0,7.076677,5.090992,33.3,"2013-01-04 00:00",32.9,"2013-01-03 00:00",28.1,"2013-01-23 00:00",27.9,"2013-01-06 00:00","","","","",27.9,24.1,18.7,11.5,8.1,5.9,2.4,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",326,89,326,365,0,0,0,0,"Certification not required",0,7.4,5.291648,33.3,"2013-01-04 00:00",32.9,"2013-01-03 00:00",28.1,"2013-01-23 00:00",27.9,"2013-01-06 00:00","","","","",27.9,24.3,19.6,13.9,8.8,6.2,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",326,89,326,365,0,0,0,0,"Certification not required",0,7.4,5.291648,33.3,"2013-01-04 00:00",32.9,"2013-01-03 00:00",28.1,"2013-01-23 00:00",27.9,"2013-01-06 00:00","","","","",27.9,24.3,19.6,13.9,8.8,6.2,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",326,89,326,365,0,0,"","","Certification not required",0,7.4,5.291648,33.3,"2013-01-04 00:00",32.9,"2013-01-03 00:00",28.1,"2013-01-23 00:00",27.9,"2013-01-06 00:00","","","","",27.9,24.3,19.6,13.9,8.8,6.2,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",326,89,326,365,0,0,"","","Certification not required",0,7.4,5.291648,33.3,"2013-01-04 00:00",32.9,"2013-01-03 00:00",28.1,"2013-01-23 00:00",27.9,"2013-01-06 00:00","","","","",27.9,24.3,19.6,13.9,8.8,6.2,2.6,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","0026","88101",3,46.658705,-112.013201,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",313,89,326,365,0,0,"","","Certification not required",0,7.076677,5.090992,33.3,"2013-01-04 00:00",32.9,"2013-01-03 00:00",28.1,"2013-01-23 00:00",27.9,"2013-01-06 00:00","","","","",27.9,24.1,18.7,11.5,8.1,5.9,2.4,"ROSSITER PUMP HOUSE","1497 SIERRA ROAD EAST","Montana","Lewis and Clark","","Helena, MT","2014-01-06" +"30","049","9000","85101",1,46.826103,-111.711573,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,2.815094,3.740137,20.7541,"2013-05-07 00:00",17.0404,"2013-05-10 00:00",7.575,"2013-05-13 00:00",5.9949,"2013-04-25 00:00","","","","",20.7541,20.7541,7.575,5.0818,2.8533,1.7478,0.4206,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","86502",1,46.826103,-111.711573,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.040816,2.597749,14,"2013-05-07 00:00",11,"2013-05-10 00:00",4,"2013-02-09 00:00",4,"2013-05-13 00:00","","","","",14,14,4,3,1,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88103",1,46.826103,-111.711573,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-04-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88104",1,46.826103,-111.711573,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.031211,0.049926,0.2578,"2013-05-07 00:00",0.2174,"2013-05-10 00:00",0.1166,"2013-03-14 00:00",0.079,"2013-04-28 00:00","","","","",0.2578,0.2578,0.1166,0.0768,0.037,0.016,0.0013,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88109",1,46.826103,-111.711573,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.000543,0.000391,0.0017,"2013-05-10 00:00",0.0014,"2013-04-04 00:00",0.0013,"2013-03-14 00:00",0.0012,"2013-05-07 00:00","","","","",0.0017,0.0017,0.0013,0.0011,0.0008,0.0005,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88111",1,46.826103,-111.711573,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.018454,0.027906,0.1353,"2013-05-07 00:00",0.1242,"2013-05-10 00:00",0.0686,"2013-03-14 00:00",0.0582,"2013-04-01 00:00","","","","",0.1353,0.1353,0.0686,0.0466,0.0181,0.0097,0.0011,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88112",1,46.826103,-111.711573,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88114",1,46.826103,-111.711573,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.000143,6.9e-05,0.0004,"2013-05-10 00:00",0.0003,"2013-01-04 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-04-10 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.0001,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88115",1,46.826103,-111.711573,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",37,0.000338,0.000452,0.0022,"2013-03-14 00:00",0.0017,"2013-03-26 00:00",0.0014,"2013-02-06 00:00",0.0013,"2013-05-07 00:00","","","","",0.0022,0.0022,0.0014,0.001,0.00015,0.00015,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88126",1,46.826103,-111.711573,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.018685,0.028199,0.1412,"2013-05-07 00:00",0.1261,"2013-05-10 00:00",0.0613,"2013-03-14 00:00",0.0493,"2013-04-01 00:00","","","","",0.1412,0.1412,0.0613,0.0468,0.022,0.0091,0.0013,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88128",1,46.826103,-111.711573,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000327,0.000516,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88132",1,46.826103,-111.711573,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000469,0.000819,0.004,"2013-05-07 00:00",0.003,"2013-05-10 00:00",0.002,"2013-04-01 00:00",0.001,"2013-03-14 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88136",1,46.826103,-111.711573,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88140",1,46.826103,-111.711573,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",25,0.007602,0.012385,0.067,"2013-05-10 00:00",0.042,"2013-03-14 00:00",0.0252,"2013-05-22 00:00",0.0251,"2013-05-07 00:00","","","","",0.067,0.067,0.0252,0.025,0.0075,0.0021,0.00105,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88152",1,46.826103,-111.711573,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.000234,0.000275,0.0013,"2013-04-16 00:00",0.0013,"2013-05-01 00:00",0.0011,"2013-04-22 00:00",0.0006,"2013-04-01 00:00","","","","",0.0013,0.0013,0.0011,0.0005,0.00015,0.00015,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88154",1,46.826103,-111.711573,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.000118,5.7e-05,0.0004,"2013-05-01 00:00",0.0003,"2013-01-25 00:00",0.0002,"2013-04-28 00:00",0.0002,"2013-05-04 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88161",1,46.826103,-111.711573,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",13,0.001722,0.002619,0.0135,"2013-05-07 00:00",0.0109,"2013-05-10 00:00",0.0062,"2013-03-14 00:00",0.0046,"2013-04-01 00:00","","","","",0.0135,0.0135,0.0062,0.0045,0.002,0.0008,0.00015,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88164",1,46.826103,-111.711573,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",25,0.000103,0.000116,0.0008,"2013-05-07 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-03-02 00:00",0.0002,"2013-03-29 00:00","","","","",0.0008,0.0008,0.0002,0.0002,0.0001,5e-05,5e-05,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88165",1,46.826103,-111.711573,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.071734,0.122628,0.6475,"2013-05-07 00:00",0.5491,"2013-05-10 00:00",0.2255,"2013-03-14 00:00",0.1755,"2013-04-01 00:00","","","","",0.6475,0.6475,0.2255,0.1676,0.0774,0.034,0.00275,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88167",1,46.826103,-111.711573,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",16,0.000701,0.001015,0.0067,"2013-05-13 00:00",0.002,"2013-05-07 00:00",0.002,"2013-05-10 00:00",0.0019,"2013-04-01 00:00","","","","",0.0067,0.0067,0.002,0.0015,0.0008,0.0005,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88168",1,46.826103,-111.711573,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",34,0.000196,0.000188,0.0009,"2013-05-07 00:00",0.0007,"2013-03-14 00:00",0.0007,"2013-05-10 00:00",0.0006,"2013-04-01 00:00","","","","",0.0009,0.0009,0.0007,0.0006,0.0002,0.0001,0.0001,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88169",1,46.826103,-111.711573,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.102714,0.086427,0.3442,"2013-04-22 00:00",0.3225,"2013-04-16 00:00",0.3168,"2013-05-10 00:00",0.2715,"2013-04-01 00:00","","","","",0.3442,0.3442,0.3168,0.2444,0.1351,0.0859,0.0187,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88176",1,46.826103,-111.711573,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.000185,9.7e-05,0.0005,"2013-01-19 00:00",0.0005,"2013-05-07 00:00",0.0005,"2013-05-25 00:00",0.0004,"2013-04-28 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.00015,0.00015,0.00015,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88180",1,46.826103,-111.711573,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.012659,0.015406,0.0789,"2013-05-07 00:00",0.0658,"2013-05-10 00:00",0.0393,"2013-03-14 00:00",0.0317,"2013-04-01 00:00","","","","",0.0789,0.0789,0.0393,0.0264,0.0175,0.0071,0.0018,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88184",1,46.826103,-111.711573,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",23,0.006261,0.006975,0.0325,"2013-03-14 00:00",0.0311,"2013-02-27 00:00",0.0229,"2013-05-07 00:00",0.0134,"2013-03-26 00:00","","","","",0.0325,0.0325,0.0229,0.0131,0.0075,0.0041,0.00155,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88185",1,46.826103,-111.711573,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.000649,0.000274,0.0021,"2013-01-10 00:00",0.0016,"2013-01-28 00:00",0.00065,"2013-01-04 00:00",0.00065,"2013-01-07 00:00","","","","",0.0021,0.0021,0.00065,0.00065,0.00065,0.00065,0.0004,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88203",1,46.826103,-111.711573,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.004402,0.002443,0.0094,"2013-05-01 00:00",0.00915,"2013-02-21 00:00",0.0091,"2013-02-24 00:00",0.00885,"2013-02-27 00:00","","","","",0.0094,0.0094,0.0091,0.0088,0.00375,0.00305,0.0028,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88203",2,46.826103,-111.711573,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,2,"","","Certification not required",37,0.006016,0.005492,0.0273,"2013-01-31 00:00",0.0267,"2013-01-10 00:00",0.0119,"2013-04-28 00:00",0.0095,"2013-02-21 00:00","","","","",0.0273,0.0273,0.0119,0.0093,0.00895,0.00315,0.00285,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88306",1,46.826103,-111.711573,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.11184,0.092208,0.4911,"2013-01-10 00:00",0.274,"2013-03-05 00:00",0.2659,"2013-05-01 00:00",0.2434,"2013-05-07 00:00","","","","",0.4911,0.4911,0.2659,0.2386,0.1496,0.1077,0.016,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88306",2,46.826103,-111.711573,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,2,"","","Certification not required",1,0.116769,0.094754,0.4977,"2013-01-10 00:00",0.273,"2013-03-05 00:00",0.2689,"2013-05-01 00:00",0.2417,"2013-05-10 00:00","","","","",0.4977,0.4977,0.2689,0.2372,0.1459,0.112,0.0252,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88320",1,46.826103,-111.711573,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.193265,0.263703,1.36,"2013-05-16 00:00",0.91,"2013-05-07 00:00",0.76,"2013-04-04 00:00",0.76,"2013-05-13 00:00","","","","",1.36,1.36,0.76,0.7,0.17,0.12,0.01,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88321",1,46.826103,-111.711573,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.022857,0.028795,0.17,"2013-05-16 00:00",0.09,"2013-04-04 00:00",0.06,"2013-04-01 00:00",0.05,"2013-04-25 00:00","","","","",0.17,0.17,0.06,0.05,0.03,0.01,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88324",1,46.826103,-111.711573,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.020741,0.008671,0.052,"2013-05-04 00:00",0.0411,"2013-04-04 00:00",0.03165,"2013-01-10 00:00",0.0315,"2013-01-28 00:00","","","","",0.052,0.052,0.03165,0.031,0.02455,0.01695,0.0106,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88325",1,46.826103,-111.711573,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.042756,0.049111,0.2584,"2013-05-16 00:00",0.1986,"2013-05-13 00:00",0.1797,"2013-05-07 00:00",0.1398,"2013-04-04 00:00","","","","",0.2584,0.2584,0.1797,0.1003,0.03465,0.03345,0.0167,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88326",1,46.826103,-111.711573,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",41,0.067905,0.094429,0.5575,"2013-05-16 00:00",0.2741,"2013-05-13 00:00",0.268,"2013-05-07 00:00",0.2353,"2013-04-04 00:00","","","","",0.5575,0.5575,0.268,0.2312,0.04055,0.0382,0.0255,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88327",1,46.826103,-111.711573,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",25,0.043444,0.053006,0.2452,"2013-05-16 00:00",0.1871,"2013-05-31 00:00",0.1799,"2013-05-07 00:00",0.1535,"2013-05-10 00:00","","","","",0.2452,0.2452,0.1799,0.1406,0.0429,0.0172,0.01085,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88328",1,46.826103,-111.711573,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.052234,0.068349,0.287,"2013-05-16 00:00",0.2762,"2013-05-07 00:00",0.2203,"2013-05-10 00:00",0.2077,"2013-04-04 00:00","","","","",0.287,0.287,0.2203,0.1829,0.0517,0.0313,0.002,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88329",1,46.826103,-111.711573,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.056102,0.075143,0.4035,"2013-05-16 00:00",0.239,"2013-05-07 00:00",0.2307,"2013-04-04 00:00",0.1848,"2013-05-13 00:00","","","","",0.4035,0.4035,0.2307,0.1836,0.0548,0.0313,0.00345,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88330",1,46.826103,-111.711573,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",13,0.018953,0.020448,0.0826,"2013-05-07 00:00",0.0752,"2013-05-10 00:00",0.0633,"2013-04-04 00:00",0.063,"2013-04-01 00:00","","","","",0.0826,0.0826,0.0633,0.0523,0.025,0.0111,0.00145,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88331",1,46.826103,-111.711573,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,4.5e-05,6.2e-05,0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-11 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.0001,0,0,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88338",1,46.826103,-111.711573,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",41,0.021886,0.016023,0.1019,"2013-05-28 00:00",0.0628,"2013-05-16 00:00",0.0492,"2013-05-31 00:00",0.0484,"2013-05-22 00:00","","","","",0.1019,0.1019,0.0492,0.0394,0.02375,0.01595,0.01125,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88338",2,46.826103,-111.711573,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,2,"","","Certification not required",40,0.018001,0.006663,0.041,"2013-04-19 00:00",0.0331,"2013-03-05 00:00",0.0322,"2013-04-04 00:00",0.02565,"2013-02-21 00:00","","","","",0.041,0.041,0.0322,0.025,0.024,0.0161,0.0113,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88339",1,46.826103,-111.711573,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.423685,0.356507,1.4197,"2013-04-22 00:00",1.33035,"2013-04-16 00:00",1.30664,"2013-05-10 00:00",1.11986,"2013-04-01 00:00","","","","",1.4197,1.4197,1.30664,1.00827,0.55741,0.35446,0.07706,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88339",2,46.826103,-111.711573,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,2,"","","Certification not required",0,0.437741,0.369927,1.4197,"2013-04-22 00:00",1.33035,"2013-04-16 00:00",1.30664,"2013-05-10 00:00",1.11986,"2013-04-01 00:00","","","","",1.4197,1.4197,1.30664,1.00827,0.61223,0.35446,0.07788,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88344",1,46.826103,-111.711573,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.144643,0.118518,0.6335,"2013-01-10 00:00",0.3535,"2013-03-05 00:00",0.343,"2013-05-01 00:00",0.314,"2013-05-07 00:00","","","","",0.6335,0.6335,0.343,0.3078,0.193,0.1389,0.0221,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88344",2,46.826103,-111.711573,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,2,"","","Certification not required",0,0.150823,0.122027,0.642,"2013-01-10 00:00",0.3524,"2013-03-05 00:00",0.3469,"2013-05-01 00:00",0.3118,"2013-05-10 00:00","","","","",0.642,0.642,0.3469,0.306,0.1882,0.1445,0.0325,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88348",1,46.826103,-111.711573,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.325678,0.532896,2.7676,"2013-05-07 00:00",2.3743,"2013-05-10 00:00",1.0898,"2013-03-14 00:00",0.8289,"2013-04-01 00:00","","","","",2.7676,2.7676,1.0898,0.7887,0.3675,0.1584,0.0167,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88350",1,46.826103,-111.711573,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.34811,0.475663,2.4518,"2013-05-16 00:00",1.6466,"2013-05-07 00:00",1.3761,"2013-04-04 00:00",1.3669,"2013-05-13 00:00","","","","",2.4518,2.4518,1.3761,1.2578,0.3071,0.2214,0.0151,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88403",1,46.826103,-111.711573,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.300455,0.255785,0.9863,"2013-04-22 00:00",0.9776,"2013-04-16 00:00",0.8971,"2013-05-10 00:00",0.8032,"2013-05-07 00:00","","","","",0.9863,0.9863,0.8971,0.773,0.3784,0.259,0.0572,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88403",2,46.826103,-111.711573,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,22,61,0,2,"","","Certification not required",0,0.317758,0.269965,0.9932,"2013-04-22 00:00",0.9913,"2013-04-16 00:00",0.9381,"2013-05-10 00:00",0.801,"2013-05-07 00:00","","","","",0.9932,0.9932,0.9381,0.7879,0.4566,0.266,0.06,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","049","9000","88502",1,46.826103,-111.711573,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.259184,1.307019,6.2,"2013-05-07 00:00",5.7,"2013-05-10 00:00",3.7,"2013-05-16 00:00",3.1,"2013-05-13 00:00","","","","",6.2,6.2,3.7,2.8,1.7,0.9,0.2,"","Gates of the Mountains","Montana","Lewis and Clark","","Helena, MT","2014-01-28" +"30","053","0018","81102",1,48.384167,-115.548056,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7906,90,332,365,96,110,"","","Certification not required",750,18.096509,18.841606,275,"2013-04-27 13:00",245,"2013-02-15 17:00",209,"2013-02-18 18:00",208,"2013-02-07 17:00","","","","",93,71,50,38,24,12,4,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","81102",1,48.384167,-115.548056,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7810,90,332,365,0,110,"","","Certification not required",750,18.166965,18.939046,275,"2013-04-27 13:00",245,"2013-02-15 17:00",209,"2013-02-18 18:00",208,"2013-02-07 17:00","","","","",93,71,50,38,24,12,2,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","81102",1,48.384167,-115.548056,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7906,90,332,365,96,110,"","","Certification not required",750,18.096509,18.841606,275,"2013-04-27 13:00",245,"2013-02-15 17:00",209,"2013-02-18 18:00",208,"2013-02-07 17:00","","","","",93,71,50,38,24,12,4,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","81102",1,48.384167,-115.548056,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",328,91,332,365,0,0,0,0,"Certification not required",0,17.670732,13.299472,76,"2013-02-15 00:00",71,"2013-02-14 00:00",68,"2013-02-12 00:00",66,"2013-03-05 00:00","","","","",66,57,42,33,25,14,4,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","81102",1,48.384167,-115.548056,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",332,91,332,365,0,0,0,0,"Certification not required",0,17.599398,13.23546,76,"2013-02-15 00:00",71,"2013-02-14 00:00",68,"2013-02-12 00:00",66,"2013-03-05 00:00","","","","",66,57,42,33,25,14,4,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","81102",1,48.384167,-115.548056,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",332,91,332,365,0,0,0,0,"Certification not required",0,17.599398,13.23546,76,"2013-02-15 00:00",71,"2013-02-14 00:00",68,"2013-02-12 00:00",66,"2013-03-05 00:00","","","","",66,57,42,33,25,14,4,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7804,89,331,365,96,212,"","","Certification not required",0,10.120848,9.707584,120.9,"2013-11-11 19:00",92.1,"2013-02-22 10:00",71.6,"2013-01-19 01:00",69.6,"2013-01-19 20:00","","","","",44.2,37.9,30,23.6,13.1,7.1,1.6,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7804,89,331,365,96,212,"","","Certification not required",0,10.120848,9.707584,120.9,"2013-11-11 19:00",92.1,"2013-02-22 10:00",71.6,"2013-01-19 01:00",69.6,"2013-01-19 20:00","","","","",44.2,37.9,30,23.6,13.1,7.1,1.6,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7708,89,331,365,0,212,"","","Certification not required",0,10.07958,9.749512,120.9,"2013-11-11 19:00",92.1,"2013-02-22 10:00",71.6,"2013-01-19 01:00",69.6,"2013-01-19 20:00","","","","",44.2,37.9,30,23.6,12.9,6.9,1.3,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",329,90,329,365,0,0,0,0,"Certification not required",0,10.080547,7.099763,30.6,"2013-01-19 00:00",30.5,"2013-11-11 00:00",30.4,"2013-11-25 00:00",29.6,"2013-11-30 00:00","","","","",29.6,28.8,24.6,20.4,15.1,8,2.9,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",329,90,329,365,0,0,0,0,"Certification not required",0,10.080547,7.099763,30.6,"2013-01-19 00:00",30.5,"2013-11-11 00:00",30.4,"2013-11-25 00:00",29.6,"2013-11-30 00:00","","","","",29.6,28.8,24.6,20.4,15.1,8,2.9,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",325,90,329,365,0,0,0,0,"Certification not required",0,10.039692,7.133389,30.6,"2013-01-19 00:00",30.5,"2013-11-11 00:00",30.4,"2013-11-25 00:00",29.6,"2013-11-30 00:00","","","","",29.6,28.8,24.6,20.4,15.1,7.7,2.7,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",329,90,329,365,0,0,"","","Certification not required",0,10.080547,7.099763,30.6,"2013-01-19 00:00",30.5,"2013-11-11 00:00",30.4,"2013-11-25 00:00",29.6,"2013-11-30 00:00","","","","",29.6,28.8,24.6,20.4,15.1,8,2.9,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",329,90,329,365,0,0,"","","Certification not required",0,10.080547,7.099763,30.6,"2013-01-19 00:00",30.5,"2013-11-11 00:00",30.4,"2013-11-25 00:00",29.6,"2013-11-30 00:00","","","","",29.6,28.8,24.6,20.4,15.1,8,2.9,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","053","0018","88101",3,48.384167,-115.548056,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",325,90,329,365,0,0,"","","Certification not required",0,10.039692,7.133389,30.6,"2013-01-19 00:00",30.5,"2013-11-11 00:00",30.4,"2013-11-25 00:00",29.6,"2013-11-30 00:00","","","","",29.6,28.8,24.6,20.4,15.1,7.7,2.7,"Libby Courthouse Annex","COUNTY COURTHOUSE ANNEX - LIBBY","Montana","Lincoln","Libby","","2014-01-06" +"30","063","0024","44201",1,46.842222,-114.019722,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7619,88,107,122,0,397,0,0,"Certification not required",973,0.046607,0.009342,0.105,"2013-04-07 09:00",0.085,"2013-11-27 14:00",0.065,"2013-08-22 14:00",0.063,"2013-07-10 12:00","","","","",0.085,0.065,0.061,0.059,0.055,0.051,0.047,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","44201",1,46.842222,-114.019722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7639,88,107,122,0,0,0,0,"Certification not required",0,0.042019,0.009154,0.06,"2013-06-10 11:00",0.058,"2013-07-10 11:00",0.057,"2013-06-09 12:00",0.057,"2013-07-21 11:00","","","","",0.058,0.057,0.055,0.053,0.051,0.048,0.044,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","44201",1,46.842222,-114.019722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7639,88,107,122,0,0,0,0,"Certification not required",0,0.042019,0.009154,0.06,"2013-06-10 11:00",0.058,"2013-07-10 11:00",0.057,"2013-06-09 12:00",0.057,"2013-07-21 11:00","","","","",0.058,0.057,0.055,0.053,0.051,0.048,0.044,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","81102",6,46.842222,-114.019722,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7368,90,331,365,0,103,"","","Certification not required",1075,14.830076,13.926689,523,"2013-08-09 18:00",133,"2013-02-27 09:00",116,"2013-04-13 13:00",110,"2013-10-21 23:00","","","","",57,48,38,30,19,10,2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","81102",6,46.842222,-114.019722,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7913,90,331,365,545,103,"","","Certification not required",1075,16.077088,15.275375,523,"2013-08-09 18:00",181,"2013-08-20 10:00",174,"2013-08-20 09:00",168,"2013-08-22 05:00","","","","",63,53,42,33,22,12,2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","81102",6,46.842222,-114.019722,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7913,90,331,365,545,103,"","","Certification not required",1075,16.077088,15.275375,523,"2013-08-09 18:00",181,"2013-08-20 10:00",174,"2013-08-20 09:00",168,"2013-08-22 05:00","","","","",63,53,42,33,22,12,2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","81102",6,46.842222,-114.019722,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",331,91,331,365,0,0,0,0,"Certification not required",0,15.60423,10.513938,59,"2013-08-23 00:00",58,"2013-08-22 00:00",50,"2013-11-26 00:00",49,"2013-03-14 00:00","","","","",49,47,37,29,21,14,5,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","81102",6,46.842222,-114.019722,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",331,91,331,365,0,0,0,0,"Certification not required",0,15.60423,10.513938,59,"2013-08-23 00:00",58,"2013-08-22 00:00",50,"2013-11-26 00:00",49,"2013-03-14 00:00","","","","",49,47,37,29,21,14,5,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","81102",6,46.842222,-114.019722,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",308,91,331,365,0,0,0,0,"Certification not required",0,14.350649,9.39612,50,"2013-11-26 00:00",49,"2013-03-14 00:00",49,"2013-11-27 00:00",47,"2013-11-25 00:00","","","","",47,40,32,25,19,12,3,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7818,89,330,365,545,198,"","","Certification not required",0,7.952916,8.562997,144.1,"2013-08-22 05:00",130.8,"2013-08-20 10:00",127.1,"2013-08-20 09:00",106.7,"2013-08-23 01:00","","","","",39.5,32.3,24.2,17.8,9.8,5.9,1.2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7818,89,330,365,545,198,"","","Certification not required",0,7.952916,8.562997,144.1,"2013-08-22 05:00",130.8,"2013-08-20 10:00",127.1,"2013-08-20 09:00",106.7,"2013-08-23 01:00","","","","",39.5,32.3,24.2,17.8,9.8,5.9,1.2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7273,89,330,365,0,198,"","","Certification not required",0,7.158078,7.125519,73.8,"2013-01-12 18:00",54,"2013-07-04 22:00",53.7,"2013-01-22 18:00",53,"2013-01-18 19:00","","","","",35,29.4,21,15,8.6,5,-0.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",326,89,326,365,0,0,4,4,"Certification not required",0,7.895399,6.770039,40.3,"2013-01-18 00:00",38.3,"2013-08-23 00:00",36.9,"2013-08-22 00:00",36.7,"2013-01-22 00:00","","","","",36.7,31.8,21.3,16.7,9.1,5.9,2.2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",303,89,326,365,0,0,2,2,"Certification not required",0,7.090429,5.991888,40.3,"2013-01-18 00:00",36.7,"2013-01-22 00:00",35,"2013-01-17 00:00",32.9,"2013-01-23 00:00","","","","",32.9,27.3,18.4,12.3,8.1,5.4,1.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",326,89,326,365,0,0,4,4,"Certification not required",0,7.895399,6.770039,40.3,"2013-01-18 00:00",38.3,"2013-08-23 00:00",36.9,"2013-08-22 00:00",36.7,"2013-01-22 00:00","","","","",36.7,31.8,21.3,16.7,9.1,5.9,2.2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",326,89,326,365,0,0,"","","Certification not required",0,7.895399,6.770039,40.3,"2013-01-18 00:00",38.3,"2013-08-23 00:00",36.9,"2013-08-22 00:00",36.7,"2013-01-22 00:00","","","","",36.7,31.8,21.3,16.7,9.1,5.9,2.2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",303,89,326,365,0,0,"","","Certification not required",0,7.090429,5.991888,40.3,"2013-01-18 00:00",36.7,"2013-01-22 00:00",35,"2013-01-17 00:00",32.9,"2013-01-23 00:00","","","","",32.9,27.3,18.4,12.3,8.1,5.4,1.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",3,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",326,89,326,365,0,0,"","","Certification not required",0,7.895399,6.770039,40.3,"2013-01-18 00:00",38.3,"2013-08-23 00:00",36.9,"2013-08-22 00:00",36.7,"2013-01-22 00:00","","","","",36.7,31.8,21.3,16.7,9.1,5.9,2.2,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6917,85,317,365,0,600,"","","Certification not required",0,7.544195,7.202821,63.4,"2013-04-01 13:00",54.3,"2013-01-05 23:00",52.4,"2013-01-17 12:00",52.2,"2013-01-18 18:00","","","","",32.7,29,22,16.3,9.3,5.3,-0.5,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7416,85,317,365,499,600,"","","Certification not required",0,8.501645,9.097842,156,"2013-08-20 10:00",143,"2013-08-22 05:00",136,"2013-08-20 09:00",127,"2013-08-22 06:00","","","","",39,32.5,25.5,19,10.7,6.1,1.1,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7416,85,317,365,499,600,"","","Certification not required",0,8.501645,9.097842,156,"2013-08-20 10:00",143,"2013-08-22 05:00",136,"2013-08-20 09:00",127,"2013-08-22 06:00","","","","",39,32.5,25.5,19,10.7,6.1,1.1,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",289,85,310,365,0,0,1,1,"Certification not required",0,7.50519,5.940411,36,"2013-01-18 00:00",34.5,"2013-01-17 00:00",31.7,"2013-01-22 00:00",30.8,"2013-01-06 00:00","","","","",30.8,26.9,18.6,13.5,9,5.6,1.6,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",310,85,310,365,0,0,3,3,"Certification not required",0,8.47,7.145132,44.2,"2013-08-23 00:00",41.3,"2013-08-22 00:00",36,"2013-01-18 00:00",34.5,"2013-01-17 00:00","","","","",34.5,30.6,22.3,18.1,10.2,6.4,2.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",310,85,310,365,0,0,3,3,"Certification not required",0,8.47,7.145132,44.2,"2013-08-23 00:00",41.3,"2013-08-22 00:00",36,"2013-01-18 00:00",34.5,"2013-01-17 00:00","","","","",34.5,30.6,22.3,18.1,10.2,6.4,2.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",289,85,310,365,0,0,"","","Certification not required",0,7.50519,5.940411,36,"2013-01-18 00:00",34.5,"2013-01-17 00:00",31.7,"2013-01-22 00:00",30.8,"2013-01-06 00:00","","","","",30.8,26.9,18.6,13.5,9,5.6,1.6,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",310,85,310,365,0,0,"","","Certification not required",0,8.47,7.145132,44.2,"2013-08-23 00:00",41.3,"2013-08-22 00:00",36,"2013-01-18 00:00",34.5,"2013-01-17 00:00","","","","",34.5,30.6,22.3,18.1,10.2,6.4,2.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0024","88101",4,46.842222,-114.019722,"NAD27","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",310,85,310,365,0,0,"","","Certification not required",0,8.47,7.145132,44.2,"2013-08-23 00:00",41.3,"2013-08-22 00:00",36,"2013-01-18 00:00",34.5,"2013-01-17 00:00","","","","",34.5,30.6,22.3,18.1,10.2,6.4,2.4,"MSLA Boyd Park","BOYD PARK, 3100 WASHBURN","Montana","Missoula","Missoula","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7194,90,331,365,0,129,"","","Certification not required",0,8.585822,6.663397,79.6,"2013-06-02 07:00",63.8,"2013-05-08 07:00",56.4,"2013-01-22 01:00",48.9,"2013-07-28 20:00","","","","",34.2,28.1,20.8,16.1,10.2,6.5,-0.3,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7887,90,331,365,693,129,"","","Certification not required",0,9.400418,7.273339,79.6,"2013-06-02 07:00",63.8,"2013-05-08 07:00",58.6,"2013-08-23 09:00",56.4,"2013-01-22 01:00","","","","",35.7,31.3,24.1,18.7,11.9,7.7,2.6,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7887,90,331,365,693,129,"","","Certification not required",0,9.400418,7.273339,79.6,"2013-06-02 07:00",63.8,"2013-05-08 07:00",58.6,"2013-08-23 09:00",56.4,"2013-01-22 01:00","","","","",35.7,31.3,24.1,18.7,11.9,7.7,2.6,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",329,90,329,365,0,0,0,0,"Certification not required",0,9.375684,5.884152,33.7,"2013-01-23 00:00",33.4,"2013-01-22 00:00",30.5,"2013-01-21 00:00",30,"2013-01-06 00:00","","","","",30,29,20.9,17.5,11.7,8,3.6,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",300,90,329,365,0,0,0,0,"Certification not required",0,8.560333,5.330909,33.7,"2013-01-23 00:00",33.4,"2013-01-22 00:00",30.5,"2013-01-21 00:00",30,"2013-01-06 00:00","","","","",30,26.8,18.6,14.2,10,6.9,2,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",329,90,329,365,0,0,0,0,"Certification not required",0,9.375684,5.884152,33.7,"2013-01-23 00:00",33.4,"2013-01-22 00:00",30.5,"2013-01-21 00:00",30,"2013-01-06 00:00","","","","",30,29,20.9,17.5,11.7,8,3.6,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",329,90,329,365,0,0,"","","Certification not required",0,9.375684,5.884152,33.7,"2013-01-23 00:00",33.4,"2013-01-22 00:00",30.5,"2013-01-21 00:00",30,"2013-01-06 00:00","","","","",30,29,20.9,17.5,11.7,8,3.6,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",329,90,329,365,0,0,"","","Certification not required",0,9.375684,5.884152,33.7,"2013-01-23 00:00",33.4,"2013-01-22 00:00",30.5,"2013-01-21 00:00",30,"2013-01-06 00:00","","","","",30,29,20.9,17.5,11.7,8,3.6,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0037","88101",3,47.0129,-114.22427,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",300,90,329,365,0,0,"","","Certification not required",0,8.560333,5.330909,33.7,"2013-01-23 00:00",33.4,"2013-01-22 00:00",30.5,"2013-01-21 00:00",30,"2013-01-06 00:00","","","","",30,26.8,18.6,14.2,10,6.9,2,"French Town - Beckwith","16134 Beckwith St, Frenchtown, MT","Montana","Missoula","Frenchtown","Missoula, MT","2014-01-06" +"30","063","0038","88502",3,47.17564,-113.47623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7715,88,320,365,426,301,"","","Certification not required",0,15.615645,17.111284,174.2,"2013-01-19 02:00",164.7,"2013-02-03 00:00",157.6,"2013-01-21 23:00",155.8,"2013-01-18 22:00","","","","",87.8,69.7,48.5,35.1,19.4,9.6,3,"Seeley Elementary School","School Lane","Montana","Missoula","Seeley Lake","Missoula, MT","2014-01-06" +"30","063","0038","88502",3,47.17564,-113.47623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7715,88,320,365,426,301,"","","Certification not required",0,15.615645,17.111284,174.2,"2013-01-19 02:00",164.7,"2013-02-03 00:00",157.6,"2013-01-21 23:00",155.8,"2013-01-18 22:00","","","","",87.8,69.7,48.5,35.1,19.4,9.6,3,"Seeley Elementary School","School Lane","Montana","Missoula","Seeley Lake","Missoula, MT","2014-01-06" +"30","063","0038","88502",3,47.17564,-113.47623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7289,88,320,365,0,301,"","","Certification not required",0,15.600041,17.490959,174.2,"2013-01-19 02:00",164.7,"2013-02-03 00:00",157.6,"2013-01-21 23:00",155.8,"2013-01-18 22:00","","","","",87.8,69.7,48.5,34.8,18.3,9,1.7,"Seeley Elementary School","School Lane","Montana","Missoula","Seeley Lake","Missoula, MT","2014-01-06" +"30","063","0038","88502",3,47.17564,-113.47623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",320,88,320,365,0,0,"","","Certification not required",0,15.565625,11.226461,79.2,"2013-01-19 00:00",65.7,"2013-01-21 00:00",62.4,"2013-01-22 00:00",60.1,"2013-01-16 00:00","","","","",60.1,54.4,35.7,28.5,19.7,11.9,5.9,"Seeley Elementary School","School Lane","Montana","Missoula","Seeley Lake","Missoula, MT","2014-01-06" +"30","063","0038","88502",3,47.17564,-113.47623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",302,88,320,365,0,0,"","","Certification not required",0,15.551325,11.523985,79.2,"2013-01-19 00:00",65.7,"2013-01-21 00:00",62.4,"2013-01-22 00:00",60.1,"2013-01-16 00:00","","","","",60.1,54.4,35.7,28.5,19.5,10.8,5.1,"Seeley Elementary School","School Lane","Montana","Missoula","Seeley Lake","Missoula, MT","2014-01-06" +"30","063","0038","88502",3,47.17564,-113.47623,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",320,88,320,365,0,0,"","","Certification not required",0,15.565625,11.226461,79.2,"2013-01-19 00:00",65.7,"2013-01-21 00:00",62.4,"2013-01-22 00:00",60.1,"2013-01-16 00:00","","","","",60.1,54.4,35.7,28.5,19.7,11.9,5.9,"Seeley Elementary School","School Lane","Montana","Missoula","Seeley Lake","Missoula, MT","2014-01-06" +"30","071","0010","42601",1,48.317507,-107.86247,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7820,89,334,365,0,196,"","","Certification not required",0,0.020077,0.206013,8,"2013-09-26 13:00",7,"2013-09-26 14:00",5,"2013-09-26 08:00",4,"2013-01-04 10:00","","","","",1,0,0,0,0,0,0,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","42602",1,48.317507,-107.86247,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7820,89,334,365,0,196,0,"","Certification not required",0,1.868263,1.502954,10,"2013-01-06 00:00",9,"2013-09-26 13:00",8,"2013-08-28 23:00",7,"2013-01-12 20:00","","","","",7,6,5,4,2,2,0,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","42602",1,48.317507,-107.86247,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7820,89,334,365,0,196,"","","Certification not required",0,0.490026,0.851278,10,"2013-01-06 00:00",9,"2013-09-26 13:00",8,"2013-08-28 23:00",7,"2013-01-12 20:00","","","","",4,3,2,1,1,0,0,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","42603",1,48.317507,-107.86247,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7820,89,334,365,0,196,"","","Certification not required",0,0.639642,0.991363,17,"2013-09-26 13:00",14,"2013-09-26 14:00",11,"2013-09-26 08:00",10,"2013-01-06 00:00","","","","",4,3,2,2,1,0,0,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","44201",1,48.317507,-107.86247,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7454,83,101,122,0,562,0,0,"Certification not required",0,0.039812,0.006839,0.059,"2013-08-25 17:00",0.058,"2013-05-14 14:00",0.056,"2013-08-26 21:00",0.055,"2013-03-30 13:00","","","","",0.058,0.056,0.054,0.052,0.049,0.047,0.043,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","44201",1,48.317507,-107.86247,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7452,82,100,122,0,0,0,0,"Certification not required",0,0.03662,0.006641,0.055,"2013-05-14 11:00",0.053,"2013-03-30 10:00",0.053,"2013-08-25 12:00",0.053,"2013-08-26 14:00","","","","",0.055,0.053,0.051,0.05,0.046,0.044,0.041,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","44201",1,48.317507,-107.86247,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7452,82,100,122,0,0,0,0,"Certification not required",0,0.03662,0.006641,0.055,"2013-05-14 11:00",0.053,"2013-03-30 10:00",0.053,"2013-08-25 12:00",0.053,"2013-08-26 14:00","","","","",0.055,0.053,0.051,0.05,0.046,0.044,0.041,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","61101",1,48.317507,-107.86247,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7964,91,331,365,0,52,"","","Certification not required",0,8.536037,4.549112,31.1,"2013-06-03 20:00",28.9,"2013-11-03 18:00",28.7,"2013-11-03 15:00",28,"2013-02-13 22:00","","","","",21.8,20,17.5,15,11.3,7.6,3.5,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","61102",1,48.317507,-107.86247,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7964,91,331,365,0,52,"","","Certification not required",0,183.489076,98.97094,360,"2013-01-20 06:00",360,"2013-03-15 17:00",360,"2013-05-18 14:00",360,"2013-05-20 20:00","","","","",353,347,333,307,268,191,48,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","61106",1,48.317507,-107.86247,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7963,91,331,365,0,53,"","","Certification not required",0,12.820294,11.012301,75,"2013-11-30 21:00",74,"2013-05-02 04:00",73,"2013-01-04 09:00",73,"2013-11-11 21:00","","","","",56,50,39,27,15,9,5,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","62101",1,48.317507,-107.86247,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8007,91,334,365,0,9,"","","Certification not required",0,45.430498,21.728783,99,"2013-08-16 14:00",99,"2013-08-16 15:00",99,"2013-08-28 12:00",99,"2013-08-28 13:00","","","","",89,86,80,73,62,46,18,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","81102",1,48.317507,-107.86247,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7786,89,324,365,72,230,"","","Certification not required",2382,7.637041,6.767069,97,"2013-04-02 17:00",71,"2013-08-16 10:00",66,"2013-07-21 11:00",63,"2013-04-02 18:00","","","","",33,27,21,16,10,6,2,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","81102",1,48.317507,-107.86247,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7714,89,324,365,0,230,"","","Certification not required",2382,7.49637,6.61062,97,"2013-04-02 17:00",71,"2013-08-16 10:00",66,"2013-07-21 11:00",63,"2013-04-02 18:00","","","","",32,26,20,15,10,6,2,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","81102",1,48.317507,-107.86247,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7786,89,324,365,72,230,"","","Certification not required",2382,7.637041,6.767069,97,"2013-04-02 17:00",71,"2013-08-16 10:00",66,"2013-07-21 11:00",63,"2013-04-02 18:00","","","","",33,27,21,16,10,6,2,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","81102",1,48.317507,-107.86247,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",321,89,324,365,0,0,0,0,"Certification not required",0,7.034268,4.521001,24,"2013-08-22 00:00",24,"2013-08-24 00:00",24,"2013-09-04 00:00",24,"2013-09-05 00:00","","","","",24,20,17,13,9,6,3,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","81102",1,48.317507,-107.86247,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",324,89,324,365,0,0,0,0,"Certification not required",0,7.17284,4.737153,26,"2013-08-23 00:00",24,"2013-08-22 00:00",24,"2013-08-24 00:00",24,"2013-09-04 00:00","","","","",24,23,17,13,9,6,3,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","81102",1,48.317507,-107.86247,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",324,89,324,365,0,0,0,0,"Certification not required",0,7.17284,4.737153,26,"2013-08-23 00:00",24,"2013-08-22 00:00",24,"2013-08-24 00:00",24,"2013-09-04 00:00","","","","",24,23,17,13,9,6,3,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7851,90,334,365,72,165,"","","Certification not required",0,3.682868,3.549629,33.3,"2013-09-26 14:00",24.6,"2013-05-30 08:00",23.5,"2013-09-26 09:00",23.5,"2013-09-26 15:00","","","","",14.8,12.8,10.1,8.1,5.5,3.3,-0.2,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7851,90,334,365,72,165,"","","Certification not required",0,3.682868,3.549629,33.3,"2013-09-26 14:00",24.6,"2013-05-30 08:00",23.5,"2013-09-26 09:00",23.5,"2013-09-26 15:00","","","","",14.8,12.8,10.1,8.1,5.5,3.3,-0.2,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7779,90,334,365,0,165,"","","Certification not required",0,3.592146,3.419827,33.3,"2013-09-26 14:00",24.6,"2013-05-30 08:00",23.5,"2013-09-26 09:00",23.5,"2013-09-26 15:00","","","","",14,11.9,9.6,7.8,5.4,3.2,-0.3,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",331,91,331,365,0,0,0,0,"Certification not required",0,3.628097,2.136528,14.4,"2013-08-26 00:00",13.2,"2013-08-23 00:00",12.8,"2013-08-25 00:00",12.2,"2013-08-08 00:00","","","","",12.2,9.4,7.1,6.3,4.6,3.2,1.4,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",331,91,331,365,0,0,0,0,"Certification not required",0,3.628097,2.136528,14.4,"2013-08-26 00:00",13.2,"2013-08-23 00:00",12.8,"2013-08-25 00:00",12.2,"2013-08-08 00:00","","","","",12.2,9.4,7.1,6.3,4.6,3.2,1.4,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",328,91,331,365,0,0,0,0,"Certification not required",0,3.53811,1.925154,12.2,"2013-08-08 00:00",11,"2013-08-24 00:00",9.6,"2013-08-30 00:00",9.4,"2013-03-08 00:00","","","","",9.4,8.5,6.8,6.1,4.5,3.2,1.3,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",331,91,331,365,0,0,"","","Certification not required",0,3.628097,2.136528,14.4,"2013-08-26 00:00",13.2,"2013-08-23 00:00",12.8,"2013-08-25 00:00",12.2,"2013-08-08 00:00","","","","",12.2,9.4,7.1,6.3,4.6,3.2,1.4,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",331,91,331,365,0,0,"","","Certification not required",0,3.628097,2.136528,14.4,"2013-08-26 00:00",13.2,"2013-08-23 00:00",12.8,"2013-08-25 00:00",12.2,"2013-08-08 00:00","","","","",12.2,9.4,7.1,6.3,4.6,3.2,1.4,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","071","0010","88101",3,48.317507,-107.86247,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",328,91,331,365,0,0,"","","Certification not required",0,3.53811,1.925154,12.2,"2013-08-08 00:00",11,"2013-08-24 00:00",9.6,"2013-08-30 00:00",9.4,"2013-03-08 00:00","","","","",9.4,8.5,6.8,6.1,4.5,3.2,1.3,"Malta","2309 Short Oil Road, Malta, MT 59538","Montana","Phillips","","","2014-01-06" +"30","075","0001","42601",1,45.44031,-105.37027,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7060,81,293,365,0,956,"","","Certification not required",0,0.100708,0.356153,8,"2013-09-20 06:00",6,"2013-09-24 07:00",4,"2013-08-05 06:00",4,"2013-11-13 08:00","","","","",1,1,1,0,0,0,0,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","42602",1,45.44031,-105.37027,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7060,81,293,365,0,956,0,"","Certification not required",0,2.812287,1.925563,10,"2013-01-04 18:00",10,"2013-08-24 22:00",10,"2013-11-05 19:00",9,"2013-01-26 23:00","","","","",10,8,7,5,4,2,1,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","42602",1,45.44031,-105.37027,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7060,81,293,365,0,956,"","","Certification not required",0,0.866147,1.12036,10,"2013-01-04 18:00",10,"2013-08-24 22:00",10,"2013-11-05 19:00",10,"2013-11-05 20:00","","","","",5,4,3,2,1,1,0,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","42603",1,45.44031,-105.37027,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7060,81,293,365,0,956,"","","Certification not required",0,1.317422,1.355897,12,"2013-09-20 06:00",12,"2013-11-05 20:00",11,"2013-01-26 23:00",11,"2013-08-24 22:00","","","","",6,5,4,3,2,1,0,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","44201",1,45.44031,-105.37027,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7897,99,121,122,0,119,0,0,"Certification not required",11,0.046612,0.006704,0.067,"2013-07-11 12:00",0.062,"2013-07-10 13:00",0.06,"2013-05-07 12:00",0.06,"2013-09-05 17:00","","","","",0.062,0.06,0.059,0.056,0.053,0.051,0.048,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","44201",1,45.44031,-105.37027,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7907,98,120,122,0,0,0,0,"Certification not required",0,0.043192,0.006443,0.061,"2013-07-11 09:00",0.058,"2013-07-10 10:00",0.057,"2013-05-07 10:00",0.056,"2013-05-15 09:00","","","","",0.058,0.057,0.056,0.052,0.05,0.048,0.045,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","44201",1,45.44031,-105.37027,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7907,98,120,122,0,0,0,0,"Certification not required",0,0.043192,0.006443,0.061,"2013-07-11 09:00",0.058,"2013-07-10 10:00",0.057,"2013-05-07 10:00",0.056,"2013-05-15 09:00","","","","",0.058,0.057,0.056,0.052,0.05,0.048,0.045,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","61101",1,45.44031,-105.37027,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7955,91,331,365,0,61,"","","Certification not required",0,7.326398,4.548561,44.9,"2013-09-03 15:00",43.1,"2013-06-22 17:00",34.6,"2013-06-22 18:00",33.6,"2013-09-03 14:00","","","","",20.8,18.6,16.1,13.6,9.9,6.4,2.3,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","61102",1,45.44031,-105.37027,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7955,91,331,365,0,61,"","","Certification not required",0,197.437964,100.937595,360,"2013-02-21 15:00",360,"2013-04-07 13:00",360,"2013-04-09 04:00",360,"2013-07-16 12:00","","","","",356,352,342,327,283,213,44,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","61106",1,45.44031,-105.37027,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7955,91,331,365,0,61,"","","Certification not required",0,18.24626,14.446004,79,"2013-05-12 03:00",79,"2013-11-26 02:00",78,"2013-01-24 11:00",78,"2013-05-11 09:00","","","","",63,58,50,42,24,12,6,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","62101",1,45.44031,-105.37027,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7968,91,332,365,0,48,"","","Certification not required",0,48.965487,21.100778,104,"2013-07-11 13:00",102,"2013-07-11 12:00",101,"2013-07-11 14:00",100,"2013-07-11 15:00","","","","",93,91,84,78,65,48,22,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","81102",1,45.44031,-105.37027,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7223,82,299,365,143,793,"","","Certification not required",693,26.17472,39.958202,838,"2013-10-26 16:00",700,"2013-08-27 19:00",451,"2013-05-12 18:00",391,"2013-08-27 07:00","","","","",190,152,104,67,27,12,4,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","81102",1,45.44031,-105.37027,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7080,82,299,365,0,793,"","","Certification not required",693,25.333051,38.398846,838,"2013-10-26 16:00",451,"2013-05-12 18:00",334,"2013-06-06 19:00",327,"2013-07-22 05:00","","","","",186,147,100,64,25,11,2,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","81102",1,45.44031,-105.37027,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7223,82,299,365,143,793,"","","Certification not required",693,26.17472,39.958202,838,"2013-10-26 16:00",700,"2013-08-27 19:00",451,"2013-05-12 18:00",391,"2013-08-27 07:00","","","","",190,152,104,67,27,12,4,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","81102",1,45.44031,-105.37027,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",293,82,299,365,0,0,0,0,"Certification not required",0,24.78157,19.585781,92,"2013-06-28 00:00",89,"2013-07-18 00:00",88,"2013-05-10 00:00",84,"2013-05-14 00:00","","","","",88,79,63,54,34,18,6,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","81102",1,45.44031,-105.37027,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",299,82,299,365,0,0,0,0,"Certification not required",0,25.632107,20.425633,93,"2013-08-27 00:00",92,"2013-06-28 00:00",89,"2013-07-18 00:00",88,"2013-05-10 00:00","","","","",89,83,69,57,36,19,7,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","81102",1,45.44031,-105.37027,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",299,82,299,365,0,0,0,0,"Certification not required",0,25.632107,20.425633,93,"2013-08-27 00:00",92,"2013-06-28 00:00",89,"2013-07-18 00:00",88,"2013-05-10 00:00","","","","",89,83,69,57,36,19,7,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7497,86,323,365,128,519,"","","Certification not required",0,5.344671,6.230033,94,"2013-08-27 19:00",90.5,"2013-10-26 16:00",77.2,"2013-06-15 18:00",64.8,"2013-07-19 19:00","","","","",30,23.4,16.5,11,7.2,4.2,-0.1,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7369,86,323,365,0,519,"","","Certification not required",0,5.189714,5.995916,90.5,"2013-10-26 16:00",77.2,"2013-06-15 18:00",64.8,"2013-07-19 19:00",64.8,"2013-07-22 05:00","","","","",28.8,22.5,15.8,10.5,7,4.1,-0.5,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7497,86,323,365,128,519,"","","Certification not required",0,5.344671,6.230033,94,"2013-08-27 19:00",90.5,"2013-10-26 16:00",77.2,"2013-06-15 18:00",64.8,"2013-07-19 19:00","","","","",30,23.4,16.5,11,7.2,4.2,-0.1,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",312,85,312,365,0,0,0,0,"Certification not required",0,5.307372,3.674949,20.8,"2013-07-18 00:00",16.4,"2013-08-18 00:00",16,"2013-08-19 00:00",15.8,"2013-06-28 00:00","","","","",15.8,15.3,12.6,10,7.2,4.6,1.5,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",307,85,312,365,0,0,0,0,"Certification not required",0,5.156026,3.501361,20.8,"2013-07-18 00:00",15.8,"2013-06-28 00:00",15.7,"2013-07-20 00:00",15.6,"2013-06-30 00:00","","","","",15.6,14.3,11.5,9.7,7,4.5,1.1,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",312,85,312,365,0,0,0,0,"Certification not required",0,5.307372,3.674949,20.8,"2013-07-18 00:00",16.4,"2013-08-18 00:00",16,"2013-08-19 00:00",15.8,"2013-06-28 00:00","","","","",15.8,15.3,12.6,10,7.2,4.6,1.5,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",312,85,312,365,0,0,"","","Certification not required",0,5.307372,3.674949,20.8,"2013-07-18 00:00",16.4,"2013-08-18 00:00",16,"2013-08-19 00:00",15.8,"2013-06-28 00:00","","","","",15.8,15.3,12.6,10,7.2,4.6,1.5,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",312,85,312,365,0,0,"","","Certification not required",0,5.307372,3.674949,20.8,"2013-07-18 00:00",16.4,"2013-08-18 00:00",16,"2013-08-19 00:00",15.8,"2013-06-28 00:00","","","","",15.8,15.3,12.6,10,7.2,4.6,1.5,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","075","0001","88101",3,45.44031,-105.37027,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",307,85,312,365,0,0,"","","Certification not required",0,5.156026,3.501361,20.8,"2013-07-18 00:00",15.8,"2013-06-28 00:00",15.7,"2013-07-20 00:00",15.6,"2013-06-30 00:00","","","","",15.6,14.3,11.5,9.7,7,4.5,1.1,"BROADUS","2 MILES EAST OF BROADUS MT","Montana","Powder River","","","2014-01-06" +"30","077","9000","85101",1,47.122091,-113.155326,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.30023,2.17931,12.0042,"2013-05-07 00:00",10.6528,"2013-05-10 00:00",5.4952,"2013-05-13 00:00",4.2349,"2013-04-25 00:00","","","","",12.0042,12.0042,5.4952,3.8783,3.0386,1.6998,0.6233,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","86502",1,47.122091,-113.155326,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.5,1.265718,7,"2013-05-07 00:00",5,"2013-05-10 00:00",2,"2013-05-13 00:00",2,"2013-05-31 00:00","","","","",7,7,2,1,1,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88103",1,47.122091,-113.155326,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88104",1,47.122091,-113.155326,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.02459,0.028341,0.1328,"2013-05-10 00:00",0.1306,"2013-05-07 00:00",0.0679,"2013-04-01 00:00",0.063,"2013-03-14 00:00","","","","",0.1328,0.1328,0.0679,0.0565,0.0338,0.015,0.0045,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88109",1,47.122091,-113.155326,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.00054,0.000357,0.0014,"2013-04-04 00:00",0.0014,"2013-05-10 00:00",0.0013,"2013-04-22 00:00",0.0012,"2013-03-14 00:00","","","","",0.0014,0.0014,0.0013,0.0012,0.0007,0.0005,0.0002,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88111",1,47.122091,-113.155326,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.013081,0.016868,0.0802,"2013-05-07 00:00",0.0763,"2013-05-10 00:00",0.0432,"2013-04-01 00:00",0.032,"2013-03-14 00:00","","","","",0.0802,0.0802,0.0432,0.0314,0.0173,0.0062,0.00125,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88112",1,47.122091,-113.155326,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88114",1,47.122091,-113.155326,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.000166,9.2e-05,0.0005,"2013-01-07 00:00",0.0005,"2013-05-10 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-02-06 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0002,0.00015,0.0001,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88115",1,47.122091,-113.155326,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.000446,0.001,0.0069,"2013-02-24 00:00",0.0023,"2013-02-06 00:00",0.0011,"2013-04-28 00:00",0.0008,"2013-05-10 00:00","","","","",0.0069,0.0069,0.0011,0.0007,0.0005,0.00015,0.0001,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88126",1,47.122091,-113.155326,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.014819,0.018025,0.0846,"2013-05-10 00:00",0.0807,"2013-05-07 00:00",0.0431,"2013-04-01 00:00",0.0371,"2013-05-13 00:00","","","","",0.0846,0.0846,0.0431,0.036,0.0211,0.0091,0.0021,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88128",1,47.122091,-113.155326,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0004,0.000639,0.002,"2013-03-20 00:00",0.002,"2013-04-16 00:00",0.002,"2013-05-10 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88132",1,47.122091,-113.155326,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0004,0.000571,0.002,"2013-05-07 00:00",0.002,"2013-05-10 00:00",0.001,"2013-03-05 00:00",0.001,"2013-03-11 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88136",1,47.122091,-113.155326,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88140",1,47.122091,-113.155326,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.006901,0.008105,0.037,"2013-05-10 00:00",0.0307,"2013-05-07 00:00",0.0224,"2013-05-22 00:00",0.0214,"2013-04-28 00:00","","","","",0.037,0.037,0.0224,0.0195,0.007,0.0033,0.0011,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88152",1,47.122091,-113.155326,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000199,0.000201,0.0012,"2013-05-28 00:00",0.0009,"2013-03-23 00:00",0.0005,"2013-04-01 00:00",0.0005,"2013-05-31 00:00","","","","",0.0012,0.0012,0.0005,0.0004,0.00015,0.00015,0.0001,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88154",1,47.122091,-113.155326,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000115,4.5e-05,0.0003,"2013-01-28 00:00",0.0003,"2013-05-04 00:00",0.0002,"2013-01-31 00:00",0.0002,"2013-05-16 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88161",1,47.122091,-113.155326,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.00133,0.001544,0.0068,"2013-05-07 00:00",0.0068,"2013-05-10 00:00",0.0042,"2013-04-01 00:00",0.0033,"2013-03-14 00:00","","","","",0.0068,0.0068,0.0042,0.0033,0.002,0.0009,0.00015,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88164",1,47.122091,-113.155326,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,9.6e-05,8.2e-05,0.0005,"2013-05-07 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-03-05 00:00",0.0002,"2013-03-17 00:00","","","","",0.0005,0.0005,0.0002,0.0002,0.0001,5e-05,5e-05,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88165",1,47.122091,-113.155326,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.055676,0.071582,0.3399,"2013-05-10 00:00",0.3324,"2013-05-07 00:00",0.1521,"2013-04-01 00:00",0.139,"2013-03-14 00:00","","","","",0.3399,0.3399,0.1521,0.1382,0.078,0.0312,0.0055,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88167",1,47.122091,-113.155326,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.00079,0.000507,0.0029,"2013-05-13 00:00",0.0018,"2013-04-01 00:00",0.0016,"2013-01-10 00:00",0.0016,"2013-05-10 00:00","","","","",0.0029,0.0029,0.0016,0.0015,0.001,0.0007,0.0003,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88168",1,47.122091,-113.155326,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.000176,0.00014,0.0008,"2013-05-07 00:00",0.0006,"2013-05-10 00:00",0.0004,"2013-04-01 00:00",0.0004,"2013-05-13 00:00","","","","",0.0008,0.0008,0.0004,0.0003,0.0002,0.0001,0.0001,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88169",1,47.122091,-113.155326,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.11609,0.089383,0.3833,"2013-04-22 00:00",0.3668,"2013-04-16 00:00",0.311,"2013-05-10 00:00",0.2862,"2013-04-01 00:00","","","","",0.3833,0.3833,0.311,0.2542,0.1526,0.0949,0.0342,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88176",1,47.122091,-113.155326,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000163,6.2e-05,0.0005,"2013-01-28 00:00",0.0003,"2013-02-15 00:00",0.0003,"2013-03-14 00:00",0.0003,"2013-05-04 00:00","","","","",0.0005,0.0005,0.0003,0.00015,0.00015,0.00015,0.00015,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88180",1,47.122091,-113.155326,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.013012,0.010421,0.0522,"2013-05-10 00:00",0.0462,"2013-05-07 00:00",0.0307,"2013-04-01 00:00",0.0274,"2013-04-04 00:00","","","","",0.0522,0.0522,0.0307,0.0256,0.0185,0.0092,0.0047,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88184",1,47.122091,-113.155326,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.006405,0.00661,0.0366,"2013-02-24 00:00",0.02,"2013-02-27 00:00",0.0169,"2013-02-15 00:00",0.016,"2013-03-20 00:00","","","","",0.0366,0.0366,0.0169,0.0149,0.0091,0.0045,0.0016,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88185",1,47.122091,-113.155326,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000658,0.000207,0.0015,"2013-03-08 00:00",0.0014,"2013-03-11 00:00",0.001,"2013-04-22 00:00",0.0009,"2013-04-19 00:00","","","","",0.0015,0.0015,0.001,0.0009,0.00065,0.00065,0.0004,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88203",1,47.122091,-113.155326,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.005065,0.005325,0.0348,"2013-03-14 00:00",0.0188,"2013-02-24 00:00",0.0111,"2013-05-10 00:00",0.0085,"2013-02-12 00:00","","","","",0.0348,0.0348,0.0111,0.0085,0.0076,0.003,0.0025,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88306",1,47.122091,-113.155326,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.047401,0.035301,0.1429,"2013-01-10 00:00",0.1292,"2013-03-23 00:00",0.1263,"2013-04-16 00:00",0.1179,"2013-05-07 00:00","","","","",0.1429,0.1429,0.1263,0.0914,0.0634,0.0439,0.0066,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88320",1,47.122091,-113.155326,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.3142,0.223617,1.07,"2013-05-10 00:00",0.88,"2013-04-04 00:00",0.76,"2013-05-13 00:00",0.7,"2013-05-07 00:00","","","","",1.07,1.07,0.76,0.68,0.46,0.26,0.09,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88321",1,47.122091,-113.155326,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.037,0.026745,0.09,"2013-01-04 00:00",0.09,"2013-01-22 00:00",0.09,"2013-02-09 00:00",0.09,"2013-04-04 00:00","","","","",0.09,0.09,0.09,0.08,0.06,0.03,0.01,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88324",1,47.122091,-113.155326,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.020751,0.007279,0.0369,"2013-04-04 00:00",0.0366,"2013-04-07 00:00",0.034,"2013-01-28 00:00",0.03295,"2013-01-25 00:00","","","","",0.0369,0.0369,0.034,0.03025,0.0239,0.0173,0.0107,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88325",1,47.122091,-113.155326,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.051042,0.041127,0.212,"2013-05-10 00:00",0.1634,"2013-04-04 00:00",0.1356,"2013-05-07 00:00",0.1319,"2013-05-13 00:00","","","","",0.212,0.212,0.1356,0.1119,0.0568,0.0345,0.0194,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88326",1,47.122091,-113.155326,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.105385,0.076288,0.3054,"2013-05-10 00:00",0.2971,"2013-05-13 00:00",0.2924,"2013-05-16 00:00",0.2669,"2013-04-04 00:00","","","","",0.3054,0.3054,0.2924,0.2073,0.1424,0.0914,0.0348,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88327",1,47.122091,-113.155326,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.069401,0.045968,0.2086,"2013-05-10 00:00",0.1968,"2013-04-04 00:00",0.1631,"2013-05-13 00:00",0.1469,"2013-04-25 00:00","","","","",0.2086,0.2086,0.1631,0.126,0.1005,0.0618,0.0162,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88328",1,47.122091,-113.155326,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.081517,0.06299,0.3338,"2013-05-10 00:00",0.2302,"2013-05-07 00:00",0.2195,"2013-04-04 00:00",0.1981,"2013-04-25 00:00","","","","",0.3338,0.3338,0.2195,0.1624,0.1036,0.0704,0.0213,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88329",1,47.122091,-113.155326,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.08935,0.063296,0.2893,"2013-05-10 00:00",0.2611,"2013-04-04 00:00",0.2041,"2013-04-25 00:00",0.1923,"2013-05-07 00:00","","","","",0.2893,0.2893,0.2041,0.1753,0.1227,0.0728,0.0239,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88330",1,47.122091,-113.155326,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.029507,0.021761,0.1017,"2013-05-10 00:00",0.0705,"2013-04-25 00:00",0.0693,"2013-05-07 00:00",0.0671,"2013-02-09 00:00","","","","",0.1017,0.1017,0.0693,0.0593,0.0424,0.0256,0.0042,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88331",1,47.122091,-113.155326,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,6.5e-05,0.000149,0.001,"2013-05-10 00:00",0.0002,"2013-01-10 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88338",1,47.122091,-113.155326,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.015951,0.005798,0.0333,"2013-04-10 00:00",0.0292,"2013-04-22 00:00",0.0289,"2013-04-07 00:00",0.0268,"2013-05-07 00:00","","","","",0.0333,0.0333,0.0289,0.02295,0.02205,0.0143,0.01025,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88339",1,47.122091,-113.155326,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.478825,0.368726,1.58091,"2013-04-22 00:00",1.51322,"2013-04-16 00:00",1.28296,"2013-05-10 00:00",1.18062,"2013-04-01 00:00","","","","",1.58091,1.58091,1.28296,1.04858,0.62931,0.39146,0.14112,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88344",1,47.122091,-113.155326,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.06116,0.045605,0.1843,"2013-01-10 00:00",0.1667,"2013-03-23 00:00",0.1629,"2013-04-16 00:00",0.1521,"2013-05-07 00:00","","","","",0.1843,0.1843,0.1629,0.1179,0.0818,0.0566,0.007,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88348",1,47.122091,-113.155326,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.252478,0.31407,1.4808,"2013-05-10 00:00",1.4543,"2013-05-07 00:00",0.7108,"2013-04-01 00:00",0.6247,"2013-03-14 00:00","","","","",1.4808,1.4808,0.7108,0.6124,0.352,0.1521,0.0363,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88350",1,47.122091,-113.155326,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.564876,0.402768,1.9219,"2013-05-10 00:00",1.5903,"2013-04-04 00:00",1.366,"2013-05-13 00:00",1.2652,"2013-05-07 00:00","","","","",1.9219,1.9219,1.366,1.2155,0.8368,0.4739,0.1694,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88403",1,47.122091,-113.155326,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.325376,0.255757,1.1337,"2013-04-22 00:00",1.0144,"2013-04-16 00:00",0.8896,"2013-05-10 00:00",0.8165,"2013-04-01 00:00","","","","",1.1337,1.1337,0.8896,0.7276,0.4465,0.2623,0.087,"","Monture","Montana","Powell","","","2014-01-28" +"30","077","9000","88502",1,47.122091,-113.155326,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.356,0.968517,5.3,"2013-05-10 00:00",4,"2013-05-07 00:00",2.9,"2013-05-13 00:00",2.7,"2013-04-01 00:00","","","","",5.3,5.3,2.9,2.7,1.7,1.2,0.4,"","Monture","Montana","Powell","","","2014-01-28" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7592,87,324,365,668,424,"","","Certification not required",0,9.348709,10.334001,112.9,"2013-08-10 23:00",109,"2013-08-10 22:00",107.5,"2013-08-10 20:00",107,"2013-08-10 21:00","","","","",49.4,42.1,29.7,21.3,11,6.3,1.5,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7592,87,324,365,668,424,"","","Certification not required",0,9.348709,10.334001,112.9,"2013-08-10 23:00",109,"2013-08-10 22:00",107.5,"2013-08-10 20:00",107,"2013-08-10 21:00","","","","",49.4,42.1,29.7,21.3,11,6.3,1.5,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6924,87,324,365,0,424,"","","Certification not required",0,8.256441,9.260271,88.2,"2013-11-10 10:00",86.8,"2013-01-20 22:00",80.4,"2013-01-20 23:00",77.5,"2013-11-09 18:00","","","","",46,38.8,25.8,16.3,9,5.1,-0.6,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",315,86,315,365,0,0,7,7,"Certification not required",0,9.347619,8.355879,44.8,"2013-11-10 00:00",43.7,"2013-01-05 00:00",41.3,"2013-08-21 00:00",40.2,"2013-08-22 00:00","","","","",40.2,35.6,30.9,21.4,10.8,6.4,2.7,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",287,86,315,365,0,0,4,4,"Certification not required",0,8.245296,7.548939,44.8,"2013-11-10 00:00",43.7,"2013-01-05 00:00",38.3,"2013-01-22 00:00",35.6,"2013-01-06 00:00","","","","",35.6,33.6,26.1,14.1,8.8,5.8,1.2,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",315,86,315,365,0,0,7,7,"Certification not required",0,9.347619,8.355879,44.8,"2013-11-10 00:00",43.7,"2013-01-05 00:00",41.3,"2013-08-21 00:00",40.2,"2013-08-22 00:00","","","","",40.2,35.6,30.9,21.4,10.8,6.4,2.7,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",315,86,315,365,0,0,"","","Certification not required",0,9.347619,8.355879,44.8,"2013-11-10 00:00",43.7,"2013-01-05 00:00",41.3,"2013-08-21 00:00",40.2,"2013-08-22 00:00","","","","",40.2,35.6,30.9,21.4,10.8,6.4,2.7,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",315,86,315,365,0,0,"","","Certification not required",0,9.347619,8.355879,44.8,"2013-11-10 00:00",43.7,"2013-01-05 00:00",41.3,"2013-08-21 00:00",40.2,"2013-08-22 00:00","","","","",40.2,35.6,30.9,21.4,10.8,6.4,2.7,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","0007","88101",3,46.245517,-114.159808,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",287,86,315,365,0,0,"","","Certification not required",0,8.245296,7.548939,44.8,"2013-11-10 00:00",43.7,"2013-01-05 00:00",38.3,"2013-01-22 00:00",35.6,"2013-01-06 00:00","","","","",35.6,33.6,26.1,14.1,8.8,5.8,1.2,"HAMILTON - PS 46","MADISON AND 3RD STREET SOUTH","Montana","Ravalli","Hamilton","","2014-01-06" +"30","081","9000","85101",1,45.859686,-114.001032,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",3,2.111073,2.236688,11.2015,"2013-05-07 00:00",8.231,"2013-05-10 00:00",7.802,"2013-05-13 00:00",5.7476,"2013-04-01 00:00","","","","",11.2015,11.2015,7.802,5.2023,2.339,1.4639,0.4472,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","86502",1,45.859686,-114.001032,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.521739,1.187699,6,"2013-05-07 00:00",4,"2013-05-13 00:00",3,"2013-05-10 00:00",2,"2013-04-01 00:00","","","","",6,6,3,2,1,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88103",1,45.859686,-114.001032,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,4.3e-05,0.000206,0.001,"2013-04-01 00:00",0.001,"2013-05-04 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88104",1,45.859686,-114.001032,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",5,0.02722,0.035216,0.1418,"2013-04-28 00:00",0.1286,"2013-05-07 00:00",0.1115,"2013-03-14 00:00",0.1052,"2013-05-10 00:00","","","","",0.1418,0.1418,0.1115,0.0913,0.0372,0.0123,0.00175,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88109",1,45.859686,-114.001032,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",8,0.000565,0.000418,0.0018,"2013-04-04 00:00",0.0015,"2013-05-07 00:00",0.0014,"2013-04-01 00:00",0.0014,"2013-05-10 00:00","","","","",0.0018,0.0018,0.0014,0.0012,0.0008,0.0005,0.0001,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88111",1,45.859686,-114.001032,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",8,0.015303,0.020512,0.0828,"2013-04-28 00:00",0.0725,"2013-03-14 00:00",0.0661,"2013-05-07 00:00",0.0599,"2013-04-01 00:00","","","","",0.0828,0.0828,0.0661,0.0569,0.0188,0.0065,0.0012,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88112",1,45.859686,-114.001032,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88114",1,45.859686,-114.001032,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",35,0.000168,0.000189,0.0013,"2013-02-09 00:00",0.0004,"2013-01-04 00:00",0.0004,"2013-04-01 00:00",0.0004,"2013-05-10 00:00","","","","",0.0013,0.0013,0.0004,0.0003,0.00015,0.0001,0.0001,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88115",1,45.859686,-114.001032,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",26,0.00034,0.000495,0.0029,"2013-03-17 00:00",0.0021,"2013-04-28 00:00",0.0008,"2013-02-27 00:00",0.0006,"2013-05-22 00:00","","","","",0.0029,0.0029,0.0008,0.0005,0.0004,0.00015,0.00015,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88126",1,45.859686,-114.001032,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",9,0.015895,0.020599,0.0815,"2013-04-28 00:00",0.0732,"2013-05-07 00:00",0.0665,"2013-05-10 00:00",0.06,"2013-03-14 00:00","","","","",0.0815,0.0815,0.0665,0.0542,0.023,0.008,0.0007,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88128",1,45.859686,-114.001032,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.000391,0.000577,0.001,"2013-01-07 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88132",1,45.859686,-114.001032,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.00037,0.00061,0.002,"2013-03-14 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-07 00:00",0.001,"2013-03-05 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88136",1,45.859686,-114.001032,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88140",1,45.859686,-114.001032,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",22,0.007779,0.012486,0.0577,"2013-04-28 00:00",0.0467,"2013-05-07 00:00",0.0382,"2013-03-14 00:00",0.0344,"2013-05-10 00:00","","","","",0.0577,0.0577,0.0382,0.015,0.0086,0.0024,0.0011,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88152",1,45.859686,-114.001032,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",44,0.000145,4e-05,0.0003,"2013-05-04 00:00",0.0003,"2013-05-13 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,0.0001,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88154",1,45.859686,-114.001032,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",37,0.000142,7.1e-05,0.0004,"2013-01-04 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-03-23 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.0001,0.0001,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88161",1,45.859686,-114.001032,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",13,0.001529,0.001914,0.0071,"2013-04-28 00:00",0.007,"2013-05-07 00:00",0.0063,"2013-05-10 00:00",0.006,"2013-03-14 00:00","","","","",0.0071,0.0071,0.0063,0.0049,0.0021,0.0007,0.00015,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88164",1,45.859686,-114.001032,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",26,8.9e-05,5.6e-05,0.0002,"2013-01-04 00:00",0.0002,"2013-01-25 00:00",0.0002,"2013-03-14 00:00",0.0002,"2013-03-20 00:00","","","","",0.0002,0.0002,0.0002,0.0002,0.0001,5e-05,5e-05,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88165",1,45.859686,-114.001032,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",3,0.05839,0.077278,0.3192,"2013-05-07 00:00",0.2826,"2013-04-28 00:00",0.2276,"2013-05-10 00:00",0.2209,"2013-03-14 00:00","","","","",0.3192,0.3192,0.2276,0.2061,0.0806,0.0261,0.0035,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88167",1,45.859686,-114.001032,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",14,0.00071,0.000846,0.0053,"2013-05-13 00:00",0.002,"2013-05-07 00:00",0.0017,"2013-04-01 00:00",0.0016,"2013-05-04 00:00","","","","",0.0053,0.0053,0.0017,0.0015,0.0009,0.0006,0.00015,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88168",1,45.859686,-114.001032,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",32,0.000212,0.000165,0.0008,"2013-03-14 00:00",0.0007,"2013-04-28 00:00",0.0007,"2013-05-07 00:00",0.0005,"2013-04-01 00:00","","","","",0.0008,0.0008,0.0007,0.0004,0.0002,0.00015,0.0001,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88169",1,45.859686,-114.001032,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.089183,0.067532,0.2627,"2013-05-07 00:00",0.26,"2013-05-10 00:00",0.2595,"2013-04-16 00:00",0.1923,"2013-04-28 00:00","","","","",0.2627,0.2627,0.2595,0.1845,0.1341,0.0745,0.023,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88176",1,45.859686,-114.001032,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",37,0.000184,7.2e-05,0.0004,"2013-01-10 00:00",0.0004,"2013-02-09 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-01-16 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88180",1,45.859686,-114.001032,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.011772,0.011762,0.0464,"2013-05-07 00:00",0.0429,"2013-04-28 00:00",0.0398,"2013-04-01 00:00",0.0392,"2013-03-14 00:00","","","","",0.0464,0.0464,0.0398,0.0369,0.0145,0.0091,0.002,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88184",1,45.859686,-114.001032,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",25,0.006445,0.007215,0.0346,"2013-04-28 00:00",0.024,"2013-05-16 00:00",0.0211,"2013-05-07 00:00",0.0201,"2013-03-11 00:00","","","","",0.0346,0.0346,0.0211,0.0167,0.0088,0.00215,0.00165,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88185",1,45.859686,-114.001032,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",42,0.000748,0.000292,0.0019,"2013-02-03 00:00",0.0017,"2013-05-10 00:00",0.0015,"2013-01-19 00:00",0.0014,"2013-01-31 00:00","","","","",0.0019,0.0019,0.0015,0.0007,0.0007,0.0007,0.00065,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88203",1,45.859686,-114.001032,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",34,0.011354,0.041005,0.2858,"2013-02-21 00:00",0.0114,"2013-03-11 00:00",0.0109,"2013-04-28 00:00",0.0096,"2013-04-01 00:00","","","","",0.2858,0.2858,0.0109,0.0096,0.0088,0.0034,0.00265,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88306",1,45.859686,-114.001032,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",5,0.060445,0.05045,0.2352,"2013-03-05 00:00",0.1906,"2013-01-01 00:00",0.1636,"2013-04-16 00:00",0.1369,"2013-05-04 00:00","","","","",0.2352,0.2352,0.1636,0.1306,0.0834,0.0469,0.00975,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88320",1,45.859686,-114.001032,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",1,0.25766,0.321242,1.39,"2013-05-10 00:00",1.2,"2013-05-13 00:00",1,"2013-04-04 00:00",0.99,"2013-05-07 00:00","","","","",1.39,1.39,1,0.93,0.25,0.14,0.05,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88321",1,45.859686,-114.001032,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.024468,0.030059,0.13,"2013-04-01 00:00",0.09,"2013-05-07 00:00",0.08,"2013-04-04 00:00",0.08,"2013-05-10 00:00","","","","",0.13,0.13,0.08,0.07,0.04,0.01,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88324",1,45.859686,-114.001032,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",46,0.021803,0.008077,0.0445,"2013-05-07 00:00",0.03265,"2013-01-22 00:00",0.0324,"2013-01-10 00:00",0.0323,"2013-01-07 00:00","","","","",0.0445,0.0445,0.0324,0.0321,0.0313,0.0179,0.01105,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88325",1,45.859686,-114.001032,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",34,0.056802,0.069599,0.368,"2013-05-10 00:00",0.2286,"2013-05-07 00:00",0.228,"2013-05-13 00:00",0.2007,"2013-04-01 00:00","","","","",0.368,0.368,0.228,0.1677,0.0441,0.03525,0.0176,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88326",1,45.859686,-114.001032,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",31,0.093445,0.110982,0.478,"2013-05-13 00:00",0.453,"2013-05-10 00:00",0.3618,"2013-04-04 00:00",0.2881,"2013-04-01 00:00","","","","",0.478,0.478,0.3618,0.2641,0.0957,0.0413,0.02685,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88327",1,45.859686,-114.001032,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",21,0.053327,0.062163,0.2473,"2013-05-13 00:00",0.2321,"2013-05-10 00:00",0.2258,"2013-04-04 00:00",0.1755,"2013-05-07 00:00","","","","",0.2473,0.2473,0.2258,0.174,0.0608,0.0267,0.0118,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88328",1,45.859686,-114.001032,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",8,0.060315,0.079683,0.3476,"2013-05-10 00:00",0.2785,"2013-05-07 00:00",0.2558,"2013-04-01 00:00",0.2403,"2013-04-04 00:00","","","","",0.3476,0.3476,0.2558,0.2327,0.0671,0.0338,0.00415,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88329",1,45.859686,-114.001032,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",9,0.064251,0.08288,0.3442,"2013-05-10 00:00",0.2855,"2013-05-07 00:00",0.2667,"2013-04-01 00:00",0.2572,"2013-04-04 00:00","","","","",0.3442,0.3442,0.2667,0.2388,0.07,0.0361,0.00355,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88330",1,45.859686,-114.001032,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",16,0.021334,0.025425,0.1165,"2013-04-01 00:00",0.0843,"2013-05-10 00:00",0.079,"2013-05-07 00:00",0.0672,"2013-04-04 00:00","","","","",0.1165,0.1165,0.079,0.067,0.0293,0.0136,0.00155,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88331",1,45.859686,-114.001032,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",21,5.5e-05,6.4e-05,0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-11 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.0001,0,0,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88338",1,45.859686,-114.001032,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",46,0.017228,0.012033,0.092,"2013-01-04 00:00",0.02485,"2013-02-27 00:00",0.02425,"2013-02-21 00:00",0.02415,"2013-02-12 00:00","","","","",0.092,0.092,0.02425,0.0239,0.0165,0.01495,0.01045,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88339",1,45.859686,-114.001032,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.367883,0.278568,1.08364,"2013-05-07 00:00",1.07238,"2013-05-10 00:00",1.0706,"2013-04-16 00:00",0.79303,"2013-04-28 00:00","","","","",1.08364,1.08364,1.0706,0.76119,0.5532,0.30715,0.09471,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88344",1,45.859686,-114.001032,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.078528,0.064523,0.3034,"2013-03-05 00:00",0.2459,"2013-01-01 00:00",0.211,"2013-04-16 00:00",0.1766,"2013-05-04 00:00","","","","",0.3034,0.3034,0.211,0.1685,0.1076,0.0605,0.0164,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88348",1,45.859686,-114.001032,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.271946,0.355563,1.3763,"2013-05-07 00:00",1.3614,"2013-04-28 00:00",1.0702,"2013-03-14 00:00",1.0638,"2013-05-10 00:00","","","","",1.3763,1.3763,1.0702,0.9522,0.3801,0.1238,0.0177,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88350",1,45.859686,-114.001032,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",1,0.463591,0.578253,2.4982,"2013-05-10 00:00",2.1668,"2013-05-13 00:00",1.7932,"2013-04-04 00:00",1.7842,"2013-05-07 00:00","","","","",2.4982,2.4982,1.7932,1.6796,0.4486,0.2462,0.0837,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88403",1,45.859686,-114.001032,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,4,"","","Certification not required",0,0.257128,0.197216,0.7889,"2013-05-07 00:00",0.7835,"2013-04-16 00:00",0.746,"2013-05-10 00:00",0.6187,"2013-04-28 00:00","","","","",0.7889,0.7889,0.746,0.5198,0.3901,0.1999,0.0659,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","081","9000","88502",1,45.859686,-114.001032,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,1.217391,1.144514,4.9,"2013-05-10 00:00",4.5,"2013-05-07 00:00",3.7,"2013-04-01 00:00",3.3,"2013-05-13 00:00","","","","",4.9,4.9,3.7,3.2,1.4,1,0.2,"","Sula Peak","Montana","Ravalli","","","2014-01-28" +"30","083","0001","42401",1,47.80342,-104.48562,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7457,85,326,365,0,559,0,"","Certification not required",0,0.484663,0.76746,8,"2013-01-30 15:00",4,"2013-04-02 23:00",4,"2013-04-03 02:00",3,"2013-03-09 11:00","","","","",3,2,1,1,1,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42401",1,47.80342,-104.48562,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7457,85,326,365,0,559,"","","Certification not required",0,0.336865,0.508484,8,"2013-01-30 15:00",8,"2013-01-30 16:00",5,"2013-01-30 17:00",4,"2013-04-02 23:00","","","","",1,1,1,1,1,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42401",1,47.80342,-104.48562,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",326,89,326,365,0,0,0,"","Certification not required",0,0.33589,0.4598,1.2,"2013-11-27 00:00",1.1,"2013-01-30 00:00",1.1,"2013-11-06 00:00",1.1,"2013-11-10 00:00","","","","",1.1,1,1,1,1,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42401",1,47.80342,-104.48562,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2234,77,300,365,0,0,"",0,"Certification not required",0,0.336168,0.499233,7,"2013-01-30 17:00",3.3,"2013-04-02 23:00",3.3,"2013-04-03 02:00",2.6,"2013-04-02 20:00","","","","",1,1,1,1,1,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42406",1,47.80342,-104.48562,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7520,86,326,365,0,496,"","","Certification not required",0,0.365957,0.596225,11,"2013-01-30 16:00",10,"2013-03-09 11:00",9,"2013-01-30 15:00",8,"2013-01-30 14:00","","","","",2,1,1,1,1,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42601",1,47.80342,-104.48562,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7730,88,331,365,0,286,"","","Certification not required",0,0.054981,0.374783,9,"2013-05-01 19:00",8,"2013-11-22 16:00",7,"2013-05-20 12:00",7,"2013-10-04 09:00","","","","",2,1,0,0,0,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42602",1,47.80342,-104.48562,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,331,365,0,287,0,"","Certification not required",0,3.459215,2.564442,17,"2013-08-08 03:00",15,"2013-01-26 23:00",14,"2013-03-25 05:00",14,"2013-05-01 19:00","","","","",14,12,9,6,4,3,1,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42602",1,47.80342,-104.48562,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,331,365,0,287,"","","Certification not required",0,1.009833,1.394646,17,"2013-08-08 03:00",15,"2013-01-26 23:00",14,"2013-03-25 05:00",14,"2013-05-01 19:00","","","","",6,5,3,3,1,1,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","42603",1,47.80342,-104.48562,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,331,365,0,287,"","","Certification not required",0,0.964808,1.622676,23,"2013-05-01 19:00",21,"2013-11-22 16:00",17,"2013-08-08 03:00",16,"2013-03-25 06:00","","","","",8,6,4,3,1,0,0,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","44201",1,47.80342,-104.48562,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7872,96,117,122,0,144,0,0,"Certification not required",1,0.043897,0.007052,0.063,"2013-03-27 14:00",0.061,"2013-05-24 15:00",0.06,"2013-03-30 16:00",0.06,"2013-05-16 12:00","","","","",0.061,0.06,0.059,0.057,0.054,0.052,0.047,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","44201",1,47.80342,-104.48562,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7807,93,113,122,0,0,0,0,"Certification not required",0,0.040088,0.006673,0.058,"2013-05-16 09:00",0.057,"2013-05-24 11:00",0.056,"2013-03-22 12:00",0.056,"2013-05-06 09:00","","","","",0.057,0.056,0.055,0.055,0.051,0.048,0.044,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","44201",1,47.80342,-104.48562,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7807,93,113,122,0,0,0,0,"Certification not required",0,0.040088,0.006673,0.058,"2013-05-16 09:00",0.057,"2013-05-24 11:00",0.056,"2013-03-22 12:00",0.056,"2013-05-06 09:00","","","","",0.057,0.056,0.055,0.055,0.051,0.048,0.044,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","81102",1,47.80342,-104.48562,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7300,83,306,365,227,716,"","","Certification not required",559,22.931233,37.196054,888,"2013-05-10 08:00",715,"2013-05-10 09:00",637,"2013-05-08 15:00",517,"2013-07-13 16:00","","","","",177,126,77,48,24,12,4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","81102",1,47.80342,-104.48562,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7073,83,306,365,0,716,"","","Certification not required",559,21.044818,29.664558,517,"2013-07-13 16:00",360,"2013-03-04 11:00",337,"2013-07-12 10:00",335,"2013-10-09 16:00","","","","",151,113,67,43,22,11,2,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","81102",1,47.80342,-104.48562,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7300,83,306,365,227,716,"","","Certification not required",559,22.931233,37.196054,888,"2013-05-10 08:00",715,"2013-05-10 09:00",637,"2013-05-08 15:00",517,"2013-07-13 16:00","","","","",177,126,77,48,24,12,4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","81102",1,47.80342,-104.48562,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",306,84,306,365,0,0,2,2,"Certification not required",0,22.303922,22.674513,174,"2013-05-10 00:00",163,"2013-05-08 00:00",93,"2013-07-16 00:00",93,"2013-08-26 00:00","","","","",93,86,66,51,27,14,5,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","81102",1,47.80342,-104.48562,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",297,84,306,365,0,0,0,0,"Certification not required",0,20.393939,18.352674,93,"2013-07-16 00:00",87,"2013-05-13 00:00",86,"2013-07-18 00:00",86,"2013-07-21 00:00","","","","",86,78,65,46,24,13,5,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","81102",1,47.80342,-104.48562,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",306,84,306,365,0,0,2,2,"Certification not required",0,22.303922,22.674513,174,"2013-05-10 00:00",163,"2013-05-08 00:00",93,"2013-07-16 00:00",93,"2013-08-26 00:00","","","","",93,86,66,51,27,14,5,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7607,87,324,365,259,409,"","","Certification not required",0,7.216866,5.553256,107,"2013-08-23 18:00",78.5,"2013-03-18 03:00",63.4,"2013-03-18 01:00",63.4,"2013-05-08 15:00","","","","",27,23,17.1,12.2,9,6.4,2.2,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7348,87,324,365,0,409,"","","Certification not required",0,6.949115,5.222069,78.5,"2013-03-18 03:00",63.4,"2013-03-18 01:00",63.4,"2013-05-08 15:00",59.5,"2013-06-19 17:00","","","","",26,21.8,15.9,11.5,8.6,6.1,1.4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7607,87,324,365,259,409,"","","Certification not required",0,7.216866,5.553256,107,"2013-08-23 18:00",78.5,"2013-03-18 03:00",63.4,"2013-03-18 01:00",63.4,"2013-05-08 15:00","","","","",27,23,17.1,12.2,9,6.4,2.2,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",318,87,318,365,0,0,0,0,"Certification not required",0,7.171698,3.596338,23.5,"2013-03-28 00:00",21,"2013-06-19 00:00",18.7,"2013-08-07 00:00",18.4,"2013-03-29 00:00","","","","",18.4,17.3,14.4,11.6,9,6.5,3.4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",307,87,318,365,0,0,0,0,"Certification not required",0,6.900326,3.33902,23.5,"2013-03-28 00:00",21,"2013-06-19 00:00",18.4,"2013-03-29 00:00",18.1,"2013-03-10 00:00","","","","",18.1,15.9,13,10.9,8.4,6.2,3.2,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",318,87,318,365,0,0,0,0,"Certification not required",0,7.171698,3.596338,23.5,"2013-03-28 00:00",21,"2013-06-19 00:00",18.7,"2013-08-07 00:00",18.4,"2013-03-29 00:00","","","","",18.4,17.3,14.4,11.6,9,6.5,3.4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",318,87,318,365,0,0,"","","Certification not required",0,7.171698,3.596338,23.5,"2013-03-28 00:00",21,"2013-06-19 00:00",18.7,"2013-08-07 00:00",18.4,"2013-03-29 00:00","","","","",18.4,17.3,14.4,11.6,9,6.5,3.4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",318,87,318,365,0,0,"","","Certification not required",0,7.171698,3.596338,23.5,"2013-03-28 00:00",21,"2013-06-19 00:00",18.7,"2013-08-07 00:00",18.4,"2013-03-29 00:00","","","","",18.4,17.3,14.4,11.6,9,6.5,3.4,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","083","0001","88101",3,47.80342,-104.48562,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",307,87,318,365,0,0,"","","Certification not required",0,6.900326,3.33902,23.5,"2013-03-28 00:00",21,"2013-06-19 00:00",18.4,"2013-03-29 00:00",18.1,"2013-03-10 00:00","","","","",18.1,15.9,13,10.9,8.4,6.2,3.2,"Sidney Oil Field","15 miles NW of Sidney","Montana","Richland","","","2014-01-06" +"30","085","9000","85101",1,48.30795,-105.102866,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",0,5.698377,3.721312,17.0783,"2013-05-10 00:00",13.5083,"2013-05-07 00:00",11.7323,"2013-05-16 00:00",11.6695,"2013-05-25 00:00","","","","",17.0783,17.0783,13.5083,11.6695,7.7914,4.2264,1.9905,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","86502",1,48.30795,-105.102866,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",39,64,21,61,0,12,"","","Certification not required",0,2.205128,2.966297,12,"2013-05-10 00:00",9,"2013-05-07 00:00",7,"2013-05-13 00:00",7,"2013-05-16 00:00","","","","",12,12,9,7,4,1,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88103",1,48.30795,-105.102866,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,2.3e-05,0.000152,0.001,"2013-01-31 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88104",1,48.30795,-105.102866,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.033384,0.035834,0.1506,"2013-05-07 00:00",0.147,"2013-05-10 00:00",0.102,"2013-04-28 00:00",0.0948,"2013-05-16 00:00","","","","",0.1506,0.1506,0.102,0.0897,0.035,0.0228,0.006,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88109",1,48.30795,-105.102866,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.001372,0.001366,0.0096,"2013-01-31 00:00",0.002,"2013-05-10 00:00",0.0019,"2013-03-08 00:00",0.0019,"2013-03-29 00:00","","","","",0.0096,0.0096,0.0019,0.0019,0.0016,0.0012,0.0005,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88111",1,48.30795,-105.102866,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.030551,0.032088,0.1355,"2013-05-07 00:00",0.1325,"2013-05-10 00:00",0.0989,"2013-05-04 00:00",0.0958,"2013-05-16 00:00","","","","",0.1355,0.1355,0.0989,0.0708,0.0337,0.0195,0.0061,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88112",1,48.30795,-105.102866,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,2.3e-05,0.000152,0.001,"2013-01-31 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88114",1,48.30795,-105.102866,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",23,0.000229,0.000174,0.0011,"2013-01-01 00:00",0.0004,"2013-01-04 00:00",0.0004,"2013-01-13 00:00",0.0004,"2013-01-22 00:00","","","","",0.0011,0.0011,0.0004,0.0004,0.0003,0.00015,0.0001,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88115",1,48.30795,-105.102866,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",24,0.000503,0.000703,0.0034,"2013-05-07 00:00",0.0028,"2013-05-04 00:00",0.0017,"2013-04-10 00:00",0.0015,"2013-04-28 00:00","","","","",0.0034,0.0034,0.0017,0.0011,0.0006,0.00015,0.0001,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88126",1,48.30795,-105.102866,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.02554,0.027129,0.1198,"2013-05-07 00:00",0.1151,"2013-05-10 00:00",0.0754,"2013-05-04 00:00",0.0742,"2013-05-16 00:00","","","","",0.1198,0.1198,0.0754,0.0579,0.0286,0.0164,0.0057,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88128",1,48.30795,-105.102866,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000535,0.000767,0.003,"2013-04-07 00:00",0.002,"2013-01-31 00:00",0.002,"2013-03-05 00:00",0.002,"2013-03-29 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88132",1,48.30795,-105.102866,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000744,0.000819,0.003,"2013-05-07 00:00",0.003,"2013-05-10 00:00",0.002,"2013-05-04 00:00",0.002,"2013-05-13 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88136",1,48.30795,-105.102866,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88140",1,48.30795,-105.102866,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",8,0.012062,0.013579,0.0616,"2013-01-31 00:00",0.0456,"2013-05-07 00:00",0.0425,"2013-05-04 00:00",0.0406,"2013-05-10 00:00","","","","",0.0616,0.0616,0.0425,0.0264,0.0167,0.0071,0.0011,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88152",1,48.30795,-105.102866,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",33,0.000685,0.001308,0.0057,"2013-03-08 00:00",0.0051,"2013-04-07 00:00",0.0032,"2013-03-05 00:00",0.0027,"2013-05-25 00:00","","","","",0.0057,0.0057,0.0032,0.0025,0.00015,0.00015,0.0001,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88154",1,48.30795,-105.102866,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",15,0.000284,0.000233,0.001,"2013-05-25 00:00",0.0008,"2013-05-16 00:00",0.0008,"2013-05-28 00:00",0.0007,"2013-03-29 00:00","","","","",0.001,0.001,0.0008,0.0007,0.0004,0.0002,0.0001,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88161",1,48.30795,-105.102866,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",3,0.001751,0.001742,0.0073,"2013-05-10 00:00",0.0066,"2013-05-07 00:00",0.0051,"2013-05-13 00:00",0.0049,"2013-04-28 00:00","","","","",0.0073,0.0073,0.0051,0.0047,0.002,0.0013,0.0004,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88164",1,48.30795,-105.102866,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",17,0.000106,7.1e-05,0.0004,"2013-03-11 00:00",0.0002,"2013-02-15 00:00",0.0002,"2013-02-18 00:00",0.0002,"2013-03-08 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,5e-05,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88165",1,48.30795,-105.102866,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.081898,0.093089,0.3841,"2013-05-10 00:00",0.3645,"2013-05-07 00:00",0.2544,"2013-05-16 00:00",0.252,"2013-04-28 00:00","","","","",0.3841,0.3841,0.2544,0.2354,0.086,0.06,0.01,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88167",1,48.30795,-105.102866,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.001884,0.001311,0.0064,"2013-05-04 00:00",0.006,"2013-04-07 00:00",0.0042,"2013-03-29 00:00",0.0041,"2013-04-16 00:00","","","","",0.0064,0.0064,0.0042,0.0038,0.0022,0.0015,0.0007,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88168",1,48.30795,-105.102866,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",16,0.000269,0.000202,0.001,"2013-03-29 00:00",0.0007,"2013-05-04 00:00",0.0006,"2013-02-03 00:00",0.0006,"2013-04-28 00:00","","","","",0.001,0.001,0.0006,0.0006,0.0004,0.0002,0.0001,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88169",1,48.30795,-105.102866,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.345888,0.22582,0.9771,"2013-03-08 00:00",0.9224,"2013-04-07 00:00",0.8124,"2013-02-27 00:00",0.6135,"2013-03-29 00:00","","","","",0.9771,0.9771,0.8124,0.6104,0.4745,0.2999,0.115,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88176",1,48.30795,-105.102866,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",40,0.000158,4.1e-05,0.0003,"2013-01-22 00:00",0.0003,"2013-03-29 00:00",0.0003,"2013-05-10 00:00",0.00015,"2013-01-01 00:00","","","","",0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88180",1,48.30795,-105.102866,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.020074,0.011239,0.053,"2013-05-07 00:00",0.0498,"2013-05-10 00:00",0.0365,"2013-05-16 00:00",0.0348,"2013-05-04 00:00","","","","",0.053,0.053,0.0365,0.0336,0.0268,0.0166,0.008,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88184",1,48.30795,-105.102866,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",8,0.018298,0.025527,0.1474,"2013-01-31 00:00",0.0752,"2013-01-19 00:00",0.0552,"2013-04-10 00:00",0.0446,"2013-05-01 00:00","","","","",0.1474,0.1474,0.0552,0.0411,0.0188,0.0109,0.0019,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88185",1,48.30795,-105.102866,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",39,0.000644,0.000252,0.0018,"2013-04-22 00:00",0.0012,"2013-02-18 00:00",0.0012,"2013-04-16 00:00",0.0009,"2013-03-29 00:00","","","","",0.0018,0.0018,0.0012,0.00065,0.00065,0.00065,0.0004,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88203",1,48.30795,-105.102866,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",17,0.011288,0.009228,0.042,"2013-01-31 00:00",0.041,"2013-03-29 00:00",0.0322,"2013-03-02 00:00",0.0256,"2013-04-07 00:00","","","","",0.042,0.042,0.0322,0.0239,0.0119,0.009,0.0028,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88306",1,48.30795,-105.102866,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.962344,1.294293,8.0439,"2013-03-29 00:00",2.39,"2013-02-24 00:00",2.2565,"2013-04-07 00:00",2.2504,"2013-03-08 00:00","","","","",8.0439,8.0439,2.2565,2.1522,1.2838,0.6111,0.14,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88320",1,48.30795,-105.102866,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.411395,0.182673,0.96,"2013-03-29 00:00",0.84,"2013-05-13 00:00",0.79,"2013-01-13 00:00",0.76,"2013-05-19 00:00","","","","",0.96,0.96,0.79,0.69,0.51,0.35,0.24,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88321",1,48.30795,-105.102866,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.091395,0.073374,0.43,"2013-03-29 00:00",0.29,"2013-03-08 00:00",0.17,"2013-05-25 00:00",0.16,"2013-01-13 00:00","","","","",0.43,0.43,0.17,0.16,0.11,0.07,0.03,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88324",1,48.30795,-105.102866,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",34,0.026306,0.012966,0.0618,"2013-04-04 00:00",0.0591,"2013-04-13 00:00",0.0503,"2013-04-10 00:00",0.0474,"2013-02-12 00:00","","","","",0.0618,0.0618,0.0503,0.047,0.02935,0.0226,0.0157,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88325",1,48.30795,-105.102866,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",4,0.097408,0.053884,0.305,"2013-03-29 00:00",0.2217,"2013-05-19 00:00",0.1825,"2013-04-07 00:00",0.1716,"2013-03-08 00:00","","","","",0.305,0.305,0.1825,0.1555,0.116,0.0826,0.044,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88326",1,48.30795,-105.102866,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",16,0.087777,0.060731,0.2753,"2013-05-13 00:00",0.266,"2013-05-22 00:00",0.2036,"2013-03-02 00:00",0.189,"2013-01-13 00:00","","","","",0.2753,0.2753,0.2036,0.1769,0.1111,0.0781,0.03735,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88327",1,48.30795,-105.102866,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.076892,0.036652,0.1791,"2013-05-13 00:00",0.1633,"2013-03-29 00:00",0.1614,"2013-01-13 00:00",0.1278,"2013-05-22 00:00","","","","",0.1791,0.1791,0.1614,0.1233,0.0978,0.0697,0.0384,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88328",1,48.30795,-105.102866,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.123484,0.06205,0.2823,"2013-01-13 00:00",0.2708,"2013-03-29 00:00",0.269,"2013-05-19 00:00",0.2271,"2013-05-13 00:00","","","","",0.2823,0.2823,0.269,0.2198,0.1569,0.1026,0.0592,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88329",1,48.30795,-105.102866,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.164442,0.101988,0.5984,"2013-03-29 00:00",0.3855,"2013-01-13 00:00",0.3317,"2013-03-08 00:00",0.286,"2013-05-25 00:00","","","","",0.5984,0.5984,0.3317,0.2708,0.2082,0.1424,0.078,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88330",1,48.30795,-105.102866,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.049851,0.026553,0.1138,"2013-03-08 00:00",0.1004,"2013-03-29 00:00",0.0967,"2013-03-11 00:00",0.0938,"2013-02-27 00:00","","","","",0.1138,0.1138,0.0967,0.0893,0.0673,0.0478,0.0189,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88331",1,48.30795,-105.102866,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",12,0.000112,0.000402,0.002,"2013-04-04 00:00",0.0018,"2013-03-11 00:00",0.0002,"2013-01-13 00:00",0.0001,"2013-03-02 00:00","","","","",0.002,0.002,0.0002,0.0001,5e-05,0,0,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88338",1,48.30795,-105.102866,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",39,0.020292,0.024112,0.1697,"2013-04-10 00:00",0.0365,"2013-05-22 00:00",0.0292,"2013-05-01 00:00",0.0259,"2013-05-16 00:00","","","","",0.1697,0.1697,0.0292,0.02455,0.0236,0.01475,0.01065,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88339",1,48.30795,-105.102866,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1.426781,0.931503,4.03041,"2013-03-08 00:00",3.80498,"2013-04-07 00:00",3.35107,"2013-02-27 00:00",2.53048,"2013-03-29 00:00","","","","",4.03041,4.03041,3.35107,2.51798,1.9574,1.23692,0.47421,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88344",1,48.30795,-105.102866,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1.241458,1.669612,10.3766,"2013-03-29 00:00",3.0831,"2013-02-24 00:00",2.9109,"2013-04-07 00:00",2.903,"2013-03-08 00:00","","","","",10.3766,10.3766,2.9109,2.7763,1.6561,0.7883,0.1811,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88348",1,48.30795,-105.102866,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.392281,0.429947,1.7885,"2013-05-10 00:00",1.7626,"2013-05-07 00:00",1.1865,"2013-05-16 00:00",1.1357,"2013-05-04 00:00","","","","",1.7885,1.7885,1.1865,1.1075,0.4143,0.2735,0.0779,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88350",1,48.30795,-105.102866,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.740321,0.329313,1.7327,"2013-03-29 00:00",1.512,"2013-05-13 00:00",1.4182,"2013-01-13 00:00",1.3689,"2013-05-19 00:00","","","","",1.7327,1.7327,1.4182,1.249,0.9106,0.6352,0.4313,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88403",1,48.30795,-105.102866,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,1.009786,0.689873,2.9991,"2013-03-08 00:00",2.8301,"2013-04-07 00:00",2.388,"2013-02-27 00:00",1.836,"2013-03-29 00:00","","","","",2.9991,2.9991,2.388,1.7835,1.467,0.849,0.3467,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","085","9000","88502",1,48.30795,-105.102866,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,3.323256,2.124218,12.9,"2013-03-29 00:00",8.4,"2013-03-08 00:00",6,"2013-04-07 00:00",5,"2013-03-11 00:00","","","","",12.9,12.9,6,4.9,4.1,2.9,1.3,"","Fort Peck","Montana","Roosevelt","","","2014-01-28" +"30","087","0001","42601",1,45.36575,-106.48968,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7725,88,324,365,0,291,"","","Certification not required",0,0.012557,0.410533,35,"2013-04-04 09:00",3,"2013-02-20 14:00",2,"2013-01-04 12:00",2,"2013-02-20 13:00","","","","",0,0,0,0,0,0,0,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","42602",1,45.36575,-106.48968,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7725,88,324,365,0,291,0,"","Certification not required",0,1.638889,1.27703,8,"2013-01-07 05:00",7,"2013-01-06 21:00",7,"2013-09-25 15:00",6,"2013-01-10 18:00","","","","",6,6,4,3,2,1,1,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","42602",1,45.36575,-106.48968,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7725,88,324,365,0,291,"","","Certification not required",0,0.500971,0.75606,8,"2013-01-07 05:00",7,"2013-01-06 21:00",7,"2013-09-25 15:00",6,"2013-01-06 19:00","","","","",3,3,2,1,1,0,0,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","42603",1,45.36575,-106.48968,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7725,88,324,365,0,291,"","","Certification not required",0,0.525178,0.932076,38,"2013-04-04 09:00",8,"2013-01-07 05:00",8,"2013-02-20 14:00",8,"2013-02-20 15:00","","","","",4,3,2,1,1,0,0,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","44201",1,45.36575,-106.48968,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7819,100,122,122,0,197,0,0,"Certification not required",5,0.048197,0.006952,0.068,"2013-06-04 12:00",0.064,"2013-08-22 16:00",0.063,"2013-09-05 16:00",0.061,"2013-05-25 15:00","","","","",0.064,0.063,0.059,0.057,0.054,0.051,0.047,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","44201",1,45.36575,-106.48968,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7807,99,121,122,0,0,0,0,"Certification not required",0,0.044397,0.006588,0.059,"2013-06-19 12:00",0.056,"2013-06-18 13:00",0.056,"2013-07-11 09:00",0.056,"2013-08-22 12:00","","","","",0.056,0.056,0.055,0.053,0.051,0.048,0.044,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","44201",1,45.36575,-106.48968,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7807,99,121,122,0,0,0,0,"Certification not required",0,0.044397,0.006588,0.059,"2013-06-19 12:00",0.056,"2013-06-18 13:00",0.056,"2013-07-11 09:00",0.056,"2013-08-22 12:00","","","","",0.056,0.056,0.055,0.053,0.051,0.048,0.044,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","61101",1,45.36575,-106.48968,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7551,86,301,365,0,465,"","","Certification not required",0,5.52989,3.336907,22.3,"2013-07-04 23:00",19,"2013-07-13 20:00",19,"2013-11-20 01:00",19,"2013-11-20 02:00","","","","",14.8,13.4,11.7,10.3,7.8,4.9,1.7,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","61102",1,45.36575,-106.48968,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7552,86,302,365,0,464,"","","Certification not required",0,185.169889,103.771285,360,"2013-01-10 22:00",360,"2013-03-06 01:00",360,"2013-03-24 17:00",360,"2013-06-17 07:00","","","","",355,351,336,316,252,215,29,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","61106",1,45.36575,-106.48968,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7551,86,302,365,0,465,"","","Certification not required",0,26.227122,16.502464,86,"2013-07-01 01:00",84,"2013-05-29 01:00",83,"2013-04-01 23:00",83,"2013-10-10 02:00","","","","",69,66,58,52,37,22,8,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","62101",1,45.36575,-106.48968,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8004,91,334,365,0,12,"","","Certification not required",0,48.260995,21.687804,101,"2013-07-11 11:00",101,"2013-07-11 14:00",100,"2013-09-05 14:00",99,"2013-07-11 12:00","","","","",94,91,86,79,64,47,21,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","81102",1,45.36575,-106.48968,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6915,80,293,365,0,1006,"","","Certification not required",1133,16.599566,24.367213,487,"2013-06-30 21:00",442,"2013-06-27 22:00",350,"2013-05-23 08:00",337,"2013-08-18 20:00","","","","",123,88,55,35,18,10,2,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","81102",1,45.36575,-106.48968,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7010,80,293,365,95,1006,"","","Certification not required",1134,16.914265,24.867753,487,"2013-06-30 21:00",442,"2013-06-27 22:00",384,"2013-08-20 20:00",350,"2013-05-23 08:00","","","","",123,91,57,36,19,10,2,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","81102",1,45.36575,-106.48968,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7010,80,293,365,95,1006,"","","Certification not required",1134,16.914265,24.867753,487,"2013-06-30 21:00",442,"2013-06-27 22:00",384,"2013-08-20 20:00",350,"2013-05-23 08:00","","","","",123,91,57,36,19,10,2,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","81102",1,45.36575,-106.48968,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Excluded",289,80,293,365,0,0,0,0,"Certification not required",0,16.100346,12.437356,67,"2013-08-18 00:00",59,"2013-07-24 00:00",56,"2013-06-27 00:00",51,"2013-06-30 00:00","","","","",56,49,40,34,24,12,3,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","81102",1,45.36575,-106.48968,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",293,80,293,365,0,0,0,0,"Certification not required",0,16.412969,12.705439,67,"2013-08-18 00:00",59,"2013-07-24 00:00",56,"2013-06-27 00:00",54,"2013-08-20 00:00","","","","",56,49,41,34,25,12,4,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","81102",1,45.36575,-106.48968,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",293,80,293,365,0,0,0,0,"Certification not required",0,16.412969,12.705439,67,"2013-08-18 00:00",59,"2013-07-24 00:00",56,"2013-06-27 00:00",54,"2013-08-20 00:00","","","","",56,49,41,34,25,12,4,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7147,82,309,365,95,869,"","","Certification not required",0,4.047656,5.015409,104.8,"2013-06-30 21:00",86,"2013-08-20 20:00",83.7,"2013-06-27 22:00",65.4,"2013-07-16 21:00","","","","",20.5,17.1,11.4,8.7,5.7,3.3,-0.3,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Excluded",7052,82,309,365,0,869,"","","Certification not required",0,3.911826,4.781442,104.8,"2013-06-30 21:00",83.7,"2013-06-27 22:00",65.4,"2013-07-16 21:00",54.8,"2013-07-04 05:00","","","","",20.1,16.4,10.7,8.3,5.5,3.2,-0.6,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7147,82,309,365,95,869,"","","Certification not required",0,4.047656,5.015409,104.8,"2013-06-30 21:00",86,"2013-08-20 20:00",83.7,"2013-06-27 22:00",65.4,"2013-07-16 21:00","","","","",20.5,17.1,11.4,8.7,5.7,3.3,-0.3,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Excluded",296,82,300,365,0,0,0,0,"Certification not required",0,3.853378,2.293452,13.8,"2013-06-27 00:00",12.3,"2013-06-30 00:00",10.9,"2013-09-04 00:00",10.5,"2013-08-30 00:00","","","","",10.9,10.4,8.4,6.9,4.9,3.5,1.5,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Inclucded",300,82,300,365,0,0,0,0,"Certification not required",0,3.989333,2.570469,17.1,"2013-08-20 00:00",13.8,"2013-06-27 00:00",13.7,"2013-08-23 00:00",13.2,"2013-08-21 00:00","","","","",13.7,12.2,9.8,7,4.9,3.6,1.6,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",300,82,300,365,0,0,0,0,"Certification not required",0,3.989333,2.570469,17.1,"2013-08-20 00:00",13.8,"2013-06-27 00:00",13.7,"2013-08-23 00:00",13.2,"2013-08-21 00:00","","","","",13.7,12.2,9.8,7,4.9,3.6,1.6,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Inclucded",300,82,300,365,0,0,"","","Certification not required",0,3.989333,2.570469,17.1,"2013-08-20 00:00",13.8,"2013-06-27 00:00",13.7,"2013-08-23 00:00",13.2,"2013-08-21 00:00","","","","",13.7,12.2,9.8,7,4.9,3.6,1.6,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Events Excluded",296,82,300,365,0,0,"","","Certification not required",0,3.853378,2.293452,13.8,"2013-06-27 00:00",12.3,"2013-06-30 00:00",10.9,"2013-09-04 00:00",10.5,"2013-08-30 00:00","","","","",10.9,10.4,8.4,6.9,4.9,3.5,1.5,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0001","88101",3,45.36575,-106.48968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",300,82,300,365,0,0,"","","Certification not required",0,3.989333,2.570469,17.1,"2013-08-20 00:00",13.8,"2013-06-27 00:00",13.7,"2013-08-23 00:00",13.2,"2013-08-21 00:00","","","","",13.7,12.2,9.8,7,4.9,3.6,1.6,"Birney - Tongue river","3 Miles North of Birney MT","Montana","Rosebud","","","2014-01-06" +"30","087","0762","85101",1,45.648333,-106.556667,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.157141,3.061995,15.1463,"2013-05-10 00:00",11.1729,"2013-04-01 00:00",11.0262,"2013-01-16 00:00",9.8066,"2013-05-13 00:00","","","","",15.1463,15.1463,11.0262,8.773,5.249,2.9655,1.4518,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","86502",1,45.648333,-106.556667,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.673469,2.163983,9,"2013-01-16 00:00",9,"2013-05-10 00:00",6,"2013-04-01 00:00",5,"2013-04-04 00:00","","","","",9,9,6,5,2,1,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88103",1,45.648333,-106.556667,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88104",1,45.648333,-106.556667,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.046846,0.05027,0.218,"2013-05-10 00:00",0.1806,"2013-05-16 00:00",0.1501,"2013-05-13 00:00",0.1385,"2013-04-25 00:00","","","","",0.218,0.218,0.1501,0.1273,0.069,0.0254,0.009,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88109",1,45.648333,-106.556667,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.000976,0.000582,0.0032,"2013-01-31 00:00",0.0023,"2013-05-13 00:00",0.0019,"2013-05-10 00:00",0.0018,"2013-05-01 00:00","","","","",0.0032,0.0032,0.0019,0.0017,0.0012,0.0008,0.0004,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88111",1,45.648333,-106.556667,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.036257,0.037323,0.1729,"2013-05-10 00:00",0.1365,"2013-05-16 00:00",0.1147,"2013-05-13 00:00",0.1124,"2013-05-07 00:00","","","","",0.1729,0.1729,0.1147,0.088,0.0567,0.0219,0.0054,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88112",1,45.648333,-106.556667,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88114",1,45.648333,-106.556667,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.000175,9.9e-05,0.0005,"2013-05-10 00:00",0.0005,"2013-05-13 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-01-07 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0002,0.00015,0.0001,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88115",1,45.648333,-106.556667,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.000558,0.000639,0.0026,"2013-05-16 00:00",0.0024,"2013-04-28 00:00",0.0022,"2013-04-25 00:00",0.0016,"2013-01-16 00:00","","","","",0.0026,0.0026,0.0022,0.0016,0.0007,0.0002,0.00015,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88126",1,45.648333,-106.556667,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.029874,0.03299,0.1445,"2013-05-10 00:00",0.1306,"2013-05-16 00:00",0.0922,"2013-05-13 00:00",0.0863,"2013-04-25 00:00","","","","",0.1445,0.1445,0.0922,0.0785,0.0461,0.0156,0.0042,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88128",1,45.648333,-106.556667,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00042,0.000642,0.002,"2013-04-01 00:00",0.002,"2013-04-22 00:00",0.002,"2013-04-25 00:00",0.001,"2013-01-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88132",1,45.648333,-106.556667,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00082,0.001004,0.004,"2013-05-10 00:00",0.003,"2013-04-01 00:00",0.003,"2013-05-13 00:00",0.003,"2013-05-16 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88136",1,45.648333,-106.556667,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88140",1,45.648333,-106.556667,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.011902,0.013058,0.05,"2013-05-10 00:00",0.0428,"2013-04-28 00:00",0.0425,"2013-05-07 00:00",0.0412,"2013-04-01 00:00","","","","",0.05,0.05,0.0425,0.0337,0.016,0.007,0.00115,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88152",1,45.648333,-106.556667,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",37,0.000361,0.000608,0.0034,"2013-02-18 00:00",0.0024,"2013-02-21 00:00",0.0016,"2013-05-25 00:00",0.001,"2013-02-09 00:00","","","","",0.0034,0.0034,0.0016,0.0009,0.0002,0.00015,0.0001,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88154",1,45.648333,-106.556667,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",32,0.000176,0.000136,0.0007,"2013-05-16 00:00",0.0006,"2013-05-25 00:00",0.0005,"2013-05-10 00:00",0.0004,"2013-03-08 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.0002,0.0001,0.0001,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88161",1,45.648333,-106.556667,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.002632,0.002662,0.0111,"2013-05-10 00:00",0.0095,"2013-05-16 00:00",0.0082,"2013-05-13 00:00",0.008,"2013-04-25 00:00","","","","",0.0111,0.0111,0.0082,0.0078,0.0038,0.0016,0.0004,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88164",1,45.648333,-106.556667,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.00012,0.000101,0.0005,"2013-05-10 00:00",0.0004,"2013-05-25 00:00",0.0003,"2013-03-29 00:00",0.0003,"2013-04-01 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0002,0.0001,5e-05,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88165",1,45.648333,-106.556667,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.110074,0.127717,0.5815,"2013-05-10 00:00",0.4745,"2013-05-16 00:00",0.3763,"2013-05-13 00:00",0.3173,"2013-04-25 00:00","","","","",0.5815,0.5815,0.3763,0.296,0.1768,0.0581,0.0149,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88167",1,45.648333,-106.556667,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001192,0.001395,0.0098,"2013-01-16 00:00",0.0029,"2013-04-01 00:00",0.0025,"2013-04-19 00:00",0.0022,"2013-01-31 00:00","","","","",0.0098,0.0098,0.0025,0.0021,0.0014,0.0009,0.0004,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88168",1,45.648333,-106.556667,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000583,0.000566,0.0023,"2013-02-09 00:00",0.002,"2013-04-01 00:00",0.0017,"2013-05-01 00:00",0.0016,"2013-05-10 00:00","","","","",0.0023,0.0023,0.0017,0.0015,0.0008,0.0003,0.0001,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88169",1,45.648333,-106.556667,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.193276,0.131814,0.5919,"2013-04-01 00:00",0.535,"2013-04-22 00:00",0.4014,"2013-03-23 00:00",0.3794,"2013-05-10 00:00","","","","",0.5919,0.5919,0.4014,0.3711,0.2748,0.1656,0.0564,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88176",1,45.648333,-106.556667,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000182,8.4e-05,0.0006,"2013-03-26 00:00",0.0004,"2013-05-10 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-01-19 00:00","","","","",0.0006,0.0006,0.0003,0.0003,0.00015,0.00015,0.00015,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88180",1,45.648333,-106.556667,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.018932,0.015967,0.0726,"2013-05-10 00:00",0.0595,"2013-05-16 00:00",0.0479,"2013-05-13 00:00",0.0455,"2013-04-25 00:00","","","","",0.0726,0.0726,0.0479,0.0439,0.0244,0.0133,0.0055,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88184",1,45.648333,-106.556667,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.008701,0.010016,0.0387,"2013-05-10 00:00",0.0371,"2013-05-16 00:00",0.031,"2013-04-01 00:00",0.0304,"2013-05-25 00:00","","","","",0.0387,0.0387,0.031,0.0285,0.0145,0.004,0.0016,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88185",1,45.648333,-106.556667,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000775,0.000459,0.0024,"2013-04-01 00:00",0.002,"2013-05-16 00:00",0.0019,"2013-03-29 00:00",0.0018,"2013-03-23 00:00","","","","",0.0024,0.0024,0.0019,0.0018,0.00075,0.00065,0.0004,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88203",1,45.648333,-106.556667,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.006829,0.004924,0.0299,"2013-05-22 00:00",0.018,"2013-03-11 00:00",0.0159,"2013-03-02 00:00",0.011,"2013-01-19 00:00","","","","",0.0299,0.0299,0.0159,0.0108,0.00905,0.0071,0.0027,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88306",1,45.648333,-106.556667,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.217294,0.221744,1.1338,"2013-02-21 00:00",0.803,"2013-03-23 00:00",0.7434,"2013-03-17 00:00",0.6147,"2013-03-08 00:00","","","","",1.1338,1.1338,0.7434,0.5555,0.2583,0.1601,0.0471,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88320",1,45.648333,-106.556667,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.2922,0.180603,0.92,"2013-05-13 00:00",0.71,"2013-05-25 00:00",0.67,"2013-05-19 00:00",0.61,"2013-05-16 00:00","","","","",0.92,0.92,0.67,0.58,0.36,0.27,0.12,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88321",1,45.648333,-106.556667,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0458,0.023568,0.12,"2013-01-25 00:00",0.09,"2013-05-07 00:00",0.09,"2013-05-25 00:00",0.08,"2013-04-04 00:00","","","","",0.12,0.12,0.09,0.07,0.06,0.05,0.02,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88324",1,45.648333,-106.556667,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.021672,0.007937,0.0445,"2013-04-04 00:00",0.0385,"2013-03-23 00:00",0.0323,"2013-04-19 00:00",0.0312,"2013-04-07 00:00","","","","",0.0445,0.0445,0.0323,0.031,0.02955,0.02265,0.0156,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88325",1,45.648333,-106.556667,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.057683,0.040461,0.209,"2013-05-13 00:00",0.1727,"2013-05-25 00:00",0.1427,"2013-05-19 00:00",0.1321,"2013-05-16 00:00","","","","",0.209,0.209,0.1427,0.111,0.073,0.046,0.0319,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88326",1,45.648333,-106.556667,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",27,0.07778,0.06289,0.3048,"2013-05-13 00:00",0.2298,"2013-05-19 00:00",0.22,"2013-01-25 00:00",0.2006,"2013-05-10 00:00","","","","",0.3048,0.3048,0.22,0.1717,0.1038,0.0388,0.03275,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88327",1,45.648333,-106.556667,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.059798,0.036586,0.1708,"2013-05-13 00:00",0.1327,"2013-05-19 00:00",0.1327,"2013-05-25 00:00",0.1273,"2013-01-25 00:00","","","","",0.1708,0.1708,0.1327,0.1188,0.078,0.0539,0.01635,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88328",1,45.648333,-106.556667,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.083563,0.053155,0.2222,"2013-05-13 00:00",0.2065,"2013-05-25 00:00",0.1924,"2013-04-04 00:00",0.1662,"2013-05-10 00:00","","","","",0.2222,0.2222,0.1924,0.1641,0.121,0.0743,0.0269,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88329",1,45.648333,-106.556667,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.092642,0.05429,0.2321,"2013-05-25 00:00",0.2096,"2013-05-13 00:00",0.2065,"2013-04-04 00:00",0.1836,"2013-05-10 00:00","","","","",0.2321,0.2321,0.2065,0.1603,0.1372,0.0785,0.027,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88330",1,45.648333,-106.556667,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.036476,0.021865,0.0865,"2013-01-25 00:00",0.0835,"2013-03-08 00:00",0.0727,"2013-03-17 00:00",0.0727,"2013-05-19 00:00","","","","",0.0865,0.0865,0.0727,0.0722,0.0502,0.0316,0.0113,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88331",1,45.648333,-106.556667,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,6.7e-05,0.000186,0.001,"2013-02-09 00:00",0.0009,"2013-03-29 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88338",1,45.648333,-106.556667,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",48,0.01758,0.012508,0.0926,"2013-02-18 00:00",0.0464,"2013-04-04 00:00",0.0246,"2013-02-12 00:00",0.0245,"2013-02-21 00:00","","","","",0.0926,0.0926,0.0246,0.0245,0.0161,0.01525,0.0104,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88339",1,45.648333,-106.556667,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.797219,0.543745,2.44151,"2013-04-01 00:00",2.20679,"2013-04-22 00:00",1.6559,"2013-03-23 00:00",1.56482,"2013-05-10 00:00","","","","",2.44151,2.44151,1.6559,1.53087,1.13351,0.68322,0.23261,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88344",1,45.648333,-106.556667,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.280326,0.286046,1.4626,"2013-02-21 00:00",1.0355,"2013-03-23 00:00",0.959,"2013-03-17 00:00",0.793,"2013-03-08 00:00","","","","",1.4626,1.4626,0.959,0.7166,0.3332,0.2065,0.0608,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88348",1,45.648333,-106.556667,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.513562,0.572642,2.5804,"2013-05-10 00:00",2.1358,"2013-05-16 00:00",1.6931,"2013-05-13 00:00",1.4574,"2013-04-25 00:00","","","","",2.5804,2.5804,1.6931,1.3972,0.8054,0.2836,0.0943,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88350",1,45.648333,-106.556667,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.524066,0.324483,1.6488,"2013-05-13 00:00",1.2731,"2013-05-25 00:00",1.202,"2013-05-19 00:00",1.0982,"2013-05-16 00:00","","","","",1.6488,1.6488,1.202,1.0435,0.6521,0.49,0.2101,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88403",1,45.648333,-106.556667,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.557558,0.393839,1.8043,"2013-04-01 00:00",1.6397,"2013-04-22 00:00",1.2949,"2013-03-23 00:00",1.0884,"2013-03-05 00:00","","","","",1.8043,1.8043,1.2949,1.0523,0.784,0.4502,0.1628,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","087","0762","88502",1,45.648333,-106.556667,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.052,1.333285,6,"2013-05-10 00:00",5.2,"2013-05-16 00:00",4.6,"2013-05-13 00:00",4.5,"2013-04-01 00:00","","","","",6,6,4.6,4.3,2.8,1.9,0.7,"","NO CHEYENNE, BADGER PEAK, COLSTRIP","Montana","Rosebud","Not in a city","","2014-01-28" +"30","089","0007","81102",1,47.596389,-115.323611,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,0,0,"Certification not required",1,13.525,9.958858,57,"2013-03-05 00:00",32,"2013-02-15 00:00",30,"2013-03-11 00:00",28,"2013-04-04 00:00","","","","",57,57,32,28,17,11,5,"THOMPSON FALLS HIGH SCHOOL","THOMPSON FALLS HIGH SCHL 1M N OF HWY 200","Montana","Sanders","","","2013-12-31" +"30","089","0007","81102",2,47.596389,-115.323611,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",16,52,16,31,0,7,0,0,"Certification not required",0,13.125,11.706836,54,"2013-03-05 00:00",21,"2013-09-13 00:00",17,"2013-02-21 00:00",15,"2013-01-04 00:00","","","","",54,54,54,21,15,10,5,"THOMPSON FALLS HIGH SCHOOL","THOMPSON FALLS HIGH SCHL 1M N OF HWY 200","Montana","Sanders","","","2013-12-31" +"30","089","0007","81102",3,47.596389,-115.323611,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",1180,13,48,365,0,284,"","","Certification not required",22,16.322881,10.613416,93,"2013-11-19 20:00",88,"2013-11-01 12:00",83,"2013-11-25 17:00",81,"2013-10-30 12:00","","","","",57,46,36,28,20,14,6,"THOMPSON FALLS HIGH SCHOOL","THOMPSON FALLS HIGH SCHL 1M N OF HWY 200","Montana","Sanders","","","2014-01-06" +"30","089","0007","81102",3,47.596389,-115.323611,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",48,13,48,365,0,0,0,0,"Certification not required",0,15.354167,6.089718,39,"2013-10-31 00:00",25,"2013-10-19 00:00",25,"2013-11-25 00:00",24,"2013-11-30 00:00","","","","",39,39,25,23,18,16,8,"THOMPSON FALLS HIGH SCHOOL","THOMPSON FALLS HIGH SCHL 1M N OF HWY 200","Montana","Sanders","","","2014-01-06" +"30","089","9000","85101",1,47.954771,-115.671925,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,2.509558,2.232102,10.308,"2013-05-10 00:00",9.0102,"2013-05-07 00:00",7.7341,"2013-04-25 00:00",6.7732,"2013-04-28 00:00","","","","",10.308,9.0102,7.7341,4.8092,3.0184,1.9988,0.4629,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","86502",1,47.954771,-115.671925,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.588235,1.169213,4,"2013-04-25 00:00",4,"2013-04-28 00:00",4,"2013-05-10 00:00",3,"2013-04-04 00:00","","","","",4,4,4,2,1,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88103",1,47.954771,-115.671925,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88104",1,47.954771,-115.671925,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.026899,0.032205,0.1324,"2013-05-10 00:00",0.1313,"2013-05-07 00:00",0.091,"2013-04-28 00:00",0.088,"2013-04-04 00:00","","","","",0.1324,0.1313,0.091,0.077,0.037,0.0129,0.0036,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88109",1,47.954771,-115.671925,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.00061,0.000409,0.0018,"2013-04-04 00:00",0.0016,"2013-05-10 00:00",0.0015,"2013-01-19 00:00",0.0012,"2013-03-14 00:00","","","","",0.0018,0.0016,0.0015,0.0012,0.0008,0.0005,0.0001,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88111",1,47.954771,-115.671925,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.016505,0.02167,0.102,"2013-05-07 00:00",0.088,"2013-05-10 00:00",0.0556,"2013-04-01 00:00",0.05,"2013-04-28 00:00","","","","",0.102,0.088,0.0556,0.0471,0.02,0.0075,0.00135,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88112",1,47.954771,-115.671925,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88114",1,47.954771,-115.671925,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000245,0.000682,0.005,"2013-01-13 00:00",0.0005,"2013-05-10 00:00",0.0003,"2013-04-01 00:00",0.0002,"2013-01-01 00:00","","","","",0.005,0.0005,0.0003,0.0002,0.00015,0.00015,0.0001,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88115",1,47.954771,-115.671925,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.003973,0.019263,0.1375,"2013-02-24 00:00",0.0163,"2013-04-07 00:00",0.0088,"2013-02-27 00:00",0.0071,"2013-02-06 00:00","","","","",0.1375,0.0163,0.0088,0.0035,0.0011,0.0004,0.00015,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88126",1,47.954771,-115.671925,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.019702,0.022772,0.0957,"2013-05-10 00:00",0.0908,"2013-05-07 00:00",0.0684,"2013-04-28 00:00",0.0662,"2013-04-25 00:00","","","","",0.0957,0.0908,0.0684,0.051,0.024,0.009,0.003,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88128",1,47.954771,-115.671925,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000353,0.000522,0.002,"2013-05-10 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-19 00:00",0.001,"2013-02-03 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88132",1,47.954771,-115.671925,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000451,0.000642,0.002,"2013-04-25 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-07 00:00",0.002,"2013-05-10 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88136",1,47.954771,-115.671925,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-14 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88140",1,47.954771,-115.671925,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.006639,0.009027,0.0406,"2013-05-07 00:00",0.0307,"2013-04-04 00:00",0.0307,"2013-05-10 00:00",0.0259,"2013-04-01 00:00","","","","",0.0406,0.0307,0.0307,0.0165,0.0071,0.0021,0.0011,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88152",1,47.954771,-115.671925,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000247,0.000328,0.002,"2013-02-12 00:00",0.0012,"2013-05-31 00:00",0.0011,"2013-05-25 00:00",0.0006,"2013-05-28 00:00","","","","",0.002,0.0012,0.0011,0.0004,0.00015,0.00015,0.00015,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88154",1,47.954771,-115.671925,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000133,4.4e-05,0.0003,"2013-05-04 00:00",0.0003,"2013-05-31 00:00",0.0002,"2013-01-04 00:00",0.0002,"2013-04-16 00:00","","","","",0.0003,0.0003,0.0002,0.00015,0.00015,0.00015,0.0001,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88161",1,47.954771,-115.671925,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.001817,0.002132,0.0086,"2013-05-10 00:00",0.0074,"2013-05-07 00:00",0.0068,"2013-04-25 00:00",0.0064,"2013-04-28 00:00","","","","",0.0086,0.0074,0.0068,0.005,0.0021,0.0008,0.00025,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88164",1,47.954771,-115.671925,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,8.8e-05,5.4e-05,0.0003,"2013-05-10 00:00",0.0002,"2013-03-11 00:00",0.0002,"2013-04-01 00:00",0.0002,"2013-04-16 00:00","","","","",0.0003,0.0002,0.0002,0.0002,0.0001,5e-05,5e-05,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88165",1,47.954771,-115.671925,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.064965,0.084033,0.3577,"2013-05-07 00:00",0.3551,"2013-05-10 00:00",0.2405,"2013-04-28 00:00",0.2079,"2013-04-25 00:00","","","","",0.3577,0.3551,0.2405,0.1779,0.0734,0.0262,0.0054,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88167",1,47.954771,-115.671925,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000955,0.000761,0.0045,"2013-01-13 00:00",0.0023,"2013-02-21 00:00",0.0021,"2013-03-14 00:00",0.0021,"2013-03-20 00:00","","","","",0.0045,0.0023,0.0021,0.0017,0.0013,0.0008,0.00015,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88168",1,47.954771,-115.671925,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000232,0.000175,0.0008,"2013-05-07 00:00",0.0008,"2013-05-10 00:00",0.0007,"2013-03-14 00:00",0.0006,"2013-04-16 00:00","","","","",0.0008,0.0008,0.0007,0.0005,0.00015,0.00015,0.00015,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88169",1,47.954771,-115.671925,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.113827,0.078147,0.3757,"2013-04-16 00:00",0.288,"2013-05-10 00:00",0.2877,"2013-04-22 00:00",0.2867,"2013-05-04 00:00","","","","",0.3757,0.288,0.2877,0.2235,0.1534,0.0968,0.0327,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88176",1,47.954771,-115.671925,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000162,4.1e-05,0.0003,"2013-01-28 00:00",0.0003,"2013-03-14 00:00",0.0003,"2013-04-10 00:00",0.0003,"2013-05-07 00:00","","","","",0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88180",1,47.954771,-115.671925,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.013301,0.011641,0.0527,"2013-05-07 00:00",0.0515,"2013-05-10 00:00",0.0372,"2013-04-04 00:00",0.0331,"2013-03-14 00:00","","","","",0.0527,0.0515,0.0372,0.0277,0.0176,0.0093,0.0028,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88184",1,47.954771,-115.671925,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.011452,0.022602,0.1573,"2013-02-24 00:00",0.054,"2013-02-27 00:00",0.0236,"2013-03-26 00:00",0.022,"2013-03-14 00:00","","","","",0.1573,0.054,0.0236,0.0171,0.0115,0.0076,0.0017,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88185",1,47.954771,-115.671925,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000715,0.000385,0.0025,"2013-01-28 00:00",0.0018,"2013-04-01 00:00",0.0015,"2013-05-10 00:00",0.0014,"2013-01-31 00:00","","","","",0.0025,0.0018,0.0015,0.001,0.0007,0.0007,0.0004,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88203",1,47.954771,-115.671925,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.010458,0.023083,0.1652,"2013-02-24 00:00",0.0349,"2013-02-27 00:00",0.0284,"2013-04-07 00:00",0.0229,"2013-02-06 00:00","","","","",0.1652,0.0349,0.0284,0.016,0.0087,0.0061,0.00275,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88306",1,47.954771,-115.671925,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.125418,0.125511,0.7888,"2013-02-12 00:00",0.3308,"2013-03-11 00:00",0.3149,"2013-01-31 00:00",0.3095,"2013-02-09 00:00","","","","",0.7888,0.3308,0.3149,0.2506,0.1511,0.0848,0.025,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88320",1,47.954771,-115.671925,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.304314,0.271987,1.25,"2013-05-10 00:00",1.14,"2013-05-07 00:00",0.99,"2013-04-04 00:00",0.78,"2013-04-01 00:00","","","","",1.25,1.14,0.99,0.57,0.4,0.24,0.05,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88321",1,47.954771,-115.671925,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.037843,0.031706,0.12,"2013-04-04 00:00",0.11,"2013-05-07 00:00",0.1,"2013-04-01 00:00",0.1,"2013-04-25 00:00","","","","",0.12,0.11,0.1,0.08,0.06,0.03,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88324",1,47.954771,-115.671925,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.020557,0.008145,0.0479,"2013-02-15 00:00",0.04,"2013-04-22 00:00",0.0308,"2013-04-04 00:00",0.02975,"2013-01-22 00:00","","","","",0.0479,0.04,0.0308,0.02915,0.0288,0.0161,0.01005,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88325",1,47.954771,-115.671925,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.05085,0.046495,0.2314,"2013-05-10 00:00",0.204,"2013-05-07 00:00",0.1533,"2013-04-04 00:00",0.1308,"2013-02-12 00:00","","","","",0.2314,0.204,0.1533,0.1042,0.0617,0.0322,0.0183,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88326",1,47.954771,-115.671925,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.103776,0.100302,0.5503,"2013-05-10 00:00",0.3625,"2013-05-07 00:00",0.3124,"2013-04-04 00:00",0.2882,"2013-01-04 00:00","","","","",0.5503,0.3625,0.3124,0.1925,0.1291,0.0779,0.03295,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88327",1,47.954771,-115.671925,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.067399,0.053838,0.2595,"2013-04-04 00:00",0.2154,"2013-05-07 00:00",0.1872,"2013-04-01 00:00",0.178,"2013-05-10 00:00","","","","",0.2595,0.2154,0.1872,0.1172,0.0855,0.0572,0.01475,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88328",1,47.954771,-115.671925,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.08412,0.07636,0.3808,"2013-05-07 00:00",0.2926,"2013-05-10 00:00",0.2343,"2013-04-04 00:00",0.1867,"2013-04-25 00:00","","","","",0.3808,0.2926,0.2343,0.1796,0.1113,0.0635,0.00385,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88329",1,47.954771,-115.671925,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.093878,0.085471,0.3955,"2013-05-07 00:00",0.335,"2013-05-10 00:00",0.304,"2013-04-04 00:00",0.2093,"2013-04-01 00:00","","","","",0.3955,0.335,0.304,0.1996,0.1183,0.0689,0.0051,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88330",1,47.954771,-115.671925,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.028798,0.022923,0.0948,"2013-05-07 00:00",0.0845,"2013-04-25 00:00",0.0725,"2013-04-01 00:00",0.0684,"2013-03-05 00:00","","","","",0.0948,0.0845,0.0725,0.0567,0.0451,0.0267,0.0031,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88331",1,47.954771,-115.671925,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,5.4e-05,0.000146,0.001,"2013-04-25 00:00",0.0003,"2013-03-05 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.0003,0.0001,0.0001,5e-05,0,0,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88338",1,47.954771,-115.671925,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016044,0.00563,0.0381,"2013-03-23 00:00",0.0251,"2013-04-13 00:00",0.02505,"2013-02-27 00:00",0.0236,"2013-02-03 00:00","","","","",0.0381,0.0251,0.02505,0.0235,0.01645,0.01485,0.0104,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88339",1,47.954771,-115.671925,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.469546,0.32234,1.54964,"2013-04-16 00:00",1.18796,"2013-05-10 00:00",1.18676,"2013-04-22 00:00",1.18268,"2013-05-04 00:00","","","","",1.54964,1.18796,1.18676,0.92194,0.63282,0.39922,0.13501,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88344",1,47.954771,-115.671925,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.161841,0.161859,1.0176,"2013-02-12 00:00",0.4267,"2013-03-11 00:00",0.4062,"2013-01-31 00:00",0.3993,"2013-02-09 00:00","","","","",1.0176,0.4267,0.4062,0.3233,0.1949,0.1094,0.0323,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88348",1,47.954771,-115.671925,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.299143,0.373179,1.5807,"2013-05-07 00:00",1.5672,"2013-05-10 00:00",1.0568,"2013-04-28 00:00",0.9339,"2013-04-25 00:00","","","","",1.5807,1.5672,1.0568,0.836,0.3591,0.1266,0.0355,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88350",1,47.954771,-115.671925,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.548594,0.489496,2.2498,"2013-05-10 00:00",2.0603,"2013-05-07 00:00",1.7825,"2013-04-04 00:00",1.4013,"2013-04-01 00:00","","","","",2.2498,2.0603,1.7825,1.0287,0.7155,0.4394,0.092,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88403",1,47.954771,-115.671925,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.328233,0.232084,1.129,"2013-04-16 00:00",0.8802,"2013-04-22 00:00",0.8215,"2013-05-10 00:00",0.804,"2013-05-04 00:00","","","","",1.129,0.8802,0.8215,0.6447,0.453,0.2614,0.0991,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","089","9000","88502",1,47.954771,-115.671925,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.454902,1.13988,5.8,"2013-05-10 00:00",5.2,"2013-05-07 00:00",3.5,"2013-04-04 00:00",3,"2013-04-01 00:00","","","","",5.8,5.2,3.5,2.6,1.9,1.2,0.3,"","Cabinet Mountains","Montana","Sanders","","","2014-01-28" +"30","091","9000","85101",1,48.487054,-104.476346,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,7.782336,5.284391,24.5025,"2013-05-10 00:00",19.3219,"2013-05-16 00:00",18.608,"2013-05-13 00:00",17.7646,"2013-05-07 00:00","","","","",24.5025,24.5025,18.608,16.3897,10.4853,5.9163,2.8171,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","86502",1,48.487054,-104.476346,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,3.553191,4.184903,19,"2013-05-10 00:00",13,"2013-05-13 00:00",13,"2013-05-16 00:00",12,"2013-05-07 00:00","","","","",19,19,13,8,5,2,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88103",1,48.487054,-104.476346,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88104",1,48.487054,-104.476346,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.042611,0.049247,0.1942,"2013-05-07 00:00",0.1895,"2013-05-13 00:00",0.1857,"2013-05-10 00:00",0.14,"2013-05-16 00:00","","","","",0.1942,0.1942,0.1857,0.1139,0.0524,0.0202,0.008,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88109",1,48.487054,-104.476346,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.001557,0.001551,0.0111,"2013-01-31 00:00",0.0031,"2013-01-25 00:00",0.0031,"2013-03-20 00:00",0.0028,"2013-03-23 00:00","","","","",0.0111,0.0111,0.0031,0.0021,0.0017,0.0013,0.0005,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88111",1,48.487054,-104.476346,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.045747,0.05258,0.2238,"2013-05-10 00:00",0.1906,"2013-05-13 00:00",0.1847,"2013-05-07 00:00",0.1724,"2013-05-16 00:00","","","","",0.2238,0.2238,0.1847,0.1271,0.0667,0.0249,0.0077,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88112",1,48.487054,-104.476346,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88114",1,48.487054,-104.476346,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",24,0.00019,8.8e-05,0.0004,"2013-01-25 00:00",0.0004,"2013-02-21 00:00",0.0004,"2013-03-26 00:00",0.0003,"2013-01-13 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.0002,0.00015,0.0001,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88115",1,48.487054,-104.476346,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",26,0.00033,0.000268,0.0012,"2013-05-25 00:00",0.0009,"2013-01-25 00:00",0.0009,"2013-05-13 00:00",0.0008,"2013-02-21 00:00","","","","",0.0012,0.0012,0.0009,0.0008,0.0005,0.00015,0.00015,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88126",1,48.487054,-104.476346,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.032321,0.034957,0.1491,"2013-05-07 00:00",0.1436,"2013-05-10 00:00",0.1162,"2013-05-13 00:00",0.1156,"2013-05-16 00:00","","","","",0.1491,0.1491,0.1162,0.0782,0.0393,0.0181,0.0065,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88128",1,48.487054,-104.476346,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000787,0.00075,0.004,"2013-01-13 00:00",0.002,"2013-01-31 00:00",0.002,"2013-02-21 00:00",0.002,"2013-05-28 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0.001,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88132",1,48.487054,-104.476346,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.001064,0.001187,0.005,"2013-05-10 00:00",0.004,"2013-05-07 00:00",0.004,"2013-05-13 00:00",0.003,"2013-04-28 00:00","","","","",0.005,0.005,0.004,0.003,0.001,0.001,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88136",1,48.487054,-104.476346,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88140",1,48.487054,-104.476346,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",11,0.015937,0.019102,0.0817,"2013-05-07 00:00",0.0739,"2013-05-10 00:00",0.0528,"2013-05-16 00:00",0.0488,"2013-01-31 00:00","","","","",0.0817,0.0817,0.0528,0.0463,0.0219,0.0082,0.00105,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88152",1,48.487054,-104.476346,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",26,0.001096,0.001528,0.0052,"2013-05-13 00:00",0.0048,"2013-03-20 00:00",0.0045,"2013-03-11 00:00",0.0043,"2013-03-17 00:00","","","","",0.0052,0.0052,0.0045,0.0043,0.0015,0.00015,0.0001,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88154",1,48.487054,-104.476346,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",21,0.000247,0.00022,0.0011,"2013-05-25 00:00",0.0009,"2013-05-16 00:00",0.0007,"2013-05-28 00:00",0.0006,"2013-05-04 00:00","","","","",0.0011,0.0011,0.0007,0.0006,0.0003,0.0002,0.0001,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88161",1,48.487054,-104.476346,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.002119,0.002261,0.0089,"2013-05-13 00:00",0.0086,"2013-05-10 00:00",0.0083,"2013-05-07 00:00",0.0071,"2013-05-16 00:00","","","","",0.0089,0.0089,0.0083,0.0055,0.0027,0.0013,0.0003,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88164",1,48.487054,-104.476346,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",19,0.000131,0.0001,0.0004,"2013-05-10 00:00",0.0004,"2013-05-13 00:00",0.0003,"2013-01-19 00:00",0.0003,"2013-02-21 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,5e-05,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88165",1,48.487054,-104.476346,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.105877,0.129967,0.5244,"2013-05-13 00:00",0.4788,"2013-05-10 00:00",0.4637,"2013-05-07 00:00",0.4002,"2013-05-16 00:00","","","","",0.5244,0.5244,0.4637,0.295,0.1352,0.0578,0.0128,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88167",1,48.487054,-104.476346,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.002226,0.001378,0.0083,"2013-01-13 00:00",0.0047,"2013-01-25 00:00",0.0044,"2013-02-21 00:00",0.004,"2013-03-26 00:00","","","","",0.0083,0.0083,0.0044,0.004,0.0028,0.0019,0.0009,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88168",1,48.487054,-104.476346,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",23,0.000284,0.000218,0.0008,"2013-05-13 00:00",0.0007,"2013-02-03 00:00",0.0007,"2013-05-07 00:00",0.0007,"2013-05-10 00:00","","","","",0.0008,0.0008,0.0007,0.0007,0.0005,0.0002,0.0001,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88169",1,48.487054,-104.476346,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.375532,0.240484,1.2398,"2013-04-07 00:00",0.825,"2013-03-29 00:00",0.7833,"2013-02-27 00:00",0.7779,"2013-01-25 00:00","","","","",1.2398,1.2398,0.7833,0.6434,0.5234,0.3249,0.1169,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88176",1,48.487054,-104.476346,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",42,0.000168,5.5e-05,0.0004,"2013-05-07 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-02-24 00:00",0.0003,"2013-03-11 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88180",1,48.487054,-104.476346,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.025132,0.014922,0.0644,"2013-05-13 00:00",0.0641,"2013-05-07 00:00",0.0637,"2013-05-10 00:00",0.0509,"2013-05-16 00:00","","","","",0.0644,0.0644,0.0637,0.0408,0.032,0.0217,0.0089,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88184",1,48.487054,-104.476346,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.022267,0.025634,0.1402,"2013-01-31 00:00",0.0796,"2013-01-19 00:00",0.0548,"2013-03-11 00:00",0.054,"2013-03-17 00:00","","","","",0.1402,0.1402,0.0548,0.0502,0.0331,0.013,0.00195,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88185",1,48.487054,-104.476346,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",36,0.000812,0.000428,0.0021,"2013-02-27 00:00",0.0019,"2013-04-28 00:00",0.0016,"2013-02-24 00:00",0.0016,"2013-05-07 00:00","","","","",0.0021,0.0021,0.0016,0.0015,0.0007,0.0007,0.0004,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88203",1,48.487054,-104.476346,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.012814,0.009983,0.0633,"2013-01-31 00:00",0.0343,"2013-02-18 00:00",0.0315,"2013-01-10 00:00",0.0223,"2013-03-14 00:00","","","","",0.0633,0.0633,0.0315,0.0213,0.0159,0.01,0.00355,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88306",1,48.487054,-104.476346,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.162055,1.258623,7.732,"2013-03-29 00:00",3.2353,"2013-02-21 00:00",2.7799,"2013-03-26 00:00",2.3699,"2013-02-24 00:00","","","","",7.732,7.732,2.7799,2.3314,1.5835,0.9261,0.165,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88320",1,48.487054,-104.476346,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.415319,0.216673,1.16,"2013-03-29 00:00",0.87,"2013-05-19 00:00",0.79,"2013-05-13 00:00",0.78,"2013-05-22 00:00","","","","",1.16,1.16,0.79,0.74,0.51,0.36,0.19,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88320",2,48.487054,-104.476346,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.421277,0.212486,1.08,"2013-03-29 00:00",0.92,"2013-05-13 00:00",0.84,"2013-05-22 00:00",0.78,"2013-05-19 00:00","","","","",1.08,1.08,0.84,0.77,0.53,0.39,0.19,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88321",1,48.487054,-104.476346,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.123404,0.105197,0.6,"2013-03-29 00:00",0.44,"2013-03-26 00:00",0.26,"2013-03-20 00:00",0.24,"2013-05-04 00:00","","","","",0.6,0.6,0.26,0.22,0.16,0.09,0.04,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88321",2,48.487054,-104.476346,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.119787,0.089382,0.49,"2013-03-29 00:00",0.37,"2013-03-26 00:00",0.25,"2013-01-25 00:00",0.24,"2013-03-20 00:00","","","","",0.49,0.49,0.25,0.24,0.15,0.09,0.04,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88324",1,48.487054,-104.476346,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",39,0.02495,0.015639,0.0876,"2013-03-29 00:00",0.0806,"2013-01-10 00:00",0.046,"2013-02-21 00:00",0.0449,"2013-04-13 00:00","","","","",0.0876,0.0876,0.046,0.0436,0.02975,0.02275,0.0101,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88324",2,48.487054,-104.476346,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",43,0.022495,0.017176,0.125,"2013-03-29 00:00",0.0502,"2013-02-06 00:00",0.0294,"2013-01-10 00:00",0.02925,"2013-01-07 00:00","","","","",0.125,0.125,0.0294,0.02925,0.0289,0.0165,0.01005,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88325",1,48.487054,-104.476346,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",7,0.094978,0.063631,0.3497,"2013-03-29 00:00",0.261,"2013-05-19 00:00",0.1926,"2013-01-25 00:00",0.1859,"2013-01-10 00:00","","","","",0.3497,0.3497,0.1926,0.1637,0.1151,0.0776,0.03285,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88325",2,48.487054,-104.476346,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",7,0.09906,0.058648,0.2758,"2013-03-29 00:00",0.2401,"2013-05-19 00:00",0.2164,"2013-03-26 00:00",0.1875,"2013-05-22 00:00","","","","",0.2758,0.2758,0.2164,0.1855,0.1349,0.0778,0.0321,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88326",1,48.487054,-104.476346,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",20,0.093713,0.068178,0.2992,"2013-05-13 00:00",0.2619,"2013-05-22 00:00",0.232,"2013-03-29 00:00",0.2241,"2013-01-13 00:00","","","","",0.2992,0.2992,0.232,0.1739,0.129,0.0844,0.0329,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88326",2,48.487054,-104.476346,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",18,0.094797,0.070245,0.3123,"2013-05-13 00:00",0.3024,"2013-05-22 00:00",0.2206,"2013-03-29 00:00",0.2143,"2013-01-13 00:00","","","","",0.3123,0.3123,0.2206,0.1947,0.1298,0.084,0.03255,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88327",1,48.487054,-104.476346,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",3,0.081815,0.044409,0.1822,"2013-03-29 00:00",0.1773,"2013-01-25 00:00",0.1729,"2013-05-13 00:00",0.1543,"2013-05-22 00:00","","","","",0.1822,0.1822,0.1729,0.1509,0.1167,0.0725,0.04,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88327",2,48.487054,-104.476346,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.085134,0.041051,0.1982,"2013-05-13 00:00",0.1681,"2013-01-25 00:00",0.1666,"2013-01-13 00:00",0.1494,"2013-03-29 00:00","","","","",0.1982,0.1982,0.1666,0.1446,0.1144,0.0795,0.045,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88328",1,48.487054,-104.476346,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.12686,0.065269,0.3095,"2013-03-29 00:00",0.302,"2013-05-19 00:00",0.2255,"2013-05-13 00:00",0.223,"2013-01-13 00:00","","","","",0.3095,0.3095,0.2255,0.2013,0.1704,0.1077,0.058,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88328",2,48.487054,-104.476346,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.130051,0.063811,0.3061,"2013-03-29 00:00",0.287,"2013-05-19 00:00",0.246,"2013-01-13 00:00",0.2283,"2013-01-25 00:00","","","","",0.3061,0.3061,0.246,0.2219,0.1802,0.1194,0.0609,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88329",1,48.487054,-104.476346,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.191285,0.120637,0.7365,"2013-03-29 00:00",0.3971,"2013-03-26 00:00",0.3813,"2013-05-25 00:00",0.371,"2013-01-25 00:00","","","","",0.7365,0.7365,0.3813,0.3213,0.249,0.159,0.077,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88329",2,48.487054,-104.476346,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.1955,0.11411,0.6384,"2013-03-29 00:00",0.4376,"2013-03-26 00:00",0.4312,"2013-01-25 00:00",0.3864,"2013-05-25 00:00","","","","",0.6384,0.6384,0.4312,0.3496,0.2529,0.1673,0.0883,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88330",1,48.487054,-104.476346,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.058838,0.037999,0.1658,"2013-03-29 00:00",0.1516,"2013-03-20 00:00",0.1408,"2013-03-26 00:00",0.1359,"2013-05-04 00:00","","","","",0.1658,0.1658,0.1408,0.1311,0.0794,0.0485,0.0237,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88330",2,48.487054,-104.476346,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.053788,0.032911,0.1529,"2013-03-29 00:00",0.1453,"2013-05-16 00:00",0.1332,"2013-05-04 00:00",0.1203,"2013-03-26 00:00","","","","",0.1529,0.1529,0.1332,0.1081,0.0654,0.0463,0.0251,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88331",1,48.487054,-104.476346,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",17,0.000283,0.001289,0.0079,"2013-03-29 00:00",0.0042,"2013-03-26 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0079,0.0079,0.0001,0.0001,5e-05,0,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88331",2,48.487054,-104.476346,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",18,0.000154,0.000857,0.0059,"2013-03-29 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0059,0.0059,0.0001,0.0001,5e-05,0,0,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88338",1,48.487054,-104.476346,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",44,0.017978,0.012532,0.0904,"2013-03-02 00:00",0.0459,"2013-04-19 00:00",0.025,"2013-04-22 00:00",0.0238,"2013-02-21 00:00","","","","",0.0904,0.0904,0.025,0.02365,0.0232,0.01515,0.0106,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88339",1,48.487054,-104.476346,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.549061,0.99196,5.11401,"2013-04-07 00:00",3.40304,"2013-03-29 00:00",3.23115,"2013-02-27 00:00",3.20867,"2013-01-25 00:00","","","","",5.11401,5.11401,3.23115,2.65382,2.1589,1.34017,0.48221,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88344",1,48.487054,-104.476346,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.499045,1.623629,9.9743,"2013-03-29 00:00",4.1735,"2013-02-21 00:00",3.5861,"2013-03-26 00:00",3.0572,"2013-02-24 00:00","","","","",9.9743,9.9743,3.5861,3.0075,2.0427,1.1947,0.2122,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88348",1,48.487054,-104.476346,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.514149,0.603462,2.3317,"2013-05-13 00:00",2.3299,"2013-05-10 00:00",2.2596,"2013-05-07 00:00",1.8792,"2013-05-16 00:00","","","","",2.3317,2.3317,2.2596,1.2767,0.6548,0.2766,0.0781,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88350",1,48.487054,-104.476346,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.746685,0.388898,2.0898,"2013-03-29 00:00",1.5687,"2013-05-19 00:00",1.4234,"2013-05-13 00:00",1.3954,"2013-05-22 00:00","","","","",2.0898,2.0898,1.4234,1.33,0.9243,0.6424,0.3465,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88350",2,48.487054,-104.476346,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.758806,0.381818,1.9384,"2013-03-29 00:00",1.6556,"2013-05-13 00:00",1.5061,"2013-05-22 00:00",1.4006,"2013-05-19 00:00","","","","",1.9384,1.9384,1.5061,1.3835,0.9515,0.6941,0.3418,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88403",1,48.487054,-104.476346,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.081034,0.713726,3.551,"2013-04-07 00:00",2.6317,"2013-03-29 00:00",2.273,"2013-02-27 00:00",2.1913,"2013-01-25 00:00","","","","",3.551,3.551,2.273,1.9738,1.6174,0.9162,0.3321,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","091","9000","88502",1,48.487054,-104.476346,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,3.674468,2.008619,12.2,"2013-03-29 00:00",6.7,"2013-01-25 00:00",6.6,"2013-04-07 00:00",5.8,"2013-03-20 00:00","","","","",12.2,12.2,6.6,5.7,4.9,3.5,1.7,"","Medicine Lake","Montana","Sheridan","","","2014-01-28" +"30","093","0005","68103",5,46.002397,-112.500886,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",54,89,49,61,0,3,"","","Certification not required",0,-1.942593,8.245172,13.7,"2013-07-03 00:00",10.7,"2013-07-27 00:00",10.7,"2013-09-07 00:00",9.6,"2013-09-13 00:00","","","","",13.7,10.7,10.7,7.8,5.3,-1.7,-13.5,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","68104",5,46.002397,-112.500886,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",54,89,49,61,0,3,"","","Certification not required",0,12.474074,10.244579,30.8,"2013-07-15 00:00",30.3,"2013-07-03 00:00",29.3,"2013-07-21 00:00",28.9,"2013-08-20 00:00","","","","",30.8,30.3,29.3,28,21.9,10.9,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","68105",2,46.002397,-112.500886,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,100,22,31,0,0,"","","Certification not required",0,7.311905,10.635518,24.1,"2013-07-03 00:00",21.2,"2013-07-15 00:00",20.8,"2013-07-27 00:00",20.6,"2013-07-21 00:00","","","","",24.1,24.1,20.8,20.3,17.8,9.3,-7,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2013-12-31" +"30","093","0005","68105",5,46.002397,-112.500886,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",54,89,49,61,0,3,"","","Certification not required",0,4.944444,9.180654,22.3,"2013-07-03 00:00",20.8,"2013-07-15 00:00",19.3,"2013-07-21 00:00",19.2,"2013-07-27 00:00","","","","",22.3,20.8,19.3,18.6,12.1,3.4,-6.4,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","68106",5,46.002397,-112.500886,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,49,61,0,3,"","","Certification not required",0,624.222222,3.984246,632,"2013-01-16 00:00",632,"2013-10-04 00:00",631,"2013-02-15 00:00",630,"2013-05-10 00:00","","","","",632,632,631,628,627,625,619,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","68107",5,46.002397,-112.500886,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,49,61,0,3,"","","Certification not required",0,628.537037,3.317836,634,"2013-10-04 00:00",633,"2013-01-16 00:00",633,"2013-02-15 00:00",632,"2013-02-03 00:00","","","","",634,633,633,632,631,629,623,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","68108",2,46.002397,-112.500886,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Model PQ200 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,100,22,31,0,0,"","","Certification not required",0,624.452381,3.71682,631,"2013-01-16 00:00",631,"2013-02-15 00:00",630,"2013-05-10 00:00",629,"2013-04-22 00:00","","","","",631,631,630,628,627,625,619,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2013-12-31" +"30","093","0005","68108",5,46.002397,-112.500886,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,49,61,0,3,"","","Certification not required",0,625.611111,3.5577,632,"2013-01-16 00:00",632,"2013-10-04 00:00",631,"2013-02-15 00:00",631,"2013-05-10 00:00","","","","",632,632,631,629,628,626,620,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","81102",4,46.002397,-112.500886,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7860,90,330,365,259,156,"","","Certification not required",220,22.366285,19.953223,298,"2013-04-23 11:00",261,"2013-07-04 21:00",252,"2013-07-04 22:00",238,"2013-03-17 16:00","","","","",95,79,59,45,28,17,6,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","81102",4,46.002397,-112.500886,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7601,90,330,365,0,156,"","","Certification not required",220,21.980792,19.953687,298,"2013-04-23 11:00",261,"2013-07-04 21:00",252,"2013-07-04 22:00",238,"2013-03-17 16:00","","","","",94,79,58,44,27,16,5,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","81102",4,46.002397,-112.500886,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7860,90,330,365,259,156,"","","Certification not required",220,22.366285,19.953223,298,"2013-04-23 11:00",261,"2013-07-04 21:00",252,"2013-07-04 22:00",238,"2013-03-17 16:00","","","","",95,79,59,45,28,17,6,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","81102",4,46.002397,-112.500886,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",330,90,330,365,0,0,0,0,"Certification not required",0,21.881818,12.330355,81,"2013-01-21 00:00",77,"2013-01-19 00:00",76,"2013-01-22 00:00",68,"2013-01-20 00:00","","","","",68,58,44,36,27,19,9,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","81102",4,46.002397,-112.500886,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",319,90,330,365,0,0,0,0,"Certification not required",0,21.492163,12.280235,81,"2013-01-21 00:00",77,"2013-01-19 00:00",76,"2013-01-22 00:00",68,"2013-01-20 00:00","","","","",68,58,43,35,26,19,8,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","81102",4,46.002397,-112.500886,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",330,90,330,365,0,0,0,0,"Certification not required",0,21.881818,12.330355,81,"2013-01-21 00:00",77,"2013-01-19 00:00",76,"2013-01-22 00:00",68,"2013-01-20 00:00","","","","",68,58,44,36,27,19,9,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",2,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",40,71,22,31,0,4,2,2,"Certification not required",0,9.575,11.068846,57.9,"2013-01-22 00:00",40,"2013-01-04 00:00",33,"2013-01-16 00:00",25.3,"2013-02-03 00:00","","","","",57.9,57.9,40,33,14.6,7.9,6.7,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-02" +"30","093","0005","88101",2,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",42,71,22,31,2,4,2,2,"Certification not required",0,9.82619,10.85683,57.9,"2013-01-22 00:00",40,"2013-01-04 00:00",33,"2013-01-16 00:00",25.3,"2013-02-03 00:00","","","","",57.9,57.9,40,33,15.7,8.2,7.1,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-02" +"30","093","0005","88101",2,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",42,71,22,31,2,4,2,2,"Certification not required",0,9.82619,10.85683,57.9,"2013-01-22 00:00",40,"2013-01-04 00:00",33,"2013-01-16 00:00",25.3,"2013-02-03 00:00","","","","",57.9,57.9,40,33,15.7,8.2,7.1,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-02" +"30","093","0005","88101",2,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",42,71,22,31,2,4,"","","Certification not required",0,9.82619,10.85683,57.9,"2013-01-22 00:00",40,"2013-01-04 00:00",33,"2013-01-16 00:00",25.3,"2013-02-03 00:00","","","","",57.9,57.9,40,33,15.7,8.2,7.1,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-02" +"30","093","0005","88101",2,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",40,71,22,31,0,4,"","","Certification not required",0,9.575,11.068846,57.9,"2013-01-22 00:00",40,"2013-01-04 00:00",33,"2013-01-16 00:00",25.3,"2013-02-03 00:00","","","","",57.9,57.9,40,33,14.6,7.9,6.7,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-02" +"30","093","0005","88101",2,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",42,71,22,31,2,4,"","","Certification not required",0,9.82619,10.85683,57.9,"2013-01-22 00:00",40,"2013-01-04 00:00",33,"2013-01-16 00:00",25.3,"2013-02-03 00:00","","","","",57.9,57.9,40,33,15.7,8.2,7.1,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-02" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7786,89,331,365,262,230,"","","Certification not required",0,9.215772,11.280495,191.9,"2013-07-04 22:00",172.5,"2013-07-04 21:00",133.9,"2013-01-22 00:00",125.6,"2013-07-04 23:00","","","","",53.9,43.7,31.1,21,10.2,5.8,1.5,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7786,89,331,365,262,230,"","","Certification not required",0,9.215772,11.280495,191.9,"2013-07-04 22:00",172.5,"2013-07-04 21:00",133.9,"2013-01-22 00:00",125.6,"2013-07-04 23:00","","","","",53.9,43.7,31.1,21,10.2,5.8,1.5,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7524,89,331,365,0,230,"","","Certification not required",0,9.019312,11.35924,191.9,"2013-07-04 22:00",172.5,"2013-07-04 21:00",133.9,"2013-01-22 00:00",125.6,"2013-07-04 23:00","","","","",53.9,43.7,31,20.5,9.5,5.4,1,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",325,89,325,365,0,0,6,6,"Certification not required",0,9.208308,8.273326,58.2,"2013-01-22 00:00",54,"2013-01-21 00:00",49.6,"2013-01-20 00:00",49.1,"2013-01-17 00:00","","","","",49.1,34.8,24.2,17,11,6.6,3.2,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",314,89,325,365,0,0,6,6,"Certification not required",0,9.01242,8.319964,58.2,"2013-01-22 00:00",54,"2013-01-21 00:00",49.6,"2013-01-20 00:00",49.1,"2013-01-17 00:00","","","","",49.1,34.8,24.2,16.8,9.8,6.3,2.7,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",325,89,325,365,0,0,6,6,"Certification not required",0,9.208308,8.273326,58.2,"2013-01-22 00:00",54,"2013-01-21 00:00",49.6,"2013-01-20 00:00",49.1,"2013-01-17 00:00","","","","",49.1,34.8,24.2,17,11,6.6,3.2,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",314,89,325,365,0,0,"","","Certification not required",0,9.01242,8.319964,58.2,"2013-01-22 00:00",54,"2013-01-21 00:00",49.6,"2013-01-20 00:00",49.1,"2013-01-17 00:00","","","","",49.1,34.8,24.2,16.8,9.8,6.3,2.7,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",325,89,325,365,0,0,"","","Certification not required",0,9.208308,8.273326,58.2,"2013-01-22 00:00",54,"2013-01-21 00:00",49.6,"2013-01-20 00:00",49.1,"2013-01-17 00:00","","","","",49.1,34.8,24.2,17,11,6.6,3.2,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88101",3,46.002397,-112.500886,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",325,89,325,365,0,0,"","","Certification not required",0,9.208308,8.273326,58.2,"2013-01-22 00:00",54,"2013-01-21 00:00",49.6,"2013-01-20 00:00",49.1,"2013-01-17 00:00","","","","",49.1,34.8,24.2,17,11,6.6,3.2,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-01-06" +"30","093","0005","88102",5,46.002397,-112.500886,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",53,0.020528,0.008983,0.076,"2013-09-13 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-09 00:00","","","","",0.076,0.026,0.026,0.026,0.021,0.0205,0.0135,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88103",5,46.002397,-112.500886,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.000204,0.000451,0.002,"2013-02-27 00:00",0.001,"2013-05-04 00:00",0.001,"2013-05-28 00:00",0.001,"2013-07-03 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88104",5,46.002397,-112.500886,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",20,0.036926,0.034133,0.146,"2013-08-26 00:00",0.13,"2013-07-27 00:00",0.111,"2013-05-10 00:00",0.1,"2013-08-20 00:00","","","","",0.146,0.13,0.111,0.089,0.047,0.026,0.0065,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88107",5,46.002397,-112.500886,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",53,0.007688,0.009448,0.057,"2013-07-03 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00","","","","",0.057,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88109",5,46.002397,-112.500886,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",33,0.001495,0.001002,0.0054,"2013-01-22 00:00",0.0036,"2013-01-04 00:00",0.0036,"2013-01-16 00:00",0.0034,"2013-02-03 00:00","","","","",0.0054,0.0036,0.0036,0.0031,0.002,0.00115,0.00065,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88110",5,46.002397,-112.500886,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.001241,0.00333,0.013,"2013-06-21 00:00",0.012,"2013-07-15 00:00",0.012,"2013-08-08 00:00",0.011,"2013-07-09 00:00","","","","",0.013,0.012,0.012,0.006,0,0,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88111",5,46.002397,-112.500886,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",9,0.027474,0.022355,0.102,"2013-08-26 00:00",0.0797,"2013-05-10 00:00",0.0757,"2013-08-20 00:00",0.075,"2013-07-27 00:00","","","","",0.102,0.0797,0.0757,0.06,0.0329,0.0237,0.0037,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88112",5,46.002397,-112.500886,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.004463,0.011932,0.068,"2013-09-25 00:00",0.048,"2013-10-04 00:00",0.032,"2013-10-10 00:00",0.022,"2013-10-01 00:00","","","","",0.068,0.048,0.032,0.004,0.003,0.002,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88113",5,46.002397,-112.500886,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",53,0.000691,0.000239,0.0022,"2013-05-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00",0.001,"2013-08-20 00:00","","","","",0.0022,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88114",5,46.002397,-112.500886,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",17,0.004978,0.005825,0.0275,"2013-07-03 00:00",0.0241,"2013-07-15 00:00",0.0231,"2013-08-26 00:00",0.0152,"2013-07-27 00:00","","","","",0.0275,0.0241,0.0231,0.0104,0.0065,0.0031,0.0008,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88115",5,46.002397,-112.500886,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",30,0.015799,0.028768,0.152,"2013-01-22 00:00",0.132,"2013-07-03 00:00",0.083,"2013-01-16 00:00",0.0574,"2013-01-04 00:00","","","","",0.152,0.132,0.083,0.028,0.017,0.00405,0.0025,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88117",5,46.002397,-112.500886,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.006724,0.010489,0.0435,"2013-03-17 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-10-16 00:00",0.043,"2013-08-20 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88118",5,46.002397,-112.500886,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.010063,0.006689,0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00",0.023,"2013-10-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88126",5,46.002397,-112.500886,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",1,0.039939,0.026089,0.127,"2013-08-26 00:00",0.0955,"2013-05-10 00:00",0.0914,"2013-07-27 00:00",0.0902,"2013-07-15 00:00","","","","",0.127,0.0955,0.0914,0.0812,0.0514,0.0371,0.0129,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88128",5,46.002397,-112.500886,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.000685,0.0021,0.014,"2013-10-16 00:00",0.004,"2013-01-04 00:00",0.004,"2013-01-22 00:00",0.003,"2013-08-08 00:00","","","","",0.014,0.004,0.004,0.002,0,0,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88131",5,46.002397,-112.500886,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.010259,0.003403,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-15 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88132",5,46.002397,-112.500886,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.000907,0.001233,0.004,"2013-01-22 00:00",0.004,"2013-08-26 00:00",0.003,"2013-02-15 00:00",0.003,"2013-04-04 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88136",5,46.002397,-112.500886,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,9.3e-05,0.000401,0.002,"2013-08-20 00:00",0.002,"2013-10-16 00:00",0.001,"2013-02-27 00:00",0,"2013-01-04 00:00","","","","",0.002,0.002,0.001,0,0,0,0,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88140",5,46.002397,-112.500886,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",51,0.009462,0.014113,0.087,"2013-07-03 00:00",0.069,"2013-03-17 00:00",0.0292,"2013-10-04 00:00",0.009,"2013-01-04 00:00","","","","",0.087,0.069,0.0292,0.009,0.009,0.006,0.00475,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88152",5,46.002397,-112.500886,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.005535,0.001531,0.008,"2013-03-29 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88154",5,46.002397,-112.500886,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.001036,0.000249,0.0013,"2013-01-04 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-05-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88160",5,46.002397,-112.500886,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.01325,0.003692,0.0185,"2013-01-22 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-10-04 00:00",0.018,"2013-02-03 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.016,0.01,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88161",5,46.002397,-112.500886,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",46,0.002866,0.001429,0.0078,"2013-05-10 00:00",0.0072,"2013-10-10 00:00",0.0062,"2013-04-28 00:00",0.0061,"2013-08-26 00:00","","","","",0.0078,0.0072,0.0062,0.0054,0.00265,0.0025,0.0021,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88164",5,46.002397,-112.500886,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.001574,0.000242,0.0019,"2013-03-29 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88165",5,46.002397,-112.500886,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",2,0.126313,0.09052,0.425,"2013-08-26 00:00",0.345,"2013-07-27 00:00",0.34,"2013-05-10 00:00",0.301,"2013-04-28 00:00","","","","",0.425,0.345,0.34,0.243,0.167,0.117,0.0362,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88166",5,46.002397,-112.500886,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",52,0.009074,0.005259,0.019,"2013-01-22 00:00",0.019,"2013-02-09 00:00",0.019,"2013-02-15 00:00",0.019,"2013-10-04 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88167",5,46.002397,-112.500886,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",18,0.00774,0.010869,0.056,"2013-01-22 00:00",0.0472,"2013-01-04 00:00",0.0355,"2013-01-16 00:00",0.0232,"2013-02-03 00:00","","","","",0.056,0.0472,0.0355,0.0168,0.009,0.004,0.0013,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88168",5,46.002397,-112.500886,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",50,0.00192,0.00336,0.0211,"2013-07-03 00:00",0.0162,"2013-04-16 00:00",0.0018,"2013-02-21 00:00",0.0018,"2013-07-15 00:00","","","","",0.0211,0.0162,0.0018,0.00175,0.00175,0.00115,0.00085,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88169",5,46.002397,-112.500886,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.165894,0.096394,0.546,"2013-07-03 00:00",0.356,"2013-05-10 00:00",0.346,"2013-04-16 00:00",0.344,"2013-04-22 00:00","","","","",0.546,0.356,0.346,0.288,0.208,0.159,0.0708,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88176",5,46.002397,-112.500886,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",52,0.001026,0.000243,0.0017,"2013-01-04 00:00",0.0017,"2013-10-13 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.0013,0.001,0.0007,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88180",5,46.002397,-112.500886,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",2,0.085604,0.208691,1.53,"2013-07-03 00:00",0.332,"2013-01-22 00:00",0.254,"2013-01-04 00:00",0.166,"2013-01-16 00:00","","","","",1.53,0.332,0.254,0.143,0.0649,0.0448,0.0128,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88184",5,46.002397,-112.500886,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",47,0.02462,0.023537,0.183,"2013-03-17 00:00",0.056,"2013-10-16 00:00",0.045,"2013-01-22 00:00",0.041,"2013-10-04 00:00","","","","",0.183,0.056,0.045,0.03,0.027,0.02,0.013,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88185",5,46.002397,-112.500886,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",54,0.003667,0.003785,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88301",5,46.002397,-112.500886,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",4,0.182407,0.198556,1.14,"2013-01-22 00:00",0.703,"2013-01-04 00:00",0.583,"2013-02-03 00:00",0.478,"2013-01-16 00:00","","","","",1.14,0.703,0.583,0.394,0.211,0.136,0.021,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88302",5,46.002397,-112.500886,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",15,0.029158,0.020862,0.08,"2013-04-16 00:00",0.08,"2013-07-15 00:00",0.078,"2013-11-03 00:00",0.07,"2013-10-01 00:00","","","","",0.08,0.08,0.078,0.0654,0.0371,0.02,0.0116,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88303",5,46.002397,-112.500886,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",22,0.059581,0.195546,1.44,"2013-07-03 00:00",0.197,"2013-01-22 00:00",0.181,"2013-01-04 00:00",0.12,"2013-01-16 00:00","","","","",1.44,0.197,0.181,0.0861,0.0342,0.021,0.007,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88306",5,46.002397,-112.500886,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.593278,0.756564,4.27,"2013-01-22 00:00",2.93,"2013-01-04 00:00",2.51,"2013-02-03 00:00",2.11,"2013-01-16 00:00","","","","",4.27,2.93,2.51,1.2,0.629,0.361,0.159,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88355",5,46.002397,-112.500886,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,3.551511,4.314389,21.2,"2013-01-22 00:00",17.8,"2013-01-04 00:00",13.9,"2013-01-16 00:00",11,"2013-02-03 00:00","","","","",21.2,21.2,13.9,7.51,3.18,2.12,0.893,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88357",5,46.002397,-112.500886,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.685404,1.322963,7.99,"2013-01-22 00:00",4.29,"2013-01-16 00:00",3.06,"2013-01-04 00:00",1.41,"2013-11-09 00:00","","","","",7.99,7.99,3.06,1.38,0.628,0.301,0.113,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88370",5,46.002397,-112.500886,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,3.429617,4.565881,24.5,"2013-01-22 00:00",17.1,"2013-01-04 00:00",14.3,"2013-01-16 00:00",10.3,"2013-02-03 00:00","","","","",24.5,24.5,14.3,6.6,2.99,2.03,0.859,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88374",5,46.002397,-112.500886,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",1,0.904809,1.802407,8.83,"2013-01-22 00:00",6.5,"2013-01-04 00:00",5.69,"2013-01-16 00:00",4.14,"2013-02-03 00:00","","","","",8.83,8.83,5.69,2.06,0.63,0.213,0.057,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88375",5,46.002397,-112.500886,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.847128,1.173682,6.3,"2013-01-22 00:00",4.57,"2013-01-04 00:00",3.69,"2013-01-16 00:00",2.02,"2013-02-03 00:00","","","","",6.3,6.3,3.69,1.8,0.747,0.425,0.213,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88376",5,46.002397,-112.500886,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.837064,0.710895,3.85,"2013-01-22 00:00",2.63,"2013-01-04 00:00",2.62,"2013-01-16 00:00",1.89,"2013-02-03 00:00","","","","",3.85,3.85,2.62,1.61,0.871,0.682,0.293,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88377",5,46.002397,-112.500886,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.417362,0.372732,1.94,"2013-01-22 00:00",1.49,"2013-01-16 00:00",1.04,"2013-01-04 00:00",0.989,"2013-02-03 00:00","","","","",1.94,1.94,1.04,0.97,0.466,0.317,0.13,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88378",5,46.002397,-112.500886,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.423064,0.600466,3.6,"2013-01-22 00:00",2.36,"2013-01-04 00:00",1.23,"2013-02-03 00:00",0.767,"2013-01-16 00:00","","","","",3.6,3.6,1.23,0.757,0.427,0.24,0.111,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88380",5,46.002397,-112.500886,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.807404,1.007858,4.69,"2013-01-22 00:00",3.94,"2013-01-16 00:00",3.73,"2013-01-04 00:00",2.11,"2013-02-03 00:00","","","","",4.69,4.69,3.73,2.03,0.869,0.424,0.158,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88383",5,46.002397,-112.500886,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,1.12283,1.543954,8.13,"2013-01-22 00:00",6.01,"2013-01-04 00:00",4.6,"2013-01-16 00:00",3.23,"2013-02-03 00:00","","","","",8.13,8.13,4.6,2.27,1.12,0.563,0.181,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88384",5,46.002397,-112.500886,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.106177,0.035359,0.181,"2013-09-19 00:00",0.177,"2013-02-09 00:00",0.171,"2013-09-25 00:00",0.163,"2013-10-22 00:00","","","","",0.181,0.181,0.171,0.154,0.128,0.103,0.0589,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88385",5,46.002397,-112.500886,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",37,0.00207,0.002308,0.0096,"2013-10-22 00:00",0.00814,"2013-10-19 00:00",0.00779,"2013-09-07 00:00",0.00649,"2013-09-19 00:00","","","","",0.0096,0.0096,0.00779,0.00645,0.001,0.001,0.001,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88388",5,46.002397,-112.500886,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",47,77,42,61,0,10,"","","Certification not required",0,0.545277,0.522193,3.04,"2013-01-04 00:00",1.96,"2013-02-03 00:00",1.29,"2013-01-28 00:00",1.25,"2013-10-16 00:00","","","","",3.04,3.04,1.29,1.08,0.645,0.354,0.163,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88403",5,46.002397,-112.500886,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,0.415889,0.257492,1.53,"2013-07-03 00:00",1.03,"2013-04-16 00:00",0.842,"2013-05-10 00:00",0.77,"2013-04-22 00:00","","","","",1.53,1.03,0.842,0.703,0.566,0.35,0.161,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","093","0005","88502",5,46.002397,-112.500886,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",54,89,49,61,0,3,"","","Certification not required",0,8.805556,8.878433,53.2,"2013-01-22 00:00",35.3,"2013-01-04 00:00",29.5,"2013-01-16 00:00",24.1,"2013-02-03 00:00","","","","",53.2,35.3,29.5,14.5,10.3,6.4,3.2,"Butte Greeley School","GREELEY SCHOOL, SILVER BOW BLVD","Montana","Silver Bow","Butte-Silver Bow (Remainder)","Butte-Silver Bow, MT","2014-02-13" +"30","111","0066","42401",1,45.788318,-108.459536,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8128,93,354,365,0,632,1,"","Certification not required",0,13.889831,11.555103,77,"2013-11-23 06:00",73,"2013-10-25 02:00",51,"2013-01-16 08:00",48,"2013-11-24 04:00","","","","",48,42,36,28,20,11,2,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-02-13" +"30","111","0066","42401",1,45.788318,-108.459536,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8128,93,354,365,0,632,"","","Certification not required",0,3.086737,5.535836,77,"2013-11-23 06:00",73,"2013-10-25 02:00",57,"2013-11-23 07:00",56,"2013-11-23 05:00","","","","",27,22,14,9,3,1,0,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-02-13" +"30","111","0066","42401",1,45.788318,-108.459536,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,3.076836,3.034247,21.3,"2013-11-23 00:00",17.8,"2013-12-11 00:00",17.5,"2013-12-12 00:00",15.3,"2013-11-24 00:00","","","","",15.3,12.6,8.7,6.2,4.2,2.3,0.3,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-02-13" +"30","111","0066","42401",1,45.788318,-108.459536,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2454,84,339,365,0,0,"",0,"Certification not required",0,3.097474,4.711905,53.6,"2013-11-23 08:00",40.3,"2013-11-23 02:00",35.6,"2013-01-16 08:00",31.6,"2013-11-23 05:00","","","","",22.3,18,12.6,8.6,4,1.3,0,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-02-13" +"30","111","0066","42406",1,45.788318,-108.459536,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8314,95,354,365,0,446,"","","Certification not required",0,8.045465,15.253568,163,"2013-08-28 09:00",157,"2013-10-26 09:00",155,"2013-07-10 09:00",154,"2013-09-10 11:00","","","","",75,59,38,24,8,2,0,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-02-13" +"30","111","0066","61101",1,45.788318,-108.459536,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8559,98,357,365,0,201,"","","Certification not required",0,7.464774,4.359949,29.5,"2013-03-17 10:00",26.6,"2013-03-17 09:00",26.2,"2013-09-30 11:00",26,"2013-03-17 13:00","","","","",20.2,18.3,15.3,13.4,10.1,6.8,2.5,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-01-06" +"30","111","0066","61102",1,45.788318,-108.459536,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8559,98,357,365,0,201,"","","Certification not required",0,187.221171,100.355682,360,"2013-01-26 14:00",360,"2013-02-08 22:00",360,"2013-03-11 10:00",360,"2013-03-15 16:00","","","","",355,348,326,305,250,233,34,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-01-06" +"30","111","0066","61106",1,45.788318,-108.459536,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8560,98,357,365,0,200,"","","Certification not required",0,17.701869,12.627502,81,"2013-09-21 21:00",79,"2013-08-25 15:00",74,"2013-07-15 15:00",74,"2013-10-24 11:00","","","","",59,54,46,37,22,12,7,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-01-06" +"30","111","0066","62101",1,45.788318,-108.459536,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8559,98,357,365,0,201,"","","Certification not required",0,47.212291,21.261109,97,"2013-08-19 16:00",96,"2013-07-03 16:00",96,"2013-07-15 14:00",96,"2013-07-15 15:00","","","","",91,89,82,76,63,46,21,"COBURN ROAD","COBURN ROAD","Montana","Yellowstone","","Billings, MT","2014-01-06" +"30","111","0085","88502",3,45.782111,-108.512279,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7817,89,324,365,0,199,"","","Certification not required",0,4.050544,7.082297,445.6,"2013-06-22 00:00",61.7,"2013-06-22 06:00",45.1,"2013-07-09 12:00",39.5,"2013-11-26 10:00","","","","",19.7,17,12.7,10,6.8,3.3,-1.6,"ST LUKES","CORNER 2ND AVE N. AND N 32ND ST.","Montana","Yellowstone","Billings","Billings, MT","2014-01-06" +"30","111","0085","88502",3,45.782111,-108.512279,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,0,"","","Certification not required",0,4.009877,3.454072,24.3,"2013-06-22 00:00",13,"2013-08-25 00:00",12.9,"2013-08-17 00:00",11.9,"2013-11-26 00:00","","","","",11.9,11.1,9.6,8.6,6.4,3.5,0,"ST LUKES","CORNER 2ND AVE N. AND N 32ND ST.","Montana","Yellowstone","Billings","Billings, MT","2014-01-06" +"31","025","0002","81102",1,40.865556,-96.146667,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,50,61,122,0,16,0,0,"Certification not required",3,18.245902,9.615362,42,"2013-08-29 00:00",40,"2013-09-07 00:00",37,"2013-05-16 00:00",34,"2013-08-23 00:00","","","","",42,40,34,30,27,16,7,"","CITY SANITATION BLDG (WEEPING WATER)","Nebraska","Cass","Weeping Water","Omaha-Council Bluffs, NE-IA","2014-01-31" +"31","025","0002","81102",2,40.865556,-96.146667,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",31,51,31,61,0,7,0,0,"Certification not required",3,17.387097,10.528303,40,"2013-09-07 00:00",38,"2013-05-16 00:00",33,"2013-04-04 00:00",30,"2013-03-29 00:00","","","","",40,40,38,30,27,17,4,"","CITY SANITATION BLDG (WEEPING WATER)","Nebraska","Cass","Weeping Water","Omaha-Council Bluffs, NE-IA","2014-01-31" +"31","025","0009","81102",1,40.873309,-96.183359,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6319,72,263,365,0,233,"","","Certification not required",0,26.662447,32.411369,638,"2013-04-19 07:00",602,"2013-01-14 09:00",503,"2013-03-12 07:00",455,"2013-05-06 22:00","","","","",138,101,70,51,33,19,6,"","5102 HIGHWAY 50","Nebraska","Cass","Weeping Water","Omaha-Council Bluffs, NE-IA","2014-01-05" +"31","025","0009","81102",1,40.873309,-96.183359,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",263,72,263,365,0,0,0,0,"Certification not required",0,26.30038,16.111879,108,"2013-02-13 00:00",91,"2013-04-19 00:00",85,"2013-01-14 00:00",85,"2013-07-02 00:00","","","","",85,71,53,47,34,24,10,"","5102 HIGHWAY 50","Nebraska","Cass","Weeping Water","Omaha-Council Bluffs, NE-IA","2014-01-05" +"31","047","0001","81102",1,40.859444,-99.987778,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",33,54,33,61,0,10,0,0,"Certification not required",0,25.787879,21.715141,94,"2013-06-21 00:00",71,"2013-06-03 00:00",68,"2013-07-03 00:00",53,"2013-09-07 00:00","","","","",94,94,71,53,39,19,8,"","CHAMBER OF COMMERCE H & 8TH STS.","Nebraska","Dawson","Cozad","Lexington, NE","2014-01-31" +"31","047","0003","81102",1,40.9275,-100.162778,"UNKNOWN","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",37,61,37,61,0,6,0,0,"Certification not required",1,26.108108,20.948062,97,"2013-06-21 00:00",68,"2013-08-20 00:00",60,"2013-07-03 00:00",54,"2013-08-26 00:00","","","","",97,97,68,54,30,21,8,"","GOTHENBURG, NEBRASKA","Nebraska","Dawson","Gothenburg","Lexington, NE","2014-01-31" +"31","053","0005","14129",1,41.424819,-96.480819,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,0,0,"Certification not required",0,0.046615,0.09102,0.503,"2013-12-18 00:00",0.269,"2013-12-12 00:00",0.252,"2013-09-19 00:00",0.247,"2013-11-12 00:00","","","","",0.503,0.269,0.252,0.128,0.047,0.009,0.003,"","1255 Front Street, Fremont, NE","Nebraska","Dodge","","Fremont, NE","2014-02-07" +"31","053","0005","14129",2,41.424819,-96.480819,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",31,100,24,31,0,7,0,0,"Certification not required",0,0.066774,0.114542,0.491,"2013-12-18 00:00",0.304,"2013-09-19 00:00",0.26,"2013-10-31 00:00",0.255,"2013-11-12 00:00","","","","",0.491,0.491,0.304,0.255,0.075,0.011,0.003,"","1255 Front Street, Fremont, NE","Nebraska","Dodge","","Fremont, NE","2014-02-07" +"31","053","0005","68105",1,41.424819,-96.480819,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",52,85,52,61,0,9,"","","Certification not required",0,15.234615,12.274537,34.4,"2013-07-09 00:00",32.7,"2013-07-21 00:00",32.2,"2013-08-26 00:00",30.7,"2013-09-07 00:00","","","","",34.4,32.7,32.2,30.6,26.5,16.2,-2.3,"","1255 Front Street, Fremont, NE","Nebraska","Dodge","","Fremont, NE","2014-02-07" +"31","053","0005","68105",2,41.424819,-96.480819,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",32,100,24,31,0,7,"","","Certification not required",0,16.421875,12.711507,32.3,"2013-07-09 00:00",31.5,"2013-07-21 00:00",31.3,"2013-06-21 00:00",29.5,"2013-09-07 00:00","","","","",32.3,32.3,31.5,29.5,28.6,23,-0.7,"","1255 Front Street, Fremont, NE","Nebraska","Dodge","","Fremont, NE","2014-02-07" +"31","053","0005","68108",1,41.424819,-96.480819,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,9,"","","Certification not required",0,731.057692,5.092915,748,"2013-11-12 00:00",743,"2013-12-06 00:00",741,"2013-11-24 00:00",738,"2013-01-22 00:00","","","","",748,743,741,738,734,731,726,"","1255 Front Street, Fremont, NE","Nebraska","Dodge","","Fremont, NE","2014-02-07" +"31","053","0005","68108",2,41.424819,-96.480819,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",32,100,24,31,0,7,"","","Certification not required",0,731.09375,5.827407,749,"2013-11-12 00:00",744,"2013-12-06 00:00",742,"2013-11-24 00:00",736,"2013-01-04 00:00","","","","",749,749,744,736,734,730,726,"","1255 Front Street, Fremont, NE","Nebraska","Dodge","","Fremont, NE","2014-02-07" +"31","055","0019","14129",1,41.247486,-95.973142,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",57,93,56,61,0,4,0,0,"Certification not required",0,0.004175,0.002292,0.013,"2013-06-27 00:00",0.012,"2013-09-25 00:00",0.009,"2013-05-16 00:00",0.007,"2013-01-04 00:00","","","","",0.013,0.012,0.009,0.007,0.005,0.004,0.002,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-04" +"31","055","0019","42101",1,41.247486,-95.973142,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8546,98,362,365,0,214,0,0,"Certification not required",0,0.195593,0.066059,0.95,"2013-01-07 22:00",0.876,"2013-08-10 05:00",0.806,"2013-01-07 21:00",0.797,"2013-08-10 04:00","","","","",0.46,0.383,0.31,0.265,0.217,0.184,0.133,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42101",1,41.247486,-95.973142,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8690,99,362,365,0,0,0,0,"Certification not required",0,0.197296,0.058981,0.6,"2013-01-07 23:00",0.6,"2013-01-08 00:00",0.6,"2013-01-08 01:00",0.6,"2013-01-08 02:00",0.6,"2013-01-07 23:00",0.6,"2013-08-10 04:00",0.4,0.3,0.3,0.3,0.2,0.2,0.1,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42401",1,41.247486,-95.973142,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8539,97,362,365,0,221,0,"","Certification not required",0,4.131492,6.396493,50.3,"2013-06-18 00:00",47.6,"2013-07-01 08:00",43.4,"2013-08-07 09:00",27.1,"2013-12-19 00:00","","","","",27.1,22.4,16.3,11,4.7,1.8,0.3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42401",1,41.247486,-95.973142,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8539,97,362,365,0,221,"","","Certification not required",0,0.70171,2.106579,50.3,"2013-06-18 00:00",47.6,"2013-07-01 08:00",43.4,"2013-08-07 09:00",27.1,"2013-12-19 00:00","","","","",10.4,6.8,2.8,1.4,0.5,0.2,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42401",1,41.247486,-95.973142,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.70442,0.987951,8.6,"2013-08-07 00:00",6.1,"2013-07-10 00:00",6,"2013-07-01 00:00",5.6,"2013-06-18 00:00","","","","",5.6,4.3,2.2,1.6,0.8,0.4,0.1,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42401",1,41.247486,-95.973142,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2746,94,361,365,0,0,"",0,"Certification not required",0,0.664057,1.696786,29.3,"2013-06-18 02:00",26.6,"2013-08-07 11:00",16.7,"2013-07-10 02:00",16.5,"2013-12-19 02:00","","","","",8,5.6,2.9,1.5,0.5,0.2,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42401",2,41.247486,-95.973142,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",103330,98,362,365,0,1787,"","","Certification not required",0,0.710358,2.491324,100.1,"2013-06-18 00:50",93.5,"2013-07-01 09:00",89.9,"2013-08-07 09:10",86.5,"2013-06-18 00:55","","","","",11.6,6.6,2.5,1.2,0.5,0.2,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42600",1,41.247486,-95.973142,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8107,93,338,365,0,653,"","","Certification not required",0,8.648526,8.475991,103.5,"2013-11-15 08:00",84.8,"2013-02-05 23:00",82.4,"2013-11-15 07:00",78.5,"2013-01-17 19:00","","","","",43,35.1,24.6,17.6,10.7,6.1,2.1,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42601",1,41.247486,-95.973142,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8107,93,338,365,0,653,"","","Certification not required",0,1.815715,4.071951,83.6,"2013-11-15 08:00",57.8,"2013-01-17 19:00",57,"2013-11-15 07:00",56.7,"2013-08-10 05:00","","","","",21.4,13.5,7.2,4.4,1.7,0.6,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","42612",1,41.247486,-95.973142,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8107,93,338,365,0,653,"","","Certification not required",0,6.788837,5.727879,39.9,"2013-06-27 01:00",38.9,"2013-02-05 23:00",38.4,"2013-04-02 06:00",37.3,"2013-02-05 22:00","","","","",28.2,24.6,18.6,14.2,8.7,5.2,1.6,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","44201",1,41.247486,-95.973142,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8574,100,213,214,0,186,0,0,"Certification not required",298,0.049202,0.012055,0.08,"2013-07-09 14:00",0.079,"2013-08-31 15:00",0.078,"2013-07-07 16:00",0.072,"2013-07-08 13:00","","","","",0.078,0.07,0.067,0.065,0.058,0.051,0.042,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0019","44201",1,41.247486,-95.973142,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8621,99,211,214,0,0,0,0,"Certification not required",0,0.044592,0.011479,0.073,"2013-07-09 12:00",0.07,"2013-07-07 11:00",0.066,"2013-06-17 10:00",0.066,"2013-09-27 11:00","","","","",0.066,0.063,0.062,0.058,0.054,0.047,0.038,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0019","44201",1,41.247486,-95.973142,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8621,99,211,214,0,0,0,0,"Certification not required",0,0.044592,0.011479,0.073,"2013-07-09 12:00",0.07,"2013-07-07 11:00",0.066,"2013-06-17 10:00",0.066,"2013-09-27 11:00","","","","",0.066,0.063,0.062,0.058,0.054,0.047,0.038,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0019","61101",1,41.247486,-95.973142,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",2113,98,88,90,0,47,"","","Certification not required",0,5.923521,3.059974,18.4,"2013-03-31 22:00",17.5,"2013-02-18 14:00",17.1,"2013-01-27 21:00",16.7,"2013-03-05 10:00","","","","",15.1,13.4,11.8,9.9,7.8,5.4,2.3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2013-07-05" +"31","055","0019","61102",1,41.247486,-95.973142,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",2112,98,87,90,0,48,"","","Certification not required",0,215.318182,101.05513,360,"2013-01-17 00:00",359,"2013-01-20 07:00",359,"2013-02-25 02:00",359,"2013-02-26 07:00","","","","",357,354,348,336,311,219,81,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2013-07-05" +"31","055","0019","61103",1,41.247486,-95.973142,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6563,99,273,275,0,37,"","","Certification not required",0,5.069907,2.653485,31.1,"2013-04-01 01:00",22.1,"2013-11-21 14:00",17.1,"2013-11-21 13:00",16.5,"2013-12-28 21:00","","","","",12,11.3,9.7,8.5,6.8,4.9,1.9,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","61104",1,41.247486,-95.973142,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6566,99,273,275,0,34,"","","Certification not required",0,186.049802,97.75498,360,"2013-04-16 03:00",360,"2013-04-20 00:00",360,"2013-05-02 03:00",360,"2013-06-05 12:00","","","","",356,353,346,329,280,173,52,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","62101",1,41.247486,-95.973142,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,54.35661,22.487152,104.4,"2013-05-14 14:00",104.2,"2013-05-14 13:00",103.3,"2013-05-14 15:00",102.7,"2013-05-14 12:00","","","","",95.2,92.3,87.8,83.3,74.1,54.3,24.6,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","62201",1,41.247486,-95.973142,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",8760,100,365,365,0,0,"","","Certification not required",0,68.131849,15.118003,100,"2013-05-28 04:00",100,"2013-06-10 06:00",100,"2013-06-10 07:00",100,"2013-06-16 03:00","","","","",97,96,92,88,79,69,48,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","63301",1,41.247486,-95.973142,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8760,100,365,365,0,0,"","","Certification not required",0,0.267517,0.352049,1.4,"2013-05-10 12:00",1.4,"2013-05-11 12:00",1.4,"2013-05-12 12:00",1.4,"2013-05-23 12:00","","","","",1.29,1.22,1.06,0.86,0.44,0.04,0.03,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","64101",1,41.247486,-95.973142,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8760,100,365,365,0,0,"","","Certification not required",0,977.653128,6.516737,1002,"2013-11-12 09:00",1002,"2013-11-12 10:00",1001.4,"2013-11-12 08:00",1001.4,"2013-11-23 10:00","","","","",993.2,990.2,987.1,985.1,982.1,978,969.2,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68101",2,41.247486,-95.973142,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",88,97,88,91,0,0,"","","Certification not required",0,16.7,0,16.7,"2013-01-04 00:00",16.7,"2013-01-10 00:00",16.7,"2013-01-16 00:00",16.7,"2013-01-22 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,16.7,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68102",2,41.247486,-95.973142,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",88,97,88,91,0,0,"","","Certification not required",0,24.011364,0.035337,24.1,"2013-05-22 00:00",24.1,"2013-05-28 00:00",24.1,"2013-06-15 00:00",24.1,"2013-07-06 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68103",2,41.247486,-95.973142,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,97,88,91,0,0,"","","Certification not required",0,7.526136,12.155009,26.2,"2013-06-21 00:00",25.5,"2013-07-09 00:00",24.9,"2013-08-26 00:00",24.8,"2013-07-18 00:00","","","","",26.2,25.5,24.4,22.2,18.4,7.4,-9.1,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68103",5,41.247486,-95.973142,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,7.485227,10.665677,24.3,"2013-07-09 00:00",23.6,"2013-07-18 00:00",23.1,"2013-08-29 00:00",22.7,"2013-09-07 00:00","","","","",24.3,23.6,21.9,20.8,16.9,9.8,-6.3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","68104",2,41.247486,-95.973142,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,97,88,91,0,0,"","","Certification not required",0,18.371591,13.002351,38,"2013-07-09 00:00",37.3,"2013-08-29 00:00",36.8,"2013-08-26 00:00",36.8,"2013-09-10 00:00","","","","",38,37.3,35.6,33.6,29.3,21.1,0.8,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68104",5,41.247486,-95.973142,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,18.359091,11.824732,37.6,"2013-07-09 00:00",36,"2013-08-29 00:00",36,"2013-09-10 00:00",34.5,"2013-07-18 00:00","","","","",37.6,36,33.1,31.9,28.5,20.5,2.6,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","68105",2,41.247486,-95.973142,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,97,88,91,0,0,"","","Certification not required",0,12.596591,12.423638,30.6,"2013-07-09 00:00",30.5,"2013-07-18 00:00",30.5,"2013-08-26 00:00",30.5,"2013-08-29 00:00","","","","",30.6,30.5,30.4,27.3,24.2,14.3,-5.3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68106",2,41.247486,-95.973142,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,97,88,91,0,0,"","","Certification not required",0,730.25,4.561836,745,"2013-11-12 00:00",742,"2013-12-06 00:00",739,"2013-10-13 00:00",738,"2013-02-15 00:00","","","","",745,742,737,735,733,731,725,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68106",5,41.247486,-95.973142,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,730.795455,3.601274,738,"2013-09-16 00:00",738,"2013-10-13 00:00",737,"2013-02-15 00:00",737,"2013-03-26 00:00","","","","",738,738,737,735,734,731,726,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","68107",2,41.247486,-95.973142,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,97,88,91,0,0,"","","Certification not required",0,736.511364,4.797016,755,"2013-11-12 00:00",750,"2013-12-06 00:00",746,"2013-11-21 00:00",745,"2013-12-24 00:00","","","","",755,750,744,742,739,736,731,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68107",5,41.247486,-95.973142,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,735.704545,3.572433,753,"2013-06-06 00:00",743,"2013-10-13 00:00",742,"2013-05-01 00:00",742,"2013-09-16 00:00","","","","",753,743,740,739,738,736,731,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","68108",2,41.247486,-95.973142,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,97,88,91,0,0,"","","Certification not required",0,733.443182,4.51271,751,"2013-11-12 00:00",746,"2013-12-06 00:00",741,"2013-10-13 00:00",739,"2013-01-22 00:00","","","","",751,746,739,739,736,733,728,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","68109",2,41.247486,-95.973142,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",87,96,87,91,0,0,"","","Certification not required",0,1439.747126,1.014068,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","81102",1,41.247486,-95.973142,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8505,97,352,365,0,255,"","","Certification not required",290,21.383892,13.892798,217,"2013-08-29 06:00",133,"2013-07-04 21:00",104,"2013-05-15 04:00",96,"2013-05-16 09:00","","","","",64,56,47,40,29,19,6,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","81102",1,41.247486,-95.973142,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",352,96,352,365,0,0,0,0,"Certification not required",0,20.869318,11.166187,62,"2013-06-22 00:00",60,"2013-05-15 00:00",55,"2013-08-29 00:00",55,"2013-08-30 00:00","","","","",55,47,41,37,28,19,8,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","86101",1,41.247486,-95.973142,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",8498,97,352,365,0,262,"","","Certification not required",0,12.061309,10.675001,154,"2013-08-29 06:00",94,"2013-05-15 04:00",83,"2013-05-15 03:00",81,"2013-05-16 09:00","","","","",46,40,32,26,17,10,1,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0019","88101",1,41.247486,-95.973142,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8539,97,361,365,0,221,"","","Certification not required",0,9.344303,6.564363,101,"2013-07-04 21:00",67,"2013-02-25 08:00",64,"2013-02-25 09:00",63,"2013-02-25 10:00","","","","",31,26,21,18,12,8,3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-16" +"31","055","0019","88101",1,41.247486,-95.973142,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,2,2,"Certification not required",0,9.297458,5.345976,42.4,"2013-02-25 00:00",36.6,"2013-02-26 00:00",26.6,"2013-02-24 00:00",24.5,"2013-07-01 00:00","","","","",24.5,22.2,19.6,16.5,11.4,7.9,4.2,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-16" +"31","055","0019","88101",1,41.247486,-95.973142,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,9.297458,5.345976,42.4,"2013-02-25 00:00",36.6,"2013-02-26 00:00",26.6,"2013-02-24 00:00",24.5,"2013-07-01 00:00","","","","",24.5,22.2,19.6,16.5,11.4,7.9,4.2,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-16" +"31","055","0019","88101",2,41.247486,-95.973142,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,97,88,91,0,3,0,0,"Certification not required",0,8.763636,4.813778,24,"2013-12-03 00:00",22,"2013-07-06 00:00",19.2,"2013-07-03 00:00",18.1,"2013-02-27 00:00","","","","",24,22,17.8,16.2,11.9,7.3,4.3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","88101",2,41.247486,-95.973142,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,97,88,91,0,3,"","","Certification not required",0,8.763636,4.813778,24,"2013-12-03 00:00",22,"2013-07-06 00:00",19.2,"2013-07-03 00:00",18.1,"2013-02-27 00:00","","","","",24,22,17.8,16.2,11.9,7.3,4.3,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0019","88102",5,41.247486,-95.973142,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",82,0.019949,0.008965,0.063,"2013-02-03 00:00",0.054,"2013-03-11 00:00",0.048,"2013-01-01 00:00",0.046,"2013-01-31 00:00","","","","",0.063,0.054,0.032,0.026,0.021,0.0195,0.0095,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88103",5,41.247486,-95.973142,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.000455,0.000693,0.003,"2013-09-25 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-31 00:00",0.002,"2013-03-26 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88104",5,41.247486,-95.973142,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",43,0.037318,0.062273,0.489,"2013-06-24 00:00",0.278,"2013-08-29 00:00",0.145,"2013-10-04 00:00",0.106,"2013-06-15 00:00","","","","",0.489,0.278,0.105,0.086,0.045,0.016,0.0065,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88107",5,41.247486,-95.973142,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.007963,0.008759,0.05,"2013-07-03 00:00",0.0295,"2013-01-16 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-22 00:00","","","","",0.05,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88109",5,41.247486,-95.973142,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",25,0.002824,0.002004,0.0134,"2013-01-19 00:00",0.0084,"2013-01-31 00:00",0.0077,"2013-09-07 00:00",0.0067,"2013-02-09 00:00","","","","",0.0134,0.0084,0.0062,0.0045,0.0039,0.0027,0.0009,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88110",5,41.247486,-95.973142,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.00167,0.00379,0.019,"2013-11-09 00:00",0.014,"2013-06-09 00:00",0.012,"2013-05-13 00:00",0.011,"2013-02-24 00:00","","","","",0.019,0.014,0.011,0.008,0,0,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88111",5,41.247486,-95.973142,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",4,0.084288,0.07714,0.501,"2013-10-04 00:00",0.285,"2013-08-29 00:00",0.225,"2013-10-28 00:00",0.222,"2013-08-14 00:00","","","","",0.501,0.285,0.216,0.173,0.129,0.0603,0.0203,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88112",5,41.247486,-95.973142,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.005375,0.013123,0.078,"2013-09-22 00:00",0.065,"2013-09-16 00:00",0.058,"2013-09-19 00:00",0.046,"2013-09-28 00:00","","","","",0.078,0.065,0.022,0.008,0.004,0.002,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88113",5,41.247486,-95.973142,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",83,0.00076,0.000334,0.0027,"2013-03-11 00:00",0.002,"2013-03-26 00:00",0.0018,"2013-07-03 00:00",0.0017,"2013-06-06 00:00","","","","",0.0027,0.002,0.0016,0.001,0.0007,0.0007,0.00055,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88114",5,41.247486,-95.973142,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",51,0.002309,0.002643,0.0207,"2013-07-03 00:00",0.009,"2013-05-16 00:00",0.0066,"2013-02-27 00:00",0.0066,"2013-06-06 00:00","","","","",0.0207,0.009,0.006,0.0053,0.003,0.00125,0.0008,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88115",5,41.247486,-95.973142,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",64,0.008323,0.012991,0.0882,"2013-01-04 00:00",0.068,"2013-02-27 00:00",0.0446,"2013-02-24 00:00",0.0355,"2013-01-01 00:00","","","","",0.0882,0.068,0.0347,0.0157,0.0064,0.00405,0.00245,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88117",5,41.247486,-95.973142,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.007927,0.012037,0.0435,"2013-02-21 00:00",0.0435,"2013-04-22 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-05-19 00:00","","","","",0.0435,0.0435,0.0435,0.043,0.00485,0.0041,0.0028,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88118",5,41.247486,-95.973142,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.009615,0.006757,0.023,"2013-01-16 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-22 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88126",5,41.247486,-95.973142,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.064673,0.054611,0.353,"2013-06-24 00:00",0.204,"2013-03-26 00:00",0.203,"2013-07-03 00:00",0.193,"2013-08-29 00:00","","","","",0.353,0.204,0.173,0.139,0.0732,0.0472,0.0208,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88128",5,41.247486,-95.973142,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.001125,0.001831,0.009,"2013-06-27 00:00",0.007,"2013-01-13 00:00",0.007,"2013-10-01 00:00",0.005,"2013-03-14 00:00","","","","",0.009,0.007,0.005,0.003,0.002,0,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88131",5,41.247486,-95.973142,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.009614,0.003373,0.018,"2013-03-26 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-02 00:00",0.0165,"2013-04-10 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88132",5,41.247486,-95.973142,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.002205,0.002717,0.012,"2013-03-26 00:00",0.011,"2013-01-31 00:00",0.011,"2013-06-06 00:00",0.01,"2013-02-27 00:00","","","","",0.012,0.011,0.009,0.006,0.003,0.001,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88136",5,41.247486,-95.973142,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.000545,0.00124,0.009,"2013-05-16 00:00",0.004,"2013-02-24 00:00",0.003,"2013-01-10 00:00",0.003,"2013-02-15 00:00","","","","",0.009,0.004,0.002,0.002,0.001,0,0,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88140",5,41.247486,-95.973142,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",81,0.008903,0.008956,0.075,"2013-07-03 00:00",0.042,"2013-01-28 00:00",0.029,"2013-01-13 00:00",0.023,"2013-06-24 00:00","","","","",0.075,0.042,0.022,0.009,0.009,0.006,0.00475,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88152",5,41.247486,-95.973142,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.007649,0.02005,0.193,"2013-08-29 00:00",0.011,"2013-10-04 00:00",0.008,"2013-01-31 00:00",0.008,"2013-02-12 00:00","","","","",0.193,0.011,0.008,0.008,0.0055,0.005,0.00285,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88154",5,41.247486,-95.973142,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.001102,0.000297,0.0026,"2013-09-07 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-13 00:00","","","","",0.0026,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88160",5,41.247486,-95.973142,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",85,0.01283,0.004498,0.035,"2013-02-06 00:00",0.026,"2013-04-07 00:00",0.018,"2013-02-09 00:00",0.018,"2013-03-02 00:00","","","","",0.035,0.026,0.018,0.018,0.016,0.01,0.01,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88161",5,41.247486,-95.973142,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",80,0.003047,0.003491,0.032,"2013-06-24 00:00",0.0145,"2013-08-29 00:00",0.007,"2013-08-23 00:00",0.007,"2013-09-04 00:00","","","","",0.032,0.0145,0.0055,0.00265,0.00265,0.0025,0.0021,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88164",5,41.247486,-95.973142,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",88,0.001559,0.000254,0.0019,"2013-01-31 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-17 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.00095,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88165",5,41.247486,-95.973142,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,0.104622,0.13898,1.09,"2013-06-24 00:00",0.692,"2013-08-29 00:00",0.35,"2013-10-04 00:00",0.253,"2013-05-16 00:00","","","","",1.09,0.692,0.225,0.186,0.126,0.072,0.0219,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88166",5,41.247486,-95.973142,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",87,0.007719,0.00464,0.019,"2013-06-15 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-04-10 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88167",5,41.247486,-95.973142,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",20,0.006213,0.004915,0.0275,"2013-01-04 00:00",0.0232,"2013-02-24 00:00",0.0161,"2013-01-10 00:00",0.0161,"2013-08-08 00:00","","","","",0.0275,0.0232,0.016,0.0126,0.008,0.0053,0.0013,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88168",5,41.247486,-95.973142,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",78,0.001711,0.002102,0.0172,"2013-07-03 00:00",0.0097,"2013-04-25 00:00",0.0075,"2013-10-10 00:00",0.0043,"2013-07-06 00:00","","","","",0.0172,0.0097,0.0041,0.0023,0.00175,0.00115,0.00085,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88169",5,41.247486,-95.973142,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.519436,0.311855,1.43,"2013-09-07 00:00",1.39,"2013-07-06 00:00",1.32,"2013-08-23 00:00",1.31,"2013-05-07 00:00","","","","",1.43,1.39,1.17,1.08,0.662,0.416,0.19,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88176",5,41.247486,-95.973142,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.000972,0.000248,0.0018,"2013-06-27 00:00",0.0015,"2013-03-20 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-09 00:00","","","","",0.0018,0.0015,0.0013,0.0013,0.0013,0.0009,0.0007,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88180",5,41.247486,-95.973142,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",3,0.060236,0.10025,0.869,"2013-07-03 00:00",0.339,"2013-07-06 00:00",0.271,"2013-06-30 00:00",0.195,"2013-06-27 00:00","","","","",0.869,0.339,0.129,0.094,0.0589,0.038,0.0203,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88184",5,41.247486,-95.973142,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",73,0.02992,0.025822,0.158,"2013-01-13 00:00",0.123,"2013-02-21 00:00",0.121,"2013-05-16 00:00",0.103,"2013-08-29 00:00","","","","",0.158,0.123,0.088,0.06,0.027,0.02,0.013,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88185",5,41.247486,-95.973142,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",85,0.00333,0.003494,0.0115,"2013-02-09 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-04-10 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88301",5,41.247486,-95.973142,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",3,0.659661,0.699605,4.1,"2013-02-24 00:00",3.08,"2013-02-27 00:00",2.58,"2013-05-07 00:00",2.41,"2013-02-09 00:00","","","","",4.1,3.08,2.09,1.57,0.777,0.459,0.086,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88302",5,41.247486,-95.973142,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",9,0.064857,0.127457,1.16,"2013-02-09 00:00",0.364,"2013-10-13 00:00",0.164,"2013-01-13 00:00",0.135,"2013-08-23 00:00","","","","",1.16,0.364,0.132,0.1,0.07,0.04,0.015,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88303",5,41.247486,-95.973142,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",31,0.044184,0.086601,0.727,"2013-07-03 00:00",0.255,"2013-06-27 00:00",0.245,"2013-06-30 00:00",0.233,"2013-07-06 00:00","","","","",0.727,0.255,0.109,0.0705,0.041,0.028,0.012,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88306",5,41.247486,-95.973142,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.387184,1.838959,11.8,"2013-02-24 00:00",6.59,"2013-02-27 00:00",6.41,"2013-03-23 00:00",5.93,"2013-02-09 00:00","","","","",11.8,6.59,5.02,3.78,1.61,0.657,0.243,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88355",5,41.247486,-95.973142,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,2.001241,1.334892,7,"2013-06-30 00:00",6.38,"2013-07-06 00:00",6.12,"2013-07-03 00:00",5.06,"2013-07-12 00:00","","","","",7,6.38,5.06,3.64,2.39,1.59,0.742,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88357",5,41.247486,-95.973142,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.255013,0.212254,1.2,"2013-07-12 00:00",0.959,"2013-06-27 00:00",0.885,"2013-07-06 00:00",0.778,"2013-07-03 00:00","","","","",1.2,0.959,0.778,0.406,0.297,0.205,0.072,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88370",5,41.247486,-95.973142,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,1.835481,1.24477,6.65,"2013-06-30 00:00",5.93,"2013-07-03 00:00",5.9,"2013-07-06 00:00",4.71,"2013-08-14 00:00","","","","",6.65,5.93,4.71,3.36,2.2,1.45,0.69,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88374",5,41.247486,-95.973142,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.121886,0.114463,0.573,"2013-07-06 00:00",0.501,"2013-08-20 00:00",0.489,"2013-09-07 00:00",0.429,"2013-01-04 00:00","","","","",0.573,0.501,0.429,0.246,0.142,0.089,0.037,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88375",5,41.247486,-95.973142,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.475468,0.311672,1.59,"2013-06-30 00:00",1.54,"2013-07-03 00:00",1.53,"2013-07-06 00:00",1.23,"2013-07-12 00:00","","","","",1.59,1.54,1.23,0.78,0.586,0.39,0.184,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88376",5,41.247486,-95.973142,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.56981,0.456031,2.64,"2013-07-03 00:00",2.39,"2013-06-30 00:00",1.95,"2013-08-14 00:00",1.52,"2013-07-06 00:00","","","","",2.64,2.39,1.52,0.983,0.667,0.453,0.173,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88377",5,41.247486,-95.973142,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.36162,0.260026,1.29,"2013-07-03 00:00",1.17,"2013-07-06 00:00",1.01,"2013-06-30 00:00",1.01,"2013-08-14 00:00","","","","",1.29,1.17,1.01,0.757,0.478,0.276,0.125,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88378",5,41.247486,-95.973142,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",1,0.306671,0.214495,1.25,"2013-06-30 00:00",1.11,"2013-07-06 00:00",0.788,"2013-07-12 00:00",0.706,"2013-09-25 00:00","","","","",1.25,1.11,0.706,0.606,0.354,0.262,0.12,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88380",5,41.247486,-95.973142,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.420823,0.301308,1.8,"2013-07-12 00:00",1.37,"2013-07-06 00:00",1.27,"2013-06-27 00:00",1.06,"2013-09-25 00:00","","","","",1.8,1.37,1.06,0.695,0.579,0.335,0.129,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88383",5,41.247486,-95.973142,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.664716,0.452389,2.52,"2013-07-12 00:00",2.44,"2013-07-06 00:00",1.85,"2013-06-30 00:00",1.68,"2013-09-25 00:00","","","","",2.52,2.44,1.68,1.19,0.854,0.543,0.226,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88384",5,41.247486,-95.973142,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.062389,0.036398,0.23,"2013-08-29 00:00",0.203,"2013-07-30 00:00",0.148,"2013-09-16 00:00",0.131,"2013-06-24 00:00","","","","",0.23,0.203,0.131,0.103,0.0746,0.056,0.0302,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88385",5,41.247486,-95.973142,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",77,0.001229,0.001599,0.0145,"2013-08-29 00:00",0.00563,"2013-07-09 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.0145,0.00563,0.001,0.001,0.001,0.001,0.001,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88388",5,41.247486,-95.973142,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,10,"","","Certification not required",0,0.47238,0.315447,1.6,"2013-06-30 00:00",1.59,"2013-07-06 00:00",1.42,"2013-09-25 00:00",1.39,"2013-07-12 00:00","","","","",1.6,1.59,1.39,0.844,0.57,0.376,0.205,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88403",5,41.247486,-95.973142,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.390184,0.855343,3.67,"2013-07-30 00:00",3.6,"2013-05-07 00:00",3.51,"2013-09-07 00:00",3.49,"2013-02-09 00:00","","","","",3.67,3.6,3.39,2.79,1.77,1.16,0.491,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0019","88502",5,41.247486,-95.973142,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,9.011364,5.009587,29.5,"2013-02-24 00:00",21.4,"2013-07-06 00:00",19.7,"2013-07-03 00:00",18.6,"2013-09-07 00:00","","","","",29.5,21.4,18.3,15.9,11.2,8,3.9,"4102 Woolworth Ave. on Healthcenter Warehouse","DOUGLAS COUNTY HOSP 42ND & WOOLWORTH","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-02-14" +"31","055","0028","44201",1,41.207958,-95.945897,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5054,100,214,214,0,82,0,0,"Certification not required",175,0.042687,0.01163,0.082,"2013-08-31 15:00",0.069,"2013-07-07 15:00",0.068,"2013-07-09 15:00",0.068,"2013-08-23 21:00","","","","",0.068,0.064,0.058,0.057,0.05,0.043,0.027,"","2411 O ST.","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0028","44201",1,41.207958,-95.945897,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5059,99,211,214,0,0,0,0,"Certification not required",0,0.038512,0.010832,0.063,"2013-07-07 10:00",0.061,"2013-08-23 14:00",0.06,"2013-07-09 12:00",0.058,"2013-08-31 11:00","","","","",0.06,0.058,0.055,0.052,0.047,0.039,0.024,"","2411 O ST.","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0028","44201",1,41.207958,-95.945897,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5059,99,211,214,0,0,0,0,"Certification not required",0,0.038512,0.010832,0.063,"2013-07-07 10:00",0.061,"2013-08-23 14:00",0.06,"2013-07-09 12:00",0.058,"2013-08-31 11:00","","","","",0.06,0.058,0.055,0.052,0.047,0.039,0.024,"","2411 O ST.","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0028","81102",1,41.207958,-95.945897,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,23.931034,12.158113,67,"2013-06-21 00:00",50,"2013-05-16 00:00",50,"2013-07-03 00:00",45,"2013-09-07 00:00","","","","",67,50,50,38,31,22,9,"","2411 O ST.","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-10" +"31","055","0035","44201",1,41.306758,-95.960967,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5090,99,211,214,0,46,0,0,"Certification not required",326,0.04255,0.011719,0.072,"2013-07-07 17:00",0.071,"2013-07-09 13:00",0.07,"2013-07-08 14:00",0.067,"2013-07-22 12:00","","","","",0.07,0.067,0.063,0.056,0.051,0.042,0.028,""," METRO-TECH CAMPUS 30TH & FORT ST","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0035","44201",1,41.306758,-95.960967,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5105,99,211,214,0,0,0,0,"Certification not required",0,0.03754,0.011506,0.066,"2013-07-07 11:00",0.064,"2013-07-09 11:00",0.063,"2013-09-27 11:00",0.061,"2013-07-06 09:00","","","","",0.063,0.06,0.057,0.052,0.046,0.037,0.023,""," METRO-TECH CAMPUS 30TH & FORT ST","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0035","44201",1,41.306758,-95.960967,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5105,99,211,214,0,0,0,0,"Certification not required",0,0.03754,0.011506,0.066,"2013-07-07 11:00",0.064,"2013-07-09 11:00",0.063,"2013-09-27 11:00",0.061,"2013-07-06 09:00","","","","",0.063,0.06,0.057,0.052,0.046,0.037,0.023,""," METRO-TECH CAMPUS 30TH & FORT ST","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-06" +"31","055","0045","81102",1,41.257442,-95.983731,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8739,100,365,365,0,21,"","","Certification not required",377,32.447305,32.173007,527,"2013-05-07 07:00",389,"2013-07-06 06:00",380,"2013-06-02 14:00",373,"2013-08-01 06:00","","","","",144,122,94,73,41,23,7,"","46TH & FARNAM OMAHA, NE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0045","81102",1,41.257442,-95.983731,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,31.980822,19.535743,94,"2013-07-08 00:00",89,"2013-05-07 00:00",87,"2013-09-10 00:00",85,"2013-08-30 00:00","","","","",85,78,69,60,45,28,11,"","46TH & FARNAM OMAHA, NE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0052","68101",1,41.197847,-96.056686,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",111,91,111,122,0,0,"","","Certification not required",0,16.7,0,16.7,"2013-01-01 00:00",16.7,"2013-01-04 00:00",16.7,"2013-01-07 00:00",16.7,"2013-01-10 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,16.7,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68102",1,41.197847,-96.056686,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",111,91,111,122,0,0,"","","Certification not required",0,23.994595,0.029658,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68103",1,41.197847,-96.056686,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,0,"","","Certification not required",0,4.752252,11.311915,25.3,"2013-06-21 00:00",23.1,"2013-07-09 00:00",22.6,"2013-07-18 00:00",22.2,"2013-08-26 00:00","","","","",23.1,22.6,21.2,19.9,15.2,3,-8.5,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68104",1,41.197847,-96.056686,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,0,"","","Certification not required",0,17.488288,12.086707,36.6,"2013-07-09 00:00",35.8,"2013-08-29 00:00",35.7,"2013-08-26 00:00",35.2,"2013-06-21 00:00","","","","",35.8,35.7,33.4,31.8,28.6,16.8,1.4,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68105",1,41.197847,-96.056686,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,0,"","","Certification not required",0,10.875676,11.575344,29.6,"2013-07-09 00:00",29.5,"2013-06-21 00:00",29,"2013-08-26 00:00",28.8,"2013-07-18 00:00","","","","",29.5,29,26.5,25.5,21.7,8.6,-4,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68106",1,41.197847,-96.056686,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,0,"","","Certification not required",0,730.630631,4.930292,744,"2013-11-12 00:00",741,"2013-02-15 00:00",741,"2013-03-26 00:00",741,"2013-12-06 00:00","","","","",741,741,739,737,734,731,725,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68107",1,41.197847,-96.056686,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,0,"","","Certification not required",0,738.072072,5.725083,755,"2013-11-12 00:00",751,"2013-11-24 00:00",750,"2013-12-06 00:00",748,"2013-01-31 00:00","","","","",751,750,747,746,743,738,731,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68108",1,41.197847,-96.056686,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,0,"","","Certification not required",0,734.468468,5.11472,750,"2013-11-12 00:00",745,"2013-12-06 00:00",744,"2013-01-22 00:00",744,"2013-02-15 00:00","","","","",745,744,744,741,738,735,728,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","68109",1,41.197847,-96.056686,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",111,91,111,122,0,0,"","","Certification not required",0,1437.513514,9.185824,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1438,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","88101",1,41.197847,-96.056686,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,10,0,0,"Certification not required",0,8.616216,4.796638,26.8,"2013-02-24 00:00",22.2,"2013-07-06 00:00",21,"2013-03-05 00:00",20.3,"2013-12-03 00:00","","","","",22.2,21,18.1,16,10.9,7.3,4.1,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0052","88101",1,41.197847,-96.056686,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,10,"","","Certification not required",0,8.616216,4.796638,26.8,"2013-02-24 00:00",22.2,"2013-07-06 00:00",21,"2013-03-05 00:00",20.3,"2013-12-03 00:00","","","","",22.2,21,18.1,16,10.9,7.3,4.1,"ON TOP OF ELEMENTARY SCHOOL","9225 BERRY","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","055","0053","42401",1,41.297778,-95.9375,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8113,93,334,365,0,647,1,"","Certification not required",0,6.232036,10.147144,90.4,"2013-02-18 17:00",62,"2013-03-05 11:00",57.7,"2013-02-19 01:00",55.7,"2013-05-12 10:00","","","","",55.7,37.8,26,15.9,6.2,2.7,0.5,"SITE IS IN OPPOSITE WIND DIRECTION OF EXISTING SITE","1616 WHITMORE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0053","42401",1,41.297778,-95.9375,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8113,93,334,365,0,647,"","","Certification not required",0,2.045532,4.058352,90.4,"2013-02-18 17:00",67,"2013-02-18 16:00",62,"2013-03-05 11:00",57.7,"2013-02-19 01:00","","","","",21.6,12.8,5.2,3.6,2.3,1.4,0,"SITE IS IN OPPOSITE WIND DIRECTION OF EXISTING SITE","1616 WHITMORE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0053","42401",1,41.297778,-95.9375,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,2.057186,2.594229,20.2,"2013-02-19 00:00",19,"2013-03-05 00:00",18.9,"2013-02-18 00:00",14.3,"2013-03-12 00:00","","","","",14.3,9.6,5.8,4.2,2.6,1.6,0,"SITE IS IN OPPOSITE WIND DIRECTION OF EXISTING SITE","1616 WHITMORE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0053","42401",1,41.297778,-95.9375,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2670,91,333,365,0,0,"",0,"Certification not required",0,2.020599,3.800446,69.2,"2013-02-18 17:00",51.8,"2013-02-19 02:00",46.8,"2013-03-05 14:00",41.9,"2013-02-19 05:00","","","","",19.5,12.9,5.6,3.7,2.3,1.4,0,"SITE IS IN OPPOSITE WIND DIRECTION OF EXISTING SITE","1616 WHITMORE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0053","42401",2,41.297778,-95.9375,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",98449,94,338,365,0,6671,"","","Certification not required",0,2.053852,4.684282,140.7,"2013-02-18 17:20",131.2,"2013-02-18 17:25",123.5,"2013-02-18 16:50",120.6,"2013-02-18 17:05","","","","",22.5,12,5,3.6,2.3,1.4,-0.1,"SITE IS IN OPPOSITE WIND DIRECTION OF EXISTING SITE","1616 WHITMORE","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0054","81102",1,41.26777,-95.94083,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",2,21.442623,12.52534,56,"2013-06-21 00:00",51,"2013-12-18 00:00",50,"2013-05-16 00:00",48,"2013-08-14 00:00","","","","",56,51,48,36,30,19,8,"19th & Burt","19TH & BURT","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-10" +"31","055","0054","81102",2,41.26777,-95.94083,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",2,21.583333,13.433189,60,"2013-06-21 00:00",54,"2013-12-18 00:00",52,"2013-08-14 00:00",49,"2013-05-16 00:00","","","","",60,54,52,39,31,18,8,"19th & Burt","19TH & BURT","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-10" +"31","055","0056","42101",1,41.259175,-96.028628,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8579,98,358,365,0,181,0,0,"Certification not required",6311,0.377416,0.249549,2.5,"2013-02-05 21:00",2.4,"2013-02-05 20:00",2.3,"2013-02-05 22:00",2.3,"2013-02-05 23:00","","","","",1.3,1.1,0.9,0.7,0.5,0.25,0.25,"","7747 dodge street","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","055","0056","42101",1,41.259175,-96.028628,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8616,98,358,365,0,0,0,0,"Certification not required",0,0.406766,0.206509,2.1,"2013-02-06 00:00",2.1,"2013-02-06 01:00",2.1,"2013-02-06 02:00",2,"2013-02-05 23:00",2.1,"2013-02-06 00:00",1.9,"2013-12-27 01:00",1.1,1,0.9,0.7,0.4,0.3,0.3,"","7747 dodge street","Nebraska","Douglas","Omaha","Omaha-Council Bluffs, NE-IA","2014-01-23" +"31","069","9000","85101",1,41.762681,-102.434108,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.864753,8.821193,54.146,"2013-03-17 00:00",27.399,"2013-03-08 00:00",27.3512,"2013-05-25 00:00",26.3497,"2013-03-23 00:00","","","","",54.146,27.399,27.3512,13.669,11.3097,5.6345,3.08,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","86502",1,41.762681,-102.434108,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.392157,7.381269,47,"2013-03-17 00:00",21,"2013-03-23 00:00",19,"2013-05-25 00:00",15,"2013-03-08 00:00","","","","",47,21,19,9,7,3,1,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88103",1,41.762681,-102.434108,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88104",1,41.762681,-102.434108,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.051306,0.059597,0.3191,"2013-03-17 00:00",0.193,"2013-04-28 00:00",0.19,"2013-05-25 00:00",0.157,"2013-04-25 00:00","","","","",0.3191,0.193,0.19,0.108,0.069,0.0279,0.0108,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88109",1,41.762681,-102.434108,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.000953,0.000525,0.0031,"2013-03-08 00:00",0.0023,"2013-05-25 00:00",0.0017,"2013-01-31 00:00",0.0017,"2013-03-29 00:00","","","","",0.0031,0.0023,0.0017,0.0015,0.0012,0.0009,0.0004,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88111",1,41.762681,-102.434108,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.039829,0.036517,0.1741,"2013-03-17 00:00",0.1328,"2013-04-28 00:00",0.1104,"2013-05-16 00:00",0.1056,"2013-03-08 00:00","","","","",0.1741,0.1328,0.1104,0.0947,0.0579,0.0231,0.0091,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88112",1,41.762681,-102.434108,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-26 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88114",1,41.762681,-102.434108,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000207,0.000134,0.0007,"2013-01-22 00:00",0.0006,"2013-03-08 00:00",0.0005,"2013-01-25 00:00",0.0004,"2013-01-04 00:00","","","","",0.0007,0.0006,0.0005,0.0004,0.0003,0.00015,0.0001,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88115",1,41.762681,-102.434108,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000516,0.00057,0.0024,"2013-04-07 00:00",0.0023,"2013-03-08 00:00",0.0022,"2013-05-25 00:00",0.0017,"2013-05-16 00:00","","","","",0.0024,0.0023,0.0022,0.001,0.0006,0.0003,0.00015,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88126",1,41.762681,-102.434108,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.032147,0.031962,0.1497,"2013-03-17 00:00",0.1188,"2013-04-28 00:00",0.1028,"2013-05-25 00:00",0.0942,"2013-04-25 00:00","","","","",0.1497,0.1188,0.1028,0.0698,0.0513,0.0172,0.0074,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88128",1,41.762681,-102.434108,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000627,0.000662,0.002,"2013-01-07 00:00",0.002,"2013-04-01 00:00",0.002,"2013-05-04 00:00",0.002,"2013-05-25 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88132",1,41.762681,-102.434108,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000765,0.000907,0.004,"2013-03-17 00:00",0.003,"2013-04-28 00:00",0.002,"2013-03-08 00:00",0.002,"2013-04-01 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0.001,0,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88136",1,41.762681,-102.434108,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88140",1,41.762681,-102.434108,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.011231,0.014639,0.0834,"2013-03-17 00:00",0.05,"2013-04-28 00:00",0.0351,"2013-03-14 00:00",0.031,"2013-04-25 00:00","","","","",0.0834,0.05,0.0351,0.0254,0.0169,0.0055,0.00195,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88152",1,41.762681,-102.434108,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000379,0.000793,0.0044,"2013-04-01 00:00",0.0029,"2013-03-08 00:00",0.0025,"2013-03-23 00:00",0.0012,"2013-03-05 00:00","","","","",0.0044,0.0029,0.0025,0.001,0.00015,0.00015,0.0001,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88154",1,41.762681,-102.434108,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000206,0.000135,0.0005,"2013-03-08 00:00",0.0005,"2013-04-04 00:00",0.0005,"2013-05-16 00:00",0.0004,"2013-01-04 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.0003,0.0001,0.0001,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88161",1,41.762681,-102.434108,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.002694,0.002943,0.0134,"2013-03-17 00:00",0.0111,"2013-04-28 00:00",0.0096,"2013-05-25 00:00",0.0083,"2013-04-25 00:00","","","","",0.0134,0.0111,0.0096,0.0056,0.0047,0.0014,0.0005,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88164",1,41.762681,-102.434108,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000135,0.000135,0.0008,"2013-05-25 00:00",0.0004,"2013-04-04 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-03-08 00:00","","","","",0.0008,0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88165",1,41.762681,-102.434108,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.134033,0.160672,0.8899,"2013-03-17 00:00",0.5187,"2013-05-25 00:00",0.4777,"2013-04-28 00:00",0.3519,"2013-05-16 00:00","","","","",0.8899,0.5187,0.4777,0.3031,0.1897,0.07,0.0231,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88167",1,41.762681,-102.434108,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001363,0.001038,0.0054,"2013-03-08 00:00",0.0038,"2013-01-01 00:00",0.0037,"2013-03-26 00:00",0.0035,"2013-04-01 00:00","","","","",0.0054,0.0038,0.0037,0.0022,0.0019,0.001,0.0005,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88168",1,41.762681,-102.434108,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.00036,0.00029,0.0013,"2013-04-28 00:00",0.0011,"2013-03-17 00:00",0.001,"2013-04-25 00:00",0.001,"2013-05-25 00:00","","","","",0.0013,0.0011,0.001,0.0008,0.0005,0.0003,0.0001,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88169",1,41.762681,-102.434108,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.233106,0.15117,0.6091,"2013-03-23 00:00",0.598,"2013-04-01 00:00",0.5756,"2013-05-25 00:00",0.5097,"2013-05-10 00:00","","","","",0.6091,0.598,0.5756,0.4392,0.3145,0.2003,0.0706,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88176",1,41.762681,-102.434108,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000184,8e-05,0.0005,"2013-04-10 00:00",0.0004,"2013-01-07 00:00",0.0004,"2013-03-17 00:00",0.0003,"2013-01-01 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88180",1,41.762681,-102.434108,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.022925,0.020826,0.1003,"2013-05-25 00:00",0.0905,"2013-03-17 00:00",0.0667,"2013-04-28 00:00",0.0514,"2013-03-08 00:00","","","","",0.1003,0.0905,0.0667,0.0473,0.034,0.0146,0.0064,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88184",1,41.762681,-102.434108,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.011127,0.012252,0.0513,"2013-03-17 00:00",0.0497,"2013-05-25 00:00",0.0364,"2013-03-08 00:00",0.0354,"2013-03-23 00:00","","","","",0.0513,0.0497,0.0364,0.0315,0.0157,0.0079,0.0019,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88185",1,41.762681,-102.434108,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000619,0.000304,0.0019,"2013-02-21 00:00",0.0016,"2013-04-25 00:00",0.0015,"2013-03-29 00:00",0.0009,"2013-05-16 00:00","","","","",0.0019,0.0016,0.0015,0.0008,0.00065,0.00065,0.0004,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88203",1,41.762681,-102.434108,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.00735,0.00578,0.0309,"2013-03-08 00:00",0.0199,"2013-03-26 00:00",0.0199,"2013-05-22 00:00",0.0176,"2013-01-31 00:00","","","","",0.0309,0.0199,0.0199,0.0132,0.0091,0.0061,0.0026,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88306",1,41.762681,-102.434108,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.627804,0.764533,4.1623,"2013-03-08 00:00",3.0158,"2013-03-26 00:00",2.7591,"2013-01-01 00:00",1.2072,"2013-01-07 00:00","","","","",4.1623,3.0158,2.7591,1.0297,0.8637,0.3709,0.1125,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88320",1,41.762681,-102.434108,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.278958,0.225126,1.2,"2013-03-08 00:00",1.04,"2013-05-25 00:00",0.71,"2013-05-13 00:00",0.63,"2013-05-16 00:00","","","","",1.2,1.2,0.71,0.52,0.33,0.22,0.1,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88321",1,41.762681,-102.434108,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.050625,0.034788,0.18,"2013-03-08 00:00",0.17,"2013-03-26 00:00",0.11,"2013-05-25 00:00",0.09,"2013-03-29 00:00","","","","",0.18,0.18,0.11,0.08,0.07,0.04,0.02,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88324",1,41.762681,-102.434108,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",44,0.020476,0.008673,0.0546,"2013-03-08 00:00",0.035,"2013-03-26 00:00",0.0317,"2013-04-22 00:00",0.03085,"2013-01-22 00:00","","","","",0.0546,0.0546,0.0317,0.0305,0.02375,0.01645,0.0102,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88325",1,41.762681,-102.434108,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.055863,0.042458,0.2188,"2013-03-08 00:00",0.1684,"2013-05-25 00:00",0.1477,"2013-05-13 00:00",0.1287,"2013-05-10 00:00","","","","",0.2188,0.2188,0.1477,0.1153,0.0734,0.036,0.01855,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88326",1,41.762681,-102.434108,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",31,0.071126,0.068985,0.313,"2013-03-08 00:00",0.3013,"2013-05-25 00:00",0.2282,"2013-01-25 00:00",0.2087,"2013-05-13 00:00","","","","",0.313,0.313,0.2282,0.1877,0.087,0.03875,0.02535,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88327",1,41.762681,-102.434108,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.055343,0.043743,0.218,"2013-05-25 00:00",0.1964,"2013-03-08 00:00",0.1484,"2013-05-16 00:00",0.127,"2013-05-13 00:00","","","","",0.218,0.218,0.1484,0.104,0.0659,0.0427,0.0163,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88328",1,41.762681,-102.434108,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.092347,0.078668,0.4193,"2013-03-08 00:00",0.3481,"2013-05-25 00:00",0.2183,"2013-05-16 00:00",0.215,"2013-05-13 00:00","","","","",0.4193,0.4193,0.2183,0.1943,0.1217,0.069,0.0271,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88329",1,41.762681,-102.434108,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.104731,0.095876,0.5586,"2013-03-08 00:00",0.4248,"2013-05-25 00:00",0.2219,"2013-05-16 00:00",0.212,"2013-05-13 00:00","","","","",0.5586,0.5586,0.2219,0.2005,0.1252,0.0844,0.0304,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88330",1,41.762681,-102.434108,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.037696,0.023976,0.1251,"2013-03-26 00:00",0.0783,"2013-03-29 00:00",0.0778,"2013-04-19 00:00",0.0714,"2013-05-13 00:00","","","","",0.1251,0.1251,0.0778,0.071,0.0541,0.0283,0.015,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88331",1,41.762681,-102.434108,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",16,0.00014,0.000366,0.002,"2013-04-19 00:00",0.001,"2013-03-26 00:00",0.001,"2013-04-13 00:00",0.001,"2013-05-07 00:00","","","","",0.002,0.002,0.001,0.0003,0.0001,0,0,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88338",1,41.762681,-102.434108,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.022054,0.024398,0.1365,"2013-04-25 00:00",0.1321,"2013-04-28 00:00",0.0598,"2013-05-01 00:00",0.0408,"2013-05-04 00:00","","","","",0.1365,0.1321,0.0598,0.024,0.023,0.01515,0.0109,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88339",1,41.762681,-102.434108,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.961549,0.623587,2.51254,"2013-03-23 00:00",2.46671,"2013-04-01 00:00",2.37435,"2013-05-25 00:00",2.10247,"2013-05-10 00:00","","","","",2.51254,2.46671,2.37435,1.81154,1.29727,0.8262,0.29102,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88344",1,41.762681,-102.434108,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.809835,0.986265,5.3694,"2013-03-08 00:00",3.8904,"2013-03-26 00:00",3.5592,"2013-01-01 00:00",1.5573,"2013-01-07 00:00","","","","",5.3694,3.8904,3.5592,1.3283,1.1142,0.4785,0.1451,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88348",1,41.762681,-102.434108,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.594471,0.668132,3.5899,"2013-03-17 00:00",2.1419,"2013-05-25 00:00",2.1385,"2013-04-28 00:00",1.6136,"2013-04-25 00:00","","","","",3.5899,2.1419,2.1385,1.3252,0.88,0.3142,0.1163,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88350",1,41.762681,-102.434108,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.500915,0.405153,2.1638,"2013-03-08 00:00",1.8747,"2013-05-25 00:00",1.2722,"2013-05-13 00:00",1.1309,"2013-05-16 00:00","","","","",2.1638,2.1638,1.2722,0.9295,0.5911,0.4009,0.1805,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88403",1,41.762681,-102.434108,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.655706,0.43818,1.8405,"2013-03-23 00:00",1.7882,"2013-04-01 00:00",1.5907,"2013-05-25 00:00",1.3554,"2013-04-10 00:00","","","","",1.8405,1.7882,1.5907,1.2824,0.9234,0.5589,0.1975,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","069","9000","88502",1,41.762681,-102.434108,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.960784,2.145794,11.7,"2013-03-08 00:00",8.1,"2013-03-26 00:00",7.8,"2013-05-25 00:00",6.6,"2013-03-17 00:00","","","","",11.7,8.1,7.8,5.3,4,2.4,1.1,"","Crescent Lake","Nebraska","Garden","","","2014-01-28" +"31","079","0004","68101",1,40.942099,-98.364967,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",88,72,88,122,0,0,"","","Certification not required",0,16.7,0,16.7,"2013-01-01 00:00",16.7,"2013-01-04 00:00",16.7,"2013-01-07 00:00",16.7,"2013-01-10 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,16.7,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68102",1,40.942099,-98.364967,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",88,72,88,122,0,0,"","","Certification not required",0,23.992045,0.053005,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68103",1,40.942099,-98.364967,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,0,"","","Certification not required",0,6.090909,11.630851,23.2,"2013-08-26 00:00",23.1,"2013-07-09 00:00",22.8,"2013-06-21 00:00",22.5,"2013-08-29 00:00","","","","",23.2,23.1,21.8,20,17.3,9.8,-9.7,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68104",1,40.942099,-98.364967,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,0,"","","Certification not required",0,18.810227,12.497963,37.2,"2013-07-12 00:00",37.1,"2013-06-21 00:00",36.6,"2013-08-29 00:00",36.5,"2013-08-26 00:00","","","","",37.2,37.1,36.4,33.4,29.9,23.4,2.1,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68105",1,40.942099,-98.364967,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,0,"","","Certification not required",0,12.225,11.841329,30.1,"2013-06-21 00:00",29.4,"2013-08-26 00:00",28.7,"2013-07-09 00:00",28.7,"2013-08-29 00:00","","","","",30.1,29.4,28.3,26.3,23.5,14.5,-3.2,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68106",1,40.942099,-98.364967,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,0,"","","Certification not required",0,707.318182,4.03304,716,"2013-02-15 00:00",714,"2013-04-01 00:00",714,"2013-09-16 00:00",713,"2013-03-26 00:00","","","","",716,714,713,712,711,708,701,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68107",1,40.942099,-98.364967,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,0,"","","Certification not required",0,714.534091,3.909755,724,"2013-05-01 00:00",722,"2013-03-05 00:00",722,"2013-03-20 00:00",721,"2013-01-22 00:00","","","","",724,722,721,720,717,715,709,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68108",1,40.942099,-98.364967,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,0,"","","Certification not required",0,711.113636,3.696634,719,"2013-02-15 00:00",718,"2013-05-01 00:00",717,"2013-03-05 00:00",717,"2013-03-20 00:00","","","","",719,718,717,716,714,711,706,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","68109",1,40.942099,-98.364967,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",88,72,88,122,0,0,"","","Certification not required",0,1438.602273,4.524619,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","88101",1,40.942099,-98.364967,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,8.272727,4.791677,24.1,"2013-02-24 00:00",22.4,"2013-07-15 00:00",21.3,"2013-03-08 00:00",17.9,"2013-06-21 00:00","","","","",24.1,22.4,16.7,15.4,11.3,7.4,3.2,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","079","0004","88101",1,40.942099,-98.364967,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,8.272727,4.791677,24.1,"2013-02-24 00:00",22.4,"2013-07-15 00:00",21.3,"2013-03-08 00:00",17.9,"2013-06-21 00:00","","","","",24.1,22.4,16.7,15.4,11.3,7.4,3.2,"Grand Island Senior High","2124 NORTH LAFAYETTE","Nebraska","Hall","Grand Island","Grand Island, NE","2014-01-31" +"31","107","9991","44201",1,42.8292,-97.854,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7807,100,213,214,0,209,0,0,"Certification not required",0,0.047277,0.010861,0.075,"2013-07-06 15:00",0.073,"2013-07-04 15:00",0.072,"2013-05-17 17:00",0.07,"2013-07-05 14:00","","","","",0.072,0.069,0.067,0.06,0.055,0.049,0.04,"Santee Sioux","State Spur 54D, Niobrara, NE 68760","Nebraska","Knox","","","2014-01-31" +"31","107","9991","44201",1,42.8292,-97.854,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7990,100,213,214,0,0,0,0,"Certification not required",0,0.043723,0.010325,0.07,"2013-07-04 12:00",0.07,"2013-07-06 10:00",0.067,"2013-05-17 12:00",0.067,"2013-07-05 11:00","","","","",0.067,0.065,0.061,0.055,0.051,0.046,0.038,"Santee Sioux","State Spur 54D, Niobrara, NE 68760","Nebraska","Knox","","","2014-01-31" +"31","107","9991","44201",1,42.8292,-97.854,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7990,100,213,214,0,0,0,0,"Certification not required",0,0.043723,0.010325,0.07,"2013-07-04 12:00",0.07,"2013-07-06 10:00",0.067,"2013-05-17 12:00",0.067,"2013-07-05 11:00","","","","",0.067,0.065,0.061,0.055,0.051,0.046,0.038,"Santee Sioux","State Spur 54D, Niobrara, NE 68760","Nebraska","Knox","","","2014-01-31" +"31","109","0016","44201",1,40.984722,-96.677222,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4985,97,207,214,0,151,0,0,"Certification not required",129,0.042522,0.009182,0.064,"2013-09-06 12:00",0.062,"2013-07-12 19:00",0.06,"2013-09-08 15:00",0.06,"2013-09-27 19:00","","","","",0.06,0.059,0.058,0.054,0.049,0.043,0.032,"","FIRST & MAPLE , DAVEY","Nebraska","Lancaster","Not in a city","Lincoln, NE","2013-11-04" +"31","109","0016","44201",1,40.984722,-96.677222,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4993,96,205,214,0,0,0,0,"Certification not required",0,0.038327,0.008648,0.062,"2013-09-06 11:00",0.058,"2013-09-27 10:00",0.056,"2013-10-10 10:00",0.055,"2013-09-26 09:00","","","","",0.056,0.054,0.051,0.049,0.044,0.039,0.027,"","FIRST & MAPLE , DAVEY","Nebraska","Lancaster","Not in a city","Lincoln, NE","2013-11-04" +"31","109","0016","44201",1,40.984722,-96.677222,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4993,96,205,214,0,0,0,0,"Certification not required",0,0.038327,0.008648,0.062,"2013-09-06 11:00",0.058,"2013-09-27 10:00",0.056,"2013-10-10 10:00",0.055,"2013-09-26 09:00","","","","",0.056,0.054,0.051,0.049,0.044,0.039,0.027,"","FIRST & MAPLE , DAVEY","Nebraska","Lancaster","Not in a city","Lincoln, NE","2013-11-04" +"31","109","0022","68101",1,40.81259,-96.68302,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",87,100,45,61,0,0,"","","Certification not required",0,16.68046,0.093807,16.7,"2013-01-01 00:00",16.7,"2013-01-04 00:00",16.7,"2013-01-07 00:00",16.7,"2013-01-16 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,16.7,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68101",2,40.81259,-96.68302,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",42,100,23,31,0,0,"","","Certification not required",0,16.6,0,16.6,"2013-01-04 00:00",16.6,"2013-01-10 00:00",16.6,"2013-01-16 00:00",16.6,"2013-01-28 00:00","","","","",16.6,16.6,16.6,16.6,16.6,16.6,16.6,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68102",1,40.81259,-96.68302,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",87,100,45,61,0,0,"","","Certification not required",0,23.974713,0.131378,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68102",2,40.81259,-96.68302,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",42,100,23,31,0,0,"","","Certification not required",0,23.988095,0.039524,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-02-03 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68103",1,40.81259,-96.68302,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,0,"","","Certification not required",0,8.451724,11.567063,26.3,"2013-06-21 00:00",25,"2013-08-26 00:00",24.4,"2013-07-18 00:00",24.3,"2013-07-09 00:00","","","","",26.3,25,24.2,22.7,18.6,10.9,-6.7,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68103",2,40.81259,-96.68302,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,100,23,31,0,0,"","","Certification not required",0,8.8,11.012875,25.4,"2013-06-21 00:00",24.1,"2013-08-26 00:00",23.4,"2013-07-09 00:00",23.3,"2013-09-07 00:00","","","","",25.4,25.4,23.4,21.4,18.8,11.4,-6.4,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68104",1,40.81259,-96.68302,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,0,"","","Certification not required",0,20.944828,12.567814,39.5,"2013-07-09 00:00",38.2,"2013-08-29 00:00",37.8,"2013-09-10 00:00",37.7,"2013-06-21 00:00","","","","",39.5,38.2,37.6,35.2,31.2,25.6,2.5,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68104",2,40.81259,-96.68302,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,100,23,31,0,0,"","","Certification not required",0,20.571429,12.522298,39,"2013-07-09 00:00",37.1,"2013-06-21 00:00",36.5,"2013-08-26 00:00",35.7,"2013-09-07 00:00","","","","",39,39,36.5,34.3,30.2,25.2,1.8,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68105",1,40.81259,-96.68302,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,0,"","","Certification not required",0,14.31954,11.942321,32,"2013-07-09 00:00",30.9,"2013-06-21 00:00",30.9,"2013-08-29 00:00",30.6,"2013-08-26 00:00","","","","",32,30.9,30.4,28.2,24.9,19,-2.4,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68105",2,40.81259,-96.68302,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,100,23,31,0,0,"","","Certification not required",0,14.388095,11.575188,31.2,"2013-07-09 00:00",30.1,"2013-06-21 00:00",29.8,"2013-08-26 00:00",27.6,"2013-09-07 00:00","","","","",31.2,31.2,29.8,27.3,24.1,18.9,-2.6,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68106",1,40.81259,-96.68302,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,0,"","","Certification not required",0,728.655172,4.841265,738,"2013-09-16 00:00",737,"2013-07-15 00:00",737,"2013-08-17 00:00",736,"2013-02-15 00:00","","","","",738,737,735,734,733,729,721,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68106",2,40.81259,-96.68302,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,100,23,31,0,0,"","","Certification not required",0,724.904762,3.785786,733,"2013-02-15 00:00",731,"2013-07-15 00:00",730,"2013-01-04 00:00",730,"2013-08-14 00:00","","","","",733,733,730,730,728,725,720,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68107",1,40.81259,-96.68302,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,0,"","","Certification not required",0,734.666667,3.746833,742,"2013-09-16 00:00",741,"2013-05-01 00:00",741,"2013-09-13 00:00",740,"2013-01-31 00:00","","","","",742,741,740,739,737,735,731,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68107",2,40.81259,-96.68302,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,100,23,31,0,0,"","","Certification not required",0,730.880952,3.451422,738,"2013-03-05 00:00",737,"2013-02-15 00:00",736,"2013-01-04 00:00",736,"2013-01-10 00:00","","","","",738,738,736,735,733,731,726,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68108",1,40.81259,-96.68302,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,0,"","","Certification not required",0,731.666667,4.119344,740,"2013-09-16 00:00",738,"2013-02-15 00:00",738,"2013-07-15 00:00",738,"2013-08-14 00:00","","","","",740,738,738,737,735,732,726,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68108",2,40.81259,-96.68302,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,100,23,31,0,0,"","","Certification not required",0,727.880952,3.202152,735,"2013-02-15 00:00",733,"2013-01-04 00:00",733,"2013-03-05 00:00",733,"2013-07-15 00:00","","","","",735,735,733,732,730,728,725,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68109",1,40.81259,-96.68302,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",87,100,45,61,0,0,"","","Certification not required",0,1439.942529,0.352939,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","68109",2,40.81259,-96.68302,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",42,100,23,31,0,0,"","","Certification not required",0,1439.952381,0.21554,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","88101",1,40.81259,-96.68302,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,0,0,"Certification not required",0,8.397701,4.731758,22.8,"2013-02-24 00:00",19.7,"2013-03-08 00:00",19.3,"2013-07-03 00:00",18.3,"2013-03-23 00:00","","","","",22.8,19.7,17.9,16.7,10.7,7.4,3.2,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","88101",1,40.81259,-96.68302,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,"","","Certification not required",0,8.397701,4.731758,22.8,"2013-02-24 00:00",19.7,"2013-03-08 00:00",19.3,"2013-07-03 00:00",18.3,"2013-03-23 00:00","","","","",22.8,19.7,17.9,16.7,10.7,7.4,3.2,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","88101",2,40.81259,-96.68302,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,74,23,31,0,2,0,0,"Certification not required",0,8.465116,4.704349,19.5,"2013-07-03 00:00",17.8,"2013-06-21 00:00",17.1,"2013-09-07 00:00",16.2,"2013-02-27 00:00","","","","",19.5,19.5,17.8,17.1,14.6,12,7.1,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","109","0022","88101",2,40.81259,-96.68302,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,74,23,31,0,2,"","","Certification not required",0,8.465116,4.704349,19.5,"2013-07-03 00:00",17.8,"2013-06-21 00:00",17.1,"2013-09-07 00:00",16.2,"2013-02-27 00:00","","","","",19.5,19.5,17.8,17.1,14.6,12,7.1,"ON ROOF OF HEALTH DEPARTMENT","3140 N ST LINCOLN","Nebraska","Lancaster","Lincoln","Lincoln, NE","2014-01-31" +"31","127","0002","14129",1,40.402544,-95.841639,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,6,0,0,"Certification not required",0,0.015636,0.036204,0.21,"2013-03-11 00:00",0.104,"2013-05-22 00:00",0.093,"2013-03-05 00:00",0.087,"2013-07-03 00:00","","","","",0.21,0.104,0.093,0.055,0.006,0.003,0.001,"","Rural Route 2, Aubrun, NE","Nebraska","Nemaha","","","2014-02-07" +"31","127","0002","68105",1,40.402544,-95.841639,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",55,90,55,61,0,6,"","","Certification not required",0,15.074545,12.547262,35.9,"2013-07-09 00:00",34.3,"2013-06-21 00:00",32.6,"2013-08-26 00:00",32.4,"2013-07-21 00:00","","","","",35.9,34.3,32.6,30.9,27.1,13.3,-2.1,"","Rural Route 2, Aubrun, NE","Nebraska","Nemaha","","","2014-02-07" +"31","127","0002","68108",1,40.402544,-95.841639,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",55,90,55,61,0,6,"","","Certification not required",0,737.054545,5.306942,755,"2013-11-12 00:00",750,"2013-12-06 00:00",749,"2013-11-24 00:00",744,"2013-01-22 00:00","","","","",755,750,749,743,740,737,732,"","Rural Route 2, Aubrun, NE","Nebraska","Nemaha","","","2014-02-07" +"31","153","0007","88101",3,41.133294,-95.956103,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7745,88,347,365,0,1015,"","","Certification not required",0,11.045965,7.401642,70,"2013-02-25 10:00",63,"2013-02-25 09:00",63,"2013-02-25 12:00",62,"2013-02-25 11:00","","","","",36,30,24,20,15,10,4,"ON GOLDEN HILLS ELEMENTARY ROOF","2912 COFFEY AVE BELLEVUE","Nebraska","Sarpy","Bellevue","Omaha-Council Bluffs, NE-IA","2014-01-16" +"31","153","0007","88101",3,41.133294,-95.956103,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,2,2,"Certification not required",0,10.982026,5.560567,46.5,"2013-02-25 00:00",42.4,"2013-02-26 00:00",27.7,"2013-02-24 00:00",26.7,"2013-12-14 00:00","","","","",26.7,24,21.5,17.7,13.2,9.7,5.7,"ON GOLDEN HILLS ELEMENTARY ROOF","2912 COFFEY AVE BELLEVUE","Nebraska","Sarpy","Bellevue","Omaha-Council Bluffs, NE-IA","2014-01-16" +"31","153","0007","88101",3,41.133294,-95.956103,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,"","","Certification not required",0,10.982026,5.560567,46.5,"2013-02-25 00:00",42.4,"2013-02-26 00:00",27.7,"2013-02-24 00:00",26.7,"2013-12-14 00:00","","","","",26.7,24,21.5,17.7,13.2,9.7,5.7,"ON GOLDEN HILLS ELEMENTARY ROOF","2912 COFFEY AVE BELLEVUE","Nebraska","Sarpy","Bellevue","Omaha-Council Bluffs, NE-IA","2014-01-16" +"31","157","0004","68101",1,41.876853,-103.656561,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",67,55,67,122,0,0,"","","Certification not required",0,16.7,0,16.7,"2013-01-04 00:00",16.7,"2013-01-07 00:00",16.7,"2013-01-10 00:00",16.7,"2013-01-13 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,16.7,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68102",1,41.876853,-103.656561,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",67,55,67,122,0,0,"","","Certification not required",0,21.608955,1.766158,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,20.7,19.9,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68103",1,41.876853,-103.656561,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",67,55,67,122,0,0,"","","Certification not required",0,3.850746,10.584915,18.5,"2013-07-12 00:00",18.2,"2013-09-07 00:00",17.7,"2013-07-15 00:00",17.1,"2013-08-23 00:00","","","","",18.5,18.2,17.1,16.4,14.4,4,-10.4,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68104",1,41.876853,-103.656561,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",67,55,67,122,0,0,"","","Certification not required",0,19.577612,12.621516,37.5,"2013-08-20 00:00",36.5,"2013-07-18 00:00",35.8,"2013-09-04 00:00",35.4,"2013-08-29 00:00","","","","",37.5,36.5,35.4,34.2,31.4,20.4,1.3,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68105",1,41.876853,-103.656561,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",67,55,67,122,0,0,"","","Certification not required",0,11.295522,11.424514,26.3,"2013-08-20 00:00",26.1,"2013-07-18 00:00",25.9,"2013-06-27 00:00",25.4,"2013-06-24 00:00","","","","",26.3,26.1,25.4,24.9,22.7,11.6,-4.1,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68106",1,41.876853,-103.656561,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",67,55,67,122,0,0,"","","Certification not required",0,658.447761,4.720309,666,"2013-06-30 00:00",665,"2013-05-04 00:00",664,"2013-07-15 00:00",664,"2013-07-30 00:00","","","","",666,665,664,663,662,659,651,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68107",1,41.876853,-103.656561,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",67,55,67,122,0,0,"","","Certification not required",0,663.955224,4.084089,676,"2013-05-01 00:00",670,"2013-04-22 00:00",669,"2013-03-20 00:00",669,"2013-07-30 00:00","","","","",676,670,669,668,666,665,658,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68108",1,41.876853,-103.656561,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",67,55,67,122,0,0,"","","Certification not required",0,662.089552,3.868017,671,"2013-05-01 00:00",668,"2013-02-15 00:00",667,"2013-06-30 00:00",666,"2013-01-16 00:00","","","","",671,668,666,666,665,663,655,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","68109",1,41.876853,-103.656561,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",67,55,67,122,0,0,"","","Certification not required",0,1439.283582,0.454138,1440,"2013-07-12 00:00",1440,"2013-07-15 00:00",1440,"2013-07-18 00:00",1440,"2013-07-21 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","88101",1,41.876853,-103.656561,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,25,0,0,"Certification not required",0,5.322727,2.885443,14.5,"2013-03-17 00:00",12.2,"2013-06-24 00:00",11.7,"2013-08-20 00:00",11.3,"2013-01-16 00:00","","","","",14.5,12.2,11.3,9.5,6.2,5,2.2,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","157","0004","88101",1,41.876853,-103.656561,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",66,54,66,122,0,25,"","","Certification not required",0,5.322727,2.885443,14.5,"2013-03-17 00:00",12.2,"2013-06-24 00:00",11.7,"2013-08-20 00:00",11.3,"2013-01-16 00:00","","","","",14.5,12.2,11.3,9.5,6.2,5,2.2,"Scottsbluff Senior High School","Highway 26 & 5th Avenue","Nebraska","Scotts Bluff","Scottsbluff","Scottsbluff, NE","2014-01-31" +"31","171","9000","85101",1,41.888789,-100.339141,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8.446914,6.799114,30.472,"2013-03-08 00:00",29.2069,"2013-04-25 00:00",21.4336,"2013-02-24 00:00",19.2945,"2013-05-25 00:00","","","","",30.472,30.472,21.4336,17.8642,11.2081,6.6469,2.869,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","86502",1,41.888789,-100.339141,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4.22,4.509808,23,"2013-04-25 00:00",13,"2013-03-08 00:00",12,"2013-05-25 00:00",11,"2013-02-24 00:00","","","","",23,23,12,11,5,3,1,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88103",1,41.888789,-100.339141,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2e-05,0.000141,0.001,"2013-03-29 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88104",1,41.888789,-100.339141,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.059014,0.054718,0.237,"2013-04-25 00:00",0.233,"2013-04-28 00:00",0.1542,"2013-05-16 00:00",0.152,"2013-05-10 00:00","","","","",0.237,0.237,0.1542,0.1491,0.0718,0.0375,0.0167,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88109",1,41.888789,-100.339141,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001182,0.000778,0.0042,"2013-03-08 00:00",0.0031,"2013-01-31 00:00",0.0031,"2013-03-29 00:00",0.0023,"2013-03-17 00:00","","","","",0.0042,0.0042,0.0031,0.0021,0.0016,0.001,0.0005,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88111",1,41.888789,-100.339141,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.033758,0.032285,0.1264,"2013-04-25 00:00",0.1225,"2013-04-28 00:00",0.1207,"2013-05-16 00:00",0.0946,"2013-02-21 00:00","","","","",0.1264,0.1264,0.1207,0.0896,0.0415,0.0227,0.007,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88112",1,41.888789,-100.339141,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88114",1,41.888789,-100.339141,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.000245,0.000344,0.0024,"2013-02-09 00:00",0.0009,"2013-03-08 00:00",0.0005,"2013-02-06 00:00",0.0005,"2013-03-29 00:00","","","","",0.0024,0.0024,0.0005,0.0004,0.0002,0.00015,0.0001,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88115",1,41.888789,-100.339141,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.000887,0.000957,0.0036,"2013-03-08 00:00",0.0031,"2013-02-24 00:00",0.003,"2013-05-07 00:00",0.0028,"2013-02-21 00:00","","","","",0.0036,0.0036,0.003,0.0026,0.0009,0.0005,0.00015,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88126",1,41.888789,-100.339141,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.027884,0.02422,0.114,"2013-04-28 00:00",0.1109,"2013-04-25 00:00",0.0708,"2013-05-16 00:00",0.0659,"2013-05-10 00:00","","","","",0.114,0.114,0.0708,0.0657,0.0346,0.02,0.0084,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88128",1,41.888789,-100.339141,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0007,0.000614,0.002,"2013-02-21 00:00",0.002,"2013-03-08 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88132",1,41.888789,-100.339141,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00078,0.000815,0.003,"2013-04-25 00:00",0.003,"2013-04-28 00:00",0.002,"2013-03-08 00:00",0.002,"2013-03-29 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88136",1,41.888789,-100.339141,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88140",1,41.888789,-100.339141,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.005679,0.005767,0.0251,"2013-04-28 00:00",0.019,"2013-05-13 00:00",0.017,"2013-05-28 00:00",0.0153,"2013-05-25 00:00","","","","",0.0251,0.0251,0.017,0.015,0.007,0.004,0.00105,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88152",1,41.888789,-100.339141,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.000782,0.001178,0.0046,"2013-03-08 00:00",0.0035,"2013-01-31 00:00",0.0033,"2013-03-05 00:00",0.0032,"2013-02-24 00:00","","","","",0.0046,0.0046,0.0033,0.0028,0.0014,0.00015,0.0001,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88154",1,41.888789,-100.339141,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.000209,0.000149,0.0008,"2013-03-08 00:00",0.0007,"2013-03-29 00:00",0.0005,"2013-04-28 00:00",0.0004,"2013-01-01 00:00","","","","",0.0008,0.0008,0.0005,0.0004,0.0003,0.0002,0.0001,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88161",1,41.888789,-100.339141,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.002142,0.002213,0.0104,"2013-04-28 00:00",0.0102,"2013-04-25 00:00",0.0064,"2013-05-25 00:00",0.0049,"2013-05-16 00:00","","","","",0.0104,0.0104,0.0064,0.0047,0.0028,0.0014,0.0004,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88164",1,41.888789,-100.339141,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.000125,0.000107,0.0004,"2013-02-09 00:00",0.0004,"2013-05-16 00:00",0.0004,"2013-05-25 00:00",0.0004,"2013-05-28 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88165",1,41.888789,-100.339141,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.10167,0.113739,0.5765,"2013-04-25 00:00",0.4695,"2013-04-28 00:00",0.308,"2013-05-16 00:00",0.2977,"2013-05-25 00:00","","","","",0.5765,0.5765,0.308,0.2338,0.1244,0.0562,0.0209,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88167",1,41.888789,-100.339141,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.00192,0.001671,0.0073,"2013-02-21 00:00",0.0071,"2013-03-08 00:00",0.0066,"2013-02-24 00:00",0.0048,"2013-02-09 00:00","","","","",0.0073,0.0073,0.0066,0.0041,0.0021,0.0016,0.0005,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88168",1,41.888789,-100.339141,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.000301,0.000265,0.0012,"2013-04-28 00:00",0.0011,"2013-04-25 00:00",0.001,"2013-05-13 00:00",0.0008,"2013-05-07 00:00","","","","",0.0012,0.0012,0.001,0.0007,0.0003,0.0002,0.0001,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88169",1,41.888789,-100.339141,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.289908,0.18006,0.8887,"2013-01-22 00:00",0.6212,"2013-03-23 00:00",0.588,"2013-03-08 00:00",0.5845,"2013-03-17 00:00","","","","",0.8887,0.8887,0.588,0.5411,0.3925,0.285,0.0743,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88176",1,41.888789,-100.339141,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.00018,7.2e-05,0.0004,"2013-03-14 00:00",0.0004,"2013-03-23 00:00",0.0004,"2013-04-25 00:00",0.0003,"2013-01-16 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88180",1,41.888789,-100.339141,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.02291,0.017673,0.0824,"2013-05-25 00:00",0.0671,"2013-04-25 00:00",0.067,"2013-04-28 00:00",0.063,"2013-03-08 00:00","","","","",0.0824,0.0824,0.067,0.0526,0.0288,0.0175,0.0075,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88184",1,41.888789,-100.339141,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.01105,0.01414,0.0648,"2013-01-31 00:00",0.06,"2013-05-25 00:00",0.0443,"2013-01-22 00:00",0.0313,"2013-05-10 00:00","","","","",0.0648,0.0648,0.0443,0.0285,0.0129,0.0059,0.0016,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88185",1,41.888789,-100.339141,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000692,0.000315,0.0019,"2013-05-10 00:00",0.0018,"2013-03-29 00:00",0.0018,"2013-04-28 00:00",0.0007,"2013-01-01 00:00","","","","",0.0019,0.0019,0.0018,0.0007,0.0007,0.0007,0.0004,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88203",1,41.888789,-100.339141,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.01439,0.037897,0.2677,"2013-03-29 00:00",0.0467,"2013-02-24 00:00",0.0393,"2013-02-21 00:00",0.0324,"2013-05-10 00:00","","","","",0.2677,0.2677,0.0393,0.0319,0.0109,0.00365,0.00275,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88306",1,41.888789,-100.339141,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.938285,1.200378,5.8001,"2013-03-08 00:00",4.7357,"2013-02-24 00:00",3.2191,"2013-02-09 00:00",2.8477,"2013-01-22 00:00","","","","",5.8001,5.8001,3.2191,2.5071,1.0723,0.5221,0.0898,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88320",1,41.888789,-100.339141,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.4344,0.365246,2.27,"2013-03-08 00:00",1.28,"2013-03-29 00:00",1.15,"2013-05-25 00:00",0.87,"2013-05-13 00:00","","","","",2.27,2.27,1.15,0.75,0.54,0.32,0.18,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88321",1,41.888789,-100.339141,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0726,0.05774,0.34,"2013-03-08 00:00",0.22,"2013-03-29 00:00",0.18,"2013-02-24 00:00",0.13,"2013-02-09 00:00","","","","",0.34,0.34,0.18,0.12,0.1,0.06,0.02,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88324",1,41.888789,-100.339141,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",48,0.021562,0.013582,0.1014,"2013-03-08 00:00",0.0356,"2013-03-23 00:00",0.03065,"2013-01-04 00:00",0.03065,"2013-01-07 00:00","","","","",0.1014,0.1014,0.03065,0.03055,0.02915,0.0167,0.01025,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88325",1,41.888789,-100.339141,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.087786,0.069666,0.3921,"2013-03-08 00:00",0.2449,"2013-05-25 00:00",0.2429,"2013-03-29 00:00",0.205,"2013-05-13 00:00","","","","",0.3921,0.3921,0.2429,0.1647,0.1098,0.0736,0.0325,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88326",1,41.888789,-100.339141,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.114214,0.11786,0.6693,"2013-03-08 00:00",0.4066,"2013-05-25 00:00",0.4002,"2013-03-29 00:00",0.244,"2013-05-16 00:00","","","","",0.6693,0.6693,0.4002,0.2347,0.1488,0.0941,0.0337,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88327",1,41.888789,-100.339141,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.088111,0.077277,0.4947,"2013-03-08 00:00",0.2555,"2013-03-29 00:00",0.2303,"2013-05-25 00:00",0.1579,"2013-05-16 00:00","","","","",0.4947,0.4947,0.2303,0.1534,0.1055,0.0664,0.031,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88328",1,41.888789,-100.339141,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.133184,0.103101,0.6141,"2013-03-08 00:00",0.371,"2013-03-29 00:00",0.2673,"2013-05-13 00:00",0.267,"2013-02-24 00:00","","","","",0.6141,0.6141,0.2673,0.2542,0.1622,0.1135,0.0467,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88329",1,41.888789,-100.339141,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.167884,0.148918,0.9172,"2013-03-08 00:00",0.537,"2013-03-29 00:00",0.3827,"2013-02-24 00:00",0.3559,"2013-05-25 00:00","","","","",0.9172,0.9172,0.3827,0.2871,0.2147,0.1336,0.0516,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88330",1,41.888789,-100.339141,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.037819,0.019489,0.0909,"2013-02-09 00:00",0.09,"2013-05-13 00:00",0.0703,"2013-03-02 00:00",0.0661,"2013-04-28 00:00","","","","",0.0909,0.0909,0.0703,0.0649,0.0494,0.0343,0.0179,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88331",1,41.888789,-100.339141,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,6.2e-05,0.000212,0.0015,"2013-01-07 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-03-05 00:00","","","","",0.0015,0.0015,0.00015,0.0001,5e-05,0,0,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88338",1,41.888789,-100.339141,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.029769,0.073889,0.5227,"2013-03-29 00:00",0.1515,"2013-02-15 00:00",0.0393,"2013-05-10 00:00",0.0307,"2013-04-04 00:00","","","","",0.5227,0.5227,0.0393,0.0296,0.02375,0.0154,0.01095,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88339",1,41.888789,-100.339141,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.195847,0.74272,3.66597,"2013-01-22 00:00",2.56229,"2013-03-23 00:00",2.42529,"2013-03-08 00:00",2.41123,"2013-03-17 00:00","","","","",3.66597,3.66597,2.42529,2.23183,1.61886,1.17563,0.30636,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88344",1,41.888789,-100.339141,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.210522,1.548392,7.4821,"2013-03-08 00:00",6.1091,"2013-02-24 00:00",4.1526,"2013-02-09 00:00",3.6735,"2013-01-22 00:00","","","","",7.4821,7.4821,4.1526,3.2342,1.3833,0.6735,0.1158,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88348",1,41.888789,-100.339141,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.509594,0.507688,2.451,"2013-04-25 00:00",2.1772,"2013-04-28 00:00",1.4838,"2013-05-16 00:00",1.344,"2013-05-25 00:00","","","","",2.451,2.451,1.4838,1.1949,0.5954,0.3145,0.1246,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88350",1,41.888789,-100.339141,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.782342,0.657608,4.0889,"2013-03-08 00:00",2.3063,"2013-03-29 00:00",2.0732,"2013-05-25 00:00",1.5673,"2013-05-13 00:00","","","","",4.0889,4.0889,2.0732,1.3536,0.9724,0.5706,0.3195,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88403",1,41.888789,-100.339141,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.867438,0.589714,3.1342,"2013-01-22 00:00",1.9346,"2013-03-23 00:00",1.914,"2013-03-17 00:00",1.759,"2013-03-08 00:00","","","","",3.1342,3.1342,1.914,1.7059,1.1474,0.8017,0.2058,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","171","9000","88502",1,41.888789,-100.339141,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,3.646,2.941415,16.7,"2013-03-08 00:00",11,"2013-01-22 00:00",10.2,"2013-02-24 00:00",6.6,"2013-05-25 00:00","","","","",16.7,16.7,10.2,6.3,4.8,3.1,1,"","Nebraska NF","Nebraska","Thomas","","","2014-01-28" +"31","177","0002","68101",1,41.551211,-96.146175,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",116,95,116,122,0,0,"","","Certification not required",0,16.7,0,16.7,"2013-01-07 00:00",16.7,"2013-01-10 00:00",16.7,"2013-01-13 00:00",16.7,"2013-01-16 00:00","","","","",16.7,16.7,16.7,16.7,16.7,16.7,16.7,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68102",1,41.551211,-96.146175,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,0,"","","Certification not required",0,23.999138,0.009285,24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68103",1,41.551211,-96.146175,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,5.461207,11.662789,26.5,"2013-06-21 00:00",25,"2013-07-18 00:00",24.7,"2013-08-26 00:00",23.5,"2013-07-06 00:00","","","","",25,24.7,22.8,20.8,15.6,3.7,-9,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68104",1,41.551211,-96.146175,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,18.142241,12.605135,38.4,"2013-08-29 00:00",37.3,"2013-08-26 00:00",37,"2013-07-09 00:00",36.5,"2013-09-10 00:00","","","","",37.3,37,36,33.6,29.3,17.7,1.5,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68105",1,41.551211,-96.146175,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,11.517241,11.886911,30.7,"2013-06-21 00:00",30.7,"2013-08-26 00:00",30.6,"2013-07-18 00:00",30.1,"2013-08-29 00:00","","","","",30.7,30.6,28.1,26.7,22.2,10.2,-4.2,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68106",1,41.551211,-96.146175,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,730.387931,4.317349,742,"2013-12-06 00:00",741,"2013-02-15 00:00",739,"2013-01-22 00:00",739,"2013-03-26 00:00","","","","",741,739,737,736,733,731,725,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68107",1,41.551211,-96.146175,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,737.87069,4.917635,752,"2013-11-24 00:00",752,"2013-12-06 00:00",748,"2013-11-21 00:00",747,"2013-05-01 00:00","","","","",752,748,746,744,741,738,732,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68108",1,41.551211,-96.146175,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,734.267241,4.465048,747,"2013-12-06 00:00",744,"2013-11-24 00:00",743,"2013-02-15 00:00",742,"2013-01-22 00:00","","","","",744,743,742,740,737,734,729,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","68109",1,41.551211,-96.146175,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",116,95,116,122,0,0,"","","Certification not required",0,1438.922414,4.795198,1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","88101",1,41.551211,-96.146175,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,1,1,"Certification not required",0,8.24569,5.245676,35.6,"2013-02-24 00:00",20.8,"2013-03-08 00:00",20.6,"2013-07-03 00:00",20.3,"2013-12-03 00:00","","","","",20.8,20.6,17.9,16.2,10.2,6.6,3.6,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"31","177","0002","88101",1,41.551211,-96.146175,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,8.24569,5.245676,35.6,"2013-02-24 00:00",20.8,"2013-03-08 00:00",20.6,"2013-07-03 00:00",20.3,"2013-12-03 00:00","","","","",20.8,20.6,17.9,16.2,10.2,6.6,3.6,"ON ROOF OF GOOD SHEPARD LUTHERAN HOME","2242 WRIGHT STREET","Nebraska","Washington","Blair","Omaha-Council Bluffs, NE-IA","2014-01-15" +"32","001","0002","44201",1,39.472471,-118.783624,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5046,98,210,214,0,90,0,0,"Certification not required",246,0.052519,0.008637,0.073,"2013-08-30 16:00",0.072,"2013-05-21 20:00",0.072,"2013-08-23 16:00",0.072,"2013-08-24 15:00","","","","",0.072,0.069,0.065,0.063,0.058,0.053,0.042,"FALLON - WEST END ELEMENTARY SCHOOL","280 SOUTH RUSSELL STREET","Nevada","Churchill","Fallon","Fallon, NV","2014-01-14" +"32","001","0002","44201",1,39.472471,-118.783624,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5056,97,208,214,0,0,0,0,"Certification not required",0,0.048577,0.008635,0.066,"2013-05-15 14:00",0.065,"2013-05-21 17:00",0.064,"2013-05-14 13:00",0.064,"2013-07-26 11:00","","","","",0.064,0.064,0.062,0.058,0.055,0.05,0.037,"FALLON - WEST END ELEMENTARY SCHOOL","280 SOUTH RUSSELL STREET","Nevada","Churchill","Fallon","Fallon, NV","2014-01-14" +"32","001","0002","44201",1,39.472471,-118.783624,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5056,97,208,214,0,0,0,0,"Certification not required",0,0.048577,0.008635,0.066,"2013-05-15 14:00",0.065,"2013-05-21 17:00",0.064,"2013-05-14 13:00",0.064,"2013-07-26 11:00","","","","",0.064,0.064,0.062,0.058,0.055,0.05,0.037,"FALLON - WEST END ELEMENTARY SCHOOL","280 SOUTH RUSSELL STREET","Nevada","Churchill","Fallon","Fallon, NV","2014-01-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",4340,50,182,365,0,44,0,0,"Certification not required",0,0.060082,0.008913,0.084,"2013-04-30 14:00",0.082,"2013-06-05 16:00",0.081,"2013-05-14 11:00",0.08,"2013-07-24 15:00","","","","",0.082,0.08,0.076,0.072,0.066,0.06,0.05,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",4348,50,182,365,8,44,0,0,"Certification not required",0,0.060126,0.009006,0.084,"2013-04-30 14:00",0.083,"2013-06-21 16:00",0.082,"2013-06-05 16:00",0.081,"2013-05-14 11:00","","","","",0.083,0.081,0.076,0.072,0.066,0.06,0.05,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",4348,50,182,365,8,44,0,0,"Certification not required",0,0.060126,0.009006,0.084,"2013-04-30 14:00",0.083,"2013-06-21 16:00",0.082,"2013-06-05 16:00",0.081,"2013-05-14 11:00","","","","",0.083,0.081,0.076,0.072,0.066,0.06,0.05,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",4368,50,182,365,0,0,0,0,"Certification not required",0,0.055813,0.007958,0.075,"2013-06-21 10:00",0.074,"2013-04-30 08:00",0.073,"2013-05-04 14:00",0.073,"2013-05-05 06:00","","","","",0.074,0.073,0.07,0.067,0.061,0.055,0.046,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",4369,50,182,365,0,0,0,0,"Certification not required",0,0.05583,0.008001,0.078,"2013-06-21 10:00",0.074,"2013-04-30 08:00",0.073,"2013-05-04 14:00",0.073,"2013-05-05 06:00","","","","",0.074,0.073,0.07,0.067,0.061,0.055,0.046,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",4369,50,182,365,0,0,0,0,"Certification not required",0,0.05583,0.008001,0.078,"2013-06-21 10:00",0.074,"2013-04-30 08:00",0.073,"2013-05-04 14:00",0.073,"2013-05-05 06:00","","","","",0.074,0.073,0.07,0.067,0.061,0.055,0.046,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",4369,50,182,365,0,0,1,1,"Certification not required",0,0.05583,0.008001,0.078,"2013-06-21 10:00",0.074,"2013-04-30 08:00",0.073,"2013-05-04 14:00",0.073,"2013-05-05 06:00","","","","",0.074,0.073,0.07,0.067,0.061,0.055,0.046,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",4368,50,182,365,0,0,0,0,"Certification not required",0,0.055813,0.007958,0.075,"2013-06-21 10:00",0.074,"2013-04-30 08:00",0.073,"2013-05-04 14:00",0.073,"2013-05-05 06:00","","","","",0.074,0.073,0.07,0.067,0.061,0.055,0.046,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","44201",1,36.391008,-114.907408,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",4369,50,182,365,0,0,1,1,"Certification not required",0,0.05583,0.008001,0.078,"2013-06-21 10:00",0.074,"2013-04-30 08:00",0.073,"2013-05-04 14:00",0.073,"2013-05-05 06:00","","","","",0.074,0.073,0.07,0.067,0.061,0.055,0.046,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0022","61103",1,36.391008,-114.907408,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",4392,100,183,183,0,0,"","","Certification not required",0,7.072108,4.764688,31.2,"2013-04-15 20:00",29,"2013-04-15 19:00",27,"2013-09-25 11:00",26.8,"2013-09-25 04:00","","","","",20.8,19.1,16.4,13.6,9.8,6.3,1.8,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2013-11-22" +"32","003","0022","61104",1,36.391008,-114.907408,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",4392,100,183,183,0,0,"","","Certification not required",0,172.497723,83.461216,360,"2013-06-22 05:00",360,"2013-08-11 09:00",359,"2013-04-09 08:00",359,"2013-05-02 02:00","","","","",353,346,319,275,209,187,37,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2013-11-22" +"32","003","0022","62101",2,36.391008,-114.907408,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4392,100,183,183,0,0,"","","Certification not required",0,82.578097,12.678632,113,"2013-06-29 14:00",113,"2013-06-29 15:00",113,"2013-06-29 16:00",113,"2013-06-30 14:00","","","","",108,105,102,98,92,83,65,"Apex","NE OF CITY-12101 HWY 93/I15","Nevada","Clark","","Las Vegas-Paradise, NV","2013-11-22" +"32","003","0023","44201",1,36.807933,-114.060889,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4268,49,179,365,0,124,0,0,"Certification not required",22,0.05462,0.007473,0.073,"2013-06-22 13:00",0.072,"2013-05-05 11:00",0.072,"2013-05-16 16:00",0.072,"2013-06-21 16:00","","","","",0.072,0.072,0.068,0.065,0.059,0.054,0.045,"Mesquite","465 E. OLD MILL ROAD, MESQUITE, NV","Nevada","Clark","Mesquite","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0023","44201",1,36.807933,-114.060889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4296,49,179,365,0,0,0,0,"Certification not required",0,0.051246,0.007123,0.068,"2013-05-16 11:00",0.068,"2013-05-22 11:00",0.067,"2013-06-18 11:00",0.067,"2013-06-21 11:00","","","","",0.068,0.067,0.063,0.061,0.056,0.052,0.04,"Mesquite","465 E. OLD MILL ROAD, MESQUITE, NV","Nevada","Clark","Mesquite","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0023","44201",1,36.807933,-114.060889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4296,49,179,365,0,0,0,0,"Certification not required",0,0.051246,0.007123,0.068,"2013-05-16 11:00",0.068,"2013-05-22 11:00",0.067,"2013-06-18 11:00",0.067,"2013-06-21 11:00","","","","",0.068,0.067,0.063,0.061,0.056,0.052,0.04,"Mesquite","465 E. OLD MILL ROAD, MESQUITE, NV","Nevada","Clark","Mesquite","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0023","61103",1,36.807933,-114.060889,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",4392,100,183,183,0,0,"","","Certification not required",0,3.26801,2.850804,14.4,"2013-04-15 20:00",14.4,"2013-09-25 13:00",14.3,"2013-04-15 17:00",14.2,"2013-04-15 19:00","","","","",11.7,10.9,9.4,7.8,4.7,2.1,0.7,"Mesquite","465 E. OLD MILL ROAD, MESQUITE, NV","Nevada","Clark","Mesquite","Las Vegas-Paradise, NV","2013-11-22" +"32","003","0023","61104",1,36.807933,-114.060889,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",4392,100,183,183,0,0,"","","Certification not required",0,171.73224,92.139722,360,"2013-04-09 21:00",360,"2013-04-24 19:00",360,"2013-05-10 12:00",360,"2013-06-28 20:00","","","","",353,347,329,283,247,179,54,"Mesquite","465 E. OLD MILL ROAD, MESQUITE, NV","Nevada","Clark","Mesquite","Las Vegas-Paradise, NV","2013-11-22" +"32","003","0023","62101",2,36.807933,-114.060889,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4392,100,183,183,0,0,"","","Certification not required",0,82.642304,14.5225,116,"2013-06-30 14:00",116,"2013-06-30 15:00",116,"2013-06-30 16:00",115,"2013-06-28 15:00","","","","",110,108,104,101,94,83,63,"Mesquite","465 E. OLD MILL ROAD, MESQUITE, NV","Nevada","Clark","Mesquite","Las Vegas-Paradise, NV","2013-11-22" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8590,99,361,365,0,154,0,0,"Certification not required",772,0.052457,0.014162,0.09,"2013-07-03 14:00",0.082,"2013-06-30 12:00",0.08,"2013-04-30 11:00",0.08,"2013-05-21 20:00","","","","",0.08,0.078,0.075,0.072,0.064,0.053,0.034,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8606,99,361,365,16,154,0,0,"Certification not required",772,0.05249,0.014224,0.09,"2013-07-03 14:00",0.084,"2013-05-04 16:00",0.082,"2013-06-30 12:00",0.08,"2013-04-30 11:00","","","","",0.08,0.08,0.075,0.072,0.064,0.053,0.034,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8606,99,361,365,16,154,0,0,"Certification not required",772,0.05249,0.014224,0.09,"2013-07-03 14:00",0.084,"2013-05-04 16:00",0.082,"2013-06-30 12:00",0.08,"2013-04-30 11:00","","","","",0.08,0.08,0.075,0.072,0.064,0.053,0.034,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8638,99,360,365,0,0,1,1,"Certification not required",0,0.047194,0.014015,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.076,"2013-05-25 10:00",0.075,"2013-05-21 14:00","","","","",0.075,0.074,0.069,0.064,0.058,0.048,0.028,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8636,99,360,365,0,0,1,1,"Certification not required",0,0.047175,0.013973,0.087,"2013-07-03 11:00",0.075,"2013-05-21 14:00",0.075,"2013-05-25 11:00",0.075,"2013-06-21 10:00","","","","",0.075,0.074,0.069,0.064,0.058,0.048,0.028,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8638,99,360,365,0,0,1,1,"Certification not required",0,0.047194,0.014015,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.076,"2013-05-25 10:00",0.075,"2013-05-21 14:00","","","","",0.075,0.074,0.069,0.064,0.058,0.048,0.028,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8636,99,360,365,0,0,1,1,"Certification not required",0,0.047175,0.013973,0.087,"2013-07-03 11:00",0.075,"2013-05-21 14:00",0.075,"2013-05-25 11:00",0.075,"2013-06-21 10:00","","","","",0.075,0.074,0.069,0.064,0.058,0.048,0.028,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8638,99,360,365,0,0,3,3,"Certification not required",0,0.047194,0.014015,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.076,"2013-05-25 10:00",0.075,"2013-05-21 14:00","","","","",0.075,0.074,0.069,0.064,0.058,0.048,0.028,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","44201",1,36.106379,-115.25332,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8638,99,360,365,0,0,3,3,"Certification not required",0,0.047194,0.014015,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.076,"2013-05-25 10:00",0.075,"2013-05-21 14:00","","","","",0.075,0.074,0.069,0.064,0.058,0.048,0.028,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0043","61103",1,36.106379,-115.25332,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8729,100,363,365,0,31,"","","Certification not required",0,3.97144,2.988435,26.7,"2013-12-10 00:00",25.6,"2013-12-09 02:00",23.8,"2013-12-09 05:00",21.8,"2013-12-08 23:00","","","","",13.3,11.9,10.1,8.4,5.4,3,1.2,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0043","61104",1,36.106379,-115.25332,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8729,100,363,365,0,31,"","","Certification not required",0,188.240119,89.880287,360,"2013-02-09 11:00",360,"2013-02-17 22:00",360,"2013-02-28 10:00",360,"2013-03-10 10:00","","","","",355,350,333,295,257,202,60,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0043","62101",2,36.106379,-115.25332,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8758,100,365,365,0,2,"","","Certification not required",0,67.760676,18.312104,111,"2013-06-30 15:00",111,"2013-06-30 16:00",111,"2013-06-30 17:00",110,"2013-06-29 14:00","","","","",104,101,97,93,82,67,44,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0043","64101",1,36.106379,-115.25332,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8676,99,358,365,0,84,"","","Certification not required",0,929.660212,6.209895,947,"2013-01-15 09:00",947,"2013-01-15 10:00",947,"2013-12-14 09:00",946,"2013-01-15 08:00","","","","",944,942,941,939,934,929,922,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0043","81102",1,36.106379,-115.25332,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8494,97,357,365,24,266,"","","Certification not required",397,18.63692,19.724985,443,"2013-04-08 01:00",407,"2013-04-14 22:00",327,"2013-04-08 02:00",318,"2013-04-14 23:00","","","","",89,63,43,34,22,15,6,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0043","81102",1,36.106379,-115.25332,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8494,97,357,365,24,266,"","","Certification not required",397,18.63692,19.724985,443,"2013-04-08 01:00",407,"2013-04-14 22:00",327,"2013-04-08 02:00",318,"2013-04-14 23:00","","","","",89,63,43,34,22,15,6,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0043","81102",1,36.106379,-115.25332,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8470,97,357,365,0,266,"","","Certification not required",397,18.224203,17.794975,443,"2013-04-08 01:00",407,"2013-04-14 22:00",327,"2013-04-08 02:00",318,"2013-04-14 23:00","","","","",82,58,42,33,22,14,5,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0043","81102",1,36.106379,-115.25332,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",357,98,357,365,0,0,1,1,"Certification not required",0,18.19888,12.862593,164,"2013-04-15 00:00",74,"2013-04-14 00:00",73,"2013-04-08 00:00",66,"2013-09-18 00:00","","","","",66,54,36,28,22,16,9,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0043","81102",1,36.106379,-115.25332,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",356,98,357,365,0,0,0,0,"Certification not required",0,17.789326,10.288952,74,"2013-04-14 00:00",73,"2013-04-08 00:00",66,"2013-09-18 00:00",66,"2013-09-25 00:00","","","","",66,48,36,28,22,16,9,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0043","81102",1,36.106379,-115.25332,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",357,98,357,365,0,0,1,1,"Certification not required",0,18.19888,12.862593,164,"2013-04-15 00:00",74,"2013-04-14 00:00",73,"2013-04-08 00:00",66,"2013-09-18 00:00","","","","",66,54,36,28,22,16,9,"Paul Meyer","4525 NEW FOREST DRIVE","Nevada","Clark","Spring Valley","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8658,99,360,365,8,102,0,0,"Certification not required",334,0.052139,0.014475,0.092,"2013-07-03 16:00",0.084,"2013-05-04 17:00",0.084,"2013-09-13 15:00",0.083,"2013-07-01 13:00","","","","",0.083,0.08,0.076,0.072,0.063,0.052,0.034,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8650,99,360,365,0,102,0,0,"Certification not required",334,0.052111,0.014423,0.092,"2013-07-03 16:00",0.084,"2013-09-13 15:00",0.083,"2013-07-01 13:00",0.082,"2013-07-25 11:00","","","","",0.082,0.079,0.075,0.072,0.063,0.052,0.034,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8658,99,360,365,8,102,0,0,"Certification not required",334,0.052139,0.014475,0.092,"2013-07-03 16:00",0.084,"2013-05-04 17:00",0.084,"2013-09-13 15:00",0.083,"2013-07-01 13:00","","","","",0.083,0.08,0.076,0.072,0.063,0.052,0.034,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8691,98,359,365,0,0,1,1,"Certification not required",0,0.04673,0.013804,0.087,"2013-07-03 11:00",0.075,"2013-05-25 12:00",0.074,"2013-05-04 14:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.068,0.064,0.058,0.046,0.028,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8692,98,359,365,0,0,1,1,"Certification not required",0,0.046747,0.013841,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.075,"2013-05-25 12:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.068,0.064,0.058,0.046,0.028,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8692,98,359,365,0,0,1,1,"Certification not required",0,0.046747,0.013841,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.075,"2013-05-25 12:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.068,0.064,0.058,0.046,0.028,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8691,98,359,365,0,0,1,1,"Certification not required",0,0.04673,0.013804,0.087,"2013-07-03 11:00",0.075,"2013-05-25 12:00",0.074,"2013-05-04 14:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.068,0.064,0.058,0.046,0.028,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8692,98,359,365,0,0,2,2,"Certification not required",0,0.046747,0.013841,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.075,"2013-05-25 12:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.068,0.064,0.058,0.046,0.028,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","44201",1,36.169748,-115.263024,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8692,98,359,365,0,0,2,2,"Certification not required",0,0.046747,0.013841,0.087,"2013-07-03 11:00",0.08,"2013-05-04 14:00",0.075,"2013-05-25 12:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.068,0.064,0.058,0.046,0.028,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0071","64101",1,36.169748,-115.263024,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",4406,94,184,196,0,10,"","","Certification not required",0,926.51498,5.598656,942,"2013-12-09 09:00",942,"2013-12-09 10:00",942,"2013-12-09 22:00",942,"2013-12-14 08:00","","","","",940,939,937,935,930,926,920,"Walter Johnson","7701 DUCHARME AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8660,99,363,365,0,84,0,0,"Certification not required",52,0.05216,0.01344,0.091,"2013-07-03 15:00",0.085,"2013-07-10 13:00",0.08,"2013-07-19 12:00",0.079,"2013-06-02 17:00","","","","",0.079,0.078,0.074,0.07,0.062,0.051,0.035,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8676,99,363,365,16,84,0,0,"Certification not required",52,0.052196,0.013515,0.091,"2013-07-03 15:00",0.086,"2013-05-04 18:00",0.085,"2013-07-10 13:00",0.08,"2013-07-19 12:00","","","","",0.08,0.078,0.074,0.07,0.062,0.051,0.035,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8676,99,363,365,16,84,0,0,"Certification not required",52,0.052196,0.013515,0.091,"2013-07-03 15:00",0.086,"2013-05-04 18:00",0.085,"2013-07-10 13:00",0.08,"2013-07-19 12:00","","","","",0.08,0.078,0.074,0.07,0.062,0.051,0.035,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8712,99,362,365,0,0,0,0,"Certification not required",0,0.047229,0.01254,0.083,"2013-07-03 10:00",0.082,"2013-05-04 14:00",0.076,"2013-05-25 12:00",0.074,"2013-06-21 11:00","","","","",0.074,0.072,0.067,0.064,0.056,0.047,0.031,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8712,99,362,365,0,0,0,0,"Certification not required",0,0.047229,0.01254,0.083,"2013-07-03 10:00",0.082,"2013-05-04 14:00",0.076,"2013-05-25 12:00",0.074,"2013-06-21 11:00","","","","",0.074,0.072,0.067,0.064,0.056,0.047,0.031,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8710,99,362,365,0,0,0,0,"Certification not required",0,0.047213,0.012498,0.083,"2013-07-03 10:00",0.077,"2013-05-04 14:00",0.075,"2013-05-25 12:00",0.074,"2013-06-21 11:00","","","","",0.074,0.072,0.067,0.064,0.056,0.047,0.031,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8712,99,362,365,0,0,3,3,"Certification not required",0,0.047229,0.01254,0.083,"2013-07-03 10:00",0.082,"2013-05-04 14:00",0.076,"2013-05-25 12:00",0.074,"2013-06-21 11:00","","","","",0.074,0.072,0.067,0.064,0.056,0.047,0.031,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8710,99,362,365,0,0,2,2,"Certification not required",0,0.047213,0.012498,0.083,"2013-07-03 10:00",0.077,"2013-05-04 14:00",0.075,"2013-05-25 12:00",0.074,"2013-06-21 11:00","","","","",0.074,0.072,0.067,0.064,0.056,0.047,0.031,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","44201",1,36.173416,-115.332709,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8712,99,362,365,0,0,3,3,"Certification not required",0,0.047229,0.01254,0.083,"2013-07-03 10:00",0.082,"2013-05-04 14:00",0.076,"2013-05-25 12:00",0.074,"2013-06-21 11:00","","","","",0.074,0.072,0.067,0.064,0.056,0.047,0.031,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0073","61103",1,36.173416,-115.332709,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8759,100,365,365,0,1,"","","Certification not required",0,4.234479,2.894892,20.2,"2013-02-24 07:00",20.1,"2013-10-28 05:00",20,"2013-02-23 19:00",19.8,"2013-03-17 04:00","","","","",14,12.3,10.3,8.6,5,3.4,1.6,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0073","61104",1,36.173416,-115.332709,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8759,100,365,365,0,1,"","","Certification not required",0,201.851695,91.729807,360,"2013-02-14 17:00",360,"2013-02-23 12:00",360,"2013-02-23 20:00",360,"2013-03-10 06:00","","","","",354,349,335,306,266,233,56,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0073","62101",2,36.173416,-115.332709,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,65.795867,17.783989,108,"2013-06-29 14:00",108,"2013-06-30 14:00",108,"2013-06-30 15:00",108,"2013-06-30 16:00","","","","",101,99,94,90,80,65,43,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0073","64101",1,36.173416,-115.332709,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8739,100,365,365,0,21,"","","Certification not required",0,909.278407,5.718082,925,"2013-12-14 09:00",924,"2013-01-15 08:00",924,"2013-01-15 09:00",924,"2013-01-15 10:00","","","","",922,921,919,917,913,909,902,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0073","81102",1,36.173416,-115.332709,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8701,99,364,365,24,59,"","","Certification not required",1035,15.523963,21.729328,829,"2013-10-28 06:00",464,"2013-10-28 05:00",383,"2013-04-08 02:00",374,"2013-04-15 20:00","","","","",80,57,37,28,19,12,2,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0073","81102",1,36.173416,-115.332709,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8677,99,364,365,0,59,"","","Certification not required",1035,14.97914,18.453814,829,"2013-10-28 06:00",464,"2013-10-28 05:00",383,"2013-04-08 02:00",324,"2013-09-25 16:00","","","","",73,54,36,27,18,12,2,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0073","81102",1,36.173416,-115.332709,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8701,99,364,365,24,59,"","","Certification not required",1035,15.523963,21.729328,829,"2013-10-28 06:00",464,"2013-10-28 05:00",383,"2013-04-08 02:00",374,"2013-04-15 20:00","","","","",80,57,37,28,19,12,2,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0073","81102",1,36.173416,-115.332709,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",363,100,364,365,0,0,0,0,"Certification not required",0,14.526171,11.042422,119,"2013-10-28 00:00",104,"2013-09-25 00:00",68,"2013-09-18 00:00",53,"2013-07-10 00:00","","","","",53,50,29,23,17,12,6,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0073","81102",1,36.173416,-115.332709,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",364,100,364,365,0,0,1,1,"Certification not required",0,15.068681,15.123849,212,"2013-04-15 00:00",119,"2013-10-28 00:00",104,"2013-09-25 00:00",68,"2013-09-18 00:00","","","","",68,51,30,23,17,12,6,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0073","81102",1,36.173416,-115.332709,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",364,100,364,365,0,0,1,1,"Certification not required",0,15.068681,15.123849,212,"2013-04-15 00:00",119,"2013-10-28 00:00",104,"2013-09-25 00:00",68,"2013-09-18 00:00","","","","",68,51,30,23,17,12,6,"Palo Verde","333 PAVILION CENTER DRIVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0075","42601",1,36.270582,-115.238251,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8459,97,359,365,0,301,"","","Certification not required",0,2.163672,4.99279,65.6,"2013-09-17 05:00",65.2,"2013-12-16 20:00",65,"2013-12-11 07:00",64.8,"2013-04-11 06:00","","","","",26.7,17.4,9.2,4.7,1.7,1.2,0,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0075","42602",1,36.270582,-115.238251,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7201,82,285,365,0,1559,0,"","Certification not required",0,17.822105,10.711316,40.6,"2013-01-17 17:00",39.2,"2013-12-27 17:00",38.5,"2013-02-28 20:00",37.8,"2013-01-22 18:00","","","","",38.5,36.5,34.4,32.8,26.8,17.8,3.6,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0075","42602",1,36.270582,-115.238251,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7201,82,285,365,0,1559,"","","Certification not required",0,4.756728,7.298786,40.6,"2013-01-17 17:00",39.2,"2013-12-27 17:00",38.9,"2013-12-27 16:00",38.5,"2013-02-28 20:00","","","","",31.5,28.2,22.2,14.5,6.3,2.4,-0.9,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0075","42603",1,36.270582,-115.238251,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7973,91,327,365,0,787,"","","Certification not required",0,7.42146,11.321733,96.6,"2013-12-11 07:00",92.9,"2013-04-11 06:00",91.8,"2013-05-21 05:00",90.4,"2013-12-16 20:00","","","","",56.1,45.6,29.3,18.5,9.5,5.2,-1.6,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8673,100,365,365,24,87,0,0,"Certification not required",345,0.052463,0.013938,0.088,"2013-07-03 17:00",0.087,"2013-06-28 14:00",0.086,"2013-06-05 14:00",0.085,"2013-07-10 13:00","","","","",0.085,0.081,0.077,0.072,0.062,0.051,0.035,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8673,100,365,365,24,87,0,0,"Certification not required",345,0.052463,0.013938,0.088,"2013-07-03 17:00",0.087,"2013-06-28 14:00",0.086,"2013-06-05 14:00",0.085,"2013-07-10 13:00","","","","",0.085,0.081,0.077,0.072,0.062,0.051,0.035,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8649,100,365,365,0,87,0,0,"Certification not required",345,0.052411,0.013846,0.088,"2013-07-03 17:00",0.087,"2013-06-28 14:00",0.086,"2013-06-05 14:00",0.085,"2013-07-10 13:00","","","","",0.085,0.081,0.077,0.072,0.062,0.051,0.035,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8719,100,365,365,0,0,0,0,"Certification not required",0,0.047605,0.012835,0.081,"2013-07-03 11:00",0.076,"2013-05-25 10:00",0.076,"2013-07-20 10:00",0.075,"2013-06-30 10:00","","","","",0.075,0.073,0.07,0.065,0.056,0.047,0.031,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8722,100,365,365,0,0,0,0,"Certification not required",0,0.04763,0.012887,0.081,"2013-07-03 11:00",0.077,"2013-05-04 14:00",0.077,"2013-06-21 10:00",0.076,"2013-05-25 09:00","","","","",0.076,0.074,0.07,0.065,0.056,0.047,0.031,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8722,100,365,365,0,0,0,0,"Certification not required",0,0.04763,0.012887,0.081,"2013-07-03 11:00",0.077,"2013-05-04 14:00",0.077,"2013-06-21 10:00",0.076,"2013-05-25 09:00","","","","",0.076,0.074,0.07,0.065,0.056,0.047,0.031,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8719,100,365,365,0,0,3,3,"Certification not required",0,0.047605,0.012835,0.081,"2013-07-03 11:00",0.076,"2013-05-25 10:00",0.076,"2013-07-20 10:00",0.075,"2013-06-30 10:00","","","","",0.075,0.073,0.07,0.065,0.056,0.047,0.031,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8722,100,365,365,0,0,5,5,"Certification not required",0,0.04763,0.012887,0.081,"2013-07-03 11:00",0.077,"2013-05-04 14:00",0.077,"2013-06-21 10:00",0.076,"2013-05-25 09:00","","","","",0.076,0.074,0.07,0.065,0.056,0.047,0.031,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","44201",1,36.270582,-115.238251,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8722,100,365,365,0,0,5,5,"Certification not required",0,0.04763,0.012887,0.081,"2013-07-03 11:00",0.077,"2013-05-04 14:00",0.077,"2013-06-21 10:00",0.076,"2013-05-25 09:00","","","","",0.076,0.074,0.07,0.065,0.056,0.047,0.031,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0075","61103",1,36.270582,-115.238251,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8710,99,362,365,0,50,"","","Certification not required",0,4.928439,3.418471,22.8,"2013-07-28 18:00",20.6,"2013-12-03 22:00",20.3,"2013-09-22 05:00",20.1,"2013-07-28 17:00","","","","",15.1,13.8,11.8,9.9,6.8,4.1,1.4,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0075","61104",1,36.270582,-115.238251,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8710,99,362,365,0,50,"","","Certification not required",0,223.836051,105.069144,360,"2013-03-18 09:00",360,"2013-03-28 00:00",360,"2013-04-23 12:00",360,"2013-06-16 21:00","","","","",355,352,345,337,322,233,84,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0075","62101",2,36.270582,-115.238251,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8710,99,362,365,0,50,"","","Certification not required",0,67.827555,18.139313,112,"2013-06-30 15:00",112,"2013-06-30 16:00",112,"2013-06-30 17:00",111,"2013-06-29 14:00","","","","",104,102,98,93,82,67,45,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0075","62201",1,36.270582,-115.238251,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8710,99,362,365,0,50,"","","Certification not required",0,29.992423,17.110273,99,"2013-01-26 23:00",99,"2013-01-27 00:00",99,"2013-01-27 01:00",98,"2013-01-26 22:00","","","","",81,76,65,53,39,27,11,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0075","63301",1,36.270582,-115.238251,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8630,99,365,365,0,130,"","","Certification not required",4066,0.331072,0.433263,1.48,"2013-04-17 11:00",1.48,"2013-05-01 11:00",1.47,"2013-05-06 10:00",1.46,"2013-05-02 11:00","","","","",1.38,1.34,1.24,1.07,0.64,0.03,0.005,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0075","64101",1,36.270582,-115.238251,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8756,100,365,365,0,4,"","","Certification not required",0,932.870489,6.082989,950,"2013-01-15 08:00",950,"2013-01-15 09:00",950,"2013-01-15 10:00",950,"2013-01-16 08:00","","","","",947,946,943,942,937,932,926,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0075","81102",1,36.270582,-115.238251,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8644,99,362,365,24,116,"","","Certification not required",625,21.96379,25.68615,458,"2013-07-20 20:00",448,"2013-09-22 05:00",401,"2013-04-14 23:00",400,"2013-04-15 04:00","","","","",117,83,56,41,26,17,5,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0075","81102",1,36.270582,-115.238251,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8620,99,362,365,0,116,"","","Certification not required",625,21.39536,22.779793,458,"2013-07-20 20:00",448,"2013-09-22 05:00",401,"2013-04-14 23:00",366,"2013-09-25 09:00","","","","",102,78,55,41,26,16,4,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0075","81102",1,36.270582,-115.238251,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8644,99,362,365,24,116,"","","Certification not required",625,21.96379,25.68615,458,"2013-07-20 20:00",448,"2013-09-22 05:00",401,"2013-04-14 23:00",400,"2013-04-15 04:00","","","","",117,83,56,41,26,17,5,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0075","81102",1,36.270582,-115.238251,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",362,99,362,365,0,0,1,1,"Certification not required",0,21.491713,16.991156,226,"2013-04-15 00:00",131,"2013-09-25 00:00",99,"2013-09-18 00:00",88,"2013-10-28 00:00","","","","",88,62,41,32,26,19,9,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0075","81102",1,36.270582,-115.238251,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",362,99,362,365,0,0,1,1,"Certification not required",0,21.491713,16.991156,226,"2013-04-15 00:00",131,"2013-09-25 00:00",99,"2013-09-18 00:00",88,"2013-10-28 00:00","","","","",88,62,41,32,26,19,9,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0075","81102",1,36.270582,-115.238251,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",361,99,362,365,0,0,0,0,"Certification not required",0,20.925208,13.15305,131,"2013-09-25 00:00",99,"2013-09-18 00:00",88,"2013-10-28 00:00",73,"2013-04-14 00:00","","","","",73,57,40,32,26,19,9,"JOE NEAL","6651 W. AZURE AVE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","61103",1,36.048733,-115.052874,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6546,75,272,365,0,2214,"","","Certification not required",0,3.814314,2.494705,21.3,"2013-08-24 10:00",17.1,"2013-08-25 12:00",15.9,"2013-09-22 01:00",15.6,"2013-09-25 11:00","","","","",11.6,10,8.5,7.4,5.2,3.1,1.2,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0298","61104",1,36.048733,-115.052874,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6546,75,272,365,0,2214,"","","Certification not required",0,208.342346,89.812469,360,"2013-03-04 07:00",360,"2013-08-16 11:00",360,"2013-09-23 08:00",360,"2013-10-15 21:00","","","","",353,346,334,323,268,227,63,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0298","62101",2,36.048733,-115.052874,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8743,100,364,365,0,17,"","","Certification not required",0,69.343589,19.205519,114,"2013-06-29 14:00",114,"2013-06-29 15:00",114,"2013-06-29 16:00",114,"2013-06-30 14:00","","","","",107,104,100,95,85,69,44,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0298","64101",1,36.048733,-115.052874,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8756,100,365,365,0,4,"","","Certification not required",0,946.883737,5.65681,963,"2013-01-15 10:00",963,"2013-12-14 09:00",963,"2013-12-14 10:00",962,"2013-01-15 08:00","","","","",960,959,957,955,951,946,940,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0298","81102",1,36.048733,-115.052874,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8619,98,362,365,24,141,"","","Certification not required",402,18.739065,23.848248,573,"2013-02-19 15:00",501,"2013-04-14 22:00",495,"2013-04-15 02:00",468,"2013-04-14 23:00","","","","",106,69,45,33,22,14,5,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","81102",1,36.048733,-115.052874,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8619,98,362,365,24,141,"","","Certification not required",402,18.739065,23.848248,573,"2013-02-19 15:00",501,"2013-04-14 22:00",495,"2013-04-15 02:00",468,"2013-04-14 23:00","","","","",106,69,45,33,22,14,5,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","81102",1,36.048733,-115.052874,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8595,98,362,365,0,141,"","","Certification not required",402,18.242467,20.869227,573,"2013-02-19 15:00",501,"2013-04-14 22:00",468,"2013-04-14 23:00",376,"2013-11-21 03:00","","","","",91,63,44,33,22,14,5,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","81102",1,36.048733,-115.052874,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",362,99,362,365,0,0,1,1,"Certification not required",0,18.243094,14.392462,196,"2013-04-15 00:00",88,"2013-04-14 00:00",69,"2013-10-28 00:00",68,"2013-07-05 00:00","","","","",68,53,42,30,21,15,8,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","81102",1,36.048733,-115.052874,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",361,99,362,365,0,0,0,0,"Certification not required",0,17.750693,10.940948,88,"2013-04-14 00:00",69,"2013-10-28 00:00",68,"2013-07-05 00:00",65,"2013-04-08 00:00","","","","",65,52,37,30,21,15,8,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","81102",1,36.048733,-115.052874,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",362,99,362,365,0,0,1,1,"Certification not required",0,18.243094,14.392462,196,"2013-04-15 00:00",88,"2013-04-14 00:00",69,"2013-10-28 00:00",68,"2013-07-05 00:00","","","","",68,53,42,30,21,15,8,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0298","88502",3,36.048733,-115.052874,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6421,73,269,365,0,83,"","","Certification not required",0,6.598287,5.432111,77.6,"2013-04-14 22:00",74.7,"2013-04-15 02:00",72.2,"2013-04-14 23:00",69.5,"2013-04-15 03:00","","","","",25.6,20.7,15.3,12.6,8.7,5.6,1.5,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2013-12-18" +"32","003","0298","88502",3,36.048733,-115.052874,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,"","","Certification not required",0,6.552788,3.079125,28.6,"2013-04-15 00:00",21.5,"2013-07-05 00:00",19.5,"2013-04-14 00:00",18.4,"2013-07-04 00:00","","","","",19.5,16.8,11.8,9.6,7.5,5.9,3.8,"GREEN VALLEY","298 ARROYO GRANDE","Nevada","Clark","Henderson","Las Vegas-Paradise, NV","2013-12-18" +"32","003","0538","42101",1,36.142958,-115.056296,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8421,96,352,365,0,339,0,0,"Certification not required",6089,0.46159,0.420533,3.2,"2013-01-20 01:00",3.1,"2013-01-20 00:00",3,"2013-01-19 21:00",2.9,"2013-11-10 00:00","","","","",2,1.8,1.4,1.1,0.5,0.25,0.25,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0538","42101",1,36.142958,-115.056296,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8459,97,352,365,0,0,0,0,"Certification not required",0,0.487965,0.345144,2.8,"2013-01-20 03:00",2.7,"2013-01-20 01:00",2.7,"2013-01-20 02:00",2.7,"2013-01-20 04:00",2.8,"2013-01-20 03:00",2.4,"2013-11-10 02:00",1.8,1.6,1.3,1,0.5,0.3,0.3,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8681,100,365,365,0,71,0,0,"Certification not required",2079,0.048668,0.012813,0.083,"2013-04-30 13:00",0.078,"2013-06-21 14:00",0.076,"2013-05-21 21:00",0.076,"2013-05-25 14:00","","","","",0.076,0.073,0.07,0.066,0.057,0.049,0.034,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8689,100,365,365,8,71,0,0,"Certification not required",2079,0.048688,0.012856,0.083,"2013-04-30 13:00",0.081,"2013-05-04 16:00",0.078,"2013-06-21 14:00",0.076,"2013-05-21 21:00","","","","",0.076,0.073,0.07,0.066,0.057,0.049,0.034,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8689,100,365,365,8,71,0,0,"Certification not required",2079,0.048688,0.012856,0.083,"2013-04-30 13:00",0.081,"2013-05-04 16:00",0.078,"2013-06-21 14:00",0.076,"2013-05-21 21:00","","","","",0.076,0.073,0.07,0.066,0.057,0.049,0.034,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8730,100,364,365,0,0,0,0,"Certification not required",0,0.043492,0.013566,0.076,"2013-05-04 16:00",0.075,"2013-06-21 10:00",0.073,"2013-05-25 09:00",0.071,"2013-05-05 09:00","","","","",0.071,0.068,0.064,0.061,0.053,0.044,0.025,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8729,100,364,365,0,0,0,0,"Certification not required",0,0.043486,0.013553,0.075,"2013-06-21 10:00",0.074,"2013-05-04 15:00",0.073,"2013-05-25 09:00",0.071,"2013-05-05 09:00","","","","",0.071,0.068,0.064,0.061,0.053,0.044,0.025,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8730,100,364,365,0,0,0,0,"Certification not required",0,0.043492,0.013566,0.076,"2013-05-04 16:00",0.075,"2013-06-21 10:00",0.073,"2013-05-25 09:00",0.071,"2013-05-05 09:00","","","","",0.071,0.068,0.064,0.061,0.053,0.044,0.025,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8729,100,364,365,0,0,0,0,"Certification not required",0,0.043486,0.013553,0.075,"2013-06-21 10:00",0.074,"2013-05-04 15:00",0.073,"2013-05-25 09:00",0.071,"2013-05-05 09:00","","","","",0.071,0.068,0.064,0.061,0.053,0.044,0.025,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8730,100,364,365,0,0,1,1,"Certification not required",0,0.043492,0.013566,0.076,"2013-05-04 16:00",0.075,"2013-06-21 10:00",0.073,"2013-05-25 09:00",0.071,"2013-05-05 09:00","","","","",0.071,0.068,0.064,0.061,0.053,0.044,0.025,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0538","44201",2,36.142958,-115.056296,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8730,100,364,365,0,0,1,1,"Certification not required",0,0.043492,0.013566,0.076,"2013-05-04 16:00",0.075,"2013-06-21 10:00",0.073,"2013-05-25 09:00",0.071,"2013-05-05 09:00","","","","",0.071,0.068,0.064,0.061,0.053,0.044,0.025,"Winterwood","5483 CLUBHOUSE DR-WINTERWOOD, LAS VEGAS","Nevada","Clark","Sunrise Manor","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0540","14129",1,36.143473,-115.079449,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.003339,0.001944,0.009,"2013-09-07 00:00",0.008,"2013-01-22 00:00",0.007,"2013-10-07 00:00",0.007,"2013-10-25 00:00","","","","",0.009,0.008,0.007,0.007,0.004,0.003,0.001,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-22" +"32","003","0540","42101",1,36.143473,-115.079449,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8239,94,344,365,0,390,0,0,"Certification not required",578,0.419434,0.523574,3.6,"2013-12-17 21:00",3.5,"2013-12-17 22:00",3.3,"2013-12-17 23:00",3.3,"2013-12-18 01:00","","","","",2.3,2.042,1.6,1.2,0.5,0.2,0.1,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","42101",1,36.143473,-115.079449,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8262,94,339,365,0,0,0,0,"Certification not required",0,0.421411,0.464386,3.1,"2013-12-18 01:00",3.1,"2013-12-18 02:00",3,"2013-12-18 00:00",3,"2013-12-18 03:00",3.1,"2013-12-18 01:00",2.5,"2013-11-09 01:00",2.1,1.9,1.5,1.1,0.5,0.2,0.1,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","42401",1,36.143473,-115.079449,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8495,97,359,365,0,224,0,"","Certification not required",0,2.788579,1.762365,9.1,"2013-12-17 21:00",8.5,"2013-12-18 01:00",7.9,"2013-11-08 22:00",7.3,"2013-12-12 23:00","","","","",7.3,6.9,6.3,5.5,3.8,2.3,1,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-12" +"32","003","0540","42401",1,36.143473,-115.079449,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8495,97,359,365,0,224,"","","Certification not required",0,1.53349,1.182352,9.1,"2013-12-17 21:00",8.8,"2013-12-17 22:00",8.5,"2013-12-17 23:00",8.5,"2013-12-18 01:00","","","","",5.8,5.3,4.2,3.3,1.7,1.1,0.6,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-12" +"32","003","0540","42401",1,36.143473,-115.079449,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,1.533705,0.85809,5,"2013-12-17 00:00",4.3,"2013-11-08 00:00",4.2,"2013-11-12 00:00",4.1,"2013-12-16 00:00","","","","",4.1,3.7,3.4,2.9,1.9,1.3,0.7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-12" +"32","003","0540","42401",1,36.143473,-115.079449,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2799,96,354,365,0,0,"",0,"Certification not required",0,1.501572,1.145503,8.8,"2013-12-17 23:00",7.5,"2013-11-08 23:00",7.4,"2013-12-18 02:00",7,"2013-12-17 20:00","","","","",5.6,5.1,4.1,3.2,1.7,1.1,0.5,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-12" +"32","003","0540","42406",1,36.143473,-115.079449,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8577,98,359,365,0,142,"","","Certification not required",0,1.787863,1.336147,10,"2013-07-04 20:00",9.8,"2013-12-17 22:00",9.7,"2013-12-17 21:00",9.2,"2013-12-18 00:00","","","","",6.5,5.9,4.8,3.8,2,1.3,0.7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-12" +"32","003","0540","42600",1,36.143473,-115.079449,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5989,97,252,258,0,194,"","","Certification not required",0,38.923827,60.387524,409,"2013-12-17 21:00",372.6,"2013-12-17 23:00",366.3,"2013-12-18 01:00",362.8,"2013-12-17 22:00","","","","",261.7,238,182.5,130,41.3,9.9,3.7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0540","42601",1,36.143473,-115.079449,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5816,94,240,258,0,366,"","","Certification not required",0,22.1712,49.657975,357.8,"2013-12-17 21:00",331.3,"2013-12-17 23:00",325.9,"2013-12-18 01:00",320.1,"2013-12-17 22:00","","","","",221.7,199.1,146.4,90.4,10.2,0.5,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0540","44201",1,36.143473,-115.079449,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8573,99,360,365,0,150,0,0,"Certification not required",2132,0.048444,0.013022,0.081,"2013-05-04 16:00",0.08,"2013-04-30 13:00",0.076,"2013-06-05 14:00",0.075,"2013-05-21 21:00","","","","",0.075,0.073,0.07,0.066,0.058,0.048,0.033,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0540","44201",1,36.143473,-115.079449,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8617,98,358,365,0,0,0,0,"Certification not required",0,0.043126,0.013752,0.074,"2013-05-04 14:00",0.073,"2013-05-25 11:00",0.072,"2013-06-21 10:00",0.069,"2013-05-05 10:00","","","","",0.069,0.067,0.064,0.061,0.053,0.044,0.025,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0540","44201",1,36.143473,-115.079449,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8617,98,358,365,0,0,0,0,"Certification not required",0,0.043126,0.013752,0.074,"2013-05-04 14:00",0.073,"2013-05-25 11:00",0.072,"2013-06-21 10:00",0.069,"2013-05-05 10:00","","","","",0.069,0.067,0.064,0.061,0.053,0.044,0.025,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0540","61103",1,36.143473,-115.079449,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8651,99,360,365,0,108,"","","Certification not required",0,3.642411,3.187602,22,"2013-07-28 18:00",19.6,"2013-10-28 12:00",19.4,"2013-10-28 14:00",19.1,"2013-10-28 13:00","","","","",13.4,12,10.3,8.7,5.1,2.4,0.8,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","61104",1,36.143473,-115.079449,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8651,99,360,365,0,108,"","","Certification not required",0,197.193157,102.08472,360,"2013-02-14 09:00",360,"2013-05-01 09:00",360,"2013-10-15 09:00",360,"2013-10-15 22:00","","","","",356,352,340,327,292,206,42,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","62101",2,36.143473,-115.079449,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8746,100,365,365,0,13,"","","Certification not required",0,69.644295,19.106857,114,"2013-06-29 15:00",114,"2013-06-29 16:00",114,"2013-06-29 17:00",114,"2013-06-30 14:00","","","","",107,104,100,96,85,70,44,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","62201",1,36.143473,-115.079449,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8650,99,360,365,0,109,"","","Certification not required",0,31.968324,18.985098,100,"2013-01-27 01:00",98,"2013-01-26 07:00",98,"2013-01-26 08:00",98,"2013-01-26 23:00","","","","",84,80,70,59,43,29,10,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","64101",1,36.143473,-115.079449,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8631,99,360,365,0,128,"","","Certification not required",0,949.358128,6.684757,968,"2013-01-15 07:00",968,"2013-01-15 08:00",968,"2013-01-15 09:00",968,"2013-01-15 10:00","","","","",965,963,961,959,954,948,942,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","65102",1,36.143473,-115.079449,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8750,100,365,365,0,9,"","","Certification not required",0,0.000375,0.005296,0.23,"2013-07-20 20:00",0.2,"2013-08-30 08:00",0.15,"2013-05-06 12:00",0.14,"2013-11-21 14:00","","","","",0.01,0,0,0,0,0,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68101",1,36.143473,-115.079449,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",119,98,119,122,0,3,"","","Certification not required",31,0.260084,0.213682,2,"2013-09-04 00:00",0.9,"2013-02-12 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-10 00:00","","","","",0.9,0.5,0.4,0.4,0.3,0.3,0.05,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68101",4,36.143473,-115.079449,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",22,36,22,61,0,8,"","","Certification not required",22,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-12 00:00",0.05,"2013-07-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68102",1,36.143473,-115.079449,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",119,98,119,122,0,3,"","","Certification not required",0,23.99916,0.009167,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68102",4,36.143473,-115.079449,"WGS84","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",22,36,22,61,0,8,"","","Certification not required",0,24,0,24,"2013-07-03 00:00",24,"2013-07-09 00:00",24,"2013-07-12 00:00",24,"2013-07-24 00:00","","","","",24,24,24,24,24,24,24,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68103",1,36.143473,-115.079449,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,13.45042,9.709395,33,"2013-07-03 00:00",30.9,"2013-07-06 00:00",28.6,"2013-08-17 00:00",28.5,"2013-06-30 00:00","","","","",30.9,28.6,27.1,25.9,23.1,12.5,0.6,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68103",4,36.143473,-115.079449,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",22,36,22,61,0,8,"","","Certification not required",0,23.659091,4.199168,32.6,"2013-07-03 00:00",28.3,"2013-08-17 00:00",26.8,"2013-07-24 00:00",26.8,"2013-08-20 00:00","","","","",32.6,32.6,28.3,26.8,26.1,24.8,20.2,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68103",5,36.143473,-115.079449,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,100,51,61,0,4,"","","Certification not required",0,15.367059,9.218465,32.6,"2013-07-03 00:00",30.8,"2013-07-06 00:00",30.8,"2013-07-09 00:00",28.4,"2013-06-30 00:00","","","","",32.6,30.8,28,26.2,24,15.1,2.8,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","68104",1,36.143473,-115.079449,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,28.812605,10.287343,49,"2013-06-30 00:00",47.2,"2013-07-03 00:00",45.2,"2013-07-18 00:00",44.9,"2013-06-06 00:00","","","","",47.2,45.2,44.5,42.4,37.9,28.9,15.5,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68104",4,36.143473,-115.079449,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",22,36,22,61,0,8,"","","Certification not required",0,37.618182,5.356584,46.4,"2013-07-03 00:00",43.6,"2013-07-09 00:00",43.6,"2013-08-17 00:00",42.7,"2013-07-24 00:00","","","","",46.4,46.4,43.6,43.6,41.4,38.8,29.6,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68104",5,36.143473,-115.079449,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,100,51,61,0,4,"","","Certification not required",0,30.155294,9.873335,48.4,"2013-06-30 00:00",46.5,"2013-07-03 00:00",44.7,"2013-06-27 00:00",44.4,"2013-07-18 00:00","","","","",48.4,46.5,43.5,42,38.6,31.6,15.2,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","68105",1,36.143473,-115.079449,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,21.121008,10.233825,40.1,"2013-06-30 00:00",40.1,"2013-07-03 00:00",36.9,"2013-08-17 00:00",36.7,"2013-07-15 00:00","","","","",40.1,36.9,36.6,35.4,30.8,20.2,8.3,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68105",4,36.143473,-115.079449,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",22,36,22,61,0,8,"","","Certification not required",0,30.740909,4.661561,39.8,"2013-07-03 00:00",36.4,"2013-08-17 00:00",35.4,"2013-07-24 00:00",35.3,"2013-07-09 00:00","","","","",39.8,39.8,36.4,35.4,34,31.2,24.1,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68105",5,36.143473,-115.079449,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",82,100,50,61,0,7,"","","Certification not required",0,22.579268,9.718936,40,"2013-07-03 00:00",38.4,"2013-06-30 00:00",36.4,"2013-06-27 00:00",36.4,"2013-08-17 00:00","","","","",40,38.4,36.3,35.1,30.9,23.3,9,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","68106",1,36.143473,-115.079449,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,710.042017,6.338469,722,"2013-01-16 00:00",722,"2013-02-27 00:00",722,"2013-12-09 00:00",722,"2013-12-15 00:00","","","","",722,722,721,720,715,709,702,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68106",4,36.143473,-115.079449,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,8,"","","Certification not required",0,710.090909,2.56179,716,"2013-09-28 00:00",714,"2013-08-26 00:00",713,"2013-08-29 00:00",713,"2013-09-07 00:00","","","","",716,716,714,713,711,710,707,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68106",5,36.143473,-115.079449,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,100,51,61,0,4,"","","Certification not required",0,705.976471,5.329559,719,"2013-01-16 00:00",718,"2013-02-15 00:00",717,"2013-01-01 00:00",717,"2013-01-04 00:00","","","","",719,718,717,715,709,705,700,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","68107",1,36.143473,-115.079449,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,718.89916,8.371051,778,"2013-03-20 00:00",732,"2013-02-03 00:00",732,"2013-03-11 00:00",731,"2013-01-16 00:00","","","","",732,732,730,727,724,718,711,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68107",4,36.143473,-115.079449,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,8,"","","Certification not required",0,714.863636,1.859223,720,"2013-09-28 00:00",718,"2013-08-26 00:00",717,"2013-08-29 00:00",716,"2013-07-09 00:00","","","","",720,720,718,717,716,715,713,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68107",5,36.143473,-115.079449,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,100,51,61,0,4,"","","Certification not required",0,711,5.253117,725,"2013-01-16 00:00",721,"2013-01-04 00:00",721,"2013-01-19 00:00",721,"2013-02-15 00:00","","","","",725,721,721,720,714,710,705,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","68108",1,36.143473,-115.079449,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,714.193277,5.964979,727,"2013-01-16 00:00",727,"2013-12-09 00:00",725,"2013-12-15 00:00",724,"2013-01-04 00:00","","","","",727,725,724,723,719,713,706,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68108",4,36.143473,-115.079449,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,8,"","","Certification not required",0,712.636364,2.059715,718,"2013-09-28 00:00",716,"2013-08-26 00:00",715,"2013-08-29 00:00",714,"2013-07-09 00:00","","","","",718,718,716,715,714,712,711,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","68108",5,36.143473,-115.079449,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,50,61,0,7,"","","Certification not required",0,708.182927,5.145124,721,"2013-01-16 00:00",719,"2013-02-15 00:00",718,"2013-01-01 00:00",718,"2013-01-04 00:00","","","","",721,719,718,717,712,707,702,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","68109",1,36.143473,-115.079449,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",119,98,119,122,0,3,"","","Certification not required",0,1439.966387,0.366679,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","68109",4,36.143473,-115.079449,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",22,36,22,61,0,8,"","","Certification not required",0,1440,0,1440,"2013-07-03 00:00",1440,"2013-07-09 00:00",1440,"2013-07-12 00:00",1440,"2013-07-24 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-03" +"32","003","0540","81102",3,36.143473,-115.079449,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8449,97,357,365,0,288,"","","Certification not required",257,26.509646,27.058009,720,"2013-04-08 00:00",515,"2013-04-14 22:00",504,"2013-07-28 18:00",474,"2013-04-14 23:00","","","","",108,81,66,53,34,20,7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","81102",3,36.143473,-115.079449,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8472,97,357,365,23,288,"","","Certification not required",257,27.099858,30.360233,720,"2013-04-08 00:00",566,"2013-04-15 16:00",533,"2013-04-15 02:00",515,"2013-04-14 22:00","","","","",121,84,68,53,35,20,7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","81102",3,36.143473,-115.079449,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8472,97,357,365,23,288,"","","Certification not required",257,27.099858,30.360233,720,"2013-04-08 00:00",566,"2013-04-15 16:00",533,"2013-04-15 02:00",515,"2013-04-14 22:00","","","","",121,84,68,53,35,20,7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","81102",3,36.143473,-115.079449,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",357,98,357,365,0,0,1,1,"Certification not required",0,26.577031,18.747819,243,"2013-04-15 00:00",121,"2013-10-28 00:00",99,"2013-04-08 00:00",97,"2013-04-14 00:00","","","","",97,64,51,44,34,23,10,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","81102",3,36.143473,-115.079449,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",357,98,357,365,0,0,1,1,"Certification not required",0,26.577031,18.747819,243,"2013-04-15 00:00",121,"2013-10-28 00:00",99,"2013-04-08 00:00",97,"2013-04-14 00:00","","","","",97,64,51,44,34,23,10,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","81102",3,36.143473,-115.079449,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",356,98,357,365,0,0,0,0,"Certification not required",0,25.969101,14.837776,121,"2013-10-28 00:00",99,"2013-04-08 00:00",97,"2013-04-14 00:00",69,"2013-12-03 00:00","","","","",69,62,51,44,33,23,10,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","85101",3,36.143473,-115.079449,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8475,97,356,365,0,285,"","","Certification not required",299,25.570501,28.72848,670,"2013-04-08 00:00",520,"2013-04-15 16:00",501,"2013-04-15 02:00",479,"2013-04-14 22:00","","","","",112,81,66,51,33,19,6,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-30" +"32","003","0540","86101",3,36.143473,-115.079449,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",8274,94,350,365,0,479,"","","Certification not required",0,16.601317,20.064526,595,"2013-04-08 00:00",447.5,"2013-07-28 18:00",394.9,"2013-07-19 18:00",322.9,"2013-04-08 01:00","","","","",80,56.7,43.5,33.9,22.1,12.3,2.5,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0540","88101",1,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,8.235294,3.852549,19.1,"2013-12-18 00:00",17.8,"2013-12-12 00:00",17.8,"2013-12-27 00:00",17.2,"2013-11-09 00:00","","","","",17.8,17.8,16.6,15.3,10,7.7,4,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","88101",1,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,8.235294,3.852549,19.1,"2013-12-18 00:00",17.8,"2013-12-12 00:00",17.8,"2013-12-27 00:00",17.2,"2013-11-09 00:00","","","","",17.8,17.8,16.6,15.3,10,7.7,4,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","88101",3,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8304,95,351,365,0,456,"","","Certification not required",0,8.8365,7.967723,110.5,"2013-12-31 22:00",109.2,"2013-06-08 07:00",98.1,"2013-12-31 23:00",92.5,"2013-12-31 21:00","","","","",36.1,31.4,24.9,19.1,11.1,6.8,1.9,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","88101",3,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,0,0,"Certification not required",0,8.779772,5.070189,32.7,"2013-12-31 00:00",27.2,"2013-12-17 00:00",24.4,"2013-12-16 00:00",22.7,"2013-12-11 00:00","","","","",22.7,21,18.7,16.8,11.2,7.3,3.4,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","88101",3,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,8.779772,5.070189,32.7,"2013-12-31 00:00",27.2,"2013-12-17 00:00",24.4,"2013-12-16 00:00",22.7,"2013-12-11 00:00","","","","",22.7,21,18.7,16.8,11.2,7.3,3.4,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0540","88101",4,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",22,18,22,122,0,8,0,0,"Certification not required",0,6.804545,1.997255,10.8,"2013-07-03 00:00",10.6,"2013-07-09 00:00",8.8,"2013-09-07 00:00",8.6,"2013-09-19 00:00","","","","",10.8,10.8,10.6,8.8,8.1,6.8,4.4,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","88101",4,36.143473,-115.079449,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",22,18,22,122,0,8,"","","Certification not required",0,6.804545,1.997255,10.8,"2013-07-03 00:00",10.6,"2013-07-09 00:00",8.8,"2013-09-07 00:00",8.6,"2013-09-19 00:00","","","","",10.8,10.8,10.6,8.8,8.1,6.8,4.4,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0540","88102",5,36.143473,-115.079449,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",80,0.019783,0.009751,0.077,"2013-09-07 00:00",0.075,"2013-10-16 00:00",0.026,"2013-01-28 00:00",0.026,"2013-02-12 00:00","","","","",0.077,0.075,0.026,0.021,0.021,0.0195,0.014,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88103",5,36.143473,-115.079449,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.000361,0.000636,0.003,"2013-11-03 00:00",0.002,"2013-01-04 00:00",0.002,"2013-09-07 00:00",0.002,"2013-10-04 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88104",5,36.143473,-115.079449,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",16,0.077012,0.067048,0.299,"2013-05-01 00:00",0.258,"2013-04-13 00:00",0.254,"2013-10-28 00:00",0.243,"2013-04-22 00:00","","","","",0.299,0.258,0.225,0.187,0.104,0.058,0.0115,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88107",5,36.143473,-115.079449,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",63,0.009512,0.007855,0.034,"2013-11-09 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00","","","","",0.034,0.0295,0.0295,0.023,0.011,0.0055,0.005,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88109",5,36.143473,-115.079449,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",27,0.00261,0.001582,0.0072,"2013-01-01 00:00",0.0061,"2013-11-09 00:00",0.0056,"2013-04-22 00:00",0.0051,"2013-01-04 00:00","","","","",0.0072,0.0061,0.0051,0.0048,0.0038,0.0027,0.00065,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88110",5,36.143473,-115.079449,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.001651,0.003887,0.02,"2013-02-06 00:00",0.02,"2013-08-14 00:00",0.011,"2013-06-18 00:00",0.011,"2013-10-28 00:00","","","","",0.02,0.02,0.009,0.006,0.001,0,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88111",5,36.143473,-115.079449,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.189805,0.106583,0.58,"2013-05-01 00:00",0.553,"2013-02-21 00:00",0.428,"2013-04-28 00:00",0.418,"2013-04-22 00:00","","","","",0.58,0.553,0.347,0.301,0.25,0.178,0.0613,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88112",5,36.143473,-115.079449,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.004108,0.010485,0.083,"2013-09-25 00:00",0.039,"2013-10-01 00:00",0.035,"2013-09-28 00:00",0.01,"2013-01-31 00:00","","","","",0.083,0.039,0.008,0.006,0.003,0.002,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88113",5,36.143473,-115.079449,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",74,0.000789,0.000403,0.0031,"2013-04-04 00:00",0.002,"2013-08-20 00:00",0.0019,"2013-10-16 00:00",0.0017,"2013-02-06 00:00","","","","",0.0031,0.002,0.0015,0.0014,0.0007,0.00065,0.00055,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88114",5,36.143473,-115.079449,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",19,0.005704,0.00539,0.0282,"2013-11-09 00:00",0.0221,"2013-01-04 00:00",0.0209,"2013-01-19 00:00",0.0186,"2013-10-19 00:00","","","","",0.0282,0.0221,0.016,0.0123,0.0077,0.004,0.001,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88115",5,36.143473,-115.079449,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",18,0.026383,0.034616,0.249,"2013-01-01 00:00",0.123,"2013-08-11 00:00",0.109,"2013-06-27 00:00",0.0882,"2013-02-03 00:00","","","","",0.249,0.123,0.083,0.052,0.0323,0.0156,0.0039,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88117",5,36.143473,-115.079449,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",83,0.006849,0.010222,0.0435,"2013-02-21 00:00",0.0435,"2013-09-25 00:00",0.043,"2013-05-16 00:00",0.043,"2013-05-19 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0034,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88118",5,36.143473,-115.079449,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",82,0.009648,0.006417,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88126",5,36.143473,-115.079449,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.136628,0.076045,0.389,"2013-11-09 00:00",0.361,"2013-02-21 00:00",0.304,"2013-04-28 00:00",0.296,"2013-01-19 00:00","","","","",0.389,0.361,0.277,0.235,0.179,0.133,0.0478,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88128",5,36.143473,-115.079449,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.000482,0.001063,0.005,"2013-10-19 00:00",0.004,"2013-01-01 00:00",0.004,"2013-01-16 00:00",0.004,"2013-11-09 00:00","","","","",0.005,0.004,0.003,0.002,0,0,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88131",5,36.143473,-115.079449,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",78,0.010036,0.00413,0.025,"2013-02-27 00:00",0.023,"2013-04-13 00:00",0.022,"2013-06-12 00:00",0.022,"2013-11-03 00:00","","","","",0.025,0.023,0.0165,0.0165,0.011,0.008,0.007,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88132",5,36.143473,-115.079449,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.002337,0.001789,0.007,"2013-04-28 00:00",0.006,"2013-05-01 00:00",0.006,"2013-08-17 00:00",0.006,"2013-10-01 00:00","","","","",0.007,0.006,0.005,0.005,0.004,0.002,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88136",5,36.143473,-115.079449,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.000145,0.000387,0.002,"2013-08-17 00:00",0.001,"2013-02-06 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-17 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88140",5,36.143473,-115.079449,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",16,0.036305,0.026839,0.148,"2013-02-21 00:00",0.098,"2013-05-01 00:00",0.089,"2013-08-17 00:00",0.089,"2013-10-28 00:00","","","","",0.148,0.098,0.088,0.078,0.049,0.033,0.006,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88152",5,36.143473,-115.079449,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",82,0.005911,0.00172,0.011,"2013-04-28 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00","","","","",0.011,0.008,0.008,0.008,0.008,0.005,0.0045,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88154",5,36.143473,-115.079449,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",82,0.001017,0.000289,0.002,"2013-08-05 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88160",5,36.143473,-115.079449,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",82,0.012386,0.003581,0.024,"2013-03-20 00:00",0.018,"2013-01-28 00:00",0.018,"2013-02-12 00:00",0.018,"2013-06-03 00:00","","","","",0.024,0.018,0.018,0.018,0.016,0.01,0.01,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88161",5,36.143473,-115.079449,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",32,0.007787,0.005982,0.0299,"2013-02-21 00:00",0.0244,"2013-03-17 00:00",0.0238,"2013-05-01 00:00",0.0178,"2013-11-06 00:00","","","","",0.0299,0.0244,0.0175,0.0163,0.0114,0.0063,0.00215,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88164",5,36.143473,-115.079449,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",78,0.001778,0.000806,0.0071,"2013-03-14 00:00",0.0048,"2013-11-09 00:00",0.0045,"2013-10-19 00:00",0.003,"2013-04-28 00:00","","","","",0.0071,0.0048,0.0023,0.0019,0.0019,0.0016,0.0015,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88165",5,36.143473,-115.079449,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.246669,0.166598,0.804,"2013-05-01 00:00",0.72,"2013-04-28 00:00",0.71,"2013-04-22 00:00",0.698,"2013-10-28 00:00","","","","",0.804,0.72,0.603,0.474,0.312,0.206,0.096,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88166",5,36.143473,-115.079449,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",82,0.00757,0.004117,0.021,"2013-01-16 00:00",0.0185,"2013-01-28 00:00",0.0185,"2013-02-12 00:00",0.0185,"2013-06-03 00:00","","","","",0.021,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88167",5,36.143473,-115.079449,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",22,0.00543,0.004355,0.0202,"2013-11-09 00:00",0.0186,"2013-01-19 00:00",0.0175,"2013-01-01 00:00",0.0147,"2013-10-19 00:00","","","","",0.0202,0.0186,0.0142,0.0111,0.007,0.0042,0.0013,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88168",5,36.143473,-115.079449,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",62,0.001816,0.001164,0.0065,"2013-09-28 00:00",0.0056,"2013-01-01 00:00",0.0047,"2013-02-03 00:00",0.0042,"2013-09-16 00:00","","","","",0.0065,0.0056,0.0041,0.0035,0.002,0.00115,0.00115,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88169",5,36.143473,-115.079449,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.252895,0.137598,0.704,"2013-08-17 00:00",0.587,"2013-07-24 00:00",0.575,"2013-07-30 00:00",0.567,"2013-08-29 00:00","","","","",0.704,0.587,0.559,0.409,0.333,0.221,0.105,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88176",5,36.143473,-115.079449,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",83,0.000951,0.000195,0.0013,"2013-01-28 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-05-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88180",5,36.143473,-115.079449,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,0.076986,0.069854,0.589,"2013-01-01 00:00",0.204,"2013-06-27 00:00",0.193,"2013-11-09 00:00",0.19,"2013-01-19 00:00","","","","",0.589,0.204,0.179,0.131,0.0902,0.065,0.0262,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88184",5,36.143473,-115.079449,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",42,0.043982,0.03621,0.194,"2013-06-03 00:00",0.181,"2013-05-16 00:00",0.165,"2013-06-27 00:00",0.117,"2013-07-18 00:00","","","","",0.194,0.181,0.11,0.082,0.059,0.027,0.0155,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88185",5,36.143473,-115.079449,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",79,0.002895,0.002934,0.0115,"2013-01-28 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-06-03 00:00",0.0115,"2013-07-30 00:00","","","","",0.0115,0.0115,0.0115,0.0058,0.00225,0.00165,0.0014,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88301",5,36.143473,-115.079449,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,100,51,61,0,4,"","","Certification not required",1,0.264514,0.146738,0.632,"2013-07-06 00:00",0.619,"2013-05-01 00:00",0.586,"2013-05-16 00:00",0.573,"2013-08-05 00:00","","","","",0.632,0.619,0.561,0.499,0.326,0.227,0.085,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88302",5,36.143473,-115.079449,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,100,51,61,0,4,"","","Certification not required",2,0.093093,0.072027,0.386,"2013-06-03 00:00",0.326,"2013-07-06 00:00",0.31,"2013-10-01 00:00",0.302,"2013-05-22 00:00","","","","",0.386,0.326,0.279,0.163,0.114,0.072,0.03,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88303",5,36.143473,-115.079449,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,100,51,61,0,4,"","","Certification not required",31,0.043436,0.074009,0.635,"2013-01-01 00:00",0.156,"2013-10-01 00:00",0.151,"2013-07-06 00:00",0.148,"2013-06-27 00:00","","","","",0.635,0.156,0.14,0.087,0.045,0.028,0.0115,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88306",5,36.143473,-115.079449,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,100,51,61,0,4,"","","Certification not required",0,0.430788,0.296281,1.59,"2013-01-19 00:00",1.5,"2013-11-09 00:00",1.3,"2013-01-31 00:00",1.28,"2013-01-04 00:00","","","","",1.59,1.5,1.07,0.736,0.511,0.363,0.159,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88355",5,36.143473,-115.079449,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,1.93425,1.33195,7.27,"2013-01-19 00:00",6.26,"2013-11-09 00:00",5.77,"2013-01-01 00:00",5.69,"2013-01-04 00:00","","","","",7.27,6.26,5.69,3.81,2.25,1.49,0.89,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88357",5,36.143473,-115.079449,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.515882,0.484233,2.23,"2013-11-09 00:00",2.2,"2013-01-19 00:00",1.98,"2013-01-04 00:00",1.55,"2013-01-31 00:00","","","","",2.23,2.2,1.55,1.22,0.648,0.364,0.122,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88370",5,36.143473,-115.079449,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,1.833632,1.293682,7.02,"2013-01-19 00:00",6.9,"2013-11-09 00:00",5.48,"2013-01-04 00:00",5.16,"2013-01-01 00:00","","","","",7.02,6.9,5.16,3.42,2.17,1.42,0.88,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88374",5,36.143473,-115.079449,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",1,0.15425,0.251322,1.52,"2013-01-04 00:00",1.13,"2013-01-01 00:00",1.07,"2013-01-19 00:00",0.534,"2013-11-09 00:00","","","","",1.52,1.13,0.534,0.339,0.157,0.071,0.023,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88375",5,36.143473,-115.079449,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.460276,0.334652,1.94,"2013-01-19 00:00",1.62,"2013-11-09 00:00",1.27,"2013-01-04 00:00",1.17,"2013-01-31 00:00","","","","",1.94,1.62,1.17,0.907,0.534,0.36,0.205,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88376",5,36.143473,-115.079449,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.667408,0.495924,2.6,"2013-01-19 00:00",2.46,"2013-11-09 00:00",1.9,"2013-01-01 00:00",1.7,"2013-01-04 00:00","","","","",2.6,2.46,1.7,1.37,0.802,0.503,0.268,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88377",5,36.143473,-115.079449,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.379697,0.256281,1.41,"2013-01-19 00:00",1.15,"2013-11-09 00:00",0.979,"2013-01-04 00:00",0.971,"2013-01-01 00:00","","","","",1.41,1.15,0.971,0.798,0.452,0.29,0.179,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88378",5,36.143473,-115.079449,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",12,0.171724,0.162504,1.13,"2013-11-09 00:00",0.634,"2013-07-18 00:00",0.425,"2013-06-03 00:00",0.41,"2013-05-04 00:00","","","","",1.13,0.634,0.41,0.299,0.219,0.167,0.001,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88380",5,36.143473,-115.079449,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.617803,0.540487,2.45,"2013-01-19 00:00",2.2,"2013-01-04 00:00",1.93,"2013-01-01 00:00",1.69,"2013-01-16 00:00","","","","",2.45,2.2,1.69,1.59,0.814,0.449,0.154,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88383",5,36.143473,-115.079449,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.729503,0.537458,2.66,"2013-11-09 00:00",2.42,"2013-01-19 00:00",2.16,"2013-01-04 00:00",1.92,"2013-01-01 00:00","","","","",2.66,2.42,1.92,1.55,0.919,0.584,0.251,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88384",5,36.143473,-115.079449,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.058684,0.028868,0.172,"2013-04-25 00:00",0.171,"2013-09-10 00:00",0.127,"2013-05-28 00:00",0.12,"2013-05-01 00:00","","","","",0.172,0.171,0.12,0.0914,0.0673,0.0517,0.0348,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88385",5,36.143473,-115.079449,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",65,0.00171,0.001892,0.00862,"2013-11-09 00:00",0.00799,"2013-08-14 00:00",0.00787,"2013-11-03 00:00",0.00748,"2013-04-25 00:00","","","","",0.00862,0.00799,0.00748,0.0043,0.001,0.001,0.001,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88388",5,36.143473,-115.079449,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",76,100,48,61,0,13,"","","Certification not required",0,0.273408,0.115206,0.743,"2013-07-18 00:00",0.609,"2013-01-01 00:00",0.489,"2013-11-09 00:00",0.485,"2013-06-18 00:00","","","","",0.743,0.609,0.485,0.407,0.324,0.256,0.141,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88403",5,36.143473,-115.079449,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,100,51,61,0,4,"","","Certification not required",0,0.754974,0.417659,1.73,"2013-08-05 00:00",1.72,"2013-07-06 00:00",1.61,"2013-05-16 00:00",1.6,"2013-05-01 00:00","","","","",1.73,1.72,1.53,1.41,0.963,0.69,0.215,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0540","88502",5,36.143473,-115.079449,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",83,100,50,61,0,6,"","","Certification not required",0,7.13494,3.283344,17.3,"2013-01-19 00:00",16,"2013-11-09 00:00",14.5,"2013-01-04 00:00",14.2,"2013-01-01 00:00","","","","",17.3,16,13.6,11.8,9,6.3,3.7,"Jerome Mack","4250 Karen Ave","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0561","42101",1,36.163959,-115.113908,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8635,99,361,365,0,125,0,0,"Certification not required",5893,0.52905,0.528515,4,"2013-11-13 17:00",4,"2013-12-17 20:00",3.7,"2013-12-17 19:00",3.5,"2013-12-31 23:00","","","","",2.5,2.2,1.8,1.3,0.6,0.25,0.25,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0561","42101",1,36.163959,-115.113908,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8678,99,362,365,0,0,0,0,"Certification not required",0,0.552109,0.436197,3.1,"2013-12-18 00:00",3.1,"2013-12-18 01:00",3,"2013-12-17 23:00",3,"2013-12-18 02:00",3.1,"2013-12-18 00:00",2.9,"2013-12-13 01:00",2.2,2,1.6,1.2,0.6,0.3,0.3,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","0561","42601",1,36.163959,-115.113908,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8525,97,359,365,0,235,"","","Certification not required",0,21.410029,42.901417,344,"2013-12-17 20:00",306.7,"2013-12-17 19:00",302.4,"2013-12-17 21:00",273,"2013-12-12 22:00","","","","",188.2,165.5,122.4,84.9,18.4,1.2,-0.4,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0561","42602",1,36.163959,-115.113908,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6868,78,233,365,0,1892,0,"","Certification not required",0,32.882403,9.783955,52.4,"2013-06-07 20:00",48,"2013-10-20 19:00",47.9,"2013-10-07 08:00",47.7,"2013-09-18 19:00","","","","",47.9,47.2,44.5,43,39.7,35.3,18.3,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0561","42602",1,36.163959,-115.113908,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6868,78,233,365,0,1892,"","","Certification not required",0,14.199927,13.331644,52.4,"2013-06-07 20:00",50.3,"2013-06-01 20:00",48,"2013-10-20 19:00",47.9,"2013-10-07 08:00","","","","",42.1,40.2,36.6,33.6,26.3,10.9,-0.8,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0561","42603",1,36.163959,-115.113908,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7700,88,304,365,0,1060,"","","Certification not required",0,36.522818,54.195196,384.2,"2013-12-17 20:00",348.8,"2013-12-17 19:00",333.4,"2013-12-17 21:00",313.8,"2013-12-12 22:00","","","","",223.6,202.9,157.4,120.6,53.4,10.3,-2.3,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","0561","61103",1,36.163959,-115.113908,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,4.075411,3.065042,18.8,"2013-07-28 18:00",18.7,"2013-04-15 19:00",18.6,"2013-10-28 14:00",17.8,"2013-09-25 09:00","","","","",11.6,10.6,9.4,8.3,6.5,3.4,0.7,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","61104",1,36.163959,-115.113908,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,196.623687,101.222977,360,"2013-03-01 03:00",360,"2013-04-09 07:00",360,"2013-04-09 09:00",360,"2013-05-27 13:00","","","","",355,351,338,324,281,210,38,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","62101",2,36.163959,-115.113908,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8756,100,365,365,0,4,"","","Certification not required",0,70.095021,18.912872,115,"2013-06-30 15:00",115,"2013-06-30 16:00",114,"2013-06-29 14:00",114,"2013-06-29 15:00","","","","",107,104,100,96,85,70,45,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","64101",1,36.163959,-115.113908,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",3537,96,147,153,0,6,"","","Certification not required",0,949.981623,6.511298,967,"2013-12-09 09:00",967,"2013-12-09 10:00",967,"2013-12-09 19:00",967,"2013-12-09 20:00","","","","",965,963,961,959,955,949,942,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68101",1,36.163959,-115.113908,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",108,89,108,122,0,14,"","","Certification not required",106,0.050926,0.006772,0.1,"2013-01-28 00:00",0.1,"2013-02-15 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68101",2,36.163959,-115.113908,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",42,69,42,61,0,19,"","","Certification not required",41,0.05119,0.007715,0.1,"2013-12-18 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68102",1,36.163959,-115.113908,"NAD83","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",108,89,108,122,0,14,"","","Certification not required",0,24.001852,0.043194,24.4,"2013-01-16 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68102",2,36.163959,-115.113908,"NAD83","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",42,69,42,61,0,19,"","","Certification not required",0,24,0,24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-02-03 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68103",1,36.163959,-115.113908,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",110,90,110,122,0,12,"","","Certification not required",0,15.26,9.719197,32.2,"2013-07-03 00:00",30.6,"2013-07-15 00:00",30.5,"2013-07-06 00:00",30.4,"2013-06-30 00:00","","","","",30.6,30.5,29.2,27.6,24.5,15.2,2.6,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68103",2,36.163959,-115.113908,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",42,69,42,61,0,19,"","","Certification not required",0,15.47619,9.827582,33.2,"2013-07-03 00:00",31.4,"2013-07-15 00:00",28.9,"2013-08-20 00:00",28.4,"2013-06-27 00:00","","","","",33.2,33.2,28.9,27.9,23.5,15.5,3.5,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68104",1,36.163959,-115.113908,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",110,90,110,122,0,12,"","","Certification not required",0,29.293636,9.750326,47.7,"2013-06-30 00:00",44.9,"2013-07-03 00:00",44.8,"2013-07-18 00:00",44.1,"2013-06-27 00:00","","","","",44.9,44.8,43.6,42,37.6,29.4,16.9,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68104",2,36.163959,-115.113908,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",42,69,42,61,0,19,"","","Certification not required",0,30.371429,10.003762,48.2,"2013-07-03 00:00",45.9,"2013-06-27 00:00",44.6,"2013-07-09 00:00",43.9,"2013-07-15 00:00","","","","",48.2,48.2,44.6,42.8,37.8,33.1,16.7,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68105",1,36.163959,-115.113908,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",110,90,110,122,0,12,"","","Certification not required",0,22.242727,9.843458,39.7,"2013-06-30 00:00",39.3,"2013-07-03 00:00",37.8,"2013-07-18 00:00",36.9,"2013-07-24 00:00","","","","",39.3,37.8,36.3,35.2,31.1,22.9,9.6,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68105",2,36.163959,-115.113908,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",42,69,42,61,0,19,"","","Certification not required",0,22.45,10.114208,40.2,"2013-07-03 00:00",37.5,"2013-07-15 00:00",37.4,"2013-06-27 00:00",36.3,"2013-07-09 00:00","","","","",40.2,40.2,37.4,35.8,29.9,25,8.8,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68106",1,36.163959,-115.113908,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,12,"","","Certification not required",0,706.336364,5.425521,719,"2013-01-16 00:00",718,"2013-12-15 00:00",717,"2013-01-04 00:00",717,"2013-11-06 00:00","","","","",718,717,716,714,711,705,700,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68106",2,36.163959,-115.113908,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,19,"","","Certification not required",0,707.952381,5.309689,720,"2013-01-16 00:00",717,"2013-11-06 00:00",717,"2013-12-24 00:00",716,"2013-12-30 00:00","","","","",720,720,717,715,712,707,702,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68107",1,36.163959,-115.113908,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,12,"","","Certification not required",0,712.7,5.139432,726,"2013-01-16 00:00",724,"2013-12-15 00:00",723,"2013-02-15 00:00",722,"2013-01-01 00:00","","","","",724,723,722,721,716,712,707,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68107",2,36.163959,-115.113908,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,19,"","","Certification not required",0,713.666667,4.937001,724,"2013-01-16 00:00",722,"2013-11-06 00:00",721,"2013-12-12 00:00",721,"2013-12-24 00:00","","","","",724,724,721,721,717,714,708,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68108",1,36.163959,-115.113908,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,12,"","","Certification not required",0,709.754545,5.411823,723,"2013-01-16 00:00",722,"2013-03-02 00:00",721,"2013-12-15 00:00",720,"2013-02-15 00:00","","","","",722,721,719,718,713,708,703,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68108",2,36.163959,-115.113908,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,19,"","","Certification not required",0,710.714286,5.052339,724,"2013-01-16 00:00",719,"2013-11-06 00:00",719,"2013-12-24 00:00",718,"2013-12-30 00:00","","","","",724,724,719,717,714,710,705,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68109",1,36.163959,-115.113908,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",108,89,108,122,0,14,"","","Certification not required",0,1439.287037,1.200085,1440,"2013-07-18 00:00",1440,"2013-07-24 00:00",1440,"2013-07-27 00:00",1440,"2013-07-30 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","68109",2,36.163959,-115.113908,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",42,69,42,61,0,19,"","","Certification not required",0,1439.380952,0.491507,1440,"2013-07-15 00:00",1440,"2013-08-26 00:00",1440,"2013-09-07 00:00",1440,"2013-09-13 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","81102",1,36.163959,-115.113908,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8656,99,365,365,24,104,"","","Certification not required",156,29.020102,31.643301,829,"2013-07-28 18:00",814,"2013-04-15 17:00",708,"2013-04-08 00:00",646,"2013-04-08 01:00","","","","",118,88,68,55,37,23,8,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","81102",1,36.163959,-115.113908,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8632,99,365,365,0,104,"","","Certification not required",156,28.355885,27.638552,829,"2013-07-28 18:00",708,"2013-04-08 00:00",646,"2013-04-08 01:00",491,"2013-04-14 23:00","","","","",108,83,67,54,37,22,8,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","81102",1,36.163959,-115.113908,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8656,99,365,365,24,104,"","","Certification not required",156,29.020102,31.643301,829,"2013-07-28 18:00",814,"2013-04-15 17:00",708,"2013-04-08 00:00",646,"2013-04-08 01:00","","","","",118,88,68,55,37,23,8,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","81102",1,36.163959,-115.113908,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",365,100,365,365,0,0,1,1,"Certification not required",0,28.528767,19.594863,267,"2013-04-15 00:00",136,"2013-04-08 00:00",129,"2013-10-28 00:00",91,"2013-04-14 00:00","","","","",91,67,55,43,34,26,12,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","81102",1,36.163959,-115.113908,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",365,100,365,365,0,0,1,1,"Certification not required",0,28.528767,19.594863,267,"2013-04-15 00:00",136,"2013-04-08 00:00",129,"2013-10-28 00:00",91,"2013-04-14 00:00","","","","",91,67,55,43,34,26,12,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","81102",1,36.163959,-115.113908,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",364,100,365,365,0,0,0,0,"Certification not required",0,27.873626,15.097132,136,"2013-04-08 00:00",129,"2013-10-28 00:00",91,"2013-04-14 00:00",79,"2013-09-18 00:00","","","","",79,67,54,43,34,26,12,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","88101",1,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,14,0,0,"Certification not required",0,8.724074,4.857788,25.5,"2013-01-01 00:00",23.8,"2013-12-12 00:00",23.6,"2013-12-18 00:00",20.3,"2013-12-27 00:00","","","","",23.8,23.6,19.8,16.5,10.9,7.6,3.6,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","88101",1,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,14,"","","Certification not required",0,8.724074,4.857788,25.5,"2013-01-01 00:00",23.8,"2013-12-12 00:00",23.6,"2013-12-18 00:00",20.3,"2013-12-27 00:00","","","","",23.8,23.6,19.8,16.5,10.9,7.6,3.6,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","88101",2,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,19,0,0,"Certification not required",0,9.961905,5.025494,22.9,"2013-12-12 00:00",22.5,"2013-12-18 00:00",18.7,"2013-12-30 00:00",17.5,"2013-11-30 00:00","","","","",22.9,22.9,18.7,16.5,12.3,9.1,4.7,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","88101",2,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,19,"","","Certification not required",0,9.961905,5.025494,22.9,"2013-12-12 00:00",22.5,"2013-12-18 00:00",18.7,"2013-12-30 00:00",17.5,"2013-11-30 00:00","","","","",22.9,22.9,18.7,16.5,12.3,9.1,4.7,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0561","88101",3,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8285,95,351,365,0,470,"","","Certification not required",0,10.933205,9.366691,126.4,"2013-12-31 23:00",117.7,"2013-12-31 22:00",98.1,"2013-12-31 21:00",93.5,"2013-04-15 17:00","","","","",44.9,38.3,28.9,22,14,8.7,2.5,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","88101",3,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,1,1,"Certification not required",0,10.882621,5.548205,39.2,"2013-12-31 00:00",34.4,"2013-04-15 00:00",32.3,"2013-12-17 00:00",28.9,"2013-12-11 00:00","","","","",28.9,26,22.7,19,12.7,9.4,5.6,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0561","88101",3,36.163959,-115.113908,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,10.882621,5.548205,39.2,"2013-12-31 00:00",34.4,"2013-04-15 00:00",32.3,"2013-12-17 00:00",28.9,"2013-12-11 00:00","","","","",28.9,26,22.7,19,12.7,9.4,5.6,"Sunrise Acres","2501 SUNRISE AVENUE","Nevada","Clark","Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0601","44201",1,35.978142,-114.846307,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8548,98,358,365,0,198,0,0,"Certification not required",1,0.050927,0.010512,0.079,"2013-05-21 22:00",0.079,"2013-06-21 18:00",0.076,"2013-06-22 15:00",0.075,"2013-05-05 16:00","","","","",0.075,0.074,0.069,0.066,0.058,0.05,0.037,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0601","44201",1,35.978142,-114.846307,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8586,98,357,365,0,0,0,0,"Certification not required",0,0.04765,0.010239,0.074,"2013-06-21 11:00",0.072,"2013-05-21 16:00",0.072,"2013-05-22 14:00",0.071,"2013-05-04 17:00","","","","",0.071,0.07,0.065,0.062,0.054,0.047,0.035,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0601","44201",1,35.978142,-114.846307,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8586,98,357,365,0,0,0,0,"Certification not required",0,0.04765,0.010239,0.074,"2013-06-21 11:00",0.072,"2013-05-21 16:00",0.072,"2013-05-22 14:00",0.071,"2013-05-04 17:00","","","","",0.071,0.07,0.065,0.062,0.054,0.047,0.035,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-02-07" +"32","003","0601","64101",1,35.978142,-114.846307,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8745,100,364,365,0,1,"","","Certification not required",0,925.873528,5.855399,942,"2013-01-15 08:00",942,"2013-01-15 09:00",942,"2013-01-15 10:00",942,"2013-12-14 09:00","","","","",940,938,936,934,930,925,919,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-28" +"32","003","0601","81102",1,35.978142,-114.846307,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8652,99,364,365,24,94,"","","Certification not required",1498,14.451225,31.358595,1129,"2013-04-23 23:00",761,"2013-06-05 00:00",743,"2013-04-24 00:00",602,"2013-04-15 04:00","","","","",96,66,38,26,16,9,2,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0601","81102",1,35.978142,-114.846307,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8652,99,364,365,24,94,"","","Certification not required",1498,14.451225,31.358595,1129,"2013-04-23 23:00",761,"2013-06-05 00:00",743,"2013-04-24 00:00",602,"2013-04-15 04:00","","","","",96,66,38,26,16,9,2,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0601","81102",1,35.978142,-114.846307,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8628,99,364,365,0,94,"","","Certification not required",1498,13.808183,27.828616,1129,"2013-04-23 23:00",761,"2013-06-05 00:00",743,"2013-04-24 00:00",576,"2013-06-05 01:00","","","","",84,62,37,26,15,9,2,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0601","81102",1,35.978142,-114.846307,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",363,100,364,365,0,0,0,0,"Certification not required",0,13.338843,14.16861,107,"2013-06-06 00:00",105,"2013-06-05 00:00",92,"2013-04-14 00:00",87,"2013-04-23 00:00","","","","",87,60,39,26,16,9,4,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0601","81102",1,35.978142,-114.846307,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",364,100,364,365,0,0,1,1,"Certification not required",0,13.975275,18.644919,245,"2013-04-15 00:00",107,"2013-06-06 00:00",105,"2013-06-05 00:00",92,"2013-04-14 00:00","","","","",92,61,41,26,16,9,4,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-29" +"32","003","0601","81102",1,35.978142,-114.846307,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",364,100,364,365,0,0,1,1,"Certification not required",0,13.975275,18.644919,245,"2013-04-15 00:00",107,"2013-06-06 00:00",105,"2013-06-05 00:00",92,"2013-04-14 00:00","","","","",92,61,41,26,16,9,4,"Boulder City","1005 INDUSTRIAL ROAD","Nevada","Clark","Boulder City","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8676,100,364,365,23,82,0,0,"Certification not required",13,0.052725,0.011067,0.088,"2013-05-04 20:00",0.084,"2013-05-21 20:00",0.08,"2013-06-21 15:00",0.078,"2013-05-23 17:00","","","","",0.078,0.076,0.071,0.067,0.06,0.052,0.039,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8676,100,364,365,23,82,0,0,"Certification not required",13,0.052725,0.011067,0.088,"2013-05-04 20:00",0.084,"2013-05-21 20:00",0.08,"2013-06-21 15:00",0.078,"2013-05-23 17:00","","","","",0.078,0.076,0.071,0.067,0.06,0.052,0.039,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8653,100,364,365,0,82,0,0,"Certification not required",13,0.052687,0.010969,0.085,"2013-05-04 21:00",0.08,"2013-06-21 15:00",0.078,"2013-05-23 17:00",0.078,"2013-05-31 17:00","","","","",0.078,0.075,0.071,0.067,0.06,0.052,0.039,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8716,99,363,365,0,0,0,0,"Certification not required",0,0.048975,0.010927,0.084,"2013-05-04 13:00",0.078,"2013-05-21 14:00",0.076,"2013-05-25 11:00",0.075,"2013-06-21 11:00","","","","",0.075,0.072,0.067,0.063,0.057,0.049,0.035,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8714,99,363,365,0,0,1,1,"Certification not required",0,0.048967,0.010908,0.085,"2013-05-04 14:00",0.075,"2013-05-21 15:00",0.075,"2013-05-25 10:00",0.075,"2013-06-21 11:00","","","","",0.075,0.072,0.067,0.063,0.057,0.049,0.035,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8716,99,363,365,0,0,0,0,"Certification not required",0,0.048975,0.010927,0.084,"2013-05-04 13:00",0.078,"2013-05-21 14:00",0.076,"2013-05-25 11:00",0.075,"2013-06-21 11:00","","","","",0.075,0.072,0.067,0.063,0.057,0.049,0.035,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8714,99,363,365,0,0,1,1,"Certification not required",0,0.048967,0.010908,0.085,"2013-05-04 14:00",0.075,"2013-05-21 15:00",0.075,"2013-05-25 10:00",0.075,"2013-06-21 11:00","","","","",0.075,0.072,0.067,0.063,0.057,0.049,0.035,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8716,99,363,365,0,0,3,3,"Certification not required",0,0.048975,0.010927,0.084,"2013-05-04 13:00",0.078,"2013-05-21 14:00",0.076,"2013-05-25 11:00",0.075,"2013-06-21 11:00","","","","",0.075,0.072,0.067,0.063,0.057,0.049,0.035,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","44201",1,35.785666,-115.357061,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8716,99,363,365,0,0,3,3,"Certification not required",0,0.048975,0.010927,0.084,"2013-05-04 13:00",0.078,"2013-05-21 14:00",0.076,"2013-05-25 11:00",0.075,"2013-06-21 11:00","","","","",0.075,0.072,0.067,0.063,0.057,0.049,0.035,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-07" +"32","003","1019","61103",1,35.785666,-115.357061,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8754,100,365,365,0,4,"","","Certification not required",0,6.219043,4.024012,34.3,"2013-04-08 02:00",30.8,"2013-04-08 04:00",30.6,"2013-04-08 03:00",27.8,"2013-04-15 21:00","","","","",18.4,16.7,13.8,11.7,8.4,5.4,1.8,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","61104",1,35.785666,-115.357061,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8754,100,365,365,0,4,"","","Certification not required",0,201.770276,101.578441,360,"2013-01-03 22:00",360,"2013-02-14 20:00",360,"2013-04-10 02:00",360,"2013-08-25 05:00","","","","",352,346,332,318,290,225,45,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","62101",2,35.785666,-115.357061,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8739,100,364,365,0,19,"","","Certification not required",0,64.451539,18.341133,109,"2013-06-30 14:00",108,"2013-06-29 13:00",108,"2013-06-29 14:00",108,"2013-06-29 15:00","","","","",102,99,94,89,78,64,41,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","63301",1,35.785666,-115.357061,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8487,97,346,365,0,271,"","","Certification not required",4042,0.367348,0.473835,1.62,"2013-05-02 11:00",1.61,"2013-05-07 11:00",1.6,"2013-05-09 11:00",1.6,"2013-05-23 11:00","","","","",1.53,1.49,1.35,1.16,0.71,0.03,0.005,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","64101",1,35.785666,-115.357061,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8731,100,365,365,0,27,"","","Certification not required",0,907.688008,5.039616,922,"2013-03-01 09:00",922,"2013-03-01 10:00",922,"2013-12-23 10:00",921,"2013-02-28 09:00","","","","",919,918,916,914,911,908,901,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68101",1,35.785666,-115.357061,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","INSTRUMENTAL - Calculation",2013,"Percent","No Events",105,86,105,122,0,17,"","","Certification not required",86,0.1,0.190773,1.3,"2013-01-01 00:00",1.2,"2013-01-04 00:00",1,"2013-01-10 00:00",0.2,"2013-01-25 00:00","","","","",1.2,1,0.2,0.2,0.05,0.05,0.05,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68102",1,35.785666,-115.357061,"NAD83","Sample Volume","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Cubic meter","No Events",105,86,105,122,0,17,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68103",1,35.785666,-115.357061,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",106,87,106,122,0,16,"","","Certification not required",0,11.365094,9.908948,30.4,"2013-07-03 00:00",28.7,"2013-07-06 00:00",28.3,"2013-07-15 00:00",27.3,"2013-06-30 00:00","","","","",28.7,28.3,25,24.3,20.5,11.4,-2.2,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68104",1,35.785666,-115.357061,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",106,87,106,122,0,16,"","","Certification not required",0,27.470755,10.568029,47.9,"2013-06-30 00:00",46.3,"2013-07-03 00:00",43.8,"2013-06-09 00:00",43.8,"2013-06-27 00:00","","","","",46.3,43.8,43.3,41.1,36.4,27,14.7,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68105",1,35.785666,-115.357061,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",106,87,106,122,0,16,"","","Certification not required",0,19.410377,10.398378,39.1,"2013-06-30 00:00",39.1,"2013-07-03 00:00",35.8,"2013-06-27 00:00",35.2,"2013-07-09 00:00","","","","",39.1,35.8,34.9,32.5,28.6,18.8,5.6,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68106",1,35.785666,-115.357061,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,16,"","","Certification not required",0,677.886792,4.928674,690,"2013-12-15 00:00",689,"2013-11-06 00:00",688,"2013-11-12 00:00",688,"2013-12-09 00:00","","","","",689,688,688,685,680,677,672,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68107",1,35.785666,-115.357061,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,16,"","","Certification not required",0,683.95283,9.147867,698,"2013-01-19 00:00",697,"2013-02-12 00:00",696,"2013-01-13 00:00",696,"2013-01-22 00:00","","","","",697,696,695,692,689,683,678,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68108",1,35.785666,-115.357061,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,16,"","","Certification not required",0,681.320755,4.675258,692,"2013-12-09 00:00",692,"2013-12-15 00:00",691,"2013-01-19 00:00",691,"2013-11-06 00:00","","","","",692,691,690,689,685,681,676,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","68109",1,35.785666,-115.357061,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","INSTRUMENTAL - CALCULATION",2013,"Minutes","No Events",105,86,105,122,0,17,"","","Certification not required",0,1439.638095,0.482856,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","81102",1,35.785666,-115.357061,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8513,97,358,365,24,102,"","","Certification not required",1432,13.564666,23.774519,540,"2013-04-08 02:00",533,"2013-04-14 22:00",520,"2013-04-08 03:00",512,"2013-04-15 02:00","","","","",86,57,35,25,15,9,2,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","81102",1,35.785666,-115.357061,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8489,97,358,365,0,102,"","","Certification not required",1432,13.134174,21.332911,540,"2013-04-08 02:00",533,"2013-04-14 22:00",520,"2013-04-08 03:00",466,"2013-04-14 21:00","","","","",77,52,34,25,15,9,2,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","81102",1,35.785666,-115.357061,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8513,97,358,365,24,102,"","","Certification not required",1432,13.564666,23.774519,540,"2013-04-08 02:00",533,"2013-04-14 22:00",520,"2013-04-08 03:00",512,"2013-04-15 02:00","","","","",86,57,35,25,15,9,2,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","81102",1,35.785666,-115.357061,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",358,98,358,365,0,0,1,1,"Certification not required",0,13.061453,14.74932,165,"2013-04-15 00:00",127,"2013-04-08 00:00",97,"2013-04-14 00:00",70,"2013-09-21 00:00","","","","",70,54,32,24,15,10,4,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","81102",1,35.785666,-115.357061,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",357,98,358,365,0,0,0,0,"Certification not required",0,12.635854,12.374387,127,"2013-04-08 00:00",97,"2013-04-14 00:00",70,"2013-09-21 00:00",67,"2013-10-28 00:00","","","","",67,44,32,24,15,10,4,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","81102",1,35.785666,-115.357061,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",358,98,358,365,0,0,1,1,"Certification not required",0,13.061453,14.74932,165,"2013-04-15 00:00",127,"2013-04-08 00:00",97,"2013-04-14 00:00",70,"2013-09-21 00:00","","","","",70,54,32,24,15,10,4,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","88101",1,35.785666,-115.357061,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,0,0,"Certification not required",0,4.315534,2.424336,9.3,"2013-05-01 00:00",9.3,"2013-05-04 00:00",9.3,"2013-05-22 00:00",9.3,"2013-06-18 00:00","","","","",9.3,9.3,9.1,8,6,3.9,1.3,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","88101",1,35.785666,-115.357061,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,"","","Certification not required",0,4.315534,2.424336,9.3,"2013-05-01 00:00",9.3,"2013-05-04 00:00",9.3,"2013-05-22 00:00",9.3,"2013-06-18 00:00","","","","",9.3,9.3,9.1,8,6,3.9,1.3,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-28" +"32","003","1019","88101",3,35.785666,-115.357061,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6266,72,265,365,0,238,"","","Certification not required",0,6.618385,5.820145,80.6,"2013-07-17 00:00",78.7,"2013-04-15 02:00",76.8,"2013-04-14 22:00",74.4,"2013-07-16 23:00","","","","",28,21.3,15.6,12.3,8.4,5.4,1.7,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","88101",3,35.785666,-115.357061,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,6.599621,3.676692,28.4,"2013-04-15 00:00",22.2,"2013-07-17 00:00",21.2,"2013-07-16 00:00",18.8,"2013-04-14 00:00","","","","",21.2,17.3,12.3,10.9,8.2,5.8,3.1,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","88101",3,35.785666,-115.357061,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,6.599621,3.676692,28.4,"2013-04-15 00:00",22.2,"2013-07-17 00:00",21.2,"2013-07-16 00:00",18.8,"2013-04-14 00:00","","","","",21.2,17.3,12.3,10.9,8.2,5.8,3.1,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-29" +"32","003","1019","88502",3,35.785666,-115.357061,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1680,97,71,72,0,47,"","","Certification not required",0,4.552202,4.711185,38.1,"2013-01-29 17:00",35.3,"2013-01-14 03:00",31.3,"2013-02-08 01:00",30.9,"2013-02-25 00:00","","","","",23.8,19.4,12.7,10.2,6.1,3.4,0.3,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2013-09-24" +"32","003","1019","88502",3,35.785666,-115.357061,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",71,99,71,72,0,0,"","","Certification not required",0,4.494366,1.312673,8.4,"2013-01-14 00:00",8,"2013-02-08 00:00",7.1,"2013-02-06 00:00",7,"2013-03-13 00:00","","","","",8.4,8,7,6.4,5.1,4.2,3,"Jean","1965 State Hwy 161, Jean, NV","Nevada","Clark","","Las Vegas-Paradise, NV","2013-09-24" +"32","003","2002","42101",1,36.191243,-115.122939,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8506,97,355,365,0,254,0,0,"Certification not required",5616,0.479603,0.406515,3.3,"2013-12-12 19:00",3,"2013-12-12 20:00",2.9,"2013-12-12 21:00",2.9,"2013-12-31 23:00","","","","",2,1.7,1.4,1.1,0.6,0.25,0.25,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","2002","42101",1,36.191243,-115.122939,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8539,97,352,365,0,0,0,0,"Certification not required",0,0.502237,0.316359,2.4,"2013-12-13 00:00",2.4,"2013-12-13 01:00",2.4,"2013-12-17 00:00",2.3,"2013-12-12 23:00",2.4,"2013-12-13 00:00",2.4,"2013-12-17 00:00",1.6,1.4,1.2,1,0.6,0.3,0.3,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-14" +"32","003","2002","42601",1,36.191243,-115.122939,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8035,92,332,365,0,725,"","","Certification not required",0,16.919515,35.664277,274,"2013-12-12 19:00",263.1,"2013-12-12 20:00",255.4,"2013-11-13 18:00",255,"2013-01-23 21:00","","","","",166.1,143.2,98.9,61.3,11.8,2.2,-0.3,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","2002","42602",1,36.191243,-115.122939,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7586,87,308,365,0,1174,0,"","Certification not required",0,32.218506,12.5702,60.9,"2013-06-07 20:00",58.1,"2013-06-01 20:00",56.1,"2013-11-18 17:00",55,"2013-11-03 19:00","","","","",55,53.8,49.1,45.3,41,35.1,11.3,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","2002","42602",1,36.191243,-115.122939,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7586,87,308,365,0,1174,"","","Certification not required",0,13.569299,13.358827,60.9,"2013-06-07 20:00",58.1,"2013-06-01 20:00",58.1,"2013-06-07 21:00",56.1,"2013-11-18 17:00","","","","",46.4,42.6,37.9,33.8,25.5,7.2,0.9,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","2002","42603",1,36.191243,-115.122939,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7746,88,316,365,0,1014,"","","Certification not required",0,29.38607,44.450256,312.4,"2013-12-12 19:00",299.2,"2013-12-12 20:00",297.9,"2013-11-14 19:00",293,"2013-11-14 18:00","","","","",196.2,171,127.4,92,39.4,7.4,1.3,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-13" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Concurred Events Excluded",8660,99,363,365,8,100,0,0,"Certification not required",2118,0.050179,0.01356,0.082,"2013-06-05 14:00",0.08,"2013-04-30 12:00",0.08,"2013-05-04 16:00",0.08,"2013-06-21 16:00","","","","",0.08,0.077,0.073,0.07,0.06,0.049,0.034,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Excluded",8652,99,363,365,0,100,0,0,"Certification not required",2118,0.050146,0.013501,0.082,"2013-06-05 14:00",0.08,"2013-04-30 12:00",0.08,"2013-05-04 16:00",0.08,"2013-09-13 14:00","","","","",0.08,0.076,0.073,0.069,0.06,0.049,0.034,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","Events Inclucded",8660,99,363,365,8,100,0,0,"Certification not required",2118,0.050179,0.01356,0.082,"2013-06-05 14:00",0.08,"2013-04-30 12:00",0.08,"2013-05-04 16:00",0.08,"2013-06-21 16:00","","","","",0.08,0.077,0.073,0.07,0.06,0.049,0.034,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8710,99,363,365,0,0,0,0,"Certification not required",0,0.044435,0.013968,0.074,"2013-05-04 12:00",0.074,"2013-05-25 09:00",0.072,"2013-06-05 10:00",0.071,"2013-05-21 15:00","","","","",0.071,0.07,0.066,0.064,0.054,0.045,0.026,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8711,99,363,365,0,0,0,0,"Certification not required",0,0.044457,0.014011,0.076,"2013-06-21 10:00",0.074,"2013-05-04 12:00",0.074,"2013-05-25 09:00",0.072,"2013-06-05 10:00","","","","",0.072,0.071,0.066,0.064,0.054,0.045,0.026,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8711,99,363,365,0,0,0,0,"Certification not required",0,0.044457,0.014011,0.076,"2013-06-21 10:00",0.074,"2013-05-04 12:00",0.074,"2013-05-25 09:00",0.072,"2013-06-05 10:00","","","","",0.072,0.071,0.066,0.064,0.054,0.045,0.026,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",8710,99,363,365,0,0,0,0,"Certification not required",0,0.044435,0.013968,0.074,"2013-05-04 12:00",0.074,"2013-05-25 09:00",0.072,"2013-06-05 10:00",0.071,"2013-05-21 15:00","","","","",0.071,0.07,0.066,0.064,0.054,0.045,0.026,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",8711,99,363,365,0,0,1,1,"Certification not required",0,0.044457,0.014011,0.076,"2013-06-21 10:00",0.074,"2013-05-04 12:00",0.074,"2013-05-25 09:00",0.072,"2013-06-05 10:00","","","","",0.072,0.071,0.066,0.064,0.054,0.045,0.026,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","44201",1,36.191243,-115.122939,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",8711,99,363,365,0,0,1,1,"Certification not required",0,0.044457,0.014011,0.076,"2013-06-21 10:00",0.074,"2013-05-04 12:00",0.074,"2013-05-25 09:00",0.072,"2013-06-05 10:00","","","","",0.072,0.071,0.066,0.064,0.054,0.045,0.026,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-02-07" +"32","003","2002","61103",1,36.191243,-115.122939,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,3.44195,2.956019,20.3,"2013-10-28 14:00",18.8,"2013-07-28 18:00",18.4,"2013-09-25 09:00",18.2,"2013-04-15 20:00","","","","",12.6,11.4,9.6,7.9,4.8,2.3,0.8,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","2002","61104",1,36.191243,-115.122939,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,193.974195,95.932918,360,"2013-01-05 02:00",360,"2013-01-14 16:00",360,"2013-07-10 02:00",360,"2013-07-10 06:00","","","","",352,344,326,309,282,202,60,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","2002","62101",2,36.191243,-115.122939,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",0,69.703209,18.985585,115,"2013-06-30 15:00",114,"2013-06-29 14:00",114,"2013-06-29 15:00",114,"2013-06-29 16:00","","","","",107,104,100,96,85,69,45,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","2002","62201",1,36.191243,-115.122939,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",8758,100,365,365,0,2,"","","Certification not required",5,30.118235,17.696694,100,"2013-01-27 01:00",99,"2013-01-26 07:00",98,"2013-01-26 22:00",98,"2013-01-26 23:00","","","","",81,76,66,55,40,27,10,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","2002","64101",1,36.191243,-115.122939,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8750,100,365,365,0,10,"","","Certification not required",0,947.693257,6.660219,967,"2013-01-15 08:00",967,"2013-01-15 09:00",967,"2013-01-15 10:00",966,"2013-01-15 07:00","","","","",963,962,960,958,952,947,940,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-28" +"32","003","2002","81102",1,36.191243,-115.122939,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8640,99,363,365,24,120,"","","Certification not required",381,28.14919,30.203624,692,"2013-04-15 17:00",458,"2013-04-08 00:00",448,"2013-04-14 23:00",409,"2013-04-14 22:00","","","","",145,111,68,51,34,22,6,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","81102",1,36.191243,-115.122939,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Excluded",8616,99,363,365,0,120,"","","Certification not required",381,27.564995,27.203239,458,"2013-04-08 00:00",448,"2013-04-14 23:00",409,"2013-04-14 22:00",407,"2013-04-08 01:00","","","","",138,105,66,51,34,22,6,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","81102",1,36.191243,-115.122939,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8640,99,363,365,24,120,"","","Certification not required",381,28.14919,30.203624,692,"2013-04-15 17:00",458,"2013-04-08 00:00",448,"2013-04-14 23:00",409,"2013-04-14 22:00","","","","",145,111,68,51,34,22,6,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","81102",1,36.191243,-115.122939,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",363,99,363,365,0,0,2,2,"Certification not required",0,27.677686,18.377058,237,"2013-04-15 00:00",169,"2013-10-28 00:00",105,"2013-04-08 00:00",84,"2013-04-14 00:00","","","","",84,64,50,43,32,25,13,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","81102",1,36.191243,-115.122939,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",363,99,363,365,0,0,2,2,"Certification not required",0,27.677686,18.377058,237,"2013-04-15 00:00",169,"2013-10-28 00:00",105,"2013-04-08 00:00",84,"2013-04-14 00:00","","","","",84,64,50,43,32,25,13,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","81102",1,36.191243,-115.122939,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",362,99,363,365,0,0,1,1,"Certification not required",0,27.099448,14.728985,169,"2013-10-28 00:00",105,"2013-04-08 00:00",84,"2013-04-14 00:00",84,"2013-09-25 00:00","","","","",84,61,48,43,32,25,13,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8660,99,364,365,24,100,"","","Certification not required",0,9.486928,7.8097,103.3,"2013-12-31 23:00",93.8,"2013-04-15 17:00",86.3,"2013-07-04 20:00",81.6,"2013-07-10 03:00","","","","",35.4,29.8,23.4,18.7,13,7.9,1.7,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8660,99,364,365,24,100,"","","Certification not required",0,9.486928,7.8097,103.3,"2013-12-31 23:00",93.8,"2013-04-15 17:00",86.3,"2013-07-04 20:00",81.6,"2013-07-10 03:00","","","","",35.4,29.8,23.4,18.7,13,7.9,1.7,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 5014i or FH62C14-DHS w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",8636,99,364,365,0,100,"","","Certification not required",0,9.41422,7.615202,103.3,"2013-12-31 23:00",86.3,"2013-07-04 20:00",81.6,"2013-07-10 03:00",79.3,"2013-07-10 04:00","","","","",34.5,29.4,23.3,18.6,12.9,7.9,1.7,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",363,99,363,365,0,0,2,2,"Certification not required",0,9.439118,4.334139,36.5,"2013-07-10 00:00",35.6,"2013-04-15 00:00",27.6,"2013-12-31 00:00",22.4,"2013-07-05 00:00","","","","",22.4,20.6,17.1,15,11.1,8.5,5.1,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",363,99,363,365,0,0,2,2,"Certification not required",0,9.439118,4.334139,36.5,"2013-07-10 00:00",35.6,"2013-04-15 00:00",27.6,"2013-12-31 00:00",22.4,"2013-07-05 00:00","","","","",22.4,20.6,17.1,15,11.1,8.5,5.1,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",362,99,363,365,0,0,1,1,"Certification not required",0,9.366851,4.115306,36.5,"2013-07-10 00:00",27.6,"2013-12-31 00:00",22.4,"2013-07-05 00:00",22.1,"2013-07-04 00:00","","","","",22.1,18.9,17.1,14.9,11,8.4,4.9,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",362,99,363,365,0,0,"","","Certification not required",0,9.366851,4.115306,36.5,"2013-07-10 00:00",27.6,"2013-12-31 00:00",22.4,"2013-07-05 00:00",22.1,"2013-07-04 00:00","","","","",22.1,18.9,17.1,14.9,11,8.4,4.9,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",363,99,363,365,0,0,"","","Certification not required",0,9.439118,4.334139,36.5,"2013-07-10 00:00",35.6,"2013-04-15 00:00",27.6,"2013-12-31 00:00",22.4,"2013-07-05 00:00","","","","",22.4,20.6,17.1,15,11.1,8.5,5.1,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","2002","88101",3,36.191243,-115.122939,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",363,99,363,365,0,0,"","","Certification not required",0,9.439118,4.334139,36.5,"2013-07-10 00:00",35.6,"2013-04-15 00:00",27.6,"2013-12-31 00:00",22.4,"2013-07-05 00:00","","","","",22.4,20.6,17.1,15,11.1,8.5,5.1,"JD Smith","1301B EAST TONOPAH","Nevada","Clark","North Las Vegas","Las Vegas-Paradise, NV","2014-01-29" +"32","003","8000","44201",1,36.357786,-115.362234,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6817,81,296,365,0,1943,0,0,"Certification not required",17,0.058003,0.013901,0.101,"2013-07-18 13:00",0.097,"2013-10-30 09:00",0.096,"2013-07-25 14:00",0.095,"2013-05-01 00:00","","","","",0.096,0.092,0.085,0.077,0.067,0.057,0.042,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-20" +"32","003","8000","44201",1,36.357786,-115.362234,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7058,80,291,365,0,0,3,3,"Certification not required",0,0.052485,0.011546,0.092,"2013-07-18 11:00",0.091,"2013-04-30 17:00",0.085,"2013-05-04 13:00",0.081,"2013-07-25 10:00","","","","",0.085,0.077,0.072,0.068,0.059,0.052,0.039,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-20" +"32","003","8000","44201",1,36.357786,-115.362234,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7058,80,292,365,0,0,8,8,"Certification not required",0,0.052586,0.011655,0.092,"2013-07-18 11:00",0.091,"2013-04-30 17:00",0.085,"2013-05-04 13:00",0.082,"2013-06-21 08:00","","","","",0.085,0.08,0.072,0.068,0.059,0.052,0.039,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-02-20" +"32","003","8000","81102",1,36.357786,-115.362234,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7901,90,329,365,0,858,"","","Certification not required",1320,14.258448,23.06461,455,"2013-04-15 17:00",428,"2013-04-14 23:00",411,"2013-04-15 00:00",379,"2013-04-15 01:00","","","","",96,60,36,26,17,9,2,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-08" +"32","003","8000","81102",1,36.357786,-115.362234,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",329,90,329,365,0,0,1,1,"Certification not required",0,13.787234,17.232017,218,"2013-04-15 00:00",134,"2013-09-25 00:00",97,"2013-07-09 00:00",84,"2013-09-18 00:00","","","","",84,55,31,25,16,11,3,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-08" +"32","003","8000","88101",1,36.357786,-115.362234,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6253,71,265,365,0,751,"","","Certification not required",0,3.716616,6.388017,128,"2013-07-09 23:00",122,"2013-07-09 18:00",120,"2013-07-09 22:00",105,"2013-07-09 17:00","","","","",26,18,11,8,6,3,0,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-08" +"32","003","8000","88101",1,36.357786,-115.362234,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,1,1,"Certification not required",0,3.699228,4.757287,49.9,"2013-07-09 00:00",24.3,"2013-04-15 00:00",23.1,"2013-07-08 00:00",22.9,"2013-07-10 00:00","","","","",23.1,14.9,10.5,8.1,5.2,2.8,0.1,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-08" +"32","003","8000","88101",1,36.357786,-115.362234,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,"","","Certification not required",0,3.699228,4.757287,49.9,"2013-07-09 00:00",24.3,"2013-04-15 00:00",23.1,"2013-07-08 00:00",22.9,"2013-07-10 00:00","","","","",23.1,14.9,10.5,8.1,5.2,2.8,0.1,"Las Vegas Paiute Air Quality Site","No Address","Nevada","Clark","","Las Vegas-Paradise, NV","2014-01-08" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",5812,66,244,365,400,44,"","","Certification not required",0,15.592051,35.909166,427,"2013-08-25 00:00",388,"2013-08-25 02:00",381,"2013-08-25 01:00",355,"2013-08-24 23:00","","","","",204,159,59,20,11,7,3,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",5412,66,244,365,0,44,"","","Certification not required",0,8.024205,6.646774,116,"2013-11-26 00:00",72,"2013-11-27 01:00",67,"2013-11-26 01:00",66,"2013-11-07 12:00","","","","",34,27,19,14,9,6,1,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",5812,66,244,365,400,44,"","","Certification not required",0,15.592051,35.909166,427,"2013-08-25 00:00",388,"2013-08-25 02:00",381,"2013-08-25 01:00",355,"2013-08-24 23:00","","","","",204,159,59,20,11,7,3,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",244,67,244,365,0,0,16,16,"Certification not required",0,15.594672,32.369913,207.8,"2013-08-28 00:00",207.3,"2013-08-23 00:00",195.2,"2013-08-24 00:00",186.9,"2013-08-25 00:00","","","","",195.2,175.2,61.6,18,10.3,7.2,4.2,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",228,67,244,365,0,0,0,0,"Certification not required",0,7.990789,4.168442,26.9,"2013-11-26 00:00",26.8,"2013-11-27 00:00",24.6,"2013-11-25 00:00",24.5,"2013-11-28 00:00","","","","",24.6,19.6,16.3,13,9.3,6.7,3.4,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",244,67,244,365,0,0,16,16,"Certification not required",0,15.594672,32.369913,207.8,"2013-08-28 00:00",207.3,"2013-08-23 00:00",195.2,"2013-08-24 00:00",186.9,"2013-08-25 00:00","","","","",195.2,175.2,61.6,18,10.3,7.2,4.2,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",244,67,244,365,0,0,"","","Certification not required",0,15.594672,32.369913,207.8,"2013-08-28 00:00",207.3,"2013-08-23 00:00",195.2,"2013-08-24 00:00",186.9,"2013-08-25 00:00","","","","",195.2,175.2,61.6,18,10.3,7.2,4.2,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",228,67,244,365,0,0,"","","Certification not required",0,7.990789,4.168442,26.9,"2013-11-26 00:00",26.8,"2013-11-27 00:00",24.6,"2013-11-25 00:00",24.5,"2013-11-28 00:00","","","","",24.6,19.6,16.3,13,9.3,6.7,3.4,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","005","0007","88101",1,38.897557,-119.732507,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",244,67,244,365,0,0,"","","Certification not required",0,15.594672,32.369913,207.8,"2013-08-28 00:00",207.3,"2013-08-23 00:00",195.2,"2013-08-24 00:00",186.9,"2013-08-25 00:00","","","","",195.2,175.2,61.6,18,10.3,7.2,4.2,"SE CORNER OF PARK UTILITY YARD","820 LYELL WAY, GARDNERVILLE","Nevada","Douglas","Gardnerville Ranchos","Gardnerville Ranchos, NV","2014-01-09" +"32","007","0005","81102",1,40.83835,-115.766029,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7945,91,331,365,0,71,"","","Certification not required",108,25.139459,26.282855,749,"2013-05-21 16:00",684,"2013-05-21 18:00",459,"2013-07-23 16:00",456,"2013-05-21 19:00","","","","",107,85,64,47,30,19,8,"ELKO GRAMMAR SCHOOL NO. 2","1055 SEVENTH STREET ELKO GRAMMAR SCHOOL NO. 2","Nevada","Elko","Elko","Elko, NV","2014-01-09" +"32","007","0005","81102",1,40.83835,-115.766029,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",331,91,331,365,0,0,0,0,"Certification not required",0,24.706949,13.839401,119,"2013-05-21 00:00",109,"2013-09-06 00:00",78,"2013-06-10 00:00",75,"2013-07-23 00:00","","","","",75,53,49,39,31,22,11,"ELKO GRAMMAR SCHOOL NO. 2","1055 SEVENTH STREET ELKO GRAMMAR SCHOOL NO. 2","Nevada","Elko","Elko","Elko, NV","2014-01-09" +"32","007","9000","85101",1,41.892499,-115.427015,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,4.874303,8.217723,54.9342,"2013-03-20 00:00",19.0759,"2013-04-07 00:00",12.6235,"2013-05-25 00:00",11.2074,"2013-05-04 00:00","","","","",54.9342,19.0759,12.6235,10.533,6.32,1.9195,0.6792,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","85101",2,41.892499,-115.427015,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",4,4.208223,7.84984,50.3553,"2013-03-20 00:00",17.3355,"2013-04-07 00:00",9.5435,"2013-05-04 00:00",9.388,"2013-05-13 00:00","","","","",50.3553,50.3553,9.5435,8.5801,4.2805,1.5021,0.4188,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","86502",1,41.892499,-115.427015,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.627451,6.267251,42,"2013-03-20 00:00",12,"2013-04-07 00:00",9,"2013-05-25 00:00",7,"2013-05-04 00:00","","","","",42,12,9,7,3,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","86502",2,41.892499,-115.427015,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,2.022222,5.766238,37,"2013-03-20 00:00",11,"2013-04-07 00:00",6,"2013-05-04 00:00",5,"2013-05-13 00:00","","","","",37,37,6,4,2,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88103",1,41.892499,-115.427015,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88104",1,41.892499,-115.427015,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.068896,0.127866,0.8012,"2013-03-20 00:00",0.3819,"2013-04-07 00:00",0.2715,"2013-04-25 00:00",0.1886,"2013-04-28 00:00","","","","",0.8012,0.3819,0.2715,0.1347,0.083,0.0281,0.0017,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88109",1,41.892499,-115.427015,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000657,0.00049,0.0024,"2013-05-13 00:00",0.0019,"2013-05-07 00:00",0.0016,"2013-03-14 00:00",0.0015,"2013-05-04 00:00","","","","",0.0024,0.0019,0.0016,0.0014,0.0009,0.0005,0.0002,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88111",1,41.892499,-115.427015,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.036234,0.062073,0.344,"2013-03-20 00:00",0.2279,"2013-04-07 00:00",0.1612,"2013-04-25 00:00",0.1305,"2013-04-28 00:00","","","","",0.344,0.2279,0.1612,0.0797,0.0395,0.0148,0.0013,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88112",1,41.892499,-115.427015,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-01 00:00",0.001,"2013-03-20 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88114",1,41.892499,-115.427015,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.000158,8.1e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-03-20 00:00",0.0003,"2013-04-07 00:00",0.0003,"2013-04-19 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88115",1,41.892499,-115.427015,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.005572,0.031896,0.2272,"2013-03-20 00:00",0.0272,"2013-04-07 00:00",0.0073,"2013-01-10 00:00",0.0043,"2013-03-08 00:00","","","","",0.2272,0.0272,0.0073,0.0018,0.0005,0.00015,0.0001,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88126",1,41.892499,-115.427015,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.041197,0.080269,0.507,"2013-03-20 00:00",0.2482,"2013-04-07 00:00",0.1581,"2013-04-25 00:00",0.1081,"2013-04-28 00:00","","","","",0.507,0.2482,0.1581,0.073,0.0474,0.0173,0.0015,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88128",1,41.892499,-115.427015,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000392,0.000493,0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-19 00:00",0.001,"2013-02-18 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88132",1,41.892499,-115.427015,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00098,0.001655,0.01,"2013-03-20 00:00",0.005,"2013-04-07 00:00",0.004,"2013-04-25 00:00",0.003,"2013-04-28 00:00","","","","",0.01,0.005,0.004,0.002,0.001,0.001,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88136",1,41.892499,-115.427015,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-01 00:00",0.001,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88140",1,41.892499,-115.427015,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.019955,0.045626,0.2991,"2013-03-20 00:00",0.1202,"2013-04-07 00:00",0.0828,"2013-04-25 00:00",0.0518,"2013-04-28 00:00","","","","",0.2991,0.1202,0.0828,0.0384,0.0235,0.0043,0.00105,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88152",1,41.892499,-115.427015,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000213,0.000311,0.0018,"2013-03-20 00:00",0.0013,"2013-03-23 00:00",0.0011,"2013-04-25 00:00",0.0003,"2013-04-07 00:00","","","","",0.0018,0.0013,0.0011,0.0002,0.00015,0.00015,0.0001,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88154",1,41.892499,-115.427015,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000125,6.5e-05,0.0004,"2013-01-19 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-03-23 00:00","","","","",0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88161",1,41.892499,-115.427015,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.003685,0.006655,0.041,"2013-03-20 00:00",0.0216,"2013-04-07 00:00",0.0142,"2013-04-25 00:00",0.0097,"2013-04-28 00:00","","","","",0.041,0.0216,0.0142,0.007,0.0047,0.0015,0.00015,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88164",1,41.892499,-115.427015,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.00016,0.000256,0.0017,"2013-03-20 00:00",0.0006,"2013-03-08 00:00",0.0005,"2013-04-07 00:00",0.0005,"2013-04-25 00:00","","","","",0.0017,0.0006,0.0005,0.0003,0.0001,0.0001,5e-05,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88165",1,41.892499,-115.427015,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.169426,0.331287,2.0936,"2013-03-20 00:00",1.0217,"2013-04-07 00:00",0.5485,"2013-04-25 00:00",0.4851,"2013-03-08 00:00","","","","",2.0936,1.0217,0.5485,0.3835,0.1783,0.0609,0.0071,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88167",1,41.892499,-115.427015,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.000743,0.00069,0.0029,"2013-03-26 00:00",0.0029,"2013-04-25 00:00",0.0021,"2013-03-14 00:00",0.0021,"2013-03-20 00:00","","","","",0.0029,0.0029,0.0021,0.0018,0.001,0.0006,0.00015,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88168",1,41.892499,-115.427015,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.000405,0.000659,0.004,"2013-03-20 00:00",0.0022,"2013-04-07 00:00",0.0018,"2013-04-25 00:00",0.0011,"2013-03-08 00:00","","","","",0.004,0.0022,0.0018,0.0009,0.0004,0.00015,0.0001,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88169",1,41.892499,-115.427015,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.112014,0.08545,0.4603,"2013-04-25 00:00",0.2587,"2013-03-23 00:00",0.2407,"2013-05-13 00:00",0.2308,"2013-05-04 00:00","","","","",0.4603,0.2587,0.2407,0.2253,0.1653,0.0932,0.0233,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88176",1,41.892499,-115.427015,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000196,0.000167,0.0013,"2013-03-20 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-02-18 00:00",0.0003,"2013-04-04 00:00","","","","",0.0013,0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88180",1,41.892499,-115.427015,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025259,0.041773,0.2622,"2013-03-20 00:00",0.1377,"2013-04-07 00:00",0.0789,"2013-04-25 00:00",0.0632,"2013-03-08 00:00","","","","",0.2622,0.1377,0.0789,0.0513,0.0287,0.0115,0.003,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88184",1,41.892499,-115.427015,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.021973,0.063102,0.4396,"2013-03-20 00:00",0.115,"2013-04-07 00:00",0.0765,"2013-03-08 00:00",0.0452,"2013-05-01 00:00","","","","",0.4396,0.115,0.0765,0.037,0.0173,0.006,0.0016,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88185",1,41.892499,-115.427015,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000773,0.000401,0.0023,"2013-01-07 00:00",0.002,"2013-04-07 00:00",0.0018,"2013-02-18 00:00",0.0017,"2013-03-20 00:00","","","","",0.0023,0.002,0.0018,0.0014,0.0007,0.00065,0.0004,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88203",1,41.892499,-115.427015,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.013425,0.037152,0.2572,"2013-03-20 00:00",0.0693,"2013-04-07 00:00",0.0602,"2013-03-08 00:00",0.0329,"2013-02-24 00:00","","","","",0.2572,0.0693,0.0602,0.0175,0.00865,0.0035,0.00255,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88306",1,41.892499,-115.427015,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.074654,0.08526,0.5086,"2013-03-08 00:00",0.2674,"2013-04-25 00:00",0.2223,"2013-05-04 00:00",0.1805,"2013-04-16 00:00","","","","",0.5086,0.2674,0.2223,0.1488,0.1031,0.053,0.0094,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88320",1,41.892499,-115.427015,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.175098,0.14791,0.61,"2013-05-16 00:00",0.6,"2013-05-13 00:00",0.54,"2013-05-10 00:00",0.45,"2013-05-07 00:00","","","","",0.61,0.6,0.54,0.35,0.22,0.15,0.02,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88321",1,41.892499,-115.427015,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.020392,0.020684,0.1,"2013-05-16 00:00",0.06,"2013-03-14 00:00",0.06,"2013-05-07 00:00",0.05,"2013-04-25 00:00","","","","",0.1,0.06,0.06,0.04,0.03,0.01,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88324",1,41.892499,-115.427015,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.020759,0.007207,0.03215,"2013-01-01 00:00",0.03205,"2013-01-22 00:00",0.03195,"2013-01-16 00:00",0.0318,"2013-01-28 00:00","","","","",0.03215,0.03205,0.03195,0.0315,0.02465,0.0174,0.0108,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88325",1,41.892499,-115.427015,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.038199,0.022791,0.1189,"2013-05-13 00:00",0.0994,"2013-05-16 00:00",0.0954,"2013-05-10 00:00",0.086,"2013-05-07 00:00","","","","",0.1189,0.0994,0.0954,0.062,0.0414,0.0346,0.0172,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88326",1,41.892499,-115.427015,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",36,0.060238,0.044686,0.226,"2013-05-16 00:00",0.1838,"2013-05-13 00:00",0.1692,"2013-05-04 00:00",0.155,"2013-05-10 00:00","","","","",0.226,0.1838,0.1692,0.1171,0.0668,0.0409,0.0265,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88327",1,41.892499,-115.427015,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.044541,0.032628,0.1404,"2013-05-16 00:00",0.126,"2013-03-20 00:00",0.1165,"2013-05-13 00:00",0.106,"2013-05-07 00:00","","","","",0.1404,0.126,0.1165,0.0865,0.0625,0.0365,0.01285,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88328",1,41.892499,-115.427015,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.048043,0.045869,0.1886,"2013-05-13 00:00",0.1867,"2013-05-10 00:00",0.1648,"2013-05-16 00:00",0.1273,"2013-05-07 00:00","","","","",0.1886,0.1867,0.1648,0.1104,0.0649,0.0346,0.0042,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88329",1,41.892499,-115.427015,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.051075,0.046675,0.2041,"2013-05-16 00:00",0.1623,"2013-05-10 00:00",0.153,"2013-05-07 00:00",0.1503,"2013-05-13 00:00","","","","",0.2041,0.1623,0.153,0.1183,0.0693,0.0363,0.0036,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88330",1,41.892499,-115.427015,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.017952,0.016447,0.0695,"2013-05-10 00:00",0.0685,"2013-05-13 00:00",0.0568,"2013-05-16 00:00",0.0459,"2013-04-25 00:00","","","","",0.0695,0.0685,0.0568,0.0352,0.0244,0.0124,0.00185,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88331",1,41.892499,-115.427015,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,9e-05,0.000196,0.001,"2013-05-07 00:00",0.001,"2013-05-22 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88338",1,41.892499,-115.427015,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.017609,0.012792,0.0916,"2013-04-25 00:00",0.0567,"2013-01-16 00:00",0.02455,"2013-02-24 00:00",0.02445,"2013-02-27 00:00","","","","",0.0916,0.0567,0.02455,0.02375,0.01645,0.0144,0.0108,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88339",1,41.892499,-115.427015,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.462034,0.352501,1.89886,"2013-04-25 00:00",1.06722,"2013-03-23 00:00",0.99268,"2013-05-13 00:00",0.95213,"2013-05-04 00:00","","","","",1.89886,1.06722,0.99268,0.92953,0.68186,0.38445,0.09628,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88344",1,41.892499,-115.427015,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.096157,0.11013,0.6561,"2013-03-08 00:00",0.3449,"2013-04-25 00:00",0.2868,"2013-05-04 00:00",0.2328,"2013-04-16 00:00","","","","",0.6561,0.3449,0.2868,0.192,0.133,0.0677,0.0129,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88348",1,41.892499,-115.427015,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.739445,1.410165,8.8429,"2013-03-20 00:00",4.3985,"2013-04-07 00:00",2.6359,"2013-04-25 00:00",2.0521,"2013-03-08 00:00","","","","",8.8429,4.3985,2.6359,1.463,0.7972,0.2814,0.031,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88350",1,41.892499,-115.427015,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.315335,0.265747,1.0996,"2013-05-16 00:00",1.0868,"2013-05-13 00:00",0.9661,"2013-05-10 00:00",0.801,"2013-05-07 00:00","","","","",1.0996,1.0868,0.9661,0.6217,0.4036,0.275,0.0387,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88403",1,41.892499,-115.427015,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.329451,0.265309,1.5024,"2013-04-25 00:00",0.7285,"2013-03-23 00:00",0.7121,"2013-05-13 00:00",0.7048,"2013-05-04 00:00","","","","",1.5024,0.7285,0.7121,0.6578,0.4889,0.2732,0.0717,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","007","9000","88502",1,41.892499,-115.427015,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.752941,2.061975,12.4,"2013-03-20 00:00",6.3,"2013-04-07 00:00",5.8,"2013-04-25 00:00",3.7,"2013-05-10 00:00","","","","",12.4,6.3,5.8,3.5,2.3,1.1,0.3,"","Jarbidge Wilderness","Nevada","Elko","","Elko, NV","2014-01-28" +"32","019","0006","44201",1,39.602787,-119.247741,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4962,97,208,214,0,174,0,0,"Certification not required",35,0.05449,0.009305,0.077,"2013-08-23 15:00",0.075,"2013-08-22 17:00",0.074,"2013-08-30 15:00",0.071,"2013-05-21 09:00","","","","",0.074,0.07,0.067,0.065,0.061,0.056,0.042,"FERNLEY INTERMEDIATE SCHOOL","320 HARDIE LANE","Nevada","Lyon","Fernley","Fernley, NV","2014-01-14" +"32","019","0006","44201",1,39.602787,-119.247741,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4961,95,204,214,0,0,0,0,"Certification not required",0,0.049824,0.009132,0.067,"2013-08-23 11:00",0.066,"2013-08-22 15:00",0.065,"2013-05-14 11:00",0.064,"2013-05-15 12:00","","","","",0.065,0.063,0.062,0.06,0.057,0.052,0.038,"FERNLEY INTERMEDIATE SCHOOL","320 HARDIE LANE","Nevada","Lyon","Fernley","Fernley, NV","2014-01-14" +"32","019","0006","44201",1,39.602787,-119.247741,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4961,95,204,214,0,0,0,0,"Certification not required",0,0.049824,0.009132,0.067,"2013-08-23 11:00",0.066,"2013-08-22 15:00",0.065,"2013-05-14 11:00",0.064,"2013-05-15 12:00","","","","",0.065,0.063,0.062,0.06,0.057,0.052,0.038,"FERNLEY INTERMEDIATE SCHOOL","320 HARDIE LANE","Nevada","Lyon","Fernley","Fernley, NV","2014-01-14" +"32","021","1017","61101",1,38.951811,-118.81557,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2831,32,118,365,0,1,"","","Certification not required",0,4.216814,2.911753,23.4,"2013-07-02 15:00",23.2,"2013-01-10 01:00",23.1,"2013-01-10 02:00",22.8,"2013-01-10 03:00","","","","",16.4,12.8,10,8,4.9,3.3,1.9,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","61103",1,38.951811,-118.81557,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2831,32,118,365,0,1,"","","Certification not required",0,3.447192,3.000644,22.8,"2013-07-02 15:00",22.6,"2013-01-10 01:00",22.6,"2013-01-10 02:00",22.3,"2013-01-10 03:00","","","","",15.8,12.1,9.3,7.4,4.2,2.6,1,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","61104",1,38.951811,-118.81557,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2831,32,118,365,0,1,"","","Certification not required",0,253.550689,92.864582,360,"2013-01-19 10:00",360,"2013-03-08 04:00",360,"2013-07-19 11:00",359,"2013-01-07 01:00","","","","",355,352,344,334,315,296,103,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","61105",1,38.951811,-118.81557,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2831,32,118,365,0,1,"","","Certification not required",0,8.828682,6.295826,48,"2013-01-10 01:00",43,"2013-03-20 16:00",43,"2013-03-20 17:00",42,"2013-03-20 18:00","","","","",34,30,21,17,10,7,3,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","61106",1,38.951811,-118.81557,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2831,32,118,365,0,1,"","","Certification not required",0,35.561427,17.798602,79.9,"2013-02-25 21:00",79.3,"2013-02-18 05:00",79.2,"2013-03-05 08:00",78.9,"2013-03-26 23:00","","","","",76,72.8,67.6,62.6,50,31.7,15.3,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","62101",1,38.951811,-118.81557,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2831,32,118,365,0,1,"","","Certification not required",0,46.747792,24.060509,104,"2013-07-20 14:00",103,"2013-07-20 13:00",103,"2013-07-21 13:00",103,"2013-07-21 14:00","","","","",99,96,92,85,64,42,18,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","62103",1,38.951811,-118.81557,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2831,32,118,365,0,1,"","","Certification not required",0,23.327799,13.516588,66,"2013-07-26 16:00",64,"2013-07-26 17:00",63,"2013-07-04 22:00",63,"2013-07-04 23:00","","","","",59,55,50,44,31,21,7,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","62201",1,38.951811,-118.81557,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2824,32,118,365,0,1,"","","Certification not required",0,48.691572,26.088845,100,"2013-01-07 09:00",100,"2013-01-07 10:00",100,"2013-01-07 11:00",100,"2013-01-07 12:00","","","","",100,99,94,90,68,46,16,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","63301",1,38.951811,-118.81557,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",2831,32,118,365,0,1,"","","Certification not required",1464,0.224694,0.312608,1.13,"2013-07-22 11:00",1.11,"2013-07-10 12:00",1.11,"2013-07-17 11:00",1.11,"2013-07-17 12:00","","","","",1.06,1.03,0.9,0.76,0.41,0.005,0.005,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","64101",1,38.951811,-118.81557,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",2826,32,118,365,0,6,"","","Certification not required",0,892.445506,5.890509,909,"2013-01-16 00:00",909,"2013-01-16 01:00",909,"2013-01-16 02:00",909,"2013-01-16 03:00","","","","",906,905,902,900,897,892,885,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","65102",1,38.951811,-118.81557,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",2831,32,118,365,0,1,"","","Certification not required",0,0.000194,0.004195,0.18,"2013-07-26 15:00",0.08,"2013-07-27 17:00",0.07,"2013-07-04 17:00",0.05,"2013-03-03 14:00","","","","",0,0,0,0,0,0,0,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","81102",4,38.951811,-118.81557,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",2136,24,89,365,0,696,"","","Certification not required",0,8.204588,10.108952,204,"2013-03-20 17:00",168,"2013-03-20 16:00",111,"2013-02-17 12:00",88,"2013-02-10 15:00","","","","",43,31,22,17,10,6,1,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","021","1017","81102",4,38.951811,-118.81557,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",89,24,89,365,0,0,0,0,"Certification not required",0,7.719101,4.136832,26,"2013-03-20 00:00",21,"2013-02-17 00:00",19,"2013-03-08 00:00",16,"2013-03-07 00:00","","","","",26,21,16,12,10,7,3,"Walker River Paiute Tribe Air Quality Site","#1 Hospital Road Schurz NV 89427","Nevada","Mineral","Schurz","","2013-12-30" +"32","023","0011","81102",1,36.349408,-116.031976,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6265,72,258,365,0,1727,"","","Certification not required",632,15.302474,17.541703,364,"2013-09-18 03:00",310,"2013-09-18 02:00",276,"2013-04-14 23:00",273,"2013-09-18 04:00","","","","",80,57,39,29,18,11,2,"LINDA STREET","8825 NORTH LINDA STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0011","81102",1,36.349408,-116.031976,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6289,72,258,365,24,1727,"","","Certification not required",632,15.878041,20.468532,364,"2013-09-18 03:00",329,"2013-04-15 02:00",310,"2013-09-18 02:00",303,"2013-04-15 00:00","","","","",94,62,40,29,19,11,2,"LINDA STREET","8825 NORTH LINDA STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0011","81102",1,36.349408,-116.031976,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6289,72,258,365,24,1727,"","","Certification not required",632,15.878041,20.468532,364,"2013-09-18 03:00",329,"2013-04-15 02:00",310,"2013-09-18 02:00",303,"2013-04-15 00:00","","","","",94,62,40,29,19,11,2,"LINDA STREET","8825 NORTH LINDA STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0011","81102",1,36.349408,-116.031976,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",258,71,258,365,0,0,1,1,"Certification not required",0,15.531008,14.949233,166,"2013-04-15 00:00",111,"2013-09-18 00:00",69,"2013-04-14 00:00",67,"2013-09-25 00:00","","","","",69,49,36,25,18,13,5,"LINDA STREET","8825 NORTH LINDA STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0011","81102",1,36.349408,-116.031976,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",258,71,258,365,0,0,1,1,"Certification not required",0,15.531008,14.949233,166,"2013-04-15 00:00",111,"2013-09-18 00:00",69,"2013-04-14 00:00",67,"2013-09-25 00:00","","","","",69,49,36,25,18,13,5,"LINDA STREET","8825 NORTH LINDA STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0011","81102",1,36.349408,-116.031976,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",257,71,258,365,0,0,0,0,"Certification not required",0,14.945525,11.643339,111,"2013-09-18 00:00",69,"2013-04-14 00:00",67,"2013-09-25 00:00",53,"2013-05-22 00:00","","","","",67,46,35,25,18,13,5,"LINDA STREET","8825 NORTH LINDA STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0013","81102",1,36.159639,-115.996263,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7621,87,315,365,0,371,"","","Certification not required",648,17.732975,21.469809,571,"2013-08-18 14:00",367,"2013-09-18 02:00",356,"2013-07-28 13:00",346,"2013-09-18 01:00","","","","",88,64,43,32,22,13,4,"OUR LADY OF THE VALLEY CATHOLIC CHURCH","781 E. GAMEBIRD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0013","81102",1,36.159639,-115.996263,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7645,87,315,365,24,371,"","","Certification not required",648,18.296664,24.822392,571,"2013-08-18 14:00",489,"2013-04-15 00:00",435,"2013-04-15 16:00",427,"2013-04-15 03:00","","","","",107,68,44,33,22,13,4,"OUR LADY OF THE VALLEY CATHOLIC CHURCH","781 E. GAMEBIRD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0013","81102",1,36.159639,-115.996263,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7645,87,315,365,24,371,"","","Certification not required",648,18.296664,24.822392,571,"2013-08-18 14:00",489,"2013-04-15 00:00",435,"2013-04-15 16:00",427,"2013-04-15 03:00","","","","",107,68,44,33,22,13,4,"OUR LADY OF THE VALLEY CATHOLIC CHURCH","781 E. GAMEBIRD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0013","81102",1,36.159639,-115.996263,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",315,86,315,365,0,0,1,1,"Certification not required",0,17.707937,15.842088,197,"2013-04-15 00:00",107,"2013-10-28 00:00",100,"2013-09-18 00:00",89,"2013-04-14 00:00","","","","",89,49,36,28,21,14,7,"OUR LADY OF THE VALLEY CATHOLIC CHURCH","781 E. GAMEBIRD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0013","81102",1,36.159639,-115.996263,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",315,86,315,365,0,0,1,1,"Certification not required",0,17.707937,15.842088,197,"2013-04-15 00:00",107,"2013-10-28 00:00",100,"2013-09-18 00:00",89,"2013-04-14 00:00","","","","",89,49,36,28,21,14,7,"OUR LADY OF THE VALLEY CATHOLIC CHURCH","781 E. GAMEBIRD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0013","81102",1,36.159639,-115.996263,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",314,86,315,365,0,0,0,0,"Certification not required",0,17.136943,12.196096,107,"2013-10-28 00:00",100,"2013-09-18 00:00",89,"2013-04-14 00:00",65,"2013-09-25 00:00","","","","",65,47,36,28,20,14,7,"OUR LADY OF THE VALLEY CATHOLIC CHURCH","781 E. GAMEBIRD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0014","81102",1,36.212787,-115.994802,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7710,88,319,365,0,282,"","","Certification not required",208,23.416342,30.138779,807,"2013-09-08 20:00",686,"2013-08-24 12:00",606,"2013-04-08 13:00",427,"2013-10-03 17:00","","","","",141,93,56,40,27,17,7,"MANSE ELEMENTARY SCHOOL","1020 E. WILSON ROAD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0014","81102",1,36.212787,-115.994802,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7734,88,319,365,24,282,"","","Certification not required",208,24.023532,32.785297,807,"2013-09-08 20:00",686,"2013-08-24 12:00",606,"2013-04-08 13:00",447,"2013-04-15 01:00","","","","",158,108,57,40,27,17,7,"MANSE ELEMENTARY SCHOOL","1020 E. WILSON ROAD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0014","81102",1,36.212787,-115.994802,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7734,88,319,365,24,282,"","","Certification not required",208,24.023532,32.785297,807,"2013-09-08 20:00",686,"2013-08-24 12:00",606,"2013-04-08 13:00",447,"2013-04-15 01:00","","","","",158,108,57,40,27,17,7,"MANSE ELEMENTARY SCHOOL","1020 E. WILSON ROAD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0014","81102",1,36.212787,-115.994802,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",319,87,319,365,0,0,1,1,"Certification not required",0,23.680251,19.78782,219,"2013-04-15 00:00",153,"2013-04-08 00:00",131,"2013-10-28 00:00",111,"2013-09-18 00:00","","","","",111,86,51,36,27,20,11,"MANSE ELEMENTARY SCHOOL","1020 E. WILSON ROAD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0014","81102",1,36.212787,-115.994802,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",318,87,319,365,0,0,0,0,"Certification not required",0,23.066038,16.494489,153,"2013-04-08 00:00",131,"2013-10-28 00:00",111,"2013-09-18 00:00",93,"2013-10-03 00:00","","","","",93,76,49,36,27,20,11,"MANSE ELEMENTARY SCHOOL","1020 E. WILSON ROAD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0014","81102",1,36.212787,-115.994802,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",319,87,319,365,0,0,1,1,"Certification not required",0,23.680251,19.78782,219,"2013-04-15 00:00",153,"2013-04-08 00:00",131,"2013-10-28 00:00",111,"2013-09-18 00:00","","","","",111,86,51,36,27,20,11,"MANSE ELEMENTARY SCHOOL","1020 E. WILSON ROAD","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0015","81102",1,36.193469,-116.007584,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Excluded",7637,87,321,365,0,355,"","","Certification not required",628,19.434595,27.264066,648,"2013-08-23 17:00",600,"2013-11-10 17:00",513,"2013-10-28 14:00",454,"2013-08-25 14:00","","","","",122,86,49,35,23,14,4,"GLENOAKS WASTEWATER TREATMENT PLANT (UTILITIES, INC. PLANT NO. 3)","410 SOUTH GLENOAKS STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0015","81102",1,36.193469,-116.007584,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",7661,87,321,365,24,355,"","","Certification not required",628,19.941783,29.474337,648,"2013-08-23 17:00",600,"2013-11-10 17:00",513,"2013-10-28 14:00",454,"2013-08-25 14:00","","","","",135,91,51,35,23,14,4,"GLENOAKS WASTEWATER TREATMENT PLANT (UTILITIES, INC. PLANT NO. 3)","410 SOUTH GLENOAKS STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0015","81102",1,36.193469,-116.007584,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",7661,87,321,365,24,355,"","","Certification not required",628,19.941783,29.474337,648,"2013-08-23 17:00",600,"2013-11-10 17:00",513,"2013-10-28 14:00",454,"2013-08-25 14:00","","","","",135,91,51,35,23,14,4,"GLENOAKS WASTEWATER TREATMENT PLANT (UTILITIES, INC. PLANT NO. 3)","410 SOUTH GLENOAKS STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0015","81102",1,36.193469,-116.007584,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",320,88,321,365,0,0,0,0,"Certification not required",0,18.928125,14.212598,141,"2013-10-28 00:00",103,"2013-09-18 00:00",91,"2013-04-08 00:00",81,"2013-04-14 00:00","","","","",81,58,42,30,22,16,8,"GLENOAKS WASTEWATER TREATMENT PLANT (UTILITIES, INC. PLANT NO. 3)","410 SOUTH GLENOAKS STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0015","81102",1,36.193469,-116.007584,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",321,88,321,365,0,0,1,1,"Certification not required",0,19.433022,16.828437,181,"2013-04-15 00:00",141,"2013-10-28 00:00",103,"2013-09-18 00:00",91,"2013-04-08 00:00","","","","",91,61,42,30,22,16,8,"GLENOAKS WASTEWATER TREATMENT PLANT (UTILITIES, INC. PLANT NO. 3)","410 SOUTH GLENOAKS STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","023","0015","81102",1,36.193469,-116.007584,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",321,88,321,365,0,0,1,1,"Certification not required",0,19.433022,16.828437,181,"2013-04-15 00:00",141,"2013-10-28 00:00",103,"2013-09-18 00:00",91,"2013-04-08 00:00","","","","",91,61,42,30,22,16,8,"GLENOAKS WASTEWATER TREATMENT PLANT (UTILITIES, INC. PLANT NO. 3)","410 SOUTH GLENOAKS STREET","Nevada","Nye","Pahrump","Pahrump, NV","2014-01-09" +"32","031","0016","42101",1,39.525083,-119.807717,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7693,88,325,365,0,323,0,0,"Certification not required",1,0.268583,0.215207,2.469,"2013-11-23 00:00",2.335,"2013-11-22 22:00",2.185,"2013-11-22 23:00",1.989,"2013-11-22 21:00","","","","",1.055,0.925,0.712,0.537,0.314,0.185,0.115,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42101",1,39.525083,-119.807717,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7693,88,318,365,0,0,0,0,"Certification not required",0,0.267711,0.183554,1.9,"2013-11-23 01:00",1.9,"2013-11-23 02:00",1.9,"2013-11-23 03:00",1.9,"2013-11-23 04:00",1.9,"2013-11-23 01:00",1.6,"2013-01-08 00:00",0.9,0.8,0.6,0.5,0.3,0.2,0.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42401",1,39.525083,-119.807717,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7658,87,322,365,0,358,0,"","Certification not required",0,1.14472,1.039914,5.7,"2013-01-08 06:00",5.4,"2013-11-23 00:00",5.1,"2013-11-22 22:00",5,"2013-11-07 10:00","","","","",5,4.4,3.3,2.5,1.6,0.7,0.3,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42401",1,39.525083,-119.807717,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7658,87,322,365,0,358,"","","Certification not required",0,0.410264,0.5563,5.7,"2013-01-08 06:00",5.4,"2013-11-23 00:00",5.1,"2013-11-22 22:00",5,"2013-11-07 10:00","","","","",2.8,2.2,1.5,1,0.5,0.3,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42401",1,39.525083,-119.807717,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",322,88,322,365,0,0,0,"","Certification not required",0,0.411801,0.404165,2.6,"2013-01-08 00:00",2.4,"2013-01-07 00:00",2.2,"2013-11-23 00:00",1.9,"2013-01-22 00:00","","","","",1.9,1.6,1.3,0.9,0.5,0.3,0.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42401",1,39.525083,-119.807717,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2510,86,316,365,0,0,"",0,"Certification not required",0,0.379363,0.510945,4.9,"2013-11-22 23:00",4.6,"2013-11-07 11:00",4.4,"2013-01-07 23:00",3.8,"2013-02-05 08:00","","","","",2.5,2,1.5,0.9,0.4,0.2,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42401",2,39.525083,-119.807717,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",90230,86,321,365,0,5962,"","","Certification not required",0,0.411278,0.581123,7.4,"2013-02-05 09:35",7.3,"2013-07-10 07:25",6.8,"2013-02-05 09:30",6.6,"2013-02-05 09:40","","","","",2.9,2.3,1.5,1,0.5,0.3,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","42600",1,39.525083,-119.807717,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7741,88,333,365,0,275,"","","Certification not required",0,23.089291,28.262247,250.3,"2013-11-23 00:00",245.8,"2013-01-08 06:00",238.3,"2013-11-07 09:00",237.2,"2013-01-22 08:00","","","","",132.4,112.2,83.9,57.5,28,11.4,4.4,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42601",1,39.525083,-119.807717,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7822,89,332,365,0,194,"","","Certification not required",0,9.230555,19.469122,213.4,"2013-11-23 00:00",205.2,"2013-01-08 06:00",192,"2013-11-07 09:00",191.7,"2013-01-22 08:00","","","","",93.2,74.9,48.8,26.2,6.7,2,0.5,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42601",2,39.525083,-119.807717,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6324,72,272,365,0,228,"","","Certification not required",0,10.067125,20.329239,206.7,"2013-11-23 00:00",194.8,"2013-01-08 06:00",191.3,"2013-11-07 09:00",188.3,"2013-01-22 08:00","","","","",98.8,78.1,53.6,30.3,8.2,2.1,0.4,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42602",1,39.525083,-119.807717,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7822,89,332,365,0,194,0,"","Certification not required",0,28.983434,11.677134,56.6,"2013-01-08 09:00",55.3,"2013-08-29 08:00",54.7,"2013-11-07 11:00",51.1,"2013-01-07 19:00","","","","",51.1,49.6,46.5,44.2,38.7,28.9,12.6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42602",1,39.525083,-119.807717,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7822,89,332,365,0,194,"","","Certification not required",0,14.495947,11.398163,56.6,"2013-01-08 09:00",55.7,"2013-01-08 10:00",55.3,"2013-08-29 08:00",54.7,"2013-11-07 11:00","","","","",44.3,41.8,37.7,32.9,21.8,9.9,3.7,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42603",1,39.525083,-119.807717,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7706,88,327,365,0,310,"","","Certification not required",0,23.524436,28.443188,253.7,"2013-01-08 06:00",249.6,"2013-11-23 00:00",242.7,"2013-01-08 08:00",238.3,"2013-01-22 08:00","","","","",132.9,111.7,84.9,58.3,28.4,11.8,4.7,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","42612",1,39.525083,-119.807717,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7741,88,333,365,0,275,"","","Certification not required",0,14.309611,11.784451,58.3,"2013-01-08 09:00",57.6,"2013-01-08 10:00",56.8,"2013-01-08 08:00",55.7,"2013-11-07 12:00","","","","",46.4,43.1,38.4,33.4,21.4,9.5,3.3,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","44201",1,39.525083,-119.807717,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7880,90,328,365,0,136,0,0,"Certification not required",1008,0.049674,0.013755,0.086,"2013-07-21 10:00",0.084,"2013-08-22 14:00",0.081,"2013-07-20 12:00",0.081,"2013-08-27 12:00","","","","",0.081,0.076,0.07,0.067,0.059,0.05,0.032,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","44201",1,39.525083,-119.807717,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7875,89,324,365,0,0,0,0,"Certification not required",0,0.043213,0.013996,0.073,"2013-07-21 09:00",0.071,"2013-07-20 09:00",0.069,"2013-07-18 11:00",0.069,"2013-08-22 11:00","","","","",0.069,0.065,0.061,0.059,0.053,0.045,0.022,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","44201",1,39.525083,-119.807717,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7875,89,324,365,0,0,0,0,"Certification not required",0,0.043213,0.013996,0.073,"2013-07-21 09:00",0.071,"2013-07-20 09:00",0.069,"2013-07-18 11:00",0.069,"2013-08-22 11:00","","","","",0.069,0.065,0.061,0.059,0.053,0.045,0.022,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","61101",1,39.525083,-119.807717,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",1464,66,61,92,0,0,"","","Certification not required",0,2.681899,1.385732,10.5,"2013-10-27 14:00",9.5,"2013-10-27 13:00",8.4,"2013-10-27 12:00",7.8,"2013-11-16 09:00","","","","",7,6.6,5.2,4.5,3.5,2.5,1.2,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","61102",1,39.525083,-119.807717,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",1464,66,61,92,0,0,"","","Certification not required",0,201.368852,57.671026,316,"2013-11-20 17:00",314,"2013-10-19 18:00",313,"2013-11-20 21:00",312,"2013-10-02 23:00","","","","",302,296,281,258,243,226,117,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","61103",1,39.525083,-119.807717,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",6537,75,273,365,0,15,"","","Certification not required",0,3.285391,1.813481,12.4,"2013-09-24 14:00",11.8,"2013-03-20 12:00",11.8,"2013-03-20 15:00",11.7,"2013-04-07 14:00","","","","",8.4,8,7,6,4.3,2.9,1.4,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2013-12-06" +"32","031","0016","61104",1,39.525083,-119.807717,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",6535,75,273,365,0,17,"","","Certification not required",0,212.003565,52.23523,332.4,"2013-01-27 17:00",329.6,"2013-01-11 21:00",329,"2013-01-27 16:00",322.7,"2013-01-27 15:00","","","","",305.2,298,283.7,266,248,230.3,132.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2013-12-06" +"32","031","0016","62101",1,39.525083,-119.807717,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8003,91,334,365,0,13,"","","Certification not required",0,55.716106,18.175637,101,"2013-07-02 14:00",101,"2013-07-20 14:00",101,"2013-07-21 14:00",101,"2013-07-21 15:00","","","","",94,91,86,81,69,55,32,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","62201",1,39.525083,-119.807717,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",5993,68,249,365,0,2023,"","","Certification not required",0,44.202737,20.173656,97,"2013-11-20 04:00",96,"2013-05-07 04:00",96,"2013-05-07 05:00",96,"2013-11-20 03:00","","","","",89,86,79,73,59,43,18,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","68103",5,39.525083,-119.807717,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,5.706667,7.752273,20.6,"2013-07-21 00:00",18.5,"2013-06-30 00:00",17.9,"2013-07-24 00:00",17.8,"2013-09-01 00:00","","","","",18.5,17.9,17.2,15.6,12.1,6,-5.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","68104",5,39.525083,-119.807717,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,21.506731,10.48285,39.9,"2013-06-30 00:00",39.9,"2013-07-21 00:00",37.8,"2013-07-18 00:00",37.2,"2013-07-03 00:00","","","","",39.9,37.8,35.9,35.2,31,21.4,7.2,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","68105",1,39.525083,-119.807717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",10,11.973554,9.38297,30.8,"2013-07-21 00:00",28.9,"2013-06-30 00:00",27.2,"2013-07-03 00:00",27,"2013-07-18 00:00","","","","",28.9,27.2,26.2,24.8,21,11.9,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","68105",2,39.525083,-119.807717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",9,12.157025,9.329548,30.9,"2013-07-21 00:00",29,"2013-06-30 00:00",27.3,"2013-07-03 00:00",27.1,"2013-07-18 00:00","","","","",29,27.3,26.4,24.9,21.1,11.7,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","68105",5,39.525083,-119.807717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,13.270476,9.148707,30.9,"2013-07-21 00:00",29.2,"2013-06-30 00:00",27.4,"2013-07-03 00:00",27.2,"2013-07-18 00:00","","","","",29.2,27.4,26.3,25.2,21.3,13.1,0.2,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","68106",5,39.525083,-119.807717,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,644.361905,3.63774,657,"2013-01-16 00:00",652,"2013-01-19 00:00",651,"2013-02-15 00:00",650,"2013-01-04 00:00","","","","",652,651,650,649,647,644,640,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","68107",5,39.525083,-119.807717,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,647.914286,3.414095,660,"2013-01-16 00:00",655,"2013-01-19 00:00",655,"2013-02-15 00:00",654,"2013-01-31 00:00","","","","",655,655,653,652,650,648,644,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","68108",1,39.525083,-119.807717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,645.066116,3.756629,656,"2013-01-16 00:00",654,"2013-12-15 00:00",653,"2013-12-24 00:00",652,"2013-01-19 00:00","","","","",654,653,651,650,648,645,640,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","68108",2,39.525083,-119.807717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,644.256198,3.629805,655,"2013-01-16 00:00",653,"2013-12-15 00:00",652,"2013-12-24 00:00",651,"2013-01-19 00:00","","","","",653,652,650,649,647,644,640,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","68108",5,39.525083,-119.807717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,645.752381,3.413156,657,"2013-01-16 00:00",653,"2013-01-19 00:00",652,"2013-02-15 00:00",652,"2013-10-04 00:00","","","","",653,652,651,650,648,646,641,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","81102",1,39.525083,-119.807717,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",118,98,60,61,0,4,0,0,"Certification not required",1,25.466102,18.671099,117,"2013-08-23 00:00",89,"2013-12-18 00:00",81,"2013-12-27 00:00",71,"2013-01-07 00:00","","","","",89,81,68,49,29,21,9,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","81102",2,39.525083,-119.807717,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6469,74,271,365,0,79,"","","Certification not required",207,22.712784,23.006171,415,"2013-07-09 16:00",269,"2013-08-27 11:00",264,"2013-09-17 21:00",241,"2013-08-22 14:00","","","","",113,92,68,48,26,16,6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2013-12-31" +"32","031","0016","81102",2,39.525083,-119.807717,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,22.276753,16.6798,121,"2013-08-23 00:00",107,"2013-08-27 00:00",84,"2013-08-24 00:00",84,"2013-08-28 00:00","","","","",84,68,53,45,26,17,8,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2013-12-31" +"32","031","0016","85101",1,39.525083,-119.807717,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,100,60,61,0,4,"","","Certification not required",1,22.813559,17.141916,100,"2013-08-23 00:00",82,"2013-12-18 00:00",75,"2013-12-27 00:00",67,"2013-01-07 00:00","","","","",82,75,63,47,27,18,8,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","85101",2,39.525083,-119.807717,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7854,90,329,365,0,162,"","","Certification not required",223,20.904125,21.088617,706,"2013-10-27 20:00",349,"2013-07-09 16:00",235,"2013-09-17 21:00",228,"2013-08-27 11:00","","","","",96,81,59,43,25,15,6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","86101",1,39.525083,-119.807717,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","BGI Inc Model PQ200 PM10-2.5 Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",118,100,60,61,0,4,"","","Certification not required",0,13.222881,8.174825,44.7,"2013-12-18 00:00",44.6,"2013-12-27 00:00",41.2,"2013-12-30 00:00",37.8,"2013-01-07 00:00","","","","",44.6,41.2,31.6,21.2,15.6,11.1,5.6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","86101",2,39.525083,-119.807717,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7841,90,328,365,0,175,"","","Certification not required",0,11.725545,13.314983,556.2,"2013-10-27 20:00",261.8,"2013-07-09 16:00",192.5,"2013-09-17 21:00",158.7,"2013-10-19 07:00","","","","",56,44.1,33,23.8,14.8,8.7,2.3,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",1,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",111,99,121,122,0,1,2,2,"Certification not required",0,8.193694,7.853526,37.5,"2013-12-18 00:00",36.1,"2013-12-12 00:00",31.3,"2013-12-27 00:00",29.5,"2013-01-07 00:00","","","","",36.1,31.3,28.8,18.5,7.6,5.2,1.4,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",1,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",121,99,121,122,10,1,4,4,"Certification not required",0,9.954545,10.935279,81.3,"2013-08-23 00:00",37.5,"2013-12-18 00:00",36.5,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",37.5,36.5,29.4,26.6,10.9,5.8,2.6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",1,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",121,99,121,122,10,1,4,4,"Certification not required",0,9.954545,10.935279,81.3,"2013-08-23 00:00",37.5,"2013-12-18 00:00",36.5,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",37.5,36.5,29.4,26.6,10.9,5.8,2.6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",1,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",121,99,121,122,10,1,"","","Certification not required",0,9.954545,10.935279,81.3,"2013-08-23 00:00",37.5,"2013-12-18 00:00",36.5,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",37.5,36.5,29.4,26.6,10.9,5.8,2.6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",1,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",111,99,121,122,0,1,"","","Certification not required",0,8.193694,7.853526,37.5,"2013-12-18 00:00",36.1,"2013-12-12 00:00",31.3,"2013-12-27 00:00",29.5,"2013-01-07 00:00","","","","",36.1,31.3,28.8,18.5,7.6,5.2,1.4,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",1,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",121,99,121,122,10,1,"","","Certification not required",0,9.954545,10.935279,81.3,"2013-08-23 00:00",37.5,"2013-12-18 00:00",36.5,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",37.5,36.5,29.4,26.6,10.9,5.8,2.6,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",2,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",121,100,61,61,10,1,4,4,"Certification not required",0,10.024793,11.043824,82.3,"2013-08-23 00:00",37.9,"2013-12-18 00:00",36.6,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",82.3,37.9,36.1,30,22.6,10.8,6.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",2,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",111,100,61,61,0,1,2,2,"Certification not required",0,8.246847,7.916815,37.9,"2013-12-18 00:00",36.1,"2013-12-12 00:00",32.1,"2013-12-27 00:00",30,"2013-01-07 00:00","","","","",37.9,36.1,30,28.6,14.5,7.7,5.5,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",2,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",121,100,61,61,10,1,4,4,"Certification not required",0,10.024793,11.043824,82.3,"2013-08-23 00:00",37.9,"2013-12-18 00:00",36.6,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",82.3,37.9,36.1,30,22.6,10.8,6.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",2,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",121,100,61,61,10,1,"","","Certification not required",0,10.024793,11.043824,82.3,"2013-08-23 00:00",37.9,"2013-12-18 00:00",36.6,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",82.3,37.9,36.1,30,22.6,10.8,6.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",2,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",121,100,61,61,10,1,"","","Certification not required",0,10.024793,11.043824,82.3,"2013-08-23 00:00",37.9,"2013-12-18 00:00",36.6,"2013-08-29 00:00",36.1,"2013-12-12 00:00","","","","",82.3,37.9,36.1,30,22.6,10.8,6.1,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",2,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",111,100,61,61,0,1,"","","Certification not required",0,8.246847,7.916815,37.9,"2013-12-18 00:00",36.1,"2013-12-12 00:00",32.1,"2013-12-27 00:00",30,"2013-01-07 00:00","","","","",37.9,36.1,30,28.6,14.5,7.7,5.5,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7157,90,332,365,0,143,"","","Certification not required",0,7.093419,7.777638,150.1,"2013-10-27 20:00",86.8,"2013-07-09 16:00",58,"2013-01-08 11:00",54,"2013-01-07 21:00","","","","",35.3,30,21.4,16,8.9,4.8,-4.4,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7873,90,332,365,716,143,"","","Certification not required",0,9.160625,13.14541,208.9,"2013-08-27 11:00",174.7,"2013-08-22 14:00",153.4,"2013-08-23 12:00",152.9,"2013-08-27 12:00","","","","",63.2,47,31,21,10.7,5.8,0.2,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7873,90,332,365,716,143,"","","Certification not required",0,9.160625,13.14541,208.9,"2013-08-27 11:00",174.7,"2013-08-22 14:00",153.4,"2013-08-23 12:00",152.9,"2013-08-27 12:00","","","","",63.2,47,31,21,10.7,5.8,0.2,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",328,90,328,365,0,0,6,6,"Certification not required",0,9.146037,10.354939,89.4,"2013-08-23 00:00",74.8,"2013-08-27 00:00",63.5,"2013-08-24 00:00",57.3,"2013-08-28 00:00","","","","",57.3,32.8,29.5,22,10.3,6.2,1.9,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",328,90,328,365,0,0,6,6,"Certification not required",0,9.146037,10.354939,89.4,"2013-08-23 00:00",74.8,"2013-08-27 00:00",63.5,"2013-08-24 00:00",57.3,"2013-08-28 00:00","","","","",57.3,32.8,29.5,22,10.3,6.2,1.9,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",298,90,328,365,0,0,0,0,"Certification not required",0,7.055705,5.753797,31.8,"2013-01-08 00:00",30.7,"2013-01-04 00:00",30.1,"2013-01-07 00:00",29.6,"2013-01-19 00:00","","","","",29.6,27.1,19,11.9,8,5.4,-0.3,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",298,90,328,365,0,0,"","","Certification not required",0,7.055705,5.753797,31.8,"2013-01-08 00:00",30.7,"2013-01-04 00:00",30.1,"2013-01-07 00:00",29.6,"2013-01-19 00:00","","","","",29.6,27.1,19,11.9,8,5.4,-0.3,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",328,90,328,365,0,0,"","","Certification not required",0,9.146037,10.354939,89.4,"2013-08-23 00:00",74.8,"2013-08-27 00:00",63.5,"2013-08-24 00:00",57.3,"2013-08-28 00:00","","","","",57.3,32.8,29.5,22,10.3,6.2,1.9,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88101",3,39.525083,-119.807717,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",328,90,328,365,0,0,"","","Certification not required",0,9.146037,10.354939,89.4,"2013-08-23 00:00",74.8,"2013-08-27 00:00",63.5,"2013-08-24 00:00",57.3,"2013-08-28 00:00","","","","",57.3,32.8,29.5,22,10.3,6.2,1.9,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0016","88102",5,39.525083,-119.807717,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",97,0.020033,0.007127,0.048,"2013-09-01 00:00",0.044,"2013-04-19 00:00",0.043,"2013-04-28 00:00",0.042,"2013-06-03 00:00","","","","",0.044,0.043,0.028,0.026,0.021,0.0195,0.014,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88103",5,39.525083,-119.807717,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000333,0.000805,0.004,"2013-02-18 00:00",0.004,"2013-02-21 00:00",0.004,"2013-06-21 00:00",0.002,"2013-01-19 00:00","","","","",0.004,0.004,0.002,0.001,0,0,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88104",5,39.525083,-119.807717,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",30,0.052333,0.049473,0.231,"2013-07-27 00:00",0.215,"2013-05-13 00:00",0.193,"2013-07-09 00:00",0.167,"2013-04-28 00:00","","","","",0.215,0.193,0.159,0.122,0.072,0.036,0.0065,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88107",5,39.525083,-119.807717,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.007752,0.007602,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88109",5,39.525083,-119.807717,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",47,0.001868,0.001106,0.0049,"2013-08-23 00:00",0.0046,"2013-05-31 00:00",0.0042,"2013-01-31 00:00",0.0042,"2013-09-16 00:00","","","","",0.0046,0.0042,0.0041,0.0035,0.0027,0.0014,0.00065,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88110",5,39.525083,-119.807717,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001457,0.003976,0.025,"2013-04-19 00:00",0.018,"2013-06-09 00:00",0.016,"2013-07-30 00:00",0.013,"2013-01-04 00:00","","","","",0.018,0.016,0.008,0.005,0,0,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88111",5,39.525083,-119.807717,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",7,0.041888,0.049411,0.408,"2013-07-09 00:00",0.175,"2013-01-22 00:00",0.151,"2013-04-28 00:00",0.145,"2013-01-07 00:00","","","","",0.175,0.151,0.125,0.081,0.0467,0.0301,0.0097,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88112",5,39.525083,-119.807717,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.005781,0.019937,0.14,"2013-09-25 00:00",0.107,"2013-09-22 00:00",0.1,"2013-10-10 00:00",0.054,"2013-09-19 00:00","","","","",0.107,0.1,0.008,0.006,0.004,0.002,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88113",5,39.525083,-119.807717,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",96,0.000772,0.000326,0.0027,"2013-01-22 00:00",0.0019,"2013-11-12 00:00",0.0016,"2013-01-01 00:00",0.0016,"2013-01-04 00:00","","","","",0.0019,0.0016,0.0016,0.001,0.0007,0.0007,0.00055,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88114",5,39.525083,-119.807717,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",62,0.002537,0.004777,0.045,"2013-02-18 00:00",0.0155,"2013-07-27 00:00",0.0116,"2013-05-13 00:00",0.0091,"2013-08-23 00:00","","","","",0.0155,0.0116,0.0068,0.0047,0.002,0.00125,0.0008,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88115",5,39.525083,-119.807717,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",70,0.016947,0.040305,0.258,"2013-01-22 00:00",0.188,"2013-01-16 00:00",0.169,"2013-01-07 00:00",0.158,"2013-01-13 00:00","","","","",0.188,0.169,0.0992,0.0263,0.0086,0.00405,0.0025,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88117",5,39.525083,-119.807717,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.008021,0.012167,0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-05-19 00:00","","","","",0.0435,0.0435,0.0435,0.043,0.00485,0.0041,0.0028,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88118",5,39.525083,-119.807717,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.009965,0.006869,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88126",5,39.525083,-119.807717,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.089975,0.107472,1.05,"2013-02-18 00:00",0.294,"2013-11-12 00:00",0.283,"2013-01-22 00:00",0.263,"2013-01-07 00:00","","","","",0.294,0.283,0.183,0.132,0.103,0.0701,0.0327,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88128",5,39.525083,-119.807717,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.0004,0.000967,0.005,"2013-01-07 00:00",0.005,"2013-08-23 00:00",0.005,"2013-11-06 00:00",0.003,"2013-02-27 00:00","","","","",0.005,0.005,0.002,0.001,0,0,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88131",5,39.525083,-119.807717,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",102,0.009905,0.003445,0.018,"2013-01-31 00:00",0.018,"2013-07-24 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88132",5,39.525083,-119.807717,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.002,0.002971,0.025,"2013-11-12 00:00",0.01,"2013-02-18 00:00",0.01,"2013-10-19 00:00",0.006,"2013-08-23 00:00","","","","",0.01,0.01,0.005,0.004,0.003,0.001,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88136",5,39.525083,-119.807717,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000371,0.001021,0.008,"2013-02-18 00:00",0.004,"2013-08-17 00:00",0.002,"2013-02-21 00:00",0.002,"2013-04-04 00:00","","","","",0.004,0.002,0.002,0.001,0,0,0,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88140",5,39.525083,-119.807717,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",94,0.00834,0.005407,0.033,"2013-10-16 00:00",0.029,"2013-06-21 00:00",0.029,"2013-07-24 00:00",0.024,"2013-02-21 00:00","","","","",0.029,0.029,0.02,0.012,0.009,0.006,0.00475,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88152",5,39.525083,-119.807717,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.005484,0.001553,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-03-11 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88154",5,39.525083,-119.807717,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.001071,0.000256,0.0016,"2013-08-05 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00",0.0013,"2013-01-13 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88160",5,39.525083,-119.807717,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",98,0.01359,0.00542,0.041,"2013-02-06 00:00",0.04,"2013-05-13 00:00",0.022,"2013-06-18 00:00",0.021,"2013-04-19 00:00","","","","",0.04,0.022,0.021,0.018,0.016,0.01,0.01,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88161",5,39.525083,-119.807717,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",60,0.007123,0.012641,0.1,"2013-10-22 00:00",0.0644,"2013-11-12 00:00",0.0478,"2013-09-10 00:00",0.0289,"2013-01-22 00:00","","","","",0.0644,0.0478,0.0231,0.014,0.006,0.00265,0.0021,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88164",5,39.525083,-119.807717,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.001584,0.000347,0.0039,"2013-03-14 00:00",0.00195,"2013-10-10 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00","","","","",0.00195,0.0019,0.0019,0.0019,0.0016,0.0016,0.00095,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88165",5,39.525083,-119.807717,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.152257,0.126931,0.751,"2013-07-09 00:00",0.613,"2013-01-22 00:00",0.514,"2013-01-07 00:00",0.505,"2013-04-28 00:00","","","","",0.613,0.514,0.417,0.32,0.176,0.111,0.044,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88166",5,39.525083,-119.807717,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.007882,0.004583,0.019,"2013-02-09 00:00",0.019,"2013-02-24 00:00",0.019,"2013-09-04 00:00",0.019,"2013-10-04 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88167",5,39.525083,-119.807717,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",56,0.003741,0.006767,0.065,"2013-01-04 00:00",0.0182,"2013-01-22 00:00",0.0145,"2013-01-25 00:00",0.0143,"2013-01-07 00:00","","","","",0.0182,0.0145,0.0105,0.0072,0.0039,0.00175,0.001,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88168",5,39.525083,-119.807717,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",98,0.001361,0.0008,0.0079,"2013-02-03 00:00",0.0036,"2013-11-12 00:00",0.0032,"2013-01-22 00:00",0.0026,"2013-05-25 00:00","","","","",0.0036,0.0032,0.0023,0.00175,0.00155,0.00115,0.00085,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88169",5,39.525083,-119.807717,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.175628,0.103486,0.688,"2013-09-04 00:00",0.457,"2013-08-23 00:00",0.396,"2013-10-10 00:00",0.395,"2013-05-01 00:00","","","","",0.457,0.396,0.338,0.304,0.232,0.161,0.0706,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88176",5,39.525083,-119.807717,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",100,0.001025,0.000302,0.0027,"2013-05-10 00:00",0.002,"2013-08-26 00:00",0.0017,"2013-04-13 00:00",0.0015,"2013-01-31 00:00","","","","",0.002,0.0017,0.0013,0.0013,0.0013,0.001,0.0007,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88180",5,39.525083,-119.807717,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",3,0.055382,0.076458,0.74,"2013-08-23 00:00",0.205,"2013-08-29 00:00",0.15,"2013-08-20 00:00",0.129,"2013-07-09 00:00","","","","",0.205,0.15,0.124,0.107,0.0668,0.039,0.0149,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88184",5,39.525083,-119.807717,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",72,0.0389,0.039727,0.231,"2013-01-16 00:00",0.173,"2013-01-22 00:00",0.164,"2013-07-06 00:00",0.149,"2013-01-07 00:00","","","","",0.173,0.164,0.134,0.103,0.039,0.027,0.0155,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88185",5,39.525083,-119.807717,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.003436,0.003491,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-09 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88301",5,39.525083,-119.807717,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",4,0.366194,0.53244,3.08,"2013-01-04 00:00",2.86,"2013-01-22 00:00",2.85,"2013-01-19 00:00",1.91,"2013-01-07 00:00","","","","",2.86,2.85,1.46,0.491,0.336,0.226,0.061,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88302",5,39.525083,-119.807717,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",4,0.060317,0.044145,0.242,"2013-07-06 00:00",0.194,"2013-01-13 00:00",0.193,"2013-05-25 00:00",0.18,"2013-01-07 00:00","","","","",0.194,0.193,0.151,0.119,0.07,0.048,0.019,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88303",5,39.525083,-119.807717,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",53,0.03471,0.054241,0.466,"2013-08-23 00:00",0.163,"2013-01-04 00:00",0.16,"2013-01-07 00:00",0.159,"2013-08-29 00:00","","","","",0.163,0.16,0.122,0.071,0.04,0.012,0.007,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88306",5,39.525083,-119.807717,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.967448,1.884639,10.3,"2013-01-04 00:00",9.39,"2013-01-22 00:00",9.19,"2013-01-19 00:00",8.1,"2013-01-07 00:00","","","","",9.39,9.19,5.42,1.58,0.723,0.337,0.175,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88355",5,39.525083,-119.807717,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,3.291915,4.782124,38.5,"2013-08-23 00:00",17.8,"2013-08-29 00:00",15.5,"2013-08-14 00:00",15.2,"2013-08-26 00:00","","","","",17.8,15.5,13.2,6.73,2.87,1.8,0.9,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88357",5,39.525083,-119.807717,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.57884,0.700469,6.21,"2013-08-23 00:00",2.29,"2013-08-29 00:00",1.97,"2013-01-07 00:00",1.91,"2013-05-16 00:00","","","","",2.29,1.97,1.56,1.14,0.721,0.38,0.148,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88370",5,39.525083,-119.807717,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,3.164443,4.99551,41.8,"2013-08-23 00:00",18.6,"2013-08-29 00:00",15.1,"2013-08-14 00:00",14.7,"2013-08-26 00:00","","","","",18.6,15.1,12.9,5.85,2.73,1.62,0.847,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88374",5,39.525083,-119.807717,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.43267,0.82716,6.23,"2013-08-23 00:00",3.43,"2013-08-29 00:00",2.73,"2013-08-26 00:00",2.38,"2013-09-01 00:00","","","","",3.43,2.73,1.95,1.28,0.306,0.137,0.063,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88375",5,39.525083,-119.807717,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.835972,1.526418,13.4,"2013-08-23 00:00",5.19,"2013-08-29 00:00",4.62,"2013-08-14 00:00",4.35,"2013-08-26 00:00","","","","",5.19,4.62,3.54,1.41,0.657,0.43,0.221,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88376",5,39.525083,-119.807717,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.982349,1.128358,8.18,"2013-08-23 00:00",4.58,"2013-08-29 00:00",4.02,"2013-08-14 00:00",3.98,"2013-08-26 00:00","","","","",4.58,4.02,3.61,2.1,0.933,0.606,0.287,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88377",5,39.525083,-119.807717,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.437066,0.367503,1.84,"2013-01-07 00:00",1.42,"2013-01-22 00:00",1.39,"2013-08-26 00:00",1.29,"2013-08-11 00:00","","","","",1.42,1.39,1.25,1.1,0.526,0.285,0.144,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88378",5,39.525083,-119.807717,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",9,0.476462,1.388054,12.7,"2013-08-23 00:00",4.22,"2013-08-29 00:00",3.47,"2013-08-14 00:00",2.81,"2013-09-01 00:00","","","","",4.22,3.47,2.58,0.709,0.249,0.163,0.005,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88380",5,39.525083,-119.807717,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.706245,0.563588,2.92,"2013-08-23 00:00",2.19,"2013-01-07 00:00",2.17,"2013-01-04 00:00",2.1,"2013-05-16 00:00","","","","",2.19,2.17,1.99,1.5,0.975,0.524,0.185,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88383",5,39.525083,-119.807717,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,1.098075,1.710799,15.4,"2013-08-23 00:00",5.51,"2013-08-29 00:00",4.71,"2013-08-14 00:00",4.13,"2013-09-01 00:00","","","","",5.51,4.71,3.75,2.11,1.08,0.648,0.229,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88384",5,39.525083,-119.807717,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.083686,0.060008,0.435,"2013-05-10 00:00",0.237,"2013-05-13 00:00",0.232,"2013-08-23 00:00",0.206,"2013-08-29 00:00","","","","",0.237,0.232,0.18,0.172,0.105,0.063,0.0318,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88385",5,39.525083,-119.807717,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",93,0.001821,0.003048,0.0218,"2013-08-14 00:00",0.0184,"2013-08-23 00:00",0.0125,"2013-08-26 00:00",0.00896,"2013-10-10 00:00","","","","",0.0184,0.0125,0.00572,0.00304,0.001,0.001,0.001,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88388",5,39.525083,-119.807717,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",106,87,106,122,0,0,"","","Certification not required",0,0.603934,1.122768,9.4,"2013-08-23 00:00",3.87,"2013-08-14 00:00",3.44,"2013-09-01 00:00",3.43,"2013-08-29 00:00","","","","",3.87,3.44,2.85,1.04,0.479,0.313,0.143,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88403",5,39.525083,-119.807717,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.520902,0.30117,1.93,"2013-09-04 00:00",1.32,"2013-08-23 00:00",1.06,"2013-07-30 00:00",1.03,"2013-05-01 00:00","","","","",1.32,1.06,1.01,0.9,0.725,0.485,0.179,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0016","88502",5,39.525083,-119.807717,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,8.646667,9.942537,82.7,"2013-08-23 00:00",36.7,"2013-08-29 00:00",29.8,"2013-08-14 00:00",27.7,"2013-08-26 00:00","","","","",36.7,29.8,27.2,18.5,8.6,5.6,2.8,"Reno3","301 A STATE STREET, RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-14" +"32","031","0020","42101",1,39.469219,-119.775354,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7964,91,334,365,0,52,0,0,"Certification not required",7365,0.281661,0.132193,3.1,"2013-10-30 10:00",2.4,"2013-08-02 10:00",2.3,"2013-07-12 05:00",2.3,"2013-07-17 04:00","","","","",0.9,0.7,0.5,0.25,0.25,0.25,0.25,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0020","42101",1,39.469219,-119.775354,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7983,91,332,365,0,0,0,0,"Certification not required",0,0.322022,0.074841,1.1,"2013-01-08 07:00",1.1,"2013-01-08 08:00",1.1,"2013-01-08 09:00",1.1,"2013-01-08 10:00",1.1,"2013-01-08 07:00",1.1,"2013-08-23 11:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0020","44201",1,39.469219,-119.775354,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7936,91,333,365,0,80,0,0,"Certification not required",1223,0.048583,0.012265,0.081,"2013-08-23 13:00",0.078,"2013-08-22 13:00",0.074,"2013-07-18 16:00",0.073,"2013-07-21 10:00","","","","",0.073,0.07,0.068,0.063,0.058,0.049,0.033,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0020","44201",1,39.469219,-119.775354,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7940,90,328,365,0,0,0,0,"Certification not required",0,0.04271,0.012624,0.069,"2013-07-21 09:00",0.068,"2013-08-22 10:00",0.067,"2013-07-18 10:00",0.067,"2013-08-23 11:00","","","","",0.067,0.064,0.06,0.057,0.052,0.044,0.022,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0020","44201",1,39.469219,-119.775354,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7940,90,328,365,0,0,0,0,"Certification not required",0,0.04271,0.012624,0.069,"2013-07-21 09:00",0.068,"2013-08-22 10:00",0.067,"2013-07-18 10:00",0.067,"2013-08-23 11:00","","","","",0.067,0.064,0.06,0.057,0.052,0.044,0.022,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0020","81102",2,39.469219,-119.775354,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7978,91,334,365,0,38,"","","Certification not required",250,21.601655,23.584203,470,"2013-10-27 21:00",389,"2013-10-27 16:00",386,"2013-02-12 21:00",334,"2013-02-13 01:00","","","","",115,88,62,43,24,15,6,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0020","81102",2,39.469219,-119.775354,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,21.152695,16.474679,133,"2013-08-23 00:00",108,"2013-08-27 00:00",100,"2013-08-28 00:00",85,"2013-08-24 00:00","","","","",85,71,53,40,25,16,8,"South Reno","4110 DE LUCCI LANE, RENO NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0022","42101",1,39.532004,-119.784982,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7962,91,333,365,0,54,0,0,"Certification not required",4533,0.462013,0.313708,2.6,"2013-01-08 08:00",2.5,"2013-01-07 22:00",2.5,"2013-11-23 00:00",2.4,"2013-01-07 23:00","","","","",1.6,1.4,1.1,0.9,0.6,0.25,0.25,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","42101",1,39.532004,-119.784982,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7987,91,332,365,0,0,0,0,"Certification not required",0,0.479817,0.255333,2.1,"2013-01-08 02:00",2.1,"2013-01-08 03:00",2.1,"2013-01-08 04:00",2.1,"2013-01-08 05:00",2.1,"2013-01-08 02:00",2,"2013-01-08 09:00",1.3,1.2,1,0.8,0.6,0.4,0.3,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","81102",6,39.532004,-119.784982,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6471,74,272,365,0,80,"","","Certification not required",43,36.033225,38.179414,975,"2013-09-17 15:00",609,"2013-07-25 01:00",543,"2013-03-20 12:00",454,"2013-07-20 16:00","","","","",178,136,99,76,44,24,10,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-01-03" +"32","031","0022","81102",6,39.532004,-119.784982,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",272,75,272,365,0,0,0,0,"Certification not required",0,35.617647,21.571492,131,"2013-08-23 00:00",119,"2013-08-27 00:00",117,"2013-02-05 00:00",105,"2013-09-17 00:00","","","","",117,100,77,65,48,29,15,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-01-03" +"32","031","0022","85101",2,39.532004,-119.784982,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7845,90,329,365,0,171,"","","Certification not required",92,32.436584,33.016514,835,"2013-09-17 15:00",525,"2013-07-25 01:00",480,"2013-03-20 12:00",407,"2013-02-15 23:00","","","","",155,120,90,68,40,22,9,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","86101",1,39.532004,-119.784982,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7828,89,328,365,0,188,"","","Certification not required",0,22.036139,27.439454,816.8,"2013-09-17 15:00",469.7,"2013-03-20 12:00",462.7,"2013-07-25 01:00",371.8,"2013-02-15 23:00","","","","",123.3,94.4,65,46,26.1,14.7,4.4,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",7130,90,332,365,0,169,"","","Certification not required",0,8.371262,7.636947,247.4,"2013-10-27 20:00",61.8,"2013-07-25 01:00",58.4,"2013-11-19 15:00",52.5,"2013-09-17 21:00","","","","",33.5,28.4,22.1,16.8,10.3,5.9,-1.2,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7847,90,332,365,717,169,"","","Certification not required",0,10.417344,12.915146,247.4,"2013-10-27 20:00",189,"2013-08-27 11:00",174.8,"2013-08-22 14:00",164.7,"2013-08-23 11:00","","","","",62.3,46.9,30.4,21.6,12.4,7.1,1.8,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7847,90,332,365,717,169,"","","Certification not required",0,10.417344,12.915146,247.4,"2013-10-27 20:00",189,"2013-08-27 11:00",174.8,"2013-08-22 14:00",164.7,"2013-08-23 11:00","","","","",62.3,46.9,30.4,21.6,12.4,7.1,1.8,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",328,90,328,365,0,0,7,7,"Certification not required",0,10.359146,9.965668,88.5,"2013-08-23 00:00",74.8,"2013-08-27 00:00",62.1,"2013-08-24 00:00",58.7,"2013-08-28 00:00","","","","",58.7,35.5,30,20.9,11.3,7.7,3.4,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",298,90,328,365,0,0,0,0,"Certification not required",0,8.312081,5.288313,33,"2013-01-08 00:00",30.3,"2013-01-07 00:00",28.3,"2013-01-03 00:00",27.5,"2013-01-22 00:00","","","","",27.5,25.8,18.6,13.9,9.7,6.7,1.5,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",328,90,328,365,0,0,7,7,"Certification not required",0,10.359146,9.965668,88.5,"2013-08-23 00:00",74.8,"2013-08-27 00:00",62.1,"2013-08-24 00:00",58.7,"2013-08-28 00:00","","","","",58.7,35.5,30,20.9,11.3,7.7,3.4,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",328,90,328,365,0,0,"","","Certification not required",0,10.359146,9.965668,88.5,"2013-08-23 00:00",74.8,"2013-08-27 00:00",62.1,"2013-08-24 00:00",58.7,"2013-08-28 00:00","","","","",58.7,35.5,30,20.9,11.3,7.7,3.4,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",328,90,328,365,0,0,"","","Certification not required",0,10.359146,9.965668,88.5,"2013-08-23 00:00",74.8,"2013-08-27 00:00",62.1,"2013-08-24 00:00",58.7,"2013-08-28 00:00","","","","",58.7,35.5,30,20.9,11.3,7.7,3.4,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0022","88101",1,39.532004,-119.784982,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",298,90,328,365,0,0,"","","Certification not required",0,8.312081,5.288313,33,"2013-01-08 00:00",30.3,"2013-01-07 00:00",28.3,"2013-01-03 00:00",27.5,"2013-01-22 00:00","","","","",27.5,25.8,18.6,13.9,9.7,6.7,1.5,"Galletti","305 GALLETTI WAY RENO","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0025","42101",1,39.399837,-119.739606,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7767,89,323,365,0,249,0,0,"Certification not required",6182,0.318064,0.153742,3.2,"2013-01-22 05:00",2,"2013-08-23 07:00",1.8,"2013-08-23 08:00",1.7,"2013-08-23 05:00","","","","",0.9,0.7,0.6,0.5,0.25,0.25,0.25,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0025","42101",1,39.399837,-119.739606,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7773,89,320,365,0,0,0,0,"Certification not required",0,0.348913,0.110991,1.6,"2013-08-23 08:00",1.6,"2013-08-23 09:00",1.6,"2013-08-23 10:00",1.5,"2013-08-23 11:00",1.6,"2013-08-23 08:00",1.2,"2013-08-23 14:00",0.8,0.7,0.6,0.5,0.3,0.3,0.3,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0025","44201",1,39.399837,-119.739606,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7920,90,329,365,0,96,0,0,"Certification not required",212,0.049398,0.011505,0.083,"2013-07-22 10:00",0.076,"2013-07-21 13:00",0.075,"2013-07-26 12:00",0.075,"2013-08-22 16:00","","","","",0.075,0.07,0.067,0.063,0.058,0.05,0.035,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0025","44201",1,39.399837,-119.739606,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7929,90,328,365,0,0,0,0,"Certification not required",0,0.04446,0.0117,0.071,"2013-07-22 08:00",0.069,"2013-08-22 12:00",0.069,"2013-08-23 11:00",0.068,"2013-07-21 10:00","","","","",0.068,0.065,0.061,0.057,0.053,0.046,0.027,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0025","44201",1,39.399837,-119.739606,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7929,90,328,365,0,0,0,0,"Certification not required",0,0.04446,0.0117,0.071,"2013-07-22 08:00",0.069,"2013-08-22 12:00",0.069,"2013-08-23 11:00",0.068,"2013-07-21 10:00","","","","",0.068,0.065,0.061,0.057,0.053,0.046,0.027,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0025","81102",2,39.399837,-119.739606,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7575,86,316,365,0,441,"","","Certification not required",475,20.116436,25.227361,809,"2013-03-20 13:00",313,"2013-10-27 16:00",257,"2013-08-23 07:00",256,"2013-10-12 22:00","","","","",126,97,61,41,22,13,5,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0025","81102",2,39.399837,-119.739606,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",316,87,316,365,0,0,0,0,"Certification not required",0,19.632911,17.617219,144,"2013-08-23 00:00",121,"2013-08-28 00:00",110,"2013-08-27 00:00",98,"2013-08-24 00:00","","","","",98,78,47,34,22,15,7,"Toll","684A STATE ROUTE 341, RENO NV 89521","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-19" +"32","031","0030","81102",2,39.506358,-119.788561,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7947,91,333,365,0,68,"","","Certification not required",131,26.222348,24.474091,593,"2013-10-27 20:00",313,"2013-10-12 21:00",288,"2013-09-17 21:00",281,"2013-10-27 21:00","","","","",120,99,72,54,31,19,8,"","891 E. PLUMB LN., RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","0030","81102",2,39.506358,-119.788561,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",333,91,333,365,0,0,0,0,"Certification not required",0,25.786787,17.246605,127,"2013-08-23 00:00",107,"2013-08-27 00:00",87,"2013-08-28 00:00",85,"2013-08-24 00:00","","","","",85,80,60,48,31,21,10,"","891 E. PLUMB LN., RENO, NV 89502","Nevada","Washoe","Reno","Reno-Sparks, NV","2014-02-18" +"32","031","1005","42101",1,39.540917,-119.746761,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7974,91,334,365,0,42,0,0,"Certification not required",5777,0.424636,0.347549,2.5,"2013-01-07 21:00",2.5,"2013-11-26 07:00",2.4,"2013-01-16 07:00",2.4,"2013-02-12 07:00","","","","",1.8,1.5,1.2,0.9,0.5,0.25,0.25,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","42101",1,39.540917,-119.746761,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7999,91,333,365,0,0,0,0,"Certification not required",0,0.450281,0.272898,2,"2013-11-23 03:00",2,"2013-11-23 04:00",2,"2013-11-23 05:00",2,"2013-11-23 06:00",2,"2013-11-23 03:00",1.9,"2013-11-24 00:00",1.5,1.3,1.1,0.8,0.5,0.3,0.3,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","44201",1,39.540917,-119.746761,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7975,91,333,365,0,41,0,0,"Certification not required",1765,0.048937,0.012334,0.08,"2013-08-23 13:00",0.079,"2013-08-22 14:00",0.074,"2013-07-18 16:00",0.073,"2013-08-30 12:00","","","","",0.073,0.071,0.068,0.064,0.058,0.049,0.032,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","44201",1,39.540917,-119.746761,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7997,91,333,365,0,0,0,0,"Certification not required",0,0.042913,0.012523,0.067,"2013-07-18 10:00",0.067,"2013-08-22 11:00",0.067,"2013-08-23 11:00",0.066,"2013-07-17 09:00","","","","",0.066,0.064,0.06,0.058,0.053,0.044,0.025,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","44201",1,39.540917,-119.746761,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7997,91,333,365,0,0,0,0,"Certification not required",0,0.042913,0.012523,0.067,"2013-07-18 10:00",0.067,"2013-08-22 11:00",0.067,"2013-08-23 11:00",0.066,"2013-07-17 09:00","","","","",0.066,0.064,0.06,0.058,0.053,0.044,0.025,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","81102",4,39.540917,-119.746761,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7966,91,334,365,0,50,"","","Certification not required",427,21.646247,20.310753,407,"2013-08-16 11:00",253,"2013-10-27 16:00",247,"2013-10-27 14:00",246,"2013-10-12 21:00","","","","",97,75,58,45,28,16,5,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","81102",4,39.540917,-119.746761,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,21.170659,13.621577,100,"2013-08-23 00:00",88,"2013-08-27 00:00",79,"2013-08-28 00:00",72,"2013-08-24 00:00","","","","",72,61,44,38,27,18,7,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",6835,86,319,365,0,471,"","","Certification not required",0,9.054967,8.811609,270.9,"2013-10-27 20:00",140.2,"2013-08-08 17:00",82.6,"2013-11-23 00:00",78.9,"2013-11-23 01:00","","","","",36.9,31.9,24.8,18.6,10.4,6,-1.1,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",7545,86,319,365,710,471,"","","Certification not required",0,10.949821,13.267695,270.9,"2013-10-27 20:00",188.3,"2013-08-23 11:00",187.8,"2013-08-27 11:00",168,"2013-08-23 12:00","","","","",63.1,48.5,32.7,23.8,12.8,7.1,2.2,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",7545,86,319,365,710,471,"","","Certification not required",0,10.949821,13.267695,270.9,"2013-10-27 20:00",188.3,"2013-08-23 11:00",187.8,"2013-08-27 11:00",168,"2013-08-23 12:00","","","","",63.1,48.5,32.7,23.8,12.8,7.1,2.2,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",316,87,316,365,0,0,7,7,"Certification not required",0,10.893987,9.735231,79.2,"2013-08-23 00:00",69.6,"2013-08-27 00:00",61.7,"2013-08-28 00:00",57.7,"2013-08-24 00:00","","","","",57.7,36.5,28.6,21.8,12.6,7.5,3.7,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",286,87,316,365,0,0,1,1,"Certification not required",0,8.990909,5.821236,37.7,"2013-11-23 00:00",29.8,"2013-11-24 00:00",27.3,"2013-11-28 00:00",26.9,"2013-11-30 00:00","","","","",26.9,25.5,20.8,17.4,10.2,6.8,1,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",316,87,316,365,0,0,7,7,"Certification not required",0,10.893987,9.735231,79.2,"2013-08-23 00:00",69.6,"2013-08-27 00:00",61.7,"2013-08-28 00:00",57.7,"2013-08-24 00:00","","","","",57.7,36.5,28.6,21.8,12.6,7.5,3.7,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",286,87,316,365,0,0,"","","Certification not required",0,8.990909,5.821236,37.7,"2013-11-23 00:00",29.8,"2013-11-24 00:00",27.3,"2013-11-28 00:00",26.9,"2013-11-30 00:00","","","","",26.9,25.5,20.8,17.4,10.2,6.8,1,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",316,87,316,365,0,0,"","","Certification not required",0,10.893987,9.735231,79.2,"2013-08-23 00:00",69.6,"2013-08-27 00:00",61.7,"2013-08-28 00:00",57.7,"2013-08-24 00:00","","","","",57.7,36.5,28.6,21.8,12.6,7.5,3.7,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1005","88101",1,39.540917,-119.746761,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",316,87,316,365,0,0,"","","Certification not required",0,10.893987,9.735231,79.2,"2013-08-23 00:00",69.6,"2013-08-27 00:00",61.7,"2013-08-28 00:00",57.7,"2013-08-24 00:00","","","","",57.7,36.5,28.6,21.8,12.6,7.5,3.7,"Sparks","750 4TH ST, SPARKS, NV 89431","Nevada","Washoe","Sparks","Reno-Sparks, NV","2014-02-19" +"32","031","1026","61101",1,39.6368,-119.2888,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6530,75,271,365,0,21,"","","Certification not required",0,5.239847,3.813683,24.1,"2013-04-07 15:00",23.1,"2013-03-06 11:00",22.5,"2013-04-07 16:00",22.4,"2013-06-10 13:00","","","","",17.2,15.3,12.7,10.8,7.4,4.1,1.4,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","61103",1,39.6368,-119.2888,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6530,75,271,365,0,21,"","","Certification not required",0,4.614334,3.892057,23.6,"2013-04-07 15:00",22.5,"2013-03-06 11:00",22.1,"2013-04-07 16:00",21.9,"2013-06-10 13:00","","","","",16.8,14.8,12.2,10.3,6.9,3.3,0.8,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","61104",1,39.6368,-119.2888,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6530,75,271,365,0,21,"","","Certification not required",0,234.125727,107.28562,360,"2013-01-23 19:00",360,"2013-01-24 16:00",360,"2013-02-04 22:00",360,"2013-03-29 06:00","","","","",358,356,352,347,329,259,43,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","61105",1,39.6368,-119.2888,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6529,75,271,365,0,22,"","","Certification not required",0,10.998468,6.925815,44,"2013-04-07 16:00",44,"2013-08-20 18:00",42,"2013-07-01 16:00",39,"2013-03-06 11:00","","","","",31,29,24,21,16,10,3,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","61106",1,39.6368,-119.2888,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6530,75,271,365,0,21,"","","Certification not required",0,31.009556,17.36884,80,"2013-01-23 03:00",80,"2013-02-25 09:00",79.8,"2013-02-28 19:00",79.7,"2013-06-27 05:00","","","","",74.1,71.1,65.4,58.3,43.2,25.9,12.9,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","62101",1,39.6368,-119.2888,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6529,75,271,365,0,22,"","","Certification not required",0,57.440037,21.50729,135,"2013-09-05 08:00",104,"2013-07-02 14:00",103,"2013-06-30 13:00",103,"2013-06-30 14:00","","","","",97,94,90,85,74,59,28,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","62103",1,39.6368,-119.2888,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",6529,75,271,365,0,22,"","","Certification not required",680,17.272477,12.076172,60,"2013-07-04 19:00",60,"2013-07-04 20:00",59,"2013-07-04 22:00",58,"2013-07-04 23:00","","","","",49,45,39,34,25,17,0.05,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","62201",1,39.6368,-119.2888,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6529,75,271,365,0,22,"","","Certification not required",0,38.432225,23.578776,100,"2013-01-25 00:00",100,"2013-01-25 01:00",100,"2013-01-25 02:00",100,"2013-01-25 03:00","","","","",96,92,87,77,53,32,13,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","63301",1,39.6368,-119.2888,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5785,66,240,365,0,22,"","","Certification not required",2588,0.388797,0.479508,1.52,"2013-05-29 11:00",1.51,"2013-05-22 11:00",1.49,"2013-05-17 11:00",1.49,"2013-06-13 11:00","","","","",1.45,1.42,1.35,1.2,0.76,0.09,0.005,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","64101",1,39.6368,-119.2888,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6529,75,271,365,0,22,"","","Certification not required",0,874.986062,4.932475,893,"2013-01-15 23:00",893,"2013-01-16 00:00",893,"2013-01-16 01:00",893,"2013-01-16 02:00","","","","",888,887,884,882,877,874,869,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","65102",1,39.6368,-119.2888,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",951,11,38,365,0,5600,"","","Certification not required",0,0.026551,0.779108,24,"2013-09-05 08:00",1.15,"2013-09-05 09:00",0.08,"2013-08-26 15:00",0.01,"2013-09-12 16:00","","","","",0,0,0,0,0,0,0,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","81102",1,39.6368,-119.2888,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6418,73,265,365,0,132,"","","Certification not required",337,27.023683,39.039553,981,"2013-06-09 21:00",935,"2013-04-07 17:00",916,"2013-07-04 18:00",727,"2013-06-09 22:00","","","","",157,117,72,49,30,19,7,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","1026","81102",1,39.6368,-119.2888,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,26.479245,19.747855,142,"2013-06-09 00:00",129,"2013-08-23 00:00",108,"2013-08-28 00:00",104,"2013-04-07 00:00","","","","",108,89,68,48,28,21,12,"Wadsworth Air and Meteorological Monitoring Site","340 Pyramid Street","Nevada","Washoe","Wadsworth","Reno-Sparks, NV","2013-10-26" +"32","031","2002","44201",1,39.250409,-119.956738,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7951,91,333,365,0,65,0,0,"Certification not required",16,0.049327,0.007616,0.077,"2013-05-22 11:00",0.07,"2013-08-23 15:00",0.068,"2013-05-21 04:00",0.068,"2013-07-22 11:00","","","","",0.068,0.066,0.063,0.06,0.054,0.049,0.041,"Incline","855 ALDER DRIVE, INCLINE VILLAGE, NV 89451","Nevada","Washoe","Incline Village-Crystal Bay","Reno-Sparks, NV","2014-02-18" +"32","031","2002","44201",1,39.250409,-119.956738,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7960,91,332,365,0,0,0,0,"Certification not required",0,0.045313,0.00764,0.064,"2013-06-12 18:00",0.064,"2013-08-23 10:00",0.063,"2013-07-22 08:00",0.063,"2013-08-22 11:00","","","","",0.063,0.062,0.058,0.056,0.05,0.045,0.036,"Incline","855 ALDER DRIVE, INCLINE VILLAGE, NV 89451","Nevada","Washoe","Incline Village-Crystal Bay","Reno-Sparks, NV","2014-02-18" +"32","031","2002","44201",1,39.250409,-119.956738,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7960,91,332,365,0,0,0,0,"Certification not required",0,0.045313,0.00764,0.064,"2013-06-12 18:00",0.064,"2013-08-23 10:00",0.063,"2013-07-22 08:00",0.063,"2013-08-22 11:00","","","","",0.063,0.062,0.058,0.056,0.05,0.045,0.036,"Incline","855 ALDER DRIVE, INCLINE VILLAGE, NV 89451","Nevada","Washoe","Incline Village-Crystal Bay","Reno-Sparks, NV","2014-02-18" +"32","031","2009","42101",1,39.645264,-119.840025,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7968,91,334,365,0,48,0,0,"Certification not required",6602,0.32933,0.195555,1.9,"2013-11-27 07:00",1.7,"2013-02-12 06:00",1.7,"2013-03-25 06:00",1.6,"2013-01-08 20:00","","","","",1.1,1,0.8,0.6,0.25,0.25,0.25,"Lemmon Valley","325 PATRICIAN DR, LEMMON VALLEY, NV 89506","Nevada","Washoe","Lemmon Valley-Golden Valley","Reno-Sparks, NV","2014-02-18" +"32","031","2009","42101",1,39.645264,-119.840025,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7995,91,332,365,0,0,0,0,"Certification not required",0,0.363427,0.142622,1.2,"2013-01-04 02:00",1.2,"2013-01-04 03:00",1.2,"2013-01-04 04:00",1.2,"2013-01-05 08:00",1.2,"2013-01-04 02:00",1.2,"2013-01-05 08:00",0.9,0.8,0.7,0.6,0.3,0.3,0.3,"Lemmon Valley","325 PATRICIAN DR, LEMMON VALLEY, NV 89506","Nevada","Washoe","Lemmon Valley-Golden Valley","Reno-Sparks, NV","2014-02-18" +"32","031","2009","44201",1,39.645264,-119.840025,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7970,91,332,365,0,46,0,0,"Certification not required",892,0.050482,0.009598,0.076,"2013-08-23 15:00",0.072,"2013-08-22 13:00",0.07,"2013-05-21 07:00",0.07,"2013-06-12 19:00","","","","",0.07,0.07,0.067,0.063,0.057,0.05,0.038,"Lemmon Valley","325 PATRICIAN DR, LEMMON VALLEY, NV 89506","Nevada","Washoe","Lemmon Valley-Golden Valley","Reno-Sparks, NV","2014-02-18" +"32","031","2009","44201",1,39.645264,-119.840025,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7993,91,332,365,0,0,0,0,"Certification not required",0,0.046229,0.009674,0.071,"2013-08-23 11:00",0.066,"2013-05-21 13:00",0.066,"2013-08-22 12:00",0.065,"2013-07-17 09:00","","","","",0.065,0.064,0.062,0.058,0.053,0.047,0.034,"Lemmon Valley","325 PATRICIAN DR, LEMMON VALLEY, NV 89506","Nevada","Washoe","Lemmon Valley-Golden Valley","Reno-Sparks, NV","2014-02-18" +"32","031","2009","44201",1,39.645264,-119.840025,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7993,91,332,365,0,0,0,0,"Certification not required",0,0.046229,0.009674,0.071,"2013-08-23 11:00",0.066,"2013-05-21 13:00",0.066,"2013-08-22 12:00",0.065,"2013-07-17 09:00","","","","",0.065,0.064,0.062,0.058,0.053,0.047,0.034,"Lemmon Valley","325 PATRICIAN DR, LEMMON VALLEY, NV 89506","Nevada","Washoe","Lemmon Valley-Golden Valley","Reno-Sparks, NV","2014-02-18" +"32","031","2010","81102",1,39.717247,-119.753251,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",3795,43,156,365,0,1269,"","","Certification not required",70,103.590777,273.800127,999,"2013-01-01 00:00",999,"2013-01-01 01:00",999,"2013-01-01 02:00",999,"2013-01-01 03:00","","","","",999,999,999,138,21,13,7,"Hungry Valley Air Quality Monitoring Station","9055 Eagle Canyon Road","Nevada","Washoe","","Reno-Sparks, NV","2013-10-23" +"32","031","2010","81102",1,39.717247,-119.753251,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",156,43,156,365,0,0,14,14,"Certification not required",0,103.878205,265.704015,999,"2013-01-01 00:00",999,"2013-01-02 00:00",999,"2013-01-03 00:00",999,"2013-01-04 00:00","","","","",999,999,999,138,21,14,8,"Hungry Valley Air Quality Monitoring Station","9055 Eagle Canyon Road","Nevada","Washoe","","Reno-Sparks, NV","2013-10-23" +"32","033","0101","44201",1,39.005278,-114.215833,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8637,98,358,365,0,123,0,0,"Certification not required",0,0.051564,0.008816,0.083,"2013-06-02 19:00",0.08,"2013-05-05 16:00",0.079,"2013-05-25 09:00",0.078,"2013-06-18 11:00","","","","",0.078,0.072,0.069,0.063,0.057,0.051,0.042,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","44201",1,39.005278,-114.215833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8636,98,358,365,0,0,0,0,"Certification not required",0,0.048939,0.00819,0.076,"2013-05-05 14:00",0.076,"2013-05-25 12:00",0.076,"2013-06-18 08:00",0.074,"2013-06-17 21:00","","","","",0.074,0.069,0.064,0.059,0.054,0.048,0.04,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","44201",1,39.005278,-114.215833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8636,98,358,365,0,0,3,3,"Certification not required",0,0.048939,0.00819,0.076,"2013-05-05 14:00",0.076,"2013-05-25 12:00",0.076,"2013-06-18 08:00",0.074,"2013-06-17 21:00","","","","",0.074,0.069,0.064,0.059,0.054,0.048,0.04,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","61101",1,39.005278,-114.215833,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8705,99,364,365,0,55,"","","Certification not required",0,4.657243,2.519241,24.3,"2013-03-06 09:00",20.4,"2013-03-06 10:00",20,"2013-03-06 12:00",19.6,"2013-03-06 08:00","","","","",13.8,11.8,9.3,7.8,5.6,4.1,2.1,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","61103",1,39.005278,-114.215833,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8705,99,364,365,0,55,"","","Certification not required",0,4.090396,2.554648,23.9,"2013-03-06 09:00",20,"2013-03-06 10:00",19.4,"2013-03-06 12:00",19.2,"2013-06-12 08:00","","","","",13.4,11.5,8.9,7.2,5,3.5,1.4,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","61104",1,39.005278,-114.215833,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8705,99,364,365,0,55,"","","Certification not required",0,180.605859,83.406482,359,"2013-02-17 10:00",359,"2013-03-08 01:00",359,"2013-04-15 01:00",359,"2013-06-07 08:00","","","","",342,327,298,261,230,220,55,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","61106",1,39.005278,-114.215833,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8705,99,364,365,0,55,"","","Certification not required",0,27.399885,15.812475,85,"2013-07-10 01:00",84,"2013-01-07 21:00",84,"2013-04-05 00:00",82,"2013-02-19 05:00","","","","",69,64,56,49,38,26,7,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","62101",1,39.005278,-114.215833,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8719,100,364,365,0,41,"","","Certification not required",0,48.405666,19.95625,98,"2013-06-29 14:00",96,"2013-06-29 13:00",96,"2013-07-01 13:00",95,"2013-06-29 15:00","","","","",89,87,82,76,64,47,24,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","62201",1,39.005278,-114.215833,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8724,100,364,365,0,36,"","","Certification not required",0,44.828175,21.952915,94,"2013-09-11 05:00",94,"2013-09-11 08:00",94,"2013-09-11 09:00",94,"2013-09-11 22:00","","","","",93,92,86,77,61,42,17,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","63301",1,39.005278,-114.215833,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7550,86,315,365,0,1210,"","","Certification not required",3875,0.28033,0.425416,1.82,"2013-05-21 12:00",1.7,"2013-05-22 11:00",1.69,"2013-06-19 11:00",1.68,"2013-06-14 11:00","","","","",1.58,1.5,1.25,0.97,0.48,0.005,0.005,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","65102",1,39.005278,-114.215833,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8672,99,363,365,0,88,"","","Certification not required",0,0.001679,0.014031,0.73,"2013-09-12 04:00",0.32,"2013-07-24 15:00",0.3,"2013-09-12 05:00",0.22,"2013-09-02 15:00","","","","",0.06,0.02,0,0,0,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-02-18" +"32","033","0101","85101",1,39.005278,-114.215833,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,4.704691,5.728276,27.6306,"2013-05-16 00:00",18.0666,"2013-05-22 00:00",16.5588,"2013-04-13 00:00",14.6969,"2013-04-07 00:00","","","","",27.6306,27.6306,16.5588,11.286,5.9125,2.2193,0.7482,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","86502",1,39.005278,-114.215833,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,2.255814,3.690999,16,"2013-05-16 00:00",12,"2013-04-13 00:00",12,"2013-05-22 00:00",6,"2013-03-08 00:00","","","","",16,16,12,6,3,1,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88103",1,39.005278,-114.215833,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88104",1,39.005278,-114.215833,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.067195,0.110201,0.5596,"2013-05-16 00:00",0.4405,"2013-04-07 00:00",0.1942,"2013-04-22 00:00",0.1675,"2013-04-13 00:00","","","","",0.5596,0.5596,0.1942,0.1671,0.0758,0.029,0.002,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88109",1,39.005278,-114.215833,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.000986,0.00081,0.0034,"2013-05-25 00:00",0.0029,"2013-05-10 00:00",0.0027,"2013-05-13 00:00",0.0024,"2013-05-22 00:00","","","","",0.0034,0.0034,0.0027,0.0022,0.0014,0.0007,0.0002,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88111",1,39.005278,-114.215833,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",3,0.075588,0.125172,0.4602,"2013-04-13 00:00",0.4525,"2013-05-22 00:00",0.4078,"2013-04-07 00:00",0.3517,"2013-05-16 00:00","","","","",0.4602,0.4602,0.4078,0.3208,0.0936,0.0204,0.0022,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88112",1,39.005278,-114.215833,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,2.3e-05,0.000152,0.001,"2013-04-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88114",1,39.005278,-114.215833,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",28,0.00021,0.000165,0.0007,"2013-05-16 00:00",0.0007,"2013-05-22 00:00",0.0006,"2013-04-07 00:00",0.0006,"2013-05-25 00:00","","","","",0.0007,0.0007,0.0006,0.0004,0.0002,0.00015,0.0001,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88115",1,39.005278,-114.215833,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",17,0.004138,0.010025,0.0517,"2013-03-08 00:00",0.0337,"2013-04-13 00:00",0.0232,"2013-05-22 00:00",0.0175,"2013-04-07 00:00","","","","",0.0517,0.0517,0.0232,0.0135,0.0029,0.0003,0.0001,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88126",1,39.005278,-114.215833,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",3,0.04228,0.071932,0.3742,"2013-05-16 00:00",0.2799,"2013-04-07 00:00",0.1113,"2013-04-22 00:00",0.1004,"2013-03-08 00:00","","","","",0.3742,0.3742,0.1113,0.0995,0.0476,0.0169,0.0017,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88128",1,39.005278,-114.215833,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000419,0.000731,0.003,"2013-04-07 00:00",0.002,"2013-04-22 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88132",1,39.005278,-114.215833,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000977,0.001683,0.008,"2013-05-16 00:00",0.007,"2013-04-07 00:00",0.003,"2013-04-13 00:00",0.003,"2013-04-22 00:00","","","","",0.008,0.008,0.003,0.002,0.001,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88136",1,39.005278,-114.215833,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88140",1,39.005278,-114.215833,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",14,0.029428,0.065395,0.3879,"2013-05-16 00:00",0.1484,"2013-04-07 00:00",0.1301,"2013-04-13 00:00",0.091,"2013-05-22 00:00","","","","",0.3879,0.3879,0.1301,0.074,0.0254,0.006,0.0011,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88152",1,39.005278,-114.215833,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",42,0.000152,0.000165,0.0012,"2013-05-16 00:00",0.00015,"2013-02-06 00:00",0.00015,"2013-02-09 00:00",0.00015,"2013-02-12 00:00","","","","",0.0012,0.0012,0.00015,0.00015,0.00015,0.00015,0.0001,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88154",1,39.005278,-114.215833,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",38,0.000114,4.1e-05,0.0003,"2013-02-12 00:00",0.0002,"2013-02-06 00:00",0.0002,"2013-04-22 00:00",0.0002,"2013-05-10 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88161",1,39.005278,-114.215833,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",8,0.003663,0.005842,0.0299,"2013-05-16 00:00",0.0227,"2013-04-07 00:00",0.0101,"2013-04-22 00:00",0.0092,"2013-04-13 00:00","","","","",0.0299,0.0299,0.0101,0.0089,0.0042,0.0018,0.00015,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88164",1,39.005278,-114.215833,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",20,0.000153,0.000193,0.001,"2013-05-16 00:00",0.0008,"2013-04-07 00:00",0.0004,"2013-03-08 00:00",0.0004,"2013-05-25 00:00","","","","",0.001,0.001,0.0004,0.0003,0.0002,0.0001,5e-05,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88165",1,39.005278,-114.215833,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.166563,0.291092,1.614,"2013-05-16 00:00",0.9288,"2013-04-07 00:00",0.4816,"2013-03-08 00:00",0.4797,"2013-04-13 00:00","","","","",1.614,1.614,0.4816,0.441,0.1898,0.0693,0.0054,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88167",1,39.005278,-114.215833,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",8,0.000764,0.000815,0.0034,"2013-04-07 00:00",0.0031,"2013-05-16 00:00",0.0029,"2013-03-26 00:00",0.0024,"2013-04-22 00:00","","","","",0.0034,0.0034,0.0029,0.0017,0.0009,0.0005,0.00015,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88168",1,39.005278,-114.215833,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",22,0.001735,0.006119,0.0396,"2013-05-22 00:00",0.0068,"2013-04-13 00:00",0.0056,"2013-04-22 00:00",0.0051,"2013-05-16 00:00","","","","",0.0396,0.0396,0.0056,0.0039,0.0006,0.00015,0.0001,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88169",1,39.005278,-114.215833,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.127053,0.10497,0.4132,"2013-04-07 00:00",0.4098,"2013-05-16 00:00",0.3728,"2013-05-25 00:00",0.3263,"2013-04-22 00:00","","","","",0.4132,0.4132,0.3728,0.273,0.17,0.0835,0.0331,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88176",1,39.005278,-114.215833,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",34,0.000212,0.000136,0.0007,"2013-04-07 00:00",0.0006,"2013-03-08 00:00",0.0005,"2013-03-17 00:00",0.0005,"2013-05-16 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.00015,0.00015,0.00015,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88180",1,39.005278,-114.215833,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.027519,0.046358,0.2653,"2013-05-16 00:00",0.1522,"2013-04-07 00:00",0.0627,"2013-05-22 00:00",0.0614,"2013-05-25 00:00","","","","",0.2653,0.2653,0.0627,0.0612,0.0289,0.0109,0.0024,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88184",1,39.005278,-114.215833,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",16,0.023698,0.048887,0.2336,"2013-05-25 00:00",0.205,"2013-05-16 00:00",0.1071,"2013-05-22 00:00",0.0836,"2013-04-07 00:00","","","","",0.2336,0.2336,0.1071,0.0535,0.018,0.007,0.0019,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88185",1,39.005278,-114.215833,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",37,0.00076,0.00048,0.0031,"2013-05-16 00:00",0.0018,"2013-02-21 00:00",0.0017,"2013-03-08 00:00",0.0015,"2013-03-17 00:00","","","","",0.0031,0.0031,0.0017,0.0013,0.0007,0.00065,0.0004,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88203",1,39.005278,-114.215833,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",28,0.017634,0.030955,0.159,"2013-05-16 00:00",0.079,"2013-03-08 00:00",0.0788,"2013-05-25 00:00",0.0752,"2013-05-22 00:00","","","","",0.159,0.159,0.0788,0.0717,0.01025,0.0066,0.00265,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88306",1,39.005278,-114.215833,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",4,0.108686,0.119866,0.7119,"2013-05-25 00:00",0.3579,"2013-05-16 00:00",0.2683,"2013-05-22 00:00",0.2453,"2013-04-07 00:00","","","","",0.7119,0.7119,0.2683,0.1983,0.113,0.0753,0.0198,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88320",1,39.005278,-114.215833,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.197674,0.121201,0.58,"2013-05-16 00:00",0.49,"2013-05-22 00:00",0.47,"2013-05-25 00:00",0.4,"2013-05-13 00:00","","","","",0.58,0.58,0.47,0.36,0.24,0.17,0.07,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88321",1,39.005278,-114.215833,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.028372,0.019992,0.07,"2013-01-13 00:00",0.07,"2013-05-25 00:00",0.06,"2013-02-27 00:00",0.06,"2013-03-26 00:00","","","","",0.07,0.07,0.06,0.06,0.04,0.03,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88324",1,39.005278,-114.215833,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",38,0.022652,0.008938,0.053,"2013-05-31 00:00",0.0431,"2013-03-23 00:00",0.0374,"2013-05-28 00:00",0.03085,"2013-01-01 00:00","","","","",0.053,0.053,0.0374,0.0308,0.0289,0.02245,0.01565,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88325",1,39.005278,-114.215833,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",23,0.043733,0.022153,0.1006,"2013-05-10 00:00",0.0998,"2013-05-16 00:00",0.0902,"2013-05-22 00:00",0.0895,"2013-01-25 00:00","","","","",0.1006,0.1006,0.0902,0.0895,0.0512,0.0333,0.0315,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88326",1,39.005278,-114.215833,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",31,0.049791,0.030892,0.1519,"2013-05-13 00:00",0.1458,"2013-05-16 00:00",0.1248,"2013-05-25 00:00",0.0936,"2013-05-22 00:00","","","","",0.1519,0.1519,0.1248,0.0929,0.0587,0.0379,0.0257,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88327",1,39.005278,-114.215833,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",12,0.044588,0.033084,0.1384,"2013-05-16 00:00",0.129,"2013-05-22 00:00",0.1272,"2013-05-25 00:00",0.1025,"2013-04-07 00:00","","","","",0.1384,0.1384,0.1272,0.1015,0.0569,0.0377,0.0157,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88328",1,39.005278,-114.215833,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",5,0.050521,0.042547,0.1809,"2013-05-16 00:00",0.1632,"2013-05-22 00:00",0.1394,"2013-05-10 00:00",0.1134,"2013-05-25 00:00","","","","",0.1809,0.1809,0.1394,0.0985,0.0722,0.0422,0.00385,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88329",1,39.005278,-114.215833,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",2,0.058549,0.044826,0.1732,"2013-05-22 00:00",0.1559,"2013-05-16 00:00",0.1532,"2013-05-25 00:00",0.1296,"2013-05-10 00:00","","","","",0.1732,0.1732,0.1532,0.1178,0.0975,0.0521,0.0089,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88330",1,39.005278,-114.215833,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",8,0.020443,0.01431,0.053,"2013-05-10 00:00",0.0459,"2013-05-16 00:00",0.0438,"2013-03-02 00:00",0.0436,"2013-04-22 00:00","","","","",0.053,0.053,0.0438,0.0364,0.0333,0.0172,0.00365,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88331",1,39.005278,-114.215833,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",20,5.9e-05,0.000153,0.001,"2013-05-25 00:00",0.0001,"2013-01-01 00:00",0.0001,"2013-01-04 00:00",0.0001,"2013-03-02 00:00","","","","",0.001,0.001,0.0001,0.0001,0.0001,0,0,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88338",1,39.005278,-114.215833,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",38,0.019836,0.013958,0.0967,"2013-03-26 00:00",0.0409,"2013-03-29 00:00",0.0361,"2013-01-22 00:00",0.02765,"2013-02-24 00:00","","","","",0.0967,0.0967,0.0361,0.0268,0.025,0.0153,0.0109,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88339",1,39.005278,-114.215833,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.524058,0.432986,1.70429,"2013-04-07 00:00",1.69026,"2013-05-16 00:00",1.53768,"2013-05-25 00:00",1.34607,"2013-04-22 00:00","","","","",1.70429,1.70429,1.53768,1.12629,0.70121,0.34431,0.13666,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88344",1,39.005278,-114.215833,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.140314,0.154545,0.9184,"2013-05-25 00:00",0.4617,"2013-05-16 00:00",0.3461,"2013-05-22 00:00",0.3164,"2013-04-07 00:00","","","","",0.9184,0.9184,0.3461,0.2558,0.1458,0.0971,0.0255,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88348",1,39.005278,-114.215833,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.795072,1.31611,6.7867,"2013-05-16 00:00",4.6677,"2013-04-07 00:00",2.5717,"2013-04-13 00:00",2.3668,"2013-05-22 00:00","","","","",6.7867,6.7867,2.5717,2.3372,0.9358,0.3128,0.0245,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88350",1,39.005278,-114.215833,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.356605,0.217646,1.0384,"2013-05-16 00:00",0.8777,"2013-05-22 00:00",0.851,"2013-05-25 00:00",0.7274,"2013-05-13 00:00","","","","",1.0384,1.0384,0.851,0.6457,0.4406,0.31,0.1332,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88403",1,39.005278,-114.215833,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.382572,0.331306,1.3686,"2013-04-07 00:00",1.3312,"2013-05-16 00:00",1.1275,"2013-05-25 00:00",0.9674,"2013-04-22 00:00","","","","",1.3686,1.3686,1.1275,0.8616,0.4958,0.2428,0.0925,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","033","0101","88502",1,39.005278,-114.215833,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,1.944186,2.223607,11.4,"2013-05-16 00:00",8,"2013-04-07 00:00",5.5,"2013-05-22 00:00",4.7,"2013-04-22 00:00","","","","",11.4,11.4,5.5,4.6,2.6,1.2,0.4,"GREAT BASIN NP HEADQUARTERS AREA NEAR RESOURCE MANAGEMENT TRAILER","GREAT BASIN NATIONAL PARK","Nevada","White Pine","Lehman Caves National Monument","","2014-01-28" +"32","510","0020","44201",1,39.1447,-119.7661,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5011,98,210,214,0,125,0,0,"Certification not required",71,0.053638,0.007831,0.08,"2013-08-22 13:00",0.077,"2013-07-22 12:00",0.071,"2013-08-23 13:00",0.07,"2013-05-14 16:00","","","","",0.071,0.069,0.066,0.063,0.059,0.054,0.044,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-14" +"32","510","0020","44201",1,39.1447,-119.7661,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5017,97,208,214,0,0,0,0,"Certification not required",0,0.049308,0.007506,0.069,"2013-07-22 08:00",0.067,"2013-08-23 10:00",0.066,"2013-06-12 17:00",0.065,"2013-08-22 10:00","","","","",0.066,0.064,0.061,0.059,0.054,0.05,0.04,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-14" +"32","510","0020","44201",1,39.1447,-119.7661,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5017,97,208,214,0,0,0,0,"Certification not required",0,0.049308,0.007506,0.069,"2013-07-22 08:00",0.067,"2013-08-23 10:00",0.066,"2013-06-12 17:00",0.065,"2013-08-22 10:00","","","","",0.066,0.064,0.061,0.059,0.054,0.05,0.04,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-14" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",5469,66,244,365,0,61,"","","Certification not required",0,6.423843,5.977211,83,"2013-08-19 00:00",78,"2013-09-08 10:00",73,"2013-08-19 01:00",71,"2013-08-17 21:00","","","","",30,23,15,12,8,5,0,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",5795,66,244,365,326,61,"","","Certification not required",0,11.244349,26.986068,364,"2013-08-23 08:00",328,"2013-08-23 07:00",323,"2013-08-23 05:00",308,"2013-08-23 06:00","","","","",158,111,31,15,9,6,1,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",5795,66,244,365,326,61,"","","Certification not required",0,11.244349,26.986068,364,"2013-08-23 08:00",328,"2013-08-23 07:00",323,"2013-08-23 05:00",308,"2013-08-23 06:00","","","","",158,111,31,15,9,6,1,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",230,67,243,365,0,0,0,0,"Certification not required",0,6.393913,4.075452,28.7,"2013-08-19 00:00",27.2,"2013-09-07 00:00",25,"2013-09-08 00:00",20.2,"2013-08-18 00:00","","","","",25,19.8,13.7,10.2,7.7,5.4,2.3,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",243,67,243,365,0,0,13,13,"Certification not required",0,11.246914,22.539338,170.1,"2013-08-23 00:00",149,"2013-08-27 00:00",130,"2013-08-25 00:00",126.2,"2013-08-28 00:00","","","","",130,107.1,35.6,13.7,8.5,5.7,2.7,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",243,67,243,365,0,0,13,13,"Certification not required",0,11.246914,22.539338,170.1,"2013-08-23 00:00",149,"2013-08-27 00:00",130,"2013-08-25 00:00",126.2,"2013-08-28 00:00","","","","",130,107.1,35.6,13.7,8.5,5.7,2.7,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",243,67,243,365,0,0,"","","Certification not required",0,11.246914,22.539338,170.1,"2013-08-23 00:00",149,"2013-08-27 00:00",130,"2013-08-25 00:00",126.2,"2013-08-28 00:00","","","","",130,107.1,35.6,13.7,8.5,5.7,2.7,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",230,67,243,365,0,0,"","","Certification not required",0,6.393913,4.075452,28.7,"2013-08-19 00:00",27.2,"2013-09-07 00:00",25,"2013-09-08 00:00",20.2,"2013-08-18 00:00","","","","",25,19.8,13.7,10.2,7.7,5.4,2.3,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",1,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",243,67,243,365,0,0,"","","Certification not required",0,11.246914,22.539338,170.1,"2013-08-23 00:00",149,"2013-08-27 00:00",130,"2013-08-25 00:00",126.2,"2013-08-28 00:00","","","","",130,107.1,35.6,13.7,8.5,5.7,2.7,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2014-01-09" +"32","510","0020","88101",2,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",41,67,41,61,3,2,2,2,"Certification not required",0,9.17561,14.194203,83.9,"2013-08-26 00:00",37.7,"2013-12-12 00:00",34.7,"2013-09-01 00:00",23.8,"2013-09-07 00:00","","","","",83.9,83.9,34.7,12.6,8.4,5.3,2.4,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2013-12-31" +"32","510","0020","88101",2,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",38,67,41,61,0,2,1,1,"Certification not required",0,6.152632,5.84173,37.7,"2013-12-12 00:00",12.6,"2013-11-30 00:00",9.5,"2013-12-06 00:00",9.3,"2013-11-24 00:00","","","","",37.7,37.7,9.5,8.9,6.9,4.9,1.9,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2013-12-31" +"32","510","0020","88101",2,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",41,67,41,61,3,2,2,2,"Certification not required",0,9.17561,14.194203,83.9,"2013-08-26 00:00",37.7,"2013-12-12 00:00",34.7,"2013-09-01 00:00",23.8,"2013-09-07 00:00","","","","",83.9,83.9,34.7,12.6,8.4,5.3,2.4,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2013-12-31" +"32","510","0020","88101",2,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",38,67,41,61,0,2,"","","Certification not required",0,6.152632,5.84173,37.7,"2013-12-12 00:00",12.6,"2013-11-30 00:00",9.5,"2013-12-06 00:00",9.3,"2013-11-24 00:00","","","","",37.7,37.7,9.5,8.9,6.9,4.9,1.9,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2013-12-31" +"32","510","0020","88101",2,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",41,67,41,61,3,2,"","","Certification not required",0,9.17561,14.194203,83.9,"2013-08-26 00:00",37.7,"2013-12-12 00:00",34.7,"2013-09-01 00:00",23.8,"2013-09-07 00:00","","","","",83.9,83.9,34.7,12.6,8.4,5.3,2.4,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2013-12-31" +"32","510","0020","88101",2,39.1447,-119.7661,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",41,67,41,61,3,2,"","","Certification not required",0,9.17561,14.194203,83.9,"2013-08-26 00:00",37.7,"2013-12-12 00:00",34.7,"2013-09-01 00:00",23.8,"2013-09-07 00:00","","","","",83.9,83.9,34.7,12.6,8.4,5.3,2.4,"OLD NATIONAL GUARD ARMORY","2601 SOUTH CARSON ST (OLD NATIONAL GUARD ARMORY)","Nevada","Carson City","Carson City","Carson City, NV","2013-12-31" +"33","001","2004","44201",1,43.566111,-71.496361,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4309,99,182,183,0,83,0,0,"Certification not required",26,0.040203,0.010641,0.069,"2013-04-28 17:00",0.069,"2013-04-30 16:00",0.067,"2013-04-29 16:00",0.066,"2013-05-07 17:00","","","","",0.069,0.066,0.059,0.055,0.047,0.039,0.029,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","44201",1,43.566111,-71.496361,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4346,99,181,183,0,0,0,0,"Certification not required",0,0.036331,0.010276,0.065,"2013-04-30 10:00",0.064,"2013-04-28 12:00",0.064,"2013-04-29 11:00",0.06,"2013-05-07 11:00","","","","",0.064,0.06,0.054,0.05,0.043,0.035,0.025,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","44201",1,43.566111,-71.496361,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4346,99,181,183,0,0,0,0,"Certification not required",0,0.036331,0.010276,0.065,"2013-04-30 10:00",0.064,"2013-04-28 12:00",0.064,"2013-04-29 11:00",0.06,"2013-05-07 11:00","","","","",0.064,0.06,0.054,0.05,0.043,0.035,0.025,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","61101",1,43.566111,-71.496361,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2159,25,90,365,0,1,"","","Certification not required",0,5.898333,4.105246,24.8,"2013-01-31 12:00",23.5,"2013-01-31 11:00",22.1,"2013-01-31 13:00",22.1,"2013-01-31 14:00","","","","",17.4,15.5,13.4,11.6,8.7,5.1,1.3,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-06-21" +"33","001","2004","61102",1,43.566111,-71.496361,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2159,25,90,365,0,1,"","","Certification not required",0,224.644743,94.362567,359,"2013-02-06 05:00",359,"2013-02-11 15:00",359,"2013-03-26 06:00",357,"2013-02-11 02:00","","","","",343,334,320,310,294,264,57,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-06-21" +"33","001","2004","61103",1,43.566111,-71.496361,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6548,75,273,365,0,4,"","","Certification not required",0,4.706231,3.337574,24.8,"2013-01-31 12:00",23.5,"2013-01-31 11:00",22.1,"2013-01-31 13:00",22.1,"2013-01-31 14:00","","","","",15.3,13.6,11.5,9.4,6.4,3.7,1.3,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","61104",1,43.566111,-71.496361,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,218.423794,87.935664,359,"2013-02-06 05:00",359,"2013-02-11 15:00",359,"2013-03-26 06:00",359,"2013-06-08 07:00","","","","",344,336,322,309,287,242,59,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","61106",1,43.566111,-71.496361,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,23.861026,11.655527,88,"2013-09-01 12:00",80.7,"2013-06-29 09:00",76.6,"2013-06-14 13:00",76.3,"2013-01-03 04:00","","","","",61.8,57.4,49.7,40.8,28.3,20.5,13.1,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","62101",1,43.566111,-71.496361,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,49.710928,21.49271,93,"2013-06-01 12:00",93,"2013-07-17 12:00",93,"2013-07-17 13:00",93,"2013-07-17 14:00","","","","",89,86,81,75,67,53,20,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","65102",1,43.566111,-71.496361,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",4392,50,183,365,0,0,"","","Certification not required",0,0.006409,0.037819,0.77,"2013-07-08 15:00",0.66,"2013-09-02 02:00",0.53,"2013-07-23 06:00",0.52,"2013-07-23 05:00","","","","",0.16,0.09,0.02,0,0,0,0,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2013-12-26" +"33","001","2004","68101",1,43.566111,-71.496361,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.477273,0.07735,0.6,"2013-03-05 00:00",0.6,"2013-03-23 00:00",0.6,"2013-04-16 00:00",0.6,"2013-07-03 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.4,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68102",1,43.566111,-71.496361,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",44,72,44,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68103",1,43.566111,-71.496361,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,1,"","","Certification not required",0,4.522727,10.040867,19,"2013-09-01 00:00",18.6,"2013-07-15 00:00",17.6,"2013-07-09 00:00",16.9,"2013-07-21 00:00","","","","",19,19,17.6,15.5,14.2,6.2,-10.4,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68104",1,43.566111,-71.496361,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,1,"","","Certification not required",0,16.211364,11.951651,32.8,"2013-07-15 00:00",30.1,"2013-07-03 00:00",29.1,"2013-09-01 00:00",28.6,"2013-08-20 00:00","","","","",32.8,32.8,29.1,28.4,25.7,22.5,-2.5,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68105",1,43.566111,-71.496361,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,1,"","","Certification not required",0,10.227273,10.463899,25.7,"2013-07-15 00:00",23.1,"2013-09-01 00:00",22.1,"2013-07-03 00:00",21.3,"2013-07-21 00:00","","","","",25.7,25.7,22.1,21.2,19.1,13.6,-6,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68106",1,43.566111,-71.496361,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,1,"","","Certification not required",0,737.090909,5.330117,754,"2013-04-22 00:00",745,"2013-05-04 00:00",745,"2013-07-15 00:00",744,"2013-04-28 00:00","","","","",754,754,745,744,741,737,731,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68107",1,43.566111,-71.496361,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,1,"","","Certification not required",0,743.159091,5.085059,759,"2013-04-22 00:00",752,"2013-01-10 00:00",750,"2013-01-28 00:00",749,"2013-04-16 00:00","","","","",759,759,750,749,746,744,736,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68108",1,43.566111,-71.496361,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,1,"","","Certification not required",0,739.590909,5.068453,756,"2013-04-22 00:00",747,"2013-05-04 00:00",746,"2013-01-10 00:00",746,"2013-07-03 00:00","","","","",756,756,746,746,743,739,734,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","68109",1,43.566111,-71.496361,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",44,72,44,61,0,1,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","88101",1,43.566111,-71.496361,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,5.522727,2.731118,14.6,"2013-08-20 00:00",11.9,"2013-08-26 00:00",10.9,"2013-02-15 00:00",9.7,"2013-09-01 00:00","","","","",14.6,14.6,10.9,9.3,6.4,5.2,2.7,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","001","2004","88101",1,43.566111,-71.496361,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",0,5.522727,2.731118,14.6,"2013-08-20 00:00",11.9,"2013-08-26 00:00",10.9,"2013-02-15 00:00",9.7,"2013-09-01 00:00","","","","",14.6,14.6,10.9,9.3,6.4,5.2,2.7,"FIELD OFFICE ON THE GROUNDS OF THE FORMER STATE PRISON","GREEN STREET, LACONIA","New Hampshire","Belknap","Laconia","Laconia, NH","2014-01-02" +"33","005","0007","42101",1,42.930472,-72.272389,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",2134,24,90,365,0,26,0,0,"Certification not required",1812,0.315558,0.171824,1.5,"2013-01-09 08:00",1.4,"2013-01-08 08:00",1.3,"2013-01-09 07:00",1.2,"2013-01-04 08:00","","","","",1.1,0.9,0.7,0.6,0.25,0.25,0.25,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","42101",1,42.930472,-72.272389,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2157,25,90,365,0,0,0,0,"Certification not required",0,0.350811,0.128303,1.2,"2013-01-09 08:00",1.2,"2013-01-09 09:00",1.2,"2013-01-09 10:00",1.1,"2013-01-09 03:00",1.2,"2013-01-09 08:00",1.1,"2013-01-09 11:00",0.9,0.8,0.6,0.5,0.3,0.3,0.3,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","42401",1,42.930472,-72.272389,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2132,24,90,365,0,28,0,"","Certification not required",0,7.017778,5.286034,26.4,"2013-01-04 08:00",24.4,"2013-01-08 08:00",20.6,"2013-02-19 09:00",20.1,"2013-02-11 10:00","","","","",26.4,24.4,18.5,13.7,8.9,5.8,1.9,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","42401",1,42.930472,-72.272389,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2132,24,90,365,0,28,"","","Certification not required",0,2.645919,3.011141,26.4,"2013-01-04 08:00",25.3,"2013-01-04 06:00",24.8,"2013-01-04 07:00",24.4,"2013-01-08 08:00","","","","",15.1,12,8.7,6.1,3.1,1.6,0.5,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","42401",1,42.930472,-72.272389,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",90,25,90,365,0,0,0,"","Certification not required",0,2.651111,2.048142,9.4,"2013-01-28 00:00",9.3,"2013-02-11 00:00",9.2,"2013-01-09 00:00",8.4,"2013-01-04 00:00","","","","",9.4,9.3,8.3,5.5,3.1,2.1,0.9,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","42401",1,42.930472,-72.272389,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",695,24,90,365,0,0,"",0,"Certification not required",0,2.59482,2.861576,25.5,"2013-01-04 08:00",20.7,"2013-01-08 08:00",18.3,"2013-02-11 11:00",17.5,"2013-02-11 08:00","","","","",13.8,12.1,8.7,5.6,3.2,1.6,0.5,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","42401",2,42.930472,-72.272389,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",20912,20,73,365,0,5008,"","","Certification not required",0,2.266072,2.621143,29.9,"2013-02-19 09:20",26.9,"2013-02-11 11:00",25.4,"2013-02-19 09:15",25.1,"2013-02-19 09:25","","","","",13.6,10.6,7.3,5.2,2.7,1.3,0.5,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-24" +"33","005","0007","44201",1,42.930472,-72.272389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",6464,100,183,183,0,88,0,0,"Certification not required",574,0.04524,0.010857,0.073,"2013-06-22 21:00",0.07,"2013-04-28 20:00",0.069,"2013-04-30 17:00",0.069,"2013-06-01 20:00","","","","",0.07,0.069,0.065,0.06,0.053,0.046,0.039,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","44201",1,42.930472,-72.272389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6533,100,183,183,0,0,0,0,"Certification not required",0,0.040732,0.010468,0.067,"2013-04-28 16:00",0.064,"2013-04-30 12:00",0.063,"2013-06-22 11:00",0.063,"2013-06-29 13:00","","","","",0.064,0.063,0.06,0.057,0.049,0.042,0.036,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","44201",1,42.930472,-72.272389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6533,100,183,183,0,0,0,0,"Certification not required",0,0.040732,0.010468,0.067,"2013-04-28 16:00",0.064,"2013-04-30 12:00",0.063,"2013-06-22 11:00",0.063,"2013-06-29 13:00","","","","",0.064,0.063,0.06,0.057,0.049,0.042,0.036,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","61101",1,42.930472,-72.272389,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,3.374306,2.711511,13.5,"2013-02-09 09:00",13.5,"2013-02-17 14:00",13.1,"2013-02-09 14:00",12.9,"2013-02-09 07:00","","","","",10.7,9.6,8.2,7.2,5.5,2.8,0.4,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-21" +"33","005","0007","61102",1,42.930472,-72.272389,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,212.126389,113.18793,359,"2013-01-10 22:00",359,"2013-01-23 20:00",359,"2013-02-22 12:00",359,"2013-03-13 04:00","","","","",356,353,344,334,319,256,32,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-06-21" +"33","005","0007","61103",1,42.930472,-72.272389,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,2.817458,2.349516,13.5,"2013-02-09 09:00",13.5,"2013-02-17 14:00",13.1,"2013-02-09 14:00",12.9,"2013-02-09 07:00","","","","",9.6,8.8,7.5,6.3,4.3,2.1,0.5,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","61104",1,42.930472,-72.272389,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,182.475485,112.8486,359,"2013-01-10 22:00",359,"2013-01-23 20:00",359,"2013-02-22 12:00",359,"2013-03-13 04:00","","","","",356,352,341,330,294,173,22,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","61106",1,42.930472,-72.272389,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,34.270582,14.721949,91.3,"2013-03-19 08:00",87.4,"2013-06-11 04:00",86,"2013-02-10 10:00",84.9,"2013-06-11 03:00","","","","",72.7,69.3,62.9,56.5,44,30.2,18.5,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","62101",1,42.930472,-72.272389,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,1,"","","Certification not required",0,52.277515,21.496598,98,"2013-07-15 14:00",98,"2013-07-15 15:00",98,"2013-07-16 14:00",98,"2013-07-18 14:00","","","","",92,90,84,78,70,54,24,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-26" +"33","005","0007","68101",1,42.930472,-72.272389,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.527273,0.058523,0.6,"2013-01-16 00:00",0.6,"2013-01-22 00:00",0.6,"2013-05-22 00:00",0.6,"2013-05-28 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.5,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68102",1,42.930472,-72.272389,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",44,72,43,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-11 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68103",1,42.930472,-72.272389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",44,72,43,61,0,1,"","","Certification not required",0,4.988636,10.116236,19.9,"2013-07-03 00:00",19.4,"2013-07-09 00:00",19.3,"2013-07-15 00:00",19.1,"2013-09-01 00:00","","","","",19.9,19.9,19.3,18.4,13.2,6.2,-8,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68104",1,42.930472,-72.272389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",44,72,43,61,0,1,"","","Certification not required",0,17.472727,11.767997,33.6,"2013-07-15 00:00",30,"2013-08-20 00:00",29.9,"2013-07-03 00:00",29.5,"2013-09-01 00:00","","","","",33.6,33.6,29.9,29.3,26.7,23.1,0.2,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68105",1,42.930472,-72.272389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",44,72,43,61,0,1,"","","Certification not required",0,11.293182,10.471387,26.4,"2013-07-15 00:00",24.9,"2013-07-03 00:00",23.5,"2013-09-01 00:00",23.4,"2013-08-08 00:00","","","","",26.4,26.4,23.5,22.6,20.5,15.3,-3.4,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68106",1,42.930472,-72.272389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,43,61,0,1,"","","Certification not required",0,744.659091,4.870142,761,"2013-04-22 00:00",752,"2013-01-11 00:00",752,"2013-05-04 00:00",751,"2013-06-21 00:00","","","","",761,761,752,750,748,743,739,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68107",1,42.930472,-72.272389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,43,61,0,1,"","","Certification not required",0,750.704545,5.568097,766,"2013-04-22 00:00",762,"2013-01-11 00:00",761,"2013-01-28 00:00",757,"2013-03-17 00:00","","","","",766,766,761,757,755,750,744,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68108",1,42.930472,-72.272389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,43,61,0,1,"","","Certification not required",0,746.977273,4.967282,763,"2013-04-22 00:00",756,"2013-01-11 00:00",754,"2013-01-28 00:00",754,"2013-05-04 00:00","","","","",763,763,754,753,751,747,741,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","68109",1,42.930472,-72.272389,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",44,72,43,61,0,1,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-11 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","88101",1,42.930472,-72.272389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,71,22,31,0,2,0,0,"Certification not required",0,8.023256,4.420183,22.5,"2013-02-15 00:00",21,"2013-01-28 00:00",18.8,"2013-01-04 00:00",13.8,"2013-01-11 00:00","","","","",22.5,22.5,21,18.8,12.2,8.6,7.6,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","88101",1,42.930472,-72.272389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,71,22,31,0,2,"","","Certification not required",0,8.023256,4.420183,22.5,"2013-02-15 00:00",21,"2013-01-28 00:00",18.8,"2013-01-04 00:00",13.8,"2013-01-11 00:00","","","","",22.5,22.5,21,18.8,12.2,8.6,7.6,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2014-01-02" +"33","005","0007","88101",3,42.930472,-72.272389,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6238,71,267,365,0,314,"","","Certification not required",0,7.267602,7.127502,65.2,"2013-01-09 02:00",55.6,"2013-01-09 03:00",54.1,"2013-01-09 00:00",53.6,"2013-01-09 08:00","","","","",35.8,29.4,21.1,15.7,9.3,5.5,1.1,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-30" +"33","005","0007","88101",3,42.930472,-72.272389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,1,1,"Certification not required",0,7.185227,5.286302,38.5,"2013-01-09 00:00",32.7,"2013-02-11 00:00",31.8,"2013-01-08 00:00",24.2,"2013-01-28 00:00","","","","",31.8,21.6,16.4,13.8,9.1,6,2.4,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-30" +"33","005","0007","88101",3,42.930472,-72.272389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Certification not required",0,7.185227,5.286302,38.5,"2013-01-09 00:00",32.7,"2013-02-11 00:00",31.8,"2013-01-08 00:00",24.2,"2013-01-28 00:00","","","","",31.8,21.6,16.4,13.8,9.1,6,2.4,"WATER STREET","WATER STREET","New Hampshire","Cheshire","Keene","Keene, NH","2013-12-30" +"33","007","4001","44201",1,44.270167,-71.30375,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6466,99,182,183,0,86,0,0,"Certification not required",0,0.054302,0.010006,0.08,"2013-04-29 04:00",0.079,"2013-04-11 19:00",0.074,"2013-04-28 22:00",0.072,"2013-04-21 21:00","","","","",0.079,0.072,0.07,0.066,0.062,0.057,0.05,"","MT. WASHINGTON","New Hampshire","Coos","","Berlin, NH-VT","2013-12-26" +"33","007","4001","44201",1,44.270167,-71.30375,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6526,99,181,183,0,0,0,0,"Certification not required",0,0.051144,0.009226,0.076,"2013-04-28 22:00",0.076,"2013-04-29 00:00",0.07,"2013-04-21 19:00",0.069,"2013-04-30 00:00","","","","",0.076,0.069,0.065,0.062,0.058,0.053,0.048,"","MT. WASHINGTON","New Hampshire","Coos","","Berlin, NH-VT","2013-12-26" +"33","007","4001","44201",1,44.270167,-71.30375,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6526,99,181,183,0,0,2,2,"Certification not required",0,0.051144,0.009226,0.076,"2013-04-28 22:00",0.076,"2013-04-29 00:00",0.07,"2013-04-21 19:00",0.069,"2013-04-30 00:00","","","","",0.076,0.069,0.065,0.062,0.058,0.053,0.048,"","MT. WASHINGTON","New Hampshire","Coos","","Berlin, NH-VT","2013-12-26" +"33","007","4002","44201",1,44.308167,-71.217694,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4296,97,178,183,0,96,0,0,"Certification not required",188,0.041444,0.01074,0.068,"2013-04-29 11:00",0.068,"2013-04-30 17:00",0.066,"2013-05-01 09:00",0.063,"2013-06-01 09:00","","","","",0.068,0.063,0.059,0.056,0.049,0.041,0.029,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2013-12-26" +"33","007","4002","44201",1,44.308167,-71.217694,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4321,97,177,183,0,0,0,0,"Certification not required",0,0.036644,0.010914,0.066,"2013-04-30 13:00",0.065,"2013-04-29 10:00",0.061,"2013-05-01 08:00",0.06,"2013-05-07 09:00","","","","",0.065,0.06,0.055,0.052,0.044,0.035,0.024,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2013-12-26" +"33","007","4002","44201",1,44.308167,-71.217694,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4321,97,177,183,0,0,0,0,"Certification not required",0,0.036644,0.010914,0.066,"2013-04-30 13:00",0.065,"2013-04-29 10:00",0.061,"2013-05-01 08:00",0.06,"2013-05-07 09:00","","","","",0.065,0.06,0.055,0.052,0.044,0.035,0.024,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2013-12-26" +"33","007","4002","85101",1,44.308167,-71.217694,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.308061,3.447632,20.3727,"2013-05-31 00:00",14.6202,"2013-05-07 00:00",9.7499,"2013-05-01 00:00",8.08,"2013-05-04 00:00","","","","",20.3727,14.6202,9.7499,7.7886,5.2841,3.1946,1.7331,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","86502",1,44.308167,-71.217694,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.196078,1.980097,9,"2013-05-07 00:00",9,"2013-05-31 00:00",5,"2013-05-04 00:00",4,"2013-05-01 00:00","","","","",9,9,5,3,1,1,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88103",1,44.308167,-71.217694,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-05-16 00:00",0.001,"2013-05-31 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88104",1,44.308167,-71.217694,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.014228,0.017777,0.103,"2013-05-07 00:00",0.059,"2013-05-01 00:00",0.04,"2013-04-07 00:00",0.039,"2013-04-25 00:00","","","","",0.103,0.059,0.04,0.034,0.0152,0.007,0.003,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88109",1,44.308167,-71.217694,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.001278,0.000844,0.0042,"2013-03-11 00:00",0.0036,"2013-05-31 00:00",0.0029,"2013-02-21 00:00",0.0026,"2013-01-25 00:00","","","","",0.0042,0.0036,0.0029,0.0021,0.0018,0.0012,0.0004,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88111",1,44.308167,-71.217694,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.011062,0.010814,0.0644,"2013-05-07 00:00",0.0256,"2013-05-01 00:00",0.0248,"2013-05-04 00:00",0.024,"2013-04-07 00:00","","","","",0.0644,0.0256,0.0248,0.024,0.018,0.0074,0.0015,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88112",1,44.308167,-71.217694,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-01-22 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88114",1,44.308167,-71.217694,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000224,0.000124,0.0005,"2013-01-19 00:00",0.0005,"2013-04-07 00:00",0.0005,"2013-05-16 00:00",0.0005,"2013-05-31 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.0003,0.00015,0.0001,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88115",1,44.308167,-71.217694,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.017249,0.061712,0.3888,"2013-02-21 00:00",0.1608,"2013-05-04 00:00",0.1353,"2013-03-08 00:00",0.0774,"2013-01-25 00:00","","","","",0.3888,0.1608,0.1353,0.0094,0.0015,0.0006,0.00015,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88126",1,44.308167,-71.217694,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.012089,0.013474,0.0782,"2013-05-07 00:00",0.0415,"2013-05-01 00:00",0.0311,"2013-04-07 00:00",0.0301,"2013-04-22 00:00","","","","",0.0782,0.0415,0.0311,0.0286,0.0152,0.0071,0.0022,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88128",1,44.308167,-71.217694,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000725,0.000635,0.002,"2013-01-28 00:00",0.002,"2013-02-06 00:00",0.002,"2013-03-05 00:00",0.002,"2013-03-11 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88132",1,44.308167,-71.217694,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000471,0.000542,0.002,"2013-05-07 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88136",1,44.308167,-71.217694,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88140",1,44.308167,-71.217694,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.011212,0.012924,0.0592,"2013-05-07 00:00",0.047,"2013-05-04 00:00",0.046,"2013-02-21 00:00",0.034,"2013-04-22 00:00","","","","",0.0592,0.047,0.046,0.028,0.014,0.007,0.00205,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88152",1,44.308167,-71.217694,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000394,0.000723,0.004,"2013-05-31 00:00",0.0028,"2013-03-11 00:00",0.0022,"2013-05-22 00:00",0.0012,"2013-03-02 00:00","","","","",0.004,0.0028,0.0022,0.0008,0.00015,0.00015,0.00015,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88154",1,44.308167,-71.217694,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.000165,0.000118,0.0006,"2013-01-31 00:00",0.0006,"2013-02-03 00:00",0.0004,"2013-01-13 00:00",0.0004,"2013-01-22 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.0002,0.0001,0.0001,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88161",1,44.308167,-71.217694,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.001116,0.001661,0.0096,"2013-04-22 00:00",0.0064,"2013-05-07 00:00",0.0035,"2013-05-01 00:00",0.0029,"2013-04-07 00:00","","","","",0.0096,0.0064,0.0035,0.0027,0.0015,0.0005,0.0002,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88164",1,44.308167,-71.217694,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000118,9.3e-05,0.0004,"2013-04-22 00:00",0.0004,"2013-05-07 00:00",0.0003,"2013-01-25 00:00",0.0003,"2013-02-09 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0002,0.0001,5e-05,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88165",1,44.308167,-71.217694,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.027589,0.039996,0.2302,"2013-05-07 00:00",0.1188,"2013-05-01 00:00",0.0845,"2013-04-07 00:00",0.0825,"2013-04-25 00:00","","","","",0.2302,0.1188,0.0845,0.069,0.0304,0.0122,0.0026,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88167",1,44.308167,-71.217694,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002104,0.001203,0.0049,"2013-01-28 00:00",0.0047,"2013-04-22 00:00",0.0044,"2013-01-19 00:00",0.0039,"2013-04-07 00:00","","","","",0.0049,0.0047,0.0044,0.0037,0.003,0.0018,0.0008,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88168",1,44.308167,-71.217694,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.00021,0.000148,0.0009,"2013-05-07 00:00",0.0007,"2013-05-04 00:00",0.0005,"2013-05-16 00:00",0.0004,"2013-02-21 00:00","","","","",0.0009,0.0007,0.0005,0.0003,0.0003,0.00015,0.0001,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88169",1,44.308167,-71.217694,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.268465,0.174217,1.0779,"2013-05-31 00:00",0.6261,"2013-02-15 00:00",0.4843,"2013-01-04 00:00",0.4726,"2013-04-28 00:00","","","","",1.0779,0.6261,0.4843,0.4636,0.3523,0.2357,0.0941,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88176",1,44.308167,-71.217694,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.000158,4e-05,0.0004,"2013-04-19 00:00",0.0003,"2013-01-25 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0004,0.0003,0.00015,0.00015,0.00015,0.00015,0.00015,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88180",1,44.308167,-71.217694,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.019847,0.01033,0.0481,"2013-05-07 00:00",0.046,"2013-05-31 00:00",0.0392,"2013-03-11 00:00",0.0326,"2013-02-06 00:00","","","","",0.0481,0.046,0.0392,0.0316,0.0252,0.0199,0.0066,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88184",1,44.308167,-71.217694,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.053711,0.087991,0.4275,"2013-03-11 00:00",0.3707,"2013-02-21 00:00",0.2646,"2013-05-04 00:00",0.1918,"2013-03-08 00:00","","","","",0.4275,0.3707,0.2646,0.1336,0.0573,0.018,0.00195,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88185",1,44.308167,-71.217694,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.00065,0.000367,0.0019,"2013-04-04 00:00",0.0018,"2013-02-12 00:00",0.0015,"2013-01-16 00:00",0.0014,"2013-01-07 00:00","","","","",0.0019,0.0018,0.0015,0.0011,0.0007,0.0004,0.0004,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88203",1,44.308167,-71.217694,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.04631,0.100437,0.6081,"2013-02-21 00:00",0.2623,"2013-05-04 00:00",0.2483,"2013-03-08 00:00",0.2357,"2013-03-11 00:00","","","","",0.6081,0.2623,0.2483,0.109,0.0318,0.013,0.00295,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88306",1,44.308167,-71.217694,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.182568,0.179906,0.8322,"2013-03-11 00:00",0.7051,"2013-01-04 00:00",0.5792,"2013-01-19 00:00",0.4516,"2013-05-07 00:00","","","","",0.8322,0.7051,0.5792,0.4345,0.2352,0.111,0.036,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88320",1,44.308167,-71.217694,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.419608,0.322267,1.82,"2013-05-31 00:00",0.93,"2013-05-10 00:00",0.9,"2013-05-01 00:00",0.86,"2013-05-28 00:00","","","","",1.82,0.93,0.9,0.8,0.57,0.38,0.1,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88321",1,44.308167,-71.217694,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.065686,0.043463,0.19,"2013-05-31 00:00",0.15,"2013-01-19 00:00",0.14,"2013-05-01 00:00",0.13,"2013-02-06 00:00","","","","",0.19,0.15,0.14,0.12,0.1,0.06,0.02,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88324",1,44.308167,-71.217694,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.020218,0.006841,0.0311,"2013-01-31 00:00",0.03035,"2013-01-22 00:00",0.0303,"2013-01-01 00:00",0.03025,"2013-01-16 00:00","","","","",0.0311,0.03035,0.0303,0.0301,0.0274,0.0165,0.01025,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88325",1,44.308167,-71.217694,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.083488,0.088007,0.5848,"2013-05-31 00:00",0.24,"2013-05-10 00:00",0.218,"2013-05-01 00:00",0.1652,"2013-04-28 00:00","","","","",0.5848,0.24,0.218,0.1356,0.102,0.0736,0.0208,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88326",1,44.308167,-71.217694,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.121174,0.093706,0.3663,"2013-05-28 00:00",0.3641,"2013-05-07 00:00",0.3445,"2013-05-31 00:00",0.297,"2013-05-19 00:00","","","","",0.3663,0.3641,0.3445,0.2313,0.1873,0.101,0.03355,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88327",1,44.308167,-71.217694,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.086725,0.054427,0.205,"2013-05-31 00:00",0.199,"2013-05-28 00:00",0.1628,"2013-01-19 00:00",0.1595,"2013-05-19 00:00","","","","",0.205,0.199,0.1628,0.152,0.1331,0.0982,0.0151,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88328",1,44.308167,-71.217694,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.126412,0.111236,0.6945,"2013-05-31 00:00",0.3133,"2013-05-10 00:00",0.2902,"2013-04-28 00:00",0.2878,"2013-05-01 00:00","","","","",0.6945,0.3133,0.2902,0.233,0.1743,0.0976,0.0304,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88329",1,44.308167,-71.217694,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.166516,0.140073,0.8541,"2013-05-31 00:00",0.3772,"2013-04-28 00:00",0.3671,"2013-05-01 00:00",0.3666,"2013-01-19 00:00","","","","",0.8541,0.3772,0.3671,0.288,0.2324,0.1297,0.0359,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88330",1,44.308167,-71.217694,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.025889,0.019203,0.0762,"2013-05-16 00:00",0.0688,"2013-05-10 00:00",0.0633,"2013-05-01 00:00",0.0587,"2013-05-28 00:00","","","","",0.0762,0.0688,0.0633,0.0455,0.0362,0.0259,0.0037,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88331",1,44.308167,-71.217694,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,7.5e-05,0.000195,0.001,"2013-02-12 00:00",0.001,"2013-05-22 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-14 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88338",1,44.308167,-71.217694,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.015663,0.005634,0.0403,"2013-01-16 00:00",0.0243,"2013-02-18 00:00",0.024,"2013-02-27 00:00",0.0239,"2013-02-06 00:00","","","","",0.0403,0.0243,0.024,0.0237,0.0157,0.0147,0.01065,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88339",1,44.308167,-71.217694,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.107408,0.718655,4.44642,"2013-05-31 00:00",2.5827,"2013-02-15 00:00",1.99766,"2013-01-04 00:00",1.94956,"2013-04-28 00:00","","","","",4.44642,2.5827,1.99766,1.91219,1.45311,0.97235,0.38825,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88344",1,44.308167,-71.217694,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.235427,0.232179,1.0735,"2013-03-11 00:00",0.9096,"2013-01-04 00:00",0.7472,"2013-01-19 00:00",0.5826,"2013-05-07 00:00","","","","",1.0735,0.9096,0.7472,0.5605,0.3034,0.1434,0.0468,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88348",1,44.308167,-71.217694,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.149482,0.18984,1.1062,"2013-05-07 00:00",0.5748,"2013-05-01 00:00",0.4185,"2013-04-07 00:00",0.4,"2013-04-25 00:00","","","","",1.1062,0.5748,0.4185,0.3516,0.1787,0.0794,0.0228,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88350",1,44.308167,-71.217694,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.755882,0.579623,3.2731,"2013-05-31 00:00",1.6816,"2013-05-10 00:00",1.6263,"2013-05-01 00:00",1.5484,"2013-05-28 00:00","","","","",3.2731,1.6816,1.6263,1.4467,1.0172,0.6795,0.1748,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88403",1,44.308167,-71.217694,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.77202,0.48962,2.9281,"2013-05-31 00:00",1.8542,"2013-02-15 00:00",1.4327,"2013-04-28 00:00",1.3789,"2013-04-22 00:00","","","","",2.9281,1.8542,1.4327,1.3081,1.0137,0.6794,0.2685,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","007","4002","88502",1,44.308167,-71.217694,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.556863,1.676097,10.9,"2013-05-31 00:00",4.9,"2013-05-01 00:00",4.8,"2013-03-11 00:00",4.6,"2013-04-28 00:00","","","","",10.9,4.9,4.8,4.5,3.3,2.2,1,"CAMP DODGE, GREENS GRANT","CAMP DODGE, ROUTE 16, GREEN'S GRANT","New Hampshire","Coos","","Berlin, NH-VT","2014-01-28" +"33","009","0010","44201",1,43.629611,-72.309583,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6424,100,183,183,0,128,0,0,"Certification not required",255,0.041475,0.010708,0.07,"2013-04-28 19:00",0.067,"2013-04-29 16:00",0.065,"2013-04-30 16:00",0.065,"2013-05-06 15:00","","","","",0.067,0.065,0.063,0.058,0.049,0.044,0.037,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","44201",1,43.629611,-72.309583,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6479,100,183,183,0,0,0,0,"Certification not required",0,0.036929,0.010655,0.065,"2013-04-29 12:00",0.062,"2013-05-06 11:00",0.061,"2013-04-28 14:00",0.061,"2013-05-07 11:00","","","","",0.062,0.061,0.056,0.052,0.046,0.04,0.034,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","44201",1,43.629611,-72.309583,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6479,100,183,183,0,0,0,0,"Certification not required",0,0.036929,0.010655,0.065,"2013-04-29 12:00",0.062,"2013-05-06 11:00",0.061,"2013-04-28 14:00",0.061,"2013-05-07 11:00","","","","",0.062,0.061,0.056,0.052,0.046,0.04,0.034,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","61101",1,43.629611,-72.309583,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2159,25,90,365,0,1,"","","Certification not required",0,4.426077,3.246501,18.6,"2013-02-17 12:00",18.5,"2013-02-09 14:00",18,"2013-02-17 11:00",17.8,"2013-02-17 19:00","","","","",13.6,12.4,10.6,9.1,6.5,3.6,1,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-06-21" +"33","009","0010","61102",1,43.629611,-72.309583,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2159,25,90,365,0,1,"","","Certification not required",0,222.142195,114.408385,359,"2013-01-06 05:00",359,"2013-01-16 10:00",359,"2013-01-23 04:00",359,"2013-01-26 00:00","","","","",358,356,352,347,335,237,52,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-06-21" +"33","009","0010","61103",1,43.629611,-72.309583,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6543,75,273,365,0,9,"","","Certification not required",0,4.028855,2.924354,18.6,"2013-02-17 12:00",18.5,"2013-02-09 14:00",18.4,"2013-04-07 13:00",18,"2013-02-17 11:00","","","","",13,11.8,9.8,8.2,5.6,3.2,1,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","61104",1,43.629611,-72.309583,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,202.755311,107.242081,359,"2013-01-06 05:00",359,"2013-01-16 10:00",359,"2013-01-23 04:00",359,"2013-01-26 00:00","","","","",357,355,350,344,321,193,53,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","61106",1,43.629611,-72.309583,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,28.54365,14.018668,82.3,"2013-06-05 07:00",81.7,"2013-05-03 07:00",81.2,"2013-06-12 02:00",80.9,"2013-09-28 10:00","","","","",69,64.9,57,50.1,35.7,24.9,14.5,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","62101",1,43.629611,-72.309583,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,48.407509,22.442756,95,"2013-07-17 14:00",95,"2013-07-17 15:00",94,"2013-07-17 16:00",94,"2013-07-19 14:00","","","","",89,86,81,75,67,51,18,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-26" +"33","009","0010","68101",1,43.629611,-72.309583,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",23,74,23,31,0,0,"","","Certification not required",0,0.517391,0.057621,0.6,"2013-04-10 00:00",0.6,"2013-05-28 00:00",0.6,"2013-07-15 00:00",0.6,"2013-08-20 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.5,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68102",1,43.629611,-72.309583,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",23,74,23,31,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68103",1,43.629611,-72.309583,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,3.917391,11.644064,19.9,"2013-09-01 00:00",19.7,"2013-08-08 00:00",19.6,"2013-07-15 00:00",17.3,"2013-07-03 00:00","","","","",19.9,19.9,19.7,19.6,13.1,5.8,-11.9,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68104",1,43.629611,-72.309583,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,16.404348,13.530823,33,"2013-07-15 00:00",31.3,"2013-07-03 00:00",29.7,"2013-08-20 00:00",29.7,"2013-09-01 00:00","","","","",33,33,31.3,29.7,29.3,20.3,-3,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68105",1,43.629611,-72.309583,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",23,74,23,31,0,0,"","","Certification not required",0,10.156522,11.982936,26.2,"2013-07-15 00:00",24,"2013-07-03 00:00",23.8,"2013-08-08 00:00",23.8,"2013-09-01 00:00","","","","",26.2,26.2,24,23.8,20.4,14.5,-6.3,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68106",1,43.629611,-72.309583,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,743.826087,5.457707,759,"2013-04-22 00:00",750,"2013-05-04 00:00",750,"2013-06-21 00:00",749,"2013-07-15 00:00","","","","",759,759,750,750,748,744,738,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68107",1,43.629611,-72.309583,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,749.826087,5.331315,764,"2013-04-22 00:00",758,"2013-01-28 00:00",755,"2013-05-04 00:00",754,"2013-03-17 00:00","","","","",764,764,758,755,753,751,743,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68108",1,43.629611,-72.309583,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,74,23,31,0,0,"","","Certification not required",0,745.956522,5.295609,761,"2013-04-22 00:00",752,"2013-05-04 00:00",751,"2013-01-28 00:00",751,"2013-06-21 00:00","","","","",761,761,752,751,750,745,740,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","68109",1,43.629611,-72.309583,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",23,74,23,31,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","88101",1,43.629611,-72.309583,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,0,0,0,"Certification not required",0,6.634783,2.680164,13.6,"2013-08-20 00:00",11.8,"2013-01-04 00:00",10.5,"2013-01-28 00:00",9.6,"2013-09-01 00:00","","","","",13.6,13.6,11.8,10.5,7.7,5.9,4.1,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","88101",1,43.629611,-72.309583,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",23,74,23,31,0,0,"","","Certification not required",0,6.634783,2.680164,13.6,"2013-08-20 00:00",11.8,"2013-01-04 00:00",10.5,"2013-01-28 00:00",9.6,"2013-09-01 00:00","","","","",13.6,13.6,11.8,10.5,7.7,5.9,4.1,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2014-01-02" +"33","009","0010","88101",3,43.629611,-72.309583,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6354,73,270,365,0,198,"","","Certification not required",0,6.065785,5.074186,46.7,"2013-04-16 20:00",41.2,"2013-01-09 14:00",36.2,"2013-01-09 15:00",34.1,"2013-01-08 13:00","","","","",23,20.3,15.9,12.3,8.4,5.3,0.6,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-30" +"33","009","0010","88101",3,43.629611,-72.309583,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,0,0,"Certification not required",0,6.009398,3.857082,23.3,"2013-01-09 00:00",20.6,"2013-01-08 00:00",18.1,"2013-02-11 00:00",16.7,"2013-01-04 00:00","","","","",18.1,16.4,13.8,11.1,7.8,5.2,1.8,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-30" +"33","009","0010","88101",3,43.629611,-72.309583,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,6.009398,3.857082,23.3,"2013-01-09 00:00",20.6,"2013-01-08 00:00",18.1,"2013-02-11 00:00",16.7,"2013-01-04 00:00","","","","",18.1,16.4,13.8,11.1,7.8,5.2,1.8,"LEBANON AIRPORT ROAD","LEBANON AIRPORT","New Hampshire","Grafton","Lebanon","Lebanon, NH-VT","2013-12-30" +"33","009","9991","44201",1,43.945,-71.7008,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7714,97,177,183,0,302,0,0,"Certification not required",244,0.038972,0.010983,0.068,"2013-04-28 18:00",0.068,"2013-04-30 18:00",0.065,"2013-04-29 14:00",0.064,"2013-05-06 16:00","","","","",0.068,0.064,0.06,0.055,0.048,0.044,0.038,"Woodstock","Hubbard Brook Experimental Forest, North Woodstock, NH 03262","New Hampshire","Grafton","","Lebanon, NH-VT","2014-01-31" +"33","009","9991","44201",1,43.945,-71.7008,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7815,95,174,183,0,0,0,0,"Certification not required",0,0.034736,0.011244,0.065,"2013-04-30 12:00",0.064,"2013-04-29 12:00",0.062,"2013-04-28 12:00",0.061,"2013-05-06 11:00","","","","",0.064,0.061,0.055,0.051,0.046,0.042,0.035,"Woodstock","Hubbard Brook Experimental Forest, North Woodstock, NH 03262","New Hampshire","Grafton","","Lebanon, NH-VT","2014-01-31" +"33","009","9991","44201",1,43.945,-71.7008,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7815,95,174,183,0,0,0,0,"Certification not required",0,0.034736,0.011244,0.065,"2013-04-30 12:00",0.064,"2013-04-29 12:00",0.062,"2013-04-28 12:00",0.061,"2013-05-06 11:00","","","","",0.064,0.061,0.055,0.051,0.046,0.042,0.035,"Woodstock","Hubbard Brook Experimental Forest, North Woodstock, NH 03262","New Hampshire","Grafton","","Lebanon, NH-VT","2014-01-31" +"33","011","1011","42601",1,42.718664,-71.522427,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1125,22,47,214,0,1803,"","","Certification not required",0,0.516267,1.987531,25.4,"2013-09-09 07:00",19.2,"2013-09-06 08:00",16.2,"2013-09-09 08:00",15.2,"2013-08-28 07:00","","","","",9.7,6.9,3.4,1.9,0.4,-0.1,-0.4,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","42602",1,42.718664,-71.522427,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1125,13,47,365,0,1803,0,"","Certification not required",0,3.261702,1.621936,8.6,"2013-08-28 08:00",7.7,"2013-09-30 07:00",7.1,"2013-09-20 08:00",5.8,"2013-09-25 18:00","","","","",8.6,8.6,7.1,5.6,3.8,2.8,1.7,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","42602",1,42.718664,-71.522427,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1125,13,47,365,0,1803,"","","Certification not required",0,1.572978,1.034949,8.6,"2013-08-28 08:00",7.7,"2013-09-30 07:00",7.1,"2013-09-20 08:00",6.7,"2013-09-30 10:00","","","","",5.6,4.8,3.5,2.8,1.9,1.3,0.6,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","42603",1,42.718664,-71.522427,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1125,22,47,214,0,1803,"","","Certification not required",0,2.0784,2.430399,27.5,"2013-09-09 07:00",23.3,"2013-08-28 08:00",21.5,"2013-08-28 07:00",21,"2013-09-06 08:00","","","","",12.7,9.7,6.2,4.1,2.3,1.4,0.5,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","43000",1,42.718664,-71.522427,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,10.774908,7.205555,56.8,"2013-07-15 05:00",55.5,"2013-07-15 02:00",53.7,"2013-07-15 04:00",50.5,"2013-07-17 04:00","","","","",36,31.8,25.5,19.6,13.3,9.2,3.6,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43000",2,42.718664,-71.522427,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,30.73,14.412807,67.4,"2013-07-15 00:00",36.5,"2013-07-21 00:00",31.5,"2013-07-09 00:00",30.6,"2013-07-03 00:00","","","","",67.4,67.4,67.4,67.4,31.5,30.5,21.6,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43102",1,42.718664,-71.522427,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,12.730374,7.84275,62.6,"2013-07-15 05:00",61.4,"2013-07-15 02:00",60.4,"2013-07-15 04:00",57.5,"2013-07-17 04:00","","","","",39.4,35.3,28.5,22.4,15.8,11,4.9,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43102",2,42.718664,-71.522427,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,36.7,15.547133,75.7,"2013-07-15 00:00",44,"2013-07-21 00:00",38.5,"2013-07-03 00:00",37.4,"2013-07-09 00:00","","","","",75.7,75.7,75.7,75.7,38.5,36.2,26.2,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43202",1,42.718664,-71.522427,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2,1.080789,0.385854,3.41,"2013-09-11 14:00",3.25,"2013-09-11 15:00",3.21,"2013-09-11 20:00",2.97,"2013-09-11 10:00","","","","",2.35,2.17,1.84,1.58,1.27,1.01,0.67,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43202",2,42.718664,-71.522427,"NAD83","Ethane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,2.57,0.596378,3.6,"2013-08-26 00:00",2.9,"2013-07-09 00:00",2.9,"2013-07-21 00:00",2.9,"2013-08-02 00:00","","","","",3.6,3.6,3.6,3.6,2.9,2.8,2,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43203",1,42.718664,-71.522427,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",556,0.253676,0.203695,2.24,"2013-09-27 21:00",1.86,"2013-08-17 22:00",1.62,"2013-06-21 23:00",1.27,"2013-09-29 04:00","","","","",0.85,0.72,0.6,0.5,0.37,0.24,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43203",2,42.718664,-71.522427,"NAD83","Ethylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.68,0.193218,1,"2013-07-15 00:00",0.9,"2013-07-03 00:00",0.8,"2013-07-09 00:00",0.8,"2013-07-21 00:00","","","","",1,1,1,1,0.8,0.7,0.5,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43204",1,42.718664,-71.522427,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",7,1.995835,2.198668,19.83,"2013-09-29 06:00",19.7,"2013-07-16 01:00",18.84,"2013-09-28 06:00",17.23,"2013-08-21 06:00","","","","",12.11,9.83,6.21,3.96,2.09,1.34,0.6,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43204",2,42.718664,-71.522427,"NAD83","Propane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,4.22,2.601196,10.7,"2013-07-15 00:00",5.8,"2013-07-21 00:00",5,"2013-08-20 00:00",4.2,"2013-07-09 00:00","","","","",10.7,10.7,10.7,10.7,5,3.9,2.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43205",1,42.718664,-71.522427,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",457,0.256264,0.158743,1.3,"2013-09-27 21:00",1.14,"2013-08-17 22:00",0.95,"2013-06-21 23:00",0.93,"2013-07-17 04:00","","","","",0.63,0.57,0.5,0.45,0.36,0.27,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43205",2,42.718664,-71.522427,"NAD83","Propylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.45,0.164992,0.7,"2013-07-15 00:00",0.6,"2013-07-21 00:00",0.6,"2013-07-27 00:00",0.5,"2013-07-03 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.5,0.3,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43206",1,42.718664,-71.522427,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",1069,0.140004,0.101258,1.9,"2013-09-26 19:00",0.7,"2013-07-09 17:00",0.6,"2013-08-17 22:00",0.5,"2013-06-20 19:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.05,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43206",2,42.718664,-71.522427,"NAD83","Acetylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.34,0.069921,0.4,"2013-07-09 00:00",0.4,"2013-07-15 00:00",0.4,"2013-07-27 00:00",0.4,"2013-08-08 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.3,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43212",1,42.718664,-71.522427,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",95,0.362841,0.216057,2.44,"2013-06-20 08:00",2.3,"2013-09-28 19:00",2.1,"2013-08-27 07:00",2.03,"2013-07-22 07:00","","","","",1.06,0.9,0.73,0.62,0.46,0.33,0.15,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43212",2,42.718664,-71.522427,"NAD83","n-Butane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.85,0.267706,1.2,"2013-07-09 00:00",1.2,"2013-08-26 00:00",1,"2013-07-15 00:00",1,"2013-07-21 00:00","","","","",1.2,1.2,1.2,1.2,1,0.9,0.5,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43214",1,42.718664,-71.522427,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",493,0.218083,0.162349,2.04,"2013-07-01 13:00",1.26,"2013-07-23 10:00",1.2,"2013-07-22 07:00",1.19,"2013-07-01 14:00","","","","",0.7,0.63,0.51,0.41,0.3,0.2,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43214",2,42.718664,-71.522427,"NAD83","Isobutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.47,0.176698,0.7,"2013-07-09 00:00",0.7,"2013-07-15 00:00",0.6,"2013-07-03 00:00",0.6,"2013-07-21 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.5,0.3,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43216",1,42.718664,-71.522427,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2627,0.007837,0.016015,0.22,"2013-09-27 21:00",0.18,"2013-06-19 22:00",0.18,"2013-09-04 03:00",0.18,"2013-09-29 01:00","","","","",0.09,0.07,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43216",2,42.718664,-71.522427,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",9,0.0145,0.030042,0.1,"2013-08-14 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43217",1,42.718664,-71.522427,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2681,0.006223,0.010105,0.16,"2013-09-27 21:00",0.15,"2013-06-20 19:00",0.14,"2013-09-08 02:00",0.13,"2013-06-20 18:00","","","","",0.06,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43217",2,42.718664,-71.522427,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43220",1,42.718664,-71.522427,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",45,0.339657,0.224203,3.03,"2013-06-20 19:00",2.8,"2013-06-20 04:00",2.25,"2013-07-01 11:00",2.18,"2013-09-20 21:00","","","","",1.07,0.94,0.74,0.6,0.42,0.29,0.14,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43220",2,42.718664,-71.522427,"NAD83","n-Pentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.83,0.235938,1.1,"2013-07-09 00:00",1.1,"2013-07-15 00:00",1.1,"2013-07-21 00:00",1,"2013-08-26 00:00","","","","",1.1,1.1,1.1,1.1,1.1,0.9,0.6,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43221",1,42.718664,-71.522427,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",59,0.485171,0.363211,5.7,"2013-06-20 04:00",4.3,"2013-06-20 19:00",3.85,"2013-06-20 03:00",3.37,"2013-09-20 21:00","","","","",1.71,1.45,1.12,0.92,0.62,0.39,0.16,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43221",2,42.718664,-71.522427,"NAD83","Isopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,1.35,0.445346,2.1,"2013-07-09 00:00",1.9,"2013-07-21 00:00",1.7,"2013-07-15 00:00",1.6,"2013-08-26 00:00","","","","",2.1,2.1,2.1,2.1,1.7,1.2,0.9,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43224",1,42.718664,-71.522427,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2678,0.006504,0.013317,0.36,"2013-06-20 04:00",0.26,"2013-06-20 03:00",0.16,"2013-06-10 05:00",0.15,"2013-06-20 05:00","","","","",0.07,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43224",2,42.718664,-71.522427,"NAD83","1-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",9,0.0145,0.030042,0.1,"2013-07-09 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0.1,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43226",1,42.718664,-71.522427,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2706,0.005635,0.00819,0.22,"2013-06-20 04:00",0.15,"2013-06-20 03:00",0.15,"2013-06-20 19:00",0.12,"2013-06-19 19:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43226",2,42.718664,-71.522427,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43227",1,42.718664,-71.522427,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2688,0.006222,0.011482,0.29,"2013-06-20 04:00",0.16,"2013-07-17 21:00",0.15,"2013-07-27 18:00",0.14,"2013-06-20 03:00","","","","",0.06,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43227",2,42.718664,-71.522427,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43230",1,42.718664,-71.522427,"NAD83","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2493,0.018135,0.051198,0.89,"2013-06-20 19:00",0.65,"2013-06-20 04:00",0.45,"2013-06-20 03:00",0.43,"2013-06-19 19:00","","","","",0.25,0.19,0.12,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43230",2,42.718664,-71.522427,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",3,0.1215,0.101353,0.3,"2013-07-03 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-15 00:00",0.2,"2013-08-02 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43231",1,42.718664,-71.522427,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.145418,0.131605,1.57,"2013-06-20 19:00",0.93,"2013-06-20 04:00",0.88,"2013-09-20 21:00",0.76,"2013-06-20 20:00","","","","",0.56,0.47,0.38,0.31,0.21,0.14,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43231",2,42.718664,-71.522427,"NAD83","n-Hexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.42,0.139841,0.7,"2013-07-09 00:00",0.5,"2013-07-15 00:00",0.5,"2013-07-21 00:00",0.5,"2013-08-08 00:00","","","","",0.7,0.7,0.7,0.7,0.5,0.4,0.3,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43232",1,42.718664,-71.522427,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2314,0.029681,0.064614,0.78,"2013-06-20 19:00",0.45,"2013-08-12 20:00",0.43,"2013-08-07 06:00",0.4,"2013-06-20 20:00","","","","",0.27,0.24,0.19,0.13,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43232",2,42.718664,-71.522427,"NAD83","n-Heptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.2305,0.1328,0.5,"2013-07-27 00:00",0.3,"2013-07-15 00:00",0.3,"2013-07-21 00:00",0.3,"2013-08-08 00:00","","","","",0.5,0.5,0.5,0.5,0.3,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43233",1,42.718664,-71.522427,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2568,0.010543,0.024246,0.3,"2013-06-20 19:00",0.3,"2013-09-06 00:00",0.22,"2013-09-05 23:00",0.21,"2013-06-09 01:00","","","","",0.12,0.11,0.07,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43233",2,42.718664,-71.522427,"NAD83","n-Octane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.17,0.082327,0.3,"2013-07-27 00:00",0.3,"2013-08-14 00:00",0.2,"2013-07-15 00:00",0.2,"2013-07-21 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43235",1,42.718664,-71.522427,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2497,0.013421,0.02987,0.28,"2013-07-09 18:00",0.28,"2013-09-06 00:00",0.22,"2013-06-29 01:00",0.22,"2013-07-22 03:00","","","","",0.15,0.13,0.09,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43235",2,42.718664,-71.522427,"NAD83","n-Nonane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",3,0.0815,0.061149,0.2,"2013-07-09 00:00",0.1,"2013-07-15 00:00",0.1,"2013-07-21 00:00",0.1,"2013-08-02 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43238",1,42.718664,-71.522427,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2345,0.01841,0.036808,0.42,"2013-07-18 16:00",0.32,"2013-08-17 22:00",0.29,"2013-06-07 02:00",0.27,"2013-07-12 02:00","","","","",0.16,0.14,0.1,0.08,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43238",2,42.718664,-71.522427,"NAD83","n-Decane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.1505,0.10725,0.4,"2013-07-09 00:00",0.2,"2013-08-02 00:00",0.2,"2013-08-08 00:00",0.2,"2013-08-26 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0.1,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43242",1,42.718664,-71.522427,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2253,0.022779,0.04362,0.41,"2013-09-28 19:00",0.32,"2013-09-20 19:00",0.3,"2013-09-20 20:00",0.28,"2013-09-20 21:00","","","","",0.19,0.16,0.13,0.09,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43242",2,42.718664,-71.522427,"NAD83","Cyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",4,0.082,0.076638,0.2,"2013-07-09 00:00",0.2,"2013-08-08 00:00",0.1,"2013-07-15 00:00",0.1,"2013-07-21 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43243",1,42.718664,-71.522427,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",114,1.19168,1.506769,16.28,"2013-07-15 17:00",15.28,"2013-07-15 18:00",13.95,"2013-07-15 19:00",12.72,"2013-07-14 19:00","","","","",7.42,5.71,3.91,2.86,1.54,0.67,0.14,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43243",2,42.718664,-71.522427,"NAD83","Isoprene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,4.93,5.350607,19.4,"2013-07-15 00:00",5.2,"2013-07-21 00:00",5.2,"2013-07-27 00:00",5.2,"2013-08-20 00:00","","","","",19.4,19.4,19.4,19.4,5.2,4.8,1.4,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43244",1,42.718664,-71.522427,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2700,0.00577,0.00843,0.18,"2013-07-01 10:00",0.14,"2013-07-03 14:00",0.14,"2013-07-30 10:00",0.12,"2013-09-27 02:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43244",2,42.718664,-71.522427,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43247",1,42.718664,-71.522427,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2686,0.006996,0.018023,0.38,"2013-06-20 19:00",0.25,"2013-09-20 21:00",0.24,"2013-08-02 21:00",0.23,"2013-09-30 09:00","","","","",0.11,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43247",2,42.718664,-71.522427,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43248",1,42.718664,-71.522427,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2465,0.018843,0.046245,0.67,"2013-06-20 19:00",0.34,"2013-06-20 20:00",0.33,"2013-07-28 04:00",0.31,"2013-06-20 03:00","","","","",0.21,0.18,0.14,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43248",2,42.718664,-71.522427,"NAD83","Cyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.093,0.117218,0.3,"2013-07-21 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-15 00:00",0.2,"2013-08-08 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43249",1,42.718664,-71.522427,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",1965,0.049342,0.082149,0.81,"2013-06-20 19:00",0.64,"2013-09-25 15:00",0.61,"2013-08-12 20:00",0.49,"2013-07-01 19:00","","","","",0.32,0.28,0.22,0.17,0.08,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43249",2,42.718664,-71.522427,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.2105,0.098275,0.3,"2013-07-03 00:00",0.3,"2013-07-09 00:00",0.3,"2013-07-21 00:00",0.3,"2013-08-08 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43250",1,42.718664,-71.522427,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.094754,0.176259,1.48,"2013-06-20 19:00",1.08,"2013-07-28 07:00",1.02,"2013-09-20 21:00",0.97,"2013-08-02 21:00","","","","",0.69,0.62,0.49,0.36,0.15,0,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43250",2,42.718664,-71.522427,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.4,0.163299,0.7,"2013-08-08 00:00",0.6,"2013-07-15 00:00",0.5,"2013-07-21 00:00",0.4,"2013-08-02 00:00","","","","",0.7,0.7,0.7,0.7,0.5,0.4,0.2,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43252",1,42.718664,-71.522427,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2245,0.026935,0.051995,0.52,"2013-07-09 22:00",0.4,"2013-09-20 20:00",0.36,"2013-07-31 18:00",0.34,"2013-08-02 21:00","","","","",0.2,0.18,0.14,0.11,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43252",2,42.718664,-71.522427,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.1405,0.068817,0.2,"2013-07-15 00:00",0.2,"2013-07-21 00:00",0.2,"2013-08-02 00:00",0.2,"2013-08-08 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43253",1,42.718664,-71.522427,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2660,0.007667,0.018305,0.32,"2013-06-20 19:00",0.21,"2013-08-12 20:00",0.2,"2013-09-20 20:00",0.18,"2013-06-19 19:00","","","","",0.12,0.08,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43253",2,42.718664,-71.522427,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0435,0.067702,0.2,"2013-08-08 00:00",0.1,"2013-07-21 00:00",0.1,"2013-08-26 00:00",0.005,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43261",1,42.718664,-71.522427,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2524,0.013742,0.033985,0.52,"2013-06-20 19:00",0.35,"2013-06-19 19:00",0.31,"2013-08-07 03:00",0.25,"2013-06-20 20:00","","","","",0.16,0.15,0.09,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43261",2,42.718664,-71.522427,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",4,0.092,0.085284,0.2,"2013-07-27 00:00",0.2,"2013-08-08 00:00",0.2,"2013-08-26 00:00",0.1,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43262",1,42.718664,-71.522427,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",1810,0.057594,0.084619,1.01,"2013-06-20 19:00",0.53,"2013-09-29 03:00",0.51,"2013-06-20 04:00",0.48,"2013-06-20 20:00","","","","",0.32,0.27,0.22,0.18,0.12,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43262",2,42.718664,-71.522427,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.28,0.078881,0.4,"2013-07-09 00:00",0.4,"2013-07-27 00:00",0.3,"2013-07-15 00:00",0.3,"2013-07-21 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.2,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43263",1,42.718664,-71.522427,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2101,0.034305,0.061035,0.71,"2013-06-20 19:00",0.57,"2013-08-12 20:00",0.45,"2013-09-20 21:00",0.35,"2013-08-17 07:00","","","","",0.25,0.21,0.16,0.13,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43263",2,42.718664,-71.522427,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",3,0.1315,0.103898,0.3,"2013-07-15 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-21 00:00",0.2,"2013-07-27 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43280",1,42.718664,-71.522427,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2485,0.013182,0.02933,0.39,"2013-09-27 21:00",0.31,"2013-08-17 22:00",0.26,"2013-07-17 04:00",0.24,"2013-07-17 03:00","","","","",0.14,0.12,0.08,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43280",2,42.718664,-71.522427,"NAD83","1-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",2,0.121,0.090456,0.3,"2013-07-03 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-27 00:00",0.1,"2013-07-15 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43284",1,42.718664,-71.522427,"NAD83","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2678,0.007062,0.016956,0.31,"2013-06-20 04:00",0.3,"2013-06-20 19:00",0.22,"2013-06-20 03:00",0.2,"2013-06-20 05:00","","","","",0.1,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43284",2,42.718664,-71.522427,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",8,0.044,0.082219,0.2,"2013-07-15 00:00",0.2,"2013-08-02 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00","","","","",0.2,0.2,0.2,0.2,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43285",1,42.718664,-71.522427,"NAD83","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",1793,0.042966,0.06684,0.77,"2013-06-20 19:00",0.63,"2013-06-20 04:00",0.54,"2013-08-17 04:00",0.47,"2013-07-13 00:00","","","","",0.28,0.23,0.18,0.14,0.07,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43285",2,42.718664,-71.522427,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.14,0.05164,0.2,"2013-07-03 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-15 00:00",0.2,"2013-08-20 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43291",1,42.718664,-71.522427,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2562,0.011915,0.030802,0.42,"2013-08-12 20:00",0.38,"2013-06-20 19:00",0.29,"2013-06-22 01:00",0.28,"2013-06-20 04:00","","","","",0.16,0.12,0.07,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43291",2,42.718664,-71.522427,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0435,0.067702,0.2,"2013-07-15 00:00",0.1,"2013-08-08 00:00",0.1,"2013-08-20 00:00",0.005,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43954",1,42.718664,-71.522427,"NAD83","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2259,0.020512,0.038742,0.45,"2013-07-26 10:00",0.29,"2013-06-07 11:00",0.29,"2013-08-02 10:00",0.29,"2013-09-06 13:00","","","","",0.18,0.13,0.1,0.08,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43954",2,42.718664,-71.522427,"NAD83","n-Undecane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.1105,0.0557,0.2,"2013-08-20 00:00",0.2,"2013-08-26 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-09 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43960",1,42.718664,-71.522427,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2670,0.007106,0.015886,0.25,"2013-07-22 02:00",0.24,"2013-09-20 21:00",0.2,"2013-07-22 04:00",0.19,"2013-08-10 19:00","","","","",0.1,0.06,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","43960",2,42.718664,-71.522427,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.043,0.049058,0.1,"2013-07-15 00:00",0.1,"2013-07-21 00:00",0.1,"2013-08-08 00:00",0.1,"2013-08-26 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","44201",1,42.718664,-71.522427,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4306,99,181,183,0,86,0,0,"Certification not required",309,0.046961,0.011673,0.081,"2013-09-11 20:00",0.075,"2013-04-29 14:00",0.073,"2013-04-28 14:00",0.073,"2013-06-01 10:00","","","","",0.075,0.073,0.068,0.063,0.055,0.046,0.034,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","44201",1,42.718664,-71.522427,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4346,99,181,183,0,0,0,0,"Certification not required",0,0.042055,0.011315,0.07,"2013-04-29 09:00",0.069,"2013-04-28 10:00",0.069,"2013-06-01 09:00",0.068,"2013-09-11 13:00","","","","",0.069,0.068,0.062,0.057,0.052,0.041,0.029,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","44201",1,42.718664,-71.522427,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4346,99,181,183,0,0,0,0,"Certification not required",0,0.042055,0.011315,0.07,"2013-04-29 09:00",0.069,"2013-04-28 10:00",0.069,"2013-06-01 09:00",0.068,"2013-09-11 13:00","","","","",0.069,0.068,0.062,0.057,0.052,0.041,0.029,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","45109",1,42.718664,-71.522427,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.179277,0.161344,1.8,"2013-06-20 19:00",1.34,"2013-06-21 19:00",1.09,"2013-09-20 20:00",1.09,"2013-09-20 21:00","","","","",0.67,0.58,0.47,0.38,0.26,0.17,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45109",2,42.718664,-71.522427,"NAD83","m/p Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.5,0.182574,0.8,"2013-07-15 00:00",0.7,"2013-07-03 00:00",0.6,"2013-07-09 00:00",0.6,"2013-07-21 00:00","","","","",0.8,0.8,0.8,0.8,0.6,0.6,0.3,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45201",1,42.718664,-71.522427,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.237403,0.094623,0.82,"2013-09-27 21:00",0.77,"2013-09-29 20:00",0.75,"2013-08-17 22:00",0.72,"2013-06-22 02:00","","","","",0.54,0.48,0.39,0.35,0.29,0.23,0.13,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45201",2,42.718664,-71.522427,"NAD83","Benzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,1.5,0.635959,2.8,"2013-07-03 00:00",2.2,"2013-07-09 00:00",1.6,"2013-07-15 00:00",1.5,"2013-07-21 00:00","","","","",2.8,2.8,2.8,2.8,1.6,1.5,1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45202",1,42.718664,-71.522427,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.467142,0.336721,3.61,"2013-09-20 20:00",3.28,"2013-09-20 21:00",3.07,"2013-06-20 19:00",2.74,"2013-09-20 23:00","","","","",1.59,1.39,1.1,0.89,0.6,0.39,0.15,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45202",2,42.718664,-71.522427,"NAD83","Toluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,1.33,0.577446,2.7,"2013-07-09 00:00",1.7,"2013-07-15 00:00",1.5,"2013-07-21 00:00",1.3,"2013-07-03 00:00","","","","",2.7,2.7,2.7,2.7,1.5,1.3,0.9,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45203",1,42.718664,-71.522427,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.0535,0.074071,0.73,"2013-06-20 19:00",0.42,"2013-06-19 20:00",0.38,"2013-07-28 01:00",0.38,"2013-09-20 21:00","","","","",0.26,0.23,0.19,0.16,0.1,0,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45203",2,42.718664,-71.522427,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.19,0.073786,0.3,"2013-07-15 00:00",0.3,"2013-07-21 00:00",0.2,"2013-07-03 00:00",0.2,"2013-07-09 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45204",1,42.718664,-71.522427,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.057414,0.074903,0.68,"2013-06-20 19:00",0.51,"2013-06-21 19:00",0.5,"2013-09-20 20:00",0.45,"2013-09-20 21:00","","","","",0.27,0.24,0.19,0.16,0.11,0,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45204",2,42.718664,-71.522427,"NAD83","o-Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.2,0.066667,0.3,"2013-07-21 00:00",0.3,"2013-08-08 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-15 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45207",1,42.718664,-71.522427,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2101,0.033835,0.068604,1.8,"2013-07-29 19:00",0.47,"2013-06-10 00:00",0.44,"2013-06-20 19:00",0.4,"2013-06-09 23:00","","","","",0.28,0.22,0.16,0.12,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45207",2,42.718664,-71.522427,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",3,0.1315,0.114092,0.3,"2013-07-15 00:00",0.3,"2013-08-08 00:00",0.2,"2013-07-09 00:00",0.2,"2013-08-02 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45208",1,42.718664,-71.522427,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",1110,0.074989,0.113803,4.63,"2013-07-29 19:00",0.69,"2013-06-20 19:00",0.64,"2013-06-10 01:00",0.59,"2013-06-10 00:00","","","","",0.3,0.26,0.2,0.16,0.11,0.07,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45208",2,42.718664,-71.522427,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.19,0.08756,0.3,"2013-07-09 00:00",0.3,"2013-07-15 00:00",0.3,"2013-08-08 00:00",0.2,"2013-07-21 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45209",1,42.718664,-71.522427,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2566,0.011467,0.031618,0.94,"2013-07-29 19:00",0.27,"2013-06-20 19:00",0.23,"2013-07-17 00:00",0.21,"2013-06-10 01:00","","","","",0.14,0.12,0.07,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45209",2,42.718664,-71.522427,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.043,0.049058,0.1,"2013-07-15 00:00",0.1,"2013-08-08 00:00",0.1,"2013-08-20 00:00",0.1,"2013-08-26 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45210",1,42.718664,-71.522427,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.001126,0.011118,0.22,"2013-07-29 19:00",0.17,"2013-06-16 03:00",0.14,"2013-07-02 05:00",0.13,"2013-06-16 01:00","","","","",0.07,0,0,0,0,0,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45210",2,42.718664,-71.522427,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.01,0.031623,0.1,"2013-08-20 00:00",0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45211",1,42.718664,-71.522427,"NAD83","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2554,0.014061,0.045776,1.33,"2013-07-29 19:00",0.55,"2013-07-22 11:00",0.45,"2013-07-08 11:00",0.39,"2013-07-19 11:00","","","","",0.2,0.15,0.08,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45211",2,42.718664,-71.522427,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.3205,0.138573,0.5,"2013-07-03 00:00",0.4,"2013-08-08 00:00",0.4,"2013-08-14 00:00",0.4,"2013-08-20 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.4,0.2,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45212",1,42.718664,-71.522427,"NAD83","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",112,0.815084,0.874479,6.63,"2013-07-15 04:00",6.38,"2013-07-14 22:00",6.32,"2013-07-14 23:00",6.31,"2013-07-15 00:00","","","","",4.28,3.3,2.51,1.98,1.09,0.5,0.13,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45212",2,42.718664,-71.522427,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,2.06,1.48937,6,"2013-07-15 00:00",2.4,"2013-07-21 00:00",2.4,"2013-08-20 00:00",1.9,"2013-07-03 00:00","","","","",6,6,6,6,2.4,1.7,1,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45213",1,42.718664,-71.522427,"NAD83","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2724,0.005139,0.005147,0.2,"2013-06-23 12:00",0.19,"2013-09-11 21:00",0.005,"2013-06-01 00:00",0.005,"2013-06-01 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45213",2,42.718664,-71.522427,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45218",1,42.718664,-71.522427,"NAD83","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2446,0.016291,0.036292,0.33,"2013-07-26 10:00",0.29,"2013-07-08 11:00",0.28,"2013-08-18 00:00",0.27,"2013-09-30 13:00","","","","",0.17,0.14,0.11,0.06,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45218",2,42.718664,-71.522427,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0535,0.082699,0.2,"2013-07-09 00:00",0.2,"2013-07-21 00:00",0.1,"2013-08-02 00:00",0.005,"2013-07-03 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45219",1,42.718664,-71.522427,"NAD83","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",2483,0.014364,0.032507,0.35,"2013-09-23 11:00",0.3,"2013-07-29 19:00",0.28,"2013-09-20 23:00",0.25,"2013-08-12 08:00","","","","",0.16,0.13,0.1,0.005,0.005,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45219",2,42.718664,-71.522427,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.063,0.081962,0.2,"2013-07-03 00:00",0.2,"2013-08-08 00:00",0.1,"2013-08-20 00:00",0.1,"2013-08-26 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.005,0.005,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45220",1,42.718664,-71.522427,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",0,0.015473,0.052108,0.62,"2013-07-26 10:00",0.56,"2013-06-07 11:00",0.5,"2013-07-11 11:00",0.42,"2013-07-05 10:00","","","","",0.25,0.19,0.14,0.07,0,0,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45220",2,42.718664,-71.522427,"NAD83","Styrene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.17,0.149443,0.4,"2013-08-20 00:00",0.4,"2013-08-26 00:00",0.2,"2013-07-03 00:00",0.2,"2013-07-09 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0.2,0,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45225",1,42.718664,-71.522427,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2726,31,114,365,0,202,"","","Certification not required",5,1.906939,2.063583,16.92,"2013-07-14 23:00",16.79,"2013-07-15 04:00",16.33,"2013-07-14 22:00",16.33,"2013-07-15 00:00","","","","",10.42,7.79,5.72,4.42,2.46,1.21,0.3,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","45225",2,42.718664,-71.522427,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,4.19,3.079123,12.2,"2013-07-15 00:00",5.7,"2013-07-21 00:00",4.6,"2013-07-03 00:00",4.1,"2013-08-20 00:00","","","","",12.2,12.2,12.2,12.2,4.6,3.1,1.9,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-14" +"33","011","1011","61101",1,42.718664,-71.522427,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2159,25,90,365,0,1,"","","Certification not required",0,4.144558,2.981122,14.8,"2013-02-17 14:00",14.2,"2013-02-17 12:00",14.1,"2013-02-17 11:00",14,"2013-02-17 19:00","","","","",12.7,11.5,9.9,8.4,6,3.6,0.6,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-06-21" +"33","011","1011","61102",1,42.718664,-71.522427,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2159,25,90,365,0,1,"","","Certification not required",0,230.723483,98.760103,360,"2013-01-18 04:00",360,"2013-03-08 20:00",360,"2013-03-09 07:00",359,"2013-02-24 02:00","","","","",356,352,344,333,313,262,71,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-06-21" +"33","011","1011","61103",1,42.718664,-71.522427,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6543,75,273,365,0,9,"","","Certification not required",0,3.302904,2.624719,14.8,"2013-02-17 14:00",14.2,"2013-02-17 12:00",14.1,"2013-02-17 11:00",14,"2013-02-17 19:00","","","","",11.3,10.2,8.5,6.9,4.8,2.7,0.5,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","61104",1,42.718664,-71.522427,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,209.674156,93.235644,360,"2013-01-18 04:00",360,"2013-03-08 20:00",360,"2013-03-09 07:00",360,"2013-04-13 02:00","","","","",355,351,341,328,296,210,80,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1011","62101",1,42.718664,-71.522427,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,1,"","","Certification not required",0,53.223172,20.440088,97,"2013-07-19 12:00",97,"2013-07-19 13:00",97,"2013-07-19 14:00",97,"2013-09-11 13:00","","","","",93,90,84,79,70,55,26,"GILSON ROAD","GILSON ROAD","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2013-12-26" +"33","011","1015","68101",1,42.762056,-71.444583,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.402326,0.16108,0.7,"2013-03-05 00:00",0.6,"2013-04-22 00:00",0.6,"2013-04-28 00:00",0.6,"2013-05-16 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.4,0.1,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68102",1,42.762056,-71.444583,"WGS84","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",43,70,43,61,0,2,"","","Certification not required",0,24.002326,0.01525,24.1,"2013-03-05 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00","","","","",24.1,24.1,24,24,24,24,24,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68103",1,42.762056,-71.444583,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",43,70,43,61,0,2,"","","Certification not required",0,6.386047,9.307385,20.6,"2013-09-01 00:00",20.3,"2013-07-15 00:00",18.6,"2013-08-08 00:00",18.1,"2013-07-09 00:00","","","","",20.6,20.6,18.6,18.1,14.3,6.9,-5.7,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68104",1,42.762056,-71.444583,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",43,70,43,61,0,2,"","","Certification not required",0,21.797674,12.192142,39.4,"2013-07-15 00:00",36.5,"2013-08-20 00:00",36.3,"2013-07-03 00:00",34.7,"2013-05-10 00:00","","","","",39.4,39.4,36.3,34.7,31.6,25.4,3.5,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68105",1,42.762056,-71.444583,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",43,70,43,61,0,2,"","","Certification not required",0,13.47907,10.230476,29.4,"2013-07-15 00:00",26.1,"2013-07-03 00:00",25.3,"2013-09-01 00:00",25.1,"2013-07-21 00:00","","","","",29.4,29.4,25.3,24.9,21.6,14.3,-1.9,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68106",1,42.762056,-71.444583,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,2,"","","Certification not required",0,756.139535,5.230776,773,"2013-04-22 00:00",766,"2013-05-04 00:00",764,"2013-06-21 00:00",763,"2013-04-28 00:00","","","","",773,773,764,762,759,755,750,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68107",1,42.762056,-71.444583,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,2,"","","Certification not required",0,762.209302,5.307489,778,"2013-04-22 00:00",773,"2013-01-10 00:00",770,"2013-01-28 00:00",769,"2013-04-16 00:00","","","","",778,778,770,768,765,762,756,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68108",1,42.762056,-71.444583,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,2,"","","Certification not required",0,758.744186,5.085427,775,"2013-04-22 00:00",767,"2013-01-10 00:00",766,"2013-01-28 00:00",766,"2013-05-04 00:00","","","","",775,775,766,765,763,757,754,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","68109",1,42.762056,-71.444583,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",43,70,43,61,0,2,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","88101",1,42.762056,-71.444583,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,7.660465,3.356312,15.8,"2013-02-15 00:00",13.9,"2013-08-26 00:00",13.8,"2013-07-03 00:00",13.2,"2013-01-04 00:00","","","","",15.8,15.8,13.8,12.8,9.1,7,3.6,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","1015","88101",1,42.762056,-71.444583,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,7.660465,3.356312,15.8,"2013-02-15 00:00",13.9,"2013-08-26 00:00",13.8,"2013-07-03 00:00",13.2,"2013-01-04 00:00","","","","",15.8,15.8,13.8,12.8,9.1,7,3.6,"CROWN STREET","CROWN ST","New Hampshire","Hillsborough","Nashua","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","42101",1,42.86175,-71.878389,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7129,81,300,365,0,167,0,0,"Certification not required",96,0.170411,0.044736,0.414,"2013-01-09 19:00",0.4,"2013-01-09 20:00",0.388,"2013-01-09 18:00",0.386,"2013-07-09 10:00","","","","",0.281,0.259,0.234,0.215,0.198,0.177,0.113,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-17" +"33","011","5001","42101",1,42.86175,-71.878389,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7176,82,297,365,0,0,0,0,"Certification not required",0,0.171697,0.052799,0.3,"2013-01-04 05:00",0.3,"2013-01-04 06:00",0.3,"2013-01-04 07:00",0.3,"2013-01-04 08:00",0.3,"2013-01-04 05:00",0.3,"2013-01-08 06:00",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-17" +"33","011","5001","42401",1,42.86175,-71.878389,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6395,73,269,365,0,157,0,"","Certification not required",0,1.456506,0.700003,7,"2013-01-16 13:00",6.5,"2013-06-16 23:00",6.1,"2013-01-12 06:00",3.8,"2013-02-23 10:00","","","","",6.1,3,2.5,2,1.5,1.3,1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","42401",1,42.86175,-71.878389,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6395,73,269,365,0,157,"","","Certification not required",0,1.10355,0.311652,7,"2013-01-16 13:00",6.5,"2013-06-16 23:00",6.1,"2013-01-12 06:00",3.8,"2013-02-23 10:00","","","","",2.2,2,1.6,1.4,1.2,1.1,0.8,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","42401",1,42.86175,-71.878389,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",269,74,269,365,0,0,0,"","Certification not required",0,1.105204,0.221028,2.2,"2013-01-09 00:00",1.9,"2013-01-29 00:00",1.8,"2013-01-19 00:00",1.8,"2013-02-15 00:00","","","","",1.8,1.7,1.5,1.4,1.2,1.1,0.9,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","42401",1,42.86175,-71.878389,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2079,71,267,365,0,0,"",0,"Certification not required",0,1.076575,0.287642,3.6,"2013-01-16 14:00",3.1,"2013-02-23 11:00",2.9,"2013-06-16 23:00",2.8,"2013-01-09 17:00","","","","",2.2,2,1.6,1.3,1.2,1,0.8,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","42401",2,42.86175,-71.878389,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",75475,72,264,365,0,3149,"","","Certification not required",0,1.101769,0.324634,16.5,"2013-01-16 13:35",15.1,"2013-01-16 13:40",14.1,"2013-01-12 06:20",11.9,"2013-01-12 06:25","","","","",2.2,2,1.6,1.4,1.2,1.1,0.8,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-30" +"33","011","5001","42600",1,42.86175,-71.878389,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",5710,65,240,365,0,842,"","","Certification not required",0,2.474273,2.061168,39.4,"2013-01-09 19:00",37.6,"2013-01-09 20:00",33.5,"2013-01-09 18:00",27.9,"2013-01-09 17:00","","","","",10.4,8.6,5.6,4.3,2.9,2,1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","42601",1,42.86175,-71.878389,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",5708,65,240,365,0,844,"","","Certification not required",0,0.520392,0.48842,15.3,"2013-09-13 07:00",2.5,"2013-02-11 19:00",2.2,"2013-05-15 20:00",2.2,"2013-05-15 21:00","","","","",1.8,1.6,1.2,1.1,0.9,0.4,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","42612",1,42.86175,-71.878389,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",5709,65,240,365,0,843,"","","Certification not required",0,1.906954,2.0031,38.9,"2013-01-09 19:00",37.1,"2013-01-09 20:00",33.1,"2013-01-09 18:00",27.6,"2013-01-09 17:00","","","","",9.8,8,4.9,3.6,2.2,1.4,0.6,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","43000",1,42.86175,-71.878389,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,12.125319,8.122565,244.8,"2013-09-29 20:00",53.4,"2013-07-09 11:00",45.1,"2013-07-09 13:00",44.5,"2013-07-13 11:00","","","","",33.7,29.1,25,21.2,16.3,10.2,5.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43000",2,42.86175,-71.878389,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,19.55,7.942607,39.7,"2013-07-09 00:00",21.4,"2013-07-15 00:00",20,"2013-07-27 00:00",19.9,"2013-07-03 00:00","","","","",39.7,39.7,39.7,39.7,20,19.9,14.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43102",1,42.86175,-71.878389,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,15.113223,9.244537,292.9,"2013-09-29 20:00",63.5,"2013-07-09 11:00",56.9,"2013-07-09 13:00",53.3,"2013-07-13 11:00","","","","",38.3,32.9,29.2,25.4,20,13.2,6.8,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43102",2,42.86175,-71.878389,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,23.1,9.175693,45.9,"2013-07-09 00:00",27.4,"2013-07-15 00:00",25.1,"2013-07-27 00:00",22.4,"2013-07-03 00:00","","","","",45.9,45.9,45.9,45.9,25.1,22,15.6,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43202",1,42.86175,-71.878389,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,2.449797,1.109592,9.65,"2013-09-11 15:00",8.6,"2013-09-11 07:00",8.5,"2013-09-11 06:00",8.35,"2013-08-31 15:00","","","","",6.57,5.92,4.78,3.87,2.81,2.13,1.53,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43202",2,42.86175,-71.878389,"WGS84","Ethane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,2.42,0.736056,3.9,"2013-08-26 00:00",3,"2013-08-20 00:00",2.9,"2013-08-02 00:00",2.7,"2013-07-15 00:00","","","","",3.9,3.9,3.9,3.9,2.9,2.6,1.6,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43203",1,42.86175,-71.878389,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",72,0.276089,0.165709,2.67,"2013-07-22 06:00",1.52,"2013-07-13 11:00",1.2,"2013-08-28 09:00",1.2,"2013-08-28 10:00","","","","",0.83,0.7,0.57,0.47,0.34,0.25,0.11,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43203",2,42.86175,-71.878389,"WGS84","Ethylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.45,0.212132,0.9,"2013-07-09 00:00",0.7,"2013-08-26 00:00",0.5,"2013-07-03 00:00",0.5,"2013-07-21 00:00","","","","",0.9,0.9,0.9,0.9,0.5,0.4,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43204",1,42.86175,-71.878389,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,1.488599,3.644281,183.8,"2013-09-29 20:00",11.12,"2013-09-29 21:00",8.19,"2013-07-09 13:00",7.79,"2013-09-29 22:00","","","","",4.57,3.81,3.04,2.56,1.81,1.18,0.58,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43204",2,42.86175,-71.878389,"WGS84","Propane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,1.59,0.550656,2.7,"2013-08-26 00:00",2.1,"2013-07-09 00:00",1.8,"2013-08-20 00:00",1.7,"2013-08-02 00:00","","","","",2.7,2.7,2.7,2.7,1.8,1.6,1.2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43205",1,42.86175,-71.878389,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",65,0.17833,0.072462,0.9,"2013-07-22 06:00",0.89,"2013-09-29 20:00",0.63,"2013-07-13 11:00",0.63,"2013-09-16 00:00","","","","",0.38,0.34,0.29,0.27,0.22,0.17,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43205",2,42.86175,-71.878389,"WGS84","Propylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.28,0.091894,0.5,"2013-07-09 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-15 00:00",0.3,"2013-07-21 00:00","","","","",0.5,0.5,0.5,0.5,0.3,0.3,0.2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43206",1,42.86175,-71.878389,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",5,0.297089,0.142612,2,"2013-07-09 11:00",1.7,"2013-07-13 11:00",1.5,"2013-07-07 14:00",1.5,"2013-07-22 06:00","","","","",0.8,0.7,0.6,0.5,0.3,0.3,0.2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43206",2,42.86175,-71.878389,"WGS84","Acetylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.44,0.275681,1.2,"2013-07-09 00:00",0.5,"2013-08-26 00:00",0.4,"2013-07-15 00:00",0.4,"2013-07-27 00:00","","","","",1.2,1.2,1.2,1.2,0.4,0.4,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43212",1,42.86175,-71.878389,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2,0.470248,0.34711,6.45,"2013-07-09 13:00",2.31,"2013-09-30 01:00",2.18,"2013-09-11 07:00",2.12,"2013-09-10 22:00","","","","",1.62,1.41,1.12,0.9,0.63,0.36,0.16,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43212",2,42.86175,-71.878389,"WGS84","n-Butane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.57,0.275076,1.1,"2013-07-09 00:00",1,"2013-08-26 00:00",0.6,"2013-07-03 00:00",0.6,"2013-08-20 00:00","","","","",1.1,1.1,1.1,1.1,0.6,0.5,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43214",1,42.86175,-71.878389,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",49,0.248713,0.159291,1.31,"2013-09-29 20:00",1.1,"2013-08-31 17:00",1.01,"2013-08-31 15:00",1,"2013-09-10 21:00","","","","",0.8,0.69,0.56,0.47,0.32,0.2,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43214",2,42.86175,-71.878389,"WGS84","Isobutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.3,0.094281,0.5,"2013-08-26 00:00",0.4,"2013-07-09 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-15 00:00","","","","",0.5,0.5,0.5,0.5,0.3,0.3,0.2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43216",1,42.86175,-71.878389,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2009,0.022519,0.033029,0.26,"2013-08-24 08:00",0.24,"2013-08-22 09:00",0.19,"2013-07-13 11:00",0.19,"2013-09-11 00:00","","","","",0.13,0.12,0.08,0.07,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43216",2,42.86175,-71.878389,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",5,0.0525,0.050069,0.1,"2013-07-09 00:00",0.1,"2013-07-21 00:00",0.1,"2013-07-27 00:00",0.1,"2013-08-08 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43217",1,42.86175,-71.878389,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2592,0.007566,0.017824,0.32,"2013-06-04 10:00",0.27,"2013-08-14 16:00",0.2,"2013-06-11 11:00",0.2,"2013-07-12 11:00","","","","",0.1,0.06,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43217",2,42.86175,-71.878389,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.053,0.068362,0.2,"2013-08-26 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-27 00:00",0.1,"2013-08-20 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43220",1,42.86175,-71.878389,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",6,0.278505,0.189831,1.99,"2013-08-24 13:00",1.57,"2013-09-30 01:00",1.41,"2013-07-09 11:00",1.41,"2013-09-10 21:00","","","","",0.96,0.84,0.66,0.53,0.34,0.22,0.11,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43220",2,42.86175,-71.878389,"WGS84","n-Pentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.46,0.295146,1.2,"2013-07-09 00:00",0.7,"2013-08-26 00:00",0.5,"2013-07-03 00:00",0.4,"2013-07-15 00:00","","","","",1.2,1.2,1.2,1.2,0.5,0.4,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43221",1,42.86175,-71.878389,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.493403,0.389568,3.98,"2013-08-24 13:00",3.1,"2013-09-30 01:00",2.95,"2013-08-13 07:00",2.77,"2013-09-10 21:00","","","","",1.86,1.66,1.31,1,0.62,0.37,0.15,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43221",2,42.86175,-71.878389,"WGS84","Isopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.69,0.45326,1.8,"2013-07-09 00:00",1,"2013-08-26 00:00",0.9,"2013-07-03 00:00",0.6,"2013-07-27 00:00","","","","",1.8,1.8,1.8,1.8,0.9,0.6,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43224",1,42.86175,-71.878389,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2637,0.006054,0.014204,0.48,"2013-07-09 11:00",0.32,"2013-08-24 13:00",0.21,"2013-09-15 07:00",0.18,"2013-07-09 12:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43224",2,42.86175,-71.878389,"WGS84","1-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.043,0.049058,0.1,"2013-07-09 00:00",0.1,"2013-07-15 00:00",0.1,"2013-08-20 00:00",0.1,"2013-08-26 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43226",1,42.86175,-71.878389,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2644,0.005718,0.010584,0.32,"2013-08-24 13:00",0.28,"2013-08-08 02:00",0.19,"2013-07-09 11:00",0.13,"2013-09-30 01:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43226",2,42.86175,-71.878389,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",9,0.0245,0.061664,0.2,"2013-07-09 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.2,0.2,0.2,0.2,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43227",1,42.86175,-71.878389,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2657,0.005201,0.005093,0.18,"2013-07-09 11:00",0.16,"2013-08-24 13:00",0.09,"2013-08-23 05:00",0.07,"2013-09-16 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43227",2,42.86175,-71.878389,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",8,0.024,0.040056,0.1,"2013-07-09 00:00",0.1,"2013-08-20 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43230",1,42.86175,-71.878389,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2456,0.01065,0.021264,0.33,"2013-07-09 11:00",0.26,"2013-08-24 13:00",0.24,"2013-07-13 11:00",0.19,"2013-09-30 01:00","","","","",0.1,0.08,0.07,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43230",2,42.86175,-71.878389,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",4,0.112,0.177845,0.6,"2013-07-09 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-15 00:00",0.1,"2013-07-27 00:00","","","","",0.6,0.6,0.6,0.6,0.1,0.1,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43231",1,42.86175,-71.878389,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.153411,0.189226,1.73,"2013-07-09 11:00",1.1,"2013-06-23 21:00",1.08,"2013-07-13 11:00",1.06,"2013-07-10 01:00","","","","",0.75,0.65,0.52,0.41,0.27,0.09,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43231",2,42.86175,-71.878389,"WGS84","n-Hexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.28,0.311983,1.1,"2013-07-09 00:00",0.4,"2013-08-14 00:00",0.3,"2013-07-15 00:00",0.3,"2013-08-26 00:00","","","","",1.1,1.1,1.1,1.1,0.3,0.2,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43232",1,42.86175,-71.878389,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2148,0.045905,0.098395,0.98,"2013-07-09 11:00",0.7,"2013-06-01 04:00",0.68,"2013-07-13 11:00",0.6,"2013-06-01 20:00","","","","",0.43,0.37,0.28,0.2,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43232",2,42.86175,-71.878389,"WGS84","n-Heptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",8,0.064,0.156077,0.5,"2013-07-09 00:00",0.1,"2013-07-21 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00","","","","",0.5,0.5,0.5,0.5,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43233",1,42.86175,-71.878389,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2217,0.030242,0.067657,0.69,"2013-07-09 11:00",0.68,"2013-06-25 21:00",0.66,"2013-09-29 20:00",0.61,"2013-06-01 05:00","","","","",0.3,0.24,0.17,0.12,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43233",2,42.86175,-71.878389,"WGS84","n-Octane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",3,0.1515,0.176557,0.6,"2013-07-09 00:00",0.2,"2013-08-02 00:00",0.2,"2013-08-08 00:00",0.2,"2013-08-26 00:00","","","","",0.6,0.6,0.6,0.6,0.2,0.1,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43235",1,42.86175,-71.878389,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2094,0.046033,0.240586,11.3,"2013-09-29 20:00",1.91,"2013-07-09 13:00",1.23,"2013-09-29 21:00",1.12,"2013-09-29 22:00","","","","",0.39,0.28,0.21,0.14,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43235",2,42.86175,-71.878389,"WGS84","n-Nonane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.103,0.168015,0.5,"2013-07-09 00:00",0.3,"2013-07-27 00:00",0.1,"2013-08-14 00:00",0.1,"2013-08-20 00:00","","","","",0.5,0.5,0.5,0.5,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43238",1,42.86175,-71.878389,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",1842,0.060841,0.310641,15.13,"2013-09-29 20:00",1.95,"2013-09-29 21:00",1.45,"2013-09-29 22:00",1.04,"2013-09-29 23:00","","","","",0.48,0.32,0.23,0.17,0.09,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43238",2,42.86175,-71.878389,"WGS84","n-Decane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.1605,0.095698,0.3,"2013-07-21 00:00",0.3,"2013-08-26 00:00",0.2,"2013-07-03 00:00",0.2,"2013-07-27 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43242",1,42.86175,-71.878389,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",38,0.145954,0.040279,0.34,"2013-09-01 02:00",0.32,"2013-07-09 11:00",0.31,"2013-08-21 21:00",0.31,"2013-08-31 01:00","","","","",0.25,0.24,0.22,0.2,0.17,0.14,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43242",2,42.86175,-71.878389,"WGS84","Cyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.21,0.119722,0.5,"2013-07-09 00:00",0.3,"2013-08-26 00:00",0.2,"2013-07-15 00:00",0.2,"2013-07-21 00:00","","","","",0.5,0.5,0.5,0.5,0.2,0.2,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43243",1,42.86175,-71.878389,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",366,2.085214,3.30019,21.16,"2013-07-18 16:00",20.79,"2013-07-18 13:00",20.38,"2013-07-18 14:00",20.25,"2013-07-07 15:00","","","","",15.77,12.63,9.51,6.62,2.51,0.61,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43243",2,42.86175,-71.878389,"WGS84","Isoprene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,3.4,1.936205,7.2,"2013-07-15 00:00",4.7,"2013-07-21 00:00",4.6,"2013-07-27 00:00",4.3,"2013-07-03 00:00","","","","",7.2,7.2,7.2,7.2,4.6,3.5,1.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43244",1,42.86175,-71.878389,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2644,0.005447,0.005508,0.1,"2013-07-10 19:00",0.1,"2013-07-19 17:00",0.08,"2013-07-02 13:00",0.08,"2013-07-18 20:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43244",2,42.86175,-71.878389,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43247",1,42.86175,-71.878389,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2404,0.025252,0.076862,0.74,"2013-07-14 12:00",0.67,"2013-07-17 12:00",0.67,"2013-07-18 11:00",0.65,"2013-07-18 17:00","","","","",0.43,0.3,0.16,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43247",2,42.86175,-71.878389,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0535,0.095191,0.3,"2013-07-27 00:00",0.1,"2013-08-02 00:00",0.1,"2013-08-08 00:00",0.005,"2013-07-03 00:00","","","","",0.3,0.3,0.3,0.3,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43248",1,42.86175,-71.878389,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2356,0.025015,0.067059,0.78,"2013-07-09 11:00",0.74,"2013-07-13 11:00",0.68,"2013-07-27 01:00",0.67,"2013-06-27 16:00","","","","",0.32,0.26,0.17,0.08,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43248",2,42.86175,-71.878389,"WGS84","Cyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",8,0.074,0.187213,0.6,"2013-07-09 00:00",0.1,"2013-07-15 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-21 00:00","","","","",0.6,0.6,0.6,0.6,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43249",1,42.86175,-71.878389,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2111,0.050351,0.110444,1.41,"2013-07-09 11:00",0.97,"2013-07-13 11:00",0.94,"2013-06-22 03:00",0.8,"2013-07-04 04:00","","","","",0.48,0.4,0.3,0.2,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43249",2,42.86175,-71.878389,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.1535,0.373356,1.2,"2013-07-09 00:00",0.2,"2013-07-27 00:00",0.1,"2013-07-15 00:00",0.005,"2013-07-03 00:00","","","","",1.2,1.2,1.2,1.2,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43250",1,42.86175,-71.878389,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.13115,0.231588,3.24,"2013-07-13 11:00",2.53,"2013-09-16 00:00",1.5,"2013-07-09 11:00",1.41,"2013-06-23 11:00","","","","",0.89,0.78,0.62,0.45,0.22,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43250",2,42.86175,-71.878389,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.21,0.363471,1.1,"2013-07-09 00:00",0.5,"2013-07-03 00:00",0.4,"2013-08-26 00:00",0.1,"2013-08-20 00:00","","","","",1.1,1.1,1.1,1.1,0.4,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43252",1,42.86175,-71.878389,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2267,0.034788,0.084877,1.4,"2013-07-13 11:00",1.02,"2013-09-16 00:00",0.64,"2013-07-09 11:00",0.6,"2013-07-07 14:00","","","","",0.36,0.31,0.23,0.14,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43252",2,42.86175,-71.878389,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0835,0.160018,0.5,"2013-07-09 00:00",0.2,"2013-07-03 00:00",0.1,"2013-07-27 00:00",0.005,"2013-07-15 00:00","","","","",0.5,0.5,0.5,0.5,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43253",1,42.86175,-71.878389,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2443,0.015828,0.042819,0.69,"2013-07-13 11:00",0.66,"2013-07-09 11:00",0.42,"2013-07-06 18:00",0.35,"2013-08-02 23:00","","","","",0.21,0.16,0.1,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43253",2,42.86175,-71.878389,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",9,0.0545,0.156533,0.5,"2013-07-09 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.5,0.5,0.5,0.5,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43261",1,42.86175,-71.878389,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2248,0.029418,0.068339,0.95,"2013-07-09 11:00",0.64,"2013-06-24 04:00",0.59,"2013-07-13 11:00",0.53,"2013-06-10 07:00","","","","",0.31,0.25,0.18,0.11,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43261",2,42.86175,-71.878389,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0835,0.14547,0.4,"2013-07-09 00:00",0.3,"2013-07-03 00:00",0.1,"2013-08-02 00:00",0.005,"2013-07-15 00:00","","","","",0.4,0.4,0.4,0.4,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43262",1,42.86175,-71.878389,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2156,0.046221,0.102074,0.95,"2013-07-09 11:00",0.87,"2013-07-09 12:00",0.71,"2013-06-27 08:00",0.7,"2013-08-24 13:00","","","","",0.47,0.35,0.27,0.19,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43262",2,42.86175,-71.878389,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0835,0.185728,0.6,"2013-07-09 00:00",0.1,"2013-07-27 00:00",0.1,"2013-08-26 00:00",0.005,"2013-07-03 00:00","","","","",0.6,0.6,0.6,0.6,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43263",1,42.86175,-71.878389,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2327,0.027395,0.072182,0.87,"2013-07-09 11:00",0.76,"2013-07-13 11:00",0.66,"2013-06-27 17:00",0.56,"2013-07-12 22:00","","","","",0.34,0.27,0.18,0.09,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43263",2,42.86175,-71.878389,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",8,0.074,0.187213,0.6,"2013-07-09 00:00",0.1,"2013-07-21 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00","","","","",0.6,0.6,0.6,0.6,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43280",1,42.86175,-71.878389,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2174,0.018832,0.030785,0.27,"2013-08-14 20:00",0.19,"2013-08-28 10:00",0.18,"2013-07-13 11:00",0.17,"2013-07-22 06:00","","","","",0.12,0.11,0.09,0.07,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43280",2,42.86175,-71.878389,"WGS84","1-Butene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",2,0.091,0.055015,0.2,"2013-08-20 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-21 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43284",1,42.86175,-71.878389,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2636,0.005759,0.008958,0.29,"2013-06-08 20:00",0.14,"2013-07-13 11:00",0.12,"2013-07-09 11:00",0.12,"2013-09-16 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43284",2,42.86175,-71.878389,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0435,0.067702,0.2,"2013-07-09 00:00",0.1,"2013-07-03 00:00",0.1,"2013-08-26 00:00",0.005,"2013-07-15 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43285",1,42.86175,-71.878389,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",1684,0.035496,0.045208,0.45,"2013-07-09 11:00",0.32,"2013-08-24 13:00",0.31,"2013-07-13 11:00",0.31,"2013-07-30 05:00","","","","",0.17,0.14,0.12,0.1,0.07,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43285",2,42.86175,-71.878389,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",2,0.171,0.199343,0.7,"2013-07-09 00:00",0.2,"2013-07-03 00:00",0.2,"2013-07-15 00:00",0.2,"2013-08-26 00:00","","","","",0.7,0.7,0.7,0.7,0.2,0.1,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43291",1,42.86175,-71.878389,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2492,0.012938,0.034619,0.52,"2013-07-13 11:00",0.4,"2013-08-13 20:00",0.39,"2013-07-09 11:00",0.31,"2013-08-09 22:00","","","","",0.17,0.14,0.08,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43291",2,42.86175,-71.878389,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",9,0.0145,0.030042,0.1,"2013-07-09 00:00",0.005,"2013-07-03 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0.1,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43954",1,42.86175,-71.878389,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",1671,0.05895,0.1355,5.75,"2013-09-29 20:00",0.76,"2013-09-29 21:00",0.55,"2013-09-29 22:00",0.42,"2013-07-29 16:00","","","","",0.31,0.26,0.21,0.17,0.11,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43954",2,42.86175,-71.878389,"WGS84","n-Undecane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",1,0.2205,0.161184,0.6,"2013-07-27 00:00",0.3,"2013-07-15 00:00",0.3,"2013-08-26 00:00",0.2,"2013-07-03 00:00","","","","",0.6,0.6,0.6,0.6,0.3,0.2,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43960",1,42.86175,-71.878389,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2411,0.017977,0.04906,0.83,"2013-07-09 11:00",0.55,"2013-07-29 17:00",0.49,"2013-07-05 01:00",0.46,"2013-07-21 23:00","","","","",0.24,0.19,0.11,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","43960",2,42.86175,-71.878389,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0635,0.105331,0.3,"2013-07-09 00:00",0.2,"2013-08-08 00:00",0.1,"2013-08-02 00:00",0.005,"2013-07-03 00:00","","","","",0.3,0.3,0.3,0.3,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","44201",1,42.86175,-71.878389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6439,100,183,183,0,113,0,0,"Certification not required",1,0.047481,0.011541,0.085,"2013-05-31 21:00",0.081,"2013-06-23 19:00",0.079,"2013-09-11 17:00",0.078,"2013-06-01 19:00","","","","",0.081,0.078,0.066,0.062,0.055,0.048,0.042,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","44201",1,42.86175,-71.878389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6492,100,183,183,0,0,0,0,"Certification not required",0,0.043563,0.010305,0.074,"2013-05-31 21:00",0.067,"2013-04-28 16:00",0.067,"2013-06-01 00:00",0.067,"2013-09-11 13:00","","","","",0.067,0.067,0.062,0.058,0.051,0.045,0.039,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","44201",1,42.86175,-71.878389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6492,100,183,183,0,0,0,0,"Certification not required",0,0.043563,0.010305,0.074,"2013-05-31 21:00",0.067,"2013-04-28 16:00",0.067,"2013-06-01 00:00",0.067,"2013-09-11 13:00","","","","",0.067,0.067,0.062,0.058,0.051,0.045,0.039,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","45109",1,42.86175,-71.878389,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.131484,0.225116,5.53,"2013-07-09 13:00",2.99,"2013-09-29 20:00",2.84,"2013-07-09 11:00",1.98,"2013-07-13 11:00","","","","",0.67,0.61,0.49,0.4,0.24,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45109",2,42.86175,-71.878389,"WGS84","m/p Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.42,0.498442,1.8,"2013-07-09 00:00",0.5,"2013-07-03 00:00",0.3,"2013-07-21 00:00",0.3,"2013-07-27 00:00","","","","",1.8,1.8,1.8,1.8,0.3,0.3,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45201",1,42.86175,-71.878389,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.385267,0.179388,1.55,"2013-07-02 20:00",1.53,"2013-07-02 18:00",1.49,"2013-07-02 19:00",1.42,"2013-07-02 21:00","","","","",0.88,0.78,0.69,0.61,0.49,0.37,0.18,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45201",2,42.86175,-71.878389,"WGS84","Benzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.59,0.166333,1,"2013-07-09 00:00",0.7,"2013-07-21 00:00",0.6,"2013-07-03 00:00",0.6,"2013-07-15 00:00","","","","",1,1,1,1,0.6,0.6,0.5,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45202",1,42.86175,-71.878389,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.631183,0.36019,5.1,"2013-07-09 11:00",4.06,"2013-07-13 11:00",2.79,"2013-07-10 06:00",2.6,"2013-07-10 07:00","","","","",1.8,1.61,1.32,1.09,0.76,0.54,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45202",2,42.86175,-71.878389,"WGS84","Toluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.98,0.839047,3.3,"2013-07-09 00:00",1.2,"2013-07-03 00:00",0.9,"2013-08-08 00:00",0.7,"2013-07-21 00:00","","","","",3.3,3.3,3.3,3.3,0.9,0.7,0.6,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45203",1,42.86175,-71.878389,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.050128,0.098683,1.44,"2013-07-09 13:00",0.89,"2013-07-09 11:00",0.82,"2013-07-13 11:00",0.57,"2013-07-02 22:00","","","","",0.37,0.32,0.26,0.2,0.08,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45203",2,42.86175,-71.878389,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.19,0.202485,0.7,"2013-07-09 00:00",0.2,"2013-07-03 00:00",0.2,"2013-07-15 00:00",0.2,"2013-07-27 00:00","","","","",0.7,0.7,0.7,0.7,0.2,0.2,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45204",1,42.86175,-71.878389,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.041931,0.09669,1.8,"2013-07-09 13:00",1.12,"2013-07-09 11:00",1.06,"2013-09-29 20:00",0.98,"2013-07-13 11:00","","","","",0.33,0.29,0.23,0.18,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45204",2,42.86175,-71.878389,"WGS84","o-Xylene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.2,0.23094,0.8,"2013-07-09 00:00",0.3,"2013-07-03 00:00",0.2,"2013-07-27 00:00",0.2,"2013-08-02 00:00","","","","",0.8,0.8,0.8,0.8,0.2,0.2,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45207",1,42.86175,-71.878389,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2427,0.018105,0.066599,2.49,"2013-09-29 20:00",0.58,"2013-09-14 04:00",0.57,"2013-09-14 20:00",0.41,"2013-07-09 11:00","","","","",0.24,0.17,0.12,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45207",2,42.86175,-71.878389,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.083,0.111186,0.3,"2013-07-09 00:00",0.2,"2013-07-27 00:00",0.2,"2013-08-08 00:00",0.1,"2013-08-20 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45208",1,42.86175,-71.878389,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",1703,0.059153,0.092383,1.67,"2013-09-29 20:00",1.17,"2013-07-09 11:00",0.97,"2013-07-13 11:00",0.76,"2013-07-07 14:00","","","","",0.35,0.27,0.22,0.17,0.11,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45208",2,42.86175,-71.878389,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.33,0.188856,0.8,"2013-07-09 00:00",0.4,"2013-07-21 00:00",0.4,"2013-07-27 00:00",0.3,"2013-07-03 00:00","","","","",0.8,0.8,0.8,0.8,0.4,0.3,0.2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45209",1,42.86175,-71.878389,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2448,0.01518,0.038489,0.39,"2013-08-09 15:00",0.36,"2013-07-13 11:00",0.34,"2013-07-09 11:00",0.31,"2013-07-09 13:00","","","","",0.2,0.16,0.1,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45209",2,42.86175,-71.878389,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",6,0.083,0.129641,0.4,"2013-07-09 00:00",0.2,"2013-07-27 00:00",0.1,"2013-07-03 00:00",0.1,"2013-08-14 00:00","","","","",0.4,0.4,0.4,0.4,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45210",1,42.86175,-71.878389,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.01482,0.054773,1.62,"2013-09-29 20:00",0.38,"2013-06-04 10:00",0.37,"2013-07-09 13:00",0.36,"2013-07-08 07:00","","","","",0.22,0.18,0.12,0.07,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45210",2,42.86175,-71.878389,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.09,0.099443,0.2,"2013-07-21 00:00",0.2,"2013-07-27 00:00",0.2,"2013-08-02 00:00",0.2,"2013-08-20 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45211",1,42.86175,-71.878389,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2393,0.021568,0.097539,4.22,"2013-09-29 20:00",0.55,"2013-07-08 23:00",0.51,"2013-07-12 10:00",0.46,"2013-07-09 12:00","","","","",0.29,0.22,0.12,0.06,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45211",2,42.86175,-71.878389,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.44,0.227058,1,"2013-07-27 00:00",0.5,"2013-07-03 00:00",0.5,"2013-08-26 00:00",0.4,"2013-07-21 00:00","","","","",1,1,1,1,0.5,0.4,0.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45212",1,42.86175,-71.878389,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2662,0.005,0,0.005,"2013-06-01 00:00",0.005,"2013-06-01 01:00",0.005,"2013-06-01 02:00",0.005,"2013-06-01 03:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45212",2,42.86175,-71.878389,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",10,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-15 00:00",0.005,"2013-07-21 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45213",1,42.86175,-71.878389,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",83,0.577245,0.416282,2.78,"2013-07-07 15:00",2.63,"2013-09-29 20:00",2.56,"2013-07-18 15:00",2.47,"2013-07-07 16:00","","","","",1.89,1.73,1.45,1.16,0.75,0.48,0.17,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45213",2,42.86175,-71.878389,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.88,0.234758,1.2,"2013-07-15 00:00",1,"2013-07-09 00:00",1,"2013-07-27 00:00",1,"2013-08-20 00:00","","","","",1.2,1.2,1.2,1.2,1,0.9,0.8,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45218",1,42.86175,-71.878389,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2480,0.013986,0.039355,0.61,"2013-08-06 12:00",0.47,"2013-08-01 13:00",0.45,"2013-07-13 11:00",0.41,"2013-07-31 10:00","","","","",0.2,0.15,0.08,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45218",2,42.86175,-71.878389,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",4,0.112,0.117691,0.3,"2013-07-03 00:00",0.3,"2013-07-27 00:00",0.2,"2013-07-09 00:00",0.1,"2013-07-21 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45219",1,42.86175,-71.878389,"WGS84","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",2562,0.010015,0.029481,0.46,"2013-06-24 19:00",0.38,"2013-07-30 01:00",0.36,"2013-07-13 11:00",0.31,"2013-06-20 16:00","","","","",0.16,0.11,0.005,0.005,0.005,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45219",2,42.86175,-71.878389,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",7,0.0735,0.13172,0.4,"2013-07-27 00:00",0.2,"2013-07-09 00:00",0.1,"2013-08-02 00:00",0.005,"2013-07-03 00:00","","","","",0.4,0.4,0.4,0.4,0.1,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45220",1,42.86175,-71.878389,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",0,0.010387,0.043592,0.73,"2013-09-29 20:00",0.6,"2013-07-09 13:00",0.44,"2013-06-01 17:00",0.36,"2013-06-24 10:00","","","","",0.22,0.16,0.09,0,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45220",2,42.86175,-71.878389,"WGS84","Styrene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,0.11,0.159513,0.4,"2013-07-09 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-27 00:00",0.1,"2013-08-26 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45225",1,42.86175,-71.878389,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2662,30,115,365,0,266,"","","Certification not required",4,0.936067,0.771263,5.7,"2013-08-09 16:00",4.88,"2013-07-07 15:00",4.57,"2013-08-09 15:00",4.53,"2013-08-09 17:00","","","","",3.47,3.1,2.59,2.04,1.25,0.7,0.24,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","45225",2,42.86175,-71.878389,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","6L PRESSURIZED CANISTER - DUAL FID - PAMS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,0,"","","Certification not required",0,1.74,0.429987,2.5,"2013-07-15 00:00",2.3,"2013-08-02 00:00",2,"2013-08-20 00:00",1.8,"2013-07-09 00:00","","","","",2.5,2.5,2.5,2.5,2,1.7,1.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-14" +"33","011","5001","61101",1,42.86175,-71.878389,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",4624,97,190,199,0,137,"","","Certification not required",0,9.125108,3.758803,26.5,"2013-02-09 01:00",24.7,"2013-02-27 00:00",24.4,"2013-01-31 04:00",24.1,"2013-01-31 05:00","","","","",19.5,18,16.1,14.2,11.5,8.7,4.6,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-11-14" +"33","011","5001","61102",1,42.86175,-71.878389,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",4626,97,190,199,0,135,"","","Certification not required",0,224.153913,72.176098,327,"2013-06-20 01:00",326,"2013-02-25 22:00",325,"2013-03-18 06:00",325,"2013-04-11 06:00","","","","",317,315,308,299,277,248,100,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-11-14" +"33","011","5001","61103",1,42.86175,-71.878389,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",1767,44,72,167,0,24,"","","Certification not required",0,6.834635,2.641877,15.5,"2013-09-09 23:00",15.5,"2013-09-10 10:00",15.5,"2013-09-24 07:00",14.8,"2013-09-21 02:00","","","","",13.4,12.4,11.5,10.3,8.6,6.7,3.6,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","61104",1,42.86175,-71.878389,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",1767,44,72,167,0,24,"","","Certification not required",0,233.730051,80.969082,359,"2013-09-26 20:00",358,"2013-08-06 05:00",358,"2013-09-17 03:00",358,"2013-09-19 09:00","","","","",353,348,334,317,282,256,93,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","62101",1,42.86175,-71.878389,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6526,74,272,365,0,26,"","","Certification not required",0,45.725406,19.585631,85,"2013-07-17 14:00",85,"2013-07-18 13:00",85,"2013-07-19 13:00",85,"2013-07-19 14:00","","","","",81,78,73,69,62,49,19,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","62201",1,42.86175,-71.878389,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6531,75,272,365,0,21,"","","Certification not required",0,75.320012,20.410388,100,"2013-01-12 02:00",100,"2013-01-12 03:00",100,"2013-01-12 04:00",100,"2013-01-12 05:00","","","","",100,100,100,100,95,77,47,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","63301",1,42.86175,-71.878389,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",2928,33,122,365,0,0,"","","Certification not required",1234,0.302493,0.39273,1.49,"2013-06-21 12:00",1.48,"2013-06-19 11:00",1.44,"2013-06-15 11:00",1.43,"2013-06-20 11:00","","","","",1.32,1.25,1.12,0.96,0.56,0.07,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","63302",1,42.86175,-71.878389,"WGS84","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",2928,33,122,365,0,0,"","","Certification not required",1702,0.016967,0.017738,0.07,"2013-06-01 10:00",0.07,"2013-06-01 11:00",0.07,"2013-06-01 12:00",0.07,"2013-06-02 10:00","","","","",0.06,0.06,0.06,0.05,0.03,0.005,0.005,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","64101",1,42.86175,-71.878389,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6532,75,272,365,0,20,"","","Certification not required",0,931.677128,6.755023,951.2,"2013-04-22 09:00",950.7,"2013-04-22 10:00",950.4,"2013-04-22 08:00",950.2,"2013-04-22 07:00","","","","",945.1,943.5,941.6,940,936.6,932,922.3,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","65102",1,42.86175,-71.878389,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",4355,50,181,365,0,37,"","","Certification not required",0,0.005104,0.032524,0.83,"2013-08-28 22:00",0.71,"2013-09-12 14:00",0.63,"2013-09-02 05:00",0.47,"2013-06-30 17:00","","","","",0.13,0.07,0.02,0,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-26" +"33","011","5001","68101",1,42.86175,-71.878389,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",89,73,85,122,0,5,"","","Certification not required",0,0.258427,0.125959,0.5,"2013-04-25 00:00",0.5,"2013-05-10 00:00",0.5,"2013-06-18 00:00",0.5,"2013-07-15 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.3,0.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68102",1,42.86175,-71.878389,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",89,73,85,122,0,5,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68103",1,42.86175,-71.878389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,85,122,0,5,"","","Certification not required",0,2.659551,10.80228,20.3,"2013-07-15 00:00",20,"2013-07-18 00:00",19.2,"2013-07-06 00:00",18.5,"2013-05-31 00:00","","","","",20.3,20,17.2,16.3,10.7,6.5,-12.8,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68104",1,42.86175,-71.878389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,85,122,0,5,"","","Certification not required",0,12.430337,11.75855,32.1,"2013-07-18 00:00",30.4,"2013-05-31 00:00",30,"2013-07-15 00:00",29.9,"2013-06-24 00:00","","","","",32.1,30.4,27.1,25.7,21.4,16.3,-5,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68105",1,42.86175,-71.878389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,85,122,0,5,"","","Certification not required",0,7.159551,10.915447,25,"2013-07-18 00:00",24.4,"2013-07-15 00:00",23.7,"2013-05-31 00:00",22.4,"2013-07-06 00:00","","","","",25,24.4,21.4,19.9,15.7,10.9,-8.5,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68106",1,42.86175,-71.878389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,85,122,0,5,"","","Certification not required",0,694.202247,6.303282,709,"2013-04-22 00:00",706,"2013-05-01 00:00",705,"2013-09-28 00:00",704,"2013-06-21 00:00","","","","",709,706,704,702,699,695,686,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68107",1,42.86175,-71.878389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,85,122,0,5,"","","Certification not required",0,700.11236,5.415546,715,"2013-04-22 00:00",710,"2013-05-01 00:00",709,"2013-01-10 00:00",708,"2013-08-17 00:00","","","","",715,710,708,706,704,701,692,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68108",1,42.86175,-71.878389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,85,122,0,5,"","","Certification not required",0,697.179775,5.789021,712,"2013-04-22 00:00",709,"2013-05-01 00:00",706,"2013-07-15 00:00",706,"2013-08-17 00:00","","","","",712,709,706,704,701,697,689,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","68109",1,42.86175,-71.878389,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",89,73,85,122,0,5,"","","Certification not required",0,1422.235955,24.435919,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-19 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1389,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","81102",1,42.86175,-71.878389,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,45,55,122,0,3,0,0,"Certification not required",24,5.186441,3.963082,22,"2013-05-31 00:00",18,"2013-06-24 00:00",11,"2013-04-28 00:00",11,"2013-05-16 00:00","","","","",22,18,11,10,7,4,2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-06" +"33","011","5001","85101",1,42.86175,-71.878389,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,4.598341,3.35355,19.7466,"2013-05-31 00:00",10.0784,"2013-02-15 00:00",9.9248,"2013-04-28 00:00",9.7635,"2013-05-16 00:00","","","","",19.7466,19.7466,9.9248,8.94,6.1261,3.9609,1.7817,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","85101",11,42.86175,-71.878389,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",27,44,27,61,0,3,"","","Certification not required",5,6.444444,3.724486,15,"2013-07-18 00:00",15,"2013-08-20 00:00",13,"2013-08-26 00:00",9,"2013-07-06 00:00","","","","",15,15,15,13,9,5,2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-30" +"33","011","5001","86101",1,42.86175,-71.878389,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",82,67,79,122,0,10,"","","Certification not required",0,2.00122,1.463422,6.6,"2013-05-16 00:00",6.1,"2013-05-31 00:00",5.6,"2013-06-24 00:00",4.8,"2013-05-22 00:00","","","","",6.6,6.1,4,3.6,2.8,1.9,0.5,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-10" +"33","011","5001","86502",3,42.86175,-71.878389,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.24,1.559173,7,"2013-05-31 00:00",6,"2013-05-16 00:00",4,"2013-05-07 00:00",4,"2013-05-28 00:00","","","","",7,7,4,3,2,1,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88101",1,42.86175,-71.878389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,69,84,122,0,6,0,0,"Certification not required",0,4.1875,2.792264,14.7,"2013-05-31 00:00",12.5,"2013-07-18 00:00",12,"2013-08-20 00:00",11.8,"2013-06-24 00:00","","","","",14.7,12.5,11.5,7.6,5.2,3.7,2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","88101",1,42.86175,-71.878389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,69,84,122,0,6,"","","Certification not required",0,4.1875,2.792264,14.7,"2013-05-31 00:00",12.5,"2013-07-18 00:00",12,"2013-08-20 00:00",11.8,"2013-06-24 00:00","","","","",14.7,12.5,11.5,7.6,5.2,3.7,2,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-02" +"33","011","5001","88101",3,42.86175,-71.878389,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6206,71,263,365,0,346,"","","Certification not required",0,6.180857,4.071268,27.9,"2013-09-11 19:00",26.7,"2013-01-09 18:00",26.4,"2013-05-31 21:00",26.4,"2013-09-11 11:00","","","","",19.8,17.7,14.2,11.5,8,5.4,1.9,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-30" +"33","011","5001","88101",3,42.86175,-71.878389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,0,0,"Certification not required",0,6.112355,3.069417,17.3,"2013-05-31 00:00",17.1,"2013-08-21 00:00",16.9,"2013-06-22 00:00",16.6,"2013-06-01 00:00","","","","",16.9,15.6,13.1,10.4,7.3,5.3,3.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-30" +"33","011","5001","88101",3,42.86175,-71.878389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,"","","Certification not required",0,6.112355,3.069417,17.3,"2013-05-31 00:00",17.1,"2013-08-21 00:00",16.9,"2013-06-22 00:00",16.6,"2013-06-01 00:00","","","","",16.9,15.6,13.1,10.4,7.3,5.3,3.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2013-12-30" +"33","011","5001","88103",1,42.86175,-71.878389,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-02-06 00:00",0.001,"2013-04-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88104",1,42.86175,-71.878389,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.014579,0.014122,0.058,"2013-05-01 00:00",0.0497,"2013-04-28 00:00",0.041,"2013-04-07 00:00",0.041,"2013-05-07 00:00","","","","",0.058,0.058,0.041,0.041,0.016,0.01,0.0025,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88109",1,42.86175,-71.878389,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.001366,0.000929,0.004,"2013-03-11 00:00",0.0037,"2013-05-31 00:00",0.0029,"2013-02-03 00:00",0.0029,"2013-04-28 00:00","","","","",0.004,0.004,0.0029,0.0028,0.0019,0.0013,0.0003,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88111",1,42.86175,-71.878389,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.012841,0.010386,0.041,"2013-05-07 00:00",0.034,"2013-05-01 00:00",0.034,"2013-05-16 00:00",0.0326,"2013-05-31 00:00","","","","",0.041,0.041,0.034,0.03,0.0182,0.0103,0.003,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88112",1,42.86175,-71.878389,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88114",1,42.86175,-71.878389,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.000378,0.000374,0.0019,"2013-02-15 00:00",0.0015,"2013-01-19 00:00",0.0011,"2013-01-01 00:00",0.0009,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0011,0.0009,0.0005,0.0002,0.0001,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88115",1,42.86175,-71.878389,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.015201,0.047552,0.2557,"2013-05-04 00:00",0.165,"2013-03-11 00:00",0.1451,"2013-02-21 00:00",0.0788,"2013-03-08 00:00","","","","",0.2557,0.2557,0.1451,0.0414,0.0014,0.0005,0.00015,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88126",1,42.86175,-71.878389,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.014364,0.012745,0.0464,"2013-05-01 00:00",0.0411,"2013-04-28 00:00",0.0406,"2013-05-07 00:00",0.0399,"2013-02-15 00:00","","","","",0.0464,0.0464,0.0406,0.0385,0.0198,0.0089,0.0033,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88128",1,42.86175,-71.878389,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00086,0.000948,0.003,"2013-01-07 00:00",0.003,"2013-01-22 00:00",0.003,"2013-02-15 00:00",0.003,"2013-04-28 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88132",1,42.86175,-71.878389,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00056,0.000541,0.002,"2013-02-15 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88136",1,42.86175,-71.878389,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6e-05,0.00024,0.001,"2013-01-19 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-23 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88140",1,42.86175,-71.878389,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.009326,0.013668,0.0613,"2013-03-11 00:00",0.0524,"2013-05-07 00:00",0.0447,"2013-04-22 00:00",0.0405,"2013-05-04 00:00","","","","",0.0613,0.0613,0.0447,0.025,0.0121,0.0036,0.0011,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88152",1,42.86175,-71.878389,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",34,0.000867,0.001717,0.0091,"2013-05-31 00:00",0.0059,"2013-02-15 00:00",0.004,"2013-01-19 00:00",0.0034,"2013-05-22 00:00","","","","",0.0091,0.0091,0.004,0.003,0.0005,0.00015,0.0001,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88154",1,42.86175,-71.878389,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",32,0.000184,0.000123,0.0006,"2013-02-06 00:00",0.0005,"2013-02-03 00:00",0.0005,"2013-02-15 00:00",0.0004,"2013-01-19 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0002,0.00015,0.0001,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88161",1,42.86175,-71.878389,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.001109,0.001038,0.0037,"2013-04-22 00:00",0.0036,"2013-05-01 00:00",0.0034,"2013-04-28 00:00",0.0033,"2013-05-07 00:00","","","","",0.0037,0.0037,0.0034,0.0029,0.0015,0.0007,0.00025,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88164",1,42.86175,-71.878389,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.000189,0.000148,0.0006,"2013-03-26 00:00",0.0005,"2013-04-28 00:00",0.0005,"2013-05-31 00:00",0.0004,"2013-01-19 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.0001,5e-05,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88165",1,42.86175,-71.878389,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.029397,0.031168,0.1202,"2013-05-01 00:00",0.0988,"2013-04-28 00:00",0.0925,"2013-05-16 00:00",0.0912,"2013-05-31 00:00","","","","",0.1202,0.1202,0.0925,0.0898,0.037,0.0168,0.0033,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88167",1,42.86175,-71.878389,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.002785,0.002191,0.0105,"2013-02-15 00:00",0.0087,"2013-01-19 00:00",0.0068,"2013-01-04 00:00",0.0061,"2013-02-06 00:00","","","","",0.0105,0.0105,0.0068,0.006,0.0036,0.0021,0.0007,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88168",1,42.86175,-71.878389,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.000224,0.000148,0.0007,"2013-01-01 00:00",0.0006,"2013-03-11 00:00",0.0006,"2013-05-07 00:00",0.0005,"2013-04-22 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0003,0.00015,0.00015,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88169",1,42.86175,-71.878389,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.29719,0.235471,1.33,"2013-05-31 00:00",0.8619,"2013-02-15 00:00",0.6885,"2013-01-04 00:00",0.6301,"2013-01-07 00:00","","","","",1.33,1.33,0.6885,0.6257,0.3572,0.2348,0.114,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88176",1,42.86175,-71.878389,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000164,5.7e-05,0.0005,"2013-04-16 00:00",0.0003,"2013-03-11 00:00",0.0003,"2013-05-01 00:00",0.0002,"2013-01-22 00:00","","","","",0.0005,0.0005,0.0003,0.00015,0.00015,0.00015,0.00015,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88180",1,42.86175,-71.878389,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.024133,0.01379,0.056,"2013-02-03 00:00",0.0512,"2013-05-31 00:00",0.0496,"2013-01-07 00:00",0.0486,"2013-01-01 00:00","","","","",0.056,0.056,0.0496,0.0453,0.0354,0.0208,0.0093,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88184",1,42.86175,-71.878389,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.057575,0.092591,0.4558,"2013-03-11 00:00",0.333,"2013-05-04 00:00",0.297,"2013-05-07 00:00",0.243,"2013-02-21 00:00","","","","",0.4558,0.4558,0.297,0.1632,0.0712,0.0181,0.002,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88185",1,42.86175,-71.878389,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000665,0.000364,0.0029,"2013-05-04 00:00",0.0012,"2013-05-01 00:00",0.0008,"2013-03-02 00:00",0.0008,"2013-05-07 00:00","","","","",0.0029,0.0029,0.0008,0.00075,0.0007,0.0007,0.0004,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88203",1,42.86175,-71.878389,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.051022,0.096895,0.4738,"2013-03-11 00:00",0.4028,"2013-05-04 00:00",0.299,"2013-02-21 00:00",0.194,"2013-04-22 00:00","","","","",0.4738,0.4738,0.299,0.1446,0.0353,0.0162,0.0035,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88306",1,42.86175,-71.878389,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.329517,0.403051,2.2494,"2013-02-15 00:00",1.3129,"2013-01-04 00:00",1.0107,"2013-01-19 00:00",0.9918,"2013-02-06 00:00","","","","",2.2494,2.2494,1.0107,0.887,0.3941,0.1695,0.044,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88320",1,42.86175,-71.878389,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.474,0.389191,2.19,"2013-05-31 00:00",1.19,"2013-04-28 00:00",1.16,"2013-02-15 00:00",0.97,"2013-01-19 00:00","","","","",2.19,2.19,1.16,0.93,0.62,0.38,0.09,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88321",1,42.86175,-71.878389,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.09,0.073429,0.29,"2013-02-15 00:00",0.28,"2013-01-19 00:00",0.27,"2013-04-28 00:00",0.27,"2013-05-31 00:00","","","","",0.29,0.29,0.27,0.18,0.12,0.07,0.02,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88324",1,42.86175,-71.878389,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.021871,0.011037,0.0804,"2013-04-28 00:00",0.0357,"2013-05-31 00:00",0.0355,"2013-04-07 00:00",0.032,"2013-05-25 00:00","","","","",0.0804,0.0804,0.0355,0.0296,0.0281,0.0223,0.00985,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88325",1,42.86175,-71.878389,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.096058,0.114707,0.7612,"2013-05-31 00:00",0.2714,"2013-04-28 00:00",0.2197,"2013-05-28 00:00",0.21,"2013-02-15 00:00","","","","",0.7612,0.7612,0.2197,0.1893,0.1207,0.0604,0.0305,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88326",1,42.86175,-71.878389,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.126301,0.089137,0.3586,"2013-05-31 00:00",0.3149,"2013-02-15 00:00",0.299,"2013-05-28 00:00",0.2828,"2013-01-19 00:00","","","","",0.3586,0.3586,0.299,0.2596,0.1741,0.1018,0.03295,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88327",1,42.86175,-71.878389,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.105557,0.089777,0.4681,"2013-05-31 00:00",0.3443,"2013-02-15 00:00",0.255,"2013-01-19 00:00",0.2344,"2013-02-06 00:00","","","","",0.4681,0.4681,0.255,0.2337,0.131,0.0891,0.01445,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88328",1,42.86175,-71.878389,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.137483,0.108543,0.5641,"2013-05-31 00:00",0.3875,"2013-04-28 00:00",0.3387,"2013-01-04 00:00",0.3126,"2013-02-03 00:00","","","","",0.5641,0.5641,0.3387,0.2681,0.1858,0.1058,0.0381,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88329",1,42.86175,-71.878389,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.20076,0.166668,0.8,"2013-05-31 00:00",0.6057,"2013-04-28 00:00",0.5267,"2013-02-15 00:00",0.4758,"2013-01-04 00:00","","","","",0.8,0.8,0.5267,0.457,0.2916,0.1562,0.056,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88330",1,42.86175,-71.878389,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.026566,0.019128,0.0776,"2013-03-02 00:00",0.0758,"2013-05-16 00:00",0.058,"2013-05-22 00:00",0.0551,"2013-05-28 00:00","","","","",0.0776,0.0776,0.058,0.0525,0.0375,0.0246,0.0028,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88331",1,42.86175,-71.878389,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,9.5e-05,0.000424,0.003,"2013-05-16 00:00",0.0004,"2013-03-14 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.003,0.003,0.0001,0.0001,5e-05,0,0,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88338",1,42.86175,-71.878389,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.015559,0.004673,0.0245,"2013-04-28 00:00",0.02445,"2013-02-24 00:00",0.024,"2013-02-18 00:00",0.02395,"2013-02-06 00:00","","","","",0.0245,0.0245,0.024,0.02395,0.0158,0.0154,0.01065,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88339",1,42.86175,-71.878389,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.225891,0.971314,5.48633,"2013-05-31 00:00",3.55517,"2013-02-15 00:00",2.8401,"2013-01-04 00:00",2.59908,"2013-01-07 00:00","","","","",5.48633,5.48633,2.8401,2.58085,1.47349,0.96839,0.47029,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88344",1,42.86175,-71.878389,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.42484,0.520103,2.9017,"2013-02-15 00:00",1.6936,"2013-01-04 00:00",1.3038,"2013-01-19 00:00",1.2794,"2013-02-06 00:00","","","","",2.9017,2.9017,1.3038,1.1442,0.5084,0.2187,0.0568,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88348",1,42.86175,-71.878389,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.162494,0.155108,0.601,"2013-05-01 00:00",0.5094,"2013-04-28 00:00",0.4856,"2013-05-07 00:00",0.4648,"2013-05-16 00:00","","","","",0.601,0.601,0.4856,0.4469,0.2005,0.1021,0.0306,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88350",1,42.86175,-71.878389,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.853524,0.699791,3.9379,"2013-05-31 00:00",2.1361,"2013-04-28 00:00",2.0912,"2013-02-15 00:00",1.7491,"2013-01-19 00:00","","","","",3.9379,3.9379,2.0912,1.6673,1.1236,0.6867,0.1672,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88403",1,42.86175,-71.878389,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.856162,0.677788,3.94,"2013-05-31 00:00",2.445,"2013-02-15 00:00",1.975,"2013-01-04 00:00",1.749,"2013-02-06 00:00","","","","",3.94,3.94,1.975,1.744,1.0689,0.6951,0.3365,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","011","5001","88502",1,42.86175,-71.878389,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.784,2.016499,11.7,"2013-05-31 00:00",7.5,"2013-02-15 00:00",6,"2013-04-28 00:00",5.5,"2013-01-04 00:00","","","","",11.7,11.7,6,5,3.6,2.5,1.1,"MILLER STATE PARK","PACK MONADNOCK SUMMIT","New Hampshire","Hillsborough","Peterborough (Peterboro)","Manchester-Nashua, NH","2014-01-28" +"33","013","1006","42401",1,43.13244,-71.458306,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6356,73,270,365,0,196,0,"","Certification not required",0,2.815926,4.269361,34.3,"2013-03-18 11:00",21.3,"2013-02-14 15:00",19.7,"2013-03-26 12:00",17,"2013-02-07 14:00","","","","",19.7,16.2,11,8.2,3.8,1,0,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","42401",1,43.13244,-71.458306,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6356,73,270,365,0,196,"","","Certification not required",0,1.095548,1.744375,34.3,"2013-03-18 11:00",21.8,"2013-03-18 09:00",21.3,"2013-02-14 15:00",19.7,"2013-03-26 12:00","","","","",7.8,6.6,4.3,2.9,1.3,0.6,0,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","42401",1,43.13244,-71.458306,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,1.10963,1.319506,6.2,"2013-03-18 00:00",5.6,"2013-01-27 00:00",5.1,"2013-01-08 00:00",5,"2013-01-09 00:00","","","","",5.1,4.5,3.9,3.3,1.6,0.6,0,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","42401",1,43.13244,-71.458306,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2089,72,269,365,0,0,"",0,"Certification not required",0,1.07415,1.626935,24.3,"2013-03-18 11:00",12.4,"2013-03-26 14:00",12.3,"2013-03-27 11:00",10.6,"2013-01-08 11:00","","","","",7.3,6.2,4.5,2.9,1.3,0.6,0,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","42401",2,43.13244,-71.458306,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74939,71,262,365,0,3685,"","","Certification not required",0,1.097473,2.081025,78.7,"2013-02-14 15:10",76.9,"2013-03-18 11:25",70.8,"2013-03-18 11:30",63.8,"2013-03-26 12:15","","","","",8.8,6.4,4.1,2.7,1.3,0.6,-0.1,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","61101",1,43.13244,-71.458306,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2145,24,89,365,0,15,"","","Certification not required",0,2.498881,1.703146,9.5,"2013-01-31 05:00",9.3,"2013-01-31 12:00",8.8,"2013-01-31 14:00",8.4,"2013-01-31 11:00","","","","",7.3,6.7,5.7,4.9,3.6,2.3,0.5,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2013-06-21" +"33","013","1006","61102",1,43.13244,-71.458306,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2145,24,89,365,0,15,"","","Certification not required",0,237.358042,102.065175,359,"2013-03-07 12:00",359,"2013-03-08 13:00",359,"2013-03-26 00:00",358,"2013-03-07 05:00","","","","",353,350,338,330,317,289,80,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2013-06-21" +"33","013","1006","61103",1,43.13244,-71.458306,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6533,75,272,365,0,19,"","","Certification not required",0,2.037502,1.499048,9.5,"2013-01-31 05:00",9.3,"2013-01-31 12:00",8.8,"2013-01-31 14:00",8.7,"2013-04-07 15:00","","","","",6.7,6,4.9,4.2,2.9,1.6,0.5,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2013-12-26" +"33","013","1006","61104",1,43.13244,-71.458306,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6533,75,272,365,0,19,"","","Certification not required",0,194.343334,102.783784,359,"2013-03-07 12:00",359,"2013-03-08 13:00",359,"2013-03-26 00:00",359,"2013-07-18 06:00","","","","",353,347,337,328,303,179,81,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2013-12-26" +"33","013","1006","61106",1,43.13244,-71.458306,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,26.831109,14.120129,69.7,"2013-06-17 09:00",68.8,"2013-08-14 14:00",68.4,"2013-06-08 17:00",68.4,"2013-08-14 15:00","","","","",61.8,59.2,53.4,47.3,34.9,25.8,7.9,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2013-12-26" +"33","013","1006","62101",1,43.13244,-71.458306,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,53.600275,19.971114,98,"2013-07-19 14:00",97,"2013-07-19 13:00",97,"2013-07-19 15:00",96,"2013-05-31 15:00","","","","",92,89,83,78,70,56,27,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2013-12-26" +"33","013","1006","68101",1,43.13244,-71.458306,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",75,82,75,92,0,0,"","","Certification not required",1,0.391333,0.206871,0.6,"2013-01-22 00:00",0.6,"2013-02-03 00:00",0.6,"2013-02-15 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.1,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68101",2,43.13244,-71.458306,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.491111,0.079264,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-03-05 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.4,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68101",4,43.13244,-71.458306,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",14,45,14,31,0,1,"","","Certification not required",0,0.564286,0.049725,0.6,"2013-07-06 00:00",0.6,"2013-07-18 00:00",0.6,"2013-07-30 00:00",0.6,"2013-08-05 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.5,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68102",1,43.13244,-71.458306,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",75,82,75,92,0,0,"","","Certification not required",0,23.994667,0.022621,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68102",2,43.13244,-71.458306,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",45,74,45,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68102",4,43.13244,-71.458306,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",14,45,14,31,0,1,"","","Certification not required",0,24,0,24,"2013-07-06 00:00",24,"2013-07-12 00:00",24,"2013-07-18 00:00",24,"2013-07-24 00:00","","","","",24,24,24,24,24,24,24,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68103",1,43.13244,-71.458306,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",75,82,75,92,0,0,"","","Certification not required",0,3.632,9.548216,20.2,"2013-06-24 00:00",19.1,"2013-07-15 00:00",18.9,"2013-06-30 00:00",18.8,"2013-09-01 00:00","","","","",20.2,19.1,18.8,16.9,12.7,2.8,-8.7,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68103",2,43.13244,-71.458306,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,5.008889,10.10535,19.6,"2013-07-15 00:00",19.2,"2013-09-01 00:00",18.5,"2013-08-08 00:00",17.6,"2013-07-09 00:00","","","","",19.6,19.6,18.5,17.6,13.8,5.9,-8.7,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68103",4,43.13244,-71.458306,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",14,45,14,31,0,1,"","","Certification not required",0,13.457143,4.478962,21.7,"2013-07-18 00:00",21.6,"2013-07-06 00:00",16.6,"2013-07-12 00:00",14.9,"2013-08-29 00:00","","","","",21.7,21.7,21.7,21.6,14.9,12.8,6.7,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68104",1,43.13244,-71.458306,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",75,82,75,92,0,0,"","","Certification not required",0,15.984,11.310818,35.1,"2013-05-31 00:00",34.7,"2013-06-24 00:00",34.1,"2013-07-15 00:00",31.2,"2013-07-03 00:00","","","","",35.1,34.7,31.2,29.6,26.3,16.6,0.4,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68104",2,43.13244,-71.458306,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.871111,11.680493,34,"2013-07-15 00:00",32.1,"2013-07-03 00:00",31.3,"2013-08-20 00:00",30.1,"2013-07-27 00:00","","","","",34,34,31.3,30.1,27.5,21.8,-0.3,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68104",4,43.13244,-71.458306,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",14,45,14,31,0,1,"","","Certification not required",0,39.292857,12.741541,51.1,"2013-07-24 00:00",51.1,"2013-08-05 00:00",51.1,"2013-08-11 00:00",51.1,"2013-08-17 00:00","","","","",51.1,51.1,51.1,51.1,51.1,51.1,24.3,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68105",1,43.13244,-71.458306,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",75,82,75,92,0,0,"","","Certification not required",0,9.596,9.8535,25.7,"2013-07-15 00:00",25.6,"2013-06-24 00:00",25.5,"2013-05-31 00:00",23.4,"2013-06-30 00:00","","","","",25.7,25.6,23.4,22,18,11,-4.2,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68105",2,43.13244,-71.458306,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,11.184444,10.315984,26.3,"2013-07-15 00:00",23.4,"2013-07-03 00:00",23.3,"2013-08-08 00:00",23.3,"2013-09-01 00:00","","","","",26.3,26.3,23.3,22.5,20.3,13.1,-4.2,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68105",4,43.13244,-71.458306,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",14,45,14,31,0,1,"","","Certification not required",0,22.064286,4.62079,30.9,"2013-08-05 00:00",27.8,"2013-09-10 00:00",26.6,"2013-07-06 00:00",26.2,"2013-07-18 00:00","","","","",30.9,30.9,30.9,27.8,26.2,21.5,16.1,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68106",1,43.13244,-71.458306,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,82,75,92,0,0,"","","Certification not required",0,750.44,6.027505,770,"2013-04-22 00:00",763,"2013-05-01 00:00",761,"2013-05-04 00:00",759,"2013-04-28 00:00","","","","",770,763,759,757,754,750,744,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68106",2,43.13244,-71.458306,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,751.066667,5.096345,769,"2013-04-22 00:00",760,"2013-05-04 00:00",758,"2013-04-28 00:00",758,"2013-06-21 00:00","","","","",769,769,758,757,754,750,745,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68106",4,43.13244,-71.458306,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",14,45,14,31,0,1,"","","Certification not required",0,753.142857,4.785509,761,"2013-09-28 00:00",760,"2013-08-17 00:00",755,"2013-07-30 00:00",755,"2013-09-10 00:00","","","","",761,761,761,760,755,754,744,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68107",1,43.13244,-71.458306,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,82,75,92,0,0,"","","Certification not required",0,757.066667,5.662426,774,"2013-04-22 00:00",769,"2013-01-10 00:00",767,"2013-01-28 00:00",766,"2013-05-01 00:00","","","","",774,769,766,764,762,757,750,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68107",2,43.13244,-71.458306,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,757.266667,5.453939,774,"2013-04-22 00:00",768,"2013-01-10 00:00",767,"2013-01-28 00:00",764,"2013-03-17 00:00","","","","",774,774,767,764,760,757,750,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68107",4,43.13244,-71.458306,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",14,45,14,31,0,1,"","","Certification not required",0,758.214286,3.423416,764,"2013-09-28 00:00",763,"2013-09-16 00:00",762,"2013-08-17 00:00",761,"2013-07-12 00:00","","","","",764,764,764,763,761,758,755,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68108",1,43.13244,-71.458306,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,82,75,92,0,0,"","","Certification not required",0,753.106667,5.63429,772,"2013-04-22 00:00",764,"2013-05-01 00:00",762,"2013-01-10 00:00",762,"2013-05-04 00:00","","","","",772,764,762,759,756,753,746,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68108",2,43.13244,-71.458306,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,753.577778,5.042947,771,"2013-04-22 00:00",762,"2013-05-04 00:00",761,"2013-01-10 00:00",761,"2013-01-28 00:00","","","","",771,771,761,760,756,752,748,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68108",4,43.13244,-71.458306,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",14,45,14,31,0,1,"","","Certification not required",0,754.928571,4.196414,762,"2013-09-28 00:00",761,"2013-08-17 00:00",757,"2013-07-12 00:00",756,"2013-07-30 00:00","","","","",762,762,762,761,756,756,748,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68109",1,43.13244,-71.458306,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",75,82,75,92,0,0,"","","Certification not required",0,1439.333333,5.891665,1441,"2013-02-12 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1441,1440,1440,1440,1440,1440,1440,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","68109",2,43.13244,-71.458306,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",45,74,45,61,0,0,"","","Certification not required",0,1440.022222,0.149071,1441,"2013-05-04 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1441,1441,1440,1440,1440,1440,1440,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","68109",4,43.13244,-71.458306,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",14,45,14,31,0,1,"","","Certification not required",0,1440,0,1440,"2013-07-06 00:00",1440,"2013-07-12 00:00",1440,"2013-07-18 00:00",1440,"2013-07-24 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-02-21" +"33","013","1006","88101",1,43.13244,-71.458306,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",75,82,75,92,0,0,0,0,"Certification not required",0,7.130667,3.648175,17.1,"2013-01-07 00:00",17.1,"2013-05-31 00:00",16.5,"2013-02-15 00:00",14.6,"2013-01-13 00:00","","","","",17.1,17.1,14.6,12.7,8.8,6.2,3.4,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","88101",1,43.13244,-71.458306,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",75,82,75,92,0,0,"","","Certification not required",0,7.130667,3.648175,17.1,"2013-01-07 00:00",17.1,"2013-05-31 00:00",16.5,"2013-02-15 00:00",14.6,"2013-01-13 00:00","","","","",17.1,17.1,14.6,12.7,8.8,6.2,3.4,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","88101",2,43.13244,-71.458306,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,7.704444,3.216149,16.6,"2013-02-15 00:00",14.8,"2013-01-04 00:00",14.5,"2013-08-26 00:00",12.8,"2013-07-09 00:00","","","","",16.6,16.6,14.5,12.7,9.1,6.8,4.4,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","88101",2,43.13244,-71.458306,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,7.704444,3.216149,16.6,"2013-02-15 00:00",14.8,"2013-01-04 00:00",14.5,"2013-08-26 00:00",12.8,"2013-07-09 00:00","","","","",16.6,16.6,14.5,12.7,9.1,6.8,4.4,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","88101",4,43.13244,-71.458306,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",14,5,5,92,0,1,0,0,"Certification not required",0,6.292857,3.402141,13.7,"2013-07-18 00:00",11.7,"2013-07-06 00:00",9.6,"2013-08-17 00:00",7.5,"2013-09-10 00:00","","","","",13.7,13.7,13.7,13.7,11.7,9.6,6.5,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1006","88101",4,43.13244,-71.458306,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",14,5,5,92,0,1,"","","Certification not required",0,6.292857,3.402141,13.7,"2013-07-18 00:00",11.7,"2013-07-06 00:00",9.6,"2013-08-17 00:00",7.5,"2013-09-10 00:00","","","","",13.7,13.7,13.7,13.7,11.7,9.6,6.5,"PEMBROKE HIGHWAY DEPARTMENT","PLEASANT STREET","New Hampshire","Merrimack","Suncook","Concord, NH","2014-01-02" +"33","013","1007","42401",1,43.2185,-71.5145,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6450,74,272,365,0,102,0,"","Certification not required",0,1.158824,1.670405,13.8,"2013-02-19 11:00",8.5,"2013-03-11 13:00",8.2,"2013-07-21 17:00",7,"2013-06-02 09:00","","","","",8.2,6.8,3.7,2.6,1.9,0.7,-0.2,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","42401",1,43.2185,-71.5145,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6450,74,272,365,0,102,"","","Certification not required",0,0.559891,1.034113,13.8,"2013-02-19 11:00",11.5,"2013-02-19 12:00",8.5,"2013-03-11 13:00",8.2,"2013-07-21 17:00","","","","",3,2.5,2.2,1.9,1.3,0.3,-0.5,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","42401",1,43.2185,-71.5145,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,0.558456,0.935169,3.1,"2013-01-09 00:00",2.6,"2013-01-04 00:00",2.5,"2013-01-11 00:00",2.4,"2013-01-06 00:00","","","","",2.5,2.3,2.2,1.9,1.4,0.3,-0.4,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","42401",1,43.2185,-71.5145,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2098,72,272,365,0,0,"",0,"Certification not required",0,0.557722,0.982566,7,"2013-07-21 17:00",6.1,"2013-02-19 14:00",5.7,"2013-01-04 11:00",5.6,"2013-01-29 17:00","","","","",2.9,2.5,2.2,1.9,1.3,0.3,-0.5,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","42401",2,43.2185,-71.5145,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",76465,73,266,365,0,2159,"","","Certification not required",0,0.55496,1.063265,22.2,"2013-02-19 11:35",20.9,"2013-02-19 11:40",18.9,"2013-03-11 10:40",17.7,"2013-02-19 11:10","","","","",3.1,2.5,2.2,2,1.3,0.2,-0.5,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-30" +"33","013","1007","44201",1,43.2185,-71.5145,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4335,100,183,183,0,57,0,0,"Certification not required",262,0.043945,0.011055,0.071,"2013-04-28 16:00",0.071,"2013-04-29 16:00",0.071,"2013-04-30 15:00",0.07,"2013-06-01 22:00","","","","",0.071,0.07,0.065,0.06,0.051,0.043,0.031,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","44201",1,43.2185,-71.5145,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4382,99,182,183,0,0,0,0,"Certification not required",0,0.03994,0.010922,0.069,"2013-04-30 11:00",0.067,"2013-04-29 11:00",0.066,"2013-04-28 10:00",0.065,"2013-06-01 09:00","","","","",0.067,0.065,0.06,0.055,0.047,0.039,0.028,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","44201",1,43.2185,-71.5145,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4382,99,182,183,0,0,0,0,"Certification not required",0,0.03994,0.010922,0.069,"2013-04-30 11:00",0.067,"2013-04-29 11:00",0.066,"2013-04-28 10:00",0.065,"2013-06-01 09:00","","","","",0.067,0.065,0.06,0.055,0.047,0.039,0.028,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","61101",1,43.2185,-71.5145,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2155,25,90,365,0,5,"","","Certification not required",0,4.395174,2.8912,16.4,"2013-01-31 05:00",15.9,"2013-02-17 21:00",15.5,"2013-02-17 17:00",15.3,"2013-02-17 15:00","","","","",12.9,11.5,9.8,8.3,6.2,4,1,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-06-21" +"33","013","1007","61102",1,43.2185,-71.5145,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2155,25,90,365,0,5,"","","Certification not required",0,244.714153,90.160153,359,"2013-02-03 12:00",359,"2013-02-10 18:00",359,"2013-02-25 00:00",359,"2013-02-26 02:00","","","","",354,348,333,319,307,290,109,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-06-21" +"33","013","1007","61103",1,43.2185,-71.5145,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6543,75,273,365,0,9,"","","Certification not required",0,3.600565,2.488051,16.4,"2013-01-31 05:00",15.9,"2013-02-17 21:00",15.5,"2013-02-17 17:00",15.3,"2013-02-17 15:00","","","","",11,10,8.4,7,5,3.1,0.9,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","61104",1,43.2185,-71.5145,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,223.518569,90.144564,359,"2013-02-03 12:00",359,"2013-02-10 18:00",359,"2013-02-25 00:00",359,"2013-02-26 02:00","","","","",348,340,325,315,301,260,103,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","61106",1,43.2185,-71.5145,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6529,75,272,365,0,23,"","","Certification not required",0,33.968234,13.192883,84.2,"2013-09-27 13:00",81.2,"2013-09-30 13:00",81.1,"2013-01-08 04:00",80.9,"2013-09-26 13:00","","","","",70.2,66.8,60.6,53.5,41.7,31.2,20,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","1007","62101",1,43.2185,-71.5145,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,4,"","","Certification not required",0,53.394319,19.62676,97,"2013-07-17 14:00",96,"2013-05-31 13:00",96,"2013-06-01 13:00",96,"2013-07-17 12:00","","","","",92,89,82,77,69,56,27,"HAZEN DRIVE","HAZEN DRIVE","New Hampshire","Merrimack","Concord","Concord, NH","2013-12-26" +"33","013","2007","81104",3,43.209342,-71.535103,"NAD83","PM2.5 STP","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",2142,99,90,90,0,18,"","","Certification not required",644,6.289916,6.073655,54,"2013-01-09 18:00",49,"2013-01-09 14:00",48,"2013-01-09 13:00",44,"2013-01-04 10:00","","","","",30,24,18,14,8,4,1.5,"","11 Stickney Ave Bdg C","New Hampshire","Merrimack","Concord","Concord, NH","2013-10-31" +"33","015","0014","42401",1,43.075333,-70.748,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6318,72,267,365,0,234,0,"","Certification not required",0,3.193258,5.830516,32.7,"2013-02-10 14:00",32.4,"2013-01-03 09:00",31.8,"2013-01-23 08:00",31,"2013-01-01 16:00","","","","",31.8,24.6,16.1,9.5,2.8,1,0.2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","42401",1,43.075333,-70.748,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6318,72,267,365,0,234,"","","Certification not required",0,0.81032,1.986555,32.7,"2013-02-10 14:00",32.4,"2013-01-03 09:00",31.8,"2013-01-23 08:00",31,"2013-01-01 16:00","","","","",9.9,6.2,2.8,1.7,0.8,0.3,0,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","42401",1,43.075333,-70.748,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",267,73,267,365,0,0,0,"","Certification not required",0,0.81236,1.160453,8.5,"2013-02-10 00:00",6.3,"2013-01-26 00:00",5.6,"2013-01-02 00:00",5,"2013-03-04 00:00","","","","",5.6,4.2,3.4,2.1,1,0.4,0,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","42401",1,43.075333,-70.748,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2054,70,264,365,0,0,"",0,"Certification not required",0,0.786952,1.707088,18.7,"2013-01-26 20:00",18.5,"2013-01-24 23:00",17.6,"2013-01-23 08:00",17.3,"2013-02-10 02:00","","","","",8.9,5.5,3.1,1.8,0.8,0.3,0,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","42401",2,43.075333,-70.748,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74309,71,259,365,0,4315,"","","Certification not required",0,0.82545,2.51961,89.9,"2013-01-23 08:05",76.2,"2013-02-10 14:25",72.3,"2013-01-23 08:10",67.7,"2013-01-23 08:15","","","","",10,5.1,2.5,1.6,0.8,0.3,0,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0014","44201",1,43.075333,-70.748,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6448,99,182,183,0,104,0,0,"Certification not required",163,0.044335,0.012042,0.097,"2013-08-21 15:00",0.081,"2013-06-21 18:00",0.077,"2013-06-01 12:00",0.074,"2013-07-17 13:00","","","","",0.081,0.074,0.067,0.058,0.049,0.046,0.04,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","44201",1,43.075333,-70.748,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6505,99,181,183,0,0,0,0,"Certification not required",0,0.039823,0.010383,0.076,"2013-08-21 12:00",0.072,"2013-06-21 14:00",0.068,"2013-06-01 10:00",0.066,"2013-08-22 10:00","","","","",0.072,0.066,0.058,0.053,0.047,0.042,0.037,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","44201",1,43.075333,-70.748,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6505,99,181,183,0,0,1,1,"Certification not required",0,0.039823,0.010383,0.076,"2013-08-21 12:00",0.072,"2013-06-21 14:00",0.068,"2013-06-01 10:00",0.066,"2013-08-22 10:00","","","","",0.072,0.066,0.058,0.053,0.047,0.042,0.037,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","61101",1,43.075333,-70.748,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2140,24,88,365,0,20,"","","Certification not required",0,6.921449,4.22894,21.8,"2013-02-09 03:00",21.4,"2013-02-17 18:00",21,"2013-02-08 23:00",21,"2013-02-09 00:00","","","","",18.3,17.2,15,12.9,9.6,6.1,2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-06-21" +"33","015","0014","61102",1,43.075333,-70.748,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2140,24,88,365,0,20,"","","Certification not required",0,238.59486,95.02975,359,"2013-01-29 11:00",359,"2013-03-25 20:00",358,"2013-01-16 10:00",358,"2013-02-03 11:00","","","","",355,350,337,326,303,278,63,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-06-21" +"33","015","0014","61103",1,43.075333,-70.748,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6530,75,271,365,0,22,"","","Certification not required",0,4.944855,3.781749,21.8,"2013-02-09 03:00",21.4,"2013-02-17 18:00",21,"2013-02-08 23:00",21,"2013-02-09 00:00","","","","",16.3,14.6,12.3,10.4,7,4.2,0.6,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","61104",1,43.075333,-70.748,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6530,75,271,365,0,22,"","","Certification not required",0,216.278407,94.37467,359,"2013-01-29 11:00",359,"2013-03-25 20:00",359,"2013-05-19 08:00",359,"2013-08-30 01:00","","","","",354,346,334,321,294,249,69,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","61106",1,43.075333,-70.748,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,20.857248,9.560294,80.2,"2013-05-31 16:00",77.9,"2013-05-17 21:00",74.8,"2013-09-02 07:00",73.3,"2013-08-11 00:00","","","","",56.4,50.3,40.9,33,24.6,17.6,12.5,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","62101",1,43.075333,-70.748,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,54.584554,18.395995,99,"2013-07-19 13:00",99,"2013-07-19 14:00",98,"2013-07-19 12:00",98,"2013-07-19 15:00","","","","",91,88,82,77,69,56,30,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0014","68101",1,43.075333,-70.748,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.504444,0.047461,0.6,"2013-01-22 00:00",0.6,"2013-05-28 00:00",0.6,"2013-06-21 00:00",0.6,"2013-07-03 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.5,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68102",1,43.075333,-70.748,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",45,74,45,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68103",1,43.075333,-70.748,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,7.213333,9.2398,21.1,"2013-07-15 00:00",19.7,"2013-09-01 00:00",19.1,"2013-07-21 00:00",18.3,"2013-08-02 00:00","","","","",21.1,21.1,19.1,17.7,15.1,8.4,-5,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68104",1,43.075333,-70.748,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.442222,11.388002,34.3,"2013-07-15 00:00",32,"2013-09-01 00:00",31.6,"2013-07-27 00:00",31.3,"2013-08-08 00:00","","","","",34.3,34.3,31.6,31.3,28.1,18.8,-0.1,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68105",1,43.075333,-70.748,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.008889,9.803636,26.9,"2013-07-15 00:00",24.4,"2013-09-01 00:00",23.7,"2013-08-26 00:00",23.3,"2013-08-20 00:00","","","","",26.9,26.9,23.7,23.2,21.1,13.3,-2.2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68106",1,43.075333,-70.748,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,756.933333,5.507846,775,"2013-04-22 00:00",768,"2013-05-04 00:00",765,"2013-04-28 00:00",764,"2013-05-28 00:00","","","","",775,775,765,764,760,757,750,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68107",1,43.075333,-70.748,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,763.266667,5.219718,780,"2013-04-22 00:00",774,"2013-01-10 00:00",771,"2013-01-28 00:00",770,"2013-04-16 00:00","","","","",780,780,771,770,766,763,757,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68108",1,43.075333,-70.748,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,759.644444,5.170526,777,"2013-04-22 00:00",768,"2013-05-04 00:00",767,"2013-04-28 00:00",766,"2013-01-10 00:00","","","","",777,777,767,766,763,759,754,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","68109",1,43.075333,-70.748,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",45,74,45,61,0,0,"","","Certification not required",0,1438.888889,7.607479,1441,"2013-08-14 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1441,1441,1440,1440,1440,1440,1440,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0014","81102",1,43.075333,-70.748,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,17.818182,7.330322,27,"2013-07-03 00:00",27,"2013-08-20 00:00",26,"2013-01-04 00:00",26,"2013-01-10 00:00","","","","",27,27,26,26,26,17,8,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0014","81102",2,43.075333,-70.748,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,17.727273,7.270084,27,"2013-07-03 00:00",27,"2013-08-20 00:00",26,"2013-01-04 00:00",26,"2013-01-16 00:00","","","","",27,27,26,26,25,17,8,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0014","85101",3,43.075333,-70.748,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",287,11,12,104,0,1,"","","Certification not required",41,9.226481,5.646423,34,"2013-09-20 09:00",28,"2013-09-30 23:00",25,"2013-09-20 11:00",24,"2013-09-19 09:00","","","","",25,24,20,17,12,8,2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-02-13" +"33","015","0014","88101",1,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,31,0,0,0,0,"Certification not required",0,7.235556,3.733032,19,"2013-07-03 00:00",16.3,"2013-08-20 00:00",14.2,"2013-02-15 00:00",13.6,"2013-08-26 00:00","","","","",19,19,16.3,14.2,11.9,9,6.3,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0014","88101",1,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,31,0,0,"","","Certification not required",0,7.235556,3.733032,19,"2013-07-03 00:00",16.3,"2013-08-20 00:00",14.2,"2013-02-15 00:00",13.6,"2013-08-26 00:00","","","","",19,19,16.3,14.2,11.9,9,6.3,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0014","88101",3,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5481,63,240,365,0,615,"","","Certification not required",0,7.948987,7.11363,64.2,"2013-07-03 20:00",54.3,"2013-07-10 10:00",52.1,"2013-07-17 10:00",47.9,"2013-01-09 12:00","","","","",31.6,27.2,22,17.6,10.7,6.6,0.6,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0014","88101",3,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",231,63,231,365,0,0,0,0,"Certification not required",0,7.918182,5.412226,29.4,"2013-07-17 00:00",27.3,"2013-07-03 00:00",25,"2013-07-10 00:00",24.5,"2013-07-16 00:00","","","","",25,23.2,19.5,15.6,10,6.8,2.2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0014","88101",3,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",231,63,231,365,0,0,"","","Certification not required",0,7.918182,5.412226,29.4,"2013-07-17 00:00",27.3,"2013-07-03 00:00",25,"2013-07-10 00:00",24.5,"2013-07-16 00:00","","","","",25,23.2,19.5,15.6,10,6.8,2.2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0014","88101",6,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Teledyne Model 602 Beta plus w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",455,5,19,365,0,1,"","","Certification not required",0,5.087692,4.306314,25.2,"2013-09-12 11:00",22.7,"2013-09-12 10:00",21.7,"2013-09-12 09:00",17.7,"2013-09-12 08:00","","","","",17.5,16,12.5,10.7,7.3,4.3,0.2,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0014","88101",6,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",19,5,19,365,0,0,0,0,"Certification not required",0,5.047368,2.298156,11.9,"2013-09-12 00:00",8.5,"2013-09-20 00:00",7.3,"2013-09-21 00:00",6.9,"2013-09-28 00:00","","","","",11.9,11.9,11.9,8.5,5.8,4.4,2.9,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0014","88101",6,43.075333,-70.748,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",19,5,19,365,0,0,"","","Certification not required",0,5.047368,2.298156,11.9,"2013-09-12 00:00",8.5,"2013-09-20 00:00",7.3,"2013-09-21 00:00",6.9,"2013-09-28 00:00","","","","",11.9,11.9,11.9,8.5,5.8,4.4,2.9,"PORTSMOUTH - PEIRCE ISLAND","PORTSMOUTH, PEIRCE ISLAND","New Hampshire","Rockingham","Portsmouth","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0016","44201",1,43.045278,-70.713806,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4336,100,183,183,0,56,0,0,"Certification not required",26,0.044907,0.012367,0.087,"2013-08-22 14:00",0.085,"2013-06-01 12:00",0.083,"2013-05-31 15:00",0.079,"2013-08-20 18:00","","","","",0.085,0.079,0.07,0.059,0.051,0.044,0.03,"SEACOAST SCIENCE CENTER","SEACOAST SCIENCE CENTER","New Hampshire","Rockingham","Rye","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0016","44201",1,43.045278,-70.713806,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4377,100,183,183,0,0,0,0,"Certification not required",0,0.040164,0.010555,0.072,"2013-06-01 11:00",0.07,"2013-06-21 13:00",0.07,"2013-08-21 12:00",0.069,"2013-08-22 11:00","","","","",0.07,0.069,0.059,0.052,0.047,0.04,0.027,"SEACOAST SCIENCE CENTER","SEACOAST SCIENCE CENTER","New Hampshire","Rockingham","Rye","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0016","44201",1,43.045278,-70.713806,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4377,100,183,183,0,0,0,0,"Certification not required",0,0.040164,0.010555,0.072,"2013-06-01 11:00",0.07,"2013-06-21 13:00",0.07,"2013-08-21 12:00",0.069,"2013-08-22 11:00","","","","",0.07,0.069,0.059,0.052,0.047,0.04,0.027,"SEACOAST SCIENCE CENTER","SEACOAST SCIENCE CENTER","New Hampshire","Rockingham","Rye","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0016","61103",1,43.045278,-70.713806,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4390,50,183,365,0,2,"","","Certification not required",0,5.367084,3.534789,22.9,"2013-04-12 22:00",22.8,"2013-04-12 01:00",22.8,"2013-06-11 02:00",22.6,"2013-06-11 03:00","","","","",18.7,15.5,12.2,9.9,6.7,4.7,1.7,"SEACOAST SCIENCE CENTER","SEACOAST SCIENCE CENTER","New Hampshire","Rockingham","Rye","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0016","61104",1,43.045278,-70.713806,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4390,50,183,365,0,2,"","","Certification not required",0,209.963326,94.357965,359,"2013-05-08 02:00",359,"2013-07-25 02:00",359,"2013-08-27 06:00",359,"2013-09-27 09:00","","","","",352,345,332,319,300,200,62,"SEACOAST SCIENCE CENTER","SEACOAST SCIENCE CENTER","New Hampshire","Rockingham","Rye","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0016","61106",1,43.045278,-70.713806,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4390,50,183,365,0,2,"","","Certification not required",0,16.046059,9.155127,49.8,"2013-07-19 09:00",48,"2013-07-19 07:00",47.8,"2013-09-01 07:00",47,"2013-06-01 00:00","","","","",41.5,39.9,36.3,31.1,19.3,14.1,5.9,"SEACOAST SCIENCE CENTER","SEACOAST SCIENCE CENTER","New Hampshire","Rockingham","Rye","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42101",1,42.862536,-71.380172,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7137,81,301,365,0,159,0,0,"Certification not required",2,0.191093,0.058092,0.821,"2013-02-11 14:00",0.704,"2013-01-09 09:00",0.67,"2013-02-11 18:00",0.626,"2013-02-11 15:00","","","","",0.407,0.353,0.294,0.252,0.211,0.182,0.133,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-17" +"33","015","0018","42101",1,42.862536,-71.380172,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7192,82,295,365,0,0,0,0,"Certification not required",0,0.193451,0.060086,0.6,"2013-02-11 14:00",0.6,"2013-02-11 15:00",0.6,"2013-02-11 16:00",0.6,"2013-02-11 17:00",0.6,"2013-02-11 14:00",0.6,"2013-02-11 22:00",0.4,0.3,0.3,0.2,0.2,0.2,0.1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-17" +"33","015","0018","42401",1,42.862536,-71.380172,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5400,62,224,365,0,1152,0,"","Certification not required",0,1.554018,1.204246,12,"2013-03-09 06:00",6,"2013-02-11 08:00",5.6,"2013-03-16 22:00",4.7,"2013-01-09 09:00","","","","",5.6,4.6,3.5,2.9,2,1.2,0.5,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42401",1,42.862536,-71.380172,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5400,62,224,365,0,1152,"","","Certification not required",0,0.934833,0.752109,12,"2013-03-09 06:00",10.5,"2013-03-09 07:00",10.4,"2013-03-09 05:00",8.7,"2013-03-09 09:00","","","","",3.8,3.1,2.2,1.7,1.2,0.8,0.3,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42401",1,42.862536,-71.380172,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",224,61,224,365,0,0,0,"","Certification not required",0,0.939732,0.638371,4.4,"2013-03-09 00:00",3.9,"2013-03-11 00:00",3.8,"2013-02-11 00:00",3.5,"2013-03-10 00:00","","","","",3.8,2.8,1.9,1.7,1.2,0.8,0.3,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42401",1,42.862536,-71.380172,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1749,60,220,365,0,0,"",0,"Certification not required",0,0.906346,0.716518,9,"2013-03-09 08:00",5.6,"2013-02-11 08:00",5.4,"2013-02-11 11:00",5.4,"2013-03-09 05:00","","","","",3.8,3,2.2,1.7,1.2,0.7,0.2,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42401",2,42.862536,-71.380172,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",64441,61,224,365,0,14183,"","","Certification not required",0,0.975851,0.919311,23.2,"2013-05-20 22:45",23,"2013-05-20 20:40",22.2,"2013-05-20 17:10",21.4,"2013-05-20 19:25","","","","",4.1,3.4,2.4,1.8,1.3,0.8,0.2,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","42600",1,42.862536,-71.380172,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6258,71,261,365,0,294,"","","Certification not required",0,4.322899,5.51741,100.6,"2013-02-11 14:00",79.7,"2013-02-11 11:00",71.1,"2013-02-11 18:00",68.8,"2013-02-11 13:00","","","","",28.1,20.2,12.2,8.2,4.9,2.9,1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42601",1,42.862536,-71.380172,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6257,71,261,365,0,295,"","","Certification not required",0,0.520984,1.670232,48.5,"2013-02-11 14:00",34.1,"2013-02-11 11:00",30.1,"2013-01-09 08:00",28.5,"2013-02-11 13:00","","","","",5.2,3.1,1.6,0.9,0.4,0.2,0.1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","42612",1,42.862536,-71.380172,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6262,71,261,365,0,290,"","","Certification not required",0,3.748004,4.3498,52,"2013-02-11 14:00",46,"2013-02-11 18:00",45.8,"2013-02-11 17:00",45.6,"2013-02-11 11:00","","","","",22.9,17.8,11,7.2,4.4,2.6,0.8,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","44201",1,42.862536,-71.380172,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6400,97,178,183,0,152,0,0,"Certification not required",86,0.046337,0.010972,0.082,"2013-05-31 22:00",0.075,"2013-09-11 20:00",0.074,"2013-04-29 14:00",0.071,"2013-04-28 14:00","","","","",0.075,0.071,0.068,0.061,0.054,0.048,0.042,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","44201",1,42.862536,-71.380172,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6455,97,177,183,0,0,0,0,"Certification not required",0,0.042062,0.010662,0.069,"2013-04-29 10:00",0.068,"2013-04-28 10:00",0.067,"2013-05-31 17:00",0.067,"2013-06-01 08:00","","","","",0.068,0.067,0.062,0.056,0.05,0.045,0.039,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","44201",1,42.862536,-71.380172,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6455,97,177,183,0,0,0,0,"Certification not required",0,0.042062,0.010662,0.069,"2013-04-29 10:00",0.068,"2013-04-28 10:00",0.067,"2013-05-31 17:00",0.067,"2013-06-01 08:00","","","","",0.068,0.067,0.062,0.056,0.05,0.045,0.039,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","61101",1,42.862536,-71.380172,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2111,24,86,365,0,49,"","","Certification not required",0,4.98432,3.056955,16.8,"2013-02-09 11:00",16.6,"2013-02-17 13:00",16.5,"2013-02-17 14:00",15.9,"2013-02-09 12:00","","","","",13.5,12.2,10.6,9,7,4.6,1.4,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-06-21" +"33","015","0018","61102",1,42.862536,-71.380172,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",2111,24,86,365,0,49,"","","Certification not required",0,246.832307,95.37355,359,"2013-02-24 08:00",359,"2013-02-24 12:00",359,"2013-02-27 23:00",357,"2013-02-24 09:00","","","","",354,348,338,331,320,293,99,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-06-21" +"33","015","0018","61103",1,42.862536,-71.380172,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6493,74,269,365,0,59,"","","Certification not required",0,4.03396,2.690136,16.8,"2013-02-09 11:00",16.6,"2013-02-17 13:00",16.5,"2013-02-17 14:00",15.9,"2013-02-09 12:00","","","","",11.9,10.8,9.1,7.9,5.6,3.5,1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","61104",1,42.862536,-71.380172,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6493,74,269,365,0,59,"","","Certification not required",0,231.677961,94.57494,359,"2013-02-24 08:00",359,"2013-02-24 12:00",359,"2013-02-27 23:00",359,"2013-04-11 00:00","","","","",352,347,337,331,317,265,102,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","61106",1,42.862536,-71.380172,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6530,75,272,365,0,22,"","","Certification not required",0,26.10562,12.162545,91.2,"2013-01-03 07:00",83.9,"2013-09-07 00:00",81.9,"2013-01-05 19:00",79.4,"2013-05-19 09:00","","","","",63.8,59.1,51.3,43.1,31.6,23.7,13,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","62101",1,42.862536,-71.380172,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6530,75,272,365,0,22,"","","Certification not required",0,52.003982,19.535037,94,"2013-07-19 12:00",94,"2013-07-19 13:00",94,"2013-07-19 14:00",94,"2013-07-19 15:00","","","","",90,87,81,76,68,54,26,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","62201",1,42.862536,-71.380172,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6539,75,272,365,0,13,"","","Certification not required",0,69.88668,22.294379,100,"2013-01-11 23:00",100,"2013-01-12 00:00",100,"2013-01-12 01:00",100,"2013-01-12 02:00","","","","",100,100,99,98,91,72,39,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","64101",1,42.862536,-71.380172,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6539,75,272,365,0,13,"","","Certification not required",0,1005.456706,7.976068,1035.1,"2013-04-22 13:00",1035,"2013-04-22 12:00",1034.8,"2013-04-22 10:00",1034.7,"2013-04-22 09:00","","","","",1022.7,1020.7,1017.9,1015.6,1011.1,1005.8,994.8,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","65102",1,42.862536,-71.380172,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",4213,48,175,365,0,179,"","","Certification not required",0,0.005483,0.039071,0.91,"2013-07-08 16:00",0.86,"2013-09-12 19:00",0.79,"2013-07-01 12:00",0.78,"2013-09-12 11:00","","","","",0.13,0.08,0.02,0,0,0,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-26" +"33","015","0018","68101",1,42.862536,-71.380172,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",75,82,75,92,0,1,"","","Certification not required",0,0.436,0.140116,0.6,"2013-02-27 00:00",0.6,"2013-03-05 00:00",0.6,"2013-04-07 00:00",0.6,"2013-04-19 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.5,0.1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68101",4,42.862536,-71.380172,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Percent","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.506667,0.070373,0.6,"2013-08-05 00:00",0.6,"2013-08-29 00:00",0.6,"2013-09-10 00:00",0.6,"2013-09-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.5,0.4,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68102",1,42.862536,-71.380172,"WGS84","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",75,82,75,92,0,1,"","","Certification not required",0,24.001333,0.011547,24.1,"2013-03-14 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24.1,24,24,24,24,24,24,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68102",4,42.862536,-71.380172,"WGS84","Sample Volume","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Cubic meter","No Events",15,48,15,31,0,0,"","","Certification not required",0,24,0,24,"2013-07-06 00:00",24,"2013-07-12 00:00",24,"2013-07-18 00:00",24,"2013-07-24 00:00","","","","",24,24,24,24,24,24,24,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68103",1,42.862536,-71.380172,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",75,82,75,92,0,1,"","","Certification not required",0,3.113333,9.555306,20.8,"2013-09-01 00:00",19.9,"2013-06-24 00:00",18.9,"2013-07-15 00:00",17.5,"2013-06-30 00:00","","","","",20.8,19.9,17.5,16.3,11,1.6,-10.5,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68103",4,42.862536,-71.380172,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",15,48,15,31,0,0,"","","Certification not required",0,12.146667,4.533505,21.4,"2013-07-18 00:00",19.3,"2013-07-06 00:00",16.3,"2013-07-12 00:00",14.7,"2013-07-24 00:00","","","","",21.4,21.4,21.4,19.3,14.7,12.1,6.8,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68104",1,42.862536,-71.380172,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",75,82,75,92,0,1,"","","Certification not required",0,16.290667,11.654441,36,"2013-05-31 00:00",34.5,"2013-06-24 00:00",33.9,"2013-07-15 00:00",31.8,"2013-07-03 00:00","","","","",36,34.5,31.8,30.5,27,16.9,0.4,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68104",4,42.862536,-71.380172,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",15,48,15,31,0,0,"","","Certification not required",0,26.526667,4.301572,35.5,"2013-07-18 00:00",32,"2013-07-06 00:00",29.5,"2013-07-24 00:00",29.3,"2013-08-17 00:00","","","","",35.5,35.5,35.5,32,29.3,27.2,20.3,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68105",1,42.862536,-71.380172,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",75,82,75,92,0,1,"","","Certification not required",0,9.589333,10.065845,26.1,"2013-05-31 00:00",26.1,"2013-06-24 00:00",25.7,"2013-07-15 00:00",24.3,"2013-06-30 00:00","","","","",26.1,26.1,24.3,22.3,18,9.9,-3.8,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68105",4,42.862536,-71.380172,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",15,48,15,31,0,0,"","","Certification not required",0,19.4,3.929377,26.6,"2013-07-18 00:00",26.4,"2013-07-06 00:00",22.8,"2013-07-24 00:00",21.4,"2013-07-12 00:00","","","","",26.6,26.6,26.6,26.4,21.4,18.8,14,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68106",1,42.862536,-71.380172,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",75,82,75,92,0,1,"","","Certification not required",0,747.933333,5.96914,766,"2013-04-22 00:00",761,"2013-05-01 00:00",759,"2013-05-04 00:00",757,"2013-04-28 00:00","","","","",766,761,757,755,751,748,741,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68106",4,42.862536,-71.380172,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,48,15,31,0,0,"","","Certification not required",0,750.333333,4.450789,758,"2013-09-28 00:00",757,"2013-08-17 00:00",753,"2013-07-30 00:00",752,"2013-08-11 00:00","","","","",758,758,758,757,752,751,742,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68107",1,42.862536,-71.380172,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",75,82,75,92,0,1,"","","Certification not required",0,754.506667,5.571097,771,"2013-04-22 00:00",765,"2013-01-10 00:00",765,"2013-05-01 00:00",763,"2013-01-28 00:00","","","","",771,765,763,762,759,754,748,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68107",4,42.862536,-71.380172,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,48,15,31,0,0,"","","Certification not required",0,755.4,3.459975,761,"2013-09-28 00:00",760,"2013-08-17 00:00",760,"2013-09-16 00:00",758,"2013-07-12 00:00","","","","",761,761,761,760,758,755,750,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68108",1,42.862536,-71.380172,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",75,82,75,92,0,1,"","","Certification not required",0,750.76,5.535732,768,"2013-04-22 00:00",763,"2013-05-01 00:00",760,"2013-05-04 00:00",759,"2013-01-10 00:00","","","","",768,763,759,757,755,750,744,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68108",4,42.862536,-71.380172,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,48,15,31,0,0,"","","Certification not required",0,752.2,4.143842,759,"2013-09-28 00:00",758,"2013-08-17 00:00",755,"2013-07-12 00:00",754,"2013-07-30 00:00","","","","",759,759,759,758,754,753,745,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68109",1,42.862536,-71.380172,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",75,82,75,92,0,1,"","","Certification not required",0,1437.973333,10.06462,1441,"2013-03-14 00:00",1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00","","","","",1441,1440,1440,1440,1440,1440,1440,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","68109",4,42.862536,-71.380172,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Calculation",2013,"Minutes","No Events",15,48,15,31,0,0,"","","Certification not required",0,1440,0,1440,"2013-07-06 00:00",1440,"2013-07-12 00:00",1440,"2013-07-18 00:00",1440,"2013-07-24 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-02-21" +"33","015","0018","81102",1,42.862536,-71.380172,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",60,65,60,92,0,1,0,0,"Certification not required",4,9.333333,4.870063,23,"2013-06-24 00:00",22,"2013-05-16 00:00",22,"2013-05-31 00:00",17,"2013-06-06 00:00","","","","",23,22,22,15,13,8,4,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-06" +"33","015","0018","85101",1,42.862536,-71.380172,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,7.602162,4.322523,23.0861,"2013-05-31 00:00",14.9557,"2013-02-15 00:00",14.4664,"2013-05-16 00:00",13.2737,"2013-01-07 00:00","","","","",23.0861,23.0861,14.4664,13.116,11.1034,6.3039,3.423,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","85101",11,42.862536,-71.380172,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",14,45,14,31,0,1,"","","Certification not required",0,11.214286,4.593952,19,"2013-07-03 00:00",19,"2013-07-09 00:00",18,"2013-08-26 00:00",14,"2013-09-01 00:00","","","","",19,19,19,19,14,11,6,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","85101",14,42.862536,-71.380172,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,"","","Certification not required",0,9.6,3.869293,17,"2013-07-18 00:00",14,"2013-08-17 00:00",14,"2013-09-10 00:00",13,"2013-07-06 00:00","","","","",17,17,17,14,13,9,4,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","85129",1,42.862536,-71.380172,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,0.001614,0.001262,0.004,"2013-02-03 00:00",0.004,"2013-04-28 00:00",0.004,"2013-08-26 00:00",0.004,"2013-09-07 00:00","","","","",0.004,0.004,0.004,0.003,0.003,0.002,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","86101",1,42.862536,-71.380172,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",71,77,71,92,0,5,"","","Certification not required",0,4.373239,2.914445,17.3,"2013-05-16 00:00",11.5,"2013-06-06 00:00",9.8,"2013-05-10 00:00",9.7,"2013-05-07 00:00","","","","",17.3,11.5,9.7,8.2,5.7,4.2,1.2,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-10" +"33","015","0018","86101",4,42.862536,-71.380172,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","BGI Inc Model PQ200 PM10-2.5 Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",15,48,15,31,0,0,"","","Certification not required",0,4.26,1.61767,8.1,"2013-07-12 00:00",7.3,"2013-09-10 00:00",5,"2013-09-04 00:00",4.6,"2013-09-28 00:00","","","","",8.1,8.1,8.1,7.3,4.6,4.1,2.6,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-10" +"33","015","0018","86502",3,42.862536,-71.380172,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,2.787234,2.466613,10,"2013-05-16 00:00",9,"2013-05-31 00:00",7,"2013-05-28 00:00",6,"2013-01-28 00:00","","","","",10,10,7,6,4,2,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88101",1,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",74,80,74,92,0,2,0,0,"Certification not required",0,6.45,3.319608,15.5,"2013-05-31 00:00",14.6,"2013-07-09 00:00",14.3,"2013-08-26 00:00",14.2,"2013-06-24 00:00","","","","",15.5,14.6,14.2,11.2,7.6,6,2.6,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0018","88101",1,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",74,80,74,92,0,2,"","","Certification not required",0,6.45,3.319608,15.5,"2013-05-31 00:00",14.6,"2013-07-09 00:00",14.3,"2013-08-26 00:00",14.2,"2013-06-24 00:00","","","","",15.5,14.6,14.2,11.2,7.6,6,2.6,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0018","88101",3,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6235,71,265,365,0,317,"","","Certification not required",0,8.246881,4.967096,104.7,"2013-08-16 21:00",72.6,"2013-08-16 22:00",56.7,"2013-06-14 23:00",45.7,"2013-08-16 23:00","","","","",24.5,21.2,17.4,13.9,10.3,7.4,3.4,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","88101",3,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,0,0,"Certification not required",0,8.204247,3.558234,24.6,"2013-01-09 00:00",23.2,"2013-02-11 00:00",20.9,"2013-01-06 00:00",18.4,"2013-06-01 00:00","","","","",20.9,16.3,15.1,13,9.8,7.4,4.6,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","88101",3,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,"","","Certification not required",0,8.204247,3.558234,24.6,"2013-01-09 00:00",23.2,"2013-02-11 00:00",20.9,"2013-01-06 00:00",18.4,"2013-06-01 00:00","","","","",20.9,16.3,15.1,13,9.8,7.4,4.6,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2013-12-30" +"33","015","0018","88101",4,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",15,8,5,61,0,0,0,0,"Certification not required",0,5.913333,3.379744,13.6,"2013-07-18 00:00",11.8,"2013-08-17 00:00",9.4,"2013-07-06 00:00",7.1,"2013-09-10 00:00","","","","",13.6,13.6,13.6,13.6,11.8,9.4,6.1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0018","88101",4,42.862536,-71.380172,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",15,8,5,61,0,0,"","","Certification not required",0,5.913333,3.379744,13.6,"2013-07-18 00:00",11.8,"2013-08-17 00:00",9.4,"2013-07-06 00:00",7.1,"2013-09-10 00:00","","","","",13.6,13.6,13.6,13.6,11.8,9.4,6.1,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-02" +"33","015","0018","88103",1,42.862536,-71.380172,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000191,0.000449,0.002,"2013-04-28 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-15 00:00",0.001,"2013-04-22 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88104",1,42.862536,-71.380172,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",3,0.015967,0.012645,0.0614,"2013-05-01 00:00",0.043,"2013-04-07 00:00",0.0391,"2013-04-28 00:00",0.036,"2013-05-16 00:00","","","","",0.0614,0.0614,0.0391,0.034,0.024,0.0129,0.004,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88109",1,42.862536,-71.380172,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.001934,0.000951,0.0042,"2013-04-22 00:00",0.0041,"2013-05-31 00:00",0.0037,"2013-02-06 00:00",0.0037,"2013-02-15 00:00","","","","",0.0042,0.0042,0.0037,0.0034,0.0025,0.0017,0.0008,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88111",1,42.862536,-71.380172,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",3,0.014194,0.008806,0.0324,"2013-05-04 00:00",0.032,"2013-05-01 00:00",0.029,"2013-04-22 00:00",0.028,"2013-04-07 00:00","","","","",0.0324,0.0324,0.029,0.0278,0.0181,0.0123,0.004,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88112",1,42.862536,-71.380172,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88114",1,42.862536,-71.380172,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",5,0.00082,0.000631,0.0027,"2013-01-07 00:00",0.0022,"2013-02-15 00:00",0.0019,"2013-01-19 00:00",0.0018,"2013-03-05 00:00","","","","",0.0027,0.0027,0.0019,0.0018,0.0013,0.0006,0.00015,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88115",1,42.862536,-71.380172,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",10,0.022115,0.071983,0.3806,"2013-05-04 00:00",0.2948,"2013-02-27 00:00",0.1508,"2013-02-21 00:00",0.0636,"2013-04-22 00:00","","","","",0.3806,0.3806,0.1508,0.0328,0.0033,0.0011,0.00015,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88126",1,42.862536,-71.380172,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.020481,0.014308,0.0617,"2013-05-01 00:00",0.0505,"2013-02-15 00:00",0.0451,"2013-01-07 00:00",0.045,"2013-04-28 00:00","","","","",0.0617,0.0617,0.0451,0.0416,0.0298,0.0157,0.0063,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88128",1,42.862536,-71.380172,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.001234,0.001183,0.007,"2013-01-19 00:00",0.003,"2013-02-06 00:00",0.003,"2013-04-28 00:00",0.002,"2013-01-01 00:00","","","","",0.007,0.007,0.003,0.002,0.002,0.001,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88132",1,42.862536,-71.380172,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000723,0.000615,0.002,"2013-02-15 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-16 00:00",0.002,"2013-05-28 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88136",1,42.862536,-71.380172,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,4.3e-05,0.000204,0.001,"2013-01-19 00:00",0.001,"2013-02-15 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88140",1,42.862536,-71.380172,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",10,0.010269,0.010521,0.0382,"2013-04-22 00:00",0.038,"2013-05-04 00:00",0.0304,"2013-04-07 00:00",0.0284,"2013-02-21 00:00","","","","",0.0382,0.0382,0.0304,0.0281,0.0157,0.005,0.00105,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88152",1,42.862536,-71.380172,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",20,0.00162,0.002289,0.0118,"2013-05-31 00:00",0.0075,"2013-01-07 00:00",0.0052,"2013-04-28 00:00",0.0046,"2013-04-25 00:00","","","","",0.0118,0.0118,0.0052,0.0046,0.0024,0.0006,0.00015,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88154",1,42.862536,-71.380172,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",26,0.000219,0.000197,0.001,"2013-03-17 00:00",0.0008,"2013-05-31 00:00",0.0007,"2013-02-15 00:00",0.0005,"2013-01-22 00:00","","","","",0.001,0.001,0.0007,0.0004,0.0003,0.0001,0.0001,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88161",1,42.862536,-71.380172,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",4,0.001567,0.001117,0.0046,"2013-05-01 00:00",0.004,"2013-04-28 00:00",0.0038,"2013-04-22 00:00",0.0032,"2013-04-07 00:00","","","","",0.0046,0.0046,0.0038,0.003,0.0025,0.0013,0.0002,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88164",1,42.862536,-71.380172,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",9,0.000201,0.000148,0.0006,"2013-04-28 00:00",0.0006,"2013-05-31 00:00",0.0005,"2013-02-15 00:00",0.0004,"2013-01-19 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.0002,5e-05,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88165",1,42.862536,-71.380172,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",3,0.03521,0.031479,0.1435,"2013-05-01 00:00",0.1052,"2013-04-28 00:00",0.09,"2013-04-07 00:00",0.0873,"2013-05-31 00:00","","","","",0.1435,0.1435,0.09,0.085,0.0574,0.0264,0.0064,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88167",1,42.862536,-71.380172,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.005387,0.004079,0.0175,"2013-01-19 00:00",0.015,"2013-01-04 00:00",0.0141,"2013-02-15 00:00",0.013,"2013-01-07 00:00","","","","",0.0175,0.0175,0.0141,0.0127,0.0072,0.004,0.0017,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88168",1,42.862536,-71.380172,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",22,0.00023,0.000165,0.0008,"2013-04-28 00:00",0.0006,"2013-02-15 00:00",0.0006,"2013-05-28 00:00",0.0005,"2013-02-21 00:00","","","","",0.0008,0.0008,0.0006,0.0005,0.0003,0.0002,0.0001,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88169",1,42.862536,-71.380172,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.3605,0.234354,1.3627,"2013-05-31 00:00",0.859,"2013-02-15 00:00",0.7174,"2013-01-04 00:00",0.6909,"2013-04-25 00:00","","","","",1.3627,1.3627,0.7174,0.6581,0.4259,0.3275,0.1348,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88176",1,42.862536,-71.380172,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",36,0.000211,0.000125,0.0007,"2013-01-16 00:00",0.0005,"2013-01-28 00:00",0.0005,"2013-05-10 00:00",0.0004,"2013-01-25 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.00015,0.00015,0.00015,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88180",1,42.862536,-71.380172,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.043651,0.026796,0.1061,"2013-01-04 00:00",0.1027,"2013-01-16 00:00",0.1014,"2013-04-07 00:00",0.1002,"2013-01-07 00:00","","","","",0.1061,0.1061,0.1014,0.0937,0.0571,0.031,0.019,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88184",1,42.862536,-71.380172,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",5,0.077745,0.096971,0.4672,"2013-05-04 00:00",0.2791,"2013-04-22 00:00",0.27,"2013-02-21 00:00",0.2613,"2013-05-07 00:00","","","","",0.4672,0.4672,0.27,0.2611,0.0872,0.0406,0.0019,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88185",1,42.862536,-71.380172,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",38,0.00079,0.000486,0.0023,"2013-02-15 00:00",0.0021,"2013-01-16 00:00",0.0021,"2013-05-01 00:00",0.0018,"2013-05-31 00:00","","","","",0.0023,0.0023,0.0021,0.0016,0.00065,0.00065,0.0004,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88203",1,42.862536,-71.380172,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.088781,0.13207,0.6956,"2013-05-04 00:00",0.4344,"2013-02-27 00:00",0.362,"2013-02-21 00:00",0.3506,"2013-04-22 00:00","","","","",0.6956,0.6956,0.362,0.2739,0.0939,0.0373,0.0173,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88306",1,42.862536,-71.380172,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.467628,0.486455,2.3273,"2013-02-06 00:00",1.8354,"2013-02-15 00:00",1.6894,"2013-01-04 00:00",1.0865,"2013-01-28 00:00","","","","",2.3273,2.3273,1.6894,1.0227,0.63,0.291,0.0834,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88320",1,42.862536,-71.380172,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.944681,0.592613,2.59,"2013-05-31 00:00",2.14,"2013-02-15 00:00",2.02,"2013-01-04 00:00",1.92,"2013-01-07 00:00","","","","",2.59,2.59,2.02,1.9,1.38,0.8,0.36,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88321",1,42.862536,-71.380172,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.21383,0.14189,0.59,"2013-01-04 00:00",0.47,"2013-04-07 00:00",0.46,"2013-02-06 00:00",0.46,"2013-02-15 00:00","","","","",0.59,0.59,0.46,0.45,0.33,0.18,0.06,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88324",1,42.862536,-71.380172,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",27,0.048051,0.057298,0.2675,"2013-05-31 00:00",0.1929,"2013-01-04 00:00",0.1918,"2013-01-28 00:00",0.188,"2013-01-16 00:00","","","","",0.2675,0.2675,0.1918,0.1393,0.0485,0.0283,0.01555,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88325",1,42.862536,-71.380172,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.208014,0.150716,0.7878,"2013-05-31 00:00",0.461,"2013-02-15 00:00",0.4427,"2013-01-07 00:00",0.4404,"2013-01-04 00:00","","","","",0.7878,0.7878,0.4427,0.4122,0.3136,0.1742,0.055,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88326",1,42.862536,-71.380172,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.268898,0.16452,0.6274,"2013-02-15 00:00",0.6077,"2013-01-07 00:00",0.5365,"2013-01-04 00:00",0.5264,"2013-01-16 00:00","","","","",0.6274,0.6274,0.5365,0.4878,0.4127,0.2001,0.0809,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88327",1,42.862536,-71.380172,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.207396,0.133136,0.5043,"2013-05-31 00:00",0.4892,"2013-02-15 00:00",0.4788,"2013-01-07 00:00",0.4549,"2013-01-19 00:00","","","","",0.5043,0.5043,0.4788,0.4515,0.293,0.1567,0.0776,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88328",1,42.862536,-71.380172,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.219379,0.128309,0.6153,"2013-05-31 00:00",0.4936,"2013-02-15 00:00",0.4531,"2013-02-06 00:00",0.4475,"2013-04-28 00:00","","","","",0.6153,0.6153,0.4531,0.4039,0.2818,0.1827,0.0888,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88329",1,42.862536,-71.380172,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.394674,0.254854,0.9694,"2013-01-04 00:00",0.9412,"2013-05-31 00:00",0.9226,"2013-02-15 00:00",0.8691,"2013-02-06 00:00","","","","",0.9694,0.9694,0.9226,0.7887,0.5726,0.302,0.1372,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88330",1,42.862536,-71.380172,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.038533,0.018218,0.0783,"2013-05-10 00:00",0.0717,"2013-04-07 00:00",0.0702,"2013-03-20 00:00",0.0684,"2013-03-29 00:00","","","","",0.0783,0.0783,0.0702,0.0676,0.0463,0.0392,0.0138,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88331",1,42.862536,-71.380172,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",17,8.5e-05,0.000295,0.0018,"2013-03-23 00:00",0.001,"2013-04-10 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0018,0.0018,0.0001,0.0001,5e-05,0,0,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88338",1,42.862536,-71.380172,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",38,0.01869,0.008156,0.0538,"2013-04-19 00:00",0.0392,"2013-05-16 00:00",0.0317,"2013-04-04 00:00",0.0281,"2013-04-22 00:00","","","","",0.0538,0.0538,0.0317,0.0269,0.0235,0.01605,0.0109,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88339",1,42.862536,-71.380172,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.487039,0.966728,5.62126,"2013-05-31 00:00",3.54342,"2013-02-15 00:00",2.95915,"2013-01-04 00:00",2.85,"2013-04-25 00:00","","","","",5.62126,5.62126,2.95915,2.71475,1.75667,1.3511,0.55601,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88344",1,42.862536,-71.380172,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.603234,0.62753,3.0022,"2013-02-06 00:00",2.3677,"2013-02-15 00:00",2.1793,"2013-01-04 00:00",1.4016,"2013-01-28 00:00","","","","",3.0022,3.0022,2.1793,1.3193,0.8127,0.3756,0.1076,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88348",1,42.862536,-71.380172,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.198443,0.151275,0.7028,"2013-05-01 00:00",0.5097,"2013-04-28 00:00",0.4631,"2013-04-07 00:00",0.4306,"2013-05-31 00:00","","","","",0.7028,0.7028,0.4631,0.4197,0.3333,0.153,0.0385,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88350",1,42.862536,-71.380172,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.700332,1.065151,4.6584,"2013-05-31 00:00",3.847,"2013-02-15 00:00",3.6385,"2013-01-04 00:00",3.4511,"2013-01-07 00:00","","","","",4.6584,4.6584,3.6385,3.4139,2.4786,1.4369,0.6437,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88403",1,42.862536,-71.380172,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.063055,0.705639,4.0366,"2013-05-31 00:00",2.5543,"2013-02-15 00:00",2.2102,"2013-01-04 00:00",2.0916,"2013-04-25 00:00","","","","",4.0366,4.0366,2.2102,2.0662,1.2864,0.9551,0.4269,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"33","015","0018","88502",1,42.862536,-71.380172,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,4.331915,2.632085,13.3,"2013-05-31 00:00",10.2,"2013-02-15 00:00",10.1,"2013-01-04 00:00",9.5,"2013-02-06 00:00","","","","",13.3,13.3,10.1,9.2,5.2,4,1.9,"MOOSEHILL SCHOOL","150 Pillsbury Rd","New Hampshire","Rockingham","","Boston-Cambridge-Quincy, MA-NH","2014-01-28" +"34","001","0006","42401",1,39.464872,-74.448736,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6361,73,265,365,0,0,0,"","Certification not required",0,1.169434,1.24548,7.2,"2013-09-08 02:00",7,"2013-08-02 12:00",6.9,"2013-07-18 12:00",6.2,"2013-08-20 12:00","","","","",6.9,5,3.3,2.7,1.5,0.7,0.1,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-11-22" +"34","001","0006","42401",1,39.464872,-74.448736,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6361,73,265,365,0,0,"","","Certification not required",0,0.380821,0.572812,7.2,"2013-09-08 02:00",7,"2013-08-02 12:00",6.9,"2013-07-18 12:00",6.2,"2013-08-20 12:00","","","","",2.7,2.1,1.5,1,0.5,0.2,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-11-22" +"34","001","0006","42401",1,39.464872,-74.448736,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",265,73,265,365,0,0,0,"","Certification not required",0,0.376604,0.403371,2.5,"2013-01-03 00:00",2.2,"2013-01-27 00:00",1.9,"2013-01-23 00:00",1.6,"2013-01-22 00:00","","","","",1.9,1.5,1.3,0.9,0.5,0.2,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-11-22" +"34","001","0006","42401",1,39.464872,-74.448736,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2079,71,264,365,0,0,"",0,"Certification not required",0,0.356037,0.52507,4.5,"2013-09-08 02:00",4.1,"2013-01-03 17:00",4.1,"2013-01-03 20:00",4,"2013-07-18 14:00","","","","",2.6,2,1.4,1,0.5,0.2,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-11-22" +"34","001","0006","42401",3,39.464872,-74.448736,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",75307,72,265,365,0,0,"","","Certification not required",0,0.389854,0.609687,14.3,"2013-08-02 12:25",12.7,"2013-09-20 02:00",12.2,"2013-08-02 12:30",10.9,"2013-06-24 12:45","","","","",2.8,2.2,1.5,1,0.5,0.2,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-11-22" +"34","001","0006","44201",1,39.464872,-74.448736,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7111,97,207,214,0,0,0,0,"Certification not required",84,0.050043,0.012633,0.103,"2013-07-17 12:00",0.084,"2013-07-19 17:00",0.081,"2013-07-18 12:00",0.077,"2013-04-28 12:00","","","","",0.081,0.077,0.07,0.065,0.058,0.051,0.043,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-24" +"34","001","0006","44201",1,39.464872,-74.448736,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7138,95,204,214,0,0,1,1,"Certification not required",0,0.045275,0.011418,0.087,"2013-07-17 10:00",0.076,"2013-07-18 11:00",0.071,"2013-04-28 09:00",0.07,"2013-07-16 11:00","","","","",0.071,0.067,0.064,0.059,0.053,0.047,0.039,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-24" +"34","001","0006","44201",1,39.464872,-74.448736,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7138,95,204,214,0,0,2,2,"Certification not required",0,0.045275,0.011418,0.087,"2013-07-17 10:00",0.076,"2013-07-18 11:00",0.071,"2013-04-28 09:00",0.07,"2013-07-16 11:00","","","","",0.071,0.067,0.064,0.059,0.053,0.047,0.039,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-24" +"34","001","0006","68105",1,39.464872,-74.448736,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,13.088889,9.153491,28.7,"2013-07-18 00:00",28.4,"2013-07-15 00:00",26.7,"2013-07-06 00:00",25.4,"2013-06-24 00:00","","","","",28.7,28.4,25,23.7,21.1,14.7,1,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-31" +"34","001","0006","68108",1,39.464872,-74.448736,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,772.322222,4.737675,785,"2013-04-22 00:00",783,"2013-01-10 00:00",781,"2013-05-01 00:00",779,"2013-01-07 00:00","","","","",785,783,779,778,775,773,766,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-31" +"34","001","0006","85101",1,39.464872,-74.448736,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,14.070638,8.067942,38.8775,"2013-02-27 00:00",32.063,"2013-03-11 00:00",32.043,"2013-03-05 00:00",30.9984,"2013-03-02 00:00","","","","",38.8775,38.8775,32.043,26.7933,16.8209,11.7227,6.955,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","86502",1,39.464872,-74.448736,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,7.979167,7.262523,34,"2013-02-27 00:00",28,"2013-03-02 00:00",27,"2013-03-05 00:00",23,"2013-03-11 00:00","","","","",34,34,27,15,10,6,1,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88101",1,39.464872,-74.448736,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,0,0,0,"Certification not required",0,7.422222,3.813512,24,"2013-07-18 00:00",20.2,"2013-01-28 00:00",15.5,"2013-02-06 00:00",15.1,"2013-02-15 00:00","","","","",24,20.2,14.4,12.4,9.7,6.4,3.8,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-31" +"34","001","0006","88101",1,39.464872,-74.448736,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,0,"","","Certification not required",0,7.422222,3.813512,24,"2013-07-18 00:00",20.2,"2013-01-28 00:00",15.5,"2013-02-06 00:00",15.1,"2013-02-15 00:00","","","","",24,20.2,14.4,12.4,9.7,6.4,3.8,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-12-31" +"34","001","0006","88103",1,39.464872,-74.448736,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000184,0.000391,0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-03 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88104",1,39.464872,-74.448736,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.017141,0.011911,0.0663,"2013-05-16 00:00",0.053,"2013-04-10 00:00",0.0416,"2013-04-28 00:00",0.0325,"2013-05-31 00:00","","","","",0.0663,0.0663,0.0416,0.0312,0.0191,0.0148,0.0065,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88109",1,39.464872,-74.448736,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.002453,0.001512,0.0096,"2013-04-10 00:00",0.0057,"2013-04-01 00:00",0.0047,"2013-05-16 00:00",0.0043,"2013-02-03 00:00","","","","",0.0096,0.0096,0.0047,0.0041,0.0027,0.0022,0.0012,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88111",1,39.464872,-74.448736,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.01992,0.012384,0.0554,"2013-04-10 00:00",0.0487,"2013-05-16 00:00",0.0413,"2013-03-11 00:00",0.0406,"2013-04-22 00:00","","","","",0.0554,0.0554,0.0413,0.0402,0.0262,0.0168,0.0073,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88112",1,39.464872,-74.448736,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-02-06 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88114",1,39.464872,-74.448736,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.000851,0.000504,0.0021,"2013-03-26 00:00",0.0017,"2013-01-07 00:00",0.0017,"2013-01-10 00:00",0.0017,"2013-02-06 00:00","","","","",0.0021,0.0021,0.0017,0.0017,0.0012,0.0008,0.00015,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88115",1,39.464872,-74.448736,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.088922,0.205335,0.9209,"2013-03-11 00:00",0.7503,"2013-04-22 00:00",0.5838,"2013-04-19 00:00",0.47,"2013-05-04 00:00","","","","",0.9209,0.9209,0.5838,0.4285,0.0143,0.0018,0.0003,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88126",1,39.464872,-74.448736,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.021298,0.012268,0.0661,"2013-05-16 00:00",0.0534,"2013-04-10 00:00",0.0487,"2013-04-28 00:00",0.0371,"2013-02-06 00:00","","","","",0.0661,0.0661,0.0487,0.0354,0.026,0.0186,0.0092,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88128",1,39.464872,-74.448736,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001224,0.000919,0.003,"2013-01-04 00:00",0.003,"2013-02-06 00:00",0.003,"2013-03-02 00:00",0.003,"2013-04-04 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88132",1,39.464872,-74.448736,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000755,0.000596,0.002,"2013-02-06 00:00",0.002,"2013-04-04 00:00",0.002,"2013-04-10 00:00",0.002,"2013-05-16 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88136",1,39.464872,-74.448736,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000408,0.000537,0.002,"2013-04-28 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88140",1,39.464872,-74.448736,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.023044,0.028072,0.087,"2013-05-31 00:00",0.0854,"2013-05-22 00:00",0.0835,"2013-04-19 00:00",0.0815,"2013-04-22 00:00","","","","",0.087,0.087,0.0835,0.0744,0.0418,0.009,0.001,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88152",1,39.464872,-74.448736,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",14,0.001828,0.001998,0.0072,"2013-01-07 00:00",0.0064,"2013-01-04 00:00",0.006,"2013-04-28 00:00",0.0054,"2013-04-01 00:00","","","","",0.0072,0.0072,0.006,0.0047,0.0034,0.0007,0.0001,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88154",1,39.464872,-74.448736,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",10,0.000451,0.000337,0.0014,"2013-02-15 00:00",0.0012,"2013-01-04 00:00",0.0012,"2013-05-10 00:00",0.0011,"2013-05-16 00:00","","","","",0.0014,0.0014,0.0012,0.001,0.0006,0.0003,0.0001,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88161",1,39.464872,-74.448736,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.001572,0.001124,0.0057,"2013-05-16 00:00",0.0053,"2013-04-10 00:00",0.0043,"2013-04-28 00:00",0.0032,"2013-05-31 00:00","","","","",0.0057,0.0057,0.0043,0.0028,0.0018,0.0012,0.0006,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88164",1,39.464872,-74.448736,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.000704,0.000678,0.0027,"2013-04-28 00:00",0.0022,"2013-03-11 00:00",0.0022,"2013-05-28 00:00",0.0017,"2013-01-13 00:00","","","","",0.0027,0.0027,0.0022,0.0017,0.0012,0.0004,0.0001,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88165",1,39.464872,-74.448736,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.03739,0.032034,0.1603,"2013-05-16 00:00",0.1331,"2013-04-28 00:00",0.119,"2013-04-10 00:00",0.0837,"2013-04-25 00:00","","","","",0.1603,0.1603,0.119,0.0686,0.0467,0.026,0.0133,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88167",1,39.464872,-74.448736,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.00438,0.002648,0.0123,"2013-02-06 00:00",0.0095,"2013-01-07 00:00",0.0093,"2013-04-04 00:00",0.0092,"2013-02-15 00:00","","","","",0.0123,0.0123,0.0093,0.0075,0.0057,0.0042,0.0011,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88168",1,39.464872,-74.448736,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",15,0.000347,0.000253,0.001,"2013-04-22 00:00",0.0008,"2013-03-11 00:00",0.0008,"2013-04-10 00:00",0.0008,"2013-05-04 00:00","","","","",0.001,0.001,0.0008,0.0008,0.0005,0.0003,0.0001,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88169",1,39.464872,-74.448736,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.550769,0.254317,1.1864,"2013-02-15 00:00",0.9925,"2013-02-06 00:00",0.9908,"2013-01-04 00:00",0.9558,"2013-02-12 00:00","","","","",1.1864,1.1864,0.9908,0.9088,0.7435,0.4435,0.2919,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88176",1,39.464872,-74.448736,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.000173,9.4e-05,0.0006,"2013-02-03 00:00",0.0004,"2013-02-09 00:00",0.0004,"2013-03-20 00:00",0.0003,"2013-02-24 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.0001,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88180",1,39.464872,-74.448736,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.0311,0.013143,0.0734,"2013-04-10 00:00",0.0569,"2013-01-01 00:00",0.0557,"2013-02-06 00:00",0.0517,"2013-05-16 00:00","","","","",0.0734,0.0734,0.0557,0.0512,0.0377,0.0273,0.0178,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88184",1,39.464872,-74.448736,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.174856,0.212155,0.8244,"2013-03-11 00:00",0.6692,"2013-04-19 00:00",0.6433,"2013-04-22 00:00",0.642,"2013-05-04 00:00","","","","",0.8244,0.8244,0.6433,0.4624,0.3042,0.0717,0.006,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88185",1,39.464872,-74.448736,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.000702,0.000264,0.002,"2013-04-10 00:00",0.0017,"2013-04-22 00:00",0.0012,"2013-04-13 00:00",0.0009,"2013-04-16 00:00","","","","",0.002,0.002,0.0012,0.0009,0.00065,0.00065,0.0006,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88203",1,39.464872,-74.448736,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.270532,0.387375,1.5996,"2013-03-11 00:00",1.3285,"2013-04-22 00:00",1.2099,"2013-04-19 00:00",1.0901,"2013-05-04 00:00","","","","",1.5996,1.5996,1.2099,0.8361,0.3317,0.0788,0.0119,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88306",1,39.464872,-74.448736,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.923857,0.800413,4.219,"2013-02-06 00:00",3.3526,"2013-02-15 00:00",2.3022,"2013-01-22 00:00",2.197,"2013-01-07 00:00","","","","",4.219,4.219,2.3022,2.0818,1.0817,0.772,0.2864,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88320",1,39.464872,-74.448736,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.812245,0.586051,2.84,"2013-04-10 00:00",2.52,"2013-05-16 00:00",1.8,"2013-02-06 00:00",1.75,"2013-01-07 00:00","","","","",2.84,2.84,1.8,1.73,1.09,0.61,0.31,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88321",1,39.464872,-74.448736,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.191633,0.132072,0.54,"2013-02-06 00:00",0.5,"2013-04-10 00:00",0.41,"2013-01-07 00:00",0.4,"2013-01-10 00:00","","","","",0.54,0.54,0.41,0.4,0.28,0.15,0.03,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88324",1,39.464872,-74.448736,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",37,0.032413,0.039242,0.2458,"2013-04-10 00:00",0.1261,"2013-05-10 00:00",0.1023,"2013-02-03 00:00",0.0814,"2013-01-07 00:00","","","","",0.2458,0.2458,0.1023,0.0771,0.029,0.021,0.00995,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88325",1,39.464872,-74.448736,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.195291,0.160365,0.7538,"2013-05-16 00:00",0.6554,"2013-04-10 00:00",0.571,"2013-05-31 00:00",0.431,"2013-05-10 00:00","","","","",0.7538,0.7538,0.571,0.428,0.2646,0.1291,0.063,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88326",1,39.464872,-74.448736,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.200539,0.165375,0.8217,"2013-04-10 00:00",0.7208,"2013-05-16 00:00",0.4812,"2013-01-10 00:00",0.4525,"2013-05-31 00:00","","","","",0.8217,0.8217,0.4812,0.419,0.261,0.1468,0.03625,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88327",1,39.464872,-74.448736,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.178092,0.130754,0.6572,"2013-04-10 00:00",0.5315,"2013-05-16 00:00",0.4882,"2013-01-07 00:00",0.4135,"2013-02-06 00:00","","","","",0.6572,0.6572,0.4882,0.3461,0.2305,0.13,0.0634,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88328",1,39.464872,-74.448736,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.211531,0.126258,0.4798,"2013-02-06 00:00",0.4664,"2013-05-16 00:00",0.4564,"2013-04-10 00:00",0.4205,"2013-01-07 00:00","","","","",0.4798,0.4798,0.4564,0.4155,0.2851,0.1931,0.0438,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88329",1,39.464872,-74.448736,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.363953,0.240779,0.9788,"2013-02-06 00:00",0.9172,"2013-04-10 00:00",0.831,"2013-05-16 00:00",0.7609,"2013-01-07 00:00","","","","",0.9788,0.9788,0.831,0.6991,0.5164,0.305,0.0732,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88330",1,39.464872,-74.448736,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",7,0.039807,0.028209,0.1154,"2013-03-17 00:00",0.1022,"2013-03-26 00:00",0.1003,"2013-03-23 00:00",0.0876,"2013-01-10 00:00","","","","",0.1154,0.1154,0.1003,0.0829,0.0525,0.0357,0.00215,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88331",1,39.464872,-74.448736,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.00011,0.000339,0.002,"2013-03-26 00:00",0.001,"2013-05-10 00:00",0.001,"2013-05-22 00:00",0.00015,"2013-03-14 00:00","","","","",0.002,0.002,0.001,0.0001,5e-05,0,0,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88338",1,39.464872,-74.448736,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",46,0.016026,0.005046,0.0261,"2013-04-10 00:00",0.02465,"2013-02-09 00:00",0.0244,"2013-02-03 00:00",0.0244,"2013-04-07 00:00","","","","",0.0261,0.0261,0.0244,0.02435,0.016,0.0146,0.01065,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88339",1,39.464872,-74.448736,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.271874,1.049068,4.89402,"2013-02-15 00:00",4.09406,"2013-02-06 00:00",4.08697,"2013-01-04 00:00",3.94259,"2013-02-12 00:00","","","","",4.89402,4.89402,4.08697,3.74868,3.06686,1.82931,1.20409,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88344",1,39.464872,-74.448736,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.191741,1.032532,5.4425,"2013-02-06 00:00",4.3249,"2013-02-15 00:00",2.9698,"2013-01-22 00:00",2.8337,"2013-01-07 00:00","","","","",5.4425,5.4425,2.9698,2.6855,1.3954,0.9959,0.3695,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88348",1,39.464872,-74.448736,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.217841,0.147159,0.7954,"2013-05-16 00:00",0.6439,"2013-04-10 00:00",0.5987,"2013-04-28 00:00",0.4073,"2013-04-25 00:00","","","","",0.7954,0.7954,0.5987,0.3895,0.2628,0.1815,0.0888,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88350",1,39.464872,-74.448736,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.460849,1.054776,5.1057,"2013-04-10 00:00",4.5275,"2013-05-16 00:00",3.2368,"2013-02-06 00:00",3.1495,"2013-01-07 00:00","","","","",5.1057,5.1057,3.2368,3.1145,1.9627,1.1038,0.5494,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88403",1,39.464872,-74.448736,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.644037,0.787673,3.778,"2013-02-15 00:00",3.3297,"2013-02-06 00:00",3.0169,"2013-01-04 00:00",3.0079,"2013-02-12 00:00","","","","",3.778,3.778,3.0169,2.6938,2.2113,1.4267,0.8296,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88500",3,39.464872,-74.448736,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",3011,34,124,365,0,0,"","","Certification not required",0,7.372999,4.65259,32.2,"2013-01-23 23:00",28.6,"2013-04-10 22:00",27.2,"2013-01-29 17:00",26.5,"2013-01-28 06:00","","","","",22.1,20.2,16.5,13.5,9.6,6.6,2.3,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-09-30" +"34","001","0006","88500",3,39.464872,-74.448736,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",124,34,124,365,0,0,"","","Certification not required",0,7.295161,3.575137,21,"2013-01-29 00:00",20.5,"2013-01-28 00:00",18.4,"2013-04-10 00:00",16.6,"2013-02-14 00:00","","","","",20.5,18.4,13.9,12.2,8.9,6.5,3.9,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-09-30" +"34","001","0006","88502",1,39.464872,-74.448736,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,5.781633,2.944251,13.6,"2013-02-06 00:00",13.6,"2013-04-10 00:00",12.3,"2013-02-15 00:00",11.5,"2013-05-16 00:00","","","","",13.6,13.6,12.3,10.7,7.4,4.7,2.8,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2014-01-28" +"34","001","0006","88502",3,39.464872,-74.448736,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",3011,34,124,365,0,0,"","","Certification not required",0,6.097908,4.10336,26,"2013-01-23 23:00",24.4,"2013-03-09 21:00",23.3,"2013-04-10 22:00",22.2,"2013-01-23 22:00","","","","",18.1,16.8,14.1,11.3,8.3,5.5,1.4,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-09-30" +"34","001","0006","88502",3,39.464872,-74.448736,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",124,34,124,365,0,0,"","","Certification not required",0,6.021774,3.095671,16.8,"2013-01-29 00:00",16.6,"2013-04-10 00:00",15.2,"2013-01-28 00:00",14.5,"2013-02-14 00:00","","","","",16.6,15.2,11.7,10.1,7.6,5.6,2.7,"Brigantine","Edwin B. Forsythe National Wildlife Refuge Visitor Center, Great Creek Road","New Jersey","Atlantic","Galloway (Township of)","Atlantic City, NJ","2013-09-30" +"34","001","1006","68105",1,39.36326,-74.431004,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,82,122,0,6,"","","Certification not required",0,14.080488,8.969956,28.5,"2013-07-18 00:00",26.2,"2013-07-24 00:00",24.7,"2013-06-24 00:00",24.6,"2013-07-21 00:00","","","","",28.5,26.2,24.5,23.9,22,17.4,2.4,"Atlantic City","1535 Bacharach Boulevard","New Jersey","Atlantic","Atlantic City","Atlantic City, NJ","2013-12-31" +"34","001","1006","68108",1,39.36326,-74.431004,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,67,82,122,0,6,"","","Certification not required",0,760.756098,4.725975,772,"2013-01-10 00:00",770,"2013-05-01 00:00",769,"2013-01-25 00:00",768,"2013-01-07 00:00","","","","",772,770,768,767,764,761,755,"Atlantic City","1535 Bacharach Boulevard","New Jersey","Atlantic","Atlantic City","Atlantic City, NJ","2013-12-31" +"34","001","1006","88101",1,39.36326,-74.431004,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,5,0,0,"Certification not required",0,8.693902,4.041707,24.5,"2013-07-18 00:00",22.3,"2013-01-28 00:00",17.4,"2013-02-06 00:00",17.4,"2013-05-16 00:00","","","","",24.5,22.3,16.1,12.8,10.7,7.7,4.7,"Atlantic City","1535 Bacharach Boulevard","New Jersey","Atlantic","Atlantic City","Atlantic City, NJ","2013-12-31" +"34","001","1006","88101",1,39.36326,-74.431004,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,5,"","","Certification not required",0,8.693902,4.041707,24.5,"2013-07-18 00:00",22.3,"2013-01-28 00:00",17.4,"2013-02-06 00:00",17.4,"2013-05-16 00:00","","","","",24.5,22.3,16.1,12.8,10.7,7.7,4.7,"Atlantic City","1535 Bacharach Boulevard","New Jersey","Atlantic","Atlantic City","Atlantic City, NJ","2013-12-31" +"34","003","0003","68105",1,40.852256,-73.973314,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,1,"","","Certification not required",0,14.813333,10.692854,33.3,"2013-07-18 00:00",31.5,"2013-07-15 00:00",31.4,"2013-07-06 00:00",30.1,"2013-05-31 00:00","","","","",33.3,31.5,29.1,26.8,24.1,17.8,0.6,"Fort Lee Library","Fort Lee Library, 320 Main Street","New Jersey","Bergen","Fort Lee","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","003","0003","68108",1,40.852256,-73.973314,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,1,"","","Certification not required",0,752.377778,5.659987,768,"2013-01-10 00:00",765,"2013-04-22 00:00",764,"2013-01-07 00:00",764,"2013-01-25 00:00","","","","",768,765,763,760,756,753,745,"Fort Lee Library","Fort Lee Library, 320 Main Street","New Jersey","Bergen","Fort Lee","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","003","0003","88101",1,40.852256,-73.973314,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,8.961111,5.393331,27,"2013-01-28 00:00",26,"2013-02-15 00:00",19.9,"2013-02-03 00:00",19.6,"2013-05-22 00:00","","","","",27,26,19.2,17.1,11.7,7.6,3.5,"Fort Lee Library","Fort Lee Library, 320 Main Street","New Jersey","Bergen","Fort Lee","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","003","0003","88101",1,40.852256,-73.973314,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,8.961111,5.393331,27,"2013-01-28 00:00",26,"2013-02-15 00:00",19.9,"2013-02-03 00:00",19.6,"2013-05-22 00:00","","","","",27,26,19.2,17.1,11.7,7.6,3.5,"Fort Lee Library","Fort Lee Library, 320 Main Street","New Jersey","Bergen","Fort Lee","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","003","0006","44201",1,40.870436,-73.991994,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5442,100,214,214,0,0,0,0,"Certification not required",751,0.049505,0.014818,0.099,"2013-09-11 13:00",0.093,"2013-05-31 12:00",0.084,"2013-08-21 13:00",0.082,"2013-07-17 16:00","","","","",0.084,0.081,0.078,0.07,0.058,0.049,0.034,"Leonia","Overpeck Park, 40 Fort Lee Road","New Jersey","Bergen","Leonia","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","003","0006","44201",1,40.870436,-73.991994,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5478,99,211,214,0,0,0,0,"Certification not required",0,0.043166,0.013022,0.076,"2013-09-11 11:00",0.075,"2013-08-21 11:00",0.074,"2013-05-30 10:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.066,0.06,0.052,0.043,0.03,"Leonia","Overpeck Park, 40 Fort Lee Road","New Jersey","Bergen","Leonia","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","003","0006","44201",1,40.870436,-73.991994,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5478,99,211,214,0,0,1,1,"Certification not required",0,0.043166,0.013022,0.076,"2013-09-11 11:00",0.075,"2013-08-21 11:00",0.074,"2013-05-30 10:00",0.074,"2013-07-19 09:00","","","","",0.074,0.071,0.066,0.06,0.052,0.043,0.03,"Leonia","Overpeck Park, 40 Fort Lee Road","New Jersey","Bergen","Leonia","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","007","0002","42101",1,39.934446,-75.125291,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6533,75,273,365,0,0,0,0,"Certification not required",6366,0.259957,0.073648,1.8,"2013-01-09 07:00",1.8,"2013-01-09 08:00",1.6,"2013-01-09 06:00",1.4,"2013-01-09 00:00","","","","",0.6,0.5,0.25,0.25,0.25,0.25,0.25,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-23" +"34","007","0002","42101",1,39.934446,-75.125291,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6543,75,273,365,0,0,0,0,"Certification not required",0,0.306312,0.053306,1.4,"2013-01-09 08:00",1.3,"2013-01-09 06:00",1.3,"2013-01-09 07:00",1.3,"2013-01-09 09:00",1.4,"2013-01-09 08:00",1.2,"2013-01-09 11:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-23" +"34","007","0002","42153",6,39.934446,-75.125291,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.005238,0.308207,1.58,"2013-04-16 00:00",1.55,"2013-03-11 00:00",1.53,"2013-02-21 00:00",1.48,"2013-02-27 00:00","","","","",1.58,1.58,1.53,1.46,1.22,1,0.62,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","42401",1,39.934446,-75.125291,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6498,74,273,365,0,0,0,"","Certification not required",0,1.501832,2.504591,24,"2013-02-12 09:00",20,"2013-03-22 15:00",13,"2013-01-29 11:00",8,"2013-06-27 08:00","","","","",13,7,5,4,2,1,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-22" +"34","007","0002","42401",1,39.934446,-75.125291,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6498,74,273,365,0,0,"","","Certification not required",0,0.261003,0.93611,24,"2013-02-12 09:00",20,"2013-03-22 15:00",18,"2013-03-22 14:00",15,"2013-02-12 11:00","","","","",4,3,2,1,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-22" +"34","007","0002","42401",1,39.934446,-75.125291,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.257875,0.543564,4.8,"2013-03-22 00:00",3.5,"2013-02-12 00:00",3.1,"2013-01-23 00:00",2.2,"2013-01-27 00:00","","","","",3.1,1.8,1.2,0.8,0.2,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-22" +"34","007","0002","42401",1,39.934446,-75.125291,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2136,73,273,365,0,0,"",0,"Certification not required",0,0.251592,0.820651,16.3,"2013-02-12 11:00",10,"2013-03-22 14:00",9.6,"2013-03-22 17:00",9,"2013-02-12 14:00","","","","",3.3,2.6,1.6,1,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-22" +"34","007","0002","42401",3,39.934446,-75.125291,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",76723,73,273,365,0,0,"","","Certification not required",0,0.331778,1.209628,117,"2013-02-12 09:05",55,"2013-03-22 14:50",44,"2013-03-22 14:45",44,"2013-03-22 14:55","","","","",5,4,2,1,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-11-22" +"34","007","0002","42601",1,39.934446,-75.125291,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,272,365,0,0,"","","Certification not required",0,3.513956,11.342867,256,"2013-01-09 08:00",250,"2013-01-09 07:00",212,"2013-01-09 06:00",200,"2013-01-30 08:00","","","","",49,29,15,8,3,1,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-05" +"34","007","0002","42602",1,39.934446,-75.125291,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,272,365,0,0,0,"","Certification not required",0,22.727941,9.665602,52,"2013-03-09 21:00",48,"2013-01-09 08:00",48,"2013-04-08 05:00",47,"2013-01-08 23:00","","","","",48,45,38,36,29,22,11,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-05" +"34","007","0002","42602",1,39.934446,-75.125291,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,272,365,0,0,"","","Certification not required",0,11.25152,7.830743,52,"2013-03-09 21:00",48,"2013-01-09 08:00",48,"2013-04-08 05:00",47,"2013-01-08 23:00","","","","",36,33,27,23,15,9,4,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-05" +"34","007","0002","42603",1,39.934446,-75.125291,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,272,365,0,0,"","","Certification not required",0,15.656167,16.868278,306,"2013-01-09 08:00",298,"2013-01-09 07:00",258,"2013-01-09 06:00",244,"2013-01-30 08:00","","","","",82,60,41,30,19,11,5,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-05" +"34","007","0002","43205",6,39.934446,-75.125291,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.880357,0.862189,3.96,"2013-09-07 00:00",3.42,"2013-06-21 00:00",3.21,"2013-05-16 00:00",3.09,"2013-04-10 00:00","","","","",3.96,3.96,3.21,3.03,2.556,1.659,0.954,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43206",6,39.934446,-75.125291,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.305,0.719269,3.24,"2013-01-04 00:00",3.22,"2013-02-27 00:00",2.9,"2013-02-15 00:00",2.7,"2013-05-16 00:00","","","","",3.24,3.24,2.9,2.24,1.424,1.202,0.588,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43208",6,39.934446,-75.125291,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.034476,0.006306,0.05,"2013-01-28 00:00",0.05,"2013-02-21 00:00",0.05,"2013-07-15 00:00",0.044,"2013-04-22 00:00","","","","",0.05,0.05,0.05,0.042,0.038,0.034,0.028,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43218",6,39.934446,-75.125291,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.168571,0.072937,0.35,"2013-01-04 00:00",0.34,"2013-01-10 00:00",0.32,"2013-05-16 00:00",0.32,"2013-08-02 00:00","","","","",0.35,0.35,0.32,0.25,0.21,0.15,0.09,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43233",6,39.934446,-75.125291,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",1,0.501333,0.192914,1,"2013-01-28 00:00",0.856,"2013-08-08 00:00",0.816,"2013-02-15 00:00",0.768,"2013-06-27 00:00","","","","",1,1,0.816,0.768,0.576,0.512,0.304,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43372",6,39.934446,-75.125291,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.307619,1.689432,6.9,"2013-01-04 00:00",6.8,"2013-01-28 00:00",6.35,"2013-01-10 00:00",3.55,"2013-02-03 00:00","","","","",6.9,6.9,6.35,3.02,1.36,0.58,0.42,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43373",6,39.934446,-75.125291,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",42,0.039714,0.004629,0.069,"2013-07-15 00:00",0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-22 00:00","","","","",0.069,0.069,0.039,0.039,0.039,0.039,0.039,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43396",6,39.934446,-75.125291,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",18,0.377143,0.83913,5.364,"2013-07-15 00:00",1.188,"2013-08-08 00:00",1.092,"2013-02-03 00:00",0.756,"2013-01-10 00:00","","","","",5.364,5.364,1.092,0.666,0.354,0.132,0.042,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43438",6,39.934446,-75.125291,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43441",6,39.934446,-75.125291,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.061905,0.14689,0.86,"2013-01-28 00:00",0.28,"2013-07-03 00:00",0.27,"2013-06-21 00:00",0.19,"2013-06-27 00:00","","","","",0.86,0.86,0.27,0.18,0.06,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43502",6,39.934446,-75.125291,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,4.38913,1.929217,9.5,"2013-08-02 00:00",8.2,"2013-04-16 00:00",7.9,"2013-04-10 00:00",7.2,"2013-05-16 00:00","","","","",9.5,9.5,7.9,7.2,5.7,4.4,1.9,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43503",6,39.934446,-75.125291,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,3.367391,1.441458,7.1,"2013-04-16 00:00",7.1,"2013-05-16 00:00",6.3,"2013-04-10 00:00",6.2,"2013-08-02 00:00","","","","",7.1,7.1,6.3,6.1,3.9,3.2,1.7,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43504",6,39.934446,-75.125291,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,0.836957,0.361699,1.8,"2013-05-10 00:00",1.7,"2013-04-16 00:00",1.6,"2013-05-16 00:00",1.5,"2013-08-02 00:00","","","","",1.8,1.8,1.6,1.4,1,0.8,0.4,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43505",6,39.934446,-75.125291,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",36,59,35,61,0,12,"","","Certification not required",0,1.663611,0.602941,2.92,"2013-07-03 00:00",2.86,"2013-09-07 00:00",2.8,"2013-02-15 00:00",2.75,"2013-04-22 00:00","","","","",2.92,2.92,2.86,2.75,2.07,1.52,0.98,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43510",6,39.934446,-75.125291,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,0.792348,0.318674,1.688,"2013-04-16 00:00",1.644,"2013-05-10 00:00",1.472,"2013-05-16 00:00",1.336,"2013-04-28 00:00","","","","",1.688,1.688,1.472,1.248,1.004,0.724,0.468,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43513",6,39.934446,-75.125291,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",46,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43517",6,39.934446,-75.125291,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,0.924522,0.814365,3.672,"2013-04-16 00:00",2.796,"2013-03-29 00:00",2.592,"2013-04-04 00:00",2.472,"2013-04-10 00:00","","","","",3.672,3.672,2.592,2.34,1.104,0.552,0.348,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43518",6,39.934446,-75.125291,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,0.520652,0.302432,1.465,"2013-04-16 00:00",1.1,"2013-03-29 00:00",1.08,"2013-05-16 00:00",1.07,"2013-05-10 00:00","","","","",1.465,1.465,1.08,1.01,0.635,0.42,0.18,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43528",6,39.934446,-75.125291,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.700267,0.723511,2.828,"2013-07-15 00:00",2.224,"2013-08-02 00:00",2.204,"2013-07-09 00:00",2.04,"2013-06-27 00:00","","","","",2.828,2.828,2.204,1.768,1.196,0.308,0.108,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43551",6,39.934446,-75.125291,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,4.298087,2.741284,11.82,"2013-04-04 00:00",11.19,"2013-03-29 00:00",9.72,"2013-04-28 00:00",9.51,"2013-01-28 00:00","","","","",11.82,11.82,9.72,8.61,5.67,3.66,1.671,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43552",6,39.934446,-75.125291,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.790571,0.401041,2.004,"2013-04-28 00:00",1.948,"2013-01-28 00:00",1.58,"2013-05-04 00:00",1.264,"2013-05-10 00:00","","","","",2.004,2.004,1.58,1.26,0.996,0.74,0.392,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43560",6,39.934446,-75.125291,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.303571,0.168115,0.71,"2013-01-28 00:00",0.63,"2013-05-28 00:00",0.61,"2013-07-21 00:00",0.56,"2013-06-27 00:00","","","","",0.71,0.71,0.61,0.51,0.43,0.3,0.11,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43702",6,39.934446,-75.125291,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.189286,2.621237,16.54,"2013-07-21 00:00",6.98,"2013-08-20 00:00",1.13,"2013-04-10 00:00",1.12,"2013-04-16 00:00","","","","",16.54,16.54,1.13,1.06,0.76,0.66,0.46,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43704",6,39.934446,-75.125291,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.112857,0.21718,0.94,"2013-05-28 00:00",0.79,"2013-03-23 00:00",0.43,"2013-07-15 00:00",0.41,"2013-03-11 00:00","","","","",0.94,0.94,0.43,0.37,0.23,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43801",6,39.934446,-75.125291,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.69,0.435044,3.39,"2013-01-28 00:00",0.82,"2013-02-21 00:00",0.8,"2013-05-22 00:00",0.76,"2013-04-10 00:00","","","","",3.39,3.39,0.8,0.76,0.69,0.62,0.52,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43802",6,39.934446,-75.125291,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",28,46,27,61,0,20,"","","Certification not required",0,0.356786,0.944485,3.71,"2013-02-27 00:00",3.33,"2013-03-11 00:00",1.59,"2013-03-17 00:00",0.31,"2013-07-21 00:00","","","","",3.71,3.71,3.33,1.59,0.15,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43803",6,39.934446,-75.125291,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.027857,0.011377,0.06,"2013-05-22 00:00",0.05,"2013-04-28 00:00",0.05,"2013-05-16 00:00",0.04,"2013-07-15 00:00","","","","",0.06,0.06,0.05,0.04,0.03,0.03,0.02,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43804",6,39.934446,-75.125291,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.095952,0.017677,0.14,"2013-06-21 00:00",0.13,"2013-07-03 00:00",0.12,"2013-02-21 00:00",0.12,"2013-05-22 00:00","","","","",0.14,0.14,0.12,0.11,0.11,0.1,0.07,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43806",6,39.934446,-75.125291,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.000714,0.002607,0.01,"2013-02-09 00:00",0.01,"2013-05-22 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43811",6,39.934446,-75.125291,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.32831,0.113401,0.793,"2013-08-08 00:00",0.68,"2013-07-27 00:00",0.5,"2013-06-27 00:00",0.473,"2013-08-20 00:00","","","","",0.793,0.793,0.5,0.454,0.338,0.304,0.242,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43812",6,39.934446,-75.125291,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.038095,0.040318,0.19,"2013-01-28 00:00",0.1,"2013-06-27 00:00",0.08,"2013-01-04 00:00",0.08,"2013-02-03 00:00","","","","",0.19,0.19,0.08,0.08,0.06,0.05,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43813",6,39.934446,-75.125291,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43814",6,39.934446,-75.125291,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.017619,0.008208,0.03,"2013-05-16 00:00",0.03,"2013-05-22 00:00",0.03,"2013-05-28 00:00",0.03,"2013-07-15 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.01,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43815",6,39.934446,-75.125291,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.044048,0.016239,0.1,"2013-02-15 00:00",0.07,"2013-04-10 00:00",0.07,"2013-04-22 00:00",0.06,"2013-04-04 00:00","","","","",0.1,0.1,0.07,0.06,0.05,0.04,0.03,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43817",6,39.934446,-75.125291,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.039524,0.022191,0.1,"2013-05-16 00:00",0.1,"2013-08-20 00:00",0.08,"2013-01-10 00:00",0.08,"2013-05-10 00:00","","","","",0.1,0.1,0.08,0.06,0.05,0.04,0.02,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43818",6,39.934446,-75.125291,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.001905,0.005516,0.02,"2013-02-03 00:00",0.02,"2013-05-22 00:00",0.02,"2013-09-25 00:00",0.01,"2013-07-27 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43819",6,39.934446,-75.125291,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.097857,0.245322,1.39,"2013-05-16 00:00",0.74,"2013-01-28 00:00",0.43,"2013-02-15 00:00",0.35,"2013-01-10 00:00","","","","",1.39,1.39,0.43,0.18,0.04,0.02,0.01,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43820",6,39.934446,-75.125291,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43821",6,39.934446,-75.125291,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.164571,0.019642,0.202,"2013-04-22 00:00",0.2,"2013-01-28 00:00",0.196,"2013-02-21 00:00",0.194,"2013-04-04 00:00","","","","",0.202,0.202,0.196,0.192,0.176,0.164,0.14,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43823",6,39.934446,-75.125291,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.499071,0.062381,0.62,"2013-02-21 00:00",0.62,"2013-04-16 00:00",0.61,"2013-04-10 00:00",0.59,"2013-05-04 00:00","","","","",0.62,0.62,0.61,0.59,0.54,0.49,0.43,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43824",6,39.934446,-75.125291,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.014286,0.025485,0.11,"2013-09-07 00:00",0.08,"2013-05-16 00:00",0.07,"2013-05-28 00:00",0.05,"2013-04-10 00:00","","","","",0.11,0.11,0.07,0.04,0.02,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43826",6,39.934446,-75.125291,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43828",6,39.934446,-75.125291,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",42,0.009667,0.00108,0.0165,"2013-07-15 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-22 00:00","","","","",0.0165,0.0165,0.0095,0.0095,0.0095,0.0095,0.0095,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43829",6,39.934446,-75.125291,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43830",6,39.934446,-75.125291,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43831",6,39.934446,-75.125291,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43832",6,39.934446,-75.125291,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",42,0.009143,0.000926,0.015,"2013-07-15 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00","","","","",0.015,0.015,0.009,0.009,0.009,0.009,0.009,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43835",6,39.934446,-75.125291,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43836",6,39.934446,-75.125291,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",42,0.008131,0.000849,0.0135,"2013-07-15 00:00",0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-22 00:00","","","","",0.0135,0.0135,0.008,0.008,0.008,0.008,0.008,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43838",6,39.934446,-75.125291,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",40,0.013048,0.004126,0.034,"2013-08-08 00:00",0.026,"2013-07-27 00:00",0.02,"2013-07-15 00:00",0.012,"2013-01-04 00:00","","","","",0.034,0.034,0.02,0.012,0.012,0.012,0.012,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43839",6,39.934446,-75.125291,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",42,0.016262,0.001697,0.027,"2013-07-15 00:00",0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-22 00:00","","","","",0.027,0.027,0.016,0.016,0.016,0.016,0.016,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43843",6,39.934446,-75.125291,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.000476,0.003086,0.02,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.02,0.02,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43844",6,39.934446,-75.125291,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.004762,0.011527,0.05,"2013-05-22 00:00",0.03,"2013-04-22 00:00",0.03,"2013-07-27 00:00",0.03,"2013-09-25 00:00","","","","",0.05,0.05,0.03,0.02,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","43860",6,39.934446,-75.125291,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.009762,0.026456,0.16,"2013-02-03 00:00",0.04,"2013-01-28 00:00",0.04,"2013-04-10 00:00",0.03,"2013-06-03 00:00","","","","",0.16,0.16,0.04,0.03,0.01,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","44201",1,39.934446,-75.125291,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7199,100,214,214,0,0,0,0,"Certification not required",488,0.048407,0.01335,0.084,"2013-06-24 12:00",0.084,"2013-07-18 12:00",0.082,"2013-05-29 16:00",0.079,"2013-07-17 16:00","","","","",0.082,0.076,0.071,0.068,0.057,0.048,0.038,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","007","0002","44201",1,39.934446,-75.125291,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7284,100,214,214,0,0,0,0,"Certification not required",0,0.042453,0.012066,0.072,"2013-05-29 12:00",0.07,"2013-07-17 11:00",0.066,"2013-04-28 11:00",0.065,"2013-06-26 10:00","","","","",0.066,0.065,0.062,0.058,0.052,0.044,0.033,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","007","0002","44201",1,39.934446,-75.125291,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7284,100,214,214,0,0,0,0,"Certification not required",0,0.042453,0.012066,0.072,"2013-05-29 12:00",0.07,"2013-07-17 11:00",0.066,"2013-04-28 11:00",0.065,"2013-06-26 10:00","","","","",0.066,0.065,0.062,0.058,0.052,0.044,0.033,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","007","0002","45109",6,39.934446,-75.125291,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.33619,0.727884,4.24,"2013-02-12 00:00",2.62,"2013-05-16 00:00",2.47,"2013-08-26 00:00",2.43,"2013-05-10 00:00","","","","",4.24,4.24,2.47,2.09,1.67,1.23,0.61,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45201",6,39.934446,-75.125291,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,1.649524,0.75757,3.82,"2013-04-10 00:00",3.62,"2013-02-27 00:00",3.46,"2013-01-04 00:00",3.45,"2013-05-16 00:00","","","","",3.82,3.82,3.46,2.46,1.79,1.46,0.98,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45202",6,39.934446,-75.125291,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,8.829524,4.477836,25.76,"2013-09-13 00:00",20.65,"2013-07-21 00:00",15.68,"2013-01-10 00:00",14.84,"2013-04-16 00:00","","","","",25.76,25.76,15.68,14,10.43,7.91,5.06,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45203",6,39.934446,-75.125291,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.565714,0.246182,1.33,"2013-02-12 00:00",1.04,"2013-05-16 00:00",0.94,"2013-08-26 00:00",0.93,"2013-05-10 00:00","","","","",1.33,1.33,0.94,0.85,0.74,0.52,0.29,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45204",6,39.934446,-75.125291,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.617619,0.326794,1.51,"2013-02-12 00:00",1.38,"2013-01-10 00:00",1.2,"2013-05-16 00:00",1.15,"2013-05-10 00:00","","","","",1.51,1.51,1.2,1.06,0.82,0.54,0.27,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45207",6,39.934446,-75.125291,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",7,0.313821,0.154478,0.729,"2013-01-04 00:00",0.639,"2013-01-28 00:00",0.63,"2013-01-10 00:00",0.531,"2013-08-08 00:00","","","","",0.729,0.729,0.63,0.486,0.396,0.306,0.0855,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45208",6,39.934446,-75.125291,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",1,0.827357,0.440695,1.872,"2013-05-10 00:00",1.746,"2013-09-13 00:00",1.701,"2013-08-08 00:00",1.548,"2013-01-10 00:00","","","","",1.872,1.872,1.701,1.539,1.08,0.765,0.342,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45220",6,39.934446,-75.125291,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,2.359286,3.270444,21.44,"2013-09-13 00:00",8.16,"2013-07-21 00:00",4.22,"2013-09-07 00:00",3.94,"2013-01-10 00:00","","","","",21.44,21.44,4.22,3.06,2.03,1.73,0.85,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45501",6,39.934446,-75.125291,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",0,2.305891,3.306949,12.74,"2013-04-16 00:00",9.52,"2013-04-04 00:00",9.38,"2013-03-29 00:00",8.47,"2013-04-10 00:00","","","","",12.74,12.74,9.38,7.91,1.694,0.532,0.252,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45503",6,39.934446,-75.125291,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",46,75,44,61,0,1,"","","Certification not required",46,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45504",6,39.934446,-75.125291,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,43,61,0,2,"","","Certification not required",0,0.713956,0.794223,3.68,"2013-04-16 00:00",2.808,"2013-05-10 00:00",2.768,"2013-05-16 00:00",1.928,"2013-05-04 00:00","","","","",3.68,3.68,2.768,1.88,0.632,0.368,0.2,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45801",6,39.934446,-75.125291,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.001667,0.010801,0.07,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.07,0.07,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45805",6,39.934446,-75.125291,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",42,0.070214,0.007869,0.12,"2013-07-15 00:00",0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-22 00:00","","","","",0.12,0.12,0.069,0.069,0.069,0.069,0.069,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45806",6,39.934446,-75.125291,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",32,0.104286,0.047834,0.252,"2013-01-04 00:00",0.228,"2013-02-21 00:00",0.192,"2013-01-10 00:00",0.186,"2013-02-03 00:00","","","","",0.252,0.252,0.192,0.168,0.132,0.078,0.078,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45807",6,39.934446,-75.125291,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.035476,0.044787,0.17,"2013-05-16 00:00",0.13,"2013-09-07 00:00",0.1,"2013-05-22 00:00",0.09,"2013-05-10 00:00","","","","",0.17,0.17,0.1,0.09,0.07,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","45810",6,39.934446,-75.125291,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",42,69,41,61,0,6,"","","Certification not required",0,0.002619,0.016973,0.11,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.11,0.11,0,0,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-03" +"34","007","0002","68103",5,39.934446,-75.125291,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,70,79,113,0,3,"","","Certification not required",0,12.853165,8.564354,28.5,"2013-07-09 00:00",27.6,"2013-07-18 00:00",25.8,"2013-07-15 00:00",25.5,"2013-07-06 00:00","","","","",28.5,27.6,25.5,23.5,20.3,14.8,1.3,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","68104",5,39.934446,-75.125291,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,70,79,113,0,3,"","","Certification not required",0,22.067089,9.300699,37.8,"2013-07-18 00:00",36.4,"2013-07-15 00:00",36,"2013-07-06 00:00",34.3,"2013-07-21 00:00","","","","",37.8,36.4,34.3,32.2,29.6,23.6,6.4,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","68105",1,39.934446,-75.125291,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",85,70,84,122,0,1,"","","Certification not required",0,14.981176,9.548055,31.7,"2013-07-18 00:00",28,"2013-05-31 00:00",27.6,"2013-07-09 00:00",27.3,"2013-09-01 00:00","","","","",31.7,28,26.8,25.7,23.6,16.6,2.6,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","0002","68105",5,39.934446,-75.125291,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,70,79,113,0,3,"","","Certification not required",0,17.259494,8.88051,33,"2013-07-18 00:00",31.5,"2013-07-15 00:00",30.8,"2013-07-06 00:00",29.4,"2013-07-09 00:00","","","","",33,31.5,29.4,27.2,25,18.3,3.8,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","68106",5,39.934446,-75.125291,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,70,79,113,0,3,"","","Certification not required",0,753.873418,5.140007,768,"2013-04-22 00:00",764,"2013-05-01 00:00",761,"2013-05-04 00:00",761,"2013-06-21 00:00","","","","",768,764,761,760,757,754,749,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","68107",5,39.934446,-75.125291,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,70,79,113,0,3,"","","Certification not required",0,760.873418,5.513078,776,"2013-04-22 00:00",774,"2013-01-28 00:00",772,"2013-11-06 00:00",770,"2013-04-04 00:00","","","","",776,774,770,768,765,760,754,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","68108",1,39.934446,-75.125291,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,84,122,0,1,"","","Certification not required",0,762.729412,4.993778,776,"2013-04-22 00:00",774,"2013-01-10 00:00",772,"2013-05-01 00:00",771,"2013-01-25 00:00","","","","",776,774,770,769,766,763,756,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","0002","68108",5,39.934446,-75.125291,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,70,79,113,0,3,"","","Certification not required",0,756.544304,4.955695,770,"2013-04-22 00:00",766,"2013-05-01 00:00",764,"2013-01-28 00:00",764,"2013-08-26 00:00","","","","",770,766,764,762,760,757,750,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88101",1,39.934446,-75.125291,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,67,82,122,0,3,1,1,"Certification not required",0,10.191566,5.710991,36,"2013-01-28 00:00",28.8,"2013-01-04 00:00",24.9,"2013-02-06 00:00",21.4,"2013-03-26 00:00","","","","",36,28.8,20.3,17.1,12.3,9.2,5.2,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","0002","88101",1,39.934446,-75.125291,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,67,82,122,0,3,"","","Certification not required",0,10.191566,5.710991,36,"2013-01-28 00:00",28.8,"2013-01-04 00:00",24.9,"2013-02-06 00:00",21.4,"2013-03-26 00:00","","","","",36,28.8,20.3,17.1,12.3,9.2,5.2,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","0002","88102",5,39.934446,-75.125291,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",78,0.01809,0.004622,0.0255,"2013-02-15 00:00",0.0255,"2013-03-05 00:00",0.0255,"2013-06-03 00:00",0.0255,"2013-06-12 00:00","","","","",0.0255,0.0255,0.0255,0.0255,0.0205,0.0195,0.0135,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88103",5,39.934446,-75.125291,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.000769,0.001056,0.005,"2013-02-12 00:00",0.004,"2013-02-15 00:00",0.003,"2013-02-03 00:00",0.003,"2013-10-31 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88104",5,39.934446,-75.125291,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",43,0.029615,0.038901,0.213,"2013-07-15 00:00",0.173,"2013-07-21 00:00",0.16,"2013-07-03 00:00",0.108,"2013-04-10 00:00","","","","",0.213,0.173,0.108,0.081,0.032,0.0125,0.0065,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88107",5,39.934446,-75.125291,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",75,0.007503,0.007119,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.014,0.0055,0.005,0.00385,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88109",5,39.934446,-75.125291,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",13,0.003912,0.00382,0.0304,"2013-05-22 00:00",0.0118,"2013-01-28 00:00",0.0109,"2013-07-18 00:00",0.0108,"2013-10-31 00:00","","","","",0.0304,0.0118,0.0108,0.0064,0.0045,0.0036,0.00115,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88110",5,39.934446,-75.125291,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.001821,0.004214,0.024,"2013-06-27 00:00",0.014,"2013-06-09 00:00",0.014,"2013-09-25 00:00",0.012,"2013-07-03 00:00","","","","",0.024,0.014,0.012,0.009,0,0,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88111",5,39.934446,-75.125291,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",7,0.032792,0.027379,0.153,"2013-04-10 00:00",0.111,"2013-07-18 00:00",0.101,"2013-05-16 00:00",0.0854,"2013-09-19 00:00","","","","",0.153,0.111,0.0854,0.0634,0.0442,0.0269,0.0044,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88112",5,39.934446,-75.125291,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.003436,0.006552,0.051,"2013-10-01 00:00",0.02,"2013-07-21 00:00",0.016,"2013-09-25 00:00",0.012,"2013-05-07 00:00","","","","",0.051,0.02,0.012,0.007,0.004,0.002,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88113",5,39.934446,-75.125291,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",61,0.001004,0.000771,0.0044,"2013-08-20 00:00",0.0042,"2013-10-25 00:00",0.0036,"2013-02-12 00:00",0.0028,"2013-03-26 00:00","","","","",0.0044,0.0042,0.0028,0.0018,0.001,0.0007,0.00055,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88114",5,39.934446,-75.125291,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",23,0.005401,0.005839,0.0328,"2013-02-12 00:00",0.0204,"2013-07-18 00:00",0.0204,"2013-10-25 00:00",0.0203,"2013-02-06 00:00","","","","",0.0328,0.0204,0.0203,0.0136,0.0062,0.0037,0.001,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88115",5,39.934446,-75.125291,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",12,0.160688,0.375507,2.01,"2013-10-25 00:00",1.74,"2013-01-31 00:00",1.25,"2013-03-20 00:00",1.11,"2013-02-03 00:00","","","","",2.01,1.74,1.11,0.58,0.0716,0.0216,0.00405,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88117",5,39.934446,-75.125291,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",78,0.007432,0.011261,0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00",0.043,"2013-05-19 00:00",0.043,"2013-06-18 00:00","","","","",0.043,0.043,0.043,0.0048,0.0048,0.0041,0.0028,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88118",5,39.934446,-75.125291,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",78,0.009705,0.00668,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88126",5,39.934446,-75.125291,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.167688,0.180953,0.814,"2013-02-12 00:00",0.77,"2013-03-20 00:00",0.754,"2013-10-25 00:00",0.544,"2013-04-10 00:00","","","","",0.814,0.77,0.544,0.43,0.172,0.107,0.0309,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88128",5,39.934446,-75.125291,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.004513,0.009238,0.055,"2013-02-06 00:00",0.053,"2013-02-12 00:00",0.028,"2013-03-20 00:00",0.016,"2013-10-01 00:00","","","","",0.055,0.053,0.016,0.009,0.005,0.002,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88131",5,39.934446,-75.125291,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",75,0.010038,0.004036,0.028,"2013-07-27 00:00",0.022,"2013-10-25 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-03-05 00:00","","","","",0.028,0.022,0.0165,0.0165,0.011,0.008,0.007,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88132",5,39.934446,-75.125291,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.003423,0.003094,0.013,"2013-04-10 00:00",0.012,"2013-02-12 00:00",0.011,"2013-05-16 00:00",0.01,"2013-06-03 00:00","","","","",0.013,0.012,0.01,0.008,0.005,0.003,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88136",5,39.934446,-75.125291,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.002551,0.002738,0.012,"2013-02-12 00:00",0.012,"2013-07-21 00:00",0.011,"2013-03-26 00:00",0.009,"2013-04-25 00:00","","","","",0.012,0.012,0.009,0.006,0.003,0.002,0,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88140",5,39.934446,-75.125291,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",65,0.011467,0.011842,0.06,"2013-03-11 00:00",0.0542,"2013-10-07 00:00",0.043,"2013-10-13 00:00",0.0412,"2013-08-11 00:00","","","","",0.06,0.0542,0.0412,0.03,0.009,0.006,0.00475,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88152",5,39.934446,-75.125291,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",78,0.005544,0.001617,0.008,"2013-02-06 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-11 00:00",0.008,"2013-03-14 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.00445,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88154",5,39.934446,-75.125291,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",75,0.0011,0.00041,0.0031,"2013-01-28 00:00",0.0028,"2013-09-10 00:00",0.0019,"2013-10-01 00:00",0.0013,"2013-02-12 00:00","","","","",0.0031,0.0028,0.0013,0.0013,0.0013,0.00125,0.00065,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88160",5,39.934446,-75.125291,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",74,0.013327,0.004828,0.033,"2013-03-23 00:00",0.029,"2013-09-22 00:00",0.025,"2013-08-17 00:00",0.023,"2013-05-19 00:00","","","","",0.033,0.029,0.023,0.018,0.016,0.01,0.01,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88161",5,39.934446,-75.125291,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",67,0.002981,0.001932,0.014,"2013-07-03 00:00",0.0113,"2013-05-16 00:00",0.0071,"2013-05-28 00:00",0.0065,"2013-01-28 00:00","","","","",0.014,0.0113,0.0065,0.0054,0.0026,0.0025,0.0021,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88164",5,39.934446,-75.125291,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",57,0.002341,0.001394,0.007,"2013-01-28 00:00",0.0064,"2013-03-23 00:00",0.0062,"2013-06-27 00:00",0.005,"2013-08-08 00:00","","","","",0.007,0.0064,0.005,0.0049,0.003,0.0019,0.0015,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88165",5,39.934446,-75.125291,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",2,0.066296,0.063898,0.393,"2013-07-15 00:00",0.354,"2013-07-03 00:00",0.217,"2013-05-16 00:00",0.181,"2013-04-10 00:00","","","","",0.393,0.354,0.181,0.106,0.0808,0.0515,0.0198,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88166",5,39.934446,-75.125291,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",78,0.007705,0.004343,0.0185,"2013-02-15 00:00",0.0185,"2013-03-05 00:00",0.0185,"2013-06-03 00:00",0.0185,"2013-06-12 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88167",5,39.934446,-75.125291,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",10,0.021561,0.03311,0.261,"2013-06-15 00:00",0.113,"2013-10-01 00:00",0.0729,"2013-08-20 00:00",0.0543,"2013-10-25 00:00","","","","",0.261,0.113,0.0543,0.0427,0.027,0.0133,0.00175,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88168",5,39.934446,-75.125291,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",74,0.001266,0.000474,0.004,"2013-09-10 00:00",0.0026,"2013-06-15 00:00",0.0024,"2013-09-19 00:00",0.0019,"2013-03-20 00:00","","","","",0.004,0.0026,0.0019,0.00175,0.00155,0.00115,0.00085,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88169",5,39.934446,-75.125291,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,0.730512,0.474515,2.45,"2013-07-18 00:00",2.15,"2013-01-28 00:00",2.1,"2013-07-09 00:00",1.55,"2013-09-10 00:00","","","","",2.45,2.15,1.55,1.36,1,0.567,0.262,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88176",5,39.934446,-75.125291,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",77,0.00096,0.00022,0.0014,"2013-07-09 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-05 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88180",5,39.934446,-75.125291,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",1,0.094256,0.102482,0.594,"2013-10-25 00:00",0.433,"2013-01-31 00:00",0.369,"2013-08-02 00:00",0.296,"2013-07-18 00:00","","","","",0.594,0.433,0.296,0.227,0.111,0.056,0.022,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88184",5,39.934446,-75.125291,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",23,0.122859,0.129565,0.572,"2013-01-31 00:00",0.56,"2013-03-11 00:00",0.514,"2013-10-13 00:00",0.445,"2013-10-25 00:00","","","","",0.572,0.56,0.445,0.3,0.163,0.081,0.0195,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88185",5,39.934446,-75.125291,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",73,0.003279,0.003321,0.0115,"2013-02-15 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-06-03 00:00",0.0115,"2013-06-12 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88301",5,39.934446,-75.125291,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,70,79,113,0,3,"","","Certification not required",2,0.770904,0.733684,4.14,"2013-01-28 00:00",3.29,"2013-02-06 00:00",2.81,"2013-02-15 00:00",2.07,"2013-02-03 00:00","","","","",4.14,3.29,2.07,1.6,1.07,0.551,0.104,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88302",5,39.934446,-75.125291,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,70,79,113,0,3,"","","Certification not required",0,0.172219,0.139985,0.7,"2013-01-31 00:00",0.692,"2013-03-11 00:00",0.546,"2013-10-13 00:00",0.48,"2013-05-04 00:00","","","","",0.7,0.692,0.48,0.312,0.224,0.14,0.042,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88303",5,39.934446,-75.125291,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,70,79,113,0,3,"","","Certification not required",14,0.068724,0.087994,0.576,"2013-10-25 00:00",0.406,"2013-01-31 00:00",0.291,"2013-08-02 00:00",0.237,"2013-09-04 00:00","","","","",0.576,0.406,0.237,0.15,0.072,0.047,0.0115,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88306",5,39.934446,-75.125291,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,70,79,113,0,3,"","","Certification not required",0,1.131266,1.403478,8.16,"2013-01-28 00:00",6.93,"2013-02-06 00:00",6.12,"2013-02-15 00:00",4.99,"2013-02-03 00:00","","","","",8.16,6.93,4.99,1.95,1.5,0.696,0.273,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88355",5,39.934446,-75.125291,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,2.232091,0.987247,5.04,"2013-05-16 00:00",4.97,"2013-07-18 00:00",4.14,"2013-01-28 00:00",4.12,"2013-07-09 00:00","","","","",5.04,4.97,4.12,3.55,2.92,2.22,1.08,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88357",5,39.934446,-75.125291,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.454662,0.32671,1.87,"2013-10-25 00:00",1.49,"2013-07-18 00:00",1.46,"2013-08-20 00:00",1.03,"2013-09-19 00:00","","","","",1.87,1.49,1.03,0.781,0.574,0.362,0.153,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88370",5,39.934446,-75.125291,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,1.996078,0.834295,4.36,"2013-05-16 00:00",4.17,"2013-07-18 00:00",3.65,"2013-01-28 00:00",3.47,"2013-02-06 00:00","","","","",4.36,4.17,3.47,2.93,2.6,1.93,1.04,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88374",5,39.934446,-75.125291,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.185766,0.131648,0.636,"2013-07-18 00:00",0.562,"2013-01-28 00:00",0.473,"2013-05-16 00:00",0.465,"2013-09-01 00:00","","","","",0.636,0.562,0.465,0.379,0.258,0.143,0.063,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88375",5,39.934446,-75.125291,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.57461,0.261426,1.3,"2013-07-09 00:00",1.25,"2013-07-18 00:00",1.21,"2013-05-16 00:00",0.984,"2013-10-01 00:00","","","","",1.3,1.25,0.984,0.913,0.752,0.545,0.276,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88376",5,39.934446,-75.125291,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.601377,0.254873,1.26,"2013-05-16 00:00",1.23,"2013-02-06 00:00",1.12,"2013-06-15 00:00",1.1,"2013-04-10 00:00","","","","",1.26,1.23,1.1,0.975,0.747,0.592,0.28,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88377",5,39.934446,-75.125291,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.431597,0.209158,1.06,"2013-02-06 00:00",1.02,"2013-05-16 00:00",0.963,"2013-07-18 00:00",0.832,"2013-01-28 00:00","","","","",1.06,1.02,0.832,0.714,0.566,0.372,0.206,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88378",5,39.934446,-75.125291,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",11,0.203026,0.166612,0.65,"2013-07-21 00:00",0.625,"2013-01-28 00:00",0.574,"2013-02-03 00:00",0.501,"2013-04-28 00:00","","","","",0.65,0.625,0.501,0.465,0.297,0.171,0.001,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88380",5,39.934446,-75.125291,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.690325,0.446256,2.3,"2013-07-18 00:00",2.04,"2013-08-20 00:00",1.87,"2013-10-25 00:00",1.69,"2013-05-16 00:00","","","","",2.3,2.04,1.69,1.31,0.889,0.566,0.249,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88383",5,39.934446,-75.125291,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",0,0.855831,0.460003,2.59,"2013-07-18 00:00",2.06,"2013-05-16 00:00",2.01,"2013-08-20 00:00",1.83,"2013-10-25 00:00","","","","",2.59,2.06,1.83,1.46,1.06,0.799,0.366,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88384",5,39.934446,-75.125291,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",1,0.037942,0.014872,0.0678,"2013-09-10 00:00",0.0666,"2013-08-14 00:00",0.0632,"2013-02-21 00:00",0.0627,"2013-08-17 00:00","","","","",0.0678,0.0666,0.0627,0.0614,0.049,0.0372,0.0206,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88385",5,39.934446,-75.125291,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",75,0.001059,0.000364,0.00353,"2013-04-22 00:00",0.00298,"2013-07-18 00:00",0.001,"2013-01-28 00:00",0.001,"2013-01-31 00:00","","","","",0.00353,0.00298,0.001,0.001,0.001,0.001,0.001,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88388",5,39.934446,-75.125291,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",77,68,77,113,0,5,"","","Certification not required",2,0.438844,0.285142,1.14,"2013-07-18 00:00",1.11,"2013-01-28 00:00",1.08,"2013-05-16 00:00",1.07,"2013-07-09 00:00","","","","",1.14,1.11,1.07,0.903,0.635,0.356,0.14,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88403",5,39.934446,-75.125291,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",79,70,79,113,0,3,"","","Certification not required",0,1.863329,1.207626,5.98,"2013-07-18 00:00",5.43,"2013-01-28 00:00",5.3,"2013-07-09 00:00",4.43,"2013-09-10 00:00","","","","",5.98,5.43,4.43,3.49,2.53,1.44,0.719,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0002","88502",5,39.934446,-75.125291,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",78,69,78,113,0,4,"","","Certification not required",0,10.628205,5.75644,33.7,"2013-01-28 00:00",28.5,"2013-07-18 00:00",25.9,"2013-02-06 00:00",20.3,"2013-02-15 00:00","","","","",33.7,28.5,20.3,18.4,13.3,9.7,4.9,"Camden Spruce Street","266 Spruce Street","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"34","007","0009","81102",1,39.912431,-75.116864,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,67,41,61,0,4,0,0,"Certification not required",1,25.880952,10.544221,51,"2013-04-10 00:00",47,"2013-05-16 00:00",40,"2013-03-05 00:00",39,"2013-02-21 00:00","","","","",51,51,40,37,34,27,12,"Camden RRF","Morgan Boulevard, and I-676 entrance ramp","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-07" +"34","007","0010","88500",3,39.923969,-75.122317,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6197,71,257,365,0,0,"","","Certification not required",0,10.994739,7.226084,58.5,"2013-01-29 11:00",56.3,"2013-01-29 10:00",54,"2013-07-19 10:00",52.5,"2013-01-29 12:00","","","","",34.2,30.7,25.4,20.6,14.6,9.4,3.5,"South Camden","Camden County Municipal Utilities Authority, 1645 Ferry Avenue","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-27" +"34","007","0010","88500",3,39.923969,-75.122317,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,10.810506,5.533394,36.7,"2013-01-29 00:00",30,"2013-01-28 00:00",26.5,"2013-01-09 00:00",25.6,"2013-07-09 00:00","","","","",26.5,23.8,21.4,18.2,14.1,10,4.8,"South Camden","Camden County Municipal Utilities Authority, 1645 Ferry Avenue","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-27" +"34","007","0010","88502",3,39.923969,-75.122317,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6198,71,257,365,0,0,"","","Certification not required",0,8.825847,6.551431,54.7,"2013-07-19 10:00",53.3,"2013-07-19 09:00",50.1,"2013-07-19 08:00",49.4,"2013-01-29 10:00","","","","",31.1,26.8,21.6,17.4,11.7,7.3,2.4,"South Camden","Camden County Municipal Utilities Authority, 1645 Ferry Avenue","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-27" +"34","007","0010","88502",3,39.923969,-75.122317,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,8.638911,4.491829,29.4,"2013-01-29 00:00",23.2,"2013-01-28 00:00",22.6,"2013-01-09 00:00",21.6,"2013-09-11 00:00","","","","",22.6,20.2,17.5,15.1,11.1,7.9,3.9,"South Camden","Camden County Municipal Utilities Authority, 1645 Ferry Avenue","New Jersey","Camden","Camden","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-27" +"34","007","1001","44201",1,39.68425,-74.861491,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5332,96,205,214,0,0,0,0,"Certification not required",135,0.050029,0.012053,0.083,"2013-07-18 13:00",0.076,"2013-07-11 16:00",0.074,"2013-05-30 15:00",0.073,"2013-04-28 13:00","","","","",0.074,0.073,0.067,0.064,0.059,0.052,0.039,"Ancora State Hospital","Ancora State Hospital, 202 Spring Garden Road","New Jersey","Camden","Winslow (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","007","1001","44201",1,39.68425,-74.861491,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5331,93,198,214,0,0,0,0,"Certification not required",0,0.044818,0.011372,0.074,"2013-07-18 09:00",0.07,"2013-04-28 10:00",0.068,"2013-05-16 12:00",0.068,"2013-05-30 10:00","","","","",0.07,0.068,0.062,0.058,0.054,0.047,0.034,"Ancora State Hospital","Ancora State Hospital, 202 Spring Garden Road","New Jersey","Camden","Winslow (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","007","1001","44201",1,39.68425,-74.861491,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5331,93,198,214,0,0,0,0,"Certification not required",0,0.044818,0.011372,0.074,"2013-07-18 09:00",0.07,"2013-04-28 10:00",0.068,"2013-05-16 12:00",0.068,"2013-05-30 10:00","","","","",0.07,0.068,0.062,0.058,0.054,0.047,0.034,"Ancora State Hospital","Ancora State Hospital, 202 Spring Garden Road","New Jersey","Camden","Winslow (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","007","1007","68105",1,39.989036,-75.050008,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,45,61,0,1,"","","Certification not required",0,16.292045,9.40587,30.9,"2013-07-06 00:00",30.8,"2013-07-15 00:00",29.1,"2013-05-31 00:00",28.4,"2013-09-01 00:00","","","","",30.9,30.8,28,26.7,24.8,18.2,3.2,"Pennsauken","Morris Delair Water Treatment Plant, off Griffith-Morgan Lane","New Jersey","Camden","Pennsauken (Pensauken)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","1007","68108",1,39.989036,-75.050008,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,45,61,0,1,"","","Certification not required",0,761.681818,4.855487,777,"2013-04-22 00:00",772,"2013-01-10 00:00",771,"2013-05-01 00:00",768,"2013-01-07 00:00","","","","",777,772,768,767,765,762,755,"Pennsauken","Morris Delair Water Treatment Plant, off Griffith-Morgan Lane","New Jersey","Camden","Pennsauken (Pensauken)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","1007","88101",1,39.989036,-75.050008,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,0,0,"Certification not required",0,8.753409,4.850097,33.5,"2013-01-28 00:00",19.5,"2013-02-06 00:00",18.9,"2013-05-16 00:00",18.2,"2013-02-15 00:00","","","","",33.5,19.5,17.2,14.5,11.1,8,3.6,"Pennsauken","Morris Delair Water Treatment Plant, off Griffith-Morgan Lane","New Jersey","Camden","Pennsauken (Pensauken)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","007","1007","88101",1,39.989036,-75.050008,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,8.753409,4.850097,33.5,"2013-01-28 00:00",19.5,"2013-02-06 00:00",18.9,"2013-05-16 00:00",18.2,"2013-02-15 00:00","","","","",33.5,19.5,17.2,14.5,11.1,8,3.6,"Pennsauken","Morris Delair Water Treatment Plant, off Griffith-Morgan Lane","New Jersey","Camden","Pennsauken (Pensauken)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","011","0007","44201",1,39.422273,-75.025204,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5690,99,211,214,0,0,0,0,"Certification not required",380,0.045986,0.01108,0.078,"2013-06-25 16:00",0.077,"2013-07-17 18:00",0.067,"2013-04-28 12:00",0.067,"2013-07-18 17:00","","","","",0.067,0.065,0.063,0.06,0.054,0.047,0.037,"Millville","Lincoln Avenue and Route 55, Northeast of Millville","New Jersey","Cumberland","Vineland","Vineland-Millville-Bridgeton, NJ","2013-12-24" +"34","011","0007","44201",1,39.422273,-75.025204,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5758,96,205,214,0,0,0,0,"Certification not required",0,0.040849,0.010539,0.067,"2013-07-17 13:00",0.063,"2013-04-28 09:00",0.062,"2013-06-25 10:00",0.061,"2013-07-18 10:00","","","","",0.062,0.06,0.056,0.054,0.049,0.042,0.032,"Millville","Lincoln Avenue and Route 55, Northeast of Millville","New Jersey","Cumberland","Vineland","Vineland-Millville-Bridgeton, NJ","2013-12-24" +"34","011","0007","44201",1,39.422273,-75.025204,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5758,96,205,214,0,0,0,0,"Certification not required",0,0.040849,0.010539,0.067,"2013-07-17 13:00",0.063,"2013-04-28 09:00",0.062,"2013-06-25 10:00",0.061,"2013-07-18 10:00","","","","",0.062,0.06,0.056,0.054,0.049,0.042,0.032,"Millville","Lincoln Avenue and Route 55, Northeast of Millville","New Jersey","Cumberland","Vineland","Vineland-Millville-Bridgeton, NJ","2013-12-24" +"34","013","0003","42101",1,40.720989,-74.192892,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6204,71,259,365,0,0,0,0,"Certification not required",8,0.331096,0.200988,5.27,"2013-08-29 08:00",3.17,"2013-01-09 08:00",3.01,"2013-01-09 07:00",2.47,"2013-01-07 21:00","","","","",1.07,0.83,0.63,0.51,0.37,0.28,0.19,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","013","0003","42101",1,40.720989,-74.192892,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6228,71,256,365,0,0,0,0,"Certification not required",0,0.331519,0.168597,1.9,"2013-01-09 09:00",1.9,"2013-01-09 10:00",1.9,"2013-01-09 11:00",1.9,"2013-01-09 12:00",1.9,"2013-01-09 09:00",1.9,"2013-02-11 13:00",1,0.8,0.6,0.5,0.4,0.3,0.2,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","013","0003","42401",1,40.720989,-74.192892,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6496,74,273,365,0,0,0,"","Certification not required",0,1.938095,1.581213,8.2,"2013-01-13 18:00",7.8,"2013-04-09 22:00",6.9,"2013-06-09 23:00",6.8,"2013-02-22 12:00","","","","",6.9,6.4,5.5,3.9,2.7,1.5,0.3,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","42401",1,40.720989,-74.192892,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6496,74,273,365,0,0,"","","Certification not required",0,0.74863,0.91139,8.2,"2013-01-13 18:00",7.8,"2013-04-09 22:00",6.9,"2013-06-09 23:00",6.8,"2013-02-22 12:00","","","","",4.3,3.6,2.6,1.9,1,0.4,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","42401",1,40.720989,-74.192892,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.751282,0.671483,3.9,"2013-02-05 00:00",3.3,"2013-01-09 00:00",3,"2013-01-04 00:00",2.9,"2013-01-28 00:00","","","","",3,2.8,2.2,1.6,1,0.5,0.1,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","42401",1,40.720989,-74.192892,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2134,73,273,365,0,0,"",0,"Certification not required",0,0.720712,0.865163,5.9,"2013-06-09 23:00",5.8,"2013-01-09 11:00",5.6,"2013-01-04 02:00",5.3,"2013-01-28 08:00","","","","",4,3.3,2.5,1.9,1,0.4,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","42401",3,40.720989,-74.192892,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",77279,74,273,365,0,0,"","","Certification not required",0,0.750419,0.94406,11.5,"2013-02-13 19:15",10.7,"2013-05-22 12:45",10.5,"2013-05-22 12:40",9.5,"2013-01-13 18:15","","","","",4.6,3.7,2.7,1.9,1,0.4,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","42600",2,40.720989,-74.192892,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6418,73,271,365,0,0,"","","Certification not required",0,27.059208,31.868984,581,"2013-01-09 08:00",517,"2013-01-09 07:00",516,"2013-01-29 08:00",430,"2013-01-29 07:00","","","","",153,116,77,54,31,18,8,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","42601",1,40.720989,-74.192892,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,273,365,0,0,"","","Certification not required",0,6.890113,20.605406,442,"2013-01-09 08:00",398,"2013-01-09 07:00",376,"2013-01-29 08:00",316,"2013-01-29 07:00","","","","",91,61,31,14,5,2,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","42601",2,40.720989,-74.192892,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6418,73,271,365,0,0,"","","Certification not required",0,7.273605,21.765304,466,"2013-01-09 08:00",421,"2013-01-09 07:00",419,"2013-01-29 08:00",346,"2013-01-29 07:00","","","","",96,64,33,15,5,2,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","42602",1,40.720989,-74.192892,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6442,74,273,365,0,0,0,"","Certification not required",0,32.446886,13.462841,80,"2013-01-09 08:00",73,"2013-02-11 13:00",65,"2013-04-17 21:00",62,"2013-01-29 08:00","","","","",65,61,56,51,42,32,16,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","42602",1,40.720989,-74.192892,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6442,74,273,365,0,0,"","","Certification not required",0,16.964297,11.758831,80,"2013-01-09 08:00",73,"2013-02-11 13:00",71,"2013-01-09 07:00",70,"2013-02-11 08:00","","","","",51,47,41,35,23,13,5,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","42603",1,40.720989,-74.192892,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6442,74,273,365,0,0,"","","Certification not required",0,24.364328,28.938837,523,"2013-01-09 08:00",468,"2013-01-09 07:00",439,"2013-01-29 08:00",375,"2013-01-29 07:00","","","","",137,106,70,49,28,16,7,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","42612",2,40.720989,-74.192892,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6418,73,271,365,0,0,"","","Certification not required",0,19.301963,13.359259,115,"2013-01-09 08:00",97,"2013-01-09 09:00",97,"2013-01-29 08:00",95,"2013-01-09 07:00","","","","",61,54,46,39,26,15,6,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","0003","44201",1,40.720989,-74.192892,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7144,100,214,214,0,0,0,0,"Certification not required",787,0.045879,0.013465,0.084,"2013-09-11 13:00",0.083,"2013-05-31 15:00",0.078,"2013-08-21 14:00",0.075,"2013-06-21 15:00","","","","",0.078,0.075,0.07,0.064,0.054,0.045,0.036,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","013","0003","44201",1,40.720989,-74.192892,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7210,100,214,214,0,0,0,0,"Certification not required",0,0.039533,0.012631,0.078,"2013-05-31 10:00",0.075,"2013-09-11 10:00",0.07,"2013-07-19 10:00",0.069,"2013-08-21 12:00","","","","",0.07,0.067,0.061,0.056,0.048,0.04,0.031,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","013","0003","44201",1,40.720989,-74.192892,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7210,100,214,214,0,0,1,1,"Certification not required",0,0.039533,0.012631,0.078,"2013-05-31 10:00",0.075,"2013-09-11 10:00",0.07,"2013-07-19 10:00",0.069,"2013-08-21 12:00","","","","",0.07,0.067,0.061,0.056,0.048,0.04,0.031,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","013","0003","61101",1,40.720989,-74.192892,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6521,74,271,365,0,0,"","","Certification not required",0,1.877197,0.988116,6.7,"2013-01-31 02:00",6.5,"2013-01-31 03:00",6.3,"2013-01-31 11:00",6.3,"2013-03-06 20:00","","","","",4.9,4.5,3.8,3.2,2.3,1.7,0.8,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","61102",1,40.720989,-74.192892,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6547,75,273,365,0,0,"","","Certification not required",0,212.906675,96.266192,359,"2013-03-09 02:00",359,"2013-03-09 08:00",359,"2013-04-13 02:00",359,"2013-04-13 10:00","","","","",354,349,332,319,292,239,52,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","61103",1,40.720989,-74.192892,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6547,75,273,365,0,0,"","","Certification not required",0,1.72285,0.951597,6.4,"2013-01-31 02:00",6,"2013-01-31 03:00",6,"2013-03-06 20:00",5.9,"2013-01-31 11:00","","","","",4.6,4.3,3.6,3,2.2,1.6,0.7,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","61104",1,40.720989,-74.192892,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,0,"","","Certification not required",0,214.227585,101.462934,359,"2013-01-14 23:00",359,"2013-02-03 12:00",359,"2013-02-06 21:00",359,"2013-02-07 03:00","","","","",354,350,337,325,300,243,38,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","62101",1,40.720989,-74.192892,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,0,"","","Certification not required",0,57.756682,18.774424,97,"2013-07-18 14:00",97,"2013-07-18 15:00",97,"2013-07-18 16:00",97,"2013-07-19 14:00","","","","",92,89,85,81,74,60,32,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","62201",1,40.720989,-74.192892,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6547,75,273,365,0,0,"","","Certification not required",0,57.932946,19.249498,94,"2013-01-13 04:00",94,"2013-01-13 05:00",94,"2013-01-13 06:00",94,"2013-01-13 07:00","","","","",93,91,89,86,74,57,33,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","63301",1,40.720989,-74.192892,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6547,75,273,365,0,0,"","","Certification not required",3210,0.255386,0.370662,1.41,"2013-05-27 11:00",1.41,"2013-06-04 11:00",1.41,"2013-06-12 11:00",1.4,"2013-05-26 12:00","","","","",1.29,1.23,1.1,0.91,0.43,0.02,0.005,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","64101",1,40.720989,-74.192892,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6547,75,273,365,0,0,"","","Certification not required",0,1012.550634,7.036524,1034,"2013-04-22 08:00",1034,"2013-04-22 09:00",1033,"2013-04-21 22:00",1033,"2013-04-21 23:00","","","","",1028,1027,1024,1022,1017,1013,1004,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","013","0003","68103",5,40.720989,-74.192892,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,11.034091,9.088706,27.7,"2013-07-18 00:00",25.6,"2013-07-15 00:00",25.5,"2013-07-06 00:00",25.5,"2013-07-21 00:00","","","","",27.7,25.6,23.5,23,18,12.8,-1.8,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","68104",5,40.720989,-74.192892,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,20.631818,10.340919,38,"2013-07-18 00:00",36.8,"2013-07-15 00:00",35.4,"2013-07-06 00:00",34,"2013-07-21 00:00","","","","",38,36.8,33.4,32.1,28.8,22.6,4,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","68105",1,40.720989,-74.192892,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,24,88,365,0,4,"","","Certification not required",0,14.1125,10.867127,32.8,"2013-07-18 00:00",31.2,"2013-07-15 00:00",30.2,"2013-07-06 00:00",29.4,"2013-05-31 00:00","","","","",32.8,31.2,28.3,26.3,23.8,16.9,-1.9,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","013","0003","68105",5,40.720989,-74.192892,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,1,"","","Certification not required",0,15.672727,9.445862,32.9,"2013-07-18 00:00",31.4,"2013-07-15 00:00",30.7,"2013-07-06 00:00",28.4,"2013-07-21 00:00","","","","",32.9,31.4,28.3,26.1,23.5,18,2.2,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","68106",5,40.720989,-74.192892,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,757.988636,4.172968,769,"2013-04-22 00:00",766,"2013-05-01 00:00",765,"2013-01-10 00:00",765,"2013-05-04 00:00","","","","",769,766,764,763,761,758,753,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","68107",5,40.720989,-74.192892,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,762.170455,3.907616,773,"2013-04-22 00:00",771,"2013-01-10 00:00",770,"2013-01-28 00:00",770,"2013-05-01 00:00","","","","",773,771,769,767,765,762,758,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","68108",1,40.720989,-74.192892,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,24,87,365,0,4,"","","Certification not required",0,760.137931,4.620914,774,"2013-04-22 00:00",771,"2013-01-10 00:00",770,"2013-05-01 00:00",767,"2013-01-07 00:00","","","","",774,771,767,766,763,760,754,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","013","0003","68108",5,40.720989,-74.192892,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,1,"","","Certification not required",0,759.693182,3.869592,771,"2013-04-22 00:00",768,"2013-01-10 00:00",768,"2013-05-01 00:00",766,"2013-10-13 00:00","","","","",771,768,765,764,762,760,755,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","85129",1,40.720989,-74.192892,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.003605,0.002311,0.01,"2013-05-22 00:00",0.007,"2013-04-04 00:00",0.007,"2013-06-27 00:00",0.007,"2013-09-19 00:00","","","","",0.01,0.01,0.007,0.006,0.005,0.004,0.001,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","013","0003","88101",1,40.720989,-74.192892,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,70,86,122,0,4,0,0,"Certification not required",0,8.726437,5.322254,27.6,"2013-01-28 00:00",22.2,"2013-02-15 00:00",21.1,"2013-01-13 00:00",20.7,"2013-02-03 00:00","","","","",27.6,22.2,19.6,16.5,11.5,7.8,3.6,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","013","0003","88101",1,40.720989,-74.192892,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,70,86,122,0,4,"","","Certification not required",0,8.726437,5.322254,27.6,"2013-01-28 00:00",22.2,"2013-02-15 00:00",21.1,"2013-01-13 00:00",20.7,"2013-02-03 00:00","","","","",27.6,22.2,19.6,16.5,11.5,7.8,3.6,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","013","0003","88102",5,40.720989,-74.192892,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",83,0.018901,0.004844,0.041,"2013-01-01 00:00",0.029,"2013-04-07 00:00",0.026,"2013-04-10 00:00",0.026,"2013-05-16 00:00","","","","",0.041,0.029,0.026,0.026,0.021,0.0195,0.014,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88103",5,40.720989,-74.192892,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000407,0.000709,0.003,"2013-05-28 00:00",0.003,"2013-06-09 00:00",0.003,"2013-10-19 00:00",0.002,"2013-08-26 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88104",5,40.720989,-74.192892,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",53,0.035215,0.059875,0.264,"2013-07-03 00:00",0.261,"2013-04-10 00:00",0.249,"2013-07-15 00:00",0.214,"2013-07-09 00:00","","","","",0.264,0.261,0.205,0.11,0.028,0.0115,0.0065,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88107",5,40.720989,-74.192892,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.00641,0.005349,0.0295,"2013-02-21 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-08-17 00:00","","","","",0.0295,0.0295,0.016,0.0055,0.0055,0.005,0.005,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88109",5,40.720989,-74.192892,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",16,0.002908,0.001734,0.0105,"2013-01-28 00:00",0.0069,"2013-06-27 00:00",0.0063,"2013-10-31 00:00",0.006,"2013-02-03 00:00","","","","",0.0105,0.0069,0.0056,0.0051,0.0038,0.0029,0.00065,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88110",5,40.720989,-74.192892,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001744,0.004331,0.02,"2013-07-18 00:00",0.018,"2013-06-03 00:00",0.016,"2013-02-09 00:00",0.015,"2013-07-21 00:00","","","","",0.02,0.018,0.014,0.007,0,0,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88111",5,40.720989,-74.192892,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",17,0.021681,0.017627,0.0846,"2013-07-15 00:00",0.0739,"2013-04-10 00:00",0.0689,"2013-05-28 00:00",0.0631,"2013-07-03 00:00","","","","",0.0846,0.0739,0.0617,0.0445,0.0292,0.0181,0.00375,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88112",5,40.720989,-74.192892,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.005663,0.011286,0.065,"2013-09-13 00:00",0.05,"2013-07-09 00:00",0.042,"2013-09-22 00:00",0.042,"2013-10-01 00:00","","","","",0.065,0.05,0.034,0.011,0.004,0.002,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88113",5,40.720989,-74.192892,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",79,0.000767,0.000369,0.0024,"2013-07-27 00:00",0.0022,"2013-04-10 00:00",0.0022,"2013-07-03 00:00",0.0018,"2013-01-13 00:00","","","","",0.0024,0.0022,0.0018,0.001,0.0007,0.00065,0.00055,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88114",5,40.720989,-74.192892,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",27,0.005049,0.004762,0.0247,"2013-06-09 00:00",0.0221,"2013-10-31 00:00",0.0201,"2013-05-22 00:00",0.0143,"2013-06-06 00:00","","","","",0.0247,0.0221,0.013,0.0108,0.0068,0.0041,0.0008,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88115",5,40.720989,-74.192892,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",42,0.017971,0.047349,0.389,"2013-03-11 00:00",0.191,"2013-01-28 00:00",0.104,"2013-05-04 00:00",0.0701,"2013-04-22 00:00","","","","",0.389,0.191,0.051,0.031,0.0143,0.006,0.0025,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88117",5,40.720989,-74.192892,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.005853,0.008308,0.0435,"2013-07-21 00:00",0.043,"2013-02-21 00:00",0.043,"2013-06-18 00:00",0.043,"2013-08-17 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88118",5,40.720989,-74.192892,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.008548,0.005905,0.023,"2013-02-21 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88126",5,40.720989,-74.192892,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.085267,0.057571,0.271,"2013-04-10 00:00",0.238,"2013-07-03 00:00",0.23,"2013-10-31 00:00",0.223,"2013-07-09 00:00","","","","",0.271,0.238,0.203,0.151,0.12,0.068,0.0245,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88128",5,40.720989,-74.192892,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001337,0.001825,0.009,"2013-01-28 00:00",0.007,"2013-10-31 00:00",0.006,"2013-02-15 00:00",0.005,"2013-01-04 00:00","","","","",0.009,0.007,0.005,0.004,0.002,0.001,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88131",5,40.720989,-74.192892,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.009459,0.003232,0.019,"2013-03-20 00:00",0.018,"2013-02-12 00:00",0.0165,"2013-04-10 00:00",0.0165,"2013-05-16 00:00","","","","",0.019,0.018,0.0165,0.0165,0.011,0.008,0.007,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88132",5,40.720989,-74.192892,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001198,0.001309,0.006,"2013-04-10 00:00",0.006,"2013-10-31 00:00",0.004,"2013-07-15 00:00",0.004,"2013-09-19 00:00","","","","",0.006,0.006,0.003,0.003,0.002,0.001,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88136",5,40.720989,-74.192892,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.00193,0.002669,0.015,"2013-07-09 00:00",0.013,"2013-04-10 00:00",0.011,"2013-01-13 00:00",0.008,"2013-06-27 00:00","","","","",0.015,0.013,0.005,0.004,0.003,0.001,0,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88140",5,40.720989,-74.192892,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",74,0.010055,0.011605,0.087,"2013-03-11 00:00",0.06,"2013-05-04 00:00",0.038,"2013-08-17 00:00",0.035,"2013-04-16 00:00","","","","",0.087,0.06,0.025,0.0154,0.009,0.006,0.0055,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88152",5,40.720989,-74.192892,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.00591,0.001525,0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88154",5,40.720989,-74.192892,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.001022,0.000277,0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88160",5,40.720989,-74.192892,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.013221,0.005437,0.036,"2013-01-31 00:00",0.036,"2013-02-27 00:00",0.03,"2013-01-16 00:00",0.026,"2013-02-03 00:00","","","","",0.036,0.036,0.021,0.018,0.016,0.01,0.01,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88161",5,40.720989,-74.192892,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",70,0.003466,0.002795,0.0189,"2013-07-15 00:00",0.017,"2013-07-03 00:00",0.0089,"2013-10-01 00:00",0.0086,"2013-09-19 00:00","","","","",0.0189,0.017,0.0077,0.0068,0.00265,0.0025,0.00215,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88164",5,40.720989,-74.192892,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",77,0.002087,0.001633,0.013,"2013-01-13 00:00",0.0083,"2013-05-22 00:00",0.0059,"2013-04-16 00:00",0.0059,"2013-06-09 00:00","","","","",0.013,0.0083,0.0051,0.003,0.0019,0.0016,0.0015,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88165",5,40.720989,-74.192892,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",8,0.065994,0.089583,0.572,"2013-07-15 00:00",0.561,"2013-07-03 00:00",0.233,"2013-09-22 00:00",0.172,"2013-07-18 00:00","","","","",0.572,0.561,0.17,0.131,0.073,0.045,0.0107,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88166",5,40.720989,-74.192892,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.007453,0.004182,0.0185,"2013-04-10 00:00",0.0185,"2013-05-16 00:00",0.0185,"2013-06-12 00:00",0.0185,"2013-07-27 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88167",5,40.720989,-74.192892,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",12,0.009365,0.008377,0.0409,"2013-05-28 00:00",0.0359,"2013-01-28 00:00",0.0326,"2013-02-15 00:00",0.0324,"2013-10-31 00:00","","","","",0.0409,0.0359,0.0262,0.0212,0.0122,0.0066,0.00175,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88168",5,40.720989,-74.192892,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.001826,0.003336,0.0261,"2013-08-02 00:00",0.0146,"2013-03-23 00:00",0.0107,"2013-05-22 00:00",0.0102,"2013-06-03 00:00","","","","",0.0261,0.0146,0.0027,0.00175,0.0012,0.00115,0.00085,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88169",5,40.720989,-74.192892,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.672733,0.404636,1.89,"2013-07-09 00:00",1.74,"2013-09-10 00:00",1.68,"2013-01-28 00:00",1.64,"2013-05-22 00:00","","","","",1.89,1.74,1.54,1.26,0.943,0.579,0.245,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88176",5,40.720989,-74.192892,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.000929,0.000199,0.0013,"2013-02-21 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-05-16 00:00",0.0013,"2013-06-12 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88180",5,40.720989,-74.192892,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.042297,0.029347,0.193,"2013-07-06 00:00",0.126,"2013-01-28 00:00",0.112,"2013-07-03 00:00",0.107,"2013-05-28 00:00","","","","",0.193,0.126,0.0925,0.0785,0.0523,0.034,0.0169,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88184",5,40.720989,-74.192892,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",44,0.074023,0.101286,0.681,"2013-03-11 00:00",0.475,"2013-05-04 00:00",0.264,"2013-10-13 00:00",0.258,"2013-04-16 00:00","","","","",0.681,0.475,0.208,0.198,0.079,0.027,0.0155,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88185",5,40.720989,-74.192892,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",80,0.003189,0.003368,0.0121,"2013-01-22 00:00",0.0115,"2013-04-10 00:00",0.0115,"2013-05-16 00:00",0.0115,"2013-06-12 00:00","","","","",0.0121,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88301",5,40.720989,-74.192892,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",1,0.723994,0.67407,3.23,"2013-01-28 00:00",3.06,"2013-02-15 00:00",2.73,"2013-05-22 00:00",2.45,"2013-02-06 00:00","","","","",3.23,3.06,2.4,1.35,1.07,0.53,0.166,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88302",5,40.720989,-74.192892,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",3,0.110717,0.132174,0.731,"2013-05-04 00:00",0.719,"2013-03-11 00:00",0.54,"2013-04-16 00:00",0.37,"2013-06-30 00:00","","","","",0.731,0.719,0.32,0.244,0.14,0.06,0.019,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88303",5,40.720989,-74.192892,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",36,0.031128,0.027654,0.161,"2013-01-28 00:00",0.111,"2013-07-06 00:00",0.101,"2013-04-16 00:00",0.094,"2013-07-15 00:00","","","","",0.161,0.111,0.087,0.075,0.045,0.026,0.0115,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88306",5,40.720989,-74.192892,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.264409,1.371855,6.85,"2013-01-28 00:00",6.75,"2013-02-15 00:00",5.47,"2013-02-03 00:00",5.14,"2013-02-06 00:00","","","","",6.85,6.75,4.48,3.47,1.46,0.819,0.269,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88355",5,40.720989,-74.192892,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.273368,1.069822,5.3,"2013-10-31 00:00",4.94,"2013-05-22 00:00",4.4,"2013-07-18 00:00",4.25,"2013-06-27 00:00","","","","",5.3,4.94,4.2,3.78,3.17,2.03,1.08,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88357",5,40.720989,-74.192892,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.447759,0.310854,1.67,"2013-10-31 00:00",1.46,"2013-11-06 00:00",1.32,"2013-10-01 00:00",1.13,"2013-05-22 00:00","","","","",1.67,1.46,1.04,0.829,0.579,0.368,0.147,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88370",5,40.720989,-74.192892,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.997805,0.886675,4.22,"2013-10-31 00:00",4.12,"2013-05-22 00:00",3.93,"2013-07-18 00:00",3.66,"2013-02-15 00:00","","","","",4.22,4.12,3.64,3.2,2.67,1.82,1,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88374",5,40.720989,-74.192892,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.224839,0.171018,0.864,"2013-10-31 00:00",0.765,"2013-07-18 00:00",0.705,"2013-01-13 00:00",0.66,"2013-02-15 00:00","","","","",0.864,0.765,0.567,0.457,0.307,0.163,0.077,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88375",5,40.720989,-74.192892,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.582218,0.276393,1.53,"2013-05-22 00:00",1.23,"2013-10-31 00:00",1.16,"2013-09-01 00:00",1.07,"2013-06-27 00:00","","","","",1.53,1.23,1.04,0.939,0.772,0.554,0.277,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88376",5,40.720989,-74.192892,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.556805,0.254145,1.28,"2013-06-15 00:00",1.15,"2013-10-31 00:00",1.11,"2013-06-21 00:00",1.06,"2013-08-17 00:00","","","","",1.28,1.15,1.01,0.874,0.733,0.573,0.252,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88377",5,40.720989,-74.192892,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.393299,0.214276,1.06,"2013-05-22 00:00",0.907,"2013-01-13 00:00",0.868,"2013-02-15 00:00",0.817,"2013-10-31 00:00","","","","",1.06,0.907,0.763,0.7,0.569,0.342,0.172,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88378",5,40.720989,-74.192892,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",6,0.240782,0.155529,0.653,"2013-07-18 00:00",0.625,"2013-02-03 00:00",0.58,"2013-05-16 00:00",0.521,"2013-02-15 00:00","","","","",0.653,0.625,0.511,0.485,0.334,0.218,0.025,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88380",5,40.720989,-74.192892,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.722954,0.498429,2.75,"2013-10-31 00:00",1.96,"2013-06-27 00:00",1.95,"2013-05-22 00:00",1.87,"2013-10-01 00:00","","","","",2.75,1.96,1.75,1.47,0.943,0.591,0.241,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88383",5,40.720989,-74.192892,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.90923,0.511613,2.88,"2013-10-31 00:00",2.1,"2013-06-27 00:00",2.03,"2013-05-22 00:00",1.95,"2013-02-15 00:00","","","","",2.88,2.1,1.87,1.53,1.16,0.852,0.386,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88384",5,40.720989,-74.192892,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.054047,0.026991,0.142,"2013-09-13 00:00",0.134,"2013-08-14 00:00",0.117,"2013-08-02 00:00",0.107,"2013-07-18 00:00","","","","",0.142,0.134,0.104,0.0928,0.0674,0.0489,0.0262,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88385",5,40.720989,-74.192892,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",84,0.001069,0.000391,0.00398,"2013-11-06 00:00",0.00277,"2013-07-18 00:00",0.00223,"2013-03-02 00:00",0.001,"2013-01-01 00:00","","","","",0.00398,0.00277,0.001,0.001,0.001,0.001,0.001,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88388",5,40.720989,-74.192892,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.516241,0.291947,1.33,"2013-06-27 00:00",1.24,"2013-10-31 00:00",1.13,"2013-07-18 00:00",1.09,"2013-06-09 00:00","","","","",1.33,1.24,1.06,1.01,0.699,0.438,0.216,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88403",5,40.720989,-74.192892,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,1.714898,1.063019,4.99,"2013-07-09 00:00",4.66,"2013-09-10 00:00",4.52,"2013-05-22 00:00",4.33,"2013-01-28 00:00","","","","",4.99,4.66,3.67,3.29,2.44,1.35,0.609,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","0003","88500",3,40.720989,-74.192892,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4067,46,170,365,0,0,"","","Certification not required",0,11.589476,7.522164,72.8,"2013-05-31 10:00",64,"2013-01-29 08:00",64,"2013-01-30 12:00",61.6,"2013-01-09 11:00","","","","",39,34.1,26.8,20.3,14.3,9.6,4.8,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","013","0003","88500",3,40.720989,-74.192892,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",170,47,170,365,0,0,"","","Certification not required",0,11.553529,6.160114,37,"2013-01-09 00:00",33.9,"2013-01-30 00:00",33.7,"2013-01-29 00:00",32.2,"2013-01-28 00:00","","","","",33.9,32.2,24.3,20.2,13.5,10.2,5.9,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","013","0003","88502",3,40.720989,-74.192892,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4066,46,169,365,0,0,"","","Certification not required",0,9.257304,6.618263,57.1,"2013-05-22 13:00",56.4,"2013-01-29 08:00",56.1,"2013-05-31 09:00",51.2,"2013-01-30 11:00","","","","",32.8,27.3,22.1,17.6,11.9,7.6,3.1,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","013","0003","88502",3,40.720989,-74.192892,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",169,46,169,365,0,0,"","","Certification not required",0,9.198225,5.025583,29.1,"2013-01-09 00:00",26,"2013-01-29 00:00",24.9,"2013-01-28 00:00",24.8,"2013-05-22 00:00","","","","",26,24.8,20.1,15.3,11.4,8.1,4.5,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","013","0003","88502",5,40.720989,-74.192892,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,9.905814,5.361153,29.2,"2013-01-28 00:00",23.3,"2013-05-28 00:00",22,"2013-10-31 00:00",21.9,"2013-02-15 00:00","","","","",29.2,23.3,20.9,17.8,12.6,8.4,4.2,"Newark - Firehouse","360 Clinton Avenue","New Jersey","Essex","Newark","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","013","1003","42602",1,40.757501,-74.2005,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6467,74,273,365,0,0,0,"","Certification not required",0,30.315018,11.68252,60,"2013-01-09 09:00",58,"2013-02-10 18:00",57,"2013-01-30 12:00",57,"2013-04-17 21:00","","","","",57,55,51,47,38,30,16,"East Orange","Engine No. 2, Main Street and Greenwood Avenue","New Jersey","Essex","East Orange","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","013","1003","42602",1,40.757501,-74.2005,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6467,74,273,365,0,0,"","","Certification not required",0,16.684862,10.185154,60,"2013-01-09 09:00",58,"2013-01-09 08:00",58,"2013-02-10 18:00",57,"2013-01-09 11:00","","","","",48,44,38,32,22,14,6,"East Orange","Engine No. 2, Main Street and Greenwood Avenue","New Jersey","Essex","East Orange","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","015","0002","44201",1,39.800339,-75.212119,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5480,99,212,214,0,0,0,0,"Certification not required",349,0.050099,0.013555,0.085,"2013-07-18 11:00",0.084,"2013-05-29 14:00",0.083,"2013-07-17 16:00",0.08,"2013-06-24 12:00","","","","",0.083,0.079,0.071,0.067,0.059,0.051,0.037,"Clarksboro","Clarksboro Shady Rest Home, Shady Lane and County House Road","New Jersey","Gloucester","East Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","015","0002","44201",1,39.800339,-75.212119,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5541,98,209,214,0,0,0,0,"Certification not required",0,0.044474,0.012374,0.078,"2013-05-29 11:00",0.075,"2013-07-17 10:00",0.074,"2013-07-18 09:00",0.073,"2013-05-30 10:00","","","","",0.074,0.069,0.063,0.06,0.053,0.046,0.031,"Clarksboro","Clarksboro Shady Rest Home, Shady Lane and County House Road","New Jersey","Gloucester","East Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","015","0002","44201",1,39.800339,-75.212119,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5541,98,209,214,0,0,1,1,"Certification not required",0,0.044474,0.012374,0.078,"2013-05-29 11:00",0.075,"2013-07-17 10:00",0.074,"2013-07-18 09:00",0.073,"2013-05-30 10:00","","","","",0.074,0.069,0.063,0.06,0.053,0.046,0.031,"Clarksboro","Clarksboro Shady Rest Home, Shady Lane and County House Road","New Jersey","Gloucester","East Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-24" +"34","015","0004","68105",1,39.830806,-75.284723,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,13.787778,9.966628,30.5,"2013-07-18 00:00",28.7,"2013-07-15 00:00",28.5,"2013-07-06 00:00",26.5,"2013-07-21 00:00","","","","",30.5,28.7,26.4,25.2,22.5,16.1,1.5,"Gibbstown","Municipal Maintenance Yard, North School Street, North of Morse Avenue","New Jersey","Gloucester","Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","015","0004","68108",1,39.830806,-75.284723,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,768.988889,4.641034,781,"2013-04-22 00:00",780,"2013-01-10 00:00",778,"2013-05-01 00:00",776,"2013-01-07 00:00","","","","",781,780,775,774,772,769,763,"Gibbstown","Municipal Maintenance Yard, North School Street, North of Morse Avenue","New Jersey","Gloucester","Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","015","0004","88101",1,39.830806,-75.284723,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,0,0,0,"Certification not required",0,9.073333,4.899823,29.5,"2013-01-28 00:00",24.6,"2013-05-16 00:00",23.3,"2013-07-18 00:00",23.1,"2013-02-06 00:00","","","","",29.5,24.6,18.1,15,11.2,8.2,4.3,"Gibbstown","Municipal Maintenance Yard, North School Street, North of Morse Avenue","New Jersey","Gloucester","Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","015","0004","88101",1,39.830806,-75.284723,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,0,"","","Certification not required",0,9.073333,4.899823,29.5,"2013-01-28 00:00",24.6,"2013-05-16 00:00",23.3,"2013-07-18 00:00",23.1,"2013-02-06 00:00","","","","",29.5,24.6,18.1,15,11.2,8.2,4.3,"Gibbstown","Municipal Maintenance Yard, North School Street, North of Morse Avenue","New Jersey","Gloucester","Greenwich (Township of)","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-31" +"34","017","0006","42401",1,40.67025,-74.126081,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2178,25,92,365,0,0,0,"","Certification not required",0,1.565217,1.743461,7,"2013-07-30 21:00",7,"2013-08-11 17:00",7,"2013-08-19 05:00",6,"2013-08-20 01:00","","","","",7,7,6,4,2,1,0,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","0006","42401",1,40.67025,-74.126081,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2178,25,92,365,0,0,"","","Certification not required",0,0.220386,0.748054,7,"2013-07-30 21:00",7,"2013-08-11 17:00",7,"2013-08-19 05:00",6,"2013-07-30 19:00","","","","",4,3,2,1,0,0,0,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","0006","42401",1,40.67025,-74.126081,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",92,25,92,365,0,0,0,"","Certification not required",0,0.217391,0.370212,2,"2013-08-19 00:00",1.8,"2013-08-20 00:00",1.3,"2013-07-30 00:00",1.2,"2013-08-26 00:00","","","","",2,1.8,0.9,0.7,0.3,0.1,0,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","0006","42401",1,40.67025,-74.126081,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",708,24,92,365,0,0,"",0,"Certification not required",0,0.206921,0.60572,5.6,"2013-08-20 02:00",5,"2013-07-30 20:00",5,"2013-08-19 23:00",4.3,"2013-08-19 20:00","","","","",3,2.3,1.3,0.6,0,0,0,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","0006","42401",3,40.67025,-74.126081,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",25945,25,92,365,0,0,"","","Certification not required",0,0.297553,0.987372,20,"2013-07-30 21:20",17,"2013-07-30 19:20",17,"2013-09-04 22:20",16,"2013-07-30 20:10","","","","",5,4,2,1,0,0,0,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","0006","42602",1,40.67025,-74.126081,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2517,29,106,365,0,0,0,"","Certification not required",0,26.292453,8.672855,52,"2013-08-28 14:00",47,"2013-08-21 20:00",44,"2013-07-31 06:00",42,"2013-08-16 07:00","","","","",47,44,40,39,32,26,16,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","017","0006","42602",1,40.67025,-74.126081,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2517,29,106,365,0,0,"","","Certification not required",0,12.891538,8.081397,52,"2013-08-28 14:00",47,"2013-08-21 20:00",45,"2013-08-28 15:00",44,"2013-07-31 06:00","","","","",38,35,30,25,17,11,5,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","017","0006","44201",1,40.67025,-74.126081,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3427,68,146,214,0,0,0,0,"Certification not required",382,0.046616,0.015639,0.105,"2013-07-17 14:00",0.083,"2013-09-11 12:00",0.081,"2013-06-27 12:00",0.081,"2013-07-19 17:00","","","","",0.083,0.081,0.074,0.066,0.056,0.046,0.027,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","017","0006","44201",1,40.67025,-74.126081,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3464,67,144,214,0,0,1,1,"Certification not required",0,0.039271,0.01344,0.086,"2013-07-17 11:00",0.071,"2013-08-21 10:00",0.068,"2013-09-11 11:00",0.066,"2013-07-19 12:00","","","","",0.071,0.068,0.06,0.058,0.048,0.039,0.021,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","017","0006","44201",1,40.67025,-74.126081,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3464,67,144,214,0,0,1,1,"Certification not required",0,0.039271,0.01344,0.086,"2013-07-17 11:00",0.071,"2013-08-21 10:00",0.068,"2013-09-11 11:00",0.066,"2013-07-19 12:00","","","","",0.071,0.068,0.06,0.058,0.048,0.039,0.021,"Bayonne","Veterans Park on Newark Bay, 25th Street near Park Road","New Jersey","Hudson","Bayonne","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","017","1002","42101",1,40.731645,-74.066308,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6244,71,272,365,0,0,0,0,"Certification not required",1477,0.626722,0.293753,2.8,"2013-04-30 15:00",2.7,"2013-01-30 18:00",2.7,"2013-04-30 13:00",2.6,"2013-02-11 18:00","","","","",1.5,1.3,1.1,1,0.8,0.6,0.25,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","017","1002","42101",1,40.731645,-74.066308,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6524,74,271,365,0,0,0,0,"Certification not required",0,0.633568,0.244325,2.2,"2013-02-11 18:00",2.2,"2013-02-11 19:00",2.2,"2013-02-11 20:00",2.1,"2013-02-11 17:00",2.2,"2013-02-11 18:00",1.8,"2013-02-11 14:00",1.3,1.2,1,0.9,0.8,0.6,0.3,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","017","1002","42401",2,40.731645,-74.066308,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6452,74,272,365,0,0,0,"","Certification not required",0,1.301471,1.626895,9,"2013-01-28 06:00",8,"2013-01-09 10:00",7,"2013-01-29 11:00",7,"2013-02-07 11:00","","","","",7,6,4,4,2,1,0,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","1002","42401",2,40.731645,-74.066308,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6452,74,272,365,0,0,"","","Certification not required",0,0.426379,0.916785,9,"2013-01-28 06:00",9,"2013-01-28 07:00",8,"2013-01-09 10:00",8,"2013-01-09 11:00","","","","",4,3,2,1,1,0,0,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","1002","42401",2,40.731645,-74.066308,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,0.425,0.706924,4.2,"2013-01-08 00:00",3.8,"2013-01-09 00:00",2.9,"2013-02-07 00:00",2.8,"2013-01-06 00:00","","","","",2.9,2.8,1.9,1.4,0.5,0.1,0,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","1002","42401",2,40.731645,-74.066308,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2135,73,271,365,0,0,"",0,"Certification not required",0,0.416393,0.869763,8.6,"2013-01-28 08:00",7.3,"2013-01-09 11:00",6,"2013-01-09 14:00",6,"2013-01-29 14:00","","","","",4,3.3,2.3,1.3,0.6,0,0,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","1002","42401",3,40.731645,-74.066308,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",77104,73,272,365,0,0,"","","Certification not required",0,0.519195,0.995806,11,"2013-01-28 06:20",10,"2013-01-28 05:30",10,"2013-01-28 05:35",10,"2013-01-28 05:45","","","","",4,4,3,2,1,0,0,"Jersey City","2828 Kennedy Boulevard","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","017","1003","68105",1,40.725454,-74.05229,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",242,100,43,61,0,5,"","","Certification not required",0,15.133058,9.866422,34.8,"2013-07-17 00:00",33.6,"2013-07-19 00:00",32.3,"2013-07-15 00:00",31.7,"2013-07-06 00:00","","","","",32.3,31.7,28.8,26.7,23.8,16.1,1.9,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","68105",2,40.725454,-74.05229,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",38,62,38,61,0,1,"","","Certification not required",0,15.444737,9.362452,31.3,"2013-07-15 00:00",27.9,"2013-07-09 00:00",25.8,"2013-09-01 00:00",25.4,"2013-07-03 00:00","","","","",31.3,31.3,27.9,25.4,22.9,19.6,1.2,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","68108",1,40.725454,-74.05229,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",242,100,43,61,0,5,"","","Certification not required",0,766.268595,6.053544,782,"2013-04-22 00:00",781,"2013-04-21 00:00",779,"2013-01-10 00:00",779,"2013-01-27 00:00","","","","",779,779,776,774,771,766,759,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","68108",2,40.725454,-74.05229,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",38,62,38,61,0,1,"","","Certification not required",0,767.052632,4.997012,780,"2013-04-22 00:00",777,"2013-01-10 00:00",773,"2013-05-04 00:00",773,"2013-06-21 00:00","","","","",780,780,777,773,771,767,762,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","81102",2,40.725454,-74.05229,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,0,0,"Certification not required",0,21.136364,10.898242,53,"2013-05-16 00:00",43,"2013-04-10 00:00",43,"2013-05-22 00:00",42,"2013-01-28 00:00","","","","",53,53,43,39,27,21,9,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-07" +"34","017","1003","81102",3,40.725454,-74.05229,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",12,20,12,61,0,1,0,0,"Certification not required",0,16.666667,6.527332,27,"2013-07-27 00:00",25,"2013-09-19 00:00",24,"2013-08-26 00:00",20,"2013-08-20 00:00","","","","",27,27,27,25,24,17,9,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","88101",1,40.725454,-74.05229,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",242,66,242,365,0,5,0,0,"Certification not required",0,9.395041,5.217968,31.7,"2013-01-29 00:00",31.2,"2013-01-09 00:00",29.9,"2013-01-28 00:00",27.7,"2013-07-19 00:00","","","","",29.9,26.7,19.5,16.2,11.4,8.3,4.2,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","88101",1,40.725454,-74.05229,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",242,66,242,365,0,5,"","","Certification not required",0,9.395041,5.217968,31.7,"2013-01-29 00:00",31.2,"2013-01-09 00:00",29.9,"2013-01-28 00:00",27.7,"2013-07-19 00:00","","","","",29.9,26.7,19.5,16.2,11.4,8.3,4.2,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","88101",2,40.725454,-74.05229,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,1,0,0,"Certification not required",0,10.721053,5.720998,30.6,"2013-01-28 00:00",26.4,"2013-02-15 00:00",17.9,"2013-05-22 00:00",17.1,"2013-07-09 00:00","","","","",30.6,30.6,26.4,17.1,13.3,10.4,5,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","88101",2,40.725454,-74.05229,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,1,"","","Certification not required",0,10.721053,5.720998,30.6,"2013-01-28 00:00",26.4,"2013-02-15 00:00",17.9,"2013-05-22 00:00",17.1,"2013-07-09 00:00","","","","",30.6,30.6,26.4,17.1,13.3,10.4,5,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","1003","88500",3,40.725454,-74.05229,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5956,68,249,365,0,0,"","","Certification not required",0,9.022817,8.7166,65.3,"2013-05-31 10:00",64.6,"2013-05-31 09:00",63.6,"2013-06-25 10:00",61.5,"2013-01-09 09:00","","","","",37.6,32.4,27.1,21,12.7,6.7,0.4,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","017","1003","88500",3,40.725454,-74.05229,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",249,68,249,365,0,0,"","","Certification not required",0,8.83494,7.037293,33.1,"2013-06-25 00:00",32.7,"2013-05-29 00:00",32.4,"2013-01-09 00:00",31.8,"2013-01-29 00:00","","","","",32.4,30.5,24.7,19.1,12.2,6.6,2,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","017","1003","88502",3,40.725454,-74.05229,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5969,68,250,365,0,0,"","","Certification not required",0,7.907438,7.193565,56.4,"2013-01-09 09:00",49.4,"2013-01-09 10:00",46.5,"2013-05-31 10:00",46.3,"2013-05-31 09:00","","","","",30.8,27.3,22.4,18.1,11.3,6.1,0.7,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","017","1003","88502",3,40.725454,-74.05229,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",250,68,250,365,0,0,"","","Certification not required",0,7.7256,5.617663,29,"2013-07-19 00:00",26.9,"2013-01-09 00:00",25.9,"2013-01-29 00:00",25.1,"2013-05-29 00:00","","","","",25.9,24.3,19.3,16.2,10.8,6.1,2.2,"Jersey City Firehouse","Consolidated Firehouse, 355 Newark Avenue","New Jersey","Hudson","Jersey City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","017","2002","68105",1,40.772793,-74.031718,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.648352,10.361085,33.1,"2013-07-18 00:00",31.3,"2013-07-15 00:00",30.6,"2013-07-06 00:00",29.7,"2013-05-31 00:00","","","","",33.1,31.3,28.4,26.3,23.3,17.2,1,"Union City","Health Department, 714 31st Street","New Jersey","Hudson","Union City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","2002","68108",1,40.772793,-74.031718,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,760.835165,4.960429,775,"2013-04-22 00:00",771,"2013-01-10 00:00",771,"2013-05-01 00:00",768,"2013-05-04 00:00","","","","",775,771,768,767,764,761,755,"Union City","Health Department, 714 31st Street","New Jersey","Hudson","Union City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","2002","88101",1,40.772793,-74.031718,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,10.410989,5.553526,29.5,"2013-02-15 00:00",28.5,"2013-01-28 00:00",24.1,"2013-01-13 00:00",21.5,"2013-05-22 00:00","","","","",29.5,28.5,20.9,18.5,12.5,9.4,4.5,"Union City","Health Department, 714 31st Street","New Jersey","Hudson","Union City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","017","2002","88101",1,40.772793,-74.031718,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,10.410989,5.553526,29.5,"2013-02-15 00:00",28.5,"2013-01-28 00:00",24.1,"2013-01-13 00:00",21.5,"2013-05-22 00:00","","","","",29.5,28.5,20.9,18.5,12.5,9.4,4.5,"Union City","Health Department, 714 31st Street","New Jersey","Hudson","Union City","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","019","0001","44201",1,40.515262,-74.806671,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7242,100,214,214,0,0,0,0,"Certification not required",824,0.049154,0.013531,0.095,"2013-09-11 14:00",0.094,"2013-06-21 16:00",0.092,"2013-05-31 14:00",0.081,"2013-07-19 15:00","","","","",0.092,0.078,0.071,0.067,0.058,0.051,0.04,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","019","0001","44201",1,40.515262,-74.806671,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7279,100,214,214,0,0,0,0,"Certification not required",0,0.043285,0.012045,0.076,"2013-06-21 11:00",0.074,"2013-05-31 11:00",0.074,"2013-09-11 10:00",0.073,"2013-07-19 10:00","","","","",0.074,0.068,0.062,0.059,0.052,0.045,0.035,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","019","0001","44201",1,40.515262,-74.806671,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7279,100,214,214,0,0,1,1,"Certification not required",0,0.043285,0.012045,0.076,"2013-06-21 11:00",0.074,"2013-05-31 11:00",0.074,"2013-09-11 10:00",0.073,"2013-07-19 10:00","","","","",0.074,0.068,0.062,0.059,0.052,0.045,0.035,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","019","0001","88500",3,40.515262,-74.806671,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6126,70,256,365,0,0,"","","Certification not required",0,10.888492,6.609018,48.7,"2013-01-09 11:00",46.9,"2013-07-10 09:00",45.8,"2013-01-09 10:00",45.6,"2013-02-05 21:00","","","","",33.1,29.1,23.5,19.4,14.3,9.7,3.7,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","019","0001","88500",3,40.515262,-74.806671,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,10.800781,5.474869,31.5,"2013-09-11 00:00",29.6,"2013-01-29 00:00",28.6,"2013-01-09 00:00",28,"2013-02-05 00:00","","","","",28.6,24.7,20.8,18.3,14,9.9,4.8,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","019","0001","88502",3,40.515262,-74.806671,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6128,70,256,365,0,0,"","","Certification not required",0,7.862712,5.745268,39.1,"2013-01-09 11:00",38.4,"2013-05-21 07:00",37.2,"2013-01-09 10:00",34.5,"2013-09-11 11:00","","","","",27.4,24.4,19,15.3,10.7,6.7,1.9,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","019","0001","88502",3,40.515262,-74.806671,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,7.775391,4.570732,27.7,"2013-09-11 00:00",23.7,"2013-01-29 00:00",22.7,"2013-01-09 00:00",20.6,"2013-02-05 00:00","","","","",22.7,20.1,16.5,14,10.2,6.7,2.9,"Flemington","Raritan Township Municipal Utilities Authority, 365 Old York Road","New Jersey","Hunterdon","Raritan (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","021","0005","44201",1,40.283092,-74.742644,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7232,100,214,214,0,0,0,0,"Certification not required",755,0.049565,0.013623,0.085,"2013-06-21 14:00",0.083,"2013-05-31 12:00",0.081,"2013-07-09 15:00",0.08,"2013-05-29 18:00","","","","",0.081,0.079,0.072,0.068,0.059,0.051,0.039,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-12-24" +"34","021","0005","44201",1,40.283092,-74.742644,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7281,100,214,214,0,0,0,0,"Certification not required",0,0.043374,0.012724,0.075,"2013-05-31 10:00",0.072,"2013-06-21 11:00",0.071,"2013-06-22 11:00",0.07,"2013-05-29 13:00","","","","",0.071,0.069,0.065,0.059,0.052,0.045,0.035,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-12-24" +"34","021","0005","44201",1,40.283092,-74.742644,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7281,100,214,214,0,0,0,0,"Certification not required",0,0.043374,0.012724,0.075,"2013-05-31 10:00",0.072,"2013-06-21 11:00",0.071,"2013-06-22 11:00",0.07,"2013-05-29 13:00","","","","",0.071,0.069,0.065,0.059,0.052,0.045,0.035,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-12-24" +"34","021","0005","61101",1,40.283092,-74.742644,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6543,75,272,365,0,0,"","","Certification not required",0,2.704234,2.319352,12.6,"2013-05-25 15:00",12.5,"2013-01-24 14:00",12.4,"2013-02-17 21:00",12.2,"2013-02-17 11:00","","","","",9.6,8.7,7.4,6.2,3.9,2.2,0.3,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-11-22" +"34","021","0005","61102",1,40.283092,-74.742644,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6543,75,272,365,0,0,"","","Certification not required",0,221.69219,103.370493,359,"2013-01-11 23:00",359,"2013-01-15 12:00",359,"2013-01-15 16:00",359,"2013-01-15 17:00","","","","",356,353,346,336,312,238,47,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-11-22" +"34","021","0005","62101",1,40.283092,-74.742644,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,0,"","","Certification not required",0,55.59655,18.416118,94,"2013-07-18 14:00",94,"2013-07-18 15:00",94,"2013-07-18 16:00",94,"2013-07-19 12:00","","","","",89,86,82,78,71,58,30,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-11-22" +"34","021","0005","62201",1,40.283092,-74.742644,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6551,75,273,365,0,0,"","","Certification not required",0,69.457182,21.701788,100,"2013-01-29 02:00",100,"2013-01-29 03:00",100,"2013-01-29 04:00",100,"2013-01-29 05:00","","","","",99,99,98,97,91,70,39,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-11-22" +"34","021","0005","63301",1,40.283092,-74.742644,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6551,75,273,365,0,0,"","","Certification not required",3110,0.246895,0.35471,1.39,"2013-08-16 11:00",1.36,"2013-07-05 12:00",1.34,"2013-06-19 11:00",1.33,"2013-05-26 11:00","","","","",1.24,1.19,1.05,0.86,0.41,0.02,0.005,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-11-22" +"34","021","0005","64101",1,40.283092,-74.742644,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6551,75,273,365,0,0,"","","Certification not required",0,1024.45016,7.324574,1045,"2013-04-21 19:00",1045,"2013-04-21 20:00",1045,"2013-04-21 21:00",1045,"2013-04-21 22:00","","","","",1041,1039,1037,1034,1029,1024,1015,"Rider University","Athletic Fields, Route 206 South","New Jersey","Mercer","Lawrence (Township of)","Trenton-Ewing, NJ","2013-11-22" +"34","021","0008","68105",1,40.222411,-74.763167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",260,100,44,61,0,8,"","","Certification not required",0,15.060769,10.037078,32.7,"2013-07-19 00:00",32.3,"2013-07-18 00:00",31.3,"2013-07-06 00:00",31.3,"2013-07-17 00:00","","","","",31.3,30.9,28.7,26.9,24.2,16.7,1.9,"Trenton","Trenton Library, 120 Academy Street","New Jersey","Mercer","Trenton","Trenton-Ewing, NJ","2013-12-31" +"34","021","0008","68108",1,40.222411,-74.763167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",260,100,44,61,0,8,"","","Certification not required",0,766.184615,4.901792,779,"2013-04-21 00:00",779,"2013-04-22 00:00",778,"2013-01-27 00:00",777,"2013-01-10 00:00","","","","",778,776,774,772,770,766,760,"Trenton","Trenton Library, 120 Academy Street","New Jersey","Mercer","Trenton","Trenton-Ewing, NJ","2013-12-31" +"34","021","0008","88101",1,40.222411,-74.763167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,8,0,0,"Certification not required",0,8.857308,5.124073,33,"2013-01-29 00:00",31.5,"2013-01-28 00:00",28.7,"2013-07-19 00:00",28.1,"2013-02-05 00:00","","","","",28.7,24.2,18.2,15.4,11.1,7.4,4,"Trenton","Trenton Library, 120 Academy Street","New Jersey","Mercer","Trenton","Trenton-Ewing, NJ","2013-12-31" +"34","021","0008","88101",1,40.222411,-74.763167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,8,"","","Certification not required",0,8.857308,5.124073,33,"2013-01-29 00:00",31.5,"2013-01-28 00:00",28.7,"2013-07-19 00:00",28.1,"2013-02-05 00:00","","","","",28.7,24.2,18.2,15.4,11.1,7.4,4,"Trenton","Trenton Library, 120 Academy Street","New Jersey","Mercer","Trenton","Trenton-Ewing, NJ","2013-12-31" +"34","021","0010","88500",3,40.28753,-74.80777,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4894,56,201,365,0,0,"","","Certification not required",0,11.067389,7.849143,49.4,"2013-01-28 06:00",46.8,"2013-03-10 17:00",46.3,"2013-02-06 05:00",44.4,"2013-02-06 02:00","","","","",35.7,31.8,26.2,22.4,14.9,9.3,2.9,"Ewing","Bureau of Air Monitoring Technical Center, 380 Scotch Road","New Jersey","Mercer","Ewing","Trenton-Ewing, NJ","2013-12-27" +"34","021","0010","88500",3,40.28753,-74.80777,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",201,55,201,365,0,0,"","","Certification not required",0,10.99005,6.435052,33.8,"2013-01-28 00:00",31.2,"2013-01-29 00:00",28.4,"2013-09-11 00:00",27.8,"2013-02-05 00:00","","","","",28.4,27.3,23.8,21.7,14.4,8.9,4.9,"Ewing","Bureau of Air Monitoring Technical Center, 380 Scotch Road","New Jersey","Mercer","Ewing","Trenton-Ewing, NJ","2013-12-27" +"34","021","0010","88502",3,40.28753,-74.80777,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4898,56,201,365,0,0,"","","Certification not required",0,7.863414,6.308426,47.1,"2013-03-10 17:00",40.1,"2013-01-28 06:00",38.7,"2013-02-06 05:00",37.9,"2013-03-10 18:00","","","","",29.4,25.7,20,16.2,10.9,6.6,1.2,"Ewing","Bureau of Air Monitoring Technical Center, 380 Scotch Road","New Jersey","Mercer","Ewing","Trenton-Ewing, NJ","2013-12-27" +"34","021","0010","88502",3,40.28753,-74.80777,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",201,55,201,365,0,0,"","","Certification not required",0,7.824876,4.94823,26.7,"2013-01-28 00:00",25,"2013-09-11 00:00",23.9,"2013-01-29 00:00",20.9,"2013-02-05 00:00","","","","",23.9,19.9,16.5,14.6,10.6,6.5,3.1,"Ewing","Bureau of Air Monitoring Technical Center, 380 Scotch Road","New Jersey","Mercer","Ewing","Trenton-Ewing, NJ","2013-12-27" +"34","021","8001","68105",1,40.31239,-74.87266,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,100,44,61,0,5,"","","Certification not required",0,12.672619,9.516623,27.8,"2013-07-18 00:00",26.7,"2013-07-06 00:00",26.6,"2013-07-15 00:00",24.4,"2013-05-31 00:00","","","","",27.8,26.7,24.1,23.7,20.8,14.6,-0.1,"Washington Crossing","Washington Crossing State Park, near 66 Church Road","New Jersey","Mercer","Hopewell (Township of)","Trenton-Ewing, NJ","2013-12-31" +"34","021","8001","68108",1,40.31239,-74.87266,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,100,44,61,0,5,"","","Certification not required",0,765,4.498996,778,"2013-04-22 00:00",775,"2013-01-10 00:00",774,"2013-05-01 00:00",771,"2013-01-25 00:00","","","","",778,775,771,770,768,765,759,"Washington Crossing","Washington Crossing State Park, near 66 Church Road","New Jersey","Mercer","Hopewell (Township of)","Trenton-Ewing, NJ","2013-12-31" +"34","021","8001","88101",1,40.31239,-74.87266,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,0,0,"Certification not required",0,8.552381,4.783493,30.4,"2013-01-28 00:00",23.9,"2013-05-22 00:00",21.9,"2013-02-06 00:00",16.8,"2013-05-16 00:00","","","","",30.4,23.9,16.6,14.2,10.5,7.7,4.2,"Washington Crossing","Washington Crossing State Park, near 66 Church Road","New Jersey","Mercer","Hopewell (Township of)","Trenton-Ewing, NJ","2013-12-31" +"34","021","8001","88101",1,40.31239,-74.87266,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,8.552381,4.783493,30.4,"2013-01-28 00:00",23.9,"2013-05-22 00:00",21.9,"2013-02-06 00:00",16.8,"2013-05-16 00:00","","","","",30.4,23.9,16.6,14.2,10.5,7.7,4.2,"Washington Crossing","Washington Crossing State Park, near 66 Church Road","New Jersey","Mercer","Hopewell (Township of)","Trenton-Ewing, NJ","2013-12-31" +"34","021","9991","44201",1,40.3125,-74.8729,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7159,93,200,214,0,857,0,0,"Certification not required",207,0.05033,0.013647,0.091,"2013-05-31 12:00",0.091,"2013-06-21 15:00",0.079,"2013-09-10 15:00",0.078,"2013-09-11 14:00","","","","",0.091,0.078,0.073,0.068,0.059,0.052,0.041,"Wash. Crossing","Washington Crossing State Park, Titusville, NJ 08560","New Jersey","Mercer","","Trenton-Ewing, NJ","2014-01-31" +"34","021","9991","44201",1,40.3125,-74.8729,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7356,92,196,214,0,0,0,0,"Certification not required",0,0.044755,0.012363,0.077,"2013-05-31 10:00",0.077,"2013-06-21 11:00",0.07,"2013-09-11 10:00",0.069,"2013-04-28 10:00","","","","",0.077,0.069,0.064,0.06,0.055,0.046,0.037,"Wash. Crossing","Washington Crossing State Park, Titusville, NJ 08560","New Jersey","Mercer","","Trenton-Ewing, NJ","2014-01-31" +"34","021","9991","44201",1,40.3125,-74.8729,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7356,92,196,214,0,0,2,2,"Certification not required",0,0.044755,0.012363,0.077,"2013-05-31 10:00",0.077,"2013-06-21 11:00",0.07,"2013-09-11 10:00",0.069,"2013-04-28 10:00","","","","",0.077,0.069,0.064,0.06,0.055,0.046,0.037,"Wash. Crossing","Washington Crossing State Park, Titusville, NJ 08560","New Jersey","Mercer","","Trenton-Ewing, NJ","2014-01-31" +"34","023","0006","42153",6,40.472825,-74.422403,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,5.743636,3.312619,22.7,"2013-07-15 00:00",12,"2013-06-06 00:00",8.25,"2013-06-21 00:00",7.81,"2013-05-04 00:00","","","","",22.7,22.7,8.25,7.49,6.55,5.87,2.54,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43205",6,40.472825,-74.422403,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,1.059136,0.381473,2.346,"2013-03-11 00:00",1.821,"2013-01-28 00:00",1.668,"2013-02-27 00:00",1.542,"2013-01-16 00:00","","","","",2.346,2.346,1.668,1.542,1.281,0.924,0.666,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43206",6,40.472825,-74.422403,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,1.010364,0.655076,3.2,"2013-02-27 00:00",2.86,"2013-01-28 00:00",2.58,"2013-01-16 00:00",2.12,"2013-02-15 00:00","","","","",3.2,3.2,2.58,1.714,1.142,0.858,0.414,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43208",6,40.472825,-74.422403,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.035318,0.005455,0.05,"2013-04-22 00:00",0.048,"2013-05-04 00:00",0.044,"2013-03-11 00:00",0.044,"2013-04-10 00:00","","","","",0.05,0.05,0.044,0.042,0.038,0.036,0.03,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43218",6,40.472825,-74.422403,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.117727,0.057379,0.29,"2013-01-28 00:00",0.22,"2013-01-16 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-25 00:00","","","","",0.29,0.29,0.2,0.19,0.14,0.12,0.06,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43233",6,40.472825,-74.422403,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.269273,0.090262,0.472,"2013-06-21 00:00",0.464,"2013-01-16 00:00",0.408,"2013-03-11 00:00",0.4,"2013-05-28 00:00","","","","",0.472,0.472,0.408,0.392,0.328,0.28,0.152,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43372",6,40.472825,-74.422403,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.148409,0.238317,1.32,"2013-01-22 00:00",0.83,"2013-01-16 00:00",0.38,"2013-06-15 00:00",0.34,"2013-03-23 00:00","","","","",1.32,1.32,0.38,0.29,0.21,0.13,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43373",6,40.472825,-74.422403,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.039818,0.005427,0.075,"2013-07-15 00:00",0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00","","","","",0.075,0.075,0.039,0.039,0.039,0.039,0.039,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43396",6,40.472825,-74.422403,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",27,0.198136,0.236484,0.924,"2013-03-11 00:00",0.81,"2013-02-15 00:00",0.726,"2013-03-05 00:00",0.582,"2013-03-23 00:00","","","","",0.924,0.924,0.726,0.552,0.318,0.042,0.042,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43438",6,40.472825,-74.422403,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43441",6,40.472825,-74.422403,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.005227,0.017319,0.08,"2013-08-26 00:00",0.06,"2013-04-10 00:00",0.05,"2013-04-22 00:00",0.04,"2013-03-11 00:00","","","","",0.08,0.08,0.05,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43502",6,40.472825,-74.422403,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,1.924444,1.100032,4.7,"2013-07-15 00:00",4.4,"2013-07-09 00:00",4.4,"2013-07-21 00:00",3.9,"2013-08-26 00:00","","","","",4.7,4.7,4.4,3.5,2.5,1.7,0.7,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43503",6,40.472825,-74.422403,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,1.806667,0.681042,3.2,"2013-06-21 00:00",3,"2013-07-09 00:00",3,"2013-07-15 00:00",2.9,"2013-07-21 00:00","","","","",3.2,3.2,3,2.8,2.3,1.8,1,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43504",6,40.472825,-74.422403,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.404444,0.19881,0.8,"2013-07-09 00:00",0.8,"2013-07-15 00:00",0.7,"2013-05-16 00:00",0.7,"2013-06-21 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.4,0.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43505",6,40.472825,-74.422403,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",34,56,33,61,0,11,"","","Certification not required",0,1.597353,0.650698,3.03,"2013-02-15 00:00",2.62,"2013-04-16 00:00",2.6,"2013-09-19 00:00",2.48,"2013-09-25 00:00","","","","",3.03,3.03,2.62,2.48,2.22,1.46,0.84,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43510",6,40.472825,-74.422403,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.341067,0.127936,0.612,"2013-09-25 00:00",0.604,"2013-06-21 00:00",0.532,"2013-05-16 00:00",0.52,"2013-04-10 00:00","","","","",0.612,0.612,0.532,0.52,0.428,0.34,0.168,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43513",6,40.472825,-74.422403,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43517",6,40.472825,-74.422403,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.17,0.115327,0.522,"2013-05-16 00:00",0.45,"2013-05-28 00:00",0.384,"2013-05-04 00:00",0.36,"2013-05-10 00:00","","","","",0.522,0.522,0.384,0.336,0.228,0.156,0.048,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43518",6,40.472825,-74.422403,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.132386,0.064434,0.27,"2013-07-27 00:00",0.23,"2013-07-21 00:00",0.225,"2013-06-21 00:00",0.22,"2013-07-15 00:00","","","","",0.27,0.27,0.225,0.22,0.18,0.135,0.055,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43528",6,40.472825,-74.422403,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.590044,0.666823,2.9,"2013-07-15 00:00",2.028,"2013-06-27 00:00",1.86,"2013-07-09 00:00",1.712,"2013-07-21 00:00","","","","",2.9,2.9,1.86,1.448,1.012,0.24,0.048,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43551",6,40.472825,-74.422403,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,2.849,1.28274,5.85,"2013-04-28 00:00",5.73,"2013-04-10 00:00",5.67,"2013-09-25 00:00",4.86,"2013-05-04 00:00","","","","",5.85,5.85,5.67,4.68,3.39,2.619,1.395,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43552",6,40.472825,-74.422403,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.502489,0.19382,1.148,"2013-04-10 00:00",0.88,"2013-04-28 00:00",0.88,"2013-05-16 00:00",0.832,"2013-01-28 00:00","","","","",1.148,1.148,0.88,0.808,0.568,0.484,0.292,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43560",6,40.472825,-74.422403,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.249091,0.142467,0.56,"2013-03-11 00:00",0.53,"2013-06-27 00:00",0.53,"2013-09-19 00:00",0.52,"2013-09-13 00:00","","","","",0.56,0.56,0.53,0.49,0.33,0.24,0.09,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43702",6,40.472825,-74.422403,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.630909,0.314619,1.56,"2013-07-15 00:00",1.55,"2013-06-06 00:00",1.17,"2013-06-27 00:00",1.15,"2013-08-02 00:00","","","","",1.56,1.56,1.17,0.96,0.87,0.53,0.32,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43704",6,40.472825,-74.422403,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,1.849091,0.764636,4.14,"2013-06-06 00:00",3.87,"2013-07-15 00:00",2.96,"2013-05-04 00:00",2.91,"2013-04-28 00:00","","","","",4.14,4.14,2.96,2.79,2.18,1.79,1,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43801",6,40.472825,-74.422403,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.566364,0.081128,0.8,"2013-06-27 00:00",0.7,"2013-05-04 00:00",0.7,"2013-06-21 00:00",0.69,"2013-08-08 00:00","","","","",0.8,0.8,0.7,0.68,0.64,0.55,0.47,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43802",6,40.472825,-74.422403,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.219545,0.175406,1.14,"2013-09-19 00:00",0.58,"2013-06-21 00:00",0.49,"2013-02-27 00:00",0.41,"2013-06-27 00:00","","","","",1.14,1.14,0.49,0.39,0.23,0.18,0.12,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43803",6,40.472825,-74.422403,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.027273,0.011486,0.04,"2013-05-04 00:00",0.04,"2013-05-16 00:00",0.04,"2013-05-28 00:00",0.04,"2013-06-06 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0.03,0.02,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43804",6,40.472825,-74.422403,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.098864,0.014341,0.13,"2013-06-21 00:00",0.12,"2013-07-03 00:00",0.12,"2013-08-02 00:00",0.12,"2013-09-01 00:00","","","","",0.13,0.13,0.12,0.11,0.11,0.1,0.09,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43806",6,40.472825,-74.422403,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.000682,0.00255,0.01,"2013-02-09 00:00",0.01,"2013-03-11 00:00",0.01,"2013-04-22 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43811",6,40.472825,-74.422403,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.256841,0.036304,0.368,"2013-04-10 00:00",0.323,"2013-04-16 00:00",0.316,"2013-06-21 00:00",0.314,"2013-04-22 00:00","","","","",0.368,0.368,0.316,0.311,0.279,0.252,0.218,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43812",6,40.472825,-74.422403,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.017273,0.039199,0.16,"2013-08-08 00:00",0.15,"2013-04-22 00:00",0.09,"2013-01-16 00:00",0.09,"2013-02-27 00:00","","","","",0.16,0.16,0.09,0.06,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43813",6,40.472825,-74.422403,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43814",6,40.472825,-74.422403,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.017273,0.008987,0.03,"2013-04-10 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-16 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43815",6,40.472825,-74.422403,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.040909,0.012165,0.07,"2013-04-22 00:00",0.06,"2013-03-11 00:00",0.06,"2013-04-10 00:00",0.06,"2013-05-04 00:00","","","","",0.07,0.07,0.06,0.06,0.05,0.04,0.03,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43817",6,40.472825,-74.422403,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.025682,0.017836,0.08,"2013-04-10 00:00",0.05,"2013-05-16 00:00",0.05,"2013-05-28 00:00",0.05,"2013-06-21 00:00","","","","",0.08,0.08,0.05,0.05,0.04,0.03,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43818",6,40.472825,-74.422403,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.043864,0.084226,0.34,"2013-04-28 00:00",0.27,"2013-04-22 00:00",0.26,"2013-05-07 00:00",0.17,"2013-05-28 00:00","","","","",0.34,0.34,0.26,0.16,0.09,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43819",6,40.472825,-74.422403,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.016136,0.017681,0.11,"2013-07-15 00:00",0.06,"2013-04-10 00:00",0.03,"2013-06-06 00:00",0.02,"2013-01-22 00:00","","","","",0.11,0.11,0.03,0.02,0.02,0.01,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43820",6,40.472825,-74.422403,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43821",6,40.472825,-74.422403,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.1655,0.019396,0.208,"2013-04-22 00:00",0.204,"2013-05-04 00:00",0.202,"2013-04-10 00:00",0.196,"2013-03-11 00:00","","","","",0.208,0.208,0.202,0.196,0.176,0.164,0.142,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43823",6,40.472825,-74.422403,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.496591,0.066049,0.62,"2013-04-16 00:00",0.6,"2013-04-10 00:00",0.6,"2013-04-22 00:00",0.6,"2013-05-04 00:00","","","","",0.62,0.62,0.6,0.6,0.56,0.49,0.43,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43824",6,40.472825,-74.422403,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.005455,0.015012,0.08,"2013-09-19 00:00",0.04,"2013-08-20 00:00",0.03,"2013-04-10 00:00",0.03,"2013-05-16 00:00","","","","",0.08,0.08,0.03,0.02,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43826",6,40.472825,-74.422403,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43828",6,40.472825,-74.422403,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.009682,0.001206,0.0175,"2013-07-15 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00","","","","",0.0175,0.0175,0.0095,0.0095,0.0095,0.0095,0.0095,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43829",6,40.472825,-74.422403,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43830",6,40.472825,-74.422403,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43831",6,40.472825,-74.422403,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43832",6,40.472825,-74.422403,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.00917,0.001131,0.0165,"2013-07-15 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00","","","","",0.0165,0.0165,0.009,0.009,0.009,0.009,0.009,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43835",6,40.472825,-74.422403,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43836",6,40.472825,-74.422403,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.008159,0.001055,0.015,"2013-07-15 00:00",0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00","","","","",0.015,0.015,0.008,0.008,0.008,0.008,0.008,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43838",6,40.472825,-74.422403,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.012227,0.001508,0.022,"2013-07-15 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00","","","","",0.022,0.022,0.012,0.012,0.012,0.012,0.012,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43839",6,40.472825,-74.422403,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.016295,0.00196,0.029,"2013-07-15 00:00",0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00","","","","",0.029,0.029,0.016,0.016,0.016,0.016,0.016,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43843",6,40.472825,-74.422403,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43844",6,40.472825,-74.422403,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.005227,0.014058,0.06,"2013-02-03 00:00",0.04,"2013-02-09 00:00",0.04,"2013-03-11 00:00",0.04,"2013-04-22 00:00","","","","",0.06,0.06,0.04,0.03,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","43860",6,40.472825,-74.422403,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.000909,0.004214,0.02,"2013-05-16 00:00",0.02,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45109",6,40.472825,-74.422403,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,1.006364,0.400825,1.91,"2013-05-28 00:00",1.88,"2013-06-21 00:00",1.53,"2013-05-16 00:00",1.52,"2013-07-15 00:00","","","","",1.91,1.91,1.53,1.49,1.26,1.1,0.46,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45201",6,40.472825,-74.422403,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,1.229545,0.361785,2.34,"2013-01-28 00:00",2.13,"2013-01-16 00:00",2.1,"2013-02-15 00:00",1.6,"2013-01-04 00:00","","","","",2.34,2.34,2.1,1.59,1.42,1.2,0.8,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45202",6,40.472825,-74.422403,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,3.779545,1.698857,10.57,"2013-06-21 00:00",9.8,"2013-07-15 00:00",5.66,"2013-02-15 00:00",5.15,"2013-05-16 00:00","","","","",10.57,10.57,5.66,4.76,4.35,3.54,2.41,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45203",6,40.472825,-74.422403,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.455227,0.168805,0.89,"2013-06-21 00:00",0.83,"2013-05-28 00:00",0.72,"2013-08-26 00:00",0.67,"2013-05-16 00:00","","","","",0.89,0.89,0.72,0.65,0.58,0.47,0.24,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45204",6,40.472825,-74.422403,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.493864,0.221981,0.98,"2013-05-28 00:00",0.88,"2013-06-21 00:00",0.87,"2013-06-06 00:00",0.87,"2013-07-15 00:00","","","","",0.98,0.98,0.87,0.78,0.63,0.53,0.19,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45207",6,40.472825,-74.422403,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",28,0.137557,0.07335,0.333,"2013-01-16 00:00",0.279,"2013-08-26 00:00",0.27,"2013-04-16 00:00",0.27,"2013-06-21 00:00","","","","",0.333,0.333,0.27,0.261,0.18,0.0855,0.0855,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45208",6,40.472825,-74.422403,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",4,0.301295,0.12972,0.711,"2013-01-16 00:00",0.504,"2013-06-21 00:00",0.504,"2013-09-25 00:00",0.495,"2013-04-10 00:00","","","","",0.711,0.711,0.504,0.459,0.378,0.279,0.18,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45220",6,40.472825,-74.422403,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.259091,0.195244,1.37,"2013-06-21 00:00",0.43,"2013-01-16 00:00",0.42,"2013-09-01 00:00",0.38,"2013-08-26 00:00","","","","",1.37,1.37,0.42,0.35,0.31,0.22,0.14,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45501",6,40.472825,-74.422403,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.1498,0.079244,0.336,"2013-07-15 00:00",0.322,"2013-05-22 00:00",0.308,"2013-06-21 00:00",0.301,"2013-06-09 00:00","","","","",0.336,0.336,0.308,0.28,0.203,0.126,0.063,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45503",6,40.472825,-74.422403,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45504",6,40.472825,-74.422403,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",41,67,40,61,0,4,"","","Certification not required",12,0.09522,0.075996,0.304,"2013-06-21 00:00",0.224,"2013-07-21 00:00",0.224,"2013-09-07 00:00",0.208,"2013-06-09 00:00","","","","",0.304,0.304,0.224,0.208,0.144,0.08,0.016,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45801",6,40.472825,-74.422403,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.002727,0.012825,0.07,"2013-02-09 00:00",0.05,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.07,0.07,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45805",6,40.472825,-74.422403,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.070432,0.009498,0.132,"2013-07-15 00:00",0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00","","","","",0.132,0.132,0.069,0.069,0.069,0.069,0.069,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45806",6,40.472825,-74.422403,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",44,0.0795,0.00995,0.144,"2013-07-15 00:00",0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00","","","","",0.144,0.144,0.078,0.078,0.078,0.078,0.078,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45807",6,40.472825,-74.422403,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.019545,0.028445,0.09,"2013-04-10 00:00",0.07,"2013-03-11 00:00",0.07,"2013-04-22 00:00",0.07,"2013-05-04 00:00","","","","",0.09,0.09,0.07,0.07,0.05,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","45810",6,40.472825,-74.422403,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.001591,0.010553,0.07,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.07,0.07,0,0,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","023","0006","68103",5,40.472825,-74.422403,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,9.202326,8.388143,23.9,"2013-07-15 00:00",23.9,"2013-07-18 00:00",23.6,"2013-07-06 00:00",23.1,"2013-09-01 00:00","","","","",23.9,23.9,22.9,21.3,15.6,10.1,-1,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68103",6,40.472825,-74.422403,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",16,13,16,122,0,36,"","","Certification not required",0,1.28125,9.054223,26.1,"2013-09-13 00:00",19.2,"2013-06-03 00:00",4.6,"2013-02-27 00:00",1.7,"2013-01-16 00:00","","","","",26.1,26.1,26.1,19.2,1.7,-0.9,-6,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68104",5,40.472825,-74.422403,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,21.654651,9.873538,37.9,"2013-07-15 00:00",37.9,"2013-07-18 00:00",36.3,"2013-07-06 00:00",33.8,"2013-08-20 00:00","","","","",37.9,37.9,33.8,32.2,30,23.2,6.7,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68104",6,40.472825,-74.422403,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",16,13,16,122,0,36,"","","Certification not required",0,10.51875,9.110157,31.7,"2013-06-03 00:00",27.1,"2013-09-13 00:00",16,"2013-03-29 00:00",15.2,"2013-02-15 00:00","","","","",31.7,31.7,31.7,27.1,15.2,11.7,1.9,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68105",1,40.472825,-74.422403,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",85,100,45,61,0,2,"","","Certification not required",0,13.757647,9.421497,30.3,"2013-07-18 00:00",28.9,"2013-07-15 00:00",28,"2013-05-31 00:00",26.3,"2013-07-21 00:00","","","","",30.3,28.9,26.2,24.9,21.9,14.1,1.1,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0006","68105",5,40.472825,-74.422403,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,15.266279,8.827932,30.2,"2013-07-06 00:00",30.2,"2013-07-15 00:00",30.2,"2013-07-18 00:00",27.6,"2013-07-21 00:00","","","","",30.2,30.2,27,25.6,22.9,16.9,3.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68105",6,40.472825,-74.422403,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",28,23,28,122,0,24,"","","Certification not required",0,14.55,12.183793,27.3,"2013-06-15 00:00",27.1,"2013-05-16 00:00",26.9,"2013-06-09 00:00",26.9,"2013-06-21 00:00","","","","",27.3,27.3,27.1,26.9,26.4,23.7,-0.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68106",5,40.472825,-74.422403,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,756.430233,4.45247,769,"2013-04-22 00:00",766,"2013-01-10 00:00",766,"2013-05-01 00:00",763,"2013-05-04 00:00","","","","",769,766,763,762,759,757,751,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68106",6,40.472825,-74.422403,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,40,49,122,0,3,"","","Certification not required",0,754.265306,5.49915,770,"2013-04-22 00:00",767,"2013-01-10 00:00",761,"2013-05-04 00:00",760,"2013-01-28 00:00","","","","",770,770,761,760,758,755,747,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68107",5,40.472825,-74.422403,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,763.848837,5.294875,780,"2013-04-22 00:00",776,"2013-01-28 00:00",775,"2013-11-06 00:00",772,"2013-03-11 00:00","","","","",780,776,772,771,767,763,757,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68107",6,40.472825,-74.422403,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,40,49,122,0,3,"","","Certification not required",0,762.734694,6.088841,777,"2013-04-22 00:00",774,"2013-01-28 00:00",772,"2013-01-10 00:00",772,"2013-11-06 00:00","","","","",777,777,772,771,767,762,754,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68108",1,40.472825,-74.422403,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,100,45,61,0,2,"","","Certification not required",0,764.141176,5.203371,779,"2013-04-19 00:00",778,"2013-04-22 00:00",775,"2013-01-10 00:00",774,"2013-05-01 00:00","","","","",779,778,771,770,767,764,758,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0006","68108",5,40.472825,-74.422403,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,758.837209,4.27265,771,"2013-04-22 00:00",769,"2013-01-10 00:00",768,"2013-05-01 00:00",766,"2013-01-28 00:00","","","","",771,769,765,764,762,759,753,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","68108",6,40.472825,-74.422403,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,40,49,122,0,3,"","","Certification not required",0,757.408163,5.787625,773,"2013-04-22 00:00",770,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-04-04 00:00","","","","",773,773,766,765,762,757,750,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88101",1,40.472825,-74.422403,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,2,0,0,"Certification not required",0,7.896471,4.699859,27,"2013-01-28 00:00",19.1,"2013-02-06 00:00",16.8,"2013-05-22 00:00",16.7,"2013-02-15 00:00","","","","",27,19.1,16.6,14.3,10.7,6.8,3.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0006","88101",1,40.472825,-74.422403,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,2,"","","Certification not required",0,7.896471,4.699859,27,"2013-01-28 00:00",19.1,"2013-02-06 00:00",16.8,"2013-05-22 00:00",16.7,"2013-02-15 00:00","","","","",27,19.1,16.6,14.3,10.7,6.8,3.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0006","88102",5,40.472825,-74.422403,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",80,0.018201,0.004782,0.03,"2013-01-28 00:00",0.026,"2013-02-06 00:00",0.026,"2013-02-12 00:00",0.026,"2013-02-15 00:00","","","","",0.03,0.026,0.026,0.026,0.021,0.0195,0.014,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88102",6,40.472825,-74.422403,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",46,0.02148,0.011122,0.077,"2013-03-05 00:00",0.056,"2013-09-07 00:00",0.037,"2013-08-14 00:00",0.026,"2013-02-03 00:00","","","","",0.077,0.077,0.037,0.026,0.026,0.021,0.0135,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88103",5,40.472825,-74.422403,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.000415,0.000736,0.004,"2013-08-20 00:00",0.002,"2013-01-04 00:00",0.002,"2013-04-13 00:00",0.002,"2013-04-28 00:00","","","","",0.004,0.002,0.002,0.001,0.001,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88103",6,40.472825,-74.422403,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.000735,0.000974,0.003,"2013-06-15 00:00",0.003,"2013-06-27 00:00",0.003,"2013-07-09 00:00",0.002,"2013-01-04 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88104",5,40.472825,-74.422403,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",53,0.032726,0.063273,0.448,"2013-09-10 00:00",0.237,"2013-06-27 00:00",0.211,"2013-03-02 00:00",0.173,"2013-07-15 00:00","","","","",0.448,0.237,0.134,0.065,0.025,0.0115,0.0065,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88104",6,40.472825,-74.422403,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",40,0.0185,0.027727,0.17,"2013-07-15 00:00",0.092,"2013-02-15 00:00",0.066,"2013-10-25 00:00",0.049,"2013-06-27 00:00","","","","",0.17,0.17,0.066,0.044,0.0125,0.0115,0.0065,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88107",5,40.472825,-74.422403,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",82,0.007067,0.006912,0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88107",6,40.472825,-74.422403,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.006321,0.006007,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-16 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.005,0.005,0.00385,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88109",5,40.472825,-74.422403,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",27,0.002621,0.001805,0.0107,"2013-01-28 00:00",0.0085,"2013-05-22 00:00",0.0055,"2013-02-03 00:00",0.0051,"2013-05-16 00:00","","","","",0.0107,0.0085,0.0051,0.0047,0.0037,0.0027,0.00055,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88109",6,40.472825,-74.422403,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",10,0.003454,0.002202,0.0121,"2013-05-22 00:00",0.0074,"2013-01-28 00:00",0.0072,"2013-02-03 00:00",0.0065,"2013-04-28 00:00","","","","",0.0121,0.0121,0.0072,0.0059,0.0045,0.0034,0.0011,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88110",5,40.472825,-74.422403,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.001805,0.004258,0.021,"2013-10-10 00:00",0.019,"2013-04-10 00:00",0.014,"2013-01-04 00:00",0.013,"2013-01-16 00:00","","","","",0.021,0.019,0.011,0.006,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88110",6,40.472825,-74.422403,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.001122,0.003358,0.02,"2013-05-16 00:00",0.01,"2013-11-06 00:00",0.006,"2013-02-03 00:00",0.005,"2013-03-11 00:00","","","","",0.02,0.02,0.006,0.004,0,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88111",5,40.472825,-74.422403,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",31,0.013182,0.012836,0.059,"2013-05-16 00:00",0.0516,"2013-04-10 00:00",0.0506,"2013-01-16 00:00",0.0493,"2013-06-18 00:00","","","","",0.059,0.0516,0.0467,0.026,0.0182,0.0096,0.0024,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88111",6,40.472825,-74.422403,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",15,0.015455,0.015995,0.097,"2013-10-25 00:00",0.0479,"2013-07-15 00:00",0.0335,"2013-03-11 00:00",0.033,"2013-11-06 00:00","","","","",0.097,0.097,0.0335,0.0328,0.02,0.0125,0.00235,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88112",5,40.472825,-74.422403,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.012829,0.030018,0.165,"2013-09-25 00:00",0.127,"2013-08-26 00:00",0.109,"2013-06-27 00:00",0.101,"2013-10-07 00:00","","","","",0.165,0.127,0.082,0.04,0.006,0.003,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88112",6,40.472825,-74.422403,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.005143,0.015035,0.102,"2013-09-25 00:00",0.029,"2013-10-13 00:00",0.02,"2013-10-07 00:00",0.012,"2013-10-01 00:00","","","","",0.102,0.102,0.02,0.011,0.003,0.002,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88113",5,40.472825,-74.422403,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",79,0.000715,0.000222,0.0023,"2013-10-22 00:00",0.0012,"2013-06-27 00:00",0.0011,"2013-05-01 00:00",0.001,"2013-05-16 00:00","","","","",0.0023,0.0012,0.001,0.001,0.0007,0.0007,0.00055,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88113",6,40.472825,-74.422403,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.000673,0.000105,0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-16 00:00",0.0007,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88114",5,40.472825,-74.422403,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",37,0.003941,0.006072,0.0356,"2013-09-10 00:00",0.0275,"2013-06-27 00:00",0.0266,"2013-10-22 00:00",0.0201,"2013-03-02 00:00","","","","",0.0356,0.0275,0.0166,0.007,0.004,0.0019,0.0008,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88114",6,40.472825,-74.422403,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",25,0.002105,0.001556,0.0071,"2013-10-01 00:00",0.006,"2013-01-10 00:00",0.0056,"2013-05-22 00:00",0.0056,"2013-10-25 00:00","","","","",0.0071,0.0071,0.0056,0.0041,0.0027,0.00125,0.0008,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88115",5,40.472825,-74.422403,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",48,0.015468,0.038879,0.257,"2013-10-13 00:00",0.22,"2013-04-22 00:00",0.131,"2013-03-11 00:00",0.0381,"2013-01-31 00:00","","","","",0.257,0.22,0.036,0.022,0.0117,0.00405,0.0025,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88115",6,40.472825,-74.422403,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",22,0.02875,0.075368,0.402,"2013-10-13 00:00",0.337,"2013-03-11 00:00",0.132,"2013-11-06 00:00",0.107,"2013-04-22 00:00","","","","",0.402,0.402,0.132,0.057,0.012,0.0065,0.0025,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88117",5,40.472825,-74.422403,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",82,0.007285,0.011019,0.0435,"2013-10-16 00:00",0.043,"2013-05-16 00:00",0.043,"2013-05-19 00:00",0.043,"2013-06-18 00:00","","","","",0.0435,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88117",6,40.472825,-74.422403,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.006141,0.009578,0.0435,"2013-04-16 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-03-05 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0041,0.00405,0.0028,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88118",5,40.472825,-74.422403,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",81,0.009227,0.006497,0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88118",6,40.472825,-74.422403,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.008912,0.006393,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.005,0.0041,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88126",5,40.472825,-74.422403,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.07118,0.083463,0.509,"2013-10-22 00:00",0.418,"2013-06-27 00:00",0.386,"2013-08-26 00:00",0.276,"2013-02-24 00:00","","","","",0.509,0.418,0.16,0.115,0.08,0.0463,0.0197,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88126",6,40.472825,-74.422403,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.049869,0.027061,0.12,"2013-02-15 00:00",0.12,"2013-07-15 00:00",0.114,"2013-05-22 00:00",0.0967,"2013-10-25 00:00","","","","",0.12,0.12,0.114,0.0911,0.0572,0.0435,0.0213,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88128",5,40.472825,-74.422403,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.001256,0.002023,0.013,"2013-05-22 00:00",0.007,"2013-01-28 00:00",0.005,"2013-02-15 00:00",0.005,"2013-09-19 00:00","","","","",0.013,0.007,0.005,0.004,0.002,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88128",6,40.472825,-74.422403,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.001265,0.002636,0.016,"2013-05-22 00:00",0.007,"2013-05-28 00:00",0.005,"2013-05-16 00:00",0.004,"2013-01-28 00:00","","","","",0.016,0.016,0.005,0.004,0.001,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88131",5,40.472825,-74.422403,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",74,0.010476,0.004447,0.029,"2013-07-27 00:00",0.023,"2013-01-31 00:00",0.019,"2013-01-28 00:00",0.019,"2013-06-21 00:00","","","","",0.029,0.023,0.018,0.0165,0.011,0.008,0.007,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88131",6,40.472825,-74.422403,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",47,0.010816,0.004318,0.026,"2013-04-28 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-05-04 00:00","","","","",0.026,0.026,0.0165,0.0165,0.015,0.011,0.007,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88132",5,40.472825,-74.422403,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.00161,0.002463,0.012,"2013-05-22 00:00",0.008,"2013-08-26 00:00",0.008,"2013-09-10 00:00",0.008,"2013-10-16 00:00","","","","",0.012,0.008,0.007,0.005,0.002,0.001,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88132",6,40.472825,-74.422403,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.000735,0.001812,0.012,"2013-05-22 00:00",0.002,"2013-01-04 00:00",0.002,"2013-05-16 00:00",0.002,"2013-06-27 00:00","","","","",0.012,0.012,0.002,0.002,0.001,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88136",5,40.472825,-74.422403,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.002598,0.006948,0.043,"2013-10-22 00:00",0.033,"2013-06-27 00:00",0.024,"2013-08-26 00:00",0.021,"2013-02-24 00:00","","","","",0.043,0.033,0.015,0.004,0.002,0.001,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88136",6,40.472825,-74.422403,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.00051,0.000767,0.003,"2013-01-16 00:00",0.003,"2013-05-22 00:00",0.002,"2013-02-03 00:00",0.002,"2013-05-04 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88140",5,40.472825,-74.422403,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",74,0.010023,0.011168,0.074,"2013-05-19 00:00",0.0635,"2013-10-13 00:00",0.043,"2013-03-11 00:00",0.034,"2013-04-22 00:00","","","","",0.074,0.0635,0.0318,0.009,0.009,0.009,0.0055,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88140",6,40.472825,-74.422403,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",44,0.01176,0.018005,0.104,"2013-10-13 00:00",0.073,"2013-03-11 00:00",0.0459,"2013-05-04 00:00",0.042,"2013-04-22 00:00","","","","",0.104,0.104,0.0459,0.012,0.009,0.006,0.00475,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88152",5,40.472825,-74.422403,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",81,0.005591,0.001593,0.01,"2013-07-09 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-21 00:00","","","","",0.01,0.008,0.008,0.008,0.0055,0.005,0.0045,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88152",6,40.472825,-74.422403,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.005365,0.001333,0.008,"2013-02-09 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-07-21 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88154",5,40.472825,-74.422403,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",79,0.001134,0.000413,0.0039,"2013-02-15 00:00",0.0018,"2013-04-10 00:00",0.0018,"2013-08-26 00:00",0.0013,"2013-01-01 00:00","","","","",0.0039,0.0018,0.0013,0.0013,0.0013,0.00125,0.00065,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88154",6,40.472825,-74.422403,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.001145,0.000309,0.0026,"2013-08-26 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-29 00:00","","","","",0.0026,0.0026,0.0013,0.0013,0.0013,0.00125,0.00065,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88160",5,40.472825,-74.422403,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",78,0.012902,0.004385,0.029,"2013-02-21 00:00",0.027,"2013-07-21 00:00",0.023,"2013-09-25 00:00",0.021,"2013-09-22 00:00","","","","",0.029,0.027,0.018,0.018,0.016,0.01,0.01,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88160",6,40.472825,-74.422403,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.013449,0.004117,0.026,"2013-05-22 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00",0.018,"2013-05-04 00:00","","","","",0.026,0.026,0.018,0.018,0.016,0.01,0.01,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88161",5,40.472825,-74.422403,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",68,0.003235,0.002287,0.0176,"2013-04-25 00:00",0.0084,"2013-05-16 00:00",0.0084,"2013-08-26 00:00",0.0084,"2013-10-01 00:00","","","","",0.0176,0.0084,0.0069,0.0061,0.00265,0.0025,0.0021,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88161",6,40.472825,-74.422403,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",44,0.002889,0.001991,0.0143,"2013-07-15 00:00",0.0067,"2013-10-25 00:00",0.0065,"2013-01-10 00:00",0.0065,"2013-10-01 00:00","","","","",0.0143,0.0143,0.0065,0.0048,0.0026,0.0025,0.0021,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88164",5,40.472825,-74.422403,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",80,0.001624,0.00036,0.004,"2013-06-27 00:00",0.0021,"2013-10-16 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00","","","","",0.004,0.0021,0.0019,0.0019,0.0019,0.0016,0.0015,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88164",6,40.472825,-74.422403,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.001612,0.00042,0.0041,"2013-05-22 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00","","","","",0.0041,0.0041,0.0019,0.0019,0.0016,0.0015,0.0015,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88165",5,40.472825,-74.422403,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",14,0.042621,0.046517,0.363,"2013-07-15 00:00",0.146,"2013-04-10 00:00",0.14,"2013-05-16 00:00",0.12,"2013-06-27 00:00","","","","",0.363,0.146,0.106,0.077,0.0527,0.03,0.009,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88165",6,40.472825,-74.422403,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",7,0.045639,0.052835,0.347,"2013-07-15 00:00",0.121,"2013-06-27 00:00",0.111,"2013-10-25 00:00",0.105,"2013-05-22 00:00","","","","",0.347,0.347,0.111,0.101,0.0577,0.031,0.0055,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88166",5,40.472825,-74.422403,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",81,0.00746,0.004351,0.0185,"2013-02-06 00:00",0.0185,"2013-02-12 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-05-04 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88166",6,40.472825,-74.422403,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.008721,0.005444,0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-10 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88167",5,40.472825,-74.422403,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",23,0.006632,0.007861,0.0436,"2013-05-22 00:00",0.04,"2013-10-16 00:00",0.0289,"2013-02-06 00:00",0.0241,"2013-04-10 00:00","","","","",0.0436,0.04,0.0224,0.0149,0.007,0.0042,0.0013,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88167",6,40.472825,-74.422403,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",10,0.007065,0.008746,0.0559,"2013-05-22 00:00",0.0253,"2013-01-16 00:00",0.0196,"2013-07-21 00:00",0.0166,"2013-01-28 00:00","","","","",0.0559,0.0559,0.0196,0.0158,0.0071,0.005,0.0013,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88168",5,40.472825,-74.422403,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",78,0.001227,0.000411,0.0026,"2013-05-22 00:00",0.0026,"2013-08-26 00:00",0.0025,"2013-07-06 00:00",0.0022,"2013-06-09 00:00","","","","",0.0026,0.0026,0.00175,0.00175,0.00155,0.00115,0.00085,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88168",6,40.472825,-74.422403,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",48,0.001258,0.000403,0.0028,"2013-04-28 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-05-04 00:00","","","","",0.0028,0.0028,0.00175,0.00175,0.00155,0.00115,0.00085,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88169",5,40.472825,-74.422403,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.626268,0.374847,1.92,"2013-07-09 00:00",1.63,"2013-09-10 00:00",1.6,"2013-01-28 00:00",1.41,"2013-05-22 00:00","","","","",1.92,1.63,1.25,1.1,0.88,0.498,0.256,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88169",6,40.472825,-74.422403,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.745212,0.488268,2.46,"2013-07-09 00:00",1.7,"2013-05-22 00:00",1.68,"2013-01-28 00:00",1.4,"2013-06-27 00:00","","","","",2.46,2.46,1.68,1.36,1.09,0.515,0.258,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88176",5,40.472825,-74.422403,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",82,0.000938,0.00022,0.0013,"2013-02-06 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-05-04 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88176",6,40.472825,-74.422403,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",49,0.000967,0.000235,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88180",5,40.472825,-74.422403,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.03864,0.025286,0.142,"2013-01-28 00:00",0.122,"2013-07-06 00:00",0.0995,"2013-08-29 00:00",0.0861,"2013-05-22 00:00","","","","",0.142,0.122,0.0787,0.0674,0.053,0.031,0.014,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88180",6,40.472825,-74.422403,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,0.042349,0.0251,0.141,"2013-01-28 00:00",0.089,"2013-05-22 00:00",0.078,"2013-06-15 00:00",0.0776,"2013-07-21 00:00","","","","",0.141,0.141,0.078,0.0746,0.0585,0.0348,0.0161,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88184",5,40.472825,-74.422403,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",52,0.060628,0.088084,0.479,"2013-03-11 00:00",0.4,"2013-10-13 00:00",0.362,"2013-05-04 00:00",0.318,"2013-04-22 00:00","","","","",0.479,0.4,0.227,0.144,0.055,0.027,0.0155,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88184",6,40.472825,-74.422403,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",27,0.079316,0.127647,0.594,"2013-03-11 00:00",0.524,"2013-10-13 00:00",0.393,"2013-05-04 00:00",0.347,"2013-04-22 00:00","","","","",0.594,0.594,0.393,0.253,0.067,0.027,0.0155,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88185",5,40.472825,-74.422403,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",79,0.003324,0.003691,0.0161,"2013-06-27 00:00",0.0115,"2013-02-06 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-02-15 00:00","","","","",0.0161,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88185",6,40.472825,-74.422403,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",47,0.004046,0.004055,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0034,0.00225,0.0014,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88301",5,40.472825,-74.422403,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",4,0.543701,0.592728,2.94,"2013-01-28 00:00",2.58,"2013-02-15 00:00",2.36,"2013-02-06 00:00",2.19,"2013-01-04 00:00","","","","",2.94,2.58,1.71,1.28,0.67,0.327,0.048,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88301",6,40.472825,-74.422403,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",2,0.712514,0.684267,2.95,"2013-01-28 00:00",2.33,"2013-01-04 00:00",2.22,"2013-02-15 00:00",2.08,"2013-07-09 00:00","","","","",2.95,2.95,2.22,2.06,0.952,0.545,0.069,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88302",5,40.472825,-74.422403,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",3,0.0818,0.097168,0.585,"2013-03-11 00:00",0.488,"2013-05-04 00:00",0.438,"2013-10-13 00:00",0.312,"2013-04-22 00:00","","","","",0.585,0.488,0.203,0.18,0.09,0.05,0.0225,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88302",6,40.472825,-74.422403,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",1,0.1196,0.170097,0.94,"2013-05-04 00:00",0.627,"2013-03-11 00:00",0.558,"2013-10-13 00:00",0.37,"2013-04-22 00:00","","","","",0.94,0.94,0.558,0.23,0.09,0.063,0.033,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88303",5,40.472825,-74.422403,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",29,0.030762,0.025864,0.161,"2013-01-28 00:00",0.121,"2013-04-28 00:00",0.094,"2013-07-06 00:00",0.077,"2013-01-01 00:00","","","","",0.161,0.121,0.076,0.058,0.036,0.028,0.0115,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88303",6,40.472825,-74.422403,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",14,0.038165,0.030471,0.166,"2013-01-28 00:00",0.0957,"2013-05-22 00:00",0.089,"2013-01-04 00:00",0.088,"2013-06-15 00:00","","","","",0.166,0.166,0.089,0.08,0.053,0.031,0.012,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88306",5,40.472825,-74.422403,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.932193,1.177917,6.25,"2013-01-28 00:00",5.51,"2013-02-15 00:00",5.34,"2013-02-06 00:00",4.38,"2013-01-04 00:00","","","","",6.25,5.51,3.56,2.15,0.98,0.559,0.191,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88306",6,40.472825,-74.422403,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,1.097898,1.306004,6.13,"2013-01-28 00:00",5.37,"2013-02-15 00:00",4.5,"2013-01-04 00:00",3.65,"2013-02-03 00:00","","","","",6.13,6.13,4.5,2.53,1.13,0.591,0.26,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88355",5,40.472825,-74.422403,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,1.959706,1.010258,5.02,"2013-01-28 00:00",5.01,"2013-07-18 00:00",4.15,"2013-05-16 00:00",3.72,"2013-06-15 00:00","","","","",5.02,5.01,3.61,3.28,2.6,1.75,0.854,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88355",6,40.472825,-74.422403,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,2.032979,1.035986,5.5,"2013-01-28 00:00",4.32,"2013-05-16 00:00",3.46,"2013-06-15 00:00",3.42,"2013-10-31 00:00","","","","",5.5,5.5,3.46,3.33,2.73,2.07,0.906,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88357",5,40.472825,-74.422403,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.277765,0.15698,0.756,"2013-04-10 00:00",0.689,"2013-10-16 00:00",0.618,"2013-05-01 00:00",0.6,"2013-11-06 00:00","","","","",0.756,0.689,0.595,0.535,0.377,0.251,0.112,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88357",6,40.472825,-74.422403,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.274319,0.1251,0.594,"2013-09-25 00:00",0.576,"2013-11-06 00:00",0.525,"2013-05-16 00:00",0.456,"2013-05-22 00:00","","","","",0.594,0.594,0.525,0.44,0.362,0.249,0.132,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88370",5,40.472825,-74.422403,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,1.724094,0.86697,4.48,"2013-01-28 00:00",4.33,"2013-07-18 00:00",3.73,"2013-05-16 00:00",3.45,"2013-06-15 00:00","","","","",4.48,4.33,3.2,2.75,2.27,1.53,0.806,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88370",6,40.472825,-74.422403,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.777638,0.884565,4.67,"2013-01-28 00:00",3.78,"2013-05-16 00:00",3.21,"2013-06-15 00:00",3,"2013-10-31 00:00","","","","",4.67,4.67,3.21,2.91,2.31,1.74,0.833,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88374",5,40.472825,-74.422403,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",1,0.161682,0.139474,0.756,"2013-07-18 00:00",0.654,"2013-01-28 00:00",0.462,"2013-08-26 00:00",0.458,"2013-06-18 00:00","","","","",0.756,0.654,0.444,0.358,0.189,0.109,0.051,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88374",6,40.472825,-74.422403,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.167787,0.126247,0.623,"2013-01-28 00:00",0.507,"2013-06-27 00:00",0.363,"2013-02-03 00:00",0.346,"2013-05-16 00:00","","","","",0.623,0.623,0.363,0.341,0.239,0.142,0.04,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88375",5,40.472825,-74.422403,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.464635,0.233243,1.18,"2013-07-18 00:00",0.976,"2013-05-16 00:00",0.916,"2013-05-22 00:00",0.908,"2013-06-27 00:00","","","","",1.18,0.976,0.866,0.783,0.626,0.431,0.192,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88375",6,40.472825,-74.422403,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.464277,0.219439,0.961,"2013-05-16 00:00",0.852,"2013-01-28 00:00",0.8,"2013-06-15 00:00",0.795,"2013-10-31 00:00","","","","",0.961,0.961,0.8,0.758,0.645,0.436,0.208,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88376",5,40.472825,-74.422403,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.481141,0.248103,1.19,"2013-06-15 00:00",1.17,"2013-01-28 00:00",1.12,"2013-06-21 00:00",1,"2013-07-18 00:00","","","","",1.19,1.17,0.955,0.779,0.6,0.429,0.208,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88376",6,40.472825,-74.422403,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.480383,0.245572,1.32,"2013-01-28 00:00",1.05,"2013-05-16 00:00",0.976,"2013-06-15 00:00",0.823,"2013-05-22 00:00","","","","",1.32,1.32,0.976,0.748,0.605,0.405,0.207,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88377",5,40.472825,-74.422403,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.342353,0.192301,1.03,"2013-01-28 00:00",0.936,"2013-07-18 00:00",0.894,"2013-05-16 00:00",0.724,"2013-04-10 00:00","","","","",1.03,0.936,0.669,0.565,0.449,0.288,0.158,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88377",6,40.472825,-74.422403,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.350489,0.213358,1.14,"2013-01-28 00:00",0.949,"2013-06-15 00:00",0.774,"2013-05-16 00:00",0.681,"2013-05-22 00:00","","","","",1.14,1.14,0.774,0.586,0.443,0.32,0.154,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88378",5,40.472825,-74.422403,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",4,0.274153,0.166374,0.866,"2013-01-28 00:00",0.62,"2013-06-27 00:00",0.605,"2013-05-16 00:00",0.571,"2013-02-06 00:00","","","","",0.866,0.62,0.568,0.542,0.374,0.233,0.085,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88378",6,40.472825,-74.422403,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.314872,0.179949,0.738,"2013-01-28 00:00",0.712,"2013-06-27 00:00",0.645,"2013-05-16 00:00",0.624,"2013-02-03 00:00","","","","",0.738,0.738,0.645,0.623,0.408,0.269,0.114,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88380",5,40.472825,-74.422403,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.5134,0.290982,1.22,"2013-06-18 00:00",1.14,"2013-04-10 00:00",1.1,"2013-10-31 00:00",1.05,"2013-05-22 00:00","","","","",1.22,1.14,1.04,0.962,0.709,0.463,0.158,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88380",6,40.472825,-74.422403,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.528979,0.257371,1.23,"2013-01-28 00:00",1.07,"2013-05-16 00:00",0.947,"2013-10-01 00:00",0.927,"2013-06-27 00:00","","","","",1.23,1.23,0.947,0.844,0.723,0.478,0.215,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88383",5,40.472825,-74.422403,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.736129,0.382916,1.81,"2013-01-28 00:00",1.53,"2013-06-18 00:00",1.45,"2013-02-06 00:00",1.45,"2013-05-16 00:00","","","","",1.81,1.53,1.41,1.33,0.964,0.733,0.288,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88383",6,40.472825,-74.422403,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.794319,0.397928,1.95,"2013-01-28 00:00",1.64,"2013-05-16 00:00",1.57,"2013-06-27 00:00",1.45,"2013-10-31 00:00","","","","",1.95,1.95,1.57,1.26,0.97,0.799,0.346,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88384",5,40.472825,-74.422403,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.051167,0.028266,0.176,"2013-05-16 00:00",0.122,"2013-10-22 00:00",0.119,"2013-07-18 00:00",0.116,"2013-07-24 00:00","","","","",0.176,0.122,0.108,0.0894,0.0613,0.0451,0.0232,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88384",6,40.472825,-74.422403,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.049728,0.028961,0.132,"2013-09-25 00:00",0.113,"2013-09-19 00:00",0.102,"2013-09-13 00:00",0.0969,"2013-08-14 00:00","","","","",0.132,0.132,0.102,0.0952,0.0714,0.0448,0.0192,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88385",5,40.472825,-74.422403,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",83,0.001127,0.000861,0.00801,"2013-01-04 00:00",0.00481,"2013-02-27 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00","","","","",0.00801,0.00481,0.001,0.001,0.001,0.001,0.001,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88385",6,40.472825,-74.422403,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88388",5,40.472825,-74.422403,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.509741,0.304584,1.41,"2013-01-28 00:00",1.17,"2013-07-09 00:00",1.13,"2013-07-18 00:00",1.03,"2013-05-16 00:00","","","","",1.41,1.17,1.03,0.959,0.74,0.411,0.173,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88388",6,40.472825,-74.422403,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.569553,0.341288,1.57,"2013-01-28 00:00",1.22,"2013-06-27 00:00",1.19,"2013-05-16 00:00",1.04,"2013-10-31 00:00","","","","",1.57,1.57,1.19,1.02,0.805,0.527,0.186,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88403",5,40.472825,-74.422403,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,1.547163,1.003849,4.79,"2013-07-09 00:00",4.32,"2013-01-28 00:00",4.29,"2013-09-10 00:00",3.96,"2013-05-22 00:00","","","","",4.79,4.32,3.15,3.01,2.09,1.29,0.528,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88403",6,40.472825,-74.422403,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,40,49,122,0,3,"","","Certification not required",0,1.951061,1.336092,6.64,"2013-07-09 00:00",4.99,"2013-05-22 00:00",4.3,"2013-01-28 00:00",3.82,"2013-05-16 00:00","","","","",6.64,6.64,4.3,3.68,2.85,1.43,0.692,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88500",3,40.472825,-74.422403,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4192,48,173,365,0,0,"","","Certification not required",0,6.428841,4.819539,37.7,"2013-02-05 14:00",36.8,"2013-02-05 13:00",35.3,"2013-02-21 15:00",34.1,"2013-02-05 15:00","","","","",23.2,20,16,12.6,8.5,5.4,1.5,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","023","0006","88500",3,40.472825,-74.422403,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",173,47,173,365,0,0,"","","Certification not required",0,6.368208,3.760717,22.9,"2013-02-05 00:00",16.9,"2013-05-30 00:00",16.7,"2013-05-16 00:00",16.5,"2013-05-22 00:00","","","","",16.9,16.5,14.8,11.4,8.4,5.4,2.4,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","023","0006","88502",3,40.472825,-74.422403,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4191,48,173,365,0,0,"","","Certification not required",0,4.614603,4.124113,36,"2013-02-21 15:00",27.2,"2013-02-05 14:00",27.1,"2013-02-05 13:00",26,"2013-02-15 21:00","","","","",18.7,16.2,12.7,9.7,6.4,3.9,0.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","023","0006","88502",3,40.472825,-74.422403,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",173,47,173,365,0,0,"","","Certification not required",0,4.563006,3.092868,17,"2013-02-05 00:00",14.1,"2013-05-16 00:00",13,"2013-01-09 00:00",12.6,"2013-05-22 00:00","","","","",14.1,12.6,11,8.7,5.7,3.9,1.1,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","023","0006","88502",5,40.472825,-74.422403,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,9.303704,4.947334,26.3,"2013-01-28 00:00",21.2,"2013-05-16 00:00",20.4,"2013-04-28 00:00",18,"2013-02-06 00:00","","","","",26.3,21.2,18,16,12.5,7.9,4.4,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0006","88502",6,40.472825,-74.422403,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,10.022449,5.767375,26.6,"2013-01-28 00:00",21.3,"2013-08-02 00:00",21.2,"2013-06-27 00:00",19.8,"2013-05-22 00:00","","","","",26.6,26.6,21.2,19.4,13.8,8.6,4.2,"New Brunswick","Cook College, Log Cabin Road near Horticulture Lab","New Jersey","Middlesex","North Brunswick Township","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","023","0011","42601",1,40.462182,-74.429439,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,271,365,0,0,"","","Certification not required",0,2.073445,8.405046,149,"2013-02-26 08:00",131,"2013-01-09 08:00",128,"2013-01-11 09:00",104,"2013-01-09 09:00","","","","",45,28,10,3,1,0,0,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","023","0011","42602",1,40.462182,-74.429439,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,271,365,0,0,0,"","Certification not required",0,17.332103,10.38876,44,"2013-02-05 13:00",44,"2013-02-08 00:00",44,"2013-02-11 09:00",44,"2013-02-26 08:00","","","","",44,40,37,34,24,14,6,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","023","0011","42602",1,40.462182,-74.429439,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,271,365,0,0,"","","Certification not required",0,7.971152,7.590909,44,"2013-02-05 13:00",44,"2013-02-08 00:00",44,"2013-02-11 09:00",44,"2013-02-26 08:00","","","","",36,32,26,18,10,5,2,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","023","0011","42603",1,40.462182,-74.429439,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6413,73,271,365,0,0,"","","Certification not required",0,10.713707,14.390943,194,"2013-02-26 08:00",172,"2013-01-11 09:00",163,"2013-01-09 08:00",141,"2013-01-09 09:00","","","","",79,57,35,22,12,6,2,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","023","0011","43000",1,40.462182,-74.429439,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,22.930303,15.297821,114.5,"2013-06-09 21:00",106.6,"2013-06-07 14:00",96.8,"2013-06-08 19:00",95.8,"2013-06-09 20:00","","","","",90,69.8,53.8,41,27.6,18.3,10.3,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43102",1,40.462182,-74.429439,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,27.69899,18.360479,127.3,"2013-06-09 21:00",122.7,"2013-06-07 14:00",111.4,"2013-06-08 19:00",107,"2013-06-09 20:00","","","","",100.8,89.3,69.6,50.3,32.1,21.9,12.6,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43202",1,40.462182,-74.429439,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,4.722559,2.600797,17.5,"2013-06-09 22:00",16.4,"2013-06-10 00:00",16.3,"2013-06-09 23:00",15.9,"2013-06-09 21:00","","","","",15.1,12.6,9.9,7.9,5.9,4,2.4,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43203",1,40.462182,-74.429439,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",45,0.326136,0.372382,2.6,"2013-06-07 15:00",2.6,"2013-06-09 03:00",2.4,"2013-06-21 05:00",2.3,"2013-06-05 04:00","","","","",2,1.5,1,0.7,0.4,0.2,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43204",1,40.462182,-74.429439,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,2.985185,1.799686,13.4,"2013-06-25 04:00",12.2,"2013-06-25 05:00",11.2,"2013-06-25 23:00",9.5,"2013-06-25 03:00","","","","",8.9,8,6.4,5.4,3.9,2.6,1.2,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43205",1,40.462182,-74.429439,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",4,0.356768,0.26315,2.4,"2013-06-04 12:00",2.2,"2013-06-07 15:00",1.6,"2013-06-25 23:00",1.5,"2013-06-09 21:00","","","","",1.4,1.2,0.9,0.6,0.4,0.3,0.2,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43206",1,40.462182,-74.429439,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",41,0.151094,0.104952,1.2,"2013-06-08 19:00",0.8,"2013-06-07 15:00",0.7,"2013-06-05 04:00",0.7,"2013-06-07 14:00","","","","",0.6,0.4,0.3,0.3,0.2,0.1,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43212",1,40.462182,-74.429439,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,1.547643,1.506972,12.8,"2013-06-15 05:00",10.9,"2013-06-27 02:00",9.6,"2013-06-25 23:00",9.4,"2013-06-14 21:00","","","","",8,6.4,4.5,3,1.9,1.1,0.4,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43214",1,40.462182,-74.429439,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.690909,0.644147,4.2,"2013-06-29 04:00",4,"2013-06-12 04:00",3.9,"2013-06-29 03:00",3.8,"2013-06-25 23:00","","","","",3.6,3.1,2,1.4,0.9,0.5,0.2,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43216",1,40.462182,-74.429439,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",471,0.028207,0.049944,0.4,"2013-06-07 14:00",0.3,"2013-06-07 15:00",0.2,"2013-06-04 12:00",0.2,"2013-06-05 04:00","","","","",0.2,0.2,0.1,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43217",1,40.462182,-74.429439,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",524,0.019562,0.046565,0.5,"2013-06-05 04:00",0.4,"2013-06-07 14:00",0.3,"2013-06-09 20:00",0.2,"2013-06-04 12:00","","","","",0.2,0.2,0.1,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43220",1,40.462182,-74.429439,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,1.016667,0.914438,8.3,"2013-06-07 14:00",5.9,"2013-06-30 06:00",5.8,"2013-06-07 13:00",5.8,"2013-06-25 23:00","","","","",4.7,4,2.8,2,1.2,0.7,0.3,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43221",1,40.462182,-74.429439,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,1.707239,1.608336,18.7,"2013-06-07 14:00",12.6,"2013-06-07 13:00",10.5,"2013-06-30 06:00",9.6,"2013-06-07 12:00","","","","",7.6,6.2,4.5,3.5,2,1.3,0.6,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43224",1,40.462182,-74.429439,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",485,0.02681,0.051539,0.4,"2013-06-07 14:00",0.3,"2013-06-06 01:00",0.3,"2013-06-15 02:00",0.3,"2013-06-23 03:00","","","","",0.2,0.2,0.1,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43226",1,40.462182,-74.429439,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",476,0.035488,0.082477,0.9,"2013-06-07 14:00",0.7,"2013-06-15 02:00",0.5,"2013-06-15 03:00",0.4,"2013-06-06 01:00","","","","",0.4,0.3,0.2,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43227",1,40.462182,-74.429439,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",543,0.01585,0.039694,0.4,"2013-06-07 14:00",0.3,"2013-06-15 02:00",0.2,"2013-06-04 12:00",0.2,"2013-06-06 01:00","","","","",0.2,0.2,0.1,0.005,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43230",1,40.462182,-74.429439,"WGS84","3-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",28,0.243165,0.221249,1.8,"2013-06-07 14:00",1.2,"2013-06-08 19:00",1.2,"2013-06-09 20:00",1.2,"2013-06-09 21:00","","","","",1.1,1,0.7,0.5,0.3,0.2,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43231",1,40.462182,-74.429439,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.387542,0.361671,3.1,"2013-06-07 14:00",2.3,"2013-06-25 04:00",2,"2013-06-14 08:00",1.8,"2013-06-06 01:00","","","","",1.8,1.6,1.2,0.8,0.5,0.3,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43232",1,40.462182,-74.429439,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",141,0.162298,0.181372,1.3,"2013-06-07 14:00",1.2,"2013-06-07 15:00",1.1,"2013-06-09 20:00",1.1,"2013-06-25 04:00","","","","",1,0.7,0.5,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43233",1,40.462182,-74.429439,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",388,0.054108,0.086633,0.7,"2013-06-07 14:00",0.6,"2013-06-07 15:00",0.5,"2013-06-08 19:00",0.5,"2013-06-25 04:00","","","","",0.4,0.3,0.2,0.2,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43235",1,40.462182,-74.429439,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",429,0.052096,0.102405,0.8,"2013-06-07 15:00",0.8,"2013-06-13 00:00",0.7,"2013-06-07 14:00",0.6,"2013-06-25 04:00","","","","",0.5,0.4,0.2,0.2,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43238",1,40.462182,-74.429439,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",400,0.05404,0.101965,0.9,"2013-06-19 12:00",0.8,"2013-06-07 15:00",0.8,"2013-06-13 00:00",0.7,"2013-06-07 14:00","","","","",0.5,0.3,0.2,0.1,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43242",1,40.462182,-74.429439,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",351,0.059184,0.083233,0.6,"2013-06-07 14:00",0.6,"2013-06-25 04:00",0.5,"2013-06-25 03:00",0.5,"2013-06-25 23:00","","","","",0.4,0.3,0.2,0.2,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43243",1,40.462182,-74.429439,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",97,0.935497,1.584357,14.6,"2013-06-09 21:00",10.4,"2013-06-09 20:00",10.3,"2013-06-09 22:00",9,"2013-06-30 13:00","","","","",8,6.3,4.4,2.6,1,0.3,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43244",1,40.462182,-74.429439,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",409,0.03846,0.054966,0.5,"2013-06-07 14:00",0.2,"2013-06-04 12:00",0.2,"2013-06-05 07:00",0.2,"2013-06-07 05:00","","","","",0.2,0.2,0.1,0.1,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43245",1,40.462182,-74.429439,"WGS84","1-Hexene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",512,0.059764,0.030959,0.4,"2013-06-28 12:00",0.3,"2013-06-21 12:00",0.2,"2013-06-04 06:00",0.2,"2013-06-06 14:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43247",1,40.462182,-74.429439,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",359,0.063291,0.099489,1,"2013-06-08 19:00",0.6,"2013-06-04 12:00",0.6,"2013-06-07 14:00",0.5,"2013-06-06 01:00","","","","",0.5,0.4,0.2,0.2,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43248",1,40.462182,-74.429439,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",197,0.112601,0.117618,0.9,"2013-06-07 14:00",0.7,"2013-06-07 15:00",0.7,"2013-06-25 04:00",0.6,"2013-06-04 12:00","","","","",0.6,0.5,0.3,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43249",1,40.462182,-74.429439,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",164,0.152222,0.166302,1.2,"2013-06-08 19:00",1.1,"2013-06-07 14:00",0.9,"2013-06-04 12:00",0.9,"2013-06-07 15:00","","","","",0.9,0.7,0.5,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43250",1,40.462182,-74.429439,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.545118,0.586312,7.8,"2013-06-08 19:00",4.2,"2013-06-04 12:00",4.1,"2013-06-07 14:00",3.6,"2013-06-09 21:00","","","","",3,2.3,1.5,1.1,0.7,0.4,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43252",1,40.462182,-74.429439,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",228,0.130034,0.195186,2.7,"2013-06-08 19:00",1.4,"2013-06-04 12:00",1.2,"2013-06-07 14:00",1.1,"2013-06-09 20:00","","","","",0.9,0.7,0.4,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43253",1,40.462182,-74.429439,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",483,0.027635,0.054144,0.4,"2013-06-07 14:00",0.4,"2013-06-08 19:00",0.3,"2013-06-04 12:00",0.3,"2013-06-07 15:00","","","","",0.3,0.2,0.1,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43261",1,40.462182,-74.429439,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",227,0.130362,0.182733,1.7,"2013-06-07 14:00",1.2,"2013-06-25 04:00",1.1,"2013-06-04 12:00",1.1,"2013-06-07 15:00","","","","",1,0.7,0.5,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43262",1,40.462182,-74.429439,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",81,0.205059,0.201029,1.5,"2013-06-07 14:00",1.1,"2013-06-09 21:00",1.1,"2013-06-25 04:00",1,"2013-06-04 12:00","","","","",1,0.8,0.6,0.5,0.3,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43263",1,40.462182,-74.429439,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",205,0.127146,0.147677,1,"2013-06-07 14:00",1,"2013-06-08 19:00",0.8,"2013-06-04 12:00",0.8,"2013-06-07 15:00","","","","",0.8,0.6,0.4,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43280",1,40.462182,-74.429439,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",393,0.045732,0.070979,0.7,"2013-06-19 12:00",0.4,"2013-06-04 12:00",0.4,"2013-06-07 15:00",0.4,"2013-06-07 20:00","","","","",0.4,0.2,0.2,0.1,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43284",1,40.462182,-74.429439,"WGS84","2,3-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",191,0.124503,0.149857,1.4,"2013-06-07 14:00",1.1,"2013-06-08 19:00",1,"2013-06-07 13:00",0.8,"2013-06-04 12:00","","","","",0.8,0.5,0.4,0.3,0.2,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43285",1,40.462182,-74.429439,"WGS84","2-Methylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",5,0.397012,0.355337,3,"2013-06-07 14:00",2,"2013-06-08 19:00",1.9,"2013-06-07 13:00",1.9,"2013-06-09 20:00","","","","",1.9,1.5,1.1,0.8,0.5,0.3,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43291",1,40.462182,-74.429439,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",316,0.078923,0.115261,1.2,"2013-06-08 19:00",0.7,"2013-06-07 14:00",0.6,"2013-06-04 12:00",0.6,"2013-06-08 20:00","","","","",0.6,0.4,0.3,0.2,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43954",1,40.462182,-74.429439,"WGS84","n-Undecane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",522,0.02931,0.117469,1.8,"2013-06-11 12:00",1.4,"2013-06-19 12:00",0.9,"2013-06-19 13:00",0.6,"2013-06-11 13:00","","","","",0.5,0.3,0.1,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","43960",1,40.462182,-74.429439,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",455,0.032618,0.056446,0.5,"2013-06-25 23:00",0.3,"2013-06-07 14:00",0.3,"2013-06-07 15:00",0.2,"2013-06-04 12:00","","","","",0.2,0.2,0.1,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","44201",1,40.462182,-74.429439,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7208,100,213,214,0,0,0,0,"Certification not required",542,0.050141,0.013471,0.089,"2013-07-09 16:00",0.085,"2013-06-21 15:00",0.084,"2013-06-22 15:00",0.083,"2013-05-31 13:00","","","","",0.084,0.077,0.073,0.068,0.059,0.051,0.04,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","023","0011","44201",1,40.462182,-74.429439,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7262,99,212,214,0,0,0,0,"Certification not required",0,0.044387,0.012529,0.074,"2013-05-31 10:00",0.07,"2013-06-21 10:00",0.07,"2013-06-22 10:00",0.07,"2013-07-09 10:00","","","","",0.07,0.069,0.066,0.06,0.053,0.046,0.036,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","023","0011","44201",1,40.462182,-74.429439,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7262,99,212,214,0,0,0,0,"Certification not required",0,0.044387,0.012529,0.074,"2013-05-31 10:00",0.07,"2013-06-21 10:00",0.07,"2013-06-22 10:00",0.07,"2013-07-09 10:00","","","","",0.07,0.069,0.066,0.06,0.053,0.046,0.036,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","023","0011","45109",1,40.462182,-74.429439,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.319192,0.512345,4,"2013-06-08 19:00",3.3,"2013-06-07 15:00",3.1,"2013-06-25 04:00",3,"2013-06-07 14:00","","","","",2.6,1.9,1.3,0.9,0.4,0.1,0,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45201",1,40.462182,-74.429439,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.314983,0.211382,1.5,"2013-06-09 21:00",1.3,"2013-06-25 23:00",1.2,"2013-06-07 14:00",1.2,"2013-06-08 19:00","","","","",1.2,1,0.7,0.6,0.4,0.3,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45202",1,40.462182,-74.429439,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,1.050505,0.917531,8.2,"2013-06-08 19:00",6.5,"2013-06-09 21:00",6.1,"2013-06-07 14:00",6,"2013-06-07 15:00","","","","",5,4,2.6,2.1,1.3,0.8,0.3,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45203",1,40.462182,-74.429439,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.082492,0.135564,1,"2013-06-08 19:00",0.8,"2013-06-07 15:00",0.8,"2013-06-25 04:00",0.7,"2013-06-07 14:00","","","","",0.6,0.5,0.3,0.2,0.1,0,0,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45204",1,40.462182,-74.429439,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.114141,0.193055,1.5,"2013-06-08 19:00",1.4,"2013-06-25 04:00",1.1,"2013-06-07 14:00",1.1,"2013-06-09 21:00","","","","",0.9,0.8,0.5,0.3,0.2,0,0,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45207",1,40.462182,-74.429439,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",546,0.016044,0.042691,0.4,"2013-06-08 19:00",0.3,"2013-06-07 14:00",0.3,"2013-06-09 21:00",0.3,"2013-06-13 00:00","","","","",0.2,0.2,0.1,0.005,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45208",1,40.462182,-74.429439,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",53,0.230918,0.139606,1.4,"2013-06-08 19:00",1.1,"2013-06-19 12:00",1,"2013-06-07 15:00",1,"2013-06-09 21:00","","","","",0.8,0.7,0.4,0.3,0.3,0.2,0.1,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45209",1,40.462182,-74.429439,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",560,0.011111,0.026634,0.3,"2013-06-20 12:00",0.2,"2013-06-08 19:00",0.2,"2013-06-19 12:00",0.1,"2013-06-03 10:00","","","","",0.1,0.1,0.1,0.005,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45210",1,40.462182,-74.429439,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.032828,0.124217,1.6,"2013-06-25 04:00",1.1,"2013-06-25 05:00",1,"2013-06-25 23:00",0.9,"2013-06-22 06:00","","","","",0.6,0.4,0.2,0.1,0,0,0,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45211",1,40.462182,-74.429439,"WGS84","o-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",536,0.015791,0.035213,0.3,"2013-06-08 19:00",0.2,"2013-06-05 04:00",0.2,"2013-06-07 15:00",0.2,"2013-06-11 12:00","","","","",0.2,0.1,0.1,0.005,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45212",1,40.462182,-74.429439,"WGS84","m-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",474,0.042374,0.097915,1.1,"2013-06-06 00:00",0.7,"2013-06-08 19:00",0.6,"2013-06-07 15:00",0.5,"2013-06-07 14:00","","","","",0.5,0.3,0.2,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45213",1,40.462182,-74.429439,"WGS84","p-Ethyltoluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",402,0.197155,0.627572,7.5,"2013-06-05 03:00",4.8,"2013-06-09 21:00",4.8,"2013-06-21 04:00",4.5,"2013-06-08 19:00","","","","",3.5,2.6,0.9,0.4,0.1,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45218",1,40.462182,-74.429439,"WGS84","m-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",503,0.027635,0.066329,0.8,"2013-06-19 13:00",0.4,"2013-06-07 15:00",0.4,"2013-06-08 19:00",0.4,"2013-06-11 12:00","","","","",0.3,0.2,0.2,0.1,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45219",1,40.462182,-74.429439,"WGS84","p-Diethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",563,0.010968,0.027627,0.3,"2013-06-11 13:00",0.2,"2013-06-07 15:00",0.2,"2013-06-11 12:00",0.2,"2013-06-19 12:00","","","","",0.1,0.1,0.1,0.005,0.005,0.005,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45220",1,40.462182,-74.429439,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",594,7,23,365,0,0,"","","Certification not required",0,0.031145,0.068146,0.6,"2013-06-11 12:00",0.5,"2013-06-19 12:00",0.4,"2013-06-07 15:00",0.4,"2013-06-09 21:00","","","","",0.3,0.2,0.2,0.1,0,0,0,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","023","0011","45225",1,40.462182,-74.429439,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",593,7,23,365,0,0,"","","Certification not required",293,0.433668,1.338207,16.1,"2013-06-05 03:00",14.1,"2013-06-21 04:00",8.4,"2013-06-05 04:00",8.3,"2013-06-06 00:00","","","","",7.2,4.8,1.9,1,0.3,0.1,0.005,"Rutgers University","Horticultural Farm #3, off Ryder's Lane","New Jersey","Middlesex","East Brunswick","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","025","0005","44201",1,40.277647,-74.0051,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5489,99,212,214,0,0,0,0,"Certification not required",109,0.050599,0.014033,0.105,"2013-07-18 12:00",0.096,"2013-07-16 13:00",0.091,"2013-06-25 15:00",0.086,"2013-07-17 11:00","","","","",0.091,0.082,0.075,0.069,0.06,0.05,0.034,"Monmouth University","Edison Science Building, 400 Cedar Avenue","New Jersey","Monmouth","West Long Branch","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","025","0005","44201",1,40.277647,-74.0051,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5514,99,211,214,0,0,1,1,"Certification not required",0,0.045332,0.012241,0.086,"2013-07-18 10:00",0.084,"2013-07-16 11:00",0.081,"2013-06-25 10:00",0.071,"2013-04-28 11:00","","","","",0.081,0.069,0.064,0.059,0.053,0.046,0.031,"Monmouth University","Edison Science Building, 400 Cedar Avenue","New Jersey","Monmouth","West Long Branch","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","025","0005","44201",1,40.277647,-74.0051,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5514,99,211,214,0,0,3,3,"Certification not required",0,0.045332,0.012241,0.086,"2013-07-18 10:00",0.084,"2013-07-16 11:00",0.081,"2013-06-25 10:00",0.071,"2013-04-28 11:00","","","","",0.081,0.069,0.064,0.059,0.053,0.046,0.031,"Monmouth University","Edison Science Building, 400 Cedar Avenue","New Jersey","Monmouth","West Long Branch","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","027","0004","68105",1,40.801211,-74.483433,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.231868,10.149635,31.7,"2013-07-18 00:00",30.9,"2013-07-15 00:00",29.9,"2013-07-06 00:00",28.4,"2013-05-31 00:00","","","","",31.7,30.9,27.5,25.9,23.2,16.4,1,"Morristown Amb Squad","16 Early Street","New Jersey","Morris","Morristown","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","0004","68108",1,40.801211,-74.483433,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,757.89011,4.771328,771,"2013-04-22 00:00",768,"2013-01-10 00:00",768,"2013-05-01 00:00",765,"2013-07-15 00:00","","","","",771,768,764,764,761,758,752,"Morristown Amb Squad","16 Early Street","New Jersey","Morris","Morristown","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","0004","88101",1,40.801211,-74.483433,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,8.147253,4.281078,21.2,"2013-01-28 00:00",18,"2013-05-22 00:00",17.2,"2013-07-09 00:00",17.2,"2013-09-10 00:00","","","","",21.2,18,16.7,14.8,10.6,7.1,3.5,"Morristown Amb Squad","16 Early Street","New Jersey","Morris","Morristown","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","0004","88101",1,40.801211,-74.483433,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,8.147253,4.281078,21.2,"2013-01-28 00:00",18,"2013-05-22 00:00",17.2,"2013-07-09 00:00",17.2,"2013-09-10 00:00","","","","",21.2,18,16.7,14.8,10.6,7.1,3.5,"Morristown Amb Squad","16 Early Street","New Jersey","Morris","Morristown","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","3001","42153",6,40.787628,-74.676301,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.753111,0.662395,1.76,"2013-04-28 00:00",1.73,"2013-06-21 00:00",1.72,"2013-05-04 00:00",1.55,"2013-05-10 00:00","","","","",1.76,1.76,1.72,1.5,1.3,1.09,0.01,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","42401",1,40.787628,-74.676301,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6064,69,263,365,0,0,0,"","Certification not required",0,1.593156,1.542611,12,"2013-07-20 17:00",9,"2013-01-26 02:00",7,"2013-01-03 19:00",6,"2013-01-04 18:00","","","","",7,5,4,4,2,1,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","027","3001","42401",1,40.787628,-74.676301,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6064,69,263,365,0,0,"","","Certification not required",0,0.681398,0.897378,12,"2013-07-20 17:00",11,"2013-07-20 18:00",9,"2013-01-26 02:00",7,"2013-01-03 19:00","","","","",4,3,2,2,1,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","027","3001","42401",1,40.787628,-74.676301,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",263,72,263,365,0,0,0,"","Certification not required",0,0.68365,0.69392,3.4,"2013-01-09 00:00",3.1,"2013-01-06 00:00",2.9,"2013-01-04 00:00",2.9,"2013-01-28 00:00","","","","",2.9,2.4,2,1.6,1,0.5,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","027","3001","42401",1,40.787628,-74.676301,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1840,63,261,365,0,0,"",0,"Certification not required",0,0.661087,0.823114,5.6,"2013-01-03 20:00",5.3,"2013-01-03 23:00",5.3,"2013-01-04 20:00",5,"2013-01-28 11:00","","","","",3.6,3,2,1.6,1,0.3,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","027","3001","42401",3,40.787628,-74.676301,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",74114,71,263,365,0,0,"","","Certification not required",0,0.817754,0.946902,16,"2013-07-20 17:40",16,"2013-07-20 17:45",16,"2013-07-20 17:50",15,"2013-07-20 17:30","","","","",4,3,2,2,1,1,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","027","3001","42601",1,40.787628,-74.676301,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6120,70,257,365,0,0,"","","Certification not required",0,0.210458,1.353449,38,"2013-02-07 15:00",29,"2013-02-07 16:00",25,"2013-01-11 12:00",24,"2013-02-26 11:00","","","","",5,3,1,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","027","3001","42602",1,40.787628,-74.676301,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6120,70,257,365,0,0,0,"","Certification not required",0,8.256809,7.090666,48,"2013-02-07 17:00",37,"2013-04-10 15:00",35,"2013-01-09 15:00",33,"2013-01-11 12:00","","","","",35,33,24,17,10,6,3,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","027","3001","42602",1,40.787628,-74.676301,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6120,70,257,365,0,0,"","","Certification not required",0,3.623529,4.077662,48,"2013-02-07 17:00",47,"2013-02-07 16:00",46,"2013-02-07 15:00",40,"2013-02-07 18:00","","","","",22,17,10,7,4,2,1,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","027","3001","43205",6,40.787628,-74.676301,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.753867,0.285424,1.434,"2013-02-21 00:00",1.311,"2013-01-28 00:00",1.209,"2013-06-21 00:00",1.191,"2013-03-11 00:00","","","","",1.434,1.434,1.209,1.17,0.948,0.723,0.429,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43206",6,40.787628,-74.676301,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.691022,0.413346,1.898,"2013-02-27 00:00",1.796,"2013-01-28 00:00",1.468,"2013-02-15 00:00",1.368,"2013-01-16 00:00","","","","",1.898,1.898,1.468,1.186,0.932,0.56,0.292,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43208",6,40.787628,-74.676301,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.033844,0.006715,0.05,"2013-04-22 00:00",0.046,"2013-02-21 00:00",0.044,"2013-01-10 00:00",0.044,"2013-07-15 00:00","","","","",0.05,0.05,0.044,0.042,0.038,0.032,0.028,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43218",6,40.787628,-74.676301,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.060667,0.051008,0.16,"2013-04-22 00:00",0.16,"2013-06-21 00:00",0.16,"2013-09-25 00:00",0.14,"2013-01-28 00:00","","","","",0.16,0.16,0.16,0.14,0.08,0.07,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43233",6,40.787628,-74.676301,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,0.407467,0.327145,2.112,"2013-07-03 00:00",1.192,"2013-06-21 00:00",0.672,"2013-05-04 00:00",0.664,"2013-05-10 00:00","","","","",2.112,2.112,0.672,0.648,0.488,0.352,0.16,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43372",6,40.787628,-74.676301,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,5.739111,9.871546,35.95,"2013-04-22 00:00",35.15,"2013-05-04 00:00",34,"2013-04-28 00:00",27.9,"2013-05-10 00:00","","","","",35.95,35.95,34,22.35,6.1,1.42,0.15,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43373",6,40.787628,-74.676301,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039733,0.004919,0.072,"2013-07-15 00:00",0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00","","","","",0.072,0.072,0.039,0.039,0.039,0.039,0.039,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43396",6,40.787628,-74.676301,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",12,0.343022,0.28467,0.984,"2013-03-11 00:00",0.918,"2013-01-10 00:00",0.846,"2013-01-28 00:00",0.798,"2013-02-15 00:00","","","","",0.984,0.984,0.846,0.708,0.6,0.27,0.042,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43438",6,40.787628,-74.676301,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43441",6,40.787628,-74.676301,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002889,0.011,0.05,"2013-04-22 00:00",0.04,"2013-04-10 00:00",0.04,"2013-09-13 00:00",0,"2013-01-04 00:00","","","","",0.05,0.05,0.04,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43502",6,40.787628,-74.676301,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.944444,1.107527,4.3,"2013-07-15 00:00",4,"2013-07-21 00:00",3.9,"2013-06-21 00:00",3.7,"2013-06-27 00:00","","","","",4.3,4.3,3.9,3.5,2.9,1.8,0.6,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43503",6,40.787628,-74.676301,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.5,0.722999,4.5,"2013-04-10 00:00",3.5,"2013-01-28 00:00",2.9,"2013-02-03 00:00",2.1,"2013-02-15 00:00","","","","",4.5,4.5,2.9,2.1,1.8,1.3,0.8,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43504",6,40.787628,-74.676301,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.311111,0.169521,0.8,"2013-04-10 00:00",0.8,"2013-07-15 00:00",0.5,"2013-05-22 00:00",0.5,"2013-05-28 00:00","","","","",0.8,0.8,0.5,0.5,0.4,0.3,0.1,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43505",6,40.787628,-74.676301,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,1.388293,0.642339,2.69,"2013-04-28 00:00",2.63,"2013-09-07 00:00",2.44,"2013-07-03 00:00",2.24,"2013-09-01 00:00","","","","",2.69,2.69,2.44,2.13,1.91,1.38,0.56,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43510",6,40.787628,-74.676301,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.212444,0.098602,0.612,"2013-04-10 00:00",0.424,"2013-01-28 00:00",0.352,"2013-04-28 00:00",0.336,"2013-04-22 00:00","","","","",0.612,0.612,0.352,0.304,0.264,0.204,0.116,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43513",6,40.787628,-74.676301,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43517",6,40.787628,-74.676301,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",6,0.097395,0.076096,0.3,"2013-05-28 00:00",0.288,"2013-06-21 00:00",0.258,"2013-05-22 00:00",0.234,"2013-05-10 00:00","","","","",0.3,0.3,0.258,0.198,0.138,0.09,0.006,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43518",6,40.787628,-74.676301,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",1,0.073313,0.038311,0.185,"2013-04-10 00:00",0.14,"2013-07-21 00:00",0.125,"2013-09-19 00:00",0.12,"2013-05-22 00:00","","","","",0.185,0.185,0.14,0.12,0.095,0.08,0.03,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43528",6,40.787628,-74.676301,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.640178,0.87502,4.8,"2013-07-15 00:00",2.196,"2013-07-21 00:00",2,"2013-06-27 00:00",1.812,"2013-07-09 00:00","","","","",4.8,4.8,2,1.58,0.992,0.176,0.044,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43551",6,40.787628,-74.676301,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.546133,1.045623,6.15,"2013-04-28 00:00",4.65,"2013-01-28 00:00",4.5,"2013-04-10 00:00",4.05,"2013-04-22 00:00","","","","",6.15,6.15,4.5,3.96,3.06,2.289,1.599,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43552",6,40.787628,-74.676301,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.430222,0.162996,0.948,"2013-04-10 00:00",0.88,"2013-01-28 00:00",0.816,"2013-04-28 00:00",0.68,"2013-02-15 00:00","","","","",0.948,0.948,0.816,0.6,0.496,0.388,0.292,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43560",6,40.787628,-74.676301,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.186667,0.098165,0.56,"2013-07-03 00:00",0.45,"2013-02-21 00:00",0.38,"2013-05-28 00:00",0.29,"2013-02-27 00:00","","","","",0.56,0.56,0.38,0.29,0.21,0.17,0.09,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43702",6,40.787628,-74.676301,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.537333,0.315828,1.63,"2013-07-03 00:00",0.99,"2013-07-21 00:00",0.96,"2013-06-21 00:00",0.91,"2013-06-03 00:00","","","","",1.63,1.63,0.96,0.9,0.75,0.58,0.18,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43704",6,40.787628,-74.676301,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.148444,0.187107,0.79,"2013-06-21 00:00",0.38,"2013-07-09 00:00",0.38,"2013-07-15 00:00",0.38,"2013-08-26 00:00","","","","",0.79,0.79,0.38,0.37,0.32,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43801",6,40.787628,-74.676301,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.592667,0.161701,1.23,"2013-08-08 00:00",1.12,"2013-06-21 00:00",0.74,"2013-04-22 00:00",0.74,"2013-07-03 00:00","","","","",1.23,1.23,0.74,0.71,0.62,0.58,0.46,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43802",6,40.787628,-74.676301,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,21,"","","Certification not required",0,0.28625,0.638618,3.24,"2013-07-03 00:00",0.37,"2013-04-04 00:00",0.34,"2013-01-04 00:00",0.34,"2013-04-10 00:00","","","","",3.24,3.24,0.37,0.34,0.3,0.13,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43803",6,40.787628,-74.676301,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.020444,0.013135,0.08,"2013-07-03 00:00",0.03,"2013-02-21 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-22 00:00","","","","",0.08,0.08,0.03,0.03,0.03,0.02,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43804",6,40.787628,-74.676301,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.097333,0.016842,0.13,"2013-06-21 00:00",0.12,"2013-07-03 00:00",0.12,"2013-07-21 00:00",0.12,"2013-07-27 00:00","","","","",0.13,0.13,0.12,0.11,0.11,0.1,0.08,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43806",6,40.787628,-74.676301,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000889,0.002878,0.01,"2013-01-28 00:00",0.01,"2013-02-03 00:00",0.01,"2013-04-22 00:00",0.01,"2013-07-27 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43811",6,40.787628,-74.676301,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.2402,0.041268,0.312,"2013-04-16 00:00",0.3,"2013-04-10 00:00",0.3,"2013-06-21 00:00",0.296,"2013-05-04 00:00","","","","",0.312,0.312,0.3,0.293,0.262,0.239,0.209,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43812",6,40.787628,-74.676301,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.023778,0.032213,0.11,"2013-06-21 00:00",0.11,"2013-08-08 00:00",0.08,"2013-07-03 00:00",0.07,"2013-05-04 00:00","","","","",0.11,0.11,0.08,0.06,0.05,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43813",6,40.787628,-74.676301,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000444,0.002981,0.02,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43814",6,40.787628,-74.676301,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.009535,0.03,"2013-01-10 00:00",0.03,"2013-02-21 00:00",0.03,"2013-04-22 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43815",6,40.787628,-74.676301,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.039333,0.017242,0.08,"2013-07-03 00:00",0.07,"2013-04-22 00:00",0.06,"2013-02-21 00:00",0.06,"2013-04-04 00:00","","","","",0.08,0.08,0.06,0.06,0.05,0.04,0.02,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43817",6,40.787628,-74.676301,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018444,0.017575,0.07,"2013-04-10 00:00",0.07,"2013-05-28 00:00",0.05,"2013-05-22 00:00",0.04,"2013-01-28 00:00","","","","",0.07,0.07,0.05,0.03,0.03,0.02,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43818",6,40.787628,-74.676301,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003333,0.007687,0.03,"2013-02-21 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00",0.02,"2013-04-10 00:00","","","","",0.03,0.03,0.02,0.02,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43819",6,40.787628,-74.676301,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.015556,0.00785,0.04,"2013-01-28 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43820",6,40.787628,-74.676301,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43821",6,40.787628,-74.676301,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.164889,0.026726,0.222,"2013-04-22 00:00",0.21,"2013-05-04 00:00",0.2,"2013-06-21 00:00",0.196,"2013-01-28 00:00","","","","",0.222,0.222,0.2,0.19,0.176,0.164,0.144,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43823",6,40.787628,-74.676301,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.472267,0.084978,0.63,"2013-04-22 00:00",0.61,"2013-04-16 00:00",0.58,"2013-05-04 00:00",0.58,"2013-06-21 00:00","","","","",0.63,0.63,0.58,0.57,0.52,0.46,0.41,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43824",6,40.787628,-74.676301,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002,0.006606,0.03,"2013-07-27 00:00",0.02,"2013-01-28 00:00",0.02,"2013-04-10 00:00",0.02,"2013-04-22 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43826",6,40.787628,-74.676301,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43828",6,40.787628,-74.676301,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009667,0.001118,0.017,"2013-07-15 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00","","","","",0.017,0.017,0.0095,0.0095,0.0095,0.0095,0.0095,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43829",6,40.787628,-74.676301,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43830",6,40.787628,-74.676301,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43831",6,40.787628,-74.676301,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43832",6,40.787628,-74.676301,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009156,0.001043,0.016,"2013-07-15 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00","","","","",0.016,0.016,0.009,0.009,0.009,0.009,0.009,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43835",6,40.787628,-74.676301,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43836",6,40.787628,-74.676301,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008144,0.000969,0.0145,"2013-07-15 00:00",0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00","","","","",0.0145,0.0145,0.008,0.008,0.008,0.008,0.008,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43838",6,40.787628,-74.676301,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0122,0.001342,0.021,"2013-07-15 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00","","","","",0.021,0.021,0.012,0.012,0.012,0.012,0.012,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43839",6,40.787628,-74.676301,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016267,0.001789,0.028,"2013-07-15 00:00",0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00","","","","",0.028,0.028,0.016,0.016,0.016,0.016,0.016,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43843",6,40.787628,-74.676301,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43844",6,40.787628,-74.676301,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004667,0.012173,0.06,"2013-01-10 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-04 00:00",0.03,"2013-07-27 00:00","","","","",0.06,0.06,0.03,0.02,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","43860",6,40.787628,-74.676301,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000889,0.004168,0.02,"2013-01-28 00:00",0.02,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","44201",1,40.787628,-74.676301,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7152,98,210,214,0,0,0,0,"Certification not required",50,0.050371,0.012907,0.092,"2013-05-31 16:00",0.089,"2013-07-21 17:00",0.087,"2013-06-21 19:00",0.086,"2013-09-11 15:00","","","","",0.087,0.083,0.073,0.067,0.059,0.05,0.041,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","027","3001","44201",1,40.787628,-74.676301,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7189,98,210,214,0,0,0,0,"Certification not required",0,0.045162,0.011376,0.077,"2013-07-19 10:00",0.076,"2013-05-31 11:00",0.074,"2013-08-21 11:00",0.073,"2013-06-21 13:00","","","","",0.074,0.073,0.064,0.061,0.053,0.046,0.037,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","027","3001","44201",1,40.787628,-74.676301,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7189,98,210,214,0,0,2,2,"Certification not required",0,0.045162,0.011376,0.077,"2013-07-19 10:00",0.076,"2013-05-31 11:00",0.074,"2013-08-21 11:00",0.073,"2013-06-21 13:00","","","","",0.074,0.073,0.064,0.061,0.053,0.046,0.037,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","027","3001","45109",6,40.787628,-74.676301,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.512444,0.548573,3.87,"2013-07-03 00:00",0.93,"2013-01-28 00:00",0.84,"2013-04-22 00:00",0.82,"2013-05-04 00:00","","","","",3.87,3.87,0.84,0.78,0.58,0.39,0.25,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45201",6,40.787628,-74.676301,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.970889,0.761228,5.41,"2013-09-13 00:00",2.03,"2013-07-03 00:00",1.87,"2013-01-28 00:00",1.58,"2013-01-16 00:00","","","","",5.41,5.41,1.87,1.43,1,0.83,0.55,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45202",6,40.787628,-74.676301,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.318889,3.015527,21.98,"2013-07-03 00:00",5.29,"2013-01-10 00:00",5.16,"2013-01-28 00:00",4.44,"2013-02-15 00:00","","","","",21.98,21.98,5.16,4.19,3.64,2.81,1.73,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45203",6,40.787628,-74.676301,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.246222,0.208188,1.44,"2013-07-03 00:00",0.54,"2013-01-28 00:00",0.46,"2013-01-16 00:00",0.38,"2013-04-10 00:00","","","","",1.44,1.44,0.46,0.37,0.3,0.18,0.13,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45204",6,40.787628,-74.676301,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.230889,0.240244,1.68,"2013-07-03 00:00",0.46,"2013-01-28 00:00",0.38,"2013-01-16 00:00",0.36,"2013-05-04 00:00","","","","",1.68,1.68,0.38,0.34,0.28,0.18,0.1,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45207",6,40.787628,-74.676301,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",24,0.2081,0.179586,0.792,"2013-05-04 00:00",0.702,"2013-04-28 00:00",0.621,"2013-07-03 00:00",0.54,"2013-05-10 00:00","","","","",0.792,0.792,0.621,0.513,0.261,0.0855,0.0855,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45208",6,40.787628,-74.676301,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.2201,0.254193,1.692,"2013-07-03 00:00",0.477,"2013-01-28 00:00",0.441,"2013-01-16 00:00",0.405,"2013-09-01 00:00","","","","",1.692,1.692,0.441,0.378,0.297,0.18,0.081,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45220",6,40.787628,-74.676301,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.112889,0.185026,1.12,"2013-07-03 00:00",0.34,"2013-01-28 00:00",0.3,"2013-01-16 00:00",0.26,"2013-01-22 00:00","","","","",1.12,1.12,0.3,0.26,0.16,0.08,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45501",6,40.787628,-74.676301,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.107178,0.076139,0.371,"2013-05-28 00:00",0.357,"2013-06-21 00:00",0.294,"2013-05-22 00:00",0.189,"2013-05-10 00:00","","","","",0.371,0.371,0.294,0.189,0.133,0.098,0.042,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45503",6,40.787628,-74.676301,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45504",6,40.787628,-74.676301,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",12,0.118,0.10271,0.424,"2013-07-21 00:00",0.36,"2013-06-21 00:00",0.296,"2013-07-15 00:00",0.248,"2013-07-27 00:00","","","","",0.424,0.424,0.36,0.248,0.192,0.096,0.016,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45801",6,40.787628,-74.676301,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003778,0.017747,0.09,"2013-02-21 00:00",0.08,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.09,0.09,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45805",6,40.787628,-74.676301,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.070267,0.008497,0.126,"2013-07-15 00:00",0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00","","","","",0.126,0.126,0.069,0.069,0.069,0.069,0.069,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45806",6,40.787628,-74.676301,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.086933,0.030611,0.228,"2013-04-28 00:00",0.186,"2013-05-04 00:00",0.162,"2013-05-10 00:00",0.138,"2013-07-15 00:00","","","","",0.228,0.228,0.162,0.078,0.078,0.078,0.078,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45807",6,40.787628,-74.676301,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.014667,0.0251,0.08,"2013-02-21 00:00",0.08,"2013-05-22 00:00",0.07,"2013-04-10 00:00",0.06,"2013-07-27 00:00","","","","",0.08,0.08,0.07,0.05,0.03,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","45810",6,40.787628,-74.676301,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","027","3001","63301",1,40.787628,-74.676301,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6475,74,269,365,0,0,"","","Certification not required",3164,0.263303,0.397466,1.63,"2013-06-19 12:00",1.56,"2013-05-12 11:00",1.56,"2013-05-26 12:00",1.55,"2013-06-12 12:00","","","","",1.4,1.34,1.19,0.98,0.39,0.02,0.005,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","027","3001","68103",5,40.787628,-74.676301,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,6.928736,8.753815,23.2,"2013-07-18 00:00",22.6,"2013-07-15 00:00",21.6,"2013-07-06 00:00",20.2,"2013-07-03 00:00","","","","",23.2,22.6,20.1,19,14,8.1,-4.5,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","68104",5,40.787628,-74.676301,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,17.894253,10.543899,36.2,"2013-07-18 00:00",34,"2013-07-15 00:00",32.5,"2013-07-06 00:00",31.8,"2013-07-21 00:00","","","","",36.2,34,31.3,29.5,27.1,19.6,1.8,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","68105",1,40.787628,-74.676301,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,2,"","","Certification not required",0,11.534483,10.173539,26.5,"2013-07-15 00:00",26.2,"2013-07-06 00:00",25.3,"2013-05-31 00:00",24.3,"2013-07-21 00:00","","","","",26.5,26.2,24.1,23.1,20.3,14.6,-2,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","3001","68105",5,40.787628,-74.676301,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,12.07931,9.377089,29.2,"2013-07-18 00:00",27.7,"2013-07-15 00:00",27.3,"2013-07-06 00:00",25.3,"2013-07-21 00:00","","","","",29.2,27.7,24,23.2,20.1,13.3,-1,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","68106",5,40.787628,-74.676301,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,737,5.365696,750,"2013-04-22 00:00",747,"2013-05-01 00:00",745,"2013-06-21 00:00",745,"2013-10-13 00:00","","","","",750,747,744,743,741,737,731,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","68107",5,40.787628,-74.676301,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,741.781609,4.514641,754,"2013-04-22 00:00",751,"2013-05-01 00:00",750,"2013-01-10 00:00",750,"2013-11-06 00:00","","","","",754,751,749,748,745,742,736,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","68108",1,40.787628,-74.676301,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,2,"","","Certification not required",0,742.609195,4.733248,755,"2013-04-22 00:00",753,"2013-01-10 00:00",752,"2013-05-01 00:00",750,"2013-08-17 00:00","","","","",755,753,750,748,746,743,737,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","3001","68108",5,40.787628,-74.676301,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,738.908046,4.831178,752,"2013-04-22 00:00",749,"2013-05-01 00:00",747,"2013-01-10 00:00",746,"2013-10-13 00:00","","","","",752,749,745,745,742,739,733,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88101",1,40.787628,-74.676301,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,0,0,"Certification not required",0,6.974713,3.680344,16.5,"2013-05-22 00:00",15.9,"2013-09-10 00:00",15,"2013-05-31 00:00",14.7,"2013-02-03 00:00","","","","",16.5,15.9,14.6,12.5,9.7,6.3,2.8,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","3001","88101",1,40.787628,-74.676301,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,6.974713,3.680344,16.5,"2013-05-22 00:00",15.9,"2013-09-10 00:00",15,"2013-05-31 00:00",14.7,"2013-02-03 00:00","","","","",16.5,15.9,14.6,12.5,9.7,6.3,2.8,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","027","3001","88102",5,40.787628,-74.676301,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",78,0.022052,0.011122,0.072,"2013-07-03 00:00",0.072,"2013-10-16 00:00",0.059,"2013-01-31 00:00",0.053,"2013-04-16 00:00","","","","",0.072,0.072,0.041,0.026,0.026,0.021,0.014,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88103",5,40.787628,-74.676301,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000488,0.000851,0.004,"2013-07-27 00:00",0.003,"2013-01-13 00:00",0.003,"2013-08-26 00:00",0.003,"2013-09-07 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88104",5,40.787628,-74.676301,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",60,0.020622,0.028843,0.183,"2013-07-15 00:00",0.155,"2013-07-03 00:00",0.117,"2013-04-25 00:00",0.071,"2013-07-06 00:00","","","","",0.183,0.155,0.06,0.041,0.02,0.0115,0.0065,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88107",5,40.787628,-74.676301,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.006636,0.006319,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88109",5,40.787628,-74.676301,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",25,0.002521,0.001561,0.0073,"2013-01-28 00:00",0.0066,"2013-02-03 00:00",0.006,"2013-04-10 00:00",0.0057,"2013-02-06 00:00","","","","",0.0073,0.0066,0.0053,0.0046,0.0034,0.0023,0.00065,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88110",5,40.787628,-74.676301,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.002302,0.004519,0.019,"2013-07-24 00:00",0.019,"2013-10-13 00:00",0.015,"2013-01-13 00:00",0.015,"2013-10-01 00:00","","","","",0.019,0.019,0.012,0.009,0.002,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88111",5,40.787628,-74.676301,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",45,0.009458,0.010188,0.0632,"2013-04-10 00:00",0.0403,"2013-07-15 00:00",0.0376,"2013-05-16 00:00",0.0302,"2013-03-11 00:00","","","","",0.0632,0.0403,0.0263,0.0222,0.0128,0.00375,0.0021,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88112",5,40.787628,-74.676301,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.006337,0.013537,0.092,"2013-09-25 00:00",0.061,"2013-10-07 00:00",0.059,"2013-09-22 00:00",0.024,"2013-04-25 00:00","","","","",0.092,0.061,0.023,0.014,0.005,0.003,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88113",5,40.787628,-74.676301,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.000688,0.000162,0.0017,"2013-04-10 00:00",0.0011,"2013-04-25 00:00",0.001,"2013-02-21 00:00",0.001,"2013-05-16 00:00","","","","",0.0017,0.0011,0.001,0.0007,0.0007,0.0007,0.00055,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88114",5,40.787628,-74.676301,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",63,0.001604,0.001402,0.0095,"2013-04-25 00:00",0.0062,"2013-05-28 00:00",0.005,"2013-10-01 00:00",0.0043,"2013-08-20 00:00","","","","",0.0095,0.0062,0.0042,0.0034,0.0016,0.00125,0.00065,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88115",5,40.787628,-74.676301,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",66,0.006945,0.010711,0.0645,"2013-10-10 00:00",0.059,"2013-03-11 00:00",0.047,"2013-10-13 00:00",0.0379,"2013-01-28 00:00","","","","",0.0645,0.059,0.018,0.0114,0.0055,0.00405,0.0024,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88117",5,40.787628,-74.676301,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.006609,0.010163,0.0435,"2013-05-16 00:00",0.0435,"2013-05-19 00:00",0.0435,"2013-07-21 00:00",0.0435,"2013-08-17 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88118",5,40.787628,-74.676301,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.009427,0.006496,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88126",5,40.787628,-74.676301,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.035414,0.0234,0.117,"2013-07-03 00:00",0.113,"2013-04-25 00:00",0.104,"2013-07-15 00:00",0.0836,"2013-08-17 00:00","","","","",0.117,0.113,0.0766,0.0658,0.0448,0.0316,0.011,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88128",5,40.787628,-74.676301,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001012,0.002139,0.016,"2013-01-28 00:00",0.006,"2013-05-10 00:00",0.005,"2013-05-28 00:00",0.005,"2013-07-18 00:00","","","","",0.016,0.006,0.005,0.003,0.002,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88131",5,40.787628,-74.676301,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.009965,0.003603,0.022,"2013-02-15 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-04-10 00:00",0.0165,"2013-05-07 00:00","","","","",0.022,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88132",5,40.787628,-74.676301,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000674,0.0009,0.004,"2013-08-17 00:00",0.003,"2013-04-25 00:00",0.003,"2013-05-16 00:00",0.002,"2013-02-15 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88136",5,40.787628,-74.676301,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000884,0.001305,0.008,"2013-08-17 00:00",0.007,"2013-04-25 00:00",0.003,"2013-04-16 00:00",0.003,"2013-06-21 00:00","","","","",0.008,0.007,0.002,0.002,0.001,0.001,0,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88140",5,40.787628,-74.676301,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",71,0.010787,0.010059,0.047,"2013-07-21 00:00",0.0464,"2013-08-20 00:00",0.046,"2013-08-17 00:00",0.038,"2013-02-09 00:00","","","","",0.047,0.0464,0.038,0.027,0.009,0.006,0.0055,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88152",5,40.787628,-74.676301,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.005542,0.001462,0.008,"2013-02-03 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-14 00:00",0.008,"2013-03-17 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88154",5,40.787628,-74.676301,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.001077,0.000257,0.0017,"2013-06-27 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-12 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88160",5,40.787628,-74.676301,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.012895,0.003675,0.021,"2013-02-27 00:00",0.018,"2013-02-09 00:00",0.018,"2013-04-10 00:00",0.018,"2013-05-07 00:00","","","","",0.021,0.018,0.018,0.018,0.016,0.01,0.01,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88161",5,40.787628,-74.676301,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",82,0.002631,0.001585,0.015,"2013-07-03 00:00",0.0083,"2013-07-15 00:00",0.0057,"2013-05-16 00:00",0.0053,"2013-09-07 00:00","","","","",0.015,0.0083,0.00265,0.00265,0.00265,0.0025,0.0021,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88164",5,40.787628,-74.676301,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.001578,0.000232,0.0019,"2013-02-03 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-14 00:00",0.0019,"2013-03-17 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88165",5,40.787628,-74.676301,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",17,0.040078,0.055465,0.345,"2013-07-03 00:00",0.344,"2013-07-15 00:00",0.179,"2013-05-16 00:00",0.114,"2013-07-06 00:00","","","","",0.345,0.344,0.109,0.084,0.041,0.0252,0.006,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88166",5,40.787628,-74.676301,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.008214,0.004876,0.019,"2013-05-07 00:00",0.019,"2013-05-28 00:00",0.019,"2013-06-15 00:00",0.019,"2013-08-11 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88167",5,40.787628,-74.676301,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",33,0.00413,0.004174,0.0304,"2013-01-28 00:00",0.0177,"2013-02-06 00:00",0.0125,"2013-02-03 00:00",0.0121,"2013-02-12 00:00","","","","",0.0304,0.0177,0.0101,0.008,0.0055,0.003,0.0013,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88168",5,40.787628,-74.676301,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.001259,0.000544,0.0053,"2013-10-01 00:00",0.0021,"2013-07-06 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-04-10 00:00","","","","",0.0053,0.0021,0.00175,0.00175,0.00155,0.00115,0.00085,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88169",5,40.787628,-74.676301,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.629005,0.403695,2.1,"2013-07-09 00:00",1.81,"2013-09-10 00:00",1.64,"2013-07-18 00:00",1.42,"2013-05-22 00:00","","","","",2.1,1.81,1.34,1.15,0.913,0.509,0.23,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88176",5,40.787628,-74.676301,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.000959,0.000218,0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-05-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88180",5,40.787628,-74.676301,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",3,0.034069,0.021545,0.111,"2013-01-28 00:00",0.102,"2013-07-06 00:00",0.097,"2013-02-03 00:00",0.097,"2013-06-30 00:00","","","","",0.111,0.102,0.0703,0.0635,0.0418,0.031,0.0139,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88184",5,40.787628,-74.676301,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",54,0.049523,0.056265,0.299,"2013-03-11 00:00",0.28,"2013-05-04 00:00",0.196,"2013-10-13 00:00",0.184,"2013-07-21 00:00","","","","",0.299,0.28,0.174,0.115,0.058,0.027,0.0155,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88185",5,40.787628,-74.676301,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",82,0.003777,0.00396,0.0148,"2013-11-03 00:00",0.0126,"2013-02-15 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-04-10 00:00","","","","",0.0148,0.0126,0.0115,0.0115,0.0023,0.00225,0.0014,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88301",5,40.787628,-74.676301,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",3,0.548833,0.535779,2.23,"2013-05-22 00:00",2.09,"2013-10-31 00:00",2.04,"2013-02-06 00:00",1.95,"2013-01-28 00:00","","","","",2.23,2.09,1.87,1.42,0.74,0.406,0.05,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88302",5,40.787628,-74.676301,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",5,0.092849,0.292833,2.73,"2013-01-13 00:00",0.346,"2013-05-04 00:00",0.329,"2013-03-11 00:00",0.218,"2013-10-13 00:00","","","","",2.73,0.346,0.202,0.146,0.08,0.04,0.015,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88303",5,40.787628,-74.676301,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",40,0.038415,0.132835,1.25,"2013-01-13 00:00",0.093,"2013-07-15 00:00",0.088,"2013-01-28 00:00",0.088,"2013-06-30 00:00","","","","",1.25,0.093,0.073,0.051,0.035,0.0154,0.007,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88306",5,40.787628,-74.676301,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.989103,2.142827,18.5,"2013-01-13 00:00",5.05,"2013-02-15 00:00",4.56,"2013-01-28 00:00",3.97,"2013-10-31 00:00","","","","",18.5,5.05,3.9,1.86,0.931,0.406,0.141,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88355",5,40.787628,-74.676301,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,1.554891,0.860304,4.17,"2013-01-28 00:00",3.8,"2013-07-18 00:00",3.27,"2013-02-03 00:00",2.89,"2013-10-31 00:00","","","","",4.17,3.8,2.89,2.74,2.16,1.32,0.604,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88357",5,40.787628,-74.676301,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.147766,0.094736,0.506,"2013-11-12 00:00",0.395,"2013-10-16 00:00",0.383,"2013-04-10 00:00",0.371,"2013-10-31 00:00","","","","",0.506,0.395,0.371,0.266,0.184,0.133,0.049,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88370",5,40.787628,-74.676301,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,1.391547,0.743182,3.45,"2013-01-28 00:00",3.39,"2013-07-18 00:00",2.99,"2013-02-03 00:00",2.5,"2013-07-21 00:00","","","","",3.45,3.39,2.5,2.45,1.89,1.16,0.574,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88374",5,40.787628,-74.676301,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.108891,0.099428,0.397,"2013-02-03 00:00",0.364,"2013-10-31 00:00",0.343,"2013-07-18 00:00",0.337,"2013-08-26 00:00","","","","",0.397,0.364,0.337,0.294,0.158,0.071,0.03,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88375",5,40.787628,-74.676301,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.355109,0.218907,1.18,"2013-07-18 00:00",0.877,"2013-08-02 00:00",0.831,"2013-09-10 00:00",0.784,"2013-01-28 00:00","","","","",1.18,0.877,0.784,0.628,0.482,0.28,0.139,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88376",5,40.787628,-74.676301,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.376266,0.187907,0.917,"2013-01-28 00:00",0.8,"2013-11-12 00:00",0.751,"2013-04-10 00:00",0.743,"2013-07-27 00:00","","","","",0.917,0.8,0.743,0.616,0.503,0.362,0.144,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88377",5,40.787628,-74.676301,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.274328,0.174206,0.792,"2013-01-28 00:00",0.774,"2013-02-06 00:00",0.741,"2013-07-18 00:00",0.656,"2013-02-03 00:00","","","","",0.792,0.774,0.656,0.47,0.356,0.224,0.112,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88378",5,40.787628,-74.676301,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.276844,0.153208,0.77,"2013-02-03 00:00",0.662,"2013-01-28 00:00",0.616,"2013-08-26 00:00",0.598,"2013-09-01 00:00","","","","",0.77,0.662,0.598,0.474,0.373,0.24,0.116,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88380",5,40.787628,-74.676301,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.311031,0.210396,0.967,"2013-01-28 00:00",0.967,"2013-10-31 00:00",0.814,"2013-11-12 00:00",0.705,"2013-04-10 00:00","","","","",0.967,0.967,0.705,0.566,0.467,0.234,0.112,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88383",5,40.787628,-74.676301,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.536333,0.323777,1.59,"2013-01-28 00:00",1.37,"2013-10-31 00:00",1.26,"2013-02-03 00:00",1.09,"2013-09-01 00:00","","","","",1.59,1.37,1.09,0.991,0.709,0.455,0.193,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88384",5,40.787628,-74.676301,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.051347,0.026001,0.143,"2013-08-26 00:00",0.124,"2013-01-31 00:00",0.123,"2013-07-18 00:00",0.0925,"2013-08-17 00:00","","","","",0.143,0.124,0.0925,0.081,0.0679,0.0422,0.0265,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88385",5,40.787628,-74.676301,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",61,0.001319,0.00157,0.0105,"2013-01-31 00:00",0.0089,"2013-01-28 00:00",0.00403,"2013-07-24 00:00",0.001,"2013-01-01 00:00","","","","",0.0105,0.0089,0.001,0.001,0.001,0.001,0.001,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88388",5,40.787628,-74.676301,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",64,52,64,122,0,9,"","","Certification not required",0,0.44,0.269481,1.38,"2013-01-28 00:00",1.05,"2013-02-03 00:00",1.04,"2013-08-26 00:00",1.03,"2013-10-31 00:00","","","","",1.38,1.05,1.03,0.809,0.61,0.36,0.165,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88403",5,40.787628,-74.676301,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.692966,1.061341,5.25,"2013-07-09 00:00",4.7,"2013-09-10 00:00",4.28,"2013-07-18 00:00",3.99,"2013-05-22 00:00","","","","",5.25,4.7,3.83,3.18,2.28,1.38,0.614,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","027","3001","88502",5,40.787628,-74.676301,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,7.687209,4.074246,19.8,"2013-01-28 00:00",18.8,"2013-10-31 00:00",17.5,"2013-05-22 00:00",15.4,"2013-02-03 00:00","","","","",19.8,18.8,15.1,13.5,9.8,7.1,3.3,"Chester","Building #1, Department of Public Works (DPW) off Route 513","New Jersey","Morris","Chester","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","029","0006","44201",1,40.06483,-74.44405,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5675,100,214,214,0,0,0,0,"Certification not required",147,0.048033,0.013122,0.089,"2013-06-24 12:00",0.088,"2013-08-21 16:00",0.087,"2013-06-25 12:00",0.079,"2013-06-26 13:00","","","","",0.087,0.078,0.071,0.063,0.056,0.048,0.037,"Colliers Mills","Colliers Mills Wildlife Management Area","New Jersey","Ocean","Jackson (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","029","0006","44201",1,40.06483,-74.44405,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5719,100,214,214,0,0,0,0,"Certification not required",0,0.042364,0.01154,0.076,"2013-08-21 10:00",0.073,"2013-05-30 10:00",0.071,"2013-05-29 11:00",0.07,"2013-06-25 10:00","","","","",0.071,0.068,0.06,0.057,0.05,0.044,0.032,"Colliers Mills","Colliers Mills Wildlife Management Area","New Jersey","Ocean","Jackson (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","029","0006","44201",1,40.06483,-74.44405,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5719,100,214,214,0,0,1,1,"Certification not required",0,0.042364,0.01154,0.076,"2013-08-21 10:00",0.073,"2013-05-30 10:00",0.071,"2013-05-29 11:00",0.07,"2013-06-25 10:00","","","","",0.071,0.068,0.06,0.057,0.05,0.044,0.032,"Colliers Mills","Colliers Mills Wildlife Management Area","New Jersey","Ocean","Jackson (Township of)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","029","2002","68105",1,39.994908,-74.170447,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",263,100,45,61,0,8,"","","Certification not required",0,14.374905,9.763883,31,"2013-07-18 00:00",30.3,"2013-07-20 00:00",30.1,"2013-07-16 00:00",29.9,"2013-07-06 00:00","","","","",30.1,29.9,27.2,26,23.2,15.9,1.7,"Toms River","Hooper Avenue Elementary School, 1517 Hooper Avenue","New Jersey","Ocean","Toms River","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","029","2002","68108",1,39.994908,-74.170447,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",263,100,45,61,0,8,"","","Certification not required",0,766.581749,4.845708,780,"2013-04-22 00:00",779,"2013-04-21 00:00",778,"2013-01-27 00:00",777,"2013-01-10 00:00","","","","",778,776,774,773,770,766,761,"Toms River","Hooper Avenue Elementary School, 1517 Hooper Avenue","New Jersey","Ocean","Toms River","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","029","2002","88101",1,39.994908,-74.170447,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,9,0,0,"Certification not required",0,8.077863,4.293108,31.2,"2013-06-24 00:00",25.7,"2013-01-29 00:00",25.6,"2013-01-28 00:00",20,"2013-07-20 00:00","","","","",25.6,19.1,15.4,13.5,10.2,7.1,3.7,"Toms River","Hooper Avenue Elementary School, 1517 Hooper Avenue","New Jersey","Ocean","Toms River","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","029","2002","88101",1,39.994908,-74.170447,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,9,"","","Certification not required",0,8.077863,4.293108,31.2,"2013-06-24 00:00",25.7,"2013-01-29 00:00",25.6,"2013-01-28 00:00",20,"2013-07-20 00:00","","","","",25.6,19.1,15.4,13.5,10.2,7.1,3.7,"Toms River","Hooper Avenue Elementary School, 1517 Hooper Avenue","New Jersey","Ocean","Toms River","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","031","0005","68105",1,40.918381,-74.168092,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,14.424176,10.213415,31.9,"2013-07-18 00:00",30.4,"2013-07-15 00:00",30.3,"2013-07-06 00:00",29.3,"2013-05-31 00:00","","","","",31.9,30.4,28.5,25.9,23.2,16.6,0.8,"Paterson","Health Department, 176 Broadway Avenue","New Jersey","Passaic","Paterson","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","031","0005","68108",1,40.918381,-74.168092,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,770.967033,4.954124,785,"2013-04-22 00:00",782,"2013-01-10 00:00",781,"2013-05-01 00:00",778,"2013-01-07 00:00","","","","",785,782,778,777,774,771,765,"Paterson","Health Department, 176 Broadway Avenue","New Jersey","Passaic","Paterson","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","031","0005","88101",1,40.918381,-74.168092,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,8.796703,5.167085,28.6,"2013-01-28 00:00",28.6,"2013-01-31 00:00",20,"2013-05-22 00:00",19.4,"2013-02-03 00:00","","","","",28.6,28.6,19.3,15.2,11.2,7.6,3.6,"Paterson","Health Department, 176 Broadway Avenue","New Jersey","Passaic","Paterson","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","031","0005","88101",1,40.918381,-74.168092,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,8.796703,5.167085,28.6,"2013-01-28 00:00",28.6,"2013-01-31 00:00",20,"2013-05-22 00:00",19.4,"2013-02-03 00:00","","","","",28.6,28.6,19.3,15.2,11.2,7.6,3.6,"Paterson","Health Department, 176 Broadway Avenue","New Jersey","Passaic","Paterson","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","031","5001","44201",1,41.058617,-74.255544,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5619,95,203,214,0,0,0,0,"Certification not required",13,0.047,0.011873,0.093,"2013-05-31 17:00",0.088,"2013-09-11 17:00",0.08,"2013-06-27 14:00",0.077,"2013-09-20 14:00","","","","",0.08,0.074,0.068,0.061,0.054,0.047,0.037,"Ramapo","Ramapo Mountain State Forest, Access Road, off Skyline Drive","New Jersey","Passaic","Wanaque (Wanaque-Midvale)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","031","5001","44201",1,41.058617,-74.255544,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5650,94,201,214,0,0,0,0,"Certification not required",0,0.041955,0.010662,0.077,"2013-09-11 11:00",0.075,"2013-05-31 12:00",0.07,"2013-04-28 10:00",0.069,"2013-07-19 12:00","","","","",0.07,0.068,0.06,0.055,0.049,0.042,0.034,"Ramapo","Ramapo Mountain State Forest, Access Road, off Skyline Drive","New Jersey","Passaic","Wanaque (Wanaque-Midvale)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","031","5001","44201",1,41.058617,-74.255544,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5650,94,201,214,0,0,1,1,"Certification not required",0,0.041955,0.010662,0.077,"2013-09-11 11:00",0.075,"2013-05-31 12:00",0.07,"2013-04-28 10:00",0.069,"2013-07-19 12:00","","","","",0.07,0.068,0.06,0.055,0.049,0.042,0.034,"Ramapo","Ramapo Mountain State Forest, Access Road, off Skyline Drive","New Jersey","Passaic","Wanaque (Wanaque-Midvale)","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"34","039","0003","42101",1,40.662389,-74.214817,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6502,74,269,365,0,0,0,0,"Certification not required",4757,0.362496,0.222527,2.1,"2013-01-07 21:00",2.1,"2013-02-11 10:00",2.1,"2013-02-11 11:00",2.1,"2013-02-11 12:00","","","","",1.2,1,0.8,0.6,0.5,0.25,0.25,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","039","0003","42101",1,40.662389,-74.214817,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6495,74,269,365,0,0,0,0,"Certification not required",0,0.387406,0.173245,1.7,"2013-02-11 13:00",1.7,"2013-02-11 14:00",1.7,"2013-02-11 15:00",1.6,"2013-01-09 11:00",1.7,"2013-02-11 13:00",1.6,"2013-01-09 11:00",1.1,0.9,0.8,0.6,0.4,0.3,0.3,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","039","0003","42401",2,40.662389,-74.214817,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6475,74,271,365,0,0,0,"","Certification not required",0,1.173432,1.380886,7,"2013-02-13 18:00",7,"2013-09-17 20:00",6,"2013-01-09 10:00",6,"2013-01-11 08:00","","","","",6,5,4,3,2,1,0,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0003","42401",2,40.662389,-74.214817,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6475,74,271,365,0,0,"","","Certification not required",0,0.517838,0.907754,7,"2013-02-13 18:00",7,"2013-09-17 20:00",6,"2013-01-09 10:00",6,"2013-01-09 11:00","","","","",4,3,2,2,1,0,0,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0003","42401",2,40.662389,-74.214817,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",271,74,271,365,0,0,0,"","Certification not required",0,0.519188,0.792512,3.8,"2013-01-09 00:00",3.3,"2013-01-06 00:00",3.3,"2013-01-23 00:00",3.2,"2013-01-11 00:00","","","","",3.3,2.9,2.3,1.7,0.8,0.1,0,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0003","42401",2,40.662389,-74.214817,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2126,73,270,365,0,0,"",0,"Certification not required",0,0.50809,0.868681,5.3,"2013-01-09 11:00",5.3,"2013-01-11 11:00",5,"2013-01-09 14:00",5,"2013-01-11 08:00","","","","",4,3.3,2.3,2,1,0,0,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0003","42401",3,40.662389,-74.214817,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",76493,73,271,365,0,0,"","","Certification not required",0,0.614318,0.967951,10,"2013-09-17 20:25",10,"2013-09-17 20:30",9,"2013-09-17 20:05",9,"2013-09-17 20:35","","","","",4,3,3,2,1,0,0,"Elizabeth","7 Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0004","42101",1,40.64144,-74.208365,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6433,73,269,365,0,0,0,0,"Certification not required",5284,0.310415,0.147086,1.9,"2013-01-09 08:00",1.9,"2013-02-11 11:00",1.9,"2013-02-11 12:00",1.8,"2013-02-11 10:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","039","0004","42101",1,40.64144,-74.208365,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6436,73,268,365,0,0,0,0,"Certification not required",0,0.344111,0.109308,1.4,"2013-02-11 15:00",1.4,"2013-02-11 16:00",1.3,"2013-01-30 09:00",1.3,"2013-01-30 10:00",1.4,"2013-02-11 15:00",1.3,"2013-01-30 09:00",0.7,0.7,0.6,0.5,0.3,0.3,0.3,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"34","039","0004","42153",6,40.64144,-74.208365,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.486,2.109635,6.44,"2013-04-25 00:00",5.32,"2013-04-28 00:00",5.16,"2013-06-21 00:00",4.85,"2013-05-28 00:00","","","","",6.44,6.44,5.16,4.76,4.26,3.68,0.08,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","42401",2,40.64144,-74.208365,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6400,73,268,365,0,0,0,"","Certification not required",0,2.432836,2.286412,22,"2013-09-25 22:00",12,"2013-04-28 07:00",11,"2013-03-31 15:00",9,"2013-01-30 11:00","","","","",11,8,7,5,3,2,1,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0004","42401",2,40.64144,-74.208365,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6400,73,268,365,0,0,"","","Certification not required",0,0.761406,1.101127,22,"2013-09-25 22:00",12,"2013-04-28 07:00",11,"2013-03-31 15:00",9,"2013-01-30 11:00","","","","",5,4,3,2,1,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0004","42401",2,40.64144,-74.208365,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,0.764552,0.680585,4.2,"2013-02-05 00:00",3.5,"2013-01-30 00:00",3,"2013-01-09 00:00",2.8,"2013-02-07 00:00","","","","",3,2.5,2.2,1.7,1.1,0.6,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0004","42401",2,40.64144,-74.208365,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2105,72,268,365,0,0,"",0,"Certification not required",0,0.74,0.96973,8.3,"2013-09-25 23:00",7.3,"2013-01-30 11:00",7.3,"2013-04-28 08:00",6,"2013-04-10 11:00","","","","",4.6,3.6,2.6,2,1,0.3,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0004","42401",3,40.64144,-74.208365,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",76152,72,268,365,0,0,"","","Certification not required",0,1.009205,1.348985,157,"2013-09-25 22:45",49,"2013-09-25 22:40",39,"2013-09-25 22:50",28,"2013-04-28 07:55","","","","",6,5,3,2,1,1,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"34","039","0004","42602",2,40.64144,-74.208365,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6325,72,266,365,0,0,0,"","Certification not required",0,35.962406,12.864112,82,"2013-02-11 13:00",73,"2013-01-09 06:00",70,"2013-05-01 06:00",65,"2013-04-09 21:00","","","","",70,62,56,52,44,37,20,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","039","0004","42602",2,40.64144,-74.208365,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6325,72,266,365,0,0,"","","Certification not required",0,21.224032,11.913346,82,"2013-02-11 13:00",73,"2013-01-09 06:00",70,"2013-05-01 06:00",69,"2013-05-01 05:00","","","","",54,49,43,38,29,19,8,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-05" +"34","039","0004","43205",6,40.64144,-74.208365,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.932533,4.288161,16.29,"2013-06-21 00:00",15.33,"2013-08-26 00:00",14.79,"2013-02-15 00:00",14.01,"2013-01-28 00:00","","","","",16.29,16.29,14.79,11.07,6.18,3.21,0.858,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43206",6,40.64144,-74.208365,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.562533,0.973807,5.66,"2013-02-27 00:00",3.48,"2013-05-16 00:00",3.26,"2013-01-16 00:00",3.18,"2013-02-15 00:00","","","","",5.66,5.66,3.26,3.08,1.764,1.308,0.664,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43208",6,40.64144,-74.208365,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033644,0.00505,0.046,"2013-05-28 00:00",0.044,"2013-02-21 00:00",0.042,"2013-04-10 00:00",0.042,"2013-07-15 00:00","","","","",0.046,0.046,0.042,0.042,0.036,0.034,0.028,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43218",6,40.64144,-74.208365,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.194444,0.084276,0.41,"2013-05-28 00:00",0.39,"2013-01-28 00:00",0.36,"2013-09-25 00:00",0.34,"2013-01-16 00:00","","","","",0.41,0.41,0.36,0.34,0.24,0.16,0.11,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43233",6,40.64144,-74.208365,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.590578,0.324743,1.656,"2013-07-03 00:00",1.088,"2013-02-15 00:00",1.04,"2013-05-22 00:00",1.016,"2013-01-28 00:00","","","","",1.656,1.656,1.04,1.008,0.808,0.552,0.232,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43372",6,40.64144,-74.208365,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.24,0.213147,1.08,"2013-06-03 00:00",0.71,"2013-03-29 00:00",0.63,"2013-02-15 00:00",0.59,"2013-07-09 00:00","","","","",1.08,1.08,0.63,0.55,0.28,0.2,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43373",6,40.64144,-74.208365,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039667,0.004472,0.069,"2013-07-15 00:00",0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00","","","","",0.069,0.069,0.039,0.039,0.039,0.039,0.039,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43396",6,40.64144,-74.208365,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.433733,0.168703,0.888,"2013-03-11 00:00",0.828,"2013-03-29 00:00",0.774,"2013-02-15 00:00",0.732,"2013-01-28 00:00","","","","",0.888,0.888,0.774,0.654,0.504,0.42,0.234,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43438",6,40.64144,-74.208365,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43441",6,40.64144,-74.208365,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.074889,0.154252,0.71,"2013-08-02 00:00",0.5,"2013-09-19 00:00",0.47,"2013-05-10 00:00",0.34,"2013-07-09 00:00","","","","",0.71,0.71,0.47,0.24,0.08,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43502",6,40.64144,-74.208365,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.371111,2.304602,12.9,"2013-05-10 00:00",9.8,"2013-06-21 00:00",7.5,"2013-07-15 00:00",7.3,"2013-07-09 00:00","","","","",12.9,12.9,7.5,7,5.6,4.7,1.9,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43503",6,40.64144,-74.208365,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.013333,1.179676,5.7,"2013-05-10 00:00",5.6,"2013-06-21 00:00",5.3,"2013-04-28 00:00",4.7,"2013-07-09 00:00","","","","",5.7,5.7,5.3,4.5,3.7,3.1,1.4,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43504",6,40.64144,-74.208365,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.682222,0.339979,1.4,"2013-04-28 00:00",1.4,"2013-06-21 00:00",1.2,"2013-05-10 00:00",1.2,"2013-07-09 00:00","","","","",1.4,1.4,1.2,1.2,0.9,0.7,0.2,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43505",6,40.64144,-74.208365,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,1.438293,0.748391,2.93,"2013-04-10 00:00",2.85,"2013-05-28 00:00",2.6,"2013-07-27 00:00",2.6,"2013-09-07 00:00","","","","",2.93,2.93,2.6,2.5,1.91,1.31,0.58,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43510",6,40.64144,-74.208365,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.54,0.226099,1.376,"2013-05-10 00:00",0.936,"2013-06-21 00:00",0.92,"2013-04-28 00:00",0.904,"2013-09-07 00:00","","","","",1.376,1.376,0.92,0.776,0.636,0.528,0.244,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43513",6,40.64144,-74.208365,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43517",6,40.64144,-74.208365,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.292,0.29543,1.944,"2013-05-10 00:00",0.756,"2013-06-21 00:00",0.726,"2013-08-26 00:00",0.462,"2013-05-28 00:00","","","","",1.944,1.944,0.726,0.396,0.348,0.282,0.078,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43518",6,40.64144,-74.208365,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.245,0.172743,1.105,"2013-05-10 00:00",0.475,"2013-06-21 00:00",0.4,"2013-07-09 00:00",0.385,"2013-08-26 00:00","","","","",1.105,1.105,0.4,0.35,0.31,0.24,0.095,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43528",6,40.64144,-74.208365,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.638578,0.723642,4,"2013-07-15 00:00",1.656,"2013-07-03 00:00",1.656,"2013-07-09 00:00",1.488,"2013-08-20 00:00","","","","",4,4,1.656,1.456,0.944,0.336,0.08,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43551",6,40.64144,-74.208365,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.3814,1.892529,9.54,"2013-04-28 00:00",7.68,"2013-01-28 00:00",6.87,"2013-04-04 00:00",6.78,"2013-02-15 00:00","","","","",9.54,9.54,6.87,6.57,4.08,2.937,1.449,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43552",6,40.64144,-74.208365,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.665455,0.357931,1.556,"2013-04-28 00:00",1.532,"2013-01-28 00:00",1.444,"2013-02-15 00:00",1.408,"2013-09-07 00:00","","","","",1.556,1.556,1.444,1.188,0.84,0.572,0.28,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43560",6,40.64144,-74.208365,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.286,0.152157,0.65,"2013-07-27 00:00",0.64,"2013-05-28 00:00",0.52,"2013-08-08 00:00",0.51,"2013-09-07 00:00","","","","",0.65,0.65,0.52,0.49,0.37,0.3,0.1,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43702",6,40.64144,-74.208365,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.781111,0.738408,3.2,"2013-05-22 00:00",3.06,"2013-04-16 00:00",2.08,"2013-04-04 00:00",2.08,"2013-06-21 00:00","","","","",3.2,3.2,2.08,1.87,0.91,0.47,0.22,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43704",6,40.64144,-74.208365,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.091556,1.226543,4.35,"2013-04-28 00:00",4.2,"2013-04-25 00:00",3.48,"2013-05-04 00:00",3.36,"2013-05-10 00:00","","","","",4.35,4.35,3.48,2.67,1.86,1.07,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43801",6,40.64144,-74.208365,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.557556,0.069908,0.68,"2013-05-22 00:00",0.68,"2013-05-28 00:00",0.67,"2013-02-21 00:00",0.66,"2013-04-10 00:00","","","","",0.68,0.68,0.67,0.66,0.61,0.56,0.47,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43802",6,40.64144,-74.208365,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.251111,0.332902,2.25,"2013-09-19 00:00",0.63,"2013-05-04 00:00",0.62,"2013-05-22 00:00",0.61,"2013-07-27 00:00","","","","",2.25,2.25,0.62,0.4,0.23,0.16,0.09,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43803",6,40.64144,-74.208365,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.026667,0.015667,0.06,"2013-05-28 00:00",0.05,"2013-04-10 00:00",0.05,"2013-05-22 00:00",0.05,"2013-06-27 00:00","","","","",0.06,0.06,0.05,0.05,0.04,0.03,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43804",6,40.64144,-74.208365,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.100222,0.012879,0.14,"2013-06-21 00:00",0.12,"2013-03-11 00:00",0.12,"2013-05-28 00:00",0.12,"2013-07-03 00:00","","","","",0.14,0.14,0.12,0.12,0.11,0.1,0.09,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43806",6,40.64144,-74.208365,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-07-03 00:00",0.01,"2013-07-27 00:00",0.01,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43811",6,40.64144,-74.208365,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.255133,0.035638,0.363,"2013-05-28 00:00",0.335,"2013-05-22 00:00",0.323,"2013-04-16 00:00",0.31,"2013-04-10 00:00","","","","",0.363,0.363,0.323,0.306,0.276,0.247,0.22,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43812",6,40.64144,-74.208365,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.020671,0.1,"2013-01-28 00:00",0.07,"2013-02-15 00:00",0.05,"2013-05-16 00:00",0.05,"2013-07-27 00:00","","","","",0.1,0.1,0.05,0.03,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43813",6,40.64144,-74.208365,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43814",6,40.64144,-74.208365,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018222,0.013192,0.07,"2013-05-22 00:00",0.04,"2013-05-16 00:00",0.04,"2013-05-28 00:00",0.03,"2013-05-04 00:00","","","","",0.07,0.07,0.04,0.03,0.02,0.02,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43815",6,40.64144,-74.208365,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.039333,0.021149,0.07,"2013-05-04 00:00",0.07,"2013-05-22 00:00",0.07,"2013-05-28 00:00",0.06,"2013-01-28 00:00","","","","",0.07,0.07,0.07,0.06,0.05,0.04,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43817",6,40.64144,-74.208365,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.038222,0.02348,0.1,"2013-04-10 00:00",0.1,"2013-05-22 00:00",0.09,"2013-05-28 00:00",0.07,"2013-06-03 00:00","","","","",0.1,0.1,0.09,0.06,0.05,0.04,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43818",6,40.64144,-74.208365,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.030222,0.054083,0.21,"2013-05-28 00:00",0.17,"2013-04-28 00:00",0.15,"2013-06-21 00:00",0.12,"2013-07-03 00:00","","","","",0.21,0.21,0.15,0.11,0.06,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43819",6,40.64144,-74.208365,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.01,0.05,"2013-02-15 00:00",0.03,"2013-01-22 00:00",0.03,"2013-04-10 00:00",0.02,"2013-01-10 00:00","","","","",0.05,0.05,0.03,0.02,0.02,0.01,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43820",6,40.64144,-74.208365,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43821",6,40.64144,-74.208365,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.162844,0.01781,0.198,"2013-04-04 00:00",0.198,"2013-04-10 00:00",0.196,"2013-01-28 00:00",0.196,"2013-05-28 00:00","","","","",0.198,0.198,0.196,0.188,0.174,0.16,0.142,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43823",6,40.64144,-74.208365,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.493578,0.069682,0.72,"2013-05-28 00:00",0.63,"2013-04-16 00:00",0.62,"2013-05-22 00:00",0.6,"2013-05-04 00:00","","","","",0.72,0.72,0.62,0.59,0.53,0.47,0.42,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43824",6,40.64144,-74.208365,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.007778,0.016361,0.08,"2013-05-28 00:00",0.05,"2013-05-22 00:00",0.03,"2013-02-15 00:00",0.03,"2013-04-10 00:00","","","","",0.08,0.08,0.03,0.03,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43826",6,40.64144,-74.208365,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43828",6,40.64144,-74.208365,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009656,0.001043,0.0165,"2013-07-15 00:00",0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00","","","","",0.0165,0.0165,0.0095,0.0095,0.0095,0.0095,0.0095,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43829",6,40.64144,-74.208365,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43830",6,40.64144,-74.208365,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43831",6,40.64144,-74.208365,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43832",6,40.64144,-74.208365,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009133,0.000894,0.015,"2013-07-15 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00","","","","",0.015,0.015,0.009,0.009,0.009,0.009,0.009,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43835",6,40.64144,-74.208365,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43836",6,40.64144,-74.208365,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008133,0.000894,0.014,"2013-07-15 00:00",0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00","","","","",0.014,0.014,0.008,0.008,0.008,0.008,0.008,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43838",6,40.64144,-74.208365,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012178,0.001193,0.02,"2013-07-15 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00","","","","",0.02,0.02,0.012,0.012,0.012,0.012,0.012,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43839",6,40.64144,-74.208365,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016244,0.00164,0.027,"2013-07-15 00:00",0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00","","","","",0.027,0.027,0.016,0.016,0.016,0.016,0.016,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43843",6,40.64144,-74.208365,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43844",6,40.64144,-74.208365,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002444,0.007433,0.03,"2013-04-10 00:00",0.03,"2013-05-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-09-25 00:00","","","","",0.03,0.03,0.02,0.01,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","43860",6,40.64144,-74.208365,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45109",6,40.64144,-74.208365,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.957778,0.969796,4.34,"2013-05-28 00:00",3.88,"2013-05-22 00:00",3.8,"2013-05-16 00:00",3.61,"2013-08-26 00:00","","","","",4.34,4.34,3.8,3.45,2.46,1.92,0.72,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45201",6,40.64144,-74.208365,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.501111,0.431394,3.02,"2013-01-28 00:00",2.46,"2013-02-15 00:00",2.23,"2013-01-16 00:00",1.93,"2013-01-10 00:00","","","","",3.02,3.02,2.23,1.92,1.72,1.4,1.01,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45202",6,40.64144,-74.208365,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.876222,2.827473,12.04,"2013-04-25 00:00",11.13,"2013-05-22 00:00",10.08,"2013-04-28 00:00",9.59,"2013-05-28 00:00","","","","",12.04,12.04,10.08,8.96,6.14,5.05,1.37,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45203",6,40.64144,-74.208365,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.795778,0.396883,1.84,"2013-08-26 00:00",1.58,"2013-05-28 00:00",1.55,"2013-05-16 00:00",1.47,"2013-05-22 00:00","","","","",1.84,1.84,1.55,1.4,1.01,0.8,0.33,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45204",6,40.64144,-74.208365,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.845333,0.416258,1.75,"2013-05-28 00:00",1.63,"2013-05-22 00:00",1.62,"2013-07-03 00:00",1.52,"2013-05-16 00:00","","","","",1.75,1.75,1.62,1.48,1.08,0.86,0.31,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45207",6,40.64144,-74.208365,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",16,0.2416,0.149918,0.738,"2013-08-26 00:00",0.549,"2013-05-28 00:00",0.504,"2013-07-03 00:00",0.423,"2013-05-22 00:00","","","","",0.738,0.738,0.504,0.414,0.333,0.225,0.0855,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45208",6,40.64144,-74.208365,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.7392,0.389388,2.187,"2013-08-26 00:00",1.395,"2013-05-28 00:00",1.332,"2013-05-22 00:00",1.332,"2013-07-03 00:00","","","","",2.187,2.187,1.332,1.188,0.954,0.675,0.351,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45220",6,40.64144,-74.208365,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.230222,0.155468,0.98,"2013-05-22 00:00",0.5,"2013-01-28 00:00",0.44,"2013-05-28 00:00",0.38,"2013-01-16 00:00","","","","",0.98,0.98,0.44,0.37,0.27,0.2,0.13,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45501",6,40.64144,-74.208365,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.212956,0.133155,0.833,"2013-05-10 00:00",0.483,"2013-06-21 00:00",0.406,"2013-05-22 00:00",0.392,"2013-05-28 00:00","","","","",0.833,0.833,0.406,0.343,0.259,0.196,0.084,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45503",6,40.64144,-74.208365,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45504",6,40.64144,-74.208365,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",2,0.237846,0.12015,0.608,"2013-06-21 00:00",0.408,"2013-04-25 00:00",0.4,"2013-05-10 00:00",0.36,"2013-06-09 00:00","","","","",0.608,0.608,0.408,0.36,0.328,0.232,0.096,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45801",6,40.64144,-74.208365,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45805",6,40.64144,-74.208365,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0702,0.00805,0.123,"2013-07-15 00:00",0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00","","","","",0.123,0.123,0.069,0.069,0.069,0.069,0.069,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45806",6,40.64144,-74.208365,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.079267,0.008497,0.135,"2013-07-15 00:00",0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00","","","","",0.135,0.135,0.078,0.078,0.078,0.078,0.078,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45807",6,40.64144,-74.208365,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.024444,0.034149,0.1,"2013-04-10 00:00",0.1,"2013-09-25 00:00",0.09,"2013-05-04 00:00",0.09,"2013-05-16 00:00","","","","",0.1,0.1,0.09,0.09,0.05,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","45810",6,40.64144,-74.208365,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"34","039","0004","68103",5,40.64144,-74.208365,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,10.706897,8.990031,27.3,"2013-07-18 00:00",26.3,"2013-07-06 00:00",25.4,"2013-07-15 00:00",25,"2013-07-21 00:00","","","","",27.3,26.3,23.6,23,18.5,12.1,-0.9,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","68104",5,40.64144,-74.208365,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,20.21954,10.16677,38.6,"2013-07-18 00:00",37,"2013-07-15 00:00",36.3,"2013-07-06 00:00",34.1,"2013-07-09 00:00","","","","",38.6,37,32.7,31.9,29,20.9,4.9,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","68105",1,40.64144,-74.208365,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",257,100,44,61,0,3,"","","Certification not required",0,12.590272,10.295149,31.1,"2013-07-19 00:00",30.6,"2013-07-18 00:00",29.3,"2013-07-17 00:00",29,"2013-07-16 00:00","","","","",29.3,28.8,27.1,24.9,21.7,14.1,-1.5,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","68105",2,40.64144,-74.208365,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",44,72,44,61,0,0,"","","Certification not required",0,15.331818,10.102216,30.5,"2013-07-15 00:00",27.6,"2013-07-09 00:00",26.7,"2013-07-21 00:00",26.1,"2013-07-03 00:00","","","","",30.5,30.5,26.7,25.6,24,18.3,0.5,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","68105",3,40.64144,-74.208365,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",25,41,25,61,0,1,"","","Certification not required",0,8.8,8.748524,24.3,"2013-06-09 00:00",21.9,"2013-05-16 00:00",21.6,"2013-05-22 00:00",20.1,"2013-05-10 00:00","","","","",24.3,24.3,21.9,21.6,15.2,7.1,-2.8,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","68105",5,40.64144,-74.208365,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,15.256322,9.41494,33.2,"2013-07-18 00:00",31.5,"2013-07-15 00:00",31.2,"2013-07-06 00:00",28.4,"2013-07-09 00:00","","","","",33.2,31.5,27.6,26.3,23.4,16.5,2,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","68106",5,40.64144,-74.208365,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,758.367816,4.196108,767,"2013-01-10 00:00",767,"2013-05-01 00:00",766,"2013-05-04 00:00",766,"2013-10-13 00:00","","","","",767,767,765,763,762,758,754,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","68107",5,40.64144,-74.208365,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,764.505747,4.469206,775,"2013-01-28 00:00",773,"2013-01-10 00:00",773,"2013-11-06 00:00",772,"2013-04-16 00:00","","","","",775,773,772,771,768,764,759,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","68108",1,40.64144,-74.208365,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",257,100,44,61,0,3,"","","Certification not required",0,759.167315,4.766339,771,"2013-01-27 00:00",770,"2013-01-10 00:00",770,"2013-02-07 00:00",769,"2013-02-10 00:00","","","","",770,769,767,765,762,759,753,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","68108",2,40.64144,-74.208365,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,0,"","","Certification not required",0,764.772727,5.202252,777,"2013-01-10 00:00",773,"2013-01-28 00:00",773,"2013-05-04 00:00",772,"2013-04-04 00:00","","","","",777,777,773,772,769,765,759,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","68108",3,40.64144,-74.208365,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",25,41,25,61,0,1,"","","Certification not required",0,766.68,4.784698,777,"2013-01-10 00:00",772,"2013-04-28 00:00",772,"2013-05-04 00:00",771,"2013-04-04 00:00","","","","",777,777,772,772,770,767,762,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","68108",5,40.64144,-74.208365,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,760.712644,4.05746,771,"2013-01-10 00:00",769,"2013-05-01 00:00",767,"2013-01-28 00:00",767,"2013-05-04 00:00","","","","",771,769,767,766,764,761,755,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88101",1,40.64144,-74.208365,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",254,70,254,365,0,6,0,0,"Certification not required",0,10.514961,5.954904,34.5,"2013-02-05 00:00",34.3,"2013-01-09 00:00",33.2,"2013-01-29 00:00",30.6,"2013-01-28 00:00","","","","",33.2,29.2,21.9,18.1,12.4,9.2,4.6,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","88101",1,40.64144,-74.208365,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",254,70,254,365,0,6,"","","Certification not required",0,10.514961,5.954904,34.5,"2013-02-05 00:00",34.3,"2013-01-09 00:00",33.2,"2013-01-29 00:00",30.6,"2013-01-28 00:00","","","","",33.2,29.2,21.9,18.1,12.4,9.2,4.6,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","88101",2,40.64144,-74.208365,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,1,0,0,"Certification not required",0,11.476744,5.952664,30.6,"2013-01-28 00:00",23.1,"2013-02-15 00:00",21.8,"2013-02-03 00:00",19.5,"2013-05-22 00:00","","","","",30.6,30.6,21.8,18.8,16.3,10.9,5.1,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","88101",2,40.64144,-74.208365,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,1,"","","Certification not required",0,11.476744,5.952664,30.6,"2013-01-28 00:00",23.1,"2013-02-15 00:00",21.8,"2013-02-03 00:00",19.5,"2013-05-22 00:00","","","","",30.6,30.6,21.8,18.8,16.3,10.9,5.1,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0004","88101",3,40.64144,-74.208365,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",24,39,24,61,0,2,0,0,"Certification not required",0,10.504167,5.982982,23.8,"2013-02-15 00:00",22,"2013-02-03 00:00",19.5,"2013-05-22 00:00",17.7,"2013-04-10 00:00","","","","",23.8,23.8,22,19.5,16.4,9.6,3.7,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","88101",3,40.64144,-74.208365,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",24,39,24,61,0,2,"","","Certification not required",0,10.504167,5.982982,23.8,"2013-02-15 00:00",22,"2013-02-03 00:00",19.5,"2013-05-22 00:00",17.7,"2013-04-10 00:00","","","","",23.8,23.8,22,19.5,16.4,9.6,3.7,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","88102",5,40.64144,-74.208365,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",81,0.019874,0.008018,0.062,"2013-11-12 00:00",0.051,"2013-08-20 00:00",0.044,"2013-09-13 00:00",0.038,"2013-06-09 00:00","","","","",0.062,0.051,0.029,0.0255,0.0205,0.0195,0.0135,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88103",5,40.64144,-74.208365,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.000517,0.000729,0.003,"2013-05-28 00:00",0.002,"2013-01-16 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-06 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88104",5,40.64144,-74.208365,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",46,0.035075,0.043349,0.208,"2013-07-03 00:00",0.196,"2013-07-15 00:00",0.167,"2013-02-15 00:00",0.154,"2013-06-18 00:00","","","","",0.208,0.196,0.139,0.089,0.046,0.0125,0.0065,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88107",5,40.64144,-74.208365,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",77,0.008427,0.007586,0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.022,0.0055,0.005,0.005,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88109",5,40.64144,-74.208365,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",14,0.003064,0.00169,0.0088,"2013-01-28 00:00",0.0079,"2013-04-10 00:00",0.0072,"2013-02-06 00:00",0.0066,"2013-02-03 00:00","","","","",0.0088,0.0079,0.0061,0.005,0.0042,0.0029,0.0011,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88110",5,40.64144,-74.208365,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001483,0.003848,0.02,"2013-02-03 00:00",0.019,"2013-02-27 00:00",0.014,"2013-02-12 00:00",0.013,"2013-11-12 00:00","","","","",0.02,0.019,0.008,0.006,0,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88111",5,40.64144,-74.208365,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",14,0.028054,0.022082,0.101,"2013-01-28 00:00",0.0861,"2013-05-28 00:00",0.0858,"2013-04-10 00:00",0.0757,"2013-05-16 00:00","","","","",0.101,0.0861,0.072,0.0601,0.0401,0.0221,0.00375,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88112",5,40.64144,-74.208365,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.006678,0.01219,0.068,"2013-10-07 00:00",0.058,"2013-10-01 00:00",0.049,"2013-10-10 00:00",0.035,"2013-09-22 00:00","","","","",0.068,0.058,0.032,0.016,0.006,0.003,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88113",5,40.64144,-74.208365,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",76,0.000822,0.000436,0.0027,"2013-06-12 00:00",0.0026,"2013-05-28 00:00",0.0021,"2013-02-15 00:00",0.0021,"2013-05-10 00:00","","","","",0.0027,0.0026,0.0018,0.0015,0.0007,0.00065,0.00055,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88114",5,40.64144,-74.208365,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",17,0.005294,0.003748,0.0182,"2013-02-15 00:00",0.018,"2013-06-18 00:00",0.0167,"2013-01-16 00:00",0.0125,"2013-04-28 00:00","","","","",0.0182,0.018,0.011,0.01,0.0071,0.005,0.00125,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88115",5,40.64144,-74.208365,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",42,0.025417,0.065672,0.478,"2013-03-11 00:00",0.315,"2013-01-28 00:00",0.217,"2013-05-04 00:00",0.126,"2013-06-09 00:00","","","","",0.478,0.315,0.0849,0.0499,0.015,0.0055,0.00245,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88117",5,40.64144,-74.208365,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.007121,0.010696,0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00",0.043,"2013-07-21 00:00","","","","",0.043,0.043,0.043,0.0048,0.0048,0.0041,0.0028,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88118",5,40.64144,-74.208365,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.00948,0.006482,0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88126",5,40.64144,-74.208365,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.128149,0.073934,0.345,"2013-05-28 00:00",0.293,"2013-11-06 00:00",0.267,"2013-04-10 00:00",0.267,"2013-05-16 00:00","","","","",0.345,0.293,0.258,0.249,0.174,0.114,0.034,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88128",5,40.64144,-74.208365,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001057,0.001535,0.008,"2013-11-06 00:00",0.006,"2013-02-15 00:00",0.005,"2013-04-04 00:00",0.005,"2013-06-09 00:00","","","","",0.008,0.006,0.004,0.003,0.002,0,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88131",5,40.64144,-74.208365,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",83,0.009954,0.003908,0.029,"2013-05-22 00:00",0.019,"2013-11-06 00:00",0.017,"2013-07-09 00:00",0.0165,"2013-01-28 00:00","","","","",0.029,0.019,0.0165,0.0165,0.011,0.008,0.007,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88132",5,40.64144,-74.208365,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001621,0.001488,0.006,"2013-06-18 00:00",0.006,"2013-07-18 00:00",0.005,"2013-02-15 00:00",0.004,"2013-01-28 00:00","","","","",0.006,0.006,0.004,0.004,0.003,0.002,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88136",5,40.64144,-74.208365,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.002322,0.002768,0.011,"2013-03-11 00:00",0.01,"2013-02-15 00:00",0.009,"2013-01-13 00:00",0.009,"2013-05-19 00:00","","","","",0.011,0.01,0.009,0.007,0.003,0.001,0,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88140",5,40.64144,-74.208365,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",76,0.00995,0.012745,0.104,"2013-03-11 00:00",0.0627,"2013-05-04 00:00",0.034,"2013-06-30 00:00",0.026,"2013-05-22 00:00","","","","",0.104,0.0627,0.023,0.013,0.009,0.006,0.0055,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88152",5,40.64144,-74.208365,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.005758,0.001814,0.013,"2013-10-22 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-21 00:00","","","","",0.013,0.008,0.008,0.008,0.008,0.005,0.0045,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88154",5,40.64144,-74.208365,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.001047,0.000363,0.0033,"2013-02-15 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00","","","","",0.0033,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88160",5,40.64144,-74.208365,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.012207,0.00341,0.018,"2013-01-28 00:00",0.018,"2013-02-15 00:00",0.018,"2013-05-04 00:00",0.018,"2013-05-10 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88161",5,40.64144,-74.208365,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",65,0.003839,0.002807,0.0156,"2013-07-03 00:00",0.0128,"2013-05-16 00:00",0.0113,"2013-10-01 00:00",0.0102,"2013-02-15 00:00","","","","",0.0156,0.0128,0.0102,0.0083,0.0044,0.0026,0.00215,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88164",5,40.64144,-74.208365,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",75,0.002038,0.001248,0.008,"2013-01-13 00:00",0.007,"2013-05-28 00:00",0.0066,"2013-03-11 00:00",0.0063,"2013-05-22 00:00","","","","",0.008,0.007,0.0044,0.0031,0.0019,0.0016,0.0015,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88165",5,40.64144,-74.208365,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",3,0.071199,0.06667,0.395,"2013-07-03 00:00",0.394,"2013-07-15 00:00",0.23,"2013-05-16 00:00",0.206,"2013-05-28 00:00","","","","",0.395,0.394,0.153,0.132,0.095,0.059,0.017,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88166",5,40.64144,-74.208365,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",84,0.00784,0.004445,0.0185,"2013-01-28 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-10 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88167",5,40.64144,-74.208365,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",6,0.011648,0.023352,0.216,"2013-06-12 00:00",0.0486,"2013-01-28 00:00",0.0277,"2013-01-16 00:00",0.0253,"2013-02-06 00:00","","","","",0.216,0.0486,0.0223,0.0191,0.0127,0.0071,0.0028,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88168",5,40.64144,-74.208365,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",84,0.001363,0.00133,0.0129,"2013-02-27 00:00",0.0041,"2013-05-01 00:00",0.0028,"2013-01-01 00:00",0.00175,"2013-01-28 00:00","","","","",0.0129,0.0041,0.00175,0.00175,0.00115,0.00115,0.00085,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88169",5,40.64144,-74.208365,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.698664,0.412029,1.87,"2013-07-09 00:00",1.78,"2013-09-10 00:00",1.74,"2013-01-28 00:00",1.69,"2013-07-18 00:00","","","","",1.87,1.78,1.67,1.23,0.949,0.515,0.253,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88176",5,40.64144,-74.208365,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.000967,0.000246,0.0022,"2013-01-22 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-04-16 00:00","","","","",0.0022,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88180",5,40.64144,-74.208365,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.04227,0.028196,0.186,"2013-07-06 00:00",0.119,"2013-01-28 00:00",0.119,"2013-07-03 00:00",0.117,"2013-06-09 00:00","","","","",0.186,0.119,0.0815,0.0755,0.053,0.033,0.0172,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88184",5,40.64144,-74.208365,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",40,0.082408,0.115999,0.783,"2013-03-11 00:00",0.561,"2013-05-04 00:00",0.337,"2013-04-16 00:00",0.303,"2013-10-13 00:00","","","","",0.783,0.561,0.266,0.193,0.097,0.036,0.0155,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88185",5,40.64144,-74.208365,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",82,0.003279,0.003486,0.0143,"2013-04-10 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-05-04 00:00","","","","",0.0143,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88301",5,40.64144,-74.208365,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.778253,0.707652,3.65,"2013-01-28 00:00",2.95,"2013-02-15 00:00",2.6,"2013-02-06 00:00",2.57,"2013-02-03 00:00","","","","",3.65,2.95,2.54,1.6,1.08,0.58,0.143,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88302",5,40.64144,-74.208365,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",4,0.123716,0.139698,0.809,"2013-03-11 00:00",0.681,"2013-08-08 00:00",0.577,"2013-05-04 00:00",0.553,"2013-01-04 00:00","","","","",0.809,0.681,0.375,0.23,0.16,0.083,0.023,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88303",5,40.64144,-74.208365,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",27,0.03308,0.026093,0.152,"2013-01-28 00:00",0.107,"2013-07-06 00:00",0.089,"2013-02-09 00:00",0.087,"2013-01-01 00:00","","","","",0.152,0.107,0.086,0.072,0.041,0.0277,0.0115,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88306",5,40.64144,-74.208365,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.286356,1.454748,7.49,"2013-01-28 00:00",7.18,"2013-02-15 00:00",6.01,"2013-02-03 00:00",5.54,"2013-02-06 00:00","","","","",7.49,7.18,4.51,3,1.47,0.813,0.295,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88355",5,40.64144,-74.208365,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.514989,1.199743,7.4,"2013-10-31 00:00",5.03,"2013-05-22 00:00",4.91,"2013-01-28 00:00",4.8,"2013-11-06 00:00","","","","",7.4,5.03,4.72,3.92,3.37,2.41,1.11,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88357",5,40.64144,-74.208365,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.013862,0.687716,3.09,"2013-05-16 00:00",2.98,"2013-06-18 00:00",2.81,"2013-08-08 00:00",2.63,"2013-01-28 00:00","","","","",3.09,2.98,2.4,2.04,1.39,0.802,0.281,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88370",5,40.64144,-74.208365,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.150598,1.004948,6.32,"2013-10-31 00:00",4.67,"2013-01-28 00:00",4.13,"2013-05-22 00:00",3.92,"2013-07-18 00:00","","","","",6.32,4.67,3.63,3.45,2.76,2,1,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88374",5,40.64144,-74.208365,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.24969,0.167801,0.893,"2013-01-28 00:00",0.679,"2013-04-10 00:00",0.614,"2013-08-26 00:00",0.583,"2013-10-31 00:00","","","","",0.893,0.679,0.548,0.522,0.329,0.2,0.075,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88375",5,40.64144,-74.208365,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.650103,0.294377,1.55,"2013-05-22 00:00",1.44,"2013-10-31 00:00",1.33,"2013-06-18 00:00",1.17,"2013-05-16 00:00","","","","",1.55,1.44,1.17,1.07,0.844,0.626,0.298,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88376",5,40.64144,-74.208365,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.654253,0.404872,3.28,"2013-10-31 00:00",1.49,"2013-01-28 00:00",1.47,"2013-06-15 00:00",1.28,"2013-06-21 00:00","","","","",3.28,1.49,1.11,0.976,0.81,0.616,0.274,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88377",5,40.64144,-74.208365,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.482598,0.281377,1.2,"2013-01-28 00:00",1.14,"2013-02-15 00:00",1.1,"2013-05-22 00:00",1.02,"2013-10-31 00:00","","","","",1.2,1.14,0.978,0.903,0.707,0.388,0.165,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88378",5,40.64144,-74.208365,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",31,0.114908,0.12933,0.501,"2013-06-09 00:00",0.458,"2013-01-01 00:00",0.445,"2013-02-03 00:00",0.4,"2013-07-15 00:00","","","","",0.501,0.458,0.386,0.304,0.171,0.091,0.001,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88380",5,40.64144,-74.208365,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.378184,0.801067,3.49,"2013-10-31 00:00",3.25,"2013-05-16 00:00",3.1,"2013-06-18 00:00",2.94,"2013-10-22 00:00","","","","",3.49,3.25,2.88,2.54,1.91,1.17,0.408,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88383",5,40.64144,-74.208365,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.425655,0.743103,3.46,"2013-10-31 00:00",3.29,"2013-05-16 00:00",3.01,"2013-06-18 00:00",2.86,"2013-10-22 00:00","","","","",3.46,3.29,2.85,2.41,1.85,1.3,0.538,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88384",5,40.64144,-74.208365,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.06707,0.04294,0.211,"2013-07-24 00:00",0.211,"2013-09-13 00:00",0.193,"2013-08-02 00:00",0.166,"2013-07-30 00:00","","","","",0.211,0.211,0.153,0.131,0.0842,0.0524,0.0264,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88385",5,40.64144,-74.208365,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",85,0.001122,0.000802,0.00661,"2013-01-28 00:00",0.00602,"2013-07-09 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00661,0.00602,0.001,0.001,0.001,0.001,0.001,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88388",5,40.64144,-74.208365,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",1,0.478793,0.315405,1.44,"2013-05-10 00:00",1.44,"2013-11-06 00:00",1.18,"2013-07-09 00:00",1.16,"2013-07-18 00:00","","","","",1.44,1.44,1.09,0.913,0.641,0.411,0.123,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88403",5,40.64144,-74.208365,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,1.851218,1.088,5.11,"2013-07-09 00:00",4.78,"2013-01-28 00:00",4.56,"2013-09-10 00:00",4.29,"2013-05-22 00:00","","","","",5.11,4.78,4.07,3.31,2.61,1.46,0.69,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0004","88500",3,40.64144,-74.208365,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2654,30,106,365,0,0,"","","Certification not required",0,8.402939,8.420829,66.6,"2013-01-30 12:00",61.7,"2013-01-30 11:00",57.5,"2013-01-30 10:00",52.5,"2013-01-09 10:00","","","","",37.6,32.9,25.7,19,11.6,6.4,0.2,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","88500",3,40.64144,-74.208365,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",106,29,106,365,0,0,"","","Certification not required",0,8.024528,6.178485,33.6,"2013-01-09 00:00",29.7,"2013-01-28 00:00",25.4,"2013-02-05 00:00",21.6,"2013-01-08 00:00","","","","",29.7,25.4,19.9,16.2,9.8,6.8,1.8,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","88502",3,40.64144,-74.208365,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",2655,30,106,365,0,0,"","","Certification not required",0,7.611676,6.927479,58.3,"2013-01-30 12:00",55.1,"2013-01-30 11:00",50.7,"2013-01-30 10:00",44.3,"2013-01-30 09:00","","","","",32,26.6,21.5,16.4,10.3,6,0.9,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","88502",3,40.64144,-74.208365,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",106,29,106,365,0,0,"","","Certification not required",0,7.29434,4.767745,27.2,"2013-01-09 00:00",24.7,"2013-01-28 00:00",21.3,"2013-02-05 00:00",17.8,"2013-01-08 00:00","","","","",24.7,21.3,16,13.4,8.9,6.5,2.4,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-09-30" +"34","039","0004","88502",5,40.64144,-74.208365,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,11.368966,5.586639,32.7,"2013-01-28 00:00",23.2,"2013-02-15 00:00",21.9,"2013-10-31 00:00",21.2,"2013-07-09 00:00","","","","",32.7,23.2,20.4,19,15.8,10.9,4.8,"Elizabeth Lab","Interchange 13, New Jersey Turnpike","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"34","039","0006","68105",1,40.673406,-74.213889,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",86,100,44,61,0,2,"","","Certification not required",0,14.17093,10.004738,32.3,"2013-07-18 00:00",30.6,"2013-07-15 00:00",30.5,"2013-07-06 00:00",29.1,"2013-05-31 00:00","","","","",32.3,30.6,28.5,25.7,22.9,16.1,0.8,"Elizabeth Mitchell Bldg","Mitchell Building, 500 North Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0006","68108",1,40.673406,-74.213889,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,100,44,61,0,2,"","","Certification not required",0,769.174419,4.96622,783,"2013-04-22 00:00",780,"2013-01-10 00:00",780,"2013-05-01 00:00",776,"2013-01-07 00:00","","","","",783,780,776,775,772,770,763,"Elizabeth Mitchell Bldg","Mitchell Building, 500 North Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0006","88101",1,40.673406,-74.213889,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,2,0,0,"Certification not required",0,8.959302,5.317615,32.6,"2013-01-28 00:00",22.4,"2013-02-15 00:00",21.3,"2013-02-03 00:00",20.2,"2013-01-13 00:00","","","","",32.6,22.4,20,15.4,11,8.1,3.7,"Elizabeth Mitchell Bldg","Mitchell Building, 500 North Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","0006","88101",1,40.673406,-74.213889,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,2,"","","Certification not required",0,8.959302,5.317615,32.6,"2013-01-28 00:00",22.4,"2013-02-15 00:00",21.3,"2013-02-03 00:00",20.2,"2013-01-13 00:00","","","","",32.6,22.4,20,15.4,11,8.1,3.7,"Elizabeth Mitchell Bldg","Mitchell Building, 500 North Broad Street","New Jersey","Union","Elizabeth","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","2003","68105",1,40.603943,-74.276174,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,0,"","","Certification not required",0,15.107865,10.071531,33,"2013-07-18 00:00",31.2,"2013-07-15 00:00",31,"2013-07-06 00:00",29.8,"2013-05-31 00:00","","","","",33,31.2,28,26.6,23.8,16.7,1.6,"Rahway","Fire Department Building, 1300 Main Street","New Jersey","Union","Rahway","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","2003","68108",1,40.603943,-74.276174,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,0,"","","Certification not required",0,765.775281,4.939987,780,"2013-04-22 00:00",777,"2013-01-10 00:00",776,"2013-05-01 00:00",773,"2013-01-25 00:00","","","","",780,777,772,772,769,766,759,"Rahway","Fire Department Building, 1300 Main Street","New Jersey","Union","Rahway","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","2003","88101",1,40.603943,-74.276174,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,0,0,"Certification not required",0,9.089888,5.35291,33.5,"2013-01-28 00:00",21.8,"2013-06-24 00:00",20.4,"2013-02-06 00:00",19.7,"2013-02-03 00:00","","","","",33.5,21.8,19.4,16.4,12.1,7.7,3.6,"Rahway","Fire Department Building, 1300 Main Street","New Jersey","Union","Rahway","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","2003","88101",1,40.603943,-74.276174,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,9.089888,5.35291,33.5,"2013-01-28 00:00",21.8,"2013-06-24 00:00",20.4,"2013-02-06 00:00",19.7,"2013-02-03 00:00","","","","",33.5,21.8,19.4,16.4,12.1,7.7,3.6,"Rahway","Fire Department Building, 1300 Main Street","New Jersey","Union","Rahway","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-31" +"34","039","2003","88502",3,40.603943,-74.276174,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6472,74,270,365,0,0,"","","Certification not required",0,9.24436,5.188691,45.7,"2013-01-30 11:00",37.6,"2013-01-30 10:00",37,"2013-01-09 08:00",36.2,"2013-07-19 20:00","","","","",25.7,22.9,19.4,16.5,11.8,8.2,3.7,"Rahway","Fire Department Building, 1300 Main Street","New Jersey","Union","Rahway","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","039","2003","88502",3,40.603943,-74.276174,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,9.175185,3.79,27.8,"2013-07-19 00:00",24,"2013-09-11 00:00",19.2,"2013-01-09 00:00",18.6,"2013-01-28 00:00","","","","",19.2,18.3,16.8,13.9,11.1,8.4,5.4,"Rahway","Fire Department Building, 1300 Main Street","New Jersey","Union","Rahway","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-27" +"34","041","0006","68105",1,40.699207,-75.180525,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,1,"","","Certification not required",0,14.238202,10.087475,31.2,"2013-07-18 00:00",29.5,"2013-07-15 00:00",29.4,"2013-07-06 00:00",27.7,"2013-05-31 00:00","","","","",31.2,29.5,26.8,25.5,22.6,16.3,0.6,"Phillipsburg","Municipal Building, 675 Corliss Avenue","New Jersey","Warren","Phillipsburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0006","68108",1,40.699207,-75.180525,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,1,"","","Certification not required",0,758.134831,4.664155,771,"2013-04-22 00:00",769,"2013-01-10 00:00",767,"2013-05-01 00:00",765,"2013-09-28 00:00","","","","",771,769,764,764,761,759,752,"Phillipsburg","Municipal Building, 675 Corliss Avenue","New Jersey","Warren","Phillipsburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0006","88101",1,40.699207,-75.180525,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,0,0,"Certification not required",0,8.130337,4.236192,22,"2013-02-03 00:00",17.7,"2013-02-06 00:00",17.7,"2013-02-15 00:00",17.3,"2013-09-10 00:00","","","","",22,17.7,16.6,13.8,10.6,7.1,3.3,"Phillipsburg","Municipal Building, 675 Corliss Avenue","New Jersey","Warren","Phillipsburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0006","88101",1,40.699207,-75.180525,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,0,"","","Certification not required",0,8.130337,4.236192,22,"2013-02-03 00:00",17.7,"2013-02-06 00:00",17.7,"2013-02-15 00:00",17.3,"2013-09-10 00:00","","","","",22,17.7,16.6,13.8,10.6,7.1,3.3,"Phillipsburg","Municipal Building, 675 Corliss Avenue","New Jersey","Warren","Phillipsburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0007","42401",1,40.92458,-75.067815,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6486,74,273,365,0,0,4,"","Certification not required",0,4.941392,16.207644,121,"2013-08-25 10:00",114,"2013-01-25 13:00",100,"2013-04-16 15:00",81,"2013-06-01 10:00","","","","",100,67,37,10,1,0,0,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","42401",1,40.92458,-75.067815,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6486,74,273,365,0,0,"","","Certification not required",0,0.645698,4.524035,121,"2013-08-25 10:00",114,"2013-01-25 13:00",100,"2013-04-16 15:00",86,"2013-04-16 19:00","","","","",19,8,1,1,0,0,0,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","42401",1,40.92458,-75.067815,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.642857,2.008702,13.5,"2013-04-16 00:00",12.8,"2013-06-01 00:00",11.1,"2013-08-26 00:00",10.5,"2013-08-21 00:00","","","","",11.1,9.3,4,1.2,0.2,0,0,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","42401",1,40.92458,-75.067815,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2126,73,272,365,0,0,"",0,"Certification not required",0,0.642286,3.71505,59.6,"2013-08-25 11:00",53.3,"2013-01-25 14:00",48.6,"2013-08-21 11:00",45.3,"2013-04-16 20:00","","","","",19,8.6,1.6,0.6,0,0,0,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","42401",3,40.92458,-75.067815,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",77018,73,273,365,0,0,"","","Certification not required",0,0.711016,5.749303,224,"2013-08-25 10:40",209,"2013-01-25 13:10",199,"2013-04-24 11:50",189,"2013-04-24 10:20","","","","",16,5,1,1,0,0,0,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","42601",1,40.92458,-75.067815,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,273,365,0,0,"","","Certification not required",0,17.406488,28.102134,228,"2013-02-13 04:00",201,"2013-01-09 04:00",196,"2013-01-09 03:00",196,"2013-02-15 05:00","","","","",133,112,80,51,21,6,0,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-05" +"34","041","0007","42602",1,40.92458,-75.067815,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,273,365,0,0,0,"","Certification not required",0,26.347985,9.170754,51,"2013-02-07 18:00",50,"2013-03-18 03:00",48,"2013-04-26 05:00",47,"2013-04-21 20:00","","","","",48,44,42,39,32,27,13,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-05" +"34","041","0007","42602",1,40.92458,-75.067815,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,273,365,0,0,"","","Certification not required",0,12.23188,9.143324,51,"2013-02-07 18:00",50,"2013-02-07 17:00",50,"2013-03-18 03:00",48,"2013-02-07 22:00","","","","",38,35,30,26,18,10,3,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-05" +"34","041","0007","42603",1,40.92458,-75.067815,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,273,365,0,0,"","","Certification not required",0,30.493869,34.575845,272,"2013-02-13 04:00",236,"2013-01-09 04:00",233,"2013-05-01 03:00",231,"2013-01-09 03:00","","","","",163,139,103,75,41,17,3,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-05" +"34","041","0007","44201",1,40.92458,-75.067815,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7041,100,213,214,0,0,0,0,"Certification not required",1853,0.045291,0.013888,0.094,"2013-09-11 13:00",0.085,"2013-07-22 13:00",0.081,"2013-07-19 17:00",0.079,"2013-08-21 16:00","","","","",0.081,0.075,0.068,0.064,0.053,0.047,0.036,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-24" +"34","041","0007","44201",1,40.92458,-75.067815,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7139,99,211,214,0,0,0,0,"Certification not required",0,0.038194,0.012165,0.075,"2013-09-11 10:00",0.073,"2013-07-19 11:00",0.065,"2013-08-21 10:00",0.061,"2013-04-28 10:00","","","","",0.065,0.061,0.059,0.053,0.047,0.04,0.031,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-24" +"34","041","0007","44201",1,40.92458,-75.067815,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7139,99,211,214,0,0,0,0,"Certification not required",0,0.038194,0.012165,0.075,"2013-09-11 10:00",0.073,"2013-07-19 11:00",0.065,"2013-08-21 10:00",0.061,"2013-04-28 10:00","","","","",0.065,0.061,0.059,0.053,0.047,0.04,0.031,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-24" +"34","041","0007","61101",1,40.92458,-75.067815,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Vaisala 425 AH Sonic Sensor",2013,"Knots","No Events",6546,75,273,365,0,0,"","","Certification not required",0,2.252536,1.687676,11,"2013-02-17 13:00",10.1,"2013-01-31 10:00",10,"2013-01-31 12:00",9.9,"2013-02-17 14:00","","","","",7.7,7.1,5.9,4.8,3,1.6,0.8,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","61102",1,40.92458,-75.067815,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Vaisala 425 AH Sonic Sensor",2013,"Degrees Compass","No Events",6546,75,273,365,0,0,"","","Certification not required",0,244.726703,65.768423,359,"2013-02-06 23:00",359,"2013-02-26 22:00",359,"2013-03-25 13:00",359,"2013-04-12 07:00","","","","",346,341,331,322,304,253,162,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","62101",1,40.92458,-75.067815,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,0,"","","Certification not required",0,52.851778,18.663738,94,"2013-07-18 13:00",94,"2013-07-18 14:00",94,"2013-07-18 16:00",93,"2013-07-18 15:00","","","","",87,84,80,76,68,55,28,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","62201",1,40.92458,-75.067815,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6551,75,273,365,0,0,"","","Certification not required",0,67.542604,19.511904,93.2,"2013-09-02 06:00",93.1,"2013-07-04 05:00",93.1,"2013-09-02 07:00",93,"2013-07-04 04:00","","","","",92.6,92.3,91.8,91.1,87.1,68.8,40.8,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","64101",1,40.92458,-75.067815,"NAD83","Barometric pressure","1 HOUR","","Observed Values","Instrumental - Vaisala 555B Pressure Sensor",2013,"Millibars","No Events",6551,75,273,365,0,0,"","","Certification not required",0,998.991788,6.719424,1018.6,"2013-04-22 06:00",1018.6,"2013-04-22 07:00",1018.6,"2013-04-22 08:00",1018.3,"2013-04-22 04:00","","","","",1013.9,1012.2,1009.8,1007.5,1003.7,999,990.5,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-11-22" +"34","041","0007","68105",1,40.92458,-75.067815,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,69,84,122,0,2,"","","Certification not required",0,11.07619,10.557172,26.7,"2013-07-18 00:00",25.5,"2013-07-15 00:00",25.4,"2013-07-06 00:00",24.7,"2013-08-26 00:00","","","","",26.7,25.5,24.3,23.1,20,14.6,-3.3,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0007","68108",1,40.92458,-75.067815,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,84,122,0,2,"","","Certification not required",0,757.940476,6.412246,773,"2013-04-22 00:00",771,"2013-01-10 00:00",769,"2013-05-01 00:00",766,"2013-01-07 00:00","","","","",773,771,766,765,763,759,749,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0007","88101",1,40.92458,-75.067815,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,3,0,0,"Certification not required",0,8.085542,4.410579,24.1,"2013-01-28 00:00",21.4,"2013-02-03 00:00",18.3,"2013-05-22 00:00",17,"2013-02-15 00:00","","","","",24.1,21.4,16,14,10.2,7,3.4,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0007","88101",1,40.92458,-75.067815,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,3,"","","Certification not required",0,8.085542,4.410579,24.1,"2013-01-28 00:00",21.4,"2013-02-03 00:00",18.3,"2013-05-22 00:00",17,"2013-02-15 00:00","","","","",24.1,21.4,16,14,10.2,7,3.4,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-31" +"34","041","0007","88500",3,40.92458,-75.067815,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6419,73,272,365,0,0,"","","Certification not required",0,7.137467,6.496243,45.6,"2013-01-09 02:00",45.2,"2013-01-09 15:00",44,"2013-01-09 03:00",42.9,"2013-01-09 10:00","","","","",29.6,24.9,19.5,15.4,10.2,5.8,0.2,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-27" +"34","041","0007","88500",3,40.92458,-75.067815,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,7.018015,5.463871,36.9,"2013-01-09 00:00",29.3,"2013-09-11 00:00",24.7,"2013-01-29 00:00",24.2,"2013-01-08 00:00","","","","",24.7,20.9,17.3,15,9.6,5.8,1.2,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-27" +"34","041","0007","88502",3,40.92458,-75.067815,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6419,73,272,365,0,0,"","","Certification not required",0,6.867705,5.664675,40.8,"2013-01-09 02:00",39,"2013-01-09 03:00",38.5,"2013-01-01 15:00",37.9,"2013-01-09 01:00","","","","",26,22.9,18,14.2,9.3,5.6,1.1,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-27" +"34","041","0007","88502",3,40.92458,-75.067815,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,6.758456,4.679775,31.3,"2013-01-09 00:00",26.9,"2013-09-11 00:00",22,"2013-01-08 00:00",21.2,"2013-01-29 00:00","","","","",22,18.7,15.6,13.4,9,5.6,1.9,"Columbia WMA","Columbia Wildlife Management Area, Delaware Road","New Jersey","Warren","Knowlton (Township of)","Allentown-Bethlehem-Easton, PA-NJ","2013-12-27" +"35","001","0023","14129",1,35.1343,-106.5852,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Emission Spectra ICAP (ICP-OES) EPA 1.03M HNO3/2.23M HCl sonicate 50 min at 100C",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.002372,0.001273,0.006,"2013-03-23 00:00",0.006,"2013-05-04 00:00",0.005,"2013-02-09 00:00",0.005,"2013-06-15 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.002,0.001,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0023","42101",1,35.1343,-106.5852,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6337,72,265,365,0,215,0,0,"Certification not required",9,0.203225,0.124639,1.521,"2013-01-22 08:00",1.408,"2013-01-31 07:00",1.254,"2013-01-24 08:00",1.212,"2013-01-06 23:00","","","","",0.722,0.587,0.404,0.319,0.243,0.177,0.096,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42101",1,35.1343,-106.5852,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6254,71,260,365,0,0,0,0,"Certification not required",0,0.200656,0.100588,0.9,"2013-01-07 00:00",0.8,"2013-01-06 23:00",0.8,"2013-01-07 01:00",0.8,"2013-01-18 07:00",0.9,"2013-01-07 00:00",0.8,"2013-01-18 07:00",0.6,0.5,0.4,0.3,0.2,0.2,0.1,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42401",1,35.1343,-106.5852,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6398,73,266,365,0,154,0,"","Certification not required",0,1.34812,0.779124,5,"2013-01-24 08:00",4.9,"2013-01-22 08:00",4.8,"2013-01-31 07:00",4.2,"2013-02-06 08:00","","","","",4.8,3.6,2.9,2.4,1.6,1.1,0.6,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42401",1,35.1343,-106.5852,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6398,73,266,365,0,154,"","","Certification not required",0,0.852595,0.377301,5,"2013-01-24 08:00",4.9,"2013-01-22 08:00",4.8,"2013-01-31 07:00",4.6,"2013-01-24 09:00","","","","",2.4,1.9,1.4,1.2,1,0.8,0.5,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42401",1,35.1343,-106.5852,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",266,73,266,365,0,0,0,"","Certification not required",0,0.854135,0.268331,1.9,"2013-01-24 00:00",1.8,"2013-01-22 00:00",1.5,"2013-01-18 00:00",1.5,"2013-01-23 00:00","","","","",1.5,1.4,1.3,1.1,1,0.9,0.5,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42401",1,35.1343,-106.5852,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2115,72,264,365,0,0,"",0,"Certification not required",0,0.824161,0.353958,4.2,"2013-01-24 08:00",3.8,"2013-01-31 08:00",3.4,"2013-01-24 11:00",3.2,"2013-01-22 08:00","","","","",2.2,1.8,1.4,1.1,1,0.8,0.4,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42401",3,35.1343,-106.5852,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",75876,72,264,365,0,1528,"","","Certification not required",0,0.852798,0.393842,5.8,"2013-01-22 08:30",5.7,"2013-01-22 08:25",5.5,"2013-01-22 08:20",5.5,"2013-01-22 08:35","","","","",2.5,2,1.4,1.2,1,0.8,0.5,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0023","42600",1,35.1343,-106.5852,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6073,69,232,365,0,479,"","","Certification not required",0,13.679681,17.621556,223.3,"2013-01-31 07:00",205.1,"2013-01-22 08:00",200.5,"2013-01-24 08:00",187.1,"2013-01-24 09:00","","","","",95.5,75.3,43.3,27.2,14.3,8.1,4,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-07" +"35","001","0023","42601",1,35.1343,-106.5852,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6218,71,246,365,0,330,"","","Certification not required",0,3.518816,10.762458,169,"2013-01-31 07:00",164,"2013-01-22 08:00",155,"2013-01-24 08:00",140,"2013-01-24 07:00","","","","",56,40,16,6,2,1,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42601",2,35.1343,-106.5852,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6136,70,252,365,0,412,"","","Certification not required",0,0.000244,0.004939,0.1,"2013-01-02 13:00",0.1,"2013-01-02 15:00",0.1,"2013-01-02 18:00",0.1,"2013-01-02 20:00","","","","",0,0,0,0,0,0,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42602",1,35.1343,-106.5852,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6160,70,245,365,0,392,0,"","Certification not required",0,24.4,10.752945,52.1,"2013-01-22 08:00",47.5,"2013-01-31 07:00",46.6,"2013-01-24 09:00",46.5,"2013-01-23 18:00","","","","",46.6,45.5,43.5,40.8,33.3,22.2,11.8,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42602",1,35.1343,-106.5852,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6160,70,245,365,0,392,"","","Certification not required",0,10.839903,8.275384,52.1,"2013-01-22 08:00",47.5,"2013-01-31 07:00",46.6,"2013-01-24 09:00",46.5,"2013-01-23 18:00","","","","",40.4,37.8,30.4,22.1,13,7.9,4.1,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","42603",1,35.1343,-106.5852,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6222,71,246,365,0,326,"","","Certification not required",0,15.000161,19.176634,217,"2013-01-22 08:00",216,"2013-01-31 07:00",198,"2013-01-24 08:00",185,"2013-01-24 09:00","","","","",104,85,50,29,15,9,4,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","44201",1,35.1343,-106.5852,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6376,73,265,365,0,176,0,0,"Certification not required",239,0.054113,0.010804,0.081,"2013-07-09 13:00",0.079,"2013-07-08 14:00",0.077,"2013-07-07 15:00",0.076,"2013-06-09 15:00","","","","",0.077,0.075,0.07,0.067,0.062,0.055,0.04,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","44201",1,35.1343,-106.5852,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6370,71,260,365,0,0,0,0,"Certification not required",0,0.049335,0.010633,0.074,"2013-07-07 10:00",0.073,"2013-07-09 10:00",0.07,"2013-06-09 11:00",0.07,"2013-07-04 10:00","","","","",0.07,0.068,0.065,0.062,0.057,0.051,0.035,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","44201",1,35.1343,-106.5852,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6370,71,260,365,0,0,0,0,"Certification not required",0,0.049335,0.010633,0.074,"2013-07-07 10:00",0.073,"2013-07-09 10:00",0.07,"2013-06-09 11:00",0.07,"2013-07-04 10:00","","","","",0.07,0.068,0.065,0.062,0.057,0.051,0.035,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","61101",1,35.1343,-106.5852,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",6097,70,254,365,0,1,"","","Certification not required",0,5.450959,3.188826,22.7,"2013-04-08 15:00",21.8,"2013-05-05 00:00",21.1,"2013-05-05 01:00",20.9,"2013-03-23 13:00","","","","",16.2,14,11.6,9.7,7,4.7,2.2,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","61103",1,35.1343,-106.5852,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Knots","No Events",6547,75,273,365,0,1,"","","Certification not required",0,4.644249,3.283126,22.1,"2013-04-08 15:00",21.4,"2013-05-05 00:00",20.8,"2013-05-05 01:00",20.6,"2013-03-23 13:00","","","","",15.7,13.5,11,9.4,6.2,3.7,1.3,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","61104",1,35.1343,-106.5852,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",6238,71,259,365,0,1,"","","Certification not required",0,199.259859,99.673728,360,"2013-01-15 10:00",360,"2013-01-19 05:00",360,"2013-01-20 05:00",360,"2013-02-02 00:00","","","","",357,355,348,338,289,197,62,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","62101",1,35.1343,-106.5852,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,1,"","","Certification not required",0,61.80556,18.281365,101,"2013-06-27 15:00",100,"2013-06-27 14:00",100,"2013-06-27 17:00",99,"2013-06-27 13:00","","","","",93,91,88,84,75,66,34,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0023","62101",2,35.1343,-106.5852,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,1,"","","Certification not required",0,61.651443,18.362704,101,"2013-06-27 14:00",101,"2013-06-27 15:00",101,"2013-06-27 16:00",101,"2013-06-27 17:00","","","","",93,91,87,84,75,65,34,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0023","62201",1,35.1343,-106.5852,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6547,75,273,365,0,1,"","","Certification not required",0,32.445853,18.625416,90,"2013-09-11 00:00",89,"2013-07-26 05:00",89,"2013-09-10 16:00",89,"2013-09-10 19:00","","","","",83,77,68,60,44,29,11,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","63301",1,35.1343,-106.5852,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4763,54,118,365,0,1,"","","Certification not required",1317,0.587196,0.58104,1.84,"2013-05-20 12:00",1.83,"2013-04-14 11:00",1.82,"2013-06-20 11:00",1.81,"2013-05-03 11:00","","","","",1.75,1.72,1.63,1.5,1.08,0.42,0.005,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","64101",1,35.1343,-106.5852,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6547,75,273,365,0,1,"","","Certification not required",0,852.510921,4.66432,868,"2013-07-26 06:00",865,"2013-05-02 09:00",865,"2013-05-02 10:00",864,"2013-01-17 09:00","","","","",862,861,859,858,856,853,846,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","65102",1,35.1343,-106.5852,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6546,75,273,365,0,2,"","","Certification not required",0,0.001841,0.025623,0.93,"2013-09-12 10:00",0.79,"2013-07-26 00:00",0.73,"2013-09-14 22:00",0.59,"2013-08-20 17:00","","","","",0.03,0,0,0,0,0,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","68103",5,35.1343,-106.5852,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,52,61,0,3,"","","Certification not required",0,8.389535,9.074399,22.3,"2013-08-17 00:00",21.5,"2013-08-29 00:00",20.9,"2013-06-27 00:00",20.3,"2013-07-21 00:00","","","","",22.3,21.5,20.1,19.3,16.7,9.5,-3.6,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","68104",5,35.1343,-106.5852,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,52,61,0,3,"","","Certification not required",0,23.72093,10.224482,42.5,"2013-06-27 00:00",39.2,"2013-06-12 00:00",37.7,"2013-06-30 00:00",36.9,"2013-09-01 00:00","","","","",42.5,39.2,36.8,35.9,31.3,25.4,8.9,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","68105",5,35.1343,-106.5852,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,100,52,61,0,3,"","","Certification not required",0,15.915116,9.351986,31.9,"2013-06-27 00:00",28.7,"2013-06-12 00:00",28.4,"2013-08-17 00:00",28.3,"2013-06-09 00:00","","","","",31.9,28.7,27.6,26.3,24.3,18.2,2,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","68106",5,35.1343,-106.5852,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,52,61,0,2,"","","Certification not required",0,626.149425,3.768069,632,"2013-01-16 00:00",632,"2013-08-29 00:00",631,"2013-03-02 00:00",631,"2013-03-14 00:00","","","","",632,632,631,630,629,627,620,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","68107",5,35.1343,-106.5852,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,52,61,0,2,"","","Certification not required",0,630.586207,3.254877,636,"2013-01-16 00:00",636,"2013-03-02 00:00",636,"2013-11-06 00:00",635,"2013-01-19 00:00","","","","",636,636,635,634,633,631,626,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","68108",5,35.1343,-106.5852,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,52,61,0,2,"","","Certification not required",0,628.08046,3.437882,634,"2013-01-16 00:00",634,"2013-11-06 00:00",633,"2013-01-19 00:00",633,"2013-03-02 00:00","","","","",634,634,633,632,631,629,623,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","81102",1,35.1343,-106.5852,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6362,100,45,61,0,190,"","","Certification not required",71,24.690978,45.036491,1185,"2013-05-14 17:00",1182,"2013-06-24 09:00",1178,"2013-06-24 08:00",1146,"2013-05-25 01:00","","","","",137,95,60,42,26,17,8,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","81102",1,35.1343,-106.5852,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",266,74,45,61,0,0,0,0,"Certification not required",0,24.135338,18.363533,130,"2013-06-24 00:00",118,"2013-05-25 00:00",104,"2013-04-08 00:00",97,"2013-05-14 00:00","","","","",104,88,59,43,28,18,11,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","85101",1,35.1343,-106.5852,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6446,100,45,61,0,102,"","","Certification not required",105,32.056935,108.269061,985,"2013-01-15 00:00",985,"2013-01-15 01:00",985,"2013-01-15 02:00",985,"2013-01-15 03:00","","","","",985,130,60,39,23,15,7,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","86101",1,35.1343,-106.5852,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6326,72,265,365,0,215,"","","Certification not required",0,15.749004,28.834676,974,"2013-05-25 02:00",973.4,"2013-05-25 01:00",745.3,"2013-06-15 20:00",537.4,"2013-06-29 17:00","","","","",97.3,69.3,41.1,28.3,16.7,10.5,4.1,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","88101",1,35.1343,-106.5852,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6309,72,272,365,0,243,"","","Certification not required",0,5.439721,4.943571,63.8,"2013-06-16 16:00",60.1,"2013-06-15 20:00",58.4,"2013-06-29 17:00",49.9,"2013-06-30 18:00","","","","",24,19.3,13.9,10.5,6.9,4.4,1.2,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","88101",1,35.1343,-106.5852,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,0,0,"Certification not required",0,5.368914,3.174565,21.2,"2013-05-24 00:00",16,"2013-06-28 00:00",14.6,"2013-01-06 00:00",14,"2013-06-29 00:00","","","","",14.6,13.6,11.3,9.9,7,4.4,2.2,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","88101",1,35.1343,-106.5852,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,5.368914,3.174565,21.2,"2013-05-24 00:00",16,"2013-06-28 00:00",14.6,"2013-01-06 00:00",14,"2013-06-29 00:00","","","","",14.6,13.6,11.3,9.9,7,4.4,2.2,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","88101",2,35.1343,-106.5852,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,67,41,61,0,0,0,0,"Certification not required",0,5.821429,2.576302,12,"2013-06-21 00:00",11.3,"2013-06-09 00:00",11,"2013-01-22 00:00",9.1,"2013-06-15 00:00","","","","",12,12,11,9,7.7,5.4,3,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","88101",2,35.1343,-106.5852,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,67,41,61,0,0,"","","Certification not required",0,5.821429,2.576302,12,"2013-06-21 00:00",11.3,"2013-06-09 00:00",11,"2013-01-22 00:00",9.1,"2013-06-15 00:00","","","","",12,12,11,9,7.7,5.4,3,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0023","88102",5,35.1343,-106.5852,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",78,0.021374,0.009113,0.071,"2013-05-22 00:00",0.054,"2013-07-30 00:00",0.047,"2013-05-16 00:00",0.042,"2013-03-02 00:00","","","","",0.071,0.054,0.042,0.026,0.021,0.021,0.014,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88103",5,35.1343,-106.5852,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.000345,0.000662,0.003,"2013-11-09 00:00",0.002,"2013-03-05 00:00",0.002,"2013-03-17 00:00",0.002,"2013-04-07 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88104",5,35.1343,-106.5852,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",28,0.079402,0.081626,0.331,"2013-06-03 00:00",0.309,"2013-10-22 00:00",0.275,"2013-05-01 00:00",0.271,"2013-04-25 00:00","","","","",0.331,0.309,0.265,0.209,0.125,0.058,0.0065,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88107",5,35.1343,-106.5852,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",86,0.006174,0.005204,0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-08-17 00:00",0.0295,"2013-10-16 00:00","","","","",0.0295,0.0295,0.0105,0.0055,0.0055,0.005,0.0039,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88109",5,35.1343,-106.5852,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",30,0.001972,0.001029,0.0049,"2013-04-25 00:00",0.0045,"2013-06-15 00:00",0.004,"2013-07-30 00:00",0.0039,"2013-05-19 00:00","","","","",0.0049,0.0045,0.0037,0.0035,0.0026,0.0019,0.0009,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88110",5,35.1343,-106.5852,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.002092,0.004677,0.029,"2013-05-28 00:00",0.014,"2013-03-17 00:00",0.012,"2013-01-31 00:00",0.012,"2013-05-01 00:00","","","","",0.029,0.014,0.012,0.008,0.001,0,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88111",5,35.1343,-106.5852,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.093225,0.069633,0.35,"2013-06-03 00:00",0.318,"2013-04-25 00:00",0.244,"2013-06-15 00:00",0.239,"2013-06-24 00:00","","","","",0.35,0.318,0.236,0.194,0.125,0.0766,0.0222,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88112",5,35.1343,-106.5852,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.003356,0.008571,0.068,"2013-09-25 00:00",0.033,"2013-03-05 00:00",0.031,"2013-10-10 00:00",0.008,"2013-11-06 00:00","","","","",0.068,0.033,0.007,0.006,0.003,0.002,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88113",5,35.1343,-106.5852,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",79,0.000746,0.000273,0.0019,"2013-10-22 00:00",0.0016,"2013-02-09 00:00",0.0016,"2013-04-28 00:00",0.0016,"2013-06-03 00:00","","","","",0.0019,0.0016,0.0015,0.001,0.0007,0.0007,0.00055,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88114",5,35.1343,-106.5852,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",47,0.001898,0.001418,0.0106,"2013-09-28 00:00",0.007,"2013-10-22 00:00",0.0038,"2013-01-16 00:00",0.0038,"2013-07-03 00:00","","","","",0.0106,0.007,0.0037,0.0033,0.0023,0.00125,0.0008,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88115",5,35.1343,-106.5852,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",67,0.007222,0.012513,0.0968,"2013-06-24 00:00",0.0574,"2013-05-28 00:00",0.0392,"2013-04-16 00:00",0.0287,"2013-06-27 00:00","","","","",0.0968,0.0574,0.0241,0.011,0.0055,0.00405,0.00245,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88117",5,35.1343,-106.5852,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",87,0.005708,0.008289,0.0435,"2013-10-16 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00",0.043,"2013-08-17 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.00485,0.0041,0.0028,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88118",5,35.1343,-106.5852,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",87,0.009137,0.006173,0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-08-17 00:00",0.023,"2013-10-16 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88126",5,35.1343,-106.5852,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.0845,0.047753,0.218,"2013-06-03 00:00",0.205,"2013-04-25 00:00",0.204,"2013-05-01 00:00",0.19,"2013-05-19 00:00","","","","",0.218,0.205,0.177,0.156,0.112,0.0794,0.0319,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88128",5,35.1343,-106.5852,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.000149,0.000518,0.003,"2013-10-16 00:00",0.002,"2013-05-19 00:00",0.002,"2013-07-09 00:00",0.002,"2013-09-07 00:00","","","","",0.003,0.002,0.001,0,0,0,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88131",5,35.1343,-106.5852,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",84,0.010006,0.004092,0.028,"2013-07-21 00:00",0.022,"2013-04-28 00:00",0.021,"2013-09-01 00:00",0.0165,"2013-01-16 00:00","","","","",0.028,0.022,0.0165,0.0165,0.011,0.008,0.007,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88132",5,35.1343,-106.5852,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.001264,0.001458,0.007,"2013-06-18 00:00",0.005,"2013-05-01 00:00",0.005,"2013-05-19 00:00",0.005,"2013-06-03 00:00","","","","",0.007,0.005,0.004,0.003,0.002,0.001,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88136",5,35.1343,-106.5852,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.000368,0.00108,0.006,"2013-10-22 00:00",0.005,"2013-03-05 00:00",0.004,"2013-08-17 00:00",0.004,"2013-09-28 00:00","","","","",0.006,0.005,0.003,0.001,0,0,0,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88140",5,35.1343,-106.5852,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",76,0.008576,0.005849,0.037,"2013-05-01 00:00",0.034,"2013-05-16 00:00",0.031,"2013-04-28 00:00",0.027,"2013-06-18 00:00","","","","",0.037,0.034,0.017,0.012,0.009,0.006,0.0055,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88152",5,35.1343,-106.5852,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",87,0.005631,0.00141,0.008,"2013-01-31 00:00",0.008,"2013-02-21 00:00",0.008,"2013-03-02 00:00",0.008,"2013-03-14 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88154",5,35.1343,-106.5852,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",86,0.001071,0.00026,0.0017,"2013-07-06 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-28 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88160",5,35.1343,-106.5852,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",82,0.013529,0.004915,0.042,"2013-04-16 00:00",0.024,"2013-05-16 00:00",0.022,"2013-09-16 00:00",0.021,"2013-02-15 00:00","","","","",0.042,0.024,0.02,0.018,0.016,0.01,0.01,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88161",5,35.1343,-106.5852,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",51,0.004945,0.004235,0.0208,"2013-05-19 00:00",0.02,"2013-05-01 00:00",0.0188,"2013-04-25 00:00",0.017,"2013-06-03 00:00","","","","",0.0208,0.02,0.015,0.0106,0.0063,0.0025,0.00215,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88164",5,35.1343,-106.5852,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",86,0.001623,0.000332,0.004,"2013-05-19 00:00",0.0019,"2013-01-31 00:00",0.0019,"2013-02-21 00:00",0.0019,"2013-03-02 00:00","","","","",0.004,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88165",5,35.1343,-106.5852,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.221297,0.195661,0.854,"2013-06-03 00:00",0.852,"2013-04-25 00:00",0.768,"2013-05-01 00:00",0.755,"2013-05-19 00:00","","","","",0.854,0.852,0.65,0.496,0.268,0.145,0.051,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88166",5,35.1343,-106.5852,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",82,0.008056,0.004613,0.019,"2013-01-16 00:00",0.019,"2013-02-12 00:00",0.019,"2013-02-24 00:00",0.019,"2013-03-05 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88167",5,35.1343,-106.5852,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",48,0.003191,0.003505,0.0172,"2013-06-24 00:00",0.0165,"2013-10-22 00:00",0.0149,"2013-01-16 00:00",0.0127,"2013-01-31 00:00","","","","",0.0172,0.0165,0.0115,0.0084,0.0038,0.00175,0.001,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88168",5,35.1343,-106.5852,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",85,0.001262,0.000962,0.0097,"2013-09-01 00:00",0.0019,"2013-08-14 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-02-09 00:00","","","","",0.0097,0.0019,0.00175,0.00175,0.0012,0.00115,0.00085,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88169",5,35.1343,-106.5852,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,0.217821,0.114219,0.677,"2013-09-07 00:00",0.6,"2013-08-23 00:00",0.454,"2013-05-19 00:00",0.439,"2013-07-30 00:00","","","","",0.677,0.6,0.433,0.371,0.281,0.186,0.0988,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88176",5,35.1343,-106.5852,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",86,0.000938,0.000217,0.0016,"2013-06-24 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-12 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88180",5,35.1343,-106.5852,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",1,0.046659,0.029272,0.133,"2013-06-03 00:00",0.119,"2013-04-25 00:00",0.11,"2013-05-01 00:00",0.109,"2013-07-06 00:00","","","","",0.133,0.119,0.103,0.0908,0.0644,0.041,0.0167,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88184",5,35.1343,-106.5852,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",76,0.024925,0.014084,0.09,"2013-04-16 00:00",0.081,"2013-06-24 00:00",0.067,"2013-08-23 00:00",0.066,"2013-01-16 00:00","","","","",0.09,0.081,0.058,0.04,0.027,0.02,0.0155,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88185",5,35.1343,-106.5852,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",85,0.003094,0.003298,0.0115,"2013-01-16 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-02-24 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88301",5,35.1343,-106.5852,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",1,0.250708,0.146891,0.682,"2013-09-07 00:00",0.679,"2013-08-23 00:00",0.65,"2013-01-22 00:00",0.53,"2013-05-19 00:00","","","","",0.682,0.679,0.523,0.448,0.329,0.232,0.088,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88302",5,35.1343,-106.5852,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",11,0.04672,0.035332,0.217,"2013-05-28 00:00",0.168,"2013-06-12 00:00",0.123,"2013-06-24 00:00",0.112,"2013-09-19 00:00","","","","",0.217,0.168,0.108,0.09,0.064,0.038,0.015,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88303",5,35.1343,-106.5852,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",49,0.019399,0.016931,0.086,"2013-05-28 00:00",0.0824,"2013-06-12 00:00",0.065,"2013-01-22 00:00",0.062,"2013-01-04 00:00","","","","",0.086,0.0824,0.052,0.043,0.024,0.012,0.0034,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88306",5,35.1343,-106.5852,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",0,0.387326,0.346938,2.43,"2013-01-22 00:00",1.54,"2013-01-04 00:00",1.27,"2013-01-16 00:00",1.13,"2013-02-03 00:00","","","","",2.43,1.54,1.09,0.724,0.381,0.276,0.171,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88355",5,35.1343,-106.5852,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,1.430011,0.738945,4.92,"2013-01-13 00:00",3.8,"2013-11-09 00:00",3.34,"2013-01-04 00:00",2.95,"2013-01-10 00:00","","","","",4.92,3.8,2.91,2.58,1.58,1.22,0.777,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88357",5,35.1343,-106.5852,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.295685,0.203445,1.13,"2013-01-13 00:00",0.927,"2013-11-09 00:00",0.921,"2013-01-10 00:00",0.838,"2013-01-22 00:00","","","","",1.13,0.927,0.782,0.567,0.349,0.241,0.127,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88370",5,35.1343,-106.5852,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,1.329449,0.656557,4.25,"2013-01-13 00:00",3.49,"2013-11-09 00:00",2.95,"2013-01-04 00:00",2.64,"2013-07-06 00:00","","","","",4.25,3.49,2.56,2.38,1.52,1.15,0.712,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88374",5,35.1343,-106.5852,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",3,0.104427,0.155891,1.36,"2013-01-13 00:00",0.44,"2013-11-09 00:00",0.376,"2013-01-04 00:00",0.333,"2013-01-22 00:00","","","","",1.36,0.44,0.308,0.171,0.11,0.074,0.024,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88375",5,35.1343,-106.5852,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.334079,0.151455,0.93,"2013-01-13 00:00",0.856,"2013-11-09 00:00",0.716,"2013-01-10 00:00",0.706,"2013-01-04 00:00","","","","",0.93,0.856,0.647,0.531,0.39,0.294,0.19,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88376",5,35.1343,-106.5852,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.445697,0.228343,1.1,"2013-11-09 00:00",1.09,"2013-01-04 00:00",1.08,"2013-01-13 00:00",0.967,"2013-06-12 00:00","","","","",1.1,1.09,0.951,0.862,0.506,0.38,0.235,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88377",5,35.1343,-106.5852,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.255427,0.13924,0.749,"2013-11-09 00:00",0.682,"2013-01-22 00:00",0.627,"2013-01-13 00:00",0.586,"2013-06-27 00:00","","","","",0.749,0.682,0.543,0.498,0.276,0.216,0.132,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88378",5,35.1343,-106.5852,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",2,0.18964,0.111372,0.642,"2013-07-06 00:00",0.625,"2013-06-06 00:00",0.454,"2013-06-12 00:00",0.447,"2013-06-18 00:00","","","","",0.642,0.625,0.393,0.317,0.229,0.166,0.085,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88380",5,35.1343,-106.5852,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.39673,0.30076,1.79,"2013-01-13 00:00",1.35,"2013-01-10 00:00",1.25,"2013-01-22 00:00",1.24,"2013-11-09 00:00","","","","",1.79,1.35,1.13,0.829,0.436,0.318,0.162,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88383",5,35.1343,-106.5852,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.492045,0.31649,1.99,"2013-01-13 00:00",1.52,"2013-11-09 00:00",1.29,"2013-01-10 00:00",1.25,"2013-01-04 00:00","","","","",1.99,1.52,1.22,0.921,0.557,0.411,0.215,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88384",5,35.1343,-106.5852,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.093858,0.041064,0.22,"2013-04-25 00:00",0.205,"2013-08-05 00:00",0.195,"2013-06-06 00:00",0.184,"2013-05-04 00:00","","","","",0.22,0.205,0.184,0.152,0.115,0.0862,0.0445,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88385",5,35.1343,-106.5852,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",83,0.001234,0.000945,0.00612,"2013-10-22 00:00",0.00579,"2013-06-27 00:00",0.00549,"2013-06-06 00:00",0.00375,"2013-06-18 00:00","","","","",0.00612,0.00579,0.00289,0.001,0.001,0.001,0.001,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88388",5,35.1343,-106.5852,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",89,100,52,61,0,0,"","","Certification not required",0,0.290607,0.140393,0.927,"2013-01-13 00:00",0.699,"2013-07-06 00:00",0.656,"2013-11-09 00:00",0.622,"2013-01-04 00:00","","","","",0.927,0.699,0.595,0.447,0.341,0.25,0.149,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88403",5,35.1343,-106.5852,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,100,52,61,0,3,"","","Certification not required",0,0.596105,0.339747,1.86,"2013-09-07 00:00",1.83,"2013-08-23 00:00",1.19,"2013-05-19 00:00",1.19,"2013-06-18 00:00","","","","",1.86,1.83,1.18,1.03,0.788,0.505,0.247,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0023","88502",1,35.1343,-106.5852,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6348,72,268,365,0,204,"","","Certification not required",0,5.438752,4.938531,63.8,"2013-06-16 16:00",60.1,"2013-06-15 20:00",58.4,"2013-06-29 17:00",49.9,"2013-06-30 18:00","","","","",24,19.3,13.7,10.5,6.9,4.4,1.2,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0023","88502",1,35.1343,-106.5852,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,5.376119,3.164673,21.2,"2013-05-24 00:00",16,"2013-06-28 00:00",14.6,"2013-01-06 00:00",14,"2013-06-29 00:00","","","","",14.6,13.6,11.3,9.9,7,4.5,2.3,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0023","88502",5,35.1343,-106.5852,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,100,52,61,0,2,"","","Certification not required",0,5.44023,2.047486,9.6,"2013-01-22 00:00",9.6,"2013-07-06 00:00",9.5,"2013-01-13 00:00",9.3,"2013-06-03 00:00","","","","",9.6,9.6,9.3,8.2,7.3,5.1,3.1,"DEL NORTE HIGH SCHOOL","4700A SAN MATEO NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-14" +"35","001","0024","44201",1,35.0631,-106.578785,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6439,73,268,365,0,113,0,0,"Certification not required",326,0.053948,0.009705,0.082,"2013-07-09 14:00",0.075,"2013-07-06 15:00",0.073,"2013-07-07 12:00",0.072,"2013-07-04 15:00","","","","",0.073,0.071,0.069,0.065,0.062,0.055,0.041,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0024","44201",1,35.0631,-106.578785,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6457,73,266,365,0,0,0,0,"Certification not required",0,0.049357,0.009886,0.07,"2013-07-07 10:00",0.07,"2013-07-09 09:00",0.069,"2013-07-04 10:00",0.068,"2013-06-01 10:00","","","","",0.069,0.067,0.064,0.061,0.056,0.051,0.035,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0024","44201",1,35.0631,-106.578785,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6457,73,266,365,0,0,0,0,"Certification not required",0,0.049357,0.009886,0.07,"2013-07-07 10:00",0.07,"2013-07-09 09:00",0.069,"2013-07-04 10:00",0.068,"2013-06-01 10:00","","","","",0.069,0.067,0.064,0.061,0.056,0.051,0.035,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0024","88101",1,35.0631,-106.578785,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",176,48,176,365,0,4,1,1,"Certification not required",0,7.430682,5.239004,53.2,"2013-03-19 00:00",30.8,"2013-05-20 00:00",22.3,"2013-01-24 00:00",19.8,"2013-06-28 00:00","","","","",30.8,19.8,13.5,11.6,9.1,6.5,3.1,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-09-30" +"35","001","0024","88101",1,35.0631,-106.578785,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",176,48,176,365,0,4,"","","Certification not required",0,7.430682,5.239004,53.2,"2013-03-19 00:00",30.8,"2013-05-20 00:00",22.3,"2013-01-24 00:00",19.8,"2013-06-28 00:00","","","","",30.8,19.8,13.5,11.6,9.1,6.5,3.1,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-09-30" +"35","001","0024","88101",2,35.0631,-106.578785,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2150,25,92,365,0,57,"","","Certification not required",0,3.846372,2.864671,24.5,"2013-07-24 13:00",23.8,"2013-07-05 21:00",23.5,"2013-07-06 14:00",20.8,"2013-07-06 13:00","","","","",12.7,11,8.5,7.1,5.3,3.7,0.7,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0024","88101",2,35.0631,-106.578785,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",90,25,90,365,0,0,0,0,"Certification not required",0,3.835556,1.871748,10.5,"2013-08-22 00:00",9.2,"2013-07-06 00:00",7.9,"2013-07-07 00:00",7.9,"2013-08-26 00:00","","","","",10.5,9.2,7,6.7,4.9,3.6,1.8,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0024","88101",2,35.0631,-106.578785,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",90,25,90,365,0,0,"","","Certification not required",0,3.835556,1.871748,10.5,"2013-08-22 00:00",9.2,"2013-07-06 00:00",7.9,"2013-07-07 00:00",7.9,"2013-08-26 00:00","","","","",10.5,9.2,7,6.7,4.9,3.6,1.8,"SOUTH EAST HEIGHTS","6000 ANDERSON AVENUE SE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0026","81102",1,35.1443,-106.60468,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",171,47,171,365,0,1,0,0,"Certification not required",0,26.836257,15.719867,98,"2013-04-17 00:00",87,"2013-06-15 00:00",72,"2013-06-28 00:00",71,"2013-04-18 00:00","","","","",87,71,65,45,34,24,11,"JEFFERSON","3700 SINGER","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0026","81102",2,35.1443,-106.60468,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",33,54,33,61,0,4,0,0,"Certification not required",0,32.848485,19.450452,93,"2013-03-23 00:00",81,"2013-06-15 00:00",62,"2013-01-28 00:00",55,"2013-06-27 00:00","","","","",93,93,81,55,38,28,13,"JEFFERSON","3700 SINGER","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2014-02-12" +"35","001","0026","81102",3,35.1443,-106.60468,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRMENTL-ANDRSEN-SA246B-INLT - BETA-ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6467,74,273,365,0,85,"","","Certification not required",154,29.721355,44.257062,1339,"2013-06-15 19:00",743,"2013-03-23 13:00",702,"2013-02-09 11:00",702,"2013-06-29 16:00","","","","",189,144,89,59,33,18,6,"JEFFERSON","3700 SINGER","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0026","81102",3,35.1443,-106.60468,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,29.234432,20.260709,133,"2013-04-08 00:00",113,"2013-03-23 00:00",107,"2013-06-28 00:00",97,"2013-06-15 00:00","","","","",107,94,77,53,35,24,11,"JEFFERSON","3700 SINGER","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0027","44201",1,35.1539,-106.69715,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6297,71,259,365,0,255,0,0,"Certification not required",128,0.055653,0.009707,0.08,"2013-07-09 14:00",0.08,"2013-07-16 14:00",0.079,"2013-07-07 15:00",0.079,"2013-07-26 13:00","","","","",0.079,0.073,0.07,0.067,0.062,0.057,0.042,"WESTSIDE TAYLOR RANCH","5100 MONTANO BLVD NW","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0027","44201",1,35.1539,-106.69715,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6305,70,256,365,0,0,0,0,"Certification not required",0,0.051434,0.009436,0.072,"2013-07-07 10:00",0.071,"2013-07-09 09:00",0.071,"2013-07-16 09:00",0.07,"2013-05-29 11:00","","","","",0.071,0.068,0.065,0.063,0.058,0.053,0.038,"WESTSIDE TAYLOR RANCH","5100 MONTANO BLVD NW","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0027","44201",1,35.1539,-106.69715,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6305,70,256,365,0,0,0,0,"Certification not required",0,0.051434,0.009436,0.072,"2013-07-07 10:00",0.071,"2013-07-09 09:00",0.071,"2013-07-16 09:00",0.07,"2013-05-29 11:00","","","","",0.071,0.068,0.065,0.063,0.058,0.053,0.038,"WESTSIDE TAYLOR RANCH","5100 MONTANO BLVD NW","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","0029","42101",1,35.01708,-106.65739,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5541,63,223,365,0,1011,0,0,"Certification not required",5078,0.293665,0.173898,2.9,"2013-06-06 06:00",2.7,"2013-03-11 06:00",2.4,"2013-01-18 07:00",2.4,"2013-08-22 06:00","","","","",1.1,0.9,0.6,0.25,0.25,0.25,0.25,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","42101",1,35.01708,-106.65739,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5331,61,211,365,0,0,0,0,"Certification not required",0,0.331964,0.092954,1.1,"2013-01-24 07:00",1.1,"2013-01-24 08:00",1.1,"2013-01-24 09:00",1.1,"2013-01-24 10:00",1.1,"2013-01-24 07:00",1,"2013-01-18 07:00",0.8,0.7,0.5,0.4,0.3,0.3,0.3,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","44201",1,35.01708,-106.65739,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6457,74,270,365,0,95,0,0,"Certification not required",459,0.053656,0.009377,0.082,"2013-07-09 15:00",0.079,"2013-07-07 14:00",0.075,"2013-07-06 16:00",0.074,"2013-07-14 14:00","","","","",0.075,0.073,0.068,0.064,0.06,0.054,0.042,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","44201",1,35.01708,-106.65739,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6462,73,268,365,0,0,0,0,"Certification not required",0,0.04906,0.009468,0.071,"2013-07-07 10:00",0.069,"2013-07-09 09:00",0.068,"2013-07-06 11:00",0.067,"2013-06-01 09:00","","","","",0.068,0.067,0.062,0.06,0.055,0.05,0.035,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","44201",1,35.01708,-106.65739,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6462,73,268,365,0,0,0,0,"Certification not required",0,0.04906,0.009468,0.071,"2013-07-07 10:00",0.069,"2013-07-09 09:00",0.068,"2013-07-06 11:00",0.067,"2013-06-01 09:00","","","","",0.068,0.067,0.062,0.06,0.055,0.05,0.035,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","81102",3,35.01708,-106.65739,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",5801,66,247,365,0,727,"","","Certification not required",85,36.523703,53.019858,896,"2013-09-22 16:00",816,"2013-09-22 15:00",805,"2013-06-02 01:00",709,"2013-05-05 04:00","","","","",251,183,104,70,39,23,9,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","81102",3,35.01708,-106.65739,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",247,68,247,365,0,0,0,0,"Certification not required",0,35.882591,23.239439,142,"2013-02-08 00:00",123,"2013-05-05 00:00",120,"2013-04-08 00:00",117,"2013-09-22 00:00","","","","",120,110,84,63,44,30,14,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","88502",3,35.01708,-106.65739,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6154,70,261,365,0,398,"","","Certification not required",0,9.055492,14.859838,983.6,"2013-06-21 21:00",144.6,"2013-06-28 04:00",109.9,"2013-06-11 17:00",100.4,"2013-06-15 20:00","","","","",43.7,32.5,22.3,16.4,10.5,6.9,2.8,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0029","88502",3,35.01708,-106.65739,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,0,"","","Certification not required",0,8.843295,4.156645,28.6,"2013-06-28 00:00",24.9,"2013-04-08 00:00",24.2,"2013-06-11 00:00",22.6,"2013-04-23 00:00","","","","",24.2,19.6,17.1,14.4,10.5,7.9,4.6,"SOUTH VALLEY","201 PROSPERITY SE","New Mexico","Bernalillo","South Valley","Albuquerque, NM","2013-12-06" +"35","001","0032","44201",1,35.06407,-106.76151,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6473,74,270,365,0,79,0,0,"Certification not required",14,0.053419,0.008755,0.08,"2013-07-07 15:00",0.075,"2013-07-09 13:00",0.074,"2013-07-16 14:00",0.073,"2013-06-01 14:00","","","","",0.074,0.07,0.067,0.064,0.059,0.054,0.042,"Westside","11850 Sunset Gardens SW","New Mexico","Bernalillo","","Albuquerque, NM","2013-12-06" +"35","001","0032","44201",1,35.06407,-106.76151,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6484,74,270,365,0,0,0,0,"Certification not required",0,0.049278,0.008466,0.074,"2013-07-07 10:00",0.069,"2013-07-09 09:00",0.068,"2013-06-01 09:00",0.067,"2013-07-16 09:00","","","","",0.068,0.065,0.062,0.06,0.055,0.05,0.037,"Westside","11850 Sunset Gardens SW","New Mexico","Bernalillo","","Albuquerque, NM","2013-12-06" +"35","001","0032","44201",1,35.06407,-106.76151,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6484,74,270,365,0,0,0,0,"Certification not required",0,0.049278,0.008466,0.074,"2013-07-07 10:00",0.069,"2013-07-09 09:00",0.068,"2013-06-01 09:00",0.067,"2013-07-16 09:00","","","","",0.068,0.065,0.062,0.06,0.055,0.05,0.037,"Westside","11850 Sunset Gardens SW","New Mexico","Bernalillo","","Albuquerque, NM","2013-12-06" +"35","001","1012","44201",1,35.1852,-106.50815,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6053,70,254,365,0,499,0,0,"Certification not required",2,0.052917,0.007862,0.082,"2013-07-09 13:00",0.074,"2013-09-05 14:00",0.073,"2013-06-09 16:00",0.071,"2013-07-08 13:00","","","","",0.073,0.069,0.066,0.063,0.058,0.052,0.044,"Foothills","8901 LOWELL NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","1012","44201",1,35.1852,-106.50815,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6059,68,249,365,0,0,0,0,"Certification not required",0,0.048855,0.007265,0.069,"2013-06-09 11:00",0.068,"2013-07-09 09:00",0.067,"2013-09-05 10:00",0.065,"2013-05-29 11:00","","","","",0.067,0.064,0.061,0.058,0.053,0.049,0.04,"Foothills","8901 LOWELL NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","1012","44201",1,35.1852,-106.50815,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6059,68,249,365,0,0,0,0,"Certification not required",0,0.048855,0.007265,0.069,"2013-06-09 11:00",0.068,"2013-07-09 09:00",0.067,"2013-09-05 10:00",0.065,"2013-05-29 11:00","","","","",0.067,0.064,0.061,0.058,0.053,0.049,0.04,"Foothills","8901 LOWELL NE","New Mexico","Bernalillo","Albuquerque","Albuquerque, NM","2013-12-06" +"35","001","1013","44201",1,35.19324,-106.613815,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6347,73,266,365,0,203,0,0,"Certification not required",378,0.054752,0.010183,0.081,"2013-07-16 14:00",0.078,"2013-06-06 13:00",0.078,"2013-07-26 14:00",0.077,"2013-07-23 15:00","","","","",0.078,0.073,0.069,0.067,0.062,0.055,0.042,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","001","1013","44201",1,35.19324,-106.613815,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6379,73,265,365,0,0,0,0,"Certification not required",0,0.049909,0.009665,0.07,"2013-05-29 11:00",0.07,"2013-06-01 09:00",0.069,"2013-07-16 10:00",0.067,"2013-05-30 11:00","","","","",0.069,0.065,0.063,0.061,0.057,0.051,0.037,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","001","1013","44201",1,35.19324,-106.613815,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6379,73,265,365,0,0,0,0,"Certification not required",0,0.049909,0.009665,0.07,"2013-05-29 11:00",0.07,"2013-06-01 09:00",0.069,"2013-07-16 10:00",0.067,"2013-05-30 11:00","","","","",0.069,0.065,0.063,0.061,0.057,0.051,0.037,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","001","1013","81102",3,35.19324,-106.613815,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRMENTL-ANDRSEN-SA246B-INLT - BETA-ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6417,73,268,365,0,135,"","","Certification not required",62,31.528284,40.566098,568,"2013-04-08 13:00",553,"2013-06-28 04:00",536,"2013-06-29 16:00",523,"2013-06-28 17:00","","","","",208,131,80,59,36,22,8,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","001","1013","81102",3,35.19324,-106.613815,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",268,73,268,365,0,0,2,2,"Certification not required",0,31,21.499064,194,"2013-04-08 00:00",155,"2013-06-28 00:00",94,"2013-03-23 00:00",92,"2013-05-04 00:00","","","","",94,84,71,55,39,26,12,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","001","1013","88502",3,35.19324,-106.613815,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6402,73,268,365,0,150,"","","Certification not required",0,10.161168,9.370374,260.9,"2013-04-09 10:00",222.9,"2013-04-27 16:00",155.1,"2013-04-30 02:00",144.9,"2013-04-23 23:00","","","","",39.6,31.2,24.1,18.9,12.5,8.1,3.3,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","001","1013","88502",3,35.19324,-106.613815,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,10.097761,5.232733,44,"2013-04-27 00:00",36,"2013-06-28 00:00",31.8,"2013-04-30 00:00",29,"2013-09-10 00:00","","","","",31.8,25.6,19.6,16.4,11.7,8.8,5.4,"NORTH VALLEY","9819A SECOND STREET NW","New Mexico","Bernalillo","North Valley","Albuquerque, NM","2013-12-06" +"35","003","9000","85101",1,33.220502,-108.235719,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,6.174335,5.725386,28.1748,"2013-05-04 00:00",20.6615,"2013-04-25 00:00",20.1706,"2013-03-05 00:00",16.2742,"2013-05-31 00:00","","","","",28.1748,28.1748,20.1706,11.8593,8.8379,4.621,1.422,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","86502",1,33.220502,-108.235719,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.875,4.029809,19,"2013-05-04 00:00",15,"2013-03-05 00:00",14,"2013-04-25 00:00",8,"2013-05-31 00:00","","","","",19,19,14,7,4,1,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88103",1,33.220502,-108.235719,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-03-26 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88104",1,33.220502,-108.235719,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.095106,0.102106,0.53,"2013-05-04 00:00",0.292,"2013-04-25 00:00",0.247,"2013-03-23 00:00",0.241,"2013-03-05 00:00","","","","",0.53,0.53,0.247,0.2382,0.134,0.073,0.0102,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88109",1,33.220502,-108.235719,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001175,0.000766,0.0031,"2013-04-25 00:00",0.0029,"2013-05-01 00:00",0.0024,"2013-03-23 00:00",0.0024,"2013-04-16 00:00","","","","",0.0031,0.0031,0.0024,0.0023,0.0019,0.001,0.0004,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88111",1,33.220502,-108.235719,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.064971,0.07023,0.3362,"2013-05-04 00:00",0.2306,"2013-04-25 00:00",0.1828,"2013-03-26 00:00",0.1799,"2013-03-23 00:00","","","","",0.3362,0.3362,0.1828,0.1772,0.1066,0.0505,0.0062,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88112",1,33.220502,-108.235719,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88114",1,33.220502,-108.235719,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",9,0.000621,0.000536,0.0026,"2013-02-09 00:00",0.0021,"2013-05-31 00:00",0.0016,"2013-05-01 00:00",0.0015,"2013-04-25 00:00","","","","",0.0026,0.0026,0.0016,0.0014,0.0008,0.0004,0.0001,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88115",1,33.220502,-108.235719,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",14,0.004086,0.011505,0.0617,"2013-05-31 00:00",0.0532,"2013-04-16 00:00",0.0095,"2013-04-25 00:00",0.0084,"2013-05-19 00:00","","","","",0.0617,0.0617,0.0095,0.0077,0.0032,0.0008,0.0001,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88126",1,33.220502,-108.235719,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.054677,0.057471,0.2903,"2013-05-04 00:00",0.1574,"2013-03-23 00:00",0.1561,"2013-04-25 00:00",0.1486,"2013-05-31 00:00","","","","",0.2903,0.2903,0.1561,0.1287,0.0844,0.042,0.0057,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88128",1,33.220502,-108.235719,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000625,0.000733,0.002,"2013-01-04 00:00",0.002,"2013-01-10 00:00",0.002,"2013-03-23 00:00",0.002,"2013-04-22 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88132",1,33.220502,-108.235719,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001417,0.001381,0.006,"2013-05-04 00:00",0.005,"2013-03-23 00:00",0.004,"2013-04-25 00:00",0.004,"2013-05-31 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0.001,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88136",1,33.220502,-108.235719,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.1e-05,0.000144,0.001,"2013-05-31 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88140",1,33.220502,-108.235719,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.019744,0.02183,0.0871,"2013-05-31 00:00",0.068,"2013-04-25 00:00",0.0646,"2013-03-23 00:00",0.063,"2013-04-28 00:00","","","","",0.0871,0.0871,0.0646,0.057,0.029,0.015,0.0011,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88152",1,33.220502,-108.235719,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",47,0.000141,3.2e-05,0.0003,"2013-02-12 00:00",0.00015,"2013-02-06 00:00",0.00015,"2013-02-09 00:00",0.00015,"2013-02-15 00:00","","","","",0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,0.0001,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88154",1,33.220502,-108.235719,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",37,0.000135,7e-05,0.0003,"2013-01-04 00:00",0.0003,"2013-02-06 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-04-01 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0001,0.0001,0.0001,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88161",1,33.220502,-108.235719,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.005145,0.005446,0.0276,"2013-05-04 00:00",0.0159,"2013-04-25 00:00",0.0145,"2013-03-23 00:00",0.0134,"2013-03-05 00:00","","","","",0.0276,0.0276,0.0145,0.0125,0.007,0.0038,0.0005,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88164",1,33.220502,-108.235719,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",13,0.000295,0.000343,0.0014,"2013-04-25 00:00",0.0013,"2013-05-01 00:00",0.0012,"2013-05-31 00:00",0.0011,"2013-05-04 00:00","","","","",0.0014,0.0014,0.0012,0.0008,0.0003,0.0002,5e-05,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88165",1,33.220502,-108.235719,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.231719,0.254684,1.3434,"2013-05-04 00:00",0.7268,"2013-04-25 00:00",0.6039,"2013-03-05 00:00",0.6014,"2013-03-23 00:00","","","","",1.3434,1.3434,0.6039,0.5805,0.337,0.1682,0.0185,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88167",1,33.220502,-108.235719,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.001666,0.00278,0.0189,"2013-05-31 00:00",0.0059,"2013-03-23 00:00",0.004,"2013-03-17 00:00",0.0032,"2013-04-07 00:00","","","","",0.0189,0.0189,0.004,0.0032,0.0019,0.001,0.0003,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88168",1,33.220502,-108.235719,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",15,0.000693,0.000732,0.0039,"2013-05-04 00:00",0.0021,"2013-03-23 00:00",0.0018,"2013-03-26 00:00",0.0017,"2013-04-25 00:00","","","","",0.0039,0.0039,0.0018,0.0016,0.0013,0.0004,0.0001,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88169",1,33.220502,-108.235719,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.177694,0.117376,0.569,"2013-03-23 00:00",0.5354,"2013-05-19 00:00",0.376,"2013-05-31 00:00",0.3179,"2013-05-01 00:00","","","","",0.569,0.569,0.376,0.3086,0.2518,0.1504,0.0533,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88176",1,33.220502,-108.235719,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000202,0.000133,0.0008,"2013-05-04 00:00",0.0005,"2013-01-04 00:00",0.0005,"2013-04-01 00:00",0.0005,"2013-04-25 00:00","","","","",0.0008,0.0008,0.0005,0.0004,0.00015,0.00015,0.00015,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88180",1,33.220502,-108.235719,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.037573,0.034485,0.1607,"2013-05-04 00:00",0.1354,"2013-05-31 00:00",0.1037,"2013-04-25 00:00",0.0935,"2013-03-23 00:00","","","","",0.1607,0.1607,0.1037,0.0755,0.0569,0.027,0.0077,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88184",1,33.220502,-108.235719,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",16,0.027899,0.048991,0.2806,"2013-05-31 00:00",0.143,"2013-04-16 00:00",0.1367,"2013-05-19 00:00",0.0798,"2013-04-25 00:00","","","","",0.2806,0.2806,0.1367,0.0743,0.0337,0.0106,0.0016,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88185",1,33.220502,-108.235719,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",37,0.000715,0.000556,0.0041,"2013-05-04 00:00",0.0015,"2013-04-25 00:00",0.0012,"2013-04-01 00:00",0.0011,"2013-05-19 00:00","","","","",0.0041,0.0041,0.0012,0.001,0.0007,0.00065,0.0004,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88203",1,33.220502,-108.235719,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",25,0.017429,0.033249,0.1915,"2013-05-31 00:00",0.1274,"2013-04-16 00:00",0.0672,"2013-04-25 00:00",0.0509,"2013-05-19 00:00","","","","",0.1915,0.1915,0.0672,0.0383,0.013,0.0089,0.0028,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88306",1,33.220502,-108.235719,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.141206,0.106117,0.493,"2013-05-31 00:00",0.3721,"2013-01-04 00:00",0.2916,"2013-04-16 00:00",0.2759,"2013-05-19 00:00","","","","",0.493,0.493,0.2916,0.2758,0.232,0.1346,0.0273,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88320",1,33.220502,-108.235719,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.283125,0.176191,0.99,"2013-05-31 00:00",0.83,"2013-05-16 00:00",0.5,"2013-05-19 00:00",0.46,"2013-01-04 00:00","","","","",0.99,0.99,0.5,0.44,0.39,0.26,0.11,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88321",1,33.220502,-108.235719,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.045417,0.030802,0.16,"2013-05-31 00:00",0.1,"2013-01-04 00:00",0.1,"2013-05-16 00:00",0.09,"2013-03-14 00:00","","","","",0.16,0.16,0.1,0.09,0.07,0.04,0.01,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88324",1,33.220502,-108.235719,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",47,0.018988,0.006755,0.03,"2013-04-25 00:00",0.02925,"2013-01-31 00:00",0.02875,"2013-01-22 00:00",0.0287,"2013-01-13 00:00","","","","",0.03,0.03,0.02875,0.0286,0.0277,0.01575,0.0099,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88325",1,33.220502,-108.235719,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.051763,0.032551,0.168,"2013-05-31 00:00",0.1469,"2013-05-16 00:00",0.1185,"2013-05-19 00:00",0.1101,"2013-02-06 00:00","","","","",0.168,0.168,0.1185,0.0853,0.0681,0.041,0.01865,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88326",1,33.220502,-108.235719,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.078605,0.060727,0.3519,"2013-05-31 00:00",0.2349,"2013-05-16 00:00",0.1556,"2013-03-14 00:00",0.1452,"2013-01-04 00:00","","","","",0.3519,0.3519,0.1556,0.1306,0.1056,0.0819,0.0245,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88327",1,33.220502,-108.235719,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.063886,0.046037,0.2852,"2013-05-31 00:00",0.1906,"2013-05-16 00:00",0.1148,"2013-05-19 00:00",0.1059,"2013-01-04 00:00","","","","",0.2852,0.2852,0.1148,0.1007,0.0813,0.0543,0.0273,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88328",1,33.220502,-108.235719,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.080458,0.051596,0.2654,"2013-05-16 00:00",0.186,"2013-05-04 00:00",0.1706,"2013-05-31 00:00",0.1554,"2013-01-04 00:00","","","","",0.2654,0.2654,0.1706,0.1439,0.1198,0.0642,0.0264,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88329",1,33.220502,-108.235719,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.096533,0.066308,0.3333,"2013-05-16 00:00",0.2946,"2013-05-31 00:00",0.1918,"2013-01-04 00:00",0.188,"2013-03-23 00:00","","","","",0.3333,0.3333,0.1918,0.1822,0.1365,0.0757,0.035,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88330",1,33.220502,-108.235719,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.029595,0.020349,0.0787,"2013-03-14 00:00",0.0714,"2013-05-04 00:00",0.0622,"2013-01-04 00:00",0.0615,"2013-03-11 00:00","","","","",0.0787,0.0787,0.0622,0.0607,0.0502,0.0251,0.0077,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88331",1,33.220502,-108.235719,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",21,3.2e-05,4.1e-05,0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00",0.0001,"2013-03-11 00:00","","","","",0.0001,0.0001,0.0001,0.0001,5e-05,0,0,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88338",1,33.220502,-108.235719,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",41,0.024747,0.026529,0.1494,"2013-02-06 00:00",0.092,"2013-02-24 00:00",0.0891,"2013-01-25 00:00",0.077,"2013-02-27 00:00","","","","",0.1494,0.1494,0.0891,0.0635,0.02495,0.01575,0.0111,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88339",1,33.220502,-108.235719,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.732951,0.484167,2.34713,"2013-03-23 00:00",2.20869,"2013-05-19 00:00",1.55088,"2013-05-31 00:00",1.31121,"2013-05-01 00:00","","","","",2.34713,2.34713,1.55088,1.27293,1.03863,0.62024,0.21978,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88344",1,33.220502,-108.235719,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.182267,0.13671,0.6353,"2013-05-31 00:00",0.48,"2013-01-04 00:00",0.3762,"2013-04-16 00:00",0.3559,"2013-05-19 00:00","","","","",0.6353,0.6353,0.3762,0.3558,0.2993,0.1736,0.0352,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88348",1,33.220502,-108.235719,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.034321,1.120837,5.8157,"2013-05-04 00:00",3.2361,"2013-04-25 00:00",2.7436,"2013-03-23 00:00",2.6551,"2013-03-05 00:00","","","","",5.8157,5.8157,2.7436,2.5943,1.487,0.7778,0.0939,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88350",1,33.220502,-108.235719,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.509046,0.317263,1.7861,"2013-05-31 00:00",1.4854,"2013-05-16 00:00",0.8975,"2013-05-19 00:00",0.8339,"2013-01-04 00:00","","","","",1.7861,1.7861,0.8975,0.7924,0.6944,0.4601,0.2043,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88403",1,33.220502,-108.235719,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.506367,0.321929,1.6689,"2013-03-23 00:00",1.1341,"2013-05-31 00:00",1.074,"2013-05-19 00:00",0.944,"2013-05-01 00:00","","","","",1.6689,1.6689,1.074,0.9032,0.7168,0.422,0.154,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","003","9000","88502",1,33.220502,-108.235719,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,2.677083,2.033469,8.9,"2013-05-04 00:00",7.6,"2013-05-31 00:00",6.5,"2013-04-25 00:00",6.3,"2013-03-23 00:00","","","","",8.9,8.9,6.5,6.1,3.9,2.2,0.8,"","Gila Wilderness","New Mexico","Catron","","","2014-01-28" +"35","005","9000","85101",1,33.459914,-104.404711,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,34.490912,39.793336,200.771,"2013-02-09 00:00",198.5661,"2013-03-23 00:00",119.2628,"2013-05-01 00:00",88.65,"2013-04-22 00:00","","","","",200.771,200.771,119.2628,53.356,36.9369,26.4817,6.9943,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","86502",1,33.459914,-104.404711,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,27.16,33.843192,178,"2013-02-09 00:00",154,"2013-03-23 00:00",101,"2013-05-01 00:00",75,"2013-04-22 00:00","","","","",178,178,101,44,28,22,4,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88103",1,33.459914,-104.404711,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88104",1,33.459914,-104.404711,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.258333,0.410311,2.5958,"2013-03-23 00:00",1.2261,"2013-02-09 00:00",1.057,"2013-05-01 00:00",0.8237,"2013-04-22 00:00","","","","",2.5958,1.2261,1.057,0.4176,0.2525,0.1722,0.0251,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88109",1,33.459914,-104.404711,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001767,0.00081,0.004,"2013-03-23 00:00",0.0036,"2013-05-01 00:00",0.0032,"2013-05-19 00:00",0.0031,"2013-05-31 00:00","","","","",0.004,0.0036,0.0032,0.0026,0.0023,0.0018,0.0008,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88111",1,33.459914,-104.404711,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.32981,0.337976,1.751,"2013-03-23 00:00",1.7287,"2013-02-09 00:00",0.8412,"2013-05-01 00:00",0.6555,"2013-04-25 00:00","","","","",1.751,1.7287,0.8412,0.623,0.366,0.2856,0.0586,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88112",1,33.459914,-104.404711,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000157,0.000418,0.002,"2013-03-23 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-26 00:00",0.001,"2013-04-01 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88114",1,33.459914,-104.404711,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000504,0.00031,0.0017,"2013-03-23 00:00",0.0011,"2013-02-09 00:00",0.0011,"2013-04-16 00:00",0.001,"2013-04-22 00:00","","","","",0.0017,0.0011,0.0011,0.0008,0.0007,0.0005,0.00015,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88115",1,33.459914,-104.404711,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.006453,0.015788,0.1044,"2013-02-09 00:00",0.0414,"2013-04-04 00:00",0.025,"2013-04-16 00:00",0.02,"2013-03-23 00:00","","","","",0.1044,0.0414,0.025,0.0132,0.0047,0.002,0.0004,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88126",1,33.459914,-104.404711,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.141855,0.22416,1.4406,"2013-03-23 00:00",0.664,"2013-02-09 00:00",0.567,"2013-05-01 00:00",0.4142,"2013-04-22 00:00","","","","",1.4406,0.664,0.567,0.2189,0.1381,0.0964,0.0191,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88128",1,33.459914,-104.404711,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000824,0.000953,0.004,"2013-03-23 00:00",0.003,"2013-05-01 00:00",0.002,"2013-01-01 00:00",0.002,"2013-02-09 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0.001,0,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88132",1,33.459914,-104.404711,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003549,0.005236,0.034,"2013-03-23 00:00",0.016,"2013-02-09 00:00",0.013,"2013-05-01 00:00",0.009,"2013-04-22 00:00","","","","",0.034,0.016,0.013,0.006,0.003,0.003,0.001,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88136",1,33.459914,-104.404711,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-02-09 00:00",0.001,"2013-03-23 00:00",0.001,"2013-05-01 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88140",1,33.459914,-104.404711,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.0727,0.143187,0.9791,"2013-03-23 00:00",0.3946,"2013-02-09 00:00",0.1397,"2013-05-01 00:00",0.1375,"2013-02-24 00:00","","","","",0.9791,0.3946,0.1397,0.1197,0.0692,0.0441,0.006,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88152",1,33.459914,-104.404711,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.001104,0.002608,0.0162,"2013-03-23 00:00",0.0071,"2013-05-28 00:00",0.0054,"2013-02-15 00:00",0.0042,"2013-02-09 00:00","","","","",0.0162,0.0071,0.0054,0.0036,0.0007,0.00015,0.0001,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88154",1,33.459914,-104.404711,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.000212,0.000139,0.0006,"2013-01-22 00:00",0.0006,"2013-05-13 00:00",0.0005,"2013-04-28 00:00",0.0005,"2013-05-25 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.0002,0.0001,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88161",1,33.459914,-104.404711,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.012978,0.020069,0.1264,"2013-03-23 00:00",0.059,"2013-02-09 00:00",0.0552,"2013-05-01 00:00",0.0403,"2013-04-22 00:00","","","","",0.1264,0.059,0.0552,0.0212,0.0133,0.0087,0.0015,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88164",1,33.459914,-104.404711,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000414,0.000465,0.0022,"2013-03-23 00:00",0.0017,"2013-05-01 00:00",0.0014,"2013-04-22 00:00",0.0013,"2013-05-31 00:00","","","","",0.0022,0.0017,0.0014,0.0011,0.0005,0.0003,5e-05,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88165",1,33.459914,-104.404711,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.62075,0.949293,6.0431,"2013-03-23 00:00",2.7299,"2013-02-09 00:00",2.5279,"2013-05-01 00:00",1.8613,"2013-04-22 00:00","","","","",6.0431,2.7299,2.5279,1.0076,0.6413,0.4076,0.0683,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88167",1,33.459914,-104.404711,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002265,0.001532,0.0092,"2013-03-23 00:00",0.007,"2013-05-22 00:00",0.0042,"2013-01-22 00:00",0.0041,"2013-05-01 00:00","","","","",0.0092,0.007,0.0042,0.0037,0.0027,0.002,0.0009,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88168",1,33.459914,-104.404711,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.003402,0.007069,0.0449,"2013-02-09 00:00",0.0202,"2013-03-23 00:00",0.0187,"2013-02-24 00:00",0.0093,"2013-05-01 00:00","","","","",0.0449,0.0202,0.0187,0.0041,0.0026,0.0017,0.0003,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88169",1,33.459914,-104.404711,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.315343,0.158551,0.8249,"2013-05-28 00:00",0.6146,"2013-05-19 00:00",0.5849,"2013-04-25 00:00",0.5286,"2013-01-04 00:00","","","","",0.8249,0.6146,0.5849,0.5097,0.4452,0.2999,0.1406,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88176",1,33.459914,-104.404711,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.000446,0.000714,0.0046,"2013-03-23 00:00",0.0021,"2013-02-09 00:00",0.0019,"2013-05-01 00:00",0.0013,"2013-04-22 00:00","","","","",0.0046,0.0021,0.0019,0.0007,0.0004,0.0002,0.00015,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88180",1,33.459914,-104.404711,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.09268,0.109412,0.6956,"2013-03-23 00:00",0.3698,"2013-02-09 00:00",0.2974,"2013-05-01 00:00",0.2275,"2013-04-22 00:00","","","","",0.6956,0.3698,0.2974,0.1464,0.1071,0.0734,0.0188,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88184",1,33.459914,-104.404711,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.039945,0.051414,0.2517,"2013-02-09 00:00",0.1632,"2013-05-31 00:00",0.1551,"2013-02-24 00:00",0.1491,"2013-05-28 00:00","","","","",0.2517,0.1632,0.1551,0.1047,0.05,0.0195,0.00195,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88185",1,33.459914,-104.404711,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000972,0.001135,0.0075,"2013-03-23 00:00",0.0033,"2013-05-01 00:00",0.003,"2013-03-08 00:00",0.003,"2013-05-13 00:00","","","","",0.0075,0.0033,0.003,0.0017,0.00075,0.00065,0.0004,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88203",1,33.459914,-104.404711,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.033759,0.042481,0.2752,"2013-04-04 00:00",0.1483,"2013-02-09 00:00",0.0761,"2013-05-31 00:00",0.0697,"2013-01-07 00:00","","","","",0.2752,0.1483,0.0761,0.0587,0.0428,0.0214,0.0091,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88306",1,33.459914,-104.404711,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.645645,0.705934,3.4844,"2013-01-22 00:00",3.2714,"2013-01-07 00:00",2.0392,"2013-02-15 00:00",1.7847,"2013-01-04 00:00","","","","",3.4844,3.2714,2.0392,1.3441,0.6622,0.3892,0.1669,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88320",1,33.459914,-104.404711,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.517059,0.306191,1.6,"2013-03-23 00:00",1.26,"2013-05-25 00:00",1.06,"2013-01-22 00:00",0.99,"2013-05-01 00:00","","","","",1.6,1.26,1.06,0.96,0.67,0.43,0.23,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88321",1,33.459914,-104.404711,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.095686,0.071197,0.46,"2013-01-22 00:00",0.23,"2013-01-07 00:00",0.21,"2013-02-03 00:00",0.18,"2013-04-04 00:00","","","","",0.46,0.23,0.21,0.16,0.12,0.08,0.03,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88324",1,33.459914,-104.404711,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.020496,0.007176,0.0375,"2013-05-25 00:00",0.0323,"2013-04-19 00:00",0.0319,"2013-03-29 00:00",0.02975,"2013-01-22 00:00","","","","",0.0375,0.0323,0.0319,0.0293,0.02855,0.0174,0.0101,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88325",1,33.459914,-104.404711,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.089498,0.054407,0.2913,"2013-01-22 00:00",0.2419,"2013-05-25 00:00",0.1553,"2013-01-07 00:00",0.1532,"2013-04-04 00:00","","","","",0.2913,0.2419,0.1553,0.1468,0.1232,0.0791,0.0322,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88326",1,33.459914,-104.404711,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.133528,0.092754,0.3828,"2013-05-25 00:00",0.3433,"2013-04-04 00:00",0.34,"2013-03-23 00:00",0.329,"2013-01-22 00:00","","","","",0.3828,0.3433,0.34,0.2616,0.1995,0.102,0.03415,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88327",1,33.459914,-104.404711,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.126273,0.094249,0.4719,"2013-03-23 00:00",0.4385,"2013-02-09 00:00",0.3046,"2013-05-01 00:00",0.2805,"2013-05-25 00:00","","","","",0.4719,0.4385,0.3046,0.2332,0.153,0.1047,0.0467,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88328",1,33.459914,-104.404711,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.155496,0.0988,0.6309,"2013-03-23 00:00",0.3366,"2013-05-01 00:00",0.3191,"2013-05-25 00:00",0.2685,"2013-03-26 00:00","","","","",0.6309,0.3366,0.3191,0.2426,0.1922,0.151,0.0698,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88329",1,33.459914,-104.404711,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.193745,0.115403,0.5706,"2013-01-22 00:00",0.4935,"2013-03-23 00:00",0.3956,"2013-05-25 00:00",0.3879,"2013-01-07 00:00","","","","",0.5706,0.4935,0.3956,0.3503,0.2485,0.1794,0.0724,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88330",1,33.459914,-104.404711,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.057729,0.026812,0.1645,"2013-03-23 00:00",0.1302,"2013-05-01 00:00",0.1008,"2013-03-26 00:00",0.0916,"2013-03-17 00:00","","","","",0.1645,0.1302,0.1008,0.0859,0.0737,0.0504,0.0317,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88331",1,33.459914,-104.404711,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000205,0.000787,0.005,"2013-02-09 00:00",0.002,"2013-03-23 00:00",0.002,"2013-04-13 00:00",0.0001,"2013-03-02 00:00","","","","",0.005,0.002,0.002,0.0001,5e-05,0,0,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88338",1,33.459914,-104.404711,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",51,0.015863,0.004565,0.02555,"2013-02-09 00:00",0.0249,"2013-02-03 00:00",0.0249,"2013-02-12 00:00",0.0246,"2013-02-24 00:00","","","","",0.02555,0.0249,0.0249,0.0245,0.0164,0.0157,0.0109,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88339",1,33.459914,-104.404711,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.300758,0.654028,3.40267,"2013-05-28 00:00",2.53527,"2013-05-19 00:00",2.41267,"2013-04-25 00:00",2.18052,"2013-01-04 00:00","","","","",3.40267,2.53527,2.41267,2.1026,1.83641,1.23709,0.57981,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88344",1,33.459914,-104.404711,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.832888,0.91067,4.4949,"2013-01-22 00:00",4.2201,"2013-01-07 00:00",2.6306,"2013-02-15 00:00",2.3023,"2013-01-04 00:00","","","","",4.4949,4.2201,2.6306,1.7339,0.8542,0.5021,0.2153,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88348",1,33.459914,-104.404711,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.019929,4.347198,27.3436,"2013-03-23 00:00",14.034,"2013-02-09 00:00",11.4701,"2013-05-01 00:00",8.5686,"2013-04-22 00:00","","","","",27.3436,14.034,11.4701,4.7784,3.1167,2.1941,0.4647,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88350",1,33.459914,-104.404711,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.93038,0.552317,2.885,"2013-03-23 00:00",2.2712,"2013-05-25 00:00",1.9066,"2013-01-22 00:00",1.7825,"2013-05-01 00:00","","","","",2.885,2.2712,1.9066,1.7329,1.2076,0.7771,0.4129,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88403",1,33.459914,-104.404711,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.946782,0.510627,2.6484,"2013-05-28 00:00",2.0211,"2013-03-23 00:00",1.7767,"2013-05-19 00:00",1.675,"2013-04-25 00:00","","","","",2.6484,2.0211,1.7767,1.5705,1.3431,0.8513,0.4041,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","005","9000","88502",1,33.459914,-104.404711,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.792157,6.490943,43.6,"2013-03-23 00:00",22.6,"2013-02-09 00:00",17.9,"2013-05-01 00:00",12.8,"2013-04-22 00:00","","","","",43.6,22.6,17.9,8.7,7.9,5.6,2.4,"","Salt Creek","New Mexico","Chaves","","Roswell, NM","2014-01-28" +"35","013","0008","44201",2,31.930556,-106.630556,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8674,99,363,365,0,84,0,0,"Certification not required",390,0.048656,0.010149,0.082,"2013-07-30 14:00",0.079,"2013-08-04 16:00",0.078,"2013-07-25 17:00",0.075,"2013-08-17 13:00","","","","",0.075,0.071,0.067,0.061,0.055,0.049,0.035,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0008","44201",2,31.930556,-106.630556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8714,99,363,365,0,0,0,0,"Certification not required",0,0.043967,0.009539,0.066,"2013-08-17 10:00",0.065,"2013-08-16 11:00",0.065,"2013-08-21 10:00",0.064,"2013-08-04 11:00","","","","",0.064,0.063,0.06,0.057,0.05,0.044,0.032,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0008","44201",2,31.930556,-106.630556,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8714,99,363,365,0,0,0,0,"Certification not required",0,0.043967,0.009539,0.066,"2013-08-17 10:00",0.065,"2013-08-16 11:00",0.065,"2013-08-21 10:00",0.064,"2013-08-04 11:00","","","","",0.064,0.063,0.06,0.057,0.05,0.044,0.032,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0008","61101",1,31.930556,-106.630556,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6548,75,273,365,0,2,"","","Certification not required",0,4.86967,3.620737,26.8,"2013-02-20 18:00",26.2,"2013-02-09 12:00",24.5,"2013-02-20 17:00",24.3,"2013-01-29 14:00","","","","",17.9,15.1,12,9.7,6.6,3.7,1.4,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0008","61102",1,31.930556,-106.630556,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6548,75,273,365,0,2,"","","Certification not required",0,199.156995,97.192136,360,"2013-01-21 20:00",360,"2013-01-23 09:00",360,"2013-02-03 20:00",360,"2013-04-19 07:00","","","","",357,354,345,331,277,200,50,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0008","61106",1,31.930556,-106.630556,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,2,"","","Certification not required",0,29.879047,16.75556,80.6,"2013-06-08 16:00",79.9,"2013-02-02 11:00",79.7,"2013-09-30 23:00",79.4,"2013-02-06 07:00","","","","",73.6,70.4,63.2,55.9,40.4,25.6,11.6,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0008","62101",1,31.930556,-106.630556,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,2,"","","Certification not required",0,66.89661,19.571283,106,"2013-06-27 15:00",106,"2013-06-27 16:00",105,"2013-06-12 15:00",105,"2013-06-12 16:00","","","","",100,99,95,91,82,70,38,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0008","62101",2,31.930556,-106.630556,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,2,"","","Certification not required",0,67.222663,18.314578,104,"2013-06-27 15:00",104,"2013-06-27 16:00",103,"2013-06-12 15:00",103,"2013-06-12 16:00","","","","",97,96,93,89,81,71,39,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0008","63301",1,31.930556,-106.630556,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6548,75,273,365,0,2,"","","Certification not required",3065,0.421803,0.53584,1.68,"2013-05-27 11:00",1.68,"2013-05-28 11:00",1.68,"2013-05-28 12:00",1.67,"2013-05-03 11:00","","","","",1.62,1.58,1.49,1.33,0.85,0.06,0.005,"","ST LUKES EPISCOPAL CH RT 1 (LA UNION)","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0016","81102",1,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",43,69,42,61,2,0,2,2,"Certification not required",1,42.255814,50.703195,272,"2013-02-09 00:00",228,"2013-03-23 00:00",97,"2013-03-17 00:00",64,"2013-03-05 00:00","","","","",272,272,97,64,43,32,7,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-10" +"35","013","0016","81102",1,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",41,69,42,61,0,0,0,0,"Certification not required",1,32.121951,20.298023,97,"2013-03-17 00:00",64,"2013-03-05 00:00",64,"2013-06-03 00:00",63,"2013-04-24 00:00","","","","",97,97,64,63,41,29,6,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-10" +"35","013","0016","81102",1,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",43,69,42,61,2,0,2,2,"Certification not required",1,42.255814,50.703195,272,"2013-02-09 00:00",228,"2013-03-23 00:00",97,"2013-03-17 00:00",64,"2013-03-05 00:00","","","","",272,272,97,64,43,32,7,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-10" +"35","013","0016","81102",2,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6077,100,134,182,0,139,"","","Certification not required",0,44.651802,54.278697,1196,"2013-06-14 18:00",1043,"2013-06-04 20:00",886,"2013-03-17 15:00",836,"2013-05-10 15:00","","","","",246,177,116,87,53,30,4,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","81102",2,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6411,100,134,182,334,139,"","","Certification not required",0,58.864608,146.049567,3264,"2013-02-09 12:00",2853,"2013-04-08 15:00",2751,"2013-06-30 20:00",2735,"2013-04-23 21:00","","","","",571,288,143,98,58,33,8,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","81102",2,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6411,100,134,182,334,139,"","","Certification not required",0,58.864608,146.049567,3264,"2013-02-09 12:00",2853,"2013-04-08 15:00",2751,"2013-06-30 20:00",2735,"2013-04-23 21:00","","","","",571,288,143,98,58,33,8,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","81102",2,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",255,74,134,182,0,0,0,0,"Certification not required",0,44.145098,26.726939,139,"2013-03-04 00:00",136,"2013-03-17 00:00",136,"2013-04-16 00:00",131,"2013-06-08 00:00","","","","",136,129,98,79,54,37,14,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","81102",2,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",269,74,134,182,0,0,14,14,"Certification not required",0,58.304833,69.519808,519,"2013-04-17 00:00",515,"2013-04-08 00:00",393,"2013-05-02 00:00",347,"2013-02-09 00:00","","","","",393,307,186,99,60,40,17,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","81102",2,32.003611,-106.599167,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",269,74,134,182,0,0,14,14,"Certification not required",0,58.304833,69.519808,519,"2013-04-17 00:00",515,"2013-04-08 00:00",393,"2013-05-02 00:00",347,"2013-02-09 00:00","","","","",393,307,186,99,60,40,17,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","85101",1,32.003611,-106.599167,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,0,"","","Certification not required",1,37.395349,45.817516,250,"2013-02-09 00:00",201,"2013-03-23 00:00",86,"2013-03-17 00:00",56,"2013-03-05 00:00","","","","",250,250,86,56,37,27,6,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-10" +"35","013","0016","88502",3,32.003611,-106.599167,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5832,67,246,365,0,718,"","","Certification not required",0,9.323148,17.414337,342.7,"2013-04-19 13:00",298,"2013-04-19 19:00",285.1,"2013-06-02 17:00",273.8,"2013-04-08 15:00","","","","",78,46.2,24.4,17.4,10.8,6.2,0.3,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0016","88502",3,32.003611,-106.599167,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",246,67,246,365,0,0,"","","Certification not required",0,9.021545,8.881955,89,"2013-04-19 00:00",60.5,"2013-04-08 00:00",56.5,"2013-04-17 00:00",33.1,"2013-06-02 00:00","","","","",56.5,32.4,22.1,16.8,10.2,6.6,3.3,"","SE CORNER OF ANTHONY ELEM. SCHOOL YARD","New Mexico","Dona Ana","Anthony","Las Cruces, NM","2013-12-09" +"35","013","0017","44201",1,31.795833,-106.5575,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8466,97,354,365,0,286,0,0,"Certification not required",599,0.044876,0.010548,0.079,"2013-07-03 17:00",0.076,"2013-08-19 13:00",0.074,"2013-08-16 15:00",0.073,"2013-06-27 13:00","","","","",0.073,0.069,0.063,0.058,0.051,0.045,0.031,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0017","44201",1,31.795833,-106.5575,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8510,96,352,365,0,0,0,0,"Certification not required",0,0.040372,0.010259,0.068,"2013-07-03 12:00",0.063,"2013-06-09 10:00",0.063,"2013-06-11 11:00",0.062,"2013-06-10 10:00","","","","",0.062,0.06,0.056,0.054,0.047,0.041,0.026,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0017","44201",1,31.795833,-106.5575,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8510,96,352,365,0,0,0,0,"Certification not required",0,0.040372,0.010259,0.068,"2013-07-03 12:00",0.063,"2013-06-09 10:00",0.063,"2013-06-11 11:00",0.062,"2013-06-10 10:00","","","","",0.062,0.06,0.056,0.054,0.047,0.041,0.026,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0017","61101",1,31.795833,-106.5575,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6541,75,273,365,0,3,"","","Certification not required",0,5.937074,4.122301,24.1,"2013-02-24 13:00",24.1,"2013-03-06 06:00",23.7,"2013-03-04 13:00",23.7,"2013-03-23 14:00","","","","",18.1,16.1,14,11.7,8.4,4.9,1.6,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0017","61102",1,31.795833,-106.5575,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6541,75,273,365,0,3,"","","Certification not required",0,199.13423,85.51389,360,"2013-04-17 03:00",360,"2013-05-26 20:00",360,"2013-06-14 15:00",360,"2013-08-08 15:00","","","","",348,339,324,307,269,218,100,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0017","61106",1,31.795833,-106.5575,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6541,75,273,365,0,3,"","","Certification not required",0,28.77615,16.228917,80.1,"2013-04-20 01:00",79.7,"2013-05-15 06:00",79.6,"2013-01-05 03:00",79.2,"2013-05-23 00:00","","","","",73,70.2,63.3,54.9,37.9,23.3,12.9,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0017","62101",1,31.795833,-106.5575,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,3,"","","Certification not required",0,69.099067,18.726356,108,"2013-06-27 15:00",107,"2013-06-27 16:00",106,"2013-06-12 16:00",106,"2013-06-27 14:00","","","","",101,99,96,92,83,72,41,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0017","62101",2,31.795833,-106.5575,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,3,"","","Certification not required",0,68.902309,17.780348,104,"2013-06-27 15:00",104,"2013-06-27 16:00",104,"2013-06-27 17:00",103,"2013-06-12 16:00","","","","",98,96,94,90,82,73,42,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0017","63301",1,31.795833,-106.5575,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6541,75,273,365,0,3,"","","Certification not required",3070,0.369798,0.473705,1.54,"2013-04-28 12:00",1.53,"2013-05-11 11:00",1.51,"2013-05-10 11:00",1.5,"2013-05-11 12:00","","","","",1.43,1.39,1.32,1.18,0.75,0.04,0.005,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0017","68105",1,31.795833,-106.5575,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",250,100,90,122,0,0,"","","Certification not required",0,21.6468,9.049712,34.5,"2013-06-28 00:00",34.4,"2013-06-12 00:00",34.3,"2013-06-19 00:00",34.1,"2013-06-11 00:00","","","","",34.3,34,32.9,31.9,28.9,23.7,7.7,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","68108",1,31.795833,-106.5575,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",250,100,90,122,0,0,"","","Certification not required",0,667.584,2.955314,676,"2013-01-17 00:00",675,"2013-01-05 00:00",675,"2013-01-16 00:00",674,"2013-01-18 00:00","","","","",675,674,673,672,669,667,664,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","81102",1,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",43,70,43,61,0,0,0,0,"Certification not required",1,30.581395,21.201115,109,"2013-02-09 00:00",76,"2013-03-17 00:00",70,"2013-03-05 00:00",65,"2013-04-25 00:00","","","","",109,109,70,59,44,25,10,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-13" +"35","013","0017","81102",1,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",44,70,43,61,1,0,1,1,"Certification not required",1,33.5,28.527832,159,"2013-03-23 00:00",109,"2013-02-09 00:00",76,"2013-03-17 00:00",70,"2013-03-05 00:00","","","","",159,159,76,65,44,26,11,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-13" +"35","013","0017","81102",1,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",44,70,43,61,1,0,1,1,"Certification not required",1,33.5,28.527832,159,"2013-03-23 00:00",109,"2013-02-09 00:00",76,"2013-03-17 00:00",70,"2013-03-05 00:00","","","","",159,159,76,65,44,26,11,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-13" +"35","013","0017","81102",2,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6510,74,273,365,310,34,"","","Certification not required",0,56.762826,137.630738,3661,"2013-02-20 17:00",2488,"2013-04-17 13:00",2105,"2013-02-09 13:00",2096,"2013-03-23 14:00","","","","",579,323,164,102,53,29,8,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","81102",2,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6510,74,273,365,310,34,"","","Certification not required",0,56.762826,137.630738,3661,"2013-02-20 17:00",2488,"2013-04-17 13:00",2105,"2013-02-09 13:00",2096,"2013-03-23 14:00","","","","",579,323,164,102,53,29,8,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","81102",2,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6200,74,273,365,0,34,"","","Certification not required",0,44.185161,61.524268,1354,"2013-06-07 17:00",1043,"2013-05-10 15:00",796,"2013-05-23 21:00",711,"2013-06-20 15:00","","","","",277,207,128,89,49,27,4,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","81102",2,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",273,75,273,365,0,0,13,13,"Certification not required",0,56.223443,66.957662,564,"2013-04-17 00:00",426,"2013-02-24 00:00",405,"2013-02-20 00:00",340,"2013-04-08 00:00","","","","",405,330,145,102,63,37,16,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","81102",2,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",273,75,273,365,0,0,13,13,"Certification not required",0,56.223443,66.957662,564,"2013-04-17 00:00",426,"2013-02-24 00:00",405,"2013-02-20 00:00",340,"2013-04-08 00:00","","","","",405,330,145,102,63,37,16,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","81102",2,31.795833,-106.5575,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",260,75,273,365,0,0,0,0,"Certification not required",0,43.626923,27.879693,145,"2013-03-17 00:00",141,"2013-06-08 00:00",130,"2013-06-20 00:00",126,"2013-05-23 00:00","","","","",130,114,103,80,56,34,13,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","85101",1,31.795833,-106.5575,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,43,61,0,0,"","","Certification not required",1,29.909091,25.768033,143,"2013-03-23 00:00",99,"2013-02-09 00:00",69,"2013-03-17 00:00",63,"2013-03-05 00:00","","","","",143,143,69,59,39,23,9,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-13" +"35","013","0017","88101",1,31.795833,-106.5575,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",237,68,250,365,0,0,0,0,"Certification not required",0,12.725738,7.277564,34.2,"2013-04-23 00:00",33.5,"2013-04-28 00:00",31.8,"2013-01-20 00:00",31.8,"2013-02-09 00:00","","","","",31.8,31.7,26,22.5,17.3,10.4,4.2,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88101",1,31.795833,-106.5575,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",250,68,250,365,13,0,13,13,"Certification not required",0,14.6272,11.116556,81.2,"2013-04-17 00:00",63.9,"2013-06-07 00:00",53.7,"2013-03-23 00:00",53.4,"2013-06-08 00:00","","","","",53.7,50,36.6,26.1,19.2,11.4,4.8,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88101",1,31.795833,-106.5575,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",250,68,250,365,13,0,13,13,"Certification not required",0,14.6272,11.116556,81.2,"2013-04-17 00:00",63.9,"2013-06-07 00:00",53.7,"2013-03-23 00:00",53.4,"2013-06-08 00:00","","","","",53.7,50,36.6,26.1,19.2,11.4,4.8,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88101",1,31.795833,-106.5575,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",250,68,250,365,13,0,"","","Certification not required",0,14.6272,11.116556,81.2,"2013-04-17 00:00",63.9,"2013-06-07 00:00",53.7,"2013-03-23 00:00",53.4,"2013-06-08 00:00","","","","",53.7,50,36.6,26.1,19.2,11.4,4.8,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88101",1,31.795833,-106.5575,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",237,68,250,365,0,0,"","","Certification not required",0,12.725738,7.277564,34.2,"2013-04-23 00:00",33.5,"2013-04-28 00:00",31.8,"2013-01-20 00:00",31.8,"2013-02-09 00:00","","","","",31.8,31.7,26,22.5,17.3,10.4,4.2,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88101",1,31.795833,-106.5575,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",250,68,250,365,13,0,"","","Certification not required",0,14.6272,11.116556,81.2,"2013-04-17 00:00",63.9,"2013-06-07 00:00",53.7,"2013-03-23 00:00",53.4,"2013-06-08 00:00","","","","",53.7,50,36.6,26.1,19.2,11.4,4.8,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88502",3,31.795833,-106.5575,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6415,73,269,365,71,129,"","","Certification not required",0,9.684864,15.885131,355.3,"2013-02-20 17:00",251,"2013-04-17 13:00",231,"2013-03-23 14:00",221.7,"2013-04-09 04:00","","","","",77,53.3,26.9,18.5,10.6,6.3,1,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88502",3,31.795833,-106.5575,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","Events Excluded",6344,73,269,365,0,129,"","","Certification not required",0,9.357377,13.979393,251,"2013-04-17 13:00",221.7,"2013-04-09 04:00",205.4,"2013-04-17 15:00",188.9,"2013-04-17 12:00","","","","",68.9,50.6,25.9,18.2,10.5,6.2,0.9,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88502",3,31.795833,-106.5575,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6415,73,269,365,71,129,"","","Certification not required",0,9.684864,15.885131,355.3,"2013-02-20 17:00",251,"2013-04-17 13:00",231,"2013-03-23 14:00",221.7,"2013-04-09 04:00","","","","",77,53.3,26.9,18.5,10.6,6.3,1,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88502",3,31.795833,-106.5575,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",269,74,269,365,0,0,"","","Certification not required",0,9.668401,7.678284,68.9,"2013-04-17 00:00",45,"2013-04-08 00:00",42.8,"2013-04-09 00:00",41.2,"2013-03-23 00:00","","","","",42.8,37,21.7,18,12,7.7,3.5,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88502",3,31.795833,-106.5575,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",266,74,269,365,0,0,"","","Certification not required",0,9.339098,7.058947,68.9,"2013-04-17 00:00",45,"2013-04-08 00:00",42.8,"2013-04-09 00:00",30.9,"2013-06-06 00:00","","","","",42.8,24.2,20.8,16.8,11.8,7.7,3.4,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0017","88502",3,31.795833,-106.5575,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",269,74,269,365,0,0,"","","Certification not required",0,9.668401,7.678284,68.9,"2013-04-17 00:00",45,"2013-04-08 00:00",42.8,"2013-04-09 00:00",41.2,"2013-03-23 00:00","","","","",42.8,37,21.7,18,12,7.7,3.5,"","SUNLAND PARK CITY YARD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0019","61101",1,32.424722,-106.674167,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6548,75,273,365,0,1,"","","Certification not required",0,7.370663,4.277407,27.6,"2013-04-17 14:00",27.4,"2013-04-17 15:00",27.2,"2013-02-20 12:00",27,"2013-03-08 17:00","","","","",21.9,19.8,16.1,13.2,9.1,6.4,2.9,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0019","61102",1,32.424722,-106.674167,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6548,75,273,365,0,1,"","","Certification not required",0,173.099725,93.428965,360,"2013-01-20 22:00",360,"2013-02-05 06:00",360,"2013-05-12 05:00",360,"2013-06-01 15:00","","","","",356,352,341,317,235,173,44,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0019","61106",1,32.424722,-106.674167,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,1,"","","Certification not required",0,23.531888,15.63272,80.4,"2013-03-20 06:00",78.7,"2013-02-22 23:00",78.1,"2013-01-01 13:00",78.1,"2013-04-29 12:00","","","","",70.7,66.1,56.2,47.3,31.9,18.5,8.2,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0019","62101",2,32.424722,-106.674167,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,1,"","","Certification not required",0,65.851252,17.68159,102,"2013-06-27 14:00",102,"2013-06-27 15:00",102,"2013-06-27 16:00",102,"2013-06-27 17:00","","","","",95,93,90,87,79,69,39,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0019","63301",1,32.424722,-106.674167,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6548,75,273,365,0,1,"","","Certification not required",3069,0.40545,0.523516,1.69,"2013-05-27 11:00",1.68,"2013-05-14 11:00",1.65,"2013-04-28 12:00",1.65,"2013-05-28 11:00","","","","",1.58,1.55,1.47,1.31,0.8,0.05,0.005,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0019","81102",1,32.424722,-106.674167,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6353,73,263,365,214,196,"","","Certification not required",0,39.223831,120.18018,3976,"2013-04-17 15:00",2300,"2013-04-17 14:00",2280,"2013-04-09 02:00",2172,"2013-04-09 01:00","","","","",376,232,107,66,35,19,4,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0019","81102",1,32.424722,-106.674167,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6139,73,263,365,0,196,"","","Certification not required",0,30.647988,63.474202,2093,"2013-07-24 20:00",1604,"2013-07-02 20:00",1234,"2013-03-08 16:00",1223,"2013-08-10 06:00","","","","",211,140,86,58,33,18,2,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0019","81102",1,32.424722,-106.674167,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6353,73,263,365,214,196,"","","Certification not required",0,39.223831,120.18018,3976,"2013-04-17 15:00",2300,"2013-04-17 14:00",2280,"2013-04-09 02:00",2172,"2013-04-09 01:00","","","","",376,232,107,66,35,19,4,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0019","81102",1,32.424722,-106.674167,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",263,72,263,365,0,0,9,9,"Certification not required",0,38.152091,56.65376,556,"2013-04-17 00:00",470,"2013-04-09 00:00",305,"2013-04-08 00:00",293,"2013-06-02 00:00","","","","",305,202,94,64,37,24,10,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0019","81102",1,32.424722,-106.674167,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",254,72,263,365,0,0,0,0,"Certification not required",0,29.456693,21.858964,147,"2013-04-23 00:00",139,"2013-08-10 00:00",113,"2013-02-09 00:00",108,"2013-07-24 00:00","","","","",113,89,70,58,36,22,8,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0019","81102",1,32.424722,-106.674167,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",263,72,263,365,0,0,9,9,"Certification not required",0,38.152091,56.65376,556,"2013-04-17 00:00",470,"2013-04-09 00:00",305,"2013-04-08 00:00",293,"2013-06-02 00:00","","","","",305,202,94,64,37,24,10,"6ZL 10 MILES ENE LAS CRUCES NEAR WATER WELL #41, OUT OF CITY LIMITS","LAS CRUCES WELL STATION #41,HOLMAN ROAD","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0020","44201",1,32.041111,-106.409167,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8591,99,360,365,0,163,0,0,"Certification not required",34,0.052861,0.010359,0.089,"2013-05-24 16:00",0.079,"2013-06-15 13:00",0.078,"2013-07-24 12:00",0.077,"2013-05-23 13:00","","","","",0.077,0.073,0.07,0.066,0.061,0.052,0.04,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0020","44201",1,32.041111,-106.409167,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8630,98,357,365,0,0,0,0,"Certification not required",0,0.04914,0.009885,0.074,"2013-05-24 10:00",0.074,"2013-06-15 10:00",0.071,"2013-07-03 10:00",0.07,"2013-07-05 11:00","","","","",0.07,0.068,0.065,0.062,0.057,0.048,0.037,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0020","44201",1,32.041111,-106.409167,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8630,98,357,365,0,0,0,0,"Certification not required",0,0.04914,0.009885,0.074,"2013-05-24 10:00",0.074,"2013-06-15 10:00",0.071,"2013-07-03 10:00",0.07,"2013-07-05 11:00","","","","",0.07,0.068,0.065,0.062,0.057,0.048,0.037,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0020","61101",1,32.041111,-106.409167,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6531,75,273,365,0,14,"","","Certification not required",0,6.892865,4.08169,28.5,"2013-02-20 19:00",27.8,"2013-04-17 19:00",26.6,"2013-01-29 14:00",26.4,"2013-03-23 16:00","","","","",20.2,17.9,15,12.4,8.9,5.8,2.7,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0020","61102",1,32.041111,-106.409167,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6532,75,273,365,0,14,"","","Certification not required",0,185.842468,96.629163,360,"2013-01-09 17:00",360,"2013-01-19 10:00",360,"2013-01-22 12:00",360,"2013-02-28 09:00","","","","",353,344,319,295,269,188,37,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0020","61106",1,32.041111,-106.409167,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6532,75,273,365,0,14,"","","Certification not required",0,22.220667,14.516116,79.5,"2013-05-15 07:00",78.8,"2013-07-23 17:00",78.6,"2013-05-04 14:00",78.6,"2013-07-06 19:00","","","","",68,63.3,53.8,44.1,28.7,17.6,8.7,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0020","62101",1,32.041111,-106.409167,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6532,75,273,365,0,14,"","","Certification not required",0,66.635334,18.56241,105,"2013-06-27 13:00",105,"2013-06-27 14:00",105,"2013-06-27 15:00",104,"2013-06-12 14:00","","","","",98,96,93,89,80,70,38,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0020","62101",2,32.041111,-106.409167,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6532,75,273,365,0,14,"","","Certification not required",0,66.469535,17.693121,103,"2013-06-27 15:00",103,"2013-06-27 16:00",102,"2013-06-27 14:00",102,"2013-06-27 17:00","","","","",96,95,92,88,80,69,40,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0020","63301",1,32.041111,-106.409167,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6537,75,273,365,0,9,"","","Certification not required",3059,0.399716,0.510209,1.64,"2013-05-27 11:00",1.64,"2013-05-28 11:00",1.63,"2013-05-21 11:00",1.63,"2013-05-22 12:00","","","","",1.56,1.52,1.44,1.27,0.79,0.05,0.005,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0020","81102",1,32.041111,-106.409167,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6067,69,251,365,285,479,"","","Certification not required",0,40.458217,104.631344,2683,"2013-06-06 19:00",2282,"2013-01-29 14:00",1820,"2013-06-02 17:00",1515,"2013-06-30 20:00","","","","",456,227,111,69,38,21,4,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0020","81102",1,32.041111,-106.409167,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",5782,69,251,365,0,479,"","","Certification not required",0,31.420962,50.340181,1145,"2013-05-10 15:00",978,"2013-02-26 20:00",877,"2013-03-17 15:00",850,"2013-09-04 13:00","","","","",217,146,87,61,35,19,2,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0020","81102",1,32.041111,-106.409167,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6067,69,251,365,285,479,"","","Certification not required",0,40.458217,104.631344,2683,"2013-06-06 19:00",2282,"2013-01-29 14:00",1820,"2013-06-02 17:00",1515,"2013-06-30 20:00","","","","",456,227,111,69,38,21,4,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0020","81102",1,32.041111,-106.409167,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",239,69,251,365,0,0,0,0,"Certification not required",0,30.949791,22.935551,143,"2013-03-17 00:00",115,"2013-03-08 00:00",112,"2013-02-26 00:00",102,"2013-06-09 00:00","","","","",112,94,83,58,38,24,7,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0020","81102",1,32.041111,-106.409167,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",251,69,251,365,0,0,10,10,"Certification not required",0,40.119522,49.211723,404,"2013-06-06 00:00",296,"2013-01-29 00:00",275,"2013-02-09 00:00",242,"2013-02-20 00:00","","","","",275,206,143,82,41,26,9,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0020","81102",1,32.041111,-106.409167,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",251,69,251,365,0,0,10,10,"Certification not required",0,40.119522,49.211723,404,"2013-06-06 00:00",296,"2013-01-29 00:00",275,"2013-02-09 00:00",242,"2013-02-20 00:00","","","","",275,206,143,82,41,26,9,"6ZK 3 MI NORTH OF EL PASO, TX ON EAST SIDE OF FRANKLIN MOUNTAINS","680 MCCOMBS, CHAPARRAL, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","42601",1,31.796111,-106.583889,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6071,69,254,365,0,414,"","","Certification not required",0,1.43996,4.182608,115,"2013-01-25 23:00",104,"2013-01-26 00:00",62,"2013-01-25 22:00",60,"2013-01-17 02:00","","","","",18,13,6,3,1,0,0,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0021","42602",1,31.796111,-106.583889,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6071,69,254,365,0,414,0,"","Certification not required",0,16.338583,9.313359,48,"2013-04-04 23:00",48,"2013-04-27 23:00",46,"2013-05-03 22:00",45,"2013-04-05 00:00","","","","",46,42,34,30,21,14,6,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0021","42602",1,31.796111,-106.583889,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6071,69,254,365,0,414,"","","Certification not required",0,5.714215,6.103435,48,"2013-04-04 23:00",48,"2013-04-27 23:00",46,"2013-05-03 22:00",45,"2013-04-05 00:00","","","","",29,25,18,13,8,4,1,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0021","42603",1,31.796111,-106.583889,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6071,69,254,365,0,414,"","","Certification not required",0,7.565805,9.145082,151,"2013-01-25 23:00",135,"2013-01-26 00:00",98,"2013-01-25 22:00",94,"2013-01-17 02:00","","","","",45,37,24,16,9,5,1,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0021","44201",1,31.796111,-106.583889,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8396,96,351,365,0,297,0,0,"Certification not required",275,0.049832,0.012383,0.092,"2013-07-03 17:00",0.084,"2013-07-25 16:00",0.084,"2013-07-30 13:00",0.084,"2013-08-16 16:00","","","","",0.084,0.079,0.073,0.066,0.057,0.049,0.035,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0021","44201",1,31.796111,-106.583889,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8424,95,346,365,0,0,0,0,"Certification not required",0,0.044835,0.011635,0.076,"2013-07-03 11:00",0.072,"2013-07-27 11:00",0.072,"2013-08-16 11:00",0.071,"2013-04-28 10:00","","","","",0.071,0.07,0.065,0.061,0.053,0.045,0.03,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0021","44201",1,31.796111,-106.583889,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8424,95,346,365,0,0,1,1,"Certification not required",0,0.044835,0.011635,0.076,"2013-07-03 11:00",0.072,"2013-07-27 11:00",0.072,"2013-08-16 11:00",0.071,"2013-04-28 10:00","","","","",0.071,0.07,0.065,0.061,0.053,0.045,0.03,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0021","61101",1,31.796111,-106.583889,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6483,74,270,365,0,2,"","","Certification not required",0,5.428212,3.121352,23.1,"2013-02-24 12:00",21.2,"2013-02-24 13:00",21.2,"2013-03-04 13:00",20.2,"2013-02-20 19:00","","","","",15,13.4,11.3,9.5,7.2,5,1.7,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0021","61102",1,31.796111,-106.583889,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6483,74,270,365,0,2,"","","Certification not required",0,188.173377,91.206962,360,"2013-01-26 07:00",360,"2013-02-28 14:00",360,"2013-05-23 03:00",360,"2013-07-14 14:00","","","","",354,347,332,310,262,200,82,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0021","61106",1,31.796111,-106.583889,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6483,74,270,365,0,2,"","","Certification not required",0,26.714052,14.428882,79.9,"2013-04-22 02:00",79.5,"2013-04-21 10:00",78.7,"2013-03-10 18:00",78.7,"2013-04-28 18:00","","","","",71.5,67.2,58.5,49,33.2,21.5,13.9,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0021","62101",1,31.796111,-106.583889,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6483,74,270,365,0,2,"","","Certification not required",0,69.157797,18.397818,108,"2013-06-27 14:00",108,"2013-06-27 15:00",107,"2013-06-12 15:00",107,"2013-06-27 13:00","","","","",100,99,96,92,83,72,42,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0021","62101",2,31.796111,-106.583889,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6483,74,270,365,0,2,"","","Certification not required",0,68.090699,17.549202,103,"2013-06-27 15:00",103,"2013-06-27 16:00",103,"2013-06-27 17:00",102,"2013-06-12 15:00","","","","",97,96,92,89,81,71,42,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0021","63301",1,31.796111,-106.583889,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6483,74,270,365,0,2,"","","Certification not required",3126,0.374606,0.488271,1.57,"2013-07-31 11:00",1.54,"2013-05-27 12:00",1.53,"2013-05-28 12:00",1.52,"2013-05-22 12:00","","","","",1.47,1.44,1.36,1.23,0.76,0.03,0.005,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0021","81102",1,31.796111,-106.583889,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",6457,74,270,365,264,28,"","","Certification not required",0,47.34753,131.754323,3858,"2013-02-20 17:00",2884,"2013-02-24 12:00",2647,"2013-02-24 13:00",1941,"2013-04-09 04:00","","","","",536,257,120,79,42,24,7,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","81102",1,31.796111,-106.583889,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",6457,74,270,365,264,28,"","","Certification not required",0,47.34753,131.754323,3858,"2013-02-20 17:00",2884,"2013-02-24 12:00",2647,"2013-02-24 13:00",1941,"2013-04-09 04:00","","","","",536,257,120,79,42,24,7,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","81102",1,31.796111,-106.583889,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",6193,74,270,365,0,28,"","","Certification not required",0,36.241886,57.27515,1647,"2013-06-02 17:00",1117,"2013-05-23 21:00",904,"2013-06-07 17:00",885,"2013-06-29 18:00","","","","",234,149,96,70,40,23,5,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","81102",1,31.796111,-106.583889,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",270,74,270,365,0,0,11,11,"Certification not required",0,46.82963,64.774248,562,"2013-02-24 00:00",502,"2013-04-17 00:00",428,"2013-02-20 00:00",314,"2013-04-08 00:00","","","","",428,246,126,89,47,29,13,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","81102",1,31.796111,-106.583889,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",259,74,270,365,0,0,0,0,"Certification not required",0,35.76834,25.864442,144,"2013-06-02 00:00",136,"2013-03-05 00:00",126,"2013-06-08 00:00",118,"2013-06-20 00:00","","","","",126,115,96,69,42,27,10,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","81102",1,31.796111,-106.583889,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",270,74,270,365,0,0,11,11,"Certification not required",0,46.82963,64.774248,562,"2013-02-24 00:00",502,"2013-04-17 00:00",428,"2013-02-20 00:00",314,"2013-04-08 00:00","","","","",428,246,126,89,47,29,13,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","88502",3,31.796111,-106.583889,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6326,72,263,365,0,159,"","","Certification not required",0,7.636374,13.475817,326.7,"2013-02-20 17:00",224.1,"2013-04-17 02:00",199.8,"2013-04-09 04:00",195.8,"2013-04-17 13:00","","","","",60.4,36.4,19.3,13.9,8.5,5.1,0.9,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0021","88502",3,31.796111,-106.583889,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,"","","Certification not required",0,7.609125,7.707748,89.9,"2013-04-17 00:00",41.6,"2013-04-08 00:00",41.1,"2013-04-09 00:00",33.3,"2013-02-24 00:00","","","","",41.1,25.7,17.7,13.1,8.7,5.9,2.5,"6ZM 2MI FROM MT CRISTO REY WHERE NM, TEX, AND MEXICO JOIN TOGETHER","5935A VALLE VISTA, SUNLAND PARK, NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0022","42601",1,31.787778,-106.682778,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6422,73,273,365,0,126,"","","Certification not required",0,0.807069,2.494472,52,"2013-01-22 19:00",50,"2013-01-21 19:00",46,"2013-01-18 18:00",43,"2013-01-22 20:00","","","","",10,6,4,2,1,0,0,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0022","42602",1,31.787778,-106.682778,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6422,73,273,365,0,126,0,"","Certification not required",0,12.062271,8.805484,47,"2013-01-21 19:00",44,"2013-01-25 18:00",43,"2013-01-22 19:00",42,"2013-02-19 00:00","","","","",43,41,31,24,16,10,3,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0022","42602",1,31.787778,-106.682778,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6422,73,273,365,0,126,"","","Certification not required",0,3.762846,4.752393,47,"2013-01-21 19:00",44,"2013-01-25 18:00",43,"2013-01-22 19:00",42,"2013-02-19 00:00","","","","",24,18,12,9,5,2,0,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0022","42603",1,31.787778,-106.682778,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6422,73,273,365,0,126,"","","Certification not required",0,5.012769,6.572739,98,"2013-01-21 19:00",95,"2013-01-22 19:00",86,"2013-01-18 18:00",81,"2013-01-22 20:00","","","","",31,24,16,11,6,3,1,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-27" +"35","013","0022","44201",1,31.787778,-106.682778,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8635,99,361,365,0,116,0,0,"Certification not required",21,0.057338,0.013213,0.094,"2013-07-25 15:00",0.094,"2013-07-27 16:00",0.092,"2013-07-31 13:00",0.091,"2013-07-30 13:00","","","","",0.091,0.087,0.08,0.075,0.066,0.055,0.041,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0022","44201",1,31.787778,-106.682778,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8667,99,360,365,0,0,1,1,"Certification not required",0,0.052708,0.012698,0.089,"2013-07-27 11:00",0.081,"2013-07-03 11:00",0.081,"2013-07-25 11:00",0.08,"2013-07-07 09:00","","","","",0.08,0.078,0.074,0.069,0.062,0.052,0.037,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0022","44201",1,31.787778,-106.682778,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8667,99,360,365,0,0,14,14,"Certification not required",0,0.052708,0.012698,0.089,"2013-07-27 11:00",0.081,"2013-07-03 11:00",0.081,"2013-07-25 11:00",0.08,"2013-07-07 09:00","","","","",0.08,0.078,0.074,0.069,0.062,0.052,0.037,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2014-02-12" +"35","013","0022","61101",1,31.787778,-106.682778,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6546,75,273,365,0,2,"","","Certification not required",0,6.720134,3.932425,27.6,"2013-02-20 17:00",27.2,"2013-02-20 18:00",26.8,"2013-01-29 14:00",26.2,"2013-01-29 13:00","","","","",19.4,17.3,14,11.8,8.9,5.8,2.5,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0022","61102",1,31.787778,-106.682778,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,2,"","","Certification not required",0,188.157348,93.926428,360,"2013-02-01 09:00",360,"2013-04-21 07:00",360,"2013-05-28 07:00",360,"2013-08-01 01:00","","","","",355,350,333,311,268,192,69,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0022","61106",1,31.787778,-106.682778,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6546,75,273,365,0,2,"","","Certification not required",0,21.344225,13.53548,79.3,"2013-04-28 04:00",79,"2013-04-07 06:00",78.1,"2013-08-19 17:00",78,"2013-07-03 15:00","","","","",67.1,61.8,50.9,41.5,26.6,16.6,9.5,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0022","62101",1,31.787778,-106.682778,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6536,75,272,365,0,12,"","","Certification not required",0,67.527693,18.60627,105,"2013-06-27 14:00",104,"2013-06-12 15:00",104,"2013-06-12 16:00",104,"2013-06-27 13:00","","","","",98,97,94,90,81,71,40,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0022","62101",2,31.787778,-106.682778,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6536,75,272,365,0,12,"","","Certification not required",0,66.533813,17.70537,102,"2013-06-27 15:00",102,"2013-06-27 16:00",102,"2013-06-27 17:00",101,"2013-06-12 16:00","","","","",96,94,91,88,80,70,40,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0022","63301",1,31.787778,-106.682778,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,2,"","","Certification not required",3032,0.413217,0.524667,1.77,"2013-04-28 12:00",1.76,"2013-05-11 11:00",1.68,"2013-05-03 11:00",1.68,"2013-05-03 12:00","","","","",1.6,1.56,1.46,1.31,0.83,0.05,0.005,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-31" +"35","013","0022","88502",3,31.787778,-106.682778,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","Events Excluded",6481,74,273,365,0,43,"","","Certification not required",0,7.334161,13.450764,235.5,"2013-05-10 15:00",215.7,"2013-04-09 04:00",206.6,"2013-04-17 12:00",198.2,"2013-04-08 15:00","","","","",67.2,39.1,21.8,14.2,8.1,4.5,0.3,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0022","88502",3,31.787778,-106.682778,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6505,74,273,365,24,43,"","","Certification not required",0,7.464043,14.815304,436.6,"2013-02-20 17:00",235.5,"2013-05-10 15:00",215.7,"2013-04-09 04:00",206.6,"2013-04-17 12:00","","","","",70.9,40.9,22.1,14.3,8.1,4.5,0.3,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0022","88502",3,31.787778,-106.682778,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6505,74,273,365,24,43,"","","Certification not required",0,7.464043,14.815304,436.6,"2013-02-20 17:00",235.5,"2013-05-10 15:00",215.7,"2013-04-09 04:00",206.6,"2013-04-17 12:00","","","","",70.9,40.9,22.1,14.3,8.1,4.5,0.3,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0022","88502",3,31.787778,-106.682778,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",273,75,273,365,0,0,"","","Certification not required",0,7.434066,8.013062,58.6,"2013-04-17 00:00",47.8,"2013-04-08 00:00",44.3,"2013-04-09 00:00",42.5,"2013-02-20 00:00","","","","",44.3,32.3,25.3,15.9,8.8,4.9,1.5,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0022","88502",3,31.787778,-106.682778,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",273,75,273,365,0,0,"","","Certification not required",0,7.434066,8.013062,58.6,"2013-04-17 00:00",47.8,"2013-04-08 00:00",44.3,"2013-04-09 00:00",42.5,"2013-02-20 00:00","","","","",44.3,32.3,25.3,15.9,8.8,4.9,1.5,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0022","88502",3,31.787778,-106.682778,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",272,75,273,365,0,0,"","","Certification not required",0,7.305147,7.738997,58.6,"2013-04-17 00:00",47.8,"2013-04-08 00:00",44.3,"2013-04-09 00:00",37.4,"2013-05-02 00:00","","","","",44.3,29.9,23,15.6,8.8,4.8,1.4,"6ZN US-MEXICO BORDER CROSSING. BOTH SIDES UNINHABITED AS OF 1996.","104-2 SANTA TERESA INTERNATIONAL BLVD,NM","New Mexico","Dona Ana","Not in a city","Las Cruces, NM","2013-12-10" +"35","013","0023","44201",1,32.3175,-106.767778,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8436,97,353,365,0,286,0,0,"Certification not required",377,0.050062,0.009827,0.073,"2013-06-10 12:00",0.07,"2013-07-27 15:00",0.07,"2013-07-31 16:00",0.069,"2013-05-04 16:00","","","","",0.069,0.069,0.066,0.063,0.057,0.051,0.037,"6ZQ IN SE CORNER OF NM HIGHWAY DEPT. YARDS IN LAS CRUCES","750 N.SOLANO DRIVE, LAS CRUCES, NM","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2014-02-12" +"35","013","0023","44201",1,32.3175,-106.767778,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8475,96,350,365,0,0,0,0,"Certification not required",0,0.045543,0.010102,0.066,"2013-07-31 10:00",0.065,"2013-07-16 09:00",0.065,"2013-07-27 11:00",0.064,"2013-05-20 10:00","","","","",0.064,0.063,0.061,0.059,0.053,0.046,0.032,"6ZQ IN SE CORNER OF NM HIGHWAY DEPT. YARDS IN LAS CRUCES","750 N.SOLANO DRIVE, LAS CRUCES, NM","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2014-02-12" +"35","013","0023","44201",1,32.3175,-106.767778,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8475,96,350,365,0,0,0,0,"Certification not required",0,0.045543,0.010102,0.066,"2013-07-31 10:00",0.065,"2013-07-16 09:00",0.065,"2013-07-27 11:00",0.064,"2013-05-20 10:00","","","","",0.064,0.063,0.061,0.059,0.053,0.046,0.032,"6ZQ IN SE CORNER OF NM HIGHWAY DEPT. YARDS IN LAS CRUCES","750 N.SOLANO DRIVE, LAS CRUCES, NM","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2014-02-12" +"35","013","0024","61101",1,32.278056,-106.864444,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6540,75,273,365,0,2,"","","Certification not required",0,6.789786,4.488328,29.1,"2013-03-23 13:00",28.5,"2013-03-23 14:00",28.4,"2013-01-29 13:00",28,"2013-01-29 15:00","","","","",21.9,19.6,15.5,12.6,8.9,5.8,2.1,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-31" +"35","013","0024","61102",1,32.278056,-106.864444,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6540,75,273,365,0,2,"","","Certification not required",0,191.472018,82.604868,360,"2013-01-10 06:00",360,"2013-03-31 08:00",360,"2013-04-03 01:00",360,"2013-07-01 02:00","","","","",353,344,309,280,258,205,70,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-31" +"35","013","0024","61106",1,32.278056,-106.864444,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6540,75,273,365,0,2,"","","Certification not required",0,22.988792,14.429441,79.6,"2013-01-10 02:00",79.1,"2013-09-28 19:00",78.9,"2013-01-08 10:00",78.1,"2013-01-07 00:00","","","","",68.4,63.7,53.7,44.5,29.6,18.6,9.2,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-31" +"35","013","0024","81102",1,32.278056,-106.864444,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",5978,68,250,365,215,564,"","","Certification not required",0,37.742389,118.724041,2863,"2013-06-22 08:00",2834,"2013-04-17 15:00",2066,"2013-07-07 15:00",1952,"2013-04-09 02:00","","","","",472,259,112,60,30,16,4,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-13" +"35","013","0024","81102",1,32.278056,-106.864444,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",5978,68,250,365,215,564,"","","Certification not required",0,37.742389,118.724041,2863,"2013-06-22 08:00",2834,"2013-04-17 15:00",2066,"2013-07-07 15:00",1952,"2013-04-09 02:00","","","","",472,259,112,60,30,16,4,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-13" +"35","013","0024","81102",1,32.278056,-106.864444,"UNKNOWN","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",5763,68,250,365,0,564,"","","Certification not required",0,28.432587,65.38654,2066,"2013-07-07 15:00",1602,"2013-06-04 19:00",1058,"2013-06-07 16:00",1036,"2013-06-16 20:00","","","","",238,155,83,52,27,15,1,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-13" +"35","013","0024","81102",1,32.278056,-106.864444,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",241,68,250,365,0,0,1,1,"Certification not required",0,28.116183,27.241111,159,"2013-07-07 00:00",142,"2013-06-07 00:00",139,"2013-03-08 00:00",132,"2013-06-02 00:00","","","","",139,120,91,65,32,18,6,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-13" +"35","013","0024","81102",1,32.278056,-106.864444,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",250,68,250,365,0,0,10,10,"Certification not required",0,37.412,58.782854,487,"2013-04-09 00:00",416,"2013-04-17 00:00",331,"2013-03-23 00:00",321,"2013-05-02 00:00","","","","",331,281,132,78,37,19,8,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-13" +"35","013","0024","81102",1,32.278056,-106.864444,"UNKNOWN","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",250,68,250,365,0,0,10,10,"Certification not required",0,37.412,58.782854,487,"2013-04-09 00:00",416,"2013-04-17 00:00",331,"2013-03-23 00:00",321,"2013-05-02 00:00","","","","",331,281,132,78,37,19,8,"550 METERS SOUTH OF INTERSTATE-10 AT LAS CRUCES CITY WELL #46","SOUTH OF I-10 AT LAS CRUCES WELL #46","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-13" +"35","013","0025","68105",1,32.321944,-106.767778,"UNKNOWN","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,68,73,122,0,0,"","","Certification not required",0,21.36747,9.991791,34.5,"2013-06-12 00:00",34.4,"2013-06-28 00:00",34.1,"2013-06-29 00:00",33.5,"2013-06-30 00:00","","","","",34.5,34.4,33.4,31.8,29.8,23.5,5.6,"LAS CRUCES DISTRICT OFFICE OF NM ENVIRONMENT DEPT","1170 N. SOLANO DR, LAS CRUCES, NM 88001","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-10" +"35","013","0025","68108",1,32.321944,-106.767778,"UNKNOWN","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,68,73,122,0,0,"","","Certification not required",0,667.036145,3.562836,676,"2013-01-16 00:00",675,"2013-01-04 00:00",675,"2013-03-02 00:00",674,"2013-01-19 00:00","","","","",676,675,674,672,669,667,663,"LAS CRUCES DISTRICT OFFICE OF NM ENVIRONMENT DEPT","1170 N. SOLANO DR, LAS CRUCES, NM 88001","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-10" +"35","013","0025","88101",1,32.321944,-106.767778,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,61,75,122,0,0,1,1,"Certification not required",0,7.033735,7.972472,74.5,"2013-01-22 00:00",15.5,"2013-03-23 00:00",13.9,"2013-07-04 00:00",13.3,"2013-06-02 00:00","","","","",74.5,15.5,13.3,9.4,7.5,6.6,4,"LAS CRUCES DISTRICT OFFICE OF NM ENVIRONMENT DEPT","1170 N. SOLANO DR, LAS CRUCES, NM 88001","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-10" +"35","013","0025","88101",1,32.321944,-106.767778,"UNKNOWN","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,61,75,122,0,0,"","","Certification not required",0,7.033735,7.972472,74.5,"2013-01-22 00:00",15.5,"2013-03-23 00:00",13.9,"2013-07-04 00:00",13.3,"2013-06-02 00:00","","","","",74.5,15.5,13.3,9.4,7.5,6.6,4,"LAS CRUCES DISTRICT OFFICE OF NM ENVIRONMENT DEPT","1170 N. SOLANO DR, LAS CRUCES, NM 88001","New Mexico","Dona Ana","Las Cruces","Las Cruces, NM","2013-12-10" +"35","015","1005","42601",1,32.38,-104.262222,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6207,71,262,365,0,126,"","","Certification not required",0,0.095054,0.504558,10,"2013-01-05 08:00",9,"2013-01-28 08:00",8,"2013-02-26 08:00",7,"2013-03-07 05:00","","","","",3,2,1,0,0,0,0,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2013-12-27" +"35","015","1005","42602",1,32.38,-104.262222,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6207,71,262,365,0,126,0,"","Certification not required",0,6.778626,3.499951,18,"2013-08-22 02:00",17,"2013-01-18 22:00",16,"2013-02-04 23:00",16,"2013-02-26 03:00","","","","",16,16,13,12,9,6,3,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2013-12-27" +"35","015","1005","42602",1,32.38,-104.262222,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6207,71,262,365,0,126,"","","Certification not required",0,2.125987,2.255851,18,"2013-08-22 02:00",17,"2013-01-18 22:00",16,"2013-02-04 23:00",16,"2013-02-26 03:00","","","","",10,9,7,5,3,1,0,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2013-12-27" +"35","015","1005","42603",1,32.38,-104.262222,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6207,71,262,365,0,126,"","","Certification not required",0,2.244885,2.596751,21,"2013-08-19 06:00",21,"2013-09-10 06:00",20,"2013-04-24 05:00",19,"2013-01-05 08:00","","","","",12,10,7,5,3,1,0,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2013-12-27" +"35","015","1005","44201",1,32.38,-104.262222,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8467,97,355,365,0,74,0,0,"Certification not required",33,0.051668,0.01054,0.081,"2013-07-02 15:00",0.081,"2013-07-16 17:00",0.073,"2013-05-19 17:00",0.073,"2013-06-01 15:00","","","","",0.073,0.072,0.069,0.066,0.059,0.052,0.038,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2014-02-12" +"35","015","1005","44201",1,32.38,-104.262222,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8513,97,353,365,0,0,0,0,"Certification not required",0,0.04755,0.01069,0.077,"2013-07-16 12:00",0.071,"2013-07-02 10:00",0.07,"2013-06-01 10:00",0.069,"2013-05-19 11:00","","","","",0.069,0.067,0.065,0.061,0.055,0.048,0.034,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2014-02-12" +"35","015","1005","44201",1,32.38,-104.262222,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8513,97,353,365,0,0,1,1,"Certification not required",0,0.04755,0.01069,0.077,"2013-07-16 12:00",0.071,"2013-07-02 10:00",0.07,"2013-06-01 10:00",0.069,"2013-05-19 11:00","","","","",0.069,0.067,0.065,0.061,0.055,0.048,0.034,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2014-02-12" +"35","015","1005","88502",3,32.38,-104.262222,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6217,71,258,365,0,116,"","","Certification not required",0,5.44433,7.671657,166.4,"2013-06-05 20:00",166.1,"2013-07-14 21:00",156.5,"2013-04-23 01:00",125.5,"2013-04-17 19:00","","","","",31.3,21.8,14.6,11.1,7.1,4,0.2,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2013-12-13" +"35","015","1005","88502",3,32.38,-104.262222,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,5.422093,4.115428,28,"2013-04-17 00:00",25.3,"2013-04-09 00:00",23,"2013-06-05 00:00",22,"2013-05-23 00:00","","","","",23,17.2,12.4,9.7,7.1,4.5,1.6,"5ZR ON BLM LAND BORDERING RESIDENTIAL AREA OUTSIDE CARLSBAD CITY LIM","HOLLAND ST,SE OF WATER TANK,CARLSBAD,NM","New Mexico","Eddy","Carlsbad","Carlsbad-Artesia, NM","2013-12-13" +"35","015","3001","44201",1,32.1783,-104.4406,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",3454,39,144,365,0,218,0,0,"Certification not required",0,0.055021,0.009227,0.08,"2013-07-16 16:00",0.074,"2013-07-02 15:00",0.071,"2013-05-18 15:00",0.071,"2013-05-19 16:00","","","","",0.074,0.071,0.068,0.065,0.062,0.056,0.043,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","44201",1,32.1783,-104.4406,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3448,39,141,365,0,0,0,0,"Certification not required",0,0.051745,0.009078,0.075,"2013-07-16 12:00",0.068,"2013-06-01 10:00",0.068,"2013-07-02 10:00",0.067,"2013-05-19 12:00","","","","",0.068,0.068,0.064,0.061,0.058,0.053,0.039,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","44201",1,32.1783,-104.4406,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3448,39,141,365,0,0,0,0,"Certification not required",0,0.051745,0.009078,0.075,"2013-07-16 12:00",0.068,"2013-06-01 10:00",0.068,"2013-07-02 10:00",0.067,"2013-05-19 12:00","","","","",0.068,0.068,0.064,0.061,0.058,0.053,0.039,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","61101",1,32.1783,-104.4406,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3550,41,144,365,0,122,"","","Certification not required",0,8.791042,4.44016,37.3,"2013-05-02 05:00",37.1,"2013-05-02 04:00",36.7,"2013-05-02 01:00",35.9,"2013-05-02 02:00","","","","",24.9,21.6,16.5,13.8,10.9,8.2,4.1,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","61102",1,32.1783,-104.4406,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3550,41,144,365,0,122,"","","Certification not required",0,182.004789,79.807028,360,"2013-07-25 02:00",360,"2013-09-12 23:00",359,"2013-05-10 17:00",359,"2013-07-23 04:00","","","","",355,350,337,312,221,168,96,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","62101",1,32.1783,-104.4406,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",3550,41,144,365,0,122,"","","Certification not required",0,76.710141,9.958787,102,"2013-06-26 14:00",102,"2013-06-26 15:00",102,"2013-06-27 14:00",102,"2013-06-27 15:00","","","","",98,96,93,90,84,77,64,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","62201",1,32.1783,-104.4406,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3550,41,144,365,0,122,"","","Certification not required",0,43.190986,23.592032,100,"2013-07-17 12:00",100,"2013-07-17 13:00",100,"2013-07-17 14:00",100,"2013-07-17 16:00","","","","",99,98,90,78,59,40,13,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","63301",1,32.1783,-104.4406,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3550,41,144,365,0,122,"","","Certification not required",1541,0.475077,0.5801,1.77,"2013-05-08 12:00",1.75,"2013-06-24 11:00",1.75,"2013-06-24 12:00",1.73,"2013-05-19 11:00","","","","",1.68,1.64,1.57,1.46,0.98,0.1,0.005,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","015","3001","65102",1,32.1783,-104.4406,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",2198,25,91,365,0,10,"","","Certification not required",0,0.002843,0.029698,0.8,"2013-07-17 05:00",0.52,"2013-07-28 14:00",0.51,"2013-07-18 07:00",0.41,"2013-07-17 13:00","","","","",0.06,0.02,0,0,0,0,0,"","Carlsbad Caverns National Park","New Mexico","Eddy","","Carlsbad-Artesia, NM","2014-02-10" +"35","017","1003","42401",1,32.691944,-108.124444,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6128,70,254,365,0,321,0,"","Certification not required",0,0.023622,0.216496,3,"2013-03-20 07:00",1,"2013-03-30 06:00",1,"2013-04-08 08:00",1,"2013-05-07 06:00","","","","",1,0,0,0,0,0,0,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-30" +"35","017","1003","42401",1,32.691944,-108.124444,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6128,70,254,365,0,321,"","","Certification not required",0,0.002285,0.057088,3,"2013-03-20 07:00",1,"2013-03-20 08:00",1,"2013-03-25 05:00",1,"2013-03-30 06:00","","","","",0,0,0,0,0,0,0,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-30" +"35","017","1003","42401",1,32.691944,-108.124444,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",254,70,254,365,0,0,0,"","Certification not required",0,0.001969,0.018757,0.2,"2013-03-20 00:00",0.2,"2013-04-08 00:00",0.1,"2013-03-30 00:00",0,"2013-01-01 00:00","","","","",0.1,0,0,0,0,0,0,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-30" +"35","017","1003","42401",1,32.691944,-108.124444,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2001,69,253,365,0,0,"",0,"Certification not required",0,0.002199,0.041775,1.3,"2013-03-20 08:00",1,"2013-04-08 11:00",0.6,"2013-03-30 08:00",0.3,"2013-03-25 05:00","","","","",0,0,0,0,0,0,0,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-30" +"35","017","1003","42401",3,32.691944,-108.124444,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",73564,70,253,365,0,3715,"","","Certification not required",0,0.003004,0.099229,13,"2013-03-20 07:40",13,"2013-03-20 07:45",8,"2013-08-16 16:25",6,"2013-03-20 07:50","","","","",0,0,0,0,0,0,0,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-30" +"35","017","1003","44201",1,32.691944,-108.124444,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6380,73,266,365,0,69,0,0,"Certification not required",22,0.048165,0.006885,0.064,"2013-05-20 20:00",0.064,"2013-07-02 15:00",0.062,"2013-05-04 14:00",0.062,"2013-05-19 13:00","","","","",0.062,0.06,0.058,0.056,0.053,0.049,0.04,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-26" +"35","017","1003","44201",1,32.691944,-108.124444,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6400,72,262,365,0,0,0,0,"Certification not required",0,0.045248,0.006881,0.061,"2013-05-19 11:00",0.06,"2013-05-20 14:00",0.058,"2013-04-17 13:00",0.058,"2013-05-04 11:00","","","","",0.058,0.056,0.055,0.053,0.051,0.045,0.037,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-26" +"35","017","1003","44201",1,32.691944,-108.124444,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6400,72,262,365,0,0,0,0,"Certification not required",0,0.045248,0.006881,0.061,"2013-05-19 11:00",0.06,"2013-05-20 14:00",0.058,"2013-04-17 13:00",0.058,"2013-05-04 11:00","","","","",0.058,0.056,0.055,0.053,0.051,0.045,0.037,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-26" +"35","017","1003","81102",1,32.691944,-108.124444,"UNKNOWN","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,67,41,61,0,0,0,0,"Certification not required",3,14.232558,12.031382,65,"2013-06-03 00:00",44,"2013-05-04 00:00",36,"2013-06-15 00:00",29,"2013-03-05 00:00","","","","",65,65,36,28,16,11,4,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-10" +"35","017","1003","85101",1,32.691944,-108.124444,"UNKNOWN","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,41,61,0,0,"","","Certification not required",4,11.744186,9.768982,52,"2013-06-03 00:00",37,"2013-05-04 00:00",29,"2013-06-15 00:00",25,"2013-03-05 00:00","","","","",52,52,29,24,13,9,4,"7T ALONGSIDE SOFTBALL FIELD AND NEAR CHINO COPPER SMELTER","CHINO BLVD NR HURLEY PARK, HURLEY,NM","New Mexico","Grant","Not in a city","Silver City, NM","2013-12-10" +"35","025","0008","42601",1,32.726656,-103.122917,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6403,73,272,365,0,143,"","","Certification not required",0,0.746994,2.854104,68,"2013-01-22 07:00",66,"2013-01-05 19:00",59,"2013-01-28 07:00",56,"2013-02-05 21:00","","","","",11,6,3,2,1,0,0,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-27" +"35","025","0008","42602",1,32.726656,-103.122917,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6403,73,272,365,0,143,0,"","Certification not required",0,10.761029,6.605786,31,"2013-03-02 20:00",30,"2013-02-05 19:00",30,"2013-02-13 19:00",29,"2013-01-06 19:00","","","","",30,28,24,20,15,9,4,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-27" +"35","025","0008","42602",1,32.726656,-103.122917,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6403,73,272,365,0,143,"","","Certification not required",0,3.58988,3.966374,31,"2013-03-02 20:00",30,"2013-02-05 19:00",30,"2013-02-13 19:00",29,"2013-01-06 19:00","","","","",20,17,12,8,4,2,1,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-27" +"35","025","0008","42603",1,32.726656,-103.122917,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6403,73,272,365,0,143,"","","Certification not required",0,4.699516,6.003616,96,"2013-01-22 07:00",84,"2013-01-05 19:00",80,"2013-02-05 21:00",78,"2013-01-28 07:00","","","","",30,22,14,9,5,3,1,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-27" +"35","025","0008","44201",1,32.726656,-103.122917,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8314,95,346,365,0,440,0,0,"Certification not required",133,0.044578,0.013275,0.076,"2013-08-19 15:00",0.076,"2013-08-21 15:00",0.074,"2013-07-16 14:00",0.073,"2013-08-20 13:00","","","","",0.073,0.071,0.069,0.064,0.054,0.042,0.029,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2014-02-12" +"35","025","0008","44201",1,32.726656,-103.122917,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8362,95,346,365,0,0,0,0,"Certification not required",0,0.040653,0.012946,0.071,"2013-08-21 10:00",0.07,"2013-08-20 10:00",0.069,"2013-07-03 09:00",0.068,"2013-07-16 09:00","","","","",0.068,0.067,0.064,0.06,0.05,0.039,0.024,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2014-02-12" +"35","025","0008","44201",1,32.726656,-103.122917,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8362,95,346,365,0,0,0,0,"Certification not required",0,0.040653,0.012946,0.071,"2013-08-21 10:00",0.07,"2013-08-20 10:00",0.069,"2013-07-03 09:00",0.068,"2013-07-16 09:00","","","","",0.068,0.067,0.064,0.06,0.05,0.039,0.024,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2014-02-12" +"35","025","0008","68105",1,32.726656,-103.122917,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",83,68,81,122,0,0,"","","Certification not required",0,20.180723,9.064518,34.6,"2013-06-27 00:00",32.2,"2013-07-12 00:00",31.4,"2013-08-02 00:00",31.3,"2013-07-23 00:00","","","","",34.6,32.2,31.1,30,27.7,22,6.3,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","68108",1,32.726656,-103.122917,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,68,81,122,0,0,"","","Certification not required",0,672.228916,3.461726,680,"2013-01-04 00:00",680,"2013-01-16 00:00",680,"2013-02-15 00:00",680,"2013-03-02 00:00","","","","",680,680,680,677,674,672,668,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","81102",1,32.726656,-103.122917,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,0,0,0,"Certification not required",1,19.925,17.511004,109,"2013-02-09 00:00",47,"2013-06-03 00:00",40,"2013-03-05 00:00",34,"2013-08-20 00:00","","","","",109,109,47,34,24,18,6,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-06" +"35","025","0008","85101",1,32.726656,-103.122917,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,"","","Certification not required",1,17.65,15.856003,100,"2013-02-09 00:00",40,"2013-06-03 00:00",36,"2013-03-05 00:00",30,"2013-08-20 00:00","","","","",100,100,40,30,21,16,5,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-06" +"35","025","0008","88101",1,32.726656,-103.122917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",83,66,81,122,1,0,1,1,"Certification not required",0,8.637349,6.072483,39.7,"2013-03-23 00:00",33.1,"2013-02-06 00:00",26.7,"2013-05-01 00:00",20.1,"2013-02-09 00:00","","","","",39.7,33.1,19.5,13.7,9.7,7.5,4.3,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","88101",1,32.726656,-103.122917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",83,66,81,122,1,0,1,1,"Certification not required",0,8.637349,6.072483,39.7,"2013-03-23 00:00",33.1,"2013-02-06 00:00",26.7,"2013-05-01 00:00",20.1,"2013-02-09 00:00","","","","",39.7,33.1,19.5,13.7,9.7,7.5,4.3,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","88101",1,32.726656,-103.122917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",82,66,81,122,0,0,0,0,"Certification not required",0,8.258537,5.027209,33.1,"2013-02-06 00:00",26.7,"2013-05-01 00:00",20.1,"2013-02-09 00:00",19.5,"2013-03-24 00:00","","","","",33.1,26.7,15.5,13.5,9.7,7.5,4,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","88101",1,32.726656,-103.122917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",83,66,81,122,1,0,"","","Certification not required",0,8.637349,6.072483,39.7,"2013-03-23 00:00",33.1,"2013-02-06 00:00",26.7,"2013-05-01 00:00",20.1,"2013-02-09 00:00","","","","",39.7,33.1,19.5,13.7,9.7,7.5,4.3,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","88101",1,32.726656,-103.122917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",82,66,81,122,0,0,"","","Certification not required",0,8.258537,5.027209,33.1,"2013-02-06 00:00",26.7,"2013-05-01 00:00",20.1,"2013-02-09 00:00",19.5,"2013-03-24 00:00","","","","",33.1,26.7,15.5,13.5,9.7,7.5,4,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","88101",1,32.726656,-103.122917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",83,66,81,122,1,0,"","","Certification not required",0,8.637349,6.072483,39.7,"2013-03-23 00:00",33.1,"2013-02-06 00:00",26.7,"2013-05-01 00:00",20.1,"2013-02-09 00:00","","","","",39.7,33.1,19.5,13.7,9.7,7.5,4.3,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-09" +"35","025","0008","88502",3,32.726656,-103.122917,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6406,73,267,365,0,140,"","","Certification not required",0,6.308367,7.686873,175.5,"2013-06-05 20:00",172,"2013-07-14 19:00",166.7,"2013-04-17 20:00",111.9,"2013-04-17 19:00","","","","",29.7,22.4,16.2,12.3,8.2,4.8,0.9,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-13" +"35","025","0008","88502",3,32.726656,-103.122917,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,6.239326,4.444375,32.3,"2013-04-17 00:00",29.6,"2013-04-09 00:00",22.8,"2013-05-01 00:00",22.4,"2013-05-23 00:00","","","","",22.8,21,14.1,11.1,7.9,5.4,2.2,"HOBBS-JEFFERSON","2320 N. JEFFERSON ST, HOBBS, NEW MEXICO","New Mexico","Lea","Hobbs","Hobbs, NM","2013-12-13" +"35","027","9000","85101",1,33.468809,-105.535444,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,14.878898,13.603951,55.9623,"2013-02-09 00:00",51.1549,"2013-03-23 00:00",42.8434,"2013-04-10 00:00",40.319,"2013-05-01 00:00","","","","",55.9623,55.9623,42.8434,36.3965,19.141,11.0761,2.4763,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","86502",1,33.468809,-105.535444,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,10.020408,11.014176,47,"2013-02-09 00:00",40,"2013-03-23 00:00",30,"2013-03-05 00:00",30,"2013-04-10 00:00","","","","",47,47,30,28,13,6,1,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88103",1,33.468809,-105.535444,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-08 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88104",1,33.468809,-105.535444,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.176116,0.189539,0.9332,"2013-04-10 00:00",0.7659,"2013-05-01 00:00",0.61,"2013-03-23 00:00",0.4096,"2013-03-05 00:00","","","","",0.9332,0.7659,0.61,0.3256,0.265,0.117,0.017,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88109",1,33.468809,-105.535444,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001404,0.000729,0.0033,"2013-05-01 00:00",0.0029,"2013-05-31 00:00",0.0027,"2013-05-19 00:00",0.0027,"2013-05-25 00:00","","","","",0.0033,0.0029,0.0027,0.0023,0.002,0.0012,0.0006,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88111",1,33.468809,-105.535444,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.169884,0.165348,0.7051,"2013-04-16 00:00",0.5662,"2013-02-09 00:00",0.4841,"2013-05-01 00:00",0.4749,"2013-04-25 00:00","","","","",0.7051,0.5662,0.4841,0.4283,0.2566,0.1306,0.018,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88112",1,33.468809,-105.535444,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-23 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88114",1,33.468809,-105.535444,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.000563,0.000526,0.0032,"2013-05-22 00:00",0.0016,"2013-05-01 00:00",0.0013,"2013-04-16 00:00",0.0012,"2013-02-06 00:00","","","","",0.0032,0.0016,0.0013,0.0011,0.0007,0.0004,0.00015,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88115",1,33.468809,-105.535444,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.008503,0.024764,0.1474,"2013-04-16 00:00",0.0983,"2013-02-09 00:00",0.0385,"2013-05-28 00:00",0.0256,"2013-04-22 00:00","","","","",0.1474,0.0983,0.0385,0.0119,0.0049,0.0016,0.00015,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88126",1,33.468809,-105.535444,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.092969,0.09383,0.4375,"2013-04-10 00:00",0.3789,"2013-05-01 00:00",0.3267,"2013-03-23 00:00",0.1922,"2013-03-05 00:00","","","","",0.4375,0.3789,0.3267,0.1832,0.1425,0.0646,0.0094,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88128",1,33.468809,-105.535444,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000784,0.001101,0.006,"2013-05-22 00:00",0.004,"2013-05-01 00:00",0.002,"2013-02-06 00:00",0.002,"2013-04-22 00:00","","","","",0.006,0.004,0.002,0.002,0.001,0.001,0,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88132",1,33.468809,-105.535444,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002216,0.002283,0.01,"2013-04-10 00:00",0.009,"2013-05-01 00:00",0.008,"2013-03-23 00:00",0.005,"2013-03-05 00:00","","","","",0.01,0.009,0.008,0.005,0.003,0.001,0,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88136",1,33.468809,-105.535444,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88140",1,33.468809,-105.535444,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.061475,0.080465,0.3371,"2013-04-16 00:00",0.3179,"2013-02-09 00:00",0.282,"2013-04-22 00:00",0.1866,"2013-05-28 00:00","","","","",0.3371,0.3179,0.282,0.1773,0.0851,0.0396,0.002,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88152",1,33.468809,-105.535444,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000255,0.000527,0.0038,"2013-01-04 00:00",0.001,"2013-05-13 00:00",0.0007,"2013-05-01 00:00",0.0004,"2013-01-01 00:00","","","","",0.0038,0.001,0.0007,0.0003,0.00015,0.00015,0.00015,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88154",1,33.468809,-105.535444,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000139,5.3e-05,0.0003,"2013-05-16 00:00",0.0002,"2013-01-04 00:00",0.0002,"2013-01-19 00:00",0.0002,"2013-01-22 00:00","","","","",0.0003,0.0002,0.0002,0.0002,0.0002,0.0001,0.0001,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88161",1,33.468809,-105.535444,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.008867,0.009056,0.0422,"2013-04-10 00:00",0.0359,"2013-05-01 00:00",0.0312,"2013-03-23 00:00",0.0201,"2013-03-05 00:00","","","","",0.0422,0.0359,0.0312,0.0172,0.0141,0.0061,0.0009,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88164",1,33.468809,-105.535444,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000341,0.000333,0.0018,"2013-05-01 00:00",0.0013,"2013-04-10 00:00",0.001,"2013-05-31 00:00",0.0008,"2013-05-28 00:00","","","","",0.0018,0.0013,0.001,0.0007,0.0005,0.0002,5e-05,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88165",1,33.468809,-105.535444,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.41299,0.434438,2.148,"2013-04-10 00:00",1.6078,"2013-05-01 00:00",1.4723,"2013-03-23 00:00",0.9378,"2013-03-05 00:00","","","","",2.148,1.6078,1.4723,0.808,0.6095,0.2717,0.0387,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88167",1,33.468809,-105.535444,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001412,0.000976,0.0045,"2013-05-01 00:00",0.0042,"2013-03-23 00:00",0.0029,"2013-04-10 00:00",0.0029,"2013-05-19 00:00","","","","",0.0045,0.0042,0.0029,0.0028,0.0019,0.0012,0.0004,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88168",1,33.468809,-105.535444,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.005516,0.011715,0.063,"2013-04-16 00:00",0.0426,"2013-02-09 00:00",0.0377,"2013-04-22 00:00",0.0184,"2013-05-28 00:00","","","","",0.063,0.0426,0.0377,0.0134,0.0044,0.0017,0.00015,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88169",1,33.468809,-105.535444,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.2204,0.134432,0.5263,"2013-04-16 00:00",0.5257,"2013-05-19 00:00",0.5123,"2013-04-22 00:00",0.4339,"2013-04-25 00:00","","","","",0.5263,0.5257,0.5123,0.4234,0.3118,0.1915,0.0636,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88176",1,33.468809,-105.535444,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000298,0.000241,0.0012,"2013-04-10 00:00",0.0009,"2013-03-23 00:00",0.0009,"2013-05-01 00:00",0.0007,"2013-03-05 00:00","","","","",0.0012,0.0009,0.0009,0.0006,0.0004,0.00015,0.00015,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88180",1,33.468809,-105.535444,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0572,0.051329,0.2372,"2013-04-10 00:00",0.2006,"2013-05-01 00:00",0.1817,"2013-03-23 00:00",0.1172,"2013-04-25 00:00","","","","",0.2372,0.2006,0.1817,0.1071,0.0897,0.0438,0.0102,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88184",1,33.468809,-105.535444,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.037006,0.050036,0.2368,"2013-02-09 00:00",0.1788,"2013-04-16 00:00",0.173,"2013-05-31 00:00",0.1314,"2013-02-24 00:00","","","","",0.2368,0.1788,0.173,0.0836,0.0518,0.0143,0.00195,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88185",1,33.468809,-105.535444,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000864,0.000655,0.0033,"2013-02-09 00:00",0.0033,"2013-03-23 00:00",0.0026,"2013-04-10 00:00",0.0024,"2013-04-22 00:00","","","","",0.0033,0.0033,0.0026,0.0015,0.0008,0.0007,0.0004,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88203",1,33.468809,-105.535444,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.023944,0.037582,0.2153,"2013-04-16 00:00",0.14,"2013-02-09 00:00",0.091,"2013-05-28 00:00",0.0785,"2013-04-22 00:00","","","","",0.2153,0.14,0.091,0.0559,0.0237,0.0097,0.00305,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88306",1,33.468809,-105.535444,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.210596,0.209779,1.1195,"2013-01-04 00:00",0.9541,"2013-02-15 00:00",0.679,"2013-01-07 00:00",0.448,"2013-03-20 00:00","","","","",1.1195,0.9541,0.679,0.3249,0.2635,0.157,0.0525,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88320",1,33.468809,-105.535444,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.29551,0.182049,0.99,"2013-05-25 00:00",0.74,"2013-05-01 00:00",0.57,"2013-03-20 00:00",0.56,"2013-04-25 00:00","","","","",0.99,0.99,0.57,0.55,0.36,0.28,0.11,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88321",1,33.468809,-105.535444,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.04449,0.030623,0.12,"2013-01-07 00:00",0.11,"2013-01-04 00:00",0.11,"2013-04-25 00:00",0.11,"2013-05-25 00:00","","","","",0.12,0.12,0.11,0.1,0.06,0.03,0.01,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88324",1,33.468809,-105.535444,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",46,0.019503,0.007075,0.0376,"2013-05-01 00:00",0.0321,"2013-04-10 00:00",0.0297,"2013-01-13 00:00",0.02925,"2013-01-07 00:00","","","","",0.0376,0.0376,0.0297,0.0292,0.02315,0.016,0.00995,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88325",1,33.468809,-105.535444,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",28,0.046305,0.032234,0.1747,"2013-05-25 00:00",0.1192,"2013-01-04 00:00",0.1093,"2013-03-20 00:00",0.1014,"2013-01-07 00:00","","","","",0.1747,0.1747,0.1093,0.0952,0.0564,0.0326,0.0161,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88326",1,33.468809,-105.535444,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",24,0.070622,0.050095,0.2713,"2013-05-25 00:00",0.177,"2013-05-01 00:00",0.1742,"2013-04-28 00:00",0.1663,"2013-01-07 00:00","","","","",0.2713,0.2713,0.1742,0.1289,0.0893,0.0489,0.0249,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88327",1,33.468809,-105.535444,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.073579,0.048432,0.2549,"2013-05-25 00:00",0.1587,"2013-04-16 00:00",0.1567,"2013-05-01 00:00",0.1444,"2013-02-09 00:00","","","","",0.2549,0.2549,0.1567,0.1425,0.1011,0.0706,0.01575,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88328",1,33.468809,-105.535444,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.09921,0.062504,0.274,"2013-05-01 00:00",0.2705,"2013-05-25 00:00",0.2423,"2013-04-25 00:00",0.1973,"2013-01-04 00:00","","","","",0.274,0.274,0.2423,0.1873,0.135,0.0843,0.0307,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88329",1,33.468809,-105.535444,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.105857,0.064184,0.325,"2013-05-25 00:00",0.257,"2013-04-25 00:00",0.2339,"2013-01-04 00:00",0.2115,"2013-05-01 00:00","","","","",0.325,0.325,0.2339,0.2074,0.1356,0.086,0.0404,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88330",1,33.468809,-105.535444,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.038069,0.024077,0.0959,"2013-05-01 00:00",0.0911,"2013-04-25 00:00",0.0852,"2013-03-26 00:00",0.0784,"2013-03-23 00:00","","","","",0.0959,0.0959,0.0852,0.0774,0.056,0.0331,0.0126,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88331",1,33.468809,-105.535444,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,5e-05,0.000144,0.001,"2013-04-22 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88338",1,33.468809,-105.535444,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.016113,0.004996,0.0306,"2013-05-31 00:00",0.0256,"2013-02-24 00:00",0.0251,"2013-02-21 00:00",0.0249,"2013-02-12 00:00","","","","",0.0306,0.0256,0.0251,0.0245,0.0163,0.0157,0.0108,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88339",1,33.468809,-105.535444,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.909165,0.554543,2.17099,"2013-04-16 00:00",2.1686,"2013-05-19 00:00",2.11332,"2013-04-22 00:00",1.78996,"2013-04-25 00:00","","","","",2.17099,2.1686,2.11332,1.74665,1.28601,0.7899,0.26231,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88344",1,33.468809,-105.535444,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.271657,0.270621,1.4442,"2013-01-04 00:00",1.2308,"2013-02-15 00:00",0.8759,"2013-01-07 00:00",0.5779,"2013-03-20 00:00","","","","",1.4442,1.2308,0.8759,0.4191,0.3399,0.2025,0.0677,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88348",1,33.468809,-105.535444,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.934755,1.958851,9.1948,"2013-04-10 00:00",7.464,"2013-05-01 00:00",6.5563,"2013-03-23 00:00",4.2832,"2013-03-05 00:00","","","","",9.1948,7.464,6.5563,4.0229,2.9163,1.3148,0.1899,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88350",1,33.468809,-105.535444,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.532792,0.327853,1.7885,"2013-05-25 00:00",1.3329,"2013-05-01 00:00",1.0175,"2013-03-20 00:00",1.0157,"2013-04-25 00:00","","","","",1.7885,1.7885,1.0175,0.9913,0.6473,0.5108,0.2041,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88403",1,33.468809,-105.535444,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.661643,0.419182,1.8606,"2013-04-16 00:00",1.5943,"2013-04-22 00:00",1.4312,"2013-05-19 00:00",1.3994,"2013-02-09 00:00","","","","",1.8606,1.5943,1.4312,1.2923,0.9576,0.593,0.1958,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","027","9000","88502",1,33.468809,-105.535444,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.152941,2.932532,12.2,"2013-04-10 00:00",11.4,"2013-05-01 00:00",10.2,"2013-03-23 00:00",9.3,"2013-04-16 00:00","","","","",12.2,11.4,10.2,8.3,5.8,3.5,1,"","White Mountain","New Mexico","Lincoln","Ruidoso","Ruidoso, NM","2014-01-28" +"35","028","1002","85101",1,35.804167,-106.298056,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,8.027702,6.772662,26.476,"2013-04-25 00:00",25.6831,"2013-05-01 00:00",24.4391,"2013-05-31 00:00",20.3922,"2013-04-22 00:00","","","","",26.476,26.476,24.4391,18.1986,11.6047,5.7024,2.0636,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","86502",1,35.804167,-106.298056,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,4.625,5.084917,19,"2013-04-25 00:00",18,"2013-05-01 00:00",15,"2013-05-31 00:00",14,"2013-04-22 00:00","","","","",19,19,15,13,8,3,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88103",1,35.804167,-106.298056,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88104",1,35.804167,-106.298056,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.105481,0.103645,0.372,"2013-05-01 00:00",0.368,"2013-04-22 00:00",0.322,"2013-05-19 00:00",0.2816,"2013-05-31 00:00","","","","",0.372,0.368,0.322,0.268,0.158,0.069,0.011,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88109",1,35.804167,-106.298056,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001278,0.000654,0.0032,"2013-05-01 00:00",0.003,"2013-05-31 00:00",0.0026,"2013-05-25 00:00",0.0024,"2013-04-28 00:00","","","","",0.0032,0.003,0.0026,0.0022,0.0016,0.0012,0.0005,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88111",1,35.804167,-106.298056,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.074741,0.072649,0.3156,"2013-04-25 00:00",0.2638,"2013-05-01 00:00",0.1906,"2013-05-31 00:00",0.1881,"2013-04-28 00:00","","","","",0.3156,0.2638,0.1906,0.1757,0.106,0.0559,0.0069,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88112",1,35.804167,-106.298056,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-04-07 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88114",1,35.804167,-106.298056,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000296,0.000209,0.0009,"2013-03-08 00:00",0.0009,"2013-05-28 00:00",0.0008,"2013-01-25 00:00",0.0006,"2013-04-22 00:00","","","","",0.0009,0.0009,0.0008,0.0006,0.0004,0.0002,0.0001,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88115",1,35.804167,-106.298056,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.001988,0.003647,0.0218,"2013-04-16 00:00",0.0123,"2013-05-28 00:00",0.0077,"2013-05-31 00:00",0.0075,"2013-05-25 00:00","","","","",0.0218,0.0123,0.0077,0.0043,0.0019,0.0008,0.00015,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88126",1,35.804167,-106.298056,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.05831,0.054391,0.2103,"2013-05-01 00:00",0.1805,"2013-04-22 00:00",0.1507,"2013-04-28 00:00",0.1504,"2013-05-19 00:00","","","","",0.2103,0.1805,0.1507,0.1444,0.0887,0.0421,0.0068,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88128",1,35.804167,-106.298056,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000471,0.000612,0.002,"2013-04-22 00:00",0.002,"2013-04-28 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88132",1,35.804167,-106.298056,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001373,0.001442,0.006,"2013-05-01 00:00",0.005,"2013-05-31 00:00",0.004,"2013-04-22 00:00",0.004,"2013-04-25 00:00","","","","",0.006,0.005,0.004,0.003,0.002,0.001,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88136",1,35.804167,-106.298056,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88140",1,35.804167,-106.298056,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.018399,0.018766,0.0832,"2013-04-28 00:00",0.064,"2013-05-01 00:00",0.0574,"2013-05-25 00:00",0.055,"2013-04-07 00:00","","","","",0.0832,0.064,0.0574,0.045,0.0256,0.0135,0.00105,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88152",1,35.804167,-106.298056,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.000168,0.000107,0.0009,"2013-02-12 00:00",0.0003,"2013-02-21 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0009,0.0003,0.00015,0.00015,0.00015,0.00015,0.00015,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88154",1,35.804167,-106.298056,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000141,8.3e-05,0.0004,"2013-02-06 00:00",0.0004,"2013-02-24 00:00",0.0004,"2013-03-20 00:00",0.0003,"2013-01-22 00:00","","","","",0.0004,0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88161",1,35.804167,-106.298056,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.005775,0.005582,0.0208,"2013-05-01 00:00",0.0195,"2013-04-22 00:00",0.0169,"2013-05-19 00:00",0.0149,"2013-05-31 00:00","","","","",0.0208,0.0195,0.0169,0.0143,0.0089,0.0041,0.0005,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88164",1,35.804167,-106.298056,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000242,0.000221,0.001,"2013-05-25 00:00",0.0009,"2013-05-01 00:00",0.0007,"2013-04-10 00:00",0.0005,"2013-03-23 00:00","","","","",0.001,0.0009,0.0007,0.0005,0.0004,0.0002,5e-05,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88165",1,35.804167,-106.298056,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.262075,0.256743,0.9392,"2013-05-01 00:00",0.8532,"2013-04-22 00:00",0.7903,"2013-05-19 00:00",0.7648,"2013-04-10 00:00","","","","",0.9392,0.8532,0.7903,0.6619,0.4003,0.174,0.0241,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88167",1,35.804167,-106.298056,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001276,0.000707,0.0033,"2013-05-28 00:00",0.0031,"2013-05-31 00:00",0.0026,"2013-03-23 00:00",0.0024,"2013-05-19 00:00","","","","",0.0033,0.0031,0.0026,0.0023,0.0018,0.0011,0.0005,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88168",1,35.804167,-106.298056,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.000718,0.000681,0.0023,"2013-04-10 00:00",0.0022,"2013-05-04 00:00",0.0021,"2013-02-09 00:00",0.0021,"2013-04-25 00:00","","","","",0.0023,0.0022,0.0021,0.002,0.0011,0.0003,0.0001,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88169",1,35.804167,-106.298056,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.171765,0.098439,0.4117,"2013-04-25 00:00",0.41,"2013-05-19 00:00",0.3976,"2013-03-23 00:00",0.3516,"2013-05-25 00:00","","","","",0.4117,0.41,0.3976,0.2861,0.2476,0.1481,0.0553,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88176",1,35.804167,-106.298056,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000215,0.000148,0.0008,"2013-04-25 00:00",0.0006,"2013-05-01 00:00",0.0006,"2013-05-19 00:00",0.0005,"2013-04-22 00:00","","","","",0.0008,0.0006,0.0006,0.0004,0.00015,0.00015,0.00015,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88180",1,35.804167,-106.298056,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.039108,0.030885,0.1341,"2013-05-31 00:00",0.114,"2013-05-01 00:00",0.0898,"2013-04-22 00:00",0.0875,"2013-04-25 00:00","","","","",0.1341,0.114,0.0898,0.087,0.059,0.0272,0.0091,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88184",1,35.804167,-106.298056,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.018415,0.021498,0.1105,"2013-05-25 00:00",0.0856,"2013-04-16 00:00",0.0629,"2013-05-31 00:00",0.0467,"2013-05-07 00:00","","","","",0.1105,0.0856,0.0629,0.0404,0.0218,0.0116,0.0016,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88185",1,35.804167,-106.298056,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",38,0.000735,0.000432,0.0019,"2013-04-13 00:00",0.0019,"2013-05-04 00:00",0.0017,"2013-03-17 00:00",0.0017,"2013-04-07 00:00","","","","",0.0019,0.0019,0.0017,0.0014,0.0008,0.00065,0.0004,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88203",1,35.804167,-106.298056,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.012046,0.013348,0.07,"2013-04-16 00:00",0.053,"2013-05-28 00:00",0.0524,"2013-05-25 00:00",0.0341,"2013-05-13 00:00","","","","",0.07,0.053,0.0524,0.0217,0.0124,0.0089,0.003,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88306",1,35.804167,-106.298056,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.236371,0.145898,0.7602,"2013-03-20 00:00",0.752,"2013-02-15 00:00",0.4985,"2013-01-07 00:00",0.49,"2013-03-26 00:00","","","","",0.7602,0.752,0.4985,0.4073,0.263,0.192,0.1135,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88320",1,35.804167,-106.298056,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.438824,0.36673,2.6,"2013-05-31 00:00",1.17,"2013-01-07 00:00",0.9,"2013-05-25 00:00",0.85,"2013-02-03 00:00","","","","",2.6,1.17,0.9,0.65,0.49,0.37,0.23,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88321",1,35.804167,-106.298056,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.080196,0.071372,0.36,"2013-05-31 00:00",0.35,"2013-01-07 00:00",0.25,"2013-02-03 00:00",0.2,"2013-01-10 00:00","","","","",0.36,0.35,0.25,0.13,0.09,0.05,0.03,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88324",1,35.804167,-106.298056,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.023497,0.01206,0.0684,"2013-05-31 00:00",0.05,"2013-02-12 00:00",0.0472,"2013-02-18 00:00",0.047,"2013-04-10 00:00","","","","",0.0684,0.05,0.0472,0.038,0.0296,0.0165,0.01035,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88325",1,35.804167,-106.298056,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.073077,0.08452,0.6034,"2013-05-31 00:00",0.1942,"2013-01-07 00:00",0.1614,"2013-02-03 00:00",0.1608,"2013-05-25 00:00","","","","",0.6034,0.1942,0.1614,0.0998,0.081,0.0519,0.03255,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88326",1,35.804167,-106.298056,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.126363,0.141128,0.9379,"2013-05-31 00:00",0.4304,"2013-01-07 00:00",0.2962,"2013-02-03 00:00",0.2946,"2013-01-10 00:00","","","","",0.9379,0.4304,0.2962,0.2318,0.1533,0.0991,0.0353,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88327",1,35.804167,-106.298056,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.09706,0.080516,0.5403,"2013-05-31 00:00",0.3091,"2013-01-07 00:00",0.2221,"2013-01-10 00:00",0.219,"2013-05-25 00:00","","","","",0.5403,0.3091,0.2221,0.1426,0.1005,0.0766,0.05,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88328",1,35.804167,-106.298056,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.123053,0.072354,0.4513,"2013-05-31 00:00",0.2812,"2013-05-25 00:00",0.2485,"2013-05-13 00:00",0.2225,"2013-01-07 00:00","","","","",0.4513,0.2812,0.2485,0.1987,0.1517,0.104,0.062,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88329",1,35.804167,-106.298056,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.156337,0.116984,0.6787,"2013-05-31 00:00",0.5265,"2013-01-07 00:00",0.3898,"2013-02-03 00:00",0.346,"2013-01-10 00:00","","","","",0.6787,0.5265,0.3898,0.236,0.1848,0.1213,0.0768,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88330",1,35.804167,-106.298056,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.047039,0.020278,0.1249,"2013-05-31 00:00",0.0927,"2013-05-13 00:00",0.083,"2013-04-25 00:00",0.0703,"2013-05-19 00:00","","","","",0.1249,0.0927,0.083,0.0657,0.0584,0.047,0.0232,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88331",1,35.804167,-106.298056,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.00016,0.000585,0.004,"2013-05-31 00:00",0.001,"2013-05-07 00:00",0.001,"2013-05-19 00:00",0.0005,"2013-03-08 00:00","","","","",0.004,0.001,0.001,0.00015,0.0001,0,0,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88338",1,35.804167,-106.298056,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.020356,0.018738,0.109,"2013-05-16 00:00",0.1004,"2013-02-06 00:00",0.0551,"2013-05-22 00:00",0.0343,"2013-05-10 00:00","","","","",0.109,0.1004,0.0551,0.02425,0.0166,0.0157,0.0108,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88339",1,35.804167,-106.298056,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.70853,0.406051,1.69826,"2013-04-25 00:00",1.69121,"2013-05-19 00:00",1.64014,"2013-03-23 00:00",1.45014,"2013-05-25 00:00","","","","",1.69826,1.69121,1.64014,1.17996,1.02135,0.61091,0.22807,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88344",1,35.804167,-106.298056,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.304939,0.188198,0.9807,"2013-03-20 00:00",0.9701,"2013-02-15 00:00",0.6431,"2013-01-07 00:00",0.6315,"2013-03-26 00:00","","","","",0.9807,0.9701,0.6431,0.5254,0.3393,0.2477,0.1464,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88348",1,35.804167,-106.298056,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.158555,1.115713,4.1361,"2013-05-01 00:00",3.6503,"2013-04-22 00:00",3.3156,"2013-05-19 00:00",3.2339,"2013-04-25 00:00","","","","",4.1361,3.6503,3.3156,2.9223,1.8139,0.791,0.1112,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88350",1,35.804167,-106.298056,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.78972,0.660697,4.6823,"2013-05-31 00:00",2.106,"2013-01-07 00:00",1.6229,"2013-05-25 00:00",1.5259,"2013-02-03 00:00","","","","",4.6823,2.106,1.6229,1.1776,0.8732,0.673,0.4171,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88403",1,35.804167,-106.298056,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.533755,0.30952,1.3207,"2013-05-19 00:00",1.2669,"2013-04-25 00:00",1.229,"2013-03-23 00:00",1.1205,"2013-05-25 00:00","","","","",1.3207,1.2669,1.229,0.8954,0.7588,0.4557,0.1695,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","028","1002","88502",1,35.804167,-106.298056,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.945098,1.882479,9.2,"2013-05-31 00:00",7,"2013-05-01 00:00",6.9,"2013-04-25 00:00",6.3,"2013-05-19 00:00","","","","",9.2,7,6.9,6,3.9,2.2,1.1,"","NORTH SIDE OF NM 4","New Mexico","Los Alamos","Not in a city","Los Alamos, NM","2014-01-28" +"35","029","0001","81102",1,32.267222,-107.755278,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",46,69,42,61,0,0,0,0,"Certification not required",1,16.782609,13.603779,69,"2013-03-23 00:00",55,"2013-02-09 00:00",51,"2013-06-15 00:00",50,"2013-06-03 00:00","","","","",69,69,51,29,18,14,7,"","POST OFFICE PINE ST","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0001","81102",2,32.267222,-107.755278,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",48,72,44,61,0,0,0,0,"Certification not required",1,17.270833,13.848327,64,"2013-03-23 00:00",58,"2013-06-03 00:00",53,"2013-06-15 00:00",50,"2013-02-09 00:00","","","","",64,64,53,44,18,14,7,"","POST OFFICE PINE ST","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0001","85101",1,32.267222,-107.755278,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,42,61,0,0,"","","Certification not required",2,14.413043,11.663001,59,"2013-03-23 00:00",48,"2013-02-09 00:00",43,"2013-06-03 00:00",43,"2013-06-15 00:00","","","","",59,59,43,24,15,12,6,"","POST OFFICE PINE ST","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0001","85101",2,32.267222,-107.755278,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,44,61,0,0,"","","Certification not required",1,14.875,11.858429,55,"2013-03-23 00:00",49,"2013-06-03 00:00",44,"2013-02-09 00:00",44,"2013-06-15 00:00","","","","",55,55,44,39,15,12,6,"","POST OFFICE PINE ST","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0003","42601",1,32.2558,-107.7227,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6349,72,270,365,0,201,"","","Certification not required",0,0.903134,3.366441,66,"2013-09-26 05:00",57,"2013-01-22 20:00",49,"2013-01-22 07:00",47,"2013-01-23 07:00","","","","",17,11,5,2,0,0,0,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-27" +"35","029","0003","42602",1,32.2558,-107.7227,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6349,72,270,365,0,201,0,"","Certification not required",0,11.87037,6.600232,33,"2013-02-28 20:00",31,"2013-01-22 20:00",31,"2013-02-27 21:00",30,"2013-01-19 19:00","","","","",31,27,25,21,16,11,4,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-27" +"35","029","0003","42602",1,32.2558,-107.7227,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6349,72,270,365,0,201,"","","Certification not required",0,3.613482,4.525665,33,"2013-02-28 20:00",31,"2013-01-22 20:00",31,"2013-02-27 21:00",31,"2013-02-28 06:00","","","","",20,18,14,9,5,2,0,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-27" +"35","029","0003","42603",1,32.2558,-107.7227,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6349,72,270,365,0,201,"","","Certification not required",0,4.808789,7.117276,88,"2013-01-22 20:00",85,"2013-09-26 05:00",72,"2013-01-22 07:00",66,"2013-01-23 07:00","","","","",36,28,19,13,5,2,0,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-27" +"35","029","0003","44201",1,32.2558,-107.7227,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6489,75,272,365,0,61,0,0,"Certification not required",103,0.054305,0.008559,0.074,"2013-05-19 17:00",0.071,"2013-05-20 21:00",0.071,"2013-06-18 20:00",0.071,"2013-08-22 15:00","","","","",0.071,0.07,0.068,0.066,0.061,0.055,0.043,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-26" +"35","029","0003","44201",1,32.2558,-107.7227,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6539,75,272,365,0,0,0,0,"Certification not required",0,0.051063,0.008349,0.07,"2013-05-19 11:00",0.068,"2013-05-20 09:00",0.067,"2013-07-16 11:00",0.067,"2013-07-17 08:00","","","","",0.067,0.066,0.064,0.062,0.058,0.052,0.04,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-26" +"35","029","0003","44201",1,32.2558,-107.7227,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6539,75,272,365,0,0,0,0,"Certification not required",0,0.051063,0.008349,0.07,"2013-05-19 11:00",0.068,"2013-05-20 09:00",0.067,"2013-07-16 11:00",0.067,"2013-07-17 08:00","","","","",0.067,0.066,0.064,0.062,0.058,0.052,0.04,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-26" +"35","029","0003","81102",1,32.2558,-107.7227,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",5951,68,249,365,239,599,"","","Certification not required",0,42.264157,165.690575,4694,"2013-07-26 15:00",3670,"2013-02-24 15:00",3146,"2013-02-24 14:00",2920,"2013-04-17 16:00","","","","",510,257,113,61,31,17,4,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0003","81102",1,32.2558,-107.7227,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",5712,68,249,365,0,599,"","","Certification not required",0,29.672094,70.595524,2543,"2013-07-04 20:00",1483,"2013-07-14 23:00",1255,"2013-06-15 18:00",1151,"2013-07-02 22:00","","","","",250,163,83,52,29,16,3,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0003","81102",1,32.2558,-107.7227,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",5951,68,249,365,239,599,"","","Certification not required",0,42.264157,165.690575,4694,"2013-07-26 15:00",3670,"2013-02-24 15:00",3146,"2013-02-24 14:00",2920,"2013-04-17 16:00","","","","",510,257,113,61,31,17,4,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0003","81102",1,32.2558,-107.7227,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",249,68,249,365,0,0,11,11,"Certification not required",0,41.843373,72.766498,660,"2013-04-17 00:00",493,"2013-02-24 00:00",430,"2013-05-02 00:00",312,"2013-06-02 00:00","","","","",430,294,135,89,37,21,8,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0003","81102",1,32.2558,-107.7227,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Excluded",239,68,249,365,0,0,1,1,"Certification not required",0,29.276151,28.141582,178,"2013-07-04 00:00",141,"2013-03-04 00:00",135,"2013-06-30 00:00",127,"2013-02-20 00:00","","","","",135,124,97,61,34,19,6,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","029","0003","81102",1,32.2558,-107.7227,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",249,68,249,365,0,0,11,11,"Certification not required",0,41.843373,72.766498,660,"2013-04-17 00:00",493,"2013-02-24 00:00",430,"2013-05-02 00:00",312,"2013-06-02 00:00","","","","",430,294,135,89,37,21,8,"","310 AIRPORT ROAD, DEMING, NM 88030","New Mexico","Luna","Deming","Deming, NM","2013-12-13" +"35","031","1236","81102",1,35.685935,-108.148985,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",3134,36,128,365,0,240,"","","Certification not required",0,20.163369,16.964659,163,"2013-04-18 16:00",144,"2013-04-18 17:00",127,"2013-04-18 14:00",127,"2013-05-15 16:00","","","","",87,73,53,39,25,16,6,"Crownpoint","Navajo Technical College","New Mexico","McKinley","Crownpoint","Gallup, NM","2013-06-28" +"35","031","1236","81102",1,35.685935,-108.148985,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",128,35,128,365,0,0,0,0,"Certification not required",0,19.578125,10.682688,55,"2013-04-14 00:00",54,"2013-04-18 00:00",54,"2013-04-30 00:00",53,"2013-05-05 00:00","","","","",54,54,39,34,24,18,8,"Crownpoint","Navajo Technical College","New Mexico","McKinley","Crownpoint","Gallup, NM","2013-06-28" +"35","039","0026","44201",1,36.187742,-106.698369,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6497,74,271,365,0,74,0,0,"Certification not required",0,0.052103,0.007948,0.078,"2013-06-01 13:00",0.075,"2013-05-31 14:00",0.074,"2013-05-29 14:00",0.068,"2013-05-26 16:00","","","","",0.074,0.068,0.065,0.062,0.058,0.052,0.043,"","21 New Mexico 96, Coyote, NM, 87012","New Mexico","Rio Arriba","","Espanola, NM","2014-02-12" +"35","039","0026","44201",1,36.187742,-106.698369,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6519,74,271,365,0,0,0,0,"Certification not required",0,0.048609,0.007739,0.074,"2013-06-01 10:00",0.071,"2013-05-31 10:00",0.07,"2013-05-29 11:00",0.066,"2013-05-30 10:00","","","","",0.07,0.065,0.06,0.058,0.054,0.049,0.04,"","21 New Mexico 96, Coyote, NM, 87012","New Mexico","Rio Arriba","","Espanola, NM","2014-02-12" +"35","039","0026","44201",1,36.187742,-106.698369,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6519,74,271,365,0,0,0,0,"Certification not required",0,0.048609,0.007739,0.074,"2013-06-01 10:00",0.071,"2013-05-31 10:00",0.07,"2013-05-29 11:00",0.066,"2013-05-30 10:00","","","","",0.07,0.065,0.06,0.058,0.054,0.049,0.04,"","21 New Mexico 96, Coyote, NM, 87012","New Mexico","Rio Arriba","","Espanola, NM","2014-02-12" +"35","039","9000","85101",1,36.013945,-106.845299,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,5.483693,5.240658,22.1078,"2013-04-25 00:00",20.5177,"2013-05-01 00:00",13.6046,"2013-05-19 00:00",13.5823,"2013-04-22 00:00","","","","",22.1078,22.1078,13.6046,13.5752,8.0298,4.4155,0.8843,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","86502",1,36.013945,-106.845299,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,2.534884,3.534516,14,"2013-04-25 00:00",13,"2013-05-01 00:00",9,"2013-03-17 00:00",9,"2013-05-04 00:00","","","","",14,14,9,7,4,1,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88103",1,36.013945,-106.845299,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88104",1,36.013945,-106.845299,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.114,0.120777,0.48,"2013-04-22 00:00",0.409,"2013-05-01 00:00",0.389,"2013-04-25 00:00",0.318,"2013-05-19 00:00","","","","",0.48,0.48,0.389,0.261,0.156,0.078,0.009,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88109",1,36.013945,-106.845299,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.001056,0.000658,0.003,"2013-05-01 00:00",0.0025,"2013-04-25 00:00",0.0023,"2013-05-16 00:00",0.0022,"2013-04-22 00:00","","","","",0.003,0.003,0.0023,0.0019,0.0014,0.0009,0.0004,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88111",1,36.013945,-106.845299,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.073516,0.076496,0.3104,"2013-04-25 00:00",0.2639,"2013-05-01 00:00",0.209,"2013-04-28 00:00",0.2086,"2013-05-10 00:00","","","","",0.3104,0.3104,0.209,0.1882,0.0946,0.0541,0.0065,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88112",1,36.013945,-106.845299,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,2.3e-05,0.000152,0.001,"2013-04-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88114",1,36.013945,-106.845299,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",21,0.00026,0.00017,0.001,"2013-04-25 00:00",0.0006,"2013-05-10 00:00",0.0005,"2013-01-01 00:00",0.0005,"2013-03-26 00:00","","","","",0.001,0.001,0.0005,0.0005,0.0003,0.0002,0.00015,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88115",1,36.013945,-106.845299,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",14,0.003058,0.006611,0.0358,"2013-05-25 00:00",0.0212,"2013-05-28 00:00",0.0167,"2013-04-16 00:00",0.0084,"2013-04-28 00:00","","","","",0.0358,0.0358,0.0167,0.0059,0.0022,0.0008,0.00015,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88126",1,36.013945,-106.845299,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.06063,0.062042,0.2362,"2013-04-22 00:00",0.214,"2013-05-01 00:00",0.1974,"2013-04-25 00:00",0.1613,"2013-04-28 00:00","","","","",0.2362,0.2362,0.1974,0.1454,0.0854,0.046,0.0057,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88128",1,36.013945,-106.845299,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.000349,0.000686,0.002,"2013-04-28 00:00",0.002,"2013-05-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-31 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88132",1,36.013945,-106.845299,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.001256,0.001329,0.005,"2013-05-01 00:00",0.004,"2013-04-22 00:00",0.004,"2013-04-25 00:00",0.003,"2013-03-17 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88136",1,36.013945,-106.845299,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88140",1,36.013945,-106.845299,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",12,0.020097,0.021741,0.0908,"2013-04-28 00:00",0.074,"2013-05-01 00:00",0.0739,"2013-04-07 00:00",0.064,"2013-03-17 00:00","","","","",0.0908,0.0908,0.0739,0.048,0.026,0.017,0.002,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88152",1,36.013945,-106.845299,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",43,0.000145,1.5e-05,0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00",0.00015,"2013-01-10 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88154",1,36.013945,-106.845299,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",37,0.000119,5.5e-05,0.0004,"2013-04-01 00:00",0.0002,"2013-03-14 00:00",0.0002,"2013-03-17 00:00",0.0002,"2013-03-29 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,0.0001,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88161",1,36.013945,-106.845299,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.006172,0.006481,0.0258,"2013-04-22 00:00",0.0224,"2013-05-01 00:00",0.0206,"2013-04-25 00:00",0.0164,"2013-05-19 00:00","","","","",0.0258,0.0258,0.0206,0.0147,0.0084,0.0044,0.0005,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88164",1,36.013945,-106.845299,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",12,0.00023,0.000242,0.0012,"2013-04-25 00:00",0.0008,"2013-05-01 00:00",0.0007,"2013-04-16 00:00",0.0006,"2013-05-25 00:00","","","","",0.0012,0.0012,0.0007,0.0005,0.0003,0.0001,5e-05,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88165",1,36.013945,-106.845299,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.275547,0.302374,1.1987,"2013-04-22 00:00",1.0251,"2013-05-01 00:00",0.9937,"2013-04-25 00:00",0.7949,"2013-05-19 00:00","","","","",1.1987,1.1987,0.9937,0.6618,0.3835,0.1836,0.0199,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88167",1,36.013945,-106.845299,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",5,0.001031,0.000832,0.0037,"2013-05-04 00:00",0.0027,"2013-05-01 00:00",0.0025,"2013-04-22 00:00",0.0022,"2013-03-23 00:00","","","","",0.0037,0.0037,0.0025,0.002,0.0016,0.0007,0.00015,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88168",1,36.013945,-106.845299,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",16,0.000726,0.000733,0.0028,"2013-05-01 00:00",0.0023,"2013-04-28 00:00",0.002,"2013-04-22 00:00",0.002,"2013-04-25 00:00","","","","",0.0028,0.0028,0.002,0.0019,0.0014,0.0004,0.00015,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88169",1,36.013945,-106.845299,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.151812,0.090036,0.3837,"2013-05-19 00:00",0.355,"2013-03-23 00:00",0.3205,"2013-04-25 00:00",0.3078,"2013-05-01 00:00","","","","",0.3837,0.3837,0.3205,0.2561,0.2043,0.141,0.0498,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88176",1,36.013945,-106.845299,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",34,0.000212,0.000134,0.0007,"2013-04-28 00:00",0.0006,"2013-03-26 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-04-22 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.00015,0.00015,0.00015,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88180",1,36.013945,-106.845299,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.035616,0.032826,0.1179,"2013-05-01 00:00",0.1158,"2013-04-25 00:00",0.1145,"2013-04-22 00:00",0.0855,"2013-05-19 00:00","","","","",0.1179,0.1179,0.1145,0.0805,0.0532,0.0281,0.0052,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88184",1,36.013945,-106.845299,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",10,0.019514,0.024865,0.0947,"2013-05-25 00:00",0.0923,"2013-04-16 00:00",0.0919,"2013-05-28 00:00",0.0554,"2013-05-01 00:00","","","","",0.0947,0.0947,0.0919,0.0554,0.0197,0.011,0.00195,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88185",1,36.013945,-106.845299,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",30,0.000736,0.000446,0.002,"2013-04-25 00:00",0.0017,"2013-05-13 00:00",0.0017,"2013-05-16 00:00",0.0015,"2013-02-21 00:00","","","","",0.002,0.002,0.0017,0.0013,0.0012,0.00065,0.0004,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88203",1,36.013945,-106.845299,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",24,0.014274,0.020791,0.0981,"2013-05-28 00:00",0.0789,"2013-05-25 00:00",0.0597,"2013-04-16 00:00",0.0533,"2013-01-31 00:00","","","","",0.0981,0.0981,0.0597,0.0315,0.0106,0.0086,0.00275,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88306",1,36.013945,-106.845299,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",1,0.167937,0.088071,0.3717,"2013-01-13 00:00",0.3572,"2013-05-01 00:00",0.3496,"2013-04-28 00:00",0.324,"2013-04-25 00:00","","","","",0.3717,0.3717,0.3496,0.2856,0.2115,0.1591,0.061,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88320",1,36.013945,-106.845299,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.202558,0.119345,0.49,"2013-04-22 00:00",0.49,"2013-04-25 00:00",0.43,"2013-05-13 00:00",0.41,"2013-04-28 00:00","","","","",0.49,0.49,0.43,0.4,0.24,0.17,0.07,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88321",1,36.013945,-106.845299,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.029302,0.018309,0.08,"2013-04-01 00:00",0.07,"2013-04-28 00:00",0.05,"2013-01-07 00:00",0.05,"2013-03-23 00:00","","","","",0.08,0.08,0.05,0.05,0.04,0.03,0.01,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88324",1,36.013945,-106.845299,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",42,0.019152,0.006685,0.0296,"2013-01-13 00:00",0.02945,"2013-01-28 00:00",0.0294,"2013-01-04 00:00",0.0294,"2013-01-31 00:00","","","","",0.0296,0.0296,0.0294,0.0293,0.0235,0.01625,0.01,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88325",1,36.013945,-106.845299,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",30,0.036797,0.021429,0.0934,"2013-05-25 00:00",0.0865,"2013-04-25 00:00",0.0836,"2013-05-28 00:00",0.0807,"2013-04-22 00:00","","","","",0.0934,0.0934,0.0836,0.0739,0.042,0.03225,0.01655,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88326",1,36.013945,-106.845299,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",29,0.051988,0.030398,0.1258,"2013-05-13 00:00",0.1233,"2013-04-28 00:00",0.1195,"2013-04-22 00:00",0.1151,"2013-01-07 00:00","","","","",0.1258,0.1258,0.1195,0.1061,0.075,0.0378,0.0254,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88327",1,36.013945,-106.845299,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",11,0.045803,0.029501,0.1128,"2013-05-01 00:00",0.1111,"2013-04-25 00:00",0.1055,"2013-04-22 00:00",0.1023,"2013-04-28 00:00","","","","",0.1128,0.1128,0.1055,0.0981,0.0615,0.0425,0.01465,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88328",1,36.013945,-106.845299,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.062447,0.042695,0.1806,"2013-04-22 00:00",0.1788,"2013-04-25 00:00",0.1543,"2013-05-16 00:00",0.1334,"2013-05-13 00:00","","","","",0.1806,0.1806,0.1543,0.1231,0.0748,0.0536,0.0226,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88329",1,36.013945,-106.845299,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.067674,0.040216,0.161,"2013-05-16 00:00",0.1515,"2013-04-25 00:00",0.144,"2013-04-28 00:00",0.1386,"2013-04-22 00:00","","","","",0.161,0.161,0.144,0.138,0.0895,0.0576,0.0255,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88330",1,36.013945,-106.845299,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",4,0.024636,0.016916,0.0773,"2013-04-22 00:00",0.0635,"2013-04-25 00:00",0.0572,"2013-05-13 00:00",0.0534,"2013-05-04 00:00","","","","",0.0773,0.0773,0.0572,0.0458,0.0332,0.0224,0.0057,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88331",1,36.013945,-106.845299,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",15,2.6e-05,3.8e-05,0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-14 00:00",0.0001,"2013-03-17 00:00","","","","",0.0001,0.0001,0.0001,0.0001,5e-05,0,0,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88338",1,36.013945,-106.845299,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",41,0.016343,0.005133,0.0263,"2013-04-22 00:00",0.02505,"2013-02-09 00:00",0.0248,"2013-02-24 00:00",0.02475,"2013-02-12 00:00","","","","",0.0263,0.0263,0.0248,0.02465,0.0224,0.01515,0.0109,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88339",1,36.013945,-106.845299,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.626203,0.371395,1.58268,"2013-05-19 00:00",1.46454,"2013-03-23 00:00",1.32194,"2013-04-25 00:00",1.26951,"2013-05-01 00:00","","","","",1.58268,1.58268,1.32194,1.0565,0.84253,0.58171,0.20534,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88344",1,36.013945,-106.845299,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.216684,0.113557,0.4795,"2013-01-13 00:00",0.4608,"2013-05-01 00:00",0.451,"2013-04-28 00:00",0.4183,"2013-04-25 00:00","","","","",0.4795,0.4795,0.451,0.3684,0.2728,0.2052,0.0787,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88348",1,36.013945,-106.845299,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,1.215174,1.298225,4.9693,"2013-04-22 00:00",4.4429,"2013-05-01 00:00",4.3527,"2013-04-25 00:00",3.3017,"2013-05-19 00:00","","","","",4.9693,4.9693,4.3527,2.9351,1.6861,0.8388,0.095,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88350",1,36.013945,-106.845299,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.364144,0.214911,0.8878,"2013-04-22 00:00",0.8851,"2013-04-25 00:00",0.7688,"2013-05-13 00:00",0.7351,"2013-04-28 00:00","","","","",0.8878,0.8878,0.7688,0.7166,0.434,0.3056,0.1264,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88403",1,36.013945,-106.845299,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,0.447012,0.273157,1.16,"2013-05-19 00:00",0.9818,"2013-03-23 00:00",0.9588,"2013-04-25 00:00",0.95,"2013-05-01 00:00","","","","",1.16,1.16,0.9588,0.7988,0.6249,0.3985,0.1409,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","039","9000","88502",1,36.013945,-106.845299,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,24,61,0,8,"","","Certification not required",0,2.511628,1.955604,7.4,"2013-04-22 00:00",7.4,"2013-04-25 00:00",7.4,"2013-05-01 00:00",5.7,"2013-05-19 00:00","","","","",7.4,7.4,7.4,5.2,3.7,2.2,0.6,"","San Pedro Parks","New Mexico","Rio Arriba","","Espanola, NM","2014-01-28" +"35","043","0001","81102",1,35.297222,-106.544444,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,72,44,61,0,0,0,0,"Certification not required",6,9.955556,5.927423,25,"2013-03-23 00:00",22,"2013-06-21 00:00",21,"2013-02-09 00:00",21,"2013-06-03 00:00","","","","",25,25,21,21,14,8,2,"","BERNALILLO CITY HALL","New Mexico","Sandoval","Bernalillo","Albuquerque, NM","2013-12-06" +"35","043","0001","85101",1,35.297222,-106.544444,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",7,8.466667,5.047952,22,"2013-03-23 00:00",19,"2013-02-09 00:00",18,"2013-06-15 00:00",18,"2013-06-21 00:00","","","","",22,22,18,17,12,7,2,"","BERNALILLO CITY HALL","New Mexico","Sandoval","Bernalillo","Albuquerque, NM","2013-12-06" +"35","043","1001","44201",1,35.299444,-106.548333,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8525,98,356,365,0,132,0,0,"Certification not required",381,0.050567,0.009796,0.075,"2013-07-26 15:00",0.074,"2013-07-09 11:00",0.071,"2013-07-07 13:00",0.071,"2013-07-16 15:00","","","","",0.071,0.07,0.068,0.064,0.057,0.05,0.039,"","HIGHWAY DEPT. YARD NEAR BERNALILLO","New Mexico","Sandoval","Not in a city","Albuquerque, NM","2014-02-12" +"35","043","1001","44201",1,35.299444,-106.548333,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8562,97,354,365,0,0,0,0,"Certification not required",0,0.045895,0.009465,0.069,"2013-07-09 09:00",0.068,"2013-07-07 11:00",0.067,"2013-07-04 10:00",0.067,"2013-07-17 10:00","","","","",0.067,0.063,0.061,0.058,0.053,0.046,0.034,"","HIGHWAY DEPT. YARD NEAR BERNALILLO","New Mexico","Sandoval","Not in a city","Albuquerque, NM","2014-02-12" +"35","043","1001","44201",1,35.299444,-106.548333,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8562,97,354,365,0,0,0,0,"Certification not required",0,0.045895,0.009465,0.069,"2013-07-09 09:00",0.068,"2013-07-07 11:00",0.067,"2013-07-04 10:00",0.067,"2013-07-17 10:00","","","","",0.067,0.063,0.061,0.058,0.053,0.046,0.034,"","HIGHWAY DEPT. YARD NEAR BERNALILLO","New Mexico","Sandoval","Not in a city","Albuquerque, NM","2014-02-12" +"35","045","0009","42401",1,36.742222,-107.976944,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6462,74,270,365,0,61,0,"","Certification not required",0,1.048148,1.665721,15,"2013-01-20 16:00",13,"2013-01-04 14:00",8,"2013-01-22 13:00",7,"2013-01-21 16:00","","","","",8,5,3,2,1,1,0,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-30" +"35","045","0009","42401",1,36.742222,-107.976944,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6462,74,270,365,0,61,"","","Certification not required",0,0.306097,0.748371,15,"2013-01-20 16:00",13,"2013-01-04 14:00",13,"2013-01-20 15:00",8,"2013-01-20 17:00","","","","",3,2,2,1,0,0,0,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-30" +"35","045","0009","42401",1,36.742222,-107.976944,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,0.302963,0.590877,3.1,"2013-01-20 00:00",2.6,"2013-01-22 00:00",2.3,"2013-01-04 00:00",2.3,"2013-01-21 00:00","","","","",2.3,2.2,1.7,1.3,0.2,0,0,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-30" +"35","045","0009","42401",1,36.742222,-107.976944,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2120,73,270,365,0,0,"",0,"Certification not required",0,0.301038,0.696549,12,"2013-01-20 17:00",7.3,"2013-01-22 14:00",6,"2013-01-04 14:00",5.6,"2013-01-04 17:00","","","","",2.6,2,1.6,1,0.3,0,0,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-30" +"35","045","0009","42401",3,36.742222,-107.976944,"UNKNOWN","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",77816,74,270,365,0,479,"","","Certification not required",0,0.326218,0.791281,17,"2013-01-04 14:15",17,"2013-01-20 16:35",16,"2013-01-20 15:45",16,"2013-01-20 15:50","","","","",3,2,2,1,0,0,0,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-30" +"35","045","0009","42601",1,36.742222,-107.976944,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6423,73,270,365,0,100,"","","Certification not required",0,4.639888,10.102296,103,"2013-01-08 07:00",99,"2013-02-05 07:00",99,"2013-06-26 05:00",97,"2013-01-22 07:00","","","","",51,40,25,14,4,1,0,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-26" +"35","045","0009","42602",1,36.742222,-107.976944,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6423,73,270,365,0,100,0,"","Certification not required",0,23.425926,7.569755,47,"2013-01-09 17:00",45,"2013-01-20 17:00",44,"2013-01-21 17:00",44,"2013-01-23 17:00","","","","",44,41,36,32,28,24,13,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-26" +"35","045","0009","42602",1,36.742222,-107.976944,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6423,73,270,365,0,100,"","","Certification not required",0,10.936323,8.473795,47,"2013-01-09 17:00",45,"2013-01-20 17:00",44,"2013-01-21 17:00",44,"2013-01-23 17:00","","","","",34,31,27,23,17,8,2,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-26" +"35","045","0009","42603",1,36.742222,-107.976944,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6423,73,270,365,0,100,"","","Certification not required",0,15.970107,16.799921,138,"2013-01-08 07:00",134,"2013-01-22 07:00",125,"2013-06-26 05:00",124,"2013-01-09 07:00","","","","",78,69,51,39,21,10,3,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-26" +"35","045","0009","44201",1,36.742222,-107.976944,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8577,99,360,365,0,153,0,0,"Certification not required",1424,0.0509,0.012153,0.081,"2013-07-16 17:00",0.079,"2013-07-06 12:00",0.079,"2013-07-09 11:00",0.075,"2013-07-05 14:00","","","","",0.075,0.072,0.07,0.066,0.061,0.051,0.035,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2014-02-12" +"35","045","0009","44201",1,36.742222,-107.976944,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8628,98,357,365,0,0,0,0,"Certification not required",0,0.045557,0.01238,0.073,"2013-07-16 11:00",0.07,"2013-07-06 09:00",0.07,"2013-07-09 09:00",0.069,"2013-07-07 10:00","","","","",0.069,0.066,0.064,0.061,0.056,0.046,0.029,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2014-02-12" +"35","045","0009","44201",1,36.742222,-107.976944,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8628,98,357,365,0,0,0,0,"Certification not required",0,0.045557,0.01238,0.073,"2013-07-16 11:00",0.07,"2013-07-06 09:00",0.07,"2013-07-09 09:00",0.069,"2013-07-07 10:00","","","","",0.069,0.066,0.064,0.061,0.056,0.046,0.029,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2014-02-12" +"35","045","0009","61101",1,36.742222,-107.976944,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6381,73,264,365,0,142,"","","Certification not required",0,5.031735,3.675588,24.9,"2013-04-08 15:00",24.3,"2013-04-08 14:00",23.5,"2013-04-08 16:00",20.8,"2013-04-16 15:00","","","","",17.1,15.3,12.6,10.3,6.8,3.9,1.4,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-31" +"35","045","0009","61102",1,36.742222,-107.976944,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6381,73,264,365,0,142,"","","Certification not required",0,187.305908,109.161549,360,"2013-01-15 01:00",360,"2013-01-23 02:00",360,"2013-02-20 02:00",360,"2013-03-03 22:00","","","","",359,357,351,329,276,205,19,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-31" +"35","045","0009","61106",1,36.742222,-107.976944,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6382,73,264,365,0,141,"","","Certification not required",0,30.134958,16.263288,80.2,"2013-07-14 03:00",80,"2013-03-16 08:00",79.6,"2013-03-19 23:00",79.4,"2013-03-04 22:00","","","","",73.6,70.4,63,54.9,40,26.1,12.9,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-31" +"35","045","0009","62101",1,36.742222,-107.976944,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6381,73,264,365,0,142,"","","Certification not required",0,55.818837,21.85861,97,"2013-06-10 14:00",97,"2013-07-09 14:00",97,"2013-07-10 14:00",96,"2013-06-10 13:00","","","","",92,91,88,83,73,60,26,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-31" +"35","045","0009","62101",2,36.742222,-107.976944,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6381,73,264,365,0,142,"","","Certification not required",0,55.717286,20.592311,93,"2013-06-09 16:00",93,"2013-06-10 14:00",93,"2013-06-10 15:00",93,"2013-06-10 16:00","","","","",89,88,85,81,71,60,27,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-31" +"35","045","0009","63301",1,36.742222,-107.976944,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6381,73,264,365,0,142,"","","Certification not required",2998,0.373404,0.490871,1.67,"2013-07-20 11:00",1.67,"2013-07-24 12:00",1.66,"2013-07-10 11:00",1.66,"2013-07-27 11:00","","","","",1.58,1.5,1.4,1.23,0.71,0.04,0.005,"SE CORNER OF NM HIGHWAY DEPT YARD","162 HWAY 544, BLOOMFIELD NM 87413","New Mexico","San Juan","Bloomfield","Farmington, NM","2013-12-31" +"35","045","0018","42601",1,36.80973,-107.65158,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6439,74,272,365,0,101,"","","Certification not required",0,0.704147,1.996712,29,"2013-01-20 17:00",29,"2013-01-20 23:00",28,"2013-02-03 20:00",27,"2013-01-20 22:00","","","","",9,7,4,2,0,0,0,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-26" +"35","045","0018","42602",1,36.80973,-107.65158,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6439,74,272,365,0,101,0,"","Certification not required",0,17.908088,8.338924,50,"2013-01-20 17:00",47,"2013-01-19 20:00",47,"2013-01-21 21:00",46,"2013-01-18 21:00","","","","",47,43,33,27,22,17,9,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-26" +"35","045","0018","42602",1,36.80973,-107.65158,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6439,74,272,365,0,101,"","","Certification not required",0,7.128591,7.15724,50,"2013-01-20 17:00",48,"2013-01-20 18:00",47,"2013-01-19 20:00",47,"2013-01-20 19:00","","","","",36,27,21,17,10,5,1,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-26" +"35","045","0018","42603",1,36.80973,-107.65158,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6439,74,272,365,0,101,"","","Certification not required",0,8.032148,8.201887,79,"2013-01-20 17:00",73,"2013-01-20 23:00",72,"2013-01-20 22:00",70,"2013-01-19 20:00","","","","",41,31,23,18,11,6,1,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-26" +"35","045","0018","44201",1,36.80973,-107.65158,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8585,98,359,365,0,163,0,0,"Certification not required",326,0.051593,0.011253,0.079,"2013-07-20 14:00",0.078,"2013-07-08 12:00",0.077,"2013-06-01 13:00",0.077,"2013-08-28 16:00","","","","",0.077,0.074,0.07,0.066,0.06,0.051,0.037,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2014-02-12" +"35","045","0018","44201",1,36.80973,-107.65158,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8618,98,358,365,0,0,0,0,"Certification not required",0,0.046941,0.010996,0.071,"2013-05-31 12:00",0.071,"2013-06-01 09:00",0.071,"2013-08-28 11:00",0.07,"2013-07-08 09:00","","","","",0.07,0.068,0.063,0.061,0.056,0.047,0.032,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2014-02-12" +"35","045","0018","44201",1,36.80973,-107.65158,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8618,98,358,365,0,0,0,0,"Certification not required",0,0.046941,0.010996,0.071,"2013-05-31 12:00",0.071,"2013-06-01 09:00",0.071,"2013-08-28 11:00",0.07,"2013-07-08 09:00","","","","",0.07,0.068,0.063,0.061,0.056,0.047,0.032,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2014-02-12" +"35","045","0018","61101",1,36.80973,-107.65158,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6406,73,265,365,0,134,"","","Certification not required",0,7.221933,3.422458,26,"2013-04-08 16:00",25.8,"2013-04-08 15:00",25.6,"2013-07-24 18:00",25.2,"2013-04-16 13:00","","","","",18.1,16.1,13.8,11.8,8.9,6.8,3.5,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-31" +"35","045","0018","61102",1,36.80973,-107.65158,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6406,73,265,365,0,134,"","","Certification not required",0,175.247424,86.405665,360,"2013-04-05 10:00",359,"2013-04-26 14:00",359,"2013-08-04 18:00",358,"2013-06-01 02:00","","","","",333,320,298,279,252,184,75,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-31" +"35","045","0018","61106",1,36.80973,-107.65158,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6406,73,265,365,0,134,"","","Certification not required",0,20.401561,13.65691,78.2,"2013-06-18 21:00",78.1,"2013-03-26 11:00",76.6,"2013-07-30 02:00",76.6,"2013-08-16 01:00","","","","",66,60.1,49.9,40.2,26,15.8,7.8,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-31" +"35","045","0018","62101",1,36.80973,-107.65158,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6406,73,265,365,0,134,"","","Certification not required",0,53.143771,20.728235,95,"2013-06-27 13:00",95,"2013-06-27 14:00",95,"2013-06-27 15:00",95,"2013-06-27 16:00","","","","",89,87,84,80,69,57,24,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-31" +"35","045","0018","62101",2,36.80973,-107.65158,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6406,73,265,365,0,134,"","","Certification not required",0,53.275055,20.132905,93,"2013-06-27 15:00",93,"2013-06-27 16:00",93,"2013-06-27 17:00",92,"2013-06-27 13:00","","","","",87,85,82,78,69,57,24,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-31" +"35","045","0018","63301",1,36.80973,-107.65158,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6406,73,265,365,0,134,"","","Certification not required",2971,0.361028,0.465448,1.56,"2013-06-10 12:00",1.55,"2013-06-24 11:00",1.54,"2013-07-14 12:00",1.52,"2013-05-14 12:00","","","","",1.45,1.41,1.32,1.17,0.7,0.05,0.005,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-31" +"35","045","0018","88502",3,36.80973,-107.65158,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6295,72,266,365,0,245,"","","Certification not required",0,3.451724,8.49318,266.4,"2013-06-28 02:00",239.2,"2013-06-28 03:00",210.3,"2013-06-28 01:00",190.9,"2013-06-28 05:00","","","","",27,18.6,10.8,6.9,4,2.1,-0.2,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-27" +"35","045","0018","88502",3,36.80973,-107.65158,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,3.433835,5.400921,66,"2013-06-28 00:00",42,"2013-04-16 00:00",23.3,"2013-07-04 00:00",17.7,"2013-04-15 00:00","","","","",23.3,14.3,8.5,6.2,4.1,2.3,0.7,"","423 HWAY 539, NAVAJO DAM, NM 87419","New Mexico","San Juan","","Farmington, NM","2013-12-27" +"35","045","0019","68105",1,36.774162,-108.165034,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",75,61,75,122,0,0,"","","Certification not required",0,13.785333,11.222019,28.9,"2013-07-24 00:00",28.8,"2013-06-27 00:00",27.9,"2013-07-03 00:00",27.9,"2013-07-06 00:00","","","","",28.9,28.8,27.9,26.6,24.7,15.4,-1.5," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","68105",2,36.774162,-108.165034,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",43,35,43,122,0,0,"","","Certification not required",0,16.390698,11.476286,30.4,"2013-06-27 00:00",28.9,"2013-06-30 00:00",27.3,"2013-07-24 00:00",27,"2013-09-04 00:00","","","","",30.4,30.4,27.3,26.6,26.2,22.3,0.4," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","68108",1,36.774162,-108.165034,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",75,61,75,122,0,0,"","","Certification not required",0,621.773333,3.64867,629,"2013-01-16 00:00",629,"2013-01-19 00:00",628,"2013-01-22 00:00",627,"2013-01-25 00:00","","","","",629,629,627,626,624,622,616," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","68108",2,36.774162,-108.165034,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,35,43,122,0,0,"","","Certification not required",0,622.930233,3.333776,630,"2013-01-19 00:00",627,"2013-01-25 00:00",627,"2013-01-31 00:00",627,"2013-03-02 00:00","","","","",630,630,627,627,625,623,619," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","81102",1,36.774162,-108.165034,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",42,67,41,61,1,0,1,1,"Certification not required",7,13.761905,31.654237,210,"2013-04-16 00:00",27,"2013-05-04 00:00",27,"2013-05-16 00:00",20,"2013-06-03 00:00","","","","",210,210,27,19,12,8,2," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-06" +"35","045","0019","81102",1,36.774162,-108.165034,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",42,67,41,61,1,0,1,1,"Certification not required",7,13.761905,31.654237,210,"2013-04-16 00:00",27,"2013-05-04 00:00",27,"2013-05-16 00:00",20,"2013-06-03 00:00","","","","",210,210,27,19,12,8,2," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-06" +"35","045","0019","81102",1,36.774162,-108.165034,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",41,67,41,61,0,0,0,0,"Certification not required",7,8.97561,6.389397,27,"2013-05-04 00:00",27,"2013-05-16 00:00",20,"2013-06-03 00:00",19,"2013-05-22 00:00","","","","",27,27,20,17,11,7,2," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-06" +"35","045","0019","85101",1,36.774162,-108.165034,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,0,"","","Certification not required",8,11.714286,27.628446,183,"2013-04-16 00:00",24,"2013-05-04 00:00",23,"2013-05-16 00:00",17,"2013-06-03 00:00","","","","",183,183,23,16,10,6,2," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-06" +"35","045","0019","88101",1,36.774162,-108.165034,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,0,0,0,"Certification not required",0,5.734667,3.959576,22.3,"2013-04-16 00:00",19,"2013-05-25 00:00",15.8,"2013-04-13 00:00",15.8,"2013-05-16 00:00","","","","",22.3,19,15.8,10.9,6.5,4.3,2.9," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","88101",1,36.774162,-108.165034,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,0,"","","Certification not required",0,5.734667,3.959576,22.3,"2013-04-16 00:00",19,"2013-05-25 00:00",15.8,"2013-04-13 00:00",15.8,"2013-05-16 00:00","","","","",22.3,19,15.8,10.9,6.5,4.3,2.9," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","88101",2,36.774162,-108.165034,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,35,43,122,0,0,0,0,"Certification not required",0,4.974419,2.371065,12.1,"2013-01-04 00:00",11.7,"2013-01-19 00:00",9.4,"2013-01-25 00:00",8.8,"2013-06-30 00:00","","","","",12.1,12.1,9.4,8.2,5.7,4.3,2.7," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","0019","88101",2,36.774162,-108.165034,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,35,43,122,0,0,"","","Certification not required",0,4.974419,2.371065,12.1,"2013-01-04 00:00",11.7,"2013-01-19 00:00",9.4,"2013-01-25 00:00",8.8,"2013-06-30 00:00","","","","",12.1,12.1,9.4,8.2,5.7,4.3,2.7," Farmington Environment Department Office","3400 Messina Drive Suite 5000 Farmington New Mexico 87402","New Mexico","San Juan","Farmington","Farmington, NM","2013-12-13" +"35","045","1005","42401",1,36.796667,-108.4725,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6494,74,273,365,0,55,0,"","Certification not required",0,2.659341,4.317082,32,"2013-06-02 07:00",30,"2013-06-04 09:00",25,"2013-07-03 22:00",24,"2013-01-23 14:00","","","","",25,18,8,6,3,1,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-30" +"35","045","1005","42401",1,36.796667,-108.4725,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6494,74,273,365,0,55,"","","Certification not required",0,0.255929,1.252913,32,"2013-06-02 07:00",30,"2013-06-04 09:00",25,"2013-07-03 22:00",24,"2013-01-23 14:00","","","","",5,3,1,1,0,0,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-30" +"35","045","1005","42401",1,36.796667,-108.4725,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.252747,0.423138,3.8,"2013-01-23 00:00",2.6,"2013-07-03 00:00",2.3,"2013-06-04 00:00",1.7,"2013-01-17 00:00","","","","",2.3,1.4,0.9,0.7,0.3,0.1,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-30" +"35","045","1005","42401",1,36.796667,-108.4725,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2133,73,273,365,0,0,"",0,"Certification not required",0,0.247679,0.959787,16,"2013-06-04 11:00",15.6,"2013-07-03 23:00",13.3,"2013-01-23 14:00",12.3,"2013-06-02 08:00","","","","",4,2.6,1.3,0.6,0,0,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-30" +"35","045","1005","42401",3,36.796667,-108.4725,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",78179,74,273,365,0,409,"","","Certification not required",0,0.265583,1.566337,84,"2013-06-02 07:15",78,"2013-07-10 19:35",77,"2013-06-02 07:10",66,"2013-07-03 21:30","","","","",5,3,1,0,0,0,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-30" +"35","045","1005","42601",2,36.796667,-108.4725,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6445,74,273,365,0,104,"","","Certification not required",0,4.081769,8.921862,179,"2013-08-01 22:00",100,"2013-06-02 07:00",94,"2013-08-09 07:00",94,"2013-09-10 20:00","","","","",40,32,22,14,4,0,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-26" +"35","045","1005","42602",2,36.796667,-108.4725,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6445,74,273,365,0,104,0,"","Certification not required",0,19.274725,9.444185,54,"2013-01-23 14:00",45,"2013-01-03 17:00",42,"2013-04-29 09:00",41,"2013-02-07 17:00","","","","",42,38,36,31,25,19,7,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-26" +"35","045","1005","42602",2,36.796667,-108.4725,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6445,74,273,365,0,104,"","","Certification not required",0,7.240652,8.21202,54,"2013-01-23 14:00",53,"2013-01-23 15:00",47,"2013-01-23 18:00",47,"2013-01-23 20:00","","","","",32,29,24,20,11,4,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-26" +"35","045","1005","42603",2,36.796667,-108.4725,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6445,74,273,365,0,104,"","","Certification not required",0,11.767572,15.61076,213,"2013-08-01 22:00",135,"2013-06-02 07:00",131,"2013-01-23 14:00",123,"2013-07-03 22:00","","","","",64,56,44,34,16,6,0,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-26" +"35","045","1005","44201",1,36.796667,-108.4725,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8674,99,362,365,0,82,0,0,"Certification not required",176,0.050403,0.010284,0.08,"2013-08-29 16:00",0.075,"2013-07-04 15:00",0.072,"2013-07-20 13:00",0.072,"2013-08-21 12:00","","","","",0.072,0.069,0.067,0.064,0.058,0.051,0.037,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2014-02-12" +"35","045","1005","44201",1,36.796667,-108.4725,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8722,99,362,365,0,0,0,0,"Certification not required",0,0.046036,0.0104,0.067,"2013-07-25 11:00",0.067,"2013-08-29 11:00",0.065,"2013-05-01 14:00",0.065,"2013-05-31 13:00","","","","",0.065,0.065,0.061,0.058,0.054,0.047,0.031,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2014-02-12" +"35","045","1005","44201",1,36.796667,-108.4725,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8722,99,362,365,0,0,0,0,"Certification not required",0,0.046036,0.0104,0.067,"2013-07-25 11:00",0.067,"2013-08-29 11:00",0.065,"2013-05-01 14:00",0.065,"2013-05-31 13:00","","","","",0.065,0.065,0.061,0.058,0.054,0.047,0.031,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2014-02-12" +"35","045","1005","61101",1,36.796667,-108.4725,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6547,75,273,365,0,2,"","","Certification not required",0,8.389293,5.040112,37.3,"2013-04-08 16:00",32,"2013-04-08 15:00",31.3,"2013-04-08 14:00",30.5,"2013-04-08 17:00","","","","",23.3,21.6,18.4,15.5,11.1,7.2,2.9,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-31" +"35","045","1005","61102",1,36.796667,-108.4725,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6547,75,273,365,0,2,"","","Certification not required",0,177.295097,97.090203,360,"2013-02-23 19:00",360,"2013-03-21 20:00",360,"2013-04-20 20:00",359,"2013-07-03 19:00","","","","",345,333,307,294,276,176,60,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-31" +"35","045","1005","61106",1,36.796667,-108.4725,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,2,"","","Certification not required",0,20.648847,14.736376,78.9,"2013-05-25 12:00",78.6,"2013-03-02 20:00",78.5,"2013-01-05 19:00",77.1,"2013-07-24 09:00","","","","",67.4,61.4,51.9,43.2,28,15.1,7.3,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-31" +"35","045","1005","62101",1,36.796667,-108.4725,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,2,"","","Certification not required",0,58.237208,22.368066,107,"2013-06-28 14:00",106,"2013-06-28 13:00",106,"2013-06-28 15:00",104,"2013-06-28 12:00","","","","",98,96,92,88,74,62,27,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-31" +"35","045","1005","62101",2,36.796667,-108.4725,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,2,"","","Certification not required",0,58.3287,21.53903,104,"2013-06-28 15:00",103,"2013-06-28 14:00",101,"2013-06-27 14:00",101,"2013-06-28 13:00","","","","",95,93,90,86,74,62,28,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-31" +"35","045","1005","63301",1,36.796667,-108.4725,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6547,75,273,365,0,2,"","","Certification not required",3044,0.386039,0.493332,1.62,"2013-06-01 11:00",1.61,"2013-06-01 12:00",1.6,"2013-05-29 12:00",1.6,"2013-06-24 11:00","","","","",1.52,1.47,1.38,1.23,0.76,0.06,0.005,"","USBR SHIPROCK SUBSTATION (FARMINGTON)","New Mexico","San Juan","Not in a city","Farmington, NM","2013-12-31" +"35","045","1233","42401",1,36.8071,-108.69523,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",831,9,17,365,0,250,0,"","Certification not required",0,6.717647,4.712912,16.4,"2013-01-21 13:00",14.5,"2013-01-23 14:00",12,"2013-01-17 13:00",10.8,"2013-01-20 13:00","","","","",16.4,16.4,16.4,14.5,10.3,6.2,1.5,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-20" +"35","045","1233","42401",1,36.8071,-108.69523,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",831,9,17,365,0,250,"","","Certification not required",0,0.902768,1.928731,16.4,"2013-01-21 13:00",14.8,"2013-03-05 11:00",14.5,"2013-01-23 14:00",12.7,"2013-03-05 12:00","","","","",11.3,7.3,3.9,2.5,1,0.3,-0.2,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-20" +"35","045","1233","42401",1,36.8071,-108.69523,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",17,5,17,365,0,0,0,"","Certification not required",0,1.311765,0.854314,3.7,"2013-01-23 00:00",2.2,"2013-01-25 00:00",2.1,"2013-01-17 00:00",1.8,"2013-01-18 00:00","","","","",3.7,3.7,3.7,2.2,1.6,1.1,0.3,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-20" +"35","045","1233","42401",1,36.8071,-108.69523,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",196,7,14,365,0,0,"",0,"Certification not required",0,1.215306,1.827699,11.4,"2013-01-23 17:00",9.2,"2013-01-23 14:00",8.9,"2013-01-17 14:00",8.8,"2013-01-21 14:00","","","","",9.2,8.8,5.1,2.6,1.3,0.6,0,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-20" +"35","045","1233","42602",1,36.8071,-108.69523,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2651,30,110,365,0,228,0,"","Certification not required",0,14.773636,7.862822,41.5,"2013-01-23 17:00",33.1,"2013-03-05 12:00",30.7,"2013-01-18 19:00",30.5,"2013-01-17 19:00","","","","",33.1,32.2,28.3,26.2,19.8,14.6,4.5,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-17" +"35","045","1233","42602",1,36.8071,-108.69523,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2651,30,110,365,0,228,"","","Certification not required",0,6.825085,6.830938,41.5,"2013-01-23 17:00",40.7,"2013-01-23 18:00",34.7,"2013-01-23 19:00",33.1,"2013-03-05 12:00","","","","",26.5,25,21.1,17.2,10.5,4,0.8,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-17" +"35","045","1233","44201",1,36.8071,-108.69523,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2280,26,96,365,0,600,0,0,"Certification not required",0,0.051521,0.010622,0.109,"2013-03-21 15:00",0.076,"2013-04-26 16:00",0.068,"2013-04-30 14:00",0.067,"2013-04-08 18:00","","","","",0.109,0.076,0.065,0.061,0.056,0.051,0.043,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-17" +"35","045","1233","44201",1,36.8071,-108.69523,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2276,26,95,365,0,0,0,0,"Certification not required",0,0.047611,0.009094,0.067,"2013-03-21 12:00",0.066,"2013-04-30 11:00",0.064,"2013-04-08 15:00",0.059,"2013-03-27 12:00","","","","",0.067,0.066,0.059,0.058,0.053,0.048,0.038,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-17" +"35","045","1233","44201",1,36.8071,-108.69523,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2276,26,95,365,0,0,0,0,"Certification not required",0,0.047611,0.009094,0.067,"2013-03-21 12:00",0.066,"2013-04-30 11:00",0.064,"2013-04-08 15:00",0.059,"2013-03-27 12:00","","","","",0.067,0.066,0.059,0.058,0.053,0.048,0.038,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-05-17" +"35","045","1233","81102",1,36.8071,-108.69523,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",3055,35,127,365,0,340,"","","Certification not required",0,20.272013,15.875632,143,"2013-04-26 01:00",138,"2013-04-18 14:00",125,"2013-04-18 15:00",113,"2013-04-26 00:00","","","","",77,69,50,40,26,16,5,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-06-28" +"35","045","1233","81102",1,36.8071,-108.69523,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",127,35,127,365,0,0,0,0,"Certification not required",0,19.354331,10.405682,52,"2013-04-26 00:00",48,"2013-04-23 00:00",46,"2013-04-14 00:00",44,"2013-04-22 00:00","","","","",48,46,38,34,27,16,8,"","DINE COLLEGE, GIS LAB","New Mexico","San Juan","Shiprock","Farmington, NM","2013-06-28" +"35","049","0020","68105",1,35.671111,-105.953611,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,0,"","","Certification not required",0,13.758621,9.434703,29.1,"2013-06-27 00:00",28.7,"2013-06-12 00:00",26.4,"2013-08-17 00:00",25.4,"2013-06-09 00:00","","","","",29.1,28.7,25.3,24.4,22.1,16,1.1,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-06" +"35","049","0020","68108",1,35.671111,-105.953611,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,0,"","","Certification not required",0,598.091954,3.987283,606,"2013-06-12 00:00",605,"2013-06-09 00:00",605,"2013-06-15 00:00",605,"2013-06-18 00:00","","","","",606,605,604,603,600,598,593,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-06" +"35","049","0020","81102",1,35.671111,-105.953611,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",46,70,43,61,0,0,0,0,"Certification not required",2,10.021739,5.035382,24,"2013-06-21 00:00",21,"2013-06-09 00:00",21,"2013-06-11 00:00",20,"2013-05-04 00:00","","","","",24,24,21,16,12,10,5,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-13" +"35","049","0020","81102",2,35.671111,-105.953611,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",46,70,43,61,0,0,0,0,"Certification not required",2,10.456522,5.576564,29,"2013-06-03 00:00",25,"2013-06-21 00:00",19,"2013-06-09 00:00",19,"2013-06-11 00:00","","","","",29,29,19,17,13,10,5,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-13" +"35","049","0020","85101",1,35.671111,-105.953611,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,25,46,182,0,0,"","","Certification not required",4,8,4.022161,19,"2013-06-21 00:00",16,"2013-05-04 00:00",16,"2013-06-09 00:00",16,"2013-06-11 00:00","","","","",19,19,16,13,10,8,4,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-13" +"35","049","0020","85101",2,35.671111,-105.953611,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,25,46,182,0,0,"","","Certification not required",3,8.391304,4.434603,23,"2013-06-03 00:00",20,"2013-06-21 00:00",15,"2013-06-09 00:00",15,"2013-06-11 00:00","","","","",23,23,15,13,11,8,4,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-13" +"35","049","0020","88101",1,35.671111,-105.953611,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,0,0,0,"Certification not required",0,5.445977,3.673057,25.8,"2013-05-22 00:00",23,"2013-05-19 00:00",12.4,"2013-06-03 00:00",10.8,"2013-05-31 00:00","","","","",25.8,23,10.1,8.7,6.5,4.5,2.6,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-06" +"35","049","0020","88101",1,35.671111,-105.953611,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,0,"","","Certification not required",0,5.445977,3.673057,25.8,"2013-05-22 00:00",23,"2013-05-19 00:00",12.4,"2013-06-03 00:00",10.8,"2013-05-31 00:00","","","","",25.8,23,10.1,8.7,6.5,4.5,2.6,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-06" +"35","049","0020","88502",3,35.671111,-105.953611,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6445,74,270,365,0,98,"","","Certification not required",0,3.229325,3.811684,64.9,"2013-06-19 22:00",53.3,"2013-05-31 17:00",50.3,"2013-05-31 18:00",43.9,"2013-06-23 22:00","","","","",16.8,13,9.3,6.9,4.5,2.5,-0.1,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-13" +"35","049","0020","88502",3,35.671111,-105.953611,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,0,"","","Certification not required",0,3.187778,2.043677,12.8,"2013-06-28 00:00",12.5,"2013-05-24 00:00",10.3,"2013-04-09 00:00",10.2,"2013-04-08 00:00","","","","",10.3,9,7.3,5.8,4,2.6,1.3,"","RUNNELS BLDG. 1190 ST. FRANCIS DR.","New Mexico","Santa Fe","Santa Fe","Santa Fe, NM","2013-12-13" +"35","049","0021","44201",1,35.61975,-106.07968,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8650,99,363,365,0,78,0,0,"Certification not required",42,0.051862,0.008672,0.074,"2013-05-31 18:00",0.073,"2013-05-29 13:00",0.073,"2013-07-27 14:00",0.072,"2013-06-01 12:00","","","","",0.072,0.068,0.066,0.064,0.058,0.051,0.042,"","2001 Aviation Drive, Santa Fe, New Mexico 87507","New Mexico","Santa Fe","","Santa Fe, NM","2014-02-12" +"35","049","0021","44201",1,35.61975,-106.07968,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8691,99,361,365,0,0,0,0,"Certification not required",0,0.048266,0.008611,0.07,"2013-05-29 11:00",0.07,"2013-05-31 11:00",0.07,"2013-06-01 09:00",0.068,"2013-07-27 11:00","","","","",0.068,0.065,0.062,0.059,0.055,0.048,0.038,"","2001 Aviation Drive, Santa Fe, New Mexico 87507","New Mexico","Santa Fe","","Santa Fe, NM","2014-02-12" +"35","049","0021","44201",1,35.61975,-106.07968,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8691,99,361,365,0,0,0,0,"Certification not required",0,0.048266,0.008611,0.07,"2013-05-29 11:00",0.07,"2013-05-31 11:00",0.07,"2013-06-01 09:00",0.068,"2013-07-27 11:00","","","","",0.068,0.065,0.062,0.059,0.055,0.048,0.038,"","2001 Aviation Drive, Santa Fe, New Mexico 87507","New Mexico","Santa Fe","","Santa Fe, NM","2014-02-12" +"35","049","0021","88502",3,35.61975,-106.07968,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6511,74,271,365,0,9,"","","Certification not required",0,3.936707,6.558392,150.9,"2013-06-04 12:00",119.4,"2013-06-19 22:00",110.3,"2013-06-09 11:00",106.1,"2013-06-09 12:00","","","","",28.4,18.2,11.5,8,4.8,2.7,0,"","2001 Aviation Drive, Santa Fe, New Mexico 87507","New Mexico","Santa Fe","","Santa Fe, NM","2013-12-13" +"35","049","0021","88502",3,35.61975,-106.07968,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,3.894096,3.683271,27.3,"2013-06-05 00:00",25.3,"2013-06-09 00:00",19.7,"2013-06-29 00:00",17,"2013-06-07 00:00","","","","",19.7,15.9,11.9,7.3,4.5,2.7,1.2,"","2001 Aviation Drive, Santa Fe, New Mexico 87507","New Mexico","Santa Fe","","Santa Fe, NM","2013-12-13" +"35","053","9000","85101",1,33.869593,-106.852584,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,13.444118,8.818854,48.0214,"2013-04-25 00:00",29.4956,"2013-05-31 00:00",29.0732,"2013-03-26 00:00",25.8918,"2013-05-04 00:00","","","","",48.0214,48.0214,29.0732,25.3284,18.0132,10.031,5.1111,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","86502",1,33.869593,-106.852584,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,8.522727,6.582177,32,"2013-04-25 00:00",20,"2013-03-26 00:00",20,"2013-05-31 00:00",18,"2013-03-05 00:00","","","","",32,32,20,18,13,6,2,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88103",1,33.869593,-106.852584,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,4.5e-05,0.000211,0.001,"2013-03-08 00:00",0.001,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88104",1,33.869593,-106.852584,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.183777,0.1751,0.911,"2013-04-25 00:00",0.491,"2013-04-19 00:00",0.49,"2013-05-31 00:00",0.4664,"2013-05-04 00:00","","","","",0.911,0.911,0.49,0.385,0.2819,0.124,0.0342,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88109",1,33.869593,-106.852584,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.001548,0.000706,0.0036,"2013-02-03 00:00",0.0029,"2013-05-19 00:00",0.0027,"2013-05-25 00:00",0.0025,"2013-03-20 00:00","","","","",0.0036,0.0036,0.0027,0.0025,0.0022,0.0013,0.0008,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88111",1,33.869593,-106.852584,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.14247,0.127032,0.6885,"2013-04-25 00:00",0.3525,"2013-05-04 00:00",0.344,"2013-03-26 00:00",0.3245,"2013-05-31 00:00","","","","",0.6885,0.6885,0.344,0.2917,0.2186,0.0961,0.0306,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88112",1,33.869593,-106.852584,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-04-25 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88114",1,33.869593,-106.852584,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",5,0.000632,0.000449,0.0026,"2013-02-15 00:00",0.0015,"2013-05-31 00:00",0.0013,"2013-05-25 00:00",0.0012,"2013-03-08 00:00","","","","",0.0026,0.0026,0.0013,0.0012,0.0008,0.0006,0.00015,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88115",1,33.869593,-106.852584,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",4,0.007,0.018266,0.1145,"2013-02-03 00:00",0.0434,"2013-04-16 00:00",0.0218,"2013-05-28 00:00",0.0174,"2013-05-25 00:00","","","","",0.1145,0.1145,0.0218,0.0173,0.0051,0.0021,0.0003,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88126",1,33.869593,-106.852584,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.099741,0.087331,0.4633,"2013-04-25 00:00",0.2556,"2013-05-31 00:00",0.2399,"2013-05-04 00:00",0.2212,"2013-04-19 00:00","","","","",0.4633,0.4633,0.2399,0.2056,0.1488,0.0695,0.0214,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88128",1,33.869593,-106.852584,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.000932,0.000501,0.002,"2013-03-17 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-16 00:00",0.002,"2013-05-25 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88132",1,33.869593,-106.852584,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.009455,0.01172,0.049,"2013-04-25 00:00",0.04,"2013-05-22 00:00",0.04,"2013-05-28 00:00",0.026,"2013-04-07 00:00","","","","",0.049,0.049,0.04,0.026,0.012,0.005,0.001,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88136",1,33.869593,-106.852584,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88140",1,33.869593,-106.852584,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",6,0.024584,0.022362,0.1055,"2013-05-31 00:00",0.0781,"2013-05-28 00:00",0.0565,"2013-04-25 00:00",0.0497,"2013-05-19 00:00","","","","",0.1055,0.1055,0.0565,0.049,0.0404,0.0159,0.00205,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88152",1,33.869593,-106.852584,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",39,0.000175,0.000113,0.0008,"2013-05-04 00:00",0.0005,"2013-04-25 00:00",0.0003,"2013-02-12 00:00",0.0002,"2013-05-16 00:00","","","","",0.0008,0.0008,0.0003,0.0002,0.00015,0.00015,0.00015,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88154",1,33.869593,-106.852584,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",38,0.000114,3.5e-05,0.0002,"2013-01-07 00:00",0.0002,"2013-01-22 00:00",0.0002,"2013-02-12 00:00",0.0002,"2013-04-16 00:00","","","","",0.0002,0.0002,0.0002,0.0002,0.0001,0.0001,0.0001,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88161",1,33.869593,-106.852584,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.009575,0.00923,0.0494,"2013-04-25 00:00",0.0263,"2013-04-19 00:00",0.024,"2013-05-31 00:00",0.0222,"2013-05-04 00:00","","","","",0.0494,0.0494,0.024,0.0203,0.0139,0.0062,0.0017,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88164",1,33.869593,-106.852584,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",7,0.000328,0.000331,0.0016,"2013-05-31 00:00",0.0011,"2013-04-25 00:00",0.0011,"2013-05-25 00:00",0.0008,"2013-05-28 00:00","","","","",0.0016,0.0016,0.0011,0.0007,0.0004,0.0002,5e-05,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88165",1,33.869593,-106.852584,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.454123,0.442886,2.381,"2013-04-25 00:00",1.2753,"2013-04-19 00:00",1.1151,"2013-05-31 00:00",1.082,"2013-05-04 00:00","","","","",2.381,2.381,1.1151,1.0014,0.6381,0.2964,0.081,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88167",1,33.869593,-106.852584,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.001948,0.001,0.0054,"2013-02-27 00:00",0.0035,"2013-04-25 00:00",0.0032,"2013-03-26 00:00",0.0031,"2013-05-28 00:00","","","","",0.0054,0.0054,0.0032,0.003,0.0027,0.002,0.0008,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88168",1,33.869593,-106.852584,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",5,0.001056,0.000994,0.0051,"2013-04-25 00:00",0.003,"2013-05-04 00:00",0.0027,"2013-05-31 00:00",0.0026,"2013-03-05 00:00","","","","",0.0051,0.0051,0.0027,0.0022,0.0015,0.0007,0.00015,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88169",1,33.869593,-106.852584,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.184609,0.096591,0.5097,"2013-05-19 00:00",0.3526,"2013-05-25 00:00",0.3516,"2013-01-04 00:00",0.3453,"2013-03-26 00:00","","","","",0.5097,0.5097,0.3516,0.341,0.2345,0.1511,0.0867,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88176",1,33.869593,-106.852584,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",25,0.000338,0.000297,0.0016,"2013-04-25 00:00",0.0009,"2013-04-19 00:00",0.0009,"2013-05-16 00:00",0.0008,"2013-04-16 00:00","","","","",0.0016,0.0016,0.0009,0.0008,0.0005,0.00015,0.00015,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88180",1,33.869593,-106.852584,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.073436,0.050468,0.2814,"2013-04-25 00:00",0.1584,"2013-05-31 00:00",0.1576,"2013-02-03 00:00",0.136,"2013-05-04 00:00","","","","",0.2814,0.2814,0.1576,0.1254,0.1059,0.0578,0.026,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88184",1,33.869593,-106.852584,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",9,0.029877,0.039064,0.1876,"2013-05-31 00:00",0.1156,"2013-02-03 00:00",0.1017,"2013-05-25 00:00",0.095,"2013-05-28 00:00","","","","",0.1876,0.1876,0.1017,0.0938,0.043,0.0139,0.0019,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88185",1,33.869593,-106.852584,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",30,0.000877,0.000482,0.0022,"2013-04-25 00:00",0.002,"2013-04-13 00:00",0.002,"2013-05-04 00:00",0.0017,"2013-05-16 00:00","","","","",0.0022,0.0022,0.002,0.0016,0.0013,0.0007,0.0004,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88203",1,33.869593,-106.852584,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",4,0.038031,0.057749,0.3355,"2013-02-03 00:00",0.2117,"2013-01-31 00:00",0.0949,"2013-05-25 00:00",0.0892,"2013-04-16 00:00","","","","",0.3355,0.3355,0.0949,0.0878,0.0345,0.0223,0.00935,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88306",1,33.869593,-106.852584,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.336875,0.343118,1.602,"2013-01-07 00:00",1.5494,"2013-01-04 00:00",0.9653,"2013-01-19 00:00",0.8757,"2013-02-03 00:00","","","","",1.602,1.602,0.9653,0.7088,0.3218,0.2119,0.0935,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88320",1,33.869593,-106.852584,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.48,0.313443,1.88,"2013-02-03 00:00",1.02,"2013-01-10 00:00",0.9,"2013-01-07 00:00",0.81,"2013-01-19 00:00","","","","",1.88,1.88,0.9,0.74,0.67,0.43,0.16,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88321",1,33.869593,-106.852584,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.140455,0.092935,0.48,"2013-02-03 00:00",0.29,"2013-01-22 00:00",0.28,"2013-01-07 00:00",0.28,"2013-01-16 00:00","","","","",0.48,0.48,0.28,0.28,0.18,0.14,0.04,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88324",1,33.869593,-106.852584,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",40,0.022507,0.01274,0.0745,"2013-02-03 00:00",0.0601,"2013-02-06 00:00",0.0483,"2013-04-16 00:00",0.0303,"2013-01-22 00:00","","","","",0.0745,0.0745,0.0483,0.03005,0.0291,0.01675,0.0103,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88325",1,33.869593,-106.852584,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",12,0.079005,0.060733,0.382,"2013-02-03 00:00",0.1618,"2013-01-07 00:00",0.1593,"2013-02-06 00:00",0.15,"2013-01-10 00:00","","","","",0.382,0.382,0.1593,0.1257,0.1062,0.0661,0.03225,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88326",1,33.869593,-106.852584,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",12,0.141613,0.122625,0.7002,"2013-02-03 00:00",0.3953,"2013-01-10 00:00",0.285,"2013-01-19 00:00",0.274,"2013-01-22 00:00","","","","",0.7002,0.7002,0.285,0.2658,0.1999,0.1213,0.0331,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88327",1,33.869593,-106.852584,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.112273,0.077619,0.4995,"2013-02-03 00:00",0.2192,"2013-01-10 00:00",0.198,"2013-01-22 00:00",0.1924,"2013-01-07 00:00","","","","",0.4995,0.4995,0.198,0.176,0.1487,0.0964,0.04,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88328",1,33.869593,-106.852584,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.131011,0.065449,0.2876,"2013-04-07 00:00",0.2504,"2013-01-07 00:00",0.245,"2013-03-26 00:00",0.2279,"2013-01-10 00:00","","","","",0.2876,0.2876,0.245,0.2228,0.1738,0.134,0.0548,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88329",1,33.869593,-106.852584,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.216114,0.135157,0.664,"2013-02-03 00:00",0.4819,"2013-01-07 00:00",0.4368,"2013-01-10 00:00",0.4092,"2013-01-19 00:00","","","","",0.664,0.664,0.4368,0.4074,0.2977,0.1872,0.0636,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88330",1,33.869593,-106.852584,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",1,0.05535,0.026527,0.1223,"2013-05-04 00:00",0.1052,"2013-03-26 00:00",0.1045,"2013-04-22 00:00",0.0958,"2013-05-19 00:00","","","","",0.1223,0.1223,0.1045,0.0938,0.0692,0.055,0.0206,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88331",1,33.869593,-106.852584,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",18,6.3e-05,0.00016,0.001,"2013-05-13 00:00",0.0004,"2013-03-20 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-03-02 00:00","","","","",0.001,0.001,0.00015,0.0001,5e-05,0,0,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88338",1,33.869593,-106.852584,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",41,0.0177,0.005578,0.0319,"2013-05-22 00:00",0.0298,"2013-05-10 00:00",0.0271,"2013-05-07 00:00",0.02665,"2013-02-27 00:00","","","","",0.0319,0.0319,0.0271,0.02625,0.01835,0.0167,0.0116,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88339",1,33.869593,-106.852584,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.761473,0.39844,2.10251,"2013-05-19 00:00",1.45448,"2013-05-25 00:00",1.45027,"2013-01-04 00:00",1.42416,"2013-03-26 00:00","","","","",2.10251,2.10251,1.45027,1.40667,0.96715,0.62341,0.35756,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88344",1,33.869593,-106.852584,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.434582,0.442652,2.067,"2013-01-07 00:00",1.9987,"2013-01-04 00:00",1.2452,"2013-01-19 00:00",1.1297,"2013-02-03 00:00","","","","",2.067,2.067,1.2452,0.9144,0.4151,0.2734,0.1206,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88348",1,33.869593,-106.852584,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,2.02718,1.918022,10.272,"2013-04-25 00:00",5.2734,"2013-04-19 00:00",5.0486,"2013-05-31 00:00",4.9185,"2013-05-04 00:00","","","","",10.272,10.272,5.0486,4.4389,3.0238,1.3713,0.3765,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88350",1,33.869593,-106.852584,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.86252,0.563184,3.379,"2013-02-03 00:00",1.8302,"2013-01-10 00:00",1.6148,"2013-01-07 00:00",1.4544,"2013-01-19 00:00","","","","",3.379,3.379,1.6148,1.3385,1.1981,0.7767,0.281,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88403",1,33.869593,-106.852584,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.61208,0.339508,1.6259,"2013-05-19 00:00",1.3014,"2013-04-25 00:00",1.2462,"2013-05-13 00:00",1.1586,"2013-05-25 00:00","","","","",1.6259,1.6259,1.2462,1.1391,0.8233,0.483,0.26,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","053","9000","88502",1,33.869593,-106.852584,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,4.418182,2.5925,15.4,"2013-04-25 00:00",9,"2013-05-31 00:00",8.1,"2013-03-26 00:00",7.3,"2013-05-04 00:00","","","","",15.4,15.4,8.1,7.2,6,3.8,1.9,"","Bosque del Apache","New Mexico","Socorro","","","2014-01-28" +"35","055","0005","81102",2,36.383333,-105.583333,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",38,62,38,61,0,0,0,0,"Certification not required",1,15.473684,14.252049,72,"2013-06-27 00:00",52,"2013-01-22 00:00",34,"2013-02-09 00:00",34,"2013-06-03 00:00","","","","",72,72,52,34,18,12,4,"","FIRE STATION SANTIAGO ROAD","New Mexico","Taos","Taos","Taos, NM","2013-12-31" +"35","055","0005","88502",3,36.383333,-105.583333,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6511,74,273,365,0,39,"","","Certification not required",0,4.075242,4.372216,45.6,"2013-06-21 00:00",41.8,"2013-01-20 21:00",40.7,"2013-06-16 19:00",37.4,"2013-06-20 23:00","","","","",21.3,17,12.4,8.8,5.5,3.1,0.1,"","FIRE STATION SANTIAGO ROAD","New Mexico","Taos","Taos","Taos, NM","2013-12-13" +"35","055","0005","88502",3,36.383333,-105.583333,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,4.037363,2.525924,13.8,"2013-01-07 00:00",12.2,"2013-05-24 00:00",11.8,"2013-01-05 00:00",11.7,"2013-01-04 00:00","","","","",11.8,11.2,9.6,7.8,5,3.3,1.7,"","FIRE STATION SANTIAGO ROAD","New Mexico","Taos","Taos","Taos, NM","2013-12-13" +"35","055","9000","85101",1,36.58544,-105.452563,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,5.108366,4.517267,19.4567,"2013-05-01 00:00",16.6444,"2013-04-22 00:00",14.4555,"2013-04-25 00:00",13.2077,"2013-03-23 00:00","","","","",19.4567,19.4567,14.4555,10.7609,7.5408,3.5906,0.6787,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","86502",1,36.58544,-105.452563,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,2.533333,3.079256,13,"2013-05-01 00:00",10,"2013-04-22 00:00",9,"2013-03-23 00:00",9,"2013-04-25 00:00","","","","",13,13,9,7,4,1,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88103",1,36.58544,-105.452563,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,2.2e-05,0.000149,0.001,"2013-04-25 00:00",0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88104",1,36.58544,-105.452563,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.082216,0.089657,0.384,"2013-04-22 00:00",0.328,"2013-05-01 00:00",0.26,"2013-04-28 00:00",0.2042,"2013-04-25 00:00","","","","",0.384,0.384,0.26,0.2026,0.115,0.049,0.0073,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88109",1,36.58544,-105.452563,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.000991,0.000648,0.0029,"2013-05-01 00:00",0.0021,"2013-04-25 00:00",0.002,"2013-03-17 00:00",0.002,"2013-04-22 00:00","","","","",0.0029,0.0029,0.002,0.0019,0.0015,0.0008,0.0003,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88111",1,36.58544,-105.452563,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.054572,0.059141,0.2207,"2013-04-22 00:00",0.2091,"2013-04-28 00:00",0.2086,"2013-05-01 00:00",0.178,"2013-04-25 00:00","","","","",0.2207,0.2207,0.2086,0.1282,0.0835,0.0315,0.005,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88112",1,36.58544,-105.452563,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,2.2e-05,0.000149,0.001,"2013-02-21 00:00",0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88114",1,36.58544,-105.452563,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",25,0.000269,0.00024,0.0013,"2013-02-21 00:00",0.0009,"2013-01-31 00:00",0.0007,"2013-03-08 00:00",0.0006,"2013-04-25 00:00","","","","",0.0013,0.0013,0.0007,0.0005,0.0004,0.00015,0.0001,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88115",1,36.58544,-105.452563,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",14,0.002372,0.003991,0.0172,"2013-04-16 00:00",0.0158,"2013-02-21 00:00",0.0141,"2013-05-28 00:00",0.0062,"2013-04-28 00:00","","","","",0.0172,0.0172,0.0141,0.006,0.0022,0.0007,0.0001,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88126",1,36.58544,-105.452563,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.045528,0.047912,0.1867,"2013-04-22 00:00",0.186,"2013-05-01 00:00",0.1587,"2013-04-28 00:00",0.1094,"2013-04-25 00:00","","","","",0.1867,0.1867,0.1587,0.1079,0.0632,0.0276,0.004,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88128",1,36.58544,-105.452563,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.000356,0.000679,0.002,"2013-03-23 00:00",0.002,"2013-05-19 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88132",1,36.58544,-105.452563,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.001044,0.001065,0.004,"2013-05-01 00:00",0.003,"2013-03-23 00:00",0.003,"2013-04-22 00:00",0.003,"2013-04-25 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88136",1,36.58544,-105.452563,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88140",1,36.58544,-105.452563,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",14,0.016504,0.019739,0.076,"2013-04-28 00:00",0.0759,"2013-04-07 00:00",0.066,"2013-05-01 00:00",0.0539,"2013-03-17 00:00","","","","",0.076,0.076,0.066,0.0425,0.0245,0.0076,0.00115,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88152",1,36.58544,-105.452563,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",45,0.000137,2.2e-05,0.00015,"2013-01-19 00:00",0.00015,"2013-01-22 00:00",0.00015,"2013-01-28 00:00",0.00015,"2013-01-31 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.0001,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88154",1,36.58544,-105.452563,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",36,0.00013,6.2e-05,0.0004,"2013-04-07 00:00",0.0003,"2013-03-23 00:00",0.0002,"2013-01-01 00:00",0.0002,"2013-01-16 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.00015,0.0001,0.0001,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88161",1,36.58544,-105.452563,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",5,0.004506,0.004849,0.0207,"2013-04-22 00:00",0.0182,"2013-05-01 00:00",0.0148,"2013-04-28 00:00",0.0108,"2013-04-25 00:00","","","","",0.0207,0.0207,0.0148,0.0102,0.0064,0.0029,0.00025,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88164",1,36.58544,-105.452563,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",11,0.000186,0.000164,0.0007,"2013-04-25 00:00",0.0006,"2013-03-17 00:00",0.0006,"2013-05-01 00:00",0.0005,"2013-05-07 00:00","","","","",0.0007,0.0007,0.0006,0.0004,0.0002,0.0001,5e-05,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88165",1,36.58544,-105.452563,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.193833,0.216492,0.9262,"2013-04-22 00:00",0.8297,"2013-05-01 00:00",0.5988,"2013-04-28 00:00",0.5236,"2013-04-25 00:00","","","","",0.9262,0.9262,0.5988,0.4718,0.2906,0.1124,0.015,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88167",1,36.58544,-105.452563,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",6,0.00092,0.000782,0.0037,"2013-02-21 00:00",0.0026,"2013-03-23 00:00",0.0023,"2013-05-01 00:00",0.0022,"2013-04-22 00:00","","","","",0.0037,0.0037,0.0023,0.0021,0.0014,0.0008,0.00015,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88168",1,36.58544,-105.452563,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",15,0.000563,0.000505,0.0018,"2013-03-17 00:00",0.0018,"2013-05-01 00:00",0.0014,"2013-03-23 00:00",0.0014,"2013-04-25 00:00","","","","",0.0018,0.0018,0.0014,0.0014,0.001,0.0004,0.00015,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88169",1,36.58544,-105.452563,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.140716,0.096789,0.4057,"2013-05-19 00:00",0.3665,"2013-03-23 00:00",0.3094,"2013-05-10 00:00",0.2911,"2013-04-25 00:00","","","","",0.4057,0.4057,0.3094,0.2693,0.19,0.1158,0.0233,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88176",1,36.58544,-105.452563,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",34,0.000198,9.4e-05,0.0005,"2013-03-23 00:00",0.0005,"2013-04-28 00:00",0.0004,"2013-03-20 00:00",0.0003,"2013-01-01 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88180",1,36.58544,-105.452563,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.027638,0.025555,0.0994,"2013-04-22 00:00",0.099,"2013-05-01 00:00",0.0824,"2013-04-28 00:00",0.0688,"2013-04-25 00:00","","","","",0.0994,0.0994,0.0824,0.0563,0.0411,0.0185,0.0034,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88184",1,36.58544,-105.452563,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",17,0.012688,0.016185,0.0788,"2013-04-16 00:00",0.0487,"2013-05-28 00:00",0.0467,"2013-04-25 00:00",0.0401,"2013-05-01 00:00","","","","",0.0788,0.0788,0.0467,0.04,0.0152,0.0072,0.0017,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88185",1,36.58544,-105.452563,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",37,0.00074,0.000423,0.0023,"2013-03-20 00:00",0.0018,"2013-03-26 00:00",0.0018,"2013-04-25 00:00",0.0018,"2013-05-01 00:00","","","","",0.0023,0.0023,0.0018,0.0013,0.0007,0.0007,0.0004,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88203",1,36.58544,-105.452563,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",32,0.011348,0.020825,0.1352,"2013-05-16 00:00",0.0443,"2013-04-16 00:00",0.0371,"2013-05-28 00:00",0.0252,"2013-03-14 00:00","","","","",0.1352,0.1352,0.0371,0.0215,0.0097,0.0036,0.0027,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88306",1,36.58544,-105.452563,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",4,0.153184,0.104988,0.4981,"2013-05-10 00:00",0.3384,"2013-04-28 00:00",0.3112,"2013-05-01 00:00",0.279,"2013-02-15 00:00","","","","",0.4981,0.4981,0.3112,0.275,0.2279,0.1439,0.0255,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88320",1,36.58544,-105.452563,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.190444,0.129824,0.57,"2013-05-16 00:00",0.5,"2013-05-01 00:00",0.46,"2013-05-13 00:00",0.44,"2013-04-25 00:00","","","","",0.57,0.57,0.46,0.34,0.26,0.15,0.04,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88321",1,36.58544,-105.452563,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.066444,0.164623,1.03,"2013-03-14 00:00",0.49,"2013-03-11 00:00",0.18,"2013-01-28 00:00",0.08,"2013-03-23 00:00","","","","",1.03,1.03,0.18,0.07,0.05,0.03,0.01,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88324",1,36.58544,-105.452563,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",41,0.021176,0.007578,0.0423,"2013-05-16 00:00",0.0318,"2013-04-07 00:00",0.0314,"2013-01-28 00:00",0.0309,"2013-01-13 00:00","","","","",0.0423,0.0423,0.0314,0.03075,0.026,0.01705,0.0104,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88325",1,36.58544,-105.452563,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",28,0.039051,0.019937,0.1013,"2013-05-16 00:00",0.0888,"2013-05-13 00:00",0.0815,"2013-05-19 00:00",0.0716,"2013-03-23 00:00","","","","",0.1013,0.1013,0.0815,0.0686,0.0451,0.03375,0.01705,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88326",1,36.58544,-105.452563,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",38,0.048671,0.035694,0.16,"2013-05-01 00:00",0.1462,"2013-05-13 00:00",0.1399,"2013-05-16 00:00",0.1329,"2013-04-25 00:00","","","","",0.16,0.16,0.1399,0.1317,0.03955,0.0354,0.02605,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88327",1,36.58544,-105.452563,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",17,0.040562,0.029138,0.1248,"2013-05-01 00:00",0.1057,"2013-05-16 00:00",0.098,"2013-04-25 00:00",0.0963,"2013-05-13 00:00","","","","",0.1248,0.1248,0.098,0.08,0.0594,0.0332,0.01085,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88328",1,36.58544,-105.452563,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",4,0.05586,0.046257,0.1836,"2013-05-16 00:00",0.1565,"2013-05-01 00:00",0.1522,"2013-04-28 00:00",0.1386,"2013-04-25 00:00","","","","",0.1836,0.1836,0.1522,0.1343,0.079,0.0445,0.0065,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88329",1,36.58544,-105.452563,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.063484,0.044713,0.1677,"2013-05-01 00:00",0.1604,"2013-05-16 00:00",0.1497,"2013-04-25 00:00",0.1298,"2013-03-14 00:00","","","","",0.1677,0.1677,0.1497,0.1282,0.0948,0.0536,0.0091,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88330",1,36.58544,-105.452563,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",6,0.058582,0.14165,0.8987,"2013-03-14 00:00",0.3928,"2013-03-11 00:00",0.1725,"2013-01-28 00:00",0.0588,"2013-04-28 00:00","","","","",0.8987,0.8987,0.1725,0.0561,0.0474,0.0305,0.00375,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88331",1,36.58544,-105.452563,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",16,0.000313,0.001422,0.0093,"2013-03-11 00:00",0.0024,"2013-03-14 00:00",0.001,"2013-05-16 00:00",0.00015,"2013-03-17 00:00","","","","",0.0093,0.0093,0.001,0.00015,0.0001,0,0,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88338",1,36.58544,-105.452563,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",43,0.018268,0.011001,0.0766,"2013-01-28 00:00",0.0446,"2013-01-31 00:00",0.02615,"2013-02-24 00:00",0.02565,"2013-02-15 00:00","","","","",0.0766,0.0766,0.02615,0.02555,0.0176,0.0153,0.01095,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88339",1,36.58544,-105.452563,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.580411,0.399237,1.67335,"2013-05-19 00:00",1.51194,"2013-03-23 00:00",1.27632,"2013-05-10 00:00",1.20062,"2013-04-25 00:00","","","","",1.67335,1.67335,1.27632,1.11078,0.78392,0.47772,0.09599,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88344",1,36.58544,-105.452563,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",1,0.197351,0.135798,0.6425,"2013-05-10 00:00",0.4365,"2013-04-28 00:00",0.4014,"2013-05-01 00:00",0.3594,"2013-02-15 00:00","","","","",0.6425,0.6425,0.4014,0.3551,0.294,0.1856,0.0329,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88348",1,36.58544,-105.452563,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.871304,0.954623,4.0037,"2013-04-22 00:00",3.6133,"2013-05-01 00:00",2.8159,"2013-04-28 00:00",2.3289,"2013-04-25 00:00","","","","",4.0037,4.0037,2.8159,2.0252,1.31,0.5098,0.0761,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88350",1,36.58544,-105.452563,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",2,0.342509,0.233543,1.031,"2013-05-16 00:00",0.8993,"2013-05-01 00:00",0.8305,"2013-05-13 00:00",0.7875,"2013-04-25 00:00","","","","",1.031,1.031,0.8305,0.6129,0.4691,0.2756,0.0715,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88403",1,36.58544,-105.452563,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,0.413007,0.289727,1.2214,"2013-05-19 00:00",1.0767,"2013-03-23 00:00",0.9108,"2013-05-10 00:00",0.861,"2013-04-25 00:00","","","","",1.2214,1.2214,0.9108,0.7828,0.5567,0.3311,0.0569,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","055","9000","88502",1,36.58544,-105.452563,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,24,61,0,6,"","","Certification not required",0,2.104444,1.630248,6.4,"2013-04-22 00:00",6.4,"2013-05-01 00:00",5.3,"2013-04-28 00:00",4.9,"2013-04-25 00:00","","","","",6.4,6.4,5.3,4.5,2.8,1.7,0.5,"","Wheeler Peak","New Mexico","Taos","","Taos, NM","2014-01-28" +"35","061","0008","44201",1,34.8147,-106.7396,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8671,99,363,365,0,89,0,0,"Certification not required",157,0.051799,0.011524,0.081,"2013-07-07 13:00",0.078,"2013-06-01 12:00",0.078,"2013-07-14 15:00",0.078,"2013-07-16 15:00","","","","",0.078,0.073,0.069,0.066,0.06,0.053,0.035,"","1000 W. MAIN ST, LOS LUNAS, NM 87031","New Mexico","Valencia","","Albuquerque, NM","2014-02-12" +"35","061","0008","44201",1,34.8147,-106.7396,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8723,99,363,365,0,0,0,0,"Certification not required",0,0.047229,0.012183,0.075,"2013-07-07 10:00",0.074,"2013-06-01 09:00",0.072,"2013-07-06 10:00",0.072,"2013-07-16 09:00","","","","",0.072,0.07,0.065,0.062,0.057,0.048,0.031,"","1000 W. MAIN ST, LOS LUNAS, NM 87031","New Mexico","Valencia","","Albuquerque, NM","2014-02-12" +"35","061","0008","44201",1,34.8147,-106.7396,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8723,99,363,365,0,0,0,0,"Certification not required",0,0.047229,0.012183,0.075,"2013-07-07 10:00",0.074,"2013-06-01 09:00",0.072,"2013-07-06 10:00",0.072,"2013-07-16 09:00","","","","",0.072,0.07,0.065,0.062,0.057,0.048,0.031,"","1000 W. MAIN ST, LOS LUNAS, NM 87031","New Mexico","Valencia","","Albuquerque, NM","2014-02-12" +"35","061","0008","88502",3,34.8147,-106.7396,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6498,74,273,365,0,54,"","","Certification not required",0,4.261388,5.394818,118,"2013-04-17 13:00",112,"2013-06-28 18:00",96.9,"2013-04-17 14:00",77.7,"2013-06-14 21:00","","","","",22.5,17.1,12,8.8,5.4,3.2,0.3,"","1000 W. MAIN ST, LOS LUNAS, NM 87031","New Mexico","Valencia","","Albuquerque, NM","2013-12-13" +"35","061","0008","88502",3,34.8147,-106.7396,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,0,"","","Certification not required",0,4.212088,3.097894,20.4,"2013-06-28 00:00",18.8,"2013-04-17 00:00",16.6,"2013-06-14 00:00",16.5,"2013-05-24 00:00","","","","",16.6,13.8,10.2,8.5,5.1,3.4,1.5,"","1000 W. MAIN ST, LOS LUNAS, NM 87031","New Mexico","Valencia","","Albuquerque, NM","2013-12-13" +"36","001","0005","68101",1,42.64225,-73.75464,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,6,"","","Certification not required",19,0.235268,0.1365,0.5,"2013-05-31 00:00",0.5,"2013-06-27 00:00",0.5,"2013-07-03 00:00",0.5,"2013-07-18 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.05,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68101",2,42.64225,-73.75464,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,5,"","","Certification not required",70,0.115179,0.105232,0.6,"2013-01-25 00:00",0.4,"2013-07-27 00:00",0.3,"2013-02-12 00:00",0.3,"2013-02-15 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.05,0.05,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68102",1,42.64225,-73.75464,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,6,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68102",2,42.64225,-73.75464,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,5,"","","Certification not required",0,24,0,24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-19 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68103",1,42.64225,-73.75464,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,6,"","","Certification not required",0,5.257143,9.96046,25.1,"2013-07-18 00:00",24.2,"2013-07-06 00:00",24.1,"2013-07-15 00:00",23.6,"2013-07-03 00:00","","","","",24.2,24.1,21.4,19.5,13.6,4.8,-7.6,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68103",2,42.64225,-73.75464,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,5,"","","Certification not required",0,6.157143,9.88318,25.1,"2013-07-18 00:00",24.2,"2013-07-06 00:00",24.2,"2013-07-15 00:00",23.6,"2013-07-03 00:00","","","","",24.2,24.2,21.5,19.3,14.2,6.9,-7.3,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68103",5,42.64225,-73.75464,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,27,"","","Certification not required",0,10.259494,7.611168,24.5,"2013-07-18 00:00",23.6,"2013-07-06 00:00",23.5,"2013-07-15 00:00",23.2,"2013-07-03 00:00","","","","",24.5,23.6,23.2,20.4,15.8,11.4,-0.8,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","68104",1,42.64225,-73.75464,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,6,"","","Certification not required",0,11.668627,10.137627,31.1,"2013-07-18 00:00",29.9,"2013-07-15 00:00",29,"2013-07-06 00:00",27.7,"2013-05-31 00:00","","","","",29.9,29,26.5,25.1,20.2,12,-1.7,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-01-09" +"36","001","0005","68104",2,42.64225,-73.75464,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,4,"","","Certification not required",0,12.706796,10.018446,30.9,"2013-07-18 00:00",29.8,"2013-07-15 00:00",28.9,"2013-07-06 00:00",27.8,"2013-05-31 00:00","","","","",29.8,28.9,26.5,25.1,21.1,15,-1.3,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-01-09" +"36","001","0005","68104",5,42.64225,-73.75464,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,27,"","","Certification not required",0,22.359494,9.067645,37.1,"2013-05-31 00:00",37.1,"2013-07-18 00:00",36,"2013-06-24 00:00",36,"2013-07-15 00:00","","","","",37.1,37.1,36,32.5,28.7,24.9,8.4,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","68105",1,42.64225,-73.75464,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,6,"","","Certification not required",0,16.109821,11.564601,37.7,"2013-07-18 00:00",36.3,"2013-05-31 00:00",36.3,"2013-06-24 00:00",36.2,"2013-07-15 00:00","","","","",36.3,36.3,33.1,31.4,27.3,16,1.3,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68105",2,42.64225,-73.75464,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,5,"","","Certification not required",0,17.348214,11.643333,37.6,"2013-07-18 00:00",36.5,"2013-05-31 00:00",36.3,"2013-07-15 00:00",36.2,"2013-06-24 00:00","","","","",36.5,36.3,33.6,31.9,27.8,17,1.7,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68105",5,42.64225,-73.75464,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",79,65,79,122,0,27,"","","Certification not required",0,15.956962,8.019107,30.5,"2013-07-18 00:00",29.6,"2013-07-15 00:00",28.5,"2013-07-06 00:00",27.3,"2013-05-31 00:00","","","","",30.5,29.6,27.3,25.2,21.8,16.9,3.7,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","68106",1,42.64225,-73.75464,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,6,"","","Certification not required",0,760.676471,5.5547,775,"2013-04-22 00:00",772,"2013-11-21 00:00",772,"2013-11-30 00:00",771,"2013-05-01 00:00","","","","",772,772,769,767,764,761,754,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-01-09" +"36","001","0005","68106",2,42.64225,-73.75464,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,4,"","","Certification not required",0,756.61165,5.582243,772,"2013-04-22 00:00",768,"2013-11-21 00:00",768,"2013-11-30 00:00",767,"2013-05-01 00:00","","","","",768,768,765,763,760,756,750,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-01-09" +"36","001","0005","68106",5,42.64225,-73.75464,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,757.49,6.119178,775,"2013-04-22 00:00",771,"2013-05-01 00:00",769,"2013-09-17 00:00",768,"2013-10-13 00:00","","","","",775,771,766,765,761,758,751,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","68107",1,42.64225,-73.75464,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,6,"","","Certification not required",0,764.803571,5.243339,780,"2013-11-30 00:00",779,"2013-04-22 00:00",777,"2013-11-21 00:00",775,"2013-01-10 00:00","","","","",779,777,773,771,768,765,758,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68107",2,42.64225,-73.75464,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,5,"","","Certification not required",0,760.651786,5.212096,776,"2013-11-30 00:00",775,"2013-04-22 00:00",774,"2013-11-21 00:00",771,"2013-01-10 00:00","","","","",775,774,769,766,764,761,754,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68107",5,42.64225,-73.75464,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,763.47,5.478065,781,"2013-04-22 00:00",774,"2013-05-01 00:00",773,"2013-11-03 00:00",772,"2013-03-17 00:00","","","","",781,774,772,771,767,763,757,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","68108",1,42.64225,-73.75464,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,6,"","","Certification not required",0,768.660714,5.248,785,"2013-11-30 00:00",783,"2013-04-22 00:00",781,"2013-11-21 00:00",779,"2013-01-10 00:00","","","","",783,781,777,775,772,768,762,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68108",2,42.64225,-73.75464,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,5,"","","Certification not required",0,764.401786,5.222025,781,"2013-11-30 00:00",779,"2013-04-22 00:00",777,"2013-11-21 00:00",775,"2013-01-10 00:00","","","","",779,777,772,771,768,764,758,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68108",5,42.64225,-73.75464,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,760.14,5.515854,777,"2013-04-22 00:00",772,"2013-05-01 00:00",770,"2013-09-17 00:00",769,"2013-10-13 00:00","","","","",777,772,768,767,764,760,754,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","68109",1,42.64225,-73.75464,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,5,"","","Certification not required",0,1439.5625,2.40413,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","68109",2,42.64225,-73.75464,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,5,"","","Certification not required",0,1439.526786,2.273862,1440,"2013-01-13 00:00",1440,"2013-01-22 00:00",1440,"2013-01-25 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88101",1,42.64225,-73.75464,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,7.152679,4.618353,26,"2013-12-03 00:00",23.2,"2013-12-18 00:00",19.5,"2013-10-31 00:00",17.3,"2013-05-31 00:00","","","","",23.2,19.5,16.3,13.6,9.3,5.9,2.6,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88101",1,42.64225,-73.75464,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,7.152679,4.618353,26,"2013-12-03 00:00",23.2,"2013-12-18 00:00",19.5,"2013-10-31 00:00",17.3,"2013-05-31 00:00","","","","",23.2,19.5,16.3,13.6,9.3,5.9,2.6,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88101",2,42.64225,-73.75464,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,6.809821,4.484085,26.5,"2013-12-03 00:00",23.6,"2013-12-18 00:00",20.1,"2013-10-31 00:00",17.4,"2013-08-20 00:00","","","","",23.6,20.1,15.7,12.2,9.1,5.4,2.6,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88101",2,42.64225,-73.75464,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,6.809821,4.484085,26.5,"2013-12-03 00:00",23.6,"2013-12-18 00:00",20.1,"2013-10-31 00:00",17.4,"2013-08-20 00:00","","","","",23.6,20.1,15.7,12.2,9.1,5.4,2.6,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88102",5,42.64225,-73.75464,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.02057,0.009515,0.074,"2013-06-27 00:00",0.064,"2013-04-04 00:00",0.054,"2013-07-30 00:00",0.047,"2013-08-06 00:00","","","","",0.074,0.064,0.026,0.026,0.021,0.021,0.014,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88103",5,42.64225,-73.75464,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00064,0.00098,0.005,"2013-05-19 00:00",0.004,"2013-09-07 00:00",0.004,"2013-10-19 00:00",0.003,"2013-08-17 00:00","","","","",0.005,0.004,0.002,0.002,0.001,0,0,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88104",5,42.64225,-73.75464,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",49,0.03541,0.049202,0.357,"2013-07-03 00:00",0.247,"2013-06-24 00:00",0.153,"2013-04-07 00:00",0.129,"2013-09-25 00:00","","","","",0.357,0.247,0.116,0.081,0.041,0.017,0.0065,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88107",5,42.64225,-73.75464,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.007111,0.006708,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0099,0.0055,0.005,0.00385,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88109",5,42.64225,-73.75464,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",30,0.002665,0.00161,0.0076,"2013-10-10 00:00",0.007,"2013-09-28 00:00",0.0064,"2013-08-20 00:00",0.0061,"2013-01-28 00:00","","","","",0.0076,0.007,0.0061,0.0044,0.0038,0.0025,0.0009,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88110",5,42.64225,-73.75464,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00109,0.003072,0.019,"2013-11-03 00:00",0.013,"2013-08-27 00:00",0.011,"2013-05-01 00:00",0.009,"2013-07-27 00:00","","","","",0.019,0.013,0.009,0.004,0,0,0,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88111",5,42.64225,-73.75464,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",10,0.050413,0.042592,0.182,"2013-10-01 00:00",0.164,"2013-09-25 00:00",0.154,"2013-06-21 00:00",0.148,"2013-05-28 00:00","","","","",0.182,0.164,0.141,0.125,0.0702,0.0408,0.0074,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88112",5,42.64225,-73.75464,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00418,0.010398,0.082,"2013-09-28 00:00",0.052,"2013-10-19 00:00",0.042,"2013-09-17 00:00",0.015,"2013-10-22 00:00","","","","",0.082,0.052,0.008,0.007,0.004,0.002,0,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88113",5,42.64225,-73.75464,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",90,0.000777,0.000377,0.0027,"2013-07-18 00:00",0.0021,"2013-10-10 00:00",0.002,"2013-06-15 00:00",0.0019,"2013-05-07 00:00","","","","",0.0027,0.0021,0.0017,0.0012,0.0007,0.0007,0.00055,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88114",5,42.64225,-73.75464,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",58,0.002111,0.001965,0.0116,"2013-09-07 00:00",0.0097,"2013-10-10 00:00",0.0095,"2013-10-31 00:00",0.0071,"2013-06-21 00:00","","","","",0.0116,0.0097,0.0056,0.0039,0.003,0.00125,0.00065,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88115",5,42.64225,-73.75464,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",49,0.030555,0.129712,1.27,"2013-01-28 00:00",0.209,"2013-02-21 00:00",0.159,"2013-01-25 00:00",0.13,"2013-01-07 00:00","","","","",1.27,0.209,0.126,0.0541,0.015,0.0055,0.0025,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88117",5,42.64225,-73.75464,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.006567,0.010148,0.0435,"2013-02-18 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-05-19 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88118",5,42.64225,-73.75464,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",98,0.009933,0.006539,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-03-23 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88126",5,42.64225,-73.75464,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.07675,0.054815,0.239,"2013-09-25 00:00",0.223,"2013-10-10 00:00",0.221,"2013-07-03 00:00",0.219,"2013-10-01 00:00","","","","",0.239,0.223,0.211,0.157,0.102,0.0648,0.0182,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88128",5,42.64225,-73.75464,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00167,0.003954,0.035,"2013-10-22 00:00",0.011,"2013-10-10 00:00",0.01,"2013-04-28 00:00",0.006,"2013-08-17 00:00","","","","",0.035,0.011,0.006,0.005,0.002,0,0,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88131",5,42.64225,-73.75464,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.010175,0.003599,0.023,"2013-08-08 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-04-16 00:00",0.0165,"2013-05-07 00:00","","","","",0.023,0.0165,0.0165,0.0165,0.011,0.008,0.007,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88132",5,42.64225,-73.75464,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00112,0.001192,0.006,"2013-07-03 00:00",0.004,"2013-06-21 00:00",0.004,"2013-09-25 00:00",0.004,"2013-10-31 00:00","","","","",0.006,0.004,0.003,0.003,0.002,0.001,0,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88136",5,42.64225,-73.75464,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00077,0.001171,0.009,"2013-10-31 00:00",0.004,"2013-05-19 00:00",0.003,"2013-05-28 00:00",0.003,"2013-07-18 00:00","","","","",0.009,0.004,0.003,0.002,0.001,0.001,0,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88140",5,42.64225,-73.75464,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",86,0.008968,0.007259,0.045,"2013-08-17 00:00",0.0445,"2013-10-31 00:00",0.036,"2013-10-16 00:00",0.033,"2013-04-19 00:00","","","","",0.045,0.0445,0.022,0.0139,0.009,0.006,0.00475,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88152",5,42.64225,-73.75464,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.00556,0.001543,0.011,"2013-06-24 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-24 00:00","","","","",0.011,0.008,0.008,0.008,0.0055,0.005,0.0045,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88154",5,42.64225,-73.75464,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.001071,0.000247,0.0016,"2013-07-03 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-03 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88160",5,42.64225,-73.75464,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.01375,0.004984,0.037,"2013-03-20 00:00",0.034,"2013-03-02 00:00",0.026,"2013-02-24 00:00",0.022,"2013-06-09 00:00","","","","",0.037,0.034,0.018,0.018,0.016,0.016,0.01,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88161",5,42.64225,-73.75464,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",84,0.003293,0.002885,0.0206,"2013-07-03 00:00",0.017,"2013-06-24 00:00",0.0114,"2013-06-21 00:00",0.0111,"2013-05-28 00:00","","","","",0.0206,0.017,0.01,0.006,0.00265,0.0025,0.0021,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88164",5,42.64225,-73.75464,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",97,0.001657,0.000594,0.0058,"2013-06-21 00:00",0.0041,"2013-07-18 00:00",0.0041,"2013-11-06 00:00",0.0019,"2013-01-13 00:00","","","","",0.0058,0.0041,0.0019,0.0019,0.0016,0.0015,0.0015,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88165",5,42.64225,-73.75464,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",5,0.117088,0.10902,0.588,"2013-06-24 00:00",0.542,"2013-07-03 00:00",0.391,"2013-10-01 00:00",0.369,"2013-04-07 00:00","","","","",0.588,0.542,0.338,0.274,0.154,0.097,0.017,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88166",5,42.64225,-73.75464,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.008275,0.004841,0.019,"2013-01-16 00:00",0.019,"2013-04-16 00:00",0.0185,"2013-05-07 00:00",0.0185,"2013-05-25 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88167",5,42.64225,-73.75464,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",19,0.007126,0.00615,0.0328,"2013-10-22 00:00",0.0274,"2013-01-04 00:00",0.0271,"2013-01-28 00:00",0.0229,"2013-10-31 00:00","","","","",0.0328,0.0274,0.0225,0.0135,0.0087,0.0058,0.00175,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88168",5,42.64225,-73.75464,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.001464,0.001468,0.0119,"2013-09-07 00:00",0.0091,"2013-11-06 00:00",0.0069,"2013-07-06 00:00",0.0027,"2013-04-13 00:00","","","","",0.0119,0.0091,0.00175,0.00175,0.00155,0.00115,0.00085,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88169",5,42.64225,-73.75464,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.484819,0.355915,1.7,"2013-08-20 00:00",1.57,"2013-05-31 00:00",1.44,"2013-09-10 00:00",1.4,"2013-07-18 00:00","","","","",1.7,1.57,1.3,0.977,0.623,0.369,0.14,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88176",5,42.64225,-73.75464,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.000967,0.000216,0.0013,"2013-01-16 00:00",0.0013,"2013-02-18 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88180",5,42.64225,-73.75464,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",2,0.052664,0.034614,0.222,"2013-09-07 00:00",0.183,"2013-07-06 00:00",0.121,"2013-06-24 00:00",0.121,"2013-07-03 00:00","","","","",0.222,0.183,0.12,0.0865,0.0697,0.0483,0.019,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88184",5,42.64225,-73.75464,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",63,0.059235,0.089236,0.725,"2013-01-28 00:00",0.283,"2013-05-07 00:00",0.25,"2013-04-19 00:00",0.233,"2013-02-21 00:00","","","","",0.725,0.283,0.219,0.163,0.069,0.027,0.013,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88185",5,42.64225,-73.75464,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",92,0.004065,0.004064,0.0131,"2013-04-07 00:00",0.0126,"2013-07-21 00:00",0.0126,"2013-10-08 00:00",0.0115,"2013-01-16 00:00","","","","",0.0131,0.0126,0.0115,0.0115,0.0035,0.00225,0.0014,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88301",5,42.64225,-73.75464,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",8,0.439819,0.446569,2.17,"2013-10-31 00:00",1.67,"2013-02-03 00:00",1.55,"2013-08-20 00:00",1.49,"2013-02-15 00:00","","","","",2.17,1.67,1.48,1.21,0.589,0.282,0.035,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88302",5,42.64225,-73.75464,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",4,0.07865,0.067648,0.343,"2013-01-28 00:00",0.3,"2013-02-21 00:00",0.271,"2013-03-05 00:00",0.243,"2013-01-25 00:00","","","","",0.343,0.3,0.229,0.2,0.0983,0.052,0.03,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88303",5,42.64225,-73.75464,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",36,0.031192,0.027184,0.155,"2013-07-06 00:00",0.141,"2013-09-07 00:00",0.126,"2013-07-15 00:00",0.081,"2013-05-19 00:00","","","","",0.155,0.141,0.077,0.064,0.041,0.0266,0.0113,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88306",5,42.64225,-73.75464,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.69596,0.806299,4.65,"2013-10-31 00:00",3.49,"2013-02-06 00:00",3.29,"2013-02-03 00:00",2.92,"2013-01-04 00:00","","","","",4.65,3.49,2.88,1.56,0.666,0.451,0.197,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88355",5,42.64225,-73.75464,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,2.027242,1.012716,4.67,"2013-06-21 00:00",4.58,"2013-05-31 00:00",4.32,"2013-08-17 00:00",4.2,"2013-08-20 00:00","","","","",4.67,4.58,3.75,3.47,2.79,1.93,0.795,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88357",5,42.64225,-73.75464,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.35344,0.214152,1.08,"2013-10-10 00:00",0.963,"2013-09-19 00:00",0.855,"2013-10-31 00:00",0.8,"2013-10-01 00:00","","","","",1.08,0.963,0.768,0.612,0.459,0.326,0.103,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88370",5,42.64225,-73.75464,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,1.823319,0.870895,4.3,"2013-06-21 00:00",4.14,"2013-05-31 00:00",3.76,"2013-08-17 00:00",3.19,"2013-02-03 00:00","","","","",4.3,4.14,3.19,2.97,2.42,1.76,0.778,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88374",5,42.64225,-73.75464,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.187802,0.137821,0.738,"2013-08-20 00:00",0.646,"2013-10-22 00:00",0.511,"2013-10-31 00:00",0.466,"2013-10-04 00:00","","","","",0.738,0.646,0.458,0.374,0.245,0.146,0.065,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88375",5,42.64225,-73.75464,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.501319,0.261248,1.47,"2013-05-31 00:00",1.34,"2013-06-21 00:00",0.931,"2013-07-18 00:00",0.916,"2013-10-10 00:00","","","","",1.47,1.34,0.902,0.844,0.64,0.475,0.183,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88376",5,42.64225,-73.75464,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.546143,0.271141,1.41,"2013-06-21 00:00",1.28,"2013-08-17 00:00",1.09,"2013-09-28 00:00",1.05,"2013-02-03 00:00","","","","",1.41,1.28,1.03,0.894,0.756,0.496,0.225,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88377",5,42.64225,-73.75464,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.344341,0.188054,0.915,"2013-05-31 00:00",0.872,"2013-01-04 00:00",0.824,"2013-02-03 00:00",0.766,"2013-08-17 00:00","","","","",0.915,0.872,0.751,0.561,0.455,0.333,0.142,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88378",5,42.64225,-73.75464,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",2,0.243407,0.139885,0.663,"2013-09-01 00:00",0.579,"2013-05-31 00:00",0.545,"2013-06-21 00:00",0.538,"2013-04-28 00:00","","","","",0.663,0.579,0.511,0.426,0.344,0.234,0.069,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88380",5,42.64225,-73.75464,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.557549,0.35873,1.54,"2013-08-20 00:00",1.52,"2013-10-22 00:00",1.52,"2013-10-31 00:00",1.42,"2013-10-10 00:00","","","","",1.54,1.52,1.34,1.1,0.698,0.515,0.145,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88383",5,42.64225,-73.75464,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.743597,0.419342,1.76,"2013-08-20 00:00",1.75,"2013-10-31 00:00",1.7,"2013-10-22 00:00",1.59,"2013-05-31 00:00","","","","",1.76,1.75,1.58,1.35,0.992,0.716,0.219,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88384",5,42.64225,-73.75464,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",1,0.056911,0.030111,0.156,"2013-09-25 00:00",0.144,"2013-07-30 00:00",0.137,"2013-06-27 00:00",0.114,"2013-10-25 00:00","","","","",0.156,0.144,0.103,0.0965,0.0746,0.0497,0.0242,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88385",5,42.64225,-73.75464,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",89,0.001113,0.00093,0.00975,"2013-01-04 00:00",0.00256,"2013-10-31 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00","","","","",0.00975,0.00256,0.001,0.001,0.001,0.001,0.001,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88388",5,42.64225,-73.75464,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.447516,0.275048,1.33,"2013-08-20 00:00",1.11,"2013-09-01 00:00",1.04,"2013-10-22 00:00",1.02,"2013-05-31 00:00","","","","",1.33,1.11,1.02,0.858,0.606,0.418,0.144,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88403",5,42.64225,-73.75464,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.18546,0.902538,4.44,"2013-08-20 00:00",3.8,"2013-09-10 00:00",3.73,"2013-05-31 00:00",3.53,"2013-10-31 00:00","","","","",4.44,3.8,3.38,2.3,1.75,0.926,0.326,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0005","88501",3,42.64225,-73.75464,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7074,81,291,365,0,723,"","","Certification not required",0,8.512977,10.995485,491.4,"2013-02-25 14:00",304.4,"2013-03-27 09:00",297.4,"2013-02-25 15:00",293.5,"2013-02-26 07:00","","","","",25.6,21.9,18.1,15.1,10.7,7,2.8,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88501",3,42.64225,-73.75464,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,8.244674,4.899507,55.8,"2013-02-26 00:00",22.4,"2013-01-08 00:00",21.1,"2013-12-03 00:00",20,"2013-09-11 00:00","","","","",21.1,19,17.2,13.6,10.2,7.1,3.9,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88502",3,42.64225,-73.75464,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7143,82,292,365,0,658,"","","Certification not required",0,6.688408,6.481941,94.2,"2013-04-29 18:00",92.1,"2013-04-29 20:00",92,"2013-02-25 19:00",91,"2013-02-25 22:00","","","","",26.6,22.7,18.5,14.2,9.2,5.4,0.5,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88502",3,42.64225,-73.75464,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",292,80,292,365,0,0,"","","Certification not required",0,6.522945,4.606844,26.8,"2013-01-08 00:00",23,"2013-01-09 00:00",22.8,"2013-12-03 00:00",20.5,"2013-12-04 00:00","","","","",22.8,19.4,15.9,12.7,8.6,5.4,1.8,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0005","88502",5,42.64225,-73.75464,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,8.265,4.224971,19.8,"2013-01-28 00:00",19.7,"2013-10-31 00:00",19.6,"2013-05-31 00:00",17.8,"2013-08-20 00:00","","","","",19.8,19.7,16.9,14.2,10.7,7.7,3.4,"ALBANY COUNTY HEALTH DEPT","ALBANY CO. HEALTH DEPT. GREEN & S FERRY STREETS","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-14" +"36","001","0012","42101",1,42.68075,-73.75733,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8618,98,364,365,0,141,0,0,"Certification not required",8009,0.272517,0.085771,1.2,"2013-10-30 23:00",1,"2013-12-05 03:00",0.9,"2013-01-09 03:00",0.9,"2013-01-09 04:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","42101",1,42.68075,-73.75733,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8650,99,361,365,0,0,0,0,"Certification not required",0,0.316543,0.065743,0.8,"2013-10-17 21:00",0.8,"2013-10-17 22:00",0.8,"2013-10-17 23:00",0.8,"2013-10-18 00:00",0.8,"2013-10-17 21:00",0.8,"2013-12-03 06:00",0.7,0.6,0.5,0.3,0.3,0.3,0.3,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","42401",1,42.68075,-73.75733,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8428,96,356,365,0,332,0,"","Certification not required",0,3.004213,2.114673,32.3,"2013-08-18 15:00",8.8,"2013-07-05 18:00",8.8,"2013-12-03 09:00",8.5,"2013-04-07 23:00","","","","",8.5,6.7,5.7,4.8,3.5,2.7,1.1,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","42401",1,42.68075,-73.75733,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8428,96,356,365,0,332,"","","Certification not required",0,2.032107,1.090373,32.3,"2013-08-18 15:00",22,"2013-08-18 16:00",8.8,"2013-07-05 18:00",8.8,"2013-12-03 09:00","","","","",4.4,3.9,3.5,3.3,2.7,2.1,0.4,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","42401",1,42.68075,-73.75733,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,2.033146,0.937646,5.2,"2013-08-18 00:00",4,"2013-09-30 00:00",3.8,"2013-09-11 00:00",3.8,"2013-09-15 00:00","","","","",3.8,3.7,3.6,3.1,2.6,2.2,0.4,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","42401",1,42.68075,-73.75733,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2784,95,356,365,0,0,"",0,"Certification not required",0,2.000072,1.042158,20,"2013-08-18 17:00",5.8,"2013-09-30 11:00",5.4,"2013-02-11 02:00",5.4,"2013-05-06 20:00","","","","",4.2,3.8,3.5,3.3,2.6,2.1,0.3,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","42401",5,42.68075,-73.75733,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",88030,84,308,365,0,5681,"","","Certification not required",0,2.129991,1.06726,41,"2013-08-18 15:45",40.6,"2013-08-18 15:40",40.5,"2013-08-18 15:35",40,"2013-08-18 15:30","","","","",4.5,3.9,3.5,3.2,2.7,2.2,0.6,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-10" +"36","001","0012","44201",1,42.68075,-73.75733,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8627,99,212,214,0,133,0,0,"Certification not required",483,0.045995,0.011697,0.075,"2013-06-21 17:00",0.071,"2013-04-28 19:00",0.069,"2013-05-01 14:00",0.068,"2013-05-02 15:00","","","","",0.069,0.068,0.067,0.061,0.055,0.047,0.04,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","44201",1,42.68075,-73.75733,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8662,99,211,214,0,0,0,0,"Certification not required",0,0.041602,0.011236,0.069,"2013-06-21 11:00",0.065,"2013-04-28 13:00",0.065,"2013-05-02 12:00",0.064,"2013-05-01 10:00","","","","",0.065,0.064,0.06,0.056,0.049,0.044,0.036,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","44201",1,42.68075,-73.75733,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8662,99,211,214,0,0,0,0,"Certification not required",0,0.041602,0.011236,0.069,"2013-06-21 11:00",0.065,"2013-04-28 13:00",0.065,"2013-05-02 12:00",0.064,"2013-05-01 10:00","","","","",0.065,0.064,0.06,0.056,0.049,0.044,0.036,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","62101",1,42.68075,-73.75733,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5762,66,240,365,0,2278,"","","Certification not required",0,52.266574,21.055174,98,"2013-07-19 12:00",98,"2013-07-19 14:00",98,"2013-07-19 16:00",97,"2013-07-17 15:00","","","","",90,88,83,78,70,54,25,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","62201",1,42.68075,-73.75733,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",3466,40,144,365,0,2414,"","","Certification not required",0,3,0,3,"2013-04-01 00:00",3,"2013-04-01 01:00",3,"2013-04-01 02:00",3,"2013-04-01 03:00","","","","",3,3,3,3,3,3,3,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","64101",1,42.68075,-73.75733,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5762,66,240,365,0,2278,"","","Certification not required",0,988.737244,31.057534,1017,"2013-04-22 06:00",1017,"2013-04-22 07:00",1017,"2013-04-22 08:00",1017,"2013-04-22 09:00","","","","",1010,1008,1005,1002,998,993,983,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","65102",1,42.68075,-73.75733,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",742,8,31,365,0,2,"","","Certification not required",0,0.000526,0.01326,0.36,"2013-05-22 02:00",0.03,"2013-05-22 08:00",0,"2013-05-01 00:00",0,"2013-05-01 01:00","","","","",0,0,0,0,0,0,0,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2013-08-23" +"36","001","0012","68101",1,42.68075,-73.75733,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",100,82,100,122,0,14,"","","Certification not required",36,0.173,0.154629,0.7,"2013-01-22 00:00",0.7,"2013-01-25 00:00",0.7,"2013-02-09 00:00",0.7,"2013-03-20 00:00","","","","",0.7,0.7,0.6,0.4,0.2,0.1,0.05,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68102",1,42.68075,-73.75733,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",100,82,100,122,0,14,"","","Certification not required",0,23.99,0.1,24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-19 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68103",1,42.68075,-73.75733,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,14,"","","Certification not required",0,6.735,9.850872,25.7,"2013-07-18 00:00",24.1,"2013-07-15 00:00",23.4,"2013-07-03 00:00",23,"2013-07-06 00:00","","","","",25.7,24.1,21.4,19.8,14.7,6.6,-7.3,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68104",1,42.68075,-73.75733,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",94,77,94,122,0,10,"","","Certification not required",0,12.77766,10.020572,30.3,"2013-07-18 00:00",28.9,"2013-07-15 00:00",27.6,"2013-07-06 00:00",27.5,"2013-05-31 00:00","","","","",30.3,28.9,27.1,24.6,21.2,15.2,-2.1,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68105",1,42.68075,-73.75733,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,14,"","","Certification not required",0,17.537,10.953507,35.6,"2013-07-18 00:00",34.9,"2013-05-31 00:00",34.8,"2013-06-24 00:00",34.4,"2013-07-15 00:00","","","","",35.6,34.9,32.9,31.2,26.9,18.3,2.3,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68106",1,42.68075,-73.75733,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,77,94,122,0,10,"","","Certification not required",0,753.574468,5.776276,768,"2013-04-22 00:00",765,"2013-11-21 00:00",765,"2013-11-30 00:00",764,"2013-05-01 00:00","","","","",768,765,763,760,757,754,747,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68107",1,42.68075,-73.75733,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,14,"","","Certification not required",0,757.88,5.316793,773,"2013-11-30 00:00",772,"2013-04-22 00:00",770,"2013-11-21 00:00",768,"2013-01-10 00:00","","","","",773,772,767,764,761,758,752,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68108",1,42.68075,-73.75733,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,14,"","","Certification not required",0,761.65,5.265429,778,"2013-11-30 00:00",776,"2013-04-22 00:00",774,"2013-11-21 00:00",772,"2013-01-10 00:00","","","","",778,776,770,768,765,761,755,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","68109",1,42.68075,-73.75733,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",100,82,100,122,0,14,"","","Certification not required",0,1439.73,1.427401,1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","88101",1,42.68075,-73.75733,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,0,0,"Certification not required",0,6.427184,4.042136,23.3,"2013-12-03 00:00",19,"2013-10-31 00:00",16.7,"2013-05-31 00:00",15.8,"2013-08-20 00:00","","","","",19,16.7,14.1,11.6,8.5,5,2.8,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","001","0012","88101",1,42.68075,-73.75733,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,"","","Certification not required",0,6.427184,4.042136,23.3,"2013-12-03 00:00",19,"2013-10-31 00:00",16.7,"2013-05-31 00:00",15.8,"2013-08-20 00:00","","","","",19,16.7,14.1,11.6,8.5,5,2.8,"LOUDONVILLE","LOUDONVILLE RESERVOIR 300 ALBANY SHAKER RD","New York","Albany","Albany","Albany-Schenectady-Troy, NY","2014-02-07" +"36","005","0080","88501",3,40.83606,-73.92009,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6166,70,255,365,0,1222,"","","Certification not required",0,12.47483,6.97546,51.7,"2013-07-09 19:00",51.3,"2013-07-19 22:00",48.8,"2013-07-19 17:00",48.3,"2013-07-19 19:00","","","","",33.6,30.6,26.3,22,16.1,11.3,4.7,"MORRISANIA","MORRISANIA CENTER, 1225-57 GERARD AVE.","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0080","88501",3,40.83606,-73.92009,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",255,70,255,365,0,0,"","","Certification not required",0,12.381961,4.885805,31,"2013-07-19 00:00",29.8,"2013-09-11 00:00",28.7,"2013-01-29 00:00",28.5,"2013-12-04 00:00","","","","",28.7,24.5,21.5,19.6,14.6,11.1,7.5,"MORRISANIA","MORRISANIA CENTER, 1225-57 GERARD AVE.","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0080","88502",3,40.83606,-73.92009,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6382,73,267,365,0,1006,"","","Certification not required",0,11.207772,8.494286,62.9,"2013-01-23 21:00",58.7,"2013-01-24 19:00",57.3,"2013-01-23 17:00",57.2,"2013-01-24 17:00","","","","",37.8,33.3,27.1,22.1,15.6,9.9,1.4,"MORRISANIA","MORRISANIA CENTER, 1225-57 GERARD AVE.","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0080","88502",3,40.83606,-73.92009,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,11.140449,6.395964,40.2,"2013-01-24 00:00",36.7,"2013-01-23 00:00",32.5,"2013-01-29 00:00",31,"2013-12-04 00:00","","","","",32.5,29.8,23.8,19,14,9.8,4.6,"MORRISANIA","MORRISANIA CENTER, 1225-57 GERARD AVE.","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0083","61103",1,40.86585,-73.88083,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",769,36,30,88,0,949,"","","Certification not required",0,5.416905,2.840472,15.6,"2013-02-17 11:00",14.8,"2013-02-17 13:00",13.9,"2013-02-17 12:00",13.9,"2013-02-17 14:00","","","","",13,12.2,10.4,9.6,6.9,5.2,1.7,"BOTANICAL GARDEN","200TH STREET AND SOUTHERN BLVD Harding Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-26" +"36","005","0083","61104",1,40.86585,-73.88083,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",769,36,30,88,0,949,"","","Certification not required",0,176.019506,116.14745,358,"2013-02-12 22:00",358,"2013-02-26 04:00",357,"2013-03-24 14:00",356,"2013-02-12 23:00","","","","",355,350,337,323,300,150,35,"BOTANICAL GARDEN","200TH STREET AND SOUTHERN BLVD Harding Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-26" +"36","005","0083","62101",1,40.86585,-73.88083,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1241,59,50,88,0,477,"","","Certification not required",0,35.24577,6.70111,58,"2013-01-31 05:00",57,"2013-01-31 04:00",57,"2013-01-31 06:00",56,"2013-01-31 03:00","","","","",52,50,46,43,39,35,27,"BOTANICAL GARDEN","200TH STREET AND SOUTHERN BLVD Harding Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-26" +"36","005","0083","62201",1,40.86585,-73.88083,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",769,36,30,88,0,949,"","","Certification not required",0,71.13264,15.110895,100,"2013-02-08 19:00",100,"2013-02-08 20:00",99,"2013-02-08 15:00",99,"2013-02-08 16:00","","","","",99,99,98,96,81,69,53,"BOTANICAL GARDEN","200TH STREET AND SOUTHERN BLVD Harding Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-26" +"36","005","0083","64101",1,40.86585,-73.88083,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",1241,59,50,88,0,477,"","","Certification not required",0,1009.021757,7.527392,1028,"2013-02-07 10:00",1027,"2013-02-07 08:00",1027,"2013-02-07 09:00",1027,"2013-02-07 11:00","","","","",1025,1024,1023,1020,1014,1008,1001,"BOTANICAL GARDEN","200TH STREET AND SOUTHERN BLVD Harding Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-26" +"36","005","0110","12115",6,40.81618,-73.902,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,1.9e-05,2.3e-05,0.00011,"2013-04-10 00:00",6e-05,"2013-05-28 00:00",4e-05,"2013-01-28 00:00",4e-05,"2013-02-15 00:00","","","","",0.00011,0.00011,6e-05,4e-05,3e-05,2e-05,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-10-17" +"36","005","0110","12115",7,40.81618,-73.902,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,2.3e-05,6e-06,3e-05,"2013-05-22 00:00",2e-05,"2013-01-22 00:00",2e-05,"2013-03-17 00:00","","","","","","",3e-05,3e-05,3e-05,3e-05,3e-05,2e-05,2e-05,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-10-17" +"36","005","0110","17141",6,40.81618,-73.902,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,127.95,50.038662,231,"2013-07-03 00:00",212,"2013-06-09 00:00",200,"2013-05-16 00:00",199,"2013-09-25 00:00","","","","",231,231,200,196,173,124,70.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17147",6,40.81618,-73.902,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,7.282273,4.611094,19.1,"2013-07-15 00:00",16,"2013-08-20 00:00",13.8,"2013-07-03 00:00",13.2,"2013-06-15 00:00","","","","",19.1,19.1,13.8,13.1,11,7.32,1.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17148",6,40.81618,-73.902,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.263227,2.142809,9.66,"2013-01-16 00:00",7.65,"2013-01-28 00:00",6.24,"2013-02-15 00:00",5.07,"2013-07-03 00:00","","","","",9.66,9.66,6.24,4.5,1.25,0.566,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17149",6,40.81618,-73.902,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,7.869091,4.599049,18.7,"2013-07-15 00:00",16.9,"2013-06-27 00:00",15.9,"2013-08-20 00:00",15.6,"2013-07-09 00:00","","","","",18.7,18.7,15.9,13.6,11.2,8.42,2.38,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17150",6,40.81618,-73.902,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,18.430227,11.465859,45.6,"2013-07-15 00:00",44.5,"2013-06-27 00:00",39.6,"2013-07-09 00:00",36.9,"2013-07-03 00:00","","","","",45.6,45.6,39.6,35.2,26.3,16.9,5.48,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17151",6,40.81618,-73.902,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.733045,0.355753,2.07,"2013-07-03 00:00",1.36,"2013-06-27 00:00",1.23,"2013-06-09 00:00",1.17,"2013-07-15 00:00","","","","",2.07,2.07,1.23,1.15,0.945,0.709,0.298,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17158",6,40.81618,-73.902,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.069536,0.043416,0.167,"2013-02-15 00:00",0.161,"2013-01-16 00:00",0.159,"2013-01-28 00:00",0.125,"2013-02-03 00:00","","","","",0.167,0.167,0.159,0.122,0.102,0.0704,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17159",6,40.81618,-73.902,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.754386,1.436465,5.91,"2013-07-15 00:00",5.52,"2013-06-27 00:00",5.42,"2013-08-20 00:00",5.09,"2013-07-09 00:00","","","","",5.91,5.91,5.42,4.79,3.74,2.74,1.07,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17160",6,40.81618,-73.902,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.063318,0.095071,0.423,"2013-07-03 00:00",0.262,"2013-01-28 00:00",0.246,"2013-09-25 00:00",0.226,"2013-01-16 00:00","","","","",0.423,0.423,0.246,0.2,0.119,0.023,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17201",6,40.81618,-73.902,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,5.363409,2.876031,11.9,"2013-07-15 00:00",11.5,"2013-06-27 00:00",10.8,"2013-07-03 00:00",10.7,"2013-07-09 00:00","","","","",11.9,11.9,10.8,10.4,7.01,5.27,1.87,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17204",6,40.81618,-73.902,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,4.056295,2.010527,10.8,"2013-08-20 00:00",8.44,"2013-09-13 00:00",7.66,"2013-07-03 00:00",6.65,"2013-01-10 00:00","","","","",10.8,10.8,7.66,6.21,5.27,3.69,1.83,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17208",6,40.81618,-73.902,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.284043,0.11432,0.638,"2013-01-28 00:00",0.537,"2013-07-15 00:00",0.526,"2013-02-15 00:00",0.442,"2013-02-03 00:00","","","","",0.638,0.638,0.526,0.437,0.331,0.268,0.17,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17211",6,40.81618,-73.902,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.187409,0.147286,0.527,"2013-04-04 00:00",0.511,"2013-09-13 00:00",0.48,"2013-08-20 00:00",0.464,"2013-01-04 00:00","","","","",0.527,0.527,0.48,0.41,0.304,0.142,0.052,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17212",6,40.81618,-73.902,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.015211,0.021467,0.0785,"2013-01-28 00:00",0.0566,"2013-09-25 00:00",0.0558,"2013-01-04 00:00",0.0551,"2013-02-15 00:00","","","","",0.0785,0.0785,0.0558,0.0455,0.0331,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17215",6,40.81618,-73.902,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.097932,0.063737,0.333,"2013-01-28 00:00",0.223,"2013-09-25 00:00",0.221,"2013-02-15 00:00",0.181,"2013-07-15 00:00","","","","",0.333,0.333,0.221,0.175,0.123,0.088,0.038,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17220",6,40.81618,-73.902,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.269955,0.163413,0.763,"2013-01-28 00:00",0.612,"2013-02-15 00:00",0.595,"2013-01-16 00:00",0.57,"2013-01-04 00:00","","","","",0.763,0.763,0.595,0.537,0.357,0.23,0.095,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17223",6,40.81618,-73.902,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.059091,0.046451,0.181,"2013-01-28 00:00",0.154,"2013-01-16 00:00",0.15,"2013-02-15 00:00",0.133,"2013-09-25 00:00","","","","",0.181,0.181,0.15,0.131,0.084,0.054,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17224",6,40.81618,-73.902,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.168591,0.101973,0.421,"2013-01-28 00:00",0.386,"2013-01-04 00:00",0.379,"2013-02-15 00:00",0.356,"2013-01-16 00:00","","","","",0.421,0.421,0.379,0.319,0.218,0.17,0.055,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17231",6,40.81618,-73.902,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.007023,0.013902,0.054,"2013-01-28 00:00",0.042,"2013-02-15 00:00",0.032,"2013-04-16 00:00",0.03,"2013-01-04 00:00","","","","",0.054,0.054,0.032,0.029,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17237",6,40.81618,-73.902,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.344727,0.268013,0.979,"2013-01-10 00:00",0.944,"2013-01-04 00:00",0.815,"2013-01-28 00:00",0.764,"2013-01-16 00:00","","","","",0.979,0.979,0.815,0.746,0.567,0.249,0.081,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17242",6,40.81618,-73.902,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.10975,0.080989,0.395,"2013-01-28 00:00",0.29,"2013-01-04 00:00",0.264,"2013-09-25 00:00",0.244,"2013-02-15 00:00","","","","",0.395,0.395,0.264,0.218,0.143,0.09,0.04,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","17243",6,40.81618,-73.902,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.168664,0.112582,0.471,"2013-01-28 00:00",0.441,"2013-01-16 00:00",0.385,"2013-01-04 00:00",0.379,"2013-02-15 00:00","","","","",0.471,0.471,0.385,0.352,0.213,0.154,0.0506,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-03" +"36","005","0110","42401",1,40.81618,-73.902,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8461,97,358,365,0,291,0,"","Certification not required",0,3.244693,3.534847,32.1,"2013-01-09 07:00",20.9,"2013-01-25 15:00",17.3,"2013-12-03 07:00",16.7,"2013-01-08 07:00","","","","",16.7,13,9.7,7.1,4.6,2.1,0.4,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42401",1,40.81618,-73.902,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8461,97,358,365,0,291,"","","Certification not required",0,1.220778,1.886313,32.1,"2013-01-09 07:00",25.1,"2013-01-09 06:00",20.9,"2013-01-25 15:00",19.8,"2013-01-09 08:00","","","","",8.4,6.9,4.8,3.4,1.6,0.6,-0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42401",1,40.81618,-73.902,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,1.226816,1.5163,9.1,"2013-01-09 00:00",8,"2013-01-08 00:00",6.8,"2013-12-03 00:00",6.8,"2013-12-19 00:00","","","","",6.8,5.5,4.7,3.1,1.8,0.7,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42401",1,40.81618,-73.902,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2781,95,357,365,0,0,"",0,"Certification not required",0,1.199425,1.808785,25.6,"2013-01-09 08:00",15,"2013-01-25 17:00",14.4,"2013-01-08 08:00",13.8,"2013-12-03 08:00","","","","",7.9,6.5,4.8,3.4,1.6,0.6,-0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42401",5,40.81618,-73.902,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",93482,89,328,365,0,2876,"","","Certification not required",0,1.172207,1.970883,46.6,"2013-01-09 06:50",46.3,"2013-01-09 06:45",43.5,"2013-01-09 06:55",41.9,"2013-01-09 06:40","","","","",8.7,7.1,4.9,3.4,1.6,0.5,-0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","42601",1,40.81618,-73.902,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8433,96,355,365,0,326,"","","Certification not required",0,8.285569,18.018345,344.9,"2013-01-09 07:00",311.5,"2013-01-09 06:00",297.1,"2013-01-09 10:00",291.3,"2013-01-09 09:00","","","","",84.1,61.3,35.5,18.6,7,2.9,0.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42602",1,40.81618,-73.902,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8434,96,355,365,0,325,0,"","Certification not required",0,34.595775,11.593248,85.6,"2013-01-09 10:00",72.8,"2013-02-11 07:00",71.9,"2013-04-09 07:00",67.8,"2013-05-29 21:00","","","","",67.8,60.4,54.9,48.9,41.9,34.3,21.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42602",1,40.81618,-73.902,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8434,96,355,365,0,325,"","","Certification not required",0,20.669967,10.897154,85.6,"2013-01-09 10:00",74.9,"2013-01-09 09:00",72.8,"2013-02-11 07:00",72.4,"2013-02-11 11:00","","","","",51.7,46.7,41.1,36,27.5,18.5,8.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","42603",1,40.81618,-73.902,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8434,96,355,365,0,325,"","","Certification not required",0,29.006664,25.951283,415.4,"2013-01-09 07:00",382.7,"2013-01-09 10:00",379.8,"2013-01-09 06:00",366.1,"2013-01-09 09:00","","","","",127.4,103.5,73.8,53.7,34.4,21.7,9.9,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","43207",2,40.81618,-73.902,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.14,0.016803,0.2,"2013-05-28 00:00",0.16,"2013-05-10 00:00",0.16,"2013-05-16 00:00",0.16,"2013-06-21 00:00","","","","",0.2,0.2,0.16,0.16,0.15,0.14,0.12,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43207",10,40.81618,-73.902,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.150833,0.023143,0.22,"2013-05-28 00:00",0.16,"2013-06-21 00:00",0.15,"2013-05-16 00:00",0.15,"2013-06-15 00:00","","","","",0.22,0.22,0.22,0.16,0.15,0.15,0.14,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43207",20,40.81618,-73.902,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.139524,0.018021,0.2,"2013-05-28 00:00",0.16,"2013-05-16 00:00",0.15,"2013-01-04 00:00",0.15,"2013-05-10 00:00","","","","",0.2,0.2,0.16,0.15,0.15,0.14,0.12,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43208",2,40.81618,-73.902,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.002857,0.016903,0.1,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43208",10,40.81618,-73.902,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43208",20,40.81618,-73.902,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43218",2,40.81618,-73.902,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.14,0.055307,0.3,"2013-01-28 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43218",10,40.81618,-73.902,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.175,0.086603,0.3,"2013-05-16 00:00",0.3,"2013-05-22 00:00",0.3,"2013-05-28 00:00",0.2,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43218",20,40.81618,-73.902,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.12381,0.043644,0.2,"2013-01-04 00:00",0.2,"2013-05-10 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43372",2,40.81618,-73.902,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.005714,0.02355,0.1,"2013-01-28 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43372",10,40.81618,-73.902,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43372",20,40.81618,-73.902,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.004762,0.021822,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-03-05 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43502",2,40.81618,-73.902,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.262069,1.169681,4.7,"2013-06-27 00:00",4.5,"2013-06-21 00:00",4.1,"2013-05-16 00:00",3.9,"2013-06-09 00:00","","","","",4.7,4.7,4.5,4.1,3.3,1.9,1.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43503",2,40.81618,-73.902,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.972414,0.785083,3.5,"2013-05-16 00:00",3.2,"2013-04-10 00:00",3.2,"2013-06-21 00:00",3,"2013-06-09 00:00","","","","",3.5,3.5,3.2,3.2,2.6,1.7,1.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43504",2,40.81618,-73.902,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.368966,0.2392,0.9,"2013-05-22 00:00",0.8,"2013-06-27 00:00",0.7,"2013-05-10 00:00",0.7,"2013-05-16 00:00","","","","",0.9,0.9,0.8,0.7,0.5,0.3,0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43505",2,40.81618,-73.902,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.422857,0.171646,1,"2013-07-03 00:00",0.8,"2013-07-09 00:00",0.6,"2013-01-28 00:00",0.6,"2013-04-10 00:00","","","","",1,1,0.8,0.6,0.5,0.4,0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43505",10,40.81618,-73.902,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.683333,0.282307,1.3,"2013-07-09 00:00",0.9,"2013-05-22 00:00",0.9,"2013-07-15 00:00",0.8,"2013-05-28 00:00","","","","",1.3,1.3,1.3,0.9,0.9,0.7,0.4,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43505",20,40.81618,-73.902,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.4,0.141421,0.7,"2013-07-09 00:00",0.6,"2013-05-16 00:00",0.6,"2013-05-22 00:00",0.6,"2013-05-28 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.4,0.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43510",2,40.81618,-73.902,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.199379,0.131448,0.436,"2013-05-16 00:00",0.432,"2013-06-21 00:00",0.416,"2013-05-10 00:00",0.392,"2013-06-09 00:00","","","","",0.436,0.436,0.432,0.416,0.332,0.14,0.072,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43515",2,40.81618,-73.902,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",18,0.096897,0.103755,0.41,"2013-06-27 00:00",0.35,"2013-06-09 00:00",0.34,"2013-06-15 00:00",0.21,"2013-06-21 00:00","","","","",0.41,0.41,0.35,0.34,0.09,0.05,0.02,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43516",2,40.81618,-73.902,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",14,0.075517,0.040584,0.18,"2013-05-16 00:00",0.14,"2013-06-21 00:00",0.13,"2013-06-09 00:00",0.12,"2013-06-15 00:00","","","","",0.18,0.18,0.14,0.13,0.1,0.06,0.02,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43517",2,40.81618,-73.902,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",15,0.11,0.091846,0.37,"2013-05-10 00:00",0.34,"2013-05-16 00:00",0.23,"2013-06-09 00:00",0.21,"2013-05-28 00:00","","","","",0.37,0.37,0.34,0.23,0.16,0.05,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43518",2,40.81618,-73.902,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",9,0.169483,0.150038,0.77,"2013-06-27 00:00",0.34,"2013-06-09 00:00",0.32,"2013-06-21 00:00",0.31,"2013-05-16 00:00","","","","",0.77,0.77,0.34,0.32,0.23,0.11,0.05,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43552",2,40.81618,-73.902,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",1,0.7375,0.434891,2.11,"2013-04-10 00:00",1.4,"2013-02-15 00:00",1.4,"2013-05-16 00:00",1.15,"2013-06-21 00:00","","","","",2.11,2.11,1.4,1.4,0.98,0.7,0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43801",2,40.81618,-73.902,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.537143,0.054695,0.7,"2013-06-27 00:00",0.6,"2013-05-10 00:00",0.6,"2013-05-16 00:00",0.6,"2013-05-22 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.5,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43801",10,40.81618,-73.902,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.616667,0.057735,0.7,"2013-05-22 00:00",0.7,"2013-06-03 00:00",0.7,"2013-06-27 00:00",0.6,"2013-05-16 00:00","","","","",0.7,0.7,0.7,0.7,0.7,0.6,0.6,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43801",20,40.81618,-73.902,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.552381,0.060159,0.7,"2013-06-27 00:00",0.6,"2013-05-10 00:00",0.6,"2013-05-16 00:00",0.6,"2013-05-22 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.5,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43802",2,40.81618,-73.902,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.211429,0.140945,0.8,"2013-07-27 00:00",0.4,"2013-05-10 00:00",0.4,"2013-07-03 00:00",0.3,"2013-04-04 00:00","","","","",0.8,0.8,0.4,0.3,0.3,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43802",10,40.81618,-73.902,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.291667,0.219331,0.9,"2013-07-15 00:00",0.5,"2013-07-27 00:00",0.3,"2013-05-16 00:00",0.3,"2013-05-22 00:00","","","","",0.9,0.9,0.9,0.5,0.3,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43802",20,40.81618,-73.902,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.228571,0.164751,0.8,"2013-07-27 00:00",0.4,"2013-05-10 00:00",0.3,"2013-04-04 00:00",0.3,"2013-05-16 00:00","","","","",0.8,0.8,0.4,0.3,0.3,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43803",2,40.81618,-73.902,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.011429,0.03228,0.1,"2013-05-16 00:00",0.1,"2013-06-09 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43803",10,40.81618,-73.902,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.025,0.045227,0.1,"2013-05-16 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-09 00:00",0,"2013-05-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43803",20,40.81618,-73.902,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.009524,0.030079,0.1,"2013-05-16 00:00",0.1,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43804",2,40.81618,-73.902,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43804",10,40.81618,-73.902,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.1,0,0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43804",20,40.81618,-73.902,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-21 00:00",0.1,"2013-03-05 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43811",2,40.81618,-73.902,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.303429,0.042004,0.4,"2013-07-03 00:00",0.39,"2013-06-21 00:00",0.37,"2013-06-03 00:00",0.37,"2013-06-27 00:00","","","","",0.4,0.4,0.39,0.37,0.33,0.3,0.25,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43811",10,40.81618,-73.902,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.330833,0.041878,0.4,"2013-06-21 00:00",0.38,"2013-06-03 00:00",0.36,"2013-06-27 00:00",0.36,"2013-07-15 00:00","","","","",0.4,0.4,0.4,0.38,0.36,0.34,0.29,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43811",20,40.81618,-73.902,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.301905,0.040202,0.38,"2013-06-03 00:00",0.37,"2013-07-15 00:00",0.34,"2013-05-10 00:00",0.33,"2013-05-22 00:00","","","","",0.38,0.38,0.37,0.34,0.33,0.31,0.25,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43812",2,40.81618,-73.902,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43812",10,40.81618,-73.902,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43812",20,40.81618,-73.902,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43813",2,40.81618,-73.902,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43813",10,40.81618,-73.902,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43813",20,40.81618,-73.902,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43814",2,40.81618,-73.902,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43814",10,40.81618,-73.902,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43814",20,40.81618,-73.902,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43815",2,40.81618,-73.902,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.005714,0.02355,0.1,"2013-01-28 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43815",10,40.81618,-73.902,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43815",20,40.81618,-73.902,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.004762,0.021822,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-03-05 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43817",2,40.81618,-73.902,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.122857,0.100252,0.3,"2013-02-15 00:00",0.3,"2013-05-16 00:00",0.3,"2013-05-22 00:00",0.3,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43817",10,40.81618,-73.902,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.15,0.1,0.3,"2013-05-16 00:00",0.3,"2013-05-22 00:00",0.3,"2013-06-03 00:00",0.2,"2013-05-28 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43817",20,40.81618,-73.902,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.114286,0.101419,0.3,"2013-05-16 00:00",0.3,"2013-05-22 00:00",0.3,"2013-06-03 00:00",0.2,"2013-03-11 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43818",2,40.81618,-73.902,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43818",10,40.81618,-73.902,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43818",20,40.81618,-73.902,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43819",2,40.81618,-73.902,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43819",10,40.81618,-73.902,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43819",20,40.81618,-73.902,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43820",2,40.81618,-73.902,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43820",10,40.81618,-73.902,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43820",20,40.81618,-73.902,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43823",2,40.81618,-73.902,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.565429,0.058779,0.72,"2013-07-03 00:00",0.65,"2013-06-27 00:00",0.64,"2013-05-16 00:00",0.64,"2013-06-03 00:00","","","","",0.72,0.72,0.65,0.64,0.62,0.56,0.49,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43823",10,40.81618,-73.902,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.619167,0.026785,0.65,"2013-05-16 00:00",0.65,"2013-06-03 00:00",0.64,"2013-06-21 00:00",0.64,"2013-06-27 00:00","","","","",0.65,0.65,0.65,0.65,0.64,0.62,0.57,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43823",20,40.81618,-73.902,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.574286,0.057582,0.65,"2013-05-16 00:00",0.65,"2013-07-15 00:00",0.64,"2013-05-10 00:00",0.63,"2013-05-22 00:00","","","","",0.65,0.65,0.65,0.64,0.63,0.58,0.49,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43824",2,40.81618,-73.902,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.002857,0.016903,0.1,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43824",10,40.81618,-73.902,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.008333,0.028868,0.1,"2013-05-22 00:00",0,"2013-05-16 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43824",20,40.81618,-73.902,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43826",2,40.81618,-73.902,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43826",10,40.81618,-73.902,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43826",20,40.81618,-73.902,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43828",2,40.81618,-73.902,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",33,0.005571,0.002649,0.02,"2013-01-28 00:00",0.01,"2013-02-21 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00","","","","",0.02,0.02,0.01,0.005,0.005,0.005,0.005,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43828",10,40.81618,-73.902,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",12,0.005,0,0.005,"2013-05-16 00:00",0.005,"2013-05-22 00:00",0.005,"2013-05-28 00:00",0.005,"2013-06-03 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43828",20,40.81618,-73.902,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",20,0.005238,0.001091,0.01,"2013-02-21 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-22 00:00",0.005,"2013-03-05 00:00","","","","",0.01,0.01,0.005,0.005,0.005,0.005,0.005,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43829",2,40.81618,-73.902,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43829",10,40.81618,-73.902,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43829",20,40.81618,-73.902,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43830",2,40.81618,-73.902,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43830",10,40.81618,-73.902,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43830",20,40.81618,-73.902,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43831",2,40.81618,-73.902,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43831",10,40.81618,-73.902,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43831",20,40.81618,-73.902,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43839",2,40.81618,-73.902,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",34,0.010286,0.00169,0.02,"2013-01-28 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43839",10,40.81618,-73.902,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",12,0.01,0,0.01,"2013-05-16 00:00",0.01,"2013-05-22 00:00",0.01,"2013-05-28 00:00",0.01,"2013-06-03 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43839",20,40.81618,-73.902,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",20,0.010476,0.002182,0.02,"2013-02-21 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-22 00:00",0.01,"2013-03-05 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43843",2,40.81618,-73.902,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43843",10,40.81618,-73.902,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43843",20,40.81618,-73.902,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43844",2,40.81618,-73.902,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.002857,0.016903,0.1,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43844",10,40.81618,-73.902,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43844",20,40.81618,-73.902,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.004762,0.021822,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-03-05 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43860",2,40.81618,-73.902,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43860",10,40.81618,-73.902,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","43860",20,40.81618,-73.902,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","44201",1,40.81618,-73.902,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8467,94,202,214,0,292,0,0,"Certification not required",1037,0.045698,0.014884,0.098,"2013-07-17 16:00",0.086,"2013-08-21 15:00",0.085,"2013-06-25 12:00",0.084,"2013-06-24 12:00","","","","",0.085,0.081,0.073,0.065,0.055,0.044,0.033,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","44201",1,40.81618,-73.902,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8352,94,201,214,0,0,0,0,"Certification not required",0,0.038856,0.012956,0.074,"2013-07-17 11:00",0.073,"2013-07-19 11:00",0.072,"2013-06-24 09:00",0.071,"2013-05-30 10:00","","","","",0.072,0.071,0.061,0.055,0.047,0.038,0.029,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","44201",1,40.81618,-73.902,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8352,94,201,214,0,0,0,0,"Certification not required",0,0.038856,0.012956,0.074,"2013-07-17 11:00",0.073,"2013-07-19 11:00",0.072,"2013-06-24 09:00",0.071,"2013-05-30 10:00","","","","",0.072,0.071,0.061,0.055,0.047,0.038,0.029,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","45109",2,40.81618,-73.902,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,1.722857,0.84717,3.4,"2013-05-10 00:00",3.3,"2013-07-03 00:00",3.2,"2013-05-22 00:00",3.1,"2013-05-16 00:00","","","","",3.4,3.4,3.3,3.1,2.5,1.4,0.7,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45109",10,40.81618,-73.902,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,2.066667,0.895781,3.6,"2013-05-16 00:00",3.6,"2013-05-22 00:00",2.8,"2013-05-28 00:00",2.3,"2013-06-03 00:00","","","","",3.6,3.6,3.6,3.6,2.8,2,1.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45109",20,40.81618,-73.902,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,1.661905,0.821265,3.2,"2013-05-22 00:00",3.1,"2013-05-10 00:00",3.1,"2013-05-16 00:00",2.5,"2013-05-28 00:00","","","","",3.2,3.2,3.1,3.1,2.2,1.4,0.6,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45201",2,40.81618,-73.902,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,1.377143,0.47222,2.7,"2013-01-28 00:00",2.4,"2013-01-16 00:00",2.3,"2013-02-15 00:00",2.1,"2013-02-03 00:00","","","","",2.7,2.7,2.4,2.1,1.6,1.3,0.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45201",10,40.81618,-73.902,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,1.133333,0.36265,1.8,"2013-05-28 00:00",1.7,"2013-05-16 00:00",1.4,"2013-05-22 00:00",1.3,"2013-06-09 00:00","","","","",1.8,1.8,1.8,1.7,1.4,1.1,0.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45201",20,40.81618,-73.902,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,1.214286,0.339538,2,"2013-01-04 00:00",1.7,"2013-05-16 00:00",1.6,"2013-05-10 00:00",1.6,"2013-05-28 00:00","","","","",2,2,1.7,1.6,1.4,1.2,0.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45202",2,40.81618,-73.902,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,3.014286,1.720319,6.9,"2013-07-03 00:00",6.4,"2013-05-22 00:00",5.8,"2013-05-10 00:00",5.8,"2013-05-16 00:00","","","","",6.9,6.9,6.4,5.8,4.4,2.3,1.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45202",10,40.81618,-73.902,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,3.825,1.821151,6.9,"2013-05-22 00:00",6.2,"2013-05-16 00:00",6.2,"2013-05-28 00:00",4.6,"2013-06-03 00:00","","","","",6.9,6.9,6.9,6.2,6.2,3.4,1.5,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45202",20,40.81618,-73.902,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,2.9,1.732917,6.4,"2013-05-22 00:00",5.8,"2013-05-16 00:00",5.7,"2013-05-28 00:00",5.3,"2013-05-10 00:00","","","","",6.4,6.4,5.8,5.7,3.8,2.2,1.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45203",2,40.81618,-73.902,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.491429,0.225403,1,"2013-05-22 00:00",0.9,"2013-05-10 00:00",0.9,"2013-05-16 00:00",0.8,"2013-01-28 00:00","","","","",1,1,0.9,0.8,0.6,0.4,0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45203",10,40.81618,-73.902,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.533333,0.264002,1,"2013-05-16 00:00",1,"2013-05-22 00:00",0.7,"2013-05-28 00:00",0.6,"2013-06-03 00:00","","","","",1,1,1,1,0.7,0.5,0.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45203",20,40.81618,-73.902,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.466667,0.228765,1,"2013-05-22 00:00",0.9,"2013-05-16 00:00",0.8,"2013-05-10 00:00",0.7,"2013-05-28 00:00","","","","",1,1,0.9,0.8,0.6,0.4,0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45204",2,40.81618,-73.902,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.688571,0.318795,1.3,"2013-05-16 00:00",1.2,"2013-05-10 00:00",1.2,"2013-05-22 00:00",1.2,"2013-07-03 00:00","","","","",1.3,1.3,1.2,1.2,1,0.6,0.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45204",10,40.81618,-73.902,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.816667,0.345972,1.4,"2013-05-16 00:00",1.4,"2013-05-22 00:00",1.1,"2013-05-28 00:00",0.9,"2013-06-03 00:00","","","","",1.4,1.4,1.4,1.4,1.1,0.8,0.5,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45204",20,40.81618,-73.902,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.661905,0.320119,1.3,"2013-05-16 00:00",1.2,"2013-05-10 00:00",1.2,"2013-05-22 00:00",1,"2013-05-28 00:00","","","","",1.3,1.3,1.2,1.2,0.9,0.6,0.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45207",2,40.81618,-73.902,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",7,0.220143,0.190593,1.1,"2013-06-15 00:00",0.42,"2013-07-03 00:00",0.41,"2013-06-27 00:00",0.4,"2013-05-10 00:00","","","","",1.1,1.1,0.42,0.4,0.3,0.18,0.045,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45207",10,40.81618,-73.902,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.3425,0.284385,1.15,"2013-06-15 00:00",0.48,"2013-05-22 00:00",0.44,"2013-05-16 00:00",0.4,"2013-06-27 00:00","","","","",1.15,1.15,1.15,0.48,0.44,0.31,0.14,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45207",20,40.81618,-73.902,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",2,0.227143,0.224942,1.12,"2013-06-15 00:00",0.38,"2013-06-27 00:00",0.37,"2013-05-10 00:00",0.31,"2013-05-16 00:00","","","","",1.12,1.12,0.38,0.37,0.23,0.2,0.09,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45208",2,40.81618,-73.902,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.722857,0.527528,3.1,"2013-06-15 00:00",1.4,"2013-07-03 00:00",1.2,"2013-05-10 00:00",1.2,"2013-06-27 00:00","","","","",3.1,3.1,1.4,1.2,1,0.6,0.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45208",10,40.81618,-73.902,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,1.05,0.748939,3.1,"2013-06-15 00:00",1.5,"2013-05-16 00:00",1.4,"2013-05-22 00:00",1.2,"2013-06-27 00:00","","","","",3.1,3.1,3.1,1.5,1.4,0.9,0.5,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45208",20,40.81618,-73.902,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.728571,0.617368,3.1,"2013-06-15 00:00",1.2,"2013-06-27 00:00",1.1,"2013-05-10 00:00",1.1,"2013-05-16 00:00","","","","",3.1,3.1,1.2,1.1,0.9,0.6,0.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45220",2,40.81618,-73.902,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.157143,0.073907,0.3,"2013-01-28 00:00",0.3,"2013-02-15 00:00",0.3,"2013-05-10 00:00",0.3,"2013-06-27 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45220",10,40.81618,-73.902,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.158333,0.079296,0.3,"2013-05-22 00:00",0.2,"2013-05-16 00:00",0.2,"2013-05-28 00:00",0.2,"2013-06-03 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45220",20,40.81618,-73.902,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.138095,0.058959,0.2,"2013-01-04 00:00",0.2,"2013-04-04 00:00",0.2,"2013-05-10 00:00",0.2,"2013-05-16 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45501",2,40.81618,-73.902,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.843103,0.545087,2.31,"2013-04-04 00:00",2.21,"2013-04-10 00:00",1.5,"2013-02-27 00:00",1.3,"2013-01-04 00:00","","","","",2.31,2.31,2.21,1.5,1,0.85,0.08,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45504",2,40.81618,-73.902,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",16,0.077931,0.044592,0.21,"2013-05-04 00:00",0.2,"2013-06-27 00:00",0.12,"2013-06-09 00:00",0.11,"2013-05-16 00:00","","","","",0.21,0.21,0.2,0.12,0.1,0.05,0.04,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45801",2,40.81618,-73.902,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.005714,0.02355,0.1,"2013-01-28 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45801",10,40.81618,-73.902,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45801",20,40.81618,-73.902,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.004762,0.021822,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-03-05 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45805",2,40.81618,-73.902,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",33,0.034286,0.017704,0.11,"2013-02-03 00:00",0.1,"2013-01-28 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.11,0.11,0.1,0.03,0.03,0.03,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45805",10,40.81618,-73.902,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",12,0.03,0,0.03,"2013-05-16 00:00",0.03,"2013-05-22 00:00",0.03,"2013-05-28 00:00",0.03,"2013-06-03 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45805",20,40.81618,-73.902,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",20,0.031429,0.006547,0.06,"2013-02-21 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-22 00:00",0.03,"2013-03-05 00:00","","","","",0.06,0.06,0.03,0.03,0.03,0.03,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45806",2,40.81618,-73.902,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",33,0.033714,0.015734,0.11,"2013-02-03 00:00",0.08,"2013-01-28 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.11,0.11,0.08,0.03,0.03,0.03,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45806",10,40.81618,-73.902,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",12,0.03,0,0.03,"2013-05-16 00:00",0.03,"2013-05-22 00:00",0.03,"2013-05-28 00:00",0.03,"2013-06-03 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45806",20,40.81618,-73.902,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",21,0.03,0,0.03,"2013-01-04 00:00",0.03,"2013-01-22 00:00",0.03,"2013-02-21 00:00",0.03,"2013-03-05 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.03,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45807",2,40.81618,-73.902,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.22,0.102326,0.4,"2013-05-16 00:00",0.4,"2013-05-22 00:00",0.4,"2013-05-28 00:00",0.4,"2013-06-09 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45807",10,40.81618,-73.902,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0.291667,0.090034,0.4,"2013-05-16 00:00",0.4,"2013-05-22 00:00",0.4,"2013-05-28 00:00",0.4,"2013-06-27 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.3,0.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45807",20,40.81618,-73.902,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.219048,0.112335,0.4,"2013-05-16 00:00",0.4,"2013-05-22 00:00",0.4,"2013-05-28 00:00",0.4,"2013-06-27 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.1,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45809",2,40.81618,-73.902,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.02,0.047279,0.2,"2013-02-03 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-21 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45809",10,40.81618,-73.902,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45809",20,40.81618,-73.902,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.004762,0.021822,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-03-05 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45810",2,40.81618,-73.902,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,0,"","","Certification not required",0,0.02,0.05841,0.3,"2013-02-03 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.3,0.3,0.1,0.1,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45810",10,40.81618,-73.902,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,20,12,61,0,23,"","","Certification not required",0,0,0,0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-05-28 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","45810",20,40.81618,-73.902,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",21,34,21,61,0,0,"","","Certification not required",0,0.004762,0.021822,0.1,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00","","","","",0.1,0.1,0,0,0,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0110","68101",1,40.81618,-73.902,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,100,61,61,0,0,"","","Certification not required",76,0.110744,0.095133,0.4,"2013-02-21 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-19 00:00",0.3,"2013-01-28 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.05,0.05,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68101",3,40.81618,-73.902,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",57,93,57,61,0,3,"","","Certification not required",42,0.115789,0.17376,1,"2013-09-19 00:00",0.8,"2013-09-13 00:00",0.4,"2013-01-22 00:00",0.4,"2013-03-23 00:00","","","","",1,0.8,0.4,0.3,0.1,0.05,0.05,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68101",4,40.81618,-73.902,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",56,92,56,61,0,3,"","","Certification not required",29,0.159821,0.136987,0.5,"2013-03-05 00:00",0.5,"2013-03-23 00:00",0.4,"2013-03-11 00:00",0.4,"2013-03-17 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68102",1,40.81618,-73.902,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68102",3,40.81618,-73.902,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",57,93,57,61,0,3,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68102",4,40.81618,-73.902,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",56,92,56,61,0,3,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68103",1,40.81618,-73.902,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,9.62314,9.426653,28.8,"2013-07-18 00:00",26.5,"2013-07-15 00:00",26.4,"2013-07-06 00:00",25.2,"2013-07-09 00:00","","","","",26.5,26.4,23.8,21.5,18.1,10.7,-2.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68103",3,40.81618,-73.902,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,3,"","","Certification not required",0,8.778947,12.025356,26.1,"2013-07-15 00:00",24.8,"2013-07-09 00:00",24.6,"2013-07-21 00:00",24.2,"2013-09-01 00:00","","","","",26.1,24.8,24.6,22.6,17.5,11.2,-4.6,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68103",4,40.81618,-73.902,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,3,"","","Certification not required",0,9.101786,10.104355,26.6,"2013-07-15 00:00",25.1,"2013-07-09 00:00",25,"2013-07-21 00:00",23.6,"2013-07-03 00:00","","","","",26.6,25.1,25,21.9,17.9,10.7,-4.9,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68104",1,40.81618,-73.902,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",111,100,56,61,0,0,"","","Certification not required",0,14.613514,9.363357,33.3,"2013-07-18 00:00",31.3,"2013-07-06 00:00",31.3,"2013-07-15 00:00",29.1,"2013-06-24 00:00","","","","",31.3,31.3,28,25.7,23.4,15.3,2.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","005","0110","68104",3,40.81618,-73.902,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",53,87,53,61,0,2,"","","Certification not required",0,15.073585,9.590002,31,"2013-07-15 00:00",28.8,"2013-07-09 00:00",27.5,"2013-07-21 00:00",26.7,"2013-09-01 00:00","","","","",31,28.8,27.5,25.9,23.1,16.4,1.6,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","005","0110","68104",4,40.81618,-73.902,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,3,"","","Certification not required",0,14.390196,10.12921,31.6,"2013-07-15 00:00",29.2,"2013-07-09 00:00",28.1,"2013-07-21 00:00",26.6,"2013-08-20 00:00","","","","",31.6,29.2,28.1,26.3,23.7,16.1,0.4,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68105",1,40.81618,-73.902,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,0,"","","Certification not required",0,18.468595,10.067497,38.2,"2013-07-18 00:00",36.6,"2013-06-24 00:00",36.3,"2013-07-06 00:00",35.9,"2013-07-15 00:00","","","","",36.6,36.3,32.3,30.8,27.9,18.4,4.9,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68105",3,40.81618,-73.902,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,3,"","","Certification not required",0,19.32807,10.278058,35.8,"2013-07-15 00:00",34,"2013-07-09 00:00",32,"2013-08-20 00:00",31.8,"2013-09-01 00:00","","","","",35.8,34,32,30.6,29.1,20.7,4.4,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68105",4,40.81618,-73.902,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,3,"","","Certification not required",0,18.101786,10.951139,36.2,"2013-07-15 00:00",34,"2013-07-09 00:00",32.6,"2013-08-20 00:00",32.4,"2013-07-21 00:00","","","","",36.2,34,32.6,30.9,29.1,19,3.2,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68106",1,40.81618,-73.902,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,100,56,61,0,0,"","","Certification not required",0,761.018018,5.386822,775,"2013-04-22 00:00",773,"2013-11-21 00:00",773,"2013-11-30 00:00",771,"2013-05-01 00:00","","","","",773,773,769,767,764,761,755,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","005","0110","68106",3,40.81618,-73.902,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,53,61,0,2,"","","Certification not required",0,760.132075,4.607843,773,"2013-04-22 00:00",770,"2013-10-13 00:00",768,"2013-06-21 00:00",767,"2013-05-04 00:00","","","","",773,770,768,766,763,760,755,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","005","0110","68106",4,40.81618,-73.902,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,3,"","","Certification not required",0,759.901961,5.227829,773,"2013-04-22 00:00",770,"2013-11-30 00:00",768,"2013-05-04 00:00",768,"2013-06-21 00:00","","","","",773,770,768,767,763,759,755,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68107",1,40.81618,-73.902,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,764.661157,5.217844,780,"2013-11-30 00:00",778,"2013-04-22 00:00",777,"2013-11-21 00:00",775,"2013-01-10 00:00","","","","",778,777,772,771,768,765,758,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68107",3,40.81618,-73.902,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,3,"","","Certification not required",0,763.807018,4.549092,777,"2013-04-22 00:00",773,"2013-01-10 00:00",772,"2013-10-13 00:00",771,"2013-11-06 00:00","","","","",777,773,772,769,767,764,758,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68107",4,40.81618,-73.902,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,3,"","","Certification not required",0,763.625,5.101025,777,"2013-04-22 00:00",777,"2013-11-30 00:00",773,"2013-01-10 00:00",770,"2013-05-04 00:00","","","","",777,777,773,769,767,763,759,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68108",1,40.81618,-73.902,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,0,"","","Certification not required",0,768.198347,5.205157,784,"2013-11-30 00:00",781,"2013-04-22 00:00",781,"2013-11-21 00:00",778,"2013-01-10 00:00","","","","",781,781,777,774,772,768,762,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68108",3,40.81618,-73.902,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,3,"","","Certification not required",0,767.210526,4.977581,779,"2013-04-22 00:00",777,"2013-01-10 00:00",776,"2013-11-06 00:00",775,"2013-01-28 00:00","","","","",779,777,776,774,771,768,761,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68108",4,40.81618,-73.902,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,3,"","","Certification not required",0,767.160714,5.263171,781,"2013-11-30 00:00",780,"2013-04-22 00:00",777,"2013-01-10 00:00",775,"2013-01-28 00:00","","","","",781,780,777,773,771,767,761,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","68109",1,40.81618,-73.902,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1439.528926,2.884078,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68109",3,40.81618,-73.902,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",57,93,57,61,0,3,"","","Certification not required",0,1439.842105,0.492424,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","68109",4,40.81618,-73.902,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",56,92,56,61,0,3,"","","Certification not required",0,1439.910714,0.287736,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","84313",2,40.81618,-73.902,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",6538,75,273,365,0,14,"","","Certification not required",32,1.278646,1.036598,17.63,"2013-02-11 19:00",16.53,"2013-01-09 06:00",16.22,"2013-02-11 11:00",16.15,"2013-04-09 06:00","","","","",4.88,4.02,3.05,2.36,1.56,1.01,0.45,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-22" +"36","005","0110","85101",4,40.81618,-73.902,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5545,63,230,365,0,2465,"","","Certification not required",0,18.104472,11.919704,101.3,"2013-01-09 11:00",99.8,"2013-01-09 10:00",99.1,"2013-04-09 08:00",93.5,"2013-01-09 07:00","","","","",52.6,46.3,39.3,33.5,24.8,16.5,4.8,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","85101",5,40.81618,-73.902,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,3,"","","Certification not required",1,16.649123,8.382574,39,"2013-02-15 00:00",37,"2013-01-28 00:00",35,"2013-05-22 00:00",32,"2013-10-31 00:00","","","","",39,37,35,28,21,16,7,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","85101",6,40.81618,-73.902,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.192308,8.319687,39,"2013-02-15 00:00",35,"2013-01-28 00:00",32,"2013-08-08 00:00",30,"2013-07-03 00:00","","","","",39,35,32,28,23,17,7,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","85102",1,40.81618,-73.902,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,3.435476,1.69972,8.93,"2013-02-15 00:00",8.31,"2013-01-28 00:00",6.94,"2013-01-16 00:00",6.4,"2013-01-04 00:00","","","","",8.93,8.93,6.94,5.4,3.98,2.91,1.7,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85102",2,40.81618,-73.902,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,3.666389,1.831,9.06,"2013-02-15 00:00",8.16,"2013-01-28 00:00",7.46,"2013-01-16 00:00",6.8,"2013-01-04 00:00","","","","",9.06,9.06,8.16,6.8,4.32,3.02,1.94,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85103",1,40.81618,-73.902,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.697143,0.3552,1.76,"2013-05-28 00:00",1.36,"2013-02-15 00:00",1.3,"2013-01-28 00:00",1.26,"2013-06-09 00:00","","","","",1.76,1.76,1.3,1.22,0.92,0.65,0.35,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85103",2,40.81618,-73.902,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,0.63,0.30784,1.31,"2013-01-28 00:00",1.29,"2013-02-15 00:00",1.21,"2013-04-28 00:00",1.2,"2013-06-09 00:00","","","","",1.31,1.31,1.29,1.2,0.8,0.51,0.31,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85105",1,40.81618,-73.902,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.004524,0.008612,0.03,"2013-01-04 00:00",0.03,"2013-01-28 00:00",0.03,"2013-02-15 00:00",0.02,"2013-01-16 00:00","","","","",0.03,0.03,0.03,0.01,0.01,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85105",2,40.81618,-73.902,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,0.005833,0.008062,0.03,"2013-01-28 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0,0,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85110",1,40.81618,-73.902,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.094048,0.052455,0.24,"2013-01-28 00:00",0.21,"2013-01-04 00:00",0.21,"2013-02-15 00:00",0.16,"2013-05-28 00:00","","","","",0.24,0.24,0.21,0.16,0.13,0.08,0.04,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85110",2,40.81618,-73.902,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,0.091667,0.052181,0.23,"2013-01-28 00:00",0.21,"2013-01-04 00:00",0.2,"2013-02-15 00:00",0.15,"2013-02-03 00:00","","","","",0.23,0.23,0.21,0.15,0.13,0.08,0.04,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85113",1,40.81618,-73.902,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.551667,0.362195,1.54,"2013-01-28 00:00",1.54,"2013-02-15 00:00",1.38,"2013-01-16 00:00",1.2,"2013-01-04 00:00","","","","",1.54,1.54,1.38,0.97,0.7,0.42,0.21,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85113",2,40.81618,-73.902,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,0.629167,0.377264,1.57,"2013-02-15 00:00",1.47,"2013-01-28 00:00",1.45,"2013-01-16 00:00",1.29,"2013-01-04 00:00","","","","",1.57,1.57,1.47,1.29,0.87,0.54,0.29,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85128",1,40.81618,-73.902,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.00479,0.00259,0.0127,"2013-09-19 00:00",0.0117,"2013-02-15 00:00",0.0102,"2013-04-10 00:00",0.0085,"2013-01-28 00:00","","","","",0.0127,0.0127,0.0102,0.0073,0.006,0.0041,0.0019,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85128",2,40.81618,-73.902,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,0.004581,0.002681,0.0123,"2013-09-19 00:00",0.012,"2013-02-15 00:00",0.0101,"2013-04-10 00:00",0.0083,"2013-01-28 00:00","","","","",0.0123,0.0123,0.012,0.0083,0.0058,0.0039,0.0019,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85132",1,40.81618,-73.902,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,6.887857,3.330235,17.79,"2013-05-16 00:00",14.6,"2013-02-15 00:00",12.27,"2013-04-10 00:00",11.15,"2013-07-03 00:00","","","","",17.79,17.79,12.27,11.06,8.43,6.11,3.43,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85132",2,40.81618,-73.902,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,6.625,2.983395,14.45,"2013-02-15 00:00",14.07,"2013-07-03 00:00",11.54,"2013-04-10 00:00",10.75,"2013-09-19 00:00","","","","",14.45,14.45,14.07,10.75,8.01,6.08,3.12,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85136",1,40.81618,-73.902,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,5.563095,3.64823,16.73,"2013-01-28 00:00",16.26,"2013-02-15 00:00",13.26,"2013-01-16 00:00",10.86,"2013-01-04 00:00","","","","",16.73,16.73,13.26,9.6,6.98,4.4,2.46,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85136",2,40.81618,-73.902,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",35,57,35,61,0,4,"","","Certification not required",0,6.642,3.810339,16.4,"2013-02-15 00:00",16.02,"2013-01-28 00:00",14.38,"2013-01-16 00:00",12.33,"2013-02-03 00:00","","","","",16.4,16.4,16.02,12.33,8.72,5.42,3.05,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0110","85154",1,40.81618,-73.902,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.491905,0.34298,1.57,"2013-02-15 00:00",1.22,"2013-01-28 00:00",1.07,"2013-07-09 00:00",1.01,"2013-08-26 00:00","","","","",1.57,1.57,1.07,0.93,0.72,0.45,0.14,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85154",2,40.81618,-73.902,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,0.438333,0.343449,1.51,"2013-02-15 00:00",1.27,"2013-01-28 00:00",1.01,"2013-07-09 00:00",0.95,"2013-02-03 00:00","","","","",1.51,1.51,1.27,0.95,0.62,0.36,0.12,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85164",1,40.81618,-73.902,"WGS84","Vanadium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.798333,1.170443,6.02,"2013-02-15 00:00",5.55,"2013-01-28 00:00",3.79,"2013-01-16 00:00",3,"2013-01-04 00:00","","","","",6.02,6.02,3.79,2.72,2.17,1.55,0.65,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","85164",2,40.81618,-73.902,"WGS84","Vanadium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",36,59,36,61,0,3,"","","Certification not required",0,1.995,1.272001,6.31,"2013-02-15 00:00",5.77,"2013-01-28 00:00",4.04,"2013-01-16 00:00",3.04,"2013-01-04 00:00","","","","",6.31,6.31,5.77,3.04,2.58,1.55,0.96,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0110","86502",4,40.81618,-73.902,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5193,59,216,365,0,2835,"","","Certification not required",0,8.205796,6.05303,53.9,"2013-04-09 08:00",43.5,"2013-01-09 11:00",38.1,"2013-01-28 08:00",36.3,"2013-05-29 09:00","","","","",26.4,23.3,19.2,15.9,11.2,7.6,1.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","88101",1,40.81618,-73.902,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,8.959836,5.229093,29.7,"2013-12-03 00:00",26,"2013-01-28 00:00",25.5,"2013-02-15 00:00",20.5,"2013-02-03 00:00","","","","",26,25.5,19.4,16.3,11.5,7.9,3.9,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","88101",1,40.81618,-73.902,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,8.959836,5.229093,29.7,"2013-12-03 00:00",26,"2013-01-28 00:00",25.5,"2013-02-15 00:00",20.5,"2013-02-03 00:00","","","","",26,25.5,19.4,16.3,11.5,7.9,3.9,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","88500",4,40.81618,-73.902,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5004,57,208,365,0,3035,"","","Certification not required",0,10.478617,7.755553,67.8,"2013-01-09 10:00",67,"2013-01-09 07:00",58.1,"2013-01-09 08:00",57.7,"2013-01-09 11:00","","","","",34.8,30.9,25,20.8,14.6,8.9,2.3,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0110","88500",4,40.81618,-73.902,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",208,57,208,365,0,0,"","","Certification not required",0,10.498558,6.229434,36.7,"2013-01-09 00:00",33.2,"2013-01-29 00:00",28.4,"2013-07-19 00:00",27.8,"2013-01-28 00:00","","","","",28.4,27.4,22.4,19.2,13.9,9,4,"IS 52","IS 52 681 KELLY ST","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0112","88501",3,40.81551,-73.88553,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7964,91,322,365,0,519,"","","Certification not required",0,9.770417,5.417584,62.5,"2013-07-09 19:00",44.6,"2013-07-09 20:00",41.4,"2013-01-09 09:00",40.9,"2013-12-05 10:00","","","","",27,24.3,20.5,16.9,12.2,8.6,4.3,"IS 74","IS 74 730 BRYANT AV","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0112","88501",3,40.81551,-73.88553,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",322,88,322,365,0,0,"","","Certification not required",0,9.703416,4.132768,28.3,"2013-09-11 00:00",26.7,"2013-07-19 00:00",23.1,"2013-12-03 00:00",22.8,"2013-08-21 00:00","","","","",22.8,21.1,18.3,15.3,11.3,8.7,5.6,"IS 74","IS 74 730 BRYANT AV","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0112","88502",3,40.81551,-73.88553,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7964,91,323,365,0,519,"","","Certification not required",0,8.318069,6.111482,64.9,"2013-07-09 19:00",47.9,"2013-01-09 09:00",45,"2013-07-09 20:00",44.9,"2013-12-05 10:00","","","","",27.8,23.9,20.1,16.3,11.3,7.1,1.9,"IS 74","IS 74 730 BRYANT AV","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0112","88502",3,40.81551,-73.88553,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",323,88,323,365,0,0,"","","Certification not required",0,8.219814,4.655583,27.6,"2013-09-11 00:00",25.1,"2013-07-19 00:00",25,"2013-12-03 00:00",24.6,"2013-12-04 00:00","","","","",24.6,21,18,14.1,10.8,7.3,3.5,"IS 74","IS 74 730 BRYANT AV","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-18" +"36","005","0133","42101",1,40.8679,-73.87809,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8579,98,359,365,0,176,0,0,"Certification not required",5767,0.368242,0.195819,2.1,"2013-12-20 07:00",2,"2013-02-11 12:00",1.8,"2013-01-09 10:00",1.7,"2013-01-09 07:00","","","","",1.1,0.9,0.7,0.6,0.5,0.25,0.25,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42101",1,40.8679,-73.87809,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8613,98,357,365,0,0,0,0,"Certification not required",0,0.393974,0.153749,1.5,"2013-12-20 08:00",1.5,"2013-12-20 09:00",1.4,"2013-12-20 07:00",1.4,"2013-12-20 10:00",1.5,"2013-12-20 08:00",1.3,"2013-01-09 11:00",0.9,0.8,0.7,0.6,0.5,0.3,0.3,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42401",1,40.8679,-73.87809,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8606,98,363,365,0,149,0,"","Certification not required",0,5.307438,4.315669,25.1,"2013-01-09 07:00",24.8,"2013-02-13 07:00",22.1,"2013-01-25 15:00",21.8,"2013-02-11 12:00","","","","",21.8,17.1,13.4,11.5,7.3,3.9,1.3,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42401",1,40.8679,-73.87809,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8606,98,363,365,0,149,"","","Certification not required",0,2.44017,2.53012,25.1,"2013-01-09 07:00",24.8,"2013-02-13 07:00",24.7,"2013-02-13 06:00",24.1,"2013-01-09 06:00","","","","",11.8,9.9,7.5,5.7,3.3,1.5,0.4,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42401",1,40.8679,-73.87809,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,2.447107,2.036914,11.1,"2013-01-09 00:00",10.1,"2013-01-25 00:00",9,"2013-01-27 00:00",8.6,"2013-01-28 00:00","","","","",8.6,7.8,7,5.7,3.4,1.7,0.6,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42401",1,40.8679,-73.87809,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2827,97,360,365,0,0,"",0,"Certification not required",0,2.399151,2.404033,21.9,"2013-01-09 08:00",20.1,"2013-02-13 08:00",17,"2013-01-28 05:00",16.9,"2013-02-10 17:00","","","","",10.7,9.2,7.2,5.6,3.4,1.5,0.4,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42401",5,40.8679,-73.87809,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",103474,98,363,365,0,1632,"","","Certification not required",0,2.448473,2.652778,39,"2013-01-29 05:15",36.8,"2013-01-29 05:10",36.2,"2013-01-29 05:50",34.2,"2013-01-29 05:55","","","","",12.3,10.3,7.6,5.8,3.3,1.5,0.4,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","005","0133","42601",1,40.8679,-73.87809,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8632,99,364,365,0,123,"","","Certification not required",0,6.676332,15.981919,283.6,"2013-12-20 07:00",250.7,"2013-01-09 07:00",245.2,"2013-02-11 12:00",241.9,"2013-01-09 08:00","","","","",79,56.4,28,15.4,5.7,2,0,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42602",1,40.8679,-73.87809,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8633,99,364,365,0,122,0,"","Certification not required",0,32.687088,11.63251,73.3,"2013-05-29 20:00",72.7,"2013-01-09 10:00",65.9,"2013-05-16 21:00",64.7,"2013-02-11 12:00","","","","",64.7,59.1,52.5,47.4,39.7,32.1,17.8,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42602",1,40.8679,-73.87809,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8633,99,364,365,0,122,"","","Certification not required",0,18.371319,10.647134,73.3,"2013-05-29 20:00",72.7,"2013-01-09 10:00",65.9,"2013-05-16 21:00",64.7,"2013-02-11 12:00","","","","",49.1,45.4,39.4,33.7,24.7,15.7,6.9,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","42603",1,40.8679,-73.87809,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8633,99,364,365,0,122,"","","Certification not required",0,25.090386,23.601178,340.1,"2013-12-20 07:00",312.1,"2013-01-09 10:00",309.9,"2013-02-11 12:00",306.2,"2013-01-09 07:00","","","","",123.8,95.6,64.6,48.2,30,18.2,8,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","43502",2,40.8679,-73.87809,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.677778,0.714322,3,"2013-06-21 00:00",2.9,"2013-05-16 00:00",2.7,"2013-05-22 00:00",2.6,"2013-06-09 00:00","","","","",3,3,2.9,2.7,2.3,1.4,0.9,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43502",10,40.8679,-73.87809,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",0,1.615385,0.667348,2.9,"2013-05-16 00:00",2.7,"2013-06-09 00:00",2.6,"2013-06-21 00:00",2.4,"2013-06-03 00:00","","","","",2.9,2.9,2.7,2.6,2.3,1.4,0.9,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43502",20,40.8679,-73.87809,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.681481,0.718993,3,"2013-06-21 00:00",2.9,"2013-05-16 00:00",2.7,"2013-05-22 00:00",2.7,"2013-06-09 00:00","","","","",3,3,2.9,2.7,2.3,1.4,0.9,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43503",2,40.8679,-73.87809,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.333333,0.579788,2.5,"2013-05-16 00:00",2.3,"2013-05-22 00:00",2.2,"2013-04-10 00:00",2,"2013-04-28 00:00","","","","",2.5,2.5,2.3,2.2,1.9,1.2,0.7,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43503",10,40.8679,-73.87809,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",0,1.292308,0.552755,2.5,"2013-05-16 00:00",2.2,"2013-04-10 00:00",2,"2013-04-28 00:00",1.9,"2013-02-15 00:00","","","","",2.5,2.5,2.2,2,1.9,1.2,0.7,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43503",20,40.8679,-73.87809,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.340741,0.584584,2.5,"2013-05-16 00:00",2.3,"2013-04-10 00:00",2.3,"2013-05-22 00:00",2,"2013-04-28 00:00","","","","",2.5,2.5,2.3,2.3,1.9,1.2,0.7,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43504",2,40.8679,-73.87809,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.281481,0.166496,0.7,"2013-05-22 00:00",0.6,"2013-04-10 00:00",0.5,"2013-01-28 00:00",0.5,"2013-05-16 00:00","","","","",0.7,0.7,0.6,0.5,0.4,0.2,0.1,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43504",10,40.8679,-73.87809,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",0,0.261538,0.138786,0.5,"2013-01-28 00:00",0.5,"2013-04-10 00:00",0.5,"2013-05-16 00:00",0.5,"2013-06-09 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.2,0.1,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43504",20,40.8679,-73.87809,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.281481,0.159415,0.7,"2013-05-22 00:00",0.5,"2013-01-28 00:00",0.5,"2013-04-10 00:00",0.5,"2013-05-16 00:00","","","","",0.7,0.7,0.5,0.5,0.4,0.2,0.1,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43510",2,40.8679,-73.87809,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",3,0.115704,0.076127,0.376,"2013-01-10 00:00",0.268,"2013-05-22 00:00",0.196,"2013-04-10 00:00",0.192,"2013-05-16 00:00","","","","",0.376,0.376,0.268,0.196,0.136,0.104,0.03,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43510",10,40.8679,-73.87809,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",3,0.109231,0.071996,0.384,"2013-01-10 00:00",0.192,"2013-05-16 00:00",0.188,"2013-04-10 00:00",0.16,"2013-06-09 00:00","","","","",0.384,0.384,0.192,0.188,0.128,0.096,0.03,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43510",20,40.8679,-73.87809,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",2,0.116889,0.075587,0.38,"2013-01-10 00:00",0.272,"2013-05-22 00:00",0.192,"2013-04-10 00:00",0.192,"2013-05-16 00:00","","","","",0.38,0.38,0.272,0.192,0.132,0.1,0.048,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43515",2,40.8679,-73.87809,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",20,0.068519,0.064373,0.29,"2013-06-15 00:00",0.22,"2013-06-09 00:00",0.17,"2013-06-03 00:00",0.14,"2013-05-22 00:00","","","","",0.29,0.29,0.22,0.17,0.05,0.05,0.02,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43515",10,40.8679,-73.87809,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",20,0.065,0.064823,0.29,"2013-06-15 00:00",0.23,"2013-06-09 00:00",0.17,"2013-06-03 00:00",0.08,"2013-06-21 00:00","","","","",0.29,0.29,0.23,0.17,0.05,0.05,0.02,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43515",20,40.8679,-73.87809,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",20,0.070741,0.066906,0.29,"2013-06-15 00:00",0.23,"2013-06-09 00:00",0.17,"2013-06-03 00:00",0.15,"2013-06-21 00:00","","","","",0.29,0.29,0.23,0.17,0.05,0.05,0.02,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43516",2,40.8679,-73.87809,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",12,0.097778,0.062162,0.25,"2013-04-10 00:00",0.24,"2013-05-16 00:00",0.23,"2013-04-28 00:00",0.17,"2013-05-10 00:00","","","","",0.25,0.25,0.24,0.23,0.12,0.06,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43516",10,40.8679,-73.87809,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",12,0.099615,0.062959,0.24,"2013-04-10 00:00",0.24,"2013-05-16 00:00",0.23,"2013-04-28 00:00",0.16,"2013-05-10 00:00","","","","",0.24,0.24,0.24,0.23,0.12,0.1,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43516",20,40.8679,-73.87809,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",13,0.097407,0.064366,0.24,"2013-05-16 00:00",0.23,"2013-04-10 00:00",0.23,"2013-04-28 00:00",0.18,"2013-06-21 00:00","","","","",0.24,0.24,0.23,0.23,0.12,0.05,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43517",2,40.8679,-73.87809,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.04037,0.010184,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.03,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43517",10,40.8679,-73.87809,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",26,0.040769,0.010168,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.03,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43517",20,40.8679,-73.87809,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",27,0.04037,0.010184,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.03,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43518",2,40.8679,-73.87809,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",14,0.086667,0.054491,0.28,"2013-04-28 00:00",0.16,"2013-05-22 00:00",0.15,"2013-06-09 00:00",0.15,"2013-06-15 00:00","","","","",0.28,0.28,0.16,0.15,0.12,0.05,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43518",10,40.8679,-73.87809,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",14,0.079615,0.047285,0.24,"2013-04-28 00:00",0.16,"2013-06-09 00:00",0.15,"2013-06-03 00:00",0.13,"2013-05-16 00:00","","","","",0.24,0.24,0.16,0.15,0.1,0.05,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43518",20,40.8679,-73.87809,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",15,0.085741,0.057658,0.27,"2013-04-28 00:00",0.21,"2013-05-22 00:00",0.16,"2013-06-09 00:00",0.14,"2013-06-03 00:00","","","","",0.27,0.27,0.21,0.16,0.11,0.05,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43552",2,40.8679,-73.87809,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.455185,0.222354,1.2,"2013-01-28 00:00",0.9,"2013-02-15 00:00",0.72,"2013-05-16 00:00",0.63,"2013-04-10 00:00","","","","",1.2,1.2,0.9,0.72,0.6,0.39,0.27,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","43552",10,40.8679,-73.87809,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",0,0.471538,0.222094,1.2,"2013-01-28 00:00",0.9,"2013-02-15 00:00",0.72,"2013-05-16 00:00",0.63,"2013-04-10 00:00","","","","",1.2,1.2,0.9,0.72,0.6,0.4,0.28,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","43552",20,40.8679,-73.87809,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.458889,0.221139,1.2,"2013-01-28 00:00",0.9,"2013-02-15 00:00",0.72,"2013-05-16 00:00",0.62,"2013-04-10 00:00","","","","",1.2,1.2,0.9,0.72,0.6,0.4,0.26,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","44201",1,40.8679,-73.87809,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8648,100,214,214,0,107,0,0,"Certification not required",919,0.047621,0.014318,0.101,"2013-07-17 16:00",0.091,"2013-09-11 13:00",0.09,"2013-08-21 13:00",0.089,"2013-06-25 11:00","","","","",0.09,0.084,0.074,0.066,0.055,0.047,0.037,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","44201",1,40.8679,-73.87809,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8697,100,213,214,0,0,0,0,"Certification not required",0,0.040662,0.012015,0.076,"2013-08-21 10:00",0.072,"2013-05-30 10:00",0.07,"2013-07-19 10:00",0.068,"2013-07-17 11:00","","","","",0.07,0.066,0.061,0.056,0.049,0.041,0.032,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","44201",1,40.8679,-73.87809,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8697,100,213,214,0,0,1,1,"Certification not required",0,0.040662,0.012015,0.076,"2013-08-21 10:00",0.072,"2013-05-30 10:00",0.07,"2013-07-19 10:00",0.068,"2013-07-17 11:00","","","","",0.07,0.066,0.061,0.056,0.049,0.041,0.032,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","45501",2,40.8679,-73.87809,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,2.521111,1.062455,4.83,"2013-05-22 00:00",4.54,"2013-06-03 00:00",4.05,"2013-06-21 00:00",3.97,"2013-06-09 00:00","","","","",4.83,4.83,4.54,4.05,3.29,2.2,1.3,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","45501",10,40.8679,-73.87809,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",0,2.43,0.967314,4.62,"2013-06-03 00:00",4.52,"2013-06-09 00:00",3.8,"2013-05-16 00:00",3.7,"2013-01-10 00:00","","","","",4.62,4.62,4.52,3.8,2.99,2.2,1.4,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","45501",20,40.8679,-73.87809,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,2.523333,1.063575,4.8,"2013-05-22 00:00",4.56,"2013-06-03 00:00",4.22,"2013-06-09 00:00",3.86,"2013-05-16 00:00","","","","",4.8,4.8,4.56,4.22,3.33,2.2,1.3,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","45504",2,40.8679,-73.87809,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",18,0.064074,0.027632,0.12,"2013-06-21 00:00",0.11,"2013-04-28 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00","","","","",0.12,0.12,0.11,0.1,0.1,0.05,0.04,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","005","0133","45504",10,40.8679,-73.87809,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,3,"","","Certification not required",19,0.063077,0.031083,0.14,"2013-04-28 00:00",0.14,"2013-06-21 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00","","","","",0.14,0.14,0.14,0.1,0.09,0.05,0.04,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","45504",20,40.8679,-73.87809,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",19,0.064444,0.032502,0.15,"2013-06-21 00:00",0.14,"2013-04-28 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00","","","","",0.15,0.15,0.14,0.1,0.1,0.05,0.04,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-15" +"36","005","0133","64101",1,40.8679,-73.87809,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8653,99,360,365,0,102,"","","Certification not required",0,1014.967063,8.051525,1038,"2013-04-22 07:00",1038,"2013-04-22 08:00",1038,"2013-04-22 09:00",1038,"2013-04-22 10:00","","","","",1034,1030,1028,1025,1020,1015,1005,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68101",1,40.8679,-73.87809,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,98,120,122,0,2,"","","Certification not required",54,0.1625,0.123882,0.4,"2013-01-01 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-19 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.1,0.05,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68102",1,40.8679,-73.87809,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68103",1,40.8679,-73.87809,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,2,"","","Certification not required",0,7.968333,9.53273,28.3,"2013-07-18 00:00",26.5,"2013-07-15 00:00",26,"2013-07-06 00:00",24.5,"2013-05-31 00:00","","","","",26.5,26,23.8,20.8,15.7,7.9,-3.9,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68104",1,40.8679,-73.87809,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,2,"","","Certification not required",0,13.689091,9.70914,33.7,"2013-07-18 00:00",31.3,"2013-07-15 00:00",31.1,"2013-07-06 00:00",29.5,"2013-05-31 00:00","","","","",31.3,31.1,28.2,25.7,22.2,14.3,1.1,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","005","0133","68105",1,40.8679,-73.87809,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,2,"","","Certification not required",0,18.405,10.867752,40.1,"2013-07-18 00:00",37.6,"2013-07-15 00:00",37,"2013-06-24 00:00",36.9,"2013-05-31 00:00","","","","",37.6,37,35.4,31.4,28.5,17.9,3.9,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68106",1,40.8679,-73.87809,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,2,"","","Certification not required",0,756.972727,5.900488,771,"2013-11-21 00:00",771,"2013-11-30 00:00",769,"2013-04-22 00:00",769,"2013-10-13 00:00","","","","",771,769,767,764,761,757,750,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","005","0133","68107",1,40.8679,-73.87809,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,2,"","","Certification not required",0,760.833333,5.695839,778,"2013-11-30 00:00",775,"2013-11-21 00:00",773,"2013-04-22 00:00",771,"2013-10-13 00:00","","","","",775,773,770,767,765,761,754,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68108",1,40.8679,-73.87809,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,2,"","","Certification not required",0,764.225,5.605313,782,"2013-11-30 00:00",778,"2013-11-21 00:00",775,"2013-04-22 00:00",775,"2013-11-06 00:00","","","","",778,775,773,771,768,764,757,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","68109",1,40.8679,-73.87809,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,98,120,122,0,2,"","","Certification not required",0,1439.791667,1.302201,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","88101",1,40.8679,-73.87809,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,9.136667,5.195569,28.7,"2013-12-03 00:00",27.6,"2013-01-28 00:00",24.6,"2013-02-15 00:00",21.6,"2013-02-03 00:00","","","","",27.6,24.6,19.1,17.3,11.7,7.6,4.2,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","005","0133","88101",1,40.8679,-73.87809,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,9.136667,5.195569,28.7,"2013-12-03 00:00",27.6,"2013-01-28 00:00",24.6,"2013-02-15 00:00",21.6,"2013-02-03 00:00","","","","",27.6,24.6,19.1,17.3,11.7,7.6,4.2,"PFIZER LAB SITE","200TH STREET AND SOUTHERN BOULDVARD Pfizer Lab","New York","Bronx","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","013","0006","42401",1,42.49963,-79.31881,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8397,96,353,365,0,309,0,"","Certification not required",0,3.155241,3.329727,22.2,"2013-12-06 15:00",20.9,"2013-02-19 18:00",19.9,"2013-02-11 16:00",15.4,"2013-05-15 14:00","","","","",15.4,12.8,10.3,7.4,3.8,2.1,0.6,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","42401",1,42.49963,-79.31881,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8397,96,353,365,0,309,"","","Certification not required",0,1.029272,1.400178,22.2,"2013-12-06 15:00",20.9,"2013-02-19 18:00",19.9,"2013-02-11 16:00",19.2,"2013-12-06 14:00","","","","",7.3,5,3.2,2.2,1.2,0.6,0.2,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","42401",1,42.49963,-79.31881,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",353,97,353,365,0,0,0,"","Certification not required",0,1.033144,0.808165,7.3,"2013-02-19 00:00",4.4,"2013-05-11 00:00",3.7,"2013-12-06 00:00",3.6,"2013-02-11 00:00","","","","",3.6,3.3,2.6,2.1,1.3,0.8,0.3,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","42401",1,42.49963,-79.31881,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2762,95,351,365,0,0,"",0,"Certification not required",0,0.993917,1.24374,15.5,"2013-02-19 17:00",15.4,"2013-02-19 20:00",14,"2013-02-11 17:00",10.7,"2013-01-04 23:00","","","","",6.5,4.6,3.1,2.1,1.1,0.6,0.2,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","42401",5,42.49963,-79.31881,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",100992,96,353,365,0,3469,"","","Certification not required",0,1.030796,1.586748,34.5,"2013-02-19 19:05",31.1,"2013-12-06 15:35",31,"2013-08-03 15:40",30.2,"2013-02-19 18:40","","","","",8.2,5.2,3.1,2.1,1.1,0.6,0.2,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-10" +"36","013","0006","44201",1,42.49963,-79.31881,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8251,95,204,214,0,296,0,0,"Certification not required",114,0.048775,0.010882,0.084,"2013-09-10 17:00",0.075,"2013-06-22 17:00",0.074,"2013-05-09 16:00",0.074,"2013-05-29 17:00","","","","",0.074,0.073,0.069,0.063,0.056,0.049,0.041,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","44201",1,42.49963,-79.31881,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8203,95,203,214,0,0,0,0,"Certification not required",0,0.044069,0.010096,0.076,"2013-09-10 12:00",0.07,"2013-06-22 11:00",0.069,"2013-05-29 11:00",0.066,"2013-05-15 11:00","","","","",0.069,0.065,0.063,0.058,0.051,0.045,0.037,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","44201",1,42.49963,-79.31881,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8203,95,203,214,0,0,1,1,"Certification not required",0,0.044069,0.010096,0.076,"2013-09-10 12:00",0.07,"2013-06-22 11:00",0.069,"2013-05-29 11:00",0.066,"2013-05-15 11:00","","","","",0.069,0.065,0.063,0.058,0.051,0.045,0.037,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","61103",1,42.49963,-79.31881,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8705,99,362,365,0,2,"","","Certification not required",0,6.229087,5.30702,35.6,"2013-12-10 19:00",34.7,"2013-01-31 07:00",34.7,"2013-01-31 08:00",33,"2013-01-31 09:00","","","","",22.6,20.8,17.4,13.9,8.7,4.3,1.7,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","61104",1,42.49963,-79.31881,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8705,99,362,365,0,2,"","","Certification not required",0,206.410913,87.091755,359,"2013-02-13 13:00",359,"2013-03-01 08:00",359,"2013-03-02 00:00",359,"2013-04-18 02:00","","","","",353,348,338,314,279,210,80,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","61106",1,42.49963,-79.31881,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8706,99,362,365,0,1,"","","Certification not required",0,20.964737,15.429788,90,"2013-11-03 09:00",88,"2013-02-08 01:00",88,"2013-02-08 02:00",87,"2013-11-03 10:00","","","","",66,62,54,45,29,16,6,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","62101",1,42.49963,-79.31881,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8706,99,362,365,0,1,"","","Certification not required",0,49.982771,18.391522,90,"2013-07-16 15:00",89,"2013-07-16 14:00",89,"2013-07-16 16:00",89,"2013-07-19 16:00","","","","",84,81,78,74,66,50,26,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","62201",1,42.49963,-79.31881,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8706,99,362,365,0,1,"","","Certification not required",0,74.5,14.617664,100,"2013-05-09 04:00",100,"2013-05-09 05:00",100,"2013-05-09 06:00",100,"2013-05-09 07:00","","","","",99,98,96,93,85,76,55,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","64101",1,42.49963,-79.31881,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8706,99,362,365,0,1,"","","Certification not required",0,995.419596,6.928935,1017,"2013-04-21 09:00",1017,"2013-04-21 10:00",1017,"2013-11-29 17:00",1017,"2013-11-29 18:00","","","","",1012,1010,1007,1004,1000,995,987,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68101",1,42.49963,-79.31881,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",77,85,77,91,0,14,"","","Certification not required",17,0.201948,0.176673,1.1,"2013-11-24 00:00",1,"2013-12-15 00:00",0.6,"2013-12-12 00:00",0.4,"2013-09-19 00:00","","","","",1.1,1,0.4,0.3,0.3,0.2,0.05,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68102",1,42.49963,-79.31881,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",77,85,77,91,0,14,"","","Certification not required",0,24,0,24,"2013-04-04 00:00",24,"2013-04-07 00:00",24,"2013-04-16 00:00",24,"2013-04-19 00:00","","","","",24,24,24,24,24,24,24,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68103",1,42.49963,-79.31881,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",77,85,77,91,0,14,"","","Certification not required",0,9.448052,8.180474,22.6,"2013-06-24 00:00",21.8,"2013-07-09 00:00",21.3,"2013-09-10 00:00",21.2,"2013-07-06 00:00","","","","",22.6,21.8,21.2,19.5,15.2,11.5,-3.1,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68104",1,42.49963,-79.31881,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",69,76,69,91,0,12,"","","Certification not required",0,15.443478,7.131382,26.6,"2013-09-10 00:00",26,"2013-06-24 00:00",25,"2013-07-06 00:00",24,"2013-05-31 00:00","","","","",26.6,26,24,23.4,21,17,5.6,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-01-09" +"36","013","0006","68105",1,42.49963,-79.31881,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",77,85,77,91,0,14,"","","Certification not required",0,18.624675,9.113122,32,"2013-05-31 00:00",30.3,"2013-09-10 00:00",30,"2013-06-24 00:00",30,"2013-07-03 00:00","","","","",32,30.3,30,29,25,22,3.8,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68106",1,42.49963,-79.31881,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",69,76,69,91,0,12,"","","Certification not required",0,747.536232,6.020992,756,"2013-04-22 00:00",756,"2013-11-24 00:00",755,"2013-05-25 00:00",755,"2013-08-17 00:00","","","","",756,756,755,754,751,748,741,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-01-09" +"36","013","0006","68107",1,42.49963,-79.31881,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",77,85,77,91,0,14,"","","Certification not required",0,751.090909,5.392934,761,"2013-11-24 00:00",761,"2013-11-30 00:00",760,"2013-04-22 00:00",759,"2013-11-03 00:00","","","","",761,761,759,757,755,751,744,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68108",1,42.49963,-79.31881,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",77,85,77,91,0,14,"","","Certification not required",0,754.25974,5.204761,768,"2013-11-30 00:00",765,"2013-11-03 00:00",764,"2013-04-22 00:00",763,"2013-11-12 00:00","","","","",768,765,763,760,758,754,748,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","68109",1,42.49963,-79.31881,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",77,85,77,91,0,14,"","","Certification not required",0,1438.896104,4.511927,1440,"2013-04-04 00:00",1440,"2013-04-07 00:00",1440,"2013-04-22 00:00",1440,"2013-05-01 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","88101",1,42.49963,-79.31881,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,14,0,0,"Certification not required",0,7.422078,4.031508,22.4,"2013-09-10 00:00",17.5,"2013-06-24 00:00",17,"2013-08-20 00:00",14.5,"2013-08-26 00:00","","","","",22.4,17.5,14.5,12.3,10.1,6,2.7,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0006","88101",1,42.49963,-79.31881,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,14,"","","Certification not required",0,7.422078,4.031508,22.4,"2013-09-10 00:00",17.5,"2013-06-24 00:00",17,"2013-08-20 00:00",14.5,"2013-08-26 00:00","","","","",22.4,17.5,14.5,12.3,10.1,6,2.7,"DUNKIRK","STP, Wright Park Drive, DUNKIRK","New York","Chautauqua","Dunkirk","Jamestown-Dunkirk-Fredonia, NY","2014-02-07" +"36","013","0011","68101",1,42.29071,-79.58961,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",16,48,16,33,0,9,"","","Certification not required",1,0.178125,0.070637,0.3,"2013-03-23 00:00",0.3,"2013-03-26 00:00",0.2,"2013-03-02 00:00",0.2,"2013-03-08 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.1,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68102",1,42.29071,-79.58961,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",16,48,16,33,0,9,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-19 00:00",24,"2013-02-27 00:00",24,"2013-03-02 00:00","","","","",24,24,24,24,24,24,24,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68103",1,42.29071,-79.58961,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",16,48,16,33,0,9,"","","Certification not required",0,-4.18125,3.763371,3.4,"2013-03-11 00:00",1.6,"2013-04-07 00:00",-0.4,"2013-01-19 00:00",-0.8,"2013-03-29 00:00","","","","",3.4,3.4,3.4,1.6,-0.8,-4.7,-8.3,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68104",1,42.29071,-79.58961,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",16,48,16,33,0,9,"","","Certification not required",0,-0.125,5.121653,10.5,"2013-03-11 00:00",10.3,"2013-04-07 00:00",4.8,"2013-01-19 00:00",2.8,"2013-03-29 00:00","","","","",10.5,10.5,10.5,10.3,2.8,-0.9,-4.9,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68105",1,42.29071,-79.58961,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",16,48,16,33,0,9,"","","Certification not required",0,3.95,6.341188,18.2,"2013-04-07 00:00",15,"2013-03-11 00:00",8.1,"2013-01-19 00:00",7.9,"2013-04-04 00:00","","","","",18.2,18.2,18.2,15,7.9,3.2,-2.3,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68106",1,42.29071,-79.58961,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,48,16,33,0,9,"","","Certification not required",0,728.4375,5.253174,739,"2013-03-08 00:00",736,"2013-03-29 00:00",733,"2013-03-14 00:00",732,"2013-03-17 00:00","","","","",739,739,739,736,732,730,722,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68107",1,42.29071,-79.58961,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,48,16,33,0,9,"","","Certification not required",0,732.6875,4.556589,742,"2013-03-08 00:00",738,"2013-03-29 00:00",737,"2013-03-17 00:00",737,"2013-04-04 00:00","","","","",742,742,742,738,737,733,728,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68108",1,42.29071,-79.58961,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",16,48,16,33,0,9,"","","Certification not required",0,735.875,4.716991,744,"2013-03-08 00:00",743,"2013-04-04 00:00",741,"2013-03-17 00:00",740,"2013-03-29 00:00","","","","",744,744,744,743,740,735,731,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","68109",1,42.29071,-79.58961,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",16,48,16,33,0,9,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-19 00:00",1440,"2013-02-27 00:00",1440,"2013-03-02 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-19" +"36","013","0011","88101",1,42.29071,-79.58961,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",16,13,16,122,0,17,0,0,"Certification not required",0,4.4875,1.69071,9.5,"2013-04-07 00:00",6.1,"2013-03-05 00:00",6,"2013-01-01 00:00",5,"2013-03-11 00:00","","","","",9.5,9.5,9.5,6.1,5,3.9,3.2,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-20" +"36","013","0011","88101",1,42.29071,-79.58961,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",16,13,16,122,0,17,"","","Certification not required",0,4.4875,1.69071,9.5,"2013-04-07 00:00",6.1,"2013-03-05 00:00",6,"2013-01-01 00:00",5,"2013-03-11 00:00","","","","",9.5,9.5,9.5,6.1,5,3.9,3.2,"WESTFIELD","8150 Hardscrabble Road, WESTFIELD","New York","Chautauqua","Westfield","Jamestown-Dunkirk-Fredonia, NY","2013-12-20" +"36","027","0007","42401",1,41.78555,-73.74136,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8129,93,337,365,0,492,0,"","Certification not required",0,2.945104,0.958816,7.6,"2013-01-09 14:00",5.9,"2013-01-28 14:00",5.5,"2013-12-18 03:00",5.4,"2013-01-04 04:00","","","","",5.4,4.9,4.4,3.8,3.3,3,1.5,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","42401",1,41.78555,-73.74136,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8129,93,337,365,0,492,"","","Certification not required",0,2.45377,0.857409,7.6,"2013-01-09 14:00",6.6,"2013-01-09 15:00",5.9,"2013-01-28 14:00",5.7,"2013-01-09 13:00","","","","",4.1,3.6,3.3,3.1,2.9,2.7,1,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","42401",1,41.78555,-73.74136,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",337,92,337,365,0,0,0,"","Certification not required",0,2.466172,0.790371,3.7,"2013-02-03 00:00",3.5,"2013-01-06 00:00",3.5,"2013-08-26 00:00",3.4,"2013-01-04 00:00","","","","",3.4,3.3,3.2,3.1,2.9,2.7,1,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","42401",1,41.78555,-73.74136,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2657,91,332,365,0,0,"",0,"Certification not required",0,2.431878,0.829903,5.3,"2013-01-09 14:00",5.3,"2013-01-09 17:00",5,"2013-01-04 05:00",4.9,"2013-01-01 02:00","","","","",4,3.5,3.2,3.1,2.9,2.7,1,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","42401",5,41.78555,-73.74136,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",98067,93,337,365,0,5373,"","","Certification not required",0,2.454787,1.832517,505.2,"2013-10-13 16:35",25,"2013-08-26 10:25",8.2,"2013-01-09 14:05",7.8,"2013-01-09 14:25","","","","",4.1,3.7,3.4,3.2,3,2.7,1,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-10" +"36","027","0007","44201",1,41.78555,-73.74136,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8493,98,210,214,0,128,0,0,"Certification not required",353,0.044257,0.010938,0.085,"2013-09-11 16:00",0.077,"2013-07-27 17:00",0.076,"2013-05-31 19:00",0.072,"2013-04-28 17:00","","","","",0.076,0.065,0.062,0.059,0.051,0.046,0.038,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","44201",1,41.78555,-73.74136,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8527,98,209,214,0,0,0,0,"Certification not required",0,0.039971,0.010381,0.07,"2013-09-11 11:00",0.067,"2013-04-28 11:00",0.067,"2013-05-31 13:00",0.065,"2013-07-27 11:00","","","","",0.067,0.062,0.057,0.055,0.048,0.042,0.035,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","44201",1,41.78555,-73.74136,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8527,98,209,214,0,0,0,0,"Certification not required",0,0.039971,0.010381,0.07,"2013-09-11 11:00",0.067,"2013-04-28 11:00",0.067,"2013-05-31 13:00",0.065,"2013-07-27 11:00","","","","",0.067,0.062,0.057,0.055,0.048,0.042,0.035,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","62201",1,41.78555,-73.74136,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2828,32,109,365,0,4481,"","","Certification not required",0,77.66372,24.700321,100,"2013-05-19 13:00",100,"2013-05-19 23:00",100,"2013-05-20 00:00",100,"2013-05-20 01:00","","","","",100,100,100,100,100,86,40,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","027","0007","64101",1,41.78555,-73.74136,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5488,63,221,365,0,3133,"","","Certification not required",0,1000.919825,7.325576,1026,"2013-11-30 02:00",1026,"2013-11-30 03:00",1026,"2013-11-30 04:00",1026,"2013-11-30 05:00","","","","",1021,1019,1013,1010,1006,1001,992,"MILLBROOK","Forest Road, VILLAGE OF MILLBROOK, Inst of Ecosystem Studies","New York","Dutchess","Millbrook","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","029","0002","44201",1,42.99328,-78.77153,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8382,97,207,214,0,375,0,0,"Certification not required",265,0.048633,0.011742,0.086,"2013-07-16 17:00",0.081,"2013-06-21 14:00",0.079,"2013-06-22 13:00",0.074,"2013-09-11 17:00","","","","",0.079,0.072,0.068,0.065,0.057,0.049,0.041,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","44201",1,42.99328,-78.77153,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8360,97,207,214,0,0,0,0,"Certification not required",0,0.044396,0.011128,0.075,"2013-07-16 11:00",0.073,"2013-06-22 12:00",0.071,"2013-06-21 10:00",0.07,"2013-09-11 11:00","","","","",0.071,0.069,0.063,0.059,0.053,0.045,0.038,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","44201",1,42.99328,-78.77153,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8360,97,208,214,0,0,1,1,"Certification not required",0,0.044553,0.011329,0.077,"2013-09-10 12:00",0.075,"2013-07-16 11:00",0.073,"2013-06-22 12:00",0.071,"2013-06-21 10:00","","","","",0.073,0.07,0.064,0.059,0.053,0.045,0.038,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","61103",1,42.99328,-78.77153,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",867,10,35,365,0,5010,"","","Certification not required",0,6.541753,4.324874,25.2,"2013-11-18 01:00",21.7,"2013-11-14 14:00",21.7,"2013-11-18 03:00",20.8,"2013-11-01 11:00","","","","",18.2,17.4,14.8,13,8.7,6.1,1.7,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","61104",1,42.99328,-78.77153,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",867,10,35,365,0,5010,"","","Certification not required",0,196.645905,78.311986,358,"2013-11-22 22:00",358,"2013-11-27 08:00",356,"2013-10-27 07:00",355,"2013-11-22 21:00","","","","",351,339,319,288,250,205,81,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68101",1,42.99328,-78.77153,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",68,75,68,91,0,21,"","","Certification not required",20,0.211765,0.146633,0.5,"2013-07-18 00:00",0.5,"2013-08-02 00:00",0.5,"2013-08-20 00:00",0.5,"2013-08-26 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.05,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68102",1,42.99328,-78.77153,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",68,75,68,91,0,21,"","","Certification not required",0,24,0,24,"2013-04-04 00:00",24,"2013-04-07 00:00",24,"2013-04-13 00:00",24,"2013-04-16 00:00","","","","",24,24,24,24,24,24,24,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68103",1,42.99328,-78.77153,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",68,75,68,91,0,21,"","","Certification not required",0,6.604412,8.665017,23.4,"2013-07-18 00:00",22.4,"2013-06-24 00:00",21.6,"2013-09-10 00:00",21.2,"2013-08-26 00:00","","","","",23.4,22.4,21.2,17.6,12.6,7.9,-4.7,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68104",1,42.99328,-78.77153,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",59,65,59,91,0,21,"","","Certification not required",0,14.049153,7.218711,26,"2013-07-18 00:00",26,"2013-09-10 00:00",25,"2013-06-24 00:00",25,"2013-07-15 00:00","","","","",26,26,25,23,19.5,15.2,4,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-01-09" +"36","029","0002","68105",1,42.99328,-78.77153,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",68,75,68,91,0,21,"","","Certification not required",0,17.863235,10.358123,32.6,"2013-07-18 00:00",32.2,"2013-07-15 00:00",31.3,"2013-09-10 00:00",31.2,"2013-05-19 00:00","","","","",32.6,32.2,31.2,30,25.7,20.4,1,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68106",1,42.99328,-78.77153,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,65,59,91,0,21,"","","Certification not required",0,744.881356,6.250751,759,"2013-07-15 00:00",757,"2013-07-30 00:00",755,"2013-04-22 00:00",753,"2013-05-01 00:00","","","","",759,757,755,752,749,746,737,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-01-09" +"36","029","0002","68107",1,42.99328,-78.77153,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",68,75,68,91,0,21,"","","Certification not required",0,748.117647,5.445879,761,"2013-07-15 00:00",759,"2013-04-22 00:00",758,"2013-07-30 00:00",756,"2013-05-01 00:00","","","","",761,759,756,755,752,749,740,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68108",1,42.99328,-78.77153,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",68,75,68,91,0,21,"","","Certification not required",0,751.235294,5.052316,763,"2013-04-22 00:00",762,"2013-07-15 00:00",759,"2013-07-30 00:00",759,"2013-11-03 00:00","","","","",763,762,759,758,756,751,744,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","68109",1,42.99328,-78.77153,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",68,75,68,91,0,21,"","","Certification not required",0,1438.720588,5.130667,1440,"2013-04-04 00:00",1440,"2013-04-07 00:00",1440,"2013-04-13 00:00",1440,"2013-04-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","88101",1,42.99328,-78.77153,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",68,56,68,122,0,21,0,0,"Certification not required",0,7.332353,4.588742,27.9,"2013-09-10 00:00",17.3,"2013-06-24 00:00",16.8,"2013-08-20 00:00",15.6,"2013-07-18 00:00","","","","",27.9,17.3,15.6,12.7,10,6,2.6,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0002","88101",1,42.99328,-78.77153,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",68,56,68,122,0,21,"","","Certification not required",0,7.332353,4.588742,27.9,"2013-09-10 00:00",17.3,"2013-06-24 00:00",16.8,"2013-08-20 00:00",15.6,"2013-07-18 00:00","","","","",27.9,17.3,15.6,12.7,10,6,2.6,"AMHERST","AUDUBON GOLF COURSE, 450 MAPLE ROAD","New York","Erie","Amherst","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42101",1,42.876907,-78.809526,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8165,93,338,365,0,587,0,0,"Certification not required",6500,0.346148,0.207586,1.9,"2013-12-03 03:00",1.9,"2013-12-03 06:00",1.8,"2013-12-03 04:00",1.8,"2013-12-03 05:00","","","","",1.1,1,0.8,0.7,0.25,0.25,0.25,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42101",1,42.876907,-78.809526,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8126,93,331,365,0,0,0,0,"Certification not required",0,0.38474,0.185203,1.8,"2013-12-03 08:00",1.7,"2013-12-03 07:00",1.6,"2013-12-03 05:00",1.6,"2013-12-03 06:00",1.8,"2013-12-03 08:00",1.3,"2013-12-02 10:00",1,1,0.8,0.7,0.3,0.3,0.3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42401",3,42.876907,-78.809526,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7243,83,305,365,0,1508,0,"","Certification not required",0,3.578033,1.490058,10.6,"2013-01-16 19:00",10.3,"2013-01-03 09:00",8.7,"2013-07-14 19:00",8.5,"2013-09-17 20:00","","","","",8.5,7.4,6.3,5.5,4.3,3.3,2.1,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42401",3,42.876907,-78.809526,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7243,83,305,365,0,1508,"","","Certification not required",0,2.408394,0.990481,10.6,"2013-01-16 19:00",10.3,"2013-01-03 09:00",8.7,"2013-07-14 19:00",8.5,"2013-09-17 20:00","","","","",5.3,4.8,4.1,3.6,2.9,2.4,1.1,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42401",3,42.876907,-78.809526,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",305,84,305,365,0,0,0,"","Certification not required",0,2.407541,0.80568,5.1,"2013-01-08 00:00",4.7,"2013-01-09 00:00",4.5,"2013-01-16 00:00",4.1,"2013-06-24 00:00","","","","",4.1,4,3.6,3.4,2.9,2.5,1.2,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42401",3,42.876907,-78.809526,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2392,82,304,365,0,0,"",0,"Certification not required",0,2.373161,0.948546,8.7,"2013-01-16 20:00",6.4,"2013-07-14 20:00",6.3,"2013-01-08 14:00",6.3,"2013-05-07 02:00","","","","",5,4.6,4,3.5,2.9,2.4,1.1,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42401",5,42.876907,-78.809526,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",87240,83,305,365,0,17796,"","","Certification not required",0,2.408878,1.074526,84.8,"2013-01-03 09:45",22.6,"2013-10-09 23:20",17.6,"2013-09-17 20:15",16.3,"2013-09-17 13:45","","","","",5.5,4.8,4.1,3.6,2.9,2.4,1.1,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-10" +"36","029","0005","42601",1,42.876907,-78.809526,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6388,73,269,365,0,2363,"","","Certification not required",0,4.635081,13.559604,210.4,"2013-12-03 07:00",202.3,"2013-12-03 06:00",185.9,"2013-12-03 05:00",178.4,"2013-12-03 02:00","","","","",68.1,46.4,21.1,9.1,3.1,1.1,-0.1,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42602",3,42.876907,-78.809526,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,269,365,0,2363,0,"","Certification not required",0,22.60632,11.096009,52.1,"2013-12-16 20:00",51.2,"2013-09-19 19:00",50.4,"2013-03-05 06:00",47.9,"2013-04-05 00:00","","","","",50.4,46.6,42.6,38.6,30.2,21.1,9.8,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42602",3,42.876907,-78.809526,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,269,365,0,2363,"","","Certification not required",0,10.379981,8.2945,52.1,"2013-12-16 20:00",51.8,"2013-12-16 19:00",51.2,"2013-09-19 19:00",50.4,"2013-03-05 06:00","","","","",38.6,34.8,28.7,22,13.2,7.7,3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","42603",1,42.876907,-78.809526,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6389,73,269,365,0,2363,"","","Certification not required",0,14.99604,19.563137,245.7,"2013-12-03 07:00",237.8,"2013-12-03 06:00",216.2,"2013-12-03 05:00",213,"2013-12-03 02:00","","","","",98.9,75.7,48.3,32,16.6,9.2,3.2,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","61103",1,42.876907,-78.809526,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2193,25,92,365,0,3680,"","","Certification not required",0,5.698951,4.142961,57.3,"2013-10-14 02:00",24.3,"2013-11-11 12:00",24.3,"2013-11-18 02:00",23.4,"2013-11-18 01:00","","","","",19.1,15.6,13,11.3,7.8,5.2,0.9,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","61104",1,42.876907,-78.809526,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2193,25,92,365,0,3680,"","","Certification not required",0,201.379845,89.963635,359,"2013-11-10 19:00",359,"2013-11-19 12:00",358,"2013-10-14 04:00",357,"2013-10-14 10:00","","","","",351,343,323,306,281,218,68,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","61106",1,42.876907,-78.809526,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2204,25,92,365,0,3669,"","","Certification not required",0,19.890653,13.725614,78,"2013-11-27 12:00",77,"2013-10-30 12:00",76,"2013-11-26 23:00",76,"2013-12-25 09:00","","","","",68,63,51,41,24,15,9,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","64101",1,42.876907,-78.809526,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",2204,25,92,365,0,3669,"","","Certification not required",0,997.14882,7.88015,1018,"2013-11-29 18:00",1018,"2013-11-29 19:00",1018,"2013-11-29 20:00",1018,"2013-11-29 21:00","","","","",1015,1013,1010,1008,1002,997,987,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68101",1,42.876907,-78.809526,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",115,94,115,122,0,4,"","","Certification not required",66,0.107826,0.09542,0.5,"2013-05-04 00:00",0.5,"2013-05-10 00:00",0.4,"2013-12-24 00:00",0.4,"2013-12-30 00:00","","","","",0.5,0.4,0.3,0.2,0.1,0.05,0.05,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68101",3,42.876907,-78.809526,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",88,100,45,46,0,1,"","","Certification not required",1,0.416477,0.130367,0.6,"2013-06-12 00:00",0.6,"2013-06-24 00:00",0.6,"2013-06-27 00:00",0.6,"2013-07-03 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.2,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68102",1,42.876907,-78.809526,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68102",3,42.876907,-78.809526,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",88,100,45,46,0,1,"","","Certification not required",0,24,0,24,"2013-04-04 00:00",24,"2013-04-07 00:00",24,"2013-04-10 00:00",24,"2013-04-13 00:00","","","","",24,24,24,24,24,24,24,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68103",1,42.876907,-78.809526,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",115,94,115,122,0,4,"","","Certification not required",0,5.306087,10.106783,24.9,"2013-07-18 00:00",23.7,"2013-07-15 00:00",22.1,"2013-06-24 00:00",21.7,"2013-09-10 00:00","","","","",23.7,22.1,20.5,18.8,13.4,5.2,-7,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68103",3,42.876907,-78.809526,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",88,100,45,46,0,1,"","","Certification not required",0,8.975,9.035005,25.5,"2013-07-18 00:00",24.2,"2013-07-15 00:00",22.7,"2013-06-24 00:00",22.1,"2013-09-10 00:00","","","","",25.5,24.2,21.4,19.4,16,10.8,-4.8,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68103",6,42.876907,-78.809526,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,7.212,9.6232,23.9,"2013-07-15 00:00",21.3,"2013-07-09 00:00",20.8,"2013-08-26 00:00",19.6,"2013-09-01 00:00","","","","",23.9,23.9,20.8,19.4,13.3,9.7,-5.8,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","68104",1,42.876907,-78.809526,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",107,88,107,122,0,4,"","","Certification not required",0,11.018692,10.437633,27.5,"2013-07-18 00:00",27.3,"2013-07-15 00:00",25.7,"2013-09-10 00:00",25.5,"2013-07-03 00:00","","","","",27.3,25.7,25.1,23.6,20.5,12.4,-2.7,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-06" +"36","029","0005","68104",3,42.876907,-78.809526,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",80,100,41,46,0,1,"","","Certification not required",0,16.04625,7.778987,28.3,"2013-07-18 00:00",28.1,"2013-07-15 00:00",26.3,"2013-09-10 00:00",26.2,"2013-07-03 00:00","","","","",28.3,28.1,26.2,25.5,22.1,17.8,5.5,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-01-09" +"36","029","0005","68104",6,42.876907,-78.809526,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,16.83,11.304275,33.3,"2013-07-03 00:00",32.8,"2013-09-01 00:00",32.2,"2013-07-15 00:00",30.5,"2013-05-22 00:00","","","","",33.3,33.3,32.2,30.1,25.3,19.9,3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","68105",1,42.876907,-78.809526,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,4,"","","Certification not required",0,15.008036,11.517837,33.6,"2013-07-03 00:00",33.4,"2013-08-29 00:00",32.8,"2013-09-01 00:00",31.8,"2013-07-15 00:00","","","","",33.4,32.8,30.6,29.7,24.9,17.1,0.6,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68105",3,42.876907,-78.809526,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",88,100,45,46,0,1,"","","Certification not required",0,19.590909,9.977822,33.4,"2013-09-01 00:00",33,"2013-07-03 00:00",33,"2013-08-29 00:00",32,"2013-07-15 00:00","","","","",33.4,33,32,31,28,23,3.3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68105",6,42.876907,-78.809526,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.121569,10.148169,27.5,"2013-07-15 00:00",25.6,"2013-07-03 00:00",24.3,"2013-08-08 00:00",24.2,"2013-09-01 00:00","","","","",27.5,25.6,24.3,23.5,20.5,14.9,-0.9,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","68106",1,42.876907,-78.809526,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,4,"","","Certification not required",0,744.915888,5.250555,757,"2013-01-10 00:00",755,"2013-03-08 00:00",755,"2013-04-22 00:00",755,"2013-07-15 00:00","","","","",755,755,753,751,748,745,738,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-06" +"36","029","0005","68106",3,42.876907,-78.809526,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",80,100,41,46,0,1,"","","Certification not required",0,746.325,4.862085,755,"2013-04-22 00:00",755,"2013-07-15 00:00",754,"2013-08-17 00:00",754,"2013-11-21 00:00","","","","",755,755,754,752,750,747,741,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-01-09" +"36","029","0005","68106",6,42.876907,-78.809526,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,738.843137,4.851278,750,"2013-01-10 00:00",748,"2013-04-22 00:00",746,"2013-02-09 00:00",746,"2013-07-15 00:00","","","","",750,748,746,745,742,739,732,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","68107",1,42.876907,-78.809526,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,4,"","","Certification not required",0,748.634783,4.87804,762,"2013-01-10 00:00",760,"2013-04-22 00:00",758,"2013-02-09 00:00",758,"2013-03-08 00:00","","","","",760,758,756,755,752,749,743,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68107",3,42.876907,-78.809526,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,45,46,0,1,"","","Certification not required",0,749.943182,4.478192,759,"2013-04-22 00:00",759,"2013-11-30 00:00",758,"2013-11-21 00:00",758,"2013-11-24 00:00","","","","",759,759,757,756,753,750,743,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68107",6,42.876907,-78.809526,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,744.647059,4.462392,756,"2013-01-10 00:00",753,"2013-04-22 00:00",752,"2013-02-09 00:00",752,"2013-02-21 00:00","","","","",756,753,752,751,748,744,739,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","68108",1,42.876907,-78.809526,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,4,"","","Certification not required",0,751.991304,4.856711,765,"2013-01-10 00:00",764,"2013-04-22 00:00",763,"2013-01-25 00:00",763,"2013-11-30 00:00","","","","",764,763,760,758,755,752,746,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68108",3,42.876907,-78.809526,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,45,46,0,1,"","","Certification not required",0,753.090909,4.429879,767,"2013-11-30 00:00",763,"2013-04-22 00:00",763,"2013-11-03 00:00",762,"2013-12-24 00:00","","","","",767,763,761,759,756,753,748,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68108",6,42.876907,-78.809526,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,741.078431,4.560014,753,"2013-01-10 00:00",751,"2013-04-22 00:00",750,"2013-02-09 00:00",748,"2013-02-21 00:00","","","","",753,751,750,746,744,741,735,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","68109",1,42.876907,-78.809526,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,4,"","","Certification not required",0,1438.535714,7.501265,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","68109",3,42.876907,-78.809526,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",88,100,45,46,0,1,"","","Certification not required",0,1439.329545,3.035126,1440,"2013-04-04 00:00",1440,"2013-04-07 00:00",1440,"2013-04-10 00:00",1440,"2013-04-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","85101",1,42.876907,-78.809526,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",67,74,67,91,0,1,"","","Certification not required",0,15.791045,8.199293,45,"2013-07-12 00:00",32,"2013-05-07 00:00",32,"2013-06-21 00:00",29,"2013-06-27 00:00","","","","",45,32,29,26,22,15,7,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88101",1,42.876907,-78.809526,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,4,0,0,"Certification not required",0,8.046957,4.409665,24.4,"2013-09-10 00:00",21.2,"2013-06-24 00:00",20.4,"2013-08-20 00:00",18.1,"2013-12-03 00:00","","","","",21.2,20.4,16.3,14.2,10.4,7.2,3.3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88101",1,42.876907,-78.809526,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,4,"","","Certification not required",0,8.046957,4.409665,24.4,"2013-09-10 00:00",21.2,"2013-06-24 00:00",20.4,"2013-08-20 00:00",18.1,"2013-12-03 00:00","","","","",21.2,20.4,16.3,14.2,10.4,7.2,3.3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88102",6,42.876907,-78.809526,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.02103,0.008967,0.062,"2013-05-28 00:00",0.043,"2013-04-04 00:00",0.039,"2013-07-21 00:00",0.03,"2013-11-06 00:00","","","","",0.062,0.062,0.039,0.028,0.0255,0.021,0.0135,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88103",6,42.876907,-78.809526,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00072,0.001144,0.004,"2013-07-27 00:00",0.004,"2013-09-01 00:00",0.003,"2013-06-15 00:00",0.003,"2013-07-15 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0,0,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88104",6,42.876907,-78.809526,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",32,0.02405,0.028057,0.152,"2013-05-16 00:00",0.079,"2013-07-15 00:00",0.074,"2013-04-28 00:00",0.074,"2013-05-10 00:00","","","","",0.152,0.152,0.074,0.072,0.031,0.0115,0.0065,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88107",6,42.876907,-78.809526,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.007546,0.007545,0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88109",6,42.876907,-78.809526,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.003631,0.002095,0.0104,"2013-02-03 00:00",0.0087,"2013-03-05 00:00",0.0084,"2013-01-22 00:00",0.0062,"2013-02-09 00:00","","","","",0.0104,0.0104,0.0084,0.0059,0.0047,0.0036,0.00115,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88110",6,42.876907,-78.809526,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00292,0.006207,0.021,"2013-04-04 00:00",0.02,"2013-05-04 00:00",0.02,"2013-07-15 00:00",0.02,"2013-10-01 00:00","","","","",0.021,0.021,0.02,0.014,0.001,0,0,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88111",6,42.876907,-78.809526,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.077218,0.05839,0.253,"2013-04-22 00:00",0.203,"2013-05-16 00:00",0.2,"2013-06-21 00:00",0.195,"2013-06-27 00:00","","","","",0.253,0.253,0.2,0.181,0.112,0.0619,0.0163,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88112",6,42.876907,-78.809526,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0048,0.014922,0.076,"2013-09-25 00:00",0.076,"2013-10-01 00:00",0.016,"2013-10-19 00:00",0.008,"2013-06-03 00:00","","","","",0.076,0.076,0.016,0.006,0.002,0.001,0,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88113",6,42.876907,-78.809526,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.000774,0.000313,0.0021,"2013-10-01 00:00",0.0017,"2013-04-22 00:00",0.0015,"2013-09-19 00:00",0.0014,"2013-05-16 00:00","","","","",0.0021,0.0021,0.0015,0.0012,0.0007,0.0007,0.00055,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88114",6,42.876907,-78.809526,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",21,0.002512,0.001712,0.0079,"2013-05-10 00:00",0.0074,"2013-09-19 00:00",0.0057,"2013-05-04 00:00",0.0055,"2013-06-15 00:00","","","","",0.0079,0.0079,0.0057,0.0047,0.0035,0.0022,0.001,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88115",6,42.876907,-78.809526,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",20,0.035723,0.088361,0.541,"2013-01-28 00:00",0.257,"2013-02-21 00:00",0.205,"2013-01-22 00:00",0.142,"2013-02-03 00:00","","","","",0.541,0.541,0.205,0.088,0.0197,0.0101,0.0025,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88117",6,42.876907,-78.809526,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.007705,0.011969,0.0435,"2013-02-15 00:00",0.0435,"2013-08-20 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-10 00:00","","","","",0.0435,0.0435,0.043,0.043,0.0048,0.0041,0.0028,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88118",6,42.876907,-78.809526,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.010422,0.006897,0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88126",6,42.876907,-78.809526,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.08399,0.042469,0.194,"2013-02-21 00:00",0.194,"2013-09-19 00:00",0.182,"2013-05-10 00:00",0.172,"2013-05-16 00:00","","","","",0.194,0.194,0.182,0.152,0.111,0.0722,0.0432,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88128",6,42.876907,-78.809526,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00674,0.00805,0.049,"2013-07-15 00:00",0.029,"2013-06-15 00:00",0.015,"2013-01-16 00:00",0.015,"2013-02-21 00:00","","","","",0.049,0.049,0.015,0.014,0.008,0.006,0,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88131",6,42.876907,-78.809526,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00988,0.003366,0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-08-02 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88132",6,42.876907,-78.809526,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00156,0.001232,0.005,"2013-02-21 00:00",0.004,"2013-05-10 00:00",0.004,"2013-05-22 00:00",0.003,"2013-02-03 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88136",6,42.876907,-78.809526,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00022,0.000418,0.001,"2013-01-10 00:00",0.001,"2013-01-28 00:00",0.001,"2013-03-11 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88140",6,42.876907,-78.809526,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.00957,0.01327,0.0961,"2013-02-21 00:00",0.0344,"2013-10-19 00:00",0.017,"2013-09-25 00:00",0.012,"2013-03-11 00:00","","","","",0.0961,0.0961,0.017,0.009,0.009,0.006,0.00475,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88152",6,42.876907,-78.809526,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.005366,0.00148,0.0095,"2013-08-20 00:00",0.008,"2013-03-23 00:00",0.008,"2013-05-22 00:00",0.008,"2013-06-03 00:00","","","","",0.0095,0.0095,0.008,0.008,0.0055,0.005,0.00445,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88154",6,42.876907,-78.809526,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001093,0.000231,0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-04-04 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88160",6,42.876907,-78.809526,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01288,0.003662,0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00",0.018,"2013-05-04 00:00",0.018,"2013-08-02 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88161",6,42.876907,-78.809526,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",39,0.003227,0.001995,0.01,"2013-05-16 00:00",0.0094,"2013-02-27 00:00",0.0084,"2013-05-22 00:00",0.007,"2013-04-28 00:00","","","","",0.01,0.01,0.0084,0.0069,0.00265,0.0025,0.0021,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88164",6,42.876907,-78.809526,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001567,0.000318,0.003,"2013-01-04 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-05-22 00:00",0.0019,"2013-06-03 00:00","","","","",0.003,0.003,0.0019,0.0019,0.0016,0.0015,0.0015,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88165",6,42.876907,-78.809526,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.088316,0.077953,0.439,"2013-05-16 00:00",0.239,"2013-07-15 00:00",0.228,"2013-06-27 00:00",0.217,"2013-05-22 00:00","","","","",0.439,0.439,0.228,0.212,0.105,0.062,0.026,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88166",6,42.876907,-78.809526,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.008076,0.004774,0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-08-02 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88167",6,42.876907,-78.809526,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.010646,0.00763,0.033,"2013-01-10 00:00",0.0322,"2013-02-03 00:00",0.0317,"2013-01-28 00:00",0.0285,"2013-02-21 00:00","","","","",0.033,0.033,0.0317,0.022,0.0134,0.0082,0.0038,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88168",6,42.876907,-78.809526,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00123,0.000339,0.0022,"2013-07-21 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-05-04 00:00","","","","",0.0022,0.0022,0.00175,0.00175,0.00155,0.00115,0.00085,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88169",6,42.876907,-78.809526,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.768974,0.458317,2.19,"2013-08-20 00:00",1.75,"2013-08-26 00:00",1.54,"2013-07-09 00:00",1.51,"2013-09-19 00:00","","","","",2.19,2.19,1.54,1.47,1.05,0.703,0.245,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88176",6,42.876907,-78.809526,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.000985,0.000253,0.0018,"2013-04-04 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.0018,0.0018,0.0013,0.0013,0.0013,0.0009,0.0007,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88180",6,42.876907,-78.809526,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.055638,0.031036,0.165,"2013-02-03 00:00",0.149,"2013-07-03 00:00",0.111,"2013-06-15 00:00",0.108,"2013-01-28 00:00","","","","",0.165,0.165,0.111,0.0825,0.068,0.0554,0.0171,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88184",6,42.876907,-78.809526,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",26,0.07612,0.094417,0.491,"2013-02-21 00:00",0.385,"2013-01-28 00:00",0.241,"2013-02-15 00:00",0.235,"2013-01-22 00:00","","","","",0.491,0.491,0.241,0.171,0.091,0.027,0.0155,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88185",6,42.876907,-78.809526,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.003642,0.003901,0.0143,"2013-09-19 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00","","","","",0.0143,0.0143,0.0115,0.0115,0.0023,0.00225,0.0014,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88301",6,42.876907,-78.809526,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.70554,0.556145,2.52,"2013-02-03 00:00",1.9,"2013-01-04 00:00",1.89,"2013-08-20 00:00",1.61,"2013-01-16 00:00","","","","",2.52,2.52,1.89,1.47,0.989,0.633,0.0865,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88302",6,42.876907,-78.809526,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.13774,0.154697,0.842,"2013-01-28 00:00",0.605,"2013-01-22 00:00",0.428,"2013-03-05 00:00",0.35,"2013-02-03 00:00","","","","",0.842,0.842,0.428,0.311,0.164,0.09,0.0252,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88303",6,42.876907,-78.809526,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",11,0.039392,0.026572,0.128,"2013-02-03 00:00",0.099,"2013-06-15 00:00",0.0965,"2013-07-03 00:00",0.081,"2013-02-09 00:00","","","","",0.128,0.128,0.0965,0.078,0.052,0.038,0.0109,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88306",6,42.876907,-78.809526,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.10772,1.031314,5.89,"2013-02-03 00:00",4.43,"2013-01-04 00:00",3.29,"2013-01-16 00:00",2.49,"2013-01-28 00:00","","","","",5.89,5.89,3.29,2.1,1.25,0.784,0.422,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88355",6,42.876907,-78.809526,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.010667,1.09582,5.56,"2013-06-15 00:00",4.27,"2013-07-03 00:00",3.73,"2013-06-21 00:00",3.66,"2013-09-19 00:00","","","","",5.56,5.56,3.73,3.47,2.67,1.96,0.751,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88357",6,42.876907,-78.809526,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.372021,0.242286,1.14,"2013-05-10 00:00",1.1,"2013-09-19 00:00",0.814,"2013-09-25 00:00",0.769,"2013-06-27 00:00","","","","",1.14,1.14,0.814,0.72,0.494,0.333,0.135,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88370",6,42.876907,-78.809526,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,1.796833,0.977891,5.1,"2013-06-15 00:00",4.01,"2013-07-03 00:00",3.24,"2013-06-21 00:00",3.13,"2013-08-20 00:00","","","","",5.1,5.1,3.24,3.13,2.19,1.71,0.705,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88374",6,42.876907,-78.809526,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.136625,0.088551,0.417,"2013-06-15 00:00",0.314,"2013-07-03 00:00",0.287,"2013-07-09 00:00",0.28,"2013-06-27 00:00","","","","",0.417,0.417,0.287,0.249,0.193,0.104,0.04,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88375",6,42.876907,-78.809526,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.495458,0.267901,1.32,"2013-06-15 00:00",0.973,"2013-06-21 00:00",0.954,"2013-07-03 00:00",0.95,"2013-08-20 00:00","","","","",1.32,1.32,0.954,0.929,0.697,0.479,0.191,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88376",6,42.876907,-78.809526,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.513063,0.305743,1.57,"2013-06-15 00:00",1.2,"2013-07-21 00:00",1.19,"2013-07-03 00:00",0.969,"2013-06-21 00:00","","","","",1.57,1.57,1.19,0.868,0.681,0.501,0.192,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88377",6,42.876907,-78.809526,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.391417,0.236419,1.19,"2013-06-15 00:00",0.837,"2013-08-20 00:00",0.729,"2013-01-28 00:00",0.696,"2013-09-19 00:00","","","","",1.19,1.19,0.729,0.695,0.568,0.34,0.14,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88378",6,42.876907,-78.809526,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.260313,0.177488,0.856,"2013-07-03 00:00",0.602,"2013-06-15 00:00",0.536,"2013-06-21 00:00",0.516,"2013-09-19 00:00","","","","",0.856,0.856,0.536,0.508,0.367,0.257,0.048,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88380",6,42.876907,-78.809526,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.585813,0.373384,1.71,"2013-05-10 00:00",1.63,"2013-09-19 00:00",1.18,"2013-06-15 00:00",1.17,"2013-06-21 00:00","","","","",1.71,1.71,1.18,1.11,0.806,0.498,0.188,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88383",6,42.876907,-78.809526,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.787688,0.463665,2.01,"2013-09-19 00:00",1.71,"2013-06-15 00:00",1.65,"2013-05-10 00:00",1.61,"2013-06-21 00:00","","","","",2.01,2.01,1.65,1.58,1.1,0.753,0.21,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88384",6,42.876907,-78.809526,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.058327,0.028756,0.134,"2013-09-19 00:00",0.114,"2013-10-07 00:00",0.106,"2013-06-03 00:00",0.0981,"2013-10-01 00:00","","","","",0.134,0.134,0.106,0.0956,0.0819,0.0565,0.0259,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88385",6,42.876907,-78.809526,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88388",6,42.876907,-78.809526,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.474146,0.289835,1.12,"2013-07-03 00:00",1.06,"2013-06-15 00:00",1.05,"2013-09-19 00:00",1.02,"2013-06-21 00:00","","","","",1.12,1.12,1.05,0.993,0.661,0.431,0.155,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88403",6,42.876907,-78.809526,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.99438,1.215776,5.68,"2013-08-20 00:00",4.55,"2013-08-26 00:00",4.23,"2013-07-09 00:00",4.16,"2013-10-01 00:00","","","","",5.68,5.68,4.23,4.1,2.72,1.72,0.614,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","0005","88501",3,42.876907,-78.809526,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7131,81,297,365,0,902,"","","Certification not required",0,9.814472,5.724965,144.3,"2013-07-04 21:00",114.5,"2013-07-04 22:00",74.7,"2013-07-04 23:00",50.3,"2013-07-05 00:00","","","","",27.4,24,20.3,17,12.2,8.6,4.3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88501",3,42.876907,-78.809526,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",297,81,297,365,0,0,"","","Certification not required",0,9.778788,4.223109,28.3,"2013-09-10 00:00",27.2,"2013-09-11 00:00",23.3,"2013-06-22 00:00",22.7,"2013-07-04 00:00","","","","",23.3,21.7,18.6,15.6,11.6,8.7,5.5,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88502",3,42.876907,-78.809526,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7123,81,297,365,0,910,"","","Certification not required",0,9.421985,6.097878,152.9,"2013-07-04 21:00",120.7,"2013-07-04 22:00",77.7,"2013-07-04 23:00",51.4,"2013-07-05 00:00","","","","",27.4,24.2,20.2,16.9,12.2,8.5,3,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88502",3,42.876907,-78.809526,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",297,81,297,365,0,0,"","","Certification not required",0,9.369024,4.462636,28.5,"2013-09-10 00:00",27.4,"2013-09-11 00:00",22.1,"2013-06-22 00:00",21.8,"2013-01-08 00:00","","","","",22.1,21.5,18.1,14.8,11.6,8.7,4.6,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","0005","88502",6,42.876907,-78.809526,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,10.706,5.05389,25.6,"2013-02-03 00:00",20.2,"2013-06-15 00:00",20.2,"2013-08-26 00:00",20,"2013-01-28 00:00","","","","",25.6,25.6,20.2,19.1,12.7,10.7,5.4,"BUFFALO","TRAILER,185 DINGENS STREET (near WEISS ST.)","New York","Erie","Buffalo","Buffalo-Niagara Falls, NY","2014-02-14" +"36","029","1013","43502",2,42.98844,-78.91859,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.544828,0.733186,3.1,"2013-06-21 00:00",3,"2013-05-22 00:00",2.8,"2013-06-27 00:00",2.6,"2013-06-09 00:00","","","","",3.1,3.1,3,2.8,2.1,1.2,0.8,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43502",10,42.98844,-78.91859,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.55,0.767778,3.4,"2013-06-21 00:00",3,"2013-05-22 00:00",2.8,"2013-06-27 00:00",2.5,"2013-06-09 00:00","","","","",3.4,3.4,3,2.8,2.2,1.2,0.8,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43502",20,42.98844,-78.91859,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.52,0.731272,3.1,"2013-06-21 00:00",3,"2013-05-22 00:00",2.8,"2013-06-27 00:00",2.5,"2013-06-09 00:00","","","","",3.1,3.1,3,2.8,2.1,1.2,0.8,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43503",2,42.98844,-78.91859,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.134483,0.501623,2.7,"2013-06-27 00:00",2.3,"2013-06-21 00:00",1.6,"2013-05-10 00:00",1.6,"2013-05-22 00:00","","","","",2.7,2.7,2.3,1.6,1.4,1,0.6,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43503",10,42.98844,-78.91859,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.153333,0.534166,2.7,"2013-06-27 00:00",2.6,"2013-06-21 00:00",1.7,"2013-05-10 00:00",1.6,"2013-04-28 00:00","","","","",2.7,2.7,2.6,1.7,1.5,1,0.6,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43503",20,42.98844,-78.91859,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.12,0.502682,2.7,"2013-06-27 00:00",2.3,"2013-06-21 00:00",1.6,"2013-05-10 00:00",1.6,"2013-05-22 00:00","","","","",2.7,2.7,2.3,1.6,1.4,1,0.6,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43504",2,42.98844,-78.91859,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.255172,0.142894,0.8,"2013-06-27 00:00",0.5,"2013-06-21 00:00",0.4,"2013-05-10 00:00",0.4,"2013-05-22 00:00","","","","",0.8,0.8,0.5,0.4,0.3,0.2,0.1,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43504",10,42.98844,-78.91859,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.253333,0.150249,0.8,"2013-06-27 00:00",0.6,"2013-06-21 00:00",0.4,"2013-05-10 00:00",0.4,"2013-05-22 00:00","","","","",0.8,0.8,0.6,0.4,0.3,0.2,0.1,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43504",20,42.98844,-78.91859,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.246667,0.145586,0.8,"2013-06-27 00:00",0.5,"2013-06-21 00:00",0.4,"2013-05-10 00:00",0.4,"2013-05-22 00:00","","","","",0.8,0.8,0.5,0.4,0.3,0.2,0.1,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43510",2,42.98844,-78.91859,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.109793,0.061573,0.348,"2013-06-27 00:00",0.22,"2013-06-21 00:00",0.184,"2013-05-22 00:00",0.164,"2013-05-10 00:00","","","","",0.348,0.348,0.22,0.184,0.112,0.096,0.068,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43510",10,42.98844,-78.91859,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.112333,0.065012,0.348,"2013-06-27 00:00",0.252,"2013-06-21 00:00",0.192,"2013-05-22 00:00",0.18,"2013-06-15 00:00","","","","",0.348,0.348,0.252,0.192,0.112,0.104,0.052,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43510",20,42.98844,-78.91859,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",3,0.106733,0.062353,0.344,"2013-06-27 00:00",0.22,"2013-06-21 00:00",0.188,"2013-05-22 00:00",0.168,"2013-05-10 00:00","","","","",0.344,0.344,0.22,0.188,0.108,0.096,0.052,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43515",2,42.98844,-78.91859,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",24,0.056207,0.060852,0.34,"2013-06-27 00:00",0.14,"2013-06-21 00:00",0.09,"2013-05-22 00:00",0.09,"2013-06-09 00:00","","","","",0.34,0.34,0.14,0.09,0.05,0.05,0.02,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43515",10,42.98844,-78.91859,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.056667,0.06233,0.35,"2013-06-27 00:00",0.16,"2013-06-21 00:00",0.09,"2013-06-09 00:00",0.08,"2013-05-22 00:00","","","","",0.35,0.35,0.16,0.09,0.05,0.05,0.02,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43515",20,42.98844,-78.91859,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.056333,0.061447,0.35,"2013-06-27 00:00",0.14,"2013-06-21 00:00",0.09,"2013-05-22 00:00",0.09,"2013-06-09 00:00","","","","",0.35,0.35,0.14,0.09,0.05,0.05,0.02,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43516",2,42.98844,-78.91859,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",20,0.054138,0.03268,0.19,"2013-06-21 00:00",0.1,"2013-04-28 00:00",0.08,"2013-05-04 00:00",0.08,"2013-05-10 00:00","","","","",0.19,0.19,0.1,0.08,0.05,0.05,0.02,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43516",10,42.98844,-78.91859,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.055,0.036079,0.2,"2013-06-21 00:00",0.11,"2013-04-28 00:00",0.1,"2013-03-29 00:00",0.1,"2013-06-27 00:00","","","","",0.2,0.2,0.11,0.1,0.05,0.05,0.02,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43516",20,42.98844,-78.91859,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",21,0.054667,0.035693,0.2,"2013-06-21 00:00",0.11,"2013-04-28 00:00",0.1,"2013-03-29 00:00",0.09,"2013-06-27 00:00","","","","",0.2,0.2,0.11,0.1,0.05,0.05,0.02,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43517",2,42.98844,-78.91859,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",25,0.046207,0.016128,0.09,"2013-05-28 00:00",0.08,"2013-04-04 00:00",0.07,"2013-05-10 00:00",0.07,"2013-06-27 00:00","","","","",0.09,0.09,0.08,0.07,0.05,0.05,0.03,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43517",10,42.98844,-78.91859,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.047,0.017449,0.1,"2013-01-16 00:00",0.09,"2013-05-28 00:00",0.07,"2013-05-10 00:00",0.06,"2013-04-04 00:00","","","","",0.1,0.1,0.09,0.07,0.05,0.05,0.03,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43517",20,42.98844,-78.91859,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",25,0.057667,0.066472,0.4,"2013-01-28 00:00",0.09,"2013-05-28 00:00",0.08,"2013-04-04 00:00",0.07,"2013-05-10 00:00","","","","",0.4,0.4,0.09,0.08,0.05,0.05,0.03,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43518",2,42.98844,-78.91859,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",12,0.115517,0.098872,0.43,"2013-06-09 00:00",0.39,"2013-06-21 00:00",0.28,"2013-04-28 00:00",0.19,"2013-06-27 00:00","","","","",0.43,0.43,0.39,0.28,0.15,0.08,0.05,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43518",10,42.98844,-78.91859,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",14,0.102333,0.075507,0.31,"2013-06-09 00:00",0.3,"2013-06-21 00:00",0.24,"2013-04-28 00:00",0.19,"2013-06-15 00:00","","","","",0.31,0.31,0.3,0.24,0.14,0.07,0.05,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43518",20,42.98844,-78.91859,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.101,0.080531,0.36,"2013-06-09 00:00",0.31,"2013-06-21 00:00",0.23,"2013-04-28 00:00",0.17,"2013-06-15 00:00","","","","",0.36,0.36,0.31,0.23,0.14,0.05,0.05,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43552",2,42.98844,-78.91859,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.747931,0.384971,2.25,"2013-06-21 00:00",1.47,"2013-05-10 00:00",1.13,"2013-04-28 00:00",1,"2013-01-28 00:00","","","","",2.25,2.25,1.47,1.13,0.8,0.7,0.31,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43552",10,42.98844,-78.91859,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.762667,0.433661,2.52,"2013-06-21 00:00",1.56,"2013-05-10 00:00",1.19,"2013-04-28 00:00",1.1,"2013-03-05 00:00","","","","",2.52,2.52,1.56,1.19,0.85,0.7,0.4,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","43552",20,42.98844,-78.91859,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.725,0.366745,2.25,"2013-06-21 00:00",1.16,"2013-05-10 00:00",1.12,"2013-04-28 00:00",1,"2013-01-28 00:00","","","","",2.25,2.25,1.16,1.12,0.8,0.7,0.4,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","45501",2,42.98844,-78.91859,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.668966,0.313953,1.78,"2013-04-04 00:00",1.1,"2013-03-11 00:00",0.9,"2013-01-04 00:00",0.9,"2013-03-05 00:00","","","","",1.78,1.78,1.1,0.9,0.81,0.69,0.3,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","45501",10,42.98844,-78.91859,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.594167,0.352787,1.71,"2013-04-04 00:00",1.1,"2013-03-11 00:00",1,"2013-02-21 00:00",0.9,"2013-01-04 00:00","","","","",1.71,1.71,1.1,1,0.8,0.6,0.16,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","45501",20,42.98844,-78.91859,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.625833,0.376399,1.82,"2013-04-04 00:00",1.2,"2013-02-21 00:00",1.1,"2013-03-11 00:00",0.9,"2013-01-04 00:00","","","","",1.82,1.82,1.2,1.1,0.81,0.68,0.2,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","45504",2,42.98844,-78.91859,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",21,0.066552,0.041081,0.21,"2013-06-27 00:00",0.16,"2013-05-04 00:00",0.12,"2013-04-28 00:00",0.1,"2013-03-05 00:00","","","","",0.21,0.21,0.16,0.12,0.09,0.05,0.04,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","45504",10,42.98844,-78.91859,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",23,0.061333,0.03391,0.19,"2013-06-27 00:00",0.12,"2013-04-28 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-11 00:00","","","","",0.19,0.19,0.12,0.1,0.05,0.05,0.04,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","45504",20,42.98844,-78.91859,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",22,0.065667,0.041163,0.22,"2013-06-27 00:00",0.15,"2013-05-04 00:00",0.12,"2013-04-28 00:00",0.1,"2013-03-05 00:00","","","","",0.22,0.22,0.15,0.12,0.09,0.05,0.04,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1013","88501",3,42.98844,-78.91859,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",3680,42,146,365,0,4358,"","","Certification not required",0,9.704918,5.89697,48.5,"2013-09-10 13:00",46.2,"2013-05-19 16:00",44.3,"2013-09-10 12:00",43.5,"2013-09-10 11:00","","","","",31.5,26.4,20.9,16.9,12.2,8.4,4.1,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1013","88501",3,42.98844,-78.91859,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",146,40,146,365,0,0,"","","Certification not required",0,9.632877,4.794366,33.1,"2013-09-10 00:00",32.6,"2013-09-11 00:00",25,"2013-09-20 00:00",22,"2013-06-22 00:00","","","","",32.6,25,17,15.7,11.6,8.5,5.3,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1013","88502",3,42.98844,-78.91859,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",3680,42,146,365,0,4359,"","","Certification not required",0,9.445054,6.467312,50.4,"2013-09-10 13:00",47.2,"2013-05-19 16:00",45.8,"2013-09-10 12:00",44.9,"2013-09-10 11:00","","","","",31.9,26.5,21,17,12.6,8.5,2.4,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1013","88502",3,42.98844,-78.91859,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",146,40,146,365,0,0,"","","Certification not required",0,9.429452,5.287946,33.8,"2013-09-10 00:00",33.2,"2013-09-11 00:00",25.2,"2013-09-20 00:00",20.8,"2013-06-22 00:00","","","","",33.2,25.2,17.2,14.8,12.2,9.3,3.5,"GRAND ISLE BOULDVARD","520 GRAND ISLAND BLVD","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","42401",1,42.99813,-78.89926,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8586,98,360,365,0,155,0,"","Certification not required",0,5.058333,3.547095,23.4,"2013-03-30 10:00",22.1,"2013-11-14 17:00",20.6,"2013-11-15 05:00",19.5,"2013-01-12 13:00","","","","",19.5,14.3,12.4,9.6,6.5,4.5,1.5,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","42401",1,42.99813,-78.89926,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8586,98,360,365,0,155,"","","Certification not required",0,2.818146,2.071791,23.4,"2013-03-30 10:00",22.1,"2013-11-14 17:00",20.6,"2013-11-15 05:00",19.7,"2013-11-14 22:00","","","","",9.3,7.7,6.3,5.4,3.9,2.5,0.6,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","42401",1,42.99813,-78.89926,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,2.823056,1.678422,8.9,"2013-11-15 00:00",8.7,"2013-01-19 00:00",8.2,"2013-11-14 00:00",6.6,"2013-01-23 00:00","","","","",6.6,6.4,5.4,5.1,4.1,2.7,0.8,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","42401",1,42.99813,-78.89926,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2825,97,358,365,0,0,"",0,"Certification not required",0,2.777451,1.97218,17.8,"2013-01-12 14:00",14.2,"2013-11-14 23:00",12.7,"2013-11-15 11:00",12.3,"2013-11-14 17:00","","","","",8.8,7.5,6.3,5.4,3.9,2.5,0.6,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","42401",5,42.99813,-78.89926,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",103390,98,361,365,0,1552,"","","Certification not required",0,2.819579,2.189105,54.1,"2013-03-30 10:35",37.5,"2013-03-30 10:25",37,"2013-04-09 14:55",36.9,"2013-03-30 10:30","","","","",9.6,7.8,6.3,5.4,3.9,2.5,0.6,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-10" +"36","029","1014","43502",2,42.99813,-78.89926,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,8.034483,4.320572,16.3,"2013-06-03 00:00",15.1,"2013-06-09 00:00",14.6,"2013-06-15 00:00",13.9,"2013-03-11 00:00","","","","",16.3,16.3,15.1,14.6,10.9,8.6,3.2,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43503",2,42.99813,-78.89926,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,2.096552,0.805553,3.9,"2013-04-16 00:00",3.9,"2013-05-28 00:00",3.4,"2013-06-09 00:00",3.3,"2013-06-27 00:00","","","","",3.9,3.9,3.9,3.4,2.6,1.9,1.2,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43504",2,42.99813,-78.89926,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.058621,0.51514,2.5,"2013-06-09 00:00",2.2,"2013-05-22 00:00",2.1,"2013-06-21 00:00",1.7,"2013-06-27 00:00","","","","",2.5,2.5,2.2,2.1,1.2,0.8,0.6,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43510",2,42.99813,-78.89926,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.500828,0.182178,0.844,"2013-05-28 00:00",0.8,"2013-04-16 00:00",0.772,"2013-06-09 00:00",0.768,"2013-03-11 00:00","","","","",0.844,0.844,0.8,0.772,0.636,0.468,0.276,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43515",2,42.99813,-78.89926,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",15,0.078276,0.052377,0.24,"2013-06-27 00:00",0.2,"2013-06-09 00:00",0.18,"2013-05-28 00:00",0.14,"2013-06-21 00:00","","","","",0.24,0.24,0.2,0.18,0.1,0.05,0.05,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43516",2,42.99813,-78.89926,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",14,0.117586,0.12293,0.46,"2013-05-22 00:00",0.46,"2013-06-09 00:00",0.38,"2013-06-21 00:00",0.26,"2013-06-15 00:00","","","","",0.46,0.46,0.46,0.38,0.14,0.05,0.02,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43517",2,42.99813,-78.89926,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",1,0.401379,0.204516,0.85,"2013-04-16 00:00",0.84,"2013-05-28 00:00",0.72,"2013-06-27 00:00",0.7,"2013-03-29 00:00","","","","",0.85,0.85,0.84,0.72,0.57,0.35,0.2,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43518",2,42.99813,-78.89926,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.403793,0.204946,0.83,"2013-06-09 00:00",0.79,"2013-04-28 00:00",0.77,"2013-04-16 00:00",0.7,"2013-06-21 00:00","","","","",0.83,0.83,0.79,0.77,0.53,0.31,0.2,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","43552",2,42.99813,-78.89926,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.65069,0.430066,2.2,"2013-02-27 00:00",1.3,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00","","","","",2.2,2.2,1.3,1.2,0.82,0.5,0.23,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","45501",2,42.99813,-78.89926,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,3.325517,1.235946,5.85,"2013-05-22 00:00",5.32,"2013-06-09 00:00",5.05,"2013-05-16 00:00",4.89,"2013-04-16 00:00","","","","",5.85,5.85,5.32,5.05,4.3,3.26,1.8,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","45504",2,42.99813,-78.89926,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",20,0.06931,0.0376,0.17,"2013-06-27 00:00",0.14,"2013-05-04 00:00",0.13,"2013-05-28 00:00",0.13,"2013-06-09 00:00","","","","",0.17,0.17,0.14,0.13,0.1,0.05,0.04,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2013-11-14" +"36","029","1014","88501",3,42.99813,-78.89926,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7942,91,329,365,0,81,"","","Certification not required",0,8.576908,5.036147,37.8,"2013-09-10 13:00",37.5,"2013-09-10 12:00",36.1,"2013-09-11 13:00",35.7,"2013-09-11 00:00","","","","",26.8,23.3,18.6,15.4,10.4,7.4,3.7,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","88501",3,42.99813,-78.89926,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,8.491489,4.024679,28.1,"2013-09-10 00:00",27.8,"2013-09-11 00:00",21.8,"2013-06-22 00:00",21.8,"2013-08-20 00:00","","","","",21.8,20.6,16.4,14.4,10,7.4,4.7,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","88502",3,42.99813,-78.89926,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7940,91,329,365,0,83,"","","Certification not required",0,8.077292,5.361254,38.8,"2013-09-10 13:00",38.5,"2013-09-10 12:00",37,"2013-09-11 13:00",36.5,"2013-09-11 00:00","","","","",26.7,23,18.3,15.1,10.5,7.1,2.4,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","029","1014","88502",3,42.99813,-78.89926,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,7.996049,4.263624,28.3,"2013-09-10 00:00",28,"2013-09-11 00:00",21.1,"2013-08-20 00:00",21,"2013-09-20 00:00","","","","",21,19.3,16.2,13.3,10,7.2,3.6,"BROOKSIDE TERRACE","192 BROOKSIDE TERRACE WEST","New York","Erie","Tonawanda","Buffalo-Niagara Falls, NY","2014-02-07" +"36","031","0002","44201",3,44.36608,-73.90312,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8405,99,212,214,0,258,0,0,"Certification not required",113,0.044552,0.011072,0.073,"2013-07-07 06:00",0.073,"2013-08-20 23:00",0.072,"2013-08-21 00:00",0.066,"2013-05-02 02:00","","","","",0.072,0.065,0.061,0.059,0.053,0.046,0.038,"WHITEFACE SUMMIT","Wilmington, SUMMIT, WHITEFACE MTN, WEATHER STATION","New York","Essex","","","2014-02-07" +"36","031","0002","44201",3,44.36608,-73.90312,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8433,99,212,214,0,0,0,0,"Certification not required",0,0.041316,0.011041,0.07,"2013-08-20 22:00",0.067,"2013-08-21 00:00",0.066,"2013-07-07 00:00",0.065,"2013-07-06 23:00","","","","",0.066,0.063,0.059,0.055,0.05,0.043,0.035,"WHITEFACE SUMMIT","Wilmington, SUMMIT, WHITEFACE MTN, WEATHER STATION","New York","Essex","","","2014-02-07" +"36","031","0002","44201",3,44.36608,-73.90312,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8433,99,212,214,0,0,0,0,"Certification not required",0,0.041316,0.011041,0.07,"2013-08-20 22:00",0.067,"2013-08-21 00:00",0.066,"2013-07-07 00:00",0.065,"2013-07-06 23:00","","","","",0.066,0.063,0.059,0.055,0.05,0.043,0.035,"WHITEFACE SUMMIT","Wilmington, SUMMIT, WHITEFACE MTN, WEATHER STATION","New York","Essex","","","2014-02-07" +"36","031","0003","42401",1,44.39308,-73.8589,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8420,96,352,365,0,310,0,"","Certification not required",0,0.710795,0.536632,3.4,"2013-08-22 09:00",3.2,"2013-11-26 02:00",2.9,"2013-11-16 08:00",2.6,"2013-01-08 13:00","","","","",2.6,2.2,1.9,1.4,0.9,0.6,0.2,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","42401",1,44.39308,-73.8589,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8420,96,352,365,0,310,"","","Certification not required",0,0.356805,0.330854,3.4,"2013-08-22 09:00",3.2,"2013-11-26 02:00",3,"2013-11-26 01:00",2.9,"2013-11-16 08:00","","","","",1.7,1.4,0.9,0.7,0.5,0.3,0.1,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","42401",1,44.39308,-73.8589,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",352,96,352,365,0,0,0,"","Certification not required",0,0.361648,0.263075,1.7,"2013-11-15 00:00",1.6,"2013-01-19 00:00",1.6,"2013-11-16 00:00",1.5,"2013-01-08 00:00","","","","",1.5,1.2,0.8,0.6,0.5,0.3,0.1,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","42401",1,44.39308,-73.8589,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2767,95,350,365,0,0,"",0,"Certification not required",0,0.324828,0.318611,2.8,"2013-11-26 02:00",2.5,"2013-01-08 14:00",2.5,"2013-11-16 08:00",2.3,"2013-08-22 11:00","","","","",1.7,1.3,0.9,0.6,0.4,0.3,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","42401",5,44.39308,-73.8589,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",85423,81,297,365,0,1197,"","","Certification not required",0,0.340775,0.350739,4.5,"2013-08-22 09:15",4.3,"2013-08-22 09:25",4.2,"2013-08-22 09:20",4.1,"2013-08-22 09:30","","","","",1.7,1.4,1,0.7,0.5,0.3,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-10" +"36","031","0003","43502",2,44.39308,-73.8589,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.32,0.161245,0.8,"2013-03-11 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-03 00:00","","","","",0.8,0.8,0.8,0.4,0.4,0.3,0.2,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43503",2,44.39308,-73.8589,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.726667,0.263131,1.3,"2013-03-11 00:00",1.1,"2013-02-03 00:00",1,"2013-01-04 00:00",1,"2013-01-28 00:00","","","","",1.3,1.3,1.3,1.1,1,0.7,0.5,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43504",2,44.39308,-73.8589,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.073333,0.045774,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43510",2,44.39308,-73.8589,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",13,0.034533,0.012059,0.068,"2013-03-11 00:00",0.06,"2013-03-05 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.068,0.068,0.068,0.06,0.03,0.03,0.03,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43515",2,44.39308,-73.8589,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43516",2,44.39308,-73.8589,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43517",2,44.39308,-73.8589,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43518",2,44.39308,-73.8589,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.053333,0.01291,0.1,"2013-03-11 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","43552",2,44.39308,-73.8589,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.34,0.098561,0.5,"2013-02-03 00:00",0.5,"2013-03-11 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-28 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.2,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","44201",1,44.39308,-73.8589,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8390,95,203,214,0,342,0,0,"Certification not required",0,0.044458,0.010382,0.076,"2013-08-20 23:00",0.075,"2013-08-22 09:00",0.073,"2013-08-21 00:00",0.068,"2013-06-24 23:00","","","","",0.073,0.066,0.062,0.058,0.052,0.047,0.041,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","44201",1,44.39308,-73.8589,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8383,93,199,214,0,0,0,0,"Certification not required",0,0.040764,0.009959,0.07,"2013-08-20 20:00",0.065,"2013-08-21 00:00",0.064,"2013-05-02 07:00",0.063,"2013-06-24 22:00","","","","",0.065,0.063,0.059,0.055,0.049,0.044,0.039,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","44201",1,44.39308,-73.8589,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8383,93,199,214,0,0,0,0,"Certification not required",0,0.040764,0.009959,0.07,"2013-08-20 20:00",0.065,"2013-08-21 00:00",0.064,"2013-05-02 07:00",0.063,"2013-06-24 22:00","","","","",0.065,0.063,0.059,0.055,0.049,0.044,0.039,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","45501",2,44.39308,-73.8589,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.426667,0.116292,0.7,"2013-02-27 00:00",0.6,"2013-03-11 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00","","","","",0.7,0.7,0.7,0.6,0.5,0.4,0.3,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","45504",2,44.39308,-73.8589,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",14,0.053333,0.01291,0.1,"2013-03-11 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2013-07-16" +"36","031","0003","62101",1,44.39308,-73.8589,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8001,91,324,365,0,731,"","","Certification not required",0,40.621797,21.116189,87,"2013-07-17 12:00",86,"2013-07-17 11:00",86,"2013-07-17 13:00",86,"2013-07-17 14:00","","","","",79,76,72,67,58,42,12,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68101",1,44.39308,-73.8589,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",57,93,57,61,0,2,"","","Certification not required",51,0.060526,0.039795,0.3,"2013-09-07 00:00",0.2,"2013-11-12 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00","","","","",0.3,0.2,0.1,0.1,0.05,0.05,0.05,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68102",1,44.39308,-73.8589,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",57,93,57,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68103",1,44.39308,-73.8589,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,2,"","","Certification not required",0,0.889474,11.941609,19.4,"2013-07-15 00:00",18.5,"2013-08-08 00:00",17.9,"2013-07-03 00:00",16.4,"2013-07-09 00:00","","","","",19.4,18.5,17.9,15.7,11.1,3.1,-16.7,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68103",5,44.39308,-73.8589,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,3.686538,10.278247,19,"2013-07-15 00:00",18.1,"2013-08-08 00:00",17.5,"2013-07-03 00:00",16.2,"2013-09-01 00:00","","","","",19,18.1,17.5,15.6,11.6,6,-12.7,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","68104",1,44.39308,-73.8589,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,2,"","","Certification not required",0,7.586538,11.584608,24.6,"2013-07-15 00:00",21.7,"2013-08-08 00:00",21.3,"2013-06-27 00:00",21.3,"2013-07-03 00:00","","","","",24.6,21.7,21.3,21.2,16.5,11.8,-10.1,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-01-09" +"36","031","0003","68104",5,44.39308,-73.8589,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.411538,11.292452,29.8,"2013-07-15 00:00",26.4,"2013-07-03 00:00",26,"2013-06-27 00:00",26,"2013-07-09 00:00","","","","",29.8,26.4,26,25.8,22.2,17.9,-3.8,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","68105",1,44.39308,-73.8589,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,2,"","","Certification not required",0,11.847368,12.884682,31,"2013-07-15 00:00",28.4,"2013-07-09 00:00",28.3,"2013-06-27 00:00",27.6,"2013-07-27 00:00","","","","",31,28.4,28.3,27.1,23.3,14.3,-5.5,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68105",5,44.39308,-73.8589,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.446154,10.598473,24,"2013-07-15 00:00",21.2,"2013-08-08 00:00",20.8,"2013-07-03 00:00",20.6,"2013-07-09 00:00","","","","",24,21.2,20.8,20.5,15.7,12.1,-7.4,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","68106",1,44.39308,-73.8589,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,2,"","","Certification not required",0,700.961538,5.283944,715,"2013-04-22 00:00",711,"2013-07-15 00:00",711,"2013-10-13 00:00",710,"2013-06-21 00:00","","","","",715,711,711,707,704,701,695,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-01-09" +"36","031","0003","68106",5,44.39308,-73.8589,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,701.961538,8.302992,717,"2013-04-22 00:00",713,"2013-07-15 00:00",713,"2013-10-13 00:00",712,"2013-05-04 00:00","","","","",717,713,713,710,706,702,696,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","68107",1,44.39308,-73.8589,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,2,"","","Certification not required",0,704.982456,4.79766,719,"2013-04-22 00:00",716,"2013-11-30 00:00",714,"2013-01-10 00:00",713,"2013-07-15 00:00","","","","",719,716,714,712,707,705,700,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68107",5,44.39308,-73.8589,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,708.461538,4.586688,722,"2013-04-22 00:00",718,"2013-01-10 00:00",715,"2013-05-04 00:00",715,"2013-07-15 00:00","","","","",722,718,715,714,712,708,703,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","68108",1,44.39308,-73.8589,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,2,"","","Certification not required",0,708.491228,4.888481,722,"2013-04-22 00:00",721,"2013-11-30 00:00",718,"2013-01-10 00:00",715,"2013-10-13 00:00","","","","",722,721,718,714,711,708,703,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","68108",5,44.39308,-73.8589,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,705.538462,4.608013,719,"2013-04-22 00:00",714,"2013-07-15 00:00",713,"2013-01-10 00:00",713,"2013-05-04 00:00","","","","",719,714,713,713,709,705,701,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","68109",1,44.39308,-73.8589,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",57,93,57,61,0,2,"","","Certification not required",0,1439.210526,0.411306,1440,"2013-02-03 00:00",1440,"2013-04-04 00:00",1440,"2013-04-16 00:00",1440,"2013-04-22 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88101",1,44.39308,-73.8589,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,4.344068,2.618322,13.6,"2013-08-20 00:00",11.7,"2013-08-26 00:00",10.3,"2013-06-27 00:00",8.5,"2013-07-09 00:00","","","","",13.6,11.7,10.3,7.7,5.8,3.4,1.6,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88101",1,44.39308,-73.8589,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,4.344068,2.618322,13.6,"2013-08-20 00:00",11.7,"2013-08-26 00:00",10.3,"2013-06-27 00:00",8.5,"2013-07-09 00:00","","","","",13.6,11.7,10.3,7.7,5.8,3.4,1.6,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88102",5,44.39308,-73.8589,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.019216,0.004871,0.026,"2013-01-28 00:00",0.026,"2013-02-15 00:00",0.026,"2013-02-21 00:00",0.026,"2013-04-16 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0195,0.014,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88103",5,44.39308,-73.8589,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000431,0.0009,0.005,"2013-03-17 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-11 00:00",0.002,"2013-08-20 00:00","","","","",0.005,0.002,0.002,0.001,0.001,0,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88104",5,44.39308,-73.8589,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.011529,0.011757,0.08,"2013-05-10 00:00",0.048,"2013-04-28 00:00",0.026,"2013-02-15 00:00",0.014,"2013-07-15 00:00","","","","",0.08,0.048,0.026,0.0125,0.0125,0.01,0.0065,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88107",5,44.39308,-73.8589,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006811,0.006711,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-07-15 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88109",5,44.39308,-73.8589,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",24,0.001728,0.000999,0.0049,"2013-03-11 00:00",0.0044,"2013-04-28 00:00",0.0035,"2013-08-20 00:00",0.0033,"2013-10-19 00:00","","","","",0.0049,0.0044,0.0035,0.003,0.0023,0.0014,0.00065,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88110",5,44.39308,-73.8589,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001745,0.004449,0.019,"2013-02-03 00:00",0.019,"2013-05-16 00:00",0.015,"2013-08-20 00:00",0.009,"2013-04-28 00:00","","","","",0.019,0.019,0.015,0.006,0,0,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88111",5,44.39308,-73.8589,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",33,0.008894,0.015514,0.107,"2013-04-28 00:00",0.0277,"2013-03-11 00:00",0.0229,"2013-03-17 00:00",0.0223,"2013-03-29 00:00","","","","",0.107,0.0277,0.0229,0.0213,0.0099,0.00375,0.0021,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88112",5,44.39308,-73.8589,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.005412,0.016225,0.087,"2013-10-01 00:00",0.077,"2013-10-07 00:00",0.029,"2013-09-25 00:00",0.008,"2013-10-31 00:00","","","","",0.087,0.077,0.029,0.006,0.003,0.001,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88113",5,44.39308,-73.8589,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000683,0.000108,0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-07-15 00:00",0.001,"2013-10-13 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88114",5,44.39308,-73.8589,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.001025,0.000428,0.003,"2013-01-28 00:00",0.0025,"2013-11-06 00:00",0.0017,"2013-10-19 00:00",0.00125,"2013-01-22 00:00","","","","",0.003,0.0025,0.0017,0.00125,0.00125,0.00095,0.00065,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88115",5,44.39308,-73.8589,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.013939,0.070311,0.506,"2013-02-21 00:00",0.015,"2013-01-04 00:00",0.0096,"2013-10-01 00:00",0.0075,"2013-11-06 00:00","","","","",0.506,0.015,0.0096,0.0055,0.00405,0.0039,0.0024,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88117",5,44.39308,-73.8589,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006948,0.010649,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-07-15 00:00",0.043,"2013-10-13 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88118",5,44.39308,-73.8589,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008469,0.006311,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-07-15 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88126",5,44.39308,-73.8589,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.014203,0.00941,0.0413,"2013-03-29 00:00",0.0329,"2013-04-28 00:00",0.0321,"2013-01-10 00:00",0.0303,"2013-05-10 00:00","","","","",0.0413,0.0329,0.0321,0.0277,0.0185,0.0125,0.0046,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88128",5,44.39308,-73.8589,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000549,0.001154,0.005,"2013-10-13 00:00",0.004,"2013-10-31 00:00",0.003,"2013-10-07 00:00",0.003,"2013-11-06 00:00","","","","",0.005,0.004,0.003,0.002,0,0,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88131",5,44.39308,-73.8589,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010029,0.003695,0.0165,"2013-01-28 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-16 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88132",5,44.39308,-73.8589,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000176,0.000434,0.002,"2013-04-16 00:00",0.001,"2013-01-10 00:00",0.001,"2013-04-22 00:00",0.001,"2013-05-10 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88136",5,44.39308,-73.8589,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.8e-05,0.000361,0.002,"2013-07-15 00:00",0.001,"2013-03-11 00:00",0.001,"2013-05-10 00:00",0.001,"2013-10-13 00:00","","","","",0.002,0.001,0.001,0,0,0,0,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88140",5,44.39308,-73.8589,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.008614,0.008718,0.0607,"2013-02-21 00:00",0.0342,"2013-01-28 00:00",0.0199,"2013-09-13 00:00",0.009,"2013-01-10 00:00","","","","",0.0607,0.0342,0.0199,0.009,0.009,0.006,0.00475,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88152",5,44.39308,-73.8589,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005645,0.001603,0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88154",5,44.39308,-73.8589,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001054,0.000271,0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-11 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88160",5,44.39308,-73.8589,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.014373,0.008253,0.055,"2013-09-01 00:00",0.042,"2013-01-04 00:00",0.028,"2013-09-07 00:00",0.018,"2013-01-28 00:00","","","","",0.055,0.042,0.028,0.018,0.018,0.01,0.01,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88161",5,44.39308,-73.8589,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.002398,0.000429,0.0048,"2013-04-22 00:00",0.00265,"2013-02-09 00:00",0.00265,"2013-02-27 00:00",0.00265,"2013-03-23 00:00","","","","",0.0048,0.00265,0.00265,0.00265,0.00265,0.0025,0.0021,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88164",5,44.39308,-73.8589,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001591,0.000254,0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88165",5,44.39308,-73.8589,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",18,0.02337,0.019287,0.092,"2013-04-28 00:00",0.0722,"2013-05-28 00:00",0.072,"2013-04-22 00:00",0.05,"2013-03-11 00:00","","","","",0.092,0.0722,0.072,0.0447,0.029,0.0216,0.0055,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88166",5,44.39308,-73.8589,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.008835,0.005389,0.019,"2013-02-21 00:00",0.0185,"2013-01-28 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-04-16 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88167",5,44.39308,-73.8589,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.002147,0.001335,0.0056,"2013-09-07 00:00",0.0052,"2013-08-20 00:00",0.0052,"2013-08-26 00:00",0.0046,"2013-01-28 00:00","","","","",0.0056,0.0052,0.0052,0.0043,0.0032,0.00175,0.0009,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88168",5,44.39308,-73.8589,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001329,0.000718,0.0058,"2013-02-09 00:00",0.00175,"2013-01-28 00:00",0.00175,"2013-02-15 00:00",0.00175,"2013-02-21 00:00","","","","",0.0058,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88169",5,44.39308,-73.8589,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.429582,0.341193,1.69,"2013-08-20 00:00",1.61,"2013-08-26 00:00",0.996,"2013-10-01 00:00",0.982,"2013-10-19 00:00","","","","",1.69,1.61,0.996,0.789,0.552,0.318,0.131,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88176",5,44.39308,-73.8589,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001009,0.000235,0.0015,"2013-01-22 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-15 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88180",5,44.39308,-73.8589,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.018481,0.010434,0.053,"2013-07-09 00:00",0.0439,"2013-10-19 00:00",0.037,"2013-03-11 00:00",0.034,"2013-04-28 00:00","","","","",0.053,0.0439,0.037,0.0288,0.0242,0.0183,0.0055,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88184",5,44.39308,-73.8589,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",37,0.039598,0.060435,0.4,"2013-02-21 00:00",0.206,"2013-07-15 00:00",0.106,"2013-03-11 00:00",0.087,"2013-01-10 00:00","","","","",0.4,0.206,0.106,0.07,0.03,0.02,0.0155,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88185",5,44.39308,-73.8589,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.004428,0.004453,0.0152,"2013-07-09 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-02-21 00:00","","","","",0.0152,0.0115,0.0115,0.0115,0.0105,0.00165,0.0014,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88301",5,44.39308,-73.8589,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.26769,0.287734,1.17,"2013-08-20 00:00",1.15,"2013-08-26 00:00",0.957,"2013-10-19 00:00",0.792,"2013-01-04 00:00","","","","",1.17,1.15,0.957,0.636,0.36,0.175,0.0125,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88302",5,44.39308,-73.8589,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.055719,0.080845,0.443,"2013-02-21 00:00",0.415,"2013-02-27 00:00",0.16,"2013-03-11 00:00",0.111,"2013-11-06 00:00","","","","",0.443,0.415,0.16,0.0935,0.056,0.0349,0.015,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88303",5,44.39308,-73.8589,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.016133,0.015724,0.102,"2013-02-27 00:00",0.04,"2013-10-19 00:00",0.038,"2013-07-09 00:00",0.032,"2013-08-02 00:00","","","","",0.102,0.04,0.038,0.0301,0.0247,0.012,0.0034,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88306",5,44.39308,-73.8589,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.224267,0.258473,1.48,"2013-01-04 00:00",0.846,"2013-10-19 00:00",0.765,"2013-02-03 00:00",0.753,"2013-10-31 00:00","","","","",1.48,0.846,0.765,0.504,0.229,0.137,0.063,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88355",5,44.39308,-73.8589,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.199471,0.719245,2.93,"2013-07-09 00:00",2.89,"2013-06-27 00:00",2.83,"2013-07-15 00:00",2.7,"2013-08-20 00:00","","","","",2.93,2.89,2.83,2.26,1.54,1.05,0.468,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88357",5,44.39308,-73.8589,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.050608,0.028633,0.114,"2013-03-11 00:00",0.107,"2013-08-20 00:00",0.102,"2013-11-06 00:00",0.096,"2013-10-19 00:00","","","","",0.114,0.107,0.102,0.085,0.071,0.051,0.016,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88370",5,44.39308,-73.8589,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.11998,0.665595,2.72,"2013-07-09 00:00",2.69,"2013-07-15 00:00",2.68,"2013-06-27 00:00",2.46,"2013-08-20 00:00","","","","",2.72,2.69,2.68,1.99,1.4,0.983,0.449,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88374",5,44.39308,-73.8589,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.084863,0.088154,0.34,"2013-07-09 00:00",0.334,"2013-06-27 00:00",0.317,"2013-10-13 00:00",0.295,"2013-08-20 00:00","","","","",0.34,0.334,0.317,0.23,0.098,0.048,0.022,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88375",5,44.39308,-73.8589,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.28051,0.180981,0.701,"2013-06-27 00:00",0.695,"2013-08-20 00:00",0.661,"2013-07-09 00:00",0.66,"2013-07-15 00:00","","","","",0.701,0.695,0.661,0.564,0.382,0.237,0.092,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88376",5,44.39308,-73.8589,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.309059,0.169294,0.713,"2013-07-15 00:00",0.645,"2013-07-03 00:00",0.634,"2013-07-27 00:00",0.619,"2013-06-27 00:00","","","","",0.713,0.645,0.634,0.593,0.398,0.277,0.138,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88377",5,44.39308,-73.8589,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.176216,0.103331,0.571,"2013-08-20 00:00",0.432,"2013-07-15 00:00",0.411,"2013-06-27 00:00",0.306,"2013-06-21 00:00","","","","",0.571,0.432,0.411,0.271,0.228,0.161,0.071,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88378",5,44.39308,-73.8589,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.26902,0.182051,0.847,"2013-07-09 00:00",0.675,"2013-07-03 00:00",0.61,"2013-06-27 00:00",0.603,"2013-08-26 00:00","","","","",0.847,0.675,0.61,0.569,0.343,0.227,0.083,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88380",5,44.39308,-73.8589,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.129686,0.080888,0.349,"2013-08-20 00:00",0.321,"2013-08-26 00:00",0.278,"2013-07-09 00:00",0.272,"2013-06-27 00:00","","","","",0.349,0.321,0.278,0.227,0.184,0.118,0.037,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88383",5,44.39308,-73.8589,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.34682,0.225341,1.06,"2013-07-09 00:00",0.838,"2013-08-20 00:00",0.768,"2013-07-03 00:00",0.761,"2013-08-26 00:00","","","","",1.06,0.838,0.768,0.683,0.477,0.307,0.119,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88384",5,44.39308,-73.8589,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.051784,0.038828,0.193,"2013-06-27 00:00",0.159,"2013-08-26 00:00",0.122,"2013-09-01 00:00",0.12,"2013-07-03 00:00","","","","",0.193,0.159,0.122,0.104,0.0657,0.0484,0.0115,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88385",5,44.39308,-73.8589,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001108,0.000538,0.00384,"2013-08-26 00:00",0.00365,"2013-06-27 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00384,0.00365,0.001,0.001,0.001,0.001,0.001,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88388",5,44.39308,-73.8589,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.348039,0.239127,1.05,"2013-07-09 00:00",0.87,"2013-08-26 00:00",0.825,"2013-07-03 00:00",0.82,"2013-06-27 00:00","","","","",1.05,0.87,0.825,0.736,0.473,0.301,0.111,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88403",5,44.39308,-73.8589,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.098404,0.881204,4.46,"2013-08-26 00:00",4.02,"2013-08-20 00:00",2.76,"2013-10-19 00:00",2.67,"2013-10-01 00:00","","","","",4.46,4.02,2.76,1.83,1.45,0.881,0.369,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","0003","88501",3,44.39308,-73.8589,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6768,77,261,365,0,1244,"","","Certification not required",0,6.443277,3.931418,35.6,"2013-09-11 19:00",32.6,"2013-07-07 07:00",32.5,"2013-09-10 18:00",32.4,"2013-07-07 02:00","","","","",20.7,17.3,13.9,11.4,8,5.6,2.8,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88501",3,44.39308,-73.8589,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,0,"","","Certification not required",0,6.489655,3.092237,20.1,"2013-07-07 00:00",18.8,"2013-06-23 00:00",18.8,"2013-09-10 00:00",18.6,"2013-09-11 00:00","","","","",18.8,17.4,12.8,10.5,7.7,5.6,3.7,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88502",3,44.39308,-73.8589,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6768,77,261,365,0,1244,"","","Certification not required",0,4.843484,4.153943,35.9,"2013-09-11 19:00",32.7,"2013-07-07 07:00",32.5,"2013-07-07 02:00",32.5,"2013-09-10 18:00","","","","",20,16.3,12.7,10,6.5,4,0.9,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88502",3,44.39308,-73.8589,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,0,"","","Certification not required",0,4.891571,3.221014,19.3,"2013-07-07 00:00",17.9,"2013-06-23 00:00",17.8,"2013-09-10 00:00",17.6,"2013-09-11 00:00","","","","",17.8,16.3,11.4,9.1,6.2,3.9,2,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-07" +"36","031","0003","88502",5,44.39308,-73.8589,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,5.22549,2.839355,15.5,"2013-08-20 00:00",11.4,"2013-08-26 00:00",9.6,"2013-06-27 00:00",9.4,"2013-07-09 00:00","","","","",15.5,11.4,9.6,8.7,6.9,4.8,1.8,"WHITEFACE BASE","Wilmington, BASE WHITEFACE MTN, ASRC, SUNY","New York","Essex","","","2014-02-14" +"36","031","9991","42600",1,43.9731,-74.2232,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7546,86,321,365,0,470,"","","Certification not required",0,0.671005,0.984944,17.9,"2013-02-11 09:00",15.9,"2013-02-11 08:00",15.1,"2013-02-11 10:00",13.7,"2013-02-19 20:00","","","","",4.1,3.2,2.2,1.5,0.8,0.4,0,"Huntington Wildlife Forest","Huntington Wildlife Forest, Newcomb, NY 12852","New York","Essex","","","2014-01-31" +"36","031","9991","42601",1,43.9731,-74.2232,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7552,86,321,365,0,464,"","","Certification not required",0,0.036785,0.135247,4.9,"2013-05-05 19:00",3.1,"2013-02-09 12:00",2.8,"2013-09-09 09:00",2.2,"2013-11-01 13:00","","","","",0.5,0.3,0.1,0.1,0,0,0,"Huntington Wildlife Forest","Huntington Wildlife Forest, Newcomb, NY 12852","New York","Essex","","","2014-01-31" +"36","031","9991","42612",1,43.9731,-74.2232,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7546,86,321,365,0,470,"","","Certification not required",0,0.612881,0.933674,16.4,"2013-02-11 09:00",14.9,"2013-02-11 08:00",13.8,"2013-02-19 20:00",13.5,"2013-02-11 10:00","","","","",3.8,3,2.1,1.4,0.8,0.4,0,"Huntington Wildlife Forest","Huntington Wildlife Forest, Newcomb, NY 12852","New York","Essex","","","2014-01-31" +"36","031","9991","44201",1,43.9731,-74.2232,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5075,45,96,214,0,2941,0,0,"Certification not required",124,0.039135,0.010792,0.067,"2013-05-06 18:00",0.062,"2013-04-24 13:00",0.06,"2013-03-31 15:00",0.06,"2013-04-07 16:00","","","","",0.067,0.062,0.059,0.055,0.049,0.044,0.04,"Huntington Wildlife Forest","Huntington Wildlife Forest, Newcomb, NY 12852","New York","Essex","","","2014-01-31" +"36","031","9991","44201",1,43.9731,-74.2232,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5098,43,91,214,0,0,0,0,"Certification not required",0,0.035165,0.010926,0.061,"2013-05-06 12:00",0.059,"2013-03-31 13:00",0.058,"2013-04-07 12:00",0.057,"2013-04-29 06:00","","","","",0.061,0.059,0.056,0.05,0.047,0.042,0.038,"Huntington Wildlife Forest","Huntington Wildlife Forest, Newcomb, NY 12852","New York","Essex","","","2014-01-31" +"36","031","9991","44201",1,43.9731,-74.2232,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5098,43,91,214,0,0,0,0,"Certification not required",0,0.035165,0.010926,0.061,"2013-05-06 12:00",0.059,"2013-03-31 13:00",0.058,"2013-04-07 12:00",0.057,"2013-04-29 06:00","","","","",0.061,0.059,0.056,0.05,0.047,0.042,0.038,"Huntington Wildlife Forest","Huntington Wildlife Forest, Newcomb, NY 12852","New York","Essex","","","2014-01-31" +"36","033","0004","42401",1,44.43426,-74.24593,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7987,91,333,365,0,151,0,"","Certification not required",0,0.844144,0.604902,4.5,"2013-08-22 09:00",3.2,"2013-01-08 12:00",2.9,"2013-01-07 01:00",2.8,"2013-01-09 13:00","","","","",2.8,2.7,2.1,1.5,1.1,0.7,0.3,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","42401",1,44.43426,-74.24593,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7987,91,333,365,0,151,"","","Certification not required",0,0.515838,0.399666,4.5,"2013-08-22 09:00",3.2,"2013-01-08 12:00",3,"2013-01-08 13:00",3,"2013-08-22 10:00","","","","",2.1,1.6,1.2,1,0.7,0.4,0.1,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","42401",1,44.43426,-74.24593,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",333,91,333,365,0,0,0,"","Certification not required",0,0.52042,0.347457,2,"2013-01-08 00:00",1.7,"2013-01-19 00:00",1.6,"2013-03-08 00:00",1.6,"2013-11-15 00:00","","","","",1.6,1.4,1.2,1,0.7,0.4,0.2,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","42401",1,44.43426,-74.24593,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2630,90,332,365,0,0,"",0,"Certification not required",0,0.484867,0.388988,3.3,"2013-08-22 11:00",3,"2013-01-08 14:00",2.6,"2013-01-08 17:00",2.6,"2013-12-19 14:00","","","","",2,1.6,1.1,0.9,0.7,0.4,0.1,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","42401",5,44.43426,-74.24593,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",85041,81,292,365,0,926,"","","Certification not required",0,0.545143,0.424865,7.2,"2013-11-08 10:15",6.6,"2013-08-22 09:25",6.3,"2013-08-22 09:30",6.1,"2013-08-22 08:55","","","","",2.1,1.7,1.3,1,0.8,0.5,0.1,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-10" +"36","033","0004","61103",1,44.43426,-74.24593,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4246,48,176,365,0,3172,"","","Certification not required",0,3.139967,3.657483,51.2,"2013-07-09 21:00",43.4,"2013-07-06 07:00",42.6,"2013-07-18 13:00",41.7,"2013-07-07 13:00","","","","",14.8,11.3,9.6,7.8,4.3,1.7,0,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","61104",1,44.43426,-74.24593,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4246,48,176,365,0,3172,"","","Certification not required",0,202.864814,83.780827,359,"2013-03-08 18:00",359,"2013-05-25 14:00",359,"2013-05-25 15:00",359,"2013-06-18 11:00","","","","",345,333,309,292,273,220,89,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","61106",1,44.43426,-74.24593,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4288,49,177,365,0,3130,"","","Certification not required",0,43.323694,17.550452,94,"2013-07-12 18:00",93,"2013-07-01 14:00",92,"2013-05-03 04:00",91,"2013-01-12 00:00","","","","",83,80,74,68,57,42,21,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","62201",1,44.43426,-74.24593,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",45,1,1,365,0,5213,"","","Certification not required",0,22.688889,2.866913,27,"2013-04-09 10:00",27,"2013-04-10 04:00",26,"2013-04-09 13:00",26,"2013-04-09 17:00","","","","",27,27,26,25,24,23,20,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","0004","64101",1,44.43426,-74.24593,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8132,93,337,365,0,6,"","","Certification not required",0,956.161584,8.397601,1011,"2013-04-08 14:00",1011,"2013-04-08 15:00",1011,"2013-04-08 16:00",1011,"2013-04-09 12:00","","","","",975,972,968,965,961,956,946,"PAUL SMITHS","ROUTE 86&30, PAUL SMITH'S COLLEGE","New York","Franklin","","Malone, NY","2014-02-07" +"36","033","7003","42401",1,44.980577,-74.695005,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7176,82,303,365,0,1584,0,"","Certification not required",0,2.735974,2.145747,16,"2013-02-10 20:00",12.5,"2013-02-11 15:00",10.5,"2013-02-03 11:00",9.9,"2013-12-02 06:00","","","","",10.5,9.6,6.5,5.6,3.5,2.3,0.6,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42401",1,44.980577,-74.695005,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7176,82,303,365,0,1584,"","","Certification not required",0,1.286803,1.192379,16,"2013-02-10 20:00",12.5,"2013-02-11 15:00",11.3,"2013-12-27 17:00",10.5,"2013-02-03 11:00","","","","",5.7,4.3,3.2,2.5,1.9,1.2,0,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42401",1,44.980577,-74.695005,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",303,83,303,365,0,0,0,"","Certification not required",0,1.285479,0.936345,6.5,"2013-02-03 00:00",4.3,"2013-05-19 00:00",4,"2013-03-10 00:00",3.8,"2013-02-11 00:00","","","","",3.8,3.3,2.7,2.4,1.9,1.3,0.1,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42401",1,44.980577,-74.695005,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2362,81,302,365,0,0,"",0,"Certification not required",0,1.254191,1.104951,9.7,"2013-02-03 14:00",8.8,"2013-05-19 14:00",8.7,"2013-02-03 11:00",8,"2013-05-19 11:00","","","","",5.1,4,3.1,2.5,1.8,1.2,0,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42601",1,44.980577,-74.695005,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6952,79,291,365,0,1808,"","","Certification not required",0,0.984321,2.538476,39,"2013-09-05 09:00",22,"2013-02-26 08:00",20,"2013-06-30 22:00",20,"2013-06-30 23:00","","","","",15,11,4,2,1,0,0,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42602",1,44.980577,-74.695005,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6952,79,291,365,0,1808,0,"","Certification not required",0,9.037801,7.383249,53,"2013-09-05 09:00",41,"2013-01-09 08:00",37,"2013-02-26 08:00",36,"2013-01-10 19:00","","","","",37,29,21,19,13,7,2,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42602",1,44.980577,-74.695005,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6952,79,291,365,0,1808,"","","Certification not required",0,3.633631,4.30999,53,"2013-09-05 09:00",41,"2013-01-09 08:00",37,"2013-02-26 08:00",36,"2013-01-09 10:00","","","","",20,18,13,9,4,2,1,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","42603",1,44.980577,-74.695005,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6953,79,291,365,0,1807,"","","Certification not required",0,2.653531,3.219134,30,"2013-12-17 18:00",29,"2013-01-10 19:00",27,"2013-01-09 08:00",27,"2013-02-11 18:00","","","","",16,13,9,6,3,2,0,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","44201",1,44.980577,-74.695005,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4004,74,159,214,0,1132,1,1,"Certification not required",109,0.038937,0.012914,0.147,"2013-07-30 15:00",0.062,"2013-08-20 22:00",0.061,"2013-05-30 23:00",0.06,"2013-06-24 17:00","","","","",0.062,0.06,0.055,0.053,0.044,0.038,0.025,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","44201",1,44.980577,-74.695005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3955,74,158,214,0,0,0,0,"Certification not required",0,0.034184,0.009095,0.06,"2013-08-20 14:00",0.057,"2013-05-30 17:00",0.057,"2013-08-21 14:00",0.052,"2013-06-21 11:00","","","","",0.057,0.052,0.051,0.046,0.04,0.034,0.023,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","44201",1,44.980577,-74.695005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3955,74,158,214,0,0,0,0,"Certification not required",0,0.034184,0.009095,0.06,"2013-08-20 14:00",0.057,"2013-05-30 17:00",0.057,"2013-08-21 14:00",0.052,"2013-06-21 11:00","","","","",0.057,0.052,0.051,0.046,0.04,0.034,0.023,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","44201",2,44.980577,-74.695005,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4915,93,198,214,0,221,0,0,"Certification not required",197,0.03951,0.011744,0.095,"2013-07-30 14:00",0.069,"2013-05-02 13:00",0.062,"2013-05-06 12:00",0.062,"2013-05-30 23:00","","","","",0.069,0.062,0.057,0.054,0.047,0.039,0.025,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","44201",2,44.980577,-74.695005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4871,92,197,214,0,0,0,0,"Certification not required",0,0.035274,0.01065,0.066,"2013-05-02 10:00",0.06,"2013-08-20 13:00",0.059,"2013-05-06 09:00",0.056,"2013-05-01 13:00","","","","",0.06,0.056,0.054,0.048,0.043,0.035,0.023,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","44201",2,44.980577,-74.695005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4871,92,197,214,0,0,0,0,"Certification not required",0,0.035274,0.01065,0.066,"2013-05-02 10:00",0.06,"2013-08-20 13:00",0.059,"2013-05-06 09:00",0.056,"2013-05-01 13:00","","","","",0.06,0.056,0.054,0.048,0.043,0.035,0.023,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","88501",1,44.980577,-74.695005,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7815,89,325,365,0,945,"","","Certification not required",0,4.408752,4.973644,72.2,"2013-07-02 02:00",71.7,"2013-07-02 01:00",70.9,"2013-07-02 03:00",67.8,"2013-07-02 04:00","","","","",20.9,17,12.5,9.7,6.2,3.2,0,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","033","7003","88501",1,44.980577,-74.695005,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,"","","Certification not required",0,4.364615,3.867003,47.6,"2013-07-02 00:00",22.2,"2013-07-03 00:00",19.3,"2013-07-16 00:00",16.5,"2013-06-23 00:00","","","","",16.5,13.1,10,7.8,5.4,3.4,1.4,"Y001","55 Library Road, HOGANSBURG, NY 13655","New York","Franklin","","Malone, NY","2014-01-30" +"36","041","0005","42401",1,43.44957,-74.51625,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8575,98,360,365,0,134,0,"","Certification not required",0,0.495833,0.581382,3.4,"2013-12-19 11:00",3.1,"2013-01-06 10:00",2.7,"2013-02-03 13:00",2.6,"2013-02-19 12:00","","","","",2.6,2.4,1.7,1.3,0.7,0.3,0,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","42401",1,43.44957,-74.51625,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8575,98,360,365,0,134,"","","Certification not required",0,0.172735,0.317212,3.4,"2013-12-19 11:00",3.2,"2013-12-19 12:00",3.1,"2013-01-06 10:00",3.1,"2013-01-06 11:00","","","","",1.6,1.2,0.7,0.5,0.2,0.1,0,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","42401",1,43.44957,-74.51625,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,0.172222,0.23769,2,"2013-12-19 00:00",1.3,"2013-01-06 00:00",1.2,"2013-11-26 00:00",1.1,"2013-01-19 00:00","","","","",1.1,0.8,0.6,0.5,0.2,0.1,0,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","42401",1,43.44957,-74.51625,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2821,97,360,365,0,0,"",0,"Certification not required",0,0.152535,0.294232,3,"2013-12-19 14:00",2.8,"2013-01-06 11:00",2.8,"2013-12-19 11:00",2.8,"2013-12-19 17:00","","","","",1.4,1.2,0.7,0.4,0.2,0.1,0,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","42401",5,43.44957,-74.51625,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",94176,90,329,365,0,1499,"","","Certification not required",0,0.169936,0.321133,6.3,"2013-03-08 22:15",3.5,"2013-12-19 11:00",3.5,"2013-12-19 11:10",3.5,"2013-12-19 11:15","","","","",1.6,1.2,0.7,0.5,0.2,0.1,0,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-10" +"36","041","0005","44201",1,43.44957,-74.51625,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8575,98,210,214,0,134,0,0,"Certification not required",505,0.043657,0.009766,0.07,"2013-06-22 14:00",0.069,"2013-05-01 17:00",0.066,"2013-05-06 17:00",0.065,"2013-05-02 16:00","","","","",0.066,0.064,0.06,0.058,0.051,0.046,0.04,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","44201",1,43.44957,-74.51625,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8607,98,210,214,0,0,0,0,"Certification not required",0,0.039729,0.009722,0.065,"2013-05-01 12:00",0.064,"2013-05-06 12:00",0.064,"2013-06-22 10:00",0.063,"2013-05-02 11:00","","","","",0.064,0.062,0.057,0.053,0.048,0.043,0.036,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","44201",1,43.44957,-74.51625,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8607,98,210,214,0,0,0,0,"Certification not required",0,0.039729,0.009722,0.065,"2013-05-01 12:00",0.064,"2013-05-06 12:00",0.064,"2013-06-22 10:00",0.063,"2013-05-02 11:00","","","","",0.064,0.062,0.057,0.053,0.048,0.043,0.036,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","62101",1,43.44957,-74.51625,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8697,99,362,365,0,12,"","","Certification not required",0,43.108543,20.953758,90,"2013-07-16 15:00",90,"2013-07-16 16:00",89,"2013-07-16 14:00",89,"2013-07-17 13:00","","","","",83,81,76,71,60,42,16,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","62201",1,43.44957,-74.51625,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8697,99,362,365,0,12,"","","Certification not required",0,74.995171,20.113408,98,"2013-01-12 09:00",98,"2013-01-12 22:00",98,"2013-01-12 23:00",98,"2013-01-13 00:00","","","","",98,98,97,97,92,80,45,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","041","0005","64101",1,43.44957,-74.51625,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8697,99,362,365,0,12,"","","Certification not required",0,954.766586,7.031112,976,"2013-11-30 02:00",975,"2013-04-22 05:00",975,"2013-04-22 06:00",975,"2013-04-22 07:00","","","","",972,969,966,964,959,955,946,"PISECO LAKE","PISECO LAKE AIRPORT","New York","Hamilton","","","2014-02-07" +"36","043","0005","42401",1,43.68578,-74.98538,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8247,94,348,365,0,495,0,"","Certification not required",0,0.913506,0.559298,3.8,"2013-01-04 21:00",3.2,"2013-12-02 12:00",3.2,"2013-12-19 10:00",2.9,"2013-12-29 12:00","","","","",2.9,2.6,2.1,1.6,1.1,0.8,0.4,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","42401",1,43.68578,-74.98538,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8247,94,348,365,0,495,"","","Certification not required",0,0.604547,0.333584,3.8,"2013-01-04 21:00",3.2,"2013-12-02 12:00",3.2,"2013-12-19 10:00",3.2,"2013-12-19 11:00","","","","",1.8,1.5,1.2,1,0.7,0.6,0.2,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","42401",1,43.68578,-74.98538,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",348,95,348,365,0,0,0,"","Certification not required",0,0.608333,0.276171,1.7,"2013-11-26 00:00",1.5,"2013-01-19 00:00",1.5,"2013-12-19 00:00",1.4,"2013-01-06 00:00","","","","",1.4,1.3,1.1,1,0.8,0.6,0.3,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","42401",1,43.68578,-74.98538,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2705,93,348,365,0,0,"",0,"Certification not required",0,0.57342,0.32094,2.8,"2013-12-02 14:00",2.7,"2013-12-19 11:00",2.7,"2013-12-19 14:00",2.6,"2013-01-06 11:00","","","","",1.7,1.4,1.2,1,0.7,0.5,0.2,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","42401",5,43.68578,-74.98538,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",97653,93,340,365,0,5338,"","","Certification not required",0,0.599645,0.339542,5.3,"2013-04-09 11:15",4.5,"2013-04-09 11:20",4.3,"2013-04-22 15:00",4.1,"2013-04-22 14:55","","","","",1.8,1.5,1.2,1,0.7,0.6,0.2,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-10" +"36","043","0005","44201",1,43.68578,-74.98538,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8603,99,211,214,0,138,0,0,"Certification not required",719,0.041635,0.009775,0.076,"2013-05-02 17:00",0.065,"2013-05-01 11:00",0.065,"2013-05-06 15:00",0.065,"2013-06-22 14:00","","","","",0.065,0.064,0.06,0.055,0.049,0.045,0.039,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","44201",1,43.68578,-74.98538,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8622,98,210,214,0,0,0,0,"Certification not required",0,0.037005,0.009906,0.068,"2013-05-02 11:00",0.064,"2013-05-01 09:00",0.062,"2013-05-06 09:00",0.061,"2013-04-28 09:00","","","","",0.062,0.058,0.055,0.051,0.046,0.041,0.035,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","44201",1,43.68578,-74.98538,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8622,98,210,214,0,0,0,0,"Certification not required",0,0.037005,0.009906,0.068,"2013-05-02 11:00",0.064,"2013-05-01 09:00",0.062,"2013-05-06 09:00",0.061,"2013-04-28 09:00","","","","",0.062,0.058,0.055,0.051,0.046,0.041,0.035,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","61103",1,43.68578,-74.98538,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8713,99,364,365,0,31,"","","Certification not required",0,1.275669,1.048716,12.2,"2013-12-11 19:00",11.3,"2013-12-11 20:00",9.6,"2013-12-11 21:00",8.7,"2013-02-20 09:00","","","","",4.3,4.3,3.5,2.6,1.7,0.9,0,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","61104",1,43.68578,-74.98538,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8713,99,364,365,0,31,"","","Certification not required",0,178.592563,64.860737,359,"2013-01-29 21:00",359,"2013-07-22 21:00",359,"2013-08-03 03:00",359,"2013-08-23 13:00","","","","",336,308,274,258,226,176,99,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","61106",1,43.68578,-74.98538,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8713,99,364,365,0,31,"","","Certification not required",0,39.300471,21.609677,95,"2013-03-17 13:00",94,"2013-06-19 19:00",93,"2013-01-31 01:00",93,"2013-05-17 11:00","","","","",85,82,76,70,56,38,11,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","62101",1,43.68578,-74.98538,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8713,99,364,365,0,31,"","","Certification not required",0,41.976013,21.514789,91,"2013-07-17 12:00",91,"2013-07-17 13:00",91,"2013-07-19 13:00",90,"2013-05-31 13:00","","","","",84,81,76,70,59,41,15,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","62201",1,43.68578,-74.98538,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8291,95,336,365,0,453,"","","Certification not required",0,85.680979,17.996472,100,"2013-01-06 17:00",100,"2013-01-06 18:00",100,"2013-01-06 19:00",100,"2013-01-06 20:00","","","","",100,100,100,100,100,94,56,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","64101",1,43.68578,-74.98538,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8713,99,364,365,0,31,"","","Certification not required",0,952.959142,6.989936,974,"2013-11-29 23:00",974,"2013-11-30 02:00",973,"2013-04-22 06:00",973,"2013-04-22 07:00","","","","",969,967,964,962,958,953,944,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2014-02-07" +"36","043","0005","65102",1,43.68578,-74.98538,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",1460,17,61,365,0,4,"","","Certification not required",0,8.732637,105.036865,1418.6,"2013-09-10 10:00",1413.14,"2013-09-03 13:00",1399.05,"2013-09-03 09:00",1373.33,"2013-09-03 10:00","","","","",33.94,0.05,0.01,0,0,0,0,"NICKS LAKE","278 Bisby Road, NICKS LAKE CAMPGROUND","New York","Herkimer","","Utica-Rome, NY","2013-12-19" +"36","045","0002","44201",1,44.08747,-75.97316,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8498,100,213,214,0,228,0,0,"Certification not required",138,0.043601,0.011822,0.08,"2013-06-22 14:00",0.079,"2013-05-30 17:00",0.075,"2013-06-24 17:00",0.071,"2013-05-02 13:00","","","","",0.075,0.069,0.067,0.059,0.051,0.045,0.039,"PERCH RIVER","VAADI ROAD, PERCH RIVER","New York","Jefferson","","Watertown-Fort Drum, NY","2014-02-07" +"36","045","0002","44201",1,44.08747,-75.97316,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8683,100,213,214,0,0,0,0,"Certification not required",0,0.039493,0.011038,0.068,"2013-05-30 13:00",0.068,"2013-06-24 12:00",0.066,"2013-05-01 12:00",0.066,"2013-05-02 10:00","","","","",0.066,0.063,0.062,0.055,0.047,0.041,0.036,"PERCH RIVER","VAADI ROAD, PERCH RIVER","New York","Jefferson","","Watertown-Fort Drum, NY","2014-02-07" +"36","045","0002","44201",1,44.08747,-75.97316,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8683,100,213,214,0,0,0,0,"Certification not required",0,0.039493,0.011038,0.068,"2013-05-30 13:00",0.068,"2013-06-24 12:00",0.066,"2013-05-01 12:00",0.066,"2013-05-02 10:00","","","","",0.066,0.063,0.062,0.055,0.047,0.041,0.036,"PERCH RIVER","VAADI ROAD, PERCH RIVER","New York","Jefferson","","Watertown-Fort Drum, NY","2014-02-07" +"36","045","0002","64101",1,44.08747,-75.97316,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8718,100,362,365,0,8,"","","Certification not required",0,1003.9181,7.637099,1029,"2013-11-29 23:00",1029,"2013-11-30 00:00",1029,"2013-11-30 02:00",1029,"2013-11-30 03:00","","","","",1023,1021,1017,1014,1009,1004,995,"PERCH RIVER","VAADI ROAD, PERCH RIVER","New York","Jefferson","","Watertown-Fort Drum, NY","2014-02-07" +"36","047","0052","88501",3,40.64182,-74.01871,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7994,91,334,365,0,46,"","","Certification not required",0,9.679109,5.616414,90.1,"2013-01-09 09:00",50.6,"2013-01-09 07:00",47.6,"2013-01-09 05:00",47,"2013-01-09 06:00","","","","",28.3,24.7,20.5,17.1,12,8.4,4.2,"PS 314","PS 314, 330 59th ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0052","88501",3,40.64182,-74.01871,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,"","","Certification not required",0,9.624251,4.491063,35,"2013-01-09 00:00",27.8,"2013-01-07 00:00",26.2,"2013-07-19 00:00",24.9,"2013-01-08 00:00","","","","",24.9,22.4,19,15,11.9,8.3,5.5,"PS 314","PS 314, 330 59th ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0052","88502",3,40.64182,-74.01871,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7979,91,334,365,0,61,"","","Certification not required",0,8.271751,6.58552,58.2,"2013-01-09 07:00",54.8,"2013-01-09 05:00",54.1,"2013-01-09 06:00",52.1,"2013-01-07 20:00","","","","",30.7,26.3,20.5,16.4,11.2,6.9,1.7,"PS 314","PS 314, 330 59th ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0052","88502",3,40.64182,-74.01871,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,"","","Certification not required",0,8.210778,5.488443,38.2,"2013-01-09 00:00",32.9,"2013-01-07 00:00",29.6,"2013-01-08 00:00",25.8,"2013-01-06 00:00","","","","",25.8,24.5,17.9,14.5,10.6,6.7,3,"PS 314","PS 314, 330 59th ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0118","88501",3,40.69454,-73.92769,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5869,67,244,365,0,154,"","","Certification not required",0,8.942034,4.737396,40.9,"2013-12-05 08:00",36.9,"2013-05-20 18:00",34.9,"2013-01-13 01:00",33,"2013-12-05 07:00","","","","",23.5,21.5,18.3,15.5,11.1,8,4,"PS 274","PS 274 800 BUSHWICK AVE","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0118","88501",3,40.69454,-73.92769,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,"","","Certification not required",0,8.890574,3.736456,22.2,"2013-05-30 00:00",21.1,"2013-01-29 00:00",20.4,"2013-12-04 00:00",20.3,"2013-05-29 00:00","","","","",20.4,19.7,15.9,14.5,10.3,8,5.2,"PS 274","PS 274 800 BUSHWICK AVE","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0118","88502",3,40.69454,-73.92769,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5865,67,244,365,0,158,"","","Certification not required",0,8.033947,5.62045,44.8,"2013-12-05 08:00",40.4,"2013-01-13 01:00",37.9,"2013-01-12 23:00",37.3,"2013-01-09 07:00","","","","",25.3,22.1,18.8,15.5,11,7,1.9,"PS 274","PS 274 800 BUSHWICK AVE","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0118","88502",3,40.69454,-73.92769,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,"","","Certification not required",0,7.993852,4.607634,24,"2013-01-29 00:00",22.8,"2013-01-09 00:00",22,"2013-12-04 00:00",21.2,"2013-12-03 00:00","","","","",22,20.5,16.7,14.1,10.7,7,3.4,"PS 274","PS 274 800 BUSHWICK AVE","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68101",1,40.71961,-73.94771,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,93,114,122,0,1,"","","Certification not required",37,0.169737,0.109629,0.5,"2013-07-06 00:00",0.4,"2013-02-18 00:00",0.4,"2013-06-24 00:00",0.3,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.05,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68102",1,40.71961,-73.94771,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,93,114,122,0,1,"","","Certification not required",0,23.903509,1.030244,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68103",1,40.71961,-73.94771,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,1,"","","Certification not required",0,10.208772,9.49838,28.3,"2013-07-18 00:00",26.6,"2013-07-15 00:00",26,"2013-07-06 00:00",25.2,"2013-07-21 00:00","","","","",26.6,26,23.8,21.8,19,11.9,-2.8,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68104",1,40.71961,-73.94771,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,1,"","","Certification not required",0,15.244231,9.4106,33.3,"2013-07-18 00:00",31.7,"2013-07-15 00:00",31.4,"2013-07-06 00:00",29,"2013-06-24 00:00","","","","",31.7,31.4,27.7,26.1,23.7,16.6,2.3,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","047","0122","68105",1,40.71961,-73.94771,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,1,"","","Certification not required",0,18.791228,10.290597,38.6,"2013-07-18 00:00",37.1,"2013-07-06 00:00",36.6,"2013-06-24 00:00",36.3,"2013-07-15 00:00","","","","",37.1,36.6,33.6,30.6,28.1,19.2,4.7,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68106",1,40.71961,-73.94771,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,1,"","","Certification not required",0,761.711538,5.611488,776,"2013-04-22 00:00",774,"2013-11-21 00:00",773,"2013-11-30 00:00",772,"2013-05-01 00:00","","","","",774,773,770,769,765,762,755,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","047","0122","68107",1,40.71961,-73.94771,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,1,"","","Certification not required",0,764.982456,5.346378,781,"2013-11-30 00:00",779,"2013-04-22 00:00",778,"2013-11-21 00:00",775,"2013-01-10 00:00","","","","",779,778,773,771,769,765,758,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68108",1,40.71961,-73.94771,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,1,"","","Certification not required",0,768.157895,5.292471,785,"2013-11-30 00:00",781,"2013-04-22 00:00",781,"2013-11-21 00:00",778,"2013-01-10 00:00","","","","",781,781,777,775,772,768,761,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","68109",1,40.71961,-73.94771,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,93,114,122,0,1,"","","Certification not required",0,1439.719298,2.532999,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","88101",1,40.71961,-73.94771,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,9.215789,5.290843,32.1,"2013-12-03 00:00",25.6,"2013-01-28 00:00",23.7,"2013-02-15 00:00",20.6,"2013-10-04 00:00","","","","",25.6,23.7,19.3,15.9,11.4,7.5,4.2,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","047","0122","88101",1,40.71961,-73.94771,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,9.215789,5.290843,32.1,"2013-12-03 00:00",25.6,"2013-01-28 00:00",23.7,"2013-02-15 00:00",20.6,"2013-10-04 00:00","","","","",25.6,23.7,19.3,15.9,11.4,7.5,4.2,"JHS 126","JHS 126 424 LEONARD ST","New York","Kings","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","055","1007","12115",6,43.14618,-77.54817,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,97,30,31,0,1,"","","Certification not required",0,9e-06,2e-05,7e-05,"2013-01-28 00:00",7e-05,"2013-02-27 00:00",4e-05,"2013-04-10 00:00",4e-05,"2013-05-28 00:00","","","","",7e-05,7e-05,7e-05,4e-05,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","12115",7,43.14618,-77.54817,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-10-17" +"36","055","1007","17141",6,43.14618,-77.54817,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,72.2775,44.196597,216,"2013-06-21 00:00",147,"2013-07-27 00:00",134,"2013-05-04 00:00",133,"2013-05-10 00:00","","","","",216,216,147,133,105,63.5,22,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17147",6,43.14618,-77.54817,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,24.5019,21.287692,69.7,"2013-07-15 00:00",63.5,"2013-07-27 00:00",59.1,"2013-06-21 00:00",57.6,"2013-04-28 00:00","","","","",69.7,69.7,63.5,57.6,44,24.5,0.742,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17148",6,43.14618,-77.54817,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.2483,0.279108,1.01,"2013-09-25 00:00",0.975,"2013-04-04 00:00",0.62,"2013-02-27 00:00",0.619,"2013-05-22 00:00","","","","",1.01,1.01,0.975,0.619,0.468,0.161,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17149",6,43.14618,-77.54817,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,16.834425,14.596537,53.4,"2013-07-15 00:00",47.7,"2013-06-21 00:00",39.9,"2013-05-04 00:00",38,"2013-07-27 00:00","","","","",53.4,53.4,47.7,38,25.6,16.7,1.38,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17150",6,43.14618,-77.54817,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,30.02525,27.757079,110,"2013-07-15 00:00",91.4,"2013-06-21 00:00",80.5,"2013-05-22 00:00",66.2,"2013-06-15 00:00","","","","",110,110,91.4,66.2,52.3,24,2.61,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17151",6,43.14618,-77.54817,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.639828,0.786156,2.99,"2013-06-15 00:00",2.35,"2013-05-22 00:00",2.23,"2013-07-27 00:00",1.74,"2013-06-21 00:00","","","","",2.99,2.99,2.35,1.74,1.33,0.234,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17158",6,43.14618,-77.54817,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.190568,0.245938,0.899,"2013-07-03 00:00",0.829,"2013-06-21 00:00",0.711,"2013-06-27 00:00",0.654,"2013-09-01 00:00","","","","",0.899,0.899,0.829,0.654,0.284,0.0987,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17159",6,43.14618,-77.54817,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,2.81085,2.497739,8.96,"2013-07-15 00:00",8.48,"2013-05-22 00:00",8.43,"2013-05-10 00:00",7.78,"2013-06-21 00:00","","","","",8.96,8.96,8.48,7.78,4.41,1.92,0.513,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17160",6,43.14618,-77.54817,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.002525,0.009086,0.039,"2013-02-03 00:00",0.035,"2013-01-28 00:00",0.027,"2013-04-04 00:00",0,"2013-01-04 00:00","","","","",0.039,0.039,0.035,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17201",6,43.14618,-77.54817,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,6.34255,5.442529,19.1,"2013-07-15 00:00",16.9,"2013-06-21 00:00",16.4,"2013-05-22 00:00",14.5,"2013-07-03 00:00","","","","",19.1,19.1,16.9,14.5,11.2,5.17,0.972,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17204",6,43.14618,-77.54817,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,2.6801,2.168677,8.76,"2013-07-15 00:00",6.34,"2013-05-22 00:00",6.22,"2013-06-21 00:00",6.02,"2013-07-03 00:00","","","","",8.76,8.76,6.34,6.02,4.43,2.21,0.49,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17208",6,43.14618,-77.54817,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.245673,0.116818,0.573,"2013-03-11 00:00",0.494,"2013-04-04 00:00",0.463,"2013-01-22 00:00",0.399,"2013-01-19 00:00","","","","",0.573,0.573,0.494,0.399,0.311,0.239,0.12,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17211",6,43.14618,-77.54817,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.011725,0.024892,0.108,"2013-03-11 00:00",0.078,"2013-01-28 00:00",0.058,"2013-01-22 00:00",0.058,"2013-04-04 00:00","","","","",0.108,0.108,0.078,0.058,0.016,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17212",6,43.14618,-77.54817,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.009453,0.017532,0.0604,"2013-03-11 00:00",0.0504,"2013-01-22 00:00",0.0438,"2013-04-04 00:00",0.0409,"2013-01-19 00:00","","","","",0.0604,0.0604,0.0504,0.0409,0.0219,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17215",6,43.14618,-77.54817,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.07825,0.063358,0.209,"2013-01-22 00:00",0.195,"2013-03-11 00:00",0.195,"2013-03-17 00:00",0.191,"2013-05-04 00:00","","","","",0.209,0.209,0.195,0.191,0.113,0.07,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17220",6,43.14618,-77.54817,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.23265,0.168188,0.755,"2013-03-11 00:00",0.638,"2013-04-04 00:00",0.531,"2013-01-22 00:00",0.515,"2013-01-19 00:00","","","","",0.755,0.755,0.638,0.515,0.326,0.218,0.069,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17223",6,43.14618,-77.54817,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.057575,0.055585,0.229,"2013-03-11 00:00",0.186,"2013-04-04 00:00",0.162,"2013-01-22 00:00",0.157,"2013-01-19 00:00","","","","",0.229,0.229,0.186,0.157,0.085,0.05,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17224",6,43.14618,-77.54817,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.1152,0.085149,0.407,"2013-03-11 00:00",0.336,"2013-04-04 00:00",0.271,"2013-01-22 00:00",0.22,"2013-03-29 00:00","","","","",0.407,0.407,0.336,0.22,0.15,0.109,0.038,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17231",6,43.14618,-77.54817,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.005,0.013745,0.051,"2013-03-11 00:00",0.046,"2013-01-28 00:00",0.043,"2013-04-04 00:00",0.031,"2013-01-22 00:00","","","","",0.051,0.051,0.046,0.031,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17237",6,43.14618,-77.54817,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.081,0.082931,0.387,"2013-03-11 00:00",0.284,"2013-04-04 00:00",0.226,"2013-01-22 00:00",0.193,"2013-01-19 00:00","","","","",0.387,0.387,0.284,0.193,0.101,0.069,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17242",6,43.14618,-77.54817,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.083,0.068581,0.302,"2013-03-11 00:00",0.234,"2013-04-04 00:00",0.231,"2013-01-22 00:00",0.162,"2013-01-19 00:00","","","","",0.302,0.302,0.234,0.162,0.124,0.07,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","17243",6,43.14618,-77.54817,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.07835,0.082765,0.374,"2013-03-11 00:00",0.257,"2013-04-04 00:00",0.227,"2013-01-22 00:00",0.22,"2013-01-19 00:00","","","","",0.374,0.374,0.257,0.22,0.0991,0.0656,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-12-03" +"36","055","1007","42101",1,43.14618,-77.54817,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8603,98,362,365,0,151,0,0,"Certification not required",2,0.194768,0.081073,1.12,"2013-01-08 20:00",1.118,"2013-01-08 19:00",1.047,"2013-01-08 18:00",1.047,"2013-01-08 21:00","","","","",0.511,0.426,0.327,0.276,0.22,0.176,0.127,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42101",1,43.14618,-77.54817,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8625,98,359,365,0,0,0,0,"Certification not required",0,0.197252,0.072815,0.9,"2013-01-08 23:00",0.9,"2013-01-09 00:00",0.9,"2013-01-09 01:00",0.9,"2013-01-09 02:00",0.9,"2013-01-08 23:00",0.8,"2013-12-29 00:00",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42401",3,43.14618,-77.54817,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8604,98,362,365,0,150,0,"","Certification not required",0,3.28232,3.894832,29.8,"2013-06-04 07:00",20.6,"2013-07-15 10:00",18.3,"2013-04-05 22:00",17.3,"2013-01-10 03:00","","","","",17.3,15.7,11.7,8.5,4.2,1.8,0.3,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42401",3,43.14618,-77.54817,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8604,98,362,365,0,150,"","","Certification not required",0,0.9091,1.433181,29.8,"2013-06-04 07:00",20.6,"2013-07-15 10:00",18.3,"2013-04-05 22:00",17.3,"2013-01-10 03:00","","","","",7.4,5.3,2.8,1.8,1.1,0.5,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42401",3,43.14618,-77.54817,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.910221,0.815793,5.4,"2013-04-05 00:00",5.2,"2013-11-12 00:00",3.9,"2013-06-04 00:00",3.8,"2013-08-22 00:00","","","","",3.8,3.3,2.4,2,1.2,0.7,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42401",3,43.14618,-77.54817,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2836,97,361,365,0,0,"",0,"Certification not required",0,0.879372,1.230888,13.6,"2013-06-04 08:00",12.7,"2013-08-22 23:00",12,"2013-04-05 23:00",11.4,"2013-03-04 23:00","","","","",5.9,4.5,2.8,2,1.1,0.5,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42401",5,43.14618,-77.54817,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",103318,98,360,365,0,1532,"","","Certification not required",0,0.911783,1.686436,99.9,"2013-01-29 10:20",62.4,"2013-06-04 07:15",61,"2013-06-04 07:10",48,"2013-06-04 07:05","","","","",8.5,5.4,2.6,1.8,1.1,0.5,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","42600",5,43.14618,-77.54817,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8248,94,340,365,0,432,"","","Certification not required",0,11.584384,12.397948,150.9,"2013-01-08 20:00",134.7,"2013-01-08 19:00",126.8,"2013-12-28 21:00",126.5,"2013-01-08 18:00","","","","",62.4,49,32.3,23.6,15.1,9,1.3,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42601",1,43.14618,-77.54817,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8277,94,342,365,0,450,"","","Certification not required",0,4.604458,7.350307,108.3,"2013-01-08 20:00",94.4,"2013-01-08 19:00",92.4,"2013-12-28 21:00",85.2,"2013-01-08 18:00","","","","",37.9,25.5,13.1,10.2,7.8,1.5,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","42612",1,43.14618,-77.54817,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8206,94,337,365,0,432,"","","Certification not required",0,6.966671,6.598425,44.5,"2013-12-16 20:00",43.8,"2013-12-16 19:00",43,"2013-11-29 20:00",42.6,"2013-01-08 20:00","","","","",31.7,27.1,20.4,15.6,9.4,5,0.9,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","43207",2,43.14618,-77.54817,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.135152,0.011214,0.16,"2013-06-21 00:00",0.15,"2013-02-03 00:00",0.15,"2013-05-10 00:00",0.15,"2013-05-16 00:00","","","","",0.16,0.16,0.15,0.15,0.15,0.13,0.12,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43208",2,43.14618,-77.54817,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43218",2,43.14618,-77.54817,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.048485,0.050752,0.1,"2013-01-10 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43372",2,43.14618,-77.54817,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.006061,0.024231,0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43502",2,43.14618,-77.54817,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.396296,0.572096,2.8,"2013-06-21 00:00",2.5,"2013-06-27 00:00",2.4,"2013-05-28 00:00",2.2,"2013-06-15 00:00","","","","",2.8,2.8,2.5,2.4,1.7,1.3,0.8,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43503",2,43.14618,-77.54817,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,1.092593,0.42238,2,"2013-05-28 00:00",1.9,"2013-06-21 00:00",1.8,"2013-06-27 00:00",1.7,"2013-05-10 00:00","","","","",2,2,1.9,1.8,1.4,1,0.6,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43504",2,43.14618,-77.54817,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.192593,0.107152,0.5,"2013-06-27 00:00",0.4,"2013-05-22 00:00",0.4,"2013-05-28 00:00",0.3,"2013-06-21 00:00","","","","",0.5,0.5,0.4,0.4,0.2,0.2,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43505",2,43.14618,-77.54817,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.387879,0.169111,0.9,"2013-05-04 00:00",0.7,"2013-07-03 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-28 00:00","","","","",0.9,0.9,0.7,0.6,0.5,0.4,0.2,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43510",2,43.14618,-77.54817,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",1,0.106,0.040394,0.188,"2013-06-27 00:00",0.18,"2013-02-09 00:00",0.172,"2013-03-05 00:00",0.168,"2013-03-17 00:00","","","","",0.188,0.188,0.18,0.172,0.132,0.096,0.068,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43515",2,43.14618,-77.54817,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",20,0.062593,0.075171,0.41,"2013-06-27 00:00",0.16,"2013-06-21 00:00",0.1,"2013-05-28 00:00",0.07,"2013-05-22 00:00","","","","",0.41,0.41,0.16,0.1,0.05,0.05,0.02,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43516",2,43.14618,-77.54817,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",15,0.062222,0.031663,0.16,"2013-06-21 00:00",0.11,"2013-05-10 00:00",0.11,"2013-05-28 00:00",0.1,"2013-03-17 00:00","","","","",0.16,0.16,0.11,0.11,0.08,0.05,0.02,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43517",2,43.14618,-77.54817,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",22,0.05037,0.022271,0.11,"2013-05-22 00:00",0.11,"2013-06-03 00:00",0.09,"2013-04-04 00:00",0.07,"2013-05-10 00:00","","","","",0.11,0.11,0.11,0.09,0.05,0.05,0.03,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43518",2,43.14618,-77.54817,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",12,0.117037,0.090461,0.39,"2013-06-21 00:00",0.28,"2013-04-28 00:00",0.23,"2013-05-10 00:00",0.23,"2013-06-09 00:00","","","","",0.39,0.39,0.28,0.23,0.19,0.07,0.05,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43552",2,43.14618,-77.54817,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.436667,0.12905,0.76,"2013-04-28 00:00",0.7,"2013-01-28 00:00",0.64,"2013-06-21 00:00",0.6,"2013-02-03 00:00","","","","",0.76,0.76,0.7,0.64,0.5,0.4,0.3,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43801",2,43.14618,-77.54817,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.542424,0.061392,0.7,"2013-05-10 00:00",0.7,"2013-06-27 00:00",0.6,"2013-04-10 00:00",0.6,"2013-04-16 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.5,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43802",2,43.14618,-77.54817,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.863636,3.337928,19.1,"2013-05-04 00:00",3.7,"2013-07-03 00:00",1.3,"2013-03-11 00:00",0.6,"2013-07-15 00:00","","","","",19.1,19.1,3.7,0.6,0.2,0.1,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43803",2,43.14618,-77.54817,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43804",2,43.14618,-77.54817,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43811",2,43.14618,-77.54817,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.267273,0.039153,0.39,"2013-07-15 00:00",0.36,"2013-07-03 00:00",0.31,"2013-06-21 00:00",0.31,"2013-06-27 00:00","","","","",0.39,0.39,0.36,0.31,0.28,0.26,0.23,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43812",2,43.14618,-77.54817,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43813",2,43.14618,-77.54817,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43814",2,43.14618,-77.54817,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.09697,0.386882,2.1,"2013-05-04 00:00",0.8,"2013-03-11 00:00",0.2,"2013-07-03 00:00",0.1,"2013-04-22 00:00","","","","",2.1,2.1,0.8,0.1,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43815",2,43.14618,-77.54817,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.006061,0.024231,0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43817",2,43.14618,-77.54817,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43818",2,43.14618,-77.54817,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43819",2,43.14618,-77.54817,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43820",2,43.14618,-77.54817,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43823",2,43.14618,-77.54817,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.553636,0.051102,0.64,"2013-05-10 00:00",0.64,"2013-07-15 00:00",0.63,"2013-06-27 00:00",0.63,"2013-07-03 00:00","","","","",0.64,0.64,0.64,0.63,0.6,0.54,0.5,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43824",2,43.14618,-77.54817,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43826",2,43.14618,-77.54817,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43828",2,43.14618,-77.54817,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",31,0.005303,0.001212,0.01,"2013-02-15 00:00",0.01,"2013-02-21 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00","","","","",0.01,0.01,0.01,0.005,0.005,0.005,0.005,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43829",2,43.14618,-77.54817,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43830",2,43.14618,-77.54817,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43831",2,43.14618,-77.54817,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43839",2,43.14618,-77.54817,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",32,0.010303,0.001741,0.02,"2013-02-15 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-22 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0.01,0.01,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43843",2,43.14618,-77.54817,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43844",2,43.14618,-77.54817,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.00303,0.017408,0.1,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.1,0.1,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","43860",2,43.14618,-77.54817,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","44201",1,43.14618,-77.54817,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8572,98,209,214,0,182,0,0,"Certification not required",503,0.044522,0.011729,0.075,"2013-05-15 15:00",0.07,"2013-05-02 16:00",0.07,"2013-05-30 12:00",0.069,"2013-06-21 13:00","","","","",0.07,0.068,0.066,0.06,0.053,0.045,0.037,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","44201",1,43.14618,-77.54817,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8585,97,207,214,0,0,0,0,"Certification not required",0,0.040029,0.011488,0.065,"2013-05-02 13:00",0.065,"2013-05-06 12:00",0.064,"2013-05-29 16:00",0.064,"2013-06-23 12:00","","","","",0.064,0.064,0.061,0.056,0.049,0.042,0.034,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","44201",1,43.14618,-77.54817,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8585,97,207,214,0,0,0,0,"Certification not required",0,0.040029,0.011488,0.065,"2013-05-02 13:00",0.065,"2013-05-06 12:00",0.064,"2013-05-29 16:00",0.064,"2013-06-23 12:00","","","","",0.064,0.064,0.061,0.056,0.049,0.042,0.034,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","45109",2,43.14618,-77.54817,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.912121,0.833201,4.3,"2013-03-11 00:00",2.8,"2013-05-04 00:00",2.5,"2013-07-03 00:00",1.4,"2013-07-09 00:00","","","","",4.3,4.3,2.8,1.4,0.9,0.6,0.4,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45201",2,43.14618,-77.54817,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.875758,0.294778,1.7,"2013-01-28 00:00",1.7,"2013-02-03 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-27 00:00","","","","",1.7,1.7,1.7,1.2,1,0.9,0.6,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45202",2,43.14618,-77.54817,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,1.621212,1.917804,11.3,"2013-05-04 00:00",4.3,"2013-07-03 00:00",3.4,"2013-06-27 00:00",2.2,"2013-06-21 00:00","","","","",11.3,11.3,4.3,2.2,1.6,1.1,0.7,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45203",2,43.14618,-77.54817,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.587879,1.490545,8.5,"2013-03-11 00:00",2.6,"2013-05-04 00:00",1.2,"2013-07-03 00:00",0.5,"2013-06-27 00:00","","","","",8.5,8.5,2.6,0.5,0.4,0.2,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45204",2,43.14618,-77.54817,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.427273,0.428859,2.3,"2013-03-11 00:00",1.4,"2013-05-04 00:00",1.1,"2013-07-03 00:00",0.6,"2013-06-21 00:00","","","","",2.3,2.3,1.4,0.6,0.4,0.3,0.2,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45207",2,43.14618,-77.54817,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",21,0.072273,0.040833,0.18,"2013-05-04 00:00",0.16,"2013-02-15 00:00",0.15,"2013-07-03 00:00",0.14,"2013-02-21 00:00","","","","",0.18,0.18,0.16,0.14,0.1,0.045,0.045,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45208",2,43.14618,-77.54817,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.248485,0.122783,0.6,"2013-05-04 00:00",0.5,"2013-07-03 00:00",0.4,"2013-01-28 00:00",0.4,"2013-05-10 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.2,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45220",2,43.14618,-77.54817,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,2.390909,8.50119,44.8,"2013-03-11 00:00",21,"2013-05-04 00:00",6.8,"2013-07-03 00:00",2,"2013-06-27 00:00","","","","",44.8,44.8,21,2,0.2,0.1,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45501",2,43.14618,-77.54817,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",0,0.974074,0.607512,3.33,"2013-05-28 00:00",1.64,"2013-04-28 00:00",1.58,"2013-05-10 00:00",1.55,"2013-04-04 00:00","","","","",3.33,3.33,1.64,1.58,1.3,0.71,0.5,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45504",2,43.14618,-77.54817,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,27,61,0,3,"","","Certification not required",24,0.051481,0.0207,0.12,"2013-06-27 00:00",0.1,"2013-03-11 00:00",0.1,"2013-03-29 00:00",0.05,"2013-01-04 00:00","","","","",0.12,0.12,0.1,0.1,0.05,0.05,0.04,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45801",2,43.14618,-77.54817,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.006061,0.024231,0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45805",2,43.14618,-77.54817,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",31,0.032121,0.008572,0.07,"2013-02-15 00:00",0.06,"2013-02-21 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.07,0.07,0.06,0.03,0.03,0.03,0.03,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45806",2,43.14618,-77.54817,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",31,0.032121,0.008572,0.07,"2013-02-15 00:00",0.06,"2013-02-21 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.07,0.07,0.06,0.03,0.03,0.03,0.03,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45807",2,43.14618,-77.54817,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.006061,0.024231,0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45809",2,43.14618,-77.54817,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.006061,0.024231,0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","45810",2,43.14618,-77.54817,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",33,54,33,61,0,2,"","","Certification not required",0,0.009091,0.029194,0.1,"2013-02-03 00:00",0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-14" +"36","055","1007","61103",1,43.14618,-77.54817,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8602,98,356,365,0,152,"","","Certification not required",0,3.693478,2.658286,86,"2013-06-08 04:00",84.2,"2013-06-08 08:00",84.2,"2013-06-08 09:00",83.4,"2013-06-08 03:00","","","","",9.6,8.7,6.9,6.1,4.3,3.5,1.7,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","61104",1,43.14618,-77.54817,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8644,99,359,365,0,110,"","","Certification not required",0,183.527302,38.912357,275,"2013-07-16 15:00",274,"2013-07-16 14:00",274,"2013-07-16 16:00",274,"2013-07-16 17:00","","","","",260,254,245,235,215,184,132,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","61106",1,43.14618,-77.54817,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8727,100,365,365,0,27,"","","Certification not required",0,26.103816,10.729873,79,"2013-05-06 21:00",78,"2013-06-02 04:00",78,"2013-10-05 00:00",77,"2013-12-20 23:00","","","","",63,58,47,39,31,25,15,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","62101",1,43.14618,-77.54817,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8751,100,365,365,0,3,"","","Certification not required",0,51.814535,19.453376,98,"2013-07-16 15:00",97,"2013-07-16 14:00",97,"2013-07-16 16:00",97,"2013-07-16 17:00","","","","",90,87,83,78,68,52,26,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","62201",1,43.14618,-77.54817,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8699,99,362,365,0,3,"","","Certification not required",0,66.484998,19.231872,100,"2013-10-11 21:00",100,"2013-12-15 01:00",100,"2013-12-20 16:00",100,"2013-12-20 17:00","","","","",96,96,94,92,82,68,39,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","64101",1,43.14618,-77.54817,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8751,100,365,365,0,3,"","","Certification not required",0,996.447377,8.312122,1024,"2013-11-29 18:00",1024,"2013-11-29 19:00",1024,"2013-11-29 21:00",1024,"2013-11-29 22:00","","","","",1017,1014,1010,1007,1002,996,986,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68101",1,43.14618,-77.54817,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",97,80,97,122,0,2,"","","Certification not required",13,0.35,0.168325,0.6,"2013-06-12 00:00",0.6,"2013-06-21 00:00",0.6,"2013-06-27 00:00",0.6,"2013-07-30 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68101",3,43.14618,-77.54817,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",51,84,51,61,0,4,"","","Certification not required",18,0.156863,0.09799,0.3,"2013-03-17 00:00",0.3,"2013-04-10 00:00",0.3,"2013-04-22 00:00",0.3,"2013-04-28 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.05,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68102",1,43.14618,-77.54817,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",97,80,97,122,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68102",3,43.14618,-77.54817,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",51,84,51,61,0,4,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-19 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68103",1,43.14618,-77.54817,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",97,80,97,122,0,2,"","","Certification not required",0,5.630928,9.646765,26.4,"2013-07-30 00:00",25.8,"2013-07-27 00:00",24.5,"2013-06-24 00:00",22.4,"2013-05-31 00:00","","","","",26.4,25.8,20.3,18.9,13.6,5.5,-7.8,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68103",3,43.14618,-77.54817,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,4,"","","Certification not required",0,5.513725,9.893695,24.4,"2013-07-15 00:00",20.5,"2013-09-01 00:00",19.6,"2013-08-26 00:00",17.7,"2013-07-21 00:00","","","","",24.4,20.5,19.6,16.8,12.9,7.5,-8.5,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68103",5,43.14618,-77.54817,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",94,77,94,122,0,12,"","","Certification not required",0,7.55,8.998838,24.8,"2013-07-18 00:00",23,"2013-06-24 00:00",21.4,"2013-07-09 00:00",21,"2013-07-06 00:00","","","","",24.8,23,20.3,19.1,14.1,10.3,-4.4,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","68104",1,43.14618,-77.54817,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,1,"","","Certification not required",0,10.818681,10.231997,30.3,"2013-07-30 00:00",29.5,"2013-07-27 00:00",29,"2013-06-24 00:00",28.8,"2013-05-31 00:00","","","","",30.3,29.5,27.2,22.9,19.2,12.6,-2.9,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68104",3,43.14618,-77.54817,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,4,"","","Certification not required",0,12.113043,9.762482,28.4,"2013-07-15 00:00",24,"2013-05-22 00:00",23.9,"2013-08-20 00:00",23.8,"2013-09-01 00:00","","","","",28.4,28.4,23.9,22.4,19.5,15.1,-2.8,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-01-09" +"36","055","1007","68104",5,43.14618,-77.54817,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",92,75,92,122,0,14,"","","Certification not required",0,16.892391,11.027829,34.9,"2013-07-18 00:00",33,"2013-07-06 00:00",32.9,"2013-08-20 00:00",32.4,"2013-08-08 00:00","","","","",34.9,33,32.1,28.8,25.8,19.8,1.6,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","68105",1,43.14618,-77.54817,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",97,80,97,122,0,2,"","","Certification not required",0,15.180412,11.352392,35.7,"2013-05-31 00:00",35.7,"2013-07-30 00:00",34.6,"2013-07-27 00:00",34,"2013-09-10 00:00","","","","",35.7,35.7,33.6,29.3,25.4,15.7,0.5,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68105",3,43.14618,-77.54817,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,4,"","","Certification not required",0,15.862745,11.679571,33.8,"2013-07-15 00:00",31.4,"2013-05-22 00:00",30.9,"2013-08-20 00:00",30.3,"2013-06-21 00:00","","","","",33.8,31.4,30.9,28.4,26.1,20,-0.8,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68105",5,43.14618,-77.54817,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",94,77,94,122,0,12,"","","Certification not required",0,12.190426,9.993149,36.2,"2013-09-10 00:00",28.9,"2013-07-18 00:00",27.5,"2013-06-24 00:00",26.3,"2013-07-06 00:00","","","","",36.2,28.9,25.2,23.4,20,14.9,-1.4,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","68106",1,43.14618,-77.54817,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,91,122,0,1,"","","Certification not required",0,750.637363,6.089183,764,"2013-04-22 00:00",763,"2013-01-10 00:00",762,"2013-03-08 00:00",761,"2013-05-01 00:00","","","","",764,763,760,758,754,752,744,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68106",3,43.14618,-77.54817,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,4,"","","Certification not required",0,747.326087,5.341886,758,"2013-04-22 00:00",757,"2013-01-10 00:00",756,"2013-07-15 00:00",755,"2013-10-13 00:00","","","","",758,758,756,754,750,747,741,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-01-09" +"36","055","1007","68106",5,43.14618,-77.54817,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,11,"","","Certification not required",0,743.957895,5.291333,756,"2013-01-10 00:00",756,"2013-04-22 00:00",753,"2013-03-08 00:00",753,"2013-05-01 00:00","","","","",756,756,752,750,747,744,738,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","68107",1,43.14618,-77.54817,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,2,"","","Certification not required",0,754.381443,5.577939,768,"2013-01-10 00:00",767,"2013-04-22 00:00",765,"2013-03-08 00:00",764,"2013-02-09 00:00","","","","",768,767,763,762,758,754,747,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68107",3,43.14618,-77.54817,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,4,"","","Certification not required",0,751.470588,4.892251,763,"2013-01-10 00:00",762,"2013-04-22 00:00",762,"2013-11-30 00:00",759,"2013-11-24 00:00","","","","",763,762,762,758,754,751,746,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68107",5,43.14618,-77.54817,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,11,"","","Certification not required",0,749.968421,4.652733,764,"2013-04-22 00:00",762,"2013-01-10 00:00",761,"2013-01-25 00:00",759,"2013-11-03 00:00","","","","",764,762,757,757,753,749,745,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","68108",1,43.14618,-77.54817,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,2,"","","Certification not required",0,757.752577,5.564079,771,"2013-01-10 00:00",771,"2013-04-22 00:00",770,"2013-11-30 00:00",769,"2013-01-25 00:00","","","","",771,771,767,766,762,757,750,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68108",3,43.14618,-77.54817,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,4,"","","Certification not required",0,755.196078,5.004077,770,"2013-11-30 00:00",766,"2013-01-10 00:00",766,"2013-04-22 00:00",764,"2013-12-24 00:00","","","","",770,766,766,761,758,754,750,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68108",5,43.14618,-77.54817,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,11,"","","Certification not required",0,746.568421,4.621073,759,"2013-01-10 00:00",758,"2013-04-22 00:00",755,"2013-03-08 00:00",754,"2013-02-09 00:00","","","","",759,758,754,752,750,746,741,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","68109",1,43.14618,-77.54817,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",97,80,97,122,0,2,"","","Certification not required",0,1439.804124,1.238608,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","68109",3,43.14618,-77.54817,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",51,84,51,61,0,4,"","","Certification not required",0,1439.72549,4.686485,1442,"2013-01-04 00:00",1442,"2013-01-10 00:00",1442,"2013-01-19 00:00",1442,"2013-01-22 00:00","","","","",1442,1442,1442,1442,1442,1440,1439,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","84313",1,43.14618,-77.54817,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",6537,75,273,365,0,15,"","","Certification not required",2023,0.373081,0.313161,3.75,"2013-01-08 18:00",3.73,"2013-06-01 08:00",3.21,"2013-01-08 20:00",3.15,"2013-01-08 19:00","","","","",1.43,1.23,0.93,0.74,0.5,0.3,0.1,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2013-11-22" +"36","055","1007","85101",1,43.14618,-77.54817,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",35,57,35,61,0,3,"","","Certification not required",0,11.514286,4.791975,21,"2013-05-22 00:00",21,"2013-06-15 00:00",19,"2013-02-03 00:00",19,"2013-12-18 00:00","","","","",21,21,21,19,15,12,6,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","85102",1,43.14618,-77.54817,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.304,1.067049,6.47,"2013-04-10 00:00",2.75,"2013-09-25 00:00",2.3,"2013-09-19 00:00",2.26,"2013-06-21 00:00","","","","",6.47,6.47,2.75,2.26,1.87,1.18,0.43,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85103",1,43.14618,-77.54817,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.806,0.563004,3.13,"2013-04-28 00:00",1.89,"2013-06-21 00:00",1.64,"2013-08-26 00:00",1.3,"2013-09-01 00:00","","","","",3.13,3.13,1.89,1.3,1.1,0.75,0.24,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85105",1,43.14618,-77.54817,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.00025,0.001581,0.01,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-19 00:00","","","","",0.01,0.01,0,0,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85110",1,43.14618,-77.54817,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.079,0.038015,0.16,"2013-08-20 00:00",0.15,"2013-04-28 00:00",0.15,"2013-05-22 00:00",0.15,"2013-09-07 00:00","","","","",0.16,0.16,0.15,0.15,0.11,0.08,0.03,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85113",1,43.14618,-77.54817,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.07325,0.05101,0.32,"2013-08-26 00:00",0.14,"2013-04-16 00:00",0.13,"2013-05-04 00:00",0.13,"2013-08-20 00:00","","","","",0.32,0.32,0.14,0.13,0.1,0.06,0.04,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85128",1,43.14618,-77.54817,"WGS84","Lead PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.002445,0.00129,0.0063,"2013-05-28 00:00",0.0056,"2013-04-28 00:00",0.005,"2013-08-26 00:00",0.0047,"2013-08-20 00:00","","","","",0.0063,0.0063,0.0056,0.0047,0.0032,0.0021,0.0011,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85132",1,43.14618,-77.54817,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,4.12625,2.102657,8.51,"2013-05-04 00:00",8,"2013-05-16 00:00",7.9,"2013-08-20 00:00",7.65,"2013-06-21 00:00","","","","",8.51,8.51,8,7.65,5.72,3.72,1.61,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85136",1,43.14618,-77.54817,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.09675,0.921769,5.03,"2013-08-26 00:00",3.51,"2013-01-04 00:00",3.04,"2013-04-16 00:00",1.77,"2013-04-10 00:00","","","","",5.03,5.03,3.51,1.77,1.49,0.83,0.4,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85154",1,43.14618,-77.54817,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.4955,0.327852,1.23,"2013-02-03 00:00",1.14,"2013-07-15 00:00",1.11,"2013-08-20 00:00",0.99,"2013-09-19 00:00","","","","",1.23,1.23,1.14,0.99,0.77,0.39,0.14,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","85164",1,43.14618,-77.54817,"WGS84","Vanadium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.28175,0.195473,1.25,"2013-08-26 00:00",0.49,"2013-05-22 00:00",0.46,"2013-04-16 00:00",0.45,"2013-04-28 00:00","","","","",1.25,1.25,0.49,0.45,0.37,0.25,0.12,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-10" +"36","055","1007","88101",1,43.14618,-77.54817,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,4,0,0,"Certification not required",0,7.229565,4.138734,20.4,"2013-09-10 00:00",18.5,"2013-08-20 00:00",18,"2013-12-03 00:00",17,"2013-07-03 00:00","","","","",18.5,18,14.9,14.1,8.7,6.1,2.9,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","88101",1,43.14618,-77.54817,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,4,"","","Certification not required",0,7.229565,4.138734,20.4,"2013-09-10 00:00",18.5,"2013-08-20 00:00",18,"2013-12-03 00:00",17,"2013-07-03 00:00","","","","",18.5,18,14.9,14.1,8.7,6.1,2.9,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","88102",5,43.14618,-77.54817,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",86,0.020963,0.009264,0.063,"2013-07-27 00:00",0.058,"2013-01-04 00:00",0.05,"2013-04-16 00:00",0.043,"2013-03-11 00:00","","","","",0.063,0.058,0.043,0.026,0.021,0.0195,0.014,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88103",5,43.14618,-77.54817,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.000628,0.001136,0.005,"2013-04-28 00:00",0.004,"2013-07-03 00:00",0.004,"2013-07-09 00:00",0.003,"2013-04-22 00:00","","","","",0.005,0.004,0.003,0.003,0.001,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88104",5,43.14618,-77.54817,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",72,0.016165,0.018468,0.11,"2013-07-06 00:00",0.084,"2013-06-27 00:00",0.079,"2013-06-15 00:00",0.075,"2013-06-12 00:00","","","","",0.11,0.084,0.059,0.036,0.0125,0.0115,0.0065,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88107",5,43.14618,-77.54817,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.006571,0.006042,0.0295,"2013-03-17 00:00",0.0295,"2013-03-20 00:00",0.0295,"2013-05-13 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88109",5,43.14618,-77.54817,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",28,0.002859,0.002015,0.0102,"2013-06-24 00:00",0.0084,"2013-06-15 00:00",0.0081,"2013-02-03 00:00",0.0079,"2013-08-20 00:00","","","","",0.0102,0.0084,0.0072,0.0052,0.004,0.0026,0.00065,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88110",5,43.14618,-77.54817,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.001149,0.003236,0.018,"2013-05-07 00:00",0.014,"2013-03-26 00:00",0.012,"2013-04-10 00:00",0.012,"2013-07-12 00:00","","","","",0.018,0.014,0.009,0.004,0,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88111",5,43.14618,-77.54817,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",21,0.017956,0.012885,0.0628,"2013-06-21 00:00",0.0526,"2013-06-24 00:00",0.0519,"2013-06-27 00:00",0.0431,"2013-05-16 00:00","","","","",0.0628,0.0526,0.0414,0.0352,0.0256,0.016,0.00375,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88112",5,43.14618,-77.54817,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.004883,0.010398,0.058,"2013-10-16 00:00",0.052,"2013-10-01 00:00",0.042,"2013-09-13 00:00",0.036,"2013-03-05 00:00","","","","",0.058,0.052,0.028,0.013,0.004,0.002,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88113",5,43.14618,-77.54817,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",87,0.000747,0.000291,0.002,"2013-08-08 00:00",0.002,"2013-08-17 00:00",0.0017,"2013-01-01 00:00",0.0017,"2013-09-07 00:00","","","","",0.002,0.002,0.0015,0.001,0.0007,0.0007,0.00055,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88114",5,43.14618,-77.54817,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",49,0.002402,0.002011,0.0098,"2013-07-09 00:00",0.0079,"2013-06-21 00:00",0.0074,"2013-07-15 00:00",0.0072,"2013-02-03 00:00","","","","",0.0098,0.0079,0.0071,0.0059,0.0033,0.00125,0.0008,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88115",5,43.14618,-77.54817,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",62,0.012695,0.025893,0.172,"2013-02-21 00:00",0.137,"2013-02-03 00:00",0.0955,"2013-11-03 00:00",0.0686,"2013-01-28 00:00","","","","",0.172,0.137,0.0664,0.024,0.0097,0.00405,0.0025,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88117",5,43.14618,-77.54817,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.00653,0.009666,0.0435,"2013-03-17 00:00",0.0435,"2013-05-13 00:00",0.0435,"2013-09-25 00:00",0.043,"2013-03-20 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88118",5,43.14618,-77.54817,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.008357,0.006004,0.023,"2013-03-17 00:00",0.023,"2013-03-20 00:00",0.023,"2013-05-13 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.006,0.0055,0.0041,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88126",5,43.14618,-77.54817,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.057716,0.033664,0.175,"2013-06-21 00:00",0.159,"2013-03-05 00:00",0.156,"2013-08-29 00:00",0.121,"2013-06-27 00:00","","","","",0.175,0.159,0.119,0.0996,0.0808,0.0527,0.0198,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88128",5,43.14618,-77.54817,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.000787,0.001226,0.005,"2013-05-28 00:00",0.005,"2013-08-17 00:00",0.004,"2013-04-10 00:00",0.004,"2013-06-21 00:00","","","","",0.005,0.005,0.003,0.003,0.001,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88131",5,43.14618,-77.54817,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",92,0.009628,0.003508,0.021,"2013-06-06 00:00",0.018,"2013-04-10 00:00",0.0165,"2013-01-13 00:00",0.0165,"2013-01-25 00:00","","","","",0.021,0.018,0.0165,0.0165,0.011,0.008,0.007,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88132",5,43.14618,-77.54817,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.000681,0.000806,0.003,"2013-05-10 00:00",0.003,"2013-06-21 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-03 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88136",5,43.14618,-77.54817,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.000521,0.001309,0.009,"2013-03-05 00:00",0.006,"2013-01-01 00:00",0.004,"2013-06-15 00:00",0.004,"2013-08-29 00:00","","","","",0.009,0.006,0.003,0.001,0.001,0,0,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88140",5,43.14618,-77.54817,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",88,0.008788,0.008807,0.0562,"2013-01-25 00:00",0.056,"2013-08-17 00:00",0.0508,"2013-10-22 00:00",0.024,"2013-07-21 00:00","","","","",0.0562,0.056,0.0196,0.009,0.009,0.006,0.00475,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88152",5,43.14618,-77.54817,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.005863,0.001604,0.0085,"2013-07-15 00:00",0.008,"2013-01-28 00:00",0.008,"2013-01-31 00:00",0.008,"2013-02-21 00:00","","","","",0.0085,0.008,0.008,0.008,0.008,0.0055,0.0045,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88154",5,43.14618,-77.54817,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",93,0.001041,0.000288,0.0018,"2013-09-01 00:00",0.00135,"2013-08-08 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00","","","","",0.0018,0.00135,0.0013,0.0013,0.0013,0.00125,0.00065,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88160",5,43.14618,-77.54817,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",92,0.01241,0.003842,0.028,"2013-01-19 00:00",0.021,"2013-09-25 00:00",0.0185,"2013-11-09 00:00",0.018,"2013-01-13 00:00","","","","",0.028,0.021,0.018,0.018,0.016,0.01,0.01,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88161",5,43.14618,-77.54817,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",91,0.002505,0.000685,0.0077,"2013-10-01 00:00",0.0048,"2013-08-17 00:00",0.0047,"2013-08-20 00:00",0.0028,"2013-07-15 00:00","","","","",0.0077,0.0048,0.00265,0.00265,0.00265,0.0025,0.0021,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88164",5,43.14618,-77.54817,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.001624,0.000245,0.00205,"2013-07-15 00:00",0.0019,"2013-01-28 00:00",0.0019,"2013-01-31 00:00",0.0019,"2013-02-21 00:00","","","","",0.00205,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88165",5,43.14618,-77.54817,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",12,0.040277,0.032524,0.166,"2013-06-27 00:00",0.157,"2013-04-28 00:00",0.132,"2013-05-01 00:00",0.13,"2013-06-24 00:00","","","","",0.166,0.157,0.111,0.0837,0.053,0.031,0.009,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88166",5,43.14618,-77.54817,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",91,0.007985,0.004751,0.019,"2013-02-03 00:00",0.019,"2013-02-06 00:00",0.019,"2013-02-12 00:00",0.019,"2013-10-22 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88167",5,43.14618,-77.54817,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",22,0.005315,0.004535,0.0347,"2013-03-05 00:00",0.0192,"2013-07-30 00:00",0.0125,"2013-01-25 00:00",0.0124,"2013-02-03 00:00","","","","",0.0347,0.0192,0.0117,0.0096,0.007,0.0047,0.0013,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88168",5,43.14618,-77.54817,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",92,0.001373,0.001496,0.0145,"2013-07-12 00:00",0.0063,"2013-11-03 00:00",0.00175,"2013-01-13 00:00",0.00175,"2013-01-25 00:00","","","","",0.0145,0.0063,0.00175,0.00175,0.0012,0.00115,0.00085,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88169",5,43.14618,-77.54817,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,0.564296,0.455305,2.22,"2013-07-15 00:00",2.11,"2013-07-18 00:00",1.88,"2013-08-20 00:00",1.81,"2013-08-26 00:00","","","","",2.22,2.11,1.79,1.05,0.73,0.438,0.144,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88176",5,43.14618,-77.54817,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",94,0.000954,0.000213,0.0013,"2013-01-13 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-06 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88180",5,43.14618,-77.54817,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",2,0.036445,0.026737,0.179,"2013-07-06 00:00",0.107,"2013-06-15 00:00",0.105,"2013-06-24 00:00",0.095,"2013-07-03 00:00","","","","",0.179,0.107,0.0946,0.0729,0.0399,0.0317,0.011,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88184",5,43.14618,-77.54817,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",66,0.039479,0.039792,0.231,"2013-02-21 00:00",0.17,"2013-01-25 00:00",0.169,"2013-03-11 00:00",0.158,"2013-05-07 00:00","","","","",0.231,0.17,0.134,0.088,0.045,0.027,0.0155,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88185",5,43.14618,-77.54817,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",89,0.003377,0.003551,0.0115,"2013-01-13 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-06 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88301",5,43.14618,-77.54817,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",3,0.511031,0.474224,2.09,"2013-08-20 00:00",1.88,"2013-02-24 00:00",1.74,"2013-09-10 00:00",1.64,"2013-01-04 00:00","","","","",2.09,1.88,1.62,1.15,0.751,0.386,0.035,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88302",5,43.14618,-77.54817,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",3,0.072596,0.051325,0.246,"2013-02-03 00:00",0.22,"2013-05-07 00:00",0.219,"2013-02-21 00:00",0.209,"2013-07-06 00:00","","","","",0.246,0.22,0.207,0.149,0.09,0.0589,0.0243,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88303",5,43.14618,-77.54817,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",38,0.029925,0.030153,0.171,"2013-07-06 00:00",0.142,"2013-07-12 00:00",0.125,"2013-08-08 00:00",0.106,"2013-07-09 00:00","","","","",0.171,0.142,0.103,0.06,0.0379,0.025,0.0034,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88306",5,43.14618,-77.54817,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",0,0.755459,0.775239,3.83,"2013-01-04 00:00",3.67,"2013-02-03 00:00",3.58,"2013-02-24 00:00",3.2,"2013-01-25 00:00","","","","",3.83,3.67,3.16,1.26,0.83,0.512,0.174,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88355",5,43.14618,-77.54817,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,1.711176,0.989129,5.48,"2013-07-03 00:00",4.27,"2013-09-10 00:00",4.23,"2013-08-17 00:00",3.79,"2013-08-29 00:00","","","","",5.48,4.27,3.63,2.99,2.25,1.49,0.671,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88357",5,43.14618,-77.54817,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.216593,0.109909,0.606,"2013-10-10 00:00",0.491,"2013-07-12 00:00",0.454,"2013-07-09 00:00",0.45,"2013-09-28 00:00","","","","",0.606,0.491,0.388,0.352,0.286,0.195,0.095,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88370",5,43.14618,-77.54817,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,1.546451,0.88375,5.19,"2013-07-03 00:00",3.8,"2013-09-10 00:00",3.7,"2013-08-17 00:00",3.4,"2013-05-31 00:00","","","","",5.19,3.8,3.28,2.63,2.08,1.33,0.636,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88374",5,43.14618,-77.54817,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",1,0.125484,0.111145,0.565,"2013-08-17 00:00",0.565,"2013-08-29 00:00",0.373,"2013-07-15 00:00",0.35,"2013-05-31 00:00","","","","",0.565,0.565,0.349,0.289,0.161,0.086,0.036,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88375",5,43.14618,-77.54817,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.404516,0.246514,1.34,"2013-07-03 00:00",1.19,"2013-09-10 00:00",1.01,"2013-07-09 00:00",1.01,"2013-07-18 00:00","","","","",1.34,1.19,0.857,0.738,0.514,0.327,0.158,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88376",5,43.14618,-77.54817,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.453934,0.266498,1.45,"2013-07-03 00:00",1.29,"2013-08-17 00:00",0.938,"2013-08-29 00:00",0.923,"2013-07-12 00:00","","","","",1.45,1.29,0.923,0.776,0.632,0.403,0.161,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88377",5,43.14618,-77.54817,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.308275,0.199491,1.03,"2013-07-03 00:00",0.878,"2013-08-17 00:00",0.869,"2013-09-10 00:00",0.792,"2013-07-06 00:00","","","","",1.03,0.878,0.762,0.56,0.384,0.26,0.106,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88378",5,43.14618,-77.54817,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",1,0.254527,0.150109,1.03,"2013-07-03 00:00",0.569,"2013-07-18 00:00",0.561,"2013-05-31 00:00",0.556,"2013-10-31 00:00","","","","",1.03,0.569,0.488,0.436,0.328,0.238,0.089,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88380",5,43.14618,-77.54817,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.381429,0.222114,0.933,"2013-08-29 00:00",0.899,"2013-10-10 00:00",0.89,"2013-07-12 00:00",0.856,"2013-09-19 00:00","","","","",0.933,0.899,0.847,0.701,0.561,0.324,0.138,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88383",5,43.14618,-77.54817,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.575516,0.323219,1.59,"2013-07-03 00:00",1.28,"2013-10-31 00:00",1.22,"2013-07-09 00:00",1.21,"2013-08-29 00:00","","","","",1.59,1.28,1.16,1.05,0.825,0.505,0.193,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88384",5,43.14618,-77.54817,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.060106,0.029204,0.174,"2013-10-22 00:00",0.156,"2013-06-06 00:00",0.138,"2013-06-09 00:00",0.132,"2013-05-16 00:00","","","","",0.174,0.156,0.121,0.0933,0.0666,0.0559,0.0314,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88385",5,43.14618,-77.54817,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",85,0.001182,0.000821,0.00743,"2013-07-15 00:00",0.00401,"2013-01-01 00:00",0.00323,"2013-07-12 00:00",0.00303,"2013-08-02 00:00","","","","",0.00743,0.00401,0.00255,0.001,0.001,0.001,0.001,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88388",5,43.14618,-77.54817,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,15,"","","Certification not required",0,0.419275,0.246913,1.32,"2013-07-03 00:00",0.974,"2013-10-31 00:00",0.946,"2013-08-29 00:00",0.941,"2013-09-10 00:00","","","","",1.32,0.974,0.853,0.787,0.584,0.356,0.139,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88403",5,43.14618,-77.54817,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",95,78,95,122,0,11,"","","Certification not required",0,1.480179,1.246321,6.02,"2013-08-20 00:00",5.73,"2013-09-10 00:00",5.27,"2013-07-18 00:00",4.89,"2013-07-09 00:00","","","","",6.02,5.73,4.17,3.01,1.95,1.07,0.387,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","055","1007","88501",3,43.14618,-77.54817,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7651,87,314,365,0,384,"","","Certification not required",0,8.296184,4.762246,40.6,"2013-06-05 10:00",35,"2013-07-03 13:00",33.5,"2013-07-01 05:00",33.4,"2013-07-01 04:00","","","","",24.7,21.9,18,14.5,10.2,7.2,3.6,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","88501",3,43.14618,-77.54817,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,8.242038,3.756368,23,"2013-09-10 00:00",21.8,"2013-09-11 00:00",21.1,"2013-07-01 00:00",21.1,"2013-08-27 00:00","","","","",21.1,18.7,16.3,14.2,9.5,7.3,4.8,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","88502",3,43.14618,-77.54817,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7646,87,314,365,0,389,"","","Certification not required",0,7.768454,5.219764,40.9,"2013-06-05 10:00",34.8,"2013-07-03 13:00",34.1,"2013-09-10 21:00",33.3,"2013-12-31 16:00","","","","",24.6,21.7,17.8,14.6,10.2,6.8,2.2,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","88502",3,43.14618,-77.54817,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,7.721975,4.166341,22.8,"2013-09-10 00:00",22.6,"2013-01-08 00:00",21.5,"2013-09-11 00:00",20.4,"2013-08-27 00:00","","","","",20.4,19.3,15.4,13.4,10.2,6.7,3.6,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-07" +"36","055","1007","88502",5,43.14618,-77.54817,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,12,"","","Certification not required",0,7.543617,4.570606,24,"2013-07-15 00:00",20.3,"2013-07-09 00:00",18,"2013-07-18 00:00",16.3,"2013-06-24 00:00","","","","",24,20.3,16.1,15.2,10.2,6.2,3.2,"ROCHESTER 2","2 YARMOUTH ROAD, RG&E Substation","New York","Monroe","Rochester","Rochester, NY","2014-02-14" +"36","059","0005","42401",3,40.74316,-73.58549,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6869,78,290,365,0,103,0,"","Certification not required",0,1.973793,1.401335,14.6,"2013-11-05 07:00",6.4,"2013-10-14 03:00",6,"2013-11-04 19:00",5.8,"2013-10-26 09:00","","","","",6,5.5,4.6,3.8,2.5,1.5,0.8,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","42401",3,40.74316,-73.58549,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6869,78,290,365,0,103,"","","Certification not required",0,1.124079,0.769641,14.6,"2013-11-05 07:00",6.4,"2013-10-14 03:00",6.3,"2013-10-14 02:00",6,"2013-11-04 19:00","","","","",3.9,3.4,2.7,2.1,1.3,0.9,0.4,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","42401",3,40.74316,-73.58549,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",290,79,290,365,0,0,0,"","Certification not required",0,1.124828,0.633771,4.2,"2013-12-13 00:00",3.4,"2013-12-11 00:00",3.2,"2013-12-19 00:00",3.1,"2013-12-27 00:00","","","","",3.2,3,2.3,2,1.3,1,0.5,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","42401",3,40.74316,-73.58549,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2256,77,290,365,0,0,"",0,"Certification not required",0,1.092553,0.731385,6.8,"2013-11-05 08:00",4.6,"2013-12-03 14:00",4.6,"2013-12-13 08:00",4.5,"2013-07-06 11:00","","","","",3.8,3.3,2.6,2.1,1.3,0.9,0.4,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","42401",5,40.74316,-73.58549,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",65068,62,229,365,0,22420,"","","Certification not required",0,1.081967,0.784855,16.5,"2013-07-13 07:55",14.5,"2013-07-13 08:00",13.1,"2013-07-19 16:25",12.9,"2013-07-23 09:00","","","","",4,3.5,2.7,2.1,1.3,0.9,0.4,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","059","0005","62101",1,40.74316,-73.58549,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8589,98,357,365,0,141,"","","Certification not required",0,53.994528,17.995804,99,"2013-07-18 15:00",98,"2013-07-18 12:00",98,"2013-07-18 13:00",98,"2013-07-18 14:00","","","","",90,86,82,78,69,54,31,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","62201",1,40.74316,-73.58549,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8756,100,365,365,0,0,"","","Certification not required",0,65.646414,13.043744,85,"2013-01-13 07:00",85,"2013-01-13 08:00",85,"2013-01-13 09:00",85,"2013-01-13 10:00","","","","",85,85,84,83,78,65,48,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","64101",1,40.74316,-73.58549,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8756,100,365,365,0,0,"","","Certification not required",0,1013.788374,7.252978,1037,"2013-11-30 02:00",1037,"2013-11-30 03:00",1037,"2013-11-30 04:00",1037,"2013-11-30 05:00","","","","",1032,1029,1025,1023,1019,1014,1004,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","88501",3,40.74316,-73.58549,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7839,89,326,365,0,197,"","","Certification not required",0,10.157979,6.079082,72.8,"2013-01-09 08:00",67.7,"2013-08-20 01:00",65,"2013-01-09 09:00",62.3,"2013-08-20 00:00","","","","",30,26,21.2,17.9,13,9,3.9,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","88501",3,40.74316,-73.58549,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,10.128834,4.43886,33.8,"2013-07-19 00:00",27.1,"2013-01-09 00:00",26.5,"2013-09-11 00:00",25.6,"2013-07-18 00:00","","","","",25.6,22.4,19,15.5,12.3,8.9,5.8,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","88502",3,40.74316,-73.58549,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7833,89,326,365,0,203,"","","Certification not required",0,8.802094,6.928764,82.8,"2013-01-09 08:00",74.1,"2013-01-09 09:00",70.9,"2013-08-20 01:00",67.4,"2013-01-09 07:00","","","","",30.9,26.1,21.2,17.6,12.3,7.7,1.3,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","059","0005","88502",3,40.74316,-73.58549,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,8.78865,5.178621,33,"2013-07-19 00:00",32,"2013-01-09 00:00",25.6,"2013-09-11 00:00",25.5,"2013-12-03 00:00","","","","",25.5,23.9,18.5,14.8,11.6,7.9,3.4,"EISENHOWER PARK","EISENHOWER PARK, 740 MERRICK AV at OLD COUNTRY Rd","New York","Nassau","East Meadow","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68101",1,40.7997,-73.93432,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,4,"","","Certification not required",48,0.139286,0.104284,0.4,"2013-07-06 00:00",0.4,"2013-07-15 00:00",0.4,"2013-08-11 00:00",0.4,"2013-08-20 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.1,0.05,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68101",2,40.7997,-73.93432,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",105,86,105,122,0,2,"","","Certification not required",57,0.115714,0.093365,0.4,"2013-07-03 00:00",0.4,"2013-07-09 00:00",0.4,"2013-08-20 00:00",0.3,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68102",1,40.7997,-73.93432,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68102",2,40.7997,-73.93432,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",105,86,105,122,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68103",1,40.7997,-73.93432,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,4,"","","Certification not required",0,10.107143,9.489403,28.9,"2013-07-18 00:00",26.7,"2013-07-15 00:00",26.5,"2013-07-06 00:00",25.5,"2013-07-21 00:00","","","","",26.7,26.5,24.4,21.9,18.6,11.4,-1.1,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68103",2,40.7997,-73.93432,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,2,"","","Certification not required",0,9.792381,9.87884,28.7,"2013-07-18 00:00",26.4,"2013-07-15 00:00",26.2,"2013-07-06 00:00",25.2,"2013-07-21 00:00","","","","",26.4,26.2,24,21.9,18.4,11.8,-2.9,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68104",1,40.7997,-73.93432,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,15.307692,9.539063,33.9,"2013-07-18 00:00",32,"2013-07-15 00:00",31.6,"2013-07-06 00:00",29.5,"2013-06-24 00:00","","","","",32,31.6,28.8,26.5,24,16.3,2.4,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0079","68104",2,40.7997,-73.93432,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",95,78,95,122,0,2,"","","Certification not required",0,15.175789,9.834705,33.5,"2013-07-18 00:00",31.6,"2013-07-15 00:00",31.2,"2013-07-06 00:00",29.1,"2013-06-24 00:00","","","","",33.5,31.6,28.8,26.2,23.6,16.5,1.8,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0079","68105",1,40.7997,-73.93432,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,4,"","","Certification not required",0,19.323214,10.586844,39.5,"2013-07-18 00:00",38,"2013-07-15 00:00",37.3,"2013-06-24 00:00",36.6,"2013-07-06 00:00","","","","",38,37.3,33.9,31.7,28.9,19.9,4.8,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68105",2,40.7997,-73.93432,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,2,"","","Certification not required",0,18.699048,10.920601,38.9,"2013-07-18 00:00",37,"2013-07-15 00:00",36.9,"2013-06-24 00:00",35.9,"2013-07-06 00:00","","","","",37,36.9,33,31.6,28.7,18.7,4.1,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68106",1,40.7997,-73.93432,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,762.75,5.089013,776,"2013-04-22 00:00",775,"2013-11-21 00:00",774,"2013-11-30 00:00",772,"2013-10-13 00:00","","","","",775,774,771,769,766,763,756,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0079","68106",2,40.7997,-73.93432,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,2,"","","Certification not required",0,761.863158,5.330783,774,"2013-11-21 00:00",774,"2013-11-30 00:00",771,"2013-10-13 00:00",770,"2013-01-10 00:00","","","","",774,774,770,768,765,762,755,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0079","68107",1,40.7997,-73.93432,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,4,"","","Certification not required",0,766.517857,5.234986,782,"2013-11-30 00:00",780,"2013-04-22 00:00",779,"2013-11-21 00:00",777,"2013-01-10 00:00","","","","",780,779,774,773,770,767,760,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68107",2,40.7997,-73.93432,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,2,"","","Certification not required",0,765.647619,5.089546,781,"2013-11-30 00:00",778,"2013-11-21 00:00",776,"2013-01-10 00:00",774,"2013-10-13 00:00","","","","",778,776,773,772,768,766,759,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68108",1,40.7997,-73.93432,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,4,"","","Certification not required",0,769.982143,5.35746,786,"2013-11-30 00:00",783,"2013-04-22 00:00",783,"2013-11-21 00:00",781,"2013-01-10 00:00","","","","",783,783,779,776,774,770,763,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68108",2,40.7997,-73.93432,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,2,"","","Certification not required",0,769.12381,5.195588,785,"2013-11-30 00:00",782,"2013-11-21 00:00",780,"2013-01-10 00:00",779,"2013-01-28 00:00","","","","",782,780,777,776,773,769,762,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68109",1,40.7997,-73.93432,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,4,"","","Certification not required",0,1439.660714,1.521933,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","68109",2,40.7997,-73.93432,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",105,86,105,122,0,2,"","","Certification not required",0,1438.914286,4.905088,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","88101",1,40.7997,-73.93432,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,0,0,"Certification not required",0,8.60177,4.986141,30.4,"2013-12-03 00:00",25.1,"2013-01-28 00:00",20.1,"2013-10-04 00:00",19.3,"2013-02-03 00:00","","","","",25.1,20.1,18.5,15.5,10.8,7.1,3.7,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","88101",1,40.7997,-73.93432,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,8.60177,4.986141,30.4,"2013-12-03 00:00",25.1,"2013-01-28 00:00",20.1,"2013-10-04 00:00",19.3,"2013-02-03 00:00","","","","",25.1,20.1,18.5,15.5,10.8,7.1,3.7,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","88101",2,40.7997,-73.93432,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,8.681034,4.935636,30.3,"2013-12-03 00:00",24.7,"2013-01-28 00:00",20,"2013-10-04 00:00",19.3,"2013-02-03 00:00","","","","",24.7,20,18,15.9,11,7.2,3.7,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0079","88101",2,40.7997,-73.93432,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,8.681034,4.935636,30.3,"2013-12-03 00:00",24.7,"2013-01-28 00:00",20,"2013-10-04 00:00",19.3,"2013-02-03 00:00","","","","",24.7,20,18,15.9,11,7.2,3.7,"IS 45","SCHOOL IS 45, 2351 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0115","88501",3,40.84955,-73.935649,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5528,86,233,267,0,113,"","","Certification not required",0,10.752171,6.433181,113.4,"2013-07-04 21:00",58.4,"2013-09-12 06:00",51.8,"2013-12-12 06:00",48.7,"2013-09-12 00:00","","","","",30.8,27.8,22.5,19.1,14,9.5,4.1,"Intermediate School 143","515 W 182nd St","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0115","88501",3,40.84955,-73.935649,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",233,87,233,267,0,0,"","","Certification not required",0,10.682403,5.270746,31.2,"2013-09-11 00:00",28.7,"2013-07-19 00:00",28,"2013-09-12 00:00",27.6,"2013-12-04 00:00","","","","",28,26,19.7,17.1,13.8,9.7,4.9,"Intermediate School 143","515 W 182nd St","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0115","88502",3,40.84955,-73.935649,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5383,84,222,267,0,258,"","","Certification not required",0,8.81997,7.217469,61,"2013-09-12 06:00",57.3,"2013-12-12 06:00",50.2,"2013-09-12 00:00",46.2,"2013-12-05 12:00","","","","",32.9,28.4,22.9,18.3,12.5,7.2,1.3,"Intermediate School 143","515 W 182nd St","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0115","88502",3,40.84955,-73.935649,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",222,83,222,267,0,0,"","","Certification not required",0,8.889189,6.123789,30.8,"2013-09-11 00:00",30,"2013-12-04 00:00",28.2,"2013-12-03 00:00",27.3,"2013-07-19 00:00","","","","",28.2,27.3,20.8,16.1,12.2,7.7,2.6,"Intermediate School 143","515 W 182nd St","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68101",1,40.73,-73.98446,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,9,"","","Certification not required",50,0.250893,0.380551,2.2,"2013-09-22 00:00",2,"2013-06-18 00:00",1.4,"2013-07-09 00:00",1.2,"2013-06-09 00:00","","","","",2,1.4,1.2,0.6,0.2,0.1,0.05,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68101",3,40.73,-73.98446,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",119,98,119,122,0,2,"","","Certification not required",48,0.140336,0.095064,0.4,"2013-09-28 00:00",0.3,"2013-01-04 00:00",0.3,"2013-02-21 00:00",0.3,"2013-04-25 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.1,0.05,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68102",1,40.73,-73.98446,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,3,"","","Certification not required",0,23.973214,0.162182,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68102",3,40.73,-73.98446,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",119,98,119,122,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68103",1,40.73,-73.98446,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,3,"","","Certification not required",0,10.209821,9.575898,28.6,"2013-07-18 00:00",26.5,"2013-07-06 00:00",26.4,"2013-07-15 00:00",25.5,"2013-07-21 00:00","","","","",26.5,26.4,24.3,22,19.2,11.6,-2.1,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68103",3,40.73,-73.98446,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,2,"","","Certification not required",0,9.887395,9.480565,28.5,"2013-07-18 00:00",26.4,"2013-07-15 00:00",26.2,"2013-07-06 00:00",25.4,"2013-07-21 00:00","","","","",26.4,26.2,24.1,21.7,18.7,10.9,-2.9,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68104",1,40.73,-73.98446,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,3,"","","Certification not required",0,15.244118,9.685312,33.5,"2013-07-18 00:00",31.8,"2013-07-15 00:00",31.5,"2013-07-06 00:00",29.2,"2013-06-24 00:00","","","","",31.8,31.5,28.2,26.4,24,17.1,2.4,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0128","68104",3,40.73,-73.98446,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,1,"","","Certification not required",0,14.835455,9.468301,33.4,"2013-07-18 00:00",31.8,"2013-07-15 00:00",31.4,"2013-07-06 00:00",29.1,"2013-06-24 00:00","","","","",31.8,31.4,28,26.2,23.6,15.9,2.5,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0128","68105",1,40.73,-73.98446,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,3,"","","Certification not required",0,18.991964,10.421073,38.4,"2013-07-18 00:00",37.2,"2013-07-15 00:00",36.9,"2013-06-24 00:00",36.6,"2013-07-06 00:00","","","","",37.2,36.9,32.7,31.2,29,18.9,5.1,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68105",3,40.73,-73.98446,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,2,"","","Certification not required",0,18.487395,10.21611,38.3,"2013-07-18 00:00",36.7,"2013-06-24 00:00",36.6,"2013-07-15 00:00",36.5,"2013-07-06 00:00","","","","",36.7,36.6,32.6,30.9,27.8,18.7,4.8,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68106",1,40.73,-73.98446,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,3,"","","Certification not required",0,762.254902,5.518082,776,"2013-04-22 00:00",774,"2013-11-21 00:00",774,"2013-11-30 00:00",773,"2013-05-01 00:00","","","","",774,774,770,769,766,762,756,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0128","68106",3,40.73,-73.98446,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,1,"","","Certification not required",0,760.072727,5.431321,774,"2013-04-22 00:00",772,"2013-11-21 00:00",772,"2013-11-30 00:00",770,"2013-05-01 00:00","","","","",772,772,769,767,763,760,754,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0128","68107",1,40.73,-73.98446,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,3,"","","Certification not required",0,765.901786,5.294838,781,"2013-11-30 00:00",780,"2013-04-22 00:00",778,"2013-11-21 00:00",776,"2013-01-10 00:00","","","","",780,778,773,772,769,766,759,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68107",3,40.73,-73.98446,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,2,"","","Certification not required",0,763.798319,5.303628,779,"2013-11-30 00:00",778,"2013-04-22 00:00",776,"2013-11-21 00:00",774,"2013-01-10 00:00","","","","",778,776,771,770,767,764,757,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68108",1,40.73,-73.98446,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,3,"","","Certification not required",0,769.3125,5.226459,785,"2013-11-30 00:00",783,"2013-04-22 00:00",781,"2013-11-21 00:00",780,"2013-01-10 00:00","","","","",783,781,778,776,774,769,763,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68108",3,40.73,-73.98446,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,2,"","","Certification not required",0,767.260504,5.28423,783,"2013-11-30 00:00",781,"2013-04-22 00:00",779,"2013-11-21 00:00",778,"2013-01-10 00:00","","","","",781,779,776,774,771,767,761,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68109",1,40.73,-73.98446,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,3,"","","Certification not required",0,1438.544643,9.409491,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","68109",3,40.73,-73.98446,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",119,98,119,122,0,2,"","","Certification not required",0,1439.865546,0.342582,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","85101",1,40.73,-73.98446,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",78,64,78,122,0,2,"","","Certification not required",1,19.025641,8.508169,46,"2013-12-03 00:00",40,"2013-02-15 00:00",38,"2013-05-22 00:00",38,"2013-11-15 00:00","","","","",46,40,38,29,23,17,9,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","88101",1,40.73,-73.98446,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,0,0,"Certification not required",0,11.225664,5.563895,32.4,"2013-12-03 00:00",28.4,"2013-01-28 00:00",26.3,"2013-02-15 00:00",23.9,"2013-10-04 00:00","","","","",28.4,26.3,21.7,18.9,13.8,10.2,5.8,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","88101",1,40.73,-73.98446,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,11.225664,5.563895,32.4,"2013-12-03 00:00",28.4,"2013-01-28 00:00",26.3,"2013-02-15 00:00",23.9,"2013-10-04 00:00","","","","",28.4,26.3,21.7,18.9,13.8,10.2,5.8,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","88501",3,40.73,-73.98446,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6840,78,279,365,0,120,"","","Certification not required",0,11.643713,6.105243,52.6,"2013-01-27 06:00",46.7,"2013-12-05 10:00",44.8,"2013-12-05 09:00",42,"2013-12-05 08:00","","","","",30.6,27.5,23.3,19.7,14.9,10.6,4.9,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","88501",3,40.73,-73.98446,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",279,76,279,365,0,0,"","","Certification not required",0,11.606452,4.68239,29.9,"2013-07-19 00:00",27.3,"2013-09-11 00:00",27.1,"2013-01-29 00:00",26.7,"2013-12-04 00:00","","","","",27.1,23.6,20.2,17.7,14.6,10.9,6.4,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","88502",3,40.73,-73.98446,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5330,61,215,365,0,1630,"","","Certification not required",0,9.546154,7.115534,51.3,"2013-12-05 10:00",49.2,"2013-12-05 09:00",48.4,"2013-01-09 07:00",47.3,"2013-01-09 08:00","","","","",30.7,27.4,22.9,19.1,13.5,8.4,1.5,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0128","88502",3,40.73,-73.98446,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",215,59,215,365,0,0,"","","Certification not required",0,9.427907,5.726693,29,"2013-12-04 00:00",28.6,"2013-07-19 00:00",26.5,"2013-09-11 00:00",26.1,"2013-12-02 00:00","","","","",26.5,25.5,20.8,17.1,12.7,8.4,3,"PS 19","PS 19 185 1ST AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68101",1,40.71436,-73.99518,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",104,85,104,122,0,11,"","","Certification not required",39,0.187981,0.16495,0.8,"2013-01-22 00:00",0.6,"2013-04-25 00:00",0.6,"2013-04-28 00:00",0.6,"2013-05-04 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.1,0.05,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68101",3,40.71436,-73.99518,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",116,95,116,122,0,4,"","","Certification not required",26,0.266379,0.177271,1,"2013-12-09 00:00",0.6,"2013-07-18 00:00",0.6,"2013-07-21 00:00",0.6,"2013-07-30 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68102",1,40.71436,-73.99518,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",104,85,104,122,0,11,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68102",3,40.71436,-73.99518,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,4,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68103",1,40.71436,-73.99518,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,11,"","","Certification not required",0,7.744231,8.723863,25.4,"2013-07-06 00:00",23.6,"2013-09-01 00:00",22.7,"2013-08-23 00:00",21.9,"2013-08-29 00:00","","","","",23.6,22.7,21.4,20.3,14.6,6.8,-3.4,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68103",3,40.71436,-73.99518,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,4,"","","Certification not required",0,9.631034,9.296979,27.8,"2013-07-18 00:00",25.4,"2013-07-21 00:00",25.1,"2013-07-06 00:00",23.4,"2013-09-01 00:00","","","","",25.4,25.1,23.2,21.5,18.6,10.5,-2.6,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68103",5,40.71436,-73.99518,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,11.812,8.949051,28.4,"2013-07-18 00:00",26.2,"2013-07-15 00:00",25.7,"2013-07-21 00:00",25.6,"2013-07-06 00:00","","","","",28.4,26.2,24.7,23.4,19.9,13.4,0.2,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","68104",1,40.71436,-73.99518,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",94,77,94,122,0,11,"","","Certification not required",0,12.653191,8.880772,31.3,"2013-07-06 00:00",26.5,"2013-08-20 00:00",26.3,"2013-09-01 00:00",26,"2013-08-02 00:00","","","","",31.3,26.5,25.5,24.4,20.8,13.1,1.9,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0134","68104",3,40.71436,-73.99518,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",109,89,109,122,0,1,"","","Certification not required",0,14.338532,9.351648,33.3,"2013-07-18 00:00",30.8,"2013-07-06 00:00",28.4,"2013-06-24 00:00",27.9,"2013-07-21 00:00","","","","",30.8,28.4,26.3,25.7,23,15.4,2.1,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0134","68104",5,40.71436,-73.99518,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,20.164,10.131993,39.9,"2013-07-18 00:00",37.9,"2013-07-06 00:00",37,"2013-07-15 00:00",36.7,"2013-06-24 00:00","","","","",39.9,37.9,34.8,32.4,28.9,21.3,6.2,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","68105",1,40.71436,-73.99518,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,11,"","","Certification not required",0,16.390385,9.620523,37.3,"2013-07-06 00:00",33.1,"2013-08-20 00:00",32.6,"2013-08-02 00:00",31.5,"2013-08-11 00:00","","","","",33.1,32.6,30.9,29.9,25.4,16.6,4.2,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68105",3,40.71436,-73.99518,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,4,"","","Certification not required",0,18.511207,10.096842,39.4,"2013-07-18 00:00",37.7,"2013-07-06 00:00",36.4,"2013-06-24 00:00",33.3,"2013-07-09 00:00","","","","",37.7,36.4,32.4,30.4,28,18.8,4.4,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68105",5,40.71436,-73.99518,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,15.642,9.355711,33.8,"2013-07-18 00:00",32,"2013-07-15 00:00",31.3,"2013-07-06 00:00",29.3,"2013-05-31 00:00","","","","",33.8,32,28.7,26.5,23.9,16.8,2.7,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","68106",1,40.71436,-73.99518,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,77,94,122,0,11,"","","Certification not required",0,761.521277,5.631571,775,"2013-04-22 00:00",773,"2013-11-21 00:00",773,"2013-11-30 00:00",772,"2013-05-01 00:00","","","","",775,773,770,769,765,762,755,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0134","68106",3,40.71436,-73.99518,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,89,109,122,0,1,"","","Certification not required",0,755.733945,5.456295,770,"2013-04-22 00:00",768,"2013-11-21 00:00",767,"2013-11-30 00:00",766,"2013-05-01 00:00","","","","",768,767,764,763,759,756,749,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","061","0134","68106",5,40.71436,-73.99518,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,751.8,5.041244,761,"2013-05-04 00:00",761,"2013-06-21 00:00",760,"2013-04-22 00:00",760,"2013-07-15 00:00","","","","",761,761,760,758,755,752,746,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","68107",1,40.71436,-73.99518,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,11,"","","Certification not required",0,765.221154,5.441582,780,"2013-11-30 00:00",779,"2013-04-22 00:00",778,"2013-11-21 00:00",775,"2013-01-10 00:00","","","","",779,778,773,771,768,765,759,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68107",3,40.71436,-73.99518,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,4,"","","Certification not required",0,759.396552,5.250059,775,"2013-11-30 00:00",773,"2013-04-22 00:00",772,"2013-11-21 00:00",770,"2013-01-10 00:00","","","","",773,772,767,766,763,759,753,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68107",5,40.71436,-73.99518,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,757.46,4.538099,771,"2013-04-22 00:00",767,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-11-06 00:00","","","","",771,767,764,763,761,758,752,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","68108",1,40.71436,-73.99518,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,11,"","","Certification not required",0,768.807692,5.241872,784,"2013-11-30 00:00",781,"2013-04-22 00:00",780,"2013-11-21 00:00",778,"2013-01-10 00:00","","","","",781,780,777,775,773,769,762,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68108",3,40.71436,-73.99518,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,4,"","","Certification not required",0,762.887931,5.168082,779,"2013-11-30 00:00",776,"2013-04-22 00:00",775,"2013-11-21 00:00",773,"2013-01-10 00:00","","","","",776,775,772,769,767,763,757,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68108",5,40.71436,-73.99518,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,754.46,4.617534,765,"2013-04-22 00:00",764,"2013-01-10 00:00",762,"2013-10-13 00:00",761,"2013-05-04 00:00","","","","",765,764,761,760,757,755,749,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","68109",1,40.71436,-73.99518,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",104,85,104,122,0,11,"","","Certification not required",0,1439.75,0.772714,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","68109",3,40.71436,-73.99518,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",116,95,116,122,0,4,"","","Certification not required",0,1439.905172,0.294248,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","85101",1,40.71436,-73.99518,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",77,63,77,122,0,3,"","","Certification not required",0,18.025974,8.658695,47,"2013-12-03 00:00",39,"2013-02-15 00:00",38,"2013-05-22 00:00",37,"2013-04-10 00:00","","","","",47,39,37,30,22,16,9,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88101",1,40.71436,-73.99518,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,0,0,"Certification not required",0,9.559615,5.245016,32.2,"2013-12-03 00:00",25.3,"2013-01-28 00:00",25,"2013-02-15 00:00",21.5,"2013-10-04 00:00","","","","",25.3,25,19.7,16.5,11.7,7.8,4.9,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88101",1,40.71436,-73.99518,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,"","","Certification not required",0,9.559615,5.245016,32.2,"2013-12-03 00:00",25.3,"2013-01-28 00:00",25,"2013-02-15 00:00",21.5,"2013-10-04 00:00","","","","",25.3,25,19.7,16.5,11.7,7.8,4.9,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88102",5,40.71436,-73.99518,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",89,0.021765,0.008657,0.061,"2013-02-03 00:00",0.061,"2013-10-25 00:00",0.053,"2013-06-21 00:00",0.039,"2013-06-27 00:00","","","","",0.061,0.061,0.038,0.028,0.026,0.0195,0.014,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88103",5,40.71436,-73.99518,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00047,0.000822,0.004,"2013-07-09 00:00",0.003,"2013-10-19 00:00",0.002,"2013-02-09 00:00",0.002,"2013-03-29 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88104",5,40.71436,-73.99518,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",68,0.020375,0.026395,0.168,"2013-07-15 00:00",0.158,"2013-07-03 00:00",0.078,"2013-02-06 00:00",0.074,"2013-08-02 00:00","","","","",0.168,0.158,0.07,0.052,0.026,0.0115,0.0065,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88107",5,40.71436,-73.99518,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",99,0.006501,0.005897,0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88109",5,40.71436,-73.99518,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",23,0.00302,0.001974,0.0124,"2013-01-28 00:00",0.0081,"2013-02-03 00:00",0.0073,"2013-05-31 00:00",0.0069,"2013-02-06 00:00","","","","",0.0124,0.0081,0.0063,0.0054,0.0041,0.0028,0.0009,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88110",5,40.71436,-73.99518,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00192,0.004369,0.019,"2013-06-24 00:00",0.019,"2013-09-07 00:00",0.015,"2013-02-16 00:00",0.014,"2013-05-07 00:00","","","","",0.019,0.019,0.014,0.008,0.001,0,0,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88111",5,40.71436,-73.99518,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",7,0.032746,0.025207,0.165,"2013-10-01 00:00",0.121,"2013-01-25 00:00",0.104,"2013-04-01 00:00",0.0814,"2013-02-18 00:00","","","","",0.165,0.121,0.078,0.06,0.0433,0.0272,0.0079,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88112",5,40.71436,-73.99518,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00613,0.014355,0.084,"2013-09-22 00:00",0.074,"2013-10-01 00:00",0.057,"2013-10-10 00:00",0.053,"2013-02-06 00:00","","","","",0.084,0.074,0.043,0.009,0.004,0.002,0,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88113",5,40.71436,-73.99518,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",82,0.000851,0.000395,0.0022,"2013-02-06 00:00",0.0021,"2013-02-24 00:00",0.002,"2013-06-18 00:00",0.0019,"2013-04-10 00:00","","","","",0.0022,0.0021,0.0018,0.0015,0.0007,0.0007,0.00055,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88114",5,40.71436,-73.99518,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",30,0.003637,0.002591,0.012,"2013-08-20 00:00",0.0114,"2013-02-06 00:00",0.0095,"2013-01-25 00:00",0.009,"2013-05-16 00:00","","","","",0.012,0.0114,0.0088,0.0076,0.005,0.0032,0.00095,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88115",5,40.71436,-73.99518,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",44,0.022924,0.063097,0.57,"2013-03-11 00:00",0.225,"2013-05-04 00:00",0.122,"2013-10-13 00:00",0.099,"2013-04-07 00:00","","","","",0.57,0.225,0.0963,0.0425,0.0182,0.006,0.0039,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88117",5,40.71436,-73.99518,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.006337,0.009382,0.0435,"2013-02-18 00:00",0.0435,"2013-07-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88118",5,40.71436,-73.99518,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.008122,0.005895,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.0055,0.0055,0.0041,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88126",5,40.71436,-73.99518,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.11501,0.054409,0.31,"2013-02-06 00:00",0.258,"2013-04-10 00:00",0.255,"2013-05-22 00:00",0.243,"2013-06-18 00:00","","","","",0.31,0.258,0.243,0.19,0.135,0.104,0.0649,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88128",5,40.71436,-73.99518,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00181,0.002711,0.017,"2013-06-09 00:00",0.011,"2013-01-25 00:00",0.008,"2013-10-04 00:00",0.007,"2013-01-04 00:00","","","","",0.017,0.011,0.007,0.005,0.003,0.001,0,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88131",5,40.71436,-73.99518,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.00972,0.003467,0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-12 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88132",5,40.71436,-73.99518,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00189,0.00147,0.006,"2013-02-06 00:00",0.006,"2013-04-10 00:00",0.006,"2013-10-01 00:00",0.005,"2013-07-15 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.002,0,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88136",5,40.71436,-73.99518,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.00307,0.002746,0.023,"2013-02-06 00:00",0.008,"2013-01-28 00:00",0.007,"2013-01-25 00:00",0.006,"2013-01-13 00:00","","","","",0.023,0.008,0.006,0.006,0.004,0.003,0.001,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88140",5,40.71436,-73.99518,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",84,0.009682,0.009272,0.07,"2013-03-11 00:00",0.054,"2013-05-04 00:00",0.038,"2013-08-05 00:00",0.027,"2013-10-04 00:00","","","","",0.07,0.054,0.026,0.018,0.009,0.006,0.00475,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88152",5,40.71436,-73.99518,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.005886,0.00161,0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-16 00:00",0.008,"2013-02-21 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88154",5,40.71436,-73.99518,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.001067,0.000361,0.0033,"2013-08-26 00:00",0.0015,"2013-05-07 00:00",0.0015,"2013-07-24 00:00",0.0014,"2013-02-16 00:00","","","","",0.0033,0.0015,0.0013,0.0013,0.0013,0.00125,0.00065,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88160",5,40.71436,-73.99518,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.01302,0.004701,0.037,"2013-07-09 00:00",0.028,"2013-06-09 00:00",0.021,"2013-02-27 00:00",0.021,"2013-08-11 00:00","","","","",0.037,0.028,0.0185,0.018,0.016,0.01,0.01,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88161",5,40.71436,-73.99518,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",83,0.003237,0.002282,0.0173,"2013-07-15 00:00",0.0106,"2013-04-10 00:00",0.0091,"2013-10-01 00:00",0.009,"2013-07-03 00:00","","","","",0.0173,0.0106,0.0085,0.0058,0.00265,0.0025,0.0021,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88164",5,40.71436,-73.99518,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",87,0.002013,0.001115,0.0076,"2013-06-24 00:00",0.007,"2013-05-28 00:00",0.0056,"2013-06-27 00:00",0.0055,"2013-01-28 00:00","","","","",0.0076,0.007,0.0049,0.0029,0.0019,0.0016,0.0015,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88165",5,40.71436,-73.99518,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",4,0.055642,0.059152,0.441,"2013-07-15 00:00",0.339,"2013-07-03 00:00",0.199,"2013-06-24 00:00",0.14,"2013-06-27 00:00","","","","",0.441,0.339,0.134,0.106,0.0634,0.0373,0.019,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88166",5,40.71436,-73.99518,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.008252,0.005014,0.019,"2013-01-25 00:00",0.019,"2013-03-05 00:00",0.019,"2013-06-12 00:00",0.019,"2013-11-12 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88167",5,40.71436,-73.99518,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",2,0.014493,0.013704,0.102,"2013-01-25 00:00",0.0526,"2013-01-16 00:00",0.0518,"2013-04-01 00:00",0.0448,"2013-02-06 00:00","","","","",0.102,0.0526,0.0396,0.0285,0.0179,0.0108,0.0044,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88168",5,40.71436,-73.99518,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",96,0.001346,0.000832,0.0069,"2013-09-01 00:00",0.0063,"2013-02-21 00:00",0.0028,"2013-07-03 00:00",0.0018,"2013-06-09 00:00","","","","",0.0069,0.0063,0.00175,0.00175,0.00155,0.00115,0.00085,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88169",5,40.71436,-73.99518,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.66096,0.41625,2.19,"2013-07-09 00:00",1.75,"2013-09-10 00:00",1.67,"2013-01-28 00:00",1.56,"2013-07-18 00:00","","","","",2.19,1.75,1.55,1.19,0.905,0.513,0.25,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88176",5,40.71436,-73.99518,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",100,0.000977,0.000216,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-12 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88180",5,40.71436,-73.99518,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.040085,0.023711,0.159,"2013-07-06 00:00",0.128,"2013-07-03 00:00",0.0931,"2013-06-15 00:00",0.093,"2013-01-28 00:00","","","","",0.159,0.128,0.082,0.0692,0.0515,0.0325,0.019,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88184",5,40.71436,-73.99518,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",38,0.085755,0.103978,0.682,"2013-03-11 00:00",0.516,"2013-05-04 00:00",0.349,"2013-04-16 00:00",0.3,"2013-04-19 00:00","","","","",0.682,0.516,0.27,0.199,0.097,0.051,0.0155,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88185",5,40.71436,-73.99518,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",97,0.00367,0.003847,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-12 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88301",5,40.71436,-73.99518,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.802795,0.722773,3.45,"2013-02-16 00:00",3.37,"2013-01-28 00:00",2.87,"2013-02-06 00:00",2.82,"2013-02-03 00:00","","","","",3.45,3.37,2.39,1.85,1.16,0.543,0.156,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88302",5,40.71436,-73.99518,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",1,0.113239,0.116331,0.747,"2013-03-11 00:00",0.573,"2013-05-04 00:00",0.53,"2013-04-07 00:00",0.34,"2013-04-19 00:00","","","","",0.747,0.573,0.33,0.232,0.142,0.071,0.0295,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88303",5,40.71436,-73.99518,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",35,0.031006,0.023863,0.122,"2013-01-28 00:00",0.1,"2013-04-07 00:00",0.094,"2013-05-16 00:00",0.092,"2013-07-06 00:00","","","","",0.122,0.1,0.0829,0.064,0.044,0.026,0.012,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88306",5,40.71436,-73.99518,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.43884,1.459831,8.11,"2013-02-16 00:00",7.06,"2013-01-28 00:00",6.24,"2013-02-03 00:00",6.03,"2013-02-06 00:00","","","","",8.11,7.06,3.93,3.03,1.74,0.89,0.39,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88355",5,40.71436,-73.99518,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,3.020353,1.104929,6.65,"2013-10-04 00:00",5.84,"2013-05-22 00:00",5.49,"2013-05-31 00:00",5.45,"2013-07-18 00:00","","","","",6.65,5.84,5.23,4.67,3.6,2.77,1.89,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88357",5,40.71436,-73.99518,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.738176,0.387519,2.63,"2013-06-27 00:00",1.6,"2013-05-16 00:00",1.51,"2013-08-20 00:00",1.5,"2013-06-18 00:00","","","","",2.63,1.6,1.47,1.26,0.874,0.656,0.352,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88370",5,40.71436,-73.99518,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,2.687882,0.949168,5.36,"2013-10-04 00:00",5.19,"2013-05-31 00:00",5.17,"2013-05-22 00:00",4.91,"2013-06-15 00:00","","","","",5.36,5.19,4.79,3.98,3.1,2.48,1.62,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88374",5,40.71436,-73.99518,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.294259,0.164351,0.904,"2013-07-18 00:00",0.834,"2013-05-22 00:00",0.67,"2013-04-10 00:00",0.633,"2013-08-17 00:00","","","","",0.904,0.834,0.557,0.502,0.385,0.253,0.114,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88375",5,40.71436,-73.99518,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.729882,0.311393,1.84,"2013-10-04 00:00",1.57,"2013-05-31 00:00",1.33,"2013-05-22 00:00",1.32,"2013-06-27 00:00","","","","",1.84,1.57,1.24,1.19,0.943,0.667,0.387,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88376",5,40.71436,-73.99518,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.901329,0.317036,2.17,"2013-06-15 00:00",1.79,"2013-10-04 00:00",1.75,"2013-06-09 00:00",1.62,"2013-05-22 00:00","","","","",2.17,1.79,1.37,1.29,1.03,0.831,0.556,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88377",5,40.71436,-73.99518,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.551671,0.223457,1.18,"2013-10-04 00:00",1.16,"2013-02-15 00:00",1.01,"2013-05-22 00:00",1,"2013-07-18 00:00","","","","",1.18,1.16,0.994,0.868,0.671,0.527,0.29,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88378",5,40.71436,-73.99518,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",12,0.210294,0.173224,1.11,"2013-05-31 00:00",0.84,"2013-06-27 00:00",0.492,"2013-07-06 00:00",0.44,"2013-06-21 00:00","","","","",1.11,0.84,0.41,0.379,0.277,0.203,0.001,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88380",5,40.71436,-73.99518,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,1.071118,0.511579,2.76,"2013-10-04 00:00",2.26,"2013-05-16 00:00",2.21,"2013-08-20 00:00",2.12,"2013-06-18 00:00","","","","",2.76,2.26,1.96,1.79,1.33,0.95,0.483,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88383",5,40.71436,-73.99518,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,1.236529,0.535393,2.8,"2013-05-31 00:00",2.7,"2013-10-04 00:00",2.58,"2013-06-27 00:00",2.35,"2013-08-20 00:00","","","","",2.8,2.7,2.27,2.08,1.53,1.12,0.658,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88384",5,40.71436,-73.99518,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.044593,0.020533,0.104,"2013-07-24 00:00",0.1,"2013-08-23 00:00",0.0877,"2013-10-01 00:00",0.0863,"2013-07-18 00:00","","","","",0.104,0.1,0.0839,0.0738,0.0565,0.0411,0.0227,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88385",5,40.71436,-73.99518,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",81,0.001241,0.001427,0.0128,"2013-04-13 00:00",0.00664,"2013-05-31 00:00",0.00287,"2013-09-04 00:00",0.00221,"2013-10-04 00:00","","","","",0.0128,0.00664,0.001,0.001,0.001,0.001,0.001,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88388",5,40.71436,-73.99518,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,21,"","","Certification not required",0,0.543271,0.278257,1.4,"2013-05-31 00:00",1.3,"2013-10-04 00:00",1.25,"2013-07-09 00:00",1.14,"2013-07-18 00:00","","","","",1.4,1.3,1.05,0.877,0.698,0.51,0.208,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88403",5,40.71436,-73.99518,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.78477,1.103832,5.74,"2013-07-09 00:00",4.74,"2013-01-28 00:00",4.36,"2013-09-10 00:00",4.24,"2013-05-22 00:00","","","","",5.74,4.74,4.21,3.32,2.37,1.44,0.75,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0134","88501",3,40.71436,-73.99518,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6743,77,277,365,0,831,"","","Certification not required",0,10.352736,5.814735,54.4,"2013-12-05 09:00",48.2,"2013-01-29 09:00",47.1,"2013-07-06 18:00",40.8,"2013-12-05 08:00","","","","",29.5,26.3,22,18.1,12.9,9.1,4.5,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88501",3,40.71436,-73.99518,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",277,76,277,365,0,0,"","","Certification not required",0,10.318412,4.354956,27.8,"2013-12-04 00:00",26.8,"2013-09-11 00:00",24.5,"2013-05-29 00:00",24.2,"2013-12-03 00:00","","","","",24.5,22.6,19.4,16.4,12.5,9.2,5.8,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88502",3,40.71436,-73.99518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6541,75,268,365,0,1033,"","","Certification not required",0,9.371059,6.664275,59.9,"2013-12-05 09:00",54.2,"2013-01-29 09:00",47.7,"2013-07-06 18:00",44.8,"2013-12-05 08:00","","","","",30.2,26.9,22.1,18.3,12.5,8.2,2.3,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88502",3,40.71436,-73.99518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,9.383582,5.109911,30.2,"2013-12-04 00:00",26.2,"2013-12-03 00:00",25.9,"2013-09-11 00:00",25.7,"2013-01-29 00:00","","","","",25.9,24.3,19.4,16.6,12.1,8.3,4.1,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0134","88502",5,40.71436,-73.99518,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,100,53,61,0,6,"","","Certification not required",0,11.007,5.28914,26,"2013-02-06 00:00",25.8,"2013-01-28 00:00",25.8,"2013-02-16 00:00",23.3,"2013-05-22 00:00","","","","",26,25.8,22.1,18,14.3,9.5,5.4,"DIVISION STREET","40 DIVISION STREET, PS 124","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","061","0135","42101",1,40.81976,-73.94825,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8432,96,350,365,0,322,0,0,"Certification not required",6269,0.3485,0.183101,1.8,"2013-12-20 03:00",1.8,"2013-12-20 04:00",1.6,"2013-01-09 07:00",1.6,"2013-02-11 10:00","","","","",0.9,0.8,0.7,0.6,0.5,0.25,0.25,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","42101",1,40.81976,-73.94825,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8431,96,348,365,0,0,0,0,"Certification not required",0,0.379303,0.146642,1.5,"2013-12-20 08:00",1.5,"2013-12-20 09:00",1.4,"2013-12-20 07:00",1.4,"2013-12-20 10:00",1.5,"2013-12-20 08:00",1.2,"2013-06-10 02:00",0.9,0.8,0.7,0.6,0.4,0.3,0.3,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","44201",1,40.81976,-73.94825,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8553,98,209,214,0,201,0,0,"Certification not required",967,0.042746,0.013059,0.094,"2013-07-17 15:00",0.082,"2013-09-11 13:00",0.08,"2013-08-21 14:00",0.071,"2013-06-25 11:00","","","","",0.08,0.069,0.064,0.06,0.052,0.042,0.032,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","44201",1,40.81976,-73.94825,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8579,97,207,214,0,0,0,0,"Certification not required",0,0.036232,0.011239,0.073,"2013-07-17 11:00",0.069,"2013-08-21 10:00",0.063,"2013-07-19 10:00",0.062,"2013-05-30 11:00","","","","",0.063,0.058,0.055,0.051,0.045,0.036,0.028,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","44201",1,40.81976,-73.94825,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8579,97,207,214,0,0,0,0,"Certification not required",0,0.036232,0.011239,0.073,"2013-07-17 11:00",0.069,"2013-08-21 10:00",0.063,"2013-07-19 10:00",0.062,"2013-05-30 11:00","","","","",0.063,0.058,0.055,0.051,0.045,0.036,0.028,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","88501",3,40.81976,-73.94825,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7882,90,328,365,0,152,"","","Certification not required",0,9.325679,4.990768,55.4,"2013-07-04 21:00",40.1,"2013-12-05 11:00",38.6,"2013-01-09 07:00",38.6,"2013-12-02 16:00","","","","",26.9,23.4,18.9,15.8,11.4,8.2,4.5,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","88501",3,40.81976,-73.94825,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,0,"","","Certification not required",0,9.287195,4.051566,28.5,"2013-07-19 00:00",27.7,"2013-09-11 00:00",25.2,"2013-12-02 00:00",24.9,"2013-12-04 00:00","","","","",24.9,21.4,16.9,14.5,11.1,8.2,5.5,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","88502",3,40.81976,-73.94825,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7601,87,312,365,0,433,"","","Certification not required",0,8.19825,5.695203,57,"2013-07-04 21:00",51.9,"2013-12-02 14:00",44.8,"2013-01-09 07:00",43.9,"2013-12-05 11:00","","","","",27.7,24.3,19.1,15.5,10.7,7,2.4,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","061","0135","88502",3,40.81976,-73.94825,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,"","","Certification not required",0,8.270192,4.658261,28.4,"2013-12-02 00:00",27.1,"2013-07-19 00:00",27,"2013-12-04 00:00",26.9,"2013-09-11 00:00","","","","",26.9,23.1,16.6,14.3,10.5,7.1,3.6,"CCNY","160 CONVENT AVENUE","New York","New York","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","063","1006","44201",1,43.22386,-78.47888,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5435,99,212,214,0,119,0,0,"Certification not required",70,0.044132,0.01137,0.075,"2013-09-10 15:00",0.071,"2013-09-11 17:00",0.07,"2013-05-02 15:00",0.07,"2013-06-22 14:00","","","","",0.07,0.068,0.066,0.059,0.052,0.044,0.033,"MIDDLEPORT","MIDDLEPORT STP, 3825 NORTH HARTLAND RD","New York","Niagara","Middleport","Buffalo-Niagara Falls, NY","2013-12-24" +"36","063","1006","44201",1,43.22386,-78.47888,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5447,99,211,214,0,0,0,0,"Certification not required",0,0.039886,0.01105,0.071,"2013-09-10 13:00",0.067,"2013-09-11 13:00",0.066,"2013-06-22 11:00",0.065,"2013-05-02 10:00","","","","",0.066,0.064,0.06,0.054,0.047,0.04,0.029,"MIDDLEPORT","MIDDLEPORT STP, 3825 NORTH HARTLAND RD","New York","Niagara","Middleport","Buffalo-Niagara Falls, NY","2013-12-24" +"36","063","1006","44201",1,43.22386,-78.47888,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5447,99,211,214,0,0,0,0,"Certification not required",0,0.039886,0.01105,0.071,"2013-09-10 13:00",0.067,"2013-09-11 13:00",0.066,"2013-06-22 11:00",0.065,"2013-05-02 10:00","","","","",0.066,0.064,0.06,0.054,0.047,0.04,0.029,"MIDDLEPORT","MIDDLEPORT STP, 3825 NORTH HARTLAND RD","New York","Niagara","Middleport","Buffalo-Niagara Falls, NY","2013-12-24" +"36","063","2008","68101",1,43.08218,-79.00106,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",24,20,24,122,0,6,"","","Certification not required",4,0.4,0.319647,1.3,"2013-02-18 00:00",0.9,"2013-01-31 00:00",0.8,"2013-02-15 00:00",0.7,"2013-01-01 00:00","","","","",1.3,1.3,0.9,0.8,0.7,0.3,0.05,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-24" +"36","063","2008","68101",3,43.08218,-79.00106,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",26,21,26,122,0,0,"","","Certification not required",6,0.246154,0.179957,0.8,"2013-02-03 00:00",0.5,"2013-02-06 00:00",0.5,"2013-03-14 00:00",0.4,"2013-01-16 00:00","","","","",0.8,0.8,0.5,0.5,0.3,0.3,0.05,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68102",1,43.08218,-79.00106,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",24,20,24,122,0,6,"","","Certification not required",1,23,4.064694,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,23,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-24" +"36","063","2008","68102",3,43.08218,-79.00106,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",26,21,26,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68103",1,43.08218,-79.00106,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,70,23,33,0,6,"","","Certification not required",0,-3.895652,4.662469,7.2,"2013-01-13 00:00",2.6,"2013-01-19 00:00",1.1,"2013-01-10 00:00",1,"2013-03-26 00:00","","","","",7.2,7.2,2.6,1.1,-0.8,-3.5,-10.5,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68103",3,43.08218,-79.00106,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",26,21,26,122,0,0,"","","Certification not required",0,-4.057692,5.479575,6.8,"2013-01-13 00:00",6.6,"2013-03-11 00:00",2,"2013-01-19 00:00",0.9,"2013-01-10 00:00","","","","",6.8,6.8,6.6,2,-0.9,-3.5,-11.9,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68104",1,43.08218,-79.00106,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",24,73,24,33,0,6,"","","Certification not required",0,0.179167,4.523271,12.1,"2013-01-13 00:00",6.4,"2013-01-19 00:00",5.6,"2013-03-29 00:00",5.5,"2013-03-26 00:00","","","","",12.1,12.1,6.4,5.6,2.6,0.2,-5.9,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68104",3,43.08218,-79.00106,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",26,21,26,122,0,0,"","","Certification not required",0,-0.192308,5.695537,12.6,"2013-03-11 00:00",11.7,"2013-01-13 00:00",5.9,"2013-01-19 00:00",5.4,"2013-03-29 00:00","","","","",12.6,12.6,11.7,5.9,2.1,-0.2,-7.3,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68105",1,43.08218,-79.00106,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",23,70,23,33,0,6,"","","Certification not required",0,4.569565,5.468873,17.7,"2013-01-13 00:00",13.4,"2013-03-29 00:00",10.5,"2013-03-26 00:00",10.4,"2013-01-31 00:00","","","","",17.7,17.7,13.4,10.5,9.5,2.9,-2.3,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68105",3,43.08218,-79.00106,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",26,21,26,122,0,0,"","","Certification not required",0,5.503846,11.361918,50.8,"2013-01-31 00:00",19.8,"2013-03-11 00:00",17.3,"2013-01-13 00:00",12.8,"2013-03-29 00:00","","","","",50.8,50.8,19.8,17.3,8.9,2.2,-2.8,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68106",1,43.08218,-79.00106,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,70,23,33,0,6,"","","Certification not required",0,743.869565,6.398184,757,"2013-01-10 00:00",751,"2013-01-07 00:00",751,"2013-02-09 00:00",751,"2013-03-29 00:00","","","","",757,757,751,751,748,744,737,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68106",3,43.08218,-79.00106,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",26,21,26,122,0,0,"","","Certification not required",0,744.076923,6.065793,757,"2013-01-10 00:00",752,"2013-03-29 00:00",751,"2013-01-07 00:00",751,"2013-02-09 00:00","","","","",757,757,752,751,748,744,737,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68107",1,43.08218,-79.00106,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,70,23,33,0,6,"","","Certification not required",0,748.826087,5.49092,761,"2013-01-10 00:00",757,"2013-02-09 00:00",756,"2013-01-07 00:00",755,"2013-02-21 00:00","","","","",761,761,757,756,753,748,744,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68107",3,43.08218,-79.00106,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",26,21,26,122,0,0,"","","Certification not required",0,748.961538,5.667315,762,"2013-01-10 00:00",757,"2013-02-09 00:00",756,"2013-01-07 00:00",755,"2013-01-25 00:00","","","","",762,762,757,756,753,749,744,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68108",1,43.08218,-79.00106,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",23,70,23,33,0,6,"","","Certification not required",0,752.913043,5.392866,765,"2013-01-10 00:00",760,"2013-01-07 00:00",760,"2013-02-09 00:00",760,"2013-02-21 00:00","","","","",765,765,760,760,758,752,748,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68108",3,43.08218,-79.00106,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",26,21,26,122,0,0,"","","Certification not required",0,752.846154,5.654678,765,"2013-01-10 00:00",762,"2013-01-25 00:00",760,"2013-01-07 00:00",760,"2013-02-09 00:00","","","","",765,765,762,760,757,752,746,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","68109",1,43.08218,-79.00106,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",23,70,23,33,0,6,"","","Certification not required",0,1439.086957,2.592174,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1438,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-12-20" +"36","063","2008","68109",3,43.08218,-79.00106,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",26,21,26,122,0,0,"","","Certification not required",0,1439.153846,3.517866,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-15" +"36","063","2008","85101",1,43.08218,-79.00106,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",26,84,26,31,0,0,"","","Certification not required",1,10.846154,5.547557,27,"2013-01-16 00:00",19,"2013-01-22 00:00",18,"2013-01-28 00:00",16,"2013-03-26 00:00","","","","",27,27,19,18,14,11,4,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-07-16" +"36","063","2008","88101",1,43.08218,-79.00106,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,19,23,122,0,8,0,0,"Certification not required",0,8.204348,4.539071,19.1,"2013-02-06 00:00",15.3,"2013-02-03 00:00",15.2,"2013-03-14 00:00",14.9,"2013-01-28 00:00","","","","",19.1,19.1,15.3,15.2,11.5,6.5,4.3,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-11-01" +"36","063","2008","88101",1,43.08218,-79.00106,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",23,19,23,122,0,8,"","","Certification not required",0,8.204348,4.539071,19.1,"2013-02-06 00:00",15.3,"2013-02-03 00:00",15.2,"2013-03-14 00:00",14.9,"2013-01-28 00:00","","","","",19.1,19.1,15.3,15.2,11.5,6.5,4.3,"NIAGARA FALLS","FRONTIER AVE AT 55TH STREET","New York","Niagara","Niagara Falls","Buffalo-Niagara Falls, NY","2013-11-01" +"36","065","2001","88501",3,43.09892,-75.22506,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7969,91,331,365,0,71,"","","Certification not required",0,8.176572,5.387201,51.5,"2013-01-29 09:00",50.3,"2013-07-04 22:00",47,"2013-01-29 08:00",45.9,"2013-01-29 10:00","","","","",28.4,24.3,18.7,14.9,9.9,6.9,3.2,"UTICA HEALTH DEPT","406 ELIZABETH ST., Utica HEALTH Dept","New York","Oneida","Utica","Utica-Rome, NY","2014-02-07" +"36","065","2001","88501",3,43.09892,-75.22506,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,8.13565,3.781269,23.6,"2013-01-29 00:00",21.7,"2013-12-02 00:00",21.2,"2013-01-08 00:00",20.4,"2013-05-31 00:00","","","","",20.4,19.1,16,13.4,10.1,7.2,4.3,"UTICA HEALTH DEPT","406 ELIZABETH ST., Utica HEALTH Dept","New York","Oneida","Utica","Utica-Rome, NY","2014-02-07" +"36","065","2001","88502",3,43.09892,-75.22506,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7948,91,331,365,0,92,"","","Certification not required",0,6.630687,6.400859,57.8,"2013-01-29 09:00",52.7,"2013-01-29 08:00",51.6,"2013-01-29 10:00",51.3,"2013-07-04 22:00","","","","",30.5,25.5,18.6,14.2,9.1,5.3,0.3,"UTICA HEALTH DEPT","406 ELIZABETH ST., Utica HEALTH Dept","New York","Oneida","Utica","Utica-Rome, NY","2014-02-07" +"36","065","2001","88502",3,43.09892,-75.22506,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,6.583988,4.797052,26.8,"2013-01-29 00:00",25.5,"2013-01-08 00:00",23.4,"2013-12-02 00:00",21.7,"2013-01-09 00:00","","","","",21.7,18.5,15.9,13.4,9,5.8,1.6,"UTICA HEALTH DEPT","406 ELIZABETH ST., Utica HEALTH Dept","New York","Oneida","Utica","Utica-Rome, NY","2014-02-07" +"36","067","1015","42401",1,43.05235,-76.05921,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8131,93,340,365,0,471,0,"","Certification not required",0,1.523824,1.209106,7.9,"2013-03-05 06:00",6.4,"2013-01-15 09:00",5.1,"2013-02-24 18:00",5.1,"2013-04-05 23:00","","","","",5.1,4.9,4.1,3.3,2,1.2,0.3,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","42401",1,43.05235,-76.05921,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8131,93,340,365,0,471,"","","Certification not required",0,0.607096,0.646251,7.9,"2013-03-05 06:00",6.4,"2013-01-15 09:00",5.1,"2013-01-15 10:00",5.1,"2013-02-24 18:00","","","","",3.2,2.5,1.8,1.3,0.8,0.5,0,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","42401",1,43.05235,-76.05921,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",340,93,340,365,0,0,0,"","Certification not required",0,0.61,0.467359,2.6,"2013-12-19 00:00",2.5,"2013-01-06 00:00",2.2,"2013-12-20 00:00",2,"2013-02-25 00:00","","","","",2,1.9,1.5,1.2,0.8,0.6,0.1,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","42401",1,43.05235,-76.05921,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2670,91,340,365,0,0,"",0,"Certification not required",0,0.579139,0.592455,5,"2013-03-05 08:00",4.6,"2013-01-15 11:00",4.2,"2013-01-06 08:00",4.1,"2013-12-19 11:00","","","","",2.9,2.3,1.7,1.2,0.8,0.5,0,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","42401",5,43.05235,-76.05921,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",97559,93,340,365,0,5598,"","","Certification not required",0,0.608736,0.707005,11.3,"2013-02-03 22:10",10.5,"2013-02-03 22:15",10.4,"2013-01-15 09:55",9.5,"2013-01-15 09:50","","","","",3.5,2.6,1.8,1.3,0.8,0.5,0,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-10" +"36","067","1015","44201",1,43.05235,-76.05921,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8236,92,197,214,0,367,0,0,"Certification not required",504,0.043929,0.011635,0.077,"2013-06-22 13:00",0.072,"2013-06-21 14:00",0.071,"2013-08-20 12:00",0.069,"2013-05-15 17:00","","","","",0.072,0.069,0.066,0.06,0.052,0.045,0.038,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","44201",1,43.05235,-76.05921,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8257,91,195,214,0,0,0,0,"Certification not required",0,0.039867,0.011349,0.068,"2013-08-20 10:00",0.067,"2013-06-22 10:00",0.065,"2013-04-28 11:00",0.065,"2013-05-01 11:00","","","","",0.067,0.065,0.062,0.055,0.048,0.042,0.035,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","44201",1,43.05235,-76.05921,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8257,91,195,214,0,0,0,0,"Certification not required",0,0.039867,0.011349,0.068,"2013-08-20 10:00",0.067,"2013-06-22 10:00",0.065,"2013-04-28 11:00",0.065,"2013-05-01 11:00","","","","",0.067,0.065,0.062,0.055,0.048,0.042,0.035,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","61103",1,43.05235,-76.05921,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8177,93,332,365,0,426,"","","Certification not required",0,10.766406,91.226169,1941.7,"2013-08-24 14:00",1941.7,"2013-08-25 10:00",1941.7,"2013-08-25 11:00",1941.7,"2013-08-25 12:00","","","","",17.4,15.6,13,11.3,7.8,4.3,0.9,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","61104",1,43.05235,-76.05921,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8190,93,332,365,0,413,"","","Certification not required",0,197.749817,113.655555,359,"2013-05-29 15:00",359,"2013-05-30 10:00",359,"2013-07-11 17:00",359,"2013-07-12 19:00","","","","",357,355,346,333,299,216,17,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","61106",1,43.05235,-76.05921,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7054,81,291,365,0,1549,"","","Certification not required",0,18.157074,13.158954,80,"2013-03-13 18:00",79,"2013-05-21 18:00",77,"2013-05-04 13:00",77,"2013-07-31 17:00","","","","",66,61,49,35,21,14,7,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","62101",1,43.05235,-76.05921,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5686,65,235,365,0,2917,"","","Certification not required",0,56.530426,17.9159,94,"2013-07-19 15:00",94,"2013-07-19 16:00",93,"2013-07-19 14:00",93,"2013-07-19 17:00","","","","",88,86,82,77,70,60,30,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","62201",1,43.05235,-76.05921,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5684,65,235,365,0,857,"","","Certification not required",0,73.461823,16.94288,98,"2013-05-29 21:00",98,"2013-05-29 22:00",98,"2013-05-29 23:00",98,"2013-05-30 00:00","","","","",97,96,95,93,88,76,49,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","64101",1,43.05235,-76.05921,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8492,97,351,365,0,111,"","","Certification not required",0,1002.296514,7.347054,1028,"2013-11-29 23:00",1028,"2013-11-30 02:00",1028,"2013-11-30 03:00",1027,"2013-11-29 20:00","","","","",1020,1019,1014,1012,1007,1002,993,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68101",1,43.05235,-76.05921,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,93,113,122,0,6,"","","Certification not required",86,0.086726,0.079904,0.4,"2013-01-31 00:00",0.4,"2013-03-23 00:00",0.3,"2013-01-19 00:00",0.3,"2013-02-18 00:00","","","","",0.4,0.3,0.3,0.2,0.05,0.05,0.05,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68102",1,43.05235,-76.05921,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,93,113,122,0,6,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68103",1,43.05235,-76.05921,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,6,"","","Certification not required",0,4.722124,9.805444,25,"2013-07-18 00:00",21.6,"2013-07-15 00:00",21.5,"2013-07-06 00:00",21.4,"2013-08-08 00:00","","","","",21.6,21.5,20.7,17.7,11.9,4.2,-9.2,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68104",1,43.05235,-76.05921,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,6,"","","Certification not required",0,11.487379,10.181112,29.1,"2013-07-18 00:00",27.4,"2013-07-15 00:00",27.2,"2013-05-31 00:00",26.5,"2013-08-08 00:00","","","","",27.4,27.2,26,24.4,20,12.8,-3.4,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-01-09" +"36","067","1015","68105",1,43.05235,-76.05921,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,6,"","","Certification not required",0,16.150442,12.306612,42.4,"2013-04-19 00:00",37.6,"2013-08-08 00:00",36.1,"2013-09-01 00:00",35.7,"2013-08-29 00:00","","","","",37.6,36.1,34.3,32.6,25.9,16.5,0.1,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68106",1,43.05235,-76.05921,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,6,"","","Certification not required",0,746.339806,5.540499,762,"2013-01-10 00:00",758,"2013-05-01 00:00",757,"2013-01-07 00:00",755,"2013-03-08 00:00","","","","",758,757,754,753,749,746,740,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-01-09" +"36","067","1015","68107",1,43.05235,-76.05921,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,6,"","","Certification not required",0,750.247788,5.30756,770,"2013-01-10 00:00",764,"2013-01-07 00:00",762,"2013-11-30 00:00",760,"2013-05-01 00:00","","","","",764,762,759,756,754,750,744,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68108",1,43.05235,-76.05921,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,6,"","","Certification not required",0,753.690265,5.380321,772,"2013-01-10 00:00",769,"2013-11-30 00:00",768,"2013-01-07 00:00",764,"2013-11-03 00:00","","","","",769,768,763,761,757,753,747,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","68109",1,43.05235,-76.05921,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,93,113,122,0,6,"","","Certification not required",0,1439.663717,0.969265,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","88101",1,43.05235,-76.05921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,6.401754,3.878258,19.5,"2013-12-03 00:00",18,"2013-08-20 00:00",16.2,"2013-09-10 00:00",15.4,"2013-02-24 00:00","","","","",18,16.2,14.9,12,8,5.5,2.6,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","067","1015","88101",1,43.05235,-76.05921,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,6.401754,3.878258,19.5,"2013-12-03 00:00",18,"2013-08-20 00:00",16.2,"2013-09-10 00:00",15.4,"2013-02-24 00:00","","","","",18,16.2,14.9,12,8,5.5,2.6,"EAST SYRACUSE","5895 ENTERPRISE PARKWAY,","New York","Onondaga","East Syracuse","Syracuse, NY","2014-02-07" +"36","071","0002","68101",1,41.49916,-74.00885,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,8,"","","Certification not required",54,0.171429,0.143746,0.5,"2013-08-08 00:00",0.5,"2013-08-17 00:00",0.5,"2013-08-26 00:00",0.5,"2013-09-07 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.1,0.05,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","68102",1,41.49916,-74.00885,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,8,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","68103",1,41.49916,-74.00885,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,8,"","","Certification not required",0,6.322321,8.683626,22.7,"2013-09-01 00:00",22.4,"2013-08-08 00:00",20.9,"2013-06-30 00:00",20.7,"2013-08-29 00:00","","","","",22.4,20.9,20.5,17.8,14.1,6.8,-4.7,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","68104",1,41.49916,-74.00885,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,7,"","","Certification not required",0,12.487255,8.902304,27.7,"2013-06-24 00:00",25.8,"2013-09-01 00:00",25,"2013-08-20 00:00",24.9,"2013-06-27 00:00","","","","",25.8,25,24.6,23.9,20.4,13.6,0.7,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-01-09" +"36","071","0002","68105",1,41.49916,-74.00885,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,8,"","","Certification not required",0,16.992857,10.182733,36.6,"2013-06-24 00:00",32.8,"2013-06-27 00:00",32.5,"2013-08-20 00:00",32,"2013-06-21 00:00","","","","",32.8,32.5,30.5,29.5,27.2,16.7,3.7,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","68106",1,41.49916,-74.00885,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,5,"","","Certification not required",0,757.960784,5.588038,773,"2013-04-22 00:00",770,"2013-11-21 00:00",770,"2013-11-30 00:00",769,"2013-05-01 00:00","","","","",770,770,766,765,761,758,752,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-01-09" +"36","071","0002","68107",1,41.49916,-74.00885,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,6,"","","Certification not required",0,762.070175,5.297719,777,"2013-11-30 00:00",776,"2013-04-22 00:00",775,"2013-11-21 00:00",772,"2013-01-10 00:00","","","","",776,775,770,768,765,762,756,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","68108",1,41.49916,-74.00885,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,6,"","","Certification not required",0,765.710526,5.277643,782,"2013-11-30 00:00",779,"2013-04-22 00:00",778,"2013-11-21 00:00",776,"2013-01-10 00:00","","","","",779,778,774,772,770,766,760,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","68109",1,41.49916,-74.00885,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,8,"","","Certification not required",0,1439.401786,2.279797,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","88101",1,41.49916,-74.00885,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,0,0,"Certification not required",0,7.077876,4.583038,28.7,"2013-12-03 00:00",20.5,"2013-01-28 00:00",19.6,"2013-10-31 00:00",17.9,"2013-12-21 00:00","","","","",20.5,19.6,15.5,13.4,9,5.7,2.7,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","88101",1,41.49916,-74.00885,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,7.077876,4.583038,28.7,"2013-12-03 00:00",20.5,"2013-01-28 00:00",19.6,"2013-10-31 00:00",17.9,"2013-12-21 00:00","","","","",20.5,19.6,15.5,13.4,9,5.7,2.7,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","88501",3,41.49916,-74.00885,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7942,91,332,365,0,98,"","","Certification not required",0,8.458562,4.7588,41,"2013-08-16 22:00",37.1,"2013-03-20 23:00",36.2,"2013-07-18 18:00",34.4,"2013-07-19 23:00","","","","",24.3,21.3,17.5,14.8,10.6,7.6,3.5,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","88501",3,41.49916,-74.00885,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,8.415663,3.622412,23.7,"2013-09-11 00:00",23.3,"2013-12-03 00:00",21.2,"2013-12-04 00:00",21.1,"2013-12-02 00:00","","","","",21.1,18.2,15.4,13.3,10.1,7.4,4.8,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","88502",3,41.49916,-74.00885,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7938,91,332,365,0,102,"","","Certification not required",0,6.930033,5.588363,41.2,"2013-08-16 22:00",39.2,"2013-03-20 23:00",35.7,"2013-07-18 18:00",35.5,"2013-12-03 20:00","","","","",25.2,21.6,17.5,14.2,9.6,6.1,0.7,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","0002","88502",3,41.49916,-74.00885,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,6.887952,4.426811,25.2,"2013-12-03 00:00",23,"2013-01-09 00:00",22.9,"2013-12-04 00:00",22.7,"2013-12-02 00:00","","","","",22.7,19,14.6,12.7,9.2,5.8,2.3,"NEWBURGH","55 BROADWAY","New York","Orange","Newburgh","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","3001","14129",1,41.46107,-74.36343,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,7,0,0,"Certification not required",0,0.01414,0.022256,0.099,"2013-06-27 00:00",0.077,"2013-10-25 00:00",0.074,"2013-04-10 00:00",0.053,"2013-04-22 00:00","","","","",0.099,0.099,0.074,0.041,0.014,0.005,0.002,"WALLKILL BALLARD ROAD","95 BALLARD ROAD, TOWN OF WALLKILL, Ball Corp","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3001","14129",2,41.46107,-74.36343,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,5,0,0,"Certification not required",0,0.014,0.021752,0.097,"2013-06-27 00:00",0.077,"2013-04-10 00:00",0.075,"2013-10-25 00:00",0.055,"2013-04-22 00:00","","","","",0.097,0.097,0.075,0.038,0.014,0.005,0.002,"WALLKILL BALLARD ROAD","95 BALLARD ROAD, TOWN OF WALLKILL, Ball Corp","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3001","68105",3,41.46107,-74.36343,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,13.458,10.202042,29.5,"2013-07-15 00:00",26.9,"2013-07-21 00:00",26.4,"2013-07-09 00:00",26.1,"2013-07-03 00:00","","","","",29.5,29.5,26.4,25.6,22,15.1,-0.8,"WALLKILL BALLARD ROAD","95 BALLARD ROAD, TOWN OF WALLKILL, Ball Corp","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3001","68105",4,41.46107,-74.36343,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,13.458,10.202042,29.5,"2013-07-15 00:00",26.9,"2013-07-21 00:00",26.4,"2013-07-09 00:00",26.1,"2013-07-03 00:00","","","","",29.5,29.5,26.4,25.6,22,15.1,-0.8,"WALLKILL BALLARD ROAD","95 BALLARD ROAD, TOWN OF WALLKILL, Ball Corp","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3001","68108",3,41.46107,-74.36343,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,752.26,4.592852,766,"2013-04-22 00:00",762,"2013-01-10 00:00",760,"2013-10-13 00:00",758,"2013-05-04 00:00","","","","",766,766,760,758,755,752,748,"WALLKILL BALLARD ROAD","95 BALLARD ROAD, TOWN OF WALLKILL, Ball Corp","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3001","68108",4,41.46107,-74.36343,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,752.26,4.592852,766,"2013-04-22 00:00",762,"2013-01-10 00:00",760,"2013-10-13 00:00",758,"2013-05-04 00:00","","","","",766,766,760,758,755,752,748,"WALLKILL BALLARD ROAD","95 BALLARD ROAD, TOWN OF WALLKILL, Ball Corp","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3002","14129",1,41.45869,-74.35404,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,3,0,0,"Certification not required",0,0.046809,0.1454,1,"2013-03-23 00:00",0.116,"2013-08-14 00:00",0.113,"2013-03-29 00:00",0.103,"2013-02-09 00:00","","","","",1,1,0.113,0.097,0.037,0.013,0.003,"WALLKILL WAKEFERN","260 BALLARD ROAD, TOWN OF WALLKILL, Wakefern Corp","New York","Orange","","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3002","68105",2,41.45869,-74.35404,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,13.442,10.212359,29.5,"2013-07-15 00:00",26.9,"2013-07-21 00:00",26.4,"2013-07-09 00:00",26.1,"2013-07-03 00:00","","","","",29.5,29.5,26.4,25.6,22,15.1,-0.8,"WALLKILL WAKEFERN","260 BALLARD ROAD, TOWN OF WALLKILL, Wakefern Corp","New York","Orange","","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3002","68108",2,41.45869,-74.35404,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,752.26,4.592852,766,"2013-04-22 00:00",762,"2013-01-10 00:00",760,"2013-10-13 00:00",758,"2013-05-04 00:00","","","","",766,766,760,758,755,752,748,"WALLKILL WAKEFERN","260 BALLARD ROAD, TOWN OF WALLKILL, Wakefern Corp","New York","Orange","","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3004","14129",1,41.46964,-74.37217,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,2,0,0,"Certification not required",0,0.003833,0.005125,0.036,"2013-09-07 00:00",0.009,"2013-02-03 00:00",0.008,"2013-01-28 00:00",0.007,"2013-02-15 00:00","","","","",0.036,0.036,0.008,0.007,0.005,0.003,0.001,"SCOTCHTOWN","27 INDUSTRIAL DRIVE","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3004","68105",2,41.46964,-74.37217,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,0,"","","Certification not required",0,13.442,10.212359,29.5,"2013-07-15 00:00",26.9,"2013-07-21 00:00",26.4,"2013-07-09 00:00",26.1,"2013-07-03 00:00","","","","",29.5,29.5,26.4,25.6,22,15.1,-0.8,"SCOTCHTOWN","27 INDUSTRIAL DRIVE","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","3004","68108",2,41.46964,-74.37217,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,0,"","","Certification not required",0,752.26,4.592852,766,"2013-04-22 00:00",762,"2013-01-10 00:00",760,"2013-10-13 00:00",758,"2013-05-04 00:00","","","","",766,766,760,758,755,752,748,"SCOTCHTOWN","27 INDUSTRIAL DRIVE","New York","Orange","Scotchtown","Poughkeepsie-Newburgh-Middletown, NY","2014-01-06" +"36","071","5001","44201",1,41.52375,-74.21534,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8241,92,196,214,0,493,0,0,"Certification not required",967,0.040036,0.011448,0.111,"2013-06-28 10:00",0.074,"2013-07-27 17:00",0.072,"2013-06-14 00:00",0.072,"2013-09-11 14:00","","","","",0.074,0.072,0.061,0.052,0.046,0.041,0.036,"VALLEY CENTRAL HIGH SCHOOL","1175 ROUTE 17K, MONTGOMERY Valley Central HS","New York","Orange","Montgomery","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","5001","44201",1,41.52375,-74.21534,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8243,90,193,214,0,0,0,0,"Certification not required",0,0.03414,0.008973,0.06,"2013-07-27 11:00",0.06,"2013-09-20 11:00",0.057,"2013-04-28 11:00",0.057,"2013-09-11 09:00","","","","",0.06,0.057,0.05,0.046,0.04,0.037,0.032,"VALLEY CENTRAL HIGH SCHOOL","1175 ROUTE 17K, MONTGOMERY Valley Central HS","New York","Orange","Montgomery","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","5001","44201",1,41.52375,-74.21534,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8243,90,193,214,0,0,0,0,"Certification not required",0,0.03414,0.008973,0.06,"2013-07-27 11:00",0.06,"2013-09-20 11:00",0.057,"2013-04-28 11:00",0.057,"2013-09-11 09:00","","","","",0.06,0.057,0.05,0.046,0.04,0.037,0.032,"VALLEY CENTRAL HIGH SCHOOL","1175 ROUTE 17K, MONTGOMERY Valley Central HS","New York","Orange","Montgomery","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","5001","62101",1,41.52375,-74.21534,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8734,100,363,365,0,0,"","","Certification not required",0,50.195558,19.264038,97,"2013-07-18 12:00",96,"2013-07-18 11:00",96,"2013-07-18 13:00",96,"2013-07-18 14:00","","","","",89,85,81,76,66,50,26,"VALLEY CENTRAL HIGH SCHOOL","1175 ROUTE 17K, MONTGOMERY Valley Central HS","New York","Orange","Montgomery","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","5001","62201",1,41.52375,-74.21534,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6946,79,289,365,0,1788,"","","Certification not required",0,42.610711,5.647344,55,"2013-07-05 13:00",55,"2013-07-05 14:00",55,"2013-07-05 15:00",55,"2013-07-05 16:00","","","","",53,52,51,49,46,43,38,"VALLEY CENTRAL HIGH SCHOOL","1175 ROUTE 17K, MONTGOMERY Valley Central HS","New York","Orange","Montgomery","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","071","5001","64101",1,41.52375,-74.21534,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8734,100,363,365,0,0,"","","Certification not required",0,1002.746508,7.336248,1027,"2013-11-30 07:00",1027,"2013-11-30 08:00",1026,"2013-11-29 23:00",1026,"2013-11-30 01:00","","","","",1021,1018,1015,1012,1007,1003,994,"VALLEY CENTRAL HIGH SCHOOL","1175 ROUTE 17K, MONTGOMERY Valley Central HS","New York","Orange","Montgomery","Poughkeepsie-Newburgh-Middletown, NY","2014-02-07" +"36","075","0003","44201",1,43.28428,-76.46324,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8508,99,211,214,0,244,0,0,"Certification not required",317,0.042621,0.011037,0.071,"2013-05-30 16:00",0.07,"2013-05-02 17:00",0.069,"2013-05-15 16:00",0.068,"2013-05-01 15:00","","","","",0.069,0.067,0.061,0.056,0.051,0.044,0.038,"FULTON","820 COUNTY ROUTE 8","New York","Oswego","Fulton","Syracuse, NY","2014-02-07" +"36","075","0003","44201",1,43.28428,-76.46324,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8662,99,211,214,0,0,0,0,"Certification not required",0,0.038303,0.010476,0.065,"2013-05-01 11:00",0.065,"2013-05-02 12:00",0.064,"2013-05-06 10:00",0.063,"2013-04-28 11:00","","","","",0.064,0.063,0.057,0.052,0.047,0.041,0.035,"FULTON","820 COUNTY ROUTE 8","New York","Oswego","Fulton","Syracuse, NY","2014-02-07" +"36","075","0003","44201",1,43.28428,-76.46324,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8662,99,211,214,0,0,0,0,"Certification not required",0,0.038303,0.010476,0.065,"2013-05-01 11:00",0.065,"2013-05-02 12:00",0.064,"2013-05-06 10:00",0.063,"2013-04-28 11:00","","","","",0.064,0.063,0.057,0.052,0.047,0.041,0.035,"FULTON","820 COUNTY ROUTE 8","New York","Oswego","Fulton","Syracuse, NY","2014-02-07" +"36","075","0003","64101",1,43.28428,-76.46324,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8757,100,365,365,0,1,"","","Certification not required",0,1002.151993,7.324299,1027,"2013-11-29 22:00",1027,"2013-11-29 23:00",1027,"2013-11-30 00:00",1027,"2013-11-30 01:00","","","","",1020,1018,1015,1012,1007,1002,993,"FULTON","820 COUNTY ROUTE 8","New York","Oswego","Fulton","Syracuse, NY","2014-02-07" +"36","079","0005","42401",1,41.45589,-73.70977,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8440,96,355,365,0,319,0,"","Certification not required",0,1.268732,1.144013,10.3,"2013-01-23 20:00",10.1,"2013-01-09 13:00",8.9,"2013-01-25 14:00",6,"2013-01-24 18:00","","","","",6,4.1,3.1,2.1,1.5,1.1,0.4,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","42401",1,41.45589,-73.70977,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8440,96,355,365,0,319,"","","Certification not required",0,0.718626,0.554565,10.3,"2013-01-23 20:00",10.1,"2013-01-09 13:00",8.9,"2013-01-25 14:00",7.9,"2013-01-09 14:00","","","","",2.6,2,1.5,1.3,1,0.6,0.2,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","42401",1,41.45589,-73.70977,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",355,97,355,365,0,0,0,"","Certification not required",0,0.719718,0.413822,2.5,"2013-01-25 00:00",2.2,"2013-01-09 00:00",2,"2013-01-23 00:00",2,"2013-12-13 00:00","","","","",2,1.7,1.4,1.3,1,0.7,0.3,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","42401",1,41.45589,-73.70977,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2775,95,353,365,0,0,"",0,"Certification not required",0,0.686739,0.532408,8.1,"2013-01-09 14:00",7.2,"2013-01-25 14:00",5.4,"2013-01-23 20:00",4.9,"2013-01-25 11:00","","","","",2.6,2,1.5,1.3,0.9,0.6,0.2,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","42401",5,41.45589,-73.70977,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",92495,88,322,365,0,3909,"","","Certification not required",0,0.744072,0.579424,14.7,"2013-01-23 20:10",14,"2013-01-23 20:05",13.2,"2013-01-23 20:15",12.5,"2013-01-25 09:50","","","","",2.6,2.1,1.5,1.3,1,0.6,0.2,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","079","0005","44201",1,41.45589,-73.70977,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8469,95,204,214,0,290,0,0,"Certification not required",328,0.044309,0.011781,0.097,"2013-09-11 14:00",0.093,"2013-05-31 14:00",0.078,"2013-07-27 14:00",0.074,"2013-04-28 15:00","","","","",0.078,0.069,0.065,0.059,0.05,0.044,0.038,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","44201",1,41.45589,-73.70977,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8503,95,203,214,0,0,0,0,"Certification not required",0,0.038936,0.010054,0.073,"2013-05-31 11:00",0.068,"2013-09-11 09:00",0.067,"2013-04-28 11:00",0.067,"2013-07-27 10:00","","","","",0.067,0.064,0.057,0.053,0.046,0.04,0.035,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","44201",1,41.45589,-73.70977,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8503,95,203,214,0,0,0,0,"Certification not required",0,0.038936,0.010054,0.073,"2013-05-31 11:00",0.068,"2013-09-11 09:00",0.067,"2013-04-28 11:00",0.067,"2013-07-27 10:00","","","","",0.067,0.064,0.057,0.053,0.046,0.04,0.035,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","62101",1,41.45589,-73.70977,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8753,100,365,365,0,6,"","","Certification not required",0,49.065806,18.983468,96,"2013-07-18 14:00",96,"2013-07-18 15:00",95,"2013-07-17 15:00",95,"2013-07-18 13:00","","","","",89,85,79,74,64,49,25,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","62201",1,41.45589,-73.70977,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8755,100,365,365,0,4,"","","Certification not required",0,76.438721,22.44687,100,"2013-01-09 00:00",100,"2013-01-09 01:00",100,"2013-01-09 02:00",100,"2013-01-09 03:00","","","","",100,100,100,100,98,82,44,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","64101",1,41.45589,-73.70977,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8755,100,365,365,0,4,"","","Certification not required",0,987.73261,39.058398,1019,"2013-11-30 07:00",1019,"2013-11-30 08:00",1019,"2013-11-30 09:00",1018,"2013-11-29 23:00","","","","",1013,1011,1007,1004,1000,995,984,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","079","0005","65102",1,41.45589,-73.70977,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",2,0,0,365,0,1462,"","","Certification not required",0,0,0,0,"2013-05-18 06:00",0,"2013-09-22 10:00","","","","","","","","",0,0,0,0,0,0,0,"MT NINHAM","NYSDEC FIELD HQTRS GYPSY TRAIL ROAD","New York","Putnam","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-19" +"36","081","0120","88501",3,40.72698,-73.89313,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7742,88,323,365,0,35,"","","Certification not required",0,10.204934,5.34631,43.6,"2013-07-20 17:00",41,"2013-12-05 09:00",40.1,"2013-01-29 07:00",38.1,"2013-07-19 15:00","","","","",26.6,23.9,20.5,17.5,13,9.2,4.5,"MASPETH LIBRARY","Maspeth Library 69-70 GRAND AV","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0120","88501",3,40.72698,-73.89313,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",323,88,323,365,0,0,"","","Certification not required",0,10.137461,3.996418,28.2,"2013-07-19 00:00",26.8,"2013-09-11 00:00",23.2,"2013-12-03 00:00",22.4,"2013-01-29 00:00","","","","",22.4,21.3,18.4,15,12.2,9.2,6.1,"MASPETH LIBRARY","Maspeth Library 69-70 GRAND AV","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0120","88502",3,40.72698,-73.89313,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7741,88,323,365,0,36,"","","Certification not required",0,8.704353,6.150636,45.1,"2013-01-29 07:00",44.9,"2013-12-05 09:00",43.9,"2013-07-20 17:00",40.2,"2013-01-29 06:00","","","","",26.8,24.2,20.1,17,12.2,7.5,1.9,"MASPETH LIBRARY","Maspeth Library 69-70 GRAND AV","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0120","88502",3,40.72698,-73.89313,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",323,88,323,365,0,0,"","","Certification not required",0,8.621672,4.701086,26.8,"2013-07-19 00:00",25.9,"2013-09-11 00:00",25.5,"2013-01-29 00:00",25.1,"2013-12-03 00:00","","","","",25.1,20.4,17.3,15,11.3,7.7,3.6,"MASPETH LIBRARY","Maspeth Library 69-70 GRAND AV","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42101",1,40.73614,-73.82153,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8432,96,358,365,0,327,0,0,"Certification not required",0,0.21847,0.130696,2.015,"2013-01-09 08:00",1.884,"2013-01-09 07:00",1.596,"2013-01-09 06:00",1.461,"2013-02-11 19:00","","","","",0.712,0.601,0.464,0.362,0.252,0.185,0.11,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42101",1,40.73614,-73.82153,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8283,95,326,365,0,0,0,0,"Certification not required",0,0.217892,0.114125,1.4,"2013-01-09 11:00",1.3,"2013-01-09 10:00",1.2,"2013-01-09 09:00",1.1,"2013-01-09 08:00",1.4,"2013-01-09 11:00",1,"2013-02-11 20:00",0.6,0.5,0.4,0.4,0.3,0.2,0.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42401",2,40.73614,-73.82153,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8516,97,361,365,0,243,0,"","Certification not required",0,3,2.547395,18.5,"2013-01-25 14:00",14.9,"2013-01-09 08:00",13,"2013-12-03 09:00",11.8,"2013-01-23 06:00","","","","",11.8,9.9,8.4,6.4,3.9,2.3,0.8,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42401",2,40.73614,-73.82153,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8516,97,361,365,0,243,"","","Certification not required",0,1.217943,1.42634,18.5,"2013-01-25 14:00",17.2,"2013-01-25 13:00",14.9,"2013-01-09 08:00",13,"2013-12-03 09:00","","","","",6.8,5.6,4,2.9,1.6,0.7,0.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42401",2,40.73614,-73.82153,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,1.224931,1.10787,6.6,"2013-01-25 00:00",5.9,"2013-01-09 00:00",5.4,"2013-01-08 00:00",5.4,"2013-01-24 00:00","","","","",5.4,4.4,3.6,2.8,1.5,0.9,0.3,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42401",2,40.73614,-73.82153,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2795,96,356,365,0,0,"",0,"Certification not required",0,1.181968,1.358013,15.8,"2013-01-25 14:00",12.2,"2013-01-09 08:00",10.1,"2013-01-23 08:00",10,"2013-10-26 08:00","","","","",6.4,5.4,3.9,2.8,1.5,0.7,0.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42401",5,40.73614,-73.82153,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",94640,90,333,365,0,1474,"","","Certification not required",0,1.242729,1.532556,26.8,"2013-01-25 14:10",25,"2013-01-25 14:05",23.6,"2013-01-25 14:15",23.2,"2013-01-25 14:00","","","","",7.4,5.9,4.2,3,1.6,0.7,0.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","081","0124","42600",5,40.73614,-73.82153,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8361,95,350,365,0,398,"","","Certification not required",0,23.401352,22.697956,468.2,"2013-01-09 08:00",435.9,"2013-01-09 07:00",399.4,"2013-01-09 06:00",225.9,"2013-01-09 05:00","","","","",109.8,91.1,65,46.9,28.1,16.4,7.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42601",1,40.73614,-73.82153,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8429,96,354,365,0,330,"","","Certification not required",0,5.646269,15.081999,417,"2013-01-09 08:00",395.1,"2013-01-09 07:00",352,"2013-01-09 06:00",204.7,"2013-01-09 05:00","","","","",68.6,49.8,26.3,13.8,4.3,1.2,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42601",5,40.73614,-73.82153,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7672,88,322,365,0,343,"","","Certification not required",0,6.221442,15.478353,388.4,"2013-01-09 08:00",366.6,"2013-01-09 07:00",336.6,"2013-01-09 06:00",175.4,"2013-01-09 05:00","","","","",72.2,53.6,29,15,4.8,1.5,0.2,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42602",1,40.73614,-73.82153,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8429,96,354,365,0,330,0,"","Certification not required",0,32.039831,11.626809,80.7,"2013-01-09 08:00",63.4,"2013-04-08 07:00",62.5,"2013-03-30 22:00",60.3,"2013-05-30 21:00","","","","",60.3,58.6,52.3,46.6,39.2,32.7,17.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42602",1,40.73614,-73.82153,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8429,96,354,365,0,330,"","","Certification not required",0,17.503571,10.526701,80.7,"2013-01-09 08:00",70.4,"2013-01-09 07:00",63.4,"2013-04-08 07:00",62.9,"2013-01-09 06:00","","","","",47.6,43.6,38.4,33.4,23.5,14.5,6.6,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42603",1,40.73614,-73.82153,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8425,96,353,365,0,334,"","","Certification not required",0,23.195383,22.621716,497.7,"2013-01-09 08:00",465.5,"2013-01-09 07:00",414.8,"2013-01-09 06:00",254.9,"2013-01-09 05:00","","","","",111.7,89.2,64.3,46.2,27.4,16.3,7.4,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","42612",5,40.73614,-73.82153,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8406,96,353,365,0,353,"","","Certification not required",0,17.474601,10.899526,79.8,"2013-01-09 08:00",69.3,"2013-01-09 07:00",68.5,"2013-07-18 21:00",67,"2013-05-30 21:00","","","","",49.2,45,39.1,33.6,23.9,14.4,6.2,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","43502",2,40.73614,-73.82153,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",0,2.552,1.468026,7.1,"2013-04-10 00:00",4.4,"2013-04-16 00:00",4.4,"2013-06-27 00:00",4,"2013-05-16 00:00","","","","",7.1,7.1,4.4,4.4,3.4,2.1,1.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43503",2,40.73614,-73.82153,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",0,2.256,1.661345,8.6,"2013-04-10 00:00",5.3,"2013-04-16 00:00",3.4,"2013-05-16 00:00",3.2,"2013-05-10 00:00","","","","",8.6,8.6,5.3,3.4,2.5,1.9,1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43504",2,40.73614,-73.82153,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",0,0.472,0.336056,1.4,"2013-04-10 00:00",0.9,"2013-05-10 00:00",0.9,"2013-05-28 00:00",0.9,"2013-06-09 00:00","","","","",1.4,1.4,0.9,0.9,0.7,0.4,0.1,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43510",2,40.73614,-73.82153,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",2,0.28336,0.343401,1.564,"2013-04-10 00:00",1.004,"2013-04-16 00:00",0.472,"2013-05-10 00:00",0.44,"2013-05-16 00:00","","","","",1.564,1.564,1.004,0.472,0.372,0.124,0.052,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43515",2,40.73614,-73.82153,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",14,0.1212,0.117697,0.41,"2013-06-27 00:00",0.37,"2013-06-09 00:00",0.35,"2013-06-15 00:00",0.29,"2013-06-03 00:00","","","","",0.41,0.41,0.37,0.35,0.16,0.05,0.02,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43516",2,40.73614,-73.82153,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",9,0.0916,0.068598,0.36,"2013-04-10 00:00",0.2,"2013-03-29 00:00",0.17,"2013-04-28 00:00",0.13,"2013-05-16 00:00","","","","",0.36,0.36,0.2,0.17,0.09,0.07,0.05,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43517",2,40.73614,-73.82153,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",14,0.1788,0.177372,0.54,"2013-05-16 00:00",0.48,"2013-05-10 00:00",0.44,"2013-05-28 00:00",0.42,"2013-06-03 00:00","","","","",0.54,0.54,0.48,0.44,0.34,0.05,0.03,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43518",2,40.73614,-73.82153,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",9,0.1868,0.169551,0.7,"2013-04-10 00:00",0.49,"2013-06-27 00:00",0.46,"2013-04-16 00:00",0.33,"2013-06-09 00:00","","","","",0.7,0.7,0.49,0.46,0.28,0.11,0.05,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","43552",2,40.73614,-73.82153,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",0,0.656,0.51504,2.7,"2013-04-10 00:00",1.47,"2013-04-16 00:00",1.16,"2013-05-16 00:00",1,"2013-01-28 00:00","","","","",2.7,2.7,1.47,1.16,0.7,0.51,0.28,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","44201",1,40.73614,-73.82153,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8448,96,205,214,0,311,0,0,"Certification not required",647,0.048278,0.014203,0.111,"2013-07-17 14:00",0.092,"2013-08-21 14:00",0.087,"2013-07-19 16:00",0.084,"2013-06-25 12:00","","","","",0.087,0.08,0.073,0.066,0.057,0.047,0.038,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","44201",1,40.73614,-73.82153,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8389,94,202,214,0,0,0,0,"Certification not required",0,0.041713,0.011994,0.08,"2013-07-19 10:00",0.079,"2013-07-17 10:00",0.072,"2013-07-09 10:00",0.071,"2013-07-18 10:00","","","","",0.072,0.071,0.062,0.057,0.049,0.042,0.034,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","44201",1,40.73614,-73.82153,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8389,94,202,214,0,0,2,2,"Certification not required",0,0.041713,0.011994,0.08,"2013-07-19 10:00",0.079,"2013-07-17 10:00",0.072,"2013-07-09 10:00",0.071,"2013-07-18 10:00","","","","",0.072,0.071,0.062,0.057,0.049,0.042,0.034,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","45501",2,40.73614,-73.82153,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",5,1.6254,1.274837,3.9,"2013-01-04 00:00",3.6,"2013-03-29 00:00",2.9,"2013-01-16 00:00",2.8,"2013-01-28 00:00","","","","",3.9,3.9,3.6,2.9,2.74,1.7,0.035,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","45504",2,40.73614,-73.82153,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",20,0.0848,0.092652,0.35,"2013-06-27 00:00",0.34,"2013-04-10 00:00",0.24,"2013-04-16 00:00",0.2,"2013-03-29 00:00","","","","",0.35,0.35,0.34,0.24,0.05,0.05,0.04,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","081","0124","68101",1,40.73614,-73.82153,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",333,91,333,365,0,21,"","","Certification not required",136,0.137838,0.094793,0.4,"2013-01-09 00:00",0.4,"2013-02-03 00:00",0.4,"2013-03-09 00:00",0.4,"2013-06-09 00:00","","","","",0.4,0.3,0.3,0.3,0.2,0.1,0.05,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68101",3,40.73614,-73.82153,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Percent","No Events",53,87,53,61,0,4,"","","Certification not required",12,0.216981,0.131903,0.6,"2013-11-24 00:00",0.5,"2013-12-12 00:00",0.5,"2013-12-30 00:00",0.4,"2013-01-28 00:00","","","","",0.6,0.5,0.5,0.4,0.3,0.2,0.05,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68102",1,40.73614,-73.82153,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",333,91,333,365,0,21,"","","Certification not required",0,23.966967,0.550566,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68102",3,40.73614,-73.82153,"WGS84","Sample Volume","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Cubic meter","No Events",53,87,53,61,0,4,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68103",1,40.73614,-73.82153,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",333,91,333,365,0,21,"","","Certification not required",0,9.435435,9.473727,29.4,"2013-07-19 00:00",28.3,"2013-07-18 00:00",27.2,"2013-07-17 00:00",26.9,"2013-07-16 00:00","","","","",26.9,26,23.5,22.3,17.9,9.5,-3,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68103",3,40.73614,-73.82153,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",53,87,53,61,0,4,"","","Certification not required",0,7.343396,9.518252,24.1,"2013-07-21 00:00",22.8,"2013-09-01 00:00",20.7,"2013-08-08 00:00",20.1,"2013-07-27 00:00","","","","",24.1,22.8,20.7,19.5,15.7,8.1,-5.4,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68103",6,40.73614,-73.82153,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,10.804762,8.822789,27.8,"2013-07-18 00:00",26.4,"2013-07-15 00:00",25.7,"2013-07-06 00:00",24.5,"2013-07-21 00:00","","","","",26.4,25.7,23.9,21.6,18.4,11.9,-0.7,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","68104",1,40.73614,-73.82153,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",302,83,302,365,0,21,"","","Certification not required",0,14.404636,9.383815,33.1,"2013-07-18 00:00",32.9,"2013-07-19 00:00",31.4,"2013-07-15 00:00",31.3,"2013-07-16 00:00","","","","",31.3,30.4,27.6,25.7,22.8,15.3,1.6,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68104",3,40.73614,-73.82153,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,12.725,9.71994,27.2,"2013-07-21 00:00",25.4,"2013-09-01 00:00",25.3,"2013-08-20 00:00",25.1,"2013-08-02 00:00","","","","",27.2,27.2,25.3,24.4,21,15.5,-2.2,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","081","0124","68104",6,40.73614,-73.82153,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,19.181905,10.064062,38.5,"2013-07-18 00:00",35.7,"2013-07-06 00:00",35.5,"2013-06-24 00:00",35,"2013-07-15 00:00","","","","",35.7,35.5,32.5,30.5,28.3,20.2,4.3,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","68105",1,40.73614,-73.82153,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",333,91,333,365,0,21,"","","Certification not required",0,17.871772,10.123418,39.1,"2013-07-18 00:00",37.4,"2013-07-19 00:00",37.3,"2013-07-17 00:00",36,"2013-07-15 00:00","","","","",36,35,32.5,30.2,26.8,18.4,3.5,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68105",3,40.73614,-73.82153,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",53,87,53,61,0,4,"","","Certification not required",0,16.54717,10.903927,33,"2013-07-21 00:00",32.8,"2013-08-20 00:00",30.8,"2013-08-02 00:00",30.4,"2013-09-01 00:00","","","","",33,32.8,30.8,29.5,26.9,18.3,1.9,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68105",6,40.73614,-73.82153,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,86,105,122,0,1,"","","Certification not required",0,14.618095,9.175184,32.4,"2013-07-18 00:00",31,"2013-07-06 00:00",30.8,"2013-07-15 00:00",28.1,"2013-06-24 00:00","","","","",31,30.8,27.6,25.3,22.8,15.1,2,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","68106",1,40.73614,-73.82153,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",302,83,302,365,0,21,"","","Certification not required",0,760.44702,5.375177,774,"2013-11-05 00:00",773,"2013-04-22 00:00",773,"2013-11-04 00:00",773,"2013-11-29 00:00","","","","",773,771,769,768,764,760,754,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68106",3,40.73614,-73.82153,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,760.291667,5.082127,774,"2013-04-22 00:00",770,"2013-11-30 00:00",769,"2013-05-04 00:00",769,"2013-06-21 00:00","","","","",774,774,769,768,764,760,755,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","081","0124","68106",6,40.73614,-73.82153,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,751.419048,5.075925,765,"2013-04-22 00:00",762,"2013-05-01 00:00",760,"2013-05-04 00:00",760,"2013-06-21 00:00","","","","",762,760,759,757,755,751,746,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","68107",1,40.73614,-73.82153,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",333,91,333,365,0,21,"","","Certification not required",0,764.408408,5.187002,779,"2013-11-30 00:00",778,"2013-11-04 00:00",778,"2013-11-05 00:00",777,"2013-04-22 00:00","","","","",777,776,773,771,768,764,758,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68107",3,40.73614,-73.82153,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,53,61,0,4,"","","Certification not required",0,764.113208,5.333711,778,"2013-04-22 00:00",778,"2013-11-30 00:00",774,"2013-01-10 00:00",771,"2013-05-04 00:00","","","","",778,778,774,770,768,763,759,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68107",6,40.73614,-73.82153,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,757.152381,6.012457,796,"2013-04-19 00:00",770,"2013-04-22 00:00",767,"2013-01-10 00:00",766,"2013-01-28 00:00","","","","",770,767,765,763,760,757,751,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","68108",1,40.73614,-73.82153,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",333,91,333,365,0,21,"","","Certification not required",0,767.852853,5.113115,783,"2013-11-30 00:00",782,"2013-11-29 00:00",781,"2013-11-05 00:00",780,"2013-04-22 00:00","","","","",780,779,776,774,771,768,762,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68108",3,40.73614,-73.82153,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",53,87,53,61,0,4,"","","Certification not required",0,767.754717,5.476894,783,"2013-11-30 00:00",780,"2013-04-22 00:00",777,"2013-01-10 00:00",776,"2013-01-28 00:00","","","","",783,780,777,773,772,768,761,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68108",6,40.73614,-73.82153,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,1,"","","Certification not required",0,753.714286,4.797263,768,"2013-04-22 00:00",764,"2013-01-10 00:00",764,"2013-05-01 00:00",761,"2013-05-04 00:00","","","","",764,764,760,760,757,754,748,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","68109",1,40.73614,-73.82153,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",333,91,333,365,0,21,"","","Certification not required",0,1438.324324,4.454919,1440,"2013-01-14 00:00",1440,"2013-01-21 00:00",1440,"2013-01-24 00:00",1440,"2013-02-26 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","68109",3,40.73614,-73.82153,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Calculation",2013,"Minutes","No Events",53,87,53,61,0,4,"","","Certification not required",0,1439.528302,2.341957,1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","85101",1,40.73614,-73.82153,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,1,"","","Certification not required",0,15.421053,7.727213,33,"2013-02-15 00:00",32,"2013-01-28 00:00",32,"2013-05-22 00:00",28,"2013-05-16 00:00","","","","",33,33,32,28,20,15,7,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","85101",4,40.73614,-73.82153,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",8200,94,342,365,0,556,"","","Certification not required",0,15.790012,9.818639,147.3,"2013-01-27 23:00",87.8,"2013-05-06 14:00",76.5,"2013-12-05 09:00",76.2,"2013-05-06 15:00","","","","",44.7,39.9,34.2,29,21.2,13.8,5.3,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","86502",4,40.73614,-73.82153,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7497,86,312,365,0,542,"","","Certification not required",0,6.306056,4.300947,46.2,"2013-05-06 15:00",43.2,"2013-01-27 23:00",37.7,"2013-05-06 14:00",35.8,"2013-01-24 14:00","","","","",20.3,17.8,14.7,12,8.1,5.3,2,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","88101",1,40.73614,-73.82153,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",333,91,333,365,0,32,0,0,"Certification not required",0,8.336637,5.188934,30,"2013-12-04 00:00",29.9,"2013-12-03 00:00",29.2,"2013-01-29 00:00",27.1,"2013-07-19 00:00","","","","",27.1,25,18.7,14.4,10.7,6.9,3.5,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","88101",1,40.73614,-73.82153,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",333,91,333,365,0,32,"","","Certification not required",0,8.336637,5.188934,30,"2013-12-04 00:00",29.9,"2013-12-03 00:00",29.2,"2013-01-29 00:00",27.1,"2013-07-19 00:00","","","","",27.1,25,18.7,14.4,10.7,6.9,3.5,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","88102",6,40.73614,-73.82153,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",97,0.020943,0.009918,0.071,"2013-03-08 00:00",0.058,"2013-05-13 00:00",0.057,"2013-09-07 00:00",0.055,"2013-10-13 00:00","","","","",0.058,0.057,0.045,0.026,0.021,0.0195,0.014,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88103",6,40.73614,-73.82153,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000448,0.000747,0.003,"2013-01-07 00:00",0.003,"2013-05-28 00:00",0.002,"2013-01-28 00:00",0.002,"2013-04-04 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88104",6,40.73614,-73.82153,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",74,0.021067,0.036846,0.268,"2013-08-26 00:00",0.243,"2013-07-15 00:00",0.135,"2013-07-03 00:00",0.058,"2013-07-18 00:00","","","","",0.243,0.135,0.048,0.039,0.02,0.0115,0.0065,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88107",6,40.73614,-73.82153,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.006379,0.005742,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-21 00:00",0.0295,"2013-08-17 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88109",6,40.73614,-73.82153,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",21,0.002945,0.001863,0.01,"2013-04-04 00:00",0.0094,"2013-01-28 00:00",0.0079,"2013-08-20 00:00",0.0073,"2013-09-19 00:00","","","","",0.0094,0.0079,0.0059,0.0054,0.004,0.0027,0.0009,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88110",6,40.73614,-73.82153,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.001314,0.003606,0.019,"2013-06-09 00:00",0.015,"2013-03-05 00:00",0.014,"2013-09-01 00:00",0.013,"2013-10-19 00:00","","","","",0.015,0.014,0.011,0.006,0,0,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88111",6,40.73614,-73.82153,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",19,0.029289,0.021359,0.101,"2013-01-25 00:00",0.0747,"2013-02-06 00:00",0.0731,"2013-01-28 00:00",0.0724,"2013-01-07 00:00","","","","",0.0747,0.0731,0.0724,0.0639,0.0429,0.026,0.00375,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88112",6,40.73614,-73.82153,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.006324,0.020646,0.157,"2013-09-28 00:00",0.106,"2013-10-04 00:00",0.094,"2013-09-22 00:00",0.044,"2013-09-16 00:00","","","","",0.106,0.094,0.016,0.006,0.004,0.002,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88113",6,40.73614,-73.82153,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",86,0.00085,0.000439,0.0025,"2013-02-24 00:00",0.0025,"2013-07-03 00:00",0.0023,"2013-08-26 00:00",0.0022,"2013-01-25 00:00","","","","",0.0025,0.0023,0.0018,0.0015,0.0007,0.0007,0.00055,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88114",6,40.73614,-73.82153,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",30,0.003154,0.002006,0.009,"2013-05-16 00:00",0.009,"2013-09-19 00:00",0.0081,"2013-08-20 00:00",0.0081,"2013-10-01 00:00","","","","",0.009,0.0081,0.0072,0.0059,0.0042,0.0027,0.00125,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88115",6,40.73614,-73.82153,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",49,0.03744,0.106027,0.864,"2013-03-11 00:00",0.464,"2013-05-04 00:00",0.276,"2013-04-07 00:00",0.274,"2013-04-16 00:00","","","","",0.464,0.276,0.167,0.0831,0.0203,0.007,0.0025,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88117",6,40.73614,-73.82153,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.00617,0.009137,0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-21 00:00",0.043,"2013-08-17 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88118",6,40.73614,-73.82153,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.009008,0.006219,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-21 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88126",6,40.73614,-73.82153,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.073939,0.039162,0.228,"2013-07-15 00:00",0.187,"2013-05-16 00:00",0.184,"2013-10-01 00:00",0.161,"2013-08-26 00:00","","","","",0.187,0.184,0.156,0.129,0.0896,0.0646,0.0371,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88128",6,40.73614,-73.82153,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.000962,0.001886,0.014,"2013-08-20 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-02-06 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88131",6,40.73614,-73.82153,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",104,0.009719,0.003259,0.0165,"2013-01-25 00:00",0.0165,"2013-02-06 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-03-08 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88132",6,40.73614,-73.82153,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.0012,0.001282,0.006,"2013-01-25 00:00",0.006,"2013-09-25 00:00",0.005,"2013-09-28 00:00",0.004,"2013-02-15 00:00","","","","",0.006,0.005,0.003,0.003,0.002,0.001,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88136",6,40.73614,-73.82153,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.00281,0.002576,0.016,"2013-01-25 00:00",0.009,"2013-01-07 00:00",0.009,"2013-01-28 00:00",0.009,"2013-02-06 00:00","","","","",0.009,0.009,0.008,0.006,0.003,0.002,0,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88140",6,40.73614,-73.82153,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",80,0.012816,0.01484,0.089,"2013-03-11 00:00",0.074,"2013-05-04 00:00",0.0655,"2013-04-16 00:00",0.0515,"2013-10-31 00:00","","","","",0.074,0.0655,0.048,0.03,0.009,0.006,0.0055,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88152",6,40.73614,-73.82153,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.006503,0.00384,0.033,"2013-01-28 00:00",0.021,"2013-01-07 00:00",0.019,"2013-01-19 00:00",0.018,"2013-01-10 00:00","","","","",0.021,0.019,0.008,0.008,0.008,0.005,0.0045,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88154",6,40.73614,-73.82153,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.001049,0.000277,0.0019,"2013-07-24 00:00",0.0014,"2013-10-19 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88160",6,40.73614,-73.82153,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",100,0.013514,0.005481,0.041,"2013-04-07 00:00",0.035,"2013-03-23 00:00",0.035,"2013-03-29 00:00",0.023,"2013-09-13 00:00","","","","",0.035,0.035,0.018,0.018,0.016,0.01,0.01,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88161",6,40.73614,-73.82153,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",92,0.003144,0.002482,0.0199,"2013-07-15 00:00",0.0115,"2013-05-16 00:00",0.0111,"2013-07-27 00:00",0.0107,"2013-08-20 00:00","","","","",0.0115,0.0111,0.0076,0.0063,0.00265,0.0025,0.0021,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88164",6,40.73614,-73.82153,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",98,0.001734,0.00049,0.004,"2013-01-13 00:00",0.004,"2013-01-28 00:00",0.004,"2013-10-28 00:00",0.003,"2013-04-28 00:00","","","","",0.004,0.004,0.0024,0.0019,0.0019,0.0016,0.0015,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88165",6,40.73614,-73.82153,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",5,0.050886,0.059658,0.503,"2013-07-15 00:00",0.322,"2013-07-03 00:00",0.152,"2013-05-16 00:00",0.148,"2013-06-24 00:00","","","","",0.322,0.152,0.124,0.081,0.059,0.036,0.018,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88166",6,40.73614,-73.82153,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.007853,0.004551,0.019,"2013-05-13 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-03-05 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88167",6,40.73614,-73.82153,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",10,0.018705,0.019849,0.0935,"2013-08-20 00:00",0.0744,"2013-01-25 00:00",0.072,"2013-01-28 00:00",0.0664,"2013-02-06 00:00","","","","",0.0744,0.072,0.0609,0.05,0.026,0.0095,0.0026,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88168",6,40.73614,-73.82153,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",99,0.00134,0.000778,0.0069,"2013-06-12 00:00",0.0042,"2013-07-30 00:00",0.0042,"2013-10-19 00:00",0.003,"2013-08-14 00:00","","","","",0.0042,0.0042,0.0022,0.00175,0.00155,0.00115,0.00085,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88169",6,40.73614,-73.82153,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.618764,0.378188,2.03,"2013-07-09 00:00",1.78,"2013-07-18 00:00",1.57,"2013-01-28 00:00",1.43,"2013-10-04 00:00","","","","",1.78,1.57,1.25,1.13,0.859,0.477,0.243,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88176",6,40.73614,-73.82153,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",105,0.000955,0.000207,0.0013,"2013-01-25 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-05 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88180",6,40.73614,-73.82153,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.035533,0.021399,0.127,"2013-07-06 00:00",0.113,"2013-07-03 00:00",0.0964,"2013-01-28 00:00",0.078,"2013-06-15 00:00","","","","",0.113,0.0964,0.074,0.06,0.0451,0.0321,0.015,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88184",6,40.73614,-73.82153,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",45,0.099471,0.128605,0.791,"2013-03-11 00:00",0.612,"2013-05-04 00:00",0.455,"2013-06-30 00:00",0.388,"2013-04-16 00:00","","","","",0.612,0.455,0.358,0.256,0.114,0.05,0.0155,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88185",6,40.73614,-73.82153,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",95,0.003798,0.003764,0.0126,"2013-01-19 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-06 00:00",0.0115,"2013-03-05 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88301",6,40.73614,-73.82153,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",2,0.69201,0.656429,3.41,"2013-02-15 00:00",2.82,"2013-01-28 00:00",2.49,"2013-02-03 00:00",2.28,"2013-02-06 00:00","","","","",2.82,2.49,2.19,1.67,0.98,0.495,0.097,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88302",6,40.73614,-73.82153,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",5,0.128698,0.143044,0.882,"2013-03-11 00:00",0.69,"2013-05-04 00:00",0.502,"2013-06-30 00:00",0.45,"2013-04-07 00:00","","","","",0.69,0.502,0.4,0.312,0.155,0.0719,0.024,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88303",6,40.73614,-73.82153,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",41,0.028605,0.02404,0.136,"2013-01-28 00:00",0.098,"2013-07-12 00:00",0.09,"2013-05-19 00:00",0.08,"2013-07-15 00:00","","","","",0.098,0.09,0.075,0.0654,0.0357,0.023,0.0034,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88306",6,40.73614,-73.82153,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.198163,1.244996,7.23,"2013-02-15 00:00",5.85,"2013-01-28 00:00",5.4,"2013-02-03 00:00",4.81,"2013-02-06 00:00","","","","",5.85,5.4,3.31,2.68,1.51,0.775,0.269,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88355",6,40.73614,-73.82153,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,2.202693,1.114293,5.76,"2013-07-18 00:00",5.67,"2013-05-31 00:00",4.9,"2013-10-04 00:00",4.38,"2013-06-15 00:00","","","","",5.67,4.9,4.25,3.78,2.93,1.97,1.01,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88357",6,40.73614,-73.82153,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.447525,0.225186,1.38,"2013-05-16 00:00",1.01,"2013-08-20 00:00",0.97,"2013-10-01 00:00",0.874,"2013-10-04 00:00","","","","",1.01,0.97,0.843,0.754,0.54,0.416,0.197,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88370",6,40.73614,-73.82153,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,1.955891,0.98191,5.18,"2013-05-31 00:00",5.01,"2013-07-18 00:00",4.39,"2013-10-04 00:00",4.16,"2013-06-15 00:00","","","","",5.01,4.39,3.64,3.44,2.53,1.73,0.905,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88374",6,40.73614,-73.82153,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",1,0.205644,0.161034,1.09,"2013-07-18 00:00",0.591,"2013-01-28 00:00",0.527,"2013-08-26 00:00",0.482,"2013-06-24 00:00","","","","",0.591,0.527,0.471,0.422,0.269,0.146,0.067,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88375",6,40.73614,-73.82153,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.547703,0.28814,1.61,"2013-05-31 00:00",1.32,"2013-10-04 00:00",1.29,"2013-05-29 00:00",1.24,"2013-07-18 00:00","","","","",1.32,1.29,1.1,0.939,0.71,0.49,0.246,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88376",6,40.73614,-73.82153,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.561822,0.279561,1.79,"2013-06-15 00:00",1.27,"2013-05-31 00:00",1.17,"2013-05-22 00:00",1.17,"2013-10-04 00:00","","","","",1.27,1.17,1.03,0.901,0.695,0.557,0.241,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88377",6,40.73614,-73.82153,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.414851,0.226684,1.14,"2013-01-28 00:00",1.08,"2013-07-18 00:00",1,"2013-07-09 00:00",0.961,"2013-10-04 00:00","","","","",1.08,1,0.788,0.702,0.552,0.353,0.179,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88378",6,40.73614,-73.82153,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",6,0.226287,0.180952,1.14,"2013-05-31 00:00",0.856,"2013-05-29 00:00",0.585,"2013-06-24 00:00",0.578,"2013-07-18 00:00","","","","",0.856,0.585,0.496,0.43,0.299,0.191,0.031,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88380",6,40.73614,-73.82153,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.69404,0.364319,1.8,"2013-05-16 00:00",1.6,"2013-10-01 00:00",1.53,"2013-01-28 00:00",1.52,"2013-07-18 00:00","","","","",1.6,1.53,1.39,1.2,0.938,0.619,0.28,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88383",6,40.73614,-73.82153,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.871525,0.454914,2.29,"2013-05-31 00:00",2.09,"2013-05-16 00:00",2.03,"2013-07-18 00:00",1.87,"2013-05-29 00:00","","","","",2.09,2.03,1.83,1.45,1.1,0.805,0.335,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88384",6,40.73614,-73.82153,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",2,0.048653,0.025986,0.138,"2013-08-14 00:00",0.122,"2013-06-12 00:00",0.113,"2013-10-22 00:00",0.111,"2013-07-30 00:00","","","","",0.122,0.113,0.0936,0.0852,0.0639,0.042,0.023,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88385",6,40.73614,-73.82153,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",96,0.001191,0.000926,0.00779,"2013-07-15 00:00",0.00513,"2013-07-09 00:00",0.00493,"2013-07-06 00:00",0.0039,"2013-05-29 00:00","","","","",0.00513,0.00493,0.001,0.001,0.001,0.001,0.001,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88388",6,40.73614,-73.82153,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.472941,0.292544,1.63,"2013-05-31 00:00",1.32,"2013-07-18 00:00",1.25,"2013-06-24 00:00",1.15,"2013-05-29 00:00","","","","",1.32,1.25,1,0.816,0.636,0.38,0.179,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88403",6,40.73614,-73.82153,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.617548,1.027183,5.27,"2013-07-09 00:00",4.71,"2013-07-18 00:00",4.36,"2013-01-28 00:00",3.95,"2013-10-04 00:00","","","","",4.71,4.36,3.64,2.94,2.24,1.27,0.576,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","081","0124","88500",7,40.73614,-73.82153,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",7389,84,305,365,0,629,"","","Certification not required",0,10.053268,7.438263,90.9,"2013-01-27 23:00",59.9,"2013-01-16 10:00",59.2,"2013-01-27 22:00",57.2,"2013-04-11 15:00","","","","",33.4,30.2,24.1,19.8,13.6,8.4,2.4,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","88500",7,40.73614,-73.82153,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",305,84,305,365,0,0,"","","Certification not required",0,10.051803,5.775852,32.2,"2013-12-03 00:00",32.1,"2013-01-29 00:00",31.3,"2013-12-04 00:00",30.4,"2013-01-09 00:00","","","","",30.4,26.7,21.5,17.9,12.8,8.6,4,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","081","0124","88502",6,40.73614,-73.82153,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,8.905714,4.90537,25,"2013-01-28 00:00",22.2,"2013-02-15 00:00",21.7,"2013-02-03 00:00",21.4,"2013-07-18 00:00","","","","",22.2,21.7,18.8,16.6,11.9,7.5,4.3,"QUEENS COLLEGE 2","Queens College 65-30 Kissena Blvd Parking Lot#6","New York","Queens","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-14" +"36","085","0055","68101",1,40.63307,-74.13719,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",104,85,104,122,0,12,"","","Certification not required",11,0.262981,0.113846,0.5,"2013-08-26 00:00",0.4,"2013-01-01 00:00",0.4,"2013-04-28 00:00",0.4,"2013-05-10 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.05,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","68102",1,40.63307,-74.13719,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",104,85,104,122,0,12,"","","Certification not required",0,23.990385,0.098058,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","68103",1,40.63307,-74.13719,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,12,"","","Certification not required",0,8.163107,8.782547,25.1,"2013-07-06 00:00",24.3,"2013-07-21 00:00",23.1,"2013-05-31 00:00",23,"2013-07-09 00:00","","","","",24.3,23.1,22.4,19.6,15,7.9,-1.9,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","68104",1,40.63307,-74.13719,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,8,"","","Certification not required",0,13.582653,9.039113,30.7,"2013-07-06 00:00",29.6,"2013-05-31 00:00",28.1,"2013-07-09 00:00",27.2,"2013-07-21 00:00","","","","",30.7,29.6,26.2,24.3,21.7,14.3,1.8,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","085","0055","68105",1,40.63307,-74.13719,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,12,"","","Certification not required",0,18.506731,9.837666,36.3,"2013-05-31 00:00",36.1,"2013-07-06 00:00",33.8,"2013-07-09 00:00",33.6,"2013-08-20 00:00","","","","",36.1,33.8,32,29.8,28,19.1,4.5,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","68106",1,40.63307,-74.13719,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,760.867347,5.368172,775,"2013-04-22 00:00",772,"2013-11-30 00:00",771,"2013-05-01 00:00",770,"2013-10-13 00:00","","","","",775,772,769,767,764,761,755,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","085","0055","68107",1,40.63307,-74.13719,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,12,"","","Certification not required",0,764.625,5.236518,780,"2013-11-30 00:00",778,"2013-04-22 00:00",775,"2013-01-10 00:00",775,"2013-05-01 00:00","","","","",778,775,772,771,768,765,758,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","68108",1,40.63307,-74.13719,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,12,"","","Certification not required",0,768.134615,5.251089,784,"2013-11-30 00:00",781,"2013-04-22 00:00",778,"2013-01-10 00:00",777,"2013-01-28 00:00","","","","",781,778,777,775,772,768,762,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","68109",1,40.63307,-74.13719,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",104,85,104,122,0,12,"","","Certification not required",0,1435.25,12.363232,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1420,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","88101",1,40.63307,-74.13719,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,0,0,"Certification not required",0,7.705769,4.558633,27.1,"2013-01-28 00:00",22.1,"2013-02-15 00:00",18.3,"2013-10-04 00:00",17.1,"2013-11-15 00:00","","","","",22.1,18.3,16.2,14.1,9.6,6.4,3.5,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","88101",1,40.63307,-74.13719,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,"","","Certification not required",0,7.705769,4.558633,27.1,"2013-01-28 00:00",22.1,"2013-02-15 00:00",18.3,"2013-10-04 00:00",17.1,"2013-11-15 00:00","","","","",22.1,18.3,16.2,14.1,9.6,6.4,3.5,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","88501",3,40.63307,-74.13719,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7159,82,291,365,0,556,"","","Certification not required",0,9.822852,5.740918,48.5,"2013-12-05 09:00",39.9,"2013-12-05 08:00",38.4,"2013-08-28 07:00",38,"2013-07-19 06:00","","","","",28.1,25.1,20.8,17.5,12.7,8.7,3.7,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","88501",3,40.63307,-74.13719,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,9.786598,4.595372,29.9,"2013-07-19 00:00",26.1,"2013-09-11 00:00",25.4,"2013-12-02 00:00",24.4,"2013-08-28 00:00","","","","",25.4,22.8,18.9,15.8,12.3,8.6,5,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","88502",3,40.63307,-74.13719,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7159,82,291,365,0,556,"","","Certification not required",0,9.500601,6.66494,55.6,"2013-12-05 09:00",45.9,"2013-12-05 08:00",42.7,"2013-12-05 10:00",42.4,"2013-12-04 09:00","","","","",30.5,26.9,22,18.3,13,8.2,2.3,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0055","88502",3,40.63307,-74.13719,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,9.457045,5.471945,30,"2013-07-19 00:00",29.7,"2013-12-02 00:00",27.8,"2013-12-03 00:00",27,"2013-12-04 00:00","","","","",27.8,25.7,19.1,16.7,12.7,8.2,3.9,"RICHMOND POST OFFICE","POST OFFICE, 364 PORT RICHMOND AVE.","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0067","44201",1,40.59664,-74.12525,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7461,100,214,214,0,1299,0,0,"Certification not required",295,0.048808,0.01389,0.119,"2013-07-17 13:00",0.085,"2013-07-09 17:00",0.084,"2013-06-27 11:00",0.083,"2013-07-19 15:00","","","","",0.084,0.08,0.072,0.065,0.056,0.049,0.039,"SUSAN WAGNER HS","SUSAN WAGNER HS, 1200 MANOR RD, near Brielle Ave","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0067","44201",1,40.59664,-74.12525,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7506,100,214,214,0,0,1,1,"Certification not required",0,0.043388,0.011997,0.086,"2013-07-17 11:00",0.073,"2013-07-09 10:00",0.071,"2013-07-19 09:00",0.071,"2013-08-21 10:00","","","","",0.071,0.069,0.064,0.059,0.051,0.044,0.035,"SUSAN WAGNER HS","SUSAN WAGNER HS, 1200 MANOR RD, near Brielle Ave","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0067","44201",1,40.59664,-74.12525,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7506,100,214,214,0,0,1,1,"Certification not required",0,0.043388,0.011997,0.086,"2013-07-17 11:00",0.073,"2013-07-09 10:00",0.071,"2013-07-19 09:00",0.071,"2013-08-21 10:00","","","","",0.071,0.069,0.064,0.059,0.051,0.044,0.035,"SUSAN WAGNER HS","SUSAN WAGNER HS, 1200 MANOR RD, near Brielle Ave","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0067","62101",1,40.59664,-74.12525,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8693,99,365,365,0,67,"","","Certification not required",0,54.625446,18.167031,101,"2013-07-15 14:00",100,"2013-07-15 15:00",100,"2013-07-18 15:00",99,"2013-07-15 13:00","","","","",91,87,83,79,70,55,31,"SUSAN WAGNER HS","SUSAN WAGNER HS, 1200 MANOR RD, near Brielle Ave","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0067","62201",1,40.59664,-74.12525,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8693,99,365,365,0,67,"","","Certification not required",0,62.686299,21.172069,99,"2013-12-15 02:00",99,"2013-12-15 03:00",99,"2013-12-15 04:00",99,"2013-12-15 05:00","","","","",98,97,96,93,81,61,34,"SUSAN WAGNER HS","SUSAN WAGNER HS, 1200 MANOR RD, near Brielle Ave","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0067","64101",1,40.59664,-74.12525,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8693,99,365,365,0,67,"","","Certification not required",0,1005.748303,7.297246,1029,"2013-11-30 07:00",1029,"2013-11-30 08:00",1028,"2013-11-29 21:00",1028,"2013-11-29 22:00","","","","",1023,1021,1018,1015,1011,1006,997,"SUSAN WAGNER HS","SUSAN WAGNER HS, 1200 MANOR RD, near Brielle Ave","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0111","43502",2,40.58027,-74.19832,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",0,1.842308,0.735485,3.3,"2013-05-16 00:00",3.3,"2013-06-09 00:00",3.1,"2013-06-27 00:00",2.7,"2013-04-10 00:00","","","","",3.3,3.3,3.3,3.1,2.4,1.7,1,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43503",2,40.58027,-74.19832,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",0,1.811538,0.883324,4.4,"2013-05-16 00:00",3.2,"2013-06-09 00:00",3,"2013-04-10 00:00",2.5,"2013-06-15 00:00","","","","",4.4,4.4,3.2,3,2.2,1.8,0.8,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43504",2,40.58027,-74.19832,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",0,0.546154,0.596812,2.8,"2013-06-09 00:00",1.8,"2013-06-15 00:00",1.1,"2013-05-16 00:00",1.1,"2013-05-22 00:00","","","","",2.8,2.8,1.8,1.1,0.6,0.4,0.2,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43510",2,40.58027,-74.19832,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",1,0.173462,0.113571,0.456,"2013-05-16 00:00",0.432,"2013-06-09 00:00",0.336,"2013-05-28 00:00",0.328,"2013-06-15 00:00","","","","",0.456,0.456,0.432,0.336,0.24,0.148,0.076,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43515",2,40.58027,-74.19832,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",17,0.093462,0.108993,0.46,"2013-06-09 00:00",0.39,"2013-06-15 00:00",0.2,"2013-06-03 00:00",0.19,"2013-05-22 00:00","","","","",0.46,0.46,0.39,0.2,0.08,0.05,0.02,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43516",2,40.58027,-74.19832,"WGS84","Trans-Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",17,0.057692,0.031408,0.13,"2013-05-16 00:00",0.11,"2013-06-09 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-29 00:00","","","","",0.13,0.13,0.11,0.1,0.09,0.05,0.02,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43517",2,40.58027,-74.19832,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",20,0.051538,0.022216,0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.09,"2013-05-28 00:00",0.08,"2013-05-10 00:00","","","","",0.1,0.1,0.1,0.09,0.05,0.05,0.03,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43518",2,40.58027,-74.19832,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",7,0.135,0.09083,0.39,"2013-04-28 00:00",0.3,"2013-05-04 00:00",0.3,"2013-05-16 00:00",0.23,"2013-06-09 00:00","","","","",0.39,0.39,0.3,0.3,0.19,0.1,0.05,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","43552",2,40.58027,-74.19832,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",1,0.705,0.376651,1.5,"2013-02-27 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-15 00:00",1.14,"2013-05-16 00:00","","","","",1.5,1.5,1.2,1.2,1,0.7,0.22,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","45501",2,40.58027,-74.19832,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",1,0.932115,0.642776,2.3,"2013-04-10 00:00",2.15,"2013-04-04 00:00",1.62,"2013-04-28 00:00",1.6,"2013-01-22 00:00","","","","",2.3,2.3,2.15,1.62,1.38,1,0.09,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","45504",2,40.58027,-74.19832,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",19,0.067308,0.040749,0.2,"2013-06-27 00:00",0.16,"2013-05-04 00:00",0.12,"2013-05-16 00:00",0.1,"2013-03-29 00:00","","","","",0.2,0.2,0.16,0.12,0.09,0.05,0.04,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-11-14" +"36","085","0111","64101",1,40.58027,-74.19832,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",4332,49,179,365,0,4398,"","","Certification not required",0,582.457756,320.315487,782,"2013-01-10 23:00",781,"2013-01-10 18:00",781,"2013-01-10 19:00",781,"2013-01-10 20:00","","","","",778,774,772,770,768,766,23,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0111","88501",3,40.58027,-74.19832,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5850,67,241,365,0,1439,"","","Certification not required",0,8.678786,5.204024,104.6,"2013-02-24 23:00",75,"2013-02-05 10:00",39.3,"2013-01-09 08:00",38.2,"2013-01-08 08:00","","","","",24.1,21.7,18.3,15.4,11.1,7.7,3.5,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0111","88501",3,40.58027,-74.19832,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",241,66,241,365,0,0,"","","Certification not required",0,8.575519,3.66495,21.9,"2013-12-02 00:00",21,"2013-12-04 00:00",20.8,"2013-12-03 00:00",19.1,"2013-01-09 00:00","","","","",20.8,18.8,15.7,13.6,10,7.5,4.9,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0111","88502",3,40.58027,-74.19832,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5625,64,232,365,0,1663,"","","Certification not required",0,7.959929,6.059104,115.2,"2013-02-24 23:00",83.5,"2013-02-05 10:00",45.5,"2013-01-09 08:00",44.4,"2013-01-08 08:00","","","","",26.5,23.6,19.2,15.8,10.8,6.6,1.9,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","085","0111","88502",3,40.58027,-74.19832,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",232,64,232,365,0,0,"","","Certification not required",0,7.851724,4.395353,23.6,"2013-12-02 00:00",23.1,"2013-01-09 00:00",22.7,"2013-12-04 00:00",22.4,"2013-12-03 00:00","","","","",22.7,21.5,16.7,13.9,10,6.7,3.6,"FRESHKILLS WEST","FRESHKILLS WEST 310 West Service Road","New York","Richmond","New York","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","44201",1,41.18208,-74.02819,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8560,99,212,214,0,198,0,0,"Certification not required",439,0.046896,0.012287,0.097,"2013-09-11 13:00",0.085,"2013-05-31 16:00",0.079,"2013-06-27 14:00",0.076,"2013-07-27 15:00","","","","",0.079,0.075,0.069,0.062,0.054,0.047,0.04,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","44201",1,41.18208,-74.02819,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,210,214,0,0,0,0,"Certification not required",0,0.041533,0.011253,0.083,"2013-09-11 11:00",0.075,"2013-05-31 11:00",0.071,"2013-07-19 11:00",0.069,"2013-06-27 10:00","","","","",0.071,0.067,0.06,0.056,0.049,0.043,0.036,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","44201",1,41.18208,-74.02819,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8651,98,210,214,0,0,1,1,"Certification not required",0,0.041533,0.011253,0.083,"2013-09-11 11:00",0.075,"2013-05-31 11:00",0.071,"2013-07-19 11:00",0.069,"2013-06-27 10:00","","","","",0.071,0.067,0.06,0.056,0.049,0.043,0.036,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","64101",1,41.18208,-74.02819,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8755,100,365,365,0,3,"","","Certification not required",0,999.125414,7.239879,1022,"2013-11-30 01:00",1022,"2013-11-30 02:00",1022,"2013-11-30 03:00",1022,"2013-11-30 04:00","","","","",1017,1014,1011,1008,1004,999,990,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","88501",3,41.18208,-74.02819,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7976,91,334,365,0,62,"","","Certification not required",0,9.158952,5.364654,49.2,"2013-07-19 21:00",47.7,"2013-07-19 20:00",44.5,"2013-07-19 22:00",42.8,"2013-07-19 19:00","","","","",27.7,23.3,19.1,16.2,11.6,8,3.8,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","88501",3,41.18208,-74.02819,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,"","","Certification not required",0,9.114371,4.393064,30.6,"2013-07-19 00:00",29.1,"2013-07-20 00:00",28.1,"2013-09-11 00:00",25.6,"2013-06-25 00:00","","","","",25.6,20.7,17.4,15.2,11.3,8.1,4.8,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","88502",3,41.18208,-74.02819,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7975,91,334,365,0,63,"","","Certification not required",0,7.678445,6.000615,50,"2013-07-19 21:00",48.4,"2013-07-19 20:00",44.8,"2013-07-19 22:00",43,"2013-07-19 19:00","","","","",27.4,23.7,18.9,15.2,10.6,6.6,1.4,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","087","0005","88502",3,41.18208,-74.02819,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,"","","Certification not required",0,7.642216,4.934452,29.4,"2013-07-19 00:00",27.8,"2013-07-20 00:00",27.4,"2013-09-11 00:00",25.5,"2013-12-04 00:00","","","","",25.5,21.7,17.7,13.5,9.9,6.8,2.4,"Rockland County","2 South Mountain Road","New York","Rockland","","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","091","0004","44201",1,43.01209,-73.6489,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8604,99,212,214,0,104,0,0,"Certification not required",80,0.041925,0.011061,0.071,"2013-05-01 16:00",0.07,"2013-04-28 20:00",0.069,"2013-09-11 15:00",0.068,"2013-07-09 17:00","","","","",0.069,0.066,0.063,0.057,0.05,0.044,0.037,"STILLWATER","SARATOGA NATIONAL HISTORICAL PARK","New York","Saratoga","","Albany-Schenectady-Troy, NY","2014-02-07" +"36","091","0004","44201",1,43.01209,-73.6489,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8643,99,211,214,0,0,0,0,"Certification not required",0,0.03782,0.010401,0.068,"2013-05-01 11:00",0.063,"2013-09-11 10:00",0.062,"2013-04-28 14:00",0.062,"2013-05-31 11:00","","","","",0.062,0.061,0.056,0.053,0.046,0.04,0.034,"STILLWATER","SARATOGA NATIONAL HISTORICAL PARK","New York","Saratoga","","Albany-Schenectady-Troy, NY","2014-02-07" +"36","091","0004","44201",1,43.01209,-73.6489,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8643,99,211,214,0,0,0,0,"Certification not required",0,0.03782,0.010401,0.068,"2013-05-01 11:00",0.063,"2013-09-11 10:00",0.062,"2013-04-28 14:00",0.062,"2013-05-31 11:00","","","","",0.062,0.061,0.056,0.053,0.046,0.04,0.034,"STILLWATER","SARATOGA NATIONAL HISTORICAL PARK","New York","Saratoga","","Albany-Schenectady-Troy, NY","2014-02-07" +"36","101","0003","42101",1,42.09142,-77.20978,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8272,94,344,365,0,482,0,0,"Certification not required",0,0.14232,0.044444,0.595,"2013-01-25 10:00",0.45,"2013-08-24 00:00",0.403,"2013-08-23 23:00",0.399,"2013-08-24 02:00","","","","",0.282,0.264,0.23,0.199,0.16,0.135,0.101,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42101",1,42.09142,-77.20978,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8243,94,334,365,0,0,0,0,"Certification not required",0,0.134781,0.054207,0.4,"2013-08-24 05:00",0.4,"2013-08-24 06:00",0.4,"2013-08-24 07:00",0.4,"2013-08-24 08:00",0.4,"2013-08-24 05:00",0.4,"2013-08-25 04:00",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42401",2,42.09142,-77.20978,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8553,98,363,365,0,200,0,"","Certification not required",0,1.073829,1.489875,10.4,"2013-12-19 06:00",9.9,"2013-01-06 01:00",8.7,"2013-01-09 04:00",8.4,"2013-02-02 16:00","","","","",8.4,6.2,3.5,2.6,1.4,0.6,0.1,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42401",2,42.09142,-77.20978,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8553,98,363,365,0,200,"","","Certification not required",0,0.388355,0.747999,10.4,"2013-12-19 06:00",9.9,"2013-01-06 01:00",8.8,"2013-01-06 02:00",8.7,"2013-01-09 04:00","","","","",3.9,2.7,1.6,1,0.4,0.1,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42401",2,42.09142,-77.20978,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.390909,0.595981,4.9,"2013-01-06 00:00",4.1,"2013-01-08 00:00",3.5,"2013-12-20 00:00",3.4,"2013-12-19 00:00","","","","",3.4,2.3,1.3,0.9,0.5,0.2,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42401",2,42.09142,-77.20978,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2756,94,360,365,0,0,"",0,"Certification not required",0,0.363607,0.708686,8.2,"2013-12-19 08:00",7.4,"2013-01-09 05:00",7.2,"2013-02-02 17:00",6.9,"2013-01-06 05:00","","","","",3.8,2.6,1.6,1,0.4,0.1,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42401",5,42.09142,-77.20978,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",102856,98,365,365,0,2161,"","","Certification not required",0,0.389318,0.756088,11.3,"2013-12-19 06:15",11.3,"2013-12-19 06:20",11.1,"2013-12-19 06:10",11,"2013-12-19 06:25","","","","",3.9,2.7,1.6,1,0.4,0.1,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-10" +"36","101","0003","42600",5,42.09142,-77.20978,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8197,94,343,365,0,539,"","","Certification not required",0,2.087068,1.895215,21.7,"2013-02-07 03:00",18.2,"2013-02-07 01:00",17.3,"2013-12-03 20:00",16.3,"2013-02-07 04:00","","","","",9.6,7.7,5.6,4.3,2.7,1.5,0.5,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42601",5,42.09142,-77.20978,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8088,92,332,365,0,539,"","","Certification not required",0,0.010213,0.220339,3.2,"2013-12-03 09:00",2.8,"2013-12-03 10:00",2.6,"2013-12-03 11:00",2.4,"2013-06-25 20:00","","","","",1.1,0.8,0.3,0.1,0,0,-0.1,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","42612",5,42.09142,-77.20978,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8213,94,343,365,0,539,"","","Certification not required",0,2.110033,1.821606,21.7,"2013-02-07 03:00",18.3,"2013-02-07 01:00",16.5,"2013-02-07 04:00",16.2,"2013-12-03 20:00","","","","",9.3,7.3,5.4,4.2,2.7,1.6,0.5,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","44201",1,42.09142,-77.20978,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7628,84,180,214,0,1126,0,0,"Certification not required",33,0.041289,0.010966,0.073,"2013-05-15 16:00",0.067,"2013-08-21 12:00",0.065,"2013-04-28 15:00",0.064,"2013-06-22 13:00","","","","",0.067,0.064,0.06,0.057,0.048,0.043,0.037,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","44201",1,42.09142,-77.20978,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7717,81,174,214,0,0,0,0,"Certification not required",0,0.038184,0.010538,0.065,"2013-05-15 12:00",0.063,"2013-04-28 09:00",0.063,"2013-08-21 10:00",0.061,"2013-06-22 10:00","","","","",0.063,0.061,0.056,0.052,0.045,0.04,0.035,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","44201",1,42.09142,-77.20978,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7717,81,174,214,0,0,0,0,"Certification not required",0,0.038184,0.010538,0.065,"2013-05-15 12:00",0.063,"2013-04-28 09:00",0.063,"2013-08-21 10:00",0.061,"2013-06-22 10:00","","","","",0.063,0.061,0.056,0.052,0.045,0.04,0.035,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68101",1,42.09142,-77.20978,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",105,100,57,61,0,13,"","","Certification not required",57,0.127143,0.101676,0.4,"2013-03-14 00:00",0.4,"2013-10-28 00:00",0.4,"2013-11-21 00:00",0.3,"2013-01-22 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68102",1,42.09142,-77.20978,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",105,100,57,61,0,13,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68103",1,42.09142,-77.20978,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",105,100,57,61,0,13,"","","Certification not required",0,2.532381,9.805586,20,"2013-07-18 00:00",19.5,"2013-07-15 00:00",19.1,"2013-07-03 00:00",19.1,"2013-07-06 00:00","","","","",19.5,19.1,17.6,16.2,10.4,2.6,-10.3,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68103",5,42.09142,-77.20978,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,102,122,0,3,"","","Certification not required",0,4.429126,9.228649,19.6,"2013-07-18 00:00",18.8,"2013-07-03 00:00",18.8,"2013-07-15 00:00",18.6,"2013-07-06 00:00","","","","",18.8,18.8,17.7,16.6,11.2,5.8,-8,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","68104",1,42.09142,-77.20978,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",95,100,52,61,0,13,"","","Certification not required",0,8.365263,10.150776,25.1,"2013-07-15 00:00",24.5,"2013-07-18 00:00",23.6,"2013-07-06 00:00",23.5,"2013-07-03 00:00","","","","",25.1,24.5,22.7,20.9,17.3,9.4,-5,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68104",5,42.09142,-77.20978,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,102,122,0,3,"","","Certification not required",0,14.914563,11.092529,33.9,"2013-07-18 00:00",32.1,"2013-05-31 00:00",31.3,"2013-05-22 00:00",31.3,"2013-07-15 00:00","","","","",32.1,31.3,30.7,27.9,24.4,16.8,-0.2,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","68105",1,42.09142,-77.20978,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",105,100,57,61,0,13,"","","Certification not required",0,12.588571,11.406942,33.4,"2013-07-18 00:00",31.5,"2013-07-15 00:00",31.1,"2013-07-06 00:00",31,"2013-06-24 00:00","","","","",31.5,31.1,28.7,27.7,23.2,12.2,-1.3,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68105",5,42.09142,-77.20978,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,101,122,0,4,"","","Certification not required",0,9.769608,10.028482,26.8,"2013-07-18 00:00",25.1,"2013-07-15 00:00",24.5,"2013-05-22 00:00",24.5,"2013-06-24 00:00","","","","",25.1,24.5,24.4,22.1,17.4,11.8,-4,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","68106",1,42.09142,-77.20978,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,100,52,61,0,13,"","","Certification not required",0,716.326316,5.131136,729,"2013-11-21 00:00",728,"2013-01-10 00:00",727,"2013-11-30 00:00",725,"2013-07-15 00:00","","","","",729,728,725,723,719,717,710,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68106",5,42.09142,-77.20978,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,102,122,0,3,"","","Certification not required",0,711.902913,5.588003,724,"2013-07-15 00:00",723,"2013-04-22 00:00",721,"2013-05-01 00:00",721,"2013-06-21 00:00","","","","",723,721,720,719,716,712,705,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","68107",1,42.09142,-77.20978,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,13,"","","Certification not required",0,720.361905,4.953871,734,"2013-11-30 00:00",733,"2013-01-10 00:00",733,"2013-11-21 00:00",729,"2013-11-24 00:00","","","","",733,733,728,727,723,720,714,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68107",5,42.09142,-77.20978,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,102,122,0,3,"","","Certification not required",0,719.466019,4.717127,732,"2013-04-22 00:00",730,"2013-01-10 00:00",729,"2013-07-15 00:00",728,"2013-05-01 00:00","","","","",730,729,726,725,722,720,714,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","68108",1,42.09142,-77.20978,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",105,86,105,122,0,13,"","","Certification not required",0,723.609524,5.02971,740,"2013-11-30 00:00",736,"2013-01-10 00:00",736,"2013-11-21 00:00",733,"2013-12-24 00:00","","","","",736,736,732,731,727,723,718,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","68108",5,42.09142,-77.20978,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,102,122,0,3,"","","Certification not required",0,715.883495,5.006468,728,"2013-04-22 00:00",727,"2013-07-15 00:00",725,"2013-05-01 00:00",724,"2013-01-10 00:00","","","","",727,725,723,722,720,716,709,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","68109",1,42.09142,-77.20978,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",105,86,105,122,0,13,"","","Certification not required",0,1439.571429,2.526236,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","85101",4,42.09142,-77.20978,"WGS84","PM10 - LC","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5219,60,214,365,0,2791,"","","Certification not required",0,9.454723,6.852349,111.2,"2013-08-07 09:00",72.8,"2013-02-05 15:00",66.2,"2013-06-23 13:00",63.7,"2013-06-20 10:00","","","","",31,26.1,21,17.9,12.9,8.3,2.4,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","86502",4,42.09142,-77.20978,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5465,62,224,365,0,2569,"","","Certification not required",0,2.123952,3.000856,103.3,"2013-08-07 09:00",54.2,"2013-06-20 10:00",43.9,"2013-06-23 13:00",34.7,"2013-06-17 15:00","","","","",11,8.4,5.9,4.6,2.9,1.7,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","88101",1,42.09142,-77.20978,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,17,0,0,"Certification not required",0,5.78,3.770671,21,"2013-12-03 00:00",18.4,"2013-09-10 00:00",14.8,"2013-10-31 00:00",14.7,"2013-06-24 00:00","","","","",18.4,14.8,13.6,10.3,7.3,4.9,2.1,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","88101",1,42.09142,-77.20978,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,17,"","","Certification not required",0,5.78,3.770671,21,"2013-12-03 00:00",18.4,"2013-09-10 00:00",14.8,"2013-10-31 00:00",14.7,"2013-06-24 00:00","","","","",18.4,14.8,13.6,10.3,7.3,4.9,2.1,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","88102",5,42.09142,-77.20978,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",96,0.020314,0.00803,0.057,"2013-06-15 00:00",0.056,"2013-07-03 00:00",0.05,"2013-07-06 00:00",0.043,"2013-11-09 00:00","","","","",0.056,0.05,0.026,0.026,0.021,0.0195,0.014,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88103",5,42.09142,-77.20978,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.00048,0.000853,0.006,"2013-06-18 00:00",0.002,"2013-01-28 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-31 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88104",5,42.09142,-77.20978,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",74,0.030294,0.097873,0.947,"2013-07-15 00:00",0.263,"2013-05-01 00:00",0.158,"2013-05-04 00:00",0.149,"2013-07-18 00:00","","","","",0.263,0.158,0.064,0.047,0.016,0.0115,0.0065,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88107",5,42.09142,-77.20978,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.006639,0.006258,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88109",5,42.09142,-77.20978,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",36,0.002326,0.001576,0.0077,"2013-02-03 00:00",0.0071,"2013-03-11 00:00",0.007,"2013-10-31 00:00",0.0061,"2013-10-16 00:00","","","","",0.0071,0.007,0.0057,0.0045,0.0032,0.002,0.00065,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88110",5,42.09142,-77.20978,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.001588,0.004411,0.033,"2013-08-14 00:00",0.019,"2013-04-13 00:00",0.016,"2013-02-15 00:00",0.008,"2013-09-22 00:00","","","","",0.019,0.016,0.007,0.005,0,0,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88111",5,42.09142,-77.20978,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",46,0.026097,0.110329,0.874,"2013-07-15 00:00",0.715,"2013-07-18 00:00",0.069,"2013-05-01 00:00",0.049,"2013-06-12 00:00","","","","",0.715,0.069,0.0357,0.026,0.0146,0.0076,0.00235,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88112",5,42.09142,-77.20978,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.003402,0.007507,0.055,"2013-09-22 00:00",0.047,"2013-07-30 00:00",0.017,"2013-09-19 00:00",0.014,"2013-01-28 00:00","","","","",0.047,0.017,0.011,0.006,0.003,0.002,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88113",5,42.09142,-77.20978,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",97,0.000744,0.000457,0.005,"2013-07-15 00:00",0.0015,"2013-01-28 00:00",0.0014,"2013-04-28 00:00",0.0013,"2013-05-04 00:00","","","","",0.0015,0.0014,0.001,0.001,0.0007,0.0007,0.00055,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88114",5,42.09142,-77.20978,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",90,0.001283,0.0014,0.013,"2013-07-15 00:00",0.0046,"2013-07-30 00:00",0.0041,"2013-07-18 00:00",0.004,"2013-01-25 00:00","","","","",0.0046,0.0041,0.0035,0.0019,0.00125,0.00095,0.00065,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88115",5,42.09142,-77.20978,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",82,0.007793,0.018159,0.152,"2013-07-15 00:00",0.0901,"2013-07-18 00:00",0.0595,"2013-11-03 00:00",0.0438,"2013-10-13 00:00","","","","",0.0901,0.0595,0.0171,0.0089,0.00405,0.00405,0.00245,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88117",5,42.09142,-77.20978,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.006626,0.009987,0.0435,"2013-06-18 00:00",0.0435,"2013-07-15 00:00",0.043,"2013-02-18 00:00",0.043,"2013-02-21 00:00","","","","",0.0435,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88118",5,42.09142,-77.20978,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.008885,0.006266,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88126",5,42.09142,-77.20978,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",4,0.035805,0.082936,0.799,"2013-07-15 00:00",0.184,"2013-07-30 00:00",0.181,"2013-07-18 00:00",0.147,"2013-05-01 00:00","","","","",0.184,0.181,0.086,0.0565,0.0317,0.0192,0.0063,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88128",5,42.09142,-77.20978,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.000627,0.001304,0.007,"2013-08-11 00:00",0.006,"2013-10-13 00:00",0.005,"2013-01-13 00:00",0.004,"2013-06-15 00:00","","","","",0.006,0.005,0.003,0.002,0.001,0,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88131",5,42.09142,-77.20978,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",99,0.009892,0.003487,0.019,"2013-10-22 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-03-05 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88132",5,42.09142,-77.20978,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.001059,0.002753,0.025,"2013-07-15 00:00",0.011,"2013-07-18 00:00",0.004,"2013-05-16 00:00",0.003,"2013-02-18 00:00","","","","",0.011,0.004,0.003,0.002,0.001,0,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88136",5,42.09142,-77.20978,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.000598,0.003157,0.028,"2013-07-15 00:00",0.015,"2013-07-30 00:00",0.003,"2013-01-28 00:00",0.003,"2013-07-18 00:00","","","","",0.015,0.003,0.002,0.001,0,0,0,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88140",5,42.09142,-77.20978,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",96,0.011875,0.028463,0.225,"2013-07-15 00:00",0.185,"2013-07-18 00:00",0.0576,"2013-03-08 00:00",0.0433,"2013-08-05 00:00","","","","",0.185,0.0576,0.013,0.009,0.009,0.006,0.00475,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88152",5,42.09142,-77.20978,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.00921,0.035811,0.367,"2013-07-18 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88154",5,42.09142,-77.20978,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",100,0.001062,0.000271,0.0017,"2013-06-24 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88160",5,42.09142,-77.20978,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",102,0.012412,0.003519,0.018,"2013-01-22 00:00",0.018,"2013-01-25 00:00",0.018,"2013-03-05 00:00",0.018,"2013-03-08 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88161",5,42.09142,-77.20978,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",93,0.003896,0.010073,0.102,"2013-07-15 00:00",0.02,"2013-07-18 00:00",0.0117,"2013-05-07 00:00",0.011,"2013-05-01 00:00","","","","",0.02,0.0117,0.0071,0.00265,0.00265,0.0025,0.0021,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88164",5,42.09142,-77.20978,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.001611,0.000235,0.002,"2013-07-15 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88165",5,42.09142,-77.20978,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",28,0.077772,0.227429,2.07,"2013-07-15 00:00",0.946,"2013-07-18 00:00",0.378,"2013-05-04 00:00",0.359,"2013-05-01 00:00","","","","",0.946,0.378,0.178,0.134,0.06,0.028,0.006,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88166",5,42.09142,-77.20978,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",101,0.008037,0.004808,0.019,"2013-09-16 00:00",0.019,"2013-09-22 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-01-25 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88167",5,42.09142,-77.20978,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",45,0.003772,0.0071,0.071,"2013-09-22 00:00",0.014,"2013-07-15 00:00",0.0102,"2013-07-18 00:00",0.0097,"2013-02-06 00:00","","","","",0.014,0.0102,0.0083,0.0059,0.0043,0.0024,0.00105,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88168",5,42.09142,-77.20978,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",97,0.001366,0.000934,0.0079,"2013-08-14 00:00",0.0053,"2013-03-11 00:00",0.0042,"2013-07-15 00:00",0.0042,"2013-07-30 00:00","","","","",0.0053,0.0042,0.00175,0.00175,0.00155,0.00115,0.00085,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88169",5,42.09142,-77.20978,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,0.540346,0.407093,1.94,"2013-07-09 00:00",1.72,"2013-08-20 00:00",1.68,"2013-10-04 00:00",1.66,"2013-08-26 00:00","","","","",1.72,1.68,1.39,1.13,0.698,0.448,0.131,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88176",5,42.09142,-77.20978,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",100,0.000996,0.00038,0.0041,"2013-07-15 00:00",0.0015,"2013-07-18 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-01-25 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88180",5,42.09142,-77.20978,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",10,0.050326,0.100593,0.888,"2013-07-18 00:00",0.556,"2013-07-15 00:00",0.091,"2013-03-20 00:00",0.0864,"2013-08-29 00:00","","","","",0.556,0.091,0.078,0.0669,0.0531,0.037,0.0055,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88184",5,42.09142,-77.20978,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",82,0.037578,0.045005,0.289,"2013-07-15 00:00",0.226,"2013-03-11 00:00",0.165,"2013-10-13 00:00",0.158,"2013-11-06 00:00","","","","",0.226,0.165,0.126,0.09,0.027,0.02,0.0155,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88185",5,42.09142,-77.20978,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",98,0.003429,0.003593,0.0115,"2013-01-22 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-03-08 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88301",5,42.09142,-77.20978,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",13,0.348554,0.340909,1.56,"2013-09-10 00:00",1.55,"2013-02-24 00:00",1.21,"2013-08-20 00:00",1.15,"2013-07-09 00:00","","","","",1.55,1.21,1.05,0.77,0.552,0.246,0.0125,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88302",5,42.09142,-77.20978,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",13,0.056272,0.057779,0.36,"2013-11-06 00:00",0.283,"2013-03-11 00:00",0.272,"2013-10-13 00:00",0.19,"2013-05-07 00:00","","","","",0.283,0.272,0.18,0.1,0.07,0.0401,0.015,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88303",5,42.09142,-77.20978,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",35,0.028969,0.020821,0.116,"2013-07-12 00:00",0.086,"2013-07-09 00:00",0.084,"2013-07-15 00:00",0.0819,"2013-08-23 00:00","","","","",0.086,0.084,0.068,0.05,0.041,0.025,0.0115,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88306",5,42.09142,-77.20978,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",1,0.397625,0.386503,1.83,"2013-02-03 00:00",1.67,"2013-01-04 00:00",1.6,"2013-01-28 00:00",1.55,"2013-02-24 00:00","","","","",1.67,1.6,1.24,0.866,0.506,0.246,0.095,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88355",5,42.09142,-77.20978,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,1.40012,0.775307,3.36,"2013-05-31 00:00",3.3,"2013-06-15 00:00",3.15,"2013-08-17 00:00",3.11,"2013-08-29 00:00","","","","",3.36,3.3,3.03,2.62,1.91,1.23,0.584,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88357",5,42.09142,-77.20978,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.093735,0.053006,0.298,"2013-10-16 00:00",0.271,"2013-10-31 00:00",0.197,"2013-01-13 00:00",0.187,"2013-10-13 00:00","","","","",0.298,0.271,0.183,0.167,0.117,0.082,0.033,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88370",5,42.09142,-77.20978,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,1.292711,0.709295,3.23,"2013-05-31 00:00",3.14,"2013-06-15 00:00",2.95,"2013-08-17 00:00",2.93,"2013-08-29 00:00","","","","",3.23,3.14,2.81,2.33,1.72,1.15,0.567,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88374",5,42.09142,-77.20978,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",3,0.095807,0.076792,0.338,"2013-09-10 00:00",0.31,"2013-07-12 00:00",0.279,"2013-07-27 00:00",0.26,"2013-08-20 00:00","","","","",0.338,0.31,0.256,0.212,0.119,0.072,0.025,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88375",5,42.09142,-77.20978,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.334458,0.202575,0.969,"2013-05-31 00:00",0.888,"2013-08-29 00:00",0.761,"2013-07-12 00:00",0.745,"2013-07-27 00:00","","","","",0.969,0.888,0.716,0.667,0.448,0.29,0.126,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88376",5,42.09142,-77.20978,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.331518,0.187813,1.08,"2013-06-15 00:00",0.83,"2013-08-17 00:00",0.81,"2013-06-21 00:00",0.735,"2013-05-31 00:00","","","","",1.08,0.83,0.681,0.61,0.392,0.29,0.146,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88377",5,42.09142,-77.20978,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.236831,0.134915,0.653,"2013-05-31 00:00",0.632,"2013-06-15 00:00",0.541,"2013-08-20 00:00",0.534,"2013-06-21 00:00","","","","",0.653,0.632,0.528,0.428,0.306,0.192,0.099,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88378",5,42.09142,-77.20978,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.294518,0.165144,0.728,"2013-08-29 00:00",0.708,"2013-08-17 00:00",0.619,"2013-05-31 00:00",0.608,"2013-07-12 00:00","","","","",0.728,0.708,0.57,0.547,0.424,0.234,0.099,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88380",5,42.09142,-77.20978,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.200506,0.121154,0.581,"2013-09-10 00:00",0.557,"2013-10-31 00:00",0.487,"2013-10-16 00:00",0.429,"2013-07-27 00:00","","","","",0.581,0.557,0.406,0.354,0.293,0.173,0.069,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88383",5,42.09142,-77.20978,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.44643,0.256509,1.09,"2013-09-10 00:00",1.04,"2013-10-31 00:00",0.987,"2013-08-17 00:00",0.977,"2013-08-29 00:00","","","","",1.09,1.04,0.933,0.837,0.633,0.399,0.16,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88384",5,42.09142,-77.20978,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",1,0.048427,0.03026,0.223,"2013-06-30 00:00",0.108,"2013-05-16 00:00",0.0995,"2013-07-12 00:00",0.0974,"2013-07-03 00:00","","","","",0.223,0.108,0.0954,0.0795,0.0628,0.0429,0.0184,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88385",5,42.09142,-77.20978,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",81,0.001054,0.000374,0.00414,"2013-08-02 00:00",0.00235,"2013-06-21 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00414,0.00235,0.001,0.001,0.001,0.001,0.001,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88388",5,42.09142,-77.20978,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,23,"","","Certification not required",0,0.401265,0.236929,1,"2013-09-10 00:00",0.914,"2013-08-29 00:00",0.906,"2013-08-17 00:00",0.874,"2013-07-27 00:00","","","","",1,0.914,0.829,0.753,0.54,0.322,0.131,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88403",5,42.09142,-77.20978,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,101,122,0,4,"","","Certification not required",0,1.29126,1.064894,5.51,"2013-09-10 00:00",5.24,"2013-07-09 00:00",4.55,"2013-08-20 00:00",3.86,"2013-07-18 00:00","","","","",5.24,4.55,3.32,2.76,1.72,1.1,0.281,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","101","0003","88500",4,42.09142,-77.20978,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",5464,62,224,365,0,2569,"","","Certification not required",0,7.375018,5.372537,51.2,"2013-02-05 15:00",39.7,"2013-09-11 06:00",38.8,"2013-09-11 05:00",37.4,"2013-05-30 09:00","","","","",23,20.2,17.1,14.5,10.4,6.6,1.4,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","88500",4,42.09142,-77.20978,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",224,61,224,365,0,0,"","","Certification not required",0,7.273661,3.650576,22.4,"2013-09-11 00:00",19.5,"2013-09-10 00:00",17.5,"2013-06-23 00:00",17.2,"2013-06-22 00:00","","","","",17.5,16.7,14,12.1,9.4,6.4,3.3,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-07" +"36","101","0003","88502",5,42.09142,-77.20978,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",100,82,99,122,0,6,"","","Certification not required",0,6.755,6.066906,55.6,"2013-07-15 00:00",16.1,"2013-10-31 00:00",15.4,"2013-07-09 00:00",14.8,"2013-08-20 00:00","","","","",55.6,16.1,14.6,13,8,5.9,2.1,"PINNACLE STATE PARK","8301 ACKERSON ROAD, Pinnacle State Park","New York","Steuben","","Corning, NY","2014-02-14" +"36","103","0002","44201",1,40.74529,-73.41919,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8553,100,213,214,0,200,0,0,"Certification not required",794,0.048136,0.013937,0.102,"2013-07-18 15:00",0.095,"2013-05-30 13:00",0.093,"2013-07-17 16:00",0.089,"2013-06-25 13:00","","","","",0.093,0.086,0.073,0.065,0.055,0.048,0.039,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","44201",1,40.74529,-73.41919,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8549,99,211,214,0,0,0,0,"Certification not required",0,0.042621,0.011903,0.083,"2013-07-18 12:00",0.075,"2013-06-25 10:00",0.074,"2013-05-30 11:00",0.072,"2013-07-17 11:00","","","","",0.074,0.071,0.063,0.056,0.05,0.043,0.036,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","44201",1,40.74529,-73.41919,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8549,99,211,214,0,0,1,1,"Certification not required",0,0.042621,0.011903,0.083,"2013-07-18 12:00",0.075,"2013-06-25 10:00",0.074,"2013-05-30 11:00",0.072,"2013-07-17 11:00","","","","",0.074,0.071,0.063,0.056,0.05,0.043,0.036,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68101",1,40.74529,-73.41919,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,96,117,122,0,3,"","","Certification not required",60,0.164957,0.147284,0.6,"2013-09-01 00:00",0.5,"2013-06-24 00:00",0.5,"2013-06-30 00:00",0.5,"2013-07-06 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.05,0.05,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68102",1,40.74529,-73.41919,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,96,117,122,0,3,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68103",1,40.74529,-73.41919,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,3,"","","Certification not required",0,8.505128,9.283317,26.5,"2013-07-18 00:00",25.8,"2013-07-15 00:00",24.1,"2013-07-21 00:00",24,"2013-07-06 00:00","","","","",25.8,24.1,23.2,20.9,16.6,7.4,-2.6,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68104",1,40.74529,-73.41919,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,3,"","","Certification not required",0,14.221495,9.336973,32,"2013-07-18 00:00",30.6,"2013-07-15 00:00",30,"2013-07-06 00:00",27.8,"2013-06-24 00:00","","","","",30.6,30,27.6,25.5,22.5,15.3,1.6,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","103","0002","68105",1,40.74529,-73.41919,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,3,"","","Certification not required",0,18.693162,10.308506,39.4,"2013-07-18 00:00",36.3,"2013-07-15 00:00",36.1,"2013-07-06 00:00",36,"2013-06-24 00:00","","","","",36.3,36.1,33.2,30.9,28,19.6,5.2,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68106",1,40.74529,-73.41919,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,3,"","","Certification not required",0,758.224299,5.580134,772,"2013-04-22 00:00",770,"2013-11-21 00:00",769,"2013-11-30 00:00",768,"2013-05-01 00:00","","","","",770,769,767,766,762,758,752,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-01-09" +"36","103","0002","68107",1,40.74529,-73.41919,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,3,"","","Certification not required",0,761.555556,5.347324,776,"2013-11-30 00:00",775,"2013-04-22 00:00",774,"2013-11-21 00:00",772,"2013-05-01 00:00","","","","",775,774,770,768,765,762,755,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68108",1,40.74529,-73.41919,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,3,"","","Certification not required",0,764.846154,5.091601,780,"2013-11-30 00:00",778,"2013-04-22 00:00",777,"2013-11-21 00:00",774,"2013-01-10 00:00","","","","",778,777,773,771,769,765,758,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","68109",1,40.74529,-73.41919,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,96,117,122,0,3,"","","Certification not required",0,1439.162393,3.070879,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","88101",1,40.74529,-73.41919,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,4,0,0,"Certification not required",0,7.566667,4.700844,24.1,"2013-12-03 00:00",23,"2013-01-28 00:00",21.4,"2013-07-18 00:00",20.2,"2013-02-15 00:00","","","","",23,21.4,17.4,14.2,9.4,6,2.9,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0002","88101",1,40.74529,-73.41919,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,4,"","","Certification not required",0,7.566667,4.700844,24.1,"2013-12-03 00:00",23,"2013-01-28 00:00",21.4,"2013-07-18 00:00",20.2,"2013-02-15 00:00","","","","",23,21.4,17.4,14.2,9.4,6,2.9,"BABYLON","EAST FARMINGDALE WATER DIST., 72 GAZZA BLVD.","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0004","44201",1,40.96078,-72.71238,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5603,97,208,214,0,323,1,1,"Certification not required",46,0.051514,0.015178,0.125,"2013-07-18 17:00",0.107,"2013-06-24 15:00",0.106,"2013-05-30 14:00",0.105,"2013-06-25 12:00","","","","",0.106,0.103,0.077,0.068,0.058,0.051,0.04,"RIVERHEAD","3059 SOUND AVENUE, RIVERHEAD","New York","Suffolk","Riverhead","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"36","103","0004","44201",1,40.96078,-72.71238,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5721,96,205,214,0,0,1,1,"Certification not required",0,0.045863,0.011957,0.086,"2013-06-25 10:00",0.084,"2013-07-18 11:00",0.083,"2013-05-30 10:00",0.078,"2013-06-24 10:00","","","","",0.083,0.076,0.068,0.061,0.053,0.046,0.036,"RIVERHEAD","3059 SOUND AVENUE, RIVERHEAD","New York","Suffolk","Riverhead","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"36","103","0004","44201",1,40.96078,-72.71238,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5721,96,205,214,0,0,6,6,"Certification not required",0,0.045863,0.011957,0.086,"2013-06-25 10:00",0.084,"2013-07-18 11:00",0.083,"2013-05-30 10:00",0.078,"2013-06-24 10:00","","","","",0.083,0.076,0.068,0.061,0.053,0.046,0.036,"RIVERHEAD","3059 SOUND AVENUE, RIVERHEAD","New York","Suffolk","Riverhead","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"36","103","0004","64101",1,40.96078,-72.71238,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5888,67,246,365,0,38,"","","Certification not required",0,968.97945,88.882126,1036,"2013-04-22 05:00",1036,"2013-04-22 06:00",1036,"2013-04-22 07:00",1036,"2013-04-22 08:00","","","","",1029,1027,1025,1022,1018,1012,795,"RIVERHEAD","3059 SOUND AVENUE, RIVERHEAD","New York","Suffolk","Riverhead","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-24" +"36","103","0005","14129",1,40.73669,-73.41664,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,1,0,0,"Certification not required",0,0.010348,0.01029,0.05,"2013-08-20 00:00",0.045,"2013-02-15 00:00",0.03,"2013-03-05 00:00",0.026,"2013-04-28 00:00","","","","",0.05,0.05,0.03,0.02,0.012,0.008,0.003,"Republic Airpot","Republic Airport - Broadhollow Road","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"36","103","0005","68105",1,40.73669,-73.41664,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",47,77,47,61,0,0,"","","Certification not required",0,14.748936,10.021756,30.6,"2013-07-15 00:00",27.8,"2013-07-21 00:00",27.6,"2013-07-09 00:00",25.8,"2013-06-27 00:00","","","","",30.6,30.6,27.6,25.6,22.4,17.7,-0.1,"Republic Airpot","Republic Airport - Broadhollow Road","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"36","103","0005","68108",1,40.73669,-73.41664,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,0,"","","Certification not required",0,761.574468,4.866678,775,"2013-04-22 00:00",771,"2013-01-10 00:00",768,"2013-04-16 00:00",768,"2013-04-28 00:00","","","","",775,775,768,768,766,760,756,"Republic Airpot","Republic Airport - Broadhollow Road","New York","Suffolk","East Farmingdale","New York-Northern New Jersey-Long Island, NY-NJ-PA","2013-12-23" +"36","103","0009","42401",1,40.82799,-73.05754,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7255,83,299,365,0,545,0,"","Certification not required",0,1.949833,1.784974,9.8,"2013-01-24 22:00",9.6,"2013-01-23 06:00",9,"2013-01-25 14:00",8.7,"2013-01-28 06:00","","","","",9,7.1,4.9,4.2,2.8,1.5,0,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","42401",1,40.82799,-73.05754,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7255,83,299,365,0,545,"","","Certification not required",0,1.197422,1.236912,9.8,"2013-01-24 22:00",9.6,"2013-01-23 06:00",9.2,"2013-01-23 08:00",9,"2013-01-25 14:00","","","","",4.9,4.2,3.4,2.7,2,1,-0.2,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","42401",1,40.82799,-73.05754,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",299,82,299,365,0,0,0,"","Certification not required",0,1.213378,1.158955,5.3,"2013-01-23 00:00",5.2,"2013-12-13 00:00",4.1,"2013-01-25 00:00",4.1,"2013-12-11 00:00","","","","",4.1,3.9,3.2,2.8,2,1.1,-0.2,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","42401",1,40.82799,-73.05754,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2382,82,299,365,0,0,"",0,"Certification not required",0,1.176616,1.205975,8.2,"2013-01-23 08:00",8.2,"2013-01-28 08:00",6.6,"2013-01-23 20:00",6.2,"2013-01-24 23:00","","","","",4.8,4.2,3.4,2.7,2,1,-0.2,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","42401",5,40.82799,-73.05754,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",96928,92,330,365,0,4136,"","","Certification not required",0,1.091115,4.648226,474.7,"2013-11-06 10:35",465.4,"2013-11-06 10:40",460.4,"2013-11-06 10:45",453.7,"2013-11-25 12:10","","","","",4.9,4.2,3.3,2.7,1.8,0.8,-0.4,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-10" +"36","103","0009","44201",1,40.82799,-73.05754,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8150,94,201,214,0,327,0,0,"Certification not required",531,0.048711,0.013807,0.122,"2013-12-13 12:00",0.119,"2013-07-18 15:00",0.098,"2013-05-30 13:00",0.095,"2013-05-31 12:00","","","","",0.098,0.093,0.071,0.065,0.056,0.049,0.041,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","44201",1,40.82799,-73.05754,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8305,93,199,214,0,0,1,1,"Certification not required",0,0.043307,0.011501,0.089,"2013-07-18 12:00",0.08,"2013-06-25 10:00",0.076,"2013-05-30 10:00",0.074,"2013-06-24 10:00","","","","",0.08,0.074,0.063,0.056,0.05,0.044,0.037,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","44201",1,40.82799,-73.05754,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8305,93,199,214,0,0,3,3,"Certification not required",0,0.043307,0.011501,0.089,"2013-07-18 12:00",0.08,"2013-06-25 10:00",0.076,"2013-05-30 10:00",0.074,"2013-06-24 10:00","","","","",0.08,0.074,0.063,0.056,0.05,0.044,0.037,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","64101",1,40.82799,-73.05754,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",4425,51,183,365,0,1979,"","","Certification not required",0,985.051977,172.84328,1040,"2013-11-30 08:00",1039,"2013-11-30 01:00",1039,"2013-11-30 02:00",1039,"2013-11-30 03:00","","","","",1034,1033,1028,1025,1021,1016,1007,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","88501",3,40.82799,-73.05754,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7616,87,314,365,0,141,"","","Certification not required",0,9.47563,5.455756,46.3,"2013-07-18 19:00",46.1,"2013-07-18 20:00",45,"2013-07-18 22:00",43.1,"2013-07-18 21:00","","","","",27.3,23.9,19.6,16.6,12.2,8.3,3.9,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","88501",3,40.82799,-73.05754,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,9.415605,4.065146,30.3,"2013-07-18 00:00",23.6,"2013-07-20 00:00",23,"2013-09-11 00:00",21.6,"2013-12-04 00:00","","","","",21.6,19.7,17.3,15.1,11.7,8.4,5.3,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","88502",3,40.82799,-73.05754,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7616,87,314,365,0,141,"","","Certification not required",0,8.051352,6.283317,46.9,"2013-07-18 19:00",46.7,"2013-07-18 20:00",45.4,"2013-07-18 22:00",44.9,"2013-01-06 00:00","","","","",28.6,24.9,19.4,16.1,11.3,7,1.3,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","103","0009","88502",3,40.82799,-73.05754,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,7.998408,4.838295,29.1,"2013-07-18 00:00",23.3,"2013-12-04 00:00",23.1,"2013-01-09 00:00",22.3,"2013-01-06 00:00","","","","",22.3,21.6,17.8,14.4,10.5,7,2.9,"HOLTSVILLE","57 DIVISION STREET","New York","Suffolk","Holtsville","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","109","9991","44201",1,42.4006,-76.6538,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7661,96,205,214,0,355,0,0,"Certification not required",1,0.045961,0.010334,0.071,"2013-05-15 16:00",0.07,"2013-04-28 17:00",0.07,"2013-05-01 20:00",0.069,"2013-05-30 19:00","","","","",0.07,0.068,0.064,0.059,0.054,0.047,0.04,"Connecticut Hill","Connecticut Hill Wildlife Management Area, Newfield, NY 14867","New York","Tompkins","","Ithaca, NY","2014-01-31" +"36","109","9991","44201",1,42.4006,-76.6538,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7756,95,203,214,0,0,0,0,"Certification not required",0,0.042143,0.010063,0.068,"2013-04-28 11:00",0.068,"2013-05-01 14:00",0.065,"2013-05-15 12:00",0.065,"2013-06-22 11:00","","","","",0.065,0.064,0.06,0.056,0.049,0.044,0.037,"Connecticut Hill","Connecticut Hill Wildlife Management Area, Newfield, NY 14867","New York","Tompkins","","Ithaca, NY","2014-01-31" +"36","109","9991","44201",1,42.4006,-76.6538,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7756,95,203,214,0,0,0,0,"Certification not required",0,0.042143,0.010063,0.068,"2013-04-28 11:00",0.068,"2013-05-01 14:00",0.065,"2013-05-15 12:00",0.065,"2013-06-22 11:00","","","","",0.065,0.064,0.06,0.056,0.049,0.044,0.037,"Connecticut Hill","Connecticut Hill Wildlife Management Area, Newfield, NY 14867","New York","Tompkins","","Ithaca, NY","2014-01-31" +"36","117","3001","44201",1,43.23086,-77.17136,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7142,99,212,214,0,274,0,0,"Certification not required",6,0.045995,0.011409,0.074,"2013-05-15 14:00",0.073,"2013-05-30 14:00",0.073,"2013-06-22 11:00",0.072,"2013-05-02 15:00","","","","",0.073,0.072,0.067,0.062,0.055,0.046,0.037,"WILLIAMSON","4440 Ridge Road, WAYNE County Occupational CENTER, WILLIAMSON","New York","Wayne","","Rochester, NY","2014-02-07" +"36","117","3001","44201",1,43.23086,-77.17136,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7278,98,210,214,0,0,0,0,"Certification not required",0,0.041981,0.010547,0.068,"2013-05-02 13:00",0.068,"2013-05-06 12:00",0.068,"2013-08-20 10:00",0.066,"2013-05-30 09:00","","","","",0.068,0.066,0.061,0.056,0.05,0.041,0.034,"WILLIAMSON","4440 Ridge Road, WAYNE County Occupational CENTER, WILLIAMSON","New York","Wayne","","Rochester, NY","2014-02-07" +"36","117","3001","44201",1,43.23086,-77.17136,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7278,98,210,214,0,0,0,0,"Certification not required",0,0.041981,0.010547,0.068,"2013-05-02 13:00",0.068,"2013-05-06 12:00",0.068,"2013-08-20 10:00",0.066,"2013-05-30 09:00","","","","",0.068,0.066,0.061,0.056,0.05,0.041,0.034,"WILLIAMSON","4440 Ridge Road, WAYNE County Occupational CENTER, WILLIAMSON","New York","Wayne","","Rochester, NY","2014-02-07" +"36","119","2004","44201",1,41.05192,-73.76366,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8609,99,212,214,0,150,0,0,"Certification not required",793,0.048844,0.01495,0.104,"2013-09-11 14:00",0.09,"2013-05-31 13:00",0.09,"2013-07-09 14:00",0.083,"2013-06-25 12:00","","","","",0.09,0.083,0.076,0.068,0.058,0.049,0.039,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","44201",1,41.05192,-73.76366,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8678,98,210,214,0,0,0,0,"Certification not required",0,0.042548,0.012713,0.081,"2013-09-11 08:00",0.079,"2013-07-19 10:00",0.075,"2013-07-09 11:00",0.072,"2013-05-31 09:00","","","","",0.075,0.071,0.066,0.06,0.05,0.043,0.035,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","44201",1,41.05192,-73.76366,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8678,98,210,214,0,0,2,2,"Certification not required",0,0.042548,0.012713,0.081,"2013-09-11 08:00",0.079,"2013-07-19 10:00",0.075,"2013-07-09 11:00",0.072,"2013-05-31 09:00","","","","",0.075,0.071,0.066,0.06,0.05,0.043,0.035,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","62101",1,41.05192,-73.76366,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8681,99,361,365,0,50,"","","Certification not required",0,53.084898,17.39443,96,"2013-07-18 14:00",96,"2013-07-18 15:00",95,"2013-07-17 14:00",95,"2013-07-17 15:00","","","","",89,86,81,76,67,52,31,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","62201",1,41.05192,-73.76366,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8692,99,361,365,0,67,"","","Certification not required",1,70.691038,19.195593,96,"2013-01-12 22:00",96,"2013-01-12 23:00",96,"2013-01-13 00:00",96,"2013-01-13 01:00","","","","",95,95,94,93,89,73,44,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","64101",1,41.05192,-73.76366,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8759,100,365,365,0,0,"","","Certification not required",0,1009.217262,7.225794,1033,"2013-11-30 05:00",1033,"2013-11-30 07:00",1033,"2013-11-30 08:00",1033,"2013-11-30 09:00","","","","",1027,1025,1021,1019,1014,1009,1000,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","88501",3,41.05192,-73.76366,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7080,81,294,365,0,959,"","","Certification not required",0,9.587712,5.178264,44.7,"2013-07-19 20:00",41.9,"2013-07-19 23:00",40.9,"2013-07-19 13:00",40,"2013-09-11 09:00","","","","",27.1,23.8,19.4,16.2,12.2,8.5,4.3,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","88501",3,41.05192,-73.76366,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,9.555782,4.277429,29.9,"2013-07-19 00:00",29.8,"2013-09-11 00:00",25.8,"2013-07-20 00:00",22,"2013-05-30 00:00","","","","",25.8,21.1,17.9,15.1,11.7,8.3,5.3,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","88502",3,41.05192,-73.76366,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7082,81,295,365,0,957,"","","Certification not required",0,7.806284,5.878538,45.1,"2013-07-19 20:00",42,"2013-07-19 23:00",40.9,"2013-07-19 13:00",40.5,"2013-09-11 09:00","","","","",26.5,23.6,19,15.4,10.8,6.7,1.5,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"36","119","2004","88502",3,41.05192,-73.76366,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",295,81,295,365,0,0,"","","Certification not required",0,7.748814,4.908987,29.2,"2013-09-11 00:00",28.7,"2013-07-19 00:00",24.2,"2013-01-09 00:00",24.1,"2013-07-20 00:00","","","","",24.2,20.4,16.8,13.5,10.6,6.8,2.5,"WHITE PLAINS","WHITE PLAINS PUMP STATION, 240 ORCHARD STREET","New York","Westchester","White Plains","New York-Northern New Jersey-Long Island, NY-NJ-PA","2014-02-07" +"37","001","0002","61103",1,36.089004,-79.407821,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5786,66,241,365,0,22,"","","Certification not required",0,2.722001,2.002622,15,"2013-01-30 21:00",13.8,"2013-01-30 20:00",13.2,"2013-01-30 18:00",13.2,"2013-01-30 19:00","","","","",8.9,7.8,6.4,5.4,3.9,2.5,0.2,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2014-01-23" +"37","001","0002","61104",1,36.089004,-79.407821,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5778,66,241,365,0,30,"","","Certification not required",0,191.88278,110.101829,359.9,"2013-09-28 06:00",359.8,"2013-02-25 00:00",359.8,"2013-03-24 15:00",359.8,"2013-11-05 23:00","","","","",357.7,354.8,347.7,332.5,294.2,192.6,21.6,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2014-01-23" +"37","001","0002","61106",1,36.089004,-79.407821,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5786,100,113,61,0,22,"","","Certification not required",0,25.629295,11.360811,83.4,"2013-11-11 05:00",81.9,"2013-09-21 23:00",81.5,"2013-04-16 11:00",79.3,"2013-11-11 12:00","","","","",64,57.6,48.2,40.6,30.9,23.1,13.9,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2014-01-23" +"37","001","0002","68105",1,36.089004,-79.407821,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.26,8.179531,26.8,"2013-07-15 00:00",26.6,"2013-06-27 00:00",26.5,"2013-07-09 00:00",26.2,"2013-07-21 00:00","","","","",26.8,26.8,26.5,26,24.2,21.6,5.7,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-25" +"37","001","0002","68108",1,36.089004,-79.407821,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,746.822222,3.857041,756,"2013-01-10 00:00",754,"2013-04-22 00:00",753,"2013-01-28 00:00",752,"2013-07-15 00:00","","","","",756,756,753,751,750,747,742,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-25" +"37","001","0002","88101",1,36.089004,-79.407821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,8.791111,3.940052,21.8,"2013-03-05 00:00",21,"2013-01-28 00:00",13.2,"2013-04-28 00:00",13.2,"2013-09-25 00:00","","","","",21.8,21.8,13.2,12.7,11,8.4,3.9,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-25" +"37","001","0002","88101",1,36.089004,-79.407821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,8.791111,3.940052,21.8,"2013-03-05 00:00",21,"2013-01-28 00:00",13.2,"2013-04-28 00:00",13.2,"2013-09-25 00:00","","","","",21.8,21.8,13.2,12.7,11,8.4,3.9,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-25" +"37","001","0002","88501",3,36.089004,-79.407821,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7011,80,293,365,0,285,"","","Certification not required",0,9.224604,4.64962,36.9,"2013-08-27 20:00",34.4,"2013-08-27 19:00",32.1,"2013-08-27 21:00",31.9,"2013-08-28 15:00","","","","",22.9,20.3,17.7,15.5,11.8,8.6,4,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-18" +"37","001","0002","88501",3,36.089004,-79.407821,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",293,80,293,365,0,0,"","","Certification not required",0,9.181911,3.533186,27.8,"2013-08-28 00:00",20.9,"2013-08-27 00:00",19.3,"2013-03-16 00:00",18.8,"2013-07-18 00:00","","","","",19.3,18.6,15.6,13.6,11.2,8.5,5.5,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-18" +"37","001","0002","88502",3,36.089004,-79.407821,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7005,80,293,365,0,291,"","","Certification not required",0,8.228408,4.56026,46,"2013-04-05 00:00",33.2,"2013-08-27 20:00",31,"2013-08-27 19:00",29,"2013-08-27 21:00","","","","",21.9,19.6,16.6,14.2,10.7,7.6,3.1,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-18" +"37","001","0002","88502",3,36.089004,-79.407821,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",293,80,293,365,0,0,"","","Certification not required",0,8.186007,3.449823,25,"2013-08-28 00:00",20.1,"2013-01-29 00:00",18.9,"2013-08-27 00:00",18.1,"2013-01-28 00:00","","","","",18.9,17,15.5,12.4,10,7.6,4.4,"Hopedale","827 S GRAHAM & HOPEDALE RD","North Carolina","Alamance","Burlington","Burlington, NC","2013-11-18" +"37","003","0004","44201",1,35.928999,-81.189758,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4882,99,212,214,0,230,0,0,"Certification not required",622,0.046491,0.009593,0.081,"2013-05-15 17:00",0.073,"2013-05-17 15:00",0.072,"2013-04-06 16:00",0.069,"2013-04-10 15:00","","","","",0.072,0.065,0.061,0.058,0.053,0.047,0.034,"Waggin` Trail","106 WAGGIN' TRAIL","North Carolina","Alexander","Taylorsville","Hickory-Lenoir-Morganton, NC","2013-12-16" +"37","003","0004","44201",1,35.928999,-81.189758,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5091,99,212,214,0,0,0,0,"Certification not required",0,0.041797,0.009284,0.07,"2013-05-15 11:00",0.068,"2013-04-06 11:00",0.066,"2013-05-17 11:00",0.063,"2013-04-10 10:00","","","","",0.066,0.06,0.055,0.053,0.048,0.042,0.029,"Waggin` Trail","106 WAGGIN' TRAIL","North Carolina","Alexander","Taylorsville","Hickory-Lenoir-Morganton, NC","2013-12-16" +"37","003","0004","44201",1,35.928999,-81.189758,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5091,99,212,214,0,0,0,0,"Certification not required",0,0.041797,0.009284,0.07,"2013-05-15 11:00",0.068,"2013-04-06 11:00",0.066,"2013-05-17 11:00",0.063,"2013-04-10 10:00","","","","",0.066,0.06,0.055,0.053,0.048,0.042,0.029,"Waggin` Trail","106 WAGGIN' TRAIL","North Carolina","Alexander","Taylorsville","Hickory-Lenoir-Morganton, NC","2013-12-16" +"37","003","0005","44201",1,35.9139,-81.191,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2048,42,90,214,0,136,0,0,"Certification not required",269,0.043156,0.00801,0.062,"2013-08-30 17:00",0.062,"2013-09-09 16:00",0.061,"2013-09-10 14:00",0.058,"2013-09-11 13:00","","","","",0.062,0.062,0.057,0.054,0.047,0.043,0.033,"Taylorsville Liledoun","700 Liledoun Road","North Carolina","Alexander","Taylorsville","Hickory-Lenoir-Morganton, NC","2013-12-16" +"37","003","0005","44201",1,35.9139,-81.191,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2130,40,86,214,0,0,0,0,"Certification not required",0,0.038628,0.007365,0.054,"2013-09-09 10:00",0.053,"2013-09-27 09:00",0.052,"2013-09-10 10:00",0.05,"2013-08-30 11:00","","","","",0.054,0.053,0.05,0.048,0.044,0.039,0.028,"Taylorsville Liledoun","700 Liledoun Road","North Carolina","Alexander","Taylorsville","Hickory-Lenoir-Morganton, NC","2013-12-16" +"37","003","0005","44201",1,35.9139,-81.191,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2130,40,86,214,0,0,0,0,"Certification not required",0,0.038628,0.007365,0.054,"2013-09-09 10:00",0.053,"2013-09-27 09:00",0.052,"2013-09-10 10:00",0.05,"2013-08-30 11:00","","","","",0.054,0.053,0.05,0.048,0.044,0.039,0.028,"Taylorsville Liledoun","700 Liledoun Road","North Carolina","Alexander","Taylorsville","Hickory-Lenoir-Morganton, NC","2013-12-16" +"37","011","0002","44201",1,35.972222,-81.933056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4786,98,209,214,0,350,0,0,"Certification not required",790,0.042962,0.008945,0.068,"2013-04-06 14:00",0.066,"2013-05-17 17:00",0.065,"2013-04-03 17:00",0.065,"2013-04-10 15:00","","","","",0.065,0.063,0.059,0.055,0.048,0.044,0.032,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2013-12-13" +"37","011","0002","44201",1,35.972222,-81.933056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4986,96,205,214,0,0,0,0,"Certification not required",0,0.038956,0.00908,0.066,"2013-04-06 10:00",0.062,"2013-04-10 11:00",0.062,"2013-05-15 07:00",0.059,"2013-04-03 11:00","","","","",0.062,0.059,0.054,0.051,0.044,0.039,0.028,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2013-12-13" +"37","011","0002","44201",1,35.972222,-81.933056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4986,96,205,214,0,0,0,0,"Certification not required",0,0.038956,0.00908,0.066,"2013-04-06 10:00",0.062,"2013-04-10 11:00",0.062,"2013-05-15 07:00",0.059,"2013-04-03 11:00","","","","",0.062,0.059,0.054,0.051,0.044,0.039,0.028,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2013-12-13" +"37","011","0002","62101",1,35.972222,-81.933056,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5438,62,227,365,0,370,"","","Certification not required",0,45.569143,14.142627,80,"2013-05-15 14:00",80,"2013-05-15 15:00",79,"2013-05-15 13:00",79,"2013-05-15 16:00","","","","",75,73,69,63,56,47,27,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-23" +"37","011","0002","62201",1,35.972222,-81.933056,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5438,62,227,365,0,370,"","","Certification not required",0,77.101508,22.05475,100,"2013-01-03 08:00",100,"2013-01-03 09:00",100,"2013-01-17 18:00",100,"2013-01-17 19:00","","","","",100,100,100,99,97,83,43,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-23" +"37","011","0002","85101",1,35.972222,-81.933056,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,6.939008,3.713676,17.9887,"2013-04-10 00:00",15.859,"2013-05-16 00:00",14.7703,"2013-05-28 00:00",13.9988,"2013-05-10 00:00","","","","",17.9887,17.9887,14.7703,12.871,8.6792,6.1524,3.2949,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","86502",1,35.972222,-81.933056,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.553191,1.625991,8,"2013-05-16 00:00",6,"2013-05-22 00:00",4,"2013-05-10 00:00",4,"2013-05-31 00:00","","","","",8,8,4,3,2,1,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88103",1,35.972222,-81.933056,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000106,0.000312,0.001,"2013-01-13 00:00",0.001,"2013-04-13 00:00",0.001,"2013-04-16 00:00",0.001,"2013-05-16 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88104",1,35.972222,-81.933056,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.019776,0.01575,0.0752,"2013-05-16 00:00",0.054,"2013-04-10 00:00",0.048,"2013-04-01 00:00",0.047,"2013-04-07 00:00","","","","",0.0752,0.0752,0.048,0.0404,0.0281,0.013,0.0042,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88109",1,35.972222,-81.933056,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.002283,0.001753,0.0098,"2013-03-11 00:00",0.0073,"2013-04-10 00:00",0.0062,"2013-01-28 00:00",0.0047,"2013-03-17 00:00","","","","",0.0098,0.0098,0.0062,0.0042,0.0025,0.0018,0.0007,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88111",1,35.972222,-81.933056,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.015136,0.010836,0.0551,"2013-05-16 00:00",0.0421,"2013-04-10 00:00",0.038,"2013-04-01 00:00",0.0315,"2013-03-17 00:00","","","","",0.0551,0.0551,0.038,0.0306,0.0197,0.0122,0.0048,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88112",1,35.972222,-81.933056,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88114",1,35.972222,-81.933056,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",7,0.000457,0.000288,0.0016,"2013-05-19 00:00",0.0009,"2013-01-25 00:00",0.0009,"2013-05-28 00:00",0.0008,"2013-01-19 00:00","","","","",0.0016,0.0016,0.0009,0.0008,0.0007,0.0004,0.00015,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88115",1,35.972222,-81.933056,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",15,0.00102,0.001177,0.0071,"2013-04-10 00:00",0.0027,"2013-05-28 00:00",0.0025,"2013-05-04 00:00",0.0023,"2013-03-11 00:00","","","","",0.0071,0.0071,0.0025,0.0021,0.0016,0.0006,0.00015,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88126",1,35.972222,-81.933056,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.017789,0.01185,0.0584,"2013-05-16 00:00",0.0435,"2013-04-10 00:00",0.0408,"2013-04-01 00:00",0.0407,"2013-04-07 00:00","","","","",0.0584,0.0584,0.0408,0.0333,0.023,0.0136,0.0062,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88128",1,35.972222,-81.933056,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.001511,0.003296,0.023,"2013-05-19 00:00",0.004,"2013-01-28 00:00",0.002,"2013-01-07 00:00",0.002,"2013-02-03 00:00","","","","",0.023,0.023,0.002,0.002,0.001,0.001,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88132",1,35.972222,-81.933056,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000638,0.000605,0.002,"2013-04-04 00:00",0.002,"2013-04-07 00:00",0.002,"2013-05-16 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88136",1,35.972222,-81.933056,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88140",1,35.972222,-81.933056,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",20,0.007566,0.009428,0.0391,"2013-04-10 00:00",0.0363,"2013-05-31 00:00",0.032,"2013-01-13 00:00",0.0217,"2013-04-16 00:00","","","","",0.0391,0.0391,0.032,0.0213,0.0085,0.0039,0.00105,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88152",1,35.972222,-81.933056,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",20,0.001538,0.001773,0.008,"2013-05-10 00:00",0.0053,"2013-03-17 00:00",0.0048,"2013-01-07 00:00",0.0044,"2013-03-08 00:00","","","","",0.008,0.008,0.0048,0.0041,0.0025,0.0007,0.00015,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88154",1,35.972222,-81.933056,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.000291,0.000205,0.001,"2013-01-28 00:00",0.0009,"2013-01-25 00:00",0.0006,"2013-03-14 00:00",0.0006,"2013-03-17 00:00","","","","",0.001,0.001,0.0006,0.0006,0.0004,0.0002,0.0001,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88161",1,35.972222,-81.933056,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",2,0.001504,0.001067,0.0045,"2013-05-16 00:00",0.0041,"2013-04-10 00:00",0.0037,"2013-04-01 00:00",0.003,"2013-03-17 00:00","","","","",0.0045,0.0045,0.0037,0.003,0.0021,0.0011,0.0004,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88164",1,35.972222,-81.933056,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.000155,0.000134,0.0006,"2013-01-13 00:00",0.0006,"2013-04-16 00:00",0.0004,"2013-02-12 00:00",0.0004,"2013-03-17 00:00","","","","",0.0006,0.0006,0.0004,0.0004,0.0002,0.0001,5e-05,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88165",1,35.972222,-81.933056,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",1,0.044178,0.038732,0.1795,"2013-05-16 00:00",0.1427,"2013-04-01 00:00",0.1132,"2013-04-10 00:00",0.1037,"2013-03-17 00:00","","","","",0.1795,0.1795,0.1132,0.093,0.067,0.0312,0.0067,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88167",1,35.972222,-81.933056,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.00454,0.009315,0.0661,"2013-05-19 00:00",0.0078,"2013-01-28 00:00",0.0071,"2013-01-25 00:00",0.0067,"2013-04-07 00:00","","","","",0.0661,0.0661,0.0071,0.0066,0.0041,0.0031,0.0013,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88168",1,35.972222,-81.933056,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",22,0.000218,0.000141,0.0008,"2013-04-10 00:00",0.0006,"2013-04-16 00:00",0.0004,"2013-01-10 00:00",0.0004,"2013-03-29 00:00","","","","",0.0008,0.0008,0.0004,0.0004,0.0003,0.0002,0.0001,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88169",1,35.972222,-81.933056,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.455619,0.232763,1.0996,"2013-05-10 00:00",1.0084,"2013-03-08 00:00",0.9266,"2013-01-28 00:00",0.8002,"2013-03-17 00:00","","","","",1.0996,1.0996,0.9266,0.7859,0.6072,0.3868,0.2214,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88176",1,35.972222,-81.933056,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",42,0.000168,5.5e-05,0.0004,"2013-01-25 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-03-11 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88180",1,35.972222,-81.933056,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.033262,0.021438,0.1098,"2013-04-10 00:00",0.0945,"2013-01-28 00:00",0.0675,"2013-01-19 00:00",0.0657,"2013-05-19 00:00","","","","",0.1098,0.1098,0.0675,0.0574,0.0456,0.0265,0.0122,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88184",1,35.972222,-81.933056,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",17,0.029926,0.051979,0.2262,"2013-05-04 00:00",0.193,"2013-01-13 00:00",0.1683,"2013-04-10 00:00",0.1307,"2013-05-31 00:00","","","","",0.2262,0.2262,0.1683,0.1098,0.03,0.0066,0.0016,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88185",1,35.972222,-81.933056,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",35,0.000818,0.000573,0.0037,"2013-01-04 00:00",0.0019,"2013-02-06 00:00",0.0019,"2013-04-22 00:00",0.0018,"2013-02-03 00:00","","","","",0.0037,0.0037,0.0019,0.0014,0.0008,0.00065,0.0004,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88203",1,35.972222,-81.933056,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",12,0.030026,0.049932,0.2821,"2013-05-04 00:00",0.1837,"2013-01-13 00:00",0.1226,"2013-03-11 00:00",0.0762,"2013-04-19 00:00","","","","",0.2821,0.2821,0.1226,0.0699,0.0296,0.0108,0.0035,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88306",1,35.972222,-81.933056,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.318254,0.310823,1.8182,"2013-01-25 00:00",1.108,"2013-01-28 00:00",0.7796,"2013-03-17 00:00",0.7581,"2013-04-04 00:00","","","","",1.8182,1.8182,0.7796,0.7016,0.3725,0.2435,0.0567,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88320",1,35.972222,-81.933056,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.986875,0.776117,3.97,"2013-04-10 00:00",2.77,"2013-05-28 00:00",2.45,"2013-01-28 00:00",2.27,"2013-01-19 00:00","","","","",3.97,3.97,2.45,2.16,1.36,0.78,0.25,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88321",1,35.972222,-81.933056,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.171875,0.110158,0.52,"2013-04-10 00:00",0.43,"2013-01-28 00:00",0.38,"2013-03-17 00:00",0.34,"2013-01-19 00:00","","","","",0.52,0.52,0.38,0.33,0.23,0.15,0.05,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88324",1,35.972222,-81.933056,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",36,0.035273,0.039667,0.2207,"2013-05-28 00:00",0.132,"2013-04-10 00:00",0.1307,"2013-04-07 00:00",0.1014,"2013-01-19 00:00","","","","",0.2207,0.2207,0.1307,0.0907,0.02945,0.0229,0.01015,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88325",1,35.972222,-81.933056,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",6,0.207059,0.178962,0.8177,"2013-04-10 00:00",0.7904,"2013-05-28 00:00",0.5097,"2013-01-28 00:00",0.477,"2013-01-19 00:00","","","","",0.8177,0.8177,0.5097,0.4691,0.2781,0.1432,0.03325,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88326",1,35.972222,-81.933056,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",5,0.272106,0.24167,1.1908,"2013-04-10 00:00",0.7997,"2013-01-19 00:00",0.7521,"2013-05-28 00:00",0.7353,"2013-01-28 00:00","","","","",1.1908,1.1908,0.7521,0.696,0.3914,0.22,0.03835,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88327",1,35.972222,-81.933056,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.196165,0.156165,0.7639,"2013-04-10 00:00",0.6714,"2013-01-28 00:00",0.4307,"2013-03-05 00:00",0.4307,"2013-03-17 00:00","","","","",0.7639,0.7639,0.4307,0.4303,0.2271,0.1559,0.0519,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88328",1,35.972222,-81.933056,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.287163,0.188051,1.0675,"2013-04-10 00:00",0.6373,"2013-03-17 00:00",0.5999,"2013-05-28 00:00",0.5915,"2013-03-23 00:00","","","","",1.0675,1.0675,0.5999,0.568,0.3821,0.2459,0.0891,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88329",1,35.972222,-81.933056,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.413704,0.286523,1.5261,"2013-04-10 00:00",0.9523,"2013-03-17 00:00",0.8703,"2013-05-28 00:00",0.8605,"2013-03-23 00:00","","","","",1.5261,1.5261,0.8703,0.8446,0.567,0.3619,0.1146,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88330",1,35.972222,-81.933056,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.045592,0.0174,0.0923,"2013-05-07 00:00",0.0897,"2013-01-19 00:00",0.0749,"2013-02-15 00:00",0.0707,"2013-04-07 00:00","","","","",0.0923,0.0923,0.0749,0.0646,0.0577,0.0451,0.0209,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88331",1,35.972222,-81.933056,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",19,0.000155,0.000863,0.006,"2013-04-10 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.006,0.006,0.0001,0.0001,5e-05,0,0,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88338",1,35.972222,-81.933056,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",46,0.017173,0.010818,0.0687,"2013-04-01 00:00",0.0597,"2013-01-25 00:00",0.0239,"2013-02-24 00:00",0.02385,"2013-02-03 00:00","","","","",0.0687,0.0687,0.0239,0.02385,0.0158,0.01475,0.01085,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88339",1,35.972222,-81.933056,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.879429,0.96016,4.53602,"2013-05-10 00:00",4.15969,"2013-03-08 00:00",3.82218,"2013-01-28 00:00",3.30091,"2013-03-17 00:00","","","","",4.53602,4.53602,3.82218,3.24176,2.50449,1.59567,0.91336,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88344",1,35.972222,-81.933056,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.410554,0.400963,2.3455,"2013-01-25 00:00",1.4293,"2013-01-28 00:00",1.0057,"2013-03-17 00:00",0.9779,"2013-04-04 00:00","","","","",2.3455,2.3455,1.0057,0.9051,0.4805,0.3141,0.0731,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88348",1,35.972222,-81.933056,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.22407,0.176304,0.8519,"2013-05-16 00:00",0.6288,"2013-04-01 00:00",0.5829,"2013-04-10 00:00",0.4748,"2013-03-17 00:00","","","","",0.8519,0.8519,0.5829,0.4731,0.3321,0.1555,0.0544,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88350",1,35.972222,-81.933056,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.775704,1.398561,7.1494,"2013-04-10 00:00",4.9934,"2013-05-28 00:00",4.41,"2013-01-28 00:00",4.0855,"2013-01-19 00:00","","","","",7.1494,7.1494,4.41,3.8885,2.4415,1.411,0.4437,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88403",1,35.972222,-81.933056,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.346454,0.700548,3.11,"2013-05-10 00:00",3.0375,"2013-01-28 00:00",3.0135,"2013-03-08 00:00",2.59,"2013-03-17 00:00","","","","",3.11,3.11,3.0135,2.2054,1.841,1.1592,0.633,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","0002","88502",1,35.972222,-81.933056,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,4.851064,2.730573,14.2,"2013-04-10 00:00",11.2,"2013-05-28 00:00",10.5,"2013-01-28 00:00",9.5,"2013-05-10 00:00","","","","",14.2,14.2,10.5,9.2,6.4,4.3,2.3,"Linville Falls","7510 BLUE RIDGE PARKWAY SPUR","North Carolina","Avery","","","2014-01-28" +"37","011","9991","42600",1,36.1058,-82.0454,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",645,44,27,61,0,75,"","","Certification not required",0,1.536279,1.038162,6.9,"2013-11-12 09:00",5.6,"2013-11-08 00:00",5.5,"2013-11-27 12:00",5.4,"2013-11-12 10:00","","","","",4.8,4.4,3.4,2.9,2.2,1.2,0.4,"Cranberry","Pisgah National Forest, Newland, NC 28657","North Carolina","Avery","","","2014-01-31" +"37","011","9991","42601",1,36.1058,-82.0454,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",645,44,27,61,0,75,"","","Certification not required",0,0.197364,0.141999,1.5,"2013-11-27 12:00",1.1,"2013-11-12 11:00",1,"2013-11-12 10:00",1,"2013-11-27 13:00","","","","",0.8,0.6,0.5,0.3,0.2,0.2,0.1,"Cranberry","Pisgah National Forest, Newland, NC 28657","North Carolina","Avery","","","2014-01-31" +"37","011","9991","42612",1,36.1058,-82.0454,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",645,44,27,61,0,75,"","","Certification not required",0,1.285426,0.993021,6,"2013-11-12 09:00",5.4,"2013-11-08 00:00",4.9,"2013-11-18 23:00",4.6,"2013-11-25 19:00","","","","",4.5,4,3.2,2.6,1.9,1,0.2,"Cranberry","Pisgah National Forest, Newland, NC 28657","North Carolina","Avery","","","2014-01-31" +"37","011","9991","44201",1,36.1058,-82.0454,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7781,99,211,214,0,235,0,0,"Certification not required",2,0.046787,0.008783,0.07,"2013-03-16 00:00",0.07,"2013-04-06 21:00",0.069,"2013-03-15 20:00",0.068,"2013-04-03 16:00","","","","",0.069,0.068,0.063,0.059,0.053,0.05,0.045,"Cranberry","Pisgah National Forest, Newland, NC 28657","North Carolina","Avery","","","2014-01-31" +"37","011","9991","44201",1,36.1058,-82.0454,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7891,98,209,214,0,0,0,0,"Certification not required",0,0.043435,0.008521,0.068,"2013-04-06 13:00",0.067,"2013-03-15 18:00",0.066,"2013-05-15 02:00",0.064,"2013-05-14 23:00","","","","",0.066,0.063,0.058,0.056,0.05,0.047,0.041,"Cranberry","Pisgah National Forest, Newland, NC 28657","North Carolina","Avery","","","2014-01-31" +"37","011","9991","44201",1,36.1058,-82.0454,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7891,98,209,214,0,0,0,0,"Certification not required",0,0.043435,0.008521,0.068,"2013-04-06 13:00",0.067,"2013-03-15 18:00",0.066,"2013-05-15 02:00",0.064,"2013-05-14 23:00","","","","",0.066,0.063,0.058,0.056,0.05,0.047,0.041,"Cranberry","Pisgah National Forest, Newland, NC 28657","North Carolina","Avery","","","2014-01-31" +"37","013","0151","42401",1,35.428,-76.74,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6888,79,301,365,0,408,0,"","Certification not required",0,3.813289,4.276122,22.5,"2013-07-20 01:00",22.3,"2013-07-22 23:00",21.8,"2013-10-02 22:00",20.9,"2013-06-02 01:00","","","","",20.9,19,13.6,9.6,4.6,2.5,0.5,"Bayview Ferry","229 NC Hwy 306N","North Carolina","Beaufort","Bath","Washington, NC","2014-01-17" +"37","013","0151","42401",1,35.428,-76.74,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6888,79,301,365,0,408,"","","Certification not required",0,1.314271,1.62426,22.5,"2013-07-20 01:00",22.3,"2013-07-22 23:00",21.8,"2013-10-02 22:00",20.9,"2013-06-02 01:00","","","","",7.6,5.1,3,2.5,2.1,1,-0.1,"Bayview Ferry","229 NC Hwy 306N","North Carolina","Beaufort","Bath","Washington, NC","2014-01-17" +"37","013","0151","42401",1,35.428,-76.74,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",301,82,301,365,0,0,0,"","Certification not required",0,1.313289,0.985473,5.6,"2013-07-22 00:00",4,"2013-09-08 00:00",3.6,"2013-02-02 00:00",3.5,"2013-02-05 00:00","","","","",3.5,3.4,2.7,2.4,2.1,1.3,0.1,"Bayview Ferry","229 NC Hwy 306N","North Carolina","Beaufort","Bath","Washington, NC","2014-01-17" +"37","013","0151","42401",1,35.428,-76.74,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2087,71,293,365,0,0,"",0,"Certification not required",0,1.275228,1.34463,15.3,"2013-07-22 23:00",14.9,"2013-09-08 08:00",10.5,"2013-07-07 08:00",10.2,"2013-10-01 23:00","","","","",6.1,4.7,3,2.5,2.1,1,-0.1,"Bayview Ferry","229 NC Hwy 306N","North Carolina","Beaufort","Bath","Washington, NC","2014-01-17" +"37","013","0151","42401",2,35.428,-76.74,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",82686,79,302,365,0,4866,"","","Certification not required",0,1.309947,1.911336,43.6,"2013-03-22 21:55",40.7,"2013-06-01 23:10",37.5,"2013-08-13 06:10",36.5,"2013-03-22 21:50","","","","",8.7,4.8,2.9,2.5,2.1,1,-0.1,"Bayview Ferry","229 NC Hwy 306N","North Carolina","Beaufort","Bath","Washington, NC","2013-12-10" +"37","021","0030","44201",1,35.500102,-82.59986,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4876,99,212,214,0,260,0,0,"Certification not required",519,0.045948,0.009367,0.073,"2013-04-06 17:00",0.066,"2013-04-23 14:00",0.066,"2013-05-17 12:00",0.065,"2013-08-06 15:00","","","","",0.066,0.064,0.061,0.058,0.052,0.046,0.033,"Bent Creek","ROUTE 191 SOUTH BREVARD RD","North Carolina","Buncombe","Bent Creek","Asheville, NC","2014-01-08" +"37","021","0030","44201",1,35.500102,-82.59986,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5079,98,210,214,0,0,0,0,"Certification not required",0,0.041067,0.009185,0.069,"2013-04-06 11:00",0.062,"2013-05-15 10:00",0.061,"2013-04-10 11:00",0.061,"2013-06-22 10:00","","","","",0.061,0.06,0.055,0.053,0.047,0.041,0.029,"Bent Creek","ROUTE 191 SOUTH BREVARD RD","North Carolina","Buncombe","Bent Creek","Asheville, NC","2014-01-08" +"37","021","0030","44201",1,35.500102,-82.59986,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5079,98,210,214,0,0,0,0,"Certification not required",0,0.041067,0.009185,0.069,"2013-04-06 11:00",0.062,"2013-05-15 10:00",0.061,"2013-04-10 11:00",0.061,"2013-06-22 10:00","","","","",0.061,0.06,0.055,0.053,0.047,0.041,0.029,"Bent Creek","ROUTE 191 SOUTH BREVARD RD","North Carolina","Buncombe","Bent Creek","Asheville, NC","2014-01-08" +"37","021","0034","68103",5,35.6075,-82.583333,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,9.604082,8.141022,28.3,"2013-08-08 00:00",19.8,"2013-07-21 00:00",19.3,"2013-09-01 00:00",19.1,"2013-07-09 00:00","","","","",28.3,28.3,19.3,19.1,15.6,10.3,-2.8,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","68104",5,35.6075,-82.583333,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",47,77,47,61,0,5,"","","Certification not required",0,21.459574,8.837486,36.4,"2013-07-09 00:00",32.7,"2013-09-01 00:00",32.4,"2013-04-10 00:00",31.6,"2013-07-15 00:00","","","","",36.4,36.4,32.4,31.4,29.5,20.9,8.8,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","68105",1,35.6075,-82.583333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,12.972131,8.262334,24.7,"2013-08-29 00:00",24.3,"2013-06-12 00:00",24.3,"2013-07-18 00:00",24.2,"2013-07-09 00:00","","","","",24.3,24.3,23.2,22.6,20.7,14.2,1.3,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","68105",2,35.6075,-82.583333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,12.836066,8.455453,24,"2013-07-09 00:00",23.4,"2013-07-15 00:00",23.1,"2013-08-08 00:00",23,"2013-09-01 00:00","","","","",24,23.4,23,22,20.1,15.8,1.1,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","68105",5,35.6075,-82.583333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",47,77,47,61,0,5,"","","Certification not required",0,14.244681,7.715141,24.6,"2013-07-09 00:00",23.8,"2013-09-01 00:00",23.7,"2013-07-15 00:00",23,"2013-06-27 00:00","","","","",24.6,24.6,23.7,22.9,21.2,16.6,3.8,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","68106",5,35.6075,-82.583333,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,703.346154,3.66159,710,"2013-01-10 00:00",710,"2013-07-15 00:00",709,"2013-06-21 00:00",708,"2013-01-28 00:00","","","","",710,710,709,708,706,704,699,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","68107",5,35.6075,-82.583333,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,707.096154,3.41427,715,"2013-01-10 00:00",713,"2013-07-15 00:00",712,"2013-01-28 00:00",712,"2013-04-22 00:00","","","","",715,713,712,712,710,707,703,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","68108",1,35.6075,-82.583333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,708.483607,3.630071,716,"2013-01-10 00:00",716,"2013-11-30 00:00",715,"2013-07-15 00:00",715,"2013-11-21 00:00","","","","",716,715,714,713,711,709,704,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","68108",2,35.6075,-82.583333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,708.95082,3.667089,716,"2013-01-10 00:00",716,"2013-11-30 00:00",715,"2013-07-15 00:00",714,"2013-08-26 00:00","","","","",716,716,714,713,712,709,705,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","68108",5,35.6075,-82.583333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,705,3.481041,713,"2013-01-10 00:00",711,"2013-07-15 00:00",710,"2013-01-28 00:00",710,"2013-08-26 00:00","","","","",713,711,710,709,708,705,701,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88101",1,35.6075,-82.583333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,8.136885,3.750266,18.8,"2013-11-15 00:00",17.1,"2013-01-01 00:00",16.2,"2013-04-10 00:00",16.2,"2013-08-29 00:00","","","","",17.1,16.2,14.8,13.1,10.7,7.6,4,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88101",1,35.6075,-82.583333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,8.136885,3.750266,18.8,"2013-11-15 00:00",17.1,"2013-01-01 00:00",16.2,"2013-04-10 00:00",16.2,"2013-08-29 00:00","","","","",17.1,16.2,14.8,13.1,10.7,7.6,4,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88101",2,35.6075,-82.583333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,8.198361,3.479343,16.8,"2013-04-10 00:00",14.4,"2013-01-28 00:00",14,"2013-05-10 00:00",13.5,"2013-01-10 00:00","","","","",16.8,14.4,13.5,12.6,10.9,7.8,3.5,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88101",2,35.6075,-82.583333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,8.198361,3.479343,16.8,"2013-04-10 00:00",14.4,"2013-01-28 00:00",14,"2013-05-10 00:00",13.5,"2013-01-10 00:00","","","","",16.8,14.4,13.5,12.6,10.9,7.8,3.5,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88102",5,35.6075,-82.583333,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.022667,0.010243,0.062,"2013-04-10 00:00",0.055,"2013-11-06 00:00",0.045,"2013-03-23 00:00",0.042,"2013-08-26 00:00","","","","",0.062,0.055,0.045,0.035,0.026,0.021,0.014,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88103",5,35.6075,-82.583333,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000451,0.000856,0.003,"2013-01-28 00:00",0.003,"2013-04-22 00:00",0.002,"2013-01-10 00:00",0.002,"2013-05-10 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88104",5,35.6075,-82.583333,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",33,0.020941,0.036792,0.264,"2013-06-27 00:00",0.057,"2013-07-03 00:00",0.049,"2013-04-28 00:00",0.042,"2013-04-10 00:00","","","","",0.264,0.057,0.049,0.037,0.021,0.0125,0.0065,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88107",5,35.6075,-82.583333,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005902,0.004842,0.0295,"2013-01-10 00:00",0.0295,"2013-02-15 00:00",0.0055,"2013-02-27 00:00",0.0055,"2013-03-17 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.0039,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88109",5,35.6075,-82.583333,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",12,0.003125,0.002167,0.01,"2013-01-28 00:00",0.0089,"2013-04-10 00:00",0.0088,"2013-03-11 00:00",0.0076,"2013-01-10 00:00","","","","",0.01,0.0089,0.0088,0.0051,0.0039,0.0028,0.0009,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88110",5,35.6075,-82.583333,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.002098,0.004912,0.026,"2013-04-28 00:00",0.018,"2013-02-09 00:00",0.013,"2013-04-04 00:00",0.008,"2013-09-07 00:00","","","","",0.026,0.018,0.013,0.006,0.002,0,0,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88111",5,35.6075,-82.583333,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",22,0.012819,0.013177,0.0599,"2013-04-10 00:00",0.0541,"2013-06-27 00:00",0.0488,"2013-05-16 00:00",0.0301,"2013-07-15 00:00","","","","",0.0599,0.0541,0.0488,0.0257,0.0165,0.0105,0.0024,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88112",5,35.6075,-82.583333,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.008569,0.026884,0.152,"2013-09-25 00:00",0.094,"2013-10-07 00:00",0.086,"2013-10-19 00:00",0.015,"2013-10-13 00:00","","","","",0.152,0.094,0.086,0.006,0.003,0.002,0,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88113",5,35.6075,-82.583333,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.000674,0.000163,0.0016,"2013-07-15 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-15 00:00",0.0007,"2013-01-16 00:00","","","","",0.0016,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88114",5,35.6075,-82.583333,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.001053,0.000426,0.0023,"2013-06-15 00:00",0.0023,"2013-09-19 00:00",0.0022,"2013-06-09 00:00",0.002,"2013-02-09 00:00","","","","",0.0023,0.0023,0.0022,0.0015,0.00125,0.00095,0.00065,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88115",5,35.6075,-82.583333,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",35,0.008623,0.018616,0.134,"2013-05-04 00:00",0.026,"2013-07-15 00:00",0.0246,"2013-04-10 00:00",0.015,"2013-03-05 00:00","","","","",0.134,0.026,0.0246,0.013,0.007,0.00405,0.0025,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88117",5,35.6075,-82.583333,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005401,0.007755,0.0435,"2013-01-10 00:00",0.043,"2013-02-15 00:00",0.00485,"2013-02-27 00:00",0.00485,"2013-03-17 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.00485,0.0041,0.0028,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88118",5,35.6075,-82.583333,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.009211,0.006186,0.023,"2013-01-10 00:00",0.023,"2013-02-15 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88126",5,35.6075,-82.583333,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.041716,0.027007,0.148,"2013-06-27 00:00",0.134,"2013-07-15 00:00",0.0875,"2013-05-16 00:00",0.0782,"2013-05-10 00:00","","","","",0.148,0.134,0.0875,0.0682,0.052,0.0344,0.0171,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88128",5,35.6075,-82.583333,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000706,0.001154,0.004,"2013-04-28 00:00",0.004,"2013-05-04 00:00",0.004,"2013-08-14 00:00",0.003,"2013-09-07 00:00","","","","",0.004,0.004,0.004,0.002,0.001,0,0,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88131",5,35.6075,-82.583333,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.010618,0.003947,0.021,"2013-01-22 00:00",0.021,"2013-09-01 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-04-22 00:00","","","","",0.021,0.021,0.0165,0.0165,0.011,0.011,0.007,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88132",5,35.6075,-82.583333,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000686,0.000927,0.003,"2013-06-27 00:00",0.003,"2013-09-19 00:00",0.002,"2013-01-28 00:00",0.002,"2013-03-05 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88136",5,35.6075,-82.583333,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000235,0.000428,0.001,"2013-01-10 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-22 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88140",5,35.6075,-82.583333,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.007124,0.00314,0.0254,"2013-05-04 00:00",0.0109,"2013-08-08 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00","","","","",0.0254,0.0109,0.009,0.009,0.009,0.006,0.00475,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88152",5,35.6075,-82.583333,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005671,0.001411,0.008,"2013-02-27 00:00",0.008,"2013-03-17 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88154",5,35.6075,-82.583333,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001049,0.000254,0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-04-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88160",5,35.6075,-82.583333,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.01298,0.003578,0.0185,"2013-06-15 00:00",0.0185,"2013-08-08 00:00",0.0185,"2013-09-19 00:00",0.0185,"2013-10-25 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.01,0.01,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88161",5,35.6075,-82.583333,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.002668,0.001848,0.0152,"2013-06-27 00:00",0.0052,"2013-01-10 00:00",0.00265,"2013-02-27 00:00",0.00265,"2013-03-17 00:00","","","","",0.0152,0.0052,0.00265,0.00265,0.00265,0.0025,0.0021,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88164",5,35.6075,-82.583333,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001629,0.000285,0.003,"2013-02-21 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-17 00:00",0.0019,"2013-03-23 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88165",5,35.6075,-82.583333,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.055392,0.074584,0.509,"2013-06-27 00:00",0.181,"2013-05-16 00:00",0.143,"2013-07-03 00:00",0.139,"2013-04-10 00:00","","","","",0.509,0.181,0.143,0.093,0.065,0.038,0.006,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88166",5,35.6075,-82.583333,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.008243,0.004936,0.019,"2013-06-15 00:00",0.019,"2013-08-08 00:00",0.019,"2013-09-13 00:00",0.019,"2013-09-19 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88167",5,35.6075,-82.583333,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",18,0.00484,0.006719,0.0483,"2013-03-05 00:00",0.011,"2013-01-10 00:00",0.0095,"2013-03-29 00:00",0.0087,"2013-01-28 00:00","","","","",0.0483,0.011,0.0095,0.008,0.006,0.0036,0.0013,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88168",5,35.6075,-82.583333,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001211,0.00035,0.0025,"2013-02-09 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-04 00:00","","","","",0.0025,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88169",5,35.6075,-82.583333,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.677471,0.295355,1.22,"2013-05-10 00:00",1.15,"2013-07-27 00:00",1.14,"2013-08-14 00:00",1.14,"2013-08-26 00:00","","","","",1.22,1.15,1.14,1.11,0.904,0.675,0.296,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88176",5,35.6075,-82.583333,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000947,0.000208,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88180",5,35.6075,-82.583333,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.050596,0.026627,0.13,"2013-01-10 00:00",0.13,"2013-03-05 00:00",0.113,"2013-04-10 00:00",0.0915,"2013-01-28 00:00","","","","",0.13,0.13,0.113,0.0841,0.0666,0.045,0.0224,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88184",5,35.6075,-82.583333,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.039745,0.052573,0.3,"2013-05-04 00:00",0.195,"2013-04-10 00:00",0.16,"2013-01-10 00:00",0.116,"2013-03-11 00:00","","","","",0.3,0.195,0.16,0.104,0.0275,0.02,0.0155,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88185",5,35.6075,-82.583333,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.003557,0.003637,0.0115,"2013-01-16 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88301",5,35.6075,-82.583333,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.451334,0.290761,1.35,"2013-01-28 00:00",1.01,"2013-08-08 00:00",0.939,"2013-02-09 00:00",0.93,"2013-03-17 00:00","","","","",1.35,1.01,0.939,0.759,0.667,0.394,0.112,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88302",5,35.6075,-82.583333,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.059379,0.055615,0.25,"2013-05-04 00:00",0.25,"2013-07-15 00:00",0.241,"2013-04-10 00:00",0.142,"2013-11-06 00:00","","","","",0.25,0.25,0.241,0.124,0.067,0.04,0.017,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88303",5,35.6075,-82.583333,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",10,0.040173,0.023588,0.113,"2013-07-15 00:00",0.084,"2013-01-28 00:00",0.078,"2013-04-16 00:00",0.0736,"2013-05-28 00:00","","","","",0.113,0.084,0.078,0.067,0.057,0.038,0.0115,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88306",5,35.6075,-82.583333,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.478904,0.356672,1.65,"2013-01-28 00:00",1.51,"2013-04-04 00:00",1.21,"2013-01-04 00:00",1.15,"2013-03-23 00:00","","","","",1.65,1.51,1.21,0.987,0.59,0.363,0.172,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88355",5,35.6075,-82.583333,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.57622,1.230737,6.09,"2013-03-05 00:00",5.63,"2013-04-10 00:00",5.08,"2013-01-10 00:00",4.43,"2013-03-23 00:00","","","","",6.09,6.09,5.08,4.2,3.48,2.33,1.22,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88357",5,35.6075,-82.583333,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.23862,0.168986,0.944,"2013-01-10 00:00",0.856,"2013-03-05 00:00",0.545,"2013-04-10 00:00",0.479,"2013-01-28 00:00","","","","",0.944,0.944,0.545,0.417,0.261,0.192,0.101,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88370",5,35.6075,-82.583333,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.31142,1.078936,5.32,"2013-03-05 00:00",5.09,"2013-04-10 00:00",4.26,"2013-01-10 00:00",4.03,"2013-03-23 00:00","","","","",5.32,5.32,4.26,3.77,3.16,2.06,1.12,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88374",5,35.6075,-82.583333,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.23846,0.213404,1.16,"2013-03-05 00:00",0.743,"2013-01-10 00:00",0.639,"2013-03-29 00:00",0.489,"2013-06-21 00:00","","","","",1.16,1.16,0.639,0.459,0.329,0.214,0.046,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88375",5,35.6075,-82.583333,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.56482,0.262672,1.28,"2013-03-05 00:00",1.09,"2013-04-10 00:00",1.08,"2013-01-10 00:00",1.06,"2013-05-10 00:00","","","","",1.28,1.28,1.08,0.934,0.693,0.563,0.252,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88376",5,35.6075,-82.583333,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.63958,0.326103,1.64,"2013-04-10 00:00",1.61,"2013-01-10 00:00",1.45,"2013-03-05 00:00",1.15,"2013-03-23 00:00","","","","",1.64,1.64,1.45,1.14,0.73,0.546,0.346,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88377",5,35.6075,-82.583333,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.4194,0.220644,0.989,"2013-04-10 00:00",0.919,"2013-01-28 00:00",0.909,"2013-03-05 00:00",0.858,"2013-05-10 00:00","","","","",0.989,0.989,0.909,0.821,0.558,0.343,0.212,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88378",5,35.6075,-82.583333,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.44986,0.201534,0.982,"2013-04-10 00:00",0.818,"2013-08-14 00:00",0.784,"2013-03-29 00:00",0.757,"2013-03-23 00:00","","","","",0.982,0.982,0.784,0.718,0.566,0.44,0.184,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88380",5,35.6075,-82.583333,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.50338,0.323979,1.76,"2013-01-10 00:00",1.63,"2013-03-05 00:00",1.08,"2013-04-10 00:00",0.907,"2013-01-28 00:00","","","","",1.76,1.76,1.08,0.841,0.587,0.436,0.213,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88383",5,35.6075,-82.583333,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.88828,0.423455,2.06,"2013-03-05 00:00",2.01,"2013-04-10 00:00",1.72,"2013-01-10 00:00",1.47,"2013-03-23 00:00","","","","",2.06,2.06,1.72,1.45,1.17,0.87,0.412,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88384",5,35.6075,-82.583333,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.064954,0.024516,0.15,"2013-10-25 00:00",0.118,"2013-03-29 00:00",0.105,"2013-10-13 00:00",0.104,"2013-08-14 00:00","","","","",0.15,0.15,0.105,0.102,0.0786,0.0588,0.0428,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88385",5,35.6075,-82.583333,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001135,0.000955,0.00775,"2013-10-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00775,0.00775,0.001,0.001,0.001,0.001,0.001,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88388",5,35.6075,-82.583333,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.71472,0.31495,1.52,"2013-04-10 00:00",1.29,"2013-03-05 00:00",1.23,"2013-03-29 00:00",1.16,"2013-03-23 00:00","","","","",1.52,1.52,1.23,1.14,0.919,0.732,0.275,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88403",5,35.6075,-82.583333,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.786615,0.766454,3.07,"2013-05-10 00:00",3.06,"2013-09-07 00:00",2.97,"2013-01-28 00:00",2.97,"2013-08-14 00:00","","","","",3.07,3.06,2.97,2.84,2.46,1.84,0.75,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0034","88501",3,35.6075,-82.583333,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7204,100,51,61,0,92,"","","Certification not required",0,8.593337,4.244276,32.6,"2013-03-16 00:00",29.4,"2013-09-11 18:00",28.9,"2013-03-15 23:00",28.3,"2013-08-27 21:00","","","","",20.7,18.7,16.5,14.3,11.1,8,3.7,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88501",3,35.6075,-82.583333,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,100,51,61,0,0,"","","Certification not required",0,8.535855,3.282667,21.7,"2013-08-28 00:00",19.2,"2013-09-10 00:00",18.6,"2013-08-27 00:00",18.3,"2013-09-09 00:00","","","","",18.3,17.7,14.1,12.7,10.6,8,4.6,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88502",3,35.6075,-82.583333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7204,100,51,61,0,92,"","","Certification not required",0,7.342657,4.134409,29.8,"2013-03-16 00:00",26.5,"2013-09-11 18:00",26.3,"2013-03-15 23:00",25.6,"2013-08-27 21:00","","","","",18.9,17.1,15,12.9,9.8,6.8,2.5,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88502",3,35.6075,-82.583333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,100,51,61,0,0,"","","Certification not required",0,7.284868,3.216413,19.6,"2013-08-28 00:00",17.3,"2013-09-10 00:00",16.8,"2013-08-27 00:00",16.6,"2013-09-09 00:00","","","","",16.6,16,12.7,11.4,9.3,6.8,3.6,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-01-29" +"37","021","0034","88502",5,35.6075,-82.583333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.260784,3.128583,17.8,"2013-04-10 00:00",14.1,"2013-05-10 00:00",13.8,"2013-01-28 00:00",13.7,"2013-03-05 00:00","","","","",17.8,14.1,13.8,13.2,11.7,9.2,5.9,"Board Of Ed. Bldg.","175 BINGHAM ROAD","North Carolina","Buncombe","Asheville","Asheville, NC","2014-02-14" +"37","021","0035","42153",1,35.57222,-82.55889,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.025226,0.1,"2013-01-16 00:00",0.1,"2013-04-28 00:00",0.1,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43205",1,35.57222,-82.55889,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,9,"","","Certification not required",2,1.422222,1.332851,6.9,"2013-05-16 00:00",4.3,"2013-06-27 00:00",4.1,"2013-03-05 00:00",2.5,"2013-07-09 00:00","","","","",6.9,6.9,4.3,2.5,1.7,1.2,0.3,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43208",1,35.57222,-82.55889,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.052222,0.01042,0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43218",1,35.57222,-82.55889,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.095556,0.167814,0.6,"2013-01-10 00:00",0.5,"2013-01-28 00:00",0.5,"2013-03-05 00:00",0.4,"2013-02-15 00:00","","","","",0.6,0.6,0.5,0.4,0.2,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43220",1,35.57222,-82.55889,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.764444,0.942471,5.2,"2013-05-16 00:00",3.5,"2013-02-15 00:00",3.4,"2013-01-10 00:00",3.2,"2013-01-28 00:00","","","","",5.2,5.2,3.4,2.7,2.2,1.7,0.7,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43231",1,35.57222,-82.55889,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.56,0.296495,1.7,"2013-05-16 00:00",1,"2013-01-28 00:00",1,"2013-02-15 00:00",1,"2013-03-05 00:00","","","","",1.7,1.7,1,0.9,0.7,0.5,0.2,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43242",1,35.57222,-82.55889,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.643333,0.33262,1.4,"2013-01-16 00:00",1.3,"2013-07-21 00:00",1.2,"2013-08-20 00:00",1.1,"2013-06-03 00:00","","","","",1.4,1.4,1.2,1.1,0.9,0.6,0.2,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43243",1,35.57222,-82.55889,"WGS84","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",8,2.468889,2.779701,9,"2013-07-27 00:00",8.3,"2013-07-21 00:00",7.7,"2013-06-27 00:00",7.7,"2013-09-01 00:00","","","","",9,9,7.7,7.3,4.4,1.3,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43248",1,35.57222,-82.55889,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",10,0.213333,0.137097,0.7,"2013-05-16 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00","","","","",0.7,0.7,0.4,0.4,0.3,0.2,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43270",1,35.57222,-82.55889,"WGS84","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,3.715556,2.853443,11.5,"2013-01-10 00:00",10.6,"2013-02-15 00:00",9.7,"2013-01-28 00:00",9,"2013-05-16 00:00","","","","",11.5,11.5,9.7,8.5,4.9,2.8,0.6,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43302",1,35.57222,-82.55889,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,28,"","","Certification not required",2,5.8,3.894347,13.3,"2013-04-22 00:00",10.9,"2013-04-16 00:00",9.6,"2013-04-10 00:00",9.5,"2013-01-04 00:00","","","","",13.3,13.3,13.3,10.9,9.5,5.4,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43305",1,35.57222,-82.55889,"WGS84","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",40,0.131111,0.243854,1.2,"2013-07-27 00:00",0.8,"2013-08-14 00:00",0.7,"2013-08-20 00:00",0.6,"2013-08-08 00:00","","","","",1.2,1.2,0.7,0.6,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43312",1,35.57222,-82.55889,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",22,0.2,0.172218,0.6,"2013-05-10 00:00",0.6,"2013-09-25 00:00",0.5,"2013-06-15 00:00",0.5,"2013-08-20 00:00","","","","",0.6,0.6,0.5,0.5,0.3,0.2,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43359",1,35.57222,-82.55889,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",1,1.12561,1.031087,4.2,"2013-06-27 00:00",4.2,"2013-07-09 00:00",3.5,"2013-07-27 00:00",3.3,"2013-07-03 00:00","","","","",4.2,4.2,3.5,2.4,1.3,0.8,0.3,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43372",1,35.57222,-82.55889,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017778,0.038665,0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43447",1,35.57222,-82.55889,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43503",1,35.57222,-82.55889,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,40,"","","Certification not required",0,0.08,0.178885,0.4,"2013-06-03 00:00",0,"2013-04-10 00:00",0,"2013-08-02 00:00",0,"2013-09-01 00:00","","","","",0.4,0.4,0.4,0.4,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43505",1,35.57222,-82.55889,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.638636,0.251707,1.5,"2013-01-16 00:00",1,"2013-02-03 00:00",1,"2013-05-16 00:00",1,"2013-05-28 00:00","","","","",1.5,1.5,1,1,0.8,0.7,0.3,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43515",1,35.57222,-82.55889,"WGS84","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",7,0.82907,0.504531,1.9,"2013-07-27 00:00",1.8,"2013-05-28 00:00",1.6,"2013-06-21 00:00",1.5,"2013-08-08 00:00","","","","",1.9,1.9,1.6,1.4,1.2,0.9,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43551",1,35.57222,-82.55889,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,43,"","","Certification not required",0,5.85,3.606245,8.4,"2013-01-16 00:00",3.3,"2013-01-22 00:00","","","","","","","","",8.4,8.4,8.4,8.4,8.4,8.4,3.3,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43552",1,35.57222,-82.55889,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",14,1.145238,0.947256,3.1,"2013-08-02 00:00",2.8,"2013-05-16 00:00",2.6,"2013-03-17 00:00",2.5,"2013-07-27 00:00","","","","",3.1,3.1,2.6,2.4,1.8,1.1,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43553",1,35.57222,-82.55889,"WGS84","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",21,0.207778,0.196549,0.6,"2013-02-03 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-10 00:00",0.5,"2013-01-28 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.1,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43557",1,35.57222,-82.55889,"WGS84","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.098889,0.23147,1.3,"2013-01-10 00:00",1,"2013-01-28 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",1.3,1.3,0.05,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43558",1,35.57222,-82.55889,"WGS84","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.264909,0.756741,3.18,"2013-07-27 00:00",2.852,"2013-05-28 00:00",2.784,"2013-08-08 00:00",2.304,"2013-06-21 00:00","","","","",3.18,3.18,2.784,2.264,1.86,0.956,0.496,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43559",1,35.57222,-82.55889,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",41,0.155682,0.396968,1.8,"2013-01-04 00:00",1.5,"2013-02-03 00:00",1.5,"2013-02-15 00:00",0.05,"2013-01-10 00:00","","","","",1.8,1.8,1.5,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43560",1,35.57222,-82.55889,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.057778,0.177724,0.8,"2013-08-14 00:00",0.6,"2013-08-08 00:00",0.5,"2013-08-02 00:00",0.5,"2013-08-20 00:00","","","","",0.8,0.8,0.5,0.2,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43562",1,35.57222,-82.55889,"WGS84","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",24,0.166778,0.139643,0.52,"2013-07-27 00:00",0.4,"2013-06-09 00:00",0.39,"2013-09-13 00:00",0.385,"2013-08-02 00:00","","","","",0.52,0.52,0.39,0.37,0.29,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43702",1,35.57222,-82.55889,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.42381,0.653251,3.7,"2013-04-16 00:00",2.5,"2013-07-27 00:00",1.2,"2013-04-28 00:00",0.6,"2013-04-10 00:00","","","","",3.7,3.7,1.2,0.6,0.4,0.3,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43801",1,35.57222,-82.55889,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.57381,0.202496,1.1,"2013-07-27 00:00",0.8,"2013-05-28 00:00",0.8,"2013-09-25 00:00",0.7,"2013-02-03 00:00","","","","",1.1,1.1,0.8,0.7,0.7,0.6,0.4,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43802",1,35.57222,-82.55889,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.037778,0.05756,0.2,"2013-02-15 00:00",0.2,"2013-03-29 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43803",1,35.57222,-82.55889,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43804",1,35.57222,-82.55889,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43806",1,35.57222,-82.55889,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43808",1,35.57222,-82.55889,"WGS84","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43811",1,35.57222,-82.55889,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.242222,0.049949,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43812",1,35.57222,-82.55889,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43813",1,35.57222,-82.55889,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43814",1,35.57222,-82.55889,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-01-16 00:00",0.1,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43815",1,35.57222,-82.55889,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.046818,0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43817",1,35.57222,-82.55889,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-03-05 00:00",0.1,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43818",1,35.57222,-82.55889,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43819",1,35.57222,-82.55889,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43820",1,35.57222,-82.55889,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43821",1,35.57222,-82.55889,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.086667,0.062523,0.2,"2013-01-22 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43823",1,35.57222,-82.55889,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.546667,0.089443,0.8,"2013-07-27 00:00",0.8,"2013-09-25 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00","","","","",0.8,0.8,0.6,0.6,0.6,0.6,0.4,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43824",1,35.57222,-82.55889,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.025226,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-06-27 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43826",1,35.57222,-82.55889,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43828",1,35.57222,-82.55889,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43829",1,35.57222,-82.55889,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43830",1,35.57222,-82.55889,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43831",1,35.57222,-82.55889,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.053333,0.171358,0.8,"2013-07-27 00:00",0.7,"2013-05-04 00:00",0.4,"2013-07-21 00:00",0.3,"2013-09-19 00:00","","","","",0.8,0.8,0.4,0.2,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43838",1,35.57222,-82.55889,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43843",1,35.57222,-82.55889,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","43860",1,35.57222,-82.55889,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45109",1,35.57222,-82.55889,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.527907,1.240454,6.3,"2013-05-16 00:00",5.3,"2013-09-25 00:00",4.4,"2013-08-02 00:00",4.3,"2013-09-19 00:00","","","","",6.3,6.3,4.4,3.9,3.2,2.5,1.2,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45201",1,35.57222,-82.55889,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.922222,0.575598,2.6,"2013-01-10 00:00",2.2,"2013-03-05 00:00",2,"2013-01-28 00:00",2,"2013-02-15 00:00","","","","",2.6,2.6,2,1.9,1.2,0.7,0.3,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45202",1,35.57222,-82.55889,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.964444,1.849589,8.2,"2013-01-10 00:00",7.9,"2013-09-19 00:00",6.5,"2013-06-21 00:00",6.3,"2013-01-16 00:00","","","","",8.2,8.2,6.5,5.2,4.1,2.4,1,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45203",1,35.57222,-82.55889,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.62,0.230217,1.1,"2013-01-28 00:00",1,"2013-01-16 00:00",1,"2013-03-05 00:00",1,"2013-05-16 00:00","","","","",1.1,1.1,1,1,0.8,0.6,0.4,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45204",1,35.57222,-82.55889,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.702222,0.272604,1.4,"2013-05-16 00:00",1.3,"2013-09-25 00:00",1.2,"2013-01-28 00:00",1,"2013-01-10 00:00","","","","",1.4,1.4,1.2,1,0.9,0.7,0.4,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45207",1,35.57222,-82.55889,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",35,0.196667,0.302151,1.1,"2013-05-16 00:00",0.9,"2013-05-22 00:00",0.9,"2013-06-09 00:00",0.9,"2013-06-27 00:00","","","","",1.1,1.1,0.9,0.9,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45208",1,35.57222,-82.55889,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",11,1.223333,0.858818,2.8,"2013-08-02 00:00",2.6,"2013-07-27 00:00",2.6,"2013-09-25 00:00",2.4,"2013-08-08 00:00","","","","",2.8,2.8,2.6,2.4,1.7,1.5,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45220",1,35.57222,-82.55889,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.582222,0.434997,1.2,"2013-06-09 00:00",1.1,"2013-07-27 00:00",1.1,"2013-08-20 00:00",1,"2013-01-16 00:00","","","","",1.2,1.2,1.1,1,0.9,0.8,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45225",1,35.57222,-82.55889,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.371111,0.629799,2,"2013-04-22 00:00",2,"2013-05-10 00:00",2,"2013-05-22 00:00",2,"2013-06-15 00:00","","","","",2,2,2,2,0.5,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45801",1,35.57222,-82.55889,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45805",1,35.57222,-82.55889,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.06,0.067082,0.5,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.5,0.5,0.05,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45806",1,35.57222,-82.55889,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45807",1,35.57222,-82.55889,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02,0.134164,0.9,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.9,0.9,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45809",1,35.57222,-82.55889,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","45810",1,35.57222,-82.55889,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","021","0035","46201",1,35.57222,-82.55889,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AB Tech","AB TECH COLLEGE","North Carolina","Buncombe","Asheville","Asheville, NC","2013-11-27" +"37","027","0003","42401",1,35.935833,-81.530278,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7587,87,334,365,0,428,0,"","Certification not required",0,1.488323,1.716467,14.8,"2013-04-14 08:00",13.8,"2013-04-05 22:00",12.4,"2013-02-11 22:00",9.3,"2013-01-05 04:00","","","","",9.3,5.8,4,3,1.8,1.1,0.2,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2014-01-30" +"37","027","0003","42401",1,35.935833,-81.530278,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7587,87,334,365,0,428,"","","Certification not required",0,0.648715,0.793818,14.8,"2013-04-14 08:00",13.8,"2013-04-05 22:00",12.4,"2013-02-11 22:00",9.3,"2013-01-05 04:00","","","","",2.8,2.2,1.7,1.3,1,0.8,-0.1,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2014-01-30" +"37","027","0003","42401",1,35.935833,-81.530278,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,0.649102,0.630541,2.5,"2013-03-28 00:00",2.3,"2013-04-05 00:00",1.9,"2013-01-05 00:00",1.9,"2013-04-14 00:00","","","","",1.9,1.8,1.5,1.3,1,0.8,-0.2,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2014-01-30" +"37","027","0003","42401",1,35.935833,-81.530278,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2311,79,329,365,0,0,"",0,"Certification not required",0,0.632843,0.711883,7.2,"2013-04-05 23:00",6,"2013-02-11 23:00",5.7,"2013-04-14 08:00",4.5,"2013-01-05 05:00","","","","",2.5,2.1,1.7,1.3,1,0.7,-0.1,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2014-01-30" +"37","027","0003","42401",2,35.935833,-81.530278,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",82990,79,304,365,0,4562,"","","Certification not required",0,0.660623,0.914168,49.9,"2013-04-05 22:00",36.8,"2013-04-14 08:30",35.1,"2013-04-05 21:55",33.7,"2013-02-11 22:10","","","","",3,2.2,1.6,1.3,1,0.7,-0.1,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2013-12-10" +"37","027","0003","44201",1,35.935833,-81.530278,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4898,100,213,214,0,238,0,0,"Certification not required",433,0.044441,0.008921,0.07,"2013-04-06 14:00",0.069,"2013-05-15 17:00",0.069,"2013-05-17 18:00",0.065,"2013-04-10 16:00","","","","",0.069,0.065,0.058,0.055,0.05,0.045,0.033,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2013-12-13" +"37","027","0003","44201",1,35.935833,-81.530278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,99,212,214,0,0,0,0,"Certification not required",0,0.039877,0.009161,0.068,"2013-04-06 12:00",0.065,"2013-05-15 11:00",0.064,"2013-05-17 11:00",0.062,"2013-04-10 11:00","","","","",0.064,0.058,0.055,0.051,0.046,0.04,0.028,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2013-12-13" +"37","027","0003","44201",1,35.935833,-81.530278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,99,212,214,0,0,0,0,"Certification not required",0,0.039877,0.009161,0.068,"2013-04-06 12:00",0.065,"2013-05-15 11:00",0.064,"2013-05-17 11:00",0.062,"2013-04-10 11:00","","","","",0.064,0.058,0.055,0.051,0.046,0.04,0.028,"Lenoir (city)","219 NUWAY CIRCLE","North Carolina","Caldwell","Lenoir","Hickory-Lenoir-Morganton, NC","2013-12-13" +"37","031","9991","44201",1,34.8848,-76.6203,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7137,87,187,214,0,879,0,0,"Certification not required",76,0.041374,0.011524,0.07,"2013-04-28 09:00",0.069,"2013-04-27 15:00",0.068,"2013-06-13 18:00",0.067,"2013-05-16 16:00","","","","",0.069,0.067,0.063,0.056,0.051,0.045,0.039,"Beaufort","Open Grounds Farm, Beaufort, NC 28516","North Carolina","Carteret","","Morehead City, NC","2014-01-31" +"37","031","9991","44201",1,34.8848,-76.6203,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7139,85,182,214,0,0,0,0,"Certification not required",0,0.037868,0.011009,0.068,"2013-04-28 08:00",0.066,"2013-04-27 10:00",0.063,"2013-05-16 12:00",0.062,"2013-03-16 13:00","","","","",0.066,0.062,0.056,0.052,0.048,0.042,0.036,"Beaufort","Open Grounds Farm, Beaufort, NC 28516","North Carolina","Carteret","","Morehead City, NC","2014-01-31" +"37","031","9991","44201",1,34.8848,-76.6203,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7139,85,182,214,0,0,0,0,"Certification not required",0,0.037868,0.011009,0.068,"2013-04-28 08:00",0.066,"2013-04-27 10:00",0.063,"2013-05-16 12:00",0.062,"2013-03-16 13:00","","","","",0.066,0.062,0.056,0.052,0.048,0.042,0.036,"Beaufort","Open Grounds Farm, Beaufort, NC 28516","North Carolina","Carteret","","Morehead City, NC","2014-01-31" +"37","033","0001","44201",1,36.307033,-79.467417,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4861,100,213,214,0,275,0,0,"Certified",39,0.045225,0.011165,0.081,"2013-07-17 15:00",0.079,"2013-05-15 16:00",0.073,"2013-04-10 15:00",0.068,"2013-04-09 17:00","","","","",0.073,0.068,0.063,0.06,0.051,0.046,0.03,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2013-11-20" +"37","033","0001","44201",1,36.307033,-79.467417,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5084,99,211,214,0,0,0,0,"Certified",0,0.040303,0.010515,0.074,"2013-05-15 12:00",0.067,"2013-07-17 10:00",0.065,"2013-04-10 11:00",0.062,"2013-04-09 11:00","","","","",0.065,0.061,0.058,0.053,0.047,0.04,0.025,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2013-11-20" +"37","033","0001","44201",1,36.307033,-79.467417,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5084,99,211,214,0,0,0,0,"Certified",0,0.040303,0.010515,0.074,"2013-05-15 12:00",0.067,"2013-07-17 10:00",0.065,"2013-04-10 11:00",0.062,"2013-04-09 11:00","","","","",0.065,0.061,0.058,0.053,0.047,0.04,0.025,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2013-11-20" +"37","033","0001","61103",1,36.307033,-79.467417,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",5521,63,229,365,0,331,"","","Certification not required",0,2.535465,2.110191,14.2,"2013-01-30 20:00",12.8,"2013-01-30 19:00",12.6,"2013-01-30 21:00",11.8,"2013-01-30 15:00","","","","",8.9,8,6.4,5.4,3.9,2.1,0,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-01-22" +"37","033","0001","61104",1,36.307033,-79.467417,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",5521,63,229,365,0,331,"","","Certification not required",0,214.430665,99.385418,359.9,"2013-09-26 14:00",359.9,"2013-10-29 13:00",359.9,"2013-11-05 01:00",359.6,"2013-09-30 12:00","","","","",355.7,353,345.3,336.2,314.9,203.6,58.4,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-01-22" +"37","033","0001","61106",1,36.307033,-79.467417,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5526,63,230,365,0,330,"","","Certification not required",0,30.0057,13.406955,89.3,"2013-05-26 01:00",83.8,"2013-11-08 23:00",82.9,"2013-11-08 21:00",79.7,"2013-03-23 12:00","","","","",66.4,61.3,55.3,49.3,38.9,26.9,15,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-01-22" +"37","033","0001","68105",1,36.307033,-79.467417,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,100,59,61,0,0,"","","Certification not required",0,16.317308,7.635589,27.7,"2013-07-18 00:00",26.6,"2013-08-29 00:00",26.2,"2013-08-11 00:00",26.1,"2013-07-15 00:00","","","","",26.6,26.2,26,25,23.2,18.6,4.5,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-11" +"37","033","0001","68108",1,36.307033,-79.467417,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,59,61,0,0,"","","Certification not required",0,743.826923,4.748924,757,"2013-11-30 00:00",756,"2013-01-04 00:00",754,"2013-11-24 00:00",753,"2013-01-10 00:00","","","","",756,754,752,750,747,744,738,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-11" +"37","033","0001","81102",1,36.307033,-79.467417,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",52,85,52,61,0,4,0,0,"Certification not required",0,14.25,6.067835,29,"2013-04-10 00:00",27,"2013-05-28 00:00",26,"2013-01-28 00:00",25,"2013-04-16 00:00","","","","",29,27,26,22,18,14,7,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-01-09" +"37","033","0001","88101",1,36.307033,-79.467417,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,97,59,61,0,10,0,0,"Certification not required",0,8.355769,3.85257,24.9,"2013-06-21 00:00",17.3,"2013-10-31 00:00",16.8,"2013-07-18 00:00",16.4,"2013-09-10 00:00","","","","",24.9,17.3,16.8,14.9,12.7,9.9,7.4,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-11" +"37","033","0001","88101",1,36.307033,-79.467417,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,97,59,61,0,10,"","","Certification not required",0,8.355769,3.85257,24.9,"2013-06-21 00:00",17.3,"2013-10-31 00:00",16.8,"2013-07-18 00:00",16.4,"2013-09-10 00:00","","","","",24.9,17.3,16.8,14.9,12.7,9.9,7.4,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-11" +"37","033","0001","88101",3,36.307033,-79.467417,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8525,97,363,365,0,235,"","","Certification not required",0,9.91905,6.007856,79.9,"2013-01-18 00:00",47.8,"2013-12-12 07:00",42.4,"2013-12-10 07:00",42.1,"2013-10-18 19:00","","","","",28,24.8,20.9,17.9,13.1,9,3.4,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-12" +"37","033","0001","88101",3,36.307033,-79.467417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,0,0,"Certification not required",0,9.855833,4.369866,26.9,"2013-08-28 00:00",24.8,"2013-01-28 00:00",24.8,"2013-12-04 00:00",22.9,"2013-08-27 00:00","","","","",22.9,21.5,18.6,16,12.2,9.3,5.1,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-12" +"37","033","0001","88101",3,36.307033,-79.467417,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,9.855833,4.369866,26.9,"2013-08-28 00:00",24.8,"2013-01-28 00:00",24.8,"2013-12-04 00:00",22.9,"2013-08-27 00:00","","","","",22.9,21.5,18.6,16,12.2,9.3,5.1,"Cherry Grove","7074 CHERRY GROVE RD, REIDSVILLE","North Carolina","Caswell","","","2014-02-12" +"37","035","0004","68103",5,35.728889,-81.365556,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,10.833333,8.177352,21.9,"2013-08-08 00:00",20.7,"2013-07-09 00:00",20.6,"2013-07-15 00:00",20.4,"2013-07-03 00:00","","","","",21.9,21.9,20.6,20,18.2,13.2,-2.1,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","68104",5,35.728889,-81.365556,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,21.789583,8.083507,33,"2013-07-09 00:00",31.5,"2013-08-08 00:00",31.3,"2013-07-15 00:00",31.2,"2013-06-27 00:00","","","","",33,33,31.3,31.1,29,23.9,10.7,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","68105",1,35.728889,-81.365556,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,16.552809,8.252067,27.9,"2013-08-29 00:00",27,"2013-07-09 00:00",26.8,"2013-07-24 00:00",26.6,"2013-07-18 00:00","","","","",27.9,27,26.4,25.9,23.4,19.2,4.4,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","68105",2,35.728889,-81.365556,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",46,75,45,61,0,0,"","","Certification not required",0,17.193478,8.179715,27.3,"2013-07-09 00:00",26.6,"2013-07-15 00:00",26.5,"2013-08-08 00:00",26.3,"2013-06-27 00:00","","","","",27.3,27.3,26.5,26.1,24,22.1,5.6,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","68105",5,35.728889,-81.365556,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,15.66875,7.820708,26.1,"2013-07-09 00:00",25.6,"2013-08-08 00:00",25.3,"2013-08-02 00:00",25.2,"2013-07-15 00:00","","","","",26.1,26.1,25.3,24.7,22.4,18.7,4.5,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","68106",5,35.728889,-81.365556,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,730.270833,3.907111,740,"2013-01-10 00:00",737,"2013-01-28 00:00",736,"2013-01-04 00:00",736,"2013-10-25 00:00","","","","",740,740,736,735,733,729,725,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","68107",5,35.728889,-81.365556,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,735.291667,3.80905,744,"2013-01-10 00:00",744,"2013-01-28 00:00",743,"2013-11-06 00:00",741,"2013-01-04 00:00","","","","",744,744,743,741,738,735,731,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","68108",1,35.728889,-81.365556,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,733.719101,3.701931,743,"2013-01-10 00:00",740,"2013-01-19 00:00",740,"2013-01-28 00:00",740,"2013-04-22 00:00","","","","",743,740,740,738,737,734,729,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","68108",2,35.728889,-81.365556,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,45,61,0,0,"","","Certification not required",0,731.934783,3.837836,740,"2013-01-10 00:00",738,"2013-01-07 00:00",738,"2013-01-19 00:00",738,"2013-01-28 00:00","","","","",740,740,738,738,735,732,727,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","68108",5,35.728889,-81.365556,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,732.25,3.823221,741,"2013-01-10 00:00",739,"2013-01-28 00:00",738,"2013-01-04 00:00",738,"2013-10-25 00:00","","","","",741,741,738,738,735,732,728,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","81102",1,35.728889,-81.365556,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,2,0,0,"Certification not required",1,17.425926,5.967212,29,"2013-01-28 00:00",29,"2013-03-23 00:00",28,"2013-04-10 00:00",28,"2013-08-14 00:00","","","","",29,29,28,26,21,17,10,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-01-09" +"37","035","0004","81102",2,35.728889,-81.365556,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,17.236364,5.600806,30,"2013-01-28 00:00",28,"2013-04-10 00:00",27,"2013-08-14 00:00",27,"2013-10-31 00:00","","","","",30,28,27,25,21,17,10,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-01-09" +"37","035","0004","88101",1,35.728889,-81.365556,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,4,0,0,"Certification not required",0,8.820225,3.828962,21.6,"2013-01-28 00:00",17,"2013-01-25 00:00",16.6,"2013-03-05 00:00",16.3,"2013-03-23 00:00","","","","",21.6,17,15.8,14.2,11.6,8.4,4.1,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","88101",1,35.728889,-81.365556,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,4,"","","Certification not required",0,8.820225,3.828962,21.6,"2013-01-28 00:00",17,"2013-01-25 00:00",16.6,"2013-03-05 00:00",16.3,"2013-03-23 00:00","","","","",21.6,17,15.8,14.2,11.6,8.4,4.1,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","88101",2,35.728889,-81.365556,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,72,44,61,0,3,0,0,"Certification not required",0,10.055556,3.939114,22.1,"2013-01-28 00:00",18.1,"2013-03-05 00:00",16.8,"2013-03-23 00:00",14.5,"2013-03-17 00:00","","","","",22.1,22.1,16.8,14.1,12.5,10.3,5,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","88101",2,35.728889,-81.365556,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,72,44,61,0,3,"","","Certification not required",0,10.055556,3.939114,22.1,"2013-01-28 00:00",18.1,"2013-03-05 00:00",16.8,"2013-03-23 00:00",14.5,"2013-03-17 00:00","","","","",22.1,22.1,16.8,14.1,12.5,10.3,5,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2013-11-21" +"37","035","0004","88102",5,35.728889,-81.365556,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.020177,0.007334,0.054,"2013-02-21 00:00",0.041,"2013-06-03 00:00",0.026,"2013-02-03 00:00",0.026,"2013-04-22 00:00","","","","",0.054,0.054,0.026,0.026,0.021,0.0195,0.0135,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88103",5,35.728889,-81.365556,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000604,0.000818,0.003,"2013-06-09 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-11 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88104",5,35.728889,-81.365556,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",27,0.031333,0.04044,0.174,"2013-06-27 00:00",0.162,"2013-08-08 00:00",0.138,"2013-07-03 00:00",0.116,"2013-08-20 00:00","","","","",0.174,0.174,0.138,0.085,0.037,0.0125,0.0065,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88107",5,35.728889,-81.365556,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006475,0.006032,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-15 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88109",5,35.728889,-81.365556,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.00351,0.002809,0.0126,"2013-03-11 00:00",0.0119,"2013-03-23 00:00",0.0098,"2013-04-10 00:00",0.0087,"2013-10-31 00:00","","","","",0.0126,0.0126,0.0098,0.0079,0.0044,0.0031,0.00065,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88110",5,35.728889,-81.365556,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.002417,0.004528,0.019,"2013-04-16 00:00",0.014,"2013-08-26 00:00",0.013,"2013-02-15 00:00",0.013,"2013-07-27 00:00","","","","",0.019,0.019,0.013,0.008,0.004,0,0,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88111",5,35.728889,-81.365556,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",20,0.012748,0.012093,0.0524,"2013-04-10 00:00",0.0396,"2013-05-16 00:00",0.0353,"2013-03-17 00:00",0.0317,"2013-03-23 00:00","","","","",0.0524,0.0524,0.0353,0.0312,0.0213,0.0085,0.00235,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88112",5,35.728889,-81.365556,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.005583,0.013531,0.086,"2013-03-23 00:00",0.032,"2013-09-25 00:00",0.024,"2013-08-02 00:00",0.016,"2013-07-27 00:00","","","","",0.086,0.086,0.024,0.015,0.004,0.002,0,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88113",5,35.728889,-81.365556,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.000668,0.000105,0.001,"2013-01-10 00:00",0.001,"2013-03-23 00:00",0.001,"2013-08-20 00:00",0.0007,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88114",5,35.728889,-81.365556,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",14,0.004035,0.00404,0.0232,"2013-07-15 00:00",0.012,"2013-03-23 00:00",0.012,"2013-07-03 00:00",0.0093,"2013-07-27 00:00","","","","",0.0232,0.0232,0.012,0.0085,0.0057,0.0024,0.00095,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88115",5,35.728889,-81.365556,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",30,0.007803,0.009942,0.0632,"2013-05-04 00:00",0.029,"2013-03-05 00:00",0.025,"2013-01-28 00:00",0.0211,"2013-04-10 00:00","","","","",0.0632,0.0632,0.025,0.017,0.0085,0.00405,0.00245,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88117",5,35.728889,-81.365556,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006365,0.009716,0.0435,"2013-01-10 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-08-20 00:00",0.00485,"2013-02-27 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88118",5,35.728889,-81.365556,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.009105,0.00636,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88126",5,35.728889,-81.365556,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.056685,0.048293,0.315,"2013-03-23 00:00",0.174,"2013-06-27 00:00",0.126,"2013-08-02 00:00",0.1,"2013-07-03 00:00","","","","",0.315,0.315,0.126,0.0849,0.0637,0.0489,0.0186,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88128",5,35.728889,-81.365556,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001083,0.002575,0.016,"2013-03-23 00:00",0.006,"2013-11-06 00:00",0.005,"2013-10-31 00:00",0.003,"2013-03-17 00:00","","","","",0.016,0.016,0.005,0.003,0.002,0,0,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88131",5,35.728889,-81.365556,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.010708,0.004302,0.026,"2013-03-17 00:00",0.018,"2013-04-04 00:00",0.018,"2013-11-06 00:00",0.0165,"2013-02-03 00:00","","","","",0.026,0.026,0.018,0.0165,0.011,0.008,0.007,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88132",5,35.728889,-81.365556,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000875,0.00116,0.006,"2013-03-23 00:00",0.003,"2013-06-27 00:00",0.003,"2013-08-02 00:00",0.003,"2013-08-20 00:00","","","","",0.006,0.006,0.003,0.002,0.001,0.001,0,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88136",5,35.728889,-81.365556,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000938,0.002801,0.018,"2013-03-23 00:00",0.006,"2013-08-02 00:00",0.005,"2013-08-08 00:00",0.003,"2013-07-27 00:00","","","","",0.018,0.018,0.005,0.002,0.001,0,0,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88140",5,35.728889,-81.365556,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.008166,0.006967,0.0437,"2013-05-04 00:00",0.033,"2013-04-10 00:00",0.021,"2013-11-06 00:00",0.009,"2013-01-10 00:00","","","","",0.0437,0.0437,0.021,0.009,0.009,0.006,0.00475,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88152",5,35.728889,-81.365556,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005616,0.001565,0.008,"2013-02-15 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88154",5,35.728889,-81.365556,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001055,0.000267,0.0015,"2013-09-19 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-04 00:00","","","","",0.0015,0.0015,0.0013,0.0013,0.0013,0.00125,0.00065,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88160",5,35.728889,-81.365556,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.013125,0.004144,0.028,"2013-01-10 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00",0.018,"2013-04-22 00:00","","","","",0.028,0.028,0.018,0.018,0.016,0.01,0.01,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88161",5,35.728889,-81.365556,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",40,0.003347,0.002579,0.0143,"2013-06-27 00:00",0.01,"2013-05-16 00:00",0.0098,"2013-05-28 00:00",0.0092,"2013-07-03 00:00","","","","",0.0143,0.0143,0.0098,0.0075,0.00265,0.0025,0.0021,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88164",5,35.728889,-81.365556,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001599,0.000237,0.0019,"2013-02-15 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88165",5,35.728889,-81.365556,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.057315,0.06779,0.426,"2013-06-27 00:00",0.242,"2013-07-03 00:00",0.148,"2013-05-16 00:00",0.124,"2013-04-10 00:00","","","","",0.426,0.426,0.148,0.0861,0.066,0.0406,0.015,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88166",5,35.728889,-81.365556,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.008281,0.004789,0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-04 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88167",5,35.728889,-81.365556,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",10,0.005975,0.004785,0.025,"2013-03-23 00:00",0.0196,"2013-10-31 00:00",0.0141,"2013-01-28 00:00",0.013,"2013-01-10 00:00","","","","",0.025,0.025,0.0141,0.0126,0.0075,0.0054,0.0013,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88168",5,35.728889,-81.365556,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.001361,0.000952,0.0074,"2013-06-27 00:00",0.0023,"2013-07-15 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0074,0.0074,0.00175,0.00175,0.00155,0.00115,0.00085,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88169",5,35.728889,-81.365556,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.649942,0.334807,1.63,"2013-01-28 00:00",1.28,"2013-05-10 00:00",1.22,"2013-03-17 00:00",1.16,"2013-09-07 00:00","","","","",1.63,1.63,1.22,1.15,0.858,0.623,0.258,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88176",5,35.728889,-81.365556,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.000968,0.000214,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88180",5,35.728889,-81.365556,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.069069,0.041224,0.244,"2013-01-10 00:00",0.184,"2013-03-05 00:00",0.121,"2013-04-04 00:00",0.12,"2013-03-23 00:00","","","","",0.244,0.244,0.121,0.115,0.0853,0.066,0.0252,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88184",5,35.728889,-81.365556,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.051708,0.059243,0.297,"2013-05-04 00:00",0.233,"2013-04-10 00:00",0.183,"2013-07-15 00:00",0.14,"2013-11-06 00:00","","","","",0.297,0.297,0.183,0.133,0.06,0.027,0.0155,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88185",5,35.728889,-81.365556,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.003699,0.003825,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88301",5,35.728889,-81.365556,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.504854,0.426373,2.33,"2013-01-28 00:00",1.43,"2013-03-17 00:00",1.35,"2013-03-23 00:00",1.11,"2013-02-09 00:00","","","","",2.33,2.33,1.35,0.893,0.644,0.44,0.049,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88302",5,35.728889,-81.365556,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.080563,0.071017,0.32,"2013-05-04 00:00",0.273,"2013-04-10 00:00",0.27,"2013-07-15 00:00",0.199,"2013-11-06 00:00","","","","",0.32,0.32,0.27,0.183,0.09,0.055,0.016,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88303",5,35.728889,-81.365556,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",6,0.048435,0.035693,0.172,"2013-03-05 00:00",0.134,"2013-01-10 00:00",0.134,"2013-07-15 00:00",0.13,"2013-01-28 00:00","","","","",0.172,0.172,0.134,0.103,0.058,0.0372,0.012,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88306",5,35.728889,-81.365556,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.741604,0.732333,3.58,"2013-01-28 00:00",3.22,"2013-03-23 00:00",2.39,"2013-03-05 00:00",1.65,"2013-04-04 00:00","","","","",3.58,3.58,2.39,1.52,0.958,0.513,0.195,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88355",5,35.728889,-81.365556,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,3.1675,1.434442,6.64,"2013-03-23 00:00",6.51,"2013-03-05 00:00",5.93,"2013-10-31 00:00",5.83,"2013-04-10 00:00","","","","",6.64,6.64,5.93,5,3.88,3.08,1.38,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88357",5,35.728889,-81.365556,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.354833,0.220641,0.994,"2013-03-05 00:00",0.863,"2013-03-29 00:00",0.802,"2013-03-11 00:00",0.707,"2013-08-20 00:00","","","","",0.994,0.994,0.802,0.662,0.459,0.284,0.105,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88370",5,35.728889,-81.365556,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,2.854119,1.268699,5.92,"2013-03-23 00:00",5.79,"2013-03-05 00:00",5.33,"2013-04-10 00:00",5.25,"2013-10-31 00:00","","","","",5.92,5.92,5.33,4.38,3.57,2.86,1.24,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88374",5,35.728889,-81.365556,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",1,0.368333,0.246863,1.07,"2013-03-05 00:00",0.789,"2013-03-23 00:00",0.775,"2013-04-10 00:00",0.762,"2013-10-31 00:00","","","","",1.07,1.07,0.775,0.638,0.527,0.363,0.051,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88375",5,35.728889,-81.365556,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.724762,0.286938,1.34,"2013-10-31 00:00",1.29,"2013-03-05 00:00",1.19,"2013-04-10 00:00",1.17,"2013-03-23 00:00","","","","",1.34,1.34,1.19,1.13,0.887,0.73,0.372,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88376",5,35.728889,-81.365556,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.797476,0.400627,1.9,"2013-03-05 00:00",1.9,"2013-03-11 00:00",1.82,"2013-03-23 00:00",1.37,"2013-04-10 00:00","","","","",1.9,1.9,1.82,1.37,0.911,0.702,0.392,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88377",5,35.728889,-81.365556,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.510048,0.259662,1.13,"2013-03-23 00:00",1.07,"2013-03-05 00:00",1.06,"2013-03-11 00:00",0.967,"2013-04-10 00:00","","","","",1.13,1.13,1.06,0.878,0.659,0.482,0.219,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88378",5,35.728889,-81.365556,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",2,0.452929,0.26044,1.03,"2013-04-10 00:00",1.01,"2013-03-23 00:00",0.954,"2013-10-31 00:00",0.779,"2013-04-28 00:00","","","","",1.03,1.03,0.954,0.745,0.622,0.451,0.118,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88380",5,35.728889,-81.365556,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.668643,0.367928,1.71,"2013-03-05 00:00",1.42,"2013-03-11 00:00",1.39,"2013-03-23 00:00",1.29,"2013-03-29 00:00","","","","",1.71,1.71,1.39,1.26,0.845,0.597,0.291,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88383",5,35.728889,-81.365556,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,1.0675,0.508408,2.34,"2013-03-23 00:00",2.18,"2013-10-31 00:00",2.13,"2013-03-05 00:00",1.96,"2013-04-10 00:00","","","","",2.34,2.34,2.13,1.83,1.38,1.05,0.442,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88384",5,35.728889,-81.365556,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.053674,0.021487,0.121,"2013-06-09 00:00",0.0955,"2013-06-27 00:00",0.085,"2013-10-07 00:00",0.0813,"2013-05-28 00:00","","","","",0.121,0.121,0.085,0.0813,0.0653,0.0522,0.0307,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88385",5,35.728889,-81.365556,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",40,0.001153,0.000709,0.00488,"2013-07-09 00:00",0.00356,"2013-09-01 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-28 00:00","","","","",0.00488,0.00488,0.001,0.001,0.001,0.001,0.001,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88388",5,35.728889,-81.365556,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,10,"","","Certification not required",0,0.766881,0.393173,1.73,"2013-03-23 00:00",1.63,"2013-10-31 00:00",1.53,"2013-04-10 00:00",1.25,"2013-01-28 00:00","","","","",1.73,1.73,1.53,1.23,0.993,0.763,0.272,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88403",5,35.728889,-81.365556,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,1.736708,0.929118,4.45,"2013-01-28 00:00",3.54,"2013-03-17 00:00",3.3,"2013-09-07 00:00",3.29,"2013-05-10 00:00","","","","",4.45,4.45,3.3,3.04,2.32,1.77,0.608,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","035","0004","88501",3,35.728889,-81.365556,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7930,91,332,365,0,86,"","","Certification not required",0,9.247919,4.462933,34.8,"2013-11-16 00:00",34.3,"2013-04-05 22:00",33.7,"2013-11-15 23:00",33.6,"2013-11-16 02:00","","","","",21.9,20.1,17.4,15.2,11.8,8.6,4.3,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-01-31" +"37","035","0004","88501",3,35.728889,-81.365556,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,9.196386,3.448891,23.5,"2013-08-28 00:00",21.5,"2013-11-16 00:00",20.1,"2013-11-15 00:00",18.4,"2013-09-09 00:00","","","","",18.4,17.9,15.8,13.4,11.3,8.6,5.3,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-01-31" +"37","035","0004","88502",3,35.728889,-81.365556,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7929,91,332,365,0,87,"","","Certification not required",0,8.422651,4.424572,33.8,"2013-11-16 00:00",33.7,"2013-01-29 09:00",32.7,"2013-11-15 23:00",32.5,"2013-11-16 02:00","","","","",22.1,19.6,16.6,14.3,10.8,7.7,3.5,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-01-31" +"37","035","0004","88502",3,35.728889,-81.365556,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,8.366867,3.431045,21.3,"2013-08-28 00:00",20.4,"2013-11-16 00:00",19,"2013-01-26 00:00",19,"2013-11-15 00:00","","","","",19,18.1,14.7,12.7,10.5,7.7,4.5,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-01-31" +"37","035","0004","88502",5,35.728889,-81.365556,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,10.491667,4.321044,20.7,"2013-01-28 00:00",19.1,"2013-04-10 00:00",18.7,"2013-10-31 00:00",17.9,"2013-03-23 00:00","","","","",20.7,20.7,18.7,16.9,12.8,10.6,5.2,"Hickory Water Tower","1650 1ST STREET","North Carolina","Catawba","Hickory","Hickory-Lenoir-Morganton, NC","2014-02-14" +"37","037","0004","44201",1,35.757222,-79.159722,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4911,100,214,214,0,225,0,0,"Certification not required",1199,0.039537,0.011666,0.075,"2013-05-15 15:00",0.065,"2013-04-06 16:00",0.062,"2013-07-17 11:00",0.061,"2013-04-03 16:00","","","","",0.062,0.061,0.057,0.053,0.048,0.041,0.022,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2013-12-16" +"37","037","0004","44201",1,35.757222,-79.159722,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5130,100,214,214,0,0,0,0,"Certification not required",0,0.034673,0.011076,0.064,"2013-05-15 12:00",0.058,"2013-04-06 10:00",0.057,"2013-04-07 10:00",0.057,"2013-05-17 10:00","","","","",0.057,0.056,0.052,0.049,0.043,0.035,0.019,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2013-12-16" +"37","037","0004","44201",1,35.757222,-79.159722,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5130,100,214,214,0,0,0,0,"Certification not required",0,0.034673,0.011076,0.064,"2013-05-15 12:00",0.058,"2013-04-06 10:00",0.057,"2013-04-07 10:00",0.057,"2013-05-17 10:00","","","","",0.057,0.056,0.052,0.049,0.043,0.035,0.019,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2013-12-16" +"37","037","0004","68105",1,35.757222,-79.159722,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,45,61,0,0,"","","Certification not required",0,15.234831,8.525778,26.9,"2013-07-18 00:00",26.2,"2013-08-11 00:00",25.9,"2013-07-24 00:00",25.6,"2013-07-21 00:00","","","","",26.9,26.2,25.2,24.9,22.8,18,2.8,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2014-01-08" +"37","037","0004","68108",1,35.757222,-79.159722,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,45,61,0,0,"","","Certification not required",0,754.629213,3.946754,764,"2013-01-10 00:00",762,"2013-01-28 00:00",761,"2013-01-07 00:00",761,"2013-01-19 00:00","","","","",764,762,761,759,758,755,749,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2014-01-08" +"37","037","0004","88101",1,35.757222,-79.159722,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,6,0,0,"Certification not required",0,7.396552,3.509802,18.6,"2013-07-18 00:00",16.6,"2013-03-05 00:00",16.5,"2013-06-21 00:00",15,"2013-01-28 00:00","","","","",18.6,16.6,14.7,11.5,9.8,6.6,3.6,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2014-01-08" +"37","037","0004","88101",1,35.757222,-79.159722,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,6,"","","Certification not required",0,7.396552,3.509802,18.6,"2013-07-18 00:00",16.6,"2013-03-05 00:00",16.5,"2013-06-21 00:00",15,"2013-01-28 00:00","","","","",18.6,16.6,14.7,11.5,9.8,6.6,3.6,"Pittsboro","325 Russett Run Road","North Carolina","Chatham","Pittsboro","Durham, NC","2014-01-08" +"37","051","0008","44201",1,35.158686,-78.728035,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4881,100,213,214,0,255,0,0,"Certification not required",570,0.042901,0.012248,0.075,"2013-05-15 15:00",0.074,"2013-05-17 13:00",0.071,"2013-04-07 15:00",0.068,"2013-05-16 12:00","","","","",0.071,0.067,0.061,0.056,0.052,0.044,0.026,"","7112 Covington Lane","North Carolina","Cumberland","Wade","Fayetteville, NC","2013-12-13" +"37","051","0008","44201",1,35.158686,-78.728035,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5080,98,210,214,0,0,0,0,"Certification not required",0,0.038024,0.011657,0.069,"2013-05-15 11:00",0.067,"2013-05-17 10:00",0.063,"2013-05-16 10:00",0.062,"2013-04-07 10:00","","","","",0.063,0.059,0.056,0.051,0.046,0.038,0.021,"","7112 Covington Lane","North Carolina","Cumberland","Wade","Fayetteville, NC","2013-12-13" +"37","051","0008","44201",1,35.158686,-78.728035,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5080,98,210,214,0,0,0,0,"Certification not required",0,0.038024,0.011657,0.069,"2013-05-15 11:00",0.067,"2013-05-17 10:00",0.063,"2013-05-16 10:00",0.062,"2013-04-07 10:00","","","","",0.063,0.059,0.056,0.051,0.046,0.038,0.021,"","7112 Covington Lane","North Carolina","Cumberland","Wade","Fayetteville, NC","2013-12-13" +"37","051","0009","61103",1,35.041416,-78.953112,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5771,66,241,365,0,13,"","","Certification not required",0,3.694334,2.492242,16.1,"2013-03-06 10:00",15.7,"2013-03-06 11:00",15.1,"2013-03-06 09:00",14.8,"2013-03-06 12:00","","","","",10.5,9.3,8.2,7.2,5.2,3.3,0.6,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","61104",1,35.041416,-78.953112,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5496,63,229,365,0,288,"","","Certification not required",0,175.798581,110.048481,359,"2013-01-11 05:00",359,"2013-01-25 16:00",359,"2013-01-27 03:00",359,"2013-01-27 04:00","","","","",356,352,343,324,264,194,25,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","61106",1,35.041416,-78.953112,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5523,63,230,365,0,261,"","","Certification not required",0,21.631432,12.115465,85.1,"2013-01-22 12:00",83.5,"2013-01-31 10:00",82.7,"2013-01-31 14:00",79.3,"2013-01-22 09:00","","","","",62.2,57.7,47.2,38.4,24.6,18.7,11.4,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","62101",1,35.041416,-78.953112,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5771,66,241,365,0,13,"","","Certification not required",0,57.18593,13.926232,89,"2013-09-01 13:00",89,"2013-09-01 14:00",89,"2013-09-01 15:00",89,"2013-09-01 16:00","","","","",86,84,80,75,68,58,38,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","62101",2,35.041416,-78.953112,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5771,66,241,365,0,13,"","","Certification not required",0,56.809045,14.312237,91,"2013-09-01 15:00",90,"2013-09-01 12:00",90,"2013-09-01 13:00",90,"2013-09-01 14:00","","","","",87,85,80,75,67,57,38,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","62106",1,35.041416,-78.953112,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",5771,66,241,365,0,13,"","","Certification not required",0,0.210224,0.837173,3.6,"2013-10-26 19:00",3.5,"2013-10-26 18:00",3.4,"2013-11-10 18:00",3.4,"2013-11-10 19:00","","","","",2.5,2.2,1.8,1.4,0.6,0.2,-0.8,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","62201",1,35.041416,-78.953112,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5771,66,241,365,0,13,"","","Certification not required",0,67.950962,20.218842,96,"2013-01-12 09:00",96,"2013-01-16 11:00",96,"2013-05-20 05:00",96,"2013-09-22 00:00","","","","",95,95,94,92,86,71,39,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","63301",1,35.041416,-78.953112,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5703,65,237,365,0,81,"","","Certification not required",2933,0.232442,0.345754,1.37,"2013-05-22 12:00",1.37,"2013-05-25 11:00",1.37,"2013-05-25 12:00",1.34,"2013-05-13 12:00","","","","",1.21,1.16,1.01,0.83,0.38,0.005,0.005,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","65102",1,35.041416,-78.953112,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5771,66,241,365,0,13,"","","Certification not required",0,0.003157,0.021976,0.49,"2013-02-26 19:00",0.41,"2013-04-11 19:00",0.4,"2013-04-29 04:00",0.38,"2013-05-19 17:00","","","","",0.09,0.04,0.01,0,0,0,0,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-23" +"37","051","0009","68105",1,35.041416,-78.953112,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,18.013333,8.008904,27.7,"2013-08-08 00:00",27.5,"2013-07-15 00:00",27.1,"2013-08-02 00:00",27,"2013-09-01 00:00","","","","",27.7,27.7,27.1,27,24.9,22.1,6.6,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2013-12-12" +"37","051","0009","68108",1,35.041416,-78.953112,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,758.222222,4.182696,768,"2013-01-10 00:00",767,"2013-01-28 00:00",765,"2013-04-22 00:00",764,"2013-01-04 00:00","","","","",768,768,765,763,761,758,753,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2013-12-12" +"37","051","0009","81102",1,35.041416,-78.953112,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,16.781818,4.961671,29,"2013-09-13 00:00",27,"2013-05-16 00:00",25,"2013-03-05 00:00",25,"2013-03-23 00:00","","","","",29,27,25,24,20,16,12,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-09" +"37","051","0009","88101",1,35.041416,-78.953112,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,9.115909,3.80018,19.5,"2013-03-05 00:00",18.6,"2013-01-28 00:00",16.8,"2013-03-23 00:00",14.9,"2013-03-17 00:00","","","","",19.5,19.5,16.8,14.2,11.3,8.9,5.1,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2013-12-12" +"37","051","0009","88101",1,35.041416,-78.953112,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",0,9.115909,3.80018,19.5,"2013-03-05 00:00",18.6,"2013-01-28 00:00",16.8,"2013-03-23 00:00",14.9,"2013-03-17 00:00","","","","",19.5,19.5,16.8,14.2,11.3,8.9,5.1,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2013-12-12" +"37","051","0009","88501",3,35.041416,-78.953112,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6964,79,288,365,0,1052,"","","Certification not required",0,9.341485,4.720944,60.6,"2013-08-27 16:00",56.1,"2013-08-27 15:00",50,"2013-08-27 17:00",43.6,"2013-02-21 16:00","","","","",23,21,18.3,15.8,11.8,8.5,4.2,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-30" +"37","051","0009","88501",3,35.041416,-78.953112,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,9.280556,3.271379,22.4,"2013-08-27 00:00",19.1,"2013-03-05 00:00",18.6,"2013-09-11 00:00",18.5,"2013-05-17 00:00","","","","",18.6,18,15.4,13.5,11.3,8.8,5.6,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-30" +"37","051","0009","88502",3,35.041416,-78.953112,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6959,79,288,365,0,1057,"","","Certification not required",0,8.302515,4.606067,54.1,"2013-08-27 16:00",50.1,"2013-08-27 15:00",49.9,"2013-02-21 16:00",44.6,"2013-08-27 17:00","","","","",21.5,19.8,17,14.6,10.7,7.5,3.3,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-30" +"37","051","0009","88502",3,35.041416,-78.953112,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,8.238542,3.187083,20,"2013-08-27 00:00",17.8,"2013-09-11 00:00",17.7,"2013-10-28 00:00",17.1,"2013-03-05 00:00","","","","",17.7,16.1,14.4,12.6,10.3,7.8,4.7,"William Owen School","4533 RAEFORD RD","North Carolina","Cumberland","Fayetteville","Fayetteville, NC","2014-01-30" +"37","051","1003","42401",1,34.968889,-78.9625,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",81,1,3,365,0,4,0,"","Certification not required",0,0.666667,0.57735,1,"2013-01-01 04:00",1,"2013-01-03 09:00",0,"2013-01-02 01:00","","","","","","",1,1,1,1,1,1,0,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-06-19" +"37","051","1003","42401",1,34.968889,-78.9625,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",81,1,3,365,0,4,"","","Certification not required",0,0.259259,0.440959,1,"2013-01-01 04:00",1,"2013-01-01 05:00",1,"2013-01-01 06:00",1,"2013-01-01 07:00","","","","",1,1,1,1,1,0,0,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-06-19" +"37","051","1003","42401",1,34.968889,-78.9625,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",3,1,3,365,0,0,0,"","Certification not required",0,0.233333,0.208167,0.4,"2013-01-03 00:00",0.3,"2013-01-01 00:00",0,"2013-01-02 00:00","","","","","","",0.4,0.4,0.4,0.4,0.4,0.3,0,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-06-19" +"37","051","1003","42401",1,34.968889,-78.9625,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",24,1,3,365,0,0,"",0,"Certification not required",0,0.270833,0.419606,1,"2013-01-01 08:00",1,"2013-01-01 11:00",1,"2013-01-03 11:00",1,"2013-01-03 14:00","","","","",1,1,1,1,0.6,0,0,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-06-19" +"37","051","1003","42401",2,34.968889,-78.9625,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",969,1,3,365,0,60,"","","Certification not required",0,0.29195,0.307276,1.5,"2013-01-03 12:05",1.4,"2013-01-03 12:30",1.4,"2013-01-03 13:00",1.4,"2013-01-03 13:05","","","","",1.2,1,0.9,0.7,0.5,0.2,0,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-06-19" +"37","051","1003","44201",1,34.968889,-78.9625,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4902,100,214,214,0,234,0,0,"Certification not required",341,0.045005,0.012093,0.079,"2013-05-17 14:00",0.076,"2013-05-15 14:00",0.073,"2013-05-16 12:00",0.069,"2013-07-17 14:00","","","","",0.073,0.067,0.064,0.058,0.054,0.046,0.027,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-12-13" +"37","051","1003","44201",1,34.968889,-78.9625,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,213,214,0,0,0,0,"Certification not required",0,0.040756,0.011497,0.072,"2013-05-15 12:00",0.067,"2013-05-17 10:00",0.064,"2013-05-16 10:00",0.062,"2013-07-17 10:00","","","","",0.064,0.061,0.058,0.054,0.05,0.042,0.023,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-12-13" +"37","051","1003","44201",1,34.968889,-78.9625,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,213,214,0,0,0,0,"Certification not required",0,0.040756,0.011497,0.072,"2013-05-15 12:00",0.067,"2013-05-17 10:00",0.064,"2013-05-16 10:00",0.062,"2013-07-17 10:00","","","","",0.064,0.061,0.058,0.054,0.05,0.042,0.023,"Golfview","3625 GOLFVIEW RD","North Carolina","Cumberland","Hope Mills","Fayetteville, NC","2013-12-13" +"37","057","0002","68103",5,35.814444,-80.2625,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.936,7.479571,22.6,"2013-07-21 00:00",22.4,"2013-07-09 00:00",21.8,"2013-07-03 00:00",21.8,"2013-08-08 00:00","","","","",22.6,22.6,21.8,20.8,17.7,13.8,1.1,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","68104",5,35.814444,-80.2625,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,22.07,7.539292,31.6,"2013-07-15 00:00",31.2,"2013-09-01 00:00",31.1,"2013-07-09 00:00",31,"2013-06-27 00:00","","","","",31.6,31.6,31.1,30.8,28.4,24.6,11,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","68105",1,35.814444,-80.2625,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,44,61,0,0,"","","Certification not required",0,17.36044,8.248594,28.4,"2013-08-29 00:00",27.9,"2013-07-18 00:00",27.5,"2013-09-10 00:00",27.4,"2013-07-24 00:00","","","","",28.4,27.9,27.2,26.2,24.7,20.2,5.3,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-25" +"37","057","0002","68105",5,35.814444,-80.2625,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,16.836,7.203479,26,"2013-07-15 00:00",25.9,"2013-07-09 00:00",25.3,"2013-08-02 00:00",25.2,"2013-06-27 00:00","","","","",26,26,25.3,24.9,22.9,19.3,6.4,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","68106",5,35.814444,-80.2625,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,740.212766,3.816077,750,"2013-01-10 00:00",746,"2013-01-28 00:00",746,"2013-07-15 00:00",745,"2013-01-04 00:00","","","","",750,750,746,745,743,740,736,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","68107",5,35.814444,-80.2625,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,745.12766,3.674927,755,"2013-01-28 00:00",753,"2013-01-10 00:00",753,"2013-11-06 00:00",750,"2013-01-04 00:00","","","","",755,755,753,750,747,744,742,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","68108",1,35.814444,-80.2625,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,44,61,0,0,"","","Certification not required",0,745.846154,4.582389,758,"2013-01-10 00:00",755,"2013-01-07 00:00",755,"2013-01-19 00:00",755,"2013-01-28 00:00","","","","",758,755,754,751,749,746,741,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-25" +"37","057","0002","68108",5,35.814444,-80.2625,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,47,61,0,5,"","","Certification not required",0,742.06383,3.497852,751,"2013-01-10 00:00",749,"2013-01-28 00:00",747,"2013-01-04 00:00",747,"2013-10-25 00:00","","","","",751,751,747,747,744,742,738,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88101",1,35.814444,-80.2625,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,74,90,122,0,7,0,0,"Certification not required",0,9.152747,3.821063,20,"2013-01-28 00:00",18.9,"2013-03-05 00:00",16.5,"2013-08-29 00:00",15.9,"2013-07-18 00:00","","","","",20,18.9,15.8,13.9,11.9,9.3,4.5,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-25" +"37","057","0002","88101",1,35.814444,-80.2625,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,74,90,122,0,7,"","","Certification not required",0,9.152747,3.821063,20,"2013-01-28 00:00",18.9,"2013-03-05 00:00",16.5,"2013-08-29 00:00",15.9,"2013-07-18 00:00","","","","",20,18.9,15.8,13.9,11.9,9.3,4.5,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-25" +"37","057","0002","88102",5,35.814444,-80.2625,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.02,0.004937,0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-21 00:00",0.026,"2013-03-17 00:00","","","","",0.026,0.026,0.026,0.026,0.026,0.0205,0.0135,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88103",5,35.814444,-80.2625,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000729,0.000792,0.002,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-03-17 00:00",0.002,"2013-03-23 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88104",5,35.814444,-80.2625,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.02426,0.031415,0.192,"2013-06-27 00:00",0.109,"2013-07-03 00:00",0.057,"2013-09-07 00:00",0.055,"2013-04-22 00:00","","","","",0.192,0.192,0.057,0.053,0.029,0.0125,0.0065,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88107",5,35.814444,-80.2625,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005791,0.005035,0.0295,"2013-01-10 00:00",0.0295,"2013-04-10 00:00",0.0055,"2013-02-15 00:00",0.0055,"2013-02-27 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88109",5,35.814444,-80.2625,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",14,0.003476,0.002627,0.0105,"2013-10-31 00:00",0.009,"2013-04-10 00:00",0.0086,"2013-01-28 00:00",0.0086,"2013-10-19 00:00","","","","",0.0105,0.0105,0.0086,0.0078,0.0052,0.0027,0.0009,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88110",5,35.814444,-80.2625,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00125,0.002802,0.012,"2013-04-22 00:00",0.008,"2013-06-09 00:00",0.008,"2013-07-09 00:00",0.007,"2013-05-28 00:00","","","","",0.012,0.012,0.008,0.007,0,0,0,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88111",5,35.814444,-80.2625,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",20,0.012243,0.012145,0.0598,"2013-04-10 00:00",0.0462,"2013-05-16 00:00",0.0349,"2013-06-27 00:00",0.0277,"2013-01-28 00:00","","","","",0.0598,0.0598,0.0349,0.027,0.0146,0.0104,0.0021,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88112",5,35.814444,-80.2625,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.007438,0.027259,0.174,"2013-10-07 00:00",0.069,"2013-09-25 00:00",0.048,"2013-10-01 00:00",0.007,"2013-02-15 00:00","","","","",0.174,0.174,0.048,0.006,0.003,0.001,0,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88113",5,35.814444,-80.2625,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.000711,0.000238,0.0018,"2013-10-01 00:00",0.0017,"2013-08-02 00:00",0.001,"2013-01-10 00:00",0.001,"2013-04-10 00:00","","","","",0.0018,0.0018,0.001,0.0007,0.0007,0.0007,0.00055,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88114",5,35.814444,-80.2625,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",36,0.001699,0.002584,0.0182,"2013-10-19 00:00",0.0043,"2013-05-10 00:00",0.0041,"2013-09-19 00:00",0.0038,"2013-10-01 00:00","","","","",0.0182,0.0182,0.0041,0.0029,0.0017,0.001,0.00065,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88115",5,35.814444,-80.2625,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.009413,0.010865,0.0508,"2013-03-11 00:00",0.045,"2013-05-04 00:00",0.037,"2013-01-28 00:00",0.0268,"2013-11-06 00:00","","","","",0.0508,0.0508,0.037,0.0227,0.0126,0.00405,0.00245,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88117",5,35.814444,-80.2625,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005332,0.007973,0.043,"2013-01-10 00:00",0.043,"2013-04-10 00:00",0.00485,"2013-04-16 00:00",0.00485,"2013-05-28 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0048,0.0034,0.0028,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88118",5,35.814444,-80.2625,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008334,0.006037,0.023,"2013-01-10 00:00",0.023,"2013-04-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.005,0.00405,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88126",5,35.814444,-80.2625,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.063867,0.039871,0.172,"2013-01-10 00:00",0.157,"2013-05-10 00:00",0.149,"2013-06-27 00:00",0.12,"2013-10-01 00:00","","","","",0.172,0.172,0.149,0.108,0.0943,0.0636,0.0178,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88128",5,35.814444,-80.2625,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001521,0.003018,0.019,"2013-10-19 00:00",0.006,"2013-10-01 00:00",0.005,"2013-04-28 00:00",0.005,"2013-09-25 00:00","","","","",0.019,0.019,0.005,0.004,0.002,0,0,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88131",5,35.814444,-80.2625,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010896,0.003917,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.0165,0.011,0.007,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88132",5,35.814444,-80.2625,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001125,0.001104,0.004,"2013-01-10 00:00",0.004,"2013-06-27 00:00",0.003,"2013-05-10 00:00",0.003,"2013-09-19 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88136",5,35.814444,-80.2625,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,8.3e-05,0.000279,0.001,"2013-02-15 00:00",0.001,"2013-06-27 00:00",0.001,"2013-07-15 00:00",0.001,"2013-09-25 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88140",5,35.814444,-80.2625,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.009119,0.007619,0.0373,"2013-02-21 00:00",0.0334,"2013-10-01 00:00",0.03,"2013-05-04 00:00",0.028,"2013-03-11 00:00","","","","",0.0373,0.0373,0.03,0.0191,0.009,0.006,0.00475,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88152",5,35.814444,-80.2625,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005452,0.001417,0.008,"2013-02-15 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88154",5,35.814444,-80.2625,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001105,0.000268,0.0019,"2013-03-23 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-04-22 00:00",0.0013,"2013-04-28 00:00","","","","",0.0019,0.0019,0.0013,0.0013,0.0013,0.00125,0.00065,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88160",5,35.814444,-80.2625,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.014792,0.0045,0.028,"2013-10-25 00:00",0.023,"2013-05-28 00:00",0.022,"2013-07-21 00:00",0.021,"2013-04-10 00:00","","","","",0.028,0.028,0.022,0.018,0.018,0.016,0.01,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88161",5,35.814444,-80.2625,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.003051,0.002543,0.0174,"2013-06-27 00:00",0.01,"2013-10-31 00:00",0.0063,"2013-04-10 00:00",0.0054,"2013-01-10 00:00","","","","",0.0174,0.0174,0.0063,0.0054,0.00265,0.0025,0.0021,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88164",5,35.814444,-80.2625,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001583,0.000205,0.0019,"2013-02-15 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88165",5,35.814444,-80.2625,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",4,0.059723,0.070523,0.424,"2013-06-27 00:00",0.266,"2013-07-03 00:00",0.16,"2013-04-10 00:00",0.158,"2013-05-16 00:00","","","","",0.424,0.424,0.16,0.098,0.064,0.041,0.013,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88166",5,35.814444,-80.2625,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.00989,0.005868,0.019,"2013-05-10 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0185,0.0075,0.0042,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88167",5,35.814444,-80.2625,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",14,0.00536,0.00416,0.017,"2013-01-10 00:00",0.0147,"2013-02-15 00:00",0.0144,"2013-01-28 00:00",0.0131,"2013-10-19 00:00","","","","",0.017,0.017,0.0144,0.0122,0.0086,0.0043,0.0013,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88168",5,35.814444,-80.2625,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.001403,0.000682,0.0042,"2013-02-15 00:00",0.0042,"2013-03-23 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-03 00:00","","","","",0.0042,0.0042,0.00175,0.00175,0.00175,0.00115,0.00085,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88169",5,35.814444,-80.2625,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.671883,0.352781,1.91,"2013-01-28 00:00",1.21,"2013-03-17 00:00",1.12,"2013-05-10 00:00",1.12,"2013-09-25 00:00","","","","",1.91,1.91,1.12,1.11,0.903,0.711,0.219,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88176",5,35.814444,-80.2625,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001007,0.000233,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88180",5,35.814444,-80.2625,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.06015,0.031138,0.141,"2013-01-10 00:00",0.129,"2013-01-04 00:00",0.126,"2013-10-19 00:00",0.116,"2013-10-31 00:00","","","","",0.141,0.141,0.126,0.106,0.0853,0.0518,0.03,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88184",5,35.814444,-80.2625,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.058677,0.074208,0.319,"2013-03-11 00:00",0.319,"2013-04-10 00:00",0.262,"2013-05-04 00:00",0.168,"2013-11-06 00:00","","","","",0.319,0.319,0.262,0.148,0.073,0.027,0.013,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88185",5,35.814444,-80.2625,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.004684,0.004452,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88301",5,35.814444,-80.2625,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.5422,0.548607,3.38,"2013-01-28 00:00",1.67,"2013-03-17 00:00",1.66,"2013-03-05 00:00",1.15,"2013-02-09 00:00","","","","",3.38,3.38,1.66,1.04,0.679,0.495,0.077,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88302",5,35.814444,-80.2625,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.083126,0.079398,0.344,"2013-03-11 00:00",0.32,"2013-05-04 00:00",0.285,"2013-04-10 00:00",0.27,"2013-07-15 00:00","","","","",0.344,0.344,0.285,0.22,0.09,0.0669,0.019,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88303",5,35.814444,-80.2625,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",6,0.049772,0.035598,0.17,"2013-01-28 00:00",0.16,"2013-03-05 00:00",0.138,"2013-07-15 00:00",0.11,"2013-10-19 00:00","","","","",0.17,0.17,0.138,0.104,0.059,0.043,0.012,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88306",5,35.814444,-80.2625,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.69984,0.805882,5.3,"2013-01-28 00:00",2.45,"2013-03-05 00:00",1.92,"2013-03-17 00:00",1.53,"2013-01-04 00:00","","","","",5.3,5.3,1.92,1.29,0.783,0.456,0.236,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88355",5,35.814444,-80.2625,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,3.038061,1.354246,6.56,"2013-03-05 00:00",5.72,"2013-01-10 00:00",5.43,"2013-01-04 00:00",5.17,"2013-10-19 00:00","","","","",6.56,6.56,5.43,5.16,3.74,2.97,1.3,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88357",5,35.814444,-80.2625,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.322102,0.197816,1.04,"2013-01-10 00:00",0.777,"2013-01-04 00:00",0.739,"2013-02-15 00:00",0.654,"2013-03-05 00:00","","","","",1.04,1.04,0.739,0.642,0.41,0.265,0.129,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88370",5,35.814444,-80.2625,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.725755,1.190179,5.89,"2013-03-05 00:00",4.9,"2013-01-04 00:00",4.87,"2013-01-10 00:00",4.71,"2013-10-31 00:00","","","","",5.89,5.89,4.87,4.67,3.32,2.69,1.19,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88374",5,35.814444,-80.2625,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.283388,0.20792,0.908,"2013-10-31 00:00",0.744,"2013-01-10 00:00",0.657,"2013-02-15 00:00",0.653,"2013-10-19 00:00","","","","",0.908,0.908,0.657,0.617,0.359,0.261,0.043,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88375",5,35.814444,-80.2625,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.684469,0.264667,1.4,"2013-03-05 00:00",1.17,"2013-10-19 00:00",1.05,"2013-04-10 00:00",1.02,"2013-01-04 00:00","","","","",1.4,1.4,1.05,1.02,0.851,0.722,0.309,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88376",5,35.814444,-80.2625,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.812531,0.420647,1.97,"2013-01-10 00:00",1.96,"2013-03-05 00:00",1.74,"2013-04-10 00:00",1.69,"2013-01-04 00:00","","","","",1.97,1.97,1.74,1.66,0.953,0.701,0.388,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88377",5,35.814444,-80.2625,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.509082,0.268984,1.16,"2013-01-10 00:00",1.16,"2013-04-10 00:00",1.09,"2013-03-05 00:00",1.04,"2013-01-04 00:00","","","","",1.16,1.16,1.09,0.973,0.653,0.448,0.221,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88378",5,35.814444,-80.2625,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.436102,0.227584,0.967,"2013-03-23 00:00",0.91,"2013-03-05 00:00",0.88,"2013-04-28 00:00",0.739,"2013-10-31 00:00","","","","",0.967,0.967,0.88,0.716,0.6,0.439,0.138,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88380",5,35.814444,-80.2625,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.635082,0.370568,1.89,"2013-01-10 00:00",1.33,"2013-03-05 00:00",1.32,"2013-09-25 00:00",1.3,"2013-01-04 00:00","","","","",1.89,1.89,1.32,1.27,0.74,0.584,0.232,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88383",5,35.814444,-80.2625,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.020102,0.493145,2.21,"2013-03-05 00:00",1.98,"2013-09-25 00:00",1.92,"2013-03-23 00:00",1.86,"2013-01-04 00:00","","","","",2.21,2.21,1.92,1.86,1.22,1.01,0.366,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88384",5,35.814444,-80.2625,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.051161,0.018779,0.106,"2013-02-09 00:00",0.0817,"2013-10-07 00:00",0.0796,"2013-10-25 00:00",0.0795,"2013-09-13 00:00","","","","",0.106,0.106,0.0796,0.0762,0.0648,0.0501,0.0266,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88385",5,35.814444,-80.2625,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.001044,0.000311,0.00318,"2013-05-04 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00318,0.00318,0.001,0.001,0.001,0.001,0.001,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88388",5,35.814444,-80.2625,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.749061,0.370692,1.59,"2013-03-05 00:00",1.55,"2013-09-25 00:00",1.5,"2013-03-23 00:00",1.29,"2013-10-19 00:00","","","","",1.59,1.59,1.5,1.28,0.993,0.715,0.266,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88403",5,35.814444,-80.2625,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.70352,0.981873,5.72,"2013-01-28 00:00",3.94,"2013-03-17 00:00",3.23,"2013-03-05 00:00",2.82,"2013-06-09 00:00","","","","",5.72,5.72,3.23,2.64,2.16,1.62,0.6,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","057","0002","88501",3,35.814444,-80.2625,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7154,82,298,365,0,142,"","","Certification not required",0,10.354515,5.454648,89.3,"2013-07-04 23:00",57.3,"2013-03-15 08:00",41.7,"2013-03-15 21:00",40.9,"2013-01-21 08:00","","","","",26.9,24.2,20.2,17.5,13.2,9.4,4.4,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-18" +"37","057","0002","88501",3,35.814444,-80.2625,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",298,82,298,365,0,0,"","","Certification not required",0,10.279866,3.903093,23.6,"2013-08-28 00:00",22.4,"2013-01-08 00:00",22.2,"2013-01-09 00:00",20.6,"2013-04-10 00:00","","","","",22.2,20.2,17.6,15.9,12.5,9.9,5.8,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-18" +"37","057","0002","88502",3,35.814444,-80.2625,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7144,82,297,365,0,152,"","","Certification not required",0,9.828653,5.321664,80.9,"2013-07-04 23:00",52.7,"2013-03-15 08:00",44.6,"2013-01-21 08:00",40.8,"2013-01-07 22:00","","","","",27.3,23.4,19.4,16.6,12.5,8.9,4.1,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-18" +"37","057","0002","88502",3,35.814444,-80.2625,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",297,81,297,365,0,0,"","","Certification not required",0,9.768013,3.850924,24.4,"2013-01-08 00:00",24.3,"2013-01-09 00:00",21.4,"2013-08-28 00:00",21.1,"2013-01-07 00:00","","","","",21.4,19.7,16.8,15.3,11.9,9.4,5.5,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2013-11-18" +"37","057","0002","88502",5,35.814444,-80.2625,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,10.114583,4.165001,22.5,"2013-01-28 00:00",16.9,"2013-10-19 00:00",16.5,"2013-10-31 00:00",15.6,"2013-04-10 00:00","","","","",22.5,22.5,16.5,14.7,13,10.9,4.9,"Lexington water tower","S.SALISBURY ST","North Carolina","Davidson","Lexington","Thomasville-Lexington, NC","2014-02-14" +"37","059","0003","44201",1,35.897068,-80.557278,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4909,100,214,214,0,227,0,0,"Certified",158,0.046832,0.010708,0.075,"2013-05-15 16:00",0.07,"2013-06-12 12:00",0.069,"2013-09-11 14:00",0.068,"2013-04-06 14:00","","","","",0.069,0.068,0.065,0.061,0.053,0.048,0.033,"Mocksville","220 Cherry Street","North Carolina","Davie","Mocksville","Winston-Salem, NC","2013-11-18" +"37","059","0003","44201",1,35.897068,-80.557278,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certified",0,0.041516,0.010008,0.07,"2013-05-15 11:00",0.065,"2013-04-06 11:00",0.062,"2013-06-21 11:00",0.061,"2013-05-17 10:00","","","","",0.062,0.06,0.057,0.055,0.048,0.042,0.027,"Mocksville","220 Cherry Street","North Carolina","Davie","Mocksville","Winston-Salem, NC","2013-11-18" +"37","059","0003","44201",1,35.897068,-80.557278,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certified",0,0.041516,0.010008,0.07,"2013-05-15 11:00",0.065,"2013-04-06 11:00",0.062,"2013-06-21 11:00",0.061,"2013-05-17 10:00","","","","",0.062,0.06,0.057,0.055,0.048,0.042,0.027,"Mocksville","220 Cherry Street","North Carolina","Davie","Mocksville","Winston-Salem, NC","2013-11-18" +"37","061","0002","68105",1,34.954823,-77.960781,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,19.121348,8.359419,31.5,"2013-07-18 00:00",30.5,"2013-08-11 00:00",30.4,"2013-07-24 00:00",30.3,"2013-07-15 00:00","","","","",31.5,30.5,30.1,29.2,26.4,20.4,6.8,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-01-13" +"37","061","0002","68108",1,34.954823,-77.960781,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,758.629213,3.978299,767,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-01-19 00:00",765,"2013-02-18 00:00","","","","",767,766,765,764,762,759,753,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-01-13" +"37","061","0002","81102",1,34.954823,-77.960781,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",18,30,18,61,0,0,0,0,"Certification not required",0,13.944444,5.069775,21,"2013-09-01 00:00",21,"2013-09-13 00:00",19,"2013-10-01 00:00",18,"2013-09-07 00:00","","","","",21,21,21,21,18,15,7,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-01-15" +"37","061","0002","88101",1,34.954823,-77.960781,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,12,0,0,"Certification not required",0,7.685542,3.768746,22,"2013-03-23 00:00",17.8,"2013-08-29 00:00",16.8,"2013-01-28 00:00",15.7,"2013-07-18 00:00","","","","",22,17.8,14.8,13.8,9.2,6.9,4.1,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-01-13" +"37","061","0002","88101",1,34.954823,-77.960781,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,12,"","","Certification not required",0,7.685542,3.768746,22,"2013-03-23 00:00",17.8,"2013-08-29 00:00",16.8,"2013-01-28 00:00",15.7,"2013-07-18 00:00","","","","",22,17.8,14.8,13.8,9.2,6.9,4.1,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-01-13" +"37","061","0002","88101",3,34.954823,-77.960781,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6822,78,293,365,0,474,"","","Certification not required",0,10.25538,5.361519,57.6,"2013-01-14 23:00",54,"2013-01-14 22:00",49.3,"2013-01-14 21:00",41.3,"2013-01-15 00:00","","","","",27.1,24.5,20.4,17,12.6,9.6,4.3,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-02-21" +"37","061","0002","88101",3,34.954823,-77.960781,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,0,0,0,"Certification not required",0,10.165357,4.068761,26.9,"2013-01-27 00:00",24,"2013-05-17 00:00",23.8,"2013-03-23 00:00",23.4,"2013-01-26 00:00","","","","",23.8,21.7,17.6,15.3,12.1,9.8,5.7,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-02-21" +"37","061","0002","88101",3,34.954823,-77.960781,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",280,77,280,365,0,0,"","","Certification not required",0,10.165357,4.068761,26.9,"2013-01-27 00:00",24,"2013-05-17 00:00",23.8,"2013-03-23 00:00",23.4,"2013-01-26 00:00","","","","",23.8,21.7,17.6,15.3,12.1,9.8,5.7,"Kenansville","328 Limestone Road","North Carolina","Duplin","Kenansville","","2014-02-21" +"37","063","0015","42401",1,36.032944,-78.905417,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7168,82,308,365,0,848,0,"","Certification not required",0,0.823052,1.196937,7.1,"2013-01-05 13:00",7.1,"2013-11-19 09:00",6.3,"2013-11-24 08:00",6.2,"2013-11-29 09:00","","","","",6.2,5,3,2.2,1.1,0.6,-0.2,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","42401",1,36.032944,-78.905417,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7168,82,308,365,0,848,"","","Certification not required",0,0.029185,0.548763,7.1,"2013-01-05 13:00",7.1,"2013-11-19 09:00",6.4,"2013-11-19 05:00",6.3,"2013-11-24 08:00","","","","",2.4,1.6,0.8,0.5,0.1,0,-0.4,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","42401",1,36.032944,-78.905417,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",308,84,308,365,0,0,0,"","Certification not required",0,0.023701,0.334338,1.9,"2013-01-24 00:00",1.3,"2013-01-05 00:00",1,"2013-11-13 00:00",1,"2013-11-19 00:00","","","","",1,0.9,0.6,0.4,0.2,0,-0.4,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","42401",1,36.032944,-78.905417,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2148,74,288,365,0,0,"",0,"Certification not required",0,0.026117,0.475817,5.4,"2013-01-05 14:00",3.5,"2013-09-08 17:00",3.4,"2013-01-05 17:00",3.4,"2013-01-24 11:00","","","","",2.1,1.5,0.8,0.4,0.1,0,-0.4,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","42401",2,36.032944,-78.905417,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",86514,82,310,365,0,9678,"","","Certification not required",0,0.045292,0.608425,46.5,"2013-03-15 14:20",18.1,"2013-06-26 12:15",13.7,"2013-06-12 12:30",12.1,"2013-06-11 01:05","","","","",2.6,1.7,0.8,0.5,0.1,0,-0.4,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","44201",1,36.032944,-78.905417,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4846,99,212,214,0,290,0,0,"Certification not required",516,0.044736,0.011709,0.075,"2013-05-15 16:00",0.075,"2013-05-17 16:00",0.068,"2013-05-16 12:00",0.068,"2013-07-17 12:00","","","","",0.068,0.067,0.062,0.059,0.053,0.046,0.027,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2013-12-16" +"37","063","0015","44201",1,36.032944,-78.905417,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5027,98,210,214,0,0,0,0,"Certification not required",0,0.039833,0.011005,0.066,"2013-05-15 12:00",0.066,"2013-05-17 10:00",0.063,"2013-07-17 10:00",0.062,"2013-05-16 09:00","","","","",0.063,0.061,0.057,0.053,0.047,0.04,0.024,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2013-12-16" +"37","063","0015","44201",1,36.032944,-78.905417,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5027,98,210,214,0,0,0,0,"Certification not required",0,0.039833,0.011005,0.066,"2013-05-15 12:00",0.066,"2013-05-17 10:00",0.063,"2013-07-17 10:00",0.062,"2013-05-16 09:00","","","","",0.063,0.061,0.057,0.053,0.047,0.04,0.024,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2013-12-16" +"37","063","0015","68105",1,36.032944,-78.905417,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,17.358242,8.534063,29.8,"2013-07-18 00:00",28.6,"2013-07-24 00:00",27.8,"2013-07-06 00:00",27.6,"2013-08-29 00:00","","","","",29.8,28.6,27.5,26.7,24.8,19.6,5.4,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","68105",7,36.032944,-78.905417,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,0,"","","Certification not required",0,16.596703,8.514242,29,"2013-07-18 00:00",28,"2013-07-24 00:00",27,"2013-07-06 00:00",26.8,"2013-08-11 00:00","","","","",29,28,26.7,26,23.9,18.8,4.7,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","68108",1,36.032944,-78.905417,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,758.791209,4.023587,768,"2013-01-10 00:00",766,"2013-01-19 00:00",766,"2013-01-28 00:00",766,"2013-04-22 00:00","","","","",768,766,765,763,762,759,754,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","68108",7,36.032944,-78.905417,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,91,122,0,0,"","","Certification not required",0,759.21978,4.024376,769,"2013-01-10 00:00",767,"2013-04-22 00:00",766,"2013-01-07 00:00",766,"2013-01-19 00:00","","","","",769,767,766,764,762,759,754,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","81102",7,36.032944,-78.905417,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",90,74,90,122,0,1,0,0,"Certification not required",2,12.866667,4.913179,30,"2013-04-10 00:00",24,"2013-08-29 00:00",22,"2013-09-10 00:00",21,"2013-04-16 00:00","","","","",30,24,21,20,16,13,7,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","85101",7,36.032944,-78.905417,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",2,13.2,4.951904,30,"2013-04-10 00:00",24,"2013-08-29 00:00",22,"2013-01-28 00:00",22,"2013-03-05 00:00","","","","",30,24,22,19,17,13,7,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","86101",7,36.032944,-78.905417,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,"","","Certification not required",0,6.094382,3.046024,18.6,"2013-04-10 00:00",15.8,"2013-04-19 00:00",13.2,"2013-04-13 00:00",13.1,"2013-07-27 00:00","","","","",18.6,15.8,12.8,9,7.3,5.8,2.5,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","88101",1,36.032944,-78.905417,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,7.724444,3.590666,21.9,"2013-07-18 00:00",17.5,"2013-03-05 00:00",16.4,"2013-08-29 00:00",16.1,"2013-01-28 00:00","","","","",21.9,17.5,15.2,12,9.6,7,3.9,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","88101",1,36.032944,-78.905417,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,7.724444,3.590666,21.9,"2013-07-18 00:00",17.5,"2013-03-05 00:00",16.4,"2013-08-29 00:00",16.1,"2013-01-28 00:00","","","","",21.9,17.5,15.2,12,9.6,7,3.9,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-08" +"37","063","0015","88501",3,36.032944,-78.905417,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7914,90,333,365,0,102,"","","Certification not required",0,9.420495,4.77275,42.8,"2013-06-03 02:00",39.5,"2013-05-29 19:00",37.7,"2013-05-15 17:00",36.9,"2013-08-28 07:00","","","","",24.2,21.1,18.1,15.8,12.1,8.6,4.2,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","88501",3,36.032944,-78.905417,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",333,91,333,365,0,0,"","","Certification not required",0,9.35976,3.632857,28.8,"2013-08-28 00:00",21.6,"2013-07-18 00:00",21.2,"2013-09-12 00:00",20.1,"2013-03-16 00:00","","","","",20.1,18.7,16.2,14.3,11.2,8.6,5.6,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","88502",3,36.032944,-78.905417,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7912,90,332,365,0,104,"","","Certification not required",0,8.029879,4.553942,36.8,"2013-06-03 02:00",36.6,"2013-05-15 17:00",34.7,"2013-05-29 19:00",31.7,"2013-08-28 07:00","","","","",21.6,18.9,16.4,14.2,10.6,7.3,2.9,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","063","0015","88502",3,36.032944,-78.905417,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,7.971687,3.494257,24.7,"2013-08-28 00:00",19,"2013-09-12 00:00",18.6,"2013-07-18 00:00",18,"2013-01-27 00:00","","","","",18,17,14.7,12.5,9.9,7.2,4.2,"Durham Armory","801 STADIUM DRIVE","North Carolina","Durham","Durham","Durham, NC","2014-01-31" +"37","065","0004","68105",1,35.93355,-77.75007,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,17.855556,8.418761,29.4,"2013-07-18 00:00",28.3,"2013-08-08 00:00",27.9,"2013-07-21 00:00",27.9,"2013-08-02 00:00","","","","",29.4,28.3,27.9,27,25.7,21.3,5.9,"Rocky Mount","900 SPRINGFIELD ROAD","North Carolina","Edgecombe","Rocky Mount","Rocky Mount, NC","2014-01-08" +"37","065","0004","68108",1,35.93355,-77.75007,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,764.833333,5.057534,777,"2013-01-10 00:00",776,"2013-01-19 00:00",776,"2013-01-25 00:00",775,"2013-01-07 00:00","","","","",777,776,775,771,768,765,759,"Rocky Mount","900 SPRINGFIELD ROAD","North Carolina","Edgecombe","Rocky Mount","Rocky Mount, NC","2014-01-08" +"37","065","0004","88101",1,35.93355,-77.75007,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,5,0,0,"Certification not required",0,8.132584,3.561657,20.6,"2013-07-18 00:00",18.3,"2013-03-16 00:00",16.7,"2013-08-29 00:00",16.5,"2013-01-28 00:00","","","","",20.6,18.3,15.4,12.4,10.4,7.3,4.6,"Rocky Mount","900 SPRINGFIELD ROAD","North Carolina","Edgecombe","Rocky Mount","Rocky Mount, NC","2014-01-08" +"37","065","0004","88101",1,35.93355,-77.75007,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,5,"","","Certification not required",0,8.132584,3.561657,20.6,"2013-07-18 00:00",18.3,"2013-03-16 00:00",16.7,"2013-08-29 00:00",16.5,"2013-01-28 00:00","","","","",20.6,18.3,15.4,12.4,10.4,7.3,4.6,"Rocky Mount","900 SPRINGFIELD ROAD","North Carolina","Edgecombe","Rocky Mount","Rocky Mount, NC","2014-01-08" +"37","065","0099","44201",1,35.988333,-77.582778,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4892,100,213,214,0,244,0,0,"Certification not required",340,0.044469,0.0119,0.077,"2013-05-15 18:00",0.075,"2013-05-16 15:00",0.071,"2013-06-13 13:00",0.068,"2013-06-12 13:00","","","","",0.071,0.066,0.063,0.059,0.053,0.046,0.028,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2013-12-16" +"37","065","0099","44201",1,35.988333,-77.582778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5086,98,209,214,0,0,0,0,"Certification not required",0,0.040411,0.011421,0.071,"2013-05-15 13:00",0.067,"2013-05-16 09:00",0.064,"2013-05-17 11:00",0.064,"2013-06-12 11:00","","","","",0.064,0.063,0.058,0.055,0.049,0.041,0.024,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2013-12-16" +"37","065","0099","44201",1,35.988333,-77.582778,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5086,98,209,214,0,0,0,0,"Certification not required",0,0.040411,0.011421,0.071,"2013-05-15 13:00",0.067,"2013-05-16 09:00",0.064,"2013-05-17 11:00",0.064,"2013-06-12 11:00","","","","",0.064,0.063,0.058,0.055,0.049,0.041,0.024,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2013-12-16" +"37","065","0099","88501",3,35.988333,-77.582778,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7113,81,294,365,0,903,"","","Certification not required",0,8.553747,4.60494,78,"2013-03-12 06:00",62.7,"2013-03-12 15:00",54.2,"2013-03-12 07:00",52.7,"2013-03-12 14:00","","","","",23.3,20.1,17,14.3,10.7,7.7,3.8,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2014-01-31" +"37","065","0099","88501",3,35.988333,-77.582778,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,8.535714,3.51354,26.4,"2013-08-28 00:00",20.1,"2013-03-16 00:00",18.8,"2013-01-29 00:00",18.8,"2013-05-15 00:00","","","","",18.8,17.9,15.7,13.2,10.4,7.8,4.7,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2014-01-31" +"37","065","0099","88502",3,35.988333,-77.582778,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7123,81,296,365,0,893,"","","Certification not required",0,7.846469,4.482491,75.7,"2013-03-12 06:00",60.9,"2013-03-12 15:00",52.5,"2013-03-12 07:00",51.1,"2013-03-12 14:00","","","","",22,19.1,16.1,13.5,9.9,7,3.3,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2014-01-31" +"37","065","0099","88502",3,35.988333,-77.582778,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",296,81,296,365,0,0,"","","Certification not required",0,7.815878,3.439016,25.5,"2013-08-28 00:00",18.2,"2013-01-29 00:00",18.1,"2013-07-18 00:00",17.8,"2013-03-16 00:00","","","","",18.1,16.7,15.3,12.6,9.6,6.9,4.4,"Leggett","7589 NC Hwy 33-NW","North Carolina","Edgecombe","Leggett","Rocky Mount, NC","2014-01-31" +"37","067","0022","42153",2,36.110556,-80.226667,"NAD27","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006818,0.025497,0.1,"2013-06-27 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-21 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","42153",8,36.110556,-80.226667,"NAD27","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","42401",1,36.110556,-80.226667,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8701,99,365,365,0,59,0,"","Requested but not yet concurred",0,1.130959,1.21103,9,"2013-07-17 09:00",7.9,"2013-01-03 12:00",6.1,"2013-06-19 12:00",4.9,"2013-10-03 09:00","","","","",4.9,4.3,3.6,2.8,1.5,0.8,0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42401",1,36.110556,-80.226667,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8701,99,365,365,0,59,"","","Requested but not yet concurred",0,0.259533,0.535445,9,"2013-07-17 09:00",7.9,"2013-01-03 12:00",7.3,"2013-07-17 10:00",7.3,"2013-07-17 11:00","","","","",2.5,1.8,1.2,0.8,0.3,0.1,-0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42401",1,36.110556,-80.226667,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Requested but not yet concurred",0,0.257808,0.336474,1.7,"2013-01-03 00:00",1.5,"2013-01-24 00:00",1.5,"2013-09-18 00:00",1.4,"2013-01-23 00:00","","","","",1.4,1.4,1,0.7,0.4,0.2,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42401",1,36.110556,-80.226667,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2876,98,364,365,0,0,"",0,"Requested but not yet concurred",0,0.242524,0.47167,7.8,"2013-07-17 11:00",5.4,"2013-01-03 14:00",4,"2013-09-18 17:00",3.6,"2013-01-03 11:00","","","","",2,1.7,1.1,0.8,0.3,0.1,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42401",2,36.110556,-80.226667,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",99236,94,354,365,0,104,"","","Certification not required",0,0.257223,0.623744,46.3,"2013-11-25 15:20",20.4,"2013-11-25 15:15",16.8,"2013-07-17 09:35",16.6,"2013-07-17 09:40","","","","",2.7,1.8,1.2,0.8,0.3,0.1,-0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42601",1,36.110556,-80.226667,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8088,92,337,365,0,672,"","","Certification not required",0,2.335435,7.500505,113,"2013-12-02 08:00",112,"2013-12-11 08:00",97,"2013-01-09 08:00",97,"2013-12-02 07:00","","","","",42,26,10,4,1,1,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42602",1,36.110556,-80.226667,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8088,92,337,365,0,672,0,"","Requested but not yet concurred",0,15.976261,9.191386,41,"2013-12-27 19:00",39,"2013-10-04 21:00",38,"2013-03-04 20:00",38,"2013-12-13 18:00","","","","",38,37,33,30,22,14,6,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42602",1,36.110556,-80.226667,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8088,92,337,365,0,672,"","","Requested but not yet concurred",0,6.123516,6.600861,41,"2013-12-27 19:00",39,"2013-10-04 21:00",38,"2013-03-04 20:00",38,"2013-03-04 21:00","","","","",30,26,21,15,8,4,1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","42603",1,36.110556,-80.226667,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8088,92,337,365,0,672,"","","Certification not required",0,9.587413,12.339817,139,"2013-12-02 08:00",133,"2013-12-11 08:00",123,"2013-03-15 07:00",121,"2013-12-02 06:00","","","","",66,52,33,21,10,6,2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","43205",2,36.110556,-80.226667,"NAD27","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,10,"","","Certification not required",5,1.33,1.573036,8.2,"2013-05-16 00:00",4.7,"2013-08-26 00:00",3.1,"2013-03-05 00:00",2.5,"2013-03-23 00:00","","","","",8.2,8.2,4.7,2.5,1.8,0.9,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43205",8,36.110556,-80.226667,"NAD27","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.725,0.85,2.9,"2013-09-25 00:00",1.7,"2013-09-13 00:00",1.4,"2013-09-01 00:00",0.9,"2013-09-07 00:00","","","","",2.9,2.9,2.9,2.9,2.9,1.7,0.9,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43208",2,36.110556,-80.226667,"NAD27","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",43,0.051136,0.007538,0.1,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43208",8,36.110556,-80.226667,"NAD27","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43218",2,36.110556,-80.226667,"NAD27","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.156818,0.306061,1.8,"2013-02-15 00:00",0.7,"2013-01-10 00:00",0.4,"2013-03-05 00:00",0.4,"2013-05-10 00:00","","","","",1.8,1.8,0.4,0.4,0.3,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43218",8,36.110556,-80.226667,"NAD27","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.125,0.15,0.3,"2013-09-25 00:00",0.2,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43220",2,36.110556,-80.226667,"NAD27","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.456818,2.010484,7.3,"2013-02-15 00:00",7.2,"2013-01-10 00:00",7.2,"2013-08-26 00:00",6.5,"2013-08-20 00:00","","","","",7.3,7.3,7.2,6.3,3.1,1.6,0.8,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43220",8,36.110556,-80.226667,"NAD27","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,3.125,1.736615,5.5,"2013-09-25 00:00",3.3,"2013-09-01 00:00",2.1,"2013-09-07 00:00",1.6,"2013-09-13 00:00","","","","",5.5,5.5,5.5,5.5,5.5,3.3,1.6,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43231",2,36.110556,-80.226667,"NAD27","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.840909,0.656743,2.6,"2013-01-10 00:00",2.4,"2013-02-15 00:00",2.3,"2013-05-10 00:00",2.3,"2013-08-26 00:00","","","","",2.6,2.6,2.3,1.9,1.1,0.6,0.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43231",8,36.110556,-80.226667,"NAD27","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1,0.496655,1.7,"2013-09-25 00:00",1,"2013-09-01 00:00",0.7,"2013-09-07 00:00",0.6,"2013-09-13 00:00","","","","",1.7,1.7,1.7,1.7,1.7,1,0.6,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43242",2,36.110556,-80.226667,"NAD27","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",11,0.253409,0.25527,1.2,"2013-09-07 00:00",0.9,"2013-02-15 00:00",0.7,"2013-07-03 00:00",0.6,"2013-01-10 00:00","","","","",1.2,1.2,0.7,0.6,0.4,0.1,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43242",8,36.110556,-80.226667,"NAD27","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",3,0.1125,0.125,0.3,"2013-09-25 00:00",0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43243",2,36.110556,-80.226667,"NAD27","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",8,1.602273,1.83398,6.8,"2013-06-09 00:00",6.1,"2013-08-08 00:00",6,"2013-07-09 00:00",5.1,"2013-06-15 00:00","","","","",6.8,6.8,6,4.2,2.6,1,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43243",8,36.110556,-80.226667,"NAD27","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.75,0.544671,2.5,"2013-09-13 00:00",1.8,"2013-09-01 00:00",1.4,"2013-09-07 00:00",1.3,"2013-09-25 00:00","","","","",2.5,2.5,2.5,2.5,2.5,1.8,1.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43248",2,36.110556,-80.226667,"NAD27","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.355682,0.303893,1.3,"2013-02-15 00:00",1.2,"2013-01-10 00:00",1.2,"2013-05-10 00:00",0.9,"2013-08-26 00:00","","","","",1.3,1.3,1.2,0.8,0.5,0.3,0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43248",8,36.110556,-80.226667,"NAD27","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.35,0.251661,0.7,"2013-09-25 00:00",0.3,"2013-09-01 00:00",0.3,"2013-09-07 00:00",0.1,"2013-09-13 00:00","","","","",0.7,0.7,0.7,0.7,0.7,0.3,0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43270",2,36.110556,-80.226667,"NAD27","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,4.598864,4.418375,21.4,"2013-01-10 00:00",16.9,"2013-03-23 00:00",14.5,"2013-02-15 00:00",9.6,"2013-09-25 00:00","","","","",21.4,21.4,14.5,9.2,6,3.6,0.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43270",8,36.110556,-80.226667,"NAD27","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,3.95,2.991655,8.4,"2013-09-25 00:00",3,"2013-09-01 00:00",2.3,"2013-09-07 00:00",2.1,"2013-09-13 00:00","","","","",8.4,8.4,8.4,8.4,8.4,3,2.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43302",2,36.110556,-80.226667,"NAD27","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,30,"","","Certification not required",0,7.96,4.74715,17.7,"2013-04-16 00:00",13.3,"2013-04-22 00:00",13.2,"2013-01-16 00:00",11.9,"2013-04-28 00:00","","","","",17.7,17.7,17.7,13.3,11.9,6.8,2.9,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43302",8,36.110556,-80.226667,"NAD27","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,2,"","","Certification not required",0,57.466667,1.266228,58.6,"2013-09-13 00:00",57.7,"2013-09-07 00:00",56.1,"2013-09-01 00:00","","","","","","",58.6,58.6,58.6,58.6,58.6,57.7,56.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43305",2,36.110556,-80.226667,"NAD27","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,7,"","","Certification not required",31,0.309211,0.706806,3.6,"2013-08-02 00:00",1.8,"2013-08-08 00:00",1.7,"2013-08-14 00:00",1.3,"2013-06-27 00:00","","","","",3.6,3.6,1.8,1.3,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43305",8,36.110556,-80.226667,"NAD27","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,2,"","","Certification not required",3,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-25 00:00","","","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43312",2,36.110556,-80.226667,"NAD27","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",21,0.312791,0.398374,2.2,"2013-02-15 00:00",1.1,"2013-01-10 00:00",1,"2013-06-15 00:00",0.6,"2013-01-04 00:00","","","","",2.2,2.2,1,0.6,0.4,0.2,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43312",8,36.110556,-80.226667,"NAD27","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,2,"","","Certification not required",0,0.566667,0.11547,0.7,"2013-09-07 00:00",0.5,"2013-09-01 00:00",0.5,"2013-09-13 00:00","","","","","","",0.7,0.7,0.7,0.7,0.7,0.5,0.5,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43359",2,36.110556,-80.226667,"NAD27","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",3,0.776829,0.702059,4.2,"2013-07-03 00:00",2.3,"2013-06-15 00:00",1.7,"2013-08-26 00:00",1.4,"2013-05-04 00:00","","","","",4.2,4.2,1.7,1.4,0.8,0.6,0.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43359",8,36.110556,-80.226667,"NAD27","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",1,0.4125,0.306526,0.8,"2013-09-01 00:00",0.4,"2013-09-07 00:00",0.4,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.4,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43372",2,36.110556,-80.226667,"NAD27","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.027273,0.045051,0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43372",8,36.110556,-80.226667,"NAD27","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43447",2,36.110556,-80.226667,"NAD27","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43447",8,36.110556,-80.226667,"NAD27","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43503",2,36.110556,-80.226667,"NAD27","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",5,8,5,61,0,40,"","","Certification not required",0,0,0,0,"2013-05-10 00:00",0,"2013-05-28 00:00",0,"2013-08-08 00:00",0,"2013-09-01 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43505",2,36.110556,-80.226667,"NAD27","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.609302,0.781882,4.4,"2013-04-16 00:00",3.1,"2013-08-20 00:00",2,"2013-09-25 00:00",0.9,"2013-09-01 00:00","","","","",4.4,4.4,2,0.8,0.6,0.4,0.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43505",8,36.110556,-80.226667,"NAD27","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.4,0.08165,0.5,"2013-09-13 00:00",0.4,"2013-09-07 00:00",0.4,"2013-09-25 00:00",0.3,"2013-09-01 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.4,0.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43515",2,36.110556,-80.226667,"NAD27","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",11,0.696429,0.550542,1.9,"2013-02-03 00:00",1.8,"2013-06-09 00:00",1.6,"2013-05-16 00:00",1.6,"2013-05-22 00:00","","","","",1.9,1.9,1.6,1.4,1.1,0.7,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43515",8,36.110556,-80.226667,"NAD27","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.725,0.15,0.9,"2013-09-07 00:00",0.8,"2013-09-13 00:00",0.6,"2013-09-01 00:00",0.6,"2013-09-25 00:00","","","","",0.9,0.9,0.9,0.9,0.9,0.8,0.6,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43551",2,36.110556,-80.226667,"NAD27","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,42,"","","Certification not required",0,10.933333,6.851521,17.7,"2013-01-10 00:00",11.1,"2013-01-28 00:00",4,"2013-01-22 00:00","","","","","","",17.7,17.7,17.7,17.7,17.7,11.1,4,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43552",2,36.110556,-80.226667,"NAD27","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",16,1.460976,1.524447,6.3,"2013-08-02 00:00",4.5,"2013-08-26 00:00",4.1,"2013-07-27 00:00",3.6,"2013-08-14 00:00","","","","",6.3,6.3,4.1,3.3,2.6,1.2,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43552",8,36.110556,-80.226667,"NAD27","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,2,"","","Certification not required",0,2.233333,0.61101,2.9,"2013-09-13 00:00",2.1,"2013-09-07 00:00",1.7,"2013-09-01 00:00","","","","","","",2.9,2.9,2.9,2.9,2.9,2.1,1.7,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43553",2,36.110556,-80.226667,"NAD27","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",31,0.132955,0.157725,0.5,"2013-02-03 00:00",0.5,"2013-02-09 00:00",0.5,"2013-03-17 00:00",0.5,"2013-03-29 00:00","","","","",0.5,0.5,0.5,0.5,0.1,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43553",8,36.110556,-80.226667,"NAD27","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43557",2,36.110556,-80.226667,"NAD27","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",40,0.125,0.240276,0.9,"2013-01-10 00:00",0.9,"2013-02-15 00:00",0.9,"2013-05-10 00:00",0.8,"2013-03-05 00:00","","","","",0.9,0.9,0.9,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43557",8,36.110556,-80.226667,"NAD27","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43558",2,36.110556,-80.226667,"NAD27","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.079535,0.613117,2.628,"2013-06-09 00:00",2.396,"2013-07-09 00:00",2.372,"2013-05-16 00:00",2.276,"2013-08-08 00:00","","","","",2.628,2.628,2.372,2.016,1.396,1.004,0.472,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43558",8,36.110556,-80.226667,"NAD27","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,2,"","","Certification not required",0,1.224,0.402015,1.58,"2013-09-07 00:00",1.304,"2013-09-13 00:00",0.788,"2013-09-01 00:00","","","","","","",1.58,1.58,1.58,1.58,1.58,1.304,0.788,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43559",2,36.110556,-80.226667,"NAD27","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",40,0.151163,0.375672,1.6,"2013-02-03 00:00",1.6,"2013-02-09 00:00",1.3,"2013-09-13 00:00",0.05,"2013-01-04 00:00","","","","",1.6,1.6,1.3,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43559",8,36.110556,-80.226667,"NAD27","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43560",2,36.110556,-80.226667,"NAD27","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.018182,0.086998,0.5,"2013-07-09 00:00",0.3,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.5,0.5,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43560",8,36.110556,-80.226667,"NAD27","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.15,0.3,0.6,"2013-09-13 00:00",0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-25 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43562",2,36.110556,-80.226667,"NAD27","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",27,0.15375,0.166772,0.825,"2013-01-10 00:00",0.52,"2013-08-26 00:00",0.41,"2013-09-19 00:00",0.385,"2013-02-15 00:00","","","","",0.825,0.825,0.41,0.38,0.24,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43562",8,36.110556,-80.226667,"NAD27","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.42875,0.083304,0.525,"2013-09-13 00:00",0.46,"2013-09-25 00:00",0.4,"2013-09-07 00:00",0.33,"2013-09-01 00:00","","","","",0.525,0.525,0.525,0.525,0.525,0.46,0.33,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43702",2,36.110556,-80.226667,"NAD27","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.2975,0.23478,1.3,"2013-06-27 00:00",0.6,"2013-02-15 00:00",0.6,"2013-05-16 00:00",0.6,"2013-09-13 00:00","","","","",1.3,1.3,0.6,0.6,0.4,0.3,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43702",8,36.110556,-80.226667,"NAD27","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,4,"","","Certification not required",0,1.1,0,1.1,"2013-09-13 00:00","","","","","","","","","","",1.1,1.1,1.1,1.1,1.1,1.1,1.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43801",2,36.110556,-80.226667,"NAD27","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,0.529268,0.179226,0.9,"2013-05-28 00:00",0.7,"2013-02-03 00:00",0.7,"2013-03-11 00:00",0.7,"2013-05-16 00:00","","","","",0.9,0.9,0.7,0.7,0.6,0.6,0.4,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43801",8,36.110556,-80.226667,"NAD27","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1,0.163299,1.2,"2013-09-07 00:00",1,"2013-09-13 00:00",1,"2013-09-25 00:00",0.8,"2013-09-01 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1,0.8,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43802",2,36.110556,-80.226667,"NAD27","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.034091,0.060782,0.3,"2013-06-15 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43802",8,36.110556,-80.226667,"NAD27","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43803",2,36.110556,-80.226667,"NAD27","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006818,0.045227,0.3,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43803",8,36.110556,-80.226667,"NAD27","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43804",2,36.110556,-80.226667,"NAD27","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43804",8,36.110556,-80.226667,"NAD27","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-09-01 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-25 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43806",2,36.110556,-80.226667,"NAD27","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43806",8,36.110556,-80.226667,"NAD27","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43808",2,36.110556,-80.226667,"NAD27","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002318,0.010755,0.053,"2013-07-27 00:00",0.049,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.053,0.053,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43808",8,36.110556,-80.226667,"NAD27","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43811",2,36.110556,-80.226667,"NAD27","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.25,0.054984,0.4,"2013-08-20 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43811",8,36.110556,-80.226667,"NAD27","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.25,0.057735,0.3,"2013-09-13 00:00",0.3,"2013-09-25 00:00",0.2,"2013-09-01 00:00",0.2,"2013-09-07 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43812",2,36.110556,-80.226667,"NAD27","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43812",8,36.110556,-80.226667,"NAD27","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43813",2,36.110556,-80.226667,"NAD27","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43813",8,36.110556,-80.226667,"NAD27","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43814",2,36.110556,-80.226667,"NAD27","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43814",8,36.110556,-80.226667,"NAD27","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43815",2,36.110556,-80.226667,"NAD27","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.043182,0.084627,0.5,"2013-02-15 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.5,0.5,0.1,0.1,0.1,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43815",8,36.110556,-80.226667,"NAD27","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43817",2,36.110556,-80.226667,"NAD27","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.018182,0.044579,0.2,"2013-01-10 00:00",0.1,"2013-02-15 00:00",0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43817",8,36.110556,-80.226667,"NAD27","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.025,0.05,0.1,"2013-09-25 00:00",0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43818",2,36.110556,-80.226667,"NAD27","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43818",8,36.110556,-80.226667,"NAD27","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43819",2,36.110556,-80.226667,"NAD27","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43819",8,36.110556,-80.226667,"NAD27","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43820",2,36.110556,-80.226667,"NAD27","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.004545,0.030151,0.2,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43820",8,36.110556,-80.226667,"NAD27","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43821",2,36.110556,-80.226667,"NAD27","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",31,0.0875,0.062992,0.2,"2013-01-04 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43821",8,36.110556,-80.226667,"NAD27","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43823",2,36.110556,-80.226667,"NAD27","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.556818,0.089955,0.8,"2013-09-25 00:00",0.7,"2013-02-03 00:00",0.7,"2013-05-28 00:00",0.7,"2013-08-26 00:00","","","","",0.8,0.8,0.7,0.6,0.6,0.6,0.4,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43823",8,36.110556,-80.226667,"NAD27","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.575,0.095743,0.7,"2013-09-25 00:00",0.6,"2013-09-13 00:00",0.5,"2013-09-01 00:00",0.5,"2013-09-07 00:00","","","","",0.7,0.7,0.7,0.7,0.7,0.6,0.5,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43824",2,36.110556,-80.226667,"NAD27","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.1,0.1,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43824",8,36.110556,-80.226667,"NAD27","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43826",2,36.110556,-80.226667,"NAD27","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43826",8,36.110556,-80.226667,"NAD27","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43828",2,36.110556,-80.226667,"NAD27","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43828",8,36.110556,-80.226667,"NAD27","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43829",2,36.110556,-80.226667,"NAD27","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.011364,0.075378,0.5,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.5,0.5,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43829",8,36.110556,-80.226667,"NAD27","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43830",2,36.110556,-80.226667,"NAD27","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43830",8,36.110556,-80.226667,"NAD27","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43831",2,36.110556,-80.226667,"NAD27","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.106818,0.335772,1.9,"2013-09-13 00:00",1,"2013-09-19 00:00",0.6,"2013-01-16 00:00",0.4,"2013-06-27 00:00","","","","",1.9,1.9,0.6,0.3,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43831",8,36.110556,-80.226667,"NAD27","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43838",2,36.110556,-80.226667,"NAD27","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43838",8,36.110556,-80.226667,"NAD27","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43843",2,36.110556,-80.226667,"NAD27","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43843",8,36.110556,-80.226667,"NAD27","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43860",2,36.110556,-80.226667,"NAD27","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","43860",8,36.110556,-80.226667,"NAD27","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","44201",1,36.110556,-80.226667,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5096,100,213,214,0,40,0,0,"Certified",225,0.051671,0.012669,0.085,"2013-04-03 21:00",0.084,"2013-05-17 12:00",0.081,"2013-05-15 15:00",0.079,"2013-09-04 15:00","","","","",0.081,0.078,0.072,0.067,0.06,0.052,0.034,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-01" +"37","067","0022","44201",1,36.110556,-80.226667,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5101,100,213,214,0,0,0,0,"Certified",0,0.045582,0.011401,0.077,"2013-05-15 11:00",0.072,"2013-05-17 10:00",0.067,"2013-04-06 11:00",0.066,"2013-09-05 10:00","","","","",0.067,0.065,0.064,0.061,0.053,0.047,0.03,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-01" +"37","067","0022","44201",1,36.110556,-80.226667,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5101,100,213,214,0,0,1,1,"Certified",0,0.045582,0.011401,0.077,"2013-05-15 11:00",0.072,"2013-05-17 10:00",0.067,"2013-04-06 11:00",0.066,"2013-09-05 10:00","","","","",0.067,0.065,0.064,0.061,0.053,0.047,0.03,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-01" +"37","067","0022","45109",2,36.110556,-80.226667,"NAD27","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,3.669767,3.939938,20.7,"2013-05-10 00:00",13.2,"2013-08-26 00:00",10.7,"2013-08-20 00:00",10.5,"2013-09-25 00:00","","","","",20.7,20.7,10.7,8.6,4.2,2.3,1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45109",8,36.110556,-80.226667,"NAD27","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,5.775,2.582473,9.3,"2013-09-25 00:00",6,"2013-09-01 00:00",4.4,"2013-09-07 00:00",3.4,"2013-09-13 00:00","","","","",9.3,9.3,9.3,9.3,9.3,6,3.4,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45201",2,36.110556,-80.226667,"NAD27","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.225,0.66477,3,"2013-01-10 00:00",2.7,"2013-02-15 00:00",2.4,"2013-05-16 00:00",2.3,"2013-06-15 00:00","","","","",3,3,2.4,2.2,1.5,1.1,0.4,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45201",8,36.110556,-80.226667,"NAD27","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.025,0.478714,1.7,"2013-09-25 00:00",1,"2013-09-01 00:00",0.8,"2013-09-07 00:00",0.6,"2013-09-13 00:00","","","","",1.7,1.7,1.7,1.7,1.7,1,0.6,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45202",2,36.110556,-80.226667,"NAD27","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.947727,2.521211,13.2,"2013-02-15 00:00",9.2,"2013-01-10 00:00",7,"2013-08-26 00:00",6.9,"2013-09-19 00:00","","","","",13.2,13.2,7,6.2,3.5,2.1,1.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45202",8,36.110556,-80.226667,"NAD27","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,3.4,1.557776,5.6,"2013-09-25 00:00",3.4,"2013-09-01 00:00",2.4,"2013-09-07 00:00",2.2,"2013-09-13 00:00","","","","",5.6,5.6,5.6,5.6,5.6,3.4,2.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45203",2,36.110556,-80.226667,"NAD27","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.775,0.582347,3,"2013-05-10 00:00",2.1,"2013-08-26 00:00",1.8,"2013-01-10 00:00",1.7,"2013-08-20 00:00","","","","",3,3,1.8,1.7,0.9,0.6,0.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45203",8,36.110556,-80.226667,"NAD27","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.075,0.386221,1.6,"2013-09-25 00:00",1.1,"2013-09-01 00:00",0.9,"2013-09-07 00:00",0.7,"2013-09-13 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.1,0.7,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45204",2,36.110556,-80.226667,"NAD27","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.979545,0.826756,4,"2013-05-10 00:00",2.9,"2013-09-19 00:00",2.8,"2013-08-26 00:00",2.3,"2013-08-20 00:00","","","","",4,4,2.8,2.3,1.2,0.7,0.3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45204",8,36.110556,-80.226667,"NAD27","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,1.325,0.478714,2,"2013-09-25 00:00",1.3,"2013-09-01 00:00",1.1,"2013-09-07 00:00",0.9,"2013-09-13 00:00","","","","",2,2,2,2,2,1.3,0.9,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45207",2,36.110556,-80.226667,"NAD27","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",28,0.625,1.706162,11.2,"2013-09-19 00:00",1.7,"2013-08-26 00:00",1.5,"2013-09-25 00:00",1.3,"2013-06-15 00:00","","","","",11.2,11.2,1.5,1.2,0.9,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45207",8,36.110556,-80.226667,"NAD27","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",1,1.0375,0.76308,1.9,"2013-09-25 00:00",1.2,"2013-09-01 00:00",1,"2013-09-07 00:00",0.05,"2013-09-13 00:00","","","","",1.9,1.9,1.9,1.9,1.9,1.2,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45208",2,36.110556,-80.226667,"NAD27","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",16,2.279545,6.216317,41.5,"2013-09-19 00:00",5.4,"2013-08-26 00:00",4.6,"2013-08-20 00:00",4.6,"2013-09-25 00:00","","","","",41.5,41.5,4.6,4.3,2.3,1.4,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45208",8,36.110556,-80.226667,"NAD27","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",1,2.2375,1.699694,4.2,"2013-09-25 00:00",2.4,"2013-09-13 00:00",2.3,"2013-09-01 00:00",0.05,"2013-09-07 00:00","","","","",4.2,4.2,4.2,4.2,4.2,2.4,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45220",2,36.110556,-80.226667,"NAD27","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.363636,0.459064,1.2,"2013-05-10 00:00",1.1,"2013-08-20 00:00",1.1,"2013-08-26 00:00",1.1,"2013-09-25 00:00","","","","",1.2,1.2,1.1,1,0.9,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45220",8,36.110556,-80.226667,"NAD27","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.475,0.55,1,"2013-09-01 00:00",0.9,"2013-09-25 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00","","","","",1,1,1,1,1,0.9,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45225",2,36.110556,-80.226667,"NAD27","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",26,0.745455,1.805702,11.6,"2013-09-19 00:00",2.5,"2013-06-15 00:00",2.1,"2013-05-10 00:00",2.1,"2013-05-16 00:00","","","","",11.6,11.6,2.1,2,0.9,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45225",8,36.110556,-80.226667,"NAD27","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",1,0.9125,0.759797,1.9,"2013-09-25 00:00",0.9,"2013-09-07 00:00",0.8,"2013-09-01 00:00",0.05,"2013-09-13 00:00","","","","",1.9,1.9,1.9,1.9,1.9,0.9,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45801",2,36.110556,-80.226667,"NAD27","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45801",8,36.110556,-80.226667,"NAD27","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45805",2,36.110556,-80.226667,"NAD27","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45805",8,36.110556,-80.226667,"NAD27","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45806",2,36.110556,-80.226667,"NAD27","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45806",8,36.110556,-80.226667,"NAD27","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",4,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-25 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45807",2,36.110556,-80.226667,"NAD27","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.105128,0.289236,1.2,"2013-05-16 00:00",0.9,"2013-03-05 00:00",0.8,"2013-08-26 00:00",0.6,"2013-08-20 00:00","","","","",1.2,1.2,0.9,0.6,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45807",8,36.110556,-80.226667,"NAD27","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0.175,0.35,0.7,"2013-09-25 00:00",0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00","","","","",0.7,0.7,0.7,0.7,0.7,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45809",2,36.110556,-80.226667,"NAD27","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.030233,0.198248,1.3,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.3,1.3,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45809",8,36.110556,-80.226667,"NAD27","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45810",2,36.110556,-80.226667,"NAD27","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","45810",8,36.110556,-80.226667,"NAD27","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","46201",2,36.110556,-80.226667,"NAD27","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","46201",8,36.110556,-80.226667,"NAD27","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,1,"","","Certification not required",0,0,0,0,"2013-09-01 00:00",0,"2013-09-07 00:00",0,"2013-09-13 00:00",0,"2013-09-25 00:00","","","","",0,0,0,0,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-27" +"37","067","0022","68101",1,36.110556,-80.226667,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",178,100,30,61,0,0,"","","Certification not required",93,0.196348,0.180084,0.6,"2013-04-11 00:00",0.5,"2013-04-07 00:00",0.5,"2013-04-13 00:00",0.5,"2013-04-16 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.05,0.05,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68102",1,36.110556,-80.226667,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",178,100,30,61,0,0,"","","Certification not required",0,23.866292,0.102999,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,23.8,23.8,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68103",1,36.110556,-80.226667,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",178,100,30,61,0,0,"","","Certification not required",0,6.569101,7.976264,20.3,"2013-06-25 00:00",20.1,"2013-06-24 00:00",19.9,"2013-06-30 00:00",19.8,"2013-06-17 00:00","","","","",20.1,19.8,18.7,18.1,14.2,5.3,-3,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68103",5,36.110556,-80.226667,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",40,66,40,61,0,12,"","","Certification not required",0,10.09,8.91676,28.4,"2013-07-09 00:00",23,"2013-08-02 00:00",22.1,"2013-07-03 00:00",21.6,"2013-07-21 00:00","","","","",28.4,28.4,23,21.6,18.4,12,-1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","68104",1,36.110556,-80.226667,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",178,100,30,61,0,0,"","","Certification not required",0,18.710112,8.67776,34.6,"2013-06-13 00:00",34.2,"2013-06-28 00:00",33.9,"2013-06-12 00:00",33.7,"2013-06-25 00:00","","","","",34.2,33.7,31.8,30.5,26.9,18.1,7.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68104",5,36.110556,-80.226667,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",40,66,40,61,0,12,"","","Certification not required",0,21.28,9.404396,46.2,"2013-07-09 00:00",32.8,"2013-06-27 00:00",32,"2013-07-15 00:00",31.8,"2013-06-09 00:00","","","","",46.2,46.2,32.8,31.8,29.4,22.4,8.8,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","68105",1,36.110556,-80.226667,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",178,100,30,61,0,0,"","","Certification not required",0,12.192697,7.957749,26.1,"2013-06-12 00:00",25.9,"2013-06-28 00:00",25.7,"2013-06-25 00:00",25.1,"2013-06-27 00:00","","","","",25.9,25.1,24.5,23.3,19.9,11.7,2.7,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68105",5,36.110556,-80.226667,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",40,66,40,61,0,12,"","","Certification not required",0,15.4525,8.934003,39.3,"2013-07-09 00:00",26.1,"2013-06-27 00:00",24.7,"2013-07-03 00:00",24.5,"2013-06-09 00:00","","","","",39.3,39.3,26.1,24.5,23.1,18.1,5,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","68106",1,36.110556,-80.226667,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",178,100,30,61,0,0,"","","Certification not required",0,738.921348,4.541646,750,"2013-01-10 00:00",749,"2013-01-09 00:00",749,"2013-01-27 00:00",748,"2013-01-08 00:00","","","","",749,748,746,744,742,739,733,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68106",5,36.110556,-80.226667,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,733.2,4.020356,744,"2013-01-10 00:00",740,"2013-04-22 00:00",739,"2013-01-28 00:00",739,"2013-07-15 00:00","","","","",744,744,739,738,736,733,728,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","68107",1,36.110556,-80.226667,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",178,100,30,61,0,0,"","","Certification not required",0,745.117978,4.117293,755,"2013-01-27 00:00",754,"2013-01-10 00:00",754,"2013-01-18 00:00",754,"2013-01-24 00:00","","","","",754,754,753,751,748,745,740,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68107",5,36.110556,-80.226667,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,740.9,4.385738,753,"2013-01-28 00:00",750,"2013-04-22 00:00",749,"2013-01-10 00:00",748,"2013-03-29 00:00","","","","",753,753,749,747,744,741,736,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","68108",1,36.110556,-80.226667,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",178,100,30,61,0,0,"","","Certification not required",0,742.168539,4.247262,753,"2013-01-27 00:00",752,"2013-01-10 00:00",751,"2013-01-18 00:00",751,"2013-04-21 00:00","","","","",752,751,749,747,745,742,737,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","68108",5,36.110556,-80.226667,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,735.755102,3.665894,745,"2013-01-10 00:00",743,"2013-04-22 00:00",742,"2013-01-28 00:00",741,"2013-07-15 00:00","","","","",745,745,742,740,738,735,732,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","68109",1,36.110556,-80.226667,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",178,100,30,61,0,0,"","","Certification not required",0,1438.550562,2.676583,1440,"2013-01-01 00:00",1440,"2013-01-12 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","81102",1,36.110556,-80.226667,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8611,98,363,365,0,149,"","","Requested but not yet concurred",0,12.017303,6.229547,84,"2013-12-28 12:00",55,"2013-06-14 20:00",52,"2013-09-12 21:00",51,"2013-05-30 22:00","","","","",29,27,23,20,16,11,5,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","81102",1,36.110556,-80.226667,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Requested but not yet concurred",0,11.506887,4.817307,29,"2013-08-28 00:00",26,"2013-04-10 00:00",25,"2013-08-27 00:00",25,"2013-09-09 00:00","","","","",25,23,20,18,15,11,5,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","88101",1,36.110556,-80.226667,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",178,49,178,365,0,3,0,0,"Requested but not yet concurred",0,7.770787,3.781062,24.9,"2013-01-28 00:00",22.3,"2013-01-26 00:00",19.4,"2013-01-08 00:00",17.8,"2013-01-27 00:00","","","","",22.3,17.8,15,12.5,9.9,7.1,3.8,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","88101",1,36.110556,-80.226667,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",178,49,178,365,0,3,"","","Requested but not yet concurred",0,7.770787,3.781062,24.9,"2013-01-28 00:00",22.3,"2013-01-26 00:00",19.4,"2013-01-08 00:00",17.8,"2013-01-27 00:00","","","","",22.3,17.8,15,12.5,9.9,7.1,3.8,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0022","88102",5,36.110556,-80.226667,"NAD27","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.019224,0.005006,0.03,"2013-07-27 00:00",0.026,"2013-02-21 00:00",0.026,"2013-04-22 00:00",0.026,"2013-05-10 00:00","","","","",0.03,0.03,0.026,0.026,0.021,0.0195,0.014,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88103",5,36.110556,-80.226667,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.00049,0.00096,0.004,"2013-04-28 00:00",0.003,"2013-09-07 00:00",0.003,"2013-10-19 00:00",0.002,"2013-03-23 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88104",5,36.110556,-80.226667,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",30,0.033398,0.05331,0.302,"2013-07-09 00:00",0.171,"2013-06-27 00:00",0.134,"2013-07-03 00:00",0.123,"2013-06-03 00:00","","","","",0.302,0.302,0.134,0.106,0.033,0.0125,0.0065,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88107",5,36.110556,-80.226667,"NAD27","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.006393,0.005986,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-03-23 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88109",5,36.110556,-80.226667,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",10,0.003784,0.002951,0.0122,"2013-03-05 00:00",0.012,"2013-04-10 00:00",0.0118,"2013-01-28 00:00",0.0094,"2013-06-15 00:00","","","","",0.0122,0.0122,0.0118,0.0092,0.004,0.0031,0.0009,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88110",5,36.110556,-80.226667,"NAD27","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.001265,0.003315,0.013,"2013-07-27 00:00",0.013,"2013-10-01 00:00",0.011,"2013-02-03 00:00",0.007,"2013-07-09 00:00","","","","",0.013,0.013,0.011,0.006,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88111",5,36.110556,-80.226667,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",17,0.012044,0.010463,0.0487,"2013-04-10 00:00",0.0388,"2013-05-16 00:00",0.0381,"2013-06-27 00:00",0.0271,"2013-10-31 00:00","","","","",0.0487,0.0487,0.0381,0.0267,0.0162,0.01,0.0024,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88112",5,36.110556,-80.226667,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.007714,0.026985,0.179,"2013-09-25 00:00",0.055,"2013-10-19 00:00",0.044,"2013-10-01 00:00",0.022,"2013-10-07 00:00","","","","",0.179,0.179,0.044,0.012,0.002,0.001,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88113",5,36.110556,-80.226667,"NAD27","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.000685,0.000159,0.0015,"2013-10-19 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-08-20 00:00","","","","",0.0015,0.0015,0.001,0.0007,0.0007,0.0007,0.00055,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88114",5,36.110556,-80.226667,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",30,0.001808,0.001278,0.0055,"2013-06-21 00:00",0.0048,"2013-03-11 00:00",0.0043,"2013-10-19 00:00",0.0041,"2013-01-28 00:00","","","","",0.0055,0.0055,0.0043,0.0041,0.0027,0.00125,0.00065,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88115",5,36.110556,-80.226667,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",35,0.011699,0.022995,0.126,"2013-05-04 00:00",0.098,"2013-01-28 00:00",0.057,"2013-03-11 00:00",0.0236,"2013-10-19 00:00","","","","",0.126,0.126,0.057,0.02,0.006,0.00405,0.0024,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88117",5,36.110556,-80.226667,"NAD27","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00624,0.009639,0.0435,"2013-01-10 00:00",0.0435,"2013-03-17 00:00",0.0435,"2013-08-20 00:00",0.00485,"2013-03-23 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88118",5,36.110556,-80.226667,"NAD27","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00922,0.006425,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88126",5,36.110556,-80.226667,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.041496,0.023474,0.13,"2013-06-27 00:00",0.1,"2013-07-03 00:00",0.0769,"2013-04-10 00:00",0.0737,"2013-05-16 00:00","","","","",0.13,0.13,0.0769,0.0714,0.0514,0.0391,0.0186,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88128",5,36.110556,-80.226667,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.002143,0.005083,0.035,"2013-06-15 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-28 00:00",0.005,"2013-08-02 00:00","","","","",0.035,0.035,0.005,0.005,0.003,0.001,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88131",5,36.110556,-80.226667,"NAD27","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.01001,0.003495,0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-08-08 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88132",5,36.110556,-80.226667,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000714,0.00089,0.003,"2013-04-10 00:00",0.003,"2013-08-20 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-21 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88136",5,36.110556,-80.226667,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000204,0.000499,0.002,"2013-06-15 00:00",0.002,"2013-07-09 00:00",0.001,"2013-01-16 00:00",0.001,"2013-04-16 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88140",5,36.110556,-80.226667,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",44,0.00906,0.007929,0.049,"2013-09-13 00:00",0.036,"2013-03-11 00:00",0.024,"2013-05-04 00:00",0.0177,"2013-11-06 00:00","","","","",0.049,0.049,0.024,0.016,0.009,0.006,0.00475,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88152",5,36.110556,-80.226667,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00549,0.001421,0.008,"2013-03-23 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-16 00:00",0.008,"2013-05-28 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88154",5,36.110556,-80.226667,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.001197,0.000605,0.0041,"2013-10-31 00:00",0.0034,"2013-07-27 00:00",0.002,"2013-09-25 00:00",0.0013,"2013-01-16 00:00","","","","",0.0041,0.0041,0.002,0.0013,0.0013,0.00125,0.00065,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88160",5,36.110556,-80.226667,"NAD27","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.014541,0.008031,0.049,"2013-04-28 00:00",0.049,"2013-06-21 00:00",0.0185,"2013-10-31 00:00",0.018,"2013-02-21 00:00","","","","",0.049,0.049,0.0185,0.018,0.016,0.01,0.01,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88161",5,36.110556,-80.226667,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.002782,0.001902,0.014,"2013-06-27 00:00",0.007,"2013-01-16 00:00",0.006,"2013-07-03 00:00",0.0054,"2013-09-19 00:00","","","","",0.014,0.014,0.006,0.00265,0.00265,0.00215,0.0021,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88164",5,36.110556,-80.226667,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001577,0.000222,0.0019,"2013-03-23 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-16 00:00",0.0019,"2013-05-28 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88165",5,36.110556,-80.226667,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",6,0.055814,0.062037,0.359,"2013-06-27 00:00",0.256,"2013-07-03 00:00",0.181,"2013-05-16 00:00",0.129,"2013-04-10 00:00","","","","",0.359,0.359,0.181,0.1,0.0606,0.043,0.009,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88166",5,36.110556,-80.226667,"NAD27","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.008437,0.005055,0.019,"2013-05-10 00:00",0.019,"2013-10-31 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-22 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88167",5,36.110556,-80.226667,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",13,0.005812,0.004616,0.0202,"2013-01-28 00:00",0.0194,"2013-03-05 00:00",0.0145,"2013-10-31 00:00",0.0135,"2013-05-16 00:00","","","","",0.0202,0.0202,0.0145,0.013,0.0076,0.0047,0.0013,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88168",5,36.110556,-80.226667,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.001385,0.001171,0.0091,"2013-07-21 00:00",0.0018,"2013-07-27 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-04-22 00:00","","","","",0.0091,0.0091,0.00175,0.00175,0.00155,0.00115,0.00085,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88169",5,36.110556,-80.226667,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.692111,0.364477,2.06,"2013-01-28 00:00",1.32,"2013-03-17 00:00",1.2,"2013-05-10 00:00",1.15,"2013-06-09 00:00","","","","",2.06,2.06,1.2,1.14,0.866,0.701,0.222,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88176",5,36.110556,-80.226667,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.000982,0.000244,0.0017,"2013-04-28 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.0013,0.0009,0.0007,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88180",5,36.110556,-80.226667,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.051594,0.026788,0.123,"2013-10-31 00:00",0.121,"2013-03-05 00:00",0.107,"2013-01-28 00:00",0.1,"2013-10-19 00:00","","","","",0.123,0.123,0.107,0.09,0.062,0.0473,0.023,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88184",5,36.110556,-80.226667,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",31,0.056235,0.069664,0.314,"2013-05-04 00:00",0.292,"2013-03-11 00:00",0.263,"2013-04-10 00:00",0.157,"2013-11-06 00:00","","","","",0.314,0.314,0.263,0.131,0.061,0.027,0.0155,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88185",5,36.110556,-80.226667,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00359,0.003807,0.0115,"2013-02-21 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-08-08 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88301",5,36.110556,-80.226667,"NAD27","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.535253,0.582388,3.93,"2013-01-28 00:00",1.36,"2013-03-17 00:00",1.33,"2013-09-25 00:00",0.876,"2013-03-29 00:00","","","","",3.93,3.93,1.33,0.834,0.661,0.48,0.045,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88302",5,36.110556,-80.226667,"NAD27","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.075018,0.070548,0.37,"2013-03-11 00:00",0.28,"2013-05-04 00:00",0.246,"2013-04-10 00:00",0.2,"2013-04-16 00:00","","","","",0.37,0.37,0.246,0.191,0.08,0.05,0.022,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88303",5,36.110556,-80.226667,"NAD27","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",7,0.039765,0.023039,0.0983,"2013-10-19 00:00",0.095,"2013-09-25 00:00",0.089,"2013-03-23 00:00",0.077,"2013-04-16 00:00","","","","",0.0983,0.0983,0.089,0.069,0.0561,0.033,0.012,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88306",5,36.110556,-80.226667,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.715445,0.953137,6.49,"2013-01-28 00:00",2.17,"2013-03-05 00:00",1.54,"2013-03-23 00:00",1.45,"2013-02-15 00:00","","","","",6.49,6.49,1.54,1.43,0.735,0.479,0.171,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88355",5,36.110556,-80.226667,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,2.57513,1.153427,5.89,"2013-04-10 00:00",5.27,"2013-03-05 00:00",4.89,"2013-10-31 00:00",4.59,"2013-10-19 00:00","","","","",5.89,5.89,4.89,3.81,3.12,2.6,1.03,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88357",5,36.110556,-80.226667,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.240457,0.124302,0.563,"2013-03-05 00:00",0.462,"2013-05-10 00:00",0.438,"2013-04-10 00:00",0.422,"2013-03-23 00:00","","","","",0.563,0.563,0.438,0.398,0.339,0.227,0.108,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88370",5,36.110556,-80.226667,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,2.330065,1.034412,5.4,"2013-04-10 00:00",4.57,"2013-03-05 00:00",4.46,"2013-10-31 00:00",4.01,"2013-10-19 00:00","","","","",5.4,5.4,4.46,3.37,2.84,2.35,0.971,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88374",5,36.110556,-80.226667,"NAD27","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.199935,0.152929,0.653,"2013-10-31 00:00",0.553,"2013-08-26 00:00",0.495,"2013-06-09 00:00",0.484,"2013-03-05 00:00","","","","",0.653,0.653,0.495,0.463,0.279,0.174,0.04,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88375",5,36.110556,-80.226667,"NAD27","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.611478,0.267245,1.24,"2013-04-10 00:00",1.14,"2013-03-05 00:00",1.14,"2013-10-31 00:00",1.07,"2013-10-19 00:00","","","","",1.24,1.24,1.14,0.889,0.791,0.628,0.247,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88376",5,36.110556,-80.226667,"NAD27","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.663087,0.32614,1.7,"2013-03-05 00:00",1.7,"2013-04-10 00:00",1.1,"2013-10-31 00:00",1.09,"2013-03-11 00:00","","","","",1.7,1.7,1.1,1.09,0.774,0.636,0.35,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88377",5,36.110556,-80.226667,"NAD27","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.407174,0.205643,1.01,"2013-04-10 00:00",0.925,"2013-03-05 00:00",0.916,"2013-10-31 00:00",0.699,"2013-11-06 00:00","","","","",1.01,1.01,0.916,0.675,0.518,0.366,0.184,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88378",5,36.110556,-80.226667,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",1,0.44837,0.242137,1.08,"2013-04-10 00:00",1.01,"2013-08-14 00:00",0.849,"2013-09-07 00:00",0.761,"2013-09-25 00:00","","","","",1.08,1.08,0.849,0.759,0.632,0.404,0.151,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88380",5,36.110556,-80.226667,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.485652,0.245428,1.27,"2013-03-05 00:00",0.932,"2013-10-19 00:00",0.928,"2013-04-10 00:00",0.835,"2013-09-25 00:00","","","","",1.27,1.27,0.928,0.827,0.626,0.46,0.197,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88383",5,36.110556,-80.226667,"NAD27","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.875304,0.411921,1.95,"2013-04-10 00:00",1.66,"2013-10-19 00:00",1.55,"2013-03-05 00:00",1.52,"2013-09-25 00:00","","","","",1.95,1.95,1.55,1.43,1.2,0.847,0.299,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88384",5,36.110556,-80.226667,"NAD27","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.058393,0.028902,0.193,"2013-03-29 00:00",0.107,"2013-06-09 00:00",0.0903,"2013-08-14 00:00",0.0872,"2013-02-21 00:00","","","","",0.193,0.193,0.0903,0.0834,0.0724,0.056,0.0296,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88385",5,36.110556,-80.226667,"NAD27","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",44,0.001111,0.000615,0.00506,"2013-03-29 00:00",0.00204,"2013-10-31 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-03 00:00","","","","",0.00506,0.00506,0.001,0.001,0.001,0.001,0.001,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88388",5,36.110556,-80.226667,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.693457,0.342117,1.57,"2013-04-10 00:00",1.35,"2013-08-14 00:00",1.34,"2013-10-19 00:00",1.21,"2013-09-25 00:00","","","","",1.57,1.57,1.34,1.12,0.89,0.67,0.242,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88403",5,36.110556,-80.226667,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.903367,1.095692,6.18,"2013-01-28 00:00",5,"2013-09-25 00:00",3.77,"2013-03-17 00:00",2.99,"2013-05-10 00:00","","","","",6.18,6.18,3.77,2.96,2.35,1.89,0.583,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0022","88501",3,36.110556,-80.226667,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8146,93,344,365,0,614,"","","Certification not required",0,9.155168,4.864087,46.2,"2013-09-12 21:00",39.4,"2013-04-08 20:00",36.5,"2013-09-09 18:00",35.8,"2013-09-09 19:00","","","","",24,21.2,17.6,15.5,11.9,8.4,3.7,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","88501",3,36.110556,-80.226667,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,9.127616,3.706636,26.9,"2013-09-09 00:00",23.7,"2013-08-28 00:00",23.5,"2013-09-10 00:00",21,"2013-08-27 00:00","","","","",21,18.3,15.7,13.8,11.3,8.3,5.2,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","88502",3,36.110556,-80.226667,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8073,92,341,365,0,687,"","","Certification not required",0,8.406924,4.88137,46.1,"2013-09-12 21:00",39.2,"2013-04-08 20:00",36.2,"2013-09-09 18:00",35.5,"2013-09-09 19:00","","","","",23.6,20.6,16.9,14.8,11.2,7.6,2.9,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","88502",3,36.110556,-80.226667,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,0,"","","Certification not required",0,8.38651,3.711294,26.4,"2013-09-09 00:00",23.2,"2013-08-28 00:00",23,"2013-09-10 00:00",20.4,"2013-08-27 00:00","","","","",20.4,17.7,15,13,10.6,7.6,4.5,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0022","88502",5,36.110556,-80.226667,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,9.744898,4.896217,28.5,"2013-01-28 00:00",19.1,"2013-10-19 00:00",17.6,"2013-03-05 00:00",17.4,"2013-04-10 00:00","","","","",28.5,28.5,17.6,17,11.9,9.9,4.1,"","1300 BLK. HATTIE AVENUE","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-02-14" +"37","067","0023","42101",1,36.065833,-80.258333,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8594,98,360,365,0,166,0,0,"Requested but not yet concurred",6707,0.349657,0.227035,2.4,"2013-08-11 03:00",2.4,"2013-08-12 03:00",2.4,"2013-08-12 11:00",2.3,"2013-08-12 13:00","","","","",1.3,1.1,0.8,0.6,0.25,0.25,0.25,"","1401 CORPORATION PARKWAY","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0023","42101",1,36.065833,-80.258333,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8653,99,359,365,0,0,0,0,"Requested but not yet concurred",0,0.376286,0.174599,1.8,"2013-08-12 06:00",1.7,"2013-08-11 09:00",1.7,"2013-08-11 10:00",1.7,"2013-08-12 00:00",1.8,"2013-08-12 06:00",1.7,"2013-08-11 09:00",1.2,1,0.7,0.6,0.4,0.3,0.3,"","1401 CORPORATION PARKWAY","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0028","44201",1,36.203056,-80.215833,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5095,100,214,214,0,41,0,0,"Certified",202,0.042318,0.011074,0.08,"2013-05-17 13:00",0.073,"2013-05-15 17:00",0.069,"2013-04-10 15:00",0.068,"2013-04-06 16:00","","","","",0.069,0.063,0.062,0.056,0.049,0.042,0.027,"NEW O3 SLAMS SITE 4/1/96; REPLACES FERGUSON SCHOOL 37-067-0007","6496 BAUX MOUNTAIN ROAD_WINSTON-SALEM,NC","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2013-11-01" +"37","067","0028","44201",1,36.203056,-80.215833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,100,214,214,0,0,0,0,"Certified",0,0.037056,0.010366,0.068,"2013-05-15 12:00",0.064,"2013-04-10 11:00",0.062,"2013-04-06 11:00",0.061,"2013-05-17 10:00","","","","",0.062,0.06,0.054,0.051,0.044,0.037,0.023,"NEW O3 SLAMS SITE 4/1/96; REPLACES FERGUSON SCHOOL 37-067-0007","6496 BAUX MOUNTAIN ROAD_WINSTON-SALEM,NC","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2013-11-01" +"37","067","0028","44201",1,36.203056,-80.215833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,100,214,214,0,0,0,0,"Certified",0,0.037056,0.010366,0.068,"2013-05-15 12:00",0.064,"2013-04-10 11:00",0.062,"2013-04-06 11:00",0.061,"2013-05-17 10:00","","","","",0.062,0.06,0.054,0.051,0.044,0.037,0.023,"NEW O3 SLAMS SITE 4/1/96; REPLACES FERGUSON SCHOOL 37-067-0007","6496 BAUX MOUNTAIN ROAD_WINSTON-SALEM,NC","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2013-11-01" +"37","067","0030","44201",1,36.026,-80.342,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5100,100,214,214,0,36,0,0,"Certified",528,0.047509,0.011109,0.077,"2013-05-15 16:00",0.073,"2013-06-12 14:00",0.071,"2013-05-17 13:00",0.07,"2013-09-09 13:00","","","","",0.071,0.069,0.066,0.062,0.054,0.048,0.034,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-01" +"37","067","0030","44201",1,36.026,-80.342,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certified",0,0.042136,0.010338,0.072,"2013-05-15 11:00",0.065,"2013-04-06 11:00",0.065,"2013-05-17 11:00",0.062,"2013-04-10 11:00","","","","",0.065,0.061,0.058,0.055,0.048,0.044,0.028,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-01" +"37","067","0030","44201",1,36.026,-80.342,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certified",0,0.042136,0.010338,0.072,"2013-05-15 11:00",0.065,"2013-04-06 11:00",0.065,"2013-05-17 11:00",0.062,"2013-04-10 11:00","","","","",0.065,0.061,0.058,0.055,0.048,0.044,0.028,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-01" +"37","067","0030","68101",1,36.026,-80.342,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",58,48,58,122,0,0,"","","Certification not required",8,0.358621,0.17069,0.6,"2013-01-07 00:00",0.6,"2013-01-13 00:00",0.6,"2013-03-14 00:00",0.6,"2013-03-29 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68102",1,36.026,-80.342,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",59,48,59,122,0,0,"","","Certification not required",0,24.032203,0.140738,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-13 00:00",24.1,"2013-02-06 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68103",1,36.026,-80.342,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",58,48,58,122,0,0,"","","Certification not required",0,6.386207,8.160999,19.9,"2013-06-24 00:00",19.9,"2013-06-30 00:00",19.5,"2013-06-18 00:00",18.9,"2013-06-03 00:00","","","","",19.9,19.9,19.5,18.2,13.3,4.4,-3.5,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68104",1,36.026,-80.342,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",58,48,58,122,0,0,"","","Certification not required",0,18.763793,8.663084,34.3,"2013-06-12 00:00",32.1,"2013-06-24 00:00",31,"2013-05-31 00:00",31,"2013-06-09 00:00","","","","",34.3,32.1,31,30.2,26.3,17.6,8.7,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68105",1,36.026,-80.342,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",58,48,58,122,0,0,"","","Certification not required",0,12.343103,8.087723,26.1,"2013-06-12 00:00",24.7,"2013-06-24 00:00",24,"2013-05-31 00:00",23.9,"2013-06-09 00:00","","","","",26.1,24.7,24,23.1,20.9,12.2,3.1,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68106",1,36.026,-80.342,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,48,59,122,0,0,"","","Certification not required",0,739.016949,4.450849,746,"2013-04-22 00:00",745,"2013-02-18 00:00",745,"2013-04-16 00:00",745,"2013-05-01 00:00","","","","",746,745,745,744,743,739,734,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68107",1,36.026,-80.342,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,48,58,122,0,0,"","","Certification not required",0,744.603448,3.96449,752,"2013-01-19 00:00",752,"2013-01-25 00:00",752,"2013-04-22 00:00",751,"2013-01-07 00:00","","","","",752,752,752,749,748,745,739,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68108",1,36.026,-80.342,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,48,58,122,0,0,"","","Certification not required",0,741.87931,3.825481,749,"2013-04-22 00:00",748,"2013-01-07 00:00",748,"2013-01-19 00:00",747,"2013-01-28 00:00","","","","",749,748,748,747,745,742,737,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","68109",1,36.026,-80.342,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",59,48,59,122,0,0,"","","Certification not required",0,1438.389831,6.863238,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","88101",1,36.026,-80.342,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,3,0,0,"Requested but not yet concurred",0,7.951724,4.184778,23.2,"2013-01-28 00:00",19,"2013-03-05 00:00",14.8,"2013-04-10 00:00",14,"2013-06-12 00:00","","","","",23.2,19,14.8,13.1,10.3,7.4,3.7,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","88101",1,36.026,-80.342,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,48,58,122,0,3,"","","Requested but not yet concurred",0,7.951724,4.184778,23.2,"2013-01-28 00:00",19,"2013-03-05 00:00",14.8,"2013-04-10 00:00",14,"2013-06-12 00:00","","","","",23.2,19,14.8,13.1,10.3,7.4,3.7,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2013-11-19" +"37","067","0030","88501",3,36.026,-80.342,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8303,95,349,365,0,457,"","","Certification not required",0,9.142599,4.814533,42.4,"2013-04-08 20:00",39.6,"2013-04-09 14:00",38.2,"2013-08-28 08:00",36.8,"2013-09-08 19:00","","","","",23.3,21.1,17.8,15.5,11.9,8.4,3.7,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0030","88501",3,36.026,-80.342,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,9.098281,3.504848,23.1,"2013-08-28 00:00",22.3,"2013-09-09 00:00",20.9,"2013-09-10 00:00",20.4,"2013-08-27 00:00","","","","",20.4,18.2,15.8,13.9,10.9,8.4,5.1,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0030","88502",3,36.026,-80.342,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8254,94,348,365,0,506,"","","Certification not required",0,9.020863,4.938363,43.1,"2013-04-08 20:00",40.2,"2013-04-09 14:00",38.8,"2013-08-28 08:00",37.3,"2013-09-08 19:00","","","","",23.5,21.3,18,15.6,11.8,8.3,3.4,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","0030","88502",3,36.026,-80.342,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,8.967529,3.604265,23.3,"2013-08-28 00:00",22.5,"2013-09-09 00:00",21.1,"2013-09-10 00:00",20.5,"2013-08-27 00:00","","","","",20.5,18.4,15.9,13.9,10.9,8.3,5,"","FRATERNITY CHURCH ROAD","North Carolina","Forsyth","Winston-Salem","Winston-Salem, NC","2014-01-21" +"37","067","1008","44201",1,36.050833,-80.143889,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4998,97,208,214,0,138,0,0,"Certified",114,0.048356,0.011266,0.078,"2013-05-17 11:00",0.075,"2013-09-05 16:00",0.074,"2013-05-15 16:00",0.074,"2013-07-18 14:00","","","","",0.074,0.071,0.066,0.063,0.056,0.049,0.034,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2013-11-04" +"37","067","1008","44201",1,36.050833,-80.143889,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4997,97,207,214,0,0,0,0,"Certified",0,0.043184,0.010141,0.07,"2013-05-15 11:00",0.066,"2013-05-17 10:00",0.064,"2013-06-12 11:00",0.063,"2013-04-06 12:00","","","","",0.064,0.062,0.059,0.056,0.049,0.045,0.03,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2013-11-04" +"37","067","1008","44201",1,36.050833,-80.143889,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4997,97,207,214,0,0,0,0,"Certified",0,0.043184,0.010141,0.07,"2013-05-15 11:00",0.066,"2013-05-17 10:00",0.064,"2013-06-12 11:00",0.063,"2013-04-06 12:00","","","","",0.064,0.062,0.059,0.056,0.049,0.045,0.03,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2013-11-04" +"37","067","1008","61103",1,36.050833,-80.143889,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6409,73,266,365,0,2351,"","","Certification not required",0,3.550257,2.764127,20.6,"2013-02-26 04:00",20.6,"2013-06-03 15:00",19.5,"2013-07-24 16:00",19,"2013-06-14 12:00","","","","",12.9,11.5,9.1,7.2,4.9,3,0.7,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2014-01-21" +"37","067","1008","61104",1,36.050833,-80.143889,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8760,100,365,365,0,0,"","","Certification not required",0,182.65879,111.525606,359,"2013-01-02 13:00",359,"2013-01-24 06:00",359,"2013-01-24 16:00",359,"2013-02-16 05:00","","","","",356,353,342,324,289,191,21,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2014-01-21" +"37","067","1008","62101",1,36.050833,-80.143889,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,57.261301,15.852553,90,"2013-06-13 13:00",90,"2013-06-13 14:00",89,"2013-06-12 15:00",89,"2013-06-12 16:00","","","","",85,84,81,77,70,59,35,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2014-01-21" +"37","067","1008","62103",1,36.050833,-80.143889,"NAD27","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,1367.351484,7.784361,1391,"2013-11-30 08:00",1391,"2013-11-30 09:00",1390,"2013-11-30 06:00",1390,"2013-11-30 07:00","","","","",1385,1383,1380,1377,1372,1368,1358,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2014-01-21" +"37","067","1008","62201",1,36.050833,-80.143889,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8760,100,365,365,0,0,"","","Certification not required",0,73.385731,22.58606,100,"2013-01-01 14:00",100,"2013-01-01 15:00",100,"2013-01-01 16:00",100,"2013-01-01 17:00","","","","",100,100,100,100,96,76,40,"","3656 PIEDMONT MEMORIAL DRIVE","North Carolina","Forsyth","Not in a city","Winston-Salem, NC","2014-01-21" +"37","069","0001","44201",1,36.096189,-78.463719,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4806,98,209,214,0,330,0,0,"Certification not required",225,0.043909,0.011719,0.073,"2013-05-15 17:00",0.07,"2013-05-16 14:00",0.067,"2013-09-10 16:00",0.067,"2013-10-03 14:00","","","","",0.067,0.065,0.063,0.059,0.052,0.045,0.026,"Franklinton","431 S HILLSBOROUGH ST","North Carolina","Franklin","Franklinton","Raleigh-Cary, NC","2013-12-16" +"37","069","0001","44201",1,36.096189,-78.463719,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4994,97,207,214,0,0,0,0,"Certification not required",0,0.039382,0.010972,0.065,"2013-05-15 12:00",0.061,"2013-04-27 10:00",0.061,"2013-05-16 09:00",0.06,"2013-04-07 11:00","","","","",0.061,0.06,0.056,0.054,0.047,0.041,0.022,"Franklinton","431 S HILLSBOROUGH ST","North Carolina","Franklin","Franklinton","Raleigh-Cary, NC","2013-12-16" +"37","069","0001","44201",1,36.096189,-78.463719,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4994,97,207,214,0,0,0,0,"Certification not required",0,0.039382,0.010972,0.065,"2013-05-15 12:00",0.061,"2013-04-27 10:00",0.061,"2013-05-16 09:00",0.06,"2013-04-07 11:00","","","","",0.061,0.06,0.056,0.054,0.047,0.041,0.022,"Franklinton","431 S HILLSBOROUGH ST","North Carolina","Franklin","Franklinton","Raleigh-Cary, NC","2013-12-16" +"37","071","0016","61103",1,35.253056,-81.153333,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5730,65,238,365,0,78,"","","Certification not required",0,1.772077,1.761311,10.7,"2013-01-31 00:00",10.5,"2013-03-16 16:00",10.1,"2013-01-31 01:00",10.1,"2013-04-12 14:00","","","","",7.8,6.6,5.2,4.3,2.7,1.4,0,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-22" +"37","071","0016","61104",1,35.253056,-81.153333,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5730,65,238,365,0,78,"","","Certification not required",0,178.479913,107.726294,359.9,"2013-09-18 14:00",359.9,"2013-11-21 17:00",359.7,"2013-04-15 07:00",359.7,"2013-09-14 06:00","","","","",357.2,354.3,346.1,330.8,256.8,202.4,30.7,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-22" +"37","071","0016","61106",1,35.253056,-81.153333,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5730,100,109,61,0,78,"","","Certification not required",0,38.213054,14.262104,86.4,"2013-11-13 21:00",85.9,"2013-05-09 12:00",85.3,"2013-10-02 12:00",83.6,"2013-11-11 13:00","","","","",73.5,69.4,64.2,58.2,48.4,36.2,21.4,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-22" +"37","071","0016","68105",1,35.253056,-81.153333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",44,72,43,61,0,0,"","","Certification not required",0,17.954545,7.3936,26.5,"2013-07-09 00:00",26,"2013-06-27 00:00",25.8,"2013-08-08 00:00",25.6,"2013-07-15 00:00","","","","",26.5,26.5,25.8,25.5,24.3,22.2,7.3,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","071","0016","68108",1,35.253056,-81.153333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",44,72,43,61,0,0,"","","Certification not required",0,744.454545,4.189991,755,"2013-01-10 00:00",753,"2013-01-28 00:00",751,"2013-01-04 00:00",751,"2013-03-29 00:00","","","","",755,755,751,750,748,744,739,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","071","0016","81102",1,35.253056,-81.153333,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,6,0,0,"Certification not required",0,18.175,4.924494,28,"2013-09-19 00:00",27,"2013-09-25 00:00",26,"2013-04-10 00:00",24,"2013-05-16 00:00","","","","",28,28,27,24,21,19,11,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-09" +"37","071","0016","88101",1,35.253056,-81.153333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,69,42,61,0,7,0,0,"Certification not required",0,9.155814,3.71447,19.3,"2013-01-28 00:00",18.3,"2013-03-05 00:00",17.7,"2013-03-23 00:00",13.7,"2013-03-17 00:00","","","","",19.3,19.3,17.7,13.3,11.2,9.3,4.9,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","071","0016","88101",1,35.253056,-81.153333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,69,42,61,0,7,"","","Certification not required",0,9.155814,3.71447,19.3,"2013-01-28 00:00",18.3,"2013-03-05 00:00",17.7,"2013-03-23 00:00",13.7,"2013-03-17 00:00","","","","",19.3,19.3,17.7,13.3,11.2,9.3,4.9,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","071","0016","88501",3,35.253056,-81.153333,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7157,82,291,365,0,859,"","","Certification not required",0,9.5102,4.41937,36,"2013-04-08 17:00",30.1,"2013-04-08 16:00",30.1,"2013-09-08 22:00",30,"2013-03-16 07:00","","","","",22.2,20.3,17.6,15.4,12.1,9,4.3,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-31" +"37","071","0016","88501",3,35.253056,-81.153333,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",291,80,291,365,0,0,"","","Certification not required",0,9.458763,3.287083,21.2,"2013-08-28 00:00",19.5,"2013-01-08 00:00",19,"2013-03-16 00:00",18.4,"2013-01-29 00:00","","","","",19,17.9,16,13.5,11.4,8.9,5.5,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-31" +"37","071","0016","88502",3,35.253056,-81.153333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7151,82,290,365,0,865,"","","Certification not required",0,8.071053,4.131107,31.7,"2013-04-08 17:00",27.9,"2013-01-29 10:00",27.3,"2013-01-29 09:00",27,"2013-09-08 22:00","","","","",19.8,18.2,15.6,13.5,10.4,7.6,3.2,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-31" +"37","071","0016","88502",3,35.253056,-81.153333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",290,79,290,365,0,0,"","","Certification not required",0,8.022759,3.078146,18.7,"2013-01-08 00:00",18.5,"2013-08-28 00:00",17.6,"2013-01-29 00:00",17,"2013-01-28 00:00","","","","",17.6,15.8,13.9,11.8,9.9,7.6,4.4,"Grier School","1622 EAST GARRISON BLVD","North Carolina","Gaston","Gastonia","Charlotte-Gastonia-Concord, NC-SC","2014-01-31" +"37","075","0001","44201",1,35.25793,-83.79562,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4899,100,213,214,0,237,0,0,"Certification not required",0,0.049808,0.009314,0.075,"2013-04-10 18:00",0.073,"2013-05-15 19:00",0.07,"2013-06-12 01:00",0.069,"2013-05-14 22:00","","","","",0.07,0.068,0.065,0.061,0.056,0.051,0.037,"Joanna Bald","FOREST ROAD 423 SPUR","North Carolina","Graham","","","2013-12-13" +"37","075","0001","44201",1,35.25793,-83.79562,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5092,100,213,214,0,0,0,0,"Certification not required",0,0.046404,0.009025,0.069,"2013-05-15 15:00",0.067,"2013-05-14 21:00",0.066,"2013-04-10 12:00",0.064,"2013-04-06 00:00","","","","",0.066,0.063,0.061,0.058,0.053,0.046,0.034,"Joanna Bald","FOREST ROAD 423 SPUR","North Carolina","Graham","","","2013-12-13" +"37","075","0001","44201",1,35.25793,-83.79562,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5092,100,213,214,0,0,0,0,"Certification not required",0,0.046404,0.009025,0.069,"2013-05-15 15:00",0.067,"2013-05-14 21:00",0.066,"2013-04-10 12:00",0.064,"2013-04-06 00:00","","","","",0.066,0.063,0.061,0.058,0.053,0.046,0.034,"Joanna Bald","FOREST ROAD 423 SPUR","North Carolina","Graham","","","2013-12-13" +"37","075","0001","62101",1,35.25793,-83.79562,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5172,59,215,365,0,636,"","","Certification not required",0,44.689869,13.899093,132,"2013-09-21 12:00",113,"2013-09-21 11:00",98,"2013-09-21 13:00",97,"2013-09-22 04:00","","","","",73,71,65,61,55,46,25,"Joanna Bald","FOREST ROAD 423 SPUR","North Carolina","Graham","","","2014-01-23" +"37","075","0001","62201",1,35.25793,-83.79562,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4747,54,195,365,0,1061,"","","Certification not required",26,76.369286,24.431269,100,"2013-01-01 04:00",100,"2013-01-01 05:00",100,"2013-01-01 22:00",100,"2013-01-01 23:00","","","","",100,100,100,99,97,86,37,"Joanna Bald","FOREST ROAD 423 SPUR","North Carolina","Graham","","","2014-01-23" +"37","077","0001","44201",1,36.141111,-78.768056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4911,100,214,214,0,225,0,0,"Certification not required",346,0.045407,0.012328,0.079,"2013-05-15 17:00",0.077,"2013-08-27 15:00",0.076,"2013-05-17 17:00",0.073,"2013-05-16 14:00","","","","",0.076,0.071,0.064,0.06,0.053,0.046,0.028,"Butner","800 Central Avenue","North Carolina","Granville","Butner","","2013-12-16" +"37","077","0001","44201",1,36.141111,-78.768056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5124,100,214,214,0,0,0,0,"Certification not required",0,0.040346,0.011093,0.068,"2013-05-15 12:00",0.064,"2013-05-17 10:00",0.063,"2013-04-27 10:00",0.063,"2013-05-16 09:00","","","","",0.063,0.063,0.057,0.055,0.048,0.041,0.024,"Butner","800 Central Avenue","North Carolina","Granville","Butner","","2013-12-16" +"37","077","0001","44201",1,36.141111,-78.768056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5124,100,214,214,0,0,0,0,"Certification not required",0,0.040346,0.011093,0.068,"2013-05-15 12:00",0.064,"2013-05-17 10:00",0.063,"2013-04-27 10:00",0.063,"2013-05-16 09:00","","","","",0.063,0.063,0.057,0.055,0.048,0.041,0.024,"Butner","800 Central Avenue","North Carolina","Granville","Butner","","2013-12-16" +"37","081","0013","44201",1,36.100711,-79.810456,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4888,100,213,214,0,248,0,0,"Certified",330,0.047,0.011784,0.077,"2013-07-17 16:00",0.076,"2013-07-18 15:00",0.075,"2013-05-10 14:00",0.075,"2013-05-15 17:00","","","","",0.075,0.072,0.066,0.062,0.054,0.047,0.031,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0013","44201",1,36.100711,-79.810456,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5102,98,210,214,0,0,0,0,"Certified",0,0.041419,0.010774,0.072,"2013-05-15 12:00",0.065,"2013-04-10 11:00",0.065,"2013-06-12 12:00",0.062,"2013-04-09 11:00","","","","",0.065,0.061,0.059,0.054,0.048,0.042,0.027,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0013","44201",1,36.100711,-79.810456,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5102,98,210,214,0,0,0,0,"Certified",0,0.041419,0.010774,0.072,"2013-05-15 12:00",0.065,"2013-04-10 11:00",0.065,"2013-06-12 12:00",0.062,"2013-04-09 11:00","","","","",0.065,0.061,0.059,0.054,0.048,0.042,0.027,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0013","61103",1,36.100711,-79.810456,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5146,59,213,365,0,662,"","","Certification not required",0,2.027108,1.657642,9.5,"2013-01-30 22:00",9.5,"2013-01-30 23:00",9.3,"2013-01-31 01:00",8.9,"2013-01-31 02:00","","","","",6.8,6,5,4.3,3.1,1.7,0.2,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","61104",1,36.100711,-79.810456,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4871,56,201,365,0,937,"","","Certification not required",0,206.393554,96.109954,359,"2013-02-16 00:00",359,"2013-05-26 10:00",359,"2013-09-17 20:00",359,"2013-09-29 12:00","","","","",353,347,332,316,280,227,53,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","61106",1,36.100711,-79.810456,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",4870,56,201,365,0,938,"","","Certification not required",0,39.818871,13.938149,87.4,"2013-04-16 10:00",87.4,"2013-09-23 00:00",86.3,"2013-03-23 22:00",84.7,"2013-09-04 00:00","","","","",74.6,70.6,64.6,59.4,49.6,37.8,23.4,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","62101",1,36.100711,-79.810456,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5683,65,236,365,0,125,"","","Certification not required",0,52.790604,14.491649,87,"2013-05-15 16:00",86,"2013-05-15 15:00",86,"2013-05-15 17:00",85,"2013-05-15 14:00","","","","",82,81,76,71,64,54,33,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","62101",2,36.100711,-79.810456,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5683,65,236,365,0,125,"","","Certification not required",0,54.73887,14.980185,90,"2013-04-10 14:00",90,"2013-04-10 15:00",90,"2013-04-10 16:00",90,"2013-09-10 14:00","","","","",86,84,79,74,66,56,35,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","62106",1,36.100711,-79.810456,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",5681,65,236,365,0,127,"","","Certification not required",0,-1.08289,1.280326,3.2,"2013-01-20 00:00",2.9,"2013-01-19 23:00",2.6,"2013-01-19 18:00",2.5,"2013-01-19 19:00","","","","",1.4,1.1,0.6,0.3,-0.3,-0.9,-2.7,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","62201",1,36.100711,-79.810456,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5683,65,236,365,0,125,"","","Certification not required",0,66.932958,20.803735,100,"2013-01-01 23:00",100,"2013-01-02 00:00",100,"2013-01-02 01:00",100,"2013-01-02 02:00","","","","",95,95,93,91,86,70,36,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","63301",1,36.100711,-79.810456,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5658,65,234,365,0,150,"","","Certification not required",2919,0.220568,0.333364,1.31,"2013-05-12 12:00",1.31,"2013-05-25 12:00",1.3,"2013-05-14 12:00",1.3,"2013-05-25 11:00","","","","",1.19,1.13,0.98,0.8,0.36,0.005,0.005,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","65102",1,36.100711,-79.810456,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5684,65,236,365,0,124,"","","Certification not required",0,0.004321,0.025272,0.57,"2013-10-07 08:00",0.52,"2013-05-06 11:00",0.46,"2013-09-21 19:00",0.39,"2013-01-14 20:00","","","","",0.12,0.07,0.02,0,0,0,0,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-23" +"37","081","0013","68105",1,36.100711,-79.810456,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,43,61,0,0,"","","Certification not required",0,22.206667,8.340356,32.5,"2013-07-09 00:00",31.9,"2013-06-27 00:00",31.7,"2013-07-15 00:00",31.1,"2013-08-02 00:00","","","","",32.5,32.5,31.7,31,29.2,26.6,10,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-25" +"37","081","0013","68108",1,36.100711,-79.810456,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,43,61,0,0,"","","Certification not required",0,744.844444,4.441312,757,"2013-01-10 00:00",754,"2013-01-28 00:00",752,"2013-01-04 00:00",751,"2013-02-09 00:00","","","","",757,757,752,751,748,745,739,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-25" +"37","081","0013","81102",1,36.100711,-79.810456,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,3,0,0,"Certification not required",0,14.849057,6.023659,28,"2013-01-22 00:00",26,"2013-11-30 00:00",24,"2013-04-10 00:00",23,"2013-10-31 00:00","","","","",28,26,24,22,19,15,7,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2014-01-09" +"37","081","0013","88101",1,36.100711,-79.810456,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,72,44,61,0,5,0,0,"Certification not required",0,8.891111,3.929366,22.9,"2013-01-28 00:00",19.1,"2013-03-05 00:00",14.2,"2013-04-10 00:00",13.3,"2013-09-25 00:00","","","","",22.9,22.9,14.2,12.8,10.6,8.9,4.2,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-25" +"37","081","0013","88101",1,36.100711,-79.810456,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,72,44,61,0,5,"","","Certification not required",0,8.891111,3.929366,22.9,"2013-01-28 00:00",19.1,"2013-03-05 00:00",14.2,"2013-04-10 00:00",13.3,"2013-09-25 00:00","","","","",22.9,22.9,14.2,12.8,10.6,8.9,4.2,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-25" +"37","081","0013","88501",3,36.100711,-79.810456,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7056,81,287,365,0,240,"","","Certification not required",0,9.02894,4.712712,33.7,"2013-08-27 22:00",33.1,"2013-08-27 21:00",32.8,"2013-08-27 19:00",32.2,"2013-10-27 22:00","","","","",23.4,20.9,17.7,15.3,11.6,8.2,3.8,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0013","88501",3,36.100711,-79.810456,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,0,"","","Certification not required",0,8.903136,3.476317,23.5,"2013-08-28 00:00",20.3,"2013-08-27 00:00",19.8,"2013-09-09 00:00",17.7,"2013-09-08 00:00","","","","",19.8,17.1,15.5,13.5,11.2,8.2,4.7,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0013","88502",3,36.100711,-79.810456,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7056,81,287,365,0,240,"","","Certification not required",0,8.35197,4.461704,32,"2013-01-12 22:00",31.4,"2013-01-26 21:00",30.9,"2013-08-27 22:00",30.6,"2013-01-18 22:00","","","","",21.9,19.4,16.7,14.2,10.8,7.6,3.5,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0013","88502",3,36.100711,-79.810456,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",287,79,287,365,0,0,"","","Certification not required",0,8.233101,3.300909,21.6,"2013-08-28 00:00",18.6,"2013-08-27 00:00",18.5,"2013-09-09 00:00",17.5,"2013-01-28 00:00","","","","",18.5,16.5,14.5,12.6,10.4,7.7,4.4,"Mendenhall School","205 WILOUGHBY BLVD","North Carolina","Guilford","Greensboro","Greensboro-High Point, NC","2013-11-18" +"37","081","0014","61103",1,36.06866,-80.00705,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",3983,45,165,365,0,1825,"","","Certification not required",0,16.064298,19.591789,315.2,"2013-06-29 17:00",306.1,"2013-06-29 16:00",302.8,"2013-06-29 15:00",273.2,"2013-06-29 13:00","","","","",73.8,67,55.3,36.1,19.4,10.3,2.7,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2014-01-16" +"37","081","0014","61104",1,36.06866,-80.00705,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",3983,45,165,365,0,1825,"","","Certification not required",0,186.797389,103.99744,360,"2013-03-08 21:00",360,"2013-04-05 11:00",360,"2013-09-22 06:00",360,"2013-09-22 07:00","","","","",357,353,338,316,272,207,35,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2014-01-16" +"37","081","0014","62101",2,36.06866,-80.00705,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",3983,45,165,365,0,1825,"","","Certification not required",0,61.55762,14.954246,96,"2013-06-13 14:00",95,"2013-06-12 15:00",95,"2013-06-12 16:00",95,"2013-06-12 17:00","","","","",91,89,86,81,72,63,40,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2014-01-16" +"37","081","0014","62201",1,36.06866,-80.00705,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",3983,45,165,365,0,1825,"","","Certification not required",0,33.363796,17.499457,81,"2013-03-12 06:00",81,"2013-03-12 07:00",80,"2013-03-12 05:00",79,"2013-03-12 03:00","","","","",70,66,61,57,48,32,10,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2014-01-16" +"37","081","0014","68105",1,36.06866,-80.00705,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,90,122,0,0,"","","Certification not required",0,16.817582,8.326312,27.9,"2013-07-18 00:00",27.6,"2013-07-09 00:00",27.1,"2013-07-24 00:00",27,"2013-08-11 00:00","","","","",27.9,27.6,26.6,26.2,24.3,19.4,4.8,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2013-11-25" +"37","081","0014","68108",1,36.06866,-80.00705,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,90,122,0,0,"","","Certification not required",0,738.230769,4.152849,748,"2013-01-10 00:00",746,"2013-01-07 00:00",746,"2013-01-19 00:00",746,"2013-01-25 00:00","","","","",748,746,746,743,742,738,733,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2013-11-25" +"37","081","0014","88101",1,36.06866,-80.00705,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,74,90,122,0,2,0,0,"Certification not required",0,8.42967,3.573,20.8,"2013-01-28 00:00",19.2,"2013-03-05 00:00",15.7,"2013-09-10 00:00",15.2,"2013-08-29 00:00","","","","",20.8,19.2,15.1,12.8,10.6,8.2,4.3,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2013-11-25" +"37","081","0014","88101",1,36.06866,-80.00705,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,74,90,122,0,2,"","","Certification not required",0,8.42967,3.573,20.8,"2013-01-28 00:00",19.2,"2013-03-05 00:00",15.7,"2013-09-10 00:00",15.2,"2013-08-29 00:00","","","","",20.8,19.2,15.1,12.8,10.6,8.2,4.3,"Colfax","2127 Sandy Ridge Road, Colfax city","North Carolina","Guilford","","Greensboro-High Point, NC","2013-11-25" +"37","087","0008","44201",1,35.50716,-82.96337,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4908,100,214,214,0,228,0,0,"Certification not required",637,0.045425,0.009041,0.067,"2013-05-15 13:00",0.066,"2013-06-12 11:00",0.065,"2013-04-06 18:00",0.063,"2013-06-22 11:00","","","","",0.065,0.062,0.06,0.056,0.052,0.046,0.033,"Waynesville School","2236 ASHEVILLE ROAD","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0008","44201",1,35.50716,-82.96337,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5113,99,212,214,0,0,0,0,"Certification not required",0,0.040717,0.009137,0.064,"2013-05-15 09:00",0.062,"2013-04-06 11:00",0.059,"2013-05-14 19:00",0.058,"2013-04-10 09:00","","","","",0.059,0.058,0.055,0.052,0.048,0.041,0.029,"Waynesville School","2236 ASHEVILLE ROAD","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0008","44201",1,35.50716,-82.96337,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5113,99,212,214,0,0,0,0,"Certification not required",0,0.040717,0.009137,0.064,"2013-05-15 09:00",0.062,"2013-04-06 11:00",0.059,"2013-05-14 19:00",0.058,"2013-04-10 09:00","","","","",0.059,0.058,0.055,0.052,0.048,0.041,0.029,"Waynesville School","2236 ASHEVILLE ROAD","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0012","68105",1,35.50575,-82.97918,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,44,61,0,0,"","","Certification not required",0,13.95,8.255135,24,"2013-06-12 00:00",23.7,"2013-06-27 00:00",23.5,"2013-07-09 00:00",23.5,"2013-07-18 00:00","","","","",24,23.7,23.5,22.8,21.1,16.9,2,"Waynesville Rec Center","550 Vance Street","North Carolina","Haywood","Waynesville","Asheville, NC","2013-12-17" +"37","087","0012","68108",1,35.50575,-82.97918,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,44,61,0,0,"","","Certification not required",0,694.611111,3.555955,702,"2013-01-10 00:00",701,"2013-07-15 00:00",700,"2013-01-07 00:00",700,"2013-04-26 00:00","","","","",702,701,700,699,697,695,690,"Waynesville Rec Center","550 Vance Street","North Carolina","Haywood","Waynesville","Asheville, NC","2013-12-17" +"37","087","0012","88101",1,35.50575,-82.97918,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,7,0,0,"Certification not required",0,8.088889,3.20142,15.8,"2013-08-29 00:00",15.7,"2013-04-10 00:00",15.6,"2013-01-19 00:00",14.5,"2013-01-04 00:00","","","","",15.8,15.7,14,12.5,9.9,8.2,4.2,"Waynesville Rec Center","550 Vance Street","North Carolina","Haywood","Waynesville","Asheville, NC","2013-12-17" +"37","087","0012","88101",1,35.50575,-82.97918,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,7,"","","Certification not required",0,8.088889,3.20142,15.8,"2013-08-29 00:00",15.7,"2013-04-10 00:00",15.6,"2013-01-19 00:00",14.5,"2013-01-04 00:00","","","","",15.8,15.7,14,12.5,9.9,8.2,4.2,"Waynesville Rec Center","550 Vance Street","North Carolina","Haywood","Waynesville","Asheville, NC","2013-12-17" +"37","087","0035","44201",1,35.379167,-82.7925,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4799,97,208,214,0,337,0,0,"Certification not required",0,0.050543,0.008044,0.071,"2013-04-06 17:00",0.071,"2013-05-15 06:00",0.07,"2013-05-16 00:00",0.068,"2013-07-18 23:00","","","","",0.07,0.067,0.063,0.06,0.056,0.052,0.04,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0035","44201",1,35.379167,-82.7925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,94,202,214,0,0,0,0,"Certification not required",0,0.047084,0.008002,0.069,"2013-05-15 02:00",0.068,"2013-04-06 14:00",0.068,"2013-05-14 23:00",0.066,"2013-05-16 00:00","","","","",0.068,0.065,0.059,0.056,0.052,0.048,0.037,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0035","44201",1,35.379167,-82.7925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4963,94,202,214,0,0,0,0,"Certification not required",0,0.047084,0.008002,0.069,"2013-05-15 02:00",0.068,"2013-04-06 14:00",0.068,"2013-05-14 23:00",0.066,"2013-05-16 00:00","","","","",0.068,0.065,0.059,0.056,0.052,0.048,0.037,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0035","85101",1,35.379167,-82.7925,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.29639,4.346174,16.8991,"2013-05-28 00:00",16.8935,"2013-04-10 00:00",15.4581,"2013-05-22 00:00",14.9672,"2013-05-10 00:00","","","","",16.8991,16.8991,15.4581,14.3981,6.2434,4.0348,1.3633,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","86502",1,35.379167,-82.7925,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.28,1.726622,6,"2013-05-10 00:00",6,"2013-05-16 00:00",6,"2013-05-28 00:00",5,"2013-05-22 00:00","","","","",6,6,6,4,2,1,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88103",1,35.379167,-82.7925,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-04-07 00:00",0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88104",1,35.379167,-82.7925,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.019901,0.018234,0.072,"2013-05-16 00:00",0.0676,"2013-04-25 00:00",0.0615,"2013-04-10 00:00",0.0545,"2013-04-07 00:00","","","","",0.072,0.072,0.0615,0.0524,0.0301,0.0141,0.0032,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88109",1,35.379167,-82.7925,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001528,0.001201,0.0066,"2013-04-10 00:00",0.005,"2013-03-17 00:00",0.0032,"2013-04-07 00:00",0.0029,"2013-05-22 00:00","","","","",0.0066,0.0066,0.0032,0.0027,0.0022,0.0012,0.0004,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88111",1,35.379167,-82.7925,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.013993,0.012517,0.0529,"2013-05-16 00:00",0.0478,"2013-04-25 00:00",0.047,"2013-04-10 00:00",0.0374,"2013-04-01 00:00","","","","",0.0529,0.0529,0.047,0.0331,0.018,0.0113,0.0025,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88112",1,35.379167,-82.7925,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88114",1,35.379167,-82.7925,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000332,0.000365,0.0025,"2013-03-17 00:00",0.0008,"2013-04-22 00:00",0.0007,"2013-02-06 00:00",0.0007,"2013-05-10 00:00","","","","",0.0025,0.0025,0.0007,0.0006,0.0004,0.0003,0.0001,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88115",1,35.379167,-82.7925,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.000797,0.001199,0.0072,"2013-04-10 00:00",0.0036,"2013-03-17 00:00",0.0026,"2013-05-28 00:00",0.0024,"2013-01-13 00:00","","","","",0.0072,0.0072,0.0026,0.0023,0.0011,0.0003,0.00015,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88126",1,35.379167,-82.7925,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.015404,0.013185,0.0588,"2013-05-16 00:00",0.048,"2013-04-25 00:00",0.0426,"2013-04-10 00:00",0.0377,"2013-04-07 00:00","","","","",0.0588,0.0588,0.0426,0.0363,0.0226,0.0119,0.003,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88128",1,35.379167,-82.7925,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00064,0.000598,0.002,"2013-03-17 00:00",0.002,"2013-04-25 00:00",0.002,"2013-05-28 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88132",1,35.379167,-82.7925,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00044,0.000501,0.001,"2013-01-04 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-24 00:00",0.001,"2013-03-14 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88136",1,35.379167,-82.7925,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88140",1,35.379167,-82.7925,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.00649,0.008901,0.0419,"2013-04-10 00:00",0.0313,"2013-01-13 00:00",0.025,"2013-05-31 00:00",0.0222,"2013-04-07 00:00","","","","",0.0419,0.0419,0.025,0.022,0.0073,0.0028,0.00105,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88152",1,35.379167,-82.7925,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.000878,0.001311,0.0062,"2013-05-10 00:00",0.0039,"2013-01-07 00:00",0.0035,"2013-03-29 00:00",0.0033,"2013-05-13 00:00","","","","",0.0062,0.0062,0.0035,0.0029,0.0011,0.00015,0.0001,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88154",1,35.379167,-82.7925,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.00019,0.000136,0.0007,"2013-04-07 00:00",0.0005,"2013-01-07 00:00",0.0005,"2013-05-16 00:00",0.0004,"2013-02-24 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.0003,0.0001,0.0001,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88161",1,35.379167,-82.7925,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.001419,0.001264,0.0047,"2013-05-16 00:00",0.0042,"2013-04-10 00:00",0.0041,"2013-04-25 00:00",0.0037,"2013-04-01 00:00","","","","",0.0047,0.0047,0.0041,0.0036,0.002,0.001,0.0002,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88164",1,35.379167,-82.7925,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.00015,0.000119,0.0005,"2013-03-17 00:00",0.0004,"2013-04-16 00:00",0.0004,"2013-05-22 00:00",0.0003,"2013-01-13 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88165",1,35.379167,-82.7925,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.044012,0.043001,0.1868,"2013-05-16 00:00",0.1515,"2013-04-25 00:00",0.1326,"2013-04-01 00:00",0.1282,"2013-04-10 00:00","","","","",0.1868,0.1868,0.1326,0.1089,0.0663,0.0332,0.0043,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88167",1,35.379167,-82.7925,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.002534,0.004028,0.0287,"2013-02-09 00:00",0.0061,"2013-03-17 00:00",0.0058,"2013-02-21 00:00",0.0045,"2013-04-07 00:00","","","","",0.0287,0.0287,0.0058,0.0041,0.003,0.0019,0.0005,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88168",1,35.379167,-82.7925,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.000213,0.000158,0.0007,"2013-05-10 00:00",0.0007,"2013-05-16 00:00",0.0006,"2013-04-10 00:00",0.0004,"2013-01-07 00:00","","","","",0.0007,0.0007,0.0006,0.0004,0.0003,0.00015,0.0001,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88169",1,35.379167,-82.7925,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.331086,0.222368,1.0314,"2013-05-10 00:00",0.8604,"2013-05-22 00:00",0.6862,"2013-04-07 00:00",0.6839,"2013-04-22 00:00","","","","",1.0314,1.0314,0.6862,0.6759,0.4523,0.2861,0.0837,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88176",1,35.379167,-82.7925,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000173,5.9e-05,0.0004,"2013-01-07 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-04-16 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88180",1,35.379167,-82.7925,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.020868,0.014716,0.0743,"2013-04-10 00:00",0.0566,"2013-05-22 00:00",0.048,"2013-05-16 00:00",0.046,"2013-03-17 00:00","","","","",0.0743,0.0743,0.048,0.0438,0.0267,0.0176,0.0059,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88184",1,35.379167,-82.7925,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.022617,0.040057,0.193,"2013-04-10 00:00",0.1479,"2013-01-13 00:00",0.1418,"2013-05-31 00:00",0.076,"2013-01-28 00:00","","","","",0.193,0.193,0.1418,0.0656,0.0328,0.007,0.0016,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88185",1,35.379167,-82.7925,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.000761,0.000327,0.0024,"2013-02-12 00:00",0.0015,"2013-01-07 00:00",0.0015,"2013-01-19 00:00",0.0014,"2013-04-01 00:00","","","","",0.0024,0.0024,0.0015,0.0013,0.0007,0.0007,0.00065,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88203",1,35.379167,-82.7925,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.020839,0.033433,0.1884,"2013-01-13 00:00",0.1488,"2013-05-31 00:00",0.0594,"2013-05-28 00:00",0.0544,"2013-05-22 00:00","","","","",0.1884,0.1884,0.0594,0.0541,0.0215,0.00915,0.0036,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88306",1,35.379167,-82.7925,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.275469,0.248243,1.1188,"2013-04-04 00:00",0.9744,"2013-02-18 00:00",0.8462,"2013-01-25 00:00",0.727,"2013-03-29 00:00","","","","",1.1188,1.1188,0.8462,0.5866,0.3921,0.2172,0.0423,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88320",1,35.379167,-82.7925,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.6552,0.727827,3.61,"2013-04-10 00:00",3.11,"2013-03-17 00:00",2.4,"2013-05-28 00:00",1.59,"2013-05-22 00:00","","","","",3.61,3.61,2.4,1.53,0.86,0.44,0.12,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88321",1,35.379167,-82.7925,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.1088,0.099604,0.48,"2013-04-10 00:00",0.44,"2013-03-17 00:00",0.29,"2013-03-23 00:00",0.23,"2013-05-16 00:00","","","","",0.48,0.48,0.29,0.23,0.16,0.08,0.02,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88324",1,35.379167,-82.7925,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.03153,0.041063,0.2372,"2013-05-28 00:00",0.188,"2013-03-17 00:00",0.098,"2013-04-10 00:00",0.0832,"2013-05-10 00:00","","","","",0.2372,0.2372,0.098,0.0599,0.0296,0.0227,0.01025,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88325",1,35.379167,-82.7925,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.146043,0.178351,0.8125,"2013-04-10 00:00",0.7317,"2013-03-17 00:00",0.5881,"2013-05-28 00:00",0.4973,"2013-05-22 00:00","","","","",0.8125,0.8125,0.5881,0.4743,0.1471,0.0832,0.0324,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88326",1,35.379167,-82.7925,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.179664,0.205568,1.1014,"2013-04-10 00:00",0.8484,"2013-03-17 00:00",0.5905,"2013-05-28 00:00",0.4146,"2013-05-16 00:00","","","","",1.1014,1.1014,0.5905,0.4139,0.184,0.1099,0.0356,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88327",1,35.379167,-82.7925,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.119816,0.13722,0.8664,"2013-04-10 00:00",0.4611,"2013-03-17 00:00",0.258,"2013-05-28 00:00",0.2483,"2013-04-07 00:00","","","","",0.8664,0.8664,0.258,0.2356,0.1476,0.0877,0.0162,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88328",1,35.379167,-82.7925,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.194887,0.189323,0.8837,"2013-03-17 00:00",0.7359,"2013-04-10 00:00",0.7238,"2013-05-28 00:00",0.4805,"2013-05-22 00:00","","","","",0.8837,0.8837,0.7238,0.4725,0.2471,0.1407,0.036,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88329",1,35.379167,-82.7925,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.263912,0.26956,1.2044,"2013-03-17 00:00",1.1644,"2013-04-10 00:00",0.9121,"2013-05-28 00:00",0.6275,"2013-05-22 00:00","","","","",1.2044,1.2044,0.9121,0.6094,0.3621,0.1796,0.036,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88330",1,35.379167,-82.7925,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.039825,0.027319,0.1258,"2013-03-23 00:00",0.1258,"2013-03-29 00:00",0.1181,"2013-03-17 00:00",0.0785,"2013-04-01 00:00","","","","",0.1258,0.1258,0.1181,0.0686,0.0501,0.0367,0.0112,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88331",1,35.379167,-82.7925,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,9.5e-05,0.000422,0.003,"2013-02-15 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-11 00:00","","","","",0.003,0.003,0.00015,0.00015,5e-05,0,0,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88338",1,35.379167,-82.7925,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.017084,0.007611,0.0454,"2013-04-22 00:00",0.0425,"2013-04-16 00:00",0.0371,"2013-04-04 00:00",0.0247,"2013-02-03 00:00","","","","",0.0454,0.0454,0.0371,0.0247,0.01635,0.01495,0.0111,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88339",1,35.379167,-82.7925,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.365725,0.917255,4.25465,"2013-05-10 00:00",3.54903,"2013-05-22 00:00",2.83045,"2013-04-07 00:00",2.82121,"2013-04-22 00:00","","","","",4.25465,4.25465,2.83045,2.78796,1.86561,1.18012,0.34543,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88344",1,35.379167,-82.7925,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.35538,0.320204,1.4433,"2013-04-04 00:00",1.257,"2013-02-18 00:00",1.0916,"2013-01-25 00:00",0.9378,"2013-03-29 00:00","","","","",1.4433,1.4433,1.0916,0.7567,0.5058,0.2802,0.0546,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88348",1,35.379167,-82.7925,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.216024,0.200244,0.8616,"2013-05-16 00:00",0.7278,"2013-04-25 00:00",0.6424,"2013-04-10 00:00",0.6014,"2013-04-01 00:00","","","","",0.8616,0.8616,0.6424,0.5274,0.2966,0.1563,0.0285,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88350",1,35.379167,-82.7925,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.178628,1.310762,6.5061,"2013-04-10 00:00",5.6032,"2013-03-17 00:00",4.3157,"2013-05-28 00:00",2.8541,"2013-05-22 00:00","","","","",6.5061,6.5061,4.3157,2.7466,1.5539,0.7911,0.2164,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88403",1,35.379167,-82.7925,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.965666,0.647424,2.9734,"2013-05-10 00:00",2.512,"2013-05-22 00:00",1.9975,"2013-04-07 00:00",1.9923,"2013-04-10 00:00","","","","",2.9734,2.9734,1.9975,1.9191,1.3677,0.8129,0.2353,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0035","88502",1,35.379167,-82.7925,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,3.426,2.842233,12.2,"2013-04-10 00:00",10.8,"2013-03-17 00:00",10.5,"2013-05-28 00:00",9.8,"2013-05-22 00:00","","","","",12.2,12.2,10.5,8.8,4.2,2.8,0.9,"Frying Pan Mountain","TOWER BLUE RIDGE PKWY MILE MARKER 410","North Carolina","Haywood","","Asheville, NC","2014-01-28" +"37","087","0036","44201",1,35.59,-83.0775,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4886,100,213,214,0,250,0,0,"Certification not required",1,0.048901,0.008966,0.071,"2013-05-15 04:00",0.071,"2013-05-16 01:00",0.071,"2013-06-12 02:00",0.07,"2013-06-27 03:00","","","","",0.071,0.068,0.063,0.06,0.055,0.049,0.037,"Purchase Knob","GREAT SMOKY MOUNTAINS NATIONAL PARK","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0036","44201",1,35.59,-83.0775,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5082,99,211,214,0,0,0,0,"Certification not required",0,0.045493,0.008651,0.069,"2013-05-14 23:00",0.069,"2013-05-15 00:00",0.065,"2013-05-16 00:00",0.065,"2013-06-11 22:00","","","","",0.065,0.065,0.059,0.055,0.051,0.046,0.034,"Purchase Knob","GREAT SMOKY MOUNTAINS NATIONAL PARK","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","087","0036","44201",1,35.59,-83.0775,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5082,99,211,214,0,0,0,0,"Certification not required",0,0.045493,0.008651,0.069,"2013-05-14 23:00",0.069,"2013-05-15 00:00",0.065,"2013-05-16 00:00",0.065,"2013-06-11 22:00","","","","",0.065,0.065,0.059,0.055,0.051,0.046,0.034,"Purchase Knob","GREAT SMOKY MOUNTAINS NATIONAL PARK","North Carolina","Haywood","","Asheville, NC","2013-12-13" +"37","095","9000","85101",1,35.45109,-76.207165,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,9.553417,3.961149,25.7761,"2013-05-16 00:00",19.6055,"2013-02-06 00:00",16.9239,"2013-03-11 00:00",13.8441,"2013-02-21 00:00","","","","",25.7761,25.7761,16.9239,13.6798,11.1803,8.677,5.7757,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","85101",2,35.45109,-76.207165,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,10.877713,4.685568,25.3628,"2013-05-16 00:00",21.1881,"2013-04-16 00:00",18.2595,"2013-02-06 00:00",17.6147,"2013-03-11 00:00","","","","",25.3628,25.3628,18.2595,16.7518,14.1033,9.8842,5.6414,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","86502",1,35.45109,-76.207165,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,3.282609,2.2965,11,"2013-05-16 00:00",10,"2013-03-11 00:00",8,"2013-02-21 00:00",7,"2013-05-19 00:00","","","","",11,11,8,6,4,3,1,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","86502",2,35.45109,-76.207165,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,4.717391,3.263693,14,"2013-04-16 00:00",11,"2013-03-11 00:00",11,"2013-04-07 00:00",11,"2013-05-16 00:00","","","","",14,14,11,10,6,4,1,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88103",1,35.45109,-76.207165,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.000239,0.000565,0.003,"2013-01-28 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.003,0.001,0.001,0,0,0,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88104",1,35.45109,-76.207165,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.020752,0.013197,0.0763,"2013-05-16 00:00",0.046,"2013-04-07 00:00",0.0402,"2013-04-28 00:00",0.038,"2013-04-10 00:00","","","","",0.0763,0.0763,0.0402,0.0349,0.0282,0.0184,0.007,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88109",1,35.45109,-76.207165,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.002546,0.001344,0.0075,"2013-02-06 00:00",0.0054,"2013-05-16 00:00",0.005,"2013-03-17 00:00",0.0046,"2013-01-28 00:00","","","","",0.0075,0.0075,0.005,0.0046,0.0031,0.0022,0.0014,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88111",1,35.45109,-76.207165,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.027535,0.019446,0.1066,"2013-05-16 00:00",0.0562,"2013-03-11 00:00",0.0561,"2013-05-04 00:00",0.0556,"2013-04-19 00:00","","","","",0.1066,0.1066,0.0561,0.0518,0.0395,0.0245,0.009,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88112",1,35.45109,-76.207165,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.000217,0.001191,0.008,"2013-02-24 00:00",0.001,"2013-01-13 00:00",0.001,"2013-05-16 00:00",0,"2013-01-04 00:00","","","","",0.008,0.008,0.001,0,0,0,0,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88114",1,35.45109,-76.207165,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",6,0.000567,0.000365,0.0014,"2013-01-10 00:00",0.0014,"2013-05-10 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-05-01 00:00","","","","",0.0014,0.0014,0.0013,0.0012,0.0007,0.0005,0.00015,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88115",1,35.45109,-76.207165,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",3,0.162375,0.370076,1.4561,"2013-03-11 00:00",1.3702,"2013-04-19 00:00",1.2972,"2013-05-04 00:00",0.7309,"2013-04-16 00:00","","","","",1.4561,1.4561,1.2972,0.7088,0.0893,0.0019,0.0003,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88126",1,35.45109,-76.207165,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.019626,0.011883,0.0709,"2013-05-16 00:00",0.0456,"2013-04-28 00:00",0.0362,"2013-02-24 00:00",0.0354,"2013-04-07 00:00","","","","",0.0709,0.0709,0.0362,0.0326,0.0253,0.0176,0.0089,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88128",1,35.45109,-76.207165,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.001217,0.000867,0.003,"2013-02-06 00:00",0.003,"2013-03-23 00:00",0.003,"2013-05-10 00:00",0.002,"2013-01-04 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88132",1,35.45109,-76.207165,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.000848,0.000595,0.003,"2013-05-16 00:00",0.002,"2013-03-05 00:00",0.002,"2013-05-13 00:00",0.001,"2013-01-04 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88136",1,35.45109,-76.207165,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.000152,0.00042,0.002,"2013-02-24 00:00",0.001,"2013-01-13 00:00",0.001,"2013-03-11 00:00",0.001,"2013-03-17 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88140",1,35.45109,-76.207165,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",11,0.026442,0.032407,0.129,"2013-04-19 00:00",0.127,"2013-03-11 00:00",0.094,"2013-04-16 00:00",0.084,"2013-04-22 00:00","","","","",0.129,0.129,0.094,0.078,0.0365,0.0148,0.0011,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88152",1,35.45109,-76.207165,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",26,0.001882,0.002799,0.0116,"2013-05-16 00:00",0.0077,"2013-03-23 00:00",0.0074,"2013-04-28 00:00",0.0074,"2013-05-10 00:00","","","","",0.0116,0.0116,0.0074,0.0056,0.0029,0.00015,0.00015,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88154",1,35.45109,-76.207165,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",7,0.00042,0.000285,0.0013,"2013-01-25 00:00",0.001,"2013-01-28 00:00",0.0009,"2013-01-04 00:00",0.0009,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0009,0.0009,0.0006,0.0004,0.0001,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88161",1,35.45109,-76.207165,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",1,0.001533,0.001199,0.0071,"2013-05-16 00:00",0.0035,"2013-04-28 00:00",0.0034,"2013-04-07 00:00",0.003,"2013-04-25 00:00","","","","",0.0071,0.0071,0.0034,0.0028,0.002,0.0012,0.0004,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88164",1,35.45109,-76.207165,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",2,0.000426,0.000257,0.0011,"2013-01-13 00:00",0.001,"2013-03-17 00:00",0.0008,"2013-01-25 00:00",0.0008,"2013-03-11 00:00","","","","",0.0011,0.0011,0.0008,0.0007,0.0006,0.0005,0.0001,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88165",1,35.45109,-76.207165,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",1,0.044007,0.04244,0.2316,"2013-05-16 00:00",0.1244,"2013-04-28 00:00",0.1031,"2013-04-25 00:00",0.0973,"2013-04-07 00:00","","","","",0.2316,0.2316,0.1031,0.0951,0.0626,0.0344,0.0044,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88167",1,35.45109,-76.207165,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",2,0.004222,0.002686,0.01,"2013-02-06 00:00",0.0098,"2013-01-25 00:00",0.0097,"2013-02-24 00:00",0.0093,"2013-01-28 00:00","","","","",0.01,0.01,0.0097,0.0079,0.0062,0.004,0.0008,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88168",1,35.45109,-76.207165,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",12,0.00035,0.000244,0.0011,"2013-04-19 00:00",0.0009,"2013-05-04 00:00",0.0008,"2013-03-11 00:00",0.0008,"2013-04-07 00:00","","","","",0.0011,0.0011,0.0008,0.0007,0.0005,0.0003,0.0001,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88169",1,35.45109,-76.207165,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.586446,0.242518,1.128,"2013-01-28 00:00",1.0802,"2013-05-10 00:00",1.052,"2013-04-28 00:00",0.9906,"2013-03-17 00:00","","","","",1.128,1.128,1.052,0.9763,0.7425,0.6054,0.2708,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88176",1,35.45109,-76.207165,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",39,0.000184,9.1e-05,0.0005,"2013-03-05 00:00",0.0004,"2013-01-13 00:00",0.0004,"2013-01-28 00:00",0.0004,"2013-02-03 00:00","","","","",0.0005,0.0005,0.0004,0.0004,0.00015,0.00015,0.00015,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88180",1,35.45109,-76.207165,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.036985,0.022971,0.1597,"2013-02-06 00:00",0.0923,"2013-05-16 00:00",0.0551,"2013-03-23 00:00",0.0529,"2013-04-19 00:00","","","","",0.1597,0.1597,0.0551,0.0524,0.0441,0.0322,0.0205,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88184",1,35.45109,-76.207165,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.222933,0.249693,0.9565,"2013-03-11 00:00",0.8705,"2013-04-19 00:00",0.8452,"2013-05-04 00:00",0.705,"2013-04-16 00:00","","","","",0.9565,0.9565,0.8452,0.573,0.3912,0.1215,0.0166,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88185",1,35.45109,-76.207165,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",38,0.000772,0.000521,0.0028,"2013-02-09 00:00",0.0023,"2013-04-13 00:00",0.0021,"2013-04-22 00:00",0.0017,"2013-02-18 00:00","","","","",0.0028,0.0028,0.0021,0.0013,0.0007,0.0007,0.0004,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88203",1,35.45109,-76.207165,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",2,0.321185,0.544591,2.1254,"2013-05-04 00:00",2.0473,"2013-04-19 00:00",1.9614,"2013-03-11 00:00",1.2785,"2013-04-16 00:00","","","","",2.1254,2.1254,1.9614,1.0675,0.3412,0.0959,0.0165,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88306",1,35.45109,-76.207165,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.532459,0.320754,1.4985,"2013-03-23 00:00",1.1938,"2013-02-24 00:00",1.1832,"2013-03-05 00:00",1.148,"2013-01-04 00:00","","","","",1.4985,1.4985,1.1832,1.0559,0.6649,0.4733,0.1896,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88320",1,35.45109,-76.207165,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.899565,0.751564,4.1,"2013-02-06 00:00",3.42,"2013-05-16 00:00",1.97,"2013-03-23 00:00",1.69,"2013-05-10 00:00","","","","",4.1,4.1,1.97,1.68,1.08,0.68,0.28,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88321",1,35.45109,-76.207165,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.154348,0.137464,0.76,"2013-02-06 00:00",0.45,"2013-03-23 00:00",0.42,"2013-05-16 00:00",0.33,"2013-01-10 00:00","","","","",0.76,0.76,0.42,0.32,0.19,0.12,0.02,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88324",1,35.45109,-76.207165,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",41,0.026911,0.038453,0.2705,"2013-02-06 00:00",0.065,"2013-01-10 00:00",0.0618,"2013-02-03 00:00",0.0368,"2013-05-16 00:00","","","","",0.2705,0.2705,0.0618,0.03025,0.02925,0.0168,0.01035,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88325",1,35.45109,-76.207165,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",2,0.21705,0.181613,1.0092,"2013-05-16 00:00",0.7344,"2013-02-06 00:00",0.5985,"2013-05-10 00:00",0.4302,"2013-04-01 00:00","","","","",1.0092,1.0092,0.5985,0.3873,0.278,0.1659,0.0777,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88326",1,35.45109,-76.207165,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",5,0.236005,0.236865,1.2121,"2013-02-06 00:00",1.0936,"2013-05-16 00:00",0.6208,"2013-03-23 00:00",0.4917,"2013-03-05 00:00","","","","",1.2121,1.2121,0.6208,0.425,0.2956,0.1641,0.0395,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88327",1,35.45109,-76.207165,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.198596,0.187079,0.9876,"2013-02-06 00:00",0.9298,"2013-05-16 00:00",0.4854,"2013-03-23 00:00",0.3803,"2013-03-05 00:00","","","","",0.9876,0.9876,0.4854,0.3334,0.2184,0.1465,0.0785,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88328",1,35.45109,-76.207165,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.233807,0.162348,0.892,"2013-02-06 00:00",0.4925,"2013-05-10 00:00",0.4774,"2013-02-03 00:00",0.4736,"2013-03-05 00:00","","","","",0.892,0.892,0.4774,0.4703,0.2832,0.2062,0.0556,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88329",1,35.45109,-76.207165,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.35705,0.283864,1.614,"2013-02-06 00:00",0.8692,"2013-03-23 00:00",0.7692,"2013-05-10 00:00",0.72,"2013-05-16 00:00","","","","",1.614,1.614,0.7692,0.7182,0.4334,0.2953,0.0775,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88330",1,35.45109,-76.207165,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",5,0.031663,0.016069,0.0603,"2013-01-10 00:00",0.0545,"2013-04-01 00:00",0.0544,"2013-03-23 00:00",0.0539,"2013-03-14 00:00","","","","",0.0603,0.0603,0.0544,0.0496,0.0423,0.0346,0.0033,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88331",1,35.45109,-76.207165,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",18,0.000107,0.00044,0.003,"2013-04-10 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-14 00:00","","","","",0.003,0.003,0.00015,0.00015,0.0001,0,0,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88338",1,35.45109,-76.207165,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",43,0.017196,0.00844,0.0574,"2013-01-28 00:00",0.0397,"2013-05-10 00:00",0.0254,"2013-04-28 00:00",0.0244,"2013-02-12 00:00","","","","",0.0574,0.0574,0.0254,0.02405,0.02345,0.01495,0.01095,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88339",1,35.45109,-76.207165,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,2.419093,1.000396,4.65308,"2013-01-28 00:00",4.45595,"2013-05-10 00:00",4.33938,"2013-04-28 00:00",4.08606,"2013-03-17 00:00","","","","",4.65308,4.65308,4.33938,4.02724,3.06265,2.49711,1.11709,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88344",1,35.45109,-76.207165,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.686837,0.413777,1.9331,"2013-03-23 00:00",1.54,"2013-02-24 00:00",1.5263,"2013-03-05 00:00",1.4805,"2013-01-04 00:00","","","","",1.9331,1.9331,1.5263,1.3621,0.8577,0.6106,0.2446,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88348",1,35.45109,-76.207165,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,0.250548,0.186662,1.1038,"2013-05-16 00:00",0.5846,"2013-04-28 00:00",0.5171,"2013-04-07 00:00",0.4825,"2013-04-25 00:00","","","","",1.1038,1.1038,0.5171,0.4446,0.3273,0.2127,0.0677,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88350",1,35.45109,-76.207165,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,1.618174,1.351866,7.3739,"2013-02-06 00:00",6.1488,"2013-05-16 00:00",3.5372,"2013-03-23 00:00",3.0334,"2013-05-10 00:00","","","","",7.3739,7.3739,3.5372,3.0326,1.9447,1.2251,0.5119,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88403",1,35.45109,-76.207165,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,1.746317,0.72196,3.294,"2013-01-28 00:00",3.2102,"2013-05-10 00:00",3.1169,"2013-04-28 00:00",2.9511,"2013-04-13 00:00","","","","",3.294,3.294,3.1169,2.8845,2.178,1.7137,0.8482,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","095","9000","88502",1,35.45109,-76.207165,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,5.717391,2.433772,14.3,"2013-05-16 00:00",13.2,"2013-02-06 00:00",9.9,"2013-03-17 00:00",9.5,"2013-05-10 00:00","","","","",14.3,14.3,9.9,9.1,6.7,5.3,3.2,"","Swanquarter","North Carolina","Hyde","","","2014-01-28" +"37","099","0005","44201",1,35.524444,-83.236111,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2718,53,114,214,0,18,0,0,"Certification not required",1,0.053395,0.009617,0.093,"2013-04-10 12:00",0.074,"2013-06-27 03:00",0.072,"2013-05-15 22:00",0.072,"2013-05-16 00:00","","","","",0.074,0.072,0.07,0.063,0.058,0.054,0.04,"OZONE MONITOR ON SW SIDE OF TOWER/MET EQUIPMENT 10FT ABOVE TOWER","BARNET KNOB FIRETOWER ROAD","North Carolina","Jackson","","","2013-08-26" +"37","099","0005","44201",1,35.524444,-83.236111,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2721,53,114,214,0,0,0,0,"Certification not required",0,0.0505,0.009122,0.076,"2013-04-10 11:00",0.069,"2013-05-15 00:00",0.068,"2013-05-14 22:00",0.068,"2013-06-12 02:00","","","","",0.069,0.068,0.065,0.059,0.055,0.052,0.037,"OZONE MONITOR ON SW SIDE OF TOWER/MET EQUIPMENT 10FT ABOVE TOWER","BARNET KNOB FIRETOWER ROAD","North Carolina","Jackson","","","2013-08-26" +"37","099","0005","44201",1,35.524444,-83.236111,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2721,53,114,214,0,0,1,1,"Certification not required",0,0.0505,0.009122,0.076,"2013-04-10 11:00",0.069,"2013-05-15 00:00",0.068,"2013-05-14 22:00",0.068,"2013-06-12 02:00","","","","",0.069,0.068,0.065,0.059,0.055,0.052,0.037,"OZONE MONITOR ON SW SIDE OF TOWER/MET EQUIPMENT 10FT ABOVE TOWER","BARNET KNOB FIRETOWER ROAD","North Carolina","Jackson","","","2013-08-26" +"37","099","0006","88101",1,35.466667,-83.278056,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,2,0,0,"Certification not required",0,7.455462,3.501518,26.3,"2013-04-10 00:00",16.2,"2013-08-29 00:00",14.1,"2013-09-10 00:00",13.4,"2013-11-12 00:00","","","","",16.2,14.1,12.9,11.7,9.5,7.1,3.3,"PM2.5 COLOCATED MONITORS LOCATED ON TOP OF BUILDING","US RT 19NORTH CHEROKEE NC","North Carolina","Jackson","","","2014-02-04" +"37","099","0006","88101",1,35.466667,-83.278056,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,2,"","","Certification not required",0,7.455462,3.501518,26.3,"2013-04-10 00:00",16.2,"2013-08-29 00:00",14.1,"2013-09-10 00:00",13.4,"2013-11-12 00:00","","","","",16.2,14.1,12.9,11.7,9.5,7.1,3.3,"PM2.5 COLOCATED MONITORS LOCATED ON TOP OF BUILDING","US RT 19NORTH CHEROKEE NC","North Carolina","Jackson","","","2014-02-04" +"37","099","0006","88101",2,35.466667,-83.278056,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,90,55,61,0,6,0,0,"Certification not required",0,8.035714,3.898318,26.3,"2013-04-10 00:00",16.4,"2013-06-15 00:00",13.2,"2013-07-27 00:00",13.1,"2013-01-28 00:00","","","","",26.3,16.4,13.2,11.8,10.2,8,3.9,"PM2.5 COLOCATED MONITORS LOCATED ON TOP OF BUILDING","US RT 19NORTH CHEROKEE NC","North Carolina","Jackson","","","2014-02-04" +"37","099","0006","88101",2,35.466667,-83.278056,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,90,55,61,0,6,"","","Certification not required",0,8.035714,3.898318,26.3,"2013-04-10 00:00",16.4,"2013-06-15 00:00",13.2,"2013-07-27 00:00",13.1,"2013-01-28 00:00","","","","",26.3,16.4,13.2,11.8,10.2,8,3.9,"PM2.5 COLOCATED MONITORS LOCATED ON TOP OF BUILDING","US RT 19NORTH CHEROKEE NC","North Carolina","Jackson","","","2014-02-04" +"37","101","0002","44201",1,35.590833,-78.461944,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4912,100,214,214,0,224,0,0,"Certification not required",445,0.043743,0.012235,0.078,"2013-05-15 17:00",0.069,"2013-05-17 14:00",0.066,"2013-04-27 14:00",0.066,"2013-05-10 13:00","","","","",0.066,0.066,0.062,0.059,0.052,0.045,0.025,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2013-12-16" +"37","101","0002","44201",1,35.590833,-78.461944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5130,100,214,214,0,0,0,0,"Certification not required",0,0.039009,0.011663,0.069,"2013-05-15 13:00",0.063,"2013-06-05 11:00",0.062,"2013-04-27 09:00",0.062,"2013-05-16 10:00","","","","",0.062,0.062,0.057,0.053,0.048,0.039,0.022,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2013-12-16" +"37","101","0002","44201",1,35.590833,-78.461944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5130,100,214,214,0,0,0,0,"Certification not required",0,0.039009,0.011663,0.069,"2013-05-15 13:00",0.063,"2013-06-05 11:00",0.062,"2013-04-27 09:00",0.062,"2013-05-16 10:00","","","","",0.062,0.062,0.057,0.053,0.048,0.039,0.022,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2013-12-16" +"37","101","0002","68105",1,35.590833,-78.461944,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,73,84,122,0,0,"","","Certification not required",0,18.076404,8.503021,29.8,"2013-07-18 00:00",28.6,"2013-08-11 00:00",27.9,"2013-07-15 00:00",27.9,"2013-08-02 00:00","","","","",29.8,28.6,27.8,27.2,25.5,20.9,5.8,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2014-01-09" +"37","101","0002","68108",1,35.590833,-78.461944,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,84,122,0,0,"","","Certification not required",0,762.05618,4.0434,771,"2013-01-10 00:00",770,"2013-01-19 00:00",770,"2013-01-28 00:00",769,"2013-01-07 00:00","","","","",771,770,769,767,765,762,757,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2014-01-09" +"37","101","0002","88101",1,35.590833,-78.461944,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,15,0,0,"Certification not required",0,7.61954,3.624652,18.4,"2013-05-14 00:00",17.7,"2013-07-18 00:00",16.9,"2013-03-05 00:00",15.9,"2013-08-29 00:00","","","","",18.4,17.7,14.3,13.4,10,6.6,3.8,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2014-01-09" +"37","101","0002","88101",1,35.590833,-78.461944,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,15,"","","Certification not required",0,7.61954,3.624652,18.4,"2013-05-14 00:00",17.7,"2013-07-18 00:00",16.9,"2013-03-05 00:00",15.9,"2013-08-29 00:00","","","","",18.4,17.7,14.3,13.4,10,6.6,3.8,"West Johnston Co.","1338 JACK ROAD","North Carolina","Johnston","","Raleigh-Cary, NC","2014-01-09" +"37","107","0004","44201",1,35.231459,-77.568792,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4920,100,214,214,0,216,0,0,"Certification not required",371,0.042537,0.01202,0.074,"2013-05-16 11:00",0.071,"2013-05-17 16:00",0.07,"2013-05-15 15:00",0.067,"2013-07-17 12:00","","","","",0.07,0.067,0.061,0.057,0.051,0.043,0.026,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-17" +"37","107","0004","44201",1,35.231459,-77.568792,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.038659,0.011784,0.07,"2013-05-16 10:00",0.066,"2013-05-15 11:00",0.065,"2013-05-17 10:00",0.063,"2013-04-27 10:00","","","","",0.065,0.063,0.057,0.053,0.048,0.039,0.022,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-17" +"37","107","0004","44201",1,35.231459,-77.568792,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.038659,0.011784,0.07,"2013-05-16 10:00",0.066,"2013-05-15 11:00",0.065,"2013-05-17 10:00",0.063,"2013-04-27 10:00","","","","",0.065,0.063,0.057,0.053,0.048,0.039,0.022,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-17" +"37","107","0004","61103",1,35.231459,-77.568792,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4741,54,196,365,0,195,"","","Certification not required",0,4.637228,3.363925,20,"2013-03-06 16:00",19.6,"2013-03-06 15:00",19.2,"2013-01-31 00:00",19,"2013-03-06 17:00","","","","",14.2,13,10.9,9.1,6.6,4.1,0.6,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","61104",1,35.231459,-77.568792,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4741,54,196,365,0,195,"","","Certification not required",0,176.408985,108.384699,359,"2013-01-24 16:00",359,"2013-02-01 23:00",359,"2013-02-21 00:00",359,"2013-03-02 19:00","","","","",356,354,342,323,266,188,24,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","61106",1,35.231459,-77.568792,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5485,63,227,365,0,195,"","","Certification not required",0,18.551468,10.417206,80.3,"2013-04-17 10:00",72.7,"2013-03-18 13:00",72.1,"2013-03-23 12:00",71,"2013-04-14 08:00","","","","",57.7,52,41.7,32.7,20.7,15.3,10.1,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","62101",1,35.231459,-77.568792,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5485,63,227,365,0,195,"","","Certification not required",0,56.003282,14.55234,91,"2013-09-01 15:00",91,"2013-09-05 15:00",91,"2013-09-10 15:00",90,"2013-09-01 16:00","","","","",87,85,79,74,67,57,36,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","62101",2,35.231459,-77.568792,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4765,54,197,365,0,915,"","","Certification not required",0,53.304932,13.832283,89,"2013-05-16 13:00",89,"2013-05-16 14:00",88,"2013-05-15 15:00",88,"2013-05-16 15:00","","","","",83,80,76,71,63,54,35,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","62106",1,35.231459,-77.568792,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",4765,54,197,365,0,915,"","","Certification not required",0,0.301805,1.363621,14.5,"2013-11-07 08:00",13.8,"2013-11-07 07:00",8.8,"2013-11-18 02:00",7.7,"2013-11-06 18:00","","","","",4.3,3.7,2.7,2,1.2,0,-0.9,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","62201",1,35.231459,-77.568792,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4844,55,201,365,0,836,"","","Certification not required",0,73.820809,21.544016,100,"2013-02-01 00:00",100,"2013-02-01 01:00",100,"2013-02-01 02:00",100,"2013-02-01 03:00","","","","",100,100,100,98,94,79,41,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","63301",1,35.231459,-77.568792,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4741,54,196,365,0,195,"","","Certification not required",2405,0.238295,0.347075,1.44,"2013-05-31 12:00",1.42,"2013-05-30 12:00",1.41,"2013-05-25 11:00",1.4,"2013-05-14 11:00","","","","",1.25,1.15,1.01,0.83,0.41,0.005,0.005,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","65102",1,35.231459,-77.568792,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5486,63,227,365,0,194,"","","Certification not required",0,0.003737,0.032655,1.5,"2013-05-23 16:00",0.86,"2013-05-22 12:00",0.55,"2013-09-02 04:00",0.5,"2013-05-20 14:00","","","","",0.09,0.05,0.01,0,0,0,0,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2014-01-23" +"37","107","0004","68105",1,35.231459,-77.568792,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,44,61,0,0,"","","Certification not required",0,18.537363,8.088547,29.4,"2013-07-18 00:00",28.3,"2013-07-24 00:00",28.1,"2013-09-01 00:00",27.9,"2013-07-15 00:00","","","","",29.4,28.3,27.9,27.2,25.7,21.1,6.6,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2013-11-26" +"37","107","0004","68108",1,35.231459,-77.568792,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,44,61,0,0,"","","Certification not required",0,762.769231,4.261134,773,"2013-01-10 00:00",771,"2013-01-19 00:00",771,"2013-01-28 00:00",770,"2013-01-07 00:00","","","","",773,771,770,768,766,762,758,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2013-11-26" +"37","107","0004","88101",1,35.231459,-77.568792,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,5,0,0,"Certification not required",0,7.647253,3.636614,18.1,"2013-07-18 00:00",18,"2013-08-29 00:00",17.6,"2013-09-10 00:00",15,"2013-03-05 00:00","","","","",18.1,18,14.5,13,10.1,7,3.6,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2013-11-26" +"37","107","0004","88101",1,35.231459,-77.568792,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,5,"","","Certification not required",0,7.647253,3.636614,18.1,"2013-07-18 00:00",18,"2013-08-29 00:00",17.6,"2013-09-10 00:00",15,"2013-03-05 00:00","","","","",18.1,18,14.5,13,10.1,7,3.6,"Lenoir Co. Comm. Coll."," HIGHWAY 70 EAST AND HIGHWAY 58 SOUTH","North Carolina","Lenoir","Kinston","Kinston, NC","2013-11-26" +"37","109","0004","44201",1,35.438556,-81.27675,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4920,100,214,214,0,216,0,0,"Certification not required",461,0.047963,0.010549,0.079,"2013-05-15 15:00",0.078,"2013-07-30 16:00",0.076,"2013-04-06 16:00",0.071,"2013-05-17 12:00","","","","",0.076,0.07,0.065,0.06,0.055,0.049,0.034,"Crouse","1487 RIVERVIEW ROAD","North Carolina","Lincoln","Lincolnton","Lincolnton, NC","2014-01-17" +"37","109","0004","44201",1,35.438556,-81.27675,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.042565,0.009978,0.072,"2013-05-15 10:00",0.071,"2013-04-06 11:00",0.066,"2013-05-17 10:00",0.064,"2013-04-26 10:00","","","","",0.066,0.064,0.058,0.054,0.049,0.043,0.03,"Crouse","1487 RIVERVIEW ROAD","North Carolina","Lincoln","Lincolnton","Lincolnton, NC","2014-01-17" +"37","109","0004","44201",1,35.438556,-81.27675,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.042565,0.009978,0.072,"2013-05-15 10:00",0.071,"2013-04-06 11:00",0.066,"2013-05-17 10:00",0.064,"2013-04-26 10:00","","","","",0.066,0.064,0.058,0.054,0.049,0.043,0.03,"Crouse","1487 RIVERVIEW ROAD","North Carolina","Lincoln","Lincolnton","Lincolnton, NC","2014-01-17" +"37","111","0004","61103",1,35.6875,-81.993889,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5804,66,242,365,0,4,"","","Certification not required",0,2.120451,2.350097,14.8,"2013-11-12 14:00",14.6,"2013-03-07 00:00",13.8,"2013-11-12 15:00",13.2,"2013-01-18 02:00","","","","",9.7,8.7,7.2,5.6,3.1,1.4,0,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-24" +"37","111","0004","61104",1,35.6875,-81.993889,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5804,66,242,365,0,4,"","","Certification not required",0,192.017143,108.084592,359.9,"2013-02-11 07:00",359.9,"2013-02-28 15:00",359.8,"2013-01-02 10:00",359.8,"2013-01-02 11:00","","","","",358.1,356.1,351,342,264.6,207.3,30.7,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-24" +"37","111","0004","61106",1,35.6875,-81.993889,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5804,66,242,365,0,4,"","","Certification not required",0,18.439369,7.646447,49.9,"2013-04-18 19:00",49.9,"2013-05-29 14:00",49,"2013-04-24 09:00",48.1,"2013-04-29 14:00","","","","",41.6,38.1,33.1,29.1,22.7,16.9,9.9,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-24" +"37","111","0004","68105",1,35.6875,-81.993889,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,15.910989,8.010333,26.9,"2013-08-29 00:00",26.2,"2013-07-18 00:00",25.8,"2013-06-12 00:00",25.8,"2013-07-09 00:00","","","","",26.9,26.2,25.1,24.3,22.8,18.2,4.1,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","68105",2,35.6875,-81.993889,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,16.528889,7.787362,26.2,"2013-07-09 00:00",25.5,"2013-06-27 00:00",25.2,"2013-07-15 00:00",24.8,"2013-08-08 00:00","","","","",26.2,26.2,25.2,24.3,22.8,20.9,4.9,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","68108",1,35.6875,-81.993889,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,729.10989,3.661968,738,"2013-01-10 00:00",735,"2013-01-07 00:00",735,"2013-01-19 00:00",735,"2013-01-28 00:00","","","","",738,735,735,733,732,729,724,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","68108",2,35.6875,-81.993889,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,728.688889,3.758761,737,"2013-01-10 00:00",736,"2013-07-15 00:00",734,"2013-01-28 00:00",734,"2013-04-22 00:00","","","","",737,737,734,733,732,729,724,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","88101",1,35.6875,-81.993889,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,8.473626,3.906486,19.9,"2013-01-28 00:00",19.4,"2013-01-01 00:00",16.3,"2013-04-10 00:00",16,"2013-09-10 00:00","","","","",19.9,19.4,15.9,13.6,11.1,7.9,4.1,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","88101",1,35.6875,-81.993889,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,8.473626,3.906486,19.9,"2013-01-28 00:00",19.4,"2013-01-01 00:00",16.3,"2013-04-10 00:00",16,"2013-09-10 00:00","","","","",19.9,19.4,15.9,13.6,11.1,7.9,4.1,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","88101",2,35.6875,-81.993889,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,4,0,0,"Certification not required",0,9.57907,3.786791,20.3,"2013-01-28 00:00",16.3,"2013-04-10 00:00",15,"2013-03-23 00:00",14.9,"2013-09-07 00:00","","","","",20.3,20.3,15,14.4,12.2,9.5,4.6,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","88101",2,35.6875,-81.993889,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,4,"","","Certification not required",0,9.57907,3.786791,20.3,"2013-01-28 00:00",16.3,"2013-04-10 00:00",15,"2013-03-23 00:00",14.9,"2013-09-07 00:00","","","","",20.3,20.3,15,14.4,12.2,9.5,4.6,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2013-12-17" +"37","111","0004","88501",3,35.6875,-81.993889,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7644,87,314,365,0,372,"","","Certification not required",0,8.961918,5.010631,37.7,"2013-02-10 19:00",35.4,"2013-02-10 20:00",33.4,"2013-01-27 02:00",33.2,"2013-03-09 05:00","","","","",23.3,21,18.1,15.4,11.9,8.4,3,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-30" +"37","111","0004","88501",3,35.6875,-81.993889,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,8.893312,3.409579,22.3,"2013-08-28 00:00",19.7,"2013-09-09 00:00",19.6,"2013-08-27 00:00",18.3,"2013-01-27 00:00","","","","",18.3,17.3,15,13.3,10.9,8.4,5.1,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-30" +"37","111","0004","88502",3,35.6875,-81.993889,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7628,87,311,365,0,388,"","","Certification not required",0,7.553212,4.989676,39.1,"2013-02-10 19:00",36.6,"2013-02-10 20:00",34.5,"2013-01-27 02:00",33.2,"2013-02-18 00:00","","","","",21.8,20,16.7,13.9,10.4,7,1.8,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-30" +"37","111","0004","88502",3,35.6875,-81.993889,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,"","","Certification not required",0,7.470418,3.362223,20.3,"2013-08-28 00:00",18.1,"2013-01-27 00:00",17.8,"2013-09-09 00:00",17.7,"2013-08-27 00:00","","","","",17.7,15.7,13.3,11.8,9.4,7,3.8,"Marion Sch.","676 State Street","North Carolina","McDowell","Marion","","2014-01-30" +"37","113","9991","44201",1,35.0608,-83.4306,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7463,93,198,214,0,553,0,0,"Certification not required",775,0.040737,0.010421,0.079,"2013-10-11 00:00",0.075,"2013-04-10 16:00",0.068,"2013-04-06 17:00",0.067,"2013-03-16 00:00","","","","",0.075,0.067,0.063,0.057,0.051,0.046,0.041,"Coweeta","USDA Southern Research Station, Coweeta Hydrologic Laboratory, Otto, NC 28763","North Carolina","Macon","","","2014-01-31" +"37","113","9991","44201",1,35.0608,-83.4306,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7563,86,184,214,0,0,0,0,"Certification not required",0,0.033293,0.010607,0.065,"2013-04-06 10:00",0.064,"2013-03-16 08:00",0.064,"2013-04-10 11:00",0.063,"2013-03-15 11:00","","","","",0.064,0.063,0.056,0.053,0.047,0.041,0.034,"Coweeta","USDA Southern Research Station, Coweeta Hydrologic Laboratory, Otto, NC 28763","North Carolina","Macon","","","2014-01-31" +"37","113","9991","44201",1,35.0608,-83.4306,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7563,86,184,214,0,0,0,0,"Certification not required",0,0.033293,0.010607,0.065,"2013-04-06 10:00",0.064,"2013-03-16 08:00",0.064,"2013-04-10 11:00",0.063,"2013-03-15 11:00","","","","",0.064,0.063,0.056,0.053,0.047,0.041,0.034,"Coweeta","USDA Southern Research Station, Coweeta Hydrologic Laboratory, Otto, NC 28763","North Carolina","Macon","","","2014-01-31" +"37","117","0001","42401",1,35.81069,-76.89782,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6915,79,304,365,0,381,0,"","Certification not required",0,0.725,0.705167,5,"2013-09-05 10:00",4.2,"2013-02-02 09:00",3.7,"2013-10-21 09:00",2.8,"2013-08-05 09:00","","","","",2.8,2.4,2.1,1.6,1,0.6,0.1,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","42401",1,35.81069,-76.89782,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6915,79,304,365,0,381,"","","Certification not required",0,0.17919,0.4601,5,"2013-09-05 10:00",4.2,"2013-02-02 09:00",3.7,"2013-10-21 09:00",3.6,"2013-09-05 09:00","","","","",1.5,1.2,0.9,0.7,0.4,0.2,-0.4,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","42401",1,35.81069,-76.89782,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",304,83,304,365,0,0,0,"","Certification not required",0,0.179276,0.368116,1.1,"2013-01-24 00:00",1,"2013-03-01 00:00",0.9,"2013-03-05 00:00",0.9,"2013-03-26 00:00","","","","",0.9,0.9,0.7,0.6,0.4,0.2,-0.4,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","42401",1,35.81069,-76.89782,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2100,72,298,365,0,0,"",0,"Certification not required",0,0.165524,0.423266,4,"2013-09-05 11:00",2.5,"2013-02-02 11:00",2,"2013-01-27 11:00",1.9,"2013-01-25 11:00","","","","",1.3,1.2,0.8,0.6,0.4,0.1,-0.4,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","42401",2,35.81069,-76.89782,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",82566,79,300,365,0,4711,"","","Certification not required",0,0.180404,0.491112,10,"2013-10-31 11:40",8.3,"2013-10-31 11:35",8,"2013-10-31 11:45",7.9,"2013-08-20 10:30","","","","",1.6,1.3,0.9,0.7,0.4,0.2,-0.4,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2013-12-10" +"37","117","0001","44201",1,35.81069,-76.89782,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4910,100,214,214,0,226,0,0,"Certification not required",335,0.041804,0.011578,0.072,"2013-05-15 16:00",0.072,"2013-05-16 15:00",0.071,"2013-04-28 10:00",0.069,"2013-05-17 12:00","","","","",0.071,0.068,0.058,0.055,0.05,0.042,0.026,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","44201",1,35.81069,-76.89782,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,99,212,214,0,0,0,0,"Certification not required",0,0.037755,0.011443,0.067,"2013-04-28 08:00",0.067,"2013-05-15 11:00",0.067,"2013-05-16 09:00",0.066,"2013-04-27 10:00","","","","",0.067,0.065,0.055,0.052,0.047,0.038,0.022,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","44201",1,35.81069,-76.89782,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,99,212,214,0,0,0,0,"Certification not required",0,0.037755,0.011443,0.067,"2013-04-28 08:00",0.067,"2013-05-15 11:00",0.067,"2013-05-16 09:00",0.066,"2013-04-27 10:00","","","","",0.067,0.065,0.055,0.052,0.047,0.038,0.022,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","68105",1,35.81069,-76.89782,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,18.130769,8.366915,29.6,"2013-07-18 00:00",28.7,"2013-07-15 00:00",28.6,"2013-07-24 00:00",28.2,"2013-08-11 00:00","","","","",29.6,28.7,28.1,27.1,25.9,21.2,6.1,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2013-11-26" +"37","117","0001","68108",1,35.81069,-76.89782,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,764.043956,4.394219,776,"2013-01-10 00:00",774,"2013-01-28 00:00",773,"2013-01-07 00:00",773,"2013-01-19 00:00","","","","",776,774,773,769,767,764,759,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2013-11-26" +"37","117","0001","88101",1,35.81069,-76.89782,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,4,0,0,"Certification not required",0,6.886517,3.174694,17.5,"2013-07-18 00:00",16.4,"2013-08-29 00:00",14.7,"2013-09-10 00:00",14.6,"2013-03-17 00:00","","","","",17.5,16.4,12.6,11.5,8.6,6.1,3.2,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2013-11-26" +"37","117","0001","88101",1,35.81069,-76.89782,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,4,"","","Certification not required",0,6.886517,3.174694,17.5,"2013-07-18 00:00",16.4,"2013-08-29 00:00",14.7,"2013-09-10 00:00",14.6,"2013-03-17 00:00","","","","",17.5,16.4,12.6,11.5,8.6,6.1,3.2,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2013-11-26" +"37","117","0001","88101",3,35.81069,-76.89782,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6775,77,293,365,0,521,"","","Certification not required",0,9.099336,5.775489,138.2,"2013-03-30 19:00",36.4,"2013-01-12 20:00",32.2,"2013-08-28 17:00",31.9,"2013-07-18 21:00","","","","",24.6,22.7,19.5,16.6,12.1,8.4,2.7,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","88101",3,35.81069,-76.89782,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",281,77,281,365,0,0,0,0,"Certification not required",0,9.013879,4.258293,21.6,"2013-08-28 00:00",21.4,"2013-07-18 00:00",20.8,"2013-10-03 00:00",20.2,"2013-09-10 00:00","","","","",20.8,19.8,17.8,14.5,11.4,8.6,4.3,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","117","0001","88101",3,35.81069,-76.89782,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",281,77,281,365,0,0,"","","Certification not required",0,9.013879,4.258293,21.6,"2013-08-28 00:00",21.4,"2013-07-18 00:00",20.8,"2013-10-03 00:00",20.2,"2013-09-10 00:00","","","","",20.8,19.8,17.8,14.5,11.4,8.6,4.3,"Jamesville School","1210 Hayes Street","North Carolina","Martin","Jamesville","","2014-01-17" +"37","119","0003","81102",1,35.251717,-80.824717,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,18.824561,7.583165,54,"2013-04-10 00:00",34,"2013-01-28 00:00",29,"2013-04-16 00:00",29,"2013-08-26 00:00","","","","",54,34,29,27,22,17,11,"","FIRE STA #11 620 WEST 28TH STREET","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0003","81102",2,35.251717,-80.824717,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,18.688525,7.877269,55,"2013-04-10 00:00",35,"2013-01-28 00:00",30,"2013-08-26 00:00",29,"2013-03-05 00:00","","","","",55,35,29,26,23,17,11,"","FIRE STA #11 620 WEST 28TH STREET","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42101",1,35.2401,-80.785683,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8624,98,361,365,0,136,0,0,"Certification not required",6709,0.336427,0.191513,2,"2013-12-28 02:00",1.9,"2013-12-13 08:00",1.9,"2013-12-28 03:00",1.9,"2013-12-28 04:00","","","","",1.1,0.9,0.7,0.6,0.25,0.25,0.25,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42101",1,35.2401,-80.785683,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8640,99,355,365,0,0,0,0,"Certification not required",0,0.366563,0.151097,1.9,"2013-12-28 06:00",1.9,"2013-12-28 07:00",1.9,"2013-12-28 08:00",1.8,"2013-12-28 03:00",1.9,"2013-12-28 06:00",1.6,"2013-12-28 01:00",1,0.9,0.7,0.5,0.4,0.3,0.3,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42101",3,35.2401,-80.785683,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8525,97,358,365,0,235,0,0,"Certification not required",25,0.18886,0.154373,1.553,"2013-12-02 07:00",1.534,"2013-12-28 02:00",1.509,"2013-12-28 03:00",1.484,"2013-12-28 04:00","","","","",0.865,0.706,0.494,0.342,0.209,0.144,0.079,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42101",3,35.2401,-80.785683,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8420,96,342,365,0,0,0,0,"Certification not required",0,0.187827,0.134491,1.4,"2013-12-28 04:00",1.4,"2013-12-28 05:00",1.4,"2013-12-28 06:00",1.4,"2013-12-28 07:00",1.4,"2013-12-28 04:00",1.2,"2013-12-28 10:00",0.7,0.6,0.5,0.3,0.2,0.2,0.1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42153",2,35.2401,-80.785683,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.018605,0.093238,0.6,"2013-08-08 00:00",0.1,"2013-01-10 00:00",0.1,"2013-09-25 00:00",0,"2013-01-16 00:00","","","","",0.6,0.6,0.1,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","42401",2,35.2401,-80.785683,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8479,97,357,365,0,281,0,"","Certification not required",0,0.984594,1.311065,10.9,"2013-03-27 03:00",10.1,"2013-03-26 22:00",9.9,"2013-03-04 12:00",7.6,"2013-04-17 10:00","","","","",7.6,4.7,2.7,1.9,1.1,0.6,0.2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42401",2,35.2401,-80.785683,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8479,97,357,365,0,281,"","","Certification not required",0,0.269442,0.490532,10.9,"2013-03-27 03:00",10.1,"2013-03-26 22:00",10,"2013-03-27 21:00",9.9,"2013-03-04 12:00","","","","",2,1.4,0.9,0.6,0.4,0.1,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42401",2,35.2401,-80.785683,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,0.269748,0.27709,2.2,"2013-03-27 00:00",1.6,"2013-02-12 00:00",1.6,"2013-03-04 00:00",1.4,"2013-03-26 00:00","","","","",1.4,1,0.8,0.6,0.4,0.2,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42401",2,35.2401,-80.785683,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2793,96,352,365,0,0,"",0,"Certification not required",0,0.24744,0.417389,5.8,"2013-02-12 17:00",5.7,"2013-03-27 23:00",4.9,"2013-03-26 23:00",4.6,"2013-03-04 11:00","","","","",1.8,1.3,0.9,0.6,0.3,0.1,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42401",3,35.2401,-80.785683,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",93246,89,327,365,0,2946,"","","Certification not required",0,0.274,0.549136,21.2,"2013-03-27 03:15",17.7,"2013-03-27 03:10",17.4,"2013-03-27 03:00",16.2,"2013-03-27 03:05","","","","",2.1,1.5,0.9,0.7,0.3,0.1,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42600",2,35.2401,-80.785683,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8373,96,359,365,0,387,"","","Certification not required",0,11.447522,16.033018,182.8,"2013-12-13 07:00",168.8,"2013-12-28 07:00",166,"2013-12-28 04:00",153.5,"2013-12-28 06:00","","","","",82.6,65.4,41.8,26.1,11.9,6,2.2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42601",1,35.2401,-80.785683,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8441,96,351,365,0,319,"","","Certification not required",0,3.222249,11.271757,143,"2013-12-13 07:00",142,"2013-12-28 07:00",139,"2013-12-02 07:00",133,"2013-12-28 04:00","","","","",60,42,20,6,1,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42601",2,35.2401,-80.785683,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8373,96,359,365,0,387,"","","Certification not required",0,3.108289,10.667235,149.3,"2013-12-13 07:00",140,"2013-12-28 07:00",134.8,"2013-12-28 04:00",129.8,"2013-12-28 06:00","","","","",56.9,39.7,16.1,5.7,1.1,0.2,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42602",1,35.2401,-80.785683,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8441,96,351,365,0,319,0,"","Certification not required",0,18.962963,9.915719,41,"2013-03-27 21:00",40,"2013-03-14 23:00",39,"2013-02-12 19:00",39,"2013-03-15 00:00","","","","",39,39,37,34,27,17,7,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42602",1,35.2401,-80.785683,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8441,96,351,365,0,319,"","","Certification not required",0,8.4195,7.317702,41,"2013-03-27 21:00",40,"2013-03-14 23:00",39,"2013-02-12 19:00",39,"2013-03-15 00:00","","","","",34,31,25,19,11,6,2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42603",1,35.2401,-80.785683,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8441,96,351,365,0,319,"","","Certification not required",0,11.63855,16.40863,173,"2013-12-13 07:00",167,"2013-12-28 07:00",162,"2013-12-28 04:00",157,"2013-12-02 07:00","","","","",85,67,44,26,12,6,2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","42612",2,35.2401,-80.785683,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8372,96,359,365,0,387,"","","Certification not required",0,8.339644,7.543881,41.4,"2013-03-27 21:00",40.9,"2013-12-12 19:00",40.5,"2013-04-26 21:00",40.4,"2013-03-14 23:00","","","","",34.2,31.2,25.8,19.5,10.6,5.5,2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","43205",2,35.2401,-80.785683,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,10,"","","Certification not required",6,0.937143,0.79459,3.8,"2013-05-22 00:00",2.1,"2013-03-29 00:00",2,"2013-09-19 00:00",2,"2013-09-25 00:00","","","","",3.8,3.8,2.1,2,1.4,0.8,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43208",2,35.2401,-80.785683,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",41,0.052326,0.010654,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43218",2,35.2401,-80.785683,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.130233,0.158166,0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-15 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43220",2,35.2401,-80.785683,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.318605,1.383105,5.3,"2013-08-26 00:00",5.2,"2013-06-15 00:00",5,"2013-09-19 00:00",4.9,"2013-08-20 00:00","","","","",5.3,5.3,5,4.7,3.1,1.9,0.7,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43231",2,35.2401,-80.785683,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.823256,0.419658,1.9,"2013-06-15 00:00",1.6,"2013-01-10 00:00",1.6,"2013-09-19 00:00",1.5,"2013-08-26 00:00","","","","",1.9,1.9,1.6,1.5,1.2,0.7,0.4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43242",2,35.2401,-80.785683,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",9,0.240698,0.218288,1.1,"2013-08-08 00:00",0.7,"2013-04-16 00:00",0.7,"2013-07-03 00:00",0.6,"2013-06-03 00:00","","","","",1.1,1.1,0.7,0.5,0.3,0.2,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43243",2,35.2401,-80.785683,"WGS84","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,3.461628,3.451636,11.6,"2013-06-27 00:00",10.1,"2013-08-08 00:00",9.8,"2013-07-15 00:00",8.8,"2013-07-09 00:00","","","","",11.6,11.6,9.8,8.7,5.6,3.1,0.2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43248",2,35.2401,-80.785683,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.384884,0.213958,0.9,"2013-06-15 00:00",0.8,"2013-01-10 00:00",0.8,"2013-04-10 00:00",0.7,"2013-09-13 00:00","","","","",0.9,0.9,0.8,0.7,0.6,0.3,0.2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43270",2,35.2401,-80.785683,"WGS84","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",2,4.386047,3.289401,13.2,"2013-01-10 00:00",12.3,"2013-02-15 00:00",9.9,"2013-02-09 00:00",9.6,"2013-03-29 00:00","","","","",13.2,13.2,9.9,9.1,6.3,4.5,0.3,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43302",2,35.2401,-80.785683,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",10,16,10,61,0,35,"","","Certification not required",0,19.05,19.239153,60.2,"2013-04-22 00:00",49.3,"2013-06-27 00:00",14.6,"2013-09-13 00:00",13.3,"2013-04-16 00:00","","","","",60.2,60.2,60.2,60.2,14.6,11.8,6.6,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43305",2,35.2401,-80.785683,"WGS84","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",35,0.147436,0.341041,1.8,"2013-08-02 00:00",1.2,"2013-08-08 00:00",0.5,"2013-01-10 00:00",0.5,"2013-07-27 00:00","","","","",1.8,1.8,1.2,0.5,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43312",2,35.2401,-80.785683,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,8,"","","Certification not required",27,0.266216,0.426721,1.9,"2013-01-28 00:00",1.2,"2013-07-09 00:00",1,"2013-01-10 00:00",1,"2013-09-01 00:00","","","","",1.9,1.9,1.2,1,0.4,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43359",2,35.2401,-80.785683,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",18,0.341463,0.554854,3.3,"2013-07-03 00:00",1.6,"2013-08-26 00:00",0.7,"2013-08-20 00:00",0.6,"2013-01-10 00:00","","","","",3.3,3.3,0.7,0.6,0.4,0.2,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43372",2,35.2401,-80.785683,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.023256,0.047994,0.2,"2013-01-16 00:00",0.1,"2013-01-10 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43447",2,35.2401,-80.785683,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.02093,0.077331,0.3,"2013-01-10 00:00",0.3,"2013-02-21 00:00",0.3,"2013-03-17 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43503",2,35.2401,-80.785683,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,43,"","","Certification not required",0,0,0,0,"2013-05-10 00:00",0,"2013-09-19 00:00","","","","","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43505",2,35.2401,-80.785683,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.67619,0.292849,1.7,"2013-08-26 00:00",1.1,"2013-03-23 00:00",1,"2013-02-03 00:00",1,"2013-03-11 00:00","","","","",1.7,1.7,1,1,0.9,0.7,0.5,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43515",2,35.2401,-80.785683,"WGS84","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",7,1.06125,0.678563,2.6,"2013-06-27 00:00",2.4,"2013-08-08 00:00",2.2,"2013-05-16 00:00",2,"2013-06-21 00:00","","","","",2.6,2.6,2.4,2,1.6,1.1,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43551",2,35.2401,-80.785683,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,41,"","","Certification not required",0,12.4,3.207283,16,"2013-01-10 00:00",14.2,"2013-01-28 00:00",9.9,"2013-01-22 00:00",9.5,"2013-01-16 00:00","","","","",16,16,16,16,16,14.2,9.5,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43552",2,35.2401,-80.785683,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",14,1.675,1.418739,4.5,"2013-07-21 00:00",4,"2013-08-08 00:00",3.8,"2013-08-02 00:00",3.6,"2013-05-16 00:00","","","","",4.5,4.5,4,3.6,2.9,2,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43553",2,35.2401,-80.785683,"WGS84","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",16,0.239535,0.216178,0.7,"2013-02-03 00:00",0.6,"2013-01-10 00:00",0.6,"2013-02-15 00:00",0.6,"2013-02-27 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.2,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43557",2,35.2401,-80.785683,"WGS84","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",38,0.137209,0.243265,0.8,"2013-01-10 00:00",0.8,"2013-01-16 00:00",0.8,"2013-02-03 00:00",0.8,"2013-03-23 00:00","","","","",0.8,0.8,0.8,0.8,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43558",2,35.2401,-80.785683,"WGS84","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.727048,1.029146,3.628,"2013-08-08 00:00",3.572,"2013-07-09 00:00",3.432,"2013-06-27 00:00",3.188,"2013-05-16 00:00","","","","",3.628,3.628,3.432,3.02,2.732,1.496,0.612,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43559",2,35.2401,-80.785683,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,9,"","","Certification not required",33,0.173611,0.416702,1.6,"2013-03-17 00:00",1.6,"2013-08-08 00:00",1.4,"2013-02-03 00:00",0.05,"2013-01-10 00:00","","","","",1.6,1.6,1.6,0.05,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43560",2,35.2401,-80.785683,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43562",2,35.2401,-80.785683,"WGS84","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",8,0.316744,0.159142,0.69,"2013-07-21 00:00",0.62,"2013-08-08 00:00",0.555,"2013-08-02 00:00",0.545,"2013-09-19 00:00","","","","",0.69,0.69,0.555,0.5,0.395,0.345,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43702",2,35.2401,-80.785683,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",34,56,34,61,0,11,"","","Certification not required",0,0.361765,0.268571,1.4,"2013-08-08 00:00",0.7,"2013-04-10 00:00",0.7,"2013-05-22 00:00",0.7,"2013-09-07 00:00","","","","",1.4,1.4,0.7,0.7,0.4,0.4,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43801",2,35.2401,-80.785683,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.5875,0.13994,1,"2013-09-25 00:00",0.8,"2013-05-22 00:00",0.8,"2013-08-26 00:00",0.7,"2013-02-03 00:00","","","","",1,1,0.8,0.7,0.6,0.6,0.5,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43802",2,35.2401,-80.785683,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.034884,0.052932,0.2,"2013-05-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43803",2,35.2401,-80.785683,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43804",2,35.2401,-80.785683,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.1,0,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43806",2,35.2401,-80.785683,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43808",2,35.2401,-80.785683,"WGS84","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43811",2,35.2401,-80.785683,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.24186,0.054478,0.4,"2013-09-25 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43812",2,35.2401,-80.785683,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43813",2,35.2401,-80.785683,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43814",2,35.2401,-80.785683,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43815",2,35.2401,-80.785683,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.032558,0.047414,0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43817",2,35.2401,-80.785683,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.039535,0.069486,0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-08-02 00:00",0.2,"2013-09-19 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43818",2,35.2401,-80.785683,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43819",2,35.2401,-80.785683,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43820",2,35.2401,-80.785683,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.006977,0.033773,0.2,"2013-01-10 00:00",0.1,"2013-03-29 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.2,0.2,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43821",2,35.2401,-80.785683,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",35,0.073256,0.052722,0.2,"2013-01-22 00:00",0.2,"2013-02-21 00:00",0.2,"2013-04-22 00:00",0.2,"2013-05-04 00:00","","","","",0.2,0.2,0.2,0.2,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43823",2,35.2401,-80.785683,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.534884,0.084187,0.8,"2013-09-25 00:00",0.7,"2013-08-26 00:00",0.6,"2013-01-22 00:00",0.6,"2013-01-28 00:00","","","","",0.8,0.8,0.6,0.6,0.6,0.5,0.4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43824",2,35.2401,-80.785683,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.013953,0.041297,0.2,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43826",2,35.2401,-80.785683,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43828",2,35.2401,-80.785683,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43829",2,35.2401,-80.785683,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43830",2,35.2401,-80.785683,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43831",2,35.2401,-80.785683,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.074419,0.259205,1.2,"2013-06-21 00:00",1.1,"2013-05-28 00:00",0.5,"2013-01-10 00:00",0.4,"2013-03-17 00:00","","","","",1.2,1.2,0.5,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43838",2,35.2401,-80.785683,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43843",2,35.2401,-80.785683,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.004651,0.0305,0.2,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.2,0.2,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","43860",2,35.2401,-80.785683,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","44201",1,35.2401,-80.785683,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8353,99,212,214,0,407,0,0,"Certification not required",894,0.048571,0.012271,0.081,"2013-05-17 12:00",0.079,"2013-09-04 15:00",0.078,"2013-07-18 12:00",0.075,"2013-08-27 14:00","","","","",0.078,0.075,0.069,0.064,0.058,0.051,0.042,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","44201",1,35.2401,-80.785683,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8685,99,212,214,0,0,0,0,"Certification not required",0,0.042759,0.01114,0.068,"2013-05-17 10:00",0.068,"2013-09-04 11:00",0.067,"2013-05-15 10:00",0.067,"2013-10-05 10:00","","","","",0.067,0.066,0.061,0.056,0.051,0.045,0.038,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","44201",1,35.2401,-80.785683,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8685,99,212,214,0,0,0,0,"Certification not required",0,0.042759,0.01114,0.068,"2013-05-17 10:00",0.068,"2013-09-04 11:00",0.067,"2013-05-15 10:00",0.067,"2013-10-05 10:00","","","","",0.067,0.066,0.061,0.056,0.051,0.045,0.038,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","45109",2,35.2401,-80.785683,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,3.45,2.429836,10.1,"2013-09-19 00:00",9.9,"2013-08-26 00:00",8,"2013-06-15 00:00",7.6,"2013-09-13 00:00","","","","",10.1,10.1,9.9,7.6,4.6,2.6,1.3,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45201",2,35.2401,-80.785683,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.209302,0.620988,2.5,"2013-08-08 00:00",2.3,"2013-01-10 00:00",2.3,"2013-08-02 00:00",2.2,"2013-07-21 00:00","","","","",2.5,2.5,2.3,2,1.7,1.2,0.4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45202",2,35.2401,-80.785683,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.730233,1.577601,6.8,"2013-09-19 00:00",5.7,"2013-06-15 00:00",5.6,"2013-01-10 00:00",5.3,"2013-08-26 00:00","","","","",6.8,6.8,5.6,4.9,3.9,2.4,1.1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45203",2,35.2401,-80.785683,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.74186,0.374949,1.7,"2013-08-26 00:00",1.7,"2013-09-19 00:00",1.3,"2013-01-10 00:00",1.3,"2013-06-15 00:00","","","","",1.7,1.7,1.3,1.3,1,0.6,0.3,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45204",2,35.2401,-80.785683,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.9,0.468534,2.2,"2013-08-26 00:00",2.1,"2013-09-19 00:00",1.7,"2013-06-15 00:00",1.7,"2013-08-20 00:00","","","","",2.2,2.2,1.7,1.6,1.2,0.7,0.5,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45207",2,35.2401,-80.785683,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",22,0.460465,0.46311,1.4,"2013-08-26 00:00",1.3,"2013-06-15 00:00",1.2,"2013-09-19 00:00",1.1,"2013-09-25 00:00","","","","",1.4,1.4,1.2,1,0.9,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45208",2,35.2401,-80.785683,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",9,1.475581,1.026284,3.9,"2013-08-26 00:00",3.1,"2013-08-20 00:00",2.9,"2013-08-08 00:00",2.8,"2013-06-15 00:00","","","","",3.9,3.9,2.9,2.8,2.4,1.6,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45220",2,35.2401,-80.785683,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.665116,0.467457,1.4,"2013-01-10 00:00",1.3,"2013-08-20 00:00",1.3,"2013-08-26 00:00",1.2,"2013-06-15 00:00","","","","",1.4,1.4,1.3,1.1,1,0.8,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45225",2,35.2401,-80.785683,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",21,0.615116,0.735214,2.5,"2013-06-15 00:00",2.3,"2013-05-10 00:00",2.1,"2013-05-16 00:00",2.1,"2013-06-09 00:00","","","","",2.5,2.5,2.1,2,1,0.5,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45801",2,35.2401,-80.785683,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45805",2,35.2401,-80.785683,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",37,0.141667,0.286253,1.3,"2013-05-22 00:00",1.2,"2013-04-10 00:00",0.8,"2013-01-10 00:00",0.5,"2013-01-28 00:00","","","","",1.3,1.3,0.8,0.3,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45806",2,35.2401,-80.785683,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45807",2,35.2401,-80.785683,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",39,64,39,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45809",2,35.2401,-80.785683,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,8,"","","Certification not required",0,0.072973,0.309703,1.4,"2013-07-09 00:00",1.3,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",1.4,1.4,1.3,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","45810",2,35.2401,-80.785683,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","46201",2,35.2401,-80.785683,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-12-04" +"37","119","0041","61101",1,35.2401,-80.785683,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8690,99,364,365,0,70,"","","Certification not required",0,2.867837,1.972242,19.7,"2013-02-16 19:00",15.6,"2013-01-17 18:00",13.6,"2013-01-17 19:00",13,"2013-02-16 20:00","","","","",8.9,8,6.7,5.7,3.9,2.4,0.7,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","61102",1,35.2401,-80.785683,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8690,99,364,365,0,70,"","","Certification not required",0,163.834983,95.50611,360,"2013-04-15 18:00",360,"2013-12-26 17:00",359,"2013-05-20 14:00",359,"2013-08-18 02:00","","","","",353,345,322,285,229,194,37,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","61103",1,35.2401,-80.785683,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8690,99,364,365,0,70,"","","Certification not required",0,2.435132,1.935504,15.2,"2013-01-17 18:00",13.1,"2013-01-17 19:00",12.4,"2013-01-17 15:00",11.7,"2013-02-16 20:00","","","","",8.4,7.6,6.3,5.2,3.5,2,0.4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","61104",1,35.2401,-80.785683,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8690,99,364,365,0,70,"","","Certification not required",0,162.527848,95.798295,360,"2013-03-27 22:00",360,"2013-08-18 02:00",360,"2013-09-13 09:00",360,"2013-09-25 20:00","","","","",353,345,322,287,228,194,37,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","61106",1,35.2401,-80.785683,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8690,99,364,365,0,70,"","","Certification not required",0,36.733602,16.860685,92,"2013-07-05 22:00",91,"2013-07-03 23:00",91,"2013-07-04 22:00",91,"2013-08-07 05:00","","","","",77,74,67,61,49,34,16,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","61111",1,35.2401,-80.785683,"WGS84","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",8690,99,364,365,0,70,"","","Certification not required",0,1.287491,0.933753,24.7,"2013-11-08 23:00",15.7,"2013-06-02 08:00",15.6,"2013-06-04 09:00",15.3,"2013-06-08 07:00","","","","",3.6,3.1,2.6,2.2,1.7,1.2,0.4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","62101",1,35.2401,-80.785683,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8727,100,365,365,0,33,"","","Certification not required",0,60.108972,15.525929,92,"2013-06-13 14:00",91,"2013-06-13 11:00",91,"2013-06-13 12:00",91,"2013-06-13 13:00","","","","",88,86,83,79,73,62,38,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","62103",1,35.2401,-80.785683,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8725,100,364,365,0,35,"","","Certification not required",29,48.769106,19.337322,80,"2013-08-03 08:00",79,"2013-07-05 09:00",79,"2013-07-08 08:00",79,"2013-07-11 14:00","","","","",76,74,73,71,66,54,21,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","62201",1,35.2401,-80.785683,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8727,100,364,365,0,33,"","","Certification not required",0,71.629655,25.002812,100,"2013-01-01 23:00",100,"2013-01-02 00:00",100,"2013-01-02 01:00",100,"2013-01-02 02:00","","","","",100,100,100,100,98,74,35,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","63301",1,35.2401,-80.785683,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8736,100,365,365,0,24,"","","Certification not required",4371,0.244574,0.364079,1.46,"2013-05-24 12:00",1.43,"2013-05-07 11:00",1.43,"2013-05-26 12:00",1.42,"2013-05-24 11:00","","","","",1.3,1.23,1.06,0.87,0.4,0.005,0.005,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","64101",1,35.2401,-80.785683,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8736,100,365,365,0,24,"","","Certification not required",0,993.465545,5.764463,1011,"2013-11-30 01:00",1011,"2013-11-30 02:00",1011,"2013-11-30 04:00",1011,"2013-11-30 05:00","","","","",1007,1005,1003,1001,997,993,987,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","65102",1,35.2401,-80.785683,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8726,100,365,365,0,34,"","","Certification not required",0,0.005194,0.035625,0.74,"2013-06-10 21:00",0.73,"2013-07-27 11:00",0.69,"2013-06-28 21:00",0.65,"2013-09-21 20:00","","","","",0.16,0.07,0.01,0,0,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","68103",5,35.2401,-80.785683,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,11.033654,8.269415,22.5,"2013-08-29 00:00",22.1,"2013-07-03 00:00",22.1,"2013-07-09 00:00",22.1,"2013-08-08 00:00","","","","",22.1,22.1,21.6,20.8,18.8,12.3,-1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","68104",5,35.2401,-80.785683,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,23.192308,8.369903,34.9,"2013-07-18 00:00",34.9,"2013-08-11 00:00",34.6,"2013-07-24 00:00",34.4,"2013-08-29 00:00","","","","",34.9,34.6,33.8,33,30.6,24.4,12.1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","68105",1,35.2401,-80.785683,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,0,"","","Certification not required",0,15.444915,8.02288,27.8,"2013-08-29 00:00",27.7,"2013-08-11 00:00",26.4,"2013-07-18 00:00",26.3,"2013-06-12 00:00","","","","",27.7,26.4,25.7,24.9,22.8,16.5,4.4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","68105",5,35.2401,-80.785683,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,16.495192,7.705116,27.5,"2013-08-29 00:00",27.1,"2013-08-11 00:00",26.9,"2013-07-18 00:00",26.5,"2013-06-12 00:00","","","","",27.1,26.9,26.4,25.1,23.5,17.6,5.5,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","68106",5,35.2401,-80.785683,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,740.788462,3.955267,750,"2013-01-10 00:00",748,"2013-07-15 00:00",747,"2013-01-28 00:00",747,"2013-04-22 00:00","","","","",748,747,746,746,744,741,736,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","68107",5,35.2401,-80.785683,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,745.326923,3.880352,754,"2013-01-10 00:00",754,"2013-01-19 00:00",754,"2013-01-25 00:00",754,"2013-01-28 00:00","","","","",754,754,752,750,748,745,741,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","68108",1,35.2401,-80.785683,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,0,"","","Certification not required",0,743.40678,4.263214,755,"2013-11-30 00:00",753,"2013-11-21 00:00",752,"2013-11-24 00:00",752,"2013-12-27 00:00","","","","",753,752,751,749,746,744,738,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","68108",5,35.2401,-80.785683,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,742.634615,3.775387,751,"2013-01-10 00:00",750,"2013-01-28 00:00",749,"2013-01-07 00:00",749,"2013-01-19 00:00","","","","",750,749,748,748,746,743,738,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","81102",1,35.2401,-80.785683,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,14.008403,5.703843,30,"2013-01-28 00:00",28,"2013-04-10 00:00",28,"2013-09-10 00:00",27,"2013-08-29 00:00","","","","",28,28,26,22,18,13,7,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","85101",1,35.2401,-80.785683,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,14.151261,5.636802,32,"2013-01-28 00:00",27,"2013-04-07 00:00",27,"2013-04-10 00:00",27,"2013-09-10 00:00","","","","",27,27,27,21,17,13,7,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","85129",1,35.2401,-80.785683,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",9,15,9,61,0,0,0,0,"Certification not required",0,0.002556,0.00159,0.004,"2013-01-10 00:00",0.004,"2013-02-09 00:00",0.004,"2013-02-15 00:00",0.004,"2013-02-21 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.003,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-07-16" +"37","119","0041","86101",1,35.2401,-80.785683,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,5.904274,3.202892,21.1,"2013-11-21 00:00",17.7,"2013-04-10 00:00",17,"2013-09-19 00:00",13.4,"2013-09-10 00:00","","","","",17.7,17,12,8.9,7.3,5.6,2.7,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88101",1,35.2401,-80.785683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,8.699153,3.969402,23.7,"2013-01-28 00:00",18.1,"2013-08-29 00:00",17,"2013-12-03 00:00",16.8,"2013-03-23 00:00","","","","",18.1,17,16.2,14.7,11,8.4,4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88101",1,35.2401,-80.785683,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,8.699153,3.969402,23.7,"2013-01-28 00:00",18.1,"2013-08-29 00:00",17,"2013-12-03 00:00",16.8,"2013-03-23 00:00","","","","",18.1,17,16.2,14.7,11,8.4,4,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88102",5,35.2401,-80.785683,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",96,0.019421,0.007782,0.059,"2013-05-25 00:00",0.054,"2013-11-09 00:00",0.049,"2013-05-04 00:00",0.028,"2013-02-06 00:00","","","","",0.054,0.049,0.026,0.026,0.021,0.0195,0.0135,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88103",5,35.2401,-80.785683,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.000802,0.001039,0.005,"2013-03-23 00:00",0.005,"2013-10-28 00:00",0.003,"2013-01-19 00:00",0.003,"2013-04-25 00:00","","","","",0.005,0.003,0.003,0.002,0.001,0.001,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88104",5,35.2401,-80.785683,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",57,0.027069,0.038891,0.261,"2013-06-24 00:00",0.243,"2013-06-27 00:00",0.15,"2013-07-03 00:00",0.079,"2013-04-01 00:00","","","","",0.243,0.15,0.068,0.054,0.031,0.0125,0.0065,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88107",5,35.2401,-80.785683,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.007645,0.007694,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88109",5,35.2401,-80.785683,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",21,0.003075,0.002132,0.0134,"2013-10-31 00:00",0.0108,"2013-04-07 00:00",0.0081,"2013-01-28 00:00",0.0081,"2013-03-05 00:00","","","","",0.0108,0.0081,0.0075,0.0051,0.0039,0.0029,0.00115,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88110",5,35.2401,-80.785683,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.001802,0.004347,0.023,"2013-08-11 00:00",0.021,"2013-01-07 00:00",0.02,"2013-05-01 00:00",0.013,"2013-03-11 00:00","","","","",0.021,0.02,0.011,0.006,0.001,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88111",5,35.2401,-80.785683,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",24,0.015172,0.011502,0.0522,"2013-06-24 00:00",0.0483,"2013-05-16 00:00",0.0475,"2013-10-28 00:00",0.0455,"2013-06-27 00:00","","","","",0.0483,0.0475,0.0413,0.0294,0.0194,0.0133,0.0037,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88112",5,35.2401,-80.785683,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.007069,0.018362,0.134,"2013-09-25 00:00",0.094,"2013-09-13 00:00",0.066,"2013-11-03 00:00",0.042,"2013-09-16 00:00","","","","",0.094,0.066,0.033,0.013,0.004,0.002,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88113",5,35.2401,-80.785683,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",99,0.000703,0.00017,0.0017,"2013-01-04 00:00",0.0013,"2013-01-10 00:00",0.001,"2013-02-18 00:00",0.001,"2013-02-21 00:00","","","","",0.0013,0.001,0.001,0.001,0.0007,0.0007,0.00055,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88114",5,35.2401,-80.785683,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",55,0.0019,0.001312,0.0083,"2013-10-28 00:00",0.006,"2013-02-21 00:00",0.0046,"2013-04-13 00:00",0.0045,"2013-01-10 00:00","","","","",0.006,0.0046,0.004,0.0038,0.0026,0.00125,0.0008,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88115",5,35.2401,-80.785683,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",64,0.00974,0.021733,0.196,"2013-05-04 00:00",0.08,"2013-07-15 00:00",0.0713,"2013-03-11 00:00",0.0277,"2013-04-07 00:00","","","","",0.08,0.0713,0.026,0.013,0.0083,0.00405,0.0025,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88117",5,35.2401,-80.785683,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.008222,0.012333,0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-06-18 00:00","","","","",0.0435,0.0435,0.0435,0.043,0.00485,0.0041,0.0028,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88118",5,35.2401,-80.785683,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.009697,0.006831,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88126",5,35.2401,-80.785683,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.053152,0.032003,0.186,"2013-06-27 00:00",0.168,"2013-10-28 00:00",0.167,"2013-06-24 00:00",0.114,"2013-07-03 00:00","","","","",0.168,0.167,0.112,0.0892,0.0705,0.0463,0.0216,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88128",5,35.2401,-80.785683,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.000822,0.001345,0.008,"2013-11-09 00:00",0.004,"2013-01-25 00:00",0.004,"2013-05-07 00:00",0.004,"2013-09-28 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88131",5,35.2401,-80.785683,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.00947,0.003211,0.0165,"2013-01-25 00:00",0.0165,"2013-05-16 00:00",0.0165,"2013-06-15 00:00",0.0165,"2013-07-27 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88132",5,35.2401,-80.785683,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.001059,0.001094,0.004,"2013-02-12 00:00",0.004,"2013-09-07 00:00",0.004,"2013-09-19 00:00",0.004,"2013-10-28 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88136",5,35.2401,-80.785683,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.000446,0.000854,0.005,"2013-01-07 00:00",0.003,"2013-04-13 00:00",0.003,"2013-07-27 00:00",0.003,"2013-08-02 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88140",5,35.2401,-80.785683,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",94,0.008262,0.005872,0.042,"2013-08-20 00:00",0.034,"2013-01-13 00:00",0.029,"2013-04-16 00:00",0.028,"2013-05-04 00:00","","","","",0.034,0.029,0.018,0.009,0.009,0.006,0.00475,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88152",5,35.2401,-80.785683,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.005593,0.001686,0.011,"2013-09-01 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.00285,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88154",5,35.2401,-80.785683,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.00107,0.000268,0.0018,"2013-09-07 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88160",5,35.2401,-80.785683,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",98,0.012767,0.004508,0.036,"2013-08-20 00:00",0.026,"2013-06-09 00:00",0.023,"2013-06-21 00:00",0.0185,"2013-07-27 00:00","","","","",0.026,0.023,0.018,0.018,0.016,0.01,0.01,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88161",5,35.2401,-80.785683,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",85,0.003135,0.002606,0.019,"2013-06-27 00:00",0.0186,"2013-06-24 00:00",0.012,"2013-07-03 00:00",0.0062,"2013-09-28 00:00","","","","",0.0186,0.012,0.0056,0.005,0.00265,0.0025,0.0021,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88164",5,35.2401,-80.785683,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.001568,0.000267,0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-15 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.00095,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88165",5,35.2401,-80.785683,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",9,0.065679,0.083915,0.574,"2013-06-24 00:00",0.566,"2013-06-27 00:00",0.321,"2013-07-03 00:00",0.183,"2013-09-19 00:00","","","","",0.566,0.321,0.123,0.106,0.072,0.0465,0.0178,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88166",5,35.2401,-80.785683,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.007714,0.00443,0.019,"2013-07-27 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-05-16 00:00",0.0185,"2013-06-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88167",5,35.2401,-80.785683,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",19,0.006512,0.004388,0.019,"2013-09-19 00:00",0.0189,"2013-10-28 00:00",0.0182,"2013-01-10 00:00",0.0178,"2013-01-04 00:00","","","","",0.0189,0.0182,0.0153,0.012,0.009,0.0054,0.00175,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88168",5,35.2401,-80.785683,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",95,0.001317,0.000595,0.0042,"2013-05-19 00:00",0.0042,"2013-10-13 00:00",0.0036,"2013-02-15 00:00",0.0029,"2013-01-01 00:00","","","","",0.0042,0.0036,0.0018,0.00175,0.00155,0.00115,0.00085,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88169",5,35.2401,-80.785683,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.64295,0.326903,2.01,"2013-08-29 00:00",1.8,"2013-01-28 00:00",1.46,"2013-09-10 00:00",1.2,"2013-08-05 00:00","","","","",1.8,1.46,1.16,0.986,0.837,0.583,0.287,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88176",5,35.2401,-80.785683,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.000962,0.00022,0.0013,"2013-01-25 00:00",0.0013,"2013-02-18 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-04-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88180",5,35.2401,-80.785683,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.051195,0.029211,0.229,"2013-01-01 00:00",0.129,"2013-10-28 00:00",0.111,"2013-11-09 00:00",0.105,"2013-03-23 00:00","","","","",0.129,0.111,0.094,0.08,0.0631,0.044,0.0228,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88184",5,35.2401,-80.785683,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",65,0.054574,0.071435,0.318,"2013-05-04 00:00",0.311,"2013-04-16 00:00",0.304,"2013-03-11 00:00",0.301,"2013-04-07 00:00","","","","",0.311,0.304,0.236,0.16,0.052,0.027,0.0155,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88185",5,35.2401,-80.785683,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",97,0.003308,0.003551,0.0152,"2013-09-01 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-05-16 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88301",5,35.2401,-80.785683,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",3,0.449435,0.411335,3.13,"2013-01-28 00:00",1.44,"2013-03-08 00:00",1.4,"2013-03-17 00:00",1.29,"2013-01-25 00:00","","","","",1.44,1.4,1.15,0.781,0.594,0.392,0.078,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88302",5,35.2401,-80.785683,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",5,0.076497,0.082182,0.38,"2013-05-04 00:00",0.36,"2013-04-07 00:00",0.347,"2013-03-11 00:00",0.33,"2013-04-16 00:00","","","","",0.36,0.347,0.28,0.171,0.088,0.045,0.018,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88303",5,35.2401,-80.785683,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",21,0.039709,0.027072,0.15,"2013-01-01 00:00",0.125,"2013-01-07 00:00",0.112,"2013-01-28 00:00",0.107,"2013-10-22 00:00","","","","",0.125,0.112,0.082,0.0779,0.053,0.034,0.012,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88306",5,35.2401,-80.785683,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.579735,0.652858,5.11,"2013-01-28 00:00",3.16,"2013-01-25 00:00",2.5,"2013-03-23 00:00",1.61,"2013-03-05 00:00","","","","",3.16,2.5,1.35,1.03,0.701,0.38,0.19,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88355",5,35.2401,-80.785683,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,2.68469,1.245985,7.22,"2013-03-05 00:00",5.91,"2013-10-28 00:00",5.08,"2013-03-23 00:00",4.9,"2013-04-07 00:00","","","","",7.22,5.91,4.9,4.17,3.41,2.49,1.16,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88357",5,35.2401,-80.785683,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.323023,0.200666,1.05,"2013-04-25 00:00",1.04,"2013-10-28 00:00",0.881,"2013-11-09 00:00",0.69,"2013-02-06 00:00","","","","",1.05,1.04,0.656,0.58,0.425,0.263,0.114,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88370",5,35.2401,-80.785683,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,2.420805,1.085617,6.3,"2013-03-05 00:00",4.64,"2013-03-23 00:00",4.5,"2013-10-28 00:00",4.48,"2013-04-07 00:00","","","","",6.3,4.64,4.44,3.74,3.11,2.32,1.07,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88374",5,35.2401,-80.785683,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",1,0.235287,0.193059,1.01,"2013-10-28 00:00",0.804,"2013-03-05 00:00",0.781,"2013-11-09 00:00",0.74,"2013-10-19 00:00","","","","",1.01,0.804,0.69,0.462,0.324,0.186,0.055,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88375",5,35.2401,-80.785683,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.620046,0.263255,1.38,"2013-03-05 00:00",1.27,"2013-10-28 00:00",1.23,"2013-10-04 00:00",1.08,"2013-03-23 00:00","","","","",1.38,1.27,1.07,0.967,0.797,0.622,0.282,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88376",5,35.2401,-80.785683,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.689908,0.346268,2.05,"2013-03-05 00:00",1.51,"2013-10-01 00:00",1.39,"2013-10-28 00:00",1.33,"2013-04-10 00:00","","","","",2.05,1.51,1.33,1.22,0.869,0.596,0.3,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88377",5,35.2401,-80.785683,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.447529,0.240398,1.14,"2013-04-07 00:00",1.06,"2013-03-05 00:00",1.01,"2013-03-23 00:00",0.993,"2013-01-13 00:00","","","","",1.14,1.06,0.938,0.821,0.581,0.378,0.184,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88378",5,35.2401,-80.785683,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",2,0.428609,0.236807,1.01,"2013-03-05 00:00",0.99,"2013-03-17 00:00",0.974,"2013-08-14 00:00",0.938,"2013-03-23 00:00","","","","",1.01,0.99,0.845,0.763,0.602,0.389,0.135,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88380",5,35.2401,-80.785683,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.586931,0.358198,2.46,"2013-10-28 00:00",1.56,"2013-03-05 00:00",1.32,"2013-11-09 00:00",1.21,"2013-10-01 00:00","","","","",2.46,1.56,1.1,0.963,0.765,0.55,0.213,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88383",5,35.2401,-80.785683,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.938632,0.472369,2.53,"2013-03-05 00:00",2.42,"2013-10-28 00:00",1.88,"2013-03-23 00:00",1.7,"2013-11-09 00:00","","","","",2.53,2.42,1.69,1.46,1.27,0.891,0.384,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88384",5,35.2401,-80.785683,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.074851,0.048048,0.351,"2013-04-25 00:00",0.263,"2013-04-13 00:00",0.17,"2013-03-20 00:00",0.16,"2013-05-07 00:00","","","","",0.351,0.263,0.139,0.123,0.0866,0.0617,0.0369,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88385",5,35.2401,-80.785683,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",80,0.00255,0.012048,0.113,"2013-04-25 00:00",0.0114,"2013-04-13 00:00",0.00583,"2013-05-13 00:00",0.00372,"2013-06-24 00:00","","","","",0.113,0.0114,0.00307,0.001,0.001,0.001,0.001,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88388",5,35.2401,-80.785683,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,19,"","","Certification not required",0,0.692563,0.359373,1.93,"2013-03-05 00:00",1.42,"2013-10-28 00:00",1.38,"2013-03-23 00:00",1.32,"2013-10-31 00:00","","","","",1.93,1.42,1.28,1.19,0.93,0.641,0.252,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88403",5,35.2401,-80.785683,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,1.610235,0.852894,5.22,"2013-01-28 00:00",4.86,"2013-08-29 00:00",3.61,"2013-09-10 00:00",3.09,"2013-03-08 00:00","","","","",4.86,3.61,2.91,2.61,2.01,1.46,0.678,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0041","88501",3,35.2401,-80.785683,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8483,97,349,365,0,277,"","","Certification not required",0,9.284805,4.801816,55.5,"2013-04-07 21:00",53.2,"2013-12-31 22:00",45.5,"2013-03-20 19:00",45.4,"2013-05-26 22:00","","","","",23.3,21,17.9,15.5,12.1,8.5,3.9,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88501",3,35.2401,-80.785683,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,9.217479,3.413531,23.1,"2013-08-28 00:00",18.6,"2013-09-09 00:00",18,"2013-08-29 00:00",17.8,"2013-05-17 00:00","","","","",17.8,17.2,15.8,13.9,11.6,8.7,5.1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88501",4,35.2401,-80.785683,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6595,75,277,365,0,2165,"","","Certification not required",0,9.203336,6.270303,73,"2013-04-07 21:00",52,"2013-05-26 22:00",51,"2013-12-01 10:00",50,"2013-12-01 21:00","","","","",29,25,21,17,12,8,2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88501",4,35.2401,-80.785683,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",277,76,277,365,0,0,"","","Certification not required",0,9.179061,4.303604,26.8,"2013-12-01 00:00",22.5,"2013-11-16 00:00",21,"2013-08-28 00:00",20.1,"2013-12-02 00:00","","","","",21,19.4,17,15.4,11.4,8.6,4.2,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88502",3,35.2401,-80.785683,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8483,97,349,365,0,277,"","","Certification not required",0,8.175964,5.043631,62.1,"2013-12-31 22:00",51.7,"2013-04-07 21:00",42.2,"2013-03-20 19:00",42.2,"2013-05-26 22:00","","","","",23,21,17.3,14.7,11,7.4,2.6,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88502",3,35.2401,-80.785683,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,0,"","","Certification not required",0,8.107736,3.589116,21.7,"2013-08-28 00:00",18.5,"2013-12-01 00:00",18.2,"2013-01-28 00:00",17.9,"2013-01-29 00:00","","","","",17.9,17.3,15,12.9,10.6,7.4,3.9,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0041","88502",5,35.2401,-80.785683,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,9.552475,3.711107,21.9,"2013-01-28 00:00",20.5,"2013-10-28 00:00",19.5,"2013-08-29 00:00",16.5,"2013-03-05 00:00","","","","",20.5,19.5,15.2,13.4,11.9,9.7,5.1,"Garinger High School","1130 EASTWAY DRIVE","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-02-14" +"37","119","0042","68105",1,35.151283,-80.866983,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,0,"","","Certification not required",0,16.350427,8.039832,29.1,"2013-08-29 00:00",28.6,"2013-08-11 00:00",27.2,"2013-07-09 00:00",27,"2013-07-18 00:00","","","","",28.6,27.2,26.9,26.1,23.8,17.2,5.2,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","68105",2,35.151283,-80.866983,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,16.242373,7.962546,26.7,"2013-07-09 00:00",26.2,"2013-06-27 00:00",26.2,"2013-08-02 00:00",26,"2013-07-15 00:00","","","","",26.7,26.2,26.2,25.4,23.4,18.6,5.1,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","68108",1,35.151283,-80.866983,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,0,"","","Certification not required",0,745.470085,3.849704,756,"2013-11-30 00:00",754,"2013-01-10 00:00",753,"2013-12-27 00:00",752,"2013-01-07 00:00","","","","",754,753,752,751,748,745,741,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","68108",2,35.151283,-80.866983,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,747.389831,4.690478,761,"2013-11-30 00:00",758,"2013-11-24 00:00",756,"2013-12-12 00:00",754,"2013-01-10 00:00","","","","",761,758,756,754,750,747,742,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","81102",1,35.151283,-80.866983,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",118,97,118,122,0,4,0,0,"Certification not required",1,16.90678,9.538933,50,"2013-09-19 00:00",45,"2013-04-10 00:00",42,"2013-05-31 00:00",41,"2013-09-10 00:00","","","","",45,42,38,32,22,15,7,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","81102",2,35.151283,-80.866983,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",1,16.966667,9.531334,52,"2013-09-19 00:00",37,"2013-05-10 00:00",35,"2013-05-28 00:00",33,"2013-04-10 00:00","","","","",52,37,35,31,21,14,7,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","85101",1,35.151283,-80.866983,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",1,17.084746,9.460287,50,"2013-09-19 00:00",44,"2013-04-10 00:00",42,"2013-05-31 00:00",40,"2013-05-10 00:00","","","","",44,42,37,31,22,15,7,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","85101",2,35.151283,-80.866983,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",1,17.016667,9.46804,52,"2013-09-19 00:00",36,"2013-05-10 00:00",34,"2013-05-28 00:00",33,"2013-01-28 00:00","","","","",52,36,34,32,22,15,7,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","86101",1,35.151283,-80.866983,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,8.703509,7.722074,39.1,"2013-09-19 00:00",34.8,"2013-04-10 00:00",34.3,"2013-05-31 00:00",32.5,"2013-03-11 00:00","","","","",34.8,34.3,26,20.8,10.4,6.2,2.6,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","86101",2,35.151283,-80.866983,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,8.315517,7.417447,41.4,"2013-09-19 00:00",25.9,"2013-05-28 00:00",24,"2013-05-10 00:00",23,"2013-08-26 00:00","","","","",41.4,25.9,24,17.6,10.3,6.4,1.8,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88101",1,35.151283,-80.866983,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,8.917949,3.91583,22.1,"2013-01-28 00:00",18.5,"2013-08-29 00:00",18.2,"2013-11-30 00:00",17.2,"2013-03-23 00:00","","","","",18.5,18.2,16.2,14.7,11.4,8.4,4,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88101",1,35.151283,-80.866983,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,8.917949,3.91583,22.1,"2013-01-28 00:00",18.5,"2013-08-29 00:00",18.2,"2013-11-30 00:00",17.2,"2013-03-23 00:00","","","","",18.5,18.2,16.2,14.7,11.4,8.4,4,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88101",2,35.151283,-80.866983,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,9.133898,4.057756,22.9,"2013-01-28 00:00",18.3,"2013-11-30 00:00",17.9,"2013-03-23 00:00",17,"2013-03-05 00:00","","","","",22.9,18.3,17.9,12.8,11.5,9,4.3,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88101",2,35.151283,-80.866983,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,9.133898,4.057756,22.9,"2013-01-28 00:00",18.3,"2013-11-30 00:00",17.9,"2013-03-23 00:00",17,"2013-03-05 00:00","","","","",22.9,18.3,17.9,12.8,11.5,9,4.3,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88501",3,35.151283,-80.866983,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8555,98,358,365,0,205,"","","Certification not required",0,9.660503,5.537574,56.2,"2013-12-27 21:00",52.1,"2013-12-27 22:00",51,"2013-12-31 23:00",49.6,"2013-03-20 19:00","","","","",26.6,23.6,19.3,16.7,12.7,8.9,3.7,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88501",3,35.151283,-80.866983,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,9.599441,3.710059,23.5,"2013-08-28 00:00",20.6,"2013-05-17 00:00",18.9,"2013-08-29 00:00",18.4,"2013-09-09 00:00","","","","",18.4,17.9,16.7,15.1,11.8,9.1,5.2,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88502",3,35.151283,-80.866983,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8555,98,358,365,0,205,"","","Certification not required",0,8.967598,5.901477,67,"2013-12-27 21:00",61.9,"2013-12-27 22:00",60.6,"2013-12-31 23:00",56.3,"2013-12-31 20:00","","","","",26.8,23.6,19.5,16.3,12.1,8.1,2.7,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0042","88502",3,35.151283,-80.866983,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,8.902514,3.96732,23,"2013-08-28 00:00",20.6,"2013-01-28 00:00",20.4,"2013-01-29 00:00",19.8,"2013-12-03 00:00","","","","",19.8,18.3,16.4,14.6,11.4,8.3,4.5,"Montclaire Elementary School","1935 Emerywood Drive","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0043","68105",1,35.3041,-80.88865,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,15.513115,7.943113,27.9,"2013-08-29 00:00",26.7,"2013-08-11 00:00",26.5,"2013-07-24 00:00",26.4,"2013-07-09 00:00","","","","",26.7,26.5,25.7,24.9,23,16.3,4.6,"OAKDALE","513 RADIO ROAD","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0043","68108",1,35.3041,-80.88865,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,742.762295,4.077865,754,"2013-11-30 00:00",751,"2013-01-10 00:00",751,"2013-11-21 00:00",751,"2013-11-24 00:00","","","","",751,751,749,748,746,743,738,"OAKDALE","513 RADIO ROAD","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0043","88101",1,35.3041,-80.88865,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,8.369167,3.758839,21.7,"2013-01-28 00:00",17.8,"2013-03-05 00:00",17.8,"2013-08-29 00:00",16.5,"2013-12-03 00:00","","","","",17.8,17.8,15.3,13.6,10.7,8,3.7,"OAKDALE","513 RADIO ROAD","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","0043","88101",1,35.3041,-80.88865,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,8.369167,3.758839,21.7,"2013-01-28 00:00",17.8,"2013-03-05 00:00",17.8,"2013-08-29 00:00",16.5,"2013-12-03 00:00","","","","",17.8,17.8,15.3,13.6,10.7,8,3.7,"OAKDALE","513 RADIO ROAD","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2014-01-13" +"37","119","1005","44201",1,35.113164,-80.919532,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4914,100,214,214,0,222,0,0,"Certification not required",508,0.044346,0.011931,0.083,"2013-09-04 15:00",0.074,"2013-07-24 13:00",0.071,"2013-09-08 14:00",0.069,"2013-07-17 13:00","","","","",0.071,0.068,0.066,0.06,0.051,0.045,0.029,"Arrowood","400 WESTINGHOUSE BLVD.","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","119","1005","44201",1,35.113164,-80.919532,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5123,100,214,214,0,0,0,0,"Certification not required",0,0.038832,0.010866,0.071,"2013-09-04 11:00",0.063,"2013-04-06 10:00",0.062,"2013-07-24 10:00",0.062,"2013-09-08 10:00","","","","",0.062,0.059,0.057,0.052,0.046,0.04,0.025,"Arrowood","400 WESTINGHOUSE BLVD.","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","119","1005","44201",1,35.113164,-80.919532,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5123,100,214,214,0,0,0,0,"Certification not required",0,0.038832,0.010866,0.071,"2013-09-04 11:00",0.063,"2013-04-06 10:00",0.062,"2013-07-24 10:00",0.062,"2013-09-08 10:00","","","","",0.062,0.059,0.057,0.052,0.046,0.04,0.025,"Arrowood","400 WESTINGHOUSE BLVD.","North Carolina","Mecklenburg","Charlotte","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","119","1009","44201",1,35.347222,-80.695,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4912,100,214,214,0,224,0,0,"Certification not required",218,0.049425,0.011848,0.079,"2013-05-17 13:00",0.079,"2013-06-12 13:00",0.077,"2013-07-16 16:00",0.075,"2013-09-10 13:00","","","","",0.077,0.074,0.071,0.064,0.056,0.05,0.033,"County Line","29 N@ MECKLENBURG CAB CO","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","119","1009","44201",1,35.347222,-80.695,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5117,100,213,214,0,0,0,0,"Certification not required",0,0.043826,0.010678,0.071,"2013-05-15 11:00",0.069,"2013-05-17 10:00",0.067,"2013-07-16 11:00",0.066,"2013-06-12 10:00","","","","",0.067,0.066,0.061,0.058,0.051,0.044,0.029,"County Line","29 N@ MECKLENBURG CAB CO","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","119","1009","44201",1,35.347222,-80.695,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5117,100,213,214,0,0,0,0,"Certification not required",0,0.043826,0.010678,0.071,"2013-05-15 11:00",0.069,"2013-05-17 10:00",0.067,"2013-07-16 11:00",0.066,"2013-06-12 10:00","","","","",0.067,0.066,0.061,0.058,0.051,0.044,0.029,"County Line","29 N@ MECKLENBURG CAB CO","North Carolina","Mecklenburg","","Charlotte-Gastonia-Concord, NC-SC","2013-11-21" +"37","121","0001","68105",1,35.915278,-82.073333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,12.925556,8.194018,24.2,"2013-08-29 00:00",23.7,"2013-06-12 00:00",23.4,"2013-07-09 00:00",22.8,"2013-07-15 00:00","","","","",24.2,23.7,22.8,22,19.9,15.2,1,"Spruce Pine Town Hall","CITY HALL SUMMIT ST","North Carolina","Mitchell","Spruce Pine","","2014-01-06" +"37","121","0001","68108",1,35.915278,-82.073333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,702.844444,3.613057,711,"2013-01-10 00:00",710,"2013-01-09 00:00",710,"2013-07-15 00:00",708,"2013-04-22 00:00","","","","",711,710,708,707,706,703,698,"Spruce Pine Town Hall","CITY HALL SUMMIT ST","North Carolina","Mitchell","Spruce Pine","","2014-01-06" +"37","121","0001","88101",1,35.915278,-82.073333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,72,88,122,0,13,0,0,"Certification not required",0,8.260674,3.764959,20.1,"2013-08-28 00:00",17.9,"2013-01-09 00:00",17.5,"2013-03-05 00:00",17.4,"2013-01-28 00:00","","","","",20.1,17.9,16.9,12.7,10.6,8.1,4.3,"Spruce Pine Town Hall","CITY HALL SUMMIT ST","North Carolina","Mitchell","Spruce Pine","","2014-01-06" +"37","121","0001","88101",1,35.915278,-82.073333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,72,88,122,0,13,"","","Certification not required",0,8.260674,3.764959,20.1,"2013-08-28 00:00",17.9,"2013-01-09 00:00",17.5,"2013-03-05 00:00",17.4,"2013-01-28 00:00","","","","",20.1,17.9,16.9,12.7,10.6,8.1,4.3,"Spruce Pine Town Hall","CITY HALL SUMMIT ST","North Carolina","Mitchell","Spruce Pine","","2014-01-06" +"37","123","0001","42153",1,35.26249,-79.836613,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","42153",2,35.26249,-79.836613,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43205",1,35.26249,-79.836613,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,8,"","","Certification not required",8,0.618919,0.953018,5,"2013-05-16 00:00",3.3,"2013-05-22 00:00",1.6,"2013-05-28 00:00",1.2,"2013-03-23 00:00","","","","",5,5,3.3,1.2,0.7,0.4,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43205",2,35.26249,-79.836613,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",5,0.303333,0.340413,1.3,"2013-06-03 00:00",0.7,"2013-08-20 00:00",0.5,"2013-07-03 00:00",0.5,"2013-08-14 00:00","","","","",1.3,1.3,1.3,0.7,0.5,0.2,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43208",1,35.26249,-79.836613,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43208",2,35.26249,-79.836613,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43218",1,35.26249,-79.836613,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43218",2,35.26249,-79.836613,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43220",1,35.26249,-79.836613,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",5,0.476667,0.372583,1.6,"2013-02-27 00:00",1.5,"2013-01-04 00:00",1.2,"2013-02-03 00:00",1.1,"2013-01-28 00:00","","","","",1.6,1.6,1.2,0.9,0.7,0.4,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43220",2,35.26249,-79.836613,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",1,0.37,0.213642,0.7,"2013-07-03 00:00",0.7,"2013-07-09 00:00",0.7,"2013-08-14 00:00",0.6,"2013-08-08 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.3,0.1,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43231",1,35.26249,-79.836613,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.211111,0.131809,0.5,"2013-02-27 00:00",0.5,"2013-09-25 00:00",0.4,"2013-01-28 00:00",0.4,"2013-04-16 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43231",2,35.26249,-79.836613,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.26,0.063246,0.4,"2013-08-08 00:00",0.3,"2013-06-15 00:00",0.3,"2013-07-03 00:00",0.3,"2013-07-09 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.3,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43242",1,35.26249,-79.836613,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",31,0.103333,0.13203,0.7,"2013-07-03 00:00",0.6,"2013-07-09 00:00",0.3,"2013-08-08 00:00",0.2,"2013-01-28 00:00","","","","",0.7,0.7,0.3,0.2,0.1,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43242",2,35.26249,-79.836613,"NAD83","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",13,0.096667,0.167403,0.7,"2013-07-03 00:00",0.1,"2013-06-27 00:00",0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00","","","","",0.7,0.7,0.7,0.1,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43243",1,35.26249,-79.836613,"NAD83","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",13,2.164773,2.494636,9.4,"2013-06-09 00:00",7.8,"2013-07-15 00:00",6.7,"2013-08-08 00:00",6.3,"2013-07-27 00:00","","","","",9.4,9.4,6.7,5.3,4.2,1.1,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43243",2,35.26249,-79.836613,"NAD83","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,39,14,36,0,1,"","","Certification not required",0,3.778571,2.040052,8,"2013-07-15 00:00",7.6,"2013-07-09 00:00",6.4,"2013-06-09 00:00",3.7,"2013-08-08 00:00","","","","",8,8,8,7.6,3.7,3.2,2.1,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43248",1,35.26249,-79.836613,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",24,0.108889,0.079264,0.4,"2013-04-28 00:00",0.2,"2013-02-27 00:00",0.2,"2013-04-16 00:00",0.2,"2013-05-04 00:00","","","","",0.4,0.4,0.2,0.2,0.2,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43248",2,35.26249,-79.836613,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",6,0.126667,0.082086,0.3,"2013-07-09 00:00",0.2,"2013-06-15 00:00",0.2,"2013-06-27 00:00",0.2,"2013-07-03 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43270",1,35.26249,-79.836613,"NAD83","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",7,2.094444,4.494102,30,"2013-04-10 00:00",5.8,"2013-01-04 00:00",4.8,"2013-02-27 00:00",4.1,"2013-01-28 00:00","","","","",30,30,4.8,3.9,2.7,0.8,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43270",2,35.26249,-79.836613,"NAD83","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",6,0.36,0.394697,1.3,"2013-08-14 00:00",0.9,"2013-07-03 00:00",0.8,"2013-08-02 00:00",0.6,"2013-06-15 00:00","","","","",1.3,1.3,1.3,0.9,0.6,0.1,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43302",1,35.26249,-79.836613,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,28,"","","Certification not required",1,3.232353,2.132409,7.4,"2013-04-16 00:00",6.9,"2013-08-26 00:00",5.6,"2013-07-27 00:00",4.8,"2013-08-08 00:00","","","","",7.4,7.4,7.4,6.9,4.2,3.1,0.3,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43302",2,35.26249,-79.836613,"NAD83","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",6,17,6,36,0,9,"","","Certification not required",1,3.091667,2.962502,8.1,"2013-07-03 00:00",5.1,"2013-08-08 00:00",2.1,"2013-08-02 00:00",1.8,"2013-07-27 00:00","","","","",8.1,8.1,8.1,8.1,5.1,2.1,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43305",1,35.26249,-79.836613,"NAD83","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43305",2,35.26249,-79.836613,"NAD83","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,36,13,36,0,2,"","","Certification not required",6,0.423077,0.368338,0.9,"2013-06-27 00:00",0.8,"2013-07-09 00:00",0.8,"2013-07-27 00:00",0.8,"2013-08-20 00:00","","","","",0.9,0.9,0.9,0.8,0.8,0.6,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43312",1,35.26249,-79.836613,"NAD83","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",20,0.15,0.118125,0.6,"2013-09-07 00:00",0.4,"2013-01-10 00:00",0.3,"2013-03-05 00:00",0.3,"2013-05-10 00:00","","","","",0.6,0.6,0.3,0.3,0.2,0.2,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43312",2,35.26249,-79.836613,"NAD83","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",9,0.143333,0.132107,0.4,"2013-07-03 00:00",0.4,"2013-07-21 00:00",0.3,"2013-07-27 00:00",0.2,"2013-06-09 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43359",1,35.26249,-79.836613,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",2,0.380952,0.567402,3.6,"2013-07-09 00:00",1.8,"2013-07-03 00:00",0.5,"2013-01-04 00:00",0.4,"2013-06-21 00:00","","","","",3.6,3.6,0.5,0.4,0.3,0.3,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43359",2,35.26249,-79.836613,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,39,14,36,0,1,"","","Certification not required",1,0.389286,0.45242,1.9,"2013-07-03 00:00",0.5,"2013-06-21 00:00",0.5,"2013-07-09 00:00",0.4,"2013-06-09 00:00","","","","",1.9,1.9,1.9,0.5,0.4,0.3,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43372",1,35.26249,-79.836613,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.034378,0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-27 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43372",2,35.26249,-79.836613,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43447",1,35.26249,-79.836613,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43447",2,35.26249,-79.836613,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43502",3,35.26249,-79.836613,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",0,1.466667,0.471573,2.4,"2013-08-02 00:00",2.3,"2013-07-21 00:00",1.9,"2013-08-08 00:00",1.8,"2013-07-27 00:00","","","","",2.4,2.4,2.4,2.3,1.8,1.5,0.9,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43503",1,35.26249,-79.836613,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",7,23,6,31,0,38,"","","Certification not required",0,0,0,0,"2013-05-10 00:00",0,"2013-05-16 00:00",0,"2013-05-22 00:00",0,"2013-06-03 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43503",2,35.26249,-79.836613,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,6,2,36,0,13,"","","Certification not required",0,0,0,0,"2013-08-20 00:00",0,"2013-08-26 00:00","","","","","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43503",3,35.26249,-79.836613,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.426667,0.096115,0.6,"2013-09-07 00:00",0.6,"2013-09-13 00:00",0.5,"2013-07-09 00:00",0.5,"2013-09-01 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.3,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43504",3,35.26249,-79.836613,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",0,0.02,0.041404,0.1,"2013-08-14 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-19 00:00",0,"2013-07-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43505",1,35.26249,-79.836613,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.362222,0.192223,0.8,"2013-02-03 00:00",0.7,"2013-07-03 00:00",0.6,"2013-03-11 00:00",0.6,"2013-03-23 00:00","","","","",0.8,0.8,0.6,0.6,0.5,0.4,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43505",2,35.26249,-79.836613,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.386667,0.150555,0.6,"2013-06-21 00:00",0.5,"2013-06-03 00:00",0.5,"2013-07-03 00:00",0.5,"2013-07-15 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43510",3,35.26249,-79.836613,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",9,0.1374,0.18075,0.598,"2013-09-01 00:00",0.397,"2013-09-07 00:00",0.373,"2013-09-13 00:00",0.252,"2013-09-19 00:00","","","","",0.598,0.598,0.598,0.397,0.252,0.03,0.03,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43513",3,35.26249,-79.836613,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43515",1,35.26249,-79.836613,"NAD83","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",5,0.582558,0.385432,1.8,"2013-05-16 00:00",1.3,"2013-06-09 00:00",1.3,"2013-06-27 00:00",1.2,"2013-07-27 00:00","","","","",1.8,1.8,1.3,1.1,0.8,0.5,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43515",2,35.26249,-79.836613,"NAD83","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,39,14,36,0,1,"","","Certification not required",0,0.835714,0.320113,1.6,"2013-06-03 00:00",1.3,"2013-07-09 00:00",1.1,"2013-07-03 00:00",0.9,"2013-06-09 00:00","","","","",1.6,1.6,1.6,1.3,0.9,0.8,0.5,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43515",3,35.26249,-79.836613,"NAD83","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,45,3,11,0,0,"","","Certification not required",3,0.09,0.065192,0.2,"2013-09-01 00:00",0.1,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-12-20" +"37","123","0001","43517",3,35.26249,-79.836613,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43518",3,35.26249,-79.836613,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43528",3,35.26249,-79.836613,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,48,15,31,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43551",1,35.26249,-79.836613,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,43,"","","Certification not required",0,9.5,2.969848,11.6,"2013-01-28 00:00",7.4,"2013-01-22 00:00","","","","","","","","",11.6,11.6,11.6,11.6,11.6,11.6,7.4,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43552",1,35.26249,-79.836613,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",17,0.634524,0.598218,2.7,"2013-05-16 00:00",1.6,"2013-07-27 00:00",1.5,"2013-08-02 00:00",1.3,"2013-07-21 00:00","","","","",2.7,2.7,1.5,1.2,1,0.8,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43552",2,35.26249,-79.836613,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,36,13,36,0,2,"","","Certification not required",0,1.069231,0.306552,1.8,"2013-06-03 00:00",1.3,"2013-06-27 00:00",1.3,"2013-07-09 00:00",1.2,"2013-06-21 00:00","","","","",1.8,1.8,1.8,1.3,1.2,1.1,0.8,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43552",3,35.26249,-79.836613,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,45,3,11,0,0,"","","Certification not required",5,0.05,0,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43553",1,35.26249,-79.836613,"NAD83","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",33,0.15,0.179646,0.6,"2013-02-03 00:00",0.6,"2013-03-17 00:00",0.5,"2013-01-28 00:00",0.5,"2013-03-11 00:00","","","","",0.6,0.6,0.5,0.4,0.1,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43553",2,35.26249,-79.836613,"NAD83","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43557",1,35.26249,-79.836613,"NAD83","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43557",2,35.26249,-79.836613,"NAD83","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",12,0.2,0.31053,0.8,"2013-06-03 00:00",0.8,"2013-06-09 00:00",0.8,"2013-06-27 00:00",0.05,"2013-06-15 00:00","","","","",0.8,0.8,0.8,0.8,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43558",1,35.26249,-79.836613,"NAD83","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",2,0.792091,0.484636,2.244,"2013-05-16 00:00",1.652,"2013-06-09 00:00",1.556,"2013-07-27 00:00",1.468,"2013-06-27 00:00","","","","",2.244,2.244,1.556,1.432,1.164,0.584,0.348,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43558",2,35.26249,-79.836613,"NAD83","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,1.076267,0.532042,2.868,"2013-06-03 00:00",1.468,"2013-07-03 00:00",1.132,"2013-07-09 00:00",1.124,"2013-06-21 00:00","","","","",2.868,2.868,2.868,1.468,1.124,0.904,0.728,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43559",1,35.26249,-79.836613,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",42,0.07907,0.190623,1.3,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",1.3,1.3,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43559",2,35.26249,-79.836613,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43560",1,35.26249,-79.836613,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.062523,0.3,"2013-03-11 00:00",0.3,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.3,0.3,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43560",2,35.26249,-79.836613,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43562",1,35.26249,-79.836613,"NAD83","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.074778,0.065859,0.28,"2013-02-03 00:00",0.265,"2013-08-26 00:00",0.25,"2013-03-23 00:00",0.24,"2013-03-17 00:00","","","","",0.28,0.28,0.25,0.235,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43562",2,35.26249,-79.836613,"NAD83","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43702",1,35.26249,-79.836613,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,8,"","","Certification not required",0,0.759459,0.851619,3,"2013-07-27 00:00",2.6,"2013-08-14 00:00",2.4,"2013-08-08 00:00",2.1,"2013-08-02 00:00","","","","",3,3,2.6,2.1,1.3,0.3,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43702",2,35.26249,-79.836613,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,31,11,36,0,4,"","","Certification not required",0,0.845455,0.361562,1.5,"2013-06-03 00:00",1.2,"2013-06-27 00:00",1.1,"2013-06-09 00:00",1,"2013-06-15 00:00","","","","",1.5,1.5,1.5,1.2,1.1,0.9,0.4,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43801",1,35.26249,-79.836613,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.560465,0.16204,0.8,"2013-09-01 00:00",0.8,"2013-09-13 00:00",0.8,"2013-09-25 00:00",0.7,"2013-03-11 00:00","","","","",0.8,0.8,0.8,0.7,0.6,0.6,0.4,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43801",2,35.26249,-79.836613,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,39,14,36,0,1,"","","Certification not required",0,0.692857,0.159153,0.9,"2013-08-14 00:00",0.9,"2013-08-20 00:00",0.9,"2013-08-26 00:00",0.8,"2013-07-09 00:00","","","","",0.9,0.9,0.9,0.9,0.8,0.7,0.5,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43802",1,35.26249,-79.836613,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017778,0.038665,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43802",2,35.26249,-79.836613,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43803",1,35.26249,-79.836613,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43803",2,35.26249,-79.836613,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43804",1,35.26249,-79.836613,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.097778,0.014907,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43804",2,35.26249,-79.836613,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-06-03 00:00",0.1,"2013-06-09 00:00",0.1,"2013-06-15 00:00",0.1,"2013-06-21 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43806",1,35.26249,-79.836613,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43806",2,35.26249,-79.836613,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43808",1,35.26249,-79.836613,"NAD83","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006556,0.016903,0.05,"2013-06-15 00:00",0.049,"2013-05-28 00:00",0.049,"2013-06-03 00:00",0.049,"2013-06-09 00:00","","","","",0.05,0.05,0.049,0.049,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43808",2,35.26249,-79.836613,"NAD83","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43811",1,35.26249,-79.836613,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.237778,0.053466,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43811",2,35.26249,-79.836613,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.206667,0.02582,0.3,"2013-08-14 00:00",0.2,"2013-06-03 00:00",0.2,"2013-06-09 00:00",0.2,"2013-06-15 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43812",1,35.26249,-79.836613,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43812",2,35.26249,-79.836613,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43813",1,35.26249,-79.836613,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43813",2,35.26249,-79.836613,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43814",1,35.26249,-79.836613,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43814",2,35.26249,-79.836613,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43815",1,35.26249,-79.836613,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.046818,0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43815",2,35.26249,-79.836613,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43817",1,35.26249,-79.836613,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43817",2,35.26249,-79.836613,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43818",1,35.26249,-79.836613,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43818",2,35.26249,-79.836613,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43819",1,35.26249,-79.836613,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43819",2,35.26249,-79.836613,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43820",1,35.26249,-79.836613,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43820",2,35.26249,-79.836613,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43821",1,35.26249,-79.836613,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",19,0.121111,0.070299,0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-15 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43821",2,35.26249,-79.836613,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",11,0.09,0.068661,0.2,"2013-06-03 00:00",0.2,"2013-06-09 00:00",0.2,"2013-06-15 00:00",0.2,"2013-07-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43823",1,35.26249,-79.836613,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.526667,0.093905,0.7,"2013-09-25 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.4,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43823",2,35.26249,-79.836613,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.506667,0.079881,0.7,"2013-08-26 00:00",0.6,"2013-06-03 00:00",0.6,"2013-08-14 00:00",0.5,"2013-06-09 00:00","","","","",0.7,0.7,0.7,0.6,0.5,0.5,0.4,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43824",1,35.26249,-79.836613,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43824",2,35.26249,-79.836613,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43826",1,35.26249,-79.836613,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43826",2,35.26249,-79.836613,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43828",1,35.26249,-79.836613,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43828",2,35.26249,-79.836613,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43829",1,35.26249,-79.836613,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43829",2,35.26249,-79.836613,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43830",1,35.26249,-79.836613,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008889,0.035817,0.2,"2013-04-04 00:00",0.1,"2013-04-16 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43830",2,35.26249,-79.836613,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43831",1,35.26249,-79.836613,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033333,0.141421,0.9,"2013-05-16 00:00",0.2,"2013-03-05 00:00",0.2,"2013-04-04 00:00",0.2,"2013-04-22 00:00","","","","",0.9,0.9,0.2,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43831",2,35.26249,-79.836613,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43838",1,35.26249,-79.836613,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43838",2,35.26249,-79.836613,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43843",1,35.26249,-79.836613,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43843",2,35.26249,-79.836613,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43860",1,35.26249,-79.836613,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","43860",2,35.26249,-79.836613,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45109",1,35.26249,-79.836613,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.908889,0.441497,2.2,"2013-07-09 00:00",2,"2013-07-03 00:00",1.7,"2013-08-08 00:00",1.6,"2013-09-19 00:00","","","","",2.2,2.2,1.7,1.5,1.1,0.8,0.6,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45109",2,35.26249,-79.836613,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,1.16,0.474793,2.2,"2013-08-08 00:00",2,"2013-07-03 00:00",1.6,"2013-08-14 00:00",1.4,"2013-08-20 00:00","","","","",2.2,2.2,2.2,2,1.4,1,0.7,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45201",1,35.26249,-79.836613,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.715556,0.394252,1.5,"2013-01-16 00:00",1.4,"2013-01-04 00:00",1.4,"2013-03-23 00:00",1.3,"2013-01-28 00:00","","","","",1.5,1.5,1.4,1.2,1.1,0.7,0.3,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45201",2,35.26249,-79.836613,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.433333,0.271679,0.9,"2013-06-21 00:00",0.8,"2013-06-09 00:00",0.8,"2013-06-15 00:00",0.8,"2013-06-27 00:00","","","","",0.9,0.9,0.9,0.8,0.8,0.3,0.1,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45202",1,35.26249,-79.836613,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.8,0.390221,2.1,"2013-08-14 00:00",1.4,"2013-01-16 00:00",1.4,"2013-07-03 00:00",1.4,"2013-07-09 00:00","","","","",2.1,2.1,1.4,1.3,1,0.7,0.3,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45202",2,35.26249,-79.836613,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,39,14,36,0,1,"","","Certification not required",0,0.85,0.429221,1.9,"2013-08-14 00:00",1.5,"2013-07-03 00:00",1.2,"2013-07-09 00:00",1.1,"2013-08-08 00:00","","","","",1.9,1.9,1.9,1.5,1.1,0.7,0.5,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45203",1,35.26249,-79.836613,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.311111,0.138535,0.5,"2013-08-08 00:00",0.5,"2013-08-14 00:00",0.5,"2013-09-13 00:00",0.5,"2013-09-19 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.4,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45203",2,35.26249,-79.836613,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.326667,0.133452,0.5,"2013-08-08 00:00",0.5,"2013-08-14 00:00",0.5,"2013-08-20 00:00",0.5,"2013-08-26 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.3,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45204",1,35.26249,-79.836613,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.32,0.142382,0.5,"2013-07-03 00:00",0.5,"2013-07-09 00:00",0.5,"2013-07-27 00:00",0.5,"2013-08-08 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45204",2,35.26249,-79.836613,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.36,0.135225,0.6,"2013-08-08 00:00",0.5,"2013-07-03 00:00",0.5,"2013-08-14 00:00",0.5,"2013-08-20 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.3,0.2,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45207",1,35.26249,-79.836613,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45207",2,35.26249,-79.836613,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45208",1,35.26249,-79.836613,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.084444,0.216066,1.5,"2013-07-03 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.05,"2013-01-04 00:00","","","","",1.5,1.5,0.1,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45208",2,35.26249,-79.836613,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",14,0.146667,0.374388,1.5,"2013-07-03 00:00",0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00","","","","",1.5,1.5,1.5,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45220",1,35.26249,-79.836613,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.202222,0.370803,1.1,"2013-09-13 00:00",1,"2013-06-09 00:00",0.9,"2013-07-03 00:00",0.9,"2013-07-09 00:00","","","","",1.1,1.1,0.9,0.9,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45220",2,35.26249,-79.836613,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,1.006667,0.912975,3.9,"2013-06-09 00:00",1.3,"2013-06-03 00:00",1.2,"2013-07-09 00:00",1.2,"2013-07-15 00:00","","","","",3.9,3.9,3.9,1.3,1.2,0.9,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45225",1,35.26249,-79.836613,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45225",2,35.26249,-79.836613,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45501",3,35.26249,-79.836613,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45503",3,35.26249,-79.836613,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45504",3,35.26249,-79.836613,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,94,8,16,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45801",1,35.26249,-79.836613,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45801",2,35.26249,-79.836613,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45805",1,35.26249,-79.836613,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45805",2,35.26249,-79.836613,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45806",1,35.26249,-79.836613,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45806",2,35.26249,-79.836613,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",15,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45807",1,35.26249,-79.836613,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45807",2,35.26249,-79.836613,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45809",1,35.26249,-79.836613,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45809",2,35.26249,-79.836613,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0.093333,0.361478,1.4,"2013-07-09 00:00",0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00","","","","",1.4,1.4,1.4,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45810",1,35.26249,-79.836613,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","45810",2,35.26249,-79.836613,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","46201",1,35.26249,-79.836613,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","46201",2,35.26249,-79.836613,"NAD83","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",15,42,15,36,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00",0,"2013-06-21 00:00","","","","",0,0,0,0,0,0,0,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-11-27" +"37","123","0001","68105",1,35.26249,-79.836613,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,43,61,0,0,"","","Certification not required",0,17.117241,8.440905,28.7,"2013-07-18 00:00",28.2,"2013-07-24 00:00",28.1,"2013-06-12 00:00",27.8,"2013-07-15 00:00","","","","",28.7,28.2,27.8,27,25.1,18.5,5.5,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-12-12" +"37","123","0001","68108",1,35.26249,-79.836613,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,43,61,0,0,"","","Certification not required",0,748.206897,4.098037,758,"2013-01-10 00:00",756,"2013-01-19 00:00",756,"2013-01-28 00:00",755,"2013-01-07 00:00","","","","",758,756,755,753,751,748,743,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-12-12" +"37","123","0001","88101",1,35.26249,-79.836613,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,11,0,0,"Certification not required",0,7.890588,3.794784,20,"2013-01-28 00:00",17.4,"2013-08-29 00:00",17.1,"2013-07-18 00:00",16.9,"2013-02-06 00:00","","","","",20,17.4,16.5,12.8,9.9,7.5,3.9,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-12-12" +"37","123","0001","88101",1,35.26249,-79.836613,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,11,"","","Certification not required",0,7.890588,3.794784,20,"2013-01-28 00:00",17.4,"2013-08-29 00:00",17.1,"2013-07-18 00:00",16.9,"2013-02-06 00:00","","","","",20,17.4,16.5,12.8,9.9,7.5,3.9,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2013-12-12" +"37","123","0001","88101",3,35.26249,-79.836613,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2377,27,102,365,0,551,"","","Certification not required",0,9.529954,5.656035,71.6,"2013-11-11 20:00",62.6,"2013-11-11 21:00",59.1,"2013-11-11 19:00",51.7,"2013-10-30 13:00","","","","",24.3,22.1,19.7,16.7,12.4,8.4,3.6,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2014-01-30" +"37","123","0001","88101",3,35.26249,-79.836613,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",98,27,98,365,0,0,0,0,"Certification not required",0,9.45102,4.134747,21.7,"2013-09-10 00:00",19.6,"2013-10-30 00:00",19.4,"2013-10-31 00:00",18,"2013-11-11 00:00","","","","",21.7,19.6,17.8,15.6,12.5,8.4,4.9,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2014-01-30" +"37","123","0001","88101",3,35.26249,-79.836613,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",98,27,98,365,0,0,"","","Certification not required",0,9.45102,4.134747,21.7,"2013-09-10 00:00",19.6,"2013-10-30 00:00",19.4,"2013-10-31 00:00",18,"2013-11-11 00:00","","","","",21.7,19.6,17.8,15.6,12.5,8.4,4.9,"Candor: EPA CASTNet Site","126 PERRY DRIVE","North Carolina","Montgomery","Candor","","2014-01-30" +"37","123","9991","44201",1,35.2632,-79.8365,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6872,94,201,214,0,424,0,0,"Certification not required",119,0.042448,0.011308,0.071,"2013-05-17 13:00",0.068,"2013-05-15 15:00",0.067,"2013-04-06 15:00",0.065,"2013-05-16 11:00","","","","",0.067,0.064,0.062,0.057,0.053,0.048,0.04,"Candor","136 Perry Dr, Candor, NC 27229","North Carolina","Montgomery","","","2013-12-30" +"37","123","9991","44201",1,35.2632,-79.8365,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6946,93,200,214,0,0,0,0,"Certification not required",0,0.038155,0.01092,0.064,"2013-04-06 12:00",0.064,"2013-05-15 12:00",0.062,"2013-03-16 11:00",0.061,"2013-05-17 09:00","","","","",0.064,0.061,0.058,0.053,0.049,0.044,0.036,"Candor","136 Perry Dr, Candor, NC 27229","North Carolina","Montgomery","","","2013-12-30" +"37","123","9991","44201",1,35.2632,-79.8365,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6946,93,200,214,0,0,0,0,"Certification not required",0,0.038155,0.01092,0.064,"2013-04-06 12:00",0.064,"2013-05-15 12:00",0.062,"2013-03-16 11:00",0.061,"2013-05-17 09:00","","","","",0.064,0.061,0.058,0.053,0.049,0.044,0.036,"Candor","136 Perry Dr, Candor, NC 27229","North Carolina","Montgomery","","","2013-12-30" +"37","129","0002","44201",1,34.364167,-77.838611,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4883,100,213,214,0,253,0,0,"Certification not required",601,0.042089,0.012111,0.072,"2013-05-15 16:00",0.071,"2013-04-28 15:00",0.07,"2013-05-17 14:00",0.07,"2013-06-13 18:00","","","","",0.07,0.069,0.06,0.057,0.052,0.043,0.024,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-08" +"37","129","0002","44201",1,34.364167,-77.838611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5089,100,213,214,0,0,0,0,"Certification not required",0,0.038207,0.011746,0.069,"2013-04-28 09:00",0.068,"2013-05-15 13:00",0.067,"2013-04-27 11:00",0.064,"2013-05-17 11:00","","","","",0.067,0.064,0.057,0.052,0.046,0.039,0.022,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-08" +"37","129","0002","44201",1,34.364167,-77.838611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5089,100,213,214,0,0,0,0,"Certification not required",0,0.038207,0.011746,0.069,"2013-04-28 09:00",0.068,"2013-05-15 13:00",0.067,"2013-04-27 11:00",0.064,"2013-05-17 11:00","","","","",0.067,0.064,0.057,0.052,0.046,0.039,0.022,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-08" +"37","129","0002","68105",1,34.364167,-77.838611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,19.064444,8.031264,29.7,"2013-08-29 00:00",29.2,"2013-08-11 00:00",29.2,"2013-09-01 00:00",28.6,"2013-07-22 00:00","","","","",29.7,29.2,28.3,27.8,26.1,22.1,7.1,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-13" +"37","129","0002","68108",1,34.364167,-77.838611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,763.622222,3.890576,773,"2013-01-10 00:00",772,"2013-01-19 00:00",772,"2013-01-28 00:00",772,"2013-02-18 00:00","","","","",773,772,771,768,766,764,759,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-13" +"37","129","0002","88101",1,34.364167,-77.838611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,11,0,0,"Certification not required",0,6.865116,3.350883,17.2,"2013-08-29 00:00",15.2,"2013-09-10 00:00",14.9,"2013-03-23 00:00",14.3,"2013-06-12 00:00","","","","",17.2,15.2,14,12.8,8,5.7,3.5,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-13" +"37","129","0002","88101",1,34.364167,-77.838611,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,11,"","","Certification not required",0,6.865116,3.350883,17.2,"2013-08-29 00:00",15.2,"2013-09-10 00:00",14.9,"2013-03-23 00:00",14.3,"2013-06-12 00:00","","","","",17.2,15.2,14,12.8,8,5.7,3.5,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-13" +"37","129","0002","88101",3,34.364167,-77.838611,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6240,71,268,365,0,1056,"","","Certification not required",0,9.577196,5.534033,50.4,"2013-02-21 12:00",46.2,"2013-04-03 22:00",44.2,"2013-01-29 10:00",38.7,"2013-05-07 18:00","","","","",26.3,24.1,20.3,17.3,12.3,8.6,3.7,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-08" +"37","129","0002","88101",3,34.364167,-77.838611,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,0,0,"Certification not required",0,9.544358,4.259958,23.8,"2013-08-29 00:00",23.3,"2013-09-13 00:00",22,"2013-09-05 00:00",20.8,"2013-06-13 00:00","","","","",22,20.5,18,16.1,11.4,8.7,4.9,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-08" +"37","129","0002","88101",3,34.364167,-77.838611,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,9.544358,4.259958,23.8,"2013-08-29 00:00",23.3,"2013-09-13 00:00",22,"2013-09-05 00:00",20.8,"2013-06-13 00:00","","","","",22,20.5,18,16.1,11.4,8.7,4.9,"Castle Hayne","6028 HOLLY SHELTER RD","North Carolina","New Hanover","Castle Hayne","Wilmington, NC","2014-01-08" +"37","129","0006","42401",1,34.268403,-77.956529,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6927,79,304,365,0,369,0,"","Certification not required",0,3.25,8.697889,58.6,"2013-09-13 13:00",53.9,"2013-05-09 09:00",48.3,"2013-03-22 12:00",44.8,"2013-08-23 14:00","","","","",44.8,31.9,20.7,12.2,1.4,0.2,-0.6,"New Hanover","HIGHWAY 421 NORTH","North Carolina","New Hanover","","Wilmington, NC","2014-01-08" +"37","129","0006","42401",1,34.268403,-77.956529,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6927,79,304,365,0,369,"","","Certification not required",0,0.221929,2.649952,58.6,"2013-09-13 13:00",53.9,"2013-05-09 09:00",48.3,"2013-03-22 12:00",44.8,"2013-08-23 14:00","","","","",13.3,6.8,1.8,1,0.4,-0.3,-0.9,"New Hanover","HIGHWAY 421 NORTH","North Carolina","New Hanover","","Wilmington, NC","2014-01-08" +"37","129","0006","42401",1,34.268403,-77.956529,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",304,83,304,365,0,0,0,"","Certification not required",0,0.221053,1.446203,7.7,"2013-02-17 00:00",7.7,"2013-03-26 00:00",7.4,"2013-05-09 00:00",6.1,"2013-03-22 00:00","","","","",6.1,4.8,3.1,2.1,0.6,-0.3,-0.9,"New Hanover","HIGHWAY 421 NORTH","North Carolina","New Hanover","","Wilmington, NC","2014-01-08" +"37","129","0006","42401",1,34.268403,-77.956529,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2107,72,300,365,0,0,"",0,"Certification not required",0,0.25814,2.338278,33.1,"2013-05-09 11:00",31.9,"2013-09-13 14:00",20.8,"2013-03-22 14:00",20.5,"2013-03-26 14:00","","","","",11.9,8.4,2.3,1.1,0.4,-0.3,-0.9,"New Hanover","HIGHWAY 421 NORTH","North Carolina","New Hanover","","Wilmington, NC","2014-01-08" +"37","129","0006","42401",2,34.268403,-77.956529,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",82986,79,304,365,0,4566,"","","Certification not required",0,0.22349,3.343622,144,"2013-03-22 09:45",120.2,"2013-03-22 12:35",119.7,"2013-09-12 09:55",114.9,"2013-05-09 09:15","","","","",11.1,4.5,1.7,1,0.4,-0.3,-1,"New Hanover","HIGHWAY 421 NORTH","North Carolina","New Hanover","","Wilmington, NC","2013-12-10" +"37","129","0010","42153",1,34.23583,-77.9547,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","42153",2,34.23583,-77.9547,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.0125,0.035355,0.1,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43205",1,34.23583,-77.9547,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,7,"","","Certification not required",13,0.522368,0.940723,5.8,"2013-05-28 00:00",1.2,"2013-03-23 00:00",1.2,"2013-09-25 00:00",0.9,"2013-02-27 00:00","","","","",5.8,5.8,1.2,0.9,0.6,0.4,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43205",2,34.23583,-77.9547,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,30,3,10,0,7,"","","Certification not required",0,0.5,0.34641,0.9,"2013-02-27 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00","","","","","","",0.9,0.9,0.9,0.9,0.9,0.3,0.3,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43208",1,34.23583,-77.9547,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.052222,0.01042,0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43208",2,34.23583,-77.9547,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43218",1,34.23583,-77.9547,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.029814,0.2,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.2,0.2,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43218",2,34.23583,-77.9547,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43220",1,34.23583,-77.9547,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",3,1.454444,1.390586,5.4,"2013-05-28 00:00",4.8,"2013-02-21 00:00",4.3,"2013-06-15 00:00",4.1,"2013-08-08 00:00","","","","",5.4,5.4,4.3,3.9,1.7,1,0.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43220",2,34.23583,-77.9547,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,2.2,1.135153,4.8,"2013-02-21 00:00",2.4,"2013-01-10 00:00",2.4,"2013-02-15 00:00",1.9,"2013-01-16 00:00","","","","",4.8,4.8,4.8,4.8,2.4,1.9,1.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43231",1,34.23583,-77.9547,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.408889,0.272882,1.2,"2013-05-28 00:00",1,"2013-02-21 00:00",1,"2013-06-15 00:00",0.9,"2013-01-28 00:00","","","","",1.2,1.2,1,0.9,0.5,0.3,0.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43231",2,34.23583,-77.9547,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.5125,0.247487,1,"2013-02-21 00:00",0.7,"2013-02-15 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-03 00:00","","","","",1,1,1,1,0.7,0.5,0.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43242",1,34.23583,-77.9547,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",19,0.185556,0.171763,0.7,"2013-07-03 00:00",0.7,"2013-07-09 00:00",0.5,"2013-06-09 00:00",0.5,"2013-08-20 00:00","","","","",0.7,0.7,0.5,0.4,0.3,0.1,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43242",2,34.23583,-77.9547,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",1,0.24375,0.105009,0.4,"2013-02-21 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-03 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43243",1,34.23583,-77.9547,"WGS84","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",8,1.871111,1.907357,6.8,"2013-06-27 00:00",5.3,"2013-08-02 00:00",5,"2013-07-27 00:00",4.6,"2013-07-21 00:00","","","","",6.8,6.8,5,4.6,3.4,1.2,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43243",2,34.23583,-77.9547,"WGS84","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",3,0.15625,0.094255,0.3,"2013-01-16 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-15 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43248",1,34.23583,-77.9547,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",11,0.19,0.163971,0.8,"2013-05-28 00:00",0.7,"2013-06-15 00:00",0.6,"2013-05-22 00:00",0.4,"2013-02-21 00:00","","","","",0.8,0.8,0.6,0.3,0.2,0.2,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43248",2,34.23583,-77.9547,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.2375,0.091613,0.4,"2013-02-21 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.2,"2013-02-03 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43270",1,34.23583,-77.9547,"WGS84","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,3.495556,3.56775,15.8,"2013-01-28 00:00",12.7,"2013-02-21 00:00",9.8,"2013-03-29 00:00",9.1,"2013-05-28 00:00","","","","",15.8,15.8,9.8,8.7,5,1.9,0.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43270",2,34.23583,-77.9547,"WGS84","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,7.125,2.765476,12.8,"2013-02-21 00:00",8,"2013-01-10 00:00",8,"2013-02-03 00:00",7.2,"2013-02-15 00:00","","","","",12.8,12.8,12.8,12.8,8,7.2,3.7,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43302",1,34.23583,-77.9547,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",18,30,18,61,0,27,"","","Certification not required",2,2.827778,2.535293,9.4,"2013-01-04 00:00",7.5,"2013-01-10 00:00",4.9,"2013-04-28 00:00",4.9,"2013-07-27 00:00","","","","",9.4,9.4,9.4,7.5,3.4,2.8,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43302",2,34.23583,-77.9547,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,20,2,10,0,8,"","","Certification not required",0,16.15,5.586144,20.1,"2013-01-04 00:00",12.2,"2013-01-10 00:00","","","","","","","","",20.1,20.1,20.1,20.1,20.1,20.1,12.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-13" +"37","129","0010","43305",1,34.23583,-77.9547,"WGS84","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.074444,0.116591,0.7,"2013-08-26 00:00",0.5,"2013-09-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.7,0.7,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43305",2,34.23583,-77.9547,"WGS84","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43312",1,34.23583,-77.9547,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",10,0.259091,0.196561,0.9,"2013-09-13 00:00",0.8,"2013-01-10 00:00",0.8,"2013-01-22 00:00",0.5,"2013-09-25 00:00","","","","",0.9,0.9,0.8,0.4,0.3,0.2,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43312",2,34.23583,-77.9547,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",2,0.3,0.249285,0.8,"2013-01-10 00:00",0.5,"2013-02-21 00:00",0.3,"2013-02-03 00:00",0.3,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.5,0.3,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43359",1,34.23583,-77.9547,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,0.456098,0.619697,3.9,"2013-07-09 00:00",2,"2013-07-03 00:00",0.8,"2013-01-04 00:00",0.5,"2013-01-10 00:00","","","","",3.9,3.9,0.8,0.5,0.4,0.3,0.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43359",2,34.23583,-77.9547,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.3625,0.106066,0.6,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-02-03 00:00",0.3,"2013-01-16 00:00","","","","",0.6,0.6,0.6,0.6,0.4,0.3,0.3,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43372",1,34.23583,-77.9547,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02,0.040452,0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43372",2,34.23583,-77.9547,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.0375,0.051755,0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43447",1,34.23583,-77.9547,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43447",2,34.23583,-77.9547,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43503",1,34.23583,-77.9547,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,10,2,31,0,42,"","","Certification not required",0,0,0,0,"2013-05-10 00:00",0,"2013-09-13 00:00",0,"2013-09-19 00:00","","","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43505",1,34.23583,-77.9547,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.506667,0.348634,1.9,"2013-01-28 00:00",1.4,"2013-08-08 00:00",1.3,"2013-01-16 00:00",1.1,"2013-01-22 00:00","","","","",1.9,1.9,1.3,0.9,0.6,0.4,0.3,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43505",2,34.23583,-77.9547,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.3875,0.064087,0.5,"2013-02-09 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-02-03 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.4,0.3,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43515",1,34.23583,-77.9547,"WGS84","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",14,0.457778,0.345582,1.2,"2013-01-16 00:00",1.1,"2013-07-09 00:00",1.1,"2013-08-14 00:00",1,"2013-05-16 00:00","","","","",1.2,1.2,1.1,1,0.7,0.5,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43515",2,34.23583,-77.9547,"WGS84","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",5,0.33125,0.430064,1.2,"2013-02-09 00:00",0.6,"2013-02-03 00:00",0.6,"2013-02-15 00:00",0.05,"2013-01-04 00:00","","","","",1.2,1.2,1.2,1.2,0.6,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43551",1,34.23583,-77.9547,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,42,"","","Certification not required",0,7.666667,3.002221,10.6,"2013-01-28 00:00",7.8,"2013-01-16 00:00",4.6,"2013-01-22 00:00","","","","","","",10.6,10.6,10.6,10.6,10.6,7.8,4.6,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43551",2,34.23583,-77.9547,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",1,10,1,10,0,9,"","","Certification not required",0,7.2,0,7.2,"2013-01-16 00:00","","","","","","","","","","",7.2,7.2,7.2,7.2,7.2,7.2,7.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43552",1,34.23583,-77.9547,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",16,0.835714,0.895741,3.9,"2013-05-28 00:00",2.5,"2013-08-14 00:00",2.4,"2013-05-22 00:00",2.1,"2013-05-16 00:00","","","","",3.9,3.9,2.4,2,1.1,0.7,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43552",2,34.23583,-77.9547,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43553",1,34.23583,-77.9547,"WGS84","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",37,0.11,0.136348,0.5,"2013-02-03 00:00",0.5,"2013-02-27 00:00",0.4,"2013-02-09 00:00",0.4,"2013-03-05 00:00","","","","",0.5,0.5,0.4,0.4,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43553",2,34.23583,-77.9547,"WGS84","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",3,0.34375,0.245586,0.6,"2013-02-21 00:00",0.5,"2013-01-10 00:00",0.5,"2013-02-03 00:00",0.5,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43557",1,34.23583,-77.9547,"WGS84","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43557",2,34.23583,-77.9547,"WGS84","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43558",1,34.23583,-77.9547,"WGS84","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",2,0.842,0.511999,2.44,"2013-09-13 00:00",1.824,"2013-08-14 00:00",1.68,"2013-08-26 00:00",1.624,"2013-07-27 00:00","","","","",2.44,2.44,1.68,1.62,1.244,0.656,0.392,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43558",2,34.23583,-77.9547,"WGS84","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.4485,0.121786,0.64,"2013-02-09 00:00",0.572,"2013-01-16 00:00",0.492,"2013-02-03 00:00",0.476,"2013-02-27 00:00","","","","",0.64,0.64,0.64,0.64,0.572,0.476,0.276,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43559",1,34.23583,-77.9547,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43559",2,34.23583,-77.9547,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",7,0.23125,0.512652,1.5,"2013-02-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",1.5,1.5,1.5,1.5,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43560",1,34.23583,-77.9547,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.075556,0.215486,0.9,"2013-05-28 00:00",0.9,"2013-06-15 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-21 00:00","","","","",0.9,0.9,0.5,0.3,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43560",2,34.23583,-77.9547,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.0375,0.106066,0.3,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0.3,0.3,0.3,0.3,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43562",1,34.23583,-77.9547,"WGS84","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",37,0.080222,0.071906,0.36,"2013-07-27 00:00",0.25,"2013-02-27 00:00",0.245,"2013-02-21 00:00",0.225,"2013-02-03 00:00","","","","",0.36,0.36,0.245,0.22,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43562",2,34.23583,-77.9547,"WGS84","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",5,0.115625,0.091669,0.255,"2013-02-21 00:00",0.215,"2013-01-10 00:00",0.205,"2013-01-16 00:00",0.05,"2013-01-04 00:00","","","","",0.255,0.255,0.255,0.255,0.215,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43702",1,34.23583,-77.9547,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,7,"","","Certification not required",0,0.268421,0.335394,2.1,"2013-04-10 00:00",0.5,"2013-07-27 00:00",0.4,"2013-04-16 00:00",0.4,"2013-05-28 00:00","","","","",2.1,2.1,0.5,0.4,0.3,0.2,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43702",2,34.23583,-77.9547,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.2625,0.130247,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.3,"2013-02-03 00:00",0.3,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.3,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43801",1,34.23583,-77.9547,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.645238,0.217752,1.1,"2013-08-08 00:00",1,"2013-07-27 00:00",1,"2013-09-01 00:00",1,"2013-09-13 00:00","","","","",1.1,1.1,1,0.9,0.8,0.6,0.5,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43801",2,34.23583,-77.9547,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.5875,0.247487,0.8,"2013-02-27 00:00",0.7,"2013-02-03 00:00",0.7,"2013-02-09 00:00",0.7,"2013-02-21 00:00","","","","",0.8,0.8,0.8,0.8,0.7,0.7,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43802",1,34.23583,-77.9547,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.028889,0.045837,0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43802",2,34.23583,-77.9547,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.075,0.046291,0.1,"2013-01-10 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43803",1,34.23583,-77.9547,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43803",2,34.23583,-77.9547,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43804",1,34.23583,-77.9547,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43804",2,34.23583,-77.9547,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43806",1,34.23583,-77.9547,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43806",2,34.23583,-77.9547,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43808",1,34.23583,-77.9547,"WGS84","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001067,0.007155,0.048,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.048,0.048,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43808",2,34.23583,-77.9547,"WGS84","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43811",1,34.23583,-77.9547,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.244444,0.050252,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43811",2,34.23583,-77.9547,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43812",1,34.23583,-77.9547,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43812",2,34.23583,-77.9547,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43813",1,34.23583,-77.9547,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43813",2,34.23583,-77.9547,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43814",1,34.23583,-77.9547,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43814",2,34.23583,-77.9547,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43815",1,34.23583,-77.9547,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.046818,0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43815",2,34.23583,-77.9547,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.075,0.046291,0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43817",1,34.23583,-77.9547,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43817",2,34.23583,-77.9547,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43818",1,34.23583,-77.9547,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43818",2,34.23583,-77.9547,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43819",1,34.23583,-77.9547,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43819",2,34.23583,-77.9547,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43820",1,34.23583,-77.9547,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43820",2,34.23583,-77.9547,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43821",1,34.23583,-77.9547,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",25,0.103333,0.067756,0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-27 00:00",0.2,"2013-03-05 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43821",2,34.23583,-77.9547,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",6,0.0875,0.069437,0.2,"2013-02-09 00:00",0.2,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43823",1,34.23583,-77.9547,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.533333,0.082572,0.7,"2013-01-04 00:00",0.7,"2013-09-19 00:00",0.7,"2013-09-25 00:00",0.6,"2013-01-10 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.4,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43823",2,34.23583,-77.9547,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.575,0.046291,0.6,"2013-01-04 00:00",0.6,"2013-02-03 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-15 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.5,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43824",1,34.23583,-77.9547,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43824",2,34.23583,-77.9547,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.0125,0.035355,0.1,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43826",1,34.23583,-77.9547,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43826",2,34.23583,-77.9547,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43828",1,34.23583,-77.9547,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43828",2,34.23583,-77.9547,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43829",1,34.23583,-77.9547,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43829",2,34.23583,-77.9547,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43830",1,34.23583,-77.9547,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.029814,0.2,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43830",2,34.23583,-77.9547,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43831",1,34.23583,-77.9547,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.042222,0.175148,1.1,"2013-03-17 00:00",0.3,"2013-03-23 00:00",0.3,"2013-03-29 00:00",0.2,"2013-08-14 00:00","","","","",1.1,1.1,0.3,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43831",2,34.23583,-77.9547,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.0625,0.176777,0.5,"2013-02-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.5,0.5,0.5,0.5,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43838",1,34.23583,-77.9547,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43838",2,34.23583,-77.9547,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43843",1,34.23583,-77.9547,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43843",2,34.23583,-77.9547,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","43860",1,34.23583,-77.9547,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","43860",2,34.23583,-77.9547,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45109",1,34.23583,-77.9547,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.062222,1.418112,7.6,"2013-01-28 00:00",5,"2013-08-20 00:00",4.3,"2013-08-08 00:00",4.2,"2013-02-21 00:00","","","","",7.6,7.6,4.3,4,2.8,1.5,0.8,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45109",2,34.23583,-77.9547,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,2.1875,1.235704,4.4,"2013-02-21 00:00",3.3,"2013-01-10 00:00",2.9,"2013-02-15 00:00",2.1,"2013-01-16 00:00","","","","",4.4,4.4,4.4,4.4,3.3,2.1,0.9,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45201",1,34.23583,-77.9547,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.593333,0.427679,1.4,"2013-01-10 00:00",1.4,"2013-02-21 00:00",1.3,"2013-01-28 00:00",1.3,"2013-03-23 00:00","","","","",1.4,1.4,1.3,1.2,1,0.5,0.1,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45201",2,34.23583,-77.9547,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,1.3125,0.372012,2.1,"2013-01-04 00:00",1.4,"2013-01-10 00:00",1.4,"2013-02-21 00:00",1.3,"2013-02-03 00:00","","","","",2.1,2.1,2.1,2.1,1.4,1.3,0.8,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45202",1,34.23583,-77.9547,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.135556,0.869994,5.4,"2013-02-21 00:00",2.5,"2013-01-10 00:00",2.3,"2013-08-08 00:00",2.1,"2013-01-28 00:00","","","","",5.4,5.4,2.3,2,1.5,1,0.3,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45202",2,34.23583,-77.9547,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,2,1.311488,5.1,"2013-02-21 00:00",2.4,"2013-01-10 00:00",1.7,"2013-02-27 00:00",1.6,"2013-02-15 00:00","","","","",5.1,5.1,5.1,5.1,2.4,1.6,1.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45203",1,34.23583,-77.9547,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.408889,0.181937,0.8,"2013-02-21 00:00",0.8,"2013-09-25 00:00",0.7,"2013-07-27 00:00",0.7,"2013-08-08 00:00","","","","",0.8,0.8,0.7,0.7,0.5,0.4,0.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45203",2,34.23583,-77.9547,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.425,0.237547,0.8,"2013-02-21 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-03 00:00",0.5,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.5,0.5,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45204",1,34.23583,-77.9547,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.457778,0.205038,0.9,"2013-07-27 00:00",0.9,"2013-08-08 00:00",0.9,"2013-09-25 00:00",0.8,"2013-02-21 00:00","","","","",0.9,0.9,0.9,0.8,0.6,0.4,0.2,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45204",2,34.23583,-77.9547,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.4375,0.226385,0.8,"2013-02-21 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-03 00:00",0.5,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.5,0.5,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45207",1,34.23583,-77.9547,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",41,0.125556,0.244629,0.9,"2013-05-28 00:00",0.9,"2013-06-15 00:00",0.9,"2013-07-27 00:00",0.9,"2013-09-19 00:00","","","","",0.9,0.9,0.9,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45207",2,34.23583,-77.9547,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",7,0.10625,0.159099,0.5,"2013-02-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.5,0.5,0.5,0.5,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45208",1,34.23583,-77.9547,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",34,0.402222,0.728086,2.5,"2013-09-13 00:00",2.4,"2013-07-27 00:00",2.4,"2013-08-08 00:00",2.3,"2013-09-19 00:00","","","","",2.5,2.5,2.4,1.5,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45208",2,34.23583,-77.9547,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",4,0.35,0.37985,0.9,"2013-02-21 00:00",0.8,"2013-01-10 00:00",0.7,"2013-02-03 00:00",0.2,"2013-01-04 00:00","","","","",0.9,0.9,0.9,0.9,0.8,0.2,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45220",1,34.23583,-77.9547,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.275556,0.421661,1.1,"2013-09-25 00:00",1,"2013-08-08 00:00",1,"2013-08-14 00:00",1,"2013-08-20 00:00","","","","",1.1,1.1,1,0.9,0.8,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45220",2,34.23583,-77.9547,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0.1,0.185164,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45225",1,34.23583,-77.9547,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",38,0.148889,0.250338,0.9,"2013-07-27 00:00",0.8,"2013-08-08 00:00",0.8,"2013-09-13 00:00",0.8,"2013-09-19 00:00","","","","",0.9,0.9,0.8,0.8,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45225",2,34.23583,-77.9547,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",6,0.1375,0.170608,0.5,"2013-02-21 00:00",0.3,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.5,0.5,0.5,0.5,0.3,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45801",1,34.23583,-77.9547,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45801",2,34.23583,-77.9547,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45805",1,34.23583,-77.9547,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45805",2,34.23583,-77.9547,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45806",1,34.23583,-77.9547,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45806",2,34.23583,-77.9547,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",8,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45807",1,34.23583,-77.9547,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45807",2,34.23583,-77.9547,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45809",1,34.23583,-77.9547,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45809",2,34.23583,-77.9547,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","45810",1,34.23583,-77.9547,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","45810",2,34.23583,-77.9547,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","129","0010","46201",1,34.23583,-77.9547,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-11-27" +"37","129","0010","46201",2,34.23583,-77.9547,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",8,80,8,10,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Battleship Museum","#1 Battleship Road","North Carolina","New Hanover","Wilmington","Wilmington, NC","2013-05-08" +"37","145","0003","44201",1,36.306965,-79.09197,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4839,99,211,214,0,297,0,0,"Certification not required",65,0.044232,0.011261,0.079,"2013-07-16 15:00",0.078,"2013-05-15 16:00",0.07,"2013-05-17 15:00",0.067,"2013-06-12 15:00","","","","",0.07,0.065,0.062,0.057,0.051,0.045,0.028,"Bushy Fork","SR49","North Carolina","Person","","Durham, NC","2013-12-16" +"37","145","0003","44201",1,36.306965,-79.09197,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5021,98,210,214,0,0,0,0,"Certification not required",0,0.039267,0.010522,0.072,"2013-05-15 12:00",0.061,"2013-04-07 10:00",0.059,"2013-04-10 10:00",0.059,"2013-05-16 10:00","","","","",0.059,0.059,0.057,0.052,0.046,0.04,0.024,"Bushy Fork","SR49","North Carolina","Person","","Durham, NC","2013-12-16" +"37","145","0003","44201",1,36.306965,-79.09197,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5021,98,210,214,0,0,0,0,"Certification not required",0,0.039267,0.010522,0.072,"2013-05-15 12:00",0.061,"2013-04-07 10:00",0.059,"2013-04-10 10:00",0.059,"2013-05-16 10:00","","","","",0.059,0.059,0.057,0.052,0.046,0.04,0.024,"Bushy Fork","SR49","North Carolina","Person","","Durham, NC","2013-12-16" +"37","147","0006","44201",1,35.63861,-77.35805,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4844,99,211,214,0,292,0,0,"Certification not required",256,0.042725,0.012095,0.074,"2013-05-15 16:00",0.071,"2013-05-16 12:00",0.069,"2013-05-17 14:00",0.066,"2013-04-27 20:00","","","","",0.069,0.065,0.061,0.057,0.051,0.043,0.026,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2014-01-17" +"37","147","0006","44201",1,35.63861,-77.35805,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5044,98,209,214,0,0,0,0,"Certification not required",0,0.038297,0.011635,0.07,"2013-05-15 12:00",0.065,"2013-05-16 09:00",0.065,"2013-05-17 12:00",0.063,"2013-04-27 13:00","","","","",0.065,0.062,0.056,0.052,0.047,0.039,0.022,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2014-01-17" +"37","147","0006","44201",1,35.63861,-77.35805,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5044,98,209,214,0,0,0,0,"Certification not required",0,0.038297,0.011635,0.07,"2013-05-15 12:00",0.065,"2013-05-16 09:00",0.065,"2013-05-17 12:00",0.063,"2013-04-27 13:00","","","","",0.065,0.062,0.056,0.052,0.047,0.039,0.022,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2014-01-17" +"37","147","0006","68105",1,35.63861,-77.35805,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,18.710989,8.463995,30.4,"2013-07-18 00:00",29.5,"2013-07-24 00:00",29,"2013-07-21 00:00",28.8,"2013-07-06 00:00","","","","",30.4,29.5,28.8,27.4,26.4,21.2,6.9,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2013-11-26" +"37","147","0006","68108",1,35.63861,-77.35805,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,762.989011,4.280432,773,"2013-01-08 00:00",773,"2013-01-10 00:00",771,"2013-01-07 00:00",771,"2013-01-28 00:00","","","","",773,773,770,769,766,763,758,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2013-11-26" +"37","147","0006","88101",1,35.63861,-77.35805,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,3,0,0,"Certification not required",0,7.527778,3.402578,18.3,"2013-07-18 00:00",18,"2013-08-29 00:00",14.6,"2013-01-28 00:00",14.3,"2013-09-10 00:00","","","","",18.3,18,13.7,12.5,9.2,6.8,3.9,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2013-11-26" +"37","147","0006","88101",1,35.63861,-77.35805,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,3,"","","Certification not required",0,7.527778,3.402578,18.3,"2013-07-18 00:00",18,"2013-08-29 00:00",14.6,"2013-01-28 00:00",14.3,"2013-09-10 00:00","","","","",18.3,18,13.7,12.5,9.2,6.8,3.9,"Pitt Agri. Center","403 Government Circle","North Carolina","Pitt","","Greenville, NC","2013-11-26" +"37","155","0005","68105",1,34.645,-78.99028,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,42,61,0,0,"","","Certification not required",0,18.489888,8.455042,31.5,"2013-08-12 00:00",30.9,"2013-08-11 00:00",30.1,"2013-08-09 00:00",29.4,"2013-07-18 00:00","","","","",31.5,30.9,28.6,27.7,25.7,21.4,5.6,"Linkhaw","1170 LINKHAW ROAD","North Carolina","Robeson","","Lumberton, NC","2013-12-12" +"37","155","0005","68108",1,34.645,-78.99028,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,42,61,0,0,"","","Certification not required",0,758.865169,4.442028,769,"2013-01-10 00:00",768,"2013-01-19 00:00",768,"2013-01-25 00:00",768,"2013-01-28 00:00","","","","",769,768,768,766,762,759,753,"Linkhaw","1170 LINKHAW ROAD","North Carolina","Robeson","","Lumberton, NC","2013-12-12" +"37","155","0005","88101",1,34.645,-78.99028,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,70,85,122,0,16,0,0,"Certification not required",0,8.019318,3.580562,18.4,"2013-08-29 00:00",18.2,"2013-03-23 00:00",16.7,"2013-01-31 00:00",15.7,"2013-01-28 00:00","","","","",18.4,18.2,14.5,13.7,10,7.3,4.5,"Linkhaw","1170 LINKHAW ROAD","North Carolina","Robeson","","Lumberton, NC","2013-12-12" +"37","155","0005","88101",1,34.645,-78.99028,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,70,85,122,0,16,"","","Certification not required",0,8.019318,3.580562,18.4,"2013-08-29 00:00",18.2,"2013-03-23 00:00",16.7,"2013-01-31 00:00",15.7,"2013-01-28 00:00","","","","",18.4,18.2,14.5,13.7,10,7.3,4.5,"Linkhaw","1170 LINKHAW ROAD","North Carolina","Robeson","","Lumberton, NC","2013-12-12" +"37","157","0099","44201",1,36.308889,-79.859167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4860,99,211,214,0,276,0,0,"Certified",22,0.047123,0.010225,0.076,"2013-05-15 17:00",0.071,"2013-04-10 17:00",0.068,"2013-05-17 14:00",0.067,"2013-04-09 16:00","","","","",0.068,0.066,0.063,0.06,0.053,0.047,0.033,"Bethany sch.","6371 NC 65 @ BETHANY SCHOOL","North Carolina","Rockingham","","Greensboro-High Point, NC","2013-11-18" +"37","157","0099","44201",1,36.308889,-79.859167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5066,98,210,214,0,0,0,0,"Certified",0,0.042205,0.009826,0.072,"2013-05-15 12:00",0.066,"2013-04-10 11:00",0.064,"2013-04-07 10:00",0.062,"2013-04-06 13:00","","","","",0.064,0.062,0.058,0.055,0.048,0.043,0.029,"Bethany sch.","6371 NC 65 @ BETHANY SCHOOL","North Carolina","Rockingham","","Greensboro-High Point, NC","2013-11-18" +"37","157","0099","44201",1,36.308889,-79.859167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5066,98,210,214,0,0,0,0,"Certified",0,0.042205,0.009826,0.072,"2013-05-15 12:00",0.066,"2013-04-10 11:00",0.064,"2013-04-07 10:00",0.062,"2013-04-06 13:00","","","","",0.064,0.062,0.058,0.055,0.048,0.043,0.029,"Bethany sch.","6371 NC 65 @ BETHANY SCHOOL","North Carolina","Rockingham","","Greensboro-High Point, NC","2013-11-18" +"37","159","0021","42600",1,35.551868,-80.395039,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2375,70,101,142,0,493,"","","Certification not required",0,6.289853,7.338291,112.5,"2013-01-09 08:00",90.3,"2013-01-09 07:00",79.8,"2013-01-04 08:00",68.3,"2013-01-04 07:00","","","","",39.4,28.5,17.4,11.9,7,4.2,2.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-09-20" +"37","159","0021","42601",1,35.551868,-80.395039,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2386,70,103,142,0,482,"","","Certification not required",0,1.122129,4.216602,86.3,"2013-01-09 08:00",65.9,"2013-01-09 07:00",62.6,"2013-01-04 08:00",52,"2013-01-04 07:00","","","","",19.3,10.1,3.8,1.8,0.8,0.2,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-09-20" +"37","159","0021","44201",1,35.551868,-80.395039,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7567,99,211,214,0,449,0,0,"Certification not required",422,0.046886,0.011379,0.077,"2013-05-15 13:00",0.077,"2013-06-12 12:00",0.075,"2013-09-12 15:00",0.071,"2013-09-11 13:00","","","","",0.075,0.069,0.063,0.06,0.055,0.049,0.042,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","44201",1,35.551868,-80.395039,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7886,98,209,214,0,0,0,0,"Certification not required",0,0.041962,0.010659,0.073,"2013-05-15 11:00",0.068,"2013-06-12 11:00",0.064,"2013-05-17 10:00",0.062,"2013-04-06 11:00","","","","",0.064,0.062,0.058,0.056,0.05,0.045,0.038,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","44201",1,35.551868,-80.395039,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7886,98,209,214,0,0,0,0,"Certification not required",0,0.041962,0.010659,0.073,"2013-05-15 11:00",0.068,"2013-06-12 11:00",0.064,"2013-05-17 10:00",0.062,"2013-04-06 11:00","","","","",0.064,0.062,0.058,0.056,0.05,0.045,0.038,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","61103",1,35.551868,-80.395039,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6425,73,267,365,0,103,"","","Certification not required",0,2.610117,1.876526,43.3,"2013-04-04 15:00",12.4,"2013-01-30 18:00",11.7,"2013-01-30 17:00",10.9,"2013-01-17 19:00","","","","",8,7,6,5,3.7,2.3,0.4,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-22" +"37","159","0021","61104",1,35.551868,-80.395039,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6425,73,267,365,0,103,"","","Certification not required",0,186.165416,110.884377,359.9,"2013-01-23 06:00",359.9,"2013-03-01 22:00",359.9,"2013-11-21 23:00",359.8,"2013-01-26 21:00","","","","",358.2,356.4,350.3,335.6,273.1,208.8,19.8,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-22" +"37","159","0021","61106",1,35.551868,-80.395039,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6425,73,267,365,0,103,"","","Certification not required",0,25.39228,10.948123,79.3,"2013-11-11 13:00",78.9,"2013-06-15 00:00",77,"2013-02-02 02:00",76.5,"2013-11-06 12:00","","","","",62.6,56.4,47.3,39.5,30.2,23.4,13.9,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-22" +"37","159","0021","68103",5,35.551868,-80.395039,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.894231,7.647258,22.6,"2013-07-03 00:00",22.6,"2013-07-09 00:00",22.4,"2013-07-21 00:00",22,"2013-08-08 00:00","","","","",22.6,22.6,22.4,20.9,17.8,13.4,0.5,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","68104",5,35.551868,-80.395039,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,23.805769,7.822778,34.4,"2013-07-09 00:00",33.9,"2013-09-01 00:00",33.5,"2013-06-27 00:00",33,"2013-07-21 00:00","","","","",34.4,33.9,33.5,32.6,30.9,26.4,12.6,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","68105",1,35.551868,-80.395039,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,0,"","","Certification not required",0,17.557303,7.712812,27.8,"2013-07-18 00:00",27.7,"2013-08-29 00:00",27.5,"2013-06-12 00:00",27.1,"2013-07-09 00:00","","","","",27.8,27.7,27,26,24.4,19.7,6.2,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","68105",2,35.551868,-80.395039,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.131111,8.062196,27,"2013-06-12 00:00",25.8,"2013-07-15 00:00",25.4,"2013-06-27 00:00",25.4,"2013-07-21 00:00","","","","",27,27,25.4,25.4,24,21,5.3,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","68105",5,35.551868,-80.395039,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.415385,7.26942,27.1,"2013-07-09 00:00",26.3,"2013-07-15 00:00",25.9,"2013-06-27 00:00",25.9,"2013-07-21 00:00","","","","",27.1,26.3,25.9,25.4,23.9,19.8,7,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","68106",5,35.551868,-80.395039,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.884615,3.445109,750,"2013-01-10 00:00",747,"2013-01-28 00:00",747,"2013-04-22 00:00",747,"2013-07-15 00:00","","","","",750,747,747,746,744,742,739,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","68107",5,35.551868,-80.395039,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,747.615385,3.794495,757,"2013-01-28 00:00",755,"2013-01-10 00:00",755,"2013-03-29 00:00",755,"2013-04-22 00:00","","","","",757,755,755,754,750,747,744,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","68108",1,35.551868,-80.395039,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,0,"","","Certification not required",0,744.730337,4.596847,756,"2013-01-10 00:00",754,"2013-01-07 00:00",754,"2013-01-28 00:00",753,"2013-04-22 00:00","","","","",756,754,752,751,748,745,738,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","68108",2,35.551868,-80.395039,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,744.533333,4.784444,755,"2013-01-10 00:00",754,"2013-01-28 00:00",753,"2013-04-22 00:00",751,"2013-01-04 00:00","","","","",755,755,753,751,748,745,738,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","68108",5,35.551868,-80.395039,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,743.903846,3.267545,752,"2013-01-10 00:00",750,"2013-01-28 00:00",749,"2013-04-22 00:00",748,"2013-01-04 00:00","","","","",752,750,749,748,747,744,740,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88101",1,35.551868,-80.395039,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,8,0,0,"Certification not required",0,9.058427,3.890601,22.2,"2013-01-28 00:00",18.1,"2013-03-23 00:00",17.8,"2013-03-05 00:00",17.5,"2013-01-26 00:00","","","","",22.2,18.1,16.9,14.5,11.4,9.1,4.5,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","88101",1,35.551868,-80.395039,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,8,"","","Certification not required",0,9.058427,3.890601,22.2,"2013-01-28 00:00",18.1,"2013-03-23 00:00",17.8,"2013-03-05 00:00",17.5,"2013-01-26 00:00","","","","",22.2,18.1,16.9,14.5,11.4,9.1,4.5,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","88101",2,35.551868,-80.395039,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,4,0,0,"Certification not required",0,9.513636,4.150909,22.8,"2013-01-28 00:00",18.2,"2013-03-23 00:00",17.3,"2013-03-05 00:00",15.9,"2013-03-17 00:00","","","","",22.8,22.8,17.3,13.3,12,9.3,4.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","88101",2,35.551868,-80.395039,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,4,"","","Certification not required",0,9.513636,4.150909,22.8,"2013-01-28 00:00",18.2,"2013-03-23 00:00",17.3,"2013-03-05 00:00",15.9,"2013-03-17 00:00","","","","",22.8,22.8,17.3,13.3,12,9.3,4.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2013-11-21" +"37","159","0021","88102",5,35.551868,-80.395039,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.020549,0.006683,0.044,"2013-02-03 00:00",0.044,"2013-10-19 00:00",0.026,"2013-02-09 00:00",0.026,"2013-04-22 00:00","","","","",0.044,0.044,0.026,0.026,0.0255,0.021,0.014,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88103",5,35.551868,-80.395039,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000725,0.001021,0.004,"2013-03-17 00:00",0.003,"2013-03-23 00:00",0.003,"2013-05-16 00:00",0.003,"2013-09-25 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88104",5,35.551868,-80.395039,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",29,0.029647,0.043198,0.229,"2013-06-09 00:00",0.183,"2013-06-27 00:00",0.141,"2013-07-03 00:00",0.077,"2013-07-21 00:00","","","","",0.229,0.183,0.141,0.047,0.033,0.0125,0.0065,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88107",5,35.551868,-80.395039,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006254,0.005893,0.0295,"2013-01-10 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-07-15 00:00",0.0055,"2013-04-28 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.005,0.005,0.00385,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88109",5,35.551868,-80.395039,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",12,0.003886,0.002761,0.0125,"2013-10-31 00:00",0.0116,"2013-03-05 00:00",0.0101,"2013-03-23 00:00",0.0086,"2013-01-28 00:00","","","","",0.0125,0.0116,0.0101,0.0078,0.0052,0.0034,0.0009,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88110",5,35.551868,-80.395039,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001059,0.002603,0.012,"2013-06-21 00:00",0.008,"2013-05-28 00:00",0.007,"2013-01-16 00:00",0.007,"2013-02-21 00:00","","","","",0.012,0.008,0.007,0.005,0,0,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88111",5,35.551868,-80.395039,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",16,0.02345,0.030356,0.152,"2013-03-17 00:00",0.106,"2013-06-09 00:00",0.102,"2013-08-26 00:00",0.094,"2013-09-13 00:00","","","","",0.152,0.106,0.102,0.0469,0.0255,0.0151,0.00235,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88112",5,35.551868,-80.395039,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.004627,0.011456,0.065,"2013-10-07 00:00",0.045,"2013-10-13 00:00",0.032,"2013-10-01 00:00",0.006,"2013-03-05 00:00","","","","",0.065,0.045,0.032,0.006,0.004,0.002,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88113",5,35.551868,-80.395039,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000665,0.000108,0.001,"2013-01-10 00:00",0.001,"2013-04-16 00:00",0.001,"2013-07-15 00:00",0.0007,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88114",5,35.551868,-80.395039,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.001365,0.000857,0.004,"2013-05-16 00:00",0.004,"2013-06-09 00:00",0.0031,"2013-08-02 00:00",0.003,"2013-01-10 00:00","","","","",0.004,0.004,0.0031,0.0027,0.00125,0.00125,0.00065,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88115",5,35.551868,-80.395039,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",24,0.015864,0.026051,0.125,"2013-03-11 00:00",0.105,"2013-06-27 00:00",0.0989,"2013-05-04 00:00",0.0588,"2013-03-05 00:00","","","","",0.125,0.105,0.0989,0.0314,0.014,0.006,0.00245,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88117",5,35.551868,-80.395039,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005993,0.00945,0.0435,"2013-04-16 00:00",0.0435,"2013-07-15 00:00",0.043,"2013-01-10 00:00",0.00485,"2013-05-28 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0041,0.0034,0.0028,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88118",5,35.551868,-80.395039,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.009684,0.006584,0.023,"2013-01-10 00:00",0.023,"2013-04-16 00:00",0.023,"2013-07-15 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.005,0.0041,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88126",5,35.551868,-80.395039,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.03781,0.031047,0.177,"2013-06-09 00:00",0.152,"2013-06-27 00:00",0.0854,"2013-05-10 00:00",0.0808,"2013-07-03 00:00","","","","",0.177,0.152,0.0854,0.0543,0.0427,0.0321,0.0096,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88128",5,35.551868,-80.395039,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001118,0.001478,0.005,"2013-02-09 00:00",0.004,"2013-01-10 00:00",0.004,"2013-03-23 00:00",0.004,"2013-04-04 00:00","","","","",0.005,0.004,0.004,0.004,0.002,0,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88131",5,35.551868,-80.395039,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010696,0.003883,0.021,"2013-05-22 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00","","","","",0.021,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88132",5,35.551868,-80.395039,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000784,0.000966,0.004,"2013-06-09 00:00",0.003,"2013-05-10 00:00",0.002,"2013-02-09 00:00",0.002,"2013-03-05 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88136",5,35.551868,-80.395039,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000294,0.000729,0.004,"2013-06-09 00:00",0.002,"2013-03-05 00:00",0.002,"2013-06-27 00:00",0.001,"2013-02-09 00:00","","","","",0.004,0.002,0.002,0.001,0,0,0,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88140",5,35.551868,-80.395039,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.007881,0.004777,0.0266,"2013-05-04 00:00",0.026,"2013-03-11 00:00",0.023,"2013-03-17 00:00",0.0121,"2013-08-08 00:00","","","","",0.0266,0.026,0.023,0.009,0.009,0.006,0.00475,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88152",5,35.551868,-80.395039,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.005226,0.00119,0.008,"2013-04-28 00:00",0.008,"2013-05-28 00:00",0.008,"2013-09-07 00:00",0.008,"2013-09-19 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88154",5,35.551868,-80.395039,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001136,0.000218,0.0017,"2013-09-19 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.00125,0.001,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88160",5,35.551868,-80.395039,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.013725,0.003799,0.021,"2013-04-04 00:00",0.0185,"2013-06-09 00:00",0.0185,"2013-08-02 00:00",0.018,"2013-02-09 00:00","","","","",0.021,0.0185,0.0185,0.018,0.016,0.016,0.01,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88161",5,35.551868,-80.395039,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.003206,0.002864,0.0179,"2013-06-09 00:00",0.012,"2013-06-27 00:00",0.0104,"2013-07-03 00:00",0.0064,"2013-09-07 00:00","","","","",0.0179,0.012,0.0104,0.0056,0.0025,0.00215,0.0021,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88164",5,35.551868,-80.395039,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001544,0.000196,0.0019,"2013-04-28 00:00",0.0019,"2013-05-28 00:00",0.0019,"2013-09-07 00:00",0.0019,"2013-09-19 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88165",5,35.551868,-80.395039,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.074925,0.091316,0.483,"2013-06-09 00:00",0.419,"2013-06-27 00:00",0.289,"2013-07-03 00:00",0.182,"2013-05-16 00:00","","","","",0.483,0.419,0.289,0.125,0.076,0.05,0.0158,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88166",5,35.551868,-80.395039,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008765,0.005416,0.019,"2013-06-09 00:00",0.019,"2013-06-15 00:00",0.019,"2013-08-02 00:00",0.019,"2013-09-25 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88167",5,35.551868,-80.395039,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",11,0.010146,0.022755,0.163,"2013-06-09 00:00",0.028,"2013-02-21 00:00",0.025,"2013-03-23 00:00",0.022,"2013-01-10 00:00","","","","",0.163,0.028,0.025,0.0207,0.0072,0.0054,0.00175,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88168",5,35.551868,-80.395039,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.001514,0.001819,0.014,"2013-09-07 00:00",0.0021,"2013-02-03 00:00",0.0019,"2013-03-17 00:00",0.00175,"2013-02-09 00:00","","","","",0.014,0.0021,0.0019,0.00175,0.00175,0.00115,0.00085,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88169",5,35.551868,-80.395039,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.675959,0.333216,1.87,"2013-01-28 00:00",1.26,"2013-03-17 00:00",1.13,"2013-09-01 00:00",1.12,"2013-08-14 00:00","","","","",1.87,1.26,1.13,1.03,0.902,0.694,0.261,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88176",5,35.551868,-80.395039,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001016,0.000311,0.0022,"2013-10-19 00:00",0.0019,"2013-06-27 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-09 00:00","","","","",0.0022,0.0019,0.0013,0.0013,0.0013,0.0009,0.0007,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88180",5,35.551868,-80.395039,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.063398,0.033865,0.158,"2013-03-23 00:00",0.149,"2013-06-27 00:00",0.125,"2013-03-05 00:00",0.12,"2013-01-10 00:00","","","","",0.158,0.149,0.125,0.108,0.0804,0.06,0.0236,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88184",5,35.551868,-80.395039,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.056892,0.075479,0.338,"2013-03-11 00:00",0.292,"2013-04-16 00:00",0.263,"2013-05-04 00:00",0.217,"2013-04-10 00:00","","","","",0.338,0.292,0.263,0.139,0.053,0.027,0.0155,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88185",5,35.551868,-80.395039,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.00403,0.00405,0.0115,"2013-02-09 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-06-09 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88301",5,35.551868,-80.395039,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.456677,0.473983,3.1,"2013-01-28 00:00",1.5,"2013-03-17 00:00",1.04,"2013-03-23 00:00",1,"2013-02-09 00:00","","","","",3.1,1.5,1.04,0.728,0.549,0.409,0.041,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88302",5,35.551868,-80.395039,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.080285,0.08798,0.44,"2013-03-11 00:00",0.39,"2013-05-04 00:00",0.273,"2013-04-10 00:00",0.241,"2013-04-16 00:00","","","","",0.44,0.39,0.273,0.187,0.088,0.05,0.015,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88303",5,35.551868,-80.395039,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.04381,0.024369,0.123,"2013-01-04 00:00",0.107,"2013-03-29 00:00",0.096,"2013-02-09 00:00",0.087,"2013-03-23 00:00","","","","",0.123,0.107,0.096,0.07,0.054,0.0432,0.015,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88306",1,35.551868,-80.395039,"WGS84","Total Nitrate PM2.5 LC","1 HOUR","","Observed Values","R&P MODEL 8400N - FLASH VAPORIZATION/CHEMILUMINESCENCE",2013,"Micrograms/cubic meter (LC)","No Events",6270,72,267,365,0,1074,"","","Certification not required",1831,0.420962,0.463956,4.36,"2013-01-28 00:00",3.6,"2013-01-12 01:00",3.59,"2013-01-25 20:00",3.58,"2013-01-26 08:00","","","","",2.41,1.99,1.39,0.93,0.48,0.27,0.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88306",5,35.551868,-80.395039,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.586308,0.683787,4.72,"2013-01-28 00:00",1.6,"2013-03-23 00:00",1.55,"2013-03-05 00:00",1.28,"2013-03-17 00:00","","","","",4.72,1.6,1.55,1.04,0.643,0.418,0.178,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88313",1,35.551868,-80.395039,"WGS84","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",7941,91,332,365,0,75,"","","Certification not required",2192,0.417342,0.362491,3.89,"2013-04-06 22:00",3.72,"2013-01-04 06:00",3.58,"2013-01-09 08:00",3.07,"2013-02-06 08:00","","","","",1.75,1.51,1.1,0.86,0.55,0.32,0.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88314",1,35.551868,-80.395039,"WGS84","UV Carbon PM2.5 LC","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",7969,91,334,365,0,47,"","","Certification not required",1619,0.602281,0.654878,5,"2013-02-09 23:00",4.98,"2013-05-26 22:00",4.96,"2013-01-09 08:00",4.96,"2013-01-19 00:00","","","","",3.45,2.83,1.91,1.31,0.73,0.39,0.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88355",5,35.551868,-80.395039,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,2.771273,1.420686,7.31,"2013-03-05 00:00",7.07,"2013-03-23 00:00",4.79,"2013-10-31 00:00",4.19,"2013-01-04 00:00","","","","",7.31,7.31,4.79,4.03,3.49,2.81,1.18,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88357",5,35.551868,-80.395039,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.240727,0.154786,0.72,"2013-03-23 00:00",0.577,"2013-01-04 00:00",0.53,"2013-01-10 00:00",0.47,"2013-03-05 00:00","","","","",0.72,0.72,0.53,0.436,0.309,0.205,0.091,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88370",5,35.551868,-80.395039,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,2.493273,1.262424,6.63,"2013-03-05 00:00",6.29,"2013-03-23 00:00",4.27,"2013-10-31 00:00",3.73,"2013-01-04 00:00","","","","",6.63,6.63,4.27,3.55,3.12,2.57,1.1,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88374",5,35.551868,-80.395039,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",1,0.245773,0.235422,1.02,"2013-03-23 00:00",0.973,"2013-03-05 00:00",0.864,"2013-10-31 00:00",0.46,"2013-08-08 00:00","","","","",1.02,1.02,0.864,0.43,0.336,0.214,0.029,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88375",5,35.551868,-80.395039,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.602955,0.285477,1.57,"2013-03-23 00:00",1.31,"2013-03-05 00:00",0.873,"2013-01-10 00:00",0.854,"2013-10-31 00:00","","","","",1.57,1.57,0.873,0.833,0.775,0.632,0.26,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88376",5,35.551868,-80.395039,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.722955,0.389919,1.95,"2013-03-05 00:00",1.59,"2013-03-23 00:00",1.42,"2013-01-10 00:00",1.38,"2013-04-10 00:00","","","","",1.95,1.95,1.42,1.36,0.979,0.628,0.311,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88377",5,35.551868,-80.395039,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.438614,0.233722,1.13,"2013-03-23 00:00",0.997,"2013-01-10 00:00",0.901,"2013-03-05 00:00",0.787,"2013-04-10 00:00","","","","",1.13,1.13,0.901,0.775,0.583,0.41,0.18,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88378",5,35.551868,-80.395039,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",2,0.482409,0.30357,1.49,"2013-03-05 00:00",0.982,"2013-03-23 00:00",0.964,"2013-10-01 00:00",0.954,"2013-03-17 00:00","","","","",1.49,1.49,0.964,0.923,0.7,0.446,0.145,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88380",5,35.551868,-80.395039,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.51975,0.317181,1.5,"2013-03-23 00:00",1.16,"2013-03-05 00:00",1.03,"2013-01-04 00:00",0.988,"2013-01-10 00:00","","","","",1.5,1.5,1.03,0.945,0.683,0.487,0.154,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88383",5,35.551868,-80.395039,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.942864,0.540408,2.6,"2013-03-05 00:00",2.4,"2013-03-23 00:00",1.82,"2013-10-01 00:00",1.72,"2013-10-31 00:00","","","","",2.6,2.6,1.82,1.58,1.23,0.932,0.328,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88384",5,35.551868,-80.395039,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.058616,0.026019,0.141,"2013-06-09 00:00",0.123,"2013-08-02 00:00",0.102,"2013-02-15 00:00",0.0971,"2013-09-13 00:00","","","","",0.141,0.141,0.102,0.0934,0.0756,0.0533,0.032,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88385",5,35.551868,-80.395039,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",43,0.00104,0.000262,0.00274,"2013-06-03 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00274,0.00274,0.001,0.001,0.001,0.001,0.001,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88388",5,35.551868,-80.395039,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.761727,0.450515,2.18,"2013-03-05 00:00",1.77,"2013-03-23 00:00",1.48,"2013-10-01 00:00",1.37,"2013-10-31 00:00","","","","",2.18,2.18,1.48,1.32,1.08,0.713,0.273,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88403",5,35.551868,-80.395039,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.656673,0.901444,5.31,"2013-01-28 00:00",3.3,"2013-03-17 00:00",2.72,"2013-09-07 00:00",2.71,"2013-10-31 00:00","","","","",5.31,3.3,2.72,2.67,2.29,1.62,0.691,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0021","88501",3,35.551868,-80.395039,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7889,90,332,365,0,127,"","","Certification not required",0,9.608315,4.906883,40.6,"2013-03-15 19:00",38.7,"2013-03-09 20:00",36.8,"2013-04-06 23:00",36.2,"2013-09-09 21:00","","","","",25.2,22.1,18.7,16,12.3,8.7,4.3,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88501",3,35.551868,-80.395039,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,9.557831,3.602403,25.3,"2013-08-28 00:00",23.1,"2013-09-09 00:00",20.8,"2013-08-29 00:00",20.5,"2013-09-11 00:00","","","","",20.5,18.6,16.1,13.8,11.8,9,5.4,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88502",3,35.551868,-80.395039,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7870,90,332,365,0,146,"","","Certification not required",0,8.377929,4.718231,37.3,"2013-03-15 19:00",35.2,"2013-03-09 20:00",34.2,"2013-04-06 23:00",33.8,"2013-01-09 09:00","","","","",23,20.4,17.4,14.5,11,7.6,3.2,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88502",3,35.551868,-80.395039,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,8.326205,3.452694,23.1,"2013-08-28 00:00",20,"2013-09-09 00:00",19,"2013-08-29 00:00",17.7,"2013-01-28 00:00","","","","",17.7,16.9,14.7,12.5,10.7,7.9,4.6,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-01-31" +"37","159","0021","88502",5,35.551868,-80.395039,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.237255,4.375932,21.7,"2013-01-28 00:00",19.8,"2013-03-23 00:00",19,"2013-06-09 00:00",18.4,"2013-03-05 00:00","","","","",21.7,19.8,19,14.4,12.6,10.4,4.6,"Rockwell","301 WEST ST & GOLD HILL AVENUE","North Carolina","Rowan","Rockwell","Salisbury, NC","2014-02-14" +"37","159","0022","44201",1,35.534482,-80.66756,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4871,99,212,214,0,265,0,0,"Certification not required",97,0.049401,0.010792,0.078,"2013-05-17 15:00",0.076,"2013-09-11 15:00",0.073,"2013-06-21 16:00",0.072,"2013-05-15 13:00","","","","",0.073,0.07,0.066,0.062,0.057,0.05,0.036,"Enochville School","925 N ENOCHVILLE AVE","North Carolina","Rowan","China Grove","Salisbury, NC","2014-01-17" +"37","159","0022","44201",1,35.534482,-80.66756,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5078,99,212,214,0,0,0,0,"Certification not required",0,0.043769,0.010036,0.069,"2013-05-15 10:00",0.068,"2013-05-17 10:00",0.066,"2013-06-21 11:00",0.063,"2013-04-06 10:00","","","","",0.066,0.063,0.058,0.056,0.051,0.044,0.03,"Enochville School","925 N ENOCHVILLE AVE","North Carolina","Rowan","China Grove","Salisbury, NC","2014-01-17" +"37","159","0022","44201",1,35.534482,-80.66756,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5078,99,212,214,0,0,0,0,"Certification not required",0,0.043769,0.010036,0.069,"2013-05-15 10:00",0.068,"2013-05-17 10:00",0.066,"2013-06-21 11:00",0.063,"2013-04-06 10:00","","","","",0.066,0.063,0.058,0.056,0.051,0.044,0.03,"Enochville School","925 N ENOCHVILLE AVE","North Carolina","Rowan","China Grove","Salisbury, NC","2014-01-17" +"37","163","0005","42604",1,35.024722,-78.291667,"UNKNOWN","Ammonia","1 HOUR","","Observed Values","INSTRUMENTAL - TECO 17 CHEMILUMINESCENCE",2013,"Parts per million","No Events",6224,71,263,365,0,1560,"","","Certification not required",1778,0.004026,0.004483,0.061,"2013-07-31 08:00",0.059,"2013-07-31 07:00",0.054,"2013-07-31 09:00",0.045,"2013-04-27 03:00","","","","",0.019,0.016,0.012,0.009,0.006,0.003,0.0005,"Clinton Crops","HORTICULTURAL CROPS RESEARCH STATION","North Carolina","Sampson","Clinton","","2014-02-21" +"37","173","0002","44201",1,35.435509,-83.443697,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4896,100,214,214,0,240,0,0,"Certification not required",780,0.040696,0.009032,0.068,"2013-04-10 17:00",0.063,"2013-04-06 18:00",0.062,"2013-05-15 15:00",0.06,"2013-04-08 18:00","","","","",0.062,0.058,0.055,0.052,0.047,0.041,0.029,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2013-12-13" +"37","173","0002","44201",1,35.435509,-83.443697,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,213,214,0,0,0,0,"Certification not required",0,0.035901,0.009541,0.061,"2013-04-10 12:00",0.061,"2013-05-15 11:00",0.06,"2013-04-06 12:00",0.054,"2013-04-03 11:00","","","","",0.06,0.054,0.052,0.049,0.042,0.035,0.024,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2013-12-13" +"37","173","0002","44201",1,35.435509,-83.443697,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,213,214,0,0,0,0,"Certification not required",0,0.035901,0.009541,0.061,"2013-04-10 12:00",0.061,"2013-05-15 11:00",0.06,"2013-04-06 12:00",0.054,"2013-04-03 11:00","","","","",0.06,0.054,0.052,0.049,0.042,0.035,0.024,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2013-12-13" +"37","173","0002","61103",1,35.435509,-83.443697,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5700,65,240,365,0,84,"","","Certification not required",0,1.526316,1.572698,8.7,"2013-02-01 02:00",8.5,"2013-05-03 13:00",8.2,"2013-03-15 14:00",8.2,"2013-03-19 14:00","","","","",6.8,6,4.9,3.9,2.1,1,0.2,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","61104",1,35.435509,-83.443697,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5699,65,240,365,0,85,"","","Certification not required",0,159.372872,111.674735,359,"2013-01-19 08:00",359,"2013-02-14 11:00",359,"2013-02-26 10:00",359,"2013-03-02 19:00","","","","",357,355,343,302,255,172,13,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","61106",1,35.435509,-83.443697,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5702,65,240,365,0,82,"","","Certification not required",0,41.8312,14.372509,89.1,"2013-01-13 02:00",87.3,"2013-03-18 01:00",85.9,"2013-03-18 02:00",85.6,"2013-06-22 09:00","","","","",75.3,71.7,67.1,61.7,52.2,40.8,24.4,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","62101",1,35.435509,-83.443697,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5713,65,241,365,0,71,"","","Certification not required",0,51.642219,15.694132,86,"2013-06-12 14:00",85,"2013-05-21 14:00",85,"2013-06-12 13:00",85,"2013-06-12 15:00","","","","",82,80,77,72,64,53,29,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","62101",2,35.435509,-83.443697,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5711,65,241,365,0,72,"","","Certification not required",0,51.510944,15.977551,86,"2013-06-12 13:00",86,"2013-06-12 14:00",86,"2013-06-12 16:00",86,"2013-06-12 17:00","","","","",82,81,77,72,64,53,29,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","62106",1,35.435509,-83.443697,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",5712,65,241,365,0,72,"","","Certification not required",0,0.075945,0.358398,6,"2013-03-09 02:00",6,"2013-03-09 04:00",5,"2013-03-09 06:00",2.4,"2013-03-16 06:00","","","","",0.9,0.8,0.6,0.5,0.3,0.1,-0.4,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","62201",1,35.435509,-83.443697,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5708,65,241,365,0,76,"","","Certification not required",0,76.240364,22.153772,100,"2013-05-21 20:00",100,"2013-05-21 21:00",100,"2013-05-21 22:00",100,"2013-05-21 23:00","","","","",99,99,98,98,95,85,42,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","63301",1,35.435509,-83.443697,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5665,65,238,365,0,119,"","","Certification not required",2835,0.243318,0.375425,1.55,"2013-05-06 12:00",1.45,"2013-05-24 12:00",1.45,"2013-06-20 12:00",1.43,"2013-06-01 12:00","","","","",1.34,1.28,1.13,0.91,0.37,0.005,0.005,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","65102",1,35.435509,-83.443697,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5706,65,241,365,0,78,"","","Certification not required",0,0.008305,0.039648,0.8,"2013-06-02 13:00",0.8,"2013-06-20 14:00",0.72,"2013-06-17 19:00",0.63,"2013-06-13 15:00","","","","",0.19,0.12,0.05,0.01,0,0,0,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-22" +"37","173","0002","88101",3,35.435509,-83.443697,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7476,85,323,365,0,539,"","","Certification not required",0,7.46882,7.104156,176.3,"2013-09-17 09:00",99.8,"2013-03-15 19:00",96.3,"2013-11-05 19:00",82.2,"2013-11-08 17:00","","","","",28.5,24.8,19,15.7,10.2,6.3,0.6,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-30" +"37","173","0002","88101",3,35.435509,-83.443697,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",307,84,307,365,0,0,0,0,"Certification not required",0,7.383062,4.318229,24.1,"2013-11-15 00:00",20.5,"2013-11-09 00:00",19.5,"2013-02-18 00:00",19.4,"2013-11-30 00:00","","","","",19.4,17.5,14.7,13.2,10,7.1,2.3,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-30" +"37","173","0002","88101",3,35.435509,-83.443697,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",307,84,307,365,0,0,"","","Certification not required",0,7.383062,4.318229,24.1,"2013-11-15 00:00",20.5,"2013-11-09 00:00",19.5,"2013-02-18 00:00",19.4,"2013-11-30 00:00","","","","",19.4,17.5,14.7,13.2,10,7.1,2.3,"Bryson City","30 Recreation Park Drive","North Carolina","Swain","Bryson City (RR name Bryson)","","2014-01-30" +"37","173","0007","44201",1,35.498711,-83.310242,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4493,85,182,214,0,739,0,0,"Certification not required",636,0.041714,0.009533,0.077,"2013-04-10 18:00",0.065,"2013-04-06 19:00",0.061,"2013-04-08 18:00",0.059,"2013-04-22 16:00","","","","",0.065,0.059,0.057,0.054,0.048,0.042,0.031,"","1501 Acquoni Rd.","North Carolina","Swain","","","2014-02-04" +"37","173","0007","44201",1,35.498711,-83.310242,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4479,85,182,214,0,0,0,0,"Certification not required",0,0.035154,0.010329,0.068,"2013-04-10 12:00",0.061,"2013-04-06 12:00",0.057,"2013-04-26 10:00",0.056,"2013-04-07 10:00","","","","",0.061,0.056,0.054,0.051,0.041,0.034,0.023,"","1501 Acquoni Rd.","North Carolina","Swain","","","2014-02-04" +"37","173","0007","44201",1,35.498711,-83.310242,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4479,85,182,214,0,0,0,0,"Certification not required",0,0.035154,0.010329,0.068,"2013-04-10 12:00",0.061,"2013-04-06 12:00",0.057,"2013-04-26 10:00",0.056,"2013-04-07 10:00","","","","",0.061,0.056,0.054,0.051,0.041,0.034,0.023,"","1501 Acquoni Rd.","North Carolina","Swain","","","2014-02-04" +"37","179","0003","44201",1,34.973889,-80.540833,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4708,96,205,214,0,428,0,0,"Certification not required",247,0.045976,0.011391,0.074,"2013-09-16 14:00",0.069,"2013-05-15 13:00",0.069,"2013-08-27 13:00",0.068,"2013-08-23 14:00","","","","",0.069,0.068,0.064,0.061,0.054,0.047,0.03,"Monroe School","701 CHARLES STREET","North Carolina","Union","Monroe","Charlotte-Gastonia-Concord, NC-SC","2014-01-17" +"37","179","0003","44201",1,34.973889,-80.540833,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4893,94,202,214,0,0,0,0,"Certification not required",0,0.041267,0.010985,0.065,"2013-05-15 10:00",0.063,"2013-08-27 11:00",0.063,"2013-10-05 09:00",0.062,"2013-04-06 11:00","","","","",0.063,0.062,0.058,0.055,0.05,0.041,0.027,"Monroe School","701 CHARLES STREET","North Carolina","Union","Monroe","Charlotte-Gastonia-Concord, NC-SC","2014-01-17" +"37","179","0003","44201",1,34.973889,-80.540833,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4893,94,202,214,0,0,0,0,"Certification not required",0,0.041267,0.010985,0.065,"2013-05-15 10:00",0.063,"2013-08-27 11:00",0.063,"2013-10-05 09:00",0.062,"2013-04-06 11:00","","","","",0.063,0.062,0.058,0.055,0.05,0.041,0.027,"Monroe School","701 CHARLES STREET","North Carolina","Union","Monroe","Charlotte-Gastonia-Concord, NC-SC","2014-01-17" +"37","183","0014","42101",2,35.856111,-78.574167,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7351,84,320,365,0,634,0,0,"Certification not required",0,0.247802,0.125775,1.264,"2013-01-09 21:00",1.257,"2013-11-15 07:00",1.24,"2013-02-06 07:00",1.191,"2013-02-06 08:00","","","","",0.776,0.652,0.49,0.384,0.268,0.211,0.153,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42101",2,35.856111,-78.574167,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7664,87,314,365,0,0,0,0,"Certification not required",0,0.24983,0.106319,1,"2013-01-10 00:00",1,"2013-11-14 03:00",0.9,"2013-01-09 23:00",0.9,"2013-01-10 01:00",1,"2013-01-10 00:00",1,"2013-11-14 03:00",0.7,0.6,0.5,0.4,0.3,0.2,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42153",1,35.856111,-78.574167,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.054772,0.3,"2013-09-01 00:00",0.2,"2013-05-22 00:00",0.1,"2013-07-21 00:00",0,"2013-01-04 00:00","","","","",0.3,0.3,0.1,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","42153",8,35.856111,-78.574167,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.014286,0.036314,0.1,"2013-03-23 00:00",0.1,"2013-04-04 00:00",0,"2013-03-05 00:00",0,"2013-03-11 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","42401",2,35.856111,-78.574167,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7415,85,324,365,0,589,0,"","Certification not required",0,1.012963,1.168108,9.3,"2013-02-21 09:00",7.4,"2013-10-06 20:00",6.4,"2013-11-08 00:00",6.2,"2013-10-02 09:00","","","","",6.2,4.5,3,2.4,1.4,0.6,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42401",2,35.856111,-78.574167,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7415,85,324,365,0,589,"","","Certification not required",0,0.348024,0.53755,9.3,"2013-02-21 09:00",7.4,"2013-10-06 20:00",7.1,"2013-10-06 21:00",6.4,"2013-11-08 00:00","","","","",2.4,1.9,1.3,0.9,0.5,0.2,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42401",2,35.856111,-78.574167,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",324,89,324,365,0,0,0,"","Certification not required",0,0.347222,0.399564,2.1,"2013-01-24 00:00",2,"2013-02-21 00:00",1.7,"2013-03-22 00:00",1.6,"2013-01-05 00:00","","","","",1.6,1.5,1.1,0.9,0.5,0.2,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42401",2,35.856111,-78.574167,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2223,76,307,365,0,0,"",0,"Certification not required",0,0.328835,0.486173,5,"2013-02-21 11:00",3.8,"2013-10-02 11:00",3.7,"2013-10-06 20:00",3.3,"2013-02-02 05:00","","","","",2.1,1.8,1.2,0.9,0.5,0.1,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42401",3,35.856111,-78.574167,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",81989,78,301,365,0,5273,"","","Certification not required",0,0.330091,0.542482,11.1,"2013-10-06 21:10",11,"2013-02-21 09:45",10.9,"2013-02-21 09:50",10.8,"2013-02-21 09:55","","","","",2.4,1.9,1.3,0.9,0.5,0.1,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-10" +"37","183","0014","42600",2,35.856111,-78.574167,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7423,85,325,365,0,593,"","","Certification not required",0,9.090395,11.559035,131.6,"2013-02-06 07:00",119,"2013-11-13 20:00",115.4,"2013-02-06 08:00",114.1,"2013-11-13 21:00","","","","",63.1,47,30.4,19.4,9.3,5.4,2.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","42601",2,35.856111,-78.574167,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7423,85,325,365,0,592,"","","Certification not required",0,2.147407,6.571301,106.6,"2013-02-06 07:00",86.5,"2013-11-13 20:00",84.1,"2013-02-06 08:00",83.2,"2013-11-14 07:00","","","","",36.1,21.9,8.7,3.8,1.3,0.5,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","43205",1,35.856111,-78.574167,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",35,57,35,61,0,10,"","","Certification not required",5,1.367143,1.553504,7.9,"2013-06-03 00:00",3.8,"2013-03-05 00:00",3.2,"2013-03-29 00:00",3,"2013-07-03 00:00","","","","",7.9,7.9,3.8,3,2,0.7,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43205",8,35.856111,-78.574167,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,24,12,51,0,3,"","","Certification not required",2,2,1.719804,5.1,"2013-05-16 00:00",4.8,"2013-03-05 00:00",3.3,"2013-05-22 00:00",2.7,"2013-03-29 00:00","","","","",5.1,5.1,5.1,4.8,3.3,1.8,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43208",1,35.856111,-78.574167,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.051111,0.007454,0.1,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43208",8,35.856111,-78.574167,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",14,0.05,0,0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00",0.05,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43218",1,35.856111,-78.574167,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.146667,0.2149,0.8,"2013-01-10 00:00",0.8,"2013-02-15 00:00",0.6,"2013-03-05 00:00",0.4,"2013-05-10 00:00","","","","",0.8,0.8,0.6,0.4,0.3,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43218",8,35.856111,-78.574167,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.135714,0.186495,0.6,"2013-03-05 00:00",0.3,"2013-03-11 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-10 00:00","","","","",0.6,0.6,0.6,0.3,0.3,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43220",1,35.856111,-78.574167,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,2.653333,5.086808,34,"2013-03-29 00:00",7.8,"2013-01-10 00:00",6.6,"2013-09-25 00:00",6,"2013-02-15 00:00","","","","",34,34,6.6,4.6,2.2,1.3,0.4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43220",8,35.856111,-78.574167,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",1,2.610714,4.556237,17.9,"2013-03-29 00:00",3.9,"2013-03-05 00:00",3.6,"2013-05-10 00:00",2.1,"2013-03-17 00:00","","","","",17.9,17.9,17.9,3.9,2.1,1.6,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","43231",1,35.856111,-78.574167,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.022222,1.240214,7.3,"2013-03-29 00:00",3.5,"2013-02-15 00:00",3.4,"2013-01-10 00:00",2.7,"2013-09-25 00:00","","","","",7.3,7.3,3.4,2.1,1,0.7,0.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43231",8,35.856111,-78.574167,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.942857,1.063893,4.2,"2013-03-29 00:00",1.8,"2013-03-05 00:00",1.7,"2013-05-10 00:00",0.8,"2013-03-23 00:00","","","","",4.2,4.2,4.2,1.8,0.8,0.7,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","43242",1,35.856111,-78.574167,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",12,0.335556,0.429934,2.6,"2013-03-29 00:00",1.3,"2013-09-19 00:00",0.8,"2013-01-10 00:00",0.7,"2013-07-27 00:00","","","","",2.6,2.6,0.8,0.6,0.4,0.2,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43242",8,35.856111,-78.574167,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",3,0.310714,0.332345,1.3,"2013-03-29 00:00",0.7,"2013-05-22 00:00",0.4,"2013-03-05 00:00",0.3,"2013-04-16 00:00","","","","",1.3,1.3,1.3,0.7,0.3,0.2,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","43243",1,35.856111,-78.574167,"WGS84","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",7,1.887778,1.942882,7.8,"2013-06-09 00:00",6.5,"2013-09-01 00:00",6.1,"2013-07-15 00:00",4.6,"2013-07-09 00:00","","","","",7.8,7.8,6.1,4.2,3.1,1.4,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43243",8,35.856111,-78.574167,"WGS84","Isoprene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",2,0.664286,0.920165,2.9,"2013-05-16 00:00",2.4,"2013-05-22 00:00",1.5,"2013-05-10 00:00",0.5,"2013-03-05 00:00","","","","",2.9,2.9,2.9,2.4,0.5,0.3,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","43248",1,35.856111,-78.574167,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",8,0.362222,0.384524,1.9,"2013-03-29 00:00",1.3,"2013-01-10 00:00",1.2,"2013-02-15 00:00",1,"2013-05-10 00:00","","","","",1.9,1.9,1.2,0.9,0.4,0.2,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43248",8,35.856111,-78.574167,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",1,0.339286,0.342041,1.2,"2013-03-29 00:00",0.8,"2013-03-05 00:00",0.8,"2013-05-10 00:00",0.3,"2013-03-23 00:00","","","","",1.2,1.2,1.2,0.8,0.3,0.2,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","43270",1,35.856111,-78.574167,"WGS84","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,7.397778,19.311913,129.2,"2013-03-29 00:00",25,"2013-01-10 00:00",19.6,"2013-02-15 00:00",17.9,"2013-03-17 00:00","","","","",129.2,129.2,19.6,11.9,7,2.4,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43270",8,35.856111,-78.574167,"WGS84","Isobutene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,8.442857,15.731043,61.8,"2013-03-29 00:00",12.4,"2013-03-05 00:00",7.7,"2013-03-17 00:00",7,"2013-03-11 00:00","","","","",61.8,61.8,61.8,12.4,7,5.6,0.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43302",1,35.856111,-78.574167,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",17,28,17,61,0,28,"","","Certification not required",1,6.108824,3.877509,18.2,"2013-01-10 00:00",10.5,"2013-09-01 00:00",8.3,"2013-04-16 00:00",8.1,"2013-01-04 00:00","","","","",18.2,18.2,18.2,10.5,6.5,5.4,3.4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43302",8,35.856111,-78.574167,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,8,4,51,0,11,"","","Certification not required",1,5.7125,4.139721,8.9,"2013-04-22 00:00",8.7,"2013-04-16 00:00",5.2,"2013-04-28 00:00",0.05,"2013-05-04 00:00","","","","",8.9,8.9,8.9,8.9,8.9,8.7,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43305",1,35.856111,-78.574167,"WGS84","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",36,0.160465,0.26694,1.2,"2013-08-02 00:00",0.8,"2013-07-09 00:00",0.7,"2013-06-09 00:00",0.6,"2013-06-15 00:00","","","","",1.2,1.2,0.7,0.6,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43305",8,35.856111,-78.574167,"WGS84","n-Butyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",12,0.128571,0.20354,0.7,"2013-03-11 00:00",0.5,"2013-03-05 00:00",0.05,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",0.7,0.7,0.7,0.5,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43312",1,35.856111,-78.574167,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",29,0.219318,0.286765,1.3,"2013-01-28 00:00",0.9,"2013-06-15 00:00",0.7,"2013-01-04 00:00",0.7,"2013-06-09 00:00","","","","",1.3,1.3,0.7,0.7,0.4,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43312",8,35.856111,-78.574167,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",2,0.507143,0.419183,1.5,"2013-03-11 00:00",1.1,"2013-05-10 00:00",0.9,"2013-04-10 00:00",0.7,"2013-05-16 00:00","","","","",1.5,1.5,1.5,1.1,0.7,0.4,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43359",1,35.856111,-78.574167,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",3,0.975,1.859066,11.6,"2013-08-26 00:00",4.1,"2013-07-03 00:00",3.2,"2013-03-29 00:00",2.4,"2013-01-10 00:00","","","","",11.6,11.6,3.2,1.7,0.8,0.5,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43359",8,35.856111,-78.574167,"WGS84","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,24,12,51,0,3,"","","Certification not required",1,0.479167,0.482163,1.9,"2013-03-29 00:00",0.7,"2013-03-11 00:00",0.5,"2013-03-23 00:00",0.5,"2013-04-10 00:00","","","","",1.9,1.9,1.9,0.7,0.5,0.4,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43372",1,35.856111,-78.574167,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017778,0.038665,0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-05 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43372",8,35.856111,-78.574167,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.035714,0.049725,0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-23 00:00",0.1,"2013-03-29 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43447",1,35.856111,-78.574167,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43447",8,35.856111,-78.574167,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43502",3,35.856111,-78.574167,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",0,2.030769,0.575014,3,"2013-08-08 00:00",2.9,"2013-07-27 00:00",2.8,"2013-07-21 00:00",2.1,"2013-08-26 00:00","","","","",3,3,3,2.9,2.1,2,1.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43503",1,35.856111,-78.574167,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,42,"","","Certification not required",0,0,0,0,"2013-05-04 00:00",0,"2013-06-03 00:00",0,"2013-08-20 00:00","","","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43503",3,35.856111,-78.574167,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,42,13,31,0,2,"","","Certification not required",0,0.707692,0.118754,0.8,"2013-07-15 00:00",0.8,"2013-08-08 00:00",0.8,"2013-08-26 00:00",0.8,"2013-09-01 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.7,0.6,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43503",8,35.856111,-78.574167,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,4,2,51,0,13,"","","Certification not required",0,0,0,0,"2013-05-04 00:00",0,"2013-05-10 00:00","","","","","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43504",3,35.856111,-78.574167,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",0,0.092308,0.027735,0.1,"2013-07-09 00:00",0.1,"2013-07-15 00:00",0.1,"2013-07-21 00:00",0.1,"2013-07-27 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43505",1,35.856111,-78.574167,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.015909,3.121862,20.9,"2013-03-29 00:00",4,"2013-02-15 00:00",1.1,"2013-08-20 00:00",1,"2013-02-03 00:00","","","","",20.9,20.9,1.1,0.7,0.6,0.5,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43505",8,35.856111,-78.574167,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,1.235714,2.276167,9,"2013-03-29 00:00",2,"2013-03-11 00:00",0.9,"2013-03-05 00:00",0.7,"2013-04-22 00:00","","","","",9,9,9,2,0.7,0.6,0.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43510",3,35.856111,-78.574167,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",4,0.103231,0.10262,0.405,"2013-09-13 00:00",0.191,"2013-09-19 00:00",0.14,"2013-09-25 00:00",0.119,"2013-08-26 00:00","","","","",0.405,0.405,0.405,0.191,0.119,0.073,0.03,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43513",3,35.856111,-78.574167,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43515",1,35.856111,-78.574167,"WGS84","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",10,0.765116,0.593871,2.5,"2013-05-16 00:00",2,"2013-07-09 00:00",1.8,"2013-06-09 00:00",1.7,"2013-06-27 00:00","","","","",2.5,2.5,1.8,1.7,1,0.8,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43515",3,35.856111,-78.574167,"WGS84","Methacrolein","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,45,3,11,0,0,"","","Certification not required",4,0.06,0.022361,0.1,"2013-09-13 00:00",0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-19 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-20" +"37","183","0014","43515",8,35.856111,-78.574167,"WGS84","Methacrolein","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",3,0.746429,0.82822,2.9,"2013-03-11 00:00",2.1,"2013-05-16 00:00",1.2,"2013-03-05 00:00",0.9,"2013-05-22 00:00","","","","",2.9,2.9,2.9,2.1,0.9,0.5,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43517",3,35.856111,-78.574167,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43518",3,35.856111,-78.574167,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43528",3,35.856111,-78.574167,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43551",1,35.856111,-78.574167,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",2,6,2,31,0,43,"","","Certification not required",0,9.05,2.899138,11.1,"2013-01-28 00:00",7,"2013-01-22 00:00","","","","","","","","",11.1,11.1,11.1,11.1,11.1,11.1,7,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43552",1,35.856111,-78.574167,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",16,0.890476,0.803289,3.4,"2013-05-16 00:00",2.2,"2013-09-01 00:00",2.1,"2013-09-13 00:00",2,"2013-05-10 00:00","","","","",3.4,3.4,2.1,1.7,1.4,0.9,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43552",3,35.856111,-78.574167,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",5,45,3,11,0,0,"","","Certification not required",4,0.06,0.022361,0.1,"2013-09-13 00:00",0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-19 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43552",8,35.856111,-78.574167,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",7,0.775,0.931448,3.2,"2013-05-16 00:00",1.8,"2013-05-10 00:00",1.3,"2013-05-22 00:00",1.2,"2013-04-28 00:00","","","","",3.2,3.2,3.2,1.8,1.2,0.8,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43553",1,35.856111,-78.574167,"WGS84","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",27,0.181111,0.193734,0.7,"2013-03-17 00:00",0.6,"2013-02-03 00:00",0.5,"2013-02-09 00:00",0.5,"2013-02-27 00:00","","","","",0.7,0.7,0.5,0.5,0.3,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43553",8,35.856111,-78.574167,"WGS84","3-Pentanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",7,0.282143,0.364062,1.3,"2013-03-11 00:00",0.7,"2013-03-05 00:00",0.5,"2013-03-17 00:00",0.5,"2013-03-23 00:00","","","","",1.3,1.3,1.3,0.7,0.5,0.1,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43557",1,35.856111,-78.574167,"WGS84","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",40,0.148889,0.294358,1.4,"2013-01-10 00:00",0.9,"2013-02-15 00:00",0.9,"2013-03-29 00:00",0.8,"2013-03-05 00:00","","","","",1.4,1.4,0.9,0.7,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43557",8,35.856111,-78.574167,"WGS84","3-Hexanone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",10,0.264286,0.353786,0.9,"2013-03-11 00:00",0.8,"2013-03-05 00:00",0.8,"2013-03-29 00:00",0.7,"2013-05-10 00:00","","","","",0.9,0.9,0.9,0.8,0.7,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43558",1,35.856111,-78.574167,"WGS84","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.345909,0.815174,3.348,"2013-05-16 00:00",3.2,"2013-09-01 00:00",2.772,"2013-07-09 00:00",2.532,"2013-06-27 00:00","","","","",3.348,3.348,2.772,2.492,1.996,1.072,0.556,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43558",8,35.856111,-78.574167,"WGS84","Methyl Vinyl Ketone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",1,0.959286,0.708646,2.76,"2013-05-16 00:00",1.696,"2013-03-11 00:00",1.68,"2013-05-22 00:00",1.42,"2013-03-29 00:00","","","","",2.76,2.76,2.76,1.696,1.42,0.78,0.416,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43559",1,35.856111,-78.574167,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.218889,0.44291,1.6,"2013-04-04 00:00",1.5,"2013-03-11 00:00",1.3,"2013-01-04 00:00",1.3,"2013-01-10 00:00","","","","",1.6,1.6,1.3,1.3,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43559",8,35.856111,-78.574167,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",11,0.396429,0.702048,2,"2013-03-11 00:00",1.7,"2013-03-05 00:00",1.3,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",2,2,2,1.7,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43560",1,35.856111,-78.574167,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.024444,0.11512,0.6,"2013-01-10 00:00",0.5,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.6,0.6,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43560",8,35.856111,-78.574167,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43562",1,35.856111,-78.574167,"WGS84","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",20,0.195889,0.152305,0.575,"2013-09-25 00:00",0.5,"2013-01-10 00:00",0.42,"2013-03-29 00:00",0.415,"2013-08-26 00:00","","","","",0.575,0.575,0.42,0.4,0.315,0.19,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43562",8,35.856111,-78.574167,"WGS84","2-Pentanone","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",5,0.259643,0.272887,1.035,"2013-03-11 00:00",0.62,"2013-03-05 00:00",0.33,"2013-03-29 00:00",0.29,"2013-05-16 00:00","","","","",1.035,1.035,1.035,0.62,0.29,0.21,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43702",1,35.856111,-78.574167,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",36,59,36,61,0,9,"","","Certification not required",0,0.55,0.405322,1.7,"2013-05-22 00:00",1.2,"2013-03-23 00:00",1.2,"2013-08-08 00:00",1.1,"2013-07-27 00:00","","","","",1.7,1.7,1.2,1.1,0.8,0.4,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43702",8,35.856111,-78.574167,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",7,14,7,51,0,8,"","","Certification not required",0,1.285714,1.295413,4.2,"2013-03-23 00:00",1.1,"2013-04-22 00:00",0.9,"2013-05-16 00:00",0.8,"2013-05-22 00:00","","","","",4.2,4.2,4.2,4.2,1.1,0.8,0.6,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43801",1,35.856111,-78.574167,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.554762,0.1928,1,"2013-05-22 00:00",0.8,"2013-06-03 00:00",0.8,"2013-09-01 00:00",0.8,"2013-09-25 00:00","","","","",1,1,0.8,0.7,0.6,0.6,0.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43801",8,35.856111,-78.574167,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",12,24,12,51,0,3,"","","Certification not required",0,0.658333,0.137895,1,"2013-03-11 00:00",0.7,"2013-03-05 00:00",0.7,"2013-03-17 00:00",0.7,"2013-04-10 00:00","","","","",1,1,1,0.7,0.7,0.7,0.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43802",1,35.856111,-78.574167,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.044444,0.062361,0.2,"2013-01-10 00:00",0.2,"2013-02-15 00:00",0.2,"2013-03-29 00:00",0.1,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43802",8,35.856111,-78.574167,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.042857,0.064621,0.2,"2013-03-29 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-23 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43803",1,35.856111,-78.574167,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43803",8,35.856111,-78.574167,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43804",1,35.856111,-78.574167,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43804",8,35.856111,-78.574167,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-03-05 00:00",0.1,"2013-03-11 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-23 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43806",1,35.856111,-78.574167,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43806",8,35.856111,-78.574167,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43808",1,35.856111,-78.574167,"WGS84","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43808",8,35.856111,-78.574167,"WGS84","Methyl Iodide","24 HOUR","","Observed Values","SS 6L- Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43811",1,35.856111,-78.574167,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.244444,0.050252,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43811",8,35.856111,-78.574167,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.25,0.051887,0.3,"2013-03-05 00:00",0.3,"2013-03-11 00:00",0.3,"2013-03-17 00:00",0.3,"2013-03-23 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43812",1,35.856111,-78.574167,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43812",8,35.856111,-78.574167,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43813",1,35.856111,-78.574167,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43813",8,35.856111,-78.574167,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43814",1,35.856111,-78.574167,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43814",8,35.856111,-78.574167,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43815",1,35.856111,-78.574167,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.031111,0.046818,0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43815",8,35.856111,-78.574167,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.05,0.051887,0.1,"2013-03-05 00:00",0.1,"2013-03-11 00:00",0.1,"2013-03-17 00:00",0.1,"2013-03-23 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43817",1,35.856111,-78.574167,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.035556,0.077329,0.3,"2013-03-29 00:00",0.3,"2013-08-02 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-15 00:00","","","","",0.3,0.3,0.2,0.1,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43817",8,35.856111,-78.574167,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.035714,0.08419,0.3,"2013-03-29 00:00",0.1,"2013-03-05 00:00",0.1,"2013-05-10 00:00",0,"2013-03-11 00:00","","","","",0.3,0.3,0.3,0.1,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43818",1,35.856111,-78.574167,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43818",8,35.856111,-78.574167,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43819",1,35.856111,-78.574167,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43819",8,35.856111,-78.574167,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.007143,0.026726,0.1,"2013-03-11 00:00",0,"2013-03-05 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43820",1,35.856111,-78.574167,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.033029,0.2,"2013-02-15 00:00",0.1,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43820",8,35.856111,-78.574167,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43821",1,35.856111,-78.574167,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.084444,0.060135,0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00",0.2,"2013-04-22 00:00",0.2,"2013-05-04 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43821",8,35.856111,-78.574167,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",12,0.071429,0.05447,0.2,"2013-03-23 00:00",0.2,"2013-05-04 00:00",0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00","","","","",0.2,0.2,0.2,0.2,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43823",1,35.856111,-78.574167,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.546667,0.084208,0.7,"2013-02-09 00:00",0.7,"2013-08-26 00:00",0.7,"2013-09-25 00:00",0.6,"2013-01-10 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.6,0.4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43823",8,35.856111,-78.574167,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.528571,0.091387,0.6,"2013-03-05 00:00",0.6,"2013-03-11 00:00",0.6,"2013-03-17 00:00",0.6,"2013-03-23 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43824",1,35.856111,-78.574167,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.008889,0.059628,0.4,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.4,0.4,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43824",8,35.856111,-78.574167,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43826",1,35.856111,-78.574167,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43826",8,35.856111,-78.574167,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43828",1,35.856111,-78.574167,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43828",8,35.856111,-78.574167,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",14,0.05,0,0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00",0.05,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43829",1,35.856111,-78.574167,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43829",8,35.856111,-78.574167,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43830",1,35.856111,-78.574167,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033333,0.092932,0.4,"2013-04-04 00:00",0.3,"2013-04-10 00:00",0.3,"2013-04-16 00:00",0.2,"2013-03-11 00:00","","","","",0.4,0.4,0.3,0.2,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43830",8,35.856111,-78.574167,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.092857,0.159153,0.4,"2013-04-04 00:00",0.4,"2013-04-16 00:00",0.3,"2013-04-28 00:00",0.2,"2013-04-10 00:00","","","","",0.4,0.4,0.4,0.4,0.2,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43831",1,35.856111,-78.574167,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.115556,0.402241,2.3,"2013-07-15 00:00",1.2,"2013-05-28 00:00",0.7,"2013-04-10 00:00",0.5,"2013-04-04 00:00","","","","",2.3,2.3,0.7,0.5,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43831",8,35.856111,-78.574167,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.314286,0.664318,1.8,"2013-04-10 00:00",1.8,"2013-04-16 00:00",0.8,"2013-04-04 00:00",0,"2013-03-05 00:00","","","","",1.8,1.8,1.8,1.8,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43838",1,35.856111,-78.574167,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43838",8,35.856111,-78.574167,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",14,0.05,0,0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00",0.05,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43843",1,35.856111,-78.574167,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43843",8,35.856111,-78.574167,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","43860",1,35.856111,-78.574167,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","43860",8,35.856111,-78.574167,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","44201",1,35.856111,-78.574167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7549,100,214,214,0,467,0,0,"Certification not required",774,0.043168,0.012786,0.073,"2013-03-06 01:00",0.073,"2013-07-18 12:00",0.073,"2013-08-26 16:00",0.072,"2013-08-27 15:00","","","","",0.073,0.069,0.064,0.06,0.053,0.046,0.038,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","44201",1,35.856111,-78.574167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7869,100,214,214,0,0,0,0,"Certification not required",0,0.038444,0.011912,0.064,"2013-07-18 09:00",0.063,"2013-05-15 11:00",0.061,"2013-05-16 09:00",0.061,"2013-08-02 11:00","","","","",0.061,0.06,0.057,0.054,0.048,0.042,0.033,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","44201",1,35.856111,-78.574167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7869,100,214,214,0,0,0,0,"Certification not required",0,0.038444,0.011912,0.064,"2013-07-18 09:00",0.063,"2013-05-15 11:00",0.061,"2013-05-16 09:00",0.061,"2013-08-02 11:00","","","","",0.061,0.06,0.057,0.054,0.048,0.042,0.033,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","45109",1,35.856111,-78.574167,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.931818,2.36582,11.7,"2013-09-25 00:00",8,"2013-05-10 00:00",7.4,"2013-08-20 00:00",7.1,"2013-06-15 00:00","","","","",11.7,11.7,7.4,6.6,3.5,2.4,1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45109",8,35.856111,-78.574167,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,2.085714,1.485239,6.4,"2013-05-10 00:00",3.6,"2013-03-05 00:00",2.9,"2013-03-29 00:00",2.4,"2013-05-16 00:00","","","","",6.4,6.4,6.4,3.6,2.4,1.8,0.7,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45201",1,35.856111,-78.574167,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.035556,0.759831,3.4,"2013-01-10 00:00",3,"2013-02-15 00:00",2.5,"2013-03-05 00:00",2.4,"2013-03-29 00:00","","","","",3.4,3.4,2.5,2.1,1.4,0.9,0.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45201",8,35.856111,-78.574167,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,1.042857,0.713296,2.7,"2013-03-05 00:00",2,"2013-03-29 00:00",1.6,"2013-03-11 00:00",1.4,"2013-03-23 00:00","","","","",2.7,2.7,2.7,2,1.4,1,0.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45202",1,35.856111,-78.574167,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.604444,2.312609,11.4,"2013-01-10 00:00",8.6,"2013-09-25 00:00",7.5,"2013-02-15 00:00",6.1,"2013-03-29 00:00","","","","",11.4,11.4,7.5,5.7,2.6,1.9,0.7,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45202",8,35.856111,-78.574167,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,2.085714,1.612383,5.2,"2013-03-05 00:00",4.5,"2013-05-10 00:00",4.4,"2013-03-29 00:00",2.7,"2013-04-10 00:00","","","","",5.2,5.2,5.2,4.5,2.7,1.9,0.4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45203",1,35.856111,-78.574167,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.673333,0.422869,1.9,"2013-09-25 00:00",1.7,"2013-01-10 00:00",1.6,"2013-02-15 00:00",1.2,"2013-03-05 00:00","","","","",1.9,1.9,1.6,1.2,0.9,0.6,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45203",8,35.856111,-78.574167,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.557143,0.322763,1.2,"2013-03-05 00:00",1,"2013-03-29 00:00",1,"2013-05-10 00:00",0.7,"2013-03-11 00:00","","","","",1.2,1.2,1.2,1,0.7,0.5,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45204",1,35.856111,-78.574167,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.813333,0.565525,2.5,"2013-09-25 00:00",2.2,"2013-01-10 00:00",2,"2013-02-15 00:00",1.7,"2013-05-10 00:00","","","","",2.5,2.5,2,1.6,1,0.6,0.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45204",8,35.856111,-78.574167,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.678571,0.417278,1.5,"2013-03-05 00:00",1.4,"2013-05-10 00:00",1.2,"2013-03-29 00:00",0.8,"2013-03-11 00:00","","","","",1.5,1.5,1.5,1.4,0.8,0.6,0.2,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45207",1,35.856111,-78.574167,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",27,0.394444,0.460881,1.3,"2013-06-09 00:00",1.3,"2013-08-20 00:00",1.3,"2013-09-25 00:00",1.2,"2013-05-10 00:00","","","","",1.3,1.3,1.3,1.1,0.9,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45207",8,35.856111,-78.574167,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",10,0.25,0.347519,1,"2013-05-10 00:00",0.9,"2013-05-16 00:00",0.6,"2013-03-05 00:00",0.5,"2013-03-29 00:00","","","","",1,1,1,0.9,0.5,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45208",1,35.856111,-78.574167,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",18,1.184444,1.166718,4,"2013-09-25 00:00",3.6,"2013-01-10 00:00",3.1,"2013-05-10 00:00",3.1,"2013-06-15 00:00","","","","",4,4,3.1,3,2.2,0.8,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45208",8,35.856111,-78.574167,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",6,0.75,0.789352,2.7,"2013-05-10 00:00",1.5,"2013-03-05 00:00",1.4,"2013-04-16 00:00",1.3,"2013-03-29 00:00","","","","",2.7,2.7,2.7,1.5,1.3,0.8,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45220",1,35.856111,-78.574167,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.48,0.493872,1.5,"2013-06-09 00:00",1.4,"2013-09-25 00:00",1.3,"2013-08-20 00:00",1.2,"2013-05-10 00:00","","","","",1.5,1.5,1.3,1.1,0.9,0.6,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45220",8,35.856111,-78.574167,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.257143,0.427361,1.1,"2013-05-10 00:00",0.9,"2013-05-22 00:00",0.8,"2013-03-05 00:00",0.8,"2013-04-16 00:00","","","","",1.1,1.1,1.1,0.9,0.8,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45225",1,35.856111,-78.574167,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",29,0.447778,0.665715,2.3,"2013-05-10 00:00",2.3,"2013-06-09 00:00",2.3,"2013-06-15 00:00",2,"2013-07-09 00:00","","","","",2.3,2.3,2.3,1.3,0.8,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45225",8,35.856111,-78.574167,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",9,0.353571,0.564482,2.1,"2013-05-10 00:00",0.7,"2013-03-29 00:00",0.6,"2013-03-05 00:00",0.6,"2013-03-11 00:00","","","","",2.1,2.1,2.1,0.7,0.6,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-04" +"37","183","0014","45501",3,35.856111,-78.574167,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45503",3,35.856111,-78.574167,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45504",3,35.856111,-78.574167,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,81,8,16,0,2,"","","Certification not required",13,0.05,0,0.05,"2013-07-03 00:00",0.05,"2013-07-09 00:00",0.05,"2013-07-15 00:00",0.05,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45801",1,35.856111,-78.574167,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45801",8,35.856111,-78.574167,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","45805",1,35.856111,-78.574167,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45805",8,35.856111,-78.574167,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",14,0.05,0,0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00",0.05,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","45806",1,35.856111,-78.574167,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45806",8,35.856111,-78.574167,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",14,0.05,0,0.05,"2013-03-05 00:00",0.05,"2013-03-11 00:00",0.05,"2013-03-17 00:00",0.05,"2013-03-23 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","45807",1,35.856111,-78.574167,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",41,67,41,61,0,4,"","","Certification not required",0,0.126829,0.359878,1.4,"2013-03-29 00:00",1.2,"2013-04-16 00:00",1.2,"2013-06-09 00:00",0.8,"2013-09-25 00:00","","","","",1.4,1.4,1.2,0.6,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45807",8,35.856111,-78.574167,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.342857,0.747009,2.5,"2013-03-11 00:00",1.2,"2013-05-10 00:00",1.1,"2013-03-05 00:00",0,"2013-03-17 00:00","","","","",2.5,2.5,2.5,1.2,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","45809",1,35.856111,-78.574167,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45809",8,35.856111,-78.574167,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0.092857,0.34744,1.3,"2013-05-16 00:00",0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00","","","","",1.3,1.3,1.3,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","45810",1,35.856111,-78.574167,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","45810",8,35.856111,-78.574167,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","46201",1,35.856111,-78.574167,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-11-27" +"37","183","0014","46201",8,35.856111,-78.574167,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,27,14,51,0,1,"","","Certification not required",0,0,0,0,"2013-03-05 00:00",0,"2013-03-11 00:00",0,"2013-03-17 00:00",0,"2013-03-23 00:00","","","","",0,0,0,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-05" +"37","183","0014","61103",1,35.856111,-78.574167,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Knots","No Events",7938,91,331,365,0,54,"","","Certification not required",0,2.657496,2.226609,30.9,"2013-03-13 18:00",29.5,"2013-03-13 17:00",29.1,"2013-03-13 15:00",29.1,"2013-03-13 16:00","","","","",9.7,7.4,6,4.9,3.5,2.3,0.6,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","61104",1,35.856111,-78.574167,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 1",2013,"Degrees Compass","No Events",7938,91,331,365,0,54,"","","Certification not required",0,180.27866,106.00903,359,"2013-01-08 04:00",359,"2013-01-17 02:00",359,"2013-01-18 19:00",359,"2013-02-09 19:00","","","","",356,353,342,321,269,188,26,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","61106",1,35.856111,-78.574167,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",7937,91,331,365,0,55,"","","Certification not required",0,29.86345,10.615249,81.6,"2013-09-25 01:00",78.4,"2013-05-06 07:00",77.2,"2013-09-07 11:00",76.6,"2013-11-25 12:00","","","","",64,58.6,50.5,43.5,34.9,28.5,18.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","62101",1,35.856111,-78.574167,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7934,91,331,365,0,58,"","","Certification not required",0,61.256617,15.955146,95,"2013-06-13 15:00",95,"2013-06-13 16:00",94,"2013-06-13 14:00",93,"2013-06-13 13:00","","","","",88,87,84,81,74,64,38,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","62101",2,35.856111,-78.574167,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7934,91,331,365,0,58,"","","Certification not required",0,61.074742,16.384501,96,"2013-06-13 15:00",96,"2013-06-13 16:00",95,"2013-06-13 14:00",94,"2013-06-13 13:00","","","","",89,87,85,82,74,63,38,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","62106",1,35.856111,-78.574167,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",7930,91,331,365,0,62,"","","Certification not required",0,0.100832,0.470365,3.7,"2013-01-20 00:00",2.6,"2013-11-12 07:00",2.5,"2013-01-19 23:00",2.4,"2013-01-07 04:00","","","","",1.5,1.3,1,0.7,0.3,0.1,-0.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","62201",1,35.856111,-78.574167,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7934,91,331,365,0,58,"","","Certification not required",0,65.200781,24.044664,100,"2013-01-01 22:00",100,"2013-01-01 23:00",100,"2013-01-02 00:00",100,"2013-01-02 01:00","","","","",100,100,98,95,85,68,33,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","63301",1,35.856111,-78.574167,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7906,90,329,365,0,86,"","","Certification not required",3834,0.257076,0.436399,9.35,"2013-03-29 03:00",6.31,"2013-03-22 02:00",6.3,"2013-03-29 02:00",6.12,"2013-03-22 07:00","","","","",1.25,1.18,1.05,0.86,0.42,0.02,0.005,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","65102",1,35.856111,-78.574167,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7938,91,331,365,0,54,"","","Certification not required",0,0.005161,0.038136,1.38,"2013-06-07 15:00",1.04,"2013-06-26 19:00",0.8,"2013-06-28 23:00",0.78,"2013-05-06 14:00","","","","",0.13,0.07,0.01,0,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-19" +"37","183","0014","68103",5,35.856111,-78.574167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",101,83,101,122,0,5,"","","Certification not required",0,12.057426,8.254542,24.4,"2013-07-18 00:00",23.1,"2013-07-06 00:00",23.1,"2013-07-21 00:00",23.1,"2013-07-24 00:00","","","","",23.1,23.1,22.5,21.3,19.7,13.2,0.4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","68104",5,35.856111,-78.574167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",101,83,101,122,0,5,"","","Certification not required",0,23.647525,8.635353,38.1,"2013-07-18 00:00",36.3,"2013-07-24 00:00",36.3,"2013-08-11 00:00",34.8,"2013-09-10 00:00","","","","",36.3,36.3,34.2,33.1,31.3,24.6,11.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","68105",1,35.856111,-78.574167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,100,45,61,0,0,"","","Certification not required",0,19.165934,8.428117,31.3,"2013-07-18 00:00",29.5,"2013-07-24 00:00",29.5,"2013-08-11 00:00",29.3,"2013-08-08 00:00","","","","",31.3,29.5,29.1,28.1,26.8,21.3,7.3,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","68105",5,35.856111,-78.574167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",101,83,101,122,0,5,"","","Certification not required",0,17.389109,8.113568,29.9,"2013-07-18 00:00",28.1,"2013-07-24 00:00",28.1,"2013-08-11 00:00",27.8,"2013-08-08 00:00","","","","",28.1,28.1,27.4,26.4,24.5,18.7,6,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","68105",7,35.856111,-78.574167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,0,"","","Certification not required",0,18.958242,8.487312,31.2,"2013-07-18 00:00",29.4,"2013-08-11 00:00",29.3,"2013-07-24 00:00",29.1,"2013-08-08 00:00","","","","",31.2,29.4,28.9,27.9,26.6,21.1,6.8,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","68106",5,35.856111,-78.574167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,83,101,122,0,5,"","","Certification not required",0,749.554455,3.653697,760,"2013-01-10 00:00",756,"2013-02-18 00:00",755,"2013-01-04 00:00",755,"2013-01-07 00:00","","","","",756,755,755,754,752,750,744,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","68107",5,35.856111,-78.574167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,83,101,122,0,5,"","","Certification not required",0,755.009901,4.177308,767,"2013-01-25 00:00",766,"2013-01-19 00:00",766,"2013-01-28 00:00",765,"2013-04-22 00:00","","","","",766,766,762,760,757,755,750,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","68108",1,35.856111,-78.574167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,45,61,0,0,"","","Certification not required",0,757.736264,4.141484,768,"2013-01-10 00:00",766,"2013-01-19 00:00",766,"2013-01-28 00:00",765,"2013-01-07 00:00","","","","",768,766,765,762,761,758,753,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","68108",5,35.856111,-78.574167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,83,101,122,0,5,"","","Certification not required",0,751.39604,3.591878,760,"2013-01-10 00:00",758,"2013-01-07 00:00",758,"2013-01-19 00:00",758,"2013-01-25 00:00","","","","",758,758,758,756,754,751,747,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","68108",7,35.856111,-78.574167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,91,122,0,0,"","","Certification not required",0,758.054945,4.088908,768,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-01-07 00:00",765,"2013-01-19 00:00","","","","",768,766,765,762,761,758,753,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","81102",7,35.856111,-78.574167,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",88,72,88,122,0,5,0,0,"Certification not required",0,13.715909,5.319556,38,"2013-04-10 00:00",27,"2013-07-18 00:00",26,"2013-03-16 00:00",23,"2013-01-28 00:00","","","","",38,27,23,20,16,13,8,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","85101",7,35.856111,-78.574167,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,5,"","","Certification not required",0,13.954545,5.282609,38,"2013-04-10 00:00",26,"2013-03-16 00:00",26,"2013-07-18 00:00",24,"2013-01-28 00:00","","","","",38,26,23,20,17,13,8,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","85129",1,35.856111,-78.574167,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",11,18,11,61,0,0,0,0,"Certification not required",0,0.001545,0.001214,0.004,"2013-02-15 00:00",0.003,"2013-01-28 00:00",0.002,"2013-01-10 00:00",0.002,"2013-02-21 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0.001,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-09-06" +"37","183","0014","86101",7,35.856111,-78.574167,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,5,"","","Certification not required",0,5.942045,3.240609,26.6,"2013-04-10 00:00",15.1,"2013-04-19 00:00",11.1,"2013-03-11 00:00",11.1,"2013-05-16 00:00","","","","",26.6,15.1,10.6,8.7,7.4,5.2,3.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","88101",1,35.856111,-78.574167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,2,0,0,"Certification not required",0,8.385714,3.790561,21.5,"2013-07-18 00:00",17.3,"2013-03-16 00:00",17,"2013-01-28 00:00",16.8,"2013-08-29 00:00","","","","",21.5,17.3,16,13,11,7.6,4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","88101",1,35.856111,-78.574167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,2,"","","Certification not required",0,8.385714,3.790561,21.5,"2013-07-18 00:00",17.3,"2013-03-16 00:00",17,"2013-01-28 00:00",16.8,"2013-08-29 00:00","","","","",21.5,17.3,16,13,11,7.6,4,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-08" +"37","183","0014","88101",3,35.856111,-78.574167,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7563,86,322,365,0,451,"","","Certification not required",0,10.504178,5.588475,40.8,"2013-04-10 17:00",39.6,"2013-01-27 23:00",38.9,"2013-01-27 21:00",38.9,"2013-01-27 22:00","","","","",27.4,25.4,21.7,18.3,13.2,9.5,4.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","88101",3,35.856111,-78.574167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,0,0,"Certification not required",0,10.451911,4.170252,28.5,"2013-01-27 00:00",26.7,"2013-08-28 00:00",24,"2013-01-29 00:00",23.4,"2013-01-26 00:00","","","","",23.4,21,18,15.9,12.6,9.7,6.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","88101",3,35.856111,-78.574167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,10.451911,4.170252,28.5,"2013-01-27 00:00",26.7,"2013-08-28 00:00",24,"2013-01-29 00:00",23.4,"2013-01-26 00:00","","","","",23.4,21,18,15.9,12.6,9.7,6.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","88102",5,35.856111,-78.574167,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",96,0.019107,0.005397,0.043,"2013-03-23 00:00",0.03,"2013-07-24 00:00",0.026,"2013-08-23 00:00",0.026,"2013-10-25 00:00","","","","",0.043,0.03,0.0255,0.0255,0.021,0.0195,0.0095,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88103",5,35.856111,-78.574167,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.000469,0.000721,0.002,"2013-01-01 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-19 00:00",0.002,"2013-01-28 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88104",5,35.856111,-78.574167,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",63,0.026128,0.042318,0.314,"2013-06-24 00:00",0.171,"2013-06-27 00:00",0.171,"2013-06-30 00:00",0.104,"2013-07-03 00:00","","","","",0.314,0.171,0.092,0.067,0.024,0.0115,0.0065,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88107",5,35.856111,-78.574167,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.007467,0.007484,0.0295,"2013-01-16 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-22 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88109",5,35.856111,-78.574167,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",26,0.003147,0.002255,0.0129,"2013-03-05 00:00",0.0095,"2013-01-28 00:00",0.0083,"2013-10-31 00:00",0.008,"2013-10-28 00:00","","","","",0.0129,0.0095,0.0079,0.0064,0.004,0.0029,0.00085,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88110",5,35.856111,-78.574167,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.001531,0.004422,0.023,"2013-07-24 00:00",0.022,"2013-02-27 00:00",0.019,"2013-05-25 00:00",0.014,"2013-08-14 00:00","","","","",0.023,0.022,0.012,0.005,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88111",5,35.856111,-78.574167,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",36,0.013144,0.011515,0.0606,"2013-05-16 00:00",0.0551,"2013-06-24 00:00",0.0499,"2013-04-10 00:00",0.0361,"2013-06-27 00:00","","","","",0.0606,0.0551,0.0356,0.0269,0.0192,0.0106,0.00235,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88112",5,35.856111,-78.574167,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.0085,0.021979,0.107,"2013-09-16 00:00",0.099,"2013-09-19 00:00",0.095,"2013-10-04 00:00",0.091,"2013-09-22 00:00","","","","",0.107,0.099,0.083,0.016,0.004,0.002,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88113",5,35.856111,-78.574167,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.000674,0.000126,0.001,"2013-01-16 00:00",0.001,"2013-02-18 00:00",0.001,"2013-02-21 00:00",0.001,"2013-04-22 00:00","","","","",0.001,0.001,0.001,0.001,0.0007,0.00065,0.00055,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88114",5,35.856111,-78.574167,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",44,0.002456,0.001892,0.009,"2013-10-01 00:00",0.0077,"2013-10-28 00:00",0.0072,"2013-01-19 00:00",0.0072,"2013-08-05 00:00","","","","",0.009,0.0077,0.0067,0.0057,0.0035,0.0019,0.0008,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88115",5,35.856111,-78.574167,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",50,0.019306,0.055896,0.429,"2013-03-11 00:00",0.286,"2013-05-04 00:00",0.194,"2013-07-06 00:00",0.138,"2013-07-03 00:00","","","","",0.429,0.286,0.0729,0.0255,0.0106,0.0055,0.00245,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88117",5,35.856111,-78.574167,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.007856,0.011928,0.043,"2013-01-16 00:00",0.043,"2013-02-18 00:00",0.043,"2013-02-21 00:00",0.043,"2013-04-22 00:00","","","","",0.043,0.043,0.043,0.043,0.0048,0.0041,0.0028,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88118",5,35.856111,-78.574167,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.010395,0.006912,0.023,"2013-01-16 00:00",0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-22 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.00405,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88126",5,35.856111,-78.574167,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.049333,0.030578,0.175,"2013-06-24 00:00",0.142,"2013-06-27 00:00",0.126,"2013-06-15 00:00",0.123,"2013-10-28 00:00","","","","",0.175,0.142,0.12,0.0914,0.0597,0.043,0.0169,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88128",5,35.856111,-78.574167,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.000704,0.001356,0.008,"2013-01-13 00:00",0.006,"2013-10-16 00:00",0.005,"2013-10-22 00:00",0.003,"2013-01-10 00:00","","","","",0.008,0.006,0.003,0.002,0.001,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88131",5,35.856111,-78.574167,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.009913,0.003244,0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-03-02 00:00",0.0165,"2013-04-19 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88132",5,35.856111,-78.574167,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.000765,0.000883,0.003,"2013-04-04 00:00",0.003,"2013-06-18 00:00",0.003,"2013-06-24 00:00",0.003,"2013-08-29 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88136",5,35.856111,-78.574167,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.000327,0.000797,0.005,"2013-06-15 00:00",0.003,"2013-06-30 00:00",0.003,"2013-07-21 00:00",0.002,"2013-05-16 00:00","","","","",0.005,0.003,0.002,0.001,0,0,0,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88140",5,35.856111,-78.574167,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",86,0.009783,0.009807,0.062,"2013-03-11 00:00",0.044,"2013-05-04 00:00",0.042,"2013-10-25 00:00",0.0363,"2013-04-19 00:00","","","","",0.062,0.044,0.0356,0.02,0.009,0.006,0.00475,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88152",5,35.856111,-78.574167,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.005513,0.001635,0.008,"2013-01-31 00:00",0.008,"2013-02-03 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.00285,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88154",5,35.856111,-78.574167,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.001027,0.000255,0.00135,"2013-02-06 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-13 00:00","","","","",0.00135,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88160",5,35.856111,-78.574167,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",95,0.013327,0.004352,0.033,"2013-08-14 00:00",0.024,"2013-10-16 00:00",0.022,"2013-02-03 00:00",0.018,"2013-01-25 00:00","","","","",0.033,0.024,0.018,0.018,0.016,0.01,0.01,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88161",5,35.856111,-78.574167,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",85,0.003084,0.002514,0.0175,"2013-06-24 00:00",0.0166,"2013-06-27 00:00",0.0093,"2013-06-30 00:00",0.009,"2013-07-03 00:00","","","","",0.0175,0.0166,0.0089,0.0049,0.00265,0.0025,0.0021,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88164",5,35.856111,-78.574167,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",97,0.001597,0.000363,0.004,"2013-11-03 00:00",0.00195,"2013-01-31 00:00",0.00195,"2013-02-03 00:00",0.0019,"2013-03-23 00:00","","","","",0.004,0.00195,0.0019,0.0019,0.0019,0.0015,0.00095,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88165",5,35.856111,-78.574167,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",11,0.0621,0.078906,0.597,"2013-06-24 00:00",0.422,"2013-06-27 00:00",0.251,"2013-07-03 00:00",0.23,"2013-08-11 00:00","","","","",0.597,0.422,0.194,0.0987,0.068,0.0432,0.009,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88166",5,35.856111,-78.574167,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",98,0.008217,0.004536,0.0185,"2013-01-25 00:00",0.0185,"2013-01-28 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-04-19 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88167",5,35.856111,-78.574167,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",34,0.0047,0.00395,0.0206,"2013-01-19 00:00",0.0181,"2013-01-28 00:00",0.0158,"2013-01-01 00:00",0.0145,"2013-10-28 00:00","","","","",0.0206,0.0181,0.0134,0.0102,0.0062,0.0039,0.0013,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88168",5,35.856111,-78.574167,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",92,0.001489,0.001596,0.0162,"2013-10-19 00:00",0.0047,"2013-05-22 00:00",0.0036,"2013-04-16 00:00",0.0026,"2013-02-27 00:00","","","","",0.0162,0.0047,0.0026,0.00175,0.00155,0.00115,0.00085,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88169",5,35.856111,-78.574167,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.672321,0.365568,1.88,"2013-01-28 00:00",1.84,"2013-08-29 00:00",1.77,"2013-09-10 00:00",1.68,"2013-07-18 00:00","","","","",1.88,1.84,1.55,1.12,0.79,0.615,0.259,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88176",5,35.856111,-78.574167,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",97,0.000993,0.000223,0.0017,"2013-04-04 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-01-28 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88180",5,35.856111,-78.574167,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.051146,0.034474,0.276,"2013-01-01 00:00",0.126,"2013-01-19 00:00",0.119,"2013-03-23 00:00",0.113,"2013-10-22 00:00","","","","",0.276,0.126,0.109,0.087,0.0612,0.044,0.0188,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88184",5,35.856111,-78.574167,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",51,0.068658,0.090143,0.494,"2013-03-11 00:00",0.441,"2013-05-04 00:00",0.338,"2013-04-19 00:00",0.312,"2013-07-06 00:00","","","","",0.494,0.441,0.286,0.165,0.073,0.027,0.0155,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88185",5,35.856111,-78.574167,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",93,0.003701,0.004103,0.025,"2013-10-01 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-03-02 00:00","","","","",0.025,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88301",5,35.856111,-78.574167,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",4,0.500826,0.427493,2.78,"2013-01-28 00:00",1.88,"2013-03-17 00:00",1.55,"2013-09-10 00:00",1.29,"2013-07-18 00:00","","","","",2.78,1.88,1.24,0.908,0.724,0.443,0.056,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88302",5,35.856111,-78.574167,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",6,0.097156,0.107525,0.631,"2013-03-11 00:00",0.557,"2013-05-04 00:00",0.367,"2013-07-06 00:00",0.35,"2013-04-19 00:00","","","","",0.631,0.557,0.338,0.21,0.12,0.059,0.0197,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88303",5,35.856111,-78.574167,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",18,0.040793,0.028875,0.18,"2013-01-01 00:00",0.122,"2013-05-19 00:00",0.117,"2013-07-15 00:00",0.113,"2013-01-28 00:00","","","","",0.18,0.122,0.105,0.076,0.053,0.035,0.0115,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88306",1,35.856111,-78.574167,"WGS84","Total Nitrate PM2.5 LC","1 HOUR","","Observed Values","R&P MODEL 8400N - FLASH VAPORIZATION/CHEMILUMINESCENCE",2013,"Micrograms/cubic meter (LC)","No Events",5569,64,234,365,0,287,"","","Certification not required",1434,0.39958,0.386383,4.55,"2013-11-30 08:00",4.11,"2013-11-30 07:00",3.92,"2013-10-30 08:00",3.78,"2013-11-30 09:00","","","","",2.07,1.69,1.07,0.77,0.49,0.29,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","88306",5,35.856111,-78.574167,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.5265,0.528408,3.27,"2013-01-28 00:00",2.4,"2013-01-25 00:00",2.39,"2013-03-17 00:00",2.29,"2013-03-05 00:00","","","","",3.27,2.4,1.82,1.07,0.601,0.325,0.188,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88313",1,35.856111,-78.574167,"WGS84","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",7891,90,330,365,0,125,"","","Certification not required",2308,0.406933,0.392707,3.46,"2013-01-09 09:00",3.2,"2013-10-29 05:00",3.19,"2013-01-09 21:00",2.9,"2013-10-29 06:00","","","","",1.9,1.6,1.2,0.9,0.5,0.3,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","88314",1,35.856111,-78.574167,"WGS84","UV Carbon PM2.5 LC","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6631,76,277,365,0,121,"","","Certification not required",1673,0.469818,0.497989,3.97,"2013-01-19 02:00",3.9,"2013-02-06 05:00",3.85,"2013-01-27 21:00",3.84,"2013-02-09 22:00","","","","",2.49,2.05,1.5,1.07,0.6,0.3,0.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2013-12-17" +"37","183","0014","88355",5,35.856111,-78.574167,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,2.52504,1.278523,6.21,"2013-03-05 00:00",6.16,"2013-10-28 00:00",6.01,"2013-07-18 00:00",5.62,"2013-10-22 00:00","","","","",6.16,6.01,5.38,4.07,3.32,2.26,1.1,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88357",5,35.856111,-78.574167,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.232337,0.14375,0.832,"2013-10-28 00:00",0.656,"2013-10-22 00:00",0.6,"2013-03-05 00:00",0.573,"2013-02-18 00:00","","","","",0.656,0.6,0.551,0.407,0.277,0.19,0.097,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88370",5,35.856111,-78.574167,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,2.287782,1.112541,5.68,"2013-03-05 00:00",5.39,"2013-10-28 00:00",5.31,"2013-07-18 00:00",4.86,"2013-02-06 00:00","","","","",5.39,5.31,4.55,3.79,2.97,2.09,1.06,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88374",5,35.856111,-78.574167,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",1,0.238426,0.221872,1.36,"2013-07-18 00:00",1.05,"2013-10-28 00:00",0.746,"2013-01-01 00:00",0.745,"2013-10-22 00:00","","","","",1.05,0.746,0.6,0.492,0.337,0.171,0.042,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88375",5,35.856111,-78.574167,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.576921,0.259452,1.24,"2013-10-22 00:00",1.17,"2013-07-18 00:00",1.16,"2013-10-04 00:00",1.15,"2013-10-28 00:00","","","","",1.17,1.16,1.06,0.947,0.716,0.548,0.266,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88376",5,35.856111,-78.574167,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.662446,0.367495,2.12,"2013-01-19 00:00",1.96,"2013-03-05 00:00",1.75,"2013-10-28 00:00",1.69,"2013-02-06 00:00","","","","",1.96,1.75,1.39,1.05,0.774,0.574,0.329,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88377",5,35.856111,-78.574167,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.393475,0.203559,1.04,"2013-03-05 00:00",0.925,"2013-10-28 00:00",0.912,"2013-04-10 00:00",0.885,"2013-01-01 00:00","","","","",0.925,0.912,0.823,0.655,0.514,0.339,0.191,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88378",5,35.856111,-78.574167,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",1,0.416693,0.215126,1.09,"2013-03-05 00:00",1.07,"2013-07-18 00:00",0.938,"2013-02-06 00:00",0.872,"2013-09-04 00:00","","","","",1.07,0.938,0.806,0.684,0.524,0.386,0.169,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88380",5,35.856111,-78.574167,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.469584,0.308784,1.6,"2013-10-28 00:00",1.46,"2013-10-22 00:00",1.36,"2013-01-19 00:00",1.19,"2013-02-06 00:00","","","","",1.46,1.36,1.12,0.893,0.55,0.426,0.18,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88383",5,35.856111,-78.574167,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.833693,0.448417,2.17,"2013-03-05 00:00",2.07,"2013-10-28 00:00",2.06,"2013-02-06 00:00",1.98,"2013-07-18 00:00","","","","",2.07,2.06,1.54,1.37,1.17,0.712,0.338,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88384",5,35.856111,-78.574167,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.052353,0.02054,0.116,"2013-04-01 00:00",0.106,"2013-09-25 00:00",0.103,"2013-02-09 00:00",0.102,"2013-07-12 00:00","","","","",0.106,0.103,0.0865,0.0795,0.064,0.0479,0.0306,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88385",5,35.856111,-78.574167,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",98,0.00112,0.000698,0.00603,"2013-01-07 00:00",0.00457,"2013-03-17 00:00",0.00448,"2013-09-25 00:00",0.001,"2013-01-01 00:00","","","","",0.00457,0.00448,0.001,0.001,0.001,0.001,0.001,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88388",5,35.856111,-78.574167,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.654089,0.351057,1.77,"2013-07-18 00:00",1.62,"2013-03-05 00:00",1.58,"2013-02-06 00:00",1.35,"2013-09-10 00:00","","","","",1.62,1.58,1.22,1.13,0.899,0.562,0.232,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88403",1,35.856111,-78.574167,"WGS84","Sulfate PM2.5 LC","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6286,72,288,365,0,1709,"","","Certification not required",1264,0.873479,0.665359,6.65,"2013-10-25 19:00",6.09,"2013-10-16 00:00",5.59,"2013-08-27 23:00",5.58,"2013-10-19 14:00","","","","",3.3,2.68,1.98,1.63,1.1,0.73,0.25,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-01-31" +"37","183","0014","88403",5,35.856111,-78.574167,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.709246,0.961635,5.17,"2013-01-28 00:00",4.64,"2013-08-29 00:00",4.33,"2013-09-10 00:00",4.11,"2013-08-23 00:00","","","","",5.17,4.64,3.93,3.03,2.1,1.56,0.64,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0014","88502",5,35.856111,-78.574167,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,9.452041,4.907269,30.5,"2013-02-21 00:00",22.1,"2013-04-04 00:00",22,"2013-07-18 00:00",21.1,"2013-01-28 00:00","","","","",30.5,22.1,18.7,15.9,12.2,7.9,4.5,"Millbrook School","3801 SPRING FOREST RD.","North Carolina","Wake","Raleigh","Raleigh-Cary, NC","2014-02-14" +"37","183","0016","44201",1,35.596944,-78.7925,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4881,100,213,214,0,255,0,0,"Certification not required",241,0.042798,0.011636,0.073,"2013-07-17 11:00",0.069,"2013-05-15 16:00",0.067,"2013-06-05 16:00",0.064,"2013-04-26 16:00","","","","",0.067,0.064,0.06,0.057,0.051,0.044,0.025,"Fuquay-Varina","201 NORTH BROAD STREET","North Carolina","Wake","Fuquay-Varina","Raleigh-Cary, NC","2013-12-16" +"37","183","0016","44201",1,35.596944,-78.7925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5088,98,210,214,0,0,0,0,"Certification not required",0,0.038386,0.011195,0.063,"2013-05-15 11:00",0.063,"2013-07-17 10:00",0.062,"2013-06-05 11:00",0.061,"2013-04-27 10:00","","","","",0.062,0.061,0.055,0.051,0.047,0.039,0.021,"Fuquay-Varina","201 NORTH BROAD STREET","North Carolina","Wake","Fuquay-Varina","Raleigh-Cary, NC","2013-12-16" +"37","183","0016","44201",1,35.596944,-78.7925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5088,98,210,214,0,0,0,0,"Certification not required",0,0.038386,0.011195,0.063,"2013-05-15 11:00",0.063,"2013-07-17 10:00",0.062,"2013-06-05 11:00",0.061,"2013-04-27 10:00","","","","",0.062,0.061,0.055,0.051,0.047,0.039,0.021,"Fuquay-Varina","201 NORTH BROAD STREET","North Carolina","Wake","Fuquay-Varina","Raleigh-Cary, NC","2013-12-16" +"37","183","0020","68105",1,35.7288,-78.6802,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",92,100,45,61,0,0,"","","Certification not required",0,17.776087,8.139112,29.2,"2013-07-18 00:00",28.4,"2013-08-11 00:00",28,"2013-08-29 00:00",27.5,"2013-07-15 00:00","","","","",29.2,28.4,27.4,26.8,25.3,20.4,6.6,"Finley Farm","3720 Lake Wheeler Rd","North Carolina","Wake","","Raleigh-Cary, NC","2014-01-08" +"37","183","0020","68108",1,35.7288,-78.6802,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",92,100,45,61,0,0,"","","Certification not required",0,757.347826,4.784211,768,"2013-01-10 00:00",766,"2013-01-19 00:00",766,"2013-01-28 00:00",765,"2013-01-07 00:00","","","","",768,766,765,763,761,757,752,"Finley Farm","3720 Lake Wheeler Rd","North Carolina","Wake","","Raleigh-Cary, NC","2014-01-08" +"37","183","0020","88101",1,35.7288,-78.6802,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,3,0,0,"Certification not required",0,8.197778,3.801448,20.7,"2013-03-05 00:00",19.8,"2013-07-18 00:00",17.5,"2013-01-28 00:00",17.3,"2013-08-29 00:00","","","","",20.7,19.8,16.2,12.9,10.5,7.2,4.5,"Finley Farm","3720 Lake Wheeler Rd","North Carolina","Wake","","Raleigh-Cary, NC","2014-01-08" +"37","183","0020","88101",1,35.7288,-78.6802,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,3,"","","Certification not required",0,8.197778,3.801448,20.7,"2013-03-05 00:00",19.8,"2013-07-18 00:00",17.5,"2013-01-28 00:00",17.3,"2013-08-29 00:00","","","","",20.7,19.8,16.2,12.9,10.5,7.2,4.5,"Finley Farm","3720 Lake Wheeler Rd","North Carolina","Wake","","Raleigh-Cary, NC","2014-01-08" +"37","189","0003","68105",1,36.214586,-81.65548,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",93,100,45,61,0,0,"","","Certification not required",0,15.539785,8.175482,26.9,"2013-08-29 00:00",26.5,"2013-06-12 00:00",25.5,"2013-07-18 00:00",25.2,"2013-07-24 00:00","","","","",26.9,26.5,24.8,23.5,22.3,18.6,3.2,"Boone (School)","361 JEFFERSON ROAD","North Carolina","Watauga","Boone","Boone, NC","2013-11-25" +"37","189","0003","68108",1,36.214586,-81.65548,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,45,61,0,0,"","","Certification not required",0,682.021505,3.700701,690,"2013-01-10 00:00",690,"2013-07-16 00:00",689,"2013-07-15 00:00",687,"2013-04-22 00:00","","","","",690,690,687,686,685,682,677,"Boone (School)","361 JEFFERSON ROAD","North Carolina","Watauga","Boone","Boone, NC","2013-11-25" +"37","189","0003","88101",1,36.214586,-81.65548,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,72,88,122,0,6,0,0,"Certification not required",0,6.974157,3.229429,14.3,"2013-08-29 00:00",14.2,"2013-09-10 00:00",14.1,"2013-01-19 00:00",14,"2013-01-28 00:00","","","","",14.3,14.2,14,12.1,9.1,6.3,3.3,"Boone (School)","361 JEFFERSON ROAD","North Carolina","Watauga","Boone","Boone, NC","2013-11-25" +"37","189","0003","88101",1,36.214586,-81.65548,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,72,88,122,0,6,"","","Certification not required",0,6.974157,3.229429,14.3,"2013-08-29 00:00",14.2,"2013-09-10 00:00",14.1,"2013-01-19 00:00",14,"2013-01-28 00:00","","","","",14.3,14.2,14,12.1,9.1,6.3,3.3,"Boone (School)","361 JEFFERSON ROAD","North Carolina","Watauga","Boone","Boone, NC","2013-11-25" +"37","191","0005","61103",1,35.369214,-77.993893,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5782,66,241,365,0,2,"","","Certification not required",0,2.741837,2.291211,15,"2013-01-31 04:00",14.4,"2013-01-31 01:00",14.2,"2013-01-31 00:00",14.2,"2013-01-31 03:00","","","","",9.5,8.7,6.8,5.6,4.1,2.3,0,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2014-01-22" +"37","191","0005","61104",1,35.369214,-77.993893,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5782,66,241,365,0,2,"","","Certification not required",0,174.019543,109.167917,359.9,"2013-03-02 20:00",359.9,"2013-09-24 12:00",359.9,"2013-09-30 03:00",359.9,"2013-11-05 17:00","","","","",358.3,355.9,346.4,326.2,262,183.8,18.5,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2014-01-22" +"37","191","0005","61106",1,35.369214,-77.993893,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",5782,100,112,61,0,2,"","","Certification not required",0,27.846264,12.799152,91.8,"2013-11-08 21:00",85.8,"2013-11-03 06:00",82.7,"2013-11-03 00:00",78.4,"2013-10-11 17:00","","","","",66.7,62.6,54.5,45.8,33.8,25.5,14.4,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2014-01-22" +"37","191","0005","68105",1,35.369214,-77.993893,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",76,100,45,61,0,0,"","","Certification not required",0,21.709211,7.276321,31.2,"2013-07-18 00:00",30.2,"2013-07-24 00:00",29.9,"2013-08-11 00:00",29.7,"2013-08-08 00:00","","","","",31.2,30.2,29.7,29,27.7,24.5,9.4,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2013-11-26" +"37","191","0005","68108",1,35.369214,-77.993893,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",76,100,45,61,0,0,"","","Certification not required",0,760.684211,3.717384,770,"2013-01-10 00:00",768,"2013-01-28 00:00",766,"2013-04-22 00:00",766,"2013-07-15 00:00","","","","",770,768,766,765,764,761,756,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2013-11-26" +"37","191","0005","88101",1,35.369214,-77.993893,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",76,74,45,61,0,0,0,0,"Certification not required",0,8.634211,4.267882,25.2,"2013-03-05 00:00",20,"2013-01-28 00:00",18.9,"2013-08-29 00:00",17.3,"2013-07-18 00:00","","","","",25.2,25.2,18.9,15,12.1,10.8,7,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2013-11-26" +"37","191","0005","88101",1,35.369214,-77.993893,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",76,74,45,61,0,0,"","","Certification not required",0,8.634211,4.267882,25.2,"2013-03-05 00:00",20,"2013-01-28 00:00",18.9,"2013-08-29 00:00",17.3,"2013-07-18 00:00","","","","",25.2,25.2,18.9,15,12.1,10.8,7,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2013-11-26" +"37","191","0005","88101",3,35.369214,-77.993893,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7023,80,297,365,0,273,"","","Certification not required",0,10.794789,6.619297,203.9,"2013-03-05 18:00",77.4,"2013-10-26 20:00",60.7,"2013-10-26 21:00",50.4,"2013-08-08 13:00","","","","",29.5,26.5,22.3,18.9,14,9.5,4.1,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2014-01-17" +"37","191","0005","88101",3,35.369214,-77.993893,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,0,0,"Certification not required",0,10.710884,4.674864,30.2,"2013-03-05 00:00",26.8,"2013-01-27 00:00",26.4,"2013-01-26 00:00",25.8,"2013-08-28 00:00","","","","",26.4,22.6,18.8,17,13.6,9.8,5.6,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2014-01-17" +"37","191","0005","88101",3,35.369214,-77.993893,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,10.710884,4.674864,30.2,"2013-03-05 00:00",26.8,"2013-01-27 00:00",26.4,"2013-01-26 00:00",25.8,"2013-08-28 00:00","","","","",26.4,22.6,18.8,17,13.6,9.8,5.6,"Dillard School"," DEVEREAU ST","North Carolina","Wayne","Goldsboro","Goldsboro, NC","2014-01-17" +"37","199","0004","44201",1,35.765413,-82.264944,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4871,99,211,214,0,265,0,0,"Certification not required",0,0.052166,0.007875,0.073,"2013-06-22 05:00",0.072,"2013-05-15 05:00",0.071,"2013-04-06 19:00",0.07,"2013-05-16 00:00","","","","",0.071,0.068,0.066,0.062,0.057,0.052,0.043,"Mt. Mitchell","4666 State Highway 128","North Carolina","Yancey","","","2014-01-15" +"37","199","0004","44201",1,35.765413,-82.264944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5062,98,210,214,0,0,0,0,"Certification not required",0,0.048962,0.007537,0.069,"2013-05-15 00:00",0.068,"2013-04-06 14:00",0.068,"2013-05-14 23:00",0.065,"2013-05-16 00:00","","","","",0.068,0.064,0.062,0.058,0.053,0.05,0.04,"Mt. Mitchell","4666 State Highway 128","North Carolina","Yancey","","","2014-01-15" +"37","199","0004","44201",1,35.765413,-82.264944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5062,98,210,214,0,0,0,0,"Certification not required",0,0.048962,0.007537,0.069,"2013-05-15 00:00",0.068,"2013-04-06 14:00",0.068,"2013-05-14 23:00",0.065,"2013-05-16 00:00","","","","",0.068,0.064,0.062,0.058,0.053,0.05,0.04,"Mt. Mitchell","4666 State Highway 128","North Carolina","Yancey","","","2014-01-15" +"38","007","0002","42401",1,46.8943,-103.37853,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8691,99,363,365,0,69,0,"","Certification not required",0,0.619008,1.017796,8.5,"2013-12-22 17:00",8,"2013-10-03 21:00",4,"2013-01-30 22:00",4,"2013-05-09 01:00","","","","",4,3,2,2,1,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","42401",1,46.8943,-103.37853,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8691,99,363,365,0,69,"","","Certification not required",0,0.177057,0.474768,8.5,"2013-12-22 17:00",8.1,"2013-12-22 18:00",8,"2013-10-03 21:00",5.9,"2013-12-22 16:00","","","","",2,1.7,1,1,0,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","42401",1,46.8943,-103.37853,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.177686,0.347482,2.6,"2013-12-22 00:00",2.1,"2013-12-23 00:00",1.9,"2013-12-31 00:00",1.3,"2013-02-09 00:00","","","","",1.3,1.1,0.9,0.7,0.2,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","42401",1,46.8943,-103.37853,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2871,98,363,365,0,0,"",0,"Certification not required",0,0.170463,0.429551,5.6,"2013-12-22 20:00",5.5,"2013-12-22 17:00",4.6,"2013-10-03 23:00",3.3,"2013-05-09 08:00","","","","",2,1.3,1,0.7,0,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","42406",1,46.8943,-103.37853,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8709,99,365,365,0,51,"","","Certification not required",0,0.34369,0.670371,13,"2013-10-03 21:00",11,"2013-10-03 18:00",10,"2013-10-03 10:00",9.2,"2013-12-22 18:00","","","","",2.7,2,1,1,1,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","44201",1,46.8943,-103.37853,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8709,100,153,153,0,51,0,0,"Certification not required",1,0.048529,0.00752,0.066,"2013-09-06 14:00",0.064,"2013-08-25 15:00",0.062,"2013-07-06 16:00",0.061,"2013-05-16 04:00","","","","",0.064,0.061,0.06,0.057,0.055,0.052,0.047,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","44201",1,46.8943,-103.37853,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8749,100,153,153,0,0,0,0,"Certification not required",0,0.045203,0.007487,0.063,"2013-09-06 10:00",0.059,"2013-08-25 10:00",0.058,"2013-05-15 10:00",0.057,"2013-05-14 13:00","","","","",0.059,0.057,0.056,0.055,0.053,0.049,0.044,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","44201",1,46.8943,-103.37853,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8749,100,153,153,0,0,0,0,"Certification not required",0,0.045203,0.007487,0.063,"2013-09-06 10:00",0.059,"2013-08-25 10:00",0.058,"2013-05-15 10:00",0.057,"2013-05-14 13:00","","","","",0.059,0.057,0.056,0.055,0.053,0.049,0.044,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","61101",1,46.8943,-103.37853,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,9.652947,4.326075,28.4,"2013-01-24 05:00",26.6,"2013-05-23 14:00",26.4,"2013-05-23 22:00",26,"2013-01-24 07:00","","","","",21.6,20,17.7,15.5,12.4,9.3,4.5,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","61103",1,46.8943,-103.37853,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8754,100,365,365,0,6,"","","Certification not required",0,9.398846,4.42279,28.4,"2013-01-24 05:00",26.4,"2013-05-23 14:00",26.4,"2013-05-23 22:00",26,"2013-01-24 07:00","","","","",21.6,19.8,17.5,15.3,12.2,9.1,4.1,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","61104",1,46.8943,-103.37853,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,207.235435,94.163143,360,"2013-05-31 07:00",360,"2013-05-31 12:00",360,"2013-06-21 03:00",360,"2013-07-25 20:00","","","","",356,351,337,324,293,202,75,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","61106",1,46.8943,-103.37853,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8754,100,365,365,0,6,"","","Certification not required",0,11.021133,8.838182,77,"2013-05-11 14:00",75,"2013-09-03 08:00",74,"2013-05-05 08:00",68,"2013-04-11 16:00","","","","",47,41,28,21,13,9,3,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","62101",1,46.8943,-103.37853,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,42.223657,23.001929,93,"2013-08-17 14:00",93,"2013-08-17 15:00",93,"2013-08-30 14:00",92,"2013-08-17 12:00","","","","",86,82,76,72,61,41,13,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","62201",1,46.8943,-103.37853,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8720,100,361,365,0,40,"","","Certification not required",0,67.621216,18.816308,100,"2013-07-06 05:00",100,"2013-07-06 06:00",100,"2013-09-08 07:00",99,"2013-06-25 04:00","","","","",96,95,93,91,83,70,40,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","63301",1,46.8943,-103.37853,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8759,100,365,365,0,1,"","","Certification not required",4306,0.230259,0.336086,1.37,"2013-05-11 11:00",1.36,"2013-05-15 12:00",1.35,"2013-05-02 12:00",1.35,"2013-05-11 12:00","","","","",1.2,1.14,1.01,0.82,0.39,0.01,0.005,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","65102",1,46.8943,-103.37853,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8747,100,365,365,0,13,"","","Certification not required",0,0.002043,0.015249,0.47,"2013-08-10 17:00",0.35,"2013-05-27 12:00",0.29,"2013-06-22 18:00",0.26,"2013-06-03 19:00","","","","",0.06,0.03,0,0,0,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-18" +"38","007","0002","68102",1,46.8943,-103.37853,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",56,92,56,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-06" +"38","007","0002","68105",1,46.8943,-103.37853,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,6.721429,10.305863,25.4,"2013-08-26 00:00",24.2,"2013-08-20 00:00",22.4,"2013-07-03 00:00",20.9,"2013-07-15 00:00","","","","",25.4,24.2,22.4,19.7,16.1,7.4,-5.5,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-06" +"38","007","0002","68108",1,46.8943,-103.37853,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,689.464286,4.492273,698,"2013-04-22 00:00",698,"2013-11-12 00:00",697,"2013-03-05 00:00",696,"2013-05-04 00:00","","","","",698,698,697,695,692,690,684,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-06" +"38","007","0002","85101",1,46.8943,-103.37853,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,7.09468,5.238454,28.701,"2013-05-10 00:00",19.8535,"2013-05-13 00:00",18.793,"2013-03-29 00:00",12.8258,"2013-05-16 00:00","","","","",28.701,28.701,18.793,12.5464,8.7724,5.9584,2.1298,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","86502",1,46.8943,-103.37853,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,3.391304,4.203058,23,"2013-05-10 00:00",15,"2013-05-13 00:00",9,"2013-04-28 00:00",8,"2013-05-07 00:00","","","","",23,23,9,7,4,2,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88101",1,46.8943,-103.37853,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,4.701786,2.702288,14.2,"2013-03-29 00:00",11.7,"2013-07-03 00:00",11.2,"2013-09-07 00:00",9.7,"2013-02-27 00:00","","","","",14.2,11.7,11.2,8,6.1,4,1.8,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-06" +"38","007","0002","88101",1,46.8943,-103.37853,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,"","","Certification not required",0,4.701786,2.702288,14.2,"2013-03-29 00:00",11.7,"2013-07-03 00:00",11.2,"2013-09-07 00:00",9.7,"2013-02-27 00:00","","","","",14.2,11.7,11.2,8,6.1,4,1.8,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-06" +"38","007","0002","88103",1,46.8943,-103.37853,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88104",1,46.8943,-103.37853,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.039135,0.04485,0.184,"2013-05-10 00:00",0.1757,"2013-05-07 00:00",0.1518,"2013-04-28 00:00",0.1267,"2013-05-04 00:00","","","","",0.184,0.184,0.1518,0.1233,0.0451,0.026,0.007,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88109",1,46.8943,-103.37853,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",1,0.001246,0.001128,0.0077,"2013-01-31 00:00",0.0028,"2013-03-23 00:00",0.0023,"2013-02-21 00:00",0.0021,"2013-03-29 00:00","","","","",0.0077,0.0077,0.0023,0.0018,0.0015,0.0011,0.0004,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88111",1,46.8943,-103.37853,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",1,0.028575,0.029791,0.1524,"2013-05-10 00:00",0.0967,"2013-05-07 00:00",0.0804,"2013-05-13 00:00",0.0787,"2013-04-28 00:00","","","","",0.1524,0.1524,0.0804,0.0731,0.0318,0.0187,0.0062,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88112",1,46.8943,-103.37853,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88114",1,46.8943,-103.37853,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",32,0.000172,0.000131,0.0009,"2013-03-23 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-02-06 00:00",0.0003,"2013-02-21 00:00","","","","",0.0009,0.0009,0.0003,0.0003,0.0002,0.00015,0.0001,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88115",1,46.8943,-103.37853,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",26,0.000587,0.000954,0.0054,"2013-01-04 00:00",0.0032,"2013-01-31 00:00",0.0025,"2013-03-29 00:00",0.0014,"2013-04-19 00:00","","","","",0.0054,0.0054,0.0025,0.0012,0.0006,0.00015,0.00015,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88126",1,46.8943,-103.37853,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.038511,0.042689,0.2017,"2013-05-10 00:00",0.1694,"2013-05-07 00:00",0.1204,"2013-05-13 00:00",0.116,"2013-05-04 00:00","","","","",0.2017,0.2017,0.1204,0.0958,0.0457,0.0235,0.0067,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88128",1,46.8943,-103.37853,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.000587,0.000617,0.002,"2013-03-23 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-19 00:00",0.001,"2013-01-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88132",1,46.8943,-103.37853,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.00113,0.001293,0.006,"2013-05-10 00:00",0.005,"2013-05-07 00:00",0.003,"2013-03-29 00:00",0.003,"2013-05-04 00:00","","","","",0.006,0.006,0.003,0.003,0.002,0.001,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88136",1,46.8943,-103.37853,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88140",1,46.8943,-103.37853,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",9,0.010358,0.011655,0.057,"2013-05-10 00:00",0.0476,"2013-01-31 00:00",0.028,"2013-04-28 00:00",0.028,"2013-05-07 00:00","","","","",0.057,0.057,0.028,0.025,0.011,0.0079,0.00105,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88152",1,46.8943,-103.37853,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",30,0.000716,0.001102,0.0044,"2013-03-23 00:00",0.0041,"2013-03-17 00:00",0.0031,"2013-02-27 00:00",0.0028,"2013-03-26 00:00","","","","",0.0044,0.0044,0.0031,0.0026,0.0006,0.00015,0.0001,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88154",1,46.8943,-103.37853,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",23,0.000226,0.000197,0.001,"2013-03-29 00:00",0.0009,"2013-05-25 00:00",0.0005,"2013-03-17 00:00",0.0005,"2013-05-16 00:00","","","","",0.001,0.001,0.0005,0.0004,0.0003,0.0002,0.0001,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88161",1,46.8943,-103.37853,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",4,0.002049,0.002138,0.0083,"2013-05-10 00:00",0.0082,"2013-05-07 00:00",0.0072,"2013-04-28 00:00",0.0065,"2013-05-13 00:00","","","","",0.0083,0.0083,0.0072,0.0058,0.0026,0.0014,0.0002,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88164",1,46.8943,-103.37853,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",15,0.000121,9.8e-05,0.0005,"2013-05-10 00:00",0.0004,"2013-04-01 00:00",0.0003,"2013-04-04 00:00",0.0003,"2013-04-28 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0001,0.0001,5e-05,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88165",1,46.8943,-103.37853,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.091409,0.104465,0.4415,"2013-05-10 00:00",0.393,"2013-05-07 00:00",0.3488,"2013-04-28 00:00",0.2815,"2013-05-13 00:00","","","","",0.4415,0.4415,0.3488,0.2727,0.1086,0.0555,0.0103,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88167",1,46.8943,-103.37853,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",1,0.001824,0.001504,0.0094,"2013-03-29 00:00",0.0042,"2013-01-13 00:00",0.0042,"2013-04-19 00:00",0.004,"2013-02-21 00:00","","","","",0.0094,0.0094,0.0042,0.0039,0.0022,0.0014,0.0006,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88168",1,46.8943,-103.37853,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",21,0.000299,0.00034,0.0022,"2013-03-29 00:00",0.0008,"2013-05-07 00:00",0.0007,"2013-04-28 00:00",0.0007,"2013-05-10 00:00","","","","",0.0022,0.0022,0.0007,0.0006,0.0003,0.0002,0.0001,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88169",1,46.8943,-103.37853,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.304489,0.215371,1.1451,"2013-02-27 00:00",0.7302,"2013-04-07 00:00",0.6347,"2013-03-17 00:00",0.5833,"2013-05-25 00:00","","","","",1.1451,1.1451,0.6347,0.5574,0.3777,0.2879,0.0684,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88176",1,46.8943,-103.37853,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",42,0.000163,8.5e-05,0.0006,"2013-05-13 00:00",0.0004,"2013-05-10 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-01-22 00:00","","","","",0.0006,0.0006,0.0003,0.00015,0.00015,0.00015,0.0001,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88180",1,46.8943,-103.37853,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.019302,0.01276,0.0574,"2013-05-10 00:00",0.0477,"2013-05-07 00:00",0.0435,"2013-03-29 00:00",0.0418,"2013-04-28 00:00","","","","",0.0574,0.0574,0.0435,0.04,0.0261,0.0169,0.0065,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88184",1,46.8943,-103.37853,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",15,0.021649,0.029147,0.1179,"2013-01-31 00:00",0.1157,"2013-05-10 00:00",0.0897,"2013-03-29 00:00",0.071,"2013-05-13 00:00","","","","",0.1179,0.1179,0.0897,0.0668,0.0247,0.0111,0.0016,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88185",1,46.8943,-103.37853,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",42,0.000675,0.000288,0.0022,"2013-02-03 00:00",0.0013,"2013-02-15 00:00",0.0012,"2013-02-06 00:00",0.001,"2013-01-13 00:00","","","","",0.0022,0.0022,0.0012,0.0007,0.00065,0.00065,0.0004,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88203",1,46.8943,-103.37853,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",21,0.012779,0.020048,0.1192,"2013-03-29 00:00",0.0789,"2013-01-31 00:00",0.0337,"2013-02-21 00:00",0.0223,"2013-04-10 00:00","","","","",0.1192,0.1192,0.0337,0.0216,0.0127,0.00895,0.00315,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88306",1,46.8943,-103.37853,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.79087,0.935372,5.5721,"2013-03-29 00:00",2.4794,"2013-02-21 00:00",2.0482,"2013-04-07 00:00",2.0279,"2013-02-24 00:00","","","","",5.5721,5.5721,2.0482,1.9784,0.9715,0.6034,0.0856,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88320",1,46.8943,-103.37853,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.349783,0.176074,1.1,"2013-01-13 00:00",0.77,"2013-05-13 00:00",0.66,"2013-03-29 00:00",0.6,"2013-05-25 00:00","","","","",1.1,1.1,0.66,0.56,0.4,0.32,0.16,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88321",1,46.8943,-103.37853,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.095,0.057067,0.31,"2013-03-29 00:00",0.22,"2013-02-27 00:00",0.19,"2013-01-10 00:00",0.18,"2013-03-14 00:00","","","","",0.31,0.31,0.19,0.18,0.1,0.09,0.03,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88324",1,46.8943,-103.37853,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",42,0.021014,0.009216,0.0574,"2013-02-03 00:00",0.0397,"2013-04-04 00:00",0.0316,"2013-01-31 00:00",0.0294,"2013-01-22 00:00","","","","",0.0574,0.0574,0.0316,0.02935,0.0291,0.0164,0.0101,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88325",1,46.8943,-103.37853,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",9,0.083542,0.045982,0.223,"2013-02-27 00:00",0.202,"2013-01-13 00:00",0.1821,"2013-03-29 00:00",0.1605,"2013-05-13 00:00","","","","",0.223,0.223,0.1821,0.1516,0.1001,0.0797,0.03205,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88326",1,46.8943,-103.37853,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",21,0.08019,0.063117,0.3545,"2013-05-13 00:00",0.2275,"2013-01-13 00:00",0.1771,"2013-03-29 00:00",0.1735,"2013-05-10 00:00","","","","",0.3545,0.3545,0.1771,0.1637,0.0971,0.0675,0.03235,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88327",1,46.8943,-103.37853,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",5,0.064223,0.035959,0.1971,"2013-01-13 00:00",0.1306,"2013-05-25 00:00",0.126,"2013-03-29 00:00",0.1209,"2013-05-10 00:00","","","","",0.1971,0.1971,0.126,0.114,0.076,0.0619,0.01595,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88328",1,46.8943,-103.37853,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.104198,0.067729,0.4516,"2013-01-13 00:00",0.193,"2013-05-25 00:00",0.19,"2013-02-27 00:00",0.1817,"2013-03-23 00:00","","","","",0.4516,0.4516,0.19,0.1616,0.1267,0.0943,0.0546,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88329",1,46.8943,-103.37853,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.146254,0.098279,0.5788,"2013-01-13 00:00",0.4187,"2013-03-29 00:00",0.3117,"2013-02-27 00:00",0.2656,"2013-05-25 00:00","","","","",0.5788,0.5788,0.3117,0.2327,0.1622,0.1315,0.0574,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88330",1,46.8943,-103.37853,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.053002,0.027012,0.1427,"2013-03-14 00:00",0.1001,"2013-05-25 00:00",0.0992,"2013-02-27 00:00",0.0952,"2013-03-23 00:00","","","","",0.1427,0.1427,0.0992,0.0871,0.0683,0.0516,0.02,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88331",1,46.8943,-103.37853,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",16,0.000123,0.000538,0.0036,"2013-03-14 00:00",0.0008,"2013-01-19 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-17 00:00","","","","",0.0036,0.0036,0.00015,0.0001,5e-05,0,0,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88338",1,46.8943,-103.37853,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",43,0.018523,0.014889,0.0863,"2013-03-20 00:00",0.0716,"2013-01-07 00:00",0.0506,"2013-03-14 00:00",0.0267,"2013-02-21 00:00","","","","",0.0863,0.0863,0.0506,0.0252,0.0161,0.0152,0.01035,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88339",1,46.8943,-103.37853,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,1.256007,0.888404,4.72341,"2013-02-27 00:00",3.01199,"2013-04-07 00:00",2.6183,"2013-03-17 00:00",2.40607,"2013-05-25 00:00","","","","",4.72341,4.72341,2.6183,2.29928,1.55785,1.18755,0.28223,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88344",1,46.8943,-103.37853,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,1.020189,1.206654,7.188,"2013-03-29 00:00",3.1984,"2013-02-21 00:00",2.6422,"2013-04-07 00:00",2.616,"2013-02-24 00:00","","","","",7.188,7.188,2.6422,2.5521,1.2532,0.7784,0.1104,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88348",1,46.8943,-103.37853,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.457393,0.510252,2.2567,"2013-05-10 00:00",1.9485,"2013-05-07 00:00",1.5761,"2013-04-28 00:00",1.4073,"2013-05-13 00:00","","","","",2.2567,2.2567,1.5761,1.3561,0.5273,0.2749,0.0759,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88350",1,46.8943,-103.37853,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.62993,0.317224,1.9762,"2013-01-13 00:00",1.3936,"2013-05-13 00:00",1.1957,"2013-03-29 00:00",1.0796,"2013-05-25 00:00","","","","",1.9762,1.9762,1.1957,1.008,0.7132,0.5708,0.2965,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88403",1,46.8943,-103.37853,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.878896,0.638593,3.4688,"2013-02-27 00:00",2.1249,"2013-04-07 00:00",1.864,"2013-03-17 00:00",1.5957,"2013-04-16 00:00","","","","",3.4688,3.4688,1.864,1.5926,1.1347,0.8659,0.1959,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","007","0002","88501",3,46.8943,-103.37853,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 40 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8683,99,365,365,0,77,"","","Certification not required",0,5.706495,3.466593,41,"2013-07-02 08:00",39,"2013-07-02 07:00",35,"2013-07-02 09:00",34,"2013-07-02 06:00","","","","",18,15,12,10,7,5,2,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","88501",3,46.8943,-103.37853,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,5.66137,2.313461,21.8,"2013-07-02 00:00",14.5,"2013-08-25 00:00",14.1,"2013-07-03 00:00",13.3,"2013-07-01 00:00","","","","",13.3,10.9,9.8,8.7,6.8,5.2,3.2,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-02-19" +"38","007","0002","88502",1,46.8943,-103.37853,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,3.147826,1.890413,11,"2013-03-29 00:00",7.1,"2013-02-27 00:00",6.1,"2013-05-25 00:00",5.3,"2013-05-10 00:00","","","","",11,11,6.1,5.2,3.7,2.9,1,"PAINTED CANYON","13881 I94 EAST","North Dakota","Billings","","Dickinson, ND","2014-01-28" +"38","013","0004","42401",1,48.64193,-102.4018,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8659,99,365,365,0,101,0,"","Certification not required",0,3.988767,6.63595,71.2,"2013-01-30 10:00",36.5,"2013-01-05 11:00",34.8,"2013-12-30 22:00",30.5,"2013-03-30 04:00","","","","",30.5,25.3,15.6,10.8,4.3,1.7,0.2,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42401",1,48.64193,-102.4018,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8659,99,365,365,0,101,"","","Certification not required",0,0.922924,2.298047,71.2,"2013-01-30 10:00",36.5,"2013-01-05 11:00",34.8,"2013-12-30 22:00",30.5,"2013-03-30 04:00","","","","",11,7.7,4,2.1,0.8,0.3,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42401",1,48.64193,-102.4018,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.921096,1.316806,8.5,"2013-03-30 00:00",8.4,"2013-01-30 00:00",6.5,"2013-12-30 00:00",6.4,"2013-01-05 00:00","","","","",6.4,5.7,3.7,2.5,1.1,0.4,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42401",1,48.64193,-102.4018,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2860,98,365,365,0,0,"",0,"Certification not required",0,0.897308,2.012478,31.6,"2013-01-30 11:00",26.5,"2013-03-30 05:00",21.6,"2013-01-23 02:00",21.4,"2013-01-05 11:00","","","","",9.5,7.3,4.2,2.1,0.8,0.3,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42406",1,48.64193,-102.4018,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8659,99,365,365,0,101,"","","Certification not required",0,1.415799,3.780393,125.5,"2013-01-30 10:00",58.1,"2013-12-30 22:00",50.8,"2013-01-27 23:00",49.2,"2013-03-30 04:00","","","","",18,12.1,6.2,3,1.2,0.4,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42601",1,48.64193,-102.4018,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7984,91,336,365,0,776,"","","Certification not required",0,0.191458,0.699259,24,"2013-01-30 10:00",9,"2013-12-23 11:00",8,"2013-01-05 11:00",8,"2013-01-12 13:00","","","","",3,2.3,1,1,0,0,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42602",1,48.64193,-102.4018,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7983,91,336,365,0,777,0,"","Certification not required",0,4.98244,5.806514,89,"2013-07-21 01:00",22,"2013-03-04 07:00",22,"2013-03-30 04:00",17,"2013-01-28 21:00","","","","",17,13,12,10,6.2,4,1,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42602",1,48.64193,-102.4018,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7983,91,336,365,0,777,"","","Certification not required",0,1.981498,2.397433,89,"2013-07-21 01:00",22,"2013-03-04 07:00",22,"2013-03-30 04:00",19,"2013-03-30 06:00","","","","",10,8,6,5,3,1,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42603",1,48.64193,-102.4018,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7984,91,336,365,0,776,"","","Certification not required",0,2.280373,2.728615,89,"2013-07-21 01:00",37,"2013-01-30 10:00",22,"2013-03-04 07:00",22,"2013-03-30 04:00","","","","",11.7,10,7,5.8,3,1,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","42604",1,48.64193,-102.4018,"WGS84","Ammonia","1 HOUR","","Observed Values","INSTRUMENTAL - TECO 17 CHEMILUMINESCENCE",2013,"Parts per million","No Events",7041,80,271,365,0,1719,"","","Certification not required",5094,0.001094,0.001595,0.042,"2013-05-17 20:00",0.041,"2013-05-17 22:00",0.035,"2013-05-17 21:00",0.025,"2013-05-17 23:00","","","","",0.006,0.005,0.004,0.003,0.001,0.0005,0.0005,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","44201",1,48.64193,-102.4018,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8294,97,149,153,0,466,0,0,"Certification not required",3,0.044819,0.010753,0.072,"2013-06-15 22:00",0.07,"2013-05-06 17:00",0.069,"2013-05-07 16:00",0.066,"2013-03-14 15:00","","","","",0.07,0.069,0.063,0.06,0.056,0.051,0.044,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","44201",1,48.64193,-102.4018,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8315,97,148,153,0,0,0,0,"Certification not required",0,0.039986,0.010168,0.068,"2013-05-07 12:00",0.066,"2013-05-06 12:00",0.061,"2013-03-08 12:00",0.059,"2013-03-09 12:00","","","","",0.066,0.061,0.057,0.055,0.052,0.048,0.04,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","44201",1,48.64193,-102.4018,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8315,97,148,153,0,0,0,0,"Certification not required",0,0.039986,0.010168,0.068,"2013-05-07 12:00",0.066,"2013-05-06 12:00",0.061,"2013-03-08 12:00",0.059,"2013-03-09 12:00","","","","",0.066,0.061,0.057,0.055,0.052,0.048,0.04,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","61101",1,48.64193,-102.4018,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8655,99,361,365,0,105,"","","Certification not required",0,9.473969,5.02328,36.9,"2013-05-14 09:00",36.6,"2013-05-14 10:00",29.4,"2013-10-11 19:00",29.3,"2013-01-19 06:00","","","","",23.2,21.5,18.6,16.4,12.6,8.8,3.5,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","61102",1,48.64193,-102.4018,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8709,99,365,365,0,51,"","","Certification not required",0,200.782409,96.859343,359,"2013-02-26 22:00",359,"2013-04-08 14:00",359,"2013-04-15 03:00",359,"2013-04-16 03:00","","","","",354,348,335,321,284,211,50,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","61103",1,48.64193,-102.4018,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8655,99,361,365,0,105,"","","Certification not required",0,9.180693,5.080098,36.5,"2013-05-14 09:00",36.1,"2013-05-14 10:00",29,"2013-03-04 08:00",29,"2013-10-11 19:00","","","","",22.9,21.3,18.3,16.2,12.4,8.5,3,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","61104",1,48.64193,-102.4018,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8655,99,361,365,0,105,"","","Certification not required",0,201.39792,96.734483,359,"2013-02-14 06:00",359,"2013-02-27 22:00",359,"2013-03-24 05:00",359,"2013-03-31 13:00","","","","",354,349,335,322,284,212,50,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","62101",1,48.64193,-102.4018,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8709,99,365,365,0,51,"","","Certification not required",0,36.4756,24.931795,87,"2013-08-19 13:00",87,"2013-08-19 14:00",87,"2013-08-19 15:00",87,"2013-08-19 16:00","","","","",82,78,73,67,58,35,3,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","62106",1,48.64193,-102.4018,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8709,99,365,365,0,51,"","","Certification not required",0,0.131347,0.829541,5.6,"2013-05-05 21:00",5.5,"2013-11-07 18:00",5.1,"2013-09-24 19:00",5,"2013-05-13 21:00","","","","",3,2.6,1.7,1.1,0.4,0,-0.7,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","62201",1,48.64193,-102.4018,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8709,99,365,365,0,51,"","","Certification not required",0,70.359054,13.898759,93,"2013-05-20 12:00",93,"2013-05-20 13:00",93,"2013-05-20 14:00",93,"2013-05-25 08:00","","","","",92,92,89,85,80,73,50,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","63301",1,48.64193,-102.4018,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8708,99,365,365,0,52,"","","Certification not required",4328,0.231964,0.347521,1.41,"2013-06-09 12:00",1.4,"2013-06-01 12:00",1.4,"2013-07-08 13:00",1.39,"2013-05-05 11:00","","","","",1.28,1.21,1.05,0.83,0.36,0.01,0.005,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","64101",1,48.64193,-102.4018,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8347,95,347,365,0,413,"","","Certification not required",0,932.167653,7.28375,957.2,"2013-11-22 22:00",957.2,"2013-11-22 23:00",957.2,"2013-11-23 00:00",955.9,"2013-11-22 18:00","","","","",947.9,946.6,943.9,941.2,937.2,931.9,922.6,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","81102",3,48.64193,-102.4018,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8268,94,346,365,0,492,"","","Certification not required",0,11.224601,9.754802,275,"2013-05-13 23:00",115,"2013-05-13 15:00",97,"2013-05-14 11:00",93,"2013-05-13 17:00","","","","",46,40,30,23,14,8,3,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","81102",3,48.64193,-102.4018,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",346,95,346,365,0,0,0,0,"Certification not required",0,10.757225,7.417099,51,"2013-05-13 00:00",37,"2013-07-03 00:00",36,"2013-07-02 00:00",36,"2013-08-20 00:00","","","","",36,32,27,22,13,8,4,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","85101",1,48.64193,-102.4018,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,49,17,61,0,21,"","","Certification not required",0,9.513187,4.843769,24.0777,"2013-05-07 00:00",18.07,"2013-05-10 00:00",17.379,"2013-04-25 00:00",16.5512,"2013-05-25 00:00","","","","",24.0777,24.0777,18.07,17.379,12.7808,8.777,4.7892,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","85101",3,48.64193,-102.4018,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8268,94,346,365,0,492,"","","Certification not required",0,10.987059,9.064315,257,"2013-05-13 23:00",104,"2013-05-13 15:00",91,"2013-05-14 11:00",84,"2013-05-13 17:00","","","","",43,37,29,22,14,8,4,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","86502",1,48.64193,-102.4018,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",30,49,17,61,0,21,"","","Certification not required",0,4.4,4.190301,18,"2013-05-07 00:00",14,"2013-05-10 00:00",12,"2013-04-25 00:00",9,"2013-05-16 00:00","","","","",18,18,14,12,6,3,1,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88101",3,48.64193,-102.4018,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8486,97,361,365,0,274,"","","Certification not required",0,5.768489,5.084939,105,"2013-08-27 18:00",45,"2013-09-05 13:00",39,"2013-07-02 10:00",38,"2013-05-23 00:00","","","","",23,19,14,11,8,5,1,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","88101",3,48.64193,-102.4018,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,0,0,"Certification not required",0,5.724581,3.477838,21.6,"2013-07-09 00:00",20.4,"2013-03-29 00:00",19.4,"2013-07-10 00:00",16.7,"2013-07-02 00:00","","","","",16.7,14.9,12.5,9.8,7.4,5.2,2,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","88101",3,48.64193,-102.4018,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,5.724581,3.477838,21.6,"2013-07-09 00:00",20.4,"2013-03-29 00:00",19.4,"2013-07-10 00:00",16.7,"2013-07-02 00:00","","","","",16.7,14.9,12.5,9.8,7.4,5.2,2,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-02-19" +"38","013","0004","88103",1,48.64193,-102.4018,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0,0,0,"2013-01-31 00:00",0,"2013-02-03 00:00",0,"2013-02-06 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88104",1,48.64193,-102.4018,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.035056,0.036337,0.1738,"2013-05-07 00:00",0.1045,"2013-04-25 00:00",0.0984,"2013-05-10 00:00",0.0786,"2013-05-04 00:00","","","","",0.1738,0.1738,0.1045,0.0786,0.042,0.0199,0.0097,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88109",1,48.64193,-102.4018,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.001844,0.001612,0.0099,"2013-01-31 00:00",0.0028,"2013-02-03 00:00",0.0025,"2013-04-10 00:00",0.0024,"2013-04-19 00:00","","","","",0.0099,0.0099,0.0028,0.0024,0.0022,0.0017,0.0007,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88111",1,48.64193,-102.4018,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.052128,0.058374,0.2917,"2013-05-07 00:00",0.1446,"2013-05-10 00:00",0.1393,"2013-04-25 00:00",0.1242,"2013-05-04 00:00","","","","",0.2917,0.2917,0.1446,0.1242,0.064,0.029,0.01,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88112",1,48.64193,-102.4018,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0,0,0,"2013-01-31 00:00",0,"2013-02-03 00:00",0,"2013-02-06 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88114",1,48.64193,-102.4018,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",14,0.000244,0.000258,0.0014,"2013-03-08 00:00",0.0008,"2013-02-09 00:00",0.0005,"2013-02-03 00:00",0.0004,"2013-04-13 00:00","","","","",0.0014,0.0014,0.0008,0.0004,0.0003,0.0002,0.0001,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88115",1,48.64193,-102.4018,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",12,0.000461,0.000328,0.0012,"2013-03-08 00:00",0.0012,"2013-05-07 00:00",0.001,"2013-04-04 00:00",0.0009,"2013-02-09 00:00","","","","",0.0012,0.0012,0.0012,0.0009,0.0007,0.0004,0.00015,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88126",1,48.64193,-102.4018,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.030728,0.030256,0.1528,"2013-05-07 00:00",0.0877,"2013-04-25 00:00",0.0731,"2013-05-10 00:00",0.0616,"2013-05-16 00:00","","","","",0.1528,0.1528,0.0877,0.0616,0.0417,0.0184,0.0086,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88128",1,48.64193,-102.4018,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.000719,0.000729,0.002,"2013-01-31 00:00",0.002,"2013-02-06 00:00",0.002,"2013-02-12 00:00",0.002,"2013-03-08 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88132",1,48.64193,-102.4018,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.001219,0.001385,0.007,"2013-05-07 00:00",0.003,"2013-04-25 00:00",0.003,"2013-05-04 00:00",0.003,"2013-05-10 00:00","","","","",0.007,0.007,0.003,0.003,0.002,0.001,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88136",1,48.64193,-102.4018,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0,0,0,"2013-01-31 00:00",0,"2013-02-03 00:00",0,"2013-02-06 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88140",1,48.64193,-102.4018,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",7,0.015189,0.02024,0.0927,"2013-05-07 00:00",0.0499,"2013-01-31 00:00",0.0454,"2013-04-25 00:00",0.0453,"2013-05-10 00:00","","","","",0.0927,0.0927,0.0499,0.0453,0.0225,0.0061,0.00105,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88152",1,48.64193,-102.4018,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",9,0.001623,0.001649,0.0065,"2013-03-08 00:00",0.0047,"2013-04-04 00:00",0.0044,"2013-04-07 00:00",0.0038,"2013-03-11 00:00","","","","",0.0065,0.0065,0.0047,0.0038,0.0027,0.0011,0.0001,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88154",1,48.64193,-102.4018,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",17,0.000239,0.00027,0.0015,"2013-05-25 00:00",0.0007,"2013-05-28 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-05-04 00:00","","","","",0.0015,0.0015,0.0007,0.0004,0.0003,0.00015,0.0001,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88161",1,48.64193,-102.4018,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.001894,0.001673,0.0082,"2013-05-07 00:00",0.0053,"2013-04-25 00:00",0.0046,"2013-05-10 00:00",0.0034,"2013-05-04 00:00","","","","",0.0082,0.0082,0.0053,0.0034,0.0025,0.0013,0.0005,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88164",1,48.64193,-102.4018,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",8,0.000128,9.2e-05,0.0004,"2013-03-11 00:00",0.0003,"2013-04-10 00:00",0.0003,"2013-05-04 00:00",0.0003,"2013-05-10 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0001,0.0001,5e-05,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88165",1,48.64193,-102.4018,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.0957,0.099706,0.4783,"2013-05-07 00:00",0.2807,"2013-04-25 00:00",0.2653,"2013-05-10 00:00",0.2152,"2013-05-04 00:00","","","","",0.4783,0.4783,0.2807,0.2152,0.1144,0.0561,0.0215,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88167",1,48.64193,-102.4018,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.002119,0.001244,0.0055,"2013-02-06 00:00",0.0051,"2013-02-09 00:00",0.004,"2013-03-08 00:00",0.0038,"2013-02-03 00:00","","","","",0.0055,0.0055,0.0051,0.0038,0.0028,0.002,0.0009,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88168",1,48.64193,-102.4018,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",7,0.000278,0.000175,0.0009,"2013-03-11 00:00",0.0007,"2013-04-25 00:00",0.0005,"2013-02-15 00:00",0.0004,"2013-02-09 00:00","","","","",0.0009,0.0009,0.0007,0.0004,0.0004,0.0002,0.0001,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88169",1,48.64193,-102.4018,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.383109,0.204852,0.9581,"2013-04-07 00:00",0.8811,"2013-03-08 00:00",0.7146,"2013-03-17 00:00",0.6901,"2013-04-22 00:00","","","","",0.9581,0.9581,0.8811,0.6901,0.4723,0.3388,0.2135,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88176",1,48.64193,-102.4018,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",27,0.000188,9e-05,0.0005,"2013-01-31 00:00",0.0004,"2013-02-12 00:00",0.0004,"2013-04-13 00:00",0.0003,"2013-05-22 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88180",1,48.64193,-102.4018,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.0242,0.011614,0.0559,"2013-05-07 00:00",0.048,"2013-05-22 00:00",0.0387,"2013-02-06 00:00",0.0372,"2013-05-10 00:00","","","","",0.0559,0.0559,0.048,0.0372,0.0336,0.0248,0.0109,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88184",1,48.64193,-102.4018,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",7,0.023273,0.02543,0.1125,"2013-01-31 00:00",0.0699,"2013-04-10 00:00",0.0684,"2013-03-14 00:00",0.0537,"2013-03-11 00:00","","","","",0.1125,0.1125,0.0699,0.0537,0.041,0.0159,0.0016,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88185",1,48.64193,-102.4018,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",32,0.000669,4.2e-05,0.00085,"2013-01-31 00:00",0.00075,"2013-04-10 00:00",0.0007,"2013-03-08 00:00",0.0007,"2013-03-11 00:00","","","","",0.00085,0.00085,0.00075,0.0007,0.0007,0.00065,0.00065,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88203",1,48.64193,-102.4018,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",8,0.01907,0.012217,0.0561,"2013-01-31 00:00",0.0443,"2013-04-10 00:00",0.0388,"2013-04-13 00:00",0.0314,"2013-05-22 00:00","","","","",0.0561,0.0561,0.0443,0.0314,0.0256,0.0182,0.0081,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88306",1,48.64193,-102.4018,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,1.256603,1.251564,5.0593,"2013-02-21 00:00",4.4459,"2013-05-25 00:00",3.1535,"2013-03-08 00:00",2.7894,"2013-02-09 00:00","","","","",5.0593,5.0593,4.4459,2.7894,1.9731,0.8703,0.1077,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88320",1,48.64193,-102.4018,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.46625,0.284817,1.71,"2013-05-22 00:00",0.88,"2013-05-25 00:00",0.81,"2013-05-19 00:00",0.65,"2013-05-07 00:00","","","","",1.71,1.71,0.88,0.65,0.56,0.4,0.22,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88321",1,48.64193,-102.4018,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.164063,0.104784,0.46,"2013-02-09 00:00",0.37,"2013-02-15 00:00",0.29,"2013-01-31 00:00",0.29,"2013-04-25 00:00","","","","",0.46,0.46,0.37,0.29,0.24,0.15,0.06,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88324",1,48.64193,-102.4018,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",26,0.024853,0.017549,0.0941,"2013-05-22 00:00",0.0614,"2013-04-07 00:00",0.0479,"2013-04-10 00:00",0.0457,"2013-04-04 00:00","","","","",0.0941,0.0941,0.0614,0.0457,0.0247,0.0167,0.01035,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88325",1,48.64193,-102.4018,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",1,0.112839,0.07164,0.4116,"2013-05-22 00:00",0.2366,"2013-05-25 00:00",0.211,"2013-05-19 00:00",0.1567,"2013-04-10 00:00","","","","",0.4116,0.4116,0.2366,0.1567,0.1313,0.1038,0.0457,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88326",1,48.64193,-102.4018,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",12,0.108309,0.103504,0.5601,"2013-05-22 00:00",0.28,"2013-05-19 00:00",0.2312,"2013-05-07 00:00",0.188,"2013-05-25 00:00","","","","",0.5601,0.5601,0.28,0.188,0.1329,0.0898,0.0337,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88327",1,48.64193,-102.4018,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",2,0.093747,0.046465,0.2281,"2013-05-22 00:00",0.1719,"2013-05-07 00:00",0.166,"2013-05-25 00:00",0.146,"2013-05-16 00:00","","","","",0.2281,0.2281,0.1719,0.146,0.1251,0.0928,0.0402,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88328",1,48.64193,-102.4018,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.133584,0.072487,0.4132,"2013-05-22 00:00",0.2814,"2013-05-25 00:00",0.2122,"2013-05-19 00:00",0.177,"2013-02-03 00:00","","","","",0.4132,0.4132,0.2814,0.177,0.1636,0.1386,0.0582,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88329",1,48.64193,-102.4018,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.232894,0.122873,0.5663,"2013-05-22 00:00",0.494,"2013-02-09 00:00",0.4062,"2013-05-25 00:00",0.3875,"2013-02-03 00:00","","","","",0.5663,0.5663,0.494,0.3875,0.295,0.2146,0.0834,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88330",1,48.64193,-102.4018,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.064369,0.039331,0.2029,"2013-04-25 00:00",0.1312,"2013-05-04 00:00",0.1243,"2013-05-28 00:00",0.1213,"2013-02-12 00:00","","","","",0.2029,0.2029,0.1312,0.1213,0.0748,0.0533,0.0285,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88331",1,48.64193,-102.4018,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",5,0.000141,0.000705,0.004,"2013-05-28 00:00",0.0001,"2013-01-31 00:00",0.0001,"2013-03-08 00:00",0.0001,"2013-03-11 00:00","","","","",0.004,0.004,0.0001,0.0001,0,0,0,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88338",1,48.64193,-102.4018,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",24,0.0261,0.023363,0.1195,"2013-05-19 00:00",0.079,"2013-05-25 00:00",0.0642,"2013-04-16 00:00",0.0559,"2013-03-11 00:00","","","","",0.1195,0.1195,0.079,0.0559,0.02395,0.0231,0.01085,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88339",1,48.64193,-102.4018,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,1.580283,0.845032,3.95204,"2013-04-07 00:00",3.6347,"2013-03-08 00:00",2.94785,"2013-03-17 00:00",2.84662,"2013-04-22 00:00","","","","",3.95204,3.95204,3.6347,2.84662,1.94807,1.39747,0.88077,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88344",1,48.64193,-102.4018,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,1.621019,1.614509,6.5265,"2013-02-21 00:00",5.7352,"2013-05-25 00:00",4.068,"2013-03-08 00:00",3.5983,"2013-02-09 00:00","","","","",6.5265,6.5265,5.7352,3.5983,2.5453,1.1227,0.1389,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88348",1,48.64193,-102.4018,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.47835,0.497632,2.4345,"2013-05-07 00:00",1.3783,"2013-04-25 00:00",1.2988,"2013-05-10 00:00",1.0665,"2013-05-04 00:00","","","","",2.4345,2.4345,1.3783,1.0665,0.5716,0.2776,0.1124,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88350",1,48.64193,-102.4018,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,0.838806,0.512405,3.0728,"2013-05-22 00:00",1.5777,"2013-05-25 00:00",1.4589,"2013-05-19 00:00",1.1738,"2013-05-07 00:00","","","","",3.0728,3.0728,1.5777,1.1738,1.0163,0.7276,0.3942,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88403",1,48.64193,-102.4018,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,1.118594,0.633443,2.8747,"2013-04-07 00:00",2.6708,"2013-03-08 00:00",2.2037,"2013-03-17 00:00",1.9849,"2013-04-22 00:00","","","","",2.8747,2.8747,2.6708,1.9849,1.4539,0.9513,0.5577,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","013","0004","88502",1,48.64193,-102.4018,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",32,52,18,61,0,19,"","","Certification not required",0,4.50625,2.343823,11.8,"2013-05-25 00:00",10,"2013-02-21 00:00",9,"2013-03-08 00:00",7.3,"2013-04-07 00:00","","","","",11.8,11.8,10,7.3,5.6,4.1,1.9,"LOSTWOOD NWR","8315 HIGHWAY 8, KENMARE","North Dakota","Burke","","","2014-01-28" +"38","015","0003","42401",1,46.825425,-100.76821,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8707,99,365,365,0,53,0,"","Certification not required",0,2.546027,3.835636,28,"2013-07-19 08:00",25.1,"2013-12-06 05:00",23.7,"2013-12-07 11:00",16.2,"2013-12-05 18:00","","","","",16.2,14,10,7,3.4,1,0,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42401",1,46.825425,-100.76821,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8707,99,365,365,0,53,"","","Certification not required",0,0.574538,1.457938,28,"2013-07-19 08:00",25.1,"2013-12-06 05:00",23.7,"2013-12-07 11:00",23.3,"2013-12-06 13:00","","","","",6.8,5,3,1.7,0.8,0,0,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42401",1,46.825425,-100.76821,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.574521,0.879581,6.8,"2013-12-06 00:00",5.7,"2013-12-05 00:00",4,"2013-07-19 00:00",3.5,"2013-01-12 00:00","","","","",3.5,3.1,2.3,1.7,0.9,0.2,0,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42401",1,46.825425,-100.76821,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2882,99,365,365,0,0,"",0,"Certification not required",0,0.562595,1.270558,19.3,"2013-07-19 08:00",18.6,"2013-12-06 14:00",12.7,"2013-12-05 08:00",10.5,"2013-12-06 05:00","","","","",6.4,4.6,2.6,1.6,0.6,0,0,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42406",1,46.825425,-100.76821,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8707,99,365,365,0,53,"","","Certification not required",0,1.036006,2.678273,47.8,"2013-12-07 11:00",44,"2013-07-19 08:00",40,"2013-07-19 07:00",35,"2013-01-20 00:00","","","","",13.9,10,5,3,1,0,0,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42601",1,46.825425,-100.76821,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8660,99,363,365,0,100,"","","Certification not required",0,0.875416,3.380393,92,"2013-10-21 07:00",81,"2013-01-01 09:00",66,"2013-03-08 07:00",66,"2013-08-14 21:00","","","","",13,8.1,4,2,0.8,0,0,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42602",1,46.825425,-100.76821,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8660,99,363,365,0,100,0,"","Certification not required",0,13.439669,8.073326,38,"2013-01-28 19:00",37.5,"2013-12-12 09:00",36.5,"2013-12-26 18:00",36,"2013-01-01 06:00","","","","",36,34,30,25.1,18,11.5,5,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42602",1,46.825425,-100.76821,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8660,99,363,365,0,100,"","","Certification not required",0,5.239573,4.910654,38,"2013-01-28 19:00",37.5,"2013-12-12 09:00",36.5,"2013-12-26 18:00",36,"2013-01-01 06:00","","","","",25,21.9,15,11,6.7,4,1,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","42603",1,46.825425,-100.76821,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8660,99,363,365,0,100,"","","Certification not required",0,6.323245,7.219403,117,"2013-10-21 07:00",98,"2013-03-08 07:00",92,"2013-08-14 21:00",87.5,"2013-12-21 00:00","","","","",38,28,18,13,7.5,4,1,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","44201",1,46.825425,-100.76821,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8701,100,153,153,0,59,0,0,"Certification not required",100,0.046582,0.009498,0.071,"2013-07-16 14:00",0.07,"2013-08-24 14:00",0.07,"2013-09-06 17:00",0.069,"2013-05-18 15:00","","","","",0.07,0.069,0.062,0.059,0.054,0.05,0.045,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","44201",1,46.825425,-100.76821,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8723,100,153,153,0,0,0,0,"Certification not required",0,0.042503,0.009128,0.065,"2013-08-24 12:00",0.062,"2013-05-18 10:00",0.062,"2013-07-06 12:00",0.062,"2013-08-28 13:00","","","","",0.062,0.062,0.058,0.054,0.05,0.047,0.041,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","44201",1,46.825425,-100.76821,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8723,100,153,153,0,0,0,0,"Certification not required",0,0.042503,0.009128,0.065,"2013-08-24 12:00",0.062,"2013-05-18 10:00",0.062,"2013-07-06 12:00",0.062,"2013-08-28 13:00","","","","",0.062,0.062,0.058,0.054,0.05,0.047,0.041,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","61101",1,46.825425,-100.76821,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8579,98,356,365,0,181,"","","Certification not required",0,8.004208,4.034386,26.3,"2013-01-19 12:00",25.7,"2013-10-05 01:00",25.6,"2013-10-04 21:00",25,"2013-10-04 23:00","","","","",19.8,18.3,15.9,13.8,10.2,7.1,3.6,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","61102",1,46.825425,-100.76821,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8386,96,349,365,0,374,"","","Certification not required",0,192.079776,110.117544,360,"2013-01-11 07:00",360,"2013-01-29 04:00",360,"2013-04-08 22:00",360,"2013-04-09 02:00","","","","",357,354,346,336,302,178,41,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","61103",1,46.825425,-100.76821,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8228,94,341,365,0,532,"","","Certification not required",0,7.712105,4.070519,25.8,"2013-01-19 12:00",25.3,"2013-10-05 01:00",25.1,"2013-10-04 21:00",24.6,"2013-10-04 23:00","","","","",19.5,18,15.6,13.5,10,6.9,3.2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","61104",1,46.825425,-100.76821,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8228,94,341,365,0,532,"","","Certification not required",0,193.275036,110.151928,360,"2013-01-11 07:00",360,"2013-01-27 18:00",360,"2013-01-29 14:00",360,"2013-04-08 22:00","","","","",357,354,347,336,304,179,43,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","62101",1,46.825425,-100.76821,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8755,100,365,365,0,5,"","","Certification not required",0,40.771102,24.806022,97,"2013-08-20 14:00",96,"2013-08-20 15:00",94,"2013-08-20 13:00",94,"2013-08-20 16:00","","","","",86,83,78,73,62,39,8,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","64101",1,46.825425,-100.76821,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8758,100,365,365,0,2,"","","Certification not required",0,947.758495,7.170162,974.6,"2013-11-23 01:00",974.6,"2013-11-23 02:00",974.6,"2013-11-23 03:00",974.6,"2013-11-23 04:00","","","","",965.2,962.6,958.6,955.9,951.9,947.9,938.6,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","68102",1,46.825425,-100.76821,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",110,100,56,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","68102",2,46.825425,-100.76821,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",55,90,55,61,0,0,"","","Certification not required",0,23.978182,0.056735,24.1,"2013-01-22 00:00",24.1,"2013-01-28 00:00",24.1,"2013-03-11 00:00",24.1,"2013-03-17 00:00","","","","",24.1,24.1,24.1,24,24,24,23.9,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","68105",1,46.825425,-100.76821,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,100,56,61,0,0,"","","Certification not required",0,6.728182,11.988497,26.2,"2013-07-12 00:00",25.9,"2013-07-18 00:00",24.3,"2013-08-29 00:00",24,"2013-07-06 00:00","","","","",25.9,24.3,23.4,22.3,18.2,5.9,-8.8,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","68105",2,46.825425,-100.76821,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,3,"","","Certification not required",0,6.442308,10.663964,25.9,"2013-08-20 00:00",23.4,"2013-07-03 00:00",23.1,"2013-06-27 00:00",21.9,"2013-08-26 00:00","","","","",25.9,23.4,23.1,19.2,16.8,6.2,-7.2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","68108",1,46.825425,-100.76821,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,56,61,0,0,"","","Certification not required",0,710.354545,4.832205,723,"2013-11-21 00:00",721,"2013-10-28 00:00",721,"2013-11-12 00:00",720,"2013-05-01 00:00","","","","",721,721,718,716,713,711,705,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","68108",2,46.825425,-100.76821,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,3,"","","Certification not required",0,710.230769,5.363696,720,"2013-04-22 00:00",719,"2013-03-05 00:00",719,"2013-05-04 00:00",719,"2013-11-12 00:00","","","","",720,719,719,718,715,710,703,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","81102",3,46.825425,-100.76821,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8490,97,355,365,0,270,"","","Certification not required",896,14.439576,14.013748,415,"2013-05-14 14:00",393,"2013-05-10 14:00",302,"2013-05-14 04:00",218,"2013-05-14 13:00","","","","",54,46,36,29,19,11,2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","81102",3,46.825425,-100.76821,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",355,97,355,365,0,0,0,0,"Certification not required",0,13.977465,9.2005,77,"2013-05-14 00:00",71,"2013-05-10 00:00",58,"2013-05-13 00:00",40,"2013-05-06 00:00","","","","",40,35,30,26,18,12,5,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","85101",3,46.825425,-100.76821,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8490,97,355,365,0,270,"","","Certification not required",851,14.23828,13.30649,390,"2013-05-14 14:00",376,"2013-05-10 14:00",283,"2013-05-14 04:00",203,"2013-05-14 13:00","","","","",52,44,35,28,19,11,2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","88101",1,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,2,0,0,"Certification not required",0,6.529091,3.431595,17.5,"2013-01-28 00:00",17.1,"2013-03-23 00:00",17,"2013-03-29 00:00",15.1,"2013-02-09 00:00","","","","",17.1,17,13.3,11.1,8,5.5,3.2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","88101",1,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,2,"","","Certification not required",0,6.529091,3.431595,17.5,"2013-01-28 00:00",17.1,"2013-03-23 00:00",17,"2013-03-29 00:00",15.1,"2013-02-09 00:00","","","","",17.1,17,13.3,11.1,8,5.5,3.2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","88101",2,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,6.665455,3.977912,17.8,"2013-03-23 00:00",17.3,"2013-01-28 00:00",17.1,"2013-03-29 00:00",15.2,"2013-02-09 00:00","","","","",17.8,17.3,17.1,12,8.9,5.1,3.3,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","88101",2,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,6.665455,3.977912,17.8,"2013-03-23 00:00",17.3,"2013-01-28 00:00",17.1,"2013-03-29 00:00",15.2,"2013-02-09 00:00","","","","",17.8,17.3,17.1,12,8.9,5.1,3.3,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-01-06" +"38","015","0003","88101",3,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8577,98,362,365,0,183,"","","Certification not required",0,5.769978,4.598435,49,"2013-03-23 16:00",40,"2013-03-23 17:00",38,"2013-03-23 15:00",36,"2013-02-09 07:00","","","","",21,19,14,11,8,5,1,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","88101",3,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,5.713928,3.510038,20.3,"2013-07-10 00:00",20.2,"2013-03-09 00:00",18.4,"2013-03-23 00:00",17.2,"2013-01-28 00:00","","","","",17.2,15.4,12.3,10.4,7.3,5,2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","015","0003","88101",3,46.825425,-100.76821,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,5.713928,3.510038,20.3,"2013-07-10 00:00",20.2,"2013-03-09 00:00",18.4,"2013-03-23 00:00",17.2,"2013-01-28 00:00","","","","",17.2,15.4,12.3,10.4,7.3,5,2,"BISMARCK RESIDENTIAL","1810 N 16TH STREET","North Dakota","Burleigh","Bismarck","Bismarck, ND","2014-02-19" +"38","017","1004","42101",1,46.933754,-96.85535,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48C-TL",2013,"Parts per million","No Events",7727,88,322,365,0,1033,0,0,"Certification not required",0,0.149368,0.044174,0.974,"2013-08-22 21:00",0.866,"2013-08-22 22:00",0.603,"2013-01-03 09:00",0.52,"2013-02-01 08:00","","","","",0.293,0.26,0.218,0.195,0.17,0.146,0.103,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42101",1,46.933754,-96.85535,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7656,87,313,365,0,0,0,0,"Certification not required",0,0.148707,0.053374,0.4,"2013-08-23 01:00",0.4,"2013-08-23 02:00",0.4,"2013-08-23 03:00",0.4,"2013-08-23 04:00",0.4,"2013-08-23 01:00",0.3,"2013-01-01 05:00",0.3,0.2,0.2,0.2,0.2,0.1,0.1,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42401",1,46.933754,-96.85535,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6408,73,269,365,0,2352,0,"","Certification not required",0,0.665056,0.75333,6.3,"2013-02-06 07:00",4.3,"2013-12-30 06:00",3.7,"2013-02-16 06:00",3.1,"2013-03-13 23:00","","","","",3.7,3,2,1.6,0.8,0.4,0.1,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42401",1,46.933754,-96.85535,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6408,73,269,365,0,2352,"","","Certification not required",0,0.244991,0.324399,6.3,"2013-02-06 07:00",4.3,"2013-12-30 06:00",3.7,"2013-02-16 06:00",3.2,"2013-02-06 08:00","","","","",1.5,1.2,0.8,0.6,0.3,0.2,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42401",1,46.933754,-96.85535,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",269,74,269,365,0,0,0,"","Certification not required",0,0.249442,0.245348,1.2,"2013-12-07 00:00",1,"2013-01-14 00:00",1,"2013-12-09 00:00",1,"2013-12-10 00:00","","","","",1,1,0.7,0.6,0.4,0.2,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42401",1,46.933754,-96.85535,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2115,72,269,365,0,0,"",0,"Certification not required",0,0.223641,0.292978,3.9,"2013-02-06 08:00",2.3,"2013-01-30 05:00",2.3,"2013-12-30 08:00",1.9,"2013-03-13 23:00","","","","",1.4,1.1,0.8,0.5,0.3,0.1,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42406",1,46.933754,-96.85535,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6409,73,269,365,0,2351,"","","Certification not required",0,0.381807,0.52258,13.8,"2013-02-06 07:00",11.2,"2013-02-06 08:00",8.4,"2013-01-18 01:00",7.9,"2013-02-06 06:00","","","","",2.1,1.6,1.1,0.8,0.5,0.3,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42600",1,46.933754,-96.85535,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",4954,57,209,365,0,3806,"","","Certification not required",0,7.205632,7.854721,79.8,"2013-02-21 09:00",73.5,"2013-02-21 03:00",71.9,"2013-02-21 02:00",70.9,"2013-12-23 18:00","","","","",43,32.1,21.7,15.4,8.4,4.7,1.7,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42601",1,46.933754,-96.85535,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8102,92,340,365,0,658,"","","Certification not required",0,1.156579,3.458431,73,"2013-11-06 07:00",59,"2013-01-03 09:00",53,"2013-11-07 21:00",51,"2013-11-07 22:00","","","","",16,10,5,2.1,1,0,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42602",1,46.933754,-96.85535,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8102,92,340,365,0,658,0,"","Certification not required",0,12.933824,9.363042,42,"2013-02-21 03:00",41,"2013-02-13 06:00",41,"2013-04-24 06:00",38,"2013-01-04 17:00","","","","",38,36,32.9,27.9,18,10,3,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42602",1,46.933754,-96.85535,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8102,92,340,365,0,658,"","","Certification not required",0,4.373846,5.479138,42,"2013-02-21 03:00",41,"2013-02-13 06:00",41,"2013-04-24 06:00",39,"2013-02-13 05:00","","","","",28,22,16,11,5.8,2.8,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","42603",1,46.933754,-96.85535,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8102,92,340,365,0,658,"","","Certification not required",0,5.878178,7.906862,94,"2013-01-03 09:00",94,"2013-11-06 07:00",85.7,"2013-12-23 18:00",79,"2013-02-13 06:00","","","","",41,31,20,13.2,7,3,1,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","44201",1,46.933754,-96.85535,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8287,85,130,153,0,473,0,0,"Certification not required",265,0.042992,0.010564,0.071,"2013-05-18 17:00",0.07,"2013-03-31 02:00",0.068,"2013-05-30 13:00",0.064,"2013-03-28 15:00","","","","",0.07,0.068,0.062,0.058,0.054,0.05,0.046,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","44201",1,46.933754,-96.85535,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8207,84,129,153,0,0,0,0,"Certification not required",0,0.03855,0.010177,0.064,"2013-03-30 19:00",0.06,"2013-03-28 11:00",0.059,"2013-05-18 11:00",0.059,"2013-05-30 12:00","","","","",0.06,0.059,0.057,0.054,0.05,0.047,0.041,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","44201",1,46.933754,-96.85535,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8207,84,129,153,0,0,0,0,"Certification not required",0,0.03855,0.010177,0.064,"2013-03-30 19:00",0.06,"2013-03-28 11:00",0.059,"2013-05-18 11:00",0.059,"2013-05-30 12:00","","","","",0.06,0.059,0.057,0.054,0.05,0.047,0.041,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","61101",1,46.933754,-96.85535,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8498,97,354,365,0,262,"","","Certification not required",0,9.493151,5.205814,34.6,"2013-12-28 15:00",34,"2013-12-28 16:00",33.8,"2013-12-28 17:00",32,"2013-12-28 14:00","","","","",23.3,21.7,19.2,16.8,13,8.5,3.6,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","61102",1,46.933754,-96.85535,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8596,98,358,365,0,164,"","","Certification not required",0,195.093532,114.187716,360,"2013-01-11 12:00",360,"2013-01-29 23:00",360,"2013-01-30 01:00",360,"2013-02-03 07:00","","","","",359,358,355,348,310,184,20,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","61103",1,46.933754,-96.85535,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8496,97,354,365,0,264,"","","Certification not required",0,9.266031,5.222338,34.5,"2013-12-28 15:00",33.8,"2013-12-28 16:00",33.6,"2013-12-28 17:00",31.8,"2013-12-28 14:00","","","","",22.9,21.4,19,16.7,12.8,8.3,3.2,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","61104",1,46.933754,-96.85535,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8496,97,354,365,0,264,"","","Certification not required",0,194.747293,114.284675,360,"2013-01-29 23:00",360,"2013-01-30 01:00",360,"2013-02-03 07:00",360,"2013-02-07 05:00","","","","",359,358,355,349,310,183,21,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","62101",1,46.933754,-96.85535,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8610,98,359,365,0,150,"","","Certification not required",0,39.281417,26.709215,94,"2013-08-20 15:00",94,"2013-08-20 16:00",93,"2013-08-20 14:00",92,"2013-07-18 16:00","","","","",86,84,78,73,63,37,2,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","62106",1,46.933754,-96.85535,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8610,98,359,365,0,150,"","","Certification not required",0,0.063461,0.796346,4.8,"2013-05-15 22:00",4.7,"2013-05-13 22:00",4.6,"2013-05-16 00:00",4.5,"2013-08-14 00:00","","","","",2.8,2.4,1.8,1.1,0.2,-0.1,-0.7,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","62201",1,46.933754,-96.85535,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7561,86,315,365,0,1199,"","","Certification not required",0,74.854913,14.115509,100,"2013-05-18 03:00",100,"2013-05-18 04:00",100,"2013-05-18 05:00",100,"2013-05-18 06:00","","","","",99,98,95,91,84,77,56,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","63301",1,46.933754,-96.85535,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7276,83,303,365,0,1484,"","","Certification not required",3735,0.246209,0.404565,1.94,"2013-06-13 13:00",1.92,"2013-04-16 12:00",1.91,"2013-05-23 12:00",1.9,"2013-06-15 12:00","","","","",1.69,1.54,1.21,0.85,0.34,0.005,0.005,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","64101",1,46.933754,-96.85535,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7580,87,316,365,0,1180,"","","Certification not required",0,984.007098,8.211525,1014.6,"2013-11-23 10:00",1014.6,"2013-11-23 11:00",1014.6,"2013-11-23 12:00",1013.2,"2013-11-23 03:00","","","","",1005.2,1002.6,997.2,994.6,989.2,983.9,973.2,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","68102",1,46.933754,-96.85535,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",97,100,51,61,0,0,"","","Certification not required",0,24.010309,0.033803,24.1,"2013-09-25 00:00",24.1,"2013-10-16 00:00",24.1,"2013-10-19 00:00",24.1,"2013-10-22 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-01-06" +"38","017","1004","68103",5,46.933754,-96.85535,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.445631,13.52242,21.9,"2013-07-12 00:00",21,"2013-07-18 00:00",20.8,"2013-08-20 00:00",20.7,"2013-07-06 00:00","","","","",21,20.8,19.9,15.2,11.6,2.4,-20.3,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","68104",5,46.933754,-96.85535,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,100,52,61,0,3,"","","Certification not required",0,12.219417,14.088551,35.5,"2013-08-20 00:00",35.2,"2013-08-26 00:00",34.3,"2013-07-18 00:00",33.3,"2013-07-12 00:00","","","","",35.2,34.3,31.5,28.9,24.5,15.2,-4.9,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","68105",1,46.933754,-96.85535,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",92,100,48,61,0,5,"","","Certification not required",0,4.694565,12.174359,26.8,"2013-08-20 00:00",25.3,"2013-08-26 00:00",24.4,"2013-08-29 00:00",22,"2013-09-07 00:00","","","","",26.8,25.3,21.4,18.8,16.4,3.1,-11.7,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-01-06" +"38","017","1004","68105",5,46.933754,-96.85535,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,100,52,61,0,3,"","","Certification not required",0,6.373786,13.462067,28,"2013-08-20 00:00",27.8,"2013-07-18 00:00",26.5,"2013-07-12 00:00",26.4,"2013-08-26 00:00","","","","",27.8,26.5,24.5,21.6,18,7.8,-12.3,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","68106",5,46.933754,-96.85535,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,100,52,61,0,3,"","","Certification not required",0,732.029126,5.526152,745,"2013-10-28 00:00",743,"2013-11-12 00:00",742,"2013-02-15 00:00",742,"2013-10-13 00:00","","","","",743,742,741,740,736,732,725,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","68107",5,46.933754,-96.85535,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,100,52,61,0,3,"","","Certification not required",0,739.330097,5.629733,757,"2013-11-12 00:00",750,"2013-10-28 00:00",749,"2013-01-19 00:00",749,"2013-01-31 00:00","","","","",750,749,748,747,744,739,732,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","68108",1,46.933754,-96.85535,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",92,100,48,61,0,5,"","","Certification not required",0,739.565217,5.634088,754,"2013-11-12 00:00",752,"2013-10-28 00:00",752,"2013-11-21 00:00",750,"2013-05-01 00:00","","","","",754,752,748,747,743,739,733,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-01-06" +"38","017","1004","68108",5,46.933754,-96.85535,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,100,52,61,0,3,"","","Certification not required",0,735,5.585345,750,"2013-11-12 00:00",748,"2013-10-28 00:00",746,"2013-01-31 00:00",745,"2013-03-20 00:00","","","","",748,746,744,742,738,735,729,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","81102",3,46.933754,-96.85535,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",7236,83,303,365,0,1524,"","","Certification not required",467,16.268242,17.08576,405,"2013-11-06 19:00",387,"2013-06-14 13:00",265,"2013-08-22 22:00",207,"2013-11-05 19:00","","","","",73,61,43,32,20,11,5,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","81102",3,46.933754,-96.85535,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",303,83,303,365,0,0,0,0,"Certification not required",0,15.719472,11.432664,70,"2013-05-14 00:00",62,"2013-11-06 00:00",58,"2013-10-10 00:00",56,"2013-08-22 00:00","","","","",56,51,41,31,20,12,6,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","85101",3,46.933754,-96.85535,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",7235,83,303,365,0,1525,"","","Certification not required",419,16.949551,17.353544,430,"2013-11-06 19:00",375,"2013-06-14 13:00",265,"2013-08-22 22:00",220,"2013-01-23 14:00","","","","",77,62,43,33,21,12,5,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","86101",3,46.933754,-96.85535,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7229,83,303,365,0,1531,"","","Certification not required",0,10.200456,15.748065,390,"2013-11-06 19:00",355,"2013-06-14 13:00",208,"2013-01-23 14:00",200,"2013-11-05 19:00","","","","",65,52,35,24,13,6,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","88101",1,46.933754,-96.85535,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,15,0,0,"Certification not required",0,7.145361,4.772229,29.5,"2013-03-29 00:00",25.3,"2013-03-08 00:00",17.9,"2013-07-09 00:00",17.8,"2013-02-09 00:00","","","","",29.5,25.3,16.3,13,8.7,5.8,2.8,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-01-06" +"38","017","1004","88101",1,46.933754,-96.85535,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,15,"","","Certification not required",0,7.145361,4.772229,29.5,"2013-03-29 00:00",25.3,"2013-03-08 00:00",17.9,"2013-07-09 00:00",17.8,"2013-02-09 00:00","","","","",29.5,25.3,16.3,13,8.7,5.8,2.8,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-01-06" +"38","017","1004","88101",3,46.933754,-96.85535,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7231,83,307,365,0,1529,"","","Certification not required",0,6.501245,6.016652,178,"2013-08-22 22:00",125,"2013-08-22 23:00",70,"2013-05-25 10:00",69,"2013-05-25 09:00","","","","",24,21,17,13,9,6,1,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","88101",3,46.933754,-96.85535,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,0,0,"Certification not required",0,6.474587,4.038472,29,"2013-03-29 00:00",22.7,"2013-03-08 00:00",20.8,"2013-01-28 00:00",19,"2013-12-02 00:00","","","","",19,18.2,13.9,11.6,8.2,5.7,2.1,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","88101",3,46.933754,-96.85535,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,6.474587,4.038472,29,"2013-03-29 00:00",22.7,"2013-03-08 00:00",20.8,"2013-01-28 00:00",19,"2013-12-02 00:00","","","","",19,18.2,13.9,11.6,8.2,5.7,2.1,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-19" +"38","017","1004","88102",5,46.933754,-96.85535,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",98,0.019956,0.007091,0.061,"2013-06-03 00:00",0.047,"2013-08-11 00:00",0.036,"2013-03-20 00:00",0.029,"2013-05-13 00:00","","","","",0.047,0.036,0.026,0.026,0.021,0.0195,0.0135,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88103",5,46.933754,-96.85535,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.00032,0.000645,0.003,"2013-01-28 00:00",0.003,"2013-08-29 00:00",0.002,"2013-08-20 00:00",0.002,"2013-08-26 00:00","","","","",0.003,0.002,0.002,0.001,0,0,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88104",5,46.933754,-96.85535,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",37,0.067403,0.077896,0.342,"2013-11-06 00:00",0.31,"2013-05-13 00:00",0.31,"2013-07-03 00:00",0.305,"2013-05-16 00:00","","","","",0.31,0.31,0.218,0.177,0.089,0.037,0.0065,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88107",5,46.933754,-96.85535,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",99,0.007683,0.007404,0.0295,"2013-01-16 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0156,0.0055,0.005,0.00385,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88109",5,46.933754,-96.85535,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",38,0.002483,0.002204,0.0175,"2013-01-31 00:00",0.0084,"2013-03-23 00:00",0.0081,"2013-01-25 00:00",0.0065,"2013-03-11 00:00","","","","",0.0084,0.0081,0.0057,0.0045,0.0033,0.0021,0.00085,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88110",5,46.933754,-96.85535,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.001602,0.003838,0.02,"2013-02-12 00:00",0.014,"2013-04-22 00:00",0.014,"2013-05-28 00:00",0.012,"2013-04-10 00:00","","","","",0.014,0.014,0.012,0.007,0,0,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88111",5,46.933754,-96.85535,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",1,0.166254,0.196392,0.981,"2013-11-06 00:00",0.809,"2013-08-14 00:00",0.706,"2013-10-10 00:00",0.693,"2013-07-03 00:00","","","","",0.809,0.706,0.601,0.505,0.204,0.0848,0.0231,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88112",5,46.933754,-96.85535,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.005466,0.01564,0.122,"2013-09-25 00:00",0.062,"2013-10-04 00:00",0.055,"2013-11-03 00:00",0.05,"2013-09-22 00:00","","","","",0.062,0.055,0.03,0.008,0.004,0.001,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88113",5,46.933754,-96.85535,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",99,0.000727,0.000256,0.0022,"2013-07-03 00:00",0.002,"2013-06-06 00:00",0.0017,"2013-06-03 00:00",0.0013,"2013-10-28 00:00","","","","",0.002,0.0017,0.001,0.001,0.0007,0.0007,0.00055,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88114",5,46.933754,-96.85535,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",92,0.001164,0.000781,0.0046,"2013-08-14 00:00",0.0043,"2013-07-06 00:00",0.004,"2013-08-05 00:00",0.004,"2013-11-06 00:00","","","","",0.0043,0.004,0.0028,0.0022,0.00125,0.00095,0.00065,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88115",5,46.933754,-96.85535,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",67,0.00965,0.014105,0.0942,"2013-01-31 00:00",0.0682,"2013-01-04 00:00",0.0536,"2013-10-28 00:00",0.0469,"2013-11-06 00:00","","","","",0.0682,0.0536,0.039,0.021,0.0093,0.00405,0.00245,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88117",5,46.933754,-96.85535,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",103,0.007732,0.011711,0.0435,"2013-01-16 00:00",0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-06-18 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88118",5,46.933754,-96.85535,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",101,0.00934,0.006642,0.023,"2013-01-16 00:00",0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88126",5,46.933754,-96.85535,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.092156,0.085481,0.471,"2013-11-06 00:00",0.357,"2013-07-03 00:00",0.352,"2013-08-14 00:00",0.335,"2013-08-05 00:00","","","","",0.357,0.352,0.26,0.208,0.12,0.0547,0.0236,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88128",5,46.933754,-96.85535,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.000573,0.001288,0.006,"2013-03-29 00:00",0.006,"2013-07-12 00:00",0.005,"2013-07-15 00:00",0.005,"2013-09-25 00:00","","","","",0.006,0.005,0.003,0.002,0,0,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88131",5,46.933754,-96.85535,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",100,0.01018,0.003805,0.024,"2013-08-29 00:00",0.017,"2013-08-08 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-06 00:00","","","","",0.017,0.0165,0.0165,0.0165,0.011,0.008,0.007,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88132",5,46.933754,-96.85535,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.003699,0.004976,0.035,"2013-11-06 00:00",0.017,"2013-08-14 00:00",0.014,"2013-05-13 00:00",0.014,"2013-05-16 00:00","","","","",0.017,0.014,0.013,0.01,0.005,0.002,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88136",5,46.933754,-96.85535,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.000495,0.001454,0.012,"2013-08-05 00:00",0.006,"2013-01-31 00:00",0.004,"2013-11-06 00:00",0.003,"2013-07-09 00:00","","","","",0.006,0.004,0.002,0.001,0,0,0,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88140",5,46.933754,-96.85535,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",61,0.025473,0.032992,0.183,"2013-05-16 00:00",0.154,"2013-11-06 00:00",0.122,"2013-08-14 00:00",0.115,"2013-07-03 00:00","","","","",0.154,0.122,0.0865,0.075,0.0313,0.009,0.0055,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88152",5,46.933754,-96.85535,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",102,0.005747,0.001918,0.015,"2013-08-17 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.00445,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88154",5,46.933754,-96.85535,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",96,0.001145,0.000521,0.0045,"2013-08-26 00:00",0.0031,"2013-04-28 00:00",0.0028,"2013-10-16 00:00",0.0022,"2013-05-07 00:00","","","","",0.0031,0.0028,0.0017,0.0013,0.0013,0.00125,0.00065,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88160",5,46.933754,-96.85535,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",97,0.01334,0.005207,0.048,"2013-02-15 00:00",0.023,"2013-05-16 00:00",0.022,"2013-07-09 00:00",0.021,"2013-04-28 00:00","","","","",0.023,0.022,0.018,0.018,0.016,0.01,0.01,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88161",5,46.933754,-96.85535,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",70,0.004697,0.004344,0.0194,"2013-11-06 00:00",0.0187,"2013-07-24 00:00",0.0183,"2013-08-14 00:00",0.0169,"2013-05-16 00:00","","","","",0.0187,0.0183,0.015,0.0123,0.0055,0.0025,0.0021,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88164",5,46.933754,-96.85535,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",100,0.001692,0.00077,0.008,"2013-11-06 00:00",0.0045,"2013-07-12 00:00",0.0038,"2013-08-11 00:00",0.0019,"2013-01-13 00:00","","","","",0.0045,0.0038,0.0019,0.0019,0.0019,0.0016,0.0015,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88165",5,46.933754,-96.85535,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.27608,0.304761,1.51,"2013-11-06 00:00",1.23,"2013-08-14 00:00",1.16,"2013-05-13 00:00",1.15,"2013-07-03 00:00","","","","",1.23,1.16,0.92,0.738,0.376,0.127,0.047,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88166",5,46.933754,-96.85535,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",103,0.008432,0.004952,0.019,"2013-04-19 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-03-02 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88167",5,46.933754,-96.85535,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",35,0.00572,0.00682,0.0439,"2013-02-24 00:00",0.0314,"2013-03-14 00:00",0.027,"2013-02-21 00:00",0.0231,"2013-01-01 00:00","","","","",0.0314,0.027,0.0176,0.0139,0.007,0.0035,0.00105,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88168",5,46.933754,-96.85535,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",100,0.001351,0.000801,0.0079,"2013-08-08 00:00",0.0047,"2013-07-06 00:00",0.0022,"2013-05-13 00:00",0.00175,"2013-01-25 00:00","","","","",0.0047,0.0022,0.00175,0.00175,0.00155,0.00115,0.00085,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88169",5,46.933754,-96.85535,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",0,0.376206,0.260292,1.56,"2013-08-20 00:00",1.17,"2013-08-17 00:00",1.12,"2013-09-25 00:00",1.11,"2013-07-15 00:00","","","","",1.17,1.12,0.851,0.711,0.452,0.294,0.154,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88176",5,46.933754,-96.85535,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",103,0.000998,0.000218,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88180",5,46.933754,-96.85535,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",1,0.060881,0.049674,0.3,"2013-08-11 00:00",0.229,"2013-07-03 00:00",0.224,"2013-07-06 00:00",0.214,"2013-11-06 00:00","","","","",0.229,0.224,0.149,0.127,0.0716,0.044,0.02,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88184",5,46.933754,-96.85535,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",75,0.036471,0.037471,0.215,"2013-07-15 00:00",0.213,"2013-01-13 00:00",0.153,"2013-02-15 00:00",0.132,"2013-03-11 00:00","","","","",0.213,0.153,0.105,0.078,0.044,0.02,0.0155,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88185",5,46.933754,-96.85535,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,100,52,61,0,3,"","","Certification not required",102,0.003629,0.003787,0.0115,"2013-01-25 00:00",0.0115,"2013-02-06 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-03-08 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88301",5,46.933754,-96.85535,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,52,61,0,4,"","","Certification not required",4,0.456098,0.581224,3.44,"2013-03-08 00:00",3.11,"2013-03-29 00:00",2.38,"2013-01-28 00:00",2.01,"2013-02-09 00:00","","","","",3.11,2.38,1.26,0.971,0.539,0.273,0.036,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88302",5,46.933754,-96.85535,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,52,61,0,4,"","","Certification not required",6,0.060272,0.14506,1.46,"2013-01-04 00:00",0.302,"2013-10-25 00:00",0.16,"2013-01-13 00:00",0.128,"2013-03-08 00:00","","","","",0.302,0.16,0.115,0.091,0.0552,0.04,0.015,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88303",5,46.933754,-96.85535,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,52,61,0,4,"","","Certification not required",48,0.027441,0.027875,0.143,"2013-08-11 00:00",0.13,"2013-07-06 00:00",0.116,"2013-07-12 00:00",0.116,"2013-11-06 00:00","","","","",0.13,0.116,0.0803,0.0645,0.031,0.015,0.0105,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88306",5,46.933754,-96.85535,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,52,61,0,4,"","","Certification not required",0,1.198093,1.818865,10.9,"2013-03-08 00:00",9.51,"2013-03-29 00:00",8.09,"2013-01-28 00:00",5.61,"2013-02-09 00:00","","","","",9.51,8.09,3.69,2.67,1.56,0.479,0.163,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88355",5,46.933754,-96.85535,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,1.605786,1.225801,6.96,"2013-07-03 00:00",6.17,"2013-06-30 00:00",5.53,"2013-07-12 00:00",4.73,"2013-08-26 00:00","","","","",6.96,6.17,4.28,3.15,1.8,1.32,0.545,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88357",5,46.933754,-96.85535,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.172398,0.124989,0.614,"2013-07-03 00:00",0.609,"2013-08-14 00:00",0.577,"2013-11-06 00:00",0.484,"2013-10-10 00:00","","","","",0.614,0.609,0.44,0.325,0.221,0.15,0.053,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88370",5,46.933754,-96.85535,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,1.487765,1.149799,6.74,"2013-07-03 00:00",5.88,"2013-06-30 00:00",5.23,"2013-07-12 00:00",4.2,"2013-08-26 00:00","","","","",6.74,5.88,3.85,2.88,1.71,1.21,0.491,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88374",5,46.933754,-96.85535,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",2,0.122959,0.119706,0.618,"2013-08-26 00:00",0.592,"2013-06-30 00:00",0.427,"2013-10-10 00:00",0.426,"2013-08-20 00:00","","","","",0.618,0.592,0.395,0.305,0.135,0.077,0.033,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88375",5,46.933754,-96.85535,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.367224,0.291933,1.75,"2013-07-03 00:00",1.72,"2013-06-30 00:00",1.13,"2013-07-12 00:00",1.01,"2013-08-20 00:00","","","","",1.75,1.72,0.89,0.753,0.408,0.292,0.139,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88376",5,46.933754,-96.85535,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.448653,0.388863,2.37,"2013-07-03 00:00",1.85,"2013-07-12 00:00",1.82,"2013-06-30 00:00",1.34,"2013-09-07 00:00","","","","",2.37,1.85,1.31,0.842,0.499,0.353,0.126,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88377",5,46.933754,-96.85535,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.273092,0.214518,1.2,"2013-07-03 00:00",1.03,"2013-07-12 00:00",0.928,"2013-08-26 00:00",0.793,"2013-08-20 00:00","","","","",1.2,1.03,0.727,0.556,0.345,0.204,0.082,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88378",5,46.933754,-96.85535,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.275837,0.203498,1.09,"2013-07-03 00:00",1.01,"2013-06-30 00:00",0.969,"2013-08-20 00:00",0.831,"2013-07-12 00:00","","","","",1.09,1.01,0.702,0.511,0.321,0.233,0.078,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88380",5,46.933754,-96.85535,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.290408,0.200212,0.876,"2013-08-26 00:00",0.833,"2013-07-03 00:00",0.815,"2013-10-10 00:00",0.757,"2013-08-14 00:00","","","","",0.876,0.833,0.678,0.608,0.41,0.235,0.091,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88383",5,46.933754,-96.85535,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.498209,0.363236,1.86,"2013-07-03 00:00",1.47,"2013-06-30 00:00",1.46,"2013-08-20 00:00",1.44,"2013-08-26 00:00","","","","",1.86,1.47,1.35,1.03,0.656,0.425,0.137,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88384",5,46.933754,-96.85535,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.067965,0.039952,0.208,"2013-06-12 00:00",0.166,"2013-08-14 00:00",0.162,"2013-07-15 00:00",0.154,"2013-06-30 00:00","","","","",0.208,0.166,0.148,0.124,0.087,0.0592,0.0297,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88385",5,46.933754,-96.85535,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",95,0.001071,0.000408,0.00379,"2013-08-23 00:00",0.00349,"2013-07-18 00:00",0.00263,"2013-04-28 00:00",0.001,"2013-01-04 00:00","","","","",0.00379,0.00349,0.001,0.001,0.001,0.001,0.001,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88388",5,46.933754,-96.85535,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.393847,0.290414,1.4,"2013-08-20 00:00",1.31,"2013-07-03 00:00",1.3,"2013-06-30 00:00",1.14,"2013-08-26 00:00","","","","",1.4,1.31,1.13,0.867,0.48,0.313,0.111,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88403",5,46.933754,-96.85535,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,100,52,61,0,4,"","","Certification not required",0,0.960137,0.650327,3.36,"2013-08-20 00:00",3.19,"2013-08-17 00:00",2.71,"2013-05-01 00:00",2.71,"2013-09-25 00:00","","","","",3.19,2.71,2.44,1.85,1.21,0.768,0.376,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","017","1004","88502",5,46.933754,-96.85535,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,8.484466,5.244283,25.8,"2013-07-03 00:00",24.6,"2013-11-06 00:00",23.7,"2013-03-08 00:00",22.8,"2013-03-29 00:00","","","","",24.6,23.7,19.4,14.8,11,7,3.3,"FARGO NW","4266 40TH AVE NORTH","North Dakota","Cass","","Fargo, ND-MN","2014-02-14" +"38","025","0003","42401",1,47.3132,-102.5273,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8651,99,363,365,0,109,0,"","Certification not required",0,1.056198,1.206238,8.5,"2013-04-02 09:00",7,"2013-02-18 05:00",6.8,"2013-03-23 15:00",6.5,"2013-12-21 11:00","","","","",6.5,5.1,3.2,2.5,1.4,0.6,0.1,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42401",1,47.3132,-102.5273,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8651,99,363,365,0,109,"","","Certification not required",0,0.363715,0.52666,8.5,"2013-04-02 09:00",7,"2013-02-18 05:00",6.8,"2013-03-23 15:00",6.5,"2013-12-21 11:00","","","","",2.5,1.9,1.3,0.9,0.4,0.2,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42401",1,47.3132,-102.5273,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.365014,0.371965,2,"2013-01-30 00:00",1.8,"2013-02-18 00:00",1.8,"2013-12-31 00:00",1.7,"2013-03-23 00:00","","","","",1.7,1.5,1.2,0.9,0.5,0.2,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42401",1,47.3132,-102.5273,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2859,98,361,365,0,0,"",0,"Certification not required",0,0.340818,0.473986,4.4,"2013-02-18 05:00",4.4,"2013-04-02 11:00",4.1,"2013-03-23 17:00",3.8,"2013-12-31 08:00","","","","",2.3,1.8,1.3,0.9,0.4,0.2,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42406",1,47.3132,-102.5273,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8536,97,356,365,0,224,"","","Certification not required",0,0.534396,0.744588,16.4,"2013-10-01 03:00",14.8,"2013-04-02 09:00",11.1,"2013-12-21 11:00",9.7,"2013-04-10 22:00","","","","",3.4,2.6,1.7,1.2,0.6,0.3,0.1,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42601",1,47.3132,-102.5273,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8295,95,348,365,0,465,"","","Certification not required",0,0.082942,0.58071,27,"2013-08-28 02:00",18,"2013-08-28 04:00",13,"2013-08-28 03:00",12,"2013-08-28 05:00","","","","",2,1,0,0,0,0,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42602",1,47.3132,-102.5273,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8295,95,348,365,0,465,0,"","Certification not required",0,4.017241,2.137828,12,"2013-04-02 09:00",11,"2013-08-26 03:00",11,"2013-12-19 23:00",11,"2013-12-21 03:00","","","","",11,10,8,7,5,4,2,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42602",1,47.3132,-102.5273,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8295,95,348,365,0,465,"","","Certification not required",0,1.71513,1.523462,12,"2013-04-02 09:00",11,"2013-08-26 03:00",11,"2013-12-19 23:00",11,"2013-12-21 03:00","","","","",7,6,5,4,2,1,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","42603",1,47.3132,-102.5273,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8295,95,348,365,0,465,"","","Certification not required",0,1.794093,1.821763,32,"2013-08-28 02:00",22,"2013-08-28 04:00",19,"2013-08-28 03:00",18,"2013-04-02 09:00","","","","",8,7,5,4,2,1,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","44201",1,47.3132,-102.5273,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8104,82,125,153,0,656,0,0,"Certification not required",126,0.04468,0.008561,0.069,"2013-09-06 14:00",0.064,"2013-04-18 15:00",0.063,"2013-05-07 14:00",0.063,"2013-08-29 16:00","","","","",0.064,0.063,0.059,0.056,0.054,0.05,0.045,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","44201",1,47.3132,-102.5273,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8118,82,125,153,0,0,0,0,"Certification not required",0,0.04024,0.008579,0.06,"2013-05-07 10:00",0.06,"2013-09-06 10:00",0.059,"2013-04-18 09:00",0.057,"2013-05-06 09:00","","","","",0.06,0.059,0.056,0.053,0.05,0.046,0.041,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","44201",1,47.3132,-102.5273,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8118,82,125,153,0,0,0,0,"Certification not required",0,0.04024,0.008579,0.06,"2013-05-07 10:00",0.06,"2013-09-06 10:00",0.059,"2013-04-18 09:00",0.057,"2013-05-06 09:00","","","","",0.06,0.059,0.056,0.053,0.05,0.046,0.041,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","61101",1,47.3132,-102.5273,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8057,92,334,365,0,703,"","","Certification not required",0,8.511369,5.133474,30.9,"2013-10-11 16:00",29.4,"2013-10-11 15:00",29.3,"2013-02-02 10:00",28.8,"2013-05-14 11:00","","","","",22.7,21.1,18.2,15.9,11.5,7.7,2.5,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","61102",1,47.3132,-102.5273,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8696,99,364,365,0,64,"","","Certification not required",0,199.933303,103.149464,360,"2013-01-11 05:00",360,"2013-01-11 09:00",360,"2013-01-11 11:00",360,"2013-01-23 10:00","","","","",357,354,343,328,295,192,58,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","61103",1,47.3132,-102.5273,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8057,92,334,365,0,703,"","","Certification not required",0,8.201899,5.211241,30.5,"2013-10-11 16:00",28.9,"2013-02-02 10:00",28.9,"2013-10-11 15:00",28.5,"2013-02-02 11:00","","","","",22.4,20.8,18.1,15.7,11.4,7.5,2,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","61104",1,47.3132,-102.5273,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8057,92,334,365,0,703,"","","Certification not required",0,200.144471,102.807298,360,"2013-01-11 05:00",360,"2013-01-11 11:00",360,"2013-02-27 09:00",360,"2013-02-27 12:00","","","","",357,353,343,329,295,190,59,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","62101",1,47.3132,-102.5273,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8700,99,364,365,0,60,"","","Certification not required",0,40.04092,23.401977,95,"2013-08-19 13:00",94,"2013-08-19 12:00",94,"2013-08-19 14:00",92,"2013-08-19 15:00","","","","",84,81,75,70,60,38,9,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","62106",1,47.3132,-102.5273,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8700,99,364,365,0,60,"","","Certification not required",0,0.248897,1.030255,6.3,"2013-04-26 19:00",5.6,"2013-10-05 19:00",5.5,"2013-11-19 20:00",5.4,"2013-10-05 18:00","","","","",3.6,3.2,2.4,1.7,0.6,0,-0.7,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","63301",1,47.3132,-102.5273,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8700,99,364,365,0,60,"","","Certification not required",4298,0.243821,0.361207,1.46,"2013-06-09 11:00",1.41,"2013-06-15 11:00",1.4,"2013-05-02 11:00",1.4,"2013-05-02 12:00","","","","",1.31,1.25,1.09,0.88,0.4,0.01,0.005,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","64101",1,47.3132,-102.5273,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8506,97,355,365,0,254,"","","Certification not required",0,936.1243,7.251108,961.2,"2013-11-22 19:00",961.2,"2013-11-22 20:00",961.2,"2013-11-22 21:00",961.2,"2013-11-22 22:00","","","","",953.2,951.9,947.9,945.2,941.2,935.9,926.6,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","81102",3,47.3132,-102.5273,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8426,96,352,365,0,334,"","","Certification not required",0,17.26442,18.744273,464,"2013-10-08 18:00",382,"2013-04-22 20:00",280,"2013-10-06 17:00",228,"2013-05-10 10:00","","","","",89,70,46,34,21,12,5,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","81102",3,47.3132,-102.5273,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",352,96,352,365,0,0,0,0,"Certification not required",0,16.758523,11.626239,76,"2013-10-08 00:00",74,"2013-05-10 00:00",66,"2013-10-06 00:00",63,"2013-08-18 00:00","","","","",63,48,37,32,21,13,6,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","85101",3,47.3132,-102.5273,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8613,98,361,365,0,147,"","","Certification not required",0,16.701382,17.899582,448,"2013-10-08 18:00",399,"2013-04-22 20:00",268,"2013-10-06 17:00",216,"2013-05-10 10:00","","","","",86,67,44,32,20,12,5,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","88101",3,47.3132,-102.5273,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8413,96,357,365,0,347,"","","Certification not required",0,4.415191,4.726127,159,"2013-06-30 11:00",97,"2013-10-08 18:00",56,"2013-06-16 20:00",54,"2013-04-22 20:00","","","","",21,17,12,9,6,4,0,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","88101",3,47.3132,-102.5273,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,0,0,"Certification not required",0,4.365429,2.908545,15.9,"2013-07-02 00:00",15.2,"2013-03-28 00:00",14.8,"2013-03-09 00:00",14.5,"2013-02-07 00:00","","","","",14.5,13.2,10,8.2,5.7,3.8,1.3,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","025","0003","88101",3,47.3132,-102.5273,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,4.365429,2.908545,15.9,"2013-07-02 00:00",15.2,"2013-03-28 00:00",14.8,"2013-03-09 00:00",14.5,"2013-02-07 00:00","","","","",14.5,13.2,10,8.2,5.7,3.8,1.3,"DUNN CENTER","9610 SEVENTH STREET SW","North Dakota","Dunn","","","2014-02-19" +"38","053","0002","42401",1,47.5812,-103.2995,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8699,99,365,365,0,61,0,"","Certification not required",0,1.455616,1.315233,9.9,"2013-02-27 15:00",7.3,"2013-03-23 13:00",6.9,"2013-03-08 21:00",6.5,"2013-02-18 04:00","","","","",6.5,5.2,4,3.2,1.9,1,0.4,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42401",1,47.5812,-103.2995,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8699,99,365,365,0,61,"","","Certification not required",0,0.605472,0.605311,9.9,"2013-02-27 15:00",8.6,"2013-02-27 04:00",7.3,"2013-03-23 13:00",7.1,"2013-02-27 05:00","","","","",3.1,2.5,1.7,1.2,0.7,0.4,0.2,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42401",1,47.5812,-103.2995,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.604932,0.423393,2.8,"2013-02-27 00:00",2.5,"2013-12-06 00:00",2.5,"2013-12-31 00:00",2.4,"2013-12-21 00:00","","","","",2.4,1.9,1.4,1.1,0.7,0.5,0.2,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42401",1,47.5812,-103.2995,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2874,98,365,365,0,0,"",0,"Certification not required",0,0.578045,0.548569,6,"2013-02-27 17:00",5.9,"2013-03-23 14:00",5.6,"2013-02-27 05:00",5.2,"2013-02-18 05:00","","","","",2.7,2.3,1.6,1.2,0.7,0.4,0.2,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42406",1,47.5812,-103.2995,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8699,99,365,365,0,61,"","","Certification not required",0,0.791539,0.80808,14,"2013-02-27 15:00",11.9,"2013-02-27 04:00",9.2,"2013-11-11 01:00",9.2,"2013-12-31 09:00","","","","",4.3,3.3,2.1,1.5,0.9,0.5,0.3,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42601",1,47.5812,-103.2995,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8218,94,344,365,0,542,"","","Certification not required",0,0.085556,0.367072,7,"2013-01-29 10:00",6.8,"2013-12-23 09:00",6,"2013-01-29 09:00",6,"2013-10-23 09:00","","","","",2,1,0.5,0.2,0,0,0,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42602",1,47.5812,-103.2995,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8218,94,344,365,0,542,0,"","Certification not required",0,3.194767,2.210504,13,"2013-01-10 15:00",12.7,"2013-12-12 18:00",12,"2013-01-26 20:00",11,"2013-01-29 09:00","","","","",11,11,7,6,4,3,1,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42602",1,47.5812,-103.2995,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8218,94,344,365,0,542,"","","Certification not required",0,1.15505,1.39464,13,"2013-01-10 15:00",13,"2013-01-10 16:00",12.7,"2013-12-12 18:00",12,"2013-01-26 20:00","","","","",6,5,4,3,2,1,0,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","42603",1,47.5812,-103.2995,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8218,94,344,365,0,542,"","","Certification not required",0,1.324982,1.590309,18,"2013-01-29 10:00",17,"2013-01-29 09:00",15,"2013-01-10 15:00",14.7,"2013-12-21 14:00","","","","",7,6,4.3,3,2,1,0,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","44201",1,47.5812,-103.2995,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8698,99,152,153,0,62,0,0,"Certification not required",104,0.04798,0.008098,0.069,"2013-09-06 15:00",0.063,"2013-05-16 11:00",0.063,"2013-07-06 14:00",0.063,"2013-07-08 16:00","","","","",0.063,0.063,0.061,0.059,0.056,0.052,0.046,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","44201",1,47.5812,-103.2995,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8730,99,152,153,0,0,0,0,"Certification not required",0,0.043987,0.008031,0.062,"2013-09-06 10:00",0.06,"2013-05-06 09:00",0.06,"2013-05-16 07:00",0.059,"2013-07-08 10:00","","","","",0.06,0.059,0.057,0.056,0.053,0.048,0.043,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","44201",1,47.5812,-103.2995,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8730,99,152,153,0,0,0,0,"Certification not required",0,0.043987,0.008031,0.062,"2013-09-06 10:00",0.06,"2013-05-06 09:00",0.06,"2013-05-16 07:00",0.059,"2013-07-08 10:00","","","","",0.06,0.059,0.057,0.056,0.053,0.048,0.043,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","61101",1,47.5812,-103.2995,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,5.891548,3.812095,23.9,"2013-05-14 09:00",22.9,"2013-05-14 08:00",22.1,"2013-05-14 07:00",21.4,"2013-03-04 14:00","","","","",16.8,15.4,13.1,11.4,8.2,5.2,1.6,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","61102",1,47.5812,-103.2995,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,189.739006,102.351313,359,"2013-01-11 10:00",359,"2013-01-16 11:00",359,"2013-03-27 15:00",359,"2013-04-21 19:00","","","","",353,347,332,314,287,185,59,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","61103",1,47.5812,-103.2995,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,5.409549,3.940803,23.2,"2013-05-14 09:00",22.4,"2013-05-14 08:00",21.7,"2013-05-14 07:00",21.1,"2013-03-04 14:00","","","","",16.4,15,12.8,11,7.9,4.8,0.8,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","61104",1,47.5812,-103.2995,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,189.93558,103.090759,360,"2013-01-19 20:00",360,"2013-02-13 01:00",360,"2013-07-30 17:00",360,"2013-09-11 16:00","","","","",354,348,333,315,287,185,58,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","62101",1,47.5812,-103.2995,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8755,100,365,365,0,5,"","","Certification not required",0,42.127584,23.792671,96,"2013-08-17 14:00",95,"2013-08-17 13:00",94,"2013-08-17 12:00",94,"2013-09-05 15:00","","","","",87,84,78,73,62,41,12,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","64101",1,47.5812,-103.2995,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8751,100,365,365,0,9,"","","Certification not required",0,946.420226,7.152455,971.9,"2013-11-22 19:00",971.9,"2013-11-22 20:00",971.9,"2013-11-22 21:00",971.9,"2013-11-22 22:00","","","","",963.9,961.2,958.6,955.9,950.6,946.6,937.2,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","81102",3,47.5812,-103.2995,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8692,99,365,365,0,68,"","","Certification not required",0,7.558905,5.026347,61,"2013-07-02 09:00",51,"2013-06-27 20:00",48,"2013-07-02 08:00",47,"2013-05-10 10:00","","","","",25,22,18,14,9,6,3,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","81102",3,47.5812,-103.2995,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,7.068493,3.642427,27,"2013-07-02 00:00",19,"2013-07-03 00:00",19,"2013-08-23 00:00",18,"2013-07-01 00:00","","","","",18,16,14,12,9,6,3,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","85101",3,47.5812,-103.2995,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8692,99,365,365,0,68,"","","Certification not required",0,7.451104,4.695739,57,"2013-07-02 09:00",49,"2013-06-27 20:00",45,"2013-05-10 10:00",45,"2013-07-02 08:00","","","","",23,21,17,13,9,6,3,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","88101",3,47.5812,-103.2995,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8601,98,362,365,0,159,"","","Certification not required",0,3.638728,4.600287,73.5,"2013-07-23 16:00",37.1,"2013-07-02 09:00",33.5,"2013-07-02 08:00",31.1,"2013-07-02 16:00","","","","",18.9,16.3,11.5,9,5.8,3.1,-1.3,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","88101",3,47.5812,-103.2995,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,0,0,"Certification not required",0,3.599722,2.942811,20.2,"2013-07-02 00:00",14.2,"2013-03-29 00:00",13.9,"2013-07-10 00:00",12.9,"2013-03-10 00:00","","","","",12.9,11.4,9.4,6.9,5.1,3.3,0.4,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0002","88101",3,47.5812,-103.2995,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,3.599722,2.942811,20.2,"2013-07-02 00:00",14.2,"2013-03-29 00:00",13.9,"2013-07-10 00:00",12.9,"2013-03-10 00:00","","","","",12.9,11.4,9.4,6.9,5.1,3.3,0.4,"TRNP-NU","229 SERVICE RD., WATFORD CITY","North Dakota","McKenzie","","","2014-02-19" +"38","053","0104","42401",1,47.575278,-103.968889,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6484,74,272,365,0,68,0,"","Certification not required",0,1.838235,2.192643,21,"2013-03-11 08:00",15,"2013-12-09 16:00",13,"2013-03-12 12:00",12,"2013-12-04 17:00","","","","",13,8,4,3,2,1,0,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","42401",1,47.575278,-103.968889,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6484,74,272,365,0,68,"","","Certification not required",0,0.784547,1.056335,21,"2013-03-11 08:00",20,"2013-03-11 20:00",15,"2013-03-11 17:00",15,"2013-03-11 22:00","","","","",4,3,2,2,1,1,0,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","42401",1,47.575278,-103.968889,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,0.784191,0.722853,6.9,"2013-03-11 00:00",3.4,"2013-12-04 00:00",3.2,"2013-03-12 00:00",2.9,"2013-12-09 00:00","","","","",3.2,2.5,1.8,1.4,1.1,0.8,0,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","42401",1,47.575278,-103.968889,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2142,73,272,365,0,0,"",0,"Certification not required",0,0.768441,0.93909,12,"2013-03-11 20:00",12,"2013-03-11 23:00",11,"2013-03-11 08:00",10.3,"2013-03-11 17:00","","","","",4,3,2,1.6,1,1,0,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","42406",1,47.575278,-103.968889,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6484,74,272,365,0,68,"","","Certification not required",0,1.225941,2.355691,88,"2013-06-12 09:00",58,"2013-06-12 14:00",38,"2013-03-11 20:00",36,"2013-03-11 22:00","","","","",6,4,3,2,1,1,0,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","61101",1,47.575278,-103.968889,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",6545,75,273,365,0,7,"","","Certification not required",0,6.837785,4.800477,29.5,"2013-05-14 08:00",27.8,"2013-05-14 07:00",27.8,"2013-05-14 09:00",26.9,"2013-01-15 16:00","","","","",20,19.1,15.6,13.9,9.6,6.1,0.9,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","61102",1,47.575278,-103.968889,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",6545,75,273,365,0,7,"","","Certification not required",0,195.756761,102.329801,360,"2013-01-11 09:00",360,"2013-01-14 02:00",360,"2013-01-24 21:00",360,"2013-01-29 11:00","","","","",355,350,340,327,297,167,74,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","61106",1,47.575278,-103.968889,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,16.826559,12.479885,87,"2013-06-16 04:00",80,"2013-11-11 05:00",78,"2013-05-01 00:00",74,"2013-05-05 15:00","","","","",59,54,46,35,20,12,7,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0104","62101",1,47.575278,-103.968889,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6545,75,273,365,0,7,"","","Certification not required",0,33.791902,20.650761,88,"2013-05-13 15:00",87,"2013-05-13 14:00",86,"2013-05-13 13:00",86,"2013-05-13 16:00","","","","",77,74,69,62,48,33,7,"LOCATED ON FOREST SERVICE LAND NE CORNER OF T147N R104W SEC 7","BEARPAW - MGP #3","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","42401",1,47.605556,-104.017222,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6488,74,273,365,0,64,0,"","Certification not required",0,1.684982,1.52058,9,"2013-01-29 12:00",8,"2013-03-13 00:00",8,"2013-06-10 11:00",8,"2013-12-14 12:00","","","","",8,6,5,4,2,1,0,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","42401",1,47.605556,-104.017222,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6488,74,273,365,0,64,"","","Certification not required",0,0.508631,0.763504,9,"2013-01-29 12:00",8,"2013-03-13 00:00",8,"2013-06-10 11:00",8,"2013-12-14 12:00","","","","",3,3,2,1,1,0,0,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","42401",1,47.605556,-104.017222,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.508791,0.471617,2.4,"2013-12-21 00:00",2.3,"2013-12-22 00:00",2,"2013-12-14 00:00",1.9,"2013-12-31 00:00","","","","",2,1.8,1.3,1,0.8,0.4,0,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","42401",1,47.605556,-104.017222,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2149,74,273,365,0,0,"",0,"Certification not required",0,0.49423,0.660543,5.3,"2013-12-14 14:00",5,"2013-01-30 17:00",4.6,"2013-03-02 14:00",4.6,"2013-03-30 11:00","","","","",3,2.3,1.6,1,1,0.3,0,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","42406",1,47.605556,-104.017222,"UNKNOWN","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6488,74,273,365,0,64,"","","Certification not required",0,0.938039,1.203451,29,"2013-03-06 23:00",19,"2013-03-13 00:00",16,"2013-05-04 06:00",15,"2013-01-29 12:00","","","","",5,4,3,2,1,1,0,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","61101",1,47.605556,-104.017222,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",6543,75,273,365,0,9,"","","Certification not required",0,9.171435,5.24845,33.9,"2013-05-14 08:00",32.1,"2013-05-14 09:00",30.4,"2013-05-14 07:00",30.4,"2013-12-09 16:00","","","","",24.3,22.6,19.1,16.5,12.2,7.8,3.5,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","61102",1,47.605556,-104.017222,"UNKNOWN","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,207.273728,97.657168,360,"2013-01-26 12:00",360,"2013-01-29 09:00",360,"2013-01-30 13:00",360,"2013-03-15 17:00","","","","",356,353,343,333,300,186,74,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","61106",1,47.605556,-104.017222,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,13.690509,11.095596,78,"2013-05-11 13:00",75,"2013-06-21 07:00",74,"2013-06-26 22:00",73,"2013-10-02 20:00","","","","",54,48,39,29,17,9,5,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","053","0111","62101",1,47.605556,-104.017222,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,34.087269,20.311534,88,"2013-05-13 15:00",88,"2013-05-13 17:00",87,"2013-05-13 14:00",87,"2013-05-13 16:00","","","","",77,74,69,63,47,33,7,"NORTH-NORTHWEST OF PLANT","BEARPAW MGP #5","North Dakota","McKenzie","Not in a city","","2014-02-18" +"38","057","0004","42401",1,47.298611,-101.766944,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8664,99,365,365,0,96,0,"","Certification not required",0,2.861096,3.701859,29,"2013-03-01 07:00",26,"2013-02-19 12:00",20,"2013-06-07 10:00",18,"2013-11-11 12:00","","","","",18,13,10,7,4,2,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42401",1,47.298611,-101.766944,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8664,99,365,365,0,96,"","","Certification not required",0,0.559037,1.308382,29,"2013-03-01 07:00",26,"2013-02-19 12:00",20,"2013-06-07 10:00",18,"2013-11-11 12:00","","","","",6,4,2.5,1.3,1,0,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42401",1,47.298611,-101.766944,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.561644,0.618806,3,"2013-03-01 00:00",2.6,"2013-10-08 00:00",2.6,"2013-12-06 00:00",2.6,"2013-12-09 00:00","","","","",2.6,2.3,1.8,1.4,1,0.3,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42401",1,47.298611,-101.766944,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2857,98,364,365,0,0,"",0,"Certification not required",0,0.548057,1.094523,17.6,"2013-03-01 08:00",15,"2013-02-19 14:00",12,"2013-10-08 14:00",8.6,"2013-03-30 11:00","","","","",5,3.6,2.4,1.6,1,0,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42406",1,47.298611,-101.766944,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8664,99,365,365,0,96,"","","Certification not required",0,1.113319,2.811722,55,"2013-02-19 12:00",40,"2013-09-29 11:00",37,"2013-02-28 13:00",34,"2013-03-01 07:00","","","","",14,9,5,2.6,1,0,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42601",1,47.298611,-101.766944,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8639,99,365,365,0,121,"","","Certification not required",0,0.541834,1.217283,17,"2013-03-30 10:00",17,"2013-05-02 05:00",17,"2013-11-11 12:00",16,"2013-10-08 20:00","","","","",5,4,3,2,1,0,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42602",1,47.298611,-101.766944,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8639,99,365,365,0,121,0,"","Certification not required",0,7.368767,4.939959,35,"2013-02-09 14:00",34,"2013-10-08 20:00",32,"2013-03-01 07:00",30,"2013-03-30 10:00","","","","",30,21,16,13,9,6,3,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42602",1,47.298611,-101.766944,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8639,99,365,365,0,121,"","","Certification not required",0,2.37465,2.600279,35,"2013-02-09 14:00",34,"2013-10-08 20:00",32,"2013-02-09 13:00",32,"2013-03-01 07:00","","","","",12.4,10,7,5,3,2,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42603",1,47.298611,-101.766944,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8639,99,365,365,0,121,"","","Certification not required",0,3.188436,3.450578,50,"2013-10-08 20:00",47,"2013-03-30 10:00",46,"2013-02-09 14:00",41,"2013-02-09 13:00","","","","",16,13,9,7,4,2,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","42604",1,47.298611,-101.766944,"WGS84","Ammonia","1 HOUR","","Observed Values","INSTRUMENTAL - TECO 17 CHEMILUMINESCENCE",2013,"Parts per million","No Events",8602,98,364,365,0,158,"","","Certification not required",1979,0.003329,0.006412,0.246,"2013-02-09 13:00",0.22,"2013-02-09 14:00",0.127,"2013-07-07 00:00",0.123,"2013-06-29 00:00","","","","",0.022,0.014,0.009,0.006,0.004,0.002,0.0005,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","44201",1,47.298611,-101.766944,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8144,85,130,153,0,616,0,0,"Certification not required",6,0.046777,0.008699,0.067,"2013-08-28 16:00",0.065,"2013-08-24 14:00",0.064,"2013-05-06 15:00",0.064,"2013-09-06 15:00","","","","",0.065,0.064,0.061,0.059,0.055,0.051,0.047,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","44201",1,47.298611,-101.766944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8172,84,129,153,0,0,0,0,"Certification not required",0,0.042271,0.008377,0.06,"2013-05-06 11:00",0.06,"2013-08-28 12:00",0.06,"2013-09-06 13:00",0.059,"2013-05-15 11:00","","","","",0.06,0.06,0.056,0.055,0.051,0.047,0.042,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","44201",1,47.298611,-101.766944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8172,84,129,153,0,0,0,0,"Certification not required",0,0.042271,0.008377,0.06,"2013-05-06 11:00",0.06,"2013-08-28 12:00",0.06,"2013-09-06 13:00",0.059,"2013-05-15 11:00","","","","",0.06,0.06,0.056,0.055,0.051,0.047,0.042,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","61101",1,47.298611,-101.766944,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8357,95,348,365,0,403,"","","Certification not required",0,9.48296,4.715668,36,"2013-10-11 19:00",35.1,"2013-05-14 11:00",34.3,"2013-02-02 13:00",32.7,"2013-10-11 18:00","","","","",23.5,21,18.7,16.3,12,8.4,4.4,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","61102",1,47.298611,-101.766944,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8725,100,365,365,0,35,"","","Certification not required",0,194.315874,105.595928,359,"2013-01-11 00:00",359,"2013-02-02 00:00",359,"2013-02-18 22:00",359,"2013-03-04 11:00","","","","",357,354,347,336,287,198,46,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","61103",1,47.298611,-101.766944,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8357,95,348,365,0,403,"","","Certification not required",0,9.189003,4.763417,35.8,"2013-10-11 19:00",34.7,"2013-05-14 11:00",34,"2013-02-02 13:00",32.4,"2013-10-11 18:00","","","","",23.3,20.8,18.3,16.1,11.8,8.2,4,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","61104",1,47.298611,-101.766944,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8357,95,348,365,0,403,"","","Certification not required",0,193.46141,106.034453,359,"2013-02-02 00:00",359,"2013-02-18 22:00",359,"2013-02-27 09:00",359,"2013-03-04 11:00","","","","",356,354,346,336,288,193,45,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","62101",1,47.298611,-101.766944,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8731,100,365,365,0,29,"","","Certification not required",0,40.17226,24.043924,96,"2013-08-19 16:00",94,"2013-08-19 15:00",94,"2013-08-19 17:00",93,"2013-08-19 14:00","","","","",84,81,76,71,61,38,9,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","62106",1,47.298611,-101.766944,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8731,100,365,365,0,29,"","","Certification not required",0,0.153144,0.780043,3.5,"2013-10-09 06:00",3.4,"2013-07-02 00:00",3.4,"2013-10-05 23:00",3.2,"2013-05-13 20:00","","","","",2.3,2.1,1.7,1.3,0.5,0,-0.7,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","63301",1,47.298611,-101.766944,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8731,100,365,365,0,29,"","","Certification not required",4284,0.232295,0.344218,1.42,"2013-06-28 13:00",1.36,"2013-05-11 12:00",1.36,"2013-05-22 12:00",1.36,"2013-06-01 12:00","","","","",1.25,1.18,1.04,0.83,0.37,0.01,0.005,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","64101",1,47.298611,-101.766944,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8732,100,365,365,0,28,"","","Certification not required",0,939.899439,7.144858,965.2,"2013-11-22 21:00",965.2,"2013-11-22 22:00",965.2,"2013-11-22 23:00",965.2,"2013-11-23 00:00","","","","",957.2,954.6,950.6,947.9,943.9,939.9,930.6,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","68102",1,47.298611,-101.766944,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",56,92,56,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-01-06" +"38","057","0004","68105",1,47.298611,-101.766944,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,7,"","","Certification not required",0,3.642857,10.360039,21.6,"2013-07-03 00:00",20.7,"2013-07-15 00:00",20,"2013-06-27 00:00",18.9,"2013-07-21 00:00","","","","",21.6,21.6,20,17,12.6,1,-10,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-01-06" +"38","057","0004","68108",1,47.298611,-101.766944,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,7,"","","Certification not required",0,706.102041,5.013502,715,"2013-03-05 00:00",715,"2013-04-22 00:00",715,"2013-11-12 00:00",714,"2013-05-04 00:00","","","","",715,715,715,713,710,707,698,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-01-06" +"38","057","0004","81102",3,47.298611,-101.766944,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8662,99,365,365,0,98,"","","Certification not required",0,9.449319,7.302503,168,"2013-05-14 14:00",156,"2013-07-11 15:00",139,"2013-07-09 15:00",113,"2013-05-14 11:00","","","","",33,27,21,17,12,8,4,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","81102",3,47.298611,-101.766944,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,8.961644,4.809978,37,"2013-05-14 00:00",28,"2013-08-21 00:00",26,"2013-05-10 00:00",24,"2013-05-13 00:00","","","","",24,22,18,15,11,8,5,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","85101",3,47.298611,-101.766944,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8662,99,365,365,0,98,"","","Certification not required",0,9.297506,6.846869,158,"2013-05-14 14:00",140,"2013-07-11 15:00",132,"2013-07-09 15:00",106,"2013-05-14 11:00","","","","",32,26,20,16,11,8,4,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","88101",1,47.298611,-101.766944,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,6.251786,3.941896,22.7,"2013-02-09 00:00",18.1,"2013-03-29 00:00",15.5,"2013-07-09 00:00",12.9,"2013-07-03 00:00","","","","",22.7,18.1,15.5,10.4,7.7,5,2.8,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-01-06" +"38","057","0004","88101",1,47.298611,-101.766944,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,"","","Certification not required",0,6.251786,3.941896,22.7,"2013-02-09 00:00",18.1,"2013-03-29 00:00",15.5,"2013-07-09 00:00",12.9,"2013-07-03 00:00","","","","",22.7,18.1,15.5,10.4,7.7,5,2.8,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-01-06" +"38","057","0004","88101",3,47.298611,-101.766944,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8464,97,361,365,0,296,"","","Certification not required",0,6.17552,5.953836,79,"2013-03-10 13:00",57,"2013-03-25 12:00",53,"2013-03-25 16:00",51,"2013-02-09 15:00","","","","",27,22,17,12,9,5.7,0,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","88101",3,47.298611,-101.766944,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,6.137535,3.41529,22.4,"2013-07-10 00:00",19.6,"2013-03-10 00:00",19.3,"2013-03-25 00:00",18.9,"2013-02-09 00:00","","","","",18.9,15.8,11.9,10.3,7.7,5.7,2.4,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0004","88101",3,47.298611,-101.766944,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,6.137535,3.41529,22.4,"2013-07-10 00:00",19.6,"2013-03-10 00:00",19.3,"2013-03-25 00:00",18.9,"2013-02-09 00:00","","","","",18.9,15.8,11.9,10.3,7.7,5.7,2.4,"BEULAH NORTH","6024 HIGHWAY 200","North Dakota","Mercer","","","2014-02-19" +"38","057","0102","42401",1,47.325,-101.765833,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8702,99,365,365,0,58,0,"","Certification not required",0,3.435616,3.522977,21,"2013-03-01 06:00",19,"2013-02-19 12:00",17,"2013-03-30 12:00",17,"2013-07-31 09:00","","","","",17,14,10,8,5,2,0,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42401",1,47.325,-101.765833,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8702,99,365,365,0,58,"","","Certification not required",0,0.830039,1.438931,21,"2013-03-01 06:00",19,"2013-02-19 12:00",18,"2013-03-01 09:00",17,"2013-03-30 12:00","","","","",7,5,3,2,1,0,0,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42401",1,47.325,-101.765833,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.833151,0.783113,4.1,"2013-10-11 00:00",3.8,"2013-11-25 00:00",3.6,"2013-11-09 00:00",3.2,"2013-03-01 00:00","","","","",3.2,2.8,2.2,1.9,1.3,0.7,0,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42401",1,47.325,-101.765833,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2874,98,364,365,0,0,"",0,"Certification not required",0,0.817815,1.235909,15.3,"2013-03-01 08:00",14.6,"2013-08-05 11:00",14.3,"2013-10-11 17:00",10.3,"2013-07-31 11:00","","","","",5.6,4.6,3,2,1,0.3,0,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42406",1,47.325,-101.765833,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7712,88,323,365,0,328,"","","Certification not required",0,1.551738,6.675242,412,"2013-08-12 10:00",331,"2013-08-12 11:00",65,"2013-03-30 12:00",37,"2013-04-29 19:00","","","","",16,11,6,3,2,1,0,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42601",1,47.325,-101.765833,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,363,365,0,103,"","","Certification not required",0,0.516807,1.359561,61,"2013-05-09 06:00",33,"2013-11-19 09:00",28,"2013-05-06 07:00",24,"2013-04-25 08:00","","","","",5,4,2,1,1,0,0,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42602",1,47.325,-101.765833,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,363,365,0,103,0,"","Certification not required",0,7.606061,4.723477,45,"2013-11-19 09:00",29,"2013-07-13 00:00",28,"2013-07-12 23:00",27,"2013-03-01 06:00","","","","",27,20,16,13,9,7,3,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42602",1,47.325,-101.765833,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,363,365,0,103,"","","Certification not required",0,2.940857,2.282187,45,"2013-11-19 09:00",29,"2013-07-13 00:00",28,"2013-07-12 23:00",27,"2013-03-01 06:00","","","","",11,9,7,5,4,2,1,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","42603",1,47.325,-101.765833,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,363,365,0,103,"","","Certification not required",0,3.362135,3.012292,78,"2013-11-19 09:00",53,"2013-05-09 06:00",36,"2013-02-02 11:00",35,"2013-04-25 08:00","","","","",15,12,8,6,4,3,1,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","61101",1,47.325,-101.765833,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",7745,88,323,365,0,295,"","","Certification not required",0,8.98439,5.407792,39.6,"2013-10-11 18:00",38.4,"2013-07-08 19:00",36,"2013-10-11 19:00",35.6,"2013-10-11 17:00","","","","",25.4,22.3,19.3,16.8,11.9,7.9,3,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","61102",1,47.325,-101.765833,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",7009,80,281,365,0,664,"","","Certification not required",0,211.323584,105.186446,360,"2013-02-16 00:00",360,"2013-02-16 01:00",360,"2013-02-16 02:00",360,"2013-02-16 03:00","","","","",360,360,357,345,308,233,65,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","61106",1,47.325,-101.765833,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",7374,84,307,365,0,666,"","","Certification not required",0,13.337714,17.336232,82.4,"2013-06-19 14:00",82.4,"2013-06-19 15:00",82.4,"2013-06-24 15:00",82.3,"2013-06-24 14:00","","","","",74.7,71.8,62.6,33.6,11.1,7,4.1,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0102","62101",1,47.325,-101.765833,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7746,88,323,365,0,294,"","","Certification not required",0,37.247353,23.503521,97,"2013-08-19 15:00",96,"2013-08-19 14:00",95,"2013-08-19 13:00",95,"2013-08-19 16:00","","","","",82,80,74,69,58,34,6,"609 60TH AVE. SW","DGC #12","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0118","42401",1,47.371667,-101.780833,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8675,99,362,365,0,85,0,"","Certification not required",0,3.220994,4.182247,26,"2013-10-06 11:00",23,"2013-10-01 09:00",22,"2013-02-03 10:00",22,"2013-04-26 09:00","","","","",22,18,11,8,4,2,0,"6105 THIRD STREET SW","DGC #14","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0118","42401",1,47.371667,-101.780833,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8675,99,362,365,0,85,"","","Certification not required",0,0.822824,1.465642,26,"2013-10-06 11:00",23,"2013-10-01 09:00",22,"2013-02-03 10:00",22,"2013-04-26 09:00","","","","",7,5,2,2,1,1,0,"6105 THIRD STREET SW","DGC #14","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0118","42401",1,47.371667,-101.780833,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.825138,0.731222,4.6,"2013-10-01 00:00",4.4,"2013-03-01 00:00",4.1,"2013-06-15 00:00",3.2,"2013-02-03 00:00","","","","",3.2,2.6,2.1,1.7,1.1,0.9,0,"6105 THIRD STREET SW","DGC #14","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0118","42401",1,47.371667,-101.780833,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2871,98,362,365,0,0,"",0,"Certification not required",0,0.808952,1.211956,15,"2013-02-03 11:00",15,"2013-10-01 11:00",13,"2013-06-15 11:00",12.6,"2013-03-01 08:00","","","","",5.6,4.3,2.6,1.6,1,0.6,0,"6105 THIRD STREET SW","DGC #14","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0118","42406",1,47.371667,-101.780833,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8658,99,360,365,0,102,"","","Certification not required",0,1.458766,3.535653,78,"2013-04-26 09:00",59,"2013-06-17 13:00",58,"2013-04-23 11:00",56,"2013-04-26 15:00","","","","",16,9,4,2,1,1,0,"6105 THIRD STREET SW","DGC #14","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0123","42401",1,47.385725,-101.862917,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8647,99,362,365,0,113,0,"","Certification not required",0,3.5,4.810682,33,"2013-02-28 13:00",32,"2013-03-06 04:00",25,"2013-08-28 12:00",22,"2013-08-24 13:00","","","","",22,18,14,9,5,2,0,"6197 SECOND STREET SW","DGC #16","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0123","42401",1,47.385725,-101.862917,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8647,99,362,365,0,113,"","","Certification not required",0,0.795189,1.944353,33,"2013-02-28 13:00",32,"2013-03-06 04:00",29,"2013-02-28 12:00",27,"2013-02-28 11:00","","","","",8,6,5,2,1,0,0,"6197 SECOND STREET SW","DGC #16","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0123","42401",1,47.385725,-101.862917,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.794751,1.264736,10.7,"2013-02-28 00:00",7.4,"2013-03-01 00:00",7.3,"2013-03-06 00:00",6.8,"2013-03-05 00:00","","","","",6.8,5.1,2.8,2.1,1,0.4,0,"6197 SECOND STREET SW","DGC #16","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0123","42401",1,47.385725,-101.862917,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2861,98,361,365,0,0,"",0,"Certification not required",0,0.783153,1.75026,29.6,"2013-02-28 14:00",20.3,"2013-03-06 05:00",17.6,"2013-03-06 02:00",16.6,"2013-02-28 11:00","","","","",7,5.6,5,2.3,1,0,0,"6197 SECOND STREET SW","DGC #16","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0123","42406",1,47.385725,-101.862917,"UNKNOWN","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8378,96,350,365,0,382,"","","Certification not required",0,1.760325,4.45519,81,"2013-11-15 09:00",71,"2013-08-28 12:00",66,"2013-08-28 13:00",61,"2013-04-07 15:00","","","","",22,14,7,5,1,1,0,"6197 SECOND STREET SW","DGC #16","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42401",1,47.400619,-101.92865,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6483,74,271,365,0,2277,0,"","Certification not required",0,2.468635,3.988634,28,"2013-03-27 11:00",22,"2013-04-10 23:00",19,"2013-03-29 13:00",19,"2013-10-10 12:00","","","","",19,16,11,7,3,1,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42401",1,47.400619,-101.92865,"UNKNOWN","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6483,74,271,365,0,2277,"","","Certification not required",0,0.420022,1.305371,28,"2013-03-27 11:00",22,"2013-04-10 23:00",19,"2013-03-29 13:00",19,"2013-10-10 12:00","","","","",6,4,2,1,0,0,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42401",1,47.400619,-101.92865,"UNKNOWN","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",271,74,271,365,0,0,0,"","Certification not required",0,0.422509,0.629323,3.5,"2013-12-23 00:00",3.2,"2013-02-28 00:00",2.5,"2013-03-27 00:00",2.4,"2013-04-10 00:00","","","","",2.5,2.3,1.8,1.3,0.6,0.1,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42401",1,47.400619,-101.92865,"UNKNOWN","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2140,73,271,365,0,0,"",0,"Certification not required",0,0.408084,1.068231,13,"2013-04-10 23:00",12.6,"2013-02-28 14:00",10.3,"2013-02-03 11:00",10,"2013-03-27 11:00","","","","",5.3,4,2,1.3,0.3,0,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42406",1,47.400619,-101.92865,"UNKNOWN","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6483,74,271,365,0,813,"","","Certification not required",0,0.846676,2.638675,48,"2013-10-10 12:00",46,"2013-03-27 11:00",45,"2013-04-10 23:00",43,"2013-06-30 08:00","","","","",13,8,3,2,1,0,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42601",1,47.400619,-101.92865,"UNKNOWN","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6488,74,272,365,0,2272,"","","Certification not required",0,0.479809,1.004488,26,"2013-12-16 13:00",23,"2013-03-27 11:00",18,"2013-03-29 13:00",13,"2013-03-26 10:00","","","","",4,3,2,1,1,0,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42602",1,47.400619,-101.92865,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6488,74,272,365,0,2272,0,"","Certification not required",0,5.694853,4.326044,26,"2013-06-18 22:00",23,"2013-03-29 13:00",20,"2013-11-05 19:00",18,"2013-03-27 11:00","","","","",20,18,14,12,7,5,2,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42602",1,47.400619,-101.92865,"UNKNOWN","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6488,74,272,365,0,2272,"","","Certification not required",0,2.114673,2.029104,26,"2013-06-18 22:00",23,"2013-03-29 13:00",20,"2013-11-05 19:00",18,"2013-03-27 11:00","","","","",10,8,6,4,3,2,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","057","0124","42603",1,47.400619,-101.92865,"UNKNOWN","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6488,74,272,365,0,2272,"","","Certification not required",0,2.28021,2.563111,41,"2013-03-27 11:00",41,"2013-03-29 13:00",30,"2013-06-18 22:00",27,"2013-06-19 09:00","","","","",12,10,7,5,3,2,0,"6493 FIRST STREET SW","DGC #17","North Dakota","Mercer","Not in a city","","2014-02-21" +"38","065","0002","42401",1,47.185833,-101.428056,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8340,95,350,365,0,420,0,"","Certification not required",0,3.274286,3.872609,25,"2013-02-09 20:00",25,"2013-03-08 13:00",25,"2013-04-11 14:00",24,"2013-01-25 14:00","","","","",24,16,11.4,7,4,2,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42401",1,47.185833,-101.428056,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8340,95,350,365,0,420,"","","Certification not required",0,0.912926,1.503745,25,"2013-02-09 20:00",25,"2013-03-08 13:00",25,"2013-04-11 14:00",24,"2013-01-25 14:00","","","","",7,5,3,2,1,1,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42401",1,47.185833,-101.428056,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",350,96,350,365,0,0,0,"","Certification not required",0,0.915429,0.853036,5.4,"2013-04-11 00:00",4.2,"2013-01-25 00:00",3.8,"2013-05-04 00:00",3.7,"2013-12-16 00:00","","","","",3.7,3.1,2.5,2,1.3,0.8,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42401",1,47.185833,-101.428056,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2748,94,350,365,0,0,"",0,"Certification not required",0,0.897307,1.317373,17,"2013-03-08 14:00",16,"2013-04-11 17:00",13.6,"2013-04-11 14:00",13,"2013-04-11 11:00","","","","",6.6,4.3,3,2,1,0.7,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42406",1,47.185833,-101.428056,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8177,93,340,365,0,583,"","","Certification not required",0,1.394595,2.609662,42,"2013-04-26 01:00",41,"2013-03-08 12:00",40,"2013-04-11 14:00",39,"2013-04-11 15:00","","","","",12,8,4.6,3,2,1,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42601",1,47.185833,-101.428056,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8010,91,336,365,0,750,"","","Certification not required",0,0.145194,0.624803,15,"2013-08-25 10:00",12,"2013-03-20 12:00",11,"2013-03-20 13:00",9,"2013-03-08 13:00","","","","",3,2,1,0.1,0,0,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42602",1,47.185833,-101.428056,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8010,91,336,365,0,750,0,"","Certification not required",0,5.507143,3.33703,25,"2013-09-05 00:00",19,"2013-08-25 10:00",19,"2013-11-26 20:00",17.1,"2013-12-23 04:00","","","","",17.1,15,11,10,7,5,2,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42602",1,47.185833,-101.428056,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8010,91,336,365,0,750,"","","Certification not required",0,1.856167,1.857226,25,"2013-09-05 00:00",19,"2013-08-25 10:00",19,"2013-11-26 20:00",17.1,"2013-12-23 04:00","","","","",9,7,5,4,2.5,1,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","42603",1,47.185833,-101.428056,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8010,91,336,365,0,750,"","","Certification not required",0,2.153833,2.26744,34,"2013-08-25 10:00",27,"2013-09-05 00:00",24,"2013-03-20 12:00",24,"2013-03-20 13:00","","","","",11,9,6,5,3,1.9,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","44201",1,47.185833,-101.428056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8657,99,152,153,0,103,0,0,"Certification not required",0,0.047855,0.009009,0.069,"2013-08-28 16:00",0.069,"2013-09-06 16:00",0.068,"2013-03-30 12:00",0.068,"2013-08-24 16:00","","","","",0.069,0.068,0.065,0.06,0.055,0.052,0.047,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","44201",1,47.185833,-101.428056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8704,99,151,153,0,0,0,0,"Certification not required",0,0.043258,0.008865,0.065,"2013-09-06 13:00",0.062,"2013-05-06 12:00",0.062,"2013-08-28 13:00",0.061,"2013-05-15 11:00","","","","",0.062,0.061,0.059,0.055,0.052,0.048,0.043,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","44201",1,47.185833,-101.428056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8704,99,151,153,0,0,0,0,"Certification not required",0,0.043258,0.008865,0.065,"2013-09-06 13:00",0.062,"2013-05-06 12:00",0.062,"2013-08-28 13:00",0.061,"2013-05-15 11:00","","","","",0.062,0.061,0.059,0.055,0.052,0.048,0.043,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","61101",1,47.185833,-101.428056,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8051,92,335,365,0,709,"","","Certification not required",0,12.987728,5.975127,39.6,"2013-05-14 11:00",39,"2013-05-14 12:00",38,"2013-05-14 13:00",37,"2013-02-02 13:00","","","","",29.2,27.1,24,21.2,16.7,12.2,5.9,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","61102",1,47.185833,-101.428056,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8649,99,361,365,0,111,"","","Certification not required",0,203.324199,103.865178,359,"2013-01-11 19:00",359,"2013-01-23 10:00",359,"2013-03-09 07:00",359,"2013-03-10 15:00","","","","",357,355,348,336,300,193,45,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","61103",1,47.185833,-101.428056,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7966,91,330,365,0,794,"","","Certification not required",0,12.720738,6.047118,39.3,"2013-05-14 11:00",38.4,"2013-05-14 12:00",37.5,"2013-05-14 13:00",36.5,"2013-02-02 13:00","","","","",29,26.8,23.8,21,16.4,11.9,5.6,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","61104",1,47.185833,-101.428056,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7966,91,330,365,0,794,"","","Certification not required",0,200.214788,103.336895,359,"2013-01-11 19:00",359,"2013-03-24 13:00",359,"2013-03-29 17:00",359,"2013-04-09 20:00","","","","",357,355,347,335,298,188,45,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","62101",1,47.185833,-101.428056,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8720,100,365,365,0,40,"","","Certification not required",0,39.762385,24.174234,92,"2013-08-19 14:00",92,"2013-08-19 15:00",92,"2013-08-19 16:00",91,"2013-08-19 13:00","","","","",83,80,75,70,61,38,7,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","64101",1,47.185833,-101.428056,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8611,98,358,365,0,149,"","","Certification not required",0,934.324864,7.027698,958.6,"2013-11-22 22:00",958.6,"2013-11-22 23:00",958.6,"2013-11-23 00:00",958.6,"2013-11-23 01:00","","","","",950.6,947.9,945.2,942.6,938.6,934.6,925.2,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","81102",3,47.185833,-101.428056,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8562,98,361,365,0,198,"","","Certification not required",0,12.739897,9.946462,144,"2013-05-10 12:00",132,"2013-05-14 13:00",127,"2013-05-14 03:00",105,"2013-05-10 13:00","","","","",47,40,32,26,16,10,4,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","81102",3,47.185833,-101.428056,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",361,99,361,365,0,0,0,0,"Certification not required",0,12.304709,7.348938,40,"2013-09-05 00:00",39,"2013-08-20 00:00",38,"2013-05-10 00:00",38,"2013-08-23 00:00","","","","",38,33,27,23,15,10,5,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","85101",3,47.185833,-101.428056,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8582,98,363,365,0,178,"","","Certification not required",0,11.993708,9.34083,136,"2013-05-10 12:00",123,"2013-05-14 13:00",119,"2013-05-14 03:00",100,"2013-05-10 13:00","","","","",44,37,30,24,15,9,4,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","88101",3,47.185833,-101.428056,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8480,97,363,365,0,280,"","","Certification not required",0,5.001439,5.891062,235,"2013-07-18 14:00",191,"2013-02-10 13:00",83.2,"2013-12-23 07:00",63,"2013-12-23 06:00","","","","",22,17,13,10,7,4,0,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","88101",3,47.185833,-101.428056,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,0,0,"Certification not required",0,4.973611,3.427937,23.7,"2013-02-10 00:00",21.3,"2013-07-10 00:00",17.4,"2013-12-23 00:00",17.3,"2013-03-09 00:00","","","","",17.3,14.4,11.4,9.6,6.1,4.3,1.7,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","065","0002","88101",3,47.185833,-101.428056,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,4.973611,3.427937,23.7,"2013-02-10 00:00",21.3,"2013-07-10 00:00",17.4,"2013-12-23 00:00",17.3,"2013-03-09 00:00","","","","",17.3,14.4,11.4,9.6,6.1,4.3,1.7,"HANNOVER","1575 HIGHWAY 31","North Dakota","Oliver","","","2014-02-19" +"38","105","0003","44201",1,48.15278,-103.63951,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8226,90,138,153,0,534,0,0,"Certification not required",764,0.045283,0.009254,0.064,"2013-05-26 15:00",0.064,"2013-06-11 13:00",0.063,"2013-03-30 18:00",0.062,"2013-03-10 15:00","","","","",0.064,0.063,0.061,0.059,0.056,0.051,0.045,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","44201",1,48.15278,-103.63951,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8244,90,138,153,0,0,0,0,"Certification not required",0,0.040674,0.009195,0.06,"2013-03-30 16:00",0.06,"2013-05-05 12:00",0.06,"2013-05-26 12:00",0.059,"2013-06-11 10:00","","","","",0.06,0.06,0.057,0.054,0.052,0.046,0.04,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","44201",1,48.15278,-103.63951,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8244,90,138,153,0,0,0,0,"Certification not required",0,0.040674,0.009195,0.06,"2013-03-30 16:00",0.06,"2013-05-05 12:00",0.06,"2013-05-26 12:00",0.059,"2013-06-11 10:00","","","","",0.06,0.06,0.057,0.054,0.052,0.046,0.04,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","61101",1,48.15278,-103.63951,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8556,98,355,365,0,204,"","","Certification not required",0,4.577782,2.996572,20.7,"2013-05-14 09:00",20.7,"2013-05-14 10:00",18.4,"2013-05-14 08:00",18.2,"2013-01-11 18:00","","","","",14.2,12.8,10.5,8.9,6.2,3.8,1.5,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","61102",1,48.15278,-103.63951,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8428,96,350,365,0,332,"","","Certification not required",0,173.625059,104.929074,359,"2013-01-23 00:00",359,"2013-03-04 13:00",359,"2013-03-24 06:00",359,"2013-03-24 13:00","","","","",356,353,341,317,269,170,27,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","61103",1,48.15278,-103.63951,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8236,94,340,365,0,524,"","","Certification not required",0,4.107018,2.97464,20.1,"2013-05-14 10:00",20,"2013-05-14 09:00",17.8,"2013-01-11 18:00",17.8,"2013-05-14 08:00","","","","",13.5,12.2,10,8.3,5.6,3.4,1,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","61104",1,48.15278,-103.63951,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8236,94,340,365,0,524,"","","Certification not required",0,172.418771,105.650958,359,"2013-01-21 18:00",359,"2013-02-14 08:00",359,"2013-02-18 04:00",359,"2013-02-18 08:00","","","","",356,353,341,315,269,167,25,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","62101",1,48.15278,-103.63951,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8728,100,363,365,0,32,"","","Certification not required",0,41.319432,24.383475,94,"2013-07-11 17:00",94,"2013-09-03 14:00",94,"2013-09-03 15:00",94,"2013-09-03 16:00","","","","",87,84,78,73,62,39,9,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","64101",1,48.15278,-103.63951,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8630,99,359,365,0,130,"","","Certification not required",0,945.760834,7.397552,971.9,"2013-11-22 19:00",971.9,"2013-11-22 20:00",971.9,"2013-11-22 21:00",971.9,"2013-11-22 22:00","","","","",963.9,961.2,957.2,954.6,950.6,945.2,935.9,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","81102",3,48.15278,-103.63951,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8546,98,358,365,0,214,"","","Certification not required",0,23.520126,22.645401,456,"2013-05-10 10:00",334,"2013-05-10 11:00",277,"2013-10-01 21:00",272,"2013-07-04 23:00","","","","",111,87,65,50,30,17,6,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","81102",3,48.15278,-103.63951,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",358,98,358,365,0,0,0,0,"Certification not required",0,23.131285,15.619318,91,"2013-05-10 00:00",76,"2013-05-13 00:00",72,"2013-05-08 00:00",70,"2013-05-05 00:00","","","","",70,61,56,47,31,19,8,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","85101",3,48.15278,-103.63951,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8550,98,358,365,0,210,"","","Certification not required",0,22.674269,21.759502,444,"2013-05-10 10:00",326,"2013-05-10 11:00",272,"2013-10-01 21:00",257,"2013-07-04 23:00","","","","",107,85,61,47,28,16,6,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","88101",3,48.15278,-103.63951,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8586,98,363,365,0,174,"","","Certification not required",0,9.637165,6.36447,199,"2013-07-04 23:00",153,"2013-07-05 00:00",95,"2013-07-07 22:00",70,"2013-07-05 01:00","","","","",31,26,20,17,12,8,4,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","88101",3,48.15278,-103.63951,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,1,1,"Certification not required",0,9.604457,4.425161,36.1,"2013-03-29 00:00",31.2,"2013-03-28 00:00",25.5,"2013-07-05 00:00",24.7,"2013-01-27 00:00","","","","",24.7,22.2,18.6,15,11.3,8.6,5.5,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0003","88101",3,48.15278,-103.63951,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,9.604457,4.425161,36.1,"2013-03-29 00:00",31.2,"2013-03-28 00:00",25.5,"2013-07-05 00:00",24.7,"2013-01-27 00:00","","","","",24.7,22.2,18.6,15,11.3,8.6,5.5,"Williston","10th Street West","North Dakota","Williams","Williston","Williston, ND","2014-02-19" +"38","105","0103","42401",1,48.408834,-102.90765,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8397,96,354,365,0,363,0,"","Certification not required",0,3.768362,7.951875,55,"2013-04-03 09:00",55,"2013-05-04 07:00",48,"2013-02-25 10:00",44,"2013-04-27 01:00","","","","",44,36,15,10,3,1,0,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","42401",1,48.408834,-102.90765,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8397,96,354,365,0,363,"","","Certification not required",0,0.472431,2.203252,55,"2013-04-03 09:00",55,"2013-05-04 07:00",48,"2013-02-25 10:00",44,"2013-04-27 01:00","","","","",7,4,2,1,0,0,0,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","42401",1,48.408834,-102.90765,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,0.478814,0.838775,8,"2013-02-25 00:00",4.9,"2013-04-27 00:00",4.5,"2013-09-30 00:00",3.7,"2013-12-22 00:00","","","","",3.7,3.1,1.9,1.3,0.6,0.2,0,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","42401",1,48.408834,-102.90765,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2769,95,352,365,0,0,"",0,"Certification not required",0,0.45576,1.649392,36.6,"2013-04-27 02:00",25,"2013-05-04 08:00",23,"2013-02-25 11:00",22.6,"2013-03-13 17:00","","","","",7,4,2,1,0.3,0,0,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","42406",1,48.408834,-102.90765,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8397,96,354,365,0,363,"","","Certification not required",0,1.300941,7.649483,235,"2013-03-27 15:00",192,"2013-04-03 09:00",183,"2013-04-01 23:00",149,"2013-09-30 12:00","","","","",21,10,4,2,1,0,0,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","61101",1,48.408834,-102.90765,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",8632,99,358,365,0,128,"","","Certification not required",0,9.520621,5.556798,35.7,"2013-01-19 09:00",35,"2013-01-19 10:00",33.9,"2013-05-14 10:00",33,"2013-01-19 08:00","","","","",25,23.5,20.4,17.8,12.6,8.3,3.4,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","61102",1,48.408834,-102.90765,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",8695,99,361,365,0,65,"","","Certification not required",0,194.236918,103.819766,360,"2013-06-12 00:00",360,"2013-07-16 15:00",360,"2013-10-03 16:00",360,"2013-12-19 06:00","","","","",353,349,336,322,289,212,54,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","61106",1,48.408834,-102.90765,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2206,25,92,365,0,2,"","","Certification not required",0,9.133726,6.55386,76,"2013-10-13 13:00",58,"2013-11-22 20:00",57,"2013-11-11 09:00",56,"2013-11-22 21:00","","","","",40,32,19,14,9,7,5,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0103","62101",1,48.408834,-102.90765,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8707,99,362,365,0,53,"","","Certification not required",0,37.945216,24.681595,90,"2013-09-06 15:00",90,"2013-09-06 16:00",89,"2013-08-19 15:00",89,"2013-08-19 16:00","","","","",83,80,74,69,59,36,5,"","AMERADA HESS #1","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0105","42401",1,48.392644,-102.910233,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8604,98,363,365,0,156,19,"","Certification not required",0,18.184573,43.398788,344,"2013-03-11 23:00",317,"2013-04-28 11:00",281,"2013-03-09 11:00",264,"2013-03-30 22:00","","","","",264,188,71,44,14,3,1,"","AMERADA HESS #3","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0105","42401",1,48.392644,-102.910233,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8604,98,363,365,0,156,"","","Certification not required",0,3.145862,13.360826,344,"2013-03-11 23:00",317,"2013-04-28 11:00",281,"2013-03-09 11:00",264,"2013-03-30 22:00","","","","",54,34,11,4,2,1,0,"","AMERADA HESS #3","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0105","42401",1,48.392644,-102.910233,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.133333,6.307416,52.6,"2013-03-09 00:00",41.1,"2013-04-28 00:00",39.7,"2013-04-22 00:00",37,"2013-03-11 00:00","","","","",37,26.9,12,7.4,3,1.1,0.1,"","AMERADA HESS #3","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0105","42401",1,48.392644,-102.910233,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2839,97,359,365,0,0,"",0,"Certification not required",0,3.079465,11.243205,226.3,"2013-03-11 23:00",200.6,"2013-04-28 11:00",174,"2013-03-09 11:00",131.3,"2013-01-19 11:00","","","","",46.6,31,13,5.3,2,0.6,0,"","AMERADA HESS #3","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"38","105","0105","42406",1,48.392644,-102.910233,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8604,98,363,365,0,156,"","","Certification not required",0,8.114714,34.47178,1123,"2013-01-13 12:00",626,"2013-01-13 11:00",616,"2013-04-28 12:00",577,"2013-03-09 11:00","","","","",136,94,42,9,2,1,0,"","AMERADA HESS #3","North Dakota","Williams","Not in a city","Williston, ND","2014-02-18" +"39","001","0001","42401",1,38.794667,-83.533988,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8301,95,363,365,0,459,0,"","Certification not required",0,4.23416,4.531381,33,"2013-11-08 10:00",31,"2013-01-02 12:00",24,"2013-02-12 10:00",24,"2013-04-09 17:00","","","","",24,19,12,10,5,3,1,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","001","0001","42401",1,38.794667,-83.533988,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8301,95,363,365,0,459,"","","Certification not required",0,1.152873,1.993453,33,"2013-11-08 10:00",31,"2013-01-02 12:00",27,"2013-01-02 11:00",24,"2013-02-12 10:00","","","","",9,7,4,3,1,1,0,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","001","0001","42401",1,38.794667,-83.533988,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.142424,1.21324,9.1,"2013-01-02 00:00",8.4,"2013-11-08 00:00",6.3,"2013-01-03 00:00",6.3,"2013-01-22 00:00","","","","",6.3,4.6,3.4,2.6,1.4,0.9,0.1,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","001","0001","42401",1,38.794667,-83.533988,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2506,86,350,365,0,0,"",0,"Certification not required",0,1.16672,1.800852,20.3,"2013-01-21 23:00",17.6,"2013-11-08 11:00",17.3,"2013-01-02 14:00",15.6,"2013-02-12 11:00","","","","",8.6,6.6,4.3,3,1.3,0.6,0,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","001","0001","42406",1,38.794667,-83.533988,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8305,95,363,365,0,455,"","","Certification not required",0,1.748104,3.035536,83,"2013-01-02 11:00",56,"2013-01-02 12:00",56,"2013-12-10 10:00",48,"2013-11-08 10:00","","","","",14,11,6,4,2,1,0,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","001","0001","88501",3,38.794667,-83.533988,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8690,99,362,365,0,70,"","","Certification not required",0,7.609114,5.279397,63.8,"2013-07-18 20:00",62.1,"2013-07-19 17:00",56.6,"2013-07-18 19:00",53,"2013-08-11 19:00","","","","",24.8,21.2,17.1,14.1,10.2,6.7,2,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","001","0001","88501",3,38.794667,-83.533988,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,7.571271,3.256675,21.3,"2013-07-19 00:00",20.6,"2013-07-18 00:00",18,"2013-09-11 00:00",17.9,"2013-08-27 00:00","","","","",17.9,16.1,13.4,12,9.4,6.9,4.2,"ADAMHOS (WEST_UNION)","210 N. WILSON DR.","Ohio","Adams","West Union","","2014-02-12" +"39","003","0009","42401",1,40.770944,-84.0539,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8289,95,360,365,0,470,0,"","Certification not required",0,2.219444,1.721294,11,"2013-06-07 13:00",10,"2013-06-24 08:00",7,"2013-01-03 09:00",7,"2013-08-25 09:00","","","","",7,6,5,5,3,2,0,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","42401",1,40.770944,-84.0539,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8289,95,360,365,0,470,"","","Certification not required",0,1.060924,1.158746,11,"2013-06-07 13:00",10,"2013-06-24 08:00",10,"2013-06-24 09:00",9,"2013-06-07 12:00","","","","",5,4,3,3,2,1,0,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","42401",1,40.770944,-84.0539,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,1.063056,0.926759,4.4,"2013-11-30 00:00",3.8,"2013-12-13 00:00",3.5,"2013-11-20 00:00",3.4,"2013-05-14 00:00","","","","",3.4,3.2,2.8,2.5,1.7,0.9,0,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","42401",1,40.770944,-84.0539,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2514,86,353,365,0,0,"",0,"Certification not required",0,1.053063,1.106307,9.3,"2013-06-07 14:00",6.6,"2013-01-03 11:00",6.6,"2013-12-13 05:00",6.3,"2013-06-24 08:00","","","","",4.6,4,3,2.6,1.6,1,0,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","42406",1,40.770944,-84.0539,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8290,95,360,365,0,470,"","","Certification not required",0,1.486731,1.305031,15,"2013-06-24 09:00",13,"2013-06-24 07:00",13,"2013-06-24 08:00",12,"2013-06-07 13:00","","","","",6,5,4,3,2,1,0,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","44201",1,40.770944,-84.0539,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4880,100,214,214,0,256,0,0,"Certification not required",97,0.049458,0.011225,0.078,"2013-06-21 16:00",0.077,"2013-06-22 15:00",0.075,"2013-06-12 17:00",0.073,"2013-06-20 17:00","","","","",0.075,0.072,0.068,0.065,0.056,0.05,0.034,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2013-12-12" +"39","003","0009","44201",1,40.770944,-84.0539,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5108,100,214,214,0,0,0,0,"Certification not required",0,0.044953,0.01095,0.074,"2013-06-21 11:00",0.071,"2013-06-22 10:00",0.07,"2013-06-20 11:00",0.068,"2013-06-12 11:00","","","","",0.07,0.067,0.063,0.059,0.052,0.045,0.03,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2013-12-12" +"39","003","0009","44201",1,40.770944,-84.0539,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5108,100,214,214,0,0,0,0,"Certification not required",0,0.044953,0.01095,0.074,"2013-06-21 11:00",0.071,"2013-06-22 10:00",0.07,"2013-06-20 11:00",0.068,"2013-06-12 11:00","","","","",0.07,0.067,0.063,0.059,0.052,0.045,0.03,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2013-12-12" +"39","003","0009","62107",1,40.770944,-84.0539,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8687,99,361,365,0,73,"","","Certification not required",0,73.024865,5.182338,89,"2013-07-17 11:00",88,"2013-05-01 16:00",88,"2013-05-01 17:00",88,"2013-07-17 10:00","","","","",82,82,80,79,77,73,68,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","68105",1,40.770944,-84.0539,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,15,"","","Certification not required",0,13.734783,9.821003,27.7,"2013-07-15 00:00",25.9,"2013-07-09 00:00",24.9,"2013-06-21 00:00",24.7,"2013-08-26 00:00","","","","",27.7,27.7,24.9,24.4,22,16,-2.1,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","68108",1,40.770944,-84.0539,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,15,"","","Certification not required",0,736.391304,4.297174,748,"2013-11-24 00:00",746,"2013-11-12 00:00",743,"2013-07-15 00:00",742,"2013-03-29 00:00","","","","",748,748,743,742,739,736,732,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","88101",1,40.770944,-84.0539,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,15,0,0,"Certification not required",0,10.1,4.474421,19,"2013-08-20 00:00",18.1,"2013-08-26 00:00",17.1,"2013-11-30 00:00",16.9,"2013-05-10 00:00","","","","",19,19,17.1,16.3,14.1,9.8,4.1,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","88101",1,40.770944,-84.0539,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,15,"","","Certification not required",0,10.1,4.474421,19,"2013-08-20 00:00",18.1,"2013-08-26 00:00",17.1,"2013-11-30 00:00",16.9,"2013-05-10 00:00","","","","",19,19,17.1,16.3,14.1,9.8,4.1,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","88501",3,40.770944,-84.0539,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8498,97,352,365,0,262,"","","Certification not required",0,6.090715,4.645816,59.3,"2013-07-10 03:00",44,"2013-09-07 17:00",43.5,"2013-06-12 23:00",36.3,"2013-07-09 09:00","","","","",21.1,18.7,15.3,12.5,8.3,5,1.3,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","003","0009","88501",3,40.770944,-84.0539,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,6.054261,3.446446,18.9,"2013-09-10 00:00",17.8,"2013-06-22 00:00",17,"2013-08-20 00:00",15.6,"2013-08-27 00:00","","","","",15.6,14,12.9,11.4,7.9,5.3,2.3,"LIMA BATH","2850 BIBLE ROAD","Ohio","Allen","Lima","Lima, OH","2014-02-12" +"39","007","1001","42401",1,41.959695,-80.572808,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8375,96,365,365,0,385,0,"","Certification not required",0,3.994521,6.1026,69,"2013-07-09 18:00",44,"2013-06-23 20:00",33,"2013-04-29 17:00",29,"2013-07-19 17:00","","","","",29,22,14,8,4,2,1,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2014-02-12" +"39","007","1001","42401",1,41.959695,-80.572808,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8375,96,365,365,0,385,"","","Certification not required",0,1.162149,2.01006,69,"2013-07-09 18:00",44,"2013-06-23 20:00",39,"2013-07-09 17:00",37,"2013-06-23 19:00","","","","",8,5,4,3,1,1,0,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2014-02-12" +"39","007","1001","42401",1,41.959695,-80.572808,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.158356,1.028264,6.5,"2013-07-09 00:00",5.7,"2013-06-23 00:00",5,"2013-07-19 00:00",4.6,"2013-07-16 00:00","","","","",4.6,4.1,3.3,2.5,1.4,1,0.1,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2014-02-12" +"39","007","1001","42401",1,41.959695,-80.572808,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2542,87,360,365,0,0,"",0,"Certification not required",0,1.151416,1.707242,33.3,"2013-07-09 20:00",27.3,"2013-06-23 20:00",16.6,"2013-07-23 11:00",14.3,"2013-04-29 17:00","","","","",8,5.6,3.6,2.6,1.3,1,0,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2014-02-12" +"39","007","1001","42406",1,41.959695,-80.572808,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8374,96,365,365,0,386,"","","Certification not required",0,1.692142,3.45451,96,"2013-07-09 18:00",91,"2013-07-09 19:00",76,"2013-07-19 17:00",75,"2013-07-09 17:00","","","","",14,9,5,3,2,1,0,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2014-02-12" +"39","007","1001","44201",1,41.959695,-80.572808,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4888,100,213,214,0,248,0,0,"Certification not required",53,0.048869,0.012073,0.084,"2013-09-10 14:00",0.079,"2013-06-24 17:00",0.075,"2013-06-23 17:00",0.075,"2013-07-08 14:00","","","","",0.075,0.075,0.072,0.066,0.056,0.047,0.034,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2013-12-12" +"39","007","1001","44201",1,41.959695,-80.572808,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5119,100,213,214,0,0,0,0,"Certification not required",0,0.044066,0.011119,0.073,"2013-06-24 12:00",0.073,"2013-09-10 11:00",0.07,"2013-05-15 12:00",0.07,"2013-06-23 11:00","","","","",0.07,0.07,0.065,0.059,0.052,0.042,0.03,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2013-12-12" +"39","007","1001","44201",1,41.959695,-80.572808,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5119,100,213,214,0,0,0,0,"Certification not required",0,0.044066,0.011119,0.073,"2013-06-24 12:00",0.073,"2013-09-10 11:00",0.07,"2013-05-15 12:00",0.07,"2013-06-23 11:00","","","","",0.07,0.07,0.065,0.059,0.052,0.042,0.03,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2013-12-12" +"39","007","1001","62107",1,41.959695,-80.572808,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,72.647374,3.692541,80,"2013-07-01 04:00",80,"2013-07-01 05:00",80,"2013-07-28 23:00",80,"2013-07-29 00:00","","","","",79,79,79,79,77,71,68,"CONNEAUT","770 LAKE RD.","Ohio","Ashtabula","Conneaut","Ashtabula, OH","2014-02-12" +"39","009","0003","68105",1,39.442165,-81.908827,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,4,"","","Certification not required",0,10.54386,9.915536,25.1,"2013-06-27 00:00",23.5,"2013-07-21 00:00",23.1,"2013-05-16 00:00",23.1,"2013-08-08 00:00","","","","",25.1,23.5,23.1,22.5,19.3,13.2,-3.4,"GIFFORD","S.R. 377 GIFFORD STATE FOREST","Ohio","Athens","","Athens, OH","2014-02-12" +"39","009","0003","68108",1,39.442165,-81.908827,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,4,"","","Certification not required",0,743.631579,5.129159,755,"2013-11-24 00:00",753,"2013-01-10 00:00",753,"2013-01-22 00:00",753,"2013-12-24 00:00","","","","",755,753,753,752,746,743,737,"GIFFORD","S.R. 377 GIFFORD STATE FOREST","Ohio","Athens","","Athens, OH","2014-02-12" +"39","009","0003","88101",1,39.442165,-81.908827,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,8.045614,3.623045,18.6,"2013-08-20 00:00",15.6,"2013-09-19 00:00",14.9,"2013-08-26 00:00",14.4,"2013-07-27 00:00","","","","",18.6,15.6,14.9,13,10,8,3.3,"GIFFORD","S.R. 377 GIFFORD STATE FOREST","Ohio","Athens","","Athens, OH","2014-02-12" +"39","009","0003","88101",1,39.442165,-81.908827,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,8.045614,3.623045,18.6,"2013-08-20 00:00",15.6,"2013-09-19 00:00",14.9,"2013-08-26 00:00",14.4,"2013-07-27 00:00","","","","",18.6,15.6,14.9,13,10,8,3.3,"GIFFORD","S.R. 377 GIFFORD STATE FOREST","Ohio","Athens","","Athens, OH","2014-02-12" +"39","013","3002","42401",2,39.96862,-80.74492,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8346,95,363,365,0,414,0,"","Certification not required",0,5.713499,7.083988,35,"2013-02-04 12:00",35,"2013-12-01 16:00",34,"2013-04-08 10:00",33,"2013-11-21 14:00","","","","",33,27,21,17,7,3,1,"SHADYSIDE","EAST 40 ST.","Ohio","Belmont","Shadyside","Wheeling, WV-OH","2014-02-12" +"39","013","3002","42401",2,39.96862,-80.74492,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8346,95,363,365,0,414,"","","Certification not required",0,1.537383,3.0755,35,"2013-02-04 12:00",35,"2013-12-01 16:00",34,"2013-04-08 10:00",33,"2013-11-21 14:00","","","","",17,12,7,3,1,1,0,"SHADYSIDE","EAST 40 ST.","Ohio","Belmont","Shadyside","Wheeling, WV-OH","2014-02-12" +"39","013","3002","42401",2,39.96862,-80.74492,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.542424,1.780191,15.1,"2013-01-19 00:00",10,"2013-11-14 00:00",9.4,"2013-02-04 00:00",8.9,"2013-02-02 00:00","","","","",8.9,6.4,5.3,3.6,1.9,1,0,"SHADYSIDE","EAST 40 ST.","Ohio","Belmont","Shadyside","Wheeling, WV-OH","2014-02-12" +"39","013","3002","42401",2,39.96862,-80.74492,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2533,87,359,365,0,0,"",0,"Certification not required",0,1.59163,2.913049,28.6,"2013-02-04 14:00",28.3,"2013-12-01 17:00",27.6,"2013-01-19 02:00",24.6,"2013-02-04 11:00","","","","",16.3,12,7,3.6,1.6,1,0,"SHADYSIDE","EAST 40 ST.","Ohio","Belmont","Shadyside","Wheeling, WV-OH","2014-02-12" +"39","013","3002","42406",1,39.96862,-80.74492,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8344,95,363,365,0,416,"","","Certification not required",0,2.173778,4.18799,46,"2013-07-05 10:00",44,"2013-04-08 10:00",44,"2013-11-21 14:00",42,"2013-02-04 12:00","","","","",23,18,10,5,2,1,0,"SHADYSIDE","EAST 40 ST.","Ohio","Belmont","Shadyside","Wheeling, WV-OH","2014-02-12" +"39","013","3002","62107",1,39.96862,-80.74492,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8754,100,365,365,0,6,"","","Certification not required",0,73.361435,3.989338,89,"2013-08-26 17:00",89,"2013-08-26 18:00",88,"2013-08-24 16:00",88,"2013-08-24 17:00","","","","",82,80,79,77,77,75,68,"SHADYSIDE","EAST 40 ST.","Ohio","Belmont","Shadyside","Wheeling, WV-OH","2014-02-12" +"39","017","0003","17141",1,39.4938,-84.3543,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",11,35,11,31,0,0,"","","Certification not required",0,1049,0,1049,"2013-01-04 00:00",1049,"2013-01-16 00:00",1049,"2013-01-28 00:00",1049,"2013-02-09 00:00","","","","",1049,1049,1049,1049,1049,1049,1049,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","42153",1,39.4938,-84.3543,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.5,0,0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-09 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43205",1,39.4938,-84.3543,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.009091,1.356801,5.1,"2013-04-22 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00","","","","",5.1,5.1,5.1,0.6,0.6,0.6,0.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43208",1,39.4938,-84.3543,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43212",1,39.4938,-84.3543,"NAD83","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,3.290909,1.50629,6,"2013-01-04 00:00",4.8,"2013-03-05 00:00",4.4,"2013-01-28 00:00",4,"2013-01-16 00:00","","","","",6,6,6,4.8,4.4,3.2,1.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43218",1,39.4938,-84.3543,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43220",1,39.4938,-84.3543,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.863636,0.939439,4.3,"2013-01-04 00:00",2.4,"2013-04-22 00:00",2.2,"2013-03-05 00:00",2.1,"2013-05-16 00:00","","","","",4.3,4.3,4.3,2.4,2.2,1.7,1.1,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43231",1,39.4938,-84.3543,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.254545,0.180907,1.8,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43232",1,39.4938,-84.3543,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.4,0,1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-09 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43233",1,39.4938,-84.3543,"NAD83","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43235",1,39.4938,-84.3543,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43238",1,39.4938,-84.3543,"NAD83","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,2,0,2,"2013-01-04 00:00",2,"2013-01-16 00:00",2,"2013-01-28 00:00",2,"2013-02-09 00:00","","","","",2,2,2,2,2,2,2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43248",1,39.4938,-84.3543,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43335",1,39.4938,-84.3543,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43359",1,39.4938,-84.3543,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.390909,0.207145,1,"2013-01-04 00:00",0.4,"2013-04-10 00:00",0.4,"2013-05-16 00:00",0.4,"2013-05-28 00:00","","","","",1,1,1,0.4,0.4,0.3,0.3,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43372",1,39.4938,-84.3543,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-16 00:00",1,"2013-01-28 00:00",1,"2013-02-09 00:00","","","","",1,1,1,1,1,1,1,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43447",1,39.4938,-84.3543,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,2.836364,2.727736,9.2,"2013-05-28 00:00",6.4,"2013-05-04 00:00",4,"2013-01-28 00:00",3,"2013-04-22 00:00","","","","",9.2,9.2,9.2,6.4,4,1.8,0.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43552",1,39.4938,-84.3543,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,3.1,1.315295,5.2,"2013-05-04 00:00",5.2,"2013-05-28 00:00",4.4,"2013-01-28 00:00",3.5,"2013-05-16 00:00","","","","",5.2,5.2,5.2,5.2,4.4,2.4,2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43560",1,39.4938,-84.3543,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43702",1,39.4938,-84.3543,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.427273,0.04671,0.5,"2013-04-10 00:00",0.5,"2013-05-16 00:00",0.5,"2013-05-28 00:00",0.4,"2013-01-04 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43704",1,39.4938,-84.3543,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43801",1,39.4938,-84.3543,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.527273,0.090453,0.7,"2013-04-10 00:00",0.7,"2013-05-16 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00","","","","",0.7,0.7,0.7,0.7,0.5,0.5,0.5,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43802",1,39.4938,-84.3543,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43803",1,39.4938,-84.3543,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43804",1,39.4938,-84.3543,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43805",1,39.4938,-84.3543,"NAD83","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43806",1,39.4938,-84.3543,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43811",1,39.4938,-84.3543,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.281818,0.040452,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-21 00:00",0.3,"2013-03-05 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43812",1,39.4938,-84.3543,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43813",1,39.4938,-84.3543,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43814",1,39.4938,-84.3543,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43815",1,39.4938,-84.3543,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43817",1,39.4938,-84.3543,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43818",1,39.4938,-84.3543,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43819",1,39.4938,-84.3543,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43820",1,39.4938,-84.3543,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43821",1,39.4938,-84.3543,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43823",1,39.4938,-84.3543,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.563636,0.06742,0.7,"2013-05-16 00:00",0.6,"2013-01-16 00:00",0.6,"2013-03-05 00:00",0.6,"2013-04-10 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.6,0.5,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43824",1,39.4938,-84.3543,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43826",1,39.4938,-84.3543,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43828",1,39.4938,-84.3543,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43829",1,39.4938,-84.3543,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43830",1,39.4938,-84.3543,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43832",1,39.4938,-84.3543,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43838",1,39.4938,-84.3543,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43839",1,39.4938,-84.3543,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43841",1,39.4938,-84.3543,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43843",1,39.4938,-84.3543,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43844",1,39.4938,-84.3543,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43860",1,39.4938,-84.3543,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","43954",1,39.4938,-84.3543,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,2.2,0,2.2,"2013-01-04 00:00",2.2,"2013-01-16 00:00",2.2,"2013-01-28 00:00",2.2,"2013-02-09 00:00","","","","",2.2,2.2,2.2,2.2,2.2,2.2,2.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45109",1,39.4938,-84.3543,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,3.2,0,3.2,"2013-01-04 00:00",3.2,"2013-01-16 00:00",3.2,"2013-01-28 00:00",3.2,"2013-02-09 00:00","","","","",3.2,3.2,3.2,3.2,3.2,3.2,3.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45201",1,39.4938,-84.3543,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.327273,0.184883,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-05-16 00:00",1.4,"2013-01-28 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45202",1,39.4938,-84.3543,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.990909,1.667606,7,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.7,"2013-04-22 00:00",1.6,"2013-01-28 00:00","","","","",7,7,7,1.8,1.7,1.4,1.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45203",1,39.4938,-84.3543,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45204",1,39.4938,-84.3543,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45207",1,39.4938,-84.3543,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45208",1,39.4938,-84.3543,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45209",1,39.4938,-84.3543,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45210",1,39.4938,-84.3543,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45213",1,39.4938,-84.3543,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45220",1,39.4938,-84.3543,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45221",1,39.4938,-84.3543,"NAD83","Benzene,(1-methylethenyl)-","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45801",1,39.4938,-84.3543,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45805",1,39.4938,-84.3543,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45806",1,39.4938,-84.3543,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45807",1,39.4938,-84.3543,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45809",1,39.4938,-84.3543,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.4,0,1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-09 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","45810",1,39.4938,-84.3543,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-07-16" +"39","017","0003","68105",1,39.4938,-84.3543,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,12.551667,10.327071,29.8,"2013-07-18 00:00",29.3,"2013-09-10 00:00",28.7,"2013-07-15 00:00",28.5,"2013-06-12 00:00","","","","",29.3,28.7,26.2,25.5,22.4,13.8,-1.1,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0003","68108",1,39.4938,-84.3543,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,744.533333,4.62353,758,"2013-11-24 00:00",755,"2013-11-12 00:00",755,"2013-12-12 00:00",755,"2013-12-24 00:00","","","","",755,755,753,751,747,744,739,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0003","81102",1,39.4938,-84.3543,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,16.77193,7.641563,41,"2013-04-10 00:00",40,"2013-05-28 00:00",30,"2013-08-26 00:00",29,"2013-05-16 00:00","","","","",41,40,30,26,21,16,8,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0003","88101",1,39.4938,-84.3543,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,11.114167,5.262525,30.1,"2013-01-07 00:00",27.9,"2013-09-10 00:00",25.8,"2013-12-03 00:00",23.3,"2013-01-28 00:00","","","","",27.9,25.8,22.1,17.8,14.3,10.2,5.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0003","88101",1,39.4938,-84.3543,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,11.114167,5.262525,30.1,"2013-01-07 00:00",27.9,"2013-09-10 00:00",25.8,"2013-12-03 00:00",23.3,"2013-01-28 00:00","","","","",27.9,25.8,22.1,17.8,14.3,10.2,5.4,"VERITY","BONITA & ST JOHN","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0004","44201",1,39.383382,-84.544413,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5056,99,211,214,0,80,0,0,"Certification not required",536,0.050033,0.012696,0.08,"2013-09-09 15:00",0.078,"2013-09-10 15:00",0.077,"2013-06-20 14:00",0.077,"2013-06-21 13:00","","","","",0.077,0.075,0.071,0.065,0.058,0.051,0.034,"HAMILTON","SCHULER AND BENDER","Ohio","Butler","Hamilton","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","017","0004","44201",1,39.383382,-84.544413,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5045,98,209,214,0,0,0,0,"Certification not required",0,0.044163,0.012001,0.07,"2013-05-15 11:00",0.07,"2013-06-20 11:00",0.069,"2013-09-09 11:00",0.068,"2013-06-21 11:00","","","","",0.069,0.067,0.063,0.059,0.052,0.046,0.027,"HAMILTON","SCHULER AND BENDER","Ohio","Butler","Hamilton","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","017","0004","44201",1,39.383382,-84.544413,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5045,98,209,214,0,0,0,0,"Certification not required",0,0.044163,0.012001,0.07,"2013-05-15 11:00",0.07,"2013-06-20 11:00",0.069,"2013-09-09 11:00",0.068,"2013-06-21 11:00","","","","",0.069,0.067,0.063,0.059,0.052,0.046,0.027,"HAMILTON","SCHULER AND BENDER","Ohio","Butler","Hamilton","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","017","0015","11101",2,39.49014,-84.369652,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,38.066667,22.296056,125,"2013-04-10 00:00",105,"2013-05-28 00:00",80,"2013-05-16 00:00",79,"2013-08-26 00:00","","","","",125,105,80,62,49,33,13,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0015","11101",3,39.49014,-84.369652,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",29,94,29,31,0,2,"","","Certification not required",0,39.310345,25.665574,124,"2013-04-10 00:00",95,"2013-05-28 00:00",76,"2013-05-16 00:00",59,"2013-06-21 00:00","","","","",124,124,95,76,47,38,10,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0015","14103",3,39.49014,-84.369652,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001476,0.000806,0.00343,"2013-09-01 00:00",0.00211,"2013-10-01 00:00",0.00166,"2013-08-01 00:00",0.00135,"2013-07-01 00:00","","","","",0.00343,0.00343,0.00343,0.00343,0.00166,0.0013,0.00082,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14105",3,39.49014,-84.369652,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0755,0.026801,0.118,"2013-05-01 00:00",0.114,"2013-06-01 00:00",0.095,"2013-04-01 00:00",0.095,"2013-08-01 00:00","","","","",0.118,0.118,0.118,0.118,0.095,0.058,0.054,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14110",3,39.49014,-84.369652,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000264,3.8e-05,0.00033,"2013-05-01 00:00",0.00031,"2013-09-01 00:00",0.00028,"2013-01-01 00:00",0.00028,"2013-04-01 00:00","","","","",0.00033,0.00033,0.00033,0.00033,0.00028,0.00028,0.00022,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14112",3,39.49014,-84.369652,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.004677,0.001646,0.00723,"2013-01-01 00:00",0.00623,"2013-05-01 00:00",0.00618,"2013-09-01 00:00",0.00563,"2013-08-01 00:00","","","","",0.00723,0.00723,0.00723,0.00723,0.00618,0.00462,0.00249,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14128",3,39.49014,-84.369652,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0043,0.001252,0.006,"2013-05-01 00:00",0.005,"2013-01-01 00:00",0.005,"2013-03-01 00:00",0.005,"2013-04-01 00:00","","","","",0.006,0.006,0.006,0.006,0.005,0.005,0.003,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14129",1,39.49014,-84.369652,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,0,0,"Certification not required",0,0.005059,0.002969,0.015,"2013-05-16 00:00",0.013,"2013-04-10 00:00",0.011,"2013-08-26 00:00",0.009,"2013-02-27 00:00","","","","",0.015,0.013,0.011,0.009,0.006,0.004,0.002,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14129",2,39.49014,-84.369652,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",26,84,26,31,0,0,0,0,"Certification not required",0,0.005192,0.003359,0.014,"2013-05-16 00:00",0.013,"2013-04-10 00:00",0.011,"2013-03-29 00:00",0.009,"2013-05-28 00:00","","","","",0.014,0.014,0.013,0.011,0.006,0.004,0.002,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14132",3,39.49014,-84.369652,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0717,0.02886,0.12,"2013-05-01 00:00",0.11,"2013-08-01 00:00",0.085,"2013-04-01 00:00",0.081,"2013-01-01 00:00","","","","",0.12,0.12,0.12,0.12,0.085,0.07,0.035,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14136",3,39.49014,-84.369652,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000884,0.000223,0.00121,"2013-07-01 00:00",0.00113,"2013-08-01 00:00",0.00109,"2013-09-01 00:00",0.00094,"2013-04-01 00:00","","","","",0.00121,0.00121,0.00121,0.00121,0.00109,0.00094,0.00064,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","14167",3,39.49014,-84.369652,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0472,0.009784,0.063,"2013-05-01 00:00",0.057,"2013-09-01 00:00",0.055,"2013-08-01 00:00",0.053,"2013-01-01 00:00","","","","",0.063,0.063,0.063,0.063,0.055,0.047,0.035,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-02" +"39","017","0015","81102",1,39.49014,-84.369652,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,19.283333,9.23349,48,"2013-04-10 00:00",43,"2013-05-28 00:00",39,"2013-08-26 00:00",34,"2013-05-16 00:00","","","","",48,43,39,33,24,18,8,"OHIO BELL","3901 LEFFERSON","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0016","68105",1,39.33839,-84.5666,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,0,"","","Certification not required",0,12.837288,10.19258,30,"2013-07-18 00:00",29.2,"2013-07-15 00:00",28.7,"2013-09-10 00:00",28.3,"2013-07-09 00:00","","","","",29.2,28.7,26.5,25.5,22.3,14,-0.7,"SACRED HEART (SHS)","400 NILLES RD.","Ohio","Butler","Fairfield","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0016","68108",1,39.33839,-84.5666,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,0,"","","Certification not required",0,746.135593,4.456658,759,"2013-11-24 00:00",756,"2013-11-12 00:00",756,"2013-12-12 00:00",756,"2013-12-24 00:00","","","","",756,756,755,752,748,746,741,"SACRED HEART (SHS)","400 NILLES RD.","Ohio","Butler","Fairfield","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0016","88101",1,39.33839,-84.5666,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,10.705085,5.209128,29.6,"2013-12-03 00:00",25,"2013-01-07 00:00",23.3,"2013-09-10 00:00",22.2,"2013-11-30 00:00","","","","",25,23.3,20.9,17,13.8,10.3,4.5,"SACRED HEART (SHS)","400 NILLES RD.","Ohio","Butler","Fairfield","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0016","88101",1,39.33839,-84.5666,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,10.705085,5.209128,29.6,"2013-12-03 00:00",25,"2013-01-07 00:00",23.3,"2013-09-10 00:00",22.2,"2013-11-30 00:00","","","","",25,23.3,20.9,17,13.8,10.3,4.5,"SACRED HEART (SHS)","400 NILLES RD.","Ohio","Butler","Fairfield","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0018","44201",1,39.529481,-84.393364,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5119,100,214,214,0,17,0,0,"Certification not required",469,0.050921,0.012387,0.087,"2013-06-21 14:00",0.082,"2013-09-10 15:00",0.079,"2013-09-09 16:00",0.078,"2013-06-23 12:00","","","","",0.079,0.077,0.071,0.065,0.059,0.051,0.034,"MIDDLETOWN","1701 Runway Dr.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","017","0018","44201",1,39.529481,-84.393364,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,0,0,"Certification not required",0,0.044925,0.011448,0.076,"2013-06-21 11:00",0.07,"2013-09-09 11:00",0.068,"2013-05-15 09:00",0.068,"2013-06-05 11:00","","","","",0.068,0.067,0.063,0.059,0.053,0.046,0.028,"MIDDLETOWN","1701 Runway Dr.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","017","0018","44201",1,39.529481,-84.393364,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,1,1,"Certification not required",0,0.044925,0.011448,0.076,"2013-06-21 11:00",0.07,"2013-09-09 11:00",0.068,"2013-05-15 09:00",0.068,"2013-06-05 11:00","","","","",0.068,0.067,0.063,0.059,0.053,0.046,0.028,"MIDDLETOWN","1701 Runway Dr.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","017","0019","42153",1,39.478849,-84.407675,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,1.024138,3.750015,20,"2013-08-08 00:00",4.5,"2013-07-03 00:00",1.4,"2013-01-28 00:00",1.2,"2013-10-31 00:00","","","","",20,20,4.5,1.4,0.2,0.1,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","42401",1,39.478849,-84.407675,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8525,97,354,365,0,235,0,"","Certification not required",0,5.172316,5.966974,49,"2013-06-26 10:00",38,"2013-08-02 12:00",27,"2013-05-04 19:00",26,"2013-02-10 12:00","","","","",26,22,17,13,7,3,1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","42401",1,39.478849,-84.407675,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8525,97,354,365,0,235,"","","Certification not required",0,1.593079,2.435402,49,"2013-06-26 10:00",38,"2013-08-02 12:00",27,"2013-05-04 19:00",26,"2013-02-10 12:00","","","","",12,9,5,4,2,1,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","42401",1,39.478849,-84.407675,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,1.59322,1.578686,8.7,"2013-06-26 00:00",8.6,"2013-07-13 00:00",7.4,"2013-07-21 00:00",7.1,"2013-12-19 00:00","","","","",7.1,6.1,5,3.6,2.2,1.2,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","42401",1,39.478849,-84.407675,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2833,97,353,365,0,0,"",0,"Certification not required",0,1.578397,2.16864,28.6,"2013-06-26 11:00",18.3,"2013-12-19 08:00",17.6,"2013-02-10 14:00",17.3,"2013-07-21 11:00","","","","",10.6,8.3,5.3,4,2,1,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","42406",1,39.478849,-84.407675,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8508,97,353,365,0,252,"","","Certification not required",0,2.308181,3.855964,60,"2013-06-26 10:00",58,"2013-08-02 12:00",53,"2013-06-26 09:00",48,"2013-07-16 08:00","","","","",20,15,9,5,3,1,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","43205",1,39.478849,-84.407675,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",28,0.787241,0.139486,1.5,"2013-03-17 00:00",0.84,"2013-07-03 00:00",0.84,"2013-09-25 00:00",0.81,"2013-07-27 00:00","","","","",1.5,1.5,0.84,0.84,0.75,0.75,0.75,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43207",1,39.478849,-84.407675,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",27,0.107931,0.025688,0.2,"2013-05-16 00:00",0.2,"2013-10-31 00:00",0.11,"2013-07-03 00:00",0.11,"2013-07-27 00:00","","","","",0.2,0.2,0.2,0.11,0.1,0.1,0.1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43208",1,39.478849,-84.407675,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.101034,0.003099,0.11,"2013-07-03 00:00",0.11,"2013-07-27 00:00",0.11,"2013-09-25 00:00",0.1,"2013-01-04 00:00","","","","",0.11,0.11,0.11,0.11,0.1,0.1,0.1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43212",1,39.478849,-84.407675,"WGS84","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",9,2.664828,1.57721,6.4,"2013-09-25 00:00",5.6,"2013-01-28 00:00",5.2,"2013-03-05 00:00",5.2,"2013-03-29 00:00","","","","",6.4,6.4,5.6,5.2,3.4,2.4,1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43218",1,39.478849,-84.407675,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.044828,0.094816,0.4,"2013-09-25 00:00",0.3,"2013-03-29 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-21 00:00","","","","",0.4,0.4,0.3,0.1,0.1,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43220",1,39.478849,-84.407675,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",24,1.644828,0.904191,4.9,"2013-07-15 00:00",3.6,"2013-06-21 00:00",3,"2013-03-05 00:00",3,"2013-09-25 00:00","","","","",4.9,4.9,3.6,3,1.3,1.25,1.25,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43231",1,39.478849,-84.407675,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.7,0.338062,1.7,"2013-07-15 00:00",1.4,"2013-09-25 00:00",1.1,"2013-03-29 00:00",1.1,"2013-06-21 00:00","","","","",1.7,1.7,1.4,1.1,0.8,0.6,0.3,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43232",1,39.478849,-84.407675,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",27,0.769828,0.629574,1.82,"2013-01-16 00:00",1.75,"2013-01-04 00:00",1.75,"2013-01-28 00:00",1.75,"2013-02-09 00:00","","","","",1.82,1.82,1.75,1.75,1.75,0.35,0.35,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43233",1,39.478849,-84.407675,"WGS84","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",29,2.030345,0.068997,2.24,"2013-07-03 00:00",2.24,"2013-09-25 00:00",2.16,"2013-07-27 00:00",2.08,"2013-01-16 00:00","","","","",2.24,2.24,2.24,2.16,2,2,2,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43235",1,39.478849,-84.407675,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,2.284138,0.077622,2.52,"2013-07-03 00:00",2.52,"2013-09-25 00:00",2.43,"2013-07-27 00:00",2.34,"2013-01-16 00:00","","","","",2.52,2.52,2.52,2.43,2.25,2.25,2.25,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43238",1,39.478849,-84.407675,"WGS84","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,10.155172,0.330137,11,"2013-07-03 00:00",11,"2013-07-27 00:00",11,"2013-09-25 00:00",10.5,"2013-01-16 00:00","","","","",11,11,11,11,10,10,10,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43248",1,39.478849,-84.407675,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.303103,0.009298,0.33,"2013-07-03 00:00",0.33,"2013-07-27 00:00",0.33,"2013-09-25 00:00",0.3,"2013-01-04 00:00","","","","",0.33,0.33,0.33,0.33,0.3,0.3,0.3,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43250",1,39.478849,-84.407675,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.313793,0.321519,1.1,"2013-07-15 00:00",1,"2013-06-21 00:00",0.8,"2013-07-03 00:00",0.7,"2013-03-29 00:00","","","","",1.1,1.1,1,0.8,0.5,0.3,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43302",1,39.478849,-84.407675,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,3.375862,1.047328,5.2,"2013-09-25 00:00",5.2,"2013-10-07 00:00",4.8,"2013-08-08 00:00",4.8,"2013-10-31 00:00","","","","",5.2,5.2,5.2,4.8,4.2,3.4,2,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43312",1,39.478849,-84.407675,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",21,1.26,0.980648,4.8,"2013-03-05 00:00",3.3,"2013-07-15 00:00",2.6,"2013-11-24 00:00",2.49,"2013-08-08 00:00","","","","",4.8,4.8,3.3,2.6,1.5,0.75,0.75,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43335",1,39.478849,-84.407675,"WGS84","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43372",1,39.478849,-84.407675,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43447",1,39.478849,-84.407675,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43551",1,39.478849,-84.407675,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,12.548276,8.423717,30,"2013-07-15 00:00",29.7,"2013-07-27 00:00",28.5,"2013-08-08 00:00",27.3,"2013-06-21 00:00","","","","",30,30,29.7,28.5,16.2,10.2,4.5,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43552",1,39.478849,-84.407675,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",18,2.126897,2.138954,11.6,"2013-08-08 00:00",4.4,"2013-07-15 00:00",4,"2013-06-09 00:00",3.8,"2013-07-27 00:00","","","","",11.6,11.6,4.4,4,3,1,1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43559",1,39.478849,-84.407675,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",29,1.522759,0.051748,1.68,"2013-07-03 00:00",1.68,"2013-09-25 00:00",1.62,"2013-07-27 00:00",1.56,"2013-01-16 00:00","","","","",1.68,1.68,1.68,1.62,1.5,1.5,1.5,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43560",1,39.478849,-84.407675,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.072414,0.113063,0.5,"2013-08-08 00:00",0.2,"2013-03-05 00:00",0.2,"2013-04-10 00:00",0.2,"2013-07-27 00:00","","","","",0.5,0.5,0.2,0.2,0.1,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43801",1,39.478849,-84.407675,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.572414,0.088223,0.8,"2013-07-15 00:00",0.7,"2013-01-28 00:00",0.7,"2013-02-21 00:00",0.7,"2013-03-05 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.6,0.5,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43802",1,39.478849,-84.407675,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.155172,0.090972,0.4,"2013-07-15 00:00",0.3,"2013-03-05 00:00",0.3,"2013-04-10 00:00",0.3,"2013-06-09 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43803",1,39.478849,-84.407675,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43804",1,39.478849,-84.407675,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.103448,0.01857,0.2,"2013-07-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43805",1,39.478849,-84.407675,"WGS84","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.253793,0.008625,0.28,"2013-07-03 00:00",0.28,"2013-09-25 00:00",0.27,"2013-07-27 00:00",0.26,"2013-01-16 00:00","","","","",0.28,0.28,0.28,0.27,0.25,0.25,0.25,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43806",1,39.478849,-84.407675,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43811",1,39.478849,-84.407675,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.242069,0.047613,0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00",0.3,"2013-04-10 00:00",0.3,"2013-05-04 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.2,0.2,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43812",1,39.478849,-84.407675,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43813",1,39.478849,-84.407675,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43814",1,39.478849,-84.407675,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43815",1,39.478849,-84.407675,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.006897,0.025788,0.1,"2013-02-21 00:00",0.1,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43817",1,39.478849,-84.407675,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.017241,0.04682,0.2,"2013-07-27 00:00",0.1,"2013-03-05 00:00",0.1,"2013-06-09 00:00",0.1,"2013-07-15 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43818",1,39.478849,-84.407675,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43819",1,39.478849,-84.407675,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.003448,0.01857,0.1,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43820",1,39.478849,-84.407675,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43823",1,39.478849,-84.407675,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.535862,0.088822,0.8,"2013-07-15 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-28 00:00",0.6,"2013-04-10 00:00","","","","",0.8,0.8,0.6,0.6,0.6,0.53,0.4,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43824",1,39.478849,-84.407675,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.003448,0.01857,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43826",1,39.478849,-84.407675,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43828",1,39.478849,-84.407675,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.050517,0.00155,0.055,"2013-07-03 00:00",0.055,"2013-07-27 00:00",0.055,"2013-09-25 00:00",0.05,"2013-01-04 00:00","","","","",0.055,0.055,0.055,0.055,0.05,0.05,0.05,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43829",1,39.478849,-84.407675,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43830",1,39.478849,-84.407675,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.003448,0.01857,0.1,"2013-10-31 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43831",1,39.478849,-84.407675,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43832",1,39.478849,-84.407675,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.050517,0.00155,0.055,"2013-07-03 00:00",0.055,"2013-07-27 00:00",0.055,"2013-09-25 00:00",0.05,"2013-01-04 00:00","","","","",0.055,0.055,0.055,0.055,0.05,0.05,0.05,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43838",1,39.478849,-84.407675,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",29,0.101034,0.003099,0.11,"2013-07-03 00:00",0.11,"2013-07-27 00:00",0.11,"2013-09-25 00:00",0.1,"2013-01-04 00:00","","","","",0.11,0.11,0.11,0.11,0.1,0.1,0.1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43839",1,39.478849,-84.407675,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.101034,0.003099,0.11,"2013-07-03 00:00",0.11,"2013-07-27 00:00",0.11,"2013-09-25 00:00",0.1,"2013-01-04 00:00","","","","",0.11,0.11,0.11,0.11,0.1,0.1,0.1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43843",1,39.478849,-84.407675,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43844",1,39.478849,-84.407675,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43860",1,39.478849,-84.407675,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","43954",1,39.478849,-84.407675,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,11.17069,0.36315,12.1,"2013-07-03 00:00",12.1,"2013-07-27 00:00",12.1,"2013-09-25 00:00",11.55,"2013-01-16 00:00","","","","",12.1,12.1,12.1,12.1,11,11,11,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45109",1,39.478849,-84.407675,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.851724,0.727334,3,"2013-10-31 00:00",2.2,"2013-03-29 00:00",2.1,"2013-09-25 00:00",1.7,"2013-06-21 00:00","","","","",3,3,2.2,2.1,1.3,0.5,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45201",1,39.478849,-84.407675,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,1.206897,0.815007,4.1,"2013-03-05 00:00",2.8,"2013-09-25 00:00",2.5,"2013-03-29 00:00",2,"2013-06-21 00:00","","","","",4.1,4.1,2.8,2.5,1.4,0.9,0.5,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45202",1,39.478849,-84.407675,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,2.117241,1.303311,5.5,"2013-09-13 00:00",5.1,"2013-09-25 00:00",3.8,"2013-08-08 00:00",3.7,"2013-07-15 00:00","","","","",5.5,5.5,5.1,3.8,2.7,1.7,0.8,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45203",1,39.478849,-84.407675,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.206897,0.238943,1,"2013-10-31 00:00",0.6,"2013-03-29 00:00",0.6,"2013-09-25 00:00",0.4,"2013-04-22 00:00","","","","",1,1,0.6,0.6,0.3,0.2,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45204",1,39.478849,-84.407675,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.293103,0.292686,1,"2013-02-09 00:00",1,"2013-10-31 00:00",0.8,"2013-03-29 00:00",0.6,"2013-06-21 00:00","","","","",1,1,1,0.8,0.4,0.2,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45207",1,39.478849,-84.407675,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",29,0.454655,0.013947,0.495,"2013-07-03 00:00",0.495,"2013-07-27 00:00",0.495,"2013-09-25 00:00",0.45,"2013-01-04 00:00","","","","",0.495,0.495,0.495,0.495,0.45,0.45,0.45,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45208",1,39.478849,-84.407675,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",25,0.601034,0.404511,2,"2013-10-31 00:00",1.8,"2013-03-29 00:00",1.3,"2013-02-09 00:00",0.99,"2013-09-25 00:00","","","","",2,2,1.8,1.3,0.45,0.45,0.45,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45209",1,39.478849,-84.407675,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.454655,0.013947,0.495,"2013-07-03 00:00",0.495,"2013-07-27 00:00",0.495,"2013-09-25 00:00",0.45,"2013-01-04 00:00","","","","",0.495,0.495,0.495,0.495,0.45,0.45,0.45,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45210",1,39.478849,-84.407675,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.024138,0.063556,0.2,"2013-03-29 00:00",0.2,"2013-07-27 00:00",0.2,"2013-10-31 00:00",0.1,"2013-04-22 00:00","","","","",0.2,0.2,0.2,0.2,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45213",1,39.478849,-84.407675,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",26,0.559828,0.33294,1.8,"2013-03-29 00:00",1.6,"2013-10-31 00:00",1,"2013-02-09 00:00",0.495,"2013-07-03 00:00","","","","",1.8,1.8,1.6,1,0.45,0.45,0.45,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45220",1,39.478849,-84.407675,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.07931,0.101346,0.3,"2013-07-03 00:00",0.2,"2013-03-29 00:00",0.2,"2013-04-10 00:00",0.2,"2013-04-22 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45801",1,39.478849,-84.407675,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45805",1,39.478849,-84.407675,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.303103,0.009298,0.33,"2013-07-03 00:00",0.33,"2013-07-27 00:00",0.33,"2013-09-25 00:00",0.3,"2013-01-04 00:00","","","","",0.33,0.33,0.33,0.33,0.3,0.3,0.3,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45806",1,39.478849,-84.407675,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",29,0.303103,0.009298,0.33,"2013-07-03 00:00",0.33,"2013-07-27 00:00",0.33,"2013-09-25 00:00",0.3,"2013-01-04 00:00","","","","",0.33,0.33,0.33,0.33,0.3,0.3,0.3,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45807",1,39.478849,-84.407675,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.010345,0.055709,0.3,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.3,0.3,0,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45809",1,39.478849,-84.407675,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",0,0.02069,0.077364,0.3,"2013-08-08 00:00",0.3,"2013-10-31 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45810",1,39.478849,-84.407675,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.07931,0.165571,0.5,"2013-08-08 00:00",0.5,"2013-10-31 00:00",0.4,"2013-11-12 00:00",0.4,"2013-12-18 00:00","","","","",0.5,0.5,0.5,0.4,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","45850",1,39.478849,-84.407675,"WGS84","Naphthalene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",29,94,29,31,0,2,"","","Certification not required",28,3.27931,3.986081,24,"2013-02-09 00:00",2.8,"2013-07-03 00:00",2.8,"2013-09-25 00:00",2.7,"2013-07-27 00:00","","","","",24,24,2.8,2.8,2.5,2.5,2.5,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","46201",1,39.478849,-84.407675,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",0,0.055172,0.142894,0.6,"2013-08-08 00:00",0.4,"2013-10-07 00:00",0.3,"2013-07-27 00:00",0.2,"2013-05-16 00:00","","","","",0.6,0.6,0.4,0.3,0,0,0,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","46401",1,39.478849,-84.407675,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,2,"","","Certification not required",29,1.015172,0.034499,1.12,"2013-07-03 00:00",1.12,"2013-09-25 00:00",1.08,"2013-07-27 00:00",1.04,"2013-01-16 00:00","","","","",1.12,1.12,1.12,1.08,1,1,1,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0019","68105",1,39.478849,-84.407675,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,12.2,10.284519,28.8,"2013-07-18 00:00",28.7,"2013-07-15 00:00",28.2,"2013-09-10 00:00",27.6,"2013-07-09 00:00","","","","",28.7,28.2,25.6,24.6,21.6,13.4,-1.6,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","68105",2,39.478849,-84.407675,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,13.165517,10.684512,28.7,"2013-07-15 00:00",27.7,"2013-07-09 00:00",26.1,"2013-07-21 00:00",25.6,"2013-05-28 00:00","","","","",28.7,27.7,26.1,25.4,22.9,17.2,-1.4,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","68108",1,39.478849,-84.407675,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,745.140496,4.47643,758,"2013-11-24 00:00",756,"2013-11-12 00:00",755,"2013-12-24 00:00",754,"2013-03-08 00:00","","","","",756,755,753,751,748,745,740,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","68108",2,39.478849,-84.407675,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,48,58,122,0,0,"","","Certification not required",0,744.551724,4.953016,758,"2013-11-24 00:00",755,"2013-12-24 00:00",753,"2013-01-10 00:00",752,"2013-02-09 00:00","","","","",758,755,753,751,747,744,738,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","81102",1,39.478849,-84.407675,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,18.706897,8.416793,47,"2013-08-20 00:00",34,"2013-09-07 00:00",34,"2013-11-30 00:00",32,"2013-05-28 00:00","","","","",47,34,34,30,24,19,8,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","85101",1,39.478849,-84.407675,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,18.982759,8.392752,46,"2013-08-20 00:00",36,"2013-11-30 00:00",34,"2013-09-07 00:00",31,"2013-03-29 00:00","","","","",46,36,34,31,24,19,8,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","88101",1,39.478849,-84.407675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,11.036364,5.310304,29.8,"2013-12-03 00:00",25.6,"2013-01-07 00:00",25.5,"2013-09-10 00:00",25,"2013-02-06 00:00","","","","",25.6,25.5,19.9,18.1,14.1,10.6,4.6,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","88101",1,39.478849,-84.407675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,11.036364,5.310304,29.8,"2013-12-03 00:00",25.6,"2013-01-07 00:00",25.5,"2013-09-10 00:00",25,"2013-02-06 00:00","","","","",25.6,25.5,19.9,18.1,14.1,10.6,4.6,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","88501",3,39.478849,-84.407675,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8744,100,365,365,0,16,"","","Certification not required",0,10.727802,6.730956,133.2,"2013-04-23 00:00",62.9,"2013-04-22 23:00",57.8,"2013-04-23 01:00",56.8,"2013-11-30 01:00","","","","",30.9,27.5,22.7,19.2,14.2,9.6,3.6,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0019","88501",3,39.478849,-84.407675,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,10.676438,4.658207,34.8,"2013-12-02 00:00",29,"2013-04-23 00:00",27.1,"2013-12-03 00:00",24.2,"2013-02-05 00:00","","","","",24.2,21.1,19.4,16.2,13.2,10.4,5.4,"AMANDA","1300 OXFORD STATE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","42153",1,39.472436,-84.394952,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.322581,0.587486,2.6,"2013-09-01 00:00",2.2,"2013-09-25 00:00",0.6,"2013-07-27 00:00",0.6,"2013-10-31 00:00","","","","",2.6,2.6,2.2,0.6,0.3,0.1,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","42401",1,39.472436,-84.394952,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8742,100,365,365,0,18,0,"","Certification not required",0,5.271233,7.312895,51,"2013-04-12 15:00",49,"2013-06-26 10:00",48,"2013-04-13 10:00",47,"2013-05-09 12:00","","","","",47,28,17,12,7,3,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","42401",1,39.472436,-84.394952,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8742,100,365,365,0,18,"","","Certification not required",0,1.021162,2.714646,51,"2013-04-12 15:00",49,"2013-06-26 10:00",48,"2013-04-13 10:00",47,"2013-05-09 12:00","","","","",11,8,5,3,1,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","42401",1,39.472436,-84.394952,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.023288,1.364273,11.3,"2013-04-13 00:00",10.3,"2013-04-12 00:00",7,"2013-06-26 00:00",5.5,"2013-05-09 00:00","","","","",5.5,4.8,3.5,2.6,1.4,0.6,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","42401",1,39.472436,-84.394952,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2910,100,365,365,0,0,"",0,"Certification not required",0,1.00646,2.365604,35.3,"2013-04-13 11:00",34.6,"2013-04-12 17:00",33.3,"2013-06-26 11:00",29,"2013-04-13 14:00","","","","",10,7.6,4.6,3,1,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","42406",1,39.472436,-84.394952,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8742,100,365,365,0,18,"","","Certification not required",0,1.9841,5.823401,159,"2013-05-09 13:00",152,"2013-07-07 20:00",141,"2013-05-09 12:00",90,"2013-05-13 11:00","","","","",21,16,10,5,1,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","43205",1,39.472436,-84.394952,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",30,0.926129,0.614463,3.75,"2013-09-25 00:00",2.4,"2013-05-16 00:00",1.5,"2013-03-17 00:00",0.81,"2013-08-20 00:00","","","","",3.75,3.75,2.4,0.81,0.75,0.75,0.75,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43207",1,39.472436,-84.394952,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",26,0.136774,0.085844,0.5,"2013-09-25 00:00",0.33,"2013-05-16 00:00",0.2,"2013-06-09 00:00",0.2,"2013-08-08 00:00","","","","",0.5,0.5,0.33,0.2,0.11,0.1,0.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43208",1,39.472436,-84.394952,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.120645,0.081606,0.5,"2013-09-25 00:00",0.33,"2013-05-16 00:00",0.11,"2013-08-20 00:00",0.1,"2013-01-04 00:00","","","","",0.5,0.5,0.33,0.1,0.1,0.1,0.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43212",1,39.472436,-84.394952,"WGS84","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",7,3.9,2.447039,12.4,"2013-03-29 00:00",9.2,"2013-01-28 00:00",6.8,"2013-12-18 00:00",6,"2013-08-08 00:00","","","","",12.4,12.4,9.2,6,4.8,3.2,1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43218",1,39.472436,-84.394952,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.032258,0.070176,0.3,"2013-03-29 00:00",0.2,"2013-09-01 00:00",0.1,"2013-03-05 00:00",0.1,"2013-04-10 00:00","","","","",0.3,0.3,0.2,0.1,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43220",1,39.472436,-84.394952,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",20,2.608065,2.089382,10,"2013-12-30 00:00",7,"2013-03-05 00:00",6.25,"2013-09-25 00:00",4.1,"2013-07-03 00:00","","","","",10,10,7,4.1,3.9,1.25,1.25,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43231",1,39.472436,-84.394952,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.774194,0.51831,3,"2013-09-25 00:00",1.5,"2013-07-03 00:00",1.4,"2013-08-08 00:00",1.2,"2013-05-16 00:00","","","","",3,3,1.5,1.2,0.9,0.6,0.4,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43232",1,39.472436,-84.394952,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",26,0.920645,0.699215,2.7,"2013-12-06 00:00",1.75,"2013-01-04 00:00",1.75,"2013-01-16 00:00",1.75,"2013-01-28 00:00","","","","",2.7,2.7,1.75,1.75,1.75,0.385,0.35,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43233",1,39.472436,-84.394952,"WGS84","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,2.405161,1.615516,10,"2013-09-25 00:00",6.4,"2013-05-16 00:00",2.16,"2013-08-20 00:00",2,"2013-01-04 00:00","","","","",10,10,6.4,2,2,2,2,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43235",1,39.472436,-84.394952,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,2.705806,1.817456,11.25,"2013-09-25 00:00",7.2,"2013-05-16 00:00",2.43,"2013-08-20 00:00",2.25,"2013-01-04 00:00","","","","",11.25,11.25,7.2,2.25,2.25,2.25,2.25,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43238",1,39.472436,-84.394952,"WGS84","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,12.048387,8.163287,50,"2013-09-25 00:00",33,"2013-05-16 00:00",10.5,"2013-08-20 00:00",10,"2013-01-04 00:00","","","","",50,50,33,10,10,10,10,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43248",1,39.472436,-84.394952,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.361935,0.244819,1.5,"2013-09-25 00:00",0.99,"2013-05-16 00:00",0.33,"2013-08-20 00:00",0.3,"2013-01-04 00:00","","","","",1.5,1.5,0.99,0.3,0.3,0.3,0.3,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43250",1,39.472436,-84.394952,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.348387,0.381113,1.8,"2013-09-25 00:00",0.8,"2013-06-21 00:00",0.7,"2013-07-03 00:00",0.7,"2013-10-07 00:00","","","","",1.8,1.8,0.8,0.7,0.6,0.3,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43302",1,39.472436,-84.394952,"WGS84","Ethyl alcohol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",1,3.435484,1.677806,8.8,"2013-07-15 00:00",6.4,"2013-05-16 00:00",6.4,"2013-09-25 00:00",5.2,"2013-10-07 00:00","","","","",8.8,8.8,6.4,5.2,4.4,3.2,1.8,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43312",1,39.472436,-84.394952,"WGS84","2-Proponol","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",10,46.328065,164.240827,900,"2013-09-25 00:00",192,"2013-05-16 00:00",162,"2013-12-06 00:00",30,"2013-12-30 00:00","","","","",900,900,192,30,12,4.2,0.75,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43335",1,39.472436,-84.394952,"WGS84","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43372",1,39.472436,-84.394952,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43447",1,39.472436,-84.394952,"WGS84","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43551",1,39.472436,-84.394952,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,14.816129,8.405954,30,"2013-04-10 00:00",30,"2013-08-08 00:00",27.9,"2013-05-28 00:00",25.5,"2013-07-27 00:00","","","","",30,30,30,25.5,22.5,13.8,5.4,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43552",1,39.472436,-84.394952,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",18,2.112258,1.276659,5,"2013-09-25 00:00",4.4,"2013-08-08 00:00",3.8,"2013-04-10 00:00",3.8,"2013-05-28 00:00","","","","",5,5,4.4,3.8,3.2,1.08,1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43559",1,39.472436,-84.394952,"WGS84","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,1.803871,1.211637,7.5,"2013-09-25 00:00",4.8,"2013-05-16 00:00",1.62,"2013-08-20 00:00",1.5,"2013-01-04 00:00","","","","",7.5,7.5,4.8,1.5,1.5,1.5,1.5,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43560",1,39.472436,-84.394952,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.064516,0.101812,0.3,"2013-04-10 00:00",0.3,"2013-09-13 00:00",0.2,"2013-03-05 00:00",0.2,"2013-04-22 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43801",1,39.472436,-84.394952,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.603226,0.137801,1.1,"2013-09-01 00:00",0.9,"2013-09-13 00:00",0.8,"2013-08-08 00:00",0.7,"2013-03-05 00:00","","","","",1.1,1.1,0.9,0.7,0.6,0.6,0.5,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43802",1,39.472436,-84.394952,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.145161,0.080989,0.3,"2013-03-29 00:00",0.3,"2013-04-10 00:00",0.3,"2013-07-15 00:00",0.2,"2013-02-21 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43803",1,39.472436,-84.394952,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43804",1,39.472436,-84.394952,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.103226,0.017961,0.2,"2013-08-08 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43805",1,39.472436,-84.394952,"WGS84","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.300645,0.20194,1.25,"2013-09-25 00:00",0.8,"2013-05-16 00:00",0.27,"2013-08-20 00:00",0.25,"2013-01-04 00:00","","","","",1.25,1.25,0.8,0.25,0.25,0.25,0.25,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43806",1,39.472436,-84.394952,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43811",1,39.472436,-84.394952,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",2,0.252097,0.051507,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-04-10 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43812",1,39.472436,-84.394952,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43813",1,39.472436,-84.394952,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43814",1,39.472436,-84.394952,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43815",1,39.472436,-84.394952,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.006452,0.024973,0.1,"2013-01-04 00:00",0.1,"2013-01-28 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43817",1,39.472436,-84.394952,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43818",1,39.472436,-84.394952,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.003226,0.017961,0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43819",1,39.472436,-84.394952,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.009677,0.039622,0.2,"2013-08-20 00:00",0.1,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43820",1,39.472436,-84.394952,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43823",1,39.472436,-84.394952,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.545161,0.096363,0.7,"2013-07-15 00:00",0.7,"2013-09-01 00:00",0.7,"2013-09-13 00:00",0.6,"2013-01-04 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.6,0.4,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43824",1,39.472436,-84.394952,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.003226,0.017961,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43826",1,39.472436,-84.394952,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43828",1,39.472436,-84.394952,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.060323,0.040803,0.25,"2013-09-25 00:00",0.165,"2013-05-16 00:00",0.055,"2013-08-20 00:00",0.05,"2013-01-04 00:00","","","","",0.25,0.25,0.165,0.05,0.05,0.05,0.05,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43829",1,39.472436,-84.394952,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43830",1,39.472436,-84.394952,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43831",1,39.472436,-84.394952,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43832",1,39.472436,-84.394952,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.060323,0.040803,0.25,"2013-09-25 00:00",0.165,"2013-05-16 00:00",0.055,"2013-08-20 00:00",0.05,"2013-01-04 00:00","","","","",0.25,0.25,0.165,0.05,0.05,0.05,0.05,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43838",1,39.472436,-84.394952,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,0.120645,0.081606,0.5,"2013-09-25 00:00",0.33,"2013-05-16 00:00",0.11,"2013-08-20 00:00",0.1,"2013-01-04 00:00","","","","",0.5,0.5,0.33,0.1,0.1,0.1,0.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43839",1,39.472436,-84.394952,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.120645,0.081606,0.5,"2013-09-25 00:00",0.33,"2013-05-16 00:00",0.11,"2013-08-20 00:00",0.1,"2013-01-04 00:00","","","","",0.5,0.5,0.33,0.1,0.1,0.1,0.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43843",1,39.472436,-84.394952,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43844",1,39.472436,-84.394952,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43860",1,39.472436,-84.394952,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","43954",1,39.472436,-84.394952,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,13.253226,8.979615,55,"2013-09-25 00:00",36.3,"2013-05-16 00:00",11.55,"2013-08-20 00:00",11,"2013-01-04 00:00","","","","",55,55,36.3,11,11,11,11,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45109",1,39.472436,-84.394952,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.890323,0.627351,3,"2013-09-25 00:00",1.9,"2013-12-06 00:00",1.8,"2013-06-21 00:00",1.8,"2013-08-08 00:00","","","","",3,3,1.9,1.8,1.2,0.7,0.3,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45201",1,39.472436,-84.394952,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,1.13871,0.663163,3.4,"2013-09-25 00:00",2.5,"2013-03-29 00:00",2.3,"2013-06-21 00:00",1.7,"2013-01-16 00:00","","","","",3.4,3.4,2.5,1.7,1.6,0.8,0.6,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45202",1,39.472436,-84.394952,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.970968,1.052994,5.5,"2013-09-25 00:00",4,"2013-08-08 00:00",3.8,"2013-06-21 00:00",2.9,"2013-03-29 00:00","","","","",5.5,5.5,4,2.9,2.3,1.8,1.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45203",1,39.472436,-84.394952,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.2,0.196638,0.7,"2013-08-08 00:00",0.5,"2013-03-29 00:00",0.5,"2013-06-21 00:00",0.5,"2013-12-06 00:00","","","","",0.7,0.7,0.5,0.5,0.3,0.2,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45204",1,39.472436,-84.394952,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.283871,0.239578,0.8,"2013-09-25 00:00",0.7,"2013-08-08 00:00",0.7,"2013-12-06 00:00",0.6,"2013-06-21 00:00","","","","",0.8,0.8,0.7,0.6,0.5,0.2,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45207",1,39.472436,-84.394952,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,0.542903,0.367228,2.25,"2013-09-25 00:00",1.485,"2013-05-16 00:00",0.495,"2013-08-20 00:00",0.45,"2013-01-04 00:00","","","","",2.25,2.25,1.485,0.45,0.45,0.45,0.45,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45208",1,39.472436,-84.394952,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.542903,0.367228,2.25,"2013-09-25 00:00",1.485,"2013-05-16 00:00",0.495,"2013-08-20 00:00",0.45,"2013-01-04 00:00","","","","",2.25,2.25,1.485,0.45,0.45,0.45,0.45,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45209",1,39.472436,-84.394952,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.542903,0.367228,2.25,"2013-09-25 00:00",1.485,"2013-05-16 00:00",0.495,"2013-08-20 00:00",0.45,"2013-01-04 00:00","","","","",2.25,2.25,1.485,0.45,0.45,0.45,0.45,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45210",1,39.472436,-84.394952,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.016129,0.052261,0.2,"2013-05-04 00:00",0.2,"2013-09-01 00:00",0.1,"2013-04-10 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45213",1,39.472436,-84.394952,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.542903,0.367228,2.25,"2013-09-25 00:00",1.485,"2013-05-16 00:00",0.495,"2013-08-20 00:00",0.45,"2013-01-04 00:00","","","","",2.25,2.25,1.485,0.45,0.45,0.45,0.45,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45220",1,39.472436,-84.394952,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.051613,0.092632,0.3,"2013-07-15 00:00",0.2,"2013-04-10 00:00",0.2,"2013-04-22 00:00",0.2,"2013-07-03 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45801",1,39.472436,-84.394952,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.006452,0.024973,0.1,"2013-02-09 00:00",0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45805",1,39.472436,-84.394952,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.361935,0.244819,1.5,"2013-09-25 00:00",0.99,"2013-05-16 00:00",0.33,"2013-08-20 00:00",0.3,"2013-01-04 00:00","","","","",1.5,1.5,0.99,0.3,0.3,0.3,0.3,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45806",1,39.472436,-84.394952,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.361935,0.244819,1.5,"2013-09-25 00:00",0.99,"2013-05-16 00:00",0.33,"2013-08-20 00:00",0.3,"2013-01-04 00:00","","","","",1.5,1.5,0.99,0.3,0.3,0.3,0.3,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45807",1,39.472436,-84.394952,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.006452,0.035921,0.2,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.2,0.2,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45809",1,39.472436,-84.394952,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45810",1,39.472436,-84.394952,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.058065,0.194549,1,"2013-09-01 00:00",0.4,"2013-02-21 00:00",0.2,"2013-11-12 00:00",0.2,"2013-12-30 00:00","","","","",1,1,0.4,0.2,0,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","45850",1,39.472436,-84.394952,"WGS84","Naphthalene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",30,3.112903,2.077938,12.5,"2013-09-25 00:00",8,"2013-05-16 00:00",5.8,"2013-07-15 00:00",2.7,"2013-08-20 00:00","","","","",12.5,12.5,8,2.7,2.5,2.5,2.5,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","46201",1,39.472436,-84.394952,"WGS84","1,4-Dioxane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,0.122581,0.291787,1.4,"2013-05-28 00:00",0.7,"2013-12-06 00:00",0.6,"2013-09-01 00:00",0.2,"2013-07-03 00:00","","","","",1.4,1.4,0.7,0.2,0.2,0,0,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","46401",1,39.472436,-84.394952,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",31,1.202581,0.807758,5,"2013-09-25 00:00",3.2,"2013-05-16 00:00",1.08,"2013-08-20 00:00",1,"2013-01-04 00:00","","","","",5,5,3.2,1,1,1,1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","017","0020","68105",1,39.472436,-84.394952,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,1,"","","Certification not required",0,12.450847,10.365688,29.6,"2013-07-18 00:00",29.1,"2013-09-10 00:00",28.6,"2013-07-15 00:00",28.2,"2013-06-12 00:00","","","","",29.1,28.6,26.2,25.5,22.1,13.9,-1.3,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","68105",2,39.472436,-84.394952,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Electronic",2013,"Degrees Centigrade","No Events",57,47,57,122,0,0,"","","Certification not required",0,11.635088,10.886221,29,"2013-07-15 00:00",26.3,"2013-07-21 00:00",26.1,"2013-05-28 00:00",25.8,"2013-08-08 00:00","","","","",29,26.3,26.1,25.5,21.7,13.6,-2.1,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","68108",1,39.472436,-84.394952,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,1,"","","Certification not required",0,744.584746,4.60458,759,"2013-11-24 00:00",756,"2013-11-12 00:00",756,"2013-12-24 00:00",755,"2013-12-12 00:00","","","","",756,756,753,751,747,744,739,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","68108",2,39.472436,-84.394952,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,47,57,122,0,0,"","","Certification not required",0,744.526316,4.921183,756,"2013-11-24 00:00",754,"2013-11-12 00:00",754,"2013-12-24 00:00",753,"2013-12-12 00:00","","","","",756,754,754,751,748,744,739,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","81102",1,39.472436,-84.394952,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,41.789474,26.604066,110,"2013-08-20 00:00",106,"2013-01-10 00:00",102,"2013-04-22 00:00",96,"2013-09-07 00:00","","","","",110,106,102,91,52,36,15,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","85101",1,39.472436,-84.394952,"WGS84","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,42.438596,26.411589,114,"2013-01-10 00:00",108,"2013-08-20 00:00",104,"2013-04-22 00:00",95,"2013-09-07 00:00","","","","",114,108,104,88,52,36,16,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","88101",1,39.472436,-84.394952,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,13.218487,5.795497,30.2,"2013-12-03 00:00",28,"2013-09-10 00:00",26.4,"2013-02-06 00:00",26.3,"2013-01-07 00:00","","","","",28,26.4,25.4,20,16.8,12.7,6,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","88101",1,39.472436,-84.394952,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,13.218487,5.795497,30.2,"2013-12-03 00:00",28,"2013-09-10 00:00",26.4,"2013-02-06 00:00",26.3,"2013-01-07 00:00","","","","",28,26.4,25.4,20,16.8,12.7,6,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","88501",3,39.472436,-84.394952,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8718,100,363,365,0,42,"","","Certification not required",0,13.580076,9.286749,130.6,"2013-04-22 23:00",100.7,"2013-07-30 03:00",89.9,"2013-08-07 01:00",72.4,"2013-07-30 22:00","","","","",43.1,37.9,30.9,25.8,18.1,11.6,4,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0020","88501",3,39.472436,-84.394952,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,13.523967,6.26455,35.5,"2013-08-07 00:00",34.9,"2013-12-02 00:00",34.2,"2013-07-19 00:00",33.7,"2013-06-22 00:00","","","","",33.7,28.4,25.2,22.2,17.4,12.3,6.5,"YANKEE","3350 YANKEE ROAD","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0021","42401",1,39.46474,-84.403593,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5116,58,213,365,0,20,0,"","Certification not required",0,7.046948,6.710851,52,"2013-06-26 10:00",35,"2013-08-02 12:00",25,"2013-10-11 11:00",24,"2013-12-19 06:00","","","","",25,24,19,15,10,5,1,"MADE","1491 MADE INDUSTRIAL DR.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0021","42401",1,39.46474,-84.403593,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5116,58,213,365,0,20,"","","Certification not required",0,1.790266,2.846203,52,"2013-06-26 10:00",40,"2013-06-26 09:00",35,"2013-08-02 12:00",25,"2013-10-11 11:00","","","","",13,11,7,4,2,1,0,"MADE","1491 MADE INDUSTRIAL DR.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0021","42401",1,39.46474,-84.403593,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",213,58,213,365,0,0,0,"","Certification not required",0,1.798122,1.455794,8.3,"2013-06-26 00:00",7.6,"2013-12-28 00:00",7,"2013-12-19 00:00",6.4,"2013-12-13 00:00","","","","",7,5.8,4.8,3.5,2.4,1.4,0.2,"MADE","1491 MADE INDUSTRIAL DR.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0021","42401",1,39.46474,-84.403593,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1702,58,213,365,0,0,"",0,"Certification not required",0,1.772385,2.488823,38.6,"2013-06-26 11:00",17.6,"2013-12-19 08:00",17.6,"2013-12-28 14:00",15.3,"2013-10-11 11:00","","","","",11.3,10,6.6,4.6,2,1,0,"MADE","1491 MADE INDUSTRIAL DR.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","0021","42406",1,39.46474,-84.403593,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5116,100,213,214,0,20,"","","Certification not required",0,2.772283,4.600942,77,"2013-06-26 09:00",71,"2013-06-26 10:00",56,"2013-08-02 12:00",45,"2013-09-16 18:00","","","","",22,17,12,7,3,1,0,"MADE","1491 MADE INDUSTRIAL DR.","Ohio","Butler","Middletown","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","017","9991","44201",1,39.5327,-84.7286,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7651,95,203,214,0,365,0,0,"Certification not required",25,0.050103,0.01159,0.08,"2013-05-15 17:00",0.078,"2013-06-20 14:00",0.074,"2013-06-21 13:00",0.074,"2013-06-23 14:00","","","","",0.074,0.073,0.07,0.064,0.058,0.052,0.042,"Oxford","Ecology Research Center, Miami University, Oxford, Ohio 45056","Ohio","Butler","","Cincinnati-Middletown, OH-KY-IN","2014-01-31" +"39","017","9991","44201",1,39.5327,-84.7286,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7757,94,201,214,0,0,0,0,"Certification not required",0,0.045413,0.011051,0.075,"2013-05-15 12:00",0.073,"2013-06-20 12:00",0.069,"2013-06-05 12:00",0.069,"2013-06-21 11:00","","","","",0.069,0.068,0.063,0.059,0.054,0.047,0.038,"Oxford","Ecology Research Center, Miami University, Oxford, Ohio 45056","Ohio","Butler","","Cincinnati-Middletown, OH-KY-IN","2014-01-31" +"39","017","9991","44201",1,39.5327,-84.7286,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7757,94,201,214,0,0,0,0,"Certification not required",0,0.045413,0.011051,0.075,"2013-05-15 12:00",0.073,"2013-06-20 12:00",0.069,"2013-06-05 12:00",0.069,"2013-06-21 11:00","","","","",0.069,0.068,0.063,0.059,0.054,0.047,0.038,"Oxford","Ecology Research Center, Miami University, Oxford, Ohio 45056","Ohio","Butler","","Cincinnati-Middletown, OH-KY-IN","2014-01-31" +"39","023","0001","44201",1,40.00103,-83.80456,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5113,100,214,214,0,23,0,0,"Certification not required",465,0.050547,0.012386,0.085,"2013-09-10 15:00",0.08,"2013-06-05 14:00",0.079,"2013-05-29 17:00",0.079,"2013-09-11 19:00","","","","",0.079,0.076,0.072,0.066,0.06,0.05,0.034,"SPRINGFIELD WELL FIELD","5171 URBANA","Ohio","Clark","Springfield","Springfield, OH","2013-11-06" +"39","023","0001","44201",1,40.00103,-83.80456,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certification not required",0,0.045394,0.011763,0.073,"2013-05-15 11:00",0.073,"2013-06-05 10:00",0.072,"2013-06-12 12:00",0.071,"2013-05-29 11:00","","","","",0.072,0.071,0.065,0.06,0.053,0.045,0.03,"SPRINGFIELD WELL FIELD","5171 URBANA","Ohio","Clark","Springfield","Springfield, OH","2013-11-06" +"39","023","0001","44201",1,40.00103,-83.80456,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certification not required",0,0.045394,0.011763,0.073,"2013-05-15 11:00",0.073,"2013-06-05 10:00",0.072,"2013-06-12 12:00",0.071,"2013-05-29 11:00","","","","",0.072,0.071,0.065,0.06,0.053,0.045,0.03,"SPRINGFIELD WELL FIELD","5171 URBANA","Ohio","Clark","Springfield","Springfield, OH","2013-11-06" +"39","023","0003","42401",1,39.85567,-83.99773,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8721,100,365,365,0,39,0,"","Certification not required",0,2.375342,3.94731,26,"2013-02-08 01:00",22,"2013-12-19 07:00",19,"2013-11-09 05:00",17,"2013-01-18 16:00","","","","",17,14,12,7,3,1,0,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2014-01-13" +"39","023","0003","42401",1,39.85567,-83.99773,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8721,100,365,365,0,39,"","","Certification not required",0,0.568513,1.726723,26,"2013-02-08 01:00",22,"2013-12-19 07:00",20,"2013-12-19 08:00",19,"2013-11-09 05:00","","","","",9,7,4,2,0,0,0,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2014-01-13" +"39","023","0003","42401",1,39.85567,-83.99773,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.566027,1.219303,8.5,"2013-12-13 00:00",8,"2013-12-19 00:00",6.5,"2013-01-05 00:00",6.5,"2013-12-28 00:00","","","","",6.5,4.3,3.3,1.8,0.5,0,0,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2014-01-13" +"39","023","0003","42401",1,39.85567,-83.99773,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2887,99,365,365,0,0,"",0,"Certification not required",0,0.561344,1.602695,20.3,"2013-12-19 08:00",14.3,"2013-11-09 08:00",12.6,"2013-01-18 17:00",12.3,"2013-12-12 20:00","","","","",8.6,6.6,3.6,1.6,0,0,0,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2014-01-13" +"39","023","0003","42406",1,39.85567,-83.99773,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8719,100,365,365,0,41,"","","Certification not required",0,0.872348,2.437823,40,"2013-02-08 01:00",30,"2013-12-27 09:00",26,"2013-01-18 15:00",25,"2013-08-20 10:00","","","","",13,10,5,3,0,0,0,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2014-01-13" +"39","023","0003","44201",1,39.85567,-83.99773,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5073,99,212,214,0,63,0,0,"Certification not required",716,0.04883,0.01167,0.083,"2013-09-10 15:00",0.076,"2013-05-29 17:00",0.076,"2013-09-09 14:00",0.073,"2013-05-15 15:00","","","","",0.076,0.072,0.068,0.064,0.057,0.049,0.033,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2013-11-06" +"39","023","0003","44201",1,39.85567,-83.99773,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5089,99,211,214,0,0,0,0,"Certification not required",0,0.043479,0.011363,0.074,"2013-09-10 11:00",0.07,"2013-05-15 10:00",0.069,"2013-05-29 11:00",0.067,"2013-06-20 11:00","","","","",0.069,0.067,0.063,0.057,0.052,0.044,0.028,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2013-11-06" +"39","023","0003","44201",1,39.85567,-83.99773,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5089,99,211,214,0,0,0,0,"Certification not required",0,0.043479,0.011363,0.074,"2013-09-10 11:00",0.07,"2013-05-15 10:00",0.069,"2013-05-29 11:00",0.067,"2013-06-20 11:00","","","","",0.069,0.067,0.063,0.057,0.052,0.044,0.028,"MUD RUN","5400 SPANGLER","Ohio","Clark","Enon","Springfield, OH","2013-11-06" +"39","023","0005","68105",1,39.92882,-83.80949,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,10,"","","Certification not required",0,12.069643,10.370487,29.3,"2013-07-18 00:00",29.1,"2013-07-15 00:00",28.6,"2013-09-10 00:00",27,"2013-06-12 00:00","","","","",29.1,28.6,25.8,24.7,21.6,13.9,-1.4,"SPRIELD2 (SPRINGFIELD FIREHOUSE","350 N. FOUNTAIN AVE.","Ohio","Clark","Springfield","Springfield, OH","2014-01-24" +"39","023","0005","68108",1,39.92882,-83.80949,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,10,"","","Certification not required",0,737.160714,4.307031,749,"2013-11-24 00:00",747,"2013-11-12 00:00",747,"2013-12-24 00:00",746,"2013-03-08 00:00","","","","",747,747,745,742,740,737,732,"SPRIELD2 (SPRINGFIELD FIREHOUSE","350 N. FOUNTAIN AVE.","Ohio","Clark","Springfield","Springfield, OH","2014-01-24" +"39","023","0005","88101",1,39.92882,-83.80949,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,10.086607,5.016935,29.7,"2013-12-03 00:00",25.2,"2013-09-10 00:00",24.4,"2013-01-07 00:00",20.8,"2013-03-29 00:00","","","","",25.2,24.4,19.8,15.7,12.9,9.7,4.3,"SPRIELD2 (SPRINGFIELD FIREHOUSE","350 N. FOUNTAIN AVE.","Ohio","Clark","Springfield","Springfield, OH","2014-01-24" +"39","023","0005","88101",1,39.92882,-83.80949,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,10.086607,5.016935,29.7,"2013-12-03 00:00",25.2,"2013-09-10 00:00",24.4,"2013-01-07 00:00",20.8,"2013-03-29 00:00","","","","",25.2,24.4,19.8,15.7,12.9,9.7,4.3,"SPRIELD2 (SPRINGFIELD FIREHOUSE","350 N. FOUNTAIN AVE.","Ohio","Clark","Springfield","Springfield, OH","2014-01-24" +"39","023","0005","88501",3,39.92882,-83.80949,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8714,99,364,365,0,46,"","","Certification not required",0,10.296982,6.582969,63.8,"2013-03-29 01:00",53.3,"2013-12-13 17:00",49.2,"2013-03-30 05:00",48.1,"2013-12-16 19:00","","","","",33.1,28.9,23,18.8,13.4,8.9,3.5,"SPRIELD2 (SPRINGFIELD FIREHOUSE","350 N. FOUNTAIN AVE.","Ohio","Clark","Springfield","Springfield, OH","2014-01-13" +"39","023","0005","88501",3,39.92882,-83.80949,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,10.25467,4.68809,28.5,"2013-12-02 00:00",26.2,"2013-12-16 00:00",26,"2013-01-02 00:00",25.5,"2013-01-07 00:00","","","","",25.5,23.6,19.1,16.3,12.8,9.3,5.1,"SPRIELD2 (SPRINGFIELD FIREHOUSE","350 N. FOUNTAIN AVE.","Ohio","Clark","Springfield","Springfield, OH","2014-01-13" +"39","025","0022","44201",1,39.0828,-84.1441,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5104,100,213,214,0,32,0,0,"Certification not required",84,0.049709,0.011885,0.086,"2013-05-15 17:00",0.08,"2013-07-18 17:00",0.076,"2013-06-25 14:00",0.075,"2013-09-05 17:00","","","","",0.076,0.075,0.07,0.065,0.057,0.049,0.035,"BATAVIA","2400 CLERMONT CENTER DR.","Ohio","Clermont","Batavia","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","025","0022","44201",1,39.0828,-84.1441,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5119,100,213,214,0,0,0,0,"Certification not required",0,0.044582,0.010982,0.078,"2013-05-15 12:00",0.069,"2013-06-25 11:00",0.066,"2013-07-18 12:00",0.066,"2013-09-07 11:00","","","","",0.066,0.066,0.062,0.059,0.052,0.045,0.03,"BATAVIA","2400 CLERMONT CENTER DR.","Ohio","Clermont","Batavia","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","025","0022","44201",1,39.0828,-84.1441,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5119,100,213,214,0,0,1,1,"Certification not required",0,0.044582,0.010982,0.078,"2013-05-15 12:00",0.069,"2013-06-25 11:00",0.066,"2013-07-18 12:00",0.066,"2013-09-07 11:00","","","","",0.066,0.066,0.062,0.059,0.052,0.045,0.03,"BATAVIA","2400 CLERMONT CENTER DR.","Ohio","Clermont","Batavia","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","025","0022","88500",3,39.0828,-84.1441,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8201,94,342,365,0,559,"","","Certification not required",0,10.93919,5.92561,55,"2013-09-09 00:00",41.4,"2013-02-05 13:00",40.3,"2013-09-08 05:00",39.8,"2013-02-05 12:00","","","","",29.1,26.3,22.6,18.7,14,9.8,4.6,"BATAVIA","2400 CLERMONT CENTER DR.","Ohio","Clermont","Batavia","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","025","0022","88500",3,39.0828,-84.1441,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",342,94,342,365,0,0,"","","Certification not required",0,10.856433,4.835318,28.6,"2013-07-19 00:00",26.5,"2013-08-27 00:00",25.9,"2013-02-05 00:00",25.4,"2013-09-11 00:00","","","","",25.4,24.5,19.5,17.4,13.7,9.9,5.5,"BATAVIA","2400 CLERMONT CENTER DR.","Ohio","Clermont","Batavia","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","027","1002","44201",1,39.430038,-83.788502,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4887,100,213,214,0,249,0,0,"Certification not required",26,0.048146,0.011108,0.083,"2013-05-15 17:00",0.078,"2013-07-18 18:00",0.074,"2013-06-25 13:00",0.073,"2013-08-30 17:00","","","","",0.074,0.072,0.068,0.061,0.056,0.048,0.034,"LAUREL OAKS_JVS","62 LAUREL DR.","Ohio","Clinton","","Wilmington, OH","2013-12-12" +"39","027","1002","44201",1,39.430038,-83.788502,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5097,99,212,214,0,0,0,0,"Certification not required",0,0.043344,0.010248,0.077,"2013-05-15 13:00",0.069,"2013-06-25 11:00",0.065,"2013-07-08 11:00",0.064,"2013-09-11 15:00","","","","",0.065,0.063,0.059,0.056,0.051,0.044,0.031,"LAUREL OAKS_JVS","62 LAUREL DR.","Ohio","Clinton","","Wilmington, OH","2013-12-12" +"39","027","1002","44201",1,39.430038,-83.788502,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5097,99,212,214,0,0,1,1,"Certification not required",0,0.043344,0.010248,0.077,"2013-05-15 13:00",0.069,"2013-06-25 11:00",0.065,"2013-07-08 11:00",0.064,"2013-09-11 15:00","","","","",0.065,0.063,0.059,0.056,0.051,0.044,0.031,"LAUREL OAKS_JVS","62 LAUREL DR.","Ohio","Clinton","","Wilmington, OH","2013-12-12" +"39","027","1002","62107",1,39.430038,-83.788502,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5136,59,214,365,0,0,"","","Certification not required",0,76.234424,6.164947,93,"2013-04-07 01:00",93,"2013-04-07 02:00",91,"2013-04-05 17:00",91,"2013-04-07 00:00","","","","",86,86,84,82,79,79,68,"LAUREL OAKS_JVS","62 LAUREL DR.","Ohio","Clinton","","Wilmington, OH","2013-12-12" +"39","029","0019","14103",3,40.631545,-80.547181,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002822,0.001524,0.00609,"2013-07-01 00:00",0.00412,"2013-06-01 00:00",0.00349,"2013-05-01 00:00",0.00308,"2013-08-01 00:00","","","","",0.00609,0.00609,0.00609,0.00609,0.00349,0.00294,0.00158,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14105",3,40.631545,-80.547181,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1637,0.106855,0.328,"2013-05-01 00:00",0.287,"2013-08-01 00:00",0.272,"2013-04-01 00:00",0.246,"2013-07-01 00:00","","","","",0.328,0.328,0.328,0.328,0.272,0.12,0.057,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14110",3,40.631545,-80.547181,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001069,0.000492,0.00195,"2013-06-01 00:00",0.00164,"2013-07-01 00:00",0.00132,"2013-03-01 00:00",0.00117,"2013-05-01 00:00","","","","",0.00195,0.00195,0.00195,0.00195,0.00132,0.00116,0.00065,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14112",3,40.631545,-80.547181,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.003984,0.001747,0.00689,"2013-04-01 00:00",0.00616,"2013-05-01 00:00",0.00539,"2013-03-01 00:00",0.00426,"2013-08-01 00:00","","","","",0.00689,0.00689,0.00689,0.00689,0.00539,0.00417,0.00225,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14128",3,40.631545,-80.547181,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0129,0.007031,0.03,"2013-07-01 00:00",0.015,"2013-04-01 00:00",0.014,"2013-03-01 00:00",0.014,"2013-06-01 00:00","","","","",0.03,0.03,0.03,0.03,0.014,0.013,0.007,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14129",1,40.631545,-80.547181,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,0,0,"Certification not required",0,0.01498,0.019464,0.131,"2013-07-15 00:00",0.044,"2013-06-09 00:00",0.042,"2013-03-05 00:00",0.036,"2013-04-04 00:00","","","","",0.131,0.131,0.042,0.032,0.018,0.009,0.004,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14132",1,40.631545,-80.547181,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,"","","Certification not required",0,0.2045,0.289518,1.8,"2013-03-11 00:00",0.83,"2013-05-22 00:00",0.61,"2013-04-04 00:00",0.55,"2013-03-05 00:00","","","","",1.8,1.8,0.61,0.43,0.28,0.11,0.027,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14132",3,40.631545,-80.547181,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.181,0.131676,0.43,"2013-03-01 00:00",0.34,"2013-04-01 00:00",0.29,"2013-05-01 00:00",0.2,"2013-08-01 00:00","","","","",0.43,0.43,0.43,0.43,0.29,0.15,0.063,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14136",3,40.631545,-80.547181,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.003035,0.002362,0.00877,"2013-07-01 00:00",0.00505,"2013-05-01 00:00",0.00355,"2013-04-01 00:00",0.00303,"2013-08-01 00:00","","","","",0.00877,0.00877,0.00877,0.00877,0.00355,0.00246,0.00119,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14142",1,40.631545,-80.547181,"NAD83","Mercury (TSP) LC","COMPOSITE DATA","","Observed Values","Hi Vol - FLAMELESS AA",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,7e-05,4.8e-05,0.0001,"2013-03-01 00:00",0.0001,"2013-04-01 00:00",0.0001,"2013-05-01 00:00",0.0001,"2013-06-01 00:00","","","","",0.0001,0.0001,0.0001,0.0001,0.0001,0.0001,0,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","14167",3,40.631545,-80.547181,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.088,0.036809,0.13,"2013-03-01 00:00",0.12,"2013-04-01 00:00",0.12,"2013-06-01 00:00",0.1,"2013-05-01 00:00","","","","",0.13,0.13,0.13,0.13,0.12,0.1,0.04,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0019","42401",1,40.631545,-80.547181,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3970,45,172,365,0,196,0,"","Certification not required",0,5.180233,5.873627,35,"2013-09-17 10:00",28,"2013-12-08 12:00",27,"2013-09-25 11:00",24,"2013-11-04 08:00","","","","",28,24,18,12,7,3,1,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-02-12" +"39","029","0019","42401",1,40.631545,-80.547181,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3970,45,172,365,0,196,"","","Certification not required",0,1.603778,2.451225,35,"2013-09-17 10:00",34,"2013-09-17 09:00",28,"2013-12-08 12:00",27,"2013-09-25 11:00","","","","",12,9,6,4,2,1,0,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-02-12" +"39","029","0019","42401",1,40.631545,-80.547181,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",172,47,172,365,0,0,0,"","Certification not required",0,1.608721,1.401622,7.6,"2013-11-14 00:00",7.4,"2013-12-08 00:00",5.7,"2013-09-25 00:00",5.7,"2013-10-21 00:00","","","","",7.4,5.7,4.8,3.8,2,1.2,0.3,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-02-12" +"39","029","0019","42401",1,40.631545,-80.547181,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1203,41,169,365,0,0,"",0,"Certification not required",0,1.639734,2.297568,28,"2013-09-17 11:00",20,"2013-12-08 14:00",19.3,"2013-09-25 14:00",16.3,"2013-09-06 14:00","","","","",11.6,9,6,3.6,1.6,1,0,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-02-12" +"39","029","0019","42406",1,40.631545,-80.547181,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3970,95,172,174,0,196,"","","Certification not required",0,2.350126,3.774953,58,"2013-09-17 09:00",56,"2013-09-17 10:00",46,"2013-09-25 11:00",40,"2013-09-29 13:00","","","","",19,15,8,5,2,1,1,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-02-12" +"39","029","0019","62107",1,40.631545,-80.547181,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",4158,100,172,174,0,8,"","","Certification not required",0,74.636845,3.714286,86,"2013-07-19 16:00",86,"2013-07-19 17:00",84,"2013-07-15 18:00",84,"2013-07-15 19:00","","","","",82,80,79,79,77,77,70,"PORT (AUTHORITY)","1250 GEORGE, COLUMBIANA PORT AUTHORITY","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-02-12" +"39","029","0020","11101",1,40.639595,-80.524019,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,38.7,22.13847,121,"2013-03-05 00:00",110,"2013-04-04 00:00",75,"2013-05-04 00:00",74,"2013-09-25 00:00","","","","",121,110,75,66,51,36,15,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-29" +"39","029","0020","14103",2,40.639595,-80.524019,"NAD83","Arsenic (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,0.003192,0.001653,0.0125,"2013-08-23 00:00",0.00798,"2013-01-10 00:00",0.00743,"2013-09-07 00:00",0.00695,"2013-03-05 00:00","","","","",0.0125,0.00798,0.00686,0.00548,0.00318,0.00265,0.00205,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14103",3,40.639595,-80.524019,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002434,0.000649,0.00348,"2013-09-01 00:00",0.00328,"2013-03-01 00:00",0.00279,"2013-06-01 00:00",0.00262,"2013-08-01 00:00","","","","",0.00348,0.00348,0.00348,0.00348,0.00279,0.00249,0.002,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14105",2,40.639595,-80.524019,"NAD83","Beryllium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,0.237237,0.030776,0.315,"2013-01-16 00:00",0.292,"2013-04-10 00:00",0.289,"2013-06-27 00:00",0.285,"2013-04-16 00:00","","","","",0.315,0.292,0.282,0.278,0.265,0.245,0.197,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14105",3,40.639595,-80.524019,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0534,0.006995,0.069,"2013-06-01 00:00",0.056,"2013-01-01 00:00",0.056,"2013-04-01 00:00",0.055,"2013-05-01 00:00","","","","",0.069,0.069,0.069,0.069,0.056,0.053,0.05,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14110",2,40.639595,-80.524019,"NAD83","Cadmium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,0.000998,0.001231,0.0069,"2013-06-30 00:00",0.0056,"2013-06-09 00:00",0.00491,"2013-05-07 00:00",0.0043,"2013-03-05 00:00","","","","",0.0069,0.0056,0.00378,0.00263,0.00097,0.00052,0.00026,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14110",3,40.639595,-80.524019,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000985,0.000494,0.00214,"2013-06-01 00:00",0.00139,"2013-03-01 00:00",0.00103,"2013-09-01 00:00",0.00102,"2013-01-01 00:00","","","","",0.00214,0.00214,0.00214,0.00214,0.00103,0.00087,0.00063,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14112",2,40.639595,-80.524019,"NAD83","Chromium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,0.016278,0.062499,0.606,"2013-10-04 00:00",0.101,"2013-09-25 00:00",0.079,"2013-10-13 00:00",0.0631,"2013-10-01 00:00","","","","",0.606,0.101,0.055,0.0281,0.00907,0.00522,0.00236,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14112",3,40.639595,-80.524019,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.006103,0.003461,0.0111,"2013-04-01 00:00",0.0104,"2013-03-01 00:00",0.00976,"2013-10-01 00:00",0.00905,"2013-09-01 00:00","","","","",0.0111,0.0111,0.0111,0.0111,0.00976,0.00367,0.00341,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14128",3,40.639595,-80.524019,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0102,0.005308,0.022,"2013-06-01 00:00",0.014,"2013-03-01 00:00",0.012,"2013-04-01 00:00",0.011,"2013-01-01 00:00","","","","",0.022,0.022,0.022,0.022,0.012,0.011,0.005,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14129",1,40.639595,-80.524019,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,0,0,"Certification not required",0,0.011546,0.011089,0.055,"2013-01-13 00:00",0.047,"2013-03-05 00:00",0.047,"2013-06-30 00:00",0.041,"2013-06-09 00:00","","","","",0.055,0.047,0.039,0.026,0.013,0.007,0.003,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14132",2,40.639595,-80.524019,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,1.007742,1.850408,13,"2013-05-07 00:00",8.1,"2013-03-05 00:00",8,"2013-08-23 00:00",4.8,"2013-10-28 00:00","","","","",13,8.1,4,2.5,1,0.38,0.075,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14132",3,40.639595,-80.524019,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.837,0.625851,2.3,"2013-03-01 00:00",1.4,"2013-04-01 00:00",0.93,"2013-09-01 00:00",0.9,"2013-02-01 00:00","","","","",2.3,2.3,2.3,2.3,0.93,0.83,0.33,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14136",2,40.639595,-80.524019,"NAD83","Nickel (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,0.004848,0.005034,0.0331,"2013-08-20 00:00",0.0222,"2013-10-04 00:00",0.0218,"2013-08-17 00:00",0.0192,"2013-03-05 00:00","","","","",0.0331,0.0222,0.015,0.01,0.00478,0.00301,0.00206,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14136",3,40.639595,-80.524019,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002896,0.001187,0.00503,"2013-03-01 00:00",0.00438,"2013-08-01 00:00",0.00415,"2013-04-01 00:00",0.00273,"2013-09-01 00:00","","","","",0.00503,0.00503,0.00503,0.00503,0.00415,0.00254,0.00177,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14142",3,40.639595,-80.524019,"NAD83","Mercury (TSP) LC","COMPOSITE DATA","","Observed Values","Hi Vol - FLAMELESS AA",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,5e-05,5.3e-05,0.0001,"2013-01-01 00:00",0.0001,"2013-03-01 00:00",0.0001,"2013-04-01 00:00",0.0001,"2013-05-01 00:00","","","","",0.0001,0.0001,0.0001,0.0001,0.0001,0.0001,0,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14167",2,40.639595,-80.524019,"NAD83","Zinc (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",97,100,51,61,0,4,"","","Certification not required",0,0.115546,0.176989,1.3,"2013-06-03 00:00",0.64,"2013-05-28 00:00",0.58,"2013-03-05 00:00",0.51,"2013-05-07 00:00","","","","",1.3,0.64,0.51,0.34,0.093,0.054,0.025,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","14167",3,40.639595,-80.524019,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1278,0.124471,0.46,"2013-06-01 00:00",0.14,"2013-03-01 00:00",0.14,"2013-04-01 00:00",0.13,"2013-05-01 00:00","","","","",0.46,0.46,0.46,0.46,0.14,0.12,0.045,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0020","81102",1,40.639595,-80.524019,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,16.677966,6.489888,35,"2013-03-05 00:00",30,"2013-04-04 00:00",28,"2013-01-10 00:00",28,"2013-09-19 00:00","","","","",35,30,28,26,20,17,8,"WATER PLANT","2220 MICHIGAN","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-29" +"39","029","0022","14103",3,40.635275,-80.546642,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002169,0.00111,0.00497,"2013-06-01 00:00",0.00258,"2013-09-01 00:00",0.00229,"2013-05-01 00:00",0.00223,"2013-03-01 00:00","","","","",0.00497,0.00497,0.00497,0.00497,0.00229,0.00221,0.00151,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14105",3,40.635275,-80.546642,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0497,0.003302,0.053,"2013-04-01 00:00",0.052,"2013-05-01 00:00",0.052,"2013-07-01 00:00",0.052,"2013-09-01 00:00","","","","",0.053,0.053,0.053,0.053,0.052,0.051,0.048,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14110",3,40.635275,-80.546642,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000837,0.000411,0.0017,"2013-06-01 00:00",0.0012,"2013-09-01 00:00",0.00103,"2013-03-01 00:00",0.00088,"2013-07-01 00:00","","","","",0.0017,0.0017,0.0017,0.0017,0.00103,0.00083,0.0005,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14112",3,40.635275,-80.546642,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002876,0.000992,0.00452,"2013-04-01 00:00",0.00408,"2013-09-01 00:00",0.00361,"2013-03-01 00:00",0.00325,"2013-08-01 00:00","","","","",0.00452,0.00452,0.00452,0.00452,0.00361,0.00307,0.00179,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14128",3,40.635275,-80.546642,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0087,0.003498,0.013,"2013-09-01 00:00",0.012,"2013-06-01 00:00",0.012,"2013-07-01 00:00",0.011,"2013-03-01 00:00","","","","",0.013,0.013,0.013,0.013,0.012,0.01,0.005,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14129",1,40.635275,-80.546642,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,0,0,"Certification not required",0,0.009902,0.009534,0.043,"2013-06-09 00:00",0.036,"2013-09-25 00:00",0.034,"2013-07-15 00:00",0.031,"2013-04-04 00:00","","","","",0.043,0.036,0.034,0.026,0.009,0.007,0.003,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14129",2,40.635275,-80.546642,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,0,0,"Certification not required",0,0.010688,0.010186,0.041,"2013-03-05 00:00",0.041,"2013-06-09 00:00",0.036,"2013-07-15 00:00",0.033,"2013-04-04 00:00","","","","",0.041,0.041,0.036,0.032,0.011,0.007,0.003,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14132",1,40.635275,-80.546642,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.095255,0.110927,0.57,"2013-03-11 00:00",0.42,"2013-03-05 00:00",0.42,"2013-04-04 00:00",0.3,"2013-09-25 00:00","","","","",0.57,0.42,0.42,0.17,0.11,0.065,0.018,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14132",2,40.635275,-80.546642,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.1025,0.126909,0.61,"2013-03-05 00:00",0.56,"2013-03-11 00:00",0.44,"2013-04-04 00:00",0.28,"2013-09-25 00:00","","","","",0.61,0.61,0.44,0.2,0.11,0.067,0.016,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14132",3,40.635275,-80.546642,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0824,0.055147,0.19,"2013-03-01 00:00",0.16,"2013-04-01 00:00",0.12,"2013-09-01 00:00",0.074,"2013-08-01 00:00","","","","",0.19,0.19,0.19,0.19,0.12,0.067,0.043,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14136",3,40.635275,-80.546642,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0013,0.000356,0.00196,"2013-07-01 00:00",0.00171,"2013-04-01 00:00",0.00158,"2013-03-01 00:00",0.00142,"2013-09-01 00:00","","","","",0.00196,0.00196,0.00196,0.00196,0.00158,0.0012,0.00095,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14142",3,40.635275,-80.546642,"NAD83","Mercury (TSP) LC","COMPOSITE DATA","","Observed Values","Hi Vol - FLAMELESS AA",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,3e-05,4.8e-05,0.0001,"2013-01-01 00:00",0.0001,"2013-03-01 00:00",0.0001,"2013-05-01 00:00",0,"2013-02-01 00:00","","","","",0.0001,0.0001,0.0001,0.0001,0.0001,0,0,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","14167",3,40.635275,-80.546642,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0693,0.032222,0.11,"2013-09-01 00:00",0.1,"2013-04-01 00:00",0.095,"2013-01-01 00:00",0.095,"2013-03-01 00:00","","","","",0.11,0.11,0.11,0.11,0.095,0.087,0.034,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-02" +"39","029","0022","42401",1,40.635275,-80.546642,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",4053,46,176,365,0,181,0,"","Certification not required",0,4.454545,4.938268,41,"2013-06-05 10:00",24,"2013-05-18 08:00",18,"2013-03-09 17:00",18,"2013-05-07 18:00","","","","",24,18,14,10,6,3,1,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2013-11-14" +"39","029","0022","42401",1,40.635275,-80.546642,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",4053,46,176,365,0,181,"","","Certification not required",0,1.246731,2.143153,41,"2013-06-05 10:00",35,"2013-06-05 09:00",32,"2013-06-05 08:00",26,"2013-06-05 11:00","","","","",9,7,4,3,1,1,0,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2013-11-14" +"39","029","0022","42401",1,40.635275,-80.546642,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",176,48,176,365,0,0,0,"","Certification not required",0,1.244886,1.138559,7.9,"2013-06-05 00:00",5,"2013-03-05 00:00",4.8,"2013-05-21 00:00",4.7,"2013-05-07 00:00","","","","",5,4.7,3.5,2.5,1.8,1,0.2,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2013-11-14" +"39","029","0022","42401",1,40.635275,-80.546642,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1232,42,175,365,0,0,"",0,"Certification not required",0,1.27362,1.959661,34,"2013-06-05 11:00",14.3,"2013-03-05 14:00",14.3,"2013-06-05 08:00",14.3,"2013-06-18 11:00","","","","",8.6,7,4.6,3,1.6,1,0,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2013-11-14" +"39","029","0022","42406",1,40.635275,-80.546642,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",4053,95,176,177,0,181,"","","Certification not required",0,1.949667,3.206366,55,"2013-06-05 10:00",54,"2013-06-05 08:00",54,"2013-06-05 09:00",47,"2013-06-05 11:00","","","","",16,11,6,4,2,1,0,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2013-11-14" +"39","029","0022","62107",1,40.635275,-80.546642,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",4233,97,176,181,0,1,"","","Certification not required",0,66.395464,8.131365,88,"2013-05-20 19:00",88,"2013-05-20 20:00",88,"2013-05-20 21:00",88,"2013-05-20 22:00","","","","",82,80,79,77,73,66,55,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2013-12-10" +"39","029","0022","81102",1,40.635275,-80.546642,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,17.338983,7.844634,46,"2013-07-15 00:00",31,"2013-09-19 00:00",29,"2013-06-09 00:00",29,"2013-06-21 00:00","","","","",46,31,29,27,23,17,8,"SCHOOL (EASTSIDE)","500 MARYLAND","Ohio","Columbiana","East Liverpool","East Liverpool-Salem, OH","2014-01-29" +"39","035","0034","44201",1,41.55523,-81.575256,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4968,98,210,214,0,168,0,0,"Certification not required",153,0.046619,0.012157,0.089,"2013-06-21 16:00",0.078,"2013-08-21 14:00",0.075,"2013-06-23 17:00",0.073,"2013-05-15 15:00","","","","",0.075,0.073,0.068,0.063,0.055,0.045,0.033,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","0034","44201",1,41.55523,-81.575256,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5047,98,209,214,0,0,1,1,"Certification not required",0,0.041325,0.012348,0.086,"2013-06-21 11:00",0.073,"2013-08-21 12:00",0.07,"2013-06-23 11:00",0.069,"2013-08-20 11:00","","","","",0.07,0.068,0.062,0.057,0.05,0.04,0.026,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","0034","44201",1,41.55523,-81.575256,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5047,98,209,214,0,0,1,1,"Certification not required",0,0.041325,0.012348,0.086,"2013-06-21 11:00",0.073,"2013-08-21 12:00",0.07,"2013-06-23 11:00",0.069,"2013-08-20 11:00","","","","",0.07,0.068,0.062,0.057,0.05,0.04,0.026,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","0034","68105",1,41.55523,-81.575256,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",112,100,60,61,0,10,"","","Certification not required",0,12.225893,10.479768,31,"2013-09-10 00:00",30.6,"2013-07-18 00:00",29,"2013-07-15 00:00",28.1,"2013-06-24 00:00","","","","",30.6,29,25.8,24.9,21.6,13.9,-2.3,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0034","68108",1,41.55523,-81.575256,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,60,61,0,10,"","","Certification not required",0,749.642857,7.525162,769,"2013-11-24 00:00",767,"2013-12-12 00:00",767,"2013-12-24 00:00",765,"2013-11-12 00:00","","","","",767,767,764,761,753,750,739,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0034","88101",1,41.55523,-81.575256,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,9.504464,5.244807,30.5,"2013-07-09 00:00",24.3,"2013-09-19 00:00",23.7,"2013-01-07 00:00",23.4,"2013-12-03 00:00","","","","",24.3,23.7,20.1,15.4,12.7,8.4,4.2,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0034","88101",1,41.55523,-81.575256,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,9.504464,5.244807,30.5,"2013-07-09 00:00",24.3,"2013-09-19 00:00",23.7,"2013-01-07 00:00",23.4,"2013-12-03 00:00","","","","",24.3,23.7,20.1,15.4,12.7,8.4,4.2,"5TH DISTRICT","891 E. 152 ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","11101",1,41.477011,-81.682383,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,"","","Certification not required",0,55.816667,27.792507,138,"2013-05-22 00:00",116,"2013-04-04 00:00",115,"2013-06-21 00:00",114,"2013-04-10 00:00","","","","",138,116,115,102,70,52,24,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","14103",3,41.477011,-81.682383,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001518,0.00052,0.00222,"2013-09-01 00:00",0.0022,"2013-04-01 00:00",0.00209,"2013-06-01 00:00",0.00173,"2013-07-01 00:00","","","","",0.00222,0.00222,0.00222,0.00222,0.00209,0.00145,0.00107,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14105",3,41.477011,-81.682383,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0545,0.012195,0.088,"2013-04-01 00:00",0.053,"2013-02-01 00:00",0.053,"2013-03-01 00:00",0.052,"2013-01-01 00:00","","","","",0.088,0.088,0.088,0.088,0.053,0.052,0.051,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14110",3,41.477011,-81.682383,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000428,0.000226,0.00081,"2013-04-01 00:00",0.00066,"2013-09-01 00:00",0.00059,"2013-06-01 00:00",0.00051,"2013-05-01 00:00","","","","",0.00081,0.00081,0.00081,0.00081,0.00059,0.00046,0.00023,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14112",3,41.477011,-81.682383,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.004923,0.002903,0.012,"2013-04-01 00:00",0.00646,"2013-09-01 00:00",0.00592,"2013-03-01 00:00",0.00464,"2013-06-01 00:00","","","","",0.012,0.012,0.012,0.012,0.00592,0.00463,0.00251,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14128",3,41.477011,-81.682383,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0096,0.003627,0.015,"2013-04-01 00:00",0.014,"2013-09-01 00:00",0.012,"2013-01-01 00:00",0.011,"2013-07-01 00:00","","","","",0.015,0.015,0.015,0.015,0.012,0.01,0.005,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14129",1,41.477011,-81.682383,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,0,0,"Certification not required",0,0.011118,0.007345,0.039,"2013-09-25 00:00",0.033,"2013-01-16 00:00",0.024,"2013-04-04 00:00",0.022,"2013-06-21 00:00","","","","",0.039,0.033,0.024,0.02,0.015,0.009,0.004,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14132",3,41.477011,-81.682383,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0736,0.040031,0.17,"2013-04-01 00:00",0.095,"2013-06-01 00:00",0.09,"2013-09-01 00:00",0.078,"2013-05-01 00:00","","","","",0.17,0.17,0.17,0.17,0.09,0.066,0.041,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14136",3,41.477011,-81.682383,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.003702,0.001036,0.00521,"2013-06-01 00:00",0.00513,"2013-04-01 00:00",0.00441,"2013-03-01 00:00",0.00385,"2013-09-01 00:00","","","","",0.00521,0.00521,0.00521,0.00521,0.00441,0.00382,0.00298,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","14167",3,41.477011,-81.682383,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0813,0.031408,0.14,"2013-04-01 00:00",0.11,"2013-07-01 00:00",0.099,"2013-09-01 00:00",0.092,"2013-06-01 00:00","","","","",0.14,0.14,0.14,0.14,0.099,0.091,0.048,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0038","17141",1,41.477011,-81.682383,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",11,35,11,31,0,0,"","","Certification not required",0,1049,0,1049,"2013-01-04 00:00",1049,"2013-01-16 00:00",1049,"2013-01-28 00:00",1049,"2013-02-09 00:00","","","","",1049,1049,1049,1049,1049,1049,1049,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","42153",1,41.477011,-81.682383,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.5,0,0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-09 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","42401",2,41.477011,-81.682383,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8583,98,364,365,0,177,2,"","Certification not required",0,12.206044,13.163262,95,"2013-05-16 15:00",88,"2013-08-19 18:00",66,"2013-03-30 02:00",63,"2013-05-13 23:00","","","","",63,43,36,30,17,8,1,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","42401",2,41.477011,-81.682383,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8583,98,364,365,0,177,"","","Certification not required",0,3.442386,5.886039,95,"2013-05-16 15:00",88,"2013-08-19 18:00",66,"2013-03-30 02:00",64,"2013-03-30 03:00","","","","",29,23,14,9,5,1,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","42401",2,41.477011,-81.682383,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,3.448901,3.83501,25.3,"2013-02-18 00:00",25.1,"2013-03-30 00:00",23.4,"2013-02-10 00:00",19.1,"2013-11-05 00:00","","","","",19.1,14,10,7.9,5,2.3,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","42401",2,41.477011,-81.682383,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2814,96,364,365,0,0,"",0,"Certification not required",0,3.431095,5.392374,57.3,"2013-08-19 20:00",52,"2013-03-30 02:00",47.6,"2013-03-30 05:00",44.3,"2013-03-30 08:00","","","","",25.6,22,13.3,8.6,4.6,1.3,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","42406",1,41.477011,-81.682383,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8563,98,362,365,0,197,"","","Certification not required",0,5.374647,9.124135,136,"2013-04-17 14:00",122,"2013-05-16 15:00",113,"2013-07-18 14:00",109,"2013-03-10 20:00","","","","",46,35,22,13,6,3,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","43205",1,41.477011,-81.682383,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.5,2.984962,10.5,"2013-02-09 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00","","","","",10.5,10.5,10.5,0.6,0.6,0.6,0.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43208",1,41.477011,-81.682383,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43212",1,41.477011,-81.682383,"NAD83","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,10.463636,6.941221,26,"2013-05-28 00:00",18.8,"2013-04-10 00:00",13.6,"2013-03-05 00:00",10.4,"2013-05-16 00:00","","","","",26,26,26,18.8,13.6,9.2,2.7,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43218",1,41.477011,-81.682383,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43220",1,41.477011,-81.682383,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,5.809091,5.015268,17.5,"2013-05-28 00:00",13,"2013-05-16 00:00",6.5,"2013-04-10 00:00",5.5,"2013-03-05 00:00","","","","",17.5,17.5,17.5,13,6.5,4.2,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43231",1,41.477011,-81.682383,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,2.354545,2.297113,9,"2013-05-28 00:00",3.1,"2013-05-16 00:00",2.5,"2013-01-16 00:00",2.2,"2013-03-05 00:00","","","","",9,9,9,3.1,2.5,1.4,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43232",1,41.477011,-81.682383,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.645455,0.814081,4.1,"2013-05-28 00:00",1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-28 00:00","","","","",4.1,4.1,4.1,1.4,1.4,1.4,1.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43233",1,41.477011,-81.682383,"NAD83","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43235",1,41.477011,-81.682383,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43238",1,41.477011,-81.682383,"NAD83","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2,0,2,"2013-01-04 00:00",2,"2013-01-16 00:00",2,"2013-01-28 00:00",2,"2013-02-09 00:00","","","","",2,2,2,2,2,2,2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43248",1,41.477011,-81.682383,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.245455,0.150756,1.7,"2013-01-16 00:00",1.2,"2013-01-04 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.7,1.7,1.7,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43335",1,41.477011,-81.682383,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43359",1,41.477011,-81.682383,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0.34641,1.3,"2013-02-09 00:00",1,"2013-01-28 00:00",1,"2013-05-28 00:00",0.7,"2013-05-16 00:00","","","","",1.3,1.3,1.3,1,1,0.4,0.3,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43372",1,41.477011,-81.682383,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-16 00:00",1,"2013-01-28 00:00",1,"2013-02-09 00:00","","","","",1,1,1,1,1,1,1,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43447",1,41.477011,-81.682383,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.718182,2.241793,8.4,"2013-05-28 00:00",1.8,"2013-04-22 00:00",1.4,"2013-03-05 00:00",1.4,"2013-04-10 00:00","","","","",8.4,8.4,8.4,1.8,1.4,0.9,0.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43552",1,41.477011,-81.682383,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,3.9,3.908708,14,"2013-05-28 00:00",8.8,"2013-01-28 00:00",3.2,"2013-03-05 00:00",2.9,"2013-05-16 00:00","","","","",14,14,14,8.8,3.2,2,2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43560",1,41.477011,-81.682383,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43702",1,41.477011,-81.682383,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.445455,0.121356,0.8,"2013-05-28 00:00",0.5,"2013-04-22 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00","","","","",0.8,0.8,0.8,0.5,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43704",1,41.477011,-81.682383,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43801",1,41.477011,-81.682383,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.581818,0.098165,0.8,"2013-05-28 00:00",0.7,"2013-05-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-03-05 00:00","","","","",0.8,0.8,0.8,0.7,0.6,0.6,0.5,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43802",1,41.477011,-81.682383,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.236364,0.06742,0.4,"2013-04-10 00:00",0.3,"2013-03-05 00:00",0.3,"2013-05-16 00:00",0.2,"2013-01-04 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43803",1,41.477011,-81.682383,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43804",1,41.477011,-81.682383,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43805",1,41.477011,-81.682383,"NAD83","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43806",1,41.477011,-81.682383,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43811",1,41.477011,-81.682383,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.309091,0.053936,0.4,"2013-03-05 00:00",0.4,"2013-05-28 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-28 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.3,0.3,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43812",1,41.477011,-81.682383,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43813",1,41.477011,-81.682383,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43814",1,41.477011,-81.682383,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43815",1,41.477011,-81.682383,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43817",1,41.477011,-81.682383,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43818",1,41.477011,-81.682383,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43819",1,41.477011,-81.682383,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43820",1,41.477011,-81.682383,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43821",1,41.477011,-81.682383,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43823",1,41.477011,-81.682383,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.581818,0.098165,0.8,"2013-05-28 00:00",0.7,"2013-04-22 00:00",0.6,"2013-01-28 00:00",0.6,"2013-03-05 00:00","","","","",0.8,0.8,0.8,0.7,0.6,0.6,0.5,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43824",1,41.477011,-81.682383,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43826",1,41.477011,-81.682383,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43828",1,41.477011,-81.682383,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43829",1,41.477011,-81.682383,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43830",1,41.477011,-81.682383,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43832",1,41.477011,-81.682383,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43838",1,41.477011,-81.682383,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43839",1,41.477011,-81.682383,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43841",1,41.477011,-81.682383,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43843",1,41.477011,-81.682383,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43844",1,41.477011,-81.682383,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43860",1,41.477011,-81.682383,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","43954",1,41.477011,-81.682383,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2.2,0,2.2,"2013-01-04 00:00",2.2,"2013-01-16 00:00",2.2,"2013-01-28 00:00",2.2,"2013-02-09 00:00","","","","",2.2,2.2,2.2,2.2,2.2,2.2,2.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45109",1,41.477011,-81.682383,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,3.618182,1.386952,7.8,"2013-05-28 00:00",3.2,"2013-01-04 00:00",3.2,"2013-01-16 00:00",3.2,"2013-01-28 00:00","","","","",7.8,7.8,7.8,3.2,3.2,3.2,3.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45201",1,41.477011,-81.682383,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,2.1,1.330413,5,"2013-05-16 00:00",4.2,"2013-05-28 00:00",2.5,"2013-03-05 00:00",2.3,"2013-01-28 00:00","","","","",5,5,5,4.2,2.5,1.3,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45202",1,41.477011,-81.682383,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,15.718182,21.26588,67.2,"2013-01-28 00:00",42,"2013-02-09 00:00",22.4,"2013-05-28 00:00",18.2,"2013-05-16 00:00","","","","",67.2,67.2,67.2,42,22.4,5,1.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45203",1,41.477011,-81.682383,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.627273,0.090453,1.9,"2013-05-28 00:00",1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00","","","","",1.9,1.9,1.9,1.6,1.6,1.6,1.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45204",1,41.477011,-81.682383,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.7,0.331662,2.7,"2013-05-28 00:00",1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00","","","","",2.7,2.7,2.7,1.6,1.6,1.6,1.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45207",1,41.477011,-81.682383,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45208",1,41.477011,-81.682383,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.9,0.331662,2.9,"2013-05-28 00:00",1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00","","","","",2.9,2.9,2.9,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45209",1,41.477011,-81.682383,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45210",1,41.477011,-81.682383,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45213",1,41.477011,-81.682383,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45220",1,41.477011,-81.682383,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45221",1,41.477011,-81.682383,"NAD83","Benzene,(1-methylethenyl)-","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45801",1,41.477011,-81.682383,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45805",1,41.477011,-81.682383,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45806",1,41.477011,-81.682383,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45807",1,41.477011,-81.682383,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45809",1,41.477011,-81.682383,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.4,0,1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-09 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","45810",1,41.477011,-81.682383,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,35,11,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","0038","68103",6,41.477011,-81.682383,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.788235,9.76708,24.3,"2013-07-15 00:00",22.6,"2013-09-01 00:00",21.8,"2013-08-26 00:00",21.6,"2013-07-21 00:00","","","","",24.3,22.6,21.8,20.9,16.9,10.9,-4.5,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","68104",6,41.477011,-81.682383,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,18.45098,11.936957,34,"2013-06-21 00:00",33.7,"2013-07-03 00:00",33.5,"2013-08-26 00:00",33.3,"2013-07-15 00:00","","","","",34,33.7,33.5,31.8,28.9,20,0.7,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","68105",1,41.477011,-81.682383,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,10,"","","Certification not required",0,10.027679,10.541708,30.1,"2013-07-18 00:00",29.9,"2013-09-10 00:00",27.5,"2013-06-24 00:00",26,"2013-08-26 00:00","","","","",29.9,27.5,25.2,24.2,20.1,9.5,-3.2,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","68105",2,41.477011,-81.682383,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,71,29,41,0,14,"","","Certification not required",0,10.334483,11.766881,25.2,"2013-06-21 00:00",25,"2013-07-03 00:00",24.5,"2013-09-01 00:00",23.9,"2013-08-20 00:00","","","","",25.2,25.2,25,24.5,20.7,12.8,-5.9,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","68105",6,41.477011,-81.682383,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,13.292157,10.73398,29.3,"2013-07-15 00:00",27.3,"2013-08-26 00:00",26,"2013-06-21 00:00",25.9,"2013-05-22 00:00","","","","",29.3,27.3,26,24.9,22.3,15.5,-1.7,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","68106",6,41.477011,-81.682383,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,6,"","","Certification not required",0,739.391304,8.734296,759,"2013-02-21 00:00",757,"2013-04-22 00:00",754,"2013-01-04 00:00",754,"2013-01-10 00:00","","","","",759,759,754,754,742,740,728,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","68107",6,41.477011,-81.682383,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,6,"","","Certification not required",0,752.73913,10.326739,771,"2013-04-22 00:00",770,"2013-01-04 00:00",770,"2013-01-10 00:00",770,"2013-01-16 00:00","","","","",771,771,770,770,757,747,742,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","68108",1,41.477011,-81.682383,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,10,"","","Certification not required",0,745.0625,4.981554,759,"2013-08-17 00:00",757,"2013-08-20 00:00",756,"2013-08-14 00:00",755,"2013-01-10 00:00","","","","",757,756,754,752,749,744,739,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","68108",2,41.477011,-81.682383,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,71,29,41,0,14,"","","Certification not required",0,746.068966,4.50342,755,"2013-11-24 00:00",753,"2013-12-24 00:00",752,"2013-02-09 00:00",752,"2013-11-30 00:00","","","","",755,755,753,752,749,746,740,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","68108",6,41.477011,-81.682383,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,6,"","","Certification not required",0,743.173913,8.959921,769,"2013-02-21 00:00",767,"2013-01-22 00:00",763,"2013-02-09 00:00",757,"2013-04-22 00:00","","","","",769,769,763,756,746,742,734,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","81102",1,41.477011,-81.682383,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",352,100,182,182,0,13,0,0,"Certification not required",0,25.34375,12.65715,76,"2013-05-15 00:00",62,"2013-12-04 00:00",61,"2013-02-18 00:00",59,"2013-05-31 00:00","","","","",59,54,49,43,33,24,11,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","88101",1,41.477011,-81.682383,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,12.0875,5.926595,30.4,"2013-01-07 00:00",28.6,"2013-12-03 00:00",26.4,"2013-11-30 00:00",24.3,"2013-09-19 00:00","","","","",28.6,26.4,22.6,19,16.4,11.3,4.7,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","88101",1,41.477011,-81.682383,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,12.0875,5.926595,30.4,"2013-01-07 00:00",28.6,"2013-12-03 00:00",26.4,"2013-11-30 00:00",24.3,"2013-09-19 00:00","","","","",28.6,26.4,22.6,19,16.4,11.3,4.7,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","88101",2,41.477011,-81.682383,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,71,29,41,0,14,0,0,"Certification not required",0,12.537931,6.325595,25.8,"2013-09-19 00:00",24.9,"2013-11-30 00:00",20,"2013-07-03 00:00",20,"2013-08-20 00:00","","","","",25.8,25.8,24.9,20,16.9,11.4,3.5,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","88101",2,41.477011,-81.682383,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,71,29,41,0,14,"","","Certification not required",0,12.537931,6.325595,25.8,"2013-09-19 00:00",24.9,"2013-11-30 00:00",20,"2013-07-03 00:00",20,"2013-08-20 00:00","","","","",25.8,25.8,24.9,20,16.9,11.4,3.5,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0038","88102",6,41.477011,-81.682383,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.020479,0.004539,0.028,"2013-07-03 00:00",0.026,"2013-04-22 00:00",0.026,"2013-05-04 00:00",0.026,"2013-05-28 00:00","","","","",0.028,0.028,0.026,0.026,0.0255,0.021,0.014,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88103",6,41.477011,-81.682383,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000688,0.00117,0.005,"2013-09-25 00:00",0.004,"2013-05-28 00:00",0.004,"2013-06-21 00:00",0.002,"2013-02-09 00:00","","","","",0.005,0.005,0.004,0.002,0.001,0,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88104",6,41.477011,-81.682383,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",20,0.041177,0.063605,0.423,"2013-07-15 00:00",0.114,"2013-04-28 00:00",0.108,"2013-06-21 00:00",0.099,"2013-06-27 00:00","","","","",0.423,0.423,0.108,0.089,0.048,0.024,0.0065,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88107",6,41.477011,-81.682383,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.006798,0.005297,0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0144,"2013-05-28 00:00",0.0125,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0144,0.0117,0.0055,0.005,0.0039,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88109",6,41.477011,-81.682383,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",10,0.004151,0.002759,0.0134,"2013-09-25 00:00",0.0111,"2013-01-28 00:00",0.009,"2013-01-10 00:00",0.0083,"2013-03-05 00:00","","","","",0.0134,0.0134,0.009,0.0076,0.0056,0.004,0.0009,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88110",6,41.477011,-81.682383,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001854,0.004084,0.015,"2013-06-27 00:00",0.013,"2013-01-28 00:00",0.013,"2013-09-07 00:00",0.012,"2013-08-26 00:00","","","","",0.015,0.015,0.013,0.011,0.001,0,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88111",6,41.477011,-81.682383,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.097221,0.076392,0.46,"2013-05-04 00:00",0.259,"2013-06-21 00:00",0.227,"2013-07-15 00:00",0.181,"2013-09-07 00:00","","","","",0.46,0.46,0.227,0.162,0.131,0.0843,0.0339,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88112",6,41.477011,-81.682383,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.005292,0.011812,0.081,"2013-09-19 00:00",0.022,"2013-10-01 00:00",0.013,"2013-07-15 00:00",0.009,"2013-07-03 00:00","","","","",0.081,0.081,0.013,0.008,0.005,0.003,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88113",6,41.477011,-81.682383,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",25,0.001552,0.001228,0.0052,"2013-03-11 00:00",0.0043,"2013-06-21 00:00",0.0043,"2013-07-15 00:00",0.004,"2013-09-25 00:00","","","","",0.0052,0.0052,0.0043,0.0036,0.0021,0.001,0.00055,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88114",6,41.477011,-81.682383,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.008663,0.004976,0.026,"2013-09-25 00:00",0.0183,"2013-10-01 00:00",0.0159,"2013-01-10 00:00",0.0152,"2013-05-28 00:00","","","","",0.026,0.026,0.0159,0.0151,0.0128,0.0076,0.0029,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88115",6,41.477011,-81.682383,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",8,0.060764,0.0877,0.364,"2013-01-04 00:00",0.298,"2013-01-28 00:00",0.293,"2013-01-22 00:00",0.245,"2013-03-23 00:00","","","","",0.364,0.364,0.293,0.233,0.062,0.0283,0.0039,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88117",6,41.477011,-81.682383,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005381,0.008016,0.0435,"2013-02-15 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-07-21 00:00",0.00485,"2013-08-26 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0048,0.0034,0.0028,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88118",6,41.477011,-81.682383,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.009235,0.006236,0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88126",6,41.477011,-81.682383,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.415454,0.377779,1.37,"2013-03-11 00:00",1.26,"2013-06-09 00:00",1.22,"2013-06-21 00:00",1.21,"2013-04-22 00:00","","","","",1.37,1.37,1.22,1.18,0.638,0.316,0.0486,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88128",6,41.477011,-81.682383,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.004729,0.006314,0.031,"2013-01-16 00:00",0.028,"2013-09-25 00:00",0.011,"2013-01-10 00:00",0.011,"2013-04-28 00:00","","","","",0.031,0.031,0.011,0.011,0.008,0.003,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88131",6,41.477011,-81.682383,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010792,0.003658,0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-28 00:00",0.0165,"2013-07-27 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.0165,0.011,0.007,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88132",6,41.477011,-81.682383,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.008938,0.009061,0.041,"2013-06-21 00:00",0.029,"2013-07-27 00:00",0.029,"2013-11-06 00:00",0.024,"2013-04-22 00:00","","","","",0.041,0.041,0.029,0.021,0.014,0.006,0.001,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88136",6,41.477011,-81.682383,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000792,0.001051,0.004,"2013-01-10 00:00",0.004,"2013-07-15 00:00",0.003,"2013-03-05 00:00",0.003,"2013-06-21 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88140",6,41.477011,-81.682383,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.024371,0.035479,0.173,"2013-11-06 00:00",0.143,"2013-05-04 00:00",0.089,"2013-04-28 00:00",0.0868,"2013-04-22 00:00","","","","",0.173,0.173,0.089,0.0741,0.0252,0.009,0.0055,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88152",6,41.477011,-81.682383,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.005848,0.002333,0.018,"2013-06-21 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00","","","","",0.018,0.018,0.008,0.008,0.008,0.005,0.0045,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88154",6,41.477011,-81.682383,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",35,0.001707,0.001296,0.006,"2013-06-21 00:00",0.0055,"2013-07-03 00:00",0.0042,"2013-09-25 00:00",0.004,"2013-06-09 00:00","","","","",0.006,0.006,0.0042,0.0038,0.0023,0.00125,0.00065,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88160",6,41.477011,-81.682383,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.01401,0.004103,0.027,"2013-06-27 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-04 00:00",0.018,"2013-05-28 00:00","","","","",0.027,0.027,0.018,0.018,0.018,0.016,0.01,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88161",6,41.477011,-81.682383,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",33,0.003915,0.003028,0.016,"2013-07-15 00:00",0.0115,"2013-06-27 00:00",0.0111,"2013-09-07 00:00",0.0085,"2013-06-21 00:00","","","","",0.016,0.016,0.0111,0.008,0.0054,0.0025,0.0021,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88164",6,41.477011,-81.682383,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001594,0.000216,0.0019,"2013-02-09 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88165",6,41.477011,-81.682383,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.12901,0.097839,0.53,"2013-07-15 00:00",0.331,"2013-05-04 00:00",0.289,"2013-05-22 00:00",0.269,"2013-04-28 00:00","","","","",0.53,0.53,0.289,0.268,0.17,0.1,0.042,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88166",6,41.477011,-81.682383,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.00955,0.005403,0.019,"2013-07-27 00:00",0.019,"2013-10-19 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-04 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0185,0.0075,0.0042,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88167",6,41.477011,-81.682383,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.036934,0.03454,0.132,"2013-06-21 00:00",0.12,"2013-11-06 00:00",0.118,"2013-07-27 00:00",0.0978,"2013-09-25 00:00","","","","",0.132,0.132,0.118,0.0963,0.0537,0.0246,0.007,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88168",6,41.477011,-81.682383,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.001634,0.002268,0.0168,"2013-06-09 00:00",0.0028,"2013-07-03 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-04 00:00","","","","",0.0168,0.0168,0.00175,0.00175,0.00175,0.00115,0.00085,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88169",6,41.477011,-81.682383,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.92984,0.631091,3.54,"2013-09-19 00:00",2,"2013-09-01 00:00",1.92,"2013-06-09 00:00",1.9,"2013-07-27 00:00","","","","",3.54,3.54,1.92,1.72,1.27,0.791,0.346,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88176",6,41.477011,-81.682383,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.0012,0.000723,0.005,"2013-06-09 00:00",0.0033,"2013-07-03 00:00",0.0027,"2013-02-27 00:00",0.0016,"2013-06-15 00:00","","","","",0.005,0.005,0.0027,0.0013,0.0013,0.001,0.0007,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88180",6,41.477011,-81.682383,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.102767,0.08473,0.409,"2013-06-09 00:00",0.359,"2013-07-03 00:00",0.252,"2013-04-28 00:00",0.224,"2013-03-11 00:00","","","","",0.409,0.409,0.252,0.205,0.136,0.0839,0.0181,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88184",6,41.477011,-81.682383,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.088667,0.067105,0.272,"2013-01-28 00:00",0.242,"2013-01-04 00:00",0.241,"2013-03-11 00:00",0.173,"2013-03-05 00:00","","","","",0.272,0.272,0.241,0.172,0.143,0.072,0.0155,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88185",6,41.477011,-81.682383,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",43,0.00488,0.004307,0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-28 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88301",6,41.477011,-81.682383,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,1.031737,0.831538,4.33,"2013-09-19 00:00",2.56,"2013-01-16 00:00",2.34,"2013-08-20 00:00",2.32,"2013-01-10 00:00","","","","",4.33,4.33,2.34,2.11,1.5,0.994,0.155,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88302",6,41.477011,-81.682383,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.134202,0.091435,0.53,"2013-01-04 00:00",0.326,"2013-03-23 00:00",0.3,"2013-03-11 00:00",0.26,"2013-09-25 00:00","","","","",0.53,0.53,0.3,0.231,0.186,0.115,0.045,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88303",6,41.477011,-81.682383,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.076626,0.073094,0.369,"2013-07-03 00:00",0.333,"2013-06-09 00:00",0.26,"2013-03-11 00:00",0.135,"2013-04-28 00:00","","","","",0.369,0.369,0.26,0.132,0.097,0.066,0.012,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88306",6,41.477011,-81.682383,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.38498,1.408517,7.1,"2013-01-10 00:00",5.61,"2013-01-16 00:00",4.2,"2013-01-04 00:00",4.18,"2013-02-03 00:00","","","","",7.1,7.1,4.2,3.78,1.45,1.05,0.25,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88355",6,41.477011,-81.682383,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.493776,1.20939,5.08,"2013-06-15 00:00",4.71,"2013-06-21 00:00",4.38,"2013-07-03 00:00",4.35,"2013-04-28 00:00","","","","",5.08,5.08,4.38,4.24,3.28,2.63,0.956,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88357",6,41.477011,-81.682383,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.499184,0.278654,1.28,"2013-09-25 00:00",1.14,"2013-07-03 00:00",0.956,"2013-06-21 00:00",0.888,"2013-04-10 00:00","","","","",1.28,1.28,0.956,0.863,0.659,0.454,0.131,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88370",6,41.477011,-81.682383,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.215633,1.044921,4.5,"2013-06-15 00:00",3.97,"2013-04-28 00:00",3.95,"2013-06-21 00:00",3.86,"2013-07-03 00:00","","","","",4.5,4.5,3.95,3.52,3.03,2.19,0.873,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88374",6,41.477011,-81.682383,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.216898,0.129999,0.524,"2013-07-03 00:00",0.486,"2013-03-05 00:00",0.482,"2013-03-23 00:00",0.476,"2013-09-19 00:00","","","","",0.524,0.524,0.482,0.432,0.282,0.195,0.062,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88375",6,41.477011,-81.682383,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.634449,0.326588,1.44,"2013-06-15 00:00",1.32,"2013-04-28 00:00",1.22,"2013-06-21 00:00",1.17,"2013-07-03 00:00","","","","",1.44,1.44,1.22,1.11,0.797,0.658,0.226,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88376",6,41.477011,-81.682383,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.669469,0.388438,1.82,"2013-06-15 00:00",1.46,"2013-04-28 00:00",1.34,"2013-01-28 00:00",1.29,"2013-06-09 00:00","","","","",1.82,1.82,1.34,1.29,0.786,0.613,0.189,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88377",6,41.477011,-81.682383,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.515939,0.274787,1.04,"2013-06-21 00:00",1.01,"2013-01-28 00:00",1.01,"2013-06-15 00:00",0.917,"2013-07-21 00:00","","","","",1.04,1.04,1.01,0.905,0.731,0.487,0.162,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88378",6,41.477011,-81.682383,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",9,0.179204,0.14487,0.617,"2013-08-20 00:00",0.469,"2013-08-26 00:00",0.425,"2013-05-16 00:00",0.42,"2013-07-09 00:00","","","","",0.617,0.617,0.425,0.403,0.249,0.183,0.001,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88380",6,41.477011,-81.682383,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.777653,0.420666,1.72,"2013-06-21 00:00",1.67,"2013-07-03 00:00",1.42,"2013-08-20 00:00",1.37,"2013-09-25 00:00","","","","",1.72,1.72,1.42,1.36,1.02,0.798,0.187,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88383",6,41.477011,-81.682383,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.900082,0.43884,1.96,"2013-08-20 00:00",1.87,"2013-06-21 00:00",1.65,"2013-07-03 00:00",1.46,"2013-09-19 00:00","","","","",1.96,1.96,1.65,1.43,1.17,0.937,0.297,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88384",6,41.477011,-81.682383,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.056324,0.027663,0.128,"2013-06-03 00:00",0.119,"2013-06-21 00:00",0.113,"2013-07-15 00:00",0.113,"2013-08-26 00:00","","","","",0.128,0.128,0.113,0.1,0.0715,0.0525,0.0266,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88385",6,41.477011,-81.682383,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.001118,0.000515,0.00411,"2013-05-16 00:00",0.00261,"2013-11-06 00:00",0.00208,"2013-10-19 00:00",0.001,"2013-01-04 00:00","","","","",0.00411,0.00411,0.00208,0.001,0.001,0.001,0.001,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88388",6,41.477011,-81.682383,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.457735,0.287809,1.36,"2013-08-20 00:00",1.04,"2013-06-21 00:00",0.95,"2013-09-19 00:00",0.911,"2013-08-26 00:00","","","","",1.36,1.36,0.95,0.907,0.612,0.402,0.146,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88403",6,41.477011,-81.682383,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.624532,1.958728,11.2,"2013-09-19 00:00",6.16,"2013-08-20 00:00",5.84,"2013-06-09 00:00",5.5,"2013-09-01 00:00","","","","",11.2,11.2,5.84,5.46,3.36,2.31,0.94,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0038","88502",6,41.477011,-81.682383,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,12.96875,6.101174,27.8,"2013-09-19 00:00",22.7,"2013-06-21 00:00",22.2,"2013-06-09 00:00",21.5,"2013-01-28 00:00","","","","",27.8,27.8,22.2,20.7,17.8,14,4.4,"ST. THEODO","2547 ST TIKHON","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0042","11101",1,41.4823,-81.708906,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,"","","Certification not required",0,41.137931,19.102171,89,"2013-05-04 00:00",86,"2013-04-10 00:00",83,"2013-05-22 00:00",76,"2013-06-21 00:00","","","","",89,86,83,70,54,38,20,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0042","14103",3,41.4823,-81.708906,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001869,0.000841,0.00292,"2013-09-01 00:00",0.00292,"2013-10-01 00:00",0.00281,"2013-06-01 00:00",0.00243,"2013-04-01 00:00","","","","",0.00292,0.00292,0.00292,0.00292,0.00281,0.00175,0.00117,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14105",3,41.4823,-81.708906,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0582,0.005287,0.068,"2013-08-01 00:00",0.068,"2013-09-01 00:00",0.058,"2013-04-01 00:00",0.057,"2013-02-01 00:00","","","","",0.068,0.068,0.068,0.068,0.058,0.056,0.055,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14110",3,41.4823,-81.708906,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000458,0.000192,0.00068,"2013-09-01 00:00",0.00068,"2013-10-01 00:00",0.00063,"2013-06-01 00:00",0.0006,"2013-01-01 00:00","","","","",0.00068,0.00068,0.00068,0.00068,0.00063,0.00058,0.00028,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14112",3,41.4823,-81.708906,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002614,0.00089,0.0037,"2013-04-01 00:00",0.00356,"2013-09-01 00:00",0.00356,"2013-10-01 00:00",0.00314,"2013-03-01 00:00","","","","",0.0037,0.0037,0.0037,0.0037,0.00356,0.00255,0.0017,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14128",3,41.4823,-81.708906,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0117,0.004785,0.019,"2013-09-01 00:00",0.019,"2013-10-01 00:00",0.015,"2013-04-01 00:00",0.012,"2013-06-01 00:00","","","","",0.019,0.019,0.019,0.019,0.015,0.011,0.008,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14129",1,41.4823,-81.708906,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,0,0,"Certification not required",0,0.011188,0.007547,0.045,"2013-09-25 00:00",0.03,"2013-04-04 00:00",0.021,"2013-06-21 00:00",0.02,"2013-06-03 00:00","","","","",0.045,0.045,0.021,0.02,0.014,0.01,0.004,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14129",2,41.4823,-81.708906,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,0,0,"Certification not required",0,0.01096,0.008025,0.05,"2013-09-25 00:00",0.028,"2013-04-04 00:00",0.022,"2013-06-21 00:00",0.02,"2013-05-22 00:00","","","","",0.05,0.05,0.022,0.02,0.014,0.01,0.004,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14132",3,41.4823,-81.708906,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0294,0.010319,0.049,"2013-04-01 00:00",0.036,"2013-03-01 00:00",0.035,"2013-05-01 00:00",0.032,"2013-09-01 00:00","","","","",0.049,0.049,0.049,0.049,0.035,0.032,0.021,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14136",3,41.4823,-81.708906,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002558,0.000477,0.00306,"2013-04-01 00:00",0.00303,"2013-03-01 00:00",0.00279,"2013-09-01 00:00",0.00279,"2013-10-01 00:00","","","","",0.00306,0.00306,0.00306,0.00306,0.00279,0.00274,0.00182,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0042","14167",3,41.4823,-81.708906,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0587,0.019799,0.099,"2013-04-01 00:00",0.073,"2013-09-01 00:00",0.073,"2013-10-01 00:00",0.061,"2013-06-01 00:00","","","","",0.099,0.099,0.099,0.099,0.073,0.059,0.043,"FS 4","3136 LORAIN AVE., F.S. 4","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0045","42401",1,41.471782,-81.656792,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ecotech Serinus 50",2013,"Parts per billion","No Events",8501,97,363,365,0,259,0,"","Certification not required",0,4.173554,5.125515,53,"2013-05-16 15:00",44,"2013-07-02 13:00",44,"2013-08-19 18:00",18,"2013-03-27 14:00","","","","",18,15,11,8,5,3,0,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","42401",1,41.471782,-81.656792,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ecotech Serinus 50",2013,"Parts per billion","No Events",8501,97,363,365,0,259,"","","Certification not required",0,1.14763,2.121368,53,"2013-05-16 15:00",44,"2013-07-02 13:00",44,"2013-08-19 18:00",41,"2013-08-19 19:00","","","","",8,6,4,3,2,0,0,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","42401",1,41.471782,-81.656792,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.153719,1.150741,8.7,"2013-07-02 00:00",6.7,"2013-08-19 00:00",6.3,"2013-05-16 00:00",4.9,"2013-01-15 00:00","","","","",4.9,4.3,3.2,2.6,1.6,0.9,0,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","42401",1,41.471782,-81.656792,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2734,94,361,365,0,0,"",0,"Certification not required",0,1.119276,1.911097,37.3,"2013-08-19 20:00",36.6,"2013-07-02 14:00",23.6,"2013-05-16 17:00",20.6,"2013-07-02 17:00","","","","",7,5.3,4,3,1.6,0.6,0,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","42406",1,41.471782,-81.656792,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ecotech Serinus 50",2013,"Parts per billion","No Events",8481,97,362,365,0,255,"","","Certification not required",0,2.048108,3.000322,70,"2013-05-16 15:00",59,"2013-05-16 13:00",55,"2013-07-02 13:00",54,"2013-07-02 15:00","","","","",13,10,6,4,2,1,0,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","68105",1,41.471782,-81.656792,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",112,100,59,61,0,10,"","","Certification not required",0,11.123214,10.622906,29.8,"2013-09-10 00:00",29.5,"2013-07-18 00:00",28.3,"2013-07-15 00:00",27,"2013-06-24 00:00","","","","",29.5,28.3,25.2,23.7,20.5,12.8,-2.8,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","68108",1,41.471782,-81.656792,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,59,61,0,10,"","","Certification not required",0,743.919643,6.799759,759,"2013-11-12 00:00",757,"2013-11-03 00:00",757,"2013-11-21 00:00",756,"2013-10-25 00:00","","","","",757,757,753,752,749,745,735,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","81102",1,41.471782,-81.656792,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,24.2,8.188044,48,"2013-05-16 00:00",39,"2013-08-20 00:00",38,"2013-03-23 00:00",37,"2013-08-26 00:00","","","","",48,39,38,35,30,25,13,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","88101",1,41.471782,-81.656792,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,11.222321,5.209723,28.6,"2013-01-07 00:00",25.2,"2013-09-19 00:00",23.7,"2013-12-03 00:00",22.6,"2013-06-12 00:00","","","","",25.2,23.7,20.9,17.5,14,10.9,5.4,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0045","88101",1,41.471782,-81.656792,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,11.222321,5.209723,28.6,"2013-01-07 00:00",25.2,"2013-09-19 00:00",23.7,"2013-12-03 00:00",22.6,"2013-06-12 00:00","","","","",25.2,23.7,20.9,17.5,14,10.9,5.4,"FIRE (CLEVELAND)","4950 BROADWAY AVE.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0049","11101",1,41.446342,-81.6507,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,"","","Certification not required",0,69.362069,36.25238,203,"2013-05-22 00:00",165,"2013-05-16 00:00",137,"2013-04-10 00:00",124,"2013-04-04 00:00","","","","",203,165,137,113,88,62,32,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0049","14103",1,41.446342,-81.6507,"NAD83","Arsenic (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.003043,0.000532,0.00492,"2013-05-10 00:00",0.00479,"2013-06-09 00:00",0.00425,"2013-04-28 00:00",0.0042,"2013-06-21 00:00","","","","",0.00492,0.00492,0.00425,0.00389,0.00312,0.00281,0.00271,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14103",2,41.446342,-81.6507,"NAD83","Arsenic (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.003022,0.000664,0.00516,"2013-05-04 00:00",0.00438,"2013-06-09 00:00",0.00405,"2013-09-07 00:00",0.00403,"2013-06-21 00:00","","","","",0.00516,0.00516,0.00405,0.00399,0.00328,0.00281,0.0027,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14103",3,41.446342,-81.6507,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001943,0.000617,0.00279,"2013-05-01 00:00",0.00257,"2013-04-01 00:00",0.00239,"2013-06-01 00:00",0.00235,"2013-07-01 00:00","","","","",0.00279,0.00279,0.00279,0.00279,0.00239,0.00203,0.00115,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14105",1,41.446342,-81.6507,"NAD83","Beryllium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.275857,0.005208,0.292,"2013-02-03 00:00",0.285,"2013-01-22 00:00",0.285,"2013-02-21 00:00",0.283,"2013-02-15 00:00","","","","",0.292,0.292,0.285,0.283,0.278,0.276,0.269,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14105",2,41.446342,-81.6507,"NAD83","Beryllium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.273979,0.005204,0.288,"2013-01-22 00:00",0.283,"2013-02-03 00:00",0.282,"2013-01-10 00:00",0.282,"2013-02-21 00:00","","","","",0.288,0.288,0.282,0.281,0.278,0.273,0.268,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14105",3,41.446342,-81.6507,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0675,0.01871,0.097,"2013-05-01 00:00",0.094,"2013-01-01 00:00",0.085,"2013-04-01 00:00",0.076,"2013-08-01 00:00","","","","",0.097,0.097,0.097,0.097,0.085,0.057,0.054,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14110",1,41.446342,-81.6507,"NAD83","Cadmium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.002177,0.002064,0.0124,"2013-02-27 00:00",0.00587,"2013-01-16 00:00",0.00467,"2013-10-07 00:00",0.00461,"2013-10-19 00:00","","","","",0.0124,0.0124,0.00467,0.00441,0.00326,0.00159,0.00051,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14110",2,41.446342,-81.6507,"NAD83","Cadmium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.001906,0.001425,0.0059,"2013-01-16 00:00",0.00472,"2013-10-07 00:00",0.0045,"2013-10-19 00:00",0.00448,"2013-05-28 00:00","","","","",0.0059,0.0059,0.0045,0.00445,0.00275,0.00146,0.0005,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14110",3,41.446342,-81.6507,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002096,0.000914,0.00382,"2013-01-01 00:00",0.00298,"2013-02-01 00:00",0.00264,"2013-05-01 00:00",0.00246,"2013-10-01 00:00","","","","",0.00382,0.00382,0.00382,0.00382,0.00264,0.00225,0.00126,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14112",1,41.446342,-81.6507,"NAD83","Chromium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.009398,0.005015,0.0241,"2013-05-16 00:00",0.023,"2013-03-23 00:00",0.0193,"2013-04-10 00:00",0.0169,"2013-04-04 00:00","","","","",0.0241,0.0241,0.0193,0.016,0.0131,0.0082,0.00374,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14112",2,41.446342,-81.6507,"NAD83","Chromium (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.009694,0.004942,0.0226,"2013-03-23 00:00",0.0225,"2013-05-16 00:00",0.0198,"2013-04-10 00:00",0.0178,"2013-04-04 00:00","","","","",0.0226,0.0226,0.0198,0.0162,0.0129,0.00893,0.00395,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14112",3,41.446342,-81.6507,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00695,0.001957,0.00947,"2013-05-01 00:00",0.00926,"2013-08-01 00:00",0.00909,"2013-04-01 00:00",0.00831,"2013-03-01 00:00","","","","",0.00947,0.00947,0.00947,0.00947,0.00909,0.0075,0.00494,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14126",1,41.446342,-81.6507,"NAD83","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,1.439388,0.91202,3.6,"2013-04-04 00:00",3.6,"2013-04-10 00:00",3.5,"2013-08-20 00:00",3.3,"2013-05-16 00:00","","","","",3.6,3.6,3.5,3.3,1.7,1.2,0.51,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14126",2,41.446342,-81.6507,"NAD83","Iron (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,1.451667,0.946636,3.8,"2013-04-10 00:00",3.7,"2013-04-04 00:00",3.6,"2013-05-16 00:00",3.5,"2013-06-21 00:00","","","","",3.8,3.8,3.6,3.3,1.8,1.1,0.51,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14128",3,41.446342,-81.6507,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0148,0.0077,0.034,"2013-05-01 00:00",0.018,"2013-04-01 00:00",0.018,"2013-08-01 00:00",0.015,"2013-06-01 00:00","","","","",0.034,0.034,0.034,0.034,0.018,0.013,0.008,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14129",1,41.446342,-81.6507,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,0,0,"Certification not required",0,0.016388,0.01169,0.07,"2013-05-28 00:00",0.04,"2013-08-20 00:00",0.035,"2013-06-21 00:00",0.033,"2013-05-22 00:00","","","","",0.07,0.07,0.035,0.032,0.021,0.014,0.006,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14129",2,41.446342,-81.6507,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,0,0,"Certification not required",0,0.016417,0.012176,0.074,"2013-05-28 00:00",0.04,"2013-08-20 00:00",0.034,"2013-06-21 00:00",0.033,"2013-04-04 00:00","","","","",0.074,0.074,0.034,0.033,0.021,0.013,0.006,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14132",1,41.446342,-81.6507,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.233163,0.165873,0.84,"2013-02-27 00:00",0.61,"2013-05-16 00:00",0.59,"2013-10-07 00:00",0.49,"2013-08-26 00:00","","","","",0.84,0.84,0.59,0.44,0.32,0.19,0.063,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14132",2,41.446342,-81.6507,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.222271,0.139047,0.64,"2013-05-16 00:00",0.58,"2013-10-07 00:00",0.45,"2013-04-10 00:00",0.42,"2013-05-22 00:00","","","","",0.64,0.64,0.45,0.41,0.31,0.19,0.06,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14132",3,41.446342,-81.6507,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1849,0.06685,0.28,"2013-02-01 00:00",0.28,"2013-05-01 00:00",0.24,"2013-08-01 00:00",0.2,"2013-01-01 00:00","","","","",0.28,0.28,0.28,0.28,0.24,0.2,0.11,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14136",1,41.446342,-81.6507,"NAD83","Nickel (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.101608,0.151325,0.987,"2013-02-27 00:00",0.301,"2013-10-07 00:00",0.289,"2013-01-16 00:00",0.239,"2013-05-04 00:00","","","","",0.987,0.987,0.289,0.213,0.12,0.0553,0.0108,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14136",2,41.446342,-81.6507,"NAD83","Nickel (TSP) LC","24 HOUR","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.078737,0.073475,0.304,"2013-10-07 00:00",0.289,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.195,"2013-05-28 00:00","","","","",0.304,0.304,0.2,0.19,0.116,0.0565,0.0117,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14136",3,41.446342,-81.6507,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0862,0.058511,0.211,"2013-02-01 00:00",0.148,"2013-01-01 00:00",0.119,"2013-05-01 00:00",0.104,"2013-10-01 00:00","","","","",0.211,0.211,0.211,0.211,0.119,0.0584,0.0428,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14167",1,41.446342,-81.6507,"NAD83","Zinc (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,"","","Certification not required",0,0.179102,0.11923,0.55,"2013-08-26 00:00",0.49,"2013-07-09 00:00",0.43,"2013-10-01 00:00",0.41,"2013-10-19 00:00","","","","",0.55,0.55,0.43,0.36,0.24,0.16,0.063,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14167",2,41.446342,-81.6507,"NAD83","Zinc (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.178042,0.110223,0.52,"2013-07-09 00:00",0.43,"2013-10-01 00:00",0.4,"2013-10-19 00:00",0.36,"2013-10-07 00:00","","","","",0.52,0.52,0.4,0.33,0.24,0.16,0.064,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0049","14167",3,41.446342,-81.6507,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1486,0.050375,0.23,"2013-08-01 00:00",0.2,"2013-05-01 00:00",0.19,"2013-10-01 00:00",0.17,"2013-07-01 00:00","","","","",0.23,0.23,0.23,0.23,0.19,0.16,0.088,"FERRO","E. 56TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0051","42101",1,41.504661,-81.690186,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8327,95,365,365,0,433,0,0,"Certification not required",3384,0.958304,0.986181,8.5,"2013-11-24 16:00",7.8,"2013-09-08 16:00",7.3,"2013-09-06 10:00",6.8,"2013-11-26 18:00","","","","",4.5,4,3.1,2.3,1.3,0.5,0.25,"GALLERIA","1301 E. 9TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0051","42101",1,41.504661,-81.690186,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8702,99,360,365,0,0,0,0,"Certification not required",0,0.96425,0.792279,4.7,"2013-11-22 16:00",4.6,"2013-04-23 19:00",4.6,"2013-04-23 20:00",4.6,"2013-09-06 17:00",4.7,"2013-11-22 16:00",4.6,"2013-04-23 19:00",3.5,3.1,2.7,2.1,1.4,0.7,0.3,"GALLERIA","1301 E. 9TH ST.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","11101",1,41.492117,-81.678449,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,"","","Certification not required",0,83.237288,43.991119,211,"2013-06-21 00:00",192,"2013-05-22 00:00",165,"2013-08-20 00:00",157,"2013-07-03 00:00","","","","",211,192,165,151,117,72,32,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","14103",3,41.492117,-81.678449,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001824,0.000623,0.00286,"2013-09-01 00:00",0.00238,"2013-04-01 00:00",0.00226,"2013-06-01 00:00",0.00199,"2013-07-01 00:00","","","","",0.00286,0.00286,0.00286,0.00286,0.00226,0.00194,0.00116,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14105",3,41.492117,-81.678449,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0899,0.030878,0.139,"2013-09-01 00:00",0.135,"2013-07-01 00:00",0.107,"2013-05-01 00:00",0.093,"2013-04-01 00:00","","","","",0.139,0.139,0.139,0.139,0.107,0.092,0.066,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14110",3,41.492117,-81.678449,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000608,0.000278,0.00113,"2013-04-01 00:00",0.00087,"2013-06-01 00:00",0.00086,"2013-09-01 00:00",0.00072,"2013-05-01 00:00","","","","",0.00113,0.00113,0.00113,0.00113,0.00086,0.00058,0.00033,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14112",3,41.492117,-81.678449,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.007323,0.003142,0.0135,"2013-04-01 00:00",0.00999,"2013-06-01 00:00",0.00914,"2013-09-01 00:00",0.00876,"2013-07-01 00:00","","","","",0.0135,0.0135,0.0135,0.0135,0.00914,0.00717,0.00343,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14128",3,41.492117,-81.678449,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0126,0.004088,0.017,"2013-04-01 00:00",0.017,"2013-09-01 00:00",0.016,"2013-01-01 00:00",0.015,"2013-05-01 00:00","","","","",0.017,0.017,0.017,0.017,0.016,0.014,0.006,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14129",1,41.492117,-81.678449,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,0,0,"Certification not required",0,0.014245,0.00951,0.052,"2013-09-25 00:00",0.04,"2013-01-10 00:00",0.031,"2013-08-20 00:00",0.027,"2013-06-21 00:00","","","","",0.052,0.052,0.031,0.026,0.018,0.012,0.005,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14132",3,41.492117,-81.678449,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1157,0.049531,0.17,"2013-04-01 00:00",0.17,"2013-09-01 00:00",0.16,"2013-06-01 00:00",0.16,"2013-07-01 00:00","","","","",0.17,0.17,0.17,0.17,0.16,0.13,0.054,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14136",3,41.492117,-81.678449,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.005674,0.001997,0.00858,"2013-06-01 00:00",0.00823,"2013-07-01 00:00",0.00718,"2013-04-01 00:00",0.00683,"2013-09-01 00:00","","","","",0.00858,0.00858,0.00858,0.00858,0.00718,0.00547,0.00369,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","14167",3,41.492117,-81.678449,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1037,0.033387,0.15,"2013-04-01 00:00",0.13,"2013-07-01 00:00",0.13,"2013-09-01 00:00",0.12,"2013-06-01 00:00","","","","",0.15,0.15,0.15,0.15,0.13,0.11,0.065,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0060","42101",1,41.492117,-81.678449,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8231,94,364,365,0,529,0,0,"Certification not required",18,0.241232,0.122632,2.407,"2013-01-22 10:00",1.341,"2013-09-27 07:00",1.2,"2013-10-08 08:00",1.182,"2013-07-26 07:00","","","","",0.717,0.613,0.469,0.378,0.276,0.206,0.142,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42101",1,41.492117,-81.678449,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8350,95,355,365,0,0,0,0,"Certification not required",0,0.244275,0.097619,1,"2013-03-23 07:00",1,"2013-03-23 08:00",0.9,"2013-03-23 04:00",0.9,"2013-03-23 05:00",1,"2013-03-23 07:00",0.8,"2013-03-09 06:00",0.6,0.5,0.4,0.4,0.3,0.2,0.2,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",1,41.492117,-81.678449,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8252,94,362,365,0,508,2,"","Certification not required",0,8.972376,13.619658,111,"2013-07-18 13:00",79,"2013-08-19 18:00",75,"2013-05-16 15:00",66,"2013-03-29 13:00","","","","",66,47,35,28,10,4,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",1,41.492117,-81.678449,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8252,94,362,365,0,508,"","","Certification not required",0,2.251212,5.750712,111,"2013-07-18 13:00",101,"2013-07-18 14:00",79,"2013-08-19 18:00",75,"2013-05-16 15:00","","","","",31,23,11,5,2,1,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",1,41.492117,-81.678449,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,2.233702,3.458759,24.3,"2013-03-22 00:00",20.3,"2013-03-14 00:00",18.3,"2013-04-02 00:00",17.2,"2013-07-18 00:00","","","","",17.2,14,9.3,5.4,2.5,1,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",1,41.492117,-81.678449,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2533,87,358,365,0,0,"",0,"Certification not required",0,2.273904,5.3778,87.6,"2013-07-18 14:00",48.6,"2013-08-19 20:00",44.3,"2013-03-14 08:00",43.6,"2013-03-29 14:00","","","","",28.3,22,10.6,5.3,1.6,1,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",2,41.492117,-81.678449,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8230,94,362,365,0,530,1,"","Certification not required",0,9.057459,12.872712,83.2,"2013-08-19 18:00",73,"2013-05-16 15:00",66.9,"2013-03-29 13:00",63.4,"2013-02-24 14:00","","","","",63.4,47.6,36.9,28.2,10.4,3.9,0.3,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",2,41.492117,-81.678449,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8230,94,362,365,0,530,"","","Certification not required",0,2.250571,5.501249,83.2,"2013-08-19 18:00",73,"2013-05-16 15:00",66.9,"2013-03-29 13:00",63.4,"2013-02-24 14:00","","","","",31.2,23.1,10.4,5,1.6,0.6,0.1,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",2,41.492117,-81.678449,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,2.253591,3.39793,24.4,"2013-03-22 00:00",20.6,"2013-03-14 00:00",18.7,"2013-04-02 00:00",16.8,"2013-12-05 00:00","","","","",16.8,13.9,9.7,5.9,2.6,1.1,0.1,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42401",2,41.492117,-81.678449,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2525,86,354,365,0,0,"",0,"Certification not required",0,2.266693,5.119431,51.1,"2013-08-19 20:00",44.2,"2013-03-29 14:00",44.1,"2013-03-14 08:00",43,"2013-02-24 14:00","","","","",28.5,21,10.8,5.3,1.7,0.6,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42406",1,41.492117,-81.678449,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8238,94,364,365,0,522,"","","Certification not required",0,3.967711,10.787818,362,"2013-07-15 10:00",196,"2013-07-18 14:00",167,"2013-07-18 13:00",159,"2013-05-16 15:00","","","","",49,41,21,8,2,1,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42600",1,41.492117,-81.678449,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8158,93,355,365,0,601,"","","Certification not required",0,21.264109,20.490064,211.2,"2013-01-10 08:00",211,"2013-09-26 07:00",209.7,"2013-09-26 06:00",207.3,"2013-10-29 06:00","","","","",116.7,81,56.8,41.5,25.6,15.3,6.3,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42601",1,41.492117,-81.678449,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8211,94,362,365,0,549,"","","Certification not required",0,8.483863,16.447749,276,"2013-09-26 07:00",227,"2013-01-10 08:00",211,"2013-09-26 06:00",202,"2013-01-10 09:00","","","","",87,58,30,19,9,4,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42601",2,41.492117,-81.678449,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",8155,93,355,365,0,605,"","","Certification not required",0,7.396836,14.432771,211.8,"2013-09-26 07:00",200.5,"2013-09-26 06:00",194,"2013-10-28 07:00",192.5,"2013-10-28 08:00","","","","",74.5,50,26,16.6,8.1,3,0.3,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42602",1,41.492117,-81.678449,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8211,94,362,365,0,549,0,"","Certification not required",0,24.58011,11.843412,94,"2013-10-02 23:00",82,"2013-10-03 01:00",67,"2013-03-11 19:00",66,"2013-02-26 06:00","","","","",66,53,45,40,31,22,12,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42602",1,41.492117,-81.678449,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8211,94,362,365,0,549,"","","Certification not required",0,12.89916,8.341307,94,"2013-10-02 23:00",82,"2013-10-03 01:00",78,"2013-10-03 02:00",69,"2013-10-03 03:00","","","","",41,36,29,24,17,11,5,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","42603",1,41.492117,-81.678449,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8211,94,362,365,0,549,"","","Certification not required",0,21.646085,22.01632,314,"2013-09-26 07:00",287,"2013-10-02 23:00",268,"2013-01-10 08:00",247,"2013-10-03 01:00","","","","",122,87,57,42,26,15,6,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","44201",1,41.492117,-81.678449,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8215,98,209,214,0,545,0,0,"Certification not required",1128,0.039033,0.012901,0.072,"2013-06-21 18:00",0.068,"2013-08-21 16:00",0.065,"2013-08-18 13:00",0.062,"2013-06-22 18:00","","","","",0.065,0.061,0.058,0.055,0.048,0.042,0.033,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","44201",1,41.492117,-81.678449,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8485,95,203,214,0,0,0,0,"Certification not required",0,0.034044,0.012625,0.066,"2013-06-21 12:00",0.06,"2013-08-21 11:00",0.058,"2013-08-20 09:00",0.057,"2013-06-22 11:00","","","","",0.058,0.057,0.052,0.05,0.043,0.037,0.03,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","44201",1,41.492117,-81.678449,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8485,95,203,214,0,0,0,0,"Certification not required",0,0.034044,0.012625,0.066,"2013-06-21 12:00",0.06,"2013-08-21 11:00",0.058,"2013-08-20 09:00",0.057,"2013-06-22 11:00","","","","",0.058,0.057,0.052,0.05,0.043,0.037,0.03,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","68103",5,41.492117,-81.678449,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,9.294186,9.194274,25.7,"2013-07-18 00:00",25,"2013-09-10 00:00",22.5,"2013-06-24 00:00",22.2,"2013-08-29 00:00","","","","",25.7,25,22.1,20.6,17.3,11.9,-4.3,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68103",6,41.492117,-81.678449,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",47,77,44,61,0,5,"","","Certification not required",0,10.808511,8.708562,22.5,"2013-06-27 00:00",22.5,"2013-09-01 00:00",22.1,"2013-06-24 00:00",21.7,"2013-07-21 00:00","","","","",22.5,22.5,22.1,21.4,18.3,13.2,-2.7,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68104",5,41.492117,-81.678449,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,17.87907,10.717771,36,"2013-09-10 00:00",34.1,"2013-07-18 00:00",33.9,"2013-06-24 00:00",31.4,"2013-07-06 00:00","","","","",36,34.1,31,29.7,27,19.8,1.4,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68104",6,41.492117,-81.678449,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",47,77,44,61,0,5,"","","Certification not required",0,19.934043,10.05812,33.9,"2013-06-27 00:00",33,"2013-06-24 00:00",31.3,"2013-07-03 00:00",31,"2013-07-09 00:00","","","","",33.9,33.9,31.3,30.9,28.3,21.5,3.4,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68105",1,41.492117,-81.678449,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,11.034711,11.13843,30.5,"2013-07-18 00:00",30.4,"2013-09-10 00:00",29.2,"2013-07-15 00:00",27.9,"2013-06-24 00:00","","","","",30.4,29.2,25.4,24.6,21.4,11.8,-3.9,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","68105",5,41.492117,-81.678449,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,13.288372,9.702182,30.1,"2013-09-10 00:00",29.9,"2013-07-18 00:00",28.1,"2013-06-24 00:00",25.2,"2013-05-22 00:00","","","","",30.1,29.9,24.9,24.2,21.1,15.1,-1.1,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68105",6,41.492117,-81.678449,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",47,77,44,61,0,5,"","","Certification not required",0,15.038298,9.225922,28.1,"2013-06-27 00:00",27.5,"2013-06-24 00:00",25.6,"2013-05-22 00:00",24.9,"2013-07-09 00:00","","","","",28.1,28.1,25.6,24.8,22.2,18,0.1,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68106",5,41.492117,-81.678449,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,736.011628,4.577423,746,"2013-02-09 00:00",745,"2013-02-21 00:00",743,"2013-01-10 00:00",743,"2013-03-29 00:00","","","","",746,745,743,741,739,736,730,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68106",6,41.492117,-81.678449,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,42,61,0,7,"","","Certification not required",0,741.8,4.736704,752,"2013-02-09 00:00",749,"2013-01-10 00:00",749,"2013-04-22 00:00",747,"2013-01-04 00:00","","","","",752,752,749,747,744,742,737,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68107",5,41.492117,-81.678449,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,742.465116,4.562501,755,"2013-01-10 00:00",754,"2013-04-22 00:00",753,"2013-04-04 00:00",750,"2013-02-09 00:00","","","","",755,754,750,749,745,742,738,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68107",6,41.492117,-81.678449,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,42,61,0,7,"","","Certification not required",0,747.311111,4.645732,759,"2013-01-10 00:00",758,"2013-04-22 00:00",756,"2013-04-04 00:00",755,"2013-02-09 00:00","","","","",759,759,756,753,749,747,743,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68108",1,41.492117,-81.678449,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,743.859504,4.541119,755,"2013-11-24 00:00",754,"2013-01-10 00:00",753,"2013-03-08 00:00",753,"2013-11-12 00:00","","","","",754,753,751,750,747,743,739,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","68108",5,41.492117,-81.678449,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,738.511628,4.174838,749,"2013-01-10 00:00",748,"2013-02-09 00:00",748,"2013-10-28 00:00",747,"2013-02-21 00:00","","","","",749,748,746,744,740,739,733,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","68108",6,41.492117,-81.678449,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",47,77,44,61,0,5,"","","Certification not required",0,743.957447,4.442666,755,"2013-01-10 00:00",753,"2013-02-09 00:00",752,"2013-04-22 00:00",750,"2013-03-29 00:00","","","","",755,755,752,749,746,744,738,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","81102",1,41.492117,-81.678449,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,41.75,23.45253,109,"2013-09-07 00:00",99,"2013-08-26 00:00",95,"2013-06-21 00:00",86,"2013-05-22 00:00","","","","",109,99,95,86,54,36,17,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","81102",3,41.492117,-81.678449,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8637,99,361,365,0,122,"","","Certification not required",0,27.315503,25.110823,330,"2013-09-27 08:00",295,"2013-04-07 08:00",287,"2013-09-26 07:00",277,"2013-02-11 16:00","","","","",127,102,70,52,34,21,8,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","81102",3,41.492117,-81.678449,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",361,99,361,365,0,0,0,0,"Certification not required",0,26.858726,14.97292,74,"2013-04-07 00:00",73,"2013-04-18 00:00",72,"2013-06-21 00:00",71,"2013-08-30 00:00","","","","",71,65,58,49,34,23,11,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","85101",1,41.492117,-81.678449,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",1,30.448276,16.146797,75,"2013-05-22 00:00",75,"2013-06-21 00:00",74,"2013-04-07 00:00",64,"2013-08-17 00:00","","","","",75,74,63,53,41,28,12,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","86101",1,41.492117,-81.678449,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,18.138793,12.342537,63.4,"2013-05-22 00:00",57.1,"2013-04-07 00:00",52.5,"2013-06-21 00:00",44.6,"2013-08-17 00:00","","","","",57.1,52.5,41.8,35.9,26.5,16,5.5,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-04" +"39","035","0060","88101",1,41.492117,-81.678449,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,12.16281,5.700265,27.5,"2013-09-19 00:00",27.3,"2013-01-07 00:00",26,"2013-06-12 00:00",24.6,"2013-07-18 00:00","","","","",27.3,26,22.5,19.4,15.3,11.5,5.2,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","88101",1,41.492117,-81.678449,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,12.16281,5.700265,27.5,"2013-09-19 00:00",27.3,"2013-01-07 00:00",26,"2013-06-12 00:00",24.6,"2013-07-18 00:00","","","","",27.3,26,22.5,19.4,15.3,11.5,5.2,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","88101",3,41.492117,-81.678449,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8653,99,365,365,0,107,"","","Certification not required",0,12.03341,8.613766,116.6,"2013-06-21 19:00",93.9,"2013-06-21 08:00",85.8,"2013-06-21 07:00",75.6,"2013-08-30 05:00","","","","",37.6,33,27.7,23.2,16.7,10.4,2.8,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","88101",3,41.492117,-81.678449,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,1,1,"Certification not required",0,11.992562,6.050754,42.7,"2013-06-21 00:00",32.8,"2013-06-22 00:00",28.8,"2013-06-12 00:00",27.9,"2013-08-21 00:00","","","","",27.9,25.7,21.9,20,16.2,11.4,4.8,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","88101",3,41.492117,-81.678449,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,11.992562,6.050754,42.7,"2013-06-21 00:00",32.8,"2013-06-22 00:00",28.8,"2013-06-12 00:00",27.9,"2013-08-21 00:00","","","","",27.9,25.7,21.9,20,16.2,11.4,4.8,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0060","88102",5,41.492117,-81.678449,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",78,0.019898,0.006641,0.047,"2013-08-05 00:00",0.042,"2013-02-24 00:00",0.039,"2013-07-18 00:00",0.033,"2013-06-09 00:00","","","","",0.047,0.042,0.03,0.026,0.021,0.0195,0.014,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88102",6,41.492117,-81.678449,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",43,0.020307,0.008244,0.064,"2013-04-04 00:00",0.026,"2013-03-17 00:00",0.026,"2013-04-22 00:00",0.026,"2013-05-04 00:00","","","","",0.064,0.064,0.026,0.026,0.021,0.0195,0.014,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88103",5,41.492117,-81.678449,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.001036,0.001573,0.007,"2013-03-20 00:00",0.006,"2013-06-09 00:00",0.005,"2013-01-10 00:00",0.005,"2013-03-29 00:00","","","","",0.007,0.006,0.005,0.003,0.002,0,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88103",6,41.492117,-81.678449,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.001295,0.00185,0.006,"2013-06-09 00:00",0.006,"2013-09-25 00:00",0.005,"2013-03-23 00:00",0.005,"2013-04-28 00:00","","","","",0.006,0.006,0.005,0.004,0.002,0,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88104",5,41.492117,-81.678449,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",27,0.04044,0.045165,0.302,"2013-09-25 00:00",0.192,"2013-07-18 00:00",0.148,"2013-05-16 00:00",0.125,"2013-05-28 00:00","","","","",0.302,0.192,0.115,0.083,0.047,0.03,0.0065,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88104",6,41.492117,-81.678449,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",14,0.037352,0.035058,0.197,"2013-08-23 00:00",0.102,"2013-06-24 00:00",0.099,"2013-05-16 00:00",0.086,"2013-06-27 00:00","","","","",0.197,0.197,0.099,0.08,0.048,0.032,0.0065,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88107",5,41.492117,-81.678449,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",78,0.007294,0.006568,0.0295,"2013-01-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-08-17 00:00","","","","",0.0295,0.0295,0.0295,0.0132,0.0055,0.005,0.005,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88107",6,41.492117,-81.678449,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",43,0.006795,0.006347,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00",0.0127,"2013-04-22 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88109",5,41.492117,-81.678449,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",13,0.004719,0.003184,0.0188,"2013-07-30 00:00",0.0123,"2013-04-07 00:00",0.0111,"2013-01-28 00:00",0.0103,"2013-02-03 00:00","","","","",0.0188,0.0123,0.0098,0.009,0.0066,0.0043,0.00115,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88109",6,41.492117,-81.678449,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",7,0.005285,0.004374,0.0205,"2013-03-23 00:00",0.0171,"2013-02-15 00:00",0.0145,"2013-01-16 00:00",0.0139,"2013-01-04 00:00","","","","",0.0205,0.0205,0.0145,0.0099,0.0072,0.0043,0.0009,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88110",5,41.492117,-81.678449,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.001988,0.004391,0.018,"2013-03-23 00:00",0.016,"2013-05-28 00:00",0.014,"2013-03-11 00:00",0.014,"2013-03-17 00:00","","","","",0.018,0.016,0.013,0.009,0.001,0,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88110",6,41.492117,-81.678449,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.001614,0.003871,0.016,"2013-06-09 00:00",0.013,"2013-07-09 00:00",0.013,"2013-08-05 00:00",0.009,"2013-08-14 00:00","","","","",0.016,0.016,0.013,0.005,0,0,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88111",5,41.492117,-81.678449,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",5,0.109688,0.102738,0.53,"2013-08-17 00:00",0.415,"2013-05-28 00:00",0.308,"2013-06-15 00:00",0.306,"2013-06-24 00:00","","","","",0.53,0.415,0.292,0.261,0.159,0.075,0.019,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88111",6,41.492117,-81.678449,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.111616,0.080052,0.316,"2013-08-20 00:00",0.275,"2013-04-04 00:00",0.26,"2013-05-28 00:00",0.239,"2013-04-22 00:00","","","","",0.316,0.316,0.26,0.224,0.174,0.0974,0.029,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88112",5,41.492117,-81.678449,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.007084,0.015299,0.083,"2013-09-16 00:00",0.078,"2013-10-10 00:00",0.057,"2013-10-04 00:00",0.055,"2013-09-19 00:00","","","","",0.083,0.078,0.046,0.008,0.005,0.003,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88112",6,41.492117,-81.678449,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.007045,0.017074,0.101,"2013-10-01 00:00",0.05,"2013-10-04 00:00",0.036,"2013-09-25 00:00",0.016,"2013-10-13 00:00","","","","",0.101,0.101,0.036,0.01,0.005,0.003,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88113",5,41.492117,-81.678449,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",53,0.001287,0.000971,0.0048,"2013-01-10 00:00",0.0046,"2013-03-14 00:00",0.0035,"2013-03-20 00:00",0.0034,"2013-04-04 00:00","","","","",0.0048,0.0046,0.0031,0.0027,0.0018,0.0007,0.00055,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88113",6,41.492117,-81.678449,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",27,0.001325,0.000999,0.004,"2013-03-23 00:00",0.0037,"2013-02-27 00:00",0.0037,"2013-09-25 00:00",0.0033,"2013-02-15 00:00","","","","",0.004,0.004,0.0037,0.003,0.0018,0.0007,0.00065,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88114",5,41.492117,-81.678449,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",8,0.00803,0.008622,0.0639,"2013-09-01 00:00",0.033,"2013-09-25 00:00",0.0319,"2013-03-14 00:00",0.0201,"2013-03-29 00:00","","","","",0.0639,0.033,0.0199,0.0152,0.0091,0.006,0.002,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88114",6,41.492117,-81.678449,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",3,0.011464,0.017271,0.114,"2013-09-01 00:00",0.035,"2013-03-23 00:00",0.0238,"2013-09-25 00:00",0.0236,"2013-02-15 00:00","","","","",0.114,0.114,0.0238,0.0184,0.012,0.0087,0.0025,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88115",5,41.492117,-81.678449,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",21,0.044229,0.081764,0.479,"2013-03-23 00:00",0.335,"2013-03-05 00:00",0.31,"2013-04-10 00:00",0.282,"2013-01-28 00:00","","","","",0.479,0.335,0.231,0.103,0.0346,0.0166,0.00385,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88115",6,41.492117,-81.678449,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",13,0.070695,0.14229,0.701,"2013-02-15 00:00",0.564,"2013-03-23 00:00",0.366,"2013-03-05 00:00",0.193,"2013-04-04 00:00","","","","",0.701,0.701,0.366,0.174,0.0667,0.0241,0.0025,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88117",5,41.492117,-81.678449,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.006778,0.010336,0.0435,"2013-01-16 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-06-18 00:00",0.0435,"2013-08-17 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88117",6,41.492117,-81.678449,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",44,0.006617,0.010076,0.0435,"2013-01-10 00:00",0.0435,"2013-03-23 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-15 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88118",5,41.492117,-81.678449,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.009489,0.00649,0.023,"2013-01-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88118",6,41.492117,-81.678449,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",44,0.008382,0.00616,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88126",5,41.492117,-81.678449,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.270564,0.206943,1.19,"2013-09-25 00:00",0.704,"2013-04-04 00:00",0.654,"2013-10-10 00:00",0.639,"2013-05-28 00:00","","","","",1.19,0.704,0.604,0.543,0.414,0.237,0.0422,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88126",6,41.492117,-81.678449,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.331659,0.22555,1.24,"2013-09-25 00:00",0.77,"2013-03-23 00:00",0.726,"2013-04-04 00:00",0.606,"2013-05-28 00:00","","","","",1.24,1.24,0.726,0.588,0.44,0.292,0.0742,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88128",5,41.492117,-81.678449,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.004976,0.006469,0.041,"2013-10-10 00:00",0.033,"2013-09-25 00:00",0.015,"2013-03-14 00:00",0.015,"2013-06-12 00:00","","","","",0.041,0.033,0.014,0.01,0.007,0.003,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88128",6,41.492117,-81.678449,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.006182,0.006939,0.042,"2013-09-25 00:00",0.015,"2013-02-15 00:00",0.015,"2013-03-23 00:00",0.014,"2013-06-09 00:00","","","","",0.042,0.042,0.015,0.012,0.009,0.005,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88131",5,41.492117,-81.678449,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.009572,0.003156,0.0165,"2013-03-11 00:00",0.0165,"2013-04-10 00:00",0.0165,"2013-06-03 00:00",0.0165,"2013-06-12 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88131",6,41.492117,-81.678449,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",43,0.010261,0.00411,0.023,"2013-10-04 00:00",0.0165,"2013-03-17 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00","","","","",0.023,0.023,0.0165,0.0165,0.011,0.008,0.007,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88132",5,41.492117,-81.678449,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.006313,0.00599,0.036,"2013-05-19 00:00",0.021,"2013-09-25 00:00",0.019,"2013-05-28 00:00",0.016,"2013-04-04 00:00","","","","",0.036,0.021,0.016,0.013,0.009,0.005,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88132",6,41.492117,-81.678449,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.008318,0.005356,0.021,"2013-09-25 00:00",0.018,"2013-07-27 00:00",0.017,"2013-04-04 00:00",0.016,"2013-01-04 00:00","","","","",0.021,0.021,0.017,0.016,0.013,0.008,0.001,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88136",5,41.492117,-81.678449,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.001711,0.002051,0.01,"2013-03-14 00:00",0.008,"2013-03-20 00:00",0.007,"2013-02-24 00:00",0.007,"2013-07-18 00:00","","","","",0.01,0.008,0.006,0.004,0.003,0.001,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88136",6,41.492117,-81.678449,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.001614,0.002404,0.011,"2013-03-23 00:00",0.01,"2013-02-15 00:00",0.006,"2013-08-20 00:00",0.005,"2013-03-29 00:00","","","","",0.011,0.011,0.006,0.004,0.002,0.001,0,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88140",5,41.492117,-81.678449,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",65,0.012846,0.014636,0.0826,"2013-07-27 00:00",0.075,"2013-04-04 00:00",0.048,"2013-09-25 00:00",0.044,"2013-06-15 00:00","","","","",0.0826,0.075,0.043,0.029,0.009,0.006,0.0055,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88140",6,41.492117,-81.678449,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",28,0.014574,0.01454,0.072,"2013-04-04 00:00",0.057,"2013-05-28 00:00",0.0412,"2013-07-27 00:00",0.0388,"2013-04-22 00:00","","","","",0.072,0.072,0.0412,0.038,0.0186,0.009,0.0055,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88152",5,41.492117,-81.678449,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",80,0.005858,0.001737,0.012,"2013-03-20 00:00",0.011,"2013-10-10 00:00",0.008,"2013-01-13 00:00",0.008,"2013-01-31 00:00","","","","",0.012,0.011,0.008,0.008,0.008,0.0055,0.0045,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88152",6,41.492117,-81.678449,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",43,0.006013,0.00215,0.015,"2013-07-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00","","","","",0.015,0.015,0.008,0.008,0.008,0.0055,0.0045,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88154",5,41.492117,-81.678449,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",64,0.001901,0.002142,0.0125,"2013-02-24 00:00",0.0104,"2013-03-14 00:00",0.0088,"2013-03-20 00:00",0.0069,"2013-03-29 00:00","","","","",0.0125,0.0104,0.006,0.004,0.0013,0.00125,0.00065,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88154",6,41.492117,-81.678449,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",32,0.001999,0.00266,0.0163,"2013-03-23 00:00",0.0078,"2013-02-15 00:00",0.0074,"2013-03-29 00:00",0.004,"2013-05-16 00:00","","","","",0.0163,0.0163,0.0074,0.0033,0.0016,0.00125,0.00065,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88160",5,41.492117,-81.678449,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",78,0.013735,0.005662,0.037,"2013-04-28 00:00",0.034,"2013-04-04 00:00",0.032,"2013-05-13 00:00",0.027,"2013-08-17 00:00","","","","",0.037,0.034,0.024,0.0185,0.016,0.01,0.01,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88160",6,41.492117,-81.678449,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",41,0.014023,0.006193,0.035,"2013-04-10 00:00",0.034,"2013-01-10 00:00",0.028,"2013-09-01 00:00",0.018,"2013-03-17 00:00","","","","",0.035,0.035,0.028,0.018,0.018,0.01,0.01,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88161",5,41.492117,-81.678449,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",56,0.004447,0.00342,0.0156,"2013-01-16 00:00",0.015,"2013-09-25 00:00",0.0137,"2013-08-17 00:00",0.0114,"2013-06-12 00:00","","","","",0.0156,0.015,0.0113,0.009,0.007,0.0025,0.00215,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88161",6,41.492117,-81.678449,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",24,0.005032,0.00347,0.0126,"2013-03-23 00:00",0.012,"2013-01-16 00:00",0.0117,"2013-05-16 00:00",0.0117,"2013-10-28 00:00","","","","",0.0126,0.0126,0.0117,0.0113,0.008,0.00265,0.0021,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88164",5,41.492117,-81.678449,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",77,0.001791,0.000782,0.0055,"2013-08-05 00:00",0.0046,"2013-03-14 00:00",0.0046,"2013-07-03 00:00",0.004,"2013-01-28 00:00","","","","",0.0055,0.0046,0.004,0.0019,0.0019,0.0016,0.0015,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88164",6,41.492117,-81.678449,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",42,0.001727,0.000658,0.0057,"2013-02-15 00:00",0.0022,"2013-03-23 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00","","","","",0.0057,0.0057,0.0019,0.0019,0.0019,0.0016,0.0015,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88165",5,41.492117,-81.678449,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",3,0.120454,0.088978,0.438,"2013-07-18 00:00",0.387,"2013-05-16 00:00",0.373,"2013-05-28 00:00",0.354,"2013-06-24 00:00","","","","",0.438,0.387,0.283,0.216,0.156,0.115,0.021,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88165",6,41.492117,-81.678449,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.130455,0.074267,0.339,"2013-05-16 00:00",0.295,"2013-06-24 00:00",0.272,"2013-04-04 00:00",0.26,"2013-05-28 00:00","","","","",0.339,0.339,0.272,0.214,0.177,0.123,0.0343,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88166",5,41.492117,-81.678449,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.007761,0.004528,0.019,"2013-04-10 00:00",0.019,"2013-06-12 00:00",0.019,"2013-07-27 00:00",0.019,"2013-08-20 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88166",6,41.492117,-81.678449,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",44,0.008625,0.005217,0.019,"2013-09-16 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-05-04 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88167",5,41.492117,-81.678449,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",7,0.035023,0.035824,0.22,"2013-01-10 00:00",0.137,"2013-05-04 00:00",0.1,"2013-04-04 00:00",0.1,"2013-09-25 00:00","","","","",0.22,0.137,0.0981,0.0705,0.0545,0.0241,0.0033,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88167",6,41.492117,-81.678449,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",1,0.045791,0.040318,0.208,"2013-01-10 00:00",0.135,"2013-05-04 00:00",0.112,"2013-09-25 00:00",0.1,"2013-04-04 00:00","","","","",0.208,0.208,0.112,0.0847,0.0656,0.0401,0.0057,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88168",5,41.492117,-81.678449,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",77,0.001726,0.002637,0.0202,"2013-03-05 00:00",0.0139,"2013-06-30 00:00",0.0085,"2013-05-13 00:00",0.004,"2013-07-18 00:00","","","","",0.0202,0.0139,0.0026,0.00175,0.00155,0.00115,0.00085,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88168",6,41.492117,-81.678449,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",40,0.00207,0.00369,0.0237,"2013-03-05 00:00",0.0113,"2013-09-25 00:00",0.003,"2013-08-23 00:00",0.003,"2013-10-28 00:00","","","","",0.0237,0.0237,0.003,0.00175,0.00175,0.00115,0.00085,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88169",5,41.492117,-81.678449,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.940173,0.615312,3.84,"2013-09-19 00:00",2.48,"2013-07-18 00:00",2.19,"2013-06-12 00:00",2.16,"2013-09-10 00:00","","","","",3.84,2.48,1.98,1.71,1.22,0.774,0.429,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88169",6,41.492117,-81.678449,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,1.103116,0.751435,3.57,"2013-09-19 00:00",3.54,"2013-03-23 00:00",2.17,"2013-08-20 00:00",2.13,"2013-02-15 00:00","","","","",3.57,3.57,2.17,1.88,1.55,0.877,0.461,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88176",5,41.492117,-81.678449,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",81,0.000989,0.000292,0.0026,"2013-02-24 00:00",0.0019,"2013-10-19 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-03-11 00:00","","","","",0.0026,0.0019,0.0013,0.0013,0.001,0.0009,0.0007,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88176",6,41.492117,-81.678449,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",42,0.001034,0.000238,0.0016,"2013-10-13 00:00",0.0015,"2013-03-29 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-03-17 00:00","","","","",0.0016,0.0016,0.0013,0.0013,0.0013,0.001,0.0007,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88180",5,41.492117,-81.678449,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",2,0.085017,0.049616,0.215,"2013-07-03 00:00",0.204,"2013-03-14 00:00",0.175,"2013-09-07 00:00",0.163,"2013-06-15 00:00","","","","",0.215,0.204,0.158,0.146,0.121,0.084,0.018,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88180",6,41.492117,-81.678449,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",0,0.10225,0.064584,0.316,"2013-03-23 00:00",0.262,"2013-02-15 00:00",0.199,"2013-09-07 00:00",0.197,"2013-07-03 00:00","","","","",0.316,0.316,0.199,0.167,0.137,0.098,0.0218,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88184",5,41.492117,-81.678449,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",31,0.073825,0.062586,0.324,"2013-02-06 00:00",0.249,"2013-01-10 00:00",0.21,"2013-02-21 00:00",0.197,"2013-05-04 00:00","","","","",0.324,0.249,0.189,0.159,0.108,0.054,0.0195,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88184",6,41.492117,-81.678449,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",16,0.089557,0.077842,0.361,"2013-03-23 00:00",0.252,"2013-02-15 00:00",0.217,"2013-03-05 00:00",0.212,"2013-05-04 00:00","","","","",0.361,0.361,0.217,0.185,0.128,0.066,0.0155,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88185",5,41.492117,-81.678449,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",79,0.003426,0.00365,0.014,"2013-06-09 00:00",0.0118,"2013-01-10 00:00",0.0115,"2013-03-11 00:00",0.0115,"2013-04-10 00:00","","","","",0.014,0.0118,0.0115,0.0115,0.0023,0.00165,0.0014,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88185",6,41.492117,-81.678449,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",44,72,41,61,0,8,"","","Certification not required",40,0.004438,0.004533,0.0169,"2013-04-10 00:00",0.0117,"2013-03-05 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-04-22 00:00","","","","",0.0169,0.0169,0.0115,0.0115,0.0115,0.00225,0.0014,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88301",5,41.492117,-81.678449,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,1.0148,0.734585,3.88,"2013-09-19 00:00",3.55,"2013-06-12 00:00",2.58,"2013-03-23 00:00",2.53,"2013-02-24 00:00","","","","",3.88,3.55,2.13,1.81,1.5,0.908,0.265,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88301",6,41.492117,-81.678449,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,44,61,0,5,"","","Certification not required",1,1.375606,1.327174,7.29,"2013-03-23 00:00",5.43,"2013-01-04 00:00",3.6,"2013-02-15 00:00",3.31,"2013-09-19 00:00","","","","",7.29,7.29,3.6,2.97,1.74,0.983,0.333,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88302",5,41.492117,-81.678449,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.100026,0.070304,0.439,"2013-02-06 00:00",0.394,"2013-02-24 00:00",0.273,"2013-03-05 00:00",0.246,"2013-02-21 00:00","","","","",0.439,0.394,0.23,0.155,0.124,0.084,0.0357,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88302",6,41.492117,-81.678449,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,44,61,0,5,"","","Certification not required",1,0.111638,0.072855,0.398,"2013-03-23 00:00",0.293,"2013-02-15 00:00",0.265,"2013-03-05 00:00",0.2,"2013-07-21 00:00","","","","",0.398,0.398,0.265,0.182,0.15,0.0966,0.032,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88303",5,41.492117,-81.678449,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",13,0.057335,0.03809,0.162,"2013-02-24 00:00",0.157,"2013-03-29 00:00",0.153,"2013-07-06 00:00",0.135,"2013-03-11 00:00","","","","",0.162,0.157,0.131,0.113,0.076,0.053,0.012,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88303",6,41.492117,-81.678449,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,44,61,0,5,"","","Certification not required",4,0.072449,0.054249,0.292,"2013-01-04 00:00",0.208,"2013-03-23 00:00",0.183,"2013-03-11 00:00",0.142,"2013-02-15 00:00","","","","",0.292,0.292,0.183,0.135,0.09,0.063,0.016,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88306",5,41.492117,-81.678449,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,1.363198,1.138201,5.51,"2013-01-10 00:00",4.95,"2013-01-16 00:00",4.87,"2013-06-12 00:00",3.94,"2013-03-23 00:00","","","","",5.51,4.95,3.67,3.02,1.47,1.04,0.364,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88306",6,41.492117,-81.678449,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,44,61,0,5,"","","Certification not required",0,1.967553,2.27626,12.9,"2013-01-04 00:00",7.09,"2013-03-23 00:00",5.74,"2013-01-16 00:00",5.46,"2013-01-10 00:00","","","","",12.9,12.9,5.74,5.27,2.39,1.23,0.436,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88355",5,41.492117,-81.678449,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,2.399104,1.202799,5.14,"2013-09-10 00:00",4.96,"2013-08-17 00:00",4.45,"2013-04-28 00:00",4.25,"2013-10-31 00:00","","","","",5.14,4.96,4.25,4.01,3.46,2.38,0.933,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88355",6,41.492117,-81.678449,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,2.868333,1.298818,7.23,"2013-04-28 00:00",4.09,"2013-08-20 00:00",4.05,"2013-09-07 00:00",3.95,"2013-10-28 00:00","","","","",7.23,7.23,4.09,4.05,3.72,2.87,1.27,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88357",5,41.492117,-81.678449,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,0.816821,0.576738,2.68,"2013-09-25 00:00",2.55,"2013-10-10 00:00",2.54,"2013-10-28 00:00",2.07,"2013-08-17 00:00","","","","",2.68,2.55,2.07,1.57,1.07,0.639,0.236,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88357",6,41.492117,-81.678449,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,0.794042,0.402156,1.96,"2013-09-25 00:00",1.6,"2013-10-28 00:00",1.19,"2013-08-20 00:00",1.16,"2013-08-08 00:00","","","","",1.96,1.96,1.6,1.19,1.01,0.748,0.357,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88370",5,41.492117,-81.678449,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,2.158791,1.121347,4.78,"2013-09-10 00:00",4.54,"2013-08-17 00:00",4.18,"2013-08-20 00:00",3.99,"2013-04-28 00:00","","","","",4.78,4.54,3.99,3.73,3.16,2.04,0.826,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88370",6,41.492117,-81.678449,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,2.51725,1.175428,6.56,"2013-04-28 00:00",3.58,"2013-08-20 00:00",3.42,"2013-09-07 00:00",3.42,"2013-10-28 00:00","","","","",6.56,6.56,3.58,3.42,3.12,2.55,1.09,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88374",5,41.492117,-81.678449,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,0.176522,0.12869,0.651,"2013-09-10 00:00",0.541,"2013-09-25 00:00",0.515,"2013-01-10 00:00",0.413,"2013-08-29 00:00","","","","",0.651,0.541,0.413,0.366,0.231,0.155,0.054,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88374",6,41.492117,-81.678449,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,0.220583,0.175989,0.818,"2013-04-28 00:00",0.43,"2013-10-28 00:00",0.422,"2013-10-31 00:00",0.377,"2013-05-28 00:00","","","","",0.818,0.818,0.43,0.422,0.326,0.18,0.06,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88375",5,41.492117,-81.678449,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,0.628373,0.331421,1.39,"2013-08-17 00:00",1.33,"2013-08-20 00:00",1.23,"2013-09-10 00:00",1.2,"2013-09-19 00:00","","","","",1.39,1.33,1.2,1.1,0.909,0.58,0.239,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88375",6,41.492117,-81.678449,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,0.756083,0.337429,1.67,"2013-04-28 00:00",1.13,"2013-08-20 00:00",1.13,"2013-09-19 00:00",1.1,"2013-09-07 00:00","","","","",1.67,1.67,1.13,1.13,0.999,0.784,0.349,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88376",5,41.492117,-81.678449,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,0.692224,0.405325,1.78,"2013-08-17 00:00",1.52,"2013-11-09 00:00",1.49,"2013-10-31 00:00",1.41,"2013-09-25 00:00","","","","",1.78,1.52,1.41,1.27,0.972,0.605,0.217,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88376",6,41.492117,-81.678449,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,0.716833,0.361729,1.89,"2013-04-28 00:00",1.25,"2013-09-07 00:00",1.14,"2013-10-28 00:00",1.05,"2013-08-20 00:00","","","","",1.89,1.89,1.25,1.14,0.913,0.631,0.336,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88377",5,41.492117,-81.678449,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,0.561836,0.307097,1.17,"2013-08-17 00:00",1.11,"2013-10-31 00:00",1.09,"2013-01-10 00:00",1.05,"2013-11-09 00:00","","","","",1.17,1.11,1.05,0.987,0.812,0.558,0.171,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88377",6,41.492117,-81.678449,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,0.629625,0.303715,1.54,"2013-04-28 00:00",0.993,"2013-09-07 00:00",0.914,"2013-08-20 00:00",0.882,"2013-10-28 00:00","","","","",1.54,1.54,0.993,0.914,0.823,0.666,0.175,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88378",5,41.492117,-81.678449,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",32,0.100493,0.180463,1.16,"2013-09-10 00:00",0.751,"2013-08-20 00:00",0.3,"2013-09-01 00:00",0.295,"2013-05-16 00:00","","","","",1.16,0.751,0.295,0.264,0.155,0.025,0.001,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88378",6,41.492117,-81.678449,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",2,0.193542,0.154238,0.638,"2013-04-28 00:00",0.384,"2013-10-31 00:00",0.342,"2013-05-16 00:00",0.34,"2013-08-23 00:00","","","","",0.638,0.638,0.384,0.342,0.329,0.185,0.01,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88380",5,41.492117,-81.678449,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,1.057299,0.61285,2.68,"2013-09-25 00:00",2.55,"2013-10-10 00:00",2.55,"2013-10-28 00:00",2.49,"2013-08-17 00:00","","","","",2.68,2.55,2.49,1.87,1.44,0.943,0.324,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88380",6,41.492117,-81.678449,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,1.145125,0.449039,2.14,"2013-10-28 00:00",1.95,"2013-09-25 00:00",1.73,"2013-04-28 00:00",1.69,"2013-08-20 00:00","","","","",2.14,2.14,1.95,1.73,1.49,1.12,0.691,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88383",5,41.492117,-81.678449,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,1.047731,0.598957,2.58,"2013-09-25 00:00",2.41,"2013-10-10 00:00",2.34,"2013-08-17 00:00",2.3,"2013-10-28 00:00","","","","",2.58,2.41,2.3,2.01,1.41,1.01,0.371,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88383",6,41.492117,-81.678449,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,1.262875,0.470775,2.31,"2013-04-28 00:00",2.09,"2013-10-28 00:00",1.92,"2013-09-25 00:00",1.86,"2013-08-20 00:00","","","","",2.31,2.31,2.09,1.92,1.63,1.26,0.704,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88384",5,41.492117,-81.678449,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",0,0.102882,0.077649,0.363,"2013-06-03 00:00",0.308,"2013-10-22 00:00",0.306,"2013-10-19 00:00",0.299,"2013-11-09 00:00","","","","",0.363,0.308,0.299,0.211,0.136,0.0833,0.0306,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88384",6,41.492117,-81.678449,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",0,0.074038,0.039982,0.185,"2013-06-03 00:00",0.145,"2013-08-08 00:00",0.136,"2013-10-01 00:00",0.113,"2013-09-16 00:00","","","","",0.185,0.185,0.145,0.136,0.0942,0.0609,0.0363,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88385",5,41.492117,-81.678449,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",50,0.00691,0.01781,0.125,"2013-11-09 00:00",0.0525,"2013-11-03 00:00",0.0452,"2013-10-22 00:00",0.0344,"2013-10-10 00:00","","","","",0.125,0.0525,0.0344,0.0186,0.00381,0.001,0.001,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88385",6,41.492117,-81.678449,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",22,0.001448,0.001558,0.00756,"2013-05-04 00:00",0.0052,"2013-08-08 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-05 00:00","","","","",0.00756,0.00756,0.0052,0.001,0.001,0.001,0.001,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88388",5,41.492117,-81.678449,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,22,"","","Certification not required",5,0.340164,0.251463,1.52,"2013-09-10 00:00",0.745,"2013-09-28 00:00",0.734,"2013-09-07 00:00",0.732,"2013-08-29 00:00","","","","",1.52,0.745,0.732,0.687,0.454,0.302,0.016,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88388",6,41.492117,-81.678449,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",24,39,22,61,0,28,"","","Certification not required",1,0.543958,0.281581,1.3,"2013-04-28 00:00",0.975,"2013-09-01 00:00",0.9,"2013-09-19 00:00",0.732,"2013-08-20 00:00","","","","",1.3,1.3,0.975,0.9,0.692,0.585,0.274,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88403",5,41.492117,-81.678449,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,2.439907,1.675747,10.2,"2013-09-19 00:00",6.95,"2013-07-18 00:00",6.61,"2013-06-12 00:00",6.25,"2013-08-20 00:00","","","","",10.2,6.95,5.1,4.73,3.29,1.92,0.96,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88403",6,41.492117,-81.678449,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,44,61,0,5,"","","Certification not required",0,3.017255,2.1671,11.5,"2013-03-23 00:00",10.3,"2013-09-19 00:00",5.78,"2013-02-15 00:00",5.64,"2013-08-20 00:00","","","","",11.5,11.5,5.78,5.3,3.64,2.34,1.33,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88502",5,41.492117,-81.678449,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,12.762651,6.144018,27.9,"2013-04-04 00:00",26.8,"2013-06-12 00:00",26.2,"2013-08-20 00:00",25.8,"2013-09-19 00:00","","","","",27.9,26.8,24.1,21,16.7,11.9,5.3,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0060","88502",6,41.492117,-81.678449,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",44,36,44,122,0,8,"","","Certification not required",0,15.588636,7.700324,42,"2013-03-23 00:00",37.3,"2013-01-04 00:00",31.8,"2013-02-15 00:00",25.8,"2013-09-19 00:00","","","","",42,42,31.8,22.2,18.1,15.5,8.3,"GT CRAIG","E. 14TH & ORANGE","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","035","0061","11101",1,41.473092,-81.676596,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,"","","Certification not required",0,67.966102,42.237002,266,"2013-06-21 00:00",157,"2013-09-19 00:00",153,"2013-04-10 00:00",128,"2013-05-10 00:00","","","","",266,157,153,115,94,56,31,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0061","14103",3,41.473092,-81.676596,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002075,0.001001,0.00362,"2013-06-01 00:00",0.00348,"2013-09-01 00:00",0.00263,"2013-04-01 00:00",0.00254,"2013-07-01 00:00","","","","",0.00362,0.00362,0.00362,0.00362,0.00263,0.00217,0.00108,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14105",3,41.473092,-81.676596,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.065,0.017101,0.103,"2013-09-01 00:00",0.081,"2013-04-01 00:00",0.067,"2013-03-01 00:00",0.067,"2013-06-01 00:00","","","","",0.103,0.103,0.103,0.103,0.067,0.066,0.051,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14110",3,41.473092,-81.676596,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000633,0.000236,0.00119,"2013-05-01 00:00",0.00079,"2013-04-01 00:00",0.00069,"2013-09-01 00:00",0.00068,"2013-06-01 00:00","","","","",0.00119,0.00119,0.00119,0.00119,0.00069,0.00063,0.00044,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14112",3,41.473092,-81.676596,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.007767,0.002686,0.0128,"2013-04-01 00:00",0.01,"2013-10-01 00:00",0.00985,"2013-05-01 00:00",0.00932,"2013-09-01 00:00","","","","",0.0128,0.0128,0.0128,0.0128,0.00985,0.00736,0.00464,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14128",3,41.473092,-81.676596,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0244,0.024523,0.085,"2013-06-01 00:00",0.039,"2013-05-01 00:00",0.035,"2013-09-01 00:00",0.029,"2013-04-01 00:00","","","","",0.085,0.085,0.085,0.085,0.035,0.014,0.008,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14129",1,41.473092,-81.676596,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,0,0,"Certification not required",0,0.027204,0.05483,0.379,"2013-06-21 00:00",0.082,"2013-06-03 00:00",0.08,"2013-05-04 00:00",0.071,"2013-09-19 00:00","","","","",0.379,0.379,0.08,0.06,0.027,0.012,0.006,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14132",3,41.473092,-81.676596,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1318,0.04818,0.23,"2013-04-01 00:00",0.17,"2013-09-01 00:00",0.16,"2013-10-01 00:00",0.15,"2013-05-01 00:00","","","","",0.23,0.23,0.23,0.23,0.16,0.14,0.08,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14136",3,41.473092,-81.676596,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.005175,0.001784,0.00793,"2013-06-01 00:00",0.007,"2013-04-01 00:00",0.00695,"2013-09-01 00:00",0.00578,"2013-03-01 00:00","","","","",0.00793,0.00793,0.00793,0.00793,0.00695,0.00506,0.00354,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0061","14167",3,41.473092,-81.676596,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0982,0.032272,0.16,"2013-09-01 00:00",0.13,"2013-04-01 00:00",0.11,"2013-05-01 00:00",0.11,"2013-06-01 00:00","","","","",0.16,0.16,0.16,0.16,0.11,0.1,0.055,"OLD ASPHALT PLANT","W. SIDE OF WEST 3RD.","Ohio","Cuyahoga","Cleveland","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0064","44201",1,41.36189,-81.864608,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4933,98,210,214,0,203,0,0,"Certification not required",372,0.045795,0.011412,0.073,"2013-05-15 15:00",0.07,"2013-06-22 16:00",0.069,"2013-08-20 14:00",0.068,"2013-08-21 15:00","","","","",0.069,0.066,0.065,0.06,0.055,0.048,0.03,"BEREA","390 FAIR ST.","Ohio","Cuyahoga","Berea","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","0064","44201",1,41.36189,-81.864608,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5018,97,208,214,0,0,0,0,"Certification not required",0,0.04125,0.011416,0.068,"2013-06-22 12:00",0.066,"2013-05-15 12:00",0.066,"2013-08-20 11:00",0.064,"2013-08-19 11:00","","","","",0.066,0.063,0.059,0.054,0.05,0.042,0.025,"BEREA","390 FAIR ST.","Ohio","Cuyahoga","Berea","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","0064","44201",1,41.36189,-81.864608,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5018,97,208,214,0,0,0,0,"Certification not required",0,0.04125,0.011416,0.068,"2013-06-22 12:00",0.066,"2013-05-15 12:00",0.066,"2013-08-20 11:00",0.064,"2013-08-19 11:00","","","","",0.066,0.063,0.059,0.054,0.05,0.042,0.025,"BEREA","390 FAIR ST.","Ohio","Cuyahoga","Berea","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","0065","42401",1,41.446682,-81.662419,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ecotech Serinus 50",2013,"Parts per billion","No Events",8584,98,363,365,0,176,0,"","Certification not required",0,5.055096,5.787894,70,"2013-05-16 13:00",44,"2013-03-30 22:00",33,"2013-04-06 21:00",30,"2013-03-31 01:00","","","","",30,21,10,8,6,4,0,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","42401",1,41.446682,-81.662419,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ecotech Serinus 50",2013,"Parts per billion","No Events",8584,98,363,365,0,176,"","","Certification not required",0,3.132339,2.744969,70,"2013-05-16 13:00",44,"2013-03-30 22:00",41,"2013-05-16 15:00",38,"2013-05-16 12:00","","","","",10,8,7,6,5,3,0,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","42401",1,41.446682,-81.662419,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.119835,2.229398,13.3,"2013-03-31 00:00",13,"2013-05-16 00:00",12.4,"2013-03-30 00:00",9.3,"2013-04-06 00:00","","","","",9.3,7.9,6.6,6,4.4,3,0,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","42401",1,41.446682,-81.662419,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2810,96,362,365,0,0,"",0,"Certification not required",0,3.12452,2.605578,42,"2013-05-16 14:00",27,"2013-03-30 23:00",25.3,"2013-04-06 23:00",24.6,"2013-05-16 17:00","","","","",9.3,8,7,6,4.6,3,0,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","42406",1,41.446682,-81.662419,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ecotech Serinus 50",2013,"Parts per billion","No Events",8063,92,341,365,0,696,"","","Certification not required",0,5.634875,3.527386,88,"2013-03-30 22:00",61,"2013-03-31 09:00",57,"2013-03-31 01:00",51,"2013-03-31 00:00","","","","",15,12,10,9,7,5,2,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","68105",1,41.446682,-81.662419,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,11.895798,10.768003,30.9,"2013-07-18 00:00",30.9,"2013-09-10 00:00",29.6,"2013-07-15 00:00",28.2,"2013-06-24 00:00","","","","",30.9,29.6,25.7,25,21.6,13.3,-2.6,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","68108",1,41.446682,-81.662419,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,747.142857,5.061128,759,"2013-01-10 00:00",759,"2013-03-08 00:00",759,"2013-10-25 00:00",758,"2013-02-09 00:00","","","","",759,759,757,755,750,747,741,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","81102",1,41.446682,-81.662419,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,32.416667,15.216284,76,"2013-05-22 00:00",68,"2013-06-21 00:00",64,"2013-08-20 00:00",58,"2013-09-19 00:00","","","","",76,68,64,55,41,32,15,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","88101",1,41.446682,-81.662419,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,11.373109,5.158401,27.6,"2013-09-19 00:00",23.7,"2013-08-20 00:00",23.1,"2013-12-03 00:00",22.9,"2013-01-28 00:00","","","","",23.7,23.1,21.3,17.7,15.6,11,5,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0065","88101",1,41.446682,-81.662419,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,11.373109,5.158401,27.6,"2013-09-19 00:00",23.7,"2013-08-20 00:00",23.1,"2013-12-03 00:00",22.9,"2013-01-28 00:00","","","","",23.7,23.1,21.3,17.7,15.6,11,5,"HARVARD YARDS","4600 HARVARD AVE.","Ohio","Cuyahoga","Newburgh Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0072","11101",1,41.42585,-81.49078,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,"","","Certification not required",0,35.947368,24.869963,137,"2013-05-22 00:00",108,"2013-07-15 00:00",101,"2013-06-21 00:00",92,"2013-05-04 00:00","","","","",137,108,101,59,41,29,16,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","0072","14103",3,41.42585,-81.49078,"WGS84","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002855,0.003555,0.0128,"2013-07-01 00:00",0.00333,"2013-02-01 00:00",0.00197,"2013-09-01 00:00",0.00194,"2013-06-01 00:00","","","","",0.0128,0.0128,0.0128,0.0128,0.00197,0.00193,0.00106,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14105",3,41.42585,-81.49078,"WGS84","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0547,0.000949,0.056,"2013-01-01 00:00",0.056,"2013-02-01 00:00",0.056,"2013-03-01 00:00",0.055,"2013-04-01 00:00","","","","",0.056,0.056,0.056,0.056,0.056,0.054,0.054,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14110",3,41.42585,-81.49078,"WGS84","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000271,9.9e-05,0.00041,"2013-05-01 00:00",0.00038,"2013-04-01 00:00",0.00037,"2013-06-01 00:00",0.00036,"2013-09-01 00:00","","","","",0.00041,0.00041,0.00041,0.00041,0.00037,0.00026,0.00017,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14112",3,41.42585,-81.49078,"WGS84","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00292,0.001033,0.00459,"2013-03-01 00:00",0.00459,"2013-07-01 00:00",0.00373,"2013-02-01 00:00",0.00297,"2013-06-01 00:00","","","","",0.00459,0.00459,0.00459,0.00459,0.00373,0.0027,0.002,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14128",3,41.42585,-81.49078,"WGS84","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0114,0.011549,0.043,"2013-05-01 00:00",0.014,"2013-01-01 00:00",0.012,"2013-07-01 00:00",0.009,"2013-08-01 00:00","","","","",0.043,0.043,0.043,0.043,0.012,0.008,0.005,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14129",1,41.42585,-81.49078,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,0,0,"Certification not required",0,0.01252,0.018463,0.113,"2013-05-28 00:00",0.074,"2013-05-22 00:00",0.038,"2013-01-28 00:00",0.025,"2013-07-09 00:00","","","","",0.113,0.113,0.038,0.022,0.013,0.008,0.003,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14132",3,41.42585,-81.49078,"WGS84","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1914,0.157845,0.44,"2013-07-01 00:00",0.41,"2013-03-01 00:00",0.34,"2013-06-01 00:00",0.2,"2013-02-01 00:00","","","","",0.44,0.44,0.44,0.44,0.34,0.19,0.029,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14136",3,41.42585,-81.49078,"WGS84","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00778,0.006543,0.0245,"2013-07-01 00:00",0.0121,"2013-09-01 00:00",0.0086,"2013-02-01 00:00",0.00837,"2013-10-01 00:00","","","","",0.0245,0.0245,0.0245,0.0245,0.0086,0.00521,0.00377,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","0072","14167",3,41.42585,-81.49078,"WGS84","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0492,0.018226,0.083,"2013-05-01 00:00",0.075,"2013-04-01 00:00",0.054,"2013-07-01 00:00",0.052,"2013-08-01 00:00","","","","",0.083,0.083,0.083,0.083,0.054,0.048,0.032,"CENTURY","26565 MILES ROAD","Ohio","Cuyahoga","Warrensville Heights","Cleveland-Elyria-Mentor, OH","2014-01-02" +"39","035","1002","17141",1,41.39629,-81.818667,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",11,18,11,61,0,0,"","","Certification not required",0,1049,0,1049,"2013-01-04 00:00",1049,"2013-01-16 00:00",1049,"2013-02-09 00:00",1049,"2013-02-21 00:00","","","","",1049,1049,1049,1049,1049,1049,1049,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","42153",1,41.39629,-81.818667,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.5,0,0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-09 00:00",0.5,"2013-02-21 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43205",1,41.39629,-81.818667,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43208",1,41.39629,-81.818667,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43212",1,41.39629,-81.818667,"NAD83","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,6.145455,2.987763,12,"2013-03-05 00:00",10.4,"2013-04-22 00:00",7.6,"2013-05-16 00:00",7.2,"2013-01-16 00:00","","","","",12,12,12,10.4,7.6,5.2,3.7,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43218",1,41.39629,-81.818667,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-02-09 00:00",0.8,"2013-02-21 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43220",1,41.39629,-81.818667,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,5,7.558571,27.5,"2013-04-22 00:00",4.9,"2013-05-16 00:00",4.5,"2013-03-05 00:00",3.9,"2013-02-09 00:00","","","","",27.5,27.5,27.5,4.9,4.5,2.5,1.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43231",1,41.39629,-81.818667,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,3.509091,7.394248,25.8,"2013-04-22 00:00",1.6,"2013-05-16 00:00",1.4,"2013-02-09 00:00",1.4,"2013-03-05 00:00","","","","",25.8,25.8,25.8,1.6,1.4,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43232",1,41.39629,-81.818667,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.945455,1.680692,7,"2013-04-22 00:00",1.8,"2013-02-09 00:00",1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00","","","","",7,7,7,1.8,1.4,1.4,1.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43233",1,41.39629,-81.818667,"NAD83","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.618182,0.060302,1.8,"2013-04-22 00:00",1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.6,1.6,1.6,1.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43235",1,41.39629,-81.818667,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43238",1,41.39629,-81.818667,"NAD83","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2,0,2,"2013-01-04 00:00",2,"2013-01-16 00:00",2,"2013-02-09 00:00",2,"2013-02-21 00:00","","","","",2,2,2,2,2,2,2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43248",1,41.39629,-81.818667,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.345455,0.482418,2.8,"2013-04-22 00:00",1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00","","","","",2.8,2.8,2.8,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43335",1,41.39629,-81.818667,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43359",1,41.39629,-81.818667,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.445455,0.157249,0.8,"2013-01-16 00:00",0.6,"2013-04-22 00:00",0.5,"2013-02-09 00:00",0.5,"2013-05-04 00:00","","","","",0.8,0.8,0.8,0.6,0.5,0.4,0.3,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43372",1,41.39629,-81.818667,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-16 00:00",1,"2013-02-09 00:00",1,"2013-02-21 00:00","","","","",1,1,1,1,1,1,1,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43447",1,41.39629,-81.818667,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.736364,1.59014,6,"2013-04-22 00:00",3.2,"2013-05-16 00:00",1.7,"2013-05-04 00:00",1.6,"2013-01-16 00:00","","","","",6,6,6,3.2,1.7,1,0.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43552",1,41.39629,-81.818667,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2.463636,0.737933,4,"2013-04-22 00:00",3.4,"2013-01-16 00:00",3.3,"2013-05-16 00:00",2.4,"2013-05-04 00:00","","","","",4,4,4,3.4,3.3,2,2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43560",1,41.39629,-81.818667,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-21 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43702",1,41.39629,-81.818667,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43704",1,41.39629,-81.818667,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43801",1,41.39629,-81.818667,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.618182,0.132802,0.9,"2013-02-09 00:00",0.8,"2013-05-04 00:00",0.7,"2013-01-04 00:00",0.6,"2013-01-16 00:00","","","","",0.9,0.9,0.9,0.8,0.7,0.6,0.5,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43802",1,41.39629,-81.818667,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.209091,0.030151,0.3,"2013-04-22 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43803",1,41.39629,-81.818667,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43804",1,41.39629,-81.818667,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43805",1,41.39629,-81.818667,"NAD83","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43806",1,41.39629,-81.818667,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43811",1,41.39629,-81.818667,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.3,0,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-21 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43812",1,41.39629,-81.818667,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43813",1,41.39629,-81.818667,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43814",1,41.39629,-81.818667,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43815",1,41.39629,-81.818667,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43817",1,41.39629,-81.818667,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43818",1,41.39629,-81.818667,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43819",1,41.39629,-81.818667,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43820",1,41.39629,-81.818667,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43821",1,41.39629,-81.818667,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43823",1,41.39629,-81.818667,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.581818,0.060302,0.7,"2013-05-04 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.6,0.5,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43824",1,41.39629,-81.818667,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43826",1,41.39629,-81.818667,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43828",1,41.39629,-81.818667,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43829",1,41.39629,-81.818667,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43830",1,41.39629,-81.818667,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43832",1,41.39629,-81.818667,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-21 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43838",1,41.39629,-81.818667,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43839",1,41.39629,-81.818667,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43841",1,41.39629,-81.818667,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-09 00:00",0.6,"2013-02-21 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43843",1,41.39629,-81.818667,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43844",1,41.39629,-81.818667,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-02-09 00:00",0.8,"2013-02-21 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43860",1,41.39629,-81.818667,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-02-09 00:00",0.4,"2013-02-21 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","43954",1,41.39629,-81.818667,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2.2,0,2.2,"2013-01-04 00:00",2.2,"2013-01-16 00:00",2.2,"2013-02-09 00:00",2.2,"2013-02-21 00:00","","","","",2.2,2.2,2.2,2.2,2.2,2.2,2.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45109",1,41.39629,-81.818667,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,3.2,0,3.2,"2013-01-04 00:00",3.2,"2013-01-16 00:00",3.2,"2013-02-09 00:00",3.2,"2013-02-21 00:00","","","","",3.2,3.2,3.2,3.2,3.2,3.2,3.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45201",1,41.39629,-81.818667,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,2.018182,1.766815,7.2,"2013-02-09 00:00",2.3,"2013-03-05 00:00",2,"2013-01-16 00:00",2,"2013-04-22 00:00","","","","",7.2,7.2,7.2,2.3,2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45202",1,41.39629,-81.818667,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,9.272727,16.86654,52.5,"2013-04-22 00:00",31.5,"2013-02-09 00:00",3.5,"2013-01-16 00:00",3.2,"2013-05-16 00:00","","","","",52.5,52.5,52.5,31.5,3.5,1.5,1.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45203",1,41.39629,-81.818667,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-02-09 00:00",1.6,"2013-02-21 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45204",1,41.39629,-81.818667,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-02-09 00:00",1.6,"2013-02-21 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45207",1,41.39629,-81.818667,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45208",1,41.39629,-81.818667,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45209",1,41.39629,-81.818667,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45210",1,41.39629,-81.818667,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45213",1,41.39629,-81.818667,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45220",1,41.39629,-81.818667,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-02-09 00:00",1.6,"2013-02-21 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45221",1,41.39629,-81.818667,"NAD83","Benzene,(1-methylethenyl)-","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.8,"2013-02-21 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45801",1,41.39629,-81.818667,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-21 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45805",1,41.39629,-81.818667,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-21 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45806",1,41.39629,-81.818667,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-21 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45807",1,41.39629,-81.818667,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-21 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45809",1,41.39629,-81.818667,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.4,0,1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-02-09 00:00",1.4,"2013-02-21 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","45810",1,41.39629,-81.818667,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",11,18,11,61,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-02-09 00:00",1.2,"2013-02-21 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2013-07-16" +"39","035","1002","68105",1,41.39629,-81.818667,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,7,"","","Certification not required",0,11.382609,10.677738,31.8,"2013-07-18 00:00",30.8,"2013-09-10 00:00",30,"2013-07-15 00:00",28,"2013-06-24 00:00","","","","",30.8,30,25.8,24.7,20.9,12,-2.4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","1002","68108",1,41.39629,-81.818667,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,7,"","","Certification not required",0,741.469565,5.1116,755,"2013-03-08 00:00",755,"2013-11-24 00:00",753,"2013-12-24 00:00",752,"2013-01-10 00:00","","","","",755,753,751,748,745,741,736,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","1002","81102",1,41.39629,-81.818667,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,15.525424,6.226628,30,"2013-09-19 00:00",27,"2013-03-05 00:00",26,"2013-06-09 00:00",25,"2013-01-16 00:00","","","","",30,27,26,24,20,16,7,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","1002","88101",1,41.39629,-81.818667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,9.070435,4.714125,27.4,"2013-01-07 00:00",22.7,"2013-09-19 00:00",22.5,"2013-12-03 00:00",20.7,"2013-09-10 00:00","","","","",22.7,22.5,17.2,14.3,12.1,8.3,4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","1002","88101",1,41.39629,-81.818667,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,9.070435,4.714125,27.4,"2013-01-07 00:00",22.7,"2013-09-19 00:00",22.5,"2013-12-03 00:00",20.7,"2013-09-10 00:00","","","","",22.7,22.5,17.2,14.3,12.1,8.3,4,"BROOKPARK","16900 HOLLAND RD.","Ohio","Cuyahoga","Brook Park","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","035","5002","44201",1,41.537344,-81.458834,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5059,100,214,214,0,77,0,0,"Certification not required",14,0.047341,0.011179,0.084,"2013-06-21 13:00",0.075,"2013-08-21 15:00",0.071,"2013-07-26 16:00",0.07,"2013-06-24 13:00","","","","",0.071,0.07,0.067,0.062,0.055,0.047,0.032,"MAYFIELD","6116 WILSON MILLS","Ohio","Cuyahoga","Mayfield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","5002","44201",1,41.537344,-81.458834,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5077,99,212,214,0,0,0,0,"Certification not required",0,0.04267,0.010897,0.08,"2013-06-21 11:00",0.07,"2013-08-21 11:00",0.065,"2013-06-24 11:00",0.065,"2013-07-26 12:00","","","","",0.065,0.064,0.06,0.056,0.05,0.043,0.028,"MAYFIELD","6116 WILSON MILLS","Ohio","Cuyahoga","Mayfield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","035","5002","44201",1,41.537344,-81.458834,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5077,99,212,214,0,0,1,1,"Certification not required",0,0.04267,0.010897,0.08,"2013-06-21 11:00",0.07,"2013-08-21 11:00",0.065,"2013-06-24 11:00",0.065,"2013-07-26 12:00","","","","",0.065,0.064,0.06,0.056,0.05,0.043,0.028,"MAYFIELD","6116 WILSON MILLS","Ohio","Cuyahoga","Mayfield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","041","0002","44201",1,40.356694,-83.063971,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4867,100,213,214,0,269,0,0,"Certification not required",227,0.048892,0.0114,0.08,"2013-09-10 15:00",0.077,"2013-06-21 12:00",0.076,"2013-05-15 15:00",0.075,"2013-06-05 16:00","","","","",0.076,0.073,0.068,0.064,0.056,0.049,0.034,"DELAWARE","359 MAIN RD.","Ohio","Delaware","Delaware","Columbus, OH","2013-12-12" +"39","041","0002","44201",1,40.356694,-83.063971,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5070,98,210,214,0,0,0,0,"Certification not required",0,0.044143,0.010942,0.074,"2013-09-10 11:00",0.073,"2013-06-21 10:00",0.071,"2013-05-15 11:00",0.07,"2013-06-20 11:00","","","","",0.071,0.069,0.062,0.058,0.051,0.044,0.03,"DELAWARE","359 MAIN RD.","Ohio","Delaware","Delaware","Columbus, OH","2013-12-12" +"39","041","0002","44201",1,40.356694,-83.063971,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5070,98,210,214,0,0,0,0,"Certification not required",0,0.044143,0.010942,0.074,"2013-09-10 11:00",0.073,"2013-06-21 10:00",0.071,"2013-05-15 11:00",0.07,"2013-06-20 11:00","","","","",0.071,0.069,0.062,0.058,0.051,0.044,0.03,"DELAWARE","359 MAIN RD.","Ohio","Delaware","Delaware","Columbus, OH","2013-12-12" +"39","041","0002","62107",1,40.356694,-83.063971,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5111,58,212,365,0,25,"","","Certification not required",0,73.393856,3.582196,84,"2013-07-16 15:00",84,"2013-07-17 15:00",84,"2013-07-18 15:00",84,"2013-07-25 15:00","","","","",80,79,79,77,77,73,70,"DELAWARE","359 MAIN RD.","Ohio","Delaware","Delaware","Columbus, OH","2013-12-12" +"39","047","9991","44201",1,39.6359,-83.2605,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7431,86,184,214,0,585,0,0,"Certification not required",48,0.047957,0.010215,0.077,"2013-05-15 17:00",0.076,"2013-06-25 14:00",0.07,"2013-06-20 19:00",0.07,"2013-09-10 14:00","","","","",0.076,0.07,0.064,0.061,0.055,0.049,0.041,"Deer Creek","Deer Creek State Park, Mt Sterling, OH 43143","Ohio","Fayette","","Washington Court House, OH, AR","2014-01-31" +"39","047","9991","44201",1,39.6359,-83.2605,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7418,86,183,214,0,0,0,0,"Certification not required",0,0.043776,0.010048,0.073,"2013-05-15 11:00",0.071,"2013-06-25 12:00",0.064,"2013-06-05 11:00",0.064,"2013-06-20 13:00","","","","",0.071,0.064,0.059,0.057,0.052,0.045,0.037,"Deer Creek","Deer Creek State Park, Mt Sterling, OH 43143","Ohio","Fayette","","Washington Court House, OH, AR","2014-01-31" +"39","047","9991","44201",1,39.6359,-83.2605,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7418,86,183,214,0,0,0,0,"Certification not required",0,0.043776,0.010048,0.073,"2013-05-15 11:00",0.071,"2013-06-25 12:00",0.064,"2013-06-05 11:00",0.064,"2013-06-20 13:00","","","","",0.071,0.064,0.059,0.057,0.052,0.045,0.037,"Deer Creek","Deer Creek State Park, Mt Sterling, OH 43143","Ohio","Fayette","","Washington Court House, OH, AR","2014-01-31" +"39","049","0005","42101",1,40.060124,-82.976857,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8662,99,365,365,0,98,0,0,"Certification not required",7855,0.282839,0.115338,1.6,"2013-03-30 01:00",1.6,"2013-10-27 20:00",1.5,"2013-01-10 06:00",1.5,"2013-01-10 08:00","","","","",0.8,0.7,0.5,0.25,0.25,0.25,0.25,"MORSE_RD","1585 MORSE RD.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0005","42101",1,40.060124,-82.976857,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8749,100,365,365,0,0,0,0,"Certification not required",0,0.320059,0.071634,1,"2013-01-03 07:00",1,"2013-01-03 08:00",1,"2013-01-03 09:00",1,"2013-01-10 08:00",1,"2013-01-03 07:00",1,"2013-01-10 08:00",0.7,0.5,0.4,0.4,0.3,0.3,0.3,"MORSE_RD","1585 MORSE RD.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0005","62107",1,40.060124,-82.976857,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,77.988356,3.520086,84,"2013-04-09 17:00",84,"2013-04-09 18:00",84,"2013-04-09 19:00",84,"2013-04-09 20:00","","","","",84,84,82,82,80,79,73,"MORSE_RD","1585 MORSE RD.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0024","68105",1,39.99875,-82.99344,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",119,98,115,122,0,7,"","","Certification not required",0,11.918487,10.618723,29.9,"2013-07-18 00:00",29.4,"2013-09-10 00:00",28.9,"2013-07-15 00:00",27,"2013-06-12 00:00","","","","",29.4,28.9,26.1,24.6,21.7,13.1,-2.5,"FAIRGROUNDS (GILLIGAN BLDG)","STATE FAIRGROUNDS","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0024","68108",1,39.99875,-82.99344,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",119,98,115,122,0,7,"","","Certification not required",0,741.882353,5.299786,755,"2013-01-10 00:00",755,"2013-01-22 00:00",754,"2013-02-09 00:00",754,"2013-03-08 00:00","","","","",755,754,753,749,745,742,735,"FAIRGROUNDS (GILLIGAN BLDG)","STATE FAIRGROUNDS","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0024","81102",1,39.99875,-82.99344,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,2,0,0,"Certification not required",0,22.466667,9.063742,60,"2013-10-13 00:00",41,"2013-05-16 00:00",40,"2013-08-21 00:00",36,"2013-03-29 00:00","","","","",60,41,40,32,27,23,12,"FAIRGROUNDS (GILLIGAN BLDG)","STATE FAIRGROUNDS","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0024","81102",2,39.99875,-82.99344,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,2,0,0,"Certification not required",0,21.483333,8.77688,53,"2013-10-13 00:00",40,"2013-05-16 00:00",40,"2013-08-21 00:00",36,"2013-08-02 00:00","","","","",53,40,40,32,26,22,11,"FAIRGROUNDS (GILLIGAN BLDG)","STATE FAIRGROUNDS","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0024","88101",1,39.99875,-82.99344,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",119,94,115,122,0,7,0,0,"Certification not required",0,10.072269,4.891829,29.9,"2013-01-07 00:00",28.4,"2013-12-03 00:00",23.8,"2013-09-10 00:00",19.7,"2013-08-20 00:00","","","","",28.4,23.8,19.3,15.9,12.6,9.4,5.3,"FAIRGROUNDS (GILLIGAN BLDG)","STATE FAIRGROUNDS","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0024","88101",1,39.99875,-82.99344,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",119,94,115,122,0,7,"","","Certification not required",0,10.072269,4.891829,29.9,"2013-01-07 00:00",28.4,"2013-12-03 00:00",23.8,"2013-09-10 00:00",19.7,"2013-08-20 00:00","","","","",28.4,23.8,19.3,15.9,12.6,9.4,5.3,"FAIRGROUNDS (GILLIGAN BLDG)","STATE FAIRGROUNDS","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","14103",3,39.92843,-82.98098,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001567,0.000544,0.00216,"2013-09-01 00:00",0.00216,"2013-10-01 00:00",0.00209,"2013-03-01 00:00",0.00185,"2013-04-01 00:00","","","","",0.00216,0.00216,0.00216,0.00216,0.00209,0.00173,0.00098,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14105",3,39.92843,-82.98098,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0541,0.002998,0.056,"2013-04-01 00:00",0.056,"2013-06-01 00:00",0.056,"2013-07-01 00:00",0.056,"2013-08-01 00:00","","","","",0.056,0.056,0.056,0.056,0.056,0.055,0.054,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14110",3,39.92843,-82.98098,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000302,8.9e-05,0.00046,"2013-04-01 00:00",0.00044,"2013-08-01 00:00",0.00031,"2013-05-01 00:00",0.0003,"2013-03-01 00:00","","","","",0.00046,0.00046,0.00046,0.00046,0.00031,0.0003,0.00019,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14112",3,39.92843,-82.98098,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002084,0.000575,0.00317,"2013-04-01 00:00",0.00253,"2013-05-01 00:00",0.00244,"2013-03-01 00:00",0.00222,"2013-09-01 00:00","","","","",0.00317,0.00317,0.00317,0.00317,0.00244,0.00222,0.00151,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14128",3,39.92843,-82.98098,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0077,0.00302,0.013,"2013-04-01 00:00",0.011,"2013-03-01 00:00",0.01,"2013-05-01 00:00",0.01,"2013-08-01 00:00","","","","",0.013,0.013,0.013,0.013,0.01,0.006,0.005,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14129",1,39.92843,-82.98098,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,0,0,"Certification not required",0,0.008353,0.006016,0.029,"2013-03-23 00:00",0.029,"2013-04-10 00:00",0.024,"2013-05-28 00:00",0.015,"2013-03-29 00:00","","","","",0.029,0.029,0.024,0.014,0.01,0.007,0.003,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14132",3,39.92843,-82.98098,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.02109,0.009235,0.037,"2013-05-01 00:00",0.036,"2013-04-01 00:00",0.024,"2013-08-01 00:00",0.021,"2013-09-01 00:00","","","","",0.037,0.037,0.037,0.037,0.024,0.021,0.015,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14136",3,39.92843,-82.98098,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00197,0.000635,0.00303,"2013-04-01 00:00",0.00278,"2013-05-01 00:00",0.00244,"2013-01-01 00:00",0.00215,"2013-03-01 00:00","","","","",0.00303,0.00303,0.00303,0.00303,0.00244,0.00208,0.00129,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","14167",3,39.92843,-82.98098,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0642,0.025603,0.11,"2013-04-01 00:00",0.093,"2013-03-01 00:00",0.086,"2013-08-01 00:00",0.074,"2013-05-01 00:00","","","","",0.11,0.11,0.11,0.11,0.086,0.062,0.038,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-01-02" +"39","049","0025","68105",1,39.92843,-82.98098,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,5,"","","Certification not required",0,11.651724,10.839136,30.2,"2013-07-18 00:00",28.7,"2013-07-15 00:00",27.8,"2013-09-10 00:00",26.8,"2013-06-12 00:00","","","","",28.7,27.8,25.7,24.5,21.8,13.1,-2.8,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","68105",2,39.92843,-82.98098,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,3,"","","Certification not required",0,11.041379,11.614707,28.7,"2013-07-15 00:00",27.3,"2013-07-09 00:00",26.9,"2013-06-27 00:00",25.8,"2013-07-03 00:00","","","","",28.7,27.3,26.9,25.1,21.8,13.4,-4.2,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","68108",1,39.92843,-82.98098,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,746.222222,5.879701,763,"2013-11-24 00:00",761,"2013-12-12 00:00",760,"2013-01-10 00:00",760,"2013-11-12 00:00","","","","",761,760,758,754,749,745,739,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","68108",2,39.92843,-82.98098,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,3,"","","Certification not required",0,745.068966,6.268445,763,"2013-11-24 00:00",760,"2013-12-24 00:00",758,"2013-11-12 00:00",757,"2013-12-12 00:00","","","","",763,760,758,753,748,744,738,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","88101",1,39.92843,-82.98098,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,10.058974,4.933404,28.6,"2013-12-03 00:00",28.2,"2013-01-07 00:00",24.3,"2013-09-10 00:00",20.2,"2013-02-06 00:00","","","","",28.2,24.3,19.2,15.7,12,9.4,4.4,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","88101",1,39.92843,-82.98098,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,10.058974,4.933404,28.6,"2013-12-03 00:00",28.2,"2013-01-07 00:00",24.3,"2013-09-10 00:00",20.2,"2013-02-06 00:00","","","","",28.2,24.3,19.2,15.7,12,9.4,4.4,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","88101",2,39.92843,-82.98098,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,10.65,4.357178,19.5,"2013-09-19 00:00",19.4,"2013-01-28 00:00",18.7,"2013-03-23 00:00",18.6,"2013-01-16 00:00","","","","",19.5,19.4,18.7,17.7,13.4,10.4,4.7,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0025","88101",2,39.92843,-82.98098,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,10.65,4.357178,19.5,"2013-09-19 00:00",19.4,"2013-01-28 00:00",18.7,"2013-03-23 00:00",18.6,"2013-01-16 00:00","","","","",19.5,19.4,18.7,17.7,13.4,10.4,4.7,"ANN ST.","1700 ANN ST.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0029","44201",1,40.0845,-82.81552,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4911,100,214,214,0,225,0,0,"Certification not required",53,0.051355,0.011542,0.085,"2013-06-12 12:00",0.084,"2013-06-20 16:00",0.078,"2013-09-10 12:00",0.077,"2013-05-15 13:00","","","","",0.078,0.077,0.07,0.067,0.059,0.051,0.037,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2013-12-12" +"39","049","0029","44201",1,40.0845,-82.81552,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.046542,0.011129,0.077,"2013-06-20 12:00",0.076,"2013-06-12 10:00",0.073,"2013-05-15 11:00",0.073,"2013-06-25 12:00","","","","",0.073,0.071,0.065,0.06,0.054,0.047,0.033,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2013-12-12" +"39","049","0029","44201",1,40.0845,-82.81552,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,2,2,"Certification not required",0,0.046542,0.011129,0.077,"2013-06-20 12:00",0.076,"2013-06-12 10:00",0.073,"2013-05-15 11:00",0.073,"2013-06-25 12:00","","","","",0.073,0.071,0.065,0.06,0.054,0.047,0.033,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2013-12-12" +"39","049","0029","62107",1,40.0845,-82.81552,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",0,77.963115,4.527706,88,"2013-06-23 16:00",86,"2013-04-22 17:00",86,"2013-04-22 18:00",86,"2013-04-22 19:00","","","","",84,84,84,82,80,79,71,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2014-02-12" +"39","049","0029","88101",3,40.0845,-82.81552,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8705,99,365,365,0,55,"","","Certification not required",0,9.879724,5.65733,110.3,"2013-08-27 22:00",38.3,"2013-08-08 15:00",37.9,"2013-12-03 08:00",35.7,"2013-12-03 02:00","","","","",27.1,24.3,20.6,17.5,12.5,9,3.7,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2014-02-12" +"39","049","0029","88101",3,40.0845,-82.81552,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,0,0,"Certification not required",0,9.838187,4.337567,26,"2013-12-03 00:00",25.3,"2013-08-27 00:00",25.1,"2013-09-10 00:00",25.1,"2013-12-02 00:00","","","","",25.1,20.8,17.5,15.6,12.6,8.9,5.1,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2014-02-12" +"39","049","0029","88101",3,40.0845,-82.81552,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,9.838187,4.337567,26,"2013-12-03 00:00",25.3,"2013-08-27 00:00",25.1,"2013-09-10 00:00",25.1,"2013-12-02 00:00","","","","",25.1,20.8,17.5,15.6,12.6,8.9,5.1,"NEW_ALBNY","7600 FODOR RD.","Ohio","Franklin","New Albany","Columbus, OH","2014-02-12" +"39","049","0034","17141",1,40.002734,-82.994404,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,0,"","","Certification not required",0,974.071429,280.357043,1049,"2013-01-04 00:00",1049,"2013-01-16 00:00",1049,"2013-01-28 00:00",1049,"2013-02-09 00:00","","","","",1049,1049,1049,1049,1049,1049,1049,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","42153",1,40.002734,-82.994404,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.464286,0.133631,0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-01-28 00:00",0.5,"2013-02-09 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","42401",1,40.002734,-82.994404,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8360,95,365,365,0,400,0,"","Certification not required",0,2.150685,2.590511,19,"2013-08-25 09:00",17,"2013-02-04 11:00",14,"2013-12-11 10:00",13,"2013-12-12 18:00","","","","",13,10,7,5,3,1,0,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","42401",1,40.002734,-82.994404,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8360,95,365,365,0,400,"","","Certification not required",0,0.58122,1.207151,19,"2013-08-25 09:00",17,"2013-02-04 11:00",16,"2013-02-04 12:00",14,"2013-12-11 10:00","","","","",6,4,2,2,1,0,0,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","42401",1,40.002734,-82.994404,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.578082,0.792556,6.8,"2013-12-13 00:00",5.3,"2013-12-28 00:00",3.7,"2013-01-06 00:00",3.5,"2013-03-15 00:00","","","","",3.5,2.9,2,1.4,0.8,0.3,0,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","42401",1,40.002734,-82.994404,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2533,87,362,365,0,0,"",0,"Certification not required",0,0.579432,1.123682,10.6,"2013-08-25 11:00",9.6,"2013-02-04 11:00",9.6,"2013-12-12 20:00",9.3,"2013-01-03 14:00","","","","",5.6,4,2.6,1.6,1,0,0,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","42406",1,40.002734,-82.994404,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8360,95,365,365,0,400,"","","Certification not required",0,0.865431,1.563644,30,"2013-07-03 19:00",28,"2013-08-25 09:00",27,"2013-02-04 11:00",27,"2013-02-04 12:00","","","","",7,6,3,2,1,0,0,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","43205",1,40.002734,-82.994404,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.560714,0.146994,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43208",1,40.002734,-82.994404,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.375,0.093541,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43212",1,40.002734,-82.994404,"NAD83","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,4.453846,1.853652,7.6,"2013-03-05 00:00",6.8,"2013-01-28 00:00",6.4,"2013-03-17 00:00",6,"2013-01-16 00:00","","","","",7.6,7.6,7.6,6.8,6,4.4,2.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43218",1,40.002734,-82.994404,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.742857,0.213809,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43220",1,40.002734,-82.994404,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,2.269231,0.7052,3.3,"2013-05-16 00:00",3.2,"2013-03-05 00:00",3,"2013-03-17 00:00",2.7,"2013-01-28 00:00","","","","",3.3,3.3,3.3,3.2,2.7,2.5,1.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43231",1,40.002734,-82.994404,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.114286,0.320713,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43232",1,40.002734,-82.994404,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.303571,0.360803,1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-09 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43233",1,40.002734,-82.994404,"NAD83","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.489286,0.414255,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43235",1,40.002734,-82.994404,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.675,0.467707,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43238",1,40.002734,-82.994404,"NAD83","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.860714,0.521159,2,"2013-01-04 00:00",2,"2013-01-16 00:00",2,"2013-01-28 00:00",2,"2013-02-09 00:00","","","","",2,2,2,2,2,2,2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43248",1,40.002734,-82.994404,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.117857,0.30735,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43335",1,40.002734,-82.994404,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.557143,0.160357,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43359",1,40.002734,-82.994404,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,0.353846,0.066023,0.5,"2013-05-28 00:00",0.4,"2013-03-05 00:00",0.4,"2013-03-17 00:00",0.4,"2013-04-10 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.3,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43372",1,40.002734,-82.994404,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.928571,0.267261,1,"2013-01-04 00:00",1,"2013-01-16 00:00",1,"2013-01-28 00:00",1,"2013-02-09 00:00","","","","",1,1,1,1,1,1,1,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43447",1,40.002734,-82.994404,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,1.5,1.322246,5.2,"2013-04-10 00:00",3.1,"2013-05-16 00:00",2.3,"2013-04-22 00:00",1.4,"2013-01-16 00:00","","","","",5.2,5.2,5.2,3.1,1.4,0.8,0.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43552",1,40.002734,-82.994404,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,2.538462,0.933219,5.2,"2013-05-04 00:00",3.4,"2013-05-28 00:00",3.1,"2013-05-16 00:00",2.8,"2013-03-17 00:00","","","","",5.2,5.2,5.2,3.4,2.8,2,2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43560",1,40.002734,-82.994404,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.114286,0.320713,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43702",1,40.002734,-82.994404,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,0.423077,0.043853,0.5,"2013-04-10 00:00",0.5,"2013-05-16 00:00",0.5,"2013-05-28 00:00",0.4,"2013-01-04 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43704",1,40.002734,-82.994404,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.557143,0.160357,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43801",1,40.002734,-82.994404,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,0.546154,0.066023,0.6,"2013-01-16 00:00",0.6,"2013-03-05 00:00",0.6,"2013-03-17 00:00",0.6,"2013-04-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.5,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43802",1,40.002734,-82.994404,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.185714,0.053452,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43803",1,40.002734,-82.994404,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.214286,0.102711,0.5,"2013-04-22 00:00",0.3,"2013-03-29 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00","","","","",0.5,0.5,0.5,0.3,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43804",1,40.002734,-82.994404,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.185714,0.053452,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43805",1,40.002734,-82.994404,"NAD83","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.189286,0.040089,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43806",1,40.002734,-82.994404,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.185714,0.053452,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43811",1,40.002734,-82.994404,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,0.284615,0.037553,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-21 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43812",1,40.002734,-82.994404,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43813",1,40.002734,-82.994404,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43814",1,40.002734,-82.994404,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43815",1,40.002734,-82.994404,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43817",1,40.002734,-82.994404,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43818",1,40.002734,-82.994404,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43819",1,40.002734,-82.994404,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.185714,0.053452,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43820",1,40.002734,-82.994404,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43821",1,40.002734,-82.994404,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.375,0.093541,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43823",1,40.002734,-82.994404,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,0.576923,0.072501,0.7,"2013-03-05 00:00",0.7,"2013-05-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-21 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.6,0.5,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","43824",1,40.002734,-82.994404,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43826",1,40.002734,-82.994404,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43828",1,40.002734,-82.994404,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.189286,0.040089,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43829",1,40.002734,-82.994404,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.557143,0.160357,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43830",1,40.002734,-82.994404,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.557143,0.160357,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43832",1,40.002734,-82.994404,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.189286,0.040089,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43838",1,40.002734,-82.994404,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.375,0.093541,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43839",1,40.002734,-82.994404,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,0.375,0.093541,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43841",1,40.002734,-82.994404,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.557143,0.160357,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43843",1,40.002734,-82.994404,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43844",1,40.002734,-82.994404,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.742857,0.213809,0.8,"2013-01-04 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-28 00:00",0.8,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43860",1,40.002734,-82.994404,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,0.371429,0.106904,0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.4,"2013-02-09 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","43954",1,40.002734,-82.994404,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,2.046429,0.574612,2.2,"2013-01-04 00:00",2.2,"2013-01-16 00:00",2.2,"2013-01-28 00:00",2.2,"2013-02-09 00:00","","","","",2.2,2.2,2.2,2.2,2.2,2.2,2.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45109",1,40.002734,-82.994404,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,2.971429,0.855236,3.2,"2013-01-04 00:00",3.2,"2013-01-16 00:00",3.2,"2013-01-28 00:00",3.2,"2013-02-09 00:00","","","","",3.2,3.2,3.2,3.2,3.2,3.2,3.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45201",1,40.002734,-82.994404,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.278571,0.456034,2,"2013-01-16 00:00",1.9,"2013-03-05 00:00",1.6,"2013-03-17 00:00",1.4,"2013-01-28 00:00","","","","",2,2,2,1.9,1.4,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45202",1,40.002734,-82.994404,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,0,"","","Certification not required",0,1.738462,0.556085,3.3,"2013-01-16 00:00",2.2,"2013-05-28 00:00",2.1,"2013-01-28 00:00",2,"2013-05-16 00:00","","","","",3.3,3.3,3.3,2.2,2,1.4,1.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-07-16" +"39","049","0034","45203",1,40.002734,-82.994404,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.485714,0.427618,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45204",1,40.002734,-82.994404,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.485714,0.427618,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45207",1,40.002734,-82.994404,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.675,0.467707,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45208",1,40.002734,-82.994404,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.675,0.467707,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45209",1,40.002734,-82.994404,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.675,0.467707,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45210",1,40.002734,-82.994404,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.671429,0.48107,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45213",1,40.002734,-82.994404,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.675,0.467707,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45220",1,40.002734,-82.994404,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.485714,0.427618,1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.6,"2013-02-09 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45221",1,40.002734,-82.994404,"NAD83","Benzene,(1-methylethenyl)-","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.675,0.467707,1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45801",1,40.002734,-82.994404,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.114286,0.320713,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45805",1,40.002734,-82.994404,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.117857,0.30735,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45806",1,40.002734,-82.994404,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",1,1.117857,0.30735,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45807",1,40.002734,-82.994404,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.114286,0.320713,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45809",1,40.002734,-82.994404,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.3,0.374166,1.4,"2013-01-04 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-09 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","45810",1,40.002734,-82.994404,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,0,"","","Certification not required",0,1.114286,0.320713,1.2,"2013-01-04 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-28 00:00",1.2,"2013-02-09 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2013-10-07" +"39","049","0034","62107",1,40.002734,-82.994404,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8760,100,365,365,0,0,"","","Certification not required",0,73.519521,4.941312,93,"2013-04-09 15:00",93,"2013-04-09 16:00",93,"2013-04-09 17:00",93,"2013-04-09 18:00","","","","",84,82,80,79,77,75,66,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","88501",3,40.002734,-82.994404,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8709,99,363,365,0,51,"","","Certification not required",0,7.8103,5.135278,54.7,"2013-08-03 21:00",53.7,"2013-08-03 20:00",43.8,"2013-04-27 00:00",37.9,"2013-01-28 11:00","","","","",24.1,21.4,18.1,14.7,10.3,6.8,2.4,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0034","88501",3,40.002734,-82.994404,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,7.771625,3.600651,21.3,"2013-09-10 00:00",20,"2013-12-03 00:00",19.7,"2013-07-19 00:00",19.6,"2013-08-27 00:00","","","","",19.6,17.1,14.6,12.7,9.8,7.2,3.8,"FAIRGNDS","KORBEL AVE.","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0037","42602",1,39.96523,-82.95549,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6282,72,273,365,0,318,0,"","Certification not required",0,19.505495,7.648107,42,"2013-04-04 22:00",42,"2013-12-19 17:00",41,"2013-04-26 21:00",40,"2013-05-26 21:00","","","","",41,39,33,30,24,18,11,"FRANKLIN_PK","1777 E. BROAD","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0037","42602",1,39.96523,-82.95549,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",6282,72,273,365,0,318,"","","Certification not required",0,8.88093,6.115001,42,"2013-04-04 22:00",42,"2013-12-19 17:00",41,"2013-04-04 21:00",41,"2013-04-26 21:00","","","","",30,26,21,17,11,7,3,"FRANKLIN_PK","1777 E. BROAD","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0037","44201",1,39.96523,-82.95549,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4898,100,214,214,0,238,0,0,"Certification not required",492,0.049093,0.011789,0.09,"2013-06-20 15:00",0.078,"2013-06-21 18:00",0.075,"2013-06-05 16:00",0.075,"2013-08-19 14:00","","","","",0.075,0.074,0.069,0.063,0.057,0.05,0.034,"FRANKLIN_PK","1777 E. BROAD","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0037","44201",1,39.96523,-82.95549,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,214,214,0,0,0,0,"Certification not required",0,0.044023,0.011498,0.08,"2013-06-20 11:00",0.072,"2013-06-25 12:00",0.071,"2013-06-21 12:00",0.07,"2013-05-15 10:00","","","","",0.071,0.07,0.063,0.056,0.052,0.046,0.03,"FRANKLIN_PK","1777 E. BROAD","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0037","44201",1,39.96523,-82.95549,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,214,214,0,0,1,1,"Certification not required",0,0.044023,0.011498,0.08,"2013-06-20 11:00",0.072,"2013-06-25 12:00",0.071,"2013-06-21 12:00",0.07,"2013-05-15 10:00","","","","",0.071,0.07,0.063,0.056,0.052,0.046,0.03,"FRANKLIN_PK","1777 E. BROAD","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0037","62107",1,39.96523,-82.95549,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",6584,75,274,365,0,16,"","","Certification not required",0,77.485267,5.825512,93,"2013-04-10 11:00",93,"2013-04-10 12:00",93,"2013-04-10 13:00",93,"2013-04-10 14:00","","","","",89,88,86,84,82,79,70,"FRANKLIN_PK","1777 E. BROAD","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0081","44201",1,40.0877,-82.959773,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4873,100,213,214,0,263,0,0,"Certification not required",283,0.046549,0.011528,0.091,"2013-06-20 16:00",0.078,"2013-08-20 15:00",0.076,"2013-06-05 15:00",0.071,"2013-05-15 13:00","","","","",0.076,0.071,0.064,0.061,0.053,0.048,0.031,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0081","44201",1,40.0877,-82.959773,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5097,99,211,214,0,0,0,0,"Certification not required",0,0.041621,0.011049,0.081,"2013-06-20 11:00",0.07,"2013-06-05 10:00",0.068,"2013-06-21 10:00",0.065,"2013-05-15 09:00","","","","",0.068,0.065,0.059,0.054,0.048,0.043,0.027,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0081","44201",1,40.0877,-82.959773,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5097,99,211,214,0,0,1,1,"Certification not required",0,0.041621,0.011049,0.081,"2013-06-20 11:00",0.07,"2013-06-05 10:00",0.068,"2013-06-21 10:00",0.065,"2013-05-15 09:00","","","","",0.068,0.065,0.059,0.054,0.048,0.043,0.027,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0081","62107",1,40.0877,-82.959773,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5135,59,214,365,0,1,"","","Certification not required",0,71.247712,2.102965,80,"2013-07-16 23:00",79,"2013-07-16 22:00",79,"2013-07-17 00:00",79,"2013-07-17 01:00","","","","",77,75,75,73,73,71,70,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2013-12-12" +"39","049","0081","68103",6,40.0877,-82.959773,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.801923,9.736116,24,"2013-07-15 00:00",21.7,"2013-07-09 00:00",21.1,"2013-07-03 00:00",20.8,"2013-07-21 00:00","","","","",24,21.7,21.1,20,17,11.6,-4.1,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","68104",6,40.0877,-82.959773,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,19.128846,11.459773,36.5,"2013-07-15 00:00",32.8,"2013-07-09 00:00",32.3,"2013-07-21 00:00",32.3,"2013-08-26 00:00","","","","",36.5,32.8,32.3,31.9,29.9,21.8,2.2,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","68105",1,40.0877,-82.959773,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",121,99,121,122,0,2,"","","Certification not required",0,11.455372,10.947381,29.5,"2013-07-18 00:00",29.2,"2013-07-15 00:00",29,"2013-09-10 00:00",27.6,"2013-06-12 00:00","","","","",29.2,29,25.4,24.6,21.4,13.2,-3,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0081","68105",6,40.0877,-82.959773,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.684615,10.281706,29.3,"2013-07-15 00:00",25.5,"2013-07-21 00:00",25.2,"2013-07-03 00:00",25.2,"2013-08-26 00:00","","","","",29.3,25.5,25.2,25,22.7,16.5,-0.3,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","68106",6,40.0877,-82.959773,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,731.230769,6.251636,748,"2013-01-22 00:00",745,"2013-01-04 00:00",742,"2013-01-10 00:00",742,"2013-10-25 00:00","","","","",748,745,742,739,735,731,723,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","68107",6,40.0877,-82.959773,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,739.75,6.540597,758,"2013-01-10 00:00",752,"2013-01-22 00:00",751,"2013-01-04 00:00",751,"2013-01-28 00:00","","","","",758,752,751,748,744,739,732,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","68108",1,40.0877,-82.959773,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,2,"","","Certification not required",0,738.85124,5.427801,755,"2013-01-22 00:00",754,"2013-01-10 00:00",753,"2013-01-07 00:00",751,"2013-01-04 00:00","","","","",754,753,748,746,742,738,733,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0081","68108",6,40.0877,-82.959773,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,734.096154,5.948338,750,"2013-01-22 00:00",749,"2013-01-10 00:00",747,"2013-01-04 00:00",743,"2013-10-25 00:00","","","","",750,749,747,741,738,734,728,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88101",1,40.0877,-82.959773,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,2,0,0,"Certification not required",0,9.818182,5.027939,29,"2013-12-03 00:00",28.3,"2013-01-07 00:00",23.6,"2013-09-10 00:00",20.2,"2013-08-20 00:00","","","","",28.3,23.6,17.8,15.5,12.7,9.2,4.1,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0081","88101",1,40.0877,-82.959773,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,2,"","","Certification not required",0,9.818182,5.027939,29,"2013-12-03 00:00",28.3,"2013-01-07 00:00",23.6,"2013-09-10 00:00",20.2,"2013-08-20 00:00","","","","",28.3,23.6,17.8,15.5,12.7,9.2,4.1,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-12" +"39","049","0081","88102",6,40.0877,-82.959773,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.020606,0.011076,0.069,"2013-08-08 00:00",0.068,"2013-07-15 00:00",0.04,"2013-10-13 00:00",0.026,"2013-05-10 00:00","","","","",0.069,0.068,0.04,0.026,0.021,0.0195,0.0135,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88103",6,40.0877,-82.959773,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000731,0.001345,0.009,"2013-09-07 00:00",0.002,"2013-06-03 00:00",0.002,"2013-07-21 00:00",0.002,"2013-08-02 00:00","","","","",0.009,0.002,0.002,0.002,0.001,0,0,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88104",6,40.0877,-82.959773,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",27,0.025212,0.042378,0.307,"2013-07-15 00:00",0.069,"2013-06-27 00:00",0.051,"2013-05-16 00:00",0.05,"2013-09-01 00:00","","","","",0.307,0.069,0.051,0.041,0.03,0.0125,0.0065,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88107",6,40.0877,-82.959773,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006836,0.006624,0.0295,"2013-01-10 00:00",0.0295,"2013-01-16 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88109",6,40.0877,-82.959773,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.003899,0.002067,0.0112,"2013-03-11 00:00",0.0086,"2013-01-16 00:00",0.007,"2013-01-10 00:00",0.0068,"2013-06-15 00:00","","","","",0.0112,0.0086,0.007,0.0062,0.0052,0.0036,0.0013,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88110",6,40.0877,-82.959773,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000769,0.00212,0.011,"2013-03-29 00:00",0.008,"2013-09-01 00:00",0.006,"2013-08-02 00:00",0.004,"2013-01-16 00:00","","","","",0.011,0.008,0.006,0.002,0,0,0,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88111",6,40.0877,-82.959773,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.033861,0.025453,0.124,"2013-07-15 00:00",0.122,"2013-04-16 00:00",0.0689,"2013-09-07 00:00",0.0687,"2013-05-16 00:00","","","","",0.124,0.122,0.0689,0.0654,0.0434,0.0275,0.0085,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88112",6,40.0877,-82.959773,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004346,0.009593,0.05,"2013-10-01 00:00",0.039,"2013-10-13 00:00",0.033,"2013-10-07 00:00",0.017,"2013-09-25 00:00","","","","",0.05,0.039,0.033,0.005,0.003,0.002,0,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88113",6,40.0877,-82.959773,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000692,0.000171,0.0016,"2013-01-28 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-03-17 00:00","","","","",0.0016,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88114",6,40.0877,-82.959773,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.002024,0.001617,0.008,"2013-07-27 00:00",0.0056,"2013-08-20 00:00",0.005,"2013-01-10 00:00",0.005,"2013-03-23 00:00","","","","",0.008,0.0056,0.005,0.0048,0.0025,0.00125,0.00065,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88115",6,40.0877,-82.959773,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",28,0.008178,0.007424,0.043,"2013-01-04 00:00",0.029,"2013-01-28 00:00",0.0205,"2013-10-13 00:00",0.0183,"2013-02-03 00:00","","","","",0.043,0.029,0.0205,0.015,0.0108,0.0055,0.0025,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88117",6,40.0877,-82.959773,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006913,0.010649,0.0435,"2013-01-10 00:00",0.0435,"2013-01-16 00:00",0.0435,"2013-03-23 00:00",0.043,"2013-03-17 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88118",6,40.0877,-82.959773,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009596,0.006601,0.023,"2013-01-10 00:00",0.023,"2013-01-16 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88126",6,40.0877,-82.959773,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.062381,0.03664,0.237,"2013-07-15 00:00",0.136,"2013-03-23 00:00",0.125,"2013-10-01 00:00",0.105,"2013-08-08 00:00","","","","",0.237,0.136,0.125,0.0972,0.0759,0.0582,0.0255,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88128",6,40.0877,-82.959773,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001385,0.001623,0.005,"2013-07-27 00:00",0.005,"2013-10-01 00:00",0.004,"2013-03-05 00:00",0.004,"2013-03-29 00:00","","","","",0.005,0.005,0.004,0.004,0.002,0.001,0,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88131",6,40.0877,-82.959773,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.010471,0.004171,0.022,"2013-07-03 00:00",0.021,"2013-10-01 00:00",0.018,"2013-05-16 00:00",0.018,"2013-05-28 00:00","","","","",0.022,0.021,0.018,0.0165,0.011,0.008,0.007,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88132",6,40.0877,-82.959773,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001404,0.001302,0.005,"2013-06-09 00:00",0.005,"2013-08-20 00:00",0.004,"2013-03-05 00:00",0.003,"2013-01-10 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88136",6,40.0877,-82.959773,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000135,0.000345,0.001,"2013-03-05 00:00",0.001,"2013-04-22 00:00",0.001,"2013-06-09 00:00",0.001,"2013-06-27 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88140",6,40.0877,-82.959773,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.010709,0.010122,0.0578,"2013-09-25 00:00",0.0495,"2013-07-27 00:00",0.0303,"2013-08-08 00:00",0.028,"2013-04-10 00:00","","","","",0.0578,0.0495,0.0303,0.0176,0.009,0.009,0.0055,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88152",6,40.0877,-82.959773,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005487,0.001464,0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00445,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88154",6,40.0877,-82.959773,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001153,0.000369,0.0031,"2013-04-28 00:00",0.0017,"2013-06-21 00:00",0.0014,"2013-04-16 00:00",0.0013,"2013-02-03 00:00","","","","",0.0031,0.0017,0.0014,0.0013,0.0013,0.00125,0.00065,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88160",6,40.0877,-82.959773,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.012538,0.003523,0.018,"2013-01-22 00:00",0.018,"2013-05-04 00:00",0.018,"2013-05-10 00:00",0.018,"2013-07-27 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88161",6,40.0877,-82.959773,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.0032,0.002734,0.018,"2013-07-15 00:00",0.0107,"2013-03-29 00:00",0.0101,"2013-06-27 00:00",0.0064,"2013-03-23 00:00","","","","",0.018,0.0107,0.0101,0.0048,0.00265,0.0025,0.0021,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88164",6,40.0877,-82.959773,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001573,0.000236,0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00",0.0019,"2013-06-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88165",6,40.0877,-82.959773,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.070444,0.094189,0.659,"2013-07-15 00:00",0.236,"2013-06-27 00:00",0.183,"2013-05-16 00:00",0.121,"2013-04-16 00:00","","","","",0.659,0.236,0.183,0.111,0.086,0.054,0.0122,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88166",6,40.0877,-82.959773,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007677,0.004504,0.0185,"2013-01-22 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-05-10 00:00",0.0185,"2013-07-27 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88167",6,40.0877,-82.959773,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.010431,0.006604,0.0298,"2013-09-07 00:00",0.0281,"2013-08-20 00:00",0.0249,"2013-09-19 00:00",0.023,"2013-01-10 00:00","","","","",0.0298,0.0281,0.0249,0.0193,0.0145,0.0093,0.0032,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88168",6,40.0877,-82.959773,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001394,0.001231,0.0091,"2013-03-29 00:00",0.0047,"2013-06-21 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-05-04 00:00","","","","",0.0091,0.0047,0.00175,0.00175,0.00155,0.00115,0.00085,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88169",6,40.0877,-82.959773,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.909923,0.49419,2.56,"2013-08-20 00:00",2.32,"2013-09-19 00:00",1.88,"2013-10-13 00:00",1.63,"2013-07-27 00:00","","","","",2.56,2.32,1.88,1.55,1.16,0.833,0.348,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88176",6,40.0877,-82.959773,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000943,0.000218,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88180",6,40.0877,-82.959773,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.051244,0.02243,0.118,"2013-07-03 00:00",0.094,"2013-07-15 00:00",0.0929,"2013-08-20 00:00",0.087,"2013-09-07 00:00","","","","",0.118,0.094,0.0929,0.0795,0.0673,0.0507,0.0235,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88184",6,40.0877,-82.959773,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.044837,0.043596,0.242,"2013-04-10 00:00",0.144,"2013-05-04 00:00",0.124,"2013-09-25 00:00",0.122,"2013-03-17 00:00","","","","",0.242,0.144,0.124,0.1,0.06,0.027,0.0155,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88185",6,40.0877,-82.959773,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003226,0.003363,0.0115,"2013-01-22 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88301",6,40.0877,-82.959773,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.031692,0.662501,2.88,"2013-01-16 00:00",2.4,"2013-02-03 00:00",2.35,"2013-03-29 00:00",2.22,"2013-09-19 00:00","","","","",2.88,2.4,2.35,1.99,1.52,0.924,0.246,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88302",6,40.0877,-82.959773,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.062413,0.049409,0.295,"2013-04-10 00:00",0.16,"2013-05-04 00:00",0.15,"2013-01-04 00:00",0.15,"2013-07-09 00:00","","","","",0.295,0.16,0.15,0.13,0.0738,0.051,0.017,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88303",6,40.0877,-82.959773,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.037535,0.021962,0.099,"2013-07-03 00:00",0.094,"2013-07-09 00:00",0.092,"2013-01-04 00:00",0.078,"2013-10-01 00:00","","","","",0.099,0.094,0.092,0.064,0.046,0.036,0.012,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88306",6,40.0877,-82.959773,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.63025,1.654994,6.84,"2013-01-16 00:00",6.14,"2013-03-29 00:00",5.58,"2013-01-10 00:00",5.56,"2013-03-23 00:00","","","","",6.84,6.14,5.58,3.76,2.02,0.903,0.348,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88355",6,40.0877,-82.959773,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.10106,0.814035,3.63,"2013-06-21 00:00",3.37,"2013-08-20 00:00",3.3,"2013-01-28 00:00",3.3,"2013-10-31 00:00","","","","",3.63,3.63,3.3,3.19,2.93,1.96,1.01,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88357",6,40.0877,-82.959773,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.59824,0.369051,1.67,"2013-01-28 00:00",1.5,"2013-09-07 00:00",1.31,"2013-08-02 00:00",1.19,"2013-08-08 00:00","","","","",1.67,1.67,1.31,1.19,0.737,0.529,0.248,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88370",6,40.0877,-82.959773,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.75678,0.67565,3.31,"2013-01-28 00:00",2.92,"2013-06-21 00:00",2.73,"2013-10-31 00:00",2.7,"2013-10-13 00:00","","","","",3.31,3.31,2.73,2.68,2.33,1.7,0.837,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88374",6,40.0877,-82.959773,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.10044,0.080431,0.391,"2013-03-23 00:00",0.355,"2013-04-04 00:00",0.259,"2013-06-21 00:00",0.221,"2013-01-10 00:00","","","","",0.391,0.391,0.259,0.205,0.12,0.09,0.027,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88375",6,40.0877,-82.959773,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.48694,0.192102,0.977,"2013-06-21 00:00",0.869,"2013-05-28 00:00",0.806,"2013-09-07 00:00",0.787,"2013-01-28 00:00","","","","",0.977,0.977,0.806,0.78,0.651,0.449,0.265,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88376",6,40.0877,-82.959773,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.64348,0.274937,1.41,"2013-01-28 00:00",1.14,"2013-10-13 00:00",0.993,"2013-10-31 00:00",0.985,"2013-08-02 00:00","","","","",1.41,1.41,0.993,0.943,0.877,0.625,0.272,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88377",6,40.0877,-82.959773,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.44322,0.210948,1.04,"2013-01-28 00:00",0.935,"2013-10-13 00:00",0.846,"2013-08-20 00:00",0.769,"2013-10-31 00:00","","","","",1.04,1.04,0.846,0.728,0.572,0.422,0.201,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88378",6,40.0877,-82.959773,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",33,0.08312,0.154637,0.679,"2013-06-09 00:00",0.578,"2013-06-21 00:00",0.431,"2013-07-03 00:00",0.331,"2013-05-28 00:00","","","","",0.679,0.679,0.431,0.277,0.138,0.001,0.001,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88380",6,40.0877,-82.959773,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.94238,0.430496,2.08,"2013-09-07 00:00",1.97,"2013-08-20 00:00",1.66,"2013-01-28 00:00",1.65,"2013-06-15 00:00","","","","",2.08,2.08,1.66,1.61,1.19,0.89,0.434,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88383",6,40.0877,-82.959773,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.82282,0.356938,1.66,"2013-06-21 00:00",1.64,"2013-09-07 00:00",1.54,"2013-08-20 00:00",1.36,"2013-06-15 00:00","","","","",1.66,1.66,1.54,1.34,1.01,0.808,0.333,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88384",6,40.0877,-82.959773,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.18267,0.112936,0.45,"2013-10-01 00:00",0.414,"2013-09-07 00:00",0.404,"2013-08-20 00:00",0.39,"2013-08-26 00:00","","","","",0.45,0.45,0.404,0.367,0.251,0.169,0.0532,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88385",6,40.0877,-82.959773,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",13,0.019441,0.024942,0.131,"2013-01-28 00:00",0.077,"2013-07-15 00:00",0.0698,"2013-08-02 00:00",0.0638,"2013-05-04 00:00","","","","",0.131,0.131,0.0698,0.0508,0.0265,0.01,0.001,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88388",6,40.0877,-82.959773,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",7,0.42696,0.304042,1.28,"2013-06-21 00:00",1.09,"2013-06-09 00:00",0.966,"2013-07-03 00:00",0.803,"2013-08-20 00:00","","","","",1.28,1.28,0.966,0.782,0.638,0.415,0.001,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88403",6,40.0877,-82.959773,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.322962,1.15979,5.48,"2013-09-19 00:00",4.9,"2013-08-20 00:00",4.78,"2013-10-13 00:00",4.71,"2013-07-27 00:00","","","","",5.48,4.9,4.78,3.93,2.88,2.11,0.96,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","049","0081","88502",6,40.0877,-82.959773,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.198077,4.327454,20,"2013-08-20 00:00",19.6,"2013-01-16 00:00",18.5,"2013-10-13 00:00",18.2,"2013-01-28 00:00","","","","",20,19.6,18.5,17.2,14.6,10.7,5.3,"MAPLE_C","5750 MAPLE CANYON","Ohio","Franklin","Columbus","Columbus, OH","2014-02-14" +"39","051","0001","14103",3,41.57588,-83.9959,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.001135,0.000705,0.00251,"2013-07-01 00:00",0.00197,"2013-06-01 00:00",0.0015,"2013-09-01 00:00",0.00135,"2013-04-01 00:00","","","","",0.00251,0.00251,0.00251,0.00197,0.0015,0.00102,0.00046,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14105",3,41.57588,-83.9959,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.047909,0.003239,0.051,"2013-06-01 00:00",0.051,"2013-09-01 00:00",0.051,"2013-11-01 00:00",0.05,"2013-05-01 00:00","","","","",0.051,0.051,0.051,0.051,0.051,0.05,0.044,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14110",3,41.57588,-83.9959,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.00023,8.8e-05,0.00041,"2013-04-01 00:00",0.00036,"2013-01-01 00:00",0.00026,"2013-07-01 00:00",0.00024,"2013-08-01 00:00","","","","",0.00041,0.00041,0.00041,0.00036,0.00026,0.00022,0.00013,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14112",3,41.57588,-83.9959,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.001321,0.000294,0.00176,"2013-08-01 00:00",0.00167,"2013-03-01 00:00",0.00159,"2013-09-01 00:00",0.0015,"2013-04-01 00:00","","","","",0.00176,0.00176,0.00176,0.00167,0.00159,0.00134,0.00095,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14128",3,41.57588,-83.9959,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.041364,0.025033,0.096,"2013-10-01 00:00",0.065,"2013-11-01 00:00",0.057,"2013-01-01 00:00",0.054,"2013-05-01 00:00","","","","",0.096,0.096,0.096,0.065,0.057,0.039,0.017,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14129",1,41.57588,-83.9959,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,0.04675,0.059026,0.26,"2013-10-07 00:00",0.23,"2013-10-25 00:00",0.215,"2013-11-18 00:00",0.175,"2013-01-22 00:00","","","","",0.26,0.23,0.215,0.109,0.074,0.019,0.006,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14129",2,41.57588,-83.9959,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,4,0,0,"Certification not required",0,0.043077,0.061373,0.282,"2013-10-07 00:00",0.234,"2013-10-25 00:00",0.22,"2013-11-18 00:00",0.131,"2013-01-22 00:00","","","","",0.282,0.234,0.22,0.112,0.055,0.013,0.005,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14132",3,41.57588,-83.9959,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.011918,0.003411,0.018,"2013-05-01 00:00",0.017,"2013-08-01 00:00",0.013,"2013-03-01 00:00",0.013,"2013-04-01 00:00","","","","",0.018,0.018,0.018,0.017,0.013,0.012,0.0086,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14136",3,41.57588,-83.9959,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.000912,0.000223,0.00133,"2013-01-01 00:00",0.00114,"2013-03-01 00:00",0.00105,"2013-08-01 00:00",0.00104,"2013-05-01 00:00","","","","",0.00133,0.00133,0.00133,0.00114,0.00105,0.00092,0.0007,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","051","0001","14167",3,41.57588,-83.9959,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.179,0.103575,0.34,"2013-04-01 00:00",0.3,"2013-01-01 00:00",0.27,"2013-10-01 00:00",0.25,"2013-07-01 00:00","","","","",0.34,0.34,0.34,0.3,0.27,0.17,0.052,"DELTA","200 VAN BUREN","Ohio","Fulton","Delta","Toledo, OH","2014-01-02" +"39","055","0004","44201",1,41.515051,-81.249906,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5115,100,214,214,0,21,0,0,"Certification not required",0,0.047262,0.010956,0.078,"2013-06-21 16:00",0.075,"2013-05-15 16:00",0.073,"2013-05-29 15:00",0.07,"2013-08-20 14:00","","","","",0.073,0.069,0.067,0.062,0.055,0.047,0.034,"GEAUGA","13000 AUBURN","Ohio","Geauga","","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","055","0004","44201",1,41.515051,-81.249906,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.042902,0.010573,0.074,"2013-06-21 11:00",0.07,"2013-05-15 12:00",0.066,"2013-09-10 11:00",0.065,"2013-05-29 11:00","","","","",0.066,0.065,0.061,0.056,0.051,0.042,0.029,"GEAUGA","13000 AUBURN","Ohio","Geauga","","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","055","0004","44201",1,41.515051,-81.249906,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.042902,0.010573,0.074,"2013-06-21 11:00",0.07,"2013-05-15 12:00",0.066,"2013-09-10 11:00",0.065,"2013-05-29 11:00","","","","",0.066,0.065,0.061,0.056,0.051,0.042,0.029,"GEAUGA","13000 AUBURN","Ohio","Geauga","","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","057","0005","68105",1,39.80834,-83.88711,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,11.49916,10.001648,27.3,"2013-07-15 00:00",27.2,"2013-09-10 00:00",26.9,"2013-07-18 00:00",26.3,"2013-07-09 00:00","","","","",27.2,26.9,24.5,23.7,20.8,13.3,-2,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","68105",2,39.80834,-83.88711,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,2,"","","Certification not required",0,10.413559,10.756673,26.7,"2013-07-15 00:00",25.8,"2013-07-09 00:00",23.9,"2013-06-27 00:00",23.9,"2013-07-21 00:00","","","","",26.7,25.8,23.9,23.7,20.6,13.4,-4,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","68108",1,39.80834,-83.88711,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,736.655462,4.152673,747,"2013-11-24 00:00",745,"2013-03-08 00:00",745,"2013-11-12 00:00",745,"2013-12-24 00:00","","","","",745,745,744,742,739,737,732,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","68108",2,39.80834,-83.88711,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,2,"","","Certification not required",0,735.322034,5.103889,748,"2013-11-24 00:00",745,"2013-11-12 00:00",745,"2013-12-24 00:00",744,"2013-01-10 00:00","","","","",748,745,745,742,739,735,729,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","81102",1,39.80834,-83.88711,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,13.683333,5.460154,25,"2013-08-26 00:00",23,"2013-06-09 00:00",23,"2013-09-07 00:00",22,"2013-01-28 00:00","","","","",25,23,23,22,17,14,6,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-13" +"39","057","0005","88101",1,39.80834,-83.88711,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,9.688235,4.470851,27,"2013-12-03 00:00",25.3,"2013-09-10 00:00",19,"2013-06-24 00:00",18.8,"2013-01-16 00:00","","","","",25.3,19,16.2,15.4,12.4,9.5,4.1,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","88101",1,39.80834,-83.88711,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,9.688235,4.470851,27,"2013-12-03 00:00",25.3,"2013-09-10 00:00",19,"2013-06-24 00:00",18.8,"2013-01-16 00:00","","","","",25.3,19,16.2,15.4,12.4,9.5,4.1,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","88101",2,39.80834,-83.88711,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,9.947458,3.930971,19.4,"2013-01-16 00:00",18.8,"2013-01-28 00:00",17.5,"2013-03-23 00:00",17.1,"2013-08-20 00:00","","","","",19.4,18.8,17.5,15,12.6,9.9,4.7,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","88101",2,39.80834,-83.88711,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,9.947458,3.930971,19.4,"2013-01-16 00:00",18.8,"2013-01-28 00:00",17.5,"2013-03-23 00:00",17.1,"2013-08-20 00:00","","","","",19.4,18.8,17.5,15,12.6,9.9,4.7,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-24" +"39","057","0005","88501",3,39.80834,-83.88711,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8591,98,357,365,0,169,"","","Certification not required",0,9.758131,8.617076,240.5,"2013-12-14 22:00",221.5,"2013-12-14 20:00",219.6,"2013-12-14 19:00",219.3,"2013-12-14 21:00","","","","",32.7,27.6,21.8,17.7,12.4,8,3.4,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-13" +"39","057","0005","88501",3,39.80834,-83.88711,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,9.734174,5.731537,71.7,"2013-12-14 00:00",31.6,"2013-12-15 00:00",27.7,"2013-12-02 00:00",23.2,"2013-02-05 00:00","","","","",23.2,22.2,19.9,15.9,12.1,8.4,4.7,"YELLOW SPRINGS","100 DAYTON ST.","Ohio","Greene","Yellow Springs","Dayton, OH","2014-01-13" +"39","057","0006","44201",1,39.66575,-83.94285,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5088,99,212,214,0,48,0,0,"Certification not required",173,0.049009,0.011743,0.09,"2013-09-10 15:00",0.09,"2013-09-11 17:00",0.079,"2013-08-30 16:00",0.073,"2013-08-12 15:00","","","","",0.079,0.07,0.067,0.064,0.057,0.049,0.034,"XENIA","541 LEDBETTER RD.,","Ohio","Greene","Xenia","Dayton, OH","2013-11-06" +"39","057","0006","44201",1,39.66575,-83.94285,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5098,99,212,214,0,0,0,0,"Certification not required",0,0.043797,0.01082,0.078,"2013-09-11 12:00",0.075,"2013-09-10 11:00",0.068,"2013-05-15 12:00",0.066,"2013-06-12 11:00","","","","",0.068,0.063,0.06,0.058,0.051,0.044,0.03,"XENIA","541 LEDBETTER RD.,","Ohio","Greene","Xenia","Dayton, OH","2013-11-06" +"39","057","0006","44201",1,39.66575,-83.94285,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5098,99,212,214,0,0,1,1,"Certification not required",0,0.043797,0.01082,0.078,"2013-09-11 12:00",0.075,"2013-09-10 11:00",0.068,"2013-05-15 12:00",0.066,"2013-06-12 11:00","","","","",0.068,0.063,0.06,0.058,0.051,0.044,0.03,"XENIA","541 LEDBETTER RD.,","Ohio","Greene","Xenia","Dayton, OH","2013-11-06" +"39","061","0006","44201",1,39.2787,-84.36612,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5006,98,209,214,0,130,0,0,"Certification not required",221,0.050153,0.012308,0.083,"2013-09-10 13:00",0.078,"2013-09-11 14:00",0.076,"2013-05-15 15:00",0.076,"2013-06-12 15:00","","","","",0.076,0.076,0.07,0.067,0.058,0.051,0.033,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","061","0006","44201",1,39.2787,-84.36612,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4993,95,204,214,0,0,0,0,"Certification not required",0,0.045127,0.011338,0.074,"2013-05-15 11:00",0.07,"2013-09-11 12:00",0.069,"2013-06-12 12:00",0.069,"2013-09-08 11:00","","","","",0.069,0.067,0.065,0.06,0.053,0.046,0.03,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","061","0006","44201",1,39.2787,-84.36612,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4993,95,204,214,0,0,0,0,"Certification not required",0,0.045127,0.011338,0.074,"2013-05-15 11:00",0.07,"2013-09-11 12:00",0.069,"2013-06-12 12:00",0.069,"2013-09-08 11:00","","","","",0.069,0.067,0.065,0.06,0.053,0.046,0.03,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","061","0006","68105",1,39.2787,-84.36612,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,13.285714,10.59594,31.5,"2013-07-18 00:00",30.2,"2013-07-15 00:00",29.7,"2013-09-10 00:00",29.1,"2013-06-12 00:00","","","","",30.2,29.7,27.3,26.1,23.2,14.8,-0.9,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0006","68108",1,39.2787,-84.36612,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,744.092437,5.107309,758,"2013-11-24 00:00",755,"2013-11-12 00:00",754,"2013-10-25 00:00",754,"2013-12-12 00:00","","","","",755,754,753,751,748,744,737,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0006","88101",1,39.2787,-84.36612,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,10.088235,4.754466,26.5,"2013-12-03 00:00",24.4,"2013-01-07 00:00",23.2,"2013-09-10 00:00",21.4,"2013-01-01 00:00","","","","",24.4,23.2,20,16.7,12.7,8.7,4.7,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0006","88101",1,39.2787,-84.36612,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,10.088235,4.754466,26.5,"2013-12-03 00:00",24.4,"2013-01-07 00:00",23.2,"2013-09-10 00:00",21.4,"2013-01-01 00:00","","","","",24.4,23.2,20,16.7,12.7,8.7,4.7,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0006","88501",3,39.2787,-84.36612,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8719,100,363,365,0,41,"","","Certification not required",0,11.891845,7.385149,59.2,"2013-04-24 22:00",54.9,"2013-10-09 19:00",54.2,"2013-09-14 21:00",52.7,"2013-01-16 21:00","","","","",34.9,30.9,25.6,21.8,15.9,10.6,3.8,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0006","88501",3,39.2787,-84.36612,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",363,99,363,365,0,0,"","","Certification not required",0,11.841598,5.258905,30.8,"2013-12-02 00:00",29.6,"2013-07-19 00:00",26.9,"2013-09-10 00:00",25.8,"2013-02-05 00:00","","","","",25.8,24.5,21.5,19.2,14.9,11.1,5.7,"SYCAMORE","11590 GROOMS RD","Ohio","Hamilton","Blue Ash","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","42401",2,39.21494,-84.69086,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8508,97,351,365,0,252,2,"","Certification not required",0,10.549858,15.097292,85,"2013-03-15 14:00",80,"2013-06-26 09:00",73,"2013-08-30 10:00",68,"2013-08-02 11:00","","","","",68,59,41,32,15,3,0,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","42401",2,39.21494,-84.69086,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8508,97,351,365,0,252,"","","Certification not required",0,1.719205,5.426992,85,"2013-03-15 14:00",80,"2013-06-26 09:00",73,"2013-08-30 10:00",71,"2013-06-26 10:00","","","","",28,20,9,4,1,0,0,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","42401",2,39.21494,-84.69086,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",351,96,351,365,0,0,0,"","Certification not required",0,1.703419,2.497299,15.2,"2013-06-26 00:00",11.9,"2013-12-12 00:00",11.7,"2013-01-23 00:00",11,"2013-03-15 00:00","","","","",11,10.5,6.9,5.2,2.4,0.6,0,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","42401",2,39.21494,-84.69086,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2808,96,350,365,0,0,"",0,"Certification not required",0,1.704416,4.676248,65.3,"2013-06-26 11:00",48,"2013-03-15 14:00",44.3,"2013-08-30 11:00",42,"2013-09-01 14:00","","","","",24,18,9.6,4.6,1,0,0,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","42406",1,39.21494,-84.69086,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8448,96,348,365,0,312,"","","Certification not required",0,2.926491,9.516619,246,"2013-08-30 09:00",201,"2013-08-30 10:00",156,"2013-03-15 14:00",154,"2013-03-15 13:00","","","","",46,33,17,6,1,0,0,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","44201",1,39.21494,-84.69086,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5030,97,208,214,0,106,0,0,"Certification not required",1188,0.049149,0.012508,0.081,"2013-06-05 15:00",0.077,"2013-06-20 15:00",0.074,"2013-09-09 14:00",0.073,"2013-05-15 15:00","","","","",0.074,0.072,0.067,0.064,0.058,0.051,0.032,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","061","0010","44201",1,39.21494,-84.69086,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5029,97,208,214,0,0,0,0,"Certification not required",0,0.042683,0.011758,0.073,"2013-06-05 11:00",0.071,"2013-05-15 12:00",0.069,"2013-06-20 11:00",0.064,"2013-08-18 11:00","","","","",0.069,0.063,0.06,0.057,0.051,0.044,0.026,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","061","0010","44201",1,39.21494,-84.69086,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5029,97,208,214,0,0,0,0,"Certification not required",0,0.042683,0.011758,0.073,"2013-06-05 11:00",0.071,"2013-05-15 12:00",0.069,"2013-06-20 11:00",0.064,"2013-08-18 11:00","","","","",0.069,0.063,0.06,0.057,0.051,0.044,0.026,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","061","0010","68105",1,39.21494,-84.69086,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,12.690833,10.171752,29.7,"2013-07-18 00:00",28.3,"2013-07-09 00:00",28.2,"2013-07-15 00:00",28.1,"2013-06-12 00:00","","","","",28.3,28.2,26.2,25,22.1,14,-0.4,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","68108",1,39.21494,-84.69086,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,1,"","","Certification not required",0,749.226891,4.808955,764,"2013-11-24 00:00",762,"2013-12-24 00:00",761,"2013-12-12 00:00",760,"2013-11-12 00:00","","","","",762,761,758,756,752,749,743,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","88101",1,39.21494,-84.69086,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,10.526667,4.801116,25.9,"2013-12-03 00:00",24.8,"2013-09-10 00:00",22.4,"2013-01-07 00:00",22.3,"2013-08-20 00:00","","","","",24.8,22.4,19.5,16.7,13.7,10,5,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","88101",1,39.21494,-84.69086,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,10.526667,4.801116,25.9,"2013-12-03 00:00",24.8,"2013-09-10 00:00",22.4,"2013-01-07 00:00",22.3,"2013-08-20 00:00","","","","",24.8,22.4,19.5,16.7,13.7,10,5,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","88501",3,39.21494,-84.69086,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7961,91,329,365,0,799,"","","Certification not required",0,14.122585,7.401235,53.6,"2013-02-05 09:00",47.9,"2013-02-05 08:00",45.9,"2013-11-30 00:00",45.6,"2013-12-25 00:00","","","","",35.5,32.5,27.9,24.1,18.6,13,5.7,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0010","88501",3,39.21494,-84.69086,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,14.093009,5.419909,32.7,"2013-12-02 00:00",31.7,"2013-12-16 00:00",30.2,"2013-12-03 00:00",30,"2013-02-05 00:00","","","","",30,26.8,24.4,21.6,17.4,13.7,7.5,"COLERAIN","6950 RIPPLE RD.","Ohio","Hamilton","Cleves","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","17141",1,39.19433,-84.47898,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",31,100,31,31,0,0,"","","Certification not required",0,479.506452,889.656816,3152.3,"2013-07-27 00:00",2365.6,"2013-07-15 00:00",1872.5,"2013-05-28 00:00",1872.5,"2013-08-20 00:00","","","","",3152.3,3152.3,2365.6,1872.5,975.6,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","42153",1,39.19433,-84.47898,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.016129,0.07347,0.4,"2013-09-25 00:00",0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0.1,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43205",1,39.19433,-84.47898,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",23,0.733871,0.845516,3.3,"2013-11-12 00:00",2.9,"2013-10-19 00:00",2.1,"2013-07-15 00:00",1.9,"2013-03-05 00:00","","","","",3.3,3.3,2.9,1.9,0.9,0.3,0.3,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43208",1,39.19433,-84.47898,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.194516,0.030533,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43209",1,39.19433,-84.47898,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",18,3.386968,5.792985,26.4,"2013-10-31 00:00",15.2,"2013-08-08 00:00",13.8,"2013-04-10 00:00",9.9,"2013-12-18 00:00","","","","",26.4,26.4,15.2,9.9,4.7,0.4,0.4,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43218",1,39.19433,-84.47898,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43231",1,39.19433,-84.47898,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.4,1.053882,3.2,"2013-06-21 00:00",3.2,"2013-07-15 00:00",3.2,"2013-09-25 00:00",2.8,"2013-04-22 00:00","","","","",3.2,3.2,3.2,2.8,2.2,1.5,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43232",1,39.19433,-84.47898,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",21,1.116129,0.744355,3.7,"2013-03-29 00:00",2.7,"2013-01-16 00:00",2.2,"2013-06-21 00:00",2,"2013-09-25 00:00","","","","",3.7,3.7,2.7,2,1.6,0.7,0.7,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43248",1,39.19433,-84.47898,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",28,0.687097,0.349039,2.4,"2013-03-29 00:00",1.4,"2013-07-15 00:00",0.7,"2013-09-01 00:00",0.6,"2013-01-04 00:00","","","","",2.4,2.4,1.4,0.6,0.6,0.6,0.6,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43372",1,39.19433,-84.47898,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43447",1,39.19433,-84.47898,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.112903,0.352838,1.3,"2013-10-31 00:00",1.2,"2013-09-25 00:00",1,"2013-11-12 00:00",0,"2013-01-04 00:00","","","","",1.3,1.3,1.2,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43551",1,39.19433,-84.47898,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",0,10.586452,5.865841,21.8,"2013-06-21 00:00",21.1,"2013-08-08 00:00",19.5,"2013-07-15 00:00",17.88,"2013-09-01 00:00","","","","",21.8,21.8,21.1,17.88,15.5,10.3,3.8,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43552",1,39.19433,-84.47898,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",7,2.133419,1.286539,4.1,"2013-05-16 00:00",4,"2013-06-21 00:00",3.7,"2013-04-10 00:00",3.7,"2013-06-09 00:00","","","","",4.1,4.1,4,3.7,3.3,2.3,0.4,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43559",1,39.19433,-84.47898,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",30,0.648387,0.329516,2.4,"2013-05-28 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00","","","","",2.4,2.4,0.6,0.6,0.6,0.6,0.6,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43560",1,39.19433,-84.47898,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.051613,0.287368,1.6,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.6,1.6,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43801",1,39.19433,-84.47898,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.390323,0.171959,0.7,"2013-04-10 00:00",0.6,"2013-11-12 00:00",0.5,"2013-02-09 00:00",0.5,"2013-04-22 00:00","","","","",0.7,0.7,0.6,0.5,0.5,0.4,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43802",1,39.19433,-84.47898,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.209677,0.337989,1.8,"2013-11-12 00:00",0.5,"2013-03-29 00:00",0.4,"2013-07-15 00:00",0.4,"2013-12-30 00:00","","","","",1.8,1.8,0.5,0.4,0.3,0.2,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43803",1,39.19433,-84.47898,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.03871,0.105443,0.4,"2013-07-15 00:00",0.3,"2013-05-16 00:00",0.3,"2013-06-21 00:00",0.2,"2013-10-31 00:00","","","","",0.4,0.4,0.3,0.2,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43804",1,39.19433,-84.47898,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.025806,0.077321,0.4,"2013-06-09 00:00",0.1,"2013-01-28 00:00",0.1,"2013-04-22 00:00",0.1,"2013-05-28 00:00","","","","",0.4,0.4,0.1,0.1,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43806",1,39.19433,-84.47898,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43811",1,39.19433,-84.47898,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",8,0.267839,0.128549,0.61,"2013-08-08 00:00",0.44,"2013-09-25 00:00",0.42,"2013-08-20 00:00",0.403,"2013-09-01 00:00","","","","",0.61,0.61,0.44,0.403,0.35,0.26,0.095,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43812",1,39.19433,-84.47898,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43813",1,39.19433,-84.47898,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43814",1,39.19433,-84.47898,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43815",1,39.19433,-84.47898,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43817",1,39.19433,-84.47898,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.032258,0.179605,1,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1,1,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43818",1,39.19433,-84.47898,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43819",1,39.19433,-84.47898,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43820",1,39.19433,-84.47898,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43821",1,39.19433,-84.47898,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.206452,0.019757,0.21,"2013-01-04 00:00",0.21,"2013-01-16 00:00",0.21,"2013-01-28 00:00",0.21,"2013-02-09 00:00","","","","",0.21,0.21,0.21,0.21,0.21,0.21,0.21,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43823",1,39.19433,-84.47898,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",2,0.465097,0.130251,0.7,"2013-04-22 00:00",0.6,"2013-04-10 00:00",0.6,"2013-10-19 00:00",0.6,"2013-10-31 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.5,0.3,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43824",1,39.19433,-84.47898,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43826",1,39.19433,-84.47898,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43828",1,39.19433,-84.47898,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.102032,0.016524,0.105,"2013-01-04 00:00",0.105,"2013-01-16 00:00",0.105,"2013-01-28 00:00",0.105,"2013-02-09 00:00","","","","",0.105,0.105,0.105,0.105,0.105,0.105,0.105,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43829",1,39.19433,-84.47898,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43830",1,39.19433,-84.47898,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43832",1,39.19433,-84.47898,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.098387,0.00898,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43838",1,39.19433,-84.47898,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.196742,0.01814,0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43839",1,39.19433,-84.47898,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",30,0.214097,0.112607,0.8,"2013-07-15 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00","","","","",0.8,0.8,0.2,0.2,0.2,0.2,0.2,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43841",1,39.19433,-84.47898,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43843",1,39.19433,-84.47898,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43844",1,39.19433,-84.47898,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","43860",1,39.19433,-84.47898,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45109",1,39.19433,-84.47898,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.635484,2.009569,5.4,"2013-07-15 00:00",4.9,"2013-09-25 00:00",4.5,"2013-07-27 00:00",4.4,"2013-08-20 00:00","","","","",5.4,5.4,4.9,4.4,3.8,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45201",1,39.19433,-84.47898,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,1.212903,0.663195,2.6,"2013-04-22 00:00",2.6,"2013-07-27 00:00",2,"2013-01-28 00:00",2,"2013-03-29 00:00","","","","",2.6,2.6,2.6,2,1.6,1.3,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45202",1,39.19433,-84.47898,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,4.932258,3.227629,17.2,"2013-09-25 00:00",9.7,"2013-06-21 00:00",9,"2013-07-15 00:00",7.8,"2013-05-16 00:00","","","","",17.2,17.2,9.7,7.8,6.6,4.6,2,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45203",1,39.19433,-84.47898,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.409677,0.896792,3.4,"2013-07-27 00:00",2.4,"2013-05-16 00:00",2,"2013-01-04 00:00",1.7,"2013-03-29 00:00","","","","",3.4,3.4,2.4,1.7,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45204",1,39.19433,-84.47898,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.670968,1.04728,3.6,"2013-07-27 00:00",2.4,"2013-04-22 00:00",2.2,"2013-05-16 00:00",2.2,"2013-06-21 00:00","","","","",3.6,3.6,2.4,2.2,1.7,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45207",1,39.19433,-84.47898,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.874742,0.140631,0.9,"2013-01-04 00:00",0.9,"2013-01-16 00:00",0.9,"2013-01-28 00:00",0.9,"2013-02-09 00:00","","","","",0.9,0.9,0.9,0.9,0.9,0.9,0.9,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45208",1,39.19433,-84.47898,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",17,1.83871,1.235497,5.2,"2013-07-27 00:00",4.5,"2013-01-28 00:00",3.6,"2013-01-04 00:00",3.6,"2013-05-16 00:00","","","","",5.2,5.2,4.5,3.6,2.7,0.9,0.9,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45213",1,39.19433,-84.47898,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",26,1.253226,0.940827,4.5,"2013-07-15 00:00",4,"2013-05-28 00:00",2.9,"2013-06-21 00:00",2.3,"2013-04-10 00:00","","","","",4.5,4.5,4,2.3,0.9,0.9,0.9,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45220",1,39.19433,-84.47898,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.141935,0.570832,2.8,"2013-07-15 00:00",1.6,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",2.8,2.8,1.6,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45801",1,39.19433,-84.47898,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45805",1,39.19433,-84.47898,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.590323,0.053882,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45806",1,39.19433,-84.47898,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",31,0.590323,0.053882,0.6,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45807",1,39.19433,-84.47898,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","45810",1,39.19433,-84.47898,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,100,31,31,0,0,"","","Certification not required",0,0.132258,0.736382,4.1,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",4.1,4.1,0,0,0,0,0,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","46401",1,39.19433,-84.47898,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",31,51,31,61,0,0,"","","Certification not required",30,0.445161,0.290791,2,"2013-12-30 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00","","","","",2,2,0.4,0.4,0.4,0.4,0.4,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0014","68105",1,39.19433,-84.47898,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",116,32,116,365,0,0,"","","Certification not required",0,12.751724,10.397654,29.9,"2013-07-18 00:00",28.7,"2013-09-10 00:00",28.2,"2013-07-09 00:00",28.2,"2013-07-15 00:00","","","","",28.7,28.2,26.2,25.2,22.3,14.4,-1.5,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","68105",2,39.19433,-84.47898,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,1,"","","Certification not required",0,12.042857,11.185914,28.6,"2013-07-09 00:00",28.5,"2013-07-15 00:00",25.9,"2013-05-28 00:00",25.7,"2013-06-21 00:00","","","","",28.6,28.5,25.9,25.3,22.7,14,-2.8,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","68108",1,39.19433,-84.47898,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,32,116,365,0,0,"","","Certification not required",0,753.318966,5.843762,768,"2013-11-24 00:00",766,"2013-12-12 00:00",766,"2013-12-24 00:00",765,"2013-01-22 00:00","","","","",766,766,764,761,757,753,746,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","68108",2,39.19433,-84.47898,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,749.245614,5.613379,762,"2013-11-24 00:00",761,"2013-01-22 00:00",760,"2013-01-10 00:00",760,"2013-02-09 00:00","","","","",762,761,760,758,753,748,744,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","81102",1,39.19433,-84.47898,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,19.428571,6.711881,32,"2013-08-20 00:00",32,"2013-08-26 00:00",32,"2013-10-01 00:00",31,"2013-11-30 00:00","","","","",32,32,32,29,25,19,10,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","88101",1,39.19433,-84.47898,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,11.559483,5.32874,32.2,"2013-12-03 00:00",27.7,"2013-01-07 00:00",24.1,"2013-09-10 00:00",21.9,"2013-11-30 00:00","","","","",27.7,24.1,20.7,18.6,14.7,11.2,5.1,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","88101",1,39.19433,-84.47898,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,11.559483,5.32874,32.2,"2013-12-03 00:00",27.7,"2013-01-07 00:00",24.1,"2013-09-10 00:00",21.9,"2013-11-30 00:00","","","","",27.7,24.1,20.7,18.6,14.7,11.2,5.1,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","88101",2,39.19433,-84.47898,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,11.826316,4.745092,23.3,"2013-01-16 00:00",22.2,"2013-11-30 00:00",20.6,"2013-08-20 00:00",19.9,"2013-01-28 00:00","","","","",23.3,22.2,20.6,18.2,15.5,11.3,6.2,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0014","88101",2,39.19433,-84.47898,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,11.826316,4.745092,23.3,"2013-01-16 00:00",22.2,"2013-11-30 00:00",20.6,"2013-08-20 00:00",19.9,"2013-01-28 00:00","","","","",23.3,22.2,20.6,18.2,15.5,11.3,6.2,"CARTHAGE","SEYMOUR & VINE ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42101",1,39.12886,-84.50404,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Ecotech EC9830T",2013,"Parts per million","No Events",8263,94,360,365,0,497,0,0,"Certification not required",0,0.243119,0.097214,1.84,"2013-10-08 07:00",1.53,"2013-10-28 07:00",1.45,"2013-10-11 22:00",1.34,"2013-10-11 21:00","","","","",0.64,0.52,0.41,0.34,0.27,0.22,0.16,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42101",1,39.12886,-84.50404,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8631,99,358,365,0,0,0,0,"Certification not required",0,0.244641,0.082058,1,"2013-10-12 01:00",1,"2013-10-12 02:00",1,"2013-10-12 03:00",0.9,"2013-10-12 00:00",1,"2013-10-12 01:00",0.9,"2013-10-28 07:00",0.5,0.5,0.4,0.3,0.3,0.2,0.2,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42401",1,39.12886,-84.50404,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",8219,94,361,365,0,541,3,"","Certification not required",0,11.291413,13.898158,109.9,"2013-03-09 11:00",106,"2013-01-27 12:00",82.4,"2013-12-25 04:00",56.9,"2013-12-02 16:00","","","","",56.9,50.7,41,26.7,14.2,6.2,1.5,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42401",1,39.12886,-84.50404,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",8219,94,361,365,0,541,"","","Certification not required",0,2.616085,5.286086,109.9,"2013-03-09 11:00",106,"2013-01-27 12:00",98.9,"2013-01-27 13:00",95.1,"2013-01-27 16:00","","","","",24.5,16.7,9.3,5.5,2.6,1.2,0.2,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42401",1,39.12886,-84.50404,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,2.605263,2.644208,29.3,"2013-01-27 00:00",16.6,"2013-08-27 00:00",15.6,"2013-01-25 00:00",15.1,"2013-03-09 00:00","","","","",15.1,8.3,6.4,5.5,3.3,1.8,0.6,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42401",1,39.12886,-84.50404,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2614,90,340,365,0,0,"",0,"Certification not required",0,2.615111,4.661458,92.7,"2013-01-27 14:00",63.4,"2013-01-27 17:00",55.9,"2013-03-09 11:00",48.8,"2013-03-09 14:00","","","","",21.5,16.1,9.1,5.6,2.8,1.4,0.2,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42406",1,39.12886,-84.50404,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",8266,94,362,365,0,494,"","","Certification not required",0,3.910743,8.492755,205,"2013-01-27 13:00",165.8,"2013-01-27 14:00",155.9,"2013-03-09 11:00",136.8,"2013-01-27 12:00","","","","",39.7,27.1,15.1,8.6,3.4,1.6,0.4,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42600",1,39.12886,-84.50404,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",7980,91,337,365,0,780,"","","Certification not required",0,18.951479,15.33624,229.3,"2013-03-29 05:00",203.6,"2013-03-29 03:00",198,"2013-03-29 04:00",180.5,"2013-03-29 06:00","","","","",82.1,64.5,44.9,34.5,22.7,14.9,6.9,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42601",1,39.12886,-84.50404,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7684,99,319,323,0,68,"","","Certification not required",0,3.391333,9.051937,166,"2013-03-29 05:00",143,"2013-03-29 03:00",137,"2013-03-29 04:00",136,"2013-10-28 07:00","","","","",45,30,14,7,3,1,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42601",2,39.12886,-84.50404,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",7766,89,319,365,0,994,"","","Certification not required",0,4.000258,9.631292,177.4,"2013-03-29 05:00",151.1,"2013-03-29 03:00",145.3,"2013-03-29 04:00",130.6,"2013-03-29 06:00","","","","",50.6,32.8,15.6,8.6,3.3,1.3,0.3,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42602",1,39.12886,-84.50404,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7684,88,319,365,0,68,0,"","Certification not required",0,23.416928,9.041753,58,"2013-10-11 21:00",55,"2013-10-10 19:00",50,"2013-03-29 00:00",49,"2013-09-27 21:00","","","","",49,44,41,36,29,22,13,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42602",1,39.12886,-84.50404,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7684,88,319,365,0,68,"","","Certification not required",0,11.900312,7.466561,58,"2013-10-11 21:00",55,"2013-10-10 19:00",54,"2013-10-10 20:00",54,"2013-10-11 20:00","","","","",36,33,27,22,15,10,5,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","42603",1,39.12886,-84.50404,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7684,99,319,323,0,68,"","","Certification not required",0,15.576262,14.491728,207,"2013-03-29 05:00",186,"2013-03-29 03:00",180,"2013-03-29 04:00",166,"2013-03-29 06:00","","","","",76,60,40,30,18,11,5,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","44201",1,39.12886,-84.50404,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8734,100,213,214,0,26,0,0,"Certification not required",488,0.050066,0.012962,0.08,"2013-07-16 13:00",0.079,"2013-06-20 15:00",0.079,"2013-08-19 15:00",0.077,"2013-05-15 18:00","","","","",0.079,0.077,0.071,0.066,0.059,0.052,0.04,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","44201",1,39.12886,-84.50404,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8737,99,212,214,0,0,0,0,"Certification not required",0,0.044047,0.012023,0.074,"2013-07-16 12:00",0.073,"2013-08-19 11:00",0.072,"2013-05-15 11:00",0.069,"2013-06-20 11:00","","","","",0.072,0.067,0.062,0.058,0.053,0.046,0.035,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","44201",1,39.12886,-84.50404,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8737,99,212,214,0,0,0,0,"Certification not required",0,0.044047,0.012023,0.074,"2013-07-16 12:00",0.073,"2013-08-19 11:00",0.072,"2013-05-15 11:00",0.069,"2013-06-20 11:00","","","","",0.072,0.067,0.062,0.058,0.053,0.046,0.035,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","61103",1,39.12886,-84.50404,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - ACOUSTIC SOUNDER",2013,"Knots","No Events",8576,98,355,365,0,184,"","","Certification not required",0,3.070814,1.47147,10,"2013-11-17 09:00",9.7,"2013-11-23 15:00",9.6,"2013-11-23 21:00",9.5,"2013-12-21 21:00","","","","",7.3,6.7,5.8,5.1,3.9,2.9,1.4,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","61104",1,39.12886,-84.50404,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - ACOUSTIC SOUNDER",2013,"Degrees Compass","No Events",8576,98,355,365,0,184,"","","Certification not required",0,194.16931,84.995042,359,"2013-01-01 19:00",359,"2013-02-05 05:00",359,"2013-02-08 23:00",359,"2013-02-13 02:00","","","","",351,339,321,305,266,189,71,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","62101",1,39.12886,-84.50404,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",8679,99,359,365,0,81,"","","Certification not required",0,55.390298,19.599433,98.4,"2013-07-16 13:00",96.6,"2013-07-18 15:00",96.6,"2013-08-28 14:00",96.4,"2013-07-18 14:00","","","","",91.4,88.7,85.1,80.4,71.4,57.4,28.8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","62201",1,39.12886,-84.50404,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",8699,99,361,365,0,61,"","","Certification not required",0,62.460398,16.814473,91,"2013-04-17 02:00",91,"2013-04-17 03:00",91,"2013-05-17 03:00",91,"2013-05-17 04:00","","","","",90,89,87,84,76,64,39,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","63301",1,39.12886,-84.50404,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8734,100,363,365,0,26,"","","Certification not required",4434,0.182923,0.274793,1.15,"2013-08-05 12:00",1.14,"2013-06-23 13:00",1.12,"2013-07-26 12:00",1.12,"2013-07-29 13:00","","","","",1,0.94,0.81,0.66,0.29,0.005,0.005,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","64101",1,39.12886,-84.50404,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8699,99,361,365,0,61,"","","Certification not required",0,983.859409,6.026452,1002,"2013-11-24 09:00",1002,"2013-11-24 10:00",1002,"2013-11-24 11:00",1001,"2013-11-13 08:00","","","","",998,996,993,991,988,984,977,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68103",5,39.12886,-84.50404,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,10.832381,9.576388,26.3,"2013-07-18 00:00",25.8,"2013-07-09 00:00",25.4,"2013-09-10 00:00",24.2,"2013-07-15 00:00","","","","",25.8,25.4,23.4,21.6,19.2,14.1,-1.9,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","68104",5,39.12886,-84.50404,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,20.495238,10.899306,36.2,"2013-07-18 00:00",36.1,"2013-07-15 00:00",35.4,"2013-09-10 00:00",35,"2013-06-12 00:00","","","","",36.1,35.4,33.9,32.2,30,23.8,4.2,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","68105",1,39.12886,-84.50404,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,0,"","","Certification not required",0,13.463333,10.43843,31.2,"2013-07-18 00:00",29.4,"2013-07-15 00:00",29.4,"2013-09-10 00:00",29.2,"2013-06-12 00:00","","","","",29.4,29.4,27.1,26.1,23.1,15.1,-0.8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68105",4,39.12886,-84.50404,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,13.536207,10.850074,29.6,"2013-07-15 00:00",29,"2013-07-09 00:00",27.1,"2013-06-21 00:00",27,"2013-08-26 00:00","","","","",29.6,29,27.1,26.2,24.7,16.2,-1.6,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68105",5,39.12886,-84.50404,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",105,100,53,61,0,1,"","","Certification not required",0,15.327619,9.92447,31.4,"2013-07-18 00:00",29.7,"2013-07-15 00:00",29.6,"2013-09-10 00:00",29.2,"2013-06-12 00:00","","","","",29.7,29.6,27.3,26.6,23.8,18.5,1.4,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","68105",6,39.12886,-84.50404,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,0,"","","Certification not required",0,12.994872,10.177653,30.3,"2013-07-18 00:00",28.9,"2013-06-12 00:00",28.4,"2013-07-15 00:00",28.4,"2013-09-10 00:00","","","","",28.9,28.4,26.9,25.5,22.2,13.6,-0.8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68105",7,39.12886,-84.50404,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Electronic",2013,"Degrees Centigrade","No Events",62,100,61,61,0,0,"","","Certification not required",0,13.298387,10.90645,29.5,"2013-07-15 00:00",29,"2013-07-09 00:00",27,"2013-06-21 00:00",27,"2013-08-26 00:00","","","","",29.5,29,27,26,23.1,16.1,-1.6,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68106",5,39.12886,-84.50404,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,53,61,0,2,"","","Certification not required",0,734.711538,4.523237,745,"2013-01-22 00:00",745,"2013-03-08 00:00",745,"2013-11-12 00:00",743,"2013-01-04 00:00","","","","",745,745,742,740,737,735,729,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","68107",5,39.12886,-84.50404,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,53,61,0,2,"","","Certification not required",0,741.25,4.94386,754,"2013-01-10 00:00",753,"2013-11-12 00:00",752,"2013-01-25 00:00",751,"2013-01-07 00:00","","","","",753,752,750,749,744,741,736,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","68108",1,39.12886,-84.50404,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,0,"","","Certification not required",0,738.833333,4.348927,751,"2013-11-24 00:00",749,"2013-12-24 00:00",748,"2013-11-12 00:00",748,"2013-12-12 00:00","","","","",749,748,747,745,741,739,733,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68108",4,39.12886,-84.50404,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,738.775862,5.005411,752,"2013-11-24 00:00",750,"2013-12-24 00:00",749,"2013-12-12 00:00",748,"2013-11-12 00:00","","","","",752,750,749,746,742,738,732,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68108",5,39.12886,-84.50404,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,100,53,61,0,2,"","","Certification not required",0,736.903846,4.271193,749,"2013-11-12 00:00",746,"2013-01-22 00:00",746,"2013-03-08 00:00",745,"2013-01-04 00:00","","","","",746,746,745,743,739,737,732,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","68108",6,39.12886,-84.50404,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,0,"","","Certification not required",0,738.333333,4.470208,752,"2013-11-24 00:00",749,"2013-12-12 00:00",749,"2013-12-24 00:00",748,"2013-11-12 00:00","","","","",749,749,746,744,741,738,733,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","68108",7,39.12886,-84.50404,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",62,100,61,61,0,0,"","","Certification not required",0,739,4.898979,751,"2013-11-24 00:00",749,"2013-11-12 00:00",749,"2013-12-24 00:00",748,"2013-12-12 00:00","","","","",751,749,748,745,742,739,733,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","81102",4,39.12886,-84.50404,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,16.794872,6.958669,36,"2013-09-10 00:00",33,"2013-07-18 00:00",33,"2013-12-03 00:00",32,"2013-08-20 00:00","","","","",33,33,30,28,20,16,8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","81102",5,39.12886,-84.50404,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",62,100,61,61,0,0,0,0,"Certification not required",0,16.709677,6.587089,32,"2013-03-29 00:00",31,"2013-08-20 00:00",28,"2013-01-16 00:00",28,"2013-08-26 00:00","","","","",32,31,28,25,21,17,8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","81102",9,39.12886,-84.50404,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8619,98,359,365,0,141,"","","Certification not required",0,22.891055,9.534201,83,"2013-01-27 10:00",71,"2013-02-04 13:00",71,"2013-03-16 01:00",69,"2013-06-13 05:00","","","","",49,45,40,36,29,22,12,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","81102",9,39.12886,-84.50404,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,22.448468,7.811465,44,"2013-07-19 00:00",43,"2013-03-29 00:00",42,"2013-04-05 00:00",41,"2013-01-07 00:00","","","","",41,40,36,34,27,22,13,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","85101",1,39.12886,-84.50404,"NAD83","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,16.923077,6.909706,35,"2013-09-10 00:00",34,"2013-12-03 00:00",33,"2013-01-07 00:00",32,"2013-02-06 00:00","","","","",34,33,31,27,21,16,8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","85101",2,39.12886,-84.50404,"NAD83","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",62,100,61,61,0,0,"","","Certification not required",0,16.83871,6.450806,33,"2013-03-29 00:00",30,"2013-01-16 00:00",30,"2013-08-20 00:00",27,"2013-08-26 00:00","","","","",33,30,27,24,21,17,8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","85129",1,39.12886,-84.50404,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","BGI PQ200 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,0,0,"Certification not required",0,0.003782,0.003683,0.029,"2013-02-06 00:00",0.013,"2013-04-22 00:00",0.013,"2013-09-28 00:00",0.01,"2013-02-12 00:00","","","","",0.029,0.013,0.009,0.007,0.005,0.003,0.001,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2013-12-02" +"39","061","0040","85129",2,39.12886,-84.50404,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","BGI PQ200 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",46,75,45,61,0,0,0,0,"Certification not required",0,0.003457,0.00251,0.011,"2013-01-16 00:00",0.009,"2013-03-29 00:00",0.009,"2013-04-22 00:00",0.007,"2013-01-10 00:00","","","","",0.011,0.011,0.009,0.006,0.005,0.003,0.001,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2013-12-02" +"39","061","0040","86101",1,39.12886,-84.50404,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","BGI Inc Model PQ200 PM10-2.5 Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,6.935652,3.322813,16.9,"2013-10-28 00:00",15.5,"2013-12-18 00:00",14,"2013-03-29 00:00",14,"2013-07-18 00:00","","","","",15.5,14,13.4,11.8,8.6,6.7,2.8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","86101",2,39.12886,-84.50404,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","BGI Inc Model PQ200 PM10-2.5 Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,6.887931,3.317845,17.1,"2013-03-29 00:00",14.2,"2013-12-18 00:00",13.4,"2013-04-10 00:00",12.4,"2013-10-13 00:00","","","","",17.1,14.2,13.4,11.9,8.7,6.9,2.6,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","88101",1,39.12886,-84.50404,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,10.561667,4.9488,25.3,"2013-12-03 00:00",24.8,"2013-01-07 00:00",24.5,"2013-02-06 00:00",23.8,"2013-08-20 00:00","","","","",24.8,24.5,22.5,17.4,13.5,9.9,4.8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","88101",1,39.12886,-84.50404,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,10.561667,4.9488,25.3,"2013-12-03 00:00",24.8,"2013-01-07 00:00",24.5,"2013-02-06 00:00",23.8,"2013-08-20 00:00","","","","",24.8,24.5,22.5,17.4,13.5,9.9,4.8,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","88101",4,39.12886,-84.50404,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,10.563793,4.40481,23.4,"2013-08-20 00:00",21.9,"2013-01-16 00:00",18.1,"2013-08-26 00:00",17.5,"2013-01-28 00:00","","","","",23.4,21.9,18.1,16.7,13.3,10.3,4.5,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","88101",4,39.12886,-84.50404,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,10.563793,4.40481,23.4,"2013-08-20 00:00",21.9,"2013-01-16 00:00",18.1,"2013-08-26 00:00",17.5,"2013-01-28 00:00","","","","",23.4,21.9,18.1,16.7,13.3,10.3,4.5,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0040","88102",5,39.12886,-84.50404,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",94,0.020457,0.008421,0.063,"2013-08-08 00:00",0.062,"2013-02-06 00:00",0.043,"2013-07-06 00:00",0.039,"2013-01-07 00:00","","","","",0.062,0.043,0.03,0.026,0.021,0.021,0.014,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88103",5,39.12886,-84.50404,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.000808,0.001278,0.007,"2013-10-13 00:00",0.005,"2013-02-06 00:00",0.004,"2013-09-07 00:00",0.004,"2013-09-22 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88104",5,39.12886,-84.50404,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",60,0.029606,0.04475,0.294,"2013-03-11 00:00",0.259,"2013-07-30 00:00",0.167,"2013-07-15 00:00",0.157,"2013-08-29 00:00","","","","",0.259,0.167,0.081,0.064,0.035,0.0125,0.0065,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88107",5,39.12886,-84.50404,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.007279,0.007298,0.0295,"2013-01-16 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88109",5,39.12886,-84.50404,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",17,0.00365,0.002141,0.0113,"2013-01-28 00:00",0.0096,"2013-01-16 00:00",0.0092,"2013-02-03 00:00",0.0091,"2013-01-25 00:00","","","","",0.0096,0.0092,0.0069,0.0065,0.0049,0.0035,0.00115,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88110",5,39.12886,-84.50404,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.000981,0.002547,0.013,"2013-02-27 00:00",0.013,"2013-04-04 00:00",0.011,"2013-07-15 00:00",0.008,"2013-04-25 00:00","","","","",0.013,0.011,0.005,0.004,0,0,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88111",5,39.12886,-84.50404,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",11,0.030722,0.025863,0.163,"2013-06-18 00:00",0.0951,"2013-04-04 00:00",0.0919,"2013-09-07 00:00",0.0869,"2013-05-16 00:00","","","","",0.0951,0.0919,0.0831,0.0674,0.0414,0.0242,0.00375,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88112",5,39.12886,-84.50404,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.0065,0.015007,0.093,"2013-10-04 00:00",0.077,"2013-09-16 00:00",0.06,"2013-09-28 00:00",0.057,"2013-07-30 00:00","","","","",0.077,0.06,0.023,0.013,0.005,0.002,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88113",5,39.12886,-84.50404,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",94,0.000772,0.000311,0.0022,"2013-05-01 00:00",0.002,"2013-08-08 00:00",0.0018,"2013-02-15 00:00",0.0018,"2013-04-04 00:00","","","","",0.002,0.0018,0.0015,0.001,0.0007,0.0007,0.00055,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88114",5,39.12886,-84.50404,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",53,0.002226,0.002117,0.0161,"2013-09-10 00:00",0.0106,"2013-07-30 00:00",0.0069,"2013-07-03 00:00",0.0066,"2013-09-07 00:00","","","","",0.0106,0.0069,0.0057,0.0043,0.0027,0.00125,0.0008,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88115",5,39.12886,-84.50404,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",64,0.008536,0.012655,0.113,"2013-01-07 00:00",0.0396,"2013-01-10 00:00",0.0375,"2013-02-03 00:00",0.0328,"2013-02-06 00:00","","","","",0.0396,0.0375,0.027,0.0143,0.0101,0.00405,0.0025,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88117",5,39.12886,-84.50404,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.007614,0.011713,0.0435,"2013-01-16 00:00",0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-05-16 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88118",5,39.12886,-84.50404,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.010031,0.006827,0.023,"2013-01-16 00:00",0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88126",5,39.12886,-84.50404,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.065211,0.044243,0.278,"2013-07-30 00:00",0.198,"2013-04-04 00:00",0.175,"2013-10-04 00:00",0.169,"2013-01-07 00:00","","","","",0.198,0.175,0.162,0.13,0.0809,0.0544,0.0231,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88128",5,39.12886,-84.50404,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.001692,0.002512,0.017,"2013-02-06 00:00",0.009,"2013-02-12 00:00",0.009,"2013-09-28 00:00",0.007,"2013-01-16 00:00","","","","",0.009,0.009,0.007,0.004,0.003,0.001,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88131",5,39.12886,-84.50404,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",102,0.009861,0.003455,0.021,"2013-02-06 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-04-10 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88132",5,39.12886,-84.50404,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.001721,0.002844,0.02,"2013-04-04 00:00",0.013,"2013-07-30 00:00",0.009,"2013-01-10 00:00",0.009,"2013-03-29 00:00","","","","",0.013,0.009,0.007,0.004,0.002,0.001,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88136",5,39.12886,-84.50404,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.000788,0.001842,0.015,"2013-07-30 00:00",0.006,"2013-08-29 00:00",0.005,"2013-03-11 00:00",0.005,"2013-07-09 00:00","","","","",0.006,0.005,0.003,0.002,0.001,0,0,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88140",5,39.12886,-84.50404,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",97,0.008663,0.007726,0.0569,"2013-09-07 00:00",0.0458,"2013-04-10 00:00",0.042,"2013-09-25 00:00",0.026,"2013-05-19 00:00","","","","",0.0458,0.042,0.021,0.009,0.009,0.006,0.00475,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88152",5,39.12886,-84.50404,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",103,0.005423,0.001598,0.013,"2013-07-18 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88154",5,39.12886,-84.50404,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",95,0.001231,0.000584,0.0048,"2013-01-25 00:00",0.0037,"2013-01-10 00:00",0.0032,"2013-06-06 00:00",0.003,"2013-08-23 00:00","","","","",0.0037,0.0032,0.002,0.0013,0.0013,0.00125,0.00065,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88160",5,39.12886,-84.50404,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",100,0.013303,0.004584,0.033,"2013-03-17 00:00",0.028,"2013-06-18 00:00",0.025,"2013-10-31 00:00",0.024,"2013-06-21 00:00","","","","",0.028,0.025,0.0185,0.018,0.016,0.01,0.01,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88161",5,39.12886,-84.50404,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",90,0.002955,0.001932,0.0137,"2013-08-20 00:00",0.0135,"2013-07-15 00:00",0.0071,"2013-10-28 00:00",0.0069,"2013-04-28 00:00","","","","",0.0135,0.0071,0.0067,0.0053,0.00265,0.0025,0.0021,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88164",5,39.12886,-84.50404,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.001547,0.000241,0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-07 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88165",5,39.12886,-84.50404,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",13,0.051944,0.051375,0.41,"2013-07-15 00:00",0.185,"2013-07-18 00:00",0.171,"2013-06-27 00:00",0.167,"2013-06-12 00:00","","","","",0.185,0.171,0.143,0.102,0.0637,0.039,0.009,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88166",5,39.12886,-84.50404,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",104,0.007826,0.00466,0.019,"2013-01-25 00:00",0.019,"2013-01-28 00:00",0.019,"2013-08-20 00:00",0.019,"2013-10-25 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88167",5,39.12886,-84.50404,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",12,0.009036,0.006385,0.0311,"2013-04-04 00:00",0.031,"2013-01-16 00:00",0.0277,"2013-02-12 00:00",0.0269,"2013-10-28 00:00","","","","",0.031,0.0277,0.0222,0.0169,0.012,0.0077,0.00175,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88168",5,39.12886,-84.50404,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",100,0.00132,0.000744,0.0063,"2013-03-23 00:00",0.0047,"2013-04-07 00:00",0.0037,"2013-07-03 00:00",0.0033,"2013-06-06 00:00","","","","",0.0047,0.0037,0.00175,0.00175,0.00155,0.00115,0.00085,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88169",5,39.12886,-84.50404,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.903462,0.525615,3.49,"2013-08-20 00:00",2.34,"2013-07-18 00:00",2.3,"2013-09-10 00:00",2.1,"2013-06-24 00:00","","","","",2.34,2.3,1.73,1.47,1.16,0.81,0.354,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88176",5,39.12886,-84.50404,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",102,0.000966,0.000234,0.0015,"2013-01-01 00:00",0.0015,"2013-05-07 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88180",5,39.12886,-84.50404,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,0.053062,0.040847,0.305,"2013-07-03 00:00",0.249,"2013-07-06 00:00",0.157,"2013-09-01 00:00",0.119,"2013-09-10 00:00","","","","",0.249,0.157,0.105,0.0852,0.0626,0.044,0.022,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88184",5,39.12886,-84.50404,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",69,0.038942,0.037004,0.28,"2013-04-10 00:00",0.151,"2013-05-04 00:00",0.133,"2013-10-28 00:00",0.124,"2013-01-10 00:00","","","","",0.151,0.133,0.104,0.081,0.044,0.027,0.0155,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88185",5,39.12886,-84.50404,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",102,0.003299,0.003441,0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-04-10 00:00",0.0115,"2013-04-19 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88301",5,39.12886,-84.50404,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",1,1.026433,0.78,4.19,"2013-01-07 00:00",4.17,"2013-02-06 00:00",3.57,"2013-01-16 00:00",3.03,"2013-08-20 00:00","","","","",4.17,3.57,2.63,1.9,1.28,0.855,0.281,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88302",5,39.12886,-84.50404,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",9,0.058716,0.045312,0.274,"2013-04-10 00:00",0.19,"2013-07-12 00:00",0.185,"2013-05-04 00:00",0.17,"2013-01-22 00:00","","","","",0.19,0.185,0.15,0.123,0.07,0.047,0.018,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88303",5,39.12886,-84.50404,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",29,0.039402,0.037482,0.238,"2013-07-03 00:00",0.225,"2013-07-06 00:00",0.136,"2013-09-01 00:00",0.121,"2013-07-12 00:00","","","","",0.225,0.136,0.103,0.077,0.045,0.031,0.012,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88306",5,39.12886,-84.50404,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",0,1.431829,1.713638,10.6,"2013-01-07 00:00",8.06,"2013-01-16 00:00",7.57,"2013-02-06 00:00",5.69,"2013-01-01 00:00","","","","",8.06,7.57,5.05,3.2,1.66,0.771,0.357,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88355",5,39.12886,-84.50404,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,2.208505,0.899357,5.09,"2013-09-10 00:00",4.27,"2013-10-28 00:00",4.08,"2013-10-13 00:00",4.03,"2013-08-26 00:00","","","","",4.27,4.08,3.67,3.4,2.79,2.11,1.07,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88357",5,39.12886,-84.50404,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.287388,0.143753,0.905,"2013-10-28 00:00",0.878,"2013-03-29 00:00",0.679,"2013-01-10 00:00",0.587,"2013-07-30 00:00","","","","",0.878,0.679,0.491,0.462,0.344,0.258,0.146,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88370",5,39.12886,-84.50404,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,1.921563,0.755554,4.4,"2013-09-10 00:00",3.66,"2013-10-28 00:00",3.55,"2013-08-26 00:00",3.5,"2013-10-13 00:00","","","","",3.66,3.55,3.28,2.88,2.44,1.81,0.98,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88374",5,39.12886,-84.50404,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.166243,0.115619,0.587,"2013-08-26 00:00",0.573,"2013-09-10 00:00",0.447,"2013-03-29 00:00",0.444,"2013-06-12 00:00","","","","",0.573,0.447,0.406,0.332,0.216,0.133,0.058,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88375",5,39.12886,-84.50404,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.527718,0.23151,1.4,"2013-09-10 00:00",1.01,"2013-10-28 00:00",0.986,"2013-06-12 00:00",0.975,"2013-06-21 00:00","","","","",1.01,0.986,0.947,0.872,0.675,0.484,0.26,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88376",5,39.12886,-84.50404,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.492816,0.209894,1.32,"2013-10-28 00:00",1,"2013-05-28 00:00",0.943,"2013-01-10 00:00",0.942,"2013-09-10 00:00","","","","",1,0.943,0.848,0.732,0.647,0.466,0.242,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88377",5,39.12886,-84.50404,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.396544,0.192345,1.03,"2013-10-28 00:00",0.914,"2013-08-26 00:00",0.9,"2013-09-10 00:00",0.87,"2013-01-10 00:00","","","","",0.914,0.9,0.78,0.603,0.506,0.363,0.179,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88378",5,39.12886,-84.50404,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",2,0.337825,0.156368,0.739,"2013-08-11 00:00",0.691,"2013-06-12 00:00",0.65,"2013-06-09 00:00",0.648,"2013-01-28 00:00","","","","",0.691,0.65,0.624,0.546,0.436,0.326,0.169,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88380",5,39.12886,-84.50404,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.574282,0.285783,1.52,"2013-10-28 00:00",1.39,"2013-03-29 00:00",1.17,"2013-09-28 00:00",1.15,"2013-07-30 00:00","","","","",1.39,1.17,1.06,1.01,0.746,0.517,0.239,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88383",5,39.12886,-84.50404,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.856913,0.361965,1.64,"2013-09-28 00:00",1.63,"2013-10-13 00:00",1.57,"2013-03-29 00:00",1.53,"2013-06-24 00:00","","","","",1.63,1.57,1.47,1.41,1.12,0.802,0.382,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88384",5,39.12886,-84.50404,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.055041,0.025415,0.127,"2013-05-01 00:00",0.127,"2013-06-21 00:00",0.12,"2013-06-06 00:00",0.119,"2013-07-15 00:00","","","","",0.127,0.12,0.116,0.0934,0.0674,0.048,0.0286,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88385",5,39.12886,-84.50404,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",99,0.001101,0.00058,0.00607,"2013-06-18 00:00",0.00307,"2013-01-19 00:00",0.00285,"2013-09-25 00:00",0.00238,"2013-01-07 00:00","","","","",0.00307,0.00285,0.001,0.001,0.001,0.001,0.001,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88388",5,39.12886,-84.50404,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",103,100,53,61,0,3,"","","Certification not required",0,0.624641,0.289166,1.31,"2013-06-24 00:00",1.27,"2013-09-10 00:00",1.23,"2013-09-28 00:00",1.23,"2013-10-13 00:00","","","","",1.27,1.23,1.16,1.04,0.837,0.596,0.286,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88403",5,39.12886,-84.50404,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,100,53,61,0,1,"","","Certification not required",0,2.373581,1.380308,9.43,"2013-08-20 00:00",6.99,"2013-07-18 00:00",5.16,"2013-09-10 00:00",5.04,"2013-06-24 00:00","","","","",6.99,5.16,4.86,3.78,3.07,2.08,0.995,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88502",3,39.12886,-84.50404,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8464,97,351,365,0,296,"","","Certification not required",0,11.930187,6.451305,44.4,"2013-07-16 19:00",42.1,"2013-02-05 10:00",41.1,"2013-12-03 05:00",40.9,"2013-06-08 00:00","","","","",30.9,28.3,24.3,21,15.6,10.7,4.9,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88502",3,39.12886,-84.50404,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,11.876068,5.036234,27,"2013-07-19 00:00",26.9,"2013-08-27 00:00",26.9,"2013-12-03 00:00",26.3,"2013-02-05 00:00","","","","",26.3,24.6,21.3,19,14.5,11.1,6.1,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0040","88502",5,39.12886,-84.50404,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,100,53,61,0,2,"","","Certification not required",0,10.497115,4.893873,28.2,"2013-01-07 00:00",23.3,"2013-09-10 00:00",23.2,"2013-08-20 00:00",21.3,"2013-02-06 00:00","","","","",23.3,23.2,19.5,16.5,13.4,9.8,4.9,"TAFT","250 WM. HOWARD TAFT","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-14" +"39","061","0042","68105",1,39.10492,-84.55117,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,0,"","","Certification not required",0,13.667826,10.324358,30.7,"2013-07-18 00:00",29.8,"2013-07-15 00:00",29.4,"2013-07-09 00:00",28.9,"2013-06-12 00:00","","","","",29.8,29.4,27.1,26.2,23.2,15.2,-0.1,"LOWER PRICE HILL (LPH)","2101 W. 8TH ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0042","68108",1,39.10492,-84.55117,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,0,"","","Certification not required",0,748.330435,4.568622,761,"2013-11-24 00:00",759,"2013-11-12 00:00",759,"2013-12-24 00:00",758,"2013-12-12 00:00","","","","",759,759,756,755,751,748,743,"LOWER PRICE HILL (LPH)","2101 W. 8TH ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0042","88101",1,39.10492,-84.55117,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,11.491304,5.361781,30.1,"2013-12-03 00:00",27,"2013-08-20 00:00",26.4,"2013-01-07 00:00",24.3,"2013-02-06 00:00","","","","",27,26.4,22.3,17.8,14.7,11,5.2,"LOWER PRICE HILL (LPH)","2101 W. 8TH ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0042","88101",1,39.10492,-84.55117,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,11.491304,5.361781,30.1,"2013-12-03 00:00",27,"2013-08-20 00:00",26.4,"2013-01-07 00:00",24.3,"2013-02-06 00:00","","","","",27,26.4,22.3,17.8,14.7,11,5.2,"LOWER PRICE HILL (LPH)","2101 W. 8TH ST.","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","0047","17141",1,39.131635,-84.707205,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,"","","Certification not required",0,264.2,697.089449,3545.7,"2013-08-20 00:00",2066.6,"2013-08-02 00:00",1872.5,"2013-11-24 00:00",1772.9,"2013-05-22 00:00","","","","",3545.7,2066.6,1872.5,1573.5,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","42153",1,39.131635,-84.707205,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.494828,1.561311,7.7,"2013-04-16 00:00",6.2,"2013-10-13 00:00",6.1,"2013-07-27 00:00",3.3,"2013-11-12 00:00","","","","",7.7,6.2,6.1,0.6,0.1,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43205",1,39.131635,-84.707205,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",49,0.455862,0.768463,3.4,"2013-11-12 00:00",3.3,"2013-09-25 00:00",2.1,"2013-10-31 00:00",1.9,"2013-02-09 00:00","","","","",3.4,3.3,2.1,1.9,0.15,0.15,0.15,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43208",1,39.131635,-84.707205,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",58,0.030328,0.001771,0.041,"2013-06-09 00:00",0.038,"2013-07-27 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.041,0.038,0.03,0.03,0.03,0.03,0.03,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43209",1,39.131635,-84.707205,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",55,0.52531,2.271581,17.48,"2013-06-09 00:00",1.312,"2013-04-10 00:00",0.852,"2013-07-21 00:00",0.24,"2013-07-27 00:00","","","","",17.48,1.312,0.852,0.196,0.196,0.196,0.196,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43218",1,39.131635,-84.707205,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.075862,2.356128,11.4,"2013-03-29 00:00",10.1,"2013-10-25 00:00",5.9,"2013-11-24 00:00",5.3,"2013-10-07 00:00","","","","",11.4,10.1,5.9,3.9,1.1,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43231",1,39.131635,-84.707205,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.486207,2.793755,21.6,"2013-06-09 00:00",2.8,"2013-08-20 00:00",2.5,"2013-05-16 00:00",2.3,"2013-03-05 00:00","","","","",21.6,2.8,2.5,2.2,1.7,1.1,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43232",1,39.131635,-84.707205,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",48,0.744138,1.283423,8.89,"2013-06-09 00:00",3.7,"2013-04-22 00:00",2.7,"2013-03-23 00:00",2.5,"2013-02-03 00:00","","","","",8.89,3.7,2.7,1.8,0.35,0.35,0.35,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43248",1,39.131635,-84.707205,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",52,0.590172,1.385033,10.44,"2013-06-09 00:00",2.6,"2013-03-23 00:00",2.4,"2013-03-29 00:00",1.2,"2013-10-31 00:00","","","","",10.44,2.6,2.4,0.8,0.3,0.3,0.3,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43372",1,39.131635,-84.707205,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.096552,0.554397,4.1,"2013-03-23 00:00",1,"2013-03-29 00:00",0.5,"2013-04-04 00:00",0,"2013-01-04 00:00","","","","",4.1,1,0.5,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43447",1,39.131635,-84.707205,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.015517,0.118176,0.9,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.9,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43551",1,39.131635,-84.707205,"NAD83","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,8.343207,7.029086,42.6,"2013-06-09 00:00",31.5,"2013-06-21 00:00",19.89,"2013-08-20 00:00",18.27,"2013-05-28 00:00","","","","",42.6,31.5,19.89,15.03,10.8,6.72,2.859,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43552",1,39.131635,-84.707205,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,2.380069,1.523336,7.88,"2013-06-09 00:00",6.68,"2013-06-21 00:00",6,"2013-08-20 00:00",4.92,"2013-05-28 00:00","","","","",7.88,6.68,6,4.28,2.936,2,0.892,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43559",1,39.131635,-84.707205,"NAD83","Methyl Butyl Ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",56,0.342759,0.256568,2.2,"2013-08-02 00:00",0.79,"2013-07-27 00:00",0.39,"2013-06-09 00:00",0.3,"2013-01-04 00:00","","","","",2.2,0.79,0.39,0.3,0.3,0.3,0.3,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43560",1,39.131635,-84.707205,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.068966,0.525226,4,"2013-06-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",4,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43704",1,39.131635,-84.707205,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.093103,2.893057,18.6,"2013-08-26 00:00",6.4,"2013-11-18 00:00",6.3,"2013-12-24 00:00",5.4,"2013-03-29 00:00","","","","",18.6,6.4,6.3,4.9,0.7,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43801",1,39.131635,-84.707205,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.382759,0.115679,0.6,"2013-12-24 00:00",0.5,"2013-03-11 00:00",0.5,"2013-04-10 00:00",0.5,"2013-04-16 00:00","","","","",0.6,0.5,0.5,0.5,0.5,0.4,0.3,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43802",1,39.131635,-84.707205,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.032759,6.412553,49,"2013-06-09 00:00",1,"2013-08-20 00:00",0.9,"2013-10-31 00:00",0.7,"2013-05-16 00:00","","","","",49,1,0.9,0.5,0.3,0.2,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43803",1,39.131635,-84.707205,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43804",1,39.131635,-84.707205,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.043103,0.117147,0.7,"2013-03-05 00:00",0.5,"2013-03-11 00:00",0.2,"2013-04-22 00:00",0.1,"2013-02-21 00:00","","","","",0.7,0.5,0.2,0.1,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43806",1,39.131635,-84.707205,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.001724,0.013131,0.1,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43811",1,39.131635,-84.707205,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",5,0.221664,0.071357,0.35,"2013-04-04 00:00",0.333,"2013-04-22 00:00",0.333,"2013-11-12 00:00",0.333,"2013-12-06 00:00","","","","",0.35,0.333,0.333,0.28,0.263,0.228,0.193,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43812",1,39.131635,-84.707205,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43813",1,39.131635,-84.707205,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43814",1,39.131635,-84.707205,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.003448,0.026261,0.2,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43815",1,39.131635,-84.707205,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43817",1,39.131635,-84.707205,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.046552,0.152425,0.8,"2013-06-21 00:00",0.6,"2013-04-22 00:00",0.4,"2013-05-16 00:00",0.4,"2013-10-31 00:00","","","","",0.8,0.6,0.4,0.2,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43818",1,39.131635,-84.707205,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43819",1,39.131635,-84.707205,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43820",1,39.131635,-84.707205,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43821",1,39.131635,-84.707205,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",57,0.106379,0.039767,0.4,"2013-04-22 00:00",0.14,"2013-06-09 00:00",0.13,"2013-07-27 00:00",0.1,"2013-01-04 00:00","","","","",0.4,0.14,0.13,0.1,0.1,0.1,0.1,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43823",1,39.131635,-84.707205,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",1,0.486629,0.102767,0.676,"2013-04-04 00:00",0.676,"2013-12-06 00:00",0.66,"2013-06-09 00:00",0.656,"2013-04-10 00:00","","","","",0.676,0.676,0.66,0.617,0.54,0.497,0.398,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43824",1,39.131635,-84.707205,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.068966,0.28544,1.9,"2013-11-30 00:00",0.8,"2013-04-22 00:00",0.7,"2013-06-09 00:00",0.3,"2013-06-21 00:00","","","","",1.9,0.8,0.7,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43826",1,39.131635,-84.707205,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43828",1,39.131635,-84.707205,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",58,0.013129,0.000704,0.0175,"2013-06-09 00:00",0.016,"2013-07-27 00:00",0.013,"2013-01-04 00:00",0.013,"2013-01-10 00:00","","","","",0.0175,0.016,0.013,0.013,0.013,0.013,0.013,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43829",1,39.131635,-84.707205,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43830",1,39.131635,-84.707205,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43832",1,39.131635,-84.707205,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",58,0.050603,0.003255,0.07,"2013-06-09 00:00",0.065,"2013-07-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.07,0.065,0.05,0.05,0.05,0.05,0.05,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43838",1,39.131635,-84.707205,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",58,0.100069,0.005706,0.13,"2013-06-09 00:00",0.13,"2013-07-27 00:00",0.099,"2013-01-04 00:00",0.099,"2013-01-10 00:00","","","","",0.13,0.13,0.099,0.099,0.099,0.099,0.099,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43839",1,39.131635,-84.707205,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",57,0.039621,0.016783,0.164,"2013-06-21 00:00",0.052,"2013-06-09 00:00",0.047,"2013-07-27 00:00",0.037,"2013-01-04 00:00","","","","",0.164,0.052,0.047,0.037,0.037,0.037,0.037,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43841",1,39.131635,-84.707205,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43843",1,39.131635,-84.707205,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43844",1,39.131635,-84.707205,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","43860",1,39.131635,-84.707205,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45109",1,39.131635,-84.707205,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.356897,2.307434,14.7,"2013-06-09 00:00",6,"2013-07-21 00:00",4.4,"2013-03-23 00:00",3.8,"2013-07-09 00:00","","","","",14.7,6,4.4,3.3,2.4,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45201",1,39.131635,-84.707205,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,1.205172,1.315684,7.6,"2013-05-22 00:00",5,"2013-11-12 00:00",3.1,"2013-03-11 00:00",3.1,"2013-07-09 00:00","","","","",7.6,5,3.1,2.8,1.5,1,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45202",1,39.131635,-84.707205,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,3.87069,7.506816,58.1,"2013-06-09 00:00",12.3,"2013-10-31 00:00",6.8,"2013-03-23 00:00",5.8,"2013-05-16 00:00","","","","",58.1,12.3,6.8,5.3,4.2,2.6,1.1,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45203",1,39.131635,-84.707205,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.698276,1.070742,4.7,"2013-06-09 00:00",3.4,"2013-07-09 00:00",3.1,"2013-03-23 00:00",2.9,"2013-03-29 00:00","","","","",4.7,3.4,3.1,2.5,1,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45204",1,39.131635,-84.707205,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.52931,1.027688,5.6,"2013-06-09 00:00",3.1,"2013-07-09 00:00",2.9,"2013-03-23 00:00",2.5,"2013-04-22 00:00","","","","",5.6,3.1,2.9,2,0.8,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45207",1,39.131635,-84.707205,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",55,0.171017,0.306392,2.34,"2013-03-29 00:00",0.865,"2013-06-09 00:00",0.252,"2013-11-30 00:00",0.144,"2013-07-27 00:00","","","","",2.34,0.865,0.252,0.117,0.117,0.117,0.117,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45208",1,39.131635,-84.707205,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",41,0.9225,0.924048,4.1,"2013-07-09 00:00",3.6,"2013-03-23 00:00",3.42,"2013-06-09 00:00",3.1,"2013-03-29 00:00","","","","",4.1,3.6,3.42,2.7,1,0.45,0.45,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45213",1,39.131635,-84.707205,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",55,0.526034,0.349842,2.52,"2013-06-09 00:00",2,"2013-10-01 00:00",1.24,"2013-07-27 00:00",0.45,"2013-01-04 00:00","","","","",2.52,2,1.24,0.45,0.45,0.45,0.45,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45220",1,39.131635,-84.707205,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,2.381034,2.660527,9,"2013-09-07 00:00",8.2,"2013-08-02 00:00",7.6,"2013-02-03 00:00",7.6,"2013-12-24 00:00","","","","",9,8.2,7.6,7,3.9,1.5,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45801",1,39.131635,-84.707205,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.037931,0.288874,2.2,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",2.2,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45805",1,39.131635,-84.707205,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",58,0.303103,0.016565,0.39,"2013-06-09 00:00",0.39,"2013-07-27 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00","","","","",0.39,0.39,0.3,0.3,0.3,0.3,0.3,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45806",1,39.131635,-84.707205,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",58,0.303103,0.016565,0.39,"2013-06-09 00:00",0.39,"2013-07-27 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00","","","","",0.39,0.39,0.3,0.3,0.3,0.3,0.3,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45807",1,39.131635,-84.707205,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0.036207,0.275744,2.1,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",2.1,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","45810",1,39.131635,-84.707205,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","0047","46401",1,39.131635,-84.707205,"NAD83","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",56,0.243448,0.227793,1.7,"2013-04-22 00:00",1.1,"2013-06-21 00:00",0.26,"2013-06-09 00:00",0.26,"2013-07-27 00:00","","","","",1.7,1.1,0.26,0.2,0.2,0.2,0.2,"KIBBY LANE","7529 GRACE DRIVE","Ohio","Hamilton","Cincinnati","Cincinnati-Middletown, OH-KY-IN","2014-02-10" +"39","061","5001","81102",1,39.226729,-84.453978,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,15.916667,5.857898,27,"2013-09-07 00:00",26,"2013-08-26 00:00",25,"2013-05-16 00:00",25,"2013-08-20 00:00","","","","",27,26,25,24,21,17,8,"LOCKLAND","101 COOPER AVE.","Ohio","Hamilton","Lockland","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","061","5001","81102",2,39.226729,-84.453978,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,15.901639,5.85578,27,"2013-09-07 00:00",26,"2013-10-13 00:00",25,"2013-08-20 00:00",25,"2013-08-26 00:00","","","","",27,26,25,24,20,16,8,"LOCKLAND","101 COOPER AVE.","Ohio","Hamilton","Lockland","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","081","0001","81102",1,40.26157,-80.6335,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,24.5,7.795103,40,"2013-09-19 00:00",38,"2013-08-20 00:00",37,"2013-06-21 00:00",37,"2013-07-21 00:00","","","","",40,38,37,34,31,26,15,"BRILLIANT","1004 THIRD ST., BRILLIANT","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2013-12-19" +"39","081","0017","17141",1,40.36644,-80.61558,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Nanograms/cubic meter (25 C)","No Events",27,44,27,61,0,0,"","","Certification not required",0,3926.059259,5918.401819,29372.7,"2013-05-22 00:00",12588.3,"2013-05-28 00:00",8392.2,"2013-06-03 00:00",7867.7,"2013-04-10 00:00","","","","",29372.7,29372.7,12588.3,8392.2,3986.3,1049,1049,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","42153",1,40.36644,-80.61558,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.5,0,0.5,"2013-01-04 00:00",0.5,"2013-01-10 00:00",0.5,"2013-01-16 00:00",0.5,"2013-01-22 00:00","","","","",0.5,0.5,0.5,0.5,0.5,0.5,0.5,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","42401",1,40.36644,-80.61558,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8221,94,356,365,0,539,0,"","Certification not required",0,5.536517,7.005938,48,"2013-05-14 08:00",44,"2013-10-21 09:00",43,"2013-03-05 19:00",37,"2013-05-21 09:00","","","","",37,26,19,13,7,3,0,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","42401",1,40.36644,-80.61558,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8221,94,356,365,0,539,"","","Certification not required",0,1.45846,2.857676,48,"2013-05-14 08:00",44,"2013-10-21 09:00",43,"2013-03-05 19:00",37,"2013-05-21 09:00","","","","",14,10,6,4,2,1,0,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","42401",1,40.36644,-80.61558,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,1.461517,1.621652,11.9,"2013-05-14 00:00",8.4,"2013-05-21 00:00",7.8,"2013-05-22 00:00",6.9,"2013-05-15 00:00","","","","",6.9,5.7,4.8,3.6,2.3,0.9,0,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","42401",1,40.36644,-80.61558,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2494,85,353,365,0,0,"",0,"Certification not required",0,1.511508,2.677593,31.3,"2013-10-21 11:00",27.6,"2013-05-14 08:00",27,"2013-03-05 20:00",24.6,"2013-05-21 08:00","","","","",12.6,9.6,6.3,4,2,0.6,0,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","42406",1,40.36644,-80.61558,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8226,94,357,365,0,534,"","","Certification not required",0,2.066132,4.481831,142,"2013-03-07 11:00",77,"2013-05-14 07:00",65,"2013-10-21 09:00",62,"2013-05-14 08:00","","","","",20,14,8,5,2,1,0,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","43205",1,40.36644,-80.61558,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.062963,1.526471,6.6,"2013-01-16 00:00",6,"2013-02-15 00:00",1.7,"2013-05-04 00:00",0.6,"2013-01-04 00:00","","","","",6.6,6.6,6,1.7,0.6,0.6,0.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43208",1,40.36644,-80.61558,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43212",1,40.36644,-80.61558,"NAD83","n-Butane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,7.959259,3.597035,16.8,"2013-01-10 00:00",16.4,"2013-03-11 00:00",12.8,"2013-05-28 00:00",11.6,"2013-01-28 00:00","","","","",16.8,16.8,16.4,12.8,10,7.6,3.5,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43218",1,40.36644,-80.61558,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-10 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-22 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43220",1,40.36644,-80.61558,"NAD83","n-Pentane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,3.67037,1.869968,8,"2013-05-28 00:00",6.5,"2013-01-10 00:00",6.5,"2013-03-11 00:00",6,"2013-05-10 00:00","","","","",8,8,6.5,6.5,4.8,3.5,1.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43231",1,40.36644,-80.61558,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.52963,0.558717,2.9,"2013-05-28 00:00",2.7,"2013-01-10 00:00",2.5,"2013-01-16 00:00",2.5,"2013-03-11 00:00","","","","",2.9,2.9,2.7,2.5,2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43232",1,40.36644,-80.61558,"NAD83","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.477778,0.279193,2.7,"2013-01-10 00:00",2.1,"2013-01-16 00:00",1.5,"2013-03-05 00:00",1.4,"2013-01-04 00:00","","","","",2.7,2.7,2.1,1.5,1.4,1.4,1.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43233",1,40.36644,-80.61558,"NAD83","n-Octane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.6,0,1.6,"2013-01-04 00:00",1.6,"2013-01-10 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-22 00:00","","","","",1.6,1.6,1.6,1.6,1.6,1.6,1.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43235",1,40.36644,-80.61558,"NAD83","n-Nonane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43238",1,40.36644,-80.61558,"NAD83","n-Decane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,2,0,2,"2013-01-04 00:00",2,"2013-01-10 00:00",2,"2013-01-16 00:00",2,"2013-01-22 00:00","","","","",2,2,2,2,2,2,2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43248",1,40.36644,-80.61558,"NAD83","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43335",1,40.36644,-80.61558,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43359",1,40.36644,-80.61558,"NAD83","Chlorodifluoromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.444444,0.089156,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-05-28 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.3,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43372",1,40.36644,-80.61558,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1,0,1,"2013-01-04 00:00",1,"2013-01-10 00:00",1,"2013-01-16 00:00",1,"2013-01-22 00:00","","","","",1,1,1,1,1,1,1,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43447",1,40.36644,-80.61558,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.625926,1.296917,5.2,"2013-05-16 00:00",5.2,"2013-06-09 00:00",4,"2013-05-10 00:00",3,"2013-06-03 00:00","","","","",5.2,5.2,5.2,4,2.2,1,0.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43552",1,40.36644,-80.61558,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,2.87037,1.560526,8,"2013-06-09 00:00",5.6,"2013-04-28 00:00",5.6,"2013-05-10 00:00",5.6,"2013-05-16 00:00","","","","",8,8,5.6,5.6,3,2,2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43560",1,40.36644,-80.61558,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43702",1,40.36644,-80.61558,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.596296,0.224433,1.2,"2013-05-22 00:00",1.1,"2013-05-10 00:00",1,"2013-06-09 00:00",0.8,"2013-01-10 00:00","","","","",1.2,1.2,1.1,1,0.7,0.5,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43704",1,40.36644,-80.61558,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43801",1,40.36644,-80.61558,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.537037,0.096668,0.9,"2013-04-28 00:00",0.7,"2013-05-10 00:00",0.6,"2013-02-27 00:00",0.6,"2013-03-05 00:00","","","","",0.9,0.9,0.7,0.6,0.6,0.5,0.5,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43802",1,40.36644,-80.61558,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43803",1,40.36644,-80.61558,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43804",1,40.36644,-80.61558,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43805",1,40.36644,-80.61558,"NAD83","Dibromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43806",1,40.36644,-80.61558,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43811",1,40.36644,-80.61558,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.292593,0.03849,0.4,"2013-04-28 00:00",0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.3,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43812",1,40.36644,-80.61558,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43813",1,40.36644,-80.61558,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43814",1,40.36644,-80.61558,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43815",1,40.36644,-80.61558,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43817",1,40.36644,-80.61558,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43818",1,40.36644,-80.61558,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43819",1,40.36644,-80.61558,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43820",1,40.36644,-80.61558,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43821",1,40.36644,-80.61558,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43823",1,40.36644,-80.61558,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.559259,0.079707,0.8,"2013-04-28 00:00",0.7,"2013-05-10 00:00",0.7,"2013-06-09 00:00",0.6,"2013-01-10 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.5,0.5,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43824",1,40.36644,-80.61558,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43826",1,40.36644,-80.61558,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43828",1,40.36644,-80.61558,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43829",1,40.36644,-80.61558,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43830",1,40.36644,-80.61558,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43832",1,40.36644,-80.61558,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43838",1,40.36644,-80.61558,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43839",1,40.36644,-80.61558,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43841",1,40.36644,-80.61558,"NAD83","1,3-Dichloropropene(total)","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.6,0,0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-01-22 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.6,0.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43843",1,40.36644,-80.61558,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43844",1,40.36644,-80.61558,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-01-04 00:00",0.8,"2013-01-10 00:00",0.8,"2013-01-16 00:00",0.8,"2013-01-22 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43860",1,40.36644,-80.61558,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,0.4,0,0.4,"2013-01-04 00:00",0.4,"2013-01-10 00:00",0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","43954",1,40.36644,-80.61558,"NAD83","n-Undecane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,2.2,0,2.2,"2013-01-04 00:00",2.2,"2013-01-10 00:00",2.2,"2013-01-16 00:00",2.2,"2013-01-22 00:00","","","","",2.2,2.2,2.2,2.2,2.2,2.2,2.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","44201",1,40.36644,-80.61558,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4853,99,211,214,0,283,0,0,"Certification not required",619,0.047815,0.011313,0.091,"2013-06-21 15:00",0.076,"2013-05-15 17:00",0.076,"2013-06-20 15:00",0.076,"2013-08-21 14:00","","","","",0.076,0.07,0.066,0.061,0.055,0.048,0.032,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-12-12" +"39","081","0017","44201",1,40.36644,-80.61558,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5050,97,208,214,0,0,0,0,"Certification not required",0,0.042125,0.011182,0.084,"2013-06-21 10:00",0.067,"2013-06-20 11:00",0.067,"2013-08-21 11:00",0.066,"2013-05-15 11:00","","","","",0.067,0.065,0.06,0.056,0.049,0.043,0.027,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-12-12" +"39","081","0017","44201",1,40.36644,-80.61558,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5050,97,208,214,0,0,1,1,"Certification not required",0,0.042125,0.011182,0.084,"2013-06-21 10:00",0.067,"2013-06-20 11:00",0.067,"2013-08-21 11:00",0.066,"2013-05-15 11:00","","","","",0.067,0.065,0.06,0.056,0.049,0.043,0.027,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-12-12" +"39","081","0017","45109",1,40.36644,-80.61558,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,3.603704,1.560691,11.2,"2013-01-10 00:00",4.7,"2013-05-28 00:00",4.4,"2013-01-16 00:00",3.4,"2013-05-10 00:00","","","","",11.2,11.2,4.7,4.4,3.2,3.2,3.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45201",1,40.36644,-80.61558,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,7.533333,10.827422,52.2,"2013-01-10 00:00",26.4,"2013-05-28 00:00",17.4,"2013-04-10 00:00",13.2,"2013-04-28 00:00","","","","",52.2,52.2,26.4,17.4,11.4,3,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45202",1,40.36644,-80.61558,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,5.251852,5.65953,26.6,"2013-01-10 00:00",16.1,"2013-05-28 00:00",11.2,"2013-01-16 00:00",10.5,"2013-05-10 00:00","","","","",26.6,26.6,16.1,11.2,5.9,2.8,1.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45203",1,40.36644,-80.61558,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.614815,0.07698,2,"2013-01-10 00:00",1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-22 00:00","","","","",2,2,1.6,1.6,1.6,1.6,1.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45204",1,40.36644,-80.61558,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.625926,0.134715,2.3,"2013-01-10 00:00",1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-22 00:00","","","","",2.3,2.3,1.6,1.6,1.6,1.6,1.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45207",1,40.36644,-80.61558,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45208",1,40.36644,-80.61558,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.825926,0.134715,2.5,"2013-01-10 00:00",1.8,"2013-01-04 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",2.5,2.5,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45209",1,40.36644,-80.61558,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45210",1,40.36644,-80.61558,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45213",1,40.36644,-80.61558,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45220",1,40.36644,-80.61558,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.607407,0.03849,1.8,"2013-01-10 00:00",1.6,"2013-01-04 00:00",1.6,"2013-01-16 00:00",1.6,"2013-01-22 00:00","","","","",1.8,1.8,1.6,1.6,1.6,1.6,1.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45221",1,40.36644,-80.61558,"NAD83","Benzene,(1-methylethenyl)-","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-04 00:00",1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.8,"2013-01-22 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45801",1,40.36644,-80.61558,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45805",1,40.36644,-80.61558,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45806",1,40.36644,-80.61558,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45807",1,40.36644,-80.61558,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45809",1,40.36644,-80.61558,"NAD83","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.4,0,1.4,"2013-01-04 00:00",1.4,"2013-01-10 00:00",1.4,"2013-01-16 00:00",1.4,"2013-01-22 00:00","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","45810",1,40.36644,-80.61558,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",27,87,14,31,0,0,"","","Certification not required",0,1.2,0,1.2,"2013-01-04 00:00",1.2,"2013-01-10 00:00",1.2,"2013-01-16 00:00",1.2,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,1.2,1.2,1.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-07-16" +"39","081","0017","62107",1,40.36644,-80.61558,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8735,100,363,365,0,25,"","","Certification not required",0,73.296737,8.337585,111,"2013-11-16 13:00",111,"2013-11-16 14:00",111,"2013-11-16 15:00",109,"2013-11-16 16:00","","","","",97,91,88,82,75,73,64,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","68105",1,40.36644,-80.61558,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",149,100,104,122,0,32,"","","Certification not required",0,8.055034,10.250936,27.3,"2013-06-24 00:00",26.6,"2013-09-10 00:00",25.5,"2013-06-12 00:00",24.9,"2013-07-03 00:00","","","","",26.6,25.5,23.6,22.9,18.3,5.7,-4.6,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","68105",2,40.36644,-80.61558,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",65,100,39,46,0,25,"","","Certification not required",0,12.644615,9.312274,26.7,"2013-06-24 00:00",25.9,"2013-09-10 00:00",24.4,"2013-07-09 00:00",24,"2013-05-22 00:00","","","","",26.7,25.9,24,23.1,20.6,13.9,-2.2,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","68108",1,40.36644,-80.61558,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",149,100,104,122,0,32,"","","Certification not required",0,742.543624,4.712667,753,"2013-01-10 00:00",753,"2013-01-11 00:00",753,"2013-11-24 00:00",752,"2013-01-27 00:00","","","","",753,753,750,749,746,742,736,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","68108",2,40.36644,-80.61558,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",65,71,65,92,0,25,"","","Certification not required",0,742.507692,4.441013,751,"2013-11-30 00:00",751,"2013-12-12 00:00",751,"2013-12-24 00:00",750,"2013-04-22 00:00","","","","",751,751,750,748,745,742,737,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","81102",1,40.36644,-80.61558,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,25.672727,8.552787,40,"2013-03-11 00:00",39,"2013-06-21 00:00",39,"2013-08-20 00:00",39,"2013-08-26 00:00","","","","",40,39,39,36,33,27,13,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2013-12-19" +"39","081","0017","88101",1,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",152,84,152,182,0,31,0,0,"Certification not required",0,10.95,5.813674,32.5,"2013-12-03 00:00",29.5,"2013-01-07 00:00",26.9,"2013-09-10 00:00",25.9,"2013-01-08 00:00","","","","",29.5,25.9,24,18,14.1,9.6,4.3,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","88101",1,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",152,84,152,182,0,31,"","","Certification not required",0,10.95,5.813674,32.5,"2013-12-03 00:00",29.5,"2013-01-07 00:00",26.9,"2013-09-10 00:00",25.9,"2013-01-08 00:00","","","","",29.5,25.9,24,18,14.1,9.6,4.3,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","88101",2,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,26,0,0,"Certification not required",0,10.123077,5.663528,31.4,"2013-12-03 00:00",26.2,"2013-09-10 00:00",24.8,"2013-09-19 00:00",20.8,"2013-06-21 00:00","","","","",31.4,26.2,20.8,16.3,12.4,8.6,4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","88101",2,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",65,53,65,122,0,26,"","","Certification not required",0,10.123077,5.663528,31.4,"2013-12-03 00:00",26.2,"2013-09-10 00:00",24.8,"2013-09-19 00:00",20.8,"2013-06-21 00:00","","","","",31.4,26.2,20.8,16.3,12.4,8.6,4,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","88101",3,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8503,97,359,365,0,257,"","","Certification not required",0,10.000517,7.338753,87.8,"2013-01-10 10:00",79.4,"2013-01-10 09:00",77.4,"2013-01-10 11:00",67.8,"2013-07-26 08:00","","","","",33.9,28.7,23.6,19.5,13.1,8.6,2.3,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","88101",3,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,9.948588,5.43354,35,"2013-12-03 00:00",32.3,"2013-01-07 00:00",30,"2013-01-08 00:00",28.9,"2013-01-10 00:00","","","","",28.9,24.9,19.6,17,13,8.8,4.1,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0017","88101",3,40.36644,-80.61558,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,9.948588,5.43354,35,"2013-12-03 00:00",32.3,"2013-01-07 00:00",30,"2013-01-08 00:00",28.9,"2013-01-10 00:00","","","","",28.9,24.9,19.6,17,13,8.8,4.1,"STEUBEN","618 LOGAN ST.","Ohio","Jefferson","Steubenville","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0018","42401",1,40.272,-80.62962,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8325,95,363,365,0,435,0,"","Certification not required",0,9.019284,9.671806,71,"2013-04-09 10:00",68,"2013-11-06 05:00",66,"2013-10-28 12:00",52,"2013-07-04 14:00","","","","",52,41,27,17,10,6,3,"","3487 COUNTY RD. 19","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0018","42401",1,40.272,-80.62962,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8325,95,363,365,0,435,"","","Certification not required",0,3.831712,3.570886,71,"2013-04-09 10:00",68,"2013-11-06 05:00",66,"2013-10-28 12:00",63,"2013-10-28 13:00","","","","",18,13,9,6,4,3,2,"","3487 COUNTY RD. 19","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0018","42401",1,40.272,-80.62962,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.836088,1.847633,16.8,"2013-11-06 00:00",11.7,"2013-11-15 00:00",10.4,"2013-12-19 00:00",10.3,"2013-12-01 00:00","","","","",10.3,8.9,7.1,6.3,4.6,3.4,2.1,"","3487 COUNTY RD. 19","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0018","42401",1,40.272,-80.62962,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2517,86,358,365,0,0,"",0,"Certification not required",0,3.846921,3.185215,55.3,"2013-11-06 05:00",48,"2013-10-28 14:00",34.3,"2013-08-05 14:00",33.3,"2013-04-23 11:00","","","","",17.6,12.3,8.6,6.6,4,3,2,"","3487 COUNTY RD. 19","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","61101",1,40.26786,-80.64986,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,3.980573,3.031015,17.9,"2013-02-11 16:00",17.6,"2013-03-19 13:00",17.2,"2013-03-19 14:00",16.8,"2013-01-31 12:00","","","","",13.4,12.3,10.2,8.2,5.6,3.2,0.8,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","61102",1,40.26786,-80.64986,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,214.210713,88.048035,360,"2013-05-28 01:00",360,"2013-08-12 01:00",360,"2013-09-16 09:00",359,"2013-05-17 16:00","","","","",345,333,320,310,291,237,86,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","61106",1,40.26786,-80.64986,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,21.523755,12.142247,74,"2013-07-23 10:00",72,"2013-09-14 13:00",68,"2013-06-21 12:00",67,"2013-07-25 13:00","","","","",54,50,45,40,29,19,9,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","62101",1,40.26786,-80.64986,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8756,100,365,365,0,4,"","","Certification not required",0,51.263248,18.680011,90,"2013-07-18 14:00",89,"2013-07-18 13:00",89,"2013-07-19 13:00",89,"2013-07-19 14:00","","","","",84,82,79,74,67,54,26,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","62101",2,40.26786,-80.64986,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",8756,100,365,365,0,4,"","","Certification not required",0,51.379054,18.714187,92,"2013-07-17 12:00",91,"2013-07-17 11:00",91,"2013-07-18 14:00",90,"2013-07-15 13:00","","","","",84,82,79,75,67,54,26,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","62106",1,40.26786,-80.64986,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8756,100,365,365,0,4,"","","Certification not required",0,0.063614,0.49026,3.6,"2013-03-09 22:00",3.1,"2013-01-12 19:00",2.9,"2013-01-11 19:00",2.8,"2013-01-11 20:00","","","","",1.8,1.5,1.1,0.7,0.2,0,-0.4,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0019","63301",1,40.26786,-80.64986,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8756,100,365,365,0,4,"","","Certification not required",4401,0.217892,0.333694,1.43,"2013-04-25 12:00",1.42,"2013-05-05 12:00",1.42,"2013-05-26 12:00",1.42,"2013-07-06 12:00","","","","",1.26,1.18,1.01,0.77,0.33,0.005,0.005,"","LANDFILL ACCESS RD.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","42401",1,40.259475,-80.639987,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8354,95,363,365,0,406,0,"","Certification not required",0,6.327824,5.404109,41,"2013-03-05 19:00",34,"2013-11-06 08:00",33,"2013-04-26 13:00",33,"2013-05-17 13:00","","","","",33,29,15,11,7,5,3,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","42401",1,40.259475,-80.639987,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8354,95,363,365,0,406,"","","Certification not required",0,3.244314,2.043826,41,"2013-03-05 19:00",34,"2013-11-06 08:00",33,"2013-04-26 13:00",33,"2013-05-17 13:00","","","","",10,8,6,5,4,3,1,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","42401",1,40.259475,-80.639987,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.244077,1.157554,9.5,"2013-11-06 00:00",7.4,"2013-08-20 00:00",7.1,"2013-04-26 00:00",6.9,"2013-08-05 00:00","","","","",6.9,6.1,5,4.5,3.9,3.2,1.6,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","42401",1,40.259475,-80.639987,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2530,87,360,365,0,0,"",0,"Certification not required",0,3.275534,1.862221,24.6,"2013-08-20 14:00",24,"2013-04-26 14:00",23.6,"2013-03-05 20:00",21.6,"2013-08-05 14:00","","","","",9.6,8,6,5,3.6,3,1.3,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","61101",1,40.259475,-80.639987,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8749,100,364,365,0,11,"","","Certification not required",0,3.383495,2.487186,17.4,"2013-02-11 13:00",16.8,"2013-11-01 00:00",15.9,"2013-02-11 14:00",14.8,"2013-02-11 12:00","","","","",10.6,9.6,8.2,6.9,4.9,2.8,0.7,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","61102",1,40.259475,-80.639987,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8749,100,364,365,0,11,"","","Certification not required",0,184.996228,99.091052,360,"2013-05-08 19:00",360,"2013-05-09 21:00",360,"2013-05-17 19:00",360,"2013-07-12 03:00","","","","",354,348,331,302,254,217,36,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","61106",1,40.259475,-80.639987,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8749,100,364,365,0,11,"","","Certification not required",0,25.86387,13.350884,87,"2013-03-01 18:00",85,"2013-05-24 12:00",84,"2013-04-05 17:00",83,"2013-03-08 05:00","","","","",68,64,54,46,32,21,14,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0020","62101",1,40.259475,-80.639987,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8749,100,364,365,0,11,"","","Certification not required",0,52.271002,18.55929,91,"2013-07-18 13:00",91,"2013-07-18 14:00",91,"2013-07-19 13:00",91,"2013-07-19 14:00","","","","",86,83,80,76,68,54,28,"","1469 3rd ST.","Ohio","Jefferson","","Weirton-Steubenville, WV-OH","2014-02-07" +"39","081","0021","68105",1,40.319511,-80.607945,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",5,100,5,5,0,0,"","","Certification not required",0,-3.42,2.135884,-1.5,"2013-12-06 00:00",-2,"2013-12-30 00:00",-2.4,"2013-12-18 00:00",-4.6,"2013-12-24 00:00","","","","",-1.5,-1.5,-1.5,-1.5,-2,-2.4,-6.6,"","110 STUEBEN ST.","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-02-04" +"39","081","0021","68108",1,40.319511,-80.607945,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,100,5,5,0,0,"","","Certification not required",0,748,3.674235,752,"2013-12-12 00:00",752,"2013-12-24 00:00",746,"2013-12-18 00:00",745,"2013-12-06 00:00","","","","",752,752,752,752,752,746,745,"","110 STUEBEN ST.","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-02-04" +"39","081","0021","88101",1,40.319511,-80.607945,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,0,0,"Certification not required",0,7.62,3.058921,12.2,"2013-12-18 00:00",8.7,"2013-12-06 00:00",7.1,"2013-12-24 00:00",6,"2013-12-12 00:00","","","","",12.2,12.2,12.2,12.2,8.7,7.1,4.1,"","110 STUEBEN ST.","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","0021","88101",1,40.319511,-80.607945,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,7.62,3.058921,12.2,"2013-12-18 00:00",8.7,"2013-12-06 00:00",7.1,"2013-12-24 00:00",6,"2013-12-12 00:00","","","","",12.2,12.2,12.2,12.2,8.7,7.1,4.1,"","110 STUEBEN ST.","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-02-12" +"39","081","1001","68103",5,40.32207,-80.6063,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,8.171429,9.614021,20.8,"2013-07-21 00:00",20.6,"2013-09-01 00:00",20.5,"2013-07-09 00:00",20.1,"2013-07-15 00:00","","","","",20.8,20.8,20.5,20,14.9,11.1,-5.9,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","68104",5,40.32207,-80.6063,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,19.907143,12.139281,35.6,"2013-07-15 00:00",33,"2013-06-21 00:00",33,"2013-07-03 00:00",31.7,"2013-08-20 00:00","","","","",35.6,35.6,33,31.6,30.4,25.3,1.9,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","68105",1,40.32207,-80.6063,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",32,71,32,45,0,13,"","","Certification not required",0,12.9125,11.180015,27,"2013-07-15 00:00",24.9,"2013-07-03 00:00",24.3,"2013-07-21 00:00",23.9,"2013-09-01 00:00","","","","",27,27,24.9,23.9,22.8,16.8,-2.3,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-12-11" +"39","081","1001","68105",2,40.32207,-80.6063,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",3,20,3,15,0,12,"","","Certification not required",0,-5.533333,6.506407,0.8,"2013-01-16 00:00",-5.2,"2013-02-03 00:00",-12.2,"2013-01-22 00:00","","","","","","",0.8,0.8,0.8,0.8,0.8,-5.2,-12.2,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-12-11" +"39","081","1001","68105",5,40.32207,-80.6063,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,13.57381,10.415094,27.4,"2013-07-15 00:00",25.3,"2013-07-03 00:00",24.7,"2013-08-08 00:00",24.5,"2013-07-21 00:00","","","","",27.4,27.4,24.7,24.2,22.2,17.6,-0.4,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","68106",5,40.32207,-80.6063,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,741.547619,4.396242,749,"2013-01-10 00:00",749,"2013-02-09 00:00",749,"2013-04-22 00:00",748,"2013-02-21 00:00","","","","",749,749,749,748,744,741,736,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","68107",5,40.32207,-80.6063,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,747.02381,4.780489,758,"2013-01-10 00:00",756,"2013-04-22 00:00",755,"2013-02-21 00:00",754,"2013-04-04 00:00","","","","",758,758,755,753,750,747,742,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","68108",1,40.32207,-80.6063,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",33,73,33,45,0,12,"","","Certification not required",0,743.242424,5.141925,755,"2013-01-10 00:00",753,"2013-02-09 00:00",751,"2013-02-21 00:00",750,"2013-01-04 00:00","","","","",755,755,753,750,746,743,738,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-12-11" +"39","081","1001","68108",2,40.32207,-80.6063,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",3,20,3,15,0,12,"","","Certification not required",0,752.333333,5.773503,759,"2013-01-22 00:00",749,"2013-01-16 00:00",749,"2013-02-03 00:00","","","","","","",759,759,759,759,759,749,749,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-12-11" +"39","081","1001","68108",5,40.32207,-80.6063,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,743.690476,4.251187,754,"2013-01-10 00:00",751,"2013-02-09 00:00",751,"2013-04-22 00:00",750,"2013-02-21 00:00","","","","",754,754,751,749,746,743,739,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88101",1,40.32207,-80.6063,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,13,0,0,"Certification not required",0,11.040625,3.695757,19.7,"2013-01-10 00:00",17.4,"2013-06-21 00:00",16.8,"2013-06-09 00:00",15.2,"2013-07-09 00:00","","","","",19.7,19.7,17.4,15.2,14,11.1,7,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-12-06" +"39","081","1001","88101",1,40.32207,-80.6063,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,13,"","","Certification not required",0,11.040625,3.695757,19.7,"2013-01-10 00:00",17.4,"2013-06-21 00:00",16.8,"2013-06-09 00:00",15.2,"2013-07-09 00:00","","","","",19.7,19.7,17.4,15.2,14,11.1,7,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-12-06" +"39","081","1001","88101",2,40.32207,-80.6063,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,12,0,0,"Certification not required",0,11.9,1.915724,13.2,"2013-02-03 00:00",12.8,"2013-01-16 00:00",9.7,"2013-01-22 00:00","","","","","","",13.2,13.2,13.2,13.2,13.2,12.8,9.7,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-06-28" +"39","081","1001","88101",2,40.32207,-80.6063,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,12,"","","Certification not required",0,11.9,1.915724,13.2,"2013-02-03 00:00",12.8,"2013-01-16 00:00",9.7,"2013-01-22 00:00","","","","","","",13.2,13.2,13.2,13.2,13.2,12.8,9.7,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2013-06-28" +"39","081","1001","88102",5,40.32207,-80.6063,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.018262,0.004234,0.026,"2013-04-22 00:00",0.026,"2013-05-10 00:00",0.026,"2013-08-02 00:00",0.021,"2013-01-16 00:00","","","","",0.026,0.026,0.026,0.021,0.021,0.0205,0.014,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88103",5,40.32207,-80.6063,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002857,0.003426,0.016,"2013-01-28 00:00",0.013,"2013-01-10 00:00",0.009,"2013-03-11 00:00",0.007,"2013-03-05 00:00","","","","",0.016,0.016,0.009,0.006,0.004,0.002,0,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88104",5,40.32207,-80.6063,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",16,0.047452,0.074248,0.453,"2013-07-15 00:00",0.154,"2013-09-07 00:00",0.149,"2013-08-26 00:00",0.11,"2013-07-27 00:00","","","","",0.453,0.453,0.149,0.092,0.058,0.029,0.0065,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88107",5,40.32207,-80.6063,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.006255,0.005328,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.01,"2013-07-27 00:00",0.0055,"2013-03-29 00:00","","","","",0.0295,0.0295,0.01,0.0055,0.005,0.005,0.005,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88109",5,40.32207,-80.6063,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",2,0.005649,0.003833,0.0191,"2013-01-28 00:00",0.013,"2013-02-03 00:00",0.0114,"2013-02-09 00:00",0.0114,"2013-04-28 00:00","","","","",0.0191,0.0191,0.0114,0.011,0.0074,0.005,0.0023,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88110",5,40.32207,-80.6063,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.000833,0.003561,0.022,"2013-06-27 00:00",0.006,"2013-03-29 00:00",0.005,"2013-04-28 00:00",0.002,"2013-06-03 00:00","","","","",0.022,0.022,0.005,0,0,0,0,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88111",5,40.32207,-80.6063,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",1,0.087018,0.101765,0.447,"2013-07-15 00:00",0.37,"2013-08-26 00:00",0.336,"2013-09-07 00:00",0.245,"2013-08-20 00:00","","","","",0.447,0.447,0.336,0.234,0.0947,0.0569,0.0119,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88112",5,40.32207,-80.6063,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002333,0.001934,0.008,"2013-01-22 00:00",0.007,"2013-07-03 00:00",0.005,"2013-02-09 00:00",0.005,"2013-06-27 00:00","","","","",0.008,0.008,0.005,0.005,0.003,0.002,0,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88113",5,40.32207,-80.6063,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",35,0.000926,0.000793,0.004,"2013-01-10 00:00",0.0039,"2013-03-11 00:00",0.0022,"2013-09-07 00:00",0.002,"2013-04-28 00:00","","","","",0.004,0.004,0.0022,0.0018,0.0007,0.0007,0.00055,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88114",5,40.32207,-80.6063,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",15,0.00482,0.008616,0.0535,"2013-03-11 00:00",0.021,"2013-01-10 00:00",0.012,"2013-01-28 00:00",0.0102,"2013-05-10 00:00","","","","",0.0535,0.0535,0.012,0.01,0.005,0.0025,0.00065,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88115",5,40.32207,-80.6063,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",10,0.018883,0.01898,0.0919,"2013-01-28 00:00",0.07,"2013-01-10 00:00",0.0558,"2013-02-03 00:00",0.05,"2013-01-22 00:00","","","","",0.0919,0.0919,0.0558,0.0409,0.0216,0.0142,0.0025,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88117",5,40.32207,-80.6063,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.005637,0.008585,0.0435,"2013-01-10 00:00",0.0435,"2013-03-17 00:00",0.00485,"2013-06-03 00:00",0.00485,"2013-06-09 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0041,0.0034,0.0034,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88118",5,40.32207,-80.6063,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.011269,0.006509,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.017,0.005,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88126",5,40.32207,-80.6063,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.16344,0.157441,0.604,"2013-03-11 00:00",0.549,"2013-07-15 00:00",0.502,"2013-01-10 00:00",0.502,"2013-09-07 00:00","","","","",0.604,0.604,0.502,0.442,0.206,0.113,0.0344,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88128",5,40.32207,-80.6063,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.007595,0.011147,0.064,"2013-03-11 00:00",0.029,"2013-07-15 00:00",0.029,"2013-07-27 00:00",0.017,"2013-01-10 00:00","","","","",0.064,0.064,0.029,0.017,0.009,0.006,0,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88131",5,40.32207,-80.6063,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",40,0.009988,0.002916,0.0165,"2013-04-22 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-08-02 00:00",0.016,"2013-07-21 00:00","","","","",0.0165,0.0165,0.0165,0.015,0.011,0.011,0.007,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88132",5,40.32207,-80.6063,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.0045,0.004278,0.017,"2013-07-15 00:00",0.017,"2013-08-26 00:00",0.014,"2013-09-07 00:00",0.011,"2013-07-27 00:00","","","","",0.017,0.017,0.014,0.01,0.006,0.004,0.001,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88136",5,40.32207,-80.6063,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.000619,0.000909,0.004,"2013-01-10 00:00",0.003,"2013-07-09 00:00",0.002,"2013-01-22 00:00",0.002,"2013-03-11 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0,0,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88140",5,40.32207,-80.6063,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",37,0.009542,0.008987,0.046,"2013-07-15 00:00",0.041,"2013-09-07 00:00",0.033,"2013-04-10 00:00",0.016,"2013-02-21 00:00","","","","",0.046,0.046,0.033,0.013,0.009,0.006,0.0055,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88152",5,40.32207,-80.6063,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.005517,0.001832,0.015,"2013-02-21 00:00",0.008,"2013-03-29 00:00",0.008,"2013-06-03 00:00",0.008,"2013-06-09 00:00","","","","",0.015,0.015,0.008,0.008,0.0055,0.005,0.0045,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88154",5,40.32207,-80.6063,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",36,0.00138,0.000874,0.0051,"2013-01-10 00:00",0.0044,"2013-03-05 00:00",0.0029,"2013-07-21 00:00",0.0026,"2013-01-28 00:00","","","","",0.0051,0.0051,0.0029,0.002,0.0013,0.00125,0.001,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88160",5,40.32207,-80.6063,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.013964,0.005646,0.043,"2013-02-03 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-10 00:00",0.018,"2013-08-02 00:00","","","","",0.043,0.043,0.018,0.016,0.016,0.016,0.01,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88161",5,40.32207,-80.6063,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",35,0.003807,0.004671,0.027,"2013-07-15 00:00",0.0176,"2013-08-26 00:00",0.01,"2013-09-07 00:00",0.009,"2013-06-27 00:00","","","","",0.027,0.027,0.01,0.0075,0.0025,0.00215,0.00215,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88164",5,40.32207,-80.6063,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.001586,0.000324,0.0033,"2013-07-09 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-06-03 00:00",0.0019,"2013-06-09 00:00","","","","",0.0033,0.0033,0.0019,0.0019,0.0016,0.0015,0.0015,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88165",5,40.32207,-80.6063,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",1,0.117781,0.158397,0.959,"2013-07-15 00:00",0.447,"2013-08-26 00:00",0.33,"2013-09-07 00:00",0.215,"2013-08-02 00:00","","","","",0.959,0.959,0.33,0.21,0.12,0.0745,0.023,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88166",5,40.32207,-80.6063,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.007079,0.003655,0.019,"2013-04-22 00:00",0.019,"2013-05-10 00:00",0.019,"2013-08-02 00:00",0.0075,"2013-01-04 00:00","","","","",0.019,0.019,0.019,0.0075,0.0075,0.0075,0.0042,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88167",5,40.32207,-80.6063,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",2,0.017114,0.015082,0.079,"2013-01-10 00:00",0.0472,"2013-01-28 00:00",0.0449,"2013-03-11 00:00",0.0407,"2013-04-28 00:00","","","","",0.079,0.079,0.0449,0.0365,0.0222,0.0125,0.0049,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88168",5,40.32207,-80.6063,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.00127,0.000617,0.0042,"2013-09-07 00:00",0.0032,"2013-07-15 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-10 00:00","","","","",0.0042,0.0042,0.00175,0.00175,0.00115,0.00115,0.00085,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88169",5,40.32207,-80.6063,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.239571,0.539709,2.41,"2013-01-28 00:00",2.17,"2013-08-20 00:00",2.07,"2013-02-03 00:00",2,"2013-07-21 00:00","","","","",2.41,2.41,2.07,1.95,1.74,1.14,0.649,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88176",5,40.32207,-80.6063,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",40,0.000926,0.000229,0.0016,"2013-01-22 00:00",0.0015,"2013-05-16 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-03-17 00:00","","","","",0.0016,0.0016,0.0013,0.0013,0.001,0.0009,0.0007,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88180",5,40.32207,-80.6063,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.085352,0.048953,0.238,"2013-01-28 00:00",0.233,"2013-01-10 00:00",0.181,"2013-09-07 00:00",0.149,"2013-07-15 00:00","","","","",0.238,0.238,0.181,0.137,0.105,0.0734,0.0403,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88184",5,40.32207,-80.6063,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",30,0.03844,0.033047,0.159,"2013-04-10 00:00",0.139,"2013-07-15 00:00",0.093,"2013-02-03 00:00",0.082,"2013-02-21 00:00","","","","",0.159,0.159,0.093,0.079,0.046,0.027,0.0155,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88185",5,40.32207,-80.6063,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",40,0.002958,0.003142,0.0143,"2013-07-03 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-08-02 00:00","","","","",0.0143,0.0143,0.0115,0.0058,0.00225,0.00225,0.0014,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88301",5,40.32207,-80.6063,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.299381,0.982179,4.02,"2013-01-28 00:00",3.95,"2013-02-03 00:00",3.36,"2013-01-10 00:00",2.84,"2013-01-04 00:00","","","","",4.02,4.02,3.36,2.35,1.89,0.884,0.353,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88302",5,40.32207,-80.6063,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",1,0.089302,0.064211,0.27,"2013-01-22 00:00",0.256,"2013-03-05 00:00",0.231,"2013-02-21 00:00",0.2,"2013-01-28 00:00","","","","",0.27,0.27,0.231,0.19,0.109,0.07,0.037,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88303",5,40.32207,-80.6063,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",1,0.06261,0.051772,0.315,"2013-01-28 00:00",0.171,"2013-01-10 00:00",0.144,"2013-02-09 00:00",0.119,"2013-09-07 00:00","","","","",0.315,0.315,0.144,0.098,0.078,0.0502,0.027,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88306",5,40.32207,-80.6063,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.602286,2.079309,7.36,"2013-02-03 00:00",7.23,"2013-01-28 00:00",6.85,"2013-01-10 00:00",5.29,"2013-01-04 00:00","","","","",7.36,7.36,6.85,5.28,2.04,0.622,0.245,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88355",5,40.32207,-80.6063,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.645744,1.114249,5.62,"2013-01-10 00:00",4.54,"2013-06-21 00:00",4.35,"2013-04-28 00:00",4.25,"2013-01-28 00:00","","","","",5.62,5.62,4.35,4.16,3.33,2.57,1.22,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88357",5,40.32207,-80.6063,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.366233,0.182095,1.04,"2013-01-10 00:00",0.7,"2013-04-04 00:00",0.652,"2013-04-28 00:00",0.607,"2013-03-11 00:00","","","","",1.04,1.04,0.652,0.549,0.465,0.345,0.171,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88370",5,40.32207,-80.6063,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.273233,0.937957,4.83,"2013-01-10 00:00",3.91,"2013-06-21 00:00",3.76,"2013-04-28 00:00",3.68,"2013-05-28 00:00","","","","",4.83,4.83,3.76,3.48,2.91,2.11,1.08,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88374",5,40.32207,-80.6063,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.162581,0.122848,0.527,"2013-01-10 00:00",0.437,"2013-04-04 00:00",0.387,"2013-03-23 00:00",0.351,"2013-06-09 00:00","","","","",0.527,0.527,0.387,0.327,0.238,0.126,0.037,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88375",5,40.32207,-80.6063,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.616884,0.258815,1.34,"2013-01-10 00:00",0.998,"2013-05-10 00:00",0.991,"2013-07-27 00:00",0.962,"2013-04-28 00:00","","","","",1.34,1.34,0.991,0.961,0.79,0.628,0.289,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88376",5,40.32207,-80.6063,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.624279,0.307351,1.72,"2013-01-10 00:00",1.1,"2013-06-15 00:00",1.05,"2013-05-28 00:00",1.04,"2013-04-28 00:00","","","","",1.72,1.72,1.05,1.02,0.819,0.57,0.316,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88377",5,40.32207,-80.6063,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.511349,0.259746,1.21,"2013-01-10 00:00",1.06,"2013-06-21 00:00",0.96,"2013-04-04 00:00",0.927,"2013-01-28 00:00","","","","",1.21,1.21,0.96,0.923,0.647,0.508,0.223,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88378",5,40.32207,-80.6063,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.359047,0.22152,1.04,"2013-06-09 00:00",0.823,"2013-04-28 00:00",0.749,"2013-07-21 00:00",0.721,"2013-05-28 00:00","","","","",1.04,1.04,0.749,0.703,0.47,0.307,0.168,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88380",5,40.32207,-80.6063,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.737814,0.345925,1.84,"2013-01-10 00:00",1.31,"2013-01-28 00:00",1.24,"2013-04-28 00:00",1.24,"2013-07-27 00:00","","","","",1.84,1.84,1.24,1.17,0.946,0.741,0.309,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88383",5,40.32207,-80.6063,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.030442,0.441721,2,"2013-04-28 00:00",1.88,"2013-06-09 00:00",1.87,"2013-07-27 00:00",1.81,"2013-01-10 00:00","","","","",2,2,1.87,1.74,1.33,1.01,0.459,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88384",5,40.32207,-80.6063,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.065719,0.027945,0.146,"2013-06-21 00:00",0.13,"2013-08-26 00:00",0.117,"2013-07-15 00:00",0.108,"2013-07-21 00:00","","","","",0.146,0.146,0.117,0.107,0.0804,0.061,0.036,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88385",5,40.32207,-80.6063,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",42,0.001056,0.000368,0.00341,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00341,0.00341,0.001,0.001,0.001,0.001,0.001,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88388",5,40.32207,-80.6063,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.730512,0.362638,1.64,"2013-06-09 00:00",1.5,"2013-07-27 00:00",1.41,"2013-04-28 00:00",1.24,"2013-01-28 00:00","","","","",1.64,1.64,1.41,1.21,0.98,0.642,0.313,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88403",5,40.32207,-80.6063,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,3.37,1.507581,6.78,"2013-01-28 00:00",6,"2013-08-20 00:00",5.72,"2013-02-03 00:00",5.5,"2013-06-09 00:00","","","","",6.78,6.78,5.72,5.39,4.47,3.1,1.72,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","081","1001","88502",5,40.32207,-80.6063,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,15.764286,7.250696,45.1,"2013-01-28 00:00",36.2,"2013-01-10 00:00",28.9,"2013-02-03 00:00",22.3,"2013-08-20 00:00","","","","",45.1,45.1,28.9,22.1,17.2,15.8,8.6,"MINGO_JCT.","501 COMMERICAL","Ohio","Jefferson","Mingo Junction","Weirton-Steubenville, WV-OH","2014-01-14" +"39","083","0002","44201",1,40.310025,-82.691724,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4905,100,214,214,0,231,0,0,"Certification not required",37,0.048056,0.011277,0.082,"2013-06-12 13:00",0.08,"2013-09-10 13:00",0.075,"2013-05-15 15:00",0.07,"2013-06-20 18:00","","","","",0.075,0.07,0.068,0.063,0.056,0.047,0.035,"CENTERBURG","WATER PLT, SR. 314","Ohio","Knox","Centerburg","Mount Vernon, OH","2013-12-12" +"39","083","0002","44201",1,40.310025,-82.691724,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5120,100,214,214,0,0,0,0,"Certification not required",0,0.043164,0.010845,0.073,"2013-06-12 11:00",0.071,"2013-09-10 11:00",0.07,"2013-05-15 10:00",0.067,"2013-06-05 11:00","","","","",0.07,0.067,0.061,0.057,0.051,0.043,0.029,"CENTERBURG","WATER PLT, SR. 314","Ohio","Knox","Centerburg","Mount Vernon, OH","2013-12-12" +"39","083","0002","44201",1,40.310025,-82.691724,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5120,100,214,214,0,0,0,0,"Certification not required",0,0.043164,0.010845,0.073,"2013-06-12 11:00",0.071,"2013-09-10 11:00",0.07,"2013-05-15 10:00",0.067,"2013-06-05 11:00","","","","",0.07,0.067,0.061,0.057,0.051,0.043,0.029,"CENTERBURG","WATER PLT, SR. 314","Ohio","Knox","Centerburg","Mount Vernon, OH","2013-12-12" +"39","083","0002","62107",1,40.310025,-82.691724,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5084,58,211,365,0,52,"","","Certification not required",0,75.515932,3.979183,91,"2013-06-23 18:00",91,"2013-06-23 19:00",91,"2013-06-23 20:00",91,"2013-06-23 21:00","","","","",84,82,80,79,77,77,70,"CENTERBURG","WATER PLT, SR. 314","Ohio","Knox","Centerburg","Mount Vernon, OH","2013-12-12" +"39","085","0003","42401",1,41.673006,-81.422455,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8732,100,365,365,0,28,0,"","Certification not required",0,8.865753,6.320736,72,"2013-02-06 14:00",54,"2013-02-13 11:00",38,"2013-12-16 16:00",32,"2013-12-10 20:00","","","","",32,25,18,15,10,7,4,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0003","42401",1,41.673006,-81.422455,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8732,100,365,365,0,28,"","","Certification not required",0,3.868988,3.193491,72,"2013-02-06 14:00",54,"2013-02-13 11:00",38,"2013-12-16 16:00",32,"2013-12-10 20:00","","","","",14,11,9,8,6,3,1,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0003","42401",1,41.673006,-81.422455,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,3.872055,2.463255,14.9,"2013-01-31 00:00",11.1,"2013-02-13 00:00",10.5,"2013-07-26 00:00",10.4,"2013-02-06 00:00","","","","",10.4,9.4,8.2,7.3,5.5,3.5,1.1,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0003","42401",1,41.673006,-81.422455,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2895,99,365,365,0,0,"",0,"Certification not required",0,3.842556,2.893057,33,"2013-02-06 14:00",28.6,"2013-02-13 11:00",25.6,"2013-01-31 08:00",21.3,"2013-12-16 17:00","","","","",12.3,11,8.6,7.3,5.6,3.3,1,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0003","42406",1,41.673006,-81.422455,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8710,99,365,365,0,50,"","","Certification not required",0,4.409759,5.412214,152,"2013-02-06 14:00",105,"2013-06-17 12:00",95,"2013-01-22 17:00",80,"2013-12-10 20:00","","","","",22,17,12,9,6,4,0,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0003","44201",1,41.673006,-81.422455,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5119,100,214,214,0,17,0,0,"Certification not required",141,0.04935,0.012196,0.098,"2013-06-21 13:00",0.084,"2013-07-03 15:00",0.082,"2013-08-21 14:00",0.078,"2013-07-26 16:00","","","","",0.082,0.077,0.072,0.066,0.057,0.048,0.035,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","085","0003","44201",1,41.673006,-81.422455,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,1,1,"Certification not required",0,0.04435,0.011365,0.085,"2013-06-21 11:00",0.074,"2013-08-21 11:00",0.072,"2013-07-03 11:00",0.07,"2013-08-20 10:00","","","","",0.072,0.07,0.065,0.06,0.052,0.043,0.031,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","085","0003","44201",1,41.673006,-81.422455,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,1,1,"Certification not required",0,0.04435,0.011365,0.085,"2013-06-21 11:00",0.074,"2013-08-21 11:00",0.072,"2013-07-03 11:00",0.07,"2013-08-20 10:00","","","","",0.072,0.07,0.065,0.06,0.052,0.043,0.031,"EASTLAKE","36010 LAKESHORE","Ohio","Lake","Eastlake","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","085","0006","42101",1,41.666886,-81.338781,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8696,99,365,365,0,64,0,0,"Certification not required",7140,0.317525,0.158747,1.6,"2013-07-24 12:00",1.6,"2013-07-24 21:00",1.5,"2013-07-24 09:00",1.5,"2013-07-24 10:00","","","","",0.9,0.8,0.7,0.6,0.25,0.25,0.25,"MENTOR","8443 MENTOR AVE.","Ohio","Lake","Mentor","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0006","42101",1,41.666886,-81.338781,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8742,100,364,365,0,0,0,0,"Certification not required",0,0.353317,0.132111,1.5,"2013-07-24 12:00",1.5,"2013-07-24 13:00",1.5,"2013-07-24 14:00",1.5,"2013-07-24 15:00",1.5,"2013-07-24 12:00",1.5,"2013-07-24 20:00",0.8,0.7,0.6,0.6,0.3,0.3,0.3,"MENTOR","8443 MENTOR AVE.","Ohio","Lake","Mentor","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","42401",1,41.726811,-81.242156,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8738,100,365,365,0,22,7,"","Certification not required",0,11.6,18.396398,168,"2013-07-19 12:00",138,"2013-07-17 18:00",135,"2013-07-18 15:00",119,"2013-11-22 13:00","","","","",119,74,28,21,11,7,3,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","42401",1,41.726811,-81.242156,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8738,100,365,365,0,22,"","","Certification not required",0,3.965782,6.740559,168,"2013-07-19 12:00",138,"2013-07-17 18:00",135,"2013-07-18 15:00",121,"2013-07-18 16:00","","","","",25,14,9,7,5,3,1,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","42401",1,41.726811,-81.242156,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,3.96411,3.796217,38.8,"2013-07-18 00:00",30.7,"2013-07-17 00:00",26.7,"2013-05-12 00:00",26.5,"2013-07-19 00:00","","","","",26.5,13.3,7.5,6.5,4.8,3.4,1,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","42401",1,41.726811,-81.242156,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2907,100,364,365,0,0,"",0,"Certification not required",0,3.943206,6.106849,109.6,"2013-07-19 14:00",108.6,"2013-07-18 17:00",106.3,"2013-07-18 14:00",97.3,"2013-11-18 17:00","","","","",22.6,14,8.6,6.6,4.6,3,1,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","42406",1,41.726811,-81.242156,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",8717,100,365,365,0,43,"","","Certification not required",0,5.908111,15.930513,311,"2013-07-19 12:00",308,"2013-07-17 18:00",299,"2013-07-18 14:00",296,"2013-07-18 15:00","","","","",60,30,23,9,5,3,0,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","44201",1,41.726811,-81.242156,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5121,100,214,214,0,15,0,0,"Certification not required",67,0.046944,0.01198,0.084,"2013-06-21 15:00",0.077,"2013-09-10 12:00",0.075,"2013-06-22 14:00",0.075,"2013-07-03 14:00","","","","",0.075,0.074,0.068,0.063,0.055,0.046,0.033,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","085","0007","44201",1,41.726811,-81.242156,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Certification not required",0,0.042178,0.011226,0.078,"2013-06-21 10:00",0.07,"2013-06-23 11:00",0.069,"2013-06-22 10:00",0.068,"2013-06-24 12:00","","","","",0.069,0.068,0.062,0.057,0.05,0.042,0.028,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","085","0007","44201",1,41.726811,-81.242156,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,1,1,"Certification not required",0,0.042178,0.011226,0.078,"2013-06-21 10:00",0.07,"2013-06-23 11:00",0.069,"2013-06-22 10:00",0.068,"2013-06-24 12:00","","","","",0.069,0.068,0.062,0.057,0.05,0.042,0.028,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","085","0007","68105",1,41.726811,-81.242156,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,3,"","","Certification not required",0,11.268644,10.356729,30.8,"2013-09-10 00:00",29.8,"2013-07-18 00:00",28.4,"2013-07-15 00:00",27.8,"2013-06-24 00:00","","","","",29.8,28.4,25.5,24,20.5,13.1,-2.5,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","68105",2,41.726811,-81.242156,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",59,48,59,122,0,2,"","","Certification not required",0,10.959322,11.568464,28.9,"2013-07-15 00:00",26.8,"2013-08-26 00:00",25.8,"2013-05-22 00:00",25.3,"2013-07-09 00:00","","","","",28.9,26.8,25.8,24.8,21.1,14.1,-6.4,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","68108",1,41.726811,-81.242156,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,745.571429,4.412178,759,"2013-11-24 00:00",758,"2013-01-10 00:00",757,"2013-03-08 00:00",757,"2013-12-24 00:00","","","","",758,757,754,752,748,745,741,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","68108",2,41.726811,-81.242156,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,48,59,122,0,2,"","","Certification not required",0,746.254237,5.649514,759,"2013-11-24 00:00",758,"2013-01-10 00:00",757,"2013-12-12 00:00",757,"2013-12-24 00:00","","","","",759,758,757,755,750,745,739,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","88101",1,41.726811,-81.242156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,8.637815,4.436272,21.8,"2013-09-19 00:00",21.4,"2013-09-10 00:00",18.8,"2013-07-18 00:00",18.6,"2013-08-20 00:00","","","","",21.4,18.8,17.1,14.6,11.7,7.7,3.5,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","88101",1,41.726811,-81.242156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,8.637815,4.436272,21.8,"2013-09-19 00:00",21.4,"2013-09-10 00:00",18.8,"2013-07-18 00:00",18.6,"2013-08-20 00:00","","","","",21.4,18.8,17.1,14.6,11.7,7.7,3.5,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","88101",2,41.726811,-81.242156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,9.489831,4.283396,21.2,"2013-09-19 00:00",18.3,"2013-01-28 00:00",17.6,"2013-08-20 00:00",15.2,"2013-10-01 00:00","","","","",21.2,18.3,17.6,14.8,12.5,9,3.3,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","88101",2,41.726811,-81.242156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,9.489831,4.283396,21.2,"2013-09-19 00:00",18.3,"2013-01-28 00:00",17.6,"2013-08-20 00:00",15.2,"2013-10-01 00:00","","","","",21.2,18.3,17.6,14.8,12.5,9,3.3,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","88500",3,41.726811,-81.242156,"NAD83","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8731,100,365,365,0,29,"","","Certification not required",0,10.287252,6.534564,56,"2013-07-15 14:00",49,"2013-07-15 15:00",42,"2013-04-22 11:00",40,"2013-07-15 16:00","","","","",29,27,23,19,14,9,3,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","0007","88500",3,41.726811,-81.242156,"NAD83","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,10.237534,5.310175,27.2,"2013-08-22 00:00",26.5,"2013-09-10 00:00",26.3,"2013-08-27 00:00",26,"2013-06-23 00:00","","","","",26,24.3,20.2,17.1,13.6,9.3,4.2,"JFS (PAINSVILLE)","177 MAIN STREET","Ohio","Lake","Painesville","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","085","1001","81102",1,41.754963,-81.273114,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",3,15.716667,8.403171,40,"2013-07-21 00:00",34,"2013-08-26 00:00",31,"2013-07-15 00:00",31,"2013-08-20 00:00","","","","",40,34,31,27,20,15,6,"FAIRPORT HIGH SCHOOL","325 VINE ST.","Ohio","Lake","Fairport Harbor (Fairport)","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","087","0011","44201",1,38.62901,-82.45886,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4878,100,214,214,0,258,0,0,"Certification not required",1111,0.046416,0.010435,0.072,"2013-05-15 13:00",0.07,"2013-04-05 15:00",0.07,"2013-04-30 10:00",0.07,"2013-09-07 14:00","","","","",0.07,0.068,0.063,0.058,0.053,0.048,0.032,"WILGUS","S.R. 141, WILGUS","Ohio","Lawrence","","Huntington-Ashland, WV-KY-OH","2013-12-12" +"39","087","0011","44201",1,38.62901,-82.45886,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5106,99,212,214,0,0,0,0,"Certification not required",0,0.040462,0.010512,0.07,"2013-05-15 10:00",0.066,"2013-04-05 11:00",0.06,"2013-04-06 10:00",0.06,"2013-04-26 10:00","","","","",0.06,0.059,0.057,0.053,0.048,0.04,0.025,"WILGUS","S.R. 141, WILGUS","Ohio","Lawrence","","Huntington-Ashland, WV-KY-OH","2013-12-12" +"39","087","0011","44201",1,38.62901,-82.45886,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5106,99,212,214,0,0,0,0,"Certification not required",0,0.040462,0.010512,0.07,"2013-05-15 10:00",0.066,"2013-04-05 11:00",0.06,"2013-04-06 10:00",0.06,"2013-04-26 10:00","","","","",0.06,0.059,0.057,0.053,0.048,0.04,0.025,"WILGUS","S.R. 141, WILGUS","Ohio","Lawrence","","Huntington-Ashland, WV-KY-OH","2013-12-12" +"39","087","0012","42401",1,38.508114,-82.659301,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8179,93,357,365,0,581,2,"","Certification not required",0,3.683473,7.597537,95,"2013-04-08 09:00",90,"2013-04-19 06:00",27,"2013-03-19 01:00",22,"2013-04-09 17:00","","","","",22,15,11,8,5,2,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","42401",1,38.508114,-82.659301,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8179,93,357,365,0,581,"","","Certification not required",0,0.937034,2.892138,95,"2013-04-08 09:00",90,"2013-04-19 06:00",89,"2013-04-08 08:00",84,"2013-04-19 07:00","","","","",8,6,4,2,1,0,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","42401",1,38.508114,-82.659301,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,0.934454,1.521334,17.6,"2013-04-08 00:00",15.9,"2013-04-19 00:00",4.9,"2013-01-23 00:00",4.6,"2013-05-15 00:00","","","","",4.6,3.8,2.8,2.2,1.4,0.5,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","42401",1,38.508114,-82.659301,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2463,84,346,365,0,0,"",0,"Certification not required",0,0.958709,2.621238,84.3,"2013-04-19 08:00",47.6,"2013-04-08 11:00",46.6,"2013-04-08 08:00",24.3,"2013-04-19 05:00","","","","",7,5.3,3.6,2.3,1,0.3,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","42406",1,38.508114,-82.659301,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8184,93,357,365,0,576,"","","Certification not required",0,1.579668,4.660174,101,"2013-04-08 10:00",100,"2013-04-08 09:00",97,"2013-04-08 04:00",97,"2013-04-19 05:00","","","","",16,11,6,4,2,1,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","44201",1,38.508114,-82.659301,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4869,98,210,214,0,266,0,0,"Certification not required",678,0.045995,0.01065,0.082,"2013-06-21 13:00",0.068,"2013-05-15 14:00",0.068,"2013-07-18 15:00",0.068,"2013-09-08 13:00","","","","",0.068,0.067,0.064,0.059,0.052,0.047,0.032,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2013-12-12" +"39","087","0012","44201",1,38.508114,-82.659301,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5068,98,209,214,0,0,0,0,"Certification not required",0,0.040871,0.010128,0.072,"2013-06-21 11:00",0.064,"2013-04-05 12:00",0.064,"2013-05-15 10:00",0.063,"2013-06-08 11:00","","","","",0.064,0.062,0.057,0.053,0.048,0.041,0.026,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2013-12-12" +"39","087","0012","44201",1,38.508114,-82.659301,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5068,98,209,214,0,0,0,0,"Certification not required",0,0.040871,0.010128,0.072,"2013-06-21 11:00",0.064,"2013-04-05 12:00",0.064,"2013-05-15 10:00",0.063,"2013-06-08 11:00","","","","",0.064,0.062,0.057,0.053,0.048,0.041,0.026,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2013-12-12" +"39","087","0012","68103",5,38.508114,-82.659301,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,10.316,8.347659,22.6,"2013-07-09 00:00",22.6,"2013-08-08 00:00",21,"2013-09-01 00:00",20.5,"2013-05-28 00:00","","","","",22.6,22.6,21,20.2,16.1,13.1,-0.1,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","68104",5,38.508114,-82.659301,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,22.112,9.798264,35.9,"2013-05-28 00:00",35.5,"2013-07-15 00:00",33.1,"2013-07-09 00:00",32.7,"2013-06-21 00:00","","","","",35.9,35.9,33.1,32.5,30.2,26,7.9,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","68105",1,38.508114,-82.659301,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,4,"","","Certification not required",0,13.590756,9.529624,28.5,"2013-07-15 00:00",28,"2013-09-10 00:00",27.6,"2013-07-18 00:00",26.8,"2013-06-12 00:00","","","","",28,27.6,26.5,25.3,21.9,14.6,1.1,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","68105",5,38.508114,-82.659301,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,16.356,9.069643,29.6,"2013-08-26 00:00",27.5,"2013-08-08 00:00",27.2,"2013-07-15 00:00",26.8,"2013-07-27 00:00","","","","",29.6,29.6,27.2,26.7,24.5,20,2.3,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","68106",5,38.508114,-82.659301,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,744.58,4.651486,754,"2013-01-04 00:00",752,"2013-07-15 00:00",752,"2013-10-25 00:00",751,"2013-01-10 00:00","","","","",754,754,752,751,748,745,741,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","68107",5,38.508114,-82.659301,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,751.22,7.736186,798,"2013-07-09 00:00",760,"2013-01-10 00:00",757,"2013-02-09 00:00",756,"2013-01-04 00:00","","","","",798,798,757,756,753,751,746,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","68108",1,38.508114,-82.659301,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,4,"","","Certification not required",0,748.705882,3.706049,760,"2013-12-12 00:00",757,"2013-01-25 00:00",757,"2013-12-24 00:00",756,"2013-01-07 00:00","","","","",757,757,755,753,751,749,744,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","68108",5,38.508114,-82.659301,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,747.18,3.905465,756,"2013-01-10 00:00",755,"2013-01-04 00:00",754,"2013-10-25 00:00",753,"2013-07-15 00:00","","","","",756,756,754,752,750,747,742,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","81102",1,38.508114,-82.659301,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,17.186441,5.276737,32,"2013-11-30 00:00",27,"2013-08-20 00:00",26,"2013-06-21 00:00",26,"2013-08-26 00:00","","","","",32,27,26,25,21,16,11,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","88101",1,38.508114,-82.659301,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,4,0,0,"Certification not required",0,9.126891,3.87302,20,"2013-02-09 00:00",19.1,"2013-01-07 00:00",18.5,"2013-09-10 00:00",17.8,"2013-06-15 00:00","","","","",19.1,18.5,17.1,14.3,12,8.5,4.4,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","88101",1,38.508114,-82.659301,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,4,"","","Certification not required",0,9.126891,3.87302,20,"2013-02-09 00:00",19.1,"2013-01-07 00:00",18.5,"2013-09-10 00:00",17.8,"2013-06-15 00:00","","","","",19.1,18.5,17.1,14.3,12,8.5,4.4,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","88102",5,38.508114,-82.659301,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",43,0.023872,0.014881,0.099,"2013-02-15 00:00",0.068,"2013-11-06 00:00",0.055,"2013-09-07 00:00",0.033,"2013-05-28 00:00","","","","",0.099,0.099,0.055,0.026,0.026,0.021,0.014,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88103",5,38.508114,-82.659301,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.001319,0.003072,0.019,"2013-09-07 00:00",0.008,"2013-06-15 00:00",0.004,"2013-03-29 00:00",0.004,"2013-08-26 00:00","","","","",0.019,0.019,0.004,0.004,0.002,0,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88104",5,38.508114,-82.659301,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",26,0.023638,0.025886,0.136,"2013-07-15 00:00",0.096,"2013-08-26 00:00",0.086,"2013-06-27 00:00",0.058,"2013-03-05 00:00","","","","",0.136,0.136,0.086,0.055,0.029,0.0125,0.0065,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88107",5,38.508114,-82.659301,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.006371,0.006132,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-09-19 00:00",0.0055,"2013-03-23 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88109",5,38.508114,-82.659301,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",9,0.005176,0.004059,0.0153,"2013-09-07 00:00",0.0134,"2013-08-26 00:00",0.0132,"2013-09-19 00:00",0.0128,"2013-03-05 00:00","","","","",0.0153,0.0153,0.0132,0.0123,0.0071,0.0038,0.00115,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88110",5,38.508114,-82.659301,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.002021,0.004739,0.02,"2013-09-07 00:00",0.019,"2013-04-16 00:00",0.014,"2013-05-22 00:00",0.009,"2013-07-15 00:00","","","","",0.02,0.02,0.014,0.007,0,0,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88111",5,38.508114,-82.659301,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",5,0.052656,0.04652,0.221,"2013-08-26 00:00",0.18,"2013-04-10 00:00",0.152,"2013-09-07 00:00",0.127,"2013-07-15 00:00","","","","",0.221,0.221,0.152,0.102,0.071,0.0476,0.00375,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88112",5,38.508114,-82.659301,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.004894,0.01365,0.088,"2013-10-07 00:00",0.038,"2013-09-25 00:00",0.012,"2013-02-09 00:00",0.009,"2013-01-16 00:00","","","","",0.088,0.088,0.012,0.007,0.003,0.002,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88113",5,38.508114,-82.659301,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",36,0.001083,0.000851,0.0036,"2013-04-10 00:00",0.0036,"2013-05-10 00:00",0.0032,"2013-05-28 00:00",0.003,"2013-08-08 00:00","","","","",0.0036,0.0036,0.0032,0.0028,0.001,0.0007,0.00055,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88114",5,38.508114,-82.659301,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",8,0.01137,0.013436,0.0524,"2013-08-02 00:00",0.0457,"2013-07-21 00:00",0.0455,"2013-07-15 00:00",0.0368,"2013-07-03 00:00","","","","",0.0524,0.0524,0.0455,0.0367,0.0119,0.0064,0.00095,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88115",5,38.508114,-82.659301,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",21,0.012195,0.014175,0.0844,"2013-11-06 00:00",0.0438,"2013-01-28 00:00",0.0301,"2013-09-07 00:00",0.029,"2013-04-10 00:00","","","","",0.0844,0.0844,0.0301,0.0276,0.015,0.0077,0.00245,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88117",5,38.508114,-82.659301,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.006205,0.009826,0.0435,"2013-01-10 00:00",0.0435,"2013-09-19 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-04-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0034,0.0028,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88118",5,38.508114,-82.659301,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.009589,0.00661,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-09-19 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88126",5,38.508114,-82.659301,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.251911,0.258256,1.15,"2013-05-10 00:00",0.936,"2013-04-10 00:00",0.809,"2013-08-08 00:00",0.71,"2013-11-06 00:00","","","","",1.15,1.15,0.809,0.63,0.326,0.173,0.0235,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88128",5,38.508114,-82.659301,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.006,0.01276,0.072,"2013-08-02 00:00",0.052,"2013-06-15 00:00",0.023,"2013-07-15 00:00",0.009,"2013-09-07 00:00","","","","",0.072,0.072,0.023,0.008,0.006,0.003,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88131",5,38.508114,-82.659301,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.010809,0.003713,0.0165,"2013-01-16 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-05-10 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.0165,0.011,0.007,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88132",5,38.508114,-82.659301,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.005128,0.004431,0.023,"2013-04-10 00:00",0.014,"2013-01-28 00:00",0.013,"2013-05-10 00:00",0.013,"2013-05-16 00:00","","","","",0.023,0.023,0.013,0.013,0.006,0.004,0.001,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88136",5,38.508114,-82.659301,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.000447,0.000904,0.005,"2013-01-10 00:00",0.002,"2013-07-15 00:00",0.002,"2013-09-19 00:00",0.002,"2013-11-06 00:00","","","","",0.005,0.005,0.002,0.001,0.001,0,0,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88140",5,38.508114,-82.659301,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",34,0.01155,0.011112,0.0547,"2013-02-21 00:00",0.044,"2013-04-10 00:00",0.041,"2013-09-19 00:00",0.0331,"2013-11-06 00:00","","","","",0.0547,0.0547,0.041,0.0251,0.012,0.006,0.00475,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88152",5,38.508114,-82.659301,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.005545,0.001712,0.012,"2013-06-27 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00","","","","",0.012,0.012,0.008,0.008,0.0055,0.005,0.0045,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88154",5,38.508114,-82.659301,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",44,0.001144,0.000369,0.0028,"2013-03-05 00:00",0.002,"2013-01-28 00:00",0.0016,"2013-04-28 00:00",0.0013,"2013-01-22 00:00","","","","",0.0028,0.0028,0.0016,0.0013,0.00125,0.00125,0.00065,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88160",5,38.508114,-82.659301,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.014277,0.004851,0.035,"2013-04-28 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-09-25 00:00",0.0185,"2013-10-13 00:00","","","","",0.035,0.035,0.0185,0.0185,0.018,0.016,0.01,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88161",5,38.508114,-82.659301,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.002468,0.000963,0.0082,"2013-07-15 00:00",0.0049,"2013-09-19 00:00",0.00265,"2013-03-23 00:00",0.00265,"2013-03-29 00:00","","","","",0.0082,0.0082,0.00265,0.00265,0.0025,0.00215,0.0021,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88164",5,38.508114,-82.659301,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001561,0.000222,0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-28 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88165",5,38.508114,-82.659301,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",2,0.117923,0.270914,1.89,"2013-06-27 00:00",0.34,"2013-07-15 00:00",0.21,"2013-08-02 00:00",0.189,"2013-09-07 00:00","","","","",1.89,1.89,0.21,0.177,0.11,0.071,0.0239,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88166",5,38.508114,-82.659301,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.009507,0.005638,0.019,"2013-02-09 00:00",0.019,"2013-02-21 00:00",0.019,"2013-08-02 00:00",0.019,"2013-08-08 00:00","","","","",0.019,0.019,0.019,0.019,0.0185,0.0075,0.0042,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88167",5,38.508114,-82.659301,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",2,0.050306,0.050802,0.174,"2013-05-10 00:00",0.173,"2013-01-28 00:00",0.157,"2013-08-08 00:00",0.148,"2013-11-06 00:00","","","","",0.174,0.174,0.157,0.146,0.0761,0.0302,0.0063,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88168",5,38.508114,-82.659301,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",45,0.001766,0.002402,0.0152,"2013-06-03 00:00",0.0101,"2013-06-09 00:00",0.0018,"2013-02-21 00:00",0.00175,"2013-01-16 00:00","","","","",0.0152,0.0152,0.0018,0.00175,0.00175,0.00115,0.00085,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88169",5,38.508114,-82.659301,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.925811,0.465025,2.11,"2013-03-05 00:00",1.91,"2013-08-26 00:00",1.83,"2013-01-28 00:00",1.77,"2013-02-03 00:00","","","","",2.11,2.11,1.83,1.7,1.17,0.826,0.382,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88176",5,38.508114,-82.659301,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",47,0.001007,0.000224,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88180",5,38.508114,-82.659301,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.090199,0.063031,0.292,"2013-06-15 00:00",0.274,"2013-01-10 00:00",0.258,"2013-01-28 00:00",0.207,"2013-07-03 00:00","","","","",0.292,0.292,0.258,0.17,0.107,0.0801,0.0289,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88184",5,38.508114,-82.659301,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",20,0.068468,0.065785,0.307,"2013-04-10 00:00",0.211,"2013-09-19 00:00",0.204,"2013-11-06 00:00",0.183,"2013-05-10 00:00","","","","",0.307,0.307,0.204,0.177,0.1,0.043,0.013,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88185",5,38.508114,-82.659301,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",46,0.004432,0.004237,0.0115,"2013-01-16 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88301",5,38.508114,-82.659301,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.768479,0.701643,3.1,"2013-03-05 00:00",2.96,"2013-02-03 00:00",1.97,"2013-01-04 00:00",1.94,"2013-02-21 00:00","","","","",3.1,3.1,1.97,1.86,1.06,0.513,0.136,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88302",5,38.508114,-82.659301,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",4,0.068206,0.043864,0.196,"2013-05-28 00:00",0.19,"2013-07-15 00:00",0.186,"2013-04-10 00:00",0.134,"2013-11-06 00:00","","","","",0.196,0.196,0.186,0.13,0.082,0.06,0.018,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88303",5,38.508114,-82.659301,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",4,0.070969,0.045973,0.204,"2013-06-15 00:00",0.19,"2013-01-28 00:00",0.166,"2013-01-10 00:00",0.165,"2013-03-29 00:00","","","","",0.204,0.204,0.166,0.15,0.091,0.06,0.0178,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88306",5,38.508114,-82.659301,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.879542,1.123373,4.46,"2013-02-03 00:00",4.28,"2013-03-05 00:00",4.05,"2013-01-04 00:00",2.66,"2013-02-21 00:00","","","","",4.46,4.46,4.05,2.59,0.779,0.391,0.172,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88355",5,38.508114,-82.659301,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.5955,1.200296,5.56,"2013-10-07 00:00",5.51,"2013-06-15 00:00",5.44,"2013-09-19 00:00",4.51,"2013-05-28 00:00","","","","",5.56,5.56,5.44,4.41,3.29,2.36,1.29,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88357",5,38.508114,-82.659301,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.392125,0.240715,1.27,"2013-10-07 00:00",0.889,"2013-01-28 00:00",0.868,"2013-09-19 00:00",0.819,"2013-09-07 00:00","","","","",1.27,1.27,0.868,0.766,0.521,0.319,0.153,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88370",5,38.508114,-82.659301,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.283229,1.006099,4.78,"2013-06-15 00:00",4.66,"2013-10-07 00:00",4.33,"2013-05-28 00:00",4.12,"2013-01-28 00:00","","","","",4.78,4.78,4.33,4.11,2.99,2.1,1.17,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88374",5,38.508114,-82.659301,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.181979,0.166519,0.591,"2013-06-15 00:00",0.577,"2013-10-07 00:00",0.571,"2013-07-09 00:00",0.485,"2013-05-28 00:00","","","","",0.591,0.591,0.571,0.482,0.304,0.112,0.044,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88375",5,38.508114,-82.659301,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.583604,0.267947,1.28,"2013-10-07 00:00",1.18,"2013-09-19 00:00",1.15,"2013-05-28 00:00",1.12,"2013-06-15 00:00","","","","",1.28,1.28,1.15,0.946,0.766,0.544,0.29,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88376",5,38.508114,-82.659301,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.687563,0.346193,1.41,"2013-01-28 00:00",1.39,"2013-10-07 00:00",1.34,"2013-06-15 00:00",1.3,"2013-01-10 00:00","","","","",1.41,1.41,1.34,1.27,0.891,0.634,0.303,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88377",5,38.508114,-82.659301,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.538208,0.258553,1.07,"2013-06-15 00:00",1.03,"2013-05-28 00:00",1,"2013-10-07 00:00",0.952,"2013-09-07 00:00","","","","",1.07,1.07,1,0.926,0.791,0.47,0.213,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88378",5,38.508114,-82.659301,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.291667,0.163433,0.683,"2013-06-09 00:00",0.663,"2013-06-15 00:00",0.564,"2013-10-13 00:00",0.563,"2013-09-19 00:00","","","","",0.683,0.683,0.564,0.552,0.404,0.276,0.062,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88380",5,38.508114,-82.659301,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.70425,0.445391,2.2,"2013-09-19 00:00",2.18,"2013-10-07 00:00",1.49,"2013-06-15 00:00",1.38,"2013-09-07 00:00","","","","",2.2,2.2,1.49,1.27,0.831,0.594,0.272,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88383",5,38.508114,-82.659301,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.932792,0.49792,2.72,"2013-09-19 00:00",2.5,"2013-10-07 00:00",2.08,"2013-06-15 00:00",1.68,"2013-01-28 00:00","","","","",2.72,2.72,2.08,1.45,1.08,0.804,0.48,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88384",5,38.508114,-82.659301,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.062548,0.015299,0.0954,"2013-09-25 00:00",0.092,"2013-06-03 00:00",0.0886,"2013-10-25 00:00",0.084,"2013-03-29 00:00","","","","",0.0954,0.0954,0.0886,0.084,0.0737,0.0628,0.0402,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88385",5,38.508114,-82.659301,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",43,0.001599,0.002282,0.0154,"2013-04-28 00:00",0.00601,"2013-05-28 00:00",0.00458,"2013-09-25 00:00",0.00406,"2013-07-21 00:00","","","","",0.0154,0.0154,0.00458,0.00371,0.001,0.001,0.001,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88388",5,38.508114,-82.659301,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.603854,0.341047,1.89,"2013-09-19 00:00",1.39,"2013-06-15 00:00",1.31,"2013-10-07 00:00",1.17,"2013-06-09 00:00","","","","",1.89,1.89,1.31,1.06,0.711,0.548,0.275,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88403",5,38.508114,-82.659301,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.535208,1.317256,5.92,"2013-03-05 00:00",5.16,"2013-02-03 00:00",4.91,"2013-08-26 00:00",4.75,"2013-10-13 00:00","","","","",5.92,5.92,4.91,4.7,3.49,2.27,1.12,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","087","0012","88501",3,38.508114,-82.659301,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8377,96,345,365,0,383,"","","Certification not required",0,10.157682,7.249834,129.2,"2013-04-23 19:00",81.1,"2013-04-23 20:00",74.6,"2013-06-15 23:00",64,"2013-07-19 06:00","","","","",34.5,29.6,22.9,18.8,13.5,8.9,2.5,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","88501",3,38.508114,-82.659301,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,10.147246,4.340226,28.7,"2013-07-18 00:00",25.5,"2013-09-11 00:00",23.5,"2013-08-29 00:00",23,"2013-09-09 00:00","","","","",23,22.6,18.6,16,12.6,9.4,5.5,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-12" +"39","087","0012","88502",5,38.508114,-82.659301,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,11.721277,5.274341,26.1,"2013-03-05 00:00",25.4,"2013-01-28 00:00",21.8,"2013-02-03 00:00",19.7,"2013-03-29 00:00","","","","",26.1,26.1,21.8,19.5,13.8,11.2,6.6,"ODOT (IRONTON)","450 Commerce Drive","Ohio","Lawrence","Ironton","Huntington-Ashland, WV-KY-OH","2014-02-14" +"39","089","0005","44201",1,40.026037,-82.433,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4913,100,214,214,0,223,0,0,"Certification not required",358,0.048327,0.010395,0.074,"2013-05-15 14:00",0.072,"2013-06-20 16:00",0.071,"2013-06-21 15:00",0.07,"2013-06-25 18:00","","","","",0.071,0.07,0.066,0.062,0.056,0.049,0.035,"HEATH","300 LICKING VIEW DR.","Ohio","Licking","Heath (Fourmile Lock)","Columbus, OH","2013-12-12" +"39","089","0005","44201",1,40.026037,-82.433,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.04336,0.010155,0.072,"2013-05-15 11:00",0.067,"2013-06-20 11:00",0.066,"2013-06-12 09:00",0.065,"2013-06-21 10:00","","","","",0.066,0.064,0.061,0.055,0.05,0.044,0.03,"HEATH","300 LICKING VIEW DR.","Ohio","Licking","Heath (Fourmile Lock)","Columbus, OH","2013-12-12" +"39","089","0005","44201",1,40.026037,-82.433,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5132,100,214,214,0,0,0,0,"Certification not required",0,0.04336,0.010155,0.072,"2013-05-15 11:00",0.067,"2013-06-20 11:00",0.066,"2013-06-12 09:00",0.065,"2013-06-21 10:00","","","","",0.066,0.064,0.061,0.055,0.05,0.044,0.03,"HEATH","300 LICKING VIEW DR.","Ohio","Licking","Heath (Fourmile Lock)","Columbus, OH","2013-12-12" +"39","089","0005","62107",1,40.026037,-82.433,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5135,59,214,365,0,1,"","","Certification not required",0,76.972736,2.809986,86,"2013-09-26 16:00",86,"2013-09-26 17:00",86,"2013-09-26 18:00",86,"2013-09-26 19:00","","","","",84,84,82,80,79,77,73,"HEATH","300 LICKING VIEW DR.","Ohio","Licking","Heath (Fourmile Lock)","Columbus, OH","2013-12-12" +"39","091","0006","14103",3,40.341467,-83.7585,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.000858,0.000528,0.00222,"2013-07-01 00:00",0.00111,"2013-06-01 00:00",0.00102,"2013-09-01 00:00",0.00099,"2013-08-01 00:00","","","","",0.00222,0.00222,0.00222,0.00111,0.00102,0.00075,0.00044,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14105",3,40.341467,-83.7585,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.047909,0.0067,0.063,"2013-07-01 00:00",0.056,"2013-11-01 00:00",0.054,"2013-06-01 00:00",0.047,"2013-08-01 00:00","","","","",0.063,0.063,0.063,0.056,0.054,0.044,0.043,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14110",3,40.341467,-83.7585,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.000225,0.000271,0.00104,"2013-11-01 00:00",0.00017,"2013-07-01 00:00",0.00017,"2013-08-01 00:00",0.00016,"2013-01-01 00:00","","","","",0.00104,0.00104,0.00104,0.00017,0.00017,0.00015,0.00012,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14112",3,40.341467,-83.7585,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.001164,0.000242,0.00183,"2013-02-01 00:00",0.00129,"2013-06-01 00:00",0.00125,"2013-08-01 00:00",0.00112,"2013-07-01 00:00","","","","",0.00183,0.00183,0.00183,0.00129,0.00125,0.0011,0.00101,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14128",3,40.341467,-83.7585,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.002364,0.001206,0.005,"2013-11-01 00:00",0.004,"2013-06-01 00:00",0.003,"2013-08-01 00:00",0.002,"2013-01-01 00:00","","","","",0.005,0.005,0.005,0.004,0.003,0.002,0.001,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14129",1,40.341467,-83.7585,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,2,0,0,"Certification not required",0,0.002481,0.000771,0.005,"2013-04-04 00:00",0.005,"2013-09-25 00:00",0.004,"2013-03-05 00:00",0.004,"2013-03-23 00:00","","","","",0.005,0.005,0.004,0.003,0.003,0.002,0.002,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14132",3,40.341467,-83.7585,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.006045,0.003992,0.017,"2013-11-01 00:00",0.0088,"2013-05-01 00:00",0.0062,"2013-04-01 00:00",0.0058,"2013-08-01 00:00","","","","",0.017,0.017,0.017,0.0088,0.0062,0.005,0.0034,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14136",3,40.341467,-83.7585,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.000808,0.000339,0.0015,"2013-06-01 00:00",0.0013,"2013-04-01 00:00",0.00095,"2013-11-01 00:00",0.00093,"2013-08-01 00:00","","","","",0.0015,0.0015,0.0015,0.0013,0.00095,0.00071,0.00049,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","091","0006","14167",3,40.341467,-83.7585,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",2,0.018482,0.010291,0.044,"2013-11-01 00:00",0.027,"2013-07-01 00:00",0.022,"2013-08-01 00:00",0.018,"2013-06-01 00:00","","","","",0.044,0.044,0.044,0.027,0.022,0.017,0.00665,"BELLEFONTAINE","320 RICHARD","Ohio","Logan","Bellefontaine","Bellefontaine, OH","2014-01-02" +"39","093","0018","44201",1,41.420882,-82.095729,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4893,100,214,214,0,243,0,0,"Certification not required",383,0.044084,0.010782,0.07,"2013-06-21 15:00",0.069,"2013-08-18 15:00",0.066,"2013-05-15 15:00",0.065,"2013-05-29 17:00","","","","",0.066,0.065,0.063,0.058,0.051,0.045,0.03,"SHEFFIELD","4706 DETROIT RD.","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","093","0018","44201",1,41.420882,-82.095729,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5126,100,214,214,0,0,0,0,"Certification not required",0,0.03915,0.010639,0.066,"2013-06-21 11:00",0.063,"2013-06-22 12:00",0.063,"2013-08-18 11:00",0.06,"2013-08-20 11:00","","","","",0.063,0.059,0.058,0.053,0.047,0.039,0.027,"SHEFFIELD","4706 DETROIT RD.","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","093","0018","44201",1,41.420882,-82.095729,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5126,100,214,214,0,0,0,0,"Certification not required",0,0.03915,0.010639,0.066,"2013-06-21 11:00",0.063,"2013-06-22 12:00",0.063,"2013-08-18 11:00",0.06,"2013-08-20 11:00","","","","",0.063,0.059,0.058,0.053,0.047,0.039,0.027,"SHEFFIELD","4706 DETROIT RD.","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","093","0018","62107",1,41.420882,-82.095729,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5133,59,214,365,0,3,"","","Certification not required",0,74.444574,6.915951,95,"2013-07-18 18:00",95,"2013-07-18 19:00",95,"2013-07-18 20:00",95,"2013-07-18 21:00","","","","",91,89,86,82,80,75,66,"SHEFFIELD","4706 DETROIT RD.","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","093","3002","68103",5,41.463071,-82.114261,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,6.876471,10.270902,24.3,"2013-08-08 00:00",22.1,"2013-07-15 00:00",21,"2013-07-09 00:00",20.2,"2013-06-27 00:00","","","","",24.3,22.1,21,20.1,15.2,7.8,-7,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","68104",5,41.463071,-82.114261,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,19.205882,12.56456,36.8,"2013-07-15 00:00",35.1,"2013-07-09 00:00",34.3,"2013-06-21 00:00",34.1,"2013-08-20 00:00","","","","",36.8,35.1,34.3,33,30.8,20.9,1.8,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","68105",1,41.463071,-82.114261,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,10.129412,10.824809,30.1,"2013-07-18 00:00",30.1,"2013-09-10 00:00",28.2,"2013-07-15 00:00",25.8,"2013-07-09 00:00","","","","",30.1,28.2,25.6,23.6,20,11.7,-3.9,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","68105",2,41.463071,-82.114261,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,2,"","","Certification not required",0,10.844068,11.304199,28.9,"2013-07-15 00:00",26.9,"2013-06-27 00:00",26.4,"2013-08-26 00:00",25.8,"2013-07-09 00:00","","","","",28.9,26.9,26.4,25.3,20.8,13.2,-5.3,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","68105",5,41.463071,-82.114261,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,50,61,0,1,"","","Certification not required",0,13.14902,10.920336,30,"2013-07-15 00:00",27.1,"2013-08-26 00:00",26.4,"2013-05-22 00:00",26.2,"2013-07-09 00:00","","","","",30,27.1,26.4,25.4,22,15.8,-1.9,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","68106",5,41.463071,-82.114261,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,737.803922,5.344229,749,"2013-02-09 00:00",747,"2013-02-21 00:00",745,"2013-01-10 00:00",745,"2013-01-22 00:00","","","","",749,747,745,745,742,738,732,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","68107",5,41.463071,-82.114261,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,743.803922,5.169215,755,"2013-01-10 00:00",754,"2013-04-18 00:00",753,"2013-01-16 00:00",752,"2013-02-09 00:00","","","","",755,754,753,751,747,743,737,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","68108",1,41.463071,-82.114261,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,2,"","","Certification not required",0,747.277311,4.270364,759,"2013-11-24 00:00",757,"2013-12-24 00:00",756,"2013-01-10 00:00",756,"2013-03-08 00:00","","","","",757,756,756,753,750,747,742,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","68108",2,41.463071,-82.114261,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,2,"","","Certification not required",0,747.932203,6.536013,760,"2013-11-24 00:00",759,"2013-11-12 00:00",758,"2013-02-09 00:00",758,"2013-12-24 00:00","","","","",760,759,758,757,753,748,739,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","68108",5,41.463071,-82.114261,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,740.254902,4.999373,752,"2013-01-10 00:00",750,"2013-02-09 00:00",749,"2013-02-21 00:00",748,"2013-01-22 00:00","","","","",752,750,749,746,744,740,733,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","81102",1,41.463071,-82.114261,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",49,80,49,61,0,7,0,0,"Certification not required",1,10.612245,4.622483,21,"2013-08-20 00:00",21,"2013-09-19 00:00",18,"2013-08-26 00:00",17,"2013-04-04 00:00","","","","",21,21,18,17,13,11,5,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2013-12-30" +"39","093","3002","88101",1,41.463071,-82.114261,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,8.843966,4.755414,27.7,"2013-01-07 00:00",21.4,"2013-09-10 00:00",20.9,"2013-09-19 00:00",20.5,"2013-12-03 00:00","","","","",21.4,20.9,18.7,14,12.3,8.1,3.6,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","88101",1,41.463071,-82.114261,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,8.843966,4.755414,27.7,"2013-01-07 00:00",21.4,"2013-09-10 00:00",20.9,"2013-09-19 00:00",20.5,"2013-12-03 00:00","","","","",21.4,20.9,18.7,14,12.3,8.1,3.6,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","88101",2,41.463071,-82.114261,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,3,0,0,"Certification not required",0,9.089474,4.5009,20.7,"2013-09-19 00:00",18.5,"2013-11-30 00:00",18,"2013-08-20 00:00",17.6,"2013-01-28 00:00","","","","",20.7,18.5,18,14.7,12.5,8.2,3.5,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","88101",2,41.463071,-82.114261,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,3,"","","Certification not required",0,9.089474,4.5009,20.7,"2013-09-19 00:00",18.5,"2013-11-30 00:00",18,"2013-08-20 00:00",17.6,"2013-01-28 00:00","","","","",20.7,18.5,18,14.7,12.5,8.2,3.5,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","88102",5,41.463071,-82.114261,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",50,0.019627,0.005619,0.045,"2013-09-19 00:00",0.026,"2013-02-03 00:00",0.026,"2013-03-05 00:00",0.026,"2013-04-18 00:00","","","","",0.045,0.026,0.026,0.026,0.021,0.021,0.014,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88103",5,41.463071,-82.114261,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.00102,0.001606,0.008,"2013-04-28 00:00",0.006,"2013-06-09 00:00",0.004,"2013-08-02 00:00",0.003,"2013-03-23 00:00","","","","",0.008,0.006,0.004,0.003,0.002,0,0,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88104",5,41.463071,-82.114261,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",27,0.033324,0.038757,0.193,"2013-05-16 00:00",0.117,"2013-06-27 00:00",0.11,"2013-07-15 00:00",0.104,"2013-05-22 00:00","","","","",0.193,0.117,0.11,0.093,0.046,0.0125,0.0065,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88107",5,41.463071,-82.114261,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.005901,0.004839,0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-02-27 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.005,0.005,0.00385,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88109",5,41.463071,-82.114261,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",7,0.004016,0.002334,0.01,"2013-01-22 00:00",0.0095,"2013-02-03 00:00",0.0081,"2013-03-05 00:00",0.0081,"2013-07-21 00:00","","","","",0.01,0.0095,0.0081,0.0072,0.0058,0.0034,0.00115,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88110",5,41.463071,-82.114261,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.002431,0.004851,0.021,"2013-10-19 00:00",0.019,"2013-06-03 00:00",0.013,"2013-04-10 00:00",0.013,"2013-07-15 00:00","","","","",0.021,0.019,0.013,0.008,0.004,0,0,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88111",5,41.463071,-82.114261,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",4,0.073711,0.091012,0.403,"2013-05-22 00:00",0.38,"2013-05-16 00:00",0.353,"2013-04-04 00:00",0.19,"2013-04-18 00:00","","","","",0.403,0.38,0.353,0.159,0.113,0.0374,0.007,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88112",5,41.463071,-82.114261,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.004176,0.010207,0.07,"2013-09-25 00:00",0.02,"2013-05-16 00:00",0.02,"2013-10-13 00:00",0.007,"2013-05-10 00:00","","","","",0.07,0.02,0.02,0.006,0.004,0.002,0,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88113",5,41.463071,-82.114261,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",42,0.000897,0.000579,0.0027,"2013-05-16 00:00",0.0026,"2013-05-10 00:00",0.0024,"2013-01-10 00:00",0.0022,"2013-03-11 00:00","","","","",0.0027,0.0026,0.0024,0.0019,0.0007,0.0007,0.00055,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88114",5,41.463071,-82.114261,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",9,0.005622,0.004366,0.0185,"2013-10-31 00:00",0.0181,"2013-10-01 00:00",0.0147,"2013-01-10 00:00",0.0132,"2013-07-09 00:00","","","","",0.0185,0.0181,0.0147,0.0107,0.0082,0.0049,0.00125,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88115",5,41.463071,-82.114261,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",23,0.011124,0.012974,0.08,"2013-01-10 00:00",0.0357,"2013-01-22 00:00",0.0332,"2013-04-04 00:00",0.032,"2013-06-27 00:00","","","","",0.08,0.0357,0.0332,0.0227,0.013,0.0066,0.0025,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88117",5,41.463071,-82.114261,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.005347,0.007712,0.043,"2013-03-17 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-02-27 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0041,0.0041,0.0028,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88118",5,41.463071,-82.114261,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.009916,0.006349,0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88126",5,41.463071,-82.114261,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.134741,0.096784,0.41,"2013-05-22 00:00",0.351,"2013-05-28 00:00",0.312,"2013-05-10 00:00",0.31,"2013-10-01 00:00","","","","",0.41,0.351,0.312,0.285,0.197,0.0937,0.0408,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88128",5,41.463071,-82.114261,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.004333,0.008588,0.059,"2013-08-26 00:00",0.014,"2013-06-15 00:00",0.011,"2013-01-16 00:00",0.011,"2013-07-27 00:00","","","","",0.059,0.014,0.011,0.01,0.005,0.003,0,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88131",5,41.463071,-82.114261,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.009912,0.003154,0.0165,"2013-02-03 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-04-18 00:00",0.0165,"2013-05-28 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88132",5,41.463071,-82.114261,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.003392,0.002919,0.01,"2013-01-10 00:00",0.01,"2013-05-16 00:00",0.01,"2013-05-22 00:00",0.009,"2013-04-04 00:00","","","","",0.01,0.01,0.01,0.007,0.005,0.003,0,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88136",5,41.463071,-82.114261,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.000529,0.001084,0.006,"2013-05-16 00:00",0.003,"2013-01-16 00:00",0.003,"2013-10-01 00:00",0.002,"2013-01-28 00:00","","","","",0.006,0.003,0.003,0.001,0.001,0,0,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88140",5,41.463071,-82.114261,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",45,0.009283,0.00905,0.0526,"2013-08-08 00:00",0.042,"2013-08-20 00:00",0.032,"2013-05-16 00:00",0.021,"2013-04-04 00:00","","","","",0.0526,0.042,0.032,0.014,0.009,0.006,0.0055,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88152",5,41.463071,-82.114261,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.005553,0.00133,0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88154",5,41.463071,-82.114261,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",48,0.001136,0.000398,0.0033,"2013-07-03 00:00",0.0017,"2013-09-01 00:00",0.0016,"2013-03-29 00:00",0.0013,"2013-01-16 00:00","","","","",0.0033,0.0017,0.0016,0.0013,0.0013,0.001,0.00065,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88160",5,41.463071,-82.114261,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",50,0.013706,0.004989,0.039,"2013-06-15 00:00",0.018,"2013-02-03 00:00",0.018,"2013-03-05 00:00",0.018,"2013-04-18 00:00","","","","",0.039,0.018,0.018,0.018,0.016,0.016,0.01,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88161",5,41.463071,-82.114261,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",40,0.003406,0.002432,0.0118,"2013-05-16 00:00",0.0118,"2013-05-22 00:00",0.0096,"2013-04-18 00:00",0.009,"2013-05-10 00:00","","","","",0.0118,0.0118,0.0096,0.007,0.00265,0.0025,0.00215,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88164",5,41.463071,-82.114261,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",50,0.001641,0.000491,0.0048,"2013-05-22 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-29 00:00","","","","",0.0048,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88165",5,41.463071,-82.114261,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",1,0.101898,0.120322,0.62,"2013-05-16 00:00",0.497,"2013-05-22 00:00",0.327,"2013-05-10 00:00",0.308,"2013-07-15 00:00","","","","",0.62,0.497,0.327,0.236,0.0999,0.058,0.0202,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88166",5,41.463071,-82.114261,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.007888,0.004531,0.019,"2013-08-08 00:00",0.019,"2013-09-25 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-03-05 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88167",5,41.463071,-82.114261,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",2,0.011987,0.007325,0.0358,"2013-01-10 00:00",0.029,"2013-02-27 00:00",0.026,"2013-08-20 00:00",0.0258,"2013-04-04 00:00","","","","",0.0358,0.029,0.026,0.0216,0.0149,0.0107,0.0036,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88168",5,41.463071,-82.114261,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",50,0.001216,0.000445,0.0036,"2013-06-09 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-03-05 00:00",0.00175,"2013-04-18 00:00","","","","",0.0036,0.00175,0.00175,0.00175,0.00115,0.00115,0.00085,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88169",5,41.463071,-82.114261,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.861353,0.549773,3,"2013-09-19 00:00",2.39,"2013-08-20 00:00",1.68,"2013-06-09 00:00",1.68,"2013-10-01 00:00","","","","",3,2.39,1.68,1.47,1.14,0.684,0.359,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88176",5,41.463071,-82.114261,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",51,0.000935,0.000202,0.0013,"2013-02-03 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88180",5,41.463071,-82.114261,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.057463,0.02727,0.113,"2013-07-03 00:00",0.108,"2013-05-16 00:00",0.107,"2013-10-13 00:00",0.101,"2013-04-28 00:00","","","","",0.113,0.108,0.107,0.0984,0.0746,0.0591,0.0209,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88184",5,41.463071,-82.114261,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",27,0.04551,0.034676,0.151,"2013-08-20 00:00",0.131,"2013-10-31 00:00",0.118,"2013-01-10 00:00",0.113,"2013-05-04 00:00","","","","",0.151,0.131,0.118,0.095,0.06,0.027,0.0155,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88185",5,41.463071,-82.114261,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",50,0.003264,0.003414,0.0115,"2013-02-03 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-04-18 00:00",0.0115,"2013-05-28 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88301",5,41.463071,-82.114261,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.79629,0.562181,3.06,"2013-09-19 00:00",1.8,"2013-01-16 00:00",1.69,"2013-08-20 00:00",1.67,"2013-10-01 00:00","","","","",3.06,1.8,1.69,1.48,1.1,0.739,0.167,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88302",5,41.463071,-82.114261,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,0.068151,0.037264,0.193,"2013-10-31 00:00",0.19,"2013-11-06 00:00",0.117,"2013-01-22 00:00",0.11,"2013-03-05 00:00","","","","",0.193,0.19,0.117,0.11,0.091,0.062,0.03,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88303",5,41.463071,-82.114261,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",14,0.039298,0.024808,0.096,"2013-03-05 00:00",0.082,"2013-04-28 00:00",0.079,"2013-09-01 00:00",0.077,"2013-10-13 00:00","","","","",0.096,0.082,0.079,0.073,0.058,0.038,0.012,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88306",5,41.463071,-82.114261,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,1.179431,1.013115,4.76,"2013-01-10 00:00",4.06,"2013-01-16 00:00",2.96,"2013-01-04 00:00",2.9,"2013-02-03 00:00","","","","",4.76,4.06,2.96,2.6,1.55,0.835,0.372,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88355",5,41.463071,-82.114261,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,2.543651,1.245014,6.34,"2013-06-15 00:00",5.23,"2013-06-09 00:00",5.09,"2013-04-28 00:00",4.96,"2013-01-28 00:00","","","","",6.34,6.34,5.09,4.07,3.06,2.38,1.08,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88357",5,41.463071,-82.114261,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.288372,0.131984,0.614,"2013-01-10 00:00",0.515,"2013-06-15 00:00",0.5,"2013-10-31 00:00",0.48,"2013-04-28 00:00","","","","",0.614,0.614,0.5,0.476,0.384,0.278,0.088,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88370",5,41.463071,-82.114261,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,2.196023,1.067533,5.56,"2013-06-15 00:00",4.42,"2013-06-09 00:00",4.36,"2013-01-28 00:00",4.35,"2013-04-28 00:00","","","","",5.56,5.56,4.36,3.59,2.63,1.99,0.998,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88374",5,41.463071,-82.114261,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.165837,0.12374,0.47,"2013-06-09 00:00",0.442,"2013-01-28 00:00",0.414,"2013-06-15 00:00",0.395,"2013-10-31 00:00","","","","",0.47,0.47,0.414,0.381,0.213,0.133,0.045,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88375",5,41.463071,-82.114261,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.574326,0.251151,1.51,"2013-06-15 00:00",1.07,"2013-06-09 00:00",0.916,"2013-04-28 00:00",0.908,"2013-05-28 00:00","","","","",1.51,1.51,0.916,0.894,0.691,0.547,0.298,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88376",5,41.463071,-82.114261,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.587651,0.297868,1.56,"2013-06-15 00:00",1.24,"2013-04-28 00:00",1.09,"2013-03-11 00:00",1.06,"2013-10-31 00:00","","","","",1.56,1.56,1.09,0.913,0.736,0.588,0.227,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88377",5,41.463071,-82.114261,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.49214,0.278817,1.21,"2013-06-15 00:00",1.08,"2013-01-28 00:00",1.06,"2013-03-11 00:00",1.01,"2013-06-09 00:00","","","","",1.21,1.21,1.06,0.89,0.571,0.437,0.179,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88378",5,41.463071,-82.114261,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",1,0.37614,0.267543,1.11,"2013-06-09 00:00",1.03,"2013-01-28 00:00",1.01,"2013-04-28 00:00",0.861,"2013-06-15 00:00","","","","",1.11,1.11,1.01,0.785,0.463,0.348,0.087,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88380",5,41.463071,-82.114261,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.635302,0.307143,1.3,"2013-06-15 00:00",1.23,"2013-06-09 00:00",1.21,"2013-04-28 00:00",1.14,"2013-01-10 00:00","","","","",1.3,1.3,1.21,1.03,0.848,0.582,0.166,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88383",5,41.463071,-82.114261,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.955891,0.490757,2.27,"2013-06-09 00:00",2.17,"2013-04-28 00:00",2.09,"2013-06-15 00:00",1.85,"2013-01-28 00:00","","","","",2.27,2.27,2.09,1.34,1.22,0.926,0.357,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88384",5,41.463071,-82.114261,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.05454,0.020819,0.113,"2013-08-26 00:00",0.111,"2013-06-03 00:00",0.0829,"2013-09-07 00:00",0.0777,"2013-10-25 00:00","","","","",0.113,0.113,0.0829,0.0755,0.0687,0.0527,0.0292,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88385",5,41.463071,-82.114261,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",39,0.001679,0.00226,0.0117,"2013-04-18 00:00",0.00902,"2013-10-31 00:00",0.0068,"2013-11-06 00:00",0.00569,"2013-09-07 00:00","","","","",0.0117,0.0117,0.0068,0.001,0.001,0.001,0.001,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88388",5,41.463071,-82.114261,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",43,70,42,61,0,9,"","","Certification not required",0,0.723326,0.423995,1.93,"2013-06-09 00:00",1.74,"2013-04-28 00:00",1.65,"2013-06-15 00:00",1.64,"2013-01-28 00:00","","","","",1.93,1.93,1.65,1.1,0.955,0.623,0.222,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88403",5,41.463071,-82.114261,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,2.23398,1.469347,8.65,"2013-09-19 00:00",5.25,"2013-08-20 00:00",4.93,"2013-10-01 00:00",4.47,"2013-06-09 00:00","","","","",8.65,5.25,4.93,3.83,3.12,1.84,0.94,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","093","3002","88501",3,41.463071,-82.114261,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8490,97,352,365,0,270,"","","Certification not required",0,6.700872,5.921259,54.2,"2013-05-15 13:00",51.1,"2013-09-10 09:00",50.8,"2013-05-15 14:00",50.7,"2013-05-15 12:00","","","","",27.9,23.5,18.1,14.2,9.2,5.1,1.1,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","88501",3,41.463071,-82.114261,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,6.640057,4.724123,32.3,"2013-09-10 00:00",31.4,"2013-05-15 00:00",24.3,"2013-08-20 00:00",24.2,"2013-08-21 00:00","","","","",24.2,19.2,15,12.9,9,5.5,2.1,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","093","3002","88502",5,41.463071,-82.114261,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,50,61,0,1,"","","Certification not required",0,10.815686,3.994014,21.4,"2013-09-19 00:00",19.2,"2013-08-20 00:00",15.8,"2013-09-07 00:00",15.2,"2013-01-28 00:00","","","","",21.4,19.2,15.8,14.7,14.1,11.2,5.7,"BARR SCHOOL","2180 LAKE BREEZE","Ohio","Lorain","Sheffield","Cleveland-Elyria-Mentor, OH","2014-02-14" +"39","095","0008","42401",2,41.663405,-83.47596,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7829,89,342,365,0,931,0,"","Certification not required",0,4.54386,6.18219,36,"2013-05-08 08:00",30,"2013-05-19 12:00",30,"2013-06-04 12:00",29,"2013-06-30 01:00","","","","",29,25,17,12,6,2,0,"","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0008","42401",2,41.663405,-83.47596,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7829,89,342,365,0,931,"","","Certification not required",0,1.023247,2.524225,36,"2013-05-08 08:00",30,"2013-05-19 12:00",30,"2013-06-04 12:00",30,"2013-06-04 15:00","","","","",14,9,5,3,1,0,0,"","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0008","42401",2,41.663405,-83.47596,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",342,94,342,365,0,0,0,"","Certification not required",0,1.018713,1.466558,12.8,"2013-06-30 00:00",7.6,"2013-06-07 00:00",6.9,"2013-08-23 00:00",6.8,"2013-07-24 00:00","","","","",6.8,5.7,4.2,2.7,1.3,0.5,0,"","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0008","42401",2,41.663405,-83.47596,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2366,81,336,365,0,0,"",0,"Certification not required",0,1.047549,2.257839,23.6,"2013-08-23 11:00",19.3,"2013-06-03 14:00",18.3,"2013-06-30 02:00",18,"2013-06-04 14:00","","","","",12.6,9,4.6,3,1,0,0,"","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0008","42406",1,41.663405,-83.47596,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7848,90,342,365,0,912,"","","Certification not required",0,1.937691,5.092699,84,"2013-05-06 09:00",81,"2013-05-04 13:00",78,"2013-05-08 12:00",70,"2013-08-31 00:00","","","","",26,19,9,4,1,1,0,"","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","44201",1,41.644067,-83.54625,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5083,100,214,214,0,53,0,0,"Certification not required",459,0.042318,0.012352,0.072,"2013-06-21 12:00",0.069,"2013-05-02 17:00",0.067,"2013-04-27 16:00",0.067,"2013-06-20 15:00","","","","",0.067,0.067,0.061,0.058,0.052,0.044,0.024,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2013-12-12" +"39","095","0024","44201",1,41.644067,-83.54625,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,100,214,214,0,0,0,0,"Certification not required",0,0.037089,0.011689,0.067,"2013-06-21 10:00",0.064,"2013-06-20 12:00",0.063,"2013-06-23 11:00",0.062,"2013-04-27 11:00","","","","",0.063,0.061,0.057,0.052,0.046,0.038,0.021,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2013-12-12" +"39","095","0024","44201",1,41.644067,-83.54625,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,100,214,214,0,0,0,0,"Certification not required",0,0.037089,0.011689,0.067,"2013-06-21 10:00",0.064,"2013-06-20 12:00",0.063,"2013-06-23 11:00",0.062,"2013-04-27 11:00","","","","",0.063,0.061,0.057,0.052,0.046,0.038,0.021,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2013-12-12" +"39","095","0024","61101",1,41.644067,-83.54625,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8114,93,337,365,0,646,"","","Certification not required",0,3.031094,2.090341,13,"2013-04-18 12:00",12.2,"2013-01-31 03:00",12.2,"2013-04-18 11:00",12.2,"2013-04-18 13:00","","","","",8.7,7.8,6.9,6.1,4.3,2.6,0.9,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","61102",1,41.644067,-83.54625,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8113,93,337,365,0,647,"","","Certification not required",0,205.457537,99.2645,359,"2013-01-01 07:00",359,"2013-02-02 20:00",359,"2013-02-08 12:00",359,"2013-02-09 00:00","","","","",355,352,341,322,287,229,52,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","68105",1,41.644067,-83.54625,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,82,122,0,29,"","","Certification not required",0,5.385366,8.872709,28,"2013-09-10 00:00",23.1,"2013-09-01 00:00",22,"2013-05-01 00:00",20.4,"2013-09-07 00:00","","","","",28,23.1,20.4,17.8,11.9,4.4,-5.5,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","68105",2,41.644067,-83.54625,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",39,100,22,31,0,17,"","","Certification not required",0,6.187179,8.908399,23.2,"2013-09-01 00:00",20.6,"2013-09-07 00:00",20.5,"2013-09-19 00:00",17.9,"2013-05-04 00:00","","","","",23.2,23.2,20.6,17.9,13.8,6.6,-5.9,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","68108",1,41.644067,-83.54625,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,745.466102,5.367968,761,"2013-01-10 00:00",759,"2013-11-24 00:00",758,"2013-01-07 00:00",758,"2013-11-12 00:00","","","","",759,758,755,752,748,745,739,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","68108",2,41.644067,-83.54625,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,3,"","","Certification not required",0,745.103448,5.504989,759,"2013-11-24 00:00",758,"2013-11-12 00:00",755,"2013-01-10 00:00",754,"2013-12-24 00:00","","","","",759,758,755,753,748,745,738,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","88101",1,41.644067,-83.54625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,9.607627,4.700739,22.5,"2013-01-07 00:00",21.5,"2013-09-10 00:00",21.3,"2013-01-28 00:00",21.3,"2013-11-30 00:00","","","","",21.5,21.3,19.7,16,13,9,3.8,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","88101",1,41.644067,-83.54625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,9.607627,4.700739,22.5,"2013-01-07 00:00",21.5,"2013-09-10 00:00",21.3,"2013-01-28 00:00",21.3,"2013-11-30 00:00","","","","",21.5,21.3,19.7,16,13,9,3.8,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","88101",2,41.644067,-83.54625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,10.165517,4.85139,21.9,"2013-01-28 00:00",20.8,"2013-11-30 00:00",19.5,"2013-10-31 00:00",17.9,"2013-01-10 00:00","","","","",21.9,20.8,19.5,16.1,13.8,9.6,4,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","88101",2,41.644067,-83.54625,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",0,10.165517,4.85139,21.9,"2013-01-28 00:00",20.8,"2013-11-30 00:00",19.5,"2013-10-31 00:00",17.9,"2013-01-10 00:00","","","","",21.9,20.8,19.5,16.1,13.8,9.6,4,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","88501",3,41.644067,-83.54625,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8585,98,358,365,0,175,"","","Certification not required",0,9.307991,5.224683,72,"2013-07-04 22:00",57.8,"2013-09-20 08:00",51.5,"2013-02-08 14:00",49,"2013-05-16 02:00","","","","",25.9,22.7,19,16.1,11.8,8.3,3.9,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0024","88501",3,41.644067,-83.54625,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,9.278771,3.691317,22.5,"2013-05-16 00:00",22.3,"2013-09-10 00:00",21.3,"2013-08-21 00:00",20.4,"2013-07-04 00:00","","","","",20.4,18.7,16.5,14.5,11.5,8.4,5.3,"ERIE","348 S. ERIE","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0026","68103",5,41.620633,-83.64225,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",12,20,12,61,0,40,"","","Certification not required",0,6.341667,7.341719,16.4,"2013-05-22 00:00",14.7,"2013-10-31 00:00",12.3,"2013-05-04 00:00",10,"2013-04-28 00:00","","","","",16.4,16.4,16.4,14.7,12.3,8.6,-5.5,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","68104",5,41.620633,-83.64225,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",13,21,13,61,0,39,"","","Certification not required",0,13.953846,7.02657,28.6,"2013-05-22 00:00",22.3,"2013-10-13 00:00",20.5,"2013-05-04 00:00",17.2,"2013-10-31 00:00","","","","",28.6,28.6,28.6,22.3,17.2,14.5,5.8,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","68105",1,41.620633,-83.64225,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,10.998305,10.090124,29.4,"2013-09-10 00:00",26.3,"2013-06-24 00:00",26.2,"2013-08-26 00:00",25,"2013-06-21 00:00","","","","",26.3,26.2,24.8,23.3,20.3,11.4,-2.8,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0026","68105",5,41.620633,-83.64225,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",13,21,13,61,0,39,"","","Certification not required",0,11.230769,7.681838,23,"2013-01-10 00:00",21.8,"2013-05-22 00:00",16.4,"2013-10-13 00:00",16.2,"2013-05-04 00:00","","","","",23,23,23,21.8,16.2,12.4,-0.7,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","68106",5,41.620633,-83.64225,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,743.183673,5.254655,755,"2013-02-21 00:00",752,"2013-10-25 00:00",751,"2013-01-04 00:00",750,"2013-01-10 00:00","","","","",755,755,751,750,746,743,736,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","68107",5,41.620633,-83.64225,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,751.22449,5.351267,765,"2013-01-10 00:00",763,"2013-04-22 00:00",761,"2013-04-04 00:00",759,"2013-03-29 00:00","","","","",765,765,761,758,754,751,745,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","68108",1,41.620633,-83.64225,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,743.974576,4.698539,756,"2013-11-24 00:00",755,"2013-11-12 00:00",754,"2013-12-24 00:00",753,"2013-01-10 00:00","","","","",755,754,752,750,747,744,739,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0026","68108",5,41.620633,-83.64225,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,746,4.928658,757,"2013-01-10 00:00",756,"2013-02-09 00:00",756,"2013-02-21 00:00",755,"2013-10-25 00:00","","","","",757,757,756,754,748,746,739,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88101",1,41.620633,-83.64225,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,9.579661,4.665688,22.5,"2013-12-03 00:00",22.1,"2013-01-07 00:00",21.6,"2013-09-10 00:00",19.8,"2013-11-30 00:00","","","","",22.1,21.6,18.6,15.9,12.7,9.1,3.8,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0026","88101",1,41.620633,-83.64225,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,9.579661,4.665688,22.5,"2013-12-03 00:00",22.1,"2013-01-07 00:00",21.6,"2013-09-10 00:00",19.8,"2013-11-30 00:00","","","","",22.1,21.6,18.6,15.9,12.7,9.1,3.8,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0026","88102",5,41.620633,-83.64225,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",46,0.019957,0.004139,0.026,"2013-02-15 00:00",0.026,"2013-02-21 00:00",0.026,"2013-10-01 00:00",0.026,"2013-10-25 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.021,0.014,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88103",5,41.620633,-83.64225,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.000761,0.001158,0.004,"2013-03-17 00:00",0.004,"2013-06-15 00:00",0.003,"2013-07-03 00:00",0.003,"2013-08-02 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0,0,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88104",5,41.620633,-83.64225,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",25,0.029207,0.035457,0.16,"2013-09-07 00:00",0.133,"2013-06-27 00:00",0.108,"2013-07-15 00:00",0.101,"2013-04-04 00:00","","","","",0.16,0.16,0.108,0.086,0.034,0.0125,0.0065,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88107",5,41.620633,-83.64225,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",42,0.006746,0.005672,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.021,"2013-04-04 00:00",0.012,"2013-01-16 00:00","","","","",0.0295,0.0295,0.021,0.0118,0.0055,0.005,0.00385,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88109",5,41.620633,-83.64225,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",7,0.004336,0.002815,0.0142,"2013-03-23 00:00",0.0118,"2013-07-21 00:00",0.0084,"2013-06-21 00:00",0.0078,"2013-01-28 00:00","","","","",0.0142,0.0142,0.0084,0.0072,0.0058,0.0044,0.00115,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88110",5,41.620633,-83.64225,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.00037,0.001356,0.006,"2013-02-15 00:00",0.006,"2013-09-01 00:00",0.004,"2013-03-05 00:00",0.001,"2013-01-10 00:00","","","","",0.006,0.006,0.004,0,0,0,0,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88111",5,41.620633,-83.64225,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",3,0.040918,0.049712,0.298,"2013-04-04 00:00",0.153,"2013-01-10 00:00",0.116,"2013-01-04 00:00",0.0942,"2013-09-07 00:00","","","","",0.298,0.298,0.116,0.0912,0.0466,0.0291,0.007,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88112",5,41.620633,-83.64225,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.007348,0.022352,0.148,"2013-10-07 00:00",0.034,"2013-10-31 00:00",0.027,"2013-10-13 00:00",0.021,"2013-10-01 00:00","","","","",0.148,0.148,0.027,0.012,0.004,0.002,0,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88113",5,41.620633,-83.64225,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",43,0.000695,0.000238,0.0018,"2013-08-08 00:00",0.0014,"2013-01-16 00:00",0.0012,"2013-06-27 00:00",0.001,"2013-01-10 00:00","","","","",0.0018,0.0018,0.0012,0.001,0.0007,0.00065,0.00055,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88114",5,41.620633,-83.64225,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",13,0.003259,0.002867,0.0129,"2013-04-16 00:00",0.012,"2013-01-10 00:00",0.0108,"2013-04-04 00:00",0.0079,"2013-09-07 00:00","","","","",0.0129,0.0129,0.0108,0.0071,0.0037,0.0025,0.0008,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88115",5,41.620633,-83.64225,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",17,0.02368,0.053211,0.312,"2013-01-04 00:00",0.186,"2013-01-10 00:00",0.081,"2013-02-03 00:00",0.0788,"2013-09-07 00:00","","","","",0.312,0.312,0.081,0.048,0.0155,0.0071,0.00245,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88117",5,41.620633,-83.64225,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",46,0.005407,0.008133,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-03-05 00:00",0.00485,"2013-03-23 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0041,0.0034,0.0028,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88118",5,41.620633,-83.64225,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",46,0.010938,0.006524,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88126",5,41.620633,-83.64225,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.085663,0.062033,0.326,"2013-01-10 00:00",0.304,"2013-04-04 00:00",0.179,"2013-01-16 00:00",0.175,"2013-03-23 00:00","","","","",0.326,0.326,0.179,0.157,0.0946,0.0743,0.0391,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88128",5,41.620633,-83.64225,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.001783,0.003231,0.016,"2013-08-20 00:00",0.011,"2013-04-28 00:00",0.007,"2013-01-10 00:00",0.007,"2013-06-09 00:00","","","","",0.016,0.016,0.007,0.006,0.003,0,0,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88131",5,41.620633,-83.64225,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",46,0.010587,0.003194,0.0165,"2013-02-15 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-06-09 00:00",0.0165,"2013-08-08 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88132",5,41.620633,-83.64225,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.001435,0.001573,0.007,"2013-01-10 00:00",0.005,"2013-04-04 00:00",0.004,"2013-01-16 00:00",0.004,"2013-03-23 00:00","","","","",0.007,0.007,0.004,0.003,0.002,0.001,0,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88136",5,41.620633,-83.64225,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.000326,0.000871,0.004,"2013-04-16 00:00",0.003,"2013-01-28 00:00",0.003,"2013-09-07 00:00",0.001,"2013-03-11 00:00","","","","",0.004,0.004,0.003,0.001,0,0,0,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88140",5,41.620633,-83.64225,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",41,0.008599,0.008656,0.058,"2013-04-04 00:00",0.025,"2013-01-16 00:00",0.023,"2013-07-03 00:00",0.0183,"2013-09-07 00:00","","","","",0.058,0.058,0.023,0.015,0.009,0.006,0.00475,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88152",5,41.620633,-83.64225,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",46,0.005427,0.00137,0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.005,0.005,0.0045,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88154",5,41.620633,-83.64225,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",36,0.002651,0.004911,0.0291,"2013-04-22 00:00",0.0138,"2013-02-21 00:00",0.0122,"2013-06-09 00:00",0.011,"2013-04-10 00:00","","","","",0.0291,0.0291,0.0122,0.0042,0.0013,0.00125,0.00065,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88160",5,41.620633,-83.64225,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",44,0.014576,0.004063,0.027,"2013-06-15 00:00",0.023,"2013-06-21 00:00",0.0185,"2013-11-06 00:00",0.018,"2013-02-15 00:00","","","","",0.027,0.027,0.0185,0.018,0.016,0.016,0.01,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88161",5,41.620633,-83.64225,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",42,0.002968,0.002483,0.0152,"2013-01-10 00:00",0.01,"2013-04-04 00:00",0.01,"2013-07-15 00:00",0.0056,"2013-03-23 00:00","","","","",0.0152,0.0152,0.01,0.00265,0.00265,0.00215,0.0021,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88164",5,41.620633,-83.64225,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",45,0.001667,0.000684,0.006,"2013-06-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.006,0.006,0.0019,0.0019,0.0016,0.0015,0.0015,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88165",5,41.620633,-83.64225,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",2,0.066633,0.065073,0.32,"2013-04-04 00:00",0.247,"2013-06-27 00:00",0.237,"2013-07-15 00:00",0.144,"2013-05-10 00:00","","","","",0.32,0.32,0.237,0.139,0.0861,0.043,0.018,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88166",5,41.620633,-83.64225,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",45,0.008911,0.004873,0.019,"2013-10-01 00:00",0.019,"2013-10-25 00:00",0.019,"2013-11-06 00:00",0.0185,"2013-02-15 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88167",5,41.620633,-83.64225,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",7,0.009904,0.007618,0.034,"2013-01-10 00:00",0.0317,"2013-06-21 00:00",0.0207,"2013-04-04 00:00",0.0203,"2013-09-07 00:00","","","","",0.034,0.034,0.0207,0.0202,0.0142,0.0075,0.00175,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88168",5,41.620633,-83.64225,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",40,0.001788,0.002095,0.0145,"2013-05-04 00:00",0.0049,"2013-07-15 00:00",0.0042,"2013-05-16 00:00",0.004,"2013-07-03 00:00","","","","",0.0145,0.0145,0.0042,0.0027,0.00175,0.00115,0.00085,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88169",5,41.620633,-83.64225,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.875522,0.599187,3.05,"2013-06-21 00:00",1.91,"2013-09-07 00:00",1.86,"2013-08-20 00:00",1.82,"2013-04-10 00:00","","","","",3.05,3.05,1.86,1.67,1.28,0.662,0.316,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88176",5,41.620633,-83.64225,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",46,0.000976,0.000195,0.0013,"2013-01-10 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88180",5,41.620633,-83.64225,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.062333,0.075387,0.535,"2013-07-03 00:00",0.114,"2013-01-10 00:00",0.101,"2013-05-04 00:00",0.101,"2013-09-07 00:00","","","","",0.535,0.535,0.101,0.0893,0.0676,0.055,0.0184,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88184",5,41.620633,-83.64225,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",24,0.054511,0.061988,0.301,"2013-01-04 00:00",0.271,"2013-01-10 00:00",0.206,"2013-04-22 00:00",0.113,"2013-02-21 00:00","","","","",0.301,0.301,0.206,0.111,0.067,0.027,0.0155,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88185",5,41.620633,-83.64225,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",45,0.003867,0.003967,0.0139,"2013-10-13 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-06-09 00:00","","","","",0.0139,0.0139,0.0115,0.0115,0.00225,0.00225,0.0014,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88301",5,41.620633,-83.64225,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.971689,0.759798,3.4,"2013-09-19 00:00",2.86,"2013-04-10 00:00",2.07,"2013-01-10 00:00",2.02,"2013-06-09 00:00","","","","",3.4,3.4,2.07,2.01,1.42,0.727,0.224,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88302",5,41.620633,-83.64225,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.109481,0.119704,0.664,"2013-02-09 00:00",0.542,"2013-03-05 00:00",0.25,"2013-04-22 00:00",0.227,"2013-02-21 00:00","","","","",0.664,0.664,0.25,0.176,0.138,0.07,0.027,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88303",5,41.620633,-83.64225,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",6,0.050383,0.062727,0.446,"2013-07-03 00:00",0.103,"2013-05-04 00:00",0.0941,"2013-03-05 00:00",0.084,"2013-04-16 00:00","","","","",0.446,0.446,0.0941,0.079,0.052,0.0382,0.012,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88306",5,41.620633,-83.64225,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.512234,1.604137,7.14,"2013-01-10 00:00",6.19,"2013-01-16 00:00",5.21,"2013-01-04 00:00",4.37,"2013-02-03 00:00","","","","",7.14,7.14,5.21,3.82,1.75,0.945,0.232,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88355",5,41.620633,-83.64225,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.071313,0.746494,3.52,"2013-09-07 00:00",3.42,"2013-06-15 00:00",3.37,"2013-07-03 00:00",3.18,"2013-01-10 00:00","","","","",3.52,3.52,3.37,3.07,2.66,2.14,1.04,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88357",5,41.620633,-83.64225,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.276188,0.112739,0.714,"2013-01-10 00:00",0.461,"2013-09-07 00:00",0.44,"2013-09-25 00:00",0.415,"2013-04-22 00:00","","","","",0.714,0.714,0.44,0.411,0.355,0.262,0.173,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88370",5,41.620633,-83.64225,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,1.8115,0.630225,3.05,"2013-06-15 00:00",2.99,"2013-07-03 00:00",2.91,"2013-09-07 00:00",2.84,"2013-01-10 00:00","","","","",3.05,3.05,2.91,2.47,2.26,1.88,0.971,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88374",5,41.620633,-83.64225,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.152,0.102152,0.451,"2013-01-10 00:00",0.421,"2013-09-07 00:00",0.364,"2013-08-26 00:00",0.32,"2013-03-23 00:00","","","","",0.451,0.451,0.364,0.315,0.216,0.114,0.061,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88375",5,41.620633,-83.64225,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.490604,0.178203,0.903,"2013-08-20 00:00",0.804,"2013-06-15 00:00",0.774,"2013-07-03 00:00",0.744,"2013-09-07 00:00","","","","",0.903,0.903,0.774,0.719,0.628,0.516,0.257,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88376",5,41.620633,-83.64225,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.490188,0.216697,1.19,"2013-07-03 00:00",1.03,"2013-06-15 00:00",1.01,"2013-01-10 00:00",0.863,"2013-09-25 00:00","","","","",1.19,1.19,1.01,0.745,0.588,0.487,0.249,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88377",5,41.620633,-83.64225,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.361604,0.153528,0.75,"2013-01-10 00:00",0.727,"2013-07-03 00:00",0.591,"2013-06-15 00:00",0.553,"2013-08-20 00:00","","","","",0.75,0.75,0.591,0.549,0.476,0.375,0.166,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88378",5,41.620633,-83.64225,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.317188,0.140598,0.601,"2013-07-21 00:00",0.534,"2013-03-11 00:00",0.516,"2013-02-03 00:00",0.511,"2013-06-09 00:00","","","","",0.601,0.601,0.516,0.503,0.459,0.316,0.144,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88380",5,41.620633,-83.64225,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.535667,0.234609,1.07,"2013-08-20 00:00",1.07,"2013-09-07 00:00",1.05,"2013-01-10 00:00",1.02,"2013-06-21 00:00","","","","",1.07,1.07,1.05,0.902,0.631,0.504,0.31,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88383",5,41.620633,-83.64225,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.799646,0.302179,1.46,"2013-09-07 00:00",1.4,"2013-06-21 00:00",1.39,"2013-08-20 00:00",1.23,"2013-09-19 00:00","","","","",1.46,1.46,1.39,1.12,0.986,0.869,0.381,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88384",5,41.620633,-83.64225,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.052658,0.024697,0.116,"2013-06-03 00:00",0.116,"2013-10-01 00:00",0.107,"2013-09-13 00:00",0.0951,"2013-05-16 00:00","","","","",0.116,0.116,0.107,0.0915,0.066,0.0469,0.0261,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88385",5,41.620633,-83.64225,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.001219,0.001104,0.00771,"2013-05-10 00:00",0.00481,"2013-09-07 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00771,0.00771,0.001,0.001,0.001,0.001,0.001,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88388",5,41.620633,-83.64225,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.576604,0.25096,1.1,"2013-09-07 00:00",1.08,"2013-06-21 00:00",1.06,"2013-08-20 00:00",0.931,"2013-09-19 00:00","","","","",1.1,1.1,1.06,0.875,0.795,0.523,0.236,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88403",5,41.620633,-83.64225,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,2.318681,1.554843,7.23,"2013-09-19 00:00",5.63,"2013-08-20 00:00",5.3,"2013-04-10 00:00",5.29,"2013-06-09 00:00","","","","",7.23,7.23,5.3,4.29,3.54,1.94,0.755,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0026","88502",5,41.620633,-83.64225,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,11.032609,5.049227,25.4,"2013-06-21 00:00",20.7,"2013-01-28 00:00",20,"2013-01-10 00:00",16.6,"2013-09-07 00:00","","","","",25.4,25.4,20,16.1,14.9,11.3,4.3,"RAPS","4208 AIRPORT HIGHWAY","Ohio","Lucas","Toledo","Toledo, OH","2014-02-14" +"39","095","0027","44201",1,41.494174,-83.718944,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5083,100,214,214,0,53,0,0,"Certification not required",219,0.048547,0.012067,0.077,"2013-06-21 15:00",0.074,"2013-06-08 17:00",0.074,"2013-06-11 15:00",0.073,"2013-05-14 17:00","","","","",0.074,0.073,0.067,0.064,0.057,0.049,0.033,"WATERVILLE","200 SOUTH RIVER RD.","Ohio","Lucas","Waterville","Toledo, OH","2013-12-12" +"39","095","0027","44201",1,41.494174,-83.718944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5097,100,214,214,0,0,0,0,"Certification not required",0,0.043388,0.011316,0.073,"2013-06-21 10:00",0.069,"2013-06-11 12:00",0.068,"2013-06-08 11:00",0.068,"2013-06-20 12:00","","","","",0.068,0.066,0.062,0.058,0.051,0.044,0.029,"WATERVILLE","200 SOUTH RIVER RD.","Ohio","Lucas","Waterville","Toledo, OH","2013-12-12" +"39","095","0027","44201",1,41.494174,-83.718944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5097,100,214,214,0,0,0,0,"Certification not required",0,0.043388,0.011316,0.073,"2013-06-21 10:00",0.069,"2013-06-11 12:00",0.068,"2013-06-08 11:00",0.068,"2013-06-20 12:00","","","","",0.068,0.066,0.062,0.058,0.051,0.044,0.029,"WATERVILLE","200 SOUTH RIVER RD.","Ohio","Lucas","Waterville","Toledo, OH","2013-12-12" +"39","095","0028","68105",1,41.662567,-83.478333,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,10.932231,10.707694,30.5,"2013-07-18 00:00",29.6,"2013-09-10 00:00",28.9,"2013-07-15 00:00",27.1,"2013-06-24 00:00","","","","",29.6,28.9,25.1,24.1,20.9,12.2,-3.3,"TOLEDO WATER FILTRATION","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0028","68108",1,41.662567,-83.478333,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,745.454545,4.88194,759,"2013-11-24 00:00",758,"2013-11-12 00:00",755,"2013-01-10 00:00",755,"2013-03-08 00:00","","","","",758,755,754,752,748,745,740,"TOLEDO WATER FILTRATION","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0028","88101",1,41.662567,-83.478333,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,9.499174,4.594644,22.8,"2013-09-10 00:00",21.7,"2013-12-18 00:00",20.1,"2013-01-07 00:00",19.9,"2013-11-30 00:00","","","","",21.7,20.1,17.7,15.5,12.6,8.9,3.9,"TOLEDO WATER FILTRATION","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0028","88101",1,41.662567,-83.478333,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,9.499174,4.594644,22.8,"2013-09-10 00:00",21.7,"2013-12-18 00:00",20.1,"2013-01-07 00:00",19.9,"2013-11-30 00:00","","","","",21.7,20.1,17.7,15.5,12.6,8.9,3.9,"TOLEDO WATER FILTRATION","600 COLLINS PARK","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0034","44201",1,41.675213,-83.30693,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4865,97,207,214,0,271,0,0,"Certification not required",109,0.046396,0.011391,0.075,"2013-06-21 11:00",0.075,"2013-08-19 13:00",0.072,"2013-08-18 16:00",0.071,"2013-06-23 14:00","","","","",0.072,0.071,0.066,0.062,0.054,0.046,0.031,"LOW_SER","306 N. YONDOTA","Ohio","Lucas","","Toledo, OH","2013-12-12" +"39","095","0034","44201",1,41.675213,-83.30693,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4876,94,201,214,0,0,0,0,"Certification not required",0,0.041249,0.010685,0.069,"2013-08-19 12:00",0.066,"2013-06-23 10:00",0.066,"2013-08-18 11:00",0.065,"2013-06-20 12:00","","","","",0.066,0.064,0.059,0.056,0.048,0.041,0.028,"LOW_SER","306 N. YONDOTA","Ohio","Lucas","","Toledo, OH","2013-12-12" +"39","095","0034","44201",1,41.675213,-83.30693,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4876,94,201,214,0,0,0,0,"Certification not required",0,0.041249,0.010685,0.069,"2013-08-19 12:00",0.066,"2013-06-23 10:00",0.066,"2013-08-18 11:00",0.065,"2013-06-20 12:00","","","","",0.066,0.064,0.059,0.056,0.048,0.041,0.028,"LOW_SER","306 N. YONDOTA","Ohio","Lucas","","Toledo, OH","2013-12-12" +"39","095","0081","61101",1,41.719483,-83.47515,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6992,80,286,365,0,1768,"","","Certification not required",0,3.524142,2.562448,15.6,"2013-04-11 09:00",14.8,"2013-02-26 10:00",14.8,"2013-04-11 10:00",14.8,"2013-04-11 11:00","","","","",11.3,10.4,8.7,6.9,5.2,3.5,0.9,"FRIENDSHIP PARK","2930 131ST ST.","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","095","0081","61102",1,41.719483,-83.47515,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7288,83,302,365,0,1472,"","","Certification not required",0,205.173024,90.50981,359,"2013-03-02 09:00",359,"2013-03-23 07:00",359,"2013-07-11 00:00",359,"2013-08-01 19:00","","","","",355,350,336,315,273,226,85,"FRIENDSHIP PARK","2930 131ST ST.","Ohio","Lucas","Toledo","Toledo, OH","2014-02-12" +"39","097","0007","44201",1,39.78819,-83.47606,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4892,100,214,214,0,244,0,0,"Certification not required",7,0.048696,0.011065,0.077,"2013-09-11 17:00",0.074,"2013-06-12 15:00",0.074,"2013-06-25 19:00",0.071,"2013-05-15 15:00","","","","",0.074,0.071,0.068,0.063,0.056,0.049,0.034,"LONDON","940 SR 38 SW","Ohio","Madison","","Columbus, OH","2013-12-12" +"39","097","0007","44201",1,39.78819,-83.47606,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5105,99,212,214,0,0,0,0,"Certification not required",0,0.044236,0.010556,0.069,"2013-06-25 12:00",0.069,"2013-09-11 12:00",0.068,"2013-05-15 10:00",0.066,"2013-06-05 11:00","","","","",0.068,0.066,0.063,0.058,0.051,0.045,0.03,"LONDON","940 SR 38 SW","Ohio","Madison","","Columbus, OH","2013-12-12" +"39","097","0007","44201",1,39.78819,-83.47606,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5105,99,212,214,0,0,0,0,"Certification not required",0,0.044236,0.010556,0.069,"2013-06-25 12:00",0.069,"2013-09-11 12:00",0.068,"2013-05-15 10:00",0.066,"2013-06-05 11:00","","","","",0.068,0.066,0.063,0.058,0.051,0.045,0.03,"LONDON","940 SR 38 SW","Ohio","Madison","","Columbus, OH","2013-12-12" +"39","097","0007","62107",1,39.78819,-83.47606,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5081,58,211,365,0,55,"","","Certification not required",0,76.29384,3.578102,88,"2013-09-10 12:00",88,"2013-09-10 13:00",86,"2013-04-09 14:00",86,"2013-04-09 15:00","","","","",82,82,80,79,79,77,71,"LONDON","940 SR 38 SW","Ohio","Madison","","Columbus, OH","2013-12-12" +"39","099","0005","68105",1,41.111126,-80.645062,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,1,"","","Certification not required",0,11.043333,10.75736,28.7,"2013-07-09 00:00",25.5,"2013-05-22 00:00",25.2,"2013-07-03 00:00",25.1,"2013-09-01 00:00","","","","",28.7,25.5,25.2,24.7,20,13.8,-4.5,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","68105",2,41.111126,-80.645062,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",60,98,60,61,0,1,"","","Certification not required",0,11.48,10.976042,28.3,"2013-07-15 00:00",25.8,"2013-05-22 00:00",25.8,"2013-06-21 00:00",25.5,"2013-07-03 00:00","","","","",28.3,25.8,25.8,25.1,20.2,14.5,-4.4,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","68108",1,41.111126,-80.645062,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,735.032787,5.006553,750,"2013-01-10 00:00",745,"2013-11-24 00:00",743,"2013-01-22 00:00",743,"2013-02-09 00:00","","","","",750,745,743,742,738,735,729,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","68108",2,41.111126,-80.645062,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,98,60,61,0,1,"","","Certification not required",0,735.283333,5.125846,746,"2013-01-10 00:00",746,"2013-11-24 00:00",745,"2013-11-12 00:00",744,"2013-11-30 00:00","","","","",746,746,745,743,739,735,729,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","81102",1,41.111126,-80.645062,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",1,16.266667,6.891082,30,"2013-05-16 00:00",30,"2013-08-20 00:00",29,"2013-06-21 00:00",27,"2013-09-19 00:00","","","","",30,30,29,26,21,17,7,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","88101",1,41.111126,-80.645062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,0,0,0,"Certification not required",0,10.891667,5.11539,23.3,"2013-01-28 00:00",22.9,"2013-09-19 00:00",19.5,"2013-06-09 00:00",19.2,"2013-01-16 00:00","","","","",23.3,22.9,19.5,18,14.3,11.3,4.7,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","88101",1,41.111126,-80.645062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,0,"","","Certification not required",0,10.891667,5.11539,23.3,"2013-01-28 00:00",22.9,"2013-09-19 00:00",19.5,"2013-06-09 00:00",19.2,"2013-01-16 00:00","","","","",23.3,22.9,19.5,18,14.3,11.3,4.7,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","88101",2,41.111126,-80.645062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,10.583333,5.115254,22.5,"2013-09-19 00:00",21.9,"2013-01-28 00:00",19.6,"2013-06-09 00:00",18.6,"2013-06-21 00:00","","","","",22.5,21.9,19.6,18.1,14.6,10,4.6,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0005","88101",2,41.111126,-80.645062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",0,10.583333,5.115254,22.5,"2013-09-19 00:00",21.9,"2013-01-28 00:00",19.6,"2013-06-09 00:00",18.6,"2013-06-21 00:00","","","","",22.5,21.9,19.6,18.1,14.6,10,4.6,"F.S. #7","145 MADISON AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0006","81102",1,41.116682,-80.669507,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",3,18.689655,8.541348,39,"2013-05-16 00:00",38,"2013-08-20 00:00",34,"2013-05-22 00:00",33,"2013-09-19 00:00","","","","",39,38,34,30,24,19,9,"F.S. #5","1524 OAKLAND AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0006","81102",2,41.116682,-80.669507,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",1,18.966102,8.606265,40,"2013-08-20 00:00",39,"2013-05-16 00:00",35,"2013-05-22 00:00",33,"2013-08-26 00:00","","","","",40,39,35,31,24,20,8,"F.S. #5","1524 OAKLAND AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0013","42401",1,41.096142,-80.658908,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8352,95,364,365,0,408,0,"","Certification not required",0,4.370879,5.784212,42,"2013-11-03 18:00",41,"2013-09-08 18:00",28,"2013-07-24 20:00",27,"2013-08-16 19:00","","","","",27,23,17,11,5,2,0,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0013","42401",1,41.096142,-80.658908,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8352,95,364,365,0,408,"","","Certification not required",0,1.009698,2.182057,42,"2013-11-03 18:00",41,"2013-09-08 18:00",29,"2013-11-03 17:00",28,"2013-07-24 20:00","","","","",11,7,4,3,1,0,0,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0013","42401",1,41.096142,-80.658908,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.010989,1.137873,7,"2013-11-03 00:00",6.7,"2013-11-04 00:00",6.3,"2013-09-08 00:00",5.2,"2013-01-15 00:00","","","","",5.2,4.7,3.2,2.5,1.4,0.7,0,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0013","42401",1,41.096142,-80.658908,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2526,87,359,365,0,0,"",0,"Certification not required",0,1.00194,1.905941,24.3,"2013-11-03 20:00",19.6,"2013-09-08 20:00",19,"2013-07-24 20:00",19,"2013-08-23 20:00","","","","",9.3,6.6,4,2.6,1,0.3,0,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0013","42406",1,41.096142,-80.658908,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8354,95,364,365,0,406,"","","Certification not required",0,1.998324,4.43531,86,"2013-08-27 12:00",59,"2013-11-03 18:00",54,"2013-09-08 18:00",54,"2013-10-08 09:00","","","","",26,15,6,4,2,1,0,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0013","44201",1,41.096142,-80.658908,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4895,100,214,214,0,241,0,0,"Certification not required",550,0.045136,0.011059,0.077,"2013-06-21 17:00",0.074,"2013-08-21 17:00",0.072,"2013-06-20 17:00",0.071,"2013-06-22 15:00","","","","",0.072,0.07,0.065,0.059,0.053,0.045,0.032,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","099","0013","44201",1,41.096142,-80.658908,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certification not required",0,0.040028,0.010517,0.067,"2013-06-22 11:00",0.066,"2013-06-21 11:00",0.065,"2013-05-18 12:00",0.063,"2013-08-21 12:00","","","","",0.065,0.061,0.058,0.054,0.047,0.04,0.027,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","099","0013","44201",1,41.096142,-80.658908,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5125,100,213,214,0,0,0,0,"Certification not required",0,0.040028,0.010517,0.067,"2013-06-22 11:00",0.066,"2013-06-21 11:00",0.065,"2013-05-18 12:00",0.063,"2013-08-21 12:00","","","","",0.065,0.061,0.058,0.054,0.047,0.04,0.027,"","345 OAKHILL","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","099","0014","68103",5,41.095938,-80.658467,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,49,61,0,2,"","","Certification not required",0,6.866,9.180539,20.5,"2013-07-15 00:00",19.9,"2013-09-01 00:00",19.7,"2013-07-03 00:00",19.6,"2013-08-08 00:00","","","","",20.5,20.5,19.7,19.5,13.5,9.2,-6.8,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","68104",5,41.095938,-80.658467,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,49,61,0,2,"","","Certification not required",0,17.926,11.78759,35.7,"2013-07-15 00:00",32.6,"2013-07-03 00:00",32.3,"2013-06-21 00:00",31.7,"2013-07-09 00:00","","","","",35.7,35.7,32.3,31.4,27.6,21.6,1.6,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","68105",1,41.095938,-80.658467,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,11,"","","Certification not required",0,11.666364,10.658789,29.6,"2013-07-18 00:00",28.2,"2013-07-15 00:00",28.1,"2013-09-10 00:00",27.5,"2013-06-24 00:00","","","","",28.2,28.1,25.9,24.8,20.4,14.5,-2.3,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0014","68105",5,41.095938,-80.658467,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,49,61,0,2,"","","Certification not required",0,12.04,10.106252,27.6,"2013-07-15 00:00",24.6,"2013-07-03 00:00",24.3,"2013-07-21 00:00",24.2,"2013-09-01 00:00","","","","",27.6,27.6,24.3,24.1,19.5,15.1,-1.3,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","68106",5,41.095938,-80.658467,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,734.039216,4.630165,743,"2013-07-15 00:00",742,"2013-01-10 00:00",742,"2013-04-22 00:00",740,"2013-03-29 00:00","","","","",743,742,742,739,737,734,728,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","68107",5,41.095938,-80.658467,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,739.215686,4.267616,751,"2013-01-10 00:00",747,"2013-04-22 00:00",746,"2013-02-09 00:00",746,"2013-07-15 00:00","","","","",751,747,746,744,742,739,735,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","68108",1,41.095938,-80.658467,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,11,"","","Certification not required",0,735.378378,4.99282,750,"2013-01-25 00:00",747,"2013-01-10 00:00",747,"2013-11-24 00:00",746,"2013-04-04 00:00","","","","",747,747,745,743,739,735,730,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0014","68108",5,41.095938,-80.658467,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,50,61,0,1,"","","Certification not required",0,736.431373,4.201214,747,"2013-01-10 00:00",744,"2013-04-22 00:00",744,"2013-07-15 00:00",743,"2013-02-09 00:00","","","","",747,744,744,741,739,736,731,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88101",1,41.095938,-80.658467,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,10,0,0,"Certification not required",0,9.569091,5.33936,28.6,"2013-01-07 00:00",28.5,"2013-12-03 00:00",21.9,"2013-09-19 00:00",21.7,"2013-09-10 00:00","","","","",28.5,21.9,19.3,17.7,12.5,8.7,4.1,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0014","88101",1,41.095938,-80.658467,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,10,"","","Certification not required",0,9.569091,5.33936,28.6,"2013-01-07 00:00",28.5,"2013-12-03 00:00",21.9,"2013-09-19 00:00",21.7,"2013-09-10 00:00","","","","",28.5,21.9,19.3,17.7,12.5,8.7,4.1,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0014","88102",5,41.095938,-80.658467,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",45,0.020143,0.006114,0.041,"2013-09-01 00:00",0.036,"2013-03-29 00:00",0.032,"2013-06-15 00:00",0.026,"2013-01-16 00:00","","","","",0.041,0.041,0.032,0.026,0.021,0.0195,0.014,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88103",5,41.095938,-80.658467,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.001449,0.001792,0.006,"2013-06-09 00:00",0.006,"2013-06-21 00:00",0.005,"2013-01-28 00:00",0.005,"2013-03-11 00:00","","","","",0.006,0.006,0.005,0.005,0.002,0.001,0,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88104",5,41.095938,-80.658467,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",28,0.026878,0.04381,0.292,"2013-07-15 00:00",0.095,"2013-06-27 00:00",0.084,"2013-04-28 00:00",0.064,"2013-04-10 00:00","","","","",0.292,0.292,0.084,0.064,0.026,0.0125,0.0065,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88107",5,41.095938,-80.658467,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.006959,0.006808,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88109",5,41.095938,-80.658467,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",3,0.004509,0.003058,0.019,"2013-01-28 00:00",0.01,"2013-02-03 00:00",0.0098,"2013-03-23 00:00",0.0091,"2013-03-05 00:00","","","","",0.019,0.019,0.0098,0.009,0.0051,0.0041,0.0015,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88110",5,41.095938,-80.658467,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.001041,0.003048,0.014,"2013-01-16 00:00",0.013,"2013-07-15 00:00",0.009,"2013-10-19 00:00",0.005,"2013-10-07 00:00","","","","",0.014,0.014,0.009,0.004,0,0,0,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88111",5,41.095938,-80.658467,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",10,0.037507,0.035249,0.174,"2013-07-15 00:00",0.12,"2013-06-21 00:00",0.115,"2013-04-04 00:00",0.11,"2013-05-16 00:00","","","","",0.174,0.174,0.115,0.0925,0.0469,0.0295,0.00375,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88112",5,41.095938,-80.658467,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.006265,0.0137,0.086,"2013-10-07 00:00",0.034,"2013-05-16 00:00",0.034,"2013-09-25 00:00",0.022,"2013-10-01 00:00","","","","",0.086,0.086,0.034,0.012,0.005,0.003,0,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88113",5,41.095938,-80.658467,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",37,0.001183,0.001212,0.007,"2013-06-21 00:00",0.005,"2013-03-05 00:00",0.0035,"2013-06-15 00:00",0.003,"2013-04-22 00:00","","","","",0.007,0.007,0.0035,0.0022,0.001,0.0007,0.00055,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88114",5,41.095938,-80.658467,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",11,0.007356,0.007736,0.0346,"2013-06-21 00:00",0.0319,"2013-05-16 00:00",0.0267,"2013-03-05 00:00",0.0175,"2013-06-15 00:00","","","","",0.0346,0.0346,0.0267,0.017,0.0101,0.0046,0.0008,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88115",5,41.095938,-80.658467,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",23,0.014513,0.020648,0.106,"2013-01-28 00:00",0.0908,"2013-03-05 00:00",0.048,"2013-03-23 00:00",0.046,"2013-01-10 00:00","","","","",0.106,0.106,0.048,0.0348,0.014,0.0074,0.0025,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88117",5,41.095938,-80.658467,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.007124,0.010979,0.0435,"2013-01-10 00:00",0.0435,"2013-03-17 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-08-20 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88118",5,41.095938,-80.658467,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.009646,0.006644,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88126",5,41.095938,-80.658467,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.361435,0.406914,1.75,"2013-05-16 00:00",1.44,"2013-06-21 00:00",1.26,"2013-04-10 00:00",1.05,"2013-01-10 00:00","","","","",1.75,1.75,1.26,1.02,0.507,0.181,0.0284,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88128",5,41.095938,-80.658467,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.004918,0.005012,0.023,"2013-05-16 00:00",0.023,"2013-06-15 00:00",0.013,"2013-01-10 00:00",0.011,"2013-07-27 00:00","","","","",0.023,0.023,0.013,0.011,0.006,0.004,0,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88131",5,41.095938,-80.658467,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",45,0.011337,0.006739,0.037,"2013-01-04 00:00",0.037,"2013-07-15 00:00",0.026,"2013-04-04 00:00",0.018,"2013-03-29 00:00","","","","",0.037,0.037,0.026,0.0165,0.011,0.008,0.007,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88132",5,41.095938,-80.658467,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.005612,0.005589,0.027,"2013-05-16 00:00",0.019,"2013-06-21 00:00",0.016,"2013-01-10 00:00",0.016,"2013-03-05 00:00","","","","",0.027,0.027,0.016,0.013,0.008,0.003,0,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88136",5,41.095938,-80.658467,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.004204,0.015087,0.098,"2013-04-10 00:00",0.044,"2013-05-16 00:00",0.008,"2013-11-06 00:00",0.007,"2013-09-13 00:00","","","","",0.098,0.098,0.008,0.006,0.002,0.001,0,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88140",5,41.095938,-80.658467,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",46,0.007149,0.002165,0.015,"2013-01-04 00:00",0.011,"2013-04-04 00:00",0.0103,"2013-10-01 00:00",0.009,"2013-01-10 00:00","","","","",0.015,0.015,0.0103,0.009,0.009,0.006,0.00475,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88152",5,41.095938,-80.658467,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",47,0.006029,0.00286,0.022,"2013-07-15 00:00",0.01,"2013-06-27 00:00",0.008,"2013-02-09 00:00",0.008,"2013-04-10 00:00","","","","",0.022,0.022,0.008,0.008,0.008,0.005,0.0045,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88154",5,41.095938,-80.658467,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",47,0.001122,0.000406,0.003,"2013-01-28 00:00",0.0022,"2013-07-21 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.003,0.003,0.0013,0.0013,0.0013,0.00125,0.00065,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88160",5,41.095938,-80.658467,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",48,0.013214,0.005391,0.041,"2013-04-16 00:00",0.0185,"2013-08-08 00:00",0.018,"2013-01-16 00:00",0.018,"2013-07-27 00:00","","","","",0.041,0.041,0.018,0.018,0.016,0.01,0.01,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88161",5,41.095938,-80.658467,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",40,0.00328,0.002356,0.014,"2013-07-15 00:00",0.011,"2013-01-10 00:00",0.007,"2013-04-10 00:00",0.0068,"2013-08-20 00:00","","","","",0.014,0.014,0.007,0.0063,0.00265,0.0025,0.0021,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88164",5,41.095938,-80.658467,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",48,0.00161,0.00032,0.003,"2013-01-04 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-16 00:00","","","","",0.003,0.003,0.0019,0.0019,0.0019,0.0016,0.0015,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88165",5,41.095938,-80.658467,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",4,0.071222,0.079674,0.519,"2013-07-15 00:00",0.216,"2013-06-27 00:00",0.194,"2013-05-16 00:00",0.181,"2013-04-04 00:00","","","","",0.519,0.519,0.194,0.119,0.075,0.058,0.0122,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88166",5,41.095938,-80.658467,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",48,0.008073,0.004724,0.019,"2013-08-08 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-07-27 00:00",0.0185,"2013-08-02 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88167",5,41.095938,-80.658467,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",1,0.031239,0.049566,0.317,"2013-03-23 00:00",0.153,"2013-06-21 00:00",0.0934,"2013-03-05 00:00",0.078,"2013-01-10 00:00","","","","",0.317,0.317,0.0934,0.071,0.0284,0.0184,0.0059,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88168",5,41.095938,-80.658467,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",47,0.001426,0.001189,0.0079,"2013-06-03 00:00",0.0058,"2013-08-14 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-07-27 00:00","","","","",0.0079,0.0079,0.00175,0.00175,0.00155,0.00115,0.00085,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88169",5,41.095938,-80.658467,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.917061,0.588392,2.83,"2013-09-19 00:00",2.64,"2013-01-28 00:00",2.07,"2013-06-09 00:00",2.03,"2013-08-20 00:00","","","","",2.83,2.83,2.07,1.82,1.19,0.775,0.323,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88176",5,41.095938,-80.658467,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",48,0.000982,0.000236,0.0017,"2013-03-11 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-03-17 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.001,0.0009,0.0007,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88180",5,41.095938,-80.658467,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",2,0.058482,0.036626,0.215,"2013-01-28 00:00",0.157,"2013-07-21 00:00",0.108,"2013-07-03 00:00",0.1,"2013-06-15 00:00","","","","",0.215,0.215,0.108,0.0993,0.0726,0.055,0.0179,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88184",5,41.095938,-80.658467,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",30,0.040612,0.031742,0.126,"2013-03-05 00:00",0.119,"2013-01-28 00:00",0.104,"2013-06-21 00:00",0.1,"2013-05-04 00:00","","","","",0.126,0.126,0.104,0.092,0.063,0.027,0.0155,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88185",5,41.095938,-80.658467,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",44,0.003865,0.004024,0.0161,"2013-02-27 00:00",0.0117,"2013-04-10 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-07-27 00:00","","","","",0.0161,0.0161,0.0115,0.0115,0.00235,0.00225,0.0014,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88301",5,41.095938,-80.658467,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.918117,0.75366,3.76,"2013-09-19 00:00",2.99,"2013-02-03 00:00",1.99,"2013-06-09 00:00",1.95,"2013-01-16 00:00","","","","",3.76,3.76,1.99,1.94,1.1,0.78,0.142,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88302",5,41.095938,-80.658467,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,0.057206,0.037233,0.215,"2013-04-10 00:00",0.15,"2013-07-15 00:00",0.126,"2013-03-05 00:00",0.0962,"2013-02-21 00:00","","","","",0.215,0.215,0.126,0.0935,0.07,0.055,0.0183,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88303",5,41.095938,-80.658467,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",11,0.041596,0.031224,0.158,"2013-07-21 00:00",0.099,"2013-07-03 00:00",0.097,"2013-07-15 00:00",0.093,"2013-01-04 00:00","","","","",0.158,0.158,0.097,0.09,0.0523,0.0346,0.012,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88306",5,41.095938,-80.658467,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",1,1.054936,1.227128,5.95,"2013-02-03 00:00",4.59,"2013-01-04 00:00",4.31,"2013-01-16 00:00",3.57,"2013-01-10 00:00","","","","",5.95,5.95,4.31,2.43,0.971,0.703,0.16,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88355",5,41.095938,-80.658467,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.453898,1.133121,5.17,"2013-06-21 00:00",5.02,"2013-06-15 00:00",4.84,"2013-06-09 00:00",4.23,"2013-07-27 00:00","","","","",5.17,5.17,4.84,4.2,3.17,2.4,1.01,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88357",5,41.095938,-80.658467,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.354592,0.208676,0.925,"2013-01-10 00:00",0.781,"2013-07-15 00:00",0.768,"2013-09-25 00:00",0.704,"2013-05-16 00:00","","","","",0.925,0.925,0.768,0.704,0.436,0.321,0.122,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88370",5,41.095938,-80.658467,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.107796,0.959341,4.66,"2013-06-15 00:00",4.44,"2013-06-21 00:00",3.92,"2013-06-09 00:00",3.53,"2013-07-27 00:00","","","","",4.66,4.66,3.92,3.5,2.68,1.98,0.898,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88374",5,41.095938,-80.658467,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.175551,0.11649,0.496,"2013-06-09 00:00",0.48,"2013-08-26 00:00",0.432,"2013-08-20 00:00",0.386,"2013-07-27 00:00","","","","",0.496,0.496,0.432,0.341,0.232,0.141,0.061,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88375",5,41.095938,-80.658467,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.567449,0.267168,1.2,"2013-06-21 00:00",1.15,"2013-05-28 00:00",1.11,"2013-06-15 00:00",1.05,"2013-06-09 00:00","","","","",1.2,1.2,1.11,0.974,0.715,0.563,0.246,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88376",5,41.095938,-80.658467,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.622714,0.350291,1.94,"2013-06-15 00:00",1.49,"2013-06-21 00:00",1.38,"2013-05-16 00:00",1.26,"2013-01-10 00:00","","","","",1.94,1.94,1.38,1.03,0.746,0.549,0.257,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88377",5,41.095938,-80.658467,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.474551,0.232894,1.05,"2013-01-10 00:00",0.945,"2013-06-15 00:00",0.921,"2013-06-09 00:00",0.811,"2013-06-21 00:00","","","","",1.05,1.05,0.921,0.794,0.648,0.447,0.178,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88378",5,41.095938,-80.658467,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",4,0.267837,0.205675,0.766,"2013-06-09 00:00",0.696,"2013-07-27 00:00",0.672,"2013-08-26 00:00",0.671,"2013-06-21 00:00","","","","",0.766,0.766,0.672,0.666,0.339,0.218,0.012,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88380",5,41.095938,-80.658467,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.699469,0.381839,1.67,"2013-08-20 00:00",1.5,"2013-06-09 00:00",1.4,"2013-09-19 00:00",1.3,"2013-06-21 00:00","","","","",1.67,1.67,1.4,1.25,0.925,0.7,0.214,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88383",5,41.095938,-80.658467,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.910449,0.47149,2.19,"2013-06-09 00:00",1.91,"2013-08-20 00:00",1.9,"2013-06-21 00:00",1.83,"2013-07-27 00:00","","","","",2.19,2.19,1.9,1.59,1.18,0.878,0.346,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88384",5,41.095938,-80.658467,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.056971,0.023683,0.133,"2013-10-07 00:00",0.115,"2013-10-01 00:00",0.0999,"2013-07-15 00:00",0.0908,"2013-09-19 00:00","","","","",0.133,0.133,0.0999,0.0905,0.0682,0.0533,0.0303,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88385",5,41.095938,-80.658467,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88388",5,41.095938,-80.658467,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.612796,0.402893,1.68,"2013-06-09 00:00",1.42,"2013-08-20 00:00",1.4,"2013-06-21 00:00",1.39,"2013-07-27 00:00","","","","",1.68,1.68,1.4,1.27,0.894,0.442,0.225,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88403",5,41.095938,-80.658467,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,2.416106,1.736853,9.93,"2013-09-19 00:00",5.75,"2013-06-09 00:00",5.41,"2013-09-01 00:00",5.18,"2013-08-20 00:00","","","","",9.93,9.93,5.41,4.85,3.06,1.97,0.857,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","099","0014","88501",3,41.095938,-80.658467,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8527,97,357,365,0,169,"","","Certification not required",0,10.410813,6.430118,170.4,"2013-04-26 15:00",102.5,"2013-07-04 22:00",91.2,"2013-07-04 23:00",67.2,"2013-07-05 00:00","","","","",30.1,26.7,22,18.1,12.9,9,4.5,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0014","88501",3,41.095938,-80.658467,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,10.369748,4.221645,26.2,"2013-08-30 00:00",25,"2013-09-20 00:00",24.9,"2013-04-26 00:00",24.3,"2013-09-19 00:00","","","","",24.3,22.2,19,15.5,12.5,9.8,6,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","099","0014","88502",5,41.095938,-80.658467,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,12.1,6.654478,42.9,"2013-01-28 00:00",21.8,"2013-02-03 00:00",21,"2013-07-15 00:00",20.1,"2013-09-19 00:00","","","","",42.9,42.9,21,19.7,14.1,11.3,5.3,"","345 OAKHILL AVE.","Ohio","Mahoning","Youngstown","Youngstown-Warren-Boardman, OH-PA","2014-02-14" +"39","101","0003","14103",3,40.571405,-83.135557,"WGS84","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001778,0.000716,0.00344,"2013-01-01 00:00",0.00217,"2013-08-01 00:00",0.0021,"2013-09-01 00:00",0.00197,"2013-10-01 00:00","","","","",0.00344,0.00344,0.00344,0.00344,0.0021,0.00169,0.00111,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14105",3,40.571405,-83.135557,"WGS84","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0473,0.005813,0.061,"2013-03-01 00:00",0.049,"2013-02-01 00:00",0.049,"2013-04-01 00:00",0.049,"2013-05-01 00:00","","","","",0.061,0.061,0.061,0.061,0.049,0.047,0.045,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14110",3,40.571405,-83.135557,"WGS84","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000476,0.000175,0.00082,"2013-01-01 00:00",0.00069,"2013-09-01 00:00",0.00056,"2013-08-01 00:00",0.00052,"2013-04-01 00:00","","","","",0.00082,0.00082,0.00082,0.00082,0.00056,0.00045,0.00034,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14112",3,40.571405,-83.135557,"WGS84","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.008844,0.002988,0.014,"2013-05-01 00:00",0.0122,"2013-09-01 00:00",0.00981,"2013-07-01 00:00",0.00954,"2013-06-01 00:00","","","","",0.014,0.014,0.014,0.014,0.00981,0.00942,0.00576,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14128",3,40.571405,-83.135557,"WGS84","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0208,0.008715,0.036,"2013-01-01 00:00",0.028,"2013-04-01 00:00",0.028,"2013-09-01 00:00",0.026,"2013-08-01 00:00","","","","",0.036,0.036,0.036,0.036,0.028,0.021,0.012,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14129",1,40.571405,-83.135557,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",101,100,51,61,0,1,0,0,"Certification not required",0,0.018871,0.015435,0.063,"2013-01-04 00:00",0.063,"2013-04-13 00:00",0.059,"2013-06-24 00:00",0.056,"2013-08-26 00:00","","","","",0.063,0.059,0.053,0.043,0.026,0.014,0.005,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14132",1,40.571405,-83.135557,"WGS84","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",101,100,51,61,0,1,"","","Certification not required",0,0.132772,0.108599,0.51,"2013-06-24 00:00",0.44,"2013-01-25 00:00",0.4,"2013-04-07 00:00",0.36,"2013-06-21 00:00","","","","",0.44,0.4,0.34,0.28,0.2,0.09,0.028,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14132",3,40.571405,-83.135557,"WGS84","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1241,0.041369,0.18,"2013-01-01 00:00",0.17,"2013-05-01 00:00",0.15,"2013-08-01 00:00",0.14,"2013-04-01 00:00","","","","",0.18,0.18,0.18,0.18,0.15,0.14,0.081,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14136",3,40.571405,-83.135557,"WGS84","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00473,0.001579,0.00871,"2013-01-01 00:00",0.00579,"2013-07-01 00:00",0.00467,"2013-03-01 00:00",0.00459,"2013-08-01 00:00","","","","",0.00871,0.00871,0.00871,0.00871,0.00467,0.00454,0.00363,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14142",3,40.571405,-83.135557,"WGS84","Mercury (TSP) LC","COMPOSITE DATA","","Observed Values","Hi Vol - FLAMELESS AA",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,3e-05,4.8e-05,0.0001,"2013-04-01 00:00",0.0001,"2013-08-01 00:00",0.0001,"2013-09-01 00:00",0,"2013-01-01 00:00","","","","",0.0001,0.0001,0.0001,0.0001,0.0001,0,0,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0003","14167",3,40.571405,-83.135557,"WGS84","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1124,0.049572,0.19,"2013-01-01 00:00",0.18,"2013-09-01 00:00",0.14,"2013-08-01 00:00",0.13,"2013-04-01 00:00","","","","",0.19,0.19,0.19,0.19,0.14,0.12,0.052,"PROSPECT","HAWTHORNE AVE.","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14103",3,40.576656,-83.14024,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001142,0.000499,0.00195,"2013-09-01 00:00",0.00189,"2013-08-01 00:00",0.00132,"2013-07-01 00:00",0.00126,"2013-04-01 00:00","","","","",0.00195,0.00195,0.00195,0.00195,0.00132,0.00116,0.00062,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14105",3,40.576656,-83.14024,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0463,0.003268,0.051,"2013-07-01 00:00",0.049,"2013-08-01 00:00",0.048,"2013-05-01 00:00",0.048,"2013-06-01 00:00","","","","",0.051,0.051,0.051,0.051,0.048,0.048,0.043,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14110",3,40.576656,-83.14024,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000263,0.000107,0.00044,"2013-09-01 00:00",0.00038,"2013-08-01 00:00",0.00035,"2013-06-01 00:00",0.0003,"2013-04-01 00:00","","","","",0.00044,0.00044,0.00044,0.00044,0.00035,0.00029,0.00015,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14112",3,40.576656,-83.14024,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002596,0.000923,0.00391,"2013-06-01 00:00",0.00377,"2013-09-01 00:00",0.00322,"2013-07-01 00:00",0.0032,"2013-08-01 00:00","","","","",0.00391,0.00391,0.00391,0.00391,0.00322,0.0026,0.00173,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14128",3,40.576656,-83.14024,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0069,0.002885,0.012,"2013-08-01 00:00",0.011,"2013-09-01 00:00",0.008,"2013-04-01 00:00",0.008,"2013-06-01 00:00","","","","",0.012,0.012,0.012,0.012,0.008,0.006,0.004,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14129",1,40.576656,-83.14024,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,0,0,"Certification not required",0,0.007941,0.006813,0.033,"2013-08-20 00:00",0.03,"2013-06-21 00:00",0.028,"2013-09-07 00:00",0.019,"2013-03-11 00:00","","","","",0.033,0.03,0.028,0.014,0.01,0.006,0.002,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14132",1,40.576656,-83.14024,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.034078,0.033278,0.22,"2013-06-21 00:00",0.1,"2013-08-20 00:00",0.09,"2013-05-22 00:00",0.078,"2013-09-07 00:00","","","","",0.22,0.1,0.09,0.056,0.04,0.025,0.012,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14132",3,40.576656,-83.14024,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.02566,0.01064,0.042,"2013-06-01 00:00",0.035,"2013-04-01 00:00",0.035,"2013-05-01 00:00",0.032,"2013-08-01 00:00","","","","",0.042,0.042,0.042,0.042,0.035,0.028,0.014,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14136",3,40.576656,-83.14024,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001517,0.00058,0.00241,"2013-09-01 00:00",0.00216,"2013-08-01 00:00",0.00208,"2013-07-01 00:00",0.00172,"2013-06-01 00:00","","","","",0.00241,0.00241,0.00241,0.00241,0.00208,0.0016,0.00096,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14142",3,40.576656,-83.14024,"NAD83","Mercury (TSP) LC","COMPOSITE DATA","","Observed Values","Hi Vol - FLAMELESS AA",2013,"Micrograms/cubic meter (LC)","No Events",9,75,9,12,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-03-01 00:00",0,"2013-04-01 00:00",0,"2013-05-01 00:00","","","","",0,0,0,0,0,0,0,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","101","0004","14167",3,40.576656,-83.14024,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0528,0.024339,0.093,"2013-08-01 00:00",0.093,"2013-09-01 00:00",0.059,"2013-06-01 00:00",0.056,"2013-07-01 00:00","","","","",0.093,0.093,0.093,0.093,0.059,0.055,0.03,"STORAGE RENTAL","640 BELLEFONTAINE AVENUE","Ohio","Marion","Marion","Marion, OH","2014-01-02" +"39","103","0004","44201",1,41.0604,-81.9239,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5111,100,214,214,0,25,0,0,"Certification not required",111,0.045757,0.010884,0.075,"2013-05-18 16:00",0.074,"2013-09-10 17:00",0.073,"2013-06-21 12:00",0.07,"2013-06-05 15:00","","","","",0.073,0.07,0.064,0.06,0.053,0.046,0.032,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","103","0004","44201",1,41.0604,-81.9239,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.041318,0.010639,0.069,"2013-06-21 11:00",0.066,"2013-05-18 11:00",0.066,"2013-09-10 11:00",0.065,"2013-06-05 11:00","","","","",0.066,0.063,0.06,0.055,0.049,0.041,0.027,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","103","0004","44201",1,41.0604,-81.9239,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.041318,0.010639,0.069,"2013-06-21 11:00",0.066,"2013-05-18 11:00",0.066,"2013-09-10 11:00",0.065,"2013-06-05 11:00","","","","",0.066,0.063,0.06,0.055,0.049,0.041,0.027,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2013-12-12" +"39","103","0004","68105",1,41.0604,-81.9239,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,19,"","","Certification not required",0,10.278641,11.358202,30.7,"2013-09-10 00:00",29.4,"2013-07-15 00:00",26.5,"2013-08-29 00:00",26.3,"2013-08-26 00:00","","","","",29.4,26.5,26.1,24.1,20.4,12.3,-3.8,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","103","0004","68108",1,41.0604,-81.9239,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,19,"","","Certification not required",0,734.466019,4.360733,745,"2013-01-10 00:00",744,"2013-03-08 00:00",743,"2013-11-12 00:00",742,"2013-01-07 00:00","","","","",744,743,742,740,737,734,729,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","103","0004","88101",1,41.0604,-81.9239,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,0,0,"Certification not required",0,9.170874,4.826065,27.9,"2013-01-07 00:00",23,"2013-09-10 00:00",22.5,"2013-09-19 00:00",19.4,"2013-06-24 00:00","","","","",23,22.5,17.8,15.1,12.2,8.3,4,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","103","0004","88101",1,41.0604,-81.9239,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,19,"","","Certification not required",0,9.170874,4.826065,27.9,"2013-01-07 00:00",23,"2013-09-10 00:00",22.5,"2013-09-19 00:00",19.4,"2013-06-24 00:00","","","","",23,22.5,17.8,15.1,12.2,8.3,4,"CHIPPEWA","BALLASH ROAD","Ohio","Medina","","Cleveland-Elyria-Mentor, OH","2014-02-12" +"39","105","0003","42401",1,39.03849,-82.0459,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8362,95,364,365,0,398,0,"","Certification not required",0,5.260989,7.577007,63,"2013-08-25 12:00",55,"2013-08-30 10:00",50,"2013-06-23 11:00",33,"2013-04-23 10:00","","","","",33,30,20,12,6,3,1,"MEIGS CTY_AD. B","117 MEMORIAL DRIVE","Ohio","Meigs","Pomeroy","","2014-02-12" +"39","105","0003","42401",1,39.03849,-82.0459,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8362,95,364,365,0,398,"","","Certification not required",0,1.088974,2.617272,63,"2013-08-25 12:00",55,"2013-08-30 10:00",50,"2013-06-23 11:00",50,"2013-08-25 10:00","","","","",11,8,4,2,1,1,0,"MEIGS CTY_AD. B","117 MEMORIAL DRIVE","Ohio","Meigs","Pomeroy","","2014-02-12" +"39","105","0003","42401",1,39.03849,-82.0459,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.086264,1.086876,7.5,"2013-08-25 00:00",6,"2013-04-23 00:00",5.5,"2013-07-15 00:00",5.4,"2013-06-21 00:00","","","","",5.4,4,3.3,2.4,1.4,0.8,0.1,"MEIGS CTY_AD. B","117 MEMORIAL DRIVE","Ohio","Meigs","Pomeroy","","2014-02-12" +"39","105","0003","42401",1,39.03849,-82.0459,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2539,87,360,365,0,0,"",0,"Certification not required",0,1.13013,2.282488,31.3,"2013-08-25 11:00",31.3,"2013-08-30 11:00",24.6,"2013-06-23 11:00",24.6,"2013-09-09 14:00","","","","",11.3,7.6,4.6,2.6,1,0.6,0,"MEIGS CTY_AD. B","117 MEMORIAL DRIVE","Ohio","Meigs","Pomeroy","","2014-02-12" +"39","105","0003","42406",1,39.03849,-82.0459,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8366,96,364,365,0,394,"","","Certification not required",0,1.759981,4.342344,91,"2013-06-23 12:00",88,"2013-08-25 12:00",86,"2013-06-23 11:00",77,"2013-08-30 10:00","","","","",20,13,7,3,1,1,0,"MEIGS CTY_AD. B","117 MEMORIAL DRIVE","Ohio","Meigs","Pomeroy","","2014-02-12" +"39","105","0003","62107",1,39.03849,-82.0459,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8741,100,364,365,0,19,"","","Certification not required",0,75.985128,4.547588,84,"2013-05-21 17:00",84,"2013-05-22 16:00",84,"2013-05-22 17:00",84,"2013-05-22 18:00","","","","",84,84,82,82,80,77,70,"MEIGS CTY_AD. B","117 MEMORIAL DRIVE","Ohio","Meigs","Pomeroy","","2014-02-12" +"39","109","0005","44201",1,40.08455,-84.11412,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5113,100,214,214,0,23,0,0,"Certification not required",62,0.048869,0.011177,0.08,"2013-06-21 16:00",0.076,"2013-06-05 14:00",0.076,"2013-09-09 16:00",0.073,"2013-05-15 14:00","","","","",0.076,0.073,0.067,0.063,0.057,0.049,0.034,"MIAMI EAST","3825 NORTH S. R. 589","Ohio","Miami","Casstown","Dayton, OH","2013-11-06" +"39","109","0005","44201",1,40.08455,-84.11412,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.044084,0.011007,0.072,"2013-06-21 10:00",0.071,"2013-06-05 11:00",0.07,"2013-05-15 11:00",0.07,"2013-06-20 11:00","","","","",0.07,0.067,0.061,0.058,0.052,0.045,0.029,"MIAMI EAST","3825 NORTH S. R. 589","Ohio","Miami","Casstown","Dayton, OH","2013-11-06" +"39","109","0005","44201",1,40.08455,-84.11412,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.044084,0.011007,0.072,"2013-06-21 10:00",0.071,"2013-06-05 11:00",0.07,"2013-05-15 11:00",0.07,"2013-06-20 11:00","","","","",0.07,0.067,0.061,0.058,0.052,0.045,0.029,"MIAMI EAST","3825 NORTH S. R. 589","Ohio","Miami","Casstown","Dayton, OH","2013-11-06" +"39","113","0032","68103",5,39.760659,-84.187678,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,10.09,9.839638,24.6,"2013-07-15 00:00",23.9,"2013-07-09 00:00",21.9,"2013-08-08 00:00",21.3,"2013-05-28 00:00","","","","",24.6,24.6,21.9,21.2,17.5,13.2,-1.2,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","68104",5,39.760659,-84.187678,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,19.898,11.579195,35.7,"2013-07-15 00:00",33.6,"2013-07-09 00:00",33.5,"2013-08-26 00:00",32.7,"2013-06-27 00:00","","","","",35.7,35.7,33.5,32,29.6,22.2,3.7,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","68105",1,39.760659,-84.187678,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,6,"","","Certification not required",0,12.364957,10.782196,30.5,"2013-07-18 00:00",29.6,"2013-07-15 00:00",28.2,"2013-06-12 00:00",27.5,"2013-07-09 00:00","","","","",29.6,28.2,26.4,25.4,22.2,14.3,-2.6,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","68105",2,39.760659,-84.187678,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,4,"","","Certification not required",0,12,11.619703,29.7,"2013-07-15 00:00",27.5,"2013-07-09 00:00",27.1,"2013-08-26 00:00",26.7,"2013-06-21 00:00","","","","",29.7,27.5,27.1,25.9,22.9,15.7,-3.7,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","68105",5,39.760659,-84.187678,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,14.674,10.453118,29.6,"2013-07-15 00:00",27.3,"2013-07-09 00:00",26.3,"2013-08-26 00:00",26.2,"2013-06-21 00:00","","","","",29.6,29.6,26.3,25.7,23.4,17.9,1,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","68106",5,39.760659,-84.187678,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,737.96,5.283629,748,"2013-01-22 00:00",747,"2013-01-04 00:00",747,"2013-02-09 00:00",746,"2013-10-25 00:00","","","","",748,748,747,745,741,739,731,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","68107",5,39.760659,-84.187678,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,744.28,5.368236,758,"2013-01-10 00:00",754,"2013-04-04 00:00",754,"2013-04-22 00:00",753,"2013-03-29 00:00","","","","",758,758,754,752,747,744,739,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","68108",1,39.760659,-84.187678,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,6,"","","Certification not required",0,741.863248,4.454571,754,"2013-11-24 00:00",752,"2013-11-12 00:00",751,"2013-12-12 00:00",751,"2013-12-24 00:00","","","","",752,751,750,748,745,742,736,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","68108",2,39.760659,-84.187678,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,4,"","","Certification not required",0,743.894737,6.548403,761,"2013-11-24 00:00",759,"2013-11-12 00:00",758,"2013-12-12 00:00",755,"2013-10-25 00:00","","","","",761,759,758,753,748,743,737,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","68108",5,39.760659,-84.187678,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,740.16,5.01573,750,"2013-01-10 00:00",749,"2013-01-22 00:00",749,"2013-02-09 00:00",748,"2013-01-04 00:00","","","","",750,750,749,748,743,740,733,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88101",1,39.760659,-84.187678,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,0,0,"Certification not required",0,10.265812,4.740311,26.3,"2013-01-07 00:00",23.6,"2013-01-28 00:00",22.7,"2013-02-06 00:00",19.2,"2013-01-16 00:00","","","","",23.6,22.7,18.4,16.7,13.4,9.9,4.3,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","88101",1,39.760659,-84.187678,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,"","","Certification not required",0,10.265812,4.740311,26.3,"2013-01-07 00:00",23.6,"2013-01-28 00:00",22.7,"2013-02-06 00:00",19.2,"2013-01-16 00:00","","","","",23.6,22.7,18.4,16.7,13.4,9.9,4.3,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","88101",2,39.760659,-84.187678,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,10.803509,4.740742,21.9,"2013-01-28 00:00",18.9,"2013-03-29 00:00",18.7,"2013-01-16 00:00",18.7,"2013-08-20 00:00","","","","",21.9,18.9,18.7,17.9,14.2,9.8,4.9,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","88101",2,39.760659,-84.187678,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,4,"","","Certification not required",0,10.803509,4.740742,21.9,"2013-01-28 00:00",18.9,"2013-03-29 00:00",18.7,"2013-01-16 00:00",18.7,"2013-08-20 00:00","","","","",21.9,18.9,18.7,17.9,14.2,9.8,4.9,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-24" +"39","113","0032","88102",5,39.760659,-84.187678,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.02072,0.009283,0.065,"2013-10-25 00:00",0.055,"2013-10-31 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-09 00:00","","","","",0.065,0.065,0.026,0.026,0.021,0.0195,0.014,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88103",5,39.760659,-84.187678,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0007,0.000974,0.004,"2013-04-22 00:00",0.003,"2013-06-03 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-21 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0,0,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88104",5,39.760659,-84.187678,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",35,0.02124,0.038021,0.258,"2013-07-15 00:00",0.095,"2013-06-27 00:00",0.056,"2013-09-01 00:00",0.038,"2013-01-04 00:00","","","","",0.258,0.258,0.056,0.038,0.024,0.0115,0.0065,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88107",5,39.760659,-84.187678,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006989,0.006727,0.0295,"2013-01-10 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-07-15 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88109",5,39.760659,-84.187678,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.004221,0.002907,0.0176,"2013-04-22 00:00",0.0118,"2013-01-28 00:00",0.009,"2013-02-09 00:00",0.0079,"2013-10-01 00:00","","","","",0.0176,0.0176,0.009,0.007,0.0049,0.0038,0.00115,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88110",5,39.760659,-84.187678,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00258,0.00541,0.033,"2013-08-08 00:00",0.009,"2013-03-11 00:00",0.009,"2013-05-16 00:00",0.009,"2013-06-09 00:00","","","","",0.033,0.033,0.009,0.009,0.004,0,0,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88111",5,39.760659,-84.187678,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.027928,0.020877,0.108,"2013-04-28 00:00",0.0813,"2013-07-15 00:00",0.0726,"2013-08-20 00:00",0.062,"2013-04-10 00:00","","","","",0.108,0.108,0.0726,0.0448,0.0372,0.0237,0.0068,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88112",5,39.760659,-84.187678,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00304,0.007573,0.048,"2013-09-25 00:00",0.027,"2013-10-01 00:00",0.007,"2013-07-03 00:00",0.005,"2013-03-05 00:00","","","","",0.048,0.048,0.007,0.004,0.003,0.001,0,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88113",5,39.760659,-84.187678,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.000716,0.000208,0.0015,"2013-10-01 00:00",0.0014,"2013-02-03 00:00",0.0013,"2013-05-16 00:00",0.001,"2013-01-10 00:00","","","","",0.0015,0.0015,0.0013,0.001,0.0007,0.00065,0.00055,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88114",5,39.760659,-84.187678,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",28,0.001892,0.001473,0.008,"2013-01-28 00:00",0.005,"2013-01-10 00:00",0.005,"2013-08-20 00:00",0.0042,"2013-03-23 00:00","","","","",0.008,0.008,0.005,0.0036,0.0025,0.00125,0.00065,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88115",5,39.760659,-84.187678,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",23,0.016723,0.03892,0.245,"2013-02-15 00:00",0.146,"2013-01-28 00:00",0.0338,"2013-03-23 00:00",0.0294,"2013-05-28 00:00","","","","",0.245,0.245,0.0338,0.027,0.0119,0.007,0.0039,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88117",5,39.760659,-84.187678,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.007155,0.010741,0.0435,"2013-08-20 00:00",0.043,"2013-01-10 00:00",0.043,"2013-04-10 00:00",0.043,"2013-07-15 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88118",5,39.760659,-84.187678,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009391,0.00652,0.023,"2013-01-10 00:00",0.023,"2013-04-10 00:00",0.023,"2013-07-15 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.0175,0.017,0.0055,0.0041,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88126",5,39.760659,-84.187678,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.068422,0.04367,0.182,"2013-10-01 00:00",0.177,"2013-01-28 00:00",0.157,"2013-07-15 00:00",0.154,"2013-09-25 00:00","","","","",0.182,0.182,0.157,0.149,0.0913,0.06,0.0218,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88128",5,39.760659,-84.187678,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00176,0.002782,0.017,"2013-04-22 00:00",0.006,"2013-09-25 00:00",0.005,"2013-03-23 00:00",0.005,"2013-06-09 00:00","","","","",0.017,0.017,0.005,0.004,0.003,0.001,0,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88131",5,39.760659,-84.187678,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00968,0.003155,0.0165,"2013-01-22 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-03-17 00:00",0.0165,"2013-06-15 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88132",5,39.760659,-84.187678,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00154,0.001619,0.007,"2013-01-10 00:00",0.006,"2013-09-25 00:00",0.005,"2013-07-15 00:00",0.004,"2013-05-04 00:00","","","","",0.007,0.007,0.005,0.004,0.002,0.001,0,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88136",5,39.760659,-84.187678,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00014,0.000351,0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00",0.001,"2013-06-03 00:00",0.001,"2013-07-09 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88140",5,39.760659,-84.187678,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.00887,0.011727,0.087,"2013-07-15 00:00",0.021,"2013-05-04 00:00",0.019,"2013-01-16 00:00",0.013,"2013-07-09 00:00","","","","",0.087,0.087,0.019,0.012,0.009,0.006,0.00475,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88152",5,39.760659,-84.187678,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005958,0.001731,0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88154",5,39.760659,-84.187678,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001016,0.000314,0.002,"2013-09-25 00:00",0.0016,"2013-07-21 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.002,0.002,0.0013,0.0013,0.00125,0.001,0.00065,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88160",5,39.760659,-84.187678,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.0124,0.003523,0.018,"2013-01-22 00:00",0.018,"2013-02-09 00:00",0.018,"2013-03-17 00:00",0.018,"2013-06-15 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88161",5,39.760659,-84.187678,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",42,0.003218,0.002357,0.0157,"2013-07-15 00:00",0.0086,"2013-08-08 00:00",0.0076,"2013-05-16 00:00",0.0075,"2013-08-20 00:00","","","","",0.0157,0.0157,0.0076,0.0061,0.00265,0.0025,0.0021,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88164",5,39.760659,-84.187678,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001625,0.000269,0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88165",5,39.760659,-84.187678,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.06203,0.07625,0.512,"2013-07-15 00:00",0.221,"2013-06-27 00:00",0.175,"2013-05-16 00:00",0.102,"2013-07-09 00:00","","","","",0.512,0.512,0.175,0.1,0.071,0.051,0.015,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88166",5,39.760659,-84.187678,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.008062,0.004409,0.019,"2013-06-15 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-03-17 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88167",5,39.760659,-84.187678,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",6,0.010909,0.00692,0.036,"2013-01-10 00:00",0.0228,"2013-03-29 00:00",0.021,"2013-08-20 00:00",0.0201,"2013-03-23 00:00","","","","",0.036,0.036,0.021,0.0196,0.0154,0.0105,0.00175,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88168",5,39.760659,-84.187678,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.002018,0.002518,0.0152,"2013-09-07 00:00",0.0091,"2013-03-29 00:00",0.0075,"2013-08-08 00:00",0.0058,"2013-06-03 00:00","","","","",0.0152,0.0152,0.0075,0.0047,0.00175,0.0012,0.00085,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88169",5,39.760659,-84.187678,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.9441,0.50811,2.58,"2013-08-20 00:00",1.94,"2013-08-26 00:00",1.94,"2013-09-07 00:00",1.89,"2013-06-21 00:00","","","","",2.58,2.58,1.94,1.88,1.28,0.836,0.43,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88176",5,39.760659,-84.187678,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000994,0.000193,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-03-17 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88180",5,39.760659,-84.187678,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.062588,0.027065,0.122,"2013-07-09 00:00",0.119,"2013-03-29 00:00",0.112,"2013-03-23 00:00",0.11,"2013-05-16 00:00","","","","",0.122,0.122,0.112,0.105,0.0819,0.0598,0.0298,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88184",5,39.760659,-84.187678,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",27,0.04434,0.046527,0.282,"2013-04-10 00:00",0.176,"2013-05-04 00:00",0.124,"2013-07-15 00:00",0.09,"2013-05-28 00:00","","","","",0.282,0.282,0.124,0.085,0.053,0.027,0.0155,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88185",5,39.760659,-84.187678,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.003188,0.003403,0.0115,"2013-01-22 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88301",5,39.760659,-84.187678,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.15966,0.644215,2.86,"2013-01-16 00:00",2.45,"2013-03-29 00:00",2.25,"2013-02-03 00:00",2.11,"2013-01-28 00:00","","","","",2.86,2.86,2.25,2.07,1.64,1.11,0.416,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88302",5,39.760659,-84.187678,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.11818,0.237365,1.61,"2013-08-08 00:00",0.67,"2013-09-07 00:00",0.3,"2013-04-10 00:00",0.216,"2013-03-05 00:00","","","","",1.61,1.61,0.3,0.18,0.09,0.06,0.03,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88303",5,39.760659,-84.187678,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.050246,0.028551,0.154,"2013-07-09 00:00",0.131,"2013-03-29 00:00",0.117,"2013-03-23 00:00",0.084,"2013-05-28 00:00","","","","",0.154,0.154,0.117,0.081,0.0596,0.0481,0.024,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88306",5,39.760659,-84.187678,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.71764,1.741154,7.93,"2013-01-16 00:00",6.4,"2013-03-29 00:00",5.9,"2013-03-23 00:00",5.18,"2013-02-03 00:00","","","","",7.93,7.93,5.9,4.83,2.17,1.07,0.423,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88355",5,39.760659,-84.187678,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.355833,0.88857,4.22,"2013-01-28 00:00",4.08,"2013-05-28 00:00",4.04,"2013-08-26 00:00",3.95,"2013-10-01 00:00","","","","",4.22,4.22,4.04,3.76,3.04,2.32,1.21,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88357",5,39.760659,-84.187678,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.355063,0.169604,0.892,"2013-10-01 00:00",0.813,"2013-01-10 00:00",0.773,"2013-03-29 00:00",0.589,"2013-09-25 00:00","","","","",0.892,0.892,0.773,0.579,0.428,0.331,0.176,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88370",5,39.760659,-84.187678,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.089833,0.761816,3.88,"2013-05-28 00:00",3.61,"2013-01-28 00:00",3.56,"2013-08-26 00:00",3.24,"2013-03-23 00:00","","","","",3.88,3.88,3.56,3.23,2.65,1.98,1.1,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88374",5,39.760659,-84.187678,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.196354,0.151405,0.78,"2013-08-26 00:00",0.529,"2013-10-01 00:00",0.477,"2013-05-28 00:00",0.4,"2013-03-29 00:00","","","","",0.78,0.78,0.477,0.399,0.29,0.144,0.062,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88375",5,39.760659,-84.187678,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.550917,0.206352,1.05,"2013-06-15 00:00",0.974,"2013-05-28 00:00",0.962,"2013-06-21 00:00",0.89,"2013-10-01 00:00","","","","",1.05,1.05,0.962,0.889,0.677,0.543,0.3,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88376",5,39.760659,-84.187678,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.546354,0.234407,1.09,"2013-03-23 00:00",1.05,"2013-08-26 00:00",1.04,"2013-01-28 00:00",0.948,"2013-05-28 00:00","","","","",1.09,1.09,1.04,0.91,0.671,0.515,0.272,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88377",5,39.760659,-84.187678,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.461167,0.207973,0.92,"2013-01-28 00:00",0.869,"2013-05-28 00:00",0.832,"2013-08-26 00:00",0.777,"2013-03-23 00:00","","","","",0.92,0.92,0.832,0.774,0.635,0.402,0.228,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88378",5,39.760659,-84.187678,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.334896,0.156456,0.648,"2013-07-09 00:00",0.636,"2013-10-31 00:00",0.635,"2013-06-15 00:00",0.634,"2013-06-09 00:00","","","","",0.648,0.648,0.635,0.61,0.455,0.321,0.161,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88380",5,39.760659,-84.187678,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.620646,0.305188,1.61,"2013-10-01 00:00",1.26,"2013-01-10 00:00",1.16,"2013-03-29 00:00",1.04,"2013-06-21 00:00","","","","",1.61,1.61,1.16,1.04,0.829,0.538,0.295,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88383",5,39.760659,-84.187678,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.899167,0.32034,1.75,"2013-10-01 00:00",1.51,"2013-06-21 00:00",1.45,"2013-01-28 00:00",1.32,"2013-07-09 00:00","","","","",1.75,1.75,1.45,1.31,1.14,0.864,0.471,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88384",5,39.760659,-84.187678,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.055915,0.024847,0.131,"2013-06-09 00:00",0.114,"2013-06-03 00:00",0.103,"2013-07-15 00:00",0.0993,"2013-06-27 00:00","","","","",0.131,0.131,0.103,0.0992,0.0673,0.0531,0.0306,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88385",5,39.760659,-84.187678,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.001204,0.000791,0.00506,"2013-06-03 00:00",0.00454,"2013-07-15 00:00",0.00213,"2013-06-27 00:00",0.00207,"2013-01-28 00:00","","","","",0.00506,0.00506,0.00213,0.001,0.001,0.001,0.001,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88388",5,39.760659,-84.187678,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.600625,0.232656,1.12,"2013-06-21 00:00",1.07,"2013-01-28 00:00",1.02,"2013-06-15 00:00",1,"2013-07-09 00:00","","","","",1.12,1.12,1.02,0.937,0.802,0.536,0.333,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88403",5,39.760659,-84.187678,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.60408,1.388941,6.5,"2013-08-20 00:00",5.77,"2013-09-07 00:00",5.14,"2013-06-09 00:00",5.14,"2013-06-21 00:00","","","","",6.5,6.5,5.14,5.08,3.46,2.36,1.12,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0032","88501",3,39.760659,-84.187678,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8546,98,353,365,0,214,"","","Certification not required",0,11.214088,7.288718,76,"2013-12-14 21:00",74.1,"2013-06-12 00:00",60.1,"2013-05-17 02:00",58.4,"2013-05-17 01:00","","","","",36.7,30.7,24.7,20.7,14.4,9.6,3.8,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-13" +"39","113","0032","88501",3,39.760659,-84.187678,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,"","","Certification not required",0,11.164873,5.296591,40.2,"2013-12-03 00:00",38.9,"2013-12-02 00:00",30.1,"2013-12-16 00:00",27.2,"2013-01-28 00:00","","","","",27.2,25.5,20.2,17.7,13.7,10.4,5.8,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-13" +"39","113","0032","88502",5,39.760659,-84.187678,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.534,4.120413,19.8,"2013-08-20 00:00",19.6,"2013-01-28 00:00",18.9,"2013-08-26 00:00",17.7,"2013-01-16 00:00","","","","",19.8,19.8,18.9,17.6,14.3,10.9,7.3,"LIBRARY (DAYTON PUBLIC","215 EAST THIRD ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-02-14" +"39","113","0034","42101",1,39.757871,-84.191572,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8644,99,361,365,0,116,0,0,"Certification not required",7409,0.299925,0.135087,2.1,"2013-08-20 09:00",1.8,"2013-08-20 10:00",1.6,"2013-10-28 08:00",1.5,"2013-01-08 21:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"REIBOLD","117 SOUTH MAIN ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-13" +"39","113","0034","42101",1,39.757871,-84.191572,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8676,99,361,365,0,0,0,0,"Certification not required",0,0.337195,0.10331,1.2,"2013-08-20 11:00",1.2,"2013-08-20 12:00",1.2,"2013-08-20 13:00",1.2,"2013-12-02 02:00",1.2,"2013-08-20 11:00",1.2,"2013-12-02 02:00",0.8,0.7,0.6,0.5,0.3,0.3,0.3,"REIBOLD","117 SOUTH MAIN ST.","Ohio","Montgomery","Dayton","Dayton, OH","2014-01-13" +"39","113","0037","44201",1,39.78563,-84.13437,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4971,97,208,214,0,165,0,0,"Certification not required",293,0.049692,0.012036,0.083,"2013-09-09 16:00",0.083,"2013-09-10 16:00",0.076,"2013-08-12 15:00",0.075,"2013-06-20 15:00","","","","",0.076,0.074,0.07,0.065,0.057,0.049,0.034,"EASTWOOD","1401 Harshman Road","Ohio","Montgomery","Dayton","Dayton, OH","2013-11-06" +"39","113","0037","44201",1,39.78563,-84.13437,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4985,97,207,214,0,0,0,0,"Certification not required",0,0.04444,0.011607,0.074,"2013-09-09 11:00",0.072,"2013-09-10 11:00",0.071,"2013-05-15 12:00",0.069,"2013-06-20 11:00","","","","",0.071,0.068,0.062,0.06,0.052,0.046,0.029,"EASTWOOD","1401 Harshman Road","Ohio","Montgomery","Dayton","Dayton, OH","2013-11-06" +"39","113","0037","44201",1,39.78563,-84.13437,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4985,97,207,214,0,0,0,0,"Certification not required",0,0.04444,0.011607,0.074,"2013-09-09 11:00",0.072,"2013-09-10 11:00",0.071,"2013-05-15 12:00",0.069,"2013-06-20 11:00","","","","",0.071,0.068,0.062,0.06,0.052,0.046,0.029,"EASTWOOD","1401 Harshman Road","Ohio","Montgomery","Dayton","Dayton, OH","2013-11-06" +"39","113","7001","14103",3,39.71451,-84.21798,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000975,0.000225,0.00128,"2013-10-01 00:00",0.00122,"2013-09-01 00:00",0.00117,"2013-08-01 00:00",0.00103,"2013-06-01 00:00","","","","",0.00128,0.00128,0.00128,0.00128,0.00117,0.00101,0.00074,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14105",3,39.71451,-84.21798,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0551,0.002846,0.056,"2013-01-01 00:00",0.056,"2013-02-01 00:00",0.056,"2013-03-01 00:00",0.056,"2013-04-01 00:00","","","","",0.056,0.056,0.056,0.056,0.056,0.056,0.056,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14110",3,39.71451,-84.21798,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00018,5.2e-05,0.00027,"2013-06-01 00:00",0.00024,"2013-01-01 00:00",0.0002,"2013-09-01 00:00",0.00019,"2013-02-01 00:00","","","","",0.00027,0.00027,0.00027,0.00027,0.0002,0.00019,0.00011,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14112",3,39.71451,-84.21798,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001336,0.000363,0.00205,"2013-01-01 00:00",0.00174,"2013-08-01 00:00",0.00151,"2013-09-01 00:00",0.0015,"2013-04-01 00:00","","","","",0.00205,0.00205,0.00205,0.00205,0.00151,0.00134,0.00099,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14128",3,39.71451,-84.21798,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0034,0.000843,0.005,"2013-01-01 00:00",0.004,"2013-03-01 00:00",0.004,"2013-04-01 00:00",0.004,"2013-09-01 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.003,0.003,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14129",1,39.71451,-84.21798,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,0.003625,0.002032,0.013,"2013-03-23 00:00",0.008,"2013-01-16 00:00",0.008,"2013-04-22 00:00",0.007,"2013-03-29 00:00","","","","",0.013,0.008,0.008,0.006,0.004,0.003,0.002,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14129",2,39.71451,-84.21798,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,0,0,"Certification not required",0,0.003563,0.001967,0.013,"2013-03-23 00:00",0.007,"2013-01-16 00:00",0.006,"2013-01-10 00:00",0.006,"2013-03-29 00:00","","","","",0.013,0.013,0.006,0.006,0.005,0.003,0.002,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14132",3,39.71451,-84.21798,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0104,0.00388,0.017,"2013-05-01 00:00",0.014,"2013-01-01 00:00",0.014,"2013-08-01 00:00",0.013,"2013-04-01 00:00","","","","",0.017,0.017,0.017,0.017,0.014,0.01,0.0062,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14136",3,39.71451,-84.21798,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001112,0.000275,0.00158,"2013-08-01 00:00",0.00153,"2013-01-01 00:00",0.00127,"2013-07-01 00:00",0.00119,"2013-09-01 00:00","","","","",0.00158,0.00158,0.00158,0.00158,0.00127,0.00102,0.00085,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","14167",3,39.71451,-84.21798,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0295,0.006502,0.042,"2013-01-01 00:00",0.038,"2013-08-01 00:00",0.032,"2013-09-01 00:00",0.029,"2013-02-01 00:00","","","","",0.042,0.042,0.042,0.042,0.032,0.029,0.022,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-02" +"39","113","7001","81102",1,39.71451,-84.21798,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,18.1,7.317729,33,"2013-08-20 00:00",32,"2013-05-28 00:00",32,"2013-06-21 00:00",31,"2013-03-23 00:00","","","","",33,32,32,30,22,18,9,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-13" +"39","113","7001","81102",2,39.71451,-84.21798,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,17.929825,7.017477,32,"2013-06-21 00:00",32,"2013-08-20 00:00",31,"2013-05-28 00:00",29,"2013-05-16 00:00","","","","",32,32,31,28,22,18,9,"MORAIINE FS","2728 VIKING LANE","Ohio","Montgomery","Moraine","Dayton, OH","2014-01-13" +"39","115","0004","42401",1,39.63223,-81.67005,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8222,94,356,365,0,538,18,"","Certification not required",0,16.525281,31.794533,379,"2013-07-21 12:00",185,"2013-04-23 11:00",133,"2013-11-28 12:00",124,"2013-09-29 11:00","","","","",124,98,75,49,15,5,1,"HACKNEY","S.R. 83","Ohio","Morgan","","","2014-02-12" +"39","115","0004","42401",1,39.63223,-81.67005,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8222,94,356,365,0,538,"","","Certification not required",0,3.459742,10.094085,379,"2013-07-21 12:00",185,"2013-04-23 11:00",176,"2013-04-23 09:00",154,"2013-04-23 12:00","","","","",49,27,10,6,3,1,0,"HACKNEY","S.R. 83","Ohio","Morgan","","","2014-02-12" +"39","115","0004","42401",1,39.63223,-81.67005,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,3.432303,4.518363,41.3,"2013-07-21 00:00",39.3,"2013-04-23 00:00",22.9,"2013-04-18 00:00",21.8,"2013-10-05 00:00","","","","",21.8,14.8,12.4,8,4,2.1,0.6,"HACKNEY","S.R. 83","Ohio","Morgan","","","2014-02-12" +"39","115","0004","42401",1,39.63223,-81.67005,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2495,85,354,365,0,0,"",0,"Certification not required",0,3.575271,8.894078,178,"2013-07-21 14:00",169.6,"2013-04-23 11:00",85,"2013-07-21 11:00",81.6,"2013-10-05 14:00","","","","",43.6,29,12,6,3,1.6,0,"HACKNEY","S.R. 83","Ohio","Morgan","","","2014-02-12" +"39","115","0004","42406",1,39.63223,-81.67005,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8224,94,356,365,0,536,"","","Certification not required",0,6.347033,21.991584,517,"2013-07-21 12:00",385,"2013-04-23 09:00",312,"2013-11-28 12:00",307,"2013-04-23 11:00","","","","",113,73,19,8,3,2,1,"HACKNEY","S.R. 83","Ohio","Morgan","","","2014-02-12" +"39","115","0004","62107",1,39.63223,-81.67005,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",8597,98,356,365,0,163,"","","Certification not required",0,73.40456,6.763926,109,"2013-07-16 15:00",107,"2013-07-16 13:00",107,"2013-07-16 14:00",107,"2013-07-16 16:00","","","","",91,84,82,80,77,75,64,"HACKNEY","S.R. 83","Ohio","Morgan","","","2014-02-12" +"39","121","8001","85101",1,39.940029,-81.3387,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,12.263427,5.516351,28.957,"2013-05-28 00:00",28.4559,"2013-01-07 00:00",24.859,"2013-05-31 00:00",23.2587,"2013-05-16 00:00","","","","",28.957,28.4559,24.859,18.2767,14.7405,11.5624,7.063,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","86502",1,39.940029,-81.3387,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5,3.949684,18,"2013-05-28 00:00",16,"2013-05-31 00:00",12,"2013-05-16 00:00",12,"2013-05-22 00:00","","","","",18,16,12,10,7,4,1,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88103",1,39.940029,-81.3387,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000333,0.000589,0.003,"2013-03-05 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.001,0.001,0.001,0.001,0,0,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88104",1,39.940029,-81.3387,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.025895,0.036707,0.2603,"2013-04-25 00:00",0.0711,"2013-05-16 00:00",0.0584,"2013-04-28 00:00",0.0523,"2013-04-04 00:00","","","","",0.2603,0.0711,0.0584,0.048,0.0273,0.017,0.0079,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88109",1,39.940029,-81.3387,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002788,0.001505,0.007,"2013-01-01 00:00",0.0061,"2013-01-07 00:00",0.006,"2013-01-28 00:00",0.0053,"2013-03-23 00:00","","","","",0.007,0.0061,0.006,0.0048,0.0037,0.0022,0.0014,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88111",1,39.940029,-81.3387,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.023645,0.015586,0.0729,"2013-04-04 00:00",0.0615,"2013-04-07 00:00",0.0557,"2013-04-10 00:00",0.055,"2013-05-16 00:00","","","","",0.0729,0.0615,0.0557,0.0431,0.0341,0.0191,0.0086,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88112",1,39.940029,-81.3387,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000176,0.000385,0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-25 00:00",0.001,"2013-02-03 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88114",1,39.940029,-81.3387,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.000771,0.000557,0.0036,"2013-04-04 00:00",0.0021,"2013-01-16 00:00",0.0016,"2013-01-25 00:00",0.0016,"2013-03-05 00:00","","","","",0.0036,0.0021,0.0016,0.0013,0.0009,0.0007,0.0003,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88115",1,39.940029,-81.3387,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.001584,0.001132,0.0041,"2013-01-28 00:00",0.0041,"2013-03-05 00:00",0.004,"2013-01-07 00:00",0.0036,"2013-04-10 00:00","","","","",0.0041,0.0041,0.004,0.0032,0.0025,0.0013,0.0003,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88126",1,39.940029,-81.3387,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025273,0.017629,0.1095,"2013-04-25 00:00",0.0594,"2013-05-16 00:00",0.051,"2013-04-07 00:00",0.0482,"2013-04-04 00:00","","","","",0.1095,0.0594,0.051,0.0465,0.0341,0.0184,0.0099,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88128",1,39.940029,-81.3387,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002078,0.001521,0.008,"2013-02-12 00:00",0.007,"2013-01-16 00:00",0.005,"2013-03-17 00:00",0.004,"2013-01-28 00:00","","","","",0.008,0.007,0.005,0.003,0.003,0.002,0.001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88132",1,39.940029,-81.3387,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002196,0.002408,0.011,"2013-05-10 00:00",0.009,"2013-01-13 00:00",0.009,"2013-01-19 00:00",0.007,"2013-05-22 00:00","","","","",0.011,0.009,0.009,0.005,0.003,0.001,0.001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88136",1,39.940029,-81.3387,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-01-16 00:00",0.001,"2013-01-25 00:00",0.001,"2013-03-05 00:00",0.001,"2013-05-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88140",1,39.940029,-81.3387,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.008125,0.009262,0.0535,"2013-04-10 00:00",0.0235,"2013-05-16 00:00",0.0225,"2013-05-04 00:00",0.0186,"2013-05-19 00:00","","","","",0.0535,0.0235,0.0225,0.0181,0.0109,0.0062,0.001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88152",1,39.940029,-81.3387,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.001505,0.001952,0.0064,"2013-05-22 00:00",0.0063,"2013-04-07 00:00",0.0057,"2013-02-09 00:00",0.0054,"2013-02-06 00:00","","","","",0.0064,0.0063,0.0057,0.0052,0.0025,0.0007,0.0001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88154",1,39.940029,-81.3387,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000798,0.000845,0.0046,"2013-01-25 00:00",0.0036,"2013-01-10 00:00",0.0025,"2013-01-16 00:00",0.002,"2013-05-16 00:00","","","","",0.0046,0.0036,0.0025,0.0016,0.0009,0.0005,0.0002,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88161",1,39.940029,-81.3387,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001796,0.001802,0.0119,"2013-04-25 00:00",0.0047,"2013-05-16 00:00",0.0045,"2013-04-07 00:00",0.004,"2013-04-04 00:00","","","","",0.0119,0.0047,0.0045,0.003,0.0023,0.0014,0.0005,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88164",1,39.940029,-81.3387,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000276,0.000296,0.0016,"2013-01-25 00:00",0.0011,"2013-01-10 00:00",0.0009,"2013-04-10 00:00",0.0007,"2013-04-04 00:00","","","","",0.0016,0.0011,0.0009,0.0006,0.0004,0.0002,0.0001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88165",1,39.940029,-81.3387,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.057484,0.076874,0.53,"2013-04-25 00:00",0.1753,"2013-05-16 00:00",0.1394,"2013-04-07 00:00",0.1234,"2013-04-04 00:00","","","","",0.53,0.1753,0.1394,0.0939,0.077,0.0396,0.0132,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88167",1,39.940029,-81.3387,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.006771,0.004046,0.0187,"2013-01-16 00:00",0.0182,"2013-01-10 00:00",0.015,"2013-01-07 00:00",0.0141,"2013-03-05 00:00","","","","",0.0187,0.0182,0.015,0.0128,0.0089,0.0062,0.0022,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88168",1,39.940029,-81.3387,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000264,0.000163,0.0007,"2013-05-04 00:00",0.0006,"2013-04-10 00:00",0.0006,"2013-04-19 00:00",0.0006,"2013-04-25 00:00","","","","",0.0007,0.0006,0.0006,0.0005,0.0003,0.0002,0.0001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88169",1,39.940029,-81.3387,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.661247,0.248632,1.2385,"2013-01-07 00:00",1.1714,"2013-03-17 00:00",1.0532,"2013-05-16 00:00",1.0381,"2013-01-16 00:00","","","","",1.2385,1.1714,1.0532,0.9927,0.8722,0.656,0.3421,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88176",1,39.940029,-81.3387,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000169,8.6e-05,0.0005,"2013-04-25 00:00",0.0005,"2013-05-25 00:00",0.0003,"2013-03-08 00:00",0.0003,"2013-03-17 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.00015,0.00015,0.0001,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88180",1,39.940029,-81.3387,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.035755,0.016315,0.099,"2013-04-25 00:00",0.0618,"2013-01-28 00:00",0.0585,"2013-01-16 00:00",0.0578,"2013-01-10 00:00","","","","",0.099,0.0618,0.0585,0.0547,0.0478,0.0332,0.0182,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88184",1,39.940029,-81.3387,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.034937,0.041356,0.2356,"2013-04-10 00:00",0.1112,"2013-05-04 00:00",0.1,"2013-05-31 00:00",0.097,"2013-05-07 00:00","","","","",0.2356,0.1112,0.1,0.0864,0.0477,0.0181,0.0019,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88185",1,39.940029,-81.3387,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000686,0.000358,0.0021,"2013-01-28 00:00",0.0018,"2013-04-01 00:00",0.0016,"2013-05-22 00:00",0.0015,"2013-03-05 00:00","","","","",0.0021,0.0018,0.0016,0.001,0.00065,0.00065,0.00035,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88203",1,39.940029,-81.3387,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.032756,0.024454,0.099,"2013-01-22 00:00",0.0901,"2013-04-10 00:00",0.09,"2013-01-07 00:00",0.0805,"2013-02-03 00:00","","","","",0.099,0.0901,0.09,0.0729,0.0441,0.0258,0.0094,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88306",1,39.940029,-81.3387,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.300043,1.636943,9.1834,"2013-01-07 00:00",4.419,"2013-03-23 00:00",4.3638,"2013-02-06 00:00",3.3197,"2013-02-24 00:00","","","","",9.1834,4.419,4.3638,3.2488,1.838,0.6917,0.1514,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88320",1,39.940029,-81.3387,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.861961,0.490526,2.17,"2013-05-28 00:00",2.11,"2013-01-28 00:00",1.96,"2013-05-16 00:00",1.7,"2013-04-07 00:00","","","","",2.17,2.11,1.96,1.55,1.12,0.75,0.35,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88321",1,39.940029,-81.3387,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.23549,0.142651,0.71,"2013-01-13 00:00",0.57,"2013-01-28 00:00",0.54,"2013-01-16 00:00",0.49,"2013-03-05 00:00","","","","",0.71,0.57,0.54,0.42,0.32,0.19,0.11,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88324",1,39.940029,-81.3387,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.022036,0.010166,0.0653,"2013-01-16 00:00",0.0441,"2013-02-06 00:00",0.0393,"2013-04-07 00:00",0.0347,"2013-03-29 00:00","","","","",0.0653,0.0441,0.0393,0.03185,0.0284,0.0165,0.0102,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88325",1,39.940029,-81.3387,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.198369,0.126228,0.5505,"2013-05-16 00:00",0.5116,"2013-05-28 00:00",0.4966,"2013-01-28 00:00",0.4818,"2013-05-31 00:00","","","","",0.5505,0.5116,0.4966,0.355,0.2512,0.1591,0.08,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88326",1,39.940029,-81.3387,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.190331,0.153602,0.8365,"2013-05-28 00:00",0.5301,"2013-05-16 00:00",0.4818,"2013-01-28 00:00",0.4477,"2013-05-31 00:00","","","","",0.8365,0.5301,0.4818,0.364,0.243,0.167,0.03595,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88327",1,39.940029,-81.3387,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.177484,0.102605,0.4595,"2013-01-28 00:00",0.4042,"2013-03-23 00:00",0.4013,"2013-05-16 00:00",0.3829,"2013-05-28 00:00","","","","",0.4595,0.4042,0.4013,0.306,0.238,0.1668,0.0814,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88328",1,39.940029,-81.3387,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.279002,0.13155,0.6279,"2013-01-28 00:00",0.5619,"2013-04-07 00:00",0.5605,"2013-01-07 00:00",0.5359,"2013-01-16 00:00","","","","",0.6279,0.5619,0.5605,0.4382,0.3609,0.273,0.144,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88329",1,39.940029,-81.3387,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.461596,0.257601,1.1195,"2013-01-28 00:00",1.027,"2013-01-13 00:00",1.0059,"2013-01-16 00:00",0.9369,"2013-01-07 00:00","","","","",1.1195,1.027,1.0059,0.8594,0.6181,0.415,0.2034,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88330",1,39.940029,-81.3387,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.052231,0.021446,0.1139,"2013-02-27 00:00",0.1111,"2013-03-17 00:00",0.0842,"2013-03-14 00:00",0.0825,"2013-03-11 00:00","","","","",0.1139,0.1111,0.0842,0.079,0.0672,0.0501,0.0287,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88331",1,39.940029,-81.3387,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000369,0.002103,0.015,"2013-05-16 00:00",0.0016,"2013-03-02 00:00",0.0006,"2013-03-11 00:00",0.0001,"2013-01-16 00:00","","","","",0.015,0.0016,0.0006,0.0001,0.0001,0,0,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88338",1,39.940029,-81.3387,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.017842,0.010974,0.079,"2013-02-24 00:00",0.0503,"2013-02-21 00:00",0.0303,"2013-04-04 00:00",0.02435,"2013-02-03 00:00","","","","",0.079,0.0503,0.0303,0.02425,0.01675,0.0157,0.01095,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88339",1,39.940029,-81.3387,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.72761,1.025609,5.10869,"2013-01-07 00:00",4.83182,"2013-03-17 00:00",4.34424,"2013-05-16 00:00",4.28204,"2013-01-16 00:00","","","","",5.10869,4.83182,4.34424,4.09489,3.59795,2.70612,1.41096,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88344",1,39.940029,-81.3387,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.677055,2.111661,11.8466,"2013-01-07 00:00",5.7006,"2013-03-23 00:00",5.6293,"2013-02-06 00:00",4.2824,"2013-02-24 00:00","","","","",11.8466,5.7006,5.6293,4.191,2.371,0.8923,0.1953,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88348",1,39.940029,-81.3387,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.303039,0.325417,2.24,"2013-04-25 00:00",0.8354,"2013-05-16 00:00",0.6852,"2013-04-07 00:00",0.6654,"2013-04-04 00:00","","","","",2.24,0.8354,0.6852,0.4911,0.3717,0.2298,0.0905,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88350",1,39.940029,-81.3387,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.55159,0.88299,3.9101,"2013-05-28 00:00",3.7975,"2013-01-28 00:00",3.5298,"2013-05-16 00:00",3.0645,"2013-04-07 00:00","","","","",3.9101,3.7975,3.5298,2.7916,2.0243,1.3531,0.6246,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88403",1,39.940029,-81.3387,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.030206,0.836494,4.8748,"2013-01-07 00:00",3.8273,"2013-03-17 00:00",3.1633,"2013-02-24 00:00",3.1324,"2013-05-16 00:00","","","","",4.8748,3.8273,3.1633,3.0129,2.432,1.9469,1.045,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","8001","88502",1,39.940029,-81.3387,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.74902,3.63254,23.5,"2013-01-07 00:00",11.7,"2013-02-06 00:00",11.2,"2013-05-16 00:00",11.1,"2013-01-01 00:00","","","","",23.5,11.7,11.2,11,8.5,5.9,3.3,"ST JOHNS ROAD QUAKER CITY, OH","ST JOHNS ROAD QUAKER CITY","Ohio","Noble","","","2014-01-28" +"39","121","9991","44201",1,39.9428,-81.3373,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7385,92,197,214,0,631,0,0,"Certification not required",0,0.048797,0.009835,0.076,"2013-05-15 16:00",0.075,"2013-06-20 20:00",0.074,"2013-06-21 14:00",0.072,"2013-09-09 16:00","","","","",0.075,0.072,0.065,0.061,0.056,0.049,0.042,"Quaker City","58163 St. Johns Rd, Quaker City, OH 43773","Ohio","Noble","","","2014-01-31" +"39","121","9991","44201",1,39.9428,-81.3373,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7438,90,193,214,0,0,0,0,"Certification not required",0,0.044513,0.009746,0.073,"2013-05-15 13:00",0.069,"2013-06-20 13:00",0.069,"2013-06-21 10:00",0.063,"2013-03-30 12:00","","","","",0.069,0.063,0.06,0.057,0.052,0.045,0.039,"Quaker City","58163 St. Johns Rd, Quaker City, OH 43773","Ohio","Noble","","","2014-01-31" +"39","121","9991","44201",1,39.9428,-81.3373,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7438,90,193,214,0,0,0,0,"Certification not required",0,0.044513,0.009746,0.073,"2013-05-15 13:00",0.069,"2013-06-20 13:00",0.069,"2013-06-21 10:00",0.063,"2013-03-30 12:00","","","","",0.069,0.063,0.06,0.057,0.052,0.045,0.039,"Quaker City","58163 St. Johns Rd, Quaker City, OH 43773","Ohio","Noble","","","2014-01-31" +"39","123","0006","12105",1,41.479182,-83.220425,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",52,100,48,52,0,0,"","","Certification not required",0,0.438462,0.676831,3.4,"2013-01-22 00:00",2.4,"2013-04-23 00:00",2,"2013-01-01 00:00",2,"2013-01-08 00:00","","","","",3.4,2.4,2,1.2,0.2,0.2,0.2,"SITE 3 VILLHAUER, HARRIS TOWNSHIP","2517 ST. RT. 590","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0007","12105",1,41.486126,-83.20209,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",52,100,48,52,0,0,"","","Certification not required",0,0.196154,0.048351,0.4,"2013-11-05 00:00",0.3,"2013-01-01 00:00",0.3,"2013-05-28 00:00",0.2,"2013-01-08 00:00","","","","",0.4,0.3,0.3,0.2,0.2,0.2,0.1,"SITE 8, WILLET, HARRIS TOWNSHIP","2124 S. SLEMMER PORTAGE RD.","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0008","12105",1,41.496126,-83.190701,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",52,100,48,52,0,0,"","","Certification not required",0,0.205769,0.063904,0.5,"2013-07-16 00:00",0.5,"2013-08-13 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-08 00:00","","","","",0.5,0.5,0.2,0.2,0.2,0.2,0.2,"SITE 9, BITTERS, HARRIS TOWNSHIP","1338 S. PORTAGE RIVER RD.","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0009","12105",1,41.539182,-83.212091,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",51,98,47,52,0,0,"","","Certification not required",0,0.207843,0.074413,0.7,"2013-08-13 00:00",0.3,"2013-05-28 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-08 00:00","","","","",0.7,0.3,0.2,0.2,0.2,0.2,0.2,"SITE 11, DEHRING","14405 WEST TRUE RD.","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0010","12105",1,41.492515,-83.231258,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",51,98,47,52,0,0,"","","Certification not required",0,0.203922,0.048829,0.5,"2013-07-16 00:00",0.3,"2013-05-28 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-08 00:00","","","","",0.5,0.3,0.2,0.2,0.2,0.2,0.2,"SITE 12,SHAW, HARRIS TOWNSHIP","15473 W. ST. RT. 105","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0011","12105",1,41.493111,-83.223111,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",52,100,48,52,0,0,"","","Certification not required",0,0.376923,0.481263,2.8,"2013-06-18 00:00",2.2,"2013-11-05 00:00",1,"2013-04-30 00:00",0.9,"2013-02-12 00:00","","","","",2.8,2.2,1,0.8,0.3,0.2,0.2,"SITE 19, PAULE, HARRIS TOWNSHIP","14850 ST. RT. 105","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0012","12105",1,41.495848,-83.206812,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",52,100,48,52,0,0,"","","Certification not required",0,0.732692,2.035443,11.6,"2013-11-12 00:00",9,"2013-01-08 00:00",3.8,"2013-01-01 00:00",2.5,"2013-01-15 00:00","","","","",11.6,9,3.8,0.5,0.3,0.2,0.2,"SITE 13, RAY'S ELECTRONICS, COLOCATED MONITOR","14244 W. ST RT. 105","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0013","12105",1,41.496959,-83.20209,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",47,90,43,52,0,0,"","","Certification not required",0,0.361702,0.857842,5.3,"2013-11-12 00:00",2.9,"2013-01-01 00:00",1.3,"2013-02-12 00:00",0.6,"2013-02-05 00:00","","","","",5.3,5.3,1.3,0.5,0.2,0.1,0.1,"SITE 15, PETERS","14028 W. ST. RT. 105","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","123","0014","12105",1,41.494737,-83.214313,"NAD83","Beryllium (TSP) STP","COMPOSITE DATA","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",52,100,48,52,0,0,"","","Certification not required",0,0.476923,0.463412,2.3,"2013-06-18 00:00",1.9,"2013-07-02 00:00",1.5,"2013-01-01 00:00",1.5,"2013-04-16 00:00","","","","",2.3,1.9,1.5,1,0.6,0.3,0.2,"SITE 18, GOETZ","14681 W. ST. RT. 105","Ohio","Ottawa","","Toledo, OH","2014-01-22" +"39","133","0002","68105",1,41.1644,-81.2352,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,31,"","","Certification not required",0,13.249451,9.664878,29.4,"2013-07-18 00:00",28,"2013-07-15 00:00",28,"2013-09-10 00:00",26.7,"2013-06-24 00:00","","","","",29.4,28,26,24.4,21.2,15.2,-1.1,"RAVENNA","531 WASHINGTON","Ohio","Portage","Ravenna","Akron, OH","2014-02-12" +"39","133","0002","68108",1,41.1644,-81.2352,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,91,122,0,31,"","","Certification not required",0,732.56044,4.719249,743,"2013-03-08 00:00",743,"2013-11-12 00:00",742,"2013-11-21 00:00",741,"2013-02-21 00:00","","","","",743,743,741,739,737,732,727,"RAVENNA","531 WASHINGTON","Ohio","Portage","Ravenna","Akron, OH","2014-02-12" +"39","133","0002","88101",1,41.1644,-81.2352,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,31,0,0,"Certification not required",0,9.09011,4.733828,29.9,"2013-01-07 00:00",23.3,"2013-09-10 00:00",21.5,"2013-09-19 00:00",18.7,"2013-07-27 00:00","","","","",29.9,23.3,17.9,14.7,11.9,8.2,4.5,"RAVENNA","531 WASHINGTON","Ohio","Portage","Ravenna","Akron, OH","2014-02-12" +"39","133","0002","88101",1,41.1644,-81.2352,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,31,"","","Certification not required",0,9.09011,4.733828,29.9,"2013-01-07 00:00",23.3,"2013-09-10 00:00",21.5,"2013-09-19 00:00",18.7,"2013-07-27 00:00","","","","",29.9,23.3,17.9,14.7,11.9,8.2,4.5,"RAVENNA","531 WASHINGTON","Ohio","Portage","Ravenna","Akron, OH","2014-02-12" +"39","133","1001","44201",1,41.182466,-81.330486,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4860,98,210,214,0,276,0,0,"Certification not required",476,0.034733,0.013528,0.077,"2013-08-21 14:00",0.074,"2013-09-10 16:00",0.067,"2013-06-21 15:00",0.067,"2013-09-11 12:00","","","","",0.067,0.064,0.057,0.053,0.044,0.034,0.018," ROCKWELL","1570 RAVENNA RD.","Ohio","Portage","","Akron, OH","2013-12-12" +"39","133","1001","44201",1,41.182466,-81.330486,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,98,210,214,0,0,0,0,"Certification not required",0,0.029362,0.012746,0.067,"2013-09-10 10:00",0.061,"2013-08-21 09:00",0.059,"2013-06-21 10:00",0.058,"2013-09-11 11:00","","","","",0.059,0.055,0.052,0.047,0.038,0.029,0.014," ROCKWELL","1570 RAVENNA RD.","Ohio","Portage","","Akron, OH","2013-12-12" +"39","133","1001","44201",1,41.182466,-81.330486,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5073,98,210,214,0,0,0,0,"Certification not required",0,0.029362,0.012746,0.067,"2013-09-10 10:00",0.061,"2013-08-21 09:00",0.059,"2013-06-21 10:00",0.058,"2013-09-11 11:00","","","","",0.059,0.055,0.052,0.047,0.038,0.029,0.014," ROCKWELL","1570 RAVENNA RD.","Ohio","Portage","","Akron, OH","2013-12-12" +"39","135","1001","42101",1,39.83562,-84.72049,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7256,83,316,365,0,1504,0,0,"Certification not required",9,0.167445,0.059603,2.14,"2013-10-28 05:00",1.56,"2013-01-10 06:00",0.89,"2013-05-01 05:00",0.87,"2013-10-09 05:00","","","","",0.33,0.29,0.25,0.22,0.19,0.16,0.11,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42101",1,39.83562,-84.72049,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",7635,87,311,365,0,0,0,0,"Certification not required",0,0.167413,0.056014,0.5,"2013-10-28 05:00",0.5,"2013-10-28 06:00",0.5,"2013-10-28 07:00",0.5,"2013-10-28 08:00",0.5,"2013-10-28 05:00",0.4,"2013-01-02 10:00",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42401",1,39.83562,-84.72049,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",7689,88,337,365,0,1071,0,"","Certification not required",0,3.55816,4.382195,17.8,"2013-12-25 09:00",16.4,"2013-02-10 09:00",16.1,"2013-03-11 10:00",15.5,"2013-02-04 09:00","","","","",15.5,14.2,12.8,11.3,6.7,0.8,0.6,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42401",1,39.83562,-84.72049,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",7689,88,337,365,0,1071,"","","Certification not required",0,0.810027,1.522475,17.8,"2013-12-25 09:00",16.4,"2013-02-10 09:00",16.1,"2013-03-11 10:00",15.5,"2013-02-04 09:00","","","","",9.2,5.6,2.9,1.9,0.7,0.4,0.1,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42401",1,39.83562,-84.72049,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",337,92,337,365,0,0,0,"","Certification not required",0,0.810979,0.886455,6.1,"2013-12-13 00:00",4.7,"2013-01-25 00:00",4.4,"2013-12-25 00:00",4.3,"2013-02-07 00:00","","","","",4.3,3.8,2.6,2,0.9,0.4,0.2,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42401",1,39.83562,-84.72049,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2361,81,323,365,0,0,"",0,"Certification not required",0,0.686192,1.099,12.2,"2013-02-10 11:00",10.9,"2013-12-18 20:00",10.2,"2013-01-25 17:00",9.9,"2013-12-25 11:00","","","","",5.7,4,2.7,1.7,0.6,0.4,0.1,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42406",1,39.83562,-84.72049,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",7582,87,334,365,0,1178,"","","Certification not required",0,1.037431,1.880009,35.2,"2013-03-11 10:00",34.1,"2013-02-07 05:00",25.2,"2013-02-09 05:00",24.7,"2013-02-10 05:00","","","","",9,5.7,3.4,2.1,0.9,0.6,0.2,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42600",1,39.83562,-84.72049,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",6628,76,284,365,0,2132,"","","Certification not required",0,11.443165,13.414534,156.1,"2013-10-08 06:00",152.1,"2013-10-28 07:00",146.3,"2013-01-10 04:00",130.9,"2013-10-08 01:00","","","","",74.5,57.2,34.7,22.9,12.5,7.6,2.9,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","42601",1,39.83562,-84.72049,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",6689,76,287,365,0,2071,"","","Certification not required",0,1.092062,3.532894,103.6,"2013-01-10 04:00",75,"2013-03-04 06:00",74.5,"2013-01-10 03:00",68.4,"2013-03-29 05:00","","","","",12.5,7.1,4,2.2,0.6,0.4,0.1,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","44201",1,39.83562,-84.72049,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8529,97,207,214,0,231,0,0,"Certification not required",362,0.048425,0.011456,0.074,"2013-06-20 16:00",0.073,"2013-06-21 15:00",0.072,"2013-05-15 12:00",0.071,"2013-06-05 14:00","","","","",0.072,0.07,0.066,0.062,0.058,0.049,0.041,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","44201",1,39.83562,-84.72049,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8556,97,207,214,0,0,0,0,"Certification not required",0,0.043401,0.010938,0.069,"2013-05-15 10:00",0.068,"2013-06-21 10:00",0.067,"2013-06-05 10:00",0.067,"2013-06-20 11:00","","","","",0.067,0.066,0.061,0.057,0.053,0.045,0.037,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","44201",1,39.83562,-84.72049,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8556,97,207,214,0,0,0,0,"Certification not required",0,0.043401,0.010938,0.069,"2013-05-15 10:00",0.068,"2013-06-21 10:00",0.067,"2013-06-05 10:00",0.067,"2013-06-20 11:00","","","","",0.067,0.066,0.061,0.057,0.053,0.045,0.037,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","61103",1,39.83562,-84.72049,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Knots","No Events",7132,81,291,365,0,1628,"","","Certification not required",0,6.048724,4.069203,63.5,"2013-10-23 06:00",57.5,"2013-10-23 05:00",29.9,"2013-01-18 09:00",29.9,"2013-04-20 00:00","","","","",18.4,16.5,14,11.5,8.2,5.2,1.7,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","61104",1,39.83562,-84.72049,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION LEVEL 2",2013,"Degrees Compass","No Events",7134,81,291,365,0,1626,"","","Certification not required",0,196.866288,80.188684,340.2,"2013-03-08 05:00",338,"2013-03-08 04:00",337.2,"2013-03-25 13:00",336.4,"2013-01-16 05:00","","","","",326.8,321.8,309.1,296,259.7,211.2,72,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","62101",1,39.83562,-84.72049,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",7031,80,288,365,0,1729,"","","Certification not required",0,55.370274,18.931431,93.2,"2013-09-10 14:00",92.8,"2013-09-10 15:00",91.9,"2013-09-10 13:00",91.9,"2013-09-11 15:00","","","","",86.7,84.6,81,77.5,70.7,59.7,28.2,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","62201",1,39.83562,-84.72049,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",7032,80,288,365,0,1728,"","","Certification not required",0,73.295535,16.925226,99.7,"2013-08-09 07:00",99.7,"2013-10-30 20:00",99.7,"2013-10-30 21:00",99.7,"2013-10-30 22:00","","","","",99.1,98.4,97.1,94.6,87.3,75.3,49.1,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","63301",1,39.83562,-84.72049,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7030,80,288,365,0,1730,"","","Certification not required",0,0.281735,0.388541,1.56,"2013-07-29 12:00",1.51,"2013-05-24 12:00",1.51,"2013-06-04 12:00",1.49,"2013-05-14 12:00","","","","",1.35,1.28,1.13,0.95,0.48,0.03,0.01,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","64101",1,39.83562,-84.72049,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7031,80,288,365,0,1729,"","","Certification not required",0,980.331304,5.691461,996.6,"2013-04-21 09:00",996.6,"2013-04-21 10:00",996.2,"2013-01-24 11:00",996.2,"2013-04-21 08:00","","","","",992.6,991.1,989.4,987.6,983.9,980.6,973.5,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","68103",5,39.83562,-84.72049,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,7.195283,9.735653,22,"2013-07-09 00:00",21.6,"2013-09-10 00:00",21.3,"2013-07-15 00:00",21,"2013-07-18 00:00","","","","",21.6,21.3,20.6,18.7,15.7,9.6,-6.4,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","68104",5,39.83562,-84.72049,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,17.193396,10.973564,34.6,"2013-09-10 00:00",33.6,"2013-07-15 00:00",33,"2013-07-18 00:00",31.7,"2013-06-12 00:00","","","","",33.6,33,29.9,29.1,26.7,20,0.4,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","68105",1,39.83562,-84.72049,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,9.683193,10.209594,25.5,"2013-07-18 00:00",25.4,"2013-09-10 00:00",24.6,"2013-06-12 00:00",24.3,"2013-07-09 00:00","","","","",25.4,24.6,22.8,22,18.7,11.1,-4.2,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","68105",5,39.83562,-84.72049,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,106,122,0,0,"","","Certification not required",0,11.966038,10.01417,27.2,"2013-07-18 00:00",26.7,"2013-07-15 00:00",26.4,"2013-09-10 00:00",26.2,"2013-06-12 00:00","","","","",26.7,26.4,23.9,23.3,20.9,14.4,-2.4,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","68106",5,39.83562,-84.72049,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,726.433962,4.437972,736,"2013-03-08 00:00",734,"2013-05-25 00:00",734,"2013-07-15 00:00",733,"2013-01-04 00:00","","","","",734,734,733,732,730,727,721,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","68107",5,39.83562,-84.72049,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,730.90566,3.880423,740,"2013-01-10 00:00",740,"2013-11-12 00:00",739,"2013-03-08 00:00",738,"2013-01-07 00:00","","","","",740,739,737,736,734,731,727,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","68108",1,39.83562,-84.72049,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,732.252101,4.298637,744,"2013-11-24 00:00",742,"2013-11-12 00:00",741,"2013-03-08 00:00",741,"2013-12-24 00:00","","","","",742,741,740,737,735,732,727,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","68108",5,39.83562,-84.72049,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,106,122,0,0,"","","Certification not required",0,728.367925,3.986466,738,"2013-11-12 00:00",737,"2013-03-08 00:00",736,"2013-01-10 00:00",735,"2013-01-07 00:00","","","","",737,736,735,733,731,728,724,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","85101",1,39.83562,-84.72049,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",1,13.336134,6.083149,33,"2013-11-15 00:00",32,"2013-12-03 00:00",29,"2013-01-07 00:00",28,"2013-09-10 00:00","","","","",32,29,25,21,17,13,5,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","85101",2,39.83562,-84.72049,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,9,"","","Certification not required",0,14.192308,5.156524,26,"2013-08-26 00:00",25,"2013-05-16 00:00",24,"2013-08-20 00:00",21,"2013-06-21 00:00","","","","",26,25,24,20,18,14,7,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","86101",1,39.83562,-84.72049,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,4.311111,3.002292,23.8,"2013-11-15 00:00",13.5,"2013-10-28 00:00",13,"2013-10-13 00:00",11.5,"2013-05-16 00:00","","","","",13.5,13,9.2,7.1,5.4,3.7,1.6,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","88101",1,39.83562,-84.72049,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,9.647899,4.874664,27.7,"2013-12-03 00:00",21.9,"2013-01-07 00:00",21,"2013-02-06 00:00",20.9,"2013-09-10 00:00","","","","",21.9,21,20.2,16.1,12.1,9.4,3.9,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","88101",1,39.83562,-84.72049,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,9.647899,4.874664,27.7,"2013-12-03 00:00",21.9,"2013-01-07 00:00",21,"2013-02-06 00:00",20.9,"2013-09-10 00:00","","","","",21.9,21,20.2,16.1,12.1,9.4,3.9,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-24" +"39","135","1001","88102",5,39.83562,-84.72049,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",100,0.019146,0.006955,0.054,"2013-03-14 00:00",0.049,"2013-01-28 00:00",0.039,"2013-06-24 00:00",0.026,"2013-02-09 00:00","","","","",0.049,0.039,0.026,0.026,0.021,0.0195,0.0095,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88103",5,39.83562,-84.72049,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.000447,0.000871,0.005,"2013-06-15 00:00",0.003,"2013-03-29 00:00",0.003,"2013-05-25 00:00",0.003,"2013-10-28 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88104",5,39.83562,-84.72049,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",64,0.02701,0.036228,0.222,"2013-07-15 00:00",0.221,"2013-07-18 00:00",0.101,"2013-06-12 00:00",0.092,"2013-10-25 00:00","","","","",0.221,0.101,0.086,0.066,0.038,0.0115,0.0065,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88107",5,39.83562,-84.72049,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.007562,0.007638,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88109",5,39.83562,-84.72049,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",20,0.003179,0.001764,0.0086,"2013-01-16 00:00",0.0077,"2013-07-18 00:00",0.0076,"2013-03-23 00:00",0.0069,"2013-01-28 00:00","","","","",0.0077,0.0076,0.0061,0.0052,0.0044,0.0033,0.00115,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88110",5,39.83562,-84.72049,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001544,0.003395,0.015,"2013-01-04 00:00",0.015,"2013-10-01 00:00",0.013,"2013-08-08 00:00",0.012,"2013-05-25 00:00","","","","",0.015,0.013,0.009,0.007,0.001,0,0,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88111",5,39.83562,-84.72049,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",30,0.015128,0.013523,0.0674,"2013-01-01 00:00",0.0517,"2013-07-18 00:00",0.0503,"2013-05-16 00:00",0.0489,"2013-07-15 00:00","","","","",0.0517,0.0503,0.0467,0.0367,0.0191,0.0116,0.00235,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88112",5,39.83562,-84.72049,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.007175,0.01608,0.1,"2013-09-28 00:00",0.082,"2013-09-10 00:00",0.056,"2013-09-22 00:00",0.051,"2013-09-13 00:00","","","","",0.082,0.056,0.042,0.018,0.004,0.002,0,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88113",5,39.83562,-84.72049,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",99,0.000714,0.000207,0.0019,"2013-09-10 00:00",0.0016,"2013-08-26 00:00",0.0012,"2013-01-10 00:00",0.0012,"2013-05-01 00:00","","","","",0.0016,0.0012,0.001,0.001,0.0007,0.0007,0.00055,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88114",5,39.83562,-84.72049,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",85,0.001349,0.001306,0.0088,"2013-09-10 00:00",0.0078,"2013-01-01 00:00",0.0064,"2013-03-08 00:00",0.0047,"2013-03-02 00:00","","","","",0.0078,0.0064,0.0036,0.0019,0.00125,0.001,0.00065,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88115",5,39.83562,-84.72049,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",72,0.006614,0.007205,0.0616,"2013-01-07 00:00",0.0252,"2013-01-10 00:00",0.021,"2013-05-19 00:00",0.0196,"2013-03-11 00:00","","","","",0.0252,0.021,0.0188,0.0136,0.0076,0.00405,0.00245,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88117",5,39.83562,-84.72049,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.008033,0.012183,0.0435,"2013-08-14 00:00",0.043,"2013-02-18 00:00",0.043,"2013-02-21 00:00",0.043,"2013-04-16 00:00","","","","",0.043,0.043,0.043,0.043,0.0048,0.0041,0.0028,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88118",5,39.83562,-84.72049,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.010275,0.006925,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.00405,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88126",5,39.83562,-84.72049,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.043079,0.041509,0.317,"2013-09-10 00:00",0.186,"2013-01-01 00:00",0.156,"2013-07-15 00:00",0.15,"2013-07-18 00:00","","","","",0.186,0.156,0.0969,0.0802,0.0492,0.0313,0.0128,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88128",5,39.83562,-84.72049,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001233,0.001789,0.01,"2013-07-18 00:00",0.007,"2013-09-28 00:00",0.006,"2013-06-09 00:00",0.006,"2013-08-08 00:00","","","","",0.007,0.006,0.005,0.003,0.002,0,0,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88131",5,39.83562,-84.72049,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",100,0.010049,0.004089,0.035,"2013-05-04 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88132",5,39.83562,-84.72049,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.000796,0.001247,0.007,"2013-04-16 00:00",0.006,"2013-09-28 00:00",0.005,"2013-05-04 00:00",0.003,"2013-01-01 00:00","","","","",0.006,0.005,0.003,0.002,0.001,0,0,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88136",5,39.83562,-84.72049,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001,0.003165,0.026,"2013-09-10 00:00",0.015,"2013-01-01 00:00",0.007,"2013-08-05 00:00",0.007,"2013-10-25 00:00","","","","",0.015,0.007,0.004,0.002,0.001,0,0,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88140",5,39.83562,-84.72049,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",99,0.008642,0.015311,0.16,"2013-06-21 00:00",0.026,"2013-04-16 00:00",0.016,"2013-04-10 00:00",0.0134,"2013-11-12 00:00","","","","",0.026,0.016,0.009,0.009,0.009,0.006,0.00475,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88152",5,39.83562,-84.72049,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",102,0.00545,0.001685,0.013,"2013-06-12 00:00",0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88154",5,39.83562,-84.72049,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",100,0.001102,0.000295,0.0027,"2013-10-01 00:00",0.0018,"2013-03-17 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00","","","","",0.0018,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88160",5,39.83562,-84.72049,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.012563,0.00358,0.018,"2013-01-16 00:00",0.018,"2013-01-25 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-15 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.008,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88161",5,39.83562,-84.72049,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",97,0.002642,0.001744,0.0178,"2013-07-15 00:00",0.0071,"2013-06-27 00:00",0.0069,"2013-06-12 00:00",0.006,"2013-07-18 00:00","","","","",0.0071,0.0069,0.005,0.00265,0.0025,0.00215,0.0021,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88164",5,39.83562,-84.72049,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.00155,0.000256,0.0019,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-24 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.00095,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88165",5,39.83562,-84.72049,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",17,0.046815,0.062619,0.467,"2013-07-15 00:00",0.278,"2013-07-18 00:00",0.232,"2013-06-27 00:00",0.199,"2013-06-12 00:00","","","","",0.278,0.232,0.154,0.081,0.051,0.029,0.006,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88166",5,39.83562,-84.72049,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.007787,0.004453,0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-02-15 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88167",5,39.83562,-84.72049,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",22,0.005483,0.003731,0.0202,"2013-01-01 00:00",0.0167,"2013-01-10 00:00",0.0162,"2013-08-20 00:00",0.0137,"2013-01-07 00:00","","","","",0.0167,0.0162,0.0132,0.0104,0.0076,0.0047,0.00175,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88168",5,39.83562,-84.72049,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",101,0.001245,0.000514,0.0053,"2013-06-27 00:00",0.0023,"2013-01-07 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-01-25 00:00","","","","",0.0023,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88169",5,39.83562,-84.72049,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.827214,0.510451,2.78,"2013-08-20 00:00",2.38,"2013-08-26 00:00",2.09,"2013-05-19 00:00",1.97,"2013-06-21 00:00","","","","",2.38,2.09,1.9,1.44,1.06,0.717,0.308,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88176",5,39.83562,-84.72049,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.000962,0.00022,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88180",5,39.83562,-84.72049,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",1,0.040197,0.023276,0.134,"2013-09-10 00:00",0.13,"2013-06-24 00:00",0.123,"2013-01-01 00:00",0.0863,"2013-07-06 00:00","","","","",0.13,0.123,0.0844,0.063,0.052,0.0378,0.0135,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88184",5,39.83562,-84.72049,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",81,0.033296,0.040278,0.345,"2013-06-21 00:00",0.167,"2013-04-10 00:00",0.146,"2013-04-16 00:00",0.104,"2013-05-04 00:00","","","","",0.167,0.146,0.095,0.057,0.027,0.02,0.0155,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88185",5,39.83562,-84.72049,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",97,0.00359,0.003704,0.0128,"2013-04-01 00:00",0.0128,"2013-10-31 00:00",0.0117,"2013-05-10 00:00",0.0115,"2013-01-16 00:00","","","","",0.0128,0.0117,0.0115,0.0115,0.0023,0.00225,0.0014,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88301",5,39.83562,-84.72049,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.989743,0.707133,3.59,"2013-02-06 00:00",3.4,"2013-01-07 00:00",2.57,"2013-01-16 00:00",2.35,"2013-06-09 00:00","","","","",3.4,2.57,2.26,1.91,1.38,0.801,0.214,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88302",5,39.83562,-84.72049,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",13,0.045703,0.035841,0.24,"2013-04-10 00:00",0.19,"2013-05-04 00:00",0.15,"2013-07-15 00:00",0.12,"2013-07-09 00:00","","","","",0.19,0.15,0.119,0.0791,0.053,0.04,0.015,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88303",5,39.83562,-84.72049,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",34,0.02993,0.021556,0.121,"2013-07-09 00:00",0.101,"2013-07-15 00:00",0.078,"2013-06-24 00:00",0.076,"2013-03-23 00:00","","","","",0.101,0.078,0.072,0.058,0.038,0.027,0.0115,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88306",5,39.83562,-84.72049,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,1.540498,1.592074,8.86,"2013-01-07 00:00",7.08,"2013-02-06 00:00",6.81,"2013-01-16 00:00",5.69,"2013-03-29 00:00","","","","",7.08,6.81,5.13,3.67,1.77,1.06,0.358,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88355",5,39.83562,-84.72049,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.815606,0.829141,4.88,"2013-09-10 00:00",4.07,"2013-06-24 00:00",3.34,"2013-07-09 00:00",3.25,"2013-06-12 00:00","","","","",4.07,3.34,3.18,2.86,2.43,1.79,0.826,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88357",5,39.83562,-84.72049,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.280913,0.171219,0.972,"2013-05-01 00:00",0.926,"2013-09-04 00:00",0.604,"2013-10-28 00:00",0.569,"2013-07-30 00:00","","","","",0.926,0.604,0.557,0.519,0.362,0.256,0.11,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88370",5,39.83562,-84.72049,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.597038,0.706534,4.37,"2013-09-10 00:00",3.4,"2013-06-24 00:00",3.06,"2013-07-09 00:00",3.02,"2013-05-28 00:00","","","","",3.4,3.06,2.65,2.54,2.03,1.54,0.747,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88374",5,39.83562,-84.72049,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.134183,0.114195,0.9,"2013-09-10 00:00",0.521,"2013-07-09 00:00",0.383,"2013-06-24 00:00",0.372,"2013-07-03 00:00","","","","",0.521,0.383,0.29,0.228,0.181,0.114,0.039,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88375",5,39.83562,-84.72049,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.432192,0.216616,1.06,"2013-06-12 00:00",1.05,"2013-09-10 00:00",0.999,"2013-06-21 00:00",0.897,"2013-06-24 00:00","","","","",1.05,0.999,0.834,0.747,0.547,0.394,0.19,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88376",5,39.83562,-84.72049,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.387173,0.163251,0.785,"2013-06-24 00:00",0.781,"2013-05-28 00:00",0.772,"2013-09-10 00:00",0.723,"2013-07-12 00:00","","","","",0.781,0.772,0.689,0.619,0.496,0.373,0.177,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88377",5,39.83562,-84.72049,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.322442,0.157861,0.766,"2013-08-20 00:00",0.751,"2013-09-10 00:00",0.658,"2013-08-17 00:00",0.617,"2013-06-21 00:00","","","","",0.751,0.658,0.578,0.558,0.431,0.3,0.127,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88378",5,39.83562,-84.72049,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.32101,0.16368,0.904,"2013-09-10 00:00",0.833,"2013-06-09 00:00",0.758,"2013-06-24 00:00",0.694,"2013-03-11 00:00","","","","",0.833,0.758,0.587,0.54,0.412,0.3,0.137,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88380",5,39.83562,-84.72049,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.499519,0.287482,1.3,"2013-09-04 00:00",1.24,"2013-05-01 00:00",1.15,"2013-06-21 00:00",1.09,"2013-08-20 00:00","","","","",1.24,1.15,0.989,0.913,0.77,0.426,0.163,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88383",5,39.83562,-84.72049,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.743115,0.371713,1.74,"2013-09-10 00:00",1.66,"2013-06-24 00:00",1.44,"2013-05-01 00:00",1.43,"2013-06-09 00:00","","","","",1.66,1.44,1.38,1.26,1.01,0.68,0.268,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88384",5,39.83562,-84.72049,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.076673,0.036983,0.204,"2013-10-10 00:00",0.167,"2013-04-28 00:00",0.165,"2013-08-29 00:00",0.164,"2013-06-21 00:00","","","","",0.167,0.165,0.145,0.136,0.0987,0.0668,0.0363,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88385",5,39.83562,-84.72049,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",96,0.001787,0.003219,0.0242,"2013-01-07 00:00",0.0137,"2013-05-16 00:00",0.0133,"2013-06-27 00:00",0.0129,"2013-07-09 00:00","","","","",0.0137,0.0133,0.00636,0.001,0.001,0.001,0.001,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88388",5,39.83562,-84.72049,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.539692,0.282884,1.42,"2013-06-24 00:00",1.41,"2013-09-10 00:00",1.25,"2013-06-09 00:00",1.12,"2013-06-15 00:00","","","","",1.41,1.25,1.03,0.897,0.73,0.511,0.224,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88403",5,39.83562,-84.72049,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,2.143238,1.336007,7.21,"2013-08-20 00:00",6.13,"2013-08-26 00:00",5.11,"2013-08-29 00:00",4.98,"2013-05-19 00:00","","","","",6.13,5.11,4.87,4.03,2.79,1.84,0.79,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","135","1001","88502",3,39.83562,-84.72049,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Andersen BAM w/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8487,97,351,365,0,273,"","","Certification not required",0,10.251432,6.564074,50.8,"2013-08-09 11:00",50.2,"2013-03-16 11:00",48.2,"2013-01-14 17:00",48.2,"2013-01-14 18:00","","","","",32,27.7,22.5,18.6,13.6,9,3.3,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","88502",3,39.83562,-84.72049,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,10.209972,4.962279,40.2,"2013-12-02 00:00",27.9,"2013-01-14 00:00",26,"2013-12-03 00:00",25.8,"2013-07-19 00:00","","","","",25.8,23.4,18.2,16.4,12.7,9.6,4.6,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-01-13" +"39","135","1001","88502",5,39.83562,-84.72049,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,9.615534,4.520384,23,"2013-01-07 00:00",21.2,"2013-09-10 00:00",20.9,"2013-08-20 00:00",19.8,"2013-02-06 00:00","","","","",21.2,20.9,17.7,15.1,12.4,8.8,4.5,"NATIONAL TRAIL SCHOOL","6940 OXFORD GETTYSBURG RD.","Ohio","Preble","New Paris","Dayton, OH","2014-02-14" +"39","145","0013","42401",1,38.754595,-82.917,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8341,95,365,365,0,419,0,"","Certification not required",0,1.706849,2.212373,18,"2013-08-02 10:00",17,"2013-12-12 10:00",11,"2013-09-07 11:00",10,"2013-04-04 17:00","","","","",10,8,6,4,2,1,0,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","42401",1,38.754595,-82.917,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8341,95,365,365,0,419,"","","Certification not required",0,0.544059,0.997422,18,"2013-08-02 10:00",17,"2013-12-12 10:00",15,"2013-12-12 11:00",13,"2013-12-12 12:00","","","","",4,3,2,1,1,0,0,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","42401",1,38.754595,-82.917,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.541644,0.659935,3.8,"2013-12-12 00:00",3.5,"2013-01-23 00:00",3.1,"2013-11-02 00:00",2.9,"2013-12-31 00:00","","","","",2.9,2.4,1.8,1.3,1,0.3,0,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","42401",1,38.754595,-82.917,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2517,86,354,365,0,0,"",0,"Certification not required",0,0.550695,0.926974,12,"2013-12-12 11:00",9.3,"2013-12-12 14:00",9,"2013-08-02 11:00",8.6,"2013-04-04 17:00","","","","",4,3.3,2,1.6,1,0,0,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","42406",1,38.754595,-82.917,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8343,95,365,365,0,417,"","","Certification not required",0,0.845859,1.237732,27,"2013-08-02 10:00",23,"2013-12-12 10:00",19,"2013-09-07 11:00",16,"2013-12-12 11:00","","","","",6,4,3,2,1,1,0,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","68105",1,38.754595,-82.917,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,13.507692,9.42581,28.8,"2013-07-18 00:00",27.8,"2013-06-12 00:00",27.7,"2013-07-15 00:00",26.8,"2013-07-09 00:00","","","","",27.8,27.7,26.5,24.5,21.9,15.5,1,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","68105",2,38.754595,-82.917,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,2,"","","Certification not required",0,13.742373,9.947764,28.5,"2013-07-15 00:00",27.5,"2013-07-09 00:00",26.2,"2013-08-08 00:00",25.7,"2013-07-21 00:00","","","","",28.5,27.5,26.2,25.1,22.5,17.3,0.2,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","68108",1,38.754595,-82.917,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,749.854701,5.705812,763,"2013-01-10 00:00",762,"2013-01-07 00:00",762,"2013-01-25 00:00",761,"2013-01-04 00:00","","","","",762,762,761,757,753,750,743,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","68108",2,38.754595,-82.917,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Anderson RAAS2.5-300 PM2.5 Seq - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,2,"","","Certification not required",0,748.559322,5.173777,763,"2013-12-24 00:00",760,"2013-11-30 00:00",757,"2013-12-18 00:00",756,"2013-11-24 00:00","","","","",763,760,757,755,752,748,742,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","81102",1,38.754595,-82.917,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,16.459016,4.978533,28,"2013-08-26 00:00",27,"2013-08-20 00:00",26,"2013-09-07 00:00",25,"2013-04-10 00:00","","","","",28,27,25,24,19,16,10,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","81102",2,38.754595,-82.917,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,17,5.244044,30,"2013-11-30 00:00",29,"2013-08-26 00:00",28,"2013-08-20 00:00",27,"2013-09-07 00:00","","","","",30,29,28,24,21,17,11,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","88101",1,38.754595,-82.917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,8.944444,3.797832,23.7,"2013-01-07 00:00",19,"2013-08-20 00:00",18,"2013-09-10 00:00",16.5,"2013-12-03 00:00","","","","",19,18,15.5,13.6,11.5,8.4,4.9,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","88101",1,38.754595,-82.917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,8.944444,3.797832,23.7,"2013-01-07 00:00",19,"2013-08-20 00:00",18,"2013-09-10 00:00",16.5,"2013-12-03 00:00","","","","",19,18,15.5,13.6,11.5,8.4,4.9,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","88101",2,38.754595,-82.917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,9.374576,3.948531,19.4,"2013-08-20 00:00",18.4,"2013-01-16 00:00",18.2,"2013-08-26 00:00",15.7,"2013-11-30 00:00","","","","",19.4,18.4,18.2,15,11.7,9.1,4.7,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0013","88101",2,38.754595,-82.917,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Andersen RAAS2.5-300 PM2.5 SEQ w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,9.374576,3.948531,19.4,"2013-08-20 00:00",18.4,"2013-01-16 00:00",18.2,"2013-08-26 00:00",15.7,"2013-11-30 00:00","","","","",19.4,18.4,18.2,15,11.7,9.1,4.7,"PWTP (NEW BOSTON)","4862 GALLIA","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0019","81102",1,38.735056,-82.998726,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,16.741379,5.083721,33,"2013-11-30 00:00",27,"2013-08-26 00:00",26,"2013-04-10 00:00",25,"2013-06-21 00:00","","","","",33,27,26,23,19,16,10,"PCAB","605 WASHINGTON","Ohio","Scioto","Portsmouth","Portsmouth, OH","2014-02-12" +"39","145","0020","17141",1,38.609338,-82.822512,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,10.14,4.298638,18,"2013-06-21 00:00",15.5,"2013-05-16 00:00",14.7,"2013-04-10 00:00",14.2,"2013-03-29 00:00","","","","",18,18,18,15.5,14.2,9,4,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17147",1,38.609338,-82.822512,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,3.113333,2.963074,8.1,"2013-05-16 00:00",7.5,"2013-06-21 00:00",7.2,"2013-05-22 00:00",6.6,"2013-04-10 00:00","","","","",8.1,8.1,8.1,7.5,6.6,1.2,0.4,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17148",1,38.609338,-82.822512,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.346667,0.438938,1.3,"2013-03-29 00:00",1,"2013-04-10 00:00",0.8,"2013-01-28 00:00",0.7,"2013-01-16 00:00","","","","",1.3,1.3,1.3,1,0.7,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17149",1,38.609338,-82.822512,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,4.433333,3.582032,12.1,"2013-05-16 00:00",8.4,"2013-06-21 00:00",8.1,"2013-05-22 00:00",7.2,"2013-04-10 00:00","","","","",12.1,12.1,12.1,8.4,7.2,2.3,1.1,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17150",1,38.609338,-82.822512,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,8.64,6.819175,20.5,"2013-05-16 00:00",18.2,"2013-04-10 00:00",18.1,"2013-05-22 00:00",13.2,"2013-06-09 00:00","","","","",20.5,20.5,20.5,18.2,13.2,4.2,2.3,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17151",1,38.609338,-82.822512,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.546667,0.557887,1.5,"2013-03-29 00:00",1.2,"2013-01-28 00:00",1.2,"2013-05-16 00:00",1.2,"2013-05-22 00:00","","","","",1.5,1.5,1.5,1.2,1.2,0.4,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17201",1,38.609338,-82.822512,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,1.746667,1.337838,4.7,"2013-04-10 00:00",4,"2013-05-22 00:00",2.7,"2013-06-09 00:00",2.6,"2013-05-16 00:00","","","","",4.7,4.7,4.7,4,2.6,1.2,0.5,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17204",1,38.609338,-82.822512,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.84,0.724865,2.1,"2013-05-22 00:00",1.8,"2013-04-10 00:00",1.5,"2013-03-29 00:00",1.5,"2013-05-16 00:00","","","","",2.1,2.1,2.1,1.8,1.5,0.7,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17208",1,38.609338,-82.822512,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.14,0.25579,0.8,"2013-03-29 00:00",0.5,"2013-04-10 00:00",0.4,"2013-01-28 00:00",0.4,"2013-05-16 00:00","","","","",0.8,0.8,0.8,0.5,0.4,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17215",1,38.609338,-82.822512,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.04,0.10556,0.3,"2013-03-29 00:00",0.3,"2013-04-10 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0.3,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17220",1,38.609338,-82.822512,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.086667,0.188478,0.6,"2013-03-29 00:00",0.4,"2013-01-28 00:00",0.3,"2013-04-10 00:00",0,"2013-01-05 00:00","","","","",0.6,0.6,0.6,0.4,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17223",1,38.609338,-82.822512,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.033333,0.129099,0.5,"2013-03-29 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.5,0.5,0.5,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17224",1,38.609338,-82.822512,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.026667,0.10328,0.4,"2013-03-29 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.4,0.4,0.4,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17231",1,38.609338,-82.822512,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17237",1,38.609338,-82.822512,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17242",1,38.609338,-82.822512,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","17243",1,38.609338,-82.822512,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.02,0.07746,0.3,"2013-03-29 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.3,0.3,0.3,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2013-10-29" +"39","145","0020","42401",1,38.609338,-82.822512,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8683,99,363,365,0,77,0,"","Certification not required",0,2.563085,3.193305,21.6,"2013-12-13 09:00",15.8,"2013-04-18 10:00",14.7,"2013-09-15 11:00",14.3,"2013-01-19 20:00","","","","",14.3,11.6,8.6,6.9,4,1.4,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-01-17" +"39","145","0020","42401",1,38.609338,-82.822512,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8683,99,363,365,0,77,"","","Certification not required",0,0.386468,1.268331,21.6,"2013-12-13 09:00",20.7,"2013-12-13 10:00",15.8,"2013-04-18 10:00",14.7,"2013-09-15 11:00","","","","",6.6,4.7,2.5,1.1,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-01-17" +"39","145","0020","42401",1,38.609338,-82.822512,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.387603,0.651632,4.6,"2013-01-19 00:00",4.2,"2013-04-18 00:00",4.2,"2013-04-27 00:00",3.9,"2013-12-13 00:00","","","","",3.9,2,1.5,1.1,0.5,0.1,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-01-17" +"39","145","0020","42401",1,38.609338,-82.822512,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2874,98,363,365,0,0,"",0,"Certification not required",0,0.37634,1.093077,16.5,"2013-12-13 11:00",13.6,"2013-04-18 11:00",10.6,"2013-04-04 17:00",9.7,"2013-01-19 20:00","","","","",5.3,4.1,2.4,1.2,0.1,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-01-17" +"39","145","0020","43218",1,38.609338,-82.822512,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43231",1,38.609338,-82.822512,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.447742,0.468556,1.62,"2013-06-21 00:00",1.5,"2013-07-15 00:00",1.2,"2013-01-16 00:00",1.08,"2013-09-01 00:00","","","","",1.62,1.62,1.5,1.08,0.72,0.37,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43250",1,38.609338,-82.822512,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.099677,0.221547,0.88,"2013-01-16 00:00",0.58,"2013-07-27 00:00",0.44,"2013-09-25 00:00",0.44,"2013-10-28 00:00","","","","",0.88,0.88,0.58,0.44,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43372",1,38.609338,-82.822512,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43447",1,38.609338,-82.822512,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43552",1,38.609338,-82.822512,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",25,4.149032,2.211026,6.6,"2013-01-16 00:00",6.6,"2013-05-22 00:00",6.4,"2013-01-05 00:00",6.4,"2013-01-28 00:00","","","","",6.6,6.6,6.6,6.4,6.4,5.2,1.58,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43560",1,38.609338,-82.822512,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.058065,0.146229,0.66,"2013-07-03 00:00",0.41,"2013-06-09 00:00",0.23,"2013-06-21 00:00",0.22,"2013-09-01 00:00","","","","",0.66,0.66,0.41,0.22,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43702",1,38.609338,-82.822512,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.052258,0.290961,1.62,"2013-07-27 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.62,1.62,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43704",1,38.609338,-82.822512,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43801",1,38.609338,-82.822512,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.535484,0.406537,1.6,"2013-04-22 00:00",1.2,"2013-05-04 00:00",1.1,"2013-05-22 00:00",1,"2013-05-16 00:00","","","","",1.6,1.6,1.2,1,0.81,0.53,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43802",1,38.609338,-82.822512,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.239677,0.144948,0.71,"2013-05-16 00:00",0.61,"2013-07-27 00:00",0.42,"2013-03-05 00:00",0.35,"2013-01-28 00:00","","","","",0.71,0.71,0.61,0.35,0.29,0.23,0.11,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43803",1,38.609338,-82.822512,"NAD83","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43804",1,38.609338,-82.822512,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.053548,0.048342,0.13,"2013-07-15 00:00",0.12,"2013-07-27 00:00",0.11,"2013-07-03 00:00",0.11,"2013-08-08 00:00","","","","",0.13,0.13,0.12,0.11,0.1,0.07,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43806",1,38.609338,-82.822512,"NAD83","Bromoform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43812",1,38.609338,-82.822512,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43813",1,38.609338,-82.822512,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43814",1,38.609338,-82.822512,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43815",1,38.609338,-82.822512,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.007742,0.043105,0.24,"2013-01-28 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.24,0.24,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43817",1,38.609338,-82.822512,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.340645,1.651978,9.2,"2013-08-08 00:00",0.84,"2013-05-04 00:00",0.32,"2013-02-09 00:00",0.11,"2013-09-01 00:00","","","","",9.2,9.2,0.84,0.11,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43818",1,38.609338,-82.822512,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43819",1,38.609338,-82.822512,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.036452,0.141246,0.59,"2013-04-10 00:00",0.54,"2013-02-09 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",0.59,0.59,0.54,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43820",1,38.609338,-82.822512,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43824",1,38.609338,-82.822512,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.011613,0.064658,0.36,"2013-02-21 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.36,0.36,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43826",1,38.609338,-82.822512,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECRIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43829",1,38.609338,-82.822512,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43830",1,38.609338,-82.822512,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43831",1,38.609338,-82.822512,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.013548,0.075434,0.42,"2013-01-28 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",0.42,0.42,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43835",1,38.609338,-82.822512,"NAD83","Chloroprene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43843",1,38.609338,-82.822512,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43844",1,38.609338,-82.822512,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43860",1,38.609338,-82.822512,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESSURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","43861",1,38.609338,-82.822512,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45109",1,38.609338,-82.822512,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.126129,0.209136,0.66,"2013-07-27 00:00",0.54,"2013-07-03 00:00",0.48,"2013-10-28 00:00",0.46,"2013-10-19 00:00","","","","",0.66,0.66,0.54,0.46,0.34,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45201",1,38.609338,-82.822512,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.803871,0.382489,1.74,"2013-01-16 00:00",1.62,"2013-03-05 00:00",1.38,"2013-01-05 00:00",1.32,"2013-01-28 00:00","","","","",1.74,1.74,1.62,1.32,1.08,0.72,0.48,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45202",1,38.609338,-82.822512,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.824516,0.784223,3.99,"2013-03-05 00:00",2.1,"2013-09-01 00:00",1.96,"2013-07-03 00:00",1.33,"2013-04-10 00:00","","","","",3.99,3.99,2.1,1.33,1.05,0.64,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45203",1,38.609338,-82.822512,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.031613,0.0992,0.39,"2013-07-03 00:00",0.3,"2013-10-19 00:00",0.29,"2013-07-27 00:00",0,"2013-01-05 00:00","","","","",0.39,0.39,0.3,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45204",1,38.609338,-82.822512,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.019032,0.06112,0.26,"2013-09-01 00:00",0.19,"2013-07-15 00:00",0.14,"2013-12-06 00:00",0,"2013-01-05 00:00","","","","",0.26,0.26,0.19,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45210",1,38.609338,-82.822512,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,1.973871,2.337103,7.83,"2013-07-03 00:00",6.57,"2013-07-27 00:00",6.21,"2013-01-28 00:00",5.31,"2013-05-16 00:00","","","","",7.83,7.83,6.57,5.31,3.24,0.58,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45220",1,38.609338,-82.822512,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.141935,0.277145,1.28,"2013-01-28 00:00",0.66,"2013-05-04 00:00",0.58,"2013-07-03 00:00",0.34,"2013-07-15 00:00","","","","",1.28,1.28,0.66,0.34,0.25,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45801",1,38.609338,-82.822512,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,1.120645,1.90893,9,"2013-01-05 00:00",4.32,"2013-01-16 00:00",3.36,"2013-01-28 00:00",2.58,"2013-05-22 00:00","","","","",9,9,4.32,2.58,1.86,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45807",1,38.609338,-82.822512,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.212258,0.569366,2.4,"2013-01-28 00:00",1.8,"2013-02-21 00:00",1.02,"2013-05-22 00:00",0.96,"2013-03-29 00:00","","","","",2.4,2.4,1.8,0.96,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","45810",1,38.609338,-82.822512,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.232258,1.293158,7.2,"2013-01-28 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",7.2,7.2,0,0,0,0,0,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-02-13" +"39","145","0020","81102",1,38.609338,-82.822512,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8733,100,365,365,0,26,"","","Certification not required",335,13.475553,8.130563,239,"2013-09-08 16:00",99,"2013-05-14 10:00",71,"2013-01-09 04:00",67,"2013-03-04 07:00","","","","",38,34,28,23,17,12,5,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-01-17" +"39","145","0020","81102",1,38.609338,-82.822512,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",365,100,365,365,0,0,0,0,"Certification not required",0,13.00274,5.040767,32,"2013-09-08 00:00",27,"2013-08-27 00:00",27,"2013-09-11 00:00",26,"2013-09-09 00:00","","","","",26,23,21,20,17,12,7,"BACK ROAD","2840 BACK RD.","Ohio","Scioto","","Portsmouth, OH","2014-01-17" +"39","145","0021","17141",1,38.600659,-82.829644,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,18.653333,9.494199,36.9,"2013-06-21 00:00",33.6,"2013-04-10 00:00",27.1,"2013-04-22 00:00",25.9,"2013-06-09 00:00","","","","",36.9,36.9,36.9,33.6,25.9,17.5,7.7,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17147",1,38.600659,-82.829644,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,15.366667,13.480974,43.1,"2013-06-21 00:00",34.4,"2013-06-09 00:00",33.6,"2013-04-10 00:00",27.1,"2013-04-22 00:00","","","","",43.1,43.1,43.1,34.4,27.1,12.2,2.5,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17148",1,38.600659,-82.829644,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,1.2,1.513747,6.2,"2013-05-04 00:00",2,"2013-02-09 00:00",1.7,"2013-01-28 00:00",1.4,"2013-06-21 00:00","","","","",6.2,6.2,6.2,2,1.4,0.9,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17149",1,38.600659,-82.829644,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,17.906667,13.348487,49.2,"2013-05-04 00:00",40,"2013-06-21 00:00",31.3,"2013-06-09 00:00",22.6,"2013-04-10 00:00","","","","",49.2,49.2,49.2,40,22.6,14.8,3.7,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17150",1,38.600659,-82.829644,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,30.06,23.902176,73.8,"2013-06-21 00:00",70.8,"2013-05-04 00:00",65.6,"2013-06-09 00:00",39.8,"2013-04-10 00:00","","","","",73.8,73.8,73.8,70.8,39.8,29.3,5.3,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17151",1,38.600659,-82.829644,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,2.886667,3.470666,14.2,"2013-05-04 00:00",6,"2013-01-28 00:00",3.8,"2013-06-09 00:00",3.4,"2013-05-22 00:00","","","","",14.2,14.2,14.2,6,3.4,1.7,0.5,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17201",1,38.600659,-82.829644,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,5.68,5.044828,14.5,"2013-06-21 00:00",14.4,"2013-06-09 00:00",13.5,"2013-05-04 00:00",8.6,"2013-04-10 00:00","","","","",14.5,14.5,14.5,14.4,8.6,3,1,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17204",1,38.600659,-82.829644,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,2.706667,2.434123,8,"2013-05-04 00:00",7.1,"2013-06-21 00:00",5.6,"2013-06-09 00:00",3.4,"2013-04-10 00:00","","","","",8,8,8,7.1,3.4,2,0.6,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17208",1,38.600659,-82.829644,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.54,0.842445,3.4,"2013-05-04 00:00",1,"2013-01-28 00:00",0.6,"2013-06-09 00:00",0.5,"2013-02-09 00:00","","","","",3.4,3.4,3.4,1,0.5,0.4,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17215",1,38.600659,-82.829644,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.253333,0.649029,2.5,"2013-05-04 00:00",0.6,"2013-01-28 00:00",0.4,"2013-06-09 00:00",0.3,"2013-01-16 00:00","","","","",2.5,2.5,2.5,0.6,0.3,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17220",1,38.600659,-82.829644,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.353333,0.679145,2.7,"2013-05-04 00:00",0.6,"2013-01-28 00:00",0.4,"2013-02-09 00:00",0.4,"2013-06-09 00:00","","","","",2.7,2.7,2.7,0.6,0.4,0.3,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17223",1,38.600659,-82.829644,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.166667,0.468534,1.8,"2013-05-04 00:00",0.4,"2013-01-28 00:00",0.3,"2013-02-09 00:00",0,"2013-01-05 00:00","","","","",1.8,1.8,1.8,0.4,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17224",1,38.600659,-82.829644,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.146667,0.448596,1.7,"2013-05-04 00:00",0.5,"2013-01-28 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",1.7,1.7,1.7,0.5,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17231",1,38.600659,-82.829644,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.026667,0.10328,0.4,"2013-05-04 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.4,0.4,0.4,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17237",1,38.600659,-82.829644,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.093333,0.361478,1.4,"2013-05-04 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.4,1.4,1.4,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17242",1,38.600659,-82.829644,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.08,0.309839,1.2,"2013-05-04 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.2,1.2,1.2,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","17243",1,38.600659,-82.829644,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.093333,0.361478,1.4,"2013-05-04 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.4,1.4,1.4,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0021","43218",1,38.600659,-82.829644,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.011935,0.046362,0.2,"2013-12-18 00:00",0.17,"2013-12-06 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0.17,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43231",1,38.600659,-82.829644,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.492903,0.51543,2.16,"2013-10-07 00:00",1.5,"2013-01-16 00:00",1.08,"2013-07-27 00:00",0.96,"2013-06-09 00:00","","","","",2.16,2.16,1.5,0.96,0.78,0.51,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43250",1,38.600659,-82.829644,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.15129,0.285537,1.12,"2013-09-01 00:00",0.71,"2013-07-15 00:00",0.59,"2013-10-07 00:00",0.52,"2013-10-28 00:00","","","","",1.12,1.12,0.71,0.52,0.34,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43372",1,38.600659,-82.829644,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43447",1,38.600659,-82.829644,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43552",1,38.600659,-82.829644,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",28,3.996129,2.439855,8.4,"2013-07-15 00:00",6.6,"2013-01-05 00:00",6.6,"2013-05-04 00:00",6.6,"2013-05-16 00:00","","","","",8.4,8.4,6.6,6.6,6.4,4.4,1.58,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43560",1,38.600659,-82.829644,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.061935,0.138502,0.48,"2013-07-15 00:00",0.46,"2013-10-07 00:00",0.31,"2013-06-09 00:00",0.29,"2013-07-03 00:00","","","","",0.48,0.48,0.46,0.29,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43702",1,38.600659,-82.829644,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.055484,0.308921,1.72,"2013-06-09 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.72,1.72,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43704",1,38.600659,-82.829644,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43801",1,38.600659,-82.829644,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.776129,0.61411,2.7,"2013-01-05 00:00",1.8,"2013-08-08 00:00",1.8,"2013-09-13 00:00",1.7,"2013-01-16 00:00","","","","",2.7,2.7,1.8,1.7,1,0.63,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43802",1,38.600659,-82.829644,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.248387,0.191818,0.88,"2013-07-27 00:00",0.85,"2013-03-17 00:00",0.4,"2013-03-29 00:00",0.39,"2013-07-03 00:00","","","","",0.88,0.88,0.85,0.39,0.28,0.23,0.09,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43803",1,38.600659,-82.829644,"NAD83","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43804",1,38.600659,-82.829644,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.060323,0.046796,0.12,"2013-07-15 00:00",0.12,"2013-08-20 00:00",0.1,"2013-06-09 00:00",0.1,"2013-07-03 00:00","","","","",0.12,0.12,0.12,0.1,0.1,0.08,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43806",1,38.600659,-82.829644,"NAD83","Bromoform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43812",1,38.600659,-82.829644,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43813",1,38.600659,-82.829644,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43814",1,38.600659,-82.829644,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43815",1,38.600659,-82.829644,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.010323,0.042855,0.22,"2013-01-28 00:00",0.1,"2013-10-07 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",0.22,0.22,0.1,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43817",1,38.600659,-82.829644,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.02129,0.118539,0.66,"2013-05-04 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.66,0.66,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43818",1,38.600659,-82.829644,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43819",1,38.600659,-82.829644,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.014839,0.082618,0.46,"2013-04-10 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.46,0.46,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43820",1,38.600659,-82.829644,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43824",1,38.600659,-82.829644,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.002903,0.016164,0.09,"2013-10-07 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.09,0.09,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43826",1,38.600659,-82.829644,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECRIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43829",1,38.600659,-82.829644,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43830",1,38.600659,-82.829644,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.009677,0.053882,0.3,"2013-02-09 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.3,0.3,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43831",1,38.600659,-82.829644,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43835",1,38.600659,-82.829644,"NAD83","Chloroprene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43843",1,38.600659,-82.829644,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43844",1,38.600659,-82.829644,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43860",1,38.600659,-82.829644,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESSURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","43861",1,38.600659,-82.829644,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45109",1,38.600659,-82.829644,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.374839,0.578561,2.24,"2013-10-07 00:00",2,"2013-03-17 00:00",1.52,"2013-01-28 00:00",0.88,"2013-07-03 00:00","","","","",2.24,2.24,2,0.88,0.43,0.28,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45201",1,38.600659,-82.829644,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.895484,0.440862,1.86,"2013-01-16 00:00",1.8,"2013-01-28 00:00",1.5,"2013-01-05 00:00",1.44,"2013-02-09 00:00","","","","",1.86,1.86,1.8,1.44,1.2,0.78,0.55,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45202",1,38.600659,-82.829644,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,3.003226,11.070228,62.3,"2013-10-07 00:00",6.93,"2013-03-17 00:00",2.31,"2013-01-16 00:00",1.4,"2013-01-28 00:00","","","","",62.3,62.3,6.93,1.4,1.26,0.84,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45203",1,38.600659,-82.829644,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.047419,0.208742,1.12,"2013-10-07 00:00",0.35,"2013-07-03 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",1.12,1.12,0.35,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45204",1,38.600659,-82.829644,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.069355,0.19437,0.96,"2013-10-07 00:00",0.34,"2013-06-21 00:00",0.32,"2013-07-03 00:00",0.3,"2013-12-06 00:00","","","","",0.96,0.96,0.34,0.3,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45210",1,38.600659,-82.829644,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,7.311613,13.569036,66.6,"2013-01-28 00:00",39.6,"2013-07-03 00:00",18,"2013-06-09 00:00",13.5,"2013-04-10 00:00","","","","",66.6,66.6,39.6,13.5,8.28,2.52,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45220",1,38.600659,-82.829644,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.037742,0.133784,0.67,"2013-10-07 00:00",0.31,"2013-07-15 00:00",0.19,"2013-07-03 00:00",0,"2013-01-05 00:00","","","","",0.67,0.67,0.31,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45801",1,38.600659,-82.829644,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,1.04871,1.733099,7.8,"2013-01-05 00:00",4.44,"2013-01-16 00:00",3.18,"2013-01-28 00:00",2.52,"2013-03-05 00:00","","","","",7.8,7.8,4.44,2.52,1.86,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45807",1,38.600659,-82.829644,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.148065,0.489901,2.34,"2013-01-28 00:00",1.44,"2013-02-21 00:00",0.44,"2013-08-20 00:00",0.37,"2013-02-09 00:00","","","","",2.34,2.34,1.44,0.37,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","45810",1,38.600659,-82.829644,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.193548,1.077632,6,"2013-01-28 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",6,6,0,0,0,0,0,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0021","61101",1,38.600659,-82.829644,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8723,100,363,365,0,36,"","","Certification not required",0,4.823134,2.692262,19.9,"2013-02-11 13:00",18.8,"2013-03-19 14:00",18.4,"2013-02-11 14:00",17.9,"2013-02-11 10:00","","","","",13.4,11.8,9.8,8.5,6.3,4.3,1.9,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","61102",1,38.600659,-82.829644,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8723,100,363,365,0,36,"","","Certification not required",0,230.735068,91.07467,360,"2013-03-17 03:00",360,"2013-04-03 19:00",360,"2013-04-20 22:00",360,"2013-08-03 13:00","","","","",356,353,345,336,307,246,95,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","61103",1,38.600659,-82.829644,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8723,100,363,365,0,36,"","","Certification not required",0,4.350006,2.73841,19.3,"2013-02-11 13:00",18.1,"2013-03-19 14:00",17.9,"2013-02-11 14:00",17.5,"2013-02-11 10:00","","","","",12.9,11.4,9.4,8.1,5.9,3.8,1.4,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","61104",1,38.600659,-82.829644,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8723,100,363,365,0,36,"","","Certification not required",0,229.406168,91.078867,360,"2013-01-15 16:00",360,"2013-03-17 00:00",360,"2013-06-19 09:00",360,"2013-08-19 07:00","","","","",357,353,346,336,306,243,93,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","61106",1,38.600659,-82.829644,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8723,100,363,365,0,36,"","","Certification not required",0,23.891093,12.604903,83,"2013-09-29 00:00",81,"2013-11-16 04:00",79,"2013-07-11 03:00",78,"2013-06-05 08:00","","","","",63,58,51,44,30,20,12,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","62101",1,38.600659,-82.829644,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8713,99,362,365,0,46,"","","Certification not required",0,59.008608,17.861684,97,"2013-07-16 13:00",97,"2013-07-16 14:00",97,"2013-07-16 15:00",97,"2013-07-16 16:00","","","","",91,89,86,82,74,61,35,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","64101",1,38.600659,-82.829644,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8757,100,365,365,0,2,"","","Certification not required",0,1001.517871,6.606685,1022,"2013-11-13 06:00",1021,"2013-11-12 21:00",1021,"2013-11-12 22:00",1021,"2013-11-13 02:00","","","","",1018,1017,1013,1011,1005,1001,994,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","81102",1,38.600659,-82.829644,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8711,99,363,365,0,48,"","","Certification not required",346,16.883251,10.966834,192,"2013-06-06 22:00",152,"2013-02-19 06:00",125,"2013-06-06 23:00",112,"2013-02-02 11:00","","","","",53,45,36,30,22,15,6,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0021","81102",1,38.600659,-82.829644,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,16.38843,6.261394,40,"2013-05-03 00:00",40,"2013-05-04 00:00",34,"2013-09-10 00:00",33,"2013-06-06 00:00","","","","",33,31,27,25,20,16,9,"","2446 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0022","17141",1,38.588083,-82.834835,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,16.286667,8.782602,31,"2013-04-22 00:00",30.9,"2013-05-16 00:00",27.2,"2013-04-10 00:00",23.2,"2013-06-09 00:00","","","","",31,31,31,30.9,23.2,15.1,4.7,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17147",1,38.588083,-82.834835,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,3.647333,3.714974,10.8,"2013-05-16 00:00",10.5,"2013-04-10 00:00",8,"2013-06-21 00:00",7.5,"2013-06-09 00:00","","","","",10.8,10.8,10.8,10.5,7.5,1.8,0.51,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17148",1,38.588083,-82.834835,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.66,0.503984,1.8,"2013-02-09 00:00",1.3,"2013-06-09 00:00",1,"2013-01-28 00:00",1,"2013-03-29 00:00","","","","",1.8,1.8,1.8,1.3,1,0.6,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17149",1,38.588083,-82.834835,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,4.459333,3.160349,10.2,"2013-06-21 00:00",9.4,"2013-06-09 00:00",8.6,"2013-04-10 00:00",8.6,"2013-05-16 00:00","","","","",10.2,10.2,10.2,9.4,8.6,3.4,1.5,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17150",1,38.588083,-82.834835,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,7.066667,4.733719,16.9,"2013-06-09 00:00",15.2,"2013-06-21 00:00",14.2,"2013-04-10 00:00",8.3,"2013-05-16 00:00","","","","",16.9,16.9,16.9,15.2,8.3,5.5,3.4,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17151",1,38.588083,-82.834835,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.263333,0.259441,0.7,"2013-02-09 00:00",0.6,"2013-06-09 00:00",0.6,"2013-06-21 00:00",0.5,"2013-01-28 00:00","","","","",0.7,0.7,0.7,0.6,0.5,0.3,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17201",1,38.588083,-82.834835,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,1.597333,0.932182,3.8,"2013-06-09 00:00",2.8,"2013-04-10 00:00",2.8,"2013-06-21 00:00",2.1,"2013-04-22 00:00","","","","",3.8,3.8,3.8,2.8,2.1,1.4,0.8,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17204",1,38.588083,-82.834835,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.768667,0.388603,1.6,"2013-06-09 00:00",1.3,"2013-06-21 00:00",1.1,"2013-02-09 00:00",1,"2013-04-10 00:00","","","","",1.6,1.6,1.6,1.3,1,0.7,0.4,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17208",1,38.588083,-82.834835,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.133333,0.198806,0.5,"2013-02-09 00:00",0.4,"2013-03-29 00:00",0.4,"2013-04-22 00:00",0.4,"2013-06-09 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17215",1,38.588083,-82.834835,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17220",1,38.588083,-82.834835,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0.1,0.173205,0.4,"2013-02-09 00:00",0.4,"2013-03-29 00:00",0.4,"2013-04-22 00:00",0.3,"2013-06-09 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17223",1,38.588083,-82.834835,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17224",1,38.588083,-82.834835,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17231",1,38.588083,-82.834835,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17237",1,38.588083,-82.834835,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17242",1,38.588083,-82.834835,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","17243",1,38.588083,-82.834835,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,14,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2013-10-29" +"39","145","0022","42401",1,38.588083,-82.834835,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8694,99,364,365,0,66,0,"","Certification not required",0,2.576374,2.585325,21.1,"2013-09-27 10:00",15.1,"2013-04-04 15:00",13.7,"2013-06-05 10:00",11.2,"2013-02-01 11:00","","","","",11.2,9.9,7.3,6,3.6,1.8,0.3,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0022","42401",1,38.588083,-82.834835,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8694,99,364,365,0,66,"","","Certification not required",0,0.79617,1.131675,21.1,"2013-09-27 10:00",15.1,"2013-04-04 15:00",13.7,"2013-06-05 10:00",11.2,"2013-02-01 11:00","","","","",5.4,4.3,2.8,1.9,1.1,0.4,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0022","42401",1,38.588083,-82.834835,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.799451,0.707107,3.8,"2013-04-04 00:00",3.7,"2013-03-27 00:00",3.6,"2013-01-22 00:00",3.4,"2013-01-23 00:00","","","","",3.4,2.7,2.1,1.7,1.2,0.6,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0022","42401",1,38.588083,-82.834835,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2872,98,363,365,0,0,"",0,"Certification not required",0,0.770857,1.03299,12.2,"2013-09-27 11:00",10.8,"2013-04-04 17:00",8.1,"2013-04-17 20:00",7.9,"2013-06-05 11:00","","","","",4.9,3.9,2.7,1.9,1.1,0.4,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0022","43218",1,38.588083,-82.834835,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.017097,0.068274,0.33,"2013-07-15 00:00",0.2,"2013-12-18 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",0.33,0.33,0.2,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43231",1,38.588083,-82.834835,"NAD83","n-Hexane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.571935,0.598907,2.22,"2013-05-04 00:00",1.74,"2013-09-13 00:00",1.56,"2013-07-15 00:00",1.38,"2013-06-21 00:00","","","","",2.22,2.22,1.74,1.38,0.96,0.46,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43250",1,38.588083,-82.834835,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.12871,0.284965,1.04,"2013-05-04 00:00",0.88,"2013-07-15 00:00",0.62,"2013-06-21 00:00",0.55,"2013-06-09 00:00","","","","",1.04,1.04,0.88,0.55,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43372",1,38.588083,-82.834835,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43447",1,38.588083,-82.834835,"NAD83","Vinyl acetate","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43552",1,38.588083,-82.834835,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",26,4.101935,2.315826,6.8,"2013-01-16 00:00",6.8,"2013-01-28 00:00",6.8,"2013-02-21 00:00",6.8,"2013-03-05 00:00","","","","",6.8,6.8,6.8,6.8,6.6,4,1.6,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43560",1,38.588083,-82.834835,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.067097,0.119644,0.38,"2013-06-09 00:00",0.37,"2013-06-21 00:00",0.34,"2013-07-15 00:00",0.21,"2013-10-07 00:00","","","","",0.38,0.38,0.37,0.21,0.13,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43702",1,38.588083,-82.834835,"NAD83","Acetonitrile","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.250323,0.664507,2.2,"2013-07-27 00:00",2,"2013-06-21 00:00",1.86,"2013-09-13 00:00",1.7,"2013-06-09 00:00","","","","",2.2,2.2,2,1.7,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43704",1,38.588083,-82.834835,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43801",1,38.588083,-82.834835,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.436774,0.532975,2.7,"2013-10-07 00:00",1.1,"2013-07-27 00:00",0.97,"2013-05-22 00:00",0.77,"2013-12-18 00:00","","","","",2.7,2.7,1.1,0.77,0.62,0.44,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43802",1,38.588083,-82.834835,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.371935,0.53798,2.9,"2013-07-15 00:00",1.1,"2013-04-10 00:00",0.81,"2013-01-05 00:00",0.81,"2013-07-03 00:00","","","","",2.9,2.9,1.1,0.81,0.38,0.21,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43803",1,38.588083,-82.834835,"NAD83","Chloroform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.006452,0.035921,0.2,"2013-10-07 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.2,0.2,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43804",1,38.588083,-82.834835,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.055484,0.05098,0.14,"2013-07-03 00:00",0.14,"2013-07-15 00:00",0.12,"2013-08-20 00:00",0.12,"2013-09-01 00:00","","","","",0.14,0.14,0.14,0.12,0.1,0.07,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43806",1,38.588083,-82.834835,"NAD83","Bromoform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43812",1,38.588083,-82.834835,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43813",1,38.588083,-82.834835,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43814",1,38.588083,-82.834835,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43815",1,38.588083,-82.834835,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.002581,0.014368,0.08,"2013-07-15 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.08,0.08,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43817",1,38.588083,-82.834835,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.01871,0.093657,0.52,"2013-08-08 00:00",0.06,"2013-08-20 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00","","","","",0.52,0.52,0.06,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43818",1,38.588083,-82.834835,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43819",1,38.588083,-82.834835,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.049355,0.14285,0.62,"2013-02-09 00:00",0.43,"2013-04-10 00:00",0.28,"2013-01-16 00:00",0.2,"2013-10-07 00:00","","","","",0.62,0.62,0.43,0.2,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43820",1,38.588083,-82.834835,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43824",1,38.588083,-82.834835,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43826",1,38.588083,-82.834835,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECRIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43829",1,38.588083,-82.834835,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43830",1,38.588083,-82.834835,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.009032,0.050289,0.28,"2013-02-09 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.28,0.28,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43831",1,38.588083,-82.834835,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43835",1,38.588083,-82.834835,"NAD83","Chloroprene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43843",1,38.588083,-82.834835,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43844",1,38.588083,-82.834835,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43860",1,38.588083,-82.834835,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESSURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","43861",1,38.588083,-82.834835,"NAD83","Vinyl bromide","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45109",1,38.588083,-82.834835,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.33129,0.482036,1.68,"2013-01-28 00:00",1.44,"2013-07-15 00:00",1.2,"2013-12-18 00:00",1.12,"2013-07-03 00:00","","","","",1.68,1.68,1.44,1.12,0.51,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45201",1,38.588083,-82.834835,"NAD83","Benzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.947097,0.469789,1.98,"2013-01-28 00:00",1.8,"2013-01-05 00:00",1.56,"2013-01-16 00:00",1.56,"2013-03-29 00:00","","","","",1.98,1.98,1.8,1.56,1.26,0.9,0.42,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45202",1,38.588083,-82.834835,"NAD83","Toluene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,1.032903,0.928167,4.48,"2013-07-15 00:00",3.01,"2013-09-13 00:00",1.89,"2013-01-28 00:00",1.89,"2013-04-22 00:00","","","","",4.48,4.48,3.01,1.89,1.19,0.84,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45203",1,38.588083,-82.834835,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.052903,0.146792,0.61,"2013-07-15 00:00",0.41,"2013-12-18 00:00",0.33,"2013-09-13 00:00",0.29,"2013-07-03 00:00","","","","",0.61,0.61,0.41,0.29,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45204",1,38.588083,-82.834835,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.076129,0.161796,0.66,"2013-07-15 00:00",0.43,"2013-07-03 00:00",0.33,"2013-09-13 00:00",0.32,"2013-06-21 00:00","","","","",0.66,0.66,0.43,0.32,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45210",1,38.588083,-82.834835,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,1.303871,2.371889,11.7,"2013-03-05 00:00",5.13,"2013-02-21 00:00",4.23,"2013-08-20 00:00",4.05,"2013-07-27 00:00","","","","",11.7,11.7,5.13,4.05,1.26,0.4,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45220",1,38.588083,-82.834835,"NAD83","Styrene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.046774,0.170321,0.88,"2013-07-15 00:00",0.31,"2013-07-03 00:00",0.26,"2013-06-09 00:00",0,"2013-01-05 00:00","","","","",0.88,0.88,0.31,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45801",1,38.588083,-82.834835,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,1.091613,1.9219,9,"2013-01-05 00:00",4.68,"2013-01-16 00:00",3.36,"2013-01-28 00:00",2.7,"2013-03-05 00:00","","","","",9,9,4.68,2.7,1.74,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45807",1,38.588083,-82.834835,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.116452,0.430059,2.16,"2013-01-28 00:00",1.08,"2013-02-21 00:00",0.37,"2013-08-08 00:00",0,"2013-01-05 00:00","","","","",2.16,2.16,1.08,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","45810",1,38.588083,-82.834835,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS-CANISTER-SUBAMBIENT-PRESURE - GAS CHROMATOGRAPH MASS SELECTIV DET",2013,"Parts per billion Carbon","No Events",31,100,29,31,0,0,"","","Certification not required",0,0.193548,1.077632,6,"2013-01-28 00:00",0,"2013-01-05 00:00",0,"2013-01-16 00:00",0,"2013-02-09 00:00","","","","",6,6,0,0,0,0,0,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-02-13" +"39","145","0022","81102",1,38.588083,-82.834835,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8657,99,360,365,0,103,"","","Certification not required",431,13.796927,8.11817,123,"2013-10-10 18:00",121,"2013-10-11 18:00",111,"2013-03-28 23:00",93,"2013-06-14 11:00","","","","",39,33,28,24,18,13,5,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","145","0022","81102",1,38.588083,-82.834835,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",360,99,360,365,0,0,0,0,"Certification not required",0,13.352778,5.199689,30,"2013-05-15 00:00",30,"2013-09-11 00:00",29,"2013-09-09 00:00",27,"2013-09-10 00:00","","","","",27,24,22,21,17,13,7,"","1740 GALLIA PIKE","Ohio","Scioto","Franklin Furnace","Portsmouth, OH","2014-01-17" +"39","151","0016","44201",1,40.828052,-81.378333,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5067,98,210,214,0,69,0,0,"Certification not required",71,0.048533,0.011371,0.077,"2013-06-21 18:00",0.077,"2013-06-22 16:00",0.076,"2013-05-17 17:00",0.076,"2013-05-18 16:00","","","","",0.076,0.076,0.068,0.063,0.055,0.049,0.034,"MALONE_COL","515 25TH. ST.","Ohio","Stark","Canton","Canton-Massillon, OH","2013-12-12" +"39","151","0016","44201",1,40.828052,-81.378333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5024,97,208,214,0,0,0,0,"Certification not required",0,0.043885,0.011357,0.074,"2013-06-21 10:00",0.072,"2013-05-18 12:00",0.072,"2013-06-20 12:00",0.07,"2013-06-05 12:00","","","","",0.072,0.07,0.063,0.059,0.051,0.044,0.029,"MALONE_COL","515 25TH. ST.","Ohio","Stark","Canton","Canton-Massillon, OH","2013-12-12" +"39","151","0016","44201",1,40.828052,-81.378333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5024,97,208,214,0,0,0,0,"Certification not required",0,0.043885,0.011357,0.074,"2013-06-21 10:00",0.072,"2013-05-18 12:00",0.072,"2013-06-20 12:00",0.07,"2013-06-05 12:00","","","","",0.072,0.07,0.063,0.059,0.051,0.044,0.029,"MALONE_COL","515 25TH. ST.","Ohio","Stark","Canton","Canton-Massillon, OH","2013-12-12" +"39","151","0017","14103",3,40.786878,-81.394186,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.00247,0.001392,0.00571,"2013-06-01 00:00",0.00318,"2013-09-01 00:00",0.00313,"2013-08-01 00:00",0.00268,"2013-04-01 00:00","","","","",0.00571,0.00571,0.00571,0.00571,0.00313,0.0026,0.00109,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14105",3,40.786878,-81.394186,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.05,0.007703,0.06,"2013-07-01 00:00",0.058,"2013-01-01 00:00",0.058,"2013-02-01 00:00",0.056,"2013-09-01 00:00","","","","",0.06,0.06,0.06,0.06,0.058,0.048,0.044,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14110",3,40.786878,-81.394186,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000502,0.00026,0.00118,"2013-06-01 00:00",0.00062,"2013-04-01 00:00",0.0005,"2013-05-01 00:00",0.00049,"2013-09-01 00:00","","","","",0.00118,0.00118,0.00118,0.00118,0.0005,0.00046,0.00032,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14112",3,40.786878,-81.394186,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.005317,0.001836,0.00895,"2013-05-01 00:00",0.00709,"2013-08-01 00:00",0.00656,"2013-01-01 00:00",0.00615,"2013-04-01 00:00","","","","",0.00895,0.00895,0.00895,0.00895,0.00656,0.00486,0.00351,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14128",3,40.786878,-81.394186,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0118,0.004367,0.021,"2013-06-01 00:00",0.015,"2013-04-01 00:00",0.013,"2013-01-01 00:00",0.013,"2013-05-01 00:00","","","","",0.021,0.021,0.021,0.021,0.013,0.013,0.008,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14129",1,40.786878,-81.394186,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,4,0,0,"Certification not required",0,0.012681,0.008349,0.032,"2013-04-10 00:00",0.031,"2013-02-27 00:00",0.031,"2013-06-09 00:00",0.03,"2013-06-21 00:00","","","","",0.032,0.032,0.031,0.026,0.018,0.01,0.004,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14132",3,40.786878,-81.394186,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0659,0.026227,0.12,"2013-05-01 00:00",0.092,"2013-04-01 00:00",0.089,"2013-08-01 00:00",0.068,"2013-01-01 00:00","","","","",0.12,0.12,0.12,0.12,0.089,0.059,0.043,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14136",3,40.786878,-81.394186,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.002855,0.000907,0.00437,"2013-05-01 00:00",0.00416,"2013-04-01 00:00",0.00342,"2013-08-01 00:00",0.00318,"2013-06-01 00:00","","","","",0.00437,0.00437,0.00437,0.00437,0.00342,0.00275,0.00204,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","14167",3,40.786878,-81.394186,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.2067,0.098579,0.39,"2013-08-01 00:00",0.35,"2013-06-01 00:00",0.27,"2013-04-01 00:00",0.2,"2013-05-01 00:00","","","","",0.39,0.39,0.39,0.39,0.27,0.18,0.12,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-01-02" +"39","151","0017","68103",5,40.786878,-81.394186,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.45098,9.241307,22.7,"2013-07-15 00:00",22.4,"2013-09-01 00:00",21.3,"2013-07-03 00:00",21.3,"2013-08-08 00:00","","","","",22.7,22.4,21.3,21,16.1,11.6,-3.6,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","68104",5,40.786878,-81.394186,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,19.598039,10.812835,35.4,"2013-07-15 00:00",32.7,"2013-06-21 00:00",31.9,"2013-07-09 00:00",31.7,"2013-07-03 00:00","","","","",35.4,32.7,31.9,31.1,28.7,22.4,4.2,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","68105",1,40.786878,-81.394186,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",179,98,179,182,0,3,"","","Certification not required",0,7.453073,10.363296,29.9,"2013-07-18 00:00",28.7,"2013-07-15 00:00",28.6,"2013-09-10 00:00",25.5,"2013-09-01 00:00","","","","",28.7,25.5,24.4,23,16.9,4.5,-5.2,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","68105",2,40.786878,-81.394186,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",56,92,55,61,0,6,"","","Certification not required",0,10.7,10.984799,28.7,"2013-07-15 00:00",25.5,"2013-09-01 00:00",25.2,"2013-08-26 00:00",24.8,"2013-07-21 00:00","","","","",28.7,25.5,25.2,23.7,20.3,14.3,-3.6,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","68105",5,40.786878,-81.394186,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,14.227451,9.698249,28.8,"2013-07-15 00:00",25.5,"2013-09-01 00:00",25.2,"2013-08-26 00:00",25,"2013-07-21 00:00","","","","",28.8,25.5,25.2,24.7,22.2,17.1,1.2,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","68106",5,40.786878,-81.394186,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,729.921569,4.577524,739,"2013-07-15 00:00",737,"2013-01-10 00:00",737,"2013-04-22 00:00",736,"2013-02-09 00:00","","","","",739,737,737,736,733,730,725,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","68107",5,40.786878,-81.394186,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,734.529412,4.177813,744,"2013-01-10 00:00",742,"2013-04-22 00:00",741,"2013-04-04 00:00",741,"2013-07-15 00:00","","","","",744,742,741,739,738,734,729,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","68108",1,40.786878,-81.394186,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",179,98,179,182,0,3,"","","Certification not required",0,733.117318,4.744326,745,"2013-11-24 00:00",743,"2013-01-10 00:00",743,"2013-01-27 00:00",743,"2013-12-24 00:00","","","","",743,743,741,739,737,733,727,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","68108",2,40.786878,-81.394186,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,55,61,0,6,"","","Certification not required",0,733.160714,4.827108,745,"2013-11-24 00:00",742,"2013-01-10 00:00",742,"2013-11-12 00:00",742,"2013-12-24 00:00","","","","",745,742,742,740,736,734,727,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","68108",5,40.786878,-81.394186,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,731.921569,4.136874,741,"2013-01-10 00:00",739,"2013-02-09 00:00",739,"2013-04-22 00:00",739,"2013-07-15 00:00","","","","",741,739,739,737,735,732,727,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88101",1,40.786878,-81.394186,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",179,98,179,182,0,3,0,0,"Certification not required",0,11.992737,5.789636,32.8,"2013-01-07 00:00",29.7,"2013-12-03 00:00",28.7,"2013-01-27 00:00",27.8,"2013-09-10 00:00","","","","",29.7,27.8,23.6,20.6,15,11.2,5.7,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","88101",1,40.786878,-81.394186,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",179,98,179,182,0,3,"","","Certification not required",0,11.992737,5.789636,32.8,"2013-01-07 00:00",29.7,"2013-12-03 00:00",28.7,"2013-01-27 00:00",27.8,"2013-09-10 00:00","","","","",29.7,27.8,23.6,20.6,15,11.2,5.7,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","88101",2,40.786878,-81.394186,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,90,55,61,0,6,0,0,"Certification not required",0,12.010714,5.307822,23.8,"2013-09-19 00:00",22.2,"2013-08-20 00:00",21.7,"2013-01-28 00:00",21.7,"2013-06-09 00:00","","","","",23.8,22.2,21.7,20.4,15.6,11.1,6,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","88101",2,40.786878,-81.394186,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,90,55,61,0,6,"","","Certification not required",0,12.010714,5.307822,23.8,"2013-09-19 00:00",22.2,"2013-08-20 00:00",21.7,"2013-01-28 00:00",21.7,"2013-06-09 00:00","","","","",23.8,22.2,21.7,20.4,15.6,11.1,6,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0017","88102",5,40.786878,-81.394186,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01851,0.005706,0.04,"2013-07-15 00:00",0.026,"2013-05-10 00:00",0.026,"2013-07-27 00:00",0.026,"2013-09-25 00:00","","","","",0.04,0.04,0.026,0.026,0.021,0.0195,0.0135,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88103",5,40.786878,-81.394186,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00162,0.001958,0.009,"2013-06-09 00:00",0.005,"2013-02-27 00:00",0.005,"2013-08-20 00:00",0.004,"2013-05-28 00:00","","","","",0.009,0.009,0.005,0.004,0.003,0.001,0,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88104",5,40.786878,-81.394186,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",29,0.02491,0.036346,0.243,"2013-07-15 00:00",0.088,"2013-06-27 00:00",0.056,"2013-10-01 00:00",0.054,"2013-05-10 00:00","","","","",0.243,0.243,0.056,0.052,0.032,0.0125,0.0065,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88107",5,40.786878,-81.394186,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.007442,0.00751,0.0305,"2013-04-10 00:00",0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-16 00:00","","","","",0.0305,0.0305,0.0295,0.0295,0.0055,0.005,0.00385,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88109",5,40.786878,-81.394186,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",10,0.003592,0.002274,0.0095,"2013-06-09 00:00",0.0094,"2013-08-20 00:00",0.0079,"2013-03-05 00:00",0.0075,"2013-03-29 00:00","","","","",0.0095,0.0095,0.0079,0.0071,0.0049,0.0036,0.0009,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88110",5,40.786878,-81.394186,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0014,0.00344,0.018,"2013-10-19 00:00",0.011,"2013-09-13 00:00",0.009,"2013-02-21 00:00",0.007,"2013-06-03 00:00","","","","",0.018,0.018,0.009,0.006,0,0,0,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88111",5,40.786878,-81.394186,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.048462,0.041371,0.164,"2013-05-22 00:00",0.153,"2013-08-20 00:00",0.144,"2013-05-28 00:00",0.129,"2013-07-15 00:00","","","","",0.164,0.164,0.144,0.127,0.0719,0.0311,0.0112,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88112",5,40.786878,-81.394186,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.01112,0.028367,0.166,"2013-10-07 00:00",0.089,"2013-05-28 00:00",0.071,"2013-10-01 00:00",0.062,"2013-11-06 00:00","","","","",0.166,0.166,0.071,0.016,0.006,0.003,0,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88113",5,40.786878,-81.394186,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",41,0.00091,0.000562,0.0031,"2013-04-22 00:00",0.0027,"2013-02-27 00:00",0.0023,"2013-09-25 00:00",0.0021,"2013-05-28 00:00","","","","",0.0031,0.0031,0.0023,0.0017,0.001,0.0007,0.00055,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88114",5,40.786878,-81.394186,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",10,0.010271,0.010302,0.0471,"2013-05-28 00:00",0.0335,"2013-11-06 00:00",0.0325,"2013-05-22 00:00",0.026,"2013-04-10 00:00","","","","",0.0471,0.0471,0.0325,0.0255,0.0151,0.0071,0.00125,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88115",5,40.786878,-81.394186,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",12,0.044704,0.064412,0.282,"2013-04-04 00:00",0.222,"2013-06-15 00:00",0.217,"2013-08-20 00:00",0.161,"2013-11-06 00:00","","","","",0.282,0.282,0.217,0.139,0.0502,0.014,0.0039,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88117",5,40.786878,-81.394186,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.007857,0.011987,0.0445,"2013-04-10 00:00",0.0435,"2013-03-17 00:00",0.043,"2013-01-10 00:00",0.043,"2013-04-16 00:00","","","","",0.0445,0.0445,0.043,0.043,0.00485,0.0041,0.0028,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88118",5,40.786878,-81.394186,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01012,0.006852,0.0235,"2013-04-10 00:00",0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00","","","","",0.0235,0.0235,0.023,0.023,0.017,0.0055,0.0041,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88126",5,40.786878,-81.394186,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.208717,0.16966,0.769,"2013-05-28 00:00",0.601,"2013-02-27 00:00",0.53,"2013-05-22 00:00",0.522,"2013-01-10 00:00","","","","",0.769,0.769,0.53,0.502,0.309,0.161,0.0502,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88128",5,40.786878,-81.394186,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00538,0.005469,0.02,"2013-06-09 00:00",0.019,"2013-06-21 00:00",0.017,"2013-02-27 00:00",0.015,"2013-04-16 00:00","","","","",0.02,0.02,0.017,0.013,0.009,0.004,0,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88131",5,40.786878,-81.394186,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.00996,0.003434,0.018,"2013-02-15 00:00",0.0165,"2013-05-10 00:00",0.0165,"2013-07-27 00:00",0.0165,"2013-09-25 00:00","","","","",0.018,0.018,0.0165,0.0165,0.011,0.008,0.007,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88132",5,40.786878,-81.394186,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.01908,0.024237,0.112,"2013-02-27 00:00",0.084,"2013-05-22 00:00",0.07,"2013-11-06 00:00",0.068,"2013-05-28 00:00","","","","",0.112,0.112,0.07,0.05,0.027,0.011,0,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88136",5,40.786878,-81.394186,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00142,0.002459,0.014,"2013-05-28 00:00",0.008,"2013-06-09 00:00",0.006,"2013-08-14 00:00",0.004,"2013-04-22 00:00","","","","",0.014,0.014,0.006,0.004,0.002,0.001,0,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88140",5,40.786878,-81.394186,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",37,0.01389,0.014988,0.065,"2013-05-22 00:00",0.061,"2013-05-28 00:00",0.056,"2013-08-20 00:00",0.051,"2013-02-27 00:00","","","","",0.065,0.065,0.056,0.034,0.015,0.009,0.0055,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88152",5,40.786878,-81.394186,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005447,0.00153,0.008,"2013-03-29 00:00",0.008,"2013-05-16 00:00",0.008,"2013-06-03 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88154",5,40.786878,-81.394186,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.001246,0.000457,0.0027,"2013-04-22 00:00",0.0026,"2013-07-21 00:00",0.0025,"2013-06-09 00:00",0.0025,"2013-06-27 00:00","","","","",0.0027,0.0027,0.0025,0.0016,0.0013,0.00125,0.00065,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88160",5,40.786878,-81.394186,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01263,0.003751,0.023,"2013-01-10 00:00",0.018,"2013-05-10 00:00",0.018,"2013-07-27 00:00",0.018,"2013-09-25 00:00","","","","",0.023,0.023,0.018,0.018,0.016,0.01,0.01,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88161",5,40.786878,-81.394186,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",39,0.005517,0.0085,0.0436,"2013-09-25 00:00",0.0392,"2013-10-01 00:00",0.021,"2013-07-15 00:00",0.0198,"2013-08-20 00:00","","","","",0.0436,0.0436,0.021,0.013,0.00265,0.0025,0.0021,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88164",5,40.786878,-81.394186,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001604,0.000386,0.0036,"2013-04-22 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-05-16 00:00",0.0019,"2013-06-03 00:00","","","","",0.0036,0.0036,0.0019,0.0019,0.0016,0.0016,0.0015,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88165",5,40.786878,-81.394186,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.081702,0.077913,0.506,"2013-07-15 00:00",0.232,"2013-06-27 00:00",0.191,"2013-05-16 00:00",0.147,"2013-09-01 00:00","","","","",0.506,0.506,0.191,0.138,0.095,0.0737,0.011,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88166",5,40.786878,-81.394186,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00752,0.004297,0.0185,"2013-05-10 00:00",0.0185,"2013-07-27 00:00",0.0185,"2013-09-25 00:00",0.0185,"2013-10-01 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88167",5,40.786878,-81.394186,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.099327,0.113304,0.543,"2013-08-20 00:00",0.425,"2013-06-15 00:00",0.341,"2013-06-21 00:00",0.278,"2013-02-27 00:00","","","","",0.543,0.543,0.341,0.241,0.136,0.0527,0.0111,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88168",5,40.786878,-81.394186,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.001889,0.003032,0.019,"2013-10-01 00:00",0.0128,"2013-06-15 00:00",0.0053,"2013-06-27 00:00",0.0025,"2013-09-01 00:00","","","","",0.019,0.019,0.0053,0.0018,0.00155,0.00115,0.00085,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88169",5,40.786878,-81.394186,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.914109,0.678471,3.6,"2013-09-19 00:00",2.48,"2013-06-09 00:00",2.44,"2013-08-20 00:00",2.33,"2013-07-27 00:00","","","","",3.6,3.6,2.44,1.63,1.21,0.725,0.326,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88176",5,40.786878,-81.394186,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000951,0.000221,0.00135,"2013-04-10 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-16 00:00","","","","",0.00135,0.00135,0.0013,0.0013,0.001,0.0009,0.0007,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88180",5,40.786878,-81.394186,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.072225,0.040127,0.171,"2013-05-28 00:00",0.148,"2013-06-15 00:00",0.135,"2013-09-07 00:00",0.131,"2013-04-10 00:00","","","","",0.171,0.171,0.135,0.13,0.101,0.0726,0.0194,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88184",5,40.786878,-81.394186,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",21,0.08886,0.087556,0.358,"2013-05-28 00:00",0.305,"2013-06-15 00:00",0.29,"2013-02-27 00:00",0.239,"2013-11-06 00:00","","","","",0.358,0.358,0.29,0.237,0.14,0.064,0.0155,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88185",5,40.786878,-81.394186,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.00343,0.003694,0.0148,"2013-02-27 00:00",0.0115,"2013-05-10 00:00",0.0115,"2013-07-27 00:00",0.0115,"2013-09-25 00:00","","","","",0.0148,0.0148,0.0115,0.0115,0.0023,0.00225,0.0014,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88301",5,40.786878,-81.394186,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.053902,0.725045,3,"2013-03-23 00:00",2.83,"2013-09-19 00:00",2.54,"2013-06-09 00:00",2.5,"2013-08-20 00:00","","","","",3,2.83,2.54,2.24,1.39,0.922,0.297,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88302",5,40.786878,-81.394186,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.092529,0.064396,0.33,"2013-04-10 00:00",0.259,"2013-05-28 00:00",0.208,"2013-01-28 00:00",0.208,"2013-11-06 00:00","","","","",0.33,0.259,0.208,0.2,0.12,0.074,0.031,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88303",5,40.786878,-81.394186,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.056933,0.035513,0.143,"2013-06-15 00:00",0.129,"2013-04-10 00:00",0.123,"2013-07-15 00:00",0.116,"2013-04-16 00:00","","","","",0.143,0.129,0.123,0.098,0.0825,0.055,0.012,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88306",5,40.786878,-81.394186,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.341765,1.411154,6.03,"2013-01-10 00:00",5.66,"2013-01-16 00:00",5.62,"2013-03-23 00:00",4.51,"2013-03-29 00:00","","","","",6.03,5.66,5.62,2.83,1.34,0.889,0.372,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88355",5,40.786878,-81.394186,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.66098,1.090257,5.91,"2013-06-15 00:00",5.46,"2013-06-21 00:00",4.78,"2013-06-09 00:00",4.5,"2013-01-28 00:00","","","","",5.91,5.46,4.78,3.82,3.21,2.65,1.37,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88357",5,40.786878,-81.394186,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.447706,0.195173,0.982,"2013-06-21 00:00",0.916,"2013-01-10 00:00",0.916,"2013-08-20 00:00",0.798,"2013-06-15 00:00","","","","",0.982,0.916,0.916,0.711,0.528,0.406,0.232,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88370",5,40.786878,-81.394186,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.428882,1.012168,5.58,"2013-06-15 00:00",4.89,"2013-06-21 00:00",4.33,"2013-01-28 00:00",4.15,"2013-06-09 00:00","","","","",5.58,4.89,4.33,3.75,2.95,2.23,1.23,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88374",5,40.786878,-81.394186,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.228608,0.132005,0.579,"2013-01-28 00:00",0.564,"2013-06-21 00:00",0.54,"2013-06-15 00:00",0.466,"2013-05-28 00:00","","","","",0.579,0.564,0.54,0.392,0.301,0.205,0.081,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88375",5,40.786878,-81.394186,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.650686,0.271663,1.48,"2013-06-15 00:00",1.26,"2013-06-21 00:00",1.16,"2013-05-28 00:00",1.11,"2013-06-09 00:00","","","","",1.48,1.26,1.16,0.974,0.841,0.601,0.315,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88376",5,40.786878,-81.394186,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.700098,0.345224,1.88,"2013-06-15 00:00",1.52,"2013-06-09 00:00",1.44,"2013-01-10 00:00",1.32,"2013-06-21 00:00","","","","",1.88,1.52,1.44,1.11,0.848,0.648,0.322,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88377",5,40.786878,-81.394186,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.619196,0.287237,1.23,"2013-06-21 00:00",1.17,"2013-06-15 00:00",1.17,"2013-10-31 00:00",1.16,"2013-01-28 00:00","","","","",1.23,1.17,1.17,1.04,0.822,0.558,0.267,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88378",5,40.786878,-81.394186,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.229922,0.158069,0.601,"2013-01-28 00:00",0.573,"2013-03-23 00:00",0.522,"2013-09-07 00:00",0.517,"2013-06-21 00:00","","","","",0.601,0.573,0.522,0.495,0.335,0.212,0.047,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88380",5,40.786878,-81.394186,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.680294,0.278733,1.55,"2013-06-21 00:00",1.4,"2013-08-20 00:00",1.13,"2013-06-15 00:00",1.08,"2013-06-09 00:00","","","","",1.55,1.4,1.13,0.996,0.842,0.616,0.36,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88383",5,40.786878,-81.394186,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.852235,0.328867,1.95,"2013-06-21 00:00",1.56,"2013-06-15 00:00",1.34,"2013-08-20 00:00",1.3,"2013-09-07 00:00","","","","",1.95,1.56,1.34,1.25,1.09,0.815,0.47,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88384",5,40.786878,-81.394186,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.05711,0.019873,0.114,"2013-06-21 00:00",0.11,"2013-09-13 00:00",0.0995,"2013-06-27 00:00",0.0887,"2013-08-08 00:00","","","","",0.114,0.11,0.0995,0.08,0.0672,0.0565,0.0333,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88385",5,40.786878,-81.394186,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.001276,0.001502,0.0115,"2013-01-04 00:00",0.00286,"2013-03-05 00:00",0.00272,"2013-07-21 00:00",0.001,"2013-01-10 00:00","","","","",0.0115,0.00286,0.00272,0.001,0.001,0.001,0.001,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88388",5,40.786878,-81.394186,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.462294,0.233663,1.08,"2013-06-21 00:00",0.9,"2013-03-23 00:00",0.875,"2013-09-19 00:00",0.861,"2013-09-07 00:00","","","","",1.08,0.9,0.875,0.835,0.577,0.406,0.2,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88403",5,40.786878,-81.394186,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.502039,1.645857,9.1,"2013-09-19 00:00",6.65,"2013-06-09 00:00",6.55,"2013-07-27 00:00",5.4,"2013-08-20 00:00","","","","",9.1,6.65,6.55,3.88,3.43,2.05,1.14,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0017","88502",5,40.786878,-81.394186,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.456,5.530441,23.2,"2013-09-19 00:00",22.6,"2013-03-23 00:00",21.9,"2013-06-09 00:00",21.2,"2013-08-20 00:00","","","","",23.2,23.2,21.9,19.6,14.3,10.9,5.6,"CANTON FS 8","1330 DUEBER","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-14" +"39","151","0020","42101",1,40.800729,-81.373008,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8368,96,348,365,0,392,0,0,"Certification not required",6252,0.324008,0.135983,1.6,"2013-11-29 08:00",1.3,"2013-04-26 07:00",1.3,"2013-11-29 09:00",1.2,"2013-04-26 06:00","","","","",0.7,0.7,0.6,0.5,0.5,0.25,0.25,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","42101",1,40.800729,-81.373008,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8309,95,344,365,0,0,0,0,"Certification not required",0,0.350644,0.093974,1,"2013-03-30 05:00",1,"2013-03-30 06:00",0.9,"2013-03-30 04:00",0.9,"2013-03-30 07:00",1,"2013-03-30 05:00",0.9,"2013-04-26 07:00",0.7,0.6,0.5,0.5,0.4,0.3,0.3,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","68105",1,40.800729,-81.373008,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,11.902521,10.550833,30.4,"2013-07-18 00:00",29.1,"2013-07-15 00:00",28.7,"2013-09-10 00:00",27.1,"2013-06-24 00:00","","","","",29.1,28.7,25.6,24.8,21.3,13.8,-2,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","68108",1,40.800729,-81.373008,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,732.663866,4.349707,743,"2013-01-10 00:00",742,"2013-11-24 00:00",741,"2013-03-08 00:00",740,"2013-02-09 00:00","","","","",742,741,740,739,736,733,727,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","88101",1,40.800729,-81.373008,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,10.663559,5.365156,33,"2013-01-07 00:00",26.1,"2013-12-03 00:00",24.3,"2013-09-10 00:00",23,"2013-09-19 00:00","","","","",26.1,24.3,21.8,18.7,13.3,9.6,4.9,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","88101",1,40.800729,-81.373008,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,10.663559,5.365156,33,"2013-01-07 00:00",26.1,"2013-12-03 00:00",24.3,"2013-09-10 00:00",23,"2013-09-19 00:00","","","","",26.1,24.3,21.8,18.7,13.3,9.6,4.9,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","88501",3,40.800729,-81.373008,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8284,95,344,365,0,476,"","","Certification not required",0,8.925423,3.039845,34.5,"2013-09-17 02:00",32.6,"2013-07-27 21:00",31,"2013-01-10 09:00",29.3,"2013-09-17 01:00","","","","",17.3,16.1,14.5,12.8,10.5,8.8,5.3,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0020","88501",3,40.800729,-81.373008,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,8.894186,2.580657,16.3,"2013-09-10 00:00",15.7,"2013-09-19 00:00",15.7,"2013-09-20 00:00",15.5,"2013-08-21 00:00","","","","",15.5,14.5,13.5,12.2,10.4,8.8,5.7,"CANTON 2, SEARS BLDG.","420 MARKET","Ohio","Stark","Canton","Canton-Massillon, OH","2014-02-12" +"39","151","0022","44201",1,40.712778,-81.598333,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5086,100,213,214,0,50,0,0,"Certification not required",632,0.047343,0.011183,0.08,"2013-06-21 13:00",0.076,"2013-06-20 16:00",0.075,"2013-05-15 15:00",0.074,"2013-06-22 16:00","","","","",0.075,0.072,0.065,0.062,0.054,0.047,0.033,"BREWSTER (WANDLE)","45 S. WABASH AVENUE, S.R 93","Ohio","Stark","Brewster","Canton-Massillon, OH","2013-12-12" +"39","151","0022","44201",1,40.712778,-81.598333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5083,99,212,214,0,0,0,0,"Certification not required",0,0.042528,0.011021,0.073,"2013-06-21 10:00",0.07,"2013-05-15 10:00",0.069,"2013-06-20 11:00",0.067,"2013-06-22 10:00","","","","",0.069,0.066,0.06,0.056,0.05,0.043,0.028,"BREWSTER (WANDLE)","45 S. WABASH AVENUE, S.R 93","Ohio","Stark","Brewster","Canton-Massillon, OH","2013-12-12" +"39","151","0022","44201",1,40.712778,-81.598333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5083,99,212,214,0,0,0,0,"Certification not required",0,0.042528,0.011021,0.073,"2013-06-21 10:00",0.07,"2013-05-15 10:00",0.069,"2013-06-20 11:00",0.067,"2013-06-22 10:00","","","","",0.069,0.066,0.06,0.056,0.05,0.043,0.028,"BREWSTER (WANDLE)","45 S. WABASH AVENUE, S.R 93","Ohio","Stark","Brewster","Canton-Massillon, OH","2013-12-12" +"39","151","4005","44201",1,40.931398,-81.123519,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5040,97,207,214,0,96,0,0,"Certification not required",419,0.04728,0.011199,0.077,"2013-06-20 16:00",0.075,"2013-05-18 16:00",0.075,"2013-09-10 15:00",0.073,"2013-06-05 17:00","","","","",0.075,0.073,0.067,0.062,0.054,0.047,0.033,"ALLIANCE","1175 WEST VINE","Ohio","Stark","Alliance","Canton-Massillon, OH","2013-12-12" +"39","151","4005","44201",1,40.931398,-81.123519,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5016,96,206,214,0,0,0,0,"Certification not required",0,0.042723,0.010839,0.072,"2013-06-20 10:00",0.072,"2013-06-21 10:00",0.07,"2013-05-18 12:00",0.067,"2013-06-05 11:00","","","","",0.07,0.066,0.061,0.058,0.05,0.042,0.029,"ALLIANCE","1175 WEST VINE","Ohio","Stark","Alliance","Canton-Massillon, OH","2013-12-12" +"39","151","4005","44201",1,40.931398,-81.123519,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5016,96,206,214,0,0,0,0,"Certification not required",0,0.042723,0.010839,0.072,"2013-06-20 10:00",0.072,"2013-06-21 10:00",0.07,"2013-05-18 12:00",0.067,"2013-06-05 11:00","","","","",0.07,0.066,0.061,0.058,0.05,0.042,0.029,"ALLIANCE","1175 WEST VINE","Ohio","Stark","Alliance","Canton-Massillon, OH","2013-12-12" +"39","153","0014","61101",1,41.079486,-81.516059,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,4.620205,2.50908,16.5,"2013-01-30 07:00",16.5,"2013-11-17 17:00",16.5,"2013-11-17 18:00",16.5,"2013-11-17 23:00","","","","",13,11.3,9.6,7.8,6.1,4.3,1.7,"BROADWAY","177 S. BROADWAY AVE.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0014","61102",1,41.079486,-81.516059,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8759,100,365,365,0,1,"","","Certification not required",0,253.085626,97.61242,359,"2013-06-05 04:00",359,"2013-06-06 06:00",359,"2013-07-11 17:00",358,"2013-04-07 22:00","","","","",346,345,345,345,340,293,91,"BROADWAY","177 S. BROADWAY AVE.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","42401",1,41.063526,-81.468956,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8319,95,363,365,0,441,0,"","Certification not required",0,5.374656,5.705732,54,"2013-09-25 12:00",51,"2013-06-04 07:00",26,"2013-01-09 22:00",23,"2013-11-10 23:00","","","","",23,20,15,11,7,4,1,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","42401",1,41.063526,-81.468956,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8319,95,363,365,0,441,"","","Certification not required",0,1.560765,2.520439,54,"2013-09-25 12:00",51,"2013-06-04 07:00",49,"2013-09-25 11:00",46,"2013-09-25 09:00","","","","",10,8,5,4,2,1,0,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","42401",1,41.063526,-81.468956,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.559229,1.44923,12.1,"2013-09-25 00:00",8,"2013-01-09 00:00",7,"2013-12-13 00:00",6.7,"2013-11-10 00:00","","","","",6.7,5.2,4.1,3.3,2.2,1.2,0.1,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","42401",1,41.063526,-81.468956,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2507,86,356,365,0,0,"",0,"Certification not required",0,1.558835,2.199651,46.6,"2013-09-25 11:00",23.6,"2013-06-04 08:00",22,"2013-01-09 23:00",19.6,"2013-11-10 23:00","","","","",9.3,7,5.3,3.6,2.3,1,0,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","42406",1,41.063526,-81.468956,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8321,95,363,365,0,439,"","","Certification not required",0,2.381925,3.888689,124,"2013-07-11 14:00",87,"2013-06-04 07:00",66,"2013-09-25 12:00",53,"2013-09-25 11:00","","","","",16,13,9,6,3,1,0,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","68105",1,41.063526,-81.468956,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,33,119,365,0,3,"","","Certification not required",0,11.382353,11.006082,30.9,"2013-07-18 00:00",29.9,"2013-07-15 00:00",29.9,"2013-09-10 00:00",26.5,"2013-08-29 00:00","","","","",29.9,29.9,26.2,25.6,21.2,13,-3,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","68105",2,41.063526,-81.468956,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",54,89,53,61,0,9,"","","Certification not required",0,13.17037,10.748842,30,"2013-07-15 00:00",26.2,"2013-07-21 00:00",26.2,"2013-08-26 00:00",26.1,"2013-07-03 00:00","","","","",30,26.2,26.2,25.8,21.8,16.9,-2.7,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","68108",1,41.063526,-81.468956,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,33,119,365,0,3,"","","Certification not required",0,733.663866,4.428868,744,"2013-11-24 00:00",743,"2013-01-10 00:00",742,"2013-03-08 00:00",742,"2013-11-12 00:00","","","","",743,742,741,740,737,734,729,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","68108",2,41.063526,-81.468956,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",54,89,53,61,0,8,"","","Certification not required",0,734.296296,5.0605,747,"2013-12-24 00:00",745,"2013-12-12 00:00",744,"2013-01-10 00:00",742,"2013-11-12 00:00","","","","",747,745,744,741,738,734,729,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","88101",1,41.063526,-81.468956,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,10.306723,5.185079,30.7,"2013-01-07 00:00",25.7,"2013-12-03 00:00",24.9,"2013-09-19 00:00",24.7,"2013-09-10 00:00","","","","",25.7,24.9,20.5,16.6,13,9.2,4.7,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","88101",1,41.063526,-81.468956,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,10.306723,5.185079,30.7,"2013-01-07 00:00",25.7,"2013-12-03 00:00",24.9,"2013-09-19 00:00",24.7,"2013-09-10 00:00","","","","",25.7,24.9,20.5,16.6,13,9.2,4.7,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","88101",2,41.063526,-81.468956,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,87,53,61,0,8,0,0,"Certification not required",0,11.001852,4.985318,24.9,"2013-09-19 00:00",21,"2013-08-20 00:00",20.4,"2013-01-28 00:00",19.3,"2013-06-21 00:00","","","","",24.9,21,20.4,17.8,13.8,10,5.3,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0017","88101",2,41.063526,-81.468956,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,87,53,61,0,8,"","","Certification not required",0,11.001852,4.985318,24.9,"2013-09-19 00:00",21,"2013-08-20 00:00",20.4,"2013-01-28 00:00",19.3,"2013-06-21 00:00","","","","",24.9,21,20.4,17.8,13.8,10,5.3,"EAST_HS","80 BRITTAIN","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0020","42101",1,41.106486,-81.503547,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8726,100,365,365,0,34,0,0,"Certification not required",8487,0.260492,0.068698,1.4,"2013-07-06 08:00",1.3,"2013-01-10 08:00",1.2,"2013-01-10 07:00",1.2,"2013-10-29 09:00","","","","",0.6,0.5,0.25,0.25,0.25,0.25,0.25,"PATTERSON PARK (PATT_PARK)","800 PATTERSON AVE.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0020","42101",1,41.106486,-81.503547,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8749,100,365,365,0,0,0,0,"Certification not required",0,0.306732,0.040223,0.9,"2013-03-09 07:00",0.9,"2013-03-09 08:00",0.8,"2013-03-09 06:00",0.8,"2013-03-09 09:00",0.9,"2013-03-09 07:00",0.8,"2013-04-27 06:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"PATTERSON PARK (PATT_PARK)","800 PATTERSON AVE.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0020","44201",1,41.106486,-81.503547,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5111,100,214,214,0,25,0,0,"Certification not required",381,0.041383,0.010875,0.074,"2013-06-21 14:00",0.069,"2013-06-20 15:00",0.065,"2013-06-05 16:00",0.064,"2013-06-22 11:00","","","","",0.065,0.064,0.062,0.055,0.048,0.041,0.028,"PATTERSON PARK (PATT_PARK)","800 PATTERSON AVE.","Ohio","Summit","Akron","Akron, OH","2013-12-12" +"39","153","0020","44201",1,41.106486,-81.503547,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.036879,0.010789,0.07,"2013-06-21 11:00",0.064,"2013-06-20 11:00",0.061,"2013-06-22 10:00",0.06,"2013-06-05 11:00","","","","",0.061,0.059,0.056,0.051,0.044,0.036,0.022,"PATTERSON PARK (PATT_PARK)","800 PATTERSON AVE.","Ohio","Summit","Akron","Akron, OH","2013-12-12" +"39","153","0020","44201",1,41.106486,-81.503547,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5133,100,214,214,0,0,0,0,"Certification not required",0,0.036879,0.010789,0.07,"2013-06-21 11:00",0.064,"2013-06-20 11:00",0.061,"2013-06-22 10:00",0.06,"2013-06-05 11:00","","","","",0.061,0.059,0.056,0.051,0.044,0.036,0.022,"PATTERSON PARK (PATT_PARK)","800 PATTERSON AVE.","Ohio","Summit","Akron","Akron, OH","2013-12-12" +"39","153","0022","42101",1,41.080266,-81.516228,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8355,95,365,365,0,405,0,0,"Certification not required",7671,0.27547,0.09073,1.5,"2013-01-15 17:00",1.1,"2013-03-30 03:00",1.1,"2013-03-30 04:00",1,"2013-03-30 00:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0022","42101",1,41.080266,-81.516228,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8754,100,365,365,0,0,0,0,"Certification not required",0,0.315547,0.057574,1,"2013-03-30 05:00",1,"2013-03-30 06:00",1,"2013-03-30 07:00",0.9,"2013-03-30 04:00",1,"2013-03-30 05:00",0.8,"2013-05-27 05:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0022","42401",1,41.080266,-81.516228,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8346,95,365,365,0,414,1,"","Certification not required",0,9.912329,12.002655,81,"2013-01-04 17:00",65,"2013-04-13 00:00",62,"2013-02-01 21:00",59,"2013-01-05 02:00","","","","",59,45,34,25,15,5,1,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0022","42401",1,41.080266,-81.516228,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8346,95,365,365,0,414,"","","Certification not required",0,2.923436,5.557328,81,"2013-01-04 17:00",73,"2013-01-04 18:00",65,"2013-04-13 00:00",62,"2013-02-01 21:00","","","","",28,21,13,7,3,1,0,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0022","42401",1,41.080266,-81.516228,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,2.923288,3.735908,38.7,"2013-01-04 00:00",19.3,"2013-12-13 00:00",19,"2013-12-12 00:00",17.5,"2013-08-26 00:00","","","","",17.5,13.9,9.5,7.2,3.9,1.7,0.3,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0022","42401",1,41.080266,-81.516228,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2511,86,364,365,0,0,"",0,"Certification not required",0,2.932218,5.04386,58.3,"2013-01-04 17:00",49.6,"2013-12-12 23:00",49.3,"2013-01-04 20:00",47.6,"2013-01-04 14:00","","","","",23.3,18.3,12.3,8.3,3,1.3,0,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0022","42406",1,41.080266,-81.516228,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8346,95,365,365,0,414,"","","Certification not required",0,4.462138,9.021807,113,"2013-04-13 00:00",110,"2013-01-04 12:00",97,"2013-01-04 17:00",95,"2013-01-04 11:00","","","","",47,35,21,12,4,1,0,"WORKSHOP (MORLEY HEALTH BLDG.)","177 S. BROADWAY","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0023","68103",5,41.087956,-81.541611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,7.747059,9.556387,22.7,"2013-07-15 00:00",20.6,"2013-08-08 00:00",20.6,"2013-09-01 00:00",20.3,"2013-07-09 00:00","","","","",22.7,20.6,20.6,19.5,14.9,9.8,-4.6,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","68104",5,41.087956,-81.541611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,17.447059,11.407863,34.6,"2013-07-15 00:00",32.1,"2013-07-09 00:00",30.6,"2013-07-03 00:00",30.5,"2013-08-20 00:00","","","","",34.6,32.1,30.6,29.9,27.7,20.5,1.9,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","68105",1,41.087956,-81.541611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,11.177311,11.027142,32.7,"2013-07-18 00:00",28.7,"2013-09-10 00:00",27.7,"2013-07-21 00:00",27.6,"2013-07-03 00:00","","","","",28.7,27.7,27.4,25.1,21.1,12.3,-2.8,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0023","68105",5,41.087956,-81.541611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.398039,10.244696,28.6,"2013-07-15 00:00",24.3,"2013-08-26 00:00",24.2,"2013-07-21 00:00",24.1,"2013-07-03 00:00","","","","",28.6,24.3,24.2,23.9,20.7,14.9,-0.8,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","68106",5,41.087956,-81.541611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,731.764706,4.78994,741,"2013-07-15 00:00",739,"2013-04-22 00:00",739,"2013-06-21 00:00",738,"2013-01-10 00:00","","","","",741,739,739,737,735,732,726,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","68107",5,41.087956,-81.541611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,737.019608,4.216587,748,"2013-01-10 00:00",744,"2013-04-22 00:00",744,"2013-07-15 00:00",743,"2013-02-09 00:00","","","","",748,744,744,742,740,737,732,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","68108",1,41.087956,-81.541611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,3,"","","Certification not required",0,732.163793,4.54914,743,"2013-11-24 00:00",741,"2013-01-10 00:00",741,"2013-11-12 00:00",741,"2013-11-30 00:00","","","","",741,741,740,738,735,732,727,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0023","68108",5,41.087956,-81.541611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,734.294118,4.341862,744,"2013-01-10 00:00",742,"2013-07-15 00:00",741,"2013-02-09 00:00",741,"2013-04-22 00:00","","","","",744,742,741,739,737,735,729,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88101",1,41.087956,-81.541611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,9.908403,5.211698,29.7,"2013-01-07 00:00",26.2,"2013-12-03 00:00",24,"2013-09-10 00:00",23.9,"2013-09-19 00:00","","","","",26.2,24,18.5,16.2,13.1,8.5,4.1,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0023","88101",1,41.087956,-81.541611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,9.908403,5.211698,29.7,"2013-01-07 00:00",26.2,"2013-12-03 00:00",24,"2013-09-10 00:00",23.9,"2013-09-19 00:00","","","","",26.2,24,18.5,16.2,13.1,8.5,4.1,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-12" +"39","153","0023","88102",5,41.087956,-81.541611,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.020469,0.006791,0.055,"2013-09-07 00:00",0.03,"2013-09-19 00:00",0.026,"2013-02-27 00:00",0.026,"2013-05-04 00:00","","","","",0.055,0.055,0.026,0.026,0.021,0.021,0.014,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88103",5,41.087956,-81.541611,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001104,0.001356,0.005,"2013-09-07 00:00",0.004,"2013-01-28 00:00",0.004,"2013-04-28 00:00",0.003,"2013-01-10 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88104",5,41.087956,-81.541611,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",26,0.053646,0.179983,1.25,"2013-09-13 00:00",0.22,"2013-07-15 00:00",0.085,"2013-04-28 00:00",0.081,"2013-06-27 00:00","","","","",1.25,1.25,0.085,0.073,0.039,0.0125,0.0065,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88107",5,41.087956,-81.541611,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006502,0.006022,0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-10-13 00:00",0.0055,"2013-01-10 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88109",5,41.087956,-81.541611,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",7,0.005033,0.005723,0.0364,"2013-01-28 00:00",0.0177,"2013-02-03 00:00",0.0125,"2013-01-04 00:00",0.0113,"2013-02-15 00:00","","","","",0.0364,0.0364,0.0125,0.0081,0.0068,0.0032,0.00115,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88110",5,41.087956,-81.541611,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00125,0.002741,0.009,"2013-04-28 00:00",0.009,"2013-07-03 00:00",0.009,"2013-11-06 00:00",0.008,"2013-10-19 00:00","","","","",0.009,0.009,0.009,0.007,0.001,0,0,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88111",5,41.087956,-81.541611,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",14,0.018443,0.016295,0.0761,"2013-07-15 00:00",0.0663,"2013-04-04 00:00",0.0452,"2013-04-10 00:00",0.0416,"2013-02-03 00:00","","","","",0.0761,0.0761,0.0452,0.0399,0.0274,0.0166,0.00235,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88112",5,41.087956,-81.541611,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.006354,0.017689,0.096,"2013-10-13 00:00",0.066,"2013-10-01 00:00",0.051,"2013-09-25 00:00",0.014,"2013-01-28 00:00","","","","",0.096,0.096,0.051,0.007,0.003,0.002,0,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88113",5,41.087956,-81.541611,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.000722,0.000379,0.003,"2013-04-04 00:00",0.0016,"2013-09-19 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-10 00:00","","","","",0.003,0.003,0.001,0.001,0.0007,0.00065,0.00055,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88114",5,41.087956,-81.541611,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",23,0.002176,0.001902,0.0099,"2013-09-13 00:00",0.0067,"2013-01-28 00:00",0.0062,"2013-10-01 00:00",0.0058,"2013-01-10 00:00","","","","",0.0099,0.0099,0.0062,0.0058,0.0026,0.0014,0.0008,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88115",5,41.087956,-81.541611,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",25,0.02756,0.092971,0.617,"2013-01-28 00:00",0.199,"2013-01-04 00:00",0.118,"2013-02-15 00:00",0.0706,"2013-02-03 00:00","","","","",0.617,0.617,0.118,0.024,0.0126,0.0055,0.00245,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88117",5,41.087956,-81.541611,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006322,0.009641,0.0435,"2013-10-13 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-10 00:00",0.00485,"2013-01-10 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88118",5,41.087956,-81.541611,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010128,0.00656,0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00",0.023,"2013-10-13 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88126",5,41.087956,-81.541611,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.082896,0.062172,0.274,"2013-10-01 00:00",0.248,"2013-08-20 00:00",0.222,"2013-04-04 00:00",0.192,"2013-06-21 00:00","","","","",0.274,0.274,0.222,0.188,0.1,0.0599,0.0342,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88128",5,41.087956,-81.541611,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.002771,0.004445,0.026,"2013-01-10 00:00",0.013,"2013-01-28 00:00",0.01,"2013-09-07 00:00",0.009,"2013-04-22 00:00","","","","",0.026,0.026,0.01,0.006,0.004,0.002,0,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88131",5,41.087956,-81.541611,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.010552,0.004668,0.034,"2013-04-04 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-06-15 00:00","","","","",0.034,0.034,0.0165,0.0165,0.011,0.011,0.007,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88132",5,41.087956,-81.541611,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.003479,0.006481,0.034,"2013-08-20 00:00",0.029,"2013-10-01 00:00",0.014,"2013-01-10 00:00",0.007,"2013-03-11 00:00","","","","",0.034,0.034,0.014,0.007,0.003,0.002,0,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88136",5,41.087956,-81.541611,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000771,0.001627,0.007,"2013-10-01 00:00",0.006,"2013-10-07 00:00",0.005,"2013-09-13 00:00",0.005,"2013-09-19 00:00","","","","",0.007,0.007,0.005,0.002,0.001,0,0,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88140",5,41.087956,-81.541611,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.007833,0.005746,0.0385,"2013-02-27 00:00",0.026,"2013-04-04 00:00",0.015,"2013-03-05 00:00",0.014,"2013-07-03 00:00","","","","",0.0385,0.0385,0.015,0.009,0.009,0.006,0.00475,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88152",5,41.087956,-81.541611,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.005855,0.001957,0.014,"2013-04-28 00:00",0.008,"2013-01-10 00:00",0.008,"2013-02-03 00:00",0.008,"2013-04-16 00:00","","","","",0.014,0.014,0.008,0.008,0.008,0.005,0.0045,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88154",5,41.087956,-81.541611,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",41,0.001359,0.001034,0.007,"2013-01-28 00:00",0.004,"2013-07-03 00:00",0.0032,"2013-04-16 00:00",0.0022,"2013-06-09 00:00","","","","",0.007,0.007,0.0032,0.002,0.0013,0.00125,0.00065,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88160",5,41.087956,-81.541611,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.013052,0.003564,0.0185,"2013-10-07 00:00",0.018,"2013-02-27 00:00",0.018,"2013-05-04 00:00",0.018,"2013-06-15 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88161",5,41.087956,-81.541611,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.002759,0.001884,0.013,"2013-07-15 00:00",0.0081,"2013-04-22 00:00",0.0074,"2013-02-03 00:00",0.00265,"2013-01-10 00:00","","","","",0.013,0.013,0.0074,0.00265,0.00265,0.00215,0.0021,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88164",5,41.087956,-81.541611,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001593,0.000238,0.0019,"2013-01-10 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-04-22 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88165",5,41.087956,-81.541611,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.068877,0.075174,0.508,"2013-07-15 00:00",0.212,"2013-06-27 00:00",0.135,"2013-05-16 00:00",0.13,"2013-04-04 00:00","","","","",0.508,0.508,0.135,0.121,0.0786,0.0593,0.021,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88166",5,41.087956,-81.541611,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008194,0.004573,0.019,"2013-09-13 00:00",0.019,"2013-10-07 00:00",0.019,"2013-10-25 00:00",0.019,"2013-10-31 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88167",5,41.087956,-81.541611,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.012994,0.010033,0.0493,"2013-01-28 00:00",0.0445,"2013-01-10 00:00",0.0399,"2013-06-21 00:00",0.0256,"2013-03-05 00:00","","","","",0.0493,0.0493,0.0399,0.0233,0.0157,0.009,0.0052,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88168",5,41.087956,-81.541611,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.001394,0.000952,0.0075,"2013-06-09 00:00",0.0021,"2013-07-15 00:00",0.0019,"2013-09-01 00:00",0.00175,"2013-02-27 00:00","","","","",0.0075,0.0075,0.0019,0.00175,0.00155,0.00115,0.00085,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88169",5,41.087956,-81.541611,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,1.139083,0.738054,3.65,"2013-01-28 00:00",3.37,"2013-09-19 00:00",2.34,"2013-08-08 00:00",2.08,"2013-08-20 00:00","","","","",3.65,3.65,2.34,1.9,1.55,0.916,0.348,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88176",5,41.087956,-81.541611,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.00099,0.000208,0.0015,"2013-02-15 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-10 00:00","","","","",0.0015,0.0015,0.0013,0.0013,0.001,0.001,0.0007,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88180",5,41.087956,-81.541611,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.063273,0.041741,0.253,"2013-01-28 00:00",0.164,"2013-07-03 00:00",0.133,"2013-02-03 00:00",0.11,"2013-09-07 00:00","","","","",0.253,0.253,0.133,0.108,0.081,0.0552,0.023,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88184",5,41.087956,-81.541611,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",26,0.046479,0.035721,0.146,"2013-03-05 00:00",0.124,"2013-02-27 00:00",0.114,"2013-02-03 00:00",0.101,"2013-10-13 00:00","","","","",0.146,0.146,0.114,0.099,0.08,0.027,0.0155,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88185",5,41.087956,-81.541611,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.003281,0.003449,0.0115,"2013-02-27 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-06-15 00:00",0.0115,"2013-09-13 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88301",5,41.087956,-81.541611,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.363532,1.344124,7.32,"2013-01-28 00:00",4.43,"2013-01-04 00:00",3.95,"2013-02-03 00:00",3.53,"2013-09-19 00:00","","","","",7.32,7.32,3.95,2.92,1.8,1,0.289,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88302",5,41.087956,-81.541611,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",2,0.087136,0.105711,0.666,"2013-11-06 00:00",0.31,"2013-07-15 00:00",0.275,"2013-10-01 00:00",0.189,"2013-04-10 00:00","","","","",0.666,0.666,0.275,0.175,0.1,0.0525,0.028,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88303",5,41.087956,-81.541611,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",7,0.062374,0.066615,0.422,"2013-01-28 00:00",0.205,"2013-11-06 00:00",0.178,"2013-07-03 00:00",0.106,"2013-03-05 00:00","","","","",0.422,0.422,0.178,0.096,0.083,0.045,0.012,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88306",5,41.087956,-81.541611,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.955,2.654165,12.9,"2013-01-28 00:00",9.39,"2013-01-04 00:00",8.75,"2013-02-03 00:00",5.78,"2013-01-10 00:00","","","","",12.9,12.9,8.75,5.64,1.82,0.962,0.274,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88355",5,41.087956,-81.541611,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.0705,0.958181,4.95,"2013-06-15 00:00",3.92,"2013-06-21 00:00",3.57,"2013-09-07 00:00",3.41,"2013-07-03 00:00","","","","",4.95,4.95,3.57,3.28,2.67,1.99,0.908,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88357",5,41.087956,-81.541611,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.54122,0.290911,1.62,"2013-04-28 00:00",0.935,"2013-07-03 00:00",0.934,"2013-03-29 00:00",0.933,"2013-04-22 00:00","","","","",1.62,1.62,0.934,0.916,0.751,0.464,0.185,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88370",5,41.087956,-81.541611,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.78776,0.776061,3.92,"2013-06-15 00:00",3.2,"2013-06-21 00:00",3.01,"2013-07-03 00:00",2.96,"2013-09-07 00:00","","","","",3.92,3.92,3.01,2.84,2.31,1.6,0.856,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88374",5,41.087956,-81.541611,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.07838,0.05175,0.2,"2013-09-19 00:00",0.18,"2013-03-29 00:00",0.172,"2013-03-23 00:00",0.165,"2013-04-04 00:00","","","","",0.2,0.2,0.172,0.161,0.111,0.066,0.022,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88375",5,41.087956,-81.541611,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.4587,0.182868,0.948,"2013-06-15 00:00",0.93,"2013-06-21 00:00",0.736,"2013-08-08 00:00",0.707,"2013-01-28 00:00","","","","",0.948,0.948,0.736,0.702,0.57,0.441,0.238,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88376",5,41.087956,-81.541611,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.6572,0.321515,1.65,"2013-06-15 00:00",1.33,"2013-04-28 00:00",1.3,"2013-07-03 00:00",1.24,"2013-06-21 00:00","","","","",1.65,1.65,1.3,1.15,0.846,0.622,0.247,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88377",5,41.087956,-81.541611,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.49736,0.267728,1.07,"2013-06-15 00:00",1.06,"2013-01-28 00:00",1.05,"2013-09-07 00:00",1.04,"2013-07-03 00:00","","","","",1.07,1.07,1.05,0.929,0.632,0.447,0.179,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88378",5,41.087956,-81.541611,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",30,0.09704,0.140673,0.505,"2013-07-21 00:00",0.394,"2013-07-09 00:00",0.391,"2013-08-26 00:00",0.333,"2013-02-03 00:00","","","","",0.505,0.505,0.391,0.327,0.186,0.001,0.001,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88380",5,41.087956,-81.541611,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.82398,0.378612,1.78,"2013-06-15 00:00",1.64,"2013-06-21 00:00",1.62,"2013-04-28 00:00",1.45,"2013-09-07 00:00","","","","",1.78,1.78,1.62,1.33,1,0.862,0.306,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88383",5,41.087956,-81.541611,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.7306,0.338662,1.73,"2013-06-15 00:00",1.43,"2013-06-21 00:00",1.3,"2013-06-09 00:00",1.28,"2013-04-28 00:00","","","","",1.73,1.73,1.3,1.26,0.9,0.744,0.302,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88384",5,41.087956,-81.541611,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.16404,0.093384,0.457,"2013-08-20 00:00",0.351,"2013-09-19 00:00",0.337,"2013-10-01 00:00",0.284,"2013-07-27 00:00","","","","",0.457,0.457,0.337,0.283,0.227,0.167,0.0504,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88385",5,41.087956,-81.541611,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",11,0.025633,0.02341,0.109,"2013-04-28 00:00",0.0829,"2013-06-21 00:00",0.0827,"2013-04-16 00:00",0.063,"2013-10-25 00:00","","","","",0.109,0.109,0.0827,0.0459,0.0368,0.0209,0.001,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88388",5,41.087956,-81.541611,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",7,0.37938,0.299293,1.14,"2013-06-15 00:00",0.996,"2013-06-09 00:00",0.995,"2013-07-21 00:00",0.932,"2013-09-19 00:00","","","","",1.14,1.14,0.995,0.797,0.592,0.348,0.001,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88403",5,41.087956,-81.541611,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,3.217787,2.321444,11.3,"2013-09-19 00:00",10.6,"2013-01-28 00:00",7.45,"2013-08-08 00:00",6.2,"2013-07-27 00:00","","","","",11.3,11.3,7.45,6.05,4.36,2.51,0.982,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","153","0023","88502",5,41.087956,-81.541611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,12.833333,8.125199,53.9,"2013-01-28 00:00",29.7,"2013-02-03 00:00",26.5,"2013-01-04 00:00",22.5,"2013-09-19 00:00","","","","",53.9,53.9,26.5,20.5,15.3,11.4,5.9,"5 POINTS","660 W. EXCHANGE ST.","Ohio","Summit","Akron","Akron, OH","2014-02-14" +"39","155","0005","68105",1,41.231167,-80.801914,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,8,"","","Certification not required",0,12.133929,10.971696,37.8,"2013-07-18 00:00",29.1,"2013-07-15 00:00",28.9,"2013-09-10 00:00",28.5,"2013-06-24 00:00","","","","",29.1,28.9,26,24.7,21.1,14.7,-2.6,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","68108",1,41.231167,-80.801914,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","BGI Models PQ200-VSCC or PQ200A-VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,7,"","","Certification not required",0,736.686957,4.472852,747,"2013-01-10 00:00",746,"2013-11-24 00:00",745,"2013-02-09 00:00",745,"2013-03-08 00:00","","","","",746,745,744,743,740,737,731,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","81102",1,41.231167,-80.801914,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",4,15.118644,7.26846,38,"2013-07-03 00:00",32,"2013-06-21 00:00",27,"2013-09-19 00:00",25,"2013-08-20 00:00","","","","",38,32,27,23,19,15,5,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","81102",2,41.231167,-80.801914,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",3,14.166667,6.699777,31,"2013-06-21 00:00",26,"2013-08-20 00:00",26,"2013-09-19 00:00",25,"2013-06-09 00:00","","","","",31,26,26,23,18,14,5,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","88101",1,41.231167,-80.801914,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,9.748696,5.193879,27.3,"2013-09-10 00:00",27,"2013-01-07 00:00",24.5,"2013-12-03 00:00",22.8,"2013-09-19 00:00","","","","",27,24.5,19.6,16.2,12.8,8.5,4.1,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","88101",1,41.231167,-80.801914,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Models PQ200-VSCC or PQ200A-VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,9.748696,5.193879,27.3,"2013-09-10 00:00",27,"2013-01-07 00:00",24.5,"2013-12-03 00:00",22.8,"2013-09-19 00:00","","","","",27,24.5,19.6,16.2,12.8,8.5,4.1,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","88501",3,41.231167,-80.801914,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8677,99,362,365,0,70,"","","Certification not required",0,9.513,6.154079,247.4,"2013-01-29 10:00",105.9,"2013-01-29 09:00",97.7,"2013-06-26 11:00",73.9,"2013-07-30 07:00","","","","",27.3,24.6,20.1,16.5,12,8.3,4,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0005","88501",3,41.231167,-80.801914,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,9.492265,4.107826,29.5,"2013-09-10 00:00",24.1,"2013-09-20 00:00",23.2,"2013-01-29 00:00",23.1,"2013-08-21 00:00","","","","",23.1,20.4,17.7,14.8,11.7,8.6,5.1,"LAIRD","540 LAIRD AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0006","81102",1,41.202237,-80.810644,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",3,13.644068,6.065057,31,"2013-09-07 00:00",25,"2013-09-19 00:00",25,"2013-09-25 00:00",23,"2013-06-21 00:00","","","","",31,25,25,21,17,14,6,"WARREN WTP","2323 MAIN AVE.","Ohio","Trumbull","Warren","Youngstown-Warren-Boardman, OH-PA","2014-02-12" +"39","155","0009","44201",1,41.454235,-80.591036,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4707,96,206,214,0,429,0,0,"Certification not required",363,0.045587,0.010895,0.075,"2013-08-21 15:00",0.074,"2013-05-15 15:00",0.071,"2013-09-10 15:00",0.067,"2013-08-30 12:00","","","","",0.071,0.066,0.064,0.06,0.054,0.045,0.032,"KINSMAN","6346 KINSMAN-BLOOMFIELD RD.","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","155","0009","44201",1,41.454235,-80.591036,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4928,95,204,214,0,0,0,0,"Certification not required",0,0.040868,0.010496,0.068,"2013-05-15 11:00",0.066,"2013-08-21 10:00",0.063,"2013-09-10 10:00",0.062,"2013-05-29 11:00","","","","",0.063,0.061,0.058,0.055,0.049,0.039,0.028,"KINSMAN","6346 KINSMAN-BLOOMFIELD RD.","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","155","0009","44201",1,41.454235,-80.591036,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4928,95,204,214,0,0,0,0,"Certification not required",0,0.040868,0.010496,0.068,"2013-05-15 11:00",0.066,"2013-08-21 10:00",0.063,"2013-09-10 10:00",0.062,"2013-05-29 11:00","","","","",0.063,0.061,0.058,0.055,0.049,0.039,0.028,"KINSMAN","6346 KINSMAN-BLOOMFIELD RD.","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","155","0011","44201",1,41.240456,-80.662559,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4885,100,214,214,0,251,0,0,"Certification not required",48,0.048827,0.011314,0.085,"2013-06-21 16:00",0.077,"2013-05-15 17:00",0.077,"2013-08-21 13:00",0.074,"2013-06-05 17:00","","","","",0.077,0.074,0.069,0.063,0.056,0.049,0.035,"TCSEG","842 YOUNGSTOWN-KINGSVILLE RD.","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","155","0011","44201",1,41.240456,-80.662559,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5130,100,214,214,0,0,0,0,"Certification not required",0,0.044229,0.010886,0.08,"2013-06-21 10:00",0.07,"2013-08-21 10:00",0.07,"2013-09-10 11:00",0.068,"2013-06-20 10:00","","","","",0.07,0.068,0.063,0.059,0.052,0.043,0.031,"TCSEG","842 YOUNGSTOWN-KINGSVILLE RD.","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","155","0011","44201",1,41.240456,-80.662559,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5130,100,214,214,0,0,1,1,"Certification not required",0,0.044229,0.010886,0.08,"2013-06-21 10:00",0.07,"2013-08-21 10:00",0.07,"2013-09-10 11:00",0.068,"2013-06-20 10:00","","","","",0.07,0.068,0.063,0.059,0.052,0.043,0.031,"TCSEG","842 YOUNGSTOWN-KINGSVILLE RD.","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2013-12-12" +"39","155","0012","14103",3,41.172787,-80.555638,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.001219,0.000495,0.00237,"2013-06-01 00:00",0.00147,"2013-07-01 00:00",0.00144,"2013-09-01 00:00",0.00143,"2013-08-01 00:00","","","","",0.00237,0.00237,0.00237,0.00147,0.00144,0.00113,0.00061,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14105",3,41.172787,-80.555638,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.056364,0.008767,0.068,"2013-04-01 00:00",0.068,"2013-05-01 00:00",0.068,"2013-07-01 00:00",0.056,"2013-01-01 00:00","","","","",0.068,0.068,0.068,0.068,0.068,0.055,0.046,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14110",3,41.172787,-80.555638,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.000578,0.00038,0.00164,"2013-01-01 00:00",0.00075,"2013-11-01 00:00",0.00067,"2013-09-01 00:00",0.00055,"2013-04-01 00:00","","","","",0.00164,0.00164,0.00164,0.00075,0.00067,0.00049,0.00034,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14112",3,41.172787,-80.555638,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.00204,0.000749,0.00296,"2013-07-01 00:00",0.00294,"2013-01-01 00:00",0.00264,"2013-03-01 00:00",0.00252,"2013-04-01 00:00","","","","",0.00296,0.00296,0.00296,0.00294,0.00264,0.00224,0.00113,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14128",3,41.172787,-80.555638,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.005182,0.001537,0.008,"2013-07-01 00:00",0.007,"2013-09-01 00:00",0.006,"2013-01-01 00:00",0.006,"2013-08-01 00:00","","","","",0.008,0.008,0.008,0.007,0.006,0.005,0.003,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14129",1,41.172787,-80.555638,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,2,0,0,"Certification not required",0,0.005852,0.004007,0.019,"2013-11-30 00:00",0.018,"2013-07-27 00:00",0.018,"2013-10-19 00:00",0.012,"2013-08-26 00:00","","","","",0.019,0.018,0.018,0.01,0.008,0.005,0.002,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14129",2,41.172787,-80.555638,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",49,100,28,31,0,7,0,0,"Certification not required",0,0.006224,0.003928,0.018,"2013-07-27 00:00",0.018,"2013-11-30 00:00",0.017,"2013-10-19 00:00",0.011,"2013-01-10 00:00","","","","",0.018,0.018,0.017,0.011,0.008,0.005,0.002,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14132",3,41.172787,-80.555638,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.030936,0.011085,0.044,"2013-07-01 00:00",0.039,"2013-04-01 00:00",0.038,"2013-01-01 00:00",0.037,"2013-03-01 00:00","","","","",0.044,0.044,0.044,0.039,0.038,0.035,0.019,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14136",3,41.172787,-80.555638,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.001524,0.00054,0.0025,"2013-01-01 00:00",0.00213,"2013-09-01 00:00",0.00192,"2013-07-01 00:00",0.00182,"2013-06-01 00:00","","","","",0.0025,0.0025,0.0025,0.00213,0.00192,0.00153,0.00104,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","155","0012","14167",3,41.172787,-80.555638,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",11,92,11,12,0,0,"","","Certification not required",0,0.067818,0.038574,0.14,"2013-01-01 00:00",0.12,"2013-06-01 00:00",0.1,"2013-03-01 00:00",0.073,"2013-07-01 00:00","","","","",0.14,0.14,0.14,0.12,0.1,0.062,0.03,"ELMWOOD","2600 ELMWOOD DRIVE EXT., HUBBARD","Ohio","Trumbull","","Youngstown-Warren-Boardman, OH-PA","2014-01-02" +"39","165","0007","44201",1,39.42689,-84.20077,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5102,100,213,214,0,34,0,0,"Certification not required",423,0.047577,0.011718,0.09,"2013-09-11 16:00",0.087,"2013-09-10 14:00",0.076,"2013-05-15 16:00",0.076,"2013-08-30 14:00","","","","",0.076,0.075,0.065,0.062,0.054,0.048,0.032,"LEBANON","416 SOUTHEAST ST.","Ohio","Warren","Lebanon","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","165","0007","44201",1,39.42689,-84.20077,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5118,99,212,214,0,0,0,0,"Certification not required",0,0.042519,0.010592,0.074,"2013-09-11 13:00",0.072,"2013-09-10 11:00",0.071,"2013-05-15 13:00",0.067,"2013-06-12 12:00","","","","",0.071,0.063,0.059,0.055,0.05,0.043,0.029,"LEBANON","416 SOUTHEAST ST.","Ohio","Warren","Lebanon","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","165","0007","44201",1,39.42689,-84.20077,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5118,99,212,214,0,0,0,0,"Certification not required",0,0.042519,0.010592,0.074,"2013-09-11 13:00",0.072,"2013-09-10 11:00",0.071,"2013-05-15 13:00",0.067,"2013-06-12 12:00","","","","",0.071,0.063,0.059,0.055,0.05,0.043,0.029,"LEBANON","416 SOUTHEAST ST.","Ohio","Warren","Lebanon","Cincinnati-Middletown, OH-KY-IN","2013-11-25" +"39","165","0007","88501",3,39.42689,-84.20077,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8194,94,339,365,0,566,"","","Certification not required",0,14.876556,6.797151,54.2,"2013-04-05 21:00",50.1,"2013-08-11 21:00",48,"2013-12-02 22:00",46.7,"2013-03-16 13:00","","","","",34.9,31.7,27.4,23.8,18.9,13.7,7.2,"LEBANON","416 SOUTHEAST ST.","Ohio","Warren","Lebanon","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","165","0007","88501",3,39.42689,-84.20077,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",339,93,339,365,0,0,"","","Certification not required",0,14.776696,4.741634,30.9,"2013-12-03 00:00",30.3,"2013-12-02 00:00",29.4,"2013-09-10 00:00",29.1,"2013-09-11 00:00","","","","",29.1,27.3,23.5,21.3,17.6,13.9,9.6,"LEBANON","416 SOUTHEAST ST.","Ohio","Warren","Lebanon","Cincinnati-Middletown, OH-KY-IN","2014-01-27" +"39","167","0004","44201",1,39.432117,-81.460443,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4897,100,214,214,0,239,0,0,"Certification not required",338,0.047659,0.010356,0.077,"2013-05-15 15:00",0.075,"2013-06-20 18:00",0.074,"2013-09-10 14:00",0.069,"2013-06-12 17:00","","","","",0.074,0.069,0.063,0.06,0.055,0.048,0.034,"MARIETTA_TWP.","2000 4TH STREET","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2013-12-12" +"39","167","0004","44201",1,39.432117,-81.460443,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,99,212,214,0,0,0,0,"Certification not required",0,0.04292,0.010053,0.074,"2013-05-15 12:00",0.068,"2013-06-20 12:00",0.064,"2013-06-21 11:00",0.063,"2013-06-12 11:00","","","","",0.064,0.062,0.059,0.054,0.05,0.044,0.03,"MARIETTA_TWP.","2000 4TH STREET","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2013-12-12" +"39","167","0004","44201",1,39.432117,-81.460443,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,99,212,214,0,0,0,0,"Certification not required",0,0.04292,0.010053,0.074,"2013-05-15 12:00",0.068,"2013-06-20 12:00",0.064,"2013-06-21 11:00",0.063,"2013-06-12 11:00","","","","",0.064,0.062,0.059,0.054,0.05,0.044,0.03,"MARIETTA_TWP.","2000 4TH STREET","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2013-12-12" +"39","167","0004","62107",1,39.432117,-81.460443,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5124,58,213,365,0,12,"","","Certification not required",0,69.186378,3.675417,80,"2013-09-09 22:00",80,"2013-10-05 22:00",80,"2013-10-06 22:00",79,"2013-07-16 22:00","","","","",79,77,73,73,71,71,64,"MARIETTA_TWP.","2000 4TH STREET","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2013-12-12" +"39","167","0008","14103",3,39.43147,-81.50131,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000872,0.000268,0.00123,"2013-09-01 00:00",0.00122,"2013-07-01 00:00",0.00113,"2013-08-01 00:00",0.00101,"2013-01-01 00:00","","","","",0.00123,0.00123,0.00123,0.00123,0.00113,0.00085,0.00058,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14105",3,39.43147,-81.50131,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0508,0.004826,0.058,"2013-03-01 00:00",0.054,"2013-08-01 00:00",0.054,"2013-09-01 00:00",0.053,"2013-07-01 00:00","","","","",0.058,0.058,0.058,0.058,0.054,0.051,0.047,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14110",3,39.43147,-81.50131,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000236,0.000131,0.00053,"2013-01-01 00:00",0.00032,"2013-07-01 00:00",0.00031,"2013-09-01 00:00",0.00022,"2013-05-01 00:00","","","","",0.00053,0.00053,0.00053,0.00053,0.00031,0.00022,0.00012,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14112",3,39.43147,-81.50131,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001237,0.000283,0.00186,"2013-10-01 00:00",0.00141,"2013-08-01 00:00",0.00139,"2013-09-01 00:00",0.00135,"2013-03-01 00:00","","","","",0.00186,0.00186,0.00186,0.00186,0.00139,0.00119,0.00097,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14128",3,39.43147,-81.50131,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0028,0.001033,0.004,"2013-01-01 00:00",0.004,"2013-08-01 00:00",0.004,"2013-09-01 00:00",0.003,"2013-04-01 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.003,0.002,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14129",1,39.43147,-81.50131,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,0,0,"Certification not required",0,0.0034,0.001702,0.01,"2013-01-04 00:00",0.007,"2013-05-28 00:00",0.007,"2013-08-26 00:00",0.006,"2013-06-09 00:00","","","","",0.01,0.01,0.007,0.006,0.004,0.003,0.002,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14132",1,39.43147,-81.50131,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,1,"","","Certification not required",0,0.15238,0.207372,0.86,"2013-05-28 00:00",0.82,"2013-08-26 00:00",0.65,"2013-10-01 00:00",0.53,"2013-01-04 00:00","","","","",0.86,0.86,0.65,0.51,0.2,0.058,0.012,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14132",3,39.43147,-81.50131,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.1147,0.070847,0.2,"2013-05-01 00:00",0.18,"2013-08-01 00:00",0.17,"2013-10-01 00:00",0.16,"2013-07-01 00:00","","","","",0.2,0.2,0.2,0.2,0.17,0.14,0.015,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14136",3,39.43147,-81.50131,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000586,0.00016,0.00101,"2013-08-01 00:00",0.00065,"2013-07-01 00:00",0.00061,"2013-09-01 00:00",0.00058,"2013-03-01 00:00","","","","",0.00101,0.00101,0.00101,0.00101,0.00061,0.00055,0.00047,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14142",3,39.43147,-81.50131,"NAD83","Mercury (TSP) LC","COMPOSITE DATA","","Observed Values","Hi Vol - FLAMELESS AA",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-02-01 00:00",0,"2013-03-01 00:00",0,"2013-04-01 00:00","","","","",0,0,0,0,0,0,0,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0008","14167",3,39.43147,-81.50131,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",1,0.018365,0.005855,0.026,"2013-05-01 00:00",0.025,"2013-01-01 00:00",0.023,"2013-09-01 00:00",0.022,"2013-08-01 00:00","","","","",0.026,0.026,0.026,0.026,0.023,0.018,0.014,"WASHINGTON COUNTY CAREER CENTER","S.R. 676 WASHINGTON CAREER CENTER","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14103",3,39.413633,-81.470436,"NAD83","Arsenic (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001092,0.000476,0.00195,"2013-09-01 00:00",0.00154,"2013-07-01 00:00",0.00146,"2013-08-01 00:00",0.0012,"2013-05-01 00:00","","","","",0.00195,0.00195,0.00195,0.00195,0.00146,0.00119,0.00067,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14105",3,39.413633,-81.470436,"NAD83","Beryllium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Nanograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0469,0.008504,0.067,"2013-01-01 00:00",0.054,"2013-04-01 00:00",0.047,"2013-07-01 00:00",0.047,"2013-08-01 00:00","","","","",0.067,0.067,0.067,0.067,0.047,0.047,0.039,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14110",3,39.413633,-81.470436,"NAD83","Cadmium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000251,8.4e-05,0.00044,"2013-09-01 00:00",0.00034,"2013-06-01 00:00",0.00027,"2013-01-01 00:00",0.00025,"2013-08-01 00:00","","","","",0.00044,0.00044,0.00044,0.00044,0.00027,0.00024,0.00018,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14112",3,39.413633,-81.470436,"NAD83","Chromium (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.001123,0.000277,0.00162,"2013-10-01 00:00",0.00148,"2013-09-01 00:00",0.00124,"2013-04-01 00:00",0.00122,"2013-03-01 00:00","","","","",0.00162,0.00162,0.00162,0.00162,0.00124,0.00116,0.00089,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14128",3,39.413633,-81.470436,"NAD83","Lead (TSP) LC Non-FRM/FEM","COMPOSITE DATA","","Observed Values","Hi-Vol - ICAP SPECTRA (ICP-MS); 0.45M HNO3 Boil30 min",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0031,0.000994,0.005,"2013-09-01 00:00",0.004,"2013-04-01 00:00",0.004,"2013-10-01 00:00",0.003,"2013-01-01 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.003,0.002,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14129",1,39.413633,-81.470436,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,0,0,"Certification not required",0,0.003813,0.00218,0.011,"2013-10-13 00:00",0.009,"2013-10-01 00:00",0.008,"2013-04-04 00:00",0.008,"2013-09-01 00:00","","","","",0.011,0.011,0.008,0.007,0.005,0.003,0.002,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14129",2,39.413633,-81.470436,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,2,0,0,"Certification not required",0,0.003612,0.001801,0.01,"2013-10-13 00:00",0.008,"2013-09-01 00:00",0.007,"2013-03-23 00:00",0.007,"2013-06-09 00:00","","","","",0.01,0.01,0.007,0.007,0.004,0.003,0.002,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14132",2,39.413633,-81.470436,"NAD83","Manganese (TSP) LC","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,3,"","","Certification not required",0,0.155829,0.198124,0.9,"2013-04-04 00:00",0.7,"2013-10-01 00:00",0.58,"2013-08-26 00:00",0.49,"2013-07-09 00:00","","","","",0.9,0.9,0.58,0.46,0.2,0.073,0.016,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14132",3,39.413633,-81.470436,"NAD83","Manganese (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.129,0.068013,0.29,"2013-04-01 00:00",0.15,"2013-08-01 00:00",0.14,"2013-01-01 00:00",0.14,"2013-09-01 00:00","","","","",0.29,0.29,0.29,0.29,0.14,0.14,0.051,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14136",3,39.413633,-81.470436,"NAD83","Nickel (TSP) LC","COMPOSITE DATA","","Observed Values","Hi-Vol - ICP Mass Spec w Glass Filters",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.000653,0.000322,0.00151,"2013-09-01 00:00",0.00079,"2013-04-01 00:00",0.00067,"2013-01-01 00:00",0.00066,"2013-08-01 00:00","","","","",0.00151,0.00151,0.00151,0.00151,0.00067,0.00053,0.00044,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","167","0010","14167",3,39.413633,-81.470436,"NAD83","Zinc (TSP) LC","COMPOSITE DATA","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (LC)","No Events",10,83,10,12,0,0,"","","Certification not required",0,0.0224,0.006818,0.038,"2013-09-01 00:00",0.027,"2013-01-01 00:00",0.026,"2013-10-01 00:00",0.024,"2013-04-01 00:00","","","","",0.038,0.038,0.038,0.038,0.026,0.022,0.017,"The Ohio Valley Educational Service Center","115 VICTORY PLACE","Ohio","Washington","Marietta","Parkersburg-Marietta-Vienna, WV-OH","2014-01-02" +"39","173","0003","44201",1,41.377685,-83.611104,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4882,100,214,214,0,254,0,0,"Certification not required",226,0.047355,0.011317,0.076,"2013-06-21 15:00",0.073,"2013-06-22 17:00",0.072,"2013-06-12 15:00",0.071,"2013-06-20 14:00","","","","",0.072,0.07,0.067,0.061,0.055,0.048,0.033,"BOWLING GREEN","347 N DUNBRIDGE","Ohio","Wood","Bowling Green","Toledo, OH","2013-12-12" +"39","173","0003","44201",1,41.377685,-83.611104,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5102,100,214,214,0,0,0,0,"Certification not required",0,0.042257,0.010885,0.07,"2013-06-21 10:00",0.067,"2013-06-20 11:00",0.066,"2013-06-22 10:00",0.065,"2013-06-23 10:00","","","","",0.066,0.064,0.06,0.056,0.05,0.042,0.028,"BOWLING GREEN","347 N DUNBRIDGE","Ohio","Wood","Bowling Green","Toledo, OH","2013-12-12" +"39","173","0003","44201",1,41.377685,-83.611104,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5102,100,214,214,0,0,0,0,"Certification not required",0,0.042257,0.010885,0.07,"2013-06-21 10:00",0.067,"2013-06-20 11:00",0.066,"2013-06-22 10:00",0.065,"2013-06-23 10:00","","","","",0.066,0.064,0.06,0.056,0.05,0.042,0.028,"BOWLING GREEN","347 N DUNBRIDGE","Ohio","Wood","Bowling Green","Toledo, OH","2013-12-12" +"39","173","0003","62107",1,41.377685,-83.611104,"NAD83","Indoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL HY-CAL ENGINEERIN - ELEC AVG RTD LINEAR BRIDGE AMPLIFIE",2013,"Degrees Fahrenheit","No Events",5133,59,214,365,0,3,"","","Certification not required",0,71.077538,2.747391,75,"2013-05-01 14:00",75,"2013-05-01 15:00",75,"2013-05-01 16:00",75,"2013-05-01 17:00","","","","",75,73,73,73,73,73,68,"BOWLING GREEN","347 N DUNBRIDGE","Ohio","Wood","Bowling Green","Toledo, OH","2013-12-12" +"40","001","9009","42101",1,35.750735,-94.669697,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Ecotech EC9830T",2013,"Parts per million","No Events",6578,75,293,365,0,2158,0,0,"Certification not required",7,0.164111,0.048008,0.782,"2013-12-31 03:00",0.606,"2013-12-31 04:00",0.546,"2013-12-30 20:00",0.497,"2013-12-31 06:00","","","","",0.317,0.284,0.244,0.218,0.187,0.159,0.113,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42101",1,35.750735,-94.669697,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7096,81,281,365,0,0,0,0,"Certification not required",0,0.167207,0.054351,0.5,"2013-12-31 03:00",0.5,"2013-12-31 04:00",0.5,"2013-12-31 05:00",0.5,"2013-12-31 06:00",0.5,"2013-12-31 03:00",0.4,"2013-03-03 03:00",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42401",1,35.750735,-94.669697,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",7520,86,334,365,0,1237,0,"","Certification not required",0,1.123353,0.8256,5.7,"2013-01-16 15:00",4.8,"2013-12-10 16:00",4.6,"2013-12-18 15:00",4.5,"2013-05-22 14:00","","","","",4.5,3.6,2.6,2.1,1.5,1,0.3,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42401",1,35.750735,-94.669697,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",7520,86,334,365,0,1237,"","","Certification not required",0,0.441875,0.489181,5.7,"2013-01-16 15:00",4.8,"2013-12-10 16:00",4.7,"2013-01-16 16:00",4.6,"2013-12-18 15:00","","","","",2.2,1.7,1.3,1,0.6,0.3,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42401",1,35.750735,-94.669697,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,0.451497,0.335015,2.1,"2013-12-18 00:00",1.6,"2013-11-30 00:00",1.6,"2013-12-10 00:00",1.3,"2013-02-22 00:00","","","","",1.3,1.2,1.1,0.9,0.7,0.4,0.1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42401",1,35.750735,-94.669697,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2333,80,309,365,0,0,"",0,"Certification not required",0,0.429018,0.457042,4.3,"2013-12-10 17:00",4.3,"2013-12-18 17:00",4.2,"2013-01-16 17:00",3.5,"2013-12-18 23:00","","","","",2,1.7,1.3,1,0.6,0.3,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42401",2,35.750735,-94.669697,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",92006,88,338,365,0,12690,"","","Certification not required",0,0.444953,0.5062,10.6,"2013-06-28 02:25",7.5,"2013-06-28 02:30",7.2,"2013-08-08 02:25",7.1,"2013-01-16 15:45","","","","",2.3,1.8,1.3,1,0.6,0.3,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42600",2,35.750735,-94.669697,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",7557,86,330,365,0,1149,"","","Certification not required",0,3.192021,2.009493,23.7,"2013-12-10 06:00",21.1,"2013-07-18 04:00",18.7,"2013-01-04 01:00",18.1,"2013-07-15 05:00","","","","",10.7,9.1,7.1,5.5,3.9,2.8,1.3,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42601",2,35.750735,-94.669697,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",4291,49,146,365,0,4415,"","","Certification not required",0,0.250594,0.449046,9.9,"2013-07-18 04:00",9.2,"2013-07-18 06:00",7.3,"2013-06-02 05:00",7.3,"2013-07-18 05:00","","","","",2,1.2,0.6,0.4,0.3,0.2,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42601",3,35.750735,-94.669697,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",30,63,1,2,0,18,"","","Certification not required",0,0.483333,0.15105,0.9,"2013-01-01 13:00",0.8,"2013-01-01 12:00",0.7,"2013-01-01 10:00",0.6,"2013-01-01 03:00","","","","",0.9,0.9,0.8,0.7,0.5,0.5,0.3,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2013-06-06" +"40","001","9009","42602",1,35.750735,-94.669697,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",11,0,0,365,0,37,0,"","Certification not required",0,"","","","","","","","","","","","","","",5.8,5.8,5.8,5.8,5.8,5.8,4,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2013-06-06" +"40","001","9009","42602",1,35.750735,-94.669697,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",11,0,0,365,0,37,"","","Certification not required",0,3.563636,1.098429,5.8,"2013-01-02 13:00",5.5,"2013-01-02 00:00",4,"2013-01-01 23:00",3.6,"2013-01-01 22:00","","","","",5.8,5.8,5.8,5.5,4,3,2.8,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2013-06-06" +"40","001","9009","42603",1,35.750735,-94.669697,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",27,56,1,2,0,21,"","","Certification not required",0,3.881481,0.646313,6,"2013-01-02 00:00",4.7,"2013-01-01 23:00",4.6,"2013-01-01 18:00",4.6,"2013-01-01 19:00","","","","",6,6,4.7,4.6,4.2,3.8,3.1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2013-06-06" +"40","001","9009","42603",2,35.750735,-94.669697,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",6450,74,268,365,0,2309,"","","Certification not required",0,2.860047,1.601427,15.8,"2013-01-23 19:00",15.3,"2013-01-16 19:00",15.1,"2013-01-23 18:00",14.1,"2013-01-21 19:00","","","","",8.7,7.4,5.8,4.8,3.5,2.4,1.4,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42604",2,35.750735,-94.669697,"WGS84","Ammonia","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9842T",2013,"Parts per million","No Events",6450,74,268,365,0,2309,"","","Certification not required",84,0.00264,0.001671,0.0248,"2013-05-18 15:00",0.0181,"2013-05-18 14:00",0.0154,"2013-03-17 04:00",0.0148,"2013-03-17 03:00","","","","",0.0087,0.0074,0.0056,0.0045,0.0032,0.0023,0.0011,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","42612",2,35.750735,-94.669697,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9841T",2013,"Parts per billion","No Events",6948,79,277,365,0,1758,"","","Certification not required",0,3.100878,1.950222,15.6,"2013-01-04 01:00",15.2,"2013-12-10 19:00",15.2,"2013-12-10 20:00",14.5,"2013-02-12 09:00","","","","",10.1,8.7,7,5.4,3.9,2.7,1.1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","44201",1,35.750735,-94.669697,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",8381,99,271,275,0,378,0,0,"Certification not required",140,0.049406,0.011314,0.075,"2013-03-14 18:00",0.074,"2013-07-11 14:00",0.073,"2013-03-15 00:00",0.073,"2013-05-13 22:00","","","","",0.073,0.073,0.069,0.065,0.058,0.049,0.04,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","44201",1,35.750735,-94.669697,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8383,99,271,275,0,0,0,0,"Certification not required",0,0.045351,0.010795,0.072,"2013-03-14 14:00",0.071,"2013-05-14 10:00",0.071,"2013-07-12 12:00",0.066,"2013-05-13 12:00","","","","",0.071,0.066,0.064,0.06,0.053,0.046,0.036,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","44201",1,35.750735,-94.669697,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8383,99,271,275,0,0,0,0,"Certification not required",0,0.045351,0.010795,0.072,"2013-03-14 14:00",0.071,"2013-05-14 10:00",0.071,"2013-07-12 12:00",0.066,"2013-05-13 12:00","","","","",0.071,0.066,0.064,0.06,0.053,0.046,0.036,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","61103",1,35.750735,-94.669697,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8357,95,349,365,0,402,"","","Certification not required",0,5.156851,3.765247,18.4,"2013-02-21 06:00",18.2,"2013-02-10 01:00",18.1,"2013-04-06 10:00",18,"2013-02-01 20:00","","","","",14.4,13.2,11.8,10.4,7.9,4.8,0.5,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","61104",1,35.750735,-94.669697,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8598,98,359,365,0,160,"","","Certification not required",0,189.186206,90.645795,359,"2013-02-08 15:00",359,"2013-03-31 08:00",359,"2013-04-12 18:00",359,"2013-04-16 00:00","","","","",357,354,346,334,257,165,97,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","62101",1,35.750735,-94.669697,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8566,98,357,365,0,193,"","","Certification not required",0,58.502919,19.117596,97,"2013-07-10 15:00",97,"2013-07-23 15:00",96,"2013-07-10 14:00",96,"2013-07-10 16:00","","","","",92,90,87,82,75,60,32,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","62101",2,35.750735,-94.669697,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8715,99,365,365,0,44,"","","Certification not required",0,57.775215,19.580213,99,"2013-07-10 15:00",98,"2013-07-10 14:00",98,"2013-07-10 16:00",98,"2013-07-11 14:00","","","","",93,91,88,83,74,60,31,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","62201",1,35.750735,-94.669697,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8604,98,363,365,0,155,"","","Certification not required",0,69.583798,19.004048,100,"2013-01-01 04:00",100,"2013-01-01 11:00",100,"2013-01-01 13:00",100,"2013-01-09 00:00","","","","",99,98,97,94,86,71,42,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","65101",1,35.750735,-94.669697,"WGS84","Rain 24hr total","1 HOUR","","Observed Values","BUCKET - STANDARD NWS RAIN GAGE",2013,"Inches (rainfall)","No Events",8418,96,351,365,0,342,"","","Certification not required",0,0.004565,0.035334,1.04,"2013-01-29 14:00",0.98,"2013-07-23 20:00",0.93,"2013-01-29 15:00",0.76,"2013-04-18 04:00","","","","",0.13,0.06,0.01,0,0,0,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","81102",3,35.750735,-94.669697,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8270,94,359,365,0,489,"","","Certification not required",481,17.012334,11.975611,127,"2013-01-12 10:00",125,"2013-01-12 09:00",108,"2013-08-07 13:00",104,"2013-03-07 21:00","","","","",62,49,38,32,22,15,5,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","81102",3,35.750735,-94.669697,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,16.559889,9.607443,64,"2013-06-21 00:00",62,"2013-06-22 00:00",57,"2013-06-26 00:00",56,"2013-06-25 00:00","","","","",56,43,34,29,21,15,7,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","85101",1,35.750735,-94.669697,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,12.338806,5.855229,31.7317,"2013-01-25 00:00",28.565,"2013-04-16 00:00",25.9544,"2013-03-08 00:00",20.3536,"2013-05-19 00:00","","","","",31.7317,31.7317,25.9544,19.1909,15.065,11.5826,5.5106,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","86101",1,35.750735,-94.669697,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7630,87,304,365,0,1129,"","","Certification not required",0,6.10325,7.60862,114.1,"2013-01-12 10:00",113.3,"2013-01-12 11:00",79.4,"2013-01-12 12:00",73.7,"2013-08-07 14:00","","","","",31.7,26.2,19.5,15,9,4.9,-1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","86502",3,35.750735,-94.669697,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4.38,3.168016,14,"2013-01-25 00:00",10,"2013-04-16 00:00",10,"2013-05-01 00:00",10,"2013-05-13 00:00","","","","",14,14,10,10,6,4,1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88101",2,35.750735,-94.669697,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8518,97,361,365,0,241,"","","Certification not required",0,11.16046,6.899001,89,"2013-03-07 21:00",80,"2013-03-07 22:00",71,"2013-03-07 23:00",67.9,"2013-04-15 22:00","","","","",32,28,23.7,20,15,10,4,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","88101",2,35.750735,-94.669697,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,11.09916,5.085508,30.1,"2013-05-18 00:00",29.5,"2013-03-07 00:00",25.3,"2013-03-08 00:00",24.9,"2013-04-16 00:00","","","","",24.9,23,20.7,18.3,14.3,10.4,5.1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","88101",2,35.750735,-94.669697,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,11.09916,5.085508,30.1,"2013-05-18 00:00",29.5,"2013-03-07 00:00",25.3,"2013-03-08 00:00",24.9,"2013-04-16 00:00","","","","",24.9,23,20.7,18.3,14.3,10.4,5.1,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-02-12" +"40","001","9009","88103",1,35.750735,-94.669697,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00014,0.000351,0.001,"2013-01-01 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-24 00:00",0.001,"2013-03-02 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88104",1,35.750735,-94.669697,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.026024,0.020444,0.0905,"2013-05-01 00:00",0.0872,"2013-05-13 00:00",0.069,"2013-04-16 00:00",0.064,"2013-04-22 00:00","","","","",0.0905,0.0905,0.069,0.064,0.034,0.019,0.0082,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88109",1,35.750735,-94.669697,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003146,0.001866,0.0105,"2013-02-27 00:00",0.0068,"2013-03-08 00:00",0.0055,"2013-01-01 00:00",0.0055,"2013-01-25 00:00","","","","",0.0105,0.0105,0.0055,0.0054,0.0044,0.0028,0.0011,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88111",1,35.750735,-94.669697,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.027616,0.015271,0.0931,"2013-05-13 00:00",0.0542,"2013-01-25 00:00",0.0537,"2013-04-28 00:00",0.0471,"2013-05-01 00:00","","","","",0.0931,0.0931,0.0537,0.0437,0.0356,0.0238,0.0116,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88112",1,35.750735,-94.669697,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88114",1,35.750735,-94.669697,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.000663,0.000386,0.002,"2013-05-07 00:00",0.0014,"2013-04-13 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-03-08 00:00","","","","",0.002,0.002,0.0013,0.0011,0.001,0.0006,0.00015,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88115",1,35.750735,-94.669697,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.00184,0.00148,0.0068,"2013-01-25 00:00",0.0059,"2013-03-17 00:00",0.0057,"2013-03-08 00:00",0.0052,"2013-05-19 00:00","","","","",0.0068,0.0068,0.0057,0.0036,0.0022,0.0017,0.0003,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88126",1,35.750735,-94.669697,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.025004,0.013206,0.0638,"2013-05-13 00:00",0.058,"2013-05-01 00:00",0.0476,"2013-04-25 00:00",0.0472,"2013-04-22 00:00","","","","",0.0638,0.0638,0.0476,0.044,0.0327,0.0236,0.0101,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88128",1,35.750735,-94.669697,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0015,0.001035,0.005,"2013-03-17 00:00",0.004,"2013-01-25 00:00",0.003,"2013-01-01 00:00",0.003,"2013-02-09 00:00","","","","",0.005,0.005,0.003,0.003,0.002,0.001,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88132",1,35.750735,-94.669697,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00086,0.000572,0.002,"2013-03-08 00:00",0.002,"2013-04-07 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-25 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88136",1,35.750735,-94.669697,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6e-05,0.00024,0.001,"2013-04-16 00:00",0.001,"2013-05-19 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88140",1,35.750735,-94.669697,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.009455,0.010975,0.05,"2013-04-16 00:00",0.0441,"2013-05-19 00:00",0.0376,"2013-05-01 00:00",0.029,"2013-04-07 00:00","","","","",0.05,0.05,0.0376,0.0236,0.0114,0.006,0.00105,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88152",1,35.750735,-94.669697,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.001526,0.002179,0.0072,"2013-05-31 00:00",0.0069,"2013-02-24 00:00",0.0068,"2013-05-28 00:00",0.0064,"2013-01-25 00:00","","","","",0.0072,0.0072,0.0068,0.0058,0.0022,0.00015,0.00015,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88154",1,35.750735,-94.669697,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.000316,0.00018,0.0007,"2013-02-09 00:00",0.0007,"2013-04-01 00:00",0.0006,"2013-02-06 00:00",0.0006,"2013-03-08 00:00","","","","",0.0007,0.0007,0.0006,0.0006,0.0004,0.0003,0.0001,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88161",1,35.750735,-94.669697,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.001776,0.001227,0.0056,"2013-05-01 00:00",0.0046,"2013-05-13 00:00",0.0044,"2013-04-22 00:00",0.004,"2013-04-25 00:00","","","","",0.0056,0.0056,0.0044,0.0034,0.0027,0.0014,0.0005,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88164",1,35.750735,-94.669697,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.000341,0.00041,0.0019,"2013-04-16 00:00",0.0017,"2013-05-19 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-04-07 00:00","","","","",0.0019,0.0019,0.0012,0.0011,0.0004,0.0002,5e-05,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88165",1,35.750735,-94.669697,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.059492,0.047558,0.2083,"2013-05-13 00:00",0.1874,"2013-05-01 00:00",0.1516,"2013-04-25 00:00",0.1426,"2013-04-22 00:00","","","","",0.2083,0.2083,0.1516,0.1417,0.0817,0.0462,0.0145,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88167",1,35.750735,-94.669697,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.005344,0.00255,0.0109,"2013-03-08 00:00",0.0104,"2013-01-01 00:00",0.01,"2013-01-25 00:00",0.0098,"2013-01-07 00:00","","","","",0.0109,0.0109,0.01,0.0098,0.0068,0.0049,0.0019,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88168",1,35.750735,-94.669697,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.000344,0.000225,0.0008,"2013-01-13 00:00",0.0008,"2013-05-01 00:00",0.0008,"2013-05-19 00:00",0.0007,"2013-04-07 00:00","","","","",0.0008,0.0008,0.0008,0.0007,0.0005,0.0003,0.0001,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88169",1,35.750735,-94.669697,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.590744,0.375184,2.1943,"2013-04-16 00:00",1.3166,"2013-05-19 00:00",1.1637,"2013-02-09 00:00",1.1622,"2013-02-27 00:00","","","","",2.1943,2.1943,1.1637,1.1405,0.7405,0.4988,0.2432,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88176",1,35.750735,-94.669697,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000183,9.1e-05,0.0005,"2013-01-04 00:00",0.0005,"2013-03-05 00:00",0.0005,"2013-04-16 00:00",0.0003,"2013-01-31 00:00","","","","",0.0005,0.0005,0.0005,0.0003,0.00015,0.00015,0.00015,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88180",1,35.750735,-94.669697,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.050416,0.031089,0.1906,"2013-04-16 00:00",0.1382,"2013-05-19 00:00",0.1006,"2013-01-04 00:00",0.0902,"2013-01-16 00:00","","","","",0.1906,0.1906,0.1006,0.0838,0.0564,0.046,0.0214,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88184",1,35.750735,-94.669697,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.040205,0.069382,0.316,"2013-05-31 00:00",0.2362,"2013-01-28 00:00",0.213,"2013-05-19 00:00",0.1832,"2013-05-28 00:00","","","","",0.316,0.316,0.213,0.1716,0.0274,0.0108,0.0019,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88185",1,35.750735,-94.669697,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",34,0.000835,0.000429,0.0021,"2013-01-04 00:00",0.0018,"2013-03-17 00:00",0.0018,"2013-04-01 00:00",0.0018,"2013-04-28 00:00","","","","",0.0021,0.0021,0.0018,0.0015,0.0011,0.0007,0.0004,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88203",1,35.750735,-94.669697,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.040215,0.040635,0.2566,"2013-01-28 00:00",0.1106,"2013-05-31 00:00",0.1094,"2013-02-18 00:00",0.1067,"2013-01-01 00:00","","","","",0.2566,0.2566,0.1094,0.0997,0.0521,0.0286,0.0129,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88306",1,35.750735,-94.669697,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.362538,1.410159,6.2004,"2013-01-25 00:00",5.1372,"2013-02-27 00:00",4.5352,"2013-02-09 00:00",4.0419,"2013-01-16 00:00","","","","",6.2004,6.2004,4.5352,3.7895,1.8062,0.8137,0.2077,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88320",1,35.750735,-94.669697,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.4654,0.952242,5.96,"2013-03-08 00:00",2.79,"2013-04-16 00:00",2.65,"2013-04-22 00:00",2.57,"2013-01-04 00:00","","","","",5.96,5.96,2.65,2.55,2.01,1.22,0.59,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88321",1,35.750735,-94.669697,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.268,0.154788,0.84,"2013-03-08 00:00",0.54,"2013-01-25 00:00",0.53,"2013-01-07 00:00",0.49,"2013-04-16 00:00","","","","",0.84,0.84,0.53,0.45,0.37,0.23,0.09,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88324",1,35.750735,-94.669697,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",35,0.05301,0.08063,0.4972,"2013-03-08 00:00",0.2287,"2013-01-04 00:00",0.1936,"2013-03-02 00:00",0.1518,"2013-03-17 00:00","","","","",0.4972,0.4972,0.1936,0.1395,0.0538,0.0234,0.01025,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88325",1,35.750735,-94.669697,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.314726,0.222138,1.4077,"2013-03-08 00:00",0.7026,"2013-04-16 00:00",0.6396,"2013-05-19 00:00",0.6032,"2013-02-12 00:00","","","","",1.4077,1.4077,0.6396,0.5323,0.4073,0.2802,0.123,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88326",1,35.750735,-94.669697,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.403751,0.292901,1.6733,"2013-03-08 00:00",0.9068,"2013-01-16 00:00",0.895,"2013-02-12 00:00",0.8553,"2013-02-06 00:00","","","","",1.6733,1.6733,0.895,0.7472,0.5524,0.3256,0.1329,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88327",1,35.750735,-94.669697,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.305398,0.184641,0.9909,"2013-03-08 00:00",0.7172,"2013-04-16 00:00",0.7003,"2013-05-19 00:00",0.5383,"2013-01-04 00:00","","","","",0.9909,0.9909,0.7003,0.519,0.4017,0.2463,0.124,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88328",1,35.750735,-94.669697,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.397074,0.221329,1.3924,"2013-03-08 00:00",0.787,"2013-04-22 00:00",0.7176,"2013-01-25 00:00",0.7033,"2013-03-17 00:00","","","","",1.3924,1.3924,0.7176,0.6615,0.4792,0.3686,0.1767,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88329",1,35.750735,-94.669697,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.611456,0.357043,2.1396,"2013-03-08 00:00",1.2078,"2013-01-25 00:00",1.0985,"2013-04-16 00:00",1.062,"2013-04-22 00:00","","","","",2.1396,2.1396,1.0985,1.0347,0.8303,0.5726,0.2246,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88330",1,35.750735,-94.669697,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.053744,0.019677,0.0971,"2013-04-22 00:00",0.0953,"2013-03-08 00:00",0.0876,"2013-03-02 00:00",0.0822,"2013-03-26 00:00","","","","",0.0971,0.0971,0.0876,0.078,0.0679,0.0531,0.0296,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88331",1,35.750735,-94.669697,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.000107,0.000327,0.0018,"2013-01-19 00:00",0.0012,"2013-03-26 00:00",0.001,"2013-04-13 00:00",0.00015,"2013-03-11 00:00","","","","",0.0018,0.0018,0.001,0.0001,5e-05,0,0,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88338",1,35.750735,-94.669697,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.0182,0.010348,0.0662,"2013-04-13 00:00",0.0584,"2013-04-19 00:00",0.0289,"2013-04-10 00:00",0.0266,"2013-05-19 00:00","","","","",0.0662,0.0662,0.0289,0.02405,0.02335,0.0149,0.0111,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88339",1,35.750735,-94.669697,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.436816,1.547647,9.05161,"2013-04-16 00:00",5.43093,"2013-05-19 00:00",4.80043,"2013-02-09 00:00",4.79408,"2013-02-27 00:00","","","","",9.05161,9.05161,4.80043,4.70469,3.05436,2.05751,1.00328,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88344",1,35.750735,-94.669697,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.757656,1.819107,7.9985,"2013-01-25 00:00",6.627,"2013-02-27 00:00",5.8504,"2013-02-09 00:00",5.2141,"2013-01-16 00:00","","","","",7.9985,7.9985,5.8504,4.8885,2.33,1.0497,0.2679,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88348",1,35.750735,-94.669697,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.314236,0.214657,1.0254,"2013-05-13 00:00",0.8936,"2013-05-01 00:00",0.7105,"2013-04-25 00:00",0.6893,"2013-04-22 00:00","","","","",1.0254,1.0254,0.7105,0.6555,0.4131,0.2671,0.1113,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88350",1,35.750735,-94.669697,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.637652,1.714349,10.7307,"2013-03-08 00:00",5.0204,"2013-04-16 00:00",4.7664,"2013-04-22 00:00",4.6298,"2013-01-04 00:00","","","","",10.7307,10.7307,4.7664,4.5983,3.6178,2.1996,1.0598,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88403",1,35.750735,-94.669697,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.77136,1.191299,6.911,"2013-04-16 00:00",4.3,"2013-05-19 00:00",3.4761,"2013-01-28 00:00",3.4517,"2013-02-09 00:00","","","","",6.911,6.911,3.4761,3.4177,2.2332,1.4284,0.7142,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","001","9009","88502",1,35.750735,-94.669697,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,7.432,4.061237,18.3,"2013-04-16 00:00",18.2,"2013-03-08 00:00",17.6,"2013-01-25 00:00",14.2,"2013-02-27 00:00","","","","",18.3,18.3,17.6,13,9,6.7,2.7,"STILWELL","South Highway 59, RR1, 1795 Dahlonegah Park Road, Stilwell, Oklahoma","Oklahoma","Adair","Cherry Tree","","2014-01-28" +"40","013","0380","44201",1,33.945366,-96.405741,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3256,39,106,275,0,21,0,0,"Certification not required",39,0.048142,0.013974,0.083,"2013-09-26 14:00",0.076,"2013-08-31 13:00",0.076,"2013-10-10 15:00",0.075,"2013-10-09 14:00","","","","",0.076,0.076,0.072,0.067,0.057,0.048,0.036,"","814 Waldron Rd., Durant OK 74701","Oklahoma","Bryan","Durant","Durant, OK","2014-01-29" +"40","013","0380","44201",1,33.945366,-96.405741,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3264,39,106,275,0,0,0,0,"Certification not required",0,0.043934,0.013698,0.078,"2013-09-26 12:00",0.071,"2013-09-06 13:00",0.07,"2013-08-31 11:00",0.069,"2013-10-09 12:00","","","","",0.071,0.07,0.067,0.063,0.054,0.043,0.032,"","814 Waldron Rd., Durant OK 74701","Oklahoma","Bryan","Durant","Durant, OK","2014-01-29" +"40","013","0380","44201",1,33.945366,-96.405741,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3264,39,106,275,0,0,1,1,"Certification not required",0,0.043934,0.013698,0.078,"2013-09-26 12:00",0.071,"2013-09-06 13:00",0.07,"2013-08-31 11:00",0.069,"2013-10-09 12:00","","","","",0.071,0.07,0.067,0.063,0.054,0.043,0.032,"","814 Waldron Rd., Durant OK 74701","Oklahoma","Bryan","Durant","Durant, OK","2014-01-29" +"40","015","9008","44201",1,35.111944,-98.252778,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",8214,93,256,275,0,253,0,0,"Certification not required",440,0.037102,0.015492,0.079,"2013-05-14 09:00",0.075,"2013-07-05 16:00",0.073,"2013-07-06 18:00",0.073,"2013-09-26 17:00","","","","",0.073,0.069,0.065,0.059,0.049,0.04,0.028,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","015","9008","44201",1,35.111944,-98.252778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8185,91,251,275,0,0,0,0,"Certification not required",0,0.031251,0.013973,0.069,"2013-07-06 11:00",0.069,"2013-09-26 11:00",0.067,"2013-07-05 12:00",0.065,"2013-07-13 11:00","","","","",0.067,0.06,0.058,0.05,0.043,0.035,0.023,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","015","9008","44201",1,35.111944,-98.252778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8185,91,251,275,0,0,0,0,"Certification not required",0,0.031251,0.013973,0.069,"2013-07-06 11:00",0.069,"2013-09-26 11:00",0.067,"2013-07-05 12:00",0.065,"2013-07-13 11:00","","","","",0.067,0.06,0.058,0.05,0.043,0.035,0.023,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","015","9008","61101",1,35.111944,-98.252778,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8687,99,362,365,0,4,"","","Certification not required",0,3.799781,3.631689,19.7,"2013-01-29 15:00",18.4,"2013-04-08 16:00",18.1,"2013-05-27 15:00",18.1,"2013-10-31 09:00","","","","",13.6,12.5,10.8,9,6.2,3,0,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","015","9008","61102",1,35.111944,-98.252778,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",550,6,5,365,0,8141,"","","Certification not required",0,3.872727,11.822695,176,"2013-04-10 13:00",129,"2013-01-29 15:00",103,"2013-02-14 01:00",62,"2013-01-29 14:00","","","","",39,28,14,9,4,1,0,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","015","9008","62101",1,35.111944,-98.252778,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8665,99,360,365,0,26,"","","Certification not required",0,60.426659,19.641041,104,"2013-08-31 15:00",104,"2013-08-31 16:00",103,"2013-08-31 13:00",103,"2013-08-31 14:00","","","","",97,95,91,85,76,62,33,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","015","9008","62201",1,35.111944,-98.252778,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8710,99,363,365,0,4,"","","Certification not required",0,62.358553,19.548666,99,"2013-01-10 05:00",99,"2013-01-10 06:00",99,"2013-01-10 07:00",99,"2013-01-10 08:00","","","","",97,96,93,89,78,63,35,"ANADARKO PM2.5","WESTERN DELAWARE TRIBAL COMPLEX","Oklahoma","Caddo","Anadarko","","2014-01-02" +"40","017","0101","12102",6,35.479215,-97.751503,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000333,0.000488,0.001,"2013-07-03 00:00",0.001,"2013-07-27 00:00",0.001,"2013-08-14 00:00",0.001,"2013-08-20 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12103",6,35.479215,-97.751503,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000333,0.000488,0.001,"2013-07-03 00:00",0.001,"2013-08-14 00:00",0.001,"2013-08-20 00:00",0.001,"2013-09-07 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12105",6,35.479215,-97.751503,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.022,0.013293,0.048,"2013-09-01 00:00",0.038,"2013-08-08 00:00",0.038,"2013-09-25 00:00",0.033,"2013-09-13 00:00","","","","",0.048,0.048,0.048,0.038,0.033,0.023,0.005,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12110",6,35.479215,-97.751503,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12112",6,35.479215,-97.751503,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.002067,0.000258,0.003,"2013-08-08 00:00",0.002,"2013-07-03 00:00",0.002,"2013-07-09 00:00",0.002,"2013-07-15 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.002,0.002,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12113",6,35.479215,-97.751503,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12128",6,35.479215,-97.751503,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.001967,0.000705,0.0035,"2013-07-03 00:00",0.0029,"2013-09-13 00:00",0.0025,"2013-08-14 00:00",0.0025,"2013-09-01 00:00","","","","",0.0035,0.0035,0.0035,0.0029,0.0025,0.0019,0.0012,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12132",6,35.479215,-97.751503,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.018067,0.009169,0.035,"2013-09-13 00:00",0.03,"2013-07-03 00:00",0.03,"2013-09-01 00:00",0.026,"2013-09-25 00:00","","","","",0.035,0.035,0.035,0.03,0.026,0.017,0.006,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12136",6,35.479215,-97.751503,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.001067,0.000458,0.002,"2013-08-08 00:00",0.002,"2013-09-01 00:00",0.001,"2013-07-03 00:00",0.001,"2013-07-09 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0.001,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12142",6,35.479215,-97.751503,"WGS84","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,1.3e-05,5e-06,2e-05,"2013-07-03 00:00",2e-05,"2013-08-02 00:00",2e-05,"2013-08-14 00:00",2e-05,"2013-09-13 00:00","","","","",2e-05,2e-05,2e-05,2e-05,2e-05,1e-05,1e-05,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","12154",6,35.479215,-97.751503,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",15,48,15,31,0,0,"","","Certification not required",0,0.000867,0.000352,0.001,"2013-07-09 00:00",0.001,"2013-07-21 00:00",0.001,"2013-07-27 00:00",0.001,"2013-08-02 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","42153",6,35.479215,-97.751503,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.016429,0.007449,0.03,"2013-07-21 00:00",0.03,"2013-08-14 00:00",0.02,"2013-07-03 00:00",0.02,"2013-07-09 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0.01,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","42601",1,35.479215,-97.751503,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6184,87,258,296,0,175,"","","Certification not required",0,1.12969,2.605993,52,"2013-12-23 01:00",50,"2013-12-17 20:00",43,"2013-03-11 19:00",43,"2013-12-23 00:00","","","","",11,7,4,3,1,1,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-03" +"40","017","0101","42602",1,35.479215,-97.751503,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6184,71,258,365,0,175,0,"","Certification not required",0,14.20155,9.507629,44,"2013-10-17 19:00",43,"2013-03-31 20:00",41,"2013-07-03 00:00",41,"2013-09-04 20:00","","","","",43,41,35,28,19,12,4,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-03" +"40","017","0101","42602",1,35.479215,-97.751503,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6184,71,258,365,0,175,"","","Certification not required",0,5.504851,5.302462,49,"2013-03-11 20:00",46,"2013-03-11 19:00",44,"2013-10-17 19:00",43,"2013-03-31 20:00","","","","",28,24,16,11,6,4,2,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-03" +"40","017","0101","42603",1,35.479215,-97.751503,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6185,87,258,296,0,174,"","","Certification not required",0,7.094584,7.146789,92,"2013-12-17 20:00",90,"2013-03-11 19:00",89,"2013-12-23 01:00",81,"2013-03-11 20:00","","","","",38,30,19,13,8,5,2,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-03" +"40","017","0101","43205",6,35.479215,-97.751503,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.732429,0.209041,1.26,"2013-07-03 00:00",1.023,"2013-07-21 00:00",0.927,"2013-07-15 00:00",0.762,"2013-09-25 00:00","","","","",1.26,1.26,1.26,1.023,0.762,0.708,0.552,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43206",6,35.479215,-97.751503,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.432714,0.194108,0.912,"2013-07-03 00:00",0.654,"2013-09-25 00:00",0.542,"2013-08-16 00:00",0.53,"2013-08-14 00:00","","","","",0.912,0.912,0.912,0.654,0.53,0.42,0.256,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43208",6,35.479215,-97.751503,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.032286,0.003832,0.038,"2013-08-16 00:00",0.036,"2013-07-21 00:00",0.036,"2013-09-07 00:00",0.036,"2013-09-13 00:00","","","","",0.038,0.038,0.038,0.036,0.036,0.032,0.028,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43218",6,35.479215,-97.751503,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.065,0.04485,0.15,"2013-07-03 00:00",0.12,"2013-09-25 00:00",0.11,"2013-08-26 00:00",0.08,"2013-07-09 00:00","","","","",0.15,0.15,0.15,0.12,0.08,0.07,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43233",6,35.479215,-97.751503,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.457714,0.109654,0.656,"2013-07-03 00:00",0.592,"2013-07-09 00:00",0.56,"2013-08-28 00:00",0.544,"2013-09-07 00:00","","","","",0.656,0.656,0.656,0.592,0.544,0.464,0.312,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43372",6,35.479215,-97.751503,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.008571,0.032071,0.12,"2013-09-25 00:00",0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00","","","","",0.12,0.12,0.12,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43373",6,35.479215,-97.751503,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.039,0,0.039,"2013-07-03 00:00",0.039,"2013-07-09 00:00",0.039,"2013-07-15 00:00",0.039,"2013-07-21 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43396",6,35.479215,-97.751503,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.042,0,0.042,"2013-07-03 00:00",0.042,"2013-07-09 00:00",0.042,"2013-07-15 00:00",0.042,"2013-07-21 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43438",6,35.479215,-97.751503,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43441",6,35.479215,-97.751503,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43502",6,35.479215,-97.751503,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,3.4,0.770614,4.8,"2013-09-07 00:00",4.6,"2013-07-03 00:00",4.1,"2013-09-01 00:00",4,"2013-07-09 00:00","","","","",4.8,4.8,4.8,4.6,4,3.4,2.6,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43503",6,35.479215,-97.751503,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,2.557143,0.552914,3.7,"2013-09-01 00:00",3.6,"2013-09-07 00:00",2.9,"2013-07-03 00:00",2.8,"2013-09-25 00:00","","","","",3.7,3.7,3.7,3.6,2.8,2.5,1.9,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43504",6,35.479215,-97.751503,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.664286,0.139268,0.9,"2013-09-01 00:00",0.9,"2013-09-07 00:00",0.8,"2013-07-03 00:00",0.7,"2013-07-09 00:00","","","","",0.9,0.9,0.9,0.9,0.7,0.7,0.5,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43505",6,35.479215,-97.751503,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",11,35,9,31,0,4,"","","Certification not required",0,1.337273,0.736561,2.91,"2013-07-27 00:00",2.3,"2013-07-21 00:00",1.88,"2013-09-07 00:00",1.34,"2013-08-28 00:00","","","","",2.91,2.91,2.91,2.3,1.88,1.13,0.71,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43510",6,35.479215,-97.751503,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.414,0.124971,0.62,"2013-07-21 00:00",0.572,"2013-09-25 00:00",0.552,"2013-09-07 00:00",0.524,"2013-09-01 00:00","","","","",0.62,0.62,0.62,0.572,0.524,0.388,0.24,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43513",6,35.479215,-97.751503,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.005,0,0.005,"2013-07-03 00:00",0.005,"2013-07-09 00:00",0.005,"2013-07-21 00:00",0.005,"2013-07-27 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43517",6,35.479215,-97.751503,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.289286,0.102587,0.582,"2013-08-14 00:00",0.384,"2013-09-01 00:00",0.324,"2013-08-16 00:00",0.324,"2013-09-07 00:00","","","","",0.582,0.582,0.582,0.384,0.324,0.288,0.186,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43518",6,35.479215,-97.751503,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.197857,0.049253,0.29,"2013-09-07 00:00",0.275,"2013-09-01 00:00",0.245,"2013-07-03 00:00",0.22,"2013-09-25 00:00","","","","",0.29,0.29,0.29,0.275,0.22,0.195,0.14,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43528",6,35.479215,-97.751503,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,1.302,0.527715,2.5,"2013-08-26 00:00",2.08,"2013-09-07 00:00",1.868,"2013-08-20 00:00",1.58,"2013-09-13 00:00","","","","",2.5,2.5,2.5,2.08,1.58,1.084,0.88,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43551",6,35.479215,-97.751503,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,2.437929,1.133476,5.04,"2013-09-25 00:00",3.87,"2013-09-07 00:00",3.81,"2013-07-03 00:00",3.27,"2013-08-20 00:00","","","","",5.04,5.04,5.04,3.87,3.27,2.025,1.545,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43552",6,35.479215,-97.751503,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.551143,0.210208,1.128,"2013-09-25 00:00",0.76,"2013-09-07 00:00",0.664,"2013-07-03 00:00",0.636,"2013-08-16 00:00","","","","",1.128,1.128,1.128,0.76,0.636,0.524,0.356,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43560",6,35.479215,-97.751503,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.245,0.125499,0.47,"2013-07-21 00:00",0.41,"2013-07-03 00:00",0.41,"2013-07-15 00:00",0.38,"2013-08-20 00:00","","","","",0.47,0.47,0.47,0.41,0.38,0.23,0.11,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43702",6,35.479215,-97.751503,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,116.421429,134.161564,380,"2013-07-15 00:00",304,"2013-07-03 00:00",284,"2013-07-27 00:00",222,"2013-07-21 00:00","","","","",380,380,380,304,222,49.8,5.52,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43704",6,35.479215,-97.751503,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.025,0.093541,0.35,"2013-07-09 00:00",0,"2013-07-03 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0.35,0.35,0.35,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43801",6,35.479215,-97.751503,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.564286,0.072294,0.72,"2013-07-09 00:00",0.67,"2013-07-15 00:00",0.62,"2013-07-27 00:00",0.6,"2013-09-19 00:00","","","","",0.72,0.72,0.72,0.67,0.6,0.56,0.49,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43802",6,35.479215,-97.751503,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.139286,0.093928,0.44,"2013-09-19 00:00",0.21,"2013-07-15 00:00",0.16,"2013-07-03 00:00",0.15,"2013-08-26 00:00","","","","",0.44,0.44,0.44,0.21,0.15,0.11,0.08,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43803",6,35.479215,-97.751503,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.007143,0.012044,0.03,"2013-08-16 00:00",0.03,"2013-09-07 00:00",0.02,"2013-08-20 00:00",0.02,"2013-08-28 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43804",6,35.479215,-97.751503,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.102857,0.011387,0.12,"2013-07-03 00:00",0.12,"2013-07-09 00:00",0.12,"2013-07-21 00:00",0.11,"2013-08-26 00:00","","","","",0.12,0.12,0.12,0.12,0.11,0.1,0.09,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43806",6,35.479215,-97.751503,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.001429,0.003631,0.01,"2013-07-09 00:00",0.01,"2013-07-21 00:00",0,"2013-07-03 00:00",0,"2013-07-15 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43811",6,35.479215,-97.751503,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.24,0.020456,0.276,"2013-08-16 00:00",0.274,"2013-09-25 00:00",0.264,"2013-09-19 00:00",0.248,"2013-07-03 00:00","","","","",0.276,0.276,0.276,0.274,0.248,0.242,0.214,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43812",6,35.479215,-97.751503,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.012143,0.020069,0.05,"2013-07-27 00:00",0.04,"2013-07-09 00:00",0.04,"2013-07-21 00:00",0.04,"2013-09-07 00:00","","","","",0.05,0.05,0.05,0.04,0.04,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43813",6,35.479215,-97.751503,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43814",6,35.479215,-97.751503,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.012857,0.009139,0.02,"2013-07-03 00:00",0.02,"2013-07-09 00:00",0.02,"2013-07-21 00:00",0.02,"2013-07-27 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43815",6,35.479215,-97.751503,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.026429,0.018232,0.05,"2013-07-03 00:00",0.04,"2013-07-15 00:00",0.04,"2013-07-27 00:00",0.04,"2013-08-20 00:00","","","","",0.05,0.05,0.05,0.04,0.04,0.03,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43817",6,35.479215,-97.751503,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.014286,0.015549,0.05,"2013-08-16 00:00",0.03,"2013-07-03 00:00",0.03,"2013-09-13 00:00",0.02,"2013-07-21 00:00","","","","",0.05,0.05,0.05,0.03,0.02,0.02,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43818",6,35.479215,-97.751503,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.004286,0.006462,0.02,"2013-07-21 00:00",0.01,"2013-07-03 00:00",0.01,"2013-07-27 00:00",0.01,"2013-09-07 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43819",6,35.479215,-97.751503,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.012143,0.005789,0.02,"2013-07-27 00:00",0.02,"2013-08-16 00:00",0.02,"2013-09-07 00:00",0.02,"2013-09-13 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0.01,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43820",6,35.479215,-97.751503,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43821",6,35.479215,-97.751503,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.160857,0.010007,0.178,"2013-09-19 00:00",0.174,"2013-09-25 00:00",0.172,"2013-08-16 00:00",0.166,"2013-07-09 00:00","","","","",0.178,0.178,0.178,0.174,0.166,0.162,0.152,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43823",6,35.479215,-97.751503,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.462143,0.039258,0.52,"2013-09-19 00:00",0.52,"2013-09-25 00:00",0.51,"2013-07-15 00:00",0.5,"2013-08-16 00:00","","","","",0.52,0.52,0.52,0.52,0.5,0.45,0.41,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43824",6,35.479215,-97.751503,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43826",6,35.479215,-97.751503,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43828",6,35.479215,-97.751503,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.0095,0,0.0095,"2013-07-03 00:00",0.0095,"2013-07-09 00:00",0.0095,"2013-07-15 00:00",0.0095,"2013-07-21 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43829",6,35.479215,-97.751503,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43830",6,35.479215,-97.751503,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43831",6,35.479215,-97.751503,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43832",6,35.479215,-97.751503,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.009,0,0.009,"2013-07-03 00:00",0.009,"2013-07-09 00:00",0.009,"2013-07-15 00:00",0.009,"2013-07-21 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43835",6,35.479215,-97.751503,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43836",6,35.479215,-97.751503,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.008,0,0.008,"2013-07-03 00:00",0.008,"2013-07-09 00:00",0.008,"2013-07-15 00:00",0.008,"2013-07-21 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43838",6,35.479215,-97.751503,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",13,0.013286,0.004811,0.03,"2013-09-13 00:00",0.012,"2013-07-03 00:00",0.012,"2013-07-09 00:00",0.012,"2013-07-15 00:00","","","","",0.03,0.03,0.03,0.012,0.012,0.012,0.012,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43839",6,35.479215,-97.751503,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.016,0,0.016,"2013-07-03 00:00",0.016,"2013-07-09 00:00",0.016,"2013-07-15 00:00",0.016,"2013-07-21 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43843",6,35.479215,-97.751503,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.000714,0.002673,0.01,"2013-07-21 00:00",0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43844",6,35.479215,-97.751503,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.007143,0.012044,0.03,"2013-07-21 00:00",0.03,"2013-07-27 00:00",0.02,"2013-07-03 00:00",0.02,"2013-07-09 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","43860",6,35.479215,-97.751503,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.000714,0.002673,0.01,"2013-07-21 00:00",0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","44201",1,35.479215,-97.751503,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8322,94,259,275,0,413,0,0,"Certification not required",94,0.049467,0.01203,0.081,"2013-09-26 20:00",0.079,"2013-09-06 13:00",0.078,"2013-07-06 16:00",0.078,"2013-08-07 13:00","","","","",0.078,0.074,0.07,0.066,0.058,0.05,0.039,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-29" +"40","017","0101","44201",1,35.479215,-97.751503,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8338,94,258,275,0,0,0,0,"Certification not required",0,0.04486,0.011265,0.074,"2013-07-06 11:00",0.074,"2013-09-26 15:00",0.073,"2013-09-06 11:00",0.071,"2013-07-05 12:00","","","","",0.073,0.068,0.065,0.06,0.053,0.045,0.035,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-29" +"40","017","0101","44201",1,35.479215,-97.751503,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8338,94,258,275,0,0,0,0,"Certification not required",0,0.04486,0.011265,0.074,"2013-07-06 11:00",0.074,"2013-09-26 15:00",0.073,"2013-09-06 11:00",0.071,"2013-07-05 12:00","","","","",0.073,0.068,0.065,0.06,0.053,0.045,0.035,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-29" +"40","017","0101","44201",2,35.479215,-97.751503,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2144,22,60,275,0,40,0,0,"Certification not required",24,0.040083,0.010228,0.072,"2013-10-09 16:00",0.066,"2013-10-01 00:00",0.065,"2013-10-10 17:00",0.061,"2013-10-08 14:00","","","","",0.072,0.066,0.065,0.051,0.045,0.04,0.034,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-18" +"40","017","0101","44201",2,35.479215,-97.751503,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2152,21,59,275,0,0,0,0,"Certification not required",0,0.035729,0.009457,0.067,"2013-10-09 11:00",0.062,"2013-10-01 09:00",0.062,"2013-10-10 14:00",0.054,"2013-10-08 10:00","","","","",0.067,0.062,0.062,0.046,0.041,0.036,0.03,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-18" +"40","017","0101","44201",2,35.479215,-97.751503,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2152,21,59,275,0,0,0,0,"Certification not required",0,0.035729,0.009457,0.067,"2013-10-09 11:00",0.062,"2013-10-01 09:00",0.062,"2013-10-10 14:00",0.054,"2013-10-08 10:00","","","","",0.067,0.062,0.062,0.046,0.041,0.036,0.03,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-02-18" +"40","017","0101","45109",6,35.479215,-97.751503,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.837143,0.263568,1.46,"2013-07-03 00:00",1.18,"2013-09-25 00:00",1.04,"2013-08-26 00:00",0.94,"2013-09-13 00:00","","","","",1.46,1.46,1.46,1.18,0.94,0.82,0.51,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45201",6,35.479215,-97.751503,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.89,0.175587,1.29,"2013-07-03 00:00",1.09,"2013-09-13 00:00",1.01,"2013-09-25 00:00",1,"2013-09-07 00:00","","","","",1.29,1.29,1.29,1.09,1,0.88,0.65,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45202",6,35.479215,-97.751503,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,1.971429,0.5731,3.39,"2013-07-03 00:00",2.39,"2013-09-25 00:00",2.35,"2013-09-07 00:00",2.32,"2013-09-13 00:00","","","","",3.39,3.39,3.39,2.39,2.32,2.02,1.32,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45203",6,35.479215,-97.751503,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.465714,0.138437,0.72,"2013-07-03 00:00",0.68,"2013-08-26 00:00",0.61,"2013-09-25 00:00",0.53,"2013-09-13 00:00","","","","",0.72,0.72,0.72,0.68,0.53,0.47,0.28,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45204",6,35.479215,-97.751503,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.416429,0.142592,0.67,"2013-08-26 00:00",0.63,"2013-07-03 00:00",0.55,"2013-09-25 00:00",0.52,"2013-09-13 00:00","","","","",0.67,0.67,0.67,0.63,0.52,0.42,0.23,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45207",6,35.479215,-97.751503,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",8,0.136929,0.065395,0.252,"2013-08-26 00:00",0.243,"2013-07-03 00:00",0.207,"2013-09-25 00:00",0.189,"2013-07-09 00:00","","","","",0.252,0.252,0.252,0.243,0.189,0.0855,0.0855,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45208",6,35.479215,-97.751503,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.361286,0.108049,0.567,"2013-07-03 00:00",0.54,"2013-09-25 00:00",0.468,"2013-08-26 00:00",0.432,"2013-09-13 00:00","","","","",0.567,0.567,0.567,0.54,0.432,0.342,0.234,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45220",6,35.479215,-97.751503,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.098571,0.074509,0.22,"2013-08-26 00:00",0.19,"2013-07-03 00:00",0.18,"2013-07-09 00:00",0.14,"2013-09-19 00:00","","","","",0.22,0.22,0.22,0.19,0.14,0.1,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45501",6,35.479215,-97.751503,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,42,12,31,0,2,"","","Certification not required",0,0.162615,0.044927,0.273,"2013-07-03 00:00",0.224,"2013-09-01 00:00",0.182,"2013-09-07 00:00",0.182,"2013-09-19 00:00","","","","",0.273,0.273,0.273,0.224,0.182,0.147,0.126,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45503",6,35.479215,-97.751503,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.009,0,0.009,"2013-07-03 00:00",0.009,"2013-07-09 00:00",0.009,"2013-07-21 00:00",0.009,"2013-07-27 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45504",6,35.479215,-97.751503,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",12,39,11,31,0,3,"","","Certification not required",0,0.284667,0.106976,0.512,"2013-08-26 00:00",0.432,"2013-09-07 00:00",0.384,"2013-07-03 00:00",0.32,"2013-09-01 00:00","","","","",0.512,0.512,0.512,0.432,0.384,0.248,0.192,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45801",6,35.479215,-97.751503,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0,0,0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00",0,"2013-07-21 00:00","","","","",0,0,0,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45805",6,35.479215,-97.751503,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.069,0,0.069,"2013-07-03 00:00",0.069,"2013-07-09 00:00",0.069,"2013-07-15 00:00",0.069,"2013-07-21 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45806",6,35.479215,-97.751503,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",14,0.078,0,0.078,"2013-07-03 00:00",0.078,"2013-07-09 00:00",0.078,"2013-07-15 00:00",0.078,"2013-07-21 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45807",6,35.479215,-97.751503,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.077857,0.090908,0.22,"2013-07-21 00:00",0.2,"2013-07-03 00:00",0.19,"2013-07-27 00:00",0.18,"2013-07-09 00:00","","","","",0.22,0.22,0.22,0.2,0.18,0.07,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","45810",6,35.479215,-97.751503,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",14,45,12,31,0,1,"","","Certification not required",0,0.001429,0.005345,0.02,"2013-07-21 00:00",0,"2013-07-03 00:00",0,"2013-07-09 00:00",0,"2013-07-15 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2013-12-03" +"40","017","0101","61103",2,35.479215,-97.751503,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",6145,70,254,365,0,2591,"","","Certification not required",0,6.472823,3.203314,21.7,"2013-12-19 09:00",20.8,"2013-12-19 08:00",18.2,"2013-11-08 12:00",18.2,"2013-11-08 13:00","","","","",14.8,13.9,12.2,10.4,8.7,6.1,2.6,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-09" +"40","017","0101","61104",2,35.479215,-97.751503,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",6145,70,254,365,0,2591,"","","Certification not required",0,158.474044,87.666941,359,"2013-04-03 23:00",359,"2013-04-23 20:00",359,"2013-04-23 22:00",359,"2013-05-02 04:00","","","","",355,351,332,283,198,164,23,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-09" +"40","017","0101","62101",2,35.479215,-97.751503,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8367,96,348,365,0,369,"","","Certification not required",0,57.270467,19.542731,100,"2013-08-31 13:00",99,"2013-06-27 14:00",99,"2013-06-27 15:00",99,"2013-07-10 14:00","","","","",93,91,87,82,73,58,31,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-09" +"40","017","0101","62201",2,35.479215,-97.751503,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8367,96,348,365,0,369,"","","Certification not required",0,62.516434,18.953696,98,"2013-02-13 05:00",98,"2013-02-13 06:00",97,"2013-02-06 13:00",97,"2013-02-06 14:00","","","","",96,95,92,89,78,63,35,"OKC WEST-(YUKON)","12575 NW 10TH (WATER TOWER)","Oklahoma","Canadian","Yukon","Oklahoma City, OK","2014-01-09" +"40","019","0297","88502",3,34.257125,-97.474341,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1501,98,62,64,0,35,"","","Certification not required",0,8.208128,5.979328,62.1,"2013-01-23 18:00",39.1,"2013-01-24 16:00",37.7,"2013-01-23 15:00",37.1,"2013-02-04 16:00","","","","",25.1,22.9,19.6,16.6,11.2,7,2.1,"HEALDTON AIRPORT","1800 AIRPORT ROAD","Oklahoma","Carter","Healdton","Ardmore, OK","2013-06-05" +"40","019","0297","88502",3,34.257125,-97.474341,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",62,97,62,64,0,0,"","","Certification not required",0,8.169355,4.408583,20.5,"2013-01-23 00:00",19.6,"2013-01-24 00:00",17.7,"2013-01-01 00:00",16.7,"2013-02-06 00:00","","","","",20.5,19.6,16.7,13.9,10.4,8,3,"HEALDTON AIRPORT","1800 AIRPORT ROAD","Oklahoma","Carter","Healdton","Ardmore, OK","2013-06-05" +"40","019","0297","88503",3,34.257125,-97.474341,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1501,98,62,64,0,35,"","","Certification not required",0,-1.61519,1.940473,10.3,"2013-01-06 18:00",9.9,"2013-01-19 21:00",7,"2013-01-03 19:00",6.2,"2013-02-02 19:00","","","","",3,2.2,1.2,0.6,-0.4,-1.5,-4,"HEALDTON AIRPORT","1800 AIRPORT ROAD","Oklahoma","Carter","Healdton","Ardmore, OK","2013-06-05" +"40","019","0297","88503",3,34.257125,-97.474341,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",62,97,62,64,0,0,"","","Certification not required",0,-1.58871,1.098151,0.4,"2013-01-31 00:00",0.2,"2013-01-30 00:00",0,"2013-01-13 00:00",-0.1,"2013-02-02 00:00","","","","",0.4,0.2,-0.1,-0.3,-0.7,-1.5,-3.3,"HEALDTON AIRPORT","1800 AIRPORT ROAD","Oklahoma","Carter","Healdton","Ardmore, OK","2013-06-05" +"40","021","9002","44201",1,35.85408,-94.985964,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6838,100,275,275,0,1921,0,0,"Certification not required",484,0.047836,0.011416,0.09,"2013-09-01 14:00",0.077,"2013-03-14 14:00",0.073,"2013-05-14 15:00",0.073,"2013-07-10 13:00","","","","",0.073,0.071,0.067,0.063,0.056,0.047,0.034,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","44201",1,35.85408,-94.985964,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6929,100,274,275,0,0,0,0,"Certification not required",0,0.043482,0.010737,0.071,"2013-05-14 12:00",0.07,"2013-03-14 11:00",0.066,"2013-09-01 09:00",0.065,"2013-07-11 10:00","","","","",0.066,0.065,0.062,0.059,0.051,0.043,0.031,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","44201",1,35.85408,-94.985964,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6929,100,274,275,0,0,0,0,"Certification not required",0,0.043482,0.010737,0.071,"2013-05-14 12:00",0.07,"2013-03-14 11:00",0.066,"2013-09-01 09:00",0.065,"2013-07-11 10:00","","","","",0.066,0.065,0.062,0.059,0.051,0.043,0.031,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","61101",1,35.85408,-94.985964,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8704,99,362,365,0,55,"","","Certification not required",0,4.342521,3.246935,68.1,"2013-02-26 06:00",48.6,"2013-05-30 02:00",47.6,"2013-02-25 22:00",36.5,"2013-02-26 00:00","","","","",12.1,11.2,9.8,8.6,6.5,3.9,0.7,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","61102",1,35.85408,-94.985964,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8701,99,362,365,0,58,"","","Certification not required",0,164.315136,102.66766,359,"2013-02-14 20:00",359,"2013-02-15 10:00",359,"2013-02-19 03:00",359,"2013-02-28 13:00","","","","",357,354,344,324,229,165,30,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","62101",1,35.85408,-94.985964,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,9,"","","Certification not required",0,58.196457,19.035947,99,"2013-08-31 15:00",99,"2013-08-31 16:00",97,"2013-05-08 01:00",97,"2013-07-10 13:00","","","","",93,91,88,82,73,61,32,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","62201",1,35.85408,-94.985964,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8750,100,365,365,0,9,"","","Certification not required",0,65.548,17.279471,92,"2013-05-10 04:00",92,"2013-05-10 05:00",92,"2013-05-17 04:00",92,"2013-05-17 05:00","","","","",91,90,89,87,81,68,40,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","021","9002","65101",1,35.85408,-94.985964,"WGS84","Rain 24hr total","1 HOUR","","Observed Values","BUCKET - STANDARD NWS RAIN GAGE",2013,"Inches (rainfall)","No Events",8753,100,365,365,0,7,"","","Certification not required",0,0.004765,0.039691,1.52,"2013-06-15 20:00",1.14,"2013-07-23 23:00",1.11,"2013-04-27 00:00",0.85,"2013-04-18 03:00","","","","",0.12,0.06,0.01,0,0,0,0,"TAHLEQUAH SHELTER","P.O. BOX 948 TAHLEQUAH, OK 74464","Oklahoma","Cherokee","Park Hill","Tahlequah, OK","2014-02-12" +"40","027","0049","44201",1,35.320105,-97.484099,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8455,96,264,275,0,280,0,0,"Certification not required",272,0.050477,0.011813,0.082,"2013-08-11 17:00",0.078,"2013-07-06 15:00",0.078,"2013-09-26 18:00",0.077,"2013-09-06 13:00","","","","",0.078,0.072,0.069,0.066,0.059,0.051,0.041,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2014-01-29" +"40","027","0049","44201",1,35.320105,-97.484099,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8484,95,262,275,0,0,0,0,"Certification not required",0,0.04555,0.01112,0.074,"2013-07-06 11:00",0.073,"2013-09-26 13:00",0.069,"2013-07-04 10:00",0.069,"2013-09-06 09:00","","","","",0.069,0.068,0.062,0.059,0.054,0.046,0.036,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2014-01-29" +"40","027","0049","44201",1,35.320105,-97.484099,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8484,95,262,275,0,0,0,0,"Certification not required",0,0.04555,0.01112,0.074,"2013-07-06 11:00",0.073,"2013-09-26 13:00",0.069,"2013-07-04 10:00",0.069,"2013-09-06 09:00","","","","",0.069,0.068,0.062,0.059,0.054,0.046,0.036,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2014-01-29" +"40","027","0049","88101",3,35.320105,-97.484099,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5303,61,226,365,0,331,"","","Certification not required",0,9.620177,5.758087,65.4,"2013-06-29 20:00",63.4,"2013-06-29 19:00",55.6,"2013-05-18 07:00",55,"2013-07-04 21:00","","","","",29,24.5,19.5,16.4,12.3,8.5,3.9,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2014-01-29" +"40","027","0049","88101",3,35.320105,-97.484099,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",218,60,218,365,0,0,0,0,"Certification not required",0,9.540367,4.38439,30.7,"2013-05-18 00:00",25.2,"2013-12-14 00:00",23.4,"2013-12-13 00:00",20.8,"2013-07-05 00:00","","","","",23.4,20.5,18.4,15,11.9,8.5,4.9,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2014-01-29" +"40","027","0049","88101",3,35.320105,-97.484099,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",218,60,218,365,0,0,"","","Certification not required",0,9.540367,4.38439,30.7,"2013-05-18 00:00",25.2,"2013-12-14 00:00",23.4,"2013-12-13 00:00",20.8,"2013-07-05 00:00","","","","",23.4,20.5,18.4,15,11.9,8.5,4.9,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2014-01-29" +"40","027","0049","88502",3,35.320105,-97.484099,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",3031,99,127,128,0,25,"","","Certification not required",0,10.200297,5.394621,31.9,"2013-04-17 11:00",31.8,"2013-04-17 10:00",31.1,"2013-03-21 10:00",30.8,"2013-03-21 09:00","","","","",26,23.8,20.4,17.7,13,9.5,4.1,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2013-11-21" +"40","027","0049","88502",3,35.320105,-97.484099,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",127,99,127,128,0,0,"","","Certification not required",0,10.124409,3.993004,20.2,"2013-01-23 00:00",20.1,"2013-03-08 00:00",19.8,"2013-04-17 00:00",19.2,"2013-01-26 00:00","","","","",20.1,19.8,18.1,16.3,12.3,10.4,4.9,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2013-11-21" +"40","027","0049","88503",3,35.320105,-97.484099,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",3030,99,127,128,0,25,"","","Certification not required",0,-2.363003,1.935543,10.4,"2013-03-10 05:00",6.6,"2013-02-25 05:00",6.6,"2013-05-01 18:00",6.1,"2013-05-03 21:00","","","","",2.3,1.6,0.5,-0.1,-1.2,-2.3,-4.6,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2013-07-30" +"40","027","0049","88503",3,35.320105,-97.484099,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",127,99,127,128,0,0,"","","Certification not required",0,-2.307874,1.122399,0,"2013-03-05 00:00",0,"2013-04-18 00:00",0,"2013-05-01 00:00",-0.1,"2013-01-13 00:00","","","","",0,0,-0.6,-1,-1.6,-2.2,-3.6,"MOORE WATER TOWER"," S. E. 19TH STREET","Oklahoma","Cleveland","Moore","Oklahoma City, OK","2013-07-30" +"40","031","0651","44201",1,34.63298,-98.42879,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8674,99,273,275,0,61,0,0,"Certification not required",250,0.050806,0.012424,0.089,"2013-06-04 16:00",0.079,"2013-07-05 19:00",0.079,"2013-07-06 16:00",0.078,"2013-06-03 18:00","","","","",0.079,0.075,0.072,0.068,0.06,0.051,0.041,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-29" +"40","031","0651","44201",1,34.63298,-98.42879,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8690,99,272,275,0,0,0,0,"Certification not required",0,0.046364,0.01184,0.076,"2013-06-04 12:00",0.075,"2013-07-06 12:00",0.072,"2013-06-03 15:00",0.072,"2013-07-05 13:00","","","","",0.072,0.071,0.066,0.062,0.055,0.046,0.036,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-29" +"40","031","0651","44201",1,34.63298,-98.42879,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8690,99,272,275,0,0,1,1,"Certification not required",0,0.046364,0.01184,0.076,"2013-06-04 12:00",0.075,"2013-07-06 12:00",0.072,"2013-06-03 15:00",0.072,"2013-07-05 13:00","","","","",0.072,0.071,0.066,0.062,0.055,0.046,0.036,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-29" +"40","031","0651","61103",2,34.63298,-98.42879,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8002,91,331,365,0,734,"","","Certification not required",0,4.312909,2.967127,16.5,"2013-01-29 15:00",15.6,"2013-03-04 22:00",15.6,"2013-06-23 09:00",14.8,"2013-01-29 14:00","","","","",12.2,11.3,9.6,8.7,6.1,4.3,0.9,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-09" +"40","031","0651","61104",2,34.63298,-98.42879,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8002,91,331,365,0,734,"","","Certification not required",0,139.795051,92.142613,359,"2013-02-22 07:00",359,"2013-02-23 02:00",359,"2013-02-27 08:00",359,"2013-03-05 13:00","","","","",356,352,340,265,182,150,18,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-09" +"40","031","0651","62101",2,34.63298,-98.42879,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8700,99,361,365,0,36,"","","Certification not required",0,60.977356,19.904631,103,"2013-06-27 16:00",103,"2013-07-11 14:00",103,"2013-08-31 14:00",102,"2013-06-27 15:00","","","","",97,95,91,86,77,63,33,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-09" +"40","031","0651","62201",2,34.63298,-98.42879,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8700,99,361,365,0,36,"","","Certification not required",0,56.712069,19.865902,95,"2013-12-25 06:00",95,"2013-12-25 07:00",94,"2013-01-27 05:00",94,"2013-01-27 06:00","","","","",92,91,88,83,73,58,29,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-09" +"40","031","0651","88101",3,34.63298,-98.42879,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5810,66,245,365,0,48,"","","Certification not required",0,8.981738,6.034088,66.9,"2013-07-03 02:00",59,"2013-05-19 23:00",57.7,"2013-05-20 00:00",55.6,"2013-05-18 05:00","","","","",29.6,24.8,20,16.1,11.7,7.7,2.8,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-29" +"40","031","0651","88101",3,34.63298,-98.42879,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",241,66,241,365,0,0,0,0,"Certification not required",0,8.953527,4.744198,33,"2013-05-18 00:00",24.7,"2013-05-17 00:00",23.3,"2013-06-22 00:00",23,"2013-06-21 00:00","","","","",23.3,21.7,18.2,14.7,11.5,7.9,4.2,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-29" +"40","031","0651","88101",3,34.63298,-98.42879,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",241,66,241,365,0,0,"","","Certification not required",0,8.953527,4.744198,33,"2013-05-18 00:00",24.7,"2013-05-17 00:00",23.3,"2013-06-22 00:00",23,"2013-06-21 00:00","","","","",23.3,21.7,18.2,14.7,11.5,7.9,4.2,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2014-01-29" +"40","031","0651","88502",3,34.63298,-98.42879,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1637,68,67,101,0,630,"","","Certification not required",0,8.776665,5.618465,38.5,"2013-03-15 15:00",34.9,"2013-01-23 08:00",31.6,"2013-03-23 07:00",28.9,"2013-01-23 07:00","","","","",25,23.2,20.1,17.1,11.4,7.5,2.8,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2013-07-05" +"40","031","0651","88502",3,34.63298,-98.42879,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",67,66,67,101,0,0,"","","Certification not required",0,8.765672,4.644826,21.6,"2013-01-24 00:00",21.1,"2013-01-23 00:00",20.6,"2013-01-26 00:00",17.8,"2013-01-25 00:00","","","","",21.6,21.1,17.8,16.1,10.8,7.9,3.9,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2013-07-05" +"40","031","0651","88503",3,34.63298,-98.42879,"NAD83","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1637,68,67,101,0,630,"","","Certification not required",0,-1.92358,1.892446,5.7,"2013-03-09 23:00",5.1,"2013-03-10 00:00",4,"2013-01-31 17:00",3.6,"2013-01-13 01:00","","","","",2.1,1.5,0.8,0.3,-0.7,-1.7,-4.5,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2013-11-19" +"40","031","0651","88503",3,34.63298,-98.42879,"NAD83","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",67,66,67,101,0,0,"","","Certification not required",0,-1.874627,1.277823,0.6,"2013-01-13 00:00",0,"2013-01-30 00:00",-0.2,"2013-01-31 00:00",-0.2,"2013-03-10 00:00","","","","",0.6,0,-0.2,-0.3,-1.2,-1.8,-3.8,"LAWTON NORTH","2211 NW 25 Lawton, Oklahoma 73502 (LPS: Prof. Dev. Center)","Oklahoma","Comanche","Lawton","Lawton, OK","2013-11-19" +"40","031","9000","85101",1,34.732404,-98.713351,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,11.987388,6.416473,29.7641,"2013-01-25 00:00",28.9938,"2013-05-19 00:00",27.5441,"2013-04-16 00:00",24.7053,"2013-03-17 00:00","","","","",29.7641,29.7641,27.5441,18.9527,14.619,11.7668,4.6975,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","86502",1,34.732404,-98.713351,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.06,3.99188,16,"2013-01-25 00:00",16,"2013-05-19 00:00",15,"2013-04-16 00:00",12,"2013-03-17 00:00","","","","",16,16,15,11,9,5,2,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88103",1,34.732404,-98.713351,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6e-05,0.00024,0.001,"2013-03-23 00:00",0.001,"2013-04-13 00:00",0.001,"2013-04-22 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88104",1,34.732404,-98.713351,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.034432,0.031059,0.1855,"2013-05-19 00:00",0.095,"2013-04-13 00:00",0.0865,"2013-05-13 00:00",0.077,"2013-03-14 00:00","","","","",0.1855,0.1855,0.0865,0.073,0.047,0.0265,0.007,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88109",1,34.732404,-98.713351,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.002094,0.001242,0.0058,"2013-05-19 00:00",0.0051,"2013-03-23 00:00",0.0042,"2013-04-22 00:00",0.0041,"2013-03-14 00:00","","","","",0.0058,0.0058,0.0042,0.0039,0.0028,0.0021,0.0007,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88111",1,34.732404,-98.713351,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.047172,0.031521,0.1142,"2013-01-25 00:00",0.1136,"2013-03-14 00:00",0.1102,"2013-05-19 00:00",0.1101,"2013-03-20 00:00","","","","",0.1142,0.1142,0.1102,0.0949,0.0656,0.0441,0.0153,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88112",1,34.732404,-98.713351,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88114",1,34.732404,-98.713351,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.000462,0.000312,0.0014,"2013-01-25 00:00",0.0011,"2013-01-22 00:00",0.0011,"2013-02-09 00:00",0.0011,"2013-02-24 00:00","","","","",0.0014,0.0014,0.0011,0.0011,0.0006,0.0004,0.00015,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88115",1,34.732404,-98.713351,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.001137,0.001364,0.0079,"2013-05-19 00:00",0.0042,"2013-03-08 00:00",0.0033,"2013-04-16 00:00",0.003,"2013-05-01 00:00","","","","",0.0079,0.0079,0.0033,0.0024,0.0014,0.0008,0.00015,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88126",1,34.732404,-98.713351,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.025746,0.0182,0.1028,"2013-05-19 00:00",0.0619,"2013-04-13 00:00",0.057,"2013-05-13 00:00",0.0547,"2013-03-14 00:00","","","","",0.1028,0.1028,0.057,0.0505,0.038,0.0221,0.0068,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88128",1,34.732404,-98.713351,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00096,0.000781,0.004,"2013-03-23 00:00",0.002,"2013-01-01 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-09 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88132",1,34.732404,-98.713351,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00096,0.000669,0.003,"2013-05-19 00:00",0.002,"2013-03-14 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-07 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88136",1,34.732404,-98.713351,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88140",1,34.732404,-98.713351,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.010282,0.010519,0.0575,"2013-05-19 00:00",0.033,"2013-04-22 00:00",0.0305,"2013-05-28 00:00",0.0272,"2013-05-13 00:00","","","","",0.0575,0.0575,0.0305,0.026,0.014,0.0086,0.001,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88152",1,34.732404,-98.713351,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.00122,0.001703,0.0056,"2013-05-28 00:00",0.0053,"2013-02-06 00:00",0.0052,"2013-01-25 00:00",0.0052,"2013-05-31 00:00","","","","",0.0056,0.0056,0.0052,0.0045,0.0022,0.00015,0.0001,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88154",1,34.732404,-98.713351,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.000397,0.00031,0.0013,"2013-05-07 00:00",0.0012,"2013-01-22 00:00",0.001,"2013-05-28 00:00",0.0009,"2013-01-07 00:00","","","","",0.0013,0.0013,0.001,0.0009,0.0006,0.0003,0.0001,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88161",1,34.732404,-98.713351,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.00213,0.001791,0.0101,"2013-05-19 00:00",0.0059,"2013-04-13 00:00",0.0049,"2013-04-28 00:00",0.0045,"2013-03-14 00:00","","","","",0.0101,0.0101,0.0049,0.0045,0.0029,0.0017,0.0005,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88164",1,34.732404,-98.713351,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.000346,0.000368,0.0016,"2013-01-28 00:00",0.0015,"2013-05-28 00:00",0.0012,"2013-05-31 00:00",0.0011,"2013-05-19 00:00","","","","",0.0016,0.0016,0.0012,0.0008,0.0004,0.0002,5e-05,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88165",1,34.732404,-98.713351,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.087002,0.074792,0.4341,"2013-05-19 00:00",0.251,"2013-04-13 00:00",0.2041,"2013-05-13 00:00",0.187,"2013-03-14 00:00","","","","",0.4341,0.4341,0.2041,0.175,0.1176,0.0739,0.0183,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88167",1,34.732404,-98.713351,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003374,0.002055,0.0085,"2013-02-24 00:00",0.0083,"2013-01-01 00:00",0.0077,"2013-03-23 00:00",0.0062,"2013-01-25 00:00","","","","",0.0085,0.0085,0.0077,0.0062,0.0049,0.0033,0.0009,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88168",1,34.732404,-98.713351,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.00037,0.000308,0.0014,"2013-04-13 00:00",0.0013,"2013-05-19 00:00",0.0012,"2013-04-16 00:00",0.0008,"2013-04-07 00:00","","","","",0.0014,0.0014,0.0012,0.0006,0.0005,0.0003,0.0001,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88169",1,34.732404,-98.713351,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.467902,0.300938,1.135,"2013-05-28 00:00",1.0849,"2013-02-06 00:00",1.0616,"2013-04-16 00:00",1.027,"2013-05-31 00:00","","","","",1.135,1.135,1.0616,0.9823,0.5944,0.439,0.1204,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88176",1,34.732404,-98.713351,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000168,7.4e-05,0.0005,"2013-05-19 00:00",0.0004,"2013-01-10 00:00",0.0004,"2013-03-29 00:00",0.0003,"2013-01-25 00:00","","","","",0.0005,0.0005,0.0004,0.0002,0.00015,0.00015,0.00015,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88180",1,34.732404,-98.713351,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.03561,0.026405,0.1786,"2013-05-19 00:00",0.0774,"2013-04-16 00:00",0.0673,"2013-03-14 00:00",0.0626,"2013-05-28 00:00","","","","",0.1786,0.1786,0.0673,0.0576,0.0454,0.0326,0.0131,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88184",1,34.732404,-98.713351,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.04754,0.079309,0.4147,"2013-05-28 00:00",0.234,"2013-05-31 00:00",0.2199,"2013-05-19 00:00",0.1726,"2013-01-28 00:00","","","","",0.4147,0.4147,0.2199,0.1555,0.0378,0.0159,0.00155,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88185",1,34.732404,-98.713351,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000722,0.000356,0.0018,"2013-01-10 00:00",0.0018,"2013-03-14 00:00",0.0015,"2013-01-04 00:00",0.0015,"2013-01-22 00:00","","","","",0.0018,0.0018,0.0015,0.0014,0.00065,0.00065,0.0004,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88203",1,34.732404,-98.713351,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.03525,0.035797,0.1532,"2013-05-28 00:00",0.1119,"2013-03-29 00:00",0.1114,"2013-01-28 00:00",0.1041,"2013-04-07 00:00","","","","",0.1532,0.1532,0.1114,0.0982,0.052,0.0182,0.0075,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88306",1,34.732404,-98.713351,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.129148,1.301013,6.0612,"2013-01-25 00:00",5.1926,"2013-01-01 00:00",4.8413,"2013-03-17 00:00",3.8188,"2013-03-23 00:00","","","","",6.0612,6.0612,4.8413,2.3072,1.2513,0.7408,0.2326,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88320",1,34.732404,-98.713351,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.7736,0.424672,2.32,"2013-05-19 00:00",1.91,"2013-03-14 00:00",1.56,"2013-02-24 00:00",1.41,"2013-03-20 00:00","","","","",2.32,2.32,1.56,1.29,0.95,0.73,0.29,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88321",1,34.732404,-98.713351,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.1622,0.088555,0.36,"2013-02-06 00:00",0.36,"2013-04-16 00:00",0.32,"2013-03-14 00:00",0.32,"2013-03-23 00:00","","","","",0.36,0.36,0.32,0.31,0.2,0.17,0.05,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88324",1,34.732404,-98.713351,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",40,0.023994,0.013698,0.0907,"2013-02-24 00:00",0.0587,"2013-03-17 00:00",0.0507,"2013-02-21 00:00",0.0372,"2013-03-08 00:00","","","","",0.0907,0.0907,0.0507,0.0331,0.029,0.02265,0.01545,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88325",1,34.732404,-98.713351,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.170317,0.095306,0.5238,"2013-05-19 00:00",0.3345,"2013-03-14 00:00",0.33,"2013-02-24 00:00",0.3088,"2013-04-16 00:00","","","","",0.5238,0.5238,0.33,0.2903,0.2345,0.1658,0.054,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88326",1,34.732404,-98.713351,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.204367,0.137573,0.6535,"2013-03-14 00:00",0.6279,"2013-05-19 00:00",0.4832,"2013-02-24 00:00",0.4161,"2013-01-22 00:00","","","","",0.6535,0.6535,0.4832,0.406,0.2688,0.1836,0.0771,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88327",1,34.732404,-98.713351,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.16109,0.097712,0.4875,"2013-05-19 00:00",0.4554,"2013-03-14 00:00",0.3835,"2013-03-20 00:00",0.3287,"2013-04-16 00:00","","","","",0.4875,0.4875,0.3835,0.3095,0.1942,0.1408,0.0713,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88328",1,34.732404,-98.713351,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.222672,0.116212,0.6665,"2013-05-19 00:00",0.4546,"2013-03-14 00:00",0.3813,"2013-03-23 00:00",0.3712,"2013-04-28 00:00","","","","",0.6665,0.6665,0.3813,0.3567,0.2781,0.2212,0.0898,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88329",1,34.732404,-98.713351,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.336006,0.185324,0.88,"2013-05-19 00:00",0.723,"2013-03-14 00:00",0.6766,"2013-04-16 00:00",0.621,"2013-02-24 00:00","","","","",0.88,0.88,0.6766,0.6003,0.428,0.3584,0.1023,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88330",1,34.732404,-98.713351,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.048646,0.017908,0.0969,"2013-03-23 00:00",0.0848,"2013-03-20 00:00",0.084,"2013-04-01 00:00",0.0774,"2013-01-25 00:00","","","","",0.0969,0.0969,0.084,0.0761,0.0607,0.0458,0.0297,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88331",1,34.732404,-98.713351,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.000259,0.001551,0.011,"2013-05-19 00:00",0.0004,"2013-01-07 00:00",0.00015,"2013-03-05 00:00",0.0001,"2013-03-02 00:00","","","","",0.011,0.011,0.00015,0.0001,5e-05,0,0,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88338",1,34.732404,-98.713351,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.020265,0.013426,0.0864,"2013-04-04 00:00",0.0644,"2013-01-01 00:00",0.0371,"2013-03-29 00:00",0.0332,"2013-04-07 00:00","","","","",0.0864,0.0864,0.0371,0.0317,0.024,0.0157,0.0108,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88339",1,34.732404,-98.713351,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.930026,1.241357,4.68188,"2013-05-28 00:00",4.47501,"2013-02-06 00:00",4.37894,"2013-04-16 00:00",4.23617,"2013-05-31 00:00","","","","",4.68188,4.68188,4.37894,4.05186,2.45178,1.81075,0.49661,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88344",1,34.732404,-98.713351,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.456602,1.678322,7.8189,"2013-01-25 00:00",6.6985,"2013-01-01 00:00",6.2453,"2013-03-17 00:00",4.9263,"2013-03-23 00:00","","","","",7.8189,7.8189,6.2453,2.9763,1.6142,0.9556,0.3001,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88348",1,34.732404,-98.713351,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.435638,0.340044,1.9367,"2013-05-19 00:00",1.1412,"2013-04-13 00:00",0.9665,"2013-05-13 00:00",0.9598,"2013-03-14 00:00","","","","",1.9367,1.9367,0.9665,0.8554,0.5807,0.3711,0.1091,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88350",1,34.732404,-98.713351,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.392166,0.763971,4.1681,"2013-05-19 00:00",3.436,"2013-03-14 00:00",2.8114,"2013-02-24 00:00",2.538,"2013-03-20 00:00","","","","",4.1681,4.1681,2.8114,2.3276,1.7098,1.3068,0.5254,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88403",1,34.732404,-98.713351,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.468928,0.995638,3.6094,"2013-04-16 00:00",3.5895,"2013-02-06 00:00",3.5786,"2013-05-28 00:00",3.2263,"2013-05-31 00:00","","","","",3.6094,3.6094,3.5786,3.1382,1.8886,1.3039,0.3644,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","031","9000","88502",1,34.732404,-98.713351,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.31,3.283555,12.9,"2013-01-25 00:00",12.6,"2013-05-19 00:00",12.5,"2013-01-01 00:00",12.3,"2013-03-17 00:00","","","","",12.9,12.9,12.5,12.3,6.9,4.8,2,"","Wichita Mountains","Oklahoma","Comanche","","Lawton, OK","2014-01-28" +"40","037","0144","44201",1,36.105481,-96.361196,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8441,98,269,275,0,294,0,0,"Certification not required",24,0.048974,0.011155,0.084,"2013-09-04 17:00",0.08,"2013-08-01 14:00",0.076,"2013-03-14 16:00",0.074,"2013-09-16 14:00","","","","",0.076,0.073,0.067,0.064,0.056,0.049,0.04,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-29" +"40","037","0144","44201",1,36.105481,-96.361196,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8455,96,264,275,0,0,0,0,"Certification not required",0,0.044534,0.010259,0.073,"2013-08-01 10:00",0.068,"2013-03-14 11:00",0.068,"2013-07-13 11:00",0.068,"2013-09-04 13:00","","","","",0.068,0.068,0.062,0.058,0.052,0.045,0.036,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-29" +"40","037","0144","44201",1,36.105481,-96.361196,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8455,96,264,275,0,0,0,0,"Certification not required",0,0.044534,0.010259,0.073,"2013-08-01 10:00",0.068,"2013-03-14 11:00",0.068,"2013-07-13 11:00",0.068,"2013-09-04 13:00","","","","",0.068,0.068,0.062,0.058,0.052,0.045,0.036,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-29" +"40","037","0144","61103",2,36.105481,-96.361196,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8410,96,344,365,0,326,"","","Certification not required",0,4.140202,3.015682,15.6,"2013-02-25 15:00",15.6,"2013-03-27 10:00",15.6,"2013-04-06 10:00",14.8,"2013-02-17 22:00","","","","",12.2,11.3,9.6,8.7,6.1,3.5,0,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-09" +"40","037","0144","61104",2,36.105481,-96.361196,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8410,96,344,365,0,326,"","","Certification not required",0,181.596195,94.974944,359,"2013-01-12 11:00",359,"2013-01-15 07:00",359,"2013-02-15 09:00",359,"2013-03-17 23:00","","","","",356,352,343,326,246,178,45,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-09" +"40","037","0144","62101",2,36.105481,-96.361196,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",7187,82,294,365,0,1549,"","","Certification not required",0,55.368165,19.248221,99,"2013-08-31 13:00",99,"2013-08-31 14:00",99,"2013-08-31 15:00",98,"2013-08-31 12:00","","","","",93,91,86,81,71,55,30,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-09" +"40","037","0144","62201",2,36.105481,-96.361196,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8522,97,349,365,0,214,"","","Certification not required",0,60.454236,19.009212,92,"2013-01-29 13:00",92,"2013-01-29 14:00",92,"2013-01-29 15:00",92,"2013-01-29 16:00","","","","",91,90,89,86,76,62,33,"MANNFORD","MANNFORD WATER PLANT","Oklahoma","Creek","Mannford","Tulsa, OK","2014-01-09" +"40","043","0860","44201",1,36.158414,-98.931973,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8682,100,275,275,0,53,0,0,"Certification not required",80,0.050262,0.011374,0.08,"2013-09-04 12:00",0.077,"2013-07-05 23:00",0.077,"2013-07-06 21:00",0.077,"2013-09-05 14:00","","","","",0.077,0.072,0.07,0.065,0.059,0.05,0.041,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","043","0860","44201",1,36.158414,-98.931973,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8716,100,275,275,0,0,0,0,"Certification not required",0,0.045902,0.010569,0.074,"2013-09-05 11:00",0.073,"2013-07-05 17:00",0.071,"2013-07-06 15:00",0.069,"2013-07-04 13:00","","","","",0.071,0.066,0.064,0.06,0.054,0.046,0.036,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","043","0860","44201",1,36.158414,-98.931973,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8716,100,275,275,0,0,0,0,"Certification not required",0,0.045902,0.010569,0.074,"2013-09-05 11:00",0.073,"2013-07-05 17:00",0.071,"2013-07-06 15:00",0.069,"2013-07-04 13:00","","","","",0.071,0.066,0.064,0.06,0.054,0.046,0.036,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","043","0860","88502",3,36.158414,-98.931973,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8426,96,351,365,0,309,"","","Certification not required",0,8.85629,5.582141,99.2,"2013-02-25 18:00",57.6,"2013-07-01 17:00",54.8,"2013-07-01 16:00",45.8,"2013-12-10 11:00","","","","",25.9,23.6,19.3,15.9,11.6,7.9,3,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","043","0860","88502",3,36.158414,-98.931973,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,8.808547,4.324202,25.9,"2013-07-01 00:00",23.5,"2013-06-23 00:00",23.3,"2013-06-22 00:00",23,"2013-06-26 00:00","","","","",23,20,17.8,14.9,11.2,8,4.1,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","043","0860","88503",3,36.158414,-98.931973,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8429,96,351,365,0,306,"","","Certification not required",0,-1.934749,2.220269,15.7,"2013-12-03 14:00",15.2,"2013-12-20 00:00",13.5,"2013-11-16 16:00",11,"2013-12-27 15:00","","","","",2.9,2.1,1,0.4,-0.7,-1.8,-4.4,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","043","0860","88503",3,36.158414,-98.931973,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,-1.883761,1.313923,0.4,"2013-02-18 00:00",0.1,"2013-04-23 00:00",0.1,"2013-12-19 00:00",0,"2013-01-13 00:00","","","","",0,-0.2,-0.4,-0.8,-1.2,-1.6,-3,"SEILING MUNICIPAL AIRPORT","SEILING MUNICIPAL AIRPORT","Oklahoma","Dewey","Seiling","","2014-01-29" +"40","045","0890","85101",1,36.085509,-99.935376,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,13.227357,6.65712,30.6764,"2013-01-25 00:00",24.6989,"2013-03-14 00:00",24.3127,"2013-04-16 00:00",24.1972,"2013-05-31 00:00","","","","",30.6764,30.6764,24.3127,22.6531,17.5623,12.7839,4.7565,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","86502",1,36.085509,-99.935376,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,7.632653,4.998724,19,"2013-05-31 00:00",18,"2013-01-25 00:00",18,"2013-03-14 00:00",17,"2013-04-16 00:00","","","","",19,19,18,16,10,7,1,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88103",1,36.085509,-99.935376,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000102,0.000306,0.001,"2013-03-08 00:00",0.001,"2013-03-14 00:00",0.001,"2013-04-07 00:00",0.001,"2013-04-22 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88104",1,36.085509,-99.935376,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.04828,0.036153,0.154,"2013-04-28 00:00",0.136,"2013-04-13 00:00",0.122,"2013-03-14 00:00",0.1111,"2013-05-13 00:00","","","","",0.154,0.154,0.122,0.1021,0.0621,0.0413,0.008,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88109",1,36.085509,-99.935376,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.001688,0.001104,0.0048,"2013-03-08 00:00",0.0045,"2013-03-29 00:00",0.0043,"2013-05-19 00:00",0.0036,"2013-04-07 00:00","","","","",0.0048,0.0048,0.0043,0.0031,0.0022,0.0014,0.0006,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88111",1,36.085509,-99.935376,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.06441,0.042875,0.1681,"2013-01-25 00:00",0.1615,"2013-03-14 00:00",0.1596,"2013-03-08 00:00",0.1378,"2013-04-28 00:00","","","","",0.1681,0.1681,0.1596,0.1341,0.0874,0.0621,0.0137,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88112",1,36.085509,-99.935376,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-03-08 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88114",1,36.085509,-99.935376,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",13,0.000384,0.000259,0.0014,"2013-01-22 00:00",0.0009,"2013-01-31 00:00",0.0009,"2013-02-24 00:00",0.0008,"2013-03-08 00:00","","","","",0.0014,0.0014,0.0009,0.0008,0.0005,0.0003,0.00015,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88115",1,36.085509,-99.935376,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.001129,0.00125,0.0061,"2013-03-29 00:00",0.0057,"2013-05-19 00:00",0.004,"2013-03-08 00:00",0.0026,"2013-02-24 00:00","","","","",0.0061,0.0061,0.004,0.0022,0.0013,0.0008,0.00015,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88126",1,36.085509,-99.935376,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.035292,0.022572,0.0927,"2013-04-28 00:00",0.0877,"2013-03-08 00:00",0.0844,"2013-04-13 00:00",0.0791,"2013-03-14 00:00","","","","",0.0927,0.0927,0.0844,0.0671,0.0448,0.0305,0.0083,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88128",1,36.085509,-99.935376,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000735,0.000638,0.002,"2013-02-06 00:00",0.002,"2013-02-12 00:00",0.002,"2013-04-13 00:00",0.002,"2013-05-19 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88132",1,36.085509,-99.935376,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.00098,0.000721,0.003,"2013-04-28 00:00",0.002,"2013-01-25 00:00",0.002,"2013-03-08 00:00",0.002,"2013-03-14 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88136",1,36.085509,-99.935376,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2e-05,0.000143,0.001,"2013-03-08 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88140",1,36.085509,-99.935376,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.013169,0.010031,0.045,"2013-04-28 00:00",0.0387,"2013-05-13 00:00",0.031,"2013-04-13 00:00",0.029,"2013-04-22 00:00","","","","",0.045,0.045,0.031,0.0259,0.0181,0.0097,0.0025,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88152",1,36.085509,-99.935376,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.000303,0.000716,0.0043,"2013-05-28 00:00",0.003,"2013-05-25 00:00",0.0006,"2013-05-31 00:00",0.0005,"2013-05-22 00:00","","","","",0.0043,0.0043,0.0006,0.0004,0.00015,0.00015,0.0001,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88154",1,36.085509,-99.935376,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,0.000284,0.00019,0.0007,"2013-02-24 00:00",0.0007,"2013-05-10 00:00",0.0006,"2013-02-09 00:00",0.0006,"2013-03-02 00:00","","","","",0.0007,0.0007,0.0006,0.0006,0.0004,0.0002,0.0001,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88161",1,36.085509,-99.935376,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.002843,0.002115,0.0085,"2013-03-08 00:00",0.0085,"2013-04-28 00:00",0.0081,"2013-04-13 00:00",0.0068,"2013-03-14 00:00","","","","",0.0085,0.0085,0.0081,0.0057,0.0037,0.0024,0.0004,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88164",1,36.085509,-99.935376,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",13,0.000281,0.000279,0.0014,"2013-05-28 00:00",0.0009,"2013-03-08 00:00",0.0008,"2013-05-19 00:00",0.0006,"2013-02-12 00:00","","","","",0.0014,0.0014,0.0008,0.0006,0.0004,0.0002,5e-05,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88165",1,36.085509,-99.935376,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.123497,0.093249,0.3603,"2013-04-13 00:00",0.3488,"2013-04-28 00:00",0.3215,"2013-03-08 00:00",0.3,"2013-03-14 00:00","","","","",0.3603,0.3603,0.3215,0.248,0.1825,0.1031,0.016,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88167",1,36.085509,-99.935376,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.002861,0.001891,0.0072,"2013-02-24 00:00",0.007,"2013-01-19 00:00",0.0069,"2013-01-01 00:00",0.0069,"2013-04-16 00:00","","","","",0.0072,0.0072,0.0069,0.0062,0.0041,0.0025,0.0009,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88168",1,36.085509,-99.935376,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.00037,0.000265,0.0012,"2013-04-13 00:00",0.001,"2013-03-08 00:00",0.0009,"2013-04-28 00:00",0.0009,"2013-05-28 00:00","","","","",0.0012,0.0012,0.0009,0.0007,0.0005,0.0003,0.0001,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88169",1,36.085509,-99.935376,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.39241,0.239677,0.9803,"2013-01-01 00:00",0.9636,"2013-05-28 00:00",0.8827,"2013-03-17 00:00",0.8564,"2013-05-19 00:00","","","","",0.9803,0.9803,0.8827,0.7589,0.5038,0.3527,0.1453,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88176",1,36.085509,-99.935376,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.000184,7.5e-05,0.0004,"2013-03-02 00:00",0.0004,"2013-05-01 00:00",0.0004,"2013-05-28 00:00",0.0003,"2013-01-04 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88180",1,36.085509,-99.935376,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.033957,0.025942,0.1529,"2013-05-19 00:00",0.077,"2013-03-08 00:00",0.0721,"2013-05-25 00:00",0.0695,"2013-04-13 00:00","","","","",0.1529,0.1529,0.0721,0.0681,0.0427,0.0254,0.0094,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88184",1,36.085509,-99.935376,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",11,0.029477,0.047804,0.2781,"2013-05-28 00:00",0.1107,"2013-05-25 00:00",0.1097,"2013-04-22 00:00",0.1014,"2013-03-08 00:00","","","","",0.2781,0.2781,0.1097,0.0915,0.042,0.009,0.0019,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88185",1,36.085509,-99.935376,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",31,0.000859,0.000542,0.0024,"2013-03-23 00:00",0.0023,"2013-02-06 00:00",0.0021,"2013-05-13 00:00",0.0019,"2013-04-04 00:00","","","","",0.0024,0.0024,0.0021,0.0017,0.0011,0.00065,0.0004,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88203",1,36.085509,-99.935376,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",9,0.022259,0.022871,0.1356,"2013-03-08 00:00",0.0643,"2013-03-29 00:00",0.0603,"2013-04-22 00:00",0.0559,"2013-05-28 00:00","","","","",0.1356,0.1356,0.0603,0.0452,0.0305,0.0128,0.0035,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88306",1,36.085509,-99.935376,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.197943,1.349019,5.5876,"2013-02-24 00:00",5.5308,"2013-01-25 00:00",5.1637,"2013-01-01 00:00",4.4328,"2013-03-17 00:00","","","","",5.5876,5.5876,5.1637,2.5194,1.2339,0.7439,0.192,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88320",1,36.085509,-99.935376,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.705918,0.529756,2.76,"2013-03-29 00:00",2.51,"2013-05-19 00:00",1.61,"2013-04-28 00:00",1.42,"2013-04-07 00:00","","","","",2.76,2.76,1.61,1.3,0.9,0.59,0.23,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88321",1,36.085509,-99.935376,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.143265,0.083226,0.4,"2013-03-29 00:00",0.31,"2013-02-06 00:00",0.3,"2013-02-24 00:00",0.27,"2013-04-07 00:00","","","","",0.4,0.4,0.3,0.26,0.18,0.13,0.04,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88324",1,36.085509,-99.935376,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",41,0.025935,0.019164,0.1048,"2013-04-07 00:00",0.0903,"2013-04-28 00:00",0.063,"2013-01-25 00:00",0.0604,"2013-05-19 00:00","","","","",0.1048,0.1048,0.063,0.0596,0.02915,0.021,0.0103,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88325",1,36.085509,-99.935376,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.168318,0.115131,0.5802,"2013-03-29 00:00",0.5229,"2013-05-19 00:00",0.387,"2013-04-07 00:00",0.3549,"2013-04-28 00:00","","","","",0.5802,0.5802,0.387,0.3054,0.2194,0.1456,0.0586,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88326",1,36.085509,-99.935376,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",9,0.17639,0.163737,0.922,"2013-03-29 00:00",0.6175,"2013-05-19 00:00",0.4636,"2013-04-28 00:00",0.4328,"2013-05-25 00:00","","","","",0.922,0.922,0.4636,0.3527,0.2129,0.1409,0.03755,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88327",1,36.085509,-99.935376,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.136271,0.113622,0.6348,"2013-05-19 00:00",0.5262,"2013-03-29 00:00",0.2773,"2013-05-25 00:00",0.2739,"2013-04-28 00:00","","","","",0.6348,0.6348,0.2773,0.2738,0.1635,0.1086,0.0453,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88328",1,36.085509,-99.935376,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.205245,0.14727,0.7066,"2013-03-29 00:00",0.6762,"2013-05-19 00:00",0.4232,"2013-04-28 00:00",0.3762,"2013-04-07 00:00","","","","",0.7066,0.7066,0.4232,0.3667,0.2731,0.1657,0.0692,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88329",1,36.085509,-99.935376,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.28142,0.208245,0.9502,"2013-03-29 00:00",0.8908,"2013-05-19 00:00",0.5921,"2013-04-07 00:00",0.576,"2013-02-24 00:00","","","","",0.9502,0.9502,0.5921,0.544,0.421,0.2229,0.074,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88330",1,36.085509,-99.935376,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.066269,0.036429,0.1852,"2013-03-17 00:00",0.159,"2013-03-29 00:00",0.1448,"2013-03-02 00:00",0.1297,"2013-04-28 00:00","","","","",0.1852,0.1852,0.1448,0.1222,0.085,0.0567,0.0287,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88331",1,36.085509,-99.935376,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.000491,0.002019,0.0138,"2013-03-17 00:00",0.002,"2013-03-02 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-01 00:00","","","","",0.0138,0.0138,0.002,0.002,0.0001,0,0,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88338",1,36.085509,-99.935376,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.020164,0.012547,0.0626,"2013-05-22 00:00",0.0583,"2013-03-17 00:00",0.0543,"2013-03-08 00:00",0.0517,"2013-03-05 00:00","","","","",0.0626,0.0626,0.0543,0.034,0.02335,0.01485,0.0106,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88339",1,36.085509,-99.935376,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.61868,0.98865,4.04361,"2013-01-01 00:00",3.97477,"2013-05-28 00:00",3.6413,"2013-03-17 00:00",3.53253,"2013-05-19 00:00","","","","",4.04361,4.04361,3.6413,3.13059,2.07813,1.45468,0.5994,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88344",1,36.085509,-99.935376,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.545312,1.740249,7.208,"2013-02-24 00:00",7.1347,"2013-01-25 00:00",6.6612,"2013-01-01 00:00",5.7183,"2013-03-17 00:00","","","","",7.208,7.208,6.6612,3.25,1.5917,0.9596,0.2473,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88348",1,36.085509,-99.935376,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.609408,0.428596,1.6717,"2013-04-28 00:00",1.6062,"2013-04-13 00:00",1.4829,"2013-03-14 00:00",1.4792,"2013-03-08 00:00","","","","",1.6717,1.6717,1.4829,1.2132,0.8098,0.5389,0.1039,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88350",1,36.085509,-99.935376,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.270747,0.952403,4.9592,"2013-03-29 00:00",4.5212,"2013-05-19 00:00",2.8906,"2013-04-28 00:00",2.549,"2013-04-07 00:00","","","","",4.9592,4.9592,2.8906,2.3436,1.6151,1.0607,0.4156,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88403",1,36.085509,-99.935376,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.181614,0.76597,3.1114,"2013-01-01 00:00",3.0095,"2013-05-28 00:00",2.959,"2013-03-17 00:00",2.5018,"2013-05-19 00:00","","","","",3.1114,3.1114,2.959,2.4197,1.4512,1.0368,0.4024,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","045","0890","88502",1,36.085509,-99.935376,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,5.006122,3.190442,13,"2013-01-01 00:00",12.9,"2013-02-24 00:00",11.9,"2013-01-25 00:00",11.8,"2013-05-19 00:00","","","","",13,13,11.9,11.4,6.4,4.3,1.8,"","NA","Oklahoma","Ellis","Not in a city","","2014-01-28" +"40","067","0671","44201",1,34.226639,-98.03544,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7214,98,270,275,0,105,0,0,"Certification not required",3,0.051644,0.013088,0.087,"2013-07-05 19:00",0.086,"2013-06-04 14:00",0.085,"2013-06-03 20:00",0.085,"2013-07-06 14:00","","","","",0.085,0.078,0.073,0.069,0.061,0.051,0.037,"LOCATED BEHIND LAKE WAURIKA CORP. OF ENG. OFFICE","LAKE WAURIKA CORP. OF ENG. OFFICE","Oklahoma","Jefferson","Waurika","","2014-01-29" +"40","067","0671","44201",1,34.226639,-98.03544,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7233,98,270,275,0,0,0,0,"Certification not required",0,0.0475,0.012289,0.08,"2013-07-06 12:00",0.078,"2013-07-05 13:00",0.076,"2013-06-03 14:00",0.074,"2013-05-07 14:00","","","","",0.076,0.074,0.069,0.064,0.057,0.047,0.033,"LOCATED BEHIND LAKE WAURIKA CORP. OF ENG. OFFICE","LAKE WAURIKA CORP. OF ENG. OFFICE","Oklahoma","Jefferson","Waurika","","2014-01-29" +"40","067","0671","44201",1,34.226639,-98.03544,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7233,98,270,275,0,0,3,3,"Certification not required",0,0.0475,0.012289,0.08,"2013-07-06 12:00",0.078,"2013-07-05 13:00",0.076,"2013-06-03 14:00",0.074,"2013-05-07 14:00","","","","",0.076,0.074,0.069,0.064,0.057,0.047,0.033,"LOCATED BEHIND LAKE WAURIKA CORP. OF ENG. OFFICE","LAKE WAURIKA CORP. OF ENG. OFFICE","Oklahoma","Jefferson","Waurika","","2014-01-29" +"40","071","0604","42401",1,36.697274,-97.081321,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8610,98,360,365,0,149,0,"","Certification not required",0,5.669444,7.389985,41,"2013-01-28 20:00",34,"2013-11-14 08:00",31,"2013-11-20 07:00",30,"2013-02-03 21:00","","","","",30,26,21,16,9,2,0,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-09" +"40","071","0604","42401",1,36.697274,-97.081321,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8610,98,360,365,0,149,"","","Certification not required",0,1.143438,2.950001,41,"2013-01-28 20:00",34,"2013-11-14 08:00",31,"2013-11-20 07:00",30,"2013-02-03 21:00","","","","",15,12,6,3,1,0,0,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-09" +"40","071","0604","42401",1,36.697274,-97.081321,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,1.147222,1.665676,10.9,"2013-11-20 00:00",8.5,"2013-11-03 00:00",7.4,"2013-12-13 00:00",6.9,"2013-07-06 00:00","","","","",6.9,5.8,5,3.5,1.7,0.4,0,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-09" +"40","071","0604","42401",1,36.697274,-97.081321,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2849,98,360,365,0,0,"",0,"Certification not required",0,1.134819,2.575167,27.3,"2013-11-20 08:00",21.6,"2013-11-14 08:00",20.3,"2013-03-27 11:00",20.3,"2013-12-19 02:00","","","","",12.3,10.3,6.6,3.3,1,0,0,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-09" +"40","071","0604","42401",2,36.697274,-97.081321,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",103426,98,360,365,0,1689,"","","Certification not required",0,1.252509,3.357283,200,"2013-08-28 13:25",56,"2013-06-16 17:35",52,"2013-01-28 20:20",48,"2013-01-28 20:25","","","","",18,13,6,3,1,0,0,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-09" +"40","071","0604","88101",3,36.697274,-97.081321,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8339,95,351,365,0,396,"","","Certification not required",0,9.107903,5.133995,47.9,"2013-05-18 10:00",47.2,"2013-05-18 09:00",46.8,"2013-05-18 11:00",44.9,"2013-05-18 12:00","","","","",25.6,22.8,18.7,15.8,11.7,8,3.8,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-29" +"40","071","0604","88101",3,36.697274,-97.081321,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,0,0,"Certification not required",0,9.059654,4.363145,34.9,"2013-05-18 00:00",28.2,"2013-06-22 00:00",24.8,"2013-12-14 00:00",24.5,"2013-06-21 00:00","","","","",24.5,20,16.8,14.7,11.4,8.4,4.4,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-29" +"40","071","0604","88101",3,36.697274,-97.081321,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,9.059654,4.363145,34.9,"2013-05-18 00:00",28.2,"2013-06-22 00:00",24.8,"2013-12-14 00:00",24.5,"2013-06-21 00:00","","","","",24.5,20,16.8,14.7,11.4,8.4,4.4,"Ponca City Salvation Army","306 E Otoe","Oklahoma","Kay","Ponca City","Ponca City, OK","2014-01-29" +"40","071","9010","44201",1,36.956222,-97.03135,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",6472,86,236,275,0,2287,0,0,"Certification not required",56,0.05125,0.012938,0.086,"2013-09-06 12:00",0.083,"2013-08-21 17:00",0.081,"2013-07-13 12:00",0.081,"2013-08-06 15:00","","","","",0.081,0.079,0.072,0.067,0.06,0.052,0.036,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","44201",1,36.956222,-97.03135,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6606,85,233,275,0,0,0,0,"Certification not required",0,0.046391,0.011827,0.075,"2013-08-21 11:00",0.075,"2013-09-06 10:00",0.074,"2013-07-13 09:00",0.073,"2013-09-07 10:00","","","","",0.074,0.07,0.065,0.062,0.054,0.048,0.032,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","44201",1,36.956222,-97.03135,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6606,85,233,275,0,0,0,0,"Certification not required",0,0.046391,0.011827,0.075,"2013-08-21 11:00",0.075,"2013-09-06 10:00",0.074,"2013-07-13 09:00",0.073,"2013-09-07 10:00","","","","",0.074,0.07,0.065,0.062,0.054,0.048,0.032,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","61101",1,36.956222,-97.03135,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8342,95,347,365,0,417,"","","Certification not required",0,7.175581,4.72821,89.3,"2013-02-21 12:00",89.2,"2013-02-21 14:00",79.5,"2013-02-21 11:00",77.1,"2013-02-12 21:00","","","","",19.2,17.3,14.9,12.9,9.6,6.3,2.4,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","61102",1,36.956222,-97.03135,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8357,95,348,365,0,402,"","","Certification not required",0,168.67943,94.57987,359,"2013-01-21 16:00",359,"2013-02-11 22:00",359,"2013-02-11 23:00",359,"2013-02-19 12:00","","","","",356,352,341,325,210,163,43,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","62101",1,36.956222,-97.03135,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8706,99,364,365,0,53,"","","Certification not required",0,56.737767,20.248787,101,"2013-07-09 14:00",101,"2013-07-09 15:00",101,"2013-07-10 14:00",100,"2013-07-09 13:00","","","","",95,92,88,82,73,58,29,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","62201",1,36.956222,-97.03135,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8703,99,364,365,0,56,"","","Certification not required",0,61.64472,15.489127,88,"2013-01-10 23:00",88,"2013-05-17 03:00",88,"2013-05-17 04:00",88,"2013-05-17 05:00","","","","",87,86,84,82,74,63,40,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9010","65101",1,36.956222,-97.03135,"WGS84","Rain 24hr total","1 HOUR","","Observed Values","BUCKET - STANDARD NWS RAIN GAGE",2013,"Inches (rainfall)","No Events",8715,99,364,365,0,45,"","","Certification not required",0,0.003791,0.036968,1.41,"2013-07-23 21:00",0.99,"2013-06-16 17:00",0.93,"2013-06-17 00:00",0.85,"2013-08-09 11:00","","","","",0.09,0.04,0,0,0,0,0,"NEWKIRK IMPROVE","NORTH OF NEWKIRK OK. ON HWY 77 - EAST HOME ROAD (E0040RD) .90 MILES","Oklahoma","Kay","","Ponca City, OK","2014-02-12" +"40","071","9030","62201",1,36.939969,-97.345,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3773,85,153,184,0,618,"","","Certification not required",0,31.062815,8.029441,53,"2013-07-22 12:00",48,"2013-07-22 13:00",48,"2013-08-03 00:00",48,"2013-08-04 12:00","","","","",45,44,42,41,38,33,20,"Kanza Travel Plaza","9695 U.S. 177","Oklahoma","Kay","","Ponca City, OK","2014-01-07" +"40","071","9030","68102",1,36.939969,-97.345,"NAD83","Sample Volume","24 HOUR","","Observed Values","Andersen RAAS2.5-200 PM2.5 Aud - Calculation",2013,"Cubic meter","No Events",153,100,30,31,0,24,"","","Certification not required",152,4.09281,1.148002,18.2,"2013-10-21 00:00",4,"2013-07-02 00:00",4,"2013-07-03 00:00",4,"2013-07-04 00:00","","","","",4,4,4,4,4,4,4,"Kanza Travel Plaza","9695 U.S. 177","Oklahoma","Kay","","Ponca City, OK","2014-01-07" +"40","071","9030","68105",1,36.939969,-97.345,"NAD83","Ambient Temperature","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor - Electronic",2013,"Degrees Centigrade","No Events",3773,85,153,184,0,618,"","","Certification not required",532,17.839942,10.516028,39.5,"2013-07-09 15:00",39.3,"2013-07-09 17:00",39.2,"2013-07-09 14:00",39.2,"2013-07-09 16:00","","","","",36.7,35.3,33.3,30.8,25.8,20.3,1,"Kanza Travel Plaza","9695 U.S. 177","Oklahoma","Kay","","Ponca City, OK","2014-01-07" +"40","071","9030","88101",1,36.939969,-97.345,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7542,86,328,365,0,1080,"","","Certification not required",0,41.680456,169.687685,985,"2013-07-03 14:00",985,"2013-07-09 09:00",985,"2013-07-09 14:00",985,"2013-07-10 00:00","","","","",985,985,28,21,15,10,4,"Kanza Travel Plaza","9695 U.S. 177","Oklahoma","Kay","","Ponca City, OK","2014-01-07" +"40","071","9030","88101",1,36.939969,-97.345,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,27,27,"Certification not required",0,42.025723,158.136849,985,"2013-08-10 00:00",985,"2013-08-11 00:00",985,"2013-08-13 00:00",985,"2013-08-14 00:00","","","","",985,968.7,60.9,24.7,14.9,10.6,5.4,"Kanza Travel Plaza","9695 U.S. 177","Oklahoma","Kay","","Ponca City, OK","2014-01-07" +"40","071","9030","88101",1,36.939969,-97.345,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,"","","Certification not required",0,42.025723,158.136849,985,"2013-08-10 00:00",985,"2013-08-11 00:00",985,"2013-08-13 00:00",985,"2013-08-14 00:00","","","","",985,968.7,60.9,24.7,14.9,10.6,5.4,"Kanza Travel Plaza","9695 U.S. 177","Oklahoma","Kay","","Ponca City, OK","2014-01-07" +"40","085","0300","44201",1,33.880812,-97.275896,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6459,87,238,275,0,380,0,0,"Certification not required",57,0.052798,0.013725,0.092,"2013-09-26 15:00",0.088,"2013-05-07 18:00",0.088,"2013-08-20 18:00",0.087,"2013-10-09 15:00","","","","",0.088,0.085,0.077,0.069,0.061,0.053,0.037,"WEATHER STATION - BURNYEYVILLE MESONET SITE","NOBLE FOUNDATION-RED RIVER RESEARCH FARM","Oklahoma","Love","","Ardmore, OK","2014-01-29" +"40","085","0300","44201",1,33.880812,-97.275896,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6469,85,234,275,0,0,1,1,"Certification not required",0,0.047957,0.012853,0.085,"2013-09-26 11:00",0.08,"2013-10-09 11:00",0.078,"2013-07-06 10:00",0.078,"2013-08-20 13:00","","","","",0.078,0.076,0.071,0.064,0.056,0.047,0.034,"WEATHER STATION - BURNYEYVILLE MESONET SITE","NOBLE FOUNDATION-RED RIVER RESEARCH FARM","Oklahoma","Love","","Ardmore, OK","2014-01-29" +"40","085","0300","44201",1,33.880812,-97.275896,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6469,85,235,275,0,0,6,6,"Certification not required",0,0.048089,0.012984,0.085,"2013-09-26 11:00",0.08,"2013-10-09 11:00",0.079,"2013-07-05 11:00",0.078,"2013-07-06 10:00","","","","",0.079,0.078,0.071,0.064,0.056,0.047,0.034,"WEATHER STATION - BURNYEYVILLE MESONET SITE","NOBLE FOUNDATION-RED RIVER RESEARCH FARM","Oklahoma","Love","","Ardmore, OK","2014-01-29" +"40","085","0300","88101",1,33.880812,-97.275896,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5572,64,238,365,0,826,"","","Certification not required",0,10.135302,6.398796,65.3,"2013-05-18 05:00",63.3,"2013-05-18 06:00",61.9,"2013-05-18 04:00",55.1,"2013-05-18 03:00","","","","",30.9,27.6,22,18.2,13.4,8.5,3.8,"WEATHER STATION - BURNYEYVILLE MESONET SITE","NOBLE FOUNDATION-RED RIVER RESEARCH FARM","Oklahoma","Love","","Ardmore, OK","2014-01-29" +"40","085","0300","88101",1,33.880812,-97.275896,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",229,63,229,365,0,0,1,1,"Certification not required",0,10.041921,5.331147,40.6,"2013-05-18 00:00",32.9,"2013-04-16 00:00",27,"2013-06-21 00:00",22.9,"2013-12-13 00:00","","","","",27,22.3,19.5,17.1,12.8,8.7,4.7,"WEATHER STATION - BURNYEYVILLE MESONET SITE","NOBLE FOUNDATION-RED RIVER RESEARCH FARM","Oklahoma","Love","","Ardmore, OK","2014-01-29" +"40","085","0300","88101",1,33.880812,-97.275896,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",230,63,230,365,0,0,"","","Certification not required",0,10.070435,5.337042,40.6,"2013-05-18 00:00",32.9,"2013-04-16 00:00",27,"2013-06-21 00:00",22.9,"2013-12-13 00:00","","","","",27,22.3,19.5,17.1,12.9,8.8,4.7,"WEATHER STATION - BURNYEYVILLE MESONET SITE","NOBLE FOUNDATION-RED RIVER RESEARCH FARM","Oklahoma","Love","","Ardmore, OK","2014-01-29" +"40","087","1073","44201",1,35.159649,-97.473794,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8053,90,248,275,0,682,0,0,"Certification not required",229,0.049476,0.011346,0.082,"2013-09-26 18:00",0.077,"2013-07-24 14:00",0.076,"2013-09-06 13:00",0.074,"2013-10-09 16:00","","","","",0.076,0.071,0.066,0.064,0.059,0.05,0.041,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-29" +"40","087","1073","44201",1,35.159649,-97.473794,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8055,89,245,275,0,0,0,0,"Certification not required",0,0.044449,0.010698,0.074,"2013-09-26 12:00",0.071,"2013-09-06 10:00",0.069,"2013-10-09 11:00",0.066,"2013-09-05 11:00","","","","",0.069,0.066,0.061,0.058,0.052,0.045,0.035,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-29" +"40","087","1073","44201",1,35.159649,-97.473794,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8055,89,245,275,0,0,0,0,"Certification not required",0,0.044449,0.010698,0.074,"2013-09-26 12:00",0.071,"2013-09-06 10:00",0.069,"2013-10-09 11:00",0.066,"2013-09-05 11:00","","","","",0.069,0.066,0.061,0.058,0.052,0.045,0.035,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-29" +"40","087","1073","61103",2,35.159649,-97.473794,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8164,93,340,365,0,572,"","","Certification not required",0,6.222697,4.063878,22.6,"2013-03-27 13:00",21.7,"2013-03-21 12:00",20.8,"2013-02-17 21:00",20.8,"2013-02-18 04:00","","","","",17.4,15.6,13.9,12.2,8.7,5.2,1.7,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-09" +"40","087","1073","61104",2,35.159649,-97.473794,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8143,93,339,365,0,585,"","","Certification not required",0,178.146997,95.345774,359,"2013-01-02 00:00",359,"2013-01-17 13:00",359,"2013-01-20 05:00",359,"2013-01-24 21:00","","","","",357,353,343,328,229,167,43,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-09" +"40","087","1073","62101",2,35.159649,-97.473794,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8168,93,340,365,0,568,"","","Certification not required",0,57.496694,19.155272,103,"2013-08-31 15:00",102,"2013-08-31 13:00",102,"2013-08-31 14:00",102,"2013-08-31 16:00","","","","",94,92,87,82,73,58,31,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-09" +"40","087","1073","62201",2,35.159649,-97.473794,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8254,94,344,365,0,482,"","","Certification not required",0,67.947662,19.627487,100,"2013-07-20 05:00",100,"2013-07-24 06:00",100,"2013-07-26 04:00",100,"2013-07-26 05:00","","","","",100,100,99,95,84,69,40,"GOLDSBY","310 E. BURR OAK","Oklahoma","McClain","Goldsby","Oklahoma City, OK","2014-01-09" +"40","097","9014","42600",1,36.228408,-95.249943,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",7777,89,332,365,0,981,"","","Certification not required",0,3.796322,2.950723,56,"2013-01-23 04:00",38.4,"2013-12-17 10:00",33.9,"2013-12-11 09:00",33.3,"2013-02-23 13:00","","","","",14.8,12.1,9,7,4.5,3,1.5,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","42601",1,36.228408,-95.249943,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",5637,64,205,365,0,3119,"","","Certification not required",0,0.386837,1.079334,33.4,"2013-01-23 04:00",22.7,"2013-12-17 10:00",18,"2013-12-11 09:00",13.8,"2013-09-29 05:00","","","","",4.6,3,1.4,0.8,0.3,0.1,0,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","42612",1,36.228408,-95.249943,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",7759,89,330,365,0,994,"","","Certification not required",0,3.563913,2.352394,31,"2013-09-12 21:00",25.6,"2013-12-12 04:00",24.3,"2013-02-23 13:00",23.8,"2013-12-12 03:00","","","","",12,10.3,8,6.4,4.3,2.9,1.5,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","44201",1,36.228408,-95.249943,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",6360,93,255,275,0,2344,0,0,"Certification not required",87,0.048671,0.011137,0.083,"2013-09-06 16:00",0.08,"2013-06-27 16:00",0.08,"2013-07-05 15:00",0.076,"2013-09-07 12:00","","","","",0.08,0.073,0.068,0.063,0.056,0.048,0.037,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","44201",1,36.228408,-95.249943,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6606,91,251,275,0,0,0,0,"Certification not required",0,0.043876,0.010252,0.072,"2013-07-05 10:00",0.069,"2013-09-07 10:00",0.068,"2013-05-14 13:00",0.065,"2013-03-14 12:00","","","","",0.068,0.063,0.061,0.058,0.051,0.044,0.033,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","44201",1,36.228408,-95.249943,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6606,91,251,275,0,0,0,0,"Certification not required",0,0.043876,0.010252,0.072,"2013-07-05 10:00",0.069,"2013-09-07 10:00",0.068,"2013-05-14 13:00",0.065,"2013-03-14 12:00","","","","",0.068,0.063,0.061,0.058,0.051,0.044,0.033,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","61101",1,36.228408,-95.249943,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7440,85,306,365,0,1312,"","","Certification not required",0,4.372823,2.497157,18.1,"2013-03-24 10:00",17.5,"2013-03-05 09:00",17.1,"2013-02-18 14:00",16.5,"2013-02-18 15:00","","","","",11.5,10.5,9,7.8,5.9,3.9,1.5,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","61102",1,36.228408,-95.249943,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",8368,96,344,365,0,339,"","","Certification not required",0,166.617232,62.241866,351,"2013-01-01 19:00",351,"2013-01-01 20:00",351,"2013-01-01 21:00",351,"2013-01-01 22:00","","","","",324,319,300,262,193,161,91,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","62101",1,36.228408,-95.249943,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8341,95,342,365,0,413,"","","Certification not required",0,58.017864,19.57228,98,"2013-07-23 15:00",98,"2013-07-23 16:00",98,"2013-08-31 15:00",97,"2013-07-10 13:00","","","","",93,91,87,83,75,60,31,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","62201",1,36.228408,-95.249943,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8368,96,344,365,0,385,"","","Certification not required",0,63.409536,16.071177,91,"2013-07-26 23:00",91,"2013-07-27 00:00",91,"2013-07-27 01:00",91,"2013-07-27 02:00","","","","",89,89,87,84,77,65,40,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","097","9014","65101",1,36.228408,-95.249943,"WGS84","Rain 24hr total","1 HOUR","","Observed Values","BUCKET - STANDARD NWS RAIN GAGE",2013,"Inches (rainfall)","No Events",7963,91,326,365,0,795,"","","Certification not required",0,0.005873,0.080517,3.05,"2013-12-22 00:00",2.61,"2013-12-22 04:00",2.22,"2013-07-23 23:00",2.22,"2013-12-22 02:00","","","","",0.1,0.03,0,0,0,0,0,"CHEROKEE HEIGHTS","CHEROKEE HEIGHTS DRIVE","Oklahoma","Mayes","","","2014-02-12" +"40","101","0161","81102",1,35.768333,-95.293889,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",19,31,19,61,0,1,0,0,"Certification not required",0,21.684211,12.000244,47,"2013-09-25 00:00",39,"2013-09-01 00:00",38,"2013-09-07 00:00",36,"2013-09-13 00:00","","","","",47,47,47,39,30,19,7,"","Muskogee City-County Port Authority, 5201 Three Forks Rd, Fort Gibson, OK 74434","Oklahoma","Muskogee","","Muskogee, OK","2014-02-05" +"40","101","0167","42401",1,35.793134,-95.302235,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8709,99,365,365,0,50,0,"","Certification not required",0,6.786301,7.754001,46,"2013-05-27 22:00",45,"2013-03-07 10:00",42,"2013-11-04 02:00",37,"2013-01-27 10:00","","","","",37,28,22,17,10,4,1,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","42401",1,35.793134,-95.302235,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8709,99,365,365,0,50,"","","Certification not required",0,1.691928,3.047632,46,"2013-05-27 22:00",45,"2013-03-07 10:00",42,"2013-11-04 02:00",39,"2013-05-27 21:00","","","","",16,11,7,4,2,1,0,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","42401",1,35.793134,-95.302235,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.697534,1.648782,10.8,"2013-01-27 00:00",9.3,"2013-05-27 00:00",8.7,"2013-04-08 00:00",7.8,"2013-03-07 00:00","","","","",7.8,6.7,4.8,3.8,2.3,1.2,0,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","42401",1,35.793134,-95.302235,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2879,99,365,365,0,0,"",0,"Certification not required",0,1.660507,2.646757,32.3,"2013-03-07 11:00",31.3,"2013-05-27 23:00",28.6,"2013-01-27 11:00",28,"2013-11-04 02:00","","","","",13.6,10,6.3,4,2,1,0,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","42401",2,35.793134,-95.302235,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",104654,100,365,365,0,465,"","","Certification not required",0,1.69661,3.641732,91,"2013-04-25 11:30",89,"2013-03-07 10:05",88,"2013-09-30 13:15",87,"2013-04-25 11:25","","","","",18,12,6,3,2,1,0,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","61103",3,35.793134,-95.302235,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",7882,90,328,365,0,854,"","","Certification not required",0,4.748896,3.397772,20.8,"2013-03-05 09:00",18.2,"2013-03-05 02:00",17.4,"2013-03-05 08:00",17.4,"2013-03-05 10:00","","","","",13.9,13,11.3,9.6,6.9,4.3,0.9,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","61104",3,35.793134,-95.302235,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",7881,90,328,365,0,855,"","","Certification not required",0,188.597259,97.645293,359,"2013-02-07 22:00",359,"2013-02-08 02:00",359,"2013-02-11 11:00",359,"2013-02-14 21:00","","","","",357,355,349,340,294,164,74,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","62101",3,35.793134,-95.302235,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8480,97,353,365,0,256,"","","Certification not required",0,60.395991,19.306011,100,"2013-07-11 13:00",99,"2013-07-11 15:00",99,"2013-07-23 16:00",99,"2013-08-31 15:00","","","","",95,93,89,85,76,62,33,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","62201",3,35.793134,-95.302235,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8480,97,353,365,0,256,"","","Certification not required",0,62.522288,19.85886,97,"2013-09-29 06:00",97,"2013-09-29 07:00",97,"2013-09-29 08:00",97,"2013-11-07 05:00","","","","",95,94,92,89,80,64,34,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-09" +"40","101","0167","81102",3,35.793134,-95.302235,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8662,99,362,365,0,74,"","","Certification not required",0,24.947703,23.255024,286,"2013-12-18 14:00",240,"2013-02-27 16:00",236,"2013-02-28 08:00",219,"2013-04-06 09:00","","","","",120,92,68,51,31,18,7,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-29" +"40","101","0167","81102",3,35.793134,-95.302235,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,24.425414,14.370299,92,"2013-06-21 00:00",74,"2013-04-09 00:00",72,"2013-06-22 00:00",72,"2013-06-25 00:00","","","","",72,65,52,43,32,21,9,"MUSKOGEE WATER TREATMENT PLANT","3500 PORT PLACE MUSKOGEE, OK 74403","Oklahoma","Muskogee","Muskogee","Muskogee, OK","2014-01-29" +"40","109","0033","42601",1,35.477036,-97.494309,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8577,98,359,365,0,158,"","","Certification not required",0,1.762038,7.066559,160,"2013-02-01 05:00",145,"2013-02-05 08:00",142,"2013-11-06 23:00",109,"2013-12-11 06:00","","","","",31,20,6,3,1,0,0,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0033","42602",1,35.477036,-97.494309,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8577,98,359,365,0,158,0,"","Certification not required",0,20.473538,11.676685,79,"2013-02-01 05:00",54,"2013-01-23 18:00",51,"2013-12-11 06:00",50,"2013-03-11 21:00","","","","",50,46,43,38,28,17,9,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0033","42602",1,35.477036,-97.494309,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8577,98,359,365,0,158,"","","Certification not required",0,8.48735,7.257594,79,"2013-02-01 05:00",54,"2013-01-23 18:00",51,"2013-12-11 06:00",50,"2013-03-11 21:00","","","","",37,33,25,17,10,6,3,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0033","42603",1,35.477036,-97.494309,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8577,98,359,365,0,158,"","","Certification not required",0,10.505888,12.814559,239,"2013-02-01 05:00",194,"2013-02-05 08:00",172,"2013-11-06 23:00",161,"2013-12-11 06:00","","","","",68,51,30,20,11,7,3,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0033","44201",1,35.477036,-97.494309,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8686,100,275,275,0,49,0,0,"Certification not required",185,0.050876,0.012284,0.084,"2013-09-06 13:00",0.082,"2013-07-06 15:00",0.081,"2013-09-26 20:00",0.079,"2013-08-11 13:00","","","","",0.081,0.076,0.07,0.067,0.06,0.051,0.041,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0033","44201",1,35.477036,-97.494309,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,100,274,275,0,0,0,0,"Certification not required",0,0.045931,0.01173,0.077,"2013-07-06 11:00",0.076,"2013-09-06 10:00",0.074,"2013-09-26 14:00",0.073,"2013-07-04 11:00","","","","",0.074,0.07,0.064,0.06,0.054,0.046,0.035,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0033","44201",1,35.477036,-97.494309,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8712,100,274,275,0,0,2,2,"Certification not required",0,0.045931,0.01173,0.077,"2013-07-06 11:00",0.076,"2013-09-06 10:00",0.074,"2013-09-26 14:00",0.073,"2013-07-04 11:00","","","","",0.074,0.07,0.064,0.06,0.054,0.046,0.035,"OKC CENTRAL-OSDH","NE 10TH & STONEWALL","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","0035","68102",1,35.47292,-97.52709,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",111,91,111,122,0,0,"","","Certification not required",0,23.982883,0.08188,24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","68105",1,35.47292,-97.52709,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,0,"","","Certification not required",0,16.754955,10.039864,31.7,"2013-08-05 00:00",31.5,"2013-07-09 00:00",31.4,"2013-06-27 00:00",31.4,"2013-08-02 00:00","","","","",31.5,31.4,30.5,28.9,25.5,18.2,2.1,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","68108",1,35.47292,-97.52709,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,0,"","","Certification not required",0,728.018018,4.385891,745,"2013-11-12 00:00",741,"2013-11-24 00:00",738,"2013-11-27 00:00",737,"2013-10-25 00:00","","","","",741,738,735,733,731,728,724,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","81102",1,35.47292,-97.52709,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,20.381818,12.141894,69,"2013-06-21 00:00",56,"2013-06-27 00:00",37,"2013-09-01 00:00",36,"2013-01-16 00:00","","","","",69,56,37,35,26,18,7,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","81102",2,35.47292,-97.52709,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,20.375,11.732724,69,"2013-06-21 00:00",52,"2013-06-27 00:00",37,"2013-09-01 00:00",36,"2013-01-16 00:00","","","","",69,52,37,34,27,19,8,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","86101",1,35.47292,-97.52709,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,11.745455,7.930247,41.4,"2013-06-21 00:00",33.8,"2013-06-27 00:00",26.3,"2013-09-25 00:00",24.8,"2013-01-16 00:00","","","","",41.4,33.8,26.3,21.6,15.3,10.6,3.1,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","88101",1,35.47292,-97.52709,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,0,0,"Certification not required",0,9.05045,4.281734,23.9,"2013-06-21 00:00",19.5,"2013-06-27 00:00",19.3,"2013-07-06 00:00",18.3,"2013-01-25 00:00","","","","",19.5,19.3,17.4,14.4,11.8,8.3,3.8,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0035","88101",1,35.47292,-97.52709,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,1,"","","Certification not required",0,9.05045,4.281734,23.9,"2013-06-21 00:00",19.5,"2013-06-27 00:00",19.3,"2013-07-06 00:00",18.3,"2013-01-25 00:00","","","","",19.5,19.3,17.4,14.4,11.8,8.3,3.8,"CENTRAL FIRE STATION","N.W. 5TH AND SHARTEL, OKLAHOMA CITY","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","0042","12102",6,35.380316,-97.40572,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000379,0.000677,0.003,"2013-02-03 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-23 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12103",6,35.380316,-97.40572,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000241,0.000435,0.001,"2013-03-23 00:00",0.001,"2013-04-16 00:00",0.001,"2013-04-22 00:00",0.001,"2013-04-28 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12105",6,35.380316,-97.40572,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.013172,0.015962,0.073,"2013-06-21 00:00",0.06,"2013-06-27 00:00",0.026,"2013-03-05 00:00",0.024,"2013-04-16 00:00","","","","",0.073,0.073,0.06,0.026,0.012,0.009,0.003,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12110",6,35.380316,-97.40572,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12112",6,35.380316,-97.40572,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.00131,0.000604,0.003,"2013-06-21 00:00",0.003,"2013-06-27 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0.001,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12113",6,35.380316,-97.40572,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000138,0.000441,0.002,"2013-01-04 00:00",0.001,"2013-06-21 00:00",0.001,"2013-06-27 00:00",0,"2013-01-10 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12128",6,35.380316,-97.40572,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.002576,0.001488,0.0075,"2013-04-16 00:00",0.0059,"2013-06-27 00:00",0.0045,"2013-01-16 00:00",0.0039,"2013-04-28 00:00","","","","",0.0075,0.0075,0.0059,0.0045,0.0031,0.0024,0.0012,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12132",6,35.380316,-97.40572,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.010103,0.009604,0.041,"2013-06-21 00:00",0.038,"2013-06-27 00:00",0.023,"2013-04-16 00:00",0.021,"2013-05-04 00:00","","","","",0.041,0.041,0.038,0.023,0.011,0.007,0.003,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12136",6,35.380316,-97.40572,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.001,0.000756,0.003,"2013-01-22 00:00",0.003,"2013-06-27 00:00",0.002,"2013-04-16 00:00",0.002,"2013-06-21 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12142",6,35.380316,-97.40572,"NAD83","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,1.1e-05,6e-06,2e-05,"2013-03-11 00:00",2e-05,"2013-04-04 00:00",2e-05,"2013-04-16 00:00",2e-05,"2013-04-22 00:00","","","","",2e-05,2e-05,2e-05,2e-05,1e-05,1e-05,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","12154",6,35.380316,-97.40572,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000379,0.000494,0.001,"2013-01-28 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-16 00:00",0.001,"2013-04-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-10-17" +"40","109","0042","42153",6,35.380316,-97.40572,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.013667,0.006687,0.03,"2013-04-04 00:00",0.03,"2013-06-27 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0.01,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43205",6,35.380316,-97.40572,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.8092,0.303177,1.632,"2013-01-04 00:00",1.476,"2013-01-16 00:00",1.203,"2013-03-17 00:00",1.167,"2013-06-15 00:00","","","","",1.632,1.632,1.476,1.203,0.945,0.765,0.558,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43206",6,35.380316,-97.40572,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.834,0.649724,3.1,"2013-01-16 00:00",2.48,"2013-01-04 00:00",1.496,"2013-02-21 00:00",1.414,"2013-03-11 00:00","","","","",3.1,3.1,2.48,1.496,1.064,0.724,0.312,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43208",6,35.380316,-97.40572,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.034667,0.005517,0.048,"2013-05-16 00:00",0.046,"2013-04-22 00:00",0.044,"2013-03-29 00:00",0.042,"2013-04-10 00:00","","","","",0.048,0.048,0.046,0.044,0.036,0.034,0.03,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43218",6,35.380316,-97.40572,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.048333,0.062758,0.25,"2013-01-16 00:00",0.16,"2013-01-04 00:00",0.16,"2013-05-22 00:00",0.14,"2013-04-16 00:00","","","","",0.25,0.25,0.16,0.16,0.07,0.04,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43233",6,35.380316,-97.40572,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.326133,0.132185,0.712,"2013-03-29 00:00",0.6,"2013-01-04 00:00",0.528,"2013-05-22 00:00",0.48,"2013-01-22 00:00","","","","",0.712,0.712,0.6,0.528,0.384,0.304,0.184,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43372",6,35.380316,-97.40572,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43373",6,35.380316,-97.40572,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43396",6,35.380316,-97.40572,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43438",6,35.380316,-97.40572,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43441",6,35.380316,-97.40572,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001,0.005477,0.03,"2013-02-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43502",6,35.380316,-97.40572,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.823333,1.014272,4.8,"2013-06-21 00:00",4.4,"2013-06-27 00:00",3.6,"2013-06-15 00:00",2.9,"2013-06-09 00:00","","","","",4.8,4.8,4.4,3.6,2.2,1.6,0.9,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43503",6,35.380316,-97.40572,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.763333,0.889589,4.4,"2013-06-27 00:00",3.8,"2013-06-21 00:00",3.3,"2013-06-09 00:00",2.9,"2013-05-22 00:00","","","","",4.4,4.4,3.8,3.3,2.1,1.5,1,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43504",6,35.380316,-97.40572,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.416667,0.230567,1.1,"2013-06-27 00:00",1,"2013-06-21 00:00",0.8,"2013-06-15 00:00",0.7,"2013-06-09 00:00","","","","",1.1,1.1,1,0.8,0.5,0.3,0.2,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43505",6,35.380316,-97.40572,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,5,"","","Certification not required",0,0.9848,0.473991,2.14,"2013-01-28 00:00",2.12,"2013-05-22 00:00",1.61,"2013-04-28 00:00",1.34,"2013-05-10 00:00","","","","",2.14,2.14,2.12,1.61,1.25,0.89,0.52,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43510",6,35.380316,-97.40572,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.362,0.113102,0.668,"2013-06-27 00:00",0.548,"2013-06-21 00:00",0.52,"2013-04-28 00:00",0.504,"2013-06-09 00:00","","","","",0.668,0.668,0.548,0.52,0.444,0.34,0.236,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43513",6,35.380316,-97.40572,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43517",6,35.380316,-97.40572,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.148552,0.120456,0.66,"2013-06-21 00:00",0.372,"2013-06-27 00:00",0.258,"2013-06-09 00:00",0.252,"2013-03-29 00:00","","","","",0.66,0.66,0.372,0.258,0.15,0.114,0.06,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43518",6,35.380316,-97.40572,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.136379,0.066546,0.32,"2013-03-29 00:00",0.295,"2013-06-27 00:00",0.265,"2013-06-21 00:00",0.22,"2013-06-09 00:00","","","","",0.32,0.32,0.295,0.265,0.155,0.115,0.075,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43528",6,35.380316,-97.40572,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.436667,0.710726,2.72,"2013-06-15 00:00",2.276,"2013-06-27 00:00",2.192,"2013-06-21 00:00",0.916,"2013-06-09 00:00","","","","",2.72,2.72,2.276,2.192,0.444,0.124,0.064,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43551",6,35.380316,-97.40572,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,3.2637,1.100447,5.67,"2013-04-28 00:00",4.71,"2013-04-22 00:00",4.65,"2013-05-04 00:00",4.62,"2013-01-22 00:00","","","","",5.67,5.67,4.71,4.65,4.14,3.18,2.052,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43552",6,35.380316,-97.40572,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.7176,0.277157,1.32,"2013-04-28 00:00",1.232,"2013-02-27 00:00",1.184,"2013-01-22 00:00",1.168,"2013-04-22 00:00","","","","",1.32,1.32,1.232,1.184,0.884,0.672,0.428,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43560",6,35.380316,-97.40572,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.189,0.115172,0.45,"2013-03-17 00:00",0.41,"2013-03-05 00:00",0.41,"2013-05-10 00:00",0.32,"2013-02-27 00:00","","","","",0.45,0.45,0.41,0.41,0.26,0.17,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43702",6,35.380316,-97.40572,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,141.546667,69.183274,318,"2013-06-15 00:00",300,"2013-06-09 00:00",260,"2013-06-21 00:00",258,"2013-01-28 00:00","","","","",318,318,300,260,180.6,120.8,81.6,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43704",6,35.380316,-97.40572,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.046333,0.157359,0.7,"2013-03-29 00:00",0.51,"2013-01-10 00:00",0.18,"2013-03-17 00:00",0,"2013-01-04 00:00","","","","",0.7,0.7,0.51,0.18,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43801",6,35.380316,-97.40572,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.566333,0.077615,0.69,"2013-05-10 00:00",0.69,"2013-06-15 00:00",0.69,"2013-06-21 00:00",0.67,"2013-05-22 00:00","","","","",0.69,0.69,0.69,0.69,0.64,0.57,0.47,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43802",6,35.380316,-97.40572,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.126333,0.046274,0.25,"2013-01-16 00:00",0.24,"2013-01-10 00:00",0.2,"2013-02-27 00:00",0.17,"2013-03-05 00:00","","","","",0.25,0.25,0.24,0.2,0.14,0.12,0.08,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43803",6,35.380316,-97.40572,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.009333,0.011427,0.03,"2013-04-22 00:00",0.03,"2013-05-10 00:00",0.03,"2013-05-22 00:00",0.02,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43804",6,35.380316,-97.40572,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.101667,0.016206,0.13,"2013-05-10 00:00",0.13,"2013-05-16 00:00",0.12,"2013-03-05 00:00",0.12,"2013-04-22 00:00","","","","",0.13,0.13,0.13,0.12,0.11,0.1,0.09,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43806",6,35.380316,-97.40572,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001333,0.003457,0.01,"2013-01-28 00:00",0.01,"2013-03-29 00:00",0.01,"2013-04-22 00:00",0.01,"2013-05-16 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43811",6,35.380316,-97.40572,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.260267,0.038301,0.347,"2013-05-22 00:00",0.325,"2013-05-10 00:00",0.32,"2013-05-16 00:00",0.306,"2013-04-16 00:00","","","","",0.347,0.347,0.325,0.32,0.277,0.262,0.216,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43812",6,35.380316,-97.40572,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.004667,0.017953,0.08,"2013-06-15 00:00",0.06,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0.06,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43813",6,35.380316,-97.40572,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43814",6,35.380316,-97.40572,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.014333,0.009353,0.03,"2013-04-22 00:00",0.03,"2013-05-10 00:00",0.03,"2013-05-16 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43815",6,35.380316,-97.40572,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.046667,0.019535,0.1,"2013-04-22 00:00",0.08,"2013-03-29 00:00",0.07,"2013-05-22 00:00",0.06,"2013-02-27 00:00","","","","",0.1,0.1,0.08,0.07,0.05,0.05,0.03,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43817",6,35.380316,-97.40572,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.012667,0.012576,0.04,"2013-02-27 00:00",0.04,"2013-05-10 00:00",0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00","","","","",0.04,0.04,0.04,0.03,0.02,0.01,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43818",6,35.380316,-97.40572,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001667,0.005307,0.02,"2013-03-29 00:00",0.02,"2013-04-22 00:00",0.01,"2013-01-28 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43819",6,35.380316,-97.40572,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.009333,0.006915,0.02,"2013-01-10 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-10 00:00",0.02,"2013-04-22 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43820",6,35.380316,-97.40572,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43821",6,35.380316,-97.40572,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.1632,0.018722,0.194,"2013-03-29 00:00",0.192,"2013-04-10 00:00",0.19,"2013-05-22 00:00",0.186,"2013-04-22 00:00","","","","",0.194,0.194,0.192,0.19,0.18,0.162,0.138,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43823",6,35.380316,-97.40572,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.516333,0.080064,0.71,"2013-05-22 00:00",0.65,"2013-05-10 00:00",0.64,"2013-05-16 00:00",0.62,"2013-04-16 00:00","","","","",0.71,0.71,0.65,0.64,0.57,0.51,0.42,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43824",6,35.380316,-97.40572,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43826",6,35.380316,-97.40572,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43828",6,35.380316,-97.40572,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43829",6,35.380316,-97.40572,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43830",6,35.380316,-97.40572,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43831",6,35.380316,-97.40572,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43832",6,35.380316,-97.40572,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43835",6,35.380316,-97.40572,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43836",6,35.380316,-97.40572,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43838",6,35.380316,-97.40572,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43839",6,35.380316,-97.40572,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43843",6,35.380316,-97.40572,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43844",6,35.380316,-97.40572,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.006,0.013797,0.04,"2013-03-29 00:00",0.04,"2013-04-22 00:00",0.04,"2013-05-16 00:00",0.03,"2013-01-28 00:00","","","","",0.04,0.04,0.04,0.04,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","43860",6,35.380316,-97.40572,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45109",6,35.380316,-97.40572,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.638,0.338907,1.56,"2013-01-04 00:00",1.47,"2013-04-10 00:00",1.2,"2013-05-10 00:00",1.13,"2013-05-04 00:00","","","","",1.56,1.56,1.47,1.2,0.72,0.56,0.34,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45201",6,35.380316,-97.40572,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.989333,0.320107,2.03,"2013-01-04 00:00",1.4,"2013-03-11 00:00",1.36,"2013-01-16 00:00",1.36,"2013-03-23 00:00","","","","",2.03,2.03,1.4,1.36,1.18,1.03,0.65,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45202",6,35.380316,-97.40572,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.584667,1.492528,8.54,"2013-03-29 00:00",3.08,"2013-01-04 00:00",3.04,"2013-05-04 00:00",2.78,"2013-05-22 00:00","","","","",8.54,8.54,3.08,3.04,1.54,1.11,0.69,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45203",6,35.380316,-97.40572,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.307,0.125042,0.67,"2013-01-04 00:00",0.53,"2013-04-10 00:00",0.53,"2013-05-22 00:00",0.52,"2013-05-10 00:00","","","","",0.67,0.67,0.53,0.53,0.34,0.27,0.19,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45204",6,35.380316,-97.40572,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.263667,0.131529,0.68,"2013-01-04 00:00",0.54,"2013-04-10 00:00",0.46,"2013-05-22 00:00",0.44,"2013-05-10 00:00","","","","",0.68,0.68,0.54,0.46,0.3,0.22,0.14,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45207",6,35.380316,-97.40572,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",23,0.11745,0.063676,0.306,"2013-01-04 00:00",0.27,"2013-04-16 00:00",0.252,"2013-05-22 00:00",0.198,"2013-01-22 00:00","","","","",0.306,0.306,0.27,0.252,0.0855,0.0855,0.0855,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45208",6,35.380316,-97.40572,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",9,0.2199,0.147122,0.72,"2013-01-04 00:00",0.486,"2013-04-16 00:00",0.432,"2013-05-22 00:00",0.378,"2013-05-04 00:00","","","","",0.72,0.72,0.486,0.432,0.261,0.189,0.081,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45220",6,35.380316,-97.40572,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.085333,0.093615,0.35,"2013-01-04 00:00",0.23,"2013-01-22 00:00",0.23,"2013-05-22 00:00",0.21,"2013-04-16 00:00","","","","",0.35,0.35,0.23,0.23,0.15,0.08,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45501",6,35.380316,-97.40572,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.106633,0.066806,0.343,"2013-04-16 00:00",0.28,"2013-06-21 00:00",0.175,"2013-01-16 00:00",0.168,"2013-06-27 00:00","","","","",0.343,0.343,0.28,0.175,0.119,0.091,0.049,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45503",6,35.380316,-97.40572,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45504",6,35.380316,-97.40572,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",26,43,26,61,0,4,"","","Certification not required",1,0.099538,0.060402,0.24,"2013-06-21 00:00",0.216,"2013-06-15 00:00",0.208,"2013-06-09 00:00",0.16,"2013-03-29 00:00","","","","",0.24,0.24,0.216,0.208,0.144,0.096,0.04,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45801",6,35.380316,-97.40572,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001667,0.009129,0.05,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45805",6,35.380316,-97.40572,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45806",6,35.380316,-97.40572,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45807",6,35.380316,-97.40572,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.129,0.035656,0.19,"2013-03-29 00:00",0.18,"2013-06-27 00:00",0.17,"2013-04-22 00:00",0.17,"2013-05-16 00:00","","","","",0.19,0.19,0.18,0.17,0.14,0.13,0.1,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0042","45810",6,35.380316,-97.40572,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.002667,0.014606,0.08,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0,0,0,0,0,"ADOK","8900 S. Air Depot","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-08-21" +"40","109","0096","44201",1,35.477801,-97.303044,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8607,99,271,275,0,128,0,0,"Certification not required",71,0.051041,0.011815,0.083,"2013-09-26 20:00",0.082,"2013-06-13 12:00",0.079,"2013-09-06 14:00",0.078,"2013-07-06 15:00","","","","",0.079,0.077,0.072,0.066,0.06,0.051,0.042,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-29" +"40","109","0096","44201",1,35.477801,-97.303044,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8639,98,270,275,0,0,0,0,"Certification not required",0,0.046326,0.01115,0.079,"2013-09-26 14:00",0.072,"2013-07-06 10:00",0.07,"2013-05-14 14:00",0.069,"2013-04-22 12:00","","","","",0.07,0.069,0.065,0.062,0.055,0.046,0.038,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-29" +"40","109","0096","44201",1,35.477801,-97.303044,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8639,98,270,275,0,0,1,1,"Certification not required",0,0.046326,0.01115,0.079,"2013-09-26 14:00",0.072,"2013-07-06 10:00",0.07,"2013-05-14 14:00",0.069,"2013-04-22 12:00","","","","",0.07,0.069,0.065,0.062,0.055,0.046,0.038,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-29" +"40","109","0096","61103",2,35.477801,-97.303044,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",7577,86,312,365,0,1159,"","","Certification not required",0,3.523268,2.441102,13.9,"2013-04-14 11:00",13,"2013-03-27 10:00",13,"2013-03-27 11:00",13,"2013-04-14 10:00","","","","",10.4,9.6,7.8,6.9,5.2,3.5,0.9,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-09" +"40","109","0096","61104",2,35.477801,-97.303044,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",7577,86,312,365,0,1182,"","","Certification not required",0,177.247855,91.905213,359,"2013-01-09 02:00",359,"2013-01-24 15:00",359,"2013-01-31 19:00",359,"2013-03-18 04:00","","","","",357,355,347,330,217,173,45,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-09" +"40","109","0096","62101",2,35.477801,-97.303044,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8571,98,355,365,0,165,"","","Certification not required",0,58.286314,19.300653,99,"2013-07-10 14:00",99,"2013-08-31 14:00",99,"2013-08-31 15:00",98,"2013-08-31 13:00","","","","",93,91,87,83,74,60,31,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-09" +"40","109","0096","62201",2,35.477801,-97.303044,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8571,98,355,365,0,165,"","","Certification not required",0,61.637499,19.078896,94,"2013-02-06 06:00",94,"2013-02-06 07:00",94,"2013-02-06 08:00",94,"2013-02-06 09:00","","","","",93,92,91,87,78,62,34,"CHOCTAW","12880 A NE 10TH","Oklahoma","Oklahoma","Choctaw","Oklahoma City, OK","2014-01-09" +"40","109","1037","12102",6,35.614131,-97.475083,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.0004,0.000495,0.001,"2013-01-22 00:00",0.001,"2013-02-09 00:00",0.001,"2013-03-11 00:00",0.001,"2013-03-29 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12103",6,35.614131,-97.475083,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.000444,0.000503,0.001,"2013-01-22 00:00",0.001,"2013-03-23 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12105",6,35.614131,-97.475083,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.018889,0.017851,0.091,"2013-06-21 00:00",0.078,"2013-06-27 00:00",0.052,"2013-09-01 00:00",0.034,"2013-01-12 00:00","","","","",0.091,0.091,0.052,0.033,0.024,0.016,0.004,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12110",6,35.614131,-97.475083,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-12 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12112",6,35.614131,-97.475083,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.001533,0.000661,0.004,"2013-06-21 00:00",0.003,"2013-06-27 00:00",0.002,"2013-01-22 00:00",0.002,"2013-01-28 00:00","","","","",0.004,0.004,0.002,0.002,0.002,0.001,0.001,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12113",6,35.614131,-97.475083,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,4.4e-05,0.000208,0.001,"2013-06-21 00:00",0.001,"2013-06-27 00:00",0,"2013-01-10 00:00",0,"2013-01-12 00:00","","","","",0.001,0.001,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12128",6,35.614131,-97.475083,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.002142,0.000972,0.0047,"2013-06-27 00:00",0.0041,"2013-07-03 00:00",0.004,"2013-06-21 00:00",0.0036,"2013-04-22 00:00","","","","",0.0047,0.0047,0.004,0.0034,0.0027,0.002,0.0009,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12132",6,35.614131,-97.475083,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.013956,0.011199,0.053,"2013-06-21 00:00",0.052,"2013-06-27 00:00",0.034,"2013-09-01 00:00",0.027,"2013-07-03 00:00","","","","",0.053,0.053,0.034,0.025,0.017,0.013,0.004,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12136",6,35.614131,-97.475083,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.000867,0.000661,0.003,"2013-06-21 00:00",0.003,"2013-06-27 00:00",0.002,"2013-06-03 00:00",0.001,"2013-01-12 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12142",6,35.614131,-97.475083,"WGS84","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,1.4e-05,6e-06,2e-05,"2013-01-22 00:00",2e-05,"2013-02-27 00:00",2e-05,"2013-03-05 00:00",2e-05,"2013-03-17 00:00","","","","",2e-05,2e-05,2e-05,2e-05,2e-05,1e-05,1e-05,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","12154",6,35.614131,-97.475083,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,43,61,0,0,"","","Certification not required",0,0.000556,0.000503,0.001,"2013-01-22 00:00",0.001,"2013-02-03 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-16 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","42101",1,35.614131,-97.475083,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8662,99,362,365,0,73,0,0,"Certification not required",8542,0.25516,0.046874,1.1,"2013-01-18 01:00",1,"2013-01-04 03:00",1,"2013-01-04 05:00",1,"2013-01-04 06:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","42101",1,35.614131,-97.475083,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8673,99,360,365,0,0,0,0,"Certification not required",0,0.303148,0.027846,0.9,"2013-01-04 08:00",0.8,"2013-01-04 06:00",0.8,"2013-01-04 07:00",0.8,"2013-01-04 09:00",0.9,"2013-01-04 08:00",0.8,"2013-01-18 02:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","42153",6,35.614131,-97.475083,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011111,0.005318,0.03,"2013-09-19 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-28 00:00",0.02,"2013-05-28 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0.01,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","42401",1,35.614131,-97.475083,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8680,99,363,365,0,79,0,"","Certification not required",0,0.592287,0.803408,5,"2013-03-08 01:00",3,"2013-01-15 12:00",3,"2013-01-25 15:00",3,"2013-03-04 10:00","","","","",3,3,2,2,1,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","42401",1,35.614131,-97.475083,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8680,99,363,365,0,79,"","","Certification not required",0,0.220507,0.49609,5,"2013-03-08 01:00",5,"2013-03-08 02:00",5,"2013-03-08 03:00",4,"2013-03-07 22:00","","","","",2,2,1,1,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","42401",1,35.614131,-97.475083,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.214876,0.410295,2.1,"2013-03-08 00:00",2,"2013-06-28 00:00",2,"2013-06-29 00:00",2,"2013-06-30 00:00","","","","",2,1.3,1.1,1,0.2,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","42401",1,35.614131,-97.475083,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2868,98,362,365,0,0,"",0,"Certification not required",0,0.215551,0.467554,4.6,"2013-03-08 02:00",4,"2013-03-08 05:00",3.6,"2013-03-07 23:00",2.6,"2013-03-07 20:00","","","","",2,1.6,1,1,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","42401",2,35.614131,-97.475083,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",103504,98,360,365,0,1603,"","","Certification not required",0,0.219373,0.516698,42,"2013-02-25 13:30",10,"2013-03-13 08:40",6,"2013-05-21 13:50",5,"2013-01-06 23:45","","","","",2,2,1,1,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","42601",1,35.614131,-97.475083,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8557,98,357,365,0,178,"","","Certification not required",0,2.379806,5.842582,101,"2013-01-18 01:00",97,"2013-01-04 05:00",95,"2013-01-04 06:00",94,"2013-01-18 02:00","","","","",32,17,5,3,2,1,1,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","42602",1,35.614131,-97.475083,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8557,98,357,365,0,178,0,"","Certification not required",0,14.29972,9.504719,51,"2013-01-23 19:00",43,"2013-01-19 20:00",41,"2013-01-22 20:00",39,"2013-04-01 06:00","","","","",39,37,33,29,21,11,5,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","42602",1,35.614131,-97.475083,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8557,98,357,365,0,178,"","","Certification not required",0,5.628374,6.115189,51,"2013-01-23 19:00",49,"2013-01-23 18:00",48,"2013-01-23 20:00",43,"2013-01-19 20:00","","","","",31,27,19,13,7,4,1,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","42603",1,35.614131,-97.475083,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8557,98,357,365,0,178,"","","Certification not required",0,8.457637,10.52763,140,"2013-01-18 01:00",133,"2013-01-18 02:00",130,"2013-01-04 05:00",127,"2013-01-04 06:00","","","","",61,43,24,16,9,5,3,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","43205",6,35.614131,-97.475083,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.8882,0.40841,2.31,"2013-01-04 00:00",1.983,"2013-01-22 00:00",1.602,"2013-05-16 00:00",1.566,"2013-01-16 00:00","","","","",2.31,2.31,1.602,1.515,1.035,0.807,0.489,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43206",6,35.614131,-97.475083,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.790267,0.713426,4.48,"2013-01-04 00:00",2.42,"2013-01-16 00:00",1.886,"2013-02-21 00:00",1.532,"2013-01-22 00:00","","","","",4.48,4.48,1.886,1.228,0.982,0.588,0.324,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43208",6,35.614131,-97.475083,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033689,0.00564,0.048,"2013-05-16 00:00",0.046,"2013-03-29 00:00",0.044,"2013-02-09 00:00",0.044,"2013-04-22 00:00","","","","",0.048,0.048,0.044,0.042,0.036,0.032,0.028,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43218",6,35.614131,-97.475083,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.068,0.074027,0.38,"2013-01-04 00:00",0.24,"2013-01-16 00:00",0.2,"2013-09-25 00:00",0.17,"2013-05-22 00:00","","","","",0.38,0.38,0.2,0.15,0.08,0.06,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43233",6,35.614131,-97.475083,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.367467,0.148666,0.84,"2013-09-01 00:00",0.72,"2013-01-04 00:00",0.64,"2013-01-22 00:00",0.56,"2013-07-21 00:00","","","","",0.84,0.84,0.64,0.544,0.456,0.344,0.208,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43372",6,35.614131,-97.475083,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43373",6,35.614131,-97.475083,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43396",6,35.614131,-97.475083,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43438",6,35.614131,-97.475083,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001778,0.011926,0.08,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43441",6,35.614131,-97.475083,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002,0.013416,0.09,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.09,0.09,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43502",6,35.614131,-97.475083,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.386667,1.371562,5.6,"2013-09-07 00:00",5.5,"2013-08-02 00:00",4.8,"2013-06-27 00:00",4.4,"2013-06-21 00:00","","","","",5.6,5.6,4.8,4.3,3.5,2,0.8,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43503",6,35.614131,-97.475083,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.137778,1.076038,4.6,"2013-09-07 00:00",4.3,"2013-06-27 00:00",4.2,"2013-09-01 00:00",3.9,"2013-08-02 00:00","","","","",4.6,4.6,4.2,3.5,3,2,0.8,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43504",6,35.614131,-97.475083,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.484444,0.298447,1.3,"2013-09-07 00:00",1.2,"2013-09-01 00:00",1,"2013-06-27 00:00",1,"2013-08-02 00:00","","","","",1.3,1.3,1,0.9,0.7,0.4,0.2,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43505",6,35.614131,-97.475083,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.3145,0.884734,4.8,"2013-02-21 00:00",3.12,"2013-01-22 00:00",2.84,"2013-07-21 00:00",2.59,"2013-02-09 00:00","","","","",4.8,4.8,3.12,2.59,1.55,1.06,0.6,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43510",6,35.614131,-97.475083,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.3624,0.16288,0.844,"2013-09-07 00:00",0.816,"2013-09-01 00:00",0.732,"2013-09-25 00:00",0.628,"2013-01-16 00:00","","","","",0.844,0.844,0.732,0.58,0.44,0.316,0.188,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43513",6,35.614131,-97.475083,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005056,0.000373,0.0075,"2013-05-16 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00","","","","",0.0075,0.0075,0.005,0.005,0.005,0.005,0.005,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43517",6,35.614131,-97.475083,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.193571,0.146047,0.762,"2013-08-26 00:00",0.63,"2013-09-01 00:00",0.444,"2013-09-07 00:00",0.372,"2013-06-21 00:00","","","","",0.762,0.762,0.444,0.336,0.234,0.156,0.072,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43518",6,35.614131,-97.475083,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.141,0.079248,0.395,"2013-09-07 00:00",0.385,"2013-09-01 00:00",0.305,"2013-08-26 00:00",0.265,"2013-09-25 00:00","","","","",0.395,0.395,0.305,0.22,0.175,0.12,0.065,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43528",6,35.614131,-97.475083,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.920889,0.978631,3.124,"2013-08-26 00:00",3.036,"2013-09-07 00:00",2.932,"2013-08-02 00:00",2.656,"2013-06-15 00:00","","","","",3.124,3.124,2.932,2.264,1.676,0.51,0.06,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43551",6,35.614131,-97.475083,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.1454,1.34999,6.54,"2013-04-28 00:00",5.82,"2013-01-22 00:00",5.67,"2013-01-04 00:00",5.07,"2013-09-25 00:00","","","","",6.54,6.54,5.67,5.04,4.11,3.06,1.509,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43552",6,35.614131,-97.475083,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.851364,0.460153,2.888,"2013-07-21 00:00",1.816,"2013-01-16 00:00",1.572,"2013-09-19 00:00",1.468,"2013-01-22 00:00","","","","",2.888,2.888,1.572,1.24,1.072,0.788,0.44,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43560",6,35.614131,-97.475083,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.209778,0.10188,0.55,"2013-01-28 00:00",0.46,"2013-01-22 00:00",0.43,"2013-05-16 00:00",0.38,"2013-06-27 00:00","","","","",0.55,0.55,0.43,0.33,0.24,0.19,0.13,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43702",6,35.614131,-97.475083,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,5.282,2.533529,11.76,"2013-05-16 00:00",10.84,"2013-08-20 00:00",9.5,"2013-08-14 00:00",8.96,"2013-06-27 00:00","","","","",11.76,11.76,9.5,8.78,7.04,4.9,2.48,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43704",6,35.614131,-97.475083,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43801",6,35.614131,-97.475083,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.559778,0.087425,0.87,"2013-06-27 00:00",0.74,"2013-07-09 00:00",0.7,"2013-06-21 00:00",0.68,"2013-02-21 00:00","","","","",0.87,0.87,0.7,0.68,0.59,0.55,0.47,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43802",6,35.614131,-97.475083,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.131556,0.083038,0.55,"2013-06-03 00:00",0.39,"2013-09-19 00:00",0.25,"2013-01-16 00:00",0.2,"2013-01-04 00:00","","","","",0.55,0.55,0.25,0.18,0.14,0.11,0.08,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43803",6,35.614131,-97.475083,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006889,0.012399,0.05,"2013-09-25 00:00",0.03,"2013-02-09 00:00",0.03,"2013-05-22 00:00",0.03,"2013-07-21 00:00","","","","",0.05,0.05,0.03,0.03,0.02,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43804",6,35.614131,-97.475083,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.103111,0.015929,0.14,"2013-06-21 00:00",0.13,"2013-02-27 00:00",0.13,"2013-03-05 00:00",0.13,"2013-07-09 00:00","","","","",0.14,0.14,0.13,0.13,0.11,0.1,0.08,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43806",6,35.614131,-97.475083,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.002523,0.01,"2013-01-28 00:00",0.01,"2013-03-29 00:00",0.01,"2013-05-16 00:00",0,"2013-01-04 00:00","","","","",0.01,0.01,0.01,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43811",6,35.614131,-97.475083,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.263978,0.095649,0.855,"2013-05-22 00:00",0.307,"2013-05-16 00:00",0.304,"2013-04-16 00:00",0.297,"2013-04-10 00:00","","","","",0.855,0.855,0.304,0.296,0.282,0.252,0.211,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43812",6,35.614131,-97.475083,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003556,0.013843,0.07,"2013-02-15 00:00",0.05,"2013-01-28 00:00",0.04,"2013-07-21 00:00",0,"2013-01-04 00:00","","","","",0.07,0.07,0.04,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43813",6,35.614131,-97.475083,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43814",6,35.614131,-97.475083,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.014,0.009145,0.03,"2013-04-22 00:00",0.03,"2013-05-16 00:00",0.03,"2013-07-21 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43815",6,35.614131,-97.475083,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.040222,0.022309,0.1,"2013-04-22 00:00",0.09,"2013-03-29 00:00",0.07,"2013-05-10 00:00",0.07,"2013-05-16 00:00","","","","",0.1,0.1,0.07,0.07,0.05,0.04,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43817",6,35.614131,-97.475083,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.018889,0.019096,0.09,"2013-01-16 00:00",0.08,"2013-01-04 00:00",0.04,"2013-05-22 00:00",0.03,"2013-01-10 00:00","","","","",0.09,0.09,0.04,0.03,0.03,0.02,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43818",6,35.614131,-97.475083,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.003111,0.006682,0.02,"2013-02-09 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-22 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43819",6,35.614131,-97.475083,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011556,0.008245,0.03,"2013-05-28 00:00",0.03,"2013-06-27 00:00",0.03,"2013-07-03 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43820",6,35.614131,-97.475083,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43821",6,35.614131,-97.475083,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.163733,0.019281,0.204,"2013-03-29 00:00",0.194,"2013-04-22 00:00",0.194,"2013-05-22 00:00",0.192,"2013-02-09 00:00","","","","",0.204,0.204,0.194,0.192,0.174,0.164,0.138,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43823",6,35.614131,-97.475083,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.494667,0.073843,0.72,"2013-05-22 00:00",0.63,"2013-05-16 00:00",0.6,"2013-04-22 00:00",0.59,"2013-02-21 00:00","","","","",0.72,0.72,0.6,0.59,0.55,0.48,0.41,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43824",6,35.614131,-97.475083,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005111,0.017402,0.1,"2013-02-21 00:00",0.04,"2013-05-16 00:00",0.04,"2013-05-22 00:00",0.03,"2013-09-13 00:00","","","","",0.1,0.1,0.04,0.02,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43826",6,35.614131,-97.475083,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43828",6,35.614131,-97.475083,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43829",6,35.614131,-97.475083,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43830",6,35.614131,-97.475083,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43831",6,35.614131,-97.475083,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43832",6,35.614131,-97.475083,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43835",6,35.614131,-97.475083,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43836",6,35.614131,-97.475083,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43838",6,35.614131,-97.475083,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43839",6,35.614131,-97.475083,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43843",6,35.614131,-97.475083,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43844",6,35.614131,-97.475083,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006444,0.013341,0.04,"2013-02-09 00:00",0.04,"2013-04-22 00:00",0.04,"2013-05-16 00:00",0.03,"2013-01-28 00:00","","","","",0.04,0.04,0.04,0.03,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","43860",6,35.614131,-97.475083,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","44201",1,35.614131,-97.475083,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8657,99,273,275,0,78,0,0,"Certification not required",253,0.052084,0.012573,0.094,"2013-09-06 13:00",0.093,"2013-09-26 20:00",0.086,"2013-06-13 14:00",0.083,"2013-09-05 13:00","","","","",0.086,0.079,0.073,0.068,0.06,0.052,0.041,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","44201",1,35.614131,-97.475083,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8681,99,272,275,0,0,0,0,"Certification not required",0,0.046949,0.011729,0.084,"2013-09-06 10:00",0.083,"2013-09-26 13:00",0.074,"2013-09-07 10:00",0.072,"2013-07-06 10:00","","","","",0.074,0.07,0.067,0.062,0.055,0.047,0.036,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","44201",1,35.614131,-97.475083,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8681,99,272,275,0,0,2,2,"Certification not required",0,0.046949,0.011729,0.084,"2013-09-06 10:00",0.083,"2013-09-26 13:00",0.074,"2013-09-07 10:00",0.072,"2013-07-06 10:00","","","","",0.074,0.07,0.067,0.062,0.055,0.047,0.036,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","44201",2,35.614131,-97.475083,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2165,22,60,275,0,19,0,0,"Certification not required",125,0.0415,0.010955,0.074,"2013-10-09 13:00",0.071,"2013-10-01 16:00",0.068,"2013-10-10 20:00",0.063,"2013-10-08 15:00","","","","",0.074,0.071,0.068,0.053,0.048,0.042,0.034,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-18" +"40","109","1037","44201",2,35.614131,-97.475083,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2174,22,60,275,0,0,0,0,"Certification not required",0,0.036817,0.010298,0.07,"2013-10-09 09:00",0.066,"2013-10-01 10:00",0.061,"2013-10-10 13:00",0.057,"2013-10-08 10:00","","","","",0.07,0.066,0.061,0.05,0.042,0.037,0.03,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-18" +"40","109","1037","44201",2,35.614131,-97.475083,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2174,22,60,275,0,0,0,0,"Certification not required",0,0.036817,0.010298,0.07,"2013-10-09 09:00",0.066,"2013-10-01 10:00",0.061,"2013-10-10 13:00",0.057,"2013-10-08 10:00","","","","",0.07,0.066,0.061,0.05,0.042,0.037,0.03,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-18" +"40","109","1037","45109",6,35.614131,-97.475083,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.935111,0.585451,3.42,"2013-01-04 00:00",2.82,"2013-09-25 00:00",1.91,"2013-01-16 00:00",1.82,"2013-01-22 00:00","","","","",3.42,3.42,1.91,1.39,0.98,0.79,0.45,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45201",6,35.614131,-97.475083,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.208889,0.521363,3.39,"2013-01-04 00:00",2.48,"2013-09-25 00:00",2.17,"2013-03-29 00:00",1.96,"2013-01-22 00:00","","","","",3.39,3.39,2.17,1.84,1.39,1.04,0.76,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45202",6,35.614131,-97.475083,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.687556,1.598836,8.96,"2013-09-25 00:00",6.91,"2013-01-04 00:00",6.31,"2013-01-16 00:00",4.9,"2013-03-29 00:00","","","","",8.96,8.96,6.31,4.63,3.15,2.36,1.34,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45203",6,35.614131,-97.475083,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.441111,0.249483,1.35,"2013-01-04 00:00",1.35,"2013-09-25 00:00",0.82,"2013-01-22 00:00",0.8,"2013-01-16 00:00","","","","",1.35,1.35,0.82,0.66,0.49,0.4,0.2,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45204",6,35.614131,-97.475083,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.403556,0.241031,1.46,"2013-01-04 00:00",1.08,"2013-09-25 00:00",0.82,"2013-01-22 00:00",0.76,"2013-01-16 00:00","","","","",1.46,1.46,0.82,0.58,0.43,0.35,0.18,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45207",6,35.614131,-97.475083,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",23,0.1787,0.114405,0.504,"2013-01-04 00:00",0.414,"2013-07-03 00:00",0.405,"2013-09-25 00:00",0.369,"2013-03-29 00:00","","","","",0.504,0.504,0.405,0.36,0.252,0.0855,0.0855,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45208",6,35.614131,-97.475083,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.4474,0.275338,1.332,"2013-01-04 00:00",1.071,"2013-09-25 00:00",0.918,"2013-07-03 00:00",0.909,"2013-03-29 00:00","","","","",1.332,1.332,0.918,0.873,0.558,0.405,0.18,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45220",6,35.614131,-97.475083,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.148444,0.157681,0.78,"2013-04-10 00:00",0.51,"2013-01-04 00:00",0.45,"2013-02-27 00:00",0.41,"2013-05-22 00:00","","","","",0.78,0.78,0.45,0.34,0.19,0.14,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45501",6,35.614131,-97.475083,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.147156,0.057054,0.294,"2013-06-21 00:00",0.245,"2013-06-27 00:00",0.238,"2013-03-29 00:00",0.238,"2013-07-03 00:00","","","","",0.294,0.294,0.238,0.231,0.189,0.14,0.077,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45503",6,35.614131,-97.475083,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.0091,0.000671,0.0135,"2013-05-16 00:00",0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00","","","","",0.0135,0.0135,0.009,0.009,0.009,0.009,0.009,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45504",6,35.614131,-97.475083,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.170286,0.111246,0.544,"2013-07-03 00:00",0.4,"2013-07-09 00:00",0.392,"2013-09-07 00:00",0.32,"2013-08-26 00:00","","","","",0.544,0.544,0.392,0.296,0.224,0.16,0.056,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45801",6,35.614131,-97.475083,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45805",6,35.614131,-97.475083,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45806",6,35.614131,-97.475083,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45807",6,35.614131,-97.475083,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.047556,0.038326,0.15,"2013-01-04 00:00",0.1,"2013-03-29 00:00",0.1,"2013-04-22 00:00",0.1,"2013-05-16 00:00","","","","",0.15,0.15,0.1,0.09,0.07,0.06,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","45810",6,35.614131,-97.475083,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.001111,0.007454,0.05,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-12-03" +"40","109","1037","61103",2,35.614131,-97.475083,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8468,97,351,365,0,268,"","","Certification not required",0,4.900602,2.804063,15.6,"2013-03-04 21:00",15.6,"2013-03-04 22:00",15.6,"2013-03-05 00:00",15.6,"2013-05-02 16:00","","","","",12.2,11.3,9.6,8.7,6.9,4.3,1.7,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","61104",2,35.614131,-97.475083,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8468,97,351,365,0,268,"","","Certification not required",0,171.098961,94.480679,359,"2013-01-15 15:00",359,"2013-02-02 12:00",359,"2013-02-07 19:00",359,"2013-03-05 23:00","","","","",357,354,344,329,209,170,33,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","62101",2,35.614131,-97.475083,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8560,98,355,365,0,176,"","","Certification not required",0,60.164369,19.866612,103,"2013-08-31 14:00",103,"2013-08-31 15:00",102,"2013-08-31 13:00",102,"2013-08-31 16:00","","","","",95,94,90,85,77,62,32,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","62201",2,35.614131,-97.475083,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8560,98,355,365,0,176,"","","Certification not required",0,63.791472,19.644393,100,"2013-01-09 04:00",100,"2013-01-10 02:00",100,"2013-01-10 03:00",100,"2013-01-10 04:00","","","","",100,99,96,91,80,64,37,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","68102",1,35.614131,-97.475083,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",107,88,107,122,0,0,"","","Certification not required",0,24.014953,0.083331,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","68103",5,35.614131,-97.475083,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.228846,9.830432,26.1,"2013-07-09 00:00",25.5,"2013-06-27 00:00",25.2,"2013-08-02 00:00",24.3,"2013-06-21 00:00","","","","",26.1,25.5,25.2,23.6,20.5,13.2,-2.5,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","68104",5,35.614131,-97.475083,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,23.082692,11.102176,39.9,"2013-06-27 00:00",39.2,"2013-09-07 00:00",38.9,"2013-07-09 00:00",38.6,"2013-08-02 00:00","","","","",39.9,39.2,38.9,35.8,33.1,25.9,7.7,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","68105",1,35.614131,-97.475083,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,0,"","","Certification not required",0,15.595327,9.441672,30.5,"2013-07-09 00:00",30.5,"2013-08-05 00:00",30,"2013-06-27 00:00",29.8,"2013-08-02 00:00","","","","",30.5,30,29.1,27.8,23.9,16.9,2.4,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","68105",5,35.614131,-97.475083,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.725,10.000586,31.9,"2013-07-09 00:00",31.4,"2013-06-27 00:00",31.3,"2013-08-02 00:00",30.2,"2013-09-07 00:00","","","","",31.9,31.4,31.3,29.2,25.1,18.9,2.5,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","68106",5,35.614131,-97.475083,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,730.307692,3.832464,739,"2013-01-04 00:00",737,"2013-02-15 00:00",737,"2013-10-25 00:00",736,"2013-01-22 00:00","","","","",739,737,737,735,733,731,726,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","68107",5,35.614131,-97.475083,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,734.961538,3.736211,743,"2013-01-04 00:00",743,"2013-10-25 00:00",742,"2013-02-15 00:00",742,"2013-03-05 00:00","","","","",743,743,742,741,737,735,731,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","68108",1,35.614131,-97.475083,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,0,"","","Certification not required",0,731.345794,4.245092,748,"2013-11-12 00:00",743,"2013-11-24 00:00",740,"2013-11-27 00:00",739,"2013-01-04 00:00","","","","",743,740,738,736,734,731,726,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","68108",5,35.614131,-97.475083,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,732.423077,3.696029,741,"2013-01-04 00:00",740,"2013-02-15 00:00",740,"2013-10-25 00:00",739,"2013-03-05 00:00","","","","",741,740,740,737,735,732,728,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","81102",1,35.614131,-97.475083,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,1,0,0,"Certification not required",0,18.089286,11.980707,67,"2013-06-21 00:00",62,"2013-06-27 00:00",36,"2013-09-01 00:00",32,"2013-07-03 00:00","","","","",67,62,36,30,24,16,6,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","86101",1,35.614131,-97.475083,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,3,"","","Certification not required",0,9.666667,8.14642,40.6,"2013-06-21 00:00",40.2,"2013-06-27 00:00",22,"2013-09-01 00:00",18.8,"2013-04-16 00:00","","","","",40.6,40.2,22,17.9,12,8.5,2.1,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","88101",1,35.614131,-97.475083,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,0,0,"Certification not required",0,8.819626,4.357805,23.4,"2013-06-21 00:00",21,"2013-07-06 00:00",20.6,"2013-01-25 00:00",18.5,"2013-01-01 00:00","","","","",21,20.6,18,14.1,10.9,8.2,3.9,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","88101",1,35.614131,-97.475083,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,"","","Certification not required",0,8.819626,4.357805,23.4,"2013-06-21 00:00",21,"2013-07-06 00:00",20.6,"2013-01-25 00:00",18.5,"2013-01-01 00:00","","","","",21,20.6,18,14.1,10.9,8.2,3.9,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-09" +"40","109","1037","88101",3,35.614131,-97.475083,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5445,62,229,365,0,11,"","","Certification not required",0,9.631331,5.644866,53.2,"2013-05-19 21:00",47.1,"2013-05-18 06:00",46.5,"2013-05-19 22:00",46.1,"2013-05-19 20:00","","","","",27.9,23.9,20.4,17.1,12.2,8.3,3.9,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","88101",3,35.614131,-97.475083,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",227,62,227,365,0,0,0,0,"Certification not required",0,9.556388,4.598027,30.1,"2013-05-18 00:00",27.4,"2013-12-14 00:00",22.5,"2013-06-26 00:00",22.2,"2013-06-22 00:00","","","","",22.5,21.4,18.9,16.2,11.7,8.3,5,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","88101",3,35.614131,-97.475083,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",227,62,227,365,0,0,"","","Certification not required",0,9.556388,4.598027,30.1,"2013-05-18 00:00",27.4,"2013-12-14 00:00",22.5,"2013-06-26 00:00",22.2,"2013-06-22 00:00","","","","",22.5,21.4,18.9,16.2,11.7,8.3,5,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-01-29" +"40","109","1037","88102",5,35.614131,-97.475083,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.020865,0.006813,0.049,"2013-03-29 00:00",0.038,"2013-05-28 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00","","","","",0.049,0.038,0.026,0.026,0.026,0.021,0.014,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88103",5,35.614131,-97.475083,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00025,0.000519,0.002,"2013-04-28 00:00",0.002,"2013-10-01 00:00",0.001,"2013-02-27 00:00",0.001,"2013-03-11 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88104",5,35.614131,-97.475083,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.070462,0.181331,1.17,"2013-06-21 00:00",0.529,"2013-06-27 00:00",0.318,"2013-08-08 00:00",0.234,"2013-08-02 00:00","","","","",1.17,0.529,0.318,0.184,0.043,0.0125,0.0065,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88107",5,35.614131,-97.475083,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006701,0.006675,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88109",5,35.614131,-97.475083,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",19,0.002351,0.00136,0.0058,"2013-09-07 00:00",0.005,"2013-01-28 00:00",0.0046,"2013-08-14 00:00",0.0044,"2013-03-29 00:00","","","","",0.0058,0.005,0.0046,0.0042,0.0033,0.0024,0.00065,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88110",5,35.614131,-97.475083,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001615,0.004645,0.028,"2013-06-03 00:00",0.012,"2013-02-15 00:00",0.011,"2013-07-21 00:00",0.008,"2013-10-01 00:00","","","","",0.028,0.012,0.011,0.005,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88111",5,35.614131,-97.475083,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.054566,0.066379,0.366,"2013-06-21 00:00",0.245,"2013-06-27 00:00",0.155,"2013-07-09 00:00",0.145,"2013-08-02 00:00","","","","",0.366,0.245,0.155,0.122,0.076,0.0331,0.00375,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88112",5,35.614131,-97.475083,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005615,0.015525,0.076,"2013-10-01 00:00",0.067,"2013-10-07 00:00",0.053,"2013-09-25 00:00",0.026,"2013-10-13 00:00","","","","",0.076,0.067,0.053,0.004,0.003,0.001,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88113",5,35.614131,-97.475083,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00071,0.00025,0.0023,"2013-09-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-23 00:00",0.001,"2013-04-16 00:00","","","","",0.0023,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88114",5,35.614131,-97.475083,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",26,0.002389,0.001904,0.0075,"2013-06-15 00:00",0.0074,"2013-06-03 00:00",0.007,"2013-09-25 00:00",0.0069,"2013-07-03 00:00","","","","",0.0075,0.0074,0.007,0.0055,0.0032,0.0018,0.00065,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88115",5,35.614131,-97.475083,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",37,0.006491,0.007556,0.0468,"2013-06-21 00:00",0.0292,"2013-01-28 00:00",0.0193,"2013-09-07 00:00",0.0166,"2013-10-13 00:00","","","","",0.0468,0.0292,0.0193,0.013,0.006,0.00405,0.0024,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88117",5,35.614131,-97.475083,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.007035,0.010771,0.0435,"2013-01-10 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-04-16 00:00",0.043,"2013-08-20 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88118",5,35.614131,-97.475083,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008799,0.006485,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88126",5,35.614131,-97.475083,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.064467,0.114023,0.758,"2013-06-21 00:00",0.366,"2013-06-27 00:00",0.201,"2013-08-08 00:00",0.169,"2013-08-02 00:00","","","","",0.758,0.366,0.201,0.114,0.0526,0.0366,0.0176,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88128",5,35.614131,-97.475083,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000308,0.000729,0.004,"2013-03-29 00:00",0.002,"2013-08-14 00:00",0.002,"2013-08-20 00:00",0.001,"2013-02-09 00:00","","","","",0.004,0.002,0.002,0.001,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88131",5,35.614131,-97.475083,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.010654,0.003856,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.0165,0.008,0.007,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88132",5,35.614131,-97.475083,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001346,0.002085,0.013,"2013-06-21 00:00",0.006,"2013-06-27 00:00",0.003,"2013-01-04 00:00",0.003,"2013-01-22 00:00","","","","",0.013,0.006,0.003,0.003,0.002,0.001,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88136",5,35.614131,-97.475083,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000212,0.000536,0.003,"2013-08-20 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-28 00:00",0.001,"2013-03-29 00:00","","","","",0.003,0.001,0.001,0.001,0,0,0,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88140",5,35.614131,-97.475083,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.009983,0.009424,0.0567,"2013-09-13 00:00",0.0321,"2013-02-15 00:00",0.031,"2013-05-28 00:00",0.0308,"2013-09-25 00:00","","","","",0.0567,0.0321,0.031,0.017,0.009,0.006,0.00475,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88152",5,35.614131,-97.475083,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005508,0.001579,0.008,"2013-02-09 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88154",5,35.614131,-97.475083,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001096,0.000247,0.0014,"2013-06-21 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-29 00:00",0.0013,"2013-05-16 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88160",5,35.614131,-97.475083,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.014981,0.006261,0.037,"2013-06-15 00:00",0.035,"2013-06-27 00:00",0.033,"2013-03-29 00:00",0.021,"2013-03-23 00:00","","","","",0.037,0.035,0.033,0.018,0.018,0.016,0.01,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88161",5,35.614131,-97.475083,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.005877,0.014087,0.0953,"2013-06-21 00:00",0.0416,"2013-06-27 00:00",0.0188,"2013-08-08 00:00",0.013,"2013-08-02 00:00","","","","",0.0953,0.0416,0.0188,0.0096,0.00265,0.0025,0.0021,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88164",5,35.614131,-97.475083,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00175,0.001007,0.0078,"2013-06-21 00:00",0.005,"2013-06-27 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-04-10 00:00","","","","",0.0078,0.005,0.0019,0.0019,0.0019,0.0015,0.0015,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88165",5,35.614131,-97.475083,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.172594,0.397087,2.59,"2013-06-21 00:00",1.22,"2013-06-27 00:00",0.673,"2013-08-08 00:00",0.53,"2013-08-02 00:00","","","","",2.59,1.22,0.673,0.33,0.132,0.063,0.018,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88166",5,35.614131,-97.475083,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.009617,0.005604,0.019,"2013-10-07 00:00",0.019,"2013-11-06 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0185,0.0075,0.0042,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88167",5,35.614131,-97.475083,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",16,0.003625,0.002649,0.0158,"2013-01-04 00:00",0.0094,"2013-01-22 00:00",0.0081,"2013-04-22 00:00",0.0076,"2013-01-16 00:00","","","","",0.0158,0.0094,0.0081,0.006,0.005,0.0031,0.0013,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88168",5,35.614131,-97.475083,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.001708,0.002215,0.0168,"2013-08-14 00:00",0.0047,"2013-07-03 00:00",0.0026,"2013-09-01 00:00",0.0018,"2013-03-05 00:00","","","","",0.0168,0.0047,0.0026,0.00175,0.00175,0.00115,0.00085,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88169",5,35.614131,-97.475083,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.548765,0.312161,1.33,"2013-09-07 00:00",1.18,"2013-08-20 00:00",1.16,"2013-05-28 00:00",1.01,"2013-04-22 00:00","","","","",1.33,1.18,1.16,0.975,0.806,0.54,0.178,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88176",5,35.614131,-97.475083,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001025,0.000226,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88180",5,35.614131,-97.475083,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.057944,0.055756,0.285,"2013-06-09 00:00",0.241,"2013-06-21 00:00",0.228,"2013-07-03 00:00",0.153,"2013-06-27 00:00","","","","",0.285,0.241,0.228,0.0938,0.0635,0.0431,0.022,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88184",5,35.614131,-97.475083,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.052212,0.068465,0.311,"2013-05-28 00:00",0.261,"2013-01-28 00:00",0.237,"2013-07-09 00:00",0.233,"2013-06-21 00:00","","","","",0.311,0.261,0.237,0.121,0.054,0.027,0.013,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88185",5,35.614131,-97.475083,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.004495,0.004323,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88301",5,35.614131,-97.475083,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.492784,0.385099,1.67,"2013-03-17 00:00",1.43,"2013-02-27 00:00",1.29,"2013-03-23 00:00",1.17,"2013-02-09 00:00","","","","",1.67,1.43,1.29,0.964,0.762,0.387,0.121,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88302",5,35.614131,-97.475083,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.080614,0.111124,0.454,"2013-05-28 00:00",0.436,"2013-01-28 00:00",0.404,"2013-07-09 00:00",0.377,"2013-06-21 00:00","","","","",0.454,0.436,0.404,0.17,0.085,0.034,0.015,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88303",5,35.614131,-97.475083,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.037782,0.036624,0.229,"2013-06-09 00:00",0.142,"2013-07-03 00:00",0.0954,"2013-05-28 00:00",0.0724,"2013-09-07 00:00","","","","",0.229,0.142,0.0954,0.06,0.045,0.0298,0.012,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88306",5,35.614131,-97.475083,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.897176,0.917107,3.94,"2013-02-27 00:00",3.64,"2013-03-17 00:00",3.17,"2013-02-09 00:00",2.54,"2013-03-23 00:00","","","","",3.94,3.64,3.17,2.38,1.03,0.52,0.258,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88355",5,35.614131,-97.475083,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.769058,0.742574,3.9,"2013-07-03 00:00",3.81,"2013-09-07 00:00",3.33,"2013-08-20 00:00",3.26,"2013-01-04 00:00","","","","",3.9,3.81,3.33,2.69,2.2,1.6,1.06,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88357",5,35.614131,-97.475083,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.184135,0.121437,0.815,"2013-01-04 00:00",0.426,"2013-01-16 00:00",0.37,"2013-09-25 00:00",0.352,"2013-01-22 00:00","","","","",0.815,0.426,0.37,0.334,0.21,0.166,0.089,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88370",5,35.614131,-97.475083,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.644365,0.688844,3.59,"2013-07-03 00:00",3.49,"2013-09-07 00:00",3.14,"2013-08-20 00:00",3.1,"2013-01-04 00:00","","","","",3.59,3.49,3.14,2.49,2.08,1.49,0.986,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88374",5,35.614131,-97.475083,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.105019,0.086602,0.449,"2013-09-07 00:00",0.313,"2013-08-20 00:00",0.309,"2013-01-16 00:00",0.285,"2013-07-03 00:00","","","","",0.449,0.313,0.309,0.201,0.13,0.081,0.03,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88375",5,35.614131,-97.475083,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.410769,0.182777,0.943,"2013-09-07 00:00",0.821,"2013-07-03 00:00",0.788,"2013-08-20 00:00",0.739,"2013-09-01 00:00","","","","",0.943,0.821,0.788,0.668,0.506,0.381,0.207,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88376",5,35.614131,-97.475083,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.493058,0.242117,1.39,"2013-07-03 00:00",1.31,"2013-01-04 00:00",0.908,"2013-06-15 00:00",0.759,"2013-06-27 00:00","","","","",1.39,1.31,0.908,0.669,0.611,0.484,0.244,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88377",5,35.614131,-97.475083,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.304635,0.148123,0.733,"2013-01-04 00:00",0.682,"2013-09-07 00:00",0.672,"2013-08-20 00:00",0.654,"2013-07-03 00:00","","","","",0.733,0.682,0.672,0.484,0.391,0.259,0.169,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88378",5,35.614131,-97.475083,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.330269,0.129975,0.718,"2013-08-20 00:00",0.699,"2013-09-07 00:00",0.539,"2013-08-14 00:00",0.528,"2013-09-01 00:00","","","","",0.718,0.699,0.539,0.457,0.406,0.326,0.187,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88380",5,35.614131,-97.475083,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.309269,0.164547,0.969,"2013-01-04 00:00",0.648,"2013-07-03 00:00",0.628,"2013-01-16 00:00",0.561,"2013-09-25 00:00","","","","",0.969,0.648,0.628,0.515,0.375,0.3,0.143,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88383",5,35.614131,-97.475083,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.561846,0.231884,1.16,"2013-09-07 00:00",1.03,"2013-08-20 00:00",0.964,"2013-07-03 00:00",0.941,"2013-01-04 00:00","","","","",1.16,1.03,0.964,0.835,0.71,0.535,0.291,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88384",5,35.614131,-97.475083,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.076475,0.039828,0.286,"2013-01-04 00:00",0.161,"2013-05-22 00:00",0.122,"2013-07-03 00:00",0.12,"2013-06-21 00:00","","","","",0.286,0.161,0.122,0.0998,0.0918,0.0741,0.0433,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88385",5,35.614131,-97.475083,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.001849,0.004046,0.0294,"2013-01-04 00:00",0.00755,"2013-04-22 00:00",0.0039,"2013-09-01 00:00",0.00378,"2013-06-21 00:00","","","","",0.0294,0.00755,0.0039,0.00231,0.001,0.001,0.001,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88388",5,35.614131,-97.475083,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.455385,0.186175,1.02,"2013-09-07 00:00",0.909,"2013-08-20 00:00",0.77,"2013-08-14 00:00",0.748,"2013-07-03 00:00","","","","",1.02,0.909,0.77,0.687,0.564,0.442,0.241,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88403",5,35.614131,-97.475083,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.453863,0.797748,3.23,"2013-09-07 00:00",3.09,"2013-05-28 00:00",2.9,"2013-01-28 00:00",2.77,"2013-04-22 00:00","","","","",3.23,3.09,2.9,2.41,2.09,1.38,0.527,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88502",3,35.614131,-97.475083,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2473,76,102,136,0,33,"","","Certification not required",0,7.939749,5.576114,121.3,"2013-04-26 20:00",50.6,"2013-04-26 19:00",31.8,"2013-04-10 00:00",30.3,"2013-01-23 11:00","","","","",23.4,20.6,17.6,14.6,10.5,7.3,2.3,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-11-21" +"40","109","1037","88502",3,35.614131,-97.475083,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",102,75,102,136,0,0,"","","Certification not required",0,7.897059,3.866522,19.9,"2013-01-23 00:00",19.4,"2013-01-25 00:00",18.1,"2013-01-26 00:00",16.5,"2013-02-06 00:00","","","","",19.4,18.1,15.4,12.6,9.5,7.9,3.4,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-11-21" +"40","109","1037","88502",5,35.614131,-97.475083,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.132692,3.970811,20.5,"2013-06-21 00:00",16.9,"2013-06-27 00:00",16.7,"2013-09-07 00:00",14.1,"2013-08-02 00:00","","","","",20.5,16.9,16.7,12.7,10.9,7.8,3.4,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2014-02-14" +"40","109","1037","88503",3,35.614131,-97.475083,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2473,76,102,136,0,32,"","","Certification not required",0,-1.420178,1.876423,8.2,"2013-04-10 01:00",7,"2013-01-13 00:00",6.2,"2013-05-02 09:00",6.1,"2013-04-10 03:00","","","","",3.1,2.2,1.3,0.6,-0.3,-1.4,-3.7,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-07-30" +"40","109","1037","88503",3,35.614131,-97.475083,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",102,75,102,136,0,0,"","","Certification not required",0,-1.381373,1.044527,0.8,"2013-01-13 00:00",0.5,"2013-02-18 00:00",0.3,"2013-05-02 00:00",0.2,"2013-04-23 00:00","","","","",0.5,0.3,0,-0.2,-0.7,-1.3,-2.7,"OKC NORTH","2501 E. Memorial Rd. (OKLAHOMA CHRISTIAN UNIVERSITY)","Oklahoma","Oklahoma","Oklahoma City","Oklahoma City, OK","2013-07-30" +"40","115","9004","42600",1,36.922222,-94.838889,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4703,54,193,365,0,0,"","","Certification not required",0,4.916245,4.878725,46.8,"2013-01-16 23:00",45.9,"2013-01-16 20:00",44.9,"2013-01-17 00:00",43,"2013-04-05 00:00","","","","",26.3,20.9,13.8,9.8,5.7,3.4,1.5,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","42601",1,36.922222,-94.838889,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",4703,54,193,365,0,0,"","","Certification not required",0,0.702743,1.718055,23.4,"2013-01-16 05:00",22.6,"2013-02-05 08:00",22.1,"2013-02-05 07:00",22,"2013-01-16 06:00","","","","",8.7,5.5,2.6,1.4,0.6,0.3,0,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","44201",1,36.922222,-94.838889,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",4137,62,170,275,0,0,0,0,"Certification not required",141,0.050359,0.011297,0.084,"2013-08-31 15:00",0.078,"2013-09-07 15:00",0.078,"2013-09-08 13:00",0.074,"2013-06-10 15:00","","","","",0.078,0.074,0.068,0.066,0.057,0.05,0.035,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","44201",1,36.922222,-94.838889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4118,61,168,275,0,0,0,0,"Certification not required",0,0.045851,0.010496,0.073,"2013-08-31 10:00",0.069,"2013-09-08 10:00",0.067,"2013-09-07 10:00",0.066,"2013-06-10 10:00","","","","",0.069,0.066,0.063,0.06,0.053,0.046,0.03,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","44201",1,36.922222,-94.838889,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4118,61,168,275,0,0,0,0,"Certification not required",0,0.045851,0.010496,0.073,"2013-08-31 10:00",0.069,"2013-09-08 10:00",0.067,"2013-09-07 10:00",0.066,"2013-06-10 10:00","","","","",0.069,0.066,0.063,0.06,0.053,0.046,0.03,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","61101",1,36.922222,-94.838889,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Knots","No Events",4998,57,205,365,0,0,"","","Certification not required",0,6.305602,3.996356,31.9,"2013-06-29 06:00",26.8,"2013-06-29 07:00",24.1,"2013-04-06 09:00",22.2,"2013-02-18 14:00","","","","",17.8,16.6,14.1,11.9,8.6,5.6,1.8,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","61102",1,36.922222,-94.838889,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","MODEL 425AH - ULTRA SONIC WIND SENSOR",2013,"Degrees Compass","No Events",5110,58,209,365,0,0,"","","Certification not required",0,175.081409,94.231874,359,"2013-01-01 14:00",359,"2013-01-01 19:00",359,"2013-01-15 20:00",359,"2013-01-20 14:00","","","","",354,350,341,323,229,170,45,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","62101",1,36.922222,-94.838889,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5121,58,212,365,0,0,"","","Certification not required",0,57.575474,19.521348,98,"2013-07-10 15:00",98,"2013-07-10 16:00",97,"2013-07-10 14:00",97,"2013-07-10 17:00","","","","",93,92,88,83,74,58,32,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","62201",1,36.922222,-94.838889,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5563,64,230,365,0,0,"","","Certification not required",0,64.293187,16.302377,93,"2013-05-07 07:00",93,"2013-06-18 02:00",93,"2013-06-18 03:00",93,"2013-06-18 04:00","","","","",92,91,89,85,78,66,41,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","65101",1,36.922222,-94.838889,"NAD83","Rain 24hr total","1 HOUR","","Observed Values","BUCKET - STANDARD NWS RAIN GAGE",2013,"Inches (rainfall)","No Events",5573,64,232,365,0,0,"","","Certification not required",0,0.002806,0.025323,0.87,"2013-01-29 11:00",0.59,"2013-03-09 21:00",0.58,"2013-05-20 17:00",0.51,"2013-05-29 23:00","","","","",0.07,0.03,0,0,0,0,0,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","88502",3,36.922222,-94.838889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5381,61,223,365,0,0,"","","Certification not required",0,9.737093,5.821656,69.6,"2013-04-01 13:00",57.3,"2013-03-14 23:00",47.4,"2013-03-28 21:00",42,"2013-03-15 00:00","","","","",27.4,24.4,21.2,17.7,12.4,8.5,3.8,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9004","88502",3,36.922222,-94.838889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",223,61,223,365,0,0,"","","Certification not required",0,9.702691,4.622974,26.3,"2013-05-18 00:00",24.3,"2013-06-22 00:00",22.5,"2013-06-27 00:00",21.7,"2013-06-26 00:00","","","","",22.5,21.4,19.8,16.3,12.1,8.7,5,"QUAPAW SHELTER","QUAPAW TRIBE'S INDUSTRIAL PARK, MIAMI","Oklahoma","Ottawa","Miami","Miami, OK","2013-12-03" +"40","115","9006","14129",1,36.9846,-94.8249,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",44,100,23,31,0,0,0,0,"Certification not required",0,0.004955,0.003125,0.013,"2013-03-05 00:00",0.013,"2013-07-03 00:00",0.011,"2013-06-27 00:00",0.01,"2013-04-04 00:00","","","","",0.013,0.013,0.011,0.009,0.007,0.004,0.001,"","723 EAST SECOND STREET","Oklahoma","Ottawa","Picher","Miami, OK","2013-12-03" +"40","115","9006","68105",1,36.9846,-94.8249,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,4.64,6.275781,19.7,"2013-01-28 00:00",15.3,"2013-03-29 00:00",10.6,"2013-01-10 00:00",6.4,"2013-02-03 00:00","","","","",19.7,19.7,19.7,15.3,6.4,3.3,-2.1,"","723 EAST SECOND STREET","Oklahoma","Ottawa","Picher","Miami, OK","2013-06-26" +"40","115","9006","68108",1,36.9846,-94.8249,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,741.533333,4.778922,750,"2013-01-04 00:00",748,"2013-02-15 00:00",747,"2013-01-22 00:00",745,"2013-03-05 00:00","","","","",750,750,750,748,745,741,736,"","723 EAST SECOND STREET","Oklahoma","Ottawa","Picher","Miami, OK","2013-06-26" +"40","115","9007","14129",1,36.9719,-94.8518,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",45,100,23,31,0,0,0,0,"Certification not required",0,0.012844,0.019036,0.123,"2013-01-28 00:00",0.036,"2013-07-03 00:00",0.036,"2013-09-13 00:00",0.03,"2013-05-28 00:00","","","","",0.123,0.123,0.036,0.026,0.013,0.007,0.002,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-12-03" +"40","115","9007","14129",2,36.9719,-94.8518,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",21,68,20,31,0,0,0,0,"Certification not required",0,0.01119,0.009693,0.029,"2013-07-03 00:00",0.028,"2013-04-16 00:00",0.025,"2013-04-04 00:00",0.023,"2013-01-22 00:00","","","","",0.029,0.029,0.028,0.025,0.02,0.005,0.003,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-12-03" +"40","115","9007","68105",1,36.9719,-94.8518,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,4.64,6.275781,19.7,"2013-01-28 00:00",15.3,"2013-03-29 00:00",10.6,"2013-01-10 00:00",6.4,"2013-02-03 00:00","","","","",19.7,19.7,19.7,15.3,6.4,3.3,-2.1,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-06-26" +"40","115","9007","68108",1,36.9719,-94.8518,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,741.533333,4.778922,750,"2013-01-04 00:00",748,"2013-02-15 00:00",747,"2013-01-22 00:00",745,"2013-03-05 00:00","","","","",750,750,750,748,745,741,736,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-06-26" +"40","115","9007","81102",2,36.9719,-94.8518,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5508,63,227,365,0,0,"","","Certification not required",0,14.762527,12.342175,220,"2013-01-27 14:00",214,"2013-03-09 14:00",176,"2013-01-27 15:00",158,"2013-01-29 10:00","","","","",58,49,35,29,19,12,4,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-12-03" +"40","115","9007","81102",2,36.9719,-94.8518,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",227,62,227,365,0,0,0,0,"Certification not required",0,14.330396,9.613371,61,"2013-06-22 00:00",53,"2013-06-26 00:00",51,"2013-06-25 00:00",49,"2013-06-21 00:00","","","","",51,46,31,26,19,12,5,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-12-03" +"40","115","9007","88502",1,36.9719,-94.8518,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5873,67,242,365,0,0,"","","Certification not required",0,9.470117,5.515304,39,"2013-03-14 23:00",36.5,"2013-05-18 20:00",36.3,"2013-05-18 21:00",35.6,"2013-05-18 22:00","","","","",25.6,23.3,20.1,17.3,12.7,8.2,3.5,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-12-03" +"40","115","9007","88502",1,36.9719,-94.8518,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",242,66,242,365,0,0,"","","Certification not required",0,9.445041,4.590817,25.1,"2013-06-22 00:00",24.3,"2013-05-18 00:00",21.6,"2013-06-26 00:00",21.4,"2013-08-31 00:00","","","","",21.6,21.1,18.1,16.4,12.1,8.3,4.8,"","190 S MAIN","Oklahoma","Ottawa","Cardin","Miami, OK","2013-12-03" +"40","121","0415","44201",1,34.90227,-95.784375,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8623,98,270,275,0,112,0,0,"Certification not required",424,0.049137,0.011217,0.078,"2013-05-14 16:00",0.076,"2013-03-14 16:00",0.076,"2013-09-27 13:00",0.075,"2013-05-08 15:00","","","","",0.076,0.073,0.068,0.063,0.057,0.05,0.04,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-29" +"40","121","0415","44201",1,34.90227,-95.784375,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8646,98,270,275,0,0,0,0,"Certification not required",0,0.044874,0.010936,0.073,"2013-03-14 11:00",0.073,"2013-05-14 10:00",0.073,"2013-09-27 12:00",0.071,"2013-05-13 13:00","","","","",0.073,0.068,0.064,0.059,0.052,0.046,0.036,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-29" +"40","121","0415","44201",1,34.90227,-95.784375,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8646,98,270,275,0,0,0,0,"Certification not required",0,0.044874,0.010936,0.073,"2013-03-14 11:00",0.073,"2013-05-14 10:00",0.073,"2013-09-27 12:00",0.071,"2013-05-13 13:00","","","","",0.073,0.068,0.064,0.059,0.052,0.046,0.036,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-29" +"40","121","0415","68102",1,34.90227,-95.784375,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,0,"","","Certification not required",0,24.084821,0.042891,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-16 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-09" +"40","121","0415","68105",1,34.90227,-95.784375,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,0,"","","Certification not required",0,17.102679,9.567329,31.7,"2013-08-05 00:00",31.2,"2013-06-27 00:00",30.9,"2013-09-01 00:00",30.8,"2013-08-02 00:00","","","","",31.2,30.9,30.6,28.7,26.4,18.8,4,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-09" +"40","121","0415","68108",1,34.90227,-95.784375,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,0,"","","Certification not required",0,740.919643,4.291493,757,"2013-11-12 00:00",754,"2013-11-24 00:00",751,"2013-01-04 00:00",750,"2013-10-25 00:00","","","","",754,751,749,746,744,740,736,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-09" +"40","121","0415","88101",1,34.90227,-95.784375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,9.626786,5.115178,24.6,"2013-06-21 00:00",22.7,"2013-03-17 00:00",21,"2013-06-27 00:00",20.9,"2013-08-08 00:00","","","","",22.7,21,18.9,17.6,12.7,8.6,3.8,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-09" +"40","121","0415","88101",1,34.90227,-95.784375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,"","","Certification not required",0,9.626786,5.115178,24.6,"2013-06-21 00:00",22.7,"2013-03-17 00:00",21,"2013-06-27 00:00",20.9,"2013-08-08 00:00","","","","",22.7,21,18.9,17.6,12.7,8.6,3.8,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-09" +"40","121","0415","88101",3,34.90227,-95.784375,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8386,96,354,365,0,349,"","","Certification not required",0,9.97336,6.243452,92.4,"2013-08-20 14:00",74.4,"2013-06-15 17:00",70.6,"2013-06-15 18:00",69.2,"2013-06-15 11:00","","","","",30.1,26.2,21.3,17.6,12.6,8.6,4,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-29" +"40","121","0415","88101",3,34.90227,-95.784375,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,2,2,"Certification not required",0,9.938728,5.051807,38.5,"2013-06-15 00:00",37.1,"2013-05-18 00:00",28.4,"2013-01-24 00:00",26.7,"2013-06-22 00:00","","","","",26.7,22.9,18.9,16.5,12.4,8.5,4.9,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-29" +"40","121","0415","88101",3,34.90227,-95.784375,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,9.938728,5.051807,38.5,"2013-06-15 00:00",37.1,"2013-05-18 00:00",28.4,"2013-01-24 00:00",26.7,"2013-06-22 00:00","","","","",26.7,22.9,18.9,16.5,12.4,8.5,4.9,"McALESTER MUNICIPAL AIRPORT","104 AIRPORT ROAD","Oklahoma","Pittsburg","McAlester","McAlester, OK","2014-01-29" +"40","121","0416","14129",1,34.829396,-95.843642,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,0.016098,0.103494,0.811,"2013-09-13 00:00",0.012,"2013-09-19 00:00",0.01,"2013-12-18 00:00",0.008,"2013-09-25 00:00","","","","",0.811,0.012,0.008,0.005,0.003,0.002,0.001,"","108 N. Main Street","Oklahoma","Pittsburg","Savanna","McAlester, OK","2014-02-07" +"40","121","0416","14129",2,34.829396,-95.843642,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",31,100,31,31,0,0,0,0,"Certification not required",0,0.022129,0.108576,0.607,"2013-09-13 00:00",0.011,"2013-09-25 00:00",0.009,"2013-12-18 00:00",0.007,"2013-03-29 00:00","","","","",0.607,0.607,0.011,0.007,0.003,0.002,0.001,"","108 N. Main Street","Oklahoma","Pittsburg","Savanna","McAlester, OK","2014-02-07" +"40","121","0416","68105",1,34.829396,-95.843642,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,14.690164,10.319927,29.7,"2013-06-27 00:00",29.7,"2013-07-09 00:00",29.5,"2013-08-02 00:00",29.3,"2013-09-01 00:00","","","","",29.7,29.7,29.3,28,24,16.4,0.6,"","108 N. Main Street","Oklahoma","Pittsburg","Savanna","McAlester, OK","2014-01-03" +"40","121","0416","68108",1,34.829396,-95.843642,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,742.885246,5.023605,757,"2013-11-12 00:00",755,"2013-11-24 00:00",754,"2013-12-12 00:00",752,"2013-01-04 00:00","","","","",757,755,752,750,746,742,738,"","108 N. Main Street","Oklahoma","Pittsburg","Savanna","McAlester, OK","2014-01-03" +"40","125","9023","44201",1,35.302864,-96.918326,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET RADIATION ABSORBTN",2013,"Parts per million","No Events",5500,80,220,275,0,47,0,0,"Certification not required",250,0.047777,0.011411,0.083,"2013-09-26 18:00",0.074,"2013-09-07 17:00",0.073,"2013-07-05 16:00",0.073,"2013-07-06 12:00","","","","",0.073,0.073,0.067,0.063,0.055,0.047,0.034,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2013-12-16" +"40","125","9023","44201",1,35.302864,-96.918326,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5496,80,219,275,0,0,0,0,"Certification not required",0,0.042621,0.010519,0.078,"2013-09-26 12:00",0.067,"2013-05-14 14:00",0.067,"2013-07-06 10:00",0.065,"2013-07-13 09:00","","","","",0.067,0.064,0.061,0.057,0.05,0.043,0.029,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2013-12-16" +"40","125","9023","44201",1,35.302864,-96.918326,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5496,80,219,275,0,0,1,1,"Certification not required",0,0.042621,0.010519,0.078,"2013-09-26 12:00",0.067,"2013-05-14 14:00",0.067,"2013-07-06 10:00",0.065,"2013-07-13 09:00","","","","",0.067,0.064,0.061,0.057,0.05,0.043,0.029,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2013-12-16" +"40","125","9023","61101",1,35.302864,-96.918326,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",5901,90,244,272,0,223,"","","Certification not required",0,4.288493,2.805448,15.5,"2013-05-02 13:00",14.3,"2013-05-04 10:00",14,"2013-11-22 02:00",13.9,"2013-11-11 22:00","","","","",12.2,10.9,9.3,8.1,6.1,4.1,0.6,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2014-01-02" +"40","125","9023","61102",1,35.302864,-96.918326,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6003,92,249,272,0,121,"","","Certification not required",0,164.034483,69.454652,326,"2013-12-20 08:00",325,"2013-11-02 03:00",325,"2013-11-27 05:00",325,"2013-12-14 08:00","","","","",320,317,305,278,198,154,78,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2014-01-02" +"40","125","9023","62101",1,35.302864,-96.918326,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6012,92,250,272,0,112,"","","Certification not required",0,65.984531,18.87273,101,"2013-07-10 14:00",101,"2013-08-31 13:00",101,"2013-08-31 14:00",101,"2013-08-31 15:00","","","","",96,94,91,88,80,70,36,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2014-01-02" +"40","125","9023","62201",1,35.302864,-96.918326,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6012,92,250,272,0,112,"","","Certification not required",0,66.77495,17.448751,100,"2013-05-17 04:00",100,"2013-05-17 05:00",100,"2013-05-17 06:00",100,"2013-05-17 07:00","","","","",93,92,91,88,81,69,42,"","Located behind Environmental Office on Hardesty Road, Shawnee, OK","Oklahoma","Pottawatomie","","Shawnee, OK","2014-01-02" +"40","135","9021","42601",1,35.40814,-94.524413,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",8473,97,357,365,0,286,"","","Certification not required",0,1.176561,4.349979,71,"2013-01-03 06:00",70,"2013-12-17 08:00",69,"2013-01-03 21:00",68,"2013-01-04 08:00","","","","",22,14,5,2,1,0,0,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","42602",1,35.40814,-94.524413,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8445,96,355,365,0,314,0,"","Certification not required",0,14.27831,5.83533,35.2,"2013-02-05 19:00",33.1,"2013-02-23 18:00",32.9,"2013-02-10 19:00",30.4,"2013-02-22 20:00","","","","",30.4,27.9,26.3,22.6,17.5,13.5,7.6,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","42602",1,35.40814,-94.524413,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8445,96,355,365,0,314,"","","Certification not required",0,6.367661,4.362545,35.2,"2013-02-05 19:00",33.1,"2013-02-23 18:00",32.9,"2013-02-10 19:00",30.4,"2013-02-22 20:00","","","","",21.3,18.9,15,12.1,8.2,5.3,2,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","42603",1,35.40814,-94.524413,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",8475,97,357,365,0,284,"","","Certification not required",0,7.218053,7.572395,96,"2013-01-03 06:00",96,"2013-01-03 21:00",89,"2013-12-17 08:00",88,"2013-01-04 03:00","","","","",41,30,20,14,9,5,2,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","44201",1,35.40814,-94.524413,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6098,92,252,275,0,2661,0,0,"Certification not required",247,0.047583,0.012142,0.105,"2013-06-26 20:00",0.076,"2013-09-06 12:00",0.074,"2013-09-07 12:00",0.072,"2013-07-12 15:00","","","","",0.074,0.071,0.068,0.063,0.056,0.047,0.033,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","44201",1,35.40814,-94.524413,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6168,91,250,275,0,0,0,0,"Certification not required",0,0.04226,0.011134,0.072,"2013-09-06 10:00",0.067,"2013-07-12 10:00",0.067,"2013-07-13 09:00",0.067,"2013-09-07 09:00","","","","",0.067,0.065,0.06,0.058,0.051,0.042,0.03,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","44201",1,35.40814,-94.524413,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6168,91,250,275,0,0,0,0,"Certification not required",0,0.04226,0.011134,0.072,"2013-09-06 10:00",0.067,"2013-07-12 10:00",0.067,"2013-07-13 09:00",0.067,"2013-09-07 09:00","","","","",0.067,0.065,0.06,0.058,0.051,0.042,0.03,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","61101",1,35.40814,-94.524413,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8639,99,359,365,0,120,"","","Certification not required",0,3.721854,2.631086,19.1,"2013-10-31 13:00",18.7,"2013-10-31 14:00",18.6,"2013-10-31 12:00",16.5,"2013-11-17 10:00","","","","",11.2,10.2,8.6,7.3,5.2,3.3,0.5,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","61102",1,35.40814,-94.524413,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",8738,100,364,365,0,21,"","","Certification not required",0,142.687228,86.909814,345,"2013-06-13 04:00",336,"2013-04-06 23:00",334,"2013-03-18 21:00",334,"2013-08-28 20:00","","","","",312,308,297,279,220,111,51,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","62101",1,35.40814,-94.524413,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8738,100,364,365,0,21,"","","Certification not required",0,60.125887,18.826113,101,"2013-07-10 15:00",100,"2013-07-10 14:00",100,"2013-07-10 16:00",99,"2013-07-10 13:00","","","","",95,93,89,84,75,62,34,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","62201",1,35.40814,-94.524413,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8738,100,364,365,0,21,"","","Certification not required",0,63.103571,16.819801,89,"2013-10-01 06:00",88,"2013-01-29 19:00",88,"2013-01-29 20:00",88,"2013-03-10 02:00","","","","",88,87,86,83,78,66,38,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","68101",1,35.40814,-94.524413,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",112,92,112,122,0,0,"","","Certification not required",37,0.111161,0.062135,0.3,"2013-01-28 00:00",0.3,"2013-08-20 00:00",0.2,"2013-01-01 00:00",0.2,"2013-01-10 00:00","","","","",0.3,0.2,0.2,0.2,0.2,0.1,0.05,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","68102",1,35.40814,-94.524413,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,0,"","","Certification not required",0,24.008929,0.028644,24.1,"2013-03-23 00:00",24.1,"2013-07-15 00:00",24.1,"2013-07-30 00:00",24.1,"2013-08-05 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","68105",1,35.40814,-94.524413,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,0,"","","Certification not required",0,15.764286,10.046476,31.4,"2013-08-05 00:00",31.1,"2013-07-18 00:00",30.7,"2013-06-27 00:00",30.7,"2013-08-29 00:00","","","","",31.1,30.7,30.1,29,24.7,15.6,1.6,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","68108",1,35.40814,-94.524413,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,0,"","","Certification not required",0,752.357143,5.15325,767,"2013-11-12 00:00",765,"2013-11-24 00:00",764,"2013-12-12 00:00",762,"2013-01-22 00:00","","","","",765,764,762,760,755,752,747,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","68109",1,35.40814,-94.524413,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",112,92,112,122,0,0,"","","Certification not required",0,1439.982143,0.133027,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","81102",1,35.40814,-94.524413,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8574,98,354,365,0,185,"","","Certification not required",501,19.394798,16.315136,284,"2013-06-27 19:00",251,"2013-09-10 18:00",224,"2013-08-05 19:00",194,"2013-06-13 19:00","","","","",81,65,46,35,25,16,5,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","81102",1,35.40814,-94.524413,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,18.923729,10.548276,61,"2013-06-26 00:00",58,"2013-06-21 00:00",58,"2013-06-22 00:00",58,"2013-06-25 00:00","","","","",58,51,39,34,24,17,8,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","88101",1,35.40814,-94.524413,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,9.7125,4.546994,22.7,"2013-04-16 00:00",22.6,"2013-12-15 00:00",21.8,"2013-01-25 00:00",19.7,"2013-06-21 00:00","","","","",22.6,21.8,18.3,16.1,12.4,9.4,4.5,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","88101",1,35.40814,-94.524413,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,"","","Certification not required",0,9.7125,4.546994,22.7,"2013-04-16 00:00",22.6,"2013-12-15 00:00",21.8,"2013-01-25 00:00",19.7,"2013-06-21 00:00","","","","",22.6,21.8,18.3,16.1,12.4,9.4,4.5,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-03" +"40","135","9021","88501",3,35.40814,-94.524413,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8586,98,358,365,0,173,"","","Certification not required",0,10.531819,5.599852,74.7,"2013-03-07 20:00",67.8,"2013-04-15 21:00",56.5,"2013-03-07 21:00",50.7,"2013-09-10 18:00","","","","",28,24.5,20.4,17.6,13.4,9.6,4.5,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","135","9021","88501",3,35.40814,-94.524413,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,10.494693,4.340784,27.2,"2013-05-18 00:00",27.2,"2013-09-18 00:00",24.4,"2013-04-16 00:00",23.8,"2013-06-22 00:00","","","","",23.8,21.5,19.3,16.9,12.1,9.8,5.7,"","207 Cherokee Boulevard, Roland, OK 74954","Oklahoma","Sequoyah","Roland","Fort Smith, AR-OK","2014-02-12" +"40","143","0137","44201",1,36.357438,-95.999247,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8581,99,273,275,0,154,0,0,"Certification not required",631,0.050051,0.012505,0.089,"2013-09-06 14:00",0.089,"2013-09-07 16:00",0.086,"2013-06-27 14:00",0.08,"2013-07-13 15:00","","","","",0.086,0.078,0.07,0.067,0.058,0.05,0.04,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-29" +"40","143","0137","44201",1,36.357438,-95.999247,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8598,99,271,275,0,0,0,0,"Certification not required",0,0.045155,0.011691,0.08,"2013-09-06 10:00",0.078,"2013-09-07 10:00",0.077,"2013-07-13 10:00",0.071,"2013-09-05 09:00","","","","",0.077,0.07,0.064,0.06,0.052,0.045,0.035,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-29" +"40","143","0137","44201",1,36.357438,-95.999247,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8598,99,271,275,0,0,3,3,"Certification not required",0,0.045155,0.011691,0.08,"2013-09-06 10:00",0.078,"2013-09-07 10:00",0.077,"2013-07-13 10:00",0.071,"2013-09-05 09:00","","","","",0.077,0.07,0.064,0.06,0.052,0.045,0.035,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-29" +"40","143","0137","44201",2,36.357438,-95.999247,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2076,21,57,275,0,108,0,0,"Certification not required",276,0.037316,0.008574,0.065,"2013-10-10 12:00",0.064,"2013-10-09 15:00",0.05,"2013-12-18 14:00",0.049,"2013-10-20 13:00","","","","",0.065,0.064,0.05,0.046,0.044,0.039,0.032,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-02-18" +"40","143","0137","44201",2,36.357438,-95.999247,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2084,21,57,275,0,0,0,0,"Certification not required",0,0.032684,0.007359,0.058,"2013-10-10 10:00",0.052,"2013-10-09 10:00",0.045,"2013-12-18 12:00",0.044,"2013-10-20 10:00","","","","",0.058,0.052,0.045,0.042,0.038,0.034,0.028,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-02-18" +"40","143","0137","44201",2,36.357438,-95.999247,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2084,21,57,275,0,0,0,0,"Certification not required",0,0.032684,0.007359,0.058,"2013-10-10 10:00",0.052,"2013-10-09 10:00",0.045,"2013-12-18 12:00",0.044,"2013-10-20 10:00","","","","",0.058,0.052,0.045,0.042,0.038,0.034,0.028,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-02-18" +"40","143","0137","61103",2,36.357438,-95.999247,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",6606,75,274,365,0,2130,"","","Certification not required",0,2.672268,2.469193,13,"2013-02-18 01:00",13,"2013-04-06 11:00",12.2,"2013-01-27 13:00",12.2,"2013-01-27 15:00","","","","",9.6,8.7,6.9,6.1,4.3,2.6,0,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-09" +"40","143","0137","61104",2,36.357438,-95.999247,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",7118,81,296,365,0,1618,"","","Certification not required",0,171.679123,113.193103,359,"2013-01-12 23:00",359,"2013-01-13 03:00",359,"2013-01-13 04:00",359,"2013-01-23 06:00","","","","",358,357,354,349,238,172,11,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-09" +"40","143","0137","62101",2,36.357438,-95.999247,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8599,98,353,365,0,137,"","","Certification not required",0,57.511455,19.567939,100,"2013-08-31 15:00",99,"2013-07-10 15:00",99,"2013-08-31 14:00",99,"2013-08-31 16:00","","","","",93,91,87,82,74,59,31,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-09" +"40","143","0137","62201",2,36.357438,-95.999247,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8673,99,360,365,0,63,"","","Certification not required",0,64.457281,19.042226,95,"2013-12-03 09:00",94,"2013-09-29 07:00",94,"2013-11-07 06:00",94,"2013-11-07 07:00","","","","",92,92,90,88,81,66,36,"TULSA NORTH (SKIATOOK)","1100 SOUTH OSAGE DRIVE","Oklahoma","Tulsa","Skiatook","Tulsa, OK","2014-01-09" +"40","143","0174","44201",1,35.953708,-96.004975,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8596,98,270,275,0,139,0,0,"Certification not required",340,0.049726,0.012251,0.1,"2013-07-11 12:00",0.098,"2013-06-13 16:00",0.082,"2013-09-12 13:00",0.08,"2013-09-01 14:00","","","","",0.082,0.074,0.07,0.065,0.057,0.05,0.04,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-29" +"40","143","0174","44201",1,35.953708,-96.004975,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8601,97,268,275,0,0,0,0,"Certification not required",0,0.045,0.011287,0.081,"2013-06-13 11:00",0.072,"2013-07-11 10:00",0.07,"2013-09-07 11:00",0.069,"2013-07-13 10:00","","","","",0.07,0.067,0.064,0.061,0.053,0.045,0.036,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-29" +"40","143","0174","44201",1,35.953708,-96.004975,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8601,97,268,275,0,0,1,1,"Certification not required",0,0.045,0.011287,0.081,"2013-06-13 11:00",0.072,"2013-07-11 10:00",0.07,"2013-09-07 11:00",0.069,"2013-07-13 10:00","","","","",0.07,0.067,0.064,0.061,0.053,0.045,0.036,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-29" +"40","143","0174","61103",2,35.953708,-96.004975,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8369,96,346,365,0,367,"","","Certification not required",0,3.16456,2.608136,13.9,"2013-01-31 15:00",13.9,"2013-02-18 14:00",13.9,"2013-05-03 12:00",13,"2013-02-18 13:00","","","","",10.4,9.6,7.8,6.9,4.3,2.6,0,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-09" +"40","143","0174","61104",2,35.953708,-96.004975,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8369,96,346,365,0,367,"","","Certification not required",0,176.223563,97.991685,359,"2013-01-01 11:00",359,"2013-01-06 13:00",359,"2013-01-12 05:00",359,"2013-01-12 07:00","","","","",357,355,347,332,213,169,24,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-09" +"40","143","0174","62101",2,35.953708,-96.004975,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8518,97,353,365,0,218,"","","Certification not required",0,58.619042,19.399584,99,"2013-08-31 14:00",99,"2013-08-31 15:00",98,"2013-07-10 12:00",98,"2013-07-10 14:00","","","","",94,92,88,83,75,60,32,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-09" +"40","143","0174","62201",2,35.953708,-96.004975,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8522,97,353,365,0,214,"","","Certification not required",0,66.746069,19.163012,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-08 23:00",100,"2013-01-09 00:00","","","","",100,99,96,92,82,68,40,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-09" +"40","143","0174","88101",3,35.953708,-96.004975,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4585,52,196,365,0,287,"","","Certification not required",0,9.026499,5.716522,71.3,"2013-12-02 13:00",64.3,"2013-10-17 19:00",51.2,"2013-12-20 07:00",46.8,"2013-10-17 21:00","","","","",26.9,23.3,19.2,16.3,12.1,7.9,3,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-29" +"40","143","0174","88101",3,35.953708,-96.004975,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",190,52,190,365,0,0,0,0,"Certification not required",0,8.994211,4.304423,23.5,"2013-06-22 00:00",21.3,"2013-07-04 00:00",20.9,"2013-12-14 00:00",20.7,"2013-06-21 00:00","","","","",21.3,20.7,18,15.2,11.6,8.1,4.4,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-29" +"40","143","0174","88101",3,35.953708,-96.004975,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",190,52,190,365,0,0,"","","Certification not required",0,8.994211,4.304423,23.5,"2013-06-22 00:00",21.3,"2013-07-04 00:00",20.9,"2013-12-14 00:00",20.7,"2013-06-21 00:00","","","","",21.3,20.7,18,15.2,11.6,8.1,4.4,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2014-01-29" +"40","143","0174","88502",3,35.953708,-96.004975,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2777,78,113,148,0,760,"","","Certification not required",0,11.594454,6.536948,60.4,"2013-03-14 20:00",58.1,"2013-03-14 19:00",54.9,"2013-03-08 04:00",50.7,"2013-03-14 21:00","","","","",33.8,28.3,22.6,19.3,14.6,10.8,4.6,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2013-11-21" +"40","143","0174","88502",3,35.953708,-96.004975,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",113,76,113,148,0,0,"","","Certification not required",0,11.59292,4.692675,31.7,"2013-05-18 00:00",27.2,"2013-03-07 00:00",25.2,"2013-03-08 00:00",24.6,"2013-02-08 00:00","","","","",27.2,25.2,19.2,17.3,13.3,10.7,6.8,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2013-11-21" +"40","143","0174","88503",3,35.953708,-96.004975,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",2778,78,113,148,0,758,"","","Certification not required",0,-2.633441,2.36538,9.2,"2013-05-21 12:00",8.7,"2013-05-23 18:00",8.6,"2013-05-21 05:00",8,"2013-02-21 06:00","","","","",2.9,2.1,1.1,0,-1.2,-2.5,-5.7,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2013-07-30" +"40","143","0174","88503",3,35.953708,-96.004975,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",113,76,113,148,0,0,"","","Certification not required",0,-2.623009,1.181026,-0.3,"2013-02-18 00:00",-0.3,"2013-05-21 00:00",-0.9,"2013-05-02 00:00",-1,"2013-05-01 00:00","","","","",-0.3,-0.9,-1,-1.3,-1.8,-2.5,-4.3,"TULSA SOUTH","502 EAST 144TH. PL.","Oklahoma","Tulsa","Glenpool","Tulsa, OK","2013-07-30" +"40","143","0175","42401",2,36.149877,-96.011664,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8557,98,357,365,0,202,1,"","Certification not required",0,9.893557,11.518421,76,"2013-05-14 01:00",48,"2013-06-12 13:00",48,"2013-09-18 23:00",42,"2013-02-18 10:00","","","","",42,40,34,28,16,5,0,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","42401",2,36.149877,-96.011664,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8557,98,357,365,0,202,"","","Certification not required",0,2.456468,5.471472,76,"2013-05-14 01:00",65,"2013-05-14 04:00",54,"2013-05-14 05:00",48,"2013-06-12 13:00","","","","",27,21,14,8,2,0,0,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","42401",2,36.149877,-96.011664,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,2.47535,3.60915,20.5,"2013-05-14 00:00",18,"2013-09-18 00:00",17.4,"2013-06-25 00:00",16.1,"2013-07-22 00:00","","","","",16.1,14.4,10.6,7.3,3.4,0.8,0,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","42401",2,36.149877,-96.011664,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2821,97,356,365,0,0,"",0,"Certification not required",0,2.426657,4.872519,51.3,"2013-05-14 05:00",45.6,"2013-05-14 02:00",37.6,"2013-03-15 17:00",35.6,"2013-09-18 08:00","","","","",22.6,19,13,8.3,2.3,0.3,0,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","42401",3,36.149877,-96.011664,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",102536,98,356,365,0,2145,"","","Certification not required",0,2.468021,6.470708,123,"2013-05-08 22:05",109,"2013-05-08 22:00",103,"2013-06-10 17:25",100,"2013-05-14 01:00","","","","",33,25,15,7,1,0,0,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-21" +"40","143","0175","61103",2,36.149877,-96.011664,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8335,95,345,365,0,401,"","","Certification not required",0,2.688458,1.834235,11.3,"2013-02-18 11:00",11.3,"2013-02-18 12:00",10.4,"2013-02-10 14:00",10.4,"2013-02-18 13:00","","","","",7.8,6.9,6.1,5.2,3.5,2.6,0,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","61104",2,36.149877,-96.011664,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8335,95,345,365,0,401,"","","Certification not required",0,171.50078,104.270045,359,"2013-01-14 01:00",359,"2013-01-14 07:00",359,"2013-02-04 17:00",359,"2013-02-04 22:00","","","","",357,354,344,325,263,155,23,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","62101",2,36.149877,-96.011664,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8434,96,349,365,0,302,"","","Certification not required",0,59.290965,19.653092,101,"2013-08-31 14:00",100,"2013-08-31 13:00",100,"2013-08-31 15:00",100,"2013-08-31 16:00","","","","",94,92,89,84,76,60,32,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0175","62201",2,36.149877,-96.011664,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8434,96,349,365,0,302,"","","Certification not required",0,65.032013,21.343157,100,"2013-01-09 05:00",100,"2013-01-09 06:00",100,"2013-01-09 07:00",100,"2013-01-10 07:00","","","","",100,100,100,98,83,64,37,"","1710 WEST CHARLES PAGE BOULEVARD","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0178","44201",1,36.133802,-95.764537,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8675,100,275,275,0,60,0,0,"Certification not required",624,0.049098,0.012158,0.09,"2013-07-10 16:00",0.085,"2013-09-25 16:00",0.08,"2013-07-11 11:00",0.076,"2013-08-30 12:00","","","","",0.08,0.073,0.069,0.065,0.057,0.05,0.039,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","0178","44201",1,36.133802,-95.764537,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8707,100,274,275,0,0,0,0,"Certification not required",0,0.044416,0.01142,0.081,"2013-07-10 11:00",0.07,"2013-07-11 10:00",0.069,"2013-05-14 10:00",0.068,"2013-07-13 12:00","","","","",0.069,0.067,0.064,0.06,0.051,0.045,0.035,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","0178","44201",1,36.133802,-95.764537,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8707,100,274,275,0,0,1,1,"Certification not required",0,0.044416,0.01142,0.081,"2013-07-10 11:00",0.07,"2013-07-11 10:00",0.069,"2013-05-14 10:00",0.068,"2013-07-13 12:00","","","","",0.069,0.067,0.064,0.06,0.051,0.045,0.035,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","0178","61103",2,36.133802,-95.764537,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",5970,68,248,365,0,2766,"","","Certification not required",0,4.660704,3.511224,15.6,"2013-04-14 10:00",15.6,"2013-10-31 11:00",15.6,"2013-11-16 12:00",15.6,"2013-11-16 14:00","","","","",13,12.2,11.3,9.6,6.9,4.3,0,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0178","61104",2,36.133802,-95.764537,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",5970,68,248,365,0,2766,"","","Certification not required",0,176.832328,106.168168,359,"2013-01-14 04:00",359,"2013-01-29 12:00",359,"2013-02-07 09:00",359,"2013-02-08 05:00","","","","",357,353,346,332,260,176,18,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0178","62101",2,36.133802,-95.764537,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8734,100,364,365,0,2,"","","Certification not required",0,57.83341,19.512115,99,"2013-07-10 14:00",99,"2013-07-10 15:00",99,"2013-07-10 16:00",98,"2013-07-10 17:00","","","","",93,91,87,83,74,59,31,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0178","62201",2,36.133802,-95.764537,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8734,100,364,365,0,2,"","","Certification not required",0,65.611747,18.518044,98,"2013-12-03 05:00",98,"2013-12-03 06:00",98,"2013-12-03 07:00",98,"2013-12-03 08:00","","","","",94,93,92,89,81,67,39,"TULSA EAST","18707 E. 21ST STREET","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0179","12102",6,36.15483,-96.015845,"NAD83","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000568,0.000545,0.002,"2013-07-03 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12103",6,36.15483,-96.015845,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000864,0.00051,0.002,"2013-01-16 00:00",0.002,"2013-04-28 00:00",0.002,"2013-09-25 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12105",6,36.15483,-96.015845,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.015455,0.015493,0.074,"2013-09-25 00:00",0.071,"2013-06-21 00:00",0.054,"2013-06-27 00:00",0.027,"2013-09-01 00:00","","","","",0.074,0.074,0.054,0.027,0.018,0.012,0.005,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12110",6,36.15483,-96.015845,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.3e-05,0.000151,0.001,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12112",6,36.15483,-96.015845,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002114,0.000868,0.004,"2013-01-10 00:00",0.004,"2013-01-16 00:00",0.004,"2013-05-22 00:00",0.004,"2013-06-21 00:00","","","","",0.004,0.004,0.004,0.004,0.002,0.002,0.001,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12113",6,36.15483,-96.015845,"NAD83","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000205,0.000408,0.001,"2013-01-22 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-21 00:00",0.001,"2013-06-21 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12128",6,36.15483,-96.015845,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.003789,0.00202,0.0112,"2013-09-10 00:00",0.008,"2013-03-29 00:00",0.0067,"2013-07-03 00:00",0.0066,"2013-08-14 00:00","","","","",0.0112,0.0112,0.0067,0.0061,0.0047,0.0033,0.0018,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12132",6,36.15483,-96.015845,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.017045,0.01223,0.053,"2013-01-16 00:00",0.053,"2013-09-25 00:00",0.046,"2013-06-21 00:00",0.039,"2013-06-27 00:00","","","","",0.053,0.053,0.046,0.032,0.021,0.014,0.006,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12136",6,36.15483,-96.015845,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.001386,0.000868,0.004,"2013-01-16 00:00",0.004,"2013-09-19 00:00",0.003,"2013-06-21 00:00",0.003,"2013-09-25 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0.001,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12142",6,36.15483,-96.015845,"NAD83","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.1e-05,1.1e-05,6e-05,"2013-05-04 00:00",4e-05,"2013-01-10 00:00",4e-05,"2013-04-04 00:00",4e-05,"2013-04-16 00:00","","","","",6e-05,6e-05,4e-05,3e-05,3e-05,2e-05,1e-05,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","12154",6,36.15483,-96.015845,"NAD83","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000795,0.000509,0.002,"2013-09-01 00:00",0.002,"2013-09-10 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","42153",6,36.15483,-96.015845,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.016444,0.013677,0.08,"2013-05-28 00:00",0.05,"2013-06-21 00:00",0.04,"2013-08-20 00:00",0.03,"2013-06-27 00:00","","","","",0.08,0.08,0.04,0.03,0.02,0.01,0.01,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","42401",1,36.15483,-96.015845,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8479,97,353,365,0,280,0,"","Certification not required",0,9.036827,11.733853,57,"2013-01-28 06:00",52,"2013-02-18 07:00",49,"2013-06-24 09:00",48,"2013-01-19 06:00","","","","",48,43,37,26,13,4,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-05" +"40","143","0179","42401",1,36.15483,-96.015845,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8479,97,353,365,0,280,"","","Certification not required",0,2.314896,5.286432,57,"2013-01-28 06:00",53,"2013-01-28 05:00",52,"2013-01-28 09:00",52,"2013-02-18 07:00","","","","",26,21,12,7,2,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-05" +"40","143","0179","42401",1,36.15483,-96.015845,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",353,97,353,365,0,0,0,"","Certification not required",0,2.314731,3.570358,21.3,"2013-01-28 00:00",19.1,"2013-07-09 00:00",16.7,"2013-06-25 00:00",16.6,"2013-08-31 00:00","","","","",16.6,13.6,10.1,7.3,2.8,0.8,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-05" +"40","143","0179","42401",1,36.15483,-96.015845,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2804,96,353,365,0,0,"",0,"Certification not required",0,2.307775,4.814016,47.3,"2013-01-28 08:00",46.6,"2013-01-28 05:00",37.6,"2013-02-18 08:00",36.3,"2013-01-28 11:00","","","","",23.3,18.3,12,8,2,0.3,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-05" +"40","143","0179","42401",2,36.15483,-96.015845,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",101867,97,353,365,0,2654,"","","Certification not required",0,2.31709,5.882695,96,"2013-05-08 21:05",96,"2013-05-14 16:20",95,"2013-02-05 10:10",94,"2013-02-18 09:10","","","","",30,22,12,7,2,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0179","42402",1,36.15483,-96.015845,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",7379,84,306,365,0,637,"","","Certification not required",7165,0.001046,0.000327,0.008,"2013-09-19 05:00",0.008,"2013-09-19 06:00",0.007,"2013-07-22 00:00",0.007,"2013-09-19 07:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0.001,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","0179","43205",6,36.15483,-96.015845,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.4974,1.03497,5.91,"2013-01-28 00:00",4.17,"2013-08-26 00:00",3.54,"2013-09-19 00:00",2.841,"2013-08-20 00:00","","","","",5.91,5.91,3.54,2.793,1.713,1.248,0.588,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43206",6,36.15483,-96.015845,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.031644,0.638901,3.14,"2013-01-16 00:00",3.08,"2013-01-04 00:00",2.4,"2013-02-21 00:00",2.08,"2013-01-22 00:00","","","","",3.14,3.14,2.4,1.98,1.206,0.854,0.478,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43208",6,36.15483,-96.015845,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.033067,0.004984,0.044,"2013-02-21 00:00",0.044,"2013-03-11 00:00",0.044,"2013-05-16 00:00",0.042,"2013-04-10 00:00","","","","",0.044,0.044,0.044,0.042,0.036,0.032,0.028,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43218",6,36.15483,-96.015845,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.115556,0.074668,0.41,"2013-01-16 00:00",0.31,"2013-01-04 00:00",0.24,"2013-03-29 00:00",0.2,"2013-01-22 00:00","","","","",0.41,0.41,0.24,0.18,0.15,0.1,0.05,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43233",6,36.15483,-96.015845,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,2.036267,2.370782,9.6,"2013-01-28 00:00",8.96,"2013-07-09 00:00",7.08,"2013-09-19 00:00",7.016,"2013-07-21 00:00","","","","",9.6,9.6,7.08,4.696,2.752,1.024,0.168,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43372",6,36.15483,-96.015845,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.010222,0.040536,0.2,"2013-02-27 00:00",0.17,"2013-02-21 00:00",0.09,"2013-07-09 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.09,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43373",6,36.15483,-96.015845,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43396",6,36.15483,-96.015845,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43438",6,36.15483,-96.015845,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43441",6,36.15483,-96.015845,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.009556,0.031977,0.17,"2013-05-16 00:00",0.11,"2013-08-14 00:00",0.07,"2013-01-04 00:00",0.04,"2013-03-11 00:00","","","","",0.17,0.17,0.07,0.04,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43502",6,36.15483,-96.015845,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,2.495556,1.405825,6.1,"2013-06-27 00:00",5.5,"2013-09-01 00:00",4.7,"2013-07-09 00:00",4.5,"2013-09-07 00:00","","","","",6.1,6.1,4.7,4.4,3.3,2.2,0.9,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43503",6,36.15483,-96.015845,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.873333,0.891475,4.3,"2013-09-01 00:00",3.6,"2013-06-27 00:00",3.6,"2013-07-03 00:00",3.4,"2013-07-09 00:00","","","","",4.3,4.3,3.6,2.9,2.5,1.8,0.8,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43504",6,36.15483,-96.015845,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.484444,0.291513,1.3,"2013-06-27 00:00",1.2,"2013-07-09 00:00",1.2,"2013-09-01 00:00",1,"2013-07-03 00:00","","","","",1.3,1.3,1.2,0.8,0.7,0.4,0.2,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43505",6,36.15483,-96.015845,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,14,"","","Certification not required",0,1.35,1.531773,9.06,"2013-01-16 00:00",2.5,"2013-03-23 00:00",2.4,"2013-05-04 00:00",2.27,"2013-02-09 00:00","","","","",9.06,9.06,2.5,2.27,1.44,0.94,0.55,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43510",6,36.15483,-96.015845,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.713067,0.831189,5.4,"2013-01-04 00:00",2.136,"2013-02-09 00:00",1.844,"2013-06-21 00:00",1.484,"2013-01-28 00:00","","","","",5.4,5.4,1.844,1.296,0.784,0.444,0.268,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43513",6,36.15483,-96.015845,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.004944,0.000373,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43517",6,36.15483,-96.015845,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.1784,0.101432,0.516,"2013-07-03 00:00",0.396,"2013-06-27 00:00",0.372,"2013-09-01 00:00",0.366,"2013-05-16 00:00","","","","",0.516,0.516,0.372,0.318,0.216,0.168,0.072,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43518",6,36.15483,-96.015845,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.155227,0.075606,0.36,"2013-07-03 00:00",0.305,"2013-08-02 00:00",0.3,"2013-07-09 00:00",0.29,"2013-06-27 00:00","","","","",0.36,0.36,0.3,0.275,0.2,0.14,0.065,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43528",6,36.15483,-96.015845,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.068178,1.221555,4.48,"2013-06-27 00:00",3.836,"2013-06-21 00:00",3.628,"2013-07-09 00:00",3.204,"2013-09-01 00:00","","","","",4.48,4.48,3.628,3.088,1.76,0.336,0.06,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43551",6,36.15483,-96.015845,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,2.549667,1.023237,4.92,"2013-01-04 00:00",4.68,"2013-01-16 00:00",4.53,"2013-09-25 00:00",4.41,"2013-02-27 00:00","","","","",4.92,4.92,4.53,4.11,3.15,2.418,1.407,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43552",6,36.15483,-96.015845,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.901422,4.006249,25.48,"2013-01-04 00:00",9.8,"2013-02-09 00:00",6.12,"2013-06-21 00:00",4.6,"2013-02-03 00:00","","","","",25.48,25.48,6.12,3.44,1.216,0.728,0.38,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43560",6,36.15483,-96.015845,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.171556,0.161849,0.61,"2013-08-20 00:00",0.61,"2013-09-19 00:00",0.57,"2013-07-30 00:00",0.52,"2013-08-08 00:00","","","","",0.61,0.61,0.57,0.38,0.23,0.16,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43702",6,36.15483,-96.015845,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,5.780222,6.405946,22.4,"2013-01-28 00:00",22.2,"2013-01-22 00:00",18.32,"2013-01-10 00:00",16.4,"2013-01-04 00:00","","","","",22.4,22.4,18.32,15.86,9.6,1.12,0.39,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43704",6,36.15483,-96.015845,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.039778,0.266837,1.79,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",1.79,1.79,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43801",6,36.15483,-96.015845,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.573111,0.111759,0.91,"2013-06-27 00:00",0.85,"2013-05-28 00:00",0.85,"2013-09-19 00:00",0.73,"2013-03-29 00:00","","","","",0.91,0.91,0.85,0.72,0.61,0.54,0.47,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43802",6,36.15483,-96.015845,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.187333,0.360898,2.51,"2013-02-21 00:00",0.46,"2013-09-19 00:00",0.31,"2013-07-21 00:00",0.26,"2013-01-10 00:00","","","","",2.51,2.51,0.31,0.23,0.14,0.11,0.09,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43803",6,36.15483,-96.015845,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.011111,0.013521,0.03,"2013-03-29 00:00",0.03,"2013-06-19 00:00",0.03,"2013-06-27 00:00",0.03,"2013-07-03 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43804",6,36.15483,-96.015845,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.100889,0.013952,0.15,"2013-06-27 00:00",0.14,"2013-06-21 00:00",0.12,"2013-05-10 00:00",0.12,"2013-05-16 00:00","","","","",0.15,0.15,0.12,0.11,0.11,0.1,0.09,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43806",6,36.15483,-96.015845,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43811",6,36.15483,-96.015845,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.248711,0.036065,0.351,"2013-04-16 00:00",0.313,"2013-05-16 00:00",0.306,"2013-02-21 00:00",0.303,"2013-03-11 00:00","","","","",0.351,0.351,0.306,0.294,0.28,0.239,0.209,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43812",6,36.15483,-96.015845,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.006667,0.033575,0.22,"2013-05-28 00:00",0.04,"2013-01-16 00:00",0.04,"2013-06-19 00:00",0,"2013-01-04 00:00","","","","",0.22,0.22,0.04,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43813",6,36.15483,-96.015845,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43814",6,36.15483,-96.015845,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.011111,0.009101,0.03,"2013-05-16 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43815",6,36.15483,-96.015845,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.032,0.028091,0.1,"2013-04-22 00:00",0.08,"2013-03-29 00:00",0.07,"2013-05-16 00:00",0.06,"2013-01-04 00:00","","","","",0.1,0.1,0.07,0.06,0.06,0.04,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43817",6,36.15483,-96.015845,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.036889,0.027947,0.13,"2013-06-19 00:00",0.1,"2013-07-03 00:00",0.09,"2013-01-10 00:00",0.09,"2013-02-03 00:00","","","","",0.13,0.13,0.09,0.06,0.05,0.03,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43818",6,36.15483,-96.015845,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.001111,0.004381,0.02,"2013-08-14 00:00",0.02,"2013-09-13 00:00",0.01,"2013-08-02 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.01,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43819",6,36.15483,-96.015845,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.011556,0.008779,0.04,"2013-05-28 00:00",0.03,"2013-01-28 00:00",0.02,"2013-01-16 00:00",0.02,"2013-03-11 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.01,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43820",6,36.15483,-96.015845,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43821",6,36.15483,-96.015845,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.162444,0.020396,0.206,"2013-04-16 00:00",0.198,"2013-03-11 00:00",0.196,"2013-04-22 00:00",0.192,"2013-04-10 00:00","","","","",0.206,0.206,0.196,0.19,0.18,0.158,0.14,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43823",6,36.15483,-96.015845,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.488222,0.07337,0.7,"2013-04-16 00:00",0.63,"2013-05-16 00:00",0.61,"2013-02-21 00:00",0.59,"2013-03-11 00:00","","","","",0.7,0.7,0.61,0.58,0.54,0.47,0.41,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43824",6,36.15483,-96.015845,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.003556,0.010478,0.04,"2013-01-10 00:00",0.04,"2013-08-14 00:00",0.03,"2013-03-29 00:00",0.03,"2013-05-16 00:00","","","","",0.04,0.04,0.03,0.02,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43826",6,36.15483,-96.015845,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43828",6,36.15483,-96.015845,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43829",6,36.15483,-96.015845,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43830",6,36.15483,-96.015845,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43831",6,36.15483,-96.015845,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43832",6,36.15483,-96.015845,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43835",6,36.15483,-96.015845,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43836",6,36.15483,-96.015845,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43838",6,36.15483,-96.015845,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",37,0.016178,0.010285,0.062,"2013-07-30 00:00",0.04,"2013-08-02 00:00",0.038,"2013-06-27 00:00",0.034,"2013-09-19 00:00","","","","",0.062,0.062,0.038,0.032,0.012,0.012,0.012,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43839",6,36.15483,-96.015845,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43843",6,36.15483,-96.015845,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43844",6,36.15483,-96.015845,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002222,0.007351,0.03,"2013-03-11 00:00",0.03,"2013-04-22 00:00",0.02,"2013-07-09 00:00",0.02,"2013-09-19 00:00","","","","",0.03,0.03,0.02,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","43860",6,36.15483,-96.015845,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45109",6,36.15483,-96.015845,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.898444,1.151126,5.06,"2013-01-28 00:00",4.82,"2013-09-19 00:00",4.26,"2013-07-09 00:00",3.44,"2013-06-27 00:00","","","","",5.06,5.06,4.26,3.38,2.58,1.67,0.68,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45201",6,36.15483,-96.015845,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.944,1.936521,13.92,"2013-01-16 00:00",3.52,"2013-09-19 00:00",3.14,"2013-06-27 00:00",3.01,"2013-08-02 00:00","","","","",13.92,13.92,3.14,2.92,2.08,1.51,1.03,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45202",6,36.15483,-96.015845,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,4.885778,3.549817,16.38,"2013-01-28 00:00",13.93,"2013-01-04 00:00",12.18,"2013-09-19 00:00",11.62,"2013-06-21 00:00","","","","",16.38,16.38,12.18,8.82,6.84,4.1,1.16,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45203",6,36.15483,-96.015845,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.689778,0.357895,1.54,"2013-09-19 00:00",1.48,"2013-01-28 00:00",1.4,"2013-07-09 00:00",1.23,"2013-07-03 00:00","","","","",1.54,1.54,1.4,1.19,0.94,0.62,0.27,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45204",6,36.15483,-96.015845,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.794,0.477272,2.1,"2013-09-19 00:00",1.94,"2013-01-28 00:00",1.7,"2013-07-09 00:00",1.46,"2013-06-27 00:00","","","","",2.1,2.1,1.7,1.32,1.11,0.74,0.28,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45207",6,36.15483,-96.015845,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",15,0.2841,0.207893,0.963,"2013-01-04 00:00",0.765,"2013-09-19 00:00",0.711,"2013-01-28 00:00",0.585,"2013-07-09 00:00","","","","",0.963,0.963,0.711,0.513,0.387,0.225,0.0855,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45208",6,36.15483,-96.015845,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",2,0.761,0.538678,2.799,"2013-01-04 00:00",2.043,"2013-09-19 00:00",1.611,"2013-01-28 00:00",1.386,"2013-01-16 00:00","","","","",2.799,2.799,1.611,1.269,1.089,0.612,0.27,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45220",6,36.15483,-96.015845,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.201333,0.242877,1.22,"2013-01-04 00:00",1.17,"2013-01-16 00:00",0.42,"2013-09-25 00:00",0.4,"2013-01-22 00:00","","","","",1.22,1.22,0.42,0.38,0.22,0.16,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45501",6,36.15483,-96.015845,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.168159,0.081849,0.434,"2013-09-19 00:00",0.399,"2013-03-29 00:00",0.35,"2013-07-03 00:00",0.273,"2013-06-27 00:00","","","","",0.434,0.434,0.35,0.266,0.203,0.147,0.091,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45503",6,36.15483,-96.015845,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.0089,0.000671,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45504",6,36.15483,-96.015845,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.214182,0.139227,0.6,"2013-07-03 00:00",0.496,"2013-09-07 00:00",0.488,"2013-06-09 00:00",0.472,"2013-06-27 00:00","","","","",0.6,0.6,0.488,0.384,0.312,0.2,0.064,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45801",6,36.15483,-96.015845,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45805",6,36.15483,-96.015845,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45806",6,36.15483,-96.015845,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45807",6,36.15483,-96.015845,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.018222,0.027493,0.07,"2013-03-11 00:00",0.07,"2013-03-29 00:00",0.07,"2013-04-22 00:00",0.07,"2013-05-16 00:00","","","","",0.07,0.07,0.07,0.07,0.05,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","45810",6,36.15483,-96.015845,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0179","61103",2,36.15483,-96.015845,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",7901,97,328,338,0,175,"","","Certification not required",0,1.314492,1.239021,6.9,"2013-02-17 21:00",6.9,"2013-02-18 10:00",6.9,"2013-02-25 15:00",6.9,"2013-03-04 22:00","","","","",5.2,4.3,3.5,3.5,1.7,0.9,0,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0179","61104",2,36.15483,-96.015845,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",7901,97,328,338,0,175,"","","Certification not required",0,164.740286,106.157325,359,"2013-02-07 23:00",359,"2013-02-10 23:00",359,"2013-02-12 11:00",359,"2013-02-15 20:00","","","","",358,356,349,330,221,181,17,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0179","62101",2,36.15483,-96.015845,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8287,99,344,350,0,77,"","","Certification not required",0,60.17618,19.492266,104,"2013-08-31 14:00",103,"2013-08-31 15:00",102,"2013-08-31 13:00",101,"2013-07-10 14:00","","","","",96,93,89,85,76,62,33,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0179","62201",2,36.15483,-96.015845,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8287,99,344,350,0,77,"","","Certification not required",0,60.228189,18.720673,92,"2013-09-29 07:00",92,"2013-09-29 08:00",92,"2013-10-19 07:00",92,"2013-10-31 07:00","","","","",91,90,89,86,76,61,33,"","124 North Riverside Drive West, Tulsa OK 74127","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","12102",6,36.126945,-95.998941,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000667,0.000477,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12102",7,36.126945,-95.998941,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.000682,0.000471,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12103",6,36.126945,-95.998941,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000911,0.000288,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12103",7,36.126945,-95.998941,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.000886,0.000387,0.002,"2013-09-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12105",6,36.126945,-95.998941,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.024511,0.020766,0.094,"2013-06-27 00:00",0.089,"2013-06-21 00:00",0.085,"2013-09-25 00:00",0.051,"2013-03-07 00:00","","","","",0.094,0.094,0.085,0.04,0.029,0.019,0.008,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12105",7,36.126945,-95.998941,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.024136,0.020047,0.091,"2013-09-25 00:00",0.085,"2013-06-21 00:00",0.079,"2013-06-27 00:00",0.047,"2013-03-07 00:00","","","","",0.091,0.091,0.079,0.045,0.032,0.02,0.008,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12110",6,36.126945,-95.998941,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.4e-05,0.000208,0.001,"2013-01-16 00:00",0.001,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12110",7,36.126945,-95.998941,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,6.8e-05,0.000255,0.001,"2013-01-16 00:00",0.001,"2013-03-11 00:00",0.001,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12112",6,36.126945,-95.998941,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002778,0.000974,0.006,"2013-01-22 00:00",0.005,"2013-07-03 00:00",0.005,"2013-09-25 00:00",0.004,"2013-01-16 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.003,0.002,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12112",7,36.126945,-95.998941,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002727,0.00102,0.006,"2013-01-22 00:00",0.005,"2013-07-03 00:00",0.005,"2013-09-25 00:00",0.004,"2013-01-16 00:00","","","","",0.006,0.006,0.005,0.004,0.003,0.002,0.002,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12113",6,36.126945,-95.998941,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000578,0.001118,0.007,"2013-01-22 00:00",0.002,"2013-07-03 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00","","","","",0.007,0.007,0.001,0.001,0.001,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12113",7,36.126945,-95.998941,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.000568,0.001129,0.007,"2013-01-22 00:00",0.002,"2013-07-03 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00","","","","",0.007,0.007,0.001,0.001,0.001,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12128",6,36.126945,-95.998941,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.005302,0.002761,0.0116,"2013-09-25 00:00",0.0114,"2013-06-21 00:00",0.0106,"2013-07-03 00:00",0.0102,"2013-03-11 00:00","","","","",0.0116,0.0116,0.0106,0.009,0.0075,0.0042,0.0022,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12128",7,36.126945,-95.998941,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.005377,0.002939,0.0121,"2013-09-25 00:00",0.0117,"2013-06-21 00:00",0.0108,"2013-01-16 00:00",0.0108,"2013-03-11 00:00","","","","",0.0121,0.0121,0.0108,0.0098,0.0079,0.0043,0.0022,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12132",6,36.126945,-95.998941,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.027422,0.018036,0.073,"2013-09-25 00:00",0.068,"2013-06-27 00:00",0.062,"2013-01-16 00:00",0.061,"2013-06-21 00:00","","","","",0.073,0.073,0.062,0.059,0.036,0.02,0.009,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12132",7,36.126945,-95.998941,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.027659,0.019004,0.078,"2013-09-25 00:00",0.07,"2013-01-16 00:00",0.066,"2013-06-27 00:00",0.063,"2013-06-21 00:00","","","","",0.078,0.078,0.066,0.059,0.035,0.022,0.01,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12136",6,36.126945,-95.998941,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002067,0.001711,0.011,"2013-07-03 00:00",0.005,"2013-02-27 00:00",0.004,"2013-01-16 00:00",0.004,"2013-06-27 00:00","","","","",0.011,0.011,0.004,0.004,0.002,0.002,0.001,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12136",7,36.126945,-95.998941,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002182,0.001808,0.011,"2013-07-03 00:00",0.006,"2013-05-28 00:00",0.005,"2013-02-27 00:00",0.004,"2013-01-16 00:00","","","","",0.011,0.011,0.005,0.004,0.003,0.002,0.001,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12142",6,36.126945,-95.998941,"WGS84","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.2e-05,1.3e-05,9e-05,"2013-09-25 00:00",4e-05,"2013-03-11 00:00",3e-05,"2013-01-16 00:00",3e-05,"2013-01-28 00:00","","","","",9e-05,9e-05,3e-05,3e-05,3e-05,2e-05,1e-05,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12142",7,36.126945,-95.998941,"WGS84","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,2.3e-05,1.6e-05,9e-05,"2013-09-25 00:00",8e-05,"2013-05-28 00:00",5e-05,"2013-06-15 00:00",3e-05,"2013-01-16 00:00","","","","",9e-05,9e-05,5e-05,3e-05,3e-05,2e-05,1e-05,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12154",6,36.126945,-95.998941,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.000956,0.000601,0.002,"2013-03-29 00:00",0.002,"2013-06-27 00:00",0.002,"2013-08-02 00:00",0.002,"2013-08-20 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","12154",7,36.126945,-95.998941,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.000932,0.000587,0.002,"2013-03-29 00:00",0.002,"2013-06-27 00:00",0.002,"2013-08-20 00:00",0.002,"2013-09-01 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","42153",6,36.126945,-95.998941,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.012667,0.004954,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-05-16 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0.01,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","42401",1,36.126945,-95.998941,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8628,98,362,365,0,131,0,"","Certification not required",0,1.599448,3.558346,28,"2013-03-05 20:00",25,"2013-10-07 08:00",21,"2013-09-25 09:00",19,"2013-02-10 20:00","","","","",19,15,8,4,1,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","42401",1,36.126945,-95.998941,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8628,98,362,365,0,131,"","","Certification not required",0,0.281293,1.35948,28,"2013-03-05 20:00",25,"2013-03-05 18:00",25,"2013-03-05 19:00",25,"2013-10-07 08:00","","","","",6,4,2,1,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","42401",1,36.126945,-95.998941,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.283149,0.813813,9,"2013-03-05 00:00",5.3,"2013-10-05 00:00",5,"2013-04-18 00:00",3.4,"2013-03-25 00:00","","","","",3.4,2.3,1.7,0.8,0.2,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","42401",1,36.126945,-95.998941,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2847,98,361,365,0,0,"",0,"Certification not required",0,0.277099,1.232741,26,"2013-03-05 20:00",15.3,"2013-03-05 23:00",14.6,"2013-10-05 11:00",13,"2013-03-05 17:00","","","","",5.6,3.6,1.6,1,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","42401",2,36.126945,-95.998941,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",103635,99,361,365,0,1483,"","","Certification not required",0,0.286689,1.557126,50,"2013-10-07 08:25",42,"2013-10-07 08:30",41,"2013-03-05 21:45",39,"2013-03-05 21:40","","","","",7,4,1,1,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","42402",1,36.126945,-95.998941,"WGS84","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",8326,95,346,365,0,408,"","","Certification not required",8040,0.00105,0.000376,0.022,"2013-06-10 06:00",0.011,"2013-06-10 05:00",0.006,"2013-08-31 06:00",0.005,"2013-02-06 02:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0.001,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","0235","43205",6,36.126945,-95.998941,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.9476,1.626623,8.85,"2013-09-01 00:00",7.17,"2013-05-04 00:00",4.35,"2013-09-25 00:00",4.05,"2013-08-26 00:00","","","","",8.85,8.85,4.35,3.96,2.172,1.383,0.714,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43206",6,36.126945,-95.998941,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.978444,0.703314,3.42,"2013-01-16 00:00",3.16,"2013-01-04 00:00",2.6,"2013-02-27 00:00",1.898,"2013-01-22 00:00","","","","",3.42,3.42,2.6,1.828,1.198,0.678,0.418,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43208",6,36.126945,-95.998941,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.033556,0.004897,0.048,"2013-05-16 00:00",0.044,"2013-04-02 00:00",0.042,"2013-03-29 00:00",0.04,"2013-03-05 00:00","","","","",0.048,0.048,0.042,0.04,0.036,0.034,0.028,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43218",6,36.126945,-95.998941,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.118222,0.081332,0.48,"2013-01-16 00:00",0.35,"2013-01-04 00:00",0.22,"2013-03-29 00:00",0.22,"2013-09-25 00:00","","","","",0.48,0.48,0.22,0.18,0.14,0.1,0.06,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43233",6,36.126945,-95.998941,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.178844,0.88892,4.608,"2013-09-19 00:00",2.92,"2013-07-03 00:00",2.728,"2013-03-05 00:00",2.624,"2013-05-04 00:00","","","","",4.608,4.608,2.728,2.32,1.416,0.944,0.264,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43372",6,36.126945,-95.998941,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.008889,0.047826,0.31,"2013-08-08 00:00",0.09,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.31,0.31,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43373",6,36.126945,-95.998941,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43396",6,36.126945,-95.998941,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43438",6,36.126945,-95.998941,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43441",6,36.126945,-95.998941,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.020444,0.054521,0.22,"2013-01-22 00:00",0.18,"2013-05-04 00:00",0.16,"2013-09-25 00:00",0.12,"2013-04-16 00:00","","","","",0.22,0.22,0.16,0.12,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43502",6,36.126945,-95.998941,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.695556,1.456639,6.4,"2013-06-21 00:00",6.3,"2013-06-27 00:00",5.9,"2013-09-01 00:00",5.3,"2013-09-07 00:00","","","","",6.4,6.4,5.9,5.1,3.4,2.2,1.2,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43503",6,36.126945,-95.998941,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.426667,1.151165,4.9,"2013-06-27 00:00",4.8,"2013-09-01 00:00",4.7,"2013-07-03 00:00",4.2,"2013-07-09 00:00","","","","",4.9,4.9,4.7,4.1,3.2,2.3,1,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43504",6,36.126945,-95.998941,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.62,0.359672,1.5,"2013-06-27 00:00",1.4,"2013-09-01 00:00",1.3,"2013-07-09 00:00",1.2,"2013-06-21 00:00","","","","",1.5,1.5,1.3,1.2,0.8,0.6,0.2,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43505",6,36.126945,-95.998941,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",33,54,32,61,0,13,"","","Certification not required",0,1.247879,0.67012,2.97,"2013-03-29 00:00",2.84,"2013-08-20 00:00",2.82,"2013-05-04 00:00",2.1,"2013-07-09 00:00","","","","",2.97,2.97,2.84,2.1,1.52,1.18,0.61,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43510",6,36.126945,-95.998941,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.707467,0.59739,3.372,"2013-01-04 00:00",3.016,"2013-03-05 00:00",1.404,"2013-04-04 00:00",1.308,"2013-02-03 00:00","","","","",3.372,3.372,1.404,0.976,0.752,0.572,0.3,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43513",6,36.126945,-95.998941,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43517",6,36.126945,-95.998941,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.255333,0.180882,0.852,"2013-05-16 00:00",0.768,"2013-06-21 00:00",0.54,"2013-07-03 00:00",0.51,"2013-06-27 00:00","","","","",0.852,0.852,0.54,0.468,0.354,0.216,0.072,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43518",6,36.126945,-95.998941,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.227093,0.125044,0.555,"2013-07-03 00:00",0.465,"2013-09-07 00:00",0.445,"2013-09-01 00:00",0.385,"2013-06-09 00:00","","","","",0.555,0.555,0.445,0.385,0.325,0.19,0.085,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43528",6,36.126945,-95.998941,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.129956,1.352418,5.04,"2013-06-21 00:00",4.8,"2013-06-27 00:00",3.788,"2013-08-02 00:00",3.492,"2013-07-09 00:00","","","","",5.04,5.04,3.788,3.292,1.716,0.508,0.076,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43551",6,36.126945,-95.998941,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.265267,1.656732,8.88,"2013-01-16 00:00",7.65,"2013-03-11 00:00",6.12,"2013-04-04 00:00",5.34,"2013-01-04 00:00","","","","",8.88,8.88,6.12,5.1,4.23,2.928,1.425,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43552",6,36.126945,-95.998941,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.827467,3.024873,15.4,"2013-01-04 00:00",13.8,"2013-03-05 00:00",5.96,"2013-04-04 00:00",5.12,"2013-02-03 00:00","","","","",15.4,15.4,5.96,3.32,1.36,0.804,0.444,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43560",6,36.126945,-95.998941,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.267111,0.212513,1.09,"2013-05-22 00:00",0.67,"2013-05-04 00:00",0.59,"2013-09-19 00:00",0.53,"2013-07-27 00:00","","","","",1.09,1.09,0.59,0.52,0.38,0.22,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43702",6,36.126945,-95.998941,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,3.871333,2.715438,12.52,"2013-04-02 00:00",8.46,"2013-06-15 00:00",8.3,"2013-09-19 00:00",7.86,"2013-09-07 00:00","","","","",12.52,12.52,8.3,7.68,5.88,2.32,1.35,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43704",6,36.126945,-95.998941,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.106,0.71107,4.77,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",4.77,4.77,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43801",6,36.126945,-95.998941,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.557111,0.102217,0.92,"2013-06-27 00:00",0.83,"2013-05-16 00:00",0.72,"2013-06-21 00:00",0.71,"2013-07-09 00:00","","","","",0.92,0.92,0.72,0.66,0.59,0.56,0.44,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43802",6,36.126945,-95.998941,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.193111,0.159243,1.02,"2013-07-21 00:00",0.56,"2013-07-09 00:00",0.38,"2013-09-19 00:00",0.37,"2013-04-16 00:00","","","","",1.02,1.02,0.38,0.31,0.21,0.15,0.09,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43803",6,36.126945,-95.998941,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.007111,0.012362,0.04,"2013-08-20 00:00",0.03,"2013-03-29 00:00",0.03,"2013-07-15 00:00",0.03,"2013-08-02 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43804",6,36.126945,-95.998941,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.103333,0.014142,0.15,"2013-06-27 00:00",0.13,"2013-06-21 00:00",0.13,"2013-07-09 00:00",0.12,"2013-02-21 00:00","","","","",0.15,0.15,0.13,0.12,0.11,0.1,0.09,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43806",6,36.126945,-95.998941,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.001333,0.003438,0.01,"2013-01-28 00:00",0.01,"2013-02-03 00:00",0.01,"2013-03-29 00:00",0.01,"2013-04-02 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43811",6,36.126945,-95.998941,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.246511,0.032289,0.323,"2013-04-16 00:00",0.31,"2013-05-16 00:00",0.302,"2013-05-10 00:00",0.298,"2013-03-29 00:00","","","","",0.323,0.323,0.302,0.293,0.267,0.24,0.213,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43812",6,36.126945,-95.998941,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.010222,0.027427,0.14,"2013-05-04 00:00",0.08,"2013-05-10 00:00",0.06,"2013-07-15 00:00",0.05,"2013-05-28 00:00","","","","",0.14,0.14,0.06,0.05,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43813",6,36.126945,-95.998941,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43814",6,36.126945,-95.998941,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.014,0.008893,0.03,"2013-03-29 00:00",0.03,"2013-05-16 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43815",6,36.126945,-95.998941,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.025778,0.031297,0.12,"2013-01-04 00:00",0.09,"2013-03-29 00:00",0.07,"2013-04-02 00:00",0.07,"2013-05-04 00:00","","","","",0.12,0.12,0.07,0.07,0.05,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43817",6,36.126945,-95.998941,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.036222,0.02561,0.1,"2013-01-10 00:00",0.09,"2013-08-14 00:00",0.08,"2013-07-03 00:00",0.07,"2013-01-16 00:00","","","","",0.1,0.1,0.08,0.07,0.05,0.03,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43818",6,36.126945,-95.998941,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002667,0.006537,0.02,"2013-02-03 00:00",0.02,"2013-03-29 00:00",0.02,"2013-05-16 00:00",0.02,"2013-07-21 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43819",6,36.126945,-95.998941,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.011111,0.006475,0.02,"2013-01-10 00:00",0.02,"2013-03-05 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-02 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43820",6,36.126945,-95.998941,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43821",6,36.126945,-95.998941,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.164667,0.019107,0.208,"2013-03-29 00:00",0.204,"2013-04-02 00:00",0.198,"2013-04-16 00:00",0.196,"2013-01-28 00:00","","","","",0.208,0.208,0.198,0.192,0.176,0.16,0.144,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43823",6,36.126945,-95.998941,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.477111,0.064053,0.64,"2013-04-16 00:00",0.6,"2013-05-10 00:00",0.58,"2013-04-10 00:00",0.57,"2013-03-23 00:00","","","","",0.64,0.64,0.58,0.57,0.52,0.46,0.41,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43824",6,36.126945,-95.998941,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002222,0.008498,0.04,"2013-09-13 00:00",0.03,"2013-01-10 00:00",0.03,"2013-04-02 00:00",0,"2013-01-04 00:00","","","","",0.04,0.04,0.03,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43826",6,36.126945,-95.998941,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43828",6,36.126945,-95.998941,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43829",6,36.126945,-95.998941,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43830",6,36.126945,-95.998941,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43831",6,36.126945,-95.998941,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43832",6,36.126945,-95.998941,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43835",6,36.126945,-95.998941,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43836",6,36.126945,-95.998941,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43838",6,36.126945,-95.998941,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43839",6,36.126945,-95.998941,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43843",6,36.126945,-95.998941,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43844",6,36.126945,-95.998941,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.005111,0.013077,0.06,"2013-02-03 00:00",0.04,"2013-05-16 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-02 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","43860",6,36.126945,-95.998941,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45109",6,36.126945,-95.998941,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,2.306444,1.255025,5.71,"2013-01-16 00:00",4.47,"2013-09-19 00:00",4.32,"2013-07-03 00:00",4.3,"2013-01-04 00:00","","","","",5.71,5.71,4.32,4.29,2.78,1.91,1.01,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45201",6,36.126945,-95.998941,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,2.445111,1.30116,6.36,"2013-01-04 00:00",6.18,"2013-08-20 00:00",4.34,"2013-07-21 00:00",3.95,"2013-07-03 00:00","","","","",6.36,6.36,4.34,3.8,3.46,1.93,1.12,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45202",6,36.126945,-95.998941,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,6.314444,4.338155,19.81,"2013-08-14 00:00",19.32,"2013-03-05 00:00",13.86,"2013-01-04 00:00",13.37,"2013-01-16 00:00","","","","",19.81,19.81,13.86,11.69,8.54,5.06,2.2,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45203",6,36.126945,-95.998941,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.834,0.424518,2.09,"2013-01-16 00:00",1.62,"2013-09-19 00:00",1.52,"2013-03-29 00:00",1.51,"2013-07-03 00:00","","","","",2.09,2.09,1.52,1.49,1.02,0.72,0.38,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45204",6,36.126945,-95.998941,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.926222,0.513071,2.29,"2013-01-16 00:00",1.83,"2013-09-19 00:00",1.8,"2013-01-04 00:00",1.8,"2013-05-22 00:00","","","","",2.29,2.29,1.8,1.76,1.22,0.78,0.4,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45207",6,36.126945,-95.998941,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",3,0.3417,0.178442,0.783,"2013-01-04 00:00",0.774,"2013-09-25 00:00",0.72,"2013-01-16 00:00",0.648,"2013-07-03 00:00","","","","",0.783,0.783,0.72,0.576,0.459,0.288,0.171,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45208",6,36.126945,-95.998941,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.957,0.52596,2.304,"2013-01-04 00:00",2.16,"2013-09-25 00:00",2.151,"2013-01-16 00:00",1.908,"2013-07-03 00:00","","","","",2.304,2.304,2.151,1.71,1.152,0.819,0.378,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45220",6,36.126945,-95.998941,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.149556,0.194889,1.01,"2013-09-25 00:00",0.65,"2013-01-16 00:00",0.61,"2013-01-04 00:00",0.36,"2013-01-22 00:00","","","","",1.01,1.01,0.61,0.28,0.18,0.12,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45501",6,36.126945,-95.998941,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.166133,0.082291,0.42,"2013-09-25 00:00",0.378,"2013-07-03 00:00",0.35,"2013-06-21 00:00",0.336,"2013-03-29 00:00","","","","",0.42,0.42,0.35,0.273,0.196,0.154,0.077,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45503",6,36.126945,-95.998941,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45504",6,36.126945,-95.998941,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",1,0.244455,0.184729,0.712,"2013-09-07 00:00",0.696,"2013-06-21 00:00",0.568,"2013-07-03 00:00",0.552,"2013-06-09 00:00","","","","",0.712,0.712,0.568,0.52,0.352,0.208,0.072,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45801",6,36.126945,-95.998941,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45805",6,36.126945,-95.998941,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45806",6,36.126945,-95.998941,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45807",6,36.126945,-95.998941,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.038,0.036903,0.12,"2013-03-29 00:00",0.1,"2013-02-03 00:00",0.1,"2013-05-16 00:00",0.1,"2013-09-25 00:00","","","","",0.12,0.12,0.1,0.09,0.07,0.04,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","45810",6,36.126945,-95.998941,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.003556,0.023851,0.16,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.16,0.16,0,0,0,0,0,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","0235","61103",2,36.126945,-95.998941,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",8626,98,359,365,0,110,"","","Certification not required",0,4.676246,3.165362,16.5,"2013-02-17 22:00",16.5,"2013-02-18 05:00",16.5,"2013-04-14 10:00",16.5,"2013-05-27 11:00","","","","",13,12.2,10.4,8.7,6.9,4.3,0.9,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","61104",2,36.126945,-95.998941,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",8626,98,359,365,0,110,"","","Certification not required",0,174.135984,98.458426,359,"2013-01-01 10:00",359,"2013-01-12 05:00",359,"2013-01-12 18:00",359,"2013-01-25 00:00","","","","",357,353,344,329,221,166,26,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","62101",2,36.126945,-95.998941,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",8435,96,350,365,0,301,"","","Certification not required",0,59.09757,19.539319,101,"2013-08-31 14:00",101,"2013-08-31 15:00",100,"2013-07-10 15:00",100,"2013-08-31 13:00","","","","",95,92,89,84,76,60,32,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","0235","62201",2,36.126945,-95.998941,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8037,92,329,365,0,699,"","","Certification not required",2,58.642416,19.096538,97,"2013-12-03 05:00",97,"2013-12-03 06:00",97,"2013-12-03 07:00",97,"2013-12-03 08:00","","","","",92,91,89,84,74,59,32,"CENTER OF PARKING LOT OF PUBLIC WORKS BUILDING 1/4 MI N OF SINCLAIR","2443 SOUTH JACKSON AVENUE","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","12102",6,36.204902,-95.976537,"WGS84","Antimony (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000909,0.000676,0.003,"2013-01-16 00:00",0.003,"2013-08-20 00:00",0.002,"2013-07-03 00:00",0.002,"2013-08-14 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0.001,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12103",6,36.204902,-95.976537,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000682,0.000471,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12105",6,36.204902,-95.976537,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.016386,0.015948,0.083,"2013-06-21 00:00",0.066,"2013-09-25 00:00",0.057,"2013-06-27 00:00",0.03,"2013-09-01 00:00","","","","",0.083,0.083,0.057,0.025,0.019,0.011,0.005,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12110",6,36.204902,-95.976537,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12112",6,36.204902,-95.976537,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002273,0.001149,0.007,"2013-06-27 00:00",0.005,"2013-07-09 00:00",0.004,"2013-06-21 00:00",0.004,"2013-09-25 00:00","","","","",0.007,0.007,0.004,0.003,0.003,0.002,0.001,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12113",6,36.204902,-95.976537,"WGS84","Cobalt (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000364,0.000685,0.003,"2013-01-28 00:00",0.002,"2013-03-29 00:00",0.002,"2013-08-26 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12128",6,36.204902,-95.976537,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.00345,0.001309,0.0064,"2013-07-03 00:00",0.0062,"2013-09-25 00:00",0.0059,"2013-03-29 00:00",0.0052,"2013-04-22 00:00","","","","",0.0064,0.0064,0.0059,0.0051,0.0044,0.0032,0.0021,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12132",6,36.204902,-95.976537,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.016886,0.011412,0.053,"2013-06-21 00:00",0.049,"2013-09-25 00:00",0.044,"2013-06-27 00:00",0.029,"2013-07-03 00:00","","","","",0.053,0.053,0.044,0.027,0.024,0.013,0.006,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12136",6,36.204902,-95.976537,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.001364,0.000685,0.004,"2013-06-27 00:00",0.003,"2013-06-21 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00","","","","",0.004,0.004,0.002,0.002,0.002,0.001,0.001,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12142",6,36.204902,-95.976537,"WGS84","Mercury (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.5e-05,6e-06,3e-05,"2013-06-03 00:00",3e-05,"2013-08-14 00:00",2e-05,"2013-01-16 00:00",2e-05,"2013-01-22 00:00","","","","",3e-05,3e-05,2e-05,2e-05,2e-05,1e-05,1e-05,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","12154",6,36.204902,-95.976537,"WGS84","Selenium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.000795,0.000462,0.002,"2013-09-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","14129",1,36.204902,-95.976537,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - ICP-MS Extracted on a hot plate with 3M HNO3 according to refrn methd. SW-846 Meth 6020A",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,0.00341,0.001687,0.009,"2013-12-12 00:00",0.007,"2013-10-01 00:00",0.007,"2013-12-18 00:00",0.006,"2013-01-22 00:00","","","","",0.009,0.007,0.006,0.006,0.004,0.003,0.002,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-07" +"40","143","1127","42101",1,36.204902,-95.976537,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8516,97,355,365,0,219,0,0,"Certification not required",21,0.208684,0.166726,1.62,"2013-01-23 19:00",1.6,"2013-01-19 23:00",1.55,"2013-11-27 20:00",1.53,"2013-01-19 21:00","","","","",0.91,0.76,0.56,0.39,0.22,0.16,0.08,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42101",1,36.204902,-95.976537,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8537,97,353,365,0,0,0,0,"Certification not required",0,0.20923,0.137111,1.3,"2013-01-20 01:00",1.3,"2013-01-20 02:00",1.3,"2013-01-20 03:00",1.2,"2013-01-20 00:00",1.3,"2013-01-20 01:00",1,"2013-02-02 02:00",0.8,0.6,0.5,0.4,0.2,0.2,0.1,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42153",6,36.204902,-95.976537,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.012,0.005045,0.03,"2013-06-27 00:00",0.03,"2013-08-14 00:00",0.02,"2013-01-04 00:00",0.02,"2013-05-16 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0.01,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","42401",1,36.204902,-95.976537,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8592,98,359,365,0,167,0,"","Certification not required",0,1.708078,3.317714,36.3,"2013-04-25 08:00",22.7,"2013-01-16 09:00",21,"2013-03-15 08:00",19.8,"2013-02-05 10:00","","","","",19.8,12.3,5.4,3.1,1.9,0.8,0.1,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","42401",1,36.204902,-95.976537,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8592,98,359,365,0,167,"","","Certification not required",0,0.490619,1.056618,36.3,"2013-04-25 08:00",23.2,"2013-04-25 07:00",22.7,"2013-01-16 09:00",21,"2013-03-15 08:00","","","","",3.9,2.6,1.7,1.1,0.6,0.3,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","42401",1,36.204902,-95.976537,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,0.491922,0.58268,5.1,"2013-03-15 00:00",3.3,"2013-02-05 00:00",3.3,"2013-04-25 00:00",3.1,"2013-01-23 00:00","","","","",3.1,2.2,1.5,1.1,0.6,0.4,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","42401",1,36.204902,-95.976537,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2838,97,358,365,0,0,"",0,"Certification not required",0,0.467407,0.905464,20.2,"2013-04-25 08:00",13.4,"2013-02-05 11:00",10.7,"2013-03-15 08:00",10.2,"2013-03-16 02:00","","","","",3.8,2.5,1.7,1.1,0.5,0.2,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","42401",2,36.204902,-95.976537,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",102884,98,360,365,0,2206,"","","Certification not required",0,0.493386,1.194142,83.5,"2013-04-25 07:55",82.2,"2013-04-25 07:50",62.3,"2013-04-25 07:45",55.9,"2013-04-25 08:00","","","","",3.7,2.6,1.7,1.1,0.5,0.3,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","42600",2,36.204902,-95.976537,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8619,98,363,365,0,103,"","","Certification not required",0,12.706729,17.973656,178.7,"2013-01-07 07:00",164.3,"2013-01-23 18:00",161.1,"2013-01-23 19:00",159.8,"2013-01-19 23:00","","","","",95.2,77.3,49.1,29.4,12.9,6.6,2.1,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42601",1,36.204902,-95.976537,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8643,99,363,365,0,92,"","","Certification not required",0,4.730152,13.830004,161.2,"2013-01-07 07:00",140,"2013-01-20 00:00",139.7,"2013-01-19 23:00",130.3,"2013-11-27 20:00","","","","",75.2,58.9,28.9,10.4,1.8,0.5,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42601",2,36.204902,-95.976537,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8630,99,363,365,0,104,"","","Certification not required",0,5.040162,13.732761,166.2,"2013-01-07 07:00",141.2,"2013-01-19 23:00",134.9,"2013-01-20 00:00",128.8,"2013-01-19 21:00","","","","",75.1,58.5,29.1,11.4,2.6,0.7,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42602",1,36.204902,-95.976537,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8643,99,363,365,0,92,0,"","Certification not required",0,18.53416,8.71298,42.8,"2013-02-05 18:00",41.7,"2013-01-23 17:00",40.4,"2013-07-03 20:00",40.2,"2013-04-25 07:00","","","","",40.2,38,34.2,31.1,24.4,17.7,8.2,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42602",1,36.204902,-95.976537,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8643,99,363,365,0,92,"","","Certification not required",0,7.854726,6.088411,42.8,"2013-02-05 18:00",41.7,"2013-01-23 17:00",40.4,"2013-07-03 20:00",40.2,"2013-04-25 07:00","","","","",29.7,26.4,20.9,16.3,10,5.8,2.5,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42603",1,36.204902,-95.976537,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8643,99,363,365,0,92,"","","Certification not required",0,12.631552,17.289063,170.5,"2013-01-07 07:00",166.7,"2013-01-23 18:00",155.4,"2013-01-19 23:00",152.9,"2013-01-20 00:00","","","","",93.3,75.3,47.4,28.2,12.8,6.7,2.8,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","42612",2,36.204902,-95.976537,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8606,98,363,365,0,112,"","","Certification not required",0,7.624495,6.705122,45.7,"2013-01-23 18:00",44.5,"2013-02-05 18:00",43.8,"2013-01-23 17:00",42.5,"2013-02-05 19:00","","","","",31.5,27.8,22.1,17.1,9.7,5.4,1.8,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","43205",6,36.204902,-95.976537,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.427733,0.767834,4.41,"2013-09-01 00:00",3.3,"2013-01-16 00:00",2.7,"2013-01-04 00:00",2.64,"2013-07-27 00:00","","","","",4.41,4.41,2.7,2.244,1.761,1.146,0.714,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43206",6,36.204902,-95.976537,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.209467,0.930679,5.34,"2013-01-16 00:00",4.4,"2013-01-04 00:00",2.76,"2013-01-22 00:00",1.938,"2013-02-21 00:00","","","","",5.34,5.34,2.76,1.836,1.3,0.942,0.546,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43208",6,36.204902,-95.976537,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.033422,0.005438,0.048,"2013-02-03 00:00",0.046,"2013-05-16 00:00",0.042,"2013-03-29 00:00",0.042,"2013-04-02 00:00","","","","",0.048,0.048,0.042,0.04,0.036,0.032,0.026,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43218",6,36.204902,-95.976537,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.163111,0.115401,0.63,"2013-01-16 00:00",0.44,"2013-01-04 00:00",0.39,"2013-09-25 00:00",0.38,"2013-01-22 00:00","","","","",0.63,0.63,0.39,0.31,0.18,0.13,0.07,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43233",6,36.204902,-95.976537,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",1,0.460622,0.29208,1.688,"2013-01-16 00:00",1.112,"2013-01-04 00:00",0.992,"2013-09-01 00:00",0.816,"2013-01-22 00:00","","","","",1.688,1.688,0.992,0.728,0.568,0.392,0.192,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43372",6,36.204902,-95.976537,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.039333,0.194976,1.29,"2013-06-27 00:00",0.18,"2013-09-01 00:00",0.17,"2013-06-03 00:00",0.13,"2013-08-08 00:00","","","","",1.29,1.29,0.17,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43373",6,36.204902,-95.976537,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43396",6,36.204902,-95.976537,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-22 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43438",6,36.204902,-95.976537,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43441",6,36.204902,-95.976537,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.021778,0.073494,0.44,"2013-06-27 00:00",0.15,"2013-05-16 00:00",0.14,"2013-05-28 00:00",0.12,"2013-03-29 00:00","","","","",0.44,0.44,0.14,0.08,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43502",6,36.204902,-95.976537,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.775556,1.607674,7.7,"2013-06-21 00:00",6.3,"2013-06-27 00:00",5.8,"2013-09-01 00:00",5.7,"2013-09-07 00:00","","","","",7.7,7.7,5.8,5.4,3.6,2.3,1.2,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43503",6,36.204902,-95.976537,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.304444,1.210363,5.3,"2013-06-27 00:00",4.6,"2013-09-07 00:00",4.4,"2013-09-01 00:00",4.3,"2013-07-09 00:00","","","","",5.3,5.3,4.4,4.1,3,2.3,0.9,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43504",6,36.204902,-95.976537,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.564444,0.351073,1.5,"2013-06-27 00:00",1.3,"2013-06-21 00:00",1.3,"2013-07-09 00:00",1.2,"2013-09-07 00:00","","","","",1.5,1.5,1.3,1.1,0.7,0.5,0.2,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43505",6,36.204902,-95.976537,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",40,66,39,61,0,6,"","","Certification not required",0,1.372,0.766699,2.8,"2013-06-09 00:00",2.77,"2013-01-28 00:00",2.74,"2013-03-23 00:00",2.74,"2013-08-26 00:00","","","","",2.8,2.8,2.77,2.74,2.17,1.06,0.61,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43510",6,36.204902,-95.976537,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.486756,0.239524,1.26,"2013-01-04 00:00",0.932,"2013-09-01 00:00",0.9,"2013-07-03 00:00",0.888,"2013-09-25 00:00","","","","",1.26,1.26,0.9,0.86,0.6,0.42,0.244,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43513",6,36.204902,-95.976537,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.005,0,0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43517",6,36.204902,-95.976537,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.291067,0.220222,0.858,"2013-09-25 00:00",0.804,"2013-05-28 00:00",0.804,"2013-06-21 00:00",0.78,"2013-08-14 00:00","","","","",0.858,0.858,0.804,0.582,0.384,0.216,0.084,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43518",6,36.204902,-95.976537,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.211932,0.11936,0.495,"2013-09-25 00:00",0.435,"2013-09-07 00:00",0.41,"2013-09-01 00:00",0.39,"2013-07-03 00:00","","","","",0.495,0.495,0.41,0.38,0.32,0.18,0.085,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43528",6,36.204902,-95.976537,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.9592,1.238947,5.6,"2013-06-21 00:00",4.16,"2013-06-27 00:00",3.532,"2013-07-09 00:00",2.732,"2013-06-15 00:00","","","","",5.6,5.6,3.532,2.52,1.416,0.392,0.064,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43551",6,36.204902,-95.976537,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.103733,1.286075,5.88,"2013-04-22 00:00",5.52,"2013-07-03 00:00",5.25,"2013-04-04 00:00",5.19,"2013-09-25 00:00","","","","",5.88,5.88,5.25,5.16,4.05,3.09,1.416,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43552",6,36.204902,-95.976537,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.830578,0.779204,5.32,"2013-01-04 00:00",2.072,"2013-01-16 00:00",1.564,"2013-06-09 00:00",1.512,"2013-04-28 00:00","","","","",5.32,5.32,1.564,1.3,0.952,0.612,0.372,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43560",6,36.204902,-95.976537,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.227111,0.154884,0.62,"2013-07-27 00:00",0.61,"2013-08-20 00:00",0.47,"2013-09-19 00:00",0.45,"2013-08-26 00:00","","","","",0.62,0.62,0.47,0.44,0.35,0.2,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43702",6,36.204902,-95.976537,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,3.036889,3.090446,21.2,"2013-07-21 00:00",6.96,"2013-09-25 00:00",5,"2013-01-28 00:00",4.62,"2013-09-19 00:00","","","","",21.2,21.2,5,4.6,3.66,2.52,1.09,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43704",6,36.204902,-95.976537,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.138,0.584417,3.48,"2013-06-09 00:00",1.52,"2013-07-27 00:00",1.21,"2013-08-20 00:00",0,"2013-01-04 00:00","","","","",3.48,3.48,1.21,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43801",6,36.204902,-95.976537,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.550222,0.081839,0.79,"2013-06-27 00:00",0.75,"2013-05-16 00:00",0.72,"2013-06-21 00:00",0.69,"2013-09-19 00:00","","","","",0.79,0.79,0.72,0.68,0.58,0.55,0.46,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43802",6,36.204902,-95.976537,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,43,61,0,2,"","","Certification not required",0,0.163409,0.118143,0.68,"2013-01-16 00:00",0.41,"2013-09-19 00:00",0.38,"2013-06-27 00:00",0.35,"2013-01-10 00:00","","","","",0.68,0.68,0.38,0.34,0.18,0.12,0.08,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43803",6,36.204902,-95.976537,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.008667,0.013751,0.04,"2013-07-03 00:00",0.04,"2013-07-27 00:00",0.04,"2013-09-07 00:00",0.03,"2013-03-29 00:00","","","","",0.04,0.04,0.04,0.03,0.02,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43804",6,36.204902,-95.976537,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.101556,0.015219,0.14,"2013-06-21 00:00",0.14,"2013-06-27 00:00",0.13,"2013-05-04 00:00",0.12,"2013-02-09 00:00","","","","",0.14,0.14,0.13,0.12,0.11,0.1,0.08,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43806",6,36.204902,-95.976537,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.000444,0.002084,0.01,"2013-06-27 00:00",0.01,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.01,0.01,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43811",6,36.204902,-95.976537,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.248844,0.032759,0.319,"2013-05-16 00:00",0.315,"2013-04-16 00:00",0.292,"2013-04-10 00:00",0.29,"2013-03-23 00:00","","","","",0.319,0.319,0.292,0.29,0.278,0.245,0.208,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43812",6,36.204902,-95.976537,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.002444,0.011512,0.06,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.06,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43813",6,36.204902,-95.976537,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43814",6,36.204902,-95.976537,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.012667,0.008893,0.03,"2013-05-16 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43815",6,36.204902,-95.976537,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.030889,0.02843,0.09,"2013-03-29 00:00",0.07,"2013-04-02 00:00",0.07,"2013-04-28 00:00",0.07,"2013-05-10 00:00","","","","",0.09,0.09,0.07,0.07,0.06,0.03,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43817",6,36.204902,-95.976537,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.032,0.028967,0.14,"2013-07-21 00:00",0.12,"2013-04-02 00:00",0.08,"2013-01-22 00:00",0.08,"2013-07-03 00:00","","","","",0.14,0.14,0.08,0.07,0.04,0.03,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43818",6,36.204902,-95.976537,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.001333,0.004045,0.02,"2013-09-13 00:00",0.01,"2013-03-29 00:00",0.01,"2013-04-02 00:00",0.01,"2013-07-21 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43819",6,36.204902,-95.976537,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.010222,0.005834,0.02,"2013-02-03 00:00",0.02,"2013-02-21 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-02 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43820",6,36.204902,-95.976537,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43821",6,36.204902,-95.976537,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.165156,0.01943,0.202,"2013-04-02 00:00",0.198,"2013-03-29 00:00",0.198,"2013-04-10 00:00",0.196,"2013-06-21 00:00","","","","",0.202,0.202,0.198,0.192,0.178,0.166,0.136,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43823",6,36.204902,-95.976537,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.489333,0.066892,0.63,"2013-04-16 00:00",0.63,"2013-05-16 00:00",0.59,"2013-05-10 00:00",0.58,"2013-05-04 00:00","","","","",0.63,0.63,0.59,0.57,0.55,0.48,0.41,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43824",6,36.204902,-95.976537,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.005111,0.015466,0.09,"2013-03-29 00:00",0.03,"2013-01-10 00:00",0.03,"2013-05-16 00:00",0.03,"2013-08-02 00:00","","","","",0.09,0.09,0.03,0.02,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43826",6,36.204902,-95.976537,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43828",6,36.204902,-95.976537,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43829",6,36.204902,-95.976537,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43830",6,36.204902,-95.976537,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43831",6,36.204902,-95.976537,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43832",6,36.204902,-95.976537,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43835",6,36.204902,-95.976537,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43836",6,36.204902,-95.976537,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43838",6,36.204902,-95.976537,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43839",6,36.204902,-95.976537,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43843",6,36.204902,-95.976537,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43844",6,36.204902,-95.976537,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.004889,0.012545,0.06,"2013-09-25 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-02 00:00",0.03,"2013-05-16 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","43860",6,36.204902,-95.976537,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","44201",1,36.204902,-95.976537,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8668,99,272,275,0,67,0,0,"Certification not required",1010,0.048985,0.012497,0.089,"2013-09-04 16:00",0.085,"2013-09-07 15:00",0.083,"2013-07-11 14:00",0.081,"2013-09-05 16:00","","","","",0.083,0.077,0.072,0.065,0.057,0.049,0.039,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","44201",1,36.204902,-95.976537,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8692,99,272,275,0,0,0,0,"Certification not required",0,0.043842,0.011808,0.076,"2013-09-04 10:00",0.076,"2013-09-07 10:00",0.074,"2013-09-05 10:00",0.072,"2013-07-13 10:00","","","","",0.074,0.069,0.064,0.059,0.052,0.044,0.034,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","44201",1,36.204902,-95.976537,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8692,99,272,275,0,0,2,2,"Certification not required",0,0.043842,0.011808,0.076,"2013-09-04 10:00",0.076,"2013-09-07 10:00",0.074,"2013-09-05 10:00",0.072,"2013-07-13 10:00","","","","",0.074,0.069,0.064,0.059,0.052,0.044,0.034,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","45109",6,36.204902,-95.976537,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,2.025778,1.536128,8.64,"2013-01-16 00:00",6.1,"2013-09-25 00:00",5.07,"2013-01-04 00:00",3.86,"2013-08-20 00:00","","","","",8.64,8.64,5.07,3.68,2.34,1.54,0.77,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45201",6,36.204902,-95.976537,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,1.791778,0.802469,4.27,"2013-01-16 00:00",3.82,"2013-09-25 00:00",3.54,"2013-01-04 00:00",3.36,"2013-08-20 00:00","","","","",4.27,4.27,3.54,3.25,1.92,1.55,1.04,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45202",6,36.204902,-95.976537,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,4.525778,3.606403,20.3,"2013-01-16 00:00",12.46,"2013-09-25 00:00",11.06,"2013-06-27 00:00",10.01,"2013-01-10 00:00","","","","",20.3,20.3,11.06,9.8,5.08,3.71,1.44,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45203",6,36.204902,-95.976537,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.775333,0.541495,3.09,"2013-01-16 00:00",2.26,"2013-09-25 00:00",1.7,"2013-01-04 00:00",1.42,"2013-08-20 00:00","","","","",3.09,3.09,1.7,1.33,0.87,0.61,0.33,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45204",6,36.204902,-95.976537,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.855333,0.640637,3.47,"2013-01-16 00:00",2.62,"2013-09-25 00:00",2.24,"2013-01-04 00:00",1.72,"2013-08-20 00:00","","","","",3.47,3.47,2.24,1.54,0.98,0.69,0.34,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45207",6,36.204902,-95.976537,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",12,0.282,0.219412,1.071,"2013-01-16 00:00",0.918,"2013-01-04 00:00",0.882,"2013-09-25 00:00",0.558,"2013-01-22 00:00","","","","",1.071,1.071,0.882,0.558,0.324,0.243,0.0855,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45208",6,36.204902,-95.976537,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",1,0.8248,0.675374,3.384,"2013-01-16 00:00",2.934,"2013-01-04 00:00",2.52,"2013-09-25 00:00",1.773,"2013-08-20 00:00","","","","",3.384,3.384,2.52,1.521,0.954,0.657,0.306,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45220",6,36.204902,-95.976537,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.193778,0.161446,0.72,"2013-06-27 00:00",0.63,"2013-09-25 00:00",0.49,"2013-01-04 00:00",0.48,"2013-01-16 00:00","","","","",0.72,0.72,0.49,0.38,0.24,0.19,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45501",6,36.204902,-95.976537,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.154622,0.068045,0.364,"2013-06-21 00:00",0.301,"2013-07-03 00:00",0.28,"2013-09-07 00:00",0.28,"2013-09-25 00:00","","","","",0.364,0.364,0.28,0.273,0.175,0.14,0.084,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45503",6,36.204902,-95.976537,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45504",6,36.204902,-95.976537,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,3,"","","Certification not required",1,0.192476,0.116301,0.512,"2013-09-07 00:00",0.456,"2013-07-03 00:00",0.416,"2013-09-25 00:00",0.384,"2013-06-21 00:00","","","","",0.512,0.512,0.416,0.368,0.264,0.184,0.072,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45801",6,36.204902,-95.976537,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.009778,0.065591,0.44,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.44,0.44,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45805",6,36.204902,-95.976537,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",45,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45806",6,36.204902,-95.976537,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",44,0.1,0.14758,1.068,"2013-04-02 00:00",0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00","","","","",1.068,1.068,0.078,0.078,0.078,0.078,0.078,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45807",6,36.204902,-95.976537,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.094889,0.103433,0.66,"2013-07-21 00:00",0.21,"2013-05-16 00:00",0.16,"2013-07-03 00:00",0.16,"2013-08-20 00:00","","","","",0.66,0.66,0.16,0.16,0.13,0.1,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","45810",6,36.204902,-95.976537,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",45,74,44,61,0,1,"","","Certification not required",0,0.001111,0.007454,0.05,"2013-03-29 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.05,0.05,0,0,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-12-03" +"40","143","1127","61103",2,36.204902,-95.976537,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Knots","No Events",5428,62,226,365,0,3308,"","","Certification not required",0,4.970818,3.445692,16.5,"2013-02-18 05:00",16.5,"2013-05-28 09:00",15.6,"2013-02-18 00:00",15.6,"2013-02-18 04:00","","","","",13,12.2,11.3,9.6,7.8,4.3,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","61104",2,36.204902,-95.976537,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","RM Young Ultrasonic Wind Sensor model 85004 - Vector Average Data Logger",2013,"Degrees Compass","No Events",5428,62,226,365,0,3308,"","","Certification not required",0,184.647937,104.349433,359,"2013-01-01 16:00",359,"2013-01-01 20:00",359,"2013-01-12 10:00",359,"2013-01-15 07:00","","","","",358,355,349,335,272,181,19,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","62101",2,36.204902,-95.976537,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Degrees Fahrenheit","No Events",5521,63,230,365,0,3215,"","","Certification not required",0,55.108495,20.716321,101,"2013-07-10 16:00",100,"2013-07-10 14:00",100,"2013-07-10 15:00",100,"2013-07-23 15:00","","","","",95,93,89,83,73,54,29,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","62201",2,36.204902,-95.976537,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",5521,63,230,365,0,3215,"","","Certification not required",0,62.485238,20.658608,97,"2013-01-09 06:00",97,"2013-01-09 07:00",97,"2013-01-09 08:00",97,"2013-07-21 06:00","","","","",96,95,94,91,81,63,33,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68102",1,36.204902,-95.976537,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",324,100,55,61,0,0,"","","Certification not required",0,23.991358,0.048373,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68102",2,36.204902,-95.976537,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",55,90,55,61,0,0,"","","Certification not required",0,23.998182,0.045096,24.1,"2013-02-21 00:00",24.1,"2013-07-27 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00","","","","",24.1,24.1,24,24,24,24,24,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68103",5,36.204902,-95.976537,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,10.642353,9.881637,26.2,"2013-07-09 00:00",25.2,"2013-06-12 00:00",25.2,"2013-06-24 00:00",24.9,"2013-09-01 00:00","","","","",26.2,25.2,24.4,23.3,20.1,10,-2.9,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","68104",5,36.204902,-95.976537,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,23.869412,10.115547,39.1,"2013-06-27 00:00",38.6,"2013-08-29 00:00",38,"2013-08-05 00:00",37.9,"2013-09-07 00:00","","","","",39.1,38.6,37.7,35.2,32.7,27,9.8,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","68105",1,36.204902,-95.976537,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",307,100,55,61,0,17,"","","Certification not required",0,17.947231,9.488129,33.4,"2013-08-31 00:00",32.9,"2013-07-23 00:00",32.9,"2013-08-06 00:00",32.7,"2013-06-27 00:00","","","","",32.7,32.1,31,29.8,26.7,19.2,4.2,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68105",2,36.204902,-95.976537,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,3,"","","Certification not required",0,15.609615,9.672748,30.3,"2013-07-09 00:00",30.1,"2013-06-27 00:00",28.2,"2013-06-21 00:00",28.2,"2013-08-02 00:00","","","","",30.3,30.1,28.2,27.7,24.2,18.3,2,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68105",5,36.204902,-95.976537,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,17.254118,9.657363,32.1,"2013-07-09 00:00",31.9,"2013-06-27 00:00",31.3,"2013-08-05 00:00",30.2,"2013-06-12 00:00","","","","",32.1,31.9,30.2,28.8,25.7,19.5,3.1,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","68106",5,36.204902,-95.976537,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,748.764706,3.640536,759,"2013-01-04 00:00",758,"2013-03-26 00:00",756,"2013-02-15 00:00",756,"2013-03-02 00:00","","","","",759,758,755,753,751,749,744,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","68107",5,36.204902,-95.976537,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,753.258824,3.86114,763,"2013-03-26 00:00",762,"2013-01-04 00:00",762,"2013-01-31 00:00",761,"2013-02-15 00:00","","","","",763,762,761,760,755,753,749,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","68108",1,36.204902,-95.976537,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",307,100,55,61,0,17,"","","Certification not required",0,744.840391,4.482055,762,"2013-11-12 00:00",760,"2013-11-23 00:00",758,"2013-11-24 00:00",757,"2013-11-13 00:00","","","","",757,754,753,751,747,745,740,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68108",2,36.204902,-95.976537,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,3,"","","Certification not required",0,745.673077,5.008703,763,"2013-11-12 00:00",759,"2013-11-24 00:00",754,"2013-02-15 00:00",754,"2013-10-25 00:00","","","","",763,759,754,751,748,745,741,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","68108",5,36.204902,-95.976537,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,750.8,3.689754,760,"2013-01-04 00:00",760,"2013-03-26 00:00",759,"2013-02-15 00:00",758,"2013-03-02 00:00","","","","",760,760,758,756,753,750,746,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","81102",1,36.204902,-95.976537,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",325,90,110,122,0,9,0,0,"Certification not required",3,19.163077,10.355466,74,"2013-06-22 00:00",67,"2013-06-21 00:00",66,"2013-06-26 00:00",62,"2013-06-25 00:00","","","","",62,46,36,32,25,17,8,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","86101",1,36.204902,-95.976537,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",317,100,108,122,0,17,"","","Certification not required",0,10.18265,6.33745,44.2,"2013-06-22 00:00",40,"2013-06-21 00:00",39.3,"2013-06-26 00:00",38.5,"2013-06-25 00:00","","","","",38.5,27.1,20.6,17.8,13.1,9.1,3.9,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","88101",1,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,10,0,0,"Certification not required",0,9.025309,4.482948,27.4,"2013-06-22 00:00",26.3,"2013-05-18 00:00",24.2,"2013-06-21 00:00",23.4,"2013-06-26 00:00","","","","",23.4,20.4,16.8,15.3,11.3,8.4,4,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","88101",1,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,10,"","","Certification not required",0,9.025309,4.482948,27.4,"2013-06-22 00:00",26.3,"2013-05-18 00:00",24.2,"2013-06-21 00:00",23.4,"2013-06-26 00:00","","","","",23.4,20.4,16.8,15.3,11.3,8.4,4,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","88101",2,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,0,0,"Certification not required",0,9.216364,5.133072,24,"2013-06-21 00:00",21.4,"2013-09-01 00:00",19.1,"2013-06-27 00:00",18.2,"2013-09-07 00:00","","","","",24,21.4,19.1,16.7,11.6,8.5,4,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","88101",2,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",55,90,55,61,0,1,"","","Certification not required",0,9.216364,5.133072,24,"2013-06-21 00:00",21.4,"2013-09-01 00:00",19.1,"2013-06-27 00:00",18.2,"2013-09-07 00:00","","","","",24,21.4,19.1,16.7,11.6,8.5,4,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-09" +"40","143","1127","88101",3,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific Model 5030 SHARP w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4422,50,188,365,0,66,"","","Certification not required",0,9.733853,6.241854,80.4,"2013-09-10 02:00",59.8,"2013-07-05 00:00",54.3,"2013-12-20 06:00",53.5,"2013-12-01 19:00","","","","",29.7,24.6,20.2,17.1,13,8.7,3.1,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","88101",3,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",183,50,183,365,0,0,0,0,"Certification not required",0,9.689617,4.640523,31.7,"2013-12-01 00:00",26.1,"2013-07-04 00:00",22.6,"2013-07-05 00:00",22,"2013-11-15 00:00","","","","",26.1,22,17.8,15.3,12.6,8.8,4.9,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","88101",3,36.204902,-95.976537,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",183,50,183,365,0,0,"","","Certification not required",0,9.689617,4.640523,31.7,"2013-12-01 00:00",26.1,"2013-07-04 00:00",22.6,"2013-07-05 00:00",22,"2013-11-15 00:00","","","","",26.1,22,17.8,15.3,12.6,8.8,4.9,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-01-29" +"40","143","1127","88102",5,36.204902,-95.976537,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",77,0.020078,0.007172,0.067,"2013-06-24 00:00",0.038,"2013-05-16 00:00",0.034,"2013-01-28 00:00",0.029,"2013-05-01 00:00","","","","",0.067,0.038,0.026,0.026,0.021,0.0195,0.014,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88103",5,36.204902,-95.976537,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.00041,0.000716,0.003,"2013-02-21 00:00",0.002,"2013-02-06 00:00",0.002,"2013-03-14 00:00",0.002,"2013-03-17 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88104",5,36.204902,-95.976537,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",41,0.055151,0.113203,0.727,"2013-06-24 00:00",0.638,"2013-06-27 00:00",0.274,"2013-07-30 00:00",0.224,"2013-05-19 00:00","","","","",0.727,0.638,0.197,0.145,0.047,0.013,0.0065,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88107",5,36.204902,-95.976537,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.006898,0.006937,0.04,"2013-07-03 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-08-17 00:00","","","","",0.04,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88109",5,36.204902,-95.976537,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",17,0.003116,0.001764,0.0083,"2013-03-29 00:00",0.0081,"2013-01-19 00:00",0.0076,"2013-01-01 00:00",0.0068,"2013-11-06 00:00","","","","",0.0083,0.0081,0.006,0.0053,0.0042,0.003,0.0009,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88110",5,36.204902,-95.976537,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.001711,0.004236,0.026,"2013-06-24 00:00",0.014,"2013-02-03 00:00",0.013,"2013-08-14 00:00",0.012,"2013-04-16 00:00","","","","",0.026,0.014,0.011,0.007,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88111",5,36.204902,-95.976537,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",5,0.055104,0.049052,0.236,"2013-06-24 00:00",0.234,"2013-06-27 00:00",0.177,"2013-09-10 00:00",0.167,"2013-09-25 00:00","","","","",0.236,0.234,0.159,0.116,0.0666,0.0392,0.0149,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88112",5,36.204902,-95.976537,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.004,0.009213,0.069,"2013-09-25 00:00",0.042,"2013-09-22 00:00",0.027,"2013-10-10 00:00",0.015,"2013-10-04 00:00","","","","",0.069,0.042,0.012,0.006,0.003,0.002,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88113",5,36.204902,-95.976537,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",72,0.000812,0.000397,0.0028,"2013-07-12 00:00",0.002,"2013-08-23 00:00",0.0019,"2013-08-11 00:00",0.0018,"2013-06-27 00:00","","","","",0.0028,0.002,0.0016,0.0014,0.0007,0.0007,0.00055,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88114",5,36.204902,-95.976537,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",23,0.006309,0.006418,0.033,"2013-07-03 00:00",0.0274,"2013-11-06 00:00",0.025,"2013-09-25 00:00",0.0202,"2013-08-20 00:00","","","","",0.033,0.0274,0.0188,0.015,0.0096,0.0043,0.00095,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88115",5,36.204902,-95.976537,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",55,0.006839,0.006604,0.0465,"2013-08-05 00:00",0.0316,"2013-07-03 00:00",0.018,"2013-05-19 00:00",0.017,"2013-06-27 00:00","","","","",0.0465,0.0316,0.0161,0.0131,0.009,0.00405,0.0025,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88117",5,36.204902,-95.976537,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.006339,0.009363,0.043,"2013-05-16 00:00",0.043,"2013-07-21 00:00",0.043,"2013-08-17 00:00",0.043,"2013-09-25 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88118",5,36.204902,-95.976537,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",80,0.00913,0.006152,0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00",0.023,"2013-08-17 00:00",0.023,"2013-09-25 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88126",5,36.204902,-95.976537,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.076536,0.07437,0.47,"2013-06-24 00:00",0.419,"2013-06-27 00:00",0.246,"2013-07-30 00:00",0.23,"2013-09-25 00:00","","","","",0.47,0.419,0.176,0.138,0.0958,0.0596,0.022,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88128",5,36.204902,-95.976537,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.000783,0.001362,0.006,"2013-01-01 00:00",0.005,"2013-02-24 00:00",0.004,"2013-01-31 00:00",0.004,"2013-07-03 00:00","","","","",0.006,0.005,0.004,0.003,0.001,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88131",5,36.204902,-95.976537,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.00953,0.003357,0.022,"2013-04-13 00:00",0.0165,"2013-03-02 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-07 00:00","","","","",0.022,0.0165,0.0165,0.0165,0.011,0.008,0.007,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88132",5,36.204902,-95.976537,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.002398,0.002321,0.01,"2013-06-24 00:00",0.009,"2013-09-25 00:00",0.008,"2013-06-27 00:00",0.007,"2013-07-03 00:00","","","","",0.01,0.009,0.007,0.006,0.004,0.002,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88136",5,36.204902,-95.976537,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.000325,0.000683,0.004,"2013-05-19 00:00",0.002,"2013-01-31 00:00",0.002,"2013-05-16 00:00",0.002,"2013-06-27 00:00","","","","",0.004,0.002,0.002,0.001,0,0,0,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88140",5,36.204902,-95.976537,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",80,0.008066,0.007817,0.071,"2013-07-03 00:00",0.0312,"2013-10-16 00:00",0.021,"2013-08-05 00:00",0.009,"2013-01-01 00:00","","","","",0.071,0.0312,0.009,0.009,0.009,0.006,0.00475,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88152",5,36.204902,-95.976537,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",83,0.005756,0.001552,0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88154",5,36.204902,-95.976537,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",80,0.00107,0.000285,0.0019,"2013-05-13 00:00",0.0015,"2013-03-17 00:00",0.0015,"2013-03-29 00:00",0.0013,"2013-01-01 00:00","","","","",0.0019,0.0015,0.0013,0.0013,0.0013,0.00125,0.00065,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88160",5,36.204902,-95.976537,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",79,0.013133,0.005791,0.047,"2013-01-04 00:00",0.033,"2013-07-12 00:00",0.025,"2013-10-19 00:00",0.023,"2013-03-14 00:00","","","","",0.047,0.033,0.018,0.018,0.016,0.01,0.01,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88161",5,36.204902,-95.976537,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",68,0.004546,0.007695,0.052,"2013-06-24 00:00",0.046,"2013-06-27 00:00",0.0233,"2013-07-30 00:00",0.015,"2013-09-25 00:00","","","","",0.052,0.046,0.0109,0.0072,0.00265,0.0025,0.0021,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88164",5,36.204902,-95.976537,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.001643,0.000385,0.0044,"2013-07-03 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00","","","","",0.0044,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88165",5,36.204902,-95.976537,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",3,0.129307,0.240644,1.56,"2013-06-24 00:00",1.34,"2013-06-27 00:00",0.67,"2013-07-30 00:00",0.582,"2013-09-25 00:00","","","","",1.56,1.34,0.44,0.236,0.118,0.053,0.018,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88166",5,36.204902,-95.976537,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",81,0.007669,0.004421,0.019,"2013-05-04 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-05-07 00:00",0.0185,"2013-06-03 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88167",5,36.204902,-95.976537,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",18,0.006522,0.004902,0.0245,"2013-01-10 00:00",0.0228,"2013-01-01 00:00",0.0224,"2013-04-25 00:00",0.0157,"2013-02-24 00:00","","","","",0.0245,0.0228,0.0147,0.0107,0.0093,0.0054,0.0013,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88168",5,36.204902,-95.976537,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",78,0.001867,0.005294,0.049,"2013-07-03 00:00",0.0075,"2013-02-12 00:00",0.0026,"2013-04-16 00:00",0.0026,"2013-06-24 00:00","","","","",0.049,0.0075,0.002,0.00175,0.0012,0.00115,0.00085,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88169",5,36.204902,-95.976537,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.652372,0.362193,1.72,"2013-08-17 00:00",1.67,"2013-09-01 00:00",1.42,"2013-05-19 00:00",1.42,"2013-08-23 00:00","","","","",1.72,1.67,1.41,1.08,0.889,0.606,0.231,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88176",5,36.204902,-95.976537,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",82,0.000952,0.000217,0.0016,"2013-01-16 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-05-07 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88180",5,36.204902,-95.976537,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.06954,0.109637,0.996,"2013-07-03 00:00",0.211,"2013-07-06 00:00",0.159,"2013-06-27 00:00",0.155,"2013-06-24 00:00","","","","",0.996,0.211,0.148,0.102,0.0786,0.0531,0.0202,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88184",5,36.204902,-95.976537,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",61,0.042084,0.055182,0.262,"2013-06-27 00:00",0.246,"2013-05-19 00:00",0.233,"2013-01-28 00:00",0.221,"2013-06-24 00:00","","","","",0.262,0.246,0.217,0.089,0.037,0.02,0.0155,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88185",5,36.204902,-95.976537,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",79,0.003258,0.003657,0.0187,"2013-01-19 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-07 00:00","","","","",0.0187,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88301",5,36.204902,-95.976537,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",3,0.550929,0.446398,2.6,"2013-02-27 00:00",1.92,"2013-01-01 00:00",1.73,"2013-02-09 00:00",1.33,"2013-03-02 00:00","","","","",2.6,1.92,1.33,1.04,0.765,0.456,0.089,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88302",5,36.204902,-95.976537,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",8,0.064438,0.066764,0.32,"2013-07-09 00:00",0.3,"2013-05-19 00:00",0.26,"2013-01-28 00:00",0.25,"2013-06-27 00:00","","","","",0.32,0.3,0.223,0.15,0.07,0.042,0.015,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88303",5,36.204902,-95.976537,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",19,0.050012,0.096148,0.879,"2013-07-03 00:00",0.168,"2013-05-19 00:00",0.16,"2013-07-12 00:00",0.128,"2013-07-06 00:00","","","","",0.879,0.168,0.101,0.078,0.0497,0.033,0.012,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88306",5,36.204902,-95.976537,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.820035,0.986322,5.82,"2013-02-27 00:00",4.61,"2013-01-01 00:00",4.21,"2013-02-09 00:00",2.59,"2013-02-24 00:00","","","","",5.82,4.61,2.54,1.94,0.978,0.446,0.209,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88355",5,36.204902,-95.976537,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",0,2.144463,1.128179,4.69,"2013-09-07 00:00",4.61,"2013-09-01 00:00",4.46,"2013-09-10 00:00",4.05,"2013-08-23 00:00","","","","",4.69,4.61,4.46,3.82,2.89,1.9,0.822,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88357",5,36.204902,-95.976537,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.20037,0.101631,0.467,"2013-01-16 00:00",0.412,"2013-01-04 00:00",0.383,"2013-09-04 00:00",0.375,"2013-09-10 00:00","","","","",0.467,0.412,0.383,0.33,0.263,0.185,0.092,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88370",5,36.204902,-95.976537,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",0,1.978352,1.0291,4.38,"2013-09-07 00:00",4.27,"2013-09-01 00:00",4.16,"2013-09-10 00:00",3.65,"2013-03-29 00:00","","","","",4.38,4.27,4.16,3.53,2.56,1.89,0.793,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88374",5,36.204902,-95.976537,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.154111,0.148427,0.628,"2013-09-07 00:00",0.53,"2013-09-01 00:00",0.454,"2013-08-17 00:00",0.451,"2013-08-23 00:00","","","","",0.628,0.53,0.454,0.392,0.245,0.101,0.023,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88375",5,36.204902,-95.976537,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",0,0.510259,0.285603,1.26,"2013-09-10 00:00",1.16,"2013-09-01 00:00",1.09,"2013-09-07 00:00",0.988,"2013-07-18 00:00","","","","",1.26,1.16,1.09,0.895,0.668,0.473,0.183,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88376",5,36.204902,-95.976537,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",0,0.601222,0.304208,1.36,"2013-08-14 00:00",1.25,"2013-03-29 00:00",1.16,"2013-09-10 00:00",1.16,"2013-10-10 00:00","","","","",1.36,1.25,1.16,1.02,0.803,0.551,0.254,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88377",5,36.204902,-95.976537,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.379204,0.226623,0.993,"2013-09-10 00:00",0.976,"2013-09-07 00:00",0.779,"2013-08-20 00:00",0.777,"2013-03-29 00:00","","","","",0.993,0.976,0.779,0.731,0.504,0.325,0.146,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88378",5,36.204902,-95.976537,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.334574,0.168578,0.828,"2013-09-01 00:00",0.814,"2013-08-11 00:00",0.686,"2013-09-07 00:00",0.602,"2013-08-23 00:00","","","","",0.828,0.814,0.686,0.479,0.411,0.354,0.113,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88380",5,36.204902,-95.976537,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.365741,0.190218,0.771,"2013-08-23 00:00",0.747,"2013-01-16 00:00",0.669,"2013-09-10 00:00",0.632,"2013-08-20 00:00","","","","",0.771,0.747,0.669,0.618,0.525,0.355,0.141,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88383",5,36.204902,-95.976537,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.642246,0.314892,1.31,"2013-08-23 00:00",1.29,"2013-09-01 00:00",1.22,"2013-09-07 00:00",1.15,"2013-08-11 00:00","","","","",1.31,1.29,1.22,0.991,0.854,0.631,0.252,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88384",5,36.204902,-95.976537,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.05793,0.0234,0.111,"2013-08-08 00:00",0.108,"2013-08-11 00:00",0.101,"2013-08-29 00:00",0.0938,"2013-09-25 00:00","","","","",0.111,0.108,0.101,0.0918,0.0736,0.0589,0.0301,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88385",5,36.204902,-95.976537,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",52,0.001126,0.000657,0.00499,"2013-08-11 00:00",0.00379,"2013-07-30 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00499,0.00379,0.001,0.001,0.001,0.001,0.001,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88388",5,36.204902,-95.976537,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",54,44,54,122,0,35,"","","Certification not required",1,0.499796,0.258062,1.16,"2013-09-01 00:00",1.07,"2013-08-23 00:00",1.03,"2013-08-11 00:00",0.99,"2013-09-07 00:00","","","","",1.16,1.07,1.03,0.806,0.676,0.471,0.201,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88403",5,36.204902,-95.976537,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,1.660459,0.884494,3.95,"2013-08-17 00:00",3.71,"2013-05-19 00:00",3.67,"2013-09-01 00:00",3.63,"2013-08-23 00:00","","","","",3.95,3.71,3.26,2.71,2.21,1.58,0.529,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88502",3,36.204902,-95.976537,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4184,98,175,177,0,64,"","","Certification not required",0,10.992376,6.457897,62.9,"2013-03-14 22:00",51.9,"2013-03-07 20:00",47.4,"2013-03-14 21:00",46.2,"2013-03-07 00:00","","","","",31.5,29.3,22.8,18.8,14,10,4.1,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-11-21" +"40","143","1127","88502",3,36.204902,-95.976537,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",175,99,175,177,0,0,"","","Certification not required",0,10.921143,4.888041,30.3,"2013-05-18 00:00",29.6,"2013-06-22 00:00",27.2,"2013-06-21 00:00",26.2,"2013-03-07 00:00","","","","",29.6,26.2,20,16.7,13.1,9.8,5.7,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-11-21" +"40","143","1127","88502",5,36.204902,-95.976537,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,9.23012,4.348696,21.1,"2013-07-06 00:00",18.2,"2013-07-03 00:00",18.2,"2013-09-01 00:00",18.1,"2013-06-27 00:00","","","","",21.1,18.2,17.9,15.2,12,8.9,4,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2014-02-14" +"40","143","1127","88503",3,36.204902,-95.976537,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4183,98,175,177,0,64,"","","Certification not required",0,-1.982525,2.007918,8.6,"2013-05-18 23:00",7,"2013-05-31 18:00",6.4,"2013-04-10 01:00",6.3,"2013-02-21 06:00","","","","",2.7,2,0.9,0.3,-0.7,-1.9,-4.3,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-09-11" +"40","143","1127","88503",3,36.204902,-95.976537,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",175,99,175,177,0,0,"","","Certification not required",0,-1.941714,0.978932,0.6,"2013-04-18 00:00",0.1,"2013-03-05 00:00",-0.1,"2013-02-18 00:00",-0.1,"2013-04-10 00:00","","","","",0.1,-0.1,-0.6,-0.9,-1.3,-1.7,-3.2,"NORTH TULSA - FIRE STATION#24","3520 1/2 N. PEORIA","Oklahoma","Tulsa","Tulsa","Tulsa, OK","2013-09-11" +"41","001","0004","11203",1,44.78822,-117.8446,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7291,83,304,365,0,5,"","","Certification not required",0,0.552462,0.375184,4.1,"2013-01-15 18:00",3.6,"2013-02-08 01:00",3.2,"2013-01-15 22:00",3.2,"2013-01-25 00:00","","","","",2,1.8,1.4,1,0.6,0.4,0.3,"US FOREST SERVICE OFFICE - BAKER CITY","3285 11TH ST, US FOREST SERVICE OFFICE - BAKER CITY","Oregon","Baker","Baker City","","2014-02-13" +"41","001","0004","88502",3,44.78822,-117.8446,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7291,83,304,365,0,5,"","","Certification not required",0,8.282088,6.047141,66.2,"2013-01-15 18:00",57.7,"2013-02-08 01:00",51.4,"2013-01-25 00:00",50.8,"2013-01-15 22:00","","","","",31.3,27.2,20.9,15,10.1,7.1,2.9,"US FOREST SERVICE OFFICE - BAKER CITY","3285 11TH ST, US FOREST SERVICE OFFICE - BAKER CITY","Oregon","Baker","Baker City","","2014-02-13" +"41","001","0004","88502",3,44.78822,-117.8446,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,8.232566,4.853391,32.5,"2013-01-21 00:00",28.8,"2013-01-08 00:00",27.1,"2013-01-24 00:00",26.6,"2013-01-19 00:00","","","","",26.6,24.2,16.3,12.8,10.1,7.5,3.4,"US FOREST SERVICE OFFICE - BAKER CITY","3285 11TH ST, US FOREST SERVICE OFFICE - BAKER CITY","Oregon","Baker","Baker City","","2014-02-13" +"41","003","0013","11203",1,44.5884,-123.2673,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7197,82,299,365,0,99,"","","Certification not required",0,0.454578,0.280772,3.4,"2013-01-02 21:00",3.3,"2013-01-25 19:00",3.1,"2013-01-02 20:00",2.9,"2013-01-12 20:00","","","","",1.5,1.3,1.1,0.8,0.5,0.4,0.3,"NW CORNER OF ATHLETIC FIELD AT HIGHLAND VIEW INTERMEDIATE SCHOOL","1310 NW CIRCLE BLVD","Oregon","Benton","Corvallis","Corvallis, OR","2014-02-13" +"41","003","0013","88502",3,44.5884,-123.2673,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7197,82,299,365,0,99,"","","Certification not required",0,5.095165,5.035746,57.4,"2013-01-02 21:00",56.1,"2013-01-25 19:00",53,"2013-01-02 20:00",49.4,"2013-01-12 20:00","","","","",24.6,20.2,15.9,11.6,5.8,3.3,1.5,"NW CORNER OF ATHLETIC FIELD AT HIGHLAND VIEW INTERMEDIATE SCHOOL","1310 NW CIRCLE BLVD","Oregon","Benton","Corvallis","Corvallis, OR","2014-02-13" +"41","003","0013","88502",3,44.5884,-123.2673,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,5.056522,4.202634,21.7,"2013-01-02 00:00",21.5,"2013-01-05 00:00",18.8,"2013-01-12 00:00",18.7,"2013-01-23 00:00","","","","",18.8,17.7,15.6,11.8,5.5,3.5,1.6,"NW CORNER OF ATHLETIC FIELD AT HIGHLAND VIEW INTERMEDIATE SCHOOL","1310 NW CIRCLE BLVD","Oregon","Benton","Corvallis","Corvallis, OR","2014-02-13" +"41","005","0004","11203",1,45.25928,-122.588151,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",2208,25,92,365,0,0,"","","Certification not required",0,0.405344,0.123344,1,"2013-08-09 23:00",1,"2013-08-10 00:00",1,"2013-08-10 01:00",1,"2013-08-10 02:00","","","","",0.8,0.7,0.6,0.6,0.5,0.4,0.3,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0004","44201",1,45.25928,-122.588151,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3668,100,153,153,0,4,0,0,"Certification not required",58,0.043379,0.011731,0.08,"2013-09-11 15:00",0.07,"2013-05-10 15:00",0.068,"2013-05-06 16:00",0.067,"2013-07-01 17:00","","","","",0.07,0.067,0.065,0.061,0.052,0.041,0.029,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0004","44201",1,45.25928,-122.588151,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.037562,0.009921,0.065,"2013-09-11 11:00",0.061,"2013-05-10 12:00",0.06,"2013-07-01 12:00",0.059,"2013-05-06 11:00","","","","",0.061,0.059,0.057,0.053,0.043,0.036,0.025,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0004","44201",1,45.25928,-122.588151,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.037562,0.009921,0.065,"2013-09-11 11:00",0.061,"2013-05-10 12:00",0.06,"2013-07-01 12:00",0.059,"2013-05-06 11:00","","","","",0.061,0.059,0.057,0.053,0.043,0.036,0.025,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0004","61101",1,45.25928,-122.588151,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7201,82,300,365,0,95,"","","Certification not required",0,4.89439,2.558324,19.3,"2013-04-07 03:00",18.2,"2013-09-29 19:00",17.7,"2013-05-29 07:00",17.4,"2013-09-28 12:00","","","","",13.4,11.8,10,8.2,6.2,4.4,2.2,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","005","0004","61103",1,45.25928,-122.588151,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7137,81,297,365,0,159,"","","Certification not required",0,4.566597,2.643975,19,"2013-04-07 03:00",17.9,"2013-09-29 19:00",17.5,"2013-05-29 07:00",17.2,"2013-09-28 12:00","","","","",13.1,11.6,9.8,8.1,5.9,4.1,1.7,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","005","0004","61104",1,45.25928,-122.588151,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7138,81,297,365,0,158,"","","Certification not required",0,162.856402,101.194704,359,"2013-01-06 10:00",359,"2013-02-10 18:00",359,"2013-02-19 12:00",359,"2013-02-27 06:00","","","","",357,354,340,309,223,185,23,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","005","0004","61106",1,45.25928,-122.588151,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7137,81,297,365,0,159,"","","Certification not required",0,20.879179,14.040415,79,"2013-04-04 04:00",78.9,"2013-09-16 18:00",78.6,"2013-09-13 00:00",78.5,"2013-04-25 13:00","","","","",66.9,61.5,51.1,41.4,27.2,16,8.2,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","005","0004","62101",1,45.25928,-122.588151,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7288,83,304,365,0,8,"","","Certification not required",0,54.158754,12.761083,92,"2013-09-11 15:00",91,"2013-06-30 16:00",91,"2013-09-10 15:00",91,"2013-09-10 16:00","","","","",84,81,76,72,62,53,38,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","005","0004","88502",3,45.25928,-122.588151,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",2208,25,92,365,0,0,"","","Certification not required",0,4.593886,2.058662,15.1,"2013-08-10 00:00",14.3,"2013-08-10 01:00",14.3,"2013-08-10 04:00",14.2,"2013-08-10 02:00","","","","",11.5,10.2,8.5,7.2,5.7,4.1,2.5,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0004","88502",3,45.25928,-122.588151,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,0,"","","Certification not required",0,4.547826,1.60757,8.2,"2013-08-22 00:00",8.2,"2013-09-13 00:00",8.1,"2013-09-14 00:00",8,"2013-08-10 00:00","","","","",8.2,8.2,7.8,6.9,5.6,4.3,2.9,"CARUS TRAILER/SPANGLER RD","CARUS TRAILER/SPANGLER RD","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0102","11203",1,45.28845,-121.782775,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",1867,21,77,365,0,101,"","","Certification not required",0,0.321853,0.166433,2.2,"2013-08-13 21:00",2,"2013-08-13 22:00",1.8,"2013-08-13 23:00",1.6,"2013-08-14 00:00","","","","",1,0.8,0.6,0.5,0.4,0.3,0.2,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0102","61101",1,45.28845,-121.782775,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",1869,21,77,365,0,99,"","","Certification not required",0,7.512841,3.267569,21,"2013-07-16 04:00",19.9,"2013-07-16 06:00",19.4,"2013-07-16 05:00",18.1,"2013-07-15 22:00","","","","",15.8,14.6,12.9,11.9,9.8,7.3,3.4,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0102","61103",1,45.28845,-121.782775,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",909,10,37,365,0,1059,"","","Certification not required",0,6.866777,3.353228,17.7,"2013-09-10 23:00",17.1,"2013-09-19 08:00",16.4,"2013-09-19 07:00",16.3,"2013-09-11 01:00","","","","",15.4,14.7,12.8,11.5,9.1,6.5,2.9,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0102","61104",1,45.28845,-121.782775,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",909,10,37,365,0,1059,"","","Certification not required",0,233.823982,84.756049,360,"2013-09-03 11:00",360,"2013-09-18 19:00",359,"2013-09-21 12:00",358,"2013-09-04 07:00","","","","",347,335,322,313,301,273,112,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0102","61106",1,45.28845,-121.782775,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",909,10,37,365,0,1059,"","","Certification not required",0,17.318152,13.138399,73.5,"2013-09-02 08:00",72.4,"2013-09-20 11:00",71.1,"2013-08-30 09:00",68.3,"2013-09-03 11:00","","","","",63.8,56,44.9,35.2,22.7,12.8,5.3,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","005","0102","85101",1,45.28845,-121.782775,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",12,2.429752,3.147802,13.6252,"2013-05-04 00:00",11.4963,"2013-04-22 00:00",9.4044,"2013-04-25 00:00",8.4559,"2013-05-07 00:00","","","","",13.6252,13.6252,9.4044,7.3631,2.4232,1.451,0.2054,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","86502",1,45.28845,-121.782775,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,24,61,0,7,"","","Certification not required",0,0.886364,2.082216,9,"2013-05-04 00:00",7,"2013-04-22 00:00",6,"2013-04-25 00:00",4,"2013-04-16 00:00","","","","",9,9,6,3,1,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88103",1,45.28845,-121.782775,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88104",1,45.28845,-121.782775,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",2,0.057751,0.075081,0.308,"2013-04-22 00:00",0.3023,"2013-04-19 00:00",0.2139,"2013-04-16 00:00",0.1693,"2013-05-22 00:00","","","","",0.308,0.308,0.2139,0.148,0.081,0.032,0.0038,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88109",1,45.28845,-121.782775,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",13,0.000543,0.000525,0.0024,"2013-03-26 00:00",0.0017,"2013-04-25 00:00",0.0017,"2013-05-07 00:00",0.0017,"2013-05-10 00:00","","","","",0.0024,0.0024,0.0017,0.0013,0.0007,0.0005,0.0001,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88111",1,45.28845,-121.782775,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",8,0.014948,0.015361,0.0636,"2013-05-04 00:00",0.063,"2013-05-10 00:00",0.0417,"2013-04-22 00:00",0.0383,"2013-04-25 00:00","","","","",0.0636,0.0636,0.0417,0.0383,0.0234,0.0115,0.0011,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88112",1,45.28845,-121.782775,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88114",1,45.28845,-121.782775,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",35,0.000827,0.003994,0.0272,"2013-01-01 00:00",0.0027,"2013-02-12 00:00",0.0008,"2013-03-26 00:00",0.0005,"2013-05-10 00:00","","","","",0.0272,0.0272,0.0008,0.0004,0.00015,0.00015,0.0001,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88115",1,45.28845,-121.782775,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",9,0.012351,0.03394,0.2106,"2013-02-24 00:00",0.0973,"2013-03-20 00:00",0.0404,"2013-05-01 00:00",0.0271,"2013-03-17 00:00","","","","",0.2106,0.2106,0.0404,0.0262,0.0082,0.0028,0.00015,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88126",1,45.28845,-121.782775,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",4,0.035211,0.043493,0.1769,"2013-04-22 00:00",0.1643,"2013-04-19 00:00",0.1201,"2013-04-16 00:00",0.1011,"2013-05-10 00:00","","","","",0.1769,0.1769,0.1201,0.0985,0.0564,0.0176,0.0018,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88128",1,45.28845,-121.782775,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0.000239,0.000603,0.002,"2013-01-01 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-25 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88132",1,45.28845,-121.782775,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0.000609,0.000829,0.003,"2013-05-10 00:00",0.002,"2013-03-29 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-19 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88136",1,45.28845,-121.782775,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88140",1,45.28845,-121.782775,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",25,0.006146,0.008491,0.0415,"2013-05-07 00:00",0.0304,"2013-05-01 00:00",0.0273,"2013-05-10 00:00",0.0162,"2013-02-24 00:00","","","","",0.0415,0.0415,0.0273,0.0153,0.0072,0.002,0.00105,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88152",1,45.28845,-121.782775,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",40,0.000292,0.000581,0.0038,"2013-04-19 00:00",0.0013,"2013-05-22 00:00",0.0012,"2013-04-16 00:00",0.0007,"2013-04-01 00:00","","","","",0.0038,0.0038,0.0012,0.0004,0.00015,0.00015,0.0001,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88154",1,45.28845,-121.782775,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",44,0.000107,3.3e-05,0.0003,"2013-01-28 00:00",0.0002,"2013-03-02 00:00",0.0001,"2013-01-01 00:00",0.0001,"2013-01-04 00:00","","","","",0.0003,0.0003,0.0001,0.0001,0.0001,0.0001,0.0001,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88161",1,45.28845,-121.782775,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",9,0.003935,0.005202,0.0221,"2013-04-22 00:00",0.0202,"2013-04-19 00:00",0.0148,"2013-04-16 00:00",0.0112,"2013-05-22 00:00","","","","",0.0221,0.0221,0.0148,0.0099,0.006,0.0019,0.00015,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88164",1,45.28845,-121.782775,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",22,0.000104,7.4e-05,0.0003,"2013-03-05 00:00",0.0003,"2013-05-10 00:00",0.0003,"2013-05-25 00:00",0.0002,"2013-01-04 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,5e-05,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88165",1,45.28845,-121.782775,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",2,0.08759,0.102659,0.396,"2013-04-22 00:00",0.3755,"2013-05-04 00:00",0.315,"2013-04-19 00:00",0.296,"2013-05-10 00:00","","","","",0.396,0.396,0.315,0.2533,0.13,0.0496,0.0038,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88167",1,45.28845,-121.782775,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",12,0.001051,0.002494,0.017,"2013-01-01 00:00",0.0029,"2013-02-12 00:00",0.0023,"2013-03-26 00:00",0.002,"2013-04-04 00:00","","","","",0.017,0.017,0.0023,0.002,0.0009,0.0005,0.0001,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88168",1,45.28845,-121.782775,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",24,0.000223,0.00017,0.0008,"2013-05-04 00:00",0.0006,"2013-04-22 00:00",0.0006,"2013-05-07 00:00",0.0006,"2013-05-10 00:00","","","","",0.0008,0.0008,0.0006,0.0005,0.0003,0.00015,0.0001,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88169",1,45.28845,-121.782775,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0.078502,0.073957,0.2568,"2013-05-04 00:00",0.2552,"2013-05-10 00:00",0.2511,"2013-03-26 00:00",0.2502,"2013-05-07 00:00","","","","",0.2568,0.2568,0.2511,0.2014,0.1012,0.0565,0.0051,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88176",1,45.28845,-121.782775,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",38,0.000191,0.000101,0.0006,"2013-03-29 00:00",0.0005,"2013-03-17 00:00",0.0004,"2013-01-13 00:00",0.0004,"2013-04-01 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.00015,0.00015,0.00015,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88180",1,45.28845,-121.782775,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",3,0.012857,0.011261,0.0474,"2013-01-01 00:00",0.0397,"2013-05-10 00:00",0.0375,"2013-05-04 00:00",0.0321,"2013-05-07 00:00","","","","",0.0474,0.0474,0.0375,0.0278,0.0169,0.0106,0.0011,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88184",1,45.28845,-121.782775,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",11,0.027324,0.047566,0.2424,"2013-05-07 00:00",0.1711,"2013-02-24 00:00",0.1395,"2013-05-01 00:00",0.084,"2013-03-23 00:00","","","","",0.2424,0.2424,0.1395,0.0832,0.0308,0.01,0.00185,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88185",1,45.28845,-121.782775,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",38,0.000685,0.00045,0.0021,"2013-01-28 00:00",0.002,"2013-05-13 00:00",0.0019,"2013-03-02 00:00",0.0017,"2013-02-21 00:00","","","","",0.0021,0.0021,0.0019,0.0014,0.00065,0.00065,0.0004,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88203",1,45.28845,-121.782775,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.033071,0.06472,0.3725,"2013-02-24 00:00",0.1814,"2013-04-13 00:00",0.155,"2013-03-20 00:00",0.1365,"2013-05-01 00:00","","","","",0.3725,0.3725,0.155,0.1148,0.0228,0.0112,0.00295,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88306",1,45.28845,-121.782775,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",12,0.089633,0.144089,0.7369,"2013-05-07 00:00",0.5994,"2013-03-26 00:00",0.3067,"2013-05-01 00:00",0.2745,"2013-03-05 00:00","","","","",0.7369,0.7369,0.3067,0.2643,0.0818,0.0452,0.00525,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88320",1,45.28845,-121.782775,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",11,0.163125,0.235138,1.13,"2013-05-07 00:00",0.87,"2013-05-10 00:00",0.62,"2013-04-25 00:00",0.53,"2013-03-26 00:00","","","","",1.13,1.13,0.62,0.44,0.24,0.06,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88321",1,45.28845,-121.782775,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.02625,0.034495,0.15,"2013-03-05 00:00",0.1,"2013-03-26 00:00",0.1,"2013-05-10 00:00",0.09,"2013-04-25 00:00","","","","",0.15,0.15,0.1,0.08,0.04,0.01,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88324",1,45.28845,-121.782775,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",48,0.020109,0.00712,0.03125,"2013-01-04 00:00",0.03105,"2013-01-28 00:00",0.0309,"2013-01-10 00:00",0.03075,"2013-01-13 00:00","","","","",0.03125,0.03125,0.0309,0.03075,0.0241,0.017,0.0105,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88325",1,45.28845,-121.782775,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",43,0.033859,0.030844,0.1772,"2013-05-10 00:00",0.1557,"2013-05-07 00:00",0.0842,"2013-04-25 00:00",0.0702,"2013-03-26 00:00","","","","",0.1772,0.1772,0.0842,0.039,0.0341,0.0331,0.01675,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88326",1,45.28845,-121.782775,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",35,0.073467,0.090891,0.5663,"2013-05-07 00:00",0.275,"2013-05-10 00:00",0.228,"2013-04-25 00:00",0.1835,"2013-03-05 00:00","","","","",0.5663,0.5663,0.228,0.1441,0.0992,0.0396,0.0257,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88327",1,45.28845,-121.782775,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",27,0.042497,0.047492,0.2402,"2013-05-07 00:00",0.1634,"2013-04-25 00:00",0.1422,"2013-05-10 00:00",0.1161,"2013-03-26 00:00","","","","",0.2402,0.2402,0.1422,0.1105,0.0592,0.0168,0.01055,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88328",1,45.28845,-121.782775,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",14,0.045845,0.060721,0.2844,"2013-05-10 00:00",0.195,"2013-03-26 00:00",0.1691,"2013-05-04 00:00",0.1646,"2013-05-07 00:00","","","","",0.2844,0.2844,0.1691,0.1611,0.069,0.022,0.002,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88329",1,45.28845,-121.782775,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",16,0.056446,0.073776,0.3218,"2013-05-10 00:00",0.2571,"2013-03-26 00:00",0.2161,"2013-05-07 00:00",0.2087,"2013-04-25 00:00","","","","",0.3218,0.3218,0.2161,0.1864,0.0797,0.0288,0.0022,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88330",1,45.28845,-121.782775,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",22,0.016556,0.019385,0.0724,"2013-05-04 00:00",0.0652,"2013-03-05 00:00",0.0591,"2013-05-10 00:00",0.0508,"2013-04-04 00:00","","","","",0.0724,0.0724,0.0591,0.0433,0.0315,0.0052,0.00145,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88331",1,45.28845,-121.782775,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",20,4.5e-05,6e-05,0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-14 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.0001,0,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88338",1,45.28845,-121.782775,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",47,0.016364,0.005473,0.0321,"2013-04-04 00:00",0.02605,"2013-02-24 00:00",0.02605,"2013-02-27 00:00",0.026,"2013-02-21 00:00","","","","",0.0321,0.0321,0.02605,0.02595,0.01705,0.01485,0.01115,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88339",1,45.28845,-121.782775,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0.323788,0.305084,1.05922,"2013-05-04 00:00",1.05266,"2013-05-10 00:00",1.03595,"2013-03-26 00:00",1.03224,"2013-05-07 00:00","","","","",1.05922,1.05922,1.03595,0.83073,0.41733,0.23323,0.02108,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88344",1,45.28845,-121.782775,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.115298,0.186095,0.9506,"2013-05-07 00:00",0.7732,"2013-03-26 00:00",0.3956,"2013-05-01 00:00",0.3541,"2013-03-05 00:00","","","","",0.9506,0.9506,0.3956,0.3409,0.1055,0.0583,0.0006,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88348",1,45.28845,-121.782775,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",1,0.462067,0.547171,2.202,"2013-04-22 00:00",1.931,"2013-04-19 00:00",1.6169,"2013-05-04 00:00",1.4598,"2013-04-16 00:00","","","","",2.202,2.202,1.6169,1.3957,0.6522,0.2505,0.027,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88350",1,45.28845,-121.782775,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",11,0.2938,0.422646,2.0363,"2013-05-07 00:00",1.559,"2013-05-10 00:00",1.12,"2013-04-25 00:00",0.9463,"2013-03-26 00:00","","","","",2.0363,2.0363,1.12,0.7884,0.4405,0.1159,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88403",1,45.28845,-121.782775,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.224668,0.213251,0.7565,"2013-03-26 00:00",0.7437,"2013-05-04 00:00",0.7395,"2013-05-10 00:00",0.7243,"2013-05-07 00:00","","","","",0.7565,0.7565,0.7395,0.5906,0.3247,0.1595,0.012,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88502",1,45.28845,-121.782775,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,1.3,1.259806,4.9,"2013-05-10 00:00",4.7,"2013-05-07 00:00",3.8,"2013-04-22 00:00",3.7,"2013-05-04 00:00","","","","",4.9,4.9,3.8,3.2,1.7,1,0,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-28" +"41","005","0102","88502",3,45.28845,-121.782775,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",1867,21,77,365,0,77,"","","Certification not required",0,7.383664,1.94391,30,"2013-08-13 21:00",27.2,"2013-08-13 22:00",25.3,"2013-08-13 23:00",22.9,"2013-08-14 00:00","","","","",14.9,12.8,10.7,9.3,7.8,6.9,5.7,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-17" +"41","005","0102","88502",3,45.28845,-121.782775,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",77,21,77,365,0,0,"","","Certification not required",0,7.351948,1.433675,12.8,"2013-08-14 00:00",12,"2013-08-22 00:00",11.5,"2013-08-23 00:00",10.2,"2013-08-13 00:00","","","","",12.8,12,10.2,8.9,7.9,6.9,6,"MULTORPOR-Ski Bowl, Mt. Hood Wilderness","MULTORPOR, BOX 87, GOVT CAMP, OR 97028","Oregon","Clackamas","","Portland-Vancouver-Beaverton, OR-WA","2014-01-17" +"41","009","0004","11203",1,45.768531,-122.7721,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7216,82,301,365,0,80,"","","Certification not required",0,0.467849,0.234271,2.2,"2013-01-14 15:00",2.1,"2013-01-14 12:00",2.1,"2013-01-14 13:00",2.1,"2013-01-14 14:00","","","","",1.3,1.2,1,0.8,0.5,0.4,0.3,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","44201",1,45.768531,-122.7721,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3588,98,150,153,0,84,0,0,"Certification not required",139,0.034813,0.009102,0.062,"2013-05-06 15:00",0.058,"2013-08-21 17:00",0.057,"2013-05-11 14:00",0.056,"2013-09-11 14:00","","","","",0.058,0.057,0.052,0.049,0.039,0.034,0.024,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","009","0004","44201",1,45.768531,-122.7721,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3588,98,150,153,0,0,0,0,"Certification not required",0,0.02996,0.007775,0.052,"2013-08-21 13:00",0.049,"2013-05-02 12:00",0.048,"2013-05-03 12:00",0.047,"2013-05-04 11:00","","","","",0.049,0.048,0.045,0.042,0.033,0.03,0.021,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","009","0004","44201",1,45.768531,-122.7721,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3588,98,150,153,0,0,0,0,"Certification not required",0,0.02996,0.007775,0.052,"2013-08-21 13:00",0.049,"2013-05-02 12:00",0.048,"2013-05-03 12:00",0.047,"2013-05-04 11:00","","","","",0.049,0.048,0.045,0.042,0.033,0.03,0.021,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","009","0004","61101",1,45.768531,-122.7721,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7213,82,299,365,0,83,"","","Certification not required",0,4.623541,2.597673,18,"2013-09-29 18:00",16.4,"2013-09-28 12:00",15.9,"2013-09-22 10:00",15.7,"2013-09-28 09:00","","","","",12.2,11.1,9.6,8.2,6.2,4.2,1.7,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","61103",1,45.768531,-122.7721,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7193,82,298,365,0,103,"","","Certification not required",0,4.385653,2.714637,17.9,"2013-09-29 18:00",16.3,"2013-09-28 12:00",15.8,"2013-09-22 10:00",15.5,"2013-09-28 09:00","","","","",12.2,11,9.5,8.2,6,4,1.2,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","61104",1,45.768531,-122.7721,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7193,82,298,365,0,103,"","","Certification not required",0,239.120534,109.513946,360,"2013-02-14 02:00",360,"2013-02-17 15:00",360,"2013-02-18 02:00",360,"2013-03-15 20:00","","","","",359,357,353,348,336,282,63,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","61106",1,45.768531,-122.7721,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7193,82,298,365,0,103,"","","Certification not required",0,17.489448,12.692276,82.9,"2013-04-07 19:00",79.1,"2013-09-21 15:00",75.5,"2013-10-07 17:00",75.3,"2013-06-25 00:00","","","","",59.9,54.5,45.3,36.5,22.3,12.9,6.6,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","62101",1,45.768531,-122.7721,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7261,83,302,365,0,35,"","","Certification not required",0,54.591516,12.248643,91,"2013-09-11 14:00",90,"2013-06-30 14:00",90,"2013-06-30 15:00",90,"2013-09-11 13:00","","","","",84,81,76,71,63,54,39,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","88502",3,45.768531,-122.7721,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7216,82,301,365,0,80,"","","Certification not required",0,5.555432,4.017047,34.6,"2013-01-14 15:00",33.9,"2013-01-14 12:00",33.7,"2013-01-14 14:00",33.6,"2013-01-14 13:00","","","","",20,17.6,14,10.9,6.8,4.3,2.1,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","009","0004","88502",3,45.768531,-122.7721,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,5.508638,3.488895,25,"2013-01-14 00:00",18.4,"2013-02-03 00:00",17.9,"2013-01-12 00:00",17.7,"2013-01-24 00:00","","","","",17.7,15.5,12.9,10.1,6.4,4.5,2.5,"SAUVIE ISLAND-SIS","SAUVIE ISLAND-SSB/ROUTE 1, BOX 442","Oregon","Columbia","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","011","1036","11203",1,43.381944,-124.263889,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6174,70,257,365,0,2586,"","","Certification not required",1155,0.245295,0.21117,3.3,"2013-07-25 21:00",3.2,"2013-07-25 22:00",3.1,"2013-11-13 01:00",2.6,"2013-11-12 01:00","","","","",1,0.8,0.6,0.5,0.3,0.2,0.05,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","61101",1,43.381944,-124.263889,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8735,100,364,365,0,25,"","","Certification not required",0,4.225518,2.272241,16.5,"2013-09-28 17:00",16.1,"2013-03-20 02:00",15.9,"2013-09-29 15:00",15.6,"2013-04-06 23:00","","","","",11.3,10.5,9,7.4,5.3,3.6,1.9,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","61103",1,43.381944,-124.263889,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8735,100,364,365,0,25,"","","Certification not required",0,3.717035,2.195673,15.4,"2013-09-28 17:00",15.2,"2013-03-20 02:00",15,"2013-09-29 15:00",14.7,"2013-04-06 23:00","","","","",10.2,9.6,8.2,6.8,4.9,3.2,1.4,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","61104",1,43.381944,-124.263889,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8735,100,364,365,0,25,"","","Certification not required",0,191.885484,113.786444,360,"2013-06-03 18:00",360,"2013-06-08 23:00",360,"2013-06-10 00:00",360,"2013-06-12 20:00","","","","",358.8,357.5,354,349,308.4,201.4,32,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","61105",1,43.381944,-124.263889,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8735,100,364,365,0,25,"","","Certification not required",0,9.494906,5.40911,40,"2013-04-06 23:00",39,"2013-03-20 03:00",39,"2013-09-28 16:00",39,"2013-09-29 19:00","","","","",25,24,21,17,12,8,4,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","61106",1,43.381944,-124.263889,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8735,100,364,365,0,25,"","","Certification not required",0,28.542198,12.327095,78.8,"2013-05-10 08:00",78.4,"2013-03-28 22:00",78.4,"2013-04-02 08:00",77.6,"2013-06-17 02:00","","","","",67.6,62.2,53.4,45.3,33.9,26.5,13.8,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","62101",1,43.381944,-124.263889,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8742,100,364,365,0,18,"","","Certification not required",0,50.786776,8.064383,81,"2013-05-05 11:00",80,"2013-05-05 10:00",79,"2013-05-04 11:00",77,"2013-05-04 10:00","","","","",70,67,63,61,56,51,40,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","62103",1,43.381944,-124.263889,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8742,100,363,365,0,18,"","","Certification not required",0,44.704072,8.360099,64,"2013-06-28 07:00",64,"2013-06-28 08:00",64,"2013-08-29 10:00",64,"2013-08-29 11:00","","","","",60,59,57,55,50,46,34,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","62201",1,43.381944,-124.263889,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8760,100,365,365,0,0,"","","Certification not required",0,81.059247,12.902075,95,"2013-06-28 04:00",95,"2013-06-28 05:00",95,"2013-07-02 04:00",95,"2013-08-18 23:00","","","","",94,94,94,94,92,85,64,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","63301",1,43.381944,-124.263889,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8752,100,365,365,0,8,"","","Certification not required",4329,0.226084,0.341898,1.35,"2013-06-19 12:00",1.35,"2013-06-19 13:00",1.34,"2013-06-19 11:00",1.33,"2013-05-17 12:00","","","","",1.25,1.2,1.05,0.81,0.34,0.01,0.005,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","64101",1,43.381944,-124.263889,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8756,100,365,365,0,4,"","","Certification not required",0,1011.193467,5.597832,1026,"2013-01-15 09:00",1026,"2013-01-15 10:00",1026,"2013-01-15 11:00",1026,"2013-01-30 10:00","","","","",1024,1023,1021,1019,1015,1011,1005,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","65102",1,43.381944,-124.263889,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8759,100,365,365,0,1,"","","Certification not required",0,0.004786,0.026561,1.04,"2013-09-28 18:00",0.49,"2013-05-22 12:00",0.46,"2013-09-28 19:00",0.43,"2013-09-24 19:00","","","","",0.11,0.07,0.02,0.01,0,0,0,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-07" +"41","011","1036","88502",1,43.381944,-124.263889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",5009,57,186,365,0,3751,"","","Certification not required",0,2.555181,3.314861,50.9,"2013-07-25 21:00",47.3,"2013-07-25 22:00",47.2,"2013-11-13 01:00",40.2,"2013-11-12 01:00","","","","",14.5,11.4,8.2,5.9,3.5,1.7,0,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-08" +"41","011","1036","88502",1,43.381944,-124.263889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",186,51,186,365,0,0,"","","Certification not required",0,2.69086,2.210631,15.1,"2013-11-09 00:00",9.4,"2013-11-08 00:00",9.2,"2013-11-11 00:00",9.1,"2013-10-18 00:00","","","","",9.4,9.1,7.3,5.4,3.5,2.3,0.7,"CTCLUSI Radar Hill - OR","1245 Fulton Ave","Oregon","Coos","Coos Bay","Coos Bay, OR","2014-01-08" +"41","013","0100","11203",1,44.299787,-120.844773,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7281,83,304,365,0,15,"","","Certification not required",0,0.624159,0.618166,5.9,"2013-07-23 00:00",5.2,"2013-01-21 23:00",5.1,"2013-01-19 23:00",5,"2013-01-06 19:00","","","","",3.1,2.7,1.9,1.4,0.7,0.4,0.2,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","61101",1,44.299787,-120.844773,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7288,83,304,365,0,8,"","","Certification not required",0,3.416973,2.717171,15.8,"2013-04-29 12:00",15.7,"2013-03-20 09:00",15.2,"2013-03-20 15:00",14.6,"2013-03-20 16:00","","","","",11.5,10.5,8.9,7.6,5,2.3,0.9,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","61103",1,44.299787,-120.844773,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7269,83,304,365,0,27,"","","Certification not required",0,2.909795,2.709754,15.3,"2013-04-29 12:00",15.1,"2013-03-20 09:00",14.4,"2013-03-20 15:00",13.9,"2013-03-20 16:00","","","","",10.9,10.1,8.4,7.1,4.4,1.8,0.4,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","61104",1,44.299787,-120.844773,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7268,83,304,365,0,28,"","","Certification not required",0,221.16208,98.221959,360,"2013-01-05 04:00",360,"2013-01-21 07:00",360,"2013-03-06 05:00",360,"2013-03-13 17:00","","","","",355,350,341,333,314,243,98,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","61106",1,44.299787,-120.844773,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7268,83,304,365,0,28,"","","Certification not required",0,36.358489,17.13432,91.8,"2013-01-08 05:00",90.4,"2013-01-22 04:00",89.6,"2013-06-22 11:00",88.6,"2013-02-19 21:00","","","","",77.1,73,66.6,60.6,49.8,33.8,16.3,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","62101",1,44.299787,-120.844773,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,50.954882,17.317666,98,"2013-07-02 15:00",97,"2013-07-02 14:00",97,"2013-07-02 16:00",96,"2013-07-02 13:00","","","","",90,87,82,76,62,50,30,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","62201",1,44.299787,-120.844773,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7292,83,304,365,0,4,"","","Certification not required",0,56.655513,22.490086,99,"2013-06-23 23:00",99,"2013-08-17 02:00",99,"2013-08-17 05:00",98,"2013-01-24 05:00","","","","",96,94,90,86,75,58,24,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","63301",1,44.299787,-120.844773,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7292,83,304,365,0,4,"","","Certification not required",3495,0.295212,0.409633,1.47,"2013-05-23 10:00",1.46,"2013-06-10 12:00",1.46,"2013-06-12 12:00",1.45,"2013-06-10 11:00","","","","",1.39,1.34,1.21,1.01,0.52,0.03,0.005,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","64101",1,44.299787,-120.844773,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7292,83,304,365,0,4,"","","Certification not required",0,916.297038,5.187271,932,"2013-01-15 09:00",932,"2013-01-15 10:00",932,"2013-01-15 19:00",932,"2013-01-15 23:00","","","","",929,928,926,923,919,916,910,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","68101",1,44.299787,-120.844773,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",91,75,91,122,0,0,"","","Certification not required",0,0.36989,0.123437,0.6,"2013-07-27 00:00",0.6,"2013-08-17 00:00",0.5,"2013-01-10 00:00",0.5,"2013-01-28 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.2,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2013-12-23" +"41","013","0100","68102",1,44.299787,-120.844773,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",91,75,91,122,0,0,"","","Certification not required",0,23.996703,0.031449,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2013-12-23" +"41","013","0100","68105",1,44.299787,-120.844773,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,0,"","","Certification not required",0,11.324176,8.575266,26.1,"2013-06-30 00:00",25.1,"2013-07-03 00:00",24.5,"2013-07-24 00:00",23.7,"2013-07-09 00:00","","","","",26.1,25.1,23.3,22.3,19.4,11.5,0.8,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2013-12-23" +"41","013","0100","68108",1,44.299787,-120.844773,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,91,122,0,0,"","","Certification not required",0,688.21978,3.926554,699,"2013-01-16 00:00",698,"2013-01-01 00:00",698,"2013-05-01 00:00",695,"2013-01-19 00:00","","","","",699,698,695,694,691,688,684,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-01-03" +"41","013","0100","68109",1,44.299787,-120.844773,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",91,75,91,122,0,0,"","","Certification not required",0,1439.648352,1.905394,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2013-12-23" +"41","013","0100","88101",1,44.299787,-120.844773,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,7.572527,6.546824,27.1,"2013-02-03 00:00",25.8,"2013-01-22 00:00",25.7,"2013-01-19 00:00",24.5,"2013-01-16 00:00","","","","",27.1,25.8,24.2,16.4,9.6,5.2,1.8,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2013-12-23" +"41","013","0100","88101",1,44.299787,-120.844773,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,7.572527,6.546824,27.1,"2013-02-03 00:00",25.8,"2013-01-22 00:00",25.7,"2013-01-19 00:00",24.5,"2013-01-16 00:00","","","","",27.1,25.8,24.2,16.4,9.6,5.2,1.8,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2013-12-23" +"41","013","0100","88502",3,44.299787,-120.844773,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7281,83,304,365,0,15,"","","Certification not required",0,8.962739,9.749786,82.8,"2013-01-21 23:00",81.1,"2013-01-19 23:00",80.3,"2013-01-06 20:00",80.1,"2013-01-19 22:00","","","","",47.7,41.4,28.6,19.7,10.6,6.7,1.4,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","013","0100","88502",3,44.299787,-120.844773,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,8.918092,6.370308,32,"2013-01-21 00:00",31.6,"2013-01-06 00:00",30,"2013-10-26 00:00",29.8,"2013-10-25 00:00","","","","",29.8,26.4,21.5,18.3,11.8,7.6,2,"Prineville - Davidson Park","251 SE Court St., Prineville (PDP)","Oregon","Crook","Prineville","Prineville, OR","2014-02-13" +"41","017","0004","11203",1,44.2921,-121.5555,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7265,83,303,365,0,31,"","","Certification not required",0,0.373352,0.248941,6.1,"2013-05-14 13:00",5.6,"2013-05-14 14:00",5.2,"2013-09-20 08:00",4.5,"2013-05-14 12:00","","","","",1.3,1.1,0.8,0.6,0.4,0.3,0.2,"Sisters Forest Service Station (SFS)","Sisters Forest Service Station (SFS)","Oregon","Deschutes","","Bend, OR","2014-02-13" +"41","017","0004","88502",3,44.2921,-121.5555,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7265,83,303,365,0,31,"","","Certification not required",0,5.417041,4.221705,105.7,"2013-05-14 13:00",96.2,"2013-05-14 14:00",76.5,"2013-05-14 12:00",64.5,"2013-09-20 08:00","","","","",18.8,16.2,12.1,9.9,7.4,4.2,1.9,"Sisters Forest Service Station (SFS)","Sisters Forest Service Station (SFS)","Oregon","Deschutes","","Bend, OR","2014-02-13" +"41","017","0004","88502",3,44.2921,-121.5555,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,5.367327,3.42409,19.8,"2013-05-14 00:00",17.8,"2013-08-15 00:00",16.2,"2013-08-16 00:00",15.7,"2013-08-05 00:00","","","","",15.7,15.4,11.7,9.5,7.3,4.2,2.1,"Sisters Forest Service Station (SFS)","Sisters Forest Service Station (SFS)","Oregon","Deschutes","","Bend, OR","2014-02-13" +"41","017","0120","11203",1,44.063916,-121.312554,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7290,83,304,365,0,6,"","","Certification not required",0,0.418217,0.324256,5.3,"2013-10-22 09:00",3.7,"2013-08-06 11:00",3.3,"2013-01-23 00:00",2.9,"2013-08-15 10:00","","","","",1.7,1.4,1.1,0.8,0.5,0.3,0.2,"OPEN FIELD/RESIDENTIAL AREA BY DESCHUTES RIVER. CITY PUMP STATION.","35 NW PORTLAND ST, BEND, OREGON","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0120","88502",3,44.063916,-121.312554,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7290,83,304,365,0,6,"","","Certification not required",0,6.09583,5.533452,91.8,"2013-10-22 09:00",55.1,"2013-01-23 00:00",48.4,"2013-10-23 09:00",47.8,"2013-08-06 11:00","","","","",27,22,16.8,12.2,8,4.8,1.3,"OPEN FIELD/RESIDENTIAL AREA BY DESCHUTES RIVER. CITY PUMP STATION.","35 NW PORTLAND ST, BEND, OREGON","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0120","88502",3,44.063916,-121.312554,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,6.05,3.853857,21,"2013-08-06 00:00",18.7,"2013-08-15 00:00",17.6,"2013-08-21 00:00",17.4,"2013-08-16 00:00","","","","",17.4,16.8,13.8,11,7.9,5.5,2,"OPEN FIELD/RESIDENTIAL AREA BY DESCHUTES RIVER. CITY PUMP STATION.","35 NW PORTLAND ST, BEND, OREGON","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","44201",1,44.021896,-121.260166,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3664,100,153,153,0,8,0,0,"Certification not required",66,0.046523,0.00891,0.065,"2013-08-20 13:00",0.064,"2013-06-08 11:00",0.063,"2013-07-21 12:00",0.062,"2013-07-08 12:00","","","","",0.064,0.062,0.06,0.058,0.054,0.047,0.034,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2013-12-23" +"41","017","0122","44201",1,44.021896,-121.260166,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.042248,0.00835,0.059,"2013-05-02 09:00",0.059,"2013-08-20 10:00",0.058,"2013-07-08 09:00",0.056,"2013-07-21 09:00","","","","",0.059,0.056,0.054,0.053,0.049,0.042,0.03,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2013-12-23" +"41","017","0122","44201",1,44.021896,-121.260166,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.042248,0.00835,0.059,"2013-05-02 09:00",0.059,"2013-08-20 10:00",0.058,"2013-07-08 09:00",0.056,"2013-07-21 09:00","","","","",0.059,0.056,0.054,0.053,0.049,0.042,0.03,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2013-12-23" +"41","017","0122","61101",1,44.021896,-121.260166,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7241,83,301,365,0,55,"","","Certification not required",0,4.595995,2.924114,19.8,"2013-09-28 13:00",18.3,"2013-01-07 12:00",18.3,"2013-05-29 10:00",18.2,"2013-05-13 13:00","","","","",14.2,12.9,10.5,8.5,6.1,3.8,1.7,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","61103",1,44.021896,-121.260166,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7126,81,294,365,0,170,"","","Certification not required",0,4.052161,2.935696,19,"2013-09-28 13:00",17.9,"2013-01-07 12:00",17.7,"2013-05-29 10:00",17.5,"2013-05-13 13:00","","","","",13.7,12.4,10.2,8.1,5.5,3.2,1.2,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","61104",1,44.021896,-121.260166,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7149,82,296,365,0,147,"","","Certification not required",0,220.656735,88.934176,359,"2013-02-08 10:00",359,"2013-02-08 14:00",359,"2013-02-09 11:00",359,"2013-02-10 17:00","","","","",357,354,347,337,266,228,72,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","61106",1,44.021896,-121.260166,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7126,81,294,365,0,170,"","","Certification not required",0,28.423997,14.185557,80.3,"2013-01-23 08:00",80.1,"2013-01-06 01:00",78.6,"2013-03-02 07:00",78.2,"2013-05-15 09:00","","","","",71.3,66.9,57.9,50.3,35.8,23.9,14.4,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","62101",1,44.021896,-121.260166,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,49.690071,17.038129,98,"2013-07-02 15:00",96,"2013-07-02 13:00",96,"2013-07-02 14:00",96,"2013-07-02 16:00","","","","",89,86,81,75,61,48,29,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","62201",1,44.021896,-121.260166,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7242,83,301,365,0,54,"","","Certification not required",0,54.117509,22.069403,98,"2013-03-27 20:00",98,"2013-03-27 23:00",98,"2013-03-28 00:00",98,"2013-03-28 01:00","","","","",92,90,86,82,72,56,22,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","63301",1,44.021896,-121.260166,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7242,83,301,365,0,54,"","","Certification not required",3021,0.322693,0.43309,1.59,"2013-06-19 12:00",1.55,"2013-05-21 12:00",1.54,"2013-05-29 11:00",1.54,"2013-05-29 12:00","","","","",1.45,1.4,1.27,1.06,0.59,0.04,0.005,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","017","0122","64101",1,44.021896,-121.260166,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7245,83,301,365,0,51,"","","Certification not required",0,887.959282,4.739355,902,"2013-01-15 16:00",902,"2013-01-15 17:00",902,"2013-01-15 18:00",902,"2013-01-16 01:00","","","","",899,898,896,894,891,888,882,"Bend Deschutes County Road Department (BRD)","Bend Deschutes County Road Department (BRD)","Oregon","Deschutes","Bend","Bend, OR","2014-02-13" +"41","019","0002","11203",1,43.2266,-123.36479,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7291,83,304,365,0,5,"","","Certification not required",0,0.477356,0.295409,3.9,"2013-10-17 16:00",3.8,"2013-08-11 10:00",3.7,"2013-08-11 11:00",3.4,"2013-08-11 08:00","","","","",1.6,1.3,1,0.8,0.5,0.4,0.3,"ROSEBURG, OR; BLM OFFICE - RGV","777 NW GARDEN VALLEY RD, ROSEBURG, OR; BLM OFFICE","Oregon","Douglas","Roseburg","Roseburg, OR","2014-02-13" +"41","019","0002","88502",3,43.2266,-123.36479,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7291,83,304,365,0,5,"","","Certification not required",0,7.166891,5.492559,74,"2013-10-17 16:00",63.2,"2013-10-17 17:00",50.7,"2013-10-17 19:00",50.3,"2013-01-04 00:00","","","","",28.2,23,17,12.9,8.8,6.9,2.1,"ROSEBURG, OR; BLM OFFICE - RGV","777 NW GARDEN VALLEY RD, ROSEBURG, OR; BLM OFFICE","Oregon","Douglas","Roseburg","Roseburg, OR","2014-02-13" +"41","019","0002","88502",3,43.2266,-123.36479,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,7.120395,4.385136,31.8,"2013-10-17 00:00",24.5,"2013-10-18 00:00",23.6,"2013-01-22 00:00",21.1,"2013-01-23 00:00","","","","",21.1,19.3,16.3,12.1,8.6,7.1,2.5,"ROSEBURG, OR; BLM OFFICE - RGV","777 NW GARDEN VALLEY RD, ROSEBURG, OR; BLM OFFICE","Oregon","Douglas","Roseburg","Roseburg, OR","2014-02-13" +"41","023","0002","11203",1,44.418,-118.9513,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7040,80,290,365,0,256,"","","Certification not required",0,0.627159,0.586248,7.6,"2013-01-29 22:00",6.5,"2013-01-29 23:00",6.4,"2013-01-30 23:00",6.3,"2013-02-05 19:00","","","","",3,2.5,1.8,1.3,0.7,0.4,0.2,"John Day Dayton (JDD)","John Day - 230 NE Dayton St, John Day, 97845 (JDD)","Oregon","Grant","John Day","","2014-02-13" +"41","023","0002","88502",3,44.418,-118.9513,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7040,80,290,365,0,256,"","","Certification not required",0,9.609176,9.305548,123.7,"2013-01-29 22:00",104.3,"2013-01-29 23:00",103.6,"2013-01-30 23:00",101.1,"2013-02-05 19:00","","","","",47.3,39.4,27.2,19.2,11.3,7.1,2.4,"John Day Dayton (JDD)","John Day - 230 NE Dayton St, John Day, 97845 (JDD)","Oregon","Grant","John Day","","2014-02-13" +"41","023","0002","88502",3,44.418,-118.9513,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",290,79,290,365,0,0,"","","Certification not required",0,9.613448,5.518643,35.9,"2013-02-14 00:00",34.6,"2013-01-30 00:00",31.2,"2013-01-31 00:00",27.3,"2013-10-29 00:00","","","","",31.2,26.2,19.9,15.2,12.5,8.9,3.1,"John Day Dayton (JDD)","John Day - 230 NE Dayton St, John Day, 97845 (JDD)","Oregon","Grant","John Day","","2014-02-13" +"41","025","0003","11203",1,43.58925,-119.04872,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7201,82,300,365,0,95,"","","Certification not required",0,0.567977,0.61753,6.6,"2013-01-14 00:00",5.7,"2013-01-17 21:00",5.7,"2013-01-23 03:00",5.7,"2013-01-23 04:00","","","","",3.3,2.7,1.8,1.2,0.6,0.3,0.2,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","61101",1,43.58925,-119.04872,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7277,83,303,365,0,19,"","","Certification not required",0,3.920091,2.251209,15.7,"2013-04-07 09:00",15.1,"2013-04-16 08:00",14.8,"2013-03-20 10:00",14.3,"2013-04-16 12:00","","","","",11.3,10.2,8.4,7,4.9,3.4,1.6,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","61103",1,43.58925,-119.04872,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7257,83,303,365,0,39,"","","Certification not required",0,3.457779,2.284414,15.5,"2013-04-07 09:00",14.6,"2013-03-20 10:00",14.6,"2013-04-16 08:00",14.2,"2013-04-19 17:00","","","","",10.9,9.7,8.1,6.6,4.5,3,1,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","61104",1,43.58925,-119.04872,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7257,83,303,365,0,39,"","","Certification not required",0,241.300675,107.008561,360,"2013-01-03 04:00",360,"2013-01-13 07:00",360,"2013-01-13 16:00",360,"2013-01-28 03:00","","","","",358,355,350,343,328,288,65,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","61106",1,43.58925,-119.04872,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7259,83,303,365,0,37,"","","Certification not required",0,26.43619,14.196116,84.1,"2013-07-13 15:00",80.6,"2013-10-16 09:00",80.3,"2013-01-01 07:00",80.1,"2013-10-08 10:00","","","","",66.9,62.7,55.8,48.3,34.3,22.1,12.3,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","62101",1,43.58925,-119.04872,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7253,83,302,365,0,43,"","","Certification not required",0,49.909279,20.431812,100,"2013-07-01 14:00",100,"2013-07-01 15:00",100,"2013-07-01 16:00",99,"2013-07-01 17:00","","","","",92,90,84,78,64,49,25,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","64101",1,43.58925,-119.04872,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7278,83,303,365,0,18,"","","Certification not required",0,875.560731,4.9147,891,"2013-01-15 17:00",891,"2013-01-15 18:00",891,"2013-01-15 19:00",891,"2013-01-15 20:00","","","","",888,887,885,882,878,875,870,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","68101",1,43.58925,-119.04872,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",88,72,88,122,0,3,"","","Certification not required",0,0.129545,0.1703,0.6,"2013-06-30 00:00",0.5,"2013-05-25 00:00",0.5,"2013-05-31 00:00",0.5,"2013-06-27 00:00","","","","",0.6,0.5,0.5,0.4,0.3,0,0,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2013-12-23" +"41","025","0003","68102",1,43.58925,-119.04872,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,72,88,122,0,3,"","","Certification not required",0,23.982955,0.139968,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2013-12-23" +"41","025","0003","68105",1,43.58925,-119.04872,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,3,"","","Certification not required",0,10.690805,10.526529,28,"2013-07-03 00:00",26.8,"2013-06-30 00:00",26.4,"2013-07-24 00:00",25.8,"2013-07-18 00:00","","","","",28,26.8,25.6,23.9,19.5,11.5,-2.8,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2013-12-23" +"41","025","0003","68108",1,43.58925,-119.04872,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,3,"","","Certification not required",0,656.806818,4.209617,670,"2013-01-16 00:00",667,"2013-01-19 00:00",667,"2013-05-01 00:00",666,"2013-01-01 00:00","","","","",670,667,666,663,659,656,652,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-01-03" +"41","025","0003","68109",1,43.58925,-119.04872,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",88,72,88,122,0,3,"","","Certification not required",0,1438.909091,8.448133,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2013-12-23" +"41","025","0003","88101",1,43.58925,-119.04872,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,1,1,"Certification not required",0,7.506818,7.446202,38.6,"2013-01-22 00:00",34.2,"2013-01-19 00:00",28.4,"2013-01-04 00:00",27.7,"2013-01-16 00:00","","","","",38.6,34.2,26.8,15.2,9.2,5,2.1,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2013-12-23" +"41","025","0003","88101",1,43.58925,-119.04872,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,3,"","","Certification not required",0,7.506818,7.446202,38.6,"2013-01-22 00:00",34.2,"2013-01-19 00:00",28.4,"2013-01-04 00:00",27.7,"2013-01-16 00:00","","","","",38.6,34.2,26.8,15.2,9.2,5,2.1,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2013-12-23" +"41","025","0003","88502",3,43.58925,-119.04872,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7201,82,300,365,0,95,"","","Certification not required",0,8.791071,9.873097,106,"2013-01-14 00:00",92.3,"2013-01-17 21:00",91.6,"2013-01-23 03:00",91.3,"2013-01-23 04:00","","","","",53.2,43.1,27.6,17.5,9.8,6.4,2.1,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","025","0003","88502",3,43.58925,-119.04872,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,8.663333,6.636802,52.1,"2013-01-23 00:00",36.4,"2013-01-18 00:00",35.5,"2013-01-22 00:00",34,"2013-01-20 00:00","","","","",35.5,29.5,24.2,16,10.3,7.2,2.7,"Burns - Washington Park (BWS)","458 E Washington St. , Burns, OR 97720","Oregon","Harney","Burns","","2014-02-13" +"41","029","0019","11203",1,42.623225,-122.810158,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7242,83,302,365,0,54,"","","Certification not required",0,0.614374,1.142545,17.5,"2013-08-21 08:00",17.2,"2013-07-31 09:00",15.2,"2013-08-04 07:00",15.1,"2013-08-07 05:00","","","","",6.7,4.4,1.4,0.8,0.5,0.4,0.2,"SHADY COVE School (SCS)","37 SCHOOLHOUSE LANE, SHADY COVE","Oregon","Jackson","Shady Cove","Medford, OR","2014-02-13" +"41","029","0019","88502",3,42.623225,-122.810158,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7242,83,302,365,0,54,"","","Certification not required",0,8.310522,14.198019,209.6,"2013-08-21 08:00",206.5,"2013-07-31 09:00",183.2,"2013-08-04 07:00",181.7,"2013-08-07 05:00","","","","",82.2,56.1,21.1,12.7,8.2,5.1,2,"SHADY COVE School (SCS)","37 SCHOOLHOUSE LANE, SHADY COVE","Oregon","Jackson","Shady Cove","Medford, OR","2014-02-13" +"41","029","0019","88502",3,42.623225,-122.810158,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,8.257285,10.450529,68.3,"2013-08-05 00:00",68,"2013-08-07 00:00",65.3,"2013-07-31 00:00",60.2,"2013-08-06 00:00","","","","",60.2,53.1,26.3,13.7,8,5.2,2.4,"SHADY COVE School (SCS)","37 SCHOOLHOUSE LANE, SHADY COVE","Oregon","Jackson","Shady Cove","Medford, OR","2014-02-13" +"41","029","0133","11203",1,42.31411,-122.87923,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7256,83,302,365,0,40,"","","Certification not required",0,0.890628,1.804637,34.3,"2013-07-30 17:00",33.9,"2013-07-31 13:00",33,"2013-07-30 18:00",32.8,"2013-07-31 12:00","","","","",7.7,3.4,2.3,1.5,0.8,0.5,0.3,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-02-13" +"41","029","0133","68101",1,42.31411,-122.87923,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","Events Excluded",88,75,91,122,0,0,"","","Certification not required",0,0.232955,0.149882,0.6,"2013-09-04 00:00",0.5,"2013-04-01 00:00",0.5,"2013-04-04 00:00",0.4,"2013-01-07 00:00","","","","",0.6,0.5,0.4,0.4,0.4,0.2,0,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68101",1,42.31411,-122.87923,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","Concurred Events Excluded",91,75,91,122,3,0,"","","Certification not required",0,0.231868,0.148233,0.6,"2013-09-04 00:00",0.5,"2013-04-01 00:00",0.5,"2013-04-04 00:00",0.4,"2013-01-07 00:00","","","","",0.6,0.5,0.4,0.4,0.4,0.2,0,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68101",1,42.31411,-122.87923,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","Events Inclucded",91,75,91,122,3,0,"","","Certification not required",0,0.231868,0.148233,0.6,"2013-09-04 00:00",0.5,"2013-04-01 00:00",0.5,"2013-04-04 00:00",0.4,"2013-01-07 00:00","","","","",0.6,0.5,0.4,0.4,0.4,0.2,0,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68101",2,42.31411,-122.87923,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","Events Inclucded",23,74,23,31,1,0,"","","Certification not required",0,0.026087,0.091539,0.4,"2013-08-20 00:00",0.2,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0.2,0,0,0,0,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68101",2,42.31411,-122.87923,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","Events Excluded",22,74,23,31,0,0,"","","Certification not required",0,0.027273,0.093513,0.4,"2013-08-20 00:00",0.2,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0.2,0,0,0,0,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68101",2,42.31411,-122.87923,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","Concurred Events Excluded",23,74,23,31,1,0,"","","Certification not required",0,0.026087,0.091539,0.4,"2013-08-20 00:00",0.2,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0.2,0,0,0,0,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68102",1,42.31411,-122.87923,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","Events Inclucded",91,75,91,122,3,0,"","","Certification not required",0,23.997802,0.020966,24.1,"2013-06-12 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24.1,24,24,24,24,24,24,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68102",1,42.31411,-122.87923,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","Events Excluded",88,75,91,122,0,0,"","","Certification not required",0,23.998864,0.018534,24.1,"2013-06-12 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24.1,24,24,24,24,24,24,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68102",1,42.31411,-122.87923,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","Concurred Events Excluded",91,75,91,122,3,0,"","","Certification not required",0,23.997802,0.020966,24.1,"2013-06-12 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24.1,24,24,24,24,24,24,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68102",2,42.31411,-122.87923,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","Events Inclucded",23,74,23,31,1,0,"","","Certification not required",0,23.995652,0.020851,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68102",2,42.31411,-122.87923,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","Events Excluded",22,74,23,31,0,0,"","","Certification not required",0,23.995455,0.02132,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68102",2,42.31411,-122.87923,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","Concurred Events Excluded",23,74,23,31,1,0,"","","Certification not required",0,23.995652,0.020851,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68105",1,42.31411,-122.87923,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","Events Excluded",88,75,91,122,0,0,"","","Certification not required",0,13.403409,8.211227,28,"2013-07-03 00:00",27.4,"2013-07-24 00:00",27.1,"2013-06-30 00:00",26.3,"2013-07-09 00:00","","","","",28,27.4,25.3,23.5,20,13.7,1.2,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68105",1,42.31411,-122.87923,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","Concurred Events Excluded",91,75,91,122,3,0,"","","Certification not required",0,13.685714,8.223781,28,"2013-07-03 00:00",27.4,"2013-07-24 00:00",27.1,"2013-06-30 00:00",26.3,"2013-07-09 00:00","","","","",28,27.4,25.3,24,20.9,14.8,2.2,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68105",1,42.31411,-122.87923,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","Events Inclucded",91,75,91,122,3,0,"","","Certification not required",0,13.685714,8.223781,28,"2013-07-03 00:00",27.4,"2013-07-24 00:00",27.1,"2013-06-30 00:00",26.3,"2013-07-09 00:00","","","","",28,27.4,25.3,24,20.9,14.8,2.2,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68105",2,42.31411,-122.87923,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","Concurred Events Excluded",23,74,23,31,1,0,"","","Certification not required",0,14.795652,9.197059,29.3,"2013-07-03 00:00",26.6,"2013-07-15 00:00",25.3,"2013-08-20 00:00",25,"2013-07-27 00:00","","","","",29.3,29.3,26.6,25.3,22.9,14.7,3.8,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68105",2,42.31411,-122.87923,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","Events Inclucded",23,74,23,31,1,0,"","","Certification not required",0,14.795652,9.197059,29.3,"2013-07-03 00:00",26.6,"2013-07-15 00:00",25.3,"2013-08-20 00:00",25,"2013-07-27 00:00","","","","",29.3,29.3,26.6,25.3,22.9,14.7,3.8,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68105",2,42.31411,-122.87923,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","Events Excluded",22,74,23,31,0,0,"","","Certification not required",0,14.509091,9.307801,29.3,"2013-07-03 00:00",26.6,"2013-07-15 00:00",25.3,"2013-08-20 00:00",25,"2013-07-27 00:00","","","","",29.3,29.3,26.6,25.3,22.9,14.6,0.3,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68108",1,42.31411,-122.87923,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","Concurred Events Excluded",91,75,91,122,3,0,"","","Certification not required",0,727.769231,5.43257,744,"2013-01-16 00:00",740,"2013-02-12 00:00",739,"2013-01-13 00:00",738,"2013-01-31 00:00","","","","",744,740,737,735,731,727,722,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-01-03" +"41","029","0133","68108",1,42.31411,-122.87923,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","Events Excluded",88,75,91,122,0,0,"","","Certification not required",0,727.897727,5.47101,744,"2013-01-16 00:00",740,"2013-02-12 00:00",739,"2013-01-13 00:00",738,"2013-01-31 00:00","","","","",744,740,737,735,731,727,721,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-01-03" +"41","029","0133","68108",1,42.31411,-122.87923,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","Events Inclucded",91,75,91,122,3,0,"","","Certification not required",0,727.769231,5.43257,744,"2013-01-16 00:00",740,"2013-02-12 00:00",739,"2013-01-13 00:00",738,"2013-01-31 00:00","","","","",744,740,737,735,731,727,722,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-01-03" +"41","029","0133","68108",2,42.31411,-122.87923,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","Events Inclucded",23,74,23,31,1,0,"","","Certification not required",0,726.652174,4.568755,738,"2013-01-16 00:00",732,"2013-04-10 00:00",731,"2013-01-04 00:00",731,"2013-01-28 00:00","","","","",738,738,732,731,731,725,722,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-01-03" +"41","029","0133","68108",2,42.31411,-122.87923,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","Concurred Events Excluded",23,74,23,31,1,0,"","","Certification not required",0,726.652174,4.568755,738,"2013-01-16 00:00",732,"2013-04-10 00:00",731,"2013-01-04 00:00",731,"2013-01-28 00:00","","","","",738,738,732,731,731,725,722,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-01-03" +"41","029","0133","68108",2,42.31411,-122.87923,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","Events Excluded",22,74,23,31,0,0,"","","Certification not required",0,726.772727,4.638676,738,"2013-01-16 00:00",732,"2013-04-10 00:00",731,"2013-01-04 00:00",731,"2013-01-28 00:00","","","","",738,738,732,731,731,725,721,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-01-03" +"41","029","0133","68109",1,42.31411,-122.87923,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","Concurred Events Excluded",91,75,91,122,3,0,"","","Certification not required",0,1439.637363,1.501973,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68109",1,42.31411,-122.87923,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","Events Inclucded",91,75,91,122,3,0,"","","Certification not required",0,1439.637363,1.501973,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68109",1,42.31411,-122.87923,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","Events Excluded",88,75,91,122,0,0,"","","Certification not required",0,1439.715909,1.347188,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68109",2,42.31411,-122.87923,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","Events Excluded",22,74,23,31,0,0,"","","Certification not required",0,1439.454545,2.132007,1440,"2013-01-04 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68109",2,42.31411,-122.87923,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","Concurred Events Excluded",23,74,23,31,1,0,"","","Certification not required",0,1439.478261,2.086092,1440,"2013-01-04 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","68109",2,42.31411,-122.87923,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","Events Inclucded",23,74,23,31,1,0,"","","Certification not required",0,1439.478261,2.086092,1440,"2013-01-04 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",1,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",91,75,91,122,3,0,5,5,"Certification not required",0,11.474725,19.457456,157,"2013-07-30 00:00",85.6,"2013-08-08 00:00",43.2,"2013-08-05 00:00",42.8,"2013-01-19 00:00","","","","",157,85.6,38.5,18.4,11.1,6,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",1,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",88,75,91,122,0,0,2,2,"Certification not required",0,8.618182,8.077648,42.8,"2013-01-19 00:00",38.5,"2013-01-22 00:00",34.8,"2013-01-16 00:00",30.5,"2013-01-04 00:00","","","","",42.8,38.5,24.8,18,10.5,5.6,2.2,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",1,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",91,75,91,122,3,0,5,5,"Certification not required",0,11.474725,19.457456,157,"2013-07-30 00:00",85.6,"2013-08-08 00:00",43.2,"2013-08-05 00:00",42.8,"2013-01-19 00:00","","","","",157,85.6,38.5,18.4,11.1,6,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",1,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",91,75,91,122,3,0,"","","Certification not required",0,11.474725,19.457456,157,"2013-07-30 00:00",85.6,"2013-08-08 00:00",43.2,"2013-08-05 00:00",42.8,"2013-01-19 00:00","","","","",157,85.6,38.5,18.4,11.1,6,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",1,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",91,75,91,122,3,0,"","","Certification not required",0,11.474725,19.457456,157,"2013-07-30 00:00",85.6,"2013-08-08 00:00",43.2,"2013-08-05 00:00",42.8,"2013-01-19 00:00","","","","",157,85.6,38.5,18.4,11.1,6,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",1,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",88,75,91,122,0,0,"","","Certification not required",0,8.618182,8.077648,42.8,"2013-01-19 00:00",38.5,"2013-01-22 00:00",34.8,"2013-01-16 00:00",30.5,"2013-01-04 00:00","","","","",42.8,38.5,24.8,18,10.5,5.6,2.2,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",2,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",23,74,23,31,1,0,1,1,"Certification not required",0,11.9,18.004924,85.1,"2013-08-08 00:00",34.6,"2013-01-16 00:00",30,"2013-01-04 00:00",17.8,"2013-02-09 00:00","","","","",85.1,85.1,34.6,30,9.4,6.3,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",2,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",22,74,23,31,0,0,0,0,"Certification not required",0,8.572727,8.535929,34.6,"2013-01-16 00:00",30,"2013-01-04 00:00",17.8,"2013-02-09 00:00",10.3,"2013-03-05 00:00","","","","",34.6,34.6,30,17.8,9.3,6.2,2.1,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",2,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",23,74,23,31,1,0,1,1,"Certification not required",0,11.9,18.004924,85.1,"2013-08-08 00:00",34.6,"2013-01-16 00:00",30,"2013-01-04 00:00",17.8,"2013-02-09 00:00","","","","",85.1,85.1,34.6,30,9.4,6.3,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",2,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",22,74,23,31,0,0,"","","Certification not required",0,8.572727,8.535929,34.6,"2013-01-16 00:00",30,"2013-01-04 00:00",17.8,"2013-02-09 00:00",10.3,"2013-03-05 00:00","","","","",34.6,34.6,30,17.8,9.3,6.2,2.1,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",2,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",23,74,23,31,1,0,"","","Certification not required",0,11.9,18.004924,85.1,"2013-08-08 00:00",34.6,"2013-01-16 00:00",30,"2013-01-04 00:00",17.8,"2013-02-09 00:00","","","","",85.1,85.1,34.6,30,9.4,6.3,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88101",2,42.31411,-122.87923,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",23,74,23,31,1,0,"","","Certification not required",0,11.9,18.004924,85.1,"2013-08-08 00:00",34.6,"2013-01-16 00:00",30,"2013-01-04 00:00",17.8,"2013-02-09 00:00","","","","",85.1,85.1,34.6,30,9.4,6.3,2.5,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2013-12-23" +"41","029","0133","88502",3,42.31411,-122.87923,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7256,83,302,365,0,40,"","","Certification not required",0,12.66341,22.313798,408.1,"2013-07-30 17:00",403.6,"2013-07-31 13:00",393,"2013-07-30 18:00",390,"2013-07-31 12:00","","","","",95.5,52.3,35,23,12.4,8.2,3,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-02-13" +"41","029","0133","88502",3,42.31411,-122.87923,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,12.352649,17.412986,188.2,"2013-07-31 00:00",147.7,"2013-07-30 00:00",144,"2013-08-01 00:00",81.2,"2013-08-08 00:00","","","","",81.2,41.9,30.5,20.2,12.5,8.7,3.7,"Medford - Grant & Belmont Sts. (MGB)","902 GRANT AVENUE","Oregon","Jackson","Medford","Medford, OR","2014-02-13" +"41","029","0201","44201",1,42.229891,-122.7877,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3567,97,149,153,0,105,0,0,"Certification not required",0,0.050899,0.012379,0.083,"2013-07-26 13:00",0.082,"2013-07-09 13:00",0.078,"2013-08-06 14:00",0.076,"2013-07-10 12:00","","","","",0.082,0.078,0.071,0.067,0.061,0.05,0.035,"Medford at Talent (South of Medford) - (TAL)","7112 RAP LANE, TALENT","Oregon","Jackson","","Medford, OR","2013-12-23" +"41","029","0201","44201",1,42.229891,-122.7877,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3584,97,149,153,0,0,0,0,"Certification not required",0,0.044443,0.010574,0.07,"2013-07-09 10:00",0.07,"2013-07-26 09:00",0.067,"2013-07-30 11:00",0.067,"2013-08-06 11:00","","","","",0.07,0.067,0.062,0.058,0.052,0.044,0.031,"Medford at Talent (South of Medford) - (TAL)","7112 RAP LANE, TALENT","Oregon","Jackson","","Medford, OR","2013-12-23" +"41","029","0201","44201",1,42.229891,-122.7877,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3584,97,149,153,0,0,0,0,"Certification not required",0,0.044443,0.010574,0.07,"2013-07-09 10:00",0.07,"2013-07-26 09:00",0.067,"2013-07-30 11:00",0.067,"2013-08-06 11:00","","","","",0.07,0.067,0.062,0.058,0.052,0.044,0.031,"Medford at Talent (South of Medford) - (TAL)","7112 RAP LANE, TALENT","Oregon","Jackson","","Medford, OR","2013-12-23" +"41","029","1002","61101",1,42.341987,-122.9102,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7255,83,301,365,0,41,"","","Certification not required",0,3.533439,2.045538,19.6,"2013-09-28 20:00",18.7,"2013-09-28 21:00",17.4,"2013-05-21 11:00",17.3,"2013-09-28 19:00","","","","",11.5,9.6,7.6,6.2,4.2,3,1.7,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","61103",1,42.341987,-122.9102,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7249,83,301,365,0,47,"","","Certification not required",0,3.032156,2.102818,19.1,"2013-09-28 20:00",18.6,"2013-09-28 21:00",16.9,"2013-05-21 11:00",16.9,"2013-09-28 19:00","","","","",11.2,9.3,7.1,5.7,3.6,2.5,1,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","61104",1,42.341987,-122.9102,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7249,83,301,365,0,47,"","","Certification not required",0,225.266106,106.243014,360,"2013-01-01 11:00",360,"2013-01-08 05:00",360,"2013-01-19 12:00",360,"2013-01-23 18:00","","","","",359,358,354,348,324,227,27,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","61106",1,42.341987,-122.9102,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7249,83,301,365,0,47,"","","Certification not required",0,28.298662,14.9618,83.9,"2013-02-04 15:00",82,"2013-04-18 06:00",80.2,"2013-06-29 02:00",80.1,"2013-09-01 19:00","","","","",68.3,63.6,57.1,50.5,38.1,24.9,11.7,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","62101",1,42.341987,-122.9102,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7296,83,304,365,0,0,"","","Certification not required",0,54.23136,16.320612,100,"2013-07-25 15:00",99,"2013-07-25 16:00",98,"2013-07-25 14:00",98,"2013-07-25 17:00","","","","",93,90,84,78,65,53,34,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","62106",1,42.341987,-122.9102,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",7296,83,304,365,0,0,"","","Certification not required",0,0.429742,1.052461,4.6,"2013-09-11 23:00",4.5,"2013-09-10 22:00",4.4,"2013-09-13 19:00",4.3,"2013-09-10 21:00","","","","",3.2,2.9,2.4,2,1.2,0.2,-0.7,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","62201",1,42.341987,-122.9102,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7296,83,304,365,0,0,"","","Certification not required",0,68.847999,21.389083,98,"2013-09-21 03:00",98,"2013-09-21 04:00",98,"2013-09-21 05:00",97,"2013-01-24 09:00","","","","",96,96,94,93,88,74,36,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","63301",1,42.341987,-122.9102,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7296,83,304,365,0,0,"","","Certification not required",3477,0.27799,0.381128,1.48,"2013-08-16 13:00",1.47,"2013-06-20 10:00",1.39,"2013-06-10 12:00",1.39,"2013-06-15 12:00","","","","",1.28,1.23,1.11,0.95,0.49,0.02,0.005,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","1002","64101",1,42.341987,-122.9102,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7296,83,304,365,0,0,"","","Certification not required",0,967.456552,5.414957,984,"2013-01-15 09:00",984,"2013-01-15 10:00",984,"2013-01-15 11:00",984,"2013-01-15 18:00","","","","",981,980,977,975,971,967,961,"Medford MET STATION IS BY ROSSANLY DRIVE AND ROSS LANE (MTV)","1441 ROSSANLY DRIVE","Oregon","Jackson","","Medford, OR","2014-02-13" +"41","029","2129","14115",7,42.33155,-122.880266,"NAD83","Chromium VI (TSP) LC","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,1.4e-05,3.1e-05,7e-05,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",7e-05,7e-05,7e-05,7e-05,0,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","17141",7,42.33155,-122.880266,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,50,5,10,0,0,"","","Certification not required",0,235.4,87.771294,334,"2013-01-22 00:00",272,"2013-01-16 00:00",270,"2013-01-04 00:00",196,"2013-01-28 00:00","","","","",334,334,334,334,272,270,105,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","17242",7,42.33155,-122.880266,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,50,5,10,0,0,"","","Certification not required",0,2.198,1.775604,4.11,"2013-01-22 00:00",3.59,"2013-01-04 00:00",2.59,"2013-01-16 00:00",0.48,"2013-01-10 00:00","","","","",4.11,4.11,4.11,4.11,3.59,2.59,0.22,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43218",7,42.33155,-122.880266,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.388,0.422457,0.96,"2013-01-04 00:00",0.67,"2013-01-22 00:00",0.31,"2013-01-16 00:00",0,"2013-01-10 00:00","","","","",0.96,0.96,0.96,0.96,0.67,0.31,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43502",7,42.33155,-122.880266,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,3.24,1.709678,5.8,"2013-01-22 00:00",4,"2013-01-04 00:00",2.9,"2013-01-16 00:00",1.8,"2013-01-10 00:00","","","","",5.8,5.8,5.8,5.8,4,2.9,1.7,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43503",7,42.33155,-122.880266,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,3.58,1.984187,6.5,"2013-01-22 00:00",4.3,"2013-01-04 00:00",3.6,"2013-01-16 00:00",1.8,"2013-01-10 00:00","","","","",6.5,6.5,6.5,6.5,4.3,3.6,1.7,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43509",7,42.33155,-122.880266,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,1.46,0.967342,2.63,"2013-01-22 00:00",2.32,"2013-01-04 00:00",1.19,"2013-01-16 00:00",0.66,"2013-01-28 00:00","","","","",2.63,2.63,2.63,2.63,2.32,1.19,0.5,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43802",7,42.33155,-122.880266,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.108,0.013038,0.12,"2013-01-10 00:00",0.12,"2013-01-16 00:00",0.11,"2013-01-28 00:00",0.1,"2013-01-22 00:00","","","","",0.12,0.12,0.12,0.12,0.12,0.11,0.09,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43803",7,42.33155,-122.880266,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43804",7,42.33155,-122.880266,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.04,0,0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-22 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.04,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43817",7,42.33155,-122.880266,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.132,0.099599,0.24,"2013-01-28 00:00",0.2,"2013-01-22 00:00",0.16,"2013-01-04 00:00",0.06,"2013-01-16 00:00","","","","",0.24,0.24,0.24,0.24,0.2,0.16,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43824",7,42.33155,-122.880266,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43829",7,42.33155,-122.880266,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","43860",7,42.33155,-122.880266,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","45201",7,42.33155,-122.880266,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",5,50,5,10,0,0,"","","Certification not required",0,4.3632,2.673966,7.2,"2013-01-22 00:00",6.96,"2013-01-04 00:00",4.176,"2013-01-16 00:00",1.818,"2013-01-10 00:00","","","","",7.2,7.2,7.2,7.2,6.96,4.176,1.662,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","81102",1,42.33155,-122.880266,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",36,59,36,61,0,3,0,0,"Certification not required",0,15.944444,14.544404,90,"2013-08-08 00:00",30,"2013-08-14 00:00",28,"2013-05-04 00:00",28,"2013-08-02 00:00","","","","",90,90,30,28,20,12,6,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-12-24" +"41","029","2129","81102",7,42.33155,-122.880266,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,0,0,"Certification not required",0,38.6,31.189742,84,"2013-01-22 00:00",50,"2013-01-04 00:00",40,"2013-01-16 00:00",11,"2013-01-10 00:00","","","","",84,84,84,84,50,40,8,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-09-25" +"41","029","2129","85101",1,42.33155,-122.880266,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",36,65,36,55,0,3,"","","Certification not required",0,15.972222,13.972393,87,"2013-08-08 00:00",28,"2013-08-14 00:00",27,"2013-02-15 00:00",27,"2013-05-04 00:00","","","","",87,87,28,27,20,13,6,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-12-24" +"41","029","2129","85101",7,42.33155,-122.880266,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",5,100,5,5,0,0,"","","Certification not required",0,40.4,32.284671,87,"2013-01-22 00:00",52,"2013-01-04 00:00",43,"2013-01-16 00:00",12,"2013-01-10 00:00","","","","",87,87,87,87,52,43,8,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-12-26" +"41","029","2129","85103",7,42.33155,-122.880266,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,1.44,1.434573,3.9,"2013-01-22 00:00",1.5,"2013-01-16 00:00",0.7,"2013-01-04 00:00",0.7,"2013-01-10 00:00","","","","",3.9,3.9,3.9,3.9,1.5,0.7,0.4,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","85105",7,42.33155,-122.880266,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","85110",7,42.33155,-122.880266,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.24,0.114018,0.4,"2013-01-22 00:00",0.3,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00","","","","",0.4,0.4,0.4,0.4,0.3,0.2,0.1,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","85128",7,42.33155,-122.880266,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.00408,0.003244,0.0095,"2013-01-22 00:00",0.0041,"2013-01-04 00:00",0.0036,"2013-01-16 00:00",0.0019,"2013-01-10 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0041,0.0036,0.0013,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","85132",7,42.33155,-122.880266,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,11,11.045361,29,"2013-01-22 00:00",12,"2013-01-04 00:00",10,"2013-01-16 00:00",2,"2013-01-10 00:00","","","","",29,29,29,29,12,10,2,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","85136",7,42.33155,-122.880266,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",5,50,5,10,0,0,"","","Certification not required",0,0.6,0.894427,2,"2013-01-22 00:00",1,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",2,2,2,2,1,0,0,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-08-21" +"41","029","2129","88313",1,42.33155,-122.880266,"NAD83","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",713,93,29,32,0,31,"","","Certification not required",92,1.505975,1.205774,6.73,"2013-01-18 20:00",6.28,"2013-01-18 22:00",5.67,"2013-01-02 20:00",5.58,"2013-01-19 02:00","","","","",4.98,4.62,3.89,3.14,2.17,1.3,0.1,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-05-31" +"41","029","2129","88314",1,42.33155,-122.880266,"NAD83","UV Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",670,87,26,32,0,74,"","","Certification not required",47,2.968642,2.527962,12.53,"2013-01-18 20:00",12.44,"2013-01-03 21:00",12.19,"2013-01-02 20:00",12.17,"2013-01-04 20:00","","","","",10.49,9.39,8.27,6.68,4.33,2.43,0.28,"","711 WELCH ST","Oregon","Jackson","Medford","Medford, OR","2013-05-31" +"41","029","4001","81102",1,42.426705,-122.852272,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,2,0,0,"Certification not required",0,21.075,15.324503,72,"2013-08-08 00:00",61,"2013-01-22 00:00",48,"2013-05-04 00:00",46,"2013-02-15 00:00","","","","",72,72,61,46,26,17,8,"","POST OFFICE/751 CRATER LAKE HWY","Oregon","Jackson","","Medford, OR","2014-01-03" +"41","029","4001","85101",1,42.426705,-122.852272,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",40,89,40,45,0,2,"","","Certification not required",0,20.85,15.203829,69,"2013-08-08 00:00",63,"2013-01-22 00:00",47,"2013-02-15 00:00",47,"2013-05-04 00:00","","","","",69,69,63,47,27,18,7,"","POST OFFICE/751 CRATER LAKE HWY","Oregon","Jackson","","Medford, OR","2014-01-03" +"41","031","0007","11203",1,44.63062,-121.13165,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",2457,53,102,195,0,15,"","","Certification not required",0,0.522548,0.324144,8.4,"2013-07-23 16:00",6.9,"2013-07-23 15:00",3.1,"2013-08-20 19:00",2.9,"2013-07-23 17:00","","","","",1.5,1.3,1,0.8,0.6,0.4,0.3,"","410 SW 4th Street, Madras (MWS)","Oregon","Jefferson","Madras","","2013-12-23" +"41","031","0007","88502",3,44.63062,-121.13165,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",2207,47,92,195,0,1,"","","Certification not required",0,9.972406,3.988193,103.3,"2013-07-23 16:00",85.2,"2013-07-23 15:00",39.8,"2013-08-20 19:00",38.3,"2013-07-23 17:00","","","","",22,19.2,15.7,13.5,10.9,9,7.4,"","410 SW 4th Street, Madras (MWS)","Oregon","Jefferson","Madras","","2013-12-23" +"41","031","0007","88502",3,44.63062,-121.13165,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",92,47,92,195,0,0,"","","Certification not required",0,9.920652,2.536959,20.7,"2013-07-23 00:00",19.1,"2013-08-15 00:00",16.6,"2013-08-23 00:00",16,"2013-08-14 00:00","","","","",20.7,19.1,14.1,13.2,11,9.2,7.6,"","410 SW 4th Street, Madras (MWS)","Oregon","Jefferson","Madras","","2013-12-23" +"41","031","1034","88502",1,44.763298,-121.270178,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6447,74,265,365,0,104,"","","Certification not required",0,5.5302,5.132762,168.2,"2013-07-23 15:00",126,"2013-07-23 14:00",114.8,"2013-05-21 03:00",113.4,"2013-05-21 02:00","","","","",18.6,14.6,11.3,9.1,6.6,4.8,2.2,"Family Resource Center","Family Resource Center, 1144 Warm Springs St., Warm Springs, OR 97761","Oregon","Jefferson","Warm Springs","","2014-01-15" +"41","031","1034","88502",1,44.763298,-121.270178,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,5.471321,2.447821,20.9,"2013-07-23 00:00",18,"2013-08-14 00:00",15.5,"2013-08-15 00:00",14.2,"2013-05-21 00:00","","","","",15.5,12.1,9.9,8.4,6.2,4.9,3.4,"Family Resource Center","Family Resource Center, 1144 Warm Springs St., Warm Springs, OR 97761","Oregon","Jefferson","Warm Springs","","2014-01-15" +"41","033","0010","85101",1,42.104278,-123.681083,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,3.579836,1.703183,8.6365,"2013-04-25 00:00",8.1025,"2013-05-04 00:00",6.2057,"2013-02-21 00:00",5.7921,"2013-05-31 00:00","","","","",8.6365,8.6365,6.2057,5.754,4.3617,3.747,1.5964,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","86502",1,42.104278,-123.681083,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.840909,0.913546,3,"2013-04-25 00:00",3,"2013-05-04 00:00",2,"2013-02-21 00:00",2,"2013-02-24 00:00","","","","",3,3,2,2,2,1,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88103",1,42.104278,-123.681083,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000114,0.000754,0.005,"2013-01-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.005,0.005,0,0,0,0,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88104",1,42.104278,-123.681083,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",7,0.013573,0.01853,0.0923,"2013-04-25 00:00",0.074,"2013-05-04 00:00",0.0467,"2013-04-28 00:00",0.042,"2013-05-01 00:00","","","","",0.0923,0.0923,0.0467,0.0344,0.017,0.0074,0.0016,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88109",1,42.104278,-123.681083,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.000957,0.000913,0.0048,"2013-01-25 00:00",0.0044,"2013-01-07 00:00",0.002,"2013-05-04 00:00",0.0019,"2013-04-25 00:00","","","","",0.0048,0.0048,0.002,0.0015,0.0011,0.0008,0.0002,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88111",1,42.104278,-123.681083,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",2,0.012468,0.011953,0.0601,"2013-04-25 00:00",0.0463,"2013-05-04 00:00",0.0313,"2013-05-01 00:00",0.0292,"2013-04-28 00:00","","","","",0.0601,0.0601,0.0313,0.0256,0.0173,0.0106,0.0022,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88112",1,42.104278,-123.681083,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88114",1,42.104278,-123.681083,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",28,0.000241,0.000409,0.0028,"2013-01-07 00:00",0.0006,"2013-01-01 00:00",0.0004,"2013-04-28 00:00",0.0004,"2013-05-04 00:00","","","","",0.0028,0.0028,0.0004,0.0003,0.0003,0.00015,0.0001,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88115",1,42.104278,-123.681083,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.101303,0.188153,0.8961,"2013-02-21 00:00",0.7784,"2013-02-24 00:00",0.374,"2013-03-17 00:00",0.3248,"2013-03-20 00:00","","","","",0.8961,0.8961,0.374,0.2762,0.1089,0.0275,0.0005,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88126",1,42.104278,-123.681083,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",9,0.009235,0.013478,0.0617,"2013-04-25 00:00",0.0582,"2013-05-04 00:00",0.0335,"2013-05-01 00:00",0.0294,"2013-04-28 00:00","","","","",0.0617,0.0617,0.0335,0.0219,0.0111,0.004,0.0009,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88128",1,42.104278,-123.681083,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000477,0.000952,0.005,"2013-01-07 00:00",0.002,"2013-04-28 00:00",0.002,"2013-05-01 00:00",0.001,"2013-01-04 00:00","","","","",0.005,0.005,0.002,0.001,0.001,0,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88132",1,42.104278,-123.681083,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.000205,0.000509,0.002,"2013-04-25 00:00",0.002,"2013-05-04 00:00",0.001,"2013-03-02 00:00",0.001,"2013-03-23 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88136",1,42.104278,-123.681083,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88140",1,42.104278,-123.681083,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",9,0.015856,0.015811,0.0663,"2013-04-25 00:00",0.046,"2013-02-21 00:00",0.044,"2013-02-24 00:00",0.0389,"2013-05-13 00:00","","","","",0.0663,0.0663,0.044,0.0371,0.0261,0.0105,0.00105,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88152",1,42.104278,-123.681083,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",21,0.000649,0.000718,0.0028,"2013-05-31 00:00",0.0026,"2013-05-28 00:00",0.002,"2013-03-02 00:00",0.0019,"2013-05-25 00:00","","","","",0.0028,0.0028,0.002,0.0016,0.0012,0.0003,0.00015,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88154",1,42.104278,-123.681083,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",39,0.000117,5.3e-05,0.0004,"2013-01-31 00:00",0.0002,"2013-01-28 00:00",0.0002,"2013-05-10 00:00",0.0002,"2013-05-13 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,0.0001,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88161",1,42.104278,-123.681083,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",20,0.000867,0.001264,0.0057,"2013-04-25 00:00",0.0053,"2013-05-04 00:00",0.003,"2013-05-01 00:00",0.0029,"2013-04-28 00:00","","","","",0.0057,0.0057,0.003,0.0024,0.0011,0.0002,0.0002,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88164",1,42.104278,-123.681083,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",16,0.000125,0.000131,0.0008,"2013-05-13 00:00",0.0004,"2013-04-25 00:00",0.0004,"2013-05-07 00:00",0.0002,"2013-01-25 00:00","","","","",0.0008,0.0008,0.0004,0.0002,0.0001,0.0001,5e-05,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88165",1,42.104278,-123.681083,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",12,0.028082,0.044182,0.1958,"2013-05-04 00:00",0.1922,"2013-04-25 00:00",0.108,"2013-05-01 00:00",0.103,"2013-04-28 00:00","","","","",0.1958,0.1958,0.108,0.0753,0.0322,0.0099,0.0027,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88167",1,42.104278,-123.681083,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.00136,0.001561,0.0097,"2013-01-07 00:00",0.0038,"2013-02-09 00:00",0.0033,"2013-05-19 00:00",0.0031,"2013-03-23 00:00","","","","",0.0097,0.0097,0.0033,0.0027,0.0015,0.0009,0.0003,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88168",1,42.104278,-123.681083,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",22,0.00024,0.000192,0.0008,"2013-02-21 00:00",0.0008,"2013-04-25 00:00",0.0007,"2013-05-04 00:00",0.0006,"2013-04-28 00:00","","","","",0.0008,0.0008,0.0007,0.0005,0.0003,0.0002,0.0001,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88169",1,42.104278,-123.681083,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.10437,0.090742,0.3804,"2013-04-25 00:00",0.2788,"2013-05-01 00:00",0.2409,"2013-05-13 00:00",0.2333,"2013-05-31 00:00","","","","",0.3804,0.3804,0.2409,0.2325,0.1724,0.0659,0.0171,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88176",1,42.104278,-123.681083,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",43,0.000156,3.8e-05,0.0004,"2013-05-01 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00","","","","",0.0004,0.0004,0.00015,0.00015,0.00015,0.00015,0.00015,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88180",1,42.104278,-123.681083,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.020002,0.009439,0.0537,"2013-04-25 00:00",0.0401,"2013-05-04 00:00",0.0354,"2013-05-01 00:00",0.0352,"2013-03-23 00:00","","","","",0.0537,0.0537,0.0354,0.0304,0.0249,0.0196,0.0103,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88184",1,42.104278,-123.681083,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",9,0.113755,0.140053,0.6008,"2013-02-21 00:00",0.5912,"2013-02-24 00:00",0.2954,"2013-05-31 00:00",0.2806,"2013-05-22 00:00","","","","",0.6008,0.6008,0.2954,0.254,0.193,0.0698,0.00155,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88185",1,42.104278,-123.681083,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",39,0.000666,0.000262,0.0015,"2013-05-04 00:00",0.0014,"2013-05-10 00:00",0.0013,"2013-01-13 00:00",0.0013,"2013-01-31 00:00","","","","",0.0015,0.0015,0.0013,0.001,0.00065,0.00065,0.0004,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88203",1,42.104278,-123.681083,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",4,0.169284,0.236699,1.1267,"2013-02-21 00:00",0.9873,"2013-02-24 00:00",0.5073,"2013-03-17 00:00",0.4325,"2013-05-22 00:00","","","","",1.1267,1.1267,0.5073,0.4122,0.2131,0.0776,0.00865,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88306",1,42.104278,-123.681083,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",7,0.069057,0.064843,0.2758,"2013-04-25 00:00",0.2574,"2013-05-01 00:00",0.2413,"2013-05-07 00:00",0.1435,"2013-05-13 00:00","","","","",0.2758,0.2758,0.2413,0.1418,0.0977,0.0563,0.00515,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88320",1,42.104278,-123.681083,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.645455,0.343596,1.61,"2013-01-07 00:00",1.51,"2013-03-11 00:00",1.42,"2013-01-22 00:00",1.22,"2013-02-15 00:00","","","","",1.61,1.61,1.42,1.17,0.72,0.54,0.33,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88321",1,42.104278,-123.681083,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.092045,0.086846,0.53,"2013-01-07 00:00",0.21,"2013-03-11 00:00",0.2,"2013-01-19 00:00",0.2,"2013-01-22 00:00","","","","",0.53,0.53,0.2,0.19,0.11,0.07,0.02,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88324",1,42.104278,-123.681083,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",39,0.028424,0.032047,0.194,"2013-01-07 00:00",0.1325,"2013-03-11 00:00",0.0644,"2013-01-22 00:00",0.0489,"2013-02-15 00:00","","","","",0.194,0.194,0.0644,0.02995,0.02955,0.02275,0.01585,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88325",1,42.104278,-123.681083,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",8,0.105845,0.084487,0.3979,"2013-01-07 00:00",0.3159,"2013-03-11 00:00",0.3115,"2013-01-22 00:00",0.2729,"2013-02-15 00:00","","","","",0.3979,0.3979,0.3115,0.204,0.1151,0.0826,0.0325,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88326",1,42.104278,-123.681083,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.276343,0.139382,0.6039,"2013-01-07 00:00",0.5804,"2013-03-11 00:00",0.5657,"2013-01-22 00:00",0.5418,"2013-02-03 00:00","","","","",0.6039,0.6039,0.5657,0.54,0.317,0.2494,0.1263,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88327",1,42.104278,-123.681083,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.150641,0.058172,0.3096,"2013-02-03 00:00",0.266,"2013-03-11 00:00",0.2451,"2013-01-07 00:00",0.2402,"2013-01-19 00:00","","","","",0.3096,0.3096,0.2451,0.2358,0.1836,0.1417,0.0995,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88328",1,42.104278,-123.681083,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.10955,0.061748,0.3073,"2013-05-04 00:00",0.2435,"2013-01-22 00:00",0.2429,"2013-04-25 00:00",0.2122,"2013-03-11 00:00","","","","",0.3073,0.3073,0.2429,0.1833,0.1296,0.0942,0.054,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88329",1,42.104278,-123.681083,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.176105,0.113233,0.6276,"2013-01-07 00:00",0.4104,"2013-05-04 00:00",0.3695,"2013-01-22 00:00",0.3559,"2013-03-11 00:00","","","","",0.6276,0.6276,0.3695,0.3116,0.2473,0.146,0.0671,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88330",1,42.104278,-123.681083,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",6,0.025518,0.021737,0.0781,"2013-01-22 00:00",0.0743,"2013-02-03 00:00",0.0695,"2013-03-11 00:00",0.0682,"2013-01-19 00:00","","","","",0.0781,0.0781,0.0695,0.0671,0.0346,0.021,0.00175,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88331",1,42.104278,-123.681083,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",18,5.8e-05,0.000155,0.001,"2013-02-09 00:00",0.0003,"2013-03-11 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88338",1,42.104278,-123.681083,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",40,0.018303,0.010614,0.0686,"2013-03-14 00:00",0.0513,"2013-04-22 00:00",0.0287,"2013-05-04 00:00",0.0267,"2013-05-31 00:00","","","","",0.0686,0.0686,0.0287,0.0238,0.02315,0.015,0.01065,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88339",1,42.104278,-123.681083,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.430525,0.374343,1.56932,"2013-04-25 00:00",1.15013,"2013-05-01 00:00",0.99388,"2013-05-13 00:00",0.96228,"2013-05-31 00:00","","","","",1.56932,1.56932,0.99388,0.95919,0.71115,0.27188,0.07058,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88344",1,42.104278,-123.681083,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",1,0.088918,0.083844,0.3558,"2013-04-25 00:00",0.332,"2013-05-01 00:00",0.3113,"2013-05-07 00:00",0.1851,"2013-05-13 00:00","","","","",0.3558,0.3558,0.3113,0.1829,0.126,0.0726,0.0085,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88348",1,42.104278,-123.681083,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.144248,0.202943,0.9397,"2013-04-25 00:00",0.8764,"2013-05-04 00:00",0.4993,"2013-05-01 00:00",0.4834,"2013-04-28 00:00","","","","",0.9397,0.9397,0.4993,0.3599,0.1658,0.0656,0.0187,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88350",1,42.104278,-123.681083,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,1.160343,0.618499,2.8978,"2013-01-07 00:00",2.7124,"2013-03-11 00:00",2.5493,"2013-01-22 00:00",2.2023,"2013-02-15 00:00","","","","",2.8978,2.8978,2.5493,2.1019,1.2899,0.9772,0.5895,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88403",1,42.104278,-123.681083,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,0.30277,0.260058,1.0879,"2013-04-25 00:00",0.7954,"2013-05-01 00:00",0.7366,"2013-05-13 00:00",0.6933,"2013-03-23 00:00","","","","",1.0879,1.0879,0.7366,0.6523,0.49,0.1998,0.0467,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0010","88502",1,42.104278,-123.681083,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,23,61,0,7,"","","Certification not required",0,2.181818,0.960202,5.2,"2013-04-25 00:00",4.1,"2013-05-04 00:00",3.6,"2013-02-21 00:00",3.6,"2013-03-11 00:00","","","","",5.2,5.2,3.6,3.4,2.8,2.2,1.1,"IVA","ILLINOIS VALLEY AIRPORT","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-01-28" +"41","033","0011","11203",1,42.290094,-123.2321,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7205,82,298,365,0,91,"","","Certification not required",0,0.73728,2.231873,40.9,"2013-07-30 17:00",40.9,"2013-07-31 15:00",40.4,"2013-07-31 11:00",39.7,"2013-07-29 16:00","","","","",10.7,5.7,1.3,0.8,0.5,0.3,0.2,"PROVOLT, OR AT THE BLM SEED ORCHARD","14171 WILLIAMS, PROVOLT, OR AT THE PROVOLT SEED ORCHARD","Oregon","Josephine","","Grants Pass, OR","2014-02-13" +"41","033","0011","88502",3,42.290094,-123.2321,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7205,82,298,365,0,91,"","","Certification not required",0,9.761124,26.825935,486.4,"2013-07-30 17:00",486.2,"2013-07-31 15:00",479.8,"2013-07-31 11:00",471.5,"2013-07-29 16:00","","","","",129.6,71.3,19,11.9,8,5.5,2,"PROVOLT, OR AT THE BLM SEED ORCHARD","14171 WILLIAMS, PROVOLT, OR AT THE PROVOLT SEED ORCHARD","Oregon","Josephine","","Grants Pass, OR","2014-02-13" +"41","033","0011","88502",3,42.290094,-123.2321,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",298,82,298,365,0,0,"","","Certification not required",0,9.729195,22.746178,236.3,"2013-07-31 00:00",208.8,"2013-07-30 00:00",138.8,"2013-08-01 00:00",118.2,"2013-07-29 00:00","","","","",138.8,67.9,23.2,11.9,8,5.4,2.3,"PROVOLT, OR AT THE BLM SEED ORCHARD","14171 WILLIAMS, PROVOLT, OR AT THE PROVOLT SEED ORCHARD","Oregon","Josephine","","Grants Pass, OR","2014-02-13" +"41","033","0036","11203",1,42.1617,-123.64835,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7293,83,304,365,0,3,"","","Certification not required",0,0.860757,2.321888,40,"2013-07-29 16:00",39.7,"2013-07-28 06:00",39.4,"2013-07-29 09:00",38.7,"2013-07-28 07:00","","","","",9.9,5.1,2.4,1.3,0.7,0.4,0.2,"Cave Junction - USFS Office (CJFS)","USFS, 26568 Redwood Hwy, Cave Junction (CFS)","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-02-13" +"41","033","0036","88502",3,42.1617,-123.64835,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7293,83,304,365,0,3,"","","Certification not required",0,11.87983,28.190874,475.6,"2013-07-29 16:00",471.8,"2013-07-28 06:00",468.2,"2013-07-29 09:00",459.8,"2013-07-28 07:00","","","","",120.9,66.5,35,20,9.9,6.7,2,"Cave Junction - USFS Office (CJFS)","USFS, 26568 Redwood Hwy, Cave Junction (CFS)","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-02-13" +"41","033","0036","88502",3,42.1617,-123.64835,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,11.829934,23.588709,300.1,"2013-07-28 00:00",187.2,"2013-07-29 00:00",116.2,"2013-07-27 00:00",96.3,"2013-07-30 00:00","","","","",96.3,72.9,30.2,18.4,11.6,7.2,2.5,"Cave Junction - USFS Office (CJFS)","USFS, 26568 Redwood Hwy, Cave Junction (CFS)","Oregon","Josephine","Cave Junction","Grants Pass, OR","2014-02-13" +"41","033","0114","11203",1,42.434139,-123.348466,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7228,83,302,365,0,68,"","","Certification not required",0,0.876204,2.389493,40.9,"2013-07-31 11:00",40.9,"2013-07-31 12:00",40.9,"2013-07-31 13:00",40.9,"2013-07-31 14:00","","","","",10.2,6,1.8,1.2,0.8,0.4,0.2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","61101",1,42.434139,-123.348466,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7282,83,304,365,0,14,"","","Certification not required",0,2.700742,1.924276,12.2,"2013-06-23 18:00",12.1,"2013-02-16 16:00",11.4,"2013-09-28 13:00",11,"2013-06-08 16:00","","","","",8.8,8.1,6.9,5.7,3.5,2,1,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","61103",1,42.434139,-123.348466,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7272,83,304,365,0,24,"","","Certification not required",0,2.170187,1.910566,12.2,"2013-06-23 18:00",11.8,"2013-02-16 16:00",11.2,"2013-09-28 13:00",10.6,"2013-06-23 17:00","","","","",8.2,7.6,6.4,5.1,3,1.6,0.4,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","61104",1,42.434139,-123.348466,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7272,83,304,365,0,24,"","","Certification not required",0,185.358636,76.437149,360,"2013-01-10 22:00",359,"2013-01-07 03:00",359,"2013-01-13 16:00",359,"2013-02-10 03:00","","","","",336,324,306,289,249,181,82,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","61106",1,42.434139,-123.348466,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7272,83,304,365,0,24,"","","Certification not required",0,37.561524,16.593405,90.7,"2013-08-23 21:00",88.2,"2013-08-19 04:00",85.3,"2013-06-19 04:00",85,"2013-05-19 05:00","","","","",74.8,71.8,65.8,60,50,37.1,15.4,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","62101",1,42.434139,-123.348466,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7282,83,304,365,0,14,"","","Certification not required",0,56.267646,16.431005,103,"2013-07-25 15:00",102,"2013-07-25 14:00",102,"2013-07-25 16:00",100,"2013-07-02 15:00","","","","",94,92,86,80,67,55,35,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","64101",1,42.434139,-123.348466,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7292,83,304,365,0,4,"","","Certification not required",0,985.297312,5.783022,1003,"2013-01-15 19:00",1003,"2013-01-15 20:00",1003,"2013-01-15 23:00",1003,"2013-01-16 01:00","","","","",999,998,996,993,989,984,979,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","68101",1,42.434139,-123.348466,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.186667,0.304959,2,"2013-08-02 00:00",0.5,"2013-02-27 00:00",0.4,"2013-03-05 00:00",0.3,"2013-02-09 00:00","","","","",2,2,0.4,0.3,0.2,0.1,0,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","68102",1,42.434139,-123.348466,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",45,74,45,61,0,0,"","","Certification not required",0,23.953333,0.238937,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","68105",1,42.434139,-123.348466,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,15.155556,8.456723,29.4,"2013-07-03 00:00",27.1,"2013-07-09 00:00",26.4,"2013-07-15 00:00",26,"2013-07-21 00:00","","","","",29.4,29.4,26.4,24.8,22.3,16.9,3.8,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","68108",1,42.434139,-123.348466,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,740.688889,4.655506,753,"2013-01-16 00:00",747,"2013-01-04 00:00",747,"2013-02-03 00:00",747,"2013-02-15 00:00","","","","",753,753,747,747,745,740,735,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-01-03" +"41","033","0114","68109",1,42.434139,-123.348466,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",45,74,45,61,0,0,"","","Certification not required",0,1435.933333,21.218988,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88101",1,42.434139,-123.348466,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",45,74,45,61,1,0,1,1,"Certification not required",0,9.688889,13.772885,89.5,"2013-08-02 00:00",33.2,"2013-08-08 00:00",22.2,"2013-01-22 00:00",21.5,"2013-01-16 00:00","","","","",89.5,89.5,22.2,17.8,11,5.7,2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88101",1,42.434139,-123.348466,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",45,74,45,61,1,0,1,1,"Certification not required",0,9.688889,13.772885,89.5,"2013-08-02 00:00",33.2,"2013-08-08 00:00",22.2,"2013-01-22 00:00",21.5,"2013-01-16 00:00","","","","",89.5,89.5,22.2,17.8,11,5.7,2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88101",1,42.434139,-123.348466,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",44,74,45,61,0,0,0,0,"Certification not required",0,7.875,6.527015,33.2,"2013-08-08 00:00",22.2,"2013-01-22 00:00",21.5,"2013-01-16 00:00",17.8,"2013-07-27 00:00","","","","",33.2,33.2,21.5,16.3,10.6,5.5,2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88101",1,42.434139,-123.348466,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",45,74,45,61,1,0,"","","Certification not required",0,9.688889,13.772885,89.5,"2013-08-02 00:00",33.2,"2013-08-08 00:00",22.2,"2013-01-22 00:00",21.5,"2013-01-16 00:00","","","","",89.5,89.5,22.2,17.8,11,5.7,2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88101",1,42.434139,-123.348466,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",45,74,45,61,1,0,"","","Certification not required",0,9.688889,13.772885,89.5,"2013-08-02 00:00",33.2,"2013-08-08 00:00",22.2,"2013-01-22 00:00",21.5,"2013-01-16 00:00","","","","",89.5,89.5,22.2,17.8,11,5.7,2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88101",1,42.434139,-123.348466,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",44,74,45,61,0,0,"","","Certification not required",0,7.875,6.527015,33.2,"2013-08-08 00:00",22.2,"2013-01-22 00:00",21.5,"2013-01-16 00:00",17.8,"2013-07-27 00:00","","","","",33.2,33.2,21.5,16.3,10.6,5.5,2,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2013-12-23" +"41","033","0114","88502",3,42.434139,-123.348466,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7228,83,302,365,0,68,"","","Certification not required",0,11.40155,28.772624,486.3,"2013-07-31 14:00",486.2,"2013-07-31 12:00",486.2,"2013-07-31 13:00",486,"2013-07-31 11:00","","","","",124,74,26,17.3,10.5,7,1.5,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","033","0114","88502",3,42.434139,-123.348466,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,11.341722,23.974601,276.5,"2013-07-31 00:00",193.2,"2013-07-30 00:00",159.1,"2013-08-07 00:00",120,"2013-08-01 00:00","","","","",120,77.4,20,15.2,10.4,7.5,1.7,"GRANTS PASS PARKSIDE SCHOOL","735 SW WAGNER MEADOWS DR, GRANTS PASS, OR 97526","Oregon","Josephine","Grants Pass","Grants Pass, OR","2014-02-13" +"41","035","0004","11203",1,42.190296,-121.731369,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7217,82,299,365,0,79,"","","Certification not required",0,0.765055,1.084143,17.3,"2013-07-31 18:00",15.7,"2013-07-31 19:00",14.8,"2013-08-06 20:00",11.6,"2013-08-05 21:00","","","","",5.4,4.2,2.8,1.7,0.7,0.4,0.2,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","61101",1,42.190296,-121.731369,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7276,83,303,365,0,20,"","","Certification not required",0,3.72533,2.405253,17.5,"2013-03-05 10:00",16.9,"2013-03-05 11:00",14.6,"2013-04-04 12:00",14.5,"2013-03-05 12:00","","","","",11.2,10.1,8.6,7.3,4.9,3,1.4,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","61103",1,42.190296,-121.731369,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7275,83,303,365,0,21,"","","Certification not required",0,3.068577,2.44269,17,"2013-03-05 10:00",16.4,"2013-03-05 11:00",14.1,"2013-03-05 12:00",14,"2013-03-05 09:00","","","","",10.5,9.5,8,6.7,4.3,2.3,0.7,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","61104",1,42.190296,-121.731369,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7275,83,303,365,0,21,"","","Certification not required",0,229.053746,103.098183,360,"2013-01-22 07:00",360,"2013-02-12 21:00",360,"2013-03-01 23:00",360,"2013-04-11 06:00","","","","",356,352,345,337,321,268,75,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","61106",1,42.190296,-121.731369,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7275,83,303,365,0,21,"","","Certification not required",0,34.629732,14.774533,86.3,"2013-07-25 11:00",85.6,"2013-09-18 03:00",83.3,"2013-06-15 13:00",83,"2013-08-02 23:00","","","","",72,68.4,62.2,56.3,45.1,31.2,18.1,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","62101",1,42.190296,-121.731369,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7256,83,304,365,0,40,"","","Certification not required",0,49.795617,18.293035,96,"2013-07-02 13:00",96,"2013-07-02 14:00",96,"2013-07-21 15:00",95,"2013-07-20 15:00","","","","",89,86,82,75,62,49,28,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","62106",1,42.190296,-121.731369,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",7287,83,304,365,0,9,"","","Certification not required",0,0.244778,0.987366,5,"2013-04-24 22:00",4.3,"2013-04-24 21:00",4.3,"2013-05-03 02:00",4.3,"2013-05-03 04:00","","","","",2.9,2.7,2.1,1.7,0.9,0,-0.8,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","62201",1,42.190296,-121.731369,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7273,83,302,365,0,23,"","","Certification not required",0,58.733672,20.342323,91,"2013-05-07 06:00",91,"2013-05-08 06:00",91,"2013-06-26 05:00",90,"2013-01-25 11:00","","","","",89,88,85,83,76,63,28,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","64101",1,42.190296,-121.731369,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7293,83,304,365,0,3,"","","Certification not required",0,877.065679,4.515949,893,"2013-01-15 19:00",893,"2013-01-15 20:00",893,"2013-01-15 21:00",892,"2013-01-15 10:00","","","","",888,887,885,883,880,877,872,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","68101",1,42.190296,-121.731369,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",85,70,85,122,0,7,"","","Certification not required",0,0.36,0.343026,2.7,"2013-01-19 00:00",1.2,"2013-02-06 00:00",1.1,"2013-02-03 00:00",0.6,"2013-06-21 00:00","","","","",2.7,1.2,0.6,0.6,0.5,0.3,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","68102",1,42.190296,-121.731369,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",85,70,85,122,0,7,"","","Certification not required",0,23.94,0.261042,24,"2013-02-15 00:00",24,"2013-02-18 00:00",24,"2013-02-27 00:00",24,"2013-03-02 00:00","","","","",24,24,24,24,24,24,23.9,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","68105",1,42.190296,-121.731369,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,7,"","","Certification not required",0,11.018824,9.18138,26.5,"2013-07-03 00:00",25.5,"2013-06-30 00:00",24.8,"2013-07-21 00:00",23.5,"2013-06-09 00:00","","","","",26.5,25.5,23.4,22.2,19.1,11.4,0.1,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","68108",1,42.190296,-121.731369,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,7,"","","Certification not required",0,657.8,3.446185,670,"2013-01-16 00:00",665,"2013-01-01 00:00",665,"2013-01-19 00:00",665,"2013-02-12 00:00","","","","",670,665,664,662,660,658,654,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-03" +"41","035","0004","68109",1,42.190296,-121.731369,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",85,70,85,122,0,7,"","","Certification not required",0,1437.447059,15.104009,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88101",1,42.190296,-121.731369,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",85,70,85,122,2,7,6,6,"Certification not required",0,10.927059,14.470894,79.8,"2013-07-30 00:00",74.8,"2013-08-05 00:00",50.1,"2013-01-16 00:00",46.5,"2013-01-13 00:00","","","","",79.8,74.8,38.7,25.2,12,5.2,2.3,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88101",1,42.190296,-121.731369,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",85,70,85,122,2,7,6,6,"Certification not required",0,10.927059,14.470894,79.8,"2013-07-30 00:00",74.8,"2013-08-05 00:00",50.1,"2013-01-16 00:00",46.5,"2013-01-13 00:00","","","","",79.8,74.8,38.7,25.2,12,5.2,2.3,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88101",1,42.190296,-121.731369,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",83,70,85,122,0,7,4,4,"Certification not required",0,9.327711,10.213947,50.1,"2013-01-16 00:00",46.5,"2013-01-13 00:00",38.7,"2013-01-19 00:00",35.8,"2013-01-04 00:00","","","","",50.1,46.5,33.6,21.3,11,5,2.2,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88101",1,42.190296,-121.731369,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Excluded",83,70,85,122,0,7,"","","Certification not required",0,9.327711,10.213947,50.1,"2013-01-16 00:00",46.5,"2013-01-13 00:00",38.7,"2013-01-19 00:00",35.8,"2013-01-04 00:00","","","","",50.1,46.5,33.6,21.3,11,5,2.2,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88101",1,42.190296,-121.731369,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",85,70,85,122,2,7,"","","Certification not required",0,10.927059,14.470894,79.8,"2013-07-30 00:00",74.8,"2013-08-05 00:00",50.1,"2013-01-16 00:00",46.5,"2013-01-13 00:00","","","","",79.8,74.8,38.7,25.2,12,5.2,2.3,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88101",1,42.190296,-121.731369,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","Events Inclucded",85,70,85,122,2,7,"","","Certification not required",0,10.927059,14.470894,79.8,"2013-07-30 00:00",74.8,"2013-08-05 00:00",50.1,"2013-01-16 00:00",46.5,"2013-01-13 00:00","","","","",79.8,74.8,38.7,25.2,12,5.2,2.3,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2013-12-23" +"41","035","0004","88102",5,42.190296,-121.731369,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",23,0.013519,0.006375,0.0305,"2013-03-05 00:00",0.0293,"2013-03-11 00:00",0.0244,"2013-03-17 00:00",0.0232,"2013-01-04 00:00","","","","",0.0305,0.0305,0.0293,0.0244,0.0104,0.0104,0.01035,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88102",6,42.190296,-121.731369,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.01035,0,0.01035,"2013-04-16 00:00","","","","","","","","","","",0.01035,0.01035,0.01035,0.01035,0.01035,0.01035,0.01035,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88103",5,42.190296,-121.731369,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000483,0.000688,0.002,"2013-01-16 00:00",0.002,"2013-01-22 00:00",0.002,"2013-03-29 00:00",0.001,"2013-02-15 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88103",6,42.190296,-121.731369,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0,0,0,"2013-04-16 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88104",5,42.190296,-121.731369,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",1,0.045421,0.036866,0.121,"2013-05-04 00:00",0.114,"2013-02-15 00:00",0.113,"2013-01-16 00:00",0.109,"2013-01-22 00:00","","","","",0.121,0.121,0.114,0.113,0.0647,0.0299,0.0107,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88104",6,42.190296,-121.731369,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.006,0,0.006,"2013-04-16 00:00","","","","","","","","","","",0.006,0.006,0.006,0.006,0.006,0.006,0.006,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88107",5,42.190296,-121.731369,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",22,0.002052,0.001752,0.0084,"2013-06-27 00:00",0.0054,"2013-02-15 00:00",0.0048,"2013-01-16 00:00",0.0043,"2013-02-03 00:00","","","","",0.0084,0.0084,0.0054,0.0048,0.0013,0.0012,0.0012,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88107",6,42.190296,-121.731369,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.0012,0,0.0012,"2013-04-16 00:00","","","","","","","","","","",0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88109",5,42.190296,-121.731369,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",4,0.001321,0.001148,0.0048,"2013-01-16 00:00",0.0036,"2013-01-22 00:00",0.0034,"2013-01-04 00:00",0.0029,"2013-02-03 00:00","","","","",0.0048,0.0048,0.0036,0.0034,0.0016,0.0008,0.0002,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88109",6,42.190296,-121.731369,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0032,0,0.0032,"2013-04-16 00:00","","","","","","","","","","",0.0032,0.0032,0.0032,0.0032,0.0032,0.0032,0.0032,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88110",5,42.190296,-121.731369,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000517,0.001975,0.009,"2013-01-28 00:00",0.006,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.009,0.009,0.006,0,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88110",6,42.190296,-121.731369,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.008,0,0.008,"2013-04-16 00:00","","","","","","","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88111",5,42.190296,-121.731369,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.031155,0.025439,0.0938,"2013-01-16 00:00",0.0813,"2013-01-22 00:00",0.0719,"2013-04-28 00:00",0.0698,"2013-02-15 00:00","","","","",0.0938,0.0938,0.0813,0.0719,0.0388,0.0219,0.0074,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88111",6,42.190296,-121.731369,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0077,0,0.0077,"2013-04-16 00:00","","","","","","","","","","",0.0077,0.0077,0.0077,0.0077,0.0077,0.0077,0.0077,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88112",5,42.190296,-121.731369,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.00031,0.000471,0.001,"2013-02-21 00:00",0.001,"2013-02-27 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88112",6,42.190296,-121.731369,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0,0,0,"2013-04-16 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88113",5,42.190296,-121.731369,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",17,0.000229,0.000193,0.0008,"2013-01-22 00:00",0.0007,"2013-03-29 00:00",0.0005,"2013-01-04 00:00",0.0005,"2013-04-10 00:00","","","","",0.0008,0.0008,0.0007,0.0005,0.0003,0.0001,0.0001,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88113",6,42.190296,-121.731369,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0002,0,0.0002,"2013-04-16 00:00","","","","","","","","","","",0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88114",5,42.190296,-121.731369,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",15,0.001219,0.001611,0.0067,"2013-01-04 00:00",0.0047,"2013-01-16 00:00",0.0039,"2013-03-29 00:00",0.0038,"2013-01-22 00:00","","","","",0.0067,0.0067,0.0047,0.0039,0.0013,0.00035,0.0003,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88114",6,42.190296,-121.731369,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0012,0,0.0012,"2013-04-16 00:00","","","","","","","","","","",0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88115",5,42.190296,-121.731369,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",4,0.019962,0.031645,0.142,"2013-01-16 00:00",0.094,"2013-01-04 00:00",0.059,"2013-01-22 00:00",0.056,"2013-05-22 00:00","","","","",0.142,0.142,0.094,0.059,0.018,0.008,0.0005,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88115",6,42.190296,-121.731369,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.006,0,0.006,"2013-04-16 00:00","","","","","","","","","","",0.006,0.006,0.006,0.006,0.006,0.006,0.006,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88117",5,42.190296,-121.731369,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",27,0.000502,0.000209,0.0015,"2013-01-04 00:00",0.0009,"2013-05-10 00:00",0.00045,"2013-01-10 00:00",0.00045,"2013-01-16 00:00","","","","",0.0015,0.0015,0.0009,0.00045,0.00045,0.00045,0.00045,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88117",6,42.190296,-121.731369,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.00045,0,0.00045,"2013-04-16 00:00","","","","","","","","","","",0.00045,0.00045,0.00045,0.00045,0.00045,0.00045,0.00045,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88118",5,42.190296,-121.731369,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",27,0.001334,0.00049,0.0032,"2013-03-11 00:00",0.003,"2013-03-05 00:00",0.0013,"2013-05-04 00:00",0.0012,"2013-01-04 00:00","","","","",0.0032,0.0032,0.003,0.0013,0.0012,0.0012,0.0012,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88118",6,42.190296,-121.731369,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0049,0,0.0049,"2013-04-16 00:00","","","","","","","","","","",0.0049,0.0049,0.0049,0.0049,0.0049,0.0049,0.0049,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88126",5,42.190296,-121.731369,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.046728,0.043964,0.17,"2013-01-16 00:00",0.148,"2013-01-22 00:00",0.11,"2013-01-04 00:00",0.102,"2013-02-15 00:00","","","","",0.17,0.17,0.148,0.11,0.0764,0.0281,0.0073,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88126",6,42.190296,-121.731369,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.01,0,0.01,"2013-04-16 00:00","","","","","","","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88128",5,42.190296,-121.731369,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.001586,0.00218,0.009,"2013-01-16 00:00",0.006,"2013-01-04 00:00",0.004,"2013-02-15 00:00",0.004,"2013-04-16 00:00","","","","",0.009,0.009,0.006,0.004,0.002,0.001,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88128",6,42.190296,-121.731369,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.002,0,0.002,"2013-04-16 00:00","","","","","","","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88131",5,42.190296,-121.731369,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",25,0.003631,0.003587,0.0195,"2013-04-28 00:00",0.011,"2013-04-16 00:00",0.0073,"2013-02-03 00:00",0.0061,"2013-01-22 00:00","","","","",0.0195,0.0195,0.011,0.0073,0.00245,0.00245,0.00245,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88131",6,42.190296,-121.731369,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0061,0,0.0061,"2013-04-16 00:00","","","","","","","","","","",0.0061,0.0061,0.0061,0.0061,0.0061,0.0061,0.0061,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88132",5,42.190296,-121.731369,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.001448,0.001478,0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00",0.004,"2013-01-04 00:00",0.004,"2013-04-28 00:00","","","","",0.005,0.005,0.005,0.004,0.002,0.001,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88132",6,42.190296,-121.731369,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0,0,0,"2013-04-16 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88136",5,42.190296,-121.731369,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.000103,0.00031,0.001,"2013-01-22 00:00",0.001,"2013-04-28 00:00",0.001,"2013-06-21 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88136",6,42.190296,-121.731369,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0,0,0,"2013-04-16 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88140",5,42.190296,-121.731369,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",13,0.009309,0.008604,0.0347,"2013-04-28 00:00",0.0322,"2013-05-04 00:00",0.0213,"2013-01-04 00:00",0.0178,"2013-01-16 00:00","","","","",0.0347,0.0347,0.0322,0.0213,0.013,0.0062,0.00285,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88140",6,42.190296,-121.731369,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.00285,0,0.00285,"2013-04-16 00:00","","","","","","","","","","",0.00285,0.00285,0.00285,0.00285,0.00285,0.00285,0.00285,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88152",5,42.190296,-121.731369,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.002857,0.003231,0.0167,"2013-01-16 00:00",0.0094,"2013-01-22 00:00",0.0085,"2013-01-04 00:00",0.002,"2013-05-04 00:00","","","","",0.0167,0.0167,0.0094,0.0085,0.00185,0.00185,0.00185,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88152",6,42.190296,-121.731369,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.00185,0,0.00185,"2013-04-16 00:00","","","","","","","","","","",0.00185,0.00185,0.00185,0.00185,0.00185,0.00185,0.00185,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88154",5,42.190296,-121.731369,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.000347,0.00014,0.0009,"2013-05-10 00:00",0.0007,"2013-06-09 00:00",0.0006,"2013-01-04 00:00",0.00035,"2013-05-04 00:00","","","","",0.0009,0.0009,0.0007,0.0006,0.0003,0.0003,0.0003,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88154",6,42.190296,-121.731369,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.0003,0,0.0003,"2013-04-16 00:00","","","","","","","","","","",0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88160",5,42.190296,-121.731369,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.007967,0.005595,0.0257,"2013-02-03 00:00",0.0256,"2013-06-21 00:00",0.0207,"2013-03-17 00:00",0.00655,"2013-05-04 00:00","","","","",0.0257,0.0257,0.0256,0.0207,0.0061,0.0061,0.0061,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88160",6,42.190296,-121.731369,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.0061,0,0.0061,"2013-04-16 00:00","","","","","","","","","","",0.0061,0.0061,0.0061,0.0061,0.0061,0.0061,0.0061,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88161",5,42.190296,-121.731369,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",5,0.004407,0.00328,0.0122,"2013-01-16 00:00",0.0112,"2013-05-04 00:00",0.01,"2013-01-22 00:00",0.0086,"2013-02-15 00:00","","","","",0.0122,0.0122,0.0112,0.01,0.0054,0.0038,0.0006,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88161",6,42.190296,-121.731369,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0032,0,0.0032,"2013-04-16 00:00","","","","","","","","","","",0.0032,0.0032,0.0032,0.0032,0.0032,0.0032,0.0032,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88164",5,42.190296,-121.731369,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",28,0.000319,9.3e-05,0.0008,"2013-05-10 00:00",0.00035,"2013-05-04 00:00",0.0003,"2013-01-04 00:00",0.0003,"2013-01-10 00:00","","","","",0.0008,0.0008,0.00035,0.0003,0.0003,0.0003,0.0003,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88164",6,42.190296,-121.731369,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.0003,0,0.0003,"2013-04-16 00:00","","","","","","","","","","",0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88165",5,42.190296,-121.731369,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.121731,0.104948,0.367,"2013-05-04 00:00",0.333,"2013-01-16 00:00",0.302,"2013-01-22 00:00",0.299,"2013-02-15 00:00","","","","",0.367,0.367,0.333,0.302,0.152,0.0735,0.0226,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88165",6,42.190296,-121.731369,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",0,0.0256,0,0.0256,"2013-04-16 00:00","","","","","","","","","","",0.0256,0.0256,0.0256,0.0256,0.0256,0.0256,0.0256,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88166",5,42.190296,-121.731369,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",29,0.003057,3.7e-05,0.00325,"2013-05-04 00:00",0.00305,"2013-01-04 00:00",0.00305,"2013-01-10 00:00",0.00305,"2013-01-16 00:00","","","","",0.00325,0.00325,0.00305,0.00305,0.00305,0.00305,0.00305,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88166",6,42.190296,-121.731369,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,2,"","","Certification not required",1,0.00305,0,0.00305,"2013-04-16 00:00","","","","","","","","","","",0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88167",5,42.190296,-121.731369,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.009314,0.013893,0.0616,"2013-01-16 00:00",0.0451,"2013-01-04 00:00",0.034,"2013-01-22 00:00",0.0115,"2013-04-16 00:00","","","","",0.0616,0.0616,0.0451,0.034,0.0086,0.0054,0.0011,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88167",6,42.190296,-121.731369,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",0,0.0117,0,0.0117,"2013-04-16 00:00","","","","","","","","","","",0.0117,0.0117,0.0117,0.0117,0.0117,0.0117,0.0117,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88168",5,42.190296,-121.731369,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",20,0.000524,0.000331,0.0018,"2013-06-27 00:00",0.0012,"2013-02-03 00:00",0.0009,"2013-03-11 00:00",0.0008,"2013-02-15 00:00","","","","",0.0018,0.0018,0.0012,0.0009,0.0007,0.00035,0.00035,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88168",6,42.190296,-121.731369,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",1,0.00035,0,0.00035,"2013-04-16 00:00","","","","","","","","","","",0.00035,0.00035,0.00035,0.00035,0.00035,0.00035,0.00035,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88169",5,42.190296,-121.731369,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.145469,0.063134,0.296,"2013-04-28 00:00",0.271,"2013-01-16 00:00",0.258,"2013-05-10 00:00",0.238,"2013-05-04 00:00","","","","",0.296,0.296,0.271,0.258,0.174,0.139,0.0755,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88169",6,42.190296,-121.731369,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",0,0.103,0,0.103,"2013-04-16 00:00","","","","","","","","","","",0.103,0.103,0.103,0.103,0.103,0.103,0.103,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88176",5,42.190296,-121.731369,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",22,0.000324,0.000246,0.0011,"2013-03-23 00:00",0.0008,"2013-03-17 00:00",0.0008,"2013-05-28 00:00",0.0007,"2013-02-21 00:00","","","","",0.0011,0.0011,0.0008,0.0008,0.0002,0.0002,0.0002,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88176",6,42.190296,-121.731369,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",1,0.0002,0,0.0002,"2013-04-16 00:00","","","","","","","","","","",0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88180",5,42.190296,-121.731369,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.094721,0.095104,0.421,"2013-01-16 00:00",0.321,"2013-01-04 00:00",0.227,"2013-01-22 00:00",0.204,"2013-02-03 00:00","","","","",0.421,0.421,0.321,0.227,0.112,0.0646,0.0238,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88180",6,42.190296,-121.731369,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",0,0.0356,0,0.0356,"2013-04-16 00:00","","","","","","","","","","",0.0356,0.0356,0.0356,0.0356,0.0356,0.0356,0.0356,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88184",5,42.190296,-121.731369,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",7,0.055728,0.038017,0.192,"2013-05-04 00:00",0.116,"2013-01-16 00:00",0.111,"2013-01-04 00:00",0.0934,"2013-05-22 00:00","","","","",0.192,0.192,0.116,0.111,0.0736,0.0467,0.0177,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88184",6,42.190296,-121.731369,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",0,0.0368,0,0.0368,"2013-04-16 00:00","","","","","","","","","","",0.0368,0.0368,0.0368,0.0368,0.0368,0.0368,0.0368,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88185",5,42.190296,-121.731369,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",26,0.000736,0.000256,0.0016,"2013-03-11 00:00",0.0015,"2013-02-15 00:00",0.0013,"2013-03-17 00:00",0.0007,"2013-05-04 00:00","","","","",0.0016,0.0016,0.0015,0.0013,0.00065,0.00065,0.00065,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88185",6,42.190296,-121.731369,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,1,"","","Certification not required",1,0.00065,0,0.00065,"2013-04-16 00:00","","","","","","","","","","",0.00065,0.00065,0.00065,0.00065,0.00065,0.00065,0.00065,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88301",5,42.190296,-121.731369,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",2,0.185517,0.283566,1.38,"2013-01-16 00:00",0.67,"2013-01-04 00:00",0.63,"2013-01-22 00:00",0.37,"2013-02-03 00:00","","","","",1.38,1.38,0.67,0.63,0.21,0.08,0.01,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88301",6,42.190296,-121.731369,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.03,0.014142,0.04,"2013-04-10 00:00",0.02,"2013-06-27 00:00","","","","","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.02,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88302",5,42.190296,-121.731369,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",23,0.028276,0.018721,0.1,"2013-05-04 00:00",0.06,"2013-01-16 00:00",0.06,"2013-05-22 00:00",0.05,"2013-02-27 00:00","","","","",0.1,0.1,0.06,0.06,0.02,0.02,0.02,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88302",6,42.190296,-121.731369,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",2,0.02,0,0.02,"2013-04-10 00:00",0.02,"2013-06-27 00:00","","","","","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0.02,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88303",5,42.190296,-121.731369,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",3,0.093621,0.094225,0.45,"2013-01-16 00:00",0.29,"2013-01-04 00:00",0.2,"2013-01-22 00:00",0.19,"2013-02-03 00:00","","","","",0.45,0.45,0.29,0.2,0.11,0.06,0.015,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88303",6,42.190296,-121.731369,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.055,0.007071,0.06,"2013-04-10 00:00",0.05,"2013-06-27 00:00","","","","","","","","",0.06,0.06,0.06,0.06,0.06,0.06,0.05,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88329",5,42.190296,-121.731369,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.480759,1.822478,8.124,"2013-01-16 00:00",5.019,"2013-01-22 00:00",4.651,"2013-01-04 00:00",3.351,"2013-02-03 00:00","","","","",8.124,8.124,5.019,4.651,1.88,0.739,0.203,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88329",8,42.190296,-121.731369,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.235,1.39592,3.926,"2013-01-22 00:00",1.433,"2013-02-21 00:00",0.864,"2013-04-10 00:00",0.77,"2013-04-22 00:00","","","","",3.926,3.926,3.926,3.926,1.433,0.864,0.186,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88330",5,42.190296,-121.731369,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.070138,0.032239,0.133,"2013-02-09 00:00",0.129,"2013-03-11 00:00",0.12,"2013-05-10 00:00",0.11,"2013-03-23 00:00","","","","",0.133,0.133,0.129,0.12,0.086,0.071,0.026,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88330",8,42.190296,-121.731369,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.069,0.036748,0.108,"2013-02-21 00:00",0.102,"2013-04-10 00:00",0.091,"2013-04-22 00:00",0.054,"2013-06-09 00:00","","","","",0.108,0.108,0.108,0.108,0.102,0.091,0.017,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88331",5,42.190296,-121.731369,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.001138,0.002937,0.012,"2013-01-16 00:00",0.007,"2013-01-04 00:00",0.007,"2013-01-22 00:00",0.006,"2013-02-09 00:00","","","","",0.012,0.012,0.007,0.007,0,0,0,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88338",5,42.190296,-121.731369,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Na2CO3-Nylon Filter, 4.9 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,100,2,4,0,1,"","","Certification not required",0,0.785172,1.238529,5.78,"2013-01-16 00:00",3.04,"2013-01-04 00:00",2.9,"2013-01-22 00:00",1.97,"2013-02-03 00:00","","","","",5.78,5.78,3.04,2.9,0.75,0.26,0.09,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88338",6,42.190296,-121.731369,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Na2CO3-Nylon Filter, 4.9 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.195,0.120208,0.28,"2013-04-10 00:00",0.11,"2013-06-27 00:00","","","","","","","","",0.28,0.28,0.28,0.28,0.28,0.28,0.11,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88355",5,42.190296,-121.731369,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,5.298448,5.541022,23.508,"2013-01-16 00:00",14.518,"2013-01-04 00:00",13.617,"2013-02-03 00:00",12.101,"2013-01-22 00:00","","","","",23.508,23.508,14.518,13.617,7.776,2.291,0.848,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88355",8,42.190296,-121.731369,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,3.9595,3.675953,10.627,"2013-01-22 00:00",5.551,"2013-02-21 00:00",3.165,"2013-04-10 00:00",2.397,"2013-04-22 00:00","","","","",10.627,10.627,10.627,10.627,5.551,3.165,0.802,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88357",5,42.190296,-121.731369,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",1,0.701431,0.939909,4.673,"2013-01-22 00:00",2.143,"2013-01-04 00:00",1.736,"2013-02-03 00:00",1.509,"2013-01-16 00:00","","","","",4.673,4.673,2.143,1.736,0.883,0.345,0.076,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88357",8,42.190296,-121.731369,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.8445,1.342036,3.557,"2013-01-22 00:00",0.554,"2013-02-21 00:00",0.395,"2013-04-22 00:00",0.394,"2013-04-10 00:00","","","","",3.557,3.557,3.557,3.557,0.554,0.395,0.081,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88370",5,42.190296,-121.731369,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,4.999759,5.180256,21.01,"2013-01-16 00:00",13.86,"2013-01-04 00:00",13.366,"2013-01-22 00:00",12.668,"2013-02-03 00:00","","","","",21.01,21.01,13.86,13.366,7.279,2.151,0.861,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88370",8,42.190296,-121.731369,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,4.135167,4.410124,12.567,"2013-01-22 00:00",5.12,"2013-02-21 00:00",2.997,"2013-04-10 00:00",2.185,"2013-04-22 00:00","","","","",12.567,12.567,12.567,12.567,5.12,2.997,0.801,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88374",5,42.190296,-121.731369,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.484069,1.917607,7.485,"2013-01-16 00:00",4.546,"2013-01-04 00:00",4.465,"2013-01-22 00:00",4.214,"2013-02-03 00:00","","","","",7.485,7.485,4.546,4.465,2.615,0.385,0.037,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88374",8,42.190296,-121.731369,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,1,1.258914,3.279,"2013-01-22 00:00",1.608,"2013-02-21 00:00",0.705,"2013-04-10 00:00",0.28,"2013-04-22 00:00","","","","",3.279,3.279,3.279,3.279,1.608,0.705,0.024,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88375",5,42.190296,-121.731369,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.213103,1.228628,4.52,"2013-01-16 00:00",3.939,"2013-02-03 00:00",3.288,"2013-01-04 00:00",3.02,"2013-01-22 00:00","","","","",4.52,4.52,3.939,3.288,1.78,0.548,0.209,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88375",8,42.190296,-121.731369,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.028167,1.033071,2.995,"2013-01-22 00:00",1.268,"2013-02-21 00:00",0.78,"2013-04-10 00:00",0.581,"2013-04-22 00:00","","","","",2.995,2.995,2.995,2.995,1.268,0.78,0.215,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88376",5,42.190296,-121.731369,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.153034,0.955007,3.523,"2013-01-16 00:00",2.992,"2013-01-22 00:00",2.782,"2013-01-04 00:00",2.575,"2013-02-03 00:00","","","","",3.523,3.523,2.992,2.782,1.641,0.732,0.27,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88376",8,42.190296,-121.731369,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,1.042833,0.931689,2.83,"2013-01-22 00:00",1.207,"2013-02-21 00:00",0.808,"2013-04-10 00:00",0.686,"2013-04-22 00:00","","","","",2.83,2.83,2.83,2.83,1.207,0.808,0.284,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88377",5,42.190296,-121.731369,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.585655,0.435942,1.295,"2013-01-04 00:00",1.263,"2013-01-16 00:00",1.256,"2013-02-27 00:00",1.238,"2013-01-22 00:00","","","","",1.295,1.295,1.263,1.256,0.942,0.377,0.145,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88377",8,42.190296,-121.731369,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.486333,0.352113,1.102,"2013-01-22 00:00",0.648,"2013-02-21 00:00",0.42,"2013-04-10 00:00",0.416,"2013-04-22 00:00","","","","",1.102,1.102,1.102,1.102,0.648,0.42,0.157,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88378",5,42.190296,-121.731369,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",1,0.579466,0.872939,4.219,"2013-01-16 00:00",2.336,"2013-01-22 00:00",1.949,"2013-01-04 00:00",0.777,"2013-03-23 00:00","","","","",4.219,4.219,2.336,1.949,0.592,0.265,0.085,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88378",8,42.190296,-121.731369,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.501667,0.58673,1.677,"2013-01-22 00:00",0.389,"2013-02-21 00:00",0.376,"2013-04-10 00:00",0.3,"2013-04-22 00:00","","","","",1.677,1.677,1.677,1.677,0.389,0.376,0.121,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88380",5,42.190296,-121.731369,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",1,0.975776,1.026144,4.007,"2013-01-16 00:00",2.801,"2013-01-04 00:00",2.733,"2013-01-22 00:00",2.685,"2013-02-03 00:00","","","","",4.007,4.007,2.801,2.733,1.427,0.513,0.126,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88380",8,42.190296,-121.731369,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.786167,0.807789,2.291,"2013-01-22 00:00",0.986,"2013-02-21 00:00",0.608,"2013-04-22 00:00",0.59,"2013-04-10 00:00","","","","",2.291,2.291,2.291,2.291,0.986,0.608,0.082,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88388",5,42.190296,-121.731369,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",1,0.856534,1.273374,6.717,"2013-01-16 00:00",2.607,"2013-01-04 00:00",1.717,"2013-02-03 00:00",1.39,"2013-02-27 00:00","","","","",6.717,6.717,2.607,1.717,1.018,0.402,0.153,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88388",8,42.190296,-121.731369,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",6,10,6,61,0,0,"","","Certification not required",0,0.430667,0.254857,0.821,"2013-02-21 00:00",0.572,"2013-04-10 00:00",0.475,"2013-04-22 00:00",0.396,"2013-01-22 00:00","","","","",0.821,0.821,0.821,0.821,0.572,0.475,0.123,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88403",5,42.190296,-121.731369,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,0.345517,0.158466,0.71,"2013-04-28 00:00",0.64,"2013-01-16 00:00",0.63,"2013-05-04 00:00",0.59,"2013-05-10 00:00","","","","",0.71,0.71,0.64,0.63,0.44,0.33,0.17,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-10" +"41","035","0004","88403",6,42.190296,-121.731369,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.295,0.035355,0.32,"2013-04-10 00:00",0.27,"2013-06-27 00:00","","","","","","","","",0.32,0.32,0.32,0.32,0.32,0.32,0.27,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-01-09" +"41","035","0004","88502",3,42.190296,-121.731369,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7217,82,299,365,0,79,"","","Certification not required",0,11.897326,16.817052,207.2,"2013-07-31 18:00",188.3,"2013-07-31 19:00",178.4,"2013-08-06 20:00",140.2,"2013-08-05 22:00","","","","",88.3,71.3,45.1,27.9,11.6,7,1.8,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","0004","88502",3,42.190296,-121.731369,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,11.709699,11.288109,70.5,"2013-08-05 00:00",68.8,"2013-08-06 00:00",54,"2013-08-01 00:00",53.2,"2013-01-18 00:00","","","","",54,52.1,35.3,26.4,14.3,8.3,2.5,"Klamath Falls - Peterson School","PETERSON ELEM/4856 CLINTON ST","Oregon","Klamath","Altamont","Klamath Falls, OR","2014-02-13" +"41","035","1002","11203",1,42.895957,-122.13593,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",2208,25,92,365,0,0,"","","Certification not required",0,0.7375,1.319258,13.6,"2013-07-30 17:00",12.9,"2013-07-30 18:00",12.2,"2013-08-05 16:00",11.3,"2013-08-06 16:00","","","","",7.2,5.3,3.2,1.6,0.5,0.3,0.2,"CRATER LAKE NATIONAL PARK - Maintenance Bldg (CLM)","CRATER LAKE NATIONAL PARK","Oregon","Klamath","","Klamath Falls, OR","2013-12-23" +"41","035","1002","88502",3,42.895957,-122.13593,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",2208,25,92,365,0,0,"","","Certification not required",0,12.312681,15.55238,164.4,"2013-07-30 17:00",155.4,"2013-07-30 18:00",147.3,"2013-08-05 16:00",136.5,"2013-08-06 16:00","","","","",88.2,66.1,41.8,22.9,9.5,7.4,5.9,"CRATER LAKE NATIONAL PARK - Maintenance Bldg (CLM)","CRATER LAKE NATIONAL PARK","Oregon","Klamath","","Klamath Falls, OR","2013-12-23" +"41","035","1002","88502",3,42.895957,-122.13593,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,0,"","","Certification not required",0,12.266304,12.145349,70,"2013-07-30 00:00",64.9,"2013-07-31 00:00",50.8,"2013-08-01 00:00",45.6,"2013-08-06 00:00","","","","",70,64.9,39,25.9,11.6,7.5,6.1,"CRATER LAKE NATIONAL PARK - Maintenance Bldg (CLM)","CRATER LAKE NATIONAL PARK","Oregon","Klamath","","Klamath Falls, OR","2013-12-23" +"41","035","8001","85101",1,42.91,-122.139722,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",6,1.76172,1.499639,6.032,"2013-03-14 00:00",5.8542,"2013-04-25 00:00",5.571,"2013-05-01 00:00",5.0471,"2013-05-10 00:00","","","","",6.032,6.032,5.571,4.8421,2.0778,1.3708,0.2082,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","86502",1,42.91,-122.139722,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.408163,0.733666,3,"2013-03-14 00:00",2,"2013-01-19 00:00",2,"2013-04-25 00:00",2,"2013-04-28 00:00","","","","",3,3,2,2,1,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88103",1,42.91,-122.139722,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88104",1,42.91,-122.139722,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.02851,0.033601,0.1787,"2013-04-25 00:00",0.1251,"2013-04-28 00:00",0.096,"2013-03-14 00:00",0.0838,"2013-05-01 00:00","","","","",0.1787,0.1251,0.096,0.0539,0.033,0.018,0.003,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88109",1,42.91,-122.139722,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.000386,0.000298,0.0012,"2013-05-01 00:00",0.0012,"2013-05-07 00:00",0.0012,"2013-05-10 00:00",0.0009,"2013-04-25 00:00","","","","",0.0012,0.0012,0.0012,0.0008,0.0005,0.0003,0.0001,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88111",1,42.91,-122.139722,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.016814,0.0214,0.1134,"2013-04-25 00:00",0.0825,"2013-04-28 00:00",0.065,"2013-03-14 00:00",0.0543,"2013-05-01 00:00","","","","",0.1134,0.0825,0.065,0.0347,0.0187,0.0102,0.0022,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88112",1,42.91,-122.139722,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88114",1,42.91,-122.139722,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.000303,0.00057,0.004,"2013-01-22 00:00",0.0012,"2013-03-05 00:00",0.0011,"2013-03-26 00:00",0.0006,"2013-05-13 00:00","","","","",0.004,0.0012,0.0011,0.0004,0.0002,0.00015,0.0001,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88115",1,42.91,-122.139722,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.00808,0.01744,0.0778,"2013-03-17 00:00",0.0675,"2013-04-13 00:00",0.0531,"2013-02-24 00:00",0.0485,"2013-02-06 00:00","","","","",0.0778,0.0675,0.0531,0.0257,0.0039,0.0009,0.00015,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88126",1,42.91,-122.139722,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.019865,0.021008,0.1028,"2013-04-25 00:00",0.0742,"2013-04-28 00:00",0.0704,"2013-03-14 00:00",0.0533,"2013-05-01 00:00","","","","",0.1028,0.0742,0.0704,0.0423,0.0281,0.0124,0.0025,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88128",1,42.91,-122.139722,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000176,0.000478,0.001,"2013-02-03 00:00",0.001,"2013-02-18 00:00",0.001,"2013-03-08 00:00",0.001,"2013-04-19 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88132",1,42.91,-122.139722,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000627,0.001095,0.006,"2013-03-14 00:00",0.003,"2013-03-05 00:00",0.003,"2013-04-25 00:00",0.002,"2013-02-12 00:00","","","","",0.006,0.003,0.003,0.002,0.001,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88136",1,42.91,-122.139722,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88140",1,42.91,-122.139722,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.008773,0.010802,0.0529,"2013-04-25 00:00",0.0444,"2013-04-28 00:00",0.0377,"2013-05-01 00:00",0.0224,"2013-03-14 00:00","","","","",0.0529,0.0444,0.0377,0.0175,0.0122,0.0044,0.00195,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88152",1,42.91,-122.139722,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.000202,0.00031,0.0021,"2013-05-31 00:00",0.0011,"2013-01-19 00:00",0.0006,"2013-05-28 00:00",0.00015,"2013-01-01 00:00","","","","",0.0021,0.0011,0.0006,0.00015,0.00015,0.00015,0.0001,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88154",1,42.91,-122.139722,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000116,4.2e-05,0.0003,"2013-04-28 00:00",0.0002,"2013-01-04 00:00",0.0002,"2013-02-18 00:00",0.0002,"2013-04-04 00:00","","","","",0.0003,0.0002,0.0002,0.0002,0.0001,0.0001,0.0001,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88161",1,42.91,-122.139722,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.001786,0.001947,0.0097,"2013-04-25 00:00",0.0065,"2013-04-28 00:00",0.0064,"2013-03-14 00:00",0.0052,"2013-05-01 00:00","","","","",0.0097,0.0065,0.0064,0.0039,0.0024,0.001,0.0002,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88164",1,42.91,-122.139722,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",31,9.3e-05,8.4e-05,0.0005,"2013-04-25 00:00",0.0003,"2013-04-28 00:00",0.0003,"2013-05-04 00:00",0.0002,"2013-03-11 00:00","","","","",0.0005,0.0003,0.0003,0.0002,0.0001,5e-05,5e-05,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88165",1,42.91,-122.139722,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.061767,0.071239,0.3573,"2013-04-25 00:00",0.2628,"2013-04-28 00:00",0.221,"2013-03-14 00:00",0.1871,"2013-05-04 00:00","","","","",0.3573,0.2628,0.221,0.1375,0.0715,0.039,0.0063,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88167",1,42.91,-122.139722,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000714,0.000677,0.0028,"2013-05-10 00:00",0.0027,"2013-01-22 00:00",0.0027,"2013-05-13 00:00",0.002,"2013-04-25 00:00","","","","",0.0028,0.0027,0.0027,0.0017,0.001,0.0005,0.00015,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88168",1,42.91,-122.139722,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000198,0.000225,0.0014,"2013-04-25 00:00",0.0009,"2013-04-28 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-03-14 00:00","","","","",0.0014,0.0009,0.0005,0.0004,0.0002,0.0001,0.0001,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88169",1,42.91,-122.139722,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.080184,0.074599,0.3011,"2013-05-01 00:00",0.2757,"2013-05-31 00:00",0.2567,"2013-04-25 00:00",0.214,"2013-04-28 00:00","","","","",0.3011,0.2757,0.2567,0.1989,0.1021,0.0587,0.011,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88176",1,42.91,-122.139722,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000165,5e-05,0.0004,"2013-03-08 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-04-13 00:00",0.0003,"2013-05-07 00:00","","","","",0.0004,0.0003,0.0003,0.0002,0.00015,0.00015,0.00015,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88180",1,42.91,-122.139722,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.011735,0.011015,0.0538,"2013-04-25 00:00",0.0414,"2013-04-28 00:00",0.039,"2013-03-14 00:00",0.033,"2013-05-01 00:00","","","","",0.0538,0.0414,0.039,0.0228,0.0136,0.0086,0.0023,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88184",1,42.91,-122.139722,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.013561,0.018569,0.097,"2013-05-01 00:00",0.0681,"2013-03-17 00:00",0.0427,"2013-05-13 00:00",0.0402,"2013-05-22 00:00","","","","",0.097,0.0681,0.0427,0.0341,0.0169,0.007,0.00155,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88185",1,42.91,-122.139722,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000666,0.000305,0.0016,"2013-01-01 00:00",0.0016,"2013-01-10 00:00",0.0013,"2013-01-07 00:00",0.0013,"2013-01-25 00:00","","","","",0.0016,0.0016,0.0013,0.0011,0.00065,0.00065,0.0004,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88203",1,42.91,-122.139722,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",26,0.017847,0.022706,0.1022,"2013-03-17 00:00",0.0812,"2013-04-13 00:00",0.065,"2013-05-22 00:00",0.0646,"2013-02-06 00:00","","","","",0.1022,0.0812,0.065,0.0566,0.0205,0.009,0.00275,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88306",1,42.91,-122.139722,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.04808,0.050947,0.2289,"2013-05-01 00:00",0.1888,"2013-03-05 00:00",0.155,"2013-05-07 00:00",0.1442,"2013-04-25 00:00","","","","",0.2289,0.1888,0.155,0.119,0.0647,0.032,0.0054,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88320",1,42.91,-122.139722,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.174902,0.174429,0.7,"2013-01-22 00:00",0.7,"2013-05-07 00:00",0.69,"2013-05-10 00:00",0.58,"2013-05-04 00:00","","","","",0.7,0.7,0.69,0.33,0.24,0.14,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88321",1,42.91,-122.139722,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.027059,0.024923,0.11,"2013-03-26 00:00",0.1,"2013-02-06 00:00",0.08,"2013-02-24 00:00",0.06,"2013-01-22 00:00","","","","",0.11,0.1,0.08,0.06,0.04,0.02,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88324",1,42.91,-122.139722,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.019675,0.007335,0.0347,"2013-05-25 00:00",0.0317,"2013-05-07 00:00",0.0314,"2013-05-10 00:00",0.02955,"2013-01-28 00:00","","","","",0.0347,0.0317,0.0314,0.02915,0.02835,0.0163,0.01015,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88325",1,42.91,-122.139722,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.045131,0.035595,0.1921,"2013-05-10 00:00",0.1771,"2013-05-07 00:00",0.102,"2013-01-22 00:00",0.0933,"2013-05-31 00:00","","","","",0.1921,0.1771,0.102,0.0831,0.0511,0.0324,0.0184,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88326",1,42.91,-122.139722,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.059704,0.055617,0.3197,"2013-01-22 00:00",0.2226,"2013-05-07 00:00",0.1846,"2013-05-10 00:00",0.1592,"2013-05-04 00:00","","","","",0.3197,0.2226,0.1846,0.1113,0.0749,0.0372,0.03185,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88327",1,42.91,-122.139722,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.038181,0.035129,0.18,"2013-01-22 00:00",0.1175,"2013-05-04 00:00",0.1111,"2013-05-07 00:00",0.1071,"2013-05-10 00:00","","","","",0.18,0.1175,0.1111,0.0814,0.0544,0.0244,0.01165,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88328",1,42.91,-122.139722,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.037467,0.045867,0.2187,"2013-05-04 00:00",0.1788,"2013-05-10 00:00",0.1622,"2013-05-07 00:00",0.0929,"2013-05-01 00:00","","","","",0.2187,0.1788,0.1622,0.0878,0.047,0.0245,0.0036,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88329",1,42.91,-122.139722,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.047926,0.050042,0.2194,"2013-05-04 00:00",0.1876,"2013-05-07 00:00",0.1872,"2013-05-10 00:00",0.1203,"2013-05-01 00:00","","","","",0.2194,0.1876,0.1872,0.1059,0.0661,0.0334,0.00325,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88330",1,42.91,-122.139722,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.017175,0.014684,0.0636,"2013-03-26 00:00",0.0605,"2013-05-04 00:00",0.0424,"2013-05-10 00:00",0.0387,"2013-02-06 00:00","","","","",0.0636,0.0605,0.0424,0.0371,0.0253,0.0126,0.0022,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88331",1,42.91,-122.139722,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,3e-05,4e-05,0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00",0.0001,"2013-03-11 00:00","","","","",0.0001,0.0001,0.0001,0.0001,5e-05,0,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88338",1,42.91,-122.139722,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016766,0.006352,0.0411,"2013-03-20 00:00",0.0367,"2013-04-13 00:00",0.025,"2013-04-19 00:00",0.02445,"2013-02-27 00:00","","","","",0.0411,0.0367,0.025,0.02415,0.01675,0.0153,0.01105,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88339",1,42.91,-122.139722,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.330734,0.307694,1.24183,"2013-05-01 00:00",1.13735,"2013-05-31 00:00",1.05868,"2013-04-25 00:00",0.88259,"2013-04-28 00:00","","","","",1.24183,1.13735,1.05868,0.82055,0.4212,0.24193,0.0455,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88344",1,42.91,-122.139722,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.061178,0.066537,0.2953,"2013-05-01 00:00",0.2436,"2013-03-05 00:00",0.2,"2013-05-07 00:00",0.186,"2013-04-25 00:00","","","","",0.2953,0.2436,0.2,0.1535,0.0835,0.0413,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88348",1,42.91,-122.139722,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.295329,0.338704,1.7352,"2013-04-25 00:00",1.2559,"2013-04-28 00:00",1.0509,"2013-03-14 00:00",0.8619,"2013-05-01 00:00","","","","",1.7352,1.2559,1.0509,0.6071,0.3809,0.1917,0.0322,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88350",1,42.91,-122.139722,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.3154,0.315587,1.2685,"2013-05-07 00:00",1.2591,"2013-01-22 00:00",1.2492,"2013-05-10 00:00",1.0467,"2013-05-04 00:00","","","","",1.2685,1.2591,1.2492,0.5918,0.4262,0.2558,0,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88403",1,42.91,-122.139722,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.240151,0.225244,0.9407,"2013-05-01 00:00",0.8568,"2013-05-31 00:00",0.7622,"2013-04-25 00:00",0.6151,"2013-05-10 00:00","","","","",0.9407,0.8568,0.7622,0.6059,0.2952,0.1782,0.035,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","035","8001","88502",1,42.91,-122.139722,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.019608,0.916083,3.8,"2013-04-25 00:00",3.2,"2013-05-10 00:00",3.1,"2013-05-01 00:00",2.9,"2013-05-07 00:00","","","","",3.8,3.2,3.1,2.6,1.2,0.7,0.2,"","CRATER LAKE NATIONAL PARK","Oregon","Klamath","Not in a city","Klamath Falls, OR","2014-01-28" +"41","037","0001","11203",1,42.189215,-120.353969,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7248,83,302,365,0,48,"","","Certification not required",0,0.757837,1.397882,15.4,"2013-01-04 23:00",14.9,"2013-01-19 23:00",14.8,"2013-01-19 00:00",14.6,"2013-01-19 22:00","","","","",7.8,5.4,2.9,1.5,0.6,0.3,0.2,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","61101",1,42.189215,-120.353969,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,3.439015,2.066744,15.4,"2013-04-08 11:00",15,"2013-04-08 12:00",14.2,"2013-04-08 10:00",13,"2013-05-04 19:00","","","","",9.7,8.9,7.6,6.4,4.5,3,1.3,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","61103",1,42.189215,-120.353969,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7088,81,290,365,0,208,"","","Certification not required",0,2.930855,2.168885,15.1,"2013-04-08 11:00",14.6,"2013-04-08 12:00",13.6,"2013-04-08 10:00",12.8,"2013-05-04 19:00","","","","",9.4,8.6,7.4,6.1,4.2,2.3,0.7,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","61104",1,42.189215,-120.353969,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7101,81,291,365,0,195,"","","Certification not required",0,170.601605,98.771241,360,"2013-01-11 15:00",360,"2013-02-09 01:00",360,"2013-02-19 23:00",360,"2013-02-20 05:00","","","","",358,355,346,324,231,170,28,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","61106",1,42.189215,-120.353969,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7088,81,290,365,0,208,"","","Certification not required",0,35.038586,17.441075,95.5,"2013-06-01 23:00",91.5,"2013-10-13 22:00",90.5,"2013-03-31 01:00",89.4,"2013-06-29 00:00","","","","",74.6,71.4,65.4,59.3,48.5,33.4,13.6,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","62101",1,42.189215,-120.353969,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7161,82,295,365,0,135,"","","Certification not required",0,49.836615,20.272008,98,"2013-07-02 13:00",98,"2013-07-02 14:00",97,"2013-07-19 15:00",97,"2013-07-19 16:00","","","","",92,88,84,78,64,50,26,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","64101",1,42.189215,-120.353969,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7296,83,304,365,0,0,"","","Certification not required",0,855.500137,4.471891,871,"2013-01-16 02:00",871,"2013-01-16 09:00",870,"2013-01-15 16:00",870,"2013-01-15 17:00","","","","",867,865,863,861,858,855,850,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","68101",1,42.189215,-120.353969,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",90,74,90,122,0,1,"","","Certification not required",0,0.203333,0.223582,0.6,"2013-01-19 00:00",0.6,"2013-06-06 00:00",0.6,"2013-06-09 00:00",0.6,"2013-06-27 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.1,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2013-12-23" +"41","037","0001","68102",1,42.189215,-120.353969,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,74,90,122,0,1,"","","Certification not required",0,23.953333,0.362017,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2013-12-23" +"41","037","0001","68105",1,42.189215,-120.353969,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,1,"","","Certification not required",0,9.813333,10.600575,27.2,"2013-06-30 00:00",26.9,"2013-07-21 00:00",25.3,"2013-07-03 00:00",25,"2013-06-09 00:00","","","","",27.2,26.9,24.4,22.9,18.8,10.7,-2.5,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2013-12-23" +"41","037","0001","68108",1,42.189215,-120.353969,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,1,"","","Certification not required",0,640.488889,3.359523,651,"2013-01-16 00:00",648,"2013-05-01 00:00",647,"2013-01-19 00:00",647,"2013-02-15 00:00","","","","",651,648,646,645,643,640,636,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-03" +"41","037","0001","68109",1,42.189215,-120.353969,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",90,74,90,122,0,1,"","","Certification not required",0,1436.288889,22.942157,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2013-12-23" +"41","037","0001","88101",1,42.189215,-120.353969,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,8,8,"Certification not required",0,11.591111,20.678038,104,"2013-01-19 00:00",103,"2013-01-04 00:00",93.6,"2013-01-16 00:00",92.2,"2013-01-22 00:00","","","","",104,103,42.5,25.6,9,4.8,2.1,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2013-12-23" +"41","037","0001","88101",1,42.189215,-120.353969,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,11.591111,20.678038,104,"2013-01-19 00:00",103,"2013-01-04 00:00",93.6,"2013-01-16 00:00",92.2,"2013-01-22 00:00","","","","",104,103,42.5,25.6,9,4.8,2.1,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2013-12-23" +"41","037","0001","88102",5,42.189215,-120.353969,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.017538,0.014375,0.0391,"2013-01-28 00:00",0.01035,"2013-01-16 00:00",0.01035,"2013-01-22 00:00",0.01035,"2013-06-27 00:00","","","","",0.0391,0.0391,0.0391,0.0391,0.0391,0.01035,0.01035,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88103",5,42.189215,-120.353969,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.00025,0.0005,0.001,"2013-01-22 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-06-27 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88104",5,42.189215,-120.353969,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.098075,0.065403,0.145,"2013-01-22 00:00",0.134,"2013-06-27 00:00",0.111,"2013-01-16 00:00",0.0023,"2013-01-28 00:00","","","","",0.145,0.145,0.145,0.145,0.145,0.134,0.0023,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88107",5,42.189215,-120.353969,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.0021,0.0018,0.0048,"2013-01-22 00:00",0.0012,"2013-01-16 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-06-27 00:00","","","","",0.0048,0.0048,0.0048,0.0048,0.0048,0.0012,0.0012,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88109",5,42.189215,-120.353969,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.002,0.001778,0.0043,"2013-01-16 00:00",0.0025,"2013-01-22 00:00",0.0007,"2013-01-28 00:00",0.0005,"2013-06-27 00:00","","","","",0.0043,0.0043,0.0043,0.0043,0.0043,0.0025,0.0005,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88110",5,42.189215,-120.353969,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.00125,0.0025,0.005,"2013-01-28 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-06-27 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88111",5,42.189215,-120.353969,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.065575,0.050998,0.11,"2013-01-16 00:00",0.104,"2013-01-22 00:00",0.0456,"2013-06-27 00:00",0.0027,"2013-01-28 00:00","","","","",0.11,0.11,0.11,0.11,0.11,0.104,0.0027,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88112",5,42.189215,-120.353969,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.00025,0.0005,0.001,"2013-06-27 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88113",5,42.189215,-120.353969,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.00015,0.0001,0.0003,"2013-01-28 00:00",0.0001,"2013-01-16 00:00",0.0001,"2013-01-22 00:00",0.0001,"2013-06-27 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0003,0.0001,0.0001,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88114",5,42.189215,-120.353969,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.00415,0.002999,0.0073,"2013-06-27 00:00",0.0055,"2013-01-16 00:00",0.0035,"2013-01-22 00:00",0.0003,"2013-01-28 00:00","","","","",0.0073,0.0073,0.0073,0.0073,0.0073,0.0055,0.0003,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88115",5,42.189215,-120.353969,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.076625,0.088711,0.173,"2013-01-16 00:00",0.131,"2013-01-22 00:00",0.002,"2013-01-28 00:00",0.0005,"2013-06-27 00:00","","","","",0.173,0.173,0.173,0.173,0.173,0.131,0.0005,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88117",5,42.189215,-120.353969,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.001013,0.000433,0.0015,"2013-01-16 00:00",0.0011,"2013-01-28 00:00",0.001,"2013-01-22 00:00",0.00045,"2013-06-27 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0011,0.00045,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88118",5,42.189215,-120.353969,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",4,0.0012,0,0.0012,"2013-01-16 00:00",0.0012,"2013-01-22 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-06-27 00:00","","","","",0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88126",5,42.189215,-120.353969,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.046463,0.038676,0.0942,"2013-06-27 00:00",0.0531,"2013-01-22 00:00",0.0378,"2013-01-16 00:00",0.00075,"2013-01-28 00:00","","","","",0.0942,0.0942,0.0942,0.0942,0.0942,0.0531,0.00075,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88128",5,42.189215,-120.353969,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.003,0.003559,0.008,"2013-01-16 00:00",0.003,"2013-01-22 00:00",0.001,"2013-01-28 00:00",0,"2013-06-27 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.003,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88131",5,42.189215,-120.353969,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",4,0.00245,0,0.00245,"2013-01-16 00:00",0.00245,"2013-01-22 00:00",0.00245,"2013-01-28 00:00",0.00245,"2013-06-27 00:00","","","","",0.00245,0.00245,0.00245,0.00245,0.00245,0.00245,0.00245,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88132",5,42.189215,-120.353969,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.00275,0.0015,0.004,"2013-01-16 00:00",0.004,"2013-01-22 00:00",0.002,"2013-06-27 00:00",0.001,"2013-01-28 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.004,0.001,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88136",5,42.189215,-120.353969,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.0005,0.000577,0.001,"2013-01-22 00:00",0.001,"2013-06-27 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88140",5,42.189215,-120.353969,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.01585,0.011148,0.0268,"2013-01-22 00:00",0.0233,"2013-01-16 00:00",0.0104,"2013-06-27 00:00",0.0029,"2013-01-28 00:00","","","","",0.0268,0.0268,0.0268,0.0268,0.0268,0.0233,0.0029,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88152",5,42.189215,-120.353969,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",2,0.024125,0.026069,0.0516,"2013-01-16 00:00",0.0412,"2013-01-22 00:00",0.00185,"2013-01-28 00:00",0.00185,"2013-06-27 00:00","","","","",0.0516,0.0516,0.0516,0.0516,0.0516,0.0412,0.00185,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88154",5,42.189215,-120.353969,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",4,0.0003,0,0.0003,"2013-01-16 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-01-28 00:00",0.0003,"2013-06-27 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88160",5,42.189215,-120.353969,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",4,0.0061,0,0.0061,"2013-01-16 00:00",0.0061,"2013-01-22 00:00",0.0061,"2013-01-28 00:00",0.0061,"2013-06-27 00:00","","","","",0.0061,0.0061,0.0061,0.0061,0.0061,0.0061,0.0061,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88161",5,42.189215,-120.353969,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.0066,0.00417,0.0118,"2013-06-27 00:00",0.0074,"2013-01-22 00:00",0.0054,"2013-01-16 00:00",0.0018,"2013-01-28 00:00","","","","",0.0118,0.0118,0.0118,0.0118,0.0118,0.0074,0.0018,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88164",5,42.189215,-120.353969,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",4,0.0003,0,0.0003,"2013-01-16 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-01-28 00:00",0.0003,"2013-06-27 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,0.0003,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88165",5,42.189215,-120.353969,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.35805,0.243105,0.543,"2013-01-22 00:00",0.474,"2013-06-27 00:00",0.413,"2013-01-16 00:00",0.0022,"2013-01-28 00:00","","","","",0.543,0.543,0.543,0.543,0.543,0.474,0.0022,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88166",5,42.189215,-120.353969,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.004013,0.001925,0.0069,"2013-01-16 00:00",0.00305,"2013-01-22 00:00",0.00305,"2013-01-28 00:00",0.00305,"2013-06-27 00:00","","","","",0.0069,0.0069,0.0069,0.0069,0.0069,0.00305,0.00305,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88167",5,42.189215,-120.353969,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.065325,0.069646,0.141,"2013-01-16 00:00",0.108,"2013-01-22 00:00",0.0066,"2013-06-27 00:00",0.0057,"2013-01-28 00:00","","","","",0.141,0.141,0.141,0.141,0.141,0.108,0.0057,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88168",5,42.189215,-120.353969,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.000438,0.000175,0.0007,"2013-06-27 00:00",0.00035,"2013-01-16 00:00",0.00035,"2013-01-22 00:00",0.00035,"2013-01-28 00:00","","","","",0.0007,0.0007,0.0007,0.0007,0.0007,0.00035,0.00035,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88169",5,42.189215,-120.353969,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.47925,0.538649,1.19,"2013-01-16 00:00",0.604,"2013-01-22 00:00",0.0798,"2013-06-27 00:00",0.0432,"2013-01-28 00:00","","","","",1.19,1.19,1.19,1.19,1.19,0.604,0.0432,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88176",5,42.189215,-120.353969,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",2,0.000825,0.000946,0.0022,"2013-01-16 00:00",0.0007,"2013-01-22 00:00",0.0002,"2013-01-28 00:00",0.0002,"2013-06-27 00:00","","","","",0.0022,0.0022,0.0022,0.0022,0.0022,0.0007,0.0002,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88180",5,42.189215,-120.353969,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.6524,0.689498,1.42,"2013-01-16 00:00",1.05,"2013-01-22 00:00",0.0762,"2013-01-28 00:00",0.0634,"2013-06-27 00:00","","","","",1.42,1.42,1.42,1.42,1.42,1.05,0.0634,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88184",5,42.189215,-120.353969,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.088463,0.064894,0.164,"2013-01-16 00:00",0.117,"2013-01-22 00:00",0.0551,"2013-06-27 00:00",0.01775,"2013-01-28 00:00","","","","",0.164,0.164,0.164,0.164,0.164,0.117,0.01775,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88185",5,42.189215,-120.353969,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.000813,0.000325,0.0013,"2013-01-22 00:00",0.00065,"2013-01-16 00:00",0.00065,"2013-01-28 00:00",0.00065,"2013-06-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00065,0.00065,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88301",5,42.189215,-120.353969,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",1,0.76625,0.869726,1.63,"2013-01-16 00:00",1.4,"2013-01-22 00:00",0.03,"2013-06-27 00:00",0.005,"2013-01-28 00:00","","","","",1.63,1.63,1.63,1.63,1.63,1.4,0.005,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88302",5,42.189215,-120.353969,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",3,0.025,0.01,0.04,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00",0.02,"2013-06-27 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0.02,0.02,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88303",5,42.189215,-120.353969,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,0.595,0.643661,1.33,"2013-01-16 00:00",0.94,"2013-01-22 00:00",0.07,"2013-01-28 00:00",0.04,"2013-06-27 00:00","","","","",1.33,1.33,1.33,1.33,1.33,0.94,0.04,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88329",5,42.189215,-120.353969,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,7.5425,8.198127,14.835,"2013-01-22 00:00",14.446,"2013-01-16 00:00",0.558,"2013-01-28 00:00",0.331,"2013-06-27 00:00","","","","",14.835,14.835,14.835,14.835,14.835,14.446,0.331,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88329",8,42.189215,-120.353969,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,7.0615,9.320374,13.652,"2013-01-16 00:00",0.471,"2013-01-28 00:00","","","","","","","","",13.652,13.652,13.652,13.652,13.652,13.652,0.471,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88330",5,42.189215,-120.353969,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,0.086,0.033196,0.123,"2013-01-16 00:00",0.105,"2013-06-27 00:00",0.06,"2013-01-28 00:00",0.056,"2013-01-22 00:00","","","","",0.123,0.123,0.123,0.123,0.123,0.105,0.056,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88330",8,42.189215,-120.353969,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.039,0.021213,0.054,"2013-01-28 00:00",0.024,"2013-01-22 00:00","","","","","","","","",0.054,0.054,0.054,0.054,0.054,0.054,0.024,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88331",5,42.189215,-120.353969,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,0.00775,0.012894,0.027,"2013-01-16 00:00",0.003,"2013-01-22 00:00",0.001,"2013-06-27 00:00",0,"2013-01-28 00:00","","","","",0.027,0.027,0.027,0.027,0.027,0.003,0,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88331",8,42.189215,-120.353969,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.001,0,0.001,"2013-01-22 00:00","","","","","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88338",5,42.189215,-120.353969,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Na2CO3-Nylon Filter, 4.9 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",4,100,1,4,0,26,"","","Certification not required",0,2.7725,3.110995,5.6,"2013-01-22 00:00",5.33,"2013-01-16 00:00",0.09,"2013-06-27 00:00",0.07,"2013-01-28 00:00","","","","",5.6,5.6,5.6,5.6,5.6,5.33,0.07,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88355",5,42.189215,-120.353969,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,21.012,22.274553,40.516,"2013-01-22 00:00",40.082,"2013-01-16 00:00",2.183,"2013-01-28 00:00",1.267,"2013-06-27 00:00","","","","",40.516,40.516,40.516,40.516,40.516,40.082,1.267,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88355",8,42.189215,-120.353969,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,20.169,25.448773,38.164,"2013-01-16 00:00",2.174,"2013-01-28 00:00","","","","","","","","",38.164,38.164,38.164,38.164,38.164,38.164,2.174,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88357",5,42.189215,-120.353969,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,6.89775,7.633035,14.028,"2013-01-22 00:00",12.967,"2013-01-16 00:00",0.301,"2013-06-27 00:00",0.295,"2013-01-28 00:00","","","","",14.028,14.028,14.028,14.028,14.028,12.967,0.295,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88357",8,42.189215,-120.353969,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,6.5725,8.925809,12.884,"2013-01-16 00:00",0.261,"2013-01-28 00:00","","","","","","","","",12.884,12.884,12.884,12.884,12.884,12.884,0.261,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88370",5,42.189215,-120.353969,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,24.14925,26.020979,48.263,"2013-01-22 00:00",45.044,"2013-01-16 00:00",2.05,"2013-01-28 00:00",1.24,"2013-06-27 00:00","","","","",48.263,48.263,48.263,48.263,48.263,45.044,1.24,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88370",8,42.189215,-120.353969,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,23.478,30.332052,44.926,"2013-01-16 00:00",2.03,"2013-01-28 00:00","","","","","","","","",44.926,44.926,44.926,44.926,44.926,44.926,2.03,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88374",5,42.189215,-120.353969,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,8.51075,9.565708,16.924,"2013-01-16 00:00",16.663,"2013-01-22 00:00",0.399,"2013-01-28 00:00",0.057,"2013-06-27 00:00","","","","",16.924,16.924,16.924,16.924,16.924,16.663,0.057,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88374",8,42.189215,-120.353969,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,7.8285,10.720446,15.409,"2013-01-16 00:00",0.248,"2013-01-28 00:00","","","","","","","","",15.409,15.409,15.409,15.409,15.409,15.409,0.248,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88375",5,42.189215,-120.353969,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,7.4685,8.059246,14.71,"2013-01-16 00:00",14.181,"2013-01-22 00:00",0.504,"2013-01-28 00:00",0.479,"2013-06-27 00:00","","","","",14.71,14.71,14.71,14.71,14.71,14.181,0.479,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88375",8,42.189215,-120.353969,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,6.4315,8.485988,12.432,"2013-01-16 00:00",0.431,"2013-01-28 00:00","","","","","","","","",12.432,12.432,12.432,12.432,12.432,12.432,0.431,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88376",5,42.189215,-120.353969,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,3.71025,3.61804,7.052,"2013-01-22 00:00",6.623,"2013-01-16 00:00",0.756,"2013-01-28 00:00",0.41,"2013-06-27 00:00","","","","",7.052,7.052,7.052,7.052,7.052,6.623,0.41,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88376",8,42.189215,-120.353969,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,3.52,4.09132,6.413,"2013-01-16 00:00",0.627,"2013-01-28 00:00","","","","","","","","",6.413,6.413,6.413,6.413,6.413,6.413,0.627,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88377",5,42.189215,-120.353969,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,1.013,0.79774,1.755,"2013-01-22 00:00",1.635,"2013-01-16 00:00",0.475,"2013-01-28 00:00",0.187,"2013-06-27 00:00","","","","",1.755,1.755,1.755,1.755,1.755,1.635,0.187,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88377",8,42.189215,-120.353969,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.979,0.917825,1.628,"2013-01-16 00:00",0.33,"2013-01-28 00:00","","","","","","","","",1.628,1.628,1.628,1.628,1.628,1.628,0.33,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88378",5,42.189215,-120.353969,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,4.13275,4.628118,8.612,"2013-01-22 00:00",7.64,"2013-01-16 00:00",0.17,"2013-01-28 00:00",0.109,"2013-06-27 00:00","","","","",8.612,8.612,8.612,8.612,8.612,7.64,0.109,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88378",8,42.189215,-120.353969,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,3.3485,4.53609,6.556,"2013-01-16 00:00",0.141,"2013-01-28 00:00","","","","","","","","",6.556,6.556,6.556,6.556,6.556,6.556,0.141,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88380",5,42.189215,-120.353969,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,3.77425,3.975654,8.039,"2013-01-16 00:00",6.282,"2013-01-22 00:00",0.448,"2013-01-28 00:00",0.328,"2013-06-27 00:00","","","","",8.039,8.039,8.039,8.039,8.039,6.282,0.328,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88380",8,42.189215,-120.353969,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,3.2355,4.031216,6.086,"2013-01-16 00:00",0.385,"2013-01-28 00:00","","","","","","","","",6.086,6.086,6.086,6.086,6.086,6.086,0.385,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88388",5,42.189215,-120.353969,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,11,"","","Certification not required",0,0.759,0.706557,1.712,"2013-01-16 00:00",0.865,"2013-01-22 00:00",0.323,"2013-01-28 00:00",0.136,"2013-06-27 00:00","","","","",1.712,1.712,1.712,1.712,1.712,0.865,0.136,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88388",8,42.189215,-120.353969,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.5125,0.350018,0.76,"2013-01-16 00:00",0.265,"2013-01-28 00:00","","","","","","","","",0.76,0.76,0.76,0.76,0.76,0.76,0.265,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88403",5,42.189215,-120.353969,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,26,"","","Certification not required",0,1.035,1.180522,2.62,"2013-01-16 00:00",1.25,"2013-01-22 00:00",0.17,"2013-06-27 00:00",0.1,"2013-01-28 00:00","","","","",2.62,2.62,2.62,2.62,2.62,1.25,0.1,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-01-10" +"41","037","0001","88502",3,42.189215,-120.353969,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7248,83,302,365,0,48,"","","Certification not required",0,11.982933,23.179918,256.6,"2013-01-04 23:00",248.6,"2013-01-19 23:00",246.2,"2013-01-19 00:00",243.9,"2013-01-19 22:00","","","","",129.3,89.6,46.3,23.1,9.7,6.3,1.9,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","037","0001","88502",3,42.189215,-120.353969,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,11.974503,18.013651,123.2,"2013-01-17 00:00",119.4,"2013-01-19 00:00",117.7,"2013-01-18 00:00",99.7,"2013-01-04 00:00","","","","",99.7,87.4,49.4,20.3,10.5,7.2,2.5,"Lakeview, CENTER & M ST. (LCM)","LCM/CENTER & M ST, LAKEVIEW, OR","Oregon","Lake","Lakeview","","2014-02-13" +"41","039","0059","11203",1,44.067224,-123.141352,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",8721,100,361,365,0,39,"","","Certification not required",0,0.608256,0.535637,5.9,"2013-01-02 22:00",5.9,"2013-12-11 23:00",5.9,"2013-12-12 01:00",5.6,"2013-12-12 02:00","","","","",3,2.3,1.6,1.1,0.7,0.4,0.3,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-28" +"41","039","0059","68101",1,44.067224,-123.141352,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",123,100,118,122,0,2,"","","Certification not required",91,0.110976,0.120201,0.5,"2013-01-13 00:00",0.5,"2013-04-28 00:00",0.5,"2013-06-27 00:00",0.4,"2013-04-04 00:00","","","","",0.5,0.5,0.4,0.3,0.1,0.05,0.05,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","68102",1,44.067224,-123.141352,"NAD83","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",123,100,118,122,0,2,"","","Certification not required",0,23.992683,0.026148,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","68105",1,44.067224,-123.141352,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",123,100,118,122,0,1,"","","Certification not required",0,11.917073,7.073151,25.2,"2013-07-24 00:00",25.1,"2013-06-30 00:00",23.6,"2013-08-05 00:00",23.3,"2013-07-03 00:00","","","","",25.1,23.6,22.3,21.1,18,11.5,2.4,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","68108",1,44.067224,-123.141352,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",123,100,118,122,0,2,"","","Certification not required",0,755.02439,4.565486,767,"2013-01-16 00:00",767,"2013-12-09 00:00",766,"2013-12-24 00:00",764,"2013-01-13 00:00","","","","",767,766,763,761,758,755,750,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","68109",1,44.067224,-123.141352,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",123,100,118,122,0,3,"","","Certification not required",0,1439.886179,0.318893,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","81102",1,44.067224,-123.141352,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,0,0,"Certification not required",2,15.616667,10.701008,59,"2013-08-20 00:00",42,"2013-11-24 00:00",41,"2013-12-12 00:00",32,"2013-08-08 00:00","","","","",59,42,41,30,19,15,5,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","85101",1,44.067224,-123.141352,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,0,"","","Certification not required",1,16.266667,10.920152,59,"2013-08-20 00:00",45,"2013-11-24 00:00",44,"2013-12-12 00:00",32,"2013-05-04 00:00","","","","",59,45,44,30,20,16,5,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","86101",1,44.067224,-123.141352,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,"","","Certification not required",0,9.1625,9.791642,53.2,"2013-08-20 00:00",29.1,"2013-08-08 00:00",24.9,"2013-05-04 00:00",21.2,"2013-07-09 00:00","","","","",53.2,53.2,29.1,21.2,13.2,5.4,2.2,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-03" +"41","039","0059","88101",1,44.067224,-123.141352,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,98,119,122,0,2,4,4,"Certification not required",0,8.278689,8.568675,54.6,"2013-12-09 00:00",46.5,"2013-11-27 00:00",40.2,"2013-11-24 00:00",37.9,"2013-12-12 00:00","","","","",46.5,40.2,23.4,15.1,10.7,5.5,2.2,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","88101",1,44.067224,-123.141352,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,98,119,122,0,2,"","","Certification not required",0,8.278689,8.568675,54.6,"2013-12-09 00:00",46.5,"2013-11-27 00:00",40.2,"2013-11-24 00:00",37.9,"2013-12-12 00:00","","","","",46.5,40.2,23.4,15.1,10.7,5.5,2.2,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0059","88102",5,44.067224,-123.141352,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",25,0.012839,0.00753,0.0378,"2013-04-04 00:00",0.0378,"2013-06-03 00:00",0.0244,"2013-05-04 00:00",0.0104,"2013-01-04 00:00","","","","",0.0378,0.0378,0.0378,0.0244,0.0104,0.0104,0.01035,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88102",6,44.067224,-123.141352,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.0104,0,0.0104,"2013-02-15 00:00",0.0104,"2013-04-16 00:00",0.0104,"2013-06-27 00:00","","","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88103",5,44.067224,-123.141352,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.000714,0.00174,0.008,"2013-01-04 00:00",0.005,"2013-02-15 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-28 00:00","","","","",0.008,0.008,0.005,0.001,0.001,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88103",6,44.067224,-123.141352,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.001333,0.002309,0.004,"2013-02-15 00:00",0,"2013-04-16 00:00",0,"2013-06-27 00:00","","","","","","",0.004,0.004,0.004,0.004,0.004,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88104",5,44.067224,-123.141352,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",3,0.019932,0.02341,0.107,"2013-05-04 00:00",0.0876,"2013-05-10 00:00",0.0344,"2013-02-21 00:00",0.0277,"2013-06-09 00:00","","","","",0.107,0.107,0.0876,0.0344,0.0204,0.0149,0.0023,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88104",6,44.067224,-123.141352,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.008733,0.003564,0.0127,"2013-04-16 00:00",0.0077,"2013-02-15 00:00",0.0058,"2013-06-27 00:00","","","","","","",0.0127,0.0127,0.0127,0.0127,0.0127,0.0077,0.0058,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88107",5,44.067224,-123.141352,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",21,0.002071,0.001809,0.0075,"2013-01-04 00:00",0.0061,"2013-02-21 00:00",0.0058,"2013-06-09 00:00",0.0055,"2013-03-23 00:00","","","","",0.0075,0.0075,0.0061,0.0058,0.0024,0.0012,0.0012,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88107",6,44.067224,-123.141352,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",1,0.003167,0.002303,0.0057,"2013-02-15 00:00",0.0026,"2013-04-16 00:00",0.0012,"2013-06-27 00:00","","","","","","",0.0057,0.0057,0.0057,0.0057,0.0057,0.0026,0.0012,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88109",5,44.067224,-123.141352,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",4,0.001279,0.000737,0.0027,"2013-03-23 00:00",0.0027,"2013-05-10 00:00",0.0022,"2013-02-15 00:00",0.0022,"2013-03-29 00:00","","","","",0.0027,0.0027,0.0027,0.0022,0.0018,0.0012,0.0002,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88109",6,44.067224,-123.141352,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",1,0.001033,0.000737,0.0016,"2013-02-15 00:00",0.0013,"2013-04-16 00:00",0.0002,"2013-06-27 00:00","","","","","","",0.0016,0.0016,0.0016,0.0016,0.0016,0.0013,0.0002,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88110",5,44.067224,-123.141352,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.000643,0.001909,0.007,"2013-05-22 00:00",0.006,"2013-01-28 00:00",0.005,"2013-05-10 00:00",0,"2013-01-04 00:00","","","","",0.007,0.007,0.006,0.005,0,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88110",6,44.067224,-123.141352,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.001667,0.002887,0.005,"2013-02-15 00:00",0,"2013-04-16 00:00",0,"2013-06-27 00:00","","","","","","",0.005,0.005,0.005,0.005,0.005,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88111",5,44.067224,-123.141352,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",1,0.018105,0.014946,0.0664,"2013-05-04 00:00",0.0549,"2013-05-10 00:00",0.042,"2013-01-04 00:00",0.0307,"2013-06-09 00:00","","","","",0.0664,0.0664,0.0549,0.042,0.0246,0.0143,0.0055,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88111",6,44.067224,-123.141352,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.016433,0.004443,0.0215,"2013-06-27 00:00",0.0146,"2013-04-16 00:00",0.0132,"2013-02-15 00:00","","","","","","",0.0215,0.0215,0.0215,0.0215,0.0215,0.0146,0.0132,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88112",5,44.067224,-123.141352,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.001679,0.003791,0.019,"2013-03-05 00:00",0.007,"2013-03-23 00:00",0.006,"2013-02-27 00:00",0.002,"2013-01-04 00:00","","","","",0.019,0.019,0.007,0.006,0.001,0.001,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88112",6,44.067224,-123.141352,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.000667,0.000577,0.001,"2013-04-16 00:00",0.001,"2013-06-27 00:00",0,"2013-02-15 00:00","","","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88113",5,44.067224,-123.141352,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",11,0.000346,0.00028,0.0011,"2013-02-21 00:00",0.0009,"2013-01-04 00:00",0.0008,"2013-05-10 00:00",0.0007,"2013-03-11 00:00","","","","",0.0011,0.0011,0.0009,0.0008,0.0005,0.0003,0.0001,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88113",6,44.067224,-123.141352,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",1,0.000267,0.000208,0.0005,"2013-06-27 00:00",0.0002,"2013-04-16 00:00",0.0001,"2013-02-15 00:00","","","","","","",0.0005,0.0005,0.0005,0.0005,0.0005,0.0002,0.0001,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88114",5,44.067224,-123.141352,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",5,0.001839,0.001638,0.0066,"2013-03-05 00:00",0.0055,"2013-01-04 00:00",0.0047,"2013-01-28 00:00",0.0041,"2013-02-21 00:00","","","","",0.0066,0.0066,0.0055,0.0047,0.0023,0.0016,0.0003,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88114",6,44.067224,-123.141352,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.001967,0.000611,0.0025,"2013-06-27 00:00",0.0021,"2013-02-15 00:00",0.0013,"2013-04-16 00:00","","","","","","",0.0025,0.0025,0.0025,0.0025,0.0025,0.0021,0.0013,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88115",5,44.067224,-123.141352,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",3,0.054661,0.089797,0.362,"2013-03-17 00:00",0.265,"2013-02-21 00:00",0.239,"2013-06-09 00:00",0.108,"2013-05-22 00:00","","","","",0.362,0.362,0.265,0.239,0.061,0.022,0.0005,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88115",6,44.067224,-123.141352,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.018,0.004583,0.022,"2013-02-15 00:00",0.019,"2013-04-16 00:00",0.013,"2013-06-27 00:00","","","","","","",0.022,0.022,0.022,0.022,0.022,0.019,0.013,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88117",5,44.067224,-123.141352,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",24,0.000586,0.000378,0.0021,"2013-02-27 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-03-05 00:00",0.0009,"2013-06-21 00:00","","","","",0.0021,0.0021,0.0013,0.0013,0.00045,0.00045,0.00045,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88117",6,44.067224,-123.141352,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.00045,0,0.00045,"2013-02-15 00:00",0.00045,"2013-04-16 00:00",0.00045,"2013-06-27 00:00","","","","","","",0.00045,0.00045,0.00045,0.00045,0.00045,0.00045,0.00045,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88118",5,44.067224,-123.141352,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",24,0.001518,0.000822,0.0042,"2013-03-23 00:00",0.0035,"2013-01-10 00:00",0.0034,"2013-06-09 00:00",0.0026,"2013-03-17 00:00","","","","",0.0042,0.0042,0.0035,0.0034,0.0012,0.0012,0.0012,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88118",6,44.067224,-123.141352,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.0012,0,0.0012,"2013-02-15 00:00",0.0012,"2013-04-16 00:00",0.0012,"2013-06-27 00:00","","","","","","",0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,0.0012,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88126",5,44.067224,-123.141352,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.077614,0.072454,0.309,"2013-02-21 00:00",0.254,"2013-01-28 00:00",0.19,"2013-03-05 00:00",0.177,"2013-01-04 00:00","","","","",0.309,0.309,0.254,0.19,0.0958,0.0569,0.0208,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88126",6,44.067224,-123.141352,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.047967,0.011924,0.0603,"2013-02-15 00:00",0.0471,"2013-04-16 00:00",0.0365,"2013-06-27 00:00","","","","","","",0.0603,0.0603,0.0603,0.0603,0.0603,0.0471,0.0365,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88128",5,44.067224,-123.141352,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.001786,0.002973,0.011,"2013-01-04 00:00",0.011,"2013-02-21 00:00",0.005,"2013-03-05 00:00",0.004,"2013-01-10 00:00","","","","",0.011,0.011,0.011,0.005,0.003,0.001,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88128",6,44.067224,-123.141352,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.000667,0.001155,0.002,"2013-02-15 00:00",0,"2013-04-16 00:00",0,"2013-06-27 00:00","","","","","","",0.002,0.002,0.002,0.002,0.002,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88131",5,44.067224,-123.141352,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",24,0.003968,0.003904,0.017,"2013-06-09 00:00",0.0134,"2013-03-23 00:00",0.011,"2013-01-22 00:00",0.0109,"2013-06-27 00:00","","","","",0.017,0.017,0.0134,0.011,0.00245,0.00245,0.00245,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88131",6,44.067224,-123.141352,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",2,0.004867,0.004186,0.0097,"2013-04-16 00:00",0.00245,"2013-02-15 00:00",0.00245,"2013-06-27 00:00","","","","","","",0.0097,0.0097,0.0097,0.0097,0.0097,0.00245,0.00245,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88132",5,44.067224,-123.141352,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.003714,0.003537,0.015,"2013-03-05 00:00",0.012,"2013-01-04 00:00",0.007,"2013-02-15 00:00",0.007,"2013-02-21 00:00","","","","",0.015,0.015,0.012,0.007,0.005,0.003,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88132",6,44.067224,-123.141352,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.004,0.002646,0.007,"2013-02-15 00:00",0.003,"2013-04-16 00:00",0.002,"2013-06-27 00:00","","","","","","",0.007,0.007,0.007,0.007,0.007,0.003,0.002,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88136",5,44.067224,-123.141352,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.001429,0.002834,0.014,"2013-03-05 00:00",0.006,"2013-03-23 00:00",0.005,"2013-02-27 00:00",0.002,"2013-01-10 00:00","","","","",0.014,0.014,0.006,0.005,0.001,0.001,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88136",6,44.067224,-123.141352,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.000333,0.000577,0.001,"2013-02-15 00:00",0,"2013-04-16 00:00",0,"2013-06-27 00:00","","","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88140",5,44.067224,-123.141352,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",11,0.011714,0.011178,0.0367,"2013-05-10 00:00",0.0347,"2013-05-04 00:00",0.0311,"2013-06-03 00:00",0.029,"2013-03-17 00:00","","","","",0.0367,0.0367,0.0347,0.0311,0.0194,0.0075,0.00285,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88140",6,44.067224,-123.141352,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.009,0.001082,0.0099,"2013-06-27 00:00",0.0093,"2013-02-15 00:00",0.0078,"2013-04-16 00:00","","","","","","",0.0099,0.0099,0.0099,0.0099,0.0099,0.0093,0.0078,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88152",5,44.067224,-123.141352,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",24,0.002811,0.002758,0.0146,"2013-01-04 00:00",0.0076,"2013-01-22 00:00",0.0064,"2013-03-05 00:00",0.0057,"2013-02-27 00:00","","","","",0.0146,0.0146,0.0076,0.0064,0.00185,0.00185,0.00185,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88152",6,44.067224,-123.141352,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.00185,0,0.00185,"2013-02-15 00:00",0.00185,"2013-04-16 00:00",0.00185,"2013-06-27 00:00","","","","","","",0.00185,0.00185,0.00185,0.00185,0.00185,0.00185,0.00185,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88154",5,44.067224,-123.141352,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",26,0.000329,0.000105,0.0007,"2013-02-15 00:00",0.0007,"2013-04-16 00:00",0.0003,"2013-01-04 00:00",0.0003,"2013-01-10 00:00","","","","",0.0007,0.0007,0.0007,0.0003,0.0003,0.0003,0.0003,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88154",6,44.067224,-123.141352,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",2,0.0004,0.000173,0.0006,"2013-02-15 00:00",0.0003,"2013-04-16 00:00",0.0003,"2013-06-27 00:00","","","","","","",0.0006,0.0006,0.0006,0.0006,0.0006,0.0003,0.0003,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88160",5,44.067224,-123.141352,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",22,0.008411,0.004751,0.0232,"2013-01-22 00:00",0.0183,"2013-04-28 00:00",0.0159,"2013-02-15 00:00",0.0159,"2013-03-23 00:00","","","","",0.0232,0.0232,0.0183,0.0159,0.0061,0.0061,0.0061,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88160",6,44.067224,-123.141352,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",2,0.008133,0.003522,0.0122,"2013-02-15 00:00",0.0061,"2013-04-16 00:00",0.0061,"2013-06-27 00:00","","","","","","",0.0122,0.0122,0.0122,0.0122,0.0122,0.0061,0.0061,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88161",5,44.067224,-123.141352,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",8,0.003229,0.002834,0.0091,"2013-05-04 00:00",0.0083,"2013-05-10 00:00",0.0081,"2013-01-04 00:00",0.0074,"2013-01-22 00:00","","","","",0.0091,0.0091,0.0083,0.0081,0.0066,0.0025,0.0006,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88161",6,44.067224,-123.141352,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.0006,0,0.0006,"2013-02-15 00:00",0.0006,"2013-04-16 00:00",0.0006,"2013-06-27 00:00","","","","","","",0.0006,0.0006,0.0006,0.0006,0.0006,0.0006,0.0006,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88164",5,44.067224,-123.141352,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",19,0.000496,0.000323,0.0014,"2013-06-21 00:00",0.0013,"2013-01-22 00:00",0.0009,"2013-02-15 00:00",0.0008,"2013-01-10 00:00","","","","",0.0014,0.0014,0.0013,0.0009,0.0008,0.0003,0.0003,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88164",6,44.067224,-123.141352,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",1,0.0007,0.000361,0.001,"2013-02-15 00:00",0.0008,"2013-04-16 00:00",0.0003,"2013-06-27 00:00","","","","","","",0.001,0.001,0.001,0.001,0.001,0.0008,0.0003,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88165",5,44.067224,-123.141352,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.045136,0.056126,0.256,"2013-05-04 00:00",0.208,"2013-05-10 00:00",0.0707,"2013-06-09 00:00",0.0703,"2013-06-03 00:00","","","","",0.256,0.256,0.208,0.0707,0.0443,0.035,0.0084,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88165",6,44.067224,-123.141352,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.026933,0.005641,0.0319,"2013-02-15 00:00",0.0281,"2013-04-16 00:00",0.0208,"2013-06-27 00:00","","","","","","",0.0319,0.0319,0.0319,0.0319,0.0319,0.0281,0.0208,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88166",5,44.067224,-123.141352,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",26,0.003379,0.001219,0.0083,"2013-05-04 00:00",0.007,"2013-01-22 00:00",0.00305,"2013-01-04 00:00",0.00305,"2013-01-10 00:00","","","","",0.0083,0.0083,0.007,0.00305,0.00305,0.00305,0.00305,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88166",6,44.067224,-123.141352,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.00305,0,0.00305,"2013-02-15 00:00",0.00305,"2013-04-16 00:00",0.00305,"2013-06-27 00:00","","","","","","",0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,0.00305,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88167",5,44.067224,-123.141352,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.012554,0.015926,0.0743,"2013-01-04 00:00",0.0469,"2013-03-05 00:00",0.0336,"2013-02-21 00:00",0.0243,"2013-02-27 00:00","","","","",0.0743,0.0743,0.0469,0.0336,0.0151,0.0074,0.0015,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88167",6,44.067224,-123.141352,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.010833,0.001193,0.0118,"2013-06-27 00:00",0.0112,"2013-04-16 00:00",0.0095,"2013-02-15 00:00","","","","","","",0.0118,0.0118,0.0118,0.0118,0.0118,0.0112,0.0095,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88168",5,44.067224,-123.141352,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",25,0.000455,0.000324,0.0017,"2013-02-21 00:00",0.0013,"2013-06-27 00:00",0.001,"2013-05-10 00:00",0.00035,"2013-01-04 00:00","","","","",0.0017,0.0017,0.0013,0.001,0.00035,0.00035,0.00035,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88168",6,44.067224,-123.141352,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",2,0.000567,0.000375,0.001,"2013-02-15 00:00",0.00035,"2013-04-16 00:00",0.00035,"2013-06-27 00:00","","","","","","",0.001,0.001,0.001,0.001,0.001,0.00035,0.00035,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88169",5,44.067224,-123.141352,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.260039,0.365915,2.05,"2013-01-22 00:00",0.456,"2013-05-10 00:00",0.357,"2013-03-23 00:00",0.336,"2013-06-03 00:00","","","","",2.05,2.05,0.456,0.357,0.284,0.206,0.0802,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88169",6,44.067224,-123.141352,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.229667,0.099203,0.325,"2013-02-15 00:00",0.237,"2013-04-16 00:00",0.127,"2013-06-27 00:00","","","","","","",0.325,0.325,0.325,0.325,0.325,0.237,0.127,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88176",5,44.067224,-123.141352,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",23,0.000311,0.000253,0.0011,"2013-02-27 00:00",0.0009,"2013-01-22 00:00",0.0008,"2013-02-21 00:00",0.0007,"2013-04-04 00:00","","","","",0.0011,0.0011,0.0009,0.0008,0.0002,0.0002,0.0002,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88176",6,44.067224,-123.141352,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",1,0.000567,0.000473,0.0011,"2013-02-15 00:00",0.0004,"2013-06-27 00:00",0.0002,"2013-04-16 00:00","","","","","","",0.0011,0.0011,0.0011,0.0011,0.0011,0.0004,0.0002,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88180",5,44.067224,-123.141352,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.066154,0.060092,0.273,"2013-01-04 00:00",0.19,"2013-01-22 00:00",0.157,"2013-02-03 00:00",0.124,"2013-03-23 00:00","","","","",0.273,0.273,0.19,0.157,0.0902,0.0453,0.0182,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88180",6,44.067224,-123.141352,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.070833,0.031177,0.0907,"2013-02-15 00:00",0.0869,"2013-06-27 00:00",0.0349,"2013-04-16 00:00","","","","","","",0.0907,0.0907,0.0907,0.0907,0.0907,0.0869,0.0349,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88184",5,44.067224,-123.141352,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",2,0.148671,0.102038,0.361,"2013-06-09 00:00",0.348,"2013-06-03 00:00",0.315,"2013-03-17 00:00",0.311,"2013-01-22 00:00","","","","",0.361,0.361,0.348,0.315,0.235,0.115,0.0467,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88184",6,44.067224,-123.141352,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.131667,0.005132,0.136,"2013-04-16 00:00",0.133,"2013-02-15 00:00",0.126,"2013-06-27 00:00","","","","","","",0.136,0.136,0.136,0.136,0.136,0.133,0.126,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88185",5,44.067224,-123.141352,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",28,0.00065,0,0.00065,"2013-01-04 00:00",0.00065,"2013-01-10 00:00",0.00065,"2013-01-16 00:00",0.00065,"2013-01-22 00:00","","","","",0.00065,0.00065,0.00065,0.00065,0.00065,0.00065,0.00065,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88185",6,44.067224,-123.141352,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",3,5,3,61,0,0,"","","Certification not required",3,0.00065,0,0.00065,"2013-02-15 00:00",0.00065,"2013-04-16 00:00",0.00065,"2013-06-27 00:00","","","","","","",0.00065,0.00065,0.00065,0.00065,0.00065,0.00065,0.00065,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88301",5,44.067224,-123.141352,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",10,0.130714,0.286119,1.48,"2013-01-22 00:00",0.39,"2013-02-15 00:00",0.37,"2013-03-23 00:00",0.26,"2013-05-04 00:00","","","","",1.48,1.48,0.39,0.37,0.13,0.04,0.005,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88301",6,44.067224,-123.141352,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,1,"","","Certification not required",1,0.0225,0.024749,0.04,"2013-06-21 00:00",0.005,"2013-02-21 00:00","","","","","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.005,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88302",5,44.067224,-123.141352,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",6,0.095,0.077722,0.31,"2013-06-09 00:00",0.24,"2013-06-03 00:00",0.23,"2013-02-21 00:00",0.23,"2013-03-17 00:00","","","","",0.31,0.31,0.24,0.23,0.13,0.08,0.02,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88302",6,44.067224,-123.141352,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,1,"","","Certification not required",0,0.15,0.098995,0.22,"2013-02-21 00:00",0.08,"2013-06-21 00:00","","","","","","","","",0.22,0.22,0.22,0.22,0.22,0.22,0.08,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88303",5,44.067224,-123.141352,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",1,0.071607,0.054756,0.24,"2013-01-04 00:00",0.19,"2013-01-22 00:00",0.16,"2013-02-03 00:00",0.13,"2013-03-23 00:00","","","","",0.24,0.24,0.19,0.16,0.1,0.05,0.03,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88303",6,44.067224,-123.141352,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,1,"","","Certification not required",0,0.035,0.007071,0.04,"2013-06-21 00:00",0.03,"2013-02-21 00:00","","","","","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.03,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88329",5,44.067224,-123.141352,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.581714,0.385159,1.56,"2013-01-04 00:00",1.491,"2013-01-22 00:00",1.087,"2013-02-15 00:00",1.007,"2013-02-03 00:00","","","","",1.56,1.56,1.491,1.087,0.786,0.472,0.189,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88329",8,44.067224,-123.141352,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.5912,0.456907,0.95,"2013-03-23 00:00",0.939,"2013-02-03 00:00",0.884,"2013-03-05 00:00",0.102,"2013-05-28 00:00","","","","",0.95,0.95,0.95,0.95,0.939,0.884,0.081,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88330",5,44.067224,-123.141352,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.034536,0.016592,0.085,"2013-05-04 00:00",0.069,"2013-02-03 00:00",0.053,"2013-02-21 00:00",0.046,"2013-03-23 00:00","","","","",0.085,0.085,0.069,0.053,0.04,0.035,0.015,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88330",8,44.067224,-123.141352,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",4,7,4,61,0,0,"","","Certification not required",0,0.02625,0.025356,0.063,"2013-02-03 00:00",0.022,"2013-03-05 00:00",0.014,"2013-05-28 00:00",0.006,"2013-01-22 00:00","","","","",0.063,0.063,0.063,0.063,0.063,0.022,0.006,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88331",5,44.067224,-123.141352,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88338",5,44.067224,-123.141352,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Na2CO3-Nylon Filter, 4.9 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.609286,0.693173,2.92,"2013-01-22 00:00",2.34,"2013-02-15 00:00",1.38,"2013-01-16 00:00",1.22,"2013-03-23 00:00","","","","",2.92,2.92,2.34,1.38,0.81,0.33,0.07,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88338",6,44.067224,-123.141352,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Na2CO3-Nylon Filter, 4.9 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,1,"","","Certification not required",0,0.255,0.021213,0.27,"2013-06-21 00:00",0.24,"2013-02-21 00:00","","","","","","","","",0.27,0.27,0.27,0.27,0.27,0.27,0.24,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88355",5,44.067224,-123.141352,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,2.181179,1.345552,4.97,"2013-01-22 00:00",4.894,"2013-01-04 00:00",4.642,"2013-03-23 00:00",4.359,"2013-02-03 00:00","","","","",4.97,4.97,4.894,4.642,2.409,1.887,0.839,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88355",8,44.067224,-123.141352,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.6482,1.94693,4.483,"2013-03-23 00:00",4.207,"2013-02-03 00:00",3.436,"2013-03-05 00:00",0.597,"2013-01-22 00:00","","","","",4.483,4.483,4.483,4.483,4.207,3.436,0.518,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88357",5,44.067224,-123.141352,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",1,0.321268,0.210557,0.905,"2013-01-04 00:00",0.652,"2013-03-05 00:00",0.629,"2013-01-22 00:00",0.616,"2013-02-03 00:00","","","","",0.905,0.905,0.652,0.629,0.514,0.27,0.083,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88357",8,44.067224,-123.141352,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.343,0.295351,0.606,"2013-03-05 00:00",0.584,"2013-02-03 00:00",0.476,"2013-03-23 00:00",0.048,"2013-05-28 00:00","","","","",0.606,0.606,0.606,0.606,0.584,0.476,0.001,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88370",5,44.067224,-123.141352,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,2.015321,1.213166,4.729,"2013-01-04 00:00",4.358,"2013-01-22 00:00",4.153,"2013-03-23 00:00",3.905,"2013-02-03 00:00","","","","",4.729,4.729,4.358,4.153,2.209,1.836,0.804,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88370",8,44.067224,-123.141352,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.4012,1.726253,3.979,"2013-03-23 00:00",3.783,"2013-02-03 00:00",3.165,"2013-03-05 00:00",0.593,"2013-01-22 00:00","","","","",3.979,3.979,3.979,3.979,3.783,3.165,0.486,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88374",5,44.067224,-123.141352,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.267321,0.304354,0.984,"2013-01-22 00:00",0.982,"2013-02-03 00:00",0.962,"2013-03-23 00:00",0.751,"2013-02-15 00:00","","","","",0.984,0.984,0.982,0.962,0.268,0.142,0.04,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88374",8,44.067224,-123.141352,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.4718,0.391475,0.933,"2013-03-23 00:00",0.823,"2013-02-03 00:00",0.388,"2013-03-05 00:00",0.155,"2013-01-22 00:00","","","","",0.933,0.933,0.933,0.933,0.823,0.388,0.06,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88375",5,44.067224,-123.141352,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.525714,0.311969,1.343,"2013-01-04 00:00",1.078,"2013-01-22 00:00",1.022,"2013-02-03 00:00",0.977,"2013-03-23 00:00","","","","",1.343,1.343,1.078,1.022,0.696,0.481,0.233,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88375",8,44.067224,-123.141352,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.581,0.407163,0.953,"2013-02-03 00:00",0.895,"2013-03-23 00:00",0.776,"2013-03-05 00:00",0.145,"2013-05-28 00:00","","","","",0.953,0.953,0.953,0.953,0.895,0.776,0.136,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88376",5,44.067224,-123.141352,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.678857,0.352612,1.446,"2013-01-04 00:00",1.312,"2013-03-23 00:00",1.309,"2013-03-05 00:00",1.249,"2013-02-15 00:00","","","","",1.446,1.446,1.312,1.309,0.777,0.649,0.275,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88376",8,44.067224,-123.141352,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.7994,0.586955,1.298,"2013-03-23 00:00",1.281,"2013-03-05 00:00",1.093,"2013-02-03 00:00",0.167,"2013-05-28 00:00","","","","",1.298,1.298,1.298,1.298,1.281,1.093,0.158,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88377",5,44.067224,-123.141352,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.42475,0.268658,1.038,"2013-01-22 00:00",0.916,"2013-03-23 00:00",0.893,"2013-01-04 00:00",0.844,"2013-02-03 00:00","","","","",1.038,1.038,0.916,0.893,0.535,0.369,0.133,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88377",8,44.067224,-123.141352,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.4624,0.376463,0.839,"2013-03-23 00:00",0.798,"2013-02-03 00:00",0.534,"2013-03-05 00:00",0.079,"2013-05-28 00:00","","","","",0.839,0.839,0.839,0.839,0.798,0.534,0.062,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88378",5,44.067224,-123.141352,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",6,0.130429,0.136597,0.524,"2013-01-04 00:00",0.38,"2013-05-04 00:00",0.333,"2013-06-15 00:00",0.332,"2013-01-16 00:00","","","","",0.524,0.524,0.38,0.333,0.182,0.101,0.0005,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88378",8,44.067224,-123.141352,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.059,0.031113,0.081,"2013-01-22 00:00",0.037,"2013-05-28 00:00","","","","","","","","",0.081,0.081,0.081,0.081,0.081,0.081,0.037,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88380",5,44.067224,-123.141352,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",1,0.485982,0.333758,1.241,"2013-01-22 00:00",1.07,"2013-01-04 00:00",1.069,"2013-02-03 00:00",1.003,"2013-03-23 00:00","","","","",1.241,1.241,1.07,1.069,0.713,0.427,0.142,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88380",8,44.067224,-123.141352,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.596,0.506867,1.008,"2013-02-03 00:00",0.98,"2013-03-23 00:00",0.906,"2013-03-05 00:00",0.08,"2013-05-28 00:00","","","","",1.008,1.008,1.008,1.008,0.98,0.906,0.006,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88388",5,44.067224,-123.141352,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,1,"","","Certification not required",1,0.296482,0.218299,0.878,"2013-01-22 00:00",0.69,"2013-01-04 00:00",0.586,"2013-02-15 00:00",0.577,"2013-05-04 00:00","","","","",0.878,0.878,0.69,0.586,0.473,0.241,0.053,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88388",8,44.067224,-123.141352,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.2676,0.191252,0.489,"2013-03-23 00:00",0.424,"2013-02-03 00:00",0.271,"2013-03-05 00:00",0.086,"2013-01-22 00:00","","","","",0.489,0.489,0.489,0.489,0.424,0.271,0.068,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88403",5,44.067224,-123.141352,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,2,"","","Certification not required",0,0.510357,0.482474,2.68,"2013-01-22 00:00",0.98,"2013-03-23 00:00",0.95,"2013-05-10 00:00",0.72,"2013-05-04 00:00","","","","",2.68,2.68,0.98,0.95,0.62,0.39,0.2,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88403",6,44.067224,-123.141352,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,1,"","","Certification not required",0,0.395,0.275772,0.59,"2013-06-21 00:00",0.2,"2013-02-21 00:00","","","","","","","","",0.59,0.59,0.59,0.59,0.59,0.59,0.2,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-10" +"41","039","0059","88502",3,44.067224,-123.141352,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",8721,100,361,365,0,39,"","","Certification not required",0,9.567607,11.578491,124.9,"2013-12-11 23:00",124.2,"2013-12-12 01:00",124,"2013-01-02 22:00",117.5,"2013-12-12 02:00","","","","",61.4,46.9,31.3,20.7,10.6,5.8,2.2,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-28" +"41","039","0059","88502",3,44.067224,-123.141352,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,9.559003,9.568773,74.9,"2013-12-11 00:00",51.8,"2013-12-08 00:00",51.1,"2013-12-10 00:00",47.8,"2013-11-25 00:00","","","","",47.8,43.4,28.6,21.7,10.7,6.4,2.7,"Eugene - Hwy 99 (E99)","530 Hwy 99 North, Eugene, OR 97403 (Eugene Highway 99 or E99)","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-28" +"41","039","0060","11203",1,44.026312,-123.083737,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",8755,100,365,365,0,5,"","","Certification not required",0,0.578949,0.530996,6.1,"2013-12-08 21:00",6,"2013-12-11 23:00",5.9,"2013-12-12 00:00",5.5,"2013-12-08 22:00","","","","",2.9,2.3,1.6,1.1,0.6,0.4,0.3,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-28" +"41","039","0060","44201",1,44.026312,-123.083737,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3638,100,153,153,0,34,0,0,"Certification not required",377,0.038582,0.01062,0.063,"2013-07-23 15:00",0.062,"2013-07-09 16:00",0.062,"2013-07-19 15:00",0.061,"2013-07-18 18:00","","","","",0.062,0.061,0.057,0.053,0.047,0.038,0.026,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2013-11-15" +"41","039","0060","44201",1,44.026312,-123.083737,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3663,100,153,153,0,0,0,0,"Certification not required",0,0.033562,0.009901,0.057,"2013-07-09 11:00",0.055,"2013-07-19 11:00",0.054,"2013-07-23 11:00",0.053,"2013-05-03 12:00","","","","",0.055,0.053,0.052,0.048,0.04,0.033,0.021,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2013-11-15" +"41","039","0060","44201",1,44.026312,-123.083737,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3663,100,153,153,0,0,0,0,"Certification not required",0,0.033562,0.009901,0.057,"2013-07-09 11:00",0.055,"2013-07-19 11:00",0.054,"2013-07-23 11:00",0.053,"2013-05-03 12:00","","","","",0.055,0.053,0.052,0.048,0.04,0.033,0.021,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2013-11-15" +"41","039","0060","68101",1,44.026312,-123.083737,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,122,122,0,0,"","","Certification not required",63,0.115164,0.085737,0.4,"2013-12-21 00:00",0.3,"2013-01-28 00:00",0.3,"2013-03-23 00:00",0.3,"2013-05-10 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.05,0.05,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68101",2,44.026312,-123.083737,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",31,100,31,31,0,0,"","","Certification not required",28,0.064516,0.051951,0.3,"2013-12-06 00:00",0.2,"2013-06-09 00:00",0.1,"2013-03-05 00:00",0.05,"2013-01-04 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68102",1,44.026312,-123.083737,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,122,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68102",2,44.026312,-123.083737,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",31,100,31,31,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68105",1,44.026312,-123.083737,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,122,122,0,0,"","","Certification not required",0,11.602459,7.002461,24.8,"2013-06-30 00:00",24.6,"2013-07-24 00:00",23.6,"2013-07-03 00:00",23.4,"2013-08-05 00:00","","","","",24.6,23.6,22.2,20.9,17.8,11.3,2.4,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68105",2,44.026312,-123.083737,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",31,100,31,31,0,0,"","","Certification not required",0,11.554839,7.181775,23.7,"2013-07-03 00:00",22.2,"2013-07-15 00:00",21.2,"2013-08-20 00:00",20.8,"2013-09-01 00:00","","","","",23.7,23.7,22.2,20.8,18.3,11.6,3.3,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68108",1,44.026312,-123.083737,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,122,122,0,0,"","","Certification not required",0,754.352459,4.753289,766,"2013-01-16 00:00",766,"2013-12-09 00:00",765,"2013-12-24 00:00",764,"2013-02-12 00:00","","","","",766,765,763,761,758,754,749,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68108",2,44.026312,-123.083737,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",31,100,31,31,0,0,"","","Certification not required",0,755.709677,5.014602,769,"2013-01-16 00:00",761,"2013-02-09 00:00",761,"2013-03-17 00:00",761,"2013-04-22 00:00","","","","",769,769,761,761,760,756,749,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68109",1,44.026312,-123.083737,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,122,122,0,0,"","","Certification not required",0,1439.95082,0.217136,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","68109",2,44.026312,-123.083737,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",31,100,31,31,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","88101",1,44.026312,-123.083737,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,3,3,"Certification not required",0,7.859836,8.276319,51.9,"2013-12-09 00:00",39.8,"2013-11-24 00:00",38.6,"2013-11-27 00:00",30.9,"2013-12-12 00:00","","","","",39.8,38.6,24.4,16.2,9.3,5.2,2,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","88101",1,44.026312,-123.083737,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,7.859836,8.276319,51.9,"2013-12-09 00:00",39.8,"2013-11-24 00:00",38.6,"2013-11-27 00:00",30.9,"2013-12-12 00:00","","","","",39.8,38.6,24.4,16.2,9.3,5.2,2,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","88101",2,44.026312,-123.083737,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",31,100,31,31,0,0,1,1,"Certification not required",0,7.874194,8.291681,40,"2013-11-24 00:00",29,"2013-01-04 00:00",20.8,"2013-10-19 00:00",12.8,"2013-12-30 00:00","","","","",40,40,29,12.8,9.5,5.2,2.2,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","88101",2,44.026312,-123.083737,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",31,100,31,31,0,0,"","","Certification not required",0,7.874194,8.291681,40,"2013-11-24 00:00",29,"2013-01-04 00:00",20.8,"2013-10-19 00:00",12.8,"2013-12-30 00:00","","","","",40,40,29,12.8,9.5,5.2,2.2,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-17" +"41","039","0060","88502",3,44.026312,-123.083737,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",8755,100,365,365,0,5,"","","Certification not required",0,8.950017,11.457184,128.7,"2013-12-08 21:00",127,"2013-12-11 23:00",122.9,"2013-12-12 00:00",114.7,"2013-12-08 22:00","","","","",58.8,45.8,31.5,20.5,9.5,5,2,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-28" +"41","039","0060","88502",3,44.026312,-123.083737,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,8.902466,9.015967,55.1,"2013-12-11 00:00",53.3,"2013-12-08 00:00",51.2,"2013-12-10 00:00",48.6,"2013-01-03 00:00","","","","",48.6,38.6,28.7,20.4,10,5.7,2.5,"Eugene - AMAZON PARK (EAP)","AMAZON PARK/499 E 29TH","Oregon","Lane","Eugene","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","85101",1,44.19982,-122.044547,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,2.266471,3.370145,16.9538,"2013-05-10 00:00",15.0469,"2013-05-04 00:00",8.0869,"2013-05-07 00:00",7.1934,"2013-05-01 00:00","","","","",16.9538,16.9538,8.0869,6.681,2.1988,1.153,0.2098,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","86502",1,44.19982,-122.044547,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.693878,2.123324,11,"2013-05-04 00:00",9,"2013-05-10 00:00",4,"2013-05-13 00:00",3,"2013-05-01 00:00","","","","",11,11,4,3,0,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88103",1,44.19982,-122.044547,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88104",1,44.19982,-122.044547,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.016758,0.026623,0.123,"2013-05-10 00:00",0.12,"2013-05-04 00:00",0.0649,"2013-04-28 00:00",0.056,"2013-05-07 00:00","","","","",0.123,0.123,0.0649,0.0549,0.0164,0.0074,0.00055,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88109",1,44.19982,-122.044547,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.000556,0.00043,0.002,"2013-05-10 00:00",0.0016,"2013-05-01 00:00",0.0014,"2013-05-07 00:00",0.0012,"2013-03-26 00:00","","","","",0.002,0.002,0.0014,0.0012,0.0008,0.0004,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88111",1,44.19982,-122.044547,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.00957,0.013718,0.0666,"2013-05-04 00:00",0.0521,"2013-05-10 00:00",0.0367,"2013-04-28 00:00",0.0367,"2013-05-07 00:00","","","","",0.0666,0.0666,0.0367,0.0324,0.0087,0.0044,0.0011,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88112",1,44.19982,-122.044547,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88114",1,44.19982,-122.044547,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000145,6.5e-05,0.0005,"2013-03-05 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-01-16 00:00",0.0002,"2013-01-22 00:00","","","","",0.0005,0.0005,0.0002,0.0002,0.00015,0.00015,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88115",1,44.19982,-122.044547,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.016876,0.049776,0.2265,"2013-03-17 00:00",0.22,"2013-02-24 00:00",0.1518,"2013-04-13 00:00",0.0881,"2013-02-21 00:00","","","","",0.2265,0.2265,0.1518,0.0597,0.0017,0.0004,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88126",1,44.19982,-122.044547,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.011711,0.020078,0.0978,"2013-05-04 00:00",0.091,"2013-05-10 00:00",0.0443,"2013-05-07 00:00",0.0404,"2013-05-01 00:00","","","","",0.0978,0.0978,0.0443,0.0396,0.0101,0.0048,0.00065,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88128",1,44.19982,-122.044547,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00024,0.000555,0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-27 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88132",1,44.19982,-122.044547,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00036,0.000663,0.003,"2013-05-10 00:00",0.002,"2013-05-01 00:00",0.002,"2013-05-04 00:00",0.001,"2013-01-16 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88136",1,44.19982,-122.044547,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000283,0.002,"2013-03-05 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.002,0.002,0,0,0,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88140",1,44.19982,-122.044547,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.007454,0.009415,0.039,"2013-02-24 00:00",0.038,"2013-05-07 00:00",0.03,"2013-05-01 00:00",0.0243,"2013-05-10 00:00","","","","",0.039,0.039,0.03,0.0214,0.0073,0.0035,0.0011,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88152",1,44.19982,-122.044547,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000234,0.000443,0.0032,"2013-05-31 00:00",0.0007,"2013-05-28 00:00",0.0006,"2013-05-25 00:00",0.0004,"2013-03-17 00:00","","","","",0.0032,0.0032,0.0006,0.0004,0.00015,0.00015,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88154",1,44.19982,-122.044547,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000111,3.7e-05,0.0003,"2013-03-08 00:00",0.0002,"2013-01-28 00:00",0.0002,"2013-03-20 00:00",0.0002,"2013-05-07 00:00","","","","",0.0003,0.0003,0.0002,0.00015,0.0001,0.0001,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88161",1,44.19982,-122.044547,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.001177,0.001978,0.0096,"2013-05-04 00:00",0.0089,"2013-05-10 00:00",0.0045,"2013-05-07 00:00",0.0041,"2013-05-01 00:00","","","","",0.0096,0.0096,0.0045,0.004,0.0012,0.0005,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88164",1,44.19982,-122.044547,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.000107,8.9e-05,0.0005,"2013-05-07 00:00",0.0003,"2013-01-19 00:00",0.0003,"2013-03-14 00:00",0.0003,"2013-03-26 00:00","","","","",0.0005,0.0005,0.0003,0.0002,0.0001,0.0001,5e-05,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88165",1,44.19982,-122.044547,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.036565,0.06311,0.3276,"2013-05-04 00:00",0.256,"2013-05-10 00:00",0.135,"2013-04-28 00:00",0.1338,"2013-05-07 00:00","","","","",0.3276,0.3276,0.135,0.124,0.0341,0.016,0.0013,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88167",1,44.19982,-122.044547,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000562,0.000526,0.0022,"2013-05-10 00:00",0.0021,"2013-03-26 00:00",0.0018,"2013-05-01 00:00",0.0014,"2013-04-28 00:00","","","","",0.0022,0.0022,0.0018,0.0014,0.0008,0.0004,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88168",1,44.19982,-122.044547,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.000196,0.000139,0.0007,"2013-05-04 00:00",0.0006,"2013-05-10 00:00",0.0005,"2013-05-01 00:00",0.0004,"2013-01-01 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.0002,0.00015,0.0001,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88169",1,44.19982,-122.044547,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.078552,0.074391,0.3004,"2013-05-10 00:00",0.249,"2013-05-01 00:00",0.2438,"2013-05-04 00:00",0.2364,"2013-05-07 00:00","","","","",0.3004,0.3004,0.2438,0.2301,0.1129,0.0577,0.007,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88176",1,44.19982,-122.044547,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000168,6.3e-05,0.0004,"2013-03-23 00:00",0.0004,"2013-05-01 00:00",0.0004,"2013-05-10 00:00",0.0003,"2013-01-22 00:00","","","","",0.0004,0.0004,0.0004,0.00015,0.00015,0.00015,0.00015,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88180",1,44.19982,-122.044547,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.00972,0.009509,0.0392,"2013-05-10 00:00",0.0371,"2013-05-04 00:00",0.0301,"2013-05-07 00:00",0.0274,"2013-04-28 00:00","","","","",0.0392,0.0392,0.0301,0.0271,0.0129,0.0072,0.00105,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88184",1,44.19982,-122.044547,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.031819,0.054693,0.2301,"2013-03-17 00:00",0.2225,"2013-05-07 00:00",0.1792,"2013-02-24 00:00",0.1417,"2013-04-13 00:00","","","","",0.2301,0.2301,0.1792,0.0981,0.0339,0.0088,0.0019,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88185",1,44.19982,-122.044547,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",40,0.000694,0.000356,0.0021,"2013-05-13 00:00",0.0017,"2013-01-01 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-05-04 00:00","","","","",0.0021,0.0021,0.0015,0.0014,0.0007,0.00065,0.0004,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88203",1,44.19982,-122.044547,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.031376,0.067146,0.3285,"2013-03-17 00:00",0.2961,"2013-02-24 00:00",0.1965,"2013-04-13 00:00",0.1047,"2013-02-21 00:00","","","","",0.3285,0.3285,0.1965,0.0916,0.0189,0.00875,0.0027,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88306",1,44.19982,-122.044547,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.04711,0.064962,0.3747,"2013-05-07 00:00",0.2447,"2013-05-01 00:00",0.1289,"2013-05-10 00:00",0.1191,"2013-02-09 00:00","","","","",0.3747,0.3747,0.1289,0.1058,0.0574,0.0234,0.0052,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88320",1,44.19982,-122.044547,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.2352,0.30852,1.84,"2013-05-10 00:00",0.81,"2013-05-01 00:00",0.77,"2013-05-07 00:00",0.7,"2013-03-26 00:00","","","","",1.84,1.84,0.77,0.59,0.32,0.12,0.04,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88321",1,44.19982,-122.044547,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0342,0.062338,0.38,"2013-05-31 00:00",0.17,"2013-05-01 00:00",0.16,"2013-05-10 00:00",0.12,"2013-03-26 00:00","","","","",0.38,0.38,0.16,0.07,0.04,0.01,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88324",1,44.19982,-122.044547,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",50,0.01967,0.006895,0.03055,"2013-01-10 00:00",0.03045,"2013-01-13 00:00",0.03045,"2013-01-22 00:00",0.03025,"2013-01-01 00:00","","","","",0.03055,0.03055,0.03045,0.03015,0.02365,0.0167,0.0104,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88325",1,44.19982,-122.044547,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",37,0.046667,0.059968,0.4023,"2013-05-10 00:00",0.1622,"2013-05-01 00:00",0.1472,"2013-05-07 00:00",0.132,"2013-05-31 00:00","","","","",0.4023,0.4023,0.1472,0.0744,0.03425,0.03315,0.0186,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88326",1,44.19982,-122.044547,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.095223,0.111839,0.6869,"2013-05-10 00:00",0.317,"2013-05-07 00:00",0.2707,"2013-03-26 00:00",0.2547,"2013-04-19 00:00","","","","",0.6869,0.6869,0.2707,0.2164,0.1207,0.0393,0.02605,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88327",1,44.19982,-122.044547,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.055365,0.059928,0.3214,"2013-05-10 00:00",0.1738,"2013-05-01 00:00",0.1667,"2013-05-07 00:00",0.1584,"2013-03-26 00:00","","","","",0.3214,0.3214,0.1667,0.1455,0.0789,0.032,0.0113,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88328",1,44.19982,-122.044547,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.059101,0.080503,0.4099,"2013-05-10 00:00",0.2747,"2013-05-01 00:00",0.234,"2013-03-26 00:00",0.2197,"2013-05-04 00:00","","","","",0.4099,0.4099,0.234,0.159,0.0763,0.0294,0.00395,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88329",1,44.19982,-122.044547,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.077187,0.111306,0.5208,"2013-05-10 00:00",0.3991,"2013-05-31 00:00",0.3937,"2013-05-01 00:00",0.3102,"2013-03-26 00:00","","","","",0.5208,0.5208,0.3937,0.1828,0.094,0.0322,0.0034,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88330",1,44.19982,-122.044547,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.017155,0.019984,0.0996,"2013-05-31 00:00",0.0762,"2013-05-04 00:00",0.0541,"2013-05-01 00:00",0.0502,"2013-05-10 00:00","","","","",0.0996,0.0996,0.0541,0.0456,0.0242,0.0136,0.00145,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88331",1,44.19982,-122.044547,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,3.7e-05,5.2e-05,0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-17 00:00",0.00015,"2013-03-20 00:00","","","","",0.00015,0.00015,0.00015,0.00015,5e-05,0,0,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88338",1,44.19982,-122.044547,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.020166,0.015655,0.0831,"2013-01-19 00:00",0.0723,"2013-02-03 00:00",0.0685,"2013-05-10 00:00",0.0508,"2013-03-14 00:00","","","","",0.0831,0.0831,0.0685,0.0336,0.0236,0.01505,0.01105,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88339",1,44.19982,-122.044547,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.323992,0.306852,1.23894,"2013-05-10 00:00",1.02717,"2013-05-01 00:00",1.00563,"2013-05-04 00:00",0.97527,"2013-05-07 00:00","","","","",1.23894,1.23894,1.00563,0.9492,0.46559,0.23797,0.02888,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88344",1,44.19982,-122.044547,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.060116,0.084281,0.4834,"2013-05-07 00:00",0.3157,"2013-05-01 00:00",0.1663,"2013-05-10 00:00",0.1536,"2013-02-09 00:00","","","","",0.4834,0.4834,0.1663,0.1365,0.074,0.0302,0.0035,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88348",1,44.19982,-122.044547,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.173678,0.289568,1.4433,"2013-05-04 00:00",1.229,"2013-05-10 00:00",0.6423,"2013-04-28 00:00",0.6323,"2013-05-07 00:00","","","","",1.4433,1.4433,0.6423,0.5861,0.1658,0.077,0.0056,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88350",1,44.19982,-122.044547,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.423134,0.556041,3.3104,"2013-05-10 00:00",1.462,"2013-05-01 00:00",1.386,"2013-05-07 00:00",1.2643,"2013-03-26 00:00","","","","",3.3104,3.3104,1.386,1.0577,0.5816,0.2108,0.0698,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88403",1,44.19982,-122.044547,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.223641,0.207299,0.833,"2013-05-10 00:00",0.6987,"2013-05-01 00:00",0.6736,"2013-05-04 00:00",0.654,"2013-05-31 00:00","","","","",0.833,0.833,0.6736,0.642,0.334,0.177,0.0227,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0070","88502",1,44.19982,-122.044547,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.146,1.337102,7.2,"2013-05-10 00:00",4.2,"2013-05-07 00:00",3.8,"2013-05-01 00:00",3.7,"2013-05-04 00:00","","","","",7.2,7.2,3.8,3,1.4,0.8,0.1,"","Three Sisters Wilderness","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0101","61101",1,44.1158,-123.1211,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,2.77032,1.988273,12.2,"2013-04-22 14:00",11.8,"2013-04-22 13:00",11.6,"2013-04-22 16:00",11.6,"2013-04-24 15:00","","","","",8.7,8,6.9,5.7,3.7,2.3,0.7,"Eugene - Met at Wilkes Dr","898 Wilkes Drive, Eugene, OR","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0101","61103",1,44.1158,-123.1211,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,2.460297,1.921012,11.7,"2013-04-22 14:00",11.2,"2013-04-22 13:00",11.1,"2013-04-22 16:00",11,"2013-04-24 15:00","","","","",8.2,7.5,6.4,5.4,3.4,2,0.4,"Eugene - Met at Wilkes Dr","898 Wilkes Drive, Eugene, OR","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","0101","61104",1,44.1158,-123.1211,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8760,100,365,365,0,0,"","","Certification not required",0,211.962215,108.60665,360,"2013-01-12 17:00",360,"2013-01-17 12:00",360,"2013-02-01 16:00",360,"2013-02-10 10:00","","","","",359,358,355,350,324,205,31,"Eugene - Met at Wilkes Dr","898 Wilkes Drive, Eugene, OR","Oregon","Lane","","Eugene-Springfield, OR","2014-01-28" +"41","039","1007","44201",1,43.8345,-123.0353,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3645,100,153,153,0,27,0,0,"Certification not required",694,0.039654,0.010799,0.065,"2013-07-09 16:00",0.064,"2013-08-21 16:00",0.063,"2013-07-19 14:00",0.063,"2013-07-23 16:00","","","","",0.064,0.063,0.058,0.054,0.047,0.039,0.026,"Eugene - Saginaw","79980 DELIGHT VALLEY SCHOOL RD, SAGINAW","Oregon","Lane","","Eugene-Springfield, OR","2013-11-15" +"41","039","1007","44201",1,43.8345,-123.0353,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.034797,0.010216,0.059,"2013-07-09 11:00",0.058,"2013-07-19 11:00",0.056,"2013-07-23 11:00",0.056,"2013-07-26 11:00","","","","",0.058,0.056,0.054,0.049,0.042,0.033,0.022,"Eugene - Saginaw","79980 DELIGHT VALLEY SCHOOL RD, SAGINAW","Oregon","Lane","","Eugene-Springfield, OR","2013-11-15" +"41","039","1007","44201",1,43.8345,-123.0353,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.034797,0.010216,0.059,"2013-07-09 11:00",0.058,"2013-07-19 11:00",0.056,"2013-07-23 11:00",0.056,"2013-07-26 11:00","","","","",0.058,0.056,0.054,0.049,0.042,0.033,0.022,"Eugene - Saginaw","79980 DELIGHT VALLEY SCHOOL RD, SAGINAW","Oregon","Lane","","Eugene-Springfield, OR","2013-11-15" +"41","039","1009","11203",1,44.046696,-123.017704,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",8757,100,365,365,0,3,"","","Certification not required",0,0.505436,0.291195,2.9,"2013-12-11 19:00",2.8,"2013-11-27 21:00",2.7,"2013-11-27 22:00",2.5,"2013-12-05 22:00","","","","",1.6,1.4,1.1,0.9,0.6,0.4,0.3,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-28" +"41","039","1009","61101",1,44.046696,-123.017704,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,3.353642,1.99455,12,"2013-05-04 14:00",11.4,"2013-05-13 14:00",11.3,"2013-04-07 03:00",11.2,"2013-04-22 15:00","","","","",9,8.4,7.3,6.3,4.5,2.9,1.2,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-28" +"41","039","1009","61103",1,44.046696,-123.017704,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,2.980342,1.938022,11.4,"2013-05-04 14:00",10.9,"2013-05-13 14:00",10.6,"2013-04-07 03:00",10.5,"2013-04-22 15:00","","","","",8.3,7.9,6.9,5.7,4.1,2.6,0.8,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-28" +"41","039","1009","61104",1,44.046696,-123.017704,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8760,100,365,365,0,0,"","","Certification not required",0,214.753082,98.935356,360,"2013-01-18 18:00",360,"2013-01-24 05:00",360,"2013-05-15 23:00",360,"2013-06-21 19:00","","","","",352,348,339,329,305,244,89,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-28" +"41","039","1009","68101",1,44.046696,-123.017704,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Percent","No Events",61,100,61,61,0,0,"","","Certification not required",22,0.132787,0.083609,0.3,"2013-02-27 00:00",0.3,"2013-04-04 00:00",0.3,"2013-04-22 00:00",0.3,"2013-10-19 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","68102",1,44.046696,-123.017704,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",61,100,61,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","68105",1,44.046696,-123.017704,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,12.029508,7.100219,23.8,"2013-07-09 00:00",23.7,"2013-07-03 00:00",22.8,"2013-06-27 00:00",22.6,"2013-07-15 00:00","","","","",23.8,23.7,22.6,21.3,18.2,11.8,3,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","68108",1,44.046696,-123.017704,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,754.95082,4.379598,767,"2013-01-16 00:00",766,"2013-12-24 00:00",761,"2013-02-15 00:00",761,"2013-11-30 00:00","","","","",767,766,761,760,758,755,749,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","68109",1,44.046696,-123.017704,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Minutes","No Events",61,100,61,61,0,0,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","88101",1,44.046696,-123.017704,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,6.391803,4.222886,18.8,"2013-11-24 00:00",17.2,"2013-01-22 00:00",16.1,"2013-10-19 00:00",16.1,"2013-11-30 00:00","","","","",18.8,17.2,16.1,13,7.3,5.2,2.7,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","88101",1,44.046696,-123.017704,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,6.391803,4.222886,18.8,"2013-11-24 00:00",17.2,"2013-01-22 00:00",16.1,"2013-10-19 00:00",16.1,"2013-11-30 00:00","","","","",18.8,17.2,16.1,13,7.3,5.2,2.7,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-17" +"41","039","1009","88502",3,44.046696,-123.017704,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",8757,100,365,365,0,3,"","","Certification not required",0,6.627589,4.74382,45.1,"2013-12-11 19:00",43.3,"2013-11-27 21:00",41.5,"2013-11-27 22:00",39.1,"2013-12-11 20:00","","","","",24.1,21,16.4,13,8,5.1,2.7,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-28" +"41","039","1009","88502",3,44.046696,-123.017704,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,6.58,4.08932,28.2,"2013-11-27 00:00",23.5,"2013-12-11 00:00",21.6,"2013-11-28 00:00",21.4,"2013-10-24 00:00","","","","",21.4,18.6,15.7,12.6,7.6,5.2,3,"Springfield - City Hall","CITY HALL/225 N 5TH","Oregon","Lane","Springfield","Eugene-Springfield, OR","2014-01-28" +"41","039","2013","11203",1,43.744352,-122.480487,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",8744,100,365,365,0,16,"","","Certification not required",0,0.718733,0.797336,7,"2013-12-09 19:00",6.6,"2013-12-09 23:00",6.2,"2013-12-15 20:00",6.1,"2013-12-16 22:00","","","","",4.3,3.6,2.5,1.6,0.7,0.4,0.3,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-28" +"41","039","2013","61101",1,43.744352,-122.480487,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8753,100,365,365,0,7,"","","Certification not required",0,1.916109,1.666407,11.3,"2013-09-29 23:00",9.3,"2013-08-15 13:00",9.2,"2013-09-20 13:00",9.1,"2013-07-29 15:00","","","","",7.6,7,5.6,4.1,2.7,1.4,0.4,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-28" +"41","039","2013","61103",1,43.744352,-122.480487,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8753,100,365,365,0,7,"","","Certification not required",0,1.576237,1.605326,10.9,"2013-09-29 23:00",8.7,"2013-08-15 13:00",8.7,"2013-09-20 13:00",8.6,"2013-09-22 13:00","","","","",7,6.4,5.1,3.6,2.3,1,0.2,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-28" +"41","039","2013","61104",1,43.744352,-122.480487,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8753,100,365,365,0,7,"","","Certification not required",0,205.917057,76.207624,360,"2013-03-10 03:00",360,"2013-06-22 10:00",359,"2013-01-10 18:00",359,"2013-02-06 04:00","","","","",330,310,296,286,264,232,89,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-28" +"41","039","2013","68101",1,43.744352,-122.480487,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent","No Events",120,98,120,122,0,3,"","","Certification not required",45,0.172917,0.138857,0.6,"2013-05-10 00:00",0.6,"2013-05-28 00:00",0.6,"2013-06-09 00:00",0.5,"2013-04-04 00:00","","","","",0.6,0.6,0.5,0.4,0.2,0.2,0.05,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","68102",1,43.744352,-122.480487,"NAD83","Sample Volume","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Cubic meter","No Events",120,98,120,122,0,3,"","","Certification not required",0,23.995833,0.02389,24.1,"2013-05-22 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","68105",1,43.744352,-122.480487,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Centigrade","No Events",120,98,120,122,0,3,"","","Certification not required",0,10.986667,7.165721,24.8,"2013-06-30 00:00",23.9,"2013-07-24 00:00",23.5,"2013-07-03 00:00",22.4,"2013-07-09 00:00","","","","",23.9,23.5,22,20.7,17.4,10.7,1.8,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","68108",1,43.744352,-122.480487,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,3,"","","Certification not required",0,736.075,4.197163,747,"2013-01-16 00:00",747,"2013-12-09 00:00",745,"2013-12-15 00:00",745,"2013-12-24 00:00","","","","",747,745,744,741,739,735,731,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","68109",1,43.744352,-122.480487,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Minutes","No Events",120,98,120,122,0,3,"","","Certification not required",0,1439.891667,0.312104,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","81102",1,43.744352,-122.480487,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",4,13.04918,9.506886,53,"2013-12-30 00:00",40,"2013-01-22 00:00",33,"2013-11-30 00:00",32,"2013-11-24 00:00","","","","",53,40,32,24,16,11,5,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","85101",1,43.744352,-122.480487,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",4,13.377049,10.010268,56,"2013-12-30 00:00",42,"2013-01-22 00:00",34,"2013-11-24 00:00",34,"2013-11-30 00:00","","","","",56,42,34,25,17,11,5,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","86101",1,43.744352,-122.480487,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,3.842222,2.681035,11.3,"2013-08-20 00:00",9.9,"2013-05-04 00:00",9.8,"2013-07-27 00:00",8.5,"2013-05-10 00:00","","","","",11.3,11.3,9.8,7.7,5,2.7,1.3,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-03" +"41","039","2013","88101",1,43.744352,-122.480487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,5,5,"Certification not required",0,9.691667,9.912064,54.9,"2013-12-09 00:00",48.4,"2013-12-30 00:00",41,"2013-01-19 00:00",40.7,"2013-01-22 00:00","","","","",48.4,41,30.8,23.1,12.7,5.5,2.3,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","88101",1,43.744352,-122.480487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,"","","Certification not required",0,9.691667,9.912064,54.9,"2013-12-09 00:00",48.4,"2013-12-30 00:00",41,"2013-01-19 00:00",40.7,"2013-01-22 00:00","","","","",48.4,41,30.8,23.1,12.7,5.5,2.3,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-17" +"41","039","2013","88502",3,43.744352,-122.480487,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",8744,100,365,365,0,16,"","","Certification not required",0,9.825412,13.63457,115.3,"2013-12-09 19:00",109.2,"2013-12-09 23:00",102.1,"2013-12-15 20:00",101.2,"2013-12-16 22:00","","","","",70.2,59.2,40.5,24.8,9.2,4.7,2.2,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-28" +"41","039","2013","88502",3,43.744352,-122.480487,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,9.788493,9.150397,51.4,"2013-12-09 00:00",45.4,"2013-12-30 00:00",45,"2013-01-20 00:00",43.7,"2013-12-17 00:00","","","","",43.7,38.8,30.4,22.5,12.1,6,2.7,"Oakridge - (OAK)","47674 SCHOOL ST., OAKRIDGE","Oregon","Lane","Oakridge","Eugene-Springfield, OR","2014-01-28" +"41","039","9004","11203",1,43.799501,-123.053487,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",8743,100,364,365,0,17,"","","Certification not required",0,0.592142,0.450236,4.8,"2013-12-07 20:00",4.7,"2013-12-08 01:00",4.3,"2013-01-08 19:00",4.2,"2013-01-08 18:00","","","","",2.5,2,1.5,1.1,0.7,0.4,0.3,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-28" +"41","039","9004","68101",1,43.799501,-123.053487,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",120,98,120,122,0,2,"","","Certification not required",11,0.402917,0.154117,0.6,"2013-06-06 00:00",0.6,"2013-07-18 00:00",0.6,"2013-07-24 00:00",0.6,"2013-08-20 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.5,0.1,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","68102",1,43.799501,-123.053487,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",120,98,120,122,0,2,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","68105",1,43.799501,-123.053487,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",120,98,120,122,0,2,"","","Certification not required",0,11.436667,7.027819,24.9,"2013-07-24 00:00",24.8,"2013-06-30 00:00",23.8,"2013-07-03 00:00",22.8,"2013-07-09 00:00","","","","",24.8,23.8,22.2,21.3,17.9,11.2,2.9,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","68108",1,43.799501,-123.053487,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,98,120,122,0,2,"","","Certification not required",0,748.766667,4.326454,761,"2013-01-16 00:00",759,"2013-12-09 00:00",758,"2013-01-13 00:00",758,"2013-12-24 00:00","","","","",759,758,756,755,752,748,744,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","68109",1,43.799501,-123.053487,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",120,98,120,122,0,2,"","","Certification not required",0,1439.933333,0.25049,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","88101",1,43.799501,-123.053487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,2,2,"Certification not required",0,7.810833,6.80127,38.1,"2013-12-09 00:00",36.1,"2013-01-01 00:00",31.1,"2013-11-24 00:00",25.4,"2013-11-27 00:00","","","","",36.1,31.1,21.2,17.6,9.3,5.6,2.3,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","88101",1,43.799501,-123.053487,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,7.810833,6.80127,38.1,"2013-12-09 00:00",36.1,"2013-01-01 00:00",31.1,"2013-11-24 00:00",25.4,"2013-11-27 00:00","","","","",36.1,31.1,21.2,17.6,9.3,5.6,2.3,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-17" +"41","039","9004","88502",3,43.799501,-123.053487,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",8743,100,364,365,0,17,"","","Certification not required",0,7.866362,8.094074,84.5,"2013-12-07 20:00",81.6,"2013-12-08 01:00",73.8,"2013-12-10 02:00",73,"2013-01-08 19:00","","","","",42,33.6,23.9,17,9.4,5,2.2,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-28" +"41","039","9004","88502",3,43.799501,-123.053487,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,7.817857,6.01296,36.9,"2013-12-08 00:00",34.3,"2013-12-09 00:00",32.1,"2013-11-25 00:00",29.8,"2013-12-10 00:00","","","","",29.8,25.1,19.2,16.6,9.6,5.7,2.6,"Cottage Grove - City Shops (CGC)","425 N 14th Cottage Grove City Shops (CGC)","Oregon","Lane","Cottage Grove","Eugene-Springfield, OR","2014-01-28" +"41","043","0009","11203",1,44.61569,-123.091457,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7292,83,304,365,0,4,"","","Certification not required",0,0.555307,0.405768,5.5,"2013-10-17 20:00",4.8,"2013-10-29 20:00",4.7,"2013-01-11 23:00",4.6,"2013-10-17 21:00","","","","",2.2,1.8,1.3,1,0.6,0.4,0.3,"Albany - Caliapooia School","830 SE 24TH, ALBANY, OR 97321","Oregon","Linn","Albany","Albany-Lebanon, OR","2014-02-13" +"41","043","0009","88502",3,44.61569,-123.091457,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7292,83,304,365,0,4,"","","Certification not required",0,6.16082,6.045728,79.7,"2013-10-17 20:00",69.7,"2013-10-29 20:00",67.7,"2013-01-11 23:00",66.2,"2013-10-17 21:00","","","","",30.6,25.3,17.7,12.9,6.9,4.1,2,"Albany - Caliapooia School","830 SE 24TH, ALBANY, OR 97321","Oregon","Linn","Albany","Albany-Lebanon, OR","2014-02-13" +"41","043","0009","88502",3,44.61569,-123.091457,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,6.111513,4.697141,25,"2013-10-17 00:00",24.2,"2013-10-19 00:00",21,"2013-01-05 00:00",20.9,"2013-01-03 00:00","","","","",20.9,19.5,18,13,7.1,4.2,2.4,"Albany - Caliapooia School","830 SE 24TH, ALBANY, OR 97321","Oregon","Linn","Albany","Albany-Lebanon, OR","2014-02-13" +"41","043","2002","11203",1,44.3958,-122.7305,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7244,83,302,365,0,52,"","","Certification not required",0,0.562217,0.40749,5.1,"2013-01-12 03:00",4.9,"2013-10-06 16:00",4.6,"2013-01-12 00:00",3.9,"2013-01-01 19:00","","","","",2.1,1.8,1.4,1.1,0.6,0.4,0.3,"Sweet Home - FD (SFD)","SWEET HOME FIRE DEPT 1109 LONG ST. (SFD)","Oregon","Linn","Sweet Home","Albany-Lebanon, OR","2014-02-13" +"41","043","2002","88502",3,44.3958,-122.7305,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7244,83,302,365,0,52,"","","Certification not required",0,5.253493,5.709437,68.8,"2013-01-12 03:00",66.9,"2013-10-06 16:00",61.3,"2013-01-12 00:00",53.2,"2013-10-10 09:00","","","","",27.7,22.5,16.8,12.3,6.3,3.2,1.2,"Sweet Home - FD (SFD)","SWEET HOME FIRE DEPT 1109 LONG ST. (SFD)","Oregon","Linn","Sweet Home","Albany-Lebanon, OR","2014-02-13" +"41","043","2002","88502",3,44.3958,-122.7305,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,5.190728,3.978211,21,"2013-01-05 00:00",20.3,"2013-10-10 00:00",19.5,"2013-01-12 00:00",18.6,"2013-01-02 00:00","","","","",18.6,15.7,13.7,11.5,6.9,3.9,1.6,"Sweet Home - FD (SFD)","SWEET HOME FIRE DEPT 1109 LONG ST. (SFD)","Oregon","Linn","Sweet Home","Albany-Lebanon, OR","2014-02-13" +"41","047","0004","44201",1,44.81029,-122.915085,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3589,98,150,153,0,83,0,0,"Certification not required",283,0.041847,0.011729,0.08,"2013-08-21 17:00",0.068,"2013-07-01 15:00",0.068,"2013-09-11 14:00",0.064,"2013-05-10 14:00","","","","",0.068,0.068,0.061,0.058,0.05,0.041,0.028,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","44201",1,44.81029,-122.915085,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3595,97,149,153,0,0,0,0,"Certification not required",0,0.035893,0.010022,0.062,"2013-08-21 12:00",0.057,"2013-07-01 10:00",0.055,"2013-05-03 12:00",0.055,"2013-05-10 11:00","","","","",0.057,0.055,0.054,0.051,0.043,0.035,0.023,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","44201",1,44.81029,-122.915085,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3595,97,149,153,0,0,0,0,"Certification not required",0,0.035893,0.010022,0.062,"2013-08-21 12:00",0.057,"2013-07-01 10:00",0.055,"2013-05-03 12:00",0.055,"2013-05-10 11:00","","","","",0.057,0.055,0.054,0.051,0.043,0.035,0.023,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","61101",1,44.81029,-122.915085,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3512,40,145,365,0,160,"","","Certification not required",0,5.096498,2.911839,15.7,"2013-05-04 11:00",14.9,"2013-05-13 13:00",14.8,"2013-08-20 15:00",14.4,"2013-07-13 13:00","","","","",12.6,11.6,10.4,9.2,7.1,4.7,1.6,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","61103",1,44.81029,-122.915085,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3511,40,145,365,0,161,"","","Certification not required",0,4.740672,2.973304,15.4,"2013-05-04 11:00",14.7,"2013-05-13 13:00",14.6,"2013-08-20 15:00",14,"2013-07-13 13:00","","","","",12.2,11.4,10.1,8.9,6.9,4.3,1,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","61104",1,44.81029,-122.915085,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3511,40,145,365,0,161,"","","Certification not required",0,217.981487,115.105738,359,"2013-05-01 15:00",359,"2013-05-01 16:00",359,"2013-05-31 06:00",359,"2013-05-31 15:00","","","","",359,358,355,351,331,222,14,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","61106",1,44.81029,-122.915085,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",3511,40,145,365,0,161,"","","Certification not required",0,22.950783,14.821263,79.8,"2013-08-27 14:00",79.7,"2013-06-23 06:00",78.9,"2013-05-15 00:00",78.7,"2013-08-28 12:00","","","","",71.9,64.6,55.1,46,29,17.2,9.9,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0004","62101",1,44.81029,-122.915085,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3512,40,145,365,0,160,"","","Certification not required",0,62.995729,9.949072,90,"2013-06-30 15:00",90,"2013-06-30 16:00",90,"2013-08-06 15:00",90,"2013-09-11 15:00","","","","",87,85,81,78,70,62,51,"Salem - Turner at Cascade School (CJH)","CASCADE JR HIGH 10226 MARION RD TURNER O","Oregon","Marion","","Salem, OR","2013-12-23" +"41","047","0007","11203",1,45.014998,-122.790382,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",2206,25,92,365,0,2,"","","Certification not required",0,0.467271,0.18959,2.8,"2013-08-09 20:00",2.4,"2013-08-09 19:00",2.3,"2013-08-09 21:00",2.1,"2013-08-09 22:00","","","","",1.1,0.9,0.8,0.7,0.5,0.4,0.3,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0007","61101",1,45.014998,-122.790382,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2207,25,92,365,0,1,"","","Certification not required",0,2.258768,1.24392,8.1,"2013-09-28 12:00",7.6,"2013-09-28 11:00",7.4,"2013-09-28 13:00",7.3,"2013-09-28 10:00","","","","",5.8,5.1,4.4,3.8,3.1,2.1,0.8,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0007","61103",1,45.014998,-122.790382,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2202,25,92,365,0,6,"","","Certification not required",0,1.699273,1.108457,6.9,"2013-09-28 12:00",6.3,"2013-09-28 11:00",6.2,"2013-09-28 13:00",6.1,"2013-08-16 18:00","","","","",5.1,4.5,3.7,3.1,2.4,1.5,0.4,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0007","61104",1,45.014998,-122.790382,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2202,25,92,365,0,6,"","","Certification not required",0,196.768392,116.828085,359,"2013-07-02 04:00",359,"2013-07-04 08:00",359,"2013-07-04 10:00",359,"2013-07-08 11:00","","","","",358,358,355,350,305,203,13,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0007","62101",1,45.014998,-122.790382,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2207,25,92,365,0,1,"","","Certification not required",0,66.207975,9.804978,92,"2013-07-26 15:00",92,"2013-07-26 16:00",92,"2013-08-06 15:00",92,"2013-08-06 16:00","","","","",90,88,84,81,73,64,55,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0007","88502",3,45.014998,-122.790382,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",2206,25,92,365,0,2,"","","Certification not required",0,5.476337,3.388101,47.9,"2013-08-09 20:00",40.6,"2013-08-09 19:00",37.7,"2013-08-09 21:00",34.6,"2013-08-09 22:00","","","","",17.3,13.9,11.3,9.2,6.7,4.7,2.5,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0007","88502",3,45.014998,-122.790382,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,0,"","","Certification not required",0,5.429348,2.416816,13.3,"2013-09-14 00:00",11.9,"2013-08-09 00:00",11.6,"2013-08-22 00:00",11.1,"2013-09-13 00:00","","","","",13.3,11.9,10.9,9,6.9,4.8,3,"Silverton - (SJW)","447 N. James St. (and Western), Silverton, OR (SJW)","Oregon","Marion","Silverton","Salem, OR","2013-12-23" +"41","047","0041","11203",1,44.943114,-123.005934,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7174,82,298,365,0,122,"","","Certification not required",0,0.524589,0.36752,4.7,"2013-04-24 19:00",4.2,"2013-10-06 13:00",3.6,"2013-01-05 20:00",3.5,"2013-05-05 20:00","","","","",1.8,1.7,1.3,1,0.6,0.4,0.3,"Salem - State Hospital","23RD NE AND D ST (SALEM STATE HOSPITAL)","Oregon","Marion","Salem","Salem, OR","2014-02-13" +"41","047","0041","88502",3,44.943114,-123.005934,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7174,82,298,365,0,122,"","","Certification not required",0,6.441176,6.618112,81.7,"2013-04-24 19:00",72,"2013-10-06 13:00",61.3,"2013-01-05 20:00",60.2,"2013-05-05 20:00","","","","",30.3,26.9,21,15.4,7.1,4,1.8,"Salem - State Hospital","23RD NE AND D ST (SALEM STATE HOSPITAL)","Oregon","Marion","Salem","Salem, OR","2014-02-13" +"41","047","0041","88502",3,44.943114,-123.005934,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",298,82,298,365,0,0,"","","Certification not required",0,6.383557,5.594445,31.1,"2013-01-06 00:00",29.5,"2013-01-05 00:00",28.2,"2013-10-17 00:00",25.7,"2013-10-20 00:00","","","","",28.2,23.2,19.4,14.5,7.3,4.2,2.2,"Salem - State Hospital","23RD NE AND D ST (SALEM STATE HOSPITAL)","Oregon","Marion","Salem","Salem, OR","2014-02-13" +"41","051","0009","81102",1,45.545172,-122.705534,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,0,0,"Certification not required",0,14.827586,7.878855,34,"2013-02-03 00:00",34,"2013-03-11 00:00",25,"2013-01-16 00:00",25,"2013-01-22 00:00","","","","",34,34,34,25,19,13,7,"","TRANSCON/3182 NW 26TH","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0009","81102",2,45.545172,-122.705534,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",14,45,14,31,0,1,0,0,"Certification not required",0,13.214286,5.911899,26,"2013-01-16 00:00",21,"2013-05-04 00:00",20,"2013-02-09 00:00",16,"2013-03-05 00:00","","","","",26,26,26,21,16,11,8,"","TRANSCON/3182 NW 26TH","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0009","85101",1,45.545172,-122.705534,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,97,29,30,0,0,"","","Certification not required",0,15.862069,8.458825,37,"2013-02-03 00:00",36,"2013-03-11 00:00",28,"2013-01-16 00:00",27,"2013-01-22 00:00","","","","",37,37,36,28,20,14,7,"","TRANSCON/3182 NW 26TH","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0009","85101",2,45.545172,-122.705534,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",14,93,14,15,0,1,"","","Certification not required",0,14.071429,6.39067,29,"2013-01-16 00:00",21,"2013-02-09 00:00",21,"2013-05-04 00:00",17,"2013-03-05 00:00","","","","",29,29,29,21,17,12,8,"","TRANSCON/3182 NW 26TH","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","11203",1,45.496641,-122.602877,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7179,82,298,365,0,117,"","","Certification not required",0,0.568993,0.414282,5.3,"2013-01-18 17:00",5,"2013-01-18 18:00",4.6,"2013-01-11 22:00",4.2,"2013-01-12 02:00","","","","",2.4,1.8,1.3,1,0.6,0.4,0.3,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42101",1,45.496641,-122.602877,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6752,77,277,365,0,520,0,0,"Certification not required",38,0.260601,0.207779,2.337,"2013-10-29 22:00",2.284,"2013-10-30 07:00",2.276,"2013-10-29 23:00",2.145,"2013-02-04 07:00","","","","",1.145,0.935,0.632,0.452,0.275,0.196,0.131,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42101",1,45.496641,-122.602877,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6748,77,276,365,0,0,0,0,"Certification not required",0,0.258921,0.18343,2,"2013-10-30 02:00",2,"2013-10-30 03:00",2,"2013-10-30 04:00",2,"2013-10-30 05:00",2,"2013-10-30 02:00",1.8,"2013-10-30 00:00",1,0.8,0.6,0.4,0.3,0.2,0.1,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42401",1,45.496641,-122.602877,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",6705,77,281,365,0,591,0,"","Certification not required",0,1.925267,0.794244,6.2,"2013-01-11 23:00",5.4,"2013-01-19 08:00",4.9,"2013-01-25 09:00",4.8,"2013-10-30 07:00","","","","",4.9,4.3,3.3,3,2.2,1.8,1.1,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42401",1,45.496641,-122.602877,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",6705,77,281,365,0,591,"","","Certification not required",0,1.054556,0.624634,6.2,"2013-01-11 23:00",6.1,"2013-01-11 22:00",5.4,"2013-01-19 08:00",5,"2013-01-11 20:00","","","","",3.1,2.7,2.2,1.8,1.4,1,0.4,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42401",1,45.496641,-122.602877,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",281,77,281,365,0,0,0,"","Certification not required",0,1.057651,0.389533,2.9,"2013-01-19 00:00",2.6,"2013-01-12 00:00",2.5,"2013-01-11 00:00",2.3,"2013-10-30 00:00","","","","",2.5,2.2,1.8,1.5,1.2,1,0.7,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42401",1,45.496641,-122.602877,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2178,75,274,365,0,0,"",0,"Certification not required",0,1.029385,0.594925,5.7,"2013-01-11 23:00",4.6,"2013-01-19 08:00",4.3,"2013-01-11 20:00",4.2,"2013-02-02 23:00","","","","",2.9,2.6,2.1,1.7,1.3,0.9,0.4,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42401",4,45.496641,-122.602877,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence EC9850T",2013,"Parts per billion","No Events",67922,65,245,365,0,10702,"","","Certification not required",0,1.039532,0.656446,9.1,"2013-01-25 09:40",7.2,"2013-01-25 02:55",7.2,"2013-01-25 20:20",7,"2013-01-25 09:35","","","","",3.1,2.7,2.2,1.8,1.4,1,0.3,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-31" +"41","051","0080","42601",1,45.496641,-122.602877,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6952,79,290,365,0,344,"","","Certification not required",0,6.079819,15.494952,165.1,"2013-10-30 07:00",156,"2013-01-11 22:00",153.4,"2013-02-04 08:00",141.4,"2013-10-29 06:00","","","","",84.9,60.1,33.7,16.9,3.9,1,-0.6,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42602",1,45.496641,-122.602877,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6952,79,290,365,0,344,0,"","Certification not required",0,17.156897,7.863615,38,"2013-03-23 21:00",36.2,"2013-03-07 19:00",34.7,"2013-03-09 20:00",33.6,"2013-06-22 22:00","","","","",34.7,32.8,31.1,29,23.2,16.9,7.2,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42602",1,45.496641,-122.602877,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",6952,79,290,365,0,344,"","","Certification not required",0,9.106444,6.253248,38,"2013-03-23 21:00",37.6,"2013-03-23 20:00",36.2,"2013-03-07 19:00",36.2,"2013-03-07 20:00","","","","",27.8,25.5,22,18.3,12.5,7.2,2.9,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","42603",1,45.496641,-122.602877,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6952,79,290,365,0,344,"","","Certification not required",0,15.227028,19.232827,183,"2013-10-30 07:00",180.4,"2013-01-11 22:00",170.4,"2013-02-04 08:00",163.9,"2013-01-11 23:00","","","","",101.2,78.5,51.9,35.3,16.9,8.3,3.3,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","44201",1,45.496641,-122.602877,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7174,97,149,153,0,122,0,0,"Certification not required",1294,0.038034,0.011201,0.086,"2013-07-01 16:00",0.075,"2013-06-30 16:00",0.065,"2013-05-06 16:00",0.064,"2013-05-11 14:00","","","","",0.075,0.065,0.056,0.053,0.046,0.041,0.035,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","44201",1,45.496641,-122.602877,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7176,97,149,153,0,0,0,0,"Certification not required",0,0.032289,0.009046,0.058,"2013-06-30 10:00",0.056,"2013-05-11 11:00",0.056,"2013-07-01 11:00",0.053,"2013-05-06 10:00","","","","",0.056,0.056,0.05,0.047,0.041,0.036,0.031,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","44201",1,45.496641,-122.602877,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7176,97,149,153,0,0,0,0,"Certification not required",0,0.032289,0.009046,0.058,"2013-06-30 10:00",0.056,"2013-05-11 11:00",0.056,"2013-07-01 11:00",0.053,"2013-05-06 10:00","","","","",0.056,0.056,0.05,0.047,0.041,0.036,0.031,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","61101",1,45.496641,-122.602877,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7151,82,296,365,0,145,"","","Certification not required",0,4.459432,2.472638,17.1,"2013-01-02 14:00",16.9,"2013-01-02 16:00",16.8,"2013-01-02 11:00",16.7,"2013-01-02 10:00","","","","",13.4,11.5,9,7.6,5.6,4,1.8,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","61103",1,45.496641,-122.602877,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7145,82,296,365,0,151,"","","Certification not required",0,4.01191,2.470292,16.5,"2013-01-02 14:00",16.3,"2013-01-02 16:00",16.2,"2013-01-02 11:00",16.1,"2013-01-02 10:00","","","","",12.8,10.9,8.5,7.1,5.3,3.6,1.4,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","61104",1,45.496641,-122.602877,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7145,82,296,365,0,151,"","","Certification not required",0,225.523163,104.507862,359,"2013-01-11 12:00",359,"2013-01-16 15:00",359,"2013-01-17 02:00",359,"2013-02-03 08:00","","","","",357,355,350,343,331,214,66,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","61106",1,45.496641,-122.602877,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7144,82,296,365,0,152,"","","Certification not required",0,26.336828,12.423649,79.7,"2013-03-28 02:00",78.7,"2013-04-17 00:00",78.6,"2013-06-01 05:00",78.4,"2013-03-09 22:00","","","","",69.5,63.7,53.5,44.9,30.5,22,15.8,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","62101",1,45.496641,-122.602877,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7087,81,293,365,0,209,"","","Certification not required",0,55.583886,12.932192,96,"2013-09-11 15:00",95,"2013-06-30 16:00",95,"2013-09-11 14:00",94,"2013-06-30 15:00","","","","",86,83,78,74,64,55,39,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","62106",1,45.496641,-122.602877,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6120,70,254,365,0,1176,"","","Certification not required",0,0.055784,0.640272,4.2,"2013-10-05 19:00",3.6,"2013-10-05 20:00",3.3,"2013-09-19 18:00",3.2,"2013-04-26 19:00","","","","",2.1,1.8,1.4,0.9,0.3,0,-0.7,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","62201",1,45.496641,-122.602877,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7202,82,300,365,0,94,"","","Certification not required",0,75.032908,18.443687,100,"2013-08-29 05:00",100,"2013-08-29 06:00",100,"2013-08-29 07:00",100,"2013-09-06 01:00","","","","",98,98,97,95,91,80,47,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","63301",1,45.496641,-122.602877,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7202,82,300,365,0,94,"","","Certification not required",3454,0.222665,0.32968,1.29,"2013-05-30 11:00",1.29,"2013-06-02 13:00",1.29,"2013-06-06 12:00",1.29,"2013-07-03 12:00","","","","",1.22,1.18,1,0.77,0.35,0.02,0.005,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","64101",1,45.496641,-122.602877,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7218,82,300,365,0,78,"","","Certification not required",0,1009.747298,6.179939,1029,"2013-01-15 09:00",1029,"2013-01-15 10:00",1029,"2013-01-15 11:00",1029,"2013-01-15 15:00","","","","",1025,1023,1021,1018,1014,1009,1003,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","68101",1,45.496641,-122.602877,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",91,75,91,122,0,0,"","","Certification not required",0,0.354945,0.132718,0.6,"2013-07-24 00:00",0.6,"2013-09-07 00:00",0.5,"2013-02-15 00:00",0.5,"2013-03-05 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.4,0.2,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","051","0080","68102",1,45.496641,-122.602877,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",91,75,91,122,0,0,"","","Certification not required",0,23.856044,0.357836,23.9,"2013-01-01 00:00",23.9,"2013-01-04 00:00",23.9,"2013-01-07 00:00",23.9,"2013-01-10 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","051","0080","68103",6,45.496641,-122.602877,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",99,81,99,122,0,4,"","","Certification not required",0,7.756566,5.404215,17.8,"2013-08-29 00:00",16.7,"2013-06-30 00:00",16.2,"2013-06-27 00:00",15.6,"2013-09-10 00:00","","","","",17.8,16.7,15.4,14.9,12,8.5,0.2,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","68104",6,45.496641,-122.602877,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",99,81,99,122,0,4,"","","Certification not required",0,18.670707,8.664863,38.9,"2013-06-30 00:00",33.3,"2013-09-10 00:00",33.1,"2013-07-24 00:00",32.4,"2013-08-05 00:00","","","","",38.9,33.3,32.1,29.5,26.8,18.9,6.6,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","68105",1,45.496641,-122.602877,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",91,75,91,122,0,0,"","","Certification not required",0,15.01978,6.629584,28.3,"2013-06-30 00:00",24.6,"2013-07-09 00:00",24.6,"2013-08-05 00:00",24.6,"2013-09-10 00:00","","","","",28.3,24.6,24.5,22.9,20.8,15.8,6.4,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","051","0080","68105",6,45.496641,-122.602877,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",99,81,99,122,0,4,"","","Certification not required",0,12.769697,6.640898,27.4,"2013-06-30 00:00",23.4,"2013-08-05 00:00",23.3,"2013-07-09 00:00",23.2,"2013-09-10 00:00","","","","",27.4,23.4,23.1,21.3,18.9,13.2,4.1,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","68106",6,45.496641,-122.602877,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,6,"","","Certification not required",0,753.072165,4.90588,764,"2013-01-16 00:00",763,"2013-05-01 00:00",762,"2013-01-01 00:00",762,"2013-01-13 00:00","","","","",764,763,762,760,756,753,747,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","68107",6,45.496641,-122.602877,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,6,"","","Certification not required",0,757.525773,4.335159,771,"2013-01-16 00:00",767,"2013-02-15 00:00",766,"2013-01-01 00:00",765,"2013-01-13 00:00","","","","",771,767,765,764,761,757,752,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","68108",1,45.496641,-122.602877,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,75,91,122,0,0,"","","Certification not required",0,755.769231,4.560889,768,"2013-01-16 00:00",766,"2013-05-01 00:00",765,"2013-01-13 00:00",764,"2013-01-01 00:00","","","","",768,766,764,762,759,755,751,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","68108",6,45.496641,-122.602877,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,6,"","","Certification not required",0,754.752577,4.432435,766,"2013-01-16 00:00",763,"2013-01-13 00:00",763,"2013-05-01 00:00",762,"2013-01-01 00:00","","","","",766,763,762,761,758,754,749,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","68109",1,45.496641,-122.602877,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",91,75,91,122,0,0,"","","Certification not required",0,1437,21.71533,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","051","0080","81102",1,45.496641,-122.602877,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",90,74,90,122,0,1,0,0,"Certification not required",5,10.51,5.953019,38,"2013-01-19 00:00",28,"2013-02-03 00:00",24,"2013-01-22 00:00",22,"2013-01-13 00:00","","","","",38,28,22,18,13,9,5,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","81102",2,45.496641,-122.602877,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",8,13,8,61,0,0,0,0,"Certification not required",0,10.75,2.60494,14,"2013-07-15 00:00",14,"2013-08-20 00:00",12,"2013-09-13 00:00",11,"2013-07-03 00:00","","","","",14,14,14,14,14,11,7,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","85101",1,45.496641,-122.602877,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",5,10.944444,6.408914,41,"2013-01-19 00:00",31,"2013-02-03 00:00",26,"2013-01-22 00:00",24,"2013-01-13 00:00","","","","",41,31,24,19,14,10,5,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","85101",2,45.496641,-122.602877,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8,50,8,16,0,0,"","","Certification not required",0,11,2.507133,14,"2013-07-15 00:00",14,"2013-08-20 00:00",13,"2013-09-13 00:00",11,"2013-07-03 00:00","","","","",14,14,14,14,14,11,8,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","85129",1,45.496641,-122.602877,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,2,0,0,"Certification not required",0,0.002482,0.006062,0.054,"2013-03-11 00:00",0.014,"2013-01-19 00:00",0.008,"2013-02-03 00:00",0.007,"2013-01-10 00:00","","","","",0.054,0.014,0.006,0.004,0.002,0.001,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-26" +"41","051","0080","86101",1,45.496641,-122.602877,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,4.871111,2.356118,11.7,"2013-08-14 00:00",11.4,"2013-05-04 00:00",10.1,"2013-05-10 00:00",9.4,"2013-05-07 00:00","","","","",11.7,11.4,9.1,8.1,6.4,4.6,2,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","051","0080","88101",1,45.496641,-122.602877,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,1,1,"Certification not required",0,6.510989,5.422432,35.6,"2013-01-19 00:00",23,"2013-02-03 00:00",21.3,"2013-01-13 00:00",21.1,"2013-01-22 00:00","","","","",35.6,23,19.4,13.5,7.2,5,2.6,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","051","0080","88101",1,45.496641,-122.602877,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,6.510989,5.422432,35.6,"2013-01-19 00:00",23,"2013-02-03 00:00",21.3,"2013-01-13 00:00",21.1,"2013-01-22 00:00","","","","",35.6,23,19.4,13.5,7.2,5,2.6,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","051","0080","88102",6,45.496641,-122.602877,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",91,0.0205,0.009049,0.062,"2013-07-06 00:00",0.051,"2013-07-30 00:00",0.047,"2013-01-13 00:00",0.046,"2013-04-10 00:00","","","","",0.062,0.051,0.042,0.026,0.021,0.0195,0.0135,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88103",6,45.496641,-122.602877,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,0.000626,0.001026,0.005,"2013-01-19 00:00",0.004,"2013-01-13 00:00",0.004,"2013-11-12 00:00",0.003,"2013-04-25 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88104",6,45.496641,-122.602877,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",73,0.02099,0.045522,0.424,"2013-08-23 00:00",0.13,"2013-05-22 00:00",0.125,"2013-01-13 00:00",0.075,"2013-05-01 00:00","","","","",0.424,0.13,0.052,0.039,0.014,0.0115,0.0065,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88107",6,45.496641,-122.602877,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",98,0.007364,0.007308,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.024,0.0055,0.005,0.00385,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88109",6,45.496641,-122.602877,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",35,0.002359,0.001632,0.0096,"2013-01-22 00:00",0.0069,"2013-11-12 00:00",0.0067,"2013-01-19 00:00",0.0055,"2013-02-03 00:00","","","","",0.0096,0.0069,0.0054,0.0044,0.0031,0.002,0.00065,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88110",6,45.496641,-122.602877,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,0.001475,0.003783,0.02,"2013-06-06 00:00",0.015,"2013-02-12 00:00",0.014,"2013-01-19 00:00",0.014,"2013-09-28 00:00","","","","",0.02,0.015,0.012,0.006,0,0,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88111",6,45.496641,-122.602877,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",43,0.010699,0.009574,0.061,"2013-06-03 00:00",0.0394,"2013-11-09 00:00",0.0355,"2013-05-10 00:00",0.0265,"2013-05-16 00:00","","","","",0.061,0.0394,0.0263,0.0213,0.0158,0.0092,0.00235,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88112",6,45.496641,-122.602877,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,0.005798,0.013432,0.105,"2013-09-28 00:00",0.061,"2013-05-01 00:00",0.044,"2013-09-22 00:00",0.036,"2013-09-25 00:00","","","","",0.105,0.061,0.029,0.01,0.005,0.003,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88113",6,45.496641,-122.602877,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",96,0.000703,0.000172,0.0015,"2013-01-19 00:00",0.0015,"2013-04-25 00:00",0.0012,"2013-05-01 00:00",0.001,"2013-02-18 00:00","","","","",0.0015,0.0015,0.001,0.001,0.0007,0.0007,0.00055,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88114",6,45.496641,-122.602877,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",62,0.002065,0.001838,0.0099,"2013-05-01 00:00",0.0088,"2013-05-22 00:00",0.0073,"2013-08-23 00:00",0.007,"2013-01-19 00:00","","","","",0.0099,0.0088,0.0062,0.0046,0.0026,0.00125,0.0008,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88115",6,45.496641,-122.602877,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",43,0.039434,0.075884,0.449,"2013-02-24 00:00",0.376,"2013-04-13 00:00",0.256,"2013-06-03 00:00",0.217,"2013-07-03 00:00","","","","",0.449,0.376,0.215,0.124,0.027,0.0078,0.0025,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88117",6,45.496641,-122.602877,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",99,0.007441,0.011357,0.0435,"2013-02-18 00:00",0.0435,"2013-07-21 00:00",0.043,"2013-02-21 00:00",0.043,"2013-05-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88118",6,45.496641,-122.602877,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",99,0.009643,0.006699,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88126",6,45.496641,-122.602877,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",1,0.046982,0.043199,0.276,"2013-05-01 00:00",0.266,"2013-01-19 00:00",0.116,"2013-10-04 00:00",0.113,"2013-03-29 00:00","","","","",0.276,0.266,0.11,0.0962,0.0624,0.0356,0.0106,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88128",6,45.496641,-122.602877,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,0.001697,0.00504,0.047,"2013-03-11 00:00",0.011,"2013-11-09 00:00",0.009,"2013-01-19 00:00",0.008,"2013-03-14 00:00","","","","",0.047,0.011,0.007,0.004,0.002,0,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88131",6,45.496641,-122.602877,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",98,0.009677,0.003344,0.018,"2013-06-09 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-01-28 00:00",0.0165,"2013-02-15 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88132",6,45.496641,-122.602877,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,0.002283,0.003464,0.023,"2013-10-31 00:00",0.017,"2013-03-29 00:00",0.01,"2013-01-19 00:00",0.008,"2013-05-10 00:00","","","","",0.023,0.017,0.008,0.006,0.003,0.001,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88136",6,45.496641,-122.602877,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,0.00199,0.002697,0.019,"2013-05-01 00:00",0.01,"2013-05-22 00:00",0.009,"2013-01-19 00:00",0.009,"2013-02-21 00:00","","","","",0.019,0.01,0.006,0.004,0.003,0.001,0,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88140",6,45.496641,-122.602877,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",83,0.011731,0.013595,0.089,"2013-06-03 00:00",0.067,"2013-07-03 00:00",0.053,"2013-07-06 00:00",0.0493,"2013-02-24 00:00","","","","",0.089,0.067,0.039,0.03,0.009,0.006,0.0055,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88152",6,45.496641,-122.602877,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",99,0.00548,0.001488,0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00445,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88154",6,45.496641,-122.602877,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",95,0.001125,0.00031,0.0027,"2013-09-07 00:00",0.002,"2013-11-06 00:00",0.0017,"2013-08-05 00:00",0.0015,"2013-03-17 00:00","","","","",0.0027,0.002,0.0013,0.0013,0.0013,0.00125,0.00065,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88160",6,45.496641,-122.602877,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",93,0.013586,0.006062,0.058,"2013-11-09 00:00",0.028,"2013-01-19 00:00",0.021,"2013-01-16 00:00",0.021,"2013-03-29 00:00","","","","",0.058,0.028,0.02,0.018,0.016,0.01,0.01,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88161",6,45.496641,-122.602877,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",96,0.002464,0.000819,0.008,"2013-01-22 00:00",0.0072,"2013-05-10 00:00",0.0047,"2013-05-07 00:00",0.00265,"2013-01-13 00:00","","","","",0.008,0.0072,0.00265,0.00265,0.0025,0.0025,0.0021,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88164",6,45.496641,-122.602877,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",98,0.001595,0.000392,0.0046,"2013-01-19 00:00",0.0019,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00","","","","",0.0046,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88165",6,45.496641,-122.602877,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",22,0.035159,0.030358,0.158,"2013-05-10 00:00",0.142,"2013-05-01 00:00",0.14,"2013-05-04 00:00",0.096,"2013-06-03 00:00","","","","",0.158,0.142,0.089,0.081,0.043,0.026,0.006,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88166",6,45.496641,-122.602877,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",99,0.007769,0.004603,0.019,"2013-01-25 00:00",0.019,"2013-01-28 00:00",0.019,"2013-02-24 00:00",0.0185,"2013-02-15 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88167",6,45.496641,-122.602877,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",32,0.006402,0.006704,0.0334,"2013-01-19 00:00",0.0306,"2013-04-25 00:00",0.0284,"2013-10-04 00:00",0.0235,"2013-11-12 00:00","","","","",0.0334,0.0306,0.0233,0.0144,0.009,0.0041,0.0013,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88168",6,45.496641,-122.602877,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",94,0.001333,0.000828,0.0075,"2013-03-17 00:00",0.0053,"2013-03-29 00:00",0.0028,"2013-06-09 00:00",0.002,"2013-07-06 00:00","","","","",0.0075,0.0053,0.0019,0.00175,0.00155,0.00115,0.00085,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88169",6,45.496641,-122.602877,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",1,0.278938,0.191128,1.15,"2013-01-22 00:00",0.829,"2013-01-19 00:00",0.793,"2013-01-16 00:00",0.708,"2013-01-01 00:00","","","","",1.15,0.829,0.633,0.512,0.375,0.235,0.0858,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88176",6,45.496641,-122.602877,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",99,0.000953,0.000222,0.0013,"2013-01-25 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88180",6,45.496641,-122.602877,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",1,0.053768,0.0522,0.362,"2013-07-03 00:00",0.26,"2013-01-19 00:00",0.172,"2013-10-31 00:00",0.169,"2013-02-03 00:00","","","","",0.362,0.26,0.15,0.105,0.0664,0.0376,0.0152,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88184",6,45.496641,-122.602877,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",35,0.101773,0.114136,0.761,"2013-06-03 00:00",0.468,"2013-02-24 00:00",0.38,"2013-07-06 00:00",0.343,"2013-07-27 00:00","","","","",0.761,0.468,0.312,0.237,0.143,0.062,0.0155,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88185",6,45.496641,-122.602877,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",95,0.003428,0.003597,0.0121,"2013-04-04 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-15 00:00","","","","",0.0121,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88301",6,45.496641,-122.602877,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",19,0.221932,0.345054,1.95,"2013-01-22 00:00",1.86,"2013-01-16 00:00",1.38,"2013-01-13 00:00",1.06,"2013-01-01 00:00","","","","",1.95,1.86,0.981,0.563,0.252,0.102,0.0125,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88302",6,45.496641,-122.602877,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",5,0.126255,0.11951,0.628,"2013-02-15 00:00",0.512,"2013-02-24 00:00",0.499,"2013-06-03 00:00",0.472,"2013-07-06 00:00","","","","",0.628,0.512,0.45,0.27,0.15,0.089,0.023,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88303",6,45.496641,-122.602877,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",35,0.042241,0.044852,0.297,"2013-07-03 00:00",0.219,"2013-01-19 00:00",0.128,"2013-02-03 00:00",0.115,"2013-10-31 00:00","","","","",0.297,0.219,0.115,0.095,0.056,0.029,0.0115,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88306",6,45.496641,-122.602877,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",1,0.727592,0.810085,4.69,"2013-01-16 00:00",3.75,"2013-01-13 00:00",2.92,"2013-03-11 00:00",2.88,"2013-01-19 00:00","","","","",4.69,3.75,2.54,1.6,0.773,0.478,0.15,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88355",6,45.496641,-122.602877,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,2.699755,2.179597,12.2,"2013-01-19 00:00",10,"2013-11-12 00:00",9.18,"2013-02-03 00:00",8.91,"2013-10-31 00:00","","","","",12.2,10,7.62,5.79,3.09,1.94,0.973,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88357",6,45.496641,-122.602877,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.386724,0.422037,3.68,"2013-01-19 00:00",1.2,"2013-02-03 00:00",1.08,"2013-10-04 00:00",1.06,"2013-10-31 00:00","","","","",3.68,1.2,1.04,0.787,0.47,0.249,0.112,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88370",6,45.496641,-122.602877,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,2.494653,2.039754,12.9,"2013-01-19 00:00",8.67,"2013-11-12 00:00",8.6,"2013-02-03 00:00",8.24,"2013-10-31 00:00","","","","",12.9,8.67,6.87,5.1,2.76,1.76,0.934,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88374",6,45.496641,-122.602877,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.37348,0.534836,2.75,"2013-01-19 00:00",2.52,"2013-02-03 00:00",2.19,"2013-01-22 00:00",1.75,"2013-11-12 00:00","","","","",2.75,2.52,1.66,1.06,0.385,0.156,0.045,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88375",6,45.496641,-122.602877,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.609133,0.477889,3.19,"2013-01-19 00:00",2.3,"2013-10-31 00:00",2.16,"2013-11-12 00:00",1.74,"2013-02-03 00:00","","","","",3.19,2.3,1.39,1.18,0.737,0.456,0.243,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88376",6,45.496641,-122.602877,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.801449,0.572959,3.67,"2013-01-19 00:00",2.55,"2013-11-12 00:00",2.49,"2013-10-31 00:00",2.17,"2013-02-03 00:00","","","","",3.67,2.55,1.92,1.7,0.912,0.612,0.351,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88377",6,45.496641,-122.602877,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.462816,0.327937,1.97,"2013-01-19 00:00",1.22,"2013-11-12 00:00",1.17,"2013-03-11 00:00",1.12,"2013-02-03 00:00","","","","",1.97,1.22,1.12,0.975,0.576,0.349,0.185,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88378",6,45.496641,-122.602877,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",6,0.247214,0.260309,1.59,"2013-01-22 00:00",1.3,"2013-01-19 00:00",1.05,"2013-02-03 00:00",1.02,"2013-01-13 00:00","","","","",1.59,1.3,0.989,0.444,0.289,0.187,0.053,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88380",6,45.496641,-122.602877,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.592684,0.521121,2.97,"2013-01-19 00:00",2.02,"2013-10-04 00:00",1.93,"2013-11-12 00:00",1.78,"2013-02-03 00:00","","","","",2.97,2.02,1.72,1.37,0.723,0.38,0.143,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88383",6,45.496641,-122.602877,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.790378,0.703616,4.25,"2013-01-19 00:00",2.91,"2013-01-22 00:00",2.89,"2013-11-12 00:00",2.77,"2013-02-03 00:00","","","","",4.25,2.91,2.31,1.68,0.945,0.549,0.217,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88384",6,45.496641,-122.602877,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",2,0.049047,0.024417,0.12,"2013-10-04 00:00",0.0946,"2013-10-13 00:00",0.0943,"2013-05-04 00:00",0.0928,"2013-05-10 00:00","","","","",0.12,0.0946,0.0912,0.0801,0.0685,0.0499,0.0171,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88385",6,45.496641,-122.602877,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",94,0.001114,0.000573,0.00494,"2013-10-04 00:00",0.00378,"2013-06-30 00:00",0.00334,"2013-01-16 00:00",0.0031,"2013-08-23 00:00","","","","",0.00494,0.00378,0.001,0.001,0.001,0.001,0.001,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88388",6,45.496641,-122.602877,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",0,0.452918,0.418313,2.36,"2013-11-12 00:00",2.34,"2013-01-22 00:00",1.65,"2013-01-13 00:00",1.63,"2013-02-03 00:00","","","","",2.36,2.34,1.33,1.02,0.553,0.324,0.125,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88403",6,45.496641,-122.602877,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,5,"","","Certification not required",1,0.658026,0.515374,3.27,"2013-01-22 00:00",2.12,"2013-01-16 00:00",2.07,"2013-01-01 00:00",1.82,"2013-01-19 00:00","","","","",3.27,2.12,1.58,1.3,0.85,0.568,0.153,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0080","88502",3,45.496641,-122.602877,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7179,82,298,365,0,117,"","","Certification not required",0,7.581766,7.526711,93.7,"2013-01-18 17:00",89.1,"2013-01-18 18:00",81.3,"2013-01-11 22:00",73.4,"2013-01-12 02:00","","","","",40.2,30.5,21.2,15.3,8.7,5.1,2.5,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","88502",3,45.496641,-122.602877,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",298,82,298,365,0,0,"","","Certification not required",0,7.552349,5.826794,40.6,"2013-01-12 00:00",31.9,"2013-01-19 00:00",29.2,"2013-01-18 00:00",28.1,"2013-02-04 00:00","","","","",29.2,24.7,21,16,8.8,5.4,3.1,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0080","88502",6,45.496641,-122.602877,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,4,"","","Certification not required",0,7.916162,5.550376,35.3,"2013-01-19 00:00",24.9,"2013-02-03 00:00",20.6,"2013-01-22 00:00",20.2,"2013-11-12 00:00","","","","",35.3,24.9,20,14.4,8.8,6.3,3.3,"Portland - SE Lafayette","SE LAFAYETTE/5824 SE LAFAYETTE","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"41","051","0246","14115",7,45.56137,-122.6679,"NAD83","Chromium VI (TSP) LC","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,41,61,0,0,"","","Certification not required",0,1.4e-05,3.1e-05,0.00012,"2013-08-26 00:00",0.00011,"2013-05-16 00:00",9e-05,"2013-01-10 00:00",6e-05,"2013-02-27 00:00","","","","",0.00012,0.00012,9e-05,6e-05,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","14115",9,45.56137,-122.6679,"NAD83","Chromium VI (TSP) LC","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (LC)","No Events",24,77,21,31,0,0,"","","Certification not required",0,1.4e-05,3e-05,0.00011,"2013-05-16 00:00",8e-05,"2013-01-10 00:00",6e-05,"2013-05-28 00:00",5e-05,"2013-02-03 00:00","","","","",0.00011,0.00011,8e-05,6e-05,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17141",7,45.56137,-122.6679,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,40.716667,29.382255,161,"2013-02-03 00:00",104,"2013-02-15 00:00",97.7,"2013-09-19 00:00",76.3,"2013-02-09 00:00","","","","",161,161,97.7,72.2,50.3,34,15.4,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17141",9,45.56137,-122.6679,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,37.8975,27.744836,116,"2013-02-03 00:00",91.8,"2013-03-11 00:00",74.8,"2013-01-10 00:00",55.8,"2013-09-25 00:00","","","","",116,116,116,91.8,50,28.5,16.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17147",7,45.56137,-122.6679,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,2.31881,1.7261,9.45,"2013-08-14 00:00",5.91,"2013-02-03 00:00",5.28,"2013-09-19 00:00",4.36,"2013-04-04 00:00","","","","",9.45,9.45,5.28,3.93,3.08,1.76,0.76,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17147",9,45.56137,-122.6679,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,2.3,1.295527,4.84,"2013-02-03 00:00",4.65,"2013-03-29 00:00",4.53,"2013-03-11 00:00",3.01,"2013-09-13 00:00","","","","",4.84,4.84,4.84,4.65,2.93,2.52,0.83,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17148",7,45.56137,-122.6679,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.862143,1.585341,9.56,"2013-02-03 00:00",3.37,"2013-01-10 00:00",2.78,"2013-01-16 00:00",2.08,"2013-02-09 00:00","","","","",9.56,9.56,2.78,2.04,0.92,0.38,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17148",9,45.56137,-122.6679,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.896,1.812876,7.74,"2013-02-03 00:00",3.65,"2013-01-10 00:00",1.25,"2013-09-25 00:00",1.2,"2013-03-11 00:00","","","","",7.74,7.74,7.74,3.65,0.87,0.3,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17149",7,45.56137,-122.6679,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,2.375952,1.432145,7.08,"2013-08-14 00:00",6.73,"2013-02-03 00:00",4.7,"2013-09-19 00:00",3.78,"2013-02-15 00:00","","","","",7.08,7.08,4.7,3.62,3.08,2.13,1.13,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17149",9,45.56137,-122.6679,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,2.3895,1.320871,5.96,"2013-02-03 00:00",4.45,"2013-03-11 00:00",4.14,"2013-03-29 00:00",2.93,"2013-07-03 00:00","","","","",5.96,5.96,5.96,4.45,2.87,2.56,1.09,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17150",7,45.56137,-122.6679,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,4.32119,2.356643,12.6,"2013-02-03 00:00",10.2,"2013-08-14 00:00",7.46,"2013-02-15 00:00",7.31,"2013-02-09 00:00","","","","",12.6,12.6,7.46,7.07,5.38,3.84,1.9,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17150",9,45.56137,-122.6679,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,4.342,2.445595,12,"2013-02-03 00:00",7.42,"2013-03-11 00:00",6.47,"2013-03-29 00:00",6.06,"2013-08-05 00:00","","","","",12,12,12,7.42,5.43,4.46,2.08,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17151",7,45.56137,-122.6679,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.16881,0.302165,1.53,"2013-02-03 00:00",0.7,"2013-02-09 00:00",0.69,"2013-01-10 00:00",0.64,"2013-01-16 00:00","","","","",1.53,1.53,0.69,0.51,0.28,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17151",9,45.56137,-122.6679,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.1605,0.361481,1.45,"2013-02-03 00:00",0.73,"2013-01-10 00:00",0.4,"2013-01-22 00:00",0.36,"2013-03-11 00:00","","","","",1.45,1.45,1.45,0.73,0.27,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17201",7,45.56137,-122.6679,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.957857,0.501532,2.99,"2013-02-03 00:00",1.96,"2013-02-09 00:00",1.69,"2013-03-11 00:00",1.68,"2013-02-15 00:00","","","","",2.99,2.99,1.69,1.56,1.15,0.88,0.44,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17201",9,45.56137,-122.6679,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.963,0.57376,2.97,"2013-02-03 00:00",1.7,"2013-03-11 00:00",1.25,"2013-01-10 00:00",1.25,"2013-07-03 00:00","","","","",2.97,2.97,2.97,1.7,1.22,0.88,0.5,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17204",7,45.56137,-122.6679,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.608333,0.453721,2.32,"2013-02-03 00:00",1.63,"2013-02-09 00:00",1.34,"2013-02-15 00:00",1.25,"2013-01-10 00:00","","","","",2.32,2.32,1.34,1.25,0.81,0.51,0.26,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17204",9,45.56137,-122.6679,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.598,0.507114,2.4,"2013-02-03 00:00",1.21,"2013-01-10 00:00",1.14,"2013-03-11 00:00",0.8,"2013-01-22 00:00","","","","",2.4,2.4,2.4,1.21,0.65,0.43,0.32,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17208",7,45.56137,-122.6679,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.102857,0.232119,1.16,"2013-02-03 00:00",0.7,"2013-02-09 00:00",0.49,"2013-01-10 00:00",0.36,"2013-03-23 00:00","","","","",1.16,1.16,0.49,0.34,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17208",9,45.56137,-122.6679,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.1145,0.276852,1.16,"2013-02-03 00:00",0.45,"2013-01-10 00:00",0.32,"2013-03-11 00:00",0.22,"2013-01-22 00:00","","","","",1.16,1.16,1.16,0.45,0.14,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17212",7,45.56137,-122.6679,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17212",9,45.56137,-122.6679,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17215",7,45.56137,-122.6679,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.05119,0.152926,0.72,"2013-02-03 00:00",0.5,"2013-01-10 00:00",0.4,"2013-02-09 00:00",0.27,"2013-01-22 00:00","","","","",0.72,0.72,0.4,0.26,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17215",9,45.56137,-122.6679,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.0755,0.189833,0.72,"2013-02-03 00:00",0.45,"2013-01-10 00:00",0.27,"2013-01-22 00:00",0.07,"2013-03-29 00:00","","","","",0.72,0.72,0.72,0.45,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17220",7,45.56137,-122.6679,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.159762,0.344677,1.67,"2013-02-03 00:00",1.11,"2013-02-09 00:00",0.74,"2013-01-10 00:00",0.55,"2013-02-27 00:00","","","","",1.67,1.67,0.74,0.53,0.2,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17220",9,45.56137,-122.6679,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.166,0.412507,1.69,"2013-02-03 00:00",0.71,"2013-01-10 00:00",0.48,"2013-03-11 00:00",0.44,"2013-01-22 00:00","","","","",1.69,1.69,1.69,0.71,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17223",7,45.56137,-122.6679,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.020952,0.077642,0.36,"2013-02-03 00:00",0.28,"2013-01-10 00:00",0.24,"2013-02-09 00:00",0,"2013-01-04 00:00","","","","",0.36,0.36,0.24,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17223",9,45.56137,-122.6679,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.0325,0.102232,0.39,"2013-02-03 00:00",0.26,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00","","","","",0.39,0.39,0.39,0.26,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17224",7,45.56137,-122.6679,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.036667,0.12838,0.68,"2013-02-03 00:00",0.41,"2013-02-09 00:00",0.24,"2013-01-10 00:00",0.21,"2013-03-23 00:00","","","","",0.68,0.68,0.24,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17224",9,45.56137,-122.6679,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.045,0.155817,0.67,"2013-02-03 00:00",0.23,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-21 00:00","","","","",0.67,0.67,0.67,0.23,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17231",7,45.56137,-122.6679,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.022381,0.083134,0.38,"2013-01-10 00:00",0.32,"2013-01-16 00:00",0.24,"2013-01-28 00:00",0,"2013-01-04 00:00","","","","",0.38,0.38,0.24,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17231",9,45.56137,-122.6679,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.0185,0.082735,0.37,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0.37,0.37,0.37,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17242",7,45.56137,-122.6679,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.05381,0.155876,0.8,"2013-02-03 00:00",0.49,"2013-01-10 00:00",0.26,"2013-01-16 00:00",0.26,"2013-01-22 00:00","","","","",0.8,0.8,0.26,0.25,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17242",9,45.56137,-122.6679,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.0775,0.209508,0.81,"2013-02-03 00:00",0.48,"2013-01-10 00:00",0.26,"2013-01-22 00:00",0,"2013-02-21 00:00","","","","",0.81,0.81,0.81,0.48,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17243",7,45.56137,-122.6679,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,2,"","","Certification not required",0,0.069286,0.159991,0.71,"2013-02-03 00:00",0.47,"2013-01-10 00:00",0.42,"2013-02-09 00:00",0.32,"2013-01-22 00:00","","","","",0.71,0.71,0.42,0.28,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","17243",9,45.56137,-122.6679,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,5,"","","Certification not required",0,0.074,0.193728,0.73,"2013-02-03 00:00",0.44,"2013-01-10 00:00",0.31,"2013-01-22 00:00",0,"2013-02-21 00:00","","","","",0.73,0.73,0.73,0.44,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","42153",7,45.56137,-122.6679,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.013902,0.026634,0.07,"2013-01-16 00:00",0.07,"2013-02-15 00:00",0.07,"2013-04-04 00:00",0.06,"2013-01-04 00:00","","","","",0.07,0.07,0.07,0.06,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","42153",9,45.56137,-122.6679,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43218",7,45.56137,-122.6679,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43218",9,45.56137,-122.6679,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43372",7,45.56137,-122.6679,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43372",9,45.56137,-122.6679,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43502",7,45.56137,-122.6679,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",42,69,40,61,0,2,"","","Certification not required",0,1.709524,0.853346,3.8,"2013-05-10 00:00",3.6,"2013-09-19 00:00",3.5,"2013-01-28 00:00",3,"2013-08-14 00:00","","","","",3.8,3.8,3.5,2.9,2.2,1.6,0.8,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43502",9,45.56137,-122.6679,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",25,41,24,61,0,2,"","","Certification not required",0,1.404,0.780214,3,"2013-08-05 00:00",2.7,"2013-09-01 00:00",2.6,"2013-07-15 00:00",2.5,"2013-08-20 00:00","","","","",3,3,2.7,2.6,2,1.2,0.4,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43503",7,45.56137,-122.6679,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",42,69,40,61,0,2,"","","Certification not required",0,1.95,0.883245,6.4,"2013-08-14 00:00",3.3,"2013-09-01 00:00",3,"2013-09-19 00:00",2.8,"2013-08-05 00:00","","","","",6.4,6.4,3,2.6,2.2,1.9,1.2,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43503",9,45.56137,-122.6679,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",25,41,24,61,0,2,"","","Certification not required",0,1.892,1.156114,5.9,"2013-02-03 00:00",4.4,"2013-09-19 00:00",3.1,"2013-01-22 00:00",2.5,"2013-02-21 00:00","","","","",5.9,5.9,4.4,3.1,2.2,1.6,0.9,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43509",7,45.56137,-122.6679,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.61561,0.39709,1.9,"2013-04-04 00:00",1.59,"2013-04-10 00:00",1.4,"2013-03-11 00:00",1.2,"2013-04-16 00:00","","","","",1.9,1.9,1.4,1.16,0.81,0.48,0.27,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43509",9,45.56137,-122.6679,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.651053,0.441335,1.79,"2013-03-29 00:00",1.33,"2013-04-22 00:00",1.2,"2013-02-03 00:00",1.11,"2013-03-17 00:00","","","","",1.79,1.79,1.79,1.33,0.97,0.51,0.26,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43552",7,45.56137,-122.6679,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",3,0.783364,0.599089,3.028,"2013-04-04 00:00",2.248,"2013-04-10 00:00",1.98,"2013-04-16 00:00",1.828,"2013-09-19 00:00","","","","",3.028,3.028,1.98,1.58,0.796,0.56659,0.34158,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43552",9,45.56137,-122.6679,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.659722,0.397712,1.592,"2013-04-22 00:00",1.512,"2013-04-16 00:00",1.38,"2013-09-25 00:00",0.82,"2013-09-13 00:00","","","","",1.592,1.592,1.592,1.512,0.688,0.50153,0.27787,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43560",7,45.56137,-122.6679,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.097805,0.301815,1.07,"2013-04-04 00:00",1.05,"2013-04-10 00:00",0.98,"2013-03-23 00:00",0.91,"2013-03-11 00:00","","","","",1.07,1.07,0.98,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43560",9,45.56137,-122.6679,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43704",7,45.56137,-122.6679,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43704",9,45.56137,-122.6679,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43802",7,45.56137,-122.6679,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.077561,0.099216,0.55,"2013-03-23 00:00",0.24,"2013-01-16 00:00",0.18,"2013-04-10 00:00",0.18,"2013-09-19 00:00","","","","",0.55,0.55,0.18,0.17,0.1,0.07,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43802",9,45.56137,-122.6679,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.079474,0.063462,0.22,"2013-01-10 00:00",0.19,"2013-03-29 00:00",0.17,"2013-03-05 00:00",0.11,"2013-02-03 00:00","","","","",0.22,0.22,0.22,0.19,0.11,0.06,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43803",7,45.56137,-122.6679,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43803",9,45.56137,-122.6679,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43804",7,45.56137,-122.6679,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.04878,0.014525,0.08,"2013-09-19 00:00",0.07,"2013-06-09 00:00",0.07,"2013-06-15 00:00",0.07,"2013-06-21 00:00","","","","",0.08,0.08,0.07,0.07,0.06,0.05,0.03,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43804",9,45.56137,-122.6679,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.048421,0.017721,0.08,"2013-09-07 00:00",0.08,"2013-09-13 00:00",0.07,"2013-06-21 00:00",0.06,"2013-07-03 00:00","","","","",0.08,0.08,0.08,0.08,0.06,0.05,0.02,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43806",7,45.56137,-122.6679,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43806",9,45.56137,-122.6679,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43817",7,45.56137,-122.6679,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.002195,0.009877,0.05,"2013-08-14 00:00",0.04,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.05,0.05,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43817",9,45.56137,-122.6679,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.002632,0.011471,0.05,"2013-08-08 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43818",7,45.56137,-122.6679,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43818",9,45.56137,-122.6679,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43820",7,45.56137,-122.6679,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43820",9,45.56137,-122.6679,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43824",7,45.56137,-122.6679,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43824",9,45.56137,-122.6679,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43829",7,45.56137,-122.6679,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43829",9,45.56137,-122.6679,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43830",7,45.56137,-122.6679,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43830",9,45.56137,-122.6679,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43831",7,45.56137,-122.6679,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43831",9,45.56137,-122.6679,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43844",7,45.56137,-122.6679,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.006098,0.039043,0.25,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.25,0.25,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43844",9,45.56137,-122.6679,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43860",7,45.56137,-122.6679,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","43860",9,45.56137,-122.6679,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45201",7,45.56137,-122.6679,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.928732,0.682423,2.904,"2013-02-03 00:00",2.544,"2013-02-09 00:00",1.956,"2013-03-11 00:00",1.944,"2013-09-19 00:00","","","","",2.904,2.904,1.956,1.83,1.362,0.804,0.254,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45201",9,45.56137,-122.6679,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.807842,0.609413,2.814,"2013-02-03 00:00",1.638,"2013-01-10 00:00",1.092,"2013-02-21 00:00",1.008,"2013-01-22 00:00","","","","",2.814,2.814,2.814,1.638,0.978,0.756,0.281,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45202",7,45.56137,-122.6679,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,3.550732,2.503223,10.15,"2013-09-19 00:00",9.59,"2013-08-14 00:00",7.7,"2013-02-03 00:00",7.7,"2013-04-04 00:00","","","","",10.15,10.15,7.7,7.42,4.96,2.96,0.99,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45202",9,45.56137,-122.6679,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,3.530526,2.284811,9.31,"2013-02-03 00:00",6.15,"2013-03-29 00:00",6.13,"2013-01-10 00:00",5.89,"2013-01-22 00:00","","","","",9.31,9.31,9.31,6.15,5.19,3.54,1.02,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45203",7,45.56137,-122.6679,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.488293,0.464994,1.74,"2013-08-14 00:00",1.71,"2013-09-19 00:00",1.14,"2013-04-04 00:00",1.08,"2013-02-03 00:00","","","","",1.74,1.74,1.14,1.07,0.77,0.49,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45203",9,45.56137,-122.6679,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.330526,0.357421,1.14,"2013-02-03 00:00",0.82,"2013-01-10 00:00",0.68,"2013-03-29 00:00",0.66,"2013-09-25 00:00","","","","",1.14,1.14,1.14,0.82,0.58,0.42,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45220",7,45.56137,-122.6679,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0.49122,0.512661,1.53,"2013-04-10 00:00",1.42,"2013-01-16 00:00",1.14,"2013-02-03 00:00",1.13,"2013-01-28 00:00","","","","",1.53,1.53,1.14,1.12,1.06,0.53,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45220",9,45.56137,-122.6679,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0.59,0.776223,2.11,"2013-01-22 00:00",1.95,"2013-01-10 00:00",1.69,"2013-02-21 00:00",1.54,"2013-02-03 00:00","","","","",2.11,2.11,2.11,1.95,1.2,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45801",7,45.56137,-122.6679,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45801",9,45.56137,-122.6679,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45807",7,45.56137,-122.6679,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45807",9,45.56137,-122.6679,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45810",7,45.56137,-122.6679,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",41,67,39,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","45810",9,45.56137,-122.6679,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",19,31,18,61,0,10,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","81102",7,45.56137,-122.6679,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,72,44,61,0,2,0,0,"Certification not required",1,10.022222,5.781982,36,"2013-02-03 00:00",21,"2013-01-16 00:00",21,"2013-03-11 00:00",18,"2013-02-09 00:00","","","","",36,36,21,16,11,9,5,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","81102",9,45.56137,-122.6679,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",24,68,21,31,0,1,0,0,"Certification not required",0,9.375,6.425577,37,"2013-02-03 00:00",14,"2013-01-22 00:00",14,"2013-05-04 00:00",11,"2013-03-29 00:00","","","","",37,37,14,14,11,8,6,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85101",7,45.56137,-122.6679,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",1,10.466667,6.258086,39,"2013-02-03 00:00",23,"2013-01-16 00:00",22,"2013-03-11 00:00",20,"2013-02-09 00:00","","","","",39,39,22,16,11,9,5,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85101",9,45.56137,-122.6679,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,9.791667,6.978097,40,"2013-02-03 00:00",15,"2013-01-22 00:00",14,"2013-05-04 00:00",12,"2013-03-29 00:00","","","","",40,40,15,14,11,8,6,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85103",7,45.56137,-122.6679,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.653333,0.603249,3,"2013-02-03 00:00",2.4,"2013-03-11 00:00",1.5,"2013-02-09 00:00",1.5,"2013-02-27 00:00","","","","",3,3,1.5,1.4,0.8,0.4,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85103",9,45.56137,-122.6679,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,0.604167,0.632097,3.1,"2013-02-03 00:00",1.3,"2013-01-10 00:00",1.2,"2013-05-16 00:00",1.1,"2013-06-21 00:00","","","","",3.1,3.1,1.3,1.2,0.7,0.5,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85105",7,45.56137,-122.6679,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85105",9,45.56137,-122.6679,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00",0,"2013-02-21 00:00","","","","",0,0,0,0,0,0,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85110",7,45.56137,-122.6679,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.6,1.139577,6.1,"2013-08-14 00:00",2.9,"2013-04-10 00:00",2.8,"2013-03-11 00:00",2.6,"2013-08-26 00:00","","","","",6.1,6.1,2.8,2,0.5,0.1,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85110",9,45.56137,-122.6679,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,0.458333,0.715005,2.8,"2013-04-10 00:00",1.9,"2013-01-10 00:00",1.3,"2013-05-16 00:00",1.2,"2013-03-05 00:00","","","","",2.8,2.8,1.9,1.3,0.5,0.1,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85112",7,45.56137,-122.6679,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.662222,0.509139,2,"2013-03-11 00:00",1.8,"2013-08-14 00:00",1.7,"2013-09-19 00:00",1.6,"2013-02-03 00:00","","","","",2,2,1.7,1.4,0.9,0.5,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85112",9,45.56137,-122.6679,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.558333,0.379836,1.6,"2013-02-03 00:00",1.4,"2013-03-29 00:00",1.2,"2013-01-10 00:00",0.8,"2013-05-16 00:00","","","","",1.6,1.6,1.4,1.2,0.7,0.5,0.2,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85113",7,45.56137,-122.6679,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.128889,0.127247,0.7,"2013-02-15 00:00",0.4,"2013-05-10 00:00",0.3,"2013-02-03 00:00",0.3,"2013-08-14 00:00","","","","",0.7,0.7,0.3,0.3,0.2,0.1,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85113",9,45.56137,-122.6679,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.095833,0.07506,0.3,"2013-02-03 00:00",0.2,"2013-03-29 00:00",0.2,"2013-04-22 00:00",0.2,"2013-05-04 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85128",7,45.56137,-122.6679,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.002802,0.002541,0.0125,"2013-02-03 00:00",0.0098,"2013-03-11 00:00",0.0075,"2013-02-09 00:00",0.0072,"2013-08-14 00:00","","","","",0.0125,0.0125,0.0075,0.0072,0.0031,0.0019,0.001,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85128",9,45.56137,-122.6679,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,0.002592,0.002527,0.0124,"2013-02-03 00:00",0.0072,"2013-08-20 00:00",0.0046,"2013-05-04 00:00",0.0035,"2013-05-16 00:00","","","","",0.0124,0.0124,0.0072,0.0046,0.0029,0.0018,0.001,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85132",7,45.56137,-122.6679,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,9.111111,10.392791,47,"2013-09-19 00:00",39,"2013-03-29 00:00",31,"2013-08-14 00:00",27,"2013-01-16 00:00","","","","",47,47,31,22,11,4,2,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85132",9,45.56137,-122.6679,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,7.083333,8.059111,39,"2013-03-29 00:00",16,"2013-01-10 00:00",16,"2013-04-22 00:00",14,"2013-04-10 00:00","","","","",39,39,16,16,8,4,2,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85136",7,45.56137,-122.6679,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,1.022222,1.252069,7,"2013-02-03 00:00",3,"2013-03-11 00:00",3,"2013-08-14 00:00",3,"2013-09-19 00:00","","","","",7,7,3,2,1,1,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85136",9,45.56137,-122.6679,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,77,21,31,0,1,"","","Certification not required",0,1.041667,1.366658,7,"2013-02-03 00:00",2,"2013-03-29 00:00",1,"2013-01-10 00:00",1,"2013-02-21 00:00","","","","",7,7,2,1,1,1,0,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85154",7,45.56137,-122.6679,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,2,"","","Certification not required",0,0.686667,1.349006,7.1,"2013-08-26 00:00",4.3,"2013-03-11 00:00",4.1,"2013-04-10 00:00",1.8,"2013-03-05 00:00","","","","",7.1,7.1,4.1,1.8,0.4,0.2,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","85154",9,45.56137,-122.6679,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.616667,1.020514,4.2,"2013-04-10 00:00",2.6,"2013-05-16 00:00",1.8,"2013-03-05 00:00",1.8,"2013-05-22 00:00","","","","",4.2,4.2,2.6,1.8,0.7,0.1,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","051","0246","88313",1,45.56137,-122.6679,"NAD83","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",7191,82,299,365,0,105,"","","Certification not required",2668,0.554753,0.677186,7.4,"2013-01-11 21:00",6.5,"2013-01-19 20:00",6.16,"2013-01-11 22:00",5.94,"2013-01-25 22:00","","","","",3.27,2.62,1.87,1.36,0.72,0.3,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","0246","88314",1,45.56137,-122.6679,"NAD83","UV Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",7191,82,299,365,0,105,"","","Certification not required",2682,0.636783,0.852611,9.71,"2013-01-11 21:00",8.25,"2013-01-11 22:00",8.23,"2013-02-02 23:00",7.86,"2013-01-12 00:00","","","","",4.14,3.27,2.3,1.64,0.79,0.32,0.1,"WEST END OF ATHLETIC FIELD WITH N EMERSON N, N ROSELAWN S, N WILLIAM","N ROSELAWN, PORTLAND,OR","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1080","62101",1,45.521846,-122.749289,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,52.355869,12.973684,94,"2013-06-30 15:00",94,"2013-09-11 14:00",94,"2013-09-11 15:00",93,"2013-06-30 14:00","","","","",84,80,76,71,61,51,36,"Portland - KPTV","KPTV1/212 NW MILLER RD, PORTLAND","Oregon","Multnomah","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1080","62101",2,45.521846,-122.749289,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",7115,81,293,365,0,181,"","","Certification not required",0,51.139986,11.833446,87,"2013-06-30 15:00",87,"2013-06-30 16:00",87,"2013-09-11 15:00",87,"2013-09-11 16:00","","","","",77,76,71,67,60,51,36,"Portland - KPTV","KPTV1/212 NW MILLER RD, PORTLAND","Oregon","Multnomah","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1080","62101",3,45.521846,-122.749289,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 3",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,51.526467,11.990784,89,"2013-06-30 15:00",89,"2013-09-11 16:00",88,"2013-06-30 14:00",88,"2013-06-30 17:00","","","","",79,76,72,68,60,50,36,"Portland - KPTV","KPTV1/212 NW MILLER RD, PORTLAND","Oregon","Multnomah","","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1191","61101",1,45.5609,-122.67152,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7250,83,302,365,0,46,"","","Certification not required",0,5.388014,2.7419,21.2,"2013-04-07 04:00",20.2,"2013-04-07 05:00",19.8,"2013-09-28 13:00",19.8,"2013-09-29 18:00","","","","",14.6,12.8,10.5,9,6.9,4.9,2.4,"Portland - Jefferson High School","5210 N KIRBY PORTLAND, OR 97217","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1191","61103",1,45.5609,-122.67152,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7243,83,302,365,0,53,"","","Certification not required",0,4.999738,2.792211,20.8,"2013-04-07 04:00",19.8,"2013-04-07 05:00",19.6,"2013-09-28 13:00",19.5,"2013-09-28 12:00","","","","",14.2,12.3,10.2,8.7,6.5,4.5,1.9,"Portland - Jefferson High School","5210 N KIRBY PORTLAND, OR 97217","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1191","61104",1,45.5609,-122.67152,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7243,83,302,365,0,53,"","","Certification not required",0,240.363385,90.292158,360,"2013-03-02 03:00",360,"2013-05-14 08:00",360,"2013-10-11 15:00",360,"2013-10-28 11:00","","","","",351,346,335,327,318,280,115,"Portland - Jefferson High School","5210 N KIRBY PORTLAND, OR 97217","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","051","1191","61106",1,45.5609,-122.67152,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7243,83,302,365,0,53,"","","Certification not required",0,21.99474,12.308081,83.1,"2013-05-11 10:00",82.4,"2013-08-25 19:00",76,"2013-07-27 12:00",75.8,"2013-06-19 16:00","","","","",60.9,55.8,48,39.7,27.9,18.5,9.8,"Portland - Jefferson High School","5210 N KIRBY PORTLAND, OR 97217","Oregon","Multnomah","Portland","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","059","0121","11203",1,45.652231,-118.823033,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7244,83,302,365,0,52,"","","Certification not required",0,0.506405,0.379719,4,"2013-01-16 06:00",3.9,"2013-01-24 07:00",3.5,"2013-01-24 08:00",3.4,"2013-01-24 03:00","","","","",2,1.7,1.3,1,0.6,0.4,0.2,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","61101",1,45.652231,-118.823033,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7255,83,302,365,0,41,"","","Certification not required",0,2.812185,2.71963,17,"2013-04-13 07:00",16.8,"2013-02-13 12:00",16.7,"2013-04-07 11:00",16.3,"2013-04-07 10:00","","","","",13.4,11.5,8.7,6.4,3.6,1.8,0.7,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","61103",1,45.652231,-118.823033,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7231,83,302,365,0,65,"","","Certification not required",0,2.256894,2.791127,16.8,"2013-04-13 07:00",16.5,"2013-02-13 12:00",16.1,"2013-04-07 11:00",16,"2013-02-13 13:00","","","","",13.1,11.3,8.3,6,3,1.1,0.2,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","61104",1,45.652231,-118.823033,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7231,83,302,365,0,65,"","","Certification not required",0,229.858941,95.139811,360,"2013-01-01 06:00",360,"2013-01-01 18:00",360,"2013-01-03 10:00",360,"2013-01-04 09:00","","","","",357,354,346,335,305,263,70,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","61106",1,45.652231,-118.823033,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7231,83,302,365,0,65,"","","Certification not required",0,44.203969,19.339262,95.7,"2013-08-21 21:00",95.4,"2013-07-20 23:00",94.4,"2013-07-25 22:00",92.9,"2013-06-08 05:00","","","","",83.7,80,75.2,69.2,59.4,45.2,17,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","62101",1,45.652231,-118.823033,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7189,82,299,365,0,107,"","","Certification not required",0,55.129643,18.395901,107,"2013-07-02 14:00",107,"2013-07-02 15:00",105,"2013-07-01 16:00",105,"2013-07-02 16:00","","","","",97,94,89,82,66,54,30,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","64101",1,45.652231,-118.823033,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7294,83,304,365,0,2,"","","Certification not required",0,980.352756,6.305223,999,"2013-01-01 11:00",999,"2013-01-15 10:00",998,"2013-01-01 08:00",998,"2013-01-01 09:00","","","","",997,996,992,990,984,979,973,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","68101",1,45.652231,-118.823033,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.188095,0.175586,0.5,"2013-04-10 00:00",0.4,"2013-04-04 00:00",0.4,"2013-04-16 00:00",0.4,"2013-04-28 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.2,0,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2013-12-23" +"41","059","0121","68102",1,45.652231,-118.823033,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",42,69,42,61,0,3,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2013-12-23" +"41","059","0121","68105",1,45.652231,-118.823033,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,3,"","","Certification not required",0,12.628571,8.660178,27.6,"2013-07-03 00:00",24.9,"2013-07-21 00:00",24.6,"2013-08-14 00:00",23,"2013-05-10 00:00","","","","",27.6,27.6,24.6,22.5,20.6,13.8,2,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2013-12-23" +"41","059","0121","68108",1,45.652231,-118.823033,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,3,"","","Certification not required",0,735.5,4.76394,748,"2013-01-16 00:00",744,"2013-01-04 00:00",744,"2013-02-15 00:00",744,"2013-04-22 00:00","","","","",748,748,744,742,738,735,730,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-01-03" +"41","059","0121","68109",1,45.652231,-118.823033,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",42,69,42,61,0,3,"","","Certification not required",0,1439.785714,0.4153,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2013-12-23" +"41","059","0121","88101",1,45.652231,-118.823033,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,6.264286,5.51684,27.2,"2013-01-16 00:00",18,"2013-01-04 00:00",16.6,"2013-02-03 00:00",15.5,"2013-01-22 00:00","","","","",27.2,27.2,16.6,14.2,7.4,5,2.1,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2013-12-23" +"41","059","0121","88101",1,45.652231,-118.823033,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,6.264286,5.51684,27.2,"2013-01-16 00:00",18,"2013-01-04 00:00",16.6,"2013-02-03 00:00",15.5,"2013-01-22 00:00","","","","",27.2,27.2,16.6,14.2,7.4,5,2.1,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2013-12-23" +"41","059","0121","88502",3,45.652231,-118.823033,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7244,83,302,365,0,52,"","","Certification not required",0,7.225124,5.919149,61.8,"2013-01-16 06:00",59.4,"2013-01-24 07:00",53,"2013-01-24 08:00",52.1,"2013-01-24 03:00","","","","",29.3,24.3,18.3,13.9,9.5,6.5,1.5,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","0121","88502",3,45.652231,-118.823033,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,7.165563,4.627716,25,"2013-01-24 00:00",24.8,"2013-01-16 00:00",23.5,"2013-10-26 00:00",22.3,"2013-01-18 00:00","","","","",22.3,19.9,15.6,12.9,9.7,6.7,2,"Pendleton - McKay Creek","PMC/3745 SW MARSHAL PL., PENDLETON","Oregon","Umatilla","Pendleton","Pendleton-Hermiston, OR","2014-02-13" +"41","059","1003","44201",1,45.828968,-119.262991,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3599,99,151,153,0,73,0,0,"Certification not required",84,0.049675,0.010023,0.073,"2013-05-10 13:00",0.07,"2013-05-11 16:00",0.07,"2013-07-19 12:00",0.068,"2013-08-14 15:00","","","","",0.07,0.068,0.064,0.063,0.057,0.05,0.035,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","44201",1,45.828968,-119.262991,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3612,99,151,153,0,0,0,0,"Certification not required",0,0.045576,0.009701,0.066,"2013-07-19 11:00",0.065,"2013-05-11 10:00",0.064,"2013-05-10 09:00",0.062,"2013-05-07 11:00","","","","",0.065,0.062,0.061,0.058,0.053,0.046,0.032,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","44201",1,45.828968,-119.262991,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3612,99,151,153,0,0,0,0,"Certification not required",0,0.045576,0.009701,0.066,"2013-07-19 11:00",0.065,"2013-05-11 10:00",0.064,"2013-05-10 09:00",0.062,"2013-05-07 11:00","","","","",0.065,0.062,0.061,0.058,0.053,0.046,0.032,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","61101",1,45.828968,-119.262991,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3651,42,152,365,0,21,"","","Certification not required",0,5.934648,3.414017,23.2,"2013-05-21 19:00",21.9,"2013-06-11 14:00",21.6,"2013-06-11 13:00",21.4,"2013-05-29 14:00","","","","",16.9,15.5,13.1,10.9,7.4,4.9,2.8,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","61103",1,45.828968,-119.262991,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3602,41,150,365,0,70,"","","Certification not required",0,5.623265,3.546414,23.1,"2013-05-21 19:00",21.8,"2013-06-11 14:00",21.5,"2013-06-11 13:00",21.2,"2013-09-30 09:00","","","","",16.8,15.3,12.9,10.9,7.2,4.6,2.2,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","61104",1,45.828968,-119.262991,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3602,41,150,365,0,70,"","","Certification not required",0,204.813437,84.756103,360,"2013-05-03 10:00",360,"2013-06-23 08:00",360,"2013-06-27 10:00",360,"2013-08-31 17:00","","","","",353,346,326,303,262,226,64,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","61106",1,45.828968,-119.262991,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",3602,41,150,365,0,70,"","","Certification not required",0,17.387091,13.488548,80.7,"2013-07-31 21:00",78.4,"2013-05-05 10:00",73.3,"2013-05-23 07:00",71.8,"2013-05-06 10:00","","","","",60.2,55.6,47,38.2,22.9,12,5.7,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","1003","62101",1,45.828968,-119.262991,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3651,42,152,365,0,21,"","","Certification not required",0,71.608874,12.530199,106,"2013-07-02 16:00",105,"2013-07-01 16:00",105,"2013-07-01 17:00",105,"2013-07-02 14:00","","","","",98,96,93,89,81,71,56,"Hermiston - Municipal Airport (HMA)","HERMISTON MUNICIPAL AIRPORT, 1600 AIRPORT WAY, HERMISTON","Oregon","Umatilla","Hermiston","Pendleton-Hermiston, OR","2013-12-23" +"41","059","7001","88501",1,45.667889,-118.645883,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7065,81,289,365,0,1683,"","","Certification not required",0,6.469172,3.781154,43.9,"2013-07-25 18:00",41.9,"2013-07-25 19:00",37.5,"2013-07-27 16:00",33.7,"2013-08-05 20:00","","","","",18.8,16.6,13.4,11.3,8.2,5.6,2.7,"","47697 SHORTMILE ROAD","Oregon","Umatilla","Mission (Government Indian Mission)","Pendleton-Hermiston, OR","2014-01-13" +"41","059","7001","88501",1,45.667889,-118.645883,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",289,79,289,365,0,0,"","","Certification not required",0,6.458478,2.889758,17.1,"2013-11-27 00:00",16.3,"2013-11-28 00:00",16,"2013-08-15 00:00",14.7,"2013-11-25 00:00","","","","",16,14.5,12.3,10.5,8,6,3.4,"","47697 SHORTMILE ROAD","Oregon","Umatilla","Mission (Government Indian Mission)","Pendleton-Hermiston, OR","2014-01-13" +"41","061","0010","85101",1,45.224748,-118.513962,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.255288,4.321636,23.0962,"2013-04-04 00:00",15.7131,"2013-01-22 00:00",12.3308,"2013-05-07 00:00",12.0236,"2013-01-19 00:00","","","","",23.0962,15.7131,12.3308,9.3302,5.294,2.853,0.9161,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","86502",1,45.224748,-118.513962,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.27451,1.662269,7,"2013-05-07 00:00",5,"2013-01-22 00:00",5,"2013-05-10 00:00",4,"2013-03-05 00:00","","","","",7,5,5,4,2,1,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88103",1,45.224748,-118.513962,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88104",1,45.224748,-118.513962,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.021347,0.025128,0.1011,"2013-05-10 00:00",0.0927,"2013-05-07 00:00",0.0892,"2013-03-14 00:00",0.0658,"2013-04-01 00:00","","","","",0.1011,0.0927,0.0892,0.0567,0.028,0.0108,0.002,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88109",1,45.224748,-118.513962,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.001051,0.001244,0.007,"2013-01-19 00:00",0.0057,"2013-01-22 00:00",0.0031,"2013-01-13 00:00",0.0022,"2013-05-10 00:00","","","","",0.007,0.0057,0.0031,0.0019,0.0011,0.0007,0.0002,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88111",1,45.224748,-118.513962,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.012434,0.013843,0.0544,"2013-05-10 00:00",0.0526,"2013-03-14 00:00",0.0479,"2013-05-07 00:00",0.037,"2013-03-05 00:00","","","","",0.0544,0.0526,0.0479,0.035,0.0172,0.0072,0.0013,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88112",1,45.224748,-118.513962,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88114",1,45.224748,-118.513962,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.000187,0.000202,0.0015,"2013-01-01 00:00",0.0004,"2013-01-19 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-02-15 00:00","","","","",0.0015,0.0004,0.0003,0.0003,0.0002,0.00015,0.0001,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88115",1,45.224748,-118.513962,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.009816,0.035507,0.231,"2013-02-24 00:00",0.0815,"2013-03-17 00:00",0.0768,"2013-04-13 00:00",0.0367,"2013-01-10 00:00","","","","",0.231,0.0815,0.0768,0.015,0.0007,0.0005,0.00015,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88126",1,45.224748,-118.513962,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.016171,0.018136,0.0817,"2013-05-10 00:00",0.0731,"2013-05-07 00:00",0.0506,"2013-03-14 00:00",0.0463,"2013-04-01 00:00","","","","",0.0817,0.0731,0.0506,0.0371,0.0253,0.009,0.0022,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88128",1,45.224748,-118.513962,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000314,0.000583,0.002,"2013-03-23 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-24 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88132",1,45.224748,-118.513962,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000451,0.000577,0.002,"2013-05-07 00:00",0.002,"2013-05-10 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88136",1,45.224748,-118.513962,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88140",1,45.224748,-118.513962,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.006974,0.00803,0.037,"2013-05-10 00:00",0.0308,"2013-05-07 00:00",0.025,"2013-04-28 00:00",0.022,"2013-04-25 00:00","","","","",0.037,0.0308,0.025,0.017,0.0096,0.0039,0.00105,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88152",1,45.224748,-118.513962,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000337,0.000484,0.0023,"2013-04-16 00:00",0.0022,"2013-01-04 00:00",0.0012,"2013-05-04 00:00",0.0012,"2013-05-07 00:00","","","","",0.0023,0.0022,0.0012,0.0009,0.00015,0.00015,0.0001,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88154",1,45.224748,-118.513962,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.000142,7.4e-05,0.0004,"2013-01-25 00:00",0.0004,"2013-03-08 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-02-24 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0002,0.0001,0.0001,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88161",1,45.224748,-118.513962,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.001425,0.001702,0.0076,"2013-05-10 00:00",0.0064,"2013-05-07 00:00",0.0047,"2013-03-14 00:00",0.0047,"2013-04-01 00:00","","","","",0.0076,0.0064,0.0047,0.0035,0.0022,0.0007,0.0001,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88164",1,45.224748,-118.513962,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.000101,7.4e-05,0.0004,"2013-04-25 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-05-07 00:00",0.0002,"2013-02-03 00:00","","","","",0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,5e-05,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88165",1,45.224748,-118.513962,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.049567,0.058441,0.2446,"2013-05-10 00:00",0.2219,"2013-05-07 00:00",0.1763,"2013-03-14 00:00",0.1493,"2013-04-01 00:00","","","","",0.2446,0.2219,0.1763,0.1276,0.0709,0.0245,0.0034,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88167",1,45.224748,-118.513962,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.001046,0.000892,0.0034,"2013-01-22 00:00",0.0032,"2013-01-01 00:00",0.003,"2013-01-19 00:00",0.0027,"2013-04-25 00:00","","","","",0.0034,0.0032,0.003,0.0023,0.0017,0.0008,0.00015,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88168",1,45.224748,-118.513962,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.000199,0.000141,0.0007,"2013-03-14 00:00",0.0007,"2013-05-10 00:00",0.0005,"2013-05-13 00:00",0.0004,"2013-02-24 00:00","","","","",0.0007,0.0007,0.0005,0.0003,0.0003,0.00015,0.0001,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88169",1,45.224748,-118.513962,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.122669,0.086678,0.3258,"2013-01-19 00:00",0.3051,"2013-01-22 00:00",0.2961,"2013-04-16 00:00",0.2954,"2013-01-13 00:00","","","","",0.3258,0.3051,0.2961,0.251,0.1774,0.1031,0.0281,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88176",1,45.224748,-118.513962,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.00016,4e-05,0.0003,"2013-02-12 00:00",0.0003,"2013-03-17 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-02-24 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.00015,0.00015,0.00015,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88180",1,45.224748,-118.513962,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.013259,0.011384,0.0509,"2013-04-25 00:00",0.0402,"2013-05-10 00:00",0.0398,"2013-04-04 00:00",0.0367,"2013-05-07 00:00","","","","",0.0509,0.0402,0.0398,0.0276,0.0174,0.0098,0.0027,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88184",1,45.224748,-118.513962,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.020378,0.031568,0.1817,"2013-02-24 00:00",0.0779,"2013-04-13 00:00",0.0765,"2013-03-17 00:00",0.0763,"2013-05-07 00:00","","","","",0.1817,0.0779,0.0765,0.0623,0.0235,0.0098,0.00155,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88185",1,45.224748,-118.513962,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000715,0.000403,0.0026,"2013-01-04 00:00",0.0022,"2013-01-16 00:00",0.0016,"2013-01-31 00:00",0.0014,"2013-01-19 00:00","","","","",0.0026,0.0022,0.0016,0.00075,0.00065,0.00065,0.0004,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88203",1,45.224748,-118.513962,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",22,0.02233,0.047524,0.2976,"2013-02-24 00:00",0.1262,"2013-03-17 00:00",0.1092,"2013-04-13 00:00",0.0674,"2013-01-10 00:00","","","","",0.2976,0.2976,0.1092,0.0473,0.0136,0.00945,0.0029,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88306",1,45.224748,-118.513962,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.476146,1.13413,5.4414,"2013-01-22 00:00",5.4296,"2013-01-19 00:00",2.215,"2013-01-16 00:00",1.7676,"2013-01-04 00:00","","","","",5.4414,5.4414,2.215,1.0149,0.355,0.0927,0.015,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88320",1,45.224748,-118.513962,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.573922,1.428676,10.13,"2013-04-04 00:00",2.35,"2013-04-25 00:00",1.62,"2013-05-10 00:00",1,"2013-01-01 00:00","","","","",10.13,2.35,1.62,0.96,0.48,0.25,0.05,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88321",1,45.224748,-118.513962,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.087255,0.246829,1.73,"2013-04-04 00:00",0.47,"2013-04-25 00:00",0.17,"2013-01-19 00:00",0.17,"2013-01-22 00:00","","","","",1.73,0.47,0.17,0.15,0.09,0.03,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88324",1,45.224748,-118.513962,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.092156,0.456391,3.275,"2013-04-04 00:00",0.3056,"2013-04-25 00:00",0.0481,"2013-05-10 00:00",0.0367,"2013-05-28 00:00","","","","",3.275,0.3056,0.0481,0.0312,0.0307,0.0237,0.0109,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88325",1,45.224748,-118.513962,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",25,0.135562,0.425964,3.0529,"2013-04-04 00:00",0.5485,"2013-04-25 00:00",0.2908,"2013-05-10 00:00",0.2,"2013-05-07 00:00","","","","",3.0529,0.5485,0.2908,0.1779,0.104,0.0411,0.0197,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88326",1,45.224748,-118.513962,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.158832,0.299987,2.0515,"2013-04-04 00:00",0.6156,"2013-04-25 00:00",0.573,"2013-05-10 00:00",0.397,"2013-05-07 00:00","","","","",2.0515,0.6156,0.573,0.293,0.1591,0.084,0.03495,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88327",1,45.224748,-118.513962,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.084698,0.101474,0.6003,"2013-04-04 00:00",0.3361,"2013-04-25 00:00",0.3251,"2013-05-10 00:00",0.1946,"2013-01-01 00:00","","","","",0.6003,0.3361,0.3251,0.1536,0.105,0.0536,0.0128,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88328",1,45.224748,-118.513962,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.124063,0.182893,1.1511,"2013-04-04 00:00",0.5464,"2013-04-25 00:00",0.3822,"2013-05-10 00:00",0.32,"2013-01-19 00:00","","","","",1.1511,0.5464,0.3822,0.2538,0.162,0.0609,0.0101,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88329",1,45.224748,-118.513962,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.173662,0.379134,2.6097,"2013-04-04 00:00",0.8579,"2013-04-25 00:00",0.4803,"2013-05-10 00:00",0.406,"2013-01-19 00:00","","","","",2.6097,0.8579,0.4803,0.3273,0.1519,0.0755,0.0119,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88330",1,45.224748,-118.513962,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.038231,0.046768,0.2552,"2013-04-04 00:00",0.1591,"2013-04-25 00:00",0.098,"2013-01-22 00:00",0.0942,"2013-04-01 00:00","","","","",0.2552,0.1591,0.098,0.0867,0.0618,0.019,0.0019,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88331",1,45.224748,-118.513962,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.00034,0.001717,0.012,"2013-04-04 00:00",0.003,"2013-05-07 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.012,0.003,0.00015,0.00015,0.0001,0,0,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88338",1,45.224748,-118.513962,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",46,0.021091,0.029053,0.208,"2013-01-01 00:00",0.0673,"2013-01-04 00:00",0.02865,"2013-02-24 00:00",0.0276,"2013-02-15 00:00","","","","",0.208,0.208,0.02865,0.02695,0.0197,0.0152,0.0103,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88339",1,45.224748,-118.513962,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.505991,0.35752,1.3438,"2013-01-19 00:00",1.2585,"2013-01-22 00:00",1.22133,"2013-04-16 00:00",1.21861,"2013-01-13 00:00","","","","",1.3438,1.2585,1.22133,1.03542,0.73157,0.42541,0.11587,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88344",1,45.224748,-118.513962,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.614563,1.462886,7.0194,"2013-01-22 00:00",7.0042,"2013-01-19 00:00",2.8574,"2013-01-16 00:00",2.2802,"2013-01-04 00:00","","","","",7.0194,7.0194,2.8574,1.3092,0.458,0.1196,0.019,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88348",1,45.224748,-118.513962,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.232608,0.269157,1.1326,"2013-05-10 00:00",1.0237,"2013-05-07 00:00",0.8525,"2013-03-14 00:00",0.6976,"2013-04-01 00:00","","","","",1.1326,1.0237,0.8525,0.6069,0.333,0.1162,0.025,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88350",1,45.224748,-118.513962,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,1.034735,2.571598,18.2354,"2013-04-04 00:00",4.234,"2013-04-25 00:00",2.9138,"2013-05-10 00:00",1.8011,"2013-01-01 00:00","","","","",18.2354,4.234,2.9138,1.7363,0.8595,0.4421,0.0895,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88403",1,45.224748,-118.513962,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.348292,0.259216,1.0025,"2013-01-19 00:00",0.9479,"2013-01-13 00:00",0.9161,"2013-01-22 00:00",0.8873,"2013-04-16 00:00","","","","",1.0025,1.0025,0.9161,0.7215,0.5247,0.2803,0.0738,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0010","88502",1,45.224748,-118.513962,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.454902,3.440018,21.1,"2013-04-04 00:00",10.6,"2013-01-22 00:00",10.1,"2013-01-19 00:00",6,"2013-05-10 00:00","","","","",21.1,10.6,10.1,4.6,2.5,1.5,0.4,"","Starkey","Oregon","Union","","La Grande, OR","2014-01-28" +"41","061","0119","11203",1,45.339,-118.095206,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7281,83,304,365,0,15,"","","Certification not required",0,0.545887,0.540276,7,"2013-02-03 17:00",7,"2013-02-28 11:00",6.8,"2013-02-03 18:00",6.7,"2013-02-05 09:00","","","","",2.9,2.2,1.5,1,0.6,0.4,0.2,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","14115",7,45.339,-118.095206,"NAD83","Chromium VI (TSP) LC","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1e-06,7e-06,4e-05,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",4e-05,4e-05,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17141",7,45.339,-118.095206,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,45.97931,34.988982,127,"2013-01-22 00:00",125,"2013-06-09 00:00",124,"2013-02-15 00:00",106,"2013-06-03 00:00","","","","",127,127,125,124,47,30.6,17.3,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17147",7,45.339,-118.095206,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.023793,0.664892,2.98,"2013-02-15 00:00",2.52,"2013-01-22 00:00",2.27,"2013-01-04 00:00",1.87,"2013-05-28 00:00","","","","",2.98,2.98,2.52,2.27,1.25,0.76,0.4,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17148",7,45.339,-118.095206,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.739655,3.028831,15.4,"2013-02-15 00:00",5.75,"2013-01-04 00:00",4.73,"2013-02-03 00:00",3.04,"2013-03-05 00:00","","","","",15.4,15.4,5.75,4.73,2.27,0.55,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17149",7,45.339,-118.095206,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,2.583448,2.833575,12.1,"2013-02-15 00:00",9.91,"2013-01-22 00:00",8.05,"2013-01-04 00:00",4.52,"2013-02-03 00:00","","","","",12.1,12.1,9.91,8.05,2.71,1.57,0.61,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17150",7,45.339,-118.095206,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,7.096552,9.763248,41.4,"2013-02-15 00:00",33.7,"2013-01-22 00:00",25.2,"2013-01-04 00:00",12.5,"2013-01-28 00:00","","","","",41.4,41.4,33.7,25.2,6.59,3.51,1.07,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17151",7,45.339,-118.095206,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.130345,1.974235,8.92,"2013-02-15 00:00",5.46,"2013-01-22 00:00",4.42,"2013-01-04 00:00",2.06,"2013-01-28 00:00","","","","",8.92,8.92,5.46,4.42,1.22,0.49,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17201",7,45.339,-118.095206,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,2.297586,3.369907,14.1,"2013-02-15 00:00",12.5,"2013-01-22 00:00",6.26,"2013-01-04 00:00",4.16,"2013-01-28 00:00","","","","",14.1,14.1,12.5,6.26,2.62,1.09,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17204",7,45.339,-118.095206,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,1.871379,2.991156,13.2,"2013-02-15 00:00",9.33,"2013-01-22 00:00",6.63,"2013-01-04 00:00",3.4,"2013-01-28 00:00","","","","",13.2,13.2,9.33,6.63,1.9,0.75,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17208",7,45.339,-118.095206,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.645172,1.078831,4.92,"2013-02-15 00:00",3.43,"2013-01-22 00:00",1.24,"2013-01-28 00:00",1.06,"2013-01-04 00:00","","","","",4.92,4.92,3.43,1.24,0.91,0.3,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17212",7,45.339,-118.095206,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.023448,0.090249,0.42,"2013-02-15 00:00",0.26,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.42,0.42,0.26,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17215",7,45.339,-118.095206,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.536897,0.977314,4.45,"2013-02-15 00:00",3.05,"2013-01-22 00:00",1.04,"2013-01-04 00:00",0.99,"2013-01-28 00:00","","","","",4.45,4.45,3.05,1.04,0.76,0.09,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17220",7,45.339,-118.095206,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.654138,1.027829,4.32,"2013-02-15 00:00",3.59,"2013-01-22 00:00",1.5,"2013-01-28 00:00",1.13,"2013-01-16 00:00","","","","",4.32,4.32,3.59,1.5,0.92,0.29,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17223",7,45.339,-118.095206,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.127241,0.27533,1.11,"2013-02-15 00:00",0.87,"2013-01-22 00:00",0.45,"2013-01-28 00:00",0.35,"2013-01-16 00:00","","","","",1.11,1.11,0.87,0.45,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17224",7,45.339,-118.095206,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.197931,0.341388,1.44,"2013-02-15 00:00",1.13,"2013-01-22 00:00",0.46,"2013-01-28 00:00",0.38,"2013-02-03 00:00","","","","",1.44,1.44,1.13,0.46,0.31,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17231",7,45.339,-118.095206,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.066897,0.150857,0.48,"2013-01-22 00:00",0.4,"2013-01-16 00:00",0.39,"2013-01-10 00:00",0.34,"2013-01-28 00:00","","","","",0.48,0.48,0.4,0.39,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17242",7,45.339,-118.095206,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.333103,0.612688,2.73,"2013-02-15 00:00",1.95,"2013-01-22 00:00",0.68,"2013-01-28 00:00",0.57,"2013-01-04 00:00","","","","",2.73,2.73,1.95,0.68,0.46,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","17243",7,45.339,-118.095206,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.24,0.400803,1.55,"2013-02-15 00:00",1.41,"2013-01-22 00:00",0.68,"2013-01-28 00:00",0.57,"2013-01-16 00:00","","","","",1.55,1.55,1.41,0.68,0.34,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","42153",7,45.339,-118.095206,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.428214,0.107533,0.7,"2013-06-15 00:00",0.65,"2013-06-09 00:00",0.64,"2013-05-10 00:00",0.52,"2013-05-28 00:00","","","","",0.7,0.7,0.65,0.64,0.49,0.42,0.3,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43218",7,45.339,-118.095206,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6 L SS Canister Subamb press, passive coll - GC/Mass Spectro",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43372",7,45.339,-118.095206,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43502",7,45.339,-118.095206,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,1.592857,0.526293,2.7,"2013-05-10 00:00",2.5,"2013-01-04 00:00",2.5,"2013-02-03 00:00",2.3,"2013-02-15 00:00","","","","",2.7,2.7,2.5,2.5,2,1.5,1,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43503",7,45.339,-118.095206,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,1.725,0.723482,3.6,"2013-02-03 00:00",3.1,"2013-01-04 00:00",2.8,"2013-05-10 00:00",2.6,"2013-02-15 00:00","","","","",3.6,3.6,3.1,2.8,2.4,1.5,0.9,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43509",7,45.339,-118.095206,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,2.105714,1.149304,5.82,"2013-06-15 00:00",5.13,"2013-04-22 00:00",3.54,"2013-05-10 00:00",2.75,"2013-06-09 00:00","","","","",5.82,5.82,5.13,3.54,2.33,1.92,1.01,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43552",7,45.339,-118.095206,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,1.247794,0.941108,3.66,"2013-06-15 00:00",3.38,"2013-04-22 00:00",2.56,"2013-04-04 00:00",2.48,"2013-05-10 00:00","","","","",3.66,3.66,3.38,2.56,1.74,1.17,0.32938,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43560",7,45.339,-118.095206,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,1.611071,0.774823,3.08,"2013-04-04 00:00",2.93,"2013-03-29 00:00",2.68,"2013-04-10 00:00",2.63,"2013-03-11 00:00","","","","",3.08,3.08,2.93,2.68,2.47,1.49,0.85,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43704",7,45.339,-118.095206,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.007857,0.041576,0.22,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.22,0.22,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43802",7,45.339,-118.095206,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,6.921786,2.790495,12.9,"2013-04-22 00:00",12.7,"2013-05-28 00:00",11.7,"2013-06-03 00:00",11.3,"2013-06-15 00:00","","","","",12.9,12.9,12.7,11.7,8.55,6.46,3.65,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43803",7,45.339,-118.095206,"NAD83","Chloroform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43804",7,45.339,-118.095206,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.036071,0.015949,0.07,"2013-06-21 00:00",0.06,"2013-06-03 00:00",0.06,"2013-06-09 00:00",0.05,"2013-02-21 00:00","","","","",0.07,0.07,0.06,0.06,0.04,0.04,0.02,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43806",7,45.339,-118.095206,"NAD83","Bromoform","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43817",7,45.339,-118.095206,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43818",7,45.339,-118.095206,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43820",7,45.339,-118.095206,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43824",7,45.339,-118.095206,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43829",7,45.339,-118.095206,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43830",7,45.339,-118.095206,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43831",7,45.339,-118.095206,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43844",7,45.339,-118.095206,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.0175,0.092601,0.49,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.49,0.49,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","43860",7,45.339,-118.095206,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45201",7,45.339,-118.095206,"NAD83","Benzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.982143,0.604975,2.29,"2013-02-15 00:00",2.11,"2013-01-22 00:00",2.06,"2013-01-04 00:00",2.02,"2013-02-03 00:00","","","","",2.29,2.29,2.11,2.06,1.42,0.87,0.4,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45202",7,45.339,-118.095206,"NAD83","Toluene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,5.143571,0.996279,7.42,"2013-02-03 00:00",7.28,"2013-01-16 00:00",6.73,"2013-01-28 00:00",6.27,"2013-05-10 00:00","","","","",7.42,7.42,7.28,6.73,5.8,5.04,3.87,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45203",7,45.339,-118.095206,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0.250714,0.26071,0.66,"2013-01-16 00:00",0.59,"2013-02-03 00:00",0.58,"2013-01-28 00:00",0.55,"2013-06-15 00:00","","","","",0.66,0.66,0.59,0.58,0.49,0.4,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45220",7,45.339,-118.095206,"NAD83","Styrene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,1.460357,0.404278,2.2,"2013-02-03 00:00",2.09,"2013-02-15 00:00",1.85,"2013-05-10 00:00",1.8,"2013-06-09 00:00","","","","",2.2,2.2,2.09,1.85,1.67,1.52,1.11,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45801",7,45.339,-118.095206,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45807",7,45.339,-118.095206,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","45810",7,45.339,-118.095206,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",28,46,28,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2013-11-22" +"41","061","0119","61101",1,45.339,-118.095206,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7282,83,304,365,0,14,"","","Certification not required",0,4.370489,2.202983,16.3,"2013-01-23 11:00",15.3,"2013-01-23 10:00",15.2,"2013-05-21 11:00",14.9,"2013-01-03 14:00","","","","",10.1,9.4,8.3,7.5,5.9,4,1.8,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","61103",1,45.339,-118.095206,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7273,83,304,365,0,23,"","","Certification not required",0,3.90319,2.350318,15.9,"2013-01-23 11:00",14.8,"2013-01-23 10:00",14.8,"2013-05-21 11:00",14.3,"2013-01-03 14:00","","","","",9.7,9,8,7.2,5.6,3.6,1.1,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","61104",1,45.339,-118.095206,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7273,83,304,365,0,23,"","","Certification not required",0,233.522068,87.567327,360,"2013-01-11 21:00",360,"2013-01-11 22:00",360,"2013-01-31 16:00",360,"2013-02-28 11:00","","","","",347,334,312,299,287,275,82,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","61106",1,45.339,-118.095206,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7273,83,304,365,0,23,"","","Certification not required",0,29.802695,16.58341,92.2,"2013-10-03 06:00",89.5,"2013-06-20 05:00",87.7,"2013-06-15 21:00",87.5,"2013-09-20 01:00","","","","",74,69.7,63.3,55.7,40.3,24.4,13.1,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","62101",1,45.339,-118.095206,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7286,83,304,365,0,10,"","","Certification not required",0,51.752265,17.78627,98,"2013-07-02 13:00",98,"2013-07-02 14:00",98,"2013-07-02 15:00",97,"2013-07-01 14:00","","","","",91,89,84,78,64,50,31,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","62201",1,45.339,-118.095206,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7296,83,304,365,0,0,"","","Certification not required",0,60.697094,20.986188,100,"2013-02-28 23:00",100,"2013-03-01 03:00",100,"2013-03-01 04:00",100,"2013-03-01 05:00","","","","",99,97,92,88,78,63,31,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","64101",1,45.339,-118.095206,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7296,83,304,365,0,0,"","","Certification not required",0,919.696272,5.436365,938,"2013-01-16 08:00",938,"2013-01-16 09:00",937,"2013-01-15 22:00",937,"2013-01-15 23:00","","","","",934,933,930,927,923,919,913,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","81102",7,45.339,-118.095206,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,0,0,"Certification not required",4,12.933333,14.350137,76,"2013-01-22 00:00",27,"2013-01-04 00:00",27,"2013-02-15 00:00",26,"2013-02-03 00:00","","","","",76,76,27,27,14,8,2,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85101",7,45.339,-118.095206,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",4,13,12.150571,76,"2013-01-22 00:00",28,"2013-01-04 00:00",27,"2013-02-15 00:00",26,"2013-02-03 00:00","","","","",76,76,27,25,18,10,4,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85103",7,45.339,-118.095206,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.151111,0.151691,1,"2013-01-04 00:00",0.4,"2013-03-23 00:00",0.4,"2013-04-04 00:00",0.3,"2013-01-22 00:00","","","","",1,1,0.4,0.2,0.2,0.1,0.1,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85105",7,45.339,-118.095206,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85110",7,45.339,-118.095206,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.033333,0.082572,0.4,"2013-04-04 00:00",0.3,"2013-01-22 00:00",0.2,"2013-01-04 00:00",0.1,"2013-01-16 00:00","","","","",0.4,0.4,0.2,0.1,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85112",7,45.339,-118.095206,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.251111,0.226256,1.4,"2013-05-22 00:00",0.6,"2013-04-04 00:00",0.5,"2013-01-22 00:00",0.4,"2013-03-29 00:00","","","","",1.4,1.4,0.5,0.4,0.3,0.2,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85113",7,45.339,-118.095206,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.068889,0.076343,0.3,"2013-01-22 00:00",0.2,"2013-03-05 00:00",0.2,"2013-05-10 00:00",0.2,"2013-07-31 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85128",7,45.339,-118.095206,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.000613,0.000362,0.0015,"2013-01-22 00:00",0.0014,"2013-02-15 00:00",0.0014,"2013-03-23 00:00",0.0013,"2013-04-04 00:00","","","","",0.0015,0.0015,0.0014,0.0012,0.0008,0.0006,0.0002,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85132",7,45.339,-118.095206,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,4.688889,3.495596,17,"2013-01-22 00:00",12,"2013-08-14 00:00",11,"2013-07-31 00:00",10,"2013-05-10 00:00","","","","",17,17,11,10,6,4,1,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85136",7,45.339,-118.095206,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","85154",7,45.339,-118.095206,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.04,0.061791,0.3,"2013-01-22 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-03 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0,0,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-01-31" +"41","061","0119","88502",3,45.339,-118.095206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7281,83,304,365,0,15,"","","Certification not required",0,8.34373,9.220231,120.7,"2013-02-28 11:00",119.3,"2013-02-03 17:00",116.9,"2013-02-03 18:00",114.8,"2013-02-05 09:00","","","","",48.3,35.1,23.6,15.4,9.5,6.6,2.2,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0119","88502",3,45.339,-118.095206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,8.299342,6.242075,48.5,"2013-01-07 00:00",37.4,"2013-01-21 00:00",35.2,"2013-01-06 00:00",32.9,"2013-02-04 00:00","","","","",32.9,26.5,21.1,14,10.1,7.1,2.9,"LA GRANDE ASH STREET","2806 N. ASH ST., LA GRANDE","Oregon","Union","La Grande","La Grande, OR","2014-02-13" +"41","061","0120","11203",1,45.300884,-117.812896,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",1807,21,73,365,0,401,"","","Certification not required",0,0.465302,0.212112,1.8,"2013-07-27 23:00",1.5,"2013-07-28 00:00",1.4,"2013-07-27 22:00",1.4,"2013-08-15 19:00","","","","",1.1,1,0.9,0.8,0.6,0.4,0.3,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0120","61101",1,45.300884,-117.812896,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2198,25,92,365,0,10,"","","Certification not required",0,3.363467,1.319297,11.1,"2013-09-20 09:00",10.6,"2013-09-20 12:00",10.3,"2013-09-28 23:00",10.1,"2013-09-20 10:00","","","","",8.8,7.6,5.8,4.8,3.8,3.1,2.1,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0120","61103",1,45.300884,-117.812896,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2198,25,92,365,0,10,"","","Certification not required",0,2.728298,1.412764,10.2,"2013-09-20 09:00",9.7,"2013-09-20 12:00",9.6,"2013-09-28 23:00",9.5,"2013-08-08 17:00","","","","",7.8,6.7,5.2,4.2,3.4,2.6,1.1,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0120","61104",1,45.300884,-117.812896,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2198,25,92,365,0,10,"","","Certification not required",0,189.0596,100.081699,360,"2013-08-03 13:00",360,"2013-09-25 02:00",360,"2013-09-25 13:00",359,"2013-07-08 14:00","","","","",354,349,337,326,302,139,98,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0120","61106",1,45.300884,-117.812896,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2198,25,92,365,0,10,"","","Certification not required",0,34.302548,16.171632,83,"2013-09-28 06:00",79.3,"2013-09-14 11:00",78.4,"2013-08-16 19:00",77.7,"2013-07-07 09:00","","","","",71.5,68.2,62.9,57.7,47,31.7,14.2,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0120","88502",3,45.300884,-117.812896,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",1807,21,73,365,0,401,"","","Certification not required",0,9.095628,2.508669,24.8,"2013-07-27 23:00",21,"2013-07-28 00:00",20.6,"2013-08-15 19:00",20.6,"2013-08-22 18:00","","","","",17,15.6,14,12.6,10.4,8.3,6.7,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0120","88502",3,45.300884,-117.812896,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",73,20,73,365,0,0,"","","Certification not required",0,9.067123,1.986835,14,"2013-08-15 00:00",13.7,"2013-08-05 00:00",13.3,"2013-08-10 00:00",12.9,"2013-07-28 00:00","","","","",14,13.7,12.9,11.6,10.6,8.6,6.8,"Cove City Hall (CCH)","COVE CITY HALL, 504 ALDER ST CCH","Oregon","Union","Cove","La Grande, OR","2013-12-23" +"41","061","0121","11203",1,45.309556,-117.733528,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",1650,19,68,365,0,198,"","","Certification not required",0,0.433576,0.265159,5.1,"2013-09-01 00:00",2.9,"2013-09-01 01:00",2.6,"2013-08-31 23:00",2.3,"2013-09-01 02:00","","","","",1.2,1.1,0.9,0.7,0.5,0.4,0.2,"Mt. Fanny - Visability (MTF)","Mt. Fanny Visability Site (MTF)","Oregon","Union","","La Grande, OR","2013-12-23" +"41","061","0121","88502",3,45.309556,-117.733528,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",1650,19,68,365,0,198,"","","Certification not required",0,8.83103,3.102048,63.8,"2013-09-01 00:00",38.1,"2013-09-01 01:00",34.8,"2013-08-31 23:00",31.3,"2013-09-01 02:00","","","","",17.9,16.2,13.8,12.4,10.1,8,6.3,"Mt. Fanny - Visability (MTF)","Mt. Fanny Visability Site (MTF)","Oregon","Union","","La Grande, OR","2013-12-23" +"41","061","0121","88502",3,45.309556,-117.733528,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",68,19,68,365,0,0,"","","Certification not required",0,8.788235,2.198814,15,"2013-09-01 00:00",14.6,"2013-08-10 00:00",12.9,"2013-08-27 00:00",12.8,"2013-08-25 00:00","","","","",15,14.6,12.8,12.2,10.3,8.5,6.3,"Mt. Fanny - Visability (MTF)","Mt. Fanny Visability Site (MTF)","Oregon","Union","","La Grande, OR","2013-12-23" +"41","063","0001","11203",1,45.426351,-117.296066,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7258,83,303,365,0,38,"","","Certification not required",0,0.458184,0.346645,3.5,"2013-01-21 00:00",3.4,"2013-01-22 01:00",3.3,"2013-01-22 00:00",3.2,"2013-01-21 20:00","","","","",1.9,1.6,1.1,0.8,0.6,0.3,0.2,"Enterprise - USFS","88401 HWY 82, ENTERPRISE, OR - ENTERPRISE USFS STATION","Oregon","Wallowa","","","2014-02-13" +"41","063","0001","88502",3,45.426351,-117.296066,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7258,83,303,365,0,38,"","","Certification not required",0,6.925889,5.619341,55.9,"2013-01-21 00:00",54.5,"2013-01-22 01:00",53.2,"2013-01-22 00:00",51.3,"2013-01-21 20:00","","","","",29.9,24.7,16.5,12.6,8.9,6.3,1.7,"Enterprise - USFS","88401 HWY 82, ENTERPRISE, OR - ENTERPRISE USFS STATION","Oregon","Wallowa","","","2014-02-13" +"41","063","0001","88502",3,45.426351,-117.296066,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,6.875908,4.620561,34.1,"2013-01-21 00:00",29.3,"2013-01-22 00:00",25.7,"2013-01-18 00:00",25.5,"2013-01-20 00:00","","","","",25.5,22.9,14.1,11.4,8.7,6.3,2.3,"Enterprise - USFS","88401 HWY 82, ENTERPRISE, OR - ENTERPRISE USFS STATION","Oregon","Wallowa","","","2014-02-13" +"41","063","0002","85101",1,45.079864,-116.844808,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.759624,4.875622,22.9719,"2013-01-22 00:00",17.1645,"2013-01-25 00:00",17.1269,"2013-01-19 00:00",12.0051,"2013-05-10 00:00","","","","",22.9719,22.9719,17.1269,11.8763,6.0401,2.5691,1.2467,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","86502",1,45.079864,-116.844808,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.020408,1.478876,6,"2013-05-10 00:00",6,"2013-05-13 00:00",4,"2013-05-07 00:00",3,"2013-03-14 00:00","","","","",6,6,4,3,1,0,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88103",1,45.079864,-116.844808,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88104",1,45.079864,-116.844808,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.022678,0.029251,0.1144,"2013-05-10 00:00",0.1082,"2013-04-28 00:00",0.0892,"2013-04-01 00:00",0.0832,"2013-05-07 00:00","","","","",0.1144,0.1144,0.0892,0.0749,0.0261,0.011,0.002,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88109",1,45.079864,-116.844808,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.001351,0.001897,0.0089,"2013-01-19 00:00",0.008,"2013-01-22 00:00",0.0074,"2013-01-07 00:00",0.0034,"2013-01-25 00:00","","","","",0.0089,0.0089,0.0074,0.0031,0.0013,0.0007,0.0003,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88111",1,45.079864,-116.844808,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.014943,0.017523,0.0658,"2013-04-28 00:00",0.0637,"2013-04-01 00:00",0.0607,"2013-05-10 00:00",0.0526,"2013-04-04 00:00","","","","",0.0658,0.0658,0.0607,0.0498,0.0148,0.0074,0.0034,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88112",1,45.079864,-116.844808,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88114",1,45.079864,-116.844808,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",32,0.000207,0.000169,0.0008,"2013-03-23 00:00",0.0007,"2013-01-04 00:00",0.0007,"2013-01-22 00:00",0.0006,"2013-01-07 00:00","","","","",0.0008,0.0008,0.0007,0.0005,0.0002,0.00015,0.0001,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88115",1,45.079864,-116.844808,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",20,0.002578,0.006285,0.0323,"2013-03-17 00:00",0.0261,"2013-04-13 00:00",0.0173,"2013-02-24 00:00",0.0071,"2013-01-22 00:00","","","","",0.0323,0.0323,0.0173,0.0069,0.0014,0.0003,0.00015,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88126",1,45.079864,-116.844808,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.017149,0.019919,0.0934,"2013-05-10 00:00",0.0686,"2013-04-28 00:00",0.0595,"2013-04-01 00:00",0.0545,"2013-05-07 00:00","","","","",0.0934,0.0934,0.0595,0.0497,0.0203,0.0094,0.0027,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88128",1,45.079864,-116.844808,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000531,0.000616,0.002,"2013-02-09 00:00",0.002,"2013-03-26 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-13 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88132",1,45.079864,-116.844808,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.00049,0.000617,0.002,"2013-04-28 00:00",0.002,"2013-05-07 00:00",0.002,"2013-05-10 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88136",1,45.079864,-116.844808,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88140",1,45.079864,-116.844808,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,0.007889,0.009932,0.04,"2013-05-10 00:00",0.0352,"2013-04-28 00:00",0.032,"2013-03-14 00:00",0.0285,"2013-05-07 00:00","","","","",0.04,0.04,0.032,0.028,0.009,0.004,0.00105,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88152",1,45.079864,-116.844808,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",36,0.000471,0.000936,0.0053,"2013-01-07 00:00",0.0038,"2013-01-04 00:00",0.0021,"2013-01-22 00:00",0.0012,"2013-03-26 00:00","","","","",0.0053,0.0053,0.0021,0.001,0.0004,0.00015,0.00015,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88154",1,45.079864,-116.844808,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.000133,8e-05,0.0005,"2013-01-07 00:00",0.0004,"2013-02-18 00:00",0.0003,"2013-01-31 00:00",0.0002,"2013-01-04 00:00","","","","",0.0005,0.0005,0.0003,0.0002,0.0001,0.0001,0.0001,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88161",1,45.079864,-116.844808,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.001507,0.00186,0.0083,"2013-05-10 00:00",0.0064,"2013-04-28 00:00",0.006,"2013-04-01 00:00",0.0049,"2013-05-07 00:00","","","","",0.0083,0.0083,0.006,0.0046,0.0018,0.0008,0.00015,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88164",1,45.079864,-116.844808,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",34,7.8e-05,5.8e-05,0.0003,"2013-04-01 00:00",0.0003,"2013-05-07 00:00",0.0002,"2013-04-25 00:00",0.0002,"2013-04-28 00:00","","","","",0.0003,0.0003,0.0002,0.0001,0.0001,5e-05,5e-05,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88165",1,45.079864,-116.844808,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.053045,0.066677,0.2778,"2013-05-10 00:00",0.2299,"2013-04-28 00:00",0.2066,"2013-04-01 00:00",0.2007,"2013-05-07 00:00","","","","",0.2778,0.2778,0.2066,0.1643,0.0662,0.025,0.007,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88167",1,45.079864,-116.844808,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.00153,0.001944,0.0109,"2013-05-13 00:00",0.0054,"2013-01-04 00:00",0.0052,"2013-01-22 00:00",0.0052,"2013-01-25 00:00","","","","",0.0109,0.0109,0.0052,0.0045,0.0017,0.0008,0.00015,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88168",1,45.079864,-116.844808,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",31,0.000192,0.000155,0.0007,"2013-05-07 00:00",0.0006,"2013-04-28 00:00",0.0006,"2013-05-10 00:00",0.0005,"2013-04-01 00:00","","","","",0.0007,0.0007,0.0006,0.0004,0.0002,0.0001,0.0001,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88169",1,45.079864,-116.844808,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.153796,0.108177,0.4124,"2013-01-22 00:00",0.4024,"2013-01-19 00:00",0.3744,"2013-01-07 00:00",0.364,"2013-01-25 00:00","","","","",0.4124,0.4124,0.3744,0.3628,0.1993,0.1151,0.0391,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88176",1,45.079864,-116.844808,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",44,0.000165,4.6e-05,0.0003,"2013-03-02 00:00",0.0003,"2013-03-23 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-04-28 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88180",1,45.079864,-116.844808,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.014504,0.010772,0.0404,"2013-05-07 00:00",0.0402,"2013-05-10 00:00",0.0396,"2013-03-14 00:00",0.0361,"2013-04-28 00:00","","","","",0.0404,0.0404,0.0396,0.0321,0.0211,0.0098,0.0048,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88184",1,45.079864,-116.844808,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",22,0.011518,0.015622,0.0744,"2013-02-24 00:00",0.0607,"2013-05-16 00:00",0.0518,"2013-02-27 00:00",0.0324,"2013-04-13 00:00","","","","",0.0744,0.0744,0.0518,0.0318,0.014,0.0071,0.00155,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88185",1,45.079864,-116.844808,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",46,0.000641,0.000327,0.0024,"2013-01-07 00:00",0.0014,"2013-02-06 00:00",0.0014,"2013-03-23 00:00",0.0007,"2013-04-28 00:00","","","","",0.0024,0.0024,0.0014,0.00065,0.00065,0.00065,0.0004,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88203",1,45.079864,-116.844808,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",24,0.015795,0.019657,0.0758,"2013-01-19 00:00",0.073,"2013-01-07 00:00",0.0584,"2013-01-22 00:00",0.054,"2013-02-24 00:00","","","","",0.0758,0.0758,0.0584,0.0514,0.0153,0.0082,0.0028,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88306",1,45.079864,-116.844808,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.968447,2.328435,9.8644,"2013-01-22 00:00",9.0445,"2013-01-25 00:00",7.7669,"2013-01-19 00:00",5.3888,"2013-01-07 00:00","","","","",9.8644,9.8644,7.7669,4.054,0.184,0.0852,0.0276,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88320",1,45.079864,-116.844808,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.507551,0.588655,3.83,"2013-04-04 00:00",1.55,"2013-05-10 00:00",1.26,"2013-01-22 00:00",1.16,"2013-01-19 00:00","","","","",3.83,3.83,1.26,0.97,0.61,0.33,0.13,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88321",1,45.079864,-116.844808,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.071224,0.080302,0.44,"2013-04-04 00:00",0.27,"2013-01-22 00:00",0.22,"2013-01-25 00:00",0.21,"2013-01-07 00:00","","","","",0.44,0.44,0.22,0.18,0.09,0.05,0.01,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88324",1,45.079864,-116.844808,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",43,0.027656,0.030365,0.1978,"2013-04-04 00:00",0.1019,"2013-01-22 00:00",0.093,"2013-01-19 00:00",0.0603,"2013-01-16 00:00","","","","",0.1978,0.1978,0.093,0.0319,0.0296,0.0169,0.0105,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88325",1,45.079864,-116.844808,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",22,0.100593,0.140669,0.895,"2013-04-04 00:00",0.3675,"2013-05-10 00:00",0.3046,"2013-01-22 00:00",0.2353,"2013-01-25 00:00","","","","",0.895,0.895,0.3046,0.2335,0.1203,0.0578,0.01645,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88326",1,45.079864,-116.844808,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",11,0.16371,0.212497,1.4498,"2013-04-04 00:00",0.5,"2013-05-10 00:00",0.3786,"2013-05-13 00:00",0.324,"2013-05-07 00:00","","","","",1.4498,1.4498,0.3786,0.2728,0.194,0.109,0.0342,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88327",1,45.079864,-116.844808,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.0925,0.077187,0.4752,"2013-04-04 00:00",0.2679,"2013-05-10 00:00",0.2152,"2013-05-13 00:00",0.214,"2013-01-19 00:00","","","","",0.4752,0.4752,0.2152,0.1645,0.1101,0.0725,0.0319,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88328",1,45.079864,-116.844808,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.137698,0.144917,0.8128,"2013-04-04 00:00",0.4181,"2013-01-22 00:00",0.3955,"2013-05-10 00:00",0.3891,"2013-01-19 00:00","","","","",0.8128,0.8128,0.3955,0.3585,0.1827,0.0897,0.0204,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88329",1,45.079864,-116.844808,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.169035,0.192481,1.0651,"2013-04-04 00:00",0.5993,"2013-01-22 00:00",0.5293,"2013-01-19 00:00",0.4607,"2013-01-16 00:00","","","","",1.0651,1.0651,0.5293,0.4391,0.198,0.1055,0.0243,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88330",1,45.079864,-116.844808,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",3,0.040347,0.035728,0.1848,"2013-04-04 00:00",0.1236,"2013-01-25 00:00",0.1021,"2013-04-01 00:00",0.0953,"2013-05-10 00:00","","","","",0.1848,0.1848,0.1021,0.0888,0.0537,0.0304,0.0056,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88331",1,45.079864,-116.844808,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",20,0.000106,0.000316,0.002,"2013-05-10 00:00",0.001,"2013-02-06 00:00",0.0004,"2013-01-07 00:00",0.00015,"2013-03-02 00:00","","","","",0.002,0.002,0.0004,0.00015,0.0001,0,0,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88338",1,45.079864,-116.844808,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.022655,0.019862,0.1106,"2013-04-19 00:00",0.0811,"2013-01-01 00:00",0.0758,"2013-04-13 00:00",0.0603,"2013-04-04 00:00","","","","",0.1106,0.1106,0.0758,0.0496,0.0224,0.01535,0.01055,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88339",1,45.079864,-116.844808,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.634407,0.446239,1.70094,"2013-01-22 00:00",1.66007,"2013-01-19 00:00",1.5444,"2013-01-07 00:00",1.50138,"2013-01-25 00:00","","","","",1.70094,1.70094,1.5444,1.49651,0.82207,0.47471,0.16141,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88344",1,45.079864,-116.844808,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.249316,3.003678,12.7251,"2013-01-22 00:00",11.6674,"2013-01-25 00:00",10.0193,"2013-01-19 00:00",6.9516,"2013-01-07 00:00","","","","",12.7251,12.7251,10.0193,5.2297,0.2374,0.1099,0.0356,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88348",1,45.079864,-116.844808,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.250645,0.309356,1.2845,"2013-05-10 00:00",1.0963,"2013-04-28 00:00",0.9701,"2013-04-01 00:00",0.9051,"2013-05-07 00:00","","","","",1.2845,1.2845,0.9701,0.7659,0.2997,0.1275,0.0329,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88350",1,45.079864,-116.844808,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.912953,1.059832,6.8944,"2013-04-04 00:00",2.7945,"2013-05-10 00:00",2.264,"2013-01-22 00:00",2.0914,"2013-01-19 00:00","","","","",6.8944,6.8944,2.264,1.7455,1.1018,0.5864,0.2405,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88403",1,45.079864,-116.844808,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.451424,0.317783,1.2673,"2013-01-22 00:00",1.1694,"2013-01-19 00:00",1.1028,"2013-01-25 00:00",1.065,"2013-01-16 00:00","","","","",1.2673,1.2673,1.1028,0.9886,0.6758,0.346,0.1138,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","063","0002","88502",1,45.079864,-116.844808,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,3.204082,4.341849,20.4,"2013-01-22 00:00",17.2,"2013-01-25 00:00",14.6,"2013-01-19 00:00",11,"2013-01-07 00:00","","","","",20.4,20.4,14.6,8.6,2.7,1.5,0.6,"","Hells Canyon","Oregon","Wallowa","","","2014-01-28" +"41","065","0007","11203",1,45.602419,-121.203387,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7209,82,300,365,0,87,"","","Certification not required",0,0.495825,0.912837,24.5,"2013-08-20 07:00",24.2,"2013-08-21 06:00",24.1,"2013-08-21 05:00",21.3,"2013-08-21 04:00","","","","",2,1.6,1.1,0.8,0.5,0.4,0.2,"The Dalles - Cherry Drive","1112 CHERRY HEIGHTS ROAD","Oregon","Wasco","City of The Dalles","The Dalles, OR","2014-02-13" +"41","065","0007","88502",3,45.602419,-121.203387,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7209,82,300,365,0,87,"","","Certification not required",0,7.027868,11.314646,292.2,"2013-08-20 07:00",288.5,"2013-08-21 06:00",287.3,"2013-08-21 05:00",254.5,"2013-08-21 04:00","","","","",28.7,22.9,15.6,11.3,8.1,5.6,2.3,"The Dalles - Cherry Drive","1112 CHERRY HEIGHTS ROAD","Oregon","Wasco","City of The Dalles","The Dalles, OR","2014-02-13" +"41","065","0007","88502",3,45.602419,-121.203387,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,6.977,7.533486,100.6,"2013-08-21 00:00",50.8,"2013-08-22 00:00",42.7,"2013-08-20 00:00",24,"2013-08-18 00:00","","","","",42.7,22.9,16.7,11,8.2,5.7,2.5,"The Dalles - Cherry Drive","1112 CHERRY HEIGHTS ROAD","Oregon","Wasco","City of The Dalles","The Dalles, OR","2014-02-13" +"41","067","0004","11203",1,45.528501,-122.972398,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7164,82,297,365,0,132,"","","Certification not required",0,0.578308,0.446534,4.6,"2013-01-20 21:00",4.3,"2013-01-18 00:00",3.8,"2013-01-12 01:00",3.8,"2013-01-12 02:00","","","","",2.4,2,1.5,1.2,0.6,0.4,0.3,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0004","14115",7,45.528501,-122.972398,"NAD83","Chromium VI (TSP) LC","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (LC)","No Events",37,67,36,55,0,2,"","","Certification not required",0,4e-06,1.3e-05,5e-05,"2013-08-14 00:00",5e-05,"2013-08-20 00:00",4e-05,"2013-05-16 00:00",0,"2013-02-09 00:00","","","","",5e-05,5e-05,5e-05,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17141",7,45.528501,-122.972398,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,37.683333,28.271798,123,"2013-02-09 00:00",119,"2013-03-11 00:00",114,"2013-02-27 00:00",60.9,"2013-03-05 00:00","","","","",123,123,119,60.9,42.1,32.9,14.6,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17147",7,45.528501,-122.972398,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,1.001111,0.518475,2.65,"2013-08-14 00:00",1.91,"2013-02-09 00:00",1.91,"2013-06-15 00:00",1.65,"2013-02-27 00:00","","","","",2.65,2.65,1.91,1.65,1.3,0.93,0.5,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17148",7,45.528501,-122.972398,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.526944,0.940559,3.56,"2013-02-09 00:00",3.45,"2013-02-27 00:00",3.07,"2013-03-11 00:00",1.32,"2013-03-05 00:00","","","","",3.56,3.56,3.45,1.32,0.52,0.22,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17149",7,45.528501,-122.972398,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,1.453056,0.908716,4.15,"2013-02-27 00:00",3.83,"2013-03-11 00:00",3.4,"2013-02-09 00:00",2.92,"2013-06-15 00:00","","","","",4.15,4.15,3.83,2.92,1.79,1.25,0.54,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17150",7,45.528501,-122.972398,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,2.780833,2.020715,9.18,"2013-02-27 00:00",8.14,"2013-03-11 00:00",7.65,"2013-02-09 00:00",5.57,"2013-03-05 00:00","","","","",9.18,9.18,8.14,5.57,3.04,2.03,1.06,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17151",7,45.528501,-122.972398,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.144167,0.296757,1.13,"2013-02-27 00:00",0.94,"2013-03-11 00:00",0.83,"2013-02-09 00:00",0.57,"2013-03-05 00:00","","","","",1.13,1.13,0.94,0.57,0.16,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17201",7,45.528501,-122.972398,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.543889,0.643794,2.35,"2013-02-27 00:00",2.18,"2013-03-11 00:00",2.07,"2013-02-09 00:00",1.49,"2013-03-05 00:00","","","","",2.35,2.35,2.18,1.49,0.73,0.41,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17204",7,45.528501,-122.972398,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.350556,0.484585,1.65,"2013-02-09 00:00",1.6,"2013-03-11 00:00",1.59,"2013-02-27 00:00",1.16,"2013-03-05 00:00","","","","",1.65,1.65,1.6,1.16,0.4,0.25,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17208",7,45.528501,-122.972398,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.095556,0.21076,0.7,"2013-02-27 00:00",0.66,"2013-02-09 00:00",0.6,"2013-03-11 00:00",0.53,"2013-03-05 00:00","","","","",0.7,0.7,0.66,0.53,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17212",7,45.528501,-122.972398,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17215",7,45.528501,-122.972398,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.053056,0.129963,0.5,"2013-02-27 00:00",0.42,"2013-03-11 00:00",0.32,"2013-03-05 00:00",0.3,"2013-02-09 00:00","","","","",0.5,0.5,0.42,0.3,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17220",7,45.528501,-122.972398,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.160556,0.36477,1.4,"2013-02-27 00:00",1.01,"2013-02-09 00:00",0.98,"2013-03-11 00:00",0.88,"2013-03-05 00:00","","","","",1.4,1.4,1.01,0.88,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17223",7,45.528501,-122.972398,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.013889,0.05886,0.29,"2013-02-27 00:00",0.21,"2013-03-11 00:00",0,"2013-02-09 00:00",0,"2013-02-21 00:00","","","","",0.29,0.29,0.21,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17224",7,45.528501,-122.972398,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.05,0.128863,0.47,"2013-02-27 00:00",0.37,"2013-02-09 00:00",0.37,"2013-03-11 00:00",0.33,"2013-03-05 00:00","","","","",0.47,0.47,0.37,0.33,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17231",7,45.528501,-122.972398,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17242",7,45.528501,-122.972398,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.038333,0.115647,0.48,"2013-02-27 00:00",0.41,"2013-03-11 00:00",0.28,"2013-03-05 00:00",0.21,"2013-03-23 00:00","","","","",0.48,0.48,0.41,0.21,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","17243",7,45.528501,-122.972398,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.065556,0.155645,0.61,"2013-02-27 00:00",0.44,"2013-03-11 00:00",0.38,"2013-02-09 00:00",0.36,"2013-03-05 00:00","","","","",0.61,0.61,0.44,0.36,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","42153",7,45.528501,-122.972398,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","6L Subatm SS Canister - Entech Precon GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43218",7,45.528501,-122.972398,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43372",7,45.528501,-122.972398,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43502",7,45.528501,-122.972398,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",35,64,34,55,0,5,"","","Certification not required",0,1.414286,0.639459,3.5,"2013-05-10 00:00",2.6,"2013-07-09 00:00",2.4,"2013-05-04 00:00",2.2,"2013-08-14 00:00","","","","",3.5,3.5,2.6,2.2,1.6,1.3,0.8,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43503",7,45.528501,-122.972398,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",35,64,34,55,0,5,"","","Certification not required",0,1.528571,0.64788,3.5,"2013-05-10 00:00",3,"2013-08-14 00:00",2.8,"2013-05-04 00:00",2.4,"2013-03-11 00:00","","","","",3.5,3.5,3,2.4,1.7,1.4,0.9,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43509",7,45.528501,-122.972398,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.516111,0.251172,1.27,"2013-04-16 00:00",1.02,"2013-05-10 00:00",0.95,"2013-03-11 00:00",0.89,"2013-05-04 00:00","","","","",1.27,1.27,1.02,0.89,0.71,0.47,0.25,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43552",7,45.528501,-122.972398,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",35,64,34,55,0,5,"","","Certification not required",2,1.001153,3.009584,18.23127,"2013-02-21 00:00",1.04643,"2013-02-27 00:00",1.024,"2013-09-13 00:00",0.904,"2013-07-09 00:00","","","","",18.23127,18.23127,1.04643,0.904,0.688,0.48797,0.15181,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43560",7,45.528501,-122.972398,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43704",7,45.528501,-122.972398,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43802",7,45.528501,-122.972398,"NAD83","Dichloromethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.255833,0.394906,1.55,"2013-06-27 00:00",1.45,"2013-06-15 00:00",1.06,"2013-07-09 00:00",0.6,"2013-07-03 00:00","","","","",1.55,1.55,1.45,0.6,0.43,0.06,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43803",7,45.528501,-122.972398,"NAD83","Chloroform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43804",7,45.528501,-122.972398,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.047222,0.013651,0.07,"2013-06-21 00:00",0.07,"2013-06-27 00:00",0.07,"2013-09-01 00:00",0.06,"2013-06-15 00:00","","","","",0.07,0.07,0.07,0.06,0.06,0.05,0.03,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43806",7,45.528501,-122.972398,"NAD83","Bromoform","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43817",7,45.528501,-122.972398,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.001667,0.01,0.06,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0.06,0.06,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43818",7,45.528501,-122.972398,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43820",7,45.528501,-122.972398,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43824",7,45.528501,-122.972398,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43829",7,45.528501,-122.972398,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43830",7,45.528501,-122.972398,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43831",7,45.528501,-122.972398,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43844",7,45.528501,-122.972398,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","43860",7,45.528501,-122.972398,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45201",7,45.528501,-122.972398,"NAD83","Benzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.638778,0.580169,2.37,"2013-03-11 00:00",2.034,"2013-02-15 00:00",1.83,"2013-02-27 00:00",1.512,"2013-03-05 00:00","","","","",2.37,2.37,2.034,1.512,0.804,0.559,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45202",7,45.528501,-122.972398,"NAD83","Toluene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,2.313889,1.831459,9.24,"2013-03-11 00:00",6.46,"2013-02-15 00:00",5.61,"2013-09-19 00:00",4.07,"2013-05-10 00:00","","","","",9.24,9.24,6.46,4.07,2.59,2.04,0.67,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45203",7,45.528501,-122.972398,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.296111,0.354266,1.26,"2013-03-11 00:00",1.08,"2013-02-15 00:00",0.76,"2013-09-19 00:00",0.7,"2013-05-10 00:00","","","","",1.26,1.26,1.08,0.7,0.54,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45220",7,45.528501,-122.972398,"NAD83","Styrene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0.081111,0.186391,0.62,"2013-02-15 00:00",0.53,"2013-02-27 00:00",0.49,"2013-06-21 00:00",0.45,"2013-02-21 00:00","","","","",0.62,0.62,0.53,0.45,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45801",7,45.528501,-122.972398,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45807",7,45.528501,-122.972398,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","45810",7,45.528501,-122.972398,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","6L SUBATM SS CANISTER - ENTECH PRECONCENTRATOR GC/MS",2013,"Parts per billion Carbon","No Events",36,65,35,55,0,4,"","","Certification not required",0,0,0,0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","68101",1,45.528501,-122.972398,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",88,72,88,122,0,3,"","","Certification not required",0,0.498864,0.094071,0.7,"2013-09-22 00:00",0.6,"2013-01-07 00:00",0.6,"2013-01-28 00:00",0.6,"2013-02-09 00:00","","","","",0.7,0.6,0.6,0.6,0.6,0.5,0.4,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","0004","68102",1,45.528501,-122.972398,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,72,88,122,0,3,"","","Certification not required",0,24.090909,0.08528,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","0004","68105",1,45.528501,-122.972398,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,72,88,122,0,3,"","","Certification not required",0,13.730682,6.829018,25.2,"2013-07-24 00:00",24.9,"2013-07-09 00:00",24.8,"2013-08-05 00:00",24.3,"2013-09-10 00:00","","","","",25.2,24.9,23.7,22,19.7,14.4,5,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","0004","68108",1,45.528501,-122.972398,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,88,122,0,3,"","","Certification not required",0,758.409091,4.843852,771,"2013-01-16 00:00",769,"2013-05-01 00:00",768,"2013-01-13 00:00",767,"2013-01-01 00:00","","","","",771,769,767,765,762,758,753,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-03" +"41","067","0004","68109",1,45.528501,-122.972398,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",88,72,88,122,0,3,"","","Certification not required",0,1439.375,4.795382,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","0004","81102",7,45.528501,-122.972398,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,64,39,61,0,0,0,0,"Certification not required",3,8.65,4.627399,22,"2013-03-11 00:00",21,"2013-05-10 00:00",15,"2013-02-27 00:00",15,"2013-05-04 00:00","","","","",22,22,21,15,11,7,4,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85101",7,45.528501,-122.972398,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",3,8.95,4.808913,23,"2013-03-11 00:00",22,"2013-05-10 00:00",16,"2013-02-27 00:00",16,"2013-08-14 00:00","","","","",23,23,22,16,12,7,4,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85103",7,45.528501,-122.972398,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.5875,0.541218,2.8,"2013-03-11 00:00",1.6,"2013-03-29 00:00",1.3,"2013-02-09 00:00",1.2,"2013-05-22 00:00","","","","",2.8,2.8,1.6,1.2,0.9,0.4,0.1,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85105",7,45.528501,-122.972398,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0,0,0,"2013-02-09 00:00",0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-02-27 00:00","","","","",0,0,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85110",7,45.528501,-122.972398,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.0575,0.090263,0.4,"2013-03-11 00:00",0.3,"2013-03-05 00:00",0.2,"2013-02-09 00:00",0.2,"2013-05-16 00:00","","","","",0.4,0.4,0.3,0.2,0.1,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85112",7,45.528501,-122.972398,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.26,0.309507,1.6,"2013-06-09 00:00",1.3,"2013-05-16 00:00",0.5,"2013-02-27 00:00",0.5,"2013-03-05 00:00","","","","",1.6,1.6,1.3,0.5,0.3,0.2,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85113",7,45.528501,-122.972398,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.0575,0.078078,0.3,"2013-05-10 00:00",0.2,"2013-05-04 00:00",0.2,"2013-07-15 00:00",0.2,"2013-08-14 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85128",7,45.528501,-122.972398,"NAD83","Lead PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Micrograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.001783,0.001094,0.0045,"2013-03-23 00:00",0.004,"2013-02-09 00:00",0.004,"2013-03-11 00:00",0.0039,"2013-02-27 00:00","","","","",0.0045,0.0045,0.004,0.0039,0.0025,0.0014,0.0006,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85132",7,45.528501,-122.972398,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,3.625,2.77061,13,"2013-05-10 00:00",10,"2013-08-14 00:00",9,"2013-05-04 00:00",8,"2013-08-08 00:00","","","","",13,13,10,8,5,3,1,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85136",7,45.528501,-122.972398,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.025,0.158114,1,"2013-03-11 00:00",0,"2013-02-09 00:00",0,"2013-02-15 00:00",0,"2013-02-21 00:00","","","","",1,1,0,0,0,0,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","85154",7,45.528501,-122.972398,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 - ICP/MS",2013,"Nanograms/cubic meter (LC)","No Events",40,73,39,55,0,0,"","","Certification not required",0,0.0875,0.07228,0.3,"2013-03-11 00:00",0.3,"2013-05-16 00:00",0.2,"2013-07-09 00:00",0.2,"2013-07-27 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.1,0,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-01-31" +"41","067","0004","88101",1,45.528501,-122.972398,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,2,1,1,"Certification not required",0,6.307955,6.086545,36.4,"2013-01-22 00:00",23.4,"2013-02-03 00:00",23.2,"2013-01-04 00:00",22.6,"2013-01-19 00:00","","","","",36.4,23.4,19.2,12.3,7.4,4,2,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","0004","88101",1,45.528501,-122.972398,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,2,"","","Certification not required",0,6.307955,6.086545,36.4,"2013-01-22 00:00",23.4,"2013-02-03 00:00",23.2,"2013-01-04 00:00",22.6,"2013-01-19 00:00","","","","",36.4,23.4,19.2,12.3,7.4,4,2,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","0004","88313",1,45.528501,-122.972398,"NAD83","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",5536,75,232,306,0,344,"","","Certification not required",2660,0.388143,0.514674,4.86,"2013-10-26 20:00",4.7,"2013-10-24 07:00",4.29,"2013-10-30 07:00",4.07,"2013-10-18 07:00","","","","",2.54,2.17,1.48,0.94,0.43,0.21,0.1,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0004","88314",1,45.528501,-122.972398,"NAD83","UV Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",5490,75,227,306,0,390,"","","Certification not required",2541,0.525497,0.851915,8.43,"2013-10-29 23:00",7.79,"2013-10-26 19:00",7.63,"2013-10-26 20:00",7.25,"2013-10-29 19:00","","","","",4.43,3.64,2.36,1.31,0.51,0.22,0.1,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0004","88502",3,45.528501,-122.972398,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7164,82,297,365,0,132,"","","Certification not required",0,6.517365,7.178801,70.9,"2013-01-20 21:00",66.7,"2013-01-18 00:00",58.7,"2013-01-12 01:00",58.6,"2013-01-12 02:00","","","","",35.5,29.5,21.2,16,7.2,3.7,1.7,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0004","88502",3,45.528501,-122.972398,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",297,81,297,365,0,0,"","","Certification not required",0,6.47037,5.849486,32.2,"2013-01-21 00:00",31.8,"2013-01-22 00:00",31.3,"2013-01-06 00:00",30,"2013-10-30 00:00","","","","",31.3,23.7,20,15.4,7.9,4.1,2.1,"Hillsboro - Hare Field","1149 NE GRANT ST HILLSBORO, OR 97124","Oregon","Washington","Hillsboro","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0111","11203",1,45.470191,-122.816411,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7289,83,304,365,0,7,"","","Certification not required",0,0.518192,0.347001,3.8,"2013-10-19 19:00",3.2,"2013-10-19 18:00",3,"2013-01-18 18:00",2.9,"2013-01-21 23:00","","","","",2,1.7,1.3,0.9,0.6,0.4,0.3,"Beaverton - Highland Park","7000 SW WILSON ST.","Oregon","Washington","Beaverton","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0111","88502",3,45.470191,-122.816411,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7289,83,304,365,0,7,"","","Certification not required",0,5.717684,5.445338,56.6,"2013-10-19 19:00",47.3,"2013-10-19 18:00",44.4,"2013-01-18 18:00",43.9,"2013-01-21 23:00","","","","",28.4,24.5,17.4,12.5,6.4,3.8,1.9,"Beaverton - Highland Park","7000 SW WILSON ST.","Oregon","Washington","Beaverton","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","0111","88502",3,45.470191,-122.816411,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,5.668421,4.747345,28,"2013-01-12 00:00",26.2,"2013-01-06 00:00",24.3,"2013-01-19 00:00",23.9,"2013-01-18 00:00","","","","",23.9,21.8,16.4,11.5,6.4,4,2.3,"Beaverton - Highland Park","7000 SW WILSON ST.","Oregon","Washington","Beaverton","Portland-Vancouver-Beaverton, OR-WA","2014-02-13" +"41","067","1004","44201",1,45.402446,-122.854437,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",3660,100,153,153,0,12,0,0,"Certification not required",260,0.038451,0.009344,0.063,"2013-09-11 15:00",0.062,"2013-05-06 16:00",0.06,"2013-05-10 16:00",0.058,"2013-07-01 18:00","","","","",0.062,0.058,0.056,0.051,0.045,0.037,0.027," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","44201",1,45.402446,-122.854437,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.033353,0.00822,0.055,"2013-05-06 11:00",0.053,"2013-05-02 11:00",0.053,"2013-05-03 12:00",0.052,"2013-05-04 12:00","","","","",0.053,0.052,0.05,0.045,0.038,0.032,0.024," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","44201",1,45.402446,-122.854437,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3669,100,153,153,0,0,0,0,"Certification not required",0,0.033353,0.00822,0.055,"2013-05-06 11:00",0.053,"2013-05-02 11:00",0.053,"2013-05-03 12:00",0.052,"2013-05-04 12:00","","","","",0.053,0.052,0.05,0.045,0.038,0.032,0.024," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","61101",1,45.402446,-122.854437,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3629,41,151,365,0,43,"","","Certification not required",0,3.830835,2.028321,14.1,"2013-09-29 14:00",14.1,"2013-09-29 15:00",14.1,"2013-09-29 18:00",13.8,"2013-05-13 14:00","","","","",9.8,8.9,7.8,6.6,4.9,3.4,1.6," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","61103",1,45.402446,-122.854437,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3576,41,149,365,0,96,"","","Certification not required",0,3.237053,2.020514,13.2,"2013-05-13 14:00",12.9,"2013-05-13 13:00",12.2,"2013-09-22 10:00",11.6,"2013-09-28 15:00","","","","",9.1,8.2,7.2,6.1,4.3,2.9,0.9," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","61104",1,45.402446,-122.854437,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3576,41,149,365,0,96,"","","Certification not required",0,219.599553,109.11565,359,"2013-05-02 17:00",359,"2013-05-03 11:00",359,"2013-05-09 23:00",359,"2013-05-19 17:00","","","","",358,356,350,341,315,255,37," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","61106",1,45.402446,-122.854437,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",3576,41,149,365,0,96,"","","Certification not required",0,30.429334,15.923727,80.6,"2013-08-07 05:00",79,"2013-06-15 22:00",79,"2013-09-26 13:00",78.8,"2013-08-17 08:00","","","","",73.4,70.4,63.1,55.6,39.7,25.5,13.8," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","62101",1,45.402446,-122.854437,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",3629,41,151,365,0,43,"","","Certification not required",0,63.672086,10.065494,96,"2013-09-11 15:00",96,"2013-09-11 16:00",95,"2013-09-11 14:00",94,"2013-06-30 17:00","","","","",89,87,82,78,71,62,52," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","62201",1,45.402446,-122.854437,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3629,41,151,365,0,43,"","","Certification not required",0,68.333701,20.370459,98,"2013-05-16 05:00",98,"2013-05-18 22:00",98,"2013-05-19 00:00",98,"2013-05-19 01:00","","","","",98,98,97,94,86,71,39," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","63301",1,45.402446,-122.854437,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3629,41,151,365,0,43,"","","Certification not required",1497,0.346984,0.441583,1.49,"2013-06-01 11:00",1.48,"2013-05-31 12:00",1.48,"2013-06-18 11:00",1.47,"2013-06-09 12:00","","","","",1.4,1.37,1.29,1.13,0.62,0.09,0.005," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"41","067","1004","64101",1,45.402446,-122.854437,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",3629,41,151,365,0,43,"","","Certification not required",0,1008.833839,4.476227,1023,"2013-05-19 09:00",1023,"2013-05-19 10:00",1023,"2013-05-19 11:00",1022,"2013-05-19 06:00","","","","",1019,1018,1015,1014,1012,1009,1003," Sherwood - Lasich and Roy Rogers (SLR)","17180 SW Lasich Lane, Sherwood - Lasich and Roy Rogers (SLR)","Oregon","Washington","","Portland-Vancouver-Beaverton, OR-WA","2013-12-23" +"42","001","0001","42101",1,39.92002,-77.30968,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7973,91,334,365,0,43,0,0,"Certification not required",7650,0.261319,0.056652,0.8,"2013-03-10 23:00",0.8,"2013-03-11 00:00",0.8,"2013-03-11 20:00",0.7,"2013-03-10 22:00","","","","",0.5,0.5,0.25,0.25,0.25,0.25,0.25,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","42101",1,39.92002,-77.30968,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7970,91,334,365,0,0,0,0,"Certification not required",0,0.308294,0.043446,0.7,"2013-03-11 04:00",0.7,"2013-03-11 05:00",0.7,"2013-03-11 06:00",0.7,"2013-03-11 07:00",0.7,"2013-03-11 04:00",0.7,"2013-03-11 12:00",0.5,0.5,0.3,0.3,0.3,0.3,0.3,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","42601",1,39.92002,-77.30968,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7860,90,328,365,0,156,"","","Certification not required",0,0.480534,0.746713,19,"2013-05-10 06:00",8,"2013-01-29 10:00",8,"2013-01-29 11:00",8,"2013-05-22 07:00","","","","",3,2,2,1,1,0,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","42602",1,39.92002,-77.30968,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7858,90,328,365,0,158,0,"","Certification not required",0,4.893293,3.629334,20,"2013-01-11 15:00",20,"2013-02-13 19:00",20,"2013-11-27 00:00",18,"2013-11-26 22:00","","","","",18,15,12,10,6,4,1,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","42602",1,39.92002,-77.30968,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7858,90,328,365,0,158,"","","Certification not required",0,2.098753,2.319776,20,"2013-01-11 15:00",20,"2013-01-11 16:00",20,"2013-01-11 17:00",20,"2013-02-13 19:00","","","","",11,9,7,5,3,1,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","42603",1,39.92002,-77.30968,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7859,90,328,365,0,157,"","","Certification not required",0,3.001909,2.605937,32,"2013-05-10 06:00",22,"2013-01-11 15:00",22,"2013-02-13 19:00",21,"2013-01-11 14:00","","","","",13,11,8,6,4,2,1,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","68103",5,39.92002,-77.30968,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.058824,8.834799,21.2,"2013-07-21 00:00",21,"2013-07-03 00:00",20.7,"2013-07-15 00:00",20.1,"2013-09-01 00:00","","","","",21.2,21,20.7,18,15,10.3,-4.1,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","68104",5,39.92002,-77.30968,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,18.384314,10.341767,35.2,"2013-07-15 00:00",30.7,"2013-05-22 00:00",30.5,"2013-09-01 00:00",30.4,"2013-04-10 00:00","","","","",35.2,30.7,30.5,28.5,26.9,21.5,3.9,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","68105",5,39.92002,-77.30968,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,12.941176,9.637742,27.9,"2013-07-15 00:00",25.2,"2013-07-21 00:00",24.6,"2013-09-01 00:00",24.5,"2013-04-10 00:00","","","","",27.9,25.2,24.6,23.2,22.1,15.6,0.1,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","68106",5,39.92002,-77.30968,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,738.352941,4.502548,750,"2013-04-22 00:00",746,"2013-01-10 00:00",746,"2013-06-21 00:00",746,"2013-07-15 00:00","","","","",750,746,746,744,742,738,733,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","68107",5,39.92002,-77.30968,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,743.411765,4.490775,754,"2013-01-10 00:00",754,"2013-04-22 00:00",750,"2013-11-06 00:00",749,"2013-01-28 00:00","","","","",754,754,750,748,747,743,739,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","68108",5,39.92002,-77.30968,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,740.72549,4.257128,751,"2013-01-10 00:00",751,"2013-04-22 00:00",747,"2013-06-21 00:00",747,"2013-07-15 00:00","","","","",751,751,747,746,743,741,736,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88101",3,39.92002,-77.30968,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7493,86,318,365,0,523,"","","Certification not required",0,10.261431,6.681382,51.5,"2013-10-31 01:00",43,"2013-01-09 14:00",42.5,"2013-01-09 13:00",42.2,"2013-10-31 04:00","","","","",30.6,27.5,22.6,19.2,13.9,9.2,2.6,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","88101",3,39.92002,-77.30968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,0,0,"Certification not required",0,10.247115,5.117644,27.4,"2013-10-31 00:00",25.3,"2013-01-28 00:00",25.3,"2013-09-11 00:00",24,"2013-07-19 00:00","","","","",24,22.6,20.5,17.3,13.1,9.8,4.2,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","88101",3,39.92002,-77.30968,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,"","","Certification not required",0,10.247115,5.117644,27.4,"2013-10-31 00:00",25.3,"2013-01-28 00:00",25.3,"2013-09-11 00:00",24,"2013-07-19 00:00","","","","",24,22.6,20.5,17.3,13.1,9.8,4.2,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-19" +"42","001","0001","88102",5,39.92002,-77.30968,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.021042,0.007475,0.051,"2013-04-04 00:00",0.043,"2013-03-29 00:00",0.033,"2013-07-21 00:00",0.026,"2013-02-15 00:00","","","","",0.051,0.051,0.033,0.026,0.026,0.021,0.014,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88103",5,39.92002,-77.30968,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000563,0.000823,0.003,"2013-05-28 00:00",0.002,"2013-01-22 00:00",0.002,"2013-03-23 00:00",0.002,"2013-04-22 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88104",5,39.92002,-77.30968,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",35,0.021594,0.034155,0.218,"2013-07-15 00:00",0.105,"2013-07-03 00:00",0.061,"2013-05-16 00:00",0.05,"2013-04-10 00:00","","","","",0.218,0.218,0.061,0.045,0.021,0.0125,0.0065,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88107",5,39.92002,-77.30968,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005872,0.005013,0.0295,"2013-03-23 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-02-27 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88109",5,39.92002,-77.30968,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",12,0.003348,0.002532,0.0146,"2013-10-31 00:00",0.0092,"2013-06-09 00:00",0.0075,"2013-03-11 00:00",0.0069,"2013-04-10 00:00","","","","",0.0146,0.0146,0.0075,0.0056,0.0042,0.0031,0.00065,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88110",5,39.92002,-77.30968,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.002604,0.005753,0.026,"2013-04-04 00:00",0.021,"2013-06-09 00:00",0.015,"2013-03-29 00:00",0.015,"2013-07-27 00:00","","","","",0.026,0.026,0.015,0.011,0.002,0,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88111",5,39.92002,-77.30968,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",16,0.013225,0.013465,0.0629,"2013-07-15 00:00",0.0575,"2013-04-10 00:00",0.0394,"2013-02-27 00:00",0.0394,"2013-05-16 00:00","","","","",0.0629,0.0629,0.0394,0.0304,0.0163,0.0088,0.00235,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88112",5,39.92002,-77.30968,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.004,0.012025,0.065,"2013-09-25 00:00",0.054,"2013-10-01 00:00",0.017,"2013-10-13 00:00",0.004,"2013-04-10 00:00","","","","",0.065,0.065,0.017,0.004,0.002,0.001,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88113",5,39.92002,-77.30968,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.00067,9.1e-05,0.001,"2013-03-23 00:00",0.001,"2013-08-20 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-15 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.0007,0.00055,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88114",5,39.92002,-77.30968,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.001118,0.000541,0.003,"2013-07-27 00:00",0.0029,"2013-11-06 00:00",0.0026,"2013-09-19 00:00",0.0023,"2013-10-25 00:00","","","","",0.003,0.003,0.0026,0.0014,0.00125,0.00095,0.00065,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88115",5,39.92002,-77.30968,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",30,0.009305,0.018659,0.13,"2013-03-11 00:00",0.025,"2013-11-06 00:00",0.024,"2013-08-20 00:00",0.0237,"2013-10-13 00:00","","","","",0.13,0.13,0.024,0.0145,0.0095,0.00405,0.00235,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88117",5,39.92002,-77.30968,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005454,0.007998,0.0435,"2013-03-23 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-06-03 00:00",0.00485,"2013-06-27 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0048,0.0041,0.0028,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88118",5,39.92002,-77.30968,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008153,0.005876,0.023,"2013-03-23 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.005,0.00405,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88126",5,39.92002,-77.30968,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.028781,0.020051,0.134,"2013-07-15 00:00",0.0738,"2013-07-03 00:00",0.0497,"2013-05-16 00:00",0.0485,"2013-06-27 00:00","","","","",0.134,0.134,0.0497,0.0482,0.0352,0.0266,0.013,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88128",5,39.92002,-77.30968,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000875,0.001658,0.008,"2013-11-06 00:00",0.005,"2013-06-09 00:00",0.005,"2013-07-27 00:00",0.004,"2013-04-28 00:00","","","","",0.008,0.008,0.005,0.003,0.001,0,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88131",5,39.92002,-77.30968,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.01024,0.003747,0.0165,"2013-02-15 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00",0.0165,"2013-04-22 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88132",5,39.92002,-77.30968,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000646,0.000729,0.002,"2013-02-15 00:00",0.002,"2013-04-10 00:00",0.002,"2013-05-10 00:00",0.002,"2013-05-16 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88136",5,39.92002,-77.30968,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00025,0.000526,0.002,"2013-08-20 00:00",0.002,"2013-10-13 00:00",0.001,"2013-03-05 00:00",0.001,"2013-04-10 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88140",5,39.92002,-77.30968,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",43,0.00919,0.008457,0.048,"2013-03-11 00:00",0.0421,"2013-07-27 00:00",0.0253,"2013-10-13 00:00",0.0197,"2013-04-22 00:00","","","","",0.048,0.048,0.0253,0.014,0.009,0.006,0.00475,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88152",5,39.92002,-77.30968,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005567,0.001441,0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-04-16 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88154",5,39.92002,-77.30968,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.00114,0.000369,0.003,"2013-06-09 00:00",0.0014,"2013-08-02 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-03-29 00:00","","","","",0.003,0.003,0.0013,0.0013,0.0013,0.00125,0.00065,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88160",5,39.92002,-77.30968,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.014063,0.007829,0.061,"2013-02-27 00:00",0.018,"2013-02-15 00:00",0.018,"2013-02-21 00:00",0.018,"2013-03-17 00:00","","","","",0.061,0.061,0.018,0.018,0.018,0.01,0.01,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88161",5,39.92002,-77.30968,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.002732,0.001845,0.014,"2013-07-15 00:00",0.0071,"2013-06-27 00:00",0.0048,"2013-07-03 00:00",0.00265,"2013-02-09 00:00","","","","",0.014,0.014,0.0048,0.00265,0.00265,0.0025,0.0021,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88164",5,39.92002,-77.30968,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001598,0.000209,0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88165",5,39.92002,-77.30968,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.055667,0.070913,0.438,"2013-07-15 00:00",0.261,"2013-07-03 00:00",0.159,"2013-05-16 00:00",0.132,"2013-06-27 00:00","","","","",0.438,0.438,0.159,0.107,0.057,0.038,0.014,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88166",5,39.92002,-77.30968,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.008985,0.005577,0.0185,"2013-02-15 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-04-22 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.016,0.0065,0.0042,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88167",5,39.92002,-77.30968,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",11,0.004407,0.002941,0.0155,"2013-11-06 00:00",0.0108,"2013-10-25 00:00",0.0099,"2013-01-10 00:00",0.0092,"2013-03-05 00:00","","","","",0.0155,0.0155,0.0099,0.0083,0.0059,0.0037,0.0013,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88168",5,39.92002,-77.30968,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.00147,0.001031,0.0063,"2013-08-14 00:00",0.0058,"2013-02-27 00:00",0.0021,"2013-07-21 00:00",0.0018,"2013-09-01 00:00","","","","",0.0063,0.0063,0.0021,0.00175,0.00175,0.00115,0.00085,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88169",5,39.92002,-77.30968,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.838375,0.473184,2.44,"2013-06-09 00:00",1.93,"2013-07-09 00:00",1.68,"2013-08-20 00:00",1.66,"2013-07-21 00:00","","","","",2.44,2.44,1.68,1.44,1.09,0.747,0.337,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88176",5,39.92002,-77.30968,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.000994,0.00025,0.0017,"2013-04-28 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.0013,0.001,0.0007,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88180",5,39.92002,-77.30968,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.038488,0.017239,0.0795,"2013-07-09 00:00",0.079,"2013-10-31 00:00",0.065,"2013-04-10 00:00",0.0624,"2013-05-22 00:00","","","","",0.0795,0.0795,0.065,0.06,0.0532,0.0347,0.017,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88184",5,39.92002,-77.30968,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",36,0.053927,0.082938,0.473,"2013-03-11 00:00",0.22,"2013-10-13 00:00",0.198,"2013-08-20 00:00",0.191,"2013-04-10 00:00","","","","",0.473,0.473,0.198,0.184,0.027,0.027,0.013,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88185",5,39.92002,-77.30968,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.004741,0.005157,0.0235,"2013-01-04 00:00",0.0139,"2013-05-22 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-02-21 00:00","","","","",0.0235,0.0235,0.0115,0.0115,0.0115,0.00225,0.0014,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88301",5,39.92002,-77.30968,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.816059,0.552659,2.38,"2013-06-09 00:00",2.31,"2013-10-31 00:00",2.24,"2013-01-28 00:00",1.7,"2013-07-09 00:00","","","","",2.38,2.31,2.24,1.45,1.12,0.716,0.225,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88302",5,39.92002,-77.30968,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.088863,0.109616,0.527,"2013-08-20 00:00",0.481,"2013-03-11 00:00",0.31,"2013-07-15 00:00",0.28,"2013-05-04 00:00","","","","",0.527,0.481,0.31,0.229,0.09,0.045,0.018,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88303",5,39.92002,-77.30968,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.033098,0.021388,0.111,"2013-07-15 00:00",0.069,"2013-01-16 00:00",0.066,"2013-05-10 00:00",0.065,"2013-01-28 00:00","","","","",0.111,0.069,0.066,0.055,0.047,0.03,0.0115,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88306",5,39.92002,-77.30968,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.094153,1.153522,5.14,"2013-10-31 00:00",4.74,"2013-01-28 00:00",3.55,"2013-02-03 00:00",3.22,"2013-05-28 00:00","","","","",5.14,4.74,3.55,2.28,1.67,0.574,0.222,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88355",5,39.92002,-77.30968,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.93712,0.898133,4.38,"2013-10-31 00:00",4.06,"2013-01-28 00:00",3.52,"2013-07-09 00:00",3.43,"2013-05-28 00:00","","","","",4.38,4.38,3.52,3.1,2.41,1.94,0.92,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88357",5,39.92002,-77.30968,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.18138,0.086126,0.501,"2013-10-31 00:00",0.361,"2013-05-10 00:00",0.356,"2013-07-09 00:00",0.334,"2013-11-06 00:00","","","","",0.501,0.501,0.356,0.318,0.22,0.16,0.092,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88370",5,39.92002,-77.30968,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.77308,0.794989,3.69,"2013-10-31 00:00",3.63,"2013-01-28 00:00",3.16,"2013-07-09 00:00",3.05,"2013-05-28 00:00","","","","",3.69,3.69,3.16,2.83,2.24,1.74,0.838,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88374",5,39.92002,-77.30968,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.16904,0.144123,0.657,"2013-10-31 00:00",0.541,"2013-07-09 00:00",0.5,"2013-07-27 00:00",0.451,"2013-08-26 00:00","","","","",0.657,0.657,0.5,0.414,0.226,0.122,0.046,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88375",5,39.92002,-77.30968,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.43976,0.203197,0.932,"2013-10-31 00:00",0.876,"2013-05-10 00:00",0.818,"2013-07-09 00:00",0.771,"2013-06-15 00:00","","","","",0.932,0.932,0.818,0.768,0.58,0.439,0.183,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88376",5,39.92002,-77.30968,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.42342,0.197871,0.981,"2013-01-28 00:00",0.929,"2013-06-21 00:00",0.836,"2013-10-31 00:00",0.733,"2013-05-28 00:00","","","","",0.981,0.981,0.836,0.659,0.55,0.417,0.195,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88377",5,39.92002,-77.30968,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.33832,0.147124,0.714,"2013-01-28 00:00",0.645,"2013-06-15 00:00",0.571,"2013-05-10 00:00",0.519,"2013-10-31 00:00","","","","",0.714,0.714,0.571,0.515,0.46,0.351,0.159,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88378",5,39.92002,-77.30968,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.40264,0.209979,0.927,"2013-05-28 00:00",0.914,"2013-01-28 00:00",0.765,"2013-07-09 00:00",0.755,"2013-02-03 00:00","","","","",0.927,0.927,0.765,0.743,0.537,0.388,0.187,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88380",5,39.92002,-77.30968,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.34498,0.192987,1.19,"2013-10-31 00:00",0.747,"2013-01-28 00:00",0.715,"2013-07-09 00:00",0.67,"2013-05-28 00:00","","","","",1.19,1.19,0.715,0.609,0.412,0.329,0.172,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88383",5,39.92002,-77.30968,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.68372,0.367227,1.85,"2013-10-31 00:00",1.63,"2013-01-28 00:00",1.51,"2013-05-28 00:00",1.35,"2013-07-09 00:00","","","","",1.85,1.85,1.51,1.13,0.869,0.651,0.285,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88384",5,39.92002,-77.30968,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.063178,0.025263,0.163,"2013-07-15 00:00",0.12,"2013-07-09 00:00",0.0968,"2013-06-27 00:00",0.0962,"2013-06-03 00:00","","","","",0.163,0.163,0.0968,0.0877,0.0753,0.0631,0.0336,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88385",5,39.92002,-77.30968,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",43,0.001457,0.001395,0.00738,"2013-07-09 00:00",0.00731,"2013-06-27 00:00",0.00475,"2013-10-31 00:00",0.00342,"2013-09-13 00:00","","","","",0.00738,0.00738,0.00475,0.00253,0.001,0.001,0.001,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88388",5,39.92002,-77.30968,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.56626,0.310076,1.44,"2013-10-31 00:00",1.34,"2013-01-28 00:00",1.3,"2013-05-28 00:00",1.12,"2013-07-09 00:00","","","","",1.44,1.44,1.3,0.962,0.749,0.563,0.251,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88403",5,39.92002,-77.30968,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.155392,1.242148,6.66,"2013-06-09 00:00",4.77,"2013-07-09 00:00",4.63,"2013-08-20 00:00",4.12,"2013-10-01 00:00","","","","",6.66,4.77,4.63,3.83,2.82,1.8,0.893,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","0001","88502",5,39.92002,-77.30968,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,9.2125,3.891432,22.3,"2013-10-31 00:00",17.8,"2013-07-09 00:00",17.1,"2013-06-09 00:00",15.5,"2013-05-28 00:00","","","","",22.3,22.3,17.1,13.7,11,8.9,4.7,"NARSTO SITE ARENDTSVILLE","NARSTO SITE - ARENDTSVILLE","Pennsylvania","Adams","","Gettysburg, PA","2014-02-14" +"42","001","9991","44201",1,39.9231,-77.3078,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6969,95,204,214,0,327,0,0,"Certification not required",26,0.050505,0.010753,0.081,"2013-06-21 18:00",0.079,"2013-05-31 14:00",0.076,"2013-06-05 16:00",0.071,"2013-08-17 13:00","","","","",0.076,0.07,0.067,0.063,0.058,0.053,0.042,"Arendtsville","747 Winding Rd, Biglerville, PA 17307","Pennsylvania","Adams","","Gettysburg, PA","2013-12-30" +"42","001","9991","44201",1,39.9231,-77.3078,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7056,95,203,214,0,0,0,0,"Certification not required",0,0.046291,0.010133,0.072,"2013-06-05 13:00",0.07,"2013-06-21 13:00",0.068,"2013-04-27 12:00",0.067,"2013-05-31 11:00","","","","",0.068,0.066,0.061,0.059,0.053,0.048,0.039,"Arendtsville","747 Winding Rd, Biglerville, PA 17307","Pennsylvania","Adams","","Gettysburg, PA","2013-12-30" +"42","001","9991","44201",1,39.9231,-77.3078,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7056,95,203,214,0,0,0,0,"Certification not required",0,0.046291,0.010133,0.072,"2013-06-05 13:00",0.07,"2013-06-21 13:00",0.068,"2013-04-27 12:00",0.067,"2013-05-31 11:00","","","","",0.068,0.066,0.061,0.059,0.053,0.048,0.039,"Arendtsville","747 Winding Rd, Biglerville, PA 17307","Pennsylvania","Adams","","Gettysburg, PA","2013-12-30" +"42","003","0002","42401",1,40.499767,-80.071337,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8707,99,364,365,0,53,0,"","Certification not required",0,5.782967,6.875487,75,"2013-03-05 17:00",41,"2013-01-05 10:00",41,"2013-04-16 14:00",39,"2013-04-19 16:00","","","","",39,29,16,11,7,4,1,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-16" +"42","003","0002","42401",1,40.499767,-80.071337,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8707,99,364,365,0,53,"","","Certification not required",0,1.580453,2.721392,75,"2013-03-05 17:00",41,"2013-01-05 10:00",41,"2013-04-16 14:00",39,"2013-04-19 16:00","","","","",12,9,6,4,2,1,0,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-16" +"42","003","0002","42401",1,40.499767,-80.071337,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.586264,1.502863,11.3,"2013-01-05 00:00",9.2,"2013-04-25 00:00",8.6,"2013-03-05 00:00",8.4,"2013-01-19 00:00","","","","",8.4,5.9,4.1,3.3,2,1.2,0.2,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-16" +"42","003","0002","42401",1,40.499767,-80.071337,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2876,98,364,365,0,0,"",0,"Certification not required",0,1.552816,2.442408,38,"2013-03-05 17:00",33.3,"2013-01-05 11:00",24.3,"2013-01-05 14:00",24.3,"2013-04-16 14:00","","","","",11.3,8.3,5.6,4,2,1,0,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-16" +"42","003","0002","42401",6,40.499767,-80.071337,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",102509,98,364,365,0,2611,"","","Certification not required",0,1.605401,3.037934,112,"2013-03-05 17:25",106,"2013-03-05 17:20",105,"2013-03-05 17:30",93,"2013-03-05 17:15","","","","",13,10,6,4,2,1,0,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-17" +"42","003","0002","61101",1,40.499767,-80.071337,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8748,100,364,365,0,12,"","","Certification not required",0,3.236054,2.018029,15.1,"2013-02-11 14:00",14,"2013-02-11 15:00",13.4,"2013-01-31 03:00",13.4,"2013-03-19 12:00","","","","",9.4,8.5,7.2,6.1,4.3,2.8,1.1,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-16" +"42","003","0002","61102",1,40.499767,-80.071337,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8748,100,364,365,0,12,"","","Certification not required",0,202.364083,98.068597,359,"2013-02-16 18:00",359,"2013-04-17 06:00",359,"2013-06-03 19:00",359,"2013-06-14 04:00","","","","",352,346,335,321,289,213,60,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2014-01-16" +"42","003","0002","68105",1,40.499767,-80.071337,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,82,122,0,0,"","","Certification not required",0,13.352439,10.347436,28.7,"2013-07-15 00:00",27.6,"2013-07-06 00:00",27.4,"2013-06-24 00:00",26.5,"2013-07-03 00:00","","","","",28.7,27.6,25.4,24.5,21.7,17.1,-0.9,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2013-12-17" +"42","003","0002","68108",1,40.499767,-80.071337,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,67,82,122,0,0,"","","Certification not required",0,741.402439,4.207165,752,"2013-01-10 00:00",749,"2013-01-07 00:00",749,"2013-03-08 00:00",749,"2013-04-22 00:00","","","","",752,749,748,747,744,741,737,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2013-12-17" +"42","003","0002","81102",1,40.499767,-80.071337,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,19.840909,7.0643,36,"2013-03-11 00:00",31,"2013-04-10 00:00",31,"2013-06-21 00:00",31,"2013-07-15 00:00","","","","",36,36,31,31,24,19,10,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2013-12-20" +"42","003","0002","88101",1,40.499767,-80.071337,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,0,0,0,"Certification not required",0,10.704878,4.930953,31.5,"2013-01-07 00:00",23.2,"2013-06-24 00:00",20.5,"2013-01-28 00:00",20.5,"2013-06-21 00:00","","","","",31.5,23.2,19.7,16.9,12.7,10.2,5,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2013-12-17" +"42","003","0002","88101",1,40.499767,-80.071337,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,0,"","","Certification not required",0,10.704878,4.930953,31.5,"2013-01-07 00:00",23.2,"2013-06-24 00:00",20.5,"2013-01-28 00:00",20.5,"2013-06-21 00:00","","","","",31.5,23.2,19.7,16.9,12.7,10.2,5,"Avalon","520 ORCHARD AVE, AVALON","Pennsylvania","Allegheny","Avalon","Pittsburgh, PA","2013-12-17" +"42","003","0003","81102",5,40.450099,-79.770957,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8613,98,359,365,0,147,"","","Certification not required",408,14.241147,7.964259,63,"2013-09-30 12:00",61,"2013-01-03 08:00",61,"2013-07-09 12:00",61,"2013-12-13 19:00","","","","",38,34,29,25,19,13,5,"Monroeville","HARPER DR, EVERGREEN PK, MONROEVILLE","Pennsylvania","Allegheny","Municipality of Monroeville (Monroeville)","Pittsburgh, PA","2014-01-16" +"42","003","0003","81102",5,40.450099,-79.770957,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,13.788301,6.052358,33,"2013-01-07 00:00",33,"2013-01-08 00:00",33,"2013-05-15 00:00",33,"2013-07-19 00:00","","","","",33,30,25,23,17,13,7,"Monroeville","HARPER DR, EVERGREEN PK, MONROEVILLE","Pennsylvania","Allegheny","Municipality of Monroeville (Monroeville)","Pittsburgh, PA","2014-01-16" +"42","003","0008","11102",1,40.46542,-79.960757,"NAD83","Suspended particulate (TSP) LC","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,"","","Certification not required",0,30.97561,10.460611,58,"2013-03-11 00:00",51,"2013-06-21 00:00",50,"2013-04-10 00:00",49,"2013-09-19 00:00","","","","",58,58,50,47,37,30,22,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-20" +"42","003","0008","11102",2,40.46542,-79.960757,"NAD83","Suspended particulate (TSP) LC","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,"","","Certification not required",0,31.902439,9.648329,53,"2013-06-21 00:00",50,"2013-04-10 00:00",50,"2013-09-19 00:00",47,"2013-05-16 00:00","","","","",53,53,50,45,39,32,22,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-20" +"42","003","0008","14129",1,40.46542,-79.960757,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,3,0,0,"Certification not required",0,0.002122,0.005041,0.021,"2013-06-21 00:00",0.015,"2013-09-26 00:00",0.013,"2013-02-09 00:00",0.011,"2013-09-07 00:00","","","","",0.021,0.021,0.013,0.01,0,0,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-20" +"42","003","0008","14129",2,40.46542,-79.960757,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,0.002439,0.00563,0.021,"2013-09-19 00:00",0.016,"2013-06-21 00:00",0.015,"2013-03-23 00:00",0.014,"2013-02-21 00:00","","","","",0.021,0.021,0.015,0.013,0,0,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-20" +"42","003","0008","42101",2,40.46542,-79.960757,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8283,95,361,365,0,477,0,0,"Certification not required",0,0.263751,0.168396,2.188,"2013-11-30 11:00",2.021,"2013-12-25 16:00",1.998,"2013-11-25 11:00",1.858,"2013-01-09 09:00","","","","",0.934,0.803,0.591,0.436,0.285,0.214,0.145,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42101",2,40.46542,-79.960757,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8675,99,361,365,0,0,0,0,"Certification not required",0,0.265821,0.142775,1.3,"2013-01-12 12:00",1.3,"2013-01-12 13:00",1.3,"2013-11-30 15:00",1.3,"2013-11-30 16:00",1.3,"2013-01-12 12:00",1.3,"2013-11-30 15:00",0.8,0.7,0.6,0.4,0.3,0.2,0.2,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42401",2,40.46542,-79.960757,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8247,94,356,365,0,513,1,"","Certification not required",0,4.534831,6.495053,100.3,"2013-03-05 17:00",30.1,"2013-10-10 14:00",27.2,"2013-03-09 15:00",24.4,"2013-09-25 16:00","","","","",24.4,18.3,12.2,8.3,5,3.4,1.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42401",2,40.46542,-79.960757,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8247,94,356,365,0,513,"","","Certification not required",0,1.491367,2.350889,100.3,"2013-03-05 17:00",75.8,"2013-03-05 16:00",30.1,"2013-10-10 14:00",27.2,"2013-03-09 15:00","","","","",8.5,6.6,4.5,3.4,1.9,0.9,0.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42401",2,40.46542,-79.960757,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",356,98,356,365,0,0,0,"","Certification not required",0,1.485393,1.292867,12.5,"2013-03-05 00:00",7.3,"2013-10-10 00:00",6.4,"2013-03-09 00:00",5.5,"2013-01-06 00:00","","","","",5.5,5,4.2,3,1.9,1.2,0.3,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42401",2,40.46542,-79.960757,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2483,85,345,365,0,0,"",0,"Certification not required",0,1.503021,2.195992,64.3,"2013-03-05 17:00",22.8,"2013-10-10 17:00",21.9,"2013-10-10 14:00",21.3,"2013-03-09 17:00","","","","",8.3,6.7,4.4,3.3,2,1,0.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42401",6,40.46542,-79.960757,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",99429,95,356,365,0,5691,"","","Certification not required",0,1.494183,2.476101,158.3,"2013-03-05 17:15",155.6,"2013-03-05 17:10",147,"2013-03-05 17:20",144.7,"2013-03-05 17:05","","","","",8.9,6.8,4.6,3.4,1.9,0.9,0.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-17" +"42","003","0008","42600",2,40.46542,-79.960757,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7949,91,341,365,0,811,"","","Certification not required",0,16.355391,19.047625,222.5,"2013-01-09 08:00",217.2,"2013-01-09 09:00",193.8,"2013-01-08 10:00",185.7,"2013-01-08 09:00","","","","",97.5,78.3,54.8,35,18.7,10.5,3.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42601",1,40.46542,-79.960757,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8691,99,365,365,0,69,"","","Certification not required",0,5.391911,12.220535,180.5,"2013-01-09 08:00",167.1,"2013-01-09 09:00",148.3,"2013-01-12 10:00",146.7,"2013-01-12 11:00","","","","",64.2,47.8,26.5,11.5,3.9,1.6,0.5,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42601",2,40.46542,-79.960757,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8237,94,359,365,0,523,"","","Certification not required",0,5.06007,12.842104,182.3,"2013-01-09 08:00",173.6,"2013-01-09 09:00",151.7,"2013-01-12 10:00",148.5,"2013-01-12 11:00","","","","",66.7,50.1,26.9,11,3.4,1.1,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42602",1,40.46542,-79.960757,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8691,99,365,365,0,69,0,"","Certification not required",0,19.812603,8.44782,43.8,"2013-01-08 10:00",43.8,"2013-01-09 09:00",43.4,"2013-12-19 18:00",42.3,"2013-01-03 09:00","","","","",42.3,40.2,34.5,31.7,25.4,19.1,9.2,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42602",1,40.46542,-79.960757,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8691,99,365,365,0,69,"","","Certification not required",0,10.292947,7.309746,43.8,"2013-01-08 10:00",43.8,"2013-01-09 09:00",43.4,"2013-12-19 18:00",42.3,"2013-01-03 09:00","","","","",33.2,31,25.9,20.8,13.6,8.2,3.2,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","42603",1,40.46542,-79.960757,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8690,99,365,365,0,70,"","","Certification not required",0,15.729724,17.55395,220.4,"2013-01-09 08:00",210.9,"2013-01-09 09:00",188.1,"2013-01-08 10:00",178.2,"2013-01-12 11:00","","","","",92.3,72.1,50.5,32.8,17.8,10.3,4.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","44201",1,40.46542,-79.960757,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8670,99,212,214,0,90,0,0,"Certification not required",1021,0.046566,0.012839,0.108,"2013-06-21 15:00",0.091,"2013-08-21 15:00",0.08,"2013-06-20 14:00",0.079,"2013-05-15 17:00","","","","",0.08,0.073,0.065,0.061,0.055,0.047,0.038,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-10" +"42","003","0008","44201",1,40.46542,-79.960757,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8700,98,210,214,0,0,1,1,"Certification not required",0,0.041029,0.012548,0.095,"2013-06-21 11:00",0.075,"2013-08-21 11:00",0.073,"2013-06-20 11:00",0.07,"2013-05-15 12:00","","","","",0.073,0.065,0.06,0.056,0.05,0.042,0.033,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-10" +"42","003","0008","44201",1,40.46542,-79.960757,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8700,98,210,214,0,0,1,1,"Certification not required",0,0.041029,0.012548,0.095,"2013-06-21 11:00",0.075,"2013-08-21 11:00",0.073,"2013-06-20 11:00",0.07,"2013-05-15 12:00","","","","",0.073,0.065,0.06,0.056,0.05,0.042,0.033,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-10" +"42","003","0008","61101",1,40.46542,-79.960757,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8729,100,365,365,0,31,"","","Certification not required",0,4.634311,2.742744,16.3,"2013-02-11 13:00",16,"2013-03-19 11:00",15.9,"2013-03-19 12:00",15.5,"2013-01-31 02:00","","","","",12.2,11.4,9.8,8.5,6.3,4.2,1.5,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","61102",1,40.46542,-79.960757,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8730,100,365,365,0,30,"","","Certification not required",0,198.46953,108.270988,359,"2013-01-10 08:00",359,"2013-01-13 02:00",359,"2013-01-25 17:00",359,"2013-02-06 19:00","","","","",357,355,345,326,285,230,19,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","61103",1,40.46542,-79.960757,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8694,99,363,365,0,66,"","","Certification not required",0,4.216563,2.676196,15.5,"2013-02-11 13:00",14.9,"2013-03-19 11:00",14.9,"2013-03-19 12:00",14.8,"2013-01-31 02:00","","","","",11.5,10.7,9.3,8,5.9,3.8,1.2,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","61104",1,40.46542,-79.960757,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8695,99,363,365,0,65,"","","Certification not required",0,197.432777,107.534055,359,"2013-01-02 23:00",359,"2013-01-03 03:00",359,"2013-01-10 07:00",359,"2013-02-09 18:00","","","","",357,355,344,325,284,227,19,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","62101",1,40.46542,-79.960757,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",0,53.123764,19.036051,93.4,"2013-07-18 15:00",93.2,"2013-07-18 16:00",92.3,"2013-07-18 14:00",91.9,"2013-07-15 16:00","","","","",87.1,85.1,81,77,69.4,55.6,27.7,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","62201",2,40.46542,-79.960757,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",8757,100,365,365,0,3,"","","Certification not required",0,62.317917,17.512728,93,"2013-06-26 00:00",93,"2013-07-22 05:00",93,"2013-08-28 04:00",93,"2013-10-05 03:00","","","","",91,90,87,85,77,64,38,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","64101",1,40.46542,-79.960757,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8759,100,365,365,0,1,"","","Certification not required",0,987.488697,6.297824,1006.2,"2013-11-29 19:00",1006,"2013-11-29 18:00",1005.9,"2013-11-29 20:00",1005.8,"2013-11-29 21:00","","","","",1001.8,1000.6,997.6,995.4,991.6,987.5,979.8,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","68103",6,40.46542,-79.960757,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,9.422989,8.808805,23.6,"2013-07-18 00:00",22.7,"2013-09-01 00:00",22.5,"2013-07-03 00:00",22.1,"2013-07-06 00:00","","","","",23.6,22.7,21.1,20.5,16.5,12,-3.5,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","68104",6,40.46542,-79.960757,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,20.222989,10.716361,36.8,"2013-07-18 00:00",35.6,"2013-07-06 00:00",34.6,"2013-09-10 00:00",34.3,"2013-06-24 00:00","","","","",36.8,35.6,33.9,31.9,29.1,22.9,2.6,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","68105",1,40.46542,-79.960757,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",269,100,45,61,0,0,"","","Certification not required",0,13.092937,10.39569,29.2,"2013-07-18 00:00",28,"2013-07-15 00:00",27.9,"2013-07-19 00:00",27.3,"2013-07-17 00:00","","","","",27.9,27,26,24.5,21.7,16.8,-1.6,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","68105",2,40.46542,-79.960757,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,14.374419,10.519259,28.9,"2013-07-15 00:00",26.8,"2013-07-03 00:00",25.3,"2013-08-08 00:00",24.7,"2013-08-26 00:00","","","","",28.9,28.9,25.3,24.6,22.9,18.2,-0.7,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","68105",6,40.46542,-79.960757,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",87,71,87,122,0,2,"","","Certification not required",0,14.324138,9.365473,30,"2013-07-18 00:00",28.1,"2013-07-06 00:00",27.8,"2013-06-24 00:00",27.3,"2013-09-10 00:00","","","","",30,28.1,27.2,24.7,21.8,17.2,-0.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","68106",6,40.46542,-79.960757,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,735.367816,4.212702,744,"2013-01-10 00:00",743,"2013-04-22 00:00",742,"2013-02-09 00:00",742,"2013-02-21 00:00","","","","",744,743,742,740,738,736,731,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","68107",6,40.46542,-79.960757,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,740.436782,3.952336,752,"2013-01-10 00:00",750,"2013-04-22 00:00",748,"2013-04-04 00:00",748,"2013-11-03 00:00","","","","",752,750,747,746,743,740,736,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","68108",1,40.46542,-79.960757,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",269,100,45,61,0,0,"","","Certification not required",0,738.022305,4.267137,749,"2013-01-10 00:00",749,"2013-04-21 00:00",748,"2013-01-27 00:00",747,"2013-04-26 00:00","","","","",748,746,745,744,741,739,733,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","68108",2,40.46542,-79.960757,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,737.976744,4.388776,749,"2013-01-10 00:00",746,"2013-04-22 00:00",745,"2013-02-09 00:00",745,"2013-07-15 00:00","","","","",749,749,745,743,741,738,733,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","68108",6,40.46542,-79.960757,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,71,87,122,0,2,"","","Certification not required",0,737.413793,3.798873,749,"2013-01-10 00:00",746,"2013-04-22 00:00",745,"2013-02-09 00:00",744,"2013-02-21 00:00","","","","",749,746,743,742,740,738,733,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","86101",1,40.46542,-79.960757,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",8178,93,352,365,0,582,"","","Certification not required",0,7.317437,7.367217,73,"2013-09-05 14:00",69,"2013-09-20 18:00",64,"2013-06-21 09:00",62,"2013-02-10 11:00","","","","",34,27,20,16,11,6,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-21" +"42","003","0008","88101",1,40.46542,-79.960757,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,0,0,"Certification not required",0,10.144981,4.603108,27.5,"2013-01-07 00:00",25.6,"2013-01-08 00:00",24.2,"2013-01-27 00:00",23.4,"2013-09-10 00:00","","","","",24.2,20.8,19.1,17.8,12.4,9.3,5.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","88101",1,40.46542,-79.960757,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",269,74,269,365,0,0,"","","Certification not required",0,10.144981,4.603108,27.5,"2013-01-07 00:00",25.6,"2013-01-08 00:00",24.2,"2013-01-27 00:00",23.4,"2013-09-10 00:00","","","","",24.2,20.8,19.1,17.8,12.4,9.3,5.1,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","88101",2,40.46542,-79.960757,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,74,23,31,0,0,0,0,"Certification not required",0,10.286047,4.00628,19.8,"2013-06-21 00:00",18.8,"2013-01-28 00:00",18.1,"2013-06-09 00:00",18.1,"2013-08-20 00:00","","","","",19.8,19.8,18.8,18.1,15.4,11.9,9.9,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","88101",2,40.46542,-79.960757,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,74,23,31,0,0,"","","Certification not required",0,10.286047,4.00628,19.8,"2013-06-21 00:00",18.8,"2013-01-28 00:00",18.1,"2013-06-09 00:00",18.1,"2013-08-20 00:00","","","","",19.8,19.8,18.8,18.1,15.4,11.9,9.9,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-17" +"42","003","0008","88102",6,40.46542,-79.960757,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",83,0.018914,0.005818,0.043,"2013-09-04 00:00",0.037,"2013-07-18 00:00",0.032,"2013-10-28 00:00",0.03,"2013-01-28 00:00","","","","",0.043,0.037,0.026,0.026,0.021,0.0195,0.0095,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88103",6,40.46542,-79.960757,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001322,0.001377,0.006,"2013-06-09 00:00",0.005,"2013-07-18 00:00",0.005,"2013-09-28 00:00",0.005,"2013-10-10 00:00","","","","",0.006,0.005,0.004,0.003,0.002,0.001,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88104",6,40.46542,-79.960757,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",49,0.03604,0.065601,0.474,"2013-01-16 00:00",0.249,"2013-05-19 00:00",0.188,"2013-09-28 00:00",0.183,"2013-09-25 00:00","","","","",0.474,0.249,0.152,0.096,0.031,0.0125,0.0065,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88107",6,40.46542,-79.960757,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.007592,0.007497,0.0295,"2013-01-16 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.005,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88109",6,40.46542,-79.960757,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",8,0.003976,0.00231,0.0138,"2013-01-28 00:00",0.0105,"2013-07-18 00:00",0.0104,"2013-03-24 00:00",0.0093,"2013-08-20 00:00","","","","",0.0138,0.0105,0.0081,0.0066,0.005,0.0036,0.0013,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88110",6,40.46542,-79.960757,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001977,0.004519,0.021,"2013-03-20 00:00",0.02,"2013-06-12 00:00",0.02,"2013-09-04 00:00",0.015,"2013-01-01 00:00","","","","",0.021,0.02,0.014,0.006,0.001,0,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88111",6,40.46542,-79.960757,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",7,0.029802,0.051516,0.477,"2013-10-31 00:00",0.0806,"2013-03-11 00:00",0.0752,"2013-05-16 00:00",0.0657,"2013-07-18 00:00","","","","",0.477,0.0806,0.0645,0.0539,0.0343,0.0207,0.0063,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88112",6,40.46542,-79.960757,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.008517,0.018404,0.097,"2013-10-31 00:00",0.095,"2013-09-16 00:00",0.088,"2013-09-28 00:00",0.054,"2013-10-10 00:00","","","","",0.097,0.095,0.039,0.023,0.006,0.003,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88113",6,40.46542,-79.960757,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",79,0.000784,0.000386,0.0029,"2013-10-28 00:00",0.0023,"2013-08-20 00:00",0.002,"2013-10-19 00:00",0.0017,"2013-09-07 00:00","","","","",0.0029,0.0023,0.0015,0.001,0.0007,0.00065,0.00055,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88114",6,40.46542,-79.960757,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",14,0.015886,0.02042,0.143,"2013-03-11 00:00",0.0604,"2013-01-10 00:00",0.056,"2013-09-25 00:00",0.0484,"2013-10-13 00:00","","","","",0.143,0.0604,0.0455,0.0415,0.0248,0.007,0.00125,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88115",6,40.46542,-79.960757,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",47,0.009267,0.009334,0.048,"2013-04-04 00:00",0.0466,"2013-02-06 00:00",0.0416,"2013-01-28 00:00",0.0349,"2013-01-10 00:00","","","","",0.048,0.0466,0.031,0.018,0.012,0.0055,0.0025,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88117",6,40.46542,-79.960757,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.008065,0.011992,0.0435,"2013-01-16 00:00",0.0435,"2013-02-21 00:00",0.043,"2013-05-16 00:00",0.043,"2013-06-18 00:00","","","","",0.0435,0.0435,0.043,0.043,0.00485,0.0041,0.0034,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88118",6,40.46542,-79.960757,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.01011,0.006793,0.023,"2013-01-16 00:00",0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.005,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88126",6,40.46542,-79.960757,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.120232,0.097773,0.54,"2013-06-12 00:00",0.451,"2013-08-20 00:00",0.432,"2013-10-28 00:00",0.325,"2013-07-27 00:00","","","","",0.54,0.451,0.317,0.257,0.155,0.09,0.034,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88128",6,40.46542,-79.960757,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.003828,0.003648,0.017,"2013-03-14 00:00",0.014,"2013-10-28 00:00",0.013,"2013-10-19 00:00",0.011,"2013-06-30 00:00","","","","",0.017,0.014,0.011,0.009,0.005,0.003,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88131",6,40.46542,-79.960757,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",82,0.010144,0.005059,0.036,"2013-05-07 00:00",0.036,"2013-10-28 00:00",0.022,"2013-03-20 00:00",0.0165,"2013-02-09 00:00","","","","",0.036,0.036,0.0165,0.0165,0.011,0.008,0.007,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88132",6,40.46542,-79.960757,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.005552,0.005443,0.024,"2013-08-20 00:00",0.023,"2013-09-19 00:00",0.022,"2013-10-19 00:00",0.016,"2013-01-16 00:00","","","","",0.024,0.023,0.016,0.014,0.008,0.004,0.001,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88136",6,40.46542,-79.960757,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.001264,0.002418,0.014,"2013-09-28 00:00",0.012,"2013-07-27 00:00",0.01,"2013-01-16 00:00",0.007,"2013-05-19 00:00","","","","",0.014,0.012,0.005,0.003,0.001,0.001,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88140",6,40.46542,-79.960757,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",84,0.007428,0.003984,0.031,"2013-05-16 00:00",0.03,"2013-07-06 00:00",0.014,"2013-07-09 00:00",0.009,"2013-01-01 00:00","","","","",0.031,0.03,0.009,0.009,0.009,0.006,0.0055,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88152",6,40.46542,-79.960757,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.005743,0.00165,0.008,"2013-01-13 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.00285,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88154",6,40.46542,-79.960757,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",74,0.001399,0.001233,0.01,"2013-10-19 00:00",0.0049,"2013-08-20 00:00",0.0045,"2013-11-09 00:00",0.004,"2013-04-25 00:00","","","","",0.01,0.0049,0.0038,0.0025,0.0013,0.00125,0.00065,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88160",6,40.46542,-79.960757,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",85,0.012351,0.003722,0.026,"2013-04-22 00:00",0.02,"2013-09-28 00:00",0.0185,"2013-02-09 00:00",0.018,"2013-03-02 00:00","","","","",0.026,0.02,0.018,0.018,0.016,0.01,0.01,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88161",6,40.46542,-79.960757,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",77,0.002917,0.001765,0.0133,"2013-06-27 00:00",0.009,"2013-07-18 00:00",0.008,"2013-07-06 00:00",0.0078,"2013-05-16 00:00","","","","",0.0133,0.009,0.0072,0.0047,0.00265,0.0025,0.0021,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88164",6,40.46542,-79.960757,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.001588,0.000273,0.0019,"2013-01-13 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-15 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.00095,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88165",6,40.46542,-79.960757,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",4,0.062116,0.046558,0.27,"2013-10-31 00:00",0.209,"2013-06-27 00:00",0.192,"2013-05-16 00:00",0.185,"2013-07-18 00:00","","","","",0.27,0.209,0.169,0.111,0.0765,0.0547,0.019,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88166",6,40.46542,-79.960757,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",87,0.007154,0.003613,0.019,"2013-02-09 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-06-03 00:00",0.0185,"2013-08-05 00:00","","","","",0.019,0.0185,0.0185,0.0075,0.0075,0.0065,0.0042,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88167",6,40.46542,-79.960757,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",2,0.026509,0.036678,0.29,"2013-04-04 00:00",0.136,"2013-08-20 00:00",0.102,"2013-03-24 00:00",0.0844,"2013-10-19 00:00","","","","",0.29,0.136,0.0797,0.0531,0.0282,0.0157,0.0056,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88168",6,40.46542,-79.960757,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",84,0.001292,0.00074,0.0063,"2013-06-27 00:00",0.0047,"2013-09-04 00:00",0.0031,"2013-07-06 00:00",0.00175,"2013-02-09 00:00","","","","",0.0063,0.0047,0.00175,0.00175,0.0012,0.00115,0.00085,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88169",6,40.46542,-79.960757,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.952701,0.577533,3.01,"2013-09-10 00:00",2.84,"2013-07-18 00:00",2.44,"2013-08-20 00:00",2.22,"2013-09-19 00:00","","","","",3.01,2.84,2.2,1.78,1.11,0.846,0.374,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88176",6,40.46542,-79.960757,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",86,0.000975,0.000282,0.0028,"2013-10-19 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00","","","","",0.0028,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88180",6,40.46542,-79.960757,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.058859,0.041403,0.286,"2013-07-06 00:00",0.193,"2013-09-07 00:00",0.144,"2013-06-30 00:00",0.139,"2013-10-19 00:00","","","","",0.286,0.193,0.134,0.099,0.073,0.0485,0.0236,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88184",6,40.46542,-79.960757,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",60,0.036983,0.036105,0.201,"2013-04-10 00:00",0.177,"2013-04-04 00:00",0.175,"2013-05-07 00:00",0.121,"2013-10-16 00:00","","","","",0.201,0.177,0.112,0.077,0.042,0.027,0.0155,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88185",6,40.46542,-79.960757,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",83,0.002892,0.003001,0.0126,"2013-06-06 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-06-03 00:00","","","","",0.0126,0.0115,0.0115,0.0105,0.00225,0.00165,0.0014,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88301",6,40.46542,-79.960757,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.862376,0.609978,2.43,"2013-09-19 00:00",2.39,"2013-09-10 00:00",2.29,"2013-02-24 00:00",2.29,"2013-08-20 00:00","","","","",2.43,2.39,2.27,1.73,1.23,0.679,0.21,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88302",6,40.46542,-79.960757,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",5,0.054795,0.037027,0.27,"2013-04-10 00:00",0.18,"2013-05-07 00:00",0.137,"2013-05-04 00:00",0.131,"2013-03-11 00:00","","","","",0.27,0.18,0.11,0.09,0.0647,0.05,0.021,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88303",6,40.46542,-79.960757,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",24,0.03964,0.030429,0.154,"2013-07-06 00:00",0.126,"2013-06-30 00:00",0.121,"2013-09-07 00:00",0.112,"2013-10-28 00:00","","","","",0.154,0.126,0.101,0.084,0.05,0.034,0.012,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88306",6,40.46542,-79.960757,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,0.937793,0.88159,4.03,"2013-02-06 00:00",3.93,"2013-01-10 00:00",3.84,"2013-02-24 00:00",3.65,"2013-02-03 00:00","","","","",4.03,3.93,3.14,2.16,1.05,0.613,0.26,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88320",1,40.46542,-79.960757,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.223922,0.636676,2.92,"2013-01-28 00:00",2.56,"2013-05-31 00:00",2.48,"2013-05-28 00:00",2.35,"2013-02-18 00:00","","","","",2.92,2.56,2.48,2.05,1.62,1.19,0.57,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88321",1,40.46542,-79.960757,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.431765,0.219579,0.91,"2013-02-18 00:00",0.9,"2013-01-28 00:00",0.88,"2013-01-10 00:00",0.85,"2013-03-23 00:00","","","","",0.91,0.9,0.88,0.73,0.6,0.39,0.19,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88324",1,40.46542,-79.960757,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.063637,0.059857,0.2941,"2013-02-18 00:00",0.2398,"2013-05-31 00:00",0.2316,"2013-01-28 00:00",0.1325,"2013-02-24 00:00","","","","",0.2941,0.2398,0.2316,0.1198,0.0868,0.0481,0.0159,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88325",1,40.46542,-79.960757,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.317153,0.17311,0.7848,"2013-05-28 00:00",0.7414,"2013-05-31 00:00",0.6796,"2013-03-23 00:00",0.6489,"2013-01-28 00:00","","","","",0.7848,0.7414,0.6796,0.559,0.4161,0.299,0.1445,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88326",1,40.46542,-79.960757,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.294994,0.183642,0.7283,"2013-05-28 00:00",0.7111,"2013-02-18 00:00",0.6802,"2013-01-28 00:00",0.6786,"2013-01-10 00:00","","","","",0.7283,0.7111,0.6802,0.5907,0.4148,0.2451,0.113,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88327",1,40.46542,-79.960757,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.276196,0.165066,0.6408,"2013-05-31 00:00",0.6234,"2013-05-28 00:00",0.6147,"2013-02-18 00:00",0.6111,"2013-01-10 00:00","","","","",0.6408,0.6234,0.6147,0.5513,0.3824,0.2174,0.1141,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88328",1,40.46542,-79.960757,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.273906,0.136944,0.7841,"2013-01-28 00:00",0.5617,"2013-04-07 00:00",0.5148,"2013-04-28 00:00",0.5108,"2013-05-16 00:00","","","","",0.7841,0.5617,0.5148,0.4821,0.3305,0.2357,0.1463,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88329",1,40.46542,-79.960757,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.646422,0.311589,1.6415,"2013-01-28 00:00",1.1876,"2013-03-23 00:00",1.058,"2013-02-18 00:00",1.0313,"2013-01-07 00:00","","","","",1.6415,1.1876,1.058,0.9963,0.8816,0.661,0.3028,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88330",1,40.46542,-79.960757,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.058688,0.023527,0.1443,"2013-03-29 00:00",0.1087,"2013-04-01 00:00",0.0924,"2013-04-19 00:00",0.0922,"2013-04-04 00:00","","","","",0.1443,0.1087,0.0924,0.0853,0.0741,0.0568,0.0345,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88331",1,40.46542,-79.960757,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000211,0.000752,0.004,"2013-04-07 00:00",0.0036,"2013-03-29 00:00",0.001,"2013-04-19 00:00",0.0007,"2013-01-25 00:00","","","","",0.004,0.0036,0.001,0.0001,0.0001,0,0,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88350",1,40.46542,-79.960757,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.201825,1.147036,5.26,"2013-01-28 00:00",4.615,"2013-05-31 00:00",4.4608,"2013-05-28 00:00",4.2235,"2013-02-18 00:00","","","","",5.26,4.615,4.4608,3.6851,2.9178,2.1379,1.0238,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-28" +"42","003","0008","88355",6,40.46542,-79.960757,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,2.404477,1.063302,5.02,"2013-06-24 00:00",4.68,"2013-01-28 00:00",4.5,"2013-07-27 00:00",4.49,"2013-06-09 00:00","","","","",5.02,4.68,4.25,3.96,3.14,2.38,1.04,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88357",6,40.46542,-79.960757,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.332807,0.163282,0.862,"2013-10-28 00:00",0.709,"2013-10-19 00:00",0.695,"2013-11-09 00:00",0.662,"2013-11-06 00:00","","","","",0.862,0.709,0.654,0.59,0.412,0.289,0.15,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88370",6,40.46542,-79.960757,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,2.058386,0.857544,4.16,"2013-06-24 00:00",3.85,"2013-01-28 00:00",3.77,"2013-07-27 00:00",3.65,"2013-06-09 00:00","","","","",4.16,3.85,3.58,3.22,2.7,2.05,0.911,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88374",6,40.46542,-79.960757,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.181045,0.127055,0.749,"2013-06-24 00:00",0.488,"2013-08-17 00:00",0.472,"2013-05-28 00:00",0.458,"2013-11-09 00:00","","","","",0.749,0.488,0.4,0.372,0.23,0.157,0.046,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88375",6,40.46542,-79.960757,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.565682,0.246388,1.22,"2013-07-18 00:00",1.16,"2013-06-24 00:00",1.06,"2013-07-27 00:00",0.988,"2013-06-09 00:00","","","","",1.22,1.16,0.986,0.918,0.734,0.583,0.257,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88376",6,40.46542,-79.960757,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.54017,0.257717,1.39,"2013-10-28 00:00",1.18,"2013-11-09 00:00",1.1,"2013-09-07 00:00",1.02,"2013-07-27 00:00","","","","",1.39,1.18,1,0.918,0.704,0.516,0.232,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88377",6,40.46542,-79.960757,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.461693,0.228532,0.986,"2013-09-07 00:00",0.94,"2013-10-28 00:00",0.901,"2013-09-19 00:00",0.889,"2013-07-18 00:00","","","","",0.986,0.94,0.881,0.809,0.611,0.448,0.171,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88378",6,40.46542,-79.960757,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",5,0.309739,0.196812,0.997,"2013-06-09 00:00",0.893,"2013-01-28 00:00",0.708,"2013-04-28 00:00",0.692,"2013-08-17 00:00","","","","",0.997,0.893,0.684,0.567,0.438,0.26,0.114,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88380",6,40.46542,-79.960757,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.679602,0.357064,1.56,"2013-10-28 00:00",1.46,"2013-09-19 00:00",1.43,"2013-07-18 00:00",1.39,"2013-06-24 00:00","","","","",1.56,1.46,1.34,1.2,0.903,0.643,0.278,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88383",6,40.46542,-79.960757,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.931852,0.444504,2.19,"2013-01-28 00:00",2.05,"2013-06-09 00:00",1.83,"2013-06-24 00:00",1.8,"2013-08-17 00:00","","","","",2.19,2.05,1.76,1.62,1.24,0.878,0.416,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88384",6,40.46542,-79.960757,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.057235,0.022521,0.155,"2013-06-24 00:00",0.109,"2013-07-30 00:00",0.106,"2013-07-18 00:00",0.101,"2013-09-04 00:00","","","","",0.155,0.109,0.0978,0.0841,0.0689,0.0523,0.0339,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88385",6,40.46542,-79.960757,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",86,0.001131,0.001,0.0101,"2013-06-27 00:00",0.00339,"2013-11-09 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.0101,0.00339,0.001,0.001,0.001,0.001,0.001,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88388",6,40.46542,-79.960757,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,1,"","","Certification not required",0,0.656295,0.373307,1.84,"2013-06-09 00:00",1.73,"2013-01-28 00:00",1.56,"2013-08-17 00:00",1.47,"2013-06-24 00:00","","","","",1.84,1.73,1.42,1.11,0.91,0.577,0.267,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88403",6,40.46542,-79.960757,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,2.399023,1.58896,7.76,"2013-07-18 00:00",7.66,"2013-09-10 00:00",6.68,"2013-09-19 00:00",6.46,"2013-08-20 00:00","","","","",7.76,7.66,6.25,4.49,2.75,2.06,0.795,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0008","88501",3,40.46542,-79.960757,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8709,99,365,365,0,51,"","","Certification not required",0,8.89884,5.481563,45,"2013-08-30 02:00",41,"2013-01-11 23:00",40,"2013-01-08 10:00",37,"2013-09-12 10:00","","","","",26,23,20,17,12,8,3,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","88501",3,40.46542,-79.960757,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,8.853151,4.204625,25.2,"2013-09-10 00:00",24.3,"2013-07-17 00:00",21.9,"2013-06-21 00:00",21.5,"2013-08-21 00:00","","","","",21.5,19.6,18,14.4,11.2,8,4.4,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","88502",3,40.46542,-79.960757,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8709,99,365,365,0,51,"","","Certification not required",0,10.310139,4.969282,44,"2013-08-30 02:00",39,"2013-01-11 23:00",37,"2013-01-08 10:00",37,"2013-12-13 21:00","","","","",26,24,20,17,13,9,5,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","88502",3,40.46542,-79.960757,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,10.26274,3.79785,24.4,"2013-07-17 00:00",24.4,"2013-09-10 00:00",23.1,"2013-12-03 00:00",22.5,"2013-12-04 00:00","","","","",22.5,20.2,18.1,14.9,12.3,9.5,6.2,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0008","88502",6,40.46542,-79.960757,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,2,"","","Certification not required",0,11.004598,4.892351,26.3,"2013-09-10 00:00",22.7,"2013-07-18 00:00",22.5,"2013-01-28 00:00",21,"2013-08-20 00:00","","","","",26.3,22.7,20.5,18,13.8,10.7,4.8,"Lawrenceville","301 39TH ST, BLDG #7, LAWRENCEVILLE","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-14" +"42","003","0010","42101",1,40.445577,-80.016155,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7420,85,305,365,0,596,0,0,"Certification not required",6574,0.298693,0.158194,2.3,"2013-01-13 08:00",2.1,"2013-01-13 09:00",1.8,"2013-01-13 06:00",1.8,"2013-01-13 07:00","","","","",1.1,0.8,0.6,0.5,0.25,0.25,0.25,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42101",1,40.445577,-80.016155,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7396,84,304,365,0,0,0,0,"Certification not required",0,0.338751,0.131591,1.6,"2013-01-13 09:00",1.6,"2013-01-13 10:00",1.6,"2013-01-13 11:00",1.6,"2013-01-13 12:00",1.6,"2013-01-13 09:00",1.4,"2013-01-12 12:00",1.1,0.8,0.6,0.4,0.3,0.3,0.3,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42401",1,40.445577,-80.016155,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7969,91,332,365,0,47,1,"","Certification not required",0,6.35241,5.993392,83,"2013-03-05 17:00",35,"2013-03-09 14:00",29,"2013-10-10 17:00",28,"2013-04-11 20:00","","","","",28,20,15,10,7,5,2,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42401",1,40.445577,-80.016155,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7969,91,332,365,0,47,"","","Certification not required",0,3.245702,2.644397,83,"2013-03-05 17:00",48,"2013-03-05 16:00",35,"2013-03-09 14:00",31,"2013-03-09 15:00","","","","",11,9,7,6,4,3,1,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42401",1,40.445577,-80.016155,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",332,91,332,365,0,0,0,"","Certification not required",0,3.255723,1.852914,12.4,"2013-03-05 00:00",9.6,"2013-01-10 00:00",9.2,"2013-01-12 00:00",8.9,"2013-03-09 00:00","","","","",8.9,8.4,7.3,5.5,4.1,3,1.3,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42401",1,40.445577,-80.016155,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2649,91,332,365,0,0,"",0,"Certification not required",0,3.21812,2.460586,49.6,"2013-03-05 17:00",25.6,"2013-10-10 17:00",22,"2013-03-09 14:00",20.3,"2013-04-11 23:00","","","","",10.3,9,7.3,6,4,3,1,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42401",2,40.445577,-80.016155,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",93862,89,332,365,0,2330,"","","Certification not required",0,3.258454,2.732782,116,"2013-03-05 17:25",115,"2013-03-05 17:30",106,"2013-03-05 17:35",102,"2013-03-05 17:20","","","","",11,9,7,6,4,3,1,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42601",1,40.445577,-80.016155,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7761,89,323,365,0,255,"","","Certification not required",0,4.965984,14.133618,195,"2013-01-09 09:00",179,"2013-11-15 08:00",161,"2013-01-09 08:00",157,"2013-01-12 11:00","","","","",68,53,33,16,2,0,0,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42602",1,40.445577,-80.016155,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7761,89,323,365,0,255,0,"","Certification not required",0,22.972136,9.149678,49,"2013-06-21 22:00",43,"2013-04-06 20:00",43,"2013-06-22 00:00",42,"2013-06-20 23:00","","","","",42,40,37,35,30,23,10,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42602",1,40.445577,-80.016155,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7761,89,323,365,0,255,"","","Certification not required",0,11.004639,8.333171,49,"2013-06-21 22:00",44,"2013-06-21 21:00",43,"2013-04-06 20:00",43,"2013-06-22 00:00","","","","",35,32,29,24,15,8,3,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","42603",1,40.445577,-80.016155,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7618,87,317,365,0,398,"","","Certification not required",0,14.701759,19.821755,219,"2013-11-15 08:00",189,"2013-01-12 11:00",186,"2013-11-15 07:00",181,"2013-01-12 10:00","","","","",93,77,58,40,17,7,1,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","44201",1,40.445577,-80.016155,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7445,100,214,214,0,571,0,0,"Certification not required",1068,0.052229,0.013375,0.115,"2013-06-21 15:00",0.088,"2013-08-21 15:00",0.085,"2013-05-15 17:00",0.081,"2013-09-10 15:00","","","","",0.085,0.08,0.072,0.068,0.061,0.052,0.042,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","44201",1,40.445577,-80.016155,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7452,100,213,214,0,0,1,1,"Certification not required",0,0.045901,0.012946,0.101,"2013-06-21 11:00",0.077,"2013-08-21 11:00",0.076,"2013-05-15 11:00",0.075,"2013-06-20 11:00","","","","",0.076,0.073,0.065,0.062,0.055,0.046,0.036,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0010","44201",1,40.445577,-80.016155,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7452,100,213,214,0,0,3,3,"Certification not required",0,0.045901,0.012946,0.101,"2013-06-21 11:00",0.077,"2013-08-21 11:00",0.076,"2013-05-15 11:00",0.075,"2013-06-20 11:00","","","","",0.076,0.073,0.065,0.062,0.055,0.046,0.036,"LAT/LON IS APPROXIMATE LOCATION OF SCIENCE CENTER","CARNEGIE SCIENCE CENTER - 1 ALLEGHENY RD","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-02-19" +"42","003","0031","42101",1,40.443367,-79.990293,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8688,99,363,365,0,72,0,0,"Certification not required",7843,0.290211,0.139084,1.7,"2013-01-09 08:00",1.6,"2013-01-12 09:00",1.6,"2013-01-12 10:00",1.6,"2013-12-19 23:00","","","","",0.9,0.8,0.6,0.25,0.25,0.25,0.25,"Flag Plaza","1275 BEDFORD AVE, FLAG PLAZA","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0031","42101",1,40.443367,-79.990293,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8717,100,363,365,0,0,0,0,"Certification not required",0,0.330458,0.100961,1.4,"2013-01-12 09:00",1.4,"2013-01-12 10:00",1.4,"2013-01-12 11:00",1.3,"2013-01-09 08:00",1.4,"2013-01-12 09:00",1.3,"2013-01-09 08:00",0.8,0.7,0.5,0.4,0.3,0.3,0.3,"Flag Plaza","1275 BEDFORD AVE, FLAG PLAZA","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0031","81102",5,40.443367,-79.990293,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8667,99,362,365,0,93,"","","Certification not required",0,16.586362,10.33743,108,"2013-03-11 08:00",101,"2013-03-11 07:00",99,"2013-10-06 19:00",99,"2013-12-19 18:00","","","","",51,45,36,29,22,14,6,"Flag Plaza","1275 BEDFORD AVE, FLAG PLAZA","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0031","81102",5,40.443367,-79.990293,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,16.138122,7.282791,44,"2013-12-04 00:00",39,"2013-05-15 00:00",37,"2013-12-19 00:00",35,"2013-01-08 00:00","","","","",35,33,31,26,21,15,8,"Flag Plaza","1275 BEDFORD AVE, FLAG PLAZA","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0038","42101",1,40.438359,-79.99664,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8413,96,352,365,0,347,0,0,"Certification not required",6179,0.358784,0.21368,2.2,"2013-01-09 08:00",2.1,"2013-01-08 11:00",2,"2013-01-12 11:00",1.9,"2013-10-28 07:00","","","","",1.2,1,0.8,0.6,0.5,0.25,0.25,"Downtown (formerly referred to as the Courthouse)","414 GRANT ST, CITY-COUNTY BLDG, DOWNTOWN","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0038","42101",1,40.438359,-79.99664,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8436,96,351,365,0,0,0,0,"Certification not required",0,0.386759,0.171617,1.6,"2013-10-28 10:00",1.6,"2013-10-28 11:00",1.5,"2013-01-12 11:00",1.5,"2013-01-12 12:00",1.6,"2013-10-28 10:00",1.5,"2013-01-12 11:00",1.1,0.9,0.8,0.6,0.4,0.3,0.3,"Downtown (formerly referred to as the Courthouse)","414 GRANT ST, CITY-COUNTY BLDG, DOWNTOWN","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2014-01-16" +"42","003","0064","42401",1,40.323768,-79.868062,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8450,96,354,365,0,310,5,"","Certification not required",0,15.957627,16.925797,99,"2013-12-01 03:00",96,"2013-12-20 00:00",86,"2013-12-19 23:00",81,"2013-08-26 05:00","","","","",81,64,50,38,22,12,1,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","42401",1,40.323768,-79.868062,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8450,96,354,365,0,310,"","","Certification not required",0,3.997396,7.923814,99,"2013-12-01 03:00",98,"2013-12-01 02:00",96,"2013-12-20 00:00",86,"2013-12-19 23:00","","","","",38,29,18,12,4,1,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","42401",1,40.323768,-79.868062,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,3.991808,4.62735,29,"2013-12-01 00:00",24.3,"2013-08-26 00:00",22.6,"2013-12-20 00:00",22.5,"2013-12-19 00:00","","","","",22.5,18.6,13.6,9.7,5.7,2.3,0.2,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","42401",1,40.323768,-79.868062,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2755,94,352,365,0,0,"",0,"Certification not required",0,3.92323,7.282815,83,"2013-12-20 02:00",77,"2013-12-01 05:00",71.6,"2013-08-26 05:00",66.6,"2013-12-19 23:00","","","","",35.3,26,18,11.3,4.3,1,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","42401",6,40.323768,-79.868062,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",100542,96,356,365,0,4578,"","","Certification not required",0,4.054713,8.351585,136,"2013-11-06 06:30",130,"2013-12-19 23:10",127,"2013-12-19 23:05",121,"2013-12-20 00:40","","","","",40,31,19,12,4,1,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-17" +"42","003","0064","45201",1,40.323768,-79.868062,"NAD83","Benzene","1 HOUR","","Observed Values","Semi-Continuous Analyzer - GC/PID",2013,"Parts per billion Carbon","No Events",6503,74,271,365,0,2256,"","","Certification not required",0,1.363771,8.257929,132,"2013-09-07 04:00",123.6,"2013-09-07 03:00",123,"2013-01-09 07:00",123,"2013-01-12 09:00","","","","",41.4,21,3.6,0,0,0,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","61101",1,40.323768,-79.868062,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8703,99,362,365,0,57,"","","Certification not required",0,4.918672,2.710056,20.2,"2013-11-12 06:00",20,"2013-11-12 07:00",19.6,"2013-02-11 13:00",19.4,"2013-02-11 15:00","","","","",12.6,11.5,10.1,8.7,6.4,4.5,1.7,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","61102",1,40.323768,-79.868062,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8703,99,362,365,0,57,"","","Certification not required",0,194.217511,88.551962,359,"2013-07-24 03:00",359,"2013-08-28 20:00",359,"2013-09-24 03:00",359,"2013-11-03 08:00","","","","",352,347,329,306,252,213,53,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","68103",6,40.323768,-79.868062,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,7.828846,9.207911,21.2,"2013-07-03 00:00",20.5,"2013-09-01 00:00",20.3,"2013-07-15 00:00",19.6,"2013-07-09 00:00","","","","",21.2,20.5,20.3,19,14.9,11.3,-6.7,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","68104",6,40.323768,-79.868062,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,18.855769,11.078196,34.7,"2013-07-15 00:00",31.6,"2013-07-03 00:00",31.5,"2013-06-21 00:00",31,"2013-05-22 00:00","","","","",34.7,31.6,31.5,30.5,27.4,22.1,2.2,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","68105",1,40.323768,-79.868062,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",265,100,45,61,0,0,"","","Certification not required",0,12.553208,10.170054,27.5,"2013-07-18 00:00",27.4,"2013-07-15 00:00",27,"2013-07-14 00:00",26.6,"2013-07-06 00:00","","","","",27,26.5,24.9,23.7,21.1,16.1,-1.5,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","68105",2,40.323768,-79.868062,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,13.909302,10.156509,27.8,"2013-07-15 00:00",26,"2013-07-03 00:00",24.2,"2013-08-08 00:00",23.8,"2013-09-01 00:00","","","","",27.8,27.8,24.2,23.7,22.1,17.5,-0.4,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","68105",6,40.323768,-79.868062,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.982692,9.651775,27.5,"2013-07-15 00:00",25.4,"2013-07-03 00:00",23.4,"2013-08-08 00:00",23,"2013-09-01 00:00","","","","",27.5,25.4,23.4,22.9,21.1,16.7,0.2,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","68106",6,40.323768,-79.868062,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,728.115385,4.43981,737,"2013-04-22 00:00",737,"2013-07-15 00:00",736,"2013-01-10 00:00",734,"2013-06-21 00:00","","","","",737,737,736,732,731,729,722,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","68107",6,40.323768,-79.868062,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,732.980769,4.113538,744,"2013-01-10 00:00",741,"2013-04-22 00:00",740,"2013-07-15 00:00",738,"2013-02-09 00:00","","","","",744,741,740,738,736,733,729,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","68108",1,40.323768,-79.868062,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",265,100,45,61,0,0,"","","Certification not required",0,733.283019,4.252349,745,"2013-04-21 00:00",744,"2013-01-10 00:00",743,"2013-01-27 00:00",742,"2013-04-26 00:00","","","","",743,741,740,739,736,734,728,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","68108",2,40.323768,-79.868062,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,730,4.259443,740,"2013-01-10 00:00",738,"2013-04-22 00:00",737,"2013-07-15 00:00",736,"2013-02-09 00:00","","","","",740,740,737,735,733,730,725,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","68108",6,40.323768,-79.868062,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,730.442308,4.127447,741,"2013-01-10 00:00",738,"2013-04-22 00:00",738,"2013-07-15 00:00",736,"2013-02-09 00:00","","","","",741,738,738,735,733,731,726,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","81102",1,40.323768,-79.868062,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",83,68,83,122,0,8,0,0,"Certification not required",0,19.433735,10.334872,47,"2013-08-20 00:00",45,"2013-07-15 00:00",43,"2013-09-07 00:00",42,"2013-06-21 00:00","","","","",47,45,41,33,26,17,8,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-20" +"42","003","0064","81102",2,40.323768,-79.868062,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,21.093023,10.805232,47,"2013-08-20 00:00",45,"2013-07-15 00:00",44,"2013-09-07 00:00",43,"2013-06-21 00:00","","","","",47,47,44,38,27,21,9,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-20" +"42","003","0064","81102",5,40.323768,-79.868062,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8663,99,363,365,0,97,"","","Certification not required",0,16.29551,15.803608,156,"2013-03-30 03:00",142,"2013-03-30 05:00",138,"2013-12-20 00:00",137,"2013-12-01 03:00","","","","",82,67,47,33,20,12,4,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","81102",5,40.323768,-79.868062,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,15.809917,10.0102,49,"2013-01-12 00:00",48,"2013-01-03 00:00",46,"2013-01-08 00:00",46,"2013-08-20 00:00","","","","",46,41,38,30,21,13,6,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","88101",1,40.323768,-79.868062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,4,4,"Certification not required",0,12.053208,6.980812,43.6,"2013-01-12 00:00",41.9,"2013-01-08 00:00",38.1,"2013-01-09 00:00",36.1,"2013-01-03 00:00","","","","",38.1,30,25.4,21.7,14.7,10.5,5.1,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","88101",1,40.323768,-79.868062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,12.053208,6.980812,43.6,"2013-01-12 00:00",41.9,"2013-01-08 00:00",38.1,"2013-01-09 00:00",36.1,"2013-01-03 00:00","","","","",38.1,30,25.4,21.7,14.7,10.5,5.1,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","88101",2,40.323768,-79.868062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,74,23,31,0,0,0,0,"Certification not required",0,12.54186,6.521219,29.1,"2013-08-20 00:00",26.3,"2013-06-21 00:00",24.5,"2013-09-07 00:00",22.9,"2013-03-23 00:00","","","","",29.1,29.1,26.3,24.5,21.1,15.1,11.2,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","88101",2,40.323768,-79.868062,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,74,23,31,0,0,"","","Certification not required",0,12.54186,6.521219,29.1,"2013-08-20 00:00",26.3,"2013-06-21 00:00",24.5,"2013-09-07 00:00",22.9,"2013-03-23 00:00","","","","",29.1,29.1,26.3,24.5,21.1,15.1,11.2,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2013-12-17" +"42","003","0064","88102",6,40.323768,-79.868062,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.020019,0.006603,0.046,"2013-04-10 00:00",0.041,"2013-03-23 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-15 00:00","","","","",0.046,0.041,0.026,0.026,0.021,0.0195,0.014,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88103",6,40.323768,-79.868062,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003769,0.004523,0.022,"2013-09-07 00:00",0.018,"2013-06-21 00:00",0.011,"2013-08-20 00:00",0.011,"2013-10-19 00:00","","","","",0.022,0.018,0.011,0.009,0.006,0.002,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88104",6,40.323768,-79.868062,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",25,0.031981,0.050519,0.284,"2013-07-15 00:00",0.246,"2013-09-19 00:00",0.092,"2013-09-01 00:00",0.067,"2013-10-19 00:00","","","","",0.284,0.246,0.092,0.053,0.036,0.016,0.0065,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88107",6,40.323768,-79.868062,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006844,0.006624,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88109",6,40.323768,-79.868062,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.010628,0.01021,0.0467,"2013-09-07 00:00",0.0346,"2013-08-20 00:00",0.0336,"2013-03-23 00:00",0.0321,"2013-10-19 00:00","","","","",0.0467,0.0346,0.0336,0.0251,0.0149,0.0069,0.0025,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88110",6,40.323768,-79.868062,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001519,0.003269,0.014,"2013-09-07 00:00",0.012,"2013-07-03 00:00",0.008,"2013-10-19 00:00",0.008,"2013-10-31 00:00","","","","",0.014,0.012,0.008,0.006,0.001,0,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88111",6,40.323768,-79.868062,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.027267,0.021159,0.117,"2013-07-15 00:00",0.0672,"2013-04-10 00:00",0.0641,"2013-08-20 00:00",0.06,"2013-09-01 00:00","","","","",0.117,0.0672,0.0641,0.05,0.0392,0.0241,0.00375,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88112",6,40.323768,-79.868062,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004288,0.011703,0.084,"2013-10-01 00:00",0.014,"2013-11-06 00:00",0.012,"2013-04-10 00:00",0.011,"2013-09-19 00:00","","","","",0.084,0.014,0.012,0.01,0.003,0.002,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88113",6,40.323768,-79.868062,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.000703,0.000217,0.0019,"2013-05-28 00:00",0.0012,"2013-07-03 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00","","","","",0.0019,0.0012,0.001,0.001,0.0007,0.00065,0.00055,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88114",6,40.323768,-79.868062,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.005766,0.006248,0.0427,"2013-03-11 00:00",0.0207,"2013-09-07 00:00",0.0111,"2013-08-08 00:00",0.0103,"2013-07-27 00:00","","","","",0.0427,0.0207,0.0111,0.0098,0.0069,0.0045,0.00125,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88115",6,40.323768,-79.868062,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.056404,0.146944,0.91,"2013-03-23 00:00",0.574,"2013-10-19 00:00",0.209,"2013-09-07 00:00",0.122,"2013-11-06 00:00","","","","",0.91,0.574,0.209,0.079,0.044,0.0158,0.0039,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88117",6,40.323768,-79.868062,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00691,0.010617,0.0435,"2013-01-10 00:00",0.0435,"2013-04-16 00:00",0.043,"2013-03-17 00:00",0.043,"2013-08-20 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88118",6,40.323768,-79.868062,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009841,0.006638,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88126",6,40.323768,-79.868062,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.066802,0.052428,0.328,"2013-09-07 00:00",0.229,"2013-07-15 00:00",0.145,"2013-06-21 00:00",0.125,"2013-03-05 00:00","","","","",0.328,0.229,0.145,0.109,0.0747,0.0575,0.0234,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88128",6,40.323768,-79.868062,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.014173,0.016525,0.065,"2013-08-20 00:00",0.06,"2013-09-07 00:00",0.052,"2013-07-15 00:00",0.051,"2013-06-21 00:00","","","","",0.065,0.06,0.052,0.04,0.02,0.009,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88131",6,40.323768,-79.868062,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.011673,0.005983,0.032,"2013-04-28 00:00",0.029,"2013-01-28 00:00",0.027,"2013-05-04 00:00",0.025,"2013-11-06 00:00","","","","",0.032,0.029,0.027,0.0165,0.0165,0.011,0.007,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88132",6,40.323768,-79.868062,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00175,0.001493,0.006,"2013-06-21 00:00",0.005,"2013-04-10 00:00",0.005,"2013-09-25 00:00",0.004,"2013-01-28 00:00","","","","",0.006,0.005,0.005,0.004,0.003,0.002,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88136",6,40.323768,-79.868062,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000615,0.000911,0.004,"2013-09-25 00:00",0.003,"2013-04-10 00:00",0.003,"2013-09-01 00:00",0.002,"2013-02-21 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88140",6,40.323768,-79.868062,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.007208,0.00491,0.04,"2013-09-13 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-22 00:00",0.009,"2013-03-17 00:00","","","","",0.04,0.009,0.009,0.009,0.009,0.006,0.00475,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88152",6,40.323768,-79.868062,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005652,0.001576,0.008,"2013-02-09 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-05-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88154",6,40.323768,-79.868062,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",22,0.0048,0.009501,0.0688,"2013-08-26 00:00",0.0125,"2013-09-07 00:00",0.0111,"2013-08-20 00:00",0.0092,"2013-06-21 00:00","","","","",0.0688,0.0125,0.0111,0.0074,0.0058,0.0026,0.001,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88160",6,40.323768,-79.868062,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.012817,0.003607,0.0185,"2013-10-25 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-15 00:00",0.018,"2013-02-21 00:00","","","","",0.0185,0.018,0.018,0.018,0.016,0.01,0.01,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88161",6,40.323768,-79.868062,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.002932,0.002836,0.0216,"2013-07-15 00:00",0.0078,"2013-09-07 00:00",0.0064,"2013-05-10 00:00",0.0052,"2013-08-20 00:00","","","","",0.0216,0.0078,0.0064,0.00265,0.00265,0.0025,0.0021,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88164",6,40.323768,-79.868062,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001615,0.000317,0.003,"2013-05-22 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88165",6,40.323768,-79.868062,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.086277,0.105334,0.701,"2013-07-15 00:00",0.326,"2013-01-10 00:00",0.194,"2013-04-16 00:00",0.192,"2013-11-06 00:00","","","","",0.701,0.326,0.194,0.156,0.1,0.069,0.012,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88166",6,40.323768,-79.868062,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008167,0.004655,0.019,"2013-09-13 00:00",0.019,"2013-10-25 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-15 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88167",6,40.323768,-79.868062,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.028027,0.02806,0.131,"2013-09-07 00:00",0.103,"2013-06-21 00:00",0.1,"2013-08-20 00:00",0.0777,"2013-07-15 00:00","","","","",0.131,0.103,0.1,0.0642,0.0373,0.0188,0.0045,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88168",6,40.323768,-79.868062,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001458,0.001272,0.0097,"2013-06-03 00:00",0.0042,"2013-08-26 00:00",0.0019,"2013-05-04 00:00",0.00175,"2013-02-03 00:00","","","","",0.0097,0.0042,0.0019,0.00175,0.00155,0.00115,0.00085,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88169",6,40.323768,-79.868062,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.171654,0.659547,3.46,"2013-08-20 00:00",2.24,"2013-06-21 00:00",2.22,"2013-08-26 00:00",2.22,"2013-09-19 00:00","","","","",3.46,2.24,2.22,2.13,1.61,1.13,0.457,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88176",6,40.323768,-79.868062,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000977,0.000207,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88180",6,40.323768,-79.868062,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.059458,0.028887,0.131,"2013-07-27 00:00",0.12,"2013-07-15 00:00",0.115,"2013-09-07 00:00",0.107,"2013-03-23 00:00","","","","",0.131,0.12,0.115,0.106,0.0736,0.0583,0.0236,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88184",6,40.323768,-79.868062,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",23,0.054135,0.043641,0.221,"2013-04-10 00:00",0.146,"2013-11-06 00:00",0.145,"2013-03-17 00:00",0.136,"2013-09-19 00:00","","","","",0.221,0.146,0.145,0.124,0.07,0.044,0.0155,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88185",6,40.323768,-79.868062,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.003617,0.003954,0.0163,"2013-10-19 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-02-21 00:00","","","","",0.0163,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88301",6,40.323768,-79.868062,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.337712,0.917993,4.07,"2013-08-20 00:00",3.41,"2013-09-07 00:00",3.11,"2013-08-26 00:00",2.81,"2013-03-23 00:00","","","","",4.07,3.41,3.11,2.81,1.79,1.2,0.28,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88302",6,40.323768,-79.868062,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.07319,0.048752,0.267,"2013-04-10 00:00",0.19,"2013-07-15 00:00",0.182,"2013-03-05 00:00",0.13,"2013-05-04 00:00","","","","",0.267,0.19,0.182,0.129,0.0977,0.06,0.0213,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88303",6,40.323768,-79.868062,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.04385,0.027855,0.124,"2013-01-28 00:00",0.109,"2013-07-15 00:00",0.101,"2013-09-07 00:00",0.099,"2013-07-27 00:00","","","","",0.124,0.109,0.101,0.082,0.056,0.0429,0.012,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88306",6,40.323768,-79.868062,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.07525,0.877702,4.33,"2013-01-10 00:00",3.46,"2013-03-23 00:00",2.91,"2013-02-15 00:00",2.56,"2013-03-29 00:00","","","","",4.33,3.46,2.91,2.41,1.32,0.828,0.334,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88355",6,40.323768,-79.868062,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,3.465923,2.23503,10.6,"2013-06-21 00:00",8.9,"2013-08-20 00:00",7.89,"2013-09-07 00:00",6.64,"2013-08-26 00:00","","","","",10.6,8.9,7.89,6.46,5.01,2.9,1.13,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88357",6,40.323768,-79.868062,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.748269,0.701182,3.16,"2013-07-15 00:00",2.42,"2013-09-07 00:00",2.39,"2013-08-20 00:00",2.09,"2013-11-06 00:00","","","","",3.16,2.42,2.39,1.59,1.08,0.48,0.137,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88370",6,40.323768,-79.868062,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.820923,1.738804,8.71,"2013-06-21 00:00",7.56,"2013-08-20 00:00",6.21,"2013-09-07 00:00",5.16,"2013-07-15 00:00","","","","",8.71,7.56,6.21,4.74,4.07,2.58,1.05,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88374",6,40.323768,-79.868062,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.334404,0.282587,1.1,"2013-06-21 00:00",0.92,"2013-08-20 00:00",0.915,"2013-03-23 00:00",0.883,"2013-09-07 00:00","","","","",1.1,0.92,0.915,0.713,0.499,0.211,0.062,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88375",6,40.323768,-79.868062,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.728385,0.434206,1.92,"2013-06-21 00:00",1.79,"2013-08-20 00:00",1.46,"2013-08-26 00:00",1.45,"2013-07-15 00:00","","","","",1.92,1.79,1.46,1.41,0.97,0.698,0.261,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88376",6,40.323768,-79.868062,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.525865,0.242459,1.41,"2013-06-21 00:00",0.997,"2013-09-07 00:00",0.872,"2013-03-23 00:00",0.853,"2013-07-15 00:00","","","","",1.41,0.997,0.872,0.84,0.696,0.495,0.237,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88377",6,40.323768,-79.868062,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.53875,0.310184,1.17,"2013-03-23 00:00",1.13,"2013-08-26 00:00",1.12,"2013-06-15 00:00",1.08,"2013-10-19 00:00","","","","",1.17,1.13,1.12,1.01,0.837,0.508,0.199,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88378",6,40.323768,-79.868062,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.693077,0.676509,3.45,"2013-06-21 00:00",3.44,"2013-08-20 00:00",1.89,"2013-09-07 00:00",1.48,"2013-07-15 00:00","","","","",3.45,3.44,1.89,1.3,0.855,0.541,0.174,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88380",6,40.323768,-79.868062,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.394942,1.174803,4.58,"2013-07-15 00:00",4.1,"2013-09-07 00:00",3.73,"2013-08-20 00:00",3.51,"2013-06-21 00:00","","","","",4.58,4.1,3.73,3.2,2.17,1.01,0.259,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88383",6,40.323768,-79.868062,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.919,1.613654,6.79,"2013-08-20 00:00",6.65,"2013-06-21 00:00",5.68,"2013-09-07 00:00",5.27,"2013-07-15 00:00","","","","",6.79,6.65,5.68,3.84,2.85,1.44,0.414,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88384",6,40.323768,-79.868062,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.166531,0.135079,0.77,"2013-07-15 00:00",0.37,"2013-08-20 00:00",0.351,"2013-08-02 00:00",0.327,"2013-05-22 00:00","","","","",0.77,0.37,0.351,0.324,0.251,0.115,0.0455,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88385",6,40.323768,-79.868062,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.00217,0.003229,0.0134,"2013-08-02 00:00",0.0125,"2013-07-15 00:00",0.0121,"2013-09-07 00:00",0.0119,"2013-06-21 00:00","","","","",0.0134,0.0125,0.0121,0.00634,0.001,0.001,0.001,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88388",6,40.323768,-79.868062,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.339327,1.118203,5.37,"2013-06-21 00:00",4.77,"2013-08-20 00:00",3.57,"2013-09-07 00:00",2.89,"2013-07-15 00:00","","","","",5.37,4.77,3.57,2.62,1.82,1.05,0.29,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88403",6,40.323768,-79.868062,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,3.086923,1.77064,8.6,"2013-08-20 00:00",6.92,"2013-09-19 00:00",6.16,"2013-07-27 00:00",6.08,"2013-09-07 00:00","","","","",8.6,6.92,6.16,5.58,4.17,2.98,1.05,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0064","88501",3,40.323768,-79.868062,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8699,99,365,365,0,61,"","","Certification not required",0,11.060352,9.79164,91,"2013-12-01 03:00",85,"2013-05-30 23:00",84,"2013-12-04 07:00",84,"2013-12-19 23:00","","","","",50,42,30,22,14,8,3,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","88501",3,40.323768,-79.868062,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.02,6.238379,31.3,"2013-01-12 00:00",30.8,"2013-09-10 00:00",30.3,"2013-08-20 00:00",29.9,"2013-01-08 00:00","","","","",29.9,28.1,24,20.1,14.3,9.5,4.7,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","88502",3,40.323768,-79.868062,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8697,99,365,365,0,63,"","","Certification not required",0,11.87214,10.305275,106,"2013-12-04 07:00",106,"2013-12-19 23:00",102,"2013-12-20 00:00",98,"2013-12-01 03:00","","","","",52,44,32,23,14,9,4,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","88502",3,40.323768,-79.868062,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.830685,6.542162,33.7,"2013-01-12 00:00",33.3,"2013-09-10 00:00",32.3,"2013-01-08 00:00",30.9,"2013-05-30 00:00","","","","",30.9,29.1,26.1,22,15.2,10.3,5,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-01-16" +"42","003","0064","88502",6,40.323768,-79.868062,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.442308,6.836504,30.9,"2013-08-20 00:00",29,"2013-06-21 00:00",26,"2013-09-07 00:00",24.5,"2013-07-27 00:00","","","","",30.9,29,26,22.6,18,12.3,5.1,"South Allegheny Middle/High School","2743 WASHINGTON BLVD, LIBERTY","Pennsylvania","Allegheny","Liberty","Pittsburgh, PA","2014-02-14" +"42","003","0067","42401",1,40.375644,-80.169943,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8671,99,362,365,0,89,0,"","Certification not required",0,3.486188,4.489579,55,"2013-03-05 18:00",25,"2013-03-09 13:00",24,"2013-03-24 10:00",19,"2013-04-06 13:00","","","","",19,15,10,7,4,3,0,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-16" +"42","003","0067","42401",1,40.375644,-80.169943,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8671,99,362,365,0,89,"","","Certification not required",0,0.994003,1.852574,55,"2013-03-05 18:00",32,"2013-03-05 17:00",25,"2013-03-09 13:00",24,"2013-03-24 10:00","","","","",7,6,4,3,1,0,0,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-16" +"42","003","0067","42401",1,40.375644,-80.169943,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,0.99116,1.210334,6.6,"2013-12-02 00:00",6.6,"2013-12-13 00:00",6.2,"2013-03-05 00:00",5.6,"2013-09-07 00:00","","","","",5.6,4.1,3.6,2.6,1.5,0.6,0,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-16" +"42","003","0067","42401",1,40.375644,-80.169943,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2868,98,362,365,0,0,"",0,"Certification not required",0,0.977022,1.658151,24.6,"2013-03-05 20:00",19.3,"2013-03-09 14:00",15.3,"2013-03-05 17:00",13.3,"2013-04-06 14:00","","","","",7,6,4.3,3,1.3,0,0,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-16" +"42","003","0067","42401",6,40.375644,-80.169943,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",102047,97,362,365,0,3073,"","","Certification not required",0,1.012582,1.939443,89,"2013-03-05 18:20",88,"2013-03-05 18:15",82,"2013-03-05 18:25",74,"2013-03-05 18:10","","","","",7,6,4,3,1,0,0,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-17" +"42","003","0067","44201",1,40.375644,-80.169943,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7220,99,212,214,0,76,0,0,"Certification not required",93,0.048344,0.012067,0.095,"2013-06-21 13:00",0.085,"2013-06-20 21:00",0.081,"2013-05-15 18:00",0.079,"2013-05-13 22:00","","","","",0.081,0.075,0.068,0.063,0.056,0.049,0.04,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-10" +"42","003","0067","44201",1,40.375644,-80.169943,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7238,99,211,214,0,0,1,1,"Certification not required",0,0.04354,0.011455,0.089,"2013-06-21 11:00",0.078,"2013-06-20 15:00",0.074,"2013-05-15 12:00",0.066,"2013-05-18 10:00","","","","",0.074,0.065,0.061,0.058,0.051,0.044,0.037,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-10" +"42","003","0067","44201",1,40.375644,-80.169943,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7238,99,211,214,0,0,2,2,"Certification not required",0,0.04354,0.011455,0.089,"2013-06-21 11:00",0.078,"2013-06-20 15:00",0.074,"2013-05-15 12:00",0.066,"2013-05-18 10:00","","","","",0.074,0.065,0.061,0.058,0.051,0.044,0.037,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-10" +"42","003","0067","61101",1,40.375644,-80.169943,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",8747,100,365,365,0,13,"","","Certification not required",0,5.075683,2.47963,22.1,"2013-11-12 06:00",21.7,"2013-11-12 05:00",21.7,"2013-11-12 07:00",18.9,"2013-11-12 04:00","","","","",12.4,11.4,9.7,8.5,6.4,4.6,2.3,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-16" +"42","003","0067","61102",1,40.375644,-80.169943,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,212.026749,86.394246,359,"2013-01-14 16:00",359,"2013-05-17 16:00",359,"2013-06-03 04:00",359,"2013-06-03 21:00","","","","",354,349,336,317,271,230,76,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2014-01-16" +"42","003","0067","68105",1,40.375644,-80.169943,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,100,43,61,0,0,"","","Certification not required",0,12.589024,10.630552,28.3,"2013-07-18 00:00",26.4,"2013-06-24 00:00",26.4,"2013-09-10 00:00",25.5,"2013-05-31 00:00","","","","",28.3,26.4,24.9,23.9,21,16.3,-2.2,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2013-12-17" +"42","003","0067","68108",1,40.375644,-80.169943,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,43,61,0,0,"","","Certification not required",0,733.573171,4.030839,744,"2013-01-10 00:00",741,"2013-01-07 00:00",741,"2013-03-08 00:00",741,"2013-04-22 00:00","","","","",744,741,740,738,736,734,729,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2013-12-17" +"42","003","0067","81102",1,40.375644,-80.169943,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,64,39,61,0,5,0,0,"Certification not required",0,14.375,5.17235,28,"2013-06-21 00:00",24,"2013-01-10 00:00",24,"2013-06-09 00:00",21,"2013-07-15 00:00","","","","",28,28,24,21,18,14,9,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2013-12-20" +"42","003","0067","88101",1,40.375644,-80.169943,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,0,0,0,"Certification not required",0,9.565854,4.65637,27.4,"2013-01-07 00:00",23.5,"2013-09-10 00:00",18.9,"2013-06-09 00:00",18.9,"2013-07-18 00:00","","","","",27.4,23.5,18.5,15.6,11.6,8.8,4.7,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2013-12-17" +"42","003","0067","88101",1,40.375644,-80.169943,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,0,"","","Certification not required",0,9.565854,4.65637,27.4,"2013-01-07 00:00",23.5,"2013-09-10 00:00",18.9,"2013-06-09 00:00",18.9,"2013-07-18 00:00","","","","",27.4,23.5,18.5,15.6,11.6,8.8,4.7,"South Fayette","3640 OLD OAKDALE RD, SOUTH FAYETTE","Pennsylvania","Allegheny","","Pittsburgh, PA","2013-12-17" +"42","003","0070","14129",1,40.363016,-80.102156,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,0.007878,0.020823,0.128,"2013-02-21 00:00",0.032,"2013-03-23 00:00",0.024,"2013-02-09 00:00",0.022,"2013-04-04 00:00","","","","",0.128,0.128,0.024,0.015,0.01,0,0,"Bridgeville","1311 UNION ST, BRIDGEVILLE","Pennsylvania","Allegheny","Bridgeville","Pittsburgh, PA","2013-12-20" +"42","003","0092","81102",1,40.456427,-80.02674,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,0,0,"Certification not required",0,18.275,6.336656,35,"2013-06-21 00:00",29,"2013-01-10 00:00",29,"2013-08-20 00:00",28,"2013-03-11 00:00","","","","",35,35,29,28,22,18,10,"Manchester","1000 FULTON ST, MANCHESTER","Pennsylvania","Allegheny","Pittsburgh","Pittsburgh, PA","2013-12-20" +"42","003","0093","68105",1,40.606624,-80.021669,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,12.355814,10.561617,26.9,"2013-07-15 00:00",24.5,"2013-07-03 00:00",23.2,"2013-08-26 00:00",23,"2013-08-08 00:00","","","","",26.9,26.9,23.2,22.7,20.8,15.6,-2.5,"North Park","KUMMER RD, GOLF CLUBHOUSE, NORTH PARK","Pennsylvania","Allegheny","McCandless Township","Pittsburgh, PA","2013-12-17" +"42","003","0093","68108",1,40.606624,-80.021669,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,730.767442,4.303029,741,"2013-01-10 00:00",739,"2013-04-22 00:00",738,"2013-07-15 00:00",737,"2013-02-09 00:00","","","","",741,741,738,736,734,731,726,"North Park","KUMMER RD, GOLF CLUBHOUSE, NORTH PARK","Pennsylvania","Allegheny","McCandless Township","Pittsburgh, PA","2013-12-17" +"42","003","0093","88101",1,40.606624,-80.021669,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,9.216279,3.750043,16.7,"2013-07-27 00:00",16,"2013-01-28 00:00",15.7,"2013-08-20 00:00",15.3,"2013-06-09 00:00","","","","",16.7,16.7,15.7,15.2,11.1,9.1,4.9,"North Park","KUMMER RD, GOLF CLUBHOUSE, NORTH PARK","Pennsylvania","Allegheny","McCandless Township","Pittsburgh, PA","2013-12-17" +"42","003","0093","88101",1,40.606624,-80.021669,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,"","","Certification not required",0,9.216279,3.750043,16.7,"2013-07-27 00:00",16,"2013-01-28 00:00",15.7,"2013-08-20 00:00",15.3,"2013-06-09 00:00","","","","",16.7,16.7,15.7,15.2,11.1,9.1,4.9,"North Park","KUMMER RD, GOLF CLUBHOUSE, NORTH PARK","Pennsylvania","Allegheny","McCandless Township","Pittsburgh, PA","2013-12-17" +"42","003","1005","42601",1,40.613949,-79.72941,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8707,99,365,365,0,53,"","","Certification not required",0,3.088205,6.018963,92,"2013-01-29 19:00",87,"2013-01-03 09:00",81,"2013-01-29 23:00",79,"2013-01-09 10:00","","","","",32,23,12,6,3,1,0,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-16" +"42","003","1005","42602",1,40.613949,-79.72941,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8707,99,365,365,0,53,0,"","Certification not required",0,16.931507,8.40318,75,"2013-04-24 04:00",40,"2013-12-19 19:00",39,"2013-01-29 23:00",38,"2013-06-24 23:00","","","","",38,33,31,28,22,16,6,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-16" +"42","003","1005","42602",1,40.613949,-79.72941,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8707,99,365,365,0,53,"","","Certification not required",0,7.070633,6.181845,75,"2013-04-24 04:00",41,"2013-04-24 06:00",40,"2013-12-19 19:00",39,"2013-01-29 23:00","","","","",27,24,20,16,10,5,1,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-16" +"42","003","1005","42603",1,40.613949,-79.72941,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8707,99,365,365,0,53,"","","Certification not required",0,10.649248,10.783689,126,"2013-01-29 19:00",120,"2013-01-29 23:00",117,"2013-01-03 09:00",113,"2013-01-09 10:00","","","","",55,44,31,23,13,7,2,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-16" +"42","003","1005","44201",1,40.613949,-79.72941,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8542,98,210,214,0,218,0,0,"Certification not required",696,0.050371,0.012991,0.099,"2013-06-21 16:00",0.09,"2013-08-21 15:00",0.086,"2013-06-20 16:00",0.082,"2013-05-15 17:00","","","","",0.086,0.082,0.071,0.067,0.059,0.049,0.041,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-10" +"42","003","1005","44201",1,40.613949,-79.72941,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8566,98,209,214,0,0,1,1,"Certification not required",0,0.044359,0.011915,0.085,"2013-06-21 11:00",0.077,"2013-08-21 10:00",0.076,"2013-06-20 11:00",0.076,"2013-08-20 10:00","","","","",0.076,0.074,0.063,0.06,0.051,0.044,0.036,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-10" +"42","003","1005","44201",1,40.613949,-79.72941,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8566,98,209,214,0,0,4,4,"Certification not required",0,0.044359,0.011915,0.085,"2013-06-21 11:00",0.077,"2013-08-21 10:00",0.076,"2013-06-20 11:00",0.076,"2013-08-20 10:00","","","","",0.076,0.074,0.063,0.06,0.051,0.044,0.036,"Harrison","CALIFORNIA & 11TH AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2014-01-10" +"42","003","1008","68105",1,40.617488,-79.727664,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,45,61,0,0,"","","Certification not required",0,13.14023,10.491652,29,"2013-07-18 00:00",27.2,"2013-06-24 00:00",27.1,"2013-07-06 00:00",26.8,"2013-09-10 00:00","","","","",29,27.2,26.2,24.3,21.8,16.5,-1.6,"Harrison 2","PACIFIC & IDAHO AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2013-12-17" +"42","003","1008","68108",1,40.617488,-79.727664,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,45,61,0,0,"","","Certification not required",0,733.551724,4.074192,744,"2013-01-10 00:00",742,"2013-04-22 00:00",740,"2013-01-07 00:00",740,"2013-02-09 00:00","","","","",744,742,740,739,736,734,729,"Harrison 2","PACIFIC & IDAHO AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2013-12-17" +"42","003","1008","88101",1,40.617488,-79.727664,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,0,0,0,"Certification not required",0,10.172414,5.003852,28.7,"2013-01-07 00:00",24.8,"2013-07-18 00:00",24.2,"2013-09-10 00:00",19.4,"2013-06-09 00:00","","","","",28.7,24.8,19.3,16.7,12.2,9.6,5,"Harrison 2","PACIFIC & IDAHO AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2013-12-17" +"42","003","1008","88101",1,40.617488,-79.727664,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,0,"","","Certification not required",0,10.172414,5.003852,28.7,"2013-01-07 00:00",24.8,"2013-07-18 00:00",24.2,"2013-09-10 00:00",19.4,"2013-06-09 00:00","","","","",28.7,24.8,19.3,16.7,12.2,9.6,5,"Harrison 2","PACIFIC & IDAHO AVE, HARRISON","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2013-12-17" +"42","003","1009","14129",1,40.61891,-79.719373,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,0.013619,0.021577,0.13,"2013-03-11 00:00",0.046,"2013-07-15 00:00",0.033,"2013-04-04 00:00",0.03,"2013-05-04 00:00","","","","",0.13,0.13,0.033,0.029,0.018,0.011,0,"Natrona","79 NORTH CANAL ST, NATRONA","Pennsylvania","Allegheny","Harrison Township","Pittsburgh, PA","2013-12-20" +"42","003","1301","68105",1,40.402328,-79.860973,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,100,43,61,0,0,"","","Certification not required",0,12.879268,10.444264,27.7,"2013-06-24 00:00",27.5,"2013-07-06 00:00",26.8,"2013-09-10 00:00",26.3,"2013-05-31 00:00","","","","",27.7,27.5,26.3,24.2,22,16.5,-1.5,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2013-12-17" +"42","003","1301","68108",1,40.402328,-79.860973,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,43,61,0,0,"","","Certification not required",0,743.317073,4.171858,754,"2013-01-10 00:00",751,"2013-01-07 00:00",751,"2013-04-22 00:00",750,"2013-02-09 00:00","","","","",754,751,750,748,746,744,739,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2013-12-17" +"42","003","1301","81102",1,40.402328,-79.860973,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,25.243902,12.535511,55,"2013-03-11 00:00",52,"2013-08-20 00:00",49,"2013-07-15 00:00",40,"2013-06-21 00:00","","","","",55,55,49,40,32,26,11,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2013-12-20" +"42","003","1301","81102",2,40.402328,-79.860973,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,25.095238,12.00774,52,"2013-03-11 00:00",51,"2013-08-20 00:00",47,"2013-07-15 00:00",40,"2013-06-21 00:00","","","","",52,52,47,39,32,28,12,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2013-12-20" +"42","003","1301","81102",5,40.402328,-79.860973,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",8255,94,342,365,0,505,"","","Certification not required",338,24.015627,18.973905,201,"2013-03-11 08:00",188,"2013-01-11 21:00",185,"2013-04-05 07:00",183,"2013-01-11 23:00","","","","",92,78,60,47,31,20,7,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2014-01-16" +"42","003","1301","81102",5,40.402328,-79.860973,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",342,94,342,365,0,0,0,0,"Certification not required",0,23.611111,12.054772,70,"2013-07-17 00:00",60,"2013-01-12 00:00",59,"2013-08-20 00:00",57,"2013-07-16 00:00","","","","",57,54,46,40,31,22,10,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2014-01-16" +"42","003","1301","88101",1,40.402328,-79.860973,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,0,0,0,"Certification not required",0,11.531707,5.687389,29.8,"2013-01-07 00:00",27,"2013-09-10 00:00",24.2,"2013-08-20 00:00",22.9,"2013-06-24 00:00","","","","",29.8,27,22.5,18.9,15,11.1,5.1,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2013-12-17" +"42","003","1301","88101",1,40.402328,-79.860973,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,0,"","","Certification not required",0,11.531707,5.687389,29.8,"2013-01-07 00:00",27,"2013-09-10 00:00",24.2,"2013-08-20 00:00",22.9,"2013-06-24 00:00","","","","",29.8,27,22.5,18.9,15,11.1,5.1,"North Braddock","600 ANDERSON ST, NORTH BRADDOCK","Pennsylvania","Allegheny","North Braddock","Pittsburgh, PA","2013-12-17" +"42","003","3006","81102",5,40.326008,-79.881703,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8700,99,363,365,0,60,"","","Certification not required",0,16.353908,16.859124,174,"2013-08-30 00:00",164,"2013-08-20 21:00",162,"2013-01-08 08:00",162,"2013-08-30 01:00","","","","",98,74,43,29,19,12,5,"Glassport 4","HIGH ST, WATER TOWER, GLASSPORT","Pennsylvania","Allegheny","Glassport","Pittsburgh, PA","2014-01-16" +"42","003","3006","81102",5,40.326008,-79.881703,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,15.818182,10.160045,60,"2013-01-08 00:00",57,"2013-08-20 00:00",57,"2013-10-28 00:00",52,"2013-07-26 00:00","","","","",52,44,38,28,20,13,6,"Glassport 4","HIGH ST, WATER TOWER, GLASSPORT","Pennsylvania","Allegheny","Glassport","Pittsburgh, PA","2014-01-16" +"42","003","3007","68105",1,40.294341,-79.885331,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",42,69,42,61,0,0,"","","Certification not required",0,13.397619,10.506014,27.8,"2013-07-15 00:00",26,"2013-07-03 00:00",24.1,"2013-08-08 00:00",23.7,"2013-09-01 00:00","","","","",27.8,27.8,24.1,23.6,21.9,17.5,-1.2,"Clairton Educational Center","501 WADDELL AVE, CLAIRTON","Pennsylvania","Allegheny","Clairton","Pittsburgh, PA","2013-12-17" +"42","003","3007","68108",1,40.294341,-79.885331,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,0,"","","Certification not required",0,736.047619,4.213523,746,"2013-01-10 00:00",744,"2013-04-22 00:00",743,"2013-07-15 00:00",742,"2013-02-09 00:00","","","","",746,746,743,741,739,736,731,"Clairton Educational Center","501 WADDELL AVE, CLAIRTON","Pennsylvania","Allegheny","Clairton","Pittsburgh, PA","2013-12-17" +"42","003","3007","81102",1,40.294341,-79.885331,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,16.642857,5.295287,28,"2013-01-10 00:00",25,"2013-06-09 00:00",25,"2013-06-21 00:00",23,"2013-03-05 00:00","","","","",28,28,25,23,20,16,10,"Clairton Educational Center","501 WADDELL AVE, CLAIRTON","Pennsylvania","Allegheny","Clairton","Pittsburgh, PA","2013-12-20" +"42","003","3007","88101",1,40.294341,-79.885331,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,0,0,0,"Certification not required",0,10.159524,3.974986,18.8,"2013-01-10 00:00",17.1,"2013-06-09 00:00",17,"2013-01-28 00:00",16.2,"2013-03-23 00:00","","","","",18.8,18.8,17,16.2,12.2,10.1,4.7,"Clairton Educational Center","501 WADDELL AVE, CLAIRTON","Pennsylvania","Allegheny","Clairton","Pittsburgh, PA","2013-12-17" +"42","003","3007","88101",1,40.294341,-79.885331,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,0,"","","Certification not required",0,10.159524,3.974986,18.8,"2013-01-10 00:00",17.1,"2013-06-09 00:00",17,"2013-01-28 00:00",16.2,"2013-03-23 00:00","","","","",18.8,18.8,17,16.2,12.2,10.1,4.7,"Clairton Educational Center","501 WADDELL AVE, CLAIRTON","Pennsylvania","Allegheny","Clairton","Pittsburgh, PA","2013-12-17" +"42","003","7004","81102",5,40.308219,-79.869134,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8189,93,339,365,0,571,"","","Certification not required",0,22.388692,20.20688,185,"2013-05-30 22:00",184,"2013-08-29 22:00",182,"2013-01-08 22:00",178,"2013-10-27 21:00","","","","",112,88,58,43,28,17,6,"Lincoln","BELLEBRIDGE RD, LINCOLN","Pennsylvania","Allegheny","Lincoln","Pittsburgh, PA","2014-01-16" +"42","003","7004","81102",5,40.308219,-79.869134,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",339,93,339,365,0,0,0,0,"Certification not required",0,21.846608,12.113861,76,"2013-01-08 00:00",65,"2013-01-09 00:00",63,"2013-06-21 00:00",58,"2013-05-15 00:00","","","","",58,53,46,39,27,20,8,"Lincoln","BELLEBRIDGE RD, LINCOLN","Pennsylvania","Allegheny","Lincoln","Pittsburgh, PA","2014-01-16" +"42","005","0001","44201",1,40.814183,-79.56475,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7785,96,205,214,0,231,0,0,"Certification not required",614,0.054093,0.013684,0.102,"2013-06-21 14:00",0.09,"2013-08-21 14:00",0.089,"2013-06-24 14:00",0.083,"2013-05-15 17:00","","","","",0.089,0.081,0.077,0.071,0.063,0.054,0.043,"LAT/LON IS CENTER OF TRAILER","GLADE DR. & NOLTE RD. KITTANNING","Pennsylvania","Armstrong","Kittanning","Pittsburgh, PA","2014-02-19" +"42","005","0001","44201",1,40.814183,-79.56475,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7794,95,204,214,0,0,1,1,"Certification not required",0,0.048461,0.012605,0.095,"2013-06-21 11:00",0.08,"2013-08-21 10:00",0.079,"2013-06-24 10:00",0.078,"2013-05-15 12:00","","","","",0.079,0.073,0.069,0.065,0.057,0.049,0.039,"LAT/LON IS CENTER OF TRAILER","GLADE DR. & NOLTE RD. KITTANNING","Pennsylvania","Armstrong","Kittanning","Pittsburgh, PA","2014-02-19" +"42","005","0001","44201",1,40.814183,-79.56475,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7794,95,204,214,0,0,4,4,"Certification not required",0,0.048461,0.012605,0.095,"2013-06-21 11:00",0.08,"2013-08-21 10:00",0.079,"2013-06-24 10:00",0.078,"2013-05-15 12:00","","","","",0.079,0.073,0.069,0.065,0.057,0.049,0.039,"LAT/LON IS CENTER OF TRAILER","GLADE DR. & NOLTE RD. KITTANNING","Pennsylvania","Armstrong","Kittanning","Pittsburgh, PA","2014-02-19" +"42","005","0001","88101",3,40.814183,-79.56475,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7491,86,317,365,0,525,"","","Certification not required",0,10.552343,6.164964,116.9,"2013-09-23 21:00",100.5,"2013-09-23 22:00",88.9,"2013-08-17 22:00",68.8,"2013-08-18 01:00","","","","",29,26.2,22,18.2,13.3,9.4,4.3,"LAT/LON IS CENTER OF TRAILER","GLADE DR. & NOLTE RD. KITTANNING","Pennsylvania","Armstrong","Kittanning","Pittsburgh, PA","2014-02-19" +"42","005","0001","88101",3,40.814183,-79.56475,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,0,0,"Certification not required",0,10.532476,4.267999,24.9,"2013-01-08 00:00",24.6,"2013-09-10 00:00",24,"2013-01-07 00:00",23.9,"2013-01-27 00:00","","","","",23.9,21.7,19.1,16.8,12.3,9.8,5.8,"LAT/LON IS CENTER OF TRAILER","GLADE DR. & NOLTE RD. KITTANNING","Pennsylvania","Armstrong","Kittanning","Pittsburgh, PA","2014-02-19" +"42","005","0001","88101",3,40.814183,-79.56475,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,"","","Certification not required",0,10.532476,4.267999,24.9,"2013-01-08 00:00",24.6,"2013-09-10 00:00",24,"2013-01-07 00:00",23.9,"2013-01-27 00:00","","","","",23.9,21.7,19.1,16.8,12.3,9.8,5.8,"LAT/LON IS CENTER OF TRAILER","GLADE DR. & NOLTE RD. KITTANNING","Pennsylvania","Armstrong","Kittanning","Pittsburgh, PA","2014-02-19" +"42","007","0002","42401",1,40.56252,-80.503948,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7545,86,312,365,0,471,0,"","Certification not required",0,5.653846,4.831107,38,"2013-08-08 21:00",31,"2013-08-24 11:00",27,"2013-04-06 23:00",21,"2013-06-20 10:00","","","","",21,18,14,11,7,5,1,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","42401",1,40.56252,-80.503948,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7545,86,312,365,0,471,"","","Certification not required",0,1.369781,2.211938,38,"2013-08-08 21:00",31,"2013-08-24 11:00",27,"2013-04-06 23:00",21,"2013-06-20 10:00","","","","",10,8,6,4,2,1,0,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","42401",1,40.56252,-80.503948,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",312,85,312,365,0,0,0,"","Certification not required",0,1.379167,1.177543,8.7,"2013-04-08 00:00",5.8,"2013-08-08 00:00",5.4,"2013-06-20 00:00",5.3,"2013-04-05 00:00","","","","",5.3,4.3,3.5,2.8,2,1.2,0.1,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","42401",1,40.56252,-80.503948,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2495,85,311,365,0,0,"",0,"Certification not required",0,1.342285,1.915047,22,"2013-08-08 23:00",15.6,"2013-04-08 11:00",15,"2013-04-06 23:00",14.3,"2013-04-27 08:00","","","","",8.3,7,5.3,3.6,2,0.6,0,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","42401",2,40.56252,-80.503948,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",88905,85,312,365,0,7287,"","","Certification not required",0,1.394084,2.421676,61,"2013-06-20 10:10",45,"2013-08-08 21:30",43,"2013-07-23 11:05",43,"2013-08-08 21:35","","","","",11,8,6,4,2,1,0,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","44201",1,40.56252,-80.503948,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7524,99,211,214,0,492,0,0,"Certification not required",8,0.049863,0.011451,0.097,"2013-06-21 20:00",0.082,"2013-05-15 16:00",0.081,"2013-06-20 15:00",0.077,"2013-05-18 16:00","","","","",0.081,0.075,0.069,0.065,0.057,0.05,0.043,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","44201",1,40.56252,-80.503948,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7515,98,209,214,0,0,1,1,"Certification not required",0,0.044895,0.010917,0.088,"2013-06-21 14:00",0.075,"2013-05-15 13:00",0.073,"2013-06-20 12:00",0.072,"2013-05-18 11:00","","","","",0.073,0.069,0.064,0.059,0.052,0.045,0.038,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0002","44201",1,40.56252,-80.503948,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7515,98,209,214,0,0,1,1,"Certification not required",0,0.044895,0.010917,0.088,"2013-06-21 14:00",0.075,"2013-05-15 13:00",0.073,"2013-06-20 12:00",0.072,"2013-05-18 11:00","","","","",0.073,0.069,0.064,0.059,0.052,0.045,0.038,"","ROUTE 168 & TOMLINSON ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","42401",1,40.684722,-80.359722,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7315,84,302,365,0,701,1,"","Certification not required",0,9.046358,9.052331,80,"2013-09-14 23:00",48,"2013-01-08 02:00",42,"2013-03-09 22:00",42,"2013-06-21 05:00","","","","",42,31,24,19,13,6,1,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","42401",1,40.684722,-80.359722,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7315,84,302,365,0,701,"","","Certification not required",0,2.972796,3.880488,80,"2013-09-14 23:00",48,"2013-01-08 02:00",42,"2013-03-09 22:00",42,"2013-06-21 05:00","","","","",17,14,10,8,4,2,0,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","42401",1,40.684722,-80.359722,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",302,83,302,365,0,0,0,"","Certification not required",0,2.978808,2.657531,16.5,"2013-01-08 00:00",11.7,"2013-05-21 00:00",11.2,"2013-01-27 00:00",10.8,"2013-08-17 00:00","","","","",10.8,10.6,9,6.4,4.3,2.2,0.2,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","42401",1,40.684722,-80.359722,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2426,83,302,365,0,0,"",0,"Certification not required",0,2.946908,3.421868,33.6,"2013-03-09 23:00",28.6,"2013-09-14 23:00",24.6,"2013-03-10 02:00",24.6,"2013-09-06 23:00","","","","",15.6,12.6,9.6,7.6,4,2,0,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","42401",2,40.684722,-80.359722,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",85807,82,299,365,0,10385,"","","Certification not required",0,2.983206,4.293512,149,"2013-09-14 23:35",130,"2013-09-14 23:30",124,"2013-09-14 23:40",93,"2013-09-14 23:45","","","","",19,15,10,8,4,2,0,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","44201",1,40.684722,-80.359722,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7796,96,206,214,0,220,0,0,"Certification not required",154,0.048733,0.012154,0.104,"2013-06-21 16:00",0.088,"2013-08-21 14:00",0.081,"2013-05-15 16:00",0.078,"2013-06-05 16:00","","","","",0.081,0.077,0.068,0.063,0.057,0.049,0.041,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","44201",1,40.684722,-80.359722,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7784,96,205,214,0,0,1,1,"Certification not required",0,0.043737,0.011511,0.092,"2013-06-21 12:00",0.074,"2013-08-21 10:00",0.073,"2013-05-15 13:00",0.072,"2013-06-05 12:00","","","","",0.073,0.07,0.063,0.059,0.051,0.045,0.037,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0005","44201",1,40.684722,-80.359722,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7784,96,205,214,0,0,1,1,"Certification not required",0,0.043737,0.011511,0.092,"2013-06-21 12:00",0.074,"2013-08-21 10:00",0.073,"2013-05-15 13:00",0.072,"2013-06-05 12:00","","","","",0.073,0.07,0.063,0.059,0.051,0.045,0.037,"DRIVEWAY TO BAKEY RESIDENCE","1015 SEBRING ROAD","Pennsylvania","Beaver","","Pittsburgh, PA","2014-02-19" +"42","007","0006","14129",1,40.638936,-80.365653,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.041023,0.114845,0.741,"2013-09-25 00:00",0.164,"2013-09-07 00:00",0.144,"2013-06-21 00:00",0.108,"2013-04-04 00:00","","","","",0.741,0.741,0.144,0.086,0.017,0.01,0.01,"","206 Mowey Rd","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-12" +"42","007","0006","68105",1,40.638936,-80.365653,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,13.416279,10.189909,27.4,"2013-07-15 00:00",24.6,"2013-07-03 00:00",23.8,"2013-07-21 00:00",23.8,"2013-08-08 00:00","","","","",27.4,27.4,23.8,23.5,22,16.7,-0.1,"","206 Mowey Rd","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-19" +"42","007","0006","68108",1,40.638936,-80.365653,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,735.627907,4.482895,747,"2013-01-10 00:00",744,"2013-04-22 00:00",742,"2013-02-09 00:00",742,"2013-02-21 00:00","","","","",747,747,742,742,739,734,732,"","206 Mowey Rd","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-19" +"42","007","0007","14129",1,40.673656,-80.317731,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,1,1,"Certification not required",0,0.094111,0.110451,0.509,"2013-01-22 00:00",0.378,"2013-01-04 00:00",0.324,"2013-01-10 00:00",0.252,"2013-03-23 00:00","","","","",0.509,0.509,0.324,0.251,0.126,0.04,0.01,"","760 Beaver Valley Mall","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-12" +"42","007","0007","68105",1,40.673656,-80.317731,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,14.104444,10.739836,29.4,"2013-07-15 00:00",26.9,"2013-07-03 00:00",26.4,"2013-07-21 00:00",25.2,"2013-09-01 00:00","","","","",29.4,29.4,26.4,25,22,17,-1.2,"","760 Beaver Valley Mall","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-19" +"42","007","0007","68108",1,40.673656,-80.317731,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,734.644444,4.2808,744,"2013-01-10 00:00",742,"2013-02-09 00:00",742,"2013-04-22 00:00",742,"2013-07-15 00:00","","","","",744,744,742,739,737,734,729,"","760 Beaver Valley Mall","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-19" +"42","007","0014","42601",1,40.747796,-80.316442,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7529,86,314,365,0,487,"","","Certification not required",0,6.342941,17.912085,282,"2013-01-12 09:00",233,"2013-01-12 10:00",231,"2013-01-12 08:00",214,"2013-01-09 08:00","","","","",93,60,32,17,4,1,0,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","42602",1,40.747796,-80.316442,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7529,86,314,365,0,487,0,"","Certification not required",0,19.684713,7.457609,55,"2013-04-17 07:00",45,"2013-01-09 11:00",42,"2013-03-11 10:00",38,"2013-01-03 09:00","","","","",38,36,33,30,25,19,11,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","42602",1,40.747796,-80.316442,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7529,86,314,365,0,487,"","","Certification not required",0,9.644043,6.881126,55,"2013-04-17 07:00",45,"2013-01-09 11:00",44,"2013-01-09 10:00",42,"2013-03-11 10:00","","","","",31,29,24,19,13,8,3,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","42603",1,40.747796,-80.316442,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7529,86,314,365,0,487,"","","Certification not required",0,16.248107,22.546529,310,"2013-01-12 09:00",257,"2013-01-12 10:00",255,"2013-01-09 08:00",252,"2013-01-12 08:00","","","","",121,84,52,36,19,9,3,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","44201",1,40.747796,-80.316442,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7336,89,191,214,0,680,0,0,"Certification not required",1476,0.047403,0.012415,0.093,"2013-08-21 15:00",0.089,"2013-06-21 14:00",0.077,"2013-06-05 15:00",0.076,"2013-08-06 16:00","","","","",0.089,0.076,0.068,0.061,0.054,0.048,0.039,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","44201",1,40.747796,-80.316442,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7299,89,190,214,0,0,0,0,"Certification not required",0,0.041442,0.011718,0.082,"2013-06-21 11:00",0.077,"2013-08-21 10:00",0.069,"2013-06-05 11:00",0.066,"2013-05-18 11:00","","","","",0.077,0.066,0.061,0.056,0.049,0.043,0.034,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","44201",1,40.747796,-80.316442,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7299,89,190,214,0,0,2,2,"Certification not required",0,0.041442,0.011718,0.082,"2013-06-21 11:00",0.077,"2013-08-21 10:00",0.069,"2013-06-05 11:00",0.066,"2013-05-18 11:00","","","","",0.077,0.066,0.061,0.056,0.049,0.043,0.034,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","68101",1,40.747796,-80.316442,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",266,100,45,61,0,0,"","","Certification not required",212,0.083835,0.07844,0.4,"2013-01-01 00:00",0.4,"2013-01-08 00:00",0.4,"2013-02-08 00:00",0.4,"2013-02-20 00:00","","","","",0.4,0.3,0.3,0.2,0.05,0.05,0.05,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68102",1,40.747796,-80.316442,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",266,100,45,61,0,0,"","","Certification not required",0,23.984586,0.083028,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68103",1,40.747796,-80.316442,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",266,100,45,61,0,0,"","","Certification not required",0,7.376316,9.857176,23.7,"2013-07-18 00:00",23.2,"2013-07-17 00:00",22.6,"2013-07-16 00:00",22.5,"2013-07-19 00:00","","","","",22.6,22.4,21.1,19.4,15.9,9.5,-6.2,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68104",1,40.747796,-80.316442,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",266,100,45,61,0,0,"","","Certification not required",0,19.98985,11.592578,36.1,"2013-07-18 00:00",35.8,"2013-07-19 00:00",35.7,"2013-07-15 00:00",35.4,"2013-07-16 00:00","","","","",35.7,34.5,33.6,32.4,29.7,24.7,3.2,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68105",1,40.747796,-80.316442,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",266,100,45,61,0,0,"","","Certification not required",0,13.284586,10.323848,29.3,"2013-07-18 00:00",28,"2013-07-17 00:00",27.9,"2013-07-15 00:00",27.7,"2013-07-19 00:00","","","","",27.9,27.3,26,24.7,22,16.9,-1,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68106",1,40.747796,-80.316442,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",266,100,45,61,0,0,"","","Certification not required",0,738.518797,4.706642,750,"2013-04-21 00:00",748,"2013-04-26 00:00",747,"2013-01-27 00:00",747,"2013-03-08 00:00","","","","",747,747,746,744,742,739,733,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68107",1,40.747796,-80.316442,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",266,100,45,61,0,0,"","","Certification not required",0,745.323308,4.255161,757,"2013-01-10 00:00",757,"2013-04-21 00:00",756,"2013-01-24 00:00",755,"2013-01-25 00:00","","","","",756,754,752,751,748,745,740,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68108",1,40.747796,-80.316442,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",266,100,45,61,0,0,"","","Certification not required",0,742.120301,4.353333,753,"2013-01-10 00:00",753,"2013-04-21 00:00",752,"2013-01-27 00:00",751,"2013-04-26 00:00","","","","",752,750,749,748,745,742,737,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","68109",1,40.747796,-80.316442,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",266,100,45,61,0,0,"","","Certification not required",0,1438.342105,4.907395,1440,"2013-01-02 00:00",1440,"2013-01-03 00:00",1440,"2013-01-08 00:00",1440,"2013-01-12 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","81102",5,40.747796,-80.316442,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6369,73,258,365,0,1647,"","","Certification not required",0,11.605433,15.88991,195,"2013-03-23 10:00",163,"2013-03-11 07:00",157,"2013-05-20 12:00",152,"2013-03-23 11:00","","","","",76,61,42,29,16,7,0,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","81102",5,40.747796,-80.316442,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",258,71,258,365,0,0,0,0,"Certification not required",0,10.782946,9.980106,41,"2013-05-21 00:00",40,"2013-06-24 00:00",40,"2013-11-05 00:00",39,"2013-07-15 00:00","","","","",40,38,33,27,16,8,1,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","88101",1,40.747796,-80.316442,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,0,0,"Certification not required",0,11.412406,5.187586,31,"2013-01-07 00:00",27.9,"2013-09-10 00:00",27.8,"2013-01-08 00:00",25.8,"2013-01-27 00:00","","","","",27.8,24.4,21.7,18.6,14.1,10.3,5.6,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","88101",1,40.747796,-80.316442,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,0,"","","Certification not required",0,11.412406,5.187586,31,"2013-01-07 00:00",27.9,"2013-09-10 00:00",27.8,"2013-01-08 00:00",25.8,"2013-01-27 00:00","","","","",27.8,24.4,21.7,18.6,14.1,10.3,5.6,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2013-12-11" +"42","007","0014","88101",3,40.747796,-80.316442,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7398,84,318,365,0,618,"","","Certification not required",0,8.775696,6.731502,122.3,"2013-07-13 22:00",89.7,"2013-03-02 19:00",81.2,"2013-07-13 21:00",67.4,"2013-07-15 21:00","","","","",29,25.4,21.2,17.5,11.8,7.2,2.2,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","88101",3,40.747796,-80.316442,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,0,0,"Certification not required",0,8.69085,4.942971,25.8,"2013-01-07 00:00",25.1,"2013-09-10 00:00",24.3,"2013-01-08 00:00",22.9,"2013-09-11 00:00","","","","",22.9,21.8,18,15.9,11.5,7.6,3.2,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0014","88101",3,40.747796,-80.316442,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",306,84,306,365,0,0,"","","Certification not required",0,8.69085,4.942971,25.8,"2013-01-07 00:00",25.1,"2013-09-10 00:00",24.3,"2013-01-08 00:00",22.9,"2013-09-11 00:00","","","","",22.9,21.8,18,15.9,11.5,7.6,3.2,"","EIGHT STREET AND RIVER ALLEY","Pennsylvania","Beaver","Beaver Falls","Pittsburgh, PA","2014-02-19" +"42","007","0505","14129",1,40.685019,-80.324775,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.085422,0.090472,0.454,"2013-08-20 00:00",0.261,"2013-05-10 00:00",0.247,"2013-09-07 00:00",0.235,"2013-05-22 00:00","","","","",0.454,0.454,0.247,0.222,0.124,0.065,0.01,"","TAMAQUI DR","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-12" +"42","007","0505","68105",1,40.685019,-80.324775,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.066667,10.239673,26,"2013-07-15 00:00",23.9,"2013-07-21 00:00",23.5,"2013-07-03 00:00",22.7,"2013-07-09 00:00","","","","",26,26,23.5,22.4,20.4,15.9,-2.3,"","TAMAQUI DR","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-19" +"42","007","0505","68108",1,40.685019,-80.324775,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,742.444444,4.293523,754,"2013-01-10 00:00",749,"2013-01-22 00:00",749,"2013-02-09 00:00",749,"2013-02-21 00:00","","","","",754,754,749,749,744,742,737,"","TAMAQUI DR","Pennsylvania","Beaver","","Pittsburgh, PA","2013-12-19" +"42","011","0006","44201",1,40.51408,-75.789721,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8002,100,214,214,0,14,0,0,"Certification not required",945,0.04671,0.010963,0.072,"2013-06-21 16:00",0.071,"2013-05-31 15:00",0.069,"2013-06-27 15:00",0.069,"2013-09-11 12:00","","","","",0.069,0.068,0.064,0.061,0.055,0.048,0.039,"Kutztown","Kutztown University Campus","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0006","44201",1,40.51408,-75.789721,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8005,100,214,214,0,0,0,0,"Certification not required",0,0.041575,0.010298,0.069,"2013-06-21 11:00",0.065,"2013-05-31 11:00",0.063,"2013-04-28 10:00",0.061,"2013-06-05 12:00","","","","",0.063,0.06,0.058,0.055,0.05,0.043,0.036,"Kutztown","Kutztown University Campus","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0006","44201",1,40.51408,-75.789721,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8005,100,214,214,0,0,0,0,"Certification not required",0,0.041575,0.010298,0.069,"2013-06-21 11:00",0.065,"2013-05-31 11:00",0.063,"2013-04-28 10:00",0.061,"2013-06-05 12:00","","","","",0.063,0.06,0.058,0.055,0.05,0.043,0.036,"Kutztown","Kutztown University Campus","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42101",1,40.38335,-75.9686,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7855,90,326,365,0,161,0,0,"Certification not required",7789,0.252533,0.028578,1,"2013-06-09 17:00",0.8,"2013-06-09 16:00",0.7,"2013-02-26 07:00",0.7,"2013-02-26 08:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42101",1,40.38335,-75.9686,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7847,90,323,365,0,0,0,0,"Certification not required",0,0.301759,0.018536,0.6,"2013-02-13 09:00",0.6,"2013-02-13 10:00",0.6,"2013-02-19 05:00",0.6,"2013-02-19 06:00",0.6,"2013-02-13 09:00",0.6,"2013-02-19 05:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42401",1,40.38335,-75.9686,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7987,91,334,365,0,29,0,"","Certification not required",0,2.769461,3.1237,33,"2013-06-18 11:00",24,"2013-06-30 18:00",20,"2013-06-27 11:00",17,"2013-07-28 01:00","","","","",17,12,8,4,3,2,1,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42401",1,40.38335,-75.9686,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7987,91,334,365,0,29,"","","Certification not required",0,1.150369,1.235606,33,"2013-06-18 11:00",24,"2013-06-30 18:00",20,"2013-06-27 11:00",17,"2013-07-28 01:00","","","","",5,4,3,2,2,1,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42401",1,40.38335,-75.9686,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,1.15479,0.759143,4.8,"2013-07-28 00:00",4.5,"2013-06-30 00:00",3.7,"2013-03-07 00:00",3.5,"2013-04-08 00:00","","","","",3.5,3.3,2.4,2,1.5,1.1,0.1,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42401",1,40.38335,-75.9686,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2654,91,334,365,0,0,"",0,"Certification not required",0,1.132555,1.067158,16,"2013-06-18 11:00",14.3,"2013-07-28 02:00",14,"2013-06-30 20:00",11.3,"2013-06-27 11:00","","","","",4.6,4,2.6,2,1.6,1,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42401",2,40.38335,-75.9686,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",93486,89,332,365,0,2706,"","","Certification not required",0,1.16487,1.342457,54,"2013-06-18 11:15",53,"2013-06-18 11:10",48,"2013-06-18 11:50",43,"2013-06-18 11:20","","","","",5,4,3,2,1,1,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42601",1,40.38335,-75.9686,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7758,89,325,365,0,258,"","","Certification not required",0,2.262568,6.966023,90,"2013-01-09 06:00",87,"2013-01-09 05:00",87,"2013-01-09 08:00",83,"2013-01-08 07:00","","","","",37,26,13,6,1,0,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42602",1,40.38335,-75.9686,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7741,88,324,365,0,275,0,"","Certification not required",0,15.527778,7.677064,37,"2013-04-05 05:00",35,"2013-04-03 05:00",34,"2013-11-15 18:00",33,"2013-01-10 18:00","","","","",33,32,29,27,21,15,6,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42602",1,40.38335,-75.9686,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7741,88,324,365,0,275,"","","Certification not required",0,6.841235,6.293509,37,"2013-04-05 05:00",35,"2013-04-03 05:00",34,"2013-11-15 18:00",33,"2013-01-10 18:00","","","","",27,25,20,16,10,5,1,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","42603",1,40.38335,-75.9686,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7741,88,324,365,0,275,"","","Certification not required",0,9.235758,11.670225,106,"2013-01-09 06:00",106,"2013-01-09 08:00",103,"2013-01-09 05:00",100,"2013-01-09 09:00","","","","",59,47,32,22,11,5,1,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","44201",1,40.38335,-75.9686,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7968,100,213,214,0,48,0,0,"Certification not required",989,0.05008,0.012386,0.087,"2013-05-31 17:00",0.08,"2013-09-11 13:00",0.076,"2013-08-21 16:00",0.074,"2013-06-21 16:00","","","","",0.076,0.074,0.072,0.065,0.059,0.05,0.041,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","44201",1,40.38335,-75.9686,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7959,99,212,214,0,0,0,0,"Certification not required",0,0.044708,0.011607,0.077,"2013-05-31 12:00",0.071,"2013-07-17 10:00",0.069,"2013-06-21 11:00",0.068,"2013-09-11 10:00","","","","",0.069,0.067,0.065,0.06,0.053,0.046,0.038,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","44201",1,40.38335,-75.9686,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7959,99,212,214,0,0,1,1,"Certification not required",0,0.044708,0.011607,0.077,"2013-05-31 12:00",0.071,"2013-07-17 10:00",0.069,"2013-06-21 11:00",0.068,"2013-09-11 10:00","","","","",0.069,0.067,0.065,0.06,0.053,0.046,0.038,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","68101",1,40.38335,-75.9686,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",219,100,37,61,0,0,"","","Certification not required",7,0.366438,0.127445,0.6,"2013-05-30 00:00",0.6,"2013-06-23 00:00",0.6,"2013-07-02 00:00",0.6,"2013-07-23 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.2,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68102",1,40.38335,-75.9686,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",219,100,37,61,0,0,"","","Certification not required",0,23.989954,0.048741,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68103",1,40.38335,-75.9686,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",219,100,37,61,0,0,"","","Certification not required",0,10.088584,9.618351,24.2,"2013-07-04 00:00",23.9,"2013-07-03 00:00",23.9,"2013-07-18 00:00",23.8,"2013-07-05 00:00","","","","",23.9,23.8,22.4,21.2,18.3,11.9,-4.8,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68103",5,40.38335,-75.9686,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,7.25,8.922839,22.8,"2013-07-03 00:00",21.5,"2013-07-21 00:00",20.8,"2013-07-15 00:00",20.8,"2013-09-01 00:00","","","","",22.8,21.5,20.8,19.4,14.3,8.7,-5,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","68104",1,40.38335,-75.9686,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",219,100,37,61,0,0,"","","Certification not required",0,22.904566,10.662206,37.7,"2013-07-18 00:00",37.6,"2013-07-19 00:00",37,"2013-07-17 00:00",36.4,"2013-05-31 00:00","","","","",37,36.4,35.5,33.8,31.3,25.7,4.4,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68104",5,40.38335,-75.9686,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.090385,10.80984,36.8,"2013-07-15 00:00",32.8,"2013-09-01 00:00",32.7,"2013-05-22 00:00",32.1,"2013-07-21 00:00","","","","",36.8,32.8,32.7,31.3,29.3,23.5,2.9,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","68105",1,40.38335,-75.9686,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",219,100,37,61,0,0,"","","Certification not required",0,16.371689,9.657731,30.7,"2013-07-18 00:00",29.7,"2013-07-06 00:00",29.6,"2013-07-19 00:00",29.1,"2013-07-05 00:00","","","","",29.6,29.1,28.2,26.5,23.8,18.4,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68105",5,40.38335,-75.9686,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.590385,9.516287,27.8,"2013-07-15 00:00",26.7,"2013-07-21 00:00",25.4,"2013-09-01 00:00",25.2,"2013-07-03 00:00","","","","",27.8,26.7,25.4,24.2,22.1,15.2,0.5,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","68106",1,40.38335,-75.9686,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",219,100,37,61,0,0,"","","Certification not required",0,754.141553,4.973606,766,"2013-04-22 00:00",765,"2013-01-27 00:00",765,"2013-04-21 00:00",764,"2013-01-08 00:00","","","","",765,764,762,760,758,754,748,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68106",5,40.38335,-75.9686,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,750.865385,4.690536,763,"2013-04-22 00:00",761,"2013-01-10 00:00",758,"2013-06-21 00:00",758,"2013-10-13 00:00","","","","",763,761,758,756,754,751,745,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","68107",1,40.38335,-75.9686,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",219,100,37,61,0,0,"","","Certification not required",0,760.789954,4.667051,773,"2013-04-22 00:00",772,"2013-01-27 00:00",772,"2013-04-21 00:00",771,"2013-01-10 00:00","","","","",772,770,769,768,764,761,755,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68107",5,40.38335,-75.9686,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,756.711538,4.971829,769,"2013-04-22 00:00",767,"2013-01-28 00:00",766,"2013-01-10 00:00",765,"2013-11-06 00:00","","","","",769,767,766,762,760,757,750,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","68108",1,40.38335,-75.9686,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",219,100,37,61,0,0,"","","Certification not required",0,757.666667,4.690742,770,"2013-04-21 00:00",770,"2013-04-22 00:00",769,"2013-01-10 00:00",769,"2013-01-27 00:00","","","","",769,766,766,764,761,758,752,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","68108",5,40.38335,-75.9686,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,753.230769,4.692988,766,"2013-04-22 00:00",764,"2013-01-10 00:00",759,"2013-10-13 00:00",759,"2013-11-06 00:00","","","","",766,764,759,758,756,753,748,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","68109",1,40.38335,-75.9686,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",219,100,37,61,0,0,"","","Certification not required",0,1438.630137,2.837366,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-06 00:00",1440,"2013-01-07 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","81102",5,40.38335,-75.9686,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7917,90,330,365,0,99,"","","Certification not required",0,12.455476,7.20251,80,"2013-06-09 17:00",79,"2013-10-02 18:00",72,"2013-06-11 12:00",69,"2013-06-08 20:00","","","","",35,31,26,22,16,11,5,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","81102",5,40.38335,-75.9686,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",330,90,330,365,0,0,0,0,"Certification not required",0,11.969697,5.539495,32,"2013-09-11 00:00",30,"2013-01-09 00:00",29,"2013-01-29 00:00",29,"2013-06-09 00:00","","","","",29,27,24,19,15,11,6,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","88101",1,40.38335,-75.9686,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",219,60,219,365,0,0,1,1,"Certification not required",0,9.73242,5.806379,43.3,"2013-01-09 00:00",31.9,"2013-02-05 00:00",31.6,"2013-01-28 00:00",29.9,"2013-01-08 00:00","","","","",31.6,25.5,21.4,15.9,12.3,8.2,4.3,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","88101",1,40.38335,-75.9686,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",219,60,219,365,0,0,"","","Certification not required",0,9.73242,5.806379,43.3,"2013-01-09 00:00",31.9,"2013-02-05 00:00",31.6,"2013-01-28 00:00",29.9,"2013-01-08 00:00","","","","",31.6,25.5,21.4,15.9,12.3,8.2,4.3,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2013-12-11" +"42","011","0011","88101",3,40.38335,-75.9686,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7913,90,334,365,0,103,"","","Certification not required",0,12.017718,8.20266,80.3,"2013-01-29 15:00",74.2,"2013-01-29 17:00",73.6,"2013-01-29 14:00",72.1,"2013-01-29 16:00","","","","",40.9,35.1,27.8,22.2,15.5,10.4,3.7,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","88101",3,40.38335,-75.9686,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,4,4,"Certification not required",0,12.000912,6.663362,50.2,"2013-01-09 00:00",50,"2013-01-29 00:00",36.2,"2013-01-28 00:00",36.2,"2013-02-05 00:00","","","","",36.2,30.7,24.2,19.9,15,10.2,5.7,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","88101",3,40.38335,-75.9686,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,12.000912,6.663362,50.2,"2013-01-09 00:00",50,"2013-01-29 00:00",36.2,"2013-01-28 00:00",36.2,"2013-02-05 00:00","","","","",36.2,30.7,24.2,19.9,15,10.2,5.7,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-19" +"42","011","0011","88102",5,40.38335,-75.9686,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.02051,0.006955,0.048,"2013-09-07 00:00",0.044,"2013-02-15 00:00",0.026,"2013-01-16 00:00",0.026,"2013-01-22 00:00","","","","",0.048,0.044,0.026,0.026,0.021,0.021,0.014,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88103",5,40.38335,-75.9686,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000706,0.001006,0.004,"2013-07-27 00:00",0.003,"2013-08-02 00:00",0.003,"2013-10-31 00:00",0.002,"2013-02-21 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88104",5,40.38335,-75.9686,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",33,0.024029,0.034081,0.182,"2013-07-03 00:00",0.165,"2013-07-15 00:00",0.068,"2013-05-04 00:00",0.049,"2013-04-10 00:00","","","","",0.182,0.165,0.068,0.045,0.031,0.0115,0.0065,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88107",5,40.38335,-75.9686,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006849,0.006695,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88109",5,40.38335,-75.9686,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",7,0.003984,0.002529,0.013,"2013-06-09 00:00",0.011,"2013-02-03 00:00",0.0084,"2013-10-31 00:00",0.0076,"2013-07-27 00:00","","","","",0.013,0.011,0.0084,0.0072,0.005,0.0036,0.00115,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88110",5,40.38335,-75.9686,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001608,0.004304,0.027,"2013-07-21 00:00",0.009,"2013-05-10 00:00",0.008,"2013-02-09 00:00",0.007,"2013-02-27 00:00","","","","",0.027,0.009,0.008,0.005,0,0,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88111",5,40.38335,-75.9686,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",11,0.017323,0.015471,0.0774,"2013-04-10 00:00",0.0616,"2013-07-15 00:00",0.0556,"2013-05-16 00:00",0.0416,"2013-07-03 00:00","","","","",0.0774,0.0616,0.0556,0.0292,0.025,0.013,0.0037,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88112",5,40.38335,-75.9686,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.007373,0.01635,0.072,"2013-09-25 00:00",0.063,"2013-10-13 00:00",0.05,"2013-09-19 00:00",0.048,"2013-02-27 00:00","","","","",0.072,0.063,0.05,0.009,0.004,0.002,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88113",5,40.38335,-75.9686,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.000697,0.000193,0.0017,"2013-02-27 00:00",0.0011,"2013-05-22 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-23 00:00","","","","",0.0017,0.0011,0.001,0.001,0.0007,0.00065,0.00055,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88114",5,40.38335,-75.9686,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",15,0.011254,0.018006,0.0631,"2013-05-28 00:00",0.0588,"2013-06-03 00:00",0.058,"2013-02-27 00:00",0.0573,"2013-10-31 00:00","","","","",0.0631,0.0588,0.058,0.0432,0.0105,0.0025,0.0008,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88115",5,40.38335,-75.9686,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.009987,0.015214,0.077,"2013-03-11 00:00",0.07,"2013-10-13 00:00",0.044,"2013-01-04 00:00",0.0306,"2013-02-03 00:00","","","","",0.077,0.07,0.044,0.023,0.0084,0.00405,0.0025,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88117",5,40.38335,-75.9686,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006922,0.010765,0.0435,"2013-03-23 00:00",0.0435,"2013-04-10 00:00",0.0435,"2013-04-16 00:00",0.043,"2013-01-10 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0028,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88118",5,40.38335,-75.9686,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010145,0.006724,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88126",5,40.38335,-75.9686,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.050143,0.03565,0.18,"2013-02-27 00:00",0.171,"2013-07-15 00:00",0.118,"2013-07-03 00:00",0.116,"2013-05-16 00:00","","","","",0.18,0.171,0.118,0.0869,0.0601,0.04,0.0189,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88128",5,40.38335,-75.9686,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.004333,0.006707,0.043,"2013-06-09 00:00",0.018,"2013-05-28 00:00",0.014,"2013-10-31 00:00",0.011,"2013-07-27 00:00","","","","",0.043,0.018,0.014,0.009,0.005,0.003,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88131",5,40.38335,-75.9686,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.010324,0.003367,0.0165,"2013-01-16 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88132",5,40.38335,-75.9686,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001608,0.001524,0.006,"2013-09-19 00:00",0.005,"2013-04-10 00:00",0.005,"2013-11-06 00:00",0.004,"2013-03-23 00:00","","","","",0.006,0.005,0.005,0.004,0.003,0.001,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88136",5,40.38335,-75.9686,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000725,0.002538,0.018,"2013-02-27 00:00",0.003,"2013-01-16 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-09 00:00","","","","",0.018,0.003,0.001,0.001,0.001,0,0,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88140",5,40.38335,-75.9686,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.009379,0.009908,0.063,"2013-03-11 00:00",0.037,"2013-10-13 00:00",0.0269,"2013-04-22 00:00",0.026,"2013-11-06 00:00","","","","",0.063,0.037,0.0269,0.0117,0.009,0.006,0.00475,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88152",5,40.38335,-75.9686,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.005733,0.001798,0.012,"2013-07-09 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-29 00:00","","","","",0.012,0.008,0.008,0.008,0.008,0.005,0.0045,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88154",5,40.38335,-75.9686,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.001288,0.00152,0.0117,"2013-07-21 00:00",0.0022,"2013-06-09 00:00",0.002,"2013-06-27 00:00",0.0013,"2013-03-05 00:00","","","","",0.0117,0.0022,0.002,0.0013,0.00125,0.001,0.00065,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88160",5,40.38335,-75.9686,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.013157,0.003678,0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.018,"2013-01-16 00:00",0.018,"2013-03-17 00:00","","","","",0.0185,0.0185,0.018,0.018,0.016,0.01,0.01,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88161",5,40.38335,-75.9686,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.003275,0.002817,0.015,"2013-01-10 00:00",0.0134,"2013-07-03 00:00",0.0121,"2013-07-15 00:00",0.0074,"2013-08-08 00:00","","","","",0.015,0.0134,0.0121,0.0057,0.00265,0.0025,0.0021,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88164",5,40.38335,-75.9686,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001576,0.000248,0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88165",5,40.38335,-75.9686,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.057685,0.079227,0.452,"2013-07-15 00:00",0.366,"2013-07-03 00:00",0.164,"2013-05-16 00:00",0.128,"2013-04-10 00:00","","","","",0.452,0.366,0.164,0.121,0.053,0.0348,0.015,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88166",5,40.38335,-75.9686,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008575,0.004902,0.019,"2013-01-22 00:00",0.019,"2013-02-03 00:00",0.019,"2013-03-17 00:00",0.019,"2013-09-19 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88167",5,40.38335,-75.9686,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",6,0.009235,0.007849,0.036,"2013-02-03 00:00",0.0351,"2013-10-31 00:00",0.0288,"2013-05-28 00:00",0.022,"2013-04-10 00:00","","","","",0.036,0.0351,0.0288,0.018,0.011,0.0069,0.00175,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88168",5,40.38335,-75.9686,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001516,0.001807,0.014,"2013-08-26 00:00",0.0018,"2013-11-06 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-01-22 00:00","","","","",0.014,0.0018,0.00175,0.00175,0.00155,0.0012,0.00085,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88169",5,40.38335,-75.9686,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.764255,0.399479,1.75,"2013-07-09 00:00",1.56,"2013-10-01 00:00",1.53,"2013-10-31 00:00",1.44,"2013-06-09 00:00","","","","",1.75,1.56,1.53,1.29,1.08,0.717,0.346,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88176",5,40.38335,-75.9686,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.000992,0.000207,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88180",5,40.38335,-75.9686,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.050035,0.030038,0.183,"2013-05-28 00:00",0.133,"2013-02-03 00:00",0.101,"2013-10-31 00:00",0.0914,"2013-07-15 00:00","","","","",0.183,0.133,0.101,0.0817,0.062,0.041,0.025,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88184",5,40.38335,-75.9686,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.060314,0.092906,0.475,"2013-03-11 00:00",0.358,"2013-10-13 00:00",0.32,"2013-04-16 00:00",0.198,"2013-05-04 00:00","","","","",0.475,0.358,0.32,0.147,0.054,0.027,0.0155,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88185",5,40.38335,-75.9686,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.003921,0.003709,0.0115,"2013-01-16 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0048,0.00225,0.0014,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88301",5,40.38335,-75.9686,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.967192,0.807528,3.64,"2013-01-28 00:00",3.44,"2013-02-03 00:00",2.99,"2013-10-31 00:00",2.25,"2013-05-22 00:00","","","","",3.64,3.44,2.99,2.18,1.07,0.814,0.223,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88302",5,40.38335,-75.9686,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.091906,0.109072,0.576,"2013-03-11 00:00",0.431,"2013-10-13 00:00",0.35,"2013-04-16 00:00",0.273,"2013-10-01 00:00","","","","",0.576,0.431,0.35,0.19,0.09,0.053,0.022,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88303",5,40.38335,-75.9686,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.041502,0.042039,0.282,"2013-01-28 00:00",0.135,"2013-05-28 00:00",0.107,"2013-07-15 00:00",0.069,"2013-04-16 00:00","","","","",0.282,0.135,0.107,0.066,0.054,0.035,0.012,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88306",5,40.38335,-75.9686,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.722865,1.708672,7.96,"2013-02-03 00:00",7.43,"2013-01-28 00:00",5.41,"2013-02-15 00:00",5.39,"2013-10-31 00:00","","","","",7.96,7.43,5.41,3.78,2.02,1.18,0.452,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88355",5,40.38335,-75.9686,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.261,1.171856,6.26,"2013-01-28 00:00",5.02,"2013-05-28 00:00",4.05,"2013-05-16 00:00",3.93,"2013-10-31 00:00","","","","",6.26,5.02,4.05,3.88,2.86,2.17,0.996,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88357",5,40.38335,-75.9686,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.271706,0.131523,0.583,"2013-09-19 00:00",0.55,"2013-05-16 00:00",0.536,"2013-01-10 00:00",0.532,"2013-01-28 00:00","","","","",0.583,0.55,0.536,0.503,0.362,0.241,0.133,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88370",5,40.38335,-75.9686,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.972431,0.992892,5.59,"2013-01-28 00:00",4.13,"2013-05-28 00:00",3.43,"2013-02-03 00:00",3.41,"2013-05-16 00:00","","","","",5.59,4.13,3.43,3.28,2.54,1.84,0.915,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88374",5,40.38335,-75.9686,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.194902,0.180241,1.06,"2013-01-28 00:00",0.532,"2013-09-01 00:00",0.472,"2013-05-28 00:00",0.465,"2013-10-31 00:00","","","","",1.06,0.532,0.472,0.399,0.261,0.147,0.048,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88375",5,40.38335,-75.9686,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.500529,0.236906,1.05,"2013-05-22 00:00",0.988,"2013-07-27 00:00",0.977,"2013-01-28 00:00",0.897,"2013-05-28 00:00","","","","",1.05,0.988,0.977,0.795,0.652,0.497,0.214,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88376",5,40.38335,-75.9686,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.517431,0.257083,1.3,"2013-05-28 00:00",1.11,"2013-02-03 00:00",1.05,"2013-06-15 00:00",1.04,"2013-06-21 00:00","","","","",1.3,1.11,1.05,0.778,0.677,0.467,0.219,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88377",5,40.38335,-75.9686,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.438078,0.238925,1.16,"2013-02-03 00:00",1.05,"2013-05-28 00:00",0.98,"2013-01-28 00:00",0.912,"2013-10-31 00:00","","","","",1.16,1.05,0.98,0.77,0.569,0.382,0.206,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88378",5,40.38335,-75.9686,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.320902,0.2386,1.63,"2013-01-28 00:00",0.621,"2013-05-16 00:00",0.608,"2013-09-01 00:00",0.546,"2013-07-09 00:00","","","","",1.63,0.621,0.608,0.487,0.416,0.281,0.144,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88380",5,40.38335,-75.9686,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.559882,0.310343,1.39,"2013-05-28 00:00",1.2,"2013-01-28 00:00",1.19,"2013-05-16 00:00",1.07,"2013-08-20 00:00","","","","",1.39,1.2,1.19,0.978,0.774,0.526,0.184,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88383",5,40.38335,-75.9686,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.833549,0.470847,2.81,"2013-01-28 00:00",1.76,"2013-05-28 00:00",1.73,"2013-05-16 00:00",1.4,"2013-08-20 00:00","","","","",2.81,1.76,1.73,1.32,1.05,0.864,0.343,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88384",5,40.38335,-75.9686,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.046918,0.021477,0.1,"2013-08-20 00:00",0.0966,"2013-08-02 00:00",0.093,"2013-05-22 00:00",0.0845,"2013-07-15 00:00","","","","",0.1,0.0966,0.093,0.0726,0.0617,0.0433,0.0267,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88385",5,40.38335,-75.9686,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001049,0.00035,0.0035,"2013-06-03 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.0035,0.001,0.001,0.001,0.001,0.001,0.001,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88388",5,40.38335,-75.9686,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.609078,0.392494,2.3,"2013-01-28 00:00",1.29,"2013-05-28 00:00",1.26,"2013-05-16 00:00",1.13,"2013-08-20 00:00","","","","",2.3,1.29,1.26,1.12,0.797,0.546,0.261,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88403",5,40.38335,-75.9686,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.120846,1.160003,5.07,"2013-01-28 00:00",4.81,"2013-07-09 00:00",4.59,"2013-10-01 00:00",4.28,"2013-10-31 00:00","","","","",5.07,4.81,4.59,3.75,2.71,1.84,0.93,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0011","88502",5,40.38335,-75.9686,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.031373,4.720783,25.3,"2013-02-03 00:00",22.4,"2013-10-31 00:00",19.7,"2013-05-28 00:00",16.1,"2013-02-15 00:00","","","","",25.3,22.4,19.7,15.4,12.5,9.1,4.6,"Reading Airport","1059 Arnold Road","Pennsylvania","Berks","","Reading, PA","2014-02-14" +"42","011","0020","14129",1,40.385981,-75.912856,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,0,0,0,"Certification not required",0,0.062103,0.103417,0.49,"2013-04-16 00:00",0.361,"2013-02-15 00:00",0.238,"2013-03-11 00:00",0.226,"2013-04-04 00:00","","","","",0.49,0.49,0.361,0.226,0.042,0.024,0.01,"","3139 Kutztown Rd","Pennsylvania","Berks","","Reading, PA","2013-12-12" +"42","011","0020","14129",2,40.385981,-75.912856,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,0,0,0,"Certification not required",0,0.063641,0.110816,0.593,"2013-04-16 00:00",0.288,"2013-02-15 00:00",0.231,"2013-03-11 00:00",0.229,"2013-04-04 00:00","","","","",0.593,0.593,0.288,0.229,0.054,0.023,0.01,"","3139 Kutztown Rd","Pennsylvania","Berks","","Reading, PA","2013-12-12" +"42","011","0020","68105",1,40.385981,-75.912856,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.435556,10.326448,28.6,"2013-07-15 00:00",25.4,"2013-07-21 00:00",24.1,"2013-09-01 00:00",24,"2013-07-03 00:00","","","","",28.6,28.6,24.1,23.6,21.1,14.8,-2,"","3139 Kutztown Rd","Pennsylvania","Berks","","Reading, PA","2013-12-19" +"42","011","0020","68105",2,40.385981,-75.912856,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",32,52,32,61,0,0,"","","Certification not required",0,17.946875,6.271286,28.6,"2013-07-15 00:00",25.4,"2013-07-21 00:00",24.1,"2013-09-01 00:00",23.6,"2013-07-03 00:00","","","","",28.6,28.6,25.4,23.6,23,20.1,12.8,"","3139 Kutztown Rd","Pennsylvania","Berks","","Reading, PA","2013-12-19" +"42","011","0020","68108",1,40.385981,-75.912856,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,750.044444,4.626778,762,"2013-01-10 00:00",762,"2013-04-22 00:00",757,"2013-01-28 00:00",754,"2013-04-04 00:00","","","","",762,762,757,754,752,749,744,"","3139 Kutztown Rd","Pennsylvania","Berks","","Reading, PA","2013-12-19" +"42","011","0020","68108",2,40.385981,-75.912856,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",32,52,32,61,0,0,"","","Certification not required",0,749.25,3.86047,754,"2013-04-04 00:00",754,"2013-04-16 00:00",754,"2013-04-28 00:00",754,"2013-05-04 00:00","","","","",754,754,754,754,754,749,744,"","3139 Kutztown Rd","Pennsylvania","Berks","","Reading, PA","2013-12-19" +"42","011","0021","14129",1,40.477075,-75.756919,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.032222,0.028282,0.122,"2013-08-26 00:00",0.121,"2013-04-10 00:00",0.088,"2013-08-02 00:00",0.08,"2013-04-16 00:00","","","","",0.122,0.122,0.088,0.076,0.038,0.021,0.01,"","Kemp St","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-12" +"42","011","0021","68105",1,40.477075,-75.756919,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.926667,10.766708,27.6,"2013-07-15 00:00",25.9,"2013-07-21 00:00",25,"2013-05-22 00:00",24.7,"2013-07-03 00:00","","","","",27.6,27.6,25,24.3,22.1,15.4,-1.7,"","Kemp St","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-19" +"42","011","0021","68108",1,40.477075,-75.756919,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.155556,4.497249,762,"2013-01-10 00:00",759,"2013-04-22 00:00",754,"2013-01-28 00:00",754,"2013-05-04 00:00","","","","",762,762,754,754,752,749,744,"","Kemp St","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-19" +"42","011","0022","14129",1,40.478319,-75.753947,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,0,0,"Certification not required",0,0.017625,0.01058,0.061,"2013-08-26 00:00",0.04,"2013-05-16 00:00",0.039,"2013-05-10 00:00",0.031,"2013-07-09 00:00","","","","",0.061,0.061,0.04,0.031,0.022,0.015,0.01,"","Park Ave","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-12" +"42","011","0022","14129",2,40.478319,-75.753947,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.019116,0.011732,0.066,"2013-08-26 00:00",0.043,"2013-08-02 00:00",0.042,"2013-08-20 00:00",0.038,"2013-05-10 00:00","","","","",0.066,0.066,0.042,0.038,0.022,0.015,0.01,"","Park Ave","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-12" +"42","011","0022","68105",1,40.478319,-75.753947,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,13.769767,10.131435,28.5,"2013-07-15 00:00",27,"2013-07-21 00:00",25.4,"2013-09-01 00:00",25.2,"2013-05-22 00:00","","","","",28.5,28.5,25.4,25.2,22.6,15.6,0.6,"","Park Ave","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-19" +"42","011","0022","68105",2,40.478319,-75.753947,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,13.784444,11.373333,29.5,"2013-07-15 00:00",27.5,"2013-07-21 00:00",26.4,"2013-07-03 00:00",26.2,"2013-05-22 00:00","","","","",29.5,29.5,26.4,25.8,23.7,16.3,-2.1,"","Park Ave","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-19" +"42","011","0022","68108",1,40.478319,-75.753947,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,749.627907,5.173298,762,"2013-01-10 00:00",762,"2013-04-22 00:00",757,"2013-04-04 00:00",754,"2013-01-28 00:00","","","","",762,762,757,754,754,749,742,"","Park Ave","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-19" +"42","011","0022","68108",2,40.478319,-75.753947,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.377778,4.483753,762,"2013-01-10 00:00",757,"2013-04-22 00:00",754,"2013-01-28 00:00",754,"2013-03-11 00:00","","","","",762,762,754,754,752,749,744,"","Park Ave","Pennsylvania","Berks","Lyons (corporate and RR name for Lyon Station)","Reading, PA","2013-12-19" +"42","011","1717","14129",1,40.377222,-75.914444,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.05107,0.056701,0.241,"2013-02-21 00:00",0.233,"2013-03-05 00:00",0.165,"2013-01-10 00:00",0.135,"2013-04-22 00:00","","","","",0.241,0.241,0.165,0.122,0.074,0.025,0.01,"A420111717LAT/LON POINT IS OF SAMPLING INLET","SPRING VALLEY ROAD","Pennsylvania","Berks","Laureldale","Reading, PA","2013-12-12" +"42","011","1717","68105",1,40.377222,-75.914444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.766667,9.996113,26.2,"2013-07-15 00:00",25.6,"2013-07-21 00:00",23.9,"2013-07-03 00:00",23.9,"2013-09-01 00:00","","","","",26.2,26.2,23.9,23.8,21.4,14.5,-1.2,"A420111717LAT/LON POINT IS OF SAMPLING INLET","SPRING VALLEY ROAD","Pennsylvania","Berks","Laureldale","Reading, PA","2013-12-19" +"42","011","1717","68108",1,40.377222,-75.914444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,750.822222,4.83025,762,"2013-01-10 00:00",762,"2013-04-22 00:00",757,"2013-01-28 00:00",757,"2013-04-04 00:00","","","","",762,762,757,757,754,752,744,"A420111717LAT/LON POINT IS OF SAMPLING INLET","SPRING VALLEY ROAD","Pennsylvania","Berks","Laureldale","Reading, PA","2013-12-19" +"42","013","0801","42401",1,40.535278,-78.370833,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7809,89,326,365,0,207,0,"","Certification not required",0,6.892638,7.501639,59,"2013-09-30 17:00",35,"2013-04-10 02:00",33,"2013-03-21 21:00",30,"2013-04-20 01:00","","","","",30,28,21,17,10,5,0,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","42401",1,40.535278,-78.370833,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7809,89,326,365,0,207,"","","Certification not required",0,2.380715,3.664027,59,"2013-09-30 17:00",35,"2013-04-10 02:00",33,"2013-03-21 21:00",33,"2013-09-30 18:00","","","","",16,13,10,7,4,1,0,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","42401",1,40.535278,-78.370833,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",326,89,326,365,0,0,0,"","Certification not required",0,2.382822,2.800562,12.5,"2013-01-17 00:00",11.4,"2013-01-23 00:00",11.3,"2013-03-12 00:00",10.9,"2013-03-20 00:00","","","","",10.9,10.3,7.8,6.7,4.2,1,0,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","42401",1,40.535278,-78.370833,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2583,88,325,365,0,0,"",0,"Certification not required",0,2.365234,3.389399,25.3,"2013-04-20 02:00",22.6,"2013-01-17 20:00",22.3,"2013-02-07 11:00",22.3,"2013-11-28 11:00","","","","",14.3,12.3,9.3,7,3.6,0.6,0,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","42401",2,40.535278,-78.370833,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",91826,87,326,365,0,4366,"","","Certification not required",0,2.384227,3.862369,87,"2013-09-30 17:30",83,"2013-09-30 17:35",80,"2013-09-30 17:25",74,"2013-09-30 17:20","","","","",18,14,10,7,4,0,0,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","44201",1,40.535278,-78.370833,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7985,100,214,214,0,31,0,0,"Certification not required",1068,0.047808,0.011354,0.075,"2013-06-22 15:00",0.074,"2013-05-15 15:00",0.072,"2013-08-26 15:00",0.071,"2013-06-05 21:00","","","","",0.072,0.071,0.068,0.062,0.055,0.048,0.039,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","44201",1,40.535278,-78.370833,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8005,100,214,214,0,0,0,0,"Certification not required",0,0.042491,0.010917,0.068,"2013-05-15 13:00",0.067,"2013-08-20 09:00",0.066,"2013-04-27 13:00",0.065,"2013-06-05 16:00","","","","",0.066,0.064,0.061,0.057,0.051,0.044,0.035,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","44201",1,40.535278,-78.370833,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8005,100,214,214,0,0,0,0,"Certification not required",0,0.042491,0.010917,0.068,"2013-05-15 13:00",0.067,"2013-08-20 09:00",0.066,"2013-04-27 13:00",0.065,"2013-06-05 16:00","","","","",0.066,0.064,0.061,0.057,0.051,0.044,0.035,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","81102",5,40.535278,-78.370833,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7980,91,332,365,0,36,"","","Certification not required",0,13.987343,8.338419,135,"2013-05-18 06:00",100,"2013-10-03 09:00",87,"2013-04-10 13:00",85,"2013-04-10 12:00","","","","",41,36,29,24,18,12,5,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","81102",5,40.535278,-78.370833,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",332,91,332,365,0,0,0,0,"Certification not required",0,13.560241,5.897871,39,"2013-10-03 00:00",36,"2013-04-10 00:00",34,"2013-07-19 00:00",33,"2013-07-18 00:00","","","","",33,29,25,21,17,13,7,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","88101",3,40.535278,-78.370833,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7550,86,317,365,0,466,"","","Certification not required",0,11.828755,6.60801,65.2,"2013-01-12 18:00",62.7,"2013-05-30 20:00",56.4,"2013-07-18 17:00",53,"2013-01-09 02:00","","","","",34.5,29.4,23.8,20.2,15.1,10.4,5,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","88101",3,40.535278,-78.370833,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,0,0,"Certification not required",0,11.791746,5.065186,33.8,"2013-01-08 00:00",33.4,"2013-01-13 00:00",29.9,"2013-01-09 00:00",29.2,"2013-01-28 00:00","","","","",29.2,26.5,21.4,18.3,13.9,10.7,6.4,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","013","0801","88101",3,40.535278,-78.370833,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",315,86,315,365,0,0,"","","Certification not required",0,11.791746,5.065186,33.8,"2013-01-08 00:00",33.4,"2013-01-13 00:00",29.9,"2013-01-09 00:00",29.2,"2013-01-28 00:00","","","","",29.2,26.5,21.4,18.3,13.9,10.7,6.4,"","2ND AVE & 7TH ST","Pennsylvania","Blair","Altoona","Altoona, PA","2014-02-19" +"42","015","0011","42601",1,41.705226,-76.512726,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,82,249,306,0,606,"","","Certification not required",0,1.379213,1.797019,26,"2013-04-01 02:00",23,"2013-10-28 07:00",17,"2013-10-28 06:00",16,"2013-10-03 06:00","","","","",8,6,5,4,2,1,0,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","015","0011","42602",1,41.705226,-76.512726,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,68,249,365,0,606,0,"","Certification not required",0,6.694779,3.941509,25,"2013-04-01 02:00",20,"2013-03-31 01:00",19,"2013-04-05 05:00",19,"2013-11-16 18:00","","","","",19,17,15,13,8,6,3,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","015","0011","42602",1,41.705226,-76.512726,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,68,249,365,0,606,"","","Certification not required",0,3.771939,2.278434,25,"2013-04-01 02:00",20,"2013-03-31 01:00",20,"2013-03-31 02:00",19,"2013-03-31 03:00","","","","",13,10,8,6,5,3,2,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","015","0011","42603",1,41.705226,-76.512726,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5994,82,249,306,0,606,"","","Certification not required",0,5.309142,3.423502,51,"2013-04-01 02:00",31,"2013-03-31 03:00",30,"2013-03-31 01:00",30,"2013-10-28 07:00","","","","",17,14,12,9,7,5,2,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","015","0011","44201",1,41.705226,-76.512726,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6588,100,214,214,0,12,0,0,"Certification not required",571,0.040355,0.008976,0.061,"2013-04-28 14:00",0.06,"2013-05-01 16:00",0.06,"2013-05-15 19:00",0.06,"2013-08-22 11:00","","","","",0.06,0.06,0.056,0.052,0.047,0.042,0.034,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","015","0011","44201",1,41.705226,-76.512726,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6588,100,213,214,0,0,0,0,"Certification not required",0,0.035915,0.00878,0.059,"2013-04-28 10:00",0.055,"2013-05-01 11:00",0.053,"2013-04-07 11:00",0.053,"2013-04-29 00:00","","","","",0.053,0.053,0.051,0.048,0.043,0.038,0.031,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","015","0011","44201",1,41.705226,-76.512726,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6588,100,213,214,0,0,0,0,"Certification not required",0,0.035915,0.00878,0.059,"2013-04-28 10:00",0.055,"2013-05-01 11:00",0.053,"2013-04-07 11:00",0.053,"2013-04-29 00:00","","","","",0.053,0.053,0.051,0.048,0.043,0.038,0.031,"Towanda","RT 4148 Main St, Monroe, PA 18832","Pennsylvania","Bradford","","Sayre, PA","2014-02-19" +"42","017","0012","42101",1,40.107222,-74.882222,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7066,81,293,365,0,950,0,0,"Certification not required",6946,0.257402,0.064545,1.5,"2013-11-15 21:00",1.5,"2013-11-15 22:00",1.5,"2013-11-16 00:00",1.4,"2013-11-15 23:00","","","","",0.6,0.25,0.25,0.25,0.25,0.25,0.25,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42101",1,40.107222,-74.882222,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7041,80,289,365,0,0,0,0,"Certification not required",0,0.304772,0.042339,1.3,"2013-11-16 02:00",1.3,"2013-11-16 03:00",1.2,"2013-11-16 01:00",1.2,"2013-11-16 04:00",1.3,"2013-11-16 02:00",0.9,"2013-11-16 07:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42401",1,40.107222,-74.882222,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6516,74,270,365,0,1500,0,"","Certification not required",0,3.822222,2.894339,18,"2013-01-26 04:00",16,"2013-01-09 08:00",16,"2013-01-23 21:00",16,"2013-01-28 01:00","","","","",16,13,9,7,5,3,1,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42401",1,40.107222,-74.882222,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6516,74,270,365,0,1500,"","","Certification not required",0,2.183088,1.939949,18,"2013-01-26 04:00",16,"2013-01-09 08:00",16,"2013-01-23 21:00",16,"2013-01-28 01:00","","","","",9,7,5,4,3,2,0,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42401",1,40.107222,-74.882222,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,2.18037,1.6769,8.7,"2013-01-08 00:00",8.1,"2013-01-09 00:00",8.1,"2013-01-28 00:00",7.8,"2013-01-27 00:00","","","","",8.1,6.5,5.1,4.5,3,1.9,0.2,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42401",1,40.107222,-74.882222,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2162,74,268,365,0,0,"",0,"Certification not required",0,2.161656,1.880799,15.3,"2013-01-28 02:00",14,"2013-01-27 23:00",14,"2013-01-28 05:00",13.6,"2013-01-26 05:00","","","","",9.3,7,5,4.3,3,2,0,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42401",2,40.107222,-74.882222,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",76747,73,270,365,0,19445,"","","Certification not required",0,2.189766,1.970664,21,"2013-01-26 04:25",21,"2013-01-26 04:30",20,"2013-01-09 08:30",20,"2013-01-23 21:10","","","","",9,7,5,5,3,2,0,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42601",1,40.107222,-74.882222,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7454,85,307,365,0,562,"","","Certification not required",0,5.831768,18.502951,326,"2013-01-09 07:00",282,"2013-01-09 08:00",258,"2013-01-09 06:00",216,"2013-01-09 09:00","","","","",102,67,31,11,2,1,0,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42602",1,40.107222,-74.882222,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7426,85,306,365,0,590,0,"","Certification not required",0,18.117647,8.421628,36,"2013-03-09 19:00",35,"2013-11-15 17:00",34,"2013-04-26 20:00",34,"2013-10-02 20:00","","","","",34,33,31,30,24,18,6,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42602",1,40.107222,-74.882222,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7426,85,306,365,0,590,"","","Certification not required",0,7.142607,7.52515,36,"2013-03-09 19:00",35,"2013-11-15 17:00",34,"2013-03-09 20:00",34,"2013-04-26 20:00","","","","",30,27,24,19,11,4,0,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","42603",1,40.107222,-74.882222,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7451,85,307,365,0,565,"","","Certification not required",0,13.230036,23.319479,345,"2013-01-09 07:00",308,"2013-01-09 08:00",277,"2013-01-09 06:00",247,"2013-01-09 09:00","","","","",128,88,52,32,14,6,0,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","44201",1,40.107222,-74.882222,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7933,99,212,214,0,83,0,0,"Certification not required",1025,0.051193,0.014402,0.095,"2013-06-26 14:00",0.087,"2013-05-29 17:00",0.083,"2013-06-09 15:00",0.083,"2013-08-21 15:00","","","","",0.083,0.082,0.076,0.071,0.06,0.051,0.041,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","44201",1,40.107222,-74.882222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7904,98,210,214,0,0,0,0,"Certification not required",0,0.044724,0.0132,0.077,"2013-05-29 12:00",0.077,"2013-06-09 11:00",0.076,"2013-06-26 10:00",0.073,"2013-08-21 10:00","","","","",0.076,0.072,0.066,0.061,0.054,0.046,0.036,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","44201",1,40.107222,-74.882222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7904,98,210,214,0,0,3,3,"Certification not required",0,0.044724,0.0132,0.077,"2013-05-29 12:00",0.077,"2013-06-09 11:00",0.076,"2013-06-26 10:00",0.073,"2013-08-21 10:00","","","","",0.076,0.072,0.066,0.061,0.054,0.046,0.036,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","68101",1,40.107222,-74.882222,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",230,100,39,61,0,0,"","","Certification not required",192,0.075217,0.06637,0.4,"2013-01-05 00:00",0.4,"2013-02-10 00:00",0.3,"2013-01-22 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.2,0.2,0.05,0.05,0.05,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68102",1,40.107222,-74.882222,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",230,100,39,61,0,0,"","","Certification not required",0,23.984783,0.086583,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68103",1,40.107222,-74.882222,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",230,100,39,61,0,0,"","","Certification not required",0,10.74087,9.449308,27.3,"2013-07-19 00:00",24.7,"2013-07-20 00:00",24.6,"2013-07-18 00:00",24.1,"2013-08-09 00:00","","","","",24.6,24,23.1,22.3,18.9,12.4,-3,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68104",1,40.107222,-74.882222,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",230,100,39,61,0,0,"","","Certification not required",0,22.780435,10.016075,38.2,"2013-07-18 00:00",37.8,"2013-07-17 00:00",37.3,"2013-07-19 00:00",37,"2013-07-15 00:00","","","","",37.3,35.7,35.3,33.1,30.4,25.7,6.6,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68105",1,40.107222,-74.882222,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",230,100,39,61,0,0,"","","Certification not required",0,16.73,9.344667,31.7,"2013-07-19 00:00",31.6,"2013-07-18 00:00",30.5,"2013-07-17 00:00",30.4,"2013-07-15 00:00","","","","",30.5,30.3,28.3,26.7,24.3,19.2,2,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68106",1,40.107222,-74.882222,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",230,100,39,61,0,0,"","","Certification not required",0,759.526087,5.060051,772,"2013-04-22 00:00",771,"2013-01-27 00:00",770,"2013-01-08 00:00",769,"2013-02-10 00:00","","","","",770,769,767,766,763,760,753,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68107",1,40.107222,-74.882222,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",230,100,39,61,0,0,"","","Certification not required",0,765.995652,4.622423,778,"2013-04-21 00:00",778,"2013-04-22 00:00",777,"2013-01-27 00:00",776,"2013-01-10 00:00","","","","",777,775,774,773,769,766,760,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68108",1,40.107222,-74.882222,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",230,100,39,61,0,0,"","","Certification not required",0,762.93913,4.711385,775,"2013-04-21 00:00",775,"2013-04-22 00:00",774,"2013-01-27 00:00",773,"2013-01-10 00:00","","","","",774,772,771,769,766,763,757,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","68109",1,40.107222,-74.882222,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",230,100,39,61,0,0,"","","Certification not required",0,1438.417391,4.822586,1440,"2013-01-08 00:00",1440,"2013-01-15 00:00",1440,"2013-01-16 00:00",1440,"2013-01-25 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","88101",1,40.107222,-74.882222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",230,63,230,365,0,0,1,1,"Certification not required",0,9.983478,5.743102,36.8,"2013-01-28 00:00",34,"2013-01-08 00:00",33.7,"2013-01-29 00:00",32.5,"2013-01-09 00:00","","","","",33.7,29.5,20.6,16.4,11.7,8.6,4.7,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","88101",1,40.107222,-74.882222,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",230,63,230,365,0,0,"","","Certification not required",0,9.983478,5.743102,36.8,"2013-01-28 00:00",34,"2013-01-08 00:00",33.7,"2013-01-29 00:00",32.5,"2013-01-09 00:00","","","","",33.7,29.5,20.6,16.4,11.7,8.6,4.7,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","017","0012","88101",3,40.107222,-74.882222,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7374,84,322,365,0,642,"","","Certification not required",0,10.881462,9.37127,238.2,"2013-06-17 16:00",96.8,"2013-01-28 00:00",85.3,"2013-01-08 03:00",82.2,"2013-03-10 18:00","","","","",46.8,37.2,25.8,20.7,13.9,8.8,2.8,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","88101",3,40.107222,-74.882222,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,4,4,"Certification not required",0,10.857895,6.634588,44.1,"2013-01-28 00:00",39.9,"2013-01-09 00:00",38.2,"2013-01-08 00:00",36.9,"2013-01-29 00:00","","","","",36.9,31.3,22.6,18.6,13.2,9.3,4.6,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","017","0012","88101",3,40.107222,-74.882222,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,10.857895,6.634588,44.1,"2013-01-28 00:00",39.9,"2013-01-09 00:00",38.2,"2013-01-08 00:00",36.9,"2013-01-29 00:00","","","","",36.9,31.3,22.6,18.6,13.2,9.3,4.6,"A420170012LAT/LONG POINT IS OF SAMPLING INLET","ROCKVIEW LANE","Pennsylvania","Bucks","Bristol","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","021","0011","42101",1,40.309722,-78.915,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7879,90,327,365,0,137,0,0,"Certification not required",6282,0.334408,0.189606,1.6,"2013-02-19 10:00",1.5,"2013-02-19 11:00",1.5,"2013-03-24 00:00",1.5,"2013-03-24 01:00","","","","",1.1,1,0.7,0.6,0.25,0.25,0.25,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42101",1,40.309722,-78.915,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7882,90,325,365,0,0,0,0,"Certification not required",0,0.369982,0.163018,1.4,"2013-03-24 03:00",1.4,"2013-03-24 04:00",1.4,"2013-03-24 05:00",1.4,"2013-03-24 06:00",1.4,"2013-03-24 03:00",1.3,"2013-03-23 08:00",1.1,0.9,0.7,0.6,0.3,0.3,0.3,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42401",1,40.309722,-78.915,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7817,89,324,365,0,199,0,"","Certification not required",0,9.225309,7.847334,47,"2013-07-18 12:00",38,"2013-03-05 11:00",37,"2013-03-17 02:00",37,"2013-03-30 10:00","","","","",37,31,27,20,12,7,3,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42401",1,40.309722,-78.915,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7817,89,324,365,0,199,"","","Certification not required",0,4.838941,3.7562,47,"2013-07-18 12:00",38,"2013-03-05 11:00",37,"2013-03-17 02:00",37,"2013-03-30 10:00","","","","",18,15,11,9,7,4,2,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42401",1,40.309722,-78.915,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",324,89,324,365,0,0,0,"","Certification not required",0,4.83858,2.882749,16.4,"2013-04-05 00:00",12.9,"2013-01-24 00:00",12.3,"2013-02-07 00:00",12,"2013-03-30 00:00","","","","",12,11,10.2,9,7,4,2,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42401",1,40.309722,-78.915,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2590,89,324,365,0,0,"",0,"Certification not required",0,4.815521,3.49932,25.6,"2013-03-17 02:00",25.3,"2013-04-05 11:00",24.3,"2013-03-30 11:00",24.3,"2013-07-17 17:00","","","","",17.6,14.6,11,9.3,7,3.6,2,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42401",2,40.309722,-78.915,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",91876,87,323,365,0,4316,"","","Certification not required",0,4.841047,3.952315,96,"2013-07-18 12:00",92,"2013-07-18 11:55",88,"2013-07-18 12:10",87,"2013-07-18 12:05","","","","",20,15,11,9,7,4,2,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42601",1,40.309722,-78.915,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7578,87,315,365,0,438,"","","Certification not required",0,2.195434,8.293892,140,"2013-01-29 12:00",131,"2013-01-29 13:00",125,"2013-01-12 17:00",113,"2013-01-12 16:00","","","","",40,24,12,5,1,0,0,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42602",1,40.309722,-78.915,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7576,86,314,365,0,440,0,"","Certification not required",0,16.261146,8.416587,40,"2013-03-04 22:00",39,"2013-01-08 18:00",38,"2013-01-05 19:00",37,"2013-01-28 13:00","","","","",37,36,33,29,22,14,8,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42602",1,40.309722,-78.915,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7576,86,314,365,0,440,"","","Certification not required",0,7.314546,6.427842,40,"2013-03-04 22:00",39,"2013-01-08 18:00",38,"2013-01-05 19:00",38,"2013-01-08 19:00","","","","",30,28,22,16,9,5,2,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","42603",1,40.309722,-78.915,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7576,86,314,365,0,440,"","","Certification not required",0,9.436378,12.974376,170,"2013-01-29 12:00",162,"2013-01-29 13:00",149,"2013-01-12 17:00",138,"2013-01-12 16:00","","","","",64,49,32,21,11,5,1,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","44201",1,40.309722,-78.915,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7947,99,212,214,0,69,0,0,"Certification not required",1115,0.047585,0.011997,0.094,"2013-06-21 14:00",0.078,"2013-05-15 14:00",0.072,"2013-04-27 17:00",0.072,"2013-06-22 13:00","","","","",0.072,0.07,0.066,0.062,0.056,0.048,0.04,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","44201",1,40.309722,-78.915,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7974,99,212,214,0,0,0,0,"Certification not required",0,0.041868,0.011956,0.079,"2013-06-21 10:00",0.072,"2013-05-15 12:00",0.068,"2013-04-27 11:00",0.065,"2013-06-22 10:00","","","","",0.068,0.064,0.061,0.057,0.051,0.043,0.035,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","44201",1,40.309722,-78.915,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7974,99,212,214,0,0,1,1,"Certification not required",0,0.041868,0.011956,0.079,"2013-06-21 10:00",0.072,"2013-05-15 12:00",0.068,"2013-04-27 11:00",0.065,"2013-06-22 10:00","","","","",0.068,0.064,0.061,0.057,0.051,0.043,0.035,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","68103",5,40.309722,-78.915,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,6.896154,8.897917,20.2,"2013-07-09 00:00",19.5,"2013-07-03 00:00",19.4,"2013-07-21 00:00",19.1,"2013-09-01 00:00","","","","",20.2,19.5,19.4,18.2,13.8,9.5,-7.1,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","68104",5,40.309722,-78.915,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,18.855769,11.142841,35,"2013-07-15 00:00",33,"2013-07-03 00:00",32.8,"2013-06-21 00:00",32.6,"2013-07-21 00:00","","","","",35,33,32.8,31.4,27.7,21.6,2.9,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","68105",5,40.309722,-78.915,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.109615,9.480822,26,"2013-07-15 00:00",24.3,"2013-07-21 00:00",23.9,"2013-07-03 00:00",23.2,"2013-07-09 00:00","","","","",26,24.3,23.9,22.8,20.5,14.4,0.3,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","68106",5,40.309722,-78.915,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,727.5,4.403653,738,"2013-01-10 00:00",737,"2013-04-22 00:00",735,"2013-07-15 00:00",734,"2013-06-21 00:00","","","","",738,737,735,732,731,728,722,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","68107",5,40.309722,-78.915,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,732.403846,4.178655,743,"2013-01-10 00:00",741,"2013-04-22 00:00",739,"2013-11-06 00:00",738,"2013-01-28 00:00","","","","",743,741,739,738,735,732,729,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","68108",5,40.309722,-78.915,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,729.647059,4.208675,740,"2013-01-10 00:00",739,"2013-04-22 00:00",736,"2013-07-15 00:00",735,"2013-02-09 00:00","","","","",740,739,736,735,733,730,725,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","81102",5,40.309722,-78.915,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7782,89,323,365,0,234,"","","Certification not required",0,25.853637,19.453768,310,"2013-07-04 21:00",303,"2013-04-22 02:00",284,"2013-04-10 00:00",207,"2013-05-22 01:00","","","","",98,78,59,47,32,21,10,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","81102",5,40.309722,-78.915,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",323,88,323,365,0,0,0,0,"Certification not required",0,25.424149,13.845296,88,"2013-04-10 00:00",86,"2013-04-09 00:00",75,"2013-01-08 00:00",74,"2013-04-08 00:00","","","","",74,63,52,44,31,21,12,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","88101",3,40.309722,-78.915,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7616,87,326,365,0,400,"","","Certification not required",0,11.521232,7.849801,148.5,"2013-07-04 22:00",122.9,"2013-04-10 01:00",90.6,"2013-04-24 01:00",85.8,"2013-04-11 04:00","","","","",37.3,31.6,25.4,21.1,15.1,9.8,3.9,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","88101",3,40.309722,-78.915,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,0,0,"Certification not required",0,11.526752,5.241825,35.2,"2013-01-08 00:00",31.6,"2013-02-07 00:00",30.9,"2013-01-09 00:00",28.8,"2013-01-28 00:00","","","","",28.8,23.3,21.6,18.9,14.9,10.4,6,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","88101",3,40.309722,-78.915,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,11.526752,5.241825,35.2,"2013-01-08 00:00",31.6,"2013-02-07 00:00",30.9,"2013-01-09 00:00",28.8,"2013-01-28 00:00","","","","",28.8,23.3,21.6,18.9,14.9,10.4,6,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-19" +"42","021","0011","88102",5,40.309722,-78.915,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.019163,0.005622,0.041,"2013-01-22 00:00",0.037,"2013-02-15 00:00",0.026,"2013-02-21 00:00",0.026,"2013-09-25 00:00","","","","",0.041,0.037,0.026,0.0255,0.021,0.0195,0.014,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88103",5,40.309722,-78.915,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001865,0.001715,0.006,"2013-09-01 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-28 00:00",0.005,"2013-04-22 00:00","","","","",0.006,0.005,0.005,0.005,0.003,0.002,0,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88104",5,40.309722,-78.915,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.028308,0.043956,0.3,"2013-07-15 00:00",0.094,"2013-07-27 00:00",0.084,"2013-05-16 00:00",0.076,"2013-02-15 00:00","","","","",0.3,0.094,0.084,0.061,0.031,0.0125,0.0065,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88107",5,40.309722,-78.915,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005514,0.003422,0.0295,"2013-01-10 00:00",0.0055,"2013-02-27 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-03-23 00:00","","","","",0.0295,0.0055,0.0055,0.0055,0.0055,0.005,0.005,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88109",5,40.309722,-78.915,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.005088,0.003016,0.0164,"2013-01-10 00:00",0.0134,"2013-01-28 00:00",0.0106,"2013-10-19 00:00",0.0098,"2013-10-31 00:00","","","","",0.0164,0.0134,0.0106,0.0086,0.0065,0.0048,0.0019,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88110",5,40.309722,-78.915,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002481,0.005504,0.025,"2013-04-22 00:00",0.016,"2013-03-29 00:00",0.014,"2013-06-27 00:00",0.014,"2013-07-27 00:00","","","","",0.025,0.016,0.014,0.011,0,0,0,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88111",5,40.309722,-78.915,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.038169,0.035965,0.182,"2013-04-10 00:00",0.126,"2013-03-11 00:00",0.116,"2013-05-22 00:00",0.101,"2013-08-02 00:00","","","","",0.182,0.126,0.116,0.0832,0.0538,0.0241,0.00375,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88112",5,40.309722,-78.915,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.007269,0.0131,0.063,"2013-09-19 00:00",0.047,"2013-10-07 00:00",0.043,"2013-04-22 00:00",0.042,"2013-10-13 00:00","","","","",0.063,0.047,0.043,0.012,0.006,0.003,0,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88113",5,40.309722,-78.915,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.001297,0.002491,0.0172,"2013-04-22 00:00",0.0072,"2013-05-10 00:00",0.0038,"2013-04-04 00:00",0.0031,"2013-01-28 00:00","","","","",0.0172,0.0072,0.0038,0.0019,0.0007,0.0007,0.00055,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88114",5,40.309722,-78.915,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",18,0.007204,0.010894,0.0601,"2013-04-22 00:00",0.0375,"2013-03-11 00:00",0.0292,"2013-04-10 00:00",0.0273,"2013-04-04 00:00","","","","",0.0601,0.0375,0.0292,0.0161,0.0079,0.0031,0.0008,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88115",5,40.309722,-78.915,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.016357,0.025066,0.134,"2013-01-28 00:00",0.122,"2013-03-11 00:00",0.058,"2013-01-10 00:00",0.0428,"2013-04-04 00:00","","","","",0.134,0.122,0.058,0.031,0.0149,0.0095,0.0039,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88117",5,40.309722,-78.915,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.004795,0.005442,0.043,"2013-01-10 00:00",0.00485,"2013-06-03 00:00",0.00485,"2013-06-09 00:00",0.00485,"2013-08-26 00:00","","","","",0.043,0.00485,0.00485,0.00485,0.0048,0.0041,0.0034,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88118",5,40.309722,-78.915,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00795,0.005357,0.023,"2013-01-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00",0.017,"2013-02-09 00:00","","","","",0.023,0.017,0.017,0.017,0.0055,0.0055,0.005,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88126",5,40.309722,-78.915,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.419494,1.050036,6.51,"2013-04-22 00:00",3.62,"2013-04-10 00:00",1.71,"2013-04-04 00:00",1.71,"2013-05-10 00:00","","","","",6.51,3.62,1.71,0.876,0.263,0.0858,0.0328,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88128",5,40.309722,-78.915,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004923,0.006173,0.035,"2013-10-31 00:00",0.022,"2013-09-25 00:00",0.015,"2013-09-01 00:00",0.014,"2013-07-21 00:00","","","","",0.035,0.022,0.015,0.01,0.007,0.003,0,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88131",5,40.309722,-78.915,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009067,0.002873,0.0165,"2013-01-16 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-09-25 00:00","","","","",0.0165,0.0165,0.0165,0.011,0.011,0.008,0.007,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88132",5,40.309722,-78.915,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.009423,0.01223,0.049,"2013-04-22 00:00",0.049,"2013-10-31 00:00",0.047,"2013-10-25 00:00",0.03,"2013-01-28 00:00","","","","",0.049,0.049,0.047,0.024,0.013,0.005,0.001,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88136",5,40.309722,-78.915,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.006423,0.024778,0.158,"2013-04-22 00:00",0.082,"2013-04-10 00:00",0.038,"2013-04-04 00:00",0.012,"2013-04-16 00:00","","","","",0.158,0.082,0.038,0.005,0.001,0,0,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88140",5,40.309722,-78.915,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.008836,0.006208,0.0426,"2013-09-25 00:00",0.029,"2013-03-11 00:00",0.016,"2013-04-10 00:00",0.016,"2013-05-04 00:00","","","","",0.0426,0.029,0.016,0.012,0.009,0.009,0.0055,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88152",5,40.309722,-78.915,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005891,0.001469,0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-04 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88154",5,40.309722,-78.915,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.001151,0.000397,0.0028,"2013-01-10 00:00",0.002,"2013-08-20 00:00",0.0019,"2013-04-04 00:00",0.0016,"2013-06-09 00:00","","","","",0.0028,0.002,0.0019,0.0014,0.0013,0.00125,0.00065,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88160",5,40.309722,-78.915,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.012385,0.00402,0.03,"2013-03-23 00:00",0.018,"2013-01-16 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-21 00:00","","","","",0.03,0.018,0.018,0.018,0.016,0.01,0.01,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88161",5,40.309722,-78.915,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.003462,0.003449,0.0191,"2013-07-15 00:00",0.0185,"2013-01-10 00:00",0.0098,"2013-10-25 00:00",0.0084,"2013-10-31 00:00","","","","",0.0191,0.0185,0.0098,0.0056,0.00265,0.0025,0.00215,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88164",5,40.309722,-78.915,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001724,0.000607,0.0058,"2013-04-10 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-23 00:00","","","","",0.0058,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88165",5,40.309722,-78.915,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.077415,0.085788,0.599,"2013-07-15 00:00",0.179,"2013-04-10 00:00",0.168,"2013-05-16 00:00",0.159,"2013-07-27 00:00","","","","",0.599,0.179,0.168,0.14,0.104,0.059,0.014,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88166",5,40.309722,-78.915,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007025,0.004003,0.0185,"2013-01-16 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-09-25 00:00","","","","",0.0185,0.0185,0.0185,0.0075,0.0075,0.0065,0.0042,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88167",5,40.309722,-78.915,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.027733,0.019694,0.0806,"2013-01-28 00:00",0.0785,"2013-03-11 00:00",0.078,"2013-01-10 00:00",0.0763,"2013-05-22 00:00","","","","",0.0806,0.0785,0.078,0.0473,0.0327,0.026,0.0086,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88168",5,40.309722,-78.915,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001173,0.000442,0.0036,"2013-04-16 00:00",0.0018,"2013-07-03 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-02-03 00:00","","","","",0.0036,0.0018,0.00175,0.00175,0.00115,0.00115,0.00085,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88169",5,40.309722,-78.915,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.985135,0.550344,2.54,"2013-07-21 00:00",2.45,"2013-08-20 00:00",2.26,"2013-07-09 00:00",2.21,"2013-06-21 00:00","","","","",2.54,2.45,2.26,1.65,1.13,0.918,0.395,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88176",5,40.309722,-78.915,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000923,0.000236,0.0019,"2013-07-27 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-03 00:00","","","","",0.0019,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88180",5,40.309722,-78.915,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.059942,0.02699,0.123,"2013-01-28 00:00",0.123,"2013-07-03 00:00",0.123,"2013-10-31 00:00",0.117,"2013-01-10 00:00","","","","",0.123,0.123,0.123,0.0938,0.075,0.0568,0.029,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88184",5,40.309722,-78.915,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.038769,0.031287,0.17,"2013-03-11 00:00",0.136,"2013-04-10 00:00",0.115,"2013-05-04 00:00",0.079,"2013-01-28 00:00","","","","",0.17,0.136,0.115,0.073,0.051,0.027,0.0155,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88185",5,40.309722,-78.915,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.003193,0.003459,0.0139,"2013-08-14 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00","","","","",0.0139,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88301",5,40.309722,-78.915,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.874269,0.563591,2.07,"2013-08-20 00:00",2.03,"2013-01-28 00:00",2.01,"2013-07-21 00:00",1.81,"2013-06-09 00:00","","","","",2.07,2.03,2.01,1.79,1.33,0.784,0.15,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88302",5,40.309722,-78.915,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.062831,0.043431,0.194,"2013-04-10 00:00",0.19,"2013-07-15 00:00",0.18,"2013-05-04 00:00",0.16,"2013-03-11 00:00","","","","",0.194,0.19,0.18,0.119,0.07,0.05,0.025,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88303",5,40.309722,-78.915,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.043133,0.026665,0.136,"2013-07-15 00:00",0.093,"2013-04-04 00:00",0.09,"2013-07-03 00:00",0.086,"2013-06-15 00:00","","","","",0.136,0.093,0.09,0.0792,0.063,0.0381,0.012,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88306",5,40.309722,-78.915,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.862212,0.918396,4.29,"2013-01-10 00:00",3.84,"2013-01-28 00:00",2.63,"2013-02-15 00:00",2.29,"2013-01-22 00:00","","","","",4.29,3.84,2.63,2.26,0.975,0.573,0.192,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88355",5,40.309722,-78.915,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.576431,1.0493,5.45,"2013-10-31 00:00",4.89,"2013-01-28 00:00",4.23,"2013-06-21 00:00",4.22,"2013-01-10 00:00","","","","",5.45,4.89,4.23,3.91,3.24,2.54,1.19,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88357",5,40.309722,-78.915,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.367647,0.296936,1.75,"2013-10-31 00:00",1.14,"2013-01-10 00:00",0.978,"2013-01-28 00:00",0.707,"2013-09-19 00:00","","","","",1.75,1.14,0.978,0.642,0.437,0.287,0.142,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88370",5,40.309722,-78.915,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.197843,0.863517,4.4,"2013-10-31 00:00",4.14,"2013-01-28 00:00",3.78,"2013-06-21 00:00",3.48,"2013-06-15 00:00","","","","",4.4,4.14,3.78,3.34,2.78,2.27,1.04,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88374",5,40.309722,-78.915,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.188,0.121727,0.571,"2013-01-10 00:00",0.41,"2013-03-11 00:00",0.394,"2013-08-20 00:00",0.389,"2013-03-05 00:00","","","","",0.571,0.41,0.394,0.381,0.245,0.166,0.044,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88375",5,40.309722,-78.915,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.560647,0.249594,1.38,"2013-10-31 00:00",1.27,"2013-06-21 00:00",0.936,"2013-03-11 00:00",0.916,"2013-06-15 00:00","","","","",1.38,1.27,0.936,0.9,0.703,0.534,0.272,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88376",5,40.309722,-78.915,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.601706,0.310114,1.55,"2013-10-31 00:00",1.48,"2013-01-28 00:00",1.25,"2013-05-10 00:00",1.08,"2013-03-11 00:00","","","","",1.55,1.48,1.25,0.968,0.738,0.538,0.247,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88377",5,40.309722,-78.915,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.513922,0.276204,1.41,"2013-01-28 00:00",1.12,"2013-03-05 00:00",1.07,"2013-10-31 00:00",1.06,"2013-01-10 00:00","","","","",1.41,1.12,1.07,0.966,0.608,0.506,0.19,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88378",5,40.309722,-78.915,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",5,0.333902,0.231685,0.988,"2013-06-09 00:00",0.837,"2013-06-21 00:00",0.774,"2013-07-27 00:00",0.692,"2013-04-28 00:00","","","","",0.988,0.837,0.774,0.634,0.474,0.305,0.028,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88380",5,40.309722,-78.915,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.745725,0.509926,2.8,"2013-10-31 00:00",2.19,"2013-01-10 00:00",1.72,"2013-01-28 00:00",1.47,"2013-11-06 00:00","","","","",2.8,2.19,1.72,1.44,0.872,0.613,0.255,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88383",5,40.309722,-78.915,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.016078,0.490587,2.78,"2013-10-31 00:00",2.15,"2013-01-10 00:00",1.81,"2013-10-19 00:00",1.7,"2013-06-09 00:00","","","","",2.78,2.15,1.81,1.47,1.24,1.02,0.421,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88384",5,40.309722,-78.915,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.06339,0.026174,0.153,"2013-06-21 00:00",0.133,"2013-07-15 00:00",0.116,"2013-04-28 00:00",0.104,"2013-09-13 00:00","","","","",0.153,0.133,0.116,0.091,0.0778,0.0588,0.0356,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88385",5,40.309722,-78.915,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001107,0.000762,0.00644,"2013-04-28 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00644,0.001,0.001,0.001,0.001,0.001,0.001,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88388",5,40.309722,-78.915,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.712373,0.302711,1.46,"2013-06-09 00:00",1.28,"2013-06-21 00:00",1.25,"2013-10-19 00:00",1.23,"2013-10-01 00:00","","","","",1.46,1.28,1.25,1.08,0.914,0.684,0.338,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88403",5,40.309722,-78.915,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.62,1.557922,7.11,"2013-07-21 00:00",6.94,"2013-08-20 00:00",6.3,"2013-06-21 00:00",6.06,"2013-07-09 00:00","","","","",7.11,6.94,6.3,4.56,3.06,2.42,1.01,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","021","0011","88502",5,40.309722,-78.915,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.138462,4.739536,27.4,"2013-01-28 00:00",19.8,"2013-04-10 00:00",19,"2013-10-31 00:00",18.5,"2013-08-20 00:00","","","","",27.4,19.8,19,18.3,15,12,6.1,"","MILLER AUTO SHOP 1 MESSENGER ST","Pennsylvania","Cambria","Johnstown","Johnstown, PA","2014-02-14" +"42","025","0214","14129",1,40.814204,-75.580448,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,0,0,"Certification not required",0,0.107675,0.091222,0.301,"2013-07-09 00:00",0.285,"2013-09-07 00:00",0.257,"2013-08-20 00:00",0.248,"2013-09-25 00:00","","","","",0.301,0.301,0.285,0.248,0.185,0.091,0.011,"","620 Little Gap Road","Pennsylvania","Carbon","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-12" +"42","025","0214","68105",1,40.814204,-75.580448,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,12.683721,10.233115,26.9,"2013-07-15 00:00",25.9,"2013-07-21 00:00",24.9,"2013-07-09 00:00",24.5,"2013-07-03 00:00","","","","",26.9,26.9,24.9,24.4,21.6,14.7,-1.6,"","620 Little Gap Road","Pennsylvania","Carbon","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-19" +"42","025","0214","68108",1,40.814204,-75.580448,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,0,"","","Certification not required",0,750.545455,4.843862,762,"2013-01-10 00:00",762,"2013-04-22 00:00",757,"2013-01-28 00:00",757,"2013-04-04 00:00","","","","",762,762,757,757,754,752,744,"","620 Little Gap Road","Pennsylvania","Carbon","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-19" +"42","027","0100","42401",1,40.811389,-77.877028,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7468,85,311,365,0,548,0,"","Certification not required",0,2.948553,3.813887,25,"2013-01-03 18:00",24,"2013-11-25 11:00",19,"2013-01-26 10:00",18,"2013-08-26 18:00","","","","",18,14,10,8,4,2,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42401",1,40.811389,-77.877028,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7468,85,311,365,0,548,"","","Certification not required",0,0.419657,1.461015,25,"2013-01-03 18:00",24,"2013-11-25 11:00",19,"2013-01-26 10:00",18,"2013-01-03 19:00","","","","",7,5,3,1,0,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42401",1,40.811389,-77.877028,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",311,85,311,365,0,0,0,"","Certification not required",0,0.42701,0.768058,7.2,"2013-01-03 00:00",4.3,"2013-01-06 00:00",4.3,"2013-11-25 00:00",3.5,"2013-01-26 00:00","","","","",3.5,2.7,1.8,1.2,0.5,0.1,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42401",1,40.811389,-77.877028,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2483,85,311,365,0,0,"",0,"Certification not required",0,0.410511,1.264299,16.6,"2013-01-03 20:00",16.6,"2013-11-25 11:00",13.6,"2013-01-03 17:00",12,"2013-08-26 20:00","","","","",6.6,4.3,2.6,1.3,0,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42401",2,40.811389,-77.877028,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",87973,84,311,365,0,8219,"","","Certification not required",0,0.451388,1.658087,37,"2013-11-25 11:35",36,"2013-11-25 11:30",34,"2013-11-21 16:25",33,"2013-10-05 18:55","","","","",8,6,3,1,0,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42601",1,40.811389,-77.877028,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7466,85,305,365,0,550,"","","Certification not required",0,1.063756,3.893004,79,"2013-01-03 08:00",74,"2013-11-15 08:00",73,"2013-11-15 09:00",66,"2013-01-08 08:00","","","","",19,12,5,2,1,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42602",1,40.811389,-77.877028,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7466,85,305,365,0,550,0,"","Certification not required",0,10.754098,7.430945,38,"2013-11-15 18:00",35,"2013-01-03 08:00",35,"2013-11-14 18:00",34,"2013-01-08 18:00","","","","",34,31,26,22,14,8,4,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42602",1,40.811389,-77.877028,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7466,85,305,365,0,550,"","","Certification not required",0,4.215108,4.591943,38,"2013-11-15 18:00",36,"2013-11-15 19:00",35,"2013-01-03 08:00",35,"2013-11-14 18:00","","","","",24,20,13,9,5,3,1,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","42603",1,40.811389,-77.877028,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7466,85,305,365,0,550,"","","Certification not required",0,5.297884,7.536129,114,"2013-01-03 08:00",100,"2013-11-15 09:00",96,"2013-11-15 08:00",91,"2013-01-08 08:00","","","","",39,29,18,12,6,3,1,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","44201",1,40.811389,-77.877028,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7980,100,214,214,0,36,0,0,"Certification not required",560,0.046659,0.01044,0.074,"2013-05-15 17:00",0.071,"2013-06-05 22:00",0.071,"2013-08-26 17:00",0.07,"2013-09-07 15:00","","","","",0.071,0.069,0.065,0.061,0.054,0.048,0.041,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","44201",1,40.811389,-77.877028,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7978,100,214,214,0,0,0,0,"Certification not required",0,0.042112,0.010085,0.067,"2013-05-15 14:00",0.066,"2013-06-05 16:00",0.063,"2013-04-27 11:00",0.063,"2013-06-24 10:00","","","","",0.063,0.062,0.06,0.056,0.049,0.043,0.037,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","44201",1,40.811389,-77.877028,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7978,100,214,214,0,0,0,0,"Certification not required",0,0.042112,0.010085,0.067,"2013-05-15 14:00",0.066,"2013-06-05 16:00",0.063,"2013-04-27 11:00",0.063,"2013-06-24 10:00","","","","",0.063,0.062,0.06,0.056,0.049,0.043,0.037,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","68101",1,40.811389,-77.877028,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",196,100,36,61,0,0,"","","Certification not required",12,0.39949,0.148496,0.6,"2013-05-11 00:00",0.6,"2013-05-16 00:00",0.6,"2013-06-08 00:00",0.6,"2013-06-17 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.4,0.2,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68102",1,40.811389,-77.877028,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",196,100,36,61,0,0,"","","Certification not required",0,24.088265,0.043146,24.1,"2013-01-01 00:00",24.1,"2013-01-02 00:00",24.1,"2013-01-09 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68103",1,40.811389,-77.877028,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",196,100,36,61,0,0,"","","Certification not required",0,7.85051,9.494179,21.4,"2013-07-18 00:00",20.8,"2013-07-20 00:00",20.6,"2013-07-03 00:00",20.5,"2013-09-01 00:00","","","","",20.8,20.5,19.6,18.3,14.8,10.3,-8.6,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68103",5,40.811389,-77.877028,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,6,"","","Certification not required",0,6.030435,9.144807,19.9,"2013-09-01 00:00",18.8,"2013-07-09 00:00",18.6,"2013-07-21 00:00",18,"2013-07-15 00:00","","","","",19.9,19.9,18.6,17.4,12.9,9.3,-7.5,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","68104",1,40.811389,-77.877028,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",196,100,36,61,0,0,"","","Certification not required",0,21.566327,10.890631,36.2,"2013-07-18 00:00",35.8,"2013-07-15 00:00",35.1,"2013-07-17 00:00",34.8,"2013-07-19 00:00","","","","",35.8,34.8,33.9,32.4,29,24.7,1.1,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68104",5,40.811389,-77.877028,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,16.826531,11.563516,35,"2013-07-15 00:00",32.7,"2013-05-22 00:00",32.7,"2013-07-21 00:00",30.4,"2013-08-26 00:00","","","","",35,35,32.7,30,26.1,18.6,0.9,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","68105",1,40.811389,-77.877028,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",196,100,36,61,0,0,"","","Certification not required",0,14.410204,9.708405,27.5,"2013-07-19 00:00",27.4,"2013-07-18 00:00",27,"2013-07-17 00:00",26.8,"2013-07-16 00:00","","","","",27.4,26.8,25.4,24,21.4,17.3,-1.6,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68105",5,40.811389,-77.877028,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",46,75,46,61,0,6,"","","Certification not required",0,11.441304,10.187434,25.6,"2013-07-15 00:00",23.9,"2013-07-21 00:00",23.9,"2013-09-01 00:00",23.5,"2013-05-22 00:00","","","","",25.6,25.6,23.9,22.7,19.9,14.7,-1.3,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","68106",1,40.811389,-77.877028,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",196,100,36,61,0,0,"","","Certification not required",0,730.382653,4.217364,740,"2013-01-27 00:00",739,"2013-01-10 00:00",739,"2013-04-26 00:00",739,"2013-09-17 00:00","","","","",739,739,737,735,733,731,725,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68106",5,40.811389,-77.877028,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,6,"","","Certification not required",0,727.130435,4.702759,738,"2013-07-15 00:00",736,"2013-09-19 00:00",735,"2013-10-13 00:00",734,"2013-01-10 00:00","","","","",738,738,735,733,730,728,722,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","68107",1,40.811389,-77.877028,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",196,100,36,61,0,0,"","","Certification not required",0,735.755102,3.952438,746,"2013-01-10 00:00",745,"2013-01-27 00:00",744,"2013-09-17 00:00",743,"2013-01-18 00:00","","","","",745,743,742,741,738,736,730,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68107",5,40.811389,-77.877028,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,6,"","","Certification not required",0,732.630435,4.596417,742,"2013-01-10 00:00",742,"2013-11-06 00:00",741,"2013-07-15 00:00",740,"2013-09-19 00:00","","","","",742,742,741,738,735,733,727,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","68108",1,40.811389,-77.877028,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",196,100,36,61,0,0,"","","Certification not required",0,733.112245,3.990714,743,"2013-01-10 00:00",742,"2013-01-27 00:00",741,"2013-04-26 00:00",741,"2013-05-02 00:00","","","","",742,741,739,738,736,734,728,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","68108",5,40.811389,-77.877028,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",46,75,46,61,0,6,"","","Certification not required",0,729.673913,4.560967,739,"2013-01-10 00:00",739,"2013-07-15 00:00",738,"2013-09-19 00:00",736,"2013-10-13 00:00","","","","",739,739,738,735,733,730,725,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","68109",1,40.811389,-77.877028,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",196,100,36,61,0,0,"","","Certification not required",0,1438.877551,1.843994,1440,"2013-01-01 00:00",1440,"2013-01-10 00:00",1440,"2013-01-24 00:00",1440,"2013-01-25 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","88101",1,40.811389,-77.877028,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",196,54,196,365,0,0,0,0,"Certification not required",0,8.778061,4.227259,22.2,"2013-07-19 00:00",20.4,"2013-09-11 00:00",19.5,"2013-01-09 00:00",19.3,"2013-02-07 00:00","","","","",20.4,19.3,17.2,15.3,11.4,8,3.9,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","88101",1,40.811389,-77.877028,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",196,54,196,365,0,0,"","","Certification not required",0,8.778061,4.227259,22.2,"2013-07-19 00:00",20.4,"2013-09-11 00:00",19.5,"2013-01-09 00:00",19.3,"2013-02-07 00:00","","","","",20.4,19.3,17.2,15.3,11.4,8,3.9,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2013-12-11" +"42","027","0100","88101",3,40.811389,-77.877028,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7733,88,328,365,0,283,"","","Certification not required",0,8.264516,5.550257,46.3,"2013-11-16 23:00",45.5,"2013-01-05 22:00",41.5,"2013-01-05 23:00",41.3,"2013-07-19 18:00","","","","",26.5,22.9,18.6,15.5,10.9,7.3,2.3,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","88101",3,40.811389,-77.877028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,0,0,"Certification not required",0,8.184953,4.093294,22.4,"2013-01-09 00:00",21.7,"2013-07-19 00:00",21.1,"2013-01-06 00:00",20.6,"2013-09-11 00:00","","","","",20.6,19.1,16.3,14.4,10.2,7.5,3.4,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","88101",3,40.811389,-77.877028,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,8.184953,4.093294,22.4,"2013-01-09 00:00",21.7,"2013-07-19 00:00",21.1,"2013-01-06 00:00",20.6,"2013-09-11 00:00","","","","",20.6,19.1,16.3,14.4,10.2,7.5,3.4,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-19" +"42","027","0100","88102",5,40.811389,-77.877028,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.019531,0.005712,0.044,"2013-09-19 00:00",0.029,"2013-08-26 00:00",0.026,"2013-01-10 00:00",0.026,"2013-02-03 00:00","","","","",0.044,0.044,0.026,0.026,0.021,0.0195,0.014,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88103",5,40.811389,-77.877028,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000714,0.00089,0.003,"2013-06-09 00:00",0.003,"2013-06-15 00:00",0.002,"2013-04-16 00:00",0.002,"2013-07-09 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88104",5,40.811389,-77.877028,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",38,0.016276,0.027772,0.193,"2013-07-15 00:00",0.06,"2013-04-28 00:00",0.046,"2013-09-01 00:00",0.036,"2013-04-10 00:00","","","","",0.193,0.193,0.046,0.025,0.0125,0.0115,0.0065,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88107",5,40.811389,-77.877028,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.006537,0.005944,0.0295,"2013-01-16 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-16 00:00",0.006,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88109",5,40.811389,-77.877028,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",9,0.003126,0.001636,0.0061,"2013-01-22 00:00",0.0061,"2013-04-28 00:00",0.006,"2013-02-15 00:00",0.0058,"2013-03-11 00:00","","","","",0.0061,0.0061,0.006,0.0056,0.0043,0.0029,0.0009,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88110",5,40.811389,-77.877028,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.001327,0.003268,0.014,"2013-08-26 00:00",0.011,"2013-02-03 00:00",0.011,"2013-06-03 00:00",0.007,"2013-06-21 00:00","","","","",0.014,0.014,0.011,0.006,0,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88111",5,40.811389,-77.877028,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",19,0.013093,0.011047,0.0455,"2013-01-10 00:00",0.0422,"2013-04-10 00:00",0.0374,"2013-04-04 00:00",0.0353,"2013-07-15 00:00","","","","",0.0455,0.0455,0.0374,0.0269,0.02,0.0112,0.00235,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88112",5,40.811389,-77.877028,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.008816,0.021936,0.103,"2013-09-19 00:00",0.08,"2013-10-13 00:00",0.063,"2013-09-25 00:00",0.056,"2013-10-01 00:00","","","","",0.103,0.103,0.063,0.05,0.003,0.002,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88113",5,40.811389,-77.877028,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00066,0.00011,0.001,"2013-01-16 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-16 00:00",0.00075,"2013-09-13 00:00","","","","",0.001,0.001,0.001,0.00075,0.0007,0.00065,0.00055,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88114",5,40.811389,-77.877028,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",38,0.001485,0.001706,0.0114,"2013-08-08 00:00",0.0053,"2013-01-10 00:00",0.0039,"2013-10-31 00:00",0.0034,"2013-10-01 00:00","","","","",0.0114,0.0114,0.0039,0.0027,0.00135,0.001,0.00065,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88115",5,40.811389,-77.877028,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",35,0.006191,0.00616,0.0329,"2013-01-28 00:00",0.0299,"2013-10-13 00:00",0.0162,"2013-02-03 00:00",0.015,"2013-03-11 00:00","","","","",0.0329,0.0329,0.0162,0.0137,0.0055,0.00405,0.0025,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88117",5,40.811389,-77.877028,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.006323,0.00953,0.0435,"2013-03-17 00:00",0.043,"2013-01-16 00:00",0.043,"2013-04-16 00:00",0.005,"2013-09-25 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88118",5,40.811389,-77.877028,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.010079,0.006488,0.023,"2013-01-16 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88126",5,40.811389,-77.877028,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.028305,0.017538,0.104,"2013-07-15 00:00",0.0676,"2013-05-28 00:00",0.0579,"2013-01-10 00:00",0.0508,"2013-04-28 00:00","","","","",0.104,0.104,0.0579,0.0438,0.0377,0.0261,0.0121,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88128",5,40.811389,-77.877028,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000714,0.001173,0.004,"2013-08-26 00:00",0.004,"2013-09-13 00:00",0.003,"2013-01-28 00:00",0.003,"2013-04-28 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88131",5,40.811389,-77.877028,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.010316,0.004486,0.03,"2013-09-13 00:00",0.023,"2013-11-06 00:00",0.0165,"2013-01-10 00:00",0.0165,"2013-02-03 00:00","","","","",0.03,0.03,0.0165,0.0165,0.011,0.008,0.007,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88132",5,40.811389,-77.877028,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.00049,0.000767,0.003,"2013-05-28 00:00",0.003,"2013-09-25 00:00",0.002,"2013-04-10 00:00",0.002,"2013-08-02 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88136",5,40.811389,-77.877028,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000265,0.000531,0.002,"2013-07-09 00:00",0.002,"2013-08-08 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88140",5,40.811389,-77.877028,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.008157,0.005304,0.033,"2013-03-11 00:00",0.0262,"2013-10-13 00:00",0.019,"2013-04-16 00:00",0.017,"2013-01-04 00:00","","","","",0.033,0.033,0.019,0.0095,0.009,0.006,0.0055,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88152",5,40.811389,-77.877028,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.005766,0.001614,0.01,"2013-10-01 00:00",0.0085,"2013-09-25 00:00",0.008,"2013-02-09 00:00",0.008,"2013-03-29 00:00","","","","",0.01,0.01,0.008,0.008,0.008,0.005,0.0045,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88154",5,40.811389,-77.877028,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.001108,0.000404,0.0033,"2013-08-26 00:00",0.0014,"2013-05-10 00:00",0.0014,"2013-09-19 00:00",0.00135,"2013-09-13 00:00","","","","",0.0033,0.0033,0.0014,0.0013,0.0013,0.001,0.00065,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88160",5,40.811389,-77.877028,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.012694,0.003397,0.018,"2013-01-10 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-27 00:00",0.018,"2013-10-13 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88161",5,40.811389,-77.877028,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.002679,0.001255,0.0102,"2013-07-15 00:00",0.0051,"2013-10-31 00:00",0.0047,"2013-02-03 00:00",0.0042,"2013-04-16 00:00","","","","",0.0102,0.0102,0.0047,0.0028,0.00265,0.0025,0.0021,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88164",5,40.811389,-77.877028,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001599,0.000237,0.00205,"2013-09-25 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-10 00:00","","","","",0.00205,0.00205,0.0019,0.0019,0.00175,0.0016,0.0015,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88165",5,40.811389,-77.877028,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",12,0.037815,0.051702,0.349,"2013-07-15 00:00",0.095,"2013-05-16 00:00",0.0929,"2013-04-10 00:00",0.089,"2013-04-28 00:00","","","","",0.349,0.349,0.0929,0.089,0.041,0.023,0.006,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88166",5,40.811389,-77.877028,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.007472,0.004001,0.019,"2013-02-03 00:00",0.0185,"2013-01-10 00:00",0.0185,"2013-02-27 00:00",0.0185,"2013-10-13 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88167",5,40.811389,-77.877028,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",15,0.005583,0.004727,0.0223,"2013-01-10 00:00",0.0206,"2013-04-04 00:00",0.0157,"2013-01-28 00:00",0.0132,"2013-10-31 00:00","","","","",0.0223,0.0223,0.0157,0.0114,0.0068,0.0048,0.0013,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88168",5,40.811389,-77.877028,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.001251,0.000494,0.0039,"2013-09-25 00:00",0.0023,"2013-02-15 00:00",0.00175,"2013-01-10 00:00",0.00175,"2013-02-03 00:00","","","","",0.0039,0.0039,0.00175,0.00175,0.0012,0.00115,0.00085,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88169",5,40.811389,-77.877028,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.855212,0.504045,2.04,"2013-08-20 00:00",1.95,"2013-07-09 00:00",1.92,"2013-09-01 00:00",1.85,"2013-06-09 00:00","","","","",2.04,2.04,1.92,1.75,1.15,0.682,0.321,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88176",5,40.811389,-77.877028,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.00094,0.000195,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88180",5,40.811389,-77.877028,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.039649,0.021152,0.111,"2013-01-28 00:00",0.0932,"2013-01-10 00:00",0.0773,"2013-07-09 00:00",0.0756,"2013-10-31 00:00","","","","",0.111,0.111,0.0773,0.0681,0.0498,0.0374,0.0162,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88184",5,40.811389,-77.877028,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",39,0.044582,0.066434,0.316,"2013-04-16 00:00",0.286,"2013-03-11 00:00",0.242,"2013-10-13 00:00",0.161,"2013-04-10 00:00","","","","",0.316,0.316,0.242,0.097,0.027,0.02,0.0155,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88185",5,40.811389,-77.877028,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.00298,0.003126,0.0115,"2013-01-10 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-10-13 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00175,0.0014,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88301",5,40.811389,-77.877028,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.765083,0.506151,1.86,"2013-01-28 00:00",1.84,"2013-10-31 00:00",1.74,"2013-06-09 00:00",1.6,"2013-10-01 00:00","","","","",1.86,1.86,1.74,1.54,1.14,0.702,0.194,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88302",5,40.811389,-77.877028,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.061804,0.066746,0.326,"2013-03-11 00:00",0.25,"2013-10-13 00:00",0.23,"2013-04-10 00:00",0.212,"2013-04-16 00:00","","","","",0.326,0.326,0.23,0.143,0.068,0.04,0.015,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88303",5,40.811389,-77.877028,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.032904,0.022118,0.116,"2013-10-01 00:00",0.073,"2013-01-10 00:00",0.069,"2013-01-28 00:00",0.069,"2013-04-04 00:00","","","","",0.116,0.116,0.069,0.056,0.044,0.034,0.0107,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88306",5,40.811389,-77.877028,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.884888,0.904565,3.89,"2013-10-31 00:00",3.62,"2013-01-28 00:00",3.16,"2013-01-10 00:00",2.84,"2013-02-03 00:00","","","","",3.89,3.89,3.16,2.05,0.946,0.627,0.179,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88355",5,40.811389,-77.877028,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.871808,0.801629,4.22,"2013-10-31 00:00",3.88,"2013-01-10 00:00",3.25,"2013-06-15 00:00",3.2,"2013-06-21 00:00","","","","",4.22,3.88,3.25,3.01,2.44,1.83,1.02,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88357",5,40.811389,-77.877028,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.170115,0.104237,0.765,"2013-01-10 00:00",0.395,"2013-10-31 00:00",0.309,"2013-09-25 00:00",0.28,"2013-09-19 00:00","","","","",0.765,0.395,0.309,0.235,0.188,0.155,0.087,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88370",5,40.811389,-77.877028,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.661692,0.690993,3.61,"2013-10-31 00:00",3.33,"2013-01-10 00:00",3.09,"2013-06-15 00:00",2.89,"2013-06-21 00:00","","","","",3.61,3.33,3.09,2.64,2.17,1.57,0.923,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88374",5,40.811389,-77.877028,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.136019,0.103483,0.453,"2013-07-09 00:00",0.422,"2013-01-10 00:00",0.385,"2013-06-21 00:00",0.361,"2013-07-27 00:00","","","","",0.453,0.422,0.385,0.276,0.164,0.099,0.042,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88375",5,40.811389,-77.877028,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.427,0.179979,0.906,"2013-10-31 00:00",0.809,"2013-06-21 00:00",0.777,"2013-06-15 00:00",0.712,"2013-07-27 00:00","","","","",0.906,0.809,0.777,0.673,0.536,0.412,0.218,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88376",5,40.811389,-77.877028,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.421692,0.234267,1.39,"2013-01-10 00:00",1.05,"2013-10-31 00:00",0.997,"2013-06-15 00:00",0.698,"2013-01-28 00:00","","","","",1.39,1.05,0.997,0.661,0.509,0.372,0.207,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88377",5,40.811389,-77.877028,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.301,0.144459,0.847,"2013-01-10 00:00",0.731,"2013-10-31 00:00",0.547,"2013-06-15 00:00",0.532,"2013-06-21 00:00","","","","",0.847,0.731,0.547,0.464,0.357,0.274,0.169,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88378",5,40.811389,-77.877028,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.375788,0.167721,0.736,"2013-07-09 00:00",0.721,"2013-01-28 00:00",0.685,"2013-06-15 00:00",0.616,"2013-02-03 00:00","","","","",0.736,0.721,0.685,0.609,0.523,0.347,0.2,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88380",5,40.811389,-77.877028,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.380365,0.213692,1.32,"2013-01-10 00:00",1,"2013-10-31 00:00",0.65,"2013-01-28 00:00",0.586,"2013-10-01 00:00","","","","",1.32,1,0.65,0.575,0.488,0.352,0.169,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88383",5,40.811389,-77.877028,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.693846,0.303128,1.58,"2013-10-31 00:00",1.34,"2013-01-28 00:00",1.23,"2013-01-10 00:00",1.22,"2013-07-09 00:00","","","","",1.58,1.34,1.23,0.997,0.915,0.699,0.33,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88384",5,40.811389,-77.877028,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.061981,0.026825,0.158,"2013-08-26 00:00",0.125,"2013-06-27 00:00",0.1,"2013-09-19 00:00",0.094,"2013-07-03 00:00","","","","",0.158,0.125,0.1,0.0928,0.0805,0.061,0.0325,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88385",5,40.811389,-77.877028,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001101,0.000511,0.00365,"2013-07-03 00:00",0.00361,"2013-05-04 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00365,0.00361,0.001,0.001,0.001,0.001,0.001,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88388",5,40.811389,-77.877028,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.586135,0.266574,1.22,"2013-10-31 00:00",1.15,"2013-01-28 00:00",1.14,"2013-07-09 00:00",0.981,"2013-08-26 00:00","","","","",1.22,1.15,1.14,0.92,0.822,0.559,0.294,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88403",5,40.811389,-77.877028,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,2.271271,1.374828,5.62,"2013-06-09 00:00",5.57,"2013-08-20 00:00",5.23,"2013-09-01 00:00",5.07,"2013-07-09 00:00","","","","",5.62,5.62,5.23,4.89,2.95,1.79,0.826,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","0100","88502",5,40.811389,-77.877028,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,9.02449,4.029244,19.8,"2013-01-28 00:00",18.7,"2013-10-31 00:00",16.4,"2013-07-09 00:00",14.8,"2013-06-09 00:00","","","","",19.8,19.8,16.4,14.8,11.5,9.2,4.5,"LAT/LON=POINT SW CORNER OF TRAILER","PENN STATE UNIVERSITY - ARBORETUM SITE","Pennsylvania","Centre","State College","State College, PA","2014-02-14" +"42","027","9991","44201",1,40.7208,-77.9319,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7068,99,211,214,0,228,0,0,"Certification not required",100,0.04882,0.010457,0.075,"2013-06-05 21:00",0.074,"2013-05-15 16:00",0.073,"2013-06-21 22:00",0.073,"2013-09-11 12:00","","","","",0.073,0.072,0.069,0.063,0.055,0.049,0.041,"Penn State","1366 Tadpole Rd, Pennsylvania Furnace, PA 16865","Pennsylvania","Centre","","State College, PA","2013-12-30" +"42","027","9991","44201",1,40.7208,-77.9319,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7211,98,210,214,0,0,0,0,"Certification not required",0,0.044229,0.00975,0.068,"2013-06-05 15:00",0.066,"2013-04-27 15:00",0.065,"2013-05-15 13:00",0.065,"2013-06-21 19:00","","","","",0.065,0.065,0.061,0.057,0.051,0.045,0.038,"Penn State","1366 Tadpole Rd, Pennsylvania Furnace, PA 16865","Pennsylvania","Centre","","State College, PA","2013-12-30" +"42","027","9991","44201",1,40.7208,-77.9319,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7211,98,210,214,0,0,0,0,"Certification not required",0,0.044229,0.00975,0.068,"2013-06-05 15:00",0.066,"2013-04-27 15:00",0.065,"2013-05-15 13:00",0.065,"2013-06-21 19:00","","","","",0.065,0.065,0.061,0.057,0.051,0.045,0.038,"Penn State","1366 Tadpole Rd, Pennsylvania Furnace, PA 16865","Pennsylvania","Centre","","State College, PA","2013-12-30" +"42","029","0100","44201",1,39.834461,-75.768242,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7903,100,213,214,0,113,0,0,"Certification not required",115,0.049906,0.012733,0.086,"2013-05-29 17:00",0.082,"2013-05-30 17:00",0.077,"2013-06-26 14:00",0.077,"2013-07-19 15:00","","","","",0.077,0.077,0.071,0.066,0.058,0.052,0.041,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","029","0100","44201",1,39.834461,-75.768242,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7888,100,213,214,0,0,0,0,"Certification not required",0,0.044371,0.011496,0.073,"2013-05-29 12:00",0.07,"2013-04-28 11:00",0.069,"2013-05-30 11:00",0.068,"2013-06-21 11:00","","","","",0.069,0.065,0.063,0.059,0.053,0.046,0.037,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","029","0100","44201",1,39.834461,-75.768242,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7888,100,213,214,0,0,0,0,"Certification not required",0,0.044371,0.011496,0.073,"2013-05-29 12:00",0.07,"2013-04-28 11:00",0.069,"2013-05-30 11:00",0.068,"2013-06-21 11:00","","","","",0.069,0.065,0.063,0.059,0.053,0.046,0.037,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","029","0100","68101",1,39.834461,-75.768242,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",241,66,241,365,0,0,"","","Certification not required",33,0.403112,0.202383,0.7,"2013-04-16 00:00",0.7,"2013-06-12 00:00",0.7,"2013-06-28 00:00",0.7,"2013-06-30 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.05,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68102",1,39.834461,-75.768242,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",241,66,241,365,0,0,"","","Certification not required",0,23.989212,0.063638,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68103",1,39.834461,-75.768242,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",241,66,241,365,0,0,"","","Certification not required",0,9.161826,9.216649,24.6,"2013-07-19 00:00",24,"2013-07-16 00:00",23.5,"2013-07-18 00:00",23.4,"2013-07-06 00:00","","","","",23.5,23,22,20.8,17.2,9.6,-2.7,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68103",5,39.834461,-75.768242,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.401923,8.882092,21.6,"2013-07-15 00:00",21.3,"2013-07-03 00:00",21.3,"2013-09-01 00:00",21.2,"2013-07-21 00:00","","","","",21.6,21.3,21.3,19.9,15.6,8.8,-3.7,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","68104",1,39.834461,-75.768242,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",241,66,241,365,0,0,"","","Certification not required",0,19.248133,10.099571,35,"2013-07-17 00:00",35,"2013-07-18 00:00",34.7,"2013-07-16 00:00",34,"2013-07-19 00:00","","","","",34.7,33.8,31.6,30.2,27.4,22.1,4.2,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68104",5,39.834461,-75.768242,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,19.069231,10.416927,33.5,"2013-07-15 00:00",32.2,"2013-07-21 00:00",31.1,"2013-09-01 00:00",30.7,"2013-04-10 00:00","","","","",33.5,32.2,31.1,29.9,28.1,22.4,2.7,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","68105",1,39.834461,-75.768242,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",241,66,241,365,0,0,"","","Certification not required",0,14.043154,9.429204,29.7,"2013-07-18 00:00",29.2,"2013-07-19 00:00",28.8,"2013-07-16 00:00",28.8,"2013-07-17 00:00","","","","",28.8,28,26,24.8,22.1,15.8,1,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68105",5,39.834461,-75.768242,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.590385,9.563395,27.6,"2013-07-15 00:00",25.8,"2013-09-01 00:00",25.7,"2013-07-21 00:00",24.6,"2013-07-09 00:00","","","","",27.6,25.8,25.7,24,21.9,15.7,-0.5,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","68106",1,39.834461,-75.768242,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",241,66,241,365,0,0,"","","Certification not required",0,749.576763,4.809206,761,"2013-04-22 00:00",760,"2013-01-08 00:00",760,"2013-04-21 00:00",759,"2013-01-10 00:00","","","","",760,759,757,756,753,749,744,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68106",5,39.834461,-75.768242,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,748.115385,4.86546,760,"2013-04-22 00:00",756,"2013-01-10 00:00",756,"2013-06-21 00:00",756,"2013-07-15 00:00","","","","",760,756,756,755,752,748,742,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","68107",1,39.834461,-75.768242,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",241,66,241,365,0,0,"","","Certification not required",0,755.141079,4.716639,767,"2013-04-21 00:00",767,"2013-04-22 00:00",766,"2013-01-10 00:00",765,"2013-01-11 00:00","","","","",766,764,763,761,759,755,749,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68107",5,39.834461,-75.768242,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,753.769231,4.646801,764,"2013-04-22 00:00",763,"2013-01-10 00:00",761,"2013-01-28 00:00",761,"2013-11-06 00:00","","","","",764,763,761,759,757,754,748,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","68108",1,39.834461,-75.768242,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",241,66,241,365,0,0,"","","Certification not required",0,752.40249,4.723152,765,"2013-04-21 00:00",764,"2013-01-10 00:00",764,"2013-04-22 00:00",761,"2013-01-08 00:00","","","","",764,761,760,758,756,753,746,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","68108",5,39.834461,-75.768242,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,750.769231,4.751121,762,"2013-04-22 00:00",761,"2013-01-10 00:00",757,"2013-06-21 00:00",757,"2013-07-15 00:00","","","","",762,761,757,757,754,750,746,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","68109",1,39.834461,-75.768242,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",241,66,241,365,0,0,"","","Certification not required",0,1438.481328,3.967664,1440,"2013-01-03 00:00",1440,"2013-01-10 00:00",1440,"2013-02-10 00:00",1440,"2013-02-11 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","88101",1,39.834461,-75.768242,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",241,66,241,365,0,0,0,0,"Certification not required",0,9.415768,4.827715,28.8,"2013-02-06 00:00",27.2,"2013-02-05 00:00",25.9,"2013-07-19 00:00",25.2,"2013-01-09 00:00","","","","",25.9,22.6,18.8,15.8,11.5,8.3,4.6,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","88101",1,39.834461,-75.768242,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",241,66,241,365,0,0,"","","Certification not required",0,9.415768,4.827715,28.8,"2013-02-06 00:00",27.2,"2013-02-05 00:00",25.9,"2013-07-19 00:00",25.2,"2013-01-09 00:00","","","","",25.9,22.6,18.8,15.8,11.5,8.3,4.6,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","029","0100","88101",3,39.834461,-75.768242,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6559,75,284,365,0,1457,"","","Certification not required",0,10.7288,7.281525,122.3,"2013-03-25 00:00",102.2,"2013-09-18 05:00",91.2,"2013-09-18 06:00",78.8,"2013-09-18 07:00","","","","",34.2,30.5,23.9,19.3,13.9,9.4,3.4,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","029","0100","88101",3,39.834461,-75.768242,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,10.734686,5.482029,32.6,"2013-02-06 00:00",30.9,"2013-01-29 00:00",29.3,"2013-01-28 00:00",28.5,"2013-07-19 00:00","","","","",29.3,26.1,21.5,18.1,13.2,9.5,4.9,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","029","0100","88101",3,39.834461,-75.768242,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,10.734686,5.482029,32.6,"2013-02-06 00:00",30.9,"2013-01-29 00:00",29.3,"2013-01-28 00:00",28.5,"2013-07-19 00:00","","","","",29.3,26.1,21.5,18.1,13.2,9.5,4.9,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","029","0100","88102",5,39.834461,-75.768242,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.020942,0.010154,0.075,"2013-06-21 00:00",0.056,"2013-03-11 00:00",0.026,"2013-04-16 00:00",0.026,"2013-04-22 00:00","","","","",0.075,0.056,0.026,0.026,0.021,0.0195,0.014,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88103",5,39.834461,-75.768242,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00075,0.000988,0.004,"2013-05-28 00:00",0.003,"2013-09-26 00:00",0.002,"2013-01-16 00:00",0.002,"2013-01-28 00:00","","","","",0.004,0.003,0.002,0.002,0.002,0,0,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88104",5,39.834461,-75.768242,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",37,0.02099,0.031434,0.163,"2013-07-15 00:00",0.16,"2013-07-03 00:00",0.07,"2013-01-28 00:00",0.048,"2013-03-11 00:00","","","","",0.163,0.16,0.07,0.041,0.017,0.0115,0.0065,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88107",5,39.834461,-75.768242,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006379,0.005804,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88109",5,39.834461,-75.768242,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.003886,0.002734,0.0157,"2013-01-28 00:00",0.008,"2013-05-10 00:00",0.0079,"2013-10-31 00:00",0.0078,"2013-04-10 00:00","","","","",0.0157,0.008,0.0079,0.0071,0.0054,0.0037,0.0009,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88110",5,39.834461,-75.768242,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002481,0.004889,0.02,"2013-04-10 00:00",0.015,"2013-03-23 00:00",0.015,"2013-05-10 00:00",0.013,"2013-05-16 00:00","","","","",0.02,0.015,0.015,0.011,0.002,0,0,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88111",5,39.834461,-75.768242,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",21,0.014488,0.015216,0.072,"2013-07-03 00:00",0.0609,"2013-04-10 00:00",0.0508,"2013-07-15 00:00",0.048,"2013-03-05 00:00","","","","",0.072,0.0609,0.0508,0.0279,0.0208,0.0107,0.00235,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88112",5,39.834461,-75.768242,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005327,0.016777,0.114,"2013-09-26 00:00",0.043,"2013-04-22 00:00",0.018,"2013-10-07 00:00",0.015,"2013-10-01 00:00","","","","",0.114,0.043,0.018,0.009,0.003,0.002,0,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88113",5,39.834461,-75.768242,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000681,0.000115,0.0011,"2013-07-09 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-08-20 00:00","","","","",0.0011,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88114",5,39.834461,-75.768242,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",39,0.001516,0.001522,0.0101,"2013-09-26 00:00",0.005,"2013-03-05 00:00",0.004,"2013-10-07 00:00",0.0034,"2013-05-04 00:00","","","","",0.0101,0.005,0.004,0.0029,0.0014,0.001,0.00065,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88115",5,39.834461,-75.768242,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.014359,0.031318,0.207,"2013-10-13 00:00",0.0838,"2013-03-11 00:00",0.0724,"2013-01-28 00:00",0.039,"2013-04-16 00:00","","","","",0.207,0.0838,0.0724,0.0242,0.011,0.00405,0.0025,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88117",5,39.834461,-75.768242,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006205,0.009223,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-08-20 00:00",0.0049,"2013-10-01 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88118",5,39.834461,-75.768242,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008578,0.006108,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88126",5,39.834461,-75.768242,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.041613,0.03345,0.156,"2013-09-26 00:00",0.149,"2013-04-22 00:00",0.127,"2013-07-15 00:00",0.112,"2013-07-03 00:00","","","","",0.156,0.149,0.127,0.0765,0.0451,0.0351,0.0122,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88128",5,39.834461,-75.768242,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001346,0.001814,0.008,"2013-05-10 00:00",0.005,"2013-07-27 00:00",0.005,"2013-11-06 00:00",0.004,"2013-02-15 00:00","","","","",0.008,0.005,0.005,0.004,0.003,0,0,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88131",5,39.834461,-75.768242,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010183,0.004148,0.027,"2013-07-21 00:00",0.0165,"2013-03-05 00:00",0.0165,"2013-04-16 00:00",0.0165,"2013-04-22 00:00","","","","",0.027,0.0165,0.0165,0.0165,0.011,0.008,0.007,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88132",5,39.834461,-75.768242,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000942,0.00132,0.007,"2013-05-04 00:00",0.004,"2013-07-15 00:00",0.003,"2013-04-22 00:00",0.003,"2013-05-16 00:00","","","","",0.007,0.004,0.003,0.003,0.001,0.001,0,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88136",5,39.834461,-75.768242,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000635,0.001401,0.008,"2013-04-22 00:00",0.004,"2013-07-27 00:00",0.004,"2013-09-26 00:00",0.002,"2013-01-28 00:00","","","","",0.008,0.004,0.004,0.002,0.001,0,0,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88140",5,39.834461,-75.768242,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.011405,0.013113,0.0647,"2013-10-13 00:00",0.0618,"2013-03-05 00:00",0.05,"2013-10-07 00:00",0.032,"2013-03-11 00:00","","","","",0.0647,0.0618,0.05,0.0212,0.009,0.006,0.0055,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88152",5,39.834461,-75.768242,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005799,0.001637,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88154",5,39.834461,-75.768242,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.001072,0.000279,0.0017,"2013-07-21 00:00",0.0014,"2013-06-27 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.0017,0.0014,0.0013,0.0013,0.0013,0.00125,0.00065,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88160",5,39.834461,-75.768242,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.013663,0.005549,0.04,"2013-06-03 00:00",0.028,"2013-07-21 00:00",0.018,"2013-01-10 00:00",0.018,"2013-03-05 00:00","","","","",0.04,0.028,0.018,0.018,0.016,0.01,0.01,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88161",5,39.834461,-75.768242,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.002706,0.001762,0.0125,"2013-07-15 00:00",0.01,"2013-07-03 00:00",0.0027,"2013-10-01 00:00",0.00265,"2013-02-09 00:00","","","","",0.0125,0.01,0.0027,0.00265,0.00265,0.0025,0.0021,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88164",5,39.834461,-75.768242,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001623,0.000243,0.00195,"2013-10-01 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-23 00:00","","","","",0.00195,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88165",5,39.834461,-75.768242,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.051729,0.069055,0.393,"2013-07-15 00:00",0.315,"2013-07-03 00:00",0.174,"2013-06-27 00:00",0.126,"2013-05-16 00:00","","","","",0.393,0.315,0.174,0.081,0.054,0.0354,0.009,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88166",5,39.834461,-75.768242,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008267,0.004892,0.019,"2013-10-07 00:00",0.0185,"2013-03-05 00:00",0.0185,"2013-04-16 00:00",0.0185,"2013-04-22 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88167",5,39.834461,-75.768242,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.005934,0.004593,0.0237,"2013-09-07 00:00",0.023,"2013-09-26 00:00",0.0129,"2013-01-28 00:00",0.011,"2013-04-28 00:00","","","","",0.0237,0.023,0.0129,0.0103,0.0082,0.0049,0.00175,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88168",5,39.834461,-75.768242,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.001718,0.002008,0.0146,"2013-10-19 00:00",0.0052,"2013-07-21 00:00",0.0042,"2013-07-15 00:00",0.0036,"2013-06-27 00:00","","","","",0.0146,0.0052,0.0042,0.0026,0.00175,0.00115,0.00085,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88169",5,39.834461,-75.768242,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.78982,0.44572,1.86,"2013-07-09 00:00",1.84,"2013-01-28 00:00",1.78,"2013-10-01 00:00",1.66,"2013-05-22 00:00","","","","",1.86,1.84,1.78,1.46,1.07,0.702,0.369,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88176",5,39.834461,-75.768242,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000996,0.00023,0.0017,"2013-07-03 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-17 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88180",5,39.834461,-75.768242,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.043389,0.020867,0.105,"2013-01-28 00:00",0.0888,"2013-10-31 00:00",0.0833,"2013-02-15 00:00",0.077,"2013-02-03 00:00","","","","",0.105,0.0888,0.0833,0.0709,0.0605,0.0415,0.021,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88184",5,39.834461,-75.768242,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",37,0.05926,0.089246,0.466,"2013-10-13 00:00",0.299,"2013-03-11 00:00",0.272,"2013-05-04 00:00",0.253,"2013-04-16 00:00","","","","",0.466,0.299,0.272,0.142,0.05,0.02,0.0155,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88185",5,39.834461,-75.768242,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.003592,0.003773,0.0115,"2013-03-05 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88301",5,39.834461,-75.768242,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,1.005596,0.757515,3.87,"2013-01-28 00:00",2.74,"2013-10-01 00:00",2.51,"2013-02-03 00:00",2.29,"2013-05-22 00:00","","","","",3.87,2.74,2.51,1.91,1.28,0.873,0.222,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88302",5,39.834461,-75.768242,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.085487,0.103127,0.509,"2013-10-13 00:00",0.39,"2013-03-11 00:00",0.32,"2013-05-04 00:00",0.3,"2013-04-16 00:00","","","","",0.509,0.39,0.32,0.22,0.092,0.049,0.0201,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88303",5,39.834461,-75.768242,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.030144,0.017732,0.079,"2013-07-15 00:00",0.062,"2013-01-28 00:00",0.062,"2013-03-11 00:00",0.0563,"2013-10-31 00:00","","","","",0.079,0.062,0.062,0.056,0.041,0.0284,0.0115,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88306",5,39.834461,-75.768242,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.688029,1.414759,7.67,"2013-01-28 00:00",5.33,"2013-02-03 00:00",4.64,"2013-02-15 00:00",3.75,"2013-10-01 00:00","","","","",7.67,5.33,4.64,3.28,2.21,1.23,0.447,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88355",5,39.834461,-75.768242,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,2.070778,1.162784,6.65,"2013-01-28 00:00",3.96,"2013-02-03 00:00",3.93,"2013-10-31 00:00",3.6,"2013-04-10 00:00","","","","",6.65,6.65,3.96,3.6,2.72,1.83,1.08,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88357",5,39.834461,-75.768242,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.248139,0.107898,0.492,"2013-10-31 00:00",0.481,"2013-02-15 00:00",0.418,"2013-10-01 00:00",0.416,"2013-04-10 00:00","","","","",0.492,0.492,0.481,0.416,0.29,0.229,0.123,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88370",5,39.834461,-75.768242,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,1.875917,1.018358,5.74,"2013-01-28 00:00",3.67,"2013-10-31 00:00",3.54,"2013-02-03 00:00",3.38,"2013-04-10 00:00","","","","",5.74,5.74,3.67,3.38,2.46,1.67,1.03,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88374",5,39.834461,-75.768242,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",1,0.141361,0.140623,0.801,"2013-01-28 00:00",0.411,"2013-10-31 00:00",0.357,"2013-02-15 00:00",0.29,"2013-02-03 00:00","","","","",0.801,0.801,0.411,0.29,0.161,0.113,0.046,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88375",5,39.834461,-75.768242,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.470139,0.24897,1.23,"2013-01-28 00:00",0.92,"2013-09-01 00:00",0.894,"2013-04-10 00:00",0.885,"2013-10-31 00:00","","","","",1.23,1.23,0.92,0.885,0.574,0.412,0.227,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88376",5,39.834461,-75.768242,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.485806,0.20256,0.959,"2013-10-31 00:00",0.885,"2013-01-28 00:00",0.875,"2013-04-10 00:00",0.812,"2013-08-26 00:00","","","","",0.959,0.959,0.885,0.812,0.588,0.477,0.269,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88377",5,39.834461,-75.768242,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.417917,0.242533,1.24,"2013-01-28 00:00",1.02,"2013-04-10 00:00",0.856,"2013-10-31 00:00",0.724,"2013-02-03 00:00","","","","",1.24,1.24,1.02,0.724,0.523,0.338,0.202,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88378",5,39.834461,-75.768242,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.360111,0.281499,1.58,"2013-01-28 00:00",1.03,"2013-02-03 00:00",0.608,"2013-08-02 00:00",0.582,"2013-09-01 00:00","","","","",1.58,1.58,1.03,0.582,0.443,0.305,0.131,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88380",5,39.834461,-75.768242,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.443417,0.242517,1.32,"2013-01-28 00:00",0.941,"2013-10-01 00:00",0.813,"2013-02-15 00:00",0.753,"2013-10-31 00:00","","","","",1.32,1.32,0.941,0.753,0.541,0.389,0.228,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88383",5,39.834461,-75.768242,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.745861,0.49294,2.86,"2013-01-28 00:00",1.64,"2013-02-03 00:00",1.26,"2013-02-15 00:00",1.26,"2013-10-31 00:00","","","","",2.86,2.86,1.64,1.26,0.949,0.599,0.338,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88384",5,39.834461,-75.768242,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.057522,0.021896,0.119,"2013-10-01 00:00",0.112,"2013-10-25 00:00",0.0965,"2013-08-20 00:00",0.0933,"2013-09-13 00:00","","","","",0.119,0.119,0.112,0.0933,0.0685,0.0538,0.0353,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88385",5,39.834461,-75.768242,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",33,0.001463,0.00167,0.0093,"2013-10-25 00:00",0.00602,"2013-10-01 00:00",0.00436,"2013-09-13 00:00",0.001,"2013-01-04 00:00","","","","",0.0093,0.0093,0.00602,0.001,0.001,0.001,0.001,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88388",5,39.834461,-75.768242,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,16,"","","Certification not required",0,0.555583,0.432384,2.49,"2013-01-28 00:00",1.45,"2013-02-03 00:00",0.868,"2013-08-02 00:00",0.833,"2013-10-01 00:00","","","","",2.49,2.49,1.45,0.833,0.741,0.48,0.245,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88403",5,39.834461,-75.768242,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.100635,1.193339,5.34,"2013-01-28 00:00",4.99,"2013-10-01 00:00",4.74,"2013-07-09 00:00",4.33,"2013-05-22 00:00","","","","",5.34,4.99,4.74,3.72,2.84,1.91,0.975,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","029","0100","88502",5,39.834461,-75.768242,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.455769,5.39002,29.4,"2013-01-28 00:00",20.9,"2013-07-21 00:00",20.6,"2013-05-22 00:00",19.3,"2013-02-03 00:00","","","","",29.4,20.9,20.6,17.4,13.8,9.5,4.6,"CHESTER COUNTY TRANSPORT SITE INTO PHILADELPHIA","NEW GARDEN AIRPORT - TOUGHKENAMON","Pennsylvania","Chester","","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","033","4000","44201",1,41.1175,-78.526194,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7888,98,209,214,0,128,0,0,"Certification not required",21,0.048665,0.010361,0.077,"2013-05-31 16:00",0.076,"2013-06-20 16:00",0.075,"2013-08-26 17:00",0.074,"2013-09-10 16:00","","","","",0.075,0.072,0.068,0.062,0.055,0.048,0.042,"MOSHANNON STATE FOREST","LOCATED NEAR S.B. ELLIOTT STATE PARK","Pennsylvania","Clearfield","","DuBois, PA","2014-02-19" +"42","033","4000","44201",1,41.1175,-78.526194,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7882,98,209,214,0,0,0,0,"Certification not required",0,0.044,0.009958,0.069,"2013-06-21 10:00",0.069,"2013-09-10 12:00",0.068,"2013-05-15 14:00",0.067,"2013-05-31 12:00","","","","",0.068,0.066,0.063,0.058,0.051,0.044,0.038,"MOSHANNON STATE FOREST","LOCATED NEAR S.B. ELLIOTT STATE PARK","Pennsylvania","Clearfield","","DuBois, PA","2014-02-19" +"42","033","4000","44201",1,41.1175,-78.526194,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7882,98,209,214,0,0,0,0,"Certification not required",0,0.044,0.009958,0.069,"2013-06-21 10:00",0.069,"2013-09-10 12:00",0.068,"2013-05-15 14:00",0.067,"2013-05-31 12:00","","","","",0.068,0.066,0.063,0.058,0.051,0.044,0.038,"MOSHANNON STATE FOREST","LOCATED NEAR S.B. ELLIOTT STATE PARK","Pennsylvania","Clearfield","","DuBois, PA","2014-02-19" +"42","041","0101","68101",1,40.246528,-77.18675,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",216,100,36,61,0,0,"","","Certification not required",141,0.120602,0.111872,0.4,"2013-01-05 00:00",0.4,"2013-01-06 00:00",0.4,"2013-01-17 00:00",0.4,"2013-01-20 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68102",1,40.246528,-77.18675,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",216,100,36,61,0,0,"","","Certification not required",0,23.983796,0.094335,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68103",1,40.246528,-77.18675,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",216,100,36,61,0,0,"","","Certification not required",0,10.35463,9.015809,24.9,"2013-07-16 00:00",23.6,"2013-07-18 00:00",23.4,"2013-07-19 00:00",22.7,"2013-07-17 00:00","","","","",23.4,22.7,21.9,20.3,17.4,13.1,-3.6,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68104",1,40.246528,-77.18675,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",216,100,36,61,0,0,"","","Certification not required",0,23.261111,10.321284,39.4,"2013-07-18 00:00",38.4,"2013-07-19 00:00",37.9,"2013-07-17 00:00",37.5,"2013-07-15 00:00","","","","",37.9,37,34.8,33.4,30.7,26.5,5.7,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68105",1,40.246528,-77.18675,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",216,100,36,61,0,0,"","","Certification not required",0,16.384722,9.24814,31.2,"2013-07-18 00:00",30.3,"2013-07-16 00:00",30.1,"2013-07-17 00:00",28.9,"2013-07-15 00:00","","","","",30.1,28.7,26.9,25.5,23.5,19,1.9,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68106",1,40.246528,-77.18675,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",216,100,36,61,0,0,"","","Certification not required",0,746.717593,4.712069,758,"2013-04-22 00:00",757,"2013-01-27 00:00",757,"2013-04-21 00:00",755,"2013-01-08 00:00","","","","",757,755,755,752,750,747,741,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68107",1,40.246528,-77.18675,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",216,100,36,61,0,0,"","","Certification not required",0,752.814815,4.4662,764,"2013-04-21 00:00",764,"2013-04-22 00:00",763,"2013-01-10 00:00",763,"2013-01-27 00:00","","","","",763,761,760,759,756,753,747,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68108",1,40.246528,-77.18675,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",216,100,36,61,0,0,"","","Certification not required",0,750,4.432439,762,"2013-04-21 00:00",761,"2013-04-22 00:00",760,"2013-01-10 00:00",760,"2013-01-27 00:00","","","","",760,759,757,755,753,750,745,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","68109",1,40.246528,-77.18675,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",216,100,36,61,0,0,"","","Certification not required",0,1438.208333,6.009924,1440,"2013-01-10 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00",1440,"2013-02-05 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","88101",1,40.246528,-77.18675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",216,59,216,365,0,0,3,3,"Certification not required",0,9.925926,5.955476,41.2,"2013-01-09 00:00",38.2,"2013-01-29 00:00",36.5,"2013-01-08 00:00",34.5,"2013-01-28 00:00","","","","",36.5,32.2,19.4,15.9,11.5,8.7,4.7,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","88101",1,40.246528,-77.18675,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",216,59,216,365,0,0,"","","Certification not required",0,9.925926,5.955476,41.2,"2013-01-09 00:00",38.2,"2013-01-29 00:00",36.5,"2013-01-08 00:00",34.5,"2013-01-28 00:00","","","","",36.5,32.2,19.4,15.9,11.5,8.7,4.7,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2013-12-11" +"42","041","0101","88101",3,40.246528,-77.18675,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7557,86,323,365,0,459,"","","Certification not required",0,11.455194,8.07755,62.3,"2013-01-09 12:00",62.2,"2013-01-09 02:00",61.1,"2013-01-09 05:00",58.6,"2013-01-09 14:00","","","","",42.7,35.5,26.5,21.1,14.9,9.7,3.4,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2014-02-19" +"42","041","0101","88101",3,40.246528,-77.18675,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,0,5,5,"Certification not required",0,11.397152,6.480243,46.7,"2013-01-09 00:00",42.1,"2013-01-29 00:00",40.1,"2013-01-08 00:00",39.9,"2013-01-28 00:00","","","","",39.9,30.2,23.1,18.5,13.7,10.4,5,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2014-02-19" +"42","041","0101","88101",3,40.246528,-77.18675,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,0,"","","Certification not required",0,11.397152,6.480243,46.7,"2013-01-09 00:00",42.1,"2013-01-29 00:00",40.1,"2013-01-08 00:00",39.9,"2013-01-28 00:00","","","","",39.9,30.2,23.1,18.5,13.7,10.4,5,"LAT/LON POINT=LOCATION OF PM-2.5 MONITOR INLET","IMPERIAL COURT","Pennsylvania","Cumberland","Carlisle","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","44201",1,40.246992,-76.846988,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5671,95,204,214,0,185,0,0,"Certification not required",725,0.048147,0.011897,0.084,"2013-06-21 17:00",0.08,"2013-06-09 15:00",0.078,"2013-05-31 17:00",0.07,"2013-06-20 17:00","","","","",0.078,0.07,0.065,0.063,0.057,0.049,0.034,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","44201",1,40.246992,-76.846988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5648,95,203,214,0,0,0,0,"Certification not required",0,0.042734,0.011507,0.071,"2013-05-31 10:00",0.071,"2013-06-21 11:00",0.07,"2013-06-09 10:00",0.064,"2013-09-11 10:00","","","","",0.07,0.063,0.06,0.056,0.052,0.043,0.03,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","44201",1,40.246992,-76.846988,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5648,95,203,214,0,0,0,0,"Certification not required",0,0.042734,0.011507,0.071,"2013-05-31 10:00",0.071,"2013-06-21 11:00",0.07,"2013-06-09 10:00",0.064,"2013-09-11 10:00","","","","",0.07,0.063,0.06,0.056,0.052,0.043,0.03,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","68101",1,40.246992,-76.846988,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",169,100,35,61,0,0,"","","Certification not required",37,0.272485,0.166629,0.6,"2013-04-09 00:00",0.6,"2013-05-04 00:00",0.6,"2013-06-08 00:00",0.6,"2013-06-16 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68102",1,40.246992,-76.846988,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",169,100,35,61,0,0,"","","Certification not required",0,23.99645,0.026488,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68103",1,40.246992,-76.846988,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",169,100,35,61,0,0,"","","Certification not required",0,5.661538,9.405368,24.3,"2013-07-04 00:00",24.3,"2013-07-14 00:00",24,"2013-07-02 00:00",23.6,"2013-07-06 00:00","","","","",24.3,23.6,22.2,20.8,13.1,3.7,-5,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68103",5,40.246992,-76.846988,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.160784,8.538479,21.8,"2013-07-21 00:00",21.5,"2013-07-03 00:00",20.4,"2013-07-15 00:00",20.3,"2013-09-01 00:00","","","","",21.8,21.5,20.4,19.2,15,10.2,-3.1,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","68104",1,40.246992,-76.846988,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",169,100,35,61,0,0,"","","Certification not required",0,16.820118,11.584671,37.9,"2013-07-15 00:00",37.7,"2013-07-06 00:00",36.5,"2013-07-14 00:00",36.2,"2013-07-07 00:00","","","","",37.7,36.2,34.6,32.4,27.1,15.5,2.4,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68104",5,40.246992,-76.846988,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,19.870588,11.002605,35.8,"2013-07-15 00:00",33.2,"2013-05-22 00:00",31.7,"2013-09-01 00:00",31.6,"2013-04-10 00:00","","","","",35.8,33.2,31.7,31.2,29.1,23.1,3.3,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","68105",1,40.246992,-76.846988,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",169,100,35,61,0,0,"","","Certification not required",0,10.774556,10.060259,30.7,"2013-07-06 00:00",30.3,"2013-07-15 00:00",29.6,"2013-07-05 00:00",29.4,"2013-07-14 00:00","","","","",30.3,29.4,26.8,25.4,18.6,9.1,-0.8,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68105",5,40.246992,-76.846988,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,13.617647,9.50292,28,"2013-07-15 00:00",25.9,"2013-07-21 00:00",25.1,"2013-05-22 00:00",24.9,"2013-09-01 00:00","","","","",28,25.9,25.1,23.4,22,15.5,0.9,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","68106",1,40.246992,-76.846988,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",169,100,35,61,0,0,"","","Certification not required",0,746.704142,5.71298,759,"2013-04-22 00:00",758,"2013-01-08 00:00",758,"2013-01-27 00:00",758,"2013-04-21 00:00","","","","",758,758,756,754,751,747,740,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68106",5,40.246992,-76.846988,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,745.901961,4.932565,760,"2013-01-10 00:00",756,"2013-04-22 00:00",754,"2013-06-21 00:00",752,"2013-01-04 00:00","","","","",760,756,754,751,749,746,739,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","68107",1,40.246992,-76.846988,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",169,100,35,61,0,0,"","","Certification not required",0,753.662722,5.280115,765,"2013-04-21 00:00",765,"2013-04-22 00:00",764,"2013-01-27 00:00",763,"2013-08-25 00:00","","","","",765,763,761,761,758,754,747,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68107",5,40.246992,-76.846988,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,751.72549,5.261477,765,"2013-01-10 00:00",765,"2013-01-28 00:00",762,"2013-04-22 00:00",759,"2013-01-22 00:00","","","","",765,765,762,758,755,752,745,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","68108",1,40.246992,-76.846988,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",169,100,35,61,0,0,"","","Certification not required",0,750.39645,5.347695,763,"2013-04-21 00:00",762,"2013-04-22 00:00",761,"2013-01-27 00:00",760,"2013-08-25 00:00","","","","",762,760,759,757,755,751,744,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","68108",5,40.246992,-76.846988,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,748.078431,4.926837,763,"2013-01-10 00:00",758,"2013-04-22 00:00",756,"2013-01-28 00:00",755,"2013-01-22 00:00","","","","",763,758,756,753,751,748,742,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","68109",1,40.246992,-76.846988,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",169,100,35,61,0,0,"","","Certification not required",0,1438.988166,1.735443,1440,"2013-01-11 00:00",1440,"2013-01-13 00:00",1440,"2013-01-15 00:00",1440,"2013-01-21 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","81102",1,40.246992,-76.846988,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",39,64,39,61,0,0,0,0,"Certification not required",0,17.564103,6.294504,31,"2013-04-10 00:00",28,"2013-05-16 00:00",27,"2013-01-28 00:00",27,"2013-07-09 00:00","","","","",31,31,28,27,23,18,10,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-19" +"42","043","0401","88101",1,40.246992,-76.846988,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",169,46,169,365,0,0,2,2,"Certification not required",0,9.708284,6.429919,46.3,"2013-01-09 00:00",39.2,"2013-01-29 00:00",35,"2013-01-08 00:00",29.6,"2013-01-28 00:00","","","","",39.2,29.6,22.5,16.2,11.4,8,4.6,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","88101",1,40.246992,-76.846988,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",169,46,169,365,0,0,"","","Certification not required",0,9.708284,6.429919,46.3,"2013-01-09 00:00",39.2,"2013-01-29 00:00",35,"2013-01-08 00:00",29.6,"2013-01-28 00:00","","","","",39.2,29.6,22.5,16.2,11.4,8,4.6,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2013-12-11" +"42","043","0401","88101",3,40.246992,-76.846988,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4493,51,196,365,0,1363,"","","Certification not required",0,13.536457,7.674842,83.7,"2013-06-23 08:00",64.5,"2013-06-23 04:00",53.5,"2013-08-21 08:00",45.8,"2013-10-31 00:00","","","","",35.4,32.1,27.5,24.1,18,12.3,4.7,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","88101",3,40.246992,-76.846988,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",184,50,184,365,0,0,0,0,"Certification not required",0,13.499457,5.862314,33.6,"2013-09-11 00:00",31.8,"2013-10-31 00:00",29,"2013-09-10 00:00",25.6,"2013-08-21 00:00","","","","",31.8,25.6,23.7,22.2,16.8,12.7,6.7,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","88101",3,40.246992,-76.846988,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",184,50,184,365,0,0,"","","Certification not required",0,13.499457,5.862314,33.6,"2013-09-11 00:00",31.8,"2013-10-31 00:00",29,"2013-09-10 00:00",25.6,"2013-08-21 00:00","","","","",31.8,25.6,23.7,22.2,16.8,12.7,6.7,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","0401","88102",5,40.246992,-76.846988,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.021408,0.011281,0.078,"2013-03-29 00:00",0.059,"2013-02-15 00:00",0.032,"2013-04-10 00:00",0.032,"2013-06-15 00:00","","","","",0.078,0.078,0.032,0.027,0.021,0.021,0.014,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88103",5,40.246992,-76.846988,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000776,0.001085,0.005,"2013-06-09 00:00",0.003,"2013-05-16 00:00",0.003,"2013-09-19 00:00",0.002,"2013-03-05 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88104",5,40.246992,-76.846988,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",29,0.024418,0.028006,0.154,"2013-07-15 00:00",0.111,"2013-07-03 00:00",0.069,"2013-04-16 00:00",0.064,"2013-09-01 00:00","","","","",0.154,0.154,0.069,0.053,0.031,0.0125,0.0065,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88107",5,40.246992,-76.846988,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.006466,0.005964,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.006,"2013-06-03 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88109",5,40.246992,-76.846988,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",4,0.004795,0.003354,0.016,"2013-10-31 00:00",0.0152,"2013-01-28 00:00",0.012,"2013-03-11 00:00",0.01,"2013-05-16 00:00","","","","",0.016,0.016,0.012,0.0088,0.0059,0.0041,0.0014,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88110",5,40.246992,-76.846988,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.001653,0.003485,0.015,"2013-10-31 00:00",0.009,"2013-02-15 00:00",0.009,"2013-04-22 00:00",0.009,"2013-07-21 00:00","","","","",0.015,0.015,0.009,0.008,0,0,0,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88111",5,40.246992,-76.846988,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",6,0.038518,0.035636,0.167,"2013-10-01 00:00",0.151,"2013-09-19 00:00",0.106,"2013-09-25 00:00",0.0992,"2013-10-31 00:00","","","","",0.167,0.167,0.106,0.0884,0.054,0.028,0.0038,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88112",5,40.246992,-76.846988,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.004673,0.009229,0.042,"2013-10-01 00:00",0.038,"2013-10-07 00:00",0.029,"2013-09-25 00:00",0.027,"2013-10-13 00:00","","","","",0.042,0.042,0.029,0.008,0.004,0.002,0,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88113",5,40.246992,-76.846988,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",46,0.000721,0.000198,0.0015,"2013-06-21 00:00",0.0014,"2013-01-16 00:00",0.0012,"2013-03-11 00:00",0.001,"2013-01-10 00:00","","","","",0.0015,0.0015,0.0012,0.001,0.0007,0.0007,0.00055,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88114",5,40.246992,-76.846988,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",8,0.011533,0.014759,0.0723,"2013-08-02 00:00",0.0625,"2013-05-10 00:00",0.0434,"2013-10-01 00:00",0.0417,"2013-08-08 00:00","","","","",0.0723,0.0723,0.0434,0.027,0.0121,0.0075,0.00125,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88115",5,40.246992,-76.846988,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",14,0.038874,0.060433,0.354,"2013-03-11 00:00",0.161,"2013-10-13 00:00",0.159,"2013-10-31 00:00",0.129,"2013-01-28 00:00","","","","",0.354,0.354,0.159,0.092,0.0582,0.0133,0.0039,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88117",5,40.246992,-76.846988,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.006302,0.009621,0.0435,"2013-01-10 00:00",0.0435,"2013-03-17 00:00",0.0435,"2013-03-23 00:00",0.005,"2013-06-03 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88118",5,40.246992,-76.846988,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.009271,0.006388,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88126",5,40.246992,-76.846988,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.085006,0.059089,0.257,"2013-09-19 00:00",0.19,"2013-09-13 00:00",0.181,"2013-10-01 00:00",0.178,"2013-07-03 00:00","","","","",0.257,0.257,0.181,0.171,0.128,0.0793,0.0207,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88128",5,40.246992,-76.846988,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.003531,0.00399,0.015,"2013-10-31 00:00",0.014,"2013-02-03 00:00",0.014,"2013-05-16 00:00",0.011,"2013-01-28 00:00","","","","",0.015,0.015,0.014,0.009,0.005,0.002,0,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88131",5,40.246992,-76.846988,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",45,0.010786,0.004501,0.025,"2013-06-15 00:00",0.022,"2013-04-04 00:00",0.019,"2013-07-03 00:00",0.018,"2013-09-01 00:00","","","","",0.025,0.025,0.019,0.017,0.011,0.0085,0.007,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88132",5,40.246992,-76.846988,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.004939,0.005797,0.026,"2013-10-01 00:00",0.024,"2013-10-07 00:00",0.017,"2013-05-10 00:00",0.014,"2013-07-09 00:00","","","","",0.026,0.026,0.017,0.012,0.007,0.004,0,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88136",5,40.246992,-76.846988,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.000327,0.000625,0.003,"2013-05-28 00:00",0.002,"2013-07-27 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88140",5,40.246992,-76.846988,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",42,0.009736,0.008126,0.047,"2013-01-10 00:00",0.037,"2013-03-11 00:00",0.0273,"2013-04-16 00:00",0.022,"2013-10-13 00:00","","","","",0.047,0.047,0.0273,0.019,0.009,0.009,0.00475,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88152",5,40.246992,-76.846988,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.005555,0.001421,0.0085,"2013-06-03 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-06-09 00:00","","","","",0.0085,0.0085,0.008,0.008,0.0055,0.005,0.0045,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88154",5,40.246992,-76.846988,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",47,0.001121,0.000258,0.0017,"2013-07-15 00:00",0.0016,"2013-10-31 00:00",0.00135,"2013-05-16 00:00",0.0013,"2013-01-22 00:00","","","","",0.0017,0.0017,0.00135,0.0013,0.0013,0.00125,0.00065,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88160",5,40.246992,-76.846988,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.013153,0.005181,0.039,"2013-01-04 00:00",0.019,"2013-05-10 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-04-16 00:00","","","","",0.039,0.039,0.0185,0.0185,0.016,0.01,0.01,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88161",5,40.246992,-76.846988,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",44,0.002948,0.002115,0.014,"2013-07-03 00:00",0.0099,"2013-07-15 00:00",0.0067,"2013-05-28 00:00",0.0062,"2013-09-19 00:00","","","","",0.014,0.014,0.0067,0.0042,0.0026,0.0025,0.0021,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88164",5,40.246992,-76.846988,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001586,0.000227,0.00205,"2013-06-03 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-06-09 00:00","","","","",0.00205,0.00205,0.0019,0.0019,0.0016,0.0016,0.0015,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88165",5,40.246992,-76.846988,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",8,0.054159,0.067664,0.398,"2013-07-15 00:00",0.266,"2013-07-03 00:00",0.148,"2013-10-01 00:00",0.116,"2013-09-19 00:00","","","","",0.398,0.398,0.148,0.0983,0.0669,0.04,0.009,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88166",5,40.246992,-76.846988,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.007804,0.004778,0.0195,"2013-05-10 00:00",0.019,"2013-02-21 00:00",0.019,"2013-04-16 00:00",0.019,"2013-08-02 00:00","","","","",0.0195,0.0195,0.019,0.019,0.0075,0.0065,0.0042,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88167",5,40.246992,-76.846988,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",4,0.023272,0.028621,0.125,"2013-10-31 00:00",0.122,"2013-05-16 00:00",0.0884,"2013-01-28 00:00",0.0843,"2013-02-15 00:00","","","","",0.125,0.125,0.0884,0.0621,0.0278,0.012,0.0047,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88168",5,40.246992,-76.846988,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",49,0.001172,0.000308,0.00185,"2013-05-10 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-04-16 00:00",0.00175,"2013-07-27 00:00","","","","",0.00185,0.00185,0.00175,0.00175,0.0012,0.00115,0.00085,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88169",5,40.246992,-76.846988,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.967143,0.611986,3.2,"2013-06-09 00:00",2.12,"2013-09-01 00:00",1.97,"2013-07-09 00:00",1.91,"2013-05-10 00:00","","","","",3.2,3.2,1.97,1.85,1.19,0.789,0.312,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88176",5,40.246992,-76.846988,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.000959,0.000243,0.0017,"2013-01-22 00:00",0.00135,"2013-05-10 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00","","","","",0.0017,0.0017,0.0013,0.0013,0.001,0.0009,0.0007,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88180",5,40.246992,-76.846988,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.05799,0.031285,0.158,"2013-01-28 00:00",0.141,"2013-02-03 00:00",0.115,"2013-06-15 00:00",0.111,"2013-10-31 00:00","","","","",0.158,0.158,0.115,0.096,0.0739,0.052,0.0231,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88184",5,40.246992,-76.846988,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",29,0.060327,0.081852,0.395,"2013-03-11 00:00",0.325,"2013-04-16 00:00",0.296,"2013-10-13 00:00",0.208,"2013-01-10 00:00","","","","",0.395,0.395,0.296,0.125,0.053,0.027,0.0155,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88185",5,40.246992,-76.846988,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.003335,0.003537,0.012,"2013-05-10 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-07-27 00:00","","","","",0.012,0.012,0.0115,0.0115,0.0023,0.0018,0.0014,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88301",5,40.246992,-76.846988,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,1.006814,0.737055,3.49,"2013-10-31 00:00",3.29,"2013-01-28 00:00",2.5,"2013-02-03 00:00",2.28,"2013-06-09 00:00","","","","",3.49,3.29,2.5,1.8,1.24,0.947,0.248,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88302",5,40.246992,-76.846988,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.092463,0.105654,0.51,"2013-03-11 00:00",0.41,"2013-10-13 00:00",0.39,"2013-05-10 00:00",0.31,"2013-04-16 00:00","","","","",0.51,0.41,0.39,0.22,0.081,0.052,0.0227,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88303",5,40.246992,-76.846988,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",6,0.047088,0.035512,0.216,"2013-01-28 00:00",0.113,"2013-05-22 00:00",0.113,"2013-07-15 00:00",0.111,"2013-02-03 00:00","","","","",0.216,0.113,0.113,0.075,0.0614,0.037,0.012,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88306",5,40.246992,-76.846988,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.518569,1.574687,6.66,"2013-01-28 00:00",6.32,"2013-10-31 00:00",6.03,"2013-02-03 00:00",4.29,"2013-01-16 00:00","","","","",6.66,6.32,6.03,3.82,1.88,0.903,0.283,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88355",5,40.246992,-76.846988,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.2607,1.04617,6.03,"2013-01-28 00:00",4.22,"2013-10-31 00:00",3.72,"2013-02-03 00:00",3.67,"2013-10-19 00:00","","","","",6.03,6.03,3.72,3.54,2.82,2.39,1,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88357",5,40.246992,-76.846988,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.41392,0.247306,0.982,"2013-09-25 00:00",0.962,"2013-09-19 00:00",0.947,"2013-05-16 00:00",0.902,"2013-10-19 00:00","","","","",0.982,0.982,0.947,0.813,0.579,0.375,0.145,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88370",5,40.246992,-76.846988,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.96742,0.891152,5.28,"2013-01-28 00:00",3.82,"2013-10-31 00:00",3.31,"2013-02-03 00:00",3.06,"2013-05-16 00:00","","","","",5.28,5.28,3.31,2.96,2.38,2,0.91,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88374",5,40.246992,-76.846988,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.17136,0.134715,0.731,"2013-01-28 00:00",0.448,"2013-10-31 00:00",0.418,"2013-07-27 00:00",0.396,"2013-07-09 00:00","","","","",0.731,0.731,0.418,0.367,0.223,0.125,0.049,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88375",5,40.246992,-76.846988,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.54014,0.223309,1.12,"2013-01-28 00:00",0.922,"2013-10-31 00:00",0.875,"2013-05-16 00:00",0.868,"2013-10-19 00:00","","","","",1.12,1.12,0.875,0.786,0.686,0.609,0.245,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88376",5,40.246992,-76.846988,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.53262,0.259323,1.41,"2013-01-28 00:00",1.05,"2013-06-21 00:00",0.993,"2013-10-19 00:00",0.956,"2013-10-31 00:00","","","","",1.41,1.41,0.993,0.947,0.672,0.541,0.238,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88377",5,40.246992,-76.846988,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.41864,0.225894,1.21,"2013-01-28 00:00",1.06,"2013-10-31 00:00",0.862,"2013-02-03 00:00",0.777,"2013-10-19 00:00","","","","",1.21,1.21,0.862,0.675,0.513,0.412,0.19,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88378",5,40.246992,-76.846988,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.3056,0.177521,0.817,"2013-01-28 00:00",0.663,"2013-06-09 00:00",0.628,"2013-09-01 00:00",0.627,"2013-02-03 00:00","","","","",0.817,0.817,0.628,0.519,0.441,0.268,0.112,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88380",5,40.246992,-76.846988,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.70624,0.415727,1.61,"2013-10-19 00:00",1.5,"2013-09-19 00:00",1.43,"2013-05-16 00:00",1.39,"2013-10-01 00:00","","","","",1.61,1.61,1.43,1.34,1.04,0.587,0.243,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88383",5,40.246992,-76.846988,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.94408,0.46911,2.02,"2013-01-28 00:00",1.77,"2013-05-16 00:00",1.75,"2013-05-28 00:00",1.64,"2013-10-19 00:00","","","","",2.02,2.02,1.75,1.63,1.27,0.944,0.389,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88384",5,40.246992,-76.846988,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.066618,0.030481,0.222,"2013-04-22 00:00",0.114,"2013-07-15 00:00",0.113,"2013-07-21 00:00",0.103,"2013-03-29 00:00","","","","",0.222,0.222,0.113,0.0992,0.0769,0.063,0.0392,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88385",5,40.246992,-76.846988,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.001616,0.00248,0.017,"2013-04-22 00:00",0.00634,"2013-07-15 00:00",0.00602,"2013-10-31 00:00",0.00384,"2013-09-07 00:00","","","","",0.017,0.017,0.00602,0.0026,0.001,0.001,0.001,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88388",5,40.246992,-76.846988,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.59774,0.304179,1.56,"2013-01-28 00:00",1.22,"2013-05-28 00:00",1.09,"2013-07-27 00:00",1.08,"2013-06-09 00:00","","","","",1.56,1.56,1.09,1.04,0.803,0.579,0.267,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88403",5,40.246992,-76.846988,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.363882,1.312455,6.23,"2013-06-09 00:00",5.33,"2013-10-01 00:00",5.19,"2013-10-31 00:00",4.96,"2013-09-01 00:00","","","","",6.23,5.33,5.19,4.53,2.77,2.16,0.976,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","0401","88502",5,40.246992,-76.846988,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,12.506122,6.15824,29.5,"2013-01-28 00:00",27.8,"2013-06-09 00:00",26.9,"2013-10-31 00:00",23.7,"2013-05-16 00:00","","","","",29.5,29.5,26.9,21,16,11.6,5.3,"A420430401LAT/LON POINT IS AT CORNER OF TRAILER","651 Gibson Blvd., Harrisburg, PA 17104","Pennsylvania","Dauphin","","Harrisburg-Carlisle, PA","2014-02-14" +"42","043","1100","44201",1,40.272222,-76.681389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7236,85,181,214,0,780,0,0,"Certification not required",1000,0.050646,0.012398,0.083,"2013-05-31 12:00",0.078,"2013-06-21 16:00",0.076,"2013-09-11 14:00",0.075,"2013-06-20 18:00","","","","",0.078,0.075,0.069,0.067,0.059,0.052,0.04,"A420431100LAT/LON POINT IS AT CORNER OF TRAILER","SIPE AVE & MAE STREET","Pennsylvania","Dauphin","Hershey","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","1100","44201",1,40.272222,-76.681389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7205,84,179,214,0,0,0,0,"Certification not required",0,0.044866,0.012005,0.074,"2013-05-31 10:00",0.074,"2013-06-21 11:00",0.069,"2013-09-11 11:00",0.068,"2013-04-28 09:00","","","","",0.074,0.068,0.065,0.06,0.053,0.046,0.036,"A420431100LAT/LON POINT IS AT CORNER OF TRAILER","SIPE AVE & MAE STREET","Pennsylvania","Dauphin","Hershey","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","1100","44201",1,40.272222,-76.681389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7205,84,179,214,0,0,0,0,"Certification not required",0,0.044866,0.012005,0.074,"2013-05-31 10:00",0.074,"2013-06-21 11:00",0.069,"2013-09-11 11:00",0.068,"2013-04-28 09:00","","","","",0.074,0.068,0.065,0.06,0.053,0.046,0.036,"A420431100LAT/LON POINT IS AT CORNER OF TRAILER","SIPE AVE & MAE STREET","Pennsylvania","Dauphin","Hershey","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","1100","81102",5,40.272222,-76.681389,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7044,80,290,365,0,972,"","","Certification not required",0,21.905026,13.525883,166,"2013-09-19 06:00",156,"2013-01-26 06:00",133,"2013-05-30 23:00",133,"2013-07-19 16:00","","","","",65,58,47,39,28,19,8,"A420431100LAT/LON POINT IS AT CORNER OF TRAILER","SIPE AVE & MAE STREET","Pennsylvania","Dauphin","Hershey","Harrisburg-Carlisle, PA","2014-02-19" +"42","043","1100","81102",5,40.272222,-76.681389,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",290,79,290,365,0,0,0,0,"Certification not required",0,21.486207,10.065606,71,"2013-05-30 00:00",59,"2013-01-29 00:00",59,"2013-05-31 00:00",51,"2013-06-09 00:00","","","","",59,49,41,35,26,20,11,"A420431100LAT/LON POINT IS AT CORNER OF TRAILER","SIPE AVE & MAE STREET","Pennsylvania","Dauphin","Hershey","Harrisburg-Carlisle, PA","2014-02-19" +"42","045","0002","14129",1,39.835556,-75.3725,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,0,0,"Certification not required",0,0.009724,0.000455,0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.009,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","045","0002","42401",1,39.835556,-75.3725,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7481,85,312,365,0,535,0,"","Certification not required",0,3.839744,3.368087,16,"2013-01-24 21:00",16,"2013-01-25 12:00",16,"2013-05-16 19:00",15,"2013-01-08 13:00","","","","",15,13,11,9,5,3,0,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42401",1,39.835556,-75.3725,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7481,85,312,365,0,535,"","","Certification not required",0,1.997193,2.50846,16,"2013-01-24 21:00",16,"2013-01-25 12:00",16,"2013-01-25 14:00",16,"2013-05-16 19:00","","","","",10,9,8,7,3,1,0,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42401",1,39.835556,-75.3725,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",312,85,312,365,0,0,0,"","Certification not required",0,2.004487,2.332432,9.6,"2013-01-09 00:00",9.5,"2013-01-25 00:00",9.3,"2013-01-27 00:00",9.2,"2013-01-29 00:00","","","","",9.2,9,8,4.9,2.5,1.3,0,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42401",1,39.835556,-75.3725,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2485,85,312,365,0,0,"",0,"Certification not required",0,1.975493,2.447681,15.3,"2013-01-25 14:00",13,"2013-01-09 08:00",11.6,"2013-01-08 14:00",11.6,"2013-01-17 05:00","","","","",9.6,9,8,6.3,2.6,1,0,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42401",2,39.835556,-75.3725,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",87499,83,308,365,0,8693,"","","Certification not required",0,1.987428,2.557475,35,"2013-05-16 19:45",31,"2013-05-16 19:35",27,"2013-01-25 12:40",27,"2013-05-16 19:40","","","","",10,9,8,6,3,1,0,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42601",1,39.835556,-75.3725,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7124,81,297,365,0,892,"","","Certification not required",0,3.148091,9.245135,147,"2013-01-30 08:00",139,"2013-01-30 07:00",128,"2013-07-22 07:00",121,"2013-02-13 08:00","","","","",47,31,16,7,2,0,0,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42602",1,39.835556,-75.3725,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7124,81,297,365,0,892,0,"","Certification not required",0,19.666667,9.896082,69,"2013-07-22 07:00",56,"2013-09-26 10:00",53,"2013-06-14 07:00",46,"2013-02-27 01:00","","","","",53,43,36,32,25,19,8,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42602",1,39.835556,-75.3725,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7124,81,297,365,0,892,"","","Certification not required",0,8.720241,7.15981,69,"2013-07-22 07:00",56,"2013-09-26 10:00",53,"2013-06-14 07:00",51,"2013-07-22 06:00","","","","",33,29,23,19,12,6,2,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","42603",1,39.835556,-75.3725,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7124,81,297,365,0,892,"","","Certification not required",0,12.086609,15.019934,197,"2013-07-22 07:00",177,"2013-01-30 08:00",167,"2013-01-30 07:00",161,"2013-02-26 06:00","","","","",79,58,38,26,14,7,2,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","44201",1,39.835556,-75.3725,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7920,100,214,214,0,96,0,0,"Certification not required",642,0.049724,0.0134,0.086,"2013-05-29 15:00",0.081,"2013-06-05 15:00",0.08,"2013-08-16 16:00",0.079,"2013-05-30 11:00","","","","",0.08,0.078,0.073,0.066,0.058,0.051,0.04,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","44201",1,39.835556,-75.3725,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7909,100,214,214,0,0,0,0,"Certification not required",0,0.043818,0.012544,0.076,"2013-05-29 11:00",0.074,"2013-04-28 12:00",0.074,"2013-05-30 11:00",0.069,"2013-08-16 11:00","","","","",0.074,0.067,0.063,0.059,0.053,0.047,0.035,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","44201",1,39.835556,-75.3725,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7909,100,214,214,0,0,1,1,"Certification not required",0,0.043818,0.012544,0.076,"2013-05-29 11:00",0.074,"2013-04-28 12:00",0.074,"2013-05-30 11:00",0.069,"2013-08-16 11:00","","","","",0.074,0.067,0.063,0.059,0.053,0.047,0.035,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","68101",2,39.835556,-75.3725,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",41,67,41,61,0,0,"","","Certification not required",10,0.239024,0.131583,0.5,"2013-06-03 00:00",0.4,"2013-02-27 00:00",0.4,"2013-03-05 00:00",0.4,"2013-04-04 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.3,0.05,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68102",2,39.835556,-75.3725,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",41,67,41,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68103",2,39.835556,-75.3725,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",41,67,41,61,0,0,"","","Certification not required",0,10.331707,9.834898,24.3,"2013-07-15 00:00",24.2,"2013-07-21 00:00",23.4,"2013-07-09 00:00",22.4,"2013-06-27 00:00","","","","",24.3,24.3,23.4,22.2,18.6,14.4,-3.3,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68104",2,39.835556,-75.3725,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",41,67,41,61,0,0,"","","Certification not required",0,20.426829,11.440171,36.1,"2013-07-15 00:00",34.1,"2013-07-21 00:00",33.8,"2013-04-10 00:00",32.3,"2013-06-27 00:00","","","","",36.1,36.1,33.8,31.7,30.4,24.8,3.5,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68105",2,39.835556,-75.3725,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",41,67,41,61,0,0,"","","Certification not required",0,15.070732,10.337293,30.1,"2013-07-15 00:00",27.9,"2013-07-21 00:00",26.9,"2013-07-09 00:00",26.1,"2013-06-27 00:00","","","","",30.1,30.1,26.9,25.8,23.9,18.4,0.8,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68105",3,39.835556,-75.3725,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",27,44,27,61,0,0,"","","Certification not required",0,15.77037,10.491895,28.5,"2013-07-21 00:00",27.8,"2013-09-01 00:00",26,"2013-07-27 00:00",25.9,"2013-08-02 00:00","","","","",28.5,28.5,27.8,26,24.4,21.4,-0.3,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-19" +"42","045","0002","68106",2,39.835556,-75.3725,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",41,67,41,61,0,0,"","","Certification not required",0,761.073171,4.529847,771,"2013-01-10 00:00",769,"2013-06-21 00:00",767,"2013-04-28 00:00",767,"2013-07-03 00:00","","","","",771,771,767,767,764,761,756,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68107",2,39.835556,-75.3725,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",41,67,41,61,0,0,"","","Certification not required",0,767.512195,4.985589,778,"2013-01-10 00:00",777,"2013-01-28 00:00",775,"2013-04-04 00:00",775,"2013-04-23 00:00","","","","",778,778,775,774,772,767,762,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68108",2,39.835556,-75.3725,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",41,67,41,61,0,0,"","","Certification not required",0,764.463415,4.664212,776,"2013-01-10 00:00",771,"2013-06-21 00:00",770,"2013-01-28 00:00",770,"2013-04-04 00:00","","","","",776,776,770,770,767,765,760,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","68108",3,39.835556,-75.3725,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,0,"","","Certification not required",0,759.259259,5.222677,772,"2013-04-22 00:00",765,"2013-01-28 00:00",765,"2013-04-04 00:00",765,"2013-04-28 00:00","","","","",772,772,765,765,762,757,754,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-19" +"42","045","0002","68109",2,39.835556,-75.3725,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",41,67,41,61,0,0,"","","Certification not required",0,1439.804878,0.459321,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","81102",5,39.835556,-75.3725,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7993,91,334,365,0,23,"","","Certification not required",0,16.463155,14.652598,242,"2013-08-12 12:00",218,"2013-07-16 10:00",210,"2013-07-16 12:00",180,"2013-07-20 18:00","","","","",79,55,37,29,20,13,5,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","81102",5,39.835556,-75.3725,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,15.949102,8.486721,63,"2013-07-16 00:00",51,"2013-07-17 00:00",49,"2013-10-03 00:00",46,"2013-10-09 00:00","","","","",46,40,32,27,19,14,8,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","88101",2,39.835556,-75.3725,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,0,0,0,"Certification not required",0,11.002439,4.850592,30.9,"2013-01-28 00:00",19,"2013-02-15 00:00",17.6,"2013-07-09 00:00",16.9,"2013-02-03 00:00","","","","",30.9,30.9,17.6,16.6,12.7,10.3,6.2,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","88101",2,39.835556,-75.3725,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,0,"","","Certification not required",0,11.002439,4.850592,30.9,"2013-01-28 00:00",19,"2013-02-15 00:00",17.6,"2013-07-09 00:00",16.9,"2013-02-03 00:00","","","","",30.9,30.9,17.6,16.6,12.7,10.3,6.2,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","045","0002","88101",3,39.835556,-75.3725,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7537,86,322,365,0,479,"","","Certification not required",0,11.12627,7.537311,51.8,"2013-01-28 01:00",51.6,"2013-02-06 09:00",50.6,"2013-02-06 08:00",50.1,"2013-01-26 09:00","","","","",35.5,32.5,25.7,21,14.7,9.9,2.6,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","88101",3,39.835556,-75.3725,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,1,1,"Certification not required",0,11.088462,6.128044,36.7,"2013-01-28 00:00",34.1,"2013-01-29 00:00",33.6,"2013-02-06 00:00",30.5,"2013-01-09 00:00","","","","",30.5,26.7,23,18.5,14.4,10.1,4.1,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0002","88101",3,39.835556,-75.3725,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",312,85,312,365,0,0,"","","Certification not required",0,11.088462,6.128044,36.7,"2013-01-28 00:00",34.1,"2013-01-29 00:00",33.6,"2013-02-06 00:00",30.5,"2013-01-09 00:00","","","","",30.5,26.7,23,18.5,14.4,10.1,4.1,"A420450002LAT/LON POINT IS OF CORNER OF TRAILER","FRONT ST & NORRIS ST","Pennsylvania","Delaware","Chester","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","045","0004","14129",1,39.862928,-75.325689,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",26,43,26,61,0,0,0,0,"Certification not required",0,0.01,0,0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00",0.01,"2013-04-22 00:00",0.01,"2013-04-28 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0.01,0.01,"","Industrial Highway (Rte 291)","Pennsylvania","Delaware","Eddystone","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","047","9991","44201",1,41.598,-78.7674,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7761,100,214,214,0,255,0,0,"Certification not required",10,0.047117,0.009937,0.076,"2013-05-15 18:00",0.073,"2013-06-21 10:00",0.07,"2013-09-10 15:00",0.069,"2013-05-31 17:00","","","","",0.07,0.067,0.064,0.061,0.054,0.048,0.041,"Kane Exp. Forest","Kane Experimental Forest, Allegheny National Forest, Wilcox, PA 15870","Pennsylvania","Elk","","St. Marys, PA","2014-01-31" +"42","047","9991","44201",1,41.598,-78.7674,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7896,100,213,214,0,0,0,0,"Certification not required",0,0.043169,0.009599,0.072,"2013-05-15 13:00",0.068,"2013-06-21 09:00",0.065,"2013-06-22 10:00",0.065,"2013-09-10 12:00","","","","",0.065,0.064,0.061,0.056,0.05,0.044,0.038,"Kane Exp. Forest","Kane Experimental Forest, Allegheny National Forest, Wilcox, PA 15870","Pennsylvania","Elk","","St. Marys, PA","2014-01-31" +"42","047","9991","44201",1,41.598,-78.7674,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7896,100,213,214,0,0,0,0,"Certification not required",0,0.043169,0.009599,0.072,"2013-05-15 13:00",0.068,"2013-06-21 09:00",0.065,"2013-06-22 10:00",0.065,"2013-09-10 12:00","","","","",0.065,0.064,0.061,0.056,0.05,0.044,0.038,"Kane Exp. Forest","Kane Experimental Forest, Allegheny National Forest, Wilcox, PA 15870","Pennsylvania","Elk","","St. Marys, PA","2014-01-31" +"42","049","0003","42101",1,42.14175,-80.038611,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7580,87,314,365,0,436,0,0,"Certification not required",6446,0.293734,0.107814,1.1,"2013-01-10 08:00",1,"2013-01-10 07:00",1,"2013-01-29 07:00",1,"2013-02-09 20:00","","","","",0.6,0.6,0.6,0.5,0.25,0.25,0.25,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42101",1,42.14175,-80.038611,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7569,86,314,365,0,0,0,0,"Certification not required",0,0.333003,0.083603,0.7,"2013-01-10 10:00",0.7,"2013-01-10 11:00",0.7,"2013-01-29 07:00",0.7,"2013-01-29 08:00",0.7,"2013-01-10 10:00",0.7,"2013-01-29 07:00",0.6,0.6,0.6,0.5,0.3,0.3,0.3,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42401",1,42.14175,-80.038611,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7983,91,333,365,0,33,0,"","Certification not required",0,2.831832,2.80414,18,"2013-01-16 14:00",17,"2013-02-14 02:00",16,"2013-02-05 22:00",12,"2013-05-29 22:00","","","","",12,10,8,6,4,2,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42401",1,42.14175,-80.038611,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7983,91,333,365,0,33,"","","Certification not required",0,1.381686,1.688614,18,"2013-01-16 14:00",17,"2013-02-14 02:00",16,"2013-02-05 22:00",16,"2013-02-14 03:00","","","","",6,5,5,4,2,1,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42401",1,42.14175,-80.038611,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",333,91,333,365,0,0,0,"","Certification not required",0,1.384384,1.456103,6,"2013-01-26 00:00",6,"2013-02-14 00:00",5.9,"2013-03-31 00:00",5.8,"2013-03-10 00:00","","","","",5.8,4.9,4.5,3.4,2.3,1,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42401",1,42.14175,-80.038611,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2658,91,333,365,0,0,"",0,"Certification not required",0,1.365425,1.621024,13.3,"2013-01-16 17:00",12.3,"2013-02-14 05:00",11,"2013-02-05 23:00",10.6,"2013-02-14 02:00","","","","",6.3,5.3,4.6,3.6,2.3,1,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42401",2,42.14175,-80.038611,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",94077,89,333,365,0,2115,"","","Certification not required",0,1.389117,1.717743,23,"2013-01-16 14:00",23,"2013-01-16 14:05",22,"2013-01-16 14:40",21,"2013-01-16 14:35","","","","",7,6,5,4,2,1,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42601",1,42.14175,-80.038611,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7594,87,314,365,0,422,"","","Certification not required",0,0.810377,3.076806,78,"2013-10-29 07:00",74,"2013-10-30 06:00",60,"2013-11-20 08:00",57,"2013-01-10 08:00","","","","",12,7,3,2,1,0,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42602",1,42.14175,-80.038611,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7593,87,314,365,0,423,0,"","Certification not required",0,15.582803,8.46499,42,"2013-04-04 21:00",42,"2013-04-27 21:00",42,"2013-07-02 21:00",40,"2013-02-06 20:00","","","","",40,36,33,28,20,14,6,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42602",1,42.14175,-80.038611,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7593,87,314,365,0,423,"","","Certification not required",0,6.149216,5.382962,42,"2013-04-04 21:00",42,"2013-04-27 21:00",42,"2013-07-02 21:00",40,"2013-02-06 20:00","","","","",27,23,18,12,8,5,2,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","42603",1,42.14175,-80.038611,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7496,86,310,365,0,520,"","","Certification not required",0,6.528015,7.699667,104,"2013-10-30 06:00",99,"2013-07-02 21:00",99,"2013-10-29 07:00",91,"2013-11-20 08:00","","","","",37,30,20,14,8,5,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","44201",1,42.14175,-80.038611,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7849,95,203,214,0,167,0,0,"Certification not required",172,0.047424,0.012026,0.082,"2013-09-10 15:00",0.076,"2013-06-21 15:00",0.074,"2013-06-24 17:00",0.072,"2013-06-23 18:00","","","","",0.074,0.071,0.068,0.064,0.056,0.048,0.04,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","44201",1,42.14175,-80.038611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7828,95,203,214,0,0,0,0,"Certification not required",0,0.042591,0.0115,0.07,"2013-06-21 11:00",0.07,"2013-09-10 11:00",0.069,"2013-05-15 12:00",0.068,"2013-04-27 11:00","","","","",0.069,0.068,0.062,0.058,0.051,0.044,0.037,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","44201",1,42.14175,-80.038611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7828,95,203,214,0,0,0,0,"Certification not required",0,0.042591,0.0115,0.07,"2013-06-21 11:00",0.07,"2013-09-10 11:00",0.069,"2013-05-15 12:00",0.068,"2013-04-27 11:00","","","","",0.069,0.068,0.062,0.058,0.051,0.044,0.037,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","68103",5,42.14175,-80.038611,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,7.928846,9.403865,21.9,"2013-07-15 00:00",21.4,"2013-08-08 00:00",20.6,"2013-08-26 00:00",20.4,"2013-07-09 00:00","","","","",21.9,21.4,20.6,19.1,15.1,10.6,-4.3,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","68104",5,42.14175,-80.038611,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.251923,10.816808,32.2,"2013-07-15 00:00",31.5,"2013-08-26 00:00",31.3,"2013-07-03 00:00",31.1,"2013-05-22 00:00","","","","",32.2,31.5,31.3,28.7,26.1,20,1.4,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","68105",5,42.14175,-80.038611,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.269231,9.890906,26.7,"2013-07-15 00:00",24.7,"2013-05-22 00:00",24.5,"2013-08-26 00:00",23.9,"2013-07-03 00:00","","","","",26.7,24.7,24.5,23.6,20.1,14.5,-1.4,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","68106",5,42.14175,-80.038611,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,740.692308,5.184965,751,"2013-02-09 00:00",750,"2013-01-10 00:00",749,"2013-02-21 00:00",749,"2013-04-22 00:00","","","","",751,750,749,747,744,741,734,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","68107",5,42.14175,-80.038611,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,747.480769,4.799879,760,"2013-04-22 00:00",759,"2013-01-10 00:00",756,"2013-04-04 00:00",754,"2013-01-28 00:00","","","","",760,759,756,754,750,747,742,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","68108",5,42.14175,-80.038611,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,743.25,4.67314,755,"2013-01-10 00:00",753,"2013-02-09 00:00",752,"2013-04-22 00:00",751,"2013-02-21 00:00","","","","",755,753,752,749,746,743,737,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","81102",5,42.14175,-80.038611,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7810,89,324,365,0,206,"","","Certification not required",0,12.274392,8.161224,128,"2013-06-17 14:00",110,"2013-05-16 07:00",104,"2013-06-08 14:00",104,"2013-06-17 13:00","","","","",39,34,27,22,15,10,5,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","81102",5,42.14175,-80.038611,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",324,89,324,365,0,0,0,0,"Certification not required",0,11.765432,5.727067,37,"2013-09-10 00:00",31,"2013-04-07 00:00",31,"2013-05-03 00:00",30,"2013-09-20 00:00","","","","",30,28,24,20,14,11,6,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","88101",3,42.14175,-80.038611,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7682,88,326,365,0,334,"","","Certification not required",0,12.411299,7.290286,104.8,"2013-06-24 16:00",72.6,"2013-07-04 22:00",64.2,"2013-09-26 19:00",62.1,"2013-04-27 23:00","","","","",33.2,30.2,26.4,22.3,16.5,11,4.4,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","88101",3,42.14175,-80.038611,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,0,0,"Certification not required",0,12.34953,5.530009,29.9,"2013-06-24 00:00",29.7,"2013-09-10 00:00",29.3,"2013-07-18 00:00",27.4,"2013-07-17 00:00","","","","",27.4,25.6,23,19.7,15.7,11.6,6,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","88101",3,42.14175,-80.038611,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",320,88,320,365,0,0,"","","Certification not required",0,12.362813,5.526445,29.9,"2013-06-24 00:00",29.7,"2013-09-10 00:00",29.3,"2013-07-18 00:00",27.4,"2013-07-17 00:00","","","","",27.4,25.6,23,19.7,16,11.6,6.1,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-19" +"42","049","0003","88102",5,42.14175,-80.038611,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.02001,0.010377,0.086,"2013-03-05 00:00",0.026,"2013-02-21 00:00",0.026,"2013-06-15 00:00",0.026,"2013-08-14 00:00","","","","",0.086,0.026,0.026,0.026,0.021,0.0195,0.0135,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88103",5,42.14175,-80.038611,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000981,0.001244,0.006,"2013-05-16 00:00",0.004,"2013-07-15 00:00",0.003,"2013-01-16 00:00",0.003,"2013-06-21 00:00","","","","",0.006,0.004,0.003,0.003,0.001,0.001,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88104",5,42.14175,-80.038611,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.01925,0.025387,0.151,"2013-05-22 00:00",0.111,"2013-07-15 00:00",0.046,"2013-07-27 00:00",0.044,"2013-05-16 00:00","","","","",0.151,0.111,0.046,0.035,0.023,0.0115,0.0065,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88107",5,42.14175,-80.038611,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007385,0.007302,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-08-20 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88109",5,42.14175,-80.038611,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.003543,0.001847,0.0084,"2013-06-15 00:00",0.0079,"2013-02-03 00:00",0.0062,"2013-09-07 00:00",0.006,"2013-01-28 00:00","","","","",0.0084,0.0079,0.0062,0.006,0.005,0.0032,0.00115,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88110",5,42.14175,-80.038611,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000942,0.002412,0.012,"2013-06-09 00:00",0.008,"2013-11-06 00:00",0.006,"2013-01-16 00:00",0.006,"2013-04-28 00:00","","","","",0.012,0.008,0.006,0.004,0,0,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88111",5,42.14175,-80.038611,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.025459,0.033001,0.173,"2013-05-28 00:00",0.138,"2013-05-22 00:00",0.0859,"2013-05-16 00:00",0.0791,"2013-04-28 00:00","","","","",0.173,0.138,0.0859,0.0549,0.0338,0.0141,0.0037,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88112",5,42.14175,-80.038611,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005346,0.01263,0.081,"2013-09-25 00:00",0.038,"2013-10-01 00:00",0.025,"2013-09-01 00:00",0.021,"2013-10-07 00:00","","","","",0.081,0.038,0.025,0.008,0.005,0.002,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88113",5,42.14175,-80.038611,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000697,0.000174,0.0016,"2013-07-15 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-04-16 00:00","","","","",0.0016,0.001,0.001,0.001,0.0007,0.00065,0.00055,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88114",5,42.14175,-80.038611,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.005163,0.006853,0.031,"2013-06-15 00:00",0.0275,"2013-02-27 00:00",0.0227,"2013-05-22 00:00",0.0201,"2013-05-28 00:00","","","","",0.031,0.0275,0.0227,0.0129,0.0049,0.003,0.0008,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88115",5,42.14175,-80.038611,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.007199,0.006045,0.025,"2013-01-04 00:00",0.0248,"2013-01-16 00:00",0.0216,"2013-01-28 00:00",0.021,"2013-05-04 00:00","","","","",0.025,0.0248,0.0216,0.015,0.0095,0.00405,0.00245,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88117",5,42.14175,-80.038611,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007804,0.011681,0.0435,"2013-01-10 00:00",0.0435,"2013-10-13 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88118",5,42.14175,-80.038611,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009327,0.006629,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00",0.023,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88126",5,42.14175,-80.038611,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.071994,0.053269,0.236,"2013-05-16 00:00",0.206,"2013-04-10 00:00",0.197,"2013-05-28 00:00",0.181,"2013-01-10 00:00","","","","",0.236,0.206,0.197,0.158,0.0879,0.0599,0.0173,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88128",5,42.14175,-80.038611,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001462,0.002733,0.015,"2013-06-09 00:00",0.009,"2013-09-07 00:00",0.006,"2013-05-04 00:00",0.006,"2013-10-01 00:00","","","","",0.015,0.009,0.006,0.004,0.002,0,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88131",5,42.14175,-80.038611,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.010067,0.004218,0.026,"2013-02-03 00:00",0.022,"2013-01-28 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-06-15 00:00","","","","",0.026,0.022,0.0165,0.0165,0.011,0.008,0.007,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88132",5,42.14175,-80.038611,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004269,0.005566,0.023,"2013-01-10 00:00",0.023,"2013-04-10 00:00",0.019,"2013-05-16 00:00",0.017,"2013-03-05 00:00","","","","",0.023,0.023,0.019,0.009,0.005,0.002,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88136",5,42.14175,-80.038611,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000904,0.001587,0.009,"2013-06-15 00:00",0.004,"2013-01-28 00:00",0.004,"2013-09-01 00:00",0.003,"2013-03-29 00:00","","","","",0.009,0.004,0.004,0.003,0.001,0,0,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88140",5,42.14175,-80.038611,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.007638,0.004589,0.033,"2013-03-17 00:00",0.02,"2013-09-13 00:00",0.016,"2013-01-16 00:00",0.0137,"2013-11-06 00:00","","","","",0.033,0.02,0.016,0.009,0.009,0.006,0.00475,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88152",5,42.14175,-80.038611,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005898,0.001749,0.008,"2013-02-15 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-28 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.00445,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88154",5,42.14175,-80.038611,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.001208,0.000759,0.0049,"2013-09-19 00:00",0.0043,"2013-09-07 00:00",0.002,"2013-05-22 00:00",0.0018,"2013-07-09 00:00","","","","",0.0049,0.0043,0.002,0.0013,0.0013,0.00125,0.00065,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88160",5,42.14175,-80.038611,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.014529,0.007094,0.043,"2013-01-22 00:00",0.033,"2013-09-07 00:00",0.029,"2013-06-27 00:00",0.028,"2013-04-28 00:00","","","","",0.043,0.033,0.029,0.023,0.018,0.01,0.01,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88161",5,42.14175,-80.038611,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",43,0.003399,0.002565,0.0132,"2013-05-16 00:00",0.0118,"2013-05-22 00:00",0.0102,"2013-05-28 00:00",0.0081,"2013-06-15 00:00","","","","",0.0132,0.0118,0.0102,0.0078,0.00265,0.0025,0.0021,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88164",5,42.14175,-80.038611,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001641,0.000339,0.003,"2013-01-16 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-10 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88165",5,42.14175,-80.038611,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.059146,0.067598,0.303,"2013-07-15 00:00",0.29,"2013-05-28 00:00",0.242,"2013-05-22 00:00",0.212,"2013-05-16 00:00","","","","",0.303,0.29,0.242,0.123,0.072,0.0411,0.006,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88166",5,42.14175,-80.038611,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007894,0.00439,0.019,"2013-06-15 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-07-27 00:00",0.0185,"2013-08-14 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88167",5,42.14175,-80.038611,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.008738,0.00512,0.0206,"2013-07-27 00:00",0.0183,"2013-05-16 00:00",0.0175,"2013-08-08 00:00",0.0172,"2013-09-07 00:00","","","","",0.0206,0.0183,0.0175,0.0152,0.0124,0.0083,0.00175,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88168",5,42.14175,-80.038611,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001325,0.000604,0.0048,"2013-05-04 00:00",0.0028,"2013-04-04 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-06-15 00:00","","","","",0.0048,0.0028,0.00175,0.00175,0.00155,0.00115,0.00085,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88169",5,42.14175,-80.038611,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.739654,0.546041,2.51,"2013-09-19 00:00",2.22,"2013-08-20 00:00",2.21,"2013-08-08 00:00",1.84,"2013-07-09 00:00","","","","",2.51,2.22,2.21,1.43,0.971,0.613,0.23,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88176",5,42.14175,-80.038611,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000989,0.000203,0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88180",5,42.14175,-80.038611,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.04272,0.02375,0.0979,"2013-05-28 00:00",0.0812,"2013-07-03 00:00",0.079,"2013-07-15 00:00",0.0781,"2013-05-16 00:00","","","","",0.0979,0.0812,0.079,0.0751,0.059,0.048,0.011,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88184",5,42.14175,-80.038611,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",38,0.031365,0.027528,0.17,"2013-03-17 00:00",0.116,"2013-02-21 00:00",0.066,"2013-07-27 00:00",0.064,"2013-05-04 00:00","","","","",0.17,0.116,0.066,0.06,0.033,0.02,0.0155,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88185",5,42.14175,-80.038611,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00331,0.003547,0.0116,"2013-09-07 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-06-15 00:00",0.0115,"2013-07-27 00:00","","","","",0.0116,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88301",5,42.14175,-80.038611,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.651683,0.5431,2.39,"2013-09-19 00:00",1.77,"2013-08-08 00:00",1.71,"2013-08-20 00:00",1.69,"2013-01-16 00:00","","","","",2.39,1.77,1.71,1.48,0.832,0.534,0.081,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88302",5,42.14175,-80.038611,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.178848,0.814252,5.93,"2013-04-16 00:00",0.162,"2013-06-21 00:00",0.151,"2013-09-01 00:00",0.15,"2013-05-04 00:00","","","","",5.93,0.162,0.151,0.14,0.09,0.06,0.024,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88303",5,42.14175,-80.038611,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",20,0.030733,0.020315,0.0691,"2013-06-15 00:00",0.064,"2013-04-16 00:00",0.063,"2013-10-07 00:00",0.062,"2013-06-09 00:00","","","","",0.0691,0.064,0.063,0.061,0.048,0.0301,0.007,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88306",5,42.14175,-80.038611,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.847396,0.833986,3.65,"2013-01-04 00:00",3.32,"2013-03-29 00:00",2.97,"2013-01-16 00:00",2.91,"2013-01-10 00:00","","","","",3.65,3.32,2.97,2.17,1,0.537,0.273,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88355",5,42.14175,-80.038611,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.960529,0.933947,4.15,"2013-07-21 00:00",3.4,"2013-06-21 00:00",3.38,"2013-07-15 00:00",3.33,"2013-07-27 00:00","","","","",4.15,3.4,3.38,3.12,2.75,1.87,0.646,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88357",5,42.14175,-80.038611,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.20449,0.10961,0.547,"2013-05-16 00:00",0.408,"2013-06-21 00:00",0.398,"2013-01-10 00:00",0.395,"2013-07-15 00:00","","","","",0.547,0.408,0.398,0.351,0.273,0.194,0.074,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88370",5,42.14175,-80.038611,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.723216,0.802894,3.91,"2013-07-21 00:00",3.08,"2013-07-15 00:00",3.01,"2013-06-21 00:00",2.8,"2013-07-27 00:00","","","","",3.91,3.08,3.01,2.75,2.33,1.62,0.609,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88374",5,42.14175,-80.038611,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.151118,0.109657,0.497,"2013-08-26 00:00",0.448,"2013-07-27 00:00",0.44,"2013-07-09 00:00",0.314,"2013-07-15 00:00","","","","",0.497,0.448,0.44,0.307,0.185,0.108,0.058,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88375",5,42.14175,-80.038611,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.468902,0.222369,0.858,"2013-07-21 00:00",0.814,"2013-07-15 00:00",0.81,"2013-06-21 00:00",0.803,"2013-10-01 00:00","","","","",0.858,0.814,0.81,0.797,0.69,0.471,0.179,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88376",5,42.14175,-80.038611,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.458196,0.23049,1.11,"2013-07-21 00:00",0.981,"2013-06-21 00:00",0.893,"2013-05-16 00:00",0.796,"2013-01-10 00:00","","","","",1.11,0.981,0.893,0.771,0.591,0.418,0.19,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88377",5,42.14175,-80.038611,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.353412,0.221476,1.31,"2013-07-21 00:00",0.732,"2013-08-20 00:00",0.695,"2013-06-21 00:00",0.667,"2013-07-15 00:00","","","","",1.31,0.732,0.695,0.608,0.482,0.329,0.102,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88378",5,42.14175,-80.038611,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.291961,0.156351,0.602,"2013-10-31 00:00",0.578,"2013-08-02 00:00",0.574,"2013-06-09 00:00",0.562,"2013-04-28 00:00","","","","",0.602,0.578,0.574,0.514,0.415,0.295,0.085,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88380",5,42.14175,-80.038611,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.44149,0.248787,1.1,"2013-08-08 00:00",0.887,"2013-05-16 00:00",0.829,"2013-10-01 00:00",0.803,"2013-06-21 00:00","","","","",1.1,0.887,0.829,0.768,0.63,0.377,0.119,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88383",5,42.14175,-80.038611,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.680118,0.358883,1.37,"2013-08-08 00:00",1.29,"2013-01-28 00:00",1.19,"2013-10-31 00:00",1.18,"2013-05-16 00:00","","","","",1.37,1.29,1.19,1.15,1.03,0.633,0.191,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88384",5,42.14175,-80.038611,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.053539,0.019122,0.115,"2013-05-16 00:00",0.103,"2013-08-08 00:00",0.0891,"2013-06-03 00:00",0.0816,"2013-08-26 00:00","","","","",0.115,0.103,0.0891,0.0749,0.0627,0.0511,0.0317,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88385",5,42.14175,-80.038611,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88388",5,42.14175,-80.038611,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.529078,0.29754,1.14,"2013-08-08 00:00",1.11,"2013-01-28 00:00",1.02,"2013-10-31 00:00",1,"2013-07-27 00:00","","","","",1.14,1.11,1.02,0.938,0.793,0.484,0.175,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88403",5,42.14175,-80.038611,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.016327,1.526031,7.69,"2013-09-19 00:00",5.75,"2013-08-08 00:00",5.54,"2013-08-20 00:00",5.08,"2013-07-09 00:00","","","","",7.69,5.75,5.54,4.05,2.46,1.72,0.557,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","049","0003","88502",5,42.14175,-80.038611,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.946154,4.283871,17.5,"2013-08-20 00:00",17.1,"2013-09-19 00:00",16.5,"2013-08-08 00:00",16.4,"2013-07-09 00:00","","","","",17.5,17.1,16.5,14.4,12.6,9.1,3.1,"","10TH AND MARNE STREETS","Pennsylvania","Erie","Erie","Erie, PA","2014-02-14" +"42","055","0001","44201",1,39.961111,-77.475556,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7581,99,211,214,0,435,0,0,"Certification not required",1,0.052896,0.010327,0.08,"2013-06-21 19:00",0.079,"2013-06-05 17:00",0.076,"2013-08-20 21:00",0.076,"2013-08-21 00:00","","","","",0.076,0.074,0.07,0.065,0.06,0.054,0.044,"HIGH ELEVATION OZONE SITE","FOREST ROAD - METHODIST HILL","Pennsylvania","Franklin","","Chambersburg, PA","2014-02-19" +"42","055","0001","44201",1,39.961111,-77.475556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7559,98,209,214,0,0,0,0,"Certification not required",0,0.049134,0.010109,0.075,"2013-08-20 21:00",0.073,"2013-06-05 14:00",0.071,"2013-04-27 14:00",0.071,"2013-08-21 00:00","","","","",0.071,0.07,0.065,0.061,0.056,0.051,0.041,"HIGH ELEVATION OZONE SITE","FOREST ROAD - METHODIST HILL","Pennsylvania","Franklin","","Chambersburg, PA","2014-02-19" +"42","055","0001","44201",1,39.961111,-77.475556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7559,98,209,214,0,0,0,0,"Certification not required",0,0.049134,0.010109,0.075,"2013-08-20 21:00",0.073,"2013-06-05 14:00",0.071,"2013-04-27 14:00",0.071,"2013-08-21 00:00","","","","",0.071,0.07,0.065,0.061,0.056,0.051,0.041,"HIGH ELEVATION OZONE SITE","FOREST ROAD - METHODIST HILL","Pennsylvania","Franklin","","Chambersburg, PA","2014-02-19" +"42","055","0002","14129",1,40.059828,-77.710608,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.009822,0.000834,0.014,"2013-04-04 00:00",0.011,"2013-04-16 00:00",0.011,"2013-05-28 00:00",0.01,"2013-01-04 00:00","","","","",0.014,0.014,0.011,0.01,0.01,0.01,0.009,"","9716 Upper Strasburg Rd","Pennsylvania","Franklin","","Chambersburg, PA","2013-12-12" +"42","055","0002","68105",1,40.059828,-77.710608,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",42,69,42,61,0,0,"","","Certification not required",0,18.192857,9.633969,30.3,"2013-07-15 00:00",28.9,"2013-07-03 00:00",28.7,"2013-07-21 00:00",28.1,"2013-09-01 00:00","","","","",30.3,30.3,28.7,27.7,25.9,21.6,4.8,"","9716 Upper Strasburg Rd","Pennsylvania","Franklin","","Chambersburg, PA","2013-12-19" +"42","055","0002","68108",1,40.059828,-77.710608,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",42,69,42,61,0,0,"","","Certification not required",0,742.309524,4.210834,752,"2013-04-22 00:00",749,"2013-07-15 00:00",747,"2013-04-04 00:00",747,"2013-04-28 00:00","","","","",752,752,747,747,744,744,737,"","9716 Upper Strasburg Rd","Pennsylvania","Franklin","","Chambersburg, PA","2013-12-19" +"42","059","0002","42401",1,39.80933,-80.26567,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7281,83,303,365,0,735,0,"","Certification not required",0,2.742574,3.93655,35,"2013-08-29 06:00",27,"2013-03-13 00:00",20,"2013-09-26 10:00",16,"2013-02-13 06:00","","","","",16,15,8,6,4,2,0,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","42401",1,39.80933,-80.26567,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7281,83,303,365,0,735,"","","Certification not required",0,0.587694,1.446683,35,"2013-08-29 06:00",27,"2013-03-13 00:00",20,"2013-09-26 10:00",16,"2013-02-13 06:00","","","","",6,5,3,2,1,0,0,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","42401",1,39.80933,-80.26567,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",303,83,303,365,0,0,0,"","Certification not required",0,0.588119,0.89605,6.2,"2013-10-11 00:00",5.1,"2013-10-08 00:00",3.8,"2013-10-12 00:00",3.7,"2013-09-24 00:00","","","","",3.7,3.3,2.3,1.9,0.9,0.2,0,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","42401",1,39.80933,-80.26567,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2416,83,303,365,0,0,"",0,"Certification not required",0,0.5762,1.256289,19.3,"2013-08-29 08:00",11.6,"2013-09-26 11:00",11.3,"2013-10-11 20:00",10.3,"2013-10-08 23:00","","","","",6,4.3,2.6,2,0.6,0,0,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","42401",2,39.80933,-80.26567,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",85743,82,302,365,0,10449,"","","Certification not required",0,0.608668,1.527619,41,"2013-03-13 00:10",41,"2013-03-13 00:20",40,"2013-03-13 00:15",40,"2013-08-29 06:30","","","","",6,5,3,2,1,0,0,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","44201",1,39.80933,-80.26567,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7462,96,206,214,0,554,0,0,"Certification not required",37,0.048102,0.010439,0.082,"2013-06-21 13:00",0.08,"2013-05-15 15:00",0.071,"2013-06-20 20:00",0.069,"2013-05-17 14:00","","","","",0.071,0.068,0.066,0.061,0.056,0.05,0.043,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","44201",1,39.80933,-80.26567,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7447,96,205,214,0,0,0,0,"Certification not required",0,0.043449,0.010582,0.078,"2013-05-15 11:00",0.076,"2013-06-21 11:00",0.067,"2013-05-17 13:00",0.066,"2013-03-30 15:00","","","","",0.067,0.066,0.061,0.058,0.052,0.046,0.039,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","059","0002","44201",1,39.80933,-80.26567,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7447,96,205,214,0,0,2,2,"Certification not required",0,0.043449,0.010582,0.078,"2013-05-15 11:00",0.076,"2013-06-21 11:00",0.067,"2013-05-17 13:00",0.066,"2013-03-30 15:00","","","","",0.067,0.066,0.061,0.058,0.052,0.046,0.039,"75 KM SSW OF PITTSBURGH RURAL SITE ON A KNOLL WITHIN A LARGE CLEARIN","4.8 KM SE OF HOLBROOK","Pennsylvania","Greene","","","2014-02-19" +"42","063","0004","42401",1,40.56333,-78.919972,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7327,84,304,365,0,689,2,"","Certification not required",0,13.286184,15.673031,107,"2013-10-30 11:00",81,"2013-10-28 14:00",72,"2013-09-07 12:00",66,"2013-03-21 21:00","","","","",66,58,43,37,18,7,1,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","42401",1,40.56333,-78.919972,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7327,84,304,365,0,689,"","","Certification not required",0,2.649243,6.314366,107,"2013-10-30 11:00",81,"2013-10-28 14:00",73,"2013-10-28 13:00",72,"2013-09-07 12:00","","","","",33,24,13,6,2,1,0,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","42401",1,40.56333,-78.919972,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",304,83,304,365,0,0,0,"","Certification not required",0,2.609539,3.069225,17.6,"2013-01-04 00:00",16.1,"2013-10-30 00:00",14.1,"2013-10-25 00:00",13.9,"2013-10-02 00:00","","","","",13.9,12.3,9.2,6.5,3.8,1.5,0.1,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","42401",1,40.56333,-78.919972,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2435,83,304,365,0,0,"",0,"Certification not required",0,2.606242,5.366899,56,"2013-10-28 14:00",56,"2013-10-30 14:00",52.6,"2013-10-30 11:00",50.6,"2013-03-21 23:00","","","","",27.3,21.6,12,6.6,2.6,1,0,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","42401",2,40.56333,-78.919972,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",84625,81,298,365,0,11567,"","","Certification not required",0,2.693058,7.084316,377,"2013-10-30 11:00",275,"2013-10-30 11:05",198,"2013-10-30 11:10",174,"2013-10-30 10:55","","","","",36,26,13,6,2,0,0,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","44201",1,40.56333,-78.919972,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7694,94,202,214,0,322,0,0,"Certification not required",11,0.051307,0.011978,0.099,"2013-06-21 17:00",0.083,"2013-05-15 17:00",0.081,"2013-06-24 13:00",0.079,"2013-08-20 15:00","","","","",0.081,0.076,0.07,0.067,0.06,0.051,0.043,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","44201",1,40.56333,-78.919972,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7686,93,199,214,0,0,1,1,"Certification not required",0,0.046201,0.011592,0.093,"2013-06-21 11:00",0.078,"2013-05-15 13:00",0.072,"2013-05-17 13:00",0.072,"2013-06-24 10:00","","","","",0.078,0.072,0.066,0.061,0.054,0.046,0.039,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0004","44201",1,40.56333,-78.919972,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7686,93,199,214,0,0,2,2,"Certification not required",0,0.046201,0.011592,0.093,"2013-06-21 11:00",0.078,"2013-05-15 13:00",0.072,"2013-05-17 13:00",0.072,"2013-06-24 10:00","","","","",0.078,0.072,0.066,0.061,0.054,0.046,0.039,"","PA. DEPT. OF TRANSPORTATION - RT.403 - Strongstown","Pennsylvania","Indiana","","Indiana, PA","2014-02-19" +"42","063","0005","14129",1,40.652511,-79.292769,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,0,0,"Certification not required",0,0.010175,0.000636,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-22 00:00","","","","",0.012,0.012,0.012,0.012,0.01,0.01,0.01,"","182 South Ridge Drive","Pennsylvania","Indiana","","Indiana, PA","2013-12-12" +"42","063","0005","68105",1,40.652511,-79.292769,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",41,67,41,61,0,0,"","","Certification not required",0,12.495122,10.321699,25.6,"2013-07-15 00:00",24.3,"2013-07-03 00:00",23.3,"2013-08-08 00:00",23.3,"2013-09-01 00:00","","","","",25.6,25.6,23.3,23.2,20.2,16.3,-1.9,"","182 South Ridge Drive","Pennsylvania","Indiana","","Indiana, PA","2013-12-19" +"42","063","0005","68108",1,40.652511,-79.292769,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",36,59,36,61,0,0,"","","Certification not required",0,736.527778,4.443204,747,"2013-04-22 00:00",744,"2013-02-09 00:00",742,"2013-02-21 00:00",742,"2013-03-29 00:00","","","","",747,747,744,742,739,737,732,"","182 South Ridge Drive","Pennsylvania","Indiana","","Indiana, PA","2013-12-19" +"42","069","0101","44201",1,41.479116,-75.578186,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7773,98,210,214,0,243,0,0,"Certification not required",659,0.049405,0.010815,0.078,"2013-05-31 17:00",0.074,"2013-07-19 15:00",0.074,"2013-08-22 12:00",0.073,"2013-04-28 10:00","","","","",0.074,0.071,0.068,0.064,0.056,0.051,0.041,"A420690101LAT/LON POINT IS AT CORNER OF TRAILER","WILSON FIRE CO. ERIE & PLEASANT","Pennsylvania","Lackawanna","Blakely","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","0101","44201",1,41.479116,-75.578186,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7710,98,209,214,0,0,0,0,"Certification not required",0,0.044612,0.01047,0.071,"2013-04-28 10:00",0.069,"2013-05-01 11:00",0.069,"2013-05-31 11:00",0.067,"2013-05-30 10:00","","","","",0.069,0.065,0.062,0.059,0.051,0.046,0.037,"A420690101LAT/LON POINT IS AT CORNER OF TRAILER","WILSON FIRE CO. ERIE & PLEASANT","Pennsylvania","Lackawanna","Blakely","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","0101","44201",1,41.479116,-75.578186,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7710,98,209,214,0,0,0,0,"Certification not required",0,0.044612,0.01047,0.071,"2013-04-28 10:00",0.069,"2013-05-01 11:00",0.069,"2013-05-31 11:00",0.067,"2013-05-30 10:00","","","","",0.069,0.065,0.062,0.059,0.051,0.046,0.037,"A420690101LAT/LON POINT IS AT CORNER OF TRAILER","WILSON FIRE CO. ERIE & PLEASANT","Pennsylvania","Lackawanna","Blakely","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","42101",1,41.442778,-75.623056,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7854,90,326,365,0,162,0,0,"Certification not required",7728,0.255819,0.053252,2.6,"2013-08-26 11:00",1.1,"2013-01-09 08:00",1.1,"2013-02-15 07:00",0.9,"2013-01-08 08:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","42101",1,41.442778,-75.623056,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7849,90,325,365,0,0,0,0,"Certification not required",0,0.303465,0.026099,0.7,"2013-01-09 13:00",0.7,"2013-01-09 14:00",0.6,"2013-01-08 09:00",0.6,"2013-01-08 10:00",0.7,"2013-01-09 13:00",0.6,"2013-01-08 09:00",0.4,0.4,0.3,0.3,0.3,0.3,0.3,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","42601",1,41.442778,-75.623056,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7767,89,322,365,0,249,"","","Certification not required",0,2.321746,7.54102,109,"2013-11-15 08:00",105,"2013-01-08 08:00",92,"2013-10-28 07:00",91,"2013-02-13 06:00","","","","",42,27,13,5,1,0,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","42602",1,41.442778,-75.623056,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7760,89,321,365,0,256,0,"","Certification not required",0,17.46729,9.631314,44,"2013-02-07 21:00",42,"2013-04-25 23:00",41,"2013-11-15 19:00",40,"2013-01-08 20:00","","","","",40,38,36,32,24,15,7,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","42602",1,41.442778,-75.623056,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7760,89,321,365,0,256,"","","Certification not required",0,7.609536,7.272971,44,"2013-02-07 21:00",42,"2013-04-25 23:00",41,"2013-11-15 19:00",40,"2013-01-08 20:00","","","","",34,31,24,18,9,5,2,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","42603",1,41.442778,-75.623056,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7760,89,321,365,0,256,"","","Certification not required",0,10.034278,13.358235,143,"2013-01-08 08:00",137,"2013-11-15 08:00",125,"2013-02-13 06:00",122,"2013-02-13 08:00","","","","",69,54,37,24,11,6,2,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","44201",1,41.442778,-75.623056,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7831,100,213,214,0,185,0,0,"Certification not required",791,0.047869,0.011013,0.078,"2013-09-11 12:00",0.076,"2013-05-31 17:00",0.074,"2013-07-19 15:00",0.072,"2013-08-21 17:00","","","","",0.074,0.071,0.067,0.063,0.055,0.048,0.039,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","44201",1,41.442778,-75.623056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7825,100,213,214,0,0,0,0,"Certification not required",0,0.042864,0.010614,0.07,"2013-05-31 14:00",0.068,"2013-04-28 10:00",0.066,"2013-07-19 11:00",0.066,"2013-09-11 10:00","","","","",0.066,0.065,0.061,0.057,0.051,0.044,0.036,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","44201",1,41.442778,-75.623056,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7825,100,213,214,0,0,0,0,"Certification not required",0,0.042864,0.010614,0.07,"2013-05-31 14:00",0.068,"2013-04-28 10:00",0.066,"2013-07-19 11:00",0.066,"2013-09-11 10:00","","","","",0.066,0.065,0.061,0.057,0.051,0.044,0.036,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","68103",5,41.442778,-75.623056,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,5.846154,8.732528,20.7,"2013-07-03 00:00",19.4,"2013-07-15 00:00",18.4,"2013-09-01 00:00",18.1,"2013-08-26 00:00","","","","",20.7,19.4,18.4,17,12.7,7.9,-6.6,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","68104",5,41.442778,-75.623056,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.884615,11.075328,34.3,"2013-07-15 00:00",32.6,"2013-07-21 00:00",31.5,"2013-05-22 00:00",30.3,"2013-07-09 00:00","","","","",34.3,32.6,31.5,29.4,27.3,22.7,0.8,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","68105",5,41.442778,-75.623056,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.788462,9.727556,26.5,"2013-07-15 00:00",24.8,"2013-07-21 00:00",24.5,"2013-05-22 00:00",23.9,"2013-07-03 00:00","","","","",26.5,24.8,24.5,23.4,20.1,15,-2.3,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","68106",5,41.442778,-75.623056,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,735.403846,4.512552,746,"2013-04-22 00:00",745,"2013-07-15 00:00",744,"2013-06-21 00:00",744,"2013-10-13 00:00","","","","",746,745,744,741,738,735,730,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","68107",5,41.442778,-75.623056,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,740.769231,4.336871,751,"2013-04-22 00:00",749,"2013-01-10 00:00",749,"2013-11-06 00:00",748,"2013-10-13 00:00","","","","",751,749,749,747,744,740,736,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","68108",5,41.442778,-75.623056,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,738,4.374615,748,"2013-04-22 00:00",747,"2013-01-10 00:00",746,"2013-07-15 00:00",746,"2013-10-13 00:00","","","","",748,747,746,744,740,738,733,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88101",3,41.442778,-75.623056,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7650,87,325,365,0,366,"","","Certification not required",0,8.722353,6.095346,114.5,"2013-08-17 22:00",82.5,"2013-05-06 03:00",70.9,"2013-05-30 21:00",68.1,"2013-07-04 03:00","","","","",28.5,24.8,19.6,16.4,11.4,7.5,2.5,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","88101",3,41.442778,-75.623056,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,0,0,0,"Certification not required",0,8.671835,4.384228,29.4,"2013-01-09 00:00",26.1,"2013-10-31 00:00",23,"2013-01-08 00:00",22.8,"2013-09-11 00:00","","","","",22.8,20.6,17.3,14.5,11,7.6,4,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","88101",3,41.442778,-75.623056,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,0,"","","Certification not required",0,8.671835,4.384228,29.4,"2013-01-09 00:00",26.1,"2013-10-31 00:00",23,"2013-01-08 00:00",22.8,"2013-09-11 00:00","","","","",22.8,20.6,17.3,14.5,11,7.6,4,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","069","2006","88102",5,41.442778,-75.623056,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.020452,0.008874,0.057,"2013-06-27 00:00",0.047,"2013-11-06 00:00",0.043,"2013-10-25 00:00",0.033,"2013-09-13 00:00","","","","",0.057,0.047,0.043,0.026,0.021,0.021,0.0135,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88103",5,41.442778,-75.623056,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000788,0.000957,0.004,"2013-06-15 00:00",0.003,"2013-06-09 00:00",0.003,"2013-10-31 00:00",0.002,"2013-01-16 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0.001,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88104",5,41.442778,-75.623056,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",22,0.032481,0.051421,0.305,"2013-05-16 00:00",0.184,"2013-07-03 00:00",0.156,"2013-07-15 00:00",0.11,"2013-03-05 00:00","","","","",0.305,0.184,0.156,0.05,0.036,0.017,0.0065,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88107",5,41.442778,-75.623056,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.007685,0.007465,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.018,0.0055,0.005,0.00385,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88109",5,41.442778,-75.623056,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.003099,0.00203,0.0089,"2013-01-28 00:00",0.0086,"2013-10-31 00:00",0.0064,"2013-01-22 00:00",0.0063,"2013-03-11 00:00","","","","",0.0089,0.0086,0.0064,0.0061,0.0041,0.0029,0.00065,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88110",5,41.442778,-75.623056,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001808,0.004073,0.019,"2013-06-27 00:00",0.012,"2013-03-17 00:00",0.012,"2013-03-29 00:00",0.009,"2013-04-28 00:00","","","","",0.019,0.012,0.012,0.009,0,0,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88111",5,41.442778,-75.623056,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.017357,0.017527,0.104,"2013-05-16 00:00",0.0532,"2013-07-15 00:00",0.0495,"2013-02-27 00:00",0.0444,"2013-01-22 00:00","","","","",0.104,0.0532,0.0495,0.0342,0.0239,0.0125,0.0037,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88112",5,41.442778,-75.623056,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003577,0.007204,0.037,"2013-10-13 00:00",0.027,"2013-09-25 00:00",0.027,"2013-10-07 00:00",0.014,"2013-10-01 00:00","","","","",0.037,0.027,0.027,0.005,0.003,0.002,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88113",5,41.442778,-75.623056,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000691,0.000201,0.0018,"2013-06-15 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.0018,0.001,0.001,0.001,0.0007,0.00065,0.00055,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88114",5,41.442778,-75.623056,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.001751,0.001586,0.0087,"2013-07-03 00:00",0.0067,"2013-01-28 00:00",0.0049,"2013-10-01 00:00",0.0048,"2013-09-19 00:00","","","","",0.0087,0.0067,0.0049,0.0038,0.0017,0.00125,0.00065,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88115",5,41.442778,-75.623056,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.019693,0.055652,0.37,"2013-01-28 00:00",0.156,"2013-01-22 00:00",0.082,"2013-02-15 00:00",0.0605,"2013-03-11 00:00","","","","",0.37,0.156,0.082,0.0447,0.008,0.0054,0.00385,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88117",5,41.442778,-75.623056,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007622,0.011735,0.0435,"2013-03-17 00:00",0.0435,"2013-05-16 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-23 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88118",5,41.442778,-75.623056,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.010641,0.00689,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88126",5,41.442778,-75.623056,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.051388,0.032895,0.198,"2013-05-16 00:00",0.149,"2013-07-15 00:00",0.12,"2013-07-03 00:00",0.0934,"2013-09-25 00:00","","","","",0.198,0.149,0.12,0.0827,0.0563,0.0484,0.0195,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88128",5,41.442778,-75.623056,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002115,0.003306,0.019,"2013-07-21 00:00",0.009,"2013-01-28 00:00",0.008,"2013-06-15 00:00",0.007,"2013-10-19 00:00","","","","",0.019,0.009,0.008,0.006,0.003,0.001,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88131",5,41.442778,-75.623056,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.009923,0.003206,0.0165,"2013-01-16 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-07-27 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88132",5,41.442778,-75.623056,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000808,0.000886,0.004,"2013-05-16 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-17 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0.001,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88136",5,41.442778,-75.623056,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000154,0.000415,0.002,"2013-03-05 00:00",0.001,"2013-01-04 00:00",0.001,"2013-04-16 00:00",0.001,"2013-07-21 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88140",5,41.442778,-75.623056,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.009455,0.009938,0.062,"2013-05-16 00:00",0.043,"2013-03-11 00:00",0.03,"2013-01-22 00:00",0.0254,"2013-07-27 00:00","","","","",0.062,0.043,0.03,0.009,0.009,0.006,0.0055,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88152",5,41.442778,-75.623056,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00587,0.003842,0.031,"2013-01-28 00:00",0.008,"2013-02-09 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-09 00:00","","","","",0.031,0.008,0.008,0.008,0.0055,0.005,0.0045,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88154",5,41.442778,-75.623056,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001066,0.00024,0.0013,"2013-03-05 00:00",0.0013,"2013-03-11 00:00",0.0013,"2013-03-29 00:00",0.0013,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88160",5,41.442778,-75.623056,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.013077,0.004777,0.036,"2013-02-27 00:00",0.018,"2013-01-16 00:00",0.018,"2013-02-03 00:00",0.018,"2013-04-22 00:00","","","","",0.036,0.018,0.018,0.018,0.016,0.01,0.01,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88161",5,41.442778,-75.623056,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.003049,0.002411,0.0155,"2013-05-16 00:00",0.0114,"2013-07-15 00:00",0.0083,"2013-07-03 00:00",0.0064,"2013-04-04 00:00","","","","",0.0155,0.0114,0.0083,0.0047,0.00265,0.0025,0.0021,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88164",5,41.442778,-75.623056,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001551,0.000247,0.0019,"2013-02-09 00:00",0.0019,"2013-04-28 00:00",0.0019,"2013-06-09 00:00",0.0019,"2013-06-27 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88165",5,41.442778,-75.623056,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.084056,0.093337,0.518,"2013-05-16 00:00",0.429,"2013-07-15 00:00",0.329,"2013-07-03 00:00",0.178,"2013-09-25 00:00","","","","",0.518,0.429,0.329,0.13,0.093,0.06,0.026,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88166",5,41.442778,-75.623056,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007592,0.004185,0.0185,"2013-01-16 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-07-27 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88167",5,41.442778,-75.623056,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",10,0.006855,0.006379,0.041,"2013-01-28 00:00",0.0202,"2013-02-03 00:00",0.0171,"2013-02-15 00:00",0.0171,"2013-10-31 00:00","","","","",0.041,0.0202,0.0171,0.0126,0.008,0.0056,0.00175,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88168",5,41.442778,-75.623056,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001424,0.001228,0.0091,"2013-06-09 00:00",0.0047,"2013-02-09 00:00",0.0021,"2013-06-15 00:00",0.00175,"2013-01-16 00:00","","","","",0.0091,0.0047,0.0021,0.00175,0.00155,0.00115,0.00085,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88169",5,41.442778,-75.623056,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.733846,0.401445,1.96,"2013-09-01 00:00",1.61,"2013-01-28 00:00",1.57,"2013-07-09 00:00",1.49,"2013-10-31 00:00","","","","",1.96,1.61,1.57,1.17,1,0.605,0.272,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88176",5,41.442778,-75.623056,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000969,0.000249,0.0019,"2013-06-21 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-03 00:00","","","","",0.0019,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88180",5,41.442778,-75.623056,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.055733,0.045502,0.299,"2013-07-03 00:00",0.188,"2013-01-28 00:00",0.105,"2013-06-15 00:00",0.104,"2013-02-15 00:00","","","","",0.299,0.188,0.105,0.0886,0.061,0.05,0.0211,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88184",5,41.442778,-75.623056,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.065038,0.087204,0.441,"2013-03-11 00:00",0.315,"2013-04-16 00:00",0.302,"2013-01-28 00:00",0.282,"2013-01-22 00:00","","","","",0.441,0.315,0.302,0.133,0.073,0.027,0.0155,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88185",5,41.442778,-75.623056,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.003136,0.003297,0.0115,"2013-01-16 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-07-27 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88301",5,41.442778,-75.623056,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.605115,0.514287,2.16,"2013-01-28 00:00",2.14,"2013-10-31 00:00",1.88,"2013-02-03 00:00",1.85,"2013-02-15 00:00","","","","",2.16,2.14,1.88,1.36,0.717,0.541,0.161,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88302",5,41.442778,-75.623056,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.087152,0.084956,0.48,"2013-03-11 00:00",0.298,"2013-04-16 00:00",0.29,"2013-01-22 00:00",0.234,"2013-01-28 00:00","","","","",0.48,0.298,0.29,0.175,0.103,0.058,0.022,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88303",5,41.442778,-75.623056,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.039735,0.035952,0.24,"2013-07-03 00:00",0.088,"2013-01-28 00:00",0.085,"2013-05-16 00:00",0.082,"2013-08-26 00:00","","","","",0.24,0.088,0.085,0.077,0.0502,0.034,0.012,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88306",5,41.442778,-75.623056,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.895642,1.027129,4.62,"2013-01-28 00:00",3.98,"2013-10-31 00:00",3.92,"2013-02-03 00:00",3.84,"2013-02-15 00:00","","","","",4.62,3.98,3.92,1.55,0.883,0.525,0.255,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88355",5,41.442778,-75.623056,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,1.808674,0.786996,3.74,"2013-10-31 00:00",3.29,"2013-07-21 00:00",3.02,"2013-05-22 00:00",3.01,"2013-01-28 00:00","","","","",3.74,3.74,3.02,3.01,2.3,1.86,0.879,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88357",5,41.442778,-75.623056,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.263109,0.131105,0.713,"2013-10-31 00:00",0.543,"2013-09-19 00:00",0.463,"2013-01-28 00:00",0.443,"2013-02-15 00:00","","","","",0.713,0.713,0.463,0.428,0.325,0.26,0.119,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88370",5,41.442778,-75.623056,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,1.602804,0.672474,3.24,"2013-10-31 00:00",3.14,"2013-07-21 00:00",2.54,"2013-05-22 00:00",2.5,"2013-07-09 00:00","","","","",3.24,3.24,2.54,2.5,1.99,1.7,0.805,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88374",5,41.442778,-75.623056,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",1,0.139109,0.09538,0.431,"2013-07-27 00:00",0.322,"2013-07-09 00:00",0.318,"2013-07-21 00:00",0.309,"2013-10-31 00:00","","","","",0.431,0.431,0.318,0.279,0.208,0.115,0.049,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88375",5,41.442778,-75.623056,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.41837,0.18771,0.888,"2013-05-22 00:00",0.802,"2013-10-31 00:00",0.775,"2013-08-20 00:00",0.717,"2013-07-09 00:00","","","","",0.888,0.888,0.775,0.698,0.545,0.4,0.198,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88376",5,41.442778,-75.623056,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.435543,0.208547,1.08,"2013-07-21 00:00",0.904,"2013-03-11 00:00",0.865,"2013-10-31 00:00",0.754,"2013-05-28 00:00","","","","",1.08,1.08,0.865,0.712,0.546,0.434,0.198,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88377",5,41.442778,-75.623056,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.310913,0.152815,0.717,"2013-10-31 00:00",0.709,"2013-02-03 00:00",0.664,"2013-03-11 00:00",0.638,"2013-01-28 00:00","","","","",0.717,0.717,0.664,0.482,0.353,0.299,0.153,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88378",5,41.442778,-75.623056,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.298348,0.146266,0.615,"2013-07-21 00:00",0.576,"2013-08-20 00:00",0.569,"2013-07-09 00:00",0.549,"2013-10-31 00:00","","","","",0.615,0.615,0.569,0.534,0.404,0.26,0.132,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88380",5,41.442778,-75.623056,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.4705,0.254622,1.22,"2013-10-31 00:00",0.999,"2013-01-28 00:00",0.959,"2013-10-01 00:00",0.88,"2013-05-22 00:00","","","","",1.22,1.22,0.959,0.872,0.609,0.451,0.172,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88383",5,41.442778,-75.623056,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.711152,0.345055,1.73,"2013-10-31 00:00",1.32,"2013-01-28 00:00",1.32,"2013-05-22 00:00",1.31,"2013-08-20 00:00","","","","",1.73,1.73,1.32,1.16,0.927,0.716,0.307,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88384",5,41.442778,-75.623056,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.057302,0.024237,0.13,"2013-05-16 00:00",0.109,"2013-08-20 00:00",0.0936,"2013-06-09 00:00",0.0933,"2013-07-21 00:00","","","","",0.13,0.13,0.0936,0.0881,0.071,0.0516,0.0312,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88385",5,41.442778,-75.623056,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",44,0.001153,0.000727,0.00464,"2013-10-13 00:00",0.00441,"2013-10-19 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00464,0.00464,0.001,0.001,0.001,0.001,0.001,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88388",5,41.442778,-75.623056,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,6,"","","Certification not required",0,0.505391,0.262152,1.09,"2013-08-20 00:00",1.05,"2013-10-31 00:00",0.974,"2013-05-22 00:00",0.891,"2013-01-28 00:00","","","","",1.09,1.09,0.974,0.887,0.694,0.487,0.226,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88403",5,41.442778,-75.623056,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.826904,1.010977,5.11,"2013-09-01 00:00",4.06,"2013-10-31 00:00",3.87,"2013-01-28 00:00",3.87,"2013-07-09 00:00","","","","",5.11,4.06,3.87,3,2.41,1.53,0.698,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","069","2006","88502",5,41.442778,-75.623056,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.221569,4.211475,23.9,"2013-01-28 00:00",19.6,"2013-10-31 00:00",16.5,"2013-09-01 00:00",15.2,"2013-02-03 00:00","","","","",23.9,19.6,16.5,13.8,11.5,8.5,5.1,"A420692006LAT/LON POINT IS AT CORNER OF TRAILER","GEORGE ST TROOP AND CITY OF SCRANTON","Pennsylvania","Lackawanna","Scranton","Scranton--Wilkes-Barre, PA","2014-02-14" +"42","071","0007","42601",1,40.046667,-76.283333,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7603,87,317,365,0,413,"","","Certification not required",0,4.025122,10.516122,168,"2013-01-09 08:00",159,"2013-10-29 06:00",150,"2013-01-09 07:00",143,"2013-11-15 07:00","","","","",49,35,18,8,4,1,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","42602",1,40.046667,-76.283333,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7603,87,317,365,0,413,0,"","Certification not required",0,18.018927,7.744309,39,"2013-03-09 20:00",39,"2013-11-15 17:00",36,"2013-04-26 21:00",35,"2013-03-15 06:00","","","","",35,34,32,29,23,18,8,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","42602",1,40.046667,-76.283333,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7603,87,317,365,0,413,"","","Certification not required",0,8.320794,6.421245,39,"2013-03-09 20:00",39,"2013-11-15 17:00",38,"2013-11-15 16:00",38,"2013-11-15 18:00","","","","",29,26,22,18,11,6,2,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","42603",1,40.046667,-76.283333,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7603,87,317,365,0,413,"","","Certification not required",0,12.699329,14.880046,192,"2013-01-09 08:00",181,"2013-10-29 06:00",174,"2013-01-09 07:00",170,"2013-11-15 07:00","","","","",74,58,39,26,14,8,3,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","44201",1,40.046667,-76.283333,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7983,99,212,214,0,33,0,0,"Certification not required",980,0.05084,0.012087,0.099,"2013-05-31 15:00",0.076,"2013-06-01 16:00",0.075,"2013-07-17 17:00",0.074,"2013-06-21 14:00","","","","",0.075,0.073,0.069,0.066,0.059,0.053,0.04,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","44201",1,40.046667,-76.283333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7964,99,212,214,0,0,0,0,"Certification not required",0,0.044943,0.011146,0.077,"2013-05-31 10:00",0.069,"2013-07-17 11:00",0.067,"2013-06-21 11:00",0.066,"2013-04-28 09:00","","","","",0.067,0.065,0.061,0.059,0.053,0.046,0.036,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","44201",1,40.046667,-76.283333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7964,99,212,214,0,0,1,1,"Certification not required",0,0.044943,0.011146,0.077,"2013-05-31 10:00",0.069,"2013-07-17 11:00",0.067,"2013-06-21 11:00",0.066,"2013-04-28 09:00","","","","",0.067,0.065,0.061,0.059,0.053,0.046,0.036,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","68101",1,40.046667,-76.283333,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",272,100,45,61,0,0,"","","Certification not required",144,0.177206,0.159087,0.6,"2013-07-01 00:00",0.6,"2013-07-10 00:00",0.6,"2013-07-23 00:00",0.5,"2013-04-27 00:00","","","","",0.6,0.5,0.5,0.4,0.3,0.05,0.05,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68101",2,40.046667,-76.283333,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",43,70,43,61,0,0,"","","Certification not required",34,0.083721,0.074579,0.3,"2013-01-22 00:00",0.3,"2013-03-23 00:00",0.3,"2013-09-25 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.3,0.2,0.05,0.05,0.05,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68102",1,40.046667,-76.283333,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",272,100,45,61,0,0,"","","Certification not required",0,23.994118,0.032746,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68102",2,40.046667,-76.283333,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",43,70,43,61,0,0,"","","Certification not required",0,23.983721,0.065211,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68103",1,40.046667,-76.283333,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",272,100,45,61,0,0,"","","Certification not required",0,8.9375,9.187581,24.4,"2013-07-19 00:00",23.9,"2013-07-16 00:00",23.6,"2013-07-18 00:00",23.5,"2013-07-21 00:00","","","","",23.6,23.3,22.1,21,16.9,9.4,-2.6,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68103",2,40.046667,-76.283333,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,8.330233,9.770791,23.6,"2013-07-21 00:00",23.1,"2013-08-08 00:00",22.6,"2013-07-03 00:00",22.4,"2013-09-01 00:00","","","","",23.6,23.6,22.6,21.8,15.5,9.1,-4.8,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68103",5,40.046667,-76.283333,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.046154,8.932919,23.8,"2013-07-21 00:00",22.6,"2013-07-03 00:00",22.1,"2013-09-01 00:00",21.8,"2013-07-09 00:00","","","","",23.8,22.6,22.1,21.2,16.4,10.4,-2.4,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","68104",1,40.046667,-76.283333,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",272,100,45,61,0,0,"","","Certification not required",0,19.681618,10.742289,37.1,"2013-07-18 00:00",36.8,"2013-07-19 00:00",35.2,"2013-09-11 00:00",35.1,"2013-07-06 00:00","","","","",35.2,34.9,34,31.8,28.9,22.3,3.4,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68104",2,40.046667,-76.283333,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,20.097674,11.682557,35,"2013-07-15 00:00",34,"2013-05-22 00:00",33.5,"2013-09-01 00:00",32.1,"2013-07-03 00:00","","","","",35,35,33.5,32,31.1,23.7,2.5,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68104",5,40.046667,-76.283333,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.069231,10.75633,35.5,"2013-07-15 00:00",33.2,"2013-05-22 00:00",32.8,"2013-09-01 00:00",32.4,"2013-04-10 00:00","","","","",35.5,33.2,32.8,31.3,29.3,22.8,4.1,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","68105",1,40.046667,-76.283333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",272,100,45,61,0,0,"","","Certification not required",0,14.121324,9.661151,30.4,"2013-07-18 00:00",29.8,"2013-07-19 00:00",29.1,"2013-07-06 00:00",29.1,"2013-07-16 00:00","","","","",29.1,28.6,26.6,25.5,22.7,16.2,0.6,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68105",2,40.046667,-76.283333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",43,70,43,61,0,0,"","","Certification not required",0,14.039535,10.429723,28.9,"2013-07-15 00:00",27.4,"2013-07-21 00:00",27.2,"2013-09-01 00:00",26.4,"2013-08-08 00:00","","","","",28.9,28.9,27.2,25.8,23.2,16.2,0.1,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68105",5,40.046667,-76.283333,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,14.411538,9.579833,28.9,"2013-07-15 00:00",27.3,"2013-07-21 00:00",26.7,"2013-09-01 00:00",25.4,"2013-07-03 00:00","","","","",28.9,27.3,26.7,25.1,23,16.1,1.6,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","68106",1,40.046667,-76.283333,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",272,100,45,61,0,0,"","","Certification not required",0,752.419118,4.860497,764,"2013-04-22 00:00",763,"2013-01-27 00:00",763,"2013-04-21 00:00",762,"2013-01-08 00:00","","","","",763,762,760,758,756,752,747,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68106",2,40.046667,-76.283333,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,752.813953,4.996455,765,"2013-04-22 00:00",763,"2013-01-10 00:00",761,"2013-06-21 00:00",759,"2013-07-03 00:00","","","","",765,765,761,759,756,752,747,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68106",5,40.046667,-76.283333,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,756.480769,2.711561,764,"2013-01-10 00:00",763,"2013-04-22 00:00",760,"2013-06-21 00:00",760,"2013-10-13 00:00","","","","",764,763,760,759,758,757,753,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","68107",1,40.046667,-76.283333,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",272,100,45,61,0,0,"","","Certification not required",0,758.091912,4.575203,770,"2013-04-21 00:00",770,"2013-04-22 00:00",768,"2013-01-10 00:00",768,"2013-01-27 00:00","","","","",768,767,766,764,762,758,752,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68107",2,40.046667,-76.283333,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,759.395349,5.403436,771,"2013-01-10 00:00",771,"2013-04-22 00:00",769,"2013-01-28 00:00",767,"2013-04-04 00:00","","","","",771,771,769,766,763,759,753,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68107",5,40.046667,-76.283333,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,759.961538,3.295639,768,"2013-01-10 00:00",768,"2013-01-28 00:00",767,"2013-04-22 00:00",765,"2013-02-09 00:00","","","","",768,768,767,764,762,760,756,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","68108",1,40.046667,-76.283333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",272,100,45,61,0,0,"","","Certification not required",0,755.308824,4.599077,768,"2013-04-21 00:00",767,"2013-04-22 00:00",766,"2013-01-10 00:00",766,"2013-01-27 00:00","","","","",766,764,763,761,758,756,750,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68108",2,40.046667,-76.283333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",43,70,43,61,0,0,"","","Certification not required",0,756.418605,5.174261,768,"2013-01-10 00:00",768,"2013-04-22 00:00",763,"2013-06-21 00:00",762,"2013-01-28 00:00","","","","",768,768,763,762,760,756,750,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68108",5,40.046667,-76.283333,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,757.730769,2.843054,766,"2013-01-10 00:00",764,"2013-04-22 00:00",762,"2013-01-28 00:00",761,"2013-02-09 00:00","","","","",766,764,762,761,760,758,755,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","68109",1,40.046667,-76.283333,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",272,100,45,61,0,0,"","","Certification not required",0,1438.783088,2.324427,1440,"2013-01-02 00:00",1440,"2013-01-21 00:00",1440,"2013-01-23 00:00",1440,"2013-01-27 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","68109",2,40.046667,-76.283333,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",43,70,43,61,0,0,"","","Certification not required",0,1438.883721,3.606933,1440,"2013-01-28 00:00",1440,"2013-02-15 00:00",1440,"2013-02-21 00:00",1440,"2013-02-27 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","81102",5,40.046667,-76.283333,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7982,91,334,365,0,34,"","","Certification not required",0,13.626911,7.981866,59,"2013-10-02 07:00",57,"2013-01-09 08:00",57,"2013-01-09 09:00",54,"2013-01-08 23:00","","","","",38,34,29,25,18,12,5,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","81102",5,40.046667,-76.283333,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,13.140719,5.992585,37,"2013-01-09 00:00",34,"2013-11-15 00:00",32,"2013-09-11 00:00",31,"2013-01-08 00:00","","","","",31,29,24,21,16,12,7,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","88101",1,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,1,1,"Certification not required",0,10.436397,5.839814,41.2,"2013-01-09 00:00",33.6,"2013-01-28 00:00",33.3,"2013-01-29 00:00",32.5,"2013-01-27 00:00","","","","",33.3,28.9,21.1,16,12.7,9,5,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","88101",1,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,10.436397,5.839814,41.2,"2013-01-09 00:00",33.6,"2013-01-28 00:00",33.3,"2013-01-29 00:00",32.5,"2013-01-27 00:00","","","","",33.3,28.9,21.1,16,12.7,9,5,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","88101",2,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,11.074419,5.589748,34,"2013-01-28 00:00",23.9,"2013-02-03 00:00",19.5,"2013-05-28 00:00",16.9,"2013-07-09 00:00","","","","",34,34,19.5,15.8,13.9,10.4,5.5,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","88101",2,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,"","","Certification not required",0,11.074419,5.589748,34,"2013-01-28 00:00",23.9,"2013-02-03 00:00",19.5,"2013-05-28 00:00",16.9,"2013-07-09 00:00","","","","",34,34,19.5,15.8,13.9,10.4,5.5,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2013-12-11" +"42","071","0007","88101",3,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7986,91,334,365,0,30,"","","Certification not required",0,10.634473,7.865574,67.9,"2013-01-09 10:00",57.4,"2013-01-09 09:00",57.1,"2013-01-08 23:00",54.4,"2013-01-09 07:00","","","","",38.4,33.4,25.8,20.5,14.3,8.8,2.6,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","88101",3,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,1,1,"Certification not required",0,10.57994,6.327222,42.3,"2013-01-09 00:00",34,"2013-01-29 00:00",32.2,"2013-01-28 00:00",30.3,"2013-01-08 00:00","","","","",30.3,27.7,23.1,19.7,13.7,9.2,4.1,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","88101",3,40.046667,-76.283333,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,0,"","","Certification not required",0,10.57994,6.327222,42.3,"2013-01-09 00:00",34,"2013-01-29 00:00",32.2,"2013-01-28 00:00",30.3,"2013-01-08 00:00","","","","",30.3,27.7,23.1,19.7,13.7,9.2,4.1,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-19" +"42","071","0007","88102",5,40.046667,-76.283333,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.0217,0.010432,0.078,"2013-10-01 00:00",0.054,"2013-07-15 00:00",0.032,"2013-11-06 00:00",0.026,"2013-01-16 00:00","","","","",0.078,0.078,0.032,0.026,0.021,0.0195,0.014,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88103",5,40.046667,-76.283333,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00132,0.001708,0.008,"2013-05-10 00:00",0.005,"2013-04-28 00:00",0.005,"2013-05-28 00:00",0.005,"2013-08-02 00:00","","","","",0.008,0.008,0.005,0.004,0.002,0.001,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88104",5,40.046667,-76.283333,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",31,0.02984,0.05525,0.3,"2013-07-15 00:00",0.265,"2013-07-03 00:00",0.08,"2013-04-10 00:00",0.063,"2013-06-27 00:00","","","","",0.3,0.3,0.08,0.058,0.027,0.0125,0.0065,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88107",5,40.046667,-76.283333,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.006459,0.005179,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0154,"2013-10-01 00:00",0.012,"2013-07-15 00:00","","","","",0.0295,0.0295,0.0154,0.012,0.0055,0.005,0.0039,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88109",5,40.046667,-76.283333,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.004312,0.003561,0.0213,"2013-01-28 00:00",0.0124,"2013-02-03 00:00",0.0123,"2013-10-31 00:00",0.0084,"2013-03-11 00:00","","","","",0.0213,0.0213,0.0123,0.0078,0.005,0.0038,0.0009,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88110",5,40.046667,-76.283333,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00238,0.005038,0.021,"2013-07-09 00:00",0.019,"2013-10-19 00:00",0.013,"2013-07-21 00:00",0.013,"2013-08-26 00:00","","","","",0.021,0.021,0.013,0.012,0.002,0,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88111",5,40.046667,-76.283333,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.03055,0.034299,0.181,"2013-07-15 00:00",0.126,"2013-05-16 00:00",0.126,"2013-06-21 00:00",0.0805,"2013-04-10 00:00","","","","",0.181,0.181,0.126,0.0672,0.0367,0.0192,0.0062,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88112",5,40.046667,-76.283333,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00402,0.007498,0.034,"2013-01-28 00:00",0.034,"2013-10-31 00:00",0.027,"2013-10-01 00:00",0.01,"2013-06-21 00:00","","","","",0.034,0.034,0.027,0.009,0.003,0.002,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88113",5,40.046667,-76.283333,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000661,9.3e-05,0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00",0.00075,"2013-01-16 00:00",0.00075,"2013-08-08 00:00","","","","",0.001,0.001,0.00075,0.0007,0.0007,0.00065,0.00055,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88114",5,40.046667,-76.283333,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",20,0.002814,0.0025,0.0157,"2013-01-28 00:00",0.007,"2013-05-16 00:00",0.0064,"2013-10-01 00:00",0.006,"2013-09-25 00:00","","","","",0.0157,0.0157,0.0064,0.0056,0.0033,0.0025,0.0008,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88115",5,40.046667,-76.283333,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",17,0.024597,0.053778,0.305,"2013-03-11 00:00",0.216,"2013-10-13 00:00",0.139,"2013-01-28 00:00",0.0537,"2013-02-03 00:00","","","","",0.305,0.305,0.139,0.043,0.018,0.0091,0.00385,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88117",5,40.046667,-76.283333,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00552,0.007869,0.0435,"2013-01-10 00:00",0.0435,"2013-03-17 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-02-15 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0048,0.0041,0.0028,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88118",5,40.046667,-76.283333,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00869,0.00592,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88126",5,40.046667,-76.283333,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.067796,0.056734,0.267,"2013-07-15 00:00",0.226,"2013-07-03 00:00",0.215,"2013-05-16 00:00",0.164,"2013-06-21 00:00","","","","",0.267,0.267,0.215,0.151,0.0801,0.0506,0.0205,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88128",5,40.046667,-76.283333,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00198,0.002788,0.014,"2013-01-28 00:00",0.009,"2013-06-09 00:00",0.008,"2013-04-04 00:00",0.006,"2013-03-29 00:00","","","","",0.014,0.014,0.008,0.006,0.003,0.001,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88131",5,40.046667,-76.283333,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01001,0.003405,0.0165,"2013-01-16 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-04-22 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88132",5,40.046667,-76.283333,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00202,0.001744,0.006,"2013-05-16 00:00",0.006,"2013-07-15 00:00",0.005,"2013-01-10 00:00",0.005,"2013-04-10 00:00","","","","",0.006,0.006,0.005,0.005,0.003,0.002,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88136",5,40.046667,-76.283333,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00054,0.001474,0.009,"2013-01-28 00:00",0.004,"2013-06-21 00:00",0.003,"2013-04-10 00:00",0.002,"2013-02-15 00:00","","","","",0.009,0.009,0.003,0.002,0,0,0,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88140",5,40.046667,-76.283333,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",41,0.011109,0.011635,0.057,"2013-03-11 00:00",0.0419,"2013-10-25 00:00",0.041,"2013-10-13 00:00",0.04,"2013-07-15 00:00","","","","",0.057,0.057,0.041,0.032,0.009,0.006,0.0055,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88152",5,40.046667,-76.283333,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005923,0.00159,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88154",5,40.046667,-76.283333,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001055,0.000377,0.0026,"2013-10-31 00:00",0.002,"2013-01-28 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-05 00:00","","","","",0.0026,0.0026,0.0013,0.0013,0.00125,0.001,0.00065,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88160",5,40.046667,-76.283333,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01284,0.00363,0.0185,"2013-01-16 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-08-08 00:00",0.0185,"2013-10-25 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.01,0.01,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88161",5,40.046667,-76.283333,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",40,0.004447,0.006962,0.047,"2013-07-15 00:00",0.0192,"2013-07-03 00:00",0.014,"2013-06-21 00:00",0.0106,"2013-05-16 00:00","","","","",0.047,0.047,0.014,0.0096,0.00265,0.0025,0.0021,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88164",5,40.046667,-76.283333,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001634,0.000227,0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-23 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88165",5,40.046667,-76.283333,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.07445,0.127598,0.64,"2013-07-03 00:00",0.638,"2013-07-15 00:00",0.293,"2013-05-16 00:00",0.23,"2013-06-21 00:00","","","","",0.64,0.64,0.293,0.141,0.059,0.0392,0.0111,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88166",5,40.046667,-76.283333,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.00908,0.005704,0.027,"2013-02-27 00:00",0.019,"2013-01-16 00:00",0.019,"2013-02-21 00:00",0.019,"2013-04-22 00:00","","","","",0.027,0.027,0.019,0.019,0.0075,0.0065,0.0042,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88167",5,40.046667,-76.283333,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.012051,0.01413,0.0939,"2013-01-28 00:00",0.045,"2013-10-31 00:00",0.0233,"2013-04-04 00:00",0.0224,"2013-05-10 00:00","","","","",0.0939,0.0939,0.0233,0.0215,0.0146,0.0083,0.0032,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88168",5,40.046667,-76.283333,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.001531,0.001351,0.0091,"2013-02-09 00:00",0.0052,"2013-07-03 00:00",0.0047,"2013-06-03 00:00",0.00175,"2013-01-16 00:00","","","","",0.0091,0.0091,0.0047,0.00175,0.00155,0.00115,0.00085,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88169",5,40.046667,-76.283333,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.842,0.442731,1.86,"2013-01-28 00:00",1.86,"2013-10-01 00:00",1.67,"2013-06-09 00:00",1.52,"2013-07-09 00:00","","","","",1.86,1.86,1.67,1.52,1.16,0.798,0.374,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88176",5,40.046667,-76.283333,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.000995,0.000207,0.0014,"2013-11-06 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00","","","","",0.0014,0.0014,0.0013,0.0013,0.001,0.001,0.0007,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88180",5,40.046667,-76.283333,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.060088,0.031026,0.179,"2013-01-28 00:00",0.127,"2013-07-15 00:00",0.113,"2013-07-03 00:00",0.104,"2013-02-03 00:00","","","","",0.179,0.179,0.113,0.104,0.0731,0.0537,0.0309,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88184",5,40.046667,-76.283333,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",31,0.06879,0.095759,0.465,"2013-03-11 00:00",0.396,"2013-10-13 00:00",0.243,"2013-04-16 00:00",0.217,"2013-04-10 00:00","","","","",0.465,0.465,0.243,0.204,0.082,0.027,0.0155,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88185",5,40.046667,-76.283333,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.003838,0.003949,0.0117,"2013-04-04 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-21 00:00","","","","",0.0117,0.0117,0.0115,0.0115,0.0023,0.00165,0.0014,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88301",5,40.046667,-76.283333,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.1078,0.787797,4.01,"2013-01-28 00:00",3.36,"2013-02-03 00:00",2.33,"2013-10-31 00:00",2.08,"2013-01-04 00:00","","","","",4.01,4.01,2.33,2.06,1.4,1.01,0.374,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88302",5,40.046667,-76.283333,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.087384,0.098236,0.484,"2013-03-11 00:00",0.455,"2013-10-13 00:00",0.33,"2013-04-16 00:00",0.213,"2013-05-04 00:00","","","","",0.484,0.484,0.33,0.21,0.088,0.05,0.027,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88303",5,40.046667,-76.283333,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.047084,0.028301,0.115,"2013-09-01 00:00",0.113,"2013-06-09 00:00",0.109,"2013-01-28 00:00",0.107,"2013-07-15 00:00","","","","",0.115,0.115,0.109,0.098,0.06,0.04,0.0198,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88306",5,40.046667,-76.283333,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.98202,1.658696,8.13,"2013-01-28 00:00",7.52,"2013-02-03 00:00",4.35,"2013-10-31 00:00",4.32,"2013-02-15 00:00","","","","",8.13,8.13,4.35,3.98,2.55,1.54,0.557,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88355",5,40.046667,-76.283333,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.62778,1.115491,5.77,"2013-05-28 00:00",5.27,"2013-02-03 00:00",5.01,"2013-01-28 00:00",4.14,"2013-05-16 00:00","","","","",5.77,5.77,5.01,3.72,3.35,2.65,1.28,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88357",5,40.046667,-76.283333,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.34076,0.18875,0.938,"2013-09-25 00:00",0.748,"2013-09-19 00:00",0.711,"2013-05-28 00:00",0.698,"2013-10-01 00:00","","","","",0.938,0.938,0.711,0.68,0.438,0.3,0.16,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88370",5,40.046667,-76.283333,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.32582,0.963826,5.06,"2013-05-28 00:00",4.81,"2013-02-03 00:00",4.21,"2013-01-28 00:00",3.61,"2013-05-16 00:00","","","","",5.06,5.06,4.21,3.39,2.93,2.34,1.16,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88374",5,40.046667,-76.283333,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.22018,0.18284,0.885,"2013-05-28 00:00",0.835,"2013-02-03 00:00",0.546,"2013-01-28 00:00",0.534,"2013-10-31 00:00","","","","",0.885,0.885,0.546,0.443,0.264,0.171,0.08,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88375",5,40.046667,-76.283333,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.61714,0.243166,1.39,"2013-05-16 00:00",1.14,"2013-05-28 00:00",0.945,"2013-07-27 00:00",0.869,"2013-02-03 00:00","","","","",1.39,1.39,0.945,0.867,0.807,0.673,0.304,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88376",5,40.046667,-76.283333,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.60506,0.27662,1.4,"2013-05-28 00:00",1.17,"2013-04-10 00:00",1.04,"2013-06-15 00:00",0.974,"2013-01-28 00:00","","","","",1.4,1.4,1.04,0.957,0.805,0.558,0.303,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88377",5,40.046667,-76.283333,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.49512,0.234342,1.12,"2013-02-03 00:00",1.03,"2013-04-10 00:00",0.976,"2013-05-28 00:00",0.97,"2013-01-28 00:00","","","","",1.12,1.12,0.976,0.786,0.652,0.494,0.225,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88378",5,40.046667,-76.283333,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.38824,0.202998,1.08,"2013-02-03 00:00",0.896,"2013-01-28 00:00",0.708,"2013-05-22 00:00",0.667,"2013-05-16 00:00","","","","",1.08,1.08,0.708,0.654,0.515,0.343,0.193,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88380",5,40.046667,-76.283333,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.64226,0.333636,1.42,"2013-05-28 00:00",1.4,"2013-09-25 00:00",1.26,"2013-10-01 00:00",1.22,"2013-10-19 00:00","","","","",1.42,1.42,1.26,1.21,0.818,0.592,0.269,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88383",5,40.046667,-76.283333,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.97244,0.446333,2.06,"2013-01-28 00:00",2.01,"2013-05-28 00:00",1.87,"2013-02-03 00:00",1.8,"2013-05-16 00:00","","","","",2.06,2.06,1.87,1.71,1.24,0.956,0.458,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88384",5,40.046667,-76.283333,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.057458,0.018951,0.105,"2013-06-03 00:00",0.105,"2013-07-15 00:00",0.0882,"2013-10-19 00:00",0.0856,"2013-02-27 00:00","","","","",0.105,0.105,0.0882,0.085,0.068,0.0587,0.0333,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88385",5,40.046667,-76.283333,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001163,0.000809,0.00545,"2013-05-28 00:00",0.00469,"2013-10-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00545,0.00545,0.001,0.001,0.001,0.001,0.001,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88388",5,40.046667,-76.283333,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.69004,0.341047,1.69,"2013-01-28 00:00",1.54,"2013-02-03 00:00",1.37,"2013-05-28 00:00",1.19,"2013-05-16 00:00","","","","",1.69,1.69,1.37,1.11,0.905,0.641,0.323,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88403",5,40.046667,-76.283333,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.28002,1.245587,5.39,"2013-01-28 00:00",5.1,"2013-07-09 00:00",4.73,"2013-10-01 00:00",4.5,"2013-06-09 00:00","","","","",5.39,5.39,4.73,4,3.32,2.16,0.959,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0007","88502",5,40.046667,-76.283333,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.932,5.664189,33.9,"2013-01-28 00:00",23.1,"2013-07-27 00:00",22.9,"2013-02-03 00:00",19.9,"2013-10-31 00:00","","","","",33.9,33.9,22.9,18.8,14.9,11,6.1,"A420710007LAT/LON POINT AT CORNER OF TRAILER","ABRAHAM LINCOLN JR HIGH GROFFTOWN RD","Pennsylvania","Lancaster","Lancaster","Lancaster, PA","2014-02-14" +"42","071","0009","14129",1,40.108944,-76.472235,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.029721,0.032657,0.159,"2013-01-04 00:00",0.133,"2013-02-27 00:00",0.093,"2013-01-10 00:00",0.089,"2013-04-10 00:00","","","","",0.159,0.159,0.093,0.069,0.033,0.019,0.01,"","1088 East Main Street","Pennsylvania","Lancaster","Mount Joy","Lancaster, PA","2013-12-12" +"42","071","0009","68105",1,40.108944,-76.472235,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",44,72,44,61,0,0,"","","Certification not required",0,13.268182,11.035793,28.1,"2013-07-15 00:00",26.7,"2013-07-21 00:00",26.2,"2013-09-01 00:00",25.4,"2013-07-03 00:00","","","","",28.1,28.1,26.2,25,23,17.9,-1.2,"","1088 East Main Street","Pennsylvania","Lancaster","Mount Joy","Lancaster, PA","2013-12-19" +"42","071","0009","68108",1,40.108944,-76.472235,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,0,"","","Certification not required",0,750.795455,4.38061,762,"2013-01-10 00:00",759,"2013-04-22 00:00",757,"2013-01-28 00:00",757,"2013-07-03 00:00","","","","",762,762,757,757,754,752,744,"","1088 East Main Street","Pennsylvania","Lancaster","Mount Joy","Lancaster, PA","2013-12-19" +"42","071","0012","44201",1,40.043833,-76.1124,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7945,100,214,214,0,71,0,0,"Certification not required",882,0.049098,0.011481,0.08,"2013-05-31 16:00",0.076,"2013-07-18 16:00",0.073,"2013-09-10 16:00",0.072,"2013-07-17 17:00","","","","",0.073,0.071,0.067,0.063,0.057,0.05,0.04,"Lancaster DW","3545 W. Newport Road","Pennsylvania","Lancaster","","Lancaster, PA","2014-02-19" +"42","071","0012","44201",1,40.043833,-76.1124,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7935,100,214,214,0,0,0,0,"Certification not required",0,0.043145,0.010547,0.068,"2013-05-31 10:00",0.068,"2013-07-17 10:00",0.066,"2013-06-21 11:00",0.063,"2013-04-28 10:00","","","","",0.066,0.062,0.058,0.056,0.051,0.045,0.036,"Lancaster DW","3545 W. Newport Road","Pennsylvania","Lancaster","","Lancaster, PA","2014-02-19" +"42","071","0012","44201",1,40.043833,-76.1124,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7935,100,214,214,0,0,0,0,"Certification not required",0,0.043145,0.010547,0.068,"2013-05-31 10:00",0.068,"2013-07-17 10:00",0.066,"2013-06-21 11:00",0.063,"2013-04-28 10:00","","","","",0.066,0.062,0.058,0.056,0.051,0.045,0.036,"Lancaster DW","3545 W. Newport Road","Pennsylvania","Lancaster","","Lancaster, PA","2014-02-19" +"42","073","0011","14129",1,40.860031,-80.279092,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.019023,0.013632,0.073,"2013-05-28 00:00",0.049,"2013-09-19 00:00",0.046,"2013-04-28 00:00",0.042,"2013-01-28 00:00","","","","",0.073,0.073,0.046,0.038,0.021,0.013,0.01,"","3 Fountain Ave","Pennsylvania","Lawrence","","New Castle, PA","2013-12-12" +"42","073","0011","68105",1,40.860031,-80.279092,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",38,62,38,61,0,0,"","","Certification not required",0,14.921053,9.051688,26.9,"2013-07-15 00:00",24.8,"2013-07-03 00:00",24.7,"2013-07-21 00:00",24,"2013-05-22 00:00","","","","",26.9,26.9,24.8,24,21.4,18.6,-0.5,"","3 Fountain Ave","Pennsylvania","Lawrence","","New Castle, PA","2013-12-19" +"42","073","0011","68108",1,40.860031,-80.279092,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",38,62,38,61,0,0,"","","Certification not required",0,730.210526,4.62752,739,"2013-02-09 00:00",739,"2013-04-22 00:00",737,"2013-02-21 00:00",737,"2013-07-15 00:00","","","","",739,739,739,737,734,729,724,"","3 Fountain Ave","Pennsylvania","Lawrence","","New Castle, PA","2013-12-19" +"42","073","0015","42101",1,40.995848,-80.346442,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7894,90,330,365,0,122,0,0,"Certification not required",7152,0.278959,0.094022,1,"2013-04-27 21:00",1,"2013-07-26 07:00",0.9,"2013-01-11 18:00",0.9,"2013-04-16 23:00","","","","",0.7,0.6,0.5,0.25,0.25,0.25,0.25,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","42101",1,40.995848,-80.346442,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7910,90,329,365,0,0,0,0,"Certification not required",0,0.32129,0.072433,0.9,"2013-04-17 02:00",0.9,"2013-04-17 03:00",0.9,"2013-04-17 04:00",0.9,"2013-04-17 05:00",0.9,"2013-04-17 02:00",0.9,"2013-04-17 10:00",0.6,0.6,0.5,0.3,0.3,0.3,0.3,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","42401",1,40.995848,-80.346442,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7691,88,320,365,0,325,0,"","Certification not required",0,5.240625,7.453192,43,"2013-05-22 08:00",41,"2013-08-08 12:00",40,"2013-05-20 12:00",39,"2013-04-23 10:00","","","","",39,37,20,13,6,3,0,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","42401",1,40.995848,-80.346442,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7691,88,320,365,0,325,"","","Certification not required",0,1.279157,2.835307,43,"2013-05-22 08:00",41,"2013-08-08 12:00",40,"2013-05-20 12:00",40,"2013-08-08 14:00","","","","",13,8,5,3,2,0,0,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","42401",1,40.995848,-80.346442,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",320,88,320,365,0,0,0,"","Certification not required",0,1.284688,1.546069,10.5,"2013-05-22 00:00",9.6,"2013-05-20 00:00",8.1,"2013-05-21 00:00",7.9,"2013-08-08 00:00","","","","",7.9,6.3,4.4,2.8,1.9,0.8,0,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","42401",1,40.995848,-80.346442,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2544,87,319,365,0,0,"",0,"Certification not required",0,1.261281,2.518237,36.6,"2013-08-08 14:00",34.3,"2013-05-22 11:00",29,"2013-05-20 14:00",23,"2013-05-20 11:00","","","","",12.3,8.6,5,3.3,1.6,0.3,0,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","42401",2,40.995848,-80.346442,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",90627,86,320,365,0,5565,"","","Certification not required",0,1.301124,3.27323,108,"2013-05-30 15:10",88,"2013-05-20 12:15",80,"2013-08-21 10:20",79,"2013-07-14 13:45","","","","",13,8,5,3,1,0,0,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","44201",1,40.995848,-80.346442,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7956,100,213,214,0,60,0,0,"Certification not required",886,0.048028,0.011528,0.087,"2013-06-21 16:00",0.084,"2013-08-21 14:00",0.078,"2013-06-05 17:00",0.073,"2013-05-15 16:00","","","","",0.078,0.073,0.067,0.062,0.055,0.049,0.04,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","44201",1,40.995848,-80.346442,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7967,100,213,214,0,0,0,0,"Certification not required",0,0.042498,0.011106,0.081,"2013-06-21 11:00",0.075,"2013-08-21 11:00",0.071,"2013-06-05 12:00",0.068,"2013-05-18 11:00","","","","",0.071,0.066,0.06,0.056,0.05,0.043,0.035,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","44201",1,40.995848,-80.346442,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7967,100,213,214,0,0,1,1,"Certification not required",0,0.042498,0.011106,0.081,"2013-06-21 11:00",0.075,"2013-08-21 11:00",0.071,"2013-06-05 12:00",0.068,"2013-05-18 11:00","","","","",0.071,0.066,0.06,0.056,0.05,0.043,0.035,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","81102",5,40.995848,-80.346442,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7936,91,332,365,0,80,"","","Certification not required",0,20.141507,16.272344,194,"2013-04-15 06:00",170,"2013-05-10 13:00",162,"2013-09-20 05:00",160,"2013-06-25 15:00","","","","",86,70,49,38,25,16,7,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","073","0015","81102",5,40.995848,-80.346442,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",332,91,332,365,0,0,0,0,"Certification not required",0,19.638554,9.933408,54,"2013-05-15 00:00",54,"2013-05-21 00:00",51,"2013-09-10 00:00",48,"2013-07-17 00:00","","","","",48,45,41,33,25,18,9,"","CROTON ST & JEFFERSON ST.","Pennsylvania","Lawrence","New Castle","New Castle, PA","2014-02-19" +"42","075","0100","44201",1,40.337328,-76.383447,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7971,99,212,214,0,45,0,0,"Certification not required",430,0.051901,0.011964,0.094,"2013-05-31 17:00",0.087,"2013-07-17 13:00",0.084,"2013-09-11 13:00",0.078,"2013-08-21 15:00","","","","",0.084,0.076,0.071,0.067,0.06,0.052,0.042,"Lebanon","125 Birch Road","Pennsylvania","Lebanon","","Lebanon, PA","2014-02-19" +"42","075","0100","44201",1,40.337328,-76.383447,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7962,99,212,214,0,0,0,0,"Certification not required",0,0.04675,0.011092,0.079,"2013-07-17 09:00",0.076,"2013-05-31 11:00",0.072,"2013-08-21 10:00",0.072,"2013-09-11 10:00","","","","",0.072,0.07,0.064,0.061,0.055,0.048,0.038,"Lebanon","125 Birch Road","Pennsylvania","Lebanon","","Lebanon, PA","2014-02-19" +"42","075","0100","44201",1,40.337328,-76.383447,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7962,99,212,214,0,0,2,2,"Certification not required",0,0.04675,0.011092,0.079,"2013-07-17 09:00",0.076,"2013-05-31 11:00",0.072,"2013-08-21 10:00",0.072,"2013-09-11 10:00","","","","",0.072,0.07,0.064,0.061,0.055,0.048,0.038,"Lebanon","125 Birch Road","Pennsylvania","Lebanon","","Lebanon, PA","2014-02-19" +"42","075","0100","88101",3,40.337328,-76.383447,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7645,87,325,365,0,371,"","","Certification not required",0,10.803767,8.754779,74.7,"2013-07-27 14:00",69.6,"2013-01-26 00:00",66.2,"2013-01-25 23:00",64,"2013-01-09 00:00","","","","",43.9,37.4,26.6,21.3,14.5,9,1.7,"Lebanon","125 Birch Road","Pennsylvania","Lebanon","","Lebanon, PA","2014-02-19" +"42","075","0100","88101",3,40.337328,-76.383447,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,4,4,"Certification not required",0,10.74953,6.914177,51.9,"2013-01-09 00:00",41.8,"2013-01-29 00:00",41,"2013-01-08 00:00",35.6,"2013-01-28 00:00","","","","",35.6,29.7,22.1,18.9,13.8,9.3,3.8,"Lebanon","125 Birch Road","Pennsylvania","Lebanon","","Lebanon, PA","2014-02-19" +"42","075","0100","88101",3,40.337328,-76.383447,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,10.74953,6.914177,51.9,"2013-01-09 00:00",41.8,"2013-01-29 00:00",41,"2013-01-08 00:00",35.6,"2013-01-28 00:00","","","","",35.6,29.7,22.1,18.9,13.8,9.3,3.8,"Lebanon","125 Birch Road","Pennsylvania","Lebanon","","Lebanon, PA","2014-02-19" +"42","077","0004","44201",1,40.611944,-75.4325,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7927,100,213,214,0,89,0,0,"Certification not required",530,0.050103,0.012026,0.078,"2013-08-21 16:00",0.076,"2013-07-19 16:00",0.075,"2013-06-27 14:00",0.074,"2013-05-29 17:00","","","","",0.075,0.073,0.071,0.066,0.059,0.051,0.041,"A420770004LAT/LONG POINT IS OF SAMPLING INLET","STATE HOSPITAL REAR 1600 HANOVER AVE","Pennsylvania","Lehigh","Allentown","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","077","0004","44201",1,40.611944,-75.4325,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7903,100,213,214,0,0,0,0,"Certification not required",0,0.04484,0.011551,0.071,"2013-07-19 10:00",0.071,"2013-08-21 11:00",0.07,"2013-07-17 09:00",0.068,"2013-04-28 10:00","","","","",0.07,0.067,0.064,0.06,0.053,0.046,0.037,"A420770004LAT/LONG POINT IS OF SAMPLING INLET","STATE HOSPITAL REAR 1600 HANOVER AVE","Pennsylvania","Lehigh","Allentown","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","077","0004","44201",1,40.611944,-75.4325,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7903,100,213,214,0,0,0,0,"Certification not required",0,0.04484,0.011551,0.071,"2013-07-19 10:00",0.071,"2013-08-21 11:00",0.07,"2013-07-17 09:00",0.068,"2013-04-28 10:00","","","","",0.07,0.067,0.064,0.06,0.053,0.046,0.037,"A420770004LAT/LONG POINT IS OF SAMPLING INLET","STATE HOSPITAL REAR 1600 HANOVER AVE","Pennsylvania","Lehigh","Allentown","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","077","0004","81102",5,40.611944,-75.4325,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7993,91,334,365,0,23,"","","Certification not required",0,12.444389,7.112984,60,"2013-03-31 09:00",58,"2013-03-10 20:00",57,"2013-07-09 10:00",56,"2013-01-09 12:00","","","","",35,31,26,22,16,11,5,"A420770004LAT/LONG POINT IS OF SAMPLING INLET","STATE HOSPITAL REAR 1600 HANOVER AVE","Pennsylvania","Lehigh","Allentown","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","077","0004","81102",5,40.611944,-75.4325,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",334,92,334,365,0,0,0,0,"Certification not required",0,11.98503,5.476383,34,"2013-01-09 00:00",30,"2013-07-19 00:00",30,"2013-09-10 00:00",30,"2013-09-11 00:00","","","","",30,26,23,19,15,11,6,"A420770004LAT/LONG POINT IS OF SAMPLING INLET","STATE HOSPITAL REAR 1600 HANOVER AVE","Pennsylvania","Lehigh","Allentown","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","079","0036","14129",1,41.348869,-75.747322,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,0,0,0,"Certification not required",0,0.023558,0.048523,0.316,"2013-08-26 00:00",0.079,"2013-09-07 00:00",0.078,"2013-02-27 00:00",0.06,"2013-07-09 00:00","","","","",0.316,0.316,0.078,0.032,0.015,0.01,0.01,"","401 York Ave","Pennsylvania","Luzerne","Duryea","Scranton--Wilkes-Barre, PA","2013-12-12" +"42","079","0036","68105",1,41.348869,-75.747322,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,11.446667,10.585767,26,"2013-07-15 00:00",24.5,"2013-07-21 00:00",24.3,"2013-05-22 00:00",23.8,"2013-07-03 00:00","","","","",26,26,24.3,23.2,20.6,14.9,-3.6,"","401 York Ave","Pennsylvania","Luzerne","Duryea","Scranton--Wilkes-Barre, PA","2013-12-19" +"42","079","0036","68108",1,41.348869,-75.747322,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,0,"","","Certification not required",0,744.136364,4.767091,757,"2013-01-10 00:00",757,"2013-04-22 00:00",749,"2013-04-04 00:00",749,"2013-05-04 00:00","","","","",757,757,749,749,747,744,739,"","401 York Ave","Pennsylvania","Luzerne","Duryea","Scranton--Wilkes-Barre, PA","2013-12-19" +"42","079","1100","44201",1,41.209167,-76.003333,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7999,100,213,214,0,17,0,0,"Certification not required",622,0.045887,0.010785,0.079,"2013-08-21 14:00",0.073,"2013-05-31 17:00",0.069,"2013-05-01 16:00",0.068,"2013-04-28 10:00","","","","",0.069,0.067,0.063,0.06,0.054,0.047,0.038,"A420791100LAT/LON POINT IS AT CORNER OF TRAILER"," 255 LOWER BROADWAY(NEXT TO LEON&EDDY'S)","Pennsylvania","Luzerne","Nanticoke","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1100","44201",1,41.209167,-76.003333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7989,100,213,214,0,0,0,0,"Certification not required",0,0.040484,0.010075,0.068,"2013-08-21 10:00",0.065,"2013-04-28 10:00",0.064,"2013-05-05 11:00",0.063,"2013-05-01 10:00","","","","",0.064,0.06,0.057,0.054,0.048,0.042,0.034,"A420791100LAT/LON POINT IS AT CORNER OF TRAILER"," 255 LOWER BROADWAY(NEXT TO LEON&EDDY'S)","Pennsylvania","Luzerne","Nanticoke","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1100","44201",1,41.209167,-76.003333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7989,100,213,214,0,0,0,0,"Certification not required",0,0.040484,0.010075,0.068,"2013-08-21 10:00",0.065,"2013-04-28 10:00",0.064,"2013-05-05 11:00",0.063,"2013-05-01 10:00","","","","",0.064,0.06,0.057,0.054,0.048,0.042,0.034,"A420791100LAT/LON POINT IS AT CORNER OF TRAILER"," 255 LOWER BROADWAY(NEXT TO LEON&EDDY'S)","Pennsylvania","Luzerne","Nanticoke","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","42401",1,41.265556,-75.846389,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7898,90,329,365,0,118,0,"","Certification not required",0,1.325228,1.567778,9,"2013-08-21 13:00",7,"2013-01-03 15:00",6,"2013-01-06 08:00",6,"2013-06-24 08:00","","","","",6,6,4,4,2,1,0,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","42401",1,41.265556,-75.846389,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7898,90,329,365,0,118,"","","Certification not required",0,0.394277,0.856725,9,"2013-08-21 13:00",7,"2013-01-03 15:00",7,"2013-01-03 16:00",7,"2013-01-03 17:00","","","","",4,3,2,1,0,0,0,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","42401",1,41.265556,-75.846389,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",329,90,329,365,0,0,0,"","Certification not required",0,0.394529,0.651289,3.9,"2013-01-06 00:00",3.4,"2013-01-03 00:00",3.4,"2013-01-09 00:00",3.2,"2013-11-15 00:00","","","","",3.2,2.7,1.7,1.3,0.5,0.1,0,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","42401",1,41.265556,-75.846389,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2625,90,328,365,0,0,"",0,"Certification not required",0,0.385371,0.799795,7,"2013-01-03 17:00",6.3,"2013-01-03 23:00",5.6,"2013-08-21 14:00",5.3,"2013-07-18 20:00","","","","",4,3,2,1.3,0.3,0,0,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","42401",2,41.265556,-75.846389,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",92993,88,329,365,0,3199,"","","Certification not required",0,0.394664,0.877292,11,"2013-08-21 13:05",11,"2013-08-21 13:10",11,"2013-09-18 08:15",10,"2013-08-21 13:00","","","","",4,3,2,1,0,0,0,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","44201",1,41.265556,-75.846389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7775,95,203,214,0,241,0,0,"Certification not required",1224,0.046547,0.01138,0.084,"2013-08-21 15:00",0.078,"2013-05-31 18:00",0.075,"2013-07-19 13:00",0.072,"2013-08-22 13:00","","","","",0.075,0.07,0.065,0.061,0.054,0.047,0.038,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","44201",1,41.265556,-75.846389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7752,94,202,214,0,0,0,0,"Certification not required",0,0.041688,0.010746,0.073,"2013-08-21 11:00",0.067,"2013-07-19 10:00",0.065,"2013-05-31 12:00",0.063,"2013-04-28 10:00","","","","",0.065,0.062,0.06,0.055,0.049,0.043,0.035,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","44201",1,41.265556,-75.846389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7752,94,202,214,0,0,0,0,"Certification not required",0,0.041688,0.010746,0.073,"2013-08-21 11:00",0.067,"2013-07-19 10:00",0.065,"2013-05-31 12:00",0.063,"2013-04-28 10:00","","","","",0.065,0.062,0.06,0.055,0.049,0.043,0.035,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","81102",5,41.265556,-75.846389,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7626,87,318,365,0,390,"","","Certification not required",0,15.026488,12.20146,247,"2013-06-04 20:00",226,"2013-09-26 06:00",215,"2013-06-05 10:00",209,"2013-06-04 16:00","","","","",53,43,33,27,19,12,5,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","079","1101","81102",5,41.265556,-75.846389,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",318,87,318,365,0,0,0,0,"Certification not required",0,14.569182,7.573401,62,"2013-06-04 00:00",45,"2013-06-18 00:00",44,"2013-06-05 00:00",37,"2013-06-03 00:00","","","","",37,36,29,25,18,13,7,"A420791101LAT/LON POINT IS AT CORNER OF TRAILER","CHILWICK & WASHINGTON STS","Pennsylvania","Luzerne","Wilkes-Barre","Scranton--Wilkes-Barre, PA","2014-02-19" +"42","081","0100","44201",1,41.2508,-76.9238,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7885,98,209,214,0,131,0,0,"Certification not required",560,0.047976,0.010612,0.076,"2013-08-21 15:00",0.072,"2013-04-28 14:00",0.07,"2013-05-31 13:00",0.07,"2013-07-17 12:00","","","","",0.07,0.07,0.066,0.063,0.055,0.049,0.04,"MONTOURSVILLE","899 CHERRY STREET","Pennsylvania","Lycoming","Montoursville","Williamsport, PA","2014-02-19" +"42","081","0100","44201",1,41.2508,-76.9238,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7861,97,207,214,0,0,0,0,"Certification not required",0,0.043198,0.010313,0.069,"2013-04-28 09:00",0.067,"2013-05-31 12:00",0.066,"2013-08-21 11:00",0.065,"2013-05-05 12:00","","","","",0.066,0.065,0.06,0.057,0.051,0.045,0.036,"MONTOURSVILLE","899 CHERRY STREET","Pennsylvania","Lycoming","Montoursville","Williamsport, PA","2014-02-19" +"42","081","0100","44201",1,41.2508,-76.9238,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7861,97,207,214,0,0,0,0,"Certification not required",0,0.043198,0.010313,0.069,"2013-04-28 09:00",0.067,"2013-05-31 12:00",0.066,"2013-08-21 11:00",0.065,"2013-05-05 12:00","","","","",0.066,0.065,0.06,0.057,0.051,0.045,0.036,"MONTOURSVILLE","899 CHERRY STREET","Pennsylvania","Lycoming","Montoursville","Williamsport, PA","2014-02-19" +"42","081","0100","81102",1,41.2508,-76.9238,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",39,64,39,61,0,0,0,0,"Certification not required",1,13.589744,5.01953,22,"2013-07-09 00:00",22,"2013-07-15 00:00",21,"2013-06-21 00:00",20,"2013-08-26 00:00","","","","",22,22,22,20,17,14,7,"MONTOURSVILLE","899 CHERRY STREET","Pennsylvania","Lycoming","Montoursville","Williamsport, PA","2013-12-19" +"42","085","0100","44201",1,41.215014,-80.484779,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7445,95,203,214,0,571,0,0,"Certification not required",180,0.049768,0.01217,0.089,"2013-06-21 14:00",0.079,"2013-05-15 17:00",0.078,"2013-06-20 15:00",0.075,"2013-08-21 15:00","","","","",0.078,0.075,0.072,0.066,0.059,0.05,0.042,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2014-02-19" +"42","085","0100","44201",1,41.215014,-80.484779,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7433,95,203,214,0,0,0,0,"Certification not required",0,0.044675,0.011869,0.084,"2013-06-21 11:00",0.072,"2013-06-20 11:00",0.071,"2013-08-21 11:00",0.069,"2013-05-15 12:00","","","","",0.071,0.069,0.067,0.061,0.053,0.045,0.038,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2014-02-19" +"42","085","0100","44201",1,41.215014,-80.484779,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7433,95,203,214,0,0,1,1,"Certification not required",0,0.044675,0.011869,0.084,"2013-06-21 11:00",0.072,"2013-06-20 11:00",0.071,"2013-08-21 11:00",0.069,"2013-05-15 12:00","","","","",0.071,0.069,0.067,0.061,0.053,0.045,0.038,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2014-02-19" +"42","085","0100","68101",1,41.215014,-80.484779,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",216,100,37,61,0,0,"","","Certification not required",38,0.331944,0.173803,0.6,"2013-08-07 00:00",0.6,"2013-08-21 00:00",0.6,"2013-08-23 00:00",0.6,"2013-08-26 00:00","","","","",0.6,0.6,0.5,0.5,0.5,0.4,0.05,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68102",1,41.215014,-80.484779,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",216,100,37,61,0,0,"","","Certification not required",0,23.985648,0.076112,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68103",1,41.215014,-80.484779,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",216,100,37,61,0,0,"","","Certification not required",0,9.269444,9.826348,24.9,"2013-09-11 00:00",23.2,"2013-08-31 00:00",22.8,"2013-08-28 00:00",22.5,"2013-07-19 00:00","","","","",22.8,22.5,21.8,19.9,17.2,11.9,-6.4,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68104",1,41.215014,-80.484779,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",216,100,37,61,0,0,"","","Certification not required",0,20.940278,10.857256,35.7,"2013-09-10 00:00",34.6,"2013-09-11 00:00",34.1,"2013-07-15 00:00",33.9,"2013-07-18 00:00","","","","",34.1,33.2,32.8,31.7,28.6,24.8,2.4,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68105",1,41.215014,-80.484779,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",216,100,37,61,0,0,"","","Certification not required",0,14.992593,10.004187,28.7,"2013-09-10 00:00",28.7,"2013-09-11 00:00",28.1,"2013-07-18 00:00",27.5,"2013-07-19 00:00","","","","",28.1,27.4,26.4,24.7,22.4,18.1,-1.5,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68106",1,41.215014,-80.484779,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",216,100,37,61,0,0,"","","Certification not required",0,731.291667,4.349084,743,"2013-04-21 00:00",741,"2013-04-26 00:00",740,"2013-01-10 00:00",740,"2013-07-15 00:00","","","","",740,739,738,737,734,731,726,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68107",1,41.215014,-80.484779,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",216,100,37,61,0,0,"","","Certification not required",0,737.356481,4.299027,750,"2013-04-21 00:00",749,"2013-01-10 00:00",748,"2013-01-24 00:00",747,"2013-01-25 00:00","","","","",748,747,745,743,740,737,732,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68108",1,41.215014,-80.484779,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",216,100,37,61,0,0,"","","Certification not required",0,734.527778,4.18293,746,"2013-01-10 00:00",746,"2013-04-21 00:00",744,"2013-01-27 00:00",744,"2013-04-26 00:00","","","","",744,742,741,740,737,735,730,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","68109",1,41.215014,-80.484779,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",216,100,37,61,0,0,"","","Certification not required",0,1438.342593,4.607702,1440,"2013-01-01 00:00",1440,"2013-01-05 00:00",1440,"2013-01-17 00:00",1440,"2013-01-18 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","88101",1,41.215014,-80.484779,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",216,59,216,365,0,0,0,0,"Certification not required",0,9.999074,5.18032,34.2,"2013-09-19 00:00",28.5,"2013-01-07 00:00",25.9,"2013-09-20 00:00",23.1,"2013-09-11 00:00","","","","",25.9,22.9,20.9,16.7,12.5,9.1,4.5,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","88101",1,41.215014,-80.484779,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",216,59,216,365,0,0,"","","Certification not required",0,9.999074,5.18032,34.2,"2013-09-19 00:00",28.5,"2013-01-07 00:00",25.9,"2013-09-20 00:00",23.1,"2013-09-11 00:00","","","","",25.9,22.9,20.9,16.7,12.5,9.1,4.5,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2013-12-11" +"42","085","0100","88101",3,41.215014,-80.484779,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4950,57,212,365,0,3066,"","","Certification not required",0,11.75697,7.291876,108.7,"2013-07-04 22:00",59.9,"2013-07-05 00:00",57.9,"2013-07-18 09:00",51.1,"2013-07-04 23:00","","","","",33.8,30.3,25.2,21.4,15.8,10.3,3.9,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2014-02-19" +"42","085","0100","88101",3,41.215014,-80.484779,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",204,56,204,365,0,0,0,0,"Certification not required",0,11.640196,5.104837,31.1,"2013-01-07 00:00",28,"2013-01-27 00:00",25.9,"2013-01-08 00:00",24.1,"2013-07-16 00:00","","","","",25.9,23.6,21.7,19.1,14.4,10.5,6.3,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2014-02-19" +"42","085","0100","88101",3,41.215014,-80.484779,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",204,56,204,365,0,0,"","","Certification not required",0,11.640196,5.104837,31.1,"2013-01-07 00:00",28,"2013-01-27 00:00",25.9,"2013-01-08 00:00",24.1,"2013-07-16 00:00","","","","",25.9,23.6,21.7,19.1,14.4,10.5,6.3,"","PA518 (NEW CASTLE ROAD) & PA418","Pennsylvania","Mercer","Farrell","Youngstown-Warren-Boardman, OH-PA","2014-02-19" +"42","085","9991","44201",1,41.4271,-80.1451,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7668,95,204,214,0,348,0,0,"Certification not required",66,0.046083,0.009977,0.07,"2013-05-15 16:00",0.069,"2013-06-20 17:00",0.069,"2013-06-21 17:00",0.068,"2013-08-21 16:00","","","","",0.069,0.067,0.062,0.059,0.054,0.047,0.04,"M.K. Goddard","Maurice K Goddard State Park, Sandy Lake, PA 16145","Pennsylvania","Mercer","","Youngstown-Warren-Boardman, OH-PA","2014-01-31" +"42","085","9991","44201",1,41.4271,-80.1451,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7695,95,204,214,0,0,0,0,"Certification not required",0,0.041505,0.00979,0.067,"2013-06-21 10:00",0.066,"2013-05-15 13:00",0.062,"2013-08-26 11:00",0.061,"2013-04-27 12:00","","","","",0.062,0.061,0.058,0.055,0.049,0.043,0.036,"M.K. Goddard","Maurice K Goddard State Park, Sandy Lake, PA 16145","Pennsylvania","Mercer","","Youngstown-Warren-Boardman, OH-PA","2014-01-31" +"42","085","9991","44201",1,41.4271,-80.1451,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7695,95,204,214,0,0,0,0,"Certification not required",0,0.041505,0.00979,0.067,"2013-06-21 10:00",0.066,"2013-05-15 13:00",0.062,"2013-08-26 11:00",0.061,"2013-04-27 12:00","","","","",0.062,0.061,0.058,0.055,0.049,0.043,0.036,"M.K. Goddard","Maurice K Goddard State Park, Sandy Lake, PA 16145","Pennsylvania","Mercer","","Youngstown-Warren-Boardman, OH-PA","2014-01-31" +"42","089","0002","44201",1,41.08306,-75.32328,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7983,99,212,214,0,33,0,0,"Certification not required",265,0.046241,0.010683,0.074,"2013-04-28 15:00",0.072,"2013-05-31 14:00",0.071,"2013-05-22 17:00",0.07,"2013-05-30 17:00","","","","",0.071,0.069,0.065,0.061,0.053,0.047,0.04,"SWIFTWATER","HC 1, BOX 95-B NEAR RT 611 & BROOKDALE ROAD","Pennsylvania","Monroe","","East Stroudsburg, PA","2014-02-19" +"42","089","0002","44201",1,41.08306,-75.32328,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7983,99,212,214,0,0,0,0,"Certification not required",0,0.041533,0.010097,0.071,"2013-04-28 10:00",0.065,"2013-05-30 11:00",0.065,"2013-05-31 12:00",0.062,"2013-04-27 11:00","","","","",0.065,0.062,0.058,0.056,0.05,0.043,0.036,"SWIFTWATER","HC 1, BOX 95-B NEAR RT 611 & BROOKDALE ROAD","Pennsylvania","Monroe","","East Stroudsburg, PA","2014-02-19" +"42","089","0002","44201",1,41.08306,-75.32328,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7983,99,212,214,0,0,0,0,"Certification not required",0,0.041533,0.010097,0.071,"2013-04-28 10:00",0.065,"2013-05-30 11:00",0.065,"2013-05-31 12:00",0.062,"2013-04-27 11:00","","","","",0.065,0.062,0.058,0.056,0.05,0.043,0.036,"SWIFTWATER","HC 1, BOX 95-B NEAR RT 611 & BROOKDALE ROAD","Pennsylvania","Monroe","","East Stroudsburg, PA","2014-02-19" +"42","089","0002","88101",3,41.08306,-75.32328,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7532,86,321,365,0,484,"","","Certification not required",0,9.401075,5.845055,36.5,"2013-10-31 16:00",35.7,"2013-07-10 08:00",35.5,"2013-05-22 12:00",35.3,"2013-01-28 10:00","","","","",27.5,24.3,20.6,17.4,12.5,8.5,2.9,"SWIFTWATER","HC 1, BOX 95-B NEAR RT 611 & BROOKDALE ROAD","Pennsylvania","Monroe","","East Stroudsburg, PA","2014-02-19" +"42","089","0002","88101",3,41.08306,-75.32328,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,0,0,"Certification not required",0,9.320257,4.633066,25.4,"2013-07-19 00:00",24.9,"2013-10-31 00:00",23.5,"2013-05-22 00:00",21.9,"2013-09-11 00:00","","","","",21.9,20.9,18.2,15.9,12.2,8.8,4,"SWIFTWATER","HC 1, BOX 95-B NEAR RT 611 & BROOKDALE ROAD","Pennsylvania","Monroe","","East Stroudsburg, PA","2014-02-19" +"42","089","0002","88101",3,41.08306,-75.32328,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",311,85,311,365,0,0,"","","Certification not required",0,9.320257,4.633066,25.4,"2013-07-19 00:00",24.9,"2013-10-31 00:00",23.5,"2013-05-22 00:00",21.9,"2013-09-11 00:00","","","","",21.9,20.9,18.2,15.9,12.2,8.8,4,"SWIFTWATER","HC 1, BOX 95-B NEAR RT 611 & BROOKDALE ROAD","Pennsylvania","Monroe","","East Stroudsburg, PA","2014-02-19" +"42","091","0013","42401",1,40.112222,-75.309167,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7685,88,319,365,0,331,0,"","Certification not required",0,2.00627,2.075605,12,"2013-07-24 07:00",11,"2013-01-26 07:00",9,"2013-01-09 11:00",9,"2013-08-21 09:00","","","","",9,7,6,4,3,2,0,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","42401",1,40.112222,-75.309167,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7685,88,319,365,0,331,"","","Certification not required",0,1.145999,1.268394,12,"2013-07-24 07:00",11,"2013-01-26 07:00",9,"2013-01-09 11:00",9,"2013-01-26 06:00","","","","",5,4,3,3,2,1,0,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","42401",1,40.112222,-75.309167,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",319,87,319,365,0,0,0,"","Certification not required",0,1.146708,1.127074,5.2,"2013-01-09 00:00",4.5,"2013-01-26 00:00",4,"2013-01-08 00:00",3.7,"2013-01-03 00:00","","","","",3.7,3.4,2.9,2.6,2,1.3,0,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","42401",1,40.112222,-75.309167,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2552,87,317,365,0,0,"",0,"Certification not required",0,1.131818,1.212401,9.6,"2013-01-26 08:00",8.3,"2013-01-09 11:00",7.3,"2013-01-09 08:00",7,"2013-02-13 08:00","","","","",4.6,4,3.3,2.6,2,1,0,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","42401",2,40.112222,-75.309167,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",90380,86,316,365,0,5812,"","","Certification not required",0,1.144921,1.337774,67,"2013-03-14 15:35",66,"2013-07-24 07:00",35,"2013-07-24 07:05",20,"2013-07-24 07:10","","","","",5,4,3,3,2,1,0,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","44201",1,40.112222,-75.309167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7929,100,213,214,0,87,0,0,"Certification not required",614,0.05046,0.01278,0.082,"2013-06-21 15:00",0.081,"2013-05-31 13:00",0.08,"2013-06-25 13:00",0.077,"2013-06-05 16:00","","","","",0.08,0.076,0.072,0.067,0.06,0.051,0.04,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","44201",1,40.112222,-75.309167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7912,100,213,214,0,0,0,0,"Certification not required",0,0.044479,0.012255,0.074,"2013-06-21 11:00",0.073,"2013-05-31 10:00",0.07,"2013-05-30 12:00",0.069,"2013-05-29 12:00","","","","",0.07,0.068,0.064,0.06,0.054,0.046,0.035,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","44201",1,40.112222,-75.309167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7912,100,213,214,0,0,0,0,"Certification not required",0,0.044479,0.012255,0.074,"2013-06-21 11:00",0.073,"2013-05-31 10:00",0.07,"2013-05-30 12:00",0.069,"2013-05-29 12:00","","","","",0.07,0.068,0.064,0.06,0.054,0.046,0.035,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","68101",1,40.112222,-75.309167,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",223,100,39,61,0,0,"","","Certification not required",47,0.262108,0.142173,0.5,"2013-04-01 00:00",0.5,"2013-04-15 00:00",0.5,"2013-04-21 00:00",0.5,"2013-04-25 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68102",1,40.112222,-75.309167,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",223,100,39,61,0,0,"","","Certification not required",0,23.990135,0.077643,24.1,"2013-01-04 00:00",24.1,"2013-01-05 00:00",24.1,"2013-01-06 00:00",24.1,"2013-01-07 00:00","","","","",24.1,24.1,24,24,24,24,24,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68103",1,40.112222,-75.309167,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",223,100,39,61,0,0,"","","Certification not required",0,10.717937,9.090027,26.7,"2013-07-19 00:00",24.5,"2013-07-18 00:00",23.9,"2013-07-20 00:00",23.8,"2013-07-06 00:00","","","","",23.9,23.5,22.7,21.3,18.1,12.4,-1.9,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68104",1,40.112222,-75.309167,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",223,100,39,61,0,0,"","","Certification not required",0,22.449776,9.62029,36.8,"2013-07-18 00:00",35.8,"2013-07-19 00:00",35.7,"2013-07-17 00:00",35.3,"2013-07-16 00:00","","","","",35.7,34.9,33.9,32.4,29.3,24.8,7.6,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68105",1,40.112222,-75.309167,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",223,100,39,61,0,0,"","","Certification not required",0,16.384305,9.068611,30.9,"2013-07-19 00:00",30.5,"2013-07-18 00:00",29.4,"2013-07-06 00:00",28.8,"2013-07-17 00:00","","","","",29.4,28.6,27.4,25.8,23.7,18.7,3.8,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68106",1,40.112222,-75.309167,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",223,100,39,61,0,0,"","","Certification not required",0,754.587444,5.048434,766,"2013-04-22 00:00",765,"2013-01-10 00:00",765,"2013-01-27 00:00",765,"2013-04-21 00:00","","","","",765,764,762,760,758,755,748,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68107",1,40.112222,-75.309167,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",223,100,39,61,0,0,"","","Certification not required",0,760.914798,4.6224,773,"2013-04-21 00:00",773,"2013-04-22 00:00",772,"2013-01-10 00:00",771,"2013-01-27 00:00","","","","",772,769,769,767,764,761,755,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68108",1,40.112222,-75.309167,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",223,100,39,61,0,0,"","","Certification not required",0,757.869955,4.751116,770,"2013-01-10 00:00",770,"2013-04-21 00:00",770,"2013-04-22 00:00",769,"2013-01-27 00:00","","","","",770,767,766,764,761,758,752,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","68109",1,40.112222,-75.309167,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",223,100,39,61,0,0,"","","Certification not required",0,1438.461883,4.19643,1440,"2013-01-13 00:00",1440,"2013-01-14 00:00",1440,"2013-01-20 00:00",1440,"2013-01-21 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","88101",1,40.112222,-75.309167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",223,61,223,365,0,0,1,1,"Certification not required",0,9.483857,5.537384,37,"2013-01-29 00:00",34.2,"2013-06-02 00:00",31.6,"2013-01-28 00:00",27.9,"2013-07-19 00:00","","","","",31.6,27.2,19.1,16.1,11.9,8,4.3,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","88101",1,40.112222,-75.309167,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",223,61,223,365,0,0,"","","Certification not required",0,9.483857,5.537384,37,"2013-01-29 00:00",34.2,"2013-06-02 00:00",31.6,"2013-01-28 00:00",27.9,"2013-07-19 00:00","","","","",31.6,27.2,19.1,16.1,11.9,8,4.3,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","091","0013","88101",3,40.112222,-75.309167,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7407,85,313,365,0,609,"","","Certification not required",0,8.194829,6.42588,97,"2013-08-27 09:00",45.6,"2013-01-29 11:00",44.8,"2013-04-01 03:00",44.4,"2013-01-29 16:00","","","","",30.2,26,20.6,16.4,10.9,6.8,1.7,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","88101",3,40.112222,-75.309167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",309,85,309,365,0,0,0,0,"Certification not required",0,8.168932,4.999397,35.1,"2013-01-29 00:00",28.1,"2013-07-19 00:00",27.3,"2013-01-28 00:00",26.6,"2013-01-09 00:00","","","","",26.6,21,18.1,14.4,10.4,7,3.1,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","091","0013","88101",3,40.112222,-75.309167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",309,85,309,365,0,0,"","","Certification not required",0,8.168932,4.999397,35.1,"2013-01-29 00:00",28.1,"2013-07-19 00:00",27.3,"2013-01-28 00:00",26.6,"2013-01-09 00:00","","","","",26.6,21,18.1,14.4,10.4,7,3.1,"A420910013LAT/LON POINT IS OF CORNER OF TRAILER","STATE ARMORY - 1046 BELVOIR RD","Pennsylvania","Montgomery","Norristown","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-19" +"42","095","0025","42101",1,40.628056,-75.341111,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7600,87,315,365,0,416,0,0,"Certification not required",7341,0.264178,0.082308,1.6,"2013-01-08 07:00",1.5,"2013-01-08 08:00",1.3,"2013-10-28 18:00",1.2,"2013-01-08 06:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","42101",1,40.628056,-75.341111,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7588,87,313,365,0,0,0,0,"Certification not required",0,0.311531,0.066211,1.1,"2013-01-08 08:00",1.1,"2013-01-08 09:00",1.1,"2013-01-08 10:00",1.1,"2013-01-08 11:00",1.1,"2013-01-08 08:00",1,"2013-10-17 09:00",0.7,0.6,0.3,0.3,0.3,0.3,0.3,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","42601",1,40.628056,-75.341111,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7864,90,325,365,0,152,"","","Certification not required",0,3.672813,10.983768,152,"2013-10-28 07:00",145,"2013-11-15 09:00",141,"2013-01-09 07:00",135,"2013-01-08 07:00","","","","",59,41,22,9,2,0,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","42602",1,40.628056,-75.341111,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7863,90,325,365,0,153,0,"","Certification not required",0,19.243077,8.085537,43,"2013-11-15 11:00",40,"2013-11-14 19:00",35,"2013-04-04 05:00",35,"2013-04-05 06:00","","","","",35,34,33,30,24,20,8,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","42602",1,40.628056,-75.341111,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7863,90,325,365,0,153,"","","Certification not required",0,8.64759,7.301084,43,"2013-11-15 11:00",42,"2013-11-15 10:00",40,"2013-11-14 19:00",39,"2013-11-15 17:00","","","","",30,28,24,20,12,6,2,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","42603",1,40.628056,-75.341111,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7863,90,325,365,0,153,"","","Certification not required",0,12.593285,15.951901,181,"2013-11-15 09:00",180,"2013-10-28 07:00",163,"2013-01-09 07:00",161,"2013-01-08 07:00","","","","",80,62,43,30,15,7,2,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","44201",1,40.628056,-75.341111,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6610,73,157,214,0,1406,0,0,"Certification not required",815,0.048618,0.012125,0.077,"2013-07-17 15:00",0.073,"2013-06-27 14:00",0.072,"2013-06-21 16:00",0.07,"2013-06-24 13:00","","","","",0.073,0.07,0.068,0.063,0.057,0.05,0.041,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","44201",1,40.628056,-75.341111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6598,72,155,214,0,0,0,0,"Certification not required",0,0.043503,0.011582,0.069,"2013-07-17 10:00",0.068,"2013-06-21 12:00",0.066,"2013-07-19 10:00",0.065,"2013-04-28 09:00","","","","",0.068,0.065,0.062,0.057,0.053,0.046,0.037,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","44201",1,40.628056,-75.341111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6598,72,155,214,0,0,0,0,"Certification not required",0,0.043503,0.011582,0.069,"2013-07-17 10:00",0.068,"2013-06-21 12:00",0.066,"2013-07-19 10:00",0.065,"2013-04-28 09:00","","","","",0.068,0.065,0.062,0.057,0.053,0.046,0.037,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","68101",1,40.628056,-75.341111,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",257,100,45,61,0,0,"","","Certification not required",185,0.101362,0.153882,2.2,"2013-04-12 00:00",0.4,"2013-03-11 00:00",0.3,"2013-01-29 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.05,0.05,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68102",1,40.628056,-75.341111,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",257,100,45,61,0,0,"","","Certification not required",0,23.911284,0.093485,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,23.9,23.9,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68103",1,40.628056,-75.341111,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",257,100,45,61,0,0,"","","Certification not required",0,8.485214,9.542533,24.4,"2013-07-18 00:00",24.2,"2013-07-19 00:00",23.9,"2013-07-15 00:00",23.2,"2013-07-02 00:00","","","","",23.9,23,22.2,20.9,16.5,8.7,-4.2,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68103",5,40.628056,-75.341111,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.126923,8.988906,23.7,"2013-07-15 00:00",22.3,"2013-07-03 00:00",22,"2013-07-21 00:00",20.9,"2013-08-08 00:00","","","","",23.7,22.3,22,19.8,15.1,8.8,-2.7,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","68104",1,40.628056,-75.341111,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",257,100,45,61,0,0,"","","Certification not required",0,19.580156,10.903621,37.5,"2013-07-17 00:00",36.9,"2013-07-18 00:00",35.6,"2013-07-15 00:00",35.6,"2013-07-19 00:00","","","","",35.6,34.9,33.7,31.9,28.8,23.3,3.5,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68104",5,40.628056,-75.341111,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,19.769231,11.063073,35.6,"2013-07-15 00:00",33.5,"2013-06-27 00:00",32.9,"2013-07-21 00:00",32.4,"2013-05-22 00:00","","","","",35.6,33.5,32.9,31.9,28.9,23,2.3,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","68105",1,40.628056,-75.341111,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",257,100,45,61,0,0,"","","Certification not required",0,13.84358,9.891515,30.5,"2013-07-18 00:00",29.8,"2013-07-19 00:00",29.3,"2013-07-15 00:00",29,"2013-07-06 00:00","","","","",29.3,28.4,27.1,25.5,22.4,15.6,0.4,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68105",5,40.628056,-75.341111,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.825,9.68522,29.2,"2013-07-15 00:00",26.3,"2013-07-21 00:00",25.6,"2013-09-01 00:00",25.3,"2013-05-22 00:00","","","","",29.2,26.3,25.6,25.2,22.6,15.3,0.5,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","68106",1,40.628056,-75.341111,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",257,100,45,61,0,0,"","","Certification not required",0,749.093385,5.418342,764,"2013-01-27 00:00",763,"2013-01-08 00:00",762,"2013-02-07 00:00",762,"2013-02-10 00:00","","","","",762,761,758,756,753,749,742,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68106",5,40.628056,-75.341111,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,752.480769,4.908937,765,"2013-04-22 00:00",763,"2013-01-10 00:00",759,"2013-02-21 00:00",759,"2013-06-21 00:00","","","","",765,763,759,758,756,752,746,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","68107",1,40.628056,-75.341111,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",257,100,45,61,0,0,"","","Certification not required",0,755.55642,5.803229,770,"2013-01-10 00:00",770,"2013-01-11 00:00",770,"2013-01-27 00:00",769,"2013-01-28 00:00","","","","",770,768,766,764,759,755,748,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68107",5,40.628056,-75.341111,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,759.25,5.656421,773,"2013-04-22 00:00",771,"2013-01-28 00:00",768,"2013-01-10 00:00",768,"2013-11-06 00:00","","","","",773,771,768,766,764,759,752,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","68108",1,40.628056,-75.341111,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",257,100,45,61,0,0,"","","Certification not required",0,752.377432,5.523525,767,"2013-01-10 00:00",767,"2013-01-27 00:00",766,"2013-02-07 00:00",765,"2013-01-08 00:00","","","","",766,764,762,760,756,752,745,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","68108",5,40.628056,-75.341111,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,755.057692,5.058146,768,"2013-04-22 00:00",766,"2013-01-10 00:00",761,"2013-01-22 00:00",761,"2013-04-04 00:00","","","","",768,766,761,761,760,755,750,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","68109",1,40.628056,-75.341111,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",257,100,45,61,0,0,"","","Certification not required",0,1438.178988,4.99209,1440,"2013-01-10 00:00",1440,"2013-01-15 00:00",1440,"2013-01-19 00:00",1440,"2013-01-20 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","88101",1,40.628056,-75.341111,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,1,1,"Certification not required",0,9.866537,6.154702,41.1,"2013-01-09 00:00",35.1,"2013-01-29 00:00",30.6,"2013-01-28 00:00",29.6,"2013-02-14 00:00","","","","",30.6,28.6,23.3,17.2,11.8,8.5,3.9,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","88101",1,40.628056,-75.341111,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,9.866537,6.154702,41.1,"2013-01-09 00:00",35.1,"2013-01-29 00:00",30.6,"2013-01-28 00:00",29.6,"2013-02-14 00:00","","","","",30.6,28.6,23.3,17.2,11.8,8.5,3.9,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0025","88101",3,40.628056,-75.341111,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7255,83,306,365,0,761,"","","Certification not required",0,12.020896,9.771953,205.4,"2013-08-20 23:00",183.4,"2013-08-27 00:00",174.9,"2013-07-19 02:00",156.7,"2013-01-23 22:00","","","","",43.9,34.5,26,20.9,15,10.1,4.2,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","88101",3,40.628056,-75.341111,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,2,2,"Certification not required",0,11.991419,6.052573,44,"2013-01-09 00:00",36.7,"2013-01-29 00:00",32.6,"2013-01-28 00:00",31.3,"2013-07-19 00:00","","","","",31.3,29.9,23.5,19.2,14.7,10.6,5.9,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","88101",3,40.628056,-75.341111,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,11.991419,6.052573,44,"2013-01-09 00:00",36.7,"2013-01-29 00:00",32.6,"2013-01-28 00:00",31.3,"2013-07-19 00:00","","","","",31.3,29.9,23.5,19.2,14.7,10.6,5.9,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","0025","88102",5,40.628056,-75.341111,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.018433,0.004439,0.026,"2013-01-22 00:00",0.026,"2013-04-22 00:00",0.026,"2013-08-08 00:00",0.026,"2013-09-25 00:00","","","","",0.026,0.026,0.026,0.021,0.021,0.0195,0.0135,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88103",5,40.628056,-75.341111,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001231,0.00164,0.006,"2013-08-20 00:00",0.006,"2013-08-26 00:00",0.005,"2013-06-09 00:00",0.005,"2013-07-09 00:00","","","","",0.006,0.006,0.005,0.003,0.002,0.001,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88104",5,40.628056,-75.341111,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",30,0.024471,0.035475,0.2,"2013-07-03 00:00",0.17,"2013-07-15 00:00",0.052,"2013-07-27 00:00",0.052,"2013-08-26 00:00","","","","",0.2,0.17,0.052,0.048,0.028,0.0125,0.0065,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88107",5,40.628056,-75.341111,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00689,0.006605,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.005,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88109",5,40.628056,-75.341111,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.003564,0.001983,0.0093,"2013-01-28 00:00",0.008,"2013-02-03 00:00",0.0075,"2013-10-01 00:00",0.0066,"2013-05-16 00:00","","","","",0.0093,0.008,0.0075,0.0057,0.0046,0.0036,0.00065,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88110",5,40.628056,-75.341111,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000865,0.002115,0.009,"2013-02-27 00:00",0.007,"2013-03-29 00:00",0.007,"2013-09-19 00:00",0.007,"2013-10-01 00:00","","","","",0.009,0.007,0.007,0.003,0,0,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88111",5,40.628056,-75.341111,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.024953,0.018614,0.0722,"2013-04-10 00:00",0.0712,"2013-07-15 00:00",0.067,"2013-05-16 00:00",0.0634,"2013-10-19 00:00","","","","",0.0722,0.0712,0.067,0.0522,0.0332,0.0218,0.00375,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88112",5,40.628056,-75.341111,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.017365,0.041956,0.168,"2013-08-20 00:00",0.167,"2013-11-06 00:00",0.134,"2013-07-09 00:00",0.126,"2013-08-26 00:00","","","","",0.168,0.167,0.134,0.082,0.006,0.002,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88113",5,40.628056,-75.341111,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.001528,0.003072,0.017,"2013-08-20 00:00",0.0132,"2013-11-06 00:00",0.0098,"2013-08-26 00:00",0.0035,"2013-08-08 00:00","","","","",0.017,0.0132,0.0098,0.0017,0.0007,0.0007,0.00055,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88114",5,40.628056,-75.341111,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",23,0.010324,0.025204,0.12,"2013-08-20 00:00",0.102,"2013-11-06 00:00",0.0809,"2013-07-09 00:00",0.0729,"2013-08-26 00:00","","","","",0.12,0.102,0.0809,0.011,0.0058,0.002,0.0008,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88115",5,40.628056,-75.341111,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",26,0.012832,0.021577,0.099,"2013-01-28 00:00",0.0956,"2013-10-13 00:00",0.088,"2013-03-11 00:00",0.0458,"2013-02-03 00:00","","","","",0.099,0.0956,0.088,0.0211,0.01,0.0055,0.0025,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88117",5,40.628056,-75.341111,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006888,0.010546,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00",0.043,"2013-04-16 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0034,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88118",5,40.628056,-75.341111,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.010565,0.006693,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88126",5,40.628056,-75.341111,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.406902,1.111314,5.07,"2013-08-20 00:00",4.37,"2013-11-06 00:00",3.67,"2013-07-09 00:00",3.43,"2013-08-26 00:00","","","","",5.07,4.37,3.67,0.6,0.115,0.0571,0.0235,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88128",5,40.628056,-75.341111,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002538,0.003775,0.017,"2013-10-31 00:00",0.016,"2013-09-25 00:00",0.008,"2013-02-03 00:00",0.008,"2013-08-20 00:00","","","","",0.017,0.016,0.008,0.007,0.004,0.001,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88131",5,40.628056,-75.341111,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009529,0.002865,0.0165,"2013-01-22 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-08-08 00:00",0.0165,"2013-09-25 00:00","","","","",0.0165,0.0165,0.0165,0.011,0.011,0.008,0.007,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88132",5,40.628056,-75.341111,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003269,0.00634,0.029,"2013-08-20 00:00",0.023,"2013-07-09 00:00",0.023,"2013-08-26 00:00",0.022,"2013-11-06 00:00","","","","",0.029,0.023,0.023,0.005,0.003,0.001,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88136",5,40.628056,-75.341111,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003538,0.010335,0.066,"2013-10-31 00:00",0.026,"2013-11-06 00:00",0.02,"2013-08-20 00:00",0.019,"2013-07-09 00:00","","","","",0.066,0.026,0.02,0.011,0.001,0.001,0,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88140",5,40.628056,-75.341111,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.010216,0.010171,0.061,"2013-03-11 00:00",0.0473,"2013-10-13 00:00",0.028,"2013-10-19 00:00",0.022,"2013-04-10 00:00","","","","",0.061,0.0473,0.028,0.019,0.009,0.006,0.0055,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88152",5,40.628056,-75.341111,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.005854,0.002303,0.017,"2013-01-28 00:00",0.011,"2013-08-26 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00","","","","",0.017,0.011,0.008,0.008,0.008,0.005,0.0045,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88154",5,40.628056,-75.341111,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001057,0.000281,0.002,"2013-01-16 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88160",5,40.628056,-75.341111,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.012692,0.00345,0.018,"2013-01-22 00:00",0.018,"2013-04-22 00:00",0.018,"2013-08-08 00:00",0.018,"2013-09-25 00:00","","","","",0.018,0.018,0.018,0.016,0.016,0.01,0.01,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88161",5,40.628056,-75.341111,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.002813,0.001937,0.0122,"2013-07-03 00:00",0.011,"2013-07-15 00:00",0.0069,"2013-06-21 00:00",0.005,"2013-08-02 00:00","","","","",0.0122,0.011,0.0069,0.00265,0.0026,0.0025,0.0021,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88164",5,40.628056,-75.341111,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.0017,0.000593,0.005,"2013-08-26 00:00",0.003,"2013-05-22 00:00",0.003,"2013-08-20 00:00",0.0019,"2013-02-09 00:00","","","","",0.005,0.003,0.003,0.0019,0.0019,0.0016,0.0015,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88165",5,40.628056,-75.341111,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.065985,0.076337,0.403,"2013-07-03 00:00",0.403,"2013-07-15 00:00",0.164,"2013-05-16 00:00",0.14,"2013-04-10 00:00","","","","",0.403,0.403,0.164,0.111,0.078,0.049,0.0168,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88166",5,40.628056,-75.341111,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007435,0.003895,0.019,"2013-08-08 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-09-25 00:00","","","","",0.019,0.0185,0.0185,0.0075,0.0075,0.0065,0.0042,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88167",5,40.628056,-75.341111,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.009475,0.007559,0.043,"2013-01-28 00:00",0.0289,"2013-02-03 00:00",0.0251,"2013-08-20 00:00",0.0215,"2013-01-16 00:00","","","","",0.043,0.0289,0.0251,0.0179,0.0124,0.0081,0.00175,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88168",5,40.628056,-75.341111,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001269,0.000566,0.0039,"2013-10-19 00:00",0.0036,"2013-09-07 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-04-22 00:00","","","","",0.0039,0.0036,0.00175,0.00175,0.00115,0.00115,0.00085,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88169",5,40.628056,-75.341111,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.764615,0.429269,1.99,"2013-07-09 00:00",1.71,"2013-01-28 00:00",1.53,"2013-10-01 00:00",1.51,"2013-05-22 00:00","","","","",1.99,1.71,1.53,1.3,1.14,0.674,0.338,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88176",5,40.628056,-75.341111,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00094,0.000198,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88180",5,40.628056,-75.341111,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.068727,0.048551,0.257,"2013-01-28 00:00",0.216,"2013-10-19 00:00",0.197,"2013-02-03 00:00",0.146,"2013-06-21 00:00","","","","",0.257,0.216,0.197,0.135,0.0815,0.056,0.0288,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88184",5,40.628056,-75.341111,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.059548,0.088429,0.451,"2013-03-11 00:00",0.332,"2013-10-13 00:00",0.277,"2013-04-16 00:00",0.257,"2013-05-04 00:00","","","","",0.451,0.332,0.277,0.143,0.063,0.027,0.0155,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88185",5,40.628056,-75.341111,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.003183,0.00335,0.0144,"2013-06-27 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-08-08 00:00","","","","",0.0144,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88301",5,40.628056,-75.341111,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.825865,0.703307,3.19,"2013-01-28 00:00",2.8,"2013-02-03 00:00",2.33,"2013-02-15 00:00",2.17,"2013-10-31 00:00","","","","",3.19,2.8,2.33,1.84,1.01,0.679,0.191,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88302",5,40.628056,-75.341111,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.088006,0.102761,0.56,"2013-03-11 00:00",0.42,"2013-10-13 00:00",0.32,"2013-05-04 00:00",0.3,"2013-04-16 00:00","","","","",0.56,0.42,0.32,0.187,0.0854,0.056,0.031,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88303",5,40.628056,-75.341111,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.050304,0.050157,0.311,"2013-01-28 00:00",0.201,"2013-10-19 00:00",0.123,"2013-02-03 00:00",0.103,"2013-06-21 00:00","","","","",0.311,0.201,0.123,0.082,0.063,0.039,0.0115,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88306",5,40.628056,-75.341111,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.3065,1.437728,6.57,"2013-01-28 00:00",5.98,"2013-02-03 00:00",5.36,"2013-02-15 00:00",3.76,"2013-10-31 00:00","","","","",6.57,5.98,5.36,3.25,1.36,0.801,0.323,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88355",5,40.628056,-75.341111,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.392667,1.146726,6.06,"2013-01-28 00:00",4.74,"2013-10-31 00:00",4.42,"2013-02-03 00:00",4.31,"2013-05-16 00:00","","","","",6.06,4.74,4.42,3.8,3.14,2.35,1.15,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88357",5,40.628056,-75.341111,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.359373,0.199701,0.88,"2013-09-19 00:00",0.862,"2013-05-16 00:00",0.788,"2013-10-31 00:00",0.776,"2013-01-28 00:00","","","","",0.88,0.862,0.788,0.665,0.477,0.298,0.165,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88370",5,40.628056,-75.341111,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.147745,1.006919,5.47,"2013-01-28 00:00",4.12,"2013-10-31 00:00",4.02,"2013-02-03 00:00",3.6,"2013-05-16 00:00","","","","",5.47,4.12,4.02,3.42,2.66,2.07,1.03,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88374",5,40.628056,-75.341111,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.191725,0.140358,0.726,"2013-01-28 00:00",0.569,"2013-10-31 00:00",0.473,"2013-02-03 00:00",0.351,"2013-09-19 00:00","","","","",0.726,0.569,0.473,0.315,0.272,0.193,0.048,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88375",5,40.628056,-75.341111,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.555471,0.265308,1.33,"2013-05-16 00:00",1.17,"2013-05-22 00:00",1.07,"2013-01-28 00:00",1.06,"2013-07-09 00:00","","","","",1.33,1.17,1.07,0.832,0.75,0.535,0.282,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88376",5,40.628056,-75.341111,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.639431,0.342913,1.49,"2013-01-28 00:00",1.39,"2013-10-31 00:00",1.28,"2013-08-20 00:00",1.25,"2013-06-27 00:00","","","","",1.49,1.39,1.28,1.19,0.815,0.535,0.284,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88377",5,40.628056,-75.341111,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.476961,0.257773,1.28,"2013-01-28 00:00",1.02,"2013-02-03 00:00",0.97,"2013-10-31 00:00",0.945,"2013-06-27 00:00","","","","",1.28,1.02,0.97,0.795,0.626,0.449,0.203,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88378",5,40.628056,-75.341111,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.284608,0.174499,0.9,"2013-01-28 00:00",0.664,"2013-05-22 00:00",0.661,"2013-02-03 00:00",0.533,"2013-06-09 00:00","","","","",0.9,0.664,0.661,0.491,0.377,0.25,0.084,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88380",5,40.628056,-75.341111,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.604098,0.369583,1.58,"2013-05-16 00:00",1.41,"2013-10-31 00:00",1.4,"2013-10-01 00:00",1.36,"2013-01-28 00:00","","","","",1.58,1.41,1.4,1.26,0.8,0.486,0.229,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88383",5,40.628056,-75.341111,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.829784,0.446631,2.23,"2013-01-28 00:00",1.79,"2013-05-16 00:00",1.61,"2013-10-31 00:00",1.53,"2013-10-01 00:00","","","","",2.23,1.79,1.61,1.4,1.11,0.756,0.365,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88384",5,40.628056,-75.341111,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.058297,0.022802,0.114,"2013-07-27 00:00",0.104,"2013-09-13 00:00",0.103,"2013-05-10 00:00",0.0965,"2013-07-09 00:00","","","","",0.114,0.104,0.103,0.0856,0.0696,0.0592,0.0337,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88385",5,40.628056,-75.341111,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",45,0.001818,0.003289,0.0228,"2013-06-21 00:00",0.00797,"2013-05-04 00:00",0.0068,"2013-07-03 00:00",0.00396,"2013-07-27 00:00","","","","",0.0228,0.00797,0.0068,0.00286,0.001,0.001,0.001,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88388",5,40.628056,-75.341111,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.529039,0.299164,1.49,"2013-01-28 00:00",1.16,"2013-05-22 00:00",1.06,"2013-02-03 00:00",1,"2013-05-16 00:00","","","","",1.49,1.16,1.06,0.928,0.705,0.493,0.212,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88403",5,40.628056,-75.341111,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.048692,1.178938,5.39,"2013-07-09 00:00",4.69,"2013-01-28 00:00",4.35,"2013-10-01 00:00",4.08,"2013-05-22 00:00","","","","",5.39,4.69,4.35,3.65,2.92,1.74,0.831,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0025","88502",5,40.628056,-75.341111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.671154,5.321335,28.4,"2013-01-28 00:00",22.3,"2013-02-03 00:00",21,"2013-08-20 00:00",18.6,"2013-10-31 00:00","","","","",28.4,22.3,21,18.3,13,10.9,4.6,"LAT/LON POINT IS CENTER OF TRAILER","WASHINGTON & CAMBRIA STS. FREEMANSBURG","Pennsylvania","Northampton","Freemansburg","Allentown-Bethlehem-Easton, PA-NJ","2014-02-14" +"42","095","0027","68101",1,40.645889,-75.404397,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",258,100,45,61,0,0,"","","Certification not required",58,0.313953,0.172019,0.6,"2013-06-08 00:00",0.6,"2013-07-22 00:00",0.6,"2013-08-17 00:00",0.6,"2013-09-20 00:00","","","","",0.6,0.5,0.5,0.5,0.5,0.4,0.05,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68102",1,40.645889,-75.404397,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",258,100,45,61,0,0,"","","Certification not required",0,23.991473,0.058557,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68103",1,40.645889,-75.404397,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,0,"","","Certification not required",0,8.20814,9.820219,25.6,"2013-07-18 00:00",24.9,"2013-07-19 00:00",24.1,"2013-07-02 00:00",23.4,"2013-07-16 00:00","","","","",24.1,23.2,22.4,21,17,8.6,-4.9,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68104",1,40.645889,-75.404397,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,0,"","","Certification not required",0,19.699225,11.094115,37.7,"2013-07-18 00:00",37.2,"2013-07-19 00:00",36.7,"2013-07-15 00:00",36.7,"2013-07-17 00:00","","","","",36.7,35.6,34.4,32.1,28.6,23.6,3.7,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68105",1,40.645889,-75.404397,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,0,"","","Certification not required",0,13.834109,10.204596,31.6,"2013-07-18 00:00",31,"2013-07-19 00:00",30.1,"2013-07-17 00:00",29.8,"2013-07-15 00:00","","","","",30.1,29.3,27.4,26,22.6,15.6,-0.3,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68106",1,40.645889,-75.404397,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,0,"","","Certification not required",0,751.810078,5.07289,765,"2013-04-22 00:00",763,"2013-01-27 00:00",763,"2013-04-21 00:00",762,"2013-01-08 00:00","","","","",763,762,760,758,755,752,746,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68107",1,40.645889,-75.404397,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,0,"","","Certification not required",0,758.251938,4.679047,771,"2013-04-22 00:00",770,"2013-04-21 00:00",769,"2013-01-27 00:00",768,"2013-01-10 00:00","","","","",769,768,766,765,762,758,753,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68108",1,40.645889,-75.404397,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,0,"","","Certification not required",0,755.209302,4.76641,768,"2013-04-21 00:00",768,"2013-04-22 00:00",766,"2013-01-10 00:00",766,"2013-01-27 00:00","","","","",766,764,763,761,759,755,749,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","68109",1,40.645889,-75.404397,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",258,100,45,61,0,0,"","","Certification not required",0,1438.75969,3.575261,1440,"2013-01-06 00:00",1440,"2013-01-10 00:00",1440,"2013-01-22 00:00",1440,"2013-01-25 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","88101",1,40.645889,-75.404397,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,1,1,"Certification not required",0,9.25155,5.786313,43.8,"2013-01-09 00:00",34.4,"2013-01-29 00:00",33.5,"2013-01-08 00:00",31.5,"2013-01-28 00:00","","","","",33.5,26.8,18.1,15.3,12,8.1,3.8,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","0027","88101",1,40.645889,-75.404397,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,9.25155,5.786313,43.8,"2013-01-09 00:00",34.4,"2013-01-29 00:00",33.5,"2013-01-08 00:00",31.5,"2013-01-28 00:00","","","","",33.5,26.8,18.1,15.3,12,8.1,3.8,"","2604 Schoenersville Road","Pennsylvania","Northampton","","Allentown-Bethlehem-Easton, PA-NJ","2013-12-11" +"42","095","1000","81102",5,40.734449,-75.312389,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7326,84,304,365,0,690,"","","Certification not required",0,16.334289,12.908311,188,"2013-04-09 20:00",146,"2013-04-09 15:00",131,"2013-04-20 10:00",128,"2013-04-09 22:00","","","","",66,53,39,31,21,13,5,"SPECIAL STUDY SITE - CEMET PLANT","SOUTH GREEN & DELAWARE","Pennsylvania","Northampton","Nazareth","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","1000","81102",5,40.734449,-75.312389,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",304,83,304,365,0,0,0,0,"Certification not required",0,15.894737,8.378156,54,"2013-04-09 00:00",49,"2013-07-19 00:00",45,"2013-09-11 00:00",39,"2013-02-28 00:00","","","","",39,35,32,28,19,14,7,"SPECIAL STUDY SITE - CEMET PLANT","SOUTH GREEN & DELAWARE","Pennsylvania","Northampton","Nazareth","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","42401",1,40.692224,-75.237156,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6262,71,261,365,0,1754,0,"","Certification not required",0,2.862069,2.864259,16,"2013-05-26 20:00",15,"2013-02-13 08:00",14,"2013-01-08 08:00",12,"2013-06-08 21:00","","","","",14,11,8,6,5,2,0,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","42401",1,40.692224,-75.237156,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6262,71,261,365,0,1754,"","","Certification not required",0,1.126637,1.794443,16,"2013-05-26 20:00",15,"2013-02-13 08:00",14,"2013-01-08 08:00",14,"2013-01-08 09:00","","","","",5,5,5,4,2,0,0,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","42401",1,40.692224,-75.237156,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",261,72,261,365,0,0,0,"","Certification not required",0,1.128352,1.583485,5.5,"2013-01-08 00:00",4.9,"2013-07-22 00:00",4.8,"2013-07-20 00:00",4.8,"2013-07-21 00:00","","","","",4.8,4.8,4.6,4.4,2,0.3,0,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","42401",1,40.692224,-75.237156,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2079,71,261,365,0,0,"",0,"Certification not required",0,1.116787,1.704719,9.3,"2013-01-08 08:00",8.3,"2013-05-26 20:00",8,"2013-02-13 08:00",7.3,"2013-01-08 11:00","","","","",5,5,5,4.3,2,0,0,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","42401",2,40.692224,-75.237156,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",73763,70,260,365,0,22429,"","","Certification not required",0,1.144544,1.922077,35,"2013-03-25 07:35",33,"2013-05-26 20:30",32,"2013-05-26 20:50",31,"2013-01-10 20:35","","","","",6,5,5,4,2,0,0,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","42402",1,40.692224,-75.237156,"WGS84","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",5909,67,246,365,0,2107,"","","Certification not required",5608,0.001058,0.000267,0.006,"2013-01-08 08:00",0.004,"2013-01-08 07:00",0.004,"2013-01-08 09:00",0.004,"2013-02-26 01:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0.001,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","44201",1,40.692224,-75.237156,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6434,83,177,214,0,1582,0,0,"Certification not required",994,0.049147,0.011329,0.073,"2013-04-28 13:00",0.073,"2013-05-16 14:00",0.072,"2013-05-31 14:00",0.072,"2013-08-21 13:00","","","","",0.073,0.072,0.067,0.063,0.057,0.05,0.041,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","44201",1,40.692224,-75.237156,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6423,83,177,214,0,0,0,0,"Certification not required",0,0.043621,0.010873,0.068,"2013-04-28 10:00",0.068,"2013-06-21 12:00",0.064,"2013-05-30 10:00",0.064,"2013-05-31 10:00","","","","",0.068,0.064,0.061,0.057,0.051,0.045,0.037,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","095","8000","44201",1,40.692224,-75.237156,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6423,83,177,214,0,0,0,0,"Certification not required",0,0.043621,0.010873,0.068,"2013-04-28 10:00",0.068,"2013-06-21 12:00",0.064,"2013-05-30 10:00",0.064,"2013-05-31 10:00","","","","",0.068,0.064,0.061,0.057,0.051,0.045,0.037,"COMBINED EASTON SITE (420950100) AND EASTON H2S SPECIAL STUDY SITES","17TH AND SPRING GARDEN STREETS","Pennsylvania","Northampton","Wilson","Allentown-Bethlehem-Easton, PA-NJ","2014-02-19" +"42","099","0301","42401",1,40.456944,-77.165556,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7750,88,323,365,0,266,0,"","Certification not required",0,1.359133,1.807799,13,"2013-01-26 10:00",9,"2013-02-13 11:00",9,"2013-11-25 08:00",7,"2013-01-30 21:00","","","","",7,6,5,4,2,1,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42401",1,40.456944,-77.165556,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7750,88,323,365,0,266,"","","Certification not required",0,0.277161,0.800266,13,"2013-01-26 10:00",11,"2013-01-26 11:00",9,"2013-01-26 15:00",9,"2013-01-26 17:00","","","","",4,3,2,1,0,0,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42401",1,40.456944,-77.165556,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",323,88,323,365,0,0,0,"","Certification not required",0,0.278019,0.47664,3.9,"2013-01-26 00:00",2.8,"2013-01-03 00:00",2.7,"2013-01-23 00:00",2.3,"2013-01-25 00:00","","","","",2.3,1.7,1.2,0.8,0.4,0.1,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42401",1,40.456944,-77.165556,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2565,88,321,365,0,0,"",0,"Certification not required",0,0.270721,0.723354,9.3,"2013-01-26 11:00",8.6,"2013-01-26 17:00",7.3,"2013-11-25 08:00",6.3,"2013-01-26 14:00","","","","",3.6,2.6,1.6,1,0,0,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42401",2,40.456944,-77.165556,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",91289,87,322,365,0,4903,"","","Certification not required",0,0.285719,0.833571,21,"2013-02-13 11:35",16,"2013-02-13 11:40",15,"2013-01-26 10:20",15,"2013-01-26 10:35","","","","",4,3,2,1,0,0,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42601",1,40.456944,-77.165556,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7456,85,310,365,0,560,"","","Certification not required",0,0.301636,1.148213,20,"2013-01-29 03:00",17,"2013-01-09 18:00",17,"2013-01-29 04:00",17,"2013-01-29 14:00","","","","",6,3,2,1,0,0,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42602",1,40.456944,-77.165556,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7456,85,310,365,0,560,0,"","Certification not required",0,5.519355,3.894808,26,"2013-11-21 16:00",21,"2013-01-11 16:00",21,"2013-02-05 16:00",21,"2013-11-22 01:00","","","","",21,18,13,11,7,4,2,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42602",1,40.456944,-77.165556,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7456,85,310,365,0,560,"","","Certification not required",0,2.487661,2.814137,26,"2013-11-21 16:00",26,"2013-11-21 17:00",23,"2013-11-21 18:00",22,"2013-01-09 16:00","","","","",15,12,8,5,3,2,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","42603",1,40.456944,-77.165556,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7456,85,310,365,0,560,"","","Certification not required",0,2.832216,3.579229,39,"2013-01-09 16:00",35,"2013-01-09 18:00",35,"2013-01-29 03:00",35,"2013-11-22 14:00","","","","",19,15,9,6,3,2,0,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","44201",1,40.456944,-77.165556,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7968,99,212,214,0,48,0,0,"Certification not required",681,0.049052,0.010673,0.078,"2013-05-31 13:00",0.074,"2013-09-11 13:00",0.073,"2013-06-05 18:00",0.071,"2013-06-09 15:00","","","","",0.073,0.07,0.067,0.063,0.056,0.05,0.042,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","44201",1,40.456944,-77.165556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7952,99,212,214,0,0,0,0,"Certification not required",0,0.043887,0.010289,0.068,"2013-05-31 11:00",0.066,"2013-06-05 11:00",0.065,"2013-04-27 11:00",0.065,"2013-04-28 08:00","","","","",0.065,0.065,0.061,0.057,0.051,0.046,0.038,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","099","0301","44201",1,40.456944,-77.165556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7952,99,212,214,0,0,0,0,"Certification not required",0,0.043887,0.010289,0.068,"2013-05-31 11:00",0.066,"2013-06-05 11:00",0.065,"2013-04-27 11:00",0.065,"2013-04-28 08:00","","","","",0.065,0.065,0.061,0.057,0.051,0.046,0.038,"A420990301LAT/LON POINT IS AT CORNER OF TRAILER","ROUTE 34 LITTLE BUFFALO STATE PARK","Pennsylvania","Perry","","Harrisburg-Carlisle, PA","2014-02-19" +"42","101","0004","12103",5,40.008889,-75.09778,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.001786,0.0039,0.01,"2013-01-28 00:00",0.01,"2013-02-15 00:00",0.01,"2013-04-28 00:00",0.01,"2013-05-16 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0004","12105",5,40.008889,-75.09778,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.017857,0.039002,0.1,"2013-01-04 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-15 00:00",0.1,"2013-04-10 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0004","12110",5,40.008889,-75.09778,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.000814,0.000348,0.0015,"2013-01-10 00:00",0.0015,"2013-01-28 00:00",0.0015,"2013-02-15 00:00",0.0012,"2013-01-22 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.001,0.0008,0.0004,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0004","12112",5,40.008889,-75.09778,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.013107,0.0022,0.018,"2013-01-04 00:00",0.018,"2013-04-10 00:00",0.017,"2013-02-15 00:00",0.015,"2013-04-04 00:00","","","","",0.018,0.018,0.018,0.017,0.015,0.013,0.01,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0004","12128",5,40.008889,-75.09778,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.038968,0.016283,0.0685,"2013-03-11 00:00",0.0675,"2013-04-10 00:00",0.0661,"2013-02-15 00:00",0.061,"2013-01-22 00:00","","","","",0.0685,0.0685,0.0675,0.0661,0.0525,0.036,0.0175,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-20" +"42","101","0004","12132",5,40.008889,-75.09778,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.045571,0.023693,0.118,"2013-05-16 00:00",0.101,"2013-04-10 00:00",0.08,"2013-02-15 00:00",0.073,"2013-01-22 00:00","","","","",0.118,0.118,0.101,0.08,0.055,0.041,0.02,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0004","12136",5,40.008889,-75.09778,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.007429,0.004059,0.02,"2013-01-28 00:00",0.016,"2013-02-15 00:00",0.011,"2013-04-10 00:00",0.011,"2013-06-21 00:00","","","","",0.02,0.02,0.016,0.011,0.01,0.006,0.003,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0004","42101",1,40.008889,-75.09778,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",5857,67,270,365,0,656,0,0,"Certification not required",5636,0.268004,0.110152,2.1,"2013-01-09 07:00",2.1,"2013-01-09 08:00",1.9,"2013-01-08 23:00",1.7,"2013-01-08 21:00","","","","",0.8,0.6,0.25,0.25,0.25,0.25,0.25,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42101",1,40.008889,-75.09778,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6279,72,262,365,0,0,0,0,"Certification not required",0,0.31341,0.088374,1.7,"2013-01-09 02:00",1.7,"2013-01-09 03:00",1.7,"2013-01-09 04:00",1.7,"2013-01-09 05:00",1.7,"2013-01-09 02:00",1.6,"2013-01-09 01:00",0.7,0.5,0.3,0.3,0.3,0.3,0.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42401",1,40.008889,-75.09778,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",75306,72,266,365,0,3010,"","","Certification not required",0,1.02031,0.782633,9.8,"2013-06-02 23:20",8.1,"2013-01-29 11:45",8,"2013-01-29 11:35",7.9,"2013-01-29 11:40","","","","",3.4,2.9,2.4,2,1.5,0.9,0.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","42401",4,40.008889,-75.09778,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5994,68,266,365,0,511,0,"","Certification not required",0,1.717669,1.126904,7.3,"2013-01-29 11:00",6.6,"2013-01-09 07:00",4.9,"2013-01-27 04:00",4.9,"2013-02-15 12:00","","","","",4.9,4.7,3.8,3.2,2.2,1.6,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42401",4,40.008889,-75.09778,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5994,68,266,365,0,511,"","","Certification not required",0,1.020237,0.764664,7.3,"2013-01-29 11:00",6.6,"2013-01-09 07:00",6.5,"2013-01-29 12:00",6.4,"2013-01-29 10:00","","","","",3.3,2.9,2.3,1.9,1.5,0.9,0.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42401",4,40.008889,-75.09778,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",266,73,266,365,0,0,0,"","Certification not required",0,1.021053,0.653357,3.1,"2013-01-29 00:00",3,"2013-01-09 00:00",2.6,"2013-02-28 00:00",2.6,"2013-04-10 00:00","","","","",2.6,2.5,2.2,1.9,1.4,1,0.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42401",4,40.008889,-75.09778,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1786,61,251,365,0,0,"",0,"Certification not required",0,0.990873,0.742839,6.5,"2013-01-29 11:00",5.8,"2013-01-29 14:00",5.3,"2013-01-09 08:00",4,"2013-01-08 23:00","","","","",3.3,2.8,2.3,1.9,1.5,0.9,0.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42600",1,40.008889,-75.09778,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6386,73,270,365,0,127,"","","Certification not required",0,22.832305,23.980537,453.2,"2013-01-09 07:00",396.8,"2013-01-09 08:00",308.1,"2013-01-08 23:00",301.9,"2013-01-09 06:00","","","","",115.2,85.1,59,42.9,25.5,16.6,7.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42601",1,40.008889,-75.09778,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5964,68,260,365,0,535,"","","Certification not required",0,5.397066,17.743379,434.9,"2013-01-09 07:00",372.5,"2013-01-09 08:00",270.4,"2013-01-08 23:00",259.6,"2013-01-30 08:00","","","","",67.6,42.3,20.5,10.5,4,1.6,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42602",3,40.008889,-75.09778,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5978,68,261,365,0,535,0,"","Certification not required",0,26.52567,10.239741,56.3,"2013-05-15 22:00",52.9,"2013-03-09 20:00",51.9,"2013-04-08 08:00",51.6,"2013-03-10 00:00","","","","",51.9,48.7,43,40.8,34.2,25.3,13.9,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","42602",3,40.008889,-75.09778,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5978,68,261,365,0,535,"","","Certification not required",0,14.732319,8.423835,56.3,"2013-05-15 22:00",54.1,"2013-05-15 21:00",52.9,"2013-03-09 20:00",52.3,"2013-03-09 22:00","","","","",41.1,37.8,32.7,27.2,18.3,12.5,6.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","43000",1,40.008889,-75.09778,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,70.828781,32.584284,273.8,"2013-07-31 05:00",267.4,"2013-08-28 02:00",244.4,"2013-08-28 08:00",244.3,"2013-08-16 02:00","","","","",227.9,159.7,126.7,107.2,79.7,62.1,43.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43000",2,40.008889,-75.09778,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,65.253846,28.297957,119.9,"2013-09-18 00:00",99.9,"2013-09-30 00:00",94.3,"2013-05-15 00:00",87.1,"2013-05-27 00:00","","","","",119.9,119.9,119.9,99.9,87.1,55.3,33,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43000",4,40.008889,-75.09778,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,93.907692,32.974724,135,"2013-08-08 05:00",133,"2013-07-09 05:00",123.7,"2013-07-15 05:00",122.9,"2013-08-20 05:00","","","","",135,135,135,133,122.9,95.1,57.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43000",5,40.008889,-75.09778,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,104.87037,44.931022,244.7,"2013-05-15 00:00",161.3,"2013-08-26 00:00",158.2,"2013-07-27 00:00",140,"2013-08-20 00:00","","","","",244.7,244.7,161.3,158.2,131.4,99.2,46.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43141",1,40.008889,-75.09778,"NAD83","n-Dodecane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",652,0.460455,0.198625,3.54,"2013-08-28 02:00",1.87,"2013-08-28 11:00",1.82,"2013-08-28 23:00",1.72,"2013-08-29 05:00","","","","",1.4,1.11,0.425,0.425,0.425,0.425,0.425,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43141",2,40.008889,-75.09778,"NAD83","n-Dodecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.425,0,0.425,"2013-04-03 00:00",0.425,"2013-04-09 00:00",0.425,"2013-04-15 00:00",0.425,"2013-04-21 00:00","","","","",0.425,0.425,0.425,0.425,0.425,0.425,0.425,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43141",4,40.008889,-75.09778,"NAD83","n-Dodecane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.425,0,0.425,"2013-06-09 06:00",0.425,"2013-06-15 06:00",0.425,"2013-06-21 06:00",0.425,"2013-06-27 06:00","","","","",0.425,0.425,0.425,0.425,0.425,0.425,0.425,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43141",5,40.008889,-75.09778,"NAD83","n-Dodecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",27,0.425,0,0.425,"2013-04-09 00:00",0.425,"2013-04-15 00:00",0.425,"2013-04-21 00:00",0.425,"2013-04-27 00:00","","","","",0.425,0.425,0.425,0.425,0.425,0.425,0.425,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43202",1,40.008889,-75.09778,"NAD83","Ethane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",1,9.198899,3.593201,41,"2013-07-31 05:00",28.9,"2013-08-16 02:00",26.8,"2013-08-16 05:00",25.1,"2013-07-23 02:00","","","","",19.5,18.1,15.6,14,10.8,8.3,5.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43202",2,40.008889,-75.09778,"NAD83","Ethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,9.269231,3.054064,14.3,"2013-09-18 00:00",14.2,"2013-09-30 00:00",12.4,"2013-05-15 00:00",10.9,"2013-05-27 00:00","","","","",14.3,14.3,14.3,14.2,10.9,8.6,5.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43202",4,40.008889,-75.09778,"NAD83","Ethane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,10.892308,4.148586,18.1,"2013-07-09 05:00",16.3,"2013-08-08 05:00",13.8,"2013-07-15 05:00",12.9,"2013-08-20 05:00","","","","",18.1,18.1,18.1,16.3,12.9,10.5,5.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43202",5,40.008889,-75.09778,"NAD83","Ethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,17.233333,9.37833,42.2,"2013-07-27 00:00",33,"2013-08-20 00:00",29.1,"2013-07-15 00:00",29.1,"2013-07-21 00:00","","","","",42.2,42.2,33,29.1,26.1,13.6,7.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43203",1,40.008889,-75.09778,"NAD83","Ethylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",2,12.608957,2.607368,18.3,"2013-06-24 14:00",17.9,"2013-06-24 20:00",17.5,"2013-06-07 11:00",17.2,"2013-06-26 14:00","","","","",17,15.8,15.3,14.7,14,13.3,8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43203",2,40.008889,-75.09778,"NAD83","Ethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,6.792308,5.541429,16,"2013-09-18 00:00",14.9,"2013-09-12 00:00",12.3,"2013-05-03 00:00",11.5,"2013-05-27 00:00","","","","",16,16,16,14.9,11.5,2.8,1.7,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43203",4,40.008889,-75.09778,"NAD83","Ethylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,13.969231,1.387074,16.9,"2013-07-03 05:00",15,"2013-07-15 05:00",14.8,"2013-06-21 06:00",14.7,"2013-08-20 05:00","","","","",16.9,16.9,16.9,15,14.7,13.7,13,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43203",5,40.008889,-75.09778,"NAD83","Ethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,10.240741,4.759627,14.9,"2013-08-26 00:00",14.4,"2013-09-06 00:00",14.2,"2013-07-09 00:00",13.9,"2013-05-15 00:00","","","","",14.9,14.9,14.4,14.2,13.5,12.7,2.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43204",1,40.008889,-75.09778,"NAD83","Propane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",1,5.941336,3.546804,31.5,"2013-08-28 02:00",27.9,"2013-08-28 08:00",23.9,"2013-08-28 05:00",23.1,"2013-08-18 05:00","","","","",20.5,16.2,12.9,10,6.9,5,2.9,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43204",2,40.008889,-75.09778,"NAD83","Propane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,6.069231,2.637671,10.7,"2013-09-30 00:00",9.3,"2013-05-15 00:00",9.2,"2013-09-18 00:00",7.7,"2013-05-27 00:00","","","","",10.7,10.7,10.7,9.3,7.7,5.5,2.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43204",4,40.008889,-75.09778,"NAD83","Propane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,6.046154,2.958213,11.7,"2013-07-09 05:00",10.4,"2013-08-20 05:00",7.6,"2013-08-02 05:00",7.5,"2013-07-21 05:00","","","","",11.7,11.7,11.7,10.4,7.5,6,2.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43204",5,40.008889,-75.09778,"NAD83","Propane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,7.825926,3.64719,19.2,"2013-05-15 00:00",12.6,"2013-07-09 00:00",11.8,"2013-05-21 00:00",11.3,"2013-07-27 00:00","","","","",19.2,19.2,12.6,11.8,10.2,7.8,3.7,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43205",1,40.008889,-75.09778,"NAD83","Propylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",8,2.294347,1.315406,15.17,"2013-06-17 23:00",10.94,"2013-06-18 02:00",10.54,"2013-06-11 02:00",9.8,"2013-08-30 05:00","","","","",8.48,6.21,4.24,3.46,2.55,2.06,1.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43205",2,40.008889,-75.09778,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",1,3.675385,3.23721,9.96,"2013-04-09 00:00",7.89,"2013-04-15 00:00",7.8,"2013-04-21 00:00",6.09,"2013-04-27 00:00","","","","",9.96,9.96,9.96,7.89,6.09,2.26,0.98,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43205",4,40.008889,-75.09778,"NAD83","Propylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,2.606154,0.861225,3.98,"2013-06-21 06:00",3.92,"2013-07-03 05:00",3.17,"2013-07-15 05:00",3.13,"2013-07-09 05:00","","","","",3.98,3.98,3.98,3.92,3.13,2.68,1.42,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43205",5,40.008889,-75.09778,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",1,2.763333,1.986439,9.06,"2013-04-09 00:00",7.19,"2013-04-27 00:00",5.34,"2013-04-15 00:00",5.16,"2013-04-21 00:00","","","","",9.06,9.06,7.19,5.34,3.31,2.3,1.01,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43206",1,40.008889,-75.09778,"NAD83","Acetylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",2,4.928282,1.758683,10.96,"2013-08-20 20:00",10.7,"2013-06-25 17:00",10.62,"2013-06-25 20:00",10.15,"2013-06-26 17:00","","","","",9.07,8.49,7.35,6.74,6.02,5.28,2.24,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43206",2,40.008889,-75.09778,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,2.384615,1.783679,6.69,"2013-09-18 00:00",5.77,"2013-09-12 00:00",2.51,"2013-09-30 00:00",2.44,"2013-05-15 00:00","","","","",6.69,6.69,6.69,5.77,2.44,1.77,0.94,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43206",4,40.008889,-75.09778,"NAD83","Acetylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,5.795385,1.120905,8.15,"2013-08-20 05:00",7.14,"2013-06-21 06:00",6.5,"2013-07-09 05:00",6.3,"2013-08-02 05:00","","","","",8.15,8.15,8.15,7.14,6.3,5.69,4.59,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43206",5,40.008889,-75.09778,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,3.73,1.847012,6.34,"2013-09-06 00:00",6.06,"2013-06-02 00:00",5.89,"2013-05-15 00:00",5.83,"2013-07-27 00:00","","","","",6.34,6.34,6.06,5.89,5.56,3.84,1.25,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43207",3,40.008889,-75.09778,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",1,0.146591,0.056443,0.3,"2013-02-09 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43208",3,40.008889,-75.09778,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",42,0.052273,0.010535,0.1,"2013-09-13 00:00",0.1,"2013-09-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43212",1,40.008889,-75.09778,"NAD83","n-Butane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",11,3.967621,2.36126,19.2,"2013-06-28 17:00",16.2,"2013-06-23 05:00",16.1,"2013-08-15 20:00",15.3,"2013-06-27 08:00","","","","",14,11.7,8.9,6.5,4.5,3.4,2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43212",2,40.008889,-75.09778,"NAD83","n-Butane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,5.776923,3.328201,12.7,"2013-09-30 00:00",10.2,"2013-04-09 00:00",9.7,"2013-04-03 00:00",6.9,"2013-09-18 00:00","","","","",12.7,12.7,12.7,10.2,6.9,4.7,2.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43212",4,40.008889,-75.09778,"NAD83","n-Butane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,3.126923,1.802153,6.3,"2013-07-09 05:00",5.3,"2013-07-03 05:00",5,"2013-08-20 05:00",4.2,"2013-08-08 05:00","","","","",6.3,6.3,6.3,5.3,4.2,2.9,1.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43212",5,40.008889,-75.09778,"NAD83","n-Butane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,5.174074,3.473149,18.5,"2013-05-15 00:00",11.5,"2013-04-09 00:00",8,"2013-09-18 00:00",7.5,"2013-05-21 00:00","","","","",18.5,18.5,11.5,8,6.6,4.2,2.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43214",1,40.008889,-75.09778,"NAD83","Isobutane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",680,23,85,365,0,0,"","","Certification not required",21,1.846838,1.470836,15.2,"2013-06-28 23:00",10.9,"2013-06-26 23:00",10.2,"2013-08-15 20:00",9.1,"2013-06-24 14:00","","","","",7.8,6.1,4.8,3.4,2.2,1.5,0.7,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43214",2,40.008889,-75.09778,"NAD83","Isobutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,2.115385,1.171072,4.3,"2013-09-30 00:00",3.9,"2013-04-09 00:00",3.1,"2013-09-18 00:00",2.8,"2013-04-03 00:00","","","","",4.3,4.3,4.3,3.9,2.8,1.9,0.7,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43214",4,40.008889,-75.09778,"NAD83","Isobutane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,1.773077,1.105783,4.2,"2013-07-21 05:00",2.9,"2013-07-09 05:00",2.9,"2013-08-20 05:00",2.1,"2013-08-02 05:00","","","","",4.2,4.2,4.2,2.9,2.1,1.6,0.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43214",5,40.008889,-75.09778,"NAD83","Isobutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,2.866667,1.880057,8.6,"2013-05-15 00:00",7.7,"2013-07-21 00:00",5,"2013-08-26 00:00",4.7,"2013-04-09 00:00","","","","",8.6,8.6,7.7,5,3.4,2.6,1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43216",1,40.008889,-75.09778,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",679,0.051615,0.029784,0.6,"2013-07-31 05:00",0.6,"2013-08-16 05:00",0.05,"2013-06-02 05:00",0.05,"2013-06-02 08:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43216",2,40.008889,-75.09778,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43216",4,40.008889,-75.09778,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43216",5,40.008889,-75.09778,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",26,0.066667,0.086603,0.5,"2013-05-15 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.5,0.5,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43217",1,40.008889,-75.09778,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",679,0.051322,0.024369,0.5,"2013-07-19 20:00",0.5,"2013-08-24 23:00",0.05,"2013-06-02 05:00",0.05,"2013-06-02 08:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43217",2,40.008889,-75.09778,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43217",4,40.008889,-75.09778,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43217",5,40.008889,-75.09778,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",26,0.062963,0.067358,0.4,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00",0.05,"2013-04-27 00:00","","","","",0.4,0.4,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43218",3,40.008889,-75.09778,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.070455,0.43753,2.9,"2013-06-03 00:00",0.2,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",2.9,2.9,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43220",1,40.008889,-75.09778,"NAD83","n-Pentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",2,3.134802,2.091784,16.8,"2013-08-28 02:00",16,"2013-08-15 20:00",13.5,"2013-08-28 05:00",12.8,"2013-07-16 23:00","","","","",11.4,9.6,7,5.7,3.8,2.6,1.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43220",2,40.008889,-75.09778,"NAD83","n-Pentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,3.192308,1.773162,7.2,"2013-09-18 00:00",5.5,"2013-09-30 00:00",4.1,"2013-04-09 00:00",3.8,"2013-05-15 00:00","","","","",7.2,7.2,7.2,5.5,3.8,3.1,1.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43220",4,40.008889,-75.09778,"NAD83","n-Pentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",12,0,0,365,0,0,"","","Certification not required",1,2.445833,1.257244,4.3,"2013-08-20 05:00",4,"2013-08-08 05:00",3.3,"2013-07-15 05:00",3.2,"2013-06-27 06:00","","","","",4.3,4.3,4.3,4,3.3,2.7,1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43220",5,40.008889,-75.09778,"NAD83","n-Pentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",25,41,24,61,0,0,"","","Certification not required",0,4.764,2.200167,10.9,"2013-07-27 00:00",9,"2013-09-18 00:00",7.1,"2013-07-09 00:00",6.9,"2013-08-02 00:00","","","","",10.9,10.9,9,7.1,5.5,5,2.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43221",1,40.008889,-75.09778,"NAD83","Isopentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",12,4.017181,5.874083,66.5,"2013-06-06 20:00",46.9,"2013-08-15 20:00",43.2,"2013-06-16 05:00",37.5,"2013-08-28 02:00","","","","",35.3,25.5,9.5,6.2,3.7,2.6,1.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43221",2,40.008889,-75.09778,"NAD83","Isopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,4.269231,2.715199,10.2,"2013-09-18 00:00",8.1,"2013-09-30 00:00",6.1,"2013-04-09 00:00",5.3,"2013-04-03 00:00","","","","",10.2,10.2,10.2,8.1,5.3,3.9,1.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43221",4,40.008889,-75.09778,"NAD83","Isopentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",3,10.580769,12.375725,35.5,"2013-08-08 05:00",28.6,"2013-07-03 05:00",21.9,"2013-07-21 05:00",19.3,"2013-07-09 05:00","","","","",35.5,35.5,35.5,28.6,19.3,3.8,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43221",5,40.008889,-75.09778,"NAD83","Isopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",1,13.390741,10.392213,43.9,"2013-08-26 00:00",35.6,"2013-05-15 00:00",21.4,"2013-05-27 00:00",20.8,"2013-07-09 00:00","","","","",43.9,43.9,35.6,21.4,18.2,15.1,1.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43224",1,40.008889,-75.09778,"NAD83","1-Pentene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",640,0.093833,0.190796,2.2,"2013-08-28 08:00",1.4,"2013-08-27 23:00",1.2,"2013-07-09 20:00",1.2,"2013-08-28 05:00","","","","",1.1,0.7,0.5,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43224",2,40.008889,-75.09778,"NAD83","1-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43224",4,40.008889,-75.09778,"NAD83","1-Pentene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",9,0.326923,0.455803,1.3,"2013-07-03 05:00",1,"2013-06-21 06:00",0.9,"2013-07-09 05:00",0.6,"2013-07-15 05:00","","","","",1.3,1.3,1.3,1,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43224",5,40.008889,-75.09778,"NAD83","1-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",24,0.118519,0.213104,1,"2013-05-15 00:00",0.5,"2013-04-09 00:00",0.5,"2013-05-21 00:00",0.05,"2013-04-15 00:00","","","","",1,1,0.5,0.5,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43226",1,40.008889,-75.09778,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",633,0.093465,0.164645,1.1,"2013-06-18 05:00",1.1,"2013-08-28 08:00",1,"2013-07-31 05:00",1,"2013-08-24 23:00","","","","",0.9,0.7,0.6,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43226",2,40.008889,-75.09778,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43226",4,40.008889,-75.09778,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",11,0.134615,0.21054,0.7,"2013-07-03 05:00",0.5,"2013-08-08 05:00",0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00","","","","",0.7,0.7,0.7,0.5,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43226",5,40.008889,-75.09778,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",23,0.138889,0.225036,0.9,"2013-05-15 00:00",0.6,"2013-07-03 00:00",0.6,"2013-08-31 00:00",0.5,"2013-04-09 00:00","","","","",0.9,0.9,0.6,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43227",1,40.008889,-75.09778,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",681,0.05,0,0.05,"2013-06-02 05:00",0.05,"2013-06-02 08:00",0.05,"2013-06-02 11:00",0.05,"2013-06-02 14:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43227",2,40.008889,-75.09778,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43227",4,40.008889,-75.09778,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43227",5,40.008889,-75.09778,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",27,0.05,0,0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00",0.05,"2013-04-27 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43230",1,40.008889,-75.09778,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",210,0.625844,0.54086,3.5,"2013-08-28 02:00",3.4,"2013-08-15 20:00",3.2,"2013-08-28 08:00",3.1,"2013-08-16 02:00","","","","",2.9,2.1,1.5,1.2,0.9,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43230",2,40.008889,-75.09778,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",4,0.707692,0.52909,1.6,"2013-09-18 00:00",1.3,"2013-09-30 00:00",1.2,"2013-05-15 00:00",1.1,"2013-05-27 00:00","","","","",1.6,1.6,1.6,1.3,1.1,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43230",4,40.008889,-75.09778,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",2,0.776923,0.418138,1.4,"2013-08-20 05:00",1.3,"2013-07-09 05:00",1.1,"2013-07-15 05:00",1,"2013-06-21 06:00","","","","",1.4,1.4,1.4,1.3,1,0.8,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43230",5,40.008889,-75.09778,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",2,1.07037,0.809352,4.6,"2013-05-15 00:00",1.8,"2013-09-18 00:00",1.5,"2013-05-27 00:00",1.4,"2013-04-09 00:00","","","","",4.6,4.6,1.8,1.5,1.2,1,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43231",1,40.008889,-75.09778,"NAD83","n-Hexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,1.29207,0.804105,5.6,"2013-08-15 20:00",5.5,"2013-08-28 02:00",5.4,"2013-06-26 11:00",5.1,"2013-08-28 08:00","","","","",4.8,3.8,2.8,2.1,1.5,1.1,0.7,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43231",2,40.008889,-75.09778,"NAD83","n-Hexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,1.1,0.689202,2.2,"2013-09-18 00:00",2,"2013-09-30 00:00",1.7,"2013-05-15 00:00",1.7,"2013-05-27 00:00","","","","",2.2,2.2,2.2,2,1.7,1.1,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43231",4,40.008889,-75.09778,"NAD83","n-Hexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,1.446154,0.735544,2.5,"2013-07-09 05:00",2.5,"2013-08-08 05:00",1.9,"2013-07-15 05:00",1.9,"2013-08-20 05:00","","","","",2.5,2.5,2.5,2.5,1.9,1.5,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43231",5,40.008889,-75.09778,"NAD83","n-Hexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,2.562963,1.951754,6.9,"2013-07-21 00:00",6.7,"2013-05-15 00:00",6.2,"2013-07-15 00:00",6,"2013-07-27 00:00","","","","",6.9,6.9,6.7,6.2,3.7,1.7,0.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43232",1,40.008889,-75.09778,"NAD83","n-Heptane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",365,0.440455,0.60802,6.3,"2013-07-31 05:00",6.1,"2013-06-26 11:00",3.8,"2013-08-28 02:00",3.6,"2013-06-10 05:00","","","","",2.7,2.1,1.3,1,0.7,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43232",2,40.008889,-75.09778,"NAD83","n-Heptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",4,0.561538,0.408327,1.2,"2013-05-27 00:00",1,"2013-09-18 00:00",1,"2013-09-30 00:00",0.9,"2013-05-15 00:00","","","","",1.2,1.2,1.2,1,0.9,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43232",4,40.008889,-75.09778,"NAD83","n-Heptane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",3,0.588462,0.350686,1.1,"2013-08-20 05:00",1,"2013-07-09 05:00",0.8,"2013-06-27 06:00",0.8,"2013-07-03 05:00","","","","",1.1,1.1,1.1,1,0.8,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43232",5,40.008889,-75.09778,"NAD83","n-Heptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",7,0.664815,0.493187,2.2,"2013-05-15 00:00",1.5,"2013-05-27 00:00",1.1,"2013-05-21 00:00",1,"2013-09-18 00:00","","","","",2.2,2.2,1.5,1.1,0.9,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43233",1,40.008889,-75.09778,"NAD83","n-Octane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",571,0.170147,0.307233,2.96,"2013-06-26 11:00",1.76,"2013-07-23 02:00",1.63,"2013-08-28 02:00",1.57,"2013-06-28 17:00","","","","",1.34,1.14,0.84,0.62,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43233",2,40.008889,-75.09778,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",10,0.161538,0.212126,0.55,"2013-09-18 00:00",0.54,"2013-05-27 00:00",0.51,"2013-05-15 00:00",0.05,"2013-04-03 00:00","","","","",0.55,0.55,0.55,0.54,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43233",4,40.008889,-75.09778,"NAD83","n-Octane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,1.61,0.600305,2.52,"2013-07-15 05:00",2.37,"2013-07-21 05:00",1.91,"2013-07-09 05:00",1.82,"2013-06-27 06:00","","","","",2.52,2.52,2.52,2.37,1.82,1.64,1.22,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43233",5,40.008889,-75.09778,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",19,0.249259,0.363582,1.59,"2013-05-15 00:00",0.72,"2013-05-27 00:00",0.64,"2013-05-21 00:00",0.62,"2013-09-18 00:00","","","","",1.59,1.59,0.72,0.64,0.54,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43235",1,40.008889,-75.09778,"NAD83","n-Nonane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",680,23,85,365,0,0,"","","Certification not required",555,0.191544,0.340685,3,"2013-07-06 20:00",2.3,"2013-08-28 02:00",1.9,"2013-07-31 05:00",1.8,"2013-08-16 02:00","","","","",1.6,1.3,0.8,0.7,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43235",2,40.008889,-75.09778,"NAD83","n-Nonane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",9,0.219231,0.264211,0.6,"2013-05-15 00:00",0.6,"2013-05-27 00:00",0.6,"2013-09-18 00:00",0.6,"2013-09-30 00:00","","","","",0.6,0.6,0.6,0.6,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43235",4,40.008889,-75.09778,"NAD83","n-Nonane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",4,0.5,0.340343,1,"2013-07-09 05:00",0.9,"2013-08-20 05:00",0.7,"2013-06-21 06:00",0.7,"2013-07-15 05:00","","","","",1,1,1,0.9,0.7,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43235",5,40.008889,-75.09778,"NAD83","n-Nonane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",18,0.266667,0.341659,1.3,"2013-05-15 00:00",0.8,"2013-05-21 00:00",0.7,"2013-04-09 00:00",0.7,"2013-05-27 00:00","","","","",1.3,1.3,0.8,0.7,0.5,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43238",1,40.008889,-75.09778,"NAD83","n-Decane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",429,0.347651,0.490792,4.2,"2013-07-06 20:00",3.2,"2013-08-28 02:00",2.9,"2013-08-16 02:00",2.8,"2013-07-31 05:00","","","","",2.2,1.7,1.2,0.9,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43238",2,40.008889,-75.09778,"NAD83","n-Decane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",7,0.326923,0.328897,0.9,"2013-09-18 00:00",0.7,"2013-05-15 00:00",0.7,"2013-05-27 00:00",0.6,"2013-04-09 00:00","","","","",0.9,0.9,0.9,0.7,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43238",4,40.008889,-75.09778,"NAD83","n-Decane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",10,0.2,0.285044,0.7,"2013-06-21 06:00",0.7,"2013-07-09 05:00",0.7,"2013-08-20 05:00",0.05,"2013-06-09 06:00","","","","",0.7,0.7,0.7,0.7,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43238",5,40.008889,-75.09778,"NAD83","n-Decane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",8,0.633333,0.442023,1.4,"2013-05-15 00:00",1.4,"2013-09-06 00:00",1.2,"2013-05-27 00:00",1.1,"2013-07-09 00:00","","","","",1.4,1.4,1.4,1.2,0.9,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43242",1,40.008889,-75.09778,"NAD83","Cyclopentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",635,0.097871,0.190951,1.6,"2013-08-28 08:00",1.3,"2013-08-28 05:00",1.2,"2013-06-18 05:00",1.2,"2013-08-28 02:00","","","","",1.1,0.9,0.6,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43242",2,40.008889,-75.09778,"NAD83","Cyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",12,0.1,0.180278,0.7,"2013-09-18 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00","","","","",0.7,0.7,0.7,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43242",4,40.008889,-75.09778,"NAD83","Cyclopentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43242",5,40.008889,-75.09778,"NAD83","Cyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",23,0.198148,0.490581,2.5,"2013-05-15 00:00",0.7,"2013-09-18 00:00",0.6,"2013-05-27 00:00",0.4,"2013-04-09 00:00","","","","",2.5,2.5,0.7,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43243",1,40.008889,-75.09778,"NAD83","Isoprene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",150,1.4721,1.356821,8.5,"2013-07-03 20:00",8.4,"2013-07-17 17:00",7.8,"2013-07-17 14:00",7.3,"2013-06-30 17:00","","","","",6.9,5.5,3.9,3.1,2,1.2,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43243",2,40.008889,-75.09778,"NAD83","Isoprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",8,0.269231,0.292645,0.7,"2013-05-27 00:00",0.7,"2013-09-30 00:00",0.6,"2013-09-12 00:00",0.6,"2013-09-24 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43243",4,40.008889,-75.09778,"NAD83","Isoprene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",3,1.119231,1.030481,3.8,"2013-07-15 05:00",2.1,"2013-07-09 05:00",1.9,"2013-06-27 06:00",1.2,"2013-06-21 06:00","","","","",3.8,3.8,3.8,2.1,1.2,1,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43243",5,40.008889,-75.09778,"NAD83","Isoprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",7,0.972222,0.878956,4.1,"2013-07-15 00:00",1.9,"2013-07-09 00:00",1.9,"2013-08-31 00:00",1.6,"2013-06-20 00:00","","","","",4.1,4.1,1.9,1.9,1.4,0.9,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43244",1,40.008889,-75.09778,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",670,0.059031,0.071249,0.7,"2013-06-26 14:00",0.7,"2013-07-31 05:00",0.7,"2013-08-28 02:00",0.7,"2013-08-28 05:00","","","","",0.6,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43244",2,40.008889,-75.09778,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43244",4,40.008889,-75.09778,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43244",5,40.008889,-75.09778,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",25,0.098148,0.192395,1,"2013-05-15 00:00",0.4,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",1,1,0.4,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43245",1,40.008889,-75.09778,"NAD83","1-Hexene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",681,0.39,0,0.39,"2013-06-02 05:00",0.39,"2013-06-02 08:00",0.39,"2013-06-02 11:00",0.39,"2013-06-02 14:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43245",2,40.008889,-75.09778,"NAD83","1-Hexene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.39,0,0.39,"2013-04-03 00:00",0.39,"2013-04-09 00:00",0.39,"2013-04-15 00:00",0.39,"2013-04-21 00:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43245",4,40.008889,-75.09778,"NAD83","1-Hexene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.39,0,0.39,"2013-06-09 06:00",0.39,"2013-06-15 06:00",0.39,"2013-06-21 06:00",0.39,"2013-06-27 06:00","","","","",0.39,0.39,0.39,0.39,0.39,0.39,0.39,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43245",5,40.008889,-75.09778,"NAD83","1-Hexene","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",27,0.213704,0.17312,0.39,"2013-04-09 00:00",0.39,"2013-04-15 00:00",0.39,"2013-04-21 00:00",0.39,"2013-04-27 00:00","","","","",0.39,0.39,0.39,0.39,0.39,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43247",1,40.008889,-75.09778,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",646,0.082673,0.146531,1.2,"2013-07-31 05:00",1,"2013-08-16 05:00",1,"2013-08-28 08:00",0.9,"2013-06-16 05:00","","","","",0.9,0.7,0.5,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43247",2,40.008889,-75.09778,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",11,0.119231,0.173852,0.6,"2013-09-18 00:00",0.4,"2013-05-15 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00","","","","",0.6,0.6,0.6,0.4,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43247",4,40.008889,-75.09778,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43247",5,40.008889,-75.09778,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",24,0.114815,0.199429,0.9,"2013-05-15 00:00",0.6,"2013-09-18 00:00",0.4,"2013-05-21 00:00",0.05,"2013-04-09 00:00","","","","",0.9,0.9,0.6,0.4,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43248",1,40.008889,-75.09778,"NAD83","Cyclohexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",593,0.141483,0.262344,2.1,"2013-06-26 14:00",1.6,"2013-07-23 02:00",1.6,"2013-08-28 02:00",1.5,"2013-08-16 23:00","","","","",1.3,1.1,0.7,0.5,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43248",2,40.008889,-75.09778,"NAD83","Cyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",11,0.134615,0.21054,0.7,"2013-09-18 00:00",0.5,"2013-05-15 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00","","","","",0.7,0.7,0.7,0.5,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43248",4,40.008889,-75.09778,"NAD83","Cyclohexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",12,0.1,0.180278,0.7,"2013-07-09 05:00",0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00","","","","",0.7,0.7,0.7,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43248",5,40.008889,-75.09778,"NAD83","Cyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",16,0.318519,0.412345,1.9,"2013-05-15 00:00",0.7,"2013-07-27 00:00",0.6,"2013-04-09 00:00",0.6,"2013-06-20 00:00","","","","",1.9,1.9,0.7,0.6,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43249",1,40.008889,-75.09778,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",261,0.508737,0.470826,3.5,"2013-07-31 05:00",2.8,"2013-06-26 17:00",2.8,"2013-08-28 08:00",2.6,"2013-07-27 17:00","","","","",2.4,1.8,1.2,1,0.7,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43249",2,40.008889,-75.09778,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",4,0.592308,0.441515,1.2,"2013-09-30 00:00",1.1,"2013-05-27 00:00",1.1,"2013-09-18 00:00",1,"2013-05-15 00:00","","","","",1.2,1.2,1.2,1.1,1,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43249",4,40.008889,-75.09778,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,1.742308,0.683083,2.6,"2013-08-02 05:00",2.5,"2013-06-15 06:00",2.4,"2013-07-21 05:00",2.2,"2013-07-15 05:00","","","","",2.6,2.6,2.6,2.5,2.2,1.9,1.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43249",5,40.008889,-75.09778,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",1,0.964815,0.378716,2.1,"2013-05-15 00:00",1.5,"2013-05-27 00:00",1.4,"2013-05-21 00:00",1.3,"2013-09-18 00:00","","","","",2.1,2.1,1.5,1.4,1.1,0.9,0.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43250",1,40.008889,-75.09778,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,1.461087,0.919286,6.6,"2013-07-23 02:00",6.3,"2013-07-31 05:00",6.1,"2013-08-28 08:00",5.6,"2013-08-28 02:00","","","","",5.3,4.7,3.2,2.4,1.7,1.2,0.7,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43250",2,40.008889,-75.09778,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,1.315385,0.896146,2.8,"2013-09-18 00:00",2.6,"2013-05-15 00:00",2.2,"2013-05-27 00:00",2.2,"2013-09-30 00:00","","","","",2.8,2.8,2.8,2.6,2.2,1.2,0.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43250",4,40.008889,-75.09778,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,1.484615,0.784056,2.6,"2013-08-20 05:00",2.5,"2013-07-09 05:00",2,"2013-06-21 06:00",2,"2013-07-15 05:00","","","","",2.6,2.6,2.6,2.5,2,1.6,0.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43250",5,40.008889,-75.09778,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,2.2,1.246842,4.7,"2013-05-15 00:00",4.2,"2013-07-21 00:00",4.1,"2013-07-27 00:00",3.8,"2013-07-15 00:00","","","","",4.7,4.7,4.2,4.1,3.2,2.1,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43252",1,40.008889,-75.09778,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",680,23,85,365,0,0,"","","Certification not required",539,0.201544,0.332695,2.1,"2013-06-26 14:00",1.9,"2013-07-23 02:00",1.8,"2013-07-31 05:00",1.8,"2013-08-16 05:00","","","","",1.6,1.2,0.9,0.7,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43252",2,40.008889,-75.09778,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",8,0.292308,0.327774,0.8,"2013-05-15 00:00",0.8,"2013-09-18 00:00",0.7,"2013-05-27 00:00",0.6,"2013-09-30 00:00","","","","",0.8,0.8,0.8,0.8,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43252",4,40.008889,-75.09778,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",5,0.480769,0.390266,1.2,"2013-07-09 05:00",0.9,"2013-08-20 05:00",0.8,"2013-06-21 06:00",0.7,"2013-07-15 05:00","","","","",1.2,1.2,1.2,0.9,0.7,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43252",5,40.008889,-75.09778,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",15,0.346296,0.38728,1.5,"2013-05-15 00:00",1,"2013-05-21 00:00",0.8,"2013-05-27 00:00",0.8,"2013-09-18 00:00","","","","",1.5,1.5,1,0.8,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43253",1,40.008889,-75.09778,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",661,0.070264,0.124442,1.7,"2013-07-15 08:00",0.9,"2013-06-26 17:00",0.9,"2013-07-31 05:00",0.9,"2013-08-28 08:00","","","","",0.8,0.6,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43253",2,40.008889,-75.09778,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43253",4,40.008889,-75.09778,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43253",5,40.008889,-75.09778,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",26,0.077778,0.144338,0.8,"2013-05-15 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.8,0.8,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43261",1,40.008889,-75.09778,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",680,23,85,365,0,0,"","","Certification not required",453,0.326985,0.486031,3.5,"2013-07-23 02:00",3,"2013-08-28 02:00",2.6,"2013-07-31 05:00",2.6,"2013-08-28 05:00","","","","",2.4,1.8,1.2,0.9,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43261",2,40.008889,-75.09778,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",7,0.357692,0.358728,0.9,"2013-05-27 00:00",0.8,"2013-05-15 00:00",0.8,"2013-09-18 00:00",0.7,"2013-09-30 00:00","","","","",0.9,0.9,0.9,0.8,0.7,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43261",4,40.008889,-75.09778,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",5,0.488462,0.41641,1.4,"2013-07-09 05:00",0.8,"2013-06-21 06:00",0.8,"2013-08-20 05:00",0.7,"2013-07-03 05:00","","","","",1.4,1.4,1.4,0.8,0.7,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43261",5,40.008889,-75.09778,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",9,0.590741,0.614885,3.1,"2013-05-15 00:00",1.2,"2013-05-27 00:00",0.9,"2013-04-09 00:00",0.9,"2013-05-21 00:00","","","","",3.1,3.1,1.2,0.9,0.8,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43262",1,40.008889,-75.09778,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",329,0.455286,0.493488,2.8,"2013-08-28 02:00",2.7,"2013-06-26 11:00",2.7,"2013-08-15 20:00",2.6,"2013-07-31 05:00","","","","",2.5,1.8,1.3,1,0.7,0.5,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43262",2,40.008889,-75.09778,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",4,0.592308,0.447142,1.4,"2013-09-18 00:00",1.1,"2013-09-30 00:00",1,"2013-05-15 00:00",0.9,"2013-05-27 00:00","","","","",1.4,1.4,1.4,1.1,0.9,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43262",4,40.008889,-75.09778,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,0.957692,0.355813,1.4,"2013-07-15 05:00",1.3,"2013-07-09 05:00",1.2,"2013-08-02 05:00",1.2,"2013-08-08 05:00","","","","",1.4,1.4,1.4,1.3,1.2,1,0.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43262",5,40.008889,-75.09778,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",5,0.883333,0.764727,4.1,"2013-05-15 00:00",1.6,"2013-09-18 00:00",1.3,"2013-05-27 00:00",1.2,"2013-05-21 00:00","","","","",4.1,4.1,1.6,1.3,1.1,0.9,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43263",1,40.008889,-75.09778,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",395,0.356167,0.438244,3.8,"2013-06-26 17:00",2.9,"2013-07-31 05:00",2.4,"2013-08-28 08:00",2.1,"2013-07-27 17:00","","","","",2.1,1.5,1.1,0.9,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43263",2,40.008889,-75.09778,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",1,0.757692,0.355813,1.3,"2013-09-30 00:00",1.2,"2013-05-27 00:00",1.2,"2013-09-18 00:00",1.1,"2013-05-15 00:00","","","","",1.3,1.3,1.3,1.2,1.1,0.7,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43263",4,40.008889,-75.09778,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",6,0.4,0.356487,1,"2013-08-20 05:00",0.8,"2013-07-09 05:00",0.7,"2013-06-27 06:00",0.7,"2013-08-02 05:00","","","","",1,1,1,0.8,0.7,0.5,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43263",5,40.008889,-75.09778,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",6,0.622222,0.404383,1.7,"2013-05-15 00:00",1.2,"2013-05-27 00:00",1.1,"2013-05-21 00:00",1.1,"2013-09-18 00:00","","","","",1.7,1.7,1.2,1.1,0.9,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43280",1,40.008889,-75.09778,"NAD83","1-Butene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",260,0.61674,0.75393,5.6,"2013-06-12 20:00",4.6,"2013-06-18 05:00",4.5,"2013-08-16 05:00",4.3,"2013-06-16 08:00","","","","",3.8,3.1,2.3,1.3,0.7,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43280",2,40.008889,-75.09778,"NAD83","1-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",3,1.734615,1.402733,3.9,"2013-05-27 00:00",3.8,"2013-05-15 00:00",3,"2013-05-09 00:00",2.8,"2013-09-18 00:00","","","","",3.9,3.9,3.9,3.8,2.8,1.5,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43280",4,40.008889,-75.09778,"NAD83","1-Butene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,4.911538,3.536957,13.3,"2013-07-15 05:00",10.6,"2013-06-27 06:00",6.4,"2013-08-08 05:00",5.5,"2013-08-14 05:00","","","","",13.3,13.3,13.3,10.6,5.5,4,2.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43280",5,40.008889,-75.09778,"NAD83","1-Butene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,3.644444,2.043062,9,"2013-07-15 00:00",7.9,"2013-05-21 00:00",7.6,"2013-08-26 00:00",5.4,"2013-05-15 00:00","","","","",9,9,7.9,7.6,4.3,3.3,1.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43284",1,40.008889,-75.09778,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",543,0.189941,0.313445,1.9,"2013-08-28 02:00",1.7,"2013-06-16 05:00",1.7,"2013-06-18 05:00",1.7,"2013-08-28 05:00","","","","",1.6,1.1,0.8,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43284",2,40.008889,-75.09778,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",8,0.284615,0.326206,0.9,"2013-09-18 00:00",0.7,"2013-05-15 00:00",0.7,"2013-09-30 00:00",0.6,"2013-05-27 00:00","","","","",0.9,0.9,0.9,0.7,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43284",4,40.008889,-75.09778,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",9,0.419231,0.687852,1.9,"2013-07-15 05:00",1.9,"2013-07-21 05:00",0.6,"2013-07-09 05:00",0.6,"2013-08-20 05:00","","","","",1.9,1.9,1.9,1.9,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43284",5,40.008889,-75.09778,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",16,0.355556,0.483046,2.2,"2013-05-15 00:00",1,"2013-09-18 00:00",0.8,"2013-05-21 00:00",0.8,"2013-05-27 00:00","","","","",2.2,2.2,1,0.8,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43285",1,40.008889,-75.09778,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",19,1.742805,0.946518,6.7,"2013-08-15 20:00",6.5,"2013-08-28 02:00",6.4,"2013-07-31 05:00",6.1,"2013-07-16 23:00","","","","",5.8,4.3,3.4,2.9,2.1,1.6,0.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43285",2,40.008889,-75.09778,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,1.715385,0.934386,3.5,"2013-09-18 00:00",3.1,"2013-09-30 00:00",2.4,"2013-05-27 00:00",2.3,"2013-05-15 00:00","","","","",3.5,3.5,3.5,3.1,2.3,1.6,0.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43285",4,40.008889,-75.09778,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",1,2.426923,1.115164,4.3,"2013-07-15 05:00",4,"2013-07-09 05:00",3.2,"2013-07-21 05:00",3,"2013-08-20 05:00","","","","",4.3,4.3,4.3,4,3,2.4,1.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43285",5,40.008889,-75.09778,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,2.455556,1.409674,8.4,"2013-05-15 00:00",3.7,"2013-09-18 00:00",3.5,"2013-07-15 00:00",3.4,"2013-07-09 00:00","","","","",8.4,8.4,3.7,3.5,2.7,2.4,1.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43291",1,40.008889,-75.09778,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",508,0.225404,0.337422,2.3,"2013-06-26 17:00",2.2,"2013-07-31 05:00",1.6,"2013-08-16 02:00",1.6,"2013-08-16 05:00","","","","",1.5,1.2,0.9,0.7,0.5,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43291",2,40.008889,-75.09778,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",8,0.315385,0.378255,1.1,"2013-09-18 00:00",0.8,"2013-09-30 00:00",0.7,"2013-05-15 00:00",0.7,"2013-05-27 00:00","","","","",1.1,1.1,1.1,0.8,0.7,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43291",4,40.008889,-75.09778,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",2,0.669231,0.334501,1.2,"2013-07-09 05:00",1,"2013-07-03 05:00",0.9,"2013-06-21 06:00",0.9,"2013-08-20 05:00","","","","",1.2,1.2,1.2,1,0.9,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43291",5,40.008889,-75.09778,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",11,0.45,0.411377,1.6,"2013-05-15 00:00",1.3,"2013-09-18 00:00",0.9,"2013-05-21 00:00",0.8,"2013-05-27 00:00","","","","",1.6,1.6,1.3,0.9,0.6,0.5,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43335",3,40.008889,-75.09778,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43502",2,40.008889,-75.09778,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",0,2.045161,1.281884,4.7,"2013-06-26 00:00",4.3,"2013-05-15 00:00",4.3,"2013-05-21 00:00",4.2,"2013-06-08 00:00","","","","",4.7,4.7,4.3,4.2,3.1,1.4,0.9,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43502",3,40.008889,-75.09778,"NAD83","Formaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-03 14:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43502",8,40.008889,-75.09778,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,1.533333,0.305505,1.8,"2013-01-10 00:00",1.6,"2013-01-04 00:00",1.2,"2013-01-16 00:00","","","","","","",1.8,1.8,1.8,1.8,1.8,1.6,1.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43503",2,40.008889,-75.09778,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",0,2.477419,0.991534,4.6,"2013-05-15 00:00",3.9,"2013-04-09 00:00",3.9,"2013-06-08 00:00",3.9,"2013-06-26 00:00","","","","",4.6,4.6,3.9,3.9,3.4,2.1,1.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43503",3,40.008889,-75.09778,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-03 14:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43503",8,40.008889,-75.09778,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,2.033333,0.11547,2.1,"2013-01-04 00:00",2.1,"2013-01-10 00:00",1.9,"2013-01-16 00:00","","","","","","",2.1,2.1,2.1,2.1,2.1,2.1,1.9,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43504",2,40.008889,-75.09778,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",0,0.280645,0.323954,0.9,"2013-06-26 00:00",0.8,"2013-04-09 00:00",0.8,"2013-06-02 00:00",0.8,"2013-06-08 00:00","","","","",0.9,0.9,0.8,0.8,0.6,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43504",3,40.008889,-75.09778,"NAD83","Propionaldehyde","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-03 14:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43504",8,40.008889,-75.09778,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43505",2,40.008889,-75.09778,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",0,0.075806,0.110598,0.32,"2013-06-26 00:00",0.29,"2013-06-02 00:00",0.26,"2013-06-08 00:00",0.25,"2013-04-09 00:00","","","","",0.32,0.32,0.29,0.25,0.17,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43505",3,40.008889,-75.09778,"NAD83","Acrolein - Unverified","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-03 14:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43505",8,40.008889,-75.09778,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43551",2,40.008889,-75.09778,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",0,8.772426,4.326189,17.9907,"2013-05-15 00:00",16.5372,"2013-05-27 00:00",16.1058,"2013-04-27 00:00",14.6229,"2013-04-15 00:00","","","","",17.9907,17.9907,16.5372,14.6229,11.6982,7.6335,3.5745,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43551",3,40.008889,-75.09778,"NAD83","Acetone","3 HOURS","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",40,0.07725,0,0.07725,"2013-06-03 05:00",0.07725,"2013-06-03 08:00",0.07725,"2013-06-03 11:00",0.07725,"2013-06-03 14:00","","","","",0.07725,0.07725,0.07725,0.07725,0.07725,0.07725,0.07725,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43551",8,40.008889,-75.09778,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,5.2851,0.744369,6.1182,"2013-01-16 00:00",5.0517,"2013-01-10 00:00",4.6854,"2013-01-04 00:00","","","","","","",6.1182,6.1182,6.1182,6.1182,6.1182,5.0517,4.6854,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43552",2,40.008889,-75.09778,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",7,1.040029,0.679034,2.0684,"2013-05-15 00:00",2.0496,"2013-06-02 00:00",2.0432,"2013-06-26 00:00",1.9796,"2013-06-08 00:00","","","","",2.0684,2.0684,2.0496,1.9796,1.548,1.0468,0.0755,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43552",3,40.008889,-75.09778,"NAD83","Methyl ethyl ketone","3 HOURS","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",40,0.1222,0,0.1222,"2013-06-03 05:00",0.1222,"2013-06-03 08:00",0.1222,"2013-06-03 11:00",0.1222,"2013-06-03 14:00","","","","",0.1222,0.1222,0.1222,0.1222,0.1222,0.1222,0.1222,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43552",8,40.008889,-75.09778,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,1.332,0.134284,1.436,"2013-01-10 00:00",1.3796,"2013-01-04 00:00",1.1804,"2013-01-16 00:00","","","","","","",1.436,1.436,1.436,1.436,1.436,1.3796,1.1804,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43560",2,40.008889,-75.09778,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",31,51,28,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43560",3,40.008889,-75.09778,"NAD83","Methyl isobutyl ketone","3 HOURS","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,1,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-06-03 05:00",0,"2013-06-03 08:00",0,"2013-06-03 11:00",0,"2013-06-03 14:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0004","43560",8,40.008889,-75.09778,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-08-21" +"42","101","0004","43704",3,40.008889,-75.09778,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.261364,0.477014,2.3,"2013-04-10 00:00",2.1,"2013-06-27 00:00",2.1,"2013-07-03 00:00",2,"2013-09-01 00:00","","","","",2.3,2.3,2.1,1.8,1.6,1.2,0.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43801",3,40.008889,-75.09778,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.593182,0.137075,0.9,"2013-06-03 00:00",0.9,"2013-06-27 00:00",0.8,"2013-05-22 00:00",0.8,"2013-05-28 00:00","","","","",0.9,0.9,0.8,0.7,0.6,0.6,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43802",3,40.008889,-75.09778,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.34186,0.32967,1.5,"2013-07-15 00:00",1.2,"2013-07-27 00:00",1,"2013-07-21 00:00",1,"2013-08-08 00:00","","","","",1.5,1.5,1,0.9,0.3,0.2,0.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43803",3,40.008889,-75.09778,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.218605,0.296211,1.2,"2013-07-21 00:00",1.1,"2013-07-27 00:00",1.1,"2013-08-08 00:00",0.7,"2013-07-15 00:00","","","","",1.2,1.2,1.1,0.7,0.2,0.1,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43804",3,40.008889,-75.09778,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.109091,0.036205,0.2,"2013-07-15 00:00",0.2,"2013-07-21 00:00",0.2,"2013-07-27 00:00",0.2,"2013-08-02 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43811",3,40.008889,-75.09778,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.256818,0.050106,0.3,"2013-01-22 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43812",3,40.008889,-75.09778,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43813",3,40.008889,-75.09778,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43814",3,40.008889,-75.09778,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.027273,0.045051,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-07-15 00:00",0.1,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43815",3,40.008889,-75.09778,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.029545,0.046152,0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43817",3,40.008889,-75.09778,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.036364,0.048661,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-27 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43818",3,40.008889,-75.09778,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43819",3,40.008889,-75.09778,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.044186,0.191861,0.9,"2013-01-28 00:00",0.9,"2013-02-15 00:00",0.1,"2013-02-03 00:00",0,"2013-01-04 00:00","","","","",0.9,0.9,0.1,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43820",3,40.008889,-75.09778,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-02-09 00:00",0.1,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43823",3,40.008889,-75.09778,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.538636,0.068932,0.7,"2013-09-13 00:00",0.7,"2013-09-19 00:00",0.7,"2013-09-25 00:00",0.6,"2013-02-03 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43824",3,40.008889,-75.09778,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.015909,0.036999,0.1,"2013-01-28 00:00",0.1,"2013-05-16 00:00",0.1,"2013-07-15 00:00",0.1,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43826",3,40.008889,-75.09778,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.006818,0.025497,0.1,"2013-03-11 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43829",3,40.008889,-75.09778,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43830",3,40.008889,-75.09778,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43831",3,40.008889,-75.09778,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43839",3,40.008889,-75.09778,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43843",3,40.008889,-75.09778,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43844",3,40.008889,-75.09778,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.006818,0.025497,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-09-07 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43853",3,40.008889,-75.09778,"NAD83","1-Bromopropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",27,0.169318,0.163968,0.5,"2013-02-15 00:00",0.5,"2013-04-16 00:00",0.4,"2013-04-04 00:00",0.4,"2013-04-10 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43860",3,40.008889,-75.09778,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","43954",1,40.008889,-75.09778,"NAD83","n-Undecane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",565,0.182893,0.3516,2.9,"2013-08-28 02:00",2.6,"2013-06-26 11:00",2.4,"2013-07-06 20:00",2,"2013-07-30 20:00","","","","",1.8,1.4,0.8,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43954",2,40.008889,-75.09778,"NAD83","n-Undecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",10,0.169231,0.227796,0.6,"2013-05-15 00:00",0.6,"2013-09-18 00:00",0.5,"2013-05-27 00:00",0.05,"2013-04-03 00:00","","","","",0.6,0.6,0.6,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43954",4,40.008889,-75.09778,"NAD83","n-Undecane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",10,0.176923,0.244622,0.7,"2013-07-09 05:00",0.6,"2013-08-20 05:00",0.5,"2013-06-21 06:00",0.05,"2013-06-09 06:00","","","","",0.7,0.7,0.7,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43954",5,40.008889,-75.09778,"NAD83","n-Undecane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,2.062963,0.738579,3.7,"2013-09-12 00:00",3.1,"2013-06-20 00:00",3.1,"2013-08-31 00:00",2.8,"2013-05-21 00:00","","","","",3.7,3.7,3.1,3.1,2.5,2.1,1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43960",1,40.008889,-75.09778,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",633,0.094493,0.165795,0.9,"2013-06-25 17:00",0.9,"2013-07-16 23:00",0.9,"2013-07-31 05:00",0.9,"2013-08-22 17:00","","","","",0.8,0.8,0.6,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43960",2,40.008889,-75.09778,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",12,0.084615,0.124808,0.5,"2013-05-15 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00","","","","",0.5,0.5,0.5,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43960",4,40.008889,-75.09778,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",9,0.211538,0.256705,0.7,"2013-07-09 05:00",0.6,"2013-08-20 05:00",0.5,"2013-06-21 06:00",0.5,"2013-07-15 05:00","","","","",0.7,0.7,0.7,0.6,0.5,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","43960",5,40.008889,-75.09778,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",23,0.135185,0.217863,0.9,"2013-05-15 00:00",0.6,"2013-05-27 00:00",0.5,"2013-04-09 00:00",0.5,"2013-05-21 00:00","","","","",0.9,0.9,0.6,0.5,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","44201",1,40.008889,-75.09778,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6451,86,183,214,0,64,0,0,"Certification not required",786,0.036623,0.010494,0.062,"2013-06-05 17:00",0.061,"2013-04-28 16:00",0.056,"2013-05-29 16:00",0.056,"2013-08-16 15:00","","","","",0.061,0.056,0.053,0.049,0.044,0.038,0.031,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","44201",1,40.008889,-75.09778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6468,86,183,214,0,0,0,0,"Certification not required",0,0.030754,0.00984,0.058,"2013-04-28 11:00",0.052,"2013-04-27 14:00",0.047,"2013-04-26 11:00",0.047,"2013-04-30 12:00","","","","",0.052,0.047,0.045,0.043,0.038,0.033,0.026,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","44201",1,40.008889,-75.09778,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6468,86,183,214,0,0,0,0,"Certification not required",0,0.030754,0.00984,0.058,"2013-04-28 11:00",0.052,"2013-04-27 14:00",0.047,"2013-04-26 11:00",0.047,"2013-04-30 12:00","","","","",0.052,0.047,0.045,0.043,0.038,0.033,0.026,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0004","45109",1,40.008889,-75.09778,"NAD83","m/p Xylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,2.499001,1.599197,13.14,"2013-07-31 05:00",8.74,"2013-08-16 02:00",8.74,"2013-08-16 05:00",8.69,"2013-08-28 08:00","","","","",7.92,7.08,5.53,4.42,3.28,2.29,0.85,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45109",2,40.008889,-75.09778,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,1.770769,0.850171,2.95,"2013-09-30 00:00",2.9,"2013-05-15 00:00",2.88,"2013-09-18 00:00",2.66,"2013-05-27 00:00","","","","",2.95,2.95,2.95,2.9,2.66,1.64,0.83,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45109",3,40.008889,-75.09778,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.045455,0.710209,2.6,"2013-09-07 00:00",2.5,"2013-05-16 00:00",2.5,"2013-08-02 00:00",2.5,"2013-08-08 00:00","","","","",2.6,2.6,2.5,2.3,1.5,0.9,0.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45109",4,40.008889,-75.09778,"NAD83","m/p Xylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,2.887692,0.995742,4.37,"2013-08-20 05:00",4.19,"2013-07-21 05:00",3.91,"2013-08-02 05:00",3.63,"2013-06-21 06:00","","","","",4.37,4.37,4.37,4.19,3.63,2.57,1.82,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45109",5,40.008889,-75.09778,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,2.271111,0.983641,4.36,"2013-05-15 00:00",4.06,"2013-07-27 00:00",3.76,"2013-06-02 00:00",3.71,"2013-05-21 00:00","","","","",4.36,4.36,4.06,3.76,2.75,1.96,1.32,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45201",1,40.008889,-75.09778,"NAD83","Benzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,0.839838,0.604354,4.94,"2013-07-31 05:00",4.15,"2013-08-16 05:00",3.72,"2013-08-28 08:00",3.59,"2013-06-16 05:00","","","","",3.26,2.47,1.93,1.48,1.04,0.76,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45201",2,40.008889,-75.09778,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,1.149231,0.465912,1.83,"2013-09-30 00:00",1.75,"2013-09-18 00:00",1.67,"2013-05-15 00:00",1.53,"2013-05-27 00:00","","","","",1.83,1.83,1.83,1.75,1.53,1.04,0.57,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45201",3,40.008889,-75.09778,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.236364,0.508573,2.7,"2013-01-28 00:00",2.5,"2013-02-15 00:00",2.2,"2013-01-16 00:00",2.1,"2013-05-16 00:00","","","","",2.7,2.7,2.2,1.8,1.5,1.1,0.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45201",4,40.008889,-75.09778,"NAD83","Benzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,1.642308,0.800137,3,"2013-07-09 05:00",2.38,"2013-08-02 05:00",2.36,"2013-08-20 05:00",2.32,"2013-06-21 06:00","","","","",3,3,3,2.38,2.32,1.56,0.66,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45201",5,40.008889,-75.09778,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,1.662222,0.734168,3.98,"2013-05-15 00:00",2.46,"2013-05-21 00:00",2.4,"2013-07-15 00:00",2.36,"2013-09-12 00:00","","","","",3.98,3.98,2.46,2.4,2.14,1.62,0.85,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45202",1,40.008889,-75.09778,"NAD83","Toluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,3.223069,1.998419,15.78,"2013-07-31 05:00",15.23,"2013-08-28 08:00",14.18,"2013-08-16 05:00",13.69,"2013-08-28 02:00","","","","",11.32,9.36,7.05,5.43,3.77,2.65,1.6,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45202",2,40.008889,-75.09778,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,3.713077,1.657374,6,"2013-05-15 00:00",5.9,"2013-09-30 00:00",5.66,"2013-05-27 00:00",5.06,"2013-09-18 00:00","","","","",6,6,6,5.9,5.06,3.59,1.49,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45202",3,40.008889,-75.09778,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,3.127273,1.988498,9.7,"2013-08-08 00:00",8.3,"2013-08-14 00:00",8,"2013-05-16 00:00",6.2,"2013-05-28 00:00","","","","",9.7,9.7,8,5.3,4.1,2.5,1.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45202",4,40.008889,-75.09778,"NAD83","Toluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,3.609231,1.879177,6.9,"2013-08-20 05:00",6.17,"2013-08-08 05:00",4.88,"2013-07-09 05:00",4.45,"2013-06-27 06:00","","","","",6.9,6.9,6.9,6.17,4.45,4.03,1.83,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45202",5,40.008889,-75.09778,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,4.272593,1.835696,8.45,"2013-05-15 00:00",7.5,"2013-08-14 00:00",7.42,"2013-05-21 00:00",7.13,"2013-05-27 00:00","","","","",8.45,8.45,7.5,7.42,5.46,3.61,2.32,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45203",1,40.008889,-75.09778,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",680,23,85,365,0,0,"","","Certification not required",0,0.854515,0.770193,5.16,"2013-07-31 05:00",3.34,"2013-07-30 20:00",2.81,"2013-06-07 11:00",2.8,"2013-08-01 14:00","","","","",2.73,2.52,2.23,1.92,1.35,0.88,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45203",2,40.008889,-75.09778,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,0.363077,0.370864,0.84,"2013-09-30 00:00",0.83,"2013-05-15 00:00",0.8,"2013-09-18 00:00",0.76,"2013-05-27 00:00","","","","",0.84,0.84,0.84,0.83,0.76,0.41,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45203",3,40.008889,-75.09778,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.313636,0.163666,0.7,"2013-09-19 00:00",0.6,"2013-01-28 00:00",0.6,"2013-05-16 00:00",0.6,"2013-05-28 00:00","","","","",0.7,0.7,0.6,0.6,0.4,0.3,0.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45203",4,40.008889,-75.09778,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,1.287692,0.529641,2.2,"2013-07-21 05:00",1.89,"2013-07-27 05:00",1.71,"2013-06-21 06:00",1.62,"2013-08-20 05:00","","","","",2.2,2.2,2.2,1.89,1.62,1.41,0.65,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45203",5,40.008889,-75.09778,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,0.670741,0.541529,1.71,"2013-07-27 00:00",1.67,"2013-06-02 00:00",1.38,"2013-05-15 00:00",1.37,"2013-08-02 00:00","","","","",1.71,1.71,1.67,1.38,1.06,0.7,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45204",1,40.008889,-75.09778,"NAD83","o-Xylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,0.90395,0.74962,4.96,"2013-07-31 05:00",3.43,"2013-08-28 08:00",3.3,"2013-07-30 20:00",3.28,"2013-08-16 02:00","","","","",3.21,2.78,2.16,1.84,1.34,0.95,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45204",2,40.008889,-75.09778,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",0,0.626923,0.48505,1.22,"2013-05-27 00:00",1.22,"2013-09-30 00:00",1.1,"2013-09-18 00:00",1.06,"2013-05-15 00:00","","","","",1.22,1.22,1.22,1.22,1.06,0.67,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45204",3,40.008889,-75.09778,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.397727,0.249174,1,"2013-09-07 00:00",1,"2013-09-19 00:00",0.8,"2013-01-28 00:00",0.8,"2013-05-16 00:00","","","","",1,1,0.8,0.8,0.5,0.4,0.2,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45204",4,40.008889,-75.09778,"NAD83","o-Xylene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,1.177692,0.428722,1.86,"2013-08-20 05:00",1.77,"2013-07-21 05:00",1.59,"2013-08-02 05:00",1.48,"2013-06-21 06:00","","","","",1.86,1.86,1.86,1.77,1.48,1.04,0.75,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45204",5,40.008889,-75.09778,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,0.965185,0.454045,1.79,"2013-05-15 00:00",1.78,"2013-07-27 00:00",1.67,"2013-05-27 00:00",1.48,"2013-06-02 00:00","","","","",1.79,1.79,1.78,1.67,1.19,0.94,0.56,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45207",1,40.008889,-75.09778,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",614,0.126711,0.261657,1.93,"2013-07-31 05:00",1.87,"2013-06-10 05:00",1.78,"2013-06-10 11:00",1.74,"2013-08-28 02:00","","","","",1.36,1.21,0.65,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45207",2,40.008889,-75.09778,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",11,0.119231,0.169777,0.54,"2013-05-27 00:00",0.46,"2013-05-15 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00","","","","",0.54,0.54,0.54,0.46,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45207",3,40.008889,-75.09778,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",31,0.105682,0.09352,0.4,"2013-09-07 00:00",0.3,"2013-05-16 00:00",0.3,"2013-05-28 00:00",0.3,"2013-08-08 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45207",4,40.008889,-75.09778,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45207",5,40.008889,-75.09778,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",23,0.139259,0.221271,0.73,"2013-05-27 00:00",0.7,"2013-05-21 00:00",0.69,"2013-05-15 00:00",0.49,"2013-04-09 00:00","","","","",0.73,0.73,0.7,0.69,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45208",1,40.008889,-75.09778,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",141,1.924332,1.795496,9.77,"2013-07-31 05:00",8.75,"2013-08-28 05:00",8.62,"2013-08-28 02:00",7.39,"2013-08-28 08:00","","","","",6.9,5.8,4.88,4.42,3.65,1.26,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45208",2,40.008889,-75.09778,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",2,0.734615,0.452081,1.45,"2013-05-27 00:00",1.29,"2013-09-30 00:00",1.24,"2013-09-18 00:00",1.14,"2013-05-15 00:00","","","","",1.45,1.45,1.45,1.29,1.14,0.62,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45208",3,40.008889,-75.09778,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",2,0.470455,0.203835,1.1,"2013-09-19 00:00",0.9,"2013-05-16 00:00",0.9,"2013-05-28 00:00",0.9,"2013-09-07 00:00","","","","",1.1,1.1,0.9,0.7,0.5,0.5,0.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45208",4,40.008889,-75.09778,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,2.358462,1.434073,4.56,"2013-08-20 05:00",4.49,"2013-08-02 05:00",4.32,"2013-08-08 05:00",3.33,"2013-08-14 05:00","","","","",4.56,4.56,4.56,4.49,3.33,2.1,0.72,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45208",5,40.008889,-75.09778,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,1.378148,1.100322,4.61,"2013-07-27 00:00",4.09,"2013-08-14 00:00",4.03,"2013-08-02 00:00",1.89,"2013-05-27 00:00","","","","",4.61,4.61,4.09,4.03,1.45,1.02,0.61,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45209",1,40.008889,-75.09778,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",664,0.066667,0.107603,1.1,"2013-07-31 05:00",1,"2013-06-10 05:00",1,"2013-06-10 11:00",0.8,"2013-06-10 14:00","","","","",0.7,0.6,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45209",2,40.008889,-75.09778,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45209",4,40.008889,-75.09778,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45209",5,40.008889,-75.09778,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",26,0.066667,0.086603,0.5,"2013-05-21 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.5,0.5,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45210",1,40.008889,-75.09778,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",680,23,85,365,0,0,"","","Certification not required",0,0.500882,1.667103,22.3,"2013-07-23 02:00",15.4,"2013-06-10 14:00",10.9,"2013-06-18 08:00",10.7,"2013-07-28 17:00","","","","",8.9,5.6,3,1.3,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45210",2,40.008889,-75.09778,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",12,20,11,61,0,0,"","","Certification not required",0,0.475,0.506548,1.3,"2013-04-21 00:00",1.3,"2013-05-27 00:00",1,"2013-04-27 00:00",0.7,"2013-05-03 00:00","","","","",1.3,1.3,1.3,1.3,1,0.5,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45210",3,40.008889,-75.09778,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.370455,1.00801,3.5,"2013-04-10 00:00",3.2,"2013-04-16 00:00",2.9,"2013-05-28 00:00",2.6,"2013-06-03 00:00","","","","",3.5,3.5,2.9,2.5,2.3,1.6,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45210",4,40.008889,-75.09778,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,0.053846,0.194145,0.7,"2013-08-08 05:00",0,"2013-06-09 06:00",0,"2013-06-15 06:00",0,"2013-06-21 06:00","","","","",0.7,0.7,0.7,0,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45210",5,40.008889,-75.09778,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,0.714815,0.901155,3.2,"2013-04-09 00:00",2.8,"2013-04-15 00:00",2.1,"2013-04-27 00:00",1.7,"2013-04-21 00:00","","","","",3.2,3.2,2.8,2.1,1.1,0.6,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45211",1,40.008889,-75.09778,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",615,0.130176,0.280617,2.8,"2013-06-07 02:00",2.4,"2013-06-06 20:00",1.8,"2013-06-06 23:00",1.7,"2013-06-10 02:00","","","","",1.4,1.1,0.7,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45211",2,40.008889,-75.09778,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",12,0.084615,0.124808,0.5,"2013-05-15 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00","","","","",0.5,0.5,0.5,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45211",4,40.008889,-75.09778,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",12,0.092308,0.152543,0.6,"2013-08-08 05:00",0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00","","","","",0.6,0.6,0.6,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45211",5,40.008889,-75.09778,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",25,0.094444,0.165444,0.8,"2013-04-15 00:00",0.5,"2013-05-15 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-21 00:00","","","","",0.8,0.8,0.5,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45212",1,40.008889,-75.09778,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",418,0.358737,0.499743,3.6,"2013-07-31 05:00",3.5,"2013-06-26 11:00",3.3,"2013-06-10 05:00",3.1,"2013-06-10 11:00","","","","",2.5,2,1.2,0.9,0.6,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45212",2,40.008889,-75.09778,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",3,0.634615,0.41452,1.2,"2013-05-27 00:00",1.1,"2013-04-27 00:00",1,"2013-09-18 00:00",1,"2013-09-30 00:00","","","","",1.2,1.2,1.2,1.1,1,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45212",4,40.008889,-75.09778,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",6,0.469231,0.450249,1.3,"2013-08-20 05:00",1.1,"2013-06-27 06:00",0.9,"2013-06-21 06:00",0.7,"2013-07-09 05:00","","","","",1.3,1.3,1.3,1.1,0.7,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45212",5,40.008889,-75.09778,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",26,43,25,61,0,0,"","","Certification not required",5,0.763462,0.45685,1.7,"2013-05-27 00:00",1.5,"2013-05-21 00:00",1.3,"2013-09-06 00:00",1.2,"2013-04-27 00:00","","","","",1.7,1.7,1.5,1.3,1,0.8,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45213",1,40.008889,-75.09778,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",631,0.10536,0.219685,1.8,"2013-06-10 11:00",1.8,"2013-07-31 05:00",1.7,"2013-06-10 05:00",1.4,"2013-06-10 14:00","","","","",1.2,1,0.6,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45213",2,40.008889,-75.09778,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",11,0.111538,0.151594,0.5,"2013-05-27 00:00",0.4,"2013-05-15 00:00",0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00","","","","",0.5,0.5,0.5,0.4,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45213",3,40.008889,-75.09778,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",28,0.122727,0.106452,0.4,"2013-09-07 00:00",0.4,"2013-09-19 00:00",0.3,"2013-02-15 00:00",0.3,"2013-05-28 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45213",4,40.008889,-75.09778,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45213",5,40.008889,-75.09778,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",23,0.135185,0.210683,0.7,"2013-05-21 00:00",0.7,"2013-05-27 00:00",0.6,"2013-05-15 00:00",0.5,"2013-04-09 00:00","","","","",0.7,0.7,0.7,0.6,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45218",1,40.008889,-75.09778,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",650,0.079001,0.147153,2.1,"2013-06-26 11:00",1.1,"2013-06-10 11:00",1,"2013-06-10 05:00",0.9,"2013-06-07 05:00","","","","",0.7,0.6,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45218",2,40.008889,-75.09778,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45218",4,40.008889,-75.09778,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",2,0.523077,0.22695,0.8,"2013-08-20 05:00",0.7,"2013-06-21 06:00",0.7,"2013-08-02 05:00",0.6,"2013-06-15 06:00","","","","",0.8,0.8,0.8,0.7,0.6,0.6,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45218",5,40.008889,-75.09778,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",4,0.637037,0.369665,2,"2013-05-15 00:00",0.9,"2013-09-18 00:00",0.8,"2013-08-02 00:00",0.8,"2013-08-20 00:00","","","","",2,2,0.9,0.8,0.8,0.7,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45219",1,40.008889,-75.09778,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",659,0.073642,0.136632,1.5,"2013-08-28 02:00",1.3,"2013-07-31 05:00",1.1,"2013-07-30 20:00",0.9,"2013-08-28 05:00","","","","",0.8,0.7,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45219",2,40.008889,-75.09778,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45219",4,40.008889,-75.09778,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45219",5,40.008889,-75.09778,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",24,0.12963,0.252396,1.2,"2013-05-15 00:00",0.6,"2013-09-12 00:00",0.5,"2013-04-09 00:00",0.05,"2013-04-15 00:00","","","","",1.2,1.2,0.6,0.5,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45220",1,40.008889,-75.09778,"NAD83","Styrene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",0,0.73931,2.285832,28.22,"2013-06-14 23:00",22.49,"2013-06-15 23:00",18.79,"2013-08-21 02:00",14.61,"2013-06-24 02:00","","","","",10.93,8.15,3.78,1.7,0.64,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45220",2,40.008889,-75.09778,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",12,20,11,61,0,0,"","","Certification not required",0,0.784167,0.923269,2.32,"2013-05-15 00:00",2.24,"2013-09-18 00:00",1.56,"2013-09-12 00:00",1.51,"2013-04-09 00:00","","","","",2.32,2.32,2.32,2.24,1.56,0.72,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45220",3,40.008889,-75.09778,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,0,"","","Certification not required",0,0.471429,0.600522,2.5,"2013-06-15 00:00",1.8,"2013-09-19 00:00",1.4,"2013-07-15 00:00",1.4,"2013-09-13 00:00","","","","",2.5,2.5,1.4,1.3,0.7,0.2,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45220",4,40.008889,-75.09778,"NAD83","Styrene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",0,1.975385,2.412542,7.28,"2013-08-20 05:00",6.9,"2013-07-15 05:00",2.94,"2013-07-09 05:00",1.8,"2013-08-02 05:00","","","","",7.28,7.28,7.28,6.9,1.8,1.36,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45220",5,40.008889,-75.09778,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",0,1.103333,1.413327,5.56,"2013-08-20 00:00",3.86,"2013-06-14 00:00",2.75,"2013-09-18 00:00",2.5,"2013-07-09 00:00","","","","",5.56,5.56,3.86,2.75,2.31,0.62,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45225",1,40.008889,-75.09778,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",681,23,85,365,0,0,"","","Certification not required",662,0.079883,0.18708,1.9,"2013-07-31 05:00",1.8,"2013-06-10 11:00",1.6,"2013-08-28 05:00",1.5,"2013-06-10 14:00","","","","",1.2,1,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45225",2,40.008889,-75.09778,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,21,12,61,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-04-03 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45225",4,40.008889,-75.09778,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",13,0,0,365,0,0,"","","Certification not required",13,0.05,0,0.05,"2013-06-09 06:00",0.05,"2013-06-15 06:00",0.05,"2013-06-21 06:00",0.05,"2013-06-27 06:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45225",5,40.008889,-75.09778,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",27,44,26,61,0,0,"","","Certification not required",26,0.07037,0.105848,0.6,"2013-05-15 00:00",0.05,"2013-04-09 00:00",0.05,"2013-04-15 00:00",0.05,"2013-04-21 00:00","","","","",0.6,0.6,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","45801",3,40.008889,-75.09778,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.018182,0.044579,0.2,"2013-09-13 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-04-10 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45805",3,40.008889,-75.09778,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",40,0.054545,0.01454,0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45806",3,40.008889,-75.09778,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",39,0.055682,0.016052,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-09-07 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45807",3,40.008889,-75.09778,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.068182,0.073998,0.3,"2013-07-21 00:00",0.2,"2013-05-16 00:00",0.2,"2013-07-15 00:00",0.2,"2013-09-07 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","45810",3,40.008889,-75.09778,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.013636,0.034714,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0004","68101",2,40.008889,-75.09778,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",138,100,38,61,0,0,"","","Certification not required",138,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-23 00:00",0.05,"2013-01-29 00:00",0.05,"2013-02-04 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68102",2,40.008889,-75.09778,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",138,100,38,61,0,0,"","","Certification not required",0,23.987681,0.054643,24,"2013-01-04 00:00",24,"2013-01-23 00:00",24,"2013-01-29 00:00",24,"2013-02-04 00:00","","","","",24,24,24,24,24,24,24,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68103",2,40.008889,-75.09778,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",138,100,38,61,0,0,"","","Certification not required",0,16.524638,8.285823,28.9,"2013-07-19 00:00",28.3,"2013-07-18 00:00",27,"2013-07-16 00:00",26.5,"2013-07-06 00:00","","","","",28.3,27,25.5,24.4,22.6,19.1,2.1,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68104",2,40.008889,-75.09778,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",138,100,38,61,0,0,"","","Certification not required",0,27.157246,8.54601,39.7,"2013-07-18 00:00",39.1,"2013-07-17 00:00",38,"2013-07-15 00:00",38,"2013-07-19 00:00","","","","",39.1,38,36.6,35.3,32.8,29.8,12.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68105",2,40.008889,-75.09778,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",138,100,38,61,0,0,"","","Certification not required",0,21.577536,8.214737,33.8,"2013-07-18 00:00",33.2,"2013-07-19 00:00",32.4,"2013-07-17 00:00",31.7,"2013-07-15 00:00","","","","",33.2,32.4,31,29,26.7,24.2,7.4,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68106",2,40.008889,-75.09778,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",138,100,38,61,0,0,"","","Certification not required",0,758.405797,4.332255,767,"2013-02-10 00:00",767,"2013-07-14 00:00",766,"2013-06-21 00:00",766,"2013-08-25 00:00","","","","",767,766,765,764,762,758,752,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68107",2,40.008889,-75.09778,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",138,100,38,61,0,0,"","","Certification not required",0,764.108696,4.103914,774,"2013-02-10 00:00",772,"2013-04-04 00:00",772,"2013-07-14 00:00",772,"2013-08-25 00:00","","","","",772,772,770,769,767,764,759,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68108",2,40.008889,-75.09778,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",138,100,38,61,0,0,"","","Certification not required",0,761.376812,4.194544,771,"2013-02-10 00:00",770,"2013-09-17 00:00",769,"2013-07-14 00:00",769,"2013-08-25 00:00","","","","",770,769,768,767,764,761,756,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","68109",2,40.008889,-75.09778,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",138,100,38,61,0,0,"","","Certification not required",0,1438.456522,3.782633,1440,"2013-01-23 00:00",1440,"2013-01-29 00:00",1440,"2013-02-04 00:00",1440,"2013-02-10 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","81102",1,40.008889,-75.09778,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,0,0,"Certification not required",3,14.418605,6.644842,29,"2013-07-09 00:00",24,"2013-07-03 00:00",24,"2013-08-02 00:00",23,"2013-01-28 00:00","","","","",29,29,24,22,20,15,5,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0004","88101",2,40.008889,-75.09778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",138,62,38,61,0,0,1,1,"Certification not required",0,9.026087,4.931743,39.2,"2013-01-29 00:00",27.3,"2013-07-19 00:00",20.4,"2013-09-11 00:00",19.5,"2013-07-18 00:00","","","","",39.2,39.2,27.3,19.5,15.9,13.7,11,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-29" +"42","101","0004","88101",2,40.008889,-75.09778,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",138,62,38,61,0,0,"","","Certification not required",0,9.026087,4.931743,39.2,"2013-01-29 00:00",27.3,"2013-07-19 00:00",20.4,"2013-09-11 00:00",19.5,"2013-07-18 00:00","","","","",39.2,39.2,27.3,19.5,15.9,13.7,11,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-01-29" +"42","101","0004","88501",1,40.008889,-75.09778,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4830,55,209,365,0,1707,"","","Certification not required",0,11.885114,8.217943,76.6,"2013-01-29 11:00",72.8,"2013-01-29 10:00",72.2,"2013-01-29 12:00",68.3,"2013-01-29 13:00","","","","",41,35,28,22.4,15.5,9.9,3.8,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-23" +"42","101","0004","88501",1,40.008889,-75.09778,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",209,57,209,365,0,0,"","","Certification not required",0,11.81866,6.768471,48.4,"2013-01-29 00:00",38.6,"2013-01-28 00:00",33.6,"2013-07-19 00:00",32.6,"2013-01-09 00:00","","","","",33.6,31,25.2,20.3,14.1,10.2,5.3,"Air Management Services Laboratory (AMS LAB)","1501 E. LYCOMING AVE.","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-23" +"42","101","0014","12103",1,40.049616,-75.240822,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.001429,0.003563,0.01,"2013-01-28 00:00",0.01,"2013-05-16 00:00",0.01,"2013-05-28 00:00",0.01,"2013-06-09 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0014","12105",1,40.049616,-75.240822,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0014","12110",1,40.049616,-75.240822,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.0006,0.000287,0.0015,"2013-02-15 00:00",0.001,"2013-03-05 00:00",0.001,"2013-05-28 00:00",0.0009,"2013-01-28 00:00","","","","",0.0015,0.0015,0.001,0.001,0.0008,0.0005,0.0003,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0014","12112",1,40.049616,-75.240822,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.011,0.001388,0.014,"2013-04-04 00:00",0.014,"2013-05-16 00:00",0.013,"2013-03-23 00:00",0.013,"2013-04-10 00:00","","","","",0.014,0.014,0.014,0.013,0.012,0.011,0.009,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0014","12128",1,40.049616,-75.240822,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.016493,0.005093,0.0273,"2013-01-10 00:00",0.0269,"2013-05-28 00:00",0.0256,"2013-02-15 00:00",0.0228,"2013-05-16 00:00","","","","",0.0273,0.0273,0.0269,0.0256,0.0195,0.0156,0.0087,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-20" +"42","101","0014","12132",1,40.049616,-75.240822,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.028857,0.01625,0.076,"2013-05-16 00:00",0.066,"2013-04-10 00:00",0.063,"2013-05-10 00:00",0.041,"2013-02-15 00:00","","","","",0.076,0.076,0.066,0.063,0.034,0.025,0.014,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0014","12136",1,40.049616,-75.240822,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,"","","Certification not required",0,0.004143,0.00205,0.011,"2013-01-16 00:00",0.007,"2013-02-15 00:00",0.007,"2013-05-16 00:00",0.007,"2013-05-28 00:00","","","","",0.011,0.011,0.007,0.007,0.005,0.004,0.002,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0014","43207",4,40.049616,-75.240822,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",1,0.166279,0.058474,0.3,"2013-02-09 00:00",0.3,"2013-09-01 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43208",4,40.049616,-75.240822,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",42,0.051163,0.007625,0.1,"2013-02-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43218",4,40.049616,-75.240822,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.016279,0.075373,0.4,"2013-09-07 00:00",0.3,"2013-08-26 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.4,0.4,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43335",4,40.049616,-75.240822,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-02-09 00:00",0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43502",2,40.049616,-75.240822,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,1.02069,1.007252,3.2,"2013-05-21 00:00",2.7,"2013-05-27 00:00",2.6,"2013-05-15 00:00",2.5,"2013-06-20 00:00","","","","",3.2,3.2,2.7,2.6,1.9,0.7,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43503",2,40.049616,-75.240822,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,1.210345,0.793881,2.9,"2013-05-27 00:00",2.6,"2013-05-21 00:00",2.5,"2013-06-26 00:00",2.3,"2013-06-02 00:00","","","","",2.9,2.9,2.6,2.5,1.7,1.1,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43504",2,40.049616,-75.240822,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.1,0.171131,0.5,"2013-05-27 00:00",0.5,"2013-06-02 00:00",0.5,"2013-06-26 00:00",0.4,"2013-05-21 00:00","","","","",0.5,0.5,0.5,0.5,0.2,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43505",2,40.049616,-75.240822,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.012069,0.040301,0.19,"2013-06-08 00:00",0.1,"2013-05-27 00:00",0.06,"2013-05-21 00:00",0,"2013-01-04 00:00","","","","",0.19,0.19,0.1,0.06,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43551",2,40.049616,-75.240822,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",5,4.221066,3.417426,13.2609,"2013-05-15 00:00",10.8273,"2013-05-27 00:00",9.4026,"2013-06-08 00:00",8.8446,"2013-06-20 00:00","","","","",13.2609,13.2609,10.8273,9.4026,5.2473,3.4311,0.0995,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43552",2,40.049616,-75.240822,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",19,0.344266,0.411722,1.396,"2013-05-27 00:00",1.1156,"2013-05-15 00:00",1.077,"2013-06-08 00:00",0.9816,"2013-05-09 00:00","","","","",1.396,1.396,1.1156,1.077,0.669,0.0755,0.06566,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43560",2,40.049616,-75.240822,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0014","43704",4,40.049616,-75.240822,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,1.046512,0.598151,2.5,"2013-06-09 00:00",2.3,"2013-04-10 00:00",2.1,"2013-05-16 00:00",1.8,"2013-05-22 00:00","","","","",2.5,2.5,2.1,1.8,1.6,0.9,0.5,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43801",4,40.049616,-75.240822,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,1.12093,0.577992,2.7,"2013-04-10 00:00",2.7,"2013-08-14 00:00",2.4,"2013-06-21 00:00",2.2,"2013-06-09 00:00","","","","",2.7,2.7,2.4,1.9,1.4,1,0.5,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43802",4,40.049616,-75.240822,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,0,"","","Certification not required",0,0.161905,0.049151,0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.1,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43803",4,40.049616,-75.240822,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,0,"","","Certification not required",0,0.021429,0.04153,0.1,"2013-05-28 00:00",0.1,"2013-06-21 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43804",4,40.049616,-75.240822,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,0,"","","Certification not required",0,0.095238,0.021554,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43811",4,40.049616,-75.240822,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.255814,0.050249,0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-03 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.2,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43812",4,40.049616,-75.240822,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-02-09 00:00",0.1,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43813",4,40.049616,-75.240822,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43814",4,40.049616,-75.240822,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.009302,0.036606,0.2,"2013-09-07 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43815",4,40.049616,-75.240822,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.018605,0.039375,0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43817",4,40.049616,-75.240822,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.013953,0.03506,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-05-16 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43818",4,40.049616,-75.240822,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43819",4,40.049616,-75.240822,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-02-03 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43820",4,40.049616,-75.240822,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43823",4,40.049616,-75.240822,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.55814,0.090587,0.8,"2013-09-25 00:00",0.7,"2013-02-09 00:00",0.7,"2013-08-14 00:00",0.7,"2013-08-26 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.6,0.5,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43824",4,40.049616,-75.240822,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.006977,0.025777,0.1,"2013-02-09 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-13 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43826",4,40.049616,-75.240822,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43829",4,40.049616,-75.240822,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43830",4,40.049616,-75.240822,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43831",4,40.049616,-75.240822,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43839",4,40.049616,-75.240822,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",42,0.051163,0.007625,0.1,"2013-09-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43843",4,40.049616,-75.240822,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43844",4,40.049616,-75.240822,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.009302,0.02939,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43853",4,40.049616,-75.240822,"NAD83","1-Bromopropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",27,0.166279,0.16609,0.5,"2013-04-10 00:00",0.5,"2013-04-22 00:00",0.5,"2013-05-16 00:00",0.4,"2013-04-04 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","43860",4,40.049616,-75.240822,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45109",4,40.049616,-75.240822,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,0,"","","Certification not required",0,0.302381,0.278925,1.4,"2013-07-27 00:00",1.1,"2013-09-25 00:00",0.7,"2013-08-08 00:00",0.6,"2013-01-16 00:00","","","","",1.4,1.4,0.7,0.6,0.4,0.2,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45201",4,40.049616,-75.240822,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.802326,0.381406,1.8,"2013-01-28 00:00",1.7,"2013-03-11 00:00",1.5,"2013-01-16 00:00",1.5,"2013-02-03 00:00","","","","",1.8,1.8,1.5,1.5,1,0.7,0.4,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45202",4,40.049616,-75.240822,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,0,"","","Certification not required",0,1.116667,0.646535,3.2,"2013-05-28 00:00",2.6,"2013-07-27 00:00",2.6,"2013-09-07 00:00",2,"2013-05-16 00:00","","","","",3.2,3.2,2.6,1.8,1.3,1,0.4,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45203",4,40.049616,-75.240822,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.113953,0.112507,0.4,"2013-07-27 00:00",0.4,"2013-09-25 00:00",0.3,"2013-05-28 00:00",0.2,"2013-01-16 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45204",4,40.049616,-75.240822,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.130233,0.12447,0.5,"2013-07-27 00:00",0.4,"2013-05-28 00:00",0.4,"2013-09-25 00:00",0.3,"2013-08-02 00:00","","","","",0.5,0.5,0.4,0.2,0.2,0.1,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45207",4,40.049616,-75.240822,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",41,0.059302,0.043991,0.3,"2013-09-07 00:00",0.2,"2013-07-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.3,0.3,0.05,0.05,0.05,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45208",4,40.049616,-75.240822,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",13,0.224419,0.148553,0.6,"2013-07-27 00:00",0.5,"2013-05-28 00:00",0.5,"2013-09-07 00:00",0.5,"2013-09-25 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.2,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45210",4,40.049616,-75.240822,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,1.165116,0.854089,2.4,"2013-05-04 00:00",2.4,"2013-05-28 00:00",2.3,"2013-05-10 00:00",2.3,"2013-05-16 00:00","","","","",2.4,2.4,2.3,2.3,1.9,1.5,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45213",4,40.049616,-75.240822,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",41,0.056977,0.031962,0.2,"2013-09-13 00:00",0.2,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45220",4,40.049616,-75.240822,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.081395,0.100607,0.3,"2013-06-21 00:00",0.2,"2013-01-16 00:00",0.2,"2013-03-05 00:00",0.2,"2013-04-10 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45801",4,40.049616,-75.240822,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-02-09 00:00",0.1,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45805",4,40.049616,-75.240822,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",39,0.059302,0.033195,0.2,"2013-07-21 00:00",0.2,"2013-08-14 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45806",4,40.049616,-75.240822,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",41,0.052326,0.010654,0.1,"2013-02-09 00:00",0.1,"2013-07-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45807",4,40.049616,-75.240822,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.018605,0.05458,0.3,"2013-07-21 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-05 00:00",0.1,"2013-06-21 00:00","","","","",0.3,0.3,0.1,0.1,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0014","45810",4,40.049616,-75.240822,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.023256,0.084056,0.5,"2013-07-21 00:00",0.2,"2013-08-14 00:00",0.1,"2013-02-03 00:00",0.1,"2013-04-28 00:00","","","","",0.5,0.5,0.1,0.1,0,0,0,"Roxborough (ROX)","ROXY WATER PUMP STA EVA-DEARNLEY STS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0024","44201",1,40.0764,-75.011549,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6403,84,179,214,0,120,0,0,"Certification not required",440,0.053034,0.012636,0.084,"2013-06-26 14:00",0.079,"2013-07-19 17:00",0.078,"2013-05-29 17:00",0.078,"2013-05-31 12:00","","","","",0.079,0.078,0.075,0.07,0.062,0.053,0.043,"North East Airport (NEA)","GRANT-ASHTON ROADS PHILA NE AIRPORT","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0024","44201",1,40.0764,-75.011549,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6420,84,179,214,0,0,0,0,"Certification not required",0,0.046676,0.011589,0.072,"2013-07-19 11:00",0.069,"2013-06-09 11:00",0.068,"2013-04-28 11:00",0.068,"2013-06-21 12:00","","","","",0.069,0.068,0.065,0.062,0.055,0.048,0.038,"North East Airport (NEA)","GRANT-ASHTON ROADS PHILA NE AIRPORT","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0024","44201",1,40.0764,-75.011549,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6420,84,179,214,0,0,0,0,"Certification not required",0,0.046676,0.011589,0.072,"2013-07-19 11:00",0.069,"2013-06-09 11:00",0.068,"2013-04-28 11:00",0.068,"2013-06-21 12:00","","","","",0.069,0.068,0.065,0.062,0.055,0.048,0.038,"North East Airport (NEA)","GRANT-ASHTON ROADS PHILA NE AIRPORT","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0024","61101",1,40.0764,-75.011549,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6305,72,263,365,0,219,"","","Certification not required",0,4.185488,2.647599,23,"2013-03-06 13:00",21.4,"2013-03-06 08:00",20.8,"2013-03-06 11:00",20.3,"2013-03-06 09:00","","","","",13.5,11.6,9.3,7.5,5.3,3.6,1.5,"North East Airport (NEA)","GRANT-ASHTON ROADS PHILA NE AIRPORT","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0024","61102",1,40.0764,-75.011549,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",6519,74,272,365,0,5,"","","Certification not required",0,217.76883,102.494311,360,"2013-01-18 06:00",360,"2013-01-18 07:00",360,"2013-01-24 09:00",360,"2013-03-07 11:00","","","","",356,353,344,330,303,238,48,"North East Airport (NEA)","GRANT-ASHTON ROADS PHILA NE AIRPORT","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0024","62101",1,40.0764,-75.011549,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6522,74,272,365,0,1,"","","Certification not required",0,60.789942,19.268418,105,"2013-07-18 13:00",103,"2013-07-18 12:00",103,"2013-07-18 14:00",102,"2013-07-19 12:00","","","","",96,94,89,85,77,63,35,"North East Airport (NEA)","GRANT-ASHTON ROADS PHILA NE AIRPORT","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0047","12103",1,39.944651,-75.165206,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001667,0.00379,0.01,"2013-01-28 00:00",0.01,"2013-02-15 00:00",0.01,"2013-04-28 00:00",0.01,"2013-05-28 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0047","12105",1,39.944651,-75.165206,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.04,0.049827,0.1,"2013-01-04 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-11 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0047","12110",1,39.944651,-75.165206,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.001067,0.00047,0.0025,"2013-05-28 00:00",0.002,"2013-04-22 00:00",0.0017,"2013-01-22 00:00",0.0016,"2013-06-27 00:00","","","","",0.0025,0.0025,0.002,0.0017,0.0013,0.001,0.0006,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0047","12112",1,39.944651,-75.165206,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.015033,0.002414,0.021,"2013-04-10 00:00",0.02,"2013-02-15 00:00",0.019,"2013-04-22 00:00",0.018,"2013-05-04 00:00","","","","",0.021,0.021,0.02,0.019,0.016,0.015,0.012,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0047","12128",1,39.944651,-75.165206,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.04618,0.01932,0.1018,"2013-04-10 00:00",0.0918,"2013-04-22 00:00",0.0763,"2013-05-04 00:00",0.0674,"2013-04-28 00:00","","","","",0.1018,0.1018,0.0918,0.0763,0.0523,0.0462,0.0269,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-20" +"42","101","0047","12132",1,39.944651,-75.165206,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.053133,0.023172,0.119,"2013-04-10 00:00",0.105,"2013-05-16 00:00",0.075,"2013-04-16 00:00",0.072,"2013-04-28 00:00","","","","",0.119,0.119,0.105,0.075,0.067,0.055,0.026,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0047","12136",1,39.944651,-75.165206,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.008033,0.004567,0.025,"2013-02-15 00:00",0.015,"2013-04-10 00:00",0.015,"2013-05-28 00:00",0.013,"2013-05-22 00:00","","","","",0.025,0.025,0.015,0.015,0.01,0.007,0.004,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0047","42602",1,39.944651,-75.165206,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6233,71,269,365,0,274,0,"","Certification not required",0,25.845353,9.984934,59.6,"2013-01-09 08:00",52.7,"2013-03-10 00:00",52.5,"2013-04-08 07:00",51.4,"2013-03-15 23:00","","","","",52.5,48,43.5,40.2,31.6,24.4,13.9,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0047","42602",1,39.944651,-75.165206,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6233,71,269,365,0,274,"","","Certification not required",0,15.977635,7.835201,59.6,"2013-01-09 08:00",57.8,"2013-01-09 06:00",57.2,"2013-01-09 07:00",55.1,"2013-01-09 05:00","","","","",41.3,38.1,32.1,26.9,19.5,13.9,8.3,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0047","43207",4,39.944651,-75.165206,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.143333,0.056003,0.3,"2013-02-09 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43208",4,39.944651,-75.165206,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",44,0.051111,0.007454,0.1,"2013-02-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43218",4,39.944651,-75.165206,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.115556,0.44208,2,"2013-08-14 00:00",1.8,"2013-03-11 00:00",1.4,"2013-02-27 00:00",0,"2013-01-04 00:00","","","","",2,2,1.4,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43335",4,39.944651,-75.165206,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.033029,0.2,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.2,0.2,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43502",2,39.944651,-75.165206,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,8.227586,17.173462,56.8,"2013-06-08 00:00",49.1,"2013-06-26 00:00",48.4,"2013-06-14 00:00",46.2,"2013-06-20 00:00","","","","",56.8,56.8,49.1,48.4,3.6,1.3,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43503",2,39.944651,-75.165206,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,2.531034,2.688083,11,"2013-06-26 00:00",8.8,"2013-06-08 00:00",6.9,"2013-06-14 00:00",6.8,"2013-06-20 00:00","","","","",11,11,8.8,6.9,2.9,1.7,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43504",2,39.944651,-75.165206,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.227586,0.41395,1.5,"2013-06-26 00:00",1.4,"2013-06-08 00:00",0.7,"2013-05-15 00:00",0.7,"2013-06-14 00:00","","","","",1.5,1.5,1.4,0.7,0.4,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43505",2,39.944651,-75.165206,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.18931,0.601599,2.78,"2013-06-08 00:00",1.81,"2013-06-14 00:00",0.23,"2013-05-27 00:00",0.2,"2013-05-15 00:00","","","","",2.78,2.78,1.81,0.23,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43551",2,39.944651,-75.165206,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",5,6.392579,4.781809,16.9389,"2013-05-15 00:00",15.9051,"2013-06-26 00:00",14.0736,"2013-06-08 00:00",12.945,"2013-06-20 00:00","","","","",16.9389,16.9389,15.9051,14.0736,9.264,5.796,0.0995,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43552",2,39.944651,-75.165206,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",30,49,28,61,0,0,"","","Certification not required",17,0.756794,0.955824,3.2044,"2013-06-08 00:00",3.122,"2013-06-26 00:00",2.4744,"2013-05-15 00:00",2.0052,"2013-06-14 00:00","","","","",3.2044,3.2044,3.122,2.4744,1.383,0.0755,0.0755,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43560",2,39.944651,-75.165206,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.013793,0.074278,0.4,"2013-06-14 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.4,0.4,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0047","43704",4,39.944651,-75.165206,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.024444,0.461793,2,"2013-05-22 00:00",2,"2013-07-03 00:00",1.9,"2013-08-08 00:00",1.8,"2013-06-03 00:00","","","","",2,2,1.9,1.8,1.3,0.9,0.5,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43801",4,39.944651,-75.165206,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.606667,0.157249,1.1,"2013-07-15 00:00",0.9,"2013-05-22 00:00",0.8,"2013-05-16 00:00",0.8,"2013-06-03 00:00","","","","",1.1,1.1,0.8,0.8,0.7,0.6,0.5,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43802",4,39.944651,-75.165206,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.195455,0.064536,0.4,"2013-05-16 00:00",0.3,"2013-02-27 00:00",0.3,"2013-05-22 00:00",0.3,"2013-07-03 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.2,0.1,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43803",4,39.944651,-75.165206,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.031818,0.047116,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-04-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43804",4,39.944651,-75.165206,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.093333,0.025226,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43811",4,39.944651,-75.165206,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.27,0.066058,0.4,"2013-05-22 00:00",0.4,"2013-06-27 00:00",0.4,"2013-07-03 00:00",0.3,"2013-01-10 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.3,0.2,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43812",4,39.944651,-75.165206,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.025226,0.1,"2013-01-04 00:00",0.1,"2013-02-09 00:00",0.1,"2013-09-07 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43813",4,39.944651,-75.165206,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-03-11 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43814",4,39.944651,-75.165206,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.025226,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43815",4,39.944651,-75.165206,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.055556,0.050252,0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43817",4,39.944651,-75.165206,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.033333,0.052223,0.2,"2013-05-16 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43818",4,39.944651,-75.165206,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43819",4,39.944651,-75.165206,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.011364,0.049254,0.3,"2013-04-10 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0,"2013-01-04 00:00","","","","",0.3,0.3,0.1,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43820",4,39.944651,-75.165206,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43823",4,39.944651,-75.165206,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.537778,0.100654,0.8,"2013-09-19 00:00",0.7,"2013-09-13 00:00",0.7,"2013-09-25 00:00",0.6,"2013-01-10 00:00","","","","",0.8,0.8,0.7,0.6,0.6,0.5,0.4,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43824",4,39.944651,-75.165206,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-02-09 00:00",0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43826",4,39.944651,-75.165206,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-02-03 00:00",0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43829",4,39.944651,-75.165206,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011111,0.031782,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-09-01 00:00",0.1,"2013-09-07 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43830",4,39.944651,-75.165206,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43831",4,39.944651,-75.165206,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-03-11 00:00",0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43839",4,39.944651,-75.165206,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43843",4,39.944651,-75.165206,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43844",4,39.944651,-75.165206,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.025226,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43853",4,39.944651,-75.165206,"NAD83","1-Bromopropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",27,0.178889,0.179484,0.5,"2013-04-04 00:00",0.5,"2013-04-10 00:00",0.5,"2013-04-16 00:00",0.5,"2013-04-28 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","43860",4,39.944651,-75.165206,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02,0.045726,0.2,"2013-05-28 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45109",4,39.944651,-75.165206,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.075556,0.653367,3.1,"2013-05-16 00:00",2.4,"2013-09-07 00:00",2.1,"2013-05-28 00:00",2.1,"2013-08-02 00:00","","","","",3.1,3.1,2.1,2,1.5,1,0.4,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45201",4,39.944651,-75.165206,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.053333,0.61887,3.5,"2013-05-16 00:00",3.4,"2013-01-28 00:00",3.4,"2013-06-27 00:00",3.1,"2013-02-15 00:00","","","","",3.5,3.5,3.4,3.1,2.3,2,1.4,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45202",4,39.944651,-75.165206,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.522222,1.397707,7.3,"2013-05-16 00:00",6,"2013-04-10 00:00",4.4,"2013-06-27 00:00",4.2,"2013-05-10 00:00","","","","",7.3,7.3,4.4,4.1,3.3,2.2,1,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45203",4,39.944651,-75.165206,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.366667,0.193061,0.8,"2013-05-16 00:00",0.8,"2013-08-02 00:00",0.7,"2013-07-27 00:00",0.7,"2013-09-07 00:00","","","","",0.8,0.8,0.7,0.6,0.5,0.3,0.2,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45204",4,39.944651,-75.165206,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.357778,0.208336,0.9,"2013-05-16 00:00",0.8,"2013-09-07 00:00",0.8,"2013-09-19 00:00",0.7,"2013-05-28 00:00","","","","",0.9,0.9,0.8,0.6,0.5,0.3,0.2,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45207",4,39.944651,-75.165206,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",34,0.091111,0.075595,0.3,"2013-05-16 00:00",0.3,"2013-08-02 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-15 00:00","","","","",0.3,0.3,0.2,0.2,0.05,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45208",4,39.944651,-75.165206,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",4,0.462222,0.211906,1.1,"2013-05-16 00:00",0.9,"2013-09-07 00:00",0.8,"2013-07-27 00:00",0.8,"2013-08-02 00:00","","","","",1.1,1.1,0.8,0.8,0.5,0.5,0.2,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45210",4,39.944651,-75.165206,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.26,0.860338,2.6,"2013-07-15 00:00",2.4,"2013-05-04 00:00",2.3,"2013-05-10 00:00",2.3,"2013-05-16 00:00","","","","",2.6,2.6,2.3,2.3,2,1.6,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45213",4,39.944651,-75.165206,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",28,0.111111,0.081804,0.3,"2013-08-02 00:00",0.3,"2013-09-07 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45220",4,39.944651,-75.165206,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.288889,0.172181,0.6,"2013-07-27 00:00",0.6,"2013-08-02 00:00",0.6,"2013-08-08 00:00",0.6,"2013-09-19 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.2,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45801",4,39.944651,-75.165206,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02,0.050452,0.2,"2013-02-09 00:00",0.2,"2013-09-13 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45805",4,39.944651,-75.165206,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.053333,0.012613,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-09-07 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45806",4,39.944651,-75.165206,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",42,0.053333,0.012613,0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00",0.1,"2013-09-13 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45807",4,39.944651,-75.165206,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.037778,0.064979,0.2,"2013-02-09 00:00",0.2,"2013-05-16 00:00",0.2,"2013-08-14 00:00",0.2,"2013-09-07 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","45810",4,39.944651,-75.165206,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02,0.040452,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-27 00:00",0.1,"2013-03-05 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0047","68101",1,39.944651,-75.165206,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",148,100,42,61,0,0,"","","Certification not required",118,0.102027,0.132336,0.6,"2013-09-01 00:00",0.6,"2013-09-13 00:00",0.6,"2013-09-19 00:00",0.6,"2013-09-25 00:00","","","","",0.6,0.6,0.5,0.3,0.05,0.05,0.05,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68101",4,39.944651,-75.165206,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",83,91,83,91,0,0,"","","Certification not required",4,0.410843,0.140132,0.6,"2013-01-09 00:00",0.6,"2013-01-10 00:00",0.6,"2013-01-30 00:00",0.6,"2013-02-11 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.2,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68102",1,39.944651,-75.165206,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",148,100,42,61,0,0,"","","Certification not required",0,23.984459,0.077996,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68102",4,39.944651,-75.165206,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",83,91,83,91,0,0,"","","Certification not required",0,23.996386,0.018778,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68103",1,39.944651,-75.165206,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",148,100,42,61,0,0,"","","Certification not required",0,7.041216,9.120679,28.1,"2013-07-18 00:00",26,"2013-07-06 00:00",25.7,"2013-07-21 00:00",25.4,"2013-07-15 00:00","","","","",26,25.7,23.5,21.8,15.1,3.9,-2.6,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68103",4,39.944651,-75.165206,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",83,91,83,91,0,0,"","","Certification not required",0,-0.280723,3.760075,7.5,"2013-01-30 00:00",6.1,"2013-03-12 00:00",5.9,"2013-03-30 00:00",5.5,"2013-01-10 00:00","","","","",7.5,6.1,5.3,3.9,2.1,0.2,-5.5,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68104",1,39.944651,-75.165206,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",148,100,42,61,0,0,"","","Certification not required",0,15.522297,10.507042,39.3,"2013-07-18 00:00",37,"2013-07-15 00:00",36.3,"2013-07-06 00:00",35.3,"2013-06-24 00:00","","","","",37,36.3,33.5,31.7,24.3,12.5,3.9,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68104",4,39.944651,-75.165206,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",83,91,83,91,0,0,"","","Certification not required",0,7.359036,5.170414,20.2,"2013-01-30 00:00",17.2,"2013-01-31 00:00",16.9,"2013-03-11 00:00",16.8,"2013-03-09 00:00","","","","",20.2,17.2,16.4,14.9,10.6,7.4,0.8,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68105",1,39.944651,-75.165206,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",148,100,42,61,0,0,"","","Certification not required",0,11.013514,9.637897,32.9,"2013-07-18 00:00",31.3,"2013-07-15 00:00",30.9,"2013-07-06 00:00",29.1,"2013-05-31 00:00","","","","",31.3,30.9,27.4,26.3,19.1,8.1,0.5,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68105",4,39.944651,-75.165206,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",83,91,83,91,0,0,"","","Certification not required",0,3.336145,4.309875,14,"2013-01-30 00:00",11.8,"2013-03-12 00:00",10.6,"2013-03-30 00:00",9.6,"2013-03-11 00:00","","","","",14,11.8,9.5,8.1,6.4,4.1,-1.7,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68106",1,39.944651,-75.165206,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",148,100,42,61,0,0,"","","Certification not required",0,759.222973,5.380515,772,"2013-01-27 00:00",772,"2013-04-22 00:00",770,"2013-01-08 00:00",769,"2013-01-10 00:00","","","","",772,770,768,766,763,760,753,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68106",4,39.944651,-75.165206,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,91,83,91,0,0,"","","Certification not required",0,754.915663,5.943237,769,"2013-01-27 00:00",767,"2013-01-08 00:00",766,"2013-02-10 00:00",765,"2013-01-10 00:00","","","","",769,767,765,763,759,755,749,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68107",1,39.944651,-75.165206,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",148,100,42,61,0,0,"","","Certification not required",0,765.871622,5.172245,778,"2013-04-22 00:00",777,"2013-01-27 00:00",776,"2013-01-10 00:00",776,"2013-01-28 00:00","","","","",777,776,775,773,770,766,759,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68107",4,39.944651,-75.165206,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,91,83,91,0,0,"","","Certification not required",0,762.722892,5.670448,774,"2013-01-27 00:00",772,"2013-01-10 00:00",772,"2013-01-18 00:00",772,"2013-01-28 00:00","","","","",774,772,772,770,767,763,756,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68108",1,39.944651,-75.165206,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",148,100,42,61,0,0,"","","Certification not required",0,762.554054,5.229799,775,"2013-01-27 00:00",775,"2013-04-22 00:00",774,"2013-01-10 00:00",772,"2013-01-08 00:00","","","","",775,774,771,769,766,763,756,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68108",4,39.944651,-75.165206,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",83,91,83,91,0,0,"","","Certification not required",0,758.939759,5.627349,771,"2013-01-27 00:00",770,"2013-01-10 00:00",769,"2013-02-07 00:00",769,"2013-02-10 00:00","","","","",771,770,768,766,763,758,752,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","68109",1,39.944651,-75.165206,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",148,100,42,61,0,0,"","","Certification not required",0,1438.027027,4.717814,1440,"2013-01-06 00:00",1440,"2013-01-14 00:00",1440,"2013-01-17 00:00",1440,"2013-01-21 00:00","","","","",1440,1440,1440,1440,1440,1439,1437,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","68109",4,39.944651,-75.165206,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",83,91,83,91,0,0,"","","Certification not required",0,1438.39759,1.912346,1440,"2013-01-07 00:00",1440,"2013-01-24 00:00",1440,"2013-01-28 00:00",1440,"2013-02-18 00:00","","","","",1440,1440,1440,1439,1439,1439,1437,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-13" +"42","101","0047","88101",1,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",148,69,84,122,0,0,1,1,"Certification not required",0,10.743243,6.001963,43,"2013-01-29 00:00",34.1,"2013-01-28 00:00",26.3,"2013-01-09 00:00",26,"2013-02-06 00:00","","","","",43,34.1,25.1,21.2,16.8,12.7,9,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","88101",1,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",148,69,84,122,0,0,"","","Certification not required",0,10.743243,6.001963,43,"2013-01-29 00:00",34.1,"2013-01-28 00:00",26.3,"2013-01-09 00:00",26,"2013-02-06 00:00","","","","",43,34.1,25.1,21.2,16.8,12.7,9,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0047","88101",3,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3910,45,166,365,0,466,"","","Certification not required",0,8.90913,5.905322,44.7,"2013-08-29 02:00",39.1,"2013-07-19 06:00",38.4,"2013-08-24 04:00",35.9,"2013-07-19 11:00","","","","",27.6,24.4,19.9,16.7,11.9,8,2.2,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0047","88101",3,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",165,45,165,365,0,0,0,0,"Certification not required",0,8.853939,4.514671,28.4,"2013-07-19 00:00",21,"2013-09-11 00:00",20.4,"2013-07-17 00:00",19.4,"2013-07-09 00:00","","","","",21,19.4,16.7,15.2,11.4,8.1,3.8,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0047","88101",3,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",165,45,165,365,0,0,"","","Certification not required",0,8.853939,4.514671,28.4,"2013-07-19 00:00",21,"2013-09-11 00:00",20.4,"2013-07-17 00:00",19.4,"2013-07-09 00:00","","","","",21,19.4,16.7,15.2,11.4,8.1,3.8,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0047","88101",4,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",83,23,83,365,0,0,1,1,"Certification not required",0,11.008434,6.802084,39.7,"2013-01-29 00:00",33.9,"2013-01-28 00:00",25.6,"2013-01-09 00:00",24.2,"2013-02-06 00:00","","","","",39.7,33.9,23.4,20,14,8.7,4.7,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-28" +"42","101","0047","88101",4,39.944651,-75.165206,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",83,23,83,365,0,0,"","","Certification not required",0,11.008434,6.802084,39.7,"2013-01-29 00:00",33.9,"2013-01-28 00:00",25.6,"2013-01-09 00:00",24.2,"2013-02-06 00:00","","","","",39.7,33.9,23.4,20,14,8.7,4.7,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-28" +"42","101","0047","88502",1,39.944651,-75.165206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2101,100,15,15,0,31,"","","Certification not required",0,12.326987,8.045961,49.4,"2013-01-29 07:00",49,"2013-01-29 09:00",48.6,"2013-01-28 00:00",48.1,"2013-01-29 10:00","","","","",39.3,35.3,29,23,15.7,10.4,4.4,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-11" +"42","101","0047","88502",1,39.944651,-75.165206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",89,100,15,15,0,0,"","","Certification not required",0,12.306742,6.667489,36.1,"2013-01-28 00:00",35.9,"2013-01-29 00:00",27.9,"2013-01-09 00:00",25.9,"2013-02-06 00:00","","","","",36.1,35.9,24.3,22.1,14.9,10.5,5.4,"COMMUNITY HEALTH SERVICES (CHS)","500 SOUTH BROAD STREET-PARKING LOT (CHS)","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-11" +"42","101","0048","61101",1,39.991389,-75.080833,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4316,49,180,365,0,1,"","","Certification not required",0,5.059268,2.487367,15.8,"2013-04-19 20:00",15.2,"2013-03-06 15:00",14.9,"2013-01-30 13:00",14.8,"2013-03-06 16:00","","","","",12.4,11.1,9.5,8.3,6.6,4.9,2.1,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-04" +"42","101","0048","61102",1,39.991389,-75.080833,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",4316,49,180,365,0,1,"","","Certification not required",0,205.988184,98.834452,360,"2013-03-07 03:00",360,"2013-06-04 03:00",359,"2013-01-15 06:00",359,"2013-02-25 12:00","","","","",355,351,339,322,289,218,55,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-04" +"42","101","0048","68103",5,39.991389,-75.080833,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",8,33,8,24,0,0,"","","Certification not required",0,4.5,3.711372,10.9,"2013-10-31 00:00",7.5,"2013-10-22 00:00",6.7,"2013-11-06 00:00",3.9,"2013-10-28 00:00","","","","",10.9,10.9,10.9,10.9,7.5,3.9,-0.8,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","68104",5,39.991389,-75.080833,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",8,33,8,24,0,0,"","","Certification not required",0,16.275,4.211125,21,"2013-10-31 00:00",20.3,"2013-10-22 00:00",19.9,"2013-11-06 00:00",18.9,"2013-10-28 00:00","","","","",21,21,21,21,20.3,18.9,10.8,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","68105",5,39.991389,-75.080833,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",8,33,8,24,0,0,"","","Certification not required",0,10.275,3.984882,16.5,"2013-10-31 00:00",13.6,"2013-10-22 00:00",13.3,"2013-11-06 00:00",10.5,"2013-10-28 00:00","","","","",16.5,16.5,16.5,16.5,13.6,10.5,4.4,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","68106",5,39.991389,-75.080833,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",8,33,8,24,0,0,"","","Certification not required",0,755.5,3.380617,760,"2013-10-28 00:00",758,"2013-10-25 00:00",758,"2013-11-06 00:00",757,"2013-11-09 00:00","","","","",760,760,760,760,758,757,751,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","68107",5,39.991389,-75.080833,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",8,33,8,24,0,0,"","","Certification not required",0,764.5,4.174754,769,"2013-11-03 00:00",769,"2013-11-06 00:00",766,"2013-11-12 00:00",765,"2013-10-28 00:00","","","","",769,769,769,769,769,765,756,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","68108",5,39.991389,-75.080833,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",8,33,8,24,0,0,"","","Certification not required",0,760,3.464102,764,"2013-11-06 00:00",762,"2013-10-28 00:00",762,"2013-11-09 00:00",761,"2013-10-25 00:00","","","","",764,764,764,764,762,761,753,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","81102",1,39.991389,-75.080833,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6190,71,256,365,0,205,"","","Certification not required",0,32.73441,9.776806,125,"2013-01-24 15:00",99,"2013-01-10 11:00",96,"2013-01-09 08:00",96,"2013-01-29 11:00","","","","",65,60,50,45,37,31,23,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0048","81102",1,39.991389,-75.080833,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",256,70,256,365,0,0,0,0,"Certification not required",0,32.402344,7.351019,65,"2013-01-29 00:00",61,"2013-01-09 00:00",57,"2013-01-24 00:00",55,"2013-01-28 00:00","","","","",57,53,46,42,36,31,25,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0048","88102",5,39.991389,-75.080833,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.0195,0.003955,0.026,"2013-10-31 00:00",0.021,"2013-10-28 00:00",0.021,"2013-11-03 00:00",0.021,"2013-11-09 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.021,0.014,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88103",5,39.991389,-75.080833,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.001,0.000926,0.002,"2013-10-22 00:00",0.002,"2013-10-31 00:00",0.002,"2013-11-12 00:00",0.001,"2013-10-25 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.001,0,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88104",5,39.991389,-75.080833,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",5,0.021438,0.02012,0.056,"2013-10-25 00:00",0.045,"2013-10-28 00:00",0.032,"2013-10-22 00:00",0.0125,"2013-10-31 00:00","","","","",0.056,0.056,0.056,0.056,0.045,0.0125,0.0065,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88107",5,39.991389,-75.080833,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.004981,0.00051,0.0055,"2013-11-06 00:00",0.0055,"2013-11-12 00:00",0.005,"2013-10-22 00:00",0.005,"2013-10-25 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88109",5,39.991389,-75.080833,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.003875,0.001825,0.0063,"2013-10-31 00:00",0.0062,"2013-10-25 00:00",0.0054,"2013-10-22 00:00",0.0034,"2013-11-09 00:00","","","","",0.0063,0.0063,0.0063,0.0063,0.0062,0.0034,0.002,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88110",5,39.991389,-75.080833,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.00075,0.002121,0.006,"2013-11-06 00:00",0,"2013-10-22 00:00",0,"2013-10-25 00:00",0,"2013-10-28 00:00","","","","",0.006,0.006,0.006,0.006,0,0,0,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88111",5,39.991389,-75.080833,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",2,0.036563,0.044031,0.123,"2013-10-25 00:00",0.0804,"2013-10-22 00:00",0.0467,"2013-10-28 00:00",0.0147,"2013-10-31 00:00","","","","",0.123,0.123,0.123,0.123,0.0804,0.0147,0.0024,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88112",5,39.991389,-75.080833,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.000375,0.001061,0.003,"2013-11-12 00:00",0,"2013-10-22 00:00",0,"2013-10-25 00:00",0,"2013-10-28 00:00","","","","",0.003,0.003,0.003,0.003,0,0,0,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88113",5,39.991389,-75.080833,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.000631,7e-05,0.0007,"2013-10-22 00:00",0.0007,"2013-10-25 00:00",0.0007,"2013-10-31 00:00",0.00065,"2013-11-06 00:00","","","","",0.0007,0.0007,0.0007,0.0007,0.0007,0.00065,0.00055,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88114",5,39.991389,-75.080833,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",1,0.004681,0.00287,0.0087,"2013-10-25 00:00",0.0084,"2013-10-28 00:00",0.0055,"2013-10-31 00:00",0.0048,"2013-11-12 00:00","","","","",0.0087,0.0087,0.0087,0.0087,0.0084,0.0048,0.00065,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88115",5,39.991389,-75.080833,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",7,0.007081,0.011226,0.0348,"2013-11-06 00:00",0.00405,"2013-10-22 00:00",0.00405,"2013-10-25 00:00",0.0039,"2013-11-12 00:00","","","","",0.0348,0.0348,0.0348,0.0348,0.00405,0.0039,0.00235,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88117",5,39.991389,-75.080833,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.003863,0.00074,0.00485,"2013-11-06 00:00",0.00485,"2013-11-12 00:00",0.0041,"2013-10-22 00:00",0.0041,"2013-10-25 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.00485,0.0041,0.0028,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88118",5,39.991389,-75.080833,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.009506,0.006222,0.017,"2013-10-28 00:00",0.017,"2013-11-03 00:00",0.017,"2013-11-09 00:00",0.0055,"2013-11-06 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.00405,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88126",5,39.991389,-75.080833,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.098813,0.070763,0.216,"2013-10-25 00:00",0.16,"2013-10-28 00:00",0.159,"2013-10-22 00:00",0.0837,"2013-11-12 00:00","","","","",0.216,0.216,0.216,0.216,0.16,0.0837,0.0177,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88128",5,39.991389,-75.080833,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.00175,0.002053,0.006,"2013-10-25 00:00",0.003,"2013-11-06 00:00",0.002,"2013-10-28 00:00",0.002,"2013-11-03 00:00","","","","",0.006,0.006,0.006,0.006,0.003,0.002,0,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88131",5,39.991389,-75.080833,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.009938,0.00319,0.0165,"2013-10-31 00:00",0.011,"2013-10-28 00:00",0.011,"2013-11-03 00:00",0.011,"2013-11-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88132",5,39.991389,-75.080833,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.001875,0.001808,0.005,"2013-10-25 00:00",0.004,"2013-10-28 00:00",0.002,"2013-10-22 00:00",0.002,"2013-11-12 00:00","","","","",0.005,0.005,0.005,0.005,0.004,0.002,0,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88136",5,39.991389,-75.080833,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.00125,0.001035,0.003,"2013-10-31 00:00",0.002,"2013-10-22 00:00",0.002,"2013-11-12 00:00",0.001,"2013-10-28 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.001,0,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88140",5,39.991389,-75.080833,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.006406,0.001647,0.009,"2013-10-22 00:00",0.009,"2013-10-25 00:00",0.006,"2013-11-06 00:00",0.006,"2013-11-12 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.006,0.00475,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88152",5,39.991389,-75.080833,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.00575,0.001414,0.008,"2013-11-06 00:00",0.008,"2013-11-12 00:00",0.0055,"2013-10-25 00:00",0.005,"2013-10-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88154",5,39.991389,-75.080833,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.001019,0.000263,0.0013,"2013-10-22 00:00",0.0013,"2013-10-25 00:00",0.00125,"2013-10-31 00:00",0.001,"2013-10-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88160",5,39.991389,-75.080833,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.01325,0.003536,0.018,"2013-10-31 00:00",0.016,"2013-10-28 00:00",0.016,"2013-11-03 00:00",0.016,"2013-11-09 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88161",5,39.991389,-75.080833,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",7,0.002625,0.000714,0.0043,"2013-10-28 00:00",0.00265,"2013-11-06 00:00",0.00265,"2013-11-12 00:00",0.0025,"2013-10-22 00:00","","","","",0.0043,0.0043,0.0043,0.0043,0.00265,0.0025,0.0021,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88164",5,39.991389,-75.080833,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.001625,0.000175,0.0019,"2013-11-06 00:00",0.0019,"2013-11-12 00:00",0.0016,"2013-10-22 00:00",0.0016,"2013-10-25 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88165",5,39.991389,-75.080833,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.06345,0.040431,0.145,"2013-10-25 00:00",0.098,"2013-10-22 00:00",0.064,"2013-10-28 00:00",0.056,"2013-11-03 00:00","","","","",0.145,0.145,0.145,0.145,0.098,0.056,0.023,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88166",5,39.991389,-75.080833,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.0078,0.004537,0.0185,"2013-10-31 00:00",0.0075,"2013-10-28 00:00",0.0075,"2013-11-03 00:00",0.0075,"2013-11-09 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88167",5,39.991389,-75.080833,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.009,0.004508,0.0169,"2013-10-25 00:00",0.0135,"2013-10-28 00:00",0.0096,"2013-11-12 00:00",0.0088,"2013-10-31 00:00","","","","",0.0169,0.0169,0.0169,0.0169,0.0135,0.0088,0.0035,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88168",5,39.991389,-75.080833,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.00115,0.000278,0.00175,"2013-10-31 00:00",0.00115,"2013-10-28 00:00",0.00115,"2013-11-03 00:00",0.00115,"2013-11-06 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00115,0.00115,0.00085,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88169",5,39.991389,-75.080833,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.50725,0.283424,1.08,"2013-10-31 00:00",0.646,"2013-10-28 00:00",0.552,"2013-11-09 00:00",0.548,"2013-10-25 00:00","","","","",1.08,1.08,1.08,1.08,0.646,0.548,0.198,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88176",5,39.991389,-75.080833,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.000925,0.000191,0.0013,"2013-10-31 00:00",0.001,"2013-11-06 00:00",0.001,"2013-11-12 00:00",0.0009,"2013-10-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88180",5,39.991389,-75.080833,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.044038,0.0188,0.0684,"2013-10-28 00:00",0.0676,"2013-10-31 00:00",0.052,"2013-10-25 00:00",0.0478,"2013-11-09 00:00","","","","",0.0684,0.0684,0.0684,0.0684,0.0676,0.0478,0.0163,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88184",5,39.991389,-75.080833,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",6,0.031688,0.023008,0.086,"2013-11-06 00:00",0.038,"2013-10-31 00:00",0.027,"2013-10-22 00:00",0.027,"2013-10-25 00:00","","","","",0.086,0.086,0.086,0.086,0.038,0.027,0.0155,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88185",5,39.991389,-75.080833,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.003044,0.003437,0.0115,"2013-10-31 00:00",0.00225,"2013-10-28 00:00",0.00225,"2013-11-03 00:00",0.00225,"2013-11-09 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88301",5,39.991389,-75.080833,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.68025,0.490923,1.6,"2013-10-31 00:00",0.924,"2013-10-25 00:00",0.894,"2013-10-28 00:00",0.825,"2013-11-09 00:00","","","","",1.6,1.6,1.6,1.6,0.924,0.825,0.093,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88302",5,39.991389,-75.080833,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.080725,0.070996,0.252,"2013-11-06 00:00",0.0866,"2013-10-31 00:00",0.065,"2013-11-09 00:00",0.06,"2013-10-25 00:00","","","","",0.252,0.252,0.252,0.252,0.0866,0.06,0.031,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88303",5,39.991389,-75.080833,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",2,0.029113,0.020408,0.065,"2013-10-28 00:00",0.0491,"2013-10-31 00:00",0.036,"2013-10-25 00:00",0.03,"2013-11-09 00:00","","","","",0.065,0.065,0.065,0.065,0.0491,0.03,0.0034,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88306",5,39.991389,-75.080833,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,1.275,0.773592,2.41,"2013-10-31 00:00",2.05,"2013-10-25 00:00",1.67,"2013-10-28 00:00",1.65,"2013-11-09 00:00","","","","",2.41,2.41,2.41,2.41,2.05,1.65,0.299,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88355",5,39.991389,-75.080833,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,2.07125,1.046456,3.86,"2013-10-31 00:00",3.49,"2013-10-28 00:00",2.09,"2013-10-22 00:00",1.66,"2013-11-09 00:00","","","","",3.86,3.86,3.86,3.86,3.49,1.66,0.91,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88357",5,39.991389,-75.080833,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.53,0.33797,1.28,"2013-10-28 00:00",0.652,"2013-10-31 00:00",0.525,"2013-10-22 00:00",0.525,"2013-11-06 00:00","","","","",1.28,1.28,1.28,1.28,0.652,0.525,0.182,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88370",5,39.991389,-75.080833,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,1.743125,0.712425,2.85,"2013-10-31 00:00",2.75,"2013-10-28 00:00",1.87,"2013-10-22 00:00",1.52,"2013-11-09 00:00","","","","",2.85,2.85,2.85,2.85,2.75,1.52,0.855,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88374",5,39.991389,-75.080833,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.19475,0.141519,0.432,"2013-10-31 00:00",0.381,"2013-10-28 00:00",0.218,"2013-11-12 00:00",0.155,"2013-10-25 00:00","","","","",0.432,0.432,0.432,0.432,0.381,0.155,0.048,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88375",5,39.991389,-75.080833,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.536625,0.287816,0.976,"2013-10-28 00:00",0.958,"2013-10-31 00:00",0.595,"2013-10-22 00:00",0.458,"2013-11-12 00:00","","","","",0.976,0.976,0.976,0.976,0.958,0.458,0.204,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88376",5,39.991389,-75.080833,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.49075,0.206998,0.846,"2013-10-28 00:00",0.749,"2013-10-31 00:00",0.555,"2013-10-22 00:00",0.401,"2013-11-09 00:00","","","","",0.846,0.846,0.846,0.846,0.749,0.401,0.273,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88377",5,39.991389,-75.080833,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.350625,0.178196,0.676,"2013-10-31 00:00",0.545,"2013-10-28 00:00",0.388,"2013-11-09 00:00",0.324,"2013-10-22 00:00","","","","",0.676,0.676,0.676,0.676,0.545,0.324,0.153,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88378",5,39.991389,-75.080833,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",1,0.1695,0.106308,0.299,"2013-10-22 00:00",0.282,"2013-11-09 00:00",0.209,"2013-11-12 00:00",0.202,"2013-11-06 00:00","","","","",0.299,0.299,0.299,0.299,0.282,0.202,0.001,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88380",5,39.991389,-75.080833,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.8605,0.635054,2.03,"2013-10-28 00:00",1.66,"2013-10-31 00:00",0.748,"2013-10-22 00:00",0.65,"2013-10-25 00:00","","","","",2.03,2.03,2.03,2.03,1.66,0.65,0.237,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88383",5,39.991389,-75.080833,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.98525,0.550482,1.97,"2013-10-28 00:00",1.67,"2013-10-31 00:00",0.999,"2013-10-22 00:00",0.803,"2013-11-06 00:00","","","","",1.97,1.97,1.97,1.97,1.67,0.803,0.369,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88384",5,39.991389,-75.080833,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.044838,0.010515,0.0592,"2013-10-28 00:00",0.0551,"2013-11-12 00:00",0.0496,"2013-11-09 00:00",0.048,"2013-10-22 00:00","","","","",0.0592,0.0592,0.0592,0.0592,0.0551,0.048,0.0267,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88385",5,39.991389,-75.080833,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",8,0.001,0,0.001,"2013-10-22 00:00",0.001,"2013-10-25 00:00",0.001,"2013-10-28 00:00",0.001,"2013-10-31 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88388",5,39.991389,-75.080833,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,0.49925,0.268583,1.04,"2013-10-31 00:00",0.746,"2013-10-28 00:00",0.522,"2013-10-22 00:00",0.42,"2013-11-09 00:00","","","","",1.04,1.04,1.04,1.04,0.746,0.42,0.231,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88403",5,39.991389,-75.080833,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,1.498875,0.804464,3.07,"2013-10-31 00:00",2.05,"2013-10-28 00:00",1.63,"2013-10-25 00:00",1.54,"2013-10-22 00:00","","","","",3.07,3.07,3.07,3.07,2.05,1.54,0.598,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0048","88502",5,39.991389,-75.080833,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8,33,8,24,0,0,"","","Certification not required",0,7.3375,3.693213,14.2,"2013-10-31 00:00",11,"2013-10-28 00:00",7.8,"2013-10-25 00:00",7.4,"2013-10-22 00:00","","","","",14.2,14.2,14.2,14.2,11,7.4,3.3,"North East Waste (NEW)","3000 LEWIS ST. (NEAR BATH ST.) Philadelphia, PA. 19137","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","12103",1,39.922867,-75.186921,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.002667,0.004498,0.01,"2013-01-04 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-15 00:00",0.01,"2013-04-10 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0055","12105",1,39.922867,-75.186921,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.046667,0.050742,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0055","12110",1,39.922867,-75.186921,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.002324,0.001454,0.0071,"2013-02-09 00:00",0.0051,"2013-02-15 00:00",0.0047,"2013-01-10 00:00",0.0046,"2013-04-10 00:00","","","","",0.0071,0.0071,0.0051,0.0047,0.0029,0.0017,0.0011,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0055","12112",1,39.922867,-75.186921,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.016267,0.004653,0.033,"2013-01-04 00:00",0.025,"2013-04-10 00:00",0.023,"2013-02-15 00:00",0.022,"2013-04-04 00:00","","","","",0.033,0.033,0.025,0.023,0.018,0.015,0.012,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0055","12128",1,39.922867,-75.186921,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.040523,0.018403,0.1012,"2013-04-10 00:00",0.0748,"2013-02-15 00:00",0.068,"2013-01-04 00:00",0.0628,"2013-06-21 00:00","","","","",0.1012,0.1012,0.0748,0.068,0.0475,0.0353,0.025,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-20" +"42","101","0055","12132",1,39.922867,-75.186921,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.062833,0.030522,0.153,"2013-05-16 00:00",0.134,"2013-04-10 00:00",0.105,"2013-02-15 00:00",0.093,"2013-01-10 00:00","","","","",0.153,0.153,0.134,0.105,0.073,0.061,0.03,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0055","12136",1,39.922867,-75.186921,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.009067,0.005105,0.024,"2013-02-15 00:00",0.018,"2013-05-28 00:00",0.017,"2013-01-28 00:00",0.017,"2013-04-10 00:00","","","","",0.024,0.024,0.018,0.017,0.011,0.008,0.004,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0055","42401",1,39.922867,-75.186921,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5813,66,259,365,0,696,0,"","Certification not required",0,3.219305,1.897717,15.2,"2013-03-15 18:00",9.1,"2013-06-16 08:00",8.4,"2013-05-22 03:00",7.8,"2013-04-08 07:00","","","","",8.4,7.6,6.9,5.9,4.1,2.8,1.4,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","42401",1,39.922867,-75.186921,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5813,66,259,365,0,696,"","","Certification not required",0,1.768777,1.161063,15.2,"2013-03-15 18:00",13.9,"2013-03-15 16:00",13.2,"2013-03-15 15:00",12.9,"2013-03-15 17:00","","","","",5.7,5,3.9,3.1,2.2,1.5,0.7,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","42401",1,39.922867,-75.186921,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",259,71,259,365,0,0,0,"","Certification not required",0,1.764865,0.872336,5.7,"2013-03-15 00:00",4.5,"2013-01-09 00:00",4.4,"2013-07-09 00:00",3.9,"2013-01-29 00:00","","","","",4.4,3.6,3.3,3,2.3,1.7,0.8,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","42401",1,39.922867,-75.186921,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1827,63,255,365,0,0,"",0,"Certification not required",0,1.747181,1.097237,13.3,"2013-03-15 17:00",7.9,"2013-03-15 20:00",6.9,"2013-04-08 08:00",6.7,"2013-03-15 11:00","","","","",5.4,4.7,3.7,3.1,2.2,1.5,0.7,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","42401",4,39.922867,-75.186921,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",74407,71,260,365,0,3907,"","","Certification not required",0,1.766397,1.225749,19.6,"2013-03-15 18:15",19.3,"2013-03-15 16:20",19.2,"2013-03-15 18:20",19.1,"2013-03-15 15:30","","","","",6.1,5.1,4,3.2,2.2,1.5,0.6,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0055","43207",4,39.922867,-75.186921,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.152273,0.054936,0.3,"2013-09-01 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43208",4,39.922867,-75.186921,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.052222,0.01042,0.1,"2013-02-09 00:00",0.1,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43218",4,39.922867,-75.186921,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43335",4,39.922867,-75.186921,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43502",2,39.922867,-75.186921,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",27,44,25,61,0,0,"","","Certification not required",0,1.551852,1.298333,4.6,"2013-05-15 00:00",3.7,"2013-05-21 00:00",3.7,"2013-06-26 00:00",3.4,"2013-06-08 00:00","","","","",4.6,4.6,3.7,3.7,2.7,1.1,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43503",2,39.922867,-75.186921,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,46,26,61,0,0,"","","Certification not required",0,1.664286,1.158292,3.8,"2013-05-15 00:00",3.7,"2013-06-26 00:00",3.6,"2013-05-09 00:00",3.1,"2013-05-21 00:00","","","","",3.8,3.8,3.7,3.6,2.8,1.6,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43504",2,39.922867,-75.186921,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,46,26,61,0,0,"","","Certification not required",0,0.132143,0.232624,0.8,"2013-06-26 00:00",0.6,"2013-05-27 00:00",0.5,"2013-05-09 00:00",0.5,"2013-05-21 00:00","","","","",0.8,0.8,0.6,0.5,0.3,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43505",2,39.922867,-75.186921,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,46,26,61,0,0,"","","Certification not required",0,0.026786,0.069017,0.26,"2013-05-15 00:00",0.19,"2013-05-21 00:00",0.15,"2013-05-09 00:00",0.15,"2013-05-27 00:00","","","","",0.26,0.26,0.19,0.15,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43551",2,39.922867,-75.186921,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",28,46,26,61,0,0,"","","Certification not required",4,6.798971,5.876722,28.1409,"2013-06-20 00:00",16.4487,"2013-05-15 00:00",13.2285,"2013-01-04 00:00",11.0721,"2013-05-09 00:00","","","","",28.1409,28.1409,16.4487,13.2285,9.7545,6.564,0.0995,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43552",2,39.922867,-75.186921,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",15,0.589332,0.601912,1.726,"2013-05-15 00:00",1.58,"2013-01-28 00:00",1.491,"2013-06-08 00:00",1.4848,"2013-05-09 00:00","","","","",1.726,1.726,1.58,1.491,1.206,0.0755,0.0755,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43560",2,39.922867,-75.186921,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,46,26,61,0,0,"","","Certification not required",0,0.010714,0.041627,0.2,"2013-06-08 00:00",0.1,"2013-06-02 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0055","43704",4,39.922867,-75.186921,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.06,0.614373,3.1,"2013-08-02 00:00",3,"2013-05-22 00:00",1.9,"2013-07-03 00:00",1.7,"2013-04-10 00:00","","","","",3.1,3.1,1.9,1.7,1.4,0.9,0.5,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43801",4,39.922867,-75.186921,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.573333,0.132116,0.8,"2013-05-22 00:00",0.7,"2013-02-09 00:00",0.7,"2013-03-29 00:00",0.7,"2013-05-28 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.6,0.5,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43802",4,39.922867,-75.186921,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.168889,0.063325,0.3,"2013-05-10 00:00",0.3,"2013-05-16 00:00",0.3,"2013-08-02 00:00",0.2,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43803",4,39.922867,-75.186921,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.02,0.040452,0.1,"2013-04-28 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-28 00:00",0.1,"2013-07-09 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43804",4,39.922867,-75.186921,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43811",4,39.922867,-75.186921,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.281395,0.087982,0.6,"2013-05-22 00:00",0.5,"2013-04-10 00:00",0.5,"2013-05-16 00:00",0.4,"2013-01-28 00:00","","","","",0.6,0.6,0.5,0.3,0.3,0.3,0.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43812",4,39.922867,-75.186921,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.009091,0.036205,0.2,"2013-08-02 00:00",0.1,"2013-02-09 00:00",0.1,"2013-09-07 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43813",4,39.922867,-75.186921,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43814",4,39.922867,-75.186921,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011111,0.031782,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43815",4,39.922867,-75.186921,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.028889,0.045837,0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-02-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43817",4,39.922867,-75.186921,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.035556,0.064511,0.3,"2013-08-02 00:00",0.2,"2013-09-07 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43818",4,39.922867,-75.186921,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43819",4,39.922867,-75.186921,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.015909,0.047949,0.2,"2013-04-10 00:00",0.2,"2013-05-16 00:00",0.1,"2013-02-03 00:00",0.1,"2013-04-16 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43820",4,39.922867,-75.186921,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-09-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43823",4,39.922867,-75.186921,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.575556,0.090843,0.8,"2013-09-07 00:00",0.8,"2013-09-25 00:00",0.7,"2013-05-16 00:00",0.7,"2013-05-22 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.6,0.5,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43824",4,39.922867,-75.186921,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-09-07 00:00",0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43826",4,39.922867,-75.186921,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43829",4,39.922867,-75.186921,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.004444,0.020841,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43830",4,39.922867,-75.186921,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43831",4,39.922867,-75.186921,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43839",4,39.922867,-75.186921,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43843",4,39.922867,-75.186921,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43844",4,39.922867,-75.186921,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.013333,0.034378,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-05 00:00",0.1,"2013-03-11 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43853",4,39.922867,-75.186921,"NAD83","1-Bromopropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",28,0.157778,0.153725,0.5,"2013-04-16 00:00",0.4,"2013-04-04 00:00",0.4,"2013-04-10 00:00",0.4,"2013-04-22 00:00","","","","",0.5,0.5,0.4,0.4,0.2,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","43860",4,39.922867,-75.186921,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.015556,0.042403,0.2,"2013-05-28 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-04-10 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45109",4,39.922867,-75.186921,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.586364,1.360334,5.8,"2013-08-02 00:00",5,"2013-04-10 00:00",4.3,"2013-08-26 00:00",4.2,"2013-05-16 00:00","","","","",5.8,5.8,4.3,3.6,2.2,1.2,0.4,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45201",4,39.922867,-75.186921,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,2.090909,1.480229,7.9,"2013-04-10 00:00",5.8,"2013-08-26 00:00",5.2,"2013-05-16 00:00",5,"2013-01-28 00:00","","","","",7.9,7.9,5.2,3.8,2.5,1.7,1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45202",4,39.922867,-75.186921,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,3.504545,2.432527,9.7,"2013-08-26 00:00",9.3,"2013-08-02 00:00",9,"2013-05-16 00:00",8.8,"2013-02-15 00:00","","","","",9.7,9.7,9,6.8,4.9,2.8,1.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45203",4,39.922867,-75.186921,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.428889,0.298954,1.4,"2013-08-02 00:00",1.1,"2013-02-15 00:00",1,"2013-04-10 00:00",1,"2013-08-26 00:00","","","","",1.4,1.4,1,0.9,0.6,0.3,0.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45204",4,39.922867,-75.186921,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.504444,0.422092,2,"2013-08-02 00:00",1.6,"2013-02-15 00:00",1.3,"2013-04-10 00:00",1.2,"2013-08-26 00:00","","","","",2,2,1.3,1.1,0.6,0.4,0.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45207",4,39.922867,-75.186921,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",23,0.165556,0.142551,0.5,"2013-02-15 00:00",0.5,"2013-04-10 00:00",0.5,"2013-08-02 00:00",0.4,"2013-05-16 00:00","","","","",0.5,0.5,0.5,0.4,0.2,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45208",4,39.922867,-75.186921,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",2,0.626667,0.408517,1.8,"2013-02-15 00:00",1.8,"2013-08-02 00:00",1.5,"2013-04-10 00:00",1.3,"2013-05-16 00:00","","","","",1.8,1.8,1.5,1.2,0.8,0.5,0.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45210",4,39.922867,-75.186921,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.575556,1.247207,6.5,"2013-09-19 00:00",4.3,"2013-07-15 00:00",3.4,"2013-05-16 00:00",2.9,"2013-05-22 00:00","","","","",6.5,6.5,3.4,2.5,2.3,1.6,0.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45213",4,39.922867,-75.186921,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",26,0.151111,0.162889,0.9,"2013-08-02 00:00",0.5,"2013-09-07 00:00",0.4,"2013-02-15 00:00",0.4,"2013-04-10 00:00","","","","",0.9,0.9,0.4,0.3,0.2,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45220",4,39.922867,-75.186921,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.081395,0.156229,0.9,"2013-08-02 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00",0.2,"2013-02-03 00:00","","","","",0.9,0.9,0.2,0.2,0.2,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45801",4,39.922867,-75.186921,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.011111,0.038271,0.2,"2013-09-07 00:00",0.1,"2013-03-11 00:00",0.1,"2013-07-21 00:00",0.1,"2013-08-26 00:00","","","","",0.2,0.2,0.1,0,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45805",4,39.922867,-75.186921,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.056667,0.017189,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-11 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45806",4,39.922867,-75.186921,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",39,0.056667,0.017189,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-07-21 00:00",0.1,"2013-09-01 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45807",4,39.922867,-75.186921,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.046667,0.081464,0.3,"2013-09-07 00:00",0.2,"2013-05-16 00:00",0.2,"2013-06-15 00:00",0.2,"2013-07-21 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","45810",4,39.922867,-75.186921,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.017778,0.049031,0.2,"2013-06-15 00:00",0.2,"2013-07-21 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0055","68101",1,39.922867,-75.186921,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",88,97,88,91,0,0,"","","Certification not required",76,0.063636,0.039192,0.2,"2013-01-18 00:00",0.2,"2013-01-25 00:00",0.2,"2013-01-26 00:00",0.2,"2013-02-09 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68102",1,39.922867,-75.186921,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",88,97,88,91,0,0,"","","Certification not required",0,23.977273,0.111135,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68103",1,39.922867,-75.186921,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,97,88,91,0,0,"","","Certification not required",0,-0.684091,3.723794,6.1,"2013-01-12 00:00",5.9,"2013-01-30 00:00",5.8,"2013-01-13 00:00",5.3,"2013-01-14 00:00","","","","",6.1,5.9,4.8,3.7,1.8,-0.3,-6.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68103",5,39.922867,-75.186921,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.432692,9.114968,26.1,"2013-07-15 00:00",25.8,"2013-07-21 00:00",25.3,"2013-07-09 00:00",25,"2013-09-01 00:00","","","","",26.1,25.8,25.3,23.8,20,14.8,0.7,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","68104",1,39.922867,-75.186921,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,97,88,91,0,0,"","","Certification not required",0,7.579545,5.368472,19.5,"2013-01-30 00:00",19.2,"2013-04-01 00:00",17.3,"2013-03-30 00:00",17.2,"2013-02-27 00:00","","","","",19.5,19.2,17.2,15.2,10.9,7.9,0.4,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68104",5,39.922867,-75.186921,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,23.030769,11.072693,39.8,"2013-07-15 00:00",35.9,"2013-06-27 00:00",35.9,"2013-07-21 00:00",35.2,"2013-09-01 00:00","","","","",39.8,35.9,35.9,35,33,26.5,5.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","68105",1,39.922867,-75.186921,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,97,88,91,0,0,"","","Certification not required",0,3.060227,4.25923,12.7,"2013-01-30 00:00",11.2,"2013-01-14 00:00",10.5,"2013-04-01 00:00",9.8,"2013-03-30 00:00","","","","",12.7,11.2,8.7,8.1,6.3,3.8,-2.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68105",5,39.922867,-75.186921,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,17.017308,9.785358,32,"2013-07-15 00:00",29.3,"2013-07-09 00:00",29.2,"2013-07-21 00:00",29,"2013-09-01 00:00","","","","",32,29.3,29.2,28,25.4,19.1,3.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","68106",1,39.922867,-75.186921,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,97,88,91,0,0,"","","Certification not required",0,760.068182,5.822658,773,"2013-01-27 00:00",772,"2013-01-08 00:00",771,"2013-02-10 00:00",770,"2013-01-10 00:00","","","","",773,772,770,768,764,760,754,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68106",5,39.922867,-75.186921,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,751.461538,11.472835,767,"2013-04-22 00:00",763,"2013-01-10 00:00",760,"2013-04-28 00:00",760,"2013-05-04 00:00","","","","",767,763,760,760,757,753,744,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","68107",1,39.922867,-75.186921,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,97,88,91,0,0,"","","Certification not required",0,767.715909,5.477118,778,"2013-01-27 00:00",777,"2013-01-10 00:00",777,"2013-01-11 00:00",777,"2013-01-28 00:00","","","","",778,777,776,775,772,768,760,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68107",5,39.922867,-75.186921,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,760.461538,5.737601,774,"2013-04-22 00:00",773,"2013-01-28 00:00",770,"2013-01-10 00:00",770,"2013-11-06 00:00","","","","",774,773,770,767,765,761,753,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","68108",1,39.922867,-75.186921,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,97,88,91,0,0,"","","Certification not required",0,763.909091,5.442777,776,"2013-01-27 00:00",775,"2013-01-10 00:00",773,"2013-01-08 00:00",773,"2013-02-07 00:00","","","","",776,775,773,771,768,764,757,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","68108",5,39.922867,-75.186921,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,755.568627,6.410163,769,"2013-04-22 00:00",767,"2013-01-10 00:00",763,"2013-01-28 00:00",763,"2013-11-06 00:00","","","","",769,767,763,762,760,756,747,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","68109",1,39.922867,-75.186921,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",88,97,88,91,0,0,"","","Certification not required",0,1437.329545,6.91113,1440,"2013-01-06 00:00",1440,"2013-01-24 00:00",1440,"2013-01-31 00:00",1440,"2013-02-04 00:00","","","","",1440,1440,1440,1440,1439,1439,1437,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0055","88101",1,39.922867,-75.186921,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,24,87,365,0,0,1,1,"Certification not required",0,10.964368,7.059926,39.4,"2013-01-29 00:00",34.7,"2013-01-28 00:00",27.4,"2013-01-09 00:00",25.4,"2013-02-06 00:00","","","","",39.4,34.7,23.7,20.9,14,9,4.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-28" +"42","101","0055","88101",1,39.922867,-75.186921,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,24,87,365,0,0,"","","Certification not required",0,10.964368,7.059926,39.4,"2013-01-29 00:00",34.7,"2013-01-28 00:00",27.4,"2013-01-09 00:00",25.4,"2013-02-06 00:00","","","","",39.4,34.7,23.7,20.9,14,9,4.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-28" +"42","101","0055","88101",3,39.922867,-75.186921,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3656,42,158,365,0,729,"","","Certification not required",0,11.473879,6.473512,40.9,"2013-09-10 17:00",40.1,"2013-08-29 03:00",38.3,"2013-08-29 02:00",36.7,"2013-07-19 12:00","","","","",31.3,28.8,23.3,19.7,15.1,10.8,3.8,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","88101",3,39.922867,-75.186921,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",157,43,157,365,0,0,0,0,"Certification not required",0,11.357962,5.188969,31.4,"2013-07-19 00:00",29.8,"2013-09-11 00:00",26.4,"2013-09-12 00:00",23.8,"2013-07-18 00:00","","","","",29.8,23.8,20.1,17.7,14.6,10.9,5.4,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","88101",3,39.922867,-75.186921,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",157,43,157,365,0,0,"","","Certification not required",0,11.357962,5.188969,31.4,"2013-07-19 00:00",29.8,"2013-09-11 00:00",26.4,"2013-09-12 00:00",23.8,"2013-07-18 00:00","","","","",29.8,23.8,20.1,17.7,14.6,10.9,5.4,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0055","88102",5,39.922867,-75.186921,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.020519,0.011253,0.085,"2013-07-03 00:00",0.044,"2013-02-15 00:00",0.041,"2013-07-09 00:00",0.037,"2013-02-27 00:00","","","","",0.085,0.044,0.041,0.0255,0.0205,0.0195,0.0135,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88103",5,39.922867,-75.186921,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000692,0.000961,0.003,"2013-05-28 00:00",0.003,"2013-06-09 00:00",0.003,"2013-09-19 00:00",0.003,"2013-10-01 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88104",5,39.922867,-75.186921,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",30,0.030606,0.039299,0.212,"2013-07-03 00:00",0.151,"2013-07-15 00:00",0.094,"2013-06-27 00:00",0.08,"2013-08-26 00:00","","","","",0.212,0.151,0.094,0.076,0.034,0.0115,0.0065,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88107",5,39.922867,-75.186921,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.005133,0.001044,0.012,"2013-05-10 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-04-16 00:00",0.0055,"2013-05-28 00:00","","","","",0.012,0.0055,0.0055,0.0055,0.005,0.005,0.005,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88109",5,39.922867,-75.186921,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.003957,0.002639,0.0138,"2013-10-31 00:00",0.0129,"2013-01-28 00:00",0.0092,"2013-10-19 00:00",0.0081,"2013-04-10 00:00","","","","",0.0138,0.0129,0.0092,0.0066,0.0049,0.0031,0.0016,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88110",5,39.922867,-75.186921,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002038,0.005463,0.027,"2013-06-15 00:00",0.019,"2013-07-03 00:00",0.017,"2013-08-14 00:00",0.013,"2013-10-31 00:00","","","","",0.027,0.019,0.017,0.008,0,0,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88111",5,39.922867,-75.186921,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.030722,0.032569,0.221,"2013-01-28 00:00",0.0889,"2013-04-10 00:00",0.0698,"2013-05-16 00:00",0.066,"2013-10-01 00:00","","","","",0.221,0.0889,0.0698,0.0592,0.0362,0.0238,0.0098,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88112",5,39.922867,-75.186921,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.007731,0.020851,0.128,"2013-10-07 00:00",0.061,"2013-10-19 00:00",0.053,"2013-10-13 00:00",0.029,"2013-10-01 00:00","","","","",0.128,0.061,0.053,0.025,0.003,0.002,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88113",5,39.922867,-75.186921,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.000696,0.000228,0.0019,"2013-07-03 00:00",0.0014,"2013-10-19 00:00",0.0013,"2013-01-28 00:00",0.0007,"2013-01-16 00:00","","","","",0.0019,0.0014,0.0013,0.0007,0.0007,0.0007,0.00055,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88114",5,39.922867,-75.186921,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.005112,0.005989,0.0429,"2013-08-08 00:00",0.0124,"2013-05-10 00:00",0.0112,"2013-03-11 00:00",0.0086,"2013-05-16 00:00","","","","",0.0429,0.0124,0.0112,0.0084,0.0063,0.0043,0.00125,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88115",5,39.922867,-75.186921,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",21,0.0406,0.105849,0.623,"2013-10-13 00:00",0.33,"2013-01-28 00:00",0.264,"2013-04-22 00:00",0.255,"2013-03-11 00:00","","","","",0.623,0.33,0.264,0.0556,0.0203,0.0079,0.00385,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88117",5,39.922867,-75.186921,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.003906,0.000578,0.0048,"2013-03-05 00:00",0.0048,"2013-04-16 00:00",0.0048,"2013-05-28 00:00",0.0048,"2013-06-09 00:00","","","","",0.0048,0.0048,0.0048,0.0048,0.0041,0.0041,0.0034,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88118",5,39.922867,-75.186921,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00884,0.005587,0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-28 00:00",0.017,"2013-02-09 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.005,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88126",5,39.922867,-75.186921,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.078642,0.044357,0.209,"2013-05-16 00:00",0.174,"2013-02-15 00:00",0.172,"2013-07-15 00:00",0.16,"2013-07-03 00:00","","","","",0.209,0.174,0.172,0.132,0.104,0.0747,0.0324,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88128",5,39.922867,-75.186921,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001558,0.002081,0.009,"2013-10-01 00:00",0.006,"2013-08-20 00:00",0.005,"2013-01-04 00:00",0.005,"2013-06-21 00:00","","","","",0.009,0.006,0.005,0.005,0.003,0.001,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88131",5,39.922867,-75.186921,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.009692,0.003916,0.029,"2013-04-28 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-03-17 00:00","","","","",0.029,0.0165,0.0165,0.014,0.011,0.008,0.007,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88132",5,39.922867,-75.186921,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001885,0.001843,0.007,"2013-10-31 00:00",0.006,"2013-05-28 00:00",0.006,"2013-06-21 00:00",0.005,"2013-02-15 00:00","","","","",0.007,0.006,0.006,0.004,0.003,0.001,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88136",5,39.922867,-75.186921,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001,0.001066,0.004,"2013-02-15 00:00",0.004,"2013-05-22 00:00",0.003,"2013-01-28 00:00",0.003,"2013-05-10 00:00","","","","",0.004,0.004,0.003,0.003,0.001,0.001,0,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88140",5,39.922867,-75.186921,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.011838,0.011756,0.053,"2013-10-13 00:00",0.048,"2013-04-22 00:00",0.048,"2013-05-04 00:00",0.043,"2013-03-11 00:00","","","","",0.053,0.048,0.048,0.022,0.009,0.009,0.0055,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88152",5,39.922867,-75.186921,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.005692,0.001869,0.016,"2013-04-10 00:00",0.008,"2013-03-05 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-28 00:00","","","","",0.016,0.008,0.008,0.008,0.005,0.005,0.005,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88154",5,39.922867,-75.186921,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00117,0.000382,0.0027,"2013-06-21 00:00",0.0027,"2013-10-31 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-15 00:00","","","","",0.0027,0.0027,0.0013,0.0013,0.0013,0.00125,0.00065,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88160",5,39.922867,-75.186921,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.013038,0.00397,0.026,"2013-07-09 00:00",0.024,"2013-01-16 00:00",0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00","","","","",0.026,0.024,0.018,0.018,0.016,0.01,0.01,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88161",5,39.922867,-75.186921,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.003295,0.002821,0.0143,"2013-07-15 00:00",0.014,"2013-07-03 00:00",0.012,"2013-05-16 00:00",0.0083,"2013-05-28 00:00","","","","",0.0143,0.014,0.012,0.007,0.0026,0.0025,0.00215,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88164",5,39.922867,-75.186921,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",41,0.002285,0.001505,0.008,"2013-05-22 00:00",0.0072,"2013-02-15 00:00",0.0059,"2013-07-09 00:00",0.0051,"2013-05-28 00:00","","","","",0.008,0.0072,0.0059,0.004,0.0019,0.0016,0.0015,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88165",5,39.922867,-75.186921,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.069515,0.075232,0.412,"2013-07-15 00:00",0.36,"2013-07-03 00:00",0.198,"2013-05-16 00:00",0.161,"2013-04-10 00:00","","","","",0.412,0.36,0.198,0.131,0.071,0.048,0.016,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88166",5,39.922867,-75.186921,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006713,0.003735,0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-06-15 00:00","","","","",0.0185,0.0185,0.0185,0.0075,0.0075,0.0065,0.0042,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88167",5,39.922867,-75.186921,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.008356,0.006453,0.0354,"2013-01-04 00:00",0.0219,"2013-01-28 00:00",0.0213,"2013-02-15 00:00",0.0192,"2013-10-19 00:00","","","","",0.0354,0.0219,0.0213,0.0165,0.0108,0.0067,0.00175,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88168",5,39.922867,-75.186921,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001247,0.000957,0.0074,"2013-06-21 00:00",0.003,"2013-07-15 00:00",0.0023,"2013-02-27 00:00",0.00175,"2013-01-22 00:00","","","","",0.0074,0.003,0.0023,0.00175,0.00115,0.00115,0.00085,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88169",5,39.922867,-75.186921,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.809673,0.466175,2.22,"2013-07-09 00:00",1.99,"2013-01-28 00:00",1.86,"2013-05-22 00:00",1.5,"2013-10-01 00:00","","","","",2.22,1.99,1.86,1.29,1.12,0.716,0.352,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88176",5,39.922867,-75.186921,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000847,0.000174,0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-06-15 00:00","","","","",0.0013,0.0013,0.0013,0.001,0.001,0.00085,0.0007,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88180",5,39.922867,-75.186921,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.043446,0.022057,0.105,"2013-01-28 00:00",0.0999,"2013-07-09 00:00",0.0946,"2013-06-15 00:00",0.0891,"2013-10-31 00:00","","","","",0.105,0.0999,0.0946,0.072,0.0564,0.0384,0.021,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88184",5,39.922867,-75.186921,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",28,0.081452,0.114256,0.537,"2013-10-13 00:00",0.428,"2013-03-11 00:00",0.381,"2013-05-04 00:00",0.368,"2013-04-22 00:00","","","","",0.537,0.428,0.381,0.191,0.089,0.027,0.0155,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88185",5,39.922867,-75.186921,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.003013,0.002995,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-06-15 00:00","","","","",0.0115,0.0115,0.0115,0.0078,0.00225,0.00165,0.0014,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88301",5,39.922867,-75.186921,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.951188,0.761576,3.83,"2013-01-28 00:00",3.18,"2013-02-15 00:00",2.3,"2013-02-03 00:00",2.29,"2013-01-04 00:00","","","","",3.83,3.18,2.3,1.84,1.26,0.797,0.225,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88302",5,39.922867,-75.186921,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.113256,0.141361,0.663,"2013-10-13 00:00",0.649,"2013-03-11 00:00",0.44,"2013-05-04 00:00",0.407,"2013-04-22 00:00","","","","",0.663,0.649,0.44,0.229,0.111,0.062,0.028,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88303",5,39.922867,-75.186921,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.032119,0.027783,0.185,"2013-01-28 00:00",0.08,"2013-01-04 00:00",0.078,"2013-06-15 00:00",0.0605,"2013-04-10 00:00","","","","",0.185,0.08,0.078,0.059,0.038,0.027,0.0115,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88306",5,39.922867,-75.186921,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.520692,1.589091,8.24,"2013-01-28 00:00",7.32,"2013-02-15 00:00",4.91,"2013-02-03 00:00",4.4,"2013-01-04 00:00","","","","",8.24,7.32,4.91,2.86,1.84,1.05,0.431,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88355",5,39.922867,-75.186921,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.571373,1.132911,5.47,"2013-10-01 00:00",5.27,"2013-01-28 00:00",5.18,"2013-05-16 00:00",4.38,"2013-07-09 00:00","","","","",5.47,5.27,5.18,3.88,3.28,2.5,1.24,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88357",5,39.922867,-75.186921,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.479333,0.249067,1.16,"2013-05-16 00:00",1.14,"2013-10-01 00:00",1.12,"2013-02-15 00:00",0.812,"2013-10-31 00:00","","","","",1.16,1.14,1.12,0.772,0.621,0.475,0.195,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88370",5,39.922867,-75.186921,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.210863,0.910989,4.58,"2013-05-16 00:00",4.22,"2013-10-01 00:00",4.21,"2013-01-28 00:00",3.49,"2013-07-09 00:00","","","","",4.58,4.22,4.21,3.27,2.83,2.09,1.2,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88374",5,39.922867,-75.186921,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.227529,0.167598,0.728,"2013-01-28 00:00",0.637,"2013-10-01 00:00",0.631,"2013-10-31 00:00",0.552,"2013-07-09 00:00","","","","",0.728,0.637,0.631,0.513,0.303,0.191,0.059,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88375",5,39.922867,-75.186921,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.635412,0.268117,1.22,"2013-10-01 00:00",1.21,"2013-05-16 00:00",1.08,"2013-07-09 00:00",0.97,"2013-08-02 00:00","","","","",1.22,1.21,1.08,0.958,0.865,0.623,0.308,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88376",5,39.922867,-75.186921,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.632529,0.283648,1.54,"2013-05-16 00:00",1.3,"2013-06-15 00:00",1.14,"2013-06-21 00:00",1.13,"2013-01-28 00:00","","","","",1.54,1.3,1.14,1.02,0.764,0.607,0.288,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88377",5,39.922867,-75.186921,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.472765,0.246921,1.17,"2013-01-28 00:00",0.983,"2013-10-01 00:00",0.981,"2013-05-16 00:00",0.924,"2013-06-15 00:00","","","","",1.17,0.983,0.981,0.868,0.595,0.421,0.21,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88378",5,39.922867,-75.186921,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.243314,0.165984,0.564,"2013-02-03 00:00",0.561,"2013-07-21 00:00",0.554,"2013-07-27 00:00",0.533,"2013-06-09 00:00","","","","",0.564,0.561,0.554,0.489,0.403,0.203,0.051,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88380",5,39.922867,-75.186921,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.839706,0.476555,2.39,"2013-10-01 00:00",1.78,"2013-01-28 00:00",1.77,"2013-05-16 00:00",1.72,"2013-02-15 00:00","","","","",2.39,1.78,1.77,1.47,1.06,0.785,0.34,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88383",5,39.922867,-75.186921,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.032471,0.511266,2.75,"2013-10-01 00:00",2.04,"2013-05-16 00:00",1.97,"2013-01-28 00:00",1.81,"2013-02-15 00:00","","","","",2.75,2.04,1.97,1.75,1.28,0.957,0.493,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88384",5,39.922867,-75.186921,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.05091,0.022544,0.1,"2013-10-01 00:00",0.0929,"2013-09-13 00:00",0.089,"2013-03-23 00:00",0.0847,"2013-08-02 00:00","","","","",0.1,0.0929,0.089,0.0768,0.0688,0.0501,0.0234,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88385",5,39.922867,-75.186921,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001287,0.001264,0.00937,"2013-10-31 00:00",0.00376,"2013-07-15 00:00",0.00311,"2013-04-22 00:00",0.00238,"2013-05-28 00:00","","","","",0.00937,0.00376,0.00311,0.001,0.001,0.001,0.001,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88388",5,39.922867,-75.186921,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.604059,0.338007,1.71,"2013-10-01 00:00",1.3,"2013-07-09 00:00",1.28,"2013-01-28 00:00",1.15,"2013-08-20 00:00","","","","",1.71,1.3,1.28,0.98,0.815,0.552,0.253,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88403",5,39.922867,-75.186921,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.142942,1.205785,5.51,"2013-01-28 00:00",5.37,"2013-07-09 00:00",4.87,"2013-05-22 00:00",3.97,"2013-10-01 00:00","","","","",5.51,5.37,4.87,3.55,2.84,1.92,0.944,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0055","88502",1,39.922867,-75.186921,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",1978,91,81,91,0,114,"","","Certification not required",0,13.466127,9.074496,51.8,"2013-02-06 09:00",49.5,"2013-01-29 00:00",48.9,"2013-02-06 08:00",48,"2013-01-29 09:00","","","","",43.1,39,32.3,25.9,17.9,11.1,3.9,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-11" +"42","101","0055","88502",1,39.922867,-75.186921,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",81,89,81,91,0,0,"","","Certification not required",0,13.77037,7.581383,39.8,"2013-01-28 00:00",37.2,"2013-01-29 00:00",29.8,"2013-01-09 00:00",29.1,"2013-02-06 00:00","","","","",39.8,37.2,27.7,25.1,18.2,11.8,6.1,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-06-11" +"42","101","0055","88502",5,39.922867,-75.186921,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.005769,5.605824,32.1,"2013-01-28 00:00",24.6,"2013-02-15 00:00",20.8,"2013-05-22 00:00",19.5,"2013-02-03 00:00","","","","",32.1,24.6,20.8,18.4,13.6,10.2,5.7,"Ritner (RIT)","24TH & RITNER STREETS","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","0057","68101",1,39.960061,-75.142224,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",167,92,167,181,0,0,"","","Certification not required",102,0.171257,0.168033,0.5,"2013-01-23 00:00",0.5,"2013-01-31 00:00",0.5,"2013-02-06 00:00",0.5,"2013-02-23 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.05,0.05,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68102",1,39.960061,-75.142224,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",167,92,167,181,0,0,"","","Certification not required",0,23.995808,0.069727,24.1,"2013-04-01 00:00",24.1,"2013-04-08 00:00",24.1,"2013-04-11 00:00",24.1,"2013-04-28 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68103",1,39.960061,-75.142224,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",167,92,167,181,0,0,"","","Certification not required",0,7.990419,8.639216,24.4,"2013-05-31 00:00",23.7,"2013-06-30 00:00",23.6,"2013-06-24 00:00",23.3,"2013-05-30 00:00","","","","",23.7,23.3,22.8,21.2,16.3,5.9,-1.8,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68104",1,39.960061,-75.142224,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",167,92,167,181,0,0,"","","Certification not required",0,17.582635,10.465088,36.6,"2013-05-31 00:00",36.3,"2013-05-30 00:00",35.8,"2013-06-01 00:00",35.7,"2013-06-25 00:00","","","","",36.3,35.7,34.3,31.5,27.2,17.3,4.2,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68105",1,39.960061,-75.142224,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",167,92,167,181,0,0,"","","Certification not required",0,12.450898,9.303451,30,"2013-05-31 00:00",29.8,"2013-05-30 00:00",29.3,"2013-06-01 00:00",28,"2013-06-02 00:00","","","","",29.8,28,27.6,25.7,20.7,11.4,0.8,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68106",1,39.960061,-75.142224,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",167,92,167,181,0,0,"","","Certification not required",0,749.898204,17.164911,772,"2013-04-22 00:00",770,"2013-04-21 00:00",770,"2013-05-01 00:00",770,"2013-05-03 00:00","","","","",770,770,767,765,762,756,720,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68107",1,39.960061,-75.142224,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",165,91,165,181,0,0,"","","Certification not required",0,756.909091,15.172109,778,"2013-04-21 00:00",778,"2013-04-22 00:00",774,"2013-04-04 00:00",774,"2013-05-01 00:00","","","","",778,774,773,771,767,762,731,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68108",1,39.960061,-75.142224,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",167,92,167,181,0,0,"","","Certification not required",0,753.347305,16.351533,776,"2013-04-21 00:00",776,"2013-04-22 00:00",772,"2013-05-01 00:00",772,"2013-05-02 00:00","","","","",776,772,769,768,765,759,724,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","68109",1,39.960061,-75.142224,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",167,92,167,181,0,0,"","","Certification not required",0,1437.676647,4.368934,1440,"2013-01-03 00:00",1440,"2013-01-10 00:00",1440,"2013-02-07 00:00",1440,"2013-02-11 00:00","","","","",1440,1440,1440,1440,1439,1439,1435,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-10" +"42","101","0057","88101",1,39.960061,-75.142224,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",167,46,167,365,0,0,0,0,"Certification not required",0,9.261677,4.556721,25.5,"2013-01-09 00:00",24.7,"2013-02-05 00:00",23.9,"2013-02-06 00:00",21.8,"2013-02-14 00:00","","","","",24.7,21.8,17.9,16.3,11.3,8.1,4.6,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-18" +"42","101","0057","88101",1,39.960061,-75.142224,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",167,46,167,365,0,0,"","","Certification not required",0,9.261677,4.556721,25.5,"2013-01-09 00:00",24.7,"2013-02-05 00:00",23.9,"2013-02-06 00:00",21.8,"2013-02-14 00:00","","","","",24.7,21.8,17.9,16.3,11.3,8.1,4.6,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-18" +"42","101","0057","88101",3,39.960061,-75.142224,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",2166,25,91,365,0,16,"","","Certification not required",0,11.178994,7.126276,51.7,"2013-08-29 03:00",49,"2013-08-29 04:00",47.6,"2013-08-29 02:00",47,"2013-08-28 10:00","","","","",34.2,30.9,25.3,20.1,14.5,9.9,3.4,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0057","88101",3,39.960061,-75.142224,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",91,25,91,365,0,0,0,0,"Certification not required",0,11.13956,5.65192,32.7,"2013-07-19 00:00",30.3,"2013-09-11 00:00",24.1,"2013-08-29 00:00",23.8,"2013-08-28 00:00","","","","",32.7,30.3,22.3,17,13.4,10,5.2,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0057","88101",3,39.960061,-75.142224,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",91,25,91,365,0,0,"","","Certification not required",0,11.13956,5.65192,32.7,"2013-07-19 00:00",30.3,"2013-09-11 00:00",24.1,"2013-08-29 00:00",23.8,"2013-08-28 00:00","","","","",32.7,30.3,22.3,17,13.4,10,5.2,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0057","88501",1,39.960061,-75.142224,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4065,93,170,182,0,197,"","","Certification not required",0,10.428069,6.762525,48.5,"2013-01-29 06:00",47.8,"2013-01-09 09:00",46.9,"2013-01-29 07:00",44.9,"2013-01-29 03:00","","","","",34,29.5,23.5,19.1,13.4,8.9,3.5,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0057","88501",1,39.960061,-75.142224,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",170,93,170,182,0,0,"","","Certification not required",0,10.278824,5.072168,34.4,"2013-01-28 00:00",28.2,"2013-01-09 00:00",24.3,"2013-02-14 00:00",22.9,"2013-01-08 00:00","","","","",28.2,22.9,20.2,17,13.2,9,5.2,"Fire Administration Building (FAB)","240 Spring Garden Street","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","0063","12103",1,39.88294,-75.21965,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.001724,0.003844,0.01,"2013-01-28 00:00",0.01,"2013-04-28 00:00",0.01,"2013-05-16 00:00",0.01,"2013-05-28 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0063","12105",1,39.88294,-75.21965,"NAD83","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Nanograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.006897,0.025788,0.1,"2013-04-10 00:00",0.1,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0063","12110",1,39.88294,-75.21965,"NAD83","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.000914,0.000784,0.0041,"2013-04-16 00:00",0.0021,"2013-02-09 00:00",0.002,"2013-05-10 00:00",0.0017,"2013-04-10 00:00","","","","",0.0041,0.0041,0.0021,0.002,0.001,0.0007,0.0003,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0063","12112",1,39.88294,-75.21965,"NAD83","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.011793,0.00182,0.017,"2013-04-10 00:00",0.017,"2013-04-16 00:00",0.013,"2013-02-15 00:00",0.013,"2013-03-17 00:00","","","","",0.017,0.017,0.017,0.013,0.013,0.011,0.01,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0063","12128",1,39.88294,-75.21965,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.020817,0.01252,0.0533,"2013-04-10 00:00",0.0501,"2013-05-16 00:00",0.0498,"2013-06-15 00:00",0.0426,"2013-01-10 00:00","","","","",0.0533,0.0533,0.0501,0.0498,0.0221,0.0175,0.0091,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-20" +"42","101","0063","12132",1,39.88294,-75.21965,"NAD83","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.03269,0.021602,0.099,"2013-05-16 00:00",0.096,"2013-04-10 00:00",0.066,"2013-04-16 00:00",0.05,"2013-06-15 00:00","","","","",0.099,0.099,0.096,0.066,0.037,0.027,0.015,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0063","12136",1,39.88294,-75.21965,"NAD83","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,0,"","","Certification not required",0,0.009172,0.009729,0.05,"2013-04-16 00:00",0.024,"2013-05-28 00:00",0.022,"2013-01-28 00:00",0.015,"2013-02-15 00:00","","","","",0.05,0.05,0.024,0.022,0.011,0.007,0.002,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-09-13" +"42","101","0063","43207",3,39.88294,-75.21965,"NAD83","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",2,0.147727,0.053867,0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-22 00:00",0.2,"2013-01-28 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.1,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43208",3,39.88294,-75.21965,"NAD83","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",41,0.053409,0.012749,0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00",0.1,"2013-09-13 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43218",3,39.88294,-75.21965,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.045455,0.301511,2,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",2,2,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43335",3,39.88294,-75.21965,"NAD83","3-Chloropropene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-02-09 00:00",0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43502",2,39.88294,-75.21965,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,1.231034,1.001821,3.4,"2013-05-21 00:00",3.1,"2013-05-15 00:00",3.1,"2013-06-08 00:00",2.4,"2013-06-20 00:00","","","","",3.4,3.4,3.1,3.1,2.1,0.9,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43503",2,39.88294,-75.21965,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,1.617241,0.972871,3.5,"2013-01-28 00:00",3.3,"2013-05-15 00:00",3.3,"2013-06-08 00:00",2.5,"2013-06-02 00:00","","","","",3.5,3.5,3.3,3.3,2.2,1.6,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43504",2,39.88294,-75.21965,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.113793,0.218312,0.7,"2013-06-20 00:00",0.6,"2013-06-02 00:00",0.6,"2013-06-26 00:00",0.4,"2013-05-21 00:00","","","","",0.7,0.7,0.6,0.6,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43505",2,39.88294,-75.21965,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0.02,0.067454,0.27,"2013-06-14 00:00",0.25,"2013-06-20 00:00",0.06,"2013-05-21 00:00",0,"2013-01-04 00:00","","","","",0.27,0.27,0.25,0.06,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43551",2,39.88294,-75.21965,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",5,4.304455,2.976098,12.1779,"2013-05-15 00:00",8.4672,"2013-06-08 00:00",7.7838,"2013-01-28 00:00",7.3164,"2013-06-20 00:00","","","","",12.1779,12.1779,8.4672,7.7838,6.6213,3.9429,0.0995,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43552",2,39.88294,-75.21965,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",18,0.463477,0.540403,1.486,"2013-06-08 00:00",1.39,"2013-06-02 00:00",1.384,"2013-06-26 00:00",1.242,"2013-06-20 00:00","","","","",1.486,1.486,1.39,1.384,0.9312,0.0755,0.06566,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43560",2,39.88294,-75.21965,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",29,48,27,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-18" +"42","101","0063","43704",3,39.88294,-75.21965,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.793182,0.442192,1.8,"2013-06-09 00:00",1.7,"2013-05-16 00:00",1.6,"2013-06-03 00:00",1.4,"2013-05-28 00:00","","","","",1.8,1.8,1.6,1.4,1.1,0.8,0.2,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43801",3,39.88294,-75.21965,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.597727,0.09019,0.8,"2013-06-03 00:00",0.8,"2013-06-27 00:00",0.8,"2013-07-03 00:00",0.7,"2013-02-09 00:00","","","","",0.8,0.8,0.8,0.7,0.6,0.6,0.5,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43802",3,39.88294,-75.21965,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.147727,0.059018,0.3,"2013-05-16 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43803",3,39.88294,-75.21965,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.036364,0.057429,0.2,"2013-04-28 00:00",0.2,"2013-09-07 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43804",3,39.88294,-75.21965,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.097727,0.015076,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43811",3,39.88294,-75.21965,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.251163,0.055085,0.4,"2013-01-16 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-22 00:00",0.3,"2013-01-28 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.2,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43812",3,39.88294,-75.21965,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.027273,0.075832,0.3,"2013-01-04 00:00",0.3,"2013-06-27 00:00",0.2,"2013-05-10 00:00",0.2,"2013-06-15 00:00","","","","",0.3,0.3,0.2,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43813",3,39.88294,-75.21965,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43814",3,39.88294,-75.21965,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.009091,0.02908,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-06-21 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43815",3,39.88294,-75.21965,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.022727,0.042392,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-05 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43817",3,39.88294,-75.21965,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.025,0.048823,0.2,"2013-09-07 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43818",3,39.88294,-75.21965,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43819",3,39.88294,-75.21965,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.020455,0.050942,0.2,"2013-04-10 00:00",0.2,"2013-05-16 00:00",0.1,"2013-01-04 00:00",0.1,"2013-02-03 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43820",3,39.88294,-75.21965,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43823",3,39.88294,-75.21965,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.531818,0.080037,0.8,"2013-09-25 00:00",0.7,"2013-02-09 00:00",0.6,"2013-01-10 00:00",0.6,"2013-02-21 00:00","","","","",0.8,0.8,0.6,0.6,0.6,0.5,0.4,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43824",3,39.88294,-75.21965,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43826",3,39.88294,-75.21965,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43829",3,39.88294,-75.21965,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43830",3,39.88294,-75.21965,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43831",3,39.88294,-75.21965,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43839",3,39.88294,-75.21965,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",44,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43843",3,39.88294,-75.21965,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43844",3,39.88294,-75.21965,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.009091,0.02908,0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00",0.1,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43853",3,39.88294,-75.21965,"NAD83","1-Bromopropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",27,0.166279,0.168933,0.5,"2013-04-10 00:00",0.5,"2013-04-16 00:00",0.5,"2013-04-22 00:00",0.5,"2013-05-16 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","43860",3,39.88294,-75.21965,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.006818,0.025497,0.1,"2013-01-28 00:00",0.1,"2013-06-15 00:00",0.1,"2013-07-09 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45109",3,39.88294,-75.21965,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.631818,0.83437,3.4,"2013-09-25 00:00",3.3,"2013-05-16 00:00",2.9,"2013-09-07 00:00",2.8,"2013-08-26 00:00","","","","",3.4,3.4,2.9,1,0.6,0.4,0.1,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45201",3,39.88294,-75.21965,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.081818,0.739979,3.9,"2013-05-16 00:00",3.1,"2013-01-16 00:00",2.3,"2013-01-28 00:00",2,"2013-09-07 00:00","","","","",3.9,3.9,2.3,2,1.4,0.9,0.4,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45202",3,39.88294,-75.21965,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,0,"","","Certification not required",0,1.755814,1.672651,8.6,"2013-08-26 00:00",6.4,"2013-09-07 00:00",6.2,"2013-09-25 00:00",2.9,"2013-05-10 00:00","","","","",8.6,8.6,6.2,2.9,2.1,1.4,0.5,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45203",3,39.88294,-75.21965,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.229545,0.229843,1,"2013-09-25 00:00",0.9,"2013-08-26 00:00",0.8,"2013-09-07 00:00",0.7,"2013-05-16 00:00","","","","",1,1,0.8,0.6,0.2,0.2,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45204",3,39.88294,-75.21965,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.222727,0.261359,1.1,"2013-09-25 00:00",0.9,"2013-05-16 00:00",0.9,"2013-08-26 00:00",0.8,"2013-09-07 00:00","","","","",1.1,1.1,0.9,0.6,0.2,0.2,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45207",3,39.88294,-75.21965,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",40,0.065909,0.052576,0.3,"2013-09-19 00:00",0.2,"2013-05-16 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-25 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45208",3,39.88294,-75.21965,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",7,0.303409,0.222407,1,"2013-09-07 00:00",1,"2013-09-25 00:00",0.9,"2013-05-16 00:00",0.6,"2013-09-19 00:00","","","","",1,1,0.9,0.5,0.4,0.3,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45210",3,39.88294,-75.21965,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.131818,0.904452,3.2,"2013-05-04 00:00",2.6,"2013-05-16 00:00",2.3,"2013-05-10 00:00",2.3,"2013-05-28 00:00","","","","",3.2,3.2,2.3,2.3,1.8,1.5,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45213",3,39.88294,-75.21965,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",40,0.065909,0.052576,0.3,"2013-05-16 00:00",0.2,"2013-04-10 00:00",0.2,"2013-08-26 00:00",0.2,"2013-09-13 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45220",3,39.88294,-75.21965,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.020455,0.059375,0.2,"2013-02-15 00:00",0.2,"2013-05-16 00:00",0.2,"2013-06-03 00:00",0.2,"2013-09-07 00:00","","","","",0.2,0.2,0.2,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45801",3,39.88294,-75.21965,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.027273,0.058523,0.2,"2013-01-28 00:00",0.2,"2013-06-03 00:00",0.2,"2013-09-07 00:00",0.1,"2013-02-03 00:00","","","","",0.2,0.2,0.2,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45805",3,39.88294,-75.21965,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",39,0.0625,0.044624,0.3,"2013-06-03 00:00",0.2,"2013-02-09 00:00",0.1,"2013-02-03 00:00",0.1,"2013-06-21 00:00","","","","",0.3,0.3,0.1,0.1,0.05,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45806",3,39.88294,-75.21965,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",39,0.060227,0.039737,0.3,"2013-06-03 00:00",0.1,"2013-06-21 00:00",0.1,"2013-08-02 00:00",0.1,"2013-09-07 00:00","","","","",0.3,0.3,0.1,0.1,0.05,0.05,0.05,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45807",3,39.88294,-75.21965,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.031818,0.080037,0.4,"2013-06-03 00:00",0.2,"2013-06-21 00:00",0.2,"2013-08-02 00:00",0.2,"2013-09-07 00:00","","","","",0.4,0.4,0.2,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0063","45810",3,39.88294,-75.21965,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.036364,0.139918,0.9,"2013-06-03 00:00",0.2,"2013-06-21 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-09 00:00","","","","",0.9,0.9,0.1,0.1,0,0,0,"SW WASTE TREATMENT PLANT","8200 ENTERPRISE AVENUE","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","0449","11101",2,39.9825,-75.083056,"NAD83","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,0,"","","Certification not required",0,45.454545,17.464189,97,"2013-04-10 00:00",96,"2013-05-16 00:00",71,"2013-07-09 00:00",65,"2013-05-22 00:00","","","","",97,97,71,65,53,46,25,"CASTOR AND DELAWARE AVENUES (ITO)","CASTOR AND DELAWARE AVENUES","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","0449","81102",1,39.9825,-75.083056,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,0,0,0,"Certification not required",0,17.309524,6.287766,36,"2013-04-10 00:00",36,"2013-05-16 00:00",30,"2013-07-09 00:00",27,"2013-05-22 00:00","","","","",36,36,30,25,18,17,11,"CASTOR AND DELAWARE AVENUES (ITO)","CASTOR AND DELAWARE AVENUES","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","11101",1,40.035985,-75.002405,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,0,"","","Certification not required",0,32.2,14.585205,77,"2013-05-16 00:00",67,"2013-05-22 00:00",60,"2013-04-10 00:00",53,"2013-09-19 00:00","","","","",77,77,67,53,38,32,17,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","14129",1,40.035985,-75.002405,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA) Alt. Extr; 1.03M HNO3/2.23MHCl sonicate 50 min. at 100C",2013,"Micrograms/cubic meter (LC)","No Events",40,66,39,61,0,0,0,0,"Certification not required",0,0.0274,0.028046,0.152,"2013-08-20 00:00",0.092,"2013-05-16 00:00",0.069,"2013-07-09 00:00",0.066,"2013-04-10 00:00","","","","",0.152,0.152,0.092,0.066,0.037,0.02,0.006,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-13" +"42","101","1002","42101",1,40.035985,-75.002405,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6179,71,265,365,0,183,0,0,"Certification not required",6000,0.262988,0.085389,1.6,"2013-01-09 02:00",1.6,"2013-01-09 03:00",1.5,"2013-01-08 21:00",1.5,"2013-01-09 04:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","42101",1,40.035985,-75.002405,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6222,71,259,365,0,0,0,0,"Certification not required",0,0.309772,0.065984,1.5,"2013-01-09 07:00",1.5,"2013-01-09 08:00",1.5,"2013-01-09 09:00",1.4,"2013-01-09 04:00",1.5,"2013-01-09 07:00",1.3,"2013-01-09 03:00",0.6,0.5,0.3,0.3,0.3,0.3,0.3,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","42401",1,40.035985,-75.002405,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5965,68,256,365,0,402,0,"","Certification not required",0,2.169922,1.126087,7.6,"2013-01-09 09:00",7.5,"2013-01-29 12:00",5.4,"2013-09-20 08:00",4.8,"2013-07-09 12:00","","","","",5.4,4.7,4.3,3.7,2.8,2,0.9,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","42401",1,40.035985,-75.002405,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5965,68,256,365,0,402,"","","Certification not required",0,1.183269,0.815086,7.6,"2013-01-09 09:00",7.5,"2013-01-29 12:00",7.3,"2013-01-29 11:00",6.6,"2013-01-09 10:00","","","","",3.8,3.4,2.6,2.1,1.6,1.1,0.2,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","42401",1,40.035985,-75.002405,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",256,70,256,365,0,0,0,"","Certification not required",0,1.19375,0.622739,3.8,"2013-01-29 00:00",3.5,"2013-01-09 00:00",3,"2013-08-26 00:00",2.7,"2013-01-08 00:00","","","","",3,2.6,2.3,1.9,1.6,1.1,0.4,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","42401",1,40.035985,-75.002405,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1870,64,248,365,0,0,"",0,"Certification not required",0,1.141658,0.768677,6.4,"2013-01-09 11:00",6,"2013-01-29 11:00",5.6,"2013-01-29 14:00",5.1,"2013-01-09 05:00","","","","",3.5,3.2,2.5,2.1,1.5,1.1,0.2,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","42401",4,40.035985,-75.002405,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",73878,70,259,365,0,3223,"","","Certification not required",0,1.176387,0.824899,10.4,"2013-04-11 18:50",9,"2013-04-09 21:10",7.7,"2013-04-11 18:30",7.5,"2013-04-09 21:15","","","","",3.9,3.4,2.7,2.2,1.6,1.1,0.1,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","42600",1,40.035985,-75.002405,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6224,95,263,273,0,138,"","","Certification not required",0,13.501157,17.941837,261.8,"2013-02-13 07:00",242.3,"2013-01-30 07:00",233.5,"2013-01-09 07:00",221.3,"2013-01-09 05:00","","","","",97.4,63.4,39.7,26.2,14.8,8.4,3.6,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","44201",1,40.035985,-75.002405,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6310,82,176,214,0,51,0,0,"Certification not required",348,0.053398,0.01277,0.084,"2013-05-29 16:00",0.084,"2013-06-26 13:00",0.08,"2013-05-31 12:00",0.08,"2013-06-24 13:00","","","","",0.084,0.08,0.076,0.07,0.061,0.054,0.043,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","44201",1,40.035985,-75.002405,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6352,82,176,214,0,0,0,0,"Certification not required",0,0.047489,0.011811,0.076,"2013-05-29 12:00",0.072,"2013-06-09 11:00",0.071,"2013-04-28 11:00",0.071,"2013-06-21 11:00","","","","",0.072,0.071,0.068,0.062,0.056,0.049,0.038,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","44201",1,40.035985,-75.002405,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6352,82,176,214,0,0,1,1,"Certification not required",0,0.047489,0.011811,0.076,"2013-05-29 12:00",0.072,"2013-06-09 11:00",0.071,"2013-04-28 11:00",0.071,"2013-06-21 11:00","","","","",0.072,0.071,0.068,0.062,0.056,0.049,0.038,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","61103",1,40.035985,-75.002405,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6213,100,259,273,0,148,"","","Certification not required",0,4.353855,2.347331,21.6,"2013-01-31 02:00",19.5,"2013-01-31 01:00",17.6,"2013-03-06 15:00",16.7,"2013-03-06 13:00","","","","",11.7,10.3,8.6,7.4,5.7,3.9,1.7,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","61104",1,40.035985,-75.002405,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6357,100,265,273,0,4,"","","Certification not required",0,209.231021,103.139148,359.9,"2013-01-24 11:00",359.9,"2013-02-17 03:00",359.9,"2013-05-17 06:00",359.9,"2013-05-25 20:00","","","","",354.9,351.4,341.8,329.4,303.3,235.7,46.6,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","62101",1,40.035985,-75.002405,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6357,100,265,273,0,4,"","","Certification not required",0,63.217398,19.881934,108,"2013-07-17 15:00",107,"2013-07-17 13:00",107,"2013-07-17 14:00",107,"2013-07-18 14:00","","","","",99,97,92,88,80,66,36,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","68101",1,40.035985,-75.002405,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",84,92,84,91,0,0,"","","Certification not required",3,0.391071,0.127572,0.6,"2013-05-22 00:00",0.6,"2013-07-15 00:00",0.6,"2013-07-18 00:00",0.6,"2013-08-02 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.2,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68102",1,40.035985,-75.002405,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",84,92,84,91,0,0,"","","Certification not required",0,23.882143,0.992643,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68103",1,40.035985,-75.002405,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",84,92,84,91,0,0,"","","Certification not required",0,9.415476,9.692781,25.4,"2013-07-18 00:00",24.2,"2013-07-15 00:00",23.7,"2013-07-06 00:00",22.2,"2013-07-21 00:00","","","","",25.4,24.2,22.2,21.8,18.1,12.2,-2.1,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68103",5,40.035985,-75.002405,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",89,73,88,122,0,6,"","","Certification not required",0,9.382022,9.49394,25.5,"2013-07-18 00:00",24.2,"2013-07-15 00:00",23.8,"2013-07-06 00:00",22.6,"2013-07-21 00:00","","","","",25.5,24.2,22.3,21.7,18,11.3,-1.9,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","68104",1,40.035985,-75.002405,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",84,92,84,91,0,0,"","","Certification not required",0,20.364286,10.902632,37.8,"2013-07-18 00:00",36.2,"2013-07-15 00:00",34.6,"2013-05-31 00:00",34.1,"2013-06-24 00:00","","","","",37.8,36.2,34.1,32.5,30.5,23.2,4.5,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68104",5,40.035985,-75.002405,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",89,73,88,122,0,6,"","","Certification not required",0,20.205618,10.693747,38.3,"2013-07-18 00:00",36.8,"2013-07-15 00:00",34.5,"2013-06-24 00:00",34.4,"2013-05-31 00:00","","","","",38.3,36.8,33.7,31.9,29.4,22.6,4.4,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","68105",1,40.035985,-75.002405,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",84,92,84,91,0,0,"","","Certification not required",0,14.557143,10.072859,31.1,"2013-07-18 00:00",29.8,"2013-07-15 00:00",29.3,"2013-07-06 00:00",27.7,"2013-05-31 00:00","","","","",31.1,29.8,26.9,25.8,23.8,16.9,1.5,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68105",5,40.035985,-75.002405,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,84,122,0,10,"","","Certification not required",0,14.908235,9.706481,31.6,"2013-07-18 00:00",30.4,"2013-07-15 00:00",29.3,"2013-07-06 00:00",27.6,"2013-05-31 00:00","","","","",31.6,30.4,26.6,25.7,23.4,16.8,1.6,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","68106",1,40.035985,-75.002405,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,92,84,91,0,0,"","","Certification not required",0,757.25,4.947617,767,"2013-01-10 00:00",767,"2013-05-01 00:00",765,"2013-05-04 00:00",765,"2013-06-21 00:00","","","","",767,767,765,763,761,758,752,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68106",5,40.035985,-75.002405,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,72,87,122,0,7,"","","Certification not required",0,754.965909,4.802894,765,"2013-01-10 00:00",765,"2013-05-01 00:00",763,"2013-06-21 00:00",762,"2013-04-28 00:00","","","","",765,765,762,760,758,756,748,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","68107",1,40.035985,-75.002405,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,92,84,91,0,0,"","","Certification not required",0,763.190476,4.647778,774,"2013-01-10 00:00",773,"2013-01-28 00:00",772,"2013-01-25 00:00",772,"2013-05-01 00:00","","","","",774,773,771,769,767,763,757,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68107",5,40.035985,-75.002405,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,88,122,0,6,"","","Certification not required",0,760.337079,4.683006,773,"2013-04-22 00:00",771,"2013-01-10 00:00",770,"2013-01-28 00:00",769,"2013-05-01 00:00","","","","",773,771,768,766,764,760,754,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","68108",1,40.035985,-75.002405,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,92,84,91,0,0,"","","Certification not required",0,760.333333,4.61097,772,"2013-01-10 00:00",770,"2013-05-01 00:00",768,"2013-01-25 00:00",767,"2013-01-07 00:00","","","","",772,770,767,766,763,761,754,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","68108",5,40.035985,-75.002405,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,84,122,0,10,"","","Certification not required",0,757.258824,4.685725,770,"2013-04-22 00:00",769,"2013-01-10 00:00",767,"2013-05-01 00:00",764,"2013-01-07 00:00","","","","",770,769,764,763,760,758,751,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","68109",1,40.035985,-75.002405,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",84,92,84,91,0,0,"","","Certification not required",0,1432.583333,60.001447,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","86502",1,40.035985,-75.002405,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","R & P MODEL 2025 PM2.5 SEQUENTIAL w/WINS - PAIRED GRAVIMETRIC DIFFERENCE",2013,"Micrograms/cubic meter (LC)","No Events",85,93,83,91,0,0,"","","Certification not required",0,5.515294,2.592228,14.2,"2013-04-10 00:00",13.8,"2013-09-19 00:00",11.1,"2013-05-31 00:00",10.5,"2013-09-10 00:00","","","","",14.2,13.8,10.4,9.6,6.6,5,2.5,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","88101",1,40.035985,-75.002405,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,0,0,0,"Certification not required",0,9.361905,5.173727,32.1,"2013-01-28 00:00",24,"2013-02-06 00:00",20.7,"2013-07-18 00:00",20.3,"2013-02-15 00:00","","","","",32.1,24,19.8,16.2,11.5,8.5,4,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","88101",1,40.035985,-75.002405,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,0,"","","Certification not required",0,9.361905,5.173727,32.1,"2013-01-28 00:00",24,"2013-02-06 00:00",20.7,"2013-07-18 00:00",20.3,"2013-02-15 00:00","","","","",32.1,24,19.8,16.2,11.5,8.5,4,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-12" +"42","101","1002","88101",3,40.035985,-75.002405,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6049,100,89,122,0,311,"","","Certification not required",0,9.734535,7.174943,54.7,"2013-01-05 21:00",48.5,"2013-01-29 04:00",45.7,"2013-01-09 10:00",44.5,"2013-01-09 09:00","","","","",32.9,30.1,23.8,18.7,13.2,8.5,1.8,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","88101",3,40.035985,-75.002405,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",256,73,89,122,0,0,0,0,"Certification not required",0,9.689844,5.521918,31.1,"2013-07-19 00:00",29.4,"2013-01-29 00:00",28.1,"2013-01-09 00:00",26,"2013-07-09 00:00","","","","",31.1,29.4,23.7,21.1,17.1,14.3,11.9,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","88101",3,40.035985,-75.002405,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",256,73,89,122,0,0,"","","Certification not required",0,9.689844,5.521918,31.1,"2013-07-19 00:00",29.4,"2013-01-29 00:00",28.1,"2013-01-09 00:00",26,"2013-07-09 00:00","","","","",31.1,29.4,23.7,21.1,17.1,14.3,11.9,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2013-12-11" +"42","101","1002","88102",5,40.035985,-75.002405,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",83,0.019966,0.008354,0.07,"2013-08-26 00:00",0.049,"2013-09-01 00:00",0.042,"2013-07-06 00:00",0.04,"2013-01-31 00:00","","","","",0.07,0.049,0.026,0.026,0.021,0.0195,0.014,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88103",5,40.035985,-75.002405,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.000831,0.00098,0.004,"2013-08-20 00:00",0.003,"2013-03-26 00:00",0.003,"2013-04-25 00:00",0.003,"2013-05-28 00:00","","","","",0.004,0.003,0.003,0.002,0.002,0.001,0,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88104",5,40.035985,-75.002405,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",39,0.034652,0.044516,0.238,"2013-03-08 00:00",0.207,"2013-07-15 00:00",0.181,"2013-08-29 00:00",0.177,"2013-08-23 00:00","","","","",0.238,0.207,0.174,0.067,0.039,0.022,0.0065,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88107",5,40.035985,-75.002405,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",87,0.007317,0.007072,0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.012,0.0055,0.005,0.0039,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88109",5,40.035985,-75.002405,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",21,0.002856,0.00181,0.0092,"2013-01-28 00:00",0.009,"2013-04-10 00:00",0.0064,"2013-09-01 00:00",0.006,"2013-08-26 00:00","","","","",0.0092,0.009,0.0059,0.0056,0.0038,0.0025,0.0009,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88110",5,40.035985,-75.002405,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.002056,0.004672,0.029,"2013-08-08 00:00",0.014,"2013-01-31 00:00",0.014,"2013-07-18 00:00",0.013,"2013-03-02 00:00","","","","",0.029,0.014,0.011,0.009,0.001,0,0,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88111",5,40.035985,-75.002405,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",21,0.018866,0.015817,0.0702,"2013-09-10 00:00",0.0665,"2013-05-16 00:00",0.0602,"2013-04-10 00:00",0.0596,"2013-07-15 00:00","","","","",0.0702,0.0665,0.0575,0.04,0.0261,0.0146,0.00375,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88112",5,40.035985,-75.002405,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.006562,0.017598,0.112,"2013-09-13 00:00",0.093,"2013-09-22 00:00",0.067,"2013-09-16 00:00",0.061,"2013-03-08 00:00","","","","",0.112,0.093,0.021,0.007,0.004,0.002,0,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88113",5,40.035985,-75.002405,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",84,0.000725,0.000221,0.0018,"2013-08-02 00:00",0.0016,"2013-08-26 00:00",0.0015,"2013-01-16 00:00",0.0012,"2013-03-26 00:00","","","","",0.0018,0.0016,0.0012,0.001,0.0007,0.0007,0.00055,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88114",5,40.035985,-75.002405,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",33,0.00346,0.002997,0.0141,"2013-04-25 00:00",0.0131,"2013-08-23 00:00",0.012,"2013-05-16 00:00",0.0107,"2013-03-08 00:00","","","","",0.0141,0.0131,0.0094,0.0078,0.0047,0.0027,0.0008,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88115",5,40.035985,-75.002405,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",44,0.024002,0.060497,0.349,"2013-01-28 00:00",0.343,"2013-04-22 00:00",0.231,"2013-03-11 00:00",0.165,"2013-05-04 00:00","","","","",0.349,0.343,0.154,0.0329,0.0122,0.0055,0.0039,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88117",5,40.035985,-75.002405,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",89,0.007463,0.011271,0.0435,"2013-02-18 00:00",0.043,"2013-02-21 00:00",0.043,"2013-03-23 00:00",0.043,"2013-04-16 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88118",5,40.035985,-75.002405,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",89,0.009466,0.00662,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88126",5,40.035985,-75.002405,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.058209,0.036658,0.208,"2013-03-08 00:00",0.173,"2013-07-15 00:00",0.137,"2013-05-16 00:00",0.133,"2013-02-06 00:00","","","","",0.208,0.173,0.129,0.111,0.0741,0.047,0.0212,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88128",5,40.035985,-75.002405,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.004472,0.006387,0.039,"2013-08-20 00:00",0.023,"2013-02-06 00:00",0.022,"2013-04-25 00:00",0.022,"2013-09-04 00:00","","","","",0.039,0.023,0.021,0.012,0.005,0.003,0,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88131",5,40.035985,-75.002405,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",88,0.009455,0.003134,0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-06 00:00",0.0165,"2013-04-19 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88132",5,40.035985,-75.002405,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.001315,0.001969,0.012,"2013-02-06 00:00",0.01,"2013-02-12 00:00",0.007,"2013-05-16 00:00",0.005,"2013-01-25 00:00","","","","",0.012,0.01,0.005,0.003,0.002,0.001,0,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88136",5,40.035985,-75.002405,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.00118,0.001998,0.015,"2013-03-08 00:00",0.005,"2013-01-16 00:00",0.005,"2013-06-21 00:00",0.005,"2013-09-10 00:00","","","","",0.015,0.005,0.004,0.004,0.001,0.001,0,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88140",5,40.035985,-75.002405,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",76,0.011087,0.01184,0.0606,"2013-04-22 00:00",0.0579,"2013-01-25 00:00",0.054,"2013-03-11 00:00",0.046,"2013-07-03 00:00","","","","",0.0606,0.0579,0.045,0.0261,0.009,0.006,0.0055,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88152",5,40.035985,-75.002405,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",89,0.005604,0.001574,0.008,"2013-01-31 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88154",5,40.035985,-75.002405,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",87,0.001072,0.000284,0.002,"2013-02-15 00:00",0.0016,"2013-06-27 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-07 00:00","","","","",0.002,0.0016,0.0013,0.0013,0.0013,0.00125,0.00065,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88160",5,40.035985,-75.002405,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",88,0.012399,0.003713,0.025,"2013-04-28 00:00",0.0185,"2013-01-16 00:00",0.018,"2013-01-25 00:00",0.018,"2013-02-06 00:00","","","","",0.025,0.0185,0.018,0.018,0.016,0.01,0.01,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88161",5,40.035985,-75.002405,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",80,0.002985,0.002209,0.016,"2013-07-03 00:00",0.013,"2013-07-15 00:00",0.0104,"2013-05-16 00:00",0.0077,"2013-06-27 00:00","","","","",0.016,0.013,0.0072,0.0049,0.00265,0.0025,0.0021,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88164",5,40.035985,-75.002405,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",86,0.001653,0.000464,0.005,"2013-01-13 00:00",0.003,"2013-01-28 00:00",0.0022,"2013-08-20 00:00",0.0019,"2013-01-31 00:00","","","","",0.005,0.003,0.0019,0.0019,0.0019,0.0016,0.0015,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88165",5,40.035985,-75.002405,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",5,0.058001,0.063053,0.42,"2013-07-15 00:00",0.373,"2013-07-03 00:00",0.17,"2013-05-16 00:00",0.164,"2013-06-27 00:00","","","","",0.42,0.373,0.154,0.109,0.067,0.043,0.013,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88166",5,40.035985,-75.002405,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",88,0.007616,0.004342,0.019,"2013-01-16 00:00",0.019,"2013-01-25 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-04-19 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88167",5,40.035985,-75.002405,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",16,0.007906,0.010298,0.0746,"2013-02-06 00:00",0.0563,"2013-02-12 00:00",0.0319,"2013-01-25 00:00",0.0209,"2013-01-04 00:00","","","","",0.0746,0.0563,0.0207,0.0152,0.0085,0.0059,0.0013,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88168",5,40.035985,-75.002405,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",84,0.001407,0.001154,0.0091,"2013-07-03 00:00",0.0069,"2013-06-27 00:00",0.0054,"2013-01-07 00:00",0.0022,"2013-07-15 00:00","","","","",0.0091,0.0069,0.0018,0.00175,0.00155,0.00115,0.00085,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88169",5,40.035985,-75.002405,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.718157,0.431506,2.31,"2013-07-18 00:00",2.16,"2013-07-09 00:00",1.88,"2013-01-28 00:00",1.77,"2013-09-10 00:00","","","","",2.31,2.16,1.52,1.24,0.962,0.566,0.318,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88176",5,40.035985,-75.002405,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",88,0.000966,0.000235,0.0019,"2013-01-22 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-06 00:00","","","","",0.0019,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88180",5,40.035985,-75.002405,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,0.046203,0.045255,0.42,"2013-07-03 00:00",0.106,"2013-01-28 00:00",0.0932,"2013-02-06 00:00",0.089,"2013-01-01 00:00","","","","",0.42,0.106,0.0835,0.073,0.057,0.0372,0.0181,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88184",5,40.035985,-75.002405,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",50,0.069466,0.091491,0.497,"2013-03-11 00:00",0.433,"2013-04-22 00:00",0.4,"2013-05-04 00:00",0.291,"2013-04-19 00:00","","","","",0.497,0.433,0.284,0.168,0.078,0.027,0.0155,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88185",5,40.035985,-75.002405,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",83,0.003322,0.003394,0.0116,"2013-09-07 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-06 00:00","","","","",0.0116,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88301",5,40.035985,-75.002405,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",1,0.744534,0.678795,3.68,"2013-01-28 00:00",3.01,"2013-02-06 00:00",2.57,"2013-02-15 00:00",2.37,"2013-01-04 00:00","","","","",3.68,3.01,1.93,1.77,0.998,0.555,0.155,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88302",5,40.035985,-75.002405,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",3,0.094143,0.105904,0.615,"2013-03-11 00:00",0.472,"2013-04-22 00:00",0.446,"2013-05-04 00:00",0.33,"2013-04-19 00:00","","","","",0.615,0.472,0.31,0.237,0.11,0.05,0.023,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88303",5,40.035985,-75.002405,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",34,0.033702,0.040008,0.345,"2013-07-03 00:00",0.0929,"2013-07-24 00:00",0.09,"2013-01-07 00:00",0.087,"2013-01-01 00:00","","","","",0.345,0.0929,0.083,0.07,0.04,0.0278,0.0115,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88306",5,40.035985,-75.002405,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,1.210292,1.375389,7.31,"2013-01-28 00:00",6.82,"2013-02-15 00:00",6.78,"2013-02-06 00:00",4.27,"2013-01-04 00:00","","","","",7.31,6.82,4.13,2.74,1.33,0.667,0.265,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88355",5,40.035985,-75.002405,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,1.978404,1.039252,4.77,"2013-07-18 00:00",4.67,"2013-05-16 00:00",4.34,"2013-01-28 00:00",4.23,"2013-05-31 00:00","","","","",4.77,4.67,3.75,3.29,2.7,1.86,0.781,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88357",5,40.035985,-75.002405,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.360011,0.211399,1.07,"2013-05-16 00:00",1.01,"2013-06-12 00:00",0.956,"2013-06-15 00:00",0.921,"2013-05-10 00:00","","","","",1.07,1.01,0.781,0.659,0.449,0.302,0.148,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88370",5,40.035985,-75.002405,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,1.681708,0.886066,4.06,"2013-07-18 00:00",3.86,"2013-05-31 00:00",3.67,"2013-05-16 00:00",3.48,"2013-01-28 00:00","","","","",4.06,3.86,3.34,2.79,2.34,1.51,0.641,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88374",5,40.035985,-75.002405,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",4,0.092573,0.078003,0.329,"2013-05-22 00:00",0.291,"2013-02-03 00:00",0.286,"2013-08-20 00:00",0.276,"2013-07-18 00:00","","","","",0.329,0.291,0.27,0.231,0.119,0.069,0.018,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88375",5,40.035985,-75.002405,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.475753,0.265479,1.39,"2013-05-16 00:00",1.24,"2013-05-31 00:00",1.22,"2013-07-18 00:00",1.04,"2013-05-22 00:00","","","","",1.39,1.24,0.975,0.803,0.629,0.423,0.175,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88376",5,40.035985,-75.002405,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.556888,0.316645,1.38,"2013-06-15 00:00",1.37,"2013-06-21 00:00",1.3,"2013-05-31 00:00",1.24,"2013-06-12 00:00","","","","",1.38,1.37,1.2,1.03,0.75,0.508,0.208,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88377",5,40.035985,-75.002405,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.406787,0.249051,1.18,"2013-07-18 00:00",1.12,"2013-01-28 00:00",0.989,"2013-05-16 00:00",0.955,"2013-07-09 00:00","","","","",1.18,1.12,0.892,0.772,0.542,0.326,0.154,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88378",5,40.035985,-75.002405,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",33,0.149697,0.170453,0.704,"2013-05-22 00:00",0.606,"2013-09-01 00:00",0.537,"2013-07-21 00:00",0.534,"2013-08-17 00:00","","","","",0.704,0.606,0.51,0.398,0.263,0.083,0.001,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88380",5,40.035985,-75.002405,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.65709,0.362451,2.08,"2013-05-16 00:00",1.52,"2013-01-28 00:00",1.38,"2013-06-21 00:00",1.32,"2013-07-09 00:00","","","","",2.08,1.52,1.28,1.19,0.868,0.611,0.226,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88383",5,40.035985,-75.002405,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.716966,0.378948,1.88,"2013-05-16 00:00",1.65,"2013-01-28 00:00",1.57,"2013-07-18 00:00",1.35,"2013-05-22 00:00","","","","",1.88,1.65,1.33,1.21,1,0.708,0.245,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88384",5,40.035985,-75.002405,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",0,0.082267,0.050876,0.282,"2013-06-12 00:00",0.228,"2013-07-09 00:00",0.209,"2013-07-12 00:00",0.19,"2013-05-16 00:00","","","","",0.282,0.228,0.177,0.154,0.11,0.0658,0.0305,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88385",5,40.035985,-75.002405,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",73,0.007252,0.023372,0.192,"2013-06-12 00:00",0.064,"2013-06-15 00:00",0.06,"2013-06-09 00:00",0.0517,"2013-06-21 00:00","","","","",0.192,0.064,0.0434,0.0142,0.001,0.001,0.001,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88388",5,40.035985,-75.002405,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,6,"","","Certification not required",2,0.446067,0.285124,1.14,"2013-08-20 00:00",1.12,"2013-05-22 00:00",1.1,"2013-01-28 00:00",1.08,"2013-07-18 00:00","","","","",1.14,1.12,1,0.868,0.616,0.413,0.109,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88403",5,40.035985,-75.002405,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,1.868011,1.167981,6.25,"2013-07-18 00:00",5.16,"2013-07-09 00:00",5.03,"2013-01-28 00:00",4.75,"2013-09-10 00:00","","","","",6.25,5.16,4.24,3.41,2.49,1.52,0.834,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","101","1002","88502",5,40.035985,-75.002405,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,88,122,0,6,"","","Certification not required",0,9.283146,5.059492,30.2,"2013-01-28 00:00",22.3,"2013-02-06 00:00",21.7,"2013-07-18 00:00",18.5,"2013-02-15 00:00","","","","",30.2,22.3,17.9,16.6,11.7,8.4,4,"BAXTER (BAX)","5200 PENNYPACK PARK PHILADELPHIA, PA. 19136","Pennsylvania","Philadelphia","Philadelphia","Philadelphia-Camden-Wilmington, PA-NJ-DE-MD","2014-02-14" +"42","111","9991","44201",1,39.9878,-79.2515,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6980,97,208,214,0,1036,0,0,"Certification not required",453,0.046048,0.010139,0.073,"2013-05-15 14:00",0.073,"2013-06-20 18:00",0.067,"2013-05-17 16:00",0.067,"2013-05-30 16:00","","","","",0.067,0.066,0.062,0.059,0.054,0.048,0.039,"Laurel Hill","Laurel Hill State Park, Rockwood, PA 15557","Pennsylvania","Somerset","","Somerset, PA","2014-01-31" +"42","111","9991","44201",1,39.9878,-79.2515,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7012,96,205,214,0,0,0,0,"Certification not required",0,0.04121,0.009846,0.072,"2013-05-15 13:00",0.063,"2013-05-17 11:00",0.062,"2013-04-27 11:00",0.061,"2013-06-21 10:00","","","","",0.062,0.059,0.058,0.055,0.048,0.043,0.036,"Laurel Hill","Laurel Hill State Park, Rockwood, PA 15557","Pennsylvania","Somerset","","Somerset, PA","2014-01-31" +"42","111","9991","44201",1,39.9878,-79.2515,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7012,96,205,214,0,0,0,0,"Certification not required",0,0.04121,0.009846,0.072,"2013-05-15 13:00",0.063,"2013-05-17 11:00",0.062,"2013-04-27 11:00",0.061,"2013-06-21 10:00","","","","",0.062,0.059,0.058,0.055,0.048,0.043,0.036,"Laurel Hill","Laurel Hill State Park, Rockwood, PA 15557","Pennsylvania","Somerset","","Somerset, PA","2014-01-31" +"42","117","4000","42601",1,41.644722,-76.939167,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7708,88,318,365,0,308,"","","Certification not required",0,0.086404,0.322274,4,"2013-07-02 10:00",4,"2013-08-06 07:00",3,"2013-05-04 07:00",2,"2013-01-13 13:00","","","","",2,1,1,0,0,0,0,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","117","4000","42602",1,41.644722,-76.939167,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7708,88,318,365,0,308,0,"","Certification not required",0,2.874214,2.734848,14,"2013-05-03 20:00",12,"2013-11-22 03:00",12,"2013-11-26 18:00",11,"2013-01-13 05:00","","","","",11,11,9,7,4,2,0,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","117","4000","42602",1,41.644722,-76.939167,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7708,88,318,365,0,308,"","","Certification not required",0,1.214582,1.659127,14,"2013-05-03 20:00",12,"2013-11-22 03:00",12,"2013-11-22 06:00",12,"2013-11-26 18:00","","","","",8,6,4,3,2,1,0,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","117","4000","42603",1,41.644722,-76.939167,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7708,88,318,365,0,308,"","","Certification not required",0,1.646341,1.700179,15,"2013-05-03 20:00",14,"2013-05-04 07:00",13,"2013-03-18 16:00",13,"2013-08-06 07:00","","","","",8,7,5,4,2,1,0,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","117","4000","44201",1,41.644722,-76.939167,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7736,100,214,214,0,280,0,0,"Certification not required",6,0.048514,0.010199,0.079,"2013-09-10 16:00",0.074,"2013-05-15 18:00",0.071,"2013-05-31 15:00",0.071,"2013-06-21 12:00","","","","",0.071,0.07,0.065,0.063,0.055,0.049,0.041,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","117","4000","44201",1,41.644722,-76.939167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7739,100,213,214,0,0,0,0,"Certification not required",0,0.044728,0.009788,0.074,"2013-09-10 14:00",0.068,"2013-05-15 14:00",0.067,"2013-04-28 08:00",0.066,"2013-06-21 10:00","","","","",0.067,0.065,0.061,0.058,0.052,0.046,0.039,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","117","4000","44201",1,41.644722,-76.939167,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7739,100,213,214,0,0,0,0,"Certification not required",0,0.044728,0.009788,0.074,"2013-09-10 14:00",0.068,"2013-05-15 14:00",0.067,"2013-04-28 08:00",0.066,"2013-06-21 10:00","","","","",0.067,0.065,0.061,0.058,0.052,0.046,0.039,"PENN STATE OZONE MONITORING SITE","TIOGA","Pennsylvania","Tioga","","","2014-02-19" +"42","123","0004","42401",1,41.844722,-79.169722,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7881,90,328,365,0,135,11,"","Certification not required",0,16.707317,23.62137,154,"2013-05-05 02:00",135,"2013-10-30 20:00",128,"2013-05-09 23:00",123,"2013-04-05 03:00","","","","",123,102,67,45,20,7,1,"WARREN OVERLOOK","OVERLOOK SITE - NEAR STONE HILL ROAD","Pennsylvania","Warren","","Warren, PA","2014-02-19" +"42","123","0004","42401",1,41.844722,-79.169722,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7881,90,328,365,0,135,"","","Certification not required",0,4.78759,9.178728,154,"2013-05-05 02:00",135,"2013-10-30 20:00",128,"2013-05-09 23:00",123,"2013-04-05 03:00","","","","",48,34,17,8,5,3,0,"WARREN OVERLOOK","OVERLOOK SITE - NEAR STONE HILL ROAD","Pennsylvania","Warren","","Warren, PA","2014-02-19" +"42","123","0004","42401",1,41.844722,-79.169722,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",328,90,328,365,0,0,0,"","Certification not required",0,4.804268,4.884574,33.9,"2013-10-30 00:00",27.2,"2013-05-05 00:00",26.8,"2013-09-18 00:00",25.3,"2013-04-27 00:00","","","","",25.3,19.6,15,10.5,5.7,4.1,0.1,"WARREN OVERLOOK","OVERLOOK SITE - NEAR STONE HILL ROAD","Pennsylvania","Warren","","Warren, PA","2014-02-19" +"42","123","0004","42401",1,41.844722,-79.169722,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2617,90,328,365,0,0,"",0,"Certification not required",0,4.762476,8.342561,101,"2013-05-05 05:00",97.3,"2013-10-30 20:00",94.6,"2013-05-09 23:00",81.3,"2013-05-03 05:00","","","","",43.6,32.3,16.6,8.6,5,3.6,0,"WARREN OVERLOOK","OVERLOOK SITE - NEAR STONE HILL ROAD","Pennsylvania","Warren","","Warren, PA","2014-02-19" +"42","123","0004","42401",2,41.844722,-79.169722,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",91263,87,322,365,0,4929,"","","Certification not required",0,4.830884,10.004093,226,"2013-10-30 19:20",216,"2013-04-05 03:00",214,"2013-05-05 02:55",211,"2013-04-05 03:05","","","","",50,33,15,8,5,3,0,"WARREN OVERLOOK","OVERLOOK SITE - NEAR STONE HILL ROAD","Pennsylvania","Warren","","Warren, PA","2014-02-19" +"42","123","0005","42401",1,41.825708,-79.119952,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6628,76,272,365,0,1388,1,"","Certification not required",0,11.257353,14.155695,123,"2013-01-31 01:00",70,"2013-01-14 06:00",64,"2013-04-14 12:00",50,"2013-02-17 15:00","","","","",64,45,37,30,15,6,1,"","2044 Pennsylvania Avenue East","Pennsylvania","Warren","Warren","Warren, PA","2014-02-19" +"42","123","0005","42401",1,41.825708,-79.119952,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6628,76,272,365,0,1388,"","","Certification not required",0,2.568648,6.392567,123,"2013-01-31 01:00",111,"2013-01-31 02:00",93,"2013-01-31 05:00",90,"2013-01-31 03:00","","","","",30,22,13,6,2,1,0,"","2044 Pennsylvania Avenue East","Pennsylvania","Warren","Warren","Warren, PA","2014-02-19" +"42","123","0005","42401",1,41.825708,-79.119952,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,2.548529,3.67109,36,"2013-01-31 00:00",21,"2013-01-14 00:00",16.1,"2013-11-23 00:00",13.8,"2013-02-24 00:00","","","","",16.1,12.5,8.2,6.3,3.1,1.4,0,"","2044 Pennsylvania Avenue East","Pennsylvania","Warren","Warren","Warren, PA","2014-02-19" +"42","123","0005","42401",1,41.825708,-79.119952,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2188,75,272,365,0,0,"",0,"Certification not required",0,2.541819,5.815825,86,"2013-01-31 05:00",85.3,"2013-01-31 02:00",83,"2013-01-31 08:00",49,"2013-01-14 11:00","","","","",27.3,19.6,11.6,6.6,2.3,0.6,0,"","2044 Pennsylvania Avenue East","Pennsylvania","Warren","Warren","Warren, PA","2014-02-19" +"42","123","0005","42401",2,41.825708,-79.119952,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",78197,74,273,365,0,17995,"","","Certification not required",0,2.602107,7.507999,184,"2013-01-31 01:50",169,"2013-01-31 06:55",169,"2013-04-14 12:20",158,"2013-04-14 08:50","","","","",37,25,12,6,2,0,0,"","2044 Pennsylvania Avenue East","Pennsylvania","Warren","Warren","Warren, PA","2014-02-19" +"42","123","0005","42402",1,41.825708,-79.119952,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",6087,69,251,365,0,1929,"","","Certification not required",4475,0.00203,0.003548,0.057,"2013-06-23 15:00",0.051,"2013-06-23 12:00",0.047,"2013-06-25 08:00",0.046,"2013-05-21 18:00","","","","",0.02,0.013,0.006,0.003,0.002,0.001,0.001,"","2044 Pennsylvania Avenue East","Pennsylvania","Warren","Warren","Warren, PA","2014-02-19" +"42","125","0005","42101",1,40.146667,-79.902222,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7817,89,326,365,0,199,0,0,"Certification not required",7708,0.255226,0.049691,2,"2013-01-11 10:00",1.1,"2013-01-09 23:00",1.1,"2013-01-13 04:00",1.1,"2013-02-19 00:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42101",1,40.146667,-79.902222,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7815,89,324,365,0,0,0,0,"Certification not required",0,0.303135,0.028107,0.9,"2013-01-11 16:00",0.8,"2013-01-11 14:00",0.8,"2013-01-11 15:00",0.8,"2013-01-11 17:00",0.9,"2013-01-11 16:00",0.7,"2013-01-10 00:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42401",1,40.146667,-79.902222,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7867,90,327,365,0,149,0,"","Certification not required",0,6.103976,3.829361,27,"2013-02-25 17:00",25,"2013-10-11 21:00",21,"2013-01-30 18:00",21,"2013-04-06 10:00","","","","",21,16,14,10,8,5,2,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42401",1,40.146667,-79.902222,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7867,90,327,365,0,149,"","","Certification not required",0,3.306089,2.334122,27,"2013-02-25 17:00",26,"2013-02-25 15:00",25,"2013-10-11 21:00",24,"2013-02-25 16:00","","","","",11,9,7,6,5,3,1,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42401",1,40.146667,-79.902222,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",327,90,327,365,0,0,0,"","Certification not required",0,3.308869,1.916272,11.8,"2013-02-25 00:00",9,"2013-01-26 00:00",8.6,"2013-04-15 00:00",8.6,"2013-04-19 00:00","","","","",8.6,7.6,6.6,6,4.8,3,1.2,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42401",1,40.146667,-79.902222,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2611,89,326,365,0,0,"",0,"Certification not required",0,3.285216,2.222153,25.6,"2013-02-25 17:00",19.6,"2013-02-25 20:00",15.6,"2013-04-06 11:00",15.3,"2013-02-25 14:00","","","","",10.3,8.6,7,6,4.6,3,1,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42401",2,40.146667,-79.902222,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",92681,88,326,365,0,3511,"","","Certification not required",0,3.309384,2.42726,43,"2013-01-11 10:15",32,"2013-10-11 21:30",32,"2013-10-11 21:35",31,"2013-10-11 21:25","","","","",12,9,7,6,5,3,1,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42601",1,40.146667,-79.902222,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7866,90,326,365,0,150,"","","Certification not required",0,3.707475,11.5998,260,"2013-01-11 10:00",199,"2013-01-11 11:00",170,"2013-01-11 12:00",169,"2013-01-11 09:00","","","","",58,38,19,8,2,0,0,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42602",1,40.146667,-79.902222,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7867,90,326,365,0,149,0,"","Certification not required",0,17.230061,8.377946,72,"2013-01-11 10:00",43,"2013-03-11 09:00",39,"2013-02-06 22:00",39,"2013-02-08 09:00","","","","",39,35,32,29,23,16,8,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42602",1,40.146667,-79.902222,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7867,90,326,365,0,149,"","","Certification not required",0,7.561205,6.360227,72,"2013-01-11 10:00",44,"2013-01-11 11:00",43,"2013-03-11 09:00",43,"2013-03-11 10:00","","","","",29,25,21,17,10,6,2,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","42603",1,40.146667,-79.902222,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7867,90,326,365,0,149,"","","Certification not required",0,11.160163,16.319957,319,"2013-01-11 10:00",243,"2013-01-11 11:00",211,"2013-01-11 12:00",203,"2013-01-11 09:00","","","","",82,59,38,25,13,6,1,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","44201",1,40.146667,-79.902222,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7912,98,210,214,0,104,0,0,"Certification not required",1060,0.05,0.011129,0.091,"2013-06-21 14:00",0.077,"2013-06-20 15:00",0.077,"2013-08-21 14:00",0.075,"2013-05-15 17:00","","","","",0.077,0.071,0.067,0.064,0.057,0.051,0.042,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","44201",1,40.146667,-79.902222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7897,98,209,214,0,0,0,0,"Certification not required",0,0.04367,0.010725,0.082,"2013-06-21 10:00",0.072,"2013-05-15 12:00",0.069,"2013-06-20 10:00",0.064,"2013-05-17 11:00","","","","",0.069,0.064,0.06,0.057,0.052,0.044,0.037,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","44201",1,40.146667,-79.902222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7897,98,209,214,0,0,1,1,"Certification not required",0,0.04367,0.010725,0.082,"2013-06-21 10:00",0.072,"2013-05-15 12:00",0.069,"2013-06-20 10:00",0.064,"2013-05-17 11:00","","","","",0.069,0.064,0.06,0.057,0.052,0.044,0.037,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","81102",1,40.146667,-79.902222,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,0,0,0,"Certification not required",2,17.121951,7.517297,45,"2013-03-11 00:00",32,"2013-06-21 00:00",26,"2013-04-10 00:00",25,"2013-07-15 00:00","","","","",45,45,26,24,20,18,8,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2013-12-19" +"42","125","0005","88101",3,40.146667,-79.902222,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7591,87,320,365,0,425,"","","Certification not required",0,10.62661,7.399574,279.7,"2013-10-17 04:00",51.3,"2013-01-11 11:00",44.8,"2013-01-10 12:00",44,"2013-01-08 11:00","","","","",30.1,27.7,23.9,19.9,14.4,9.3,3.1,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","88101",3,40.146667,-79.902222,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,0,0,"Certification not required",0,10.581761,4.919296,27.2,"2013-09-10 00:00",25.3,"2013-02-07 00:00",24.3,"2013-07-18 00:00",23.8,"2013-09-11 00:00","","","","",23.8,22.2,19.6,17.6,13.9,9.7,4.8,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0005","88101",3,40.146667,-79.902222,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,"","","Certification not required",0,10.581761,4.919296,27.2,"2013-09-10 00:00",25.3,"2013-02-07 00:00",24.3,"2013-07-18 00:00",23.8,"2013-09-11 00:00","","","","",23.8,22.2,19.6,17.6,13.9,9.7,4.8,"","CHARLER01 WASTE TREATMENT PLANT","Pennsylvania","Washington","Charleroi","Pittsburgh, PA","2014-02-19" +"42","125","0200","44201",1,40.170556,-80.261389,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7906,99,211,214,0,110,0,0,"Certification not required",715,0.04773,0.011047,0.091,"2013-06-21 16:00",0.078,"2013-05-15 17:00",0.073,"2013-05-17 17:00",0.073,"2013-08-29 17:00","","","","",0.073,0.071,0.065,0.061,0.056,0.048,0.04,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2014-02-19" +"42","125","0200","44201",1,40.170556,-80.261389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7883,98,209,214,0,0,0,0,"Certification not required",0,0.042589,0.011089,0.084,"2013-06-21 11:00",0.074,"2013-05-15 14:00",0.067,"2013-06-20 11:00",0.067,"2013-08-20 10:00","","","","",0.067,0.064,0.06,0.056,0.051,0.044,0.036,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2014-02-19" +"42","125","0200","44201",1,40.170556,-80.261389,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7883,98,209,214,0,0,1,1,"Certification not required",0,0.042589,0.011089,0.084,"2013-06-21 11:00",0.074,"2013-05-15 14:00",0.067,"2013-06-20 11:00",0.067,"2013-08-20 10:00","","","","",0.067,0.064,0.06,0.056,0.051,0.044,0.036,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2014-02-19" +"42","125","0200","68101",1,40.170556,-80.261389,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",215,100,37,61,0,0,"","","Certification not required",206,0.058605,0.046694,0.5,"2013-08-31 00:00",0.3,"2013-01-04 00:00",0.3,"2013-02-04 00:00",0.3,"2013-07-20 00:00","","","","",0.3,0.2,0.05,0.05,0.05,0.05,0.05,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68102",1,40.170556,-80.261389,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",215,100,37,61,0,0,"","","Certification not required",0,23.985581,0.09286,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68103",1,40.170556,-80.261389,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",215,100,37,61,0,0,"","","Certification not required",0,9.330233,9.549182,22.3,"2013-07-17 00:00",21.9,"2013-07-14 00:00",21.5,"2013-07-19 00:00",21.4,"2013-07-16 00:00","","","","",21.5,21.4,20.8,19.6,16.6,12.1,-5.5,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68104",1,40.170556,-80.261389,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",215,100,37,61,0,0,"","","Certification not required",0,22.086512,10.387324,36.1,"2013-07-18 00:00",34.7,"2013-07-15 00:00",34.4,"2013-07-16 00:00",34,"2013-07-19 00:00","","","","",34.4,33.8,32.8,31.7,29.5,25.7,3.2,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68105",1,40.170556,-80.261389,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",215,100,37,61,0,0,"","","Certification not required",0,15.404186,9.47392,28.2,"2013-07-18 00:00",27.2,"2013-07-15 00:00",27,"2013-07-14 00:00",26.5,"2013-06-24 00:00","","","","",27,26.5,25.5,24.5,22.4,18.5,-1.1,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68106",1,40.170556,-80.261389,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",215,100,37,61,0,0,"","","Certification not required",0,727.660465,4.200698,738,"2013-04-21 00:00",737,"2013-04-26 00:00",736,"2013-07-16 00:00",735,"2013-01-10 00:00","","","","",736,735,734,733,730,728,723,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68107",1,40.170556,-80.261389,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",215,100,37,61,0,0,"","","Certification not required",0,733.595349,3.950509,744,"2013-01-10 00:00",744,"2013-04-21 00:00",742,"2013-01-18 00:00",742,"2013-01-24 00:00","","","","",742,742,740,739,736,734,728,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68108",1,40.170556,-80.261389,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",215,100,37,61,0,0,"","","Certification not required",0,730.818605,3.941112,741,"2013-01-10 00:00",741,"2013-04-21 00:00",739,"2013-01-27 00:00",739,"2013-04-26 00:00","","","","",739,738,737,736,733,731,726,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","68109",1,40.170556,-80.261389,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",215,100,37,61,0,0,"","","Certification not required",0,1438.297674,5.853727,1440,"2013-01-01 00:00",1440,"2013-01-12 00:00",1440,"2013-01-14 00:00",1440,"2013-01-18 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","88101",1,40.170556,-80.261389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",215,59,215,365,0,0,0,0,"Certification not required",0,10.387442,4.482988,25.6,"2013-07-04 00:00",24.3,"2013-01-07 00:00",24.2,"2013-09-10 00:00",22.9,"2013-02-07 00:00","","","","",24.2,21.4,19.2,16.8,13.2,9.7,5,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","88101",1,40.170556,-80.261389,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",215,59,215,365,0,0,"","","Certification not required",0,10.387442,4.482988,25.6,"2013-07-04 00:00",24.3,"2013-01-07 00:00",24.2,"2013-09-10 00:00",22.9,"2013-02-07 00:00","","","","",24.2,21.4,19.2,16.8,13.2,9.7,5,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2013-12-11" +"42","125","0200","88101",3,40.170556,-80.261389,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7733,88,328,365,0,283,"","","Certification not required",0,10.550381,7.348556,385.9,"2013-07-04 21:00",48.3,"2013-07-18 01:00",47.7,"2013-02-07 01:00",45.2,"2013-07-19 01:00","","","","",29.6,25.6,21.8,18.7,13.6,9.2,4.2,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2014-02-19" +"42","125","0200","88101",3,40.170556,-80.261389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",321,88,321,365,0,0,0,0,"Certification not required",0,10.497819,4.292533,26,"2013-01-07 00:00",24.8,"2013-02-07 00:00",24.2,"2013-03-16 00:00",23.7,"2013-09-10 00:00","","","","",23.7,22.2,18.8,16.3,13.3,9.4,5.7,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2014-02-19" +"42","125","0200","88101",3,40.170556,-80.261389,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",321,88,321,365,0,0,"","","Certification not required",0,10.497819,4.292533,26,"2013-01-07 00:00",24.8,"2013-02-07 00:00",24.2,"2013-03-16 00:00",23.7,"2013-09-10 00:00","","","","",23.7,22.2,18.8,16.3,13.3,9.4,5.7,"","MCCARRELL AND FAYETTE STS","Pennsylvania","Washington","Washington","Pittsburgh, PA","2014-02-19" +"42","125","5001","42401",1,40.445278,-80.420833,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7832,89,326,365,0,184,0,"","Certification not required",0,2.91411,4.606883,53,"2013-03-05 18:00",27,"2013-03-09 15:00",19,"2013-05-14 10:00",16,"2013-04-11 22:00","","","","",16,14,10,8,4,2,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","42401",1,40.445278,-80.420833,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7832,89,326,365,0,184,"","","Certification not required",0,0.927094,1.820209,53,"2013-03-05 18:00",27,"2013-03-09 15:00",23,"2013-03-09 16:00",22,"2013-03-05 19:00","","","","",8,6,4,3,1,0,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","42401",1,40.445278,-80.420833,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",326,89,326,365,0,0,0,"","Certification not required",0,0.922699,1.280375,6.4,"2013-05-21 00:00",5.8,"2013-03-05 00:00",5.8,"2013-05-22 00:00",5.3,"2013-05-29 00:00","","","","",5.3,4.7,3.5,2.8,1.6,0.3,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","42401",1,40.445278,-80.420833,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2597,89,326,365,0,0,"",0,"Certification not required",0,0.915402,1.668987,27,"2013-03-05 20:00",18.3,"2013-03-09 17:00",12.6,"2013-04-11 23:00",12.6,"2013-05-14 11:00","","","","",7.3,6,4.3,3,1.3,0,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","42401",2,40.445278,-80.420833,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",92220,88,326,365,0,3972,"","","Certification not required",0,0.933604,1.896824,62,"2013-03-05 18:40",61,"2013-03-05 18:45",60,"2013-03-05 18:35",58,"2013-03-05 18:30","","","","",8,6,4,3,1,0,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","44201",1,40.445278,-80.420833,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7890,100,213,214,0,126,0,0,"Certification not required",429,0.050423,0.011284,0.095,"2013-06-21 16:00",0.089,"2013-06-20 16:00",0.084,"2013-05-15 17:00",0.078,"2013-08-21 12:00","","","","",0.084,0.076,0.068,0.064,0.057,0.051,0.042,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","44201",1,40.445278,-80.420833,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7895,100,213,214,0,0,0,0,"Certification not required",0,0.045122,0.010804,0.084,"2013-06-21 10:00",0.076,"2013-05-15 12:00",0.075,"2013-06-20 12:00",0.071,"2013-05-18 10:00","","","","",0.075,0.07,0.064,0.059,0.053,0.045,0.038,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","44201",1,40.445278,-80.420833,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7895,100,213,214,0,0,2,2,"Certification not required",0,0.045122,0.010804,0.084,"2013-06-21 10:00",0.076,"2013-05-15 12:00",0.075,"2013-06-20 12:00",0.071,"2013-05-18 10:00","","","","",0.075,0.07,0.064,0.059,0.053,0.045,0.038,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","68101",1,40.445278,-80.420833,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",236,100,42,61,0,0,"","","Certification not required",144,0.135169,0.144076,0.9,"2013-03-05 00:00",0.8,"2013-03-09 00:00",0.8,"2013-03-22 00:00",0.7,"2013-02-18 00:00","","","","",0.8,0.6,0.4,0.3,0.2,0.05,0.05,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68102",1,40.445278,-80.420833,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",236,100,42,61,0,0,"","","Certification not required",0,23.979661,0.074445,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68103",1,40.445278,-80.420833,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",236,100,42,61,0,0,"","","Certification not required",0,5.489831,9.219183,20.7,"2013-06-01 00:00",20.7,"2013-08-28 00:00",20.1,"2013-08-27 00:00",20,"2013-08-31 00:00","","","","",20.1,19.8,19.3,16.9,13,7,-7.1,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68103",5,40.445278,-80.420833,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,3,"","","Certification not required",0,4.363265,8.603044,16.6,"2013-07-21 00:00",16.6,"2013-09-01 00:00",15.8,"2013-08-08 00:00",15.6,"2013-05-22 00:00","","","","",16.6,16.6,15.8,15.4,10.8,6.4,-9,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","68104",1,40.445278,-80.420833,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",236,100,42,61,0,0,"","","Certification not required",0,19.333051,10.886686,34.7,"2013-07-15 00:00",34,"2013-07-19 00:00",33.9,"2013-05-31 00:00",33.9,"2013-07-18 00:00","","","","",33.9,33.6,32.7,31,28.3,23.5,2.8,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68104",5,40.445278,-80.420833,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,3,"","","Certification not required",0,17.257143,10.626147,32.6,"2013-07-15 00:00",29.5,"2013-07-03 00:00",29,"2013-05-22 00:00",28.9,"2013-08-20 00:00","","","","",32.6,32.6,29,28.6,25.9,20.2,1,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","68105",1,40.445278,-80.420833,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",236,100,42,61,0,0,"","","Certification not required",0,12.437712,9.564014,26.8,"2013-06-01 00:00",26.8,"2013-07-18 00:00",26.3,"2013-05-21 00:00",26.1,"2013-09-10 00:00","","","","",26.3,25.8,24.9,23.3,20.3,15.2,-0.9,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68105",5,40.445278,-80.420833,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,3,"","","Certification not required",0,10.718367,8.998001,23.8,"2013-07-15 00:00",22.1,"2013-05-22 00:00",21.9,"2013-08-08 00:00",21.6,"2013-07-03 00:00","","","","",23.8,23.8,21.9,21.2,17.8,12.5,-1.2,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","68106",1,40.445278,-80.420833,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",236,100,42,61,0,0,"","","Certification not required",0,729.618644,4.424149,741,"2013-04-21 00:00",740,"2013-04-26 00:00",738,"2013-01-27 00:00",738,"2013-03-08 00:00","","","","",738,738,737,735,732,730,724,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68106",5,40.445278,-80.420833,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,3,"","","Certification not required",0,731.102041,4.809907,741,"2013-04-22 00:00",739,"2013-01-10 00:00",738,"2013-07-15 00:00",737,"2013-02-09 00:00","","","","",741,741,738,737,735,731,725,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","68107",1,40.445278,-80.420833,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",236,100,42,61,0,0,"","","Certification not required",0,736.15678,4.126303,748,"2013-01-10 00:00",748,"2013-04-21 00:00",746,"2013-01-24 00:00",745,"2013-01-09 00:00","","","","",746,745,743,742,739,736,731,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68107",5,40.445278,-80.420833,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,3,"","","Certification not required",0,736.122449,4.328359,747,"2013-01-10 00:00",747,"2013-04-22 00:00",742,"2013-02-09 00:00",742,"2013-04-04 00:00","","","","",747,747,742,741,739,736,731,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","68108",1,40.445278,-80.420833,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",236,100,42,61,0,0,"","","Certification not required",0,733.114407,4.110138,744,"2013-01-10 00:00",744,"2013-04-21 00:00",742,"2013-01-27 00:00",742,"2013-04-26 00:00","","","","",742,741,739,739,736,733,728,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","68108",5,40.445278,-80.420833,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,3,"","","Certification not required",0,733.244898,4.408943,744,"2013-01-10 00:00",743,"2013-04-22 00:00",740,"2013-02-09 00:00",739,"2013-07-15 00:00","","","","",744,744,740,738,736,733,727,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","68109",1,40.445278,-80.420833,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",236,100,42,61,0,0,"","","Certification not required",0,1438.508475,3.376378,1440,"2013-01-17 00:00",1440,"2013-01-24 00:00",1440,"2013-01-26 00:00",1440,"2013-01-27 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","88101",1,40.445278,-80.420833,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",236,65,236,365,0,0,0,0,"Certification not required",0,9.034322,4.322367,27.3,"2013-01-07 00:00",26.7,"2013-09-10 00:00",23.9,"2013-05-30 00:00",22.2,"2013-07-18 00:00","","","","",23.9,21.1,16.7,15,11,8,4.7,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","88101",1,40.445278,-80.420833,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",236,65,236,365,0,0,"","","Certification not required",0,9.034322,4.322367,27.3,"2013-01-07 00:00",26.7,"2013-09-10 00:00",23.9,"2013-05-30 00:00",22.2,"2013-07-18 00:00","","","","",23.9,21.1,16.7,15,11,8,4.7,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5001","88101",3,40.445278,-80.420833,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6621,76,288,365,0,1395,"","","Certification not required",0,10.197342,6.123804,90,"2013-07-10 19:00",65.9,"2013-09-07 20:00",65.8,"2013-07-18 17:00",50.8,"2013-07-18 16:00","","","","",28.7,26.1,21.8,18.4,12.9,9,3.8,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","88101",3,40.445278,-80.420833,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,0,0,"Certification not required",0,10.282657,4.614305,28.5,"2013-09-10 00:00",27.3,"2013-01-07 00:00",26.3,"2013-07-18 00:00",24,"2013-09-19 00:00","","","","",26.3,22.2,18.4,16.7,12.8,9.2,5.5,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","88101",3,40.445278,-80.420833,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,10.282657,4.614305,28.5,"2013-09-10 00:00",27.3,"2013-01-07 00:00",26.3,"2013-07-18 00:00",24,"2013-09-19 00:00","","","","",26.3,22.2,18.4,16.7,12.8,9.2,5.5,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5001","88102",5,40.445278,-80.420833,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",46,0.021184,0.010745,0.075,"2013-11-06 00:00",0.055,"2013-04-28 00:00",0.04,"2013-09-01 00:00",0.026,"2013-01-22 00:00","","","","",0.075,0.075,0.04,0.026,0.021,0.0195,0.014,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88103",5,40.445278,-80.420833,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.000796,0.001633,0.01,"2013-03-11 00:00",0.003,"2013-03-17 00:00",0.003,"2013-06-09 00:00",0.003,"2013-10-13 00:00","","","","",0.01,0.01,0.003,0.002,0.001,0,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88104",5,40.445278,-80.420833,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",28,0.031439,0.044301,0.235,"2013-07-15 00:00",0.203,"2013-09-07 00:00",0.082,"2013-05-22 00:00",0.071,"2013-06-27 00:00","","","","",0.235,0.235,0.082,0.069,0.04,0.0125,0.0065,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88107",5,40.445278,-80.420833,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.005959,0.004932,0.0295,"2013-01-10 00:00",0.0295,"2013-08-20 00:00",0.0055,"2013-01-28 00:00",0.0055,"2013-03-23 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88109",5,40.445278,-80.420833,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",9,0.003497,0.002144,0.0087,"2013-01-28 00:00",0.0084,"2013-03-23 00:00",0.0077,"2013-03-05 00:00",0.0071,"2013-02-03 00:00","","","","",0.0087,0.0087,0.0077,0.0066,0.0048,0.0032,0.0009,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88110",5,40.445278,-80.420833,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.00149,0.003863,0.021,"2013-06-27 00:00",0.011,"2013-10-25 00:00",0.009,"2013-08-01 00:00",0.008,"2013-08-14 00:00","","","","",0.021,0.021,0.009,0.006,0,0,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88111",5,40.445278,-80.420833,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",7,0.027834,0.025873,0.157,"2013-09-07 00:00",0.0771,"2013-07-15 00:00",0.0734,"2013-04-04 00:00",0.0604,"2013-04-10 00:00","","","","",0.157,0.157,0.0734,0.0526,0.0364,0.022,0.00375,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88112",5,40.445278,-80.420833,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.00451,0.007827,0.037,"2013-09-25 00:00",0.033,"2013-10-01 00:00",0.026,"2013-10-13 00:00",0.018,"2013-10-07 00:00","","","","",0.037,0.037,0.026,0.012,0.004,0.002,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88113",5,40.445278,-80.420833,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",47,0.0007,0.000187,0.0017,"2013-01-16 00:00",0.0012,"2013-02-03 00:00",0.001,"2013-01-10 00:00",0.001,"2013-08-20 00:00","","","","",0.0017,0.0017,0.001,0.0007,0.0007,0.0007,0.00055,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88114",5,40.445278,-80.420833,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",40,0.001389,0.001119,0.0063,"2013-03-23 00:00",0.0046,"2013-09-25 00:00",0.0037,"2013-02-21 00:00",0.0036,"2013-01-16 00:00","","","","",0.0063,0.0063,0.0037,0.003,0.00125,0.00125,0.00065,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88115",5,40.445278,-80.420833,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",35,0.005508,0.004006,0.0205,"2013-01-28 00:00",0.0202,"2013-03-05 00:00",0.0117,"2013-01-04 00:00",0.0115,"2013-09-19 00:00","","","","",0.0205,0.0205,0.0117,0.0102,0.0071,0.00405,0.00235,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88117",5,40.445278,-80.420833,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.00551,0.007844,0.043,"2013-01-10 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-03-23 00:00",0.00485,"2013-03-29 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88118",5,40.445278,-80.420833,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.008663,0.005999,0.023,"2013-01-10 00:00",0.023,"2013-08-20 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88126",5,40.445278,-80.420833,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.054531,0.040566,0.251,"2013-09-07 00:00",0.178,"2013-07-15 00:00",0.113,"2013-01-10 00:00",0.091,"2013-04-04 00:00","","","","",0.251,0.251,0.113,0.0836,0.0637,0.0503,0.0195,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88128",5,40.445278,-80.420833,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.001878,0.002403,0.01,"2013-03-23 00:00",0.009,"2013-10-19 00:00",0.007,"2013-09-07 00:00",0.006,"2013-03-17 00:00","","","","",0.01,0.01,0.007,0.006,0.002,0.001,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88131",5,40.445278,-80.420833,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",48,0.009745,0.003325,0.0165,"2013-01-22 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88132",5,40.445278,-80.420833,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.002592,0.00364,0.022,"2013-09-07 00:00",0.009,"2013-03-11 00:00",0.009,"2013-10-31 00:00",0.007,"2013-04-10 00:00","","","","",0.022,0.022,0.009,0.006,0.003,0.002,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88136",5,40.445278,-80.420833,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.000367,0.000698,0.004,"2013-01-10 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-11 00:00",0.001,"2013-03-23 00:00","","","","",0.004,0.004,0.001,0.001,0.001,0,0,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88140",5,40.445278,-80.420833,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",46,0.007933,0.005229,0.0367,"2013-02-21 00:00",0.024,"2013-08-20 00:00",0.014,"2013-04-04 00:00",0.009,"2013-01-10 00:00","","","","",0.0367,0.0367,0.014,0.009,0.009,0.006,0.00475,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88152",5,40.445278,-80.420833,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.005657,0.001442,0.008,"2013-01-28 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88154",5,40.445278,-80.420833,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",43,0.0013,0.000869,0.0067,"2013-01-28 00:00",0.0027,"2013-08-14 00:00",0.0021,"2013-07-15 00:00",0.0019,"2013-08-26 00:00","","","","",0.0067,0.0067,0.0021,0.0015,0.0013,0.00125,0.00065,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88160",5,40.445278,-80.420833,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.012531,0.003459,0.018,"2013-01-22 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-21 00:00",0.018,"2013-03-17 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88161",5,40.445278,-80.420833,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",43,0.003185,0.002693,0.0167,"2013-07-15 00:00",0.012,"2013-08-14 00:00",0.009,"2013-09-07 00:00",0.007,"2013-04-28 00:00","","","","",0.0167,0.0167,0.009,0.0057,0.00265,0.0025,0.0021,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88164",5,40.445278,-80.420833,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",48,0.001659,0.0004,0.004,"2013-05-04 00:00",0.0019,"2013-01-28 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.004,0.004,0.0019,0.0019,0.0019,0.0016,0.0015,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88165",5,40.445278,-80.420833,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",3,0.081627,0.097679,0.577,"2013-07-15 00:00",0.423,"2013-09-07 00:00",0.157,"2013-08-26 00:00",0.151,"2013-10-01 00:00","","","","",0.577,0.577,0.157,0.142,0.099,0.054,0.013,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88166",5,40.445278,-80.420833,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.007718,0.004664,0.019,"2013-01-22 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-03-17 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88167",5,40.445278,-80.420833,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",5,0.008618,0.007676,0.0405,"2013-03-17 00:00",0.034,"2013-01-10 00:00",0.0238,"2013-04-04 00:00",0.0196,"2013-03-23 00:00","","","","",0.0405,0.0405,0.0238,0.017,0.01,0.006,0.00175,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88168",5,40.445278,-80.420833,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.001159,0.000299,0.00175,"2013-01-22 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-03-17 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88169",5,40.445278,-80.420833,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.937776,0.576764,3.13,"2013-09-19 00:00",2.57,"2013-07-21 00:00",2.07,"2013-08-20 00:00",1.77,"2013-06-09 00:00","","","","",3.13,3.13,2.07,1.6,1.09,0.85,0.344,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88176",5,40.445278,-80.420833,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",49,0.000932,0.000212,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88180",5,40.445278,-80.420833,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.046612,0.018982,0.09,"2013-09-07 00:00",0.0887,"2013-01-28 00:00",0.0836,"2013-07-15 00:00",0.076,"2013-05-28 00:00","","","","",0.09,0.09,0.0836,0.0717,0.0572,0.0455,0.0184,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88184",5,40.445278,-80.420833,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",35,0.034459,0.028869,0.176,"2013-04-10 00:00",0.104,"2013-05-04 00:00",0.103,"2013-02-21 00:00",0.07,"2013-10-13 00:00","","","","",0.176,0.176,0.103,0.065,0.032,0.027,0.0155,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88185",5,40.445278,-80.420833,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",45,0.003846,0.004234,0.0186,"2013-08-26 00:00",0.0115,"2013-01-22 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00","","","","",0.0186,0.0186,0.0115,0.0115,0.0023,0.00165,0.0014,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88301",5,40.445278,-80.420833,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.746653,0.568085,2.7,"2013-09-19 00:00",2.02,"2013-07-21 00:00",1.61,"2013-08-20 00:00",1.59,"2013-02-03 00:00","","","","",2.7,2.7,1.61,1.56,1.06,0.616,0.14,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88302",5,40.445278,-80.420833,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",2,0.055535,0.053951,0.3,"2013-02-09 00:00",0.253,"2013-04-10 00:00",0.15,"2013-05-04 00:00",0.15,"2013-07-15 00:00","","","","",0.3,0.3,0.15,0.08,0.058,0.04,0.023,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88303",5,40.445278,-80.420833,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",16,0.031635,0.020108,0.079,"2013-04-04 00:00",0.0783,"2013-06-09 00:00",0.0768,"2013-09-19 00:00",0.067,"2013-03-11 00:00","","","","",0.079,0.079,0.0768,0.062,0.042,0.03,0.012,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88306",5,40.445278,-80.420833,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,0.796571,1.004077,4.44,"2013-01-10 00:00",2.95,"2013-03-23 00:00",2.79,"2013-02-03 00:00",2.79,"2013-02-15 00:00","","","","",4.44,4.44,2.79,2.7,0.727,0.278,0.158,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88355",5,40.445278,-80.420833,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.940176,0.861936,4.47,"2013-06-09 00:00",3.76,"2013-06-21 00:00",3.51,"2013-05-28 00:00",3.34,"2013-10-31 00:00","","","","",4.47,3.76,3.51,3.18,2.41,1.96,0.977,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88357",5,40.445278,-80.420833,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.180216,0.087078,0.562,"2013-06-09 00:00",0.357,"2013-01-10 00:00",0.338,"2013-09-25 00:00",0.273,"2013-07-27 00:00","","","","",0.562,0.357,0.338,0.262,0.221,0.17,0.092,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88370",5,40.445278,-80.420833,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.72449,0.73625,3.49,"2013-06-09 00:00",3.36,"2013-06-21 00:00",3.28,"2013-05-28 00:00",2.97,"2013-10-31 00:00","","","","",3.49,3.36,3.28,2.81,2.12,1.66,0.884,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88374",5,40.445278,-80.420833,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.11451,0.088383,0.36,"2013-10-31 00:00",0.354,"2013-08-26 00:00",0.345,"2013-06-09 00:00",0.264,"2013-05-28 00:00","","","","",0.36,0.354,0.345,0.246,0.143,0.087,0.034,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88375",5,40.445278,-80.420833,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.433451,0.210161,1.11,"2013-06-09 00:00",0.857,"2013-05-28 00:00",0.826,"2013-06-21 00:00",0.751,"2013-08-20 00:00","","","","",1.11,0.857,0.826,0.748,0.531,0.407,0.205,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88376",5,40.445278,-80.420833,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.420745,0.175595,0.813,"2013-06-15 00:00",0.763,"2013-06-21 00:00",0.744,"2013-01-10 00:00",0.74,"2013-01-28 00:00","","","","",0.813,0.763,0.744,0.695,0.53,0.387,0.21,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88377",5,40.445278,-80.420833,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.343863,0.178302,1,"2013-06-09 00:00",0.715,"2013-06-21 00:00",0.639,"2013-06-15 00:00",0.62,"2013-10-31 00:00","","","","",1,0.715,0.639,0.594,0.423,0.317,0.156,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88378",5,40.445278,-80.420833,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.411725,0.188828,0.932,"2013-06-21 00:00",0.916,"2013-07-27 00:00",0.879,"2013-05-28 00:00",0.68,"2013-07-21 00:00","","","","",0.932,0.916,0.879,0.671,0.52,0.372,0.223,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88380",5,40.445278,-80.420833,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.396745,0.229995,1.54,"2013-06-09 00:00",0.709,"2013-09-19 00:00",0.642,"2013-06-21 00:00",0.639,"2013-01-10 00:00","","","","",1.54,0.709,0.642,0.613,0.524,0.357,0.167,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88383",5,40.445278,-80.420833,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.746294,0.34942,1.85,"2013-06-09 00:00",1.46,"2013-06-21 00:00",1.46,"2013-07-27 00:00",1.3,"2013-05-28 00:00","","","","",1.85,1.46,1.46,1.12,0.981,0.716,0.321,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88384",5,40.445278,-80.420833,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.061961,0.027576,0.172,"2013-10-01 00:00",0.118,"2013-08-26 00:00",0.11,"2013-06-21 00:00",0.107,"2013-05-16 00:00","","","","",0.172,0.118,0.11,0.103,0.0697,0.0572,0.0341,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88385",5,40.445278,-80.420833,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",47,0.001327,0.001213,0.00777,"2013-07-15 00:00",0.00458,"2013-04-28 00:00",0.00448,"2013-06-09 00:00",0.00387,"2013-06-21 00:00","","","","",0.00777,0.00458,0.00448,0.001,0.001,0.001,0.001,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88388",5,40.445278,-80.420833,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.628333,0.301338,1.39,"2013-06-09 00:00",1.34,"2013-06-21 00:00",1.25,"2013-07-27 00:00",1.11,"2013-05-28 00:00","","","","",1.39,1.34,1.25,1.01,0.875,0.576,0.313,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88403",5,40.445278,-80.420833,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,2.558714,1.750581,10.2,"2013-09-19 00:00",7.4,"2013-07-21 00:00",5.69,"2013-08-20 00:00",5.47,"2013-09-01 00:00","","","","",10.2,10.2,5.69,5.13,2.88,2.21,0.97,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5001","88502",5,40.445278,-80.420833,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,48,61,0,3,"","","Certification not required",0,9.928571,3.886515,19.8,"2013-09-19 00:00",17.9,"2013-01-28 00:00",17.8,"2013-07-21 00:00",16.7,"2013-06-09 00:00","","","","",19.8,19.8,17.8,15.8,11.6,9.8,4.6,"","HILLMAN STATE PARK - KINGS CREEK ROAD","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-14" +"42","125","5200","42101",1,40.268963,-80.243995,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7828,89,327,365,0,188,0,0,"Certification not required",7804,0.25129,0.026669,1.4,"2013-01-12 10:00",1.1,"2013-10-21 21:00",1,"2013-10-08 04:00",1,"2013-10-08 05:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","42101",1,40.268963,-80.243995,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7829,89,323,365,0,0,0,0,"Certification not required",0,0.300613,0.010091,0.7,"2013-10-08 09:00",0.6,"2013-10-08 06:00",0.6,"2013-10-08 07:00",0.6,"2013-10-08 08:00",0.7,"2013-10-08 09:00",0.4,"2013-01-12 10:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","42402",1,40.268963,-80.243995,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per million","No Events",7670,88,320,365,0,346,"","","Certification not required",5422,0.001352,0.000589,0.004,"2013-06-21 08:00",0.004,"2013-08-06 08:00",0.004,"2013-10-30 08:00",0.004,"2013-10-30 09:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0.001,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","42601",1,40.268963,-80.243995,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7409,85,305,365,0,607,"","","Certification not required",0,0.71899,2.816397,62,"2013-02-07 07:00",52,"2013-01-08 10:00",45,"2013-02-07 08:00",35,"2013-03-23 07:00","","","","",14,11,4,1,0,0,0,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","42602",1,40.268963,-80.243995,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7648,87,317,365,0,368,0,"","Certification not required",0,8.198738,4.904944,27,"2013-02-13 11:00",27,"2013-03-05 18:00",27,"2013-11-26 16:00",24,"2013-01-10 17:00","","","","",24,23,19,15,10,7,4,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","42602",1,40.268963,-80.243995,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7648,87,317,365,0,368,"","","Certification not required",0,3.546287,3.176505,27,"2013-02-13 11:00",27,"2013-02-13 12:00",27,"2013-03-05 18:00",27,"2013-11-26 16:00","","","","",16,13,10,7,4,3,1,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","42603",1,40.268963,-80.243995,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7635,87,315,365,0,381,"","","Certification not required",0,3.845842,5.510387,80,"2013-02-07 07:00",69,"2013-01-08 10:00",65,"2013-02-07 08:00",55,"2013-02-13 11:00","","","","",27,23,15,9,4,2,0,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","44201",1,40.268963,-80.243995,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7852,99,212,214,0,164,0,0,"Certification not required",746,0.046807,0.010531,0.086,"2013-06-21 16:00",0.072,"2013-06-20 14:00",0.071,"2013-08-21 14:00",0.067,"2013-04-23 15:00","","","","",0.071,0.067,0.065,0.062,0.054,0.047,0.04,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","44201",1,40.268963,-80.243995,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7848,99,212,214,0,0,0,0,"Certification not required",0,0.041307,0.010098,0.078,"2013-06-21 10:00",0.065,"2013-05-15 12:00",0.065,"2013-06-20 10:00",0.063,"2013-04-27 10:00","","","","",0.065,0.061,0.058,0.056,0.049,0.042,0.035,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","44201",1,40.268963,-80.243995,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7848,99,212,214,0,0,1,1,"Certification not required",0,0.041307,0.010098,0.078,"2013-06-21 10:00",0.065,"2013-05-15 12:00",0.065,"2013-06-20 10:00",0.063,"2013-04-27 10:00","","","","",0.065,0.061,0.058,0.056,0.049,0.042,0.035,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2014-02-19" +"42","125","5200","68101",1,40.268963,-80.243995,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",265,100,45,61,0,0,"","","Certification not required",192,0.106038,0.106072,0.5,"2013-06-13 00:00",0.4,"2013-02-25 00:00",0.4,"2013-03-25 00:00",0.4,"2013-04-01 00:00","","","","",0.4,0.4,0.4,0.3,0.1,0.05,0.05,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68102",1,40.268963,-80.243995,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",265,100,45,61,0,0,"","","Certification not required",0,23.984151,0.082422,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68103",1,40.268963,-80.243995,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",265,100,45,61,0,0,"","","Certification not required",0,5.643019,9.849298,21.2,"2013-07-19 00:00",20.9,"2013-08-28 00:00",20.8,"2013-07-20 00:00",20.2,"2013-07-04 00:00","","","","",20.8,20.1,19,17.8,13.7,7.6,-7.8,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68104",1,40.268963,-80.243995,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",265,100,45,61,0,0,"","","Certification not required",0,19.591698,11.220497,35.7,"2013-07-18 00:00",34.5,"2013-07-15 00:00",34.3,"2013-07-17 00:00",34.2,"2013-07-16 00:00","","","","",34.3,33.7,32.2,31.2,28.7,24.6,2,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68105",1,40.268963,-80.243995,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",265,100,45,61,0,0,"","","Certification not required",0,12.512453,10.027509,27.4,"2013-07-18 00:00",25.9,"2013-07-06 00:00",25.9,"2013-07-17 00:00",25.8,"2013-07-19 00:00","","","","",25.9,25.4,24.4,23.6,21,15.9,-1.9,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68106",1,40.268963,-80.243995,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",265,100,45,61,0,0,"","","Certification not required",0,723.29434,4.427463,735,"2013-04-21 00:00",733,"2013-04-26 00:00",732,"2013-07-15 00:00",732,"2013-07-16 00:00","","","","",732,731,730,729,726,723,718,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68107",1,40.268963,-80.243995,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",265,100,45,61,0,0,"","","Certification not required",0,729.554717,3.992159,741,"2013-01-10 00:00",741,"2013-04-21 00:00",739,"2013-01-18 00:00",739,"2013-01-24 00:00","","","","",739,737,736,735,732,730,725,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68108",1,40.268963,-80.243995,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",265,100,45,61,0,0,"","","Certification not required",0,726.588679,4.116746,738,"2013-04-21 00:00",737,"2013-01-10 00:00",735,"2013-01-18 00:00",735,"2013-04-26 00:00","","","","",735,734,733,732,729,727,721,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","68109",1,40.268963,-80.243995,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",265,100,45,61,0,0,"","","Certification not required",0,1438.135849,5.097946,1440,"2013-01-06 00:00",1440,"2013-01-11 00:00",1440,"2013-01-12 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1439,1439,1438,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","88101",1,40.268963,-80.243995,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,8.987547,4.057414,24.9,"2013-01-07 00:00",23.7,"2013-09-10 00:00",20.6,"2013-03-16 00:00",18.3,"2013-02-08 00:00","","","","",20.6,18,17,14.8,11.4,8.1,4.5,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","125","5200","88101",1,40.268963,-80.243995,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,8.987547,4.057414,24.9,"2013-01-07 00:00",23.7,"2013-09-10 00:00",20.6,"2013-03-16 00:00",18.3,"2013-02-08 00:00","","","","",20.6,18,17,14.8,11.4,8.1,4.5,"Marcellus","220 Meddings Road","Pennsylvania","Washington","","Pittsburgh, PA","2013-12-11" +"42","129","0006","44201",1,40.428076,-79.692811,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7862,98,209,214,0,154,0,0,"Certification not required",1377,0.046818,0.011946,0.086,"2013-06-20 16:00",0.08,"2013-06-21 11:00",0.078,"2013-05-15 18:00",0.075,"2013-05-17 14:00","","","","",0.078,0.075,0.066,0.06,0.056,0.047,0.039,"","OLD WILLIAM PENN HWY & SARDIS AVE","Pennsylvania","Westmoreland","Municipality of Murrysville (corp for Murrysville)","Pittsburgh, PA","2014-02-19" +"42","129","0006","44201",1,40.428076,-79.692811,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7857,98,209,214,0,0,0,0,"Certification not required",0,0.04067,0.011346,0.078,"2013-06-21 10:00",0.075,"2013-06-20 11:00",0.068,"2013-05-15 12:00",0.067,"2013-05-17 11:00","","","","",0.068,0.064,0.059,0.056,0.049,0.041,0.034,"","OLD WILLIAM PENN HWY & SARDIS AVE","Pennsylvania","Westmoreland","Municipality of Murrysville (corp for Murrysville)","Pittsburgh, PA","2014-02-19" +"42","129","0006","44201",1,40.428076,-79.692811,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7857,98,209,214,0,0,1,1,"Certification not required",0,0.04067,0.011346,0.078,"2013-06-21 10:00",0.075,"2013-06-20 11:00",0.068,"2013-05-15 12:00",0.067,"2013-05-17 11:00","","","","",0.068,0.064,0.059,0.056,0.049,0.041,0.034,"","OLD WILLIAM PENN HWY & SARDIS AVE","Pennsylvania","Westmoreland","Municipality of Murrysville (corp for Murrysville)","Pittsburgh, PA","2014-02-19" +"42","129","0008","44201",1,40.304694,-79.505667,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7848,96,206,214,0,168,0,0,"Certification not required",491,0.049383,0.010971,0.083,"2013-06-21 15:00",0.079,"2013-06-12 13:00",0.078,"2013-08-20 14:00",0.077,"2013-05-15 17:00","","","","",0.078,0.075,0.067,0.062,0.057,0.05,0.042,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","44201",1,40.304694,-79.505667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7853,96,206,214,0,0,0,0,"Certification not required",0,0.043709,0.01058,0.079,"2013-06-21 10:00",0.072,"2013-05-15 12:00",0.07,"2013-08-20 10:00",0.068,"2013-06-15 11:00","","","","",0.07,0.067,0.06,0.057,0.051,0.045,0.037,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","44201",1,40.304694,-79.505667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7853,97,207,214,0,0,2,2,"Certification not required",0,0.043874,0.01082,0.079,"2013-06-21 10:00",0.078,"2013-06-20 11:00",0.072,"2013-05-15 12:00",0.07,"2013-08-20 10:00","","","","",0.072,0.068,0.061,0.057,0.051,0.045,0.037,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","68101",1,40.304694,-79.505667,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",258,100,45,61,0,0,"","","Certification not required",75,0.239729,0.148799,0.5,"2013-01-29 00:00",0.5,"2013-04-04 00:00",0.5,"2013-04-11 00:00",0.5,"2013-04-25 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68102",1,40.304694,-79.505667,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",258,100,45,61,0,0,"","","Certification not required",0,23.987984,0.064608,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68103",1,40.304694,-79.505667,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,0,"","","Certification not required",0,7.371318,10.139142,23.8,"2013-07-19 00:00",22.8,"2013-07-17 00:00",22.6,"2013-07-16 00:00",22.2,"2013-07-06 00:00","","","","",22.6,22.1,21.1,19.8,16.1,9.9,-7.2,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68103",5,40.304694,-79.505667,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,5.294231,9.227631,19.3,"2013-07-03 00:00",18.3,"2013-07-15 00:00",18.2,"2013-09-01 00:00",18.1,"2013-07-09 00:00","","","","",19.3,18.3,18.2,16.6,12,7.6,-9.8,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","68104",1,40.304694,-79.505667,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,0,"","","Certification not required",0,18.95969,11.368901,35.3,"2013-07-14 00:00",34.8,"2013-07-06 00:00",34.6,"2013-07-15 00:00",34.3,"2013-07-17 00:00","","","","",34.6,33.8,32.5,31.5,28.2,23.8,1.9,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68104",5,40.304694,-79.505667,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.984615,11.270339,32.8,"2013-06-09 00:00",32.3,"2013-07-15 00:00",30.8,"2013-07-03 00:00",30.1,"2013-05-22 00:00","","","","",32.8,32.3,30.8,28.4,25.2,20.5,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","68105",1,40.304694,-79.505667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",258,100,45,61,0,0,"","","Certification not required",0,12.983333,10.301603,28,"2013-07-06 00:00",28,"2013-07-14 00:00",27.5,"2013-07-19 00:00",27.4,"2013-06-24 00:00","","","","",27.5,26.7,25.8,24.3,21.6,16.5,-1.7,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68105",5,40.304694,-79.505667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.744231,9.736638,25.2,"2013-07-15 00:00",23.5,"2013-07-03 00:00",21.5,"2013-05-22 00:00",21.4,"2013-07-09 00:00","","","","",25.2,23.5,21.5,20.9,19.1,13.9,-2,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","68106",1,40.304694,-79.505667,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,0,"","","Certification not required",0,728.821705,4.571013,740,"2013-04-21 00:00",738,"2013-04-26 00:00",738,"2013-07-15 00:00",738,"2013-07-16 00:00","","","","",738,737,736,734,732,729,723,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68106",5,40.304694,-79.505667,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,727.384615,4.665912,737,"2013-06-09 00:00",736,"2013-01-10 00:00",736,"2013-04-22 00:00",736,"2013-07-15 00:00","","","","",737,736,736,733,731,728,721,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","68107",1,40.304694,-79.505667,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,0,"","","Certification not required",0,735.042636,4.076377,746,"2013-01-10 00:00",746,"2013-04-21 00:00",744,"2013-01-24 00:00",744,"2013-01-27 00:00","","","","",744,743,742,741,738,735,730,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68107",5,40.304694,-79.505667,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,732.346154,4.592768,744,"2013-01-10 00:00",741,"2013-04-22 00:00",740,"2013-06-09 00:00",739,"2013-07-15 00:00","","","","",744,741,740,738,735,732,727,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","68108",1,40.304694,-79.505667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",258,100,45,61,0,0,"","","Certification not required",0,732.151163,4.179394,743,"2013-01-10 00:00",743,"2013-04-21 00:00",741,"2013-01-27 00:00",741,"2013-04-26 00:00","","","","",741,740,739,737,735,733,727,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","68108",5,40.304694,-79.505667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,729.653846,4.506573,741,"2013-01-10 00:00",738,"2013-04-22 00:00",738,"2013-06-09 00:00",737,"2013-07-15 00:00","","","","",741,738,738,736,733,730,725,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","68109",1,40.304694,-79.505667,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",258,100,45,61,0,0,"","","Certification not required",0,1438.457364,3.836154,1440,"2013-01-20 00:00",1440,"2013-01-22 00:00",1440,"2013-01-25 00:00",1440,"2013-02-07 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","88101",1,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,0,0,"Certification not required",0,9.914341,4.275155,26.7,"2013-01-07 00:00",23.2,"2013-01-27 00:00",23,"2013-07-19 00:00",22.7,"2013-01-08 00:00","","","","",23,20.5,17.8,16,12.3,9.2,5.2,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","88101",1,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,9.914341,4.275155,26.7,"2013-01-07 00:00",23.2,"2013-01-27 00:00",23,"2013-07-19 00:00",22.7,"2013-01-08 00:00","","","","",23,20.5,17.8,16,12.3,9.2,5.2,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2013-12-11" +"42","129","0008","88101",3,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5634,64,245,365,0,2382,"","","Certification not required",0,12.714643,8.060114,198,"2013-05-27 03:00",76.3,"2013-05-27 02:00",69.4,"2013-07-04 21:00",67,"2013-06-29 22:00","","","","",37.3,33.1,26.7,22.2,16.5,11.3,4.5,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","88101",3,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",232,64,232,365,0,0,0,0,"Certification not required",0,12.532328,5.862578,30.5,"2013-06-23 00:00",30,"2013-06-22 00:00",29.7,"2013-09-10 00:00",29.2,"2013-06-24 00:00","","","","",29.7,27.2,24.6,20.4,16.2,11.5,6.1,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","88101",3,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",233,64,233,365,0,0,"","","Certification not required",0,12.543348,5.852347,30.5,"2013-06-23 00:00",30,"2013-06-22 00:00",29.7,"2013-09-10 00:00",29.2,"2013-06-24 00:00","","","","",29.7,27.2,24.6,20.4,16.2,11.5,6.1,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","88101",4,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6918,79,300,365,0,1098,"","","Certification not required",0,10.571234,7.305089,181.4,"2013-05-27 03:00",73,"2013-05-27 02:00",60,"2013-06-29 22:00",55.3,"2013-04-16 20:00","","","","",33.6,27.9,23.7,19.7,14.3,9.3,3,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","88101",4,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,0,0,"Certification not required",0,10.461837,5.408979,27.3,"2013-01-07 00:00",25.3,"2013-01-08 00:00",25.3,"2013-06-22 00:00",25.2,"2013-06-23 00:00","","","","",25.3,24.5,21.1,17.9,14.2,9.5,4.3,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","88101",4,40.304694,-79.505667,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,"","","Certification not required",0,10.461837,5.408979,27.3,"2013-01-07 00:00",25.3,"2013-01-08 00:00",25.3,"2013-06-22 00:00",25.2,"2013-06-23 00:00","","","","",25.3,24.5,21.1,17.9,14.2,9.5,4.3,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-19" +"42","129","0008","88102",5,40.304694,-79.505667,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.020375,0.007594,0.061,"2013-02-21 00:00",0.032,"2013-09-13 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00","","","","",0.061,0.032,0.026,0.026,0.0255,0.0195,0.014,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88103",5,40.304694,-79.505667,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000904,0.001241,0.006,"2013-07-27 00:00",0.004,"2013-08-20 00:00",0.003,"2013-02-21 00:00",0.003,"2013-10-19 00:00","","","","",0.006,0.004,0.003,0.002,0.002,0,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88104",5,40.304694,-79.505667,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",28,0.028375,0.045591,0.325,"2013-07-15 00:00",0.076,"2013-09-01 00:00",0.071,"2013-04-04 00:00",0.063,"2013-05-10 00:00","","","","",0.325,0.076,0.071,0.051,0.036,0.0125,0.0065,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88107",5,40.304694,-79.505667,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005786,0.004824,0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0055,"2013-01-28 00:00",0.0055,"2013-03-29 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88109",5,40.304694,-79.505667,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.00415,0.002948,0.018,"2013-07-27 00:00",0.0106,"2013-04-04 00:00",0.008,"2013-03-05 00:00",0.0079,"2013-01-28 00:00","","","","",0.018,0.0106,0.008,0.0067,0.0056,0.0041,0.00115,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88110",5,40.304694,-79.505667,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001288,0.003025,0.015,"2013-10-19 00:00",0.009,"2013-01-28 00:00",0.009,"2013-07-15 00:00",0.007,"2013-11-06 00:00","","","","",0.015,0.009,0.009,0.006,0,0,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88111",5,40.304694,-79.505667,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.030984,0.026498,0.121,"2013-04-04 00:00",0.107,"2013-03-11 00:00",0.0909,"2013-04-10 00:00",0.0909,"2013-07-15 00:00","","","","",0.121,0.107,0.0909,0.0597,0.0437,0.0243,0.0044,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88112",5,40.304694,-79.505667,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.005192,0.013517,0.072,"2013-10-01 00:00",0.07,"2013-09-25 00:00",0.012,"2013-10-07 00:00",0.008,"2013-10-13 00:00","","","","",0.072,0.07,0.012,0.007,0.003,0.002,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88113",5,40.304694,-79.505667,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.0007,0.000186,0.0016,"2013-04-22 00:00",0.0014,"2013-04-04 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.0016,0.0014,0.001,0.0007,0.0007,0.0007,0.00055,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88114",5,40.304694,-79.505667,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",26,0.002634,0.004161,0.0305,"2013-07-27 00:00",0.0059,"2013-10-19 00:00",0.0052,"2013-04-04 00:00",0.0051,"2013-01-10 00:00","","","","",0.0305,0.0059,0.0052,0.0043,0.0031,0.0017,0.0008,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88115",5,40.304694,-79.505667,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",25,0.020785,0.042624,0.255,"2013-01-28 00:00",0.168,"2013-02-15 00:00",0.0754,"2013-01-04 00:00",0.0655,"2013-02-21 00:00","","","","",0.255,0.168,0.0754,0.0445,0.0161,0.0055,0.00385,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88117",5,40.304694,-79.505667,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00529,0.00765,0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-04-16 00:00",0.00485,"2013-05-16 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88118",5,40.304694,-79.505667,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008356,0.005946,0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.005,0.0041,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88126",5,40.304694,-79.505667,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.065852,0.037772,0.255,"2013-07-15 00:00",0.142,"2013-06-21 00:00",0.135,"2013-04-04 00:00",0.101,"2013-01-10 00:00","","","","",0.255,0.142,0.135,0.0989,0.0801,0.0598,0.033,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88128",5,40.304694,-79.505667,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002154,0.002866,0.013,"2013-07-27 00:00",0.01,"2013-02-15 00:00",0.007,"2013-04-04 00:00",0.007,"2013-06-21 00:00","","","","",0.013,0.01,0.007,0.006,0.004,0.001,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88131",5,40.304694,-79.505667,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010673,0.00422,0.025,"2013-06-21 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00","","","","",0.025,0.0165,0.0165,0.0165,0.0165,0.008,0.007,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88132",5,40.304694,-79.505667,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001327,0.001309,0.007,"2013-04-04 00:00",0.004,"2013-01-10 00:00",0.003,"2013-03-05 00:00",0.003,"2013-05-16 00:00","","","","",0.007,0.004,0.003,0.003,0.002,0.001,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88136",5,40.304694,-79.505667,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000365,0.000595,0.002,"2013-04-04 00:00",0.002,"2013-05-10 00:00",0.002,"2013-09-07 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88140",5,40.304694,-79.505667,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.008236,0.005496,0.036,"2013-04-10 00:00",0.0268,"2013-10-19 00:00",0.017,"2013-03-11 00:00",0.016,"2013-04-04 00:00","","","","",0.036,0.0268,0.017,0.0107,0.009,0.006,0.00475,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88152",5,40.304694,-79.505667,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005542,0.001391,0.008,"2013-01-28 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-16 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88154",5,40.304694,-79.505667,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.001307,0.000571,0.0035,"2013-02-03 00:00",0.0032,"2013-01-22 00:00",0.0027,"2013-06-21 00:00",0.0021,"2013-06-03 00:00","","","","",0.0035,0.0032,0.0027,0.002,0.0013,0.00125,0.00065,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88160",5,40.304694,-79.505667,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.013971,0.005384,0.041,"2013-04-28 00:00",0.021,"2013-04-10 00:00",0.0185,"2013-02-21 00:00",0.018,"2013-01-22 00:00","","","","",0.041,0.021,0.0185,0.018,0.018,0.016,0.01,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88161",5,40.304694,-79.505667,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.004078,0.006044,0.0381,"2013-08-14 00:00",0.025,"2013-07-15 00:00",0.0133,"2013-10-13 00:00",0.0099,"2013-06-27 00:00","","","","",0.0381,0.025,0.0133,0.006,0.00265,0.0025,0.0021,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88164",5,40.304694,-79.505667,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001592,0.000202,0.0019,"2013-01-28 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88165",5,40.304694,-79.505667,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.07214,0.104907,0.761,"2013-07-15 00:00",0.187,"2013-05-16 00:00",0.165,"2013-04-04 00:00",0.164,"2013-06-27 00:00","","","","",0.761,0.187,0.165,0.113,0.068,0.047,0.0213,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88166",5,40.304694,-79.505667,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008885,0.005575,0.019,"2013-01-22 00:00",0.019,"2013-02-03 00:00",0.019,"2013-02-21 00:00",0.019,"2013-08-02 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88167",5,40.304694,-79.505667,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.012956,0.01207,0.047,"2013-01-10 00:00",0.0454,"2013-04-04 00:00",0.0449,"2013-02-21 00:00",0.0432,"2013-03-05 00:00","","","","",0.047,0.0454,0.0449,0.0277,0.0168,0.0087,0.0032,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88168",5,40.304694,-79.505667,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001574,0.001656,0.0118,"2013-03-29 00:00",0.0053,"2013-04-16 00:00",0.0047,"2013-06-15 00:00",0.00175,"2013-01-22 00:00","","","","",0.0118,0.0053,0.0047,0.00175,0.00175,0.00115,0.00085,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88169",5,40.304694,-79.505667,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.936365,0.469192,2,"2013-08-20 00:00",1.91,"2013-06-09 00:00",1.91,"2013-09-19 00:00",1.73,"2013-09-01 00:00","","","","",2,1.91,1.91,1.55,1.23,0.945,0.294,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88176",5,40.304694,-79.505667,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000992,0.000253,0.0018,"2013-02-15 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00","","","","",0.0018,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88180",5,40.304694,-79.505667,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.050794,0.021529,0.103,"2013-04-04 00:00",0.101,"2013-07-15 00:00",0.0964,"2013-01-28 00:00",0.0888,"2013-03-23 00:00","","","","",0.103,0.101,0.0964,0.0793,0.0629,0.048,0.0268,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88184",5,40.304694,-79.505667,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.046433,0.044367,0.199,"2013-04-10 00:00",0.159,"2013-01-28 00:00",0.153,"2013-03-11 00:00",0.149,"2013-05-04 00:00","","","","",0.199,0.159,0.153,0.114,0.065,0.027,0.0155,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88185",5,40.304694,-79.505667,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.004063,0.004147,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0048,0.00225,0.0014,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88301",5,40.304694,-79.505667,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.859547,0.504667,2.05,"2013-09-19 00:00",1.78,"2013-03-23 00:00",1.78,"2013-08-20 00:00",1.64,"2013-10-01 00:00","","","","",2.05,2.05,1.78,1.57,1.21,0.831,0.141,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88302",5,40.304694,-79.505667,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.071406,0.048342,0.238,"2013-04-10 00:00",0.228,"2013-03-05 00:00",0.19,"2013-07-15 00:00",0.15,"2013-03-11 00:00","","","","",0.238,0.238,0.19,0.14,0.084,0.061,0.0327,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88303",5,40.304694,-79.505667,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.040972,0.025087,0.113,"2013-04-04 00:00",0.104,"2013-07-15 00:00",0.086,"2013-03-23 00:00",0.079,"2013-09-07 00:00","","","","",0.113,0.113,0.086,0.072,0.059,0.038,0.012,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88306",5,40.304694,-79.505667,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.99384,0.93524,3.64,"2013-01-10 00:00",3.37,"2013-03-23 00:00",3.06,"2013-02-15 00:00",2.82,"2013-02-03 00:00","","","","",3.64,3.64,3.06,2.64,1.18,0.558,0.288,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88355",5,40.304694,-79.505667,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.334771,0.870169,4.84,"2013-07-27 00:00",3.81,"2013-05-28 00:00",3.67,"2013-10-01 00:00",3.62,"2013-05-16 00:00","","","","",4.84,4.84,3.67,3.57,2.89,2.3,1.23,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88357",5,40.304694,-79.505667,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.405479,0.214125,1.35,"2013-01-10 00:00",0.961,"2013-05-28 00:00",0.759,"2013-07-27 00:00",0.668,"2013-11-06 00:00","","","","",1.35,1.35,0.759,0.579,0.479,0.392,0.169,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88370",5,40.304694,-79.505667,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.034458,0.699237,3.73,"2013-07-27 00:00",3.25,"2013-05-28 00:00",3.2,"2013-05-16 00:00",3.12,"2013-10-01 00:00","","","","",3.73,3.73,3.2,3.05,2.5,2.07,1.15,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88374",5,40.304694,-79.505667,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.194792,0.113409,0.474,"2013-08-26 00:00",0.464,"2013-07-27 00:00",0.381,"2013-08-20 00:00",0.347,"2013-06-09 00:00","","","","",0.474,0.474,0.381,0.341,0.291,0.177,0.063,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88375",5,40.304694,-79.505667,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.548125,0.20072,1.01,"2013-07-27 00:00",0.9,"2013-10-01 00:00",0.876,"2013-05-16 00:00",0.858,"2013-05-28 00:00","","","","",1.01,1.01,0.876,0.796,0.725,0.54,0.273,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88376",5,40.304694,-79.505667,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.493938,0.195214,1.15,"2013-05-28 00:00",0.836,"2013-01-28 00:00",0.815,"2013-10-01 00:00",0.811,"2013-03-23 00:00","","","","",1.15,1.15,0.815,0.8,0.623,0.436,0.277,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88377",5,40.304694,-79.505667,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.456667,0.200304,0.876,"2013-10-01 00:00",0.814,"2013-03-23 00:00",0.801,"2013-05-16 00:00",0.781,"2013-07-27 00:00","","","","",0.876,0.876,0.801,0.779,0.593,0.436,0.212,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88378",5,40.304694,-79.505667,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.341583,0.170818,0.82,"2013-06-09 00:00",0.77,"2013-07-27 00:00",0.681,"2013-07-21 00:00",0.634,"2013-08-02 00:00","","","","",0.82,0.82,0.681,0.615,0.46,0.295,0.166,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88380",5,40.304694,-79.505667,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.705125,0.379553,2.01,"2013-01-10 00:00",1.87,"2013-07-27 00:00",1.52,"2013-05-28 00:00",1.17,"2013-08-20 00:00","","","","",2.01,2.01,1.52,1.16,0.852,0.641,0.304,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88383",5,40.304694,-79.505667,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.971688,0.450524,2.58,"2013-07-27 00:00",2.15,"2013-01-10 00:00",1.73,"2013-05-28 00:00",1.58,"2013-01-28 00:00","","","","",2.58,2.58,1.73,1.52,1.21,0.946,0.437,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88384",5,40.304694,-79.505667,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.074431,0.03296,0.182,"2013-06-03 00:00",0.153,"2013-08-08 00:00",0.141,"2013-07-15 00:00",0.117,"2013-10-01 00:00","","","","",0.182,0.182,0.141,0.114,0.0973,0.0696,0.0403,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88385",5,40.304694,-79.505667,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.001475,0.001351,0.00668,"2013-07-21 00:00",0.00586,"2013-09-01 00:00",0.00473,"2013-07-09 00:00",0.00464,"2013-08-20 00:00","","","","",0.00668,0.00668,0.00473,0.00437,0.001,0.001,0.001,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88388",5,40.304694,-79.505667,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.641104,0.321938,1.88,"2013-07-27 00:00",1.21,"2013-06-09 00:00",1.12,"2013-08-20 00:00",1.11,"2013-09-07 00:00","","","","",1.88,1.88,1.12,1.08,0.869,0.581,0.287,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88403",5,40.304694,-79.505667,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.49474,1.295747,5.73,"2013-09-19 00:00",5.48,"2013-08-20 00:00",5.28,"2013-06-09 00:00",4.57,"2013-09-01 00:00","","","","",5.73,5.73,5.28,4.34,3.19,2.45,1,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0008","88502",5,40.304694,-79.505667,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.896154,3.846718,17.9,"2013-01-28 00:00",17.5,"2013-07-27 00:00",17.3,"2013-06-09 00:00",16.9,"2013-03-23 00:00","","","","",17.9,17.5,17.3,16.4,14,10.7,5.1,"LAT/LON POINT IS TRAILER","DONOHOE ROAD - PENN DOT MAINT DIST BLDG","Pennsylvania","Westmoreland","Greensburg","Pittsburgh, PA","2014-02-14" +"42","129","0009","14129",1,40.392922,-79.024456,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,0,0,0,"Certification not required",0,0.009923,0.000354,0.011,"2013-01-22 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-16 00:00","","","","",0.011,0.011,0.01,0.01,0.01,0.01,0.009,"","Sugar Run Road, Rt 711","Pennsylvania","Westmoreland","","Pittsburgh, PA","2013-12-12" +"42","129","0009","68105",1,40.392922,-79.024456,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC",2013,"Degrees Centigrade","No Events",35,57,35,61,0,0,"","","Certification not required",0,13.928571,9.089444,25.2,"2013-07-15 00:00",24.8,"2013-07-03 00:00",23.8,"2013-07-21 00:00",22.7,"2013-07-09 00:00","","","","",25.2,25.2,24.8,22.7,20.7,17,0,"","Sugar Run Road, Rt 711","Pennsylvania","Westmoreland","","Pittsburgh, PA","2013-12-19" +"42","129","0009","68108",1,40.392922,-79.024456,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millimeters (mercury)","No Events",35,57,35,61,0,0,"","","Certification not required",0,727.342857,6.244729,739,"2013-07-15 00:00",737,"2013-06-21 00:00",734,"2013-06-09 00:00",734,"2013-07-03 00:00","","","","",739,739,737,734,732,729,719,"","Sugar Run Road, Rt 711","Pennsylvania","Westmoreland","","Pittsburgh, PA","2013-12-19" +"42","133","0008","42101",1,39.965278,-76.699444,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7876,90,326,365,0,140,0,0,"Certification not required",7492,0.266595,0.081829,2,"2013-01-08 08:00",1.4,"2013-01-09 08:00",1.3,"2013-01-08 07:00",1.2,"2013-01-09 07:00","","","","",0.6,0.6,0.25,0.25,0.25,0.25,0.25,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42101",1,39.965278,-76.699444,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7854,90,325,365,0,0,0,0,"Certification not required",0,0.311421,0.053152,1,"2013-01-09 11:00",0.9,"2013-01-08 09:00",0.9,"2013-01-08 10:00",0.9,"2013-01-09 09:00",1,"2013-01-09 11:00",0.9,"2013-01-08 09:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42401",1,39.965278,-76.699444,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7428,85,305,365,0,588,0,"","Certification not required",0,3.62623,4.668409,24,"2013-04-10 06:00",20,"2013-02-16 11:00",19,"2013-02-25 13:00",19,"2013-10-04 09:00","","","","",19,17,14,11,5,2,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42401",1,39.965278,-76.699444,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7428,85,305,365,0,588,"","","Certification not required",0,0.693053,1.804881,24,"2013-04-10 06:00",20,"2013-02-16 11:00",20,"2013-04-10 07:00",19,"2013-02-25 13:00","","","","",9,6,4,2,1,0,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42401",1,39.965278,-76.699444,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",305,84,305,365,0,0,0,"","Certification not required",0,0.683279,0.976272,4.3,"2013-09-13 00:00",4.2,"2013-10-05 00:00",4.2,"2013-11-14 00:00",4.1,"2013-10-03 00:00","","","","",4.1,3.7,3,2,1,0.2,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42401",1,39.965278,-76.699444,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2462,84,304,365,0,0,"",0,"Certification not required",0,0.676401,1.542077,16.3,"2013-04-10 08:00",13.6,"2013-08-26 23:00",13.3,"2013-10-26 02:00",13.3,"2013-11-14 05:00","","","","",8,6,3.6,2,0.6,0,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42401",2,39.965278,-76.699444,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",87464,83,305,365,0,8728,"","","Certification not required",0,0.714145,2.006942,44,"2013-03-15 07:50",43,"2013-02-16 10:50",42,"2013-03-15 07:55",40,"2013-11-14 05:20","","","","",9,7,4,2,1,0,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42601",1,39.965278,-76.699444,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7102,81,293,365,0,914,"","","Certification not required",0,4.471417,12.452969,204,"2013-01-09 07:00",201,"2013-01-09 08:00",184,"2013-01-09 06:00",172,"2013-01-09 05:00","","","","",63,43,25,11,3,1,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42602",1,39.965278,-76.699444,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7094,81,292,365,0,922,0,"","Certification not required",0,20.297945,9.07568,44,"2013-01-09 10:00",41,"2013-05-15 22:00",40,"2013-11-15 20:00",38,"2013-01-10 18:00","","","","",40,38,35,33,27,21,7,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42602",1,39.965278,-76.699444,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7094,81,292,365,0,922,"","","Certification not required",0,9.313645,7.492551,44,"2013-01-09 10:00",41,"2013-05-15 22:00",40,"2013-11-15 20:00",40,"2013-11-15 21:00","","","","",32,30,25,21,13,7,2,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","42603",1,39.965278,-76.699444,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7094,81,292,365,0,922,"","","Certification not required",0,13.826755,18.127834,240,"2013-01-09 08:00",238,"2013-01-09 07:00",220,"2013-01-09 06:00",208,"2013-01-09 05:00","","","","",91,70,49,32,15,8,2,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","44201",1,39.965278,-76.699444,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7974,99,211,214,0,42,0,0,"Certification not required",825,0.051133,0.012082,0.087,"2013-09-11 17:00",0.085,"2013-05-31 15:00",0.077,"2013-07-17 11:00",0.075,"2013-06-21 15:00","","","","",0.077,0.074,0.069,0.065,0.06,0.052,0.041,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","44201",1,39.965278,-76.699444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7963,98,210,214,0,0,0,0,"Certification not required",0,0.045719,0.011399,0.07,"2013-05-31 10:00",0.07,"2013-07-17 11:00",0.068,"2013-06-05 12:00",0.068,"2013-06-21 11:00","","","","",0.068,0.068,0.062,0.059,0.055,0.047,0.037,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","44201",1,39.965278,-76.699444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7963,98,210,214,0,0,0,0,"Certification not required",0,0.045719,0.011399,0.07,"2013-05-31 10:00",0.07,"2013-07-17 11:00",0.068,"2013-06-05 12:00",0.068,"2013-06-21 11:00","","","","",0.068,0.068,0.062,0.059,0.055,0.047,0.037,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","68101",1,39.965278,-76.699444,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",200,100,36,61,0,0,"","","Certification not required",71,0.18575,0.130266,0.5,"2013-04-14 00:00",0.5,"2013-06-18 00:00",0.5,"2013-08-08 00:00",0.4,"2013-04-15 00:00","","","","",0.5,0.4,0.4,0.4,0.3,0.2,0.05,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68101",2,39.965278,-76.699444,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",40,66,40,61,0,0,"","","Certification not required",24,0.1325,0.114102,0.4,"2013-01-28 00:00",0.4,"2013-09-07 00:00",0.3,"2013-01-04 00:00",0.3,"2013-03-23 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68102",1,39.965278,-76.699444,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",200,100,36,61,0,0,"","","Certification not required",0,24.0015,0.023463,24.1,"2013-01-21 00:00",24.1,"2013-04-18 00:00",24.1,"2013-05-31 00:00",24.1,"2013-07-19 00:00","","","","",24.1,24.1,24,24,24,24,24,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68102",2,39.965278,-76.699444,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",40,66,40,61,0,0,"","","Certification not required",0,23.995,0.031623,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68103",1,39.965278,-76.699444,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",200,100,36,61,0,0,"","","Certification not required",0,11.5,8.983782,24.8,"2013-07-18 00:00",24.5,"2013-07-16 00:00",24.2,"2013-07-19 00:00",24.1,"2013-07-20 00:00","","","","",24.5,24.1,22.8,21.6,18.8,13.4,-0.7,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68103",2,39.965278,-76.699444,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",40,66,40,61,0,0,"","","Certification not required",0,10.105,9.597648,23.5,"2013-07-21 00:00",23.2,"2013-07-03 00:00",23.1,"2013-07-15 00:00",22.2,"2013-07-09 00:00","","","","",23.5,23.5,23.2,22.2,17.5,14.1,-3.1,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68103",5,39.965278,-76.699444,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.532,9.018268,23,"2013-07-21 00:00",22.9,"2013-07-03 00:00",22.3,"2013-07-15 00:00",21.8,"2013-07-09 00:00","","","","",23,23,22.3,21.5,16.4,10.2,-3.2,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","68104",1,39.965278,-76.699444,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",200,100,36,61,0,0,"","","Certification not required",0,22.9965,9.57605,37.2,"2013-07-18 00:00",36.7,"2013-07-19 00:00",35.7,"2013-07-15 00:00",35.6,"2013-07-17 00:00","","","","",36.7,35.6,33.9,32.4,29.8,25.8,6.9,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68104",2,39.965278,-76.699444,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",40,66,40,61,0,0,"","","Certification not required",0,21.925,10.661643,36.2,"2013-07-15 00:00",33.1,"2013-05-22 00:00",32.8,"2013-07-21 00:00",32.4,"2013-09-01 00:00","","","","",36.2,36.2,33.1,32.4,30.5,27.3,4.9,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68104",5,39.965278,-76.699444,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,19.756,10.84827,35.1,"2013-07-15 00:00",33.9,"2013-05-22 00:00",32.6,"2013-09-01 00:00",32.5,"2013-04-10 00:00","","","","",35.1,35.1,32.6,31.6,29.3,23.3,3.7,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","68105",1,39.965278,-76.699444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",200,100,36,61,0,0,"","","Certification not required",0,17.148,9.013502,30.6,"2013-07-18 00:00",29.8,"2013-07-17 00:00",29.7,"2013-07-16 00:00",29.7,"2013-07-19 00:00","","","","",29.8,29.7,27.5,26.4,24.2,19.2,3.3,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68105",2,39.965278,-76.699444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",40,66,40,61,0,0,"","","Certification not required",0,15.84,10.093481,29.9,"2013-07-15 00:00",27.5,"2013-07-21 00:00",27,"2013-09-01 00:00",25.9,"2013-05-22 00:00","","","","",29.9,29.9,27.5,25.9,24.4,19.6,2.3,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68105",5,39.965278,-76.699444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,14.028,9.771722,29.2,"2013-07-15 00:00",26.5,"2013-07-21 00:00",26.5,"2013-09-01 00:00",26,"2013-05-22 00:00","","","","",29.2,29.2,26.5,25.5,22.8,16.4,1.3,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","68106",1,39.965278,-76.699444,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",200,100,36,61,0,0,"","","Certification not required",0,748.81,4.881912,760,"2013-01-27 00:00",760,"2013-04-22 00:00",759,"2013-04-21 00:00",758,"2013-01-10 00:00","","","","",760,758,757,754,752,749,743,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68106",2,39.965278,-76.699444,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",40,66,40,61,0,0,"","","Certification not required",0,747.4,5.319533,760,"2013-01-10 00:00",756,"2013-05-04 00:00",755,"2013-04-28 00:00",754,"2013-04-16 00:00","","","","",760,760,756,754,751,748,740,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68106",5,39.965278,-76.699444,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,740.354167,26.12286,756,"2013-04-22 00:00",755,"2013-01-10 00:00",753,"2013-10-13 00:00",752,"2013-07-03 00:00","","","","",756,756,753,752,749,747,737,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","68107",1,39.965278,-76.699444,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",200,100,36,61,0,0,"","","Certification not required",0,754.94,4.569552,766,"2013-01-10 00:00",766,"2013-01-27 00:00",766,"2013-04-21 00:00",766,"2013-04-22 00:00","","","","",766,766,763,761,758,755,749,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68107",2,39.965278,-76.699444,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",40,66,40,61,0,0,"","","Certification not required",0,753.575,6.500049,768,"2013-01-10 00:00",765,"2013-01-28 00:00",764,"2013-04-04 00:00",762,"2013-05-04 00:00","","","","",768,768,765,762,759,753,744,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68107",5,39.965278,-76.699444,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,747.083333,20.855974,765,"2013-04-22 00:00",762,"2013-01-28 00:00",760,"2013-01-10 00:00",758,"2013-11-06 00:00","","","","",765,765,760,757,754,751,743,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","68108",1,39.965278,-76.699444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",200,100,36,61,0,0,"","","Certification not required",0,751.98,4.527926,764,"2013-04-21 00:00",763,"2013-01-10 00:00",763,"2013-01-27 00:00",763,"2013-04-22 00:00","","","","",763,763,759,758,755,752,747,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68108",2,39.965278,-76.699444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",40,66,40,61,0,0,"","","Certification not required",0,750.75,6.003204,765,"2013-01-10 00:00",759,"2013-04-04 00:00",759,"2013-05-04 00:00",758,"2013-01-28 00:00","","","","",765,765,759,758,755,751,743,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68108",5,39.965278,-76.699444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,742.833333,23.823226,759,"2013-04-22 00:00",757,"2013-01-10 00:00",754,"2013-10-13 00:00",753,"2013-07-15 00:00","","","","",759,759,754,753,751,748,739,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","68109",1,39.965278,-76.699444,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",200,100,36,61,0,0,"","","Certification not required",0,1439.11,1.355391,1440,"2013-01-02 00:00",1440,"2013-01-19 00:00",1440,"2013-01-21 00:00",1440,"2013-02-02 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","68109",2,39.965278,-76.699444,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",40,66,40,61,0,0,"","","Certification not required",0,1439.25,2.204308,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","81102",5,39.965278,-76.699444,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7893,90,327,365,0,123,"","","Certification not required",0,15.416698,9.387222,131,"2013-07-17 09:00",123,"2013-03-20 08:00",96,"2013-10-29 07:00",95,"2013-04-09 06:00","","","","",47,41,32,27,20,14,6,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","81102",5,39.965278,-76.699444,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",327,90,327,365,0,0,0,0,"Certification not required",0,14.896024,6.589279,43,"2013-04-10 00:00",38,"2013-09-11 00:00",37,"2013-04-09 00:00",36,"2013-10-03 00:00","","","","",36,34,28,23,18,14,8,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","88101",1,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",200,55,200,365,0,0,0,0,"Certification not required",0,10.2705,5.294349,32.2,"2013-01-27 00:00",31.1,"2013-01-28 00:00",30.2,"2013-01-29 00:00",29.4,"2013-01-09 00:00","","","","",31.1,29.4,19.3,16.5,12.8,9,5.4,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","88101",1,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",200,55,200,365,0,0,"","","Certification not required",0,10.2705,5.294349,32.2,"2013-01-27 00:00",31.1,"2013-01-28 00:00",30.2,"2013-01-29 00:00",29.4,"2013-01-09 00:00","","","","",31.1,29.4,19.3,16.5,12.8,9,5.4,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","88101",2,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,0,0,"Certification not required",0,10.6525,4.571819,29.8,"2013-01-28 00:00",17.7,"2013-07-09 00:00",16,"2013-05-16 00:00",15.7,"2013-09-01 00:00","","","","",29.8,29.8,17.7,15.7,12.9,10.2,5.8,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","88101",2,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,0,"","","Certification not required",0,10.6525,4.571819,29.8,"2013-01-28 00:00",17.7,"2013-07-09 00:00",16,"2013-05-16 00:00",15.7,"2013-09-01 00:00","","","","",29.8,29.8,17.7,15.7,12.9,10.2,5.8,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2013-12-11" +"42","133","0008","88101",3,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7916,90,333,365,0,100,"","","Certification not required",0,7.133691,6.432115,75.9,"2013-04-09 17:00",68.4,"2013-04-09 13:00",52.2,"2013-06-13 02:00",44.1,"2013-01-27 08:00","","","","",29.5,25.4,19.7,15.4,9.9,5.6,0.6,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","88101",3,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,0,0,"Certification not required",0,7.066565,4.894033,27.8,"2013-01-27 00:00",25,"2013-01-09 00:00",24.4,"2013-01-29 00:00",23.3,"2013-01-28 00:00","","","","",23.3,22.1,17,13.6,9.4,5.9,2,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","88101",3,39.965278,-76.699444,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,0,"","","Certification not required",0,7.066565,4.894033,27.8,"2013-01-27 00:00",25,"2013-01-09 00:00",24.4,"2013-01-29 00:00",23.3,"2013-01-28 00:00","","","","",23.3,22.1,17,13.6,9.4,5.9,2,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-19" +"42","133","0008","88102",5,39.965278,-76.699444,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.02162,0.009943,0.071,"2013-07-27 00:00",0.047,"2013-03-29 00:00",0.041,"2013-09-19 00:00",0.034,"2013-07-03 00:00","","","","",0.071,0.071,0.041,0.029,0.0215,0.0205,0.014,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88103",5,39.965278,-76.699444,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0009,0.001015,0.003,"2013-01-28 00:00",0.003,"2013-03-17 00:00",0.003,"2013-04-28 00:00",0.003,"2013-05-28 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88104",5,39.965278,-76.699444,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",39,0.02369,0.038804,0.203,"2013-07-15 00:00",0.16,"2013-07-03 00:00",0.105,"2013-05-22 00:00",0.097,"2013-01-28 00:00","","","","",0.203,0.203,0.105,0.056,0.0125,0.0115,0.0065,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88107",5,39.965278,-76.699444,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005932,0.004887,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-02-15 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88109",5,39.965278,-76.699444,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",7,0.004714,0.003925,0.0219,"2013-03-11 00:00",0.0141,"2013-04-16 00:00",0.013,"2013-04-04 00:00",0.0116,"2013-04-10 00:00","","","","",0.0219,0.0219,0.013,0.0103,0.0058,0.0037,0.00115,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88110",5,39.965278,-76.699444,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00188,0.004029,0.016,"2013-11-06 00:00",0.013,"2013-03-05 00:00",0.013,"2013-06-27 00:00",0.012,"2013-05-16 00:00","","","","",0.016,0.016,0.013,0.009,0.001,0,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88111",5,39.965278,-76.699444,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",12,0.026864,0.023347,0.104,"2013-01-10 00:00",0.101,"2013-07-15 00:00",0.0642,"2013-04-10 00:00",0.0556,"2013-08-26 00:00","","","","",0.104,0.104,0.0642,0.0507,0.0416,0.0246,0.0037,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88112",5,39.965278,-76.699444,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00448,0.009599,0.062,"2013-10-01 00:00",0.033,"2013-10-13 00:00",0.01,"2013-01-28 00:00",0.008,"2013-02-03 00:00","","","","",0.062,0.062,0.01,0.006,0.004,0.003,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88113",5,39.965278,-76.699444,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.000747,0.000294,0.0019,"2013-01-04 00:00",0.0018,"2013-05-16 00:00",0.0017,"2013-01-16 00:00",0.0012,"2013-09-01 00:00","","","","",0.0019,0.0019,0.0017,0.001,0.0007,0.0007,0.00055,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88114",5,39.965278,-76.699444,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",20,0.003601,0.007736,0.0556,"2013-09-07 00:00",0.0103,"2013-08-14 00:00",0.0063,"2013-08-20 00:00",0.006,"2013-05-10 00:00","","","","",0.0556,0.0556,0.0063,0.0054,0.0033,0.0022,0.0008,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88115",5,39.965278,-76.699444,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",22,0.013146,0.019114,0.114,"2013-01-04 00:00",0.0582,"2013-01-16 00:00",0.056,"2013-03-05 00:00",0.0424,"2013-01-28 00:00","","","","",0.114,0.114,0.056,0.033,0.0126,0.008,0.0025,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88117",5,39.965278,-76.699444,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005427,0.007778,0.043,"2013-01-10 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-02-09 00:00",0.00485,"2013-02-15 00:00","","","","",0.043,0.043,0.00485,0.00485,0.00485,0.0041,0.0028,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88118",5,39.965278,-76.699444,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00907,0.006156,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.0175,"2013-03-17 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.0175,0.017,0.017,0.0055,0.0041,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88126",5,39.965278,-76.699444,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.088517,0.077175,0.355,"2013-08-14 00:00",0.282,"2013-04-10 00:00",0.243,"2013-02-27 00:00",0.242,"2013-08-02 00:00","","","","",0.355,0.355,0.243,0.186,0.122,0.0735,0.0095,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88128",5,39.965278,-76.699444,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00146,0.001951,0.007,"2013-04-10 00:00",0.006,"2013-03-05 00:00",0.006,"2013-03-11 00:00",0.006,"2013-05-10 00:00","","","","",0.007,0.007,0.006,0.005,0.002,0.001,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88131",5,39.965278,-76.699444,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.01112,0.004672,0.026,"2013-04-04 00:00",0.021,"2013-08-02 00:00",0.021,"2013-10-31 00:00",0.018,"2013-10-19 00:00","","","","",0.026,0.026,0.021,0.0175,0.016,0.011,0.007,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88132",5,39.965278,-76.699444,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00794,0.011151,0.057,"2013-04-10 00:00",0.037,"2013-08-14 00:00",0.027,"2013-08-20 00:00",0.024,"2013-01-04 00:00","","","","",0.057,0.057,0.027,0.024,0.011,0.004,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88136",5,39.965278,-76.699444,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0005,0.000839,0.004,"2013-05-28 00:00",0.003,"2013-05-10 00:00",0.002,"2013-01-28 00:00",0.002,"2013-05-22 00:00","","","","",0.004,0.004,0.002,0.001,0.001,0,0,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88140",5,39.965278,-76.699444,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.008305,0.004679,0.026,"2013-05-04 00:00",0.0257,"2013-08-08 00:00",0.017,"2013-03-11 00:00",0.017,"2013-07-15 00:00","","","","",0.026,0.026,0.017,0.015,0.009,0.006,0.005,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88152",5,39.965278,-76.699444,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.005859,0.001811,0.012,"2013-01-28 00:00",0.011,"2013-07-09 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00","","","","",0.012,0.012,0.008,0.008,0.008,0.005,0.0045,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88154",5,39.965278,-76.699444,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001065,0.000254,0.00135,"2013-03-05 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00","","","","",0.00135,0.00135,0.0013,0.0013,0.0013,0.00125,0.00065,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88160",5,39.965278,-76.699444,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01325,0.003999,0.026,"2013-06-03 00:00",0.019,"2013-04-22 00:00",0.0185,"2013-02-21 00:00",0.018,"2013-06-09 00:00","","","","",0.026,0.026,0.0185,0.018,0.016,0.01,0.01,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88161",5,39.965278,-76.699444,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.002932,0.002235,0.0143,"2013-07-15 00:00",0.012,"2013-07-03 00:00",0.0065,"2013-01-10 00:00",0.0048,"2013-06-27 00:00","","","","",0.0143,0.0143,0.0065,0.00265,0.00265,0.0025,0.0021,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88164",5,39.965278,-76.699444,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001631,0.000284,0.003,"2013-03-11 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-04-16 00:00","","","","",0.003,0.003,0.0019,0.0019,0.0017,0.0016,0.0015,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88165",5,39.965278,-76.699444,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.04829,0.06929,0.358,"2013-07-15 00:00",0.337,"2013-07-03 00:00",0.168,"2013-06-27 00:00",0.097,"2013-04-10 00:00","","","","",0.358,0.358,0.168,0.089,0.054,0.031,0.0055,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88166",5,39.965278,-76.699444,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.008064,0.004918,0.02,"2013-04-22 00:00",0.019,"2013-02-21 00:00",0.019,"2013-06-09 00:00",0.0185,"2013-07-27 00:00","","","","",0.02,0.02,0.019,0.0185,0.0075,0.0065,0.0042,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88167",5,39.965278,-76.699444,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.010435,0.008974,0.0338,"2013-01-28 00:00",0.0335,"2013-03-05 00:00",0.0291,"2013-05-10 00:00",0.029,"2013-01-10 00:00","","","","",0.0338,0.0338,0.0291,0.0263,0.0154,0.0076,0.00175,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88168",5,39.965278,-76.699444,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001264,0.000658,0.0053,"2013-02-09 00:00",0.00185,"2013-04-22 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-06-09 00:00","","","","",0.0053,0.0053,0.00175,0.00175,0.0012,0.00115,0.00085,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88169",5,39.965278,-76.699444,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.945504,0.622151,2.48,"2013-06-09 00:00",2.07,"2013-07-09 00:00",1.92,"2013-09-01 00:00",1.89,"2013-01-28 00:00","","","","",2.48,2.48,1.92,1.85,1.5,0.869,0.215,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88176",5,39.965278,-76.699444,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000943,0.000214,0.00135,"2013-04-22 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-23 00:00","","","","",0.00135,0.00135,0.0013,0.0013,0.001,0.0009,0.0007,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88180",5,39.965278,-76.699444,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.054233,0.033799,0.143,"2013-01-28 00:00",0.134,"2013-07-03 00:00",0.127,"2013-03-17 00:00",0.113,"2013-03-05 00:00","","","","",0.143,0.143,0.127,0.107,0.0737,0.0529,0.0107,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88184",5,39.965278,-76.699444,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",27,0.04532,0.042284,0.202,"2013-03-11 00:00",0.188,"2013-05-04 00:00",0.14,"2013-04-10 00:00",0.119,"2013-04-16 00:00","","","","",0.202,0.202,0.14,0.116,0.057,0.027,0.0155,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88185",5,39.965278,-76.699444,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.003761,0.003843,0.012,"2013-04-22 00:00",0.0117,"2013-08-26 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-06-09 00:00","","","","",0.012,0.012,0.0115,0.0115,0.0023,0.00225,0.0014,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88301",5,39.965278,-76.699444,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.0184,0.705071,3.48,"2013-01-28 00:00",3.12,"2013-02-03 00:00",2.23,"2013-10-31 00:00",2.03,"2013-10-01 00:00","","","","",3.48,3.48,2.23,1.99,1.29,0.923,0.272,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88302",5,39.965278,-76.699444,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.099534,0.114973,0.64,"2013-03-11 00:00",0.412,"2013-10-13 00:00",0.36,"2013-04-16 00:00",0.267,"2013-04-10 00:00","","","","",0.64,0.64,0.36,0.25,0.095,0.061,0.0316,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88303",5,39.965278,-76.699444,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",6,0.041342,0.020848,0.093,"2013-08-08 00:00",0.085,"2013-01-28 00:00",0.081,"2013-07-09 00:00",0.079,"2013-07-03 00:00","","","","",0.093,0.093,0.081,0.078,0.055,0.0364,0.012,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88306",5,39.965278,-76.699444,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.54358,1.389219,6.51,"2013-01-28 00:00",5.71,"2013-02-03 00:00",4.33,"2013-10-31 00:00",3.7,"2013-05-28 00:00","","","","",6.51,6.51,4.33,3.55,1.94,1.02,0.441,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88355",5,39.965278,-76.699444,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.3904,1.068378,5.08,"2013-01-28 00:00",4.92,"2013-10-31 00:00",4.46,"2013-05-16 00:00",4.19,"2013-09-01 00:00","","","","",5.08,5.08,4.46,3.97,3.09,2.32,1.18,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88357",5,39.965278,-76.699444,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.45798,0.222307,1.23,"2013-05-16 00:00",0.858,"2013-01-10 00:00",0.814,"2013-01-28 00:00",0.783,"2013-09-19 00:00","","","","",1.23,1.23,0.814,0.768,0.602,0.415,0.208,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88370",5,39.965278,-76.699444,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.16562,0.967091,4.7,"2013-01-28 00:00",4.42,"2013-10-31 00:00",3.93,"2013-05-16 00:00",3.83,"2013-09-01 00:00","","","","",4.7,4.7,3.93,3.59,2.9,2.13,1.07,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88374",5,39.965278,-76.699444,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.22022,0.147721,0.575,"2013-01-28 00:00",0.552,"2013-07-27 00:00",0.55,"2013-10-31 00:00",0.514,"2013-10-01 00:00","","","","",0.575,0.575,0.55,0.489,0.311,0.174,0.068,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88375",5,39.965278,-76.699444,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.57964,0.259954,1.33,"2013-05-16 00:00",1.11,"2013-09-01 00:00",1.08,"2013-10-31 00:00",0.924,"2013-07-27 00:00","","","","",1.33,1.33,1.08,0.911,0.775,0.52,0.296,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88376",5,39.965278,-76.699444,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.576,0.255433,1.28,"2013-10-31 00:00",1.21,"2013-01-28 00:00",1.03,"2013-05-16 00:00",0.981,"2013-05-28 00:00","","","","",1.28,1.28,1.03,0.979,0.694,0.539,0.287,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88377",5,39.965278,-76.699444,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.49294,0.231174,1.03,"2013-01-28 00:00",1.03,"2013-09-01 00:00",0.96,"2013-10-31 00:00",0.925,"2013-05-16 00:00","","","","",1.03,1.03,0.96,0.816,0.647,0.482,0.232,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88378",5,39.965278,-76.699444,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.2972,0.21208,0.981,"2013-01-28 00:00",0.737,"2013-02-03 00:00",0.731,"2013-07-27 00:00",0.638,"2013-05-28 00:00","","","","",0.981,0.981,0.731,0.63,0.426,0.26,0.071,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88380",5,39.965278,-76.699444,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.68364,0.330376,1.76,"2013-05-16 00:00",1.29,"2013-01-10 00:00",1.2,"2013-01-28 00:00",1.17,"2013-10-31 00:00","","","","",1.76,1.76,1.2,1.16,0.942,0.643,0.318,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88383",5,39.965278,-76.699444,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.90712,0.435342,2.13,"2013-01-28 00:00",2.04,"2013-05-16 00:00",1.67,"2013-10-31 00:00",1.52,"2013-05-28 00:00","","","","",2.13,2.13,1.67,1.46,1.2,0.915,0.403,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88384",5,39.965278,-76.699444,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.071206,0.027977,0.154,"2013-07-03 00:00",0.122,"2013-06-09 00:00",0.118,"2013-06-27 00:00",0.114,"2013-07-21 00:00","","","","",0.154,0.154,0.118,0.111,0.0843,0.0697,0.0392,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88385",5,39.965278,-76.699444,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",37,0.002783,0.003821,0.0153,"2013-06-09 00:00",0.0148,"2013-08-20 00:00",0.014,"2013-08-26 00:00",0.0107,"2013-07-03 00:00","","","","",0.0153,0.0153,0.014,0.00996,0.0023,0.001,0.001,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88388",5,39.965278,-76.699444,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.52252,0.287905,1.37,"2013-01-28 00:00",1.1,"2013-07-27 00:00",1.06,"2013-10-31 00:00",1.02,"2013-05-28 00:00","","","","",1.37,1.37,1.06,1.02,0.645,0.536,0.222,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88403",5,39.965278,-76.699444,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.40324,1.295483,5.17,"2013-01-28 00:00",5.04,"2013-06-09 00:00",5.03,"2013-07-09 00:00",4.82,"2013-10-01 00:00","","","","",5.17,5.17,5.03,4.57,3.13,2.15,0.95,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0008","88502",5,39.965278,-76.699444,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.482,6.641419,30.3,"2013-01-28 00:00",23.8,"2013-03-05 00:00",22.2,"2013-03-17 00:00",20.5,"2013-06-09 00:00","","","","",30.3,30.3,22.2,20.5,15.6,11.5,3,"A421330008LAT/LON POINT AT CORNER OF TRAILER","HILL ST.","Pennsylvania","York","York","York-Hanover, PA","2014-02-14" +"42","133","0011","44201",1,39.86097,-76.462055,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7816,96,206,214,0,200,0,0,"Certification not required",8,0.051757,0.01282,0.111,"2013-05-31 14:00",0.082,"2013-09-11 14:00",0.081,"2013-07-18 13:00",0.079,"2013-07-17 14:00","","","","",0.081,0.077,0.07,0.067,0.06,0.054,0.043,"York DW","2650 Delta Road","Pennsylvania","York","","York-Hanover, PA","2014-02-19" +"42","133","0011","44201",1,39.86097,-76.462055,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7809,96,205,214,0,0,0,0,"Certification not required",0,0.046268,0.011397,0.083,"2013-05-31 11:00",0.072,"2013-07-17 10:00",0.068,"2013-04-08 11:00",0.068,"2013-09-11 10:00","","","","",0.068,0.066,0.064,0.06,0.055,0.049,0.039,"York DW","2650 Delta Road","Pennsylvania","York","","York-Hanover, PA","2014-02-19" +"42","133","0011","44201",1,39.86097,-76.462055,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7809,96,205,214,0,0,1,1,"Certification not required",0,0.046268,0.011397,0.083,"2013-05-31 11:00",0.072,"2013-07-17 10:00",0.068,"2013-04-08 11:00",0.068,"2013-09-11 10:00","","","","",0.068,0.066,0.064,0.06,0.055,0.049,0.039,"York DW","2650 Delta Road","Pennsylvania","York","","York-Hanover, PA","2014-02-19" +"44","003","0002","42601",1,41.615237,-71.72,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5559,63,239,365,0,321,"","","Certification not required",0,0.095161,0.220536,5.4,"2013-10-31 07:00",2.5,"2013-10-31 08:00",2.5,"2013-10-31 09:00",2.3,"2013-09-11 06:00","","","","",0.9,0.7,0.5,0.3,0.1,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","42602",1,41.615237,-71.72,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5559,63,239,365,0,321,0,"","Certification not required",0,2.793724,1.832274,17.4,"2013-10-05 02:00",9.4,"2013-03-15 16:00",8.7,"2013-03-25 08:00",8,"2013-04-24 16:00","","","","",8.7,7.8,6.5,5.2,3.2,2.3,1.4,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","42602",1,41.615237,-71.72,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5559,63,239,365,0,321,"","","Certification not required",0,1.433603,1.005711,17.4,"2013-10-05 02:00",15.4,"2013-10-05 01:00",14.7,"2013-10-05 03:00",13.3,"2013-10-05 00:00","","","","",5.5,4.4,3.1,2.4,1.7,1.2,0.6,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","42603",1,41.615237,-71.72,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5559,63,239,365,0,321,"","","Certification not required",0,1.558176,1.096232,17.7,"2013-10-05 02:00",15.5,"2013-10-05 01:00",14.7,"2013-10-05 03:00",13.3,"2013-10-05 00:00","","","","",6.1,5,3.4,2.6,1.8,1.3,0.7,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","43000",2,41.615237,-71.72,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,19.883333,7.702282,41,"2013-01-04 00:00",39,"2013-01-10 00:00",37,"2013-01-16 00:00",35,"2013-02-15 00:00","","","","",41,39,37,32,25,18,11,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43102",2,41.615237,-71.72,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,57.830508,18.26071,114,"2013-07-21 00:00",96,"2013-08-20 00:00",91,"2013-06-09 00:00",90,"2013-08-02 00:00","","","","",114,96,91,84,69,56,37,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43202",2,41.615237,-71.72,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,4.6071,2.017447,9.638,"2013-02-15 00:00",9.478,"2013-01-04 00:00",9.472,"2013-01-10 00:00",8.832,"2013-12-18 00:00","","","","",9.638,9.478,9.472,7.738,5.786,4.18,2.518,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43203",2,41.615237,-71.72,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.8307,0.519686,2.758,"2013-01-16 00:00",2.394,"2013-01-04 00:00",2.106,"2013-01-28 00:00",1.808,"2013-02-03 00:00","","","","",2.758,2.394,2.106,1.502,1.074,0.668,0.38,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43204",2,41.615237,-71.72,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,3.93335,2.181886,9.978,"2013-01-10 00:00",9.294,"2013-02-15 00:00",8.844,"2013-01-04 00:00",8.499,"2013-12-06 00:00","","","","",9.978,9.294,8.844,7.974,5.112,3.366,1.815,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43205",2,41.615237,-71.72,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.2549,0.097984,0.618,"2013-01-16 00:00",0.549,"2013-01-04 00:00",0.474,"2013-01-28 00:00",0.39,"2013-12-18 00:00","","","","",0.618,0.549,0.474,0.366,0.3,0.249,0.162,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43206",2,41.615237,-71.72,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.841567,0.428379,2.208,"2013-01-16 00:00",1.858,"2013-01-04 00:00",1.844,"2013-01-28 00:00",1.62,"2013-02-03 00:00","","","","",2.208,1.858,1.844,1.392,1.11,0.686,0.4,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43209",2,41.615237,-71.72,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",55,0.170271,0.044124,0.2,"2013-09-25 00:00",0.188,"2013-01-04 00:00",0.188,"2013-01-10 00:00",0.188,"2013-01-16 00:00","","","","",0.2,0.188,0.188,0.188,0.188,0.188,0.052,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43212",2,41.615237,-71.72,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",3,1.157233,0.938632,4.03,"2013-01-10 00:00",3.72,"2013-01-04 00:00",3.468,"2013-12-06 00:00",2.884,"2013-12-18 00:00","","","","",4.03,3.72,3.468,2.81,1.57,0.82,0.36,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43214",2,41.615237,-71.72,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",1,0.6093,0.629779,4.3,"2013-04-16 00:00",1.7,"2013-01-10 00:00",1.6,"2013-01-04 00:00",1.4,"2013-01-16 00:00","","","","",4.3,1.7,1.6,1.284,0.8,0.4,0.2,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43216",2,41.615237,-71.72,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",57,0.038233,0.009468,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.05,0.05,0.05,0.04,0.04,0.04,0.04,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43217",2,41.615237,-71.72,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",58,0.046533,0.011626,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43218",2,41.615237,-71.72,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.032167,0.021714,0.12,"2013-01-16 00:00",0.1,"2013-01-04 00:00",0.07,"2013-01-28 00:00",0.06,"2013-01-10 00:00","","","","",0.12,0.1,0.07,0.06,0.04,0.03,0.01,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43220",2,41.615237,-71.72,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.5135,0.305669,1.49,"2013-01-10 00:00",1.32,"2013-01-04 00:00",1.24,"2013-01-16 00:00",1.12,"2013-12-06 00:00","","","","",1.49,1.32,1.24,0.96,0.72,0.42,0.21,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43221",2,41.615237,-71.72,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.730667,0.412446,1.85,"2013-01-16 00:00",1.75,"2013-01-04 00:00",1.675,"2013-01-10 00:00",1.6,"2013-08-26 00:00","","","","",1.85,1.75,1.675,1.39,0.995,0.615,0.3,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43224",2,41.615237,-71.72,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",37,0.056907,0.042915,0.26,"2013-08-02 00:00",0.185,"2013-03-11 00:00",0.125,"2013-01-16 00:00",0.11,"2013-02-27 00:00","","","","",0.26,0.185,0.125,0.11,0.075,0.0325,0.0325,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43226",2,41.615237,-71.72,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",56,0.027625,0.009001,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.05,0.05,0.05,0.0275,0.0275,0.0275,0.0275,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43227",2,41.615237,-71.72,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",56,0.039958,0.010984,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.05,0.05,0.05,0.0425,0.0425,0.0425,0.0425,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43230",2,41.615237,-71.72,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",12,0.163367,0.094696,0.432,"2013-01-10 00:00",0.396,"2013-01-16 00:00",0.378,"2013-08-26 00:00",0.336,"2013-01-04 00:00","","","","",0.432,0.396,0.378,0.3,0.216,0.144,0.048,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43231",2,41.615237,-71.72,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.223333,0.116977,0.6,"2013-01-10 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-12-18 00:00","","","","",0.6,0.5,0.5,0.4,0.3,0.2,0.1,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43232",2,41.615237,-71.72,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",21,0.096059,0.056279,0.238,"2013-06-27 00:00",0.231,"2013-01-16 00:00",0.217,"2013-01-04 00:00",0.2,"2013-09-19 00:00","","","","",0.238,0.231,0.217,0.196,0.133,0.084,0.0385,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43233",2,41.615237,-71.72,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",47,0.0694,0.033623,0.192,"2013-06-27 00:00",0.176,"2013-01-04 00:00",0.176,"2013-08-26 00:00",0.16,"2013-01-16 00:00","","","","",0.192,0.176,0.176,0.128,0.056,0.056,0.056,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43235",2,41.615237,-71.72,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",40,0.047331,0.024714,0.135,"2013-06-27 00:00",0.117,"2013-07-09 00:00",0.108,"2013-01-16 00:00",0.099,"2013-06-21 00:00","","","","",0.135,0.117,0.108,0.081,0.063,0.0315,0.0315,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43238",2,41.615237,-71.72,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",48,0.073083,0.027954,0.18,"2013-06-27 00:00",0.16,"2013-06-21 00:00",0.15,"2013-07-09 00:00",0.14,"2013-11-24 00:00","","","","",0.18,0.16,0.15,0.13,0.065,0.065,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43242",2,41.615237,-71.72,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",45,0.0375,0.020962,0.11,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.09,"2013-06-27 00:00",0.08,"2013-08-26 00:00","","","","",0.11,0.1,0.09,0.07,0.05,0.025,0.025,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43243",2,41.615237,-71.72,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",26,1.733333,3.006395,13.63,"2013-07-21 00:00",10.98,"2013-08-20 00:00",9.585,"2013-07-03 00:00",7.085,"2013-08-02 00:00","","","","",13.63,10.98,9.585,6.305,2.765,0.0325,0.0325,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43244",2,41.615237,-71.72,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",55,0.056367,0.002636,0.066,"2013-12-18 00:00",0.06,"2013-12-06 00:00",0.057,"2013-01-04 00:00",0.057,"2013-01-10 00:00","","","","",0.066,0.06,0.057,0.057,0.057,0.057,0.054,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43247",2,41.615237,-71.72,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",55,0.048267,0.003914,0.056,"2013-12-18 00:00",0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00","","","","",0.056,0.05,0.05,0.05,0.049,0.049,0.049,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43248",2,41.615237,-71.72,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",40,0.0813,0.066421,0.432,"2013-06-15 00:00",0.234,"2013-01-10 00:00",0.228,"2013-01-28 00:00",0.204,"2013-01-16 00:00","","","","",0.432,0.234,0.228,0.162,0.096,0.048,0.048,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43249",2,41.615237,-71.72,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",1,0.149237,0.052318,0.3,"2013-09-19 00:00",0.287,"2013-01-16 00:00",0.259,"2013-01-04 00:00",0.252,"2013-01-10 00:00","","","","",0.3,0.287,0.259,0.238,0.182,0.14,0.091,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43250",2,41.615237,-71.72,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.175,0.106763,0.5,"2013-08-26 00:00",0.5,"2013-09-19 00:00",0.4,"2013-06-27 00:00",0.4,"2013-07-09 00:00","","","","",0.5,0.5,0.4,0.3,0.2,0.1,0.1,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43252",2,41.615237,-71.72,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",37,0.046667,0.027557,0.152,"2013-08-26 00:00",0.12,"2013-07-09 00:00",0.112,"2013-06-27 00:00",0.1,"2013-09-19 00:00","","","","",0.152,0.12,0.112,0.088,0.064,0.028,0.028,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43253",2,41.615237,-71.72,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",29,0.0642,0.037674,0.184,"2013-03-23 00:00",0.176,"2013-06-27 00:00",0.136,"2013-05-10 00:00",0.12,"2013-07-21 00:00","","","","",0.184,0.176,0.136,0.112,0.088,0.056,0.032,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43256",2,41.615237,-71.72,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",1,3.390083,3.574706,15.29,"2013-07-21 00:00",11.77,"2013-06-09 00:00",10.17,"2013-06-21 00:00",9.6,"2013-09-07 00:00","","","","",15.29,11.77,10.17,8.74,6.04,1.9,0.12,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43261",2,41.615237,-71.72,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",36,0.068086,0.043569,0.2,"2013-09-19 00:00",0.182,"2013-01-10 00:00",0.161,"2013-01-04 00:00",0.161,"2013-12-18 00:00","","","","",0.2,0.182,0.161,0.14,0.084,0.0385,0.0385,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43262",2,41.615237,-71.72,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",16,0.092067,0.061042,0.27,"2013-01-10 00:00",0.252,"2013-01-16 00:00",0.228,"2013-01-04 00:00",0.21,"2013-12-18 00:00","","","","",0.27,0.252,0.228,0.2,0.126,0.072,0.027,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43263",2,41.615237,-71.72,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",14,0.079983,0.042306,0.203,"2013-01-16 00:00",0.2,"2013-09-19 00:00",0.154,"2013-01-04 00:00",0.154,"2013-01-10 00:00","","","","",0.203,0.2,0.154,0.154,0.098,0.07,0.028,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43280",2,41.615237,-71.72,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",2,0.157467,0.05232,0.344,"2013-01-16 00:00",0.26,"2013-03-11 00:00",0.256,"2013-01-04 00:00",0.232,"2013-08-02 00:00","","","","",0.344,0.26,0.256,0.22,0.2,0.148,0.1,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43284",2,41.615237,-71.72,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",53,0.0659,0.011441,0.132,"2013-08-26 00:00",0.1,"2013-09-19 00:00",0.078,"2013-12-18 00:00",0.066,"2013-01-04 00:00","","","","",0.132,0.1,0.078,0.066,0.066,0.066,0.054,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43285",2,41.615237,-71.72,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",2,0.198183,0.120947,0.6,"2013-09-19 00:00",0.47,"2013-01-16 00:00",0.46,"2013-01-04 00:00",0.45,"2013-01-10 00:00","","","","",0.6,0.47,0.46,0.4,0.24,0.17,0.08,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43291",2,41.615237,-71.72,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",53,0.065771,0.006862,0.1,"2013-09-19 00:00",0.084,"2013-12-18 00:00",0.0665,"2013-01-04 00:00",0.0665,"2013-01-10 00:00","","","","",0.1,0.084,0.0665,0.0665,0.0665,0.0665,0.056,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43372",2,41.615237,-71.72,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43509",2,41.615237,-71.72,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.228333,0.082527,0.4,"2013-01-04 00:00",0.4,"2013-03-11 00:00",0.4,"2013-03-23 00:00",0.4,"2013-07-03 00:00","","","","",0.4,0.4,0.4,0.3,0.3,0.2,0.1,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43552",2,41.615237,-71.72,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",1,1.032276,0.398238,2.472,"2013-03-23 00:00",1.864,"2013-06-27 00:00",1.692,"2013-07-09 00:00",1.648,"2013-06-09 00:00","","","","",2.472,1.864,1.692,1.564,1.216,1.044,0.504,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43704",2,41.615237,-71.72,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43801",2,41.615237,-71.72,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.535833,0.049653,0.63,"2013-05-10 00:00",0.62,"2013-02-15 00:00",0.62,"2013-03-17 00:00",0.61,"2013-01-10 00:00","","","","",0.63,0.62,0.62,0.6,0.58,0.54,0.47,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-04" +"44","003","0002","43802",2,41.615237,-71.72,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.060339,0.009462,0.08,"2013-04-28 00:00",0.08,"2013-06-27 00:00",0.08,"2013-08-26 00:00",0.08,"2013-09-19 00:00","","","","",0.08,0.08,0.08,0.07,0.07,0.06,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43803",2,41.615237,-71.72,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0.016949,0.005649,0.03,"2013-06-27 00:00",0.03,"2013-07-09 00:00",0.03,"2013-08-26 00:00",0.02,"2013-01-10 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.02,0.01,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43804",2,41.615237,-71.72,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.081667,0.00693,0.1,"2013-03-17 00:00",0.1,"2013-10-01 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-10 00:00","","","","",0.1,0.1,0.09,0.09,0.09,0.08,0.07,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43813",2,41.615237,-71.72,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43814",2,41.615237,-71.72,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43815",2,41.615237,-71.72,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43817",2,41.615237,-71.72,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43818",2,41.615237,-71.72,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43824",2,41.615237,-71.72,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43826",2,41.615237,-71.72,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43829",2,41.615237,-71.72,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43830",2,41.615237,-71.72,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43831",2,41.615237,-71.72,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43843",2,41.615237,-71.72,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43860",2,41.615237,-71.72,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43954",2,41.615237,-71.72,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",49,0.189992,0.094127,0.561,"2013-02-15 00:00",0.55,"2013-01-04 00:00",0.5,"2013-09-19 00:00",0.385,"2013-01-28 00:00","","","","",0.561,0.55,0.5,0.264,0.1705,0.1705,0.1705,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","43960",2,41.615237,-71.72,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",48,0.0319,0.014777,0.08,"2013-01-16 00:00",0.072,"2013-07-09 00:00",0.064,"2013-01-04 00:00",0.064,"2013-01-10 00:00","","","","",0.08,0.072,0.064,0.056,0.032,0.024,0.024,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","44201",1,41.615237,-71.72,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5726,99,182,183,0,154,0,0,"Certification not required",622,0.050819,0.014046,0.098,"2013-05-31 16:00",0.096,"2013-06-25 16:00",0.094,"2013-07-20 14:00",0.089,"2013-05-30 15:00","","","","",0.096,0.089,0.078,0.068,0.058,0.051,0.043,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","44201",1,41.615237,-71.72,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5775,98,180,183,0,0,0,0,"Certification not required",0,0.044989,0.012148,0.083,"2013-06-25 14:00",0.081,"2013-05-31 10:00",0.073,"2013-05-30 11:00",0.073,"2013-08-21 10:00","","","","",0.081,0.073,0.068,0.061,0.053,0.047,0.039,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","44201",1,41.615237,-71.72,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5775,98,180,183,0,0,2,2,"Certification not required",0,0.044989,0.012148,0.083,"2013-06-25 14:00",0.081,"2013-05-31 10:00",0.073,"2013-05-30 11:00",0.073,"2013-08-21 10:00","","","","",0.081,0.073,0.068,0.061,0.053,0.047,0.039,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","003","0002","45109",2,41.615237,-71.72,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.238333,0.143906,0.9,"2013-12-30 00:00",0.7,"2013-01-16 00:00",0.6,"2013-06-27 00:00",0.5,"2013-01-04 00:00","","","","",0.9,0.7,0.6,0.4,0.2,0.2,0.1,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45201",2,41.615237,-71.72,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.605,0.354833,1.5,"2013-01-04 00:00",1.5,"2013-01-16 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-03 00:00","","","","",1.5,1.5,1.4,1.2,0.8,0.5,0.3,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45202",2,41.615237,-71.72,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,4,"","","Certification not required",0,0.491228,0.245154,1.5,"2013-01-16 00:00",1.1,"2013-01-04 00:00",1,"2013-07-09 00:00",0.9,"2013-09-19 00:00","","","","",1.5,1.1,1,0.7,0.6,0.4,0.2,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45203",2,41.615237,-71.72,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.116667,0.061525,0.3,"2013-01-16 00:00",0.3,"2013-06-27 00:00",0.3,"2013-12-30 00:00",0.2,"2013-01-04 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.1,0.1,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45204",2,41.615237,-71.72,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.083333,0.069298,0.3,"2013-01-16 00:00",0.3,"2013-12-30 00:00",0.2,"2013-01-04 00:00",0.2,"2013-06-27 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45207",2,41.615237,-71.72,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",55,0.036417,0.008998,0.081,"2013-01-16 00:00",0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00","","","","",0.081,0.05,0.05,0.05,0.036,0.036,0.036,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45208",2,41.615237,-71.72,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",57,0.120417,0.03351,0.135,"2013-01-04 00:00",0.135,"2013-01-10 00:00",0.135,"2013-01-16 00:00",0.135,"2013-01-22 00:00","","","","",0.135,0.135,0.135,0.135,0.135,0.135,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45209",2,41.615237,-71.72,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",56,0.035517,0.00712,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.05,0.05,0.05,0.036,0.036,0.036,0.036,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45210",2,41.615237,-71.72,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.008333,0.027872,0.1,"2013-06-27 00:00",0.1,"2013-07-03 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-21 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45211",2,41.615237,-71.72,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",55,0.050817,0.009554,0.054,"2013-01-04 00:00",0.054,"2013-01-10 00:00",0.054,"2013-01-16 00:00",0.054,"2013-01-22 00:00","","","","",0.054,0.054,0.054,0.054,0.054,0.054,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45212",2,41.615237,-71.72,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",20,0.054342,0.031952,0.189,"2013-01-16 00:00",0.135,"2013-01-04 00:00",0.117,"2013-01-10 00:00",0.117,"2013-06-27 00:00","","","","",0.189,0.135,0.117,0.099,0.063,0.05,0.0225,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45213",2,41.615237,-71.72,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,15,"","","Certification not required",37,0.054163,0.021764,0.126,"2013-01-16 00:00",0.117,"2013-08-26 00:00",0.108,"2013-05-10 00:00",0.108,"2013-07-09 00:00","","","","",0.126,0.126,0.108,0.1,0.0495,0.0495,0.045,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45218",2,41.615237,-71.72,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",60,0.144583,0.046142,0.165,"2013-01-04 00:00",0.165,"2013-01-10 00:00",0.165,"2013-01-16 00:00",0.165,"2013-01-22 00:00","","","","",0.165,0.165,0.165,0.165,0.165,0.165,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45219",2,41.615237,-71.72,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",60,0.281667,0.109066,0.33,"2013-01-04 00:00",0.33,"2013-01-10 00:00",0.33,"2013-01-16 00:00",0.33,"2013-01-22 00:00","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.05,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45220",2,41.615237,-71.72,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",0,0.011667,0.037243,0.2,"2013-04-28 00:00",0.1,"2013-01-16 00:00",0.1,"2013-06-09 00:00",0.1,"2013-06-27 00:00","","","","",0.2,0.1,0.1,0.1,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45225",2,41.615237,-71.72,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",60,98,60,61,0,1,"","","Certification not required",59,0.039267,0.007656,0.05,"2013-09-01 00:00",0.05,"2013-09-07 00:00",0.05,"2013-09-13 00:00",0.05,"2013-09-19 00:00","","","","",0.05,0.05,0.05,0.0405,0.0405,0.0405,0.0405,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45801",2,41.615237,-71.72,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","45807",2,41.615237,-71.72,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",59,97,59,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","003","0002","61103",1,41.615237,-71.72,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8735,100,365,365,0,25,"","","Certification not required",0,1.727453,1.740751,11.3,"2013-01-31 05:00",10,"2013-01-31 01:00",9.8,"2013-01-31 02:00",9.3,"2013-01-31 06:00","","","","",7.2,6.3,5.3,4.3,2.7,0.9,0.3,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","003","0002","61104",1,41.615237,-71.72,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8668,99,361,365,0,92,"","","Certification not required",0,198.823373,111.386149,359,"2013-01-07 13:00",359,"2013-02-09 05:00",359,"2013-02-09 23:00",359,"2013-02-14 03:00","","","","",357,355,348,335,291,225,29,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","003","0002","62101",1,41.615237,-71.72,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8735,100,365,365,0,25,"","","Certification not required",0,49.590612,18.876116,96,"2013-07-18 13:00",95,"2013-07-18 12:00",95,"2013-07-18 14:00",95,"2013-07-18 15:00","","","","",89,85,79,74,65,49,25,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","003","0002","62201",1,41.615237,-71.72,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",2203,25,92,365,0,5,"","","Certification not required",0,80.624149,16.345898,96,"2013-06-26 02:00",96,"2013-06-26 03:00",96,"2013-06-26 04:00",96,"2013-06-26 05:00","","","","",96,96,96,95,94,88,55,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-11-19" +"44","003","0002","63301",1,41.615237,-71.72,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",2092,24,87,365,0,116,"","","Certification not required",873,0.289362,0.380109,1.29,"2013-06-15 11:00",1.27,"2013-06-09 11:00",1.27,"2013-06-20 11:00",1.26,"2013-06-15 12:00","","","","",1.19,1.17,1.1,0.96,0.54,0.05,0.005,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2013-11-19" +"44","003","0002","64101",1,41.615237,-71.72,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8748,100,365,365,0,12,"","","Certification not required",0,1005.721422,7.587364,1029,"2013-04-22 08:00",1029,"2013-04-22 09:00",1029,"2013-11-30 09:00",1028,"2013-04-22 07:00","","","","",1024,1021,1018,1015,1011,1006,996,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","003","0002","81102",1,41.615237,-71.72,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",6,8.42623,4.360654,18,"2013-07-09 00:00",17,"2013-06-27 00:00",16,"2013-07-03 00:00",16,"2013-07-27 00:00","","","","",18,17,16,15,11,8,4,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","003","0002","88101",2,41.615237,-71.72,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,3,0,0,"Certification not required",0,6.25614,3.149547,16.8,"2013-06-21 00:00",14.2,"2013-07-09 00:00",13.2,"2013-08-20 00:00",11.8,"2013-02-15 00:00","","","","",16.8,14.2,13.2,9.5,7.8,5.9,2.7,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","003","0002","88101",2,41.615237,-71.72,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,3,"","","Certification not required",0,6.25614,3.149547,16.8,"2013-06-21 00:00",14.2,"2013-07-09 00:00",13.2,"2013-08-20 00:00",11.8,"2013-02-15 00:00","","","","",16.8,14.2,13.2,9.5,7.8,5.9,2.7,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","003","0002","88101",3,41.615237,-71.72,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8539,97,362,365,0,221,"","","Certification not required",0,5.604169,4.645328,46,"2013-07-19 15:00",38,"2013-07-19 19:00",38,"2013-07-20 06:00",38,"2013-12-03 21:00","","","","",21,18,14,11,8,5,0,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","003","0002","88101",3,41.615237,-71.72,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,0,0,"Certification not required",0,5.580453,3.473281,24.4,"2013-07-19 00:00",22.9,"2013-07-20 00:00",16.7,"2013-08-21 00:00",15.6,"2013-01-09 00:00","","","","",15.6,14.9,12,10,7.2,5,1.9,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","003","0002","88101",3,41.615237,-71.72,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,"","","Certification not required",0,5.580453,3.473281,24.4,"2013-07-19 00:00",22.9,"2013-07-20 00:00",16.7,"2013-08-21 00:00",15.6,"2013-01-09 00:00","","","","",15.6,14.9,12,10,7.2,5,1.9,"AJ","W. ALTON JONES CAMPUS URI PARKERFIELD WE","Rhode Island","Kent","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42401",1,41.825556,-71.405278,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8065,92,344,365,0,695,0,"","Certification not required",0,1.457558,1.453638,10.1,"2013-03-31 07:00",9.6,"2013-01-09 10:00",7.7,"2013-12-28 22:00",7,"2013-12-20 07:00","","","","",7,6.1,4.1,3.4,1.9,1,0.2,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42401",1,41.825556,-71.405278,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8065,92,344,365,0,695,"","","Certification not required",0,0.517012,0.759038,10.1,"2013-03-31 07:00",9.6,"2013-01-09 10:00",9.5,"2013-01-09 11:00",9.1,"2013-01-09 05:00","","","","",3.7,2.8,1.9,1.3,0.6,0.3,0,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42401",1,41.825556,-71.405278,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",344,94,344,365,0,0,0,"","Certification not required",0,0.519186,0.561997,4.6,"2013-01-09 00:00",3.2,"2013-12-28 00:00",3,"2013-12-20 00:00",2.6,"2013-12-29 00:00","","","","",2.6,2.3,1.5,1.2,0.7,0.4,0.1,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42401",1,41.825556,-71.405278,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2603,89,337,365,0,0,"",0,"Certification not required",0,0.487514,0.720066,8.9,"2013-01-09 11:00",7.9,"2013-01-09 05:00",7.5,"2013-01-09 08:00",7.1,"2013-03-31 08:00","","","","",3.4,2.7,1.8,1.2,0.6,0.2,0,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42406",1,41.825556,-71.405278,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8065,92,344,365,0,695,"","","Certification not required",0,0.757657,1.173214,19.5,"2013-07-12 01:00",18.4,"2013-03-31 07:00",17.6,"2013-12-28 21:00",17.1,"2013-12-28 22:00","","","","",5.3,4.2,2.8,1.8,0.9,0.4,0,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42601",1,41.825556,-71.405278,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8058,92,344,365,0,702,"","","Certification not required",0,4.176768,12.590112,281.3,"2013-01-09 09:00",245.9,"2013-12-20 07:00",243.6,"2013-01-09 10:00",238.1,"2013-01-09 08:00","","","","",57.7,34.4,13.1,6.3,3,1.6,0.5,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42602",1,41.825556,-71.405278,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8058,92,344,365,0,702,0,"","Certification not required",0,20.800872,9.261014,59.3,"2013-01-09 10:00",58,"2013-12-20 08:00",48.7,"2013-02-10 22:00",45.3,"2013-04-07 02:00","","","","",45.3,43.1,37.1,33.5,26.2,20,10.1,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42602",1,41.825556,-71.405278,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8058,92,344,365,0,702,"","","Certification not required",0,10.421507,7.376042,59.3,"2013-01-09 10:00",58,"2013-12-20 08:00",56.7,"2013-12-20 07:00",56.4,"2013-01-09 09:00","","","","",36.4,32.6,25.9,20.9,13.1,8,3.9,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0012","42603",1,41.825556,-71.405278,"NAD27","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8058,92,344,365,0,702,"","","Certification not required",0,14.653276,17.845696,337.7,"2013-01-09 09:00",302.9,"2013-01-09 10:00",302.6,"2013-12-20 07:00",286,"2013-01-09 08:00","","","","",90.5,64,38.6,26.8,15.8,9.9,5,"HEIGHT WAIVER GRANTED 1980","ROCKEFELLER LIBRARY, PROSPECT STREET.","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","12115",6,41.807776,-71.415105,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,29,30,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-17" +"44","007","0022","12115",7,41.807776,-71.415105,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-17" +"44","007","0022","17141",6,41.807776,-71.415105,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,58.172093,32.573019,179,"2013-01-16 00:00",126,"2013-01-04 00:00",121,"2013-01-28 00:00",112,"2013-09-19 00:00","","","","",179,179,121,111,69.8,48.4,29.3,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17147",6,41.807776,-71.415105,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,2.554512,1.72004,8.64,"2013-08-20 00:00",6.78,"2013-07-15 00:00",5.79,"2013-08-14 00:00",5.71,"2013-06-09 00:00","","","","",8.64,8.64,5.79,5.28,3.17,2.14,0.998,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17148",6,41.807776,-71.415105,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.281372,0.618169,3.35,"2013-01-16 00:00",1.93,"2013-01-28 00:00",1.38,"2013-01-10 00:00",0.957,"2013-01-22 00:00","","","","",3.35,3.35,1.38,0.598,0.272,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17149",6,41.807776,-71.415105,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,3.470465,2.019422,8.67,"2013-08-20 00:00",7.43,"2013-07-15 00:00",6.88,"2013-07-09 00:00",6.16,"2013-01-16 00:00","","","","",8.67,8.67,6.88,6.1,4.62,3.33,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17150",6,41.807776,-71.415105,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,9.265814,4.457886,20.9,"2013-07-21 00:00",18.5,"2013-07-09 00:00",17.8,"2013-05-10 00:00",17.8,"2013-08-20 00:00","","","","",20.9,20.9,17.8,17.6,11.4,8.3,4.6,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17151",6,41.807776,-71.415105,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.320907,0.156,0.917,"2013-08-14 00:00",0.564,"2013-07-15 00:00",0.553,"2013-07-21 00:00",0.55,"2013-01-16 00:00","","","","",0.917,0.917,0.553,0.518,0.421,0.28,0.154,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17158",6,41.807776,-71.415105,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.112365,0.067967,0.323,"2013-01-16 00:00",0.322,"2013-01-28 00:00",0.302,"2013-04-07 00:00",0.202,"2013-03-17 00:00","","","","",0.323,0.323,0.302,0.183,0.126,0.0903,0.0496,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17159",6,41.807776,-71.415105,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,1.229814,0.498993,2.8,"2013-01-28 00:00",2.59,"2013-01-16 00:00",2.2,"2013-01-04 00:00",1.89,"2013-05-10 00:00","","","","",2.8,2.8,2.2,1.83,1.4,1.15,0.678,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17160",6,41.807776,-71.415105,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.007698,0.025297,0.108,"2013-03-17 00:00",0.096,"2013-01-22 00:00",0.079,"2013-01-04 00:00",0.048,"2013-01-28 00:00","","","","",0.108,0.108,0.079,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17201",6,41.807776,-71.415105,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,2.886744,1.095807,6.47,"2013-03-11 00:00",5.46,"2013-05-10 00:00",4.9,"2013-07-21 00:00",4.87,"2013-07-09 00:00","","","","",6.47,6.47,4.9,4.24,3.4,2.63,1.67,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17204",6,41.807776,-71.415105,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,1.535465,0.705931,4.12,"2013-03-11 00:00",3.78,"2013-01-28 00:00",2.66,"2013-01-16 00:00",2.36,"2013-05-10 00:00","","","","",4.12,4.12,2.66,2.35,1.79,1.33,0.843,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17208",6,41.807776,-71.415105,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.362465,0.327846,1.77,"2013-03-11 00:00",1.06,"2013-01-10 00:00",0.958,"2013-01-28 00:00",0.752,"2013-02-21 00:00","","","","",1.77,1.77,0.958,0.731,0.546,0.218,0.124,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17211",6,41.807776,-71.415105,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.060093,0.074958,0.327,"2013-03-11 00:00",0.301,"2013-01-28 00:00",0.176,"2013-01-10 00:00",0.136,"2013-01-22 00:00","","","","",0.327,0.327,0.176,0.135,0.085,0.046,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17212",6,41.807776,-71.415105,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.030733,0.048505,0.26,"2013-03-11 00:00",0.112,"2013-02-21 00:00",0.108,"2013-01-10 00:00",0.0978,"2013-05-04 00:00","","","","",0.26,0.26,0.108,0.0749,0.0448,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17215",6,41.807776,-71.415105,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.142651,0.153689,0.848,"2013-03-11 00:00",0.415,"2013-02-21 00:00",0.407,"2013-01-10 00:00",0.35,"2013-01-22 00:00","","","","",0.848,0.848,0.407,0.312,0.206,0.075,0.037,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17220",6,41.807776,-71.415105,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.426279,0.443907,2.28,"2013-03-11 00:00",1.36,"2013-01-10 00:00",1.17,"2013-01-28 00:00",1.02,"2013-05-04 00:00","","","","",2.28,2.28,1.17,0.934,0.696,0.233,0.099,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17223",6,41.807776,-71.415105,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.118047,0.131486,0.677,"2013-03-11 00:00",0.404,"2013-01-10 00:00",0.324,"2013-02-21 00:00",0.292,"2013-05-04 00:00","","","","",0.677,0.677,0.324,0.283,0.185,0.064,0.027,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17224",6,41.807776,-71.415105,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.210302,0.224659,1.2,"2013-03-11 00:00",0.63,"2013-01-10 00:00",0.547,"2013-01-28 00:00",0.535,"2013-05-04 00:00","","","","",1.2,1.2,0.547,0.494,0.326,0.119,0.049,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17231",6,41.807776,-71.415105,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.025767,0.039471,0.195,"2013-03-11 00:00",0.103,"2013-01-10 00:00",0.088,"2013-05-04 00:00",0.082,"2013-01-28 00:00","","","","",0.195,0.195,0.088,0.071,0.043,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17237",6,41.807776,-71.415105,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.200233,0.214356,1.13,"2013-03-11 00:00",0.682,"2013-01-28 00:00",0.552,"2013-01-10 00:00",0.493,"2013-05-04 00:00","","","","",1.13,1.13,0.552,0.438,0.297,0.121,0.043,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17242",6,41.807776,-71.415105,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.177488,0.203996,1.17,"2013-03-11 00:00",0.493,"2013-01-10 00:00",0.481,"2013-02-21 00:00",0.445,"2013-05-04 00:00","","","","",1.17,1.17,0.481,0.401,0.266,0.098,0.038,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","17243",6,41.807776,-71.415105,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,41,61,0,4,"","","Certification not required",0,0.206384,0.223283,1.18,"2013-03-11 00:00",0.624,"2013-01-10 00:00",0.612,"2013-01-28 00:00",0.513,"2013-05-04 00:00","","","","",1.18,1.18,0.612,0.492,0.316,0.113,0.0446,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-12-20" +"44","007","0022","43000",2,41.807776,-71.415105,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,42.25,23.025875,149,"2013-10-31 00:00",125,"2013-11-06 00:00",83,"2013-09-19 00:00",75,"2013-10-19 00:00","","","","",149,125,83,65,44,37,26,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43102",2,41.807776,-71.415105,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,83.351852,34.849086,240,"2013-10-31 00:00",197,"2013-11-06 00:00",163,"2013-09-19 00:00",136,"2013-05-04 00:00","","","","",240,197,163,114,89,75,56,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43202",2,41.807776,-71.415105,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,8.426214,4.654753,27.592,"2013-10-31 00:00",24.128,"2013-11-06 00:00",15.822,"2013-04-28 00:00",15.812,"2013-01-04 00:00","","","","",27.592,24.128,15.822,14.328,9.398,7.288,4.2,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43203",2,41.807776,-71.415105,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,2.005929,1.382946,7.828,"2013-10-31 00:00",6.76,"2013-11-06 00:00",5.37,"2013-01-16 00:00",4.504,"2013-01-28 00:00","","","","",7.828,6.76,5.37,3.616,2.498,1.478,1.054,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43204",2,41.807776,-71.415105,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,4.458589,2.43657,14.778,"2013-10-31 00:00",10.155,"2013-12-06 00:00",9.297,"2013-11-06 00:00",8.877,"2013-01-04 00:00","","","","",14.778,10.155,9.297,7.851,5.658,3.732,2.388,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43205",2,41.807776,-71.415105,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.653411,0.43482,2.646,"2013-10-31 00:00",2.436,"2013-11-06 00:00",1.32,"2013-01-16 00:00",1.2,"2013-09-19 00:00","","","","",2.646,2.436,1.32,1.098,0.696,0.534,0.354,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43206",2,41.807776,-71.415105,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.810536,1.32882,7.546,"2013-10-31 00:00",6.104,"2013-11-06 00:00",4.782,"2013-01-28 00:00",4.604,"2013-01-16 00:00","","","","",7.546,6.104,4.782,3.06,2.24,1.47,0.79,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43209",2,41.807776,-71.415105,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",45,0.2024,0.108339,0.668,"2013-10-31 00:00",0.6,"2013-09-25 00:00",0.5,"2013-09-19 00:00",0.468,"2013-10-19 00:00","","","","",0.668,0.6,0.5,0.188,0.188,0.188,0.116,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43212",2,41.807776,-71.415105,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,3.049821,2.570591,12.59,"2013-11-06 00:00",12.46,"2013-10-31 00:00",9.472,"2013-12-06 00:00",6.95,"2013-10-19 00:00","","","","",12.59,12.46,9.472,5.6,3.9,2.36,1.02,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43214",2,41.807776,-71.415105,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.434929,1.235669,7,"2013-10-31 00:00",6.5,"2013-11-06 00:00",3.416,"2013-12-06 00:00",3,"2013-10-19 00:00","","","","",7,6.5,3.416,2.7,1.6,1.1,0.6,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43216",2,41.807776,-71.415105,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",37,0.07425,0.073031,0.41,"2013-11-06 00:00",0.38,"2013-10-31 00:00",0.2,"2013-01-16 00:00",0.17,"2013-10-19 00:00","","","","",0.41,0.38,0.2,0.13,0.1,0.04,0.04,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43217",2,41.807776,-71.415105,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",44,0.065643,0.051589,0.3,"2013-10-31 00:00",0.3,"2013-11-06 00:00",0.2,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43218",2,41.807776,-71.415105,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.119107,0.096149,0.55,"2013-10-31 00:00",0.52,"2013-11-06 00:00",0.3,"2013-01-16 00:00",0.23,"2013-10-19 00:00","","","","",0.55,0.52,0.3,0.2,0.14,0.09,0.06,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43220",2,41.807776,-71.415105,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.587143,1.184856,7.98,"2013-10-31 00:00",5.16,"2013-11-06 00:00",3.5,"2013-09-19 00:00",3.43,"2013-10-19 00:00","","","","",7.98,5.16,3.5,2.75,1.66,1.31,0.81,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43221",2,41.807776,-71.415105,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,2.820804,1.996998,10.885,"2013-10-31 00:00",10.79,"2013-11-06 00:00",6.9,"2013-09-19 00:00",6.465,"2013-10-19 00:00","","","","",10.885,10.79,6.9,4.905,3.055,2.27,1.315,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43224",2,41.807776,-71.415105,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,9,"","","Certification not required",1,0.146202,0.083261,0.465,"2013-10-31 00:00",0.43,"2013-11-06 00:00",0.3,"2013-09-19 00:00",0.255,"2013-10-19 00:00","","","","",0.465,0.43,0.3,0.235,0.195,0.12,0.075,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43226",2,41.807776,-71.415105,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",3,0.145804,0.1335,0.775,"2013-11-06 00:00",0.7,"2013-10-31 00:00",0.345,"2013-10-19 00:00",0.305,"2013-04-28 00:00","","","","",0.775,0.7,0.345,0.22,0.17,0.11,0.055,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43227",2,41.807776,-71.415105,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",40,0.067411,0.064565,0.36,"2013-11-06 00:00",0.34,"2013-10-31 00:00",0.2,"2013-09-19 00:00",0.165,"2013-10-19 00:00","","","","",0.36,0.34,0.2,0.115,0.05,0.0425,0.0425,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43230",2,41.807776,-71.415105,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.61325,0.335676,1.968,"2013-10-31 00:00",1.698,"2013-11-06 00:00",1.5,"2013-09-19 00:00",1.152,"2013-10-19 00:00","","","","",1.968,1.698,1.5,0.984,0.726,0.552,0.312,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43231",2,41.807776,-71.415105,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.785714,0.445759,2.6,"2013-10-31 00:00",2.1,"2013-09-19 00:00",2.1,"2013-11-06 00:00",1.6,"2013-10-19 00:00","","","","",2.6,2.1,2.1,1.2,0.9,0.7,0.4,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43232",2,41.807776,-71.415105,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.397491,0.239253,1.547,"2013-10-31 00:00",1.064,"2013-11-06 00:00",1,"2013-09-19 00:00",0.735,"2013-10-19 00:00","","","","",1.547,1.064,1,0.532,0.455,0.364,0.175,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43233",2,41.807776,-71.415105,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",3,0.304786,0.172345,0.832,"2013-10-31 00:00",0.8,"2013-09-19 00:00",0.744,"2013-11-06 00:00",0.616,"2013-08-26 00:00","","","","",0.832,0.8,0.744,0.488,0.384,0.272,0.12,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43235",2,41.807776,-71.415105,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",1,0.194355,0.13512,0.72,"2013-10-31 00:00",0.603,"2013-11-06 00:00",0.441,"2013-05-04 00:00",0.432,"2013-11-30 00:00","","","","",0.72,0.603,0.441,0.387,0.207,0.153,0.072,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43238",2,41.807776,-71.415105,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",12,0.218909,0.232755,1.64,"2013-05-04 00:00",0.6,"2013-09-19 00:00",0.57,"2013-10-31 00:00",0.57,"2013-11-06 00:00","","","","",1.64,0.6,0.57,0.37,0.24,0.18,0.065,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43242",2,41.807776,-71.415105,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.147232,0.117256,0.75,"2013-10-31 00:00",0.54,"2013-11-06 00:00",0.4,"2013-09-19 00:00",0.33,"2013-10-19 00:00","","","","",0.75,0.54,0.4,0.22,0.165,0.12,0.07,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43243",2,41.807776,-71.415105,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",19,0.765402,1.721092,11.735,"2013-07-15 00:00",3.79,"2013-08-20 00:00",3.55,"2013-07-03 00:00",2.11,"2013-06-15 00:00","","","","",11.735,3.79,3.55,1.9,1,0.095,0.0325,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43244",2,41.807776,-71.415105,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",30,0.1105,0.085816,0.462,"2013-10-31 00:00",0.366,"2013-11-06 00:00",0.33,"2013-10-19 00:00",0.3,"2013-09-19 00:00","","","","",0.462,0.366,0.33,0.2,0.132,0.057,0.057,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43247",2,41.807776,-71.415105,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",16,0.138018,0.0929,0.441,"2013-10-31 00:00",0.427,"2013-11-06 00:00",0.4,"2013-09-19 00:00",0.315,"2013-04-28 00:00","","","","",0.441,0.427,0.4,0.224,0.168,0.126,0.049,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43248",2,41.807776,-71.415105,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.262714,0.145716,0.84,"2013-10-31 00:00",0.732,"2013-11-06 00:00",0.7,"2013-09-19 00:00",0.474,"2013-10-19 00:00","","","","",0.84,0.732,0.7,0.372,0.312,0.234,0.138,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43249",2,41.807776,-71.415105,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.441218,0.250775,1.582,"2013-10-31 00:00",1.225,"2013-11-06 00:00",1.1,"2013-09-19 00:00",0.819,"2013-10-19 00:00","","","","",1.582,1.225,1.1,0.63,0.49,0.392,0.252,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43250",2,41.807776,-71.415105,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.660714,0.388788,1.9,"2013-09-19 00:00",1.8,"2013-10-31 00:00",1.6,"2013-11-06 00:00",1.4,"2013-04-28 00:00","","","","",1.9,1.8,1.6,1,0.9,0.6,0.2,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43252",2,41.807776,-71.415105,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.229929,0.141345,0.744,"2013-10-31 00:00",0.6,"2013-09-19 00:00",0.576,"2013-11-06 00:00",0.464,"2013-04-28 00:00","","","","",0.744,0.6,0.576,0.408,0.3,0.2,0.088,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43253",2,41.807776,-71.415105,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.211071,0.119927,0.688,"2013-10-31 00:00",0.576,"2013-11-06 00:00",0.384,"2013-10-19 00:00",0.368,"2013-07-09 00:00","","","","",0.688,0.576,0.384,0.344,0.264,0.2,0.08,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43256",2,41.807776,-71.415105,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",4,0.217857,0.24109,1.05,"2013-07-15 00:00",0.9,"2013-09-19 00:00",0.9,"2013-10-31 00:00",0.89,"2013-07-03 00:00","","","","",1.05,0.9,0.9,0.56,0.24,0.13,0.025,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43261",2,41.807776,-71.415105,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",1,0.28925,0.1649,0.938,"2013-10-31 00:00",0.7,"2013-11-06 00:00",0.6,"2013-09-19 00:00",0.574,"2013-06-27 00:00","","","","",0.938,0.7,0.6,0.511,0.343,0.259,0.126,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43262",2,41.807776,-71.415105,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.458036,0.288507,1.686,"2013-10-31 00:00",1.488,"2013-11-06 00:00",1.2,"2013-09-19 00:00",0.948,"2013-10-19 00:00","","","","",1.686,1.488,1.2,0.666,0.51,0.4,0.216,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43263",2,41.807776,-71.415105,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.338018,0.219727,1.302,"2013-10-31 00:00",1.036,"2013-11-06 00:00",1,"2013-09-19 00:00",0.672,"2013-10-19 00:00","","","","",1.302,1.036,1,0.49,0.399,0.28,0.161,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43280",2,41.807776,-71.415105,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.456873,0.248661,1.488,"2013-10-31 00:00",1.428,"2013-11-06 00:00",0.928,"2013-01-16 00:00",0.812,"2013-10-19 00:00","","","","",1.488,1.428,0.928,0.7,0.512,0.396,0.252,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43284",2,41.807776,-71.415105,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",12,0.230143,0.169086,0.816,"2013-10-31 00:00",0.798,"2013-11-06 00:00",0.7,"2013-09-19 00:00",0.576,"2013-04-28 00:00","","","","",0.816,0.798,0.7,0.372,0.3,0.2,0.066,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43285",2,41.807776,-71.415105,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.875,0.575033,3.15,"2013-10-31 00:00",2.73,"2013-11-06 00:00",2.4,"2013-09-19 00:00",1.84,"2013-10-19 00:00","","","","",3.15,2.73,2.4,1.37,1,0.73,0.39,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43291",2,41.807776,-71.415105,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",12,0.181327,0.116557,0.637,"2013-10-31 00:00",0.567,"2013-11-06 00:00",0.5,"2013-09-19 00:00",0.371,"2013-10-19 00:00","","","","",0.637,0.567,0.5,0.273,0.2,0.161,0.0665,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43372",2,41.807776,-71.415105,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43502",5,41.807776,-71.415105,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,11,"","","Certification not required",0,1.916,0.948976,6.1,"2013-07-15 00:00",3.6,"2013-08-20 00:00",3.5,"2013-02-15 00:00",3.3,"2013-09-19 00:00","","","","",6.1,6.1,3.5,2.9,2.5,1.8,1.1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","43502",7,41.807776,-71.415105,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,10,"","","Certification not required",0,1.714286,0.698774,3.7,"2013-08-20 00:00",2.3,"2013-01-28 00:00",2.3,"2013-02-09 00:00",2.3,"2013-03-17 00:00","","","","",3.7,3.7,2.3,2.3,2.2,1.7,0.9,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","43503",5,41.807776,-71.415105,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,11,"","","Certification not required",0,1.46,0.566046,2.8,"2013-02-15 00:00",2.8,"2013-07-15 00:00",2.8,"2013-11-06 00:00",2.6,"2013-09-19 00:00","","","","",2.8,2.8,2.8,2.2,1.8,1.4,0.8,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","43503",7,41.807776,-71.415105,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,10,"","","Certification not required",0,1.266667,0.45753,2.2,"2013-10-31 00:00",2,"2013-10-19 00:00",1.8,"2013-01-04 00:00",1.8,"2013-01-28 00:00","","","","",2.2,2.2,2,1.8,1.6,1.2,0.8,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","43509",2,41.807776,-71.415105,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.312727,0.094388,0.6,"2013-01-28 00:00",0.5,"2013-03-23 00:00",0.5,"2013-06-27 00:00",0.4,"2013-02-27 00:00","","","","",0.6,0.5,0.5,0.4,0.4,0.3,0.2,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43551",5,41.807776,-71.415105,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,11,"","","Certification not required",5,4.60923,2.477359,13.5,"2013-10-31 00:00",9.3,"2013-09-19 00:00",8.4,"2013-08-20 00:00",8.4,"2013-10-01 00:00","","","","",13.5,13.5,8.4,7.8,6,4.2,2.4,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","43551",7,41.807776,-71.415105,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",21,68,21,31,0,10,"","","Certification not required",2,4.441,2.639051,13.2,"2013-10-31 00:00",8.1,"2013-08-20 00:00",6.6,"2013-10-19 00:00",6.3,"2013-06-21 00:00","","","","",13.2,13.2,8.1,6.6,5.1,3.9,2.4,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","43552",2,41.807776,-71.415105,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,1.363132,0.42897,2.3,"2013-07-15 00:00",2.256,"2013-07-09 00:00",2.256,"2013-08-26 00:00",2.092,"2013-11-18 00:00","","","","",2.3,2.256,2.256,2.036,1.66,1.344,0.824,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43704",2,41.807776,-71.415105,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43801",2,41.807776,-71.415105,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.54,0.039266,0.62,"2013-02-21 00:00",0.62,"2013-05-22 00:00",0.61,"2013-05-10 00:00",0.6,"2013-03-11 00:00","","","","",0.62,0.62,0.61,0.6,0.56,0.54,0.49,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43802",2,41.807776,-71.415105,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0.088704,0.046624,0.34,"2013-01-04 00:00",0.21,"2013-10-31 00:00",0.21,"2013-11-06 00:00",0.15,"2013-09-19 00:00","","","","",0.34,0.21,0.21,0.11,0.09,0.08,0.06,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43803",2,41.807776,-71.415105,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0.019815,0.008124,0.04,"2013-07-09 00:00",0.04,"2013-09-19 00:00",0.04,"2013-10-31 00:00",0.04,"2013-11-06 00:00","","","","",0.04,0.04,0.04,0.03,0.02,0.02,0.01,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43804",2,41.807776,-71.415105,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.078929,0.006231,0.1,"2013-09-19 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-22 00:00",0.09,"2013-02-21 00:00","","","","",0.1,0.09,0.09,0.09,0.08,0.08,0.07,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43813",2,41.807776,-71.415105,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43814",2,41.807776,-71.415105,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43815",2,41.807776,-71.415105,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43817",2,41.807776,-71.415105,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.026786,0.052192,0.2,"2013-10-31 00:00",0.2,"2013-11-06 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43818",2,41.807776,-71.415105,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43824",2,41.807776,-71.415105,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.005357,0.022721,0.1,"2013-09-25 00:00",0.1,"2013-10-31 00:00",0.1,"2013-11-06 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43826",2,41.807776,-71.415105,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43829",2,41.807776,-71.415105,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43830",2,41.807776,-71.415105,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43831",2,41.807776,-71.415105,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43843",2,41.807776,-71.415105,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43860",2,41.807776,-71.415105,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43954",2,41.807776,-71.415105,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",45,0.205445,0.191274,1.3,"2013-09-19 00:00",0.847,"2013-05-04 00:00",0.55,"2013-07-27 00:00",0.363,"2013-07-21 00:00","","","","",1.3,0.847,0.55,0.3,0.1705,0.1705,0.1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","43960",2,41.807776,-71.415105,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.166714,0.105709,0.6,"2013-10-31 00:00",0.512,"2013-11-06 00:00",0.4,"2013-09-19 00:00",0.336,"2013-10-19 00:00","","","","",0.6,0.512,0.4,0.272,0.2,0.152,0.072,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45109",2,41.807776,-71.415105,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.141071,0.797217,5,"2013-10-31 00:00",4.3,"2013-11-06 00:00",2.4,"2013-10-19 00:00",2.3,"2013-09-19 00:00","","","","",5,4.3,2.4,1.6,1.3,1,0.6,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45201",2,41.807776,-71.415105,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.083929,0.506603,2.9,"2013-10-31 00:00",2.4,"2013-01-16 00:00",2.4,"2013-11-06 00:00",2.3,"2013-01-28 00:00","","","","",2.9,2.4,2.4,1.6,1.3,1,0.6,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45202",2,41.807776,-71.415105,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,2.228302,1.823498,11.4,"2013-10-31 00:00",7.4,"2013-11-06 00:00",6.6,"2013-09-19 00:00",4.5,"2013-10-19 00:00","","","","",11.4,7.4,6.6,3.4,2.4,1.7,1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45203",2,41.807776,-71.415105,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.428571,0.249154,1.6,"2013-10-31 00:00",1.3,"2013-11-06 00:00",0.8,"2013-09-19 00:00",0.8,"2013-10-19 00:00","","","","",1.6,1.3,0.8,0.6,0.5,0.4,0.2,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45204",2,41.807776,-71.415105,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.403571,0.268981,1.7,"2013-10-31 00:00",1.4,"2013-11-06 00:00",0.9,"2013-09-19 00:00",0.8,"2013-10-19 00:00","","","","",1.7,1.4,0.9,0.6,0.4,0.4,0.2,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45207",2,41.807776,-71.415105,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",16,0.097436,0.077941,0.441,"2013-05-04 00:00",0.36,"2013-10-31 00:00",0.297,"2013-11-06 00:00",0.2,"2013-09-19 00:00","","","","",0.441,0.36,0.297,0.189,0.108,0.081,0.036,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45208",2,41.807776,-71.415105,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",16,0.350255,0.25862,1.47,"2013-05-04 00:00",1.14,"2013-10-31 00:00",0.93,"2013-11-06 00:00",0.7,"2013-09-19 00:00","","","","",1.47,1.14,0.93,0.6,0.42,0.32,0.135,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45209",2,41.807776,-71.415105,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",22,0.077857,0.051063,0.27,"2013-10-31 00:00",0.216,"2013-11-06 00:00",0.207,"2013-05-04 00:00",0.2,"2013-09-19 00:00","","","","",0.27,0.216,0.207,0.117,0.099,0.072,0.036,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45210",2,41.807776,-71.415105,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.0125,0.033371,0.1,"2013-05-04 00:00",0.1,"2013-07-09 00:00",0.1,"2013-07-27 00:00",0.1,"2013-09-19 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45211",2,41.807776,-71.415105,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",32,0.089091,0.066564,0.351,"2013-05-04 00:00",0.324,"2013-10-31 00:00",0.261,"2013-11-06 00:00",0.2,"2013-09-19 00:00","","","","",0.351,0.324,0.261,0.162,0.108,0.054,0.05,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45212",2,41.807776,-71.415105,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.239473,0.144997,0.891,"2013-10-31 00:00",0.738,"2013-11-06 00:00",0.5,"2013-09-19 00:00",0.468,"2013-10-19 00:00","","","","",0.891,0.738,0.5,0.351,0.279,0.207,0.108,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45213",2,41.807776,-71.415105,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",16,0.120973,0.083713,0.45,"2013-05-04 00:00",0.387,"2013-10-31 00:00",0.315,"2013-11-06 00:00",0.3,"2013-09-19 00:00","","","","",0.45,0.387,0.315,0.216,0.144,0.117,0.0495,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45218",2,41.807776,-71.415105,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",53,0.154636,0.096393,0.77,"2013-05-04 00:00",0.165,"2013-01-04 00:00",0.165,"2013-01-10 00:00",0.165,"2013-01-16 00:00","","","","",0.77,0.165,0.165,0.165,0.165,0.165,0.05,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45219",2,41.807776,-71.415105,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",52,0.293636,0.130545,0.83,"2013-05-04 00:00",0.4,"2013-09-19 00:00",0.33,"2013-01-04 00:00",0.33,"2013-01-10 00:00","","","","",0.83,0.4,0.33,0.33,0.33,0.33,0.05,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45220",2,41.807776,-71.415105,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.073214,0.067396,0.3,"2013-10-31 00:00",0.2,"2013-04-28 00:00",0.2,"2013-07-27 00:00",0.2,"2013-09-19 00:00","","","","",0.3,0.2,0.2,0.1,0.1,0.1,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45225",2,41.807776,-71.415105,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",24,0.088927,0.096597,0.702,"2013-05-04 00:00",0.243,"2013-10-31 00:00",0.2,"2013-09-19 00:00",0.198,"2013-11-06 00:00","","","","",0.702,0.243,0.2,0.153,0.099,0.081,0.0405,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45801",2,41.807776,-71.415105,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0.001852,0.013608,0.1,"2013-08-14 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","45807",2,41.807776,-71.415105,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.0125,0.038435,0.2,"2013-08-14 00:00",0.1,"2013-07-27 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-19 00:00","","","","",0.2,0.1,0.1,0.1,0,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0022","61103",1,41.807776,-71.415105,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8729,100,364,365,0,31,"","","Certification not required",0,5.215156,2.648024,22,"2013-02-08 21:00",18.6,"2013-01-31 01:00",18.2,"2013-03-07 01:00",18,"2013-02-08 22:00","","","","",12.8,11.7,10.2,8.7,6.8,4.9,2.1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","61104",1,41.807776,-71.415105,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8729,100,364,365,0,31,"","","Certification not required",0,215.215489,100.672644,359,"2013-01-29 11:00",359,"2013-02-03 08:00",359,"2013-02-24 04:00",359,"2013-02-25 16:00","","","","",356,353,343,326,300,231,37,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","61107",1,41.807776,-71.415105,"NAD83","Std Dev Vt Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8729,100,364,365,0,31,"","","Certification not required",0,17.431779,4.012607,37,"2013-06-20 14:00",37,"2013-08-06 11:00",36,"2013-05-10 07:00",35,"2013-05-10 09:00","","","","",28,26,24,22,20,17,13,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","62101",1,41.807776,-71.415105,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8729,100,364,365,0,31,"","","Certification not required",0,52.442892,18.238879,97,"2013-07-18 14:00",96,"2013-07-18 12:00",96,"2013-07-18 13:00",96,"2013-07-19 12:00","","","","",90,86,81,76,67,53,29,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","62201",1,41.807776,-71.415105,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8729,100,364,365,0,31,"","","Certification not required",0,65.726887,17.455059,94,"2013-06-28 02:00",94,"2013-06-28 03:00",94,"2013-06-29 03:00",94,"2013-06-29 04:00","","","","",92,92,90,88,81,67,41,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","81102",1,41.807776,-71.415105,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,13.327586,5.61448,28,"2013-10-31 00:00",27,"2013-01-28 00:00",26,"2013-02-15 00:00",26,"2013-10-01 00:00","","","","",28,27,26,21,16,12,7,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","81102",2,41.807776,-71.415105,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",1,12.545455,5.626716,26,"2013-01-28 00:00",26,"2013-10-31 00:00",25,"2013-02-15 00:00",25,"2013-10-01 00:00","","","","",26,26,25,21,15,12,6,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0022","82102",1,41.807776,-71.415105,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.620952,0.29854,1.55,"2013-09-19 00:00",1.26,"2013-08-20 00:00",1.25,"2013-02-15 00:00",1.23,"2013-01-28 00:00","","","","",1.55,1.55,1.25,1.02,0.7,0.6,0.31,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82102",2,41.807776,-71.415105,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,0.61,0.306285,1.23,"2013-01-28 00:00",1.23,"2013-08-20 00:00",1.05,"2013-01-04 00:00",1.01,"2013-07-03 00:00","","","","",1.23,1.23,1.23,1.23,0.78,0.55,0.36,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82103",1,41.807776,-71.415105,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.398571,0.29488,1.33,"2013-09-19 00:00",0.98,"2013-08-20 00:00",0.96,"2013-04-28 00:00",0.75,"2013-05-10 00:00","","","","",1.33,1.33,0.96,0.72,0.58,0.39,0.04,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82103",2,41.807776,-71.415105,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,0.408,0.255767,0.94,"2013-01-04 00:00",0.84,"2013-08-20 00:00",0.72,"2013-05-16 00:00",0.62,"2013-09-01 00:00","","","","",0.94,0.94,0.94,0.84,0.59,0.39,0.09,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82105",1,41.807776,-71.415105,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.004524,0.005501,0.02,"2013-07-27 00:00",0.01,"2013-01-10 00:00",0.01,"2013-01-28 00:00",0.01,"2013-04-04 00:00","","","","",0.02,0.02,0.01,0.01,0.01,0,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82105",2,41.807776,-71.415105,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,0.006,0.006806,0.02,"2013-06-21 00:00",0.02,"2013-07-03 00:00",0.01,"2013-01-04 00:00",0.01,"2013-02-21 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82110",1,41.807776,-71.415105,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",41,67,41,61,0,4,"","","Certification not required",0,0.051707,0.031615,0.13,"2013-09-19 00:00",0.12,"2013-01-16 00:00",0.12,"2013-02-15 00:00",0.11,"2013-04-10 00:00","","","","",0.13,0.13,0.12,0.1,0.06,0.04,0.02,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82110",2,41.807776,-71.415105,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",19,31,19,61,0,4,"","","Certification not required",0,0.054211,0.027952,0.12,"2013-01-04 00:00",0.11,"2013-01-28 00:00",0.09,"2013-01-16 00:00",0.08,"2013-08-20 00:00","","","","",0.12,0.12,0.12,0.11,0.07,0.04,0.03,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82112",1,41.807776,-71.415105,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.252143,0.267833,0.96,"2013-07-09 00:00",0.9,"2013-07-03 00:00",0.77,"2013-09-19 00:00",0.72,"2013-08-14 00:00","","","","",0.96,0.96,0.77,0.59,0.43,0.19,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82112",2,41.807776,-71.415105,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,0.265,0.29899,1.01,"2013-05-16 00:00",0.72,"2013-07-15 00:00",0.59,"2013-07-03 00:00",0.53,"2013-01-28 00:00","","","","",1.01,1.01,1.01,0.72,0.53,0.26,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82128",1,41.807776,-71.415105,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002086,0.000837,0.0047,"2013-09-19 00:00",0.0038,"2013-01-04 00:00",0.0035,"2013-01-28 00:00",0.0033,"2013-08-20 00:00","","","","",0.0047,0.0047,0.0035,0.0031,0.0024,0.002,0.0012,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82128",2,41.807776,-71.415105,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,0.00216,0.000929,0.0045,"2013-01-04 00:00",0.0039,"2013-01-28 00:00",0.0033,"2013-05-16 00:00",0.0033,"2013-08-20 00:00","","","","",0.0045,0.0045,0.0045,0.0039,0.0026,0.0018,0.0014,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82132",1,41.807776,-71.415105,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.633333,1.389449,5.75,"2013-05-16 00:00",5.02,"2013-09-19 00:00",4.96,"2013-07-03 00:00",3.3,"2013-08-20 00:00","","","","",5.75,5.75,4.96,3.22,2.18,1.58,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82132",2,41.807776,-71.415105,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,1.772,1.806219,7.04,"2013-05-16 00:00",5.43,"2013-07-03 00:00",3.31,"2013-08-20 00:00",2.63,"2013-06-21 00:00","","","","",7.04,7.04,7.04,5.43,2.22,1.51,0,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82136",1,41.807776,-71.415105,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.667381,0.389484,2.23,"2013-05-22 00:00",1.32,"2013-07-09 00:00",1.16,"2013-01-04 00:00",1.15,"2013-09-19 00:00","","","","",2.23,2.23,1.16,1.12,0.85,0.63,0.27,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","82136",2,41.807776,-71.415105,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Hi-Vol SA/GMW1200 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",20,33,20,61,0,3,"","","Certification not required",0,0.6925,0.500809,2.41,"2013-01-04 00:00",1.24,"2013-01-28 00:00",1.17,"2013-05-16 00:00",0.92,"2013-07-15 00:00","","","","",2.41,2.41,2.41,1.24,0.89,0.48,0.32,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2013-10-28" +"44","007","0022","84313",1,41.807776,-71.415105,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE1600 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8690,99,361,365,0,70,"","","Certification not required",2233,0.48296,0.520163,10.2,"2013-12-20 08:00",7.29,"2013-10-31 08:00",7.24,"2013-01-09 10:00",5.86,"2013-12-20 07:00","","","","",2.48,1.93,1.34,0.99,0.6,0.35,0.1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","88101",1,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,9,0,0,"Certification not required",0,7.28427,4.461747,28.5,"2013-01-09 00:00",24.9,"2013-07-19 00:00",23.4,"2013-07-20 00:00",23,"2013-01-06 00:00","","","","",23,20.3,16.8,13.2,8.9,6.2,3.1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","0022","88101",1,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,9,"","","Certification not required",0,7.28427,4.461747,28.5,"2013-01-09 00:00",24.9,"2013-07-19 00:00",23.4,"2013-07-20 00:00",23,"2013-01-06 00:00","","","","",23,20.3,16.8,13.2,8.9,6.2,3.1,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","0022","88101",2,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,6.644643,2.994353,16.1,"2013-10-31 00:00",12.8,"2013-08-20 00:00",12.6,"2013-07-09 00:00",11.9,"2013-01-28 00:00","","","","",16.1,12.8,12.6,11.1,8,6.4,3,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","0022","88101",2,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,"","","Certification not required",0,6.644643,2.994353,16.1,"2013-10-31 00:00",12.8,"2013-08-20 00:00",12.6,"2013-07-09 00:00",11.9,"2013-01-28 00:00","","","","",16.1,12.8,12.6,11.1,8,6.4,3,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","0022","88101",3,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8350,95,353,365,0,410,"","","Certification not required",0,9.551257,6.935059,132,"2013-07-04 21:00",57,"2013-01-09 10:00",57,"2013-07-04 20:00",56,"2013-02-10 23:00","","","","",32,27,22,18,13,8,2,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","88101",3,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,0,0,"Certification not required",0,9.519075,5.358697,29.7,"2013-07-19 00:00",29.2,"2013-01-09 00:00",26.4,"2013-07-20 00:00",24.9,"2013-05-31 00:00","","","","",24.9,23.2,20,17,12.1,8.7,3.3,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0022","88101",3,41.807776,-71.415105,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",346,95,346,365,0,0,"","","Certification not required",0,9.519075,5.358697,29.7,"2013-07-19 00:00",29.2,"2013-01-09 00:00",26.4,"2013-07-20 00:00",24.9,"2013-05-31 00:00","","","","",24.9,23.2,20,17,12.1,8.7,3.3,"Urban League BUILDING ROOFTOP","212 PRAIRIE AVE, PROVIDENCE RI","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","0026","43000",2,41.874668,-71.379971,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,50.589286,20.662462,125,"2013-10-31 00:00",106,"2013-02-15 00:00",93,"2013-09-19 00:00",88,"2013-11-06 00:00","","","","",125,106,93,82,57,46,32,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43102",2,41.874668,-71.379971,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,112.581818,54.426196,386,"2013-03-23 00:00",262,"2013-10-13 00:00",207,"2013-10-31 00:00",191,"2013-02-15 00:00","","","","",386,262,207,158,132,100,69,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43202",2,41.874668,-71.379971,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,7.019786,3.338727,17.768,"2013-02-15 00:00",16.766,"2013-10-31 00:00",15.674,"2013-02-03 00:00",12.944,"2013-11-06 00:00","","","","",17.768,16.766,15.674,11.416,7.818,6.36,3.994,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43203",2,41.874668,-71.379971,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,2.8364,1.235699,8.002,"2013-10-31 00:00",5.91,"2013-11-06 00:00",5.174,"2013-01-04 00:00",4.96,"2013-12-18 00:00","","","","",8.002,5.91,5.174,4.338,3.406,2.5,1.556,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43204",2,41.874668,-71.379971,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,4.543268,2.399156,13.083,"2013-10-31 00:00",10.917,"2013-12-06 00:00",9.915,"2013-02-15 00:00",9.321,"2013-12-18 00:00","","","","",13.083,10.917,9.915,8.22,5.7,3.672,2.499,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43205",2,41.874668,-71.379971,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,1.062691,0.460529,2.883,"2013-10-31 00:00",2.103,"2013-11-06 00:00",2.01,"2013-10-01 00:00",1.689,"2013-12-18 00:00","","","","",2.883,2.103,2.01,1.611,1.281,0.96,0.567,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43206",2,41.874668,-71.379971,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,1.982618,1.011276,6.288,"2013-10-31 00:00",5.122,"2013-11-06 00:00",4.076,"2013-11-30 00:00",3.474,"2013-01-04 00:00","","","","",6.288,5.122,4.076,3.104,2.412,1.68,1.1,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43209",2,41.874668,-71.379971,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",43,0.251491,0.202645,1.2,"2013-09-25 00:00",0.916,"2013-10-01 00:00",0.772,"2013-11-06 00:00",0.6,"2013-09-19 00:00","","","","",1.2,0.916,0.772,0.512,0.188,0.188,0.188,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43212",2,41.874668,-71.379971,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,3.124893,2.382735,10.36,"2013-02-15 00:00",9.42,"2013-12-06 00:00",8.49,"2013-10-31 00:00",8.38,"2013-01-04 00:00","","","","",10.36,9.42,8.49,7.08,3.84,2.38,1.02,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43214",2,41.874668,-71.379971,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.391143,1.075994,4.3,"2013-11-06 00:00",4.2,"2013-02-15 00:00",4.1,"2013-10-31 00:00",3.9,"2013-01-04 00:00","","","","",4.3,4.2,4.1,3.732,1.608,1,0.5,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43216",2,41.874668,-71.379971,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",20,0.103491,0.071389,0.32,"2013-11-06 00:00",0.3,"2013-01-04 00:00",0.3,"2013-10-31 00:00",0.24,"2013-10-01 00:00","","","","",0.32,0.3,0.3,0.2,0.14,0.09,0.04,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43217",2,41.874668,-71.379971,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",38,0.075345,0.046482,0.2,"2013-01-04 00:00",0.2,"2013-09-19 00:00",0.2,"2013-10-01 00:00",0.2,"2013-10-31 00:00","","","","",0.2,0.2,0.2,0.152,0.1,0.05,0.05,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43218",2,41.874668,-71.379971,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.23875,0.101928,0.57,"2013-10-31 00:00",0.48,"2013-11-06 00:00",0.43,"2013-10-01 00:00",0.39,"2013-01-04 00:00","","","","",0.57,0.48,0.43,0.36,0.31,0.22,0.11,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43220",2,41.874668,-71.379971,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,1.964554,0.990258,5.2,"2013-09-19 00:00",4.9,"2013-10-31 00:00",4.03,"2013-10-01 00:00",3.57,"2013-02-15 00:00","","","","",5.2,4.9,4.03,3.32,2.4,1.7,0.95,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43221",2,41.874668,-71.379971,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,3.658214,1.981469,10.1,"2013-09-19 00:00",9.695,"2013-10-31 00:00",7.825,"2013-11-06 00:00",7.405,"2013-10-01 00:00","","","","",10.1,9.695,7.825,6.4,4.61,3.135,1.595,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43224",2,41.874668,-71.379971,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",2,0.20537,0.110865,0.705,"2013-10-13 00:00",0.445,"2013-10-31 00:00",0.405,"2013-07-09 00:00",0.4,"2013-09-19 00:00","","","","",0.705,0.445,0.405,0.32,0.24,0.18,0.11,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43226",2,41.874668,-71.379971,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",3,0.199318,0.118727,0.595,"2013-10-31 00:00",0.55,"2013-11-06 00:00",0.5,"2013-09-19 00:00",0.405,"2013-07-15 00:00","","","","",0.595,0.55,0.5,0.33,0.24,0.165,0.08,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43227",2,41.874668,-71.379971,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",25,0.091818,0.063731,0.3,"2013-09-19 00:00",0.29,"2013-10-31 00:00",0.265,"2013-11-06 00:00",0.205,"2013-10-01 00:00","","","","",0.3,0.29,0.265,0.165,0.125,0.075,0.0425,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43230",2,41.874668,-71.379971,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.904857,0.456848,2.454,"2013-10-13 00:00",2.3,"2013-09-19 00:00",1.932,"2013-10-31 00:00",1.866,"2013-10-01 00:00","","","","",2.454,2.3,1.932,1.368,1.146,0.792,0.486,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43231",2,41.874668,-71.379971,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.230357,0.813951,5.7,"2013-10-13 00:00",2.9,"2013-09-19 00:00",2.7,"2013-10-01 00:00",2.5,"2013-10-31 00:00","","","","",5.7,2.9,2.7,1.8,1.4,1.1,0.6,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43232",2,41.874668,-71.379971,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.601182,0.324324,1.89,"2013-10-31 00:00",1.4,"2013-09-19 00:00",1.393,"2013-10-19 00:00",1.211,"2013-10-01 00:00","","","","",1.89,1.4,1.393,0.924,0.735,0.539,0.266,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43233",2,41.874668,-71.379971,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.385071,0.174564,1.024,"2013-10-31 00:00",0.8,"2013-09-19 00:00",0.68,"2013-08-14 00:00",0.632,"2013-02-15 00:00","","","","",1.024,0.8,0.68,0.616,0.496,0.336,0.184,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43235",2,41.874668,-71.379971,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",1,0.218736,0.109129,0.621,"2013-10-31 00:00",0.5,"2013-09-19 00:00",0.45,"2013-11-06 00:00",0.396,"2013-10-01 00:00","","","","",0.621,0.5,0.45,0.36,0.279,0.198,0.108,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43238",2,41.874668,-71.379971,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",10,0.200893,0.098277,0.44,"2013-10-31 00:00",0.4,"2013-09-19 00:00",0.4,"2013-11-06 00:00",0.36,"2013-07-15 00:00","","","","",0.44,0.4,0.4,0.32,0.27,0.2,0.065,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43242",2,41.874668,-71.379971,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.190357,0.091069,0.5,"2013-09-19 00:00",0.45,"2013-10-31 00:00",0.38,"2013-10-01 00:00",0.34,"2013-11-06 00:00","","","","",0.5,0.45,0.38,0.305,0.24,0.17,0.1,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43243",2,41.874668,-71.379971,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",7,0.876205,1.833228,12.445,"2013-07-15 00:00",4.655,"2013-08-20 00:00",2.995,"2013-06-09 00:00",2.8,"2013-07-03 00:00","","","","",12.445,4.655,2.995,2.19,1.17,0.16,0.0325,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43244",2,41.874668,-71.379971,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",12,0.173786,0.111337,0.6,"2013-09-19 00:00",0.468,"2013-10-01 00:00",0.45,"2013-10-31 00:00",0.36,"2013-10-19 00:00","","","","",0.6,0.468,0.45,0.324,0.204,0.15,0.057,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43247",2,41.874668,-71.379971,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",5,0.208518,0.101917,0.5,"2013-09-19 00:00",0.455,"2013-10-31 00:00",0.448,"2013-10-01 00:00",0.343,"2013-05-16 00:00","","","","",0.5,0.455,0.448,0.336,0.273,0.196,0.098,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43248",2,41.874668,-71.379971,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",2,0.353357,0.176945,1,"2013-09-19 00:00",0.852,"2013-10-31 00:00",0.762,"2013-10-01 00:00",0.612,"2013-08-20 00:00","","","","",1,0.852,0.762,0.546,0.426,0.324,0.168,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43249",2,41.874668,-71.379971,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.678036,0.345092,1.855,"2013-10-31 00:00",1.5,"2013-09-19 00:00",1.491,"2013-10-01 00:00",1.428,"2013-10-19 00:00","","","","",1.855,1.5,1.491,1.141,0.798,0.616,0.315,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43250",2,41.874668,-71.379971,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.023214,0.548715,2.7,"2013-09-19 00:00",2,"2013-08-20 00:00",2,"2013-10-31 00:00",1.9,"2013-07-27 00:00","","","","",2.7,2,2,1.8,1.4,1,0.4,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43252",2,41.874668,-71.379971,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.354214,0.193137,0.9,"2013-09-19 00:00",0.744,"2013-10-31 00:00",0.712,"2013-08-20 00:00",0.688,"2013-07-27 00:00","","","","",0.9,0.744,0.712,0.648,0.504,0.336,0.136,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43253",2,41.874668,-71.379971,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.2995,0.150128,0.84,"2013-10-31 00:00",0.7,"2013-09-19 00:00",0.576,"2013-02-15 00:00",0.536,"2013-10-01 00:00","","","","",0.84,0.7,0.576,0.464,0.376,0.288,0.112,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43256",2,41.874668,-71.379971,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",3,0.247232,0.238428,1.45,"2013-07-15 00:00",0.73,"2013-10-31 00:00",0.72,"2013-07-03 00:00",0.59,"2013-06-03 00:00","","","","",1.45,0.73,0.72,0.48,0.36,0.2,0.05,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43261",2,41.874668,-71.379971,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",1,0.399324,0.213041,1,"2013-09-19 00:00",0.938,"2013-10-31 00:00",0.798,"2013-07-09 00:00",0.784,"2013-07-15 00:00","","","","",1,0.938,0.798,0.77,0.49,0.378,0.182,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43262",2,41.874668,-71.379971,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.693393,0.393462,2.214,"2013-10-13 00:00",1.8,"2013-09-19 00:00",1.674,"2013-10-31 00:00",1.458,"2013-10-01 00:00","","","","",2.214,1.8,1.674,1.11,0.828,0.66,0.306,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43263",2,41.874668,-71.379971,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.527673,0.289304,1.498,"2013-10-31 00:00",1.3,"2013-09-19 00:00",1.26,"2013-10-01 00:00",1.134,"2013-10-19 00:00","","","","",1.498,1.3,1.26,0.812,0.651,0.469,0.252,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43280",2,41.874668,-71.379971,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0.716741,0.261931,1.464,"2013-10-31 00:00",1.452,"2013-10-01 00:00",1.26,"2013-01-04 00:00",1.168,"2013-11-06 00:00","","","","",1.464,1.452,1.26,1.012,0.896,0.656,0.412,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43284",2,41.874668,-71.379971,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",4,0.33725,0.185621,1.1,"2013-09-19 00:00",0.798,"2013-10-31 00:00",0.714,"2013-10-01 00:00",0.564,"2013-07-15 00:00","","","","",1.1,0.798,0.714,0.516,0.408,0.318,0.138,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43285",2,41.874668,-71.379971,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.295464,0.682888,3.6,"2013-09-19 00:00",3.03,"2013-10-31 00:00",2.77,"2013-10-01 00:00",2.59,"2013-07-15 00:00","","","","",3.6,3.03,2.77,2.13,1.65,1.21,0.58,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43291",2,41.874668,-71.379971,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",4,0.279618,0.13559,0.707,"2013-10-31 00:00",0.6,"2013-09-19 00:00",0.595,"2013-10-01 00:00",0.539,"2013-02-15 00:00","","","","",0.707,0.6,0.595,0.448,0.35,0.266,0.133,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43372",2,41.874668,-71.379971,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.001786,0.013363,0.1,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.1,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43509",2,41.874668,-71.379971,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.46,0.149815,0.8,"2013-07-09 00:00",0.7,"2013-04-10 00:00",0.7,"2013-07-03 00:00",0.7,"2013-07-15 00:00","","","","",0.8,0.7,0.7,0.7,0.6,0.5,0.3,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43552",2,41.874668,-71.379971,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,1.596226,0.669003,4,"2013-09-19 00:00",3.084,"2013-10-31 00:00",2.948,"2013-07-15 00:00",2.34,"2013-06-03 00:00","","","","",4,3.084,2.948,2.34,2.08,1.5,0.86,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43704",2,41.874668,-71.379971,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.001786,0.013363,0.1,"2013-05-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.1,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43801",2,41.874668,-71.379971,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.5375,0.041528,0.64,"2013-06-27 00:00",0.63,"2013-02-09 00:00",0.62,"2013-05-10 00:00",0.59,"2013-03-23 00:00","","","","",0.64,0.63,0.62,0.59,0.57,0.53,0.49,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43802",2,41.874668,-71.379971,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.087818,0.037697,0.25,"2013-01-22 00:00",0.25,"2013-02-03 00:00",0.16,"2013-09-19 00:00",0.14,"2013-10-31 00:00","","","","",0.25,0.25,0.16,0.11,0.09,0.08,0.06,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43803",2,41.874668,-71.379971,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.038,0.024145,0.11,"2013-07-15 00:00",0.09,"2013-07-21 00:00",0.08,"2013-07-03 00:00",0.08,"2013-07-09 00:00","","","","",0.11,0.09,0.08,0.08,0.06,0.02,0.02,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43804",2,41.874668,-71.379971,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.07875,0.007877,0.11,"2013-10-01 00:00",0.1,"2013-09-25 00:00",0.09,"2013-02-09 00:00",0.09,"2013-03-11 00:00","","","","",0.11,0.1,0.09,0.09,0.08,0.08,0.07,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43813",2,41.874668,-71.379971,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43814",2,41.874668,-71.379971,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43815",2,41.874668,-71.379971,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43817",2,41.874668,-71.379971,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.075,0.413521,3.1,"2013-04-10 00:00",0.1,"2013-02-15 00:00",0.1,"2013-04-16 00:00",0.1,"2013-06-03 00:00","","","","",3.1,0.1,0.1,0.1,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43818",2,41.874668,-71.379971,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43824",2,41.874668,-71.379971,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.007143,0.025987,0.1,"2013-09-19 00:00",0.1,"2013-10-01 00:00",0.1,"2013-10-31 00:00",0.1,"2013-11-06 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43826",2,41.874668,-71.379971,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43829",2,41.874668,-71.379971,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43830",2,41.874668,-71.379971,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43831",2,41.874668,-71.379971,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43843",2,41.874668,-71.379971,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43860",2,41.874668,-71.379971,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43954",2,41.874668,-71.379971,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",47,0.178848,0.066086,0.5,"2013-09-19 00:00",0.385,"2013-07-21 00:00",0.352,"2013-10-01 00:00",0.3,"2013-09-25 00:00","","","","",0.5,0.385,0.352,0.1705,0.1705,0.1705,0.154,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","43960",2,41.874668,-71.379971,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.2385,0.121356,0.72,"2013-10-31 00:00",0.6,"2013-09-19 00:00",0.432,"2013-02-15 00:00",0.4,"2013-10-01 00:00","","","","",0.72,0.6,0.432,0.392,0.3,0.224,0.12,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45109",2,41.874668,-71.379971,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.617857,0.805009,5.2,"2013-10-31 00:00",3.7,"2013-09-19 00:00",3.2,"2013-10-01 00:00",2.7,"2013-11-06 00:00","","","","",5.2,3.7,3.2,2.6,1.9,1.5,0.9,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45201",2,41.874668,-71.379971,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.5,0.536995,3.5,"2013-10-31 00:00",2.8,"2013-02-15 00:00",2.6,"2013-01-04 00:00",2.2,"2013-01-10 00:00","","","","",3.5,2.8,2.6,2.2,1.7,1.4,1,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45202",2,41.874668,-71.379971,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,3.64717,2.797362,17.7,"2013-10-13 00:00",10.1,"2013-10-31 00:00",9.3,"2013-10-19 00:00",8.8,"2013-09-19 00:00","","","","",17.7,10.1,9.3,5.6,4.1,3.1,1.5,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45203",2,41.874668,-71.379971,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.583929,0.280763,1.8,"2013-10-31 00:00",1.2,"2013-09-19 00:00",1,"2013-07-15 00:00",1,"2013-10-01 00:00","","","","",1.8,1.2,1,0.9,0.7,0.6,0.3,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45204",2,41.874668,-71.379971,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.591071,0.293119,1.7,"2013-10-31 00:00",1.5,"2013-09-19 00:00",1.3,"2013-10-01 00:00",1,"2013-07-15 00:00","","","","",1.7,1.5,1.3,0.9,0.7,0.6,0.3,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45207",2,41.874668,-71.379971,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",3,0.147339,0.06676,0.351,"2013-10-31 00:00",0.3,"2013-09-19 00:00",0.27,"2013-01-04 00:00",0.261,"2013-07-03 00:00","","","","",0.351,0.3,0.27,0.243,0.18,0.144,0.081,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45208",2,41.874668,-71.379971,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",6,0.53325,0.262235,1.23,"2013-10-31 00:00",1.12,"2013-07-15 00:00",1.06,"2013-08-02 00:00",1,"2013-09-19 00:00","","","","",1.23,1.12,1.06,0.92,0.69,0.5,0.135,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45209",2,41.874668,-71.379971,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",8,0.115571,0.057006,0.306,"2013-10-31 00:00",0.3,"2013-09-19 00:00",0.225,"2013-10-01 00:00",0.189,"2013-07-15 00:00","","","","",0.306,0.3,0.225,0.18,0.135,0.108,0.036,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45210",2,41.874668,-71.379971,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.069643,0.053664,0.2,"2013-07-03 00:00",0.2,"2013-07-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45211",2,41.874668,-71.379971,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",13,0.134,0.066157,0.342,"2013-10-31 00:00",0.3,"2013-09-19 00:00",0.243,"2013-07-15 00:00",0.243,"2013-10-01 00:00","","","","",0.342,0.3,0.243,0.216,0.162,0.126,0.054,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45212",2,41.874668,-71.379971,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.366946,0.174734,0.972,"2013-10-31 00:00",0.9,"2013-09-19 00:00",0.747,"2013-10-01 00:00",0.63,"2013-07-15 00:00","","","","",0.972,0.9,0.747,0.576,0.423,0.333,0.189,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45213",2,41.874668,-71.379971,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",5,0.180241,0.081387,0.432,"2013-10-31 00:00",0.4,"2013-09-19 00:00",0.351,"2013-10-01 00:00",0.297,"2013-01-04 00:00","","","","",0.432,0.4,0.351,0.288,0.225,0.171,0.099,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45218",2,41.874668,-71.379971,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",56,0.145179,0.045806,0.165,"2013-01-04 00:00",0.165,"2013-01-10 00:00",0.165,"2013-01-22 00:00",0.165,"2013-02-03 00:00","","","","",0.165,0.165,0.165,0.165,0.165,0.165,0.05,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45219",2,41.874668,-71.379971,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",52,0.28875,0.097366,0.33,"2013-01-04 00:00",0.33,"2013-01-10 00:00",0.33,"2013-01-22 00:00",0.33,"2013-02-03 00:00","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.08,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45220",2,41.874668,-71.379971,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.116071,0.068162,0.4,"2013-09-07 00:00",0.3,"2013-07-15 00:00",0.3,"2013-10-31 00:00",0.2,"2013-01-04 00:00","","","","",0.4,0.3,0.3,0.2,0.1,0.1,0.1,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45225",2,41.874668,-71.379971,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",8,0.113545,0.049222,0.243,"2013-10-31 00:00",0.216,"2013-07-15 00:00",0.207,"2013-01-04 00:00",0.207,"2013-10-01 00:00","","","","",0.243,0.216,0.207,0.189,0.126,0.108,0.0405,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45801",2,41.874668,-71.379971,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","45807",2,41.874668,-71.379971,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0.027778,0.099843,0.7,"2013-07-21 00:00",0.1,"2013-04-28 00:00",0.1,"2013-05-10 00:00",0.1,"2013-07-27 00:00","","","","",0.7,0.1,0.1,0.1,0,0,0,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","0026","81102",1,41.874668,-71.379971,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,18.966102,10.181061,70,"2013-01-22 00:00",41,"2013-05-16 00:00",39,"2013-03-23 00:00",37,"2013-01-04 00:00","","","","",70,41,39,29,23,17,9,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","0026","88101",1,41.874668,-71.379971,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,8.442105,4.448782,27.4,"2013-01-07 00:00",21.9,"2013-02-06 00:00",21.6,"2013-02-15 00:00",21,"2013-07-18 00:00","","","","",21.9,21.6,18.1,14.7,9.7,7.6,4.3,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","0026","88101",1,41.874668,-71.379971,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,8.442105,4.448782,27.4,"2013-01-07 00:00",21.9,"2013-02-06 00:00",21.6,"2013-02-15 00:00",21,"2013-07-18 00:00","","","","",21.9,21.6,18.1,14.7,9.7,7.6,4.3,"Vernon St, Pawtucket","VERNON STREET TRAILER","Rhode Island","Providence","Pawtucket","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","0027","81102",1,41.822499,-71.410659,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",0,14.672727,5.916251,34,"2013-10-31 00:00",29,"2013-05-16 00:00",28,"2013-01-28 00:00",26,"2013-02-15 00:00","","","","",34,29,28,23,17,14,8,"JW LIBRARY","111 DORRANCE STREET, PROVIDENCE, RI 02903","Rhode Island","Providence","Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-27" +"44","007","1010","42101",1,41.841573,-71.36077,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8205,94,351,365,0,555,0,0,"Certification not required",0,0.222542,0.13018,2.22,"2013-12-20 07:00",2.04,"2013-12-20 08:00",1.83,"2013-01-09 07:00",1.76,"2013-01-09 08:00","","","","",0.8,0.63,0.43,0.33,0.24,0.19,0.13," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42101",1,41.841573,-71.36077,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8081,92,316,365,0,0,0,0,"Certification not required",0,0.22444,0.117894,1.3,"2013-01-09 10:00",1.3,"2013-01-09 11:00",1.3,"2013-12-20 11:00",1.2,"2013-01-09 09:00",1.3,"2013-01-09 10:00",1.3,"2013-12-20 11:00",0.8,0.6,0.4,0.3,0.2,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42401",1,41.841573,-71.36077,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8045,92,343,365,0,715,0,"","Certification not required",0,2.167347,2.71517,17.1,"2013-02-11 07:00",15.3,"2013-01-09 07:00",14.3,"2013-01-06 00:00",13.7,"2013-04-30 09:00","","","","",13.7,11.4,7.6,5.5,3,1,0.3," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42401",1,41.841573,-71.36077,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8045,92,343,365,0,715,"","","Certification not required",0,0.713971,1.259842,17.1,"2013-02-11 07:00",16.5,"2013-02-11 06:00",15.3,"2013-01-09 07:00",14.3,"2013-01-06 00:00","","","","",6.2,4.6,2.9,1.8,0.7,0.3,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42401",1,41.841573,-71.36077,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",343,94,343,365,0,0,0,"","Certification not required",0,0.720408,0.893605,5.9,"2013-01-09 00:00",5.4,"2013-01-06 00:00",4.7,"2013-02-11 00:00",4.5,"2013-01-11 00:00","","","","",4.5,3.7,2.4,2,1,0.3,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42401",1,41.841573,-71.36077,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2603,89,334,365,0,0,"",0,"Certification not required",0,0.686131,1.191604,15.4,"2013-02-11 08:00",13.4,"2013-01-09 08:00",12.2,"2013-01-06 02:00",11.1,"2013-01-06 05:00","","","","",5.6,4.3,2.9,1.8,0.7,0.3,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42406",1,41.841573,-71.36077,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8045,92,343,365,0,715,"","","Certification not required",0,1.040796,1.846821,26.2,"2013-04-30 09:00",25.4,"2013-02-13 06:00",20.7,"2013-01-09 07:00",20.1,"2013-02-11 07:00","","","","",9.3,6.7,4.1,2.6,1.1,0.4,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42600",1,41.841573,-71.36077,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8405,96,362,365,0,355,"","","Certification not required",0,9.52326,14.142152,201.5,"2013-01-09 07:00",188.3,"2013-01-09 08:00",171.9,"2013-01-09 09:00",170.6,"2013-12-20 09:00","","","","",76.8,57.3,32,20.5,9.9,5.1,1.9," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42601",1,41.841573,-71.36077,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8263,94,353,365,0,497,"","","Certification not required",0,2.17743,8.637348,163.4,"2013-02-10 19:00",154.7,"2013-01-09 08:00",154.1,"2013-01-09 07:00",126.7,"2013-01-09 09:00","","","","",46.7,29.8,8.9,3,0.9,0.2,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42601",2,41.841573,-71.36077,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",8405,96,362,365,0,355,"","","Certification not required",0,2.214218,8.325203,151.5,"2013-01-09 07:00",141.3,"2013-01-09 08:00",124.9,"2013-01-09 09:00",123.1,"2013-12-20 09:00","","","","",45.6,28.3,8.2,3,1,0.4,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42602",1,41.841573,-71.36077,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8263,94,353,365,0,497,0,"","Certification not required",0,16.341076,9.280113,55,"2013-02-10 19:00",44.9,"2013-12-20 09:00",44,"2013-01-09 10:00",41.5,"2013-02-19 05:00","","","","",41.5,38.2,34,29.6,22.2,14.1,5.9," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42602",1,41.841573,-71.36077,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8263,94,353,365,0,497,"","","Certification not required",0,7.501682,6.906945,55,"2013-02-10 19:00",49.5,"2013-02-10 18:00",45.2,"2013-02-10 20:00",44.9,"2013-02-10 22:00","","","","",32.6,29.1,22.9,17,9.3,5,2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","42603",1,41.841573,-71.36077,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8263,94,353,365,0,497,"","","Certification not required",0,9.715963,13.715712,218.4,"2013-02-10 19:00",195.9,"2013-01-09 08:00",189.5,"2013-01-09 07:00",170.8,"2013-01-09 09:00","","","","",73.2,54.5,32.2,20.4,10.2,5.4,2.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","43000",1,41.841573,-71.36077,"NAD83","Sum of PAMS target compounds","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,30.703704,21.011675,160,"2013-08-25 02:00",144,"2013-06-16 02:00",131,"2013-06-18 05:00",131,"2013-08-28 05:00","","","","",122,106,73,53,34,26,14," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43000",2,41.841573,-71.36077,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,33.5,13.845905,85,"2013-02-15 00:00",65,"2013-10-01 00:00",61,"2013-01-16 00:00",61,"2013-11-06 00:00","","","","",85,65,61,53,38,30,19," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43000",7,41.841573,-71.36077,"NAD83","Sum of PAMS target compounds","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,32.5,13.69937,89,"2013-02-15 00:00",63,"2013-01-16 00:00",58,"2013-09-19 00:00",57,"2013-05-28 00:00","","","","",89,63,58,51,38,30,19," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43102",1,41.841573,-71.36077,"NAD83","Total NMOC (non-methane organic compound)","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",18,66.854452,36.66655,277,"2013-08-07 02:00",253,"2013-06-15 23:00",252,"2013-08-05 23:00",219,"2013-06-18 05:00","","","","",211,175,145,106,81,59,31," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43102",2,41.841573,-71.36077,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,68.090909,25.402882,133,"2013-02-15 00:00",126,"2013-01-04 00:00",126,"2013-09-19 00:00",112,"2013-08-26 00:00","","","","",133,126,126,108,81,61,43," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43102",7,41.841573,-71.36077,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,65.660377,25.060652,143,"2013-02-15 00:00",129,"2013-09-19 00:00",124,"2013-08-26 00:00",113,"2013-01-04 00:00","","","","",143,129,124,100,75,60,43," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43202",1,41.841573,-71.36077,"NAD83","Ethane","3 HOURS","","Observed Values","6L Subatm Canister - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,5.220263,4.711309,43.9,"2013-08-25 02:00",38.178,"2013-06-05 02:00",32.84,"2013-06-16 02:00",29.784,"2013-06-15 23:00","","","","",29.16,22.956,13.48,8.534,5.68,3.856,2.308," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43202",2,41.841573,-71.36077,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,7.853714,4.455986,30.38,"2013-02-15 00:00",19.224,"2013-04-28 00:00",13.17,"2013-05-04 00:00",12.586,"2013-11-06 00:00","","","","",30.38,19.224,13.17,12.176,9.69,6.688,3.984," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43202",7,41.841573,-71.36077,"NAD83","Ethane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,7.977286,4.794886,31.244,"2013-02-15 00:00",19.626,"2013-04-28 00:00",18.32,"2013-05-28 00:00",13.942,"2013-05-04 00:00","","","","",31.244,19.626,18.32,12.886,9.51,6.768,3.98," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43203",1,41.841573,-71.36077,"NAD83","Ethylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",2,0.941791,0.627908,4.778,"2013-08-24 20:00",4.742,"2013-08-24 23:00",4.73,"2013-06-16 02:00",4.52,"2013-08-25 02:00","","","","",4.158,2.922,2.028,1.528,1.112,0.78,0.418," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43203",2,41.841573,-71.36077,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,1.516327,0.988544,4.752,"2013-01-16 00:00",4.336,"2013-02-15 00:00",3.986,"2013-11-06 00:00",3.878,"2013-01-28 00:00","","","","",4.752,4.336,3.986,2.844,1.8,1.122,0.7," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43203",7,41.841573,-71.36077,"NAD83","Ethylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.44625,0.937703,5.012,"2013-01-16 00:00",4.25,"2013-02-15 00:00",4.11,"2013-01-28 00:00",3.568,"2013-11-30 00:00","","","","",5.012,4.25,4.11,2.592,1.73,1.118,0.7," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43204",1,41.841573,-71.36077,"NAD83","Propane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,3.514131,3.424049,33.459,"2013-06-16 02:00",27.837,"2013-06-15 23:00",25.809,"2013-06-26 20:00",23.958,"2013-07-17 02:00","","","","",20.127,15.726,8.529,5.907,3.786,2.541,1.365," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43204",2,41.841573,-71.36077,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,4.844839,2.275849,10.716,"2013-02-15 00:00",9.957,"2013-12-06 00:00",9.012,"2013-11-06 00:00",8.895,"2013-10-25 00:00","","","","",10.716,9.957,9.012,8.292,6.18,4.041,2.544," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43204",7,41.841573,-71.36077,"NAD83","Propane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,4.702339,2.187131,10.845,"2013-02-15 00:00",9.798,"2013-12-06 00:00",8.538,"2013-06-27 00:00",8.361,"2013-01-04 00:00","","","","",10.845,9.798,8.538,8.256,6.12,4.032,2.493," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43205",1,41.841573,-71.36077,"NAD83","Propylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.405601,0.253621,2.187,"2013-08-24 23:00",1.953,"2013-08-25 02:00",1.938,"2013-08-24 20:00",1.731,"2013-08-06 05:00","","","","",1.695,1.227,0.852,0.636,0.468,0.351,0.195," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43205",2,41.841573,-71.36077,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.4798,0.251272,1.278,"2013-11-06 00:00",1.206,"2013-02-15 00:00",1.131,"2013-01-16 00:00",1.032,"2013-10-01 00:00","","","","",1.278,1.206,1.131,0.861,0.579,0.4,0.3," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43205",7,41.841573,-71.36077,"NAD83","Propylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.456411,0.222602,1.236,"2013-01-16 00:00",1.227,"2013-02-15 00:00",1.044,"2013-11-30 00:00",0.924,"2013-01-28 00:00","","","","",1.236,1.227,1.044,0.672,0.519,0.402,0.297," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43206",1,41.841573,-71.36077,"NAD83","Acetylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.742909,0.446606,3.288,"2013-08-25 02:00",3.28,"2013-08-24 23:00",2.992,"2013-08-24 20:00",2.93,"2013-08-06 05:00","","","","",2.858,2.124,1.584,1.246,0.886,0.64,0.35," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43206",2,41.841573,-71.36077,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,1.385673,0.816574,4.178,"2013-01-16 00:00",3.706,"2013-02-15 00:00",3.186,"2013-01-28 00:00",3.024,"2013-11-06 00:00","","","","",4.178,3.706,3.186,2.46,1.754,1.122,0.648," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43206",7,41.841573,-71.36077,"NAD83","Acetylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.345,0.785014,4.316,"2013-01-16 00:00",3.578,"2013-02-15 00:00",3.364,"2013-01-28 00:00",2.716,"2013-11-30 00:00","","","","",4.316,3.578,3.364,2.38,1.76,1.124,0.612," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43209",1,41.841573,-71.36077,"NAD83","Ethyl acetate","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",531,18,64,365,0,206,"","","Certification not required",490,0.216316,0.112799,1.376,"2013-08-12 20:00",1.04,"2013-08-28 05:00",0.94,"2013-07-16 08:00",0.836,"2013-07-16 05:00","","","","",0.704,0.6,0.448,0.188,0.188,0.188,0.188," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43209",2,41.841573,-71.36077,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",44,0.204377,0.090432,0.704,"2013-10-01 00:00",0.4,"2013-09-19 00:00",0.4,"2013-09-25 00:00",0.388,"2013-03-29 00:00","","","","",0.704,0.4,0.4,0.2,0.188,0.188,0.188," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43209",7,41.841573,-71.36077,"NAD83","Ethyl acetate","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",47,0.191556,0.058991,0.5,"2013-09-25 00:00",0.4,"2013-09-19 00:00",0.2,"2013-09-01 00:00",0.2,"2013-09-13 00:00","","","","",0.5,0.4,0.2,0.188,0.188,0.188,0.188," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43212",1,41.841573,-71.36077,"NAD83","n-Butane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",8,0.964966,0.665868,4.47,"2013-06-18 05:00",4.38,"2013-08-25 02:00",3.77,"2013-08-28 05:00",3.74,"2013-06-16 02:00","","","","",3.36,3.06,2.4,1.84,1.17,0.77,0.37," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43212",2,41.841573,-71.36077,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,2.299071,1.620551,7.49,"2013-11-18 00:00",7.02,"2013-02-15 00:00",5.576,"2013-12-06 00:00",4.98,"2013-01-16 00:00","","","","",7.49,7.02,5.576,4.34,3.32,1.76,0.74," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43212",7,41.841573,-71.36077,"NAD83","n-Butane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,2.18925,1.582665,7.26,"2013-11-18 00:00",6.92,"2013-02-15 00:00",5.892,"2013-12-06 00:00",5.04,"2013-01-16 00:00","","","","",7.26,6.92,5.892,4.28,2.988,1.7,0.78," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43214",1,41.841573,-71.36077,"NAD83","Isobutane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",2,0.517677,0.384215,3.1,"2013-06-02 11:00",2.2,"2013-08-05 20:00",2.2,"2013-08-28 05:00",2.1,"2013-06-16 02:00","","","","",2,1.7,1.3,1,0.6,0.4,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43214",2,41.841573,-71.36077,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.053714,0.703217,3.4,"2013-02-15 00:00",2.9,"2013-11-18 00:00",2.6,"2013-11-06 00:00",2.4,"2013-01-16 00:00","","","","",3.4,2.9,2.6,1.9,1.404,0.8,0.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43214",7,41.841573,-71.36077,"NAD83","Isobutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.0005,0.672807,3.4,"2013-02-15 00:00",2.8,"2013-11-18 00:00",2.5,"2013-01-16 00:00",2.436,"2013-12-06 00:00","","","","",3.4,2.8,2.5,1.9,1.3,0.8,0.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43216",1,41.841573,-71.36077,"NAD83","trans-2-Butene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",566,0.04404,0.020264,0.26,"2013-08-25 02:00",0.22,"2013-08-24 23:00",0.2,"2013-08-28 05:00",0.18,"2013-08-24 20:00","","","","",0.14,0.12,0.04,0.04,0.04,0.04,0.04," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43216",2,41.841573,-71.36077,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",44,0.050473,0.030804,0.18,"2013-02-15 00:00",0.14,"2013-11-06 00:00",0.14,"2013-11-18 00:00",0.13,"2013-01-16 00:00","","","","",0.18,0.14,0.14,0.1,0.04,0.04,0.04," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43216",7,41.841573,-71.36077,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",47,0.04725,0.027921,0.2,"2013-02-15 00:00",0.13,"2013-01-16 00:00",0.13,"2013-11-18 00:00",0.09,"2013-01-28 00:00","","","","",0.2,0.13,0.13,0.05,0.04,0.04,0.04," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43217",1,41.841573,-71.36077,"NAD83","cis-2-Butene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",575,0.052391,0.014095,0.21,"2013-08-25 02:00",0.18,"2013-08-24 23:00",0.15,"2013-08-28 05:00",0.14,"2013-08-01 02:00","","","","",0.12,0.11,0.05,0.05,0.05,0.05,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43217",2,41.841573,-71.36077,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",47,0.0508,0.013704,0.1,"2013-01-16 00:00",0.1,"2013-02-15 00:00",0.1,"2013-11-06 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43217",7,41.841573,-71.36077,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",49,0.049679,0.012316,0.1,"2013-01-16 00:00",0.1,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43218",1,41.841573,-71.36077,"NAD83","1,3-Butadiene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.043603,0.072776,0.5,"2013-08-24 20:00",0.5,"2013-08-24 23:00",0.5,"2013-08-25 02:00",0.4,"2013-06-15 23:00","","","","",0.4,0.2,0.1,0.1,0.1,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43218",2,41.841573,-71.36077,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.075818,0.054796,0.25,"2013-11-06 00:00",0.24,"2013-02-15 00:00",0.23,"2013-01-16 00:00",0.21,"2013-11-30 00:00","","","","",0.25,0.24,0.23,0.18,0.08,0.06,0.03," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43218",7,41.841573,-71.36077,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.06875,0.050921,0.25,"2013-01-16 00:00",0.24,"2013-02-15 00:00",0.22,"2013-11-30 00:00",0.2,"2013-01-28 00:00","","","","",0.25,0.24,0.22,0.1,0.08,0.06,0.03," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43220",1,41.841573,-71.36077,"NAD83","n-Pentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,1.111498,0.970944,7.54,"2013-08-25 02:00",7.36,"2013-08-01 02:00",6.87,"2013-08-01 05:00",5.76,"2013-08-13 17:00","","","","",5.15,4.24,3.11,2.17,1.24,0.84,0.38," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43220",2,41.841573,-71.36077,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,1.102727,0.555389,2.76,"2013-10-01 00:00",2.6,"2013-09-19 00:00",2.16,"2013-02-15 00:00",2.13,"2013-01-16 00:00","","","","",2.76,2.6,2.16,2.03,1.36,0.97,0.53," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43220",7,41.841573,-71.36077,"NAD83","n-Pentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.053036,0.511404,2.8,"2013-09-19 00:00",2.14,"2013-01-16 00:00",2.13,"2013-02-15 00:00",2.1,"2013-12-06 00:00","","","","",2.8,2.14,2.13,1.68,1.33,0.94,0.54," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43221",1,41.841573,-71.36077,"NAD83","Isopentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,2.120497,2.114554,17.905,"2013-08-01 02:00",16.91,"2013-08-01 05:00",16.36,"2013-08-25 02:00",11.92,"2013-08-13 17:00","","","","",10.83,8.745,6.54,4.245,2.37,1.525,0.605," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43221",2,41.841573,-71.36077,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.936429,1.164909,5.3,"2013-09-19 00:00",5.19,"2013-10-01 00:00",4.52,"2013-11-06 00:00",4.425,"2013-02-15 00:00","","","","",5.3,5.19,4.52,4.07,2.435,1.755,0.82," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43221",7,41.841573,-71.36077,"NAD83","Isopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,1.874464,1.099035,6.2,"2013-09-19 00:00",4.45,"2013-02-15 00:00",4.165,"2013-11-18 00:00",4.045,"2013-10-19 00:00","","","","",6.2,4.45,4.165,3.425,2.415,1.68,0.83," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43224",1,41.841573,-71.36077,"NAD83","1-Pentene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",94,0.120682,0.085236,0.775,"2013-08-01 02:00",0.71,"2013-08-13 17:00",0.685,"2013-08-01 05:00",0.525,"2013-08-25 02:00","","","","",0.405,0.36,0.305,0.205,0.145,0.105,0.0325," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43224",2,41.841573,-71.36077,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",15,0.101091,0.058263,0.235,"2013-05-10 00:00",0.235,"2013-10-01 00:00",0.22,"2013-11-06 00:00",0.2,"2013-09-19 00:00","","","","",0.235,0.235,0.22,0.175,0.14,0.1,0.0325," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43224",7,41.841573,-71.36077,"NAD83","1-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",14,0.090755,0.050535,0.2,"2013-09-19 00:00",0.185,"2013-02-15 00:00",0.185,"2013-05-28 00:00",0.18,"2013-01-16 00:00","","","","",0.2,0.185,0.185,0.175,0.12,0.09,0.0325," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43226",1,41.841573,-71.36077,"NAD83","trans-2-Pentene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",226,0.096566,0.118912,1.35,"2013-08-13 17:00",0.905,"2013-08-25 02:00",0.73,"2013-08-28 05:00",0.695,"2013-08-01 02:00","","","","",0.62,0.49,0.295,0.19,0.105,0.065,0.0275," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43226",2,41.841573,-71.36077,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",22,0.074773,0.058857,0.26,"2013-10-01 00:00",0.25,"2013-11-18 00:00",0.235,"2013-11-06 00:00",0.19,"2013-02-15 00:00","","","","",0.26,0.25,0.235,0.145,0.1,0.06,0.0275," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43226",7,41.841573,-71.36077,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",22,0.069911,0.051926,0.235,"2013-11-18 00:00",0.22,"2013-02-15 00:00",0.2,"2013-09-19 00:00",0.145,"2013-10-19 00:00","","","","",0.235,0.22,0.2,0.135,0.1,0.055,0.0275," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43227",1,41.841573,-71.36077,"NAD83","cis-2-Pentene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",522,0.056877,0.051555,0.7,"2013-08-13 17:00",0.41,"2013-08-25 02:00",0.37,"2013-08-01 02:00",0.33,"2013-08-28 05:00","","","","",0.285,0.235,0.145,0.09,0.0425,0.0425,0.0425," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43227",2,41.841573,-71.36077,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",45,0.0475,0.02222,0.13,"2013-10-01 00:00",0.12,"2013-11-06 00:00",0.12,"2013-11-18 00:00",0.1,"2013-02-15 00:00","","","","",0.13,0.12,0.12,0.05,0.0425,0.0425,0.0425," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43227",7,41.841573,-71.36077,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",49,0.043438,0.015562,0.115,"2013-11-18 00:00",0.11,"2013-02-15 00:00",0.05,"2013-09-01 00:00",0.05,"2013-09-13 00:00","","","","",0.115,0.11,0.05,0.05,0.0425,0.0425,0.0425," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43230",1,41.841573,-71.36077,"NAD83","3-Methylpentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",10,0.46602,0.416132,4.242,"2013-08-13 17:00",2.994,"2013-08-01 02:00",2.694,"2013-08-01 05:00",2.604,"2013-08-25 02:00","","","","",1.974,1.788,1.32,0.894,0.528,0.342,0.168," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43230",2,41.841573,-71.36077,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.417679,0.207634,1.176,"2013-10-01 00:00",1,"2013-09-19 00:00",0.822,"2013-02-15 00:00",0.75,"2013-11-06 00:00","","","","",1.176,1,0.822,0.726,0.498,0.4,0.21," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43230",7,41.841573,-71.36077,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.386464,0.183262,1,"2013-09-19 00:00",0.786,"2013-02-15 00:00",0.756,"2013-01-16 00:00",0.708,"2013-10-19 00:00","","","","",1,0.786,0.756,0.672,0.468,0.348,0.192," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43231",1,41.841573,-71.36077,"NAD83","n-Hexane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.589562,0.511677,5.1,"2013-08-13 17:00",3.2,"2013-08-25 02:00",3.2,"2013-08-28 05:00",3,"2013-08-01 02:00","","","","",2.7,2.3,1.6,1.1,0.6,0.4,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43231",2,41.841573,-71.36077,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.546429,0.289177,1.8,"2013-10-01 00:00",1.3,"2013-09-19 00:00",1.1,"2013-10-19 00:00",1,"2013-01-16 00:00","","","","",1.8,1.3,1.1,0.9,0.6,0.5,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43231",7,41.841573,-71.36077,"NAD83","n-Hexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.517857,0.248711,1.4,"2013-09-19 00:00",1,"2013-01-16 00:00",1,"2013-02-15 00:00",1,"2013-05-28 00:00","","","","",1.4,1,1,0.8,0.6,0.5,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43232",1,41.841573,-71.36077,"NAD83","n-Heptane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",541,19,65,365,0,196,"","","Certification not required",20,0.296652,0.254711,1.722,"2013-08-13 17:00",1.638,"2013-08-28 05:00",1.533,"2013-08-25 02:00",1.365,"2013-08-06 05:00","","","","",1.295,1.19,0.833,0.581,0.343,0.217,0.105," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43232",2,41.841573,-71.36077,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",2,0.245481,0.138233,0.707,"2013-10-01 00:00",0.7,"2013-09-19 00:00",0.483,"2013-10-19 00:00",0.448,"2013-08-26 00:00","","","","",0.707,0.7,0.483,0.441,0.294,0.217,0.112," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43232",7,41.841573,-71.36077,"NAD83","n-Heptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",2,0.23213,0.11774,0.6,"2013-09-19 00:00",0.469,"2013-02-15 00:00",0.448,"2013-01-16 00:00",0.441,"2013-05-28 00:00","","","","",0.6,0.469,0.448,0.413,0.3,0.224,0.098," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43233",1,41.841573,-71.36077,"NAD83","n-Octane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",126,0.220983,0.165598,1.024,"2013-08-06 05:00",1.008,"2013-08-05 23:00",1.008,"2013-08-28 05:00",0.992,"2013-08-06 02:00","","","","",0.904,0.736,0.552,0.416,0.28,0.184,0.056," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43233",2,41.841573,-71.36077,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",11,0.184873,0.101397,0.4,"2013-09-19 00:00",0.392,"2013-08-26 00:00",0.392,"2013-10-25 00:00",0.384,"2013-05-16 00:00","","","","",0.4,0.392,0.392,0.336,0.24,0.176,0.056," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43233",7,41.841573,-71.36077,"NAD83","n-Octane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",12,0.173643,0.096919,0.4,"2013-09-19 00:00",0.384,"2013-05-28 00:00",0.368,"2013-08-20 00:00",0.36,"2013-05-16 00:00","","","","",0.4,0.384,0.368,0.344,0.216,0.16,0.056," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43235",1,41.841573,-71.36077,"NAD83","n-Nonane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",541,19,65,365,0,196,"","","Certification not required",76,0.13159,0.097253,0.603,"2013-07-11 11:00",0.576,"2013-07-19 23:00",0.567,"2013-08-05 23:00",0.522,"2013-08-05 20:00","","","","",0.486,0.459,0.333,0.243,0.162,0.108,0.0315," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43235",2,41.841573,-71.36077,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",7,0.12434,0.086231,0.459,"2013-10-25 00:00",0.4,"2013-09-19 00:00",0.333,"2013-10-01 00:00",0.261,"2013-03-29 00:00","","","","",0.459,0.4,0.333,0.225,0.144,0.1,0.0315," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43235",7,41.841573,-71.36077,"NAD83","n-Nonane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",9,0.116556,0.078447,0.4,"2013-09-19 00:00",0.387,"2013-10-25 00:00",0.27,"2013-08-26 00:00",0.234,"2013-05-28 00:00","","","","",0.4,0.387,0.27,0.2,0.144,0.099,0.0315," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43238",1,41.841573,-71.36077,"NAD83","n-Decane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",221,0.172149,0.13416,1.29,"2013-06-18 08:00",0.82,"2013-08-05 23:00",0.8,"2013-07-11 11:00",0.77,"2013-06-17 08:00","","","","",0.7,0.57,0.43,0.33,0.22,0.15,0.065," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43238",2,41.841573,-71.36077,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",20,0.135536,0.08313,0.5,"2013-09-19 00:00",0.29,"2013-06-21 00:00",0.29,"2013-10-01 00:00",0.25,"2013-11-06 00:00","","","","",0.5,0.29,0.29,0.23,0.18,0.13,0.065," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43238",7,41.841573,-71.36077,"NAD83","n-Decane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",24,0.137679,0.151513,1.11,"2013-08-26 00:00",0.4,"2013-09-19 00:00",0.28,"2013-02-15 00:00",0.24,"2013-06-21 00:00","","","","",1.11,0.4,0.28,0.22,0.18,0.09,0.065," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43242",1,41.841573,-71.36077,"NAD83","Cyclopentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",131,0.106944,0.094788,0.8,"2013-08-13 17:00",0.63,"2013-08-01 02:00",0.61,"2013-08-25 02:00",0.58,"2013-08-01 05:00","","","","",0.49,0.39,0.31,0.21,0.13,0.08,0.025," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43242",2,41.841573,-71.36077,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",13,0.090982,0.057867,0.3,"2013-09-19 00:00",0.27,"2013-10-01 00:00",0.18,"2013-02-15 00:00",0.17,"2013-01-16 00:00","","","","",0.3,0.27,0.18,0.17,0.12,0.08,0.025," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43242",7,41.841573,-71.36077,"NAD83","Cyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",14,0.087411,0.052743,0.3,"2013-09-19 00:00",0.18,"2013-02-15 00:00",0.17,"2013-01-16 00:00",0.17,"2013-10-19 00:00","","","","",0.3,0.18,0.17,0.16,0.12,0.085,0.025," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43243",1,41.841573,-71.36077,"NAD83","Isoprene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",14,3.027104,3.447253,24.345,"2013-07-15 23:00",20.41,"2013-07-15 17:00",20.09,"2013-07-06 20:00",17.495,"2013-07-06 17:00","","","","",16.37,13.02,10.12,7.285,4.34,1.89,0.165," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43243",2,41.841573,-71.36077,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",22,0.799821,1.712841,10.875,"2013-07-15 00:00",4.1,"2013-08-20 00:00",3.815,"2013-07-03 00:00",3.025,"2013-07-21 00:00","","","","",10.875,4.1,3.815,2.51,1.115,0.07,0.0325," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43243",7,41.841573,-71.36077,"NAD83","Isoprene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",22,0.797411,1.680925,10.78,"2013-07-15 00:00",4.02,"2013-08-20 00:00",3.59,"2013-07-03 00:00",2.935,"2013-06-09 00:00","","","","",10.78,4.02,3.59,2.46,1.1,0.07,0.0325," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43244",1,41.841573,-71.36077,"NAD83","2,2-Dimethylbutane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",493,0.081247,0.06765,0.582,"2013-08-01 05:00",0.576,"2013-08-01 02:00",0.552,"2013-08-25 02:00",0.456,"2013-08-28 05:00","","","","",0.378,0.33,0.228,0.144,0.057,0.057,0.057," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43244",2,41.841573,-71.36077,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",41,0.079518,0.049732,0.294,"2013-10-01 00:00",0.204,"2013-10-19 00:00",0.2,"2013-09-19 00:00",0.192,"2013-02-15 00:00","","","","",0.294,0.204,0.2,0.162,0.072,0.057,0.057," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43244",7,41.841573,-71.36077,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",42,0.075393,0.039905,0.204,"2013-02-15 00:00",0.2,"2013-09-19 00:00",0.198,"2013-10-19 00:00",0.168,"2013-01-16 00:00","","","","",0.204,0.2,0.198,0.138,0.072,0.057,0.057," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43247",1,41.841573,-71.36077,"NAD83","2,4-Dimethylpentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",330,0.111847,0.110627,1.246,"2013-08-13 17:00",0.812,"2013-08-25 02:00",0.644,"2013-08-28 05:00",0.623,"2013-08-24 23:00","","","","",0.511,0.455,0.329,0.238,0.14,0.049,0.049," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43247",2,41.841573,-71.36077,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",31,0.085804,0.056537,0.3,"2013-09-19 00:00",0.287,"2013-10-01 00:00",0.175,"2013-10-19 00:00",0.168,"2013-08-20 00:00","","","","",0.3,0.287,0.175,0.154,0.112,0.049,0.049," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43247",7,41.841573,-71.36077,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",32,0.080929,0.049639,0.3,"2013-09-19 00:00",0.175,"2013-05-28 00:00",0.175,"2013-08-20 00:00",0.175,"2013-10-19 00:00","","","","",0.3,0.175,0.175,0.14,0.112,0.049,0.049," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43248",1,41.841573,-71.36077,"NAD83","Cyclohexane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",123,0.194788,0.181043,1.866,"2013-08-13 17:00",1.11,"2013-08-05 23:00",1.11,"2013-08-25 02:00",1.11,"2013-08-28 05:00","","","","",0.924,0.804,0.534,0.378,0.228,0.144,0.048," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43248",2,41.841573,-71.36077,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",8,0.173643,0.092941,0.51,"2013-10-01 00:00",0.4,"2013-09-19 00:00",0.33,"2013-06-21 00:00",0.33,"2013-11-06 00:00","","","","",0.51,0.4,0.33,0.276,0.228,0.156,0.048," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43248",7,41.841573,-71.36077,"NAD83","Cyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",9,0.163679,0.084307,0.5,"2013-09-19 00:00",0.288,"2013-08-20 00:00",0.282,"2013-10-19 00:00",0.276,"2013-01-16 00:00","","","","",0.5,0.288,0.282,0.264,0.222,0.15,0.048," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43249",1,41.841573,-71.36077,"NAD83","3-Methylhexane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",541,19,65,365,0,196,"","","Certification not required",0,0.308026,0.228878,2.226,"2013-08-13 17:00",1.484,"2013-08-28 05:00",1.344,"2013-08-25 02:00",1.26,"2013-08-06 05:00","","","","",1.169,1.078,0.798,0.553,0.336,0.245,0.133," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43249",2,41.841573,-71.36077,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,0.298132,0.145396,0.896,"2013-10-01 00:00",0.7,"2013-09-19 00:00",0.525,"2013-10-19 00:00",0.525,"2013-11-06 00:00","","","","",0.896,0.7,0.525,0.469,0.35,0.28,0.168," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43249",7,41.841573,-71.36077,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",0,0.283056,0.124477,0.7,"2013-09-19 00:00",0.574,"2013-05-28 00:00",0.539,"2013-02-15 00:00",0.518,"2013-01-16 00:00","","","","",0.7,0.574,0.539,0.427,0.336,0.273,0.154," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43250",1,41.841573,-71.36077,"NAD83","2,2,4-Trimethylpentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.60404,0.542604,4.3,"2013-08-13 17:00",4.3,"2013-08-25 02:00",3.4,"2013-08-24 23:00",3.3,"2013-08-28 05:00","","","","",2.7,2.4,1.7,1.2,0.7,0.4,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43250",2,41.841573,-71.36077,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.4,0.263542,1.3,"2013-09-19 00:00",1.2,"2013-10-01 00:00",1,"2013-08-20 00:00",0.8,"2013-07-15 00:00","","","","",1.3,1.2,1,0.8,0.5,0.4,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43250",7,41.841573,-71.36077,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.405357,0.265206,1.4,"2013-09-19 00:00",1,"2013-08-20 00:00",0.9,"2013-05-28 00:00",0.9,"2013-07-27 00:00","","","","",1.4,1,0.9,0.8,0.5,0.4,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43252",1,41.841573,-71.36077,"NAD83","2,3,4-Trimethylpentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",29,0.200761,0.18714,1.472,"2013-08-25 02:00",1.328,"2013-08-13 17:00",1.2,"2013-08-24 23:00",1.112,"2013-08-28 05:00","","","","",0.92,0.816,0.592,0.408,0.24,0.136,0.064," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43252",2,41.841573,-71.36077,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",7,0.134857,0.090096,0.416,"2013-10-01 00:00",0.4,"2013-09-19 00:00",0.352,"2013-08-20 00:00",0.28,"2013-07-15 00:00","","","","",0.416,0.4,0.352,0.248,0.192,0.12,0.028," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43252",7,41.841573,-71.36077,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",9,0.1315,0.090136,0.408,"2013-08-20 00:00",0.4,"2013-09-19 00:00",0.32,"2013-07-27 00:00",0.288,"2013-07-15 00:00","","","","",0.408,0.4,0.32,0.264,0.176,0.112,0.028," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43253",1,41.841573,-71.36077,"NAD83","3-Methylheptane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",121,0.166478,0.127256,0.848,"2013-08-13 17:00",0.696,"2013-08-28 05:00",0.64,"2013-08-06 05:00",0.632,"2013-08-05 20:00","","","","",0.624,0.536,0.416,0.336,0.232,0.136,0.032," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43253",2,41.841573,-71.36077,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",10,0.139236,0.084279,0.344,"2013-05-10 00:00",0.344,"2013-10-01 00:00",0.288,"2013-07-15 00:00",0.288,"2013-08-02 00:00","","","","",0.344,0.344,0.288,0.272,0.2,0.128,0.032," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43253",7,41.841573,-71.36077,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",12,0.131964,0.088396,0.368,"2013-05-10 00:00",0.344,"2013-07-15 00:00",0.328,"2013-05-28 00:00",0.3,"2013-09-19 00:00","","","","",0.368,0.344,0.328,0.248,0.192,0.112,0.032," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43256",1,41.841573,-71.36077,"NAD83","alpha.-Pinene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,1.704848,3.013227,48.41,"2013-08-07 02:00",35.12,"2013-08-05 23:00",21.61,"2013-07-17 02:00",18.86,"2013-07-17 05:00","","","","",10.77,6.17,4.08,3.36,2.4,0.86,0.24," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43256",2,41.841573,-71.36077,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",2,0.389643,0.442611,2.66,"2013-06-27 00:00",1.35,"2013-08-02 00:00",1.26,"2013-01-28 00:00",1.09,"2013-07-15 00:00","","","","",2.66,1.35,1.26,0.97,0.5,0.26,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43256",7,41.841573,-71.36077,"NAD83","alpha.-Pinene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",9,0.347589,0.397789,2.3,"2013-06-27 00:00",1.24,"2013-08-02 00:00",1.11,"2013-07-15 00:00",1.08,"2013-01-28 00:00","","","","",2.3,1.24,1.11,0.78,0.47,0.27,0.025," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43261",1,41.841573,-71.36077,"NAD83","Methylcyclohexane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",541,19,65,365,0,196,"","","Certification not required",68,0.207451,0.188886,1.603,"2013-08-13 17:00",1.148,"2013-08-28 05:00",1.134,"2013-08-25 02:00",0.931,"2013-08-06 05:00","","","","",0.896,0.798,0.644,0.413,0.252,0.147,0.0385," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43261",2,41.841573,-71.36077,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",7,0.160917,0.087311,0.406,"2013-10-01 00:00",0.4,"2013-09-19 00:00",0.301,"2013-10-19 00:00",0.287,"2013-02-15 00:00","","","","",0.406,0.4,0.301,0.28,0.203,0.154,0.0385," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43261",7,41.841573,-71.36077,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,9,"","","Certification not required",9,0.149875,0.088197,0.5,"2013-09-19 00:00",0.315,"2013-02-15 00:00",0.301,"2013-10-19 00:00",0.28,"2013-01-16 00:00","","","","",0.5,0.315,0.301,0.238,0.2,0.14,0.0385," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43262",1,41.841573,-71.36077,"NAD83","Methylcyclopentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",2,0.337182,0.35086,4.59,"2013-08-13 17:00",2.13,"2013-08-25 02:00",2.028,"2013-08-01 02:00",2.01,"2013-08-28 05:00","","","","",1.698,1.428,0.99,0.672,0.372,0.24,0.108," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43262",2,41.841573,-71.36077,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.287607,0.171388,0.948,"2013-10-01 00:00",0.8,"2013-09-19 00:00",0.636,"2013-11-06 00:00",0.588,"2013-10-19 00:00","","","","",0.948,0.8,0.636,0.51,0.336,0.27,0.108," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43262",7,41.841573,-71.36077,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.273679,0.142817,0.8,"2013-09-19 00:00",0.582,"2013-10-19 00:00",0.534,"2013-02-15 00:00",0.528,"2013-01-16 00:00","","","","",0.8,0.582,0.534,0.492,0.33,0.27,0.108," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43263",1,41.841573,-71.36077,"NAD83","2-Methylhexane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",541,19,65,365,0,196,"","","Certification not required",3,0.238298,0.201462,2.093,"2013-08-13 17:00",1.232,"2013-08-28 05:00",1.169,"2013-08-25 02:00",1.05,"2013-08-06 05:00","","","","",0.98,0.903,0.665,0.455,0.273,0.175,0.091," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43263",2,41.841573,-71.36077,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",1,0.214717,0.124803,0.721,"2013-10-01 00:00",0.6,"2013-09-19 00:00",0.427,"2013-11-06 00:00",0.392,"2013-01-16 00:00","","","","",0.721,0.6,0.427,0.364,0.252,0.182,0.098," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43263",7,41.841573,-71.36077,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",2,0.203352,0.10488,0.6,"2013-09-19 00:00",0.42,"2013-01-16 00:00",0.392,"2013-05-28 00:00",0.392,"2013-10-19 00:00","","","","",0.6,0.42,0.392,0.322,0.252,0.196,0.091," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43280",1,41.841573,-71.36077,"NAD83","1-Butene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",16,0.274579,0.154088,1.288,"2013-08-24 23:00",1.212,"2013-08-25 02:00",1.144,"2013-08-24 20:00",1.036,"2013-08-28 05:00","","","","",0.944,0.812,0.52,0.416,0.328,0.248,0.132," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43280",2,41.841573,-71.36077,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.329891,0.157491,0.784,"2013-10-01 00:00",0.744,"2013-02-15 00:00",0.728,"2013-01-16 00:00",0.72,"2013-06-15 00:00","","","","",0.784,0.744,0.728,0.536,0.368,0.288,0.18," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43280",7,41.841573,-71.36077,"NAD83","1-Butene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",1,0.297091,0.134881,0.784,"2013-01-16 00:00",0.756,"2013-02-15 00:00",0.544,"2013-01-28 00:00",0.504,"2013-11-30 00:00","","","","",0.784,0.756,0.544,0.428,0.368,0.268,0.176," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43284",1,41.841573,-71.36077,"NAD83","2,3-Dimethylbutane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",283,0.18497,0.195097,1.734,"2013-08-13 17:00",1.512,"2013-08-25 02:00",1.17,"2013-08-01 02:00",1.092,"2013-08-01 05:00","","","","",1.02,0.792,0.618,0.384,0.216,0.132,0.066," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43284",2,41.841573,-71.36077,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",21,0.14875,0.097151,0.5,"2013-09-19 00:00",0.48,"2013-10-01 00:00",0.306,"2013-11-06 00:00",0.3,"2013-10-19 00:00","","","","",0.5,0.48,0.306,0.264,0.2,0.138,0.066," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43284",7,41.841573,-71.36077,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",22,0.142643,0.08744,0.5,"2013-09-19 00:00",0.306,"2013-10-19 00:00",0.3,"2013-05-28 00:00",0.276,"2013-02-15 00:00","","","","",0.5,0.306,0.3,0.258,0.2,0.138,0.066," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43285",1,41.841573,-71.36077,"NAD83","2-Methylpentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",1,0.708089,0.636485,5.44,"2013-08-13 17:00",4.16,"2013-08-01 02:00",3.94,"2013-08-01 05:00",3.8,"2013-08-25 02:00","","","","",2.98,2.57,2.06,1.43,0.89,0.52,0.19," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43285",2,41.841573,-71.36077,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.580214,0.34919,1.83,"2013-10-01 00:00",1.5,"2013-09-19 00:00",1.31,"2013-07-15 00:00",1.16,"2013-11-06 00:00","","","","",1.83,1.5,1.31,1.06,0.74,0.55,0.23," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43285",7,41.841573,-71.36077,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.559964,0.344294,1.7,"2013-09-19 00:00",1.62,"2013-07-15 00:00",1.23,"2013-08-20 00:00",1.15,"2013-02-15 00:00","","","","",1.7,1.62,1.23,1,0.7,0.528,0.22," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43291",1,41.841573,-71.36077,"NAD83","2,3-Dimethylpentane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",541,19,65,365,0,196,"","","Certification not required",365,0.12294,0.113927,1.099,"2013-08-13 17:00",0.784,"2013-08-25 02:00",0.721,"2013-08-28 05:00",0.637,"2013-08-24 23:00","","","","",0.539,0.497,0.357,0.245,0.147,0.0665,0.0665," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43291",2,41.841573,-71.36077,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",31,0.108185,0.066908,0.364,"2013-10-01 00:00",0.3,"2013-09-19 00:00",0.259,"2013-02-15 00:00",0.231,"2013-10-19 00:00","","","","",0.364,0.3,0.259,0.189,0.147,0.0665,0.0665," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43291",7,41.841573,-71.36077,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,7,"","","Certification not required",32,0.104139,0.058758,0.3,"2013-09-19 00:00",0.266,"2013-02-15 00:00",0.224,"2013-05-28 00:00",0.224,"2013-10-19 00:00","","","","",0.3,0.266,0.224,0.2,0.14,0.0665,0.0665," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43372",1,41.841573,-71.36077,"NAD83","Methyl tert-butyl ether","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",0,0.002397,0.015309,0.1,"2013-06-15 23:00",0.1,"2013-06-16 02:00",0.1,"2013-07-03 08:00",0.1,"2013-07-08 02:00","","","","",0.1,0.1,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43372",2,41.841573,-71.36077,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43372",7,41.841573,-71.36077,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43502",2,41.841573,-71.36077,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,4,"","","Certification not required",0,1.454386,0.864595,4.8,"2013-07-15 00:00",3.7,"2013-08-20 00:00",3.7,"2013-08-26 00:00",3,"2013-07-21 00:00","","","","",4.8,3.7,3.7,2.8,1.6,1.2,0.7," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"44","007","1010","43502",7,41.841573,-71.36077,"NAD83","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,3,"","","Certification not required",0,1.517857,1.046707,5,"2013-07-15 00:00",3.7,"2013-08-20 00:00",3.5,"2013-06-21 00:00",2.5,"2013-05-16 00:00","","","","",5,5,3.7,3.5,1.7,1.3,0.6," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"44","007","1010","43503",2,41.841573,-71.36077,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,4,"","","Certification not required",0,1.415789,0.641925,2.6,"2013-07-15 00:00",2.6,"2013-07-21 00:00",2.6,"2013-09-19 00:00",2.6,"2013-10-19 00:00","","","","",2.6,2.6,2.6,2.4,2,1.4,0.6," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"44","007","1010","43503",7,41.841573,-71.36077,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,3,"","","Certification not required",0,1.389286,0.645405,2.8,"2013-07-15 00:00",2.6,"2013-10-19 00:00",2.4,"2013-06-21 00:00",2.2,"2013-08-20 00:00","","","","",2.8,2.8,2.6,2.4,1.8,1.4,0.6," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"44","007","1010","43509",1,41.841573,-71.36077,"NAD83","Acrolein - Verified","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",0,0.341438,0.199128,1.3,"2013-08-24 20:00",1.1,"2013-07-27 11:00",1,"2013-07-27 14:00",1,"2013-08-01 11:00","","","","",0.9,0.8,0.7,0.6,0.5,0.3,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43509",2,41.841573,-71.36077,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",54,15,54,365,0,7,"","","Certification not required",0,0.288889,0.104008,0.7,"2013-01-28 00:00",0.5,"2013-05-10 00:00",0.5,"2013-11-30 00:00",0.4,"2013-01-04 00:00","","","","",0.7,0.5,0.5,0.4,0.3,0.3,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43509",7,41.841573,-71.36077,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","6L Pressurized Canister - Entech Precon w/Agilent GC/MS/FID",2013,"Parts per billion Carbon","No Events",56,15,56,365,0,5,"","","Certification not required",0,0.248214,0.112801,0.5,"2013-01-04 00:00",0.5,"2013-02-15 00:00",0.5,"2013-03-29 00:00",0.5,"2013-04-28 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43551",2,41.841573,-71.36077,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,4,"","","Certification not required",3,4.875289,2.093119,9.3,"2013-05-10 00:00",8.7,"2013-08-20 00:00",8.4,"2013-06-21 00:00",8.4,"2013-09-19 00:00","","","","",9.3,8.7,8.4,8.1,6,4.5,2.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"44","007","1010","43551",7,41.841573,-71.36077,"NAD83","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",28,90,28,31,0,3,"","","Certification not required",3,4.642554,2.333042,9.6,"2013-06-21 00:00",8.7,"2013-08-20 00:00",8.1,"2013-10-31 00:00",7.8,"2013-04-10 00:00","","","","",9.6,9.6,8.7,8.1,6,4.5,1.0305," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-30" +"44","007","1010","43552",1,41.841573,-71.36077,"NAD83","Methyl ethyl ketone","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",531,18,64,365,0,206,"","","Certification not required",20,1.437258,0.832909,5.16,"2013-07-31 05:00",4.076,"2013-07-17 08:00",3.944,"2013-07-15 20:00",3.816,"2013-06-25 14:00","","","","",3.728,3.644,3.12,2.688,1.864,1.3,0.52," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43552",2,41.841573,-71.36077,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,9,"","","Certification not required",0,1.320154,0.70745,4.9,"2013-07-15 00:00",2.472,"2013-05-10 00:00",2.384,"2013-07-21 00:00",2.212,"2013-07-09 00:00","","","","",4.9,2.472,2.384,2.124,1.56,1.164,0.688," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43552",7,41.841573,-71.36077,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,10,"","","Certification not required",0,1.30651,0.567453,3.512,"2013-07-15 00:00",2.384,"2013-05-10 00:00",2.124,"2013-05-28 00:00",2.1,"2013-09-19 00:00","","","","",3.512,2.384,2.124,1.952,1.692,1.216,0.756," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43704",1,41.841573,-71.36077,"NAD83","Acrylonitrile","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43704",2,41.841573,-71.36077,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43704",7,41.841573,-71.36077,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43801",1,41.841573,-71.36077,"NAD83","Chloromethane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.555892,0.055466,0.7,"2013-06-26 08:00",0.7,"2013-06-28 14:00",0.7,"2013-06-28 17:00",0.7,"2013-06-28 20:00","","","","",0.7,0.7,0.6,0.6,0.6,0.6,0.5," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43801",2,41.841573,-71.36077,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.544643,0.041734,0.64,"2013-02-27 00:00",0.63,"2013-02-03 00:00",0.63,"2013-05-10 00:00",0.62,"2013-03-11 00:00","","","","",0.64,0.63,0.63,0.59,0.57,0.55,0.5," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43801",7,41.841573,-71.36077,"NAD83","Chloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.538929,0.038691,0.61,"2013-03-17 00:00",0.61,"2013-05-10 00:00",0.6,"2013-01-28 00:00",0.6,"2013-06-03 00:00","","","","",0.61,0.61,0.6,0.59,0.57,0.54,0.49," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43802",1,41.841573,-71.36077,"NAD83","Dichloromethane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.099663,0.109267,2,"2013-06-18 02:00",1.6,"2013-06-18 05:00",0.5,"2013-06-17 23:00",0.5,"2013-08-30 11:00","","","","",0.3,0.2,0.1,0.1,0.1,0.1,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43802",2,41.841573,-71.36077,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.084464,0.024857,0.19,"2013-10-01 00:00",0.14,"2013-12-12 00:00",0.13,"2013-09-19 00:00",0.13,"2013-10-25 00:00","","","","",0.19,0.14,0.13,0.12,0.09,0.08,0.06," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43802",7,41.841573,-71.36077,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,0.081698,0.019586,0.15,"2013-09-19 00:00",0.13,"2013-12-12 00:00",0.12,"2013-08-26 00:00",0.12,"2013-10-25 00:00","","","","",0.15,0.13,0.12,0.11,0.09,0.08,0.06," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43803",1,41.841573,-71.36077,"NAD83","Chloroform","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.008754,0.028877,0.2,"2013-07-17 02:00",0.1,"2013-06-04 20:00",0.1,"2013-06-04 23:00",0.1,"2013-06-05 02:00","","","","",0.1,0.1,0.1,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43803",2,41.841573,-71.36077,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.020909,0.009864,0.06,"2013-10-01 00:00",0.04,"2013-07-09 00:00",0.04,"2013-07-15 00:00",0.04,"2013-07-21 00:00","","","","",0.06,0.04,0.04,0.03,0.03,0.02,0.01," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43803",7,41.841573,-71.36077,"NAD83","Chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,0.020189,0.007964,0.04,"2013-07-09 00:00",0.04,"2013-07-15 00:00",0.04,"2013-07-21 00:00",0.03,"2013-05-28 00:00","","","","",0.04,0.04,0.04,0.03,0.02,0.02,0.01," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43804",1,41.841573,-71.36077,"NAD83","Carbon tetrachloride","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.1,0,0.1,"2013-05-31 23:00",0.1,"2013-06-01 05:00",0.1,"2013-06-01 08:00",0.1,"2013-06-01 11:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43804",2,41.841573,-71.36077,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.081636,0.006601,0.1,"2013-10-01 00:00",0.09,"2013-01-04 00:00",0.09,"2013-01-10 00:00",0.09,"2013-01-16 00:00","","","","",0.1,0.09,0.09,0.09,0.09,0.08,0.07," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43804",7,41.841573,-71.36077,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0.080545,0.005906,0.09,"2013-01-10 00:00",0.09,"2013-01-16 00:00",0.09,"2013-01-28 00:00",0.09,"2013-02-09 00:00","","","","",0.09,0.09,0.09,0.09,0.08,0.08,0.07," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43813",1,41.841573,-71.36077,"NAD83","1,1-Dichloroethane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43813",2,41.841573,-71.36077,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43813",7,41.841573,-71.36077,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43814",1,41.841573,-71.36077,"NAD83","Methyl chloroform","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSDD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.000337,0.008206,0.2,"2013-06-25 08:00",0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43814",2,41.841573,-71.36077,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43814",7,41.841573,-71.36077,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43815",1,41.841573,-71.36077,"NAD83","Ethylene dichloride","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.000168,0.004103,0.1,"2013-08-01 05:00",0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43815",2,41.841573,-71.36077,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43815",7,41.841573,-71.36077,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43817",1,41.841573,-71.36077,"NAD83","Tetrachloroethylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.012121,0.034668,0.2,"2013-07-16 20:00",0.2,"2013-07-16 23:00",0.2,"2013-07-17 02:00",0.2,"2013-07-26 20:00","","","","",0.1,0.1,0.1,0.1,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43817",2,41.841573,-71.36077,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.003571,0.018726,0.1,"2013-01-16 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43817",7,41.841573,-71.36077,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.005357,0.022721,0.1,"2013-01-16 00:00",0.1,"2013-08-26 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43818",1,41.841573,-71.36077,"NAD83","1,1,2,2-Tetrachloroethane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43818",2,41.841573,-71.36077,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43818",7,41.841573,-71.36077,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43824",1,41.841573,-71.36077,"NAD83","Trichloroethylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.002525,0.015702,0.1,"2013-06-03 08:00",0.1,"2013-06-18 05:00",0.1,"2013-06-25 08:00",0.1,"2013-07-11 11:00","","","","",0.1,0.1,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43824",2,41.841573,-71.36077,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43824",7,41.841573,-71.36077,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43826",1,41.841573,-71.36077,"NAD83","1,1-Dichloroethylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43826",2,41.841573,-71.36077,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43826",7,41.841573,-71.36077,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43829",1,41.841573,-71.36077,"NAD83","1,2-Dichloropropane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43829",2,41.841573,-71.36077,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43829",7,41.841573,-71.36077,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43830",1,41.841573,-71.36077,"NAD83","trans-1,3-Dichloropropene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSDD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43830",2,41.841573,-71.36077,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43830",7,41.841573,-71.36077,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43831",1,41.841573,-71.36077,"NAD83","cis-1,3-Dichloropropene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43831",2,41.841573,-71.36077,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43831",7,41.841573,-71.36077,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43843",1,41.841573,-71.36077,"NAD83","Ethylene dibromide","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43843",2,41.841573,-71.36077,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43843",7,41.841573,-71.36077,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43860",1,41.841573,-71.36077,"NAD83","Vinyl chloride","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43860",2,41.841573,-71.36077,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43860",7,41.841573,-71.36077,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43954",1,41.841573,-71.36077,"NAD83","n-Undecane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon - GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",536,0.221149,0.222464,2.178,"2013-07-19 14:00",1.826,"2013-07-19 17:00",1.727,"2013-07-20 14:00",1.716,"2013-07-20 20:00","","","","",1.485,1.254,0.44,0.1705,0.1705,0.1705,0.1705," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43954",2,41.841573,-71.36077,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",51,0.168366,0.073041,0.5,"2013-09-19 00:00",0.385,"2013-07-21 00:00",0.374,"2013-10-01 00:00",0.1705,"2013-01-04 00:00","","","","",0.5,0.385,0.374,0.1705,0.1705,0.1705,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43954",7,41.841573,-71.36077,"NAD83","n-Undecane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",52,0.179857,0.140879,1.089,"2013-08-26 00:00",0.5,"2013-09-19 00:00",0.363,"2013-07-21 00:00",0.1705,"2013-01-04 00:00","","","","",1.089,0.5,0.363,0.1705,0.1705,0.1705,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43960",1,41.841573,-71.36077,"NAD83","2-Methylheptane","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",124,0.103327,0.095917,0.712,"2013-08-13 17:00",0.608,"2013-08-28 05:00",0.552,"2013-08-06 05:00",0.536,"2013-08-25 02:00","","","","",0.52,0.408,0.312,0.216,0.128,0.072,0.024," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","43960",2,41.841573,-71.36077,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",10,0.087673,0.050404,0.248,"2013-10-01 00:00",0.2,"2013-09-19 00:00",0.192,"2013-10-19 00:00",0.192,"2013-11-06 00:00","","","","",0.248,0.2,0.192,0.16,0.112,0.072,0.024," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","43960",7,41.841573,-71.36077,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",11,0.084607,0.0518,0.3,"2013-09-19 00:00",0.192,"2013-02-15 00:00",0.184,"2013-10-19 00:00",0.176,"2013-01-16 00:00","","","","",0.3,0.192,0.184,0.16,0.112,0.072,0.024," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","44201",1,41.841573,-71.36077,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8432,98,180,183,0,328,0,0,"Certification not required",477,0.050522,0.013724,0.104,"2013-07-19 15:00",0.103,"2013-09-11 16:00",0.092,"2013-05-31 18:00",0.092,"2013-06-25 17:00","","","","",0.103,0.092,0.077,0.067,0.057,0.05,0.044," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","44201",1,41.841573,-71.36077,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8562,98,180,183,0,0,1,1,"Certification not required",0,0.045306,0.011694,0.085,"2013-09-11 12:00",0.08,"2013-07-19 10:00",0.078,"2013-07-18 14:00",0.076,"2013-05-31 11:00","","","","",0.08,0.076,0.068,0.059,0.053,0.046,0.041," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","44201",1,41.841573,-71.36077,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8562,98,180,183,0,0,5,5,"Certification not required",0,0.045306,0.011694,0.085,"2013-09-11 12:00",0.08,"2013-07-19 10:00",0.078,"2013-07-18 14:00",0.076,"2013-05-31 11:00","","","","",0.08,0.076,0.068,0.059,0.053,0.046,0.041," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","45109",1,41.841573,-71.36077,"NAD83","m/p Xylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.794613,0.656711,4.3,"2013-08-06 05:00",4.3,"2013-08-28 05:00",4,"2013-06-18 05:00",3.9,"2013-06-16 02:00","","","","",3.6,3,2.2,1.6,0.9,0.6,0.3," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45109",2,41.841573,-71.36077,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.694643,0.38396,2.2,"2013-10-01 00:00",1.6,"2013-11-06 00:00",1.5,"2013-09-19 00:00",1.4,"2013-01-16 00:00","","","","",2.2,1.6,1.5,1.3,0.8,0.6,0.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45109",7,41.841573,-71.36077,"NAD83","m/p Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.658929,0.346818,1.6,"2013-05-28 00:00",1.6,"2013-09-19 00:00",1.5,"2013-02-15 00:00",1.4,"2013-01-16 00:00","","","","",1.6,1.6,1.5,1.1,0.8,0.6,0.3," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45201",1,41.841573,-71.36077,"NAD83","Benzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.511279,0.363361,2.9,"2013-08-24 23:00",2.8,"2013-08-25 02:00",2.4,"2013-06-16 02:00",2.4,"2013-08-24 20:00","","","","",2.1,1.6,1.2,0.9,0.6,0.4,0.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45201",2,41.841573,-71.36077,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.869643,0.439801,2.2,"2013-01-16 00:00",2.1,"2013-02-15 00:00",2,"2013-01-28 00:00",1.7,"2013-01-04 00:00","","","","",2.2,2.1,2,1.5,1.1,0.8,0.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45201",7,41.841573,-71.36077,"NAD83","Benzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.826786,0.43921,2.3,"2013-01-16 00:00",2.1,"2013-01-28 00:00",2.1,"2013-02-15 00:00",1.7,"2013-01-04 00:00","","","","",2.3,2.1,2.1,1.4,0.9,0.7,0.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45202",1,41.841573,-71.36077,"NAD83","Toluene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",468,16,57,365,0,269,"","","Certification not required",0,1.948077,1.570627,9.9,"2013-08-28 05:00",9,"2013-08-06 05:00",8.9,"2013-08-25 02:00",8.6,"2013-08-05 23:00","","","","",7.9,7.3,5.6,3.7,2.4,1.5,0.6," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45202",2,41.841573,-71.36077,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,10,"","","Certification not required",0,1.496078,1.02156,5.1,"2013-10-01 00:00",4.7,"2013-10-25 00:00",3.5,"2013-09-19 00:00",3.5,"2013-11-06 00:00","","","","",5.1,4.7,3.5,2.8,1.8,1.2,0.6," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45202",7,41.841573,-71.36077,"NAD83","Toluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,10,"","","Certification not required",0,1.421569,0.858677,4.1,"2013-10-25 00:00",3.6,"2013-09-19 00:00",3.4,"2013-05-28 00:00",3.1,"2013-01-16 00:00","","","","",4.1,3.6,3.4,2.7,1.7,1.3,0.6," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45203",1,41.841573,-71.36077,"NAD83","Ethylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.313468,0.236801,1.6,"2013-08-28 05:00",1.5,"2013-08-06 05:00",1.4,"2013-06-18 05:00",1.4,"2013-08-25 02:00","","","","",1.3,1.1,0.8,0.6,0.4,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45203",2,41.841573,-71.36077,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.269643,0.137404,0.7,"2013-10-01 00:00",0.6,"2013-01-16 00:00",0.6,"2013-09-19 00:00",0.6,"2013-11-06 00:00","","","","",0.7,0.6,0.6,0.4,0.3,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45203",7,41.841573,-71.36077,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.255357,0.133375,0.6,"2013-05-28 00:00",0.6,"2013-09-19 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-15 00:00","","","","",0.6,0.6,0.5,0.5,0.3,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45204",1,41.841573,-71.36077,"NAD83","o-Xylene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.29596,0.239273,1.6,"2013-08-06 05:00",1.5,"2013-08-28 05:00",1.4,"2013-08-25 02:00",1.3,"2013-06-18 05:00","","","","",1.2,1.1,0.8,0.6,0.4,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45204",2,41.841573,-71.36077,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.251786,0.174763,0.9,"2013-10-01 00:00",0.9,"2013-10-25 00:00",0.6,"2013-09-19 00:00",0.5,"2013-01-16 00:00","","","","",0.9,0.9,0.6,0.5,0.3,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45204",7,41.841573,-71.36077,"NAD83","o-Xylene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.233929,0.149273,0.7,"2013-10-25 00:00",0.6,"2013-05-28 00:00",0.6,"2013-09-19 00:00",0.5,"2013-01-16 00:00","","","","",0.7,0.6,0.6,0.5,0.3,0.2,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45207",1,41.841573,-71.36077,"NAD83","1,3,5-Trimethylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",387,0.069457,0.063165,0.405,"2013-08-06 05:00",0.396,"2013-08-28 05:00",0.387,"2013-08-05 23:00",0.378,"2013-08-25 02:00","","","","",0.342,0.288,0.198,0.144,0.081,0.036,0.036," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45207",2,41.841573,-71.36077,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",32,0.057982,0.034126,0.18,"2013-10-01 00:00",0.144,"2013-10-25 00:00",0.135,"2013-01-16 00:00",0.126,"2013-11-06 00:00","","","","",0.18,0.144,0.135,0.1,0.081,0.036,0.036," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45207",7,41.841573,-71.36077,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",33,0.055089,0.031898,0.153,"2013-02-15 00:00",0.135,"2013-05-28 00:00",0.126,"2013-01-16 00:00",0.126,"2013-08-26 00:00","","","","",0.153,0.135,0.126,0.1,0.072,0.036,0.036," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45208",1,41.841573,-71.36077,"NAD83","1,2,4-Trimethylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",400,0.253853,0.235105,1.49,"2013-08-05 23:00",1.49,"2013-08-06 05:00",1.43,"2013-08-28 05:00",1.4,"2013-08-25 02:00","","","","",1.3,1.16,0.69,0.54,0.31,0.135,0.135," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45208",2,41.841573,-71.36077,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",32,0.201036,0.11637,0.61,"2013-10-01 00:00",0.51,"2013-01-16 00:00",0.47,"2013-10-25 00:00",0.4,"2013-08-26 00:00","","","","",0.61,0.51,0.47,0.39,0.28,0.135,0.135," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45208",7,41.841573,-71.36077,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",37,0.193295,0.160539,1.07,"2013-08-26 00:00",0.54,"2013-05-28 00:00",0.51,"2013-02-15 00:00",0.5,"2013-09-19 00:00","","","","",1.07,0.54,0.51,0.33,0.2,0.135,0.135," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45209",1,41.841573,-71.36077,"NAD83","n-Propylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",426,0.060152,0.050357,0.342,"2013-08-05 23:00",0.333,"2013-08-28 05:00",0.324,"2013-08-06 05:00",0.315,"2013-08-25 02:00","","","","",0.288,0.243,0.153,0.126,0.072,0.036,0.036," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45209",2,41.841573,-71.36077,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",36,0.053821,0.03393,0.2,"2013-09-19 00:00",0.162,"2013-10-01 00:00",0.117,"2013-01-16 00:00",0.108,"2013-10-25 00:00","","","","",0.2,0.162,0.117,0.099,0.072,0.036,0.036," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45209",7,41.841573,-71.36077,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",38,0.051089,0.032538,0.2,"2013-09-19 00:00",0.135,"2013-05-28 00:00",0.126,"2013-02-15 00:00",0.099,"2013-08-26 00:00","","","","",0.2,0.135,0.126,0.09,0.072,0.036,0.036," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45210",1,41.841573,-71.36077,"NAD83","Isopropylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.007407,0.026211,0.1,"2013-06-04 23:00",0.1,"2013-06-05 02:00",0.1,"2013-06-05 05:00",0.1,"2013-06-15 20:00","","","","",0.1,0.1,0.1,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45210",2,41.841573,-71.36077,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.007143,0.025987,0.1,"2013-07-03 00:00",0.1,"2013-09-19 00:00",0.1,"2013-10-01 00:00",0.1,"2013-10-19 00:00","","","","",0.1,0.1,0.1,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45210",7,41.841573,-71.36077,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.005357,0.022721,0.1,"2013-02-15 00:00",0.1,"2013-08-26 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45211",1,41.841573,-71.36077,"NAD83","o-Ethyltoluene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",467,0.077872,0.055949,0.378,"2013-07-17 05:00",0.378,"2013-08-28 05:00",0.369,"2013-08-06 05:00",0.351,"2013-08-25 02:00","","","","",0.306,0.27,0.198,0.153,0.054,0.054,0.054," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45211",2,41.841573,-71.36077,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",43,0.062643,0.026947,0.162,"2013-10-01 00:00",0.144,"2013-01-16 00:00",0.135,"2013-10-25 00:00",0.117,"2013-02-15 00:00","","","","",0.162,0.144,0.135,0.108,0.054,0.054,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45211",7,41.841573,-71.36077,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",45,0.059268,0.025701,0.153,"2013-02-15 00:00",0.153,"2013-05-28 00:00",0.126,"2013-08-26 00:00",0.117,"2013-10-25 00:00","","","","",0.153,0.153,0.126,0.1,0.054,0.054,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45212",1,41.841573,-71.36077,"NAD83","m-Ethyltoluene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",13,0.176571,0.153493,0.99,"2013-08-06 05:00",0.99,"2013-08-28 05:00",0.918,"2013-08-05 23:00",0.9,"2013-08-25 02:00","","","","",0.81,0.729,0.468,0.369,0.207,0.126,0.063," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45212",2,41.841573,-71.36077,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",1,0.156902,0.086631,0.477,"2013-10-01 00:00",0.4,"2013-09-19 00:00",0.351,"2013-01-16 00:00",0.333,"2013-10-25 00:00","","","","",0.477,0.4,0.351,0.261,0.189,0.135,0.081," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45212",7,41.841573,-71.36077,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",2,0.144295,0.083506,0.4,"2013-09-19 00:00",0.387,"2013-05-28 00:00",0.369,"2013-02-15 00:00",0.288,"2013-10-25 00:00","","","","",0.4,0.387,0.369,0.234,0.189,0.135,0.054," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45213",1,41.841573,-71.36077,"NAD83","p-Ethyltoluene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",391,0.091333,0.081421,0.603,"2013-08-07 02:00",0.576,"2013-08-05 23:00",0.504,"2013-08-28 05:00",0.495,"2013-08-06 05:00","","","","",0.459,0.387,0.243,0.189,0.108,0.0495,0.0495," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45213",2,41.841573,-71.36077,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",34,0.07833,0.048119,0.243,"2013-10-01 00:00",0.2,"2013-09-19 00:00",0.189,"2013-01-16 00:00",0.171,"2013-10-25 00:00","","","","",0.243,0.2,0.189,0.144,0.117,0.0495,0.0495," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45213",7,41.841573,-71.36077,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",35,0.074232,0.046239,0.216,"2013-05-28 00:00",0.207,"2013-02-15 00:00",0.2,"2013-09-19 00:00",0.171,"2013-01-16 00:00","","","","",0.216,0.207,0.2,0.135,0.108,0.0495,0.0495," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45218",1,41.841573,-71.36077,"NAD83","m-Diethylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",583,0.165591,0.014276,0.51,"2013-08-01 05:00",0.165,"2013-05-31 23:00",0.165,"2013-06-01 05:00",0.165,"2013-06-01 08:00","","","","",0.165,0.165,0.165,0.165,0.165,0.165,0.165," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45218",2,41.841573,-71.36077,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",56,0.145179,0.045806,0.165,"2013-01-04 00:00",0.165,"2013-01-10 00:00",0.165,"2013-01-16 00:00",0.165,"2013-01-22 00:00","","","","",0.165,0.165,0.165,0.165,0.165,0.165,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45218",7,41.841573,-71.36077,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",56,0.145179,0.045806,0.165,"2013-01-04 00:00",0.165,"2013-01-10 00:00",0.165,"2013-01-16 00:00",0.165,"2013-01-22 00:00","","","","",0.165,0.165,0.165,0.165,0.165,0.165,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45219",1,41.841573,-71.36077,"NAD83","p-Diethylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",583,0.333099,0.074898,2.14,"2013-08-01 05:00",0.33,"2013-05-31 23:00",0.33,"2013-06-01 05:00",0.33,"2013-06-01 08:00","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.33," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45219",2,41.841573,-71.36077,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",55,0.284107,0.106186,0.33,"2013-01-04 00:00",0.33,"2013-01-10 00:00",0.33,"2013-01-16 00:00",0.33,"2013-01-22 00:00","","","","",0.33,0.33,0.33,0.33,0.33,0.33,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45219",7,41.841573,-71.36077,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",54,0.290536,0.119124,0.69,"2013-08-26 00:00",0.33,"2013-01-04 00:00",0.33,"2013-01-10 00:00",0.33,"2013-01-16 00:00","","","","",0.69,0.33,0.33,0.33,0.33,0.33,0.05," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45220",1,41.841573,-71.36077,"NAD83","Styrene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.049158,0.083197,0.7,"2013-08-05 23:00",0.7,"2013-08-07 02:00",0.5,"2013-08-27 20:00",0.5,"2013-08-27 23:00","","","","",0.4,0.3,0.2,0.1,0.1,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45220",2,41.841573,-71.36077,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.041071,0.056494,0.2,"2013-10-01 00:00",0.2,"2013-11-06 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45220",7,41.841573,-71.36077,"NAD83","Styrene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.032143,0.047125,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-15 00:00",0.1,"2013-04-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45225",1,41.841573,-71.36077,"NAD83","1,2,3-Trimethylbenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",584,20,71,365,0,153,"","","Certification not required",391,0.073564,0.070084,0.99,"2013-08-01 05:00",0.405,"2013-08-05 23:00",0.396,"2013-07-17 02:00",0.378,"2013-08-06 05:00","","","","",0.351,0.261,0.198,0.144,0.09,0.0405,0.0405," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45225",2,41.841573,-71.36077,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",37,0.055732,0.028204,0.153,"2013-10-01 00:00",0.135,"2013-01-16 00:00",0.108,"2013-01-04 00:00",0.1,"2013-09-19 00:00","","","","",0.153,0.135,0.108,0.099,0.081,0.0405,0.0405," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45225",7,41.841573,-71.36077,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","INSTRUMENTAL - ENTECH 2000 W/ MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",43,0.054446,0.040095,0.279,"2013-08-26 00:00",0.144,"2013-02-15 00:00",0.117,"2013-05-28 00:00",0.1,"2013-09-19 00:00","","","","",0.279,0.144,0.117,0.099,0.05,0.0405,0.0405," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45801",1,41.841573,-71.36077,"NAD83","Chlorobenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0,0,0,"2013-05-31 23:00",0,"2013-06-01 05:00",0,"2013-06-01 08:00",0,"2013-06-01 11:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45801",2,41.841573,-71.36077,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45801",7,41.841573,-71.36077,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45807",1,41.841573,-71.36077,"NAD83","1,4-Dichlorobenzene","3 HOURS","","Observed Values","6L SUBATM CANISTER - Entech Precon- GC/FID/MSD",2013,"Parts per billion Carbon","No Events",594,20,72,365,0,143,"","","Certification not required",0,0.005387,0.022596,0.1,"2013-06-05 02:00",0.1,"2013-06-15 23:00",0.1,"2013-06-16 02:00",0.1,"2013-06-18 02:00","","","","",0.1,0.1,0.1,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-08" +"44","007","1010","45807",2,41.841573,-71.36077,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0.001786,0.013363,0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","45807",7,41.841573,-71.36077,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","Instrumental - ENTECH 2000 W/MS/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-03" +"44","007","1010","61103",1,41.841573,-71.36077,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8688,99,361,365,0,72,"","","Certification not required",0,2.898538,2.479386,14,"2013-03-23 14:00",13.6,"2013-02-17 21:00",13.3,"2013-03-23 15:00",13.2,"2013-02-17 13:00","","","","",10.6,9.5,7.6,6.3,4.3,2.4,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","61104",1,41.841573,-71.36077,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8688,99,361,365,0,72,"","","Certification not required",0,199.999125,105.617703,359.8,"2013-09-30 01:00",359.8,"2013-10-03 03:00",359.8,"2013-10-11 20:00",359.8,"2013-11-03 19:00","","","","",357,354.4,343,327,292.7,207.6,35," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","62101",1,41.841573,-71.36077,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8589,98,356,365,0,171,"","","Certification not required",0,52.321923,18.405902,97,"2013-07-18 13:00",96,"2013-07-18 12:00",96,"2013-07-18 14:00",96,"2013-07-19 12:00","","","","",90,87,81,76,67,52,29," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","62201",1,41.841573,-71.36077,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8589,98,356,365,0,171,"","","Certification not required",0,66.351962,19.144199,96,"2013-04-19 03:00",96,"2013-04-19 04:00",96,"2013-04-19 05:00",95,"2013-02-11 15:00","","","","",94,93,92,91,84,68,40," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","63301",1,41.841573,-71.36077,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",2088,24,87,365,0,120,"","","Certification not required",861,0.275864,0.368069,1.28,"2013-06-15 11:00",1.26,"2013-06-15 12:00",1.26,"2013-06-20 10:00",1.24,"2013-06-09 12:00","","","","",1.19,1.15,1.06,0.92,0.51,0.05,0.005," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-19" +"44","007","1010","63302",1,41.841573,-71.36077,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",2200,25,92,365,0,8,"","","Certification not required",1295,0.019411,0.021811,0.08,"2013-06-01 11:00",0.08,"2013-06-02 11:00",0.08,"2013-06-02 12:00",0.08,"2013-06-05 11:00","","","","",0.08,0.07,0.07,0.06,0.03,0.005,0.005," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-19" +"44","007","1010","64101",1,41.841573,-71.36077,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8702,99,361,365,0,58,"","","Certification not required",0,1013.367617,8.04609,1040,"2013-04-22 09:00",1040,"2013-04-22 10:00",1040,"2013-04-22 11:00",1040,"2013-04-22 12:00","","","","",1033,1031,1027,1024,1019,1013,1003," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","65102",1,41.841573,-71.36077,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",2200,25,92,365,0,8,"","","Certification not required",0,0.007027,0.047312,1.14,"2013-07-11 08:00",0.74,"2013-06-07 19:00",0.63,"2013-08-09 10:00",0.54,"2013-08-09 09:00","","","","",0.19,0.13,0.02,0,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2013-11-19" +"44","007","1010","68103",5,41.841573,-71.36077,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,105,122,0,0,"","","Certification not required",0,8.003774,8.916351,25.5,"2013-07-06 00:00",25.2,"2013-07-18 00:00",24.9,"2013-07-15 00:00",22.5,"2013-06-24 00:00","","","","",25.2,24.9,21.7,19.9,15.6,8,-3.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","68104",5,41.841573,-71.36077,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,105,122,0,0,"","","Certification not required",0,18.75,10.161301,37.4,"2013-07-18 00:00",35,"2013-07-15 00:00",34.9,"2013-06-24 00:00",34.5,"2013-05-31 00:00","","","","",35,34.9,32,30,27.2,21.3,4.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","68105",5,41.841573,-71.36077,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",106,87,105,122,0,0,"","","Certification not required",0,13.299057,9.230142,30.1,"2013-07-18 00:00",29.8,"2013-07-06 00:00",29.5,"2013-07-15 00:00",28,"2013-06-24 00:00","","","","",29.8,29.5,26.7,24.1,21.3,13.9,0.9," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","68106",5,41.841573,-71.36077,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,105,122,0,0,"","","Certification not required",0,751.518868,5.555317,768,"2013-04-22 00:00",763,"2013-05-01 00:00",763,"2013-10-13 00:00",761,"2013-04-28 00:00","","","","",763,763,760,759,755,751,745," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","68107",5,41.841573,-71.36077,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,105,122,0,0,"","","Certification not required",0,757.132075,5.140086,773,"2013-04-22 00:00",768,"2013-01-10 00:00",767,"2013-11-06 00:00",766,"2013-01-28 00:00","","","","",768,767,765,763,760,757,750," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","68108",5,41.841573,-71.36077,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,87,105,122,0,0,"","","Certification not required",0,753.981132,5.208018,770,"2013-04-22 00:00",765,"2013-05-01 00:00",764,"2013-10-13 00:00",763,"2013-01-10 00:00","","","","",765,764,762,761,757,754,747," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","84313",1,41.841573,-71.36077,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",7020,80,291,365,0,1740,"","","Certification not required",1666,0.53586,0.545931,7.53,"2013-02-10 19:00",6.08,"2013-01-09 07:00",5.41,"2013-02-10 23:00",4.78,"2013-01-09 09:00","","","","",2.81,2.18,1.51,1.09,0.68,0.39,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","84313",2,41.841573,-71.36077,"NAD83","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE1600 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",8655,99,359,365,0,105,"","","Certification not required",2290,0.508142,0.541038,7.82,"2013-02-10 19:00",7.17,"2013-03-20 23:00",6.16,"2013-01-09 07:00",5.6,"2013-01-09 09:00","","","","",2.68,2.13,1.49,1.07,0.65,0.35,0.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","85129",1,41.841573,-71.36077,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","Thermo/R & P 2025 PM10 - X-ray Fluorescence (EDXRF) FRM",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,0.0057,0.003381,0.016,"2013-04-28 00:00",0.013,"2013-02-15 00:00",0.013,"2013-07-15 00:00",0.012,"2013-10-01 00:00","","","","",0.016,0.013,0.013,0.01,0.008,0.005,0.002," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","86101",1,41.841573,-71.36077,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,4.451695,2.463294,13.2,"2013-05-16 00:00",11.2,"2013-03-11 00:00",10.5,"2013-08-26 00:00",10,"2013-06-24 00:00","","","","",11.2,10.5,9.6,7.9,5.6,4.1,1.5," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","1010","88101",1,41.841573,-71.36077,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,9,0,0,"Certification not required",0,7.600281,4.724443,31.6,"2013-01-09 00:00",29.6,"2013-01-06 00:00",26.3,"2013-07-19 00:00",23.5,"2013-07-20 00:00","","","","",23.5,20.5,17.2,13.8,9.7,6.5,3.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","1010","88101",1,41.841573,-71.36077,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,9,"","","Certification not required",0,7.600281,4.724443,31.6,"2013-01-09 00:00",29.6,"2013-01-06 00:00",26.3,"2013-07-19 00:00",23.5,"2013-07-20 00:00","","","","",23.5,20.5,17.2,13.8,9.7,6.5,3.1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-01-23" +"44","007","1010","88101",3,41.841573,-71.36077,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8599,98,362,365,0,161,"","","Certification not required",0,7.712292,6.835251,73,"2013-01-06 00:00",61,"2013-01-05 23:00",58,"2013-02-10 21:00",58,"2013-02-10 23:00","","","","",32,26,20,16,10,6,1," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","88101",3,41.841573,-71.36077,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,0,0,"Certification not required",0,7.681285,5.269888,34.1,"2013-01-09 00:00",30.6,"2013-01-06 00:00",28.1,"2013-07-19 00:00",25.2,"2013-07-20 00:00","","","","",25.2,21.6,18.2,14.1,10.2,6.3,2.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","88101",3,41.841573,-71.36077,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,7.681285,5.269888,34.1,"2013-01-09 00:00",30.6,"2013-01-06 00:00",28.1,"2013-07-19 00:00",25.2,"2013-07-20 00:00","","","","",25.2,21.6,18.2,14.1,10.2,6.3,2.4," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","007","1010","88102",5,41.841573,-71.36077,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",97,0.021279,0.009728,0.067,"2013-02-03 00:00",0.061,"2013-06-24 00:00",0.057,"2013-03-02 00:00",0.056,"2013-06-09 00:00","","","","",0.061,0.057,0.026,0.026,0.026,0.0195,0.014," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88103",5,41.841573,-71.36077,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.000433,0.000747,0.004,"2013-01-07 00:00",0.002,"2013-06-12 00:00",0.002,"2013-06-27 00:00",0.002,"2013-07-09 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88104",5,41.841573,-71.36077,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",63,0.036269,0.062983,0.333,"2013-09-22 00:00",0.307,"2013-06-24 00:00",0.263,"2013-07-03 00:00",0.247,"2013-02-03 00:00","","","","",0.307,0.263,0.199,0.089,0.035,0.0125,0.0065," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88107",5,41.841573,-71.36077,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",104,0.0075,0.007624,0.0295,"2013-02-15 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88109",5,41.841573,-71.36077,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",34,0.003117,0.003687,0.0329,"2013-10-31 00:00",0.0162,"2013-05-31 00:00",0.0079,"2013-09-07 00:00",0.0076,"2013-07-18 00:00","","","","",0.0162,0.0079,0.0075,0.0057,0.0036,0.0025,0.0009," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88110",5,41.841573,-71.36077,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.000962,0.00272,0.018,"2013-06-06 00:00",0.015,"2013-06-15 00:00",0.008,"2013-09-13 00:00",0.007,"2013-09-04 00:00","","","","",0.015,0.008,0.006,0.004,0,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88111",5,41.841573,-71.36077,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",52,0.011019,0.012605,0.0731,"2013-06-24 00:00",0.0641,"2013-07-03 00:00",0.0506,"2013-05-16 00:00",0.0369,"2013-01-22 00:00","","","","",0.0641,0.0506,0.0346,0.0246,0.0145,0.0047,0.00225," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88112",5,41.841573,-71.36077,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.006221,0.016701,0.107,"2013-09-28 00:00",0.087,"2013-09-13 00:00",0.084,"2013-09-16 00:00",0.053,"2013-10-10 00:00","","","","",0.087,0.084,0.018,0.009,0.004,0.002,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88113",5,41.841573,-71.36077,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",103,0.000691,0.000147,0.0015,"2013-01-28 00:00",0.001,"2013-02-15 00:00",0.001,"2013-02-18 00:00",0.001,"2013-02-21 00:00","","","","",0.001,0.001,0.001,0.001,0.0007,0.00065,0.00055," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88114",5,41.841573,-71.36077,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",70,0.001809,0.001926,0.014,"2013-07-06 00:00",0.0082,"2013-11-09 00:00",0.0073,"2013-10-01 00:00",0.0069,"2013-10-31 00:00","","","","",0.0082,0.0073,0.0053,0.0036,0.002,0.00125,0.00065," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88115",5,41.841573,-71.36077,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",54,0.040649,0.103325,0.655,"2013-01-31 00:00",0.536,"2013-03-11 00:00",0.491,"2013-05-04 00:00",0.286,"2013-04-22 00:00","","","","",0.536,0.491,0.227,0.101,0.026,0.0055,0.0025," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88117",5,41.841573,-71.36077,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",104,0.008031,0.012218,0.0435,"2013-02-15 00:00",0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-04-16 00:00","","","","",0.0435,0.0435,0.0435,0.043,0.00485,0.0041,0.0028," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88118",5,41.841573,-71.36077,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",104,0.009628,0.006839,0.023,"2013-02-15 00:00",0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88126",5,41.841573,-71.36077,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",1,0.036428,0.030642,0.215,"2013-06-24 00:00",0.185,"2013-07-03 00:00",0.119,"2013-10-31 00:00",0.0888,"2013-10-04 00:00","","","","",0.185,0.119,0.0874,0.062,0.0438,0.0287,0.0124," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88128",5,41.841573,-71.36077,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.001135,0.001896,0.011,"2013-04-28 00:00",0.007,"2013-05-28 00:00",0.006,"2013-09-19 00:00",0.006,"2013-09-28 00:00","","","","",0.007,0.006,0.005,0.004,0.002,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88131",5,41.841573,-71.36077,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",101,0.010447,0.003835,0.022,"2013-01-04 00:00",0.02,"2013-07-15 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-19 00:00","","","","",0.02,0.0165,0.0165,0.0165,0.011,0.008,0.007," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88132",5,41.841573,-71.36077,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.000798,0.001083,0.005,"2013-08-17 00:00",0.004,"2013-05-16 00:00",0.004,"2013-06-24 00:00",0.003,"2013-01-16 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88136",5,41.841573,-71.36077,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,0.001019,0.00166,0.011,"2013-09-28 00:00",0.007,"2013-09-22 00:00",0.006,"2013-10-10 00:00",0.005,"2013-08-17 00:00","","","","",0.007,0.006,0.004,0.003,0.001,0.001,0," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88140",5,41.841573,-71.36077,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",85,0.011821,0.014374,0.089,"2013-03-11 00:00",0.0775,"2013-05-04 00:00",0.071,"2013-01-31 00:00",0.0475,"2013-10-01 00:00","","","","",0.0775,0.071,0.036,0.026,0.009,0.006,0.00475," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88152",5,41.841573,-71.36077,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",104,0.005575,0.001667,0.008,"2013-02-03 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-08 00:00",0.008,"2013-03-14 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.00285," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88154",5,41.841573,-71.36077,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",102,0.001054,0.000284,0.002,"2013-04-22 00:00",0.0017,"2013-03-08 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.00125,0.00125,0.00065," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88160",5,41.841573,-71.36077,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",100,0.013409,0.004517,0.029,"2013-08-29 00:00",0.028,"2013-02-27 00:00",0.024,"2013-07-30 00:00",0.023,"2013-06-12 00:00","","","","",0.028,0.024,0.018,0.018,0.016,0.01,0.008," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88161",5,41.841573,-71.36077,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",99,0.002799,0.002943,0.0262,"2013-06-24 00:00",0.0199,"2013-07-03 00:00",0.007,"2013-08-26 00:00",0.0043,"2013-09-28 00:00","","","","",0.0199,0.007,0.00265,0.00265,0.00265,0.00215,0.0021," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88164",5,41.841573,-71.36077,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",100,0.001677,0.000638,0.006,"2013-01-25 00:00",0.005,"2013-01-28 00:00",0.003,"2013-01-16 00:00",0.003,"2013-02-12 00:00","","","","",0.005,0.003,0.0019,0.0019,0.0019,0.0016,0.00095," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88165",5,41.841573,-71.36077,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",11,0.056003,0.096882,0.728,"2013-06-24 00:00",0.65,"2013-07-03 00:00",0.228,"2013-08-26 00:00",0.197,"2013-05-16 00:00","","","","",0.65,0.228,0.135,0.094,0.0582,0.0317,0.009," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88166",5,41.841573,-71.36077,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",104,0.008767,0.00512,0.019,"2013-01-16 00:00",0.019,"2013-01-19 00:00",0.019,"2013-01-28 00:00",0.019,"2013-02-09 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88167",5,41.841573,-71.36077,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",31,0.005825,0.005814,0.0334,"2013-01-16 00:00",0.024,"2013-10-31 00:00",0.0213,"2013-04-22 00:00",0.0188,"2013-01-04 00:00","","","","",0.024,0.0213,0.0182,0.0132,0.007,0.004,0.00105," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88168",5,41.841573,-71.36077,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",103,0.001323,0.000684,0.0075,"2013-03-14 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-01-19 00:00",0.00175,"2013-01-22 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88169",5,41.841573,-71.36077,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",1,0.477938,0.312398,1.67,"2013-07-18 00:00",1.51,"2013-05-31 00:00",1.47,"2013-02-15 00:00",1.13,"2013-01-07 00:00","","","","",1.51,1.47,1.12,0.787,0.63,0.413,0.179," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88176",5,41.841573,-71.36077,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",103,0.001022,0.000219,0.0015,"2013-05-19 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-19 00:00",0.0013,"2013-01-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88180",5,41.841573,-71.36077,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",2,0.048498,0.05364,0.473,"2013-07-06 00:00",0.214,"2013-10-31 00:00",0.144,"2013-01-16 00:00",0.139,"2013-01-07 00:00","","","","",0.214,0.144,0.118,0.0912,0.0558,0.0344,0.0159," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88184",5,41.841573,-71.36077,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",50,0.094784,0.123955,0.67,"2013-03-11 00:00",0.575,"2013-05-04 00:00",0.574,"2013-01-31 00:00",0.395,"2013-01-22 00:00","","","","",0.575,0.574,0.312,0.245,0.138,0.036,0.0155," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88185",5,41.841573,-71.36077,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",103,0.003897,0.003973,0.0116,"2013-08-11 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-19 00:00",0.0115,"2013-01-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88301",5,41.841573,-71.36077,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",8,0.322613,0.355202,1.61,"2013-02-15 00:00",1.57,"2013-01-04 00:00",1.33,"2013-01-07 00:00",1.27,"2013-07-18 00:00","","","","",1.57,1.33,1.16,0.748,0.433,0.202,0.014," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88302",5,41.841573,-71.36077,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",5,0.147568,0.215559,1.68,"2013-03-08 00:00",0.8,"2013-03-11 00:00",0.662,"2013-04-22 00:00",0.616,"2013-05-04 00:00","","","","",0.8,0.662,0.5,0.35,0.18,0.07,0.025," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88303",5,41.841573,-71.36077,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",31,0.044494,0.050696,0.349,"2013-07-06 00:00",0.274,"2013-03-08 00:00",0.163,"2013-03-26 00:00",0.153,"2013-10-31 00:00","","","","",0.274,0.163,0.128,0.085,0.053,0.031,0.012," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88306",5,41.841573,-71.36077,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",1,0.591097,0.63472,3.42,"2013-02-15 00:00",3.31,"2013-01-04 00:00",2.67,"2013-01-16 00:00",2.59,"2013-01-07 00:00","","","","",3.31,2.67,2.31,1.06,0.643,0.414,0.143," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88355",5,41.841573,-71.36077,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,1.831802,0.906284,4.74,"2013-05-31 00:00",4.65,"2013-10-31 00:00",4.57,"2013-07-18 00:00",3.49,"2013-02-15 00:00","","","","",4.74,4.65,3.27,2.9,2.39,1.72,0.783," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88357",5,41.841573,-71.36077,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.22714,0.178711,1.29,"2013-06-30 00:00",0.812,"2013-10-31 00:00",0.671,"2013-10-04 00:00",0.536,"2013-03-20 00:00","","","","",1.29,0.812,0.501,0.403,0.263,0.175,0.093," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88370",5,41.841573,-71.36077,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,1.663674,0.794543,4.23,"2013-05-31 00:00",4.08,"2013-10-31 00:00",4.04,"2013-07-18 00:00",3.06,"2013-02-15 00:00","","","","",4.23,4.08,2.93,2.62,2.16,1.49,0.751," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88374",5,41.841573,-71.36077,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",2,0.132814,0.11741,0.71,"2013-07-18 00:00",0.469,"2013-05-31 00:00",0.445,"2013-08-20 00:00",0.445,"2013-10-31 00:00","","","","",0.71,0.469,0.384,0.27,0.171,0.099,0.041," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88375",5,41.841573,-71.36077,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.413605,0.211059,1.17,"2013-05-31 00:00",1.05,"2013-07-18 00:00",1.01,"2013-10-31 00:00",0.736,"2013-07-21 00:00","","","","",1.17,1.05,0.713,0.694,0.536,0.382,0.178," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88376",5,41.841573,-71.36077,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.51607,0.25326,1.38,"2013-10-31 00:00",1.31,"2013-06-30 00:00",0.988,"2013-09-28 00:00",0.975,"2013-11-06 00:00","","","","",1.38,1.31,0.911,0.859,0.685,0.448,0.239," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88377",5,41.841573,-71.36077,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.326756,0.183248,1.02,"2013-10-31 00:00",0.898,"2013-05-31 00:00",0.794,"2013-11-06 00:00",0.749,"2013-01-28 00:00","","","","",1.02,0.898,0.717,0.572,0.408,0.276,0.15," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88378",5,41.841573,-71.36077,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",1,0.275163,0.152958,0.827,"2013-05-31 00:00",0.826,"2013-07-18 00:00",0.582,"2013-02-15 00:00",0.538,"2013-06-27 00:00","","","","",0.827,0.826,0.513,0.465,0.359,0.249,0.11," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88380",5,41.841573,-71.36077,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.394093,0.276035,1.68,"2013-06-30 00:00",1.38,"2013-10-31 00:00",0.962,"2013-10-04 00:00",0.948,"2013-05-31 00:00","","","","",1.68,1.38,0.871,0.776,0.514,0.331,0.145," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88383",5,41.841573,-71.36077,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.619721,0.34196,1.72,"2013-05-31 00:00",1.58,"2013-10-31 00:00",1.42,"2013-07-18 00:00",1.36,"2013-02-15 00:00","","","","",1.72,1.58,1.25,1.04,0.852,0.573,0.244," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88384",5,41.841573,-71.36077,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",1,0.048849,0.045889,0.43,"2013-06-30 00:00",0.106,"2013-07-18 00:00",0.084,"2013-06-27 00:00",0.0825,"2013-09-04 00:00","","","","",0.43,0.106,0.0793,0.0757,0.0589,0.041,0.0231," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88385",5,41.841573,-71.36077,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",84,0.001516,0.004648,0.0441,"2013-06-30 00:00",0.00225,"2013-07-30 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.0441,0.00225,0.001,0.001,0.001,0.001,0.001," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88388",5,41.841573,-71.36077,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,20,"","","Certification not required",0,0.442174,0.252063,1.35,"2013-07-18 00:00",1.34,"2013-05-31 00:00",1.01,"2013-02-15 00:00",0.828,"2013-08-17 00:00","","","","",1.35,1.34,0.809,0.762,0.591,0.394,0.166," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88403",5,41.841573,-71.36077,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,102,122,0,3,"","","Certification not required",1,1.170392,0.788924,4.05,"2013-05-31 00:00",4.05,"2013-07-18 00:00",3.68,"2013-02-15 00:00",3.12,"2013-10-31 00:00","","","","",4.05,3.68,2.59,2,1.52,0.986,0.44," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","007","1010","88502",5,41.841573,-71.36077,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,103,122,0,2,"","","Certification not required",0,7.136538,3.899367,18.9,"2013-02-15 00:00",18.5,"2013-05-31 00:00",18.4,"2013-07-18 00:00",16.7,"2013-01-07 00:00","","","","",18.5,18.4,15.7,12.6,8.7,6.5,3.2," FRANCIS SCHOOL East Providence","FRANCIS SCHOOL, 64 BOURNE AVE","Rhode Island","Providence","East Providence","Providence-New Bedford-Fall River, RI-MA","2014-02-14" +"44","009","0007","44201",1,41.49511,-71.423705,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5758,100,183,183,0,122,0,0,"Certification not required",6,0.050765,0.013982,0.104,"2013-05-30 17:00",0.102,"2013-06-24 18:00",0.1,"2013-07-18 17:00",0.092,"2013-05-31 14:00","","","","",0.102,0.092,0.075,0.065,0.056,0.051,0.044,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","009","0007","44201",1,41.49511,-71.423705,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5816,99,182,183,0,0,1,1,"Certification not required",0,0.045582,0.011522,0.093,"2013-07-18 15:00",0.082,"2013-05-30 12:00",0.08,"2013-06-25 11:00",0.079,"2013-06-24 12:00","","","","",0.082,0.079,0.065,0.058,0.052,0.045,0.041,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","009","0007","44201",1,41.49511,-71.423705,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5816,99,182,183,0,0,4,4,"Certification not required",0,0.045582,0.011522,0.093,"2013-07-18 15:00",0.082,"2013-05-30 12:00",0.08,"2013-06-25 11:00",0.079,"2013-06-24 12:00","","","","",0.082,0.079,0.065,0.058,0.052,0.045,0.041,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2013-12-23" +"44","009","0007","61103",1,41.49511,-71.423705,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8714,99,363,365,0,46,"","","Certification not required",0,4.002938,2.30105,20.9,"2013-11-27 05:00",18.8,"2013-02-27 11:00",18.8,"2013-11-27 04:00",18.7,"2013-11-27 06:00","","","","",11.3,9.8,8.1,6.9,5.2,3.6,1.4,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","009","0007","61104",1,41.49511,-71.423705,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8714,99,363,365,0,46,"","","Certification not required",0,211.091232,108.057504,359,"2013-01-09 05:00",359,"2013-01-25 22:00",359,"2013-02-14 09:00",359,"2013-02-17 05:00","","","","",355,353,342,327,295,250,31,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","009","0007","62101",1,41.49511,-71.423705,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8714,99,363,365,0,46,"","","Certification not required",0,51.377553,16.797488,91,"2013-06-24 12:00",91,"2013-07-07 12:00",91,"2013-07-16 13:00",91,"2013-07-16 14:00","","","","",85,82,76,73,65,52,29,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","009","0007","88101",1,41.49511,-71.423705,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8388,96,358,365,0,372,"","","Certification not required",0,5.233071,5.058892,48,"2013-01-29 09:00",32,"2013-01-09 16:00",32,"2013-01-28 23:00",31,"2013-01-09 08:00","","","","",23,19,15,11,8,4,0,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","009","0007","88101",1,41.49511,-71.423705,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,0,0,"Certification not required",0,5.163663,3.961504,23.4,"2013-01-29 00:00",22.6,"2013-07-19 00:00",22.5,"2013-01-09 00:00",20.7,"2013-07-20 00:00","","","","",20.7,16.5,12.4,9.8,6.9,4.4,1.2,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"44","009","0007","88101",1,41.49511,-71.423705,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,5.163663,3.961504,23.4,"2013-01-29 00:00",22.6,"2013-07-19 00:00",22.5,"2013-01-09 00:00",20.7,"2013-07-20 00:00","","","","",20.7,16.5,12.4,9.8,6.9,4.4,1.2,"US-EPA Laboratory","TARZWELL ROAD, NARRAGANSETT","Rhode Island","Washington","","Providence-New Bedford-Fall River, RI-MA","2014-02-07" +"45","001","0001","44201",1,34.325318,-82.386376,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5450,98,210,214,0,94,0,0,"Certification not required",494,0.0409,0.009581,0.067,"2013-05-15 17:00",0.066,"2013-04-06 13:00",0.06,"2013-06-14 13:00",0.059,"2013-03-29 14:00","","","","",0.06,0.059,0.056,0.054,0.048,0.042,0.031,"DUE WEST","59 JIM SCOTT LANE [Due West]","South Carolina","Abbeville","Due West","","2013-11-15" +"45","001","0001","44201",1,34.325318,-82.386376,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5451,98,209,214,0,0,0,0,"Certification not required",0,0.036455,0.009679,0.064,"2013-04-06 11:00",0.063,"2013-05-15 13:00",0.057,"2013-04-26 11:00",0.056,"2013-03-30 10:00","","","","",0.057,0.055,0.052,0.049,0.044,0.037,0.026,"DUE WEST","59 JIM SCOTT LANE [Due West]","South Carolina","Abbeville","Due West","","2013-11-15" +"45","001","0001","44201",1,34.325318,-82.386376,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5451,98,209,214,0,0,0,0,"Certification not required",0,0.036455,0.009679,0.064,"2013-04-06 11:00",0.063,"2013-05-15 13:00",0.057,"2013-04-26 11:00",0.056,"2013-03-30 10:00","","","","",0.057,0.055,0.052,0.049,0.044,0.037,0.026,"DUE WEST","59 JIM SCOTT LANE [Due West]","South Carolina","Abbeville","Due West","","2013-11-15" +"45","001","0001","65102",1,34.325318,-82.386376,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8029,92,333,365,0,731,"","","Certification not required",0,0.005302,0.033315,0.83,"2013-12-22 22:00",0.65,"2013-07-07 19:00",0.61,"2013-07-03 22:00",0.6,"2013-11-26 05:00","","","","",0.15,0.08,0.02,0,0,0,0,"DUE WEST","59 JIM SCOTT LANE [Due West]","South Carolina","Abbeville","Due West","","2014-01-14" +"45","003","0003","44201",2,33.342226,-81.788731,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5307,99,211,214,0,93,0,0,"Certification not required",89,0.042711,0.011317,0.067,"2013-03-29 16:00",0.067,"2013-03-30 13:00",0.067,"2013-05-15 17:00",0.067,"2013-06-12 12:00","","","","",0.067,0.066,0.061,0.057,0.052,0.045,0.029,"JACKSON MIDDLE SCHOOL","8217 ATOMIC ROAD (INDIAN DRIVE) [Jackson]","South Carolina","Aiken","Jackson","Augusta-Richmond County, GA-SC","2013-11-08" +"45","003","0003","44201",2,33.342226,-81.788731,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5311,98,209,214,0,0,0,0,"Certification not required",0,0.038421,0.010967,0.064,"2013-05-15 12:00",0.063,"2013-06-12 10:00",0.061,"2013-03-29 11:00",0.061,"2013-03-30 11:00","","","","",0.061,0.061,0.054,0.053,0.048,0.041,0.025,"JACKSON MIDDLE SCHOOL","8217 ATOMIC ROAD (INDIAN DRIVE) [Jackson]","South Carolina","Aiken","Jackson","Augusta-Richmond County, GA-SC","2013-11-08" +"45","003","0003","44201",2,33.342226,-81.788731,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5311,98,209,214,0,0,0,0,"Certification not required",0,0.038421,0.010967,0.064,"2013-05-15 12:00",0.063,"2013-06-12 10:00",0.061,"2013-03-29 11:00",0.061,"2013-03-30 11:00","","","","",0.061,0.061,0.054,0.053,0.048,0.041,0.025,"JACKSON MIDDLE SCHOOL","8217 ATOMIC ROAD (INDIAN DRIVE) [Jackson]","South Carolina","Aiken","Jackson","Augusta-Richmond County, GA-SC","2013-11-08" +"45","007","0005","44201",1,34.623236,-82.532059,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5940,99,212,214,0,60,0,0,"Certification not required",246,0.04284,0.009418,0.066,"2013-04-06 16:00",0.064,"2013-05-15 11:00",0.063,"2013-06-21 16:00",0.062,"2013-05-14 18:00","","","","",0.063,0.062,0.058,0.055,0.05,0.044,0.034,"Big Creek","215 McAlister Road [Big Creek]","South Carolina","Anderson","","Anderson, SC","2013-12-06" +"45","007","0005","44201",1,34.623236,-82.532059,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5950,99,212,214,0,0,0,0,"Certification not required",0,0.038585,0.009335,0.064,"2013-04-06 10:00",0.063,"2013-05-15 11:00",0.059,"2013-06-21 10:00",0.057,"2013-04-26 11:00","","","","",0.059,0.057,0.054,0.051,0.045,0.039,0.03,"Big Creek","215 McAlister Road [Big Creek]","South Carolina","Anderson","","Anderson, SC","2013-12-06" +"45","007","0005","44201",1,34.623236,-82.532059,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5950,99,212,214,0,0,0,0,"Certification not required",0,0.038585,0.009335,0.064,"2013-04-06 10:00",0.063,"2013-05-15 11:00",0.059,"2013-06-21 10:00",0.057,"2013-04-26 11:00","","","","",0.059,0.057,0.054,0.051,0.045,0.039,0.03,"Big Creek","215 McAlister Road [Big Creek]","South Carolina","Anderson","","Anderson, SC","2013-12-06" +"45","015","0002","44201",1,32.987252,-79.9367,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5642,98,209,214,0,118,0,0,"Certification not required",610,0.037665,0.011364,0.067,"2013-09-12 15:00",0.066,"2013-03-30 15:00",0.063,"2013-05-15 15:00",0.062,"2013-04-06 16:00","","","","",0.063,0.062,0.058,0.055,0.048,0.042,0.027,"BUSHY PARK PUMP STATION","River Oak Drive (Goose Creek) [Bushy Park]","South Carolina","Berkeley","","Charleston-North Charleston, SC","2013-11-08" +"45","015","0002","44201",1,32.987252,-79.9367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5644,98,209,214,0,0,0,0,"Certification not required",0,0.033144,0.010923,0.061,"2013-03-30 10:00",0.06,"2013-03-16 10:00",0.059,"2013-05-15 11:00",0.058,"2013-04-06 10:00","","","","",0.059,0.054,0.053,0.05,0.044,0.037,0.023,"BUSHY PARK PUMP STATION","River Oak Drive (Goose Creek) [Bushy Park]","South Carolina","Berkeley","","Charleston-North Charleston, SC","2013-11-08" +"45","015","0002","44201",1,32.987252,-79.9367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5644,98,209,214,0,0,0,0,"Certification not required",0,0.033144,0.010923,0.061,"2013-03-30 10:00",0.06,"2013-03-16 10:00",0.059,"2013-05-15 11:00",0.058,"2013-04-06 10:00","","","","",0.059,0.054,0.053,0.05,0.044,0.037,0.023,"BUSHY PARK PUMP STATION","River Oak Drive (Goose Creek) [Bushy Park]","South Carolina","Berkeley","","Charleston-North Charleston, SC","2013-11-08" +"45","019","0003","42401",1,32.882289,-79.977538,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8451,96,354,365,0,309,0,"","Certification not required",0,2.573446,3.054088,25,"2013-09-18 07:00",23,"2013-11-04 08:00",19,"2013-11-20 07:00",15,"2013-01-25 02:00","","","","",15,10,7,6,4,2,0,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","42401",1,32.882289,-79.977538,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8451,96,354,365,0,309,"","","Certification not required",0,0.638741,1.315276,25,"2013-09-18 07:00",23,"2013-11-04 08:00",22,"2013-09-18 03:00",19,"2013-11-20 07:00","","","","",6,4,3,2,1,0,0,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","42401",1,32.882289,-79.977538,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",354,97,354,365,0,0,0,"","Certification not required",0,0.638983,0.816165,7.5,"2013-11-20 00:00",5.6,"2013-09-18 00:00",4.3,"2013-11-04 00:00",4,"2013-01-25 00:00","","","","",4,2.5,2,1.6,0.9,0.4,0,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","42401",1,32.882289,-79.977538,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2801,96,354,365,0,0,"",0,"Certification not required",0,0.624241,1.148095,16,"2013-11-20 08:00",15,"2013-09-18 08:00",10.6,"2013-09-18 05:00",10.3,"2013-11-20 11:00","","","","",5,4.3,2.6,1.6,1,0,0,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","42401",2,32.882289,-79.977538,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",92982,88,327,365,0,11845,"","","Certification not required",0,1.054047,1.569111,109.6,"2013-06-30 04:00",61.9,"2013-06-30 03:55",61,"2013-09-18 07:25",49.1,"2013-09-18 07:30","","","","",7.1,4.9,3.1,2,1.2,0.7,0.1,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-22" +"45","019","0003","42602",2,32.882289,-79.977538,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8427,96,354,365,0,333,0,"","Certification not required",0,16.564972,8.559574,44,"2013-03-14 22:00",39,"2013-01-22 19:00",38,"2013-01-20 20:00",38,"2013-03-10 00:00","","","","",38,37,34,29,22,15,7,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","42602",2,32.882289,-79.977538,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8427,96,354,365,0,333,"","","Certification not required",0,6.66192,6.084282,44,"2013-03-14 22:00",43,"2013-03-14 20:00",43,"2013-03-14 21:00",42,"2013-03-07 21:00","","","","",29,26,19,15,9,5,2,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","81102",3,32.882289,-79.977538,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8463,97,354,365,0,297,"","","Certification not required",0,15.611603,8.258844,197,"2013-11-12 22:00",144,"2013-03-05 09:00",133,"2013-11-12 23:00",118,"2013-01-29 11:00","","","","",40,35,29,25,19,15,7,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","81102",3,32.882289,-79.977538,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",354,97,354,365,0,0,0,0,"Certification not required",0,15.110169,4.981752,34,"2013-01-28 00:00",34,"2013-11-12 00:00",30,"2013-01-24 00:00",28,"2013-03-15 00:00","","","","",28,26,24,22,18,15,9,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0003","85101",1,32.882289,-79.977538,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8463,97,354,365,0,297,"","","Certification not required",0,15.925676,8.458557,204,"2013-11-12 22:00",150,"2013-03-05 09:00",138,"2013-11-12 23:00",125,"2013-01-29 11:00","","","","",40,36,30,26,20,15,7,"JENKINS AVE. FIRE STATION","4830 JENKINS AVE. [Jenkins Av.]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","42401",2,32.941023,-79.657187,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8627,98,359,365,0,133,0,"","Certification not required",0,0.947075,0.971658,5,"2013-01-22 06:00",5,"2013-01-25 02:00",5,"2013-03-23 09:00",5,"2013-08-04 08:00","","","","",5,3,3,2,1,1,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","42401",2,32.941023,-79.657187,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8627,98,359,365,0,133,"","","Certification not required",0,0.277269,0.551201,5,"2013-01-22 06:00",5,"2013-01-25 02:00",5,"2013-01-25 03:00",5,"2013-01-25 04:00","","","","",2,2,1,1,0,0,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","42401",2,32.941023,-79.657187,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,0.276045,0.357341,2,"2013-01-18 00:00",2,"2013-01-25 00:00",1.9,"2013-01-24 00:00",1.7,"2013-10-25 00:00","","","","",1.7,1.1,0.9,0.8,0.5,0.1,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","42401",2,32.941023,-79.657187,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2852,98,359,365,0,0,"",0,"Certification not required",0,0.267637,0.490479,4.6,"2013-01-25 05:00",3.6,"2013-01-25 08:00",3.3,"2013-01-25 02:00",3.3,"2013-12-16 14:00","","","","",2,1.6,1,1,0.3,0,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","42401",4,32.941023,-79.657187,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",99931,95,350,365,0,4776,"","","Certification not required",0,0.441463,0.648679,39.7,"2013-06-30 04:00",20.5,"2013-06-30 04:05",10.3,"2013-03-23 09:10",9.4,"2013-03-23 09:15","","","","",2.3,1.8,1.4,1.2,0.8,0.4,-0.3,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-22" +"45","019","0046","42602",1,32.941023,-79.657187,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7062,81,299,365,0,1698,0,"","Certification not required",0,3.444816,2.261317,13,"2013-01-28 18:00",12,"2013-07-17 11:00",9,"2013-03-15 06:00",9,"2013-04-10 07:00","","","","",9,8,8,6,5,4,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","42602",1,32.941023,-79.657187,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7062,81,299,365,0,1698,"","","Certification not required",0,1.249646,1.397535,13,"2013-01-28 18:00",12,"2013-07-17 11:00",9,"2013-03-15 06:00",9,"2013-04-10 07:00","","","","",6,5,4,3,2,1,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","44201",1,32.941023,-79.657187,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5282,91,195,214,0,454,0,0,"Certification not required",232,0.040169,0.011809,0.075,"2013-06-13 13:00",0.068,"2013-03-30 15:00",0.068,"2013-09-05 13:00",0.066,"2013-05-15 21:00","","","","",0.068,0.066,0.063,0.056,0.05,0.043,0.03,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2013-11-08" +"45","019","0046","44201",1,32.941023,-79.657187,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5283,91,195,214,0,0,0,0,"Certification not required",0,0.035887,0.011021,0.065,"2013-03-30 11:00",0.062,"2013-05-15 10:00",0.06,"2013-06-13 08:00",0.059,"2013-03-16 10:00","","","","",0.062,0.059,0.055,0.053,0.046,0.039,0.026,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2013-11-08" +"45","019","0046","44201",1,32.941023,-79.657187,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5283,91,195,214,0,0,0,0,"Certification not required",0,0.035887,0.011021,0.065,"2013-03-30 11:00",0.062,"2013-05-15 10:00",0.06,"2013-06-13 08:00",0.059,"2013-03-16 10:00","","","","",0.062,0.059,0.055,0.053,0.046,0.039,0.026,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2013-11-08" +"45","019","0046","61103",1,32.941023,-79.657187,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8757,100,365,365,0,3,"","","Certification not required",0,1.959552,1.538726,14.5,"2013-05-05 18:00",14.1,"2013-05-05 16:00",14,"2013-05-05 14:00",13.6,"2013-05-05 15:00","","","","",7.2,6.4,4.9,3.8,2.6,1.6,0.4,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","61104",1,32.941023,-79.657187,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8757,100,365,365,0,3,"","","Certification not required",0,216.665411,106.698064,360,"2013-01-03 22:00",360,"2013-01-18 05:00",360,"2013-01-23 08:00",360,"2013-01-25 07:00","","","","",358,355,348,339,317,238,50,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","85101",2,32.941023,-79.657187,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,14.651356,6.74033,31.1149,"2013-03-08 00:00",30.6828,"2013-05-04 00:00",29.0149,"2013-03-14 00:00",26.756,"2013-03-17 00:00","","","","",31.1149,31.1149,29.0149,25.5495,18.8822,12.9682,6.85,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","86502",1,32.941023,-79.657187,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,7.25,5.381212,23,"2013-03-08 00:00",20,"2013-03-05 00:00",20,"2013-03-14 00:00",17,"2013-05-04 00:00","","","","",23,23,20,16,10,6,2,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88103",1,32.941023,-79.657187,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00042,0.000609,0.003,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88104",1,32.941023,-79.657187,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.021816,0.013305,0.057,"2013-05-16 00:00",0.055,"2013-04-13 00:00",0.0515,"2013-04-25 00:00",0.044,"2013-03-17 00:00","","","","",0.057,0.057,0.0515,0.0383,0.031,0.0187,0.008,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88109",1,32.941023,-79.657187,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.003266,0.002056,0.0119,"2013-03-23 00:00",0.0065,"2013-02-06 00:00",0.0063,"2013-03-29 00:00",0.0061,"2013-01-01 00:00","","","","",0.0119,0.0119,0.0063,0.0056,0.0045,0.0033,0.0011,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88111",1,32.941023,-79.657187,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.03002,0.018076,0.0929,"2013-03-14 00:00",0.066,"2013-05-16 00:00",0.0596,"2013-04-07 00:00",0.0572,"2013-04-25 00:00","","","","",0.0929,0.0929,0.0596,0.0567,0.039,0.0265,0.0112,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88112",1,32.941023,-79.657187,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,8e-05,0.000274,0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88114",1,32.941023,-79.657187,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.000697,0.000876,0.0062,"2013-01-01 00:00",0.0016,"2013-01-04 00:00",0.0014,"2013-02-21 00:00",0.0013,"2013-02-06 00:00","","","","",0.0062,0.0062,0.0014,0.0012,0.0008,0.0006,0.00015,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88115",1,32.941023,-79.657187,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.123524,0.312651,1.727,"2013-05-04 00:00",0.9668,"2013-04-16 00:00",0.8746,"2013-04-19 00:00",0.5135,"2013-04-07 00:00","","","","",1.727,1.727,0.8746,0.4661,0.0312,0.0031,0.00015,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88126",1,32.941023,-79.657187,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.022276,0.012138,0.0554,"2013-05-16 00:00",0.0546,"2013-04-25 00:00",0.0431,"2013-04-13 00:00",0.0421,"2013-02-06 00:00","","","","",0.0554,0.0554,0.0431,0.042,0.0292,0.0188,0.0098,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88128",1,32.941023,-79.657187,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00136,0.000942,0.004,"2013-02-21 00:00",0.003,"2013-01-01 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-15 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88132",1,32.941023,-79.657187,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00098,0.000589,0.002,"2013-01-22 00:00",0.002,"2013-01-25 00:00",0.002,"2013-02-06 00:00",0.002,"2013-03-17 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88136",1,32.941023,-79.657187,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0002,0.000404,0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-18 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88140",1,32.941023,-79.657187,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.022803,0.029139,0.1211,"2013-04-19 00:00",0.111,"2013-04-16 00:00",0.0959,"2013-04-07 00:00",0.0935,"2013-05-04 00:00","","","","",0.1211,0.1211,0.0959,0.053,0.0326,0.0116,0.00105,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88152",1,32.941023,-79.657187,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.002891,0.002686,0.0078,"2013-05-22 00:00",0.0075,"2013-01-04 00:00",0.0069,"2013-01-01 00:00",0.0069,"2013-05-07 00:00","","","","",0.0078,0.0078,0.0069,0.0067,0.0051,0.0036,0.00015,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88154",1,32.941023,-79.657187,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.000418,0.000305,0.0017,"2013-01-25 00:00",0.0012,"2013-01-28 00:00",0.001,"2013-05-10 00:00",0.0009,"2013-03-23 00:00","","","","",0.0017,0.0017,0.001,0.0008,0.0005,0.0004,0.0001,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88161",1,32.941023,-79.657187,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001734,0.001215,0.0057,"2013-05-16 00:00",0.0052,"2013-04-25 00:00",0.004,"2013-03-17 00:00",0.0039,"2013-04-28 00:00","","","","",0.0057,0.0057,0.004,0.0033,0.0024,0.0014,0.0006,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88164",1,32.941023,-79.657187,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.000586,0.000643,0.0027,"2013-01-16 00:00",0.0023,"2013-01-13 00:00",0.0022,"2013-04-19 00:00",0.0022,"2013-05-10 00:00","","","","",0.0027,0.0027,0.0022,0.0016,0.0007,0.0004,0.0001,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88165",1,32.941023,-79.657187,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.049303,0.037521,0.1623,"2013-05-16 00:00",0.1589,"2013-04-25 00:00",0.1286,"2013-03-17 00:00",0.1157,"2013-04-13 00:00","","","","",0.1623,0.1623,0.1286,0.1046,0.069,0.0357,0.0121,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88167",1,32.941023,-79.657187,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00658,0.007907,0.0508,"2013-01-19 00:00",0.0271,"2013-01-22 00:00",0.0163,"2013-04-13 00:00",0.0123,"2013-01-28 00:00","","","","",0.0508,0.0508,0.0163,0.0123,0.0073,0.005,0.0008,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88168",1,32.941023,-79.657187,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.00044,0.000808,0.0057,"2013-01-01 00:00",0.0013,"2013-05-04 00:00",0.0011,"2013-04-07 00:00",0.0008,"2013-04-01 00:00","","","","",0.0057,0.0057,0.0011,0.0007,0.0005,0.0002,0.0001,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88169",1,32.941023,-79.657187,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.59033,0.245762,1.2748,"2013-01-28 00:00",1.2536,"2013-05-10 00:00",1.0826,"2013-04-25 00:00",0.93,"2013-01-04 00:00","","","","",1.2748,1.2748,1.0826,0.895,0.7468,0.5575,0.2916,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88176",1,32.941023,-79.657187,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.00017,5.7e-05,0.0004,"2013-02-24 00:00",0.0004,"2013-05-22 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-05-10 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.00015,0.00015,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88180",1,32.941023,-79.657187,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.046358,0.037578,0.278,"2013-01-01 00:00",0.0941,"2013-03-17 00:00",0.0895,"2013-02-06 00:00",0.0767,"2013-03-23 00:00","","","","",0.278,0.278,0.0895,0.0702,0.0481,0.0414,0.0223,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88184",1,32.941023,-79.657187,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.215943,0.244648,1.0782,"2013-05-04 00:00",0.837,"2013-04-19 00:00",0.7823,"2013-04-16 00:00",0.7472,"2013-04-07 00:00","","","","",1.0782,1.0782,0.7823,0.5357,0.3676,0.1513,0.0081,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88185",1,32.941023,-79.657187,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.00068,0.00032,0.002,"2013-04-13 00:00",0.0015,"2013-02-03 00:00",0.0015,"2013-05-22 00:00",0.0014,"2013-02-15 00:00","","","","",0.002,0.002,0.0015,0.0012,0.00065,0.00065,0.0004,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88203",1,32.941023,-79.657187,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.274211,0.431409,2.2794,"2013-05-04 00:00",1.4322,"2013-04-16 00:00",1.3064,"2013-04-19 00:00",0.9851,"2013-04-07 00:00","","","","",2.2794,2.2794,1.3064,0.6674,0.3842,0.0914,0.0212,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88306",2,32.941023,-79.657187,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.369882,0.277468,1.7744,"2013-01-04 00:00",0.7616,"2013-02-06 00:00",0.7413,"2013-01-25 00:00",0.717,"2013-04-07 00:00","","","","",1.7744,1.7744,0.7413,0.6601,0.4974,0.3145,0.1056,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88320",1,32.941023,-79.657187,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.3578,1.207034,5.83,"2013-02-06 00:00",5.36,"2013-03-29 00:00",3.78,"2013-03-23 00:00",3.49,"2013-02-03 00:00","","","","",5.83,5.83,3.78,2.99,1.57,1,0.41,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88321",1,32.941023,-79.657187,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.2896,0.259395,1.34,"2013-01-19 00:00",0.96,"2013-02-06 00:00",0.93,"2013-03-29 00:00",0.62,"2013-03-23 00:00","","","","",1.34,1.34,0.93,0.61,0.34,0.27,0.06,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88324",1,32.941023,-79.657187,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.061409,0.172814,1.1936,"2013-03-29 00:00",0.2725,"2013-03-23 00:00",0.2142,"2013-03-08 00:00",0.2033,"2013-02-06 00:00","","","","",1.1936,1.1936,0.2142,0.2004,0.03095,0.02385,0.0106,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88325",1,32.941023,-79.657187,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.307894,0.284293,1.4171,"2013-03-29 00:00",1.3843,"2013-02-06 00:00",0.7627,"2013-03-23 00:00",0.735,"2013-02-03 00:00","","","","",1.4171,1.4171,0.7627,0.6366,0.34,0.2386,0.0984,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88326",1,32.941023,-79.657187,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.409852,0.417706,2.289,"2013-02-06 00:00",1.4363,"2013-02-03 00:00",1.1093,"2013-01-22 00:00",1.085,"2013-03-17 00:00","","","","",2.289,2.289,1.1093,1.084,0.4738,0.2738,0.0955,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88327",1,32.941023,-79.657187,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.305316,0.256605,1.3446,"2013-02-06 00:00",0.9062,"2013-02-03 00:00",0.8174,"2013-03-23 00:00",0.7635,"2013-03-17 00:00","","","","",1.3446,1.3446,0.8174,0.7438,0.383,0.219,0.0903,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88328",1,32.941023,-79.657187,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.290374,0.193916,0.9249,"2013-03-29 00:00",0.879,"2013-03-23 00:00",0.6105,"2013-02-06 00:00",0.5772,"2013-03-14 00:00","","","","",0.9249,0.9249,0.6105,0.5713,0.3714,0.267,0.081,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88329",1,32.941023,-79.657187,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.529188,0.389591,1.6776,"2013-03-29 00:00",1.5394,"2013-01-19 00:00",1.4764,"2013-02-06 00:00",1.4265,"2013-03-23 00:00","","","","",1.6776,1.6776,1.4764,0.9452,0.7253,0.4646,0.1396,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88330",1,32.941023,-79.657187,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.050585,0.038848,0.1925,"2013-03-02 00:00",0.1782,"2013-03-29 00:00",0.128,"2013-02-27 00:00",0.1141,"2013-03-08 00:00","","","","",0.1925,0.1925,0.128,0.0932,0.0631,0.0427,0.014,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88331",1,32.941023,-79.657187,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.000399,0.001401,0.0086,"2013-03-02 00:00",0.005,"2013-03-08 00:00",0.0014,"2013-03-17 00:00",0.001,"2013-02-03 00:00","","","","",0.0086,0.0086,0.0014,0.001,0.0001,0,0,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88338",1,32.941023,-79.657187,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.017357,0.014892,0.1132,"2013-01-19 00:00",0.0271,"2013-04-10 00:00",0.0249,"2013-02-21 00:00",0.0246,"2013-02-12 00:00","","","","",0.1132,0.1132,0.0249,0.0244,0.01625,0.0148,0.01015,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88339",1,32.941023,-79.657187,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.435102,1.01375,5.25851,"2013-01-28 00:00",5.17106,"2013-05-10 00:00",4.46581,"2013-04-25 00:00",3.83621,"2013-01-04 00:00","","","","",5.25851,5.25851,4.46581,3.69183,3.08034,2.29961,1.20269,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88344",1,32.941023,-79.657187,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.477129,0.357927,2.289,"2013-01-04 00:00",0.9825,"2013-02-06 00:00",0.9563,"2013-01-25 00:00",0.9249,"2013-04-07 00:00","","","","",2.289,2.289,0.9563,0.8515,0.6416,0.4057,0.1362,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88348",1,32.941023,-79.657187,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.276688,0.170859,0.7823,"2013-05-16 00:00",0.7442,"2013-04-25 00:00",0.6093,"2013-03-17 00:00",0.5781,"2013-04-13 00:00","","","","",0.7823,0.7823,0.6093,0.5351,0.3552,0.2165,0.1152,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88350",1,32.941023,-79.657187,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.44481,2.173396,10.4976,"2013-02-06 00:00",9.6534,"2013-03-29 00:00",6.8078,"2013-03-23 00:00",6.2852,"2013-02-03 00:00","","","","",10.4976,10.4976,6.8078,5.3878,2.8244,1.7948,0.7457,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88403",2,32.941023,-79.657187,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.7448,0.695337,3.6068,"2013-05-10 00:00",3.4563,"2013-04-25 00:00",2.8037,"2013-03-02 00:00",2.6981,"2013-02-24 00:00","","","","",3.6068,3.6068,2.8037,2.6715,2.1619,1.6407,0.7464,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88502",1,32.941023,-79.657187,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,6.964,3.062796,17,"2013-02-06 00:00",13.8,"2013-03-29 00:00",12.8,"2013-05-04 00:00",12.5,"2013-05-10 00:00","","","","",17,17,12.8,12.1,8.5,6.2,4.2,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-28" +"45","019","0046","88502",3,32.941023,-79.657187,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8389,96,352,365,0,371,"","","Certification not required",0,7.025772,4.44817,64.8,"2013-03-10 06:00",53.6,"2013-03-10 07:00",49.6,"2013-05-14 03:00",46.6,"2013-03-29 05:00","","","","",23.6,18.6,14.5,12,9,6.3,2.5,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","88502",3,32.941023,-79.657187,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,6.980114,3.090211,19.6,"2013-06-13 00:00",18.5,"2013-01-24 00:00",18.5,"2013-02-06 00:00",17.9,"2013-09-04 00:00","","","","",17.9,15.9,12.9,11,8.5,6.4,3.6,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","88502",4,32.941023,-79.657187,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5805,66,245,365,0,75,"","","Certification not required",0,3.693109,3.882883,45.3,"2013-05-14 03:00",39.4,"2013-05-14 02:00",35.7,"2013-09-04 14:00",33,"2013-06-14 14:00","","","","",17.4,13.4,10.4,8.4,5.6,3.1,-0.3,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0046","88502",4,32.941023,-79.657187,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",245,67,245,365,0,0,"","","Certification not required",0,3.661224,2.824629,16.2,"2013-06-13 00:00",14.5,"2013-09-04 00:00",13,"2013-12-03 00:00",12.7,"2013-08-29 00:00","","","","",13,12.5,8.9,7.5,5.1,2.9,0.8,"CAPE ROMAIN (VISTAS)","390 BULLS ISLAND ROAD (AWENDAW) [Cape Romain]","South Carolina","Charleston","","Charleston-North Charleston, SC","2014-01-03" +"45","019","0048","68101",1,32.980254,-80.06501,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",312,100,56,61,0,0,"","","Certification not required",181,0.203045,0.198868,0.6,"2013-07-26 00:00",0.6,"2013-07-27 00:00",0.6,"2013-08-03 00:00",0.6,"2013-08-05 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.05,0.05,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68101",2,32.980254,-80.06501,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",49,80,48,61,0,0,"","","Certification not required",15,0.292857,0.191213,0.6,"2013-07-03 00:00",0.6,"2013-08-02 00:00",0.6,"2013-08-08 00:00",0.6,"2013-10-31 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.05,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68102",1,32.980254,-80.06501,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",312,100,56,61,0,0,"","","Certification not required",0,23.983333,0.076779,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68102",2,32.980254,-80.06501,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",49,80,48,61,0,0,"","","Certification not required",0,23.977551,0.082324,24.1,"2013-08-02 00:00",24.1,"2013-08-26 00:00",24.1,"2013-09-25 00:00",24.1,"2013-10-01 00:00","","","","",24.1,24.1,24.1,24.1,24,24,23.9,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68103",1,32.980254,-80.06501,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",312,100,56,61,0,0,"","","Certification not required",0,13.455449,7.647981,25.6,"2013-06-13 00:00",25.1,"2013-08-12 00:00",24.7,"2013-08-04 00:00",24.6,"2013-08-11 00:00","","","","",24.6,24.2,23.5,22.8,20.5,14.5,2.1,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68103",2,32.980254,-80.06501,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,0,"","","Certification not required",0,12.965306,8.129795,24.2,"2013-09-01 00:00",23.6,"2013-07-15 00:00",23.3,"2013-08-02 00:00",23.1,"2013-07-27 00:00","","","","",24.2,24.2,23.3,23,21.5,13.3,1.9,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68104",1,32.980254,-80.06501,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",312,100,56,61,0,0,"","","Certification not required",0,25.219551,6.727706,36,"2013-08-12 00:00",35.9,"2013-08-11 00:00",35.8,"2013-09-04 00:00",35,"2013-06-13 00:00","","","","",35,34.8,34.3,33.4,31.4,26.1,15.2,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68104",2,32.980254,-80.06501,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,0,"","","Certification not required",0,25.081633,7.068111,34.5,"2013-08-08 00:00",34.5,"2013-09-01 00:00",34,"2013-09-13 00:00",33.9,"2013-09-07 00:00","","","","",34.5,34.5,34,33.7,31.1,27.2,14.8,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68105",1,32.980254,-80.06501,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",312,100,56,61,0,0,"","","Certification not required",0,18.779167,6.83132,30.2,"2013-06-13 00:00",29.9,"2013-08-12 00:00",29.6,"2013-08-13 00:00",29.5,"2013-08-11 00:00","","","","",29.5,28.6,27.7,27,25,19.2,9,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68105",2,32.980254,-80.06501,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,0,"","","Certification not required",0,18.314286,7.144782,28.2,"2013-09-01 00:00",27.6,"2013-07-15 00:00",27.5,"2013-07-09 00:00",27.2,"2013-08-08 00:00","","","","",28.2,28.2,27.5,27.1,25.2,19.9,9,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68106",1,32.980254,-80.06501,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",312,100,56,61,0,0,"","","Certification not required",0,758.958333,4.371958,772,"2013-11-29 00:00",771,"2013-11-13 00:00",770,"2013-11-14 00:00",769,"2013-11-05 00:00","","","","",769,768,766,764,762,759,754,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68106",2,32.980254,-80.06501,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,0,"","","Certification not required",0,761.693878,3.675392,770,"2013-01-28 00:00",769,"2013-01-04 00:00",768,"2013-03-29 00:00",768,"2013-12-12 00:00","","","","",770,770,768,767,764,762,756,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68107",1,32.980254,-80.06501,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",312,100,56,61,0,0,"","","Certification not required",0,764.480769,4.058212,776,"2013-11-13 00:00",776,"2013-11-14 00:00",776,"2013-11-24 00:00",776,"2013-11-25 00:00","","","","",776,776,772,770,767,764,760,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68107",2,32.980254,-80.06501,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,0,"","","Certification not required",0,767.591837,4.132787,777,"2013-01-28 00:00",775,"2013-03-29 00:00",774,"2013-01-04 00:00",773,"2013-02-09 00:00","","","","",777,777,774,773,770,768,762,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68108",1,32.980254,-80.06501,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",312,100,56,61,0,0,"","","Certification not required",0,761.801282,4.113221,774,"2013-11-13 00:00",774,"2013-11-29 00:00",773,"2013-11-14 00:00",773,"2013-11-25 00:00","","","","",773,771,769,767,764,762,757,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68108",2,32.980254,-80.06501,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,0,"","","Certification not required",0,764.755102,3.660206,773,"2013-01-28 00:00",771,"2013-01-04 00:00",771,"2013-03-29 00:00",770,"2013-02-09 00:00","","","","",773,773,771,770,767,765,760,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68109",1,32.980254,-80.06501,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",312,100,56,61,0,0,"","","Certification not required",0,1438.173077,4.667964,1440,"2013-01-07 00:00",1440,"2013-01-20 00:00",1440,"2013-02-04 00:00",1440,"2013-02-06 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","68109",2,32.980254,-80.06501,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",49,80,48,61,0,0,"","","Certification not required",0,1439.612245,1.705583,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","88101",1,32.980254,-80.06501,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,40,0,0,"Certification not required",0,7.945538,3.516393,21.7,"2013-01-24 00:00",18.8,"2013-06-13 00:00",18.7,"2013-12-01 00:00",18.1,"2013-03-15 00:00","","","","",18.1,16.8,15,12.7,10,7.2,4.2,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","88101",1,32.980254,-80.06501,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,40,"","","Certification not required",0,7.945538,3.516393,21.7,"2013-01-24 00:00",18.8,"2013-06-13 00:00",18.7,"2013-12-01 00:00",18.1,"2013-03-15 00:00","","","","",18.1,16.8,15,12.7,10,7.2,4.2,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","88101",2,32.980254,-80.06501,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,84,51,61,0,10,0,0,"Certification not required",0,7.598077,2.983122,14.9,"2013-01-28 00:00",14,"2013-09-01 00:00",13.4,"2013-03-23 00:00",13,"2013-09-13 00:00","","","","",14.9,14,13.4,11.4,9.6,7.2,4.5,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0048","88101",2,32.980254,-80.06501,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",52,84,51,61,0,10,"","","Certification not required",0,7.598077,2.983122,14.9,"2013-01-28 00:00",14,"2013-09-01 00:00",13.4,"2013-03-23 00:00",13,"2013-09-13 00:00","","","","",14.9,14,13.4,11.4,9.6,7.2,4.5,"FAA Tower","2670 ELMS PLANTATION BLVD. [FAA Tower]","South Carolina","Charleston","North Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68101",1,32.790984,-79.958694,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",317,100,57,61,0,0,"","","Certification not required",13,0.34306,0.148566,0.6,"2013-07-25 00:00",0.6,"2013-07-26 00:00",0.6,"2013-07-27 00:00",0.6,"2013-07-28 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.3,0.2,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68102",1,32.790984,-79.958694,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",317,100,57,61,0,0,"","","Certification not required",0,23.976341,0.094342,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68103",1,32.790984,-79.958694,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",317,100,57,61,0,0,"","","Certification not required",0,14.488959,7.679282,26.5,"2013-08-06 00:00",26.5,"2013-08-12 00:00",26.4,"2013-07-27 00:00",26.1,"2013-08-11 00:00","","","","",26.1,25.6,24.6,24,21.5,15,3.6,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68104",1,32.790984,-79.958694,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",317,100,57,61,0,0,"","","Certification not required",0,25.571609,7.064653,38.7,"2013-08-12 00:00",38.5,"2013-08-11 00:00",38.2,"2013-08-13 00:00",37.7,"2013-08-29 00:00","","","","",37.7,36.8,35.7,34.2,31.6,26.5,15.2,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68105",1,32.790984,-79.958694,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",317,100,57,61,0,0,"","","Certification not required",0,19.336909,7.012403,31.4,"2013-08-12 00:00",31.2,"2013-08-13 00:00",31.1,"2013-08-11 00:00",29.8,"2013-08-04 00:00","","","","",29.8,29.5,28.6,28,25.5,19.9,9.4,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68106",1,32.790984,-79.958694,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",317,100,57,61,0,0,"","","Certification not required",0,761.858044,3.96049,773,"2013-11-29 00:00",770,"2013-01-10 00:00",770,"2013-11-05 00:00",770,"2013-11-13 00:00","","","","",770,770,768,767,764,762,757,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68107",1,32.790984,-79.958694,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",317,100,57,61,0,0,"","","Certification not required",0,767.104101,3.602726,777,"2013-11-24 00:00",776,"2013-11-13 00:00",776,"2013-11-14 00:00",776,"2013-11-25 00:00","","","","",776,776,774,772,769,767,763,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68108",1,32.790984,-79.958694,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",317,100,57,61,0,0,"","","Certification not required",0,764.55836,3.658772,775,"2013-11-29 00:00",774,"2013-11-13 00:00",773,"2013-11-14 00:00",773,"2013-11-25 00:00","","","","",773,772,771,769,767,765,760,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","68109",1,32.790984,-79.958694,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",317,100,57,61,0,0,"","","Certification not required",0,1437.958991,5.407001,1440,"2013-01-05 00:00",1440,"2013-01-09 00:00",1440,"2013-01-12 00:00",1440,"2013-01-14 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","88101",1,32.790984,-79.958694,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,40,0,0,"Certification not required",0,7.121846,3.311379,22.1,"2013-02-06 00:00",21.7,"2013-01-24 00:00",20.1,"2013-03-15 00:00",19.2,"2013-12-04 00:00","","","","",19.2,15.7,13.1,11.4,8.9,6.3,3.6,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","88101",1,32.790984,-79.958694,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,40,"","","Certification not required",0,7.121846,3.311379,22.1,"2013-02-06 00:00",21.7,"2013-01-24 00:00",20.1,"2013-03-15 00:00",19.2,"2013-12-04 00:00","","","","",19.2,15.7,13.1,11.4,8.9,6.3,3.6,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-14" +"45","019","0049","88502",3,32.790984,-79.958694,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8539,97,359,365,0,221,"","","Certification not required",0,8.33395,4.258688,44.1,"2013-09-04 19:00",39.3,"2013-09-04 20:00",37.4,"2013-06-13 10:00",37.3,"2013-09-04 21:00","","","","",22.4,19.5,16,13.7,10.3,7.5,4,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","019","0049","88502",3,32.790984,-79.958694,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,8.285237,3.100546,22.5,"2013-06-13 00:00",21.9,"2013-01-24 00:00",20.4,"2013-03-15 00:00",19.6,"2013-09-05 00:00","","","","",19.6,17,14,12.1,10,7.5,5.1,"CHARLESTON PUBLIC WORKS","360 FISHBURNE STREET [Charleston Public Works]","South Carolina","Charleston","Charleston","Charleston-North Charleston, SC","2014-01-03" +"45","021","0002","44201",1,35.130396,-81.816567,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5773,98,209,214,0,131,0,0,"Certification not required",170,0.045,0.010505,0.077,"2013-09-09 15:00",0.075,"2013-05-15 13:00",0.073,"2013-09-20 15:00",0.07,"2013-04-06 15:00","","","","",0.073,0.07,0.062,0.058,0.052,0.047,0.037,"Cowpens","McGinnis Road [Cowpens]","South Carolina","Cherokee","","Gaffney, SC","2013-11-15" +"45","021","0002","44201",1,35.130396,-81.816567,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5762,97,207,214,0,0,0,0,"Certification not required",0,0.039362,0.009835,0.068,"2013-05-15 11:00",0.066,"2013-04-06 11:00",0.061,"2013-09-09 10:00",0.06,"2013-03-15 14:00","","","","",0.061,0.06,0.056,0.053,0.047,0.042,0.032,"Cowpens","McGinnis Road [Cowpens]","South Carolina","Cherokee","","Gaffney, SC","2013-11-15" +"45","021","0002","44201",1,35.130396,-81.816567,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5762,97,207,214,0,0,0,0,"Certification not required",0,0.039362,0.009835,0.068,"2013-05-15 11:00",0.066,"2013-04-06 11:00",0.061,"2013-09-09 10:00",0.06,"2013-03-15 14:00","","","","",0.061,0.06,0.056,0.053,0.047,0.042,0.032,"Cowpens","McGinnis Road [Cowpens]","South Carolina","Cherokee","","Gaffney, SC","2013-11-15" +"45","021","0002","65102",1,35.130396,-81.816567,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7524,86,313,365,0,1236,"","","Certification not required",0,0.006841,0.043938,1,"2013-10-07 02:00",0.95,"2013-09-21 17:00",0.87,"2013-01-30 18:00",0.76,"2013-10-07 04:00","","","","",0.19,0.1,0.02,0,0,0,0,"Cowpens","McGinnis Road [Cowpens]","South Carolina","Cherokee","","Gaffney, SC","2014-01-14" +"45","025","0001","12115",6,34.615367,-80.198787,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",27,90,27,30,0,3,"","","Certification not required",0,1e-06,5e-06,2e-05,"2013-01-10 00:00",2e-05,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",2e-05,2e-05,2e-05,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-10-17" +"45","025","0001","12115",7,34.615367,-80.198787,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",2,7,2,30,0,3,"","","Certification not required",0,0,0,0,"2013-02-21 00:00",0,"2013-05-22 00:00","","","","","","","","",0,0,0,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-10-17" +"45","025","0001","17141",6,34.615367,-80.198787,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,13.406667,10.179774,51.8,"2013-01-16 00:00",49.3,"2013-01-10 00:00",26.8,"2013-04-04 00:00",26,"2013-09-25 00:00","","","","",51.8,51.8,26.8,25,14.8,10.3,5.92,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17147",6,34.615367,-80.198787,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.585762,0.300787,1.19,"2013-09-25 00:00",1.08,"2013-08-14 00:00",0.97,"2013-09-07 00:00",0.952,"2013-08-08 00:00","","","","",1.19,1.19,0.97,0.938,0.83,0.596,0.157,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17148",6,34.615367,-80.198787,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.011045,0.039792,0.217,"2013-01-16 00:00",0.121,"2013-02-21 00:00",0.0769,"2013-02-15 00:00",0.049,"2013-01-22 00:00","","","","",0.217,0.217,0.0769,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17149",6,34.615367,-80.198787,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.657571,0.715696,2.41,"2013-01-10 00:00",1.88,"2013-01-16 00:00",1.85,"2013-03-23 00:00",1.84,"2013-04-04 00:00","","","","",2.41,2.41,1.85,1.74,1.28,0.688,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17150",6,34.615367,-80.198787,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.405143,0.593484,3.53,"2013-04-04 00:00",2.4,"2013-01-10 00:00",2.19,"2013-01-16 00:00",2.05,"2013-07-03 00:00","","","","",3.53,3.53,2.19,1.91,1.73,1.45,0.551,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17151",6,34.615367,-80.198787,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.054029,0.064073,0.219,"2013-04-04 00:00",0.209,"2013-04-28 00:00",0.162,"2013-09-19 00:00",0.16,"2013-01-10 00:00","","","","",0.219,0.219,0.162,0.133,0.104,0.0309,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17158",6,34.615367,-80.198787,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,1.10135,4.164,27.2,"2013-04-04 00:00",2.57,"2013-03-05 00:00",2.04,"2013-09-19 00:00",1.73,"2013-03-23 00:00","","","","",27.2,27.2,2.04,1.39,0.579,0.195,0.106,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17159",6,34.615367,-80.198787,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.452071,0.316066,1.35,"2013-01-10 00:00",1.28,"2013-03-05 00:00",1.17,"2013-04-04 00:00",0.958,"2013-03-17 00:00","","","","",1.35,1.35,1.17,0.922,0.633,0.33,0.17,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17160",6,34.615367,-80.198787,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.000476,0.003086,0.02,"2013-02-21 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.02,0.02,0,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17201",6,34.615367,-80.198787,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.33004,0.165701,0.904,"2013-04-04 00:00",0.801,"2013-04-28 00:00",0.621,"2013-01-10 00:00",0.504,"2013-07-03 00:00","","","","",0.904,0.904,0.621,0.483,0.39,0.31,0.143,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17204",6,34.615367,-80.198787,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.198855,0.177178,1.1,"2013-04-28 00:00",0.527,"2013-01-10 00:00",0.518,"2013-04-04 00:00",0.354,"2013-07-03 00:00","","","","",1.1,1.1,0.518,0.343,0.219,0.164,0.073,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17208",6,34.615367,-80.198787,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.04786,0.08906,0.522,"2013-04-28 00:00",0.207,"2013-04-04 00:00",0.155,"2013-03-05 00:00",0.121,"2013-03-23 00:00","","","","",0.522,0.522,0.155,0.115,0.0523,0.029,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17211",6,34.615367,-80.198787,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.003071,0.009905,0.043,"2013-04-28 00:00",0.037,"2013-01-10 00:00",0.025,"2013-04-04 00:00",0.024,"2013-03-05 00:00","","","","",0.043,0.043,0.025,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17212",6,34.615367,-80.198787,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002524,0.016356,0.106,"2013-04-28 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.106,0.106,0,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17215",6,34.615367,-80.198787,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.017976,0.063478,0.403,"2013-04-28 00:00",0.071,"2013-04-04 00:00",0.058,"2013-01-22 00:00",0.049,"2013-03-05 00:00","","","","",0.403,0.403,0.058,0.04,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17220",6,34.615367,-80.198787,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.048619,0.091136,0.509,"2013-04-28 00:00",0.191,"2013-03-05 00:00",0.188,"2013-04-04 00:00",0.165,"2013-03-23 00:00","","","","",0.509,0.509,0.188,0.139,0.063,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17223",6,34.615367,-80.198787,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.008167,0.02435,0.142,"2013-04-28 00:00",0.042,"2013-04-04 00:00",0.04,"2013-03-05 00:00",0.034,"2013-02-21 00:00","","","","",0.142,0.142,0.04,0.031,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17224",6,34.615367,-80.198787,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.02569,0.063806,0.396,"2013-04-28 00:00",0.082,"2013-03-05 00:00",0.082,"2013-04-04 00:00",0.07,"2013-03-23 00:00","","","","",0.396,0.396,0.082,0.064,0.03,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17231",6,34.615367,-80.198787,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.001595,0.010338,0.067,"2013-04-28 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.067,0.067,0,0,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17237",6,34.615367,-80.198787,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.019476,0.0501,0.305,"2013-04-28 00:00",0.073,"2013-01-10 00:00",0.069,"2013-03-05 00:00",0.056,"2013-04-04 00:00","","","","",0.305,0.305,0.069,0.055,0.023,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17242",6,34.615367,-80.198787,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.020071,0.076268,0.49,"2013-04-28 00:00",0.057,"2013-02-21 00:00",0.055,"2013-03-05 00:00",0.051,"2013-01-22 00:00","","","","",0.49,0.49,0.055,0.043,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","17243",6,34.615367,-80.198787,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.01866,0.04111,0.228,"2013-04-28 00:00",0.0797,"2013-03-05 00:00",0.0743,"2013-04-04 00:00",0.0717,"2013-03-23 00:00","","","","",0.228,0.228,0.0743,0.0596,0.027,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-12-03" +"45","025","0001","43502",1,34.615367,-80.198787,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",58,95,58,61,0,3,"","","Certification not required",0,2.2,1.000877,5.4,"2013-05-16 00:00",5.3,"2013-03-17 00:00",4,"2013-05-10 00:00",3.9,"2013-09-13 00:00","","","","",5.4,5.3,4,3.5,2.7,1.9,1.2,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-16" +"45","025","0001","43502",2,34.615367,-80.198787,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,4,"","","Certification not required",0,2.135088,1.039315,5.3,"2013-05-16 00:00",5.2,"2013-03-17 00:00",4.1,"2013-05-10 00:00",3.7,"2013-06-21 00:00","","","","",5.3,5.2,4.1,3.5,2.7,1.9,1,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-16" +"45","025","0001","43503",1,34.615367,-80.198787,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",0,1.132558,0.483893,2.9,"2013-03-17 00:00",2.1,"2013-03-23 00:00",2,"2013-03-05 00:00",1.8,"2013-01-10 00:00","","","","",2.9,2.9,2,1.7,1.4,1,0.6,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-16" +"45","025","0001","43503",2,34.615367,-80.198787,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,4,"","","Certification not required",0,1.164286,0.449293,2.7,"2013-03-17 00:00",2,"2013-03-23 00:00",1.9,"2013-01-10 00:00",1.9,"2013-03-05 00:00","","","","",2.7,2.7,1.9,1.7,1.4,1.1,0.7,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-16" +"45","025","0001","43551",1,34.615367,-80.198787,"WGS84","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",3,4.051468,2.113656,9.19884,"2013-10-31 00:00",7.65266,"2013-03-17 00:00",7.31944,"2013-09-13 00:00",7.04428,"2013-11-12 00:00","","","","",9.19884,9.19884,7.31944,6.66436,5.5814,3.87492,1.48307,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-16" +"45","025","0001","43551",2,34.615367,-80.198787,"WGS84","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",42,69,42,61,0,4,"","","Certification not required",2,4.18431,1.983899,9.07515,"2013-10-31 00:00",7.36109,"2013-09-13 00:00",7.34847,"2013-03-17 00:00",6.8032,"2013-11-12 00:00","","","","",9.07515,9.07515,7.34847,6.42455,5.6849,4.07435,1.96649,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-16" +"45","025","0001","44201",1,34.615367,-80.198787,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5880,98,210,214,0,96,0,0,"Certification not required",39,0.042248,0.010456,0.072,"2013-05-15 17:00",0.064,"2013-04-06 14:00",0.064,"2013-05-16 11:00",0.063,"2013-09-13 16:00","","","","",0.064,0.062,0.059,0.056,0.051,0.045,0.035,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-11-19" +"45","025","0001","44201",1,34.615367,-80.198787,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5875,98,210,214,0,0,0,0,"Certification not required",0,0.038329,0.010094,0.064,"2013-05-15 12:00",0.06,"2013-04-06 11:00",0.059,"2013-03-16 09:00",0.058,"2013-03-30 10:00","","","","",0.059,0.057,0.055,0.052,0.047,0.041,0.031,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-11-19" +"45","025","0001","44201",1,34.615367,-80.198787,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5875,98,210,214,0,0,0,0,"Certification not required",0,0.038329,0.010094,0.064,"2013-05-15 12:00",0.06,"2013-04-06 11:00",0.059,"2013-03-16 09:00",0.058,"2013-03-30 10:00","","","","",0.059,0.057,0.055,0.052,0.047,0.041,0.031,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2013-11-19" +"45","025","0001","61103",1,34.615367,-80.198787,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8693,99,361,365,0,67,"","","Certification not required",0,1.02035,0.946356,6.2,"2013-01-31 03:00",6.2,"2013-03-06 02:00",6.1,"2013-01-31 04:00",5.7,"2013-01-30 19:00","","","","",4.2,3.5,2.8,2.3,1.6,0.9,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-03" +"45","025","0001","61104",1,34.615367,-80.198787,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8693,99,361,365,0,67,"","","Certification not required",0,162.729437,122.597065,360,"2013-01-18 15:00",360,"2013-01-24 14:00",360,"2013-01-26 09:00",360,"2013-02-08 01:00","","","","",358,356,348,328,274,163,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-03" +"45","025","0001","68101",1,34.615367,-80.198787,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",108,100,58,61,0,0,"","","Certification not required",4,0.37037,0.212576,1.3,"2013-02-21 00:00",1.2,"2013-02-03 00:00",1,"2013-02-09 00:00",0.9,"2013-02-06 00:00","","","","",1.2,1,0.7,0.6,0.4,0.3,0.2,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68102",1,34.615367,-80.198787,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",108,100,58,61,0,0,"","","Certification not required",0,23.950926,0.105454,24,"2013-01-16 00:00",24,"2013-02-12 00:00",24,"2013-03-11 00:00",24,"2013-03-17 00:00","","","","",24,24,24,24,24,24,23.9,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68103",1,34.615367,-80.198787,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,100,58,61,0,0,"","","Certification not required",0,11.813889,8.617277,24,"2013-07-09 00:00",24,"2013-09-01 00:00",23.9,"2013-07-03 00:00",23.7,"2013-07-21 00:00","","","","",24,23.9,23.6,22.2,20.2,12.9,-0.3,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68103",5,34.615367,-80.198787,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.419231,8.025817,22.7,"2013-09-01 00:00",22.6,"2013-07-03 00:00",22.6,"2013-07-09 00:00",22.3,"2013-07-21 00:00","","","","",22.7,22.6,22.6,21.6,19.6,15,-0.2,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","68104",1,34.615367,-80.198787,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,100,58,61,0,0,"","","Certification not required",0,24.942593,8.219002,38,"2013-06-12 00:00",36.8,"2013-08-29 00:00",36.2,"2013-07-18 00:00",36.1,"2013-06-27 00:00","","","","",36.8,36.2,35.6,35,32.6,26.2,13.6,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68104",5,34.615367,-80.198787,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,25.240385,7.913807,36.7,"2013-07-09 00:00",35.3,"2013-06-27 00:00",34.9,"2013-09-01 00:00",34.4,"2013-08-08 00:00","","","","",36.7,35.3,34.9,33.9,32.4,27.9,13.5,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","68105",1,34.615367,-80.198787,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,100,58,61,0,0,"","","Certification not required",0,17.762037,7.909745,29.4,"2013-06-12 00:00",28.7,"2013-08-29 00:00",28.6,"2013-07-18 00:00",28.6,"2013-09-01 00:00","","","","",28.7,28.6,27.8,27.2,25,19,6.7,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68105",5,34.615367,-80.198787,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,18.712245,7.576874,28.8,"2013-09-01 00:00",28.5,"2013-06-27 00:00",28.1,"2013-07-21 00:00",27.6,"2013-07-15 00:00","","","","",28.8,28.8,28.1,27.5,25.4,20.9,7.3,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","68106",1,34.615367,-80.198787,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,58,61,0,0,"","","Certification not required",0,744.759259,4.162293,757,"2013-12-27 00:00",753,"2013-11-21 00:00",752,"2013-12-24 00:00",751,"2013-01-28 00:00","","","","",753,752,751,749,748,746,740,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68106",5,34.615367,-80.198787,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,755.923077,3.91501,766,"2013-01-10 00:00",763,"2013-01-28 00:00",762,"2013-01-04 00:00",762,"2013-07-15 00:00","","","","",766,763,762,761,758,756,752,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","68107",1,34.615367,-80.198787,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,58,61,0,0,"","","Certification not required",0,750.5,4.156967,761,"2013-12-24 00:00",761,"2013-12-27 00:00",759,"2013-01-19 00:00",759,"2013-01-25 00:00","","","","",761,759,758,756,753,750,745,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68107",5,34.615367,-80.198787,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,760.307692,3.953348,771,"2013-01-28 00:00",769,"2013-01-10 00:00",767,"2013-04-22 00:00",767,"2013-11-06 00:00","","","","",771,769,767,765,763,760,756,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","68108",1,34.615367,-80.198787,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,100,58,61,0,0,"","","Certification not required",0,747.694444,4.09572,759,"2013-12-27 00:00",756,"2013-12-24 00:00",755,"2013-01-19 00:00",755,"2013-01-28 00:00","","","","",756,755,755,753,750,748,742,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","68108",5,34.615367,-80.198787,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,758.285714,3.872983,768,"2013-01-10 00:00",767,"2013-01-28 00:00",764,"2013-01-04 00:00",764,"2013-04-22 00:00","","","","",768,768,764,763,760,758,754,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","68109",1,34.615367,-80.198787,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",108,100,58,61,0,0,"","","Certification not required",0,1439.314815,3.311402,1440,"2013-01-01 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00",1440,"2013-01-25 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","88101",1,34.615367,-80.198787,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,0,0,"Certification not required",0,7.576364,3.55899,18.7,"2013-03-23 00:00",18.3,"2013-01-28 00:00",18.1,"2013-08-29 00:00",18,"2013-03-05 00:00","","","","",18.3,18.1,14.3,12.7,9.5,6.8,3.8,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","88101",1,34.615367,-80.198787,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,"","","Certification not required",0,7.576364,3.55899,18.7,"2013-03-23 00:00",18.3,"2013-01-28 00:00",18.1,"2013-08-29 00:00",18,"2013-03-05 00:00","","","","",18.3,18.1,14.3,12.7,9.5,6.8,3.8,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-14" +"45","025","0001","88102",5,34.615367,-80.198787,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.02062,0.004901,0.039,"2013-05-28 00:00",0.03,"2013-10-01 00:00",0.026,"2013-02-15 00:00",0.026,"2013-03-17 00:00","","","","",0.039,0.039,0.026,0.026,0.021,0.021,0.014,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88103",5,34.615367,-80.198787,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0002,0.000452,0.002,"2013-03-23 00:00",0.001,"2013-01-04 00:00",0.001,"2013-02-27 00:00",0.001,"2013-03-05 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88104",5,34.615367,-80.198787,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",29,0.02471,0.036817,0.217,"2013-06-27 00:00",0.151,"2013-08-02 00:00",0.068,"2013-07-03 00:00",0.067,"2013-05-22 00:00","","","","",0.217,0.217,0.068,0.053,0.024,0.0125,0.0065,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88107",5,34.615367,-80.198787,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005423,0.003519,0.0295,"2013-01-10 00:00",0.0055,"2013-02-09 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-03-29 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88109",5,34.615367,-80.198787,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.003572,0.003031,0.0137,"2013-10-31 00:00",0.0118,"2013-03-23 00:00",0.0112,"2013-03-05 00:00",0.0101,"2013-01-28 00:00","","","","",0.0137,0.0137,0.0112,0.0076,0.005,0.0031,0.0009,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88110",5,34.615367,-80.198787,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0007,0.00193,0.007,"2013-02-03 00:00",0.007,"2013-03-17 00:00",0.007,"2013-10-25 00:00",0.006,"2013-04-16 00:00","","","","",0.007,0.007,0.007,0.004,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88111",5,34.615367,-80.198787,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",29,0.008326,0.008176,0.0345,"2013-06-27 00:00",0.032,"2013-04-10 00:00",0.0287,"2013-03-17 00:00",0.0226,"2013-10-31 00:00","","","","",0.0345,0.0345,0.0287,0.0185,0.0111,0.00375,0.00235,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88112",5,34.615367,-80.198787,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00454,0.012137,0.062,"2013-10-07 00:00",0.053,"2013-09-25 00:00",0.037,"2013-08-02 00:00",0.006,"2013-04-10 00:00","","","","",0.062,0.062,0.037,0.005,0.003,0.002,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88113",5,34.615367,-80.198787,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00067,0.000208,0.002,"2013-04-10 00:00",0.001,"2013-01-10 00:00",0.0007,"2013-02-03 00:00",0.0007,"2013-02-15 00:00","","","","",0.002,0.002,0.0007,0.0007,0.0007,0.00065,0.00055,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88114",5,34.615367,-80.198787,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.027117,0.017149,0.0803,"2013-11-06 00:00",0.0709,"2013-01-28 00:00",0.0633,"2013-10-25 00:00",0.0494,"2013-03-23 00:00","","","","",0.0803,0.0803,0.0633,0.0482,0.0363,0.0247,0.0099,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88115",5,34.615367,-80.198787,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",31,0.011671,0.025035,0.165,"2013-05-04 00:00",0.0603,"2013-03-11 00:00",0.0486,"2013-04-16 00:00",0.0426,"2013-11-06 00:00","","","","",0.165,0.165,0.0486,0.0263,0.0085,0.00405,0.00245,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88117",5,34.615367,-80.198787,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.004621,0.005588,0.043,"2013-01-10 00:00",0.00485,"2013-04-16 00:00",0.00485,"2013-08-14 00:00",0.00485,"2013-08-26 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88118",5,34.615367,-80.198787,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009171,0.006009,0.023,"2013-01-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88126",5,34.615367,-80.198787,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.027406,0.036913,0.194,"2013-08-02 00:00",0.152,"2013-06-27 00:00",0.145,"2013-09-25 00:00",0.0579,"2013-07-03 00:00","","","","",0.194,0.194,0.145,0.0418,0.0264,0.0165,0.0098,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88128",5,34.615367,-80.198787,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00032,0.000683,0.003,"2013-01-28 00:00",0.002,"2013-02-21 00:00",0.002,"2013-05-10 00:00",0.002,"2013-05-28 00:00","","","","",0.003,0.003,0.002,0.001,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88131",5,34.615367,-80.198787,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01027,0.003343,0.0165,"2013-02-03 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88132",5,34.615367,-80.198787,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00052,0.000762,0.003,"2013-11-06 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-03 00:00",0.002,"2013-03-17 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88136",5,34.615367,-80.198787,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00032,0.001301,0.009,"2013-08-02 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-03 00:00",0.001,"2013-04-04 00:00","","","","",0.009,0.009,0.001,0.001,0,0,0,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88140",5,34.615367,-80.198787,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",42,0.009265,0.008199,0.042,"2013-05-04 00:00",0.038,"2013-03-11 00:00",0.036,"2013-04-16 00:00",0.019,"2013-07-15 00:00","","","","",0.042,0.042,0.036,0.0184,0.009,0.006,0.0055,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88152",5,34.615367,-80.198787,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005747,0.001471,0.008,"2013-02-09 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88154",5,34.615367,-80.198787,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001027,0.000257,0.0014,"2013-02-09 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-04-10 00:00",0.0013,"2013-04-22 00:00","","","","",0.0014,0.0014,0.0013,0.0013,0.00125,0.001,0.00065,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88160",5,34.615367,-80.198787,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.0142,0.005229,0.039,"2013-09-01 00:00",0.025,"2013-03-29 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-15 00:00","","","","",0.039,0.039,0.018,0.018,0.016,0.016,0.01,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88161",5,34.615367,-80.198787,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.002985,0.002951,0.0208,"2013-06-27 00:00",0.0098,"2013-08-02 00:00",0.0093,"2013-07-03 00:00",0.00265,"2013-02-09 00:00","","","","",0.0208,0.0208,0.0093,0.00265,0.00265,0.00215,0.0021,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88164",5,34.615367,-80.198787,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001621,0.000197,0.0019,"2013-02-09 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88165",5,34.615367,-80.198787,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.053924,0.083279,0.515,"2013-06-27 00:00",0.304,"2013-08-02 00:00",0.188,"2013-07-03 00:00",0.108,"2013-03-17 00:00","","","","",0.515,0.515,0.188,0.097,0.052,0.0352,0.006,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88166",5,34.615367,-80.198787,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00852,0.004867,0.0185,"2013-02-03 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-03-17 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88167",5,34.615367,-80.198787,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",17,0.004787,0.004352,0.021,"2013-01-10 00:00",0.0183,"2013-03-23 00:00",0.0168,"2013-01-28 00:00",0.0105,"2013-03-05 00:00","","","","",0.021,0.021,0.0168,0.0102,0.0061,0.0036,0.0013,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88168",5,34.615367,-80.198787,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001334,0.000936,0.0075,"2013-04-04 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-15 00:00",0.00175,"2013-02-21 00:00","","","","",0.0075,0.0075,0.00175,0.00175,0.00115,0.00115,0.00085,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88169",5,34.615367,-80.198787,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.621546,0.340936,1.92,"2013-01-28 00:00",1.13,"2013-08-02 00:00",1.12,"2013-08-14 00:00",1.09,"2013-10-31 00:00","","","","",1.92,1.92,1.12,1.05,0.815,0.602,0.237,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88176",5,34.615367,-80.198787,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.000967,0.000198,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88180",5,34.615367,-80.198787,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.039462,0.023555,0.0932,"2013-01-10 00:00",0.093,"2013-06-27 00:00",0.0908,"2013-03-05 00:00",0.085,"2013-03-23 00:00","","","","",0.0932,0.0932,0.0908,0.0794,0.0537,0.033,0.018,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88184",5,34.615367,-80.198787,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",31,0.05889,0.086359,0.412,"2013-05-04 00:00",0.349,"2013-04-16 00:00",0.318,"2013-03-11 00:00",0.186,"2013-04-10 00:00","","","","",0.412,0.412,0.318,0.166,0.052,0.027,0.0155,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88185",5,34.615367,-80.198787,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.003655,0.003775,0.0115,"2013-02-03 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88301",5,34.615367,-80.198787,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.374618,0.385169,2.45,"2013-01-28 00:00",0.937,"2013-03-29 00:00",0.907,"2013-03-23 00:00",0.836,"2013-01-04 00:00","","","","",2.45,0.937,0.907,0.717,0.457,0.311,0.032,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88302",5,34.615367,-80.198787,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.097674,0.111228,0.531,"2013-04-16 00:00",0.45,"2013-05-04 00:00",0.403,"2013-03-11 00:00",0.308,"2013-04-10 00:00","","","","",0.531,0.45,0.403,0.207,0.112,0.06,0.015,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88303",5,34.615367,-80.198787,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.036447,0.02755,0.136,"2013-04-16 00:00",0.096,"2013-01-28 00:00",0.09,"2013-07-15 00:00",0.077,"2013-01-04 00:00","","","","",0.136,0.096,0.09,0.071,0.0465,0.031,0.0115,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88306",5,34.615367,-80.198787,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.438814,0.546899,2.95,"2013-01-28 00:00",2.15,"2013-01-04 00:00",1.62,"2013-03-23 00:00",1.26,"2013-04-04 00:00","","","","",2.95,2.15,1.62,1.1,0.473,0.253,0.099,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88355",5,34.615367,-80.198787,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.529706,1.286543,7.05,"2013-03-05 00:00",6.51,"2013-03-23 00:00",4.74,"2013-03-17 00:00",4.22,"2013-01-10 00:00","","","","",7.05,6.51,4.74,3.92,3.04,2.44,1.23,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88357",5,34.615367,-80.198787,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.150098,0.091595,0.443,"2013-03-05 00:00",0.421,"2013-03-23 00:00",0.363,"2013-01-10 00:00",0.29,"2013-02-21 00:00","","","","",0.443,0.421,0.363,0.269,0.181,0.136,0.067,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88370",5,34.615367,-80.198787,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.283059,1.122071,6.18,"2013-03-05 00:00",5.66,"2013-03-23 00:00",4.13,"2013-03-17 00:00",3.9,"2013-05-16 00:00","","","","",6.18,5.66,4.13,3.36,2.76,2.2,1.13,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88374",5,34.615367,-80.198787,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.212549,0.16697,0.776,"2013-03-05 00:00",0.541,"2013-05-16 00:00",0.53,"2013-10-19 00:00",0.5,"2013-09-01 00:00","","","","",0.776,0.541,0.53,0.426,0.311,0.188,0.04,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88375",5,34.615367,-80.198787,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.567961,0.25346,1.27,"2013-03-05 00:00",1.22,"2013-03-23 00:00",0.957,"2013-05-16 00:00",0.932,"2013-03-17 00:00","","","","",1.27,1.22,0.957,0.884,0.704,0.542,0.284,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88376",5,34.615367,-80.198787,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.669118,0.366859,2.06,"2013-03-23 00:00",1.85,"2013-03-05 00:00",1.35,"2013-03-11 00:00",1.23,"2013-06-21 00:00","","","","",2.06,1.85,1.35,1.06,0.759,0.606,0.324,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88377",5,34.615367,-80.198787,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.428863,0.229028,1.17,"2013-03-23 00:00",0.973,"2013-01-10 00:00",0.95,"2013-03-17 00:00",0.827,"2013-01-28 00:00","","","","",1.17,0.973,0.95,0.666,0.54,0.386,0.197,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88378",5,34.615367,-80.198787,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.404549,0.279667,1.63,"2013-03-05 00:00",0.975,"2013-05-16 00:00",0.883,"2013-03-17 00:00",0.818,"2013-03-23 00:00","","","","",1.63,0.975,0.883,0.686,0.523,0.379,0.111,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88380",5,34.615367,-80.198787,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.396608,0.276587,1.32,"2013-03-05 00:00",1.26,"2013-03-23 00:00",0.88,"2013-03-17 00:00",0.875,"2013-09-25 00:00","","","","",1.32,1.26,0.88,0.745,0.46,0.345,0.142,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88383",5,34.615367,-80.198787,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.737078,0.487565,2.86,"2013-03-05 00:00",2,"2013-03-23 00:00",1.67,"2013-03-17 00:00",1.33,"2013-09-25 00:00","","","","",2.86,2,1.67,1.22,0.871,0.689,0.34,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88384",5,34.615367,-80.198787,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.064263,0.028666,0.15,"2013-02-15 00:00",0.115,"2013-10-01 00:00",0.107,"2013-08-02 00:00",0.103,"2013-06-15 00:00","","","","",0.15,0.115,0.107,0.0957,0.0826,0.0666,0.0304,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88385",5,34.615367,-80.198787,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88388",5,34.615367,-80.198787,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.651078,0.430688,2.51,"2013-03-05 00:00",1.66,"2013-03-23 00:00",1.49,"2013-03-17 00:00",1.21,"2013-05-16 00:00","","","","",2.51,1.66,1.49,1.1,0.787,0.605,0.28,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88403",5,34.615367,-80.198787,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,1.662653,0.938354,5.09,"2013-01-28 00:00",3.34,"2013-09-01 00:00",2.94,"2013-08-14 00:00",2.92,"2013-08-02 00:00","","","","",5.09,3.34,2.94,2.74,2.33,1.66,0.657,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","025","0001","88502",3,34.615367,-80.198787,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8620,98,362,365,0,140,"","","Certification not required",0,10.301415,5.784907,75.6,"2013-06-18 14:00",72.1,"2013-03-17 19:00",58.1,"2013-09-06 20:00",49,"2013-06-20 13:00","","","","",26.6,24.2,20.4,17.6,13.4,9.6,4,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-03" +"45","025","0001","88502",3,34.615367,-80.198787,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,10.269613,3.746313,24.6,"2013-08-28 00:00",21.7,"2013-08-29 00:00",20.9,"2013-03-23 00:00",20,"2013-09-09 00:00","","","","",20,18.8,17.4,15.8,12.6,9.6,6,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-01-03" +"45","025","0001","88502",5,34.615367,-80.198787,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.698,4.046742,19.7,"2013-03-23 00:00",19.3,"2013-03-05 00:00",17.7,"2013-01-28 00:00",15.5,"2013-03-17 00:00","","","","",19.7,19.7,17.7,14.5,10.7,8.8,4.5,"CHESTERFIELD","RT 2 BOX 100 MCBEE (SC145) [Chesterfield]","South Carolina","Chesterfield","","","2014-02-14" +"45","029","0002","44201",2,33.007866,-80.965038,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5266,96,205,214,0,494,0,0,"Certification not required",740,0.03419,0.009899,0.059,"2013-04-06 16:00",0.056,"2013-05-13 14:00",0.056,"2013-05-15 14:00",0.054,"2013-05-17 13:00","","","","",0.056,0.054,0.05,0.046,0.041,0.035,0.023,"ASHTON","Ashton Road (Islandton) [Ashton]","South Carolina","Colleton","","Walterboro, SC","2013-11-15" +"45","029","0002","44201",2,33.007866,-80.965038,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5250,95,204,214,0,0,0,0,"Certification not required",0,0.030132,0.00972,0.055,"2013-04-06 10:00",0.054,"2013-05-15 10:00",0.05,"2013-05-13 11:00",0.05,"2013-06-14 10:00","","","","",0.05,0.049,0.045,0.043,0.037,0.03,0.018,"ASHTON","Ashton Road (Islandton) [Ashton]","South Carolina","Colleton","","Walterboro, SC","2013-11-15" +"45","029","0002","44201",2,33.007866,-80.965038,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5250,95,204,214,0,0,0,0,"Certification not required",0,0.030132,0.00972,0.055,"2013-04-06 10:00",0.054,"2013-05-15 10:00",0.05,"2013-05-13 11:00",0.05,"2013-06-14 10:00","","","","",0.05,0.049,0.045,0.043,0.037,0.03,0.018,"ASHTON","Ashton Road (Islandton) [Ashton]","South Carolina","Colleton","","Walterboro, SC","2013-11-15" +"45","029","0002","88502",3,33.007866,-80.965038,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8060,92,336,365,0,700,"","","Certification not required",0,8.756203,7.054304,155.9,"2013-12-03 01:00",143.1,"2013-12-03 00:00",123.7,"2013-03-07 19:00",117.4,"2013-03-07 18:00","","","","",31,24.7,18.5,14.7,10.8,7.6,3.1,"ASHTON","Ashton Road (Islandton) [Ashton]","South Carolina","Colleton","","Walterboro, SC","2014-01-03" +"45","029","0002","88502",3,33.007866,-80.965038,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,0,"","","Certification not required",0,8.712202,4.081849,35.2,"2013-03-07 00:00",28.5,"2013-12-02 00:00",22.2,"2013-12-03 00:00",21.9,"2013-11-14 00:00","","","","",21.9,20.3,17.2,13.4,10.2,8,4.7,"ASHTON","Ashton Road (Islandton) [Ashton]","South Carolina","Colleton","","Walterboro, SC","2014-01-03" +"45","031","0003","44201",1,34.285696,-79.744859,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5475,98,210,214,0,141,0,0,"Certification not required",536,0.043071,0.010922,0.075,"2013-05-15 16:00",0.069,"2013-05-16 14:00",0.065,"2013-05-17 14:00",0.065,"2013-09-04 15:00","","","","",0.065,0.063,0.06,0.057,0.052,0.045,0.032,"Pee Dee Experimental Station","2200 POCKET ROAD (DARLINGTON) [Pee Dee]","South Carolina","Darlington","","Florence, SC","2013-11-15" +"45","031","0003","44201",1,34.285696,-79.744859,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5475,97,208,214,0,0,0,0,"Certification not required",0,0.038327,0.01063,0.068,"2013-05-15 11:00",0.062,"2013-05-16 09:00",0.062,"2013-05-17 10:00",0.059,"2013-04-06 12:00","","","","",0.062,0.059,0.055,0.051,0.047,0.04,0.028,"Pee Dee Experimental Station","2200 POCKET ROAD (DARLINGTON) [Pee Dee]","South Carolina","Darlington","","Florence, SC","2013-11-15" +"45","031","0003","44201",1,34.285696,-79.744859,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5475,97,208,214,0,0,0,0,"Certification not required",0,0.038327,0.01063,0.068,"2013-05-15 11:00",0.062,"2013-05-16 09:00",0.062,"2013-05-17 10:00",0.059,"2013-04-06 12:00","","","","",0.062,0.059,0.055,0.051,0.047,0.04,0.028,"Pee Dee Experimental Station","2200 POCKET ROAD (DARLINGTON) [Pee Dee]","South Carolina","Darlington","","Florence, SC","2013-11-15" +"45","037","0001","44201",1,33.739963,-81.853635,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4691,91,194,214,0,805,0,0,"Certification not required",285,0.034103,0.009053,0.063,"2013-04-06 12:00",0.057,"2013-04-07 00:00",0.054,"2013-05-15 16:00",0.052,"2013-04-03 15:00","","","","",0.057,0.052,0.048,0.045,0.04,0.035,0.021,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2013-11-08" +"45","037","0001","44201",1,33.739963,-81.853635,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4685,90,193,214,0,0,0,0,"Certification not required",0,0.029534,0.008735,0.06,"2013-04-06 10:00",0.05,"2013-04-07 08:00",0.049,"2013-05-15 10:00",0.048,"2013-04-03 09:00","","","","",0.05,0.048,0.043,0.04,0.035,0.03,0.017,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2013-11-08" +"45","037","0001","44201",1,33.739963,-81.853635,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4685,90,193,214,0,0,0,0,"Certification not required",0,0.029534,0.008735,0.06,"2013-04-06 10:00",0.05,"2013-04-07 08:00",0.049,"2013-05-15 10:00",0.048,"2013-04-03 09:00","","","","",0.05,0.048,0.043,0.04,0.035,0.03,0.017,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2013-11-08" +"45","037","0001","68101",1,33.739963,-81.853635,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",116,100,61,61,0,0,"","","Certification not required",48,0.219828,0.242171,1.8,"2013-08-26 00:00",1,"2013-05-25 00:00",0.9,"2013-08-08 00:00",0.8,"2013-08-14 00:00","","","","",1,0.9,0.7,0.4,0.3,0.2,0.05,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68102",1,33.739963,-81.853635,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,100,61,61,0,0,"","","Certification not required",0,23.990435,0.072516,24.1,"2013-01-25 00:00",24.1,"2013-02-15 00:00",24.1,"2013-03-02 00:00",24.1,"2013-03-14 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68103",1,33.739963,-81.853635,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",96,100,55,61,0,17,"","","Certification not required",0,9.791667,7.739341,22.8,"2013-07-21 00:00",22.6,"2013-08-02 00:00",22.4,"2013-08-05 00:00",22.3,"2013-06-27 00:00","","","","",22.8,22.6,22.1,20.8,16.3,9.8,-0.2,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68104",1,33.739963,-81.853635,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,100,61,61,0,0,"","","Certification not required",0,23.868696,7.986769,36.2,"2013-06-12 00:00",36.2,"2013-08-11 00:00",35.3,"2013-05-31 00:00",35.2,"2013-07-09 00:00","","","","",36.2,35.3,34.9,33.8,31.4,25,12.8,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68105",1,33.739963,-81.853635,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,100,61,61,0,0,"","","Certification not required",0,16.61913,7.589072,28.5,"2013-08-11 00:00",28.2,"2013-06-12 00:00",27.3,"2013-06-27 00:00",27.2,"2013-09-01 00:00","","","","",28.2,27.3,27,26.2,23.9,17.4,5.8,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68106",1,33.739963,-81.853635,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,744.278261,4.08366,753,"2013-01-10 00:00",752,"2013-01-28 00:00",751,"2013-01-04 00:00",751,"2013-01-07 00:00","","","","",752,751,750,750,747,744,739,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68107",1,33.739963,-81.853635,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,749.947826,4.023709,759,"2013-01-19 00:00",759,"2013-01-25 00:00",758,"2013-01-10 00:00",758,"2013-01-28 00:00","","","","",759,758,757,755,752,750,745,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68108",1,33.739963,-81.853635,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,61,61,0,0,"","","Certification not required",0,747.252174,3.957767,756,"2013-01-10 00:00",755,"2013-01-19 00:00",755,"2013-01-28 00:00",754,"2013-01-04 00:00","","","","",755,755,754,752,750,747,741,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","68109",1,33.739963,-81.853635,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",115,100,61,61,0,0,"","","Certification not required",0,1438.86087,4.171514,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","88101",1,33.739963,-81.853635,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,8.605217,4.062815,21.8,"2013-01-28 00:00",21.7,"2013-08-29 00:00",19.2,"2013-03-14 00:00",17.6,"2013-03-23 00:00","","","","",21.7,19.2,16.1,14.5,11,7.5,4.1,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","88101",1,33.739963,-81.853635,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,8.605217,4.062815,21.8,"2013-01-28 00:00",21.7,"2013-08-29 00:00",19.2,"2013-03-14 00:00",17.6,"2013-03-23 00:00","","","","",21.7,19.2,16.1,14.5,11,7.5,4.1,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-14" +"45","037","0001","88502",3,33.739963,-81.853635,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8373,96,351,365,0,387,"","","Certification not required",0,8.951893,6.204447,128.9,"2013-03-27 16:00",123.9,"2013-03-14 16:00",98.6,"2013-03-14 17:00",63.6,"2013-03-27 17:00","","","","",28,24.4,18.9,15.8,11.6,8,3.3,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-03" +"45","037","0001","88502",3,33.739963,-81.853635,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,8.915954,3.668768,23.6,"2013-08-29 00:00",20.6,"2013-03-14 00:00",20.2,"2013-01-28 00:00",20,"2013-01-29 00:00","","","","",20,17.3,16.1,14,11.2,8.3,4.8,"TRENTON","660 WOODYARD ROAD [Trenton]","South Carolina","Edgefield","","Augusta-Richmond County, GA-SC","2014-01-03" +"45","041","0003","68101",1,34.214263,-79.767347,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",107,100,57,61,0,0,"","","Certification not required",46,0.164486,0.276945,2.6,"2013-11-24 00:00",1.1,"2013-12-24 00:00",0.6,"2013-11-27 00:00",0.5,"2013-12-18 00:00","","","","",1.1,0.6,0.4,0.3,0.2,0.1,0.05,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68102",1,34.214263,-79.767347,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",106,100,57,61,0,0,"","","Certification not required",0,23.983019,0.123034,24.4,"2013-11-24 00:00",24.1,"2013-11-09 00:00",24.1,"2013-11-12 00:00",24.1,"2013-11-15 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68103",1,34.214263,-79.767347,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",106,100,57,61,0,0,"","","Certification not required",0,12.162264,8.502162,23.4,"2013-08-29 00:00",23.3,"2013-07-15 00:00",23.1,"2013-08-02 00:00",23,"2013-06-27 00:00","","","","",23.3,23.1,23,22.2,20.5,13.1,-0.8,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68104",1,34.214263,-79.767347,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",106,100,57,61,0,0,"","","Certification not required",0,24.567925,7.422688,35.8,"2013-06-12 00:00",35.5,"2013-08-29 00:00",34.7,"2013-06-27 00:00",34.4,"2013-08-23 00:00","","","","",35.5,34.7,34,33,31.1,26,13.4,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68105",1,34.214263,-79.767347,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",106,100,57,61,0,0,"","","Certification not required",0,18.100943,7.360105,29.1,"2013-06-12 00:00",28.2,"2013-09-01 00:00",27.7,"2013-07-18 00:00",27.5,"2013-08-08 00:00","","","","",28.2,27.7,27.3,26.7,24.8,19.7,7.8,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68106",1,34.214263,-79.767347,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,100,57,61,0,0,"","","Certification not required",0,756.896226,4.167743,767,"2013-11-21 00:00",766,"2013-01-10 00:00",764,"2013-11-09 00:00",764,"2013-11-24 00:00","","","","",766,764,763,761,760,758,751,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68107",1,34.214263,-79.767347,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,100,57,61,0,0,"","","Certification not required",0,762.735849,5.351105,782,"2013-11-24 00:00",778,"2013-12-24 00:00",775,"2013-10-25 00:00",773,"2013-11-12 00:00","","","","",778,775,772,771,765,762,757,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68108",1,34.214263,-79.767347,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",106,100,57,61,0,0,"","","Certification not required",0,759.764151,4.275182,772,"2013-11-24 00:00",769,"2013-11-21 00:00",768,"2013-01-10 00:00",767,"2013-01-19 00:00","","","","",769,768,767,766,762,760,754,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","68109",1,34.214263,-79.767347,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",106,100,57,61,0,0,"","","Certification not required",0,1438.056604,7.41919,1440,"2013-01-01 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","88101",1,34.214263,-79.767347,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,0,0,"Certification not required",0,8.584404,3.823567,21.8,"2013-03-23 00:00",18.1,"2013-05-16 00:00",18.1,"2013-08-29 00:00",17.9,"2013-01-28 00:00","","","","",18.1,18.1,15.2,13.3,11.2,8.1,4.3,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","88101",1,34.214263,-79.767347,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,8.584404,3.823567,21.8,"2013-03-23 00:00",18.1,"2013-05-16 00:00",18.1,"2013-08-29 00:00",17.9,"2013-01-28 00:00","","","","",18.1,18.1,15.2,13.3,11.2,8.1,4.3,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-14" +"45","041","0003","88502",3,34.214263,-79.767347,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6391,73,265,365,0,2369,"","","Certification not required",0,11.028431,6.516497,164.4,"2013-03-28 21:00",75.8,"2013-04-13 21:00",73.1,"2013-01-05 19:00",60.4,"2013-01-05 20:00","","","","",32.3,28,22.3,18.5,13.9,9.7,4.8,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-03" +"45","041","0003","88502",3,34.214263,-79.767347,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,10.92566,4.225556,26,"2013-12-03 00:00",24.3,"2013-08-28 00:00",24.3,"2013-08-29 00:00",22.9,"2013-03-23 00:00","","","","",24.3,20.6,19.3,17.4,13.2,10.2,6.1,"Williams Middle School","1119 N Irby Street [Williams]","South Carolina","Florence","Florence","Florence, SC","2014-01-03" +"45","041","8001","12128",1,34.15567,-79.56983,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",70,100,43,61,0,7,"","","Certification not required",0,0.016244,0.032454,0.1563,"2013-08-26 00:00",0.1327,"2013-04-19 00:00",0.131,"2013-04-22 00:00",0.0962,"2013-06-21 00:00","","","","",0.1563,0.1327,0.0962,0.0634,0.0117,0.0041,0.0009,"JCI Railroad","Liberty Chapel @ Bethel Roads [JCI Railroad]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","041","8001","14129",1,34.15567,-79.56983,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",70,57,69,122,0,7,0,0,"Certification not required",0,0.016114,0.032932,0.158,"2013-08-26 00:00",0.137,"2013-04-22 00:00",0.131,"2013-04-19 00:00",0.097,"2013-06-21 00:00","","","","",0.158,0.137,0.097,0.063,0.012,0.004,0,"JCI Railroad","Liberty Chapel @ Bethel Roads [JCI Railroad]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","041","8002","12128",1,34.16416,-79.57233,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",74,100,45,61,0,3,"","","Certification not required",0,0.023281,0.02925,0.1376,"2013-03-14 00:00",0.1031,"2013-03-20 00:00",0.103,"2013-03-08 00:00",0.0874,"2013-07-27 00:00","","","","",0.1376,0.1031,0.0874,0.0624,0.0345,0.0108,0.0021,"JCI Entrance","Liberty Chapel at Paper Mill Roads [JCI Entrance]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","041","8002","12128",2,34.16416,-79.57233,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",13,21,13,61,0,0,"","","Certification not required",0,0.014862,0.02111,0.0655,"2013-07-27 00:00",0.0572,"2013-09-19 00:00",0.016,"2013-08-08 00:00",0.0143,"2013-07-09 00:00","","","","",0.0655,0.0655,0.0655,0.0572,0.0143,0.0058,0.0033,"JCI Entrance","Liberty Chapel at Paper Mill Roads [JCI Entrance]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","041","8002","14129",1,34.16416,-79.57233,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",74,61,73,122,0,3,0,0,"Certification not required",0,0.023811,0.030901,0.148,"2013-03-14 00:00",0.111,"2013-03-08 00:00",0.109,"2013-03-20 00:00",0.088,"2013-07-27 00:00","","","","",0.148,0.111,0.088,0.065,0.036,0.011,0.002,"JCI Entrance","Liberty Chapel at Paper Mill Roads [JCI Entrance]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","041","8002","14129",2,34.16416,-79.57233,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",13,11,13,122,0,0,0,0,"Certification not required",0,0.014538,0.021321,0.065,"2013-07-27 00:00",0.058,"2013-09-19 00:00",0.016,"2013-08-08 00:00",0.014,"2013-07-09 00:00","","","","",0.065,0.065,0.065,0.058,0.014,0.005,0.003,"JCI Entrance","Liberty Chapel at Paper Mill Roads [JCI Entrance]","South Carolina","Florence","","Florence, SC","2014-01-21" +"45","041","8003","12128",1,34.1675,-79.56266,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,35,61,0,20,"","","Certification not required",0,0.011739,0.023046,0.1258,"2013-09-07 00:00",0.0897,"2013-07-21 00:00",0.0678,"2013-04-13 00:00",0.0498,"2013-03-23 00:00","","","","",0.1258,0.0897,0.0678,0.0345,0.0104,0.0026,0.0004,"JCI River (Woods)","Liberty Chapel at Paper Mill Roads [JCI River][a.k.a. JCI Woods]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","041","8003","14129",1,34.1675,-79.56266,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",57,47,56,122,0,20,0,0,"Certification not required",0,0.011404,0.023321,0.127,"2013-09-07 00:00",0.089,"2013-07-21 00:00",0.069,"2013-04-13 00:00",0.052,"2013-03-23 00:00","","","","",0.127,0.089,0.069,0.034,0.01,0.002,0,"JCI River (Woods)","Liberty Chapel at Paper Mill Roads [JCI River][a.k.a. JCI Woods]","South Carolina","Florence","","Florence, SC","2014-01-16" +"45","043","0011","81102",1,33.368916,-79.296617,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8509,97,356,365,0,251,"","","Certification not required",0,18.160418,13.742827,590,"2013-09-10 07:00",127,"2013-03-15 00:00",111,"2013-09-14 07:00",101,"2013-06-13 15:00","","","","",66,56,41,32,22,15,7,"Howard #3","594 Gilbert Street [Howard #3]","South Carolina","Georgetown","Georgetown","Georgetown, SC","2014-01-03" +"45","043","0011","81102",1,33.368916,-79.296617,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,17.724719,8.186389,60,"2013-05-16 00:00",60,"2013-06-13 00:00",54,"2013-09-10 00:00",44,"2013-07-23 00:00","","","","",44,39,32,27,22,16,9,"Howard #3","594 Gilbert Street [Howard #3]","South Carolina","Georgetown","Georgetown","Georgetown, SC","2014-01-03" +"45","043","0011","85101",1,33.368916,-79.296617,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8509,97,356,365,0,251,"","","Certification not required",0,18.490539,13.923259,589,"2013-09-10 07:00",132,"2013-03-15 00:00",111,"2013-09-14 07:00",104,"2013-01-01 05:00","","","","",67,57,42,33,22,15,7,"Howard #3","594 Gilbert Street [Howard #3]","South Carolina","Georgetown","Georgetown","Georgetown, SC","2014-01-03" +"45","045","0015","42401",1,34.843895,-82.414585,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7989,91,335,365,0,771,0,"","Certification not required",0,0.570149,0.81546,7,"2013-12-13 16:00",3,"2013-01-24 23:00",3,"2013-02-01 04:00",3,"2013-02-18 12:00","","","","",3,3,2,1,1,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","42401",1,34.843895,-82.414585,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7989,91,335,365,0,771,"","","Certification not required",0,0.148579,0.415136,7,"2013-12-13 16:00",5,"2013-12-13 15:00",5,"2013-12-13 17:00",4,"2013-12-13 18:00","","","","",2,1,1,1,0,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","42401",1,34.843895,-82.414585,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",335,92,335,365,0,0,0,"","Certification not required",0,0.143582,0.284971,2.3,"2013-12-13 00:00",1.3,"2013-02-25 00:00",1.3,"2013-04-06 00:00",1.2,"2013-03-08 00:00","","","","",1.2,1,0.8,0.5,0.2,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","42401",1,34.843895,-82.414585,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2645,91,334,365,0,0,"",0,"Certification not required",0,0.142911,0.37222,5.6,"2013-12-13 17:00",3.6,"2013-12-13 20:00",2.6,"2013-12-13 23:00",2.6,"2013-12-19 20:00","","","","",1.6,1,1,0.6,0,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","42401",2,34.843895,-82.414585,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",91493,87,320,365,0,12710,"","","Certification not required",0,0.36595,0.573866,40.8,"2013-06-30 04:00",32,"2013-06-30 03:55",7.6,"2013-12-13 16:30",7.5,"2013-12-13 16:05","","","","",2,1.6,1.2,0.9,0.6,0.3,-0.1,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-22" +"45","045","0015","42602",1,34.843895,-82.414585,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8297,95,349,365,0,463,0,"","Certification not required",0,19.856734,10.332801,51,"2013-02-06 20:00",50,"2013-03-09 22:00",46,"2013-12-18 20:00",46,"2013-12-27 20:00","","","","",46,45,39,35,28,18,8,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","42602",1,34.843895,-82.414585,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8297,95,349,365,0,463,"","","Certification not required",0,8.347596,7.421621,51,"2013-02-06 20:00",50,"2013-03-09 22:00",47,"2013-02-06 21:00",47,"2013-03-09 23:00","","","","",36,32,25,18,10,6,2,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","61103",1,34.843895,-82.414585,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,2.113192,1.682953,11.3,"2013-01-30 09:00",10.4,"2013-01-30 16:00",10.2,"2013-01-31 01:00",10.1,"2013-02-26 05:00","","","","",7.6,6.8,5.5,4.4,3,1.7,0.3,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","61104",1,34.843895,-82.414585,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,192.560822,110.267896,360,"2013-01-06 19:00",360,"2013-01-09 04:00",360,"2013-01-29 00:00",360,"2013-01-31 04:00","","","","",358,355,347,336,305,169,38,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","68101",1,34.843895,-82.414585,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",341,100,61,61,0,0,"","","Certification not required",48,0.496774,0.220203,0.7,"2013-04-07 00:00",0.7,"2013-04-19 00:00",0.7,"2013-04-20 00:00",0.7,"2013-04-21 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.6,0.05,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68102",1,34.843895,-82.414585,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",341,100,61,61,0,0,"","","Certification not required",0,23.981232,0.089441,24.1,"2013-03-27 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68103",1,34.843895,-82.414585,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",340,100,61,61,0,0,"","","Certification not required",0,10.601765,8.386036,22.7,"2013-08-10 00:00",22.1,"2013-08-08 00:00",22.1,"2013-08-09 00:00",22,"2013-07-19 00:00","","","","",22,21.7,21.1,20.5,18.4,12.3,-1.6,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68103",5,34.843895,-82.414585,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.076923,7.369801,21.9,"2013-08-08 00:00",21.2,"2013-07-21 00:00",21.1,"2013-07-09 00:00",21.1,"2013-08-14 00:00","","","","",21.9,21.2,21.1,20.7,18.4,14.7,0.5,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","68104",1,34.843895,-82.414585,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",341,100,61,61,0,0,"","","Certification not required",0,21.703812,8.158003,34.8,"2013-07-17 00:00",34.2,"2013-06-28 00:00",33.9,"2013-08-29 00:00",33.4,"2013-06-13 00:00","","","","",33.4,33,32.3,31.3,29.3,23.1,9.9,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68104",5,34.843895,-82.414585,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,23.039216,7.792537,32.1,"2013-08-02 00:00",32,"2013-06-27 00:00",32,"2013-07-09 00:00",31.5,"2013-06-09 00:00","","","","",32.1,32,32,31.1,29.5,26.6,11.3,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","68105",1,34.843895,-82.414585,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",341,100,61,61,0,0,"","","Certification not required",0,15.686217,7.847174,27,"2013-08-29 00:00",26.8,"2013-06-28 00:00",26.8,"2013-07-16 00:00",26.8,"2013-07-19 00:00","","","","",26.8,26.2,25.6,24.8,23.2,17,4.2,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68105",5,34.843895,-82.414585,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.955769,7.282679,26.1,"2013-08-02 00:00",25.9,"2013-06-27 00:00",25.7,"2013-07-09 00:00",25,"2013-08-08 00:00","","","","",26.1,25.9,25.7,24.6,23.3,20.1,7,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","68106",1,34.843895,-82.414585,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",340,100,61,61,0,0,"","","Certification not required",0,734.988235,4.12988,746,"2013-01-27 00:00",745,"2013-01-08 00:00",745,"2013-11-13 00:00",745,"2013-11-29 00:00","","","","",745,744,742,740,738,735,730,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68106",5,34.843895,-82.414585,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,731.576923,3.94743,739,"2013-01-28 00:00",739,"2013-07-15 00:00",737,"2013-01-10 00:00",737,"2013-03-29 00:00","","","","",739,739,737,736,735,731,728,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","68107",1,34.843895,-82.414585,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",341,100,61,61,0,0,"","","Certification not required",0,740.442815,4.392552,754,"2013-01-27 00:00",753,"2013-01-24 00:00",753,"2013-01-25 00:00",752,"2013-01-18 00:00","","","","",752,750,749,746,743,740,735,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68107",5,34.843895,-82.414585,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,735.788462,3.957304,743,"2013-01-28 00:00",743,"2013-11-06 00:00",742,"2013-04-22 00:00",742,"2013-07-15 00:00","","","","",743,743,742,741,739,736,731,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","68108",1,34.843895,-82.414585,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",341,100,61,61,0,0,"","","Certification not required",0,737.756598,4.191307,750,"2013-01-27 00:00",749,"2013-01-18 00:00",748,"2013-01-08 00:00",748,"2013-01-19 00:00","","","","",748,747,745,743,740,738,733,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","68108",5,34.843895,-82.414585,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,733.384615,3.87123,741,"2013-01-28 00:00",740,"2013-04-22 00:00",740,"2013-07-15 00:00",739,"2013-01-10 00:00","","","","",741,740,740,739,736,733,729,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","68109",1,34.843895,-82.414585,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",341,100,61,61,0,0,"","","Certification not required",0,1437.985337,5.699568,1440,"2013-01-05 00:00",1440,"2013-01-08 00:00",1440,"2013-01-09 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","81102",1,34.843895,-82.414585,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8268,94,346,365,0,492,"","","Certification not required",0,13.427189,8.111381,123,"2013-11-08 15:00",73,"2013-05-02 18:00",69,"2013-04-03 22:00",69,"2013-04-17 14:00","","","","",37,32,27,23,18,13,5,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","81102",1,34.843895,-82.414585,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",346,95,346,365,0,0,0,0,"Certification not required",0,12.991329,5.27641,32,"2013-01-29 00:00",29,"2013-04-09 00:00",29,"2013-08-29 00:00",27,"2013-03-05 00:00","","","","",27,26,23,20,16,12,7,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","85101",1,34.843895,-82.414585,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8268,94,346,365,0,492,"","","Certification not required",0,13.410256,8.107408,128,"2013-11-08 15:00",72,"2013-05-02 18:00",69,"2013-04-03 22:00",69,"2013-04-17 14:00","","","","",37,32,27,23,18,12,5,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0015","88101",1,34.843895,-82.414585,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,24,0,0,"Certification not required",0,9.035484,4.309845,26.9,"2013-03-05 00:00",23.9,"2013-01-29 00:00",22.9,"2013-12-01 00:00",21.9,"2013-12-28 00:00","","","","",21.9,21.1,16.5,14.5,11.7,8.5,4,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","88101",1,34.843895,-82.414585,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",341,93,341,365,0,24,"","","Certification not required",0,9.035484,4.309845,26.9,"2013-03-05 00:00",23.9,"2013-01-29 00:00",22.9,"2013-12-01 00:00",21.9,"2013-12-28 00:00","","","","",21.9,21.1,16.5,14.5,11.7,8.5,4,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0015","88102",5,34.843895,-82.414585,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.01999,0.005715,0.04,"2013-01-04 00:00",0.033,"2013-09-19 00:00",0.026,"2013-02-09 00:00",0.026,"2013-02-15 00:00","","","","",0.04,0.033,0.026,0.026,0.026,0.0195,0.014,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88103",5,34.843895,-82.414585,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000596,0.000846,0.003,"2013-03-05 00:00",0.003,"2013-03-23 00:00",0.003,"2013-11-06 00:00",0.002,"2013-01-16 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88104",5,34.843895,-82.414585,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",27,0.03701,0.070217,0.47,"2013-05-10 00:00",0.212,"2013-06-27 00:00",0.098,"2013-04-16 00:00",0.093,"2013-07-03 00:00","","","","",0.47,0.212,0.098,0.073,0.037,0.0125,0.0065,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88107",5,34.843895,-82.414585,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005327,0.003462,0.0295,"2013-03-17 00:00",0.0055,"2013-02-03 00:00",0.0055,"2013-03-29 00:00",0.0055,"2013-04-04 00:00","","","","",0.0295,0.0055,0.0055,0.0055,0.005,0.005,0.00385,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88109",5,34.843895,-82.414585,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.003842,0.003112,0.0182,"2013-01-28 00:00",0.0137,"2013-03-05 00:00",0.0089,"2013-03-23 00:00",0.0087,"2013-04-10 00:00","","","","",0.0182,0.0137,0.0089,0.0066,0.0047,0.0032,0.00115,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88110",5,34.843895,-82.414585,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002558,0.005047,0.029,"2013-06-03 00:00",0.012,"2013-01-04 00:00",0.012,"2013-08-14 00:00",0.009,"2013-07-15 00:00","","","","",0.029,0.012,0.012,0.008,0.004,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88111",5,34.843895,-82.414585,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",21,0.012851,0.012075,0.0572,"2013-06-27 00:00",0.0475,"2013-04-10 00:00",0.0399,"2013-03-17 00:00",0.0358,"2013-05-16 00:00","","","","",0.0572,0.0475,0.0399,0.0263,0.0181,0.0122,0.00235,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88112",5,34.843895,-82.414585,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004673,0.013535,0.084,"2013-10-07 00:00",0.044,"2013-10-01 00:00",0.032,"2013-09-25 00:00",0.012,"2013-10-13 00:00","","","","",0.084,0.044,0.032,0.008,0.002,0.001,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88113",5,34.843895,-82.414585,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.000688,0.000146,0.0014,"2013-09-19 00:00",0.0012,"2013-09-25 00:00",0.001,"2013-03-17 00:00",0.0007,"2013-01-04 00:00","","","","",0.0014,0.0012,0.001,0.0007,0.0007,0.0007,0.00055,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88114",5,34.843895,-82.414585,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",38,0.001472,0.000883,0.0038,"2013-05-10 00:00",0.0035,"2013-02-09 00:00",0.0035,"2013-11-06 00:00",0.0032,"2013-10-19 00:00","","","","",0.0038,0.0035,0.0035,0.0029,0.002,0.00125,0.00065,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88115",5,34.843895,-82.414585,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",30,0.009001,0.010028,0.0615,"2013-03-05 00:00",0.027,"2013-01-28 00:00",0.0261,"2013-05-04 00:00",0.025,"2013-10-13 00:00","","","","",0.0615,0.027,0.0261,0.0208,0.0119,0.00405,0.0025,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88117",5,34.843895,-82.414585,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.004564,0.00555,0.0435,"2013-03-17 00:00",0.00485,"2013-03-29 00:00",0.00485,"2013-04-04 00:00",0.00485,"2013-05-28 00:00","","","","",0.0435,0.00485,0.00485,0.00485,0.0041,0.0041,0.0028,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88118",5,34.843895,-82.414585,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00802,0.005582,0.023,"2013-03-17 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-22 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.017,0.017,0.017,0.017,0.005,0.0041,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88126",5,34.843895,-82.414585,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.045231,0.024227,0.157,"2013-06-27 00:00",0.1,"2013-05-10 00:00",0.0796,"2013-01-16 00:00",0.0786,"2013-05-16 00:00","","","","",0.157,0.1,0.0796,0.0701,0.0574,0.0413,0.021,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88128",5,34.843895,-82.414585,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001346,0.001969,0.007,"2013-08-26 00:00",0.007,"2013-09-07 00:00",0.006,"2013-03-05 00:00",0.005,"2013-10-31 00:00","","","","",0.007,0.007,0.006,0.004,0.002,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88131",5,34.843895,-82.414585,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010337,0.003801,0.018,"2013-04-28 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-15 00:00",0.0165,"2013-03-11 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88132",5,34.843895,-82.414585,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000558,0.000777,0.003,"2013-04-04 00:00",0.002,"2013-03-05 00:00",0.002,"2013-05-04 00:00",0.002,"2013-06-27 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88136",5,34.843895,-82.414585,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000288,0.000957,0.005,"2013-10-13 00:00",0.004,"2013-05-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-03-17 00:00","","","","",0.005,0.004,0.002,0.001,0,0,0,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88140",5,34.843895,-82.414585,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.008146,0.005706,0.0345,"2013-05-04 00:00",0.0298,"2013-02-15 00:00",0.0243,"2013-03-11 00:00",0.009,"2013-01-04 00:00","","","","",0.0345,0.0298,0.0243,0.009,0.009,0.006,0.00475,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88152",5,34.843895,-82.414585,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005574,0.001283,0.008,"2013-02-03 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00",0.008,"2013-05-28 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88154",5,34.843895,-82.414585,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001124,0.000284,0.0022,"2013-03-29 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-21 00:00","","","","",0.0022,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88160",5,34.843895,-82.414585,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.013048,0.003611,0.0185,"2013-05-04 00:00",0.018,"2013-02-09 00:00",0.018,"2013-02-15 00:00",0.018,"2013-03-11 00:00","","","","",0.0185,0.018,0.018,0.018,0.016,0.01,0.01,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88161",5,34.843895,-82.414585,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.003088,0.002714,0.0196,"2013-06-27 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-10 00:00",0.0071,"2013-07-03 00:00","","","","",0.0196,0.008,0.008,0.005,0.00265,0.0025,0.0021,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88164",5,34.843895,-82.414585,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001645,0.000363,0.0039,"2013-10-31 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00","","","","",0.0039,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88165",5,34.843895,-82.414585,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.058992,0.064182,0.458,"2013-06-27 00:00",0.149,"2013-05-16 00:00",0.145,"2013-07-03 00:00",0.123,"2013-04-10 00:00","","","","",0.458,0.149,0.145,0.097,0.062,0.046,0.021,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88166",5,34.843895,-82.414585,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008521,0.005495,0.019,"2013-02-09 00:00",0.019,"2013-03-11 00:00",0.019,"2013-04-16 00:00",0.019,"2013-05-04 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88167",5,34.843895,-82.414585,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.006199,0.004563,0.0212,"2013-01-10 00:00",0.0177,"2013-03-05 00:00",0.0157,"2013-09-07 00:00",0.0149,"2013-10-19 00:00","","","","",0.0212,0.0177,0.0157,0.0116,0.0088,0.0051,0.00175,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88168",5,34.843895,-82.414585,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.00124,0.000535,0.0042,"2013-07-21 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-15 00:00",0.00175,"2013-03-11 00:00","","","","",0.0042,0.00175,0.00175,0.00175,0.00155,0.00115,0.00085,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88169",5,34.843895,-82.414585,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.692308,0.368941,1.86,"2013-01-28 00:00",1.53,"2013-09-01 00:00",1.38,"2013-09-07 00:00",1.34,"2013-05-10 00:00","","","","",1.86,1.53,1.38,1.21,0.883,0.708,0.257,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88176",5,34.843895,-82.414585,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.001058,0.000356,0.0022,"2013-10-31 00:00",0.0021,"2013-02-21 00:00",0.0018,"2013-05-10 00:00",0.0017,"2013-01-04 00:00","","","","",0.0022,0.0021,0.0018,0.0013,0.0013,0.001,0.0007,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88180",5,34.843895,-82.414585,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.053775,0.029268,0.169,"2013-03-05 00:00",0.124,"2013-10-31 00:00",0.101,"2013-03-23 00:00",0.1,"2013-01-10 00:00","","","","",0.169,0.124,0.101,0.085,0.069,0.049,0.027,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88184",5,34.843895,-82.414585,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.045058,0.055383,0.312,"2013-05-04 00:00",0.188,"2013-03-11 00:00",0.183,"2013-04-10 00:00",0.156,"2013-04-16 00:00","","","","",0.312,0.188,0.183,0.109,0.048,0.027,0.0155,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88185",5,34.843895,-82.414585,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.004068,0.004177,0.0117,"2013-07-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-03-11 00:00","","","","",0.0117,0.0115,0.0115,0.0115,0.0061,0.00165,0.0014,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88301",5,34.843895,-82.414585,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.494179,0.409369,2.42,"2013-01-28 00:00",1.06,"2013-03-23 00:00",1.01,"2013-03-17 00:00",1.01,"2013-09-01 00:00","","","","",2.42,1.06,1.01,0.95,0.679,0.423,0.043,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88302",5,34.843895,-82.414585,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.077577,0.06794,0.34,"2013-05-04 00:00",0.296,"2013-04-10 00:00",0.19,"2013-07-15 00:00",0.188,"2013-03-11 00:00","","","","",0.34,0.296,0.19,0.146,0.098,0.065,0.015,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88303",5,34.843895,-82.414585,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.045375,0.028173,0.127,"2013-03-05 00:00",0.124,"2013-01-28 00:00",0.099,"2013-03-23 00:00",0.0968,"2013-10-31 00:00","","","","",0.127,0.124,0.099,0.081,0.059,0.04,0.012,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88306",5,34.843895,-82.414585,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.571077,0.578927,2.8,"2013-01-28 00:00",2.67,"2013-03-23 00:00",2.63,"2013-03-05 00:00",0.978,"2013-04-04 00:00","","","","",2.8,2.67,2.63,0.878,0.704,0.404,0.19,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88355",5,34.843895,-82.414585,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.86,1.444105,10.2,"2013-03-05 00:00",4.8,"2013-04-10 00:00",4.56,"2013-01-10 00:00",4.47,"2013-03-23 00:00","","","","",10.2,4.8,4.56,4.04,3.72,2.6,1.33,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88357",5,34.843895,-82.414585,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.275314,0.178986,1.1,"2013-03-05 00:00",0.702,"2013-01-10 00:00",0.596,"2013-02-15 00:00",0.5,"2013-08-26 00:00","","","","",1.1,0.702,0.596,0.477,0.357,0.234,0.131,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88370",5,34.843895,-82.414585,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.577882,1.239115,8.77,"2013-03-05 00:00",4.4,"2013-04-10 00:00",4.09,"2013-03-23 00:00",3.93,"2013-01-10 00:00","","","","",8.77,4.4,4.09,3.59,3.26,2.45,1.25,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88374",5,34.843895,-82.414585,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",2,0.282196,0.248407,1.6,"2013-03-05 00:00",0.688,"2013-08-26 00:00",0.633,"2013-10-19 00:00",0.63,"2013-09-01 00:00","","","","",1.6,0.688,0.633,0.516,0.356,0.229,0.086,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88375",5,34.843895,-82.414585,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.633196,0.308027,2.2,"2013-03-05 00:00",1.01,"2013-04-10 00:00",0.955,"2013-05-16 00:00",0.949,"2013-09-07 00:00","","","","",2.2,1.01,0.955,0.909,0.774,0.652,0.311,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88376",5,34.843895,-82.414585,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.74751,0.411913,2.71,"2013-03-05 00:00",1.82,"2013-04-10 00:00",1.63,"2013-01-10 00:00",1.25,"2013-03-23 00:00","","","","",2.71,1.82,1.63,1.05,0.873,0.645,0.443,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88377",5,34.843895,-82.414585,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.437784,0.199285,1.01,"2013-01-10 00:00",0.926,"2013-03-05 00:00",0.836,"2013-04-10 00:00",0.759,"2013-09-19 00:00","","","","",1.01,0.926,0.836,0.712,0.552,0.405,0.224,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88378",5,34.843895,-82.414585,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.477294,0.246886,1.33,"2013-03-05 00:00",0.95,"2013-01-28 00:00",0.923,"2013-03-23 00:00",0.892,"2013-09-07 00:00","","","","",1.33,0.95,0.923,0.771,0.6,0.441,0.206,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88380",5,34.843895,-82.414585,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.557804,0.379158,2.55,"2013-03-05 00:00",1.34,"2013-01-10 00:00",1,"2013-08-26 00:00",0.993,"2013-10-19 00:00","","","","",2.55,1.34,1,0.863,0.734,0.47,0.247,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88383",5,34.843895,-82.414585,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.969196,0.543799,3.81,"2013-03-05 00:00",1.66,"2013-01-28 00:00",1.65,"2013-03-23 00:00",1.6,"2013-09-07 00:00","","","","",3.81,1.66,1.65,1.31,1.25,0.916,0.423,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88384",5,34.843895,-82.414585,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.065461,0.027419,0.158,"2013-09-25 00:00",0.132,"2013-09-07 00:00",0.113,"2013-06-03 00:00",0.107,"2013-07-21 00:00","","","","",0.158,0.132,0.113,0.105,0.0744,0.0606,0.0367,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88385",5,34.843895,-82.414585,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.001465,0.001494,0.00716,"2013-06-21 00:00",0.00671,"2013-08-02 00:00",0.00645,"2013-10-01 00:00",0.00519,"2013-06-03 00:00","","","","",0.00716,0.00671,0.00645,0.001,0.001,0.001,0.001,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88388",5,34.843895,-82.414585,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.759745,0.41987,2.79,"2013-03-05 00:00",1.48,"2013-09-07 00:00",1.44,"2013-01-28 00:00",1.3,"2013-03-23 00:00","","","","",2.79,1.48,1.44,1.05,0.927,0.759,0.31,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88403",5,34.843895,-82.414585,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.669904,0.883978,5.01,"2013-01-28 00:00",3.18,"2013-09-01 00:00",3.12,"2013-08-14 00:00",3.11,"2013-09-07 00:00","","","","",5.01,3.18,3.12,2.8,2.17,1.64,0.638,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0015","88502",5,34.843895,-82.414585,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.519231,4.60047,28.6,"2013-03-05 00:00",20.8,"2013-01-28 00:00",16.9,"2013-10-31 00:00",16.6,"2013-09-01 00:00","","","","",28.6,20.8,16.9,15.7,12.6,10.5,5.2,"Greenville ESC","133 Perry Avenue (behind 706 Pendleton Street - address for power) [Greenville ESC]","South Carolina","Greenville","Greenville","Greenville-Mauldin-Easley, SC","2014-02-14" +"45","045","0016","44201",1,34.751848,-82.256701,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5323,99,211,214,0,77,0,0,"Certification not required",354,0.046351,0.010464,0.077,"2013-09-16 15:00",0.071,"2013-09-20 13:00",0.07,"2013-06-12 11:00",0.067,"2013-06-21 15:00","","","","",0.07,0.067,0.064,0.06,0.053,0.047,0.036,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","045","0016","44201",1,34.751848,-82.256701,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5307,98,210,214,0,0,0,0,"Certification not required",0,0.041343,0.009968,0.067,"2013-09-20 10:00",0.064,"2013-05-15 11:00",0.064,"2013-06-21 10:00",0.063,"2013-04-06 10:00","","","","",0.064,0.061,0.057,0.054,0.048,0.042,0.03,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","045","0016","44201",1,34.751848,-82.256701,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5307,98,210,214,0,0,0,0,"Certification not required",0,0.041343,0.009968,0.067,"2013-09-20 10:00",0.064,"2013-05-15 11:00",0.064,"2013-06-21 10:00",0.063,"2013-04-06 10:00","","","","",0.064,0.061,0.057,0.054,0.048,0.042,0.03,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","045","0016","61103",1,34.751848,-82.256701,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8747,100,364,365,0,13,"","","Certification not required",0,2.622602,2.191774,12.1,"2013-02-26 04:00",12,"2013-02-26 05:00",11.7,"2013-01-17 15:00",11.7,"2013-10-08 10:00","","","","",9.2,8.3,7,5.8,3.8,2.2,0.3,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0016","61104",1,34.751848,-82.256701,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8747,100,364,365,0,13,"","","Certification not required",0,168.146107,99.206593,360,"2013-02-12 21:00",360,"2013-02-14 03:00",360,"2013-03-02 06:00",360,"2013-03-13 23:00","","","","",354,347,315,279,249,195,40,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-03" +"45","045","0016","68101",1,34.751848,-82.256701,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",103,84,103,122,0,0,"","","Certification not required",8,0.454369,0.15325,0.7,"2013-08-26 00:00",0.6,"2013-01-13 00:00",0.6,"2013-02-03 00:00",0.6,"2013-02-12 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.2,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68101",2,34.751848,-82.256701,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",115,94,115,122,0,0,"","","Certification not required",14,0.325217,0.158443,0.6,"2013-05-13 00:00",0.6,"2013-05-25 00:00",0.6,"2013-08-02 00:00",0.6,"2013-09-19 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.4,0.05,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68102",1,34.751848,-82.256701,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",101,83,101,122,0,0,"","","Certification not required",0,24.019802,0.070739,24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00",24.1,"2013-05-07 00:00",24.1,"2013-05-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68102",2,34.751848,-82.256701,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,0,"","","Certification not required",0,23.986087,0.052794,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68103",1,34.751848,-82.256701,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,0,"","","Certification not required",0,10.312745,8.295826,22.3,"2013-06-27 00:00",22.1,"2013-08-08 00:00",21.9,"2013-07-06 00:00",21.8,"2013-07-27 00:00","","","","",22.1,21.9,21.3,20.7,18.2,10.7,-1.6,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68103",2,34.751848,-82.256701,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,0,"","","Certification not required",0,10.16,8.289137,22.5,"2013-06-27 00:00",22,"2013-07-06 00:00",22,"2013-08-08 00:00",21.8,"2013-07-27 00:00","","","","",22,22,21.2,20.7,18.2,10.8,-1.8,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68104",1,34.751848,-82.256701,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,0,"","","Certification not required",0,22.183333,8.084089,35.4,"2013-08-29 00:00",35.3,"2013-06-12 00:00",33.7,"2013-08-11 00:00",33.3,"2013-07-21 00:00","","","","",35.3,33.7,32.9,31.9,29.9,22.9,11.2,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68104",2,34.751848,-82.256701,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,0,"","","Certification not required",0,21.978261,7.960382,35.1,"2013-08-29 00:00",34.4,"2013-06-12 00:00",33.4,"2013-08-11 00:00",32.5,"2013-08-02 00:00","","","","",34.4,33.4,32.2,31.8,29.5,23.3,11.4,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68105",1,34.751848,-82.256701,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,0,"","","Certification not required",0,15.617647,7.664324,27.3,"2013-06-12 00:00",27,"2013-08-29 00:00",26.5,"2013-06-27 00:00",25.6,"2013-07-09 00:00","","","","",27,26.5,25.4,24.8,22.9,16.7,4.9,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68105",2,34.751848,-82.256701,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",115,94,115,122,0,0,"","","Certification not required",0,15.546957,7.679665,27.2,"2013-06-12 00:00",27.1,"2013-08-29 00:00",26.5,"2013-06-27 00:00",25.9,"2013-07-18 00:00","","","","",27.1,26.5,25.5,24.5,22.7,17.2,4.7,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68106",1,34.751848,-82.256701,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,0,"","","Certification not required",0,738.715686,5.025435,752,"2013-11-30 00:00",751,"2013-11-21 00:00",747,"2013-10-25 00:00",747,"2013-11-09 00:00","","","","",751,747,746,745,742,739,732,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68106",2,34.751848,-82.256701,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,0,"","","Certification not required",0,734.643478,4.476432,746,"2013-01-10 00:00",744,"2013-01-28 00:00",744,"2013-02-09 00:00",743,"2013-11-21 00:00","","","","",744,744,742,740,738,735,729,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68107",1,34.751848,-82.256701,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,0,"","","Certification not required",0,744.588235,4.873352,760,"2013-11-30 00:00",756,"2013-11-12 00:00",755,"2013-11-21 00:00",753,"2013-10-25 00:00","","","","",756,755,753,750,748,744,739,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68107",2,34.751848,-82.256701,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,0,"","","Certification not required",0,739.695652,4.57141,752,"2013-02-09 00:00",751,"2013-01-25 00:00",750,"2013-01-10 00:00",750,"2013-01-19 00:00","","","","",751,750,749,746,742,740,734,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68108",1,34.751848,-82.256701,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,0,"","","Certification not required",0,741.647059,4.758831,756,"2013-11-30 00:00",753,"2013-11-21 00:00",751,"2013-10-25 00:00",750,"2013-11-09 00:00","","","","",753,751,749,747,745,742,736,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68108",2,34.751848,-82.256701,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,94,115,122,0,0,"","","Certification not required",0,737.226087,4.472255,749,"2013-02-09 00:00",748,"2013-01-10 00:00",747,"2013-01-28 00:00",746,"2013-01-07 00:00","","","","",748,747,746,744,740,737,732,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68109",1,34.751848,-82.256701,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",101,83,101,122,0,0,"","","Certification not required",0,1438.970297,3.494154,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","68109",2,34.751848,-82.256701,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",115,94,115,122,0,0,"","","Certification not required",0,1439.086957,2.954524,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","88101",1,34.751848,-82.256701,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,0,0,"Certification not required",0,8.635577,4.187775,20.8,"2013-01-28 00:00",18.6,"2013-08-29 00:00",18.5,"2013-03-05 00:00",18.1,"2013-03-23 00:00","","","","",18.6,18.5,16,13.7,11.7,7.9,3.7,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","88101",1,34.751848,-82.256701,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,"","","Certification not required",0,8.635577,4.187775,20.8,"2013-01-28 00:00",18.6,"2013-08-29 00:00",18.5,"2013-03-05 00:00",18.1,"2013-03-23 00:00","","","","",18.6,18.5,16,13.7,11.7,7.9,3.7,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","88101",2,34.751848,-82.256701,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,8.689744,4.054869,20.5,"2013-01-28 00:00",19.4,"2013-08-17 00:00",19.4,"2013-12-03 00:00",18.2,"2013-08-29 00:00","","","","",19.4,19.4,16.5,14,11.3,8.1,3.9,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","0016","88101",2,34.751848,-82.256701,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,8.689744,4.054869,20.5,"2013-01-28 00:00",19.4,"2013-08-17 00:00",19.4,"2013-12-03 00:00",18.2,"2013-08-29 00:00","","","","",19.4,19.4,16.5,14,11.3,8.1,3.9,"Hillcrest Middle School","510 Garrison Road [Hillcrest]","South Carolina","Greenville","Simpsonville","Greenville-Mauldin-Easley, SC","2014-01-14" +"45","045","1003","44201",1,35.057395,-82.372881,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5336,99,212,214,0,88,0,0,"Certification not required",1111,0.044505,0.010039,0.072,"2013-04-06 14:00",0.067,"2013-04-26 15:00",0.066,"2013-09-10 14:00",0.065,"2013-05-15 14:00","","","","",0.066,0.065,0.062,0.059,0.052,0.045,0.034,"FAMODA FARM","7401 Mountain View Road [Famoda Farm, Tigerville]","South Carolina","Greenville","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","045","1003","44201",1,35.057395,-82.372881,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5326,99,211,214,0,0,0,0,"Certification not required",0,0.039588,0.009774,0.068,"2013-04-06 10:00",0.064,"2013-05-15 11:00",0.062,"2013-04-26 10:00",0.06,"2013-03-30 11:00","","","","",0.062,0.058,0.057,0.053,0.047,0.04,0.029,"FAMODA FARM","7401 Mountain View Road [Famoda Farm, Tigerville]","South Carolina","Greenville","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","045","1003","44201",1,35.057395,-82.372881,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5326,99,211,214,0,0,0,0,"Certification not required",0,0.039588,0.009774,0.068,"2013-04-06 10:00",0.064,"2013-05-15 11:00",0.062,"2013-04-26 10:00",0.06,"2013-03-30 11:00","","","","",0.062,0.058,0.057,0.053,0.047,0.04,0.029,"FAMODA FARM","7401 Mountain View Road [Famoda Farm, Tigerville]","South Carolina","Greenville","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","063","0008","42401",1,34.051017,-81.15495,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8678,99,365,365,0,82,0,"","Certification not required",0,3.558904,6.874859,59,"2013-08-12 10:00",39,"2013-03-12 11:00",34,"2013-05-23 14:00",31,"2013-12-30 11:00","","","","",31,26,19,11,2,1,0,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-03" +"45","063","0008","42401",1,34.051017,-81.15495,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8678,99,365,365,0,82,"","","Certification not required",0,0.637013,2.348623,59,"2013-08-12 10:00",39,"2013-03-12 11:00",34,"2013-03-12 15:00",34,"2013-05-23 14:00","","","","",12,8,2,1,1,0,0,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-03" +"45","063","0008","42401",1,34.051017,-81.15495,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.636986,1.169379,7.7,"2013-03-12 00:00",7.2,"2013-08-12 00:00",6.7,"2013-01-22 00:00",6.2,"2013-02-03 00:00","","","","",6.2,4.7,3.1,1.7,0.7,0.2,0,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-03" +"45","063","0008","42401",1,34.051017,-81.15495,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2872,98,364,365,0,0,"",0,"Certification not required",0,0.626253,2.036135,32,"2013-08-12 11:00",22.6,"2013-06-03 14:00",22,"2013-03-12 11:00",22,"2013-05-23 14:00","","","","",11.3,7.6,2.6,1,0.6,0,0,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-03" +"45","063","0008","42401",2,34.051017,-81.15495,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",92190,88,325,365,0,3976,"","","Certification not required",0,0.81963,2.912461,107.6,"2013-03-12 14:40",94.6,"2013-08-12 10:05",83,"2013-05-23 14:15",78.2,"2013-03-12 11:30","","","","",14.3,8.6,1.9,1.1,0.7,0.4,-0.1,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-22" +"45","063","0008","43502",1,34.051017,-81.15495,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",57,93,57,61,0,3,"","","Certification not required",0,6.712281,4.488082,18.8,"2013-08-02 00:00",18,"2013-08-09 00:00",14.7,"2013-08-14 00:00",14.2,"2013-05-16 00:00","","","","",18.8,18,14.7,13.8,9.8,5.5,1.7,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-16" +"45","063","0008","43503",1,34.051017,-81.15495,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",0,3.053488,3.025003,15.3,"2013-07-09 00:00",14.7,"2013-08-02 00:00",7.6,"2013-07-21 00:00",7.1,"2013-08-09 00:00","","","","",15.3,15.3,7.6,4.1,3.1,2.2,1.2,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-16" +"45","063","0008","43551",1,34.051017,-81.15495,"WGS84","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,3,"","","Certification not required",1,4.481817,1.773573,9.74537,"2013-10-31 00:00",7.98714,"2013-11-12 00:00",6.90923,"2013-09-13 00:00",6.77291,"2013-09-19 00:00","","","","",9.74537,9.74537,6.90923,6.29959,5.73918,4.20309,2.4335,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-16" +"45","063","0008","68101",1,34.051017,-81.15495,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",350,100,61,61,0,0,"","","Certification not required",211,0.147,0.13829,0.5,"2013-01-29 00:00",0.5,"2013-03-09 00:00",0.5,"2013-03-16 00:00",0.5,"2013-03-17 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.05,0.05,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68102",1,34.051017,-81.15495,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",350,100,61,61,0,0,"","","Certification not required",0,23.95,0.540813,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68103",1,34.051017,-81.15495,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",350,100,61,61,0,0,"","","Certification not required",0,11.522857,8.625317,24.4,"2013-07-23 00:00",24.4,"2013-08-13 00:00",24,"2013-08-10 00:00",23.9,"2013-07-20 00:00","","","","",23.9,23.7,23,22.3,19.9,12.5,-0.6,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68104",1,34.051017,-81.15495,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",350,100,61,61,0,0,"","","Certification not required",0,24.112857,7.844676,36.8,"2013-08-13 00:00",36.4,"2013-06-13 00:00",36.4,"2013-08-11 00:00",36.3,"2013-08-10 00:00","","","","",36.3,36.1,34.8,33.8,31.1,25.2,12.7,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68105",1,34.051017,-81.15495,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",350,100,61,61,0,0,"","","Certification not required",0,17.442286,7.769176,30.3,"2013-06-13 00:00",29.8,"2013-06-28 00:00",29.7,"2013-08-11 00:00",29.7,"2013-08-12 00:00","","","","",29.7,29.1,27.7,26.7,24.6,18.2,6.4,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68106",1,34.051017,-81.15495,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,100,61,61,0,0,"","","Certification not required",0,754.557143,4.611049,768,"2013-11-13 00:00",768,"2013-11-29 00:00",767,"2013-12-25 00:00",766,"2013-11-04 00:00","","","","",766,765,763,760,757,754,749,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68107",1,34.051017,-81.15495,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,100,61,61,0,0,"","","Certification not required",0,761.577143,4.717041,776,"2013-11-30 00:00",775,"2013-11-25 00:00",774,"2013-11-13 00:00",774,"2013-11-24 00:00","","","","",774,773,770,768,764,761,756,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68108",1,34.051017,-81.15495,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",350,100,61,61,0,0,"","","Certification not required",0,758.117143,4.591071,771,"2013-11-13 00:00",771,"2013-11-25 00:00",771,"2013-11-29 00:00",771,"2013-11-30 00:00","","","","",771,769,767,764,761,758,753,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","68109",1,34.051017,-81.15495,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",350,100,61,61,0,0,"","","Certification not required",0,1436.4,32.181879,1440,"2013-01-08 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-15 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","88101",1,34.051017,-81.15495,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,8,0,0,"Certification not required",0,9.113445,4.01201,23.7,"2013-01-28 00:00",23.4,"2013-12-20 00:00",21.5,"2013-11-29 00:00",20.3,"2013-12-19 00:00","","","","",20.3,19.7,16,14.2,11.7,8.7,4.6,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","88101",1,34.051017,-81.15495,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,8,"","","Certification not required",0,9.113445,4.01201,23.7,"2013-01-28 00:00",23.4,"2013-12-20 00:00",21.5,"2013-11-29 00:00",20.3,"2013-12-19 00:00","","","","",20.3,19.7,16,14.2,11.7,8.7,4.6,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-14" +"45","063","0008","88502",3,34.051017,-81.15495,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8395,96,351,365,0,365,"","","Certification not required",0,8.284646,6.181651,61.4,"2013-01-13 16:00",52.7,"2013-01-13 15:00",50.2,"2013-02-10 02:00",46.7,"2013-01-13 00:00","","","","",27.7,23.7,18.7,15.8,11.6,7.5,1.5,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-03" +"45","063","0008","88502",3,34.051017,-81.15495,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,8.18547,4.471112,25.9,"2013-08-29 00:00",23.3,"2013-01-28 00:00",23.1,"2013-12-20 00:00",22.3,"2013-12-03 00:00","","","","",22.3,18.6,15.1,13.6,11.2,7.6,3,"IRMO","200 LEISURE LANE (IRMO)","South Carolina","Lexington","Seven Oaks","Columbia, SC","2014-01-03" +"45","063","0010","81102",1,33.969145,-81.06629,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8663,99,364,365,0,97,"","","Certification not required",0,16.734618,9.660234,131,"2013-03-05 08:00",104,"2013-09-19 15:00",102,"2013-12-20 11:00",100,"2013-03-05 09:00","","","","",49,42,33,28,21,15,7,"Cayce City Hall","1830 Morlaine Road (1800 12th Street) [Cayce City Hall]","South Carolina","Lexington","Cayce","Columbia, SC","2014-01-03" +"45","063","0010","81102",1,33.969145,-81.06629,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",364,100,364,365,0,0,0,0,"Certification not required",0,16.277473,6.540607,36,"2013-05-16 00:00",36,"2013-06-13 00:00",35,"2013-01-28 00:00",35,"2013-03-18 00:00","","","","",35,33,28,25,21,16,8,"Cayce City Hall","1830 Morlaine Road (1800 12th Street) [Cayce City Hall]","South Carolina","Lexington","Cayce","Columbia, SC","2014-01-03" +"45","063","0010","85101",1,33.969145,-81.06629,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8663,99,364,365,0,97,"","","Certification not required",0,16.907076,9.730543,135,"2013-03-05 08:00",106,"2013-12-20 11:00",103,"2013-03-05 09:00",103,"2013-09-19 15:00","","","","",49,42,34,28,21,15,7,"Cayce City Hall","1830 Morlaine Road (1800 12th Street) [Cayce City Hall]","South Carolina","Lexington","Cayce","Columbia, SC","2014-01-03" +"45","073","0001","42401",1,34.805261,-83.2377,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8001,91,334,365,0,759,0,"","Certification not required",0,0.470659,0.632295,5,"2013-12-14 01:00",4.4,"2013-06-02 00:00",4,"2013-12-19 21:00",3.8,"2013-12-13 22:00","","","","",3.8,2.5,1.5,1.1,0.6,0.3,0,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2014-01-03" +"45","073","0001","42401",1,34.805261,-83.2377,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8001,91,334,365,0,759,"","","Certification not required",0,0.160805,0.284163,5,"2013-12-14 01:00",4.5,"2013-12-14 00:00",4.4,"2013-06-02 00:00",4,"2013-12-19 21:00","","","","",1.2,1,0.7,0.5,0.2,0.1,0,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2014-01-03" +"45","073","0001","42401",1,34.805261,-83.2377,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,0.158084,0.203669,1,"2013-04-06 00:00",0.9,"2013-12-14 00:00",0.8,"2013-01-25 00:00",0.8,"2013-02-17 00:00","","","","",0.8,0.8,0.7,0.4,0.2,0.1,0,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2014-01-03" +"45","073","0001","42401",1,34.805261,-83.2377,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2646,91,333,365,0,0,"",0,"Certification not required",0,0.144747,0.265824,4.2,"2013-12-14 02:00",3.6,"2013-12-19 23:00",3.1,"2013-12-13 23:00",2,"2013-01-01 05:00","","","","",1.1,0.9,0.7,0.4,0.2,0,0,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2014-01-03" +"45","073","0001","42401",2,34.805261,-83.2377,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",71045,68,247,365,0,17345,"","","Certification not required",0,0.455069,0.451938,5.2,"2013-12-14 00:50",5.2,"2013-12-14 01:00",5.2,"2013-12-14 01:20",5.1,"2013-12-14 00:30","","","","",2,1.7,1.2,0.8,0.6,0.5,0.1,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2014-01-22" +"45","073","0001","44201",1,34.805261,-83.2377,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4832,89,190,214,0,568,0,0,"Certification not required",0,0.0415,0.00762,0.062,"2013-04-06 15:00",0.059,"2013-09-20 20:00",0.057,"2013-04-07 00:00",0.057,"2013-05-15 20:00","","","","",0.059,0.057,0.055,0.052,0.047,0.042,0.034,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2013-11-08" +"45","073","0001","44201",1,34.805261,-83.2377,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4819,87,187,214,0,0,0,0,"Certification not required",0,0.037877,0.007488,0.06,"2013-04-06 10:00",0.054,"2013-05-15 12:00",0.054,"2013-05-16 18:00",0.053,"2013-03-30 13:00","","","","",0.054,0.053,0.051,0.049,0.043,0.038,0.031,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2013-11-08" +"45","073","0001","44201",1,34.805261,-83.2377,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4819,87,187,214,0,0,0,0,"Certification not required",0,0.037877,0.007488,0.06,"2013-04-06 10:00",0.054,"2013-05-15 12:00",0.054,"2013-05-16 18:00",0.053,"2013-03-30 13:00","","","","",0.054,0.053,0.051,0.049,0.043,0.038,0.031,"LONG CREEK","ROUND MOUNTAIN TOWER ROAD [Long Creek]","South Carolina","Oconee","","Seneca, SC","2013-11-08" +"45","077","0002","44201",1,34.653606,-82.838659,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5672,99,211,214,0,64,0,0,"Certification not required",399,0.044171,0.00931,0.068,"2013-03-15 17:00",0.066,"2013-04-06 13:00",0.066,"2013-06-21 17:00",0.065,"2013-05-14 18:00","","","","",0.066,0.065,0.061,0.058,0.052,0.045,0.037,"CLEMSON CMS","106 HOPEWELL ROAD [Clemson]","South Carolina","Pickens","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","077","0002","44201",1,34.653606,-82.838659,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5674,99,211,214,0,0,0,0,"Certification not required",0,0.039294,0.009182,0.065,"2013-03-15 14:00",0.064,"2013-04-06 11:00",0.06,"2013-03-16 11:00",0.06,"2013-05-14 14:00","","","","",0.06,0.06,0.055,0.052,0.047,0.041,0.032,"CLEMSON CMS","106 HOPEWELL ROAD [Clemson]","South Carolina","Pickens","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","077","0002","44201",1,34.653606,-82.838659,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5674,99,211,214,0,0,0,0,"Certification not required",0,0.039294,0.009182,0.065,"2013-03-15 14:00",0.064,"2013-04-06 11:00",0.06,"2013-03-16 11:00",0.06,"2013-05-14 14:00","","","","",0.06,0.06,0.055,0.052,0.047,0.041,0.032,"CLEMSON CMS","106 HOPEWELL ROAD [Clemson]","South Carolina","Pickens","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","077","0003","44201",1,34.851537,-82.744576,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4668,81,174,214,0,900,0,0,"Certification not required",1102,0.044575,0.010439,0.077,"2013-06-20 15:00",0.072,"2013-04-06 13:00",0.066,"2013-06-21 16:00",0.065,"2013-06-22 16:00","","","","",0.072,0.065,0.063,0.058,0.051,0.045,0.036,"Wolf Creek","901 Allgood Bridge Road [Wolf Creek]","South Carolina","Pickens","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","077","0003","44201",1,34.851537,-82.744576,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4655,82,175,214,0,0,0,0,"Certification not required",0,0.039771,0.010194,0.069,"2013-04-06 10:00",0.066,"2013-06-20 10:00",0.064,"2013-06-21 09:00",0.062,"2013-05-15 11:00","","","","",0.066,0.062,0.056,0.053,0.047,0.04,0.032,"Wolf Creek","901 Allgood Bridge Road [Wolf Creek]","South Carolina","Pickens","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","077","0003","44201",1,34.851537,-82.744576,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4655,82,175,214,0,0,0,0,"Certification not required",0,0.039771,0.010194,0.069,"2013-04-06 10:00",0.066,"2013-06-20 10:00",0.064,"2013-06-21 09:00",0.062,"2013-05-15 11:00","","","","",0.066,0.062,0.056,0.053,0.047,0.04,0.032,"Wolf Creek","901 Allgood Bridge Road [Wolf Creek]","South Carolina","Pickens","","Greenville-Mauldin-Easley, SC","2013-11-08" +"45","079","0007","12128",2,34.093959,-80.962304,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.001867,0.001132,0.0054,"2013-01-10 00:00",0.0052,"2013-05-10 00:00",0.0041,"2013-02-15 00:00",0.0034,"2013-02-21 00:00","","","","",0.0054,0.0054,0.0041,0.003,0.0024,0.0016,0.0008,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-16" +"45","079","0007","12128",4,34.093959,-80.962304,"NAD83","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,2,"","","Certification not required",0,0.001753,0.00102,0.0053,"2013-01-10 00:00",0.0039,"2013-02-15 00:00",0.0035,"2013-05-10 00:00",0.0032,"2013-01-28 00:00","","","","",0.0053,0.0053,0.0039,0.0032,0.002,0.0016,0.0009,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-16" +"45","079","0007","14129",2,34.093959,-80.962304,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",42,46,42,92,0,3,0,0,"Certification not required",0,0.001524,0.001215,0.005,"2013-01-10 00:00",0.005,"2013-05-10 00:00",0.004,"2013-02-15 00:00",0.003,"2013-01-28 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-21" +"45","079","0007","14129",4,34.093959,-80.962304,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA) EPA; 3 extraction options: (a) 2.6M HNO3 sonicate 30 min no heat, (b) 2.6M HNO3/.9MHC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,2,0,0,"Certification not required",0,0.0014,0.001033,0.005,"2013-01-10 00:00",0.004,"2013-02-15 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-21 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0.001,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-21" +"45","079","0007","42101",1,34.093959,-80.962304,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8159,93,342,365,0,601,0,0,"Certification not required",259,0.15389,0.10995,1.1,"2013-12-13 08:00",1.1,"2013-12-17 08:00",1,"2013-01-29 07:00",0.9,"2013-01-09 20:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.1,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42101",1,34.093959,-80.962304,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8110,93,335,365,0,0,0,0,"Certification not required",0,0.153711,0.094662,0.7,"2013-02-15 08:00",0.7,"2013-02-15 09:00",0.7,"2013-12-21 02:00",0.6,"2013-01-09 23:00",0.7,"2013-02-15 08:00",0.7,"2013-12-21 02:00",0.5,0.4,0.3,0.3,0.2,0.1,0.1,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42401",1,34.093959,-80.962304,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8667,99,364,365,0,93,0,"","Certification not required",0,1.541209,2.136126,25,"2013-07-28 08:00",10,"2013-05-16 09:00",10,"2013-07-23 18:00",10,"2013-11-10 17:00","","","","",10,7,5,3,2,1,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42401",1,34.093959,-80.962304,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8667,99,364,365,0,93,"","","Certification not required",0,0.33841,0.797125,25,"2013-07-28 08:00",10,"2013-05-16 09:00",10,"2013-05-16 11:00",10,"2013-07-23 18:00","","","","",3,2,2,1,0,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42401",1,34.093959,-80.962304,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.341209,0.437819,2.8,"2013-05-16 00:00",2.4,"2013-07-28 00:00",2.1,"2013-01-20 00:00",1.9,"2013-12-13 00:00","","","","",1.9,1.6,1.2,0.9,0.5,0.2,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42401",1,34.093959,-80.962304,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2872,98,364,365,0,0,"",0,"Certification not required",0,0.326985,0.668133,9,"2013-07-28 08:00",8.6,"2013-05-16 11:00",6.3,"2013-05-15 11:00",5.6,"2013-03-16 11:00","","","","",3,2.3,1.6,1,0.3,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42401",2,34.093959,-80.962304,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",80529,77,285,365,0,7019,"","","Certification not required",0,0.478374,0.957357,57,"2013-06-30 03:55",50,"2013-06-30 04:00",46,"2013-07-28 08:25",44,"2013-07-28 08:30","","","","",4,2,2,1,1,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-19" +"45","079","0007","42600",2,34.093959,-80.962304,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5597,64,225,365,0,3163,"","","Certification not required",0,11.860282,17.81406,195,"2013-12-19 07:00",187,"2013-12-20 07:00",180,"2013-01-29 07:00",179,"2013-12-13 08:00","","","","",95,71,44,27,12,6,2,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","42601",2,34.093959,-80.962304,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5597,64,225,365,0,3163,"","","Certification not required",0,3.595319,12.744257,193,"2013-12-19 07:00",172,"2013-12-20 07:00",164,"2013-01-29 07:00",163,"2013-12-13 08:00","","","","",66,42,20,8,1,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","44201",1,34.093959,-80.962304,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8649,99,212,214,0,111,0,0,"Certification not required",935,0.037462,0.009235,0.061,"2013-05-15 14:00",0.058,"2013-03-15 16:00",0.058,"2013-05-14 16:00",0.057,"2013-03-27 15:00","","","","",0.058,0.056,0.054,0.049,0.046,0.042,0.036,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","44201",1,34.093959,-80.962304,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8602,99,212,214,0,0,0,0,"Certification not required",0,0.033198,0.008991,0.057,"2013-05-15 11:00",0.054,"2013-05-14 11:00",0.053,"2013-03-15 12:00",0.053,"2013-03-16 09:00","","","","",0.053,0.053,0.048,0.045,0.042,0.037,0.032,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","44201",1,34.093959,-80.962304,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8602,99,212,214,0,0,0,0,"Certification not required",0,0.033198,0.008991,0.057,"2013-05-15 11:00",0.054,"2013-05-14 11:00",0.053,"2013-03-15 12:00",0.053,"2013-03-16 09:00","","","","",0.053,0.053,0.048,0.045,0.042,0.037,0.032,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","61103",1,34.093959,-80.962304,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8760,100,365,365,0,0,"","","Certification not required",0,2.598105,1.636083,12.7,"2013-01-30 13:00",12.5,"2013-01-30 14:00",12.4,"2013-01-30 18:00",12.2,"2013-01-30 19:00","","","","",7.5,6.8,5.6,4.8,3.5,2.3,0.8,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","61104",1,34.093959,-80.962304,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8760,100,365,365,0,0,"","","Certification not required",0,180.945548,103.637696,360,"2013-01-28 15:00",360,"2013-03-03 08:00",360,"2013-03-03 09:00",360,"2013-03-24 12:00","","","","",355,351,336,323,265,181,31,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-03" +"45","079","0007","65102",1,34.093959,-80.962304,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7363,84,307,365,0,1397,"","","Certification not required",0,0.004502,0.034636,1.12,"2013-08-06 12:00",0.7,"2013-04-28 21:00",0.62,"2013-09-25 20:00",0.58,"2013-07-11 13:00","","","","",0.12,0.05,0.01,0,0,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68101",1,34.093959,-80.962304,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",109,100,56,61,0,0,"","","Certification not required",78,0.118349,0.12354,0.5,"2013-08-14 00:00",0.5,"2013-12-03 00:00",0.4,"2013-04-19 00:00",0.4,"2013-08-26 00:00","","","","",0.5,0.4,0.4,0.3,0.1,0.05,0.05,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68102",1,34.093959,-80.962304,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",109,100,56,61,0,0,"","","Certification not required",0,23.977064,0.094901,24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,23.9,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68103",1,34.093959,-80.962304,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,0,"","","Certification not required",0,12.147706,8.526501,24.1,"2013-08-11 00:00",23.7,"2013-08-02 00:00",23.6,"2013-09-01 00:00",23.5,"2013-07-24 00:00","","","","",23.7,23.6,23.1,22.4,20.6,13.4,-0.3,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68103",5,34.093959,-80.962304,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,12.315385,8.221388,23,"2013-08-02 00:00",22.9,"2013-07-09 00:00",22.9,"2013-07-24 00:00",22.9,"2013-08-11 00:00","","","","",22.9,22.9,22.3,21.7,20.6,13.4,-0.4,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","68104",1,34.093959,-80.962304,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,0,"","","Certification not required",0,23.945872,7.833765,35.8,"2013-08-29 00:00",35.6,"2013-08-11 00:00",35.3,"2013-06-12 00:00",34.8,"2013-09-04 00:00","","","","",35.6,35.3,34.6,33.5,30.7,25.4,12.7,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68104",5,34.093959,-80.962304,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,25.102885,7.631252,36.6,"2013-08-11 00:00",36.1,"2013-06-12 00:00",35.7,"2013-08-29 00:00",34.9,"2013-07-18 00:00","","","","",36.1,35.7,34.8,33.9,31.7,26.4,14,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","68105",1,34.093959,-80.962304,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,100,56,61,0,0,"","","Certification not required",0,17.542202,7.723764,29.3,"2013-08-11 00:00",28.6,"2013-06-12 00:00",28.2,"2013-06-27 00:00",28.2,"2013-08-29 00:00","","","","",28.6,28.2,27.6,26.5,24.5,19.5,6.3,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68105",5,34.093959,-80.962304,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",25,20,25,122,0,81,"","","Certification not required",0,17.236,8.86876,26.8,"2013-08-02 00:00",26.4,"2013-08-23 00:00",25.8,"2013-09-13 00:00",25.7,"2013-05-31 00:00","","","","",26.8,26.8,26.4,25.8,24.2,22.5,5.6,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","68106",1,34.093959,-80.962304,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,100,56,61,0,0,"","","Certification not required",0,748.073394,4.108948,758,"2013-11-21 00:00",758,"2013-11-30 00:00",757,"2013-12-27 00:00",756,"2013-01-10 00:00","","","","",758,757,754,753,751,749,743,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68106",5,34.093959,-80.962304,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,746.307692,4.077113,753,"2013-02-18 00:00",753,"2013-07-15 00:00",752,"2013-03-08 00:00",752,"2013-03-29 00:00","","","","",753,752,752,751,749,747,740,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","68107",1,34.093959,-80.962304,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,100,56,61,0,0,"","","Certification not required",0,753.183486,4.260423,765,"2013-11-30 00:00",763,"2013-11-24 00:00",762,"2013-01-19 00:00",762,"2013-01-25 00:00","","","","",763,762,761,759,756,753,748,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68107",5,34.093959,-80.962304,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,750.701923,3.730951,758,"2013-02-18 00:00",757,"2013-11-12 00:00",756,"2013-02-09 00:00",756,"2013-03-29 00:00","","","","",757,756,756,756,754,751,746,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","68108",1,34.093959,-80.962304,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,100,56,61,0,0,"","","Certification not required",0,750.688073,4.033878,762,"2013-11-30 00:00",760,"2013-11-21 00:00",759,"2013-11-24 00:00",759,"2013-12-27 00:00","","","","",760,759,758,756,753,751,746,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","68108",5,34.093959,-80.962304,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",24,20,24,122,0,82,"","","Certification not required",0,748.791667,3.753018,754,"2013-03-29 00:00",754,"2013-11-09 00:00",753,"2013-03-08 00:00",753,"2013-05-25 00:00","","","","",754,754,754,753,752,748,744,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","68109",1,34.093959,-80.962304,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",109,100,56,61,0,0,"","","Certification not required",0,1438.293578,6.489739,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1433,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","85101",1,34.093959,-80.962304,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,100,59,61,0,15,"","","Certification not required",0,13.242991,5.419812,43,"2013-08-29 00:00",30,"2013-01-28 00:00",23,"2013-03-23 00:00",23,"2013-06-27 00:00","","","","",30,23,21,19,16,13,7,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","86101",1,34.093959,-80.962304,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",97,100,54,61,0,25,"","","Certification not required",0,5.230928,2.853483,22.5,"2013-08-29 00:00",11.6,"2013-06-27 00:00",10.4,"2013-06-24 00:00",10.3,"2013-03-11 00:00","","","","",22.5,11.6,10.1,8.2,6.4,4.7,2.3,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-06" +"45","079","0007","88101",1,34.093959,-80.962304,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,0,0,"Certification not required",0,8.561261,3.80273,21.5,"2013-01-28 00:00",21.2,"2013-08-29 00:00",19.8,"2013-12-03 00:00",17.2,"2013-03-23 00:00","","","","",21.2,19.8,14.4,13.4,11.2,7.7,4.3,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","88101",1,34.093959,-80.962304,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,"","","Certification not required",0,8.561261,3.80273,21.5,"2013-01-28 00:00",21.2,"2013-08-29 00:00",19.8,"2013-12-03 00:00",17.2,"2013-03-23 00:00","","","","",21.2,19.8,14.4,13.4,11.2,7.7,4.3,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-01-14" +"45","079","0007","88102",5,34.093959,-80.962304,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",95,0.021332,0.009305,0.063,"2013-04-22 00:00",0.058,"2013-06-12 00:00",0.057,"2013-01-28 00:00",0.048,"2013-06-30 00:00","","","","",0.058,0.057,0.043,0.026,0.0255,0.021,0.014,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88103",5,34.093959,-80.962304,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.0005,0.000776,0.003,"2013-01-10 00:00",0.003,"2013-01-28 00:00",0.002,"2013-01-19 00:00",0.002,"2013-03-20 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88104",5,34.093959,-80.962304,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",61,0.032909,0.051394,0.317,"2013-06-24 00:00",0.268,"2013-06-27 00:00",0.179,"2013-04-07 00:00",0.168,"2013-08-02 00:00","","","","",0.268,0.179,0.137,0.079,0.034,0.0125,0.0065,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88107",5,34.093959,-80.962304,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.007089,0.006997,0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88109",5,34.093959,-80.962304,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",12,0.005139,0.003922,0.0189,"2013-05-10 00:00",0.0158,"2013-03-05 00:00",0.0148,"2013-01-28 00:00",0.0148,"2013-03-23 00:00","","","","",0.0158,0.0148,0.0147,0.011,0.0069,0.0036,0.00115,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88110",5,34.093959,-80.962304,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.001894,0.003936,0.016,"2013-01-31 00:00",0.015,"2013-07-12 00:00",0.015,"2013-08-29 00:00",0.014,"2013-02-21 00:00","","","","",0.015,0.015,0.012,0.006,0.002,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88111",5,34.093959,-80.962304,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",28,0.015573,0.013184,0.0663,"2013-06-21 00:00",0.0627,"2013-06-27 00:00",0.0552,"2013-04-07 00:00",0.0502,"2013-06-24 00:00","","","","",0.0627,0.0552,0.037,0.0309,0.0223,0.012,0.00235,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88112",5,34.093959,-80.962304,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.005308,0.014781,0.117,"2013-09-25 00:00",0.075,"2013-10-04 00:00",0.046,"2013-09-22 00:00",0.04,"2013-09-16 00:00","","","","",0.075,0.046,0.018,0.009,0.004,0.002,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88113",5,34.093959,-80.962304,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",99,0.000714,0.000209,0.0018,"2013-05-10 00:00",0.0016,"2013-09-01 00:00",0.0015,"2013-01-25 00:00",0.0012,"2013-01-01 00:00","","","","",0.0016,0.0015,0.001,0.001,0.0007,0.0007,0.00055,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88114",5,34.093959,-80.962304,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",34,0.006201,0.005422,0.018,"2013-10-19 00:00",0.0178,"2013-10-31 00:00",0.0168,"2013-01-22 00:00",0.0162,"2013-09-01 00:00","","","","",0.0178,0.0168,0.0158,0.0141,0.0109,0.0043,0.0008,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88115",5,34.093959,-80.962304,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",67,0.011351,0.028767,0.264,"2013-05-04 00:00",0.114,"2013-03-11 00:00",0.068,"2013-05-31 00:00",0.0505,"2013-07-03 00:00","","","","",0.114,0.068,0.0328,0.0168,0.0104,0.00405,0.0024,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88117",5,34.093959,-80.962304,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.007228,0.011222,0.0435,"2013-02-18 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-05-16 00:00",0.0435,"2013-05-19 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.0041,0.0028,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88118",5,34.093959,-80.962304,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.009721,0.00672,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88126",5,34.093959,-80.962304,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.066473,0.037867,0.202,"2013-06-27 00:00",0.201,"2013-06-24 00:00",0.155,"2013-09-07 00:00",0.152,"2013-10-16 00:00","","","","",0.201,0.155,0.13,0.111,0.0884,0.06,0.0233,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88128",5,34.093959,-80.962304,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000587,0.00102,0.005,"2013-01-01 00:00",0.003,"2013-01-04 00:00",0.003,"2013-02-06 00:00",0.003,"2013-03-23 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88131",5,34.093959,-80.962304,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",101,0.010457,0.004423,0.038,"2013-01-28 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-15 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88132",5,34.093959,-80.962304,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.001144,0.001144,0.004,"2013-05-16 00:00",0.004,"2013-06-27 00:00",0.004,"2013-08-20 00:00",0.004,"2013-08-29 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88136",5,34.093959,-80.962304,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000548,0.001051,0.006,"2013-09-01 00:00",0.005,"2013-06-30 00:00",0.004,"2013-03-23 00:00",0.003,"2013-04-07 00:00","","","","",0.005,0.004,0.002,0.002,0.001,0,0,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88140",5,34.093959,-80.962304,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",89,0.010269,0.010732,0.0783,"2013-07-27 00:00",0.0511,"2013-02-21 00:00",0.042,"2013-01-01 00:00",0.0383,"2013-10-01 00:00","","","","",0.0511,0.042,0.029,0.022,0.009,0.006,0.00475,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88152",5,34.093959,-80.962304,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.00542,0.001467,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-24 00:00",0.008,"2013-02-27 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88154",5,34.093959,-80.962304,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.001075,0.000245,0.0013,"2013-01-04 00:00",0.0013,"2013-01-13 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88160",5,34.093959,-80.962304,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.013269,0.004703,0.043,"2013-10-22 00:00",0.019,"2013-09-25 00:00",0.018,"2013-01-25 00:00",0.018,"2013-02-09 00:00","","","","",0.019,0.018,0.018,0.018,0.016,0.01,0.01,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88161",5,34.093959,-80.962304,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",88,0.00318,0.002719,0.0229,"2013-06-27 00:00",0.0158,"2013-06-24 00:00",0.0083,"2013-10-16 00:00",0.008,"2013-07-03 00:00","","","","",0.0158,0.0083,0.0074,0.0055,0.00265,0.0025,0.0021,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88164",5,34.093959,-80.962304,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.001559,0.000241,0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-24 00:00",0.0019,"2013-02-27 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88165",5,34.093959,-80.962304,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",10,0.074149,0.099039,0.67,"2013-06-27 00:00",0.621,"2013-06-24 00:00",0.309,"2013-08-02 00:00",0.299,"2013-07-03 00:00","","","","",0.621,0.309,0.221,0.13,0.082,0.051,0.011,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88166",5,34.093959,-80.962304,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.008388,0.005021,0.019,"2013-03-11 00:00",0.019,"2013-04-10 00:00",0.019,"2013-06-15 00:00",0.019,"2013-07-27 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88167",5,34.093959,-80.962304,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",28,0.005997,0.005979,0.0396,"2013-08-23 00:00",0.0283,"2013-10-10 00:00",0.0265,"2013-04-13 00:00",0.0219,"2013-01-28 00:00","","","","",0.0283,0.0265,0.0149,0.0126,0.0074,0.0048,0.0013,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88168",5,34.093959,-80.962304,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",101,0.001386,0.00102,0.0079,"2013-01-01 00:00",0.0075,"2013-08-29 00:00",0.0052,"2013-03-23 00:00",0.00175,"2013-01-25 00:00","","","","",0.0075,0.0052,0.00175,0.00175,0.00155,0.00115,0.00085,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88169",5,34.093959,-80.962304,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.652971,0.362736,2.12,"2013-08-29 00:00",2.02,"2013-01-28 00:00",1.53,"2013-09-10 00:00",1.39,"2013-09-16 00:00","","","","",2.02,1.53,1.3,1.14,0.862,0.568,0.284,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88176",5,34.093959,-80.962304,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.000995,0.00025,0.0019,"2013-01-01 00:00",0.0017,"2013-09-10 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88180",5,34.093959,-80.962304,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.048858,0.046451,0.457,"2013-01-01 00:00",0.134,"2013-06-21 00:00",0.111,"2013-06-27 00:00",0.104,"2013-01-04 00:00","","","","",0.134,0.111,0.0923,0.0777,0.058,0.0408,0.0202,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88184",5,34.093959,-80.962304,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",58,0.065774,0.081033,0.41,"2013-04-07 00:00",0.376,"2013-03-11 00:00",0.357,"2013-05-04 00:00",0.297,"2013-04-16 00:00","","","","",0.376,0.357,0.257,0.169,0.086,0.027,0.0155,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88185",5,34.093959,-80.962304,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.003696,0.003796,0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-15 00:00",0.0115,"2013-02-21 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88301",5,34.093959,-80.962304,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",3,0.366196,0.352315,2.51,"2013-01-28 00:00",1.32,"2013-08-29 00:00",1.27,"2013-03-08 00:00",1.25,"2013-01-25 00:00","","","","",1.32,1.27,0.872,0.746,0.517,0.323,0.044,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88302",5,34.093959,-80.962304,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",7,0.088053,0.098227,0.611,"2013-05-04 00:00",0.454,"2013-05-31 00:00",0.43,"2013-04-07 00:00",0.365,"2013-04-16 00:00","","","","",0.454,0.43,0.305,0.178,0.099,0.058,0.015,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88303",5,34.093959,-80.962304,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",26,0.036948,0.048094,0.473,"2013-01-01 00:00",0.11,"2013-03-23 00:00",0.089,"2013-07-15 00:00",0.085,"2013-05-19 00:00","","","","",0.11,0.089,0.084,0.0593,0.045,0.029,0.0115,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88306",5,34.093959,-80.962304,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.393337,0.397579,3.1,"2013-01-28 00:00",2.41,"2013-01-25 00:00",1.13,"2013-01-04 00:00",1.11,"2013-03-23 00:00","","","","",2.41,1.13,0.925,0.724,0.412,0.28,0.178,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88355",5,34.093959,-80.962304,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.664692,1.221875,6.43,"2013-03-23 00:00",6.07,"2013-03-05 00:00",5.5,"2013-02-06 00:00",5.32,"2013-10-22 00:00","","","","",6.07,5.5,4.76,4.48,3.39,2.38,1.39,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88357",5,34.093959,-80.962304,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.286538,0.16963,0.922,"2013-02-18 00:00",0.784,"2013-02-15 00:00",0.682,"2013-03-05 00:00",0.673,"2013-10-31 00:00","","","","",0.784,0.682,0.646,0.524,0.342,0.24,0.124,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88370",5,34.093959,-80.962304,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,2.412442,1.076094,5.7,"2013-03-23 00:00",5.29,"2013-03-05 00:00",4.9,"2013-02-06 00:00",4.77,"2013-10-22 00:00","","","","",5.29,4.9,4.33,4.04,2.99,2.18,1.31,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88374",5,34.093959,-80.962304,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",2,0.228779,0.181147,0.786,"2013-01-04 00:00",0.708,"2013-10-22 00:00",0.706,"2013-08-29 00:00",0.618,"2013-09-19 00:00","","","","",0.708,0.706,0.557,0.49,0.37,0.179,0.051,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88375",5,34.093959,-80.962304,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.621404,0.262257,1.27,"2013-03-05 00:00",1.26,"2013-10-22 00:00",1.23,"2013-01-28 00:00",1.23,"2013-03-23 00:00","","","","",1.26,1.23,1.13,1.01,0.782,0.581,0.333,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88376",5,34.093959,-80.962304,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.708231,0.367005,2.17,"2013-03-23 00:00",2.05,"2013-03-05 00:00",1.74,"2013-02-18 00:00",1.6,"2013-02-06 00:00","","","","",2.05,1.74,1.36,1.2,0.906,0.597,0.363,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88377",5,34.093959,-80.962304,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.435971,0.231646,1.15,"2013-03-05 00:00",1.15,"2013-03-23 00:00",1.1,"2013-01-28 00:00",0.995,"2013-02-18 00:00","","","","",1.15,1.1,0.911,0.769,0.585,0.364,0.203,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88378",5,34.093959,-80.962304,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.417865,0.226484,1.16,"2013-03-29 00:00",1.1,"2013-08-29 00:00",1.09,"2013-05-16 00:00",0.928,"2013-03-17 00:00","","","","",1.1,1.09,0.917,0.743,0.509,0.362,0.195,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88380",5,34.093959,-80.962304,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.538923,0.316848,1.58,"2013-02-18 00:00",1.46,"2013-03-05 00:00",1.24,"2013-10-28 00:00",1.23,"2013-02-06 00:00","","","","",1.46,1.24,1.21,1.02,0.721,0.458,0.226,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88383",5,34.093959,-80.962304,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.897183,0.447824,2.1,"2013-02-06 00:00",1.98,"2013-03-29 00:00",1.91,"2013-10-28 00:00",1.85,"2013-10-22 00:00","","","","",1.98,1.91,1.81,1.62,1.2,0.771,0.413,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88384",5,34.093959,-80.962304,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",1,0.059512,0.026072,0.142,"2013-09-13 00:00",0.129,"2013-05-25 00:00",0.126,"2013-09-22 00:00",0.114,"2013-07-30 00:00","","","","",0.129,0.126,0.109,0.108,0.0724,0.0529,0.0344,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88385",5,34.093959,-80.962304,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",101,0.001257,0.002077,0.0218,"2013-01-25 00:00",0.00457,"2013-05-31 00:00",0.00337,"2013-11-12 00:00",0.001,"2013-01-01 00:00","","","","",0.00457,0.00337,0.001,0.001,0.001,0.001,0.001,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88388",5,34.093959,-80.962304,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.670442,0.334632,1.59,"2013-03-29 00:00",1.52,"2013-02-06 00:00",1.48,"2013-08-29 00:00",1.41,"2013-05-16 00:00","","","","",1.52,1.48,1.35,1.09,0.896,0.597,0.298,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88403",5,34.093959,-80.962304,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.654038,0.930383,5.74,"2013-01-28 00:00",5.29,"2013-08-29 00:00",4.1,"2013-09-10 00:00",3.53,"2013-09-16 00:00","","","","",5.29,4.1,3.11,2.77,2.09,1.55,0.64,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0007","88502",5,34.093959,-80.962304,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,9.285577,3.939455,26.5,"2013-01-28 00:00",20,"2013-08-29 00:00",18.1,"2013-03-23 00:00",16.9,"2013-09-01 00:00","","","","",20,18.1,15.7,14.3,11.7,8.9,4.9,"PARKLANE","8311 PARKLANE ROAD [Parklane]","South Carolina","Richland","Dentsville (Dents)","Columbia, SC","2014-02-14" +"45","079","0019","68101",1,33.991509,-81.024141,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",316,100,57,61,0,0,"","","Certification not required",48,0.354747,0.170925,0.6,"2013-01-15 00:00",0.6,"2013-01-16 00:00",0.6,"2013-04-15 00:00",0.6,"2013-04-16 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.05,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68101",2,33.991509,-81.024141,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",52,85,51,61,0,0,"","","Certification not required",7,0.3125,0.167413,0.6,"2013-05-16 00:00",0.6,"2013-05-28 00:00",0.6,"2013-06-15 00:00",0.5,"2013-01-16 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.3,0.05,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68102",1,33.991509,-81.024141,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",316,100,57,61,0,0,"","","Certification not required",0,23.936392,0.095477,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,23.9,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68102",2,33.991509,-81.024141,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",52,85,51,61,0,0,"","","Certification not required",0,23.976923,0.080721,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,23.9,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68103",1,33.991509,-81.024141,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",316,100,57,61,0,0,"","","Certification not required",0,11.456962,7.89773,24.9,"2013-08-12 00:00",24.7,"2013-06-13 00:00",24.6,"2013-08-09 00:00",24.4,"2013-08-10 00:00","","","","",24.4,23.7,22.7,21.9,18.2,12.4,0.5,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68103",2,33.991509,-81.024141,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",52,85,51,61,0,0,"","","Certification not required",0,12.221154,8.196277,23.2,"2013-08-02 00:00",22.9,"2013-07-09 00:00",22.7,"2013-09-13 00:00",22.5,"2013-07-15 00:00","","","","",23.2,22.9,22.7,22.2,19.1,15,1,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68104",1,33.991509,-81.024141,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",316,100,57,61,0,0,"","","Certification not required",0,23.729114,7.777393,37.3,"2013-08-12 00:00",36.8,"2013-08-10 00:00",36.3,"2013-06-13 00:00",36.1,"2013-08-11 00:00","","","","",36.1,36,34.7,33.6,30.4,24.4,12.7,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68104",2,33.991509,-81.024141,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",52,85,51,61,0,0,"","","Certification not required",0,24.413462,7.46059,35.1,"2013-09-13 00:00",33.6,"2013-08-02 00:00",33.2,"2013-07-09 00:00",33.1,"2013-09-07 00:00","","","","",35.1,33.6,33.2,32.7,31.1,26.5,13.4,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68105",1,33.991509,-81.024141,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",316,100,57,61,0,0,"","","Certification not required",0,17.084494,7.421182,30.2,"2013-06-13 00:00",29.9,"2013-08-11 00:00",29.8,"2013-08-10 00:00",29.4,"2013-08-12 00:00","","","","",29.4,28.6,27.4,26.4,23.9,17.7,6.8,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68105",2,33.991509,-81.024141,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",52,85,51,61,0,0,"","","Certification not required",0,17.792308,7.388673,27.6,"2013-08-02 00:00",27.4,"2013-09-13 00:00",26.2,"2013-06-03 00:00",25.9,"2013-07-09 00:00","","","","",27.6,27.4,26.2,25.5,24.6,20.7,7.7,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68106",1,33.991509,-81.024141,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",316,100,57,61,0,0,"","","Certification not required",0,754.718354,4.68362,770,"2013-11-13 00:00",768,"2013-11-29 00:00",767,"2013-12-25 00:00",766,"2013-11-14 00:00","","","","",766,765,762,760,758,754,749,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68106",2,33.991509,-81.024141,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,51,61,0,0,"","","Certification not required",0,755.557692,3.696386,764,"2013-01-10 00:00",764,"2013-11-30 00:00",762,"2013-01-28 00:00",761,"2013-01-04 00:00","","","","",764,764,762,760,758,756,751,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68107",1,33.991509,-81.024141,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",316,100,57,61,0,0,"","","Certification not required",0,761.541139,4.690573,776,"2013-11-25 00:00",776,"2013-11-30 00:00",775,"2013-11-13 00:00",775,"2013-11-24 00:00","","","","",775,774,770,768,764,761,756,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68107",2,33.991509,-81.024141,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,51,61,0,0,"","","Certification not required",0,761.269231,4.247792,771,"2013-11-30 00:00",769,"2013-01-10 00:00",769,"2013-01-28 00:00",769,"2013-11-24 00:00","","","","",771,769,769,766,765,761,755,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68108",1,33.991509,-81.024141,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",316,100,57,61,0,0,"","","Certification not required",0,758.234177,4.567195,772,"2013-11-13 00:00",772,"2013-11-29 00:00",771,"2013-11-25 00:00",771,"2013-11-30 00:00","","","","",771,770,767,764,761,758,753,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68108",2,33.991509,-81.024141,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,51,61,0,0,"","","Certification not required",0,758.480769,3.938201,768,"2013-11-30 00:00",767,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-11-24 00:00","","","","",768,767,766,763,762,758,753,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68109",1,33.991509,-81.024141,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",316,100,57,61,0,0,"","","Certification not required",0,1438.031646,5.137995,1440,"2013-01-03 00:00",1440,"2013-01-09 00:00",1440,"2013-01-17 00:00",1440,"2013-01-18 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","68109",2,33.991509,-81.024141,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",52,85,51,61,0,0,"","","Certification not required",0,1438.442308,4.733748,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1434,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","81102",2,33.991509,-81.024141,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8162,93,342,365,0,598,"","","Certification not required",0,15.154251,9.206868,181,"2013-04-26 20:00",103,"2013-03-15 08:00",88,"2013-10-04 08:00",82,"2013-02-18 09:00","","","","",43,37,31,26,20,14,5,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-03" +"45","079","0019","81102",2,33.991509,-81.024141,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",342,94,342,365,0,0,0,0,"Certification not required",0,14.739766,6.214598,35,"2013-08-28 00:00",34,"2013-01-29 00:00",32,"2013-08-29 00:00",32,"2013-10-30 00:00","","","","",32,30,26,24,18,14,8,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-03" +"45","079","0019","85101",2,33.991509,-81.024141,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",8162,93,342,365,0,598,"","","Certification not required",0,15.337172,9.319106,183,"2013-04-26 20:00",106,"2013-03-15 08:00",89,"2013-10-04 08:00",85,"2013-02-18 09:00","","","","",44,37,31,27,20,14,6,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-03" +"45","079","0019","88101",1,33.991509,-81.024141,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,49,0,0,"Certification not required",0,9.146203,3.94971,22.4,"2013-01-28 00:00",22.2,"2013-08-28 00:00",21.2,"2013-12-03 00:00",20.4,"2013-08-29 00:00","","","","",20.4,18.9,16.2,14.5,11.4,8.3,4.9,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","88101",1,33.991509,-81.024141,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",316,87,316,365,0,49,"","","Certification not required",0,9.146203,3.94971,22.4,"2013-01-28 00:00",22.2,"2013-08-28 00:00",21.2,"2013-12-03 00:00",20.4,"2013-08-29 00:00","","","","",20.4,18.9,16.2,14.5,11.4,8.3,4.9,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","88101",2,33.991509,-81.024141,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,87,53,61,0,8,0,0,"Certification not required",0,9.387037,4.245488,22,"2013-08-14 00:00",21.9,"2013-01-28 00:00",17.9,"2013-03-23 00:00",16.1,"2013-03-05 00:00","","","","",22,21.9,17.9,14.7,11,8.7,5.2,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0019","88101",2,33.991509,-81.024141,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",54,87,53,61,0,8,"","","Certification not required",0,9.387037,4.245488,22,"2013-08-14 00:00",21.9,"2013-01-28 00:00",17.9,"2013-03-23 00:00",16.1,"2013-03-05 00:00","","","","",22,21.9,17.9,14.7,11,8.7,5.2,"BATES HOUSE","323 S. BULL STREET [Bates House, USC]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-14" +"45","079","0020","43502",1,34.015494,-81.034179,"WGS84","Formaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,2,"","","Certification not required",0,5.574545,8.101925,40.9,"2013-11-18 00:00",36.1,"2013-12-30 00:00",25.1,"2013-11-24 00:00",24.6,"2013-11-30 00:00","","","","",40.9,36.1,25.1,5.6,3.9,3.2,2.1,"STATE HOSPITAL","2100 BULL STREET [State Hospital]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-16" +"45","079","0020","43503",1,34.015494,-81.034179,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","CARTRIDGE-DNPH-ON-SILICA - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,1,"","","Certification not required",0,2.135,1.419019,6.6,"2013-12-30 00:00",6,"2013-11-18 00:00",5.3,"2013-11-30 00:00",5.2,"2013-11-24 00:00","","","","",6.6,6.6,6,5.2,2.3,1.7,1,"STATE HOSPITAL","2100 BULL STREET [State Hospital]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-16" +"45","079","0020","43551",1,34.015494,-81.034179,"WGS84","Acetone","24 HOUR","","Observed Values","DNPH-COATED CARTRIDGES - HPLC (TO-14)",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,1,"","","Certification not required",6,3.563147,2.357356,10.66172,"2013-10-31 00:00",7.76373,"2013-11-12 00:00",6.43717,"2013-10-01 00:00",6.37027,"2013-09-13 00:00","","","","",10.66172,10.66172,7.76373,6.37027,4.96293,3.82317,0.20069,"STATE HOSPITAL","2100 BULL STREET [State Hospital]","South Carolina","Richland","Columbia","Columbia, SC","2014-01-16" +"45","079","0021","42242",1,33.81468,-80.781135,"WGS84","Mercury (vapor)","1 HOUR","","Observed Values","DUAL GOLD AMALGAMATION - COLD VAPOR ATOMIC FLUORESCENCE",2013,"Nanograms/cubic meter (25 C)","No Events",5859,67,249,365,0,2901,"","","Certification not required",0,1.184941,0.316859,2.2,"2013-06-24 04:00",2.07,"2013-03-18 08:00",2.04,"2013-04-01 09:00",2.04,"2013-06-24 03:00","","","","",1.81,1.75,1.67,1.58,1.43,1.19,0.79,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","079","0021","42401",1,33.81468,-80.781135,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8650,99,363,365,0,110,0,"","Certification not required",0,1.567493,4.623713,68,"2013-11-25 09:00",34,"2013-11-26 10:00",22,"2013-05-26 10:00",22,"2013-11-09 10:00","","","","",22,9,5,4,1,1,0,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","079","0021","42401",1,33.81468,-80.781135,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8650,99,363,365,0,110,"","","Certification not required",0,0.225434,1.284683,68,"2013-11-25 09:00",34,"2013-11-26 10:00",32,"2013-11-25 15:00",28,"2013-11-25 16:00","","","","",3,2,1,1,0,0,0,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","079","0021","42401",1,33.81468,-80.781135,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,0.223967,0.585368,8.4,"2013-11-25 00:00",3.1,"2013-11-26 00:00",3,"2013-05-26 00:00",2.8,"2013-01-25 00:00","","","","",2.8,1.4,1,0.5,0.3,0,0,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","079","0021","42401",1,33.81468,-80.781135,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2863,98,362,365,0,0,"",0,"Certification not required",0,0.218861,0.9967,23.6,"2013-11-25 17:00",23.3,"2013-11-25 11:00",16.6,"2013-11-26 11:00",16,"2013-05-26 11:00","","","","",3,2,1,0.6,0,0,0,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","079","0021","42401",2,33.81468,-80.781135,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",94058,89,326,365,0,8655,"","","Certification not required",0,0.241798,1.509671,98,"2013-11-25 09:35",95,"2013-11-25 09:30",93,"2013-11-25 09:25",93,"2013-11-25 09:40","","","","",4,2,1,1,0,0,0,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-22" +"45","079","0021","44201",1,33.81468,-80.781135,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",5989,97,208,214,0,155,0,0,"Certification not required",1495,0.037159,0.011023,0.068,"2013-06-12 14:00",0.064,"2013-03-15 15:00",0.063,"2013-05-15 12:00",0.061,"2013-03-16 13:00","","","","",0.063,0.061,0.056,0.052,0.046,0.041,0.031,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2013-11-22" +"45","079","0021","44201",1,33.81468,-80.781135,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5969,96,206,214,0,0,0,0,"Certification not required",0,0.031194,0.010438,0.059,"2013-05-15 10:00",0.058,"2013-03-16 09:00",0.056,"2013-04-06 10:00",0.055,"2013-03-15 11:00","","","","",0.056,0.054,0.051,0.048,0.041,0.034,0.025,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2013-11-22" +"45","079","0021","44201",1,33.81468,-80.781135,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5969,96,206,214,0,0,0,0,"Certification not required",0,0.031194,0.010438,0.059,"2013-05-15 10:00",0.058,"2013-03-16 09:00",0.056,"2013-04-06 10:00",0.055,"2013-03-15 11:00","","","","",0.056,0.054,0.051,0.048,0.041,0.034,0.025,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2013-11-22" +"45","079","0021","65102",1,33.81468,-80.781135,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5729,65,232,365,0,2287,"","","Certification not required",0,0.003016,0.024733,0.83,"2013-12-14 17:00",0.5,"2013-05-19 14:00",0.49,"2013-05-19 15:00",0.44,"2013-06-03 13:00","","","","",0.09,0.04,0,0,0,0,0,"CONGAREE BLUFF","1850 SOUTH CEDAR CREEK ROAD (GADSDEN) {Congaree Bluff]","South Carolina","Richland","","Columbia, SC","2014-01-14" +"45","079","1001","42602",1,34.131262,-80.868318,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7151,82,304,365,0,673,0,"","Certification not required",0,11.289474,8.202979,46,"2013-04-13 21:00",43,"2013-02-15 20:00",39,"2013-01-22 19:00",38,"2013-10-24 19:00","","","","",38,34,30,22,14,9,4,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2013-12-06" +"45","079","1001","42602",1,34.131262,-80.868318,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7151,82,304,365,0,673,"","","Certification not required",0,4.141239,4.3645,46,"2013-04-13 21:00",43,"2013-02-15 20:00",42,"2013-02-15 21:00",39,"2013-01-22 19:00","","","","",24,18,12,9,5,3,1,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2013-12-06" +"45","079","1001","44201",1,34.131262,-80.868318,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5842,99,212,214,0,86,0,0,"Certification not required",81,0.04466,0.01045,0.074,"2013-05-15 14:00",0.067,"2013-05-17 11:00",0.067,"2013-08-29 17:00",0.066,"2013-05-14 14:00","","","","",0.067,0.066,0.061,0.057,0.053,0.048,0.039,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2013-11-08" +"45","079","1001","44201",1,34.131262,-80.868318,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5834,98,210,214,0,0,0,0,"Certification not required",0,0.040267,0.010251,0.069,"2013-05-15 11:00",0.064,"2013-05-17 10:00",0.061,"2013-05-14 10:00",0.061,"2013-05-16 09:00","","","","",0.061,0.06,0.056,0.053,0.049,0.044,0.034,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2013-11-08" +"45","079","1001","44201",1,34.131262,-80.868318,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5834,98,210,214,0,0,0,0,"Certification not required",0,0.040267,0.010251,0.069,"2013-05-15 11:00",0.064,"2013-05-17 10:00",0.061,"2013-05-14 10:00",0.061,"2013-05-16 09:00","","","","",0.061,0.06,0.056,0.053,0.049,0.044,0.034,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2013-11-08" +"45","079","1001","61103",1,34.131262,-80.868318,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8743,100,364,365,0,17,"","","Certification not required",0,5.063571,3.053789,21.5,"2013-01-31 03:00",20.8,"2013-03-06 01:00",20.5,"2013-01-30 13:00",20.1,"2013-03-25 08:00","","","","",14.6,12.9,10.8,9,6.7,4.6,1.6,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","079","1001","61104",1,34.131262,-80.868318,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8743,100,364,365,0,17,"","","Certification not required",0,166.113119,105.754644,360,"2013-02-24 18:00",360,"2013-03-03 23:00",360,"2013-03-06 23:00",360,"2013-03-14 04:00","","","","",355,348,325,297,258,190,32,"SANDHILL EXPERIMENTAL STATION","900 CLEMSON ROAD [Sandhill]","South Carolina","Richland","","Columbia, SC","2014-01-03" +"45","083","0009","44201",1,34.988706,-82.075802,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5875,99,212,214,0,77,0,0,"Certification not required",722,0.048651,0.011305,0.081,"2013-05-17 12:00",0.078,"2013-05-15 13:00",0.074,"2013-09-19 14:00",0.072,"2013-06-12 13:00","","","","",0.074,0.072,0.069,0.064,0.057,0.05,0.04,"NORTH SPARTANBURG FIRE STATION #2 (Shady Grove)","1556 JOHN DODD ROAD [North Spartanburg Fire Station]","South Carolina","Spartanburg","","Spartanburg, SC","2013-11-19" +"45","083","0009","44201",1,34.988706,-82.075802,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5874,99,211,214,0,0,0,0,"Certification not required",0,0.042569,0.010515,0.072,"2013-05-15 10:00",0.068,"2013-04-06 10:00",0.066,"2013-03-15 14:00",0.065,"2013-05-17 10:00","","","","",0.066,0.064,0.061,0.056,0.051,0.044,0.034,"NORTH SPARTANBURG FIRE STATION #2 (Shady Grove)","1556 JOHN DODD ROAD [North Spartanburg Fire Station]","South Carolina","Spartanburg","","Spartanburg, SC","2013-11-19" +"45","083","0009","44201",1,34.988706,-82.075802,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5874,99,211,214,0,0,0,0,"Certification not required",0,0.042569,0.010515,0.072,"2013-05-15 10:00",0.068,"2013-04-06 10:00",0.066,"2013-03-15 14:00",0.065,"2013-05-17 10:00","","","","",0.066,0.064,0.061,0.056,0.051,0.044,0.034,"NORTH SPARTANBURG FIRE STATION #2 (Shady Grove)","1556 JOHN DODD ROAD [North Spartanburg Fire Station]","South Carolina","Spartanburg","","Spartanburg, SC","2013-11-19" +"45","083","0011","68101",1,34.955566,-81.924797,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",337,100,61,61,0,0,"","","Certification not required",298,0.067062,0.052875,0.3,"2013-01-10 00:00",0.3,"2013-01-19 00:00",0.3,"2013-02-04 00:00",0.3,"2013-06-06 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68102",1,34.955566,-81.924797,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",337,100,61,61,0,0,"","","Certification not required",0,23.954599,0.58446,24,"2013-01-03 00:00",24,"2013-01-05 00:00",24,"2013-01-06 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68103",1,34.955566,-81.924797,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",337,100,61,61,0,0,"","","Certification not required",0,10.669436,8.623407,23.3,"2013-08-03 00:00",23.1,"2013-06-13 00:00",23,"2013-07-20 00:00",23,"2013-08-09 00:00","","","","",23,22.8,22.1,21.1,19,12,-1.8,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68104",1,34.955566,-81.924797,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",337,100,61,61,0,0,"","","Certification not required",0,22.343917,8.196303,35.6,"2013-06-28 00:00",35.3,"2013-07-16 00:00",34.9,"2013-06-13 00:00",34.9,"2013-08-29 00:00","","","","",34.9,34.4,33,32.1,29.8,23.5,10.6,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68105",1,34.955566,-81.924797,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",337,100,61,61,0,0,"","","Certification not required",0,16.111869,7.953225,28.6,"2013-06-13 00:00",28.1,"2013-06-28 00:00",28.1,"2013-07-16 00:00",27.9,"2013-08-29 00:00","","","","",27.9,27.5,26.4,25.5,23.6,17.5,4.7,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68106",1,34.955566,-81.924797,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",337,100,61,61,0,0,"","","Certification not required",0,742.795252,4.218325,753,"2013-01-09 00:00",753,"2013-01-10 00:00",752,"2013-01-08 00:00",752,"2013-01-27 00:00","","","","",752,751,749,748,746,743,737,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68107",1,34.955566,-81.924797,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",337,100,61,61,0,0,"","","Certification not required",0,748.047478,3.929149,758,"2013-01-27 00:00",758,"2013-11-30 00:00",757,"2013-01-10 00:00",757,"2013-01-18 00:00","","","","",757,757,755,753,751,748,743,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68108",1,34.955566,-81.924797,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",337,100,61,61,0,0,"","","Certification not required",0,745.465875,4.017765,756,"2013-01-27 00:00",755,"2013-01-10 00:00",754,"2013-01-08 00:00",754,"2013-01-09 00:00","","","","",754,754,752,750,748,745,740,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","68109",1,34.955566,-81.924797,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",337,100,61,61,0,0,"","","Certification not required",0,1436.543027,35.077619,1440,"2013-01-06 00:00",1440,"2013-01-10 00:00",1440,"2013-01-12 00:00",1440,"2013-01-17 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","88101",1,34.955566,-81.924797,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,21,0,0,"Certification not required",0,8.842733,4.180826,23.6,"2013-08-28 00:00",20.7,"2013-01-27 00:00",20.5,"2013-01-28 00:00",20.1,"2013-11-16 00:00","","","","",20.1,19.5,16,14.7,11.6,8.5,4,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","88101",1,34.955566,-81.924797,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,21,"","","Certification not required",0,8.842733,4.180826,23.6,"2013-08-28 00:00",20.7,"2013-01-27 00:00",20.5,"2013-01-28 00:00",20.1,"2013-11-16 00:00","","","","",20.1,19.5,16,14.7,11.6,8.5,4,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-14" +"45","083","0011","88502",3,34.955566,-81.924797,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8614,98,358,365,0,146,"","","Certification not required",0,8.751312,5.106835,47.9,"2013-01-29 11:00",40.6,"2013-03-17 20:00",36.9,"2013-08-28 13:00",34.6,"2013-01-29 10:00","","","","",22.4,20.8,17.9,15.5,11.8,8.2,2.8,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-03" +"45","083","0011","88502",3,34.955566,-81.924797,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,8.682123,3.618342,20.5,"2013-01-29 00:00",17.8,"2013-05-17 00:00",17.5,"2013-03-05 00:00",17.2,"2013-01-28 00:00","","","","",17.2,16.2,15.5,14.1,11,8.2,4.5,"T.K. Gregg","267 Northview Street [Gregg]","South Carolina","Spartanburg","Spartanburg","Spartanburg, SC","2014-01-03" +"45","091","0006","42401",1,34.935817,-81.228409,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8700,99,365,365,0,60,0,"","Certification not required",0,0.646575,0.762097,5,"2013-12-19 12:00",5,"2013-12-28 13:00",3,"2013-01-21 01:00",3,"2013-01-24 14:00","","","","",3,3,2,1,1,1,0,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-01-03" +"45","091","0006","42401",1,34.935817,-81.228409,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8700,99,365,365,0,60,"","","Certification not required",0,0.204713,0.44082,5,"2013-12-19 12:00",5,"2013-12-19 13:00",5,"2013-12-28 13:00",4,"2013-12-19 16:00","","","","",1,1,1,1,0,0,0,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-01-03" +"45","091","0006","42401",1,34.935817,-81.228409,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.20411,0.309217,1.6,"2013-12-19 00:00",1.3,"2013-04-03 00:00",1.2,"2013-02-05 00:00",1.2,"2013-03-08 00:00","","","","",1.2,1,0.9,0.7,0.3,0,0,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-01-03" +"45","091","0006","42401",1,34.935817,-81.228409,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2882,99,365,365,0,0,"",0,"Certification not required",0,0.198439,0.395182,4.3,"2013-12-19 14:00",3.3,"2013-12-28 14:00",3,"2013-12-19 17:00",2.3,"2013-01-24 17:00","","","","",1.3,1,1,1,0.3,0,0,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-01-03" +"45","091","0006","42401",2,34.935817,-81.228409,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",97807,93,346,365,0,7004,"","","Certification not required",0,0.435455,0.51602,42.3,"2013-06-30 04:00",20.9,"2013-06-30 03:55",14.5,"2013-06-30 04:05",7.3,"2013-12-19 12:35","","","","",2,1.7,1.3,1,0.6,0.3,-0.1,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-01-22" +"45","091","0006","44201",1,34.935817,-81.228409,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5785,99,211,214,0,71,0,0,"Certification not required",203,0.040076,0.010676,0.069,"2013-04-06 15:00",0.066,"2013-03-15 17:00",0.065,"2013-03-16 18:00",0.063,"2013-05-15 17:00","","","","",0.065,0.062,0.057,0.055,0.05,0.044,0.031,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2013-11-08" +"45","091","0006","44201",1,34.935817,-81.228409,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5779,99,211,214,0,0,0,0,"Certification not required",0,0.035057,0.010399,0.064,"2013-04-06 10:00",0.063,"2013-03-15 15:00",0.063,"2013-03-16 12:00",0.061,"2013-05-15 13:00","","","","",0.063,0.057,0.053,0.05,0.045,0.039,0.026,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2013-11-08" +"45","091","0006","44201",1,34.935817,-81.228409,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5779,99,211,214,0,0,0,0,"Certification not required",0,0.035057,0.010399,0.064,"2013-04-06 10:00",0.063,"2013-03-15 15:00",0.063,"2013-03-16 12:00",0.061,"2013-05-15 13:00","","","","",0.063,0.057,0.053,0.05,0.045,0.039,0.026,"YORK CMS","2316 CHESTER HIGHWAY (US 321) [York]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2013-11-08" +"45","091","8001","44201",1,34.9127,-80.8745,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5141,98,209,214,0,163,0,0,"Certification not required",910,0.045158,0.012694,0.08,"2013-07-16 16:00",0.078,"2013-09-05 14:00",0.075,"2013-09-16 16:00",0.074,"2013-08-29 14:00","","","","",0.075,0.074,0.068,0.06,0.054,0.046,0.031,"Catawba Longhouse","World Changers Lane [Catawba Longhouse]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8001","44201",1,34.9127,-80.8745,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,94,202,214,0,0,0,0,"Certification not required",0,0.039238,0.011108,0.066,"2013-09-05 10:00",0.063,"2013-04-06 10:00",0.063,"2013-05-15 11:00",0.063,"2013-08-29 10:00","","","","",0.063,0.062,0.056,0.053,0.047,0.04,0.026,"Catawba Longhouse","World Changers Lane [Catawba Longhouse]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8001","44201",1,34.9127,-80.8745,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5109,94,202,214,0,0,0,0,"Certification not required",0,0.039238,0.011108,0.066,"2013-09-05 10:00",0.063,"2013-04-06 10:00",0.063,"2013-05-15 11:00",0.063,"2013-08-29 10:00","","","","",0.063,0.062,0.056,0.053,0.047,0.04,0.026,"Catawba Longhouse","World Changers Lane [Catawba Longhouse]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8002","44201",1,35.0158,-80.9662,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5484,99,211,214,0,84,0,0,"Certification not required",468,0.044436,0.011839,0.073,"2013-07-17 13:00",0.073,"2013-07-18 12:00",0.073,"2013-08-29 14:00",0.073,"2013-09-04 16:00","","","","",0.073,0.07,0.065,0.061,0.052,0.046,0.032,"Fort Mill National Guard","276 Munn Road East [Fort Mill Army National Guard]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8002","44201",1,35.0158,-80.9662,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5475,98,209,214,0,0,0,0,"Certification not required",0,0.03888,0.010656,0.065,"2013-09-04 10:00",0.063,"2013-05-15 10:00",0.063,"2013-07-18 10:00",0.061,"2013-09-05 10:00","","","","",0.063,0.06,0.056,0.052,0.047,0.04,0.027,"Fort Mill National Guard","276 Munn Road East [Fort Mill Army National Guard]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8002","44201",1,35.0158,-80.9662,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5475,98,209,214,0,0,0,0,"Certification not required",0,0.03888,0.010656,0.065,"2013-09-04 10:00",0.063,"2013-05-15 10:00",0.063,"2013-07-18 10:00",0.061,"2013-09-05 10:00","","","","",0.063,0.06,0.056,0.052,0.047,0.04,0.027,"Fort Mill National Guard","276 Munn Road East [Fort Mill Army National Guard]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8002","61103",1,35.0158,-80.9662,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8064,99,335,338,0,24,"","","Certification not required",0,2.254452,1.692417,12.9,"2013-03-06 11:00",12.8,"2013-03-06 12:00",12.2,"2013-11-12 17:00",11.5,"2013-03-06 14:00","","","","",7.6,6.7,5.5,4.5,3.1,1.9,0.4,"Fort Mill National Guard","276 Munn Road East [Fort Mill Army National Guard]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"45","091","8002","61104",1,35.0158,-80.9662,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8064,99,335,338,0,24,"","","Certification not required",0,174.872768,105.607368,360,"2013-01-05 00:00",360,"2013-01-16 22:00",360,"2013-03-03 00:00",360,"2013-04-20 09:00","","","","",356,352,341,322,254,189,27,"Fort Mill National Guard","276 Munn Road East [Fort Mill Army National Guard]","South Carolina","York","","Charlotte-Gastonia-Concord, NC-SC","2014-02-04" +"46","011","0002","68105",1,44.310283,-96.80071,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,9.962222,13.142431,28.8,"2013-07-18 00:00",28.5,"2013-08-29 00:00",28.3,"2013-08-26 00:00",27.4,"2013-07-12 00:00","","","","",28.8,28.5,26.9,25.4,21.8,14.8,-7.3,"","BROOKINGS CITY HALL BUILDING","South Dakota","Brookings","Brookings","Brookings, SD","2013-12-31" +"46","011","0002","68108",1,44.310283,-96.80071,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,717.2,3.963882,727,"2013-05-01 00:00",726,"2013-04-01 00:00",726,"2013-09-16 00:00",723,"2013-02-15 00:00","","","","",727,726,723,722,720,717,713,"","BROOKINGS CITY HALL BUILDING","South Dakota","Brookings","Brookings","Brookings, SD","2013-12-31" +"46","011","0002","81102",3,44.310283,-96.80071,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",6503,74,273,365,0,49,"","","Certification not required",792,21.78902,21.055552,260,"2013-09-03 14:00",213,"2013-09-05 07:00",204,"2013-05-02 12:00",198,"2013-09-03 13:00","","","","",102,80,59,47,29,16,2,"","BROOKINGS CITY HALL BUILDING","South Dakota","Brookings","Brookings","Brookings, SD","2013-12-27" +"46","011","0002","81102",3,44.310283,-96.80071,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,21.322344,14.371852,87,"2013-09-03 00:00",74,"2013-05-14 00:00",74,"2013-09-05 00:00",68,"2013-09-04 00:00","","","","",74,57,50,42,29,17,7,"","BROOKINGS CITY HALL BUILDING","South Dakota","Brookings","Brookings","Brookings, SD","2013-12-27" +"46","011","0002","88101",1,44.310283,-96.80071,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,8.657778,5.489479,26.5,"2013-03-08 00:00",24.3,"2013-02-09 00:00",22.9,"2013-03-29 00:00",21.8,"2013-07-03 00:00","","","","",26.5,24.3,21.6,17,11.5,6.8,3.7,"","BROOKINGS CITY HALL BUILDING","South Dakota","Brookings","Brookings","Brookings, SD","2013-12-31" +"46","011","0002","88101",1,44.310283,-96.80071,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,8.657778,5.489479,26.5,"2013-03-08 00:00",24.3,"2013-02-09 00:00",22.9,"2013-03-29 00:00",21.8,"2013-07-03 00:00","","","","",26.5,24.3,21.6,17,11.5,6.8,3.7,"","BROOKINGS CITY HALL BUILDING","South Dakota","Brookings","Brookings","Brookings, SD","2013-12-31" +"46","011","0003","44201",3,44.348604,-96.807299,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6496,100,122,122,0,56,0,0,"Certification not required",20,0.047082,0.009492,0.072,"2013-05-17 17:00",0.071,"2013-07-12 18:00",0.069,"2013-07-04 16:00",0.067,"2013-07-05 13:00","","","","",0.071,0.069,0.065,0.062,0.057,0.053,0.049,"Research Farm","3714 Western Ave, Brookings, SD 57006","South Dakota","Brookings","","Brookings, SD","2013-12-27" +"46","011","0003","44201",3,44.348604,-96.807299,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6541,100,122,122,0,0,0,0,"Certification not required",0,0.043352,0.009224,0.068,"2013-07-12 13:00",0.066,"2013-07-04 11:00",0.064,"2013-07-05 10:00",0.063,"2013-05-17 12:00","","","","",0.066,0.064,0.06,0.058,0.054,0.05,0.046,"Research Farm","3714 Western Ave, Brookings, SD 57006","South Dakota","Brookings","","Brookings, SD","2013-12-27" +"46","011","0003","44201",3,44.348604,-96.807299,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6541,100,122,122,0,0,0,0,"Certification not required",0,0.043352,0.009224,0.068,"2013-07-12 13:00",0.066,"2013-07-04 11:00",0.064,"2013-07-05 10:00",0.063,"2013-05-17 12:00","","","","",0.066,0.064,0.06,0.058,0.054,0.05,0.046,"Research Farm","3714 Western Ave, Brookings, SD 57006","South Dakota","Brookings","","Brookings, SD","2013-12-27" +"46","013","0003","68105",1,45.4625,-98.486111,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,9.188889,14.028746,29.7,"2013-08-26 00:00",29.1,"2013-07-18 00:00",27.9,"2013-08-20 00:00",27.6,"2013-07-12 00:00","","","","",29.7,29.1,27.6,24.9,21.4,14.5,-9.7,"ON TOP OF THE FIRE STATION #1 ROOF","111 2ND AVE SE FIRE STATION #1 ABERDEEN","South Dakota","Brown","Aberdeen","Aberdeen, SD","2013-12-31" +"46","013","0003","68108",1,45.4625,-98.486111,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,725.955556,4.578678,734,"2013-01-23 00:00",734,"2013-03-20 00:00",734,"2013-03-26 00:00",734,"2013-04-01 00:00","","","","",734,734,733,732,729,726,721,"ON TOP OF THE FIRE STATION #1 ROOF","111 2ND AVE SE FIRE STATION #1 ABERDEEN","South Dakota","Brown","Aberdeen","Aberdeen, SD","2013-12-31" +"46","013","0003","81102",1,45.4625,-98.486111,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,70,43,61,0,1,0,0,"Certification not required",0,23.227273,15.93426,70,"2013-06-16 00:00",66,"2013-05-16 00:00",52,"2013-07-03 00:00",49,"2013-08-02 00:00","","","","",70,70,52,43,32,21,6,"ON TOP OF THE FIRE STATION #1 ROOF","111 2ND AVE SE FIRE STATION #1 ABERDEEN","South Dakota","Brown","Aberdeen","Aberdeen, SD","2014-01-15" +"46","013","0003","85101",1,45.4625,-98.486111,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,36,44,122,0,1,"","","Certification not required",0,23.068182,15.209235,68,"2013-06-16 00:00",65,"2013-05-16 00:00",50,"2013-07-03 00:00",48,"2013-08-02 00:00","","","","",68,68,50,41,31,22,6,"ON TOP OF THE FIRE STATION #1 ROOF","111 2ND AVE SE FIRE STATION #1 ABERDEEN","South Dakota","Brown","Aberdeen","Aberdeen, SD","2014-01-15" +"46","013","0003","88101",1,45.4625,-98.486111,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,12,0,0,"Certification not required",0,7.83,4.901764,23.3,"2013-03-08 00:00",22,"2013-02-24 00:00",21.1,"2013-02-09 00:00",20.3,"2013-03-30 00:00","","","","",23.3,22,19.4,14.9,10.5,6.4,3.2,"ON TOP OF THE FIRE STATION #1 ROOF","111 2ND AVE SE FIRE STATION #1 ABERDEEN","South Dakota","Brown","Aberdeen","Aberdeen, SD","2013-12-31" +"46","013","0003","88101",1,45.4625,-98.486111,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,73,89,122,0,12,"","","Certification not required",0,7.83,4.901764,23.3,"2013-03-08 00:00",22,"2013-02-24 00:00",21.1,"2013-02-09 00:00",20.3,"2013-03-30 00:00","","","","",23.3,22,19.4,14.9,10.5,6.4,3.2,"ON TOP OF THE FIRE STATION #1 ROOF","111 2ND AVE SE FIRE STATION #1 ABERDEEN","South Dakota","Brown","Aberdeen","Aberdeen, SD","2013-12-31" +"46","029","0002","81102",3,44.89965,-97.128802,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",6260,71,260,365,0,292,"","","Certification not required",650,20.760383,22.019268,265,"2013-04-09 08:00",251,"2013-08-24 10:00",242,"2013-09-27 01:00",216,"2013-09-28 15:00","","","","",102,85,63,48,27,14,2,"Watertown Utility Yard","801 4TH AVE SW - WATERTOWN","South Dakota","Codington","Watertown","Watertown, SD","2013-12-27" +"46","029","0002","81102",3,44.89965,-97.128802,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",260,71,260,365,0,0,0,0,"Certification not required",0,20.434615,16.33504,78,"2013-08-24 00:00",73,"2013-07-03 00:00",72,"2013-09-26 00:00",71,"2013-08-26 00:00","","","","",72,66,55,46,29,15,6,"Watertown Utility Yard","801 4TH AVE SW - WATERTOWN","South Dakota","Codington","Watertown","Watertown, SD","2013-12-27" +"46","029","0002","88101",3,44.89965,-97.128802,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6202,71,266,365,0,350,"","","Certification not required",0,10.772509,5.588395,55.8,"2013-04-09 13:00",45,"2013-06-30 14:00",44,"2013-06-30 15:00",41,"2013-06-30 21:00","","","","",29,25.9,21.6,18.2,13.4,9.5,5.1,"Watertown Utility Yard","801 4TH AVE SW - WATERTOWN","South Dakota","Codington","Watertown","Watertown, SD","2013-12-27" +"46","029","0002","88101",3,44.89965,-97.128802,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,0,0,"Certification not required",0,10.725194,4.334984,26.8,"2013-03-08 00:00",26.4,"2013-06-30 00:00",24.3,"2013-07-03 00:00",23.4,"2013-03-29 00:00","","","","",24.3,21.9,19.5,17.3,12.5,9.4,6.2,"Watertown Utility Yard","801 4TH AVE SW - WATERTOWN","South Dakota","Codington","Watertown","Watertown, SD","2013-12-27" +"46","029","0002","88101",3,44.89965,-97.128802,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,0,"","","Certification not required",0,10.725194,4.334984,26.8,"2013-03-08 00:00",26.4,"2013-06-30 00:00",24.3,"2013-07-03 00:00",23.4,"2013-03-29 00:00","","","","",24.3,21.9,19.5,17.3,12.5,9.4,6.2,"Watertown Utility Yard","801 4TH AVE SW - WATERTOWN","South Dakota","Codington","Watertown","Watertown, SD","2013-12-27" +"46","033","0132","44201",3,43.5578,-103.4839,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8570,100,122,122,0,190,0,0,"Certification not required",0,0.052426,0.007413,0.07,"2013-08-28 21:00",0.065,"2013-09-05 15:00",0.064,"2013-07-10 14:00",0.064,"2013-08-14 20:00","","","","",0.065,0.064,0.063,0.062,0.059,0.055,0.051,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-21" +"46","033","0132","44201",3,43.5578,-103.4839,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,122,122,0,0,0,0,"Certification not required",0,0.048795,0.006982,0.062,"2013-07-11 11:00",0.062,"2013-09-05 11:00",0.061,"2013-07-03 10:00",0.061,"2013-07-10 10:00","","","","",0.062,0.061,0.06,0.059,0.055,0.051,0.047,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-21" +"46","033","0132","44201",3,43.5578,-103.4839,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8755,100,122,122,0,0,0,0,"Certification not required",0,0.048795,0.006982,0.062,"2013-07-11 11:00",0.062,"2013-09-05 11:00",0.061,"2013-07-03 10:00",0.061,"2013-07-10 10:00","","","","",0.062,0.061,0.06,0.059,0.055,0.051,0.047,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-21" +"46","033","0132","61101",1,43.5578,-103.4839,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8744,100,365,365,0,16,"","","Certification not required",0,6.699188,3.684549,32.8,"2013-10-04 07:00",32,"2013-10-04 01:00",31.7,"2013-10-04 02:00",31.3,"2013-10-04 08:00","","","","",17.5,15.7,13.6,11.5,8.7,6.2,2.3,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","61103",1,43.5578,-103.4839,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8744,100,365,365,0,16,"","","Certification not required",0,6.029437,3.683546,31.7,"2013-10-04 07:00",31.5,"2013-10-04 01:00",31.1,"2013-10-04 02:00",29.3,"2013-10-04 06:00","","","","",16.9,15.1,12.8,10.9,8.2,5.6,1.7,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","61104",1,43.5578,-103.4839,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8744,100,365,365,0,16,"","","Certification not required",0,209.52779,106.724498,360,"2013-02-24 02:00",360,"2013-05-16 18:00",360,"2013-06-30 22:00",360,"2013-07-13 23:00","","","","",355,350,339,327,303,247,40,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","61106",1,43.5578,-103.4839,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8744,100,365,365,0,16,"","","Certification not required",0,24.738026,13.116637,83.6,"2013-02-20 05:00",83.5,"2013-09-14 05:00",83.2,"2013-12-09 07:00",80.4,"2013-08-06 02:00","","","","",64.9,60.2,51.8,43.8,31.6,21.3,11.3,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","62101",1,43.5578,-103.4839,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8749,100,365,365,0,11,"","","Certification not required",0,47.509087,20.277066,93,"2013-07-11 14:00",93,"2013-07-11 15:00",91,"2013-07-11 13:00",91,"2013-07-11 16:00","","","","",86,83,79,74,64,47,22,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","62201",1,43.5578,-103.4839,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8749,100,365,365,0,11,"","","Certification not required",0,57.061378,19.518747,98,"2013-05-26 21:00",98,"2013-05-27 02:00",98,"2013-05-27 04:00",98,"2013-05-27 09:00","","","","",95,94,91,85,72,56,32,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","63301",1,43.5578,-103.4839,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8198,94,341,365,0,562,"","","Certification not required",4186,0.219385,0.326822,1.38,"2013-06-01 12:00",1.31,"2013-06-15 11:00",1.29,"2013-06-01 11:00",1.28,"2013-05-09 10:00","","","","",1.19,1.12,0.99,0.77,0.36,0.005,0.005,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","65102",1,43.5578,-103.4839,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7289,83,304,365,0,1471,"","","Certification not required",0,0.001413,0.017371,0.83,"2013-07-08 01:00",0.53,"2013-07-08 02:00",0.41,"2013-06-11 21:00",0.35,"2013-06-21 05:00","","","","",0.03,0.01,0,0,0,0,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-18" +"46","033","0132","81102",3,43.5578,-103.4839,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8376,96,350,365,0,384,"","","Certification not required",2802,7.985673,7.635286,104,"2013-10-03 13:00",101,"2013-01-29 14:00",95,"2013-01-21 00:00",91,"2013-09-07 08:00","","","","",33,28,22,17,11,6,2,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-20" +"46","033","0132","81102",3,43.5578,-103.4839,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",350,96,350,365,0,0,0,0,"Certification not required",0,7.485714,5.272904,36,"2013-05-25 00:00",25,"2013-08-18 00:00",23,"2013-07-11 00:00",22,"2013-06-20 00:00","","","","",22,21,19,15,10,6,2,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-20" +"46","033","0132","85101",2,43.5578,-103.4839,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,4.83112,4.432152,29.053,"2013-05-25 00:00",12.2732,"2013-05-07 00:00",10.2185,"2013-05-13 00:00",9.2684,"2013-03-08 00:00","","","","",29.053,29.053,10.2185,8.459,5.682,3.8257,1.6236,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","86502",2,43.5578,-103.4839,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,24,61,0,5,"","","Certification not required",0,2.021739,3.343246,21,"2013-05-25 00:00",8,"2013-05-07 00:00",6,"2013-05-13 00:00",4,"2013-01-10 00:00","","","","",21,21,6,4,3,1,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88101",3,43.5578,-103.4839,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8552,98,363,365,0,208,"","","Certification not required",0,3.106384,3.645291,43.5,"2013-04-16 22:00",33.7,"2013-04-16 23:00",27.9,"2013-04-10 23:00",26.5,"2013-08-12 01:00","","","","",13.9,11.2,9.2,7.5,5.3,2.8,-1,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-20" +"46","033","0132","88101",3,43.5578,-103.4839,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,0,0,"Certification not required",0,3.045125,2.542427,14.7,"2013-08-12 00:00",11.2,"2013-08-22 00:00",11,"2013-07-02 00:00",10.8,"2013-08-21 00:00","","","","",10.8,9.4,7.5,6.4,4.8,2.8,0.1,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-20" +"46","033","0132","88101",3,43.5578,-103.4839,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,3.045125,2.542427,14.7,"2013-08-12 00:00",11.2,"2013-08-22 00:00",11,"2013-07-02 00:00",10.8,"2013-08-21 00:00","","","","",10.8,9.4,7.5,6.4,4.8,2.8,0.1,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-02-20" +"46","033","0132","88103",1,43.5578,-103.4839,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88104",1,43.5578,-103.4839,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.035617,0.039451,0.2152,"2013-05-25 00:00",0.132,"2013-04-28 00:00",0.098,"2013-05-07 00:00",0.092,"2013-05-13 00:00","","","","",0.2152,0.2152,0.098,0.0814,0.051,0.0214,0.007,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88109",1,43.5578,-103.4839,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.000928,0.000465,0.0025,"2013-01-31 00:00",0.002,"2013-04-10 00:00",0.0018,"2013-05-25 00:00",0.0017,"2013-03-23 00:00","","","","",0.0025,0.0025,0.0018,0.0016,0.0012,0.0008,0.0004,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88111",1,43.5578,-103.4839,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.035413,0.029869,0.1248,"2013-05-25 00:00",0.1211,"2013-05-07 00:00",0.1038,"2013-05-13 00:00",0.0994,"2013-04-28 00:00","","","","",0.1248,0.1248,0.1038,0.0791,0.0468,0.023,0.0087,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88112",1,43.5578,-103.4839,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88114",1,43.5578,-103.4839,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",30,0.000184,9.6e-05,0.0004,"2013-01-10 00:00",0.0004,"2013-01-31 00:00",0.0004,"2013-02-21 00:00",0.0004,"2013-04-01 00:00","","","","",0.0004,0.0004,0.0004,0.0004,0.0002,0.00015,0.0001,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88115",1,43.5578,-103.4839,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",26,0.000446,0.000487,0.0022,"2013-04-28 00:00",0.0021,"2013-05-25 00:00",0.0013,"2013-03-14 00:00",0.0012,"2013-01-10 00:00","","","","",0.0022,0.0022,0.0013,0.001,0.0007,0.00015,0.00015,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88126",1,43.5578,-103.4839,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.023894,0.023497,0.1137,"2013-05-25 00:00",0.0827,"2013-04-28 00:00",0.0655,"2013-05-13 00:00",0.0649,"2013-05-07 00:00","","","","",0.1137,0.1137,0.0655,0.0572,0.0357,0.0158,0.0046,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88128",1,43.5578,-103.4839,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.000489,0.000621,0.002,"2013-04-01 00:00",0.002,"2013-04-10 00:00",0.002,"2013-05-04 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88132",1,43.5578,-103.4839,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.00083,0.000789,0.003,"2013-05-04 00:00",0.003,"2013-05-25 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-04 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88136",1,43.5578,-103.4839,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,2.1e-05,0.000146,0.001,"2013-02-24 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88140",1,43.5578,-103.4839,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",16,0.008503,0.00886,0.0375,"2013-04-28 00:00",0.0281,"2013-05-25 00:00",0.0278,"2013-05-13 00:00",0.022,"2013-03-14 00:00","","","","",0.0375,0.0375,0.0278,0.0205,0.016,0.0051,0.00105,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88152",1,43.5578,-103.4839,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",35,0.000666,0.001212,0.005,"2013-02-21 00:00",0.0043,"2013-04-01 00:00",0.0041,"2013-03-17 00:00",0.0035,"2013-03-08 00:00","","","","",0.005,0.005,0.0041,0.0023,0.0004,0.00015,0.0001,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88154",1,43.5578,-103.4839,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",27,0.000191,0.000132,0.0006,"2013-05-25 00:00",0.0005,"2013-03-08 00:00",0.0004,"2013-01-28 00:00",0.0004,"2013-02-09 00:00","","","","",0.0006,0.0006,0.0004,0.0004,0.0003,0.0001,0.0001,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88161",1,43.5578,-103.4839,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",5,0.001998,0.002112,0.0104,"2013-05-25 00:00",0.0072,"2013-04-28 00:00",0.0061,"2013-05-13 00:00",0.0054,"2013-05-07 00:00","","","","",0.0104,0.0104,0.0061,0.0047,0.0026,0.0013,0.0002,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88164",1,43.5578,-103.4839,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",21,0.000105,0.000104,0.0007,"2013-05-25 00:00",0.0003,"2013-05-04 00:00",0.0002,"2013-01-19 00:00",0.0002,"2013-01-31 00:00","","","","",0.0007,0.0007,0.0002,0.0002,0.0001,0.0001,5e-05,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88165",1,43.5578,-103.4839,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.088834,0.102685,0.5482,"2013-05-25 00:00",0.329,"2013-04-28 00:00",0.284,"2013-05-07 00:00",0.241,"2013-05-13 00:00","","","","",0.5482,0.5482,0.284,0.218,0.1415,0.0528,0.0121,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88167",1,43.5578,-103.4839,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",2,0.001444,0.000994,0.0043,"2013-02-21 00:00",0.0041,"2013-04-10 00:00",0.0035,"2013-01-16 00:00",0.0031,"2013-03-23 00:00","","","","",0.0043,0.0043,0.0035,0.0028,0.002,0.0012,0.0005,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88168",1,43.5578,-103.4839,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",19,0.000332,0.000251,0.001,"2013-05-25 00:00",0.0009,"2013-04-04 00:00",0.0008,"2013-03-26 00:00",0.0008,"2013-05-07 00:00","","","","",0.001,0.001,0.0008,0.0007,0.0005,0.0002,0.0001,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88169",1,43.5578,-103.4839,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.213598,0.15672,0.684,"2013-03-23 00:00",0.6042,"2013-05-25 00:00",0.5434,"2013-04-01 00:00",0.4997,"2013-03-17 00:00","","","","",0.684,0.684,0.5434,0.4454,0.2842,0.1585,0.0592,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88176",1,43.5578,-103.4839,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",40,0.000179,7.2e-05,0.0004,"2013-01-13 00:00",0.0004,"2013-02-27 00:00",0.0004,"2013-05-07 00:00",0.0003,"2013-01-16 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88180",1,43.5578,-103.4839,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.019547,0.016196,0.0955,"2013-05-25 00:00",0.0478,"2013-04-28 00:00",0.0408,"2013-01-16 00:00",0.0394,"2013-05-07 00:00","","","","",0.0955,0.0955,0.0408,0.0385,0.026,0.014,0.0066,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88184",1,43.5578,-103.4839,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",21,0.008085,0.011149,0.0634,"2013-05-25 00:00",0.0367,"2013-04-10 00:00",0.0324,"2013-03-14 00:00",0.0181,"2013-04-04 00:00","","","","",0.0634,0.0634,0.0324,0.0174,0.0089,0.0047,0.0016,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88185",1,43.5578,-103.4839,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",38,0.000711,0.000391,0.0024,"2013-01-31 00:00",0.002,"2013-01-28 00:00",0.0014,"2013-01-16 00:00",0.0013,"2013-04-04 00:00","","","","",0.0024,0.0024,0.0014,0.0012,0.0007,0.00065,0.0004,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88203",1,43.5578,-103.4839,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",31,0.005993,0.002993,0.0126,"2013-04-19 00:00",0.0108,"2013-04-28 00:00",0.0107,"2013-04-10 00:00",0.0096,"2013-01-16 00:00","","","","",0.0126,0.0126,0.0107,0.0092,0.0087,0.0064,0.0028,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88306",1,43.5578,-103.4839,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.322679,0.44009,2.3522,"2013-03-08 00:00",1.6107,"2013-02-21 00:00",1.535,"2013-03-17 00:00",0.6924,"2013-03-26 00:00","","","","",2.3522,2.3522,1.535,0.5504,0.3456,0.2086,0.0551,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88320",1,43.5578,-103.4839,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.31766,0.218585,0.9,"2013-05-25 00:00",0.89,"2013-04-16 00:00",0.77,"2013-05-13 00:00",0.73,"2013-01-16 00:00","","","","",0.9,0.9,0.77,0.68,0.43,0.24,0.11,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88321",1,43.5578,-103.4839,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.057021,0.036648,0.17,"2013-04-16 00:00",0.16,"2013-01-16 00:00",0.12,"2013-01-13 00:00",0.11,"2013-03-23 00:00","","","","",0.17,0.17,0.12,0.11,0.08,0.05,0.02,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88324",1,43.5578,-103.4839,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",43,0.020655,0.010523,0.061,"2013-01-16 00:00",0.0607,"2013-04-16 00:00",0.0282,"2013-01-07 00:00",0.02815,"2013-01-04 00:00","","","","",0.061,0.061,0.0282,0.0279,0.02735,0.0157,0.0096,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88325",1,43.5578,-103.4839,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",18,0.06326,0.046328,0.222,"2013-05-25 00:00",0.1715,"2013-05-13 00:00",0.1649,"2013-04-16 00:00",0.1321,"2013-03-23 00:00","","","","",0.222,0.222,0.1649,0.1287,0.083,0.0449,0.0187,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88326",1,43.5578,-103.4839,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",22,0.08679,0.072517,0.2659,"2013-05-13 00:00",0.2604,"2013-04-16 00:00",0.2475,"2013-01-13 00:00",0.2454,"2013-01-16 00:00","","","","",0.2659,0.2659,0.2475,0.2328,0.1166,0.0622,0.02325,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88327",1,43.5578,-103.4839,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",5,0.066318,0.045833,0.1985,"2013-04-16 00:00",0.1943,"2013-05-25 00:00",0.1548,"2013-05-13 00:00",0.1323,"2013-01-16 00:00","","","","",0.1985,0.1985,0.1548,0.1321,0.0915,0.0516,0.01405,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88328",1,43.5578,-103.4839,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.094685,0.063124,0.2754,"2013-05-25 00:00",0.2166,"2013-03-11 00:00",0.2062,"2013-04-16 00:00",0.2056,"2013-04-04 00:00","","","","",0.2754,0.2754,0.2062,0.2012,0.1394,0.0754,0.0306,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88329",1,43.5578,-103.4839,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.11475,0.080558,0.3211,"2013-05-25 00:00",0.297,"2013-04-16 00:00",0.2727,"2013-01-16 00:00",0.26,"2013-03-11 00:00","","","","",0.3211,0.3211,0.2727,0.2331,0.1844,0.0854,0.0342,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88330",1,43.5578,-103.4839,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.036676,0.020078,0.0896,"2013-03-23 00:00",0.0778,"2013-04-16 00:00",0.0739,"2013-05-13 00:00",0.0672,"2013-04-04 00:00","","","","",0.0896,0.0896,0.0739,0.0656,0.0483,0.0348,0.0111,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88331",1,43.5578,-103.4839,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",20,3.7e-05,5.6e-05,0.0003,"2013-03-23 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.0003,0.0003,0.0001,0.0001,5e-05,0,0,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88338",1,43.5578,-103.4839,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",45,0.016389,0.006044,0.0427,"2013-04-10 00:00",0.0292,"2013-04-13 00:00",0.0238,"2013-02-27 00:00",0.02355,"2013-02-21 00:00","","","","",0.0427,0.0427,0.0238,0.02345,0.01595,0.0152,0.0107,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88339",1,43.5578,-103.4839,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.881047,0.646475,2.8215,"2013-03-23 00:00",2.49228,"2013-05-25 00:00",2.24144,"2013-04-01 00:00",2.06122,"2013-03-17 00:00","","","","",2.8215,2.8215,2.24144,1.83723,1.17245,0.65369,0.24416,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88344",1,43.5578,-103.4839,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.416443,0.567586,3.0343,"2013-03-08 00:00",2.0778,"2013-02-21 00:00",1.9802,"2013-03-17 00:00",0.8932,"2013-03-26 00:00","","","","",3.0343,3.0343,1.9802,0.71,0.4458,0.2691,0.0711,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88348",1,43.5578,-103.4839,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.418821,0.448202,2.3371,"2013-05-25 00:00",1.4854,"2013-04-28 00:00",1.2854,"2013-05-07 00:00",1.1418,"2013-05-13 00:00","","","","",2.3371,2.3371,1.2854,0.9783,0.6485,0.2615,0.0704,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88350",1,43.5578,-103.4839,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.571119,0.394333,1.6288,"2013-05-25 00:00",1.6033,"2013-04-16 00:00",1.3936,"2013-05-13 00:00",1.3102,"2013-01-16 00:00","","","","",1.6288,1.6288,1.3936,1.2184,0.7727,0.4315,0.1933,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88403",1,43.5578,-103.4839,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.59017,0.437619,1.9584,"2013-03-23 00:00",1.5644,"2013-05-25 00:00",1.5507,"2013-04-01 00:00",1.452,"2013-03-17 00:00","","","","",1.9584,1.9584,1.5507,1.2299,0.8088,0.4513,0.166,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","033","0132","88502",1,43.5578,-103.4839,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,2.234043,1.395688,7.7,"2013-05-25 00:00",4.6,"2013-03-08 00:00",4.6,"2013-03-23 00:00",4.1,"2013-05-13 00:00","","","","",7.7,7.7,4.6,4,3.1,1.9,0.9,"Wind Cave National Park, Visitor Center","WIND CAVE NATIONAL PARK, SOUTH DAKOTA","South Dakota","Custer","","","2014-01-28" +"46","071","0001","42401",3,43.74561,-101.941218,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6450,74,273,365,0,102,0,"","Certification not required",0,0.672161,2.027376,24.7,"2013-05-30 12:00",9.6,"2013-05-16 04:00",9.4,"2013-05-17 02:00",9.1,"2013-05-18 01:00","","","","",9.4,8,1.3,0.8,0.5,0.4,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42401",3,43.74561,-101.941218,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6450,74,273,365,0,102,"","","Certification not required",0,0.257628,0.643091,24.7,"2013-05-30 12:00",9.6,"2013-05-16 04:00",9.4,"2013-05-17 02:00",9.1,"2013-05-18 01:00","","","","",2.9,0.8,0.6,0.5,0.3,0.2,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42401",3,43.74561,-101.941218,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.257509,0.389603,3.1,"2013-05-17 00:00",2.7,"2013-05-19 00:00",2.5,"2013-05-18 00:00",2.2,"2013-05-16 00:00","","","","",2.5,1.6,0.6,0.5,0.4,0.3,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42401",3,43.74561,-101.941218,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2112,72,272,365,0,0,"",0,"Certification not required",0,0.241951,0.487,8.3,"2013-05-30 14:00",6.6,"2013-05-16 05:00",5.9,"2013-05-17 02:00",5,"2013-05-19 17:00","","","","",2.5,1.4,0.6,0.4,0.3,0.2,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42406",4,43.74561,-101.941218,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6314,72,265,365,0,238,"","","Certification not required",0,0.768166,3.772679,182.2,"2013-05-30 12:00",50.2,"2013-05-30 11:00",42.2,"2013-05-18 01:00",42,"2013-05-16 05:00","","","","",18.3,12.6,0.8,0.6,0.5,0.4,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42601",3,43.74561,-101.941218,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6450,74,273,365,0,102,"","","Certification not required",0,0.294791,0.942501,30.1,"2013-05-30 12:00",10.8,"2013-05-17 05:00",10.1,"2013-05-18 01:00",9.5,"2013-05-19 16:00","","","","",5.1,3.2,1.5,0.8,0.1,0,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42602",3,43.74561,-101.941218,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6450,74,273,365,0,102,0,"","Certification not required",0,1.869231,1.220025,7.7,"2013-05-17 05:00",7.7,"2013-05-18 06:00",7.4,"2013-05-16 06:00",6.9,"2013-05-15 01:00","","","","",7.4,6.8,4.1,3,2.1,1.6,0.9,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42602",3,43.74561,-101.941218,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6450,74,273,365,0,102,"","","Certification not required",0,1.077519,0.732105,7.7,"2013-05-17 05:00",7.7,"2013-05-18 06:00",7.4,"2013-05-16 06:00",6.9,"2013-05-15 01:00","","","","",4,3,2.3,1.8,1.3,0.9,0.4,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","42603",3,43.74561,-101.941218,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6450,74,273,365,0,102,"","","Certification not required",0,1.184031,1.010369,32.7,"2013-05-30 12:00",11.2,"2013-05-15 05:00",10.9,"2013-05-15 23:00",9.4,"2013-05-19 15:00","","","","",4.6,3.8,2.8,2.2,1.5,1,0.4,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","44201",3,43.74561,-101.941218,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6288,100,122,122,0,264,0,0,"Certification not required",0,0.048295,0.008797,0.073,"2013-07-13 16:00",0.07,"2013-09-06 14:00",0.066,"2013-07-11 22:00",0.064,"2013-07-09 15:00","","","","",0.07,0.066,0.064,0.061,0.055,0.051,0.046,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","44201",3,43.74561,-101.941218,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6418,100,122,122,0,0,0,0,"Certification not required",0,0.044721,0.008368,0.068,"2013-07-13 12:00",0.063,"2013-07-11 10:00",0.062,"2013-07-09 10:00",0.062,"2013-09-06 09:00","","","","",0.063,0.062,0.06,0.057,0.05,0.048,0.042,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","44201",3,43.74561,-101.941218,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6418,100,122,122,0,0,0,0,"Certification not required",0,0.044721,0.008368,0.068,"2013-07-13 12:00",0.063,"2013-07-11 10:00",0.062,"2013-07-09 10:00",0.062,"2013-09-06 09:00","","","","",0.063,0.062,0.06,0.057,0.05,0.048,0.042,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2013-12-27" +"46","071","0001","81102",3,43.74561,-101.941218,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8311,95,349,365,0,449,"","","Certification not required",2673,10.082782,11.136475,283,"2013-01-11 17:00",179,"2013-01-11 16:00",138,"2013-01-11 20:00",129,"2013-01-11 18:00","","","","",48,40,30,23,14,7,2,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-02-21" +"46","071","0001","81102",3,43.74561,-101.941218,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",349,96,349,365,0,0,0,0,"Certification not required",0,9.65616,6.885087,51,"2013-01-11 00:00",40,"2013-05-25 00:00",40,"2013-09-08 00:00",30,"2013-09-06 00:00","","","","",30,28,24,19,13,7,3,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-02-21" +"46","071","0001","85101",2,43.74561,-101.941218,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,5.66262,5.008196,29.4436,"2013-05-25 00:00",18.4999,"2013-05-10 00:00",16.9454,"2013-05-16 00:00",10.8218,"2013-03-08 00:00","","","","",29.4436,29.4436,16.9454,10.5421,5.7484,4.1481,1.9405,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","86502",1,43.74561,-101.941218,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,2.795918,3.8023,21,"2013-05-25 00:00",13,"2013-05-10 00:00",12,"2013-05-16 00:00",7,"2013-03-17 00:00","","","","",21,21,12,6,3,2,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88101",3,43.74561,-101.941218,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8332,95,358,365,0,428,"","","Certification not required",0,5.443555,4.650318,136.4,"2013-04-09 04:00",106.6,"2013-04-09 05:00",52.5,"2013-04-09 03:00",41.1,"2013-04-09 06:00","","","","",19.1,16.9,13.4,11,7.4,4.7,1,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-02-21" +"46","071","0001","88101",3,43.74561,-101.941218,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,0,0,"Certification not required",0,5.424638,3.36933,24.1,"2013-04-09 00:00",17,"2013-03-08 00:00",17,"2013-03-09 00:00",15.7,"2013-07-01 00:00","","","","",15.7,14.3,12.1,10.7,6.6,4.7,2.1,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-02-21" +"46","071","0001","88101",3,43.74561,-101.941218,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",345,95,345,365,0,0,"","","Certification not required",0,5.424638,3.36933,24.1,"2013-04-09 00:00",17,"2013-03-08 00:00",17,"2013-03-09 00:00",15.7,"2013-07-01 00:00","","","","",15.7,14.3,12.1,10.7,6.6,4.7,2.1,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-02-21" +"46","071","0001","88103",1,43.74561,-101.941218,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88104",1,43.74561,-101.941218,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.04142,0.046927,0.1902,"2013-04-25 00:00",0.175,"2013-05-25 00:00",0.1703,"2013-04-28 00:00",0.1629,"2013-05-10 00:00","","","","",0.1902,0.1902,0.1703,0.1041,0.041,0.0227,0.0077,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88109",1,43.74561,-101.941218,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",1,0.000869,0.000581,0.0035,"2013-01-31 00:00",0.0018,"2013-03-08 00:00",0.0018,"2013-05-25 00:00",0.0016,"2013-03-23 00:00","","","","",0.0035,0.0035,0.0018,0.0015,0.0012,0.0008,0.0003,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88111",1,43.74561,-101.941218,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.037065,0.033881,0.1358,"2013-05-10 00:00",0.1157,"2013-04-25 00:00",0.1121,"2013-04-28 00:00",0.1034,"2013-05-16 00:00","","","","",0.1358,0.1358,0.1121,0.0929,0.0386,0.0238,0.0088,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88112",1,43.74561,-101.941218,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88114",1,43.74561,-101.941218,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",28,0.000214,0.000205,0.0014,"2013-02-09 00:00",0.0005,"2013-03-08 00:00",0.0005,"2013-05-25 00:00",0.0004,"2013-01-22 00:00","","","","",0.0014,0.0014,0.0005,0.0004,0.0003,0.00015,0.0001,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88115",1,43.74561,-101.941218,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",30,0.000401,0.000424,0.0017,"2013-05-25 00:00",0.0016,"2013-01-19 00:00",0.0016,"2013-05-16 00:00",0.0014,"2013-01-25 00:00","","","","",0.0017,0.0017,0.0016,0.0011,0.0005,0.00015,0.00015,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88126",1,43.74561,-101.941218,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.028135,0.027775,0.1124,"2013-05-10 00:00",0.1102,"2013-04-25 00:00",0.1036,"2013-04-28 00:00",0.094,"2013-05-25 00:00","","","","",0.1124,0.1124,0.1036,0.0661,0.0312,0.0167,0.0064,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88128",1,43.74561,-101.941218,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000571,0.000577,0.002,"2013-03-08 00:00",0.002,"2013-05-13 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88132",1,43.74561,-101.941218,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.001,0.001061,0.005,"2013-05-10 00:00",0.003,"2013-03-08 00:00",0.003,"2013-04-25 00:00",0.003,"2013-04-28 00:00","","","","",0.005,0.005,0.003,0.003,0.001,0.001,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88136",1,43.74561,-101.941218,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88140",1,43.74561,-101.941218,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",14,0.010085,0.01271,0.0603,"2013-05-10 00:00",0.0499,"2013-04-25 00:00",0.0419,"2013-04-28 00:00",0.0296,"2013-05-07 00:00","","","","",0.0603,0.0603,0.0419,0.0266,0.0101,0.0057,0.00105,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88152",1,43.74561,-101.941218,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",29,0.000927,0.001379,0.0058,"2013-03-23 00:00",0.0045,"2013-03-05 00:00",0.0035,"2013-03-08 00:00",0.0035,"2013-04-01 00:00","","","","",0.0058,0.0058,0.0035,0.0035,0.001,0.00015,0.0001,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88154",1,43.74561,-101.941218,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",24,0.00022,0.000187,0.0009,"2013-05-16 00:00",0.0008,"2013-05-25 00:00",0.0007,"2013-05-10 00:00",0.0006,"2013-05-19 00:00","","","","",0.0009,0.0009,0.0007,0.0004,0.0002,0.0002,0.0001,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88161",1,43.74561,-101.941218,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.002247,0.002468,0.0106,"2013-04-25 00:00",0.0095,"2013-04-28 00:00",0.009,"2013-05-25 00:00",0.0077,"2013-05-10 00:00","","","","",0.0106,0.0106,0.009,0.0053,0.0023,0.0013,0.0005,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88164",1,43.74561,-101.941218,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",20,0.0001,6.3e-05,0.0003,"2013-05-07 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-01-31 00:00",0.0002,"2013-03-11 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,5e-05,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88165",1,43.74561,-101.941218,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.106157,0.116569,0.4781,"2013-05-25 00:00",0.4174,"2013-05-10 00:00",0.4103,"2013-04-28 00:00",0.3971,"2013-04-25 00:00","","","","",0.4781,0.4781,0.4103,0.3103,0.1173,0.0614,0.0166,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88167",1,43.74561,-101.941218,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",1,0.001452,0.000996,0.005,"2013-03-08 00:00",0.0045,"2013-02-21 00:00",0.004,"2013-04-25 00:00",0.0027,"2013-04-10 00:00","","","","",0.005,0.005,0.004,0.0025,0.0019,0.0012,0.0006,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88168",1,43.74561,-101.941218,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",25,0.000324,0.000306,0.0013,"2013-04-25 00:00",0.0011,"2013-05-25 00:00",0.0009,"2013-04-28 00:00",0.0009,"2013-05-13 00:00","","","","",0.0013,0.0013,0.0009,0.0008,0.0005,0.00015,0.0001,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88169",1,43.74561,-101.941218,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.265122,0.196545,0.7392,"2013-03-23 00:00",0.7309,"2013-02-27 00:00",0.7007,"2013-03-08 00:00",0.6713,"2013-05-25 00:00","","","","",0.7392,0.7392,0.7007,0.6252,0.3311,0.2242,0.0619,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88176",1,43.74561,-101.941218,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",43,0.000174,6.9e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-02-18 00:00",0.0004,"2013-03-29 00:00",0.0003,"2013-02-15 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88180",1,43.74561,-101.941218,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.02008,0.016099,0.0859,"2013-05-25 00:00",0.0571,"2013-04-25 00:00",0.0551,"2013-04-28 00:00",0.0545,"2013-05-10 00:00","","","","",0.0859,0.0859,0.0551,0.0431,0.0232,0.0155,0.0077,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88184",1,43.74561,-101.941218,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",14,0.014174,0.016278,0.0768,"2013-04-10 00:00",0.0596,"2013-01-31 00:00",0.0481,"2013-05-25 00:00",0.0414,"2013-04-25 00:00","","","","",0.0768,0.0768,0.0481,0.0388,0.017,0.009,0.0016,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88185",1,43.74561,-101.941218,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",43,0.000748,0.000401,0.0025,"2013-05-16 00:00",0.002,"2013-02-06 00:00",0.0018,"2013-04-28 00:00",0.0016,"2013-01-04 00:00","","","","",0.0025,0.0025,0.0018,0.0009,0.0007,0.0007,0.0004,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88203",1,43.74561,-101.941218,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",27,0.007715,0.005404,0.0256,"2013-03-05 00:00",0.0254,"2013-02-09 00:00",0.0216,"2013-03-26 00:00",0.0153,"2013-04-28 00:00","","","","",0.0256,0.0256,0.0216,0.0146,0.0088,0.0081,0.00285,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88306",1,43.74561,-101.941218,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.366082,0.398967,2.2865,"2013-03-08 00:00",1.4684,"2013-02-21 00:00",1.0449,"2013-02-09 00:00",0.9078,"2013-02-24 00:00","","","","",2.2865,2.2865,1.0449,0.775,0.4613,0.2291,0.1011,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88320",1,43.74561,-101.941218,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.292041,0.194057,1.16,"2013-05-25 00:00",0.76,"2013-05-13 00:00",0.68,"2013-05-16 00:00",0.65,"2013-03-08 00:00","","","","",1.16,1.16,0.68,0.55,0.35,0.22,0.13,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88321",1,43.74561,-101.941218,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.049388,0.031452,0.16,"2013-01-01 00:00",0.11,"2013-03-08 00:00",0.11,"2013-05-25 00:00",0.09,"2013-01-04 00:00","","","","",0.16,0.16,0.11,0.09,0.07,0.04,0.02,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88324",1,43.74561,-101.941218,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",47,0.019502,0.006835,0.0348,"2013-03-17 00:00",0.0294,"2013-01-28 00:00",0.0293,"2013-01-13 00:00",0.0292,"2013-01-07 00:00","","","","",0.0348,0.0348,0.0293,0.0291,0.027,0.0158,0.01005,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88325",1,43.74561,-101.941218,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",19,0.059866,0.047635,0.2756,"2013-05-25 00:00",0.194,"2013-05-13 00:00",0.1519,"2013-05-16 00:00",0.1437,"2013-03-08 00:00","","","","",0.2756,0.2756,0.1519,0.1137,0.066,0.0449,0.0302,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88326",1,43.74561,-101.941218,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",24,0.07686,0.059784,0.3037,"2013-05-25 00:00",0.2126,"2013-05-16 00:00",0.2075,"2013-05-13 00:00",0.177,"2013-04-28 00:00","","","","",0.3037,0.3037,0.2075,0.1451,0.106,0.0522,0.0241,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88327",1,43.74561,-101.941218,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",2,0.061402,0.037695,0.2192,"2013-05-25 00:00",0.1516,"2013-03-08 00:00",0.137,"2013-05-13 00:00",0.1287,"2013-05-16 00:00","","","","",0.2192,0.2192,0.137,0.1084,0.0739,0.0513,0.0267,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88328",1,43.74561,-101.941218,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.090237,0.064132,0.3669,"2013-05-25 00:00",0.2442,"2013-03-08 00:00",0.2286,"2013-05-13 00:00",0.1984,"2013-05-10 00:00","","","","",0.3669,0.3669,0.2286,0.1833,0.1083,0.0765,0.0335,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88329",1,43.74561,-101.941218,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.108151,0.074685,0.4244,"2013-05-25 00:00",0.313,"2013-03-08 00:00",0.2446,"2013-05-13 00:00",0.2172,"2013-05-10 00:00","","","","",0.4244,0.4244,0.2446,0.2147,0.129,0.0928,0.0352,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88330",1,43.74561,-101.941218,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",1,0.03088,0.017161,0.0718,"2013-05-13 00:00",0.071,"2013-01-01 00:00",0.0656,"2013-04-25 00:00",0.0568,"2013-04-13 00:00","","","","",0.0718,0.0718,0.0656,0.0567,0.0371,0.0277,0.013,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88331",1,43.74561,-101.941218,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",21,5.2e-05,0.000144,0.001,"2013-04-13 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88338",1,43.74561,-101.941218,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",45,0.017038,0.006613,0.04,"2013-01-19 00:00",0.0357,"2013-04-16 00:00",0.0324,"2013-05-04 00:00",0.0243,"2013-02-09 00:00","","","","",0.04,0.04,0.0324,0.02385,0.0222,0.01515,0.01075,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88339",1,43.74561,-101.941218,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,1.093613,0.810748,3.0492,"2013-03-23 00:00",3.01484,"2013-02-27 00:00",2.89055,"2013-03-08 00:00",2.76903,"2013-05-25 00:00","","","","",3.0492,3.0492,2.89055,2.57887,1.36571,0.92478,0.25534,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88344",1,43.74561,-101.941218,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.472259,0.514648,2.9496,"2013-03-08 00:00",1.8942,"2013-02-21 00:00",1.3479,"2013-02-09 00:00",1.1711,"2013-02-24 00:00","","","","",2.9496,2.9496,1.3479,0.9994,0.5951,0.2955,0.1304,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88348",1,43.74561,-101.941218,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.488192,0.513409,1.971,"2013-05-25 00:00",1.9061,"2013-05-10 00:00",1.8831,"2013-04-25 00:00",1.8482,"2013-04-28 00:00","","","","",1.971,1.971,1.8831,1.3164,0.5619,0.2762,0.0876,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88350",1,43.74561,-101.941218,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.526888,0.349637,2.0957,"2013-05-25 00:00",1.3759,"2013-05-13 00:00",1.2224,"2013-05-16 00:00",1.1639,"2013-03-08 00:00","","","","",2.0957,2.0957,1.2224,0.9891,0.6329,0.4046,0.2426,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88403",1,43.74561,-101.941218,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.769853,0.586148,2.2315,"2013-03-23 00:00",2.1138,"2013-03-08 00:00",2.1118,"2013-02-27 00:00",1.9454,"2013-04-01 00:00","","","","",2.2315,2.2315,2.1118,1.9268,0.9539,0.6597,0.1697,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","071","0001","88502",1,43.74561,-101.941218,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,2.377551,1.553929,8.4,"2013-05-25 00:00",6.1,"2013-03-08 00:00",4.9,"2013-04-25 00:00",4.9,"2013-05-10 00:00","","","","",8.4,8.4,4.9,4.7,3.1,1.8,0.9,"SOUTH OF BADLANDS NP HEADQUARTERS","BADLANDS PO BOX 6 HEADQUARTERS","South Dakota","Jackson","","","2014-01-28" +"46","093","0001","44201",3,44.155636,-103.315765,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6106,86,105,122,0,446,0,0,"Certification not required",57,0.043552,0.012119,0.071,"2013-02-13 15:00",0.068,"2013-06-04 13:00",0.068,"2013-07-09 13:00",0.067,"2013-07-07 18:00","","","","",0.068,0.068,0.065,0.061,0.056,0.053,0.049,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-19" +"46","093","0001","44201",3,44.155636,-103.315765,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6126,84,102,122,0,0,0,0,"Certification not required",0,0.039627,0.011466,0.064,"2013-07-07 11:00",0.064,"2013-07-09 11:00",0.063,"2013-07-03 11:00",0.061,"2013-06-24 09:00","","","","",0.064,0.063,0.059,0.057,0.053,0.049,0.046,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-19" +"46","093","0001","44201",3,44.155636,-103.315765,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6126,84,102,122,0,0,0,0,"Certification not required",0,0.039627,0.011466,0.064,"2013-07-07 11:00",0.064,"2013-07-09 11:00",0.063,"2013-07-03 11:00",0.061,"2013-06-24 09:00","","","","",0.064,0.063,0.059,0.057,0.053,0.049,0.046,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-19" +"46","093","0001","61103",3,44.155636,-103.315765,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5938,68,246,365,0,614,"","","Certification not required",0,6.208067,5.13613,28.2,"2013-03-09 13:00",28,"2013-03-09 15:00",27.8,"2013-03-09 16:00",27.2,"2013-03-09 14:00","","","","",21,19.3,16.5,13.9,9.2,4.9,0.7,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-31" +"46","093","0001","61104",3,44.155636,-103.315765,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5938,68,246,365,0,614,"","","Certification not required",0,216.419737,103.266223,359.8,"2013-05-13 10:00",359.7,"2013-05-22 10:00",359.7,"2013-06-28 12:00",359.7,"2013-08-05 07:00","","","","",357.4,355.7,350.6,342.1,319.1,230.7,61.4,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-31" +"46","093","0001","61106",3,44.155636,-103.315765,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5938,68,246,365,0,614,"","","Certification not required",0,12.058336,4.662306,44.1,"2013-01-14 02:00",42.8,"2013-01-25 22:00",40.4,"2013-01-10 04:00",40.3,"2013-01-01 05:00","","","","",28.3,26,21.6,18.4,13.4,11,7.7,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-31" +"46","093","0001","62101",3,44.155636,-103.315765,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5927,68,246,365,0,625,"","","Certification not required",0,51.447781,21.878749,134,"2013-04-13 13:00",121,"2013-04-13 14:00",121,"2013-04-14 08:00",115,"2013-04-12 12:00","","","","",92,89,84,79,69,53,22,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2013-12-31" +"46","093","0001","81102",1,44.155636,-103.315765,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,13.666667,7.911442,41,"2013-07-03 00:00",35,"2013-08-20 00:00",31,"2013-09-07 00:00",25,"2013-05-16 00:00","","","","",41,41,31,23,17,12,6,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2014-01-15" +"46","093","0001","85101",1,44.155636,-103.315765,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,37,45,122,0,0,"","","Certification not required",0,12.466667,6.903886,36,"2013-07-03 00:00",31,"2013-08-20 00:00",27,"2013-09-07 00:00",23,"2013-05-16 00:00","","","","",36,36,27,22,15,11,6,"BLACK HAWK ELEMENTARY SCHOOL GROUNDS","7108 SEEAIRE ST - BLACK HAWK ELEMENTARY","South Dakota","Meade","Not in a city","Rapid City, SD","2014-01-15" +"46","099","0006","68105",1,43.544289,-96.726435,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",88,100,45,61,0,0,"","","Certification not required",0,12.381818,12.985965,30.9,"2013-07-18 00:00",30.3,"2013-08-26 00:00",30.3,"2013-08-29 00:00",29.2,"2013-07-06 00:00","","","","",30.9,30.3,28.7,27.5,23.9,17.3,-4.6,"","500 S. PHILLIPS KELO SITE","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0006","68108",1,43.544289,-96.726435,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,45,61,0,0,"","","Certification not required",0,721.613636,3.946282,731,"2013-05-01 00:00",729,"2013-02-15 00:00",729,"2013-03-20 00:00",729,"2013-03-26 00:00","","","","",731,729,729,726,724,722,717,"","500 S. PHILLIPS KELO SITE","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0006","88101",1,43.544289,-96.726435,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,71,87,122,0,5,0,0,"Certification not required",0,9.121591,5.443196,34.7,"2013-02-24 00:00",22.8,"2013-07-03 00:00",21.8,"2013-02-09 00:00",21.8,"2013-07-02 00:00","","","","",34.7,22.8,18.4,16.3,11.3,7.6,4.3,"","500 S. PHILLIPS KELO SITE","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0006","88101",1,43.544289,-96.726435,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,71,87,122,0,5,"","","Certification not required",0,9.121591,5.443196,34.7,"2013-02-24 00:00",22.8,"2013-07-03 00:00",21.8,"2013-02-09 00:00",21.8,"2013-07-02 00:00","","","","",34.7,22.8,18.4,16.3,11.3,7.6,4.3,"","500 S. PHILLIPS KELO SITE","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","42101",3,43.54792,-96.700769,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",6151,70,258,365,0,401,0,0,"Certification not required",0,0.182767,0.061322,1.1,"2013-08-09 08:00",0.738,"2013-03-26 06:00",0.701,"2013-03-29 06:00",0.7,"2013-07-02 07:00","","","","",0.412,0.334,0.3,0.228,0.2,0.18,0.1,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42101",3,43.54792,-96.700769,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6200,71,258,365,0,0,0,0,"Certification not required",0,0.189806,0.05373,0.5,"2013-03-02 07:00",0.5,"2013-03-02 08:00",0.5,"2013-03-02 09:00",0.5,"2013-09-21 01:00",0.5,"2013-03-02 07:00",0.5,"2013-09-21 01:00",0.4,0.3,0.3,0.2,0.2,0.2,0.1,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42401",3,43.54792,-96.700769,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6481,74,272,365,0,71,0,"","Certification not required",0,0.845221,0.516923,3.8,"2013-05-16 03:00",3.2,"2013-07-11 14:00",3,"2013-01-21 03:00",2.7,"2013-05-12 06:00","","","","",3,2.6,1.7,1.4,1,0.7,0.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42401",3,43.54792,-96.700769,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6481,74,272,365,0,71,"","","Certification not required",0,0.506727,0.217451,3.8,"2013-05-16 03:00",3.2,"2013-07-11 14:00",3,"2013-01-21 03:00",3,"2013-07-11 17:00","","","","",1.3,1.1,0.9,0.7,0.5,0.4,0.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42401",3,43.54792,-96.700769,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,0.505882,0.135431,1.1,"2013-02-17 00:00",1.1,"2013-07-11 00:00",1,"2013-05-16 00:00",0.9,"2013-01-21 00:00","","","","",1,0.9,0.8,0.7,0.6,0.5,0.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42401",3,43.54792,-96.700769,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2131,73,271,365,0,0,"",0,"Certification not required",0,0.487377,0.189353,2.7,"2013-07-11 17:00",2.5,"2013-05-16 05:00",2.1,"2013-07-11 14:00",1.9,"2013-01-01 05:00","","","","",1.2,1.1,0.8,0.7,0.5,0.4,0.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42406",4,43.54792,-96.700769,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6473,74,272,365,0,79,"","","Certification not required",0,0.575483,0.328187,7.2,"2013-01-30 13:00",5.7,"2013-05-12 06:00",5.6,"2013-06-28 02:00",5.3,"2013-05-16 04:00","","","","",1.8,1.5,1.1,0.8,0.6,0.5,0.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42600",4,43.54792,-96.700769,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6475,74,272,365,0,77,"","","Certification not required",0,6.324772,6.286803,96.9,"2013-01-05 06:00",91.6,"2013-01-07 23:00",80.1,"2013-01-08 01:00",78.5,"2013-01-08 00:00","","","","",35.6,25.7,15.6,10.9,7.1,4.7,2.3,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42601",3,43.54792,-96.700769,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6454,74,272,365,0,98,"","","Certification not required",0,1.167818,2.794753,70,"2013-01-08 00:00",60.5,"2013-01-07 23:00",59.4,"2013-01-04 21:00",57.3,"2013-01-05 06:00","","","","",12.3,7,3.3,2.1,1.2,0.6,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42601",4,43.54792,-96.700769,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",6475,74,272,365,0,77,"","","Certification not required",0,1.071737,2.568853,57.3,"2013-01-05 06:00",51.7,"2013-01-07 23:00",50.2,"2013-09-21 07:00",44,"2013-01-08 01:00","","","","",11.6,6.8,3.2,2,1,0.6,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42602",3,43.54792,-96.700769,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6453,74,272,365,0,99,0,"","Certification not required",0,12.144485,7.787792,43.6,"2013-02-23 05:00",37,"2013-01-07 18:00",36.7,"2013-01-04 21:00",36.6,"2013-03-02 02:00","","","","",36.7,34,29.7,22.6,15.8,9.9,4.7,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42602",3,43.54792,-96.700769,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6453,74,272,365,0,99,"","","Certification not required",0,4.969751,4.386091,43.6,"2013-02-23 05:00",39.5,"2013-02-23 04:00",37.7,"2013-02-23 02:00",37.4,"2013-02-23 03:00","","","","",24.7,19.2,13.1,9.2,5.6,3.7,1.8,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","42603",3,43.54792,-96.700769,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6454,74,272,365,0,98,"","","Certification not required",0,6.129904,6.463279,103.4,"2013-01-08 00:00",96.1,"2013-01-04 21:00",96,"2013-01-07 23:00",91.4,"2013-01-05 06:00","","","","",35.7,26.4,15.6,10.9,6.7,4.5,2.1,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","44201",3,43.54792,-96.700769,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6334,94,115,122,0,218,0,0,"Certification not required",34,0.054157,0.010605,0.084,"2013-07-06 17:00",0.082,"2013-07-11 17:00",0.082,"2013-07-12 14:00",0.076,"2013-07-04 15:00","","","","",0.082,0.082,0.076,0.07,0.063,0.057,0.052,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","44201",3,43.54792,-96.700769,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6378,94,115,122,0,0,0,0,"Certification not required",0,0.050426,0.010166,0.079,"2013-07-12 11:00",0.074,"2013-07-06 12:00",0.073,"2013-07-04 11:00",0.072,"2013-07-05 10:00","","","","",0.074,0.073,0.071,0.066,0.058,0.054,0.049,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","44201",3,43.54792,-96.700769,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6378,94,115,122,0,0,1,1,"Certification not required",0,0.050426,0.010166,0.079,"2013-07-12 11:00",0.074,"2013-07-06 12:00",0.073,"2013-07-04 11:00",0.072,"2013-07-05 10:00","","","","",0.074,0.073,0.071,0.066,0.058,0.054,0.049,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","61103",3,43.54792,-96.700769,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6498,74,270,365,0,54,"","","Certification not required",0,4.849954,2.646759,15.4,"2013-06-03 15:00",15.2,"2013-06-03 16:00",14.2,"2013-03-17 20:00",14.1,"2013-04-14 05:00","","","","",11.5,10.7,9.6,8.4,6.6,4.7,1.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","61104",3,43.54792,-96.700769,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6498,74,270,365,0,54,"","","Certification not required",0,180.987319,103.842271,359.9,"2013-05-11 02:00",359.8,"2013-07-27 19:00",359.7,"2013-06-06 02:00",359.6,"2013-04-26 13:00","","","","",357.1,355,348,333.8,273.3,174.8,33,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","61106",3,43.54792,-96.700769,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6498,74,270,365,0,54,"","","Certification not required",0,18.978255,7.166823,58.9,"2013-09-01 19:00",52.1,"2013-07-27 04:00",51.5,"2013-07-01 03:00",51.2,"2013-07-19 19:00","","","","",41.4,37.7,33,28.9,22.5,17.7,11.6,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","62101",3,43.54792,-96.700769,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2880,33,120,365,0,3672,"","","Certification not required",0,32.576389,16.11494,85,"2013-04-28 14:00",83,"2013-04-28 13:00",82,"2013-04-28 15:00",80,"2013-04-28 12:00","","","","",74,69,61,54,42,33,12,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","62201",3,43.54792,-96.700769,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Percent relative humidity","No Events",6461,74,269,365,0,91,"","","Certification not required",0,74.190683,17.457889,100,"2013-01-10 20:00",100,"2013-01-10 21:00",100,"2013-01-10 22:00",100,"2013-01-10 23:00","","","","",100,100,98,95,88,77,49,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","68103",5,43.54792,-96.700769,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",91,100,51,61,0,15,"","","Certification not required",0,4.463736,11.362653,23.5,"2013-08-26 00:00",22,"2013-06-27 00:00",21.5,"2013-08-29 00:00",20.1,"2013-09-07 00:00","","","","",23.5,22,19.6,18.5,14.5,5.6,-11.5,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","68104",5,43.54792,-96.700769,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",91,100,51,61,0,15,"","","Certification not required",0,15.241758,12.174309,33,"2013-08-29 00:00",32.6,"2013-08-26 00:00",32,"2013-07-12 00:00",31.9,"2013-09-04 00:00","","","","",33,32.6,31.8,30,25.6,17.8,-1.8,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","68105",1,43.54792,-96.700769,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",90,74,90,122,0,0,"","","Certification not required",0,11.237778,12.741788,30.3,"2013-07-18 00:00",29.4,"2013-08-29 00:00",28.4,"2013-07-06 00:00",28.2,"2013-08-26 00:00","","","","",30.3,29.4,28,25.9,22.3,16,-5,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","68105",5,43.54792,-96.700769,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",91,100,51,61,0,15,"","","Certification not required",0,9.859341,11.466947,28,"2013-08-26 00:00",27.6,"2013-08-29 00:00",26.2,"2013-07-12 00:00",26,"2013-06-27 00:00","","","","",28,27.6,25.6,24.3,19.6,12.9,-6.3,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","68106",5,43.54792,-96.700769,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,51,61,0,15,"","","Certification not required",0,714.681319,4.919077,726,"2013-02-15 00:00",724,"2013-01-13 00:00",724,"2013-10-13 00:00",723,"2013-03-20 00:00","","","","",726,724,723,721,718,714,708,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","68107",5,43.54792,-96.700769,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,51,61,0,15,"","","Certification not required",0,721.945055,4.886177,732,"2013-05-01 00:00",730,"2013-01-19 00:00",730,"2013-03-02 00:00",730,"2013-03-20 00:00","","","","",732,730,730,729,726,721,717,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","68108",1,43.54792,-96.700769,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,74,90,122,0,0,"","","Certification not required",0,720.911111,3.993378,730,"2013-05-01 00:00",728,"2013-02-15 00:00",728,"2013-03-20 00:00",728,"2013-03-26 00:00","","","","",730,728,728,727,724,721,716,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","68108",5,43.54792,-96.700769,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",91,100,51,61,0,15,"","","Certification not required",0,717.296703,4.667844,727,"2013-02-15 00:00",726,"2013-03-20 00:00",726,"2013-05-01 00:00",725,"2013-01-13 00:00","","","","",727,726,725,724,721,717,712,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","81102",3,43.54792,-96.700769,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6348,72,264,365,0,204,"","","Certification not required",89,20.685413,14.219834,320,"2013-05-16 07:00",281,"2013-08-22 09:00",255,"2013-07-11 10:00",179,"2013-08-20 13:00","","","","",63,52,43,37,26,18,8,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-30" +"46","099","0008","81102",3,43.54792,-96.700769,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,20.181818,10.039707,58,"2013-05-14 00:00",55,"2013-09-26 00:00",51,"2013-05-16 00:00",51,"2013-07-11 00:00","","","","",51,44,39,35,26,18,9,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-30" +"46","099","0008","86101",3,43.54792,-96.700769,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6115,70,251,365,0,437,"","","Certification not required",0,12.360899,11.881886,305,"2013-05-16 08:00",266.8,"2013-08-22 09:00",228.9,"2013-07-11 10:00",161.2,"2013-08-22 10:00","","","","",48.8,37.6,29.4,23.9,16,10,3,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-01-02" +"46","099","0008","88101",1,43.54792,-96.700769,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,9.131111,5.763205,34.4,"2013-02-24 00:00",25.1,"2013-03-08 00:00",22,"2013-07-03 00:00",21.9,"2013-06-30 00:00","","","","",34.4,25.1,21.5,17.2,11.9,7.3,4.1,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","88101",1,43.54792,-96.700769,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,9.131111,5.763205,34.4,"2013-02-24 00:00",25.1,"2013-03-08 00:00",22,"2013-07-03 00:00",21.9,"2013-06-30 00:00","","","","",34.4,25.1,21.5,17.2,11.9,7.3,4.1,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-31" +"46","099","0008","88101",3,43.54792,-96.700769,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6288,72,267,365,0,264,"","","Certification not required",0,8.127401,7.017655,45.8,"2013-02-25 00:00",45.4,"2013-02-25 01:00",42.7,"2013-02-24 22:00",42,"2013-02-24 23:00","","","","",29.2,26,21.5,17.6,11.8,6.9,0.3,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-30" +"46","099","0008","88101",3,43.54792,-96.700769,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,0,0,"Certification not required",0,8.032308,5.952764,29.9,"2013-02-24 00:00",26.8,"2013-02-25 00:00",26.6,"2013-07-03 00:00",24.8,"2013-07-02 00:00","","","","",26.6,23.4,20.3,16,11.3,7,1.5,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-30" +"46","099","0008","88101",3,43.54792,-96.700769,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,0,"","","Certification not required",0,8.060153,5.958312,29.9,"2013-02-24 00:00",26.8,"2013-02-25 00:00",26.6,"2013-07-03 00:00",24.8,"2013-07-02 00:00","","","","",26.6,23.4,20.2,15.7,11.3,7,1.5,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2013-12-30" +"46","099","0008","88102",5,43.54792,-96.700769,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",87,0.020261,0.006144,0.048,"2013-01-10 00:00",0.048,"2013-06-06 00:00",0.036,"2013-03-05 00:00",0.026,"2013-02-15 00:00","","","","",0.048,0.048,0.026,0.0255,0.021,0.0195,0.0135,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88103",5,43.54792,-96.700769,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.000344,0.000837,0.006,"2013-06-15 00:00",0.002,"2013-01-25 00:00",0.002,"2013-02-09 00:00",0.002,"2013-07-30 00:00","","","","",0.006,0.002,0.002,0.001,0,0,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88104",5,43.54792,-96.700769,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",52,0.035433,0.07546,0.596,"2013-05-30 00:00",0.298,"2013-06-21 00:00",0.255,"2013-08-23 00:00",0.171,"2013-06-24 00:00","","","","",0.596,0.298,0.113,0.062,0.036,0.0125,0.0065,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88107",5,43.54792,-96.700769,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.006053,0.005115,0.0295,"2013-05-19 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-08-20 00:00",0.0295,"2013-09-25 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88109",5,43.54792,-96.700769,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",33,0.002845,0.003109,0.0237,"2013-10-13 00:00",0.014,"2013-02-24 00:00",0.01,"2013-02-09 00:00",0.0078,"2013-03-08 00:00","","","","",0.0237,0.014,0.0078,0.0051,0.0033,0.0024,0.00085,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88110",5,43.54792,-96.700769,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.001356,0.003282,0.016,"2013-06-24 00:00",0.013,"2013-05-25 00:00",0.013,"2013-10-10 00:00",0.012,"2013-08-08 00:00","","","","",0.016,0.013,0.009,0.006,0,0,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88111",5,43.54792,-96.700769,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",11,0.040448,0.036537,0.142,"2013-09-25 00:00",0.14,"2013-07-12 00:00",0.134,"2013-09-04 00:00",0.132,"2013-09-07 00:00","","","","",0.142,0.14,0.13,0.101,0.0564,0.0298,0.00375,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88112",5,43.54792,-96.700769,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.005678,0.015048,0.104,"2013-09-19 00:00",0.057,"2013-10-01 00:00",0.056,"2013-09-16 00:00",0.046,"2013-10-19 00:00","","","","",0.104,0.057,0.037,0.012,0.003,0.002,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88113",5,43.54792,-96.700769,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.000656,9.6e-05,0.001,"2013-05-19 00:00",0.001,"2013-06-18 00:00",0.001,"2013-08-20 00:00",0.001,"2013-09-25 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88114",5,43.54792,-96.700769,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",75,0.001217,0.000958,0.0072,"2013-05-30 00:00",0.0047,"2013-08-23 00:00",0.004,"2013-01-25 00:00",0.0034,"2013-07-03 00:00","","","","",0.0072,0.0047,0.0028,0.0021,0.00125,0.00095,0.00065,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88115",5,43.54792,-96.700769,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",70,0.007477,0.016158,0.144,"2013-01-04 00:00",0.0474,"2013-02-27 00:00",0.0294,"2013-03-02 00:00",0.0273,"2013-02-24 00:00","","","","",0.144,0.0474,0.0269,0.013,0.005,0.0039,0.00235,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88117",5,43.54792,-96.700769,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.005636,0.008136,0.043,"2013-05-19 00:00",0.043,"2013-06-18 00:00",0.043,"2013-08-20 00:00",0.043,"2013-09-25 00:00","","","","",0.043,0.043,0.00485,0.0048,0.0048,0.0041,0.0028,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88118",5,43.54792,-96.700769,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.009132,0.006163,0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00",0.023,"2013-08-20 00:00",0.023,"2013-09-25 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88126",5,43.54792,-96.700769,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.044962,0.032819,0.189,"2013-06-21 00:00",0.137,"2013-05-30 00:00",0.121,"2013-09-13 00:00",0.116,"2013-06-24 00:00","","","","",0.189,0.137,0.114,0.0945,0.0571,0.0365,0.0138,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88128",5,43.54792,-96.700769,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.0007,0.001258,0.006,"2013-03-29 00:00",0.005,"2013-01-08 00:00",0.004,"2013-04-04 00:00",0.004,"2013-06-24 00:00","","","","",0.006,0.005,0.003,0.003,0.001,0,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88131",5,43.54792,-96.700769,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",84,0.011028,0.004601,0.03,"2013-01-10 00:00",0.027,"2013-04-04 00:00",0.022,"2013-02-21 00:00",0.019,"2013-06-24 00:00","","","","",0.03,0.027,0.019,0.0165,0.011,0.011,0.007,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88132",5,43.54792,-96.700769,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.001911,0.001987,0.011,"2013-09-13 00:00",0.008,"2013-10-13 00:00",0.007,"2013-09-04 00:00",0.006,"2013-06-27 00:00","","","","",0.011,0.008,0.006,0.005,0.003,0.002,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88136",5,43.54792,-96.700769,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.000333,0.00106,0.009,"2013-05-30 00:00",0.002,"2013-02-05 00:00",0.002,"2013-08-20 00:00",0.002,"2013-08-23 00:00","","","","",0.009,0.002,0.002,0.001,0,0,0,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88140",5,43.54792,-96.700769,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",86,0.007478,0.007072,0.069,"2013-06-18 00:00",0.0215,"2013-10-31 00:00",0.017,"2013-01-13 00:00",0.016,"2013-09-07 00:00","","","","",0.069,0.0215,0.009,0.009,0.009,0.006,0.00475,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88152",5,43.54792,-96.700769,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.005753,0.001584,0.008,"2013-01-13 00:00",0.008,"2013-01-25 00:00",0.008,"2013-01-30 00:00",0.008,"2013-02-09 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88154",5,43.54792,-96.700769,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",84,0.001066,0.000288,0.0019,"2013-08-05 00:00",0.0018,"2013-03-29 00:00",0.0015,"2013-07-03 00:00",0.0015,"2013-08-14 00:00","","","","",0.0019,0.0018,0.0014,0.0013,0.0013,0.001,0.00065,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88160",5,43.54792,-96.700769,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",87,0.013611,0.005235,0.04,"2013-10-19 00:00",0.037,"2013-08-26 00:00",0.022,"2013-06-06 00:00",0.018,"2013-02-05 00:00","","","","",0.04,0.037,0.018,0.018,0.016,0.01,0.01,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88161",5,43.54792,-96.700769,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",82,0.002828,0.001896,0.0159,"2013-06-21 00:00",0.011,"2013-06-24 00:00",0.007,"2013-07-12 00:00",0.0065,"2013-10-10 00:00","","","","",0.0159,0.011,0.0064,0.00265,0.00265,0.0025,0.0021,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88164",5,43.54792,-96.700769,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.00162,0.000227,0.0019,"2013-01-13 00:00",0.0019,"2013-01-25 00:00",0.0019,"2013-01-30 00:00",0.0019,"2013-02-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88165",5,43.54792,-96.700769,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",8,0.0941,0.098003,0.641,"2013-06-21 00:00",0.381,"2013-08-29 00:00",0.337,"2013-06-24 00:00",0.32,"2013-04-28 00:00","","","","",0.641,0.381,0.264,0.208,0.116,0.0675,0.013,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88166",5,43.54792,-96.700769,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",89,0.008439,0.004753,0.0185,"2013-02-05 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-04-20 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88167",5,43.54792,-96.700769,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",27,0.005822,0.005684,0.0366,"2013-01-08 00:00",0.0244,"2013-03-02 00:00",0.0217,"2013-02-27 00:00",0.0199,"2013-02-24 00:00","","","","",0.0366,0.0244,0.0172,0.0114,0.0071,0.0046,0.00105,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88168",5,43.54792,-96.700769,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",88,0.001371,0.001255,0.0123,"2013-09-22 00:00",0.0047,"2013-08-14 00:00",0.00175,"2013-02-05 00:00",0.00175,"2013-02-15 00:00","","","","",0.0123,0.0047,0.00175,0.00175,0.00115,0.00115,0.00085,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88169",5,43.54792,-96.700769,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.47487,0.348437,1.86,"2013-02-24 00:00",1.57,"2013-08-20 00:00",1.53,"2013-02-09 00:00",1.25,"2013-09-07 00:00","","","","",1.86,1.57,1.14,0.95,0.597,0.39,0.163,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88176",5,43.54792,-96.700769,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",90,0.000969,0.000202,0.0013,"2013-02-05 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-04-20 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88180",5,43.54792,-96.700769,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",1,0.043806,0.037905,0.26,"2013-07-03 00:00",0.194,"2013-06-30 00:00",0.122,"2013-06-21 00:00",0.115,"2013-08-11 00:00","","","","",0.26,0.194,0.0975,0.0853,0.055,0.0353,0.0143,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88184",5,43.54792,-96.700769,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",75,0.028472,0.032967,0.232,"2013-06-18 00:00",0.221,"2013-01-13 00:00",0.09,"2013-01-04 00:00",0.072,"2013-03-02 00:00","","","","",0.232,0.221,0.065,0.045,0.027,0.02,0.0155,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88185",5,43.54792,-96.700769,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",87,0.003773,0.003991,0.0156,"2013-08-02 00:00",0.0128,"2013-01-10 00:00",0.0115,"2013-02-05 00:00",0.0115,"2013-02-15 00:00","","","","",0.0156,0.0128,0.0115,0.0115,0.00225,0.00225,0.0014,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88301",5,43.54792,-96.700769,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",2,0.709678,0.836933,5.21,"2013-02-24 00:00",3.26,"2013-02-09 00:00",3.12,"2013-03-08 00:00",2.63,"2013-03-15 00:00","","","","",5.21,3.26,2.41,1.81,0.932,0.416,0.105,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88302",5,43.54792,-96.700769,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",9,0.039182,0.030778,0.23,"2013-01-13 00:00",0.132,"2013-06-21 00:00",0.11,"2013-01-04 00:00",0.094,"2013-01-30 00:00","","","","",0.23,0.132,0.0857,0.075,0.05,0.032,0.015,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88303",5,43.54792,-96.700769,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",37,0.028148,0.02651,0.182,"2013-07-03 00:00",0.121,"2013-07-09 00:00",0.111,"2013-06-30 00:00",0.068,"2013-08-11 00:00","","","","",0.182,0.121,0.067,0.049,0.035,0.0231,0.0115,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88306",5,43.54792,-96.700769,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,1.598056,2.035744,12.1,"2013-02-24 00:00",8.52,"2013-03-08 00:00",6.43,"2013-02-09 00:00",6.2,"2013-03-15 00:00","","","","",12.1,8.52,6.19,4.49,1.61,0.897,0.298,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88355",5,43.54792,-96.700769,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,1.766422,1.356463,8.45,"2013-06-30 00:00",8.09,"2013-07-03 00:00",5.03,"2013-07-12 00:00",4.83,"2013-08-14 00:00","","","","",8.45,8.09,4.17,3.33,2.11,1.39,0.729,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88357",5,43.54792,-96.700769,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.163956,0.102023,0.536,"2013-07-03 00:00",0.44,"2013-06-15 00:00",0.429,"2013-10-13 00:00",0.42,"2013-07-20 00:00","","","","",0.536,0.44,0.414,0.323,0.213,0.129,0.071,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88370",5,43.54792,-96.700769,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,1.633656,1.287845,8.07,"2013-06-30 00:00",7.81,"2013-07-03 00:00",4.78,"2013-07-12 00:00",4.5,"2013-08-14 00:00","","","","",8.07,7.81,4.04,3.09,1.92,1.23,0.69,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88374",5,43.54792,-96.700769,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",2,0.118989,0.094778,0.415,"2013-02-24 00:00",0.414,"2013-08-14 00:00",0.407,"2013-06-30 00:00",0.396,"2013-08-23 00:00","","","","",0.415,0.414,0.374,0.229,0.134,0.092,0.037,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88375",5,43.54792,-96.700769,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.403311,0.331984,2.18,"2013-06-30 00:00",2.06,"2013-07-03 00:00",1.09,"2013-07-12 00:00",1.05,"2013-08-26 00:00","","","","",2.18,2.06,0.993,0.722,0.469,0.299,0.175,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88376",5,43.54792,-96.700769,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.492356,0.465465,2.85,"2013-06-30 00:00",2.8,"2013-07-03 00:00",1.88,"2013-07-12 00:00",1.56,"2013-08-14 00:00","","","","",2.85,2.8,1.28,0.851,0.572,0.346,0.184,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88377",5,43.54792,-96.700769,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.302367,0.23624,1.28,"2013-06-30 00:00",1.24,"2013-07-03 00:00",1.14,"2013-07-12 00:00",0.894,"2013-06-21 00:00","","","","",1.28,1.24,0.792,0.567,0.376,0.219,0.119,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88378",5,43.54792,-96.700769,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.317056,0.232965,1.35,"2013-06-30 00:00",1.35,"2013-07-03 00:00",0.857,"2013-08-11 00:00",0.785,"2013-06-21 00:00","","","","",1.35,1.35,0.749,0.614,0.362,0.269,0.136,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88380",5,43.54792,-96.700769,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.296178,0.17501,0.819,"2013-07-03 00:00",0.745,"2013-08-14 00:00",0.723,"2013-10-13 00:00",0.707,"2013-06-30 00:00","","","","",0.819,0.745,0.693,0.576,0.387,0.231,0.12,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88383",5,43.54792,-96.700769,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.547764,0.369384,2.11,"2013-07-03 00:00",1.97,"2013-06-30 00:00",1.39,"2013-08-14 00:00",1.19,"2013-02-24 00:00","","","","",2.11,1.97,1.19,1.09,0.702,0.453,0.228,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88384",5,43.54792,-96.700769,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.065297,0.033657,0.21,"2013-06-18 00:00",0.138,"2013-08-20 00:00",0.136,"2013-10-31 00:00",0.132,"2013-06-09 00:00","","","","",0.21,0.138,0.125,0.109,0.0871,0.0608,0.0309,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88385",5,43.54792,-96.700769,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",85,0.001281,0.001244,0.00953,"2013-06-21 00:00",0.00625,"2013-10-19 00:00",0.00521,"2013-03-08 00:00",0.0049,"2013-06-18 00:00","","","","",0.00953,0.00625,0.00442,0.001,0.001,0.001,0.001,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88388",5,43.54792,-96.700769,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,0.449211,0.307867,1.73,"2013-06-30 00:00",1.63,"2013-07-03 00:00",1.18,"2013-08-20 00:00",1.12,"2013-02-24 00:00","","","","",1.73,1.63,1.06,0.799,0.578,0.368,0.186,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88403",5,43.54792,-96.700769,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,1.189463,0.948722,5.42,"2013-02-24 00:00",4.44,"2013-02-09 00:00",3.36,"2013-08-20 00:00",3.25,"2013-09-07 00:00","","","","",5.42,4.44,2.99,2.59,1.5,0.91,0.36,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","099","0008","88502",5,43.54792,-96.700769,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,100,51,61,0,16,"","","Certification not required",0,8.221111,5.371701,31.8,"2013-02-24 00:00",21,"2013-03-08 00:00",20.9,"2013-02-09 00:00",20.6,"2013-07-03 00:00","","","","",31.8,21,20.3,15.7,10.3,7.1,3.4,"SD School for the Deaf","2001 E 8th St","South Dakota","Minnehaha","Sioux Falls","Sioux Falls, SD","2014-02-14" +"46","103","0013","81102",1,44.083489,-103.269603,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,21.483516,9.582812,51,"2013-07-18 00:00",48,"2013-02-06 00:00",44,"2013-05-10 00:00",39,"2013-02-18 00:00","","","","",51,48,39,35,28,20,11,"","NATIONAL GUARD CAMP ARMORY SITE","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-01-15" +"46","103","0013","85101",1,44.083489,-103.269603,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",0,19.89011,8.747635,46,"2013-02-06 00:00",45,"2013-07-18 00:00",40,"2013-05-10 00:00",38,"2013-02-18 00:00","","","","",46,45,35,32,25,18,10,"","NATIONAL GUARD CAMP ARMORY SITE","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-01-15" +"46","103","0020","42401",3,44.087397,-103.273777,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6273,72,263,365,0,279,0,"","Certification not required",0,1.023194,2.227062,26.2,"2013-04-23 09:00",12,"2013-04-03 14:00",9.8,"2013-09-27 07:00",9.4,"2013-01-17 13:00","","","","",9.8,7.2,3.4,2.5,1,0.4,0,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42401",3,44.087397,-103.273777,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6273,72,263,365,0,279,"","","Certification not required",0,0.236378,0.668804,26.2,"2013-04-23 09:00",12,"2013-04-03 14:00",11.2,"2013-04-03 11:00",10.7,"2013-04-03 12:00","","","","",2.6,1.7,0.7,0.5,0.3,0,0,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42401",3,44.087397,-103.273777,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",263,72,263,365,0,0,0,"","Certification not required",0,0.236122,0.318674,2.3,"2013-05-14 00:00",2.1,"2013-04-03 00:00",1.7,"2013-03-31 00:00",1.4,"2013-06-29 00:00","","","","",1.7,1,0.7,0.6,0.4,0.1,0,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42401",3,44.087397,-103.273777,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2056,70,263,365,0,0,"",0,"Certification not required",0,0.219066,0.523014,10.4,"2013-04-03 14:00",8.7,"2013-04-23 11:00",6,"2013-05-14 14:00",5.7,"2013-05-14 11:00","","","","",2.3,1.2,0.7,0.5,0.3,0,0,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42406",4,44.087397,-103.273777,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6265,72,263,365,0,287,"","","Certification not required",0,0.528747,3.725421,252.4,"2013-04-23 09:00",86.6,"2013-01-17 13:00",58.1,"2013-09-27 07:00",29.5,"2013-04-03 11:00","","","","",7.2,4.4,1.8,0.8,0.4,0,0,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42601",3,44.087397,-103.273777,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5898,67,248,365,0,654,"","","Certification not required",0,4.1451,7.411935,135.4,"2013-03-01 08:00",82.6,"2013-02-01 09:00",78.4,"2013-04-02 07:00",71.7,"2013-02-08 09:00","","","","",32.3,24.9,20.3,13.4,3.8,1.3,0.2,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42602",3,44.087397,-103.273777,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5899,67,248,365,0,653,0,"","Certification not required",0,16.984677,8.856426,47.2,"2013-03-01 08:00",39.2,"2013-06-03 18:00",38.6,"2013-03-15 09:00",38.6,"2013-03-22 13:00","","","","",38.6,38.6,32.6,30.9,22.7,15.3,6.8,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42602",3,44.087397,-103.273777,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5899,67,248,365,0,653,"","","Certification not required",0,6.659739,6.028742,47.2,"2013-03-01 08:00",39.2,"2013-06-03 18:00",38.6,"2013-03-15 09:00",38.6,"2013-03-22 13:00","","","","",27.8,24.3,18.7,14.4,9.4,4.9,1.2,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","42603",3,44.087397,-103.273777,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5894,67,248,365,0,658,"","","Certification not required",0,10.178351,11.370453,183,"2013-03-01 08:00",120.8,"2013-02-01 09:00",117.6,"2013-04-02 07:00",109.3,"2013-03-01 07:00","","","","",55.2,43.4,32.5,22.7,12.1,6.7,2,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-27" +"46","103","0020","81102",3,44.087397,-103.273777,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",8672,99,362,365,0,88,"","","Certification not required",482,38.665244,50.006623,731,"2013-11-29 21:00",623,"2013-11-20 14:00",578,"2013-11-29 22:00",510,"2013-11-25 12:00","","","","",253,198,133,93,46,21,5,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-02-20" +"46","103","0020","81102",3,44.087397,-103.273777,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",362,99,362,365,0,0,0,0,"Certification not required",0,38.248619,25.941102,146,"2013-11-20 00:00",143,"2013-11-29 00:00",141,"2013-06-28 00:00",128,"2013-02-06 00:00","","","","",128,119,92,70,48,32,13,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-02-20" +"46","103","0020","88101",3,44.087397,-103.273777,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8453,96,361,365,0,307,"","","Certification not required",0,7.943038,6.025781,117.1,"2013-11-29 23:00",110.6,"2013-12-31 19:00",72.8,"2013-11-13 09:00",64.5,"2013-11-29 21:00","","","","",29.7,24.1,18.6,14.5,10.1,6.8,2.3,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-02-20" +"46","103","0020","88101",3,44.087397,-103.273777,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,0,0,"Certification not required",0,7.897159,3.270666,20.8,"2013-11-29 00:00",18,"2013-11-13 00:00",17.4,"2013-08-21 00:00",17.4,"2013-12-20 00:00","","","","",17.4,15.3,14.1,12.4,10,7.4,4.2,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-02-20" +"46","103","0020","88101",3,44.087397,-103.273777,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,7.897159,3.270666,20.8,"2013-11-29 00:00",18,"2013-11-13 00:00",17.4,"2013-08-21 00:00",17.4,"2013-12-20 00:00","","","","",17.4,15.3,14.1,12.4,10,7.4,4.2,"CREDIT UNION","CREDIT UNION SITE, 106 KINNEY AVE.","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-02-20" +"46","103","1001","68105",1,44.078352,-103.22824,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Thermo Electron Model RAAS2.5-100 w/VSCC - Electronic",2013,"Degrees Centigrade","No Events",88,100,44,61,0,0,"","","Certification not required",0,11.707955,11.451178,30,"2013-08-29 00:00",29.4,"2013-08-26 00:00",28.9,"2013-07-18 00:00",28.1,"2013-07-12 00:00","","","","",30,29.4,27.6,26.1,21.8,14.1,-3.9,"Rapid City Library","CITY LIBRARY 6TH AND QUINCY","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-31" +"46","103","1001","68108",1,44.078352,-103.22824,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Thermo Electron Model RAAS2.5-100 w/VSCC - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,44,61,0,0,"","","Certification not required",0,675.147727,4.089627,686,"2013-05-01 00:00",682,"2013-03-05 00:00",682,"2013-04-22 00:00",681,"2013-02-15 00:00","","","","",686,682,681,679,678,676,669,"Rapid City Library","CITY LIBRARY 6TH AND QUINCY","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-31" +"46","103","1001","81102",2,44.078352,-103.22824,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,17.944444,10.064244,65,"2013-01-04 00:00",43,"2013-01-10 00:00",40,"2013-01-07 00:00",34,"2013-05-25 00:00","","","","",65,43,34,31,24,16,8,"Rapid City Library","CITY LIBRARY 6TH AND QUINCY","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-01-15" +"46","103","1001","85101",1,44.078352,-103.22824,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,16.688889,9.340794,63,"2013-01-04 00:00",40,"2013-01-10 00:00",39,"2013-01-07 00:00",31,"2013-01-22 00:00","","","","",63,40,31,29,22,15,8,"Rapid City Library","CITY LIBRARY 6TH AND QUINCY","South Dakota","Pennington","Rapid City","Rapid City, SD","2014-01-15" +"46","103","1001","88101",1,44.078352,-103.22824,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Thermo Electron Model RAAS2.5-100 w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,4,0,0,"Certification not required",0,6.365909,3.292272,18.1,"2013-01-04 00:00",16.8,"2013-05-13 00:00",14.2,"2013-04-25 00:00",14.2,"2013-08-20 00:00","","","","",18.1,16.8,12.1,10.9,7.9,6,2.8,"Rapid City Library","CITY LIBRARY 6TH AND QUINCY","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-31" +"46","103","1001","88101",1,44.078352,-103.22824,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Thermo Electron Model RAAS2.5-100 w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,4,"","","Certification not required",0,6.365909,3.292272,18.1,"2013-01-04 00:00",16.8,"2013-05-13 00:00",14.2,"2013-04-25 00:00",14.2,"2013-08-20 00:00","","","","",18.1,16.8,12.1,10.9,7.9,6,2.8,"Rapid City Library","CITY LIBRARY 6TH AND QUINCY","South Dakota","Pennington","Rapid City","Rapid City, SD","2013-12-31" +"46","127","0001","42101",3,42.751518,-96.707208,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6498,74,273,365,0,54,0,0,"Certification not required",0,0.151758,0.037183,0.6,"2013-08-04 15:00",0.5,"2013-08-04 14:00",0.4,"2013-07-03 17:00",0.4,"2013-08-01 08:00","","","","",0.232,0.212,0.2,0.2,0.176,0.153,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42101",3,42.751518,-96.707208,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6549,75,273,365,0,0,0,0,"Certification not required",0,0.155627,0.050358,0.3,"2013-01-04 20:00",0.3,"2013-01-04 21:00",0.3,"2013-01-04 22:00",0.3,"2013-01-04 23:00",0.3,"2013-01-04 20:00",0.3,"2013-01-05 04:00",0.2,0.2,0.2,0.2,0.2,0.2,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42401",3,42.751518,-96.707208,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6346,72,266,365,0,206,0,"","Certification not required",0,0.767669,1.157848,10.1,"2013-03-06 16:00",6.2,"2013-01-24 14:00",6,"2013-03-27 10:00",5.9,"2013-01-26 13:00","","","","",6,4.8,2.6,1.8,0.8,0.4,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42401",3,42.751518,-96.707208,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6346,72,266,365,0,206,"","","Certification not required",0,0.30052,0.432011,10.1,"2013-03-06 16:00",6.2,"2013-01-24 14:00",6,"2013-03-27 10:00",5.9,"2013-01-26 13:00","","","","",2,1.4,0.8,0.5,0.3,0.2,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42401",3,42.751518,-96.707208,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",266,73,266,365,0,0,0,"","Certification not required",0,0.300752,0.27568,2.1,"2013-01-26 00:00",1.7,"2013-01-24 00:00",1.6,"2013-03-03 00:00",1.4,"2013-03-22 00:00","","","","",1.6,1.2,0.8,0.6,0.4,0.2,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42401",3,42.751518,-96.707208,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2089,72,266,365,0,0,"",0,"Certification not required",0,0.2809,0.387081,6.3,"2013-03-06 17:00",4.5,"2013-01-26 14:00",4.5,"2013-03-03 11:00",4.3,"2013-01-24 17:00","","","","",1.8,1.3,0.8,0.5,0.3,0.2,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42406",4,42.751518,-96.707208,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6337,72,266,365,0,215,"","","Certification not required",0,0.406738,0.680619,16.7,"2013-03-06 16:00",13,"2013-03-06 17:00",11.8,"2013-03-27 10:00",11.4,"2013-03-01 13:00","","","","",3.3,2.2,1.1,0.7,0.4,0.3,0.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42601",3,42.751518,-96.707208,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6475,74,273,365,0,77,"","","Certification not required",0,0.617714,1.203551,27.6,"2013-06-26 02:00",18.6,"2013-06-18 04:00",16.5,"2013-06-18 03:00",15.3,"2013-06-07 05:00","","","","",4.3,3.6,3.1,2.6,0.6,0.1,0,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42602",3,42.751518,-96.707208,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6475,74,273,365,0,77,0,"","Certification not required",0,6.189011,3.82522,21.4,"2013-06-17 22:00",20,"2013-06-18 23:00",19.9,"2013-06-23 21:00",19.5,"2013-06-16 20:00","","","","",19.9,17.9,13.5,11.3,7.6,5.4,2.4,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42602",3,42.751518,-96.707208,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6475,74,273,365,0,77,"","","Certification not required",0,2.926548,2.208851,21.4,"2013-06-17 22:00",20,"2013-06-18 23:00",19.9,"2013-06-23 21:00",19.5,"2013-06-16 20:00","","","","",11.5,9.4,7.1,5.6,3.6,2.3,1.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","42603",3,42.751518,-96.707208,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6475,74,273,365,0,77,"","","Certification not required",0,3.526579,2.916713,38.6,"2013-06-26 02:00",31.9,"2013-06-18 03:00",31.8,"2013-06-18 04:00",29.2,"2013-06-18 23:00","","","","",14.7,12.1,8.6,6.8,4.5,2.7,1.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","44201",3,42.751518,-96.707208,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6311,94,115,122,0,217,0,0,"Certification not required",79,0.046757,0.00916,0.083,"2013-05-19 20:00",0.068,"2013-07-12 17:00",0.067,"2013-07-05 17:00",0.067,"2013-07-06 16:00","","","","",0.068,0.067,0.066,0.063,0.057,0.053,0.048,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","44201",3,42.751518,-96.707208,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6357,94,115,122,0,0,0,0,"Certification not required",0,0.042652,0.009159,0.066,"2013-05-19 18:00",0.065,"2013-07-12 12:00",0.063,"2013-07-04 11:00",0.063,"2013-07-06 11:00","","","","",0.065,0.063,0.061,0.057,0.053,0.049,0.044,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","44201",3,42.751518,-96.707208,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6357,94,115,122,0,0,0,0,"Certification not required",0,0.042652,0.009159,0.066,"2013-05-19 18:00",0.065,"2013-07-12 12:00",0.063,"2013-07-04 11:00",0.063,"2013-07-06 11:00","","","","",0.065,0.063,0.061,0.057,0.053,0.049,0.044,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","61103",3,42.751518,-96.707208,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,6.566896,5.179997,29.4,"2013-02-18 09:00",29,"2013-02-18 08:00",28.8,"2013-04-09 01:00",27.6,"2013-02-10 17:00","","","","",23,20.7,17.2,13.9,9.1,5.4,1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","61104",3,42.751518,-96.707208,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,185.79354,109.035077,359.9,"2013-06-15 16:00",359.8,"2013-05-06 14:00",359.8,"2013-07-20 04:00",359.7,"2013-05-22 19:00","","","","",357,353.9,345,330.9,301,155.5,29.2,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","61106",3,42.751518,-96.707208,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,13.351519,8.619919,67.2,"2013-08-15 04:00",64.7,"2013-08-15 05:00",63.7,"2013-08-15 03:00",63.5,"2013-06-25 18:00","","","","",44.3,37.8,30.8,24.6,16.3,11.8,5.1,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","62101",3,42.751518,-96.707208,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,55.088199,23.991864,112,"2013-08-29 12:00",112,"2013-08-31 17:00",111,"2013-08-31 16:00",110,"2013-08-29 11:00","","","","",99,95,89,84,75,60,22,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-31" +"46","127","0001","81102",3,42.751518,-96.707208,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",6250,71,261,365,0,302,"","","Certification not required",526,19.11056,17.347625,288,"2013-05-15 19:00",177,"2013-07-01 20:00",168,"2013-05-15 06:00",167,"2013-07-25 16:00","","","","",83,67,51,40,26,14,4,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-30" +"46","127","0001","81102",3,42.751518,-96.707208,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",261,72,261,365,0,0,0,0,"Certification not required",0,18.64751,11.931144,62,"2013-05-15 00:00",61,"2013-06-21 00:00",59,"2013-05-14 00:00",48,"2013-07-19 00:00","","","","",59,47,43,36,25,16,6,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-30" +"46","127","0001","88101",3,42.751518,-96.707208,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6434,73,273,365,0,118,"","","Certification not required",0,9.735297,7.071576,57,"2013-08-27 15:00",55,"2013-03-06 16:00",53.9,"2013-02-24 22:00",53.2,"2013-02-25 00:00","","","","",36.3,30,23.4,18.8,12.3,8,3.2,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-30" +"46","127","0001","88101",3,42.751518,-96.707208,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,1,1,"Certification not required",0,9.726119,5.639892,40.6,"2013-02-24 00:00",34.8,"2013-02-25 00:00",28.8,"2013-02-26 00:00",24,"2013-06-30 00:00","","","","",28.8,23.2,21.2,18,11.9,8.3,4.2,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-30" +"46","127","0001","88101",3,42.751518,-96.707208,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,0,"","","Certification not required",0,9.726119,5.639892,40.6,"2013-02-24 00:00",34.8,"2013-02-25 00:00",28.8,"2013-02-26 00:00",24,"2013-06-30 00:00","","","","",28.8,23.2,21.2,18,11.9,8.3,4.2,"Union County #1 Jensen","31986 475th Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-30" +"46","127","0002","42401",3,42.850975,-96.747325,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6491,74,273,365,0,61,0,"","Certification not required",0,0.933333,1.17274,11.8,"2013-08-15 09:00",5.2,"2013-07-14 09:00",4.8,"2013-03-27 10:00",4.6,"2013-06-13 23:00","","","","",4.8,4.2,3.4,2.3,1,0.5,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42401",3,42.850975,-96.747325,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",6491,74,273,365,0,61,"","","Certification not required",0,0.388523,0.445016,11.8,"2013-08-15 09:00",5.2,"2013-07-14 09:00",4.8,"2013-03-27 10:00",4.6,"2013-06-13 23:00","","","","",2.7,1.9,1,0.6,0.4,0.3,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42401",3,42.850975,-96.747325,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",273,75,273,365,0,0,0,"","Certification not required",0,0.391575,0.266587,1.9,"2013-01-26 00:00",1.8,"2013-03-03 00:00",1.6,"2013-07-14 00:00",1.6,"2013-09-23 00:00","","","","",1.6,1.3,1,0.7,0.4,0.3,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42401",3,42.850975,-96.747325,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2132,73,272,365,0,0,"",0,"Certification not required",0,0.368574,0.387773,3.6,"2013-03-03 02:00",3.4,"2013-01-26 20:00",3.4,"2013-07-14 11:00",3.3,"2013-03-03 05:00","","","","",2.5,1.9,0.9,0.6,0.3,0.3,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42406",4,42.850975,-96.747325,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6483,74,273,365,0,69,"","","Certification not required",0,0.478714,0.688846,23.3,"2013-08-15 09:00",10.3,"2013-03-04 09:00",9.4,"2013-03-27 10:00",7.3,"2013-08-01 11:00","","","","",3.7,2.7,1.4,0.8,0.4,0.3,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42601",3,42.850975,-96.747325,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6477,74,273,365,0,75,"","","Certification not required",0,0.615053,0.718121,16.4,"2013-06-03 00:00",16.1,"2013-05-13 23:00",15.1,"2013-08-26 12:00",12.5,"2013-08-07 11:00","","","","",3.4,2.4,1.5,1,0.6,0.5,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42602",3,42.850975,-96.747325,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6477,74,273,365,0,75,0,"","Certification not required",0,10.357143,10.589185,79.9,"2013-01-14 06:00",70.8,"2013-01-02 08:00",57.4,"2013-01-23 06:00",52.9,"2013-01-20 03:00","","","","",57.4,42.3,30.7,21.6,12.6,7.2,2.7,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42602",3,42.850975,-96.747325,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6477,74,273,365,0,75,"","","Certification not required",0,4.200293,5.069626,79.9,"2013-01-14 06:00",70.8,"2013-01-02 08:00",57.4,"2013-01-23 06:00",52.9,"2013-01-20 03:00","","","","",24.4,19.1,13.3,9.3,5.2,2.8,0.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","42603",3,42.850975,-96.747325,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6477,74,273,365,0,75,"","","Certification not required",0,4.781596,5.208149,78.8,"2013-01-14 06:00",70,"2013-01-02 08:00",56.9,"2013-01-23 06:00",52.1,"2013-01-23 07:00","","","","",25.2,20.4,14.3,10.2,5.9,3.4,0.5,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","81102",3,42.850975,-96.747325,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","T A Series FH 62 C14 Continuous - Beta Attenuation",2013,"Micrograms/cubic meter (25 C)","No Events",6375,73,264,365,0,177,"","","Certification not required",948,14.769569,13.267117,241,"2013-09-01 16:00",192,"2013-05-15 12:00",144,"2013-09-01 17:00",120,"2013-09-06 19:00","","","","",61,50,39,31,20,11,2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","81102",3,42.850975,-96.747325,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,14.337121,9.536601,49,"2013-05-15 00:00",47,"2013-06-21 00:00",45,"2013-05-14 00:00",42,"2013-05-16 00:00","","","","",45,40,35,27,19,12,5,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","88101",3,42.850975,-96.747325,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6500,74,273,365,0,52,"","","Certification not required",0,11.191123,6.638226,51.4,"2013-02-24 23:00",50.4,"2013-02-25 02:00",49.9,"2013-02-24 20:00",49.4,"2013-02-24 21:00","","","","",33.5,29,24.2,20,13.8,9.6,4.7,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","88101",3,42.850975,-96.747325,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,1,1,"Certification not required",0,11.152206,5.175424,39.7,"2013-02-24 00:00",32.3,"2013-02-25 00:00",27.3,"2013-02-26 00:00",24.5,"2013-03-08 00:00","","","","",27.3,23.9,21.5,17.8,13.4,9.7,6.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"46","127","0002","88101",3,42.850975,-96.747325,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,11.152206,5.175424,39.7,"2013-02-24 00:00",32.3,"2013-02-25 00:00",27.3,"2013-02-26 00:00",24.5,"2013-03-08 00:00","","","","",27.3,23.9,21.5,17.8,13.4,9.7,6.2,"Union County #2 Renken","31307 473rd Ave","South Dakota","Union","","Sioux City, IA-NE-SD","2013-12-27" +"47","001","0101","42401",1,35.96522,-84.22316,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6632,76,285,365,0,711,0,"","Certification not required",0,1.575439,1.215551,13,"2013-08-22 12:00",6,"2013-09-04 10:00",5,"2013-03-25 10:00",5,"2013-03-29 11:00","","","","",5,4,3,3,2,1,0,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2014-02-10" +"47","001","0101","42401",1,35.96522,-84.22316,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6632,76,285,365,0,711,"","","Certification not required",0,0.796894,0.755357,13,"2013-08-22 12:00",9,"2013-08-22 11:00",9,"2013-08-22 13:00",8,"2013-08-22 14:00","","","","",3,2,2,2,1,1,0,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2014-02-10" +"47","001","0101","42401",1,35.96522,-84.22316,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",285,78,285,365,0,0,0,"","Certification not required",0,0.798596,0.585624,3.4,"2013-08-22 00:00",2,"2013-03-25 00:00",1.9,"2013-10-31 00:00",1.9,"2013-12-04 00:00","","","","",1.9,1.8,1.6,1.4,1.2,1,0,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2014-02-10" +"47","001","0101","42401",1,35.96522,-84.22316,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1975,68,276,365,0,0,"",0,"Certification not required",0,0.795797,0.709044,10,"2013-08-22 14:00",6,"2013-08-22 17:00",5.3,"2013-08-22 11:00",5,"2013-09-04 11:00","","","","",2.3,2,2,1.6,1,1,0,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2014-02-10" +"47","001","0101","42401",2,35.96522,-84.22316,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",84203,80,303,365,0,3371,"","","Certification not required",0,0.872487,0.733219,17,"2013-08-22 12:10",16,"2013-08-22 12:05",16,"2013-08-22 12:15",13,"2013-08-22 12:00","","","","",3,2,2,2,1,1,0,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2014-02-21" +"47","001","0101","44201",1,35.96522,-84.22316,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",5415,98,239,245,0,464,0,0,"Certified",1101,0.046628,0.009845,0.069,"2013-05-14 15:00",0.069,"2013-06-22 16:00",0.068,"2013-04-06 12:00",0.067,"2013-03-15 17:00","","","","",0.068,0.067,0.062,0.059,0.053,0.047,0.033,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2013-12-12" +"47","001","0101","44201",1,35.96522,-84.22316,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5652,95,233,245,0,0,0,0,"Certified",0,0.040618,0.009539,0.063,"2013-05-14 11:00",0.063,"2013-05-15 10:00",0.061,"2013-04-06 11:00",0.06,"2013-04-10 11:00","","","","",0.061,0.059,0.055,0.053,0.048,0.041,0.028,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2013-12-12" +"47","001","0101","44201",1,35.96522,-84.22316,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5652,95,233,245,0,0,0,0,"Certified",0,0.040618,0.009539,0.063,"2013-05-14 11:00",0.063,"2013-05-15 10:00",0.061,"2013-04-06 11:00",0.06,"2013-04-10 11:00","","","","",0.061,0.059,0.055,0.053,0.048,0.041,0.028,"Freel's Bend ozone and SO2 monitoring","FREELS BEND_STUDY AREA MELTON LAKE Oak Ridge National Lab Reservation","Tennessee","Anderson","Oak Ridge","Knoxville, TN","2013-12-12" +"47","009","0011","68101",1,35.768847,-83.942152,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",107,88,107,122,0,0,"","","Certification not required",25,0.371495,0.213806,0.7,"2013-05-19 00:00",0.7,"2013-08-08 00:00",0.7,"2013-08-11 00:00",0.7,"2013-10-16 00:00","","","","",0.7,0.7,0.6,0.6,0.5,0.4,0.05,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68102",1,35.768847,-83.942152,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",107,88,107,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68103",1,35.768847,-83.942152,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,0,"","","Certification not required",0,9.254206,8.908172,23.2,"2013-08-29 00:00",22.3,"2013-07-24 00:00",21.4,"2013-08-08 00:00",21.3,"2013-06-12 00:00","","","","",22.3,21.4,21,20.1,17.9,10.9,-3.3,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68104",1,35.768847,-83.942152,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,0,"","","Certification not required",0,20.662617,9.155971,34.4,"2013-06-12 00:00",33.9,"2013-07-18 00:00",33.5,"2013-09-10 00:00",33.4,"2013-07-09 00:00","","","","",33.9,33.5,32.1,31.8,29.5,22.1,7.5,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68105",1,35.768847,-83.942152,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,0,"","","Certification not required",0,14.548598,8.728033,28,"2013-06-12 00:00",26.6,"2013-08-29 00:00",26.3,"2013-07-09 00:00",26,"2013-06-24 00:00","","","","",26.6,26.3,25.7,24.7,22.6,15.7,2.5,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68106",1,35.768847,-83.942152,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,0,"","","Certification not required",0,731.859813,4.298856,742,"2013-12-12 00:00",741,"2013-11-24 00:00",741,"2013-12-24 00:00",741,"2013-12-27 00:00","","","","",741,741,738,737,735,731,727,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68107",1,35.768847,-83.942152,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,0,"","","Certification not required",0,737.429907,4.186934,748,"2013-12-12 00:00",747,"2013-11-12 00:00",747,"2013-11-24 00:00",746,"2013-12-24 00:00","","","","",747,747,744,743,740,737,732,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68108",1,35.768847,-83.942152,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,0,"","","Certification not required",0,734.803738,4.015158,745,"2013-12-12 00:00",744,"2013-11-24 00:00",744,"2013-12-24 00:00",743,"2013-12-27 00:00","","","","",744,744,741,740,738,735,730,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","68109",1,35.768847,-83.942152,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",107,88,107,122,0,0,"","","Certification not required",0,1439.869159,0.338813,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","88101",1,35.768847,-83.942152,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,14,0,0,"Certification not required",0,8.617593,3.699478,19.7,"2013-08-29 00:00",19.5,"2013-04-10 00:00",17,"2013-01-04 00:00",15.8,"2013-01-28 00:00","","","","",19.5,17,14.4,13.2,11.3,8.6,4,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-05" +"47","009","0011","88101",1,35.768847,-83.942152,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,14,"","","Certification not required",0,8.617593,3.699478,19.7,"2013-08-29 00:00",19.5,"2013-04-10 00:00",17,"2013-01-04 00:00",15.8,"2013-01-28 00:00","","","","",19.5,17,14.4,13.2,11.3,8.6,4,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-05" +"47","009","0011","88501",3,35.768847,-83.942152,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8656,99,360,365,0,104,"","","Certification not required",0,9.869385,4.781648,38.4,"2013-04-08 19:00",36.6,"2013-09-17 10:00",35.5,"2013-03-14 12:00",35.4,"2013-07-11 09:00","","","","",24.4,22,18.5,16,12.6,9.2,4.3,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0011","88501",3,35.768847,-83.942152,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",360,99,360,365,0,0,"","","Certification not required",0,9.829444,3.534694,23,"2013-08-28 00:00",22.8,"2013-08-30 00:00",21.7,"2013-08-29 00:00",21.4,"2013-08-31 00:00","","","","",21.4,19.1,16.1,14.4,11.9,9.5,5.8,"Maryville PM 2.5 monitors","2007 SEQUOYAH AVENUE MARYVILLE tn 37803","Tennessee","Blount","Maryville","Knoxville, TN","2014-02-10" +"47","009","0101","42101",2,35.63149,-83.943512,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48C-TL",2013,"Parts per million","No Events",3324,38,107,365,0,348,0,0,"Certification not required",0,0.142292,0.035311,0.456,"2013-07-01 16:00",0.351,"2013-05-28 08:00",0.35,"2013-04-19 14:00",0.326,"2013-05-28 02:00","","","","",0.242,0.213,0.19,0.179,0.164,0.144,0.097,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42101",2,35.63149,-83.943512,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",3220,37,105,365,0,0,0,0,"Certification not required",0,0.141615,0.050421,0.3,"2013-05-28 05:00",0.3,"2013-05-28 06:00",0.3,"2013-05-28 07:00",0.3,"2013-05-28 08:00",0.3,"2013-05-28 05:00",0.3,"2013-05-28 13:00",0.2,0.2,0.2,0.2,0.2,0.1,0.1,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42401",2,35.63149,-83.943512,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",2526,29,119,365,0,402,0,"","Certification not required",0,0.637815,1.650885,17.9,"2013-05-29 07:00",3,"2013-04-01 09:00",1.9,"2013-04-03 22:00",1.7,"2013-04-05 22:00","","","","",3,1.9,1.5,1,0.6,0.4,0.2,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42401",2,35.63149,-83.943512,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",2526,29,119,365,0,402,"","","Certification not required",0,0.277791,0.395902,17.9,"2013-05-29 07:00",3,"2013-04-01 09:00",1.9,"2013-04-03 22:00",1.8,"2013-04-01 10:00","","","","",1.1,0.8,0.6,0.4,0.3,0.2,0.2,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42401",2,35.63149,-83.943512,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",119,33,119,365,0,0,0,"","Certification not required",0,0.27395,0.154844,1.4,"2013-05-29 00:00",0.8,"2013-04-03 00:00",0.7,"2013-04-05 00:00",0.6,"2013-04-06 00:00","","","","",0.8,0.7,0.5,0.4,0.3,0.2,0.2,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42401",2,35.63149,-83.943512,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",835,29,117,365,0,0,"",0,"Certification not required",0,0.266587,0.275145,6.7,"2013-05-29 08:00",1.8,"2013-04-01 11:00",1.7,"2013-04-03 23:00",1.6,"2013-04-05 23:00","","","","",0.9,0.8,0.5,0.4,0.2,0.2,0.2,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42601",3,35.63149,-83.943512,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",2411,28,119,365,0,517,"","","Certification not required",0,0.060846,0.179538,6.3,"2013-06-13 22:00",4.1,"2013-06-13 23:00",1.6,"2013-07-04 08:00",0.7,"2013-07-01 06:00","","","","",0.4,0.3,0.2,0.2,0.1,0,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","42603",2,35.63149,-83.943512,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2393,27,116,365,0,535,"","","Certification not required",0,0.633891,1.312969,12.2,"2013-04-23 18:00",12,"2013-04-23 19:00",11.2,"2013-04-23 17:00",11.2,"2013-04-23 20:00","","","","",6.3,4.8,3.4,2.1,0.7,0,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2013-10-02" +"47","009","0101","44201",1,35.63149,-83.943512,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8639,98,240,245,0,121,0,0,"Certification not required",3,0.049954,0.009091,0.075,"2013-03-15 18:00",0.075,"2013-05-15 19:00",0.069,"2013-04-06 06:00",0.068,"2013-04-10 20:00","","","","",0.069,0.067,0.065,0.061,0.056,0.051,0.044,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","44201",1,35.63149,-83.943512,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,98,239,245,0,0,0,0,"Certification not required",0,0.046481,0.008864,0.072,"2013-03-15 14:00",0.068,"2013-05-15 14:00",0.065,"2013-04-06 00:00",0.064,"2013-04-05 23:00","","","","",0.065,0.063,0.061,0.057,0.053,0.048,0.041,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","44201",1,35.63149,-83.943512,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,98,239,245,0,0,0,0,"Certification not required",0,0.046481,0.008864,0.072,"2013-03-15 14:00",0.068,"2013-05-15 14:00",0.065,"2013-04-06 00:00",0.064,"2013-04-05 23:00","","","","",0.065,0.063,0.061,0.057,0.053,0.048,0.041,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","61101",1,35.63149,-83.943512,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8682,99,360,365,0,78,"","","Certification not required",0,4.465112,2.432951,19.2,"2013-02-10 19:00",18.4,"2013-02-19 00:00",16.7,"2013-02-10 16:00",16.3,"2013-02-18 20:00","","","","",12.4,11.3,9.3,7.8,5.6,3.9,1.9,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","61103",1,35.63149,-83.943512,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8535,97,352,365,0,225,"","","Certification not required",0,3.937832,2.484518,18.6,"2013-02-10 19:00",17.5,"2013-02-19 00:00",16.5,"2013-02-10 16:00",15.7,"2013-02-18 21:00","","","","",11.8,10.7,8.9,7.4,5.2,3.3,1.4,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","61104",1,35.63149,-83.943512,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8535,97,352,365,0,225,"","","Certification not required",0,200.958758,97.974522,360,"2013-01-04 00:00",360,"2013-01-24 12:00",360,"2013-03-08 16:00",360,"2013-06-23 11:00","","","","",355,350,337,325,292,190,45,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","61106",1,35.63149,-83.943512,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8535,97,352,365,0,225,"","","Certification not required",0,30.776801,15.846085,83,"2013-07-27 09:00",80,"2013-08-08 08:00",80,"2013-08-08 09:00",79,"2013-06-10 04:00","","","","",69,67,61,54,42,27,13,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","62101",1,35.63149,-83.943512,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8692,99,360,365,0,68,"","","Certification not required",0,54.239416,15.794361,86,"2013-06-12 16:00",85,"2013-06-12 14:00",85,"2013-06-12 15:00",84,"2013-06-12 17:00","","","","",80,78,75,72,67,58,30,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","62106",1,35.63149,-83.943512,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",1942,22,80,365,0,6074,"","","Certification not required",0,-0.512616,0.592857,1,"2013-11-01 19:00",1,"2013-11-01 20:00",0.9,"2013-09-07 00:00",0.9,"2013-09-07 02:00","","","","",0.7,0.6,0.4,0.2,-0.1,-0.5,-1.3,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-20" +"47","009","0101","62201",1,35.63149,-83.943512,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8675,99,359,365,0,85,"","","Certification not required",0,73.430202,18.958757,100,"2013-01-01 15:00",100,"2013-01-01 16:00",100,"2013-01-01 17:00",100,"2013-01-01 22:00","","","","",100,100,100,99,89,75,45,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","63301",1,35.63149,-83.943512,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8721,100,362,365,0,39,"","","Certification not required",4389,0.227554,0.350182,1.44,"2013-05-13 12:00",1.43,"2013-05-28 12:00",1.43,"2013-06-20 12:00",1.42,"2013-04-29 12:00","","","","",1.29,1.21,1.04,0.83,0.35,0.005,0.005,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","65102",1,35.63149,-83.943512,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8675,99,360,365,0,85,"","","Certification not required",0,0.008133,0.045269,1.13,"2013-05-21 17:00",0.93,"2013-06-02 09:00",0.92,"2013-09-03 03:00",0.87,"2013-06-05 16:00","","","","",0.19,0.12,0.04,0,0,0,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0101","85101",1,35.63149,-83.943512,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,8.690031,5.803197,27.4473,"2013-05-28 00:00",23.7183,"2013-05-31 00:00",21.9573,"2013-05-10 00:00",21.8477,"2013-05-22 00:00","","","","",27.4473,27.4473,21.9573,14.4487,10.3165,7.414,3.7547,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","86502",1,35.63149,-83.943512,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,3.380952,4.444522,18,"2013-05-31 00:00",17,"2013-05-28 00:00",13,"2013-05-10 00:00",13,"2013-05-22 00:00","","","","",18,18,13,9,3,2,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88103",1,35.63149,-83.943512,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.000106,0.000312,0.001,"2013-01-19 00:00",0.001,"2013-02-18 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-07 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88104",1,35.63149,-83.943512,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",2,0.019138,0.014003,0.056,"2013-04-01 00:00",0.045,"2013-03-17 00:00",0.0427,"2013-05-22 00:00",0.0422,"2013-05-28 00:00","","","","",0.056,0.056,0.0427,0.0404,0.03,0.0143,0.0034,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88109",1,35.63149,-83.943512,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.002409,0.001649,0.0081,"2013-01-28 00:00",0.0079,"2013-04-10 00:00",0.0056,"2013-04-07 00:00",0.0051,"2013-03-17 00:00","","","","",0.0081,0.0081,0.0056,0.0043,0.0028,0.002,0.0008,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88111",1,35.63149,-83.943512,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",1,0.016736,0.009947,0.0467,"2013-04-10 00:00",0.0358,"2013-04-01 00:00",0.0331,"2013-04-16 00:00",0.0329,"2013-03-17 00:00","","","","",0.0467,0.0467,0.0331,0.032,0.0231,0.0154,0.0052,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88112",1,35.63149,-83.943512,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88114",1,35.63149,-83.943512,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",7,0.000546,0.000339,0.0013,"2013-04-13 00:00",0.0012,"2013-01-04 00:00",0.0012,"2013-01-28 00:00",0.0012,"2013-02-24 00:00","","","","",0.0013,0.0013,0.0012,0.0012,0.0008,0.0005,0.00015,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88115",1,35.63149,-83.943512,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",11,0.001669,0.003283,0.0201,"2013-05-04 00:00",0.0108,"2013-04-10 00:00",0.0058,"2013-01-13 00:00",0.0039,"2013-03-17 00:00","","","","",0.0201,0.0201,0.0058,0.0033,0.0014,0.001,0.00015,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88126",1,35.63149,-83.943512,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.017426,0.010395,0.0382,"2013-04-01 00:00",0.0373,"2013-04-10 00:00",0.0369,"2013-05-01 00:00",0.0365,"2013-04-22 00:00","","","","",0.0382,0.0382,0.0369,0.0342,0.0253,0.0157,0.0054,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88128",1,35.63149,-83.943512,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.001255,0.000966,0.004,"2013-02-24 00:00",0.003,"2013-01-04 00:00",0.003,"2013-03-23 00:00",0.002,"2013-01-07 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88132",1,35.63149,-83.943512,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.000702,0.000462,0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-19 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88136",1,35.63149,-83.943512,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88140",1,35.63149,-83.943512,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",19,0.007048,0.007521,0.036,"2013-01-13 00:00",0.0304,"2013-05-31 00:00",0.017,"2013-01-10 00:00",0.016,"2013-02-09 00:00","","","","",0.036,0.036,0.017,0.016,0.011,0.005,0.00105,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88152",1,35.63149,-83.943512,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",22,0.001874,0.00225,0.0073,"2013-01-07 00:00",0.0064,"2013-04-16 00:00",0.0061,"2013-04-22 00:00",0.0059,"2013-04-10 00:00","","","","",0.0073,0.0073,0.0061,0.0059,0.0037,0.0003,0.00015,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88154",1,35.63149,-83.943512,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",18,0.000299,0.000258,0.0014,"2013-03-08 00:00",0.001,"2013-02-24 00:00",0.0007,"2013-01-28 00:00",0.0006,"2013-01-10 00:00","","","","",0.0014,0.0014,0.0007,0.0006,0.0004,0.0002,0.0001,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88161",1,35.63149,-83.943512,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",3,0.001477,0.001071,0.004,"2013-04-01 00:00",0.004,"2013-04-10 00:00",0.0035,"2013-04-22 00:00",0.0033,"2013-05-01 00:00","","","","",0.004,0.004,0.0035,0.0032,0.0023,0.0011,0.0003,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88164",1,35.63149,-83.943512,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",7,0.000212,0.00016,0.0007,"2013-04-16 00:00",0.0006,"2013-03-17 00:00",0.0005,"2013-01-13 00:00",0.0005,"2013-05-10 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.0003,0.0002,5e-05,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88165",1,35.63149,-83.943512,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",3,0.042009,0.035523,0.1173,"2013-04-01 00:00",0.1128,"2013-04-10 00:00",0.111,"2013-04-16 00:00",0.1087,"2013-04-22 00:00","","","","",0.1173,0.1173,0.111,0.1082,0.0676,0.0324,0.0032,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88167",1,35.63149,-83.943512,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.003826,0.002414,0.0145,"2013-02-24 00:00",0.0076,"2013-03-23 00:00",0.0075,"2013-01-04 00:00",0.0067,"2013-01-28 00:00","","","","",0.0145,0.0145,0.0075,0.0067,0.0047,0.0034,0.0013,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88168",1,35.63149,-83.943512,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",30,0.000204,0.000119,0.0006,"2013-05-31 00:00",0.0005,"2013-04-07 00:00",0.0004,"2013-02-21 00:00",0.0004,"2013-04-10 00:00","","","","",0.0006,0.0006,0.0004,0.0004,0.0003,0.00015,0.0001,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88169",1,35.63149,-83.943512,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.51406,0.28082,1.2963,"2013-02-09 00:00",1.1697,"2013-03-08 00:00",1.0675,"2013-01-07 00:00",1.0052,"2013-05-10 00:00","","","","",1.2963,1.2963,1.0675,0.8794,0.6791,0.4414,0.2183,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88176",1,35.63149,-83.943512,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",42,0.000169,5.5e-05,0.0004,"2013-02-09 00:00",0.0003,"2013-01-28 00:00",0.0003,"2013-01-31 00:00",0.0003,"2013-03-14 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88180",1,35.63149,-83.943512,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.033417,0.019039,0.1147,"2013-04-10 00:00",0.0837,"2013-04-16 00:00",0.0621,"2013-01-28 00:00",0.0565,"2013-03-23 00:00","","","","",0.1147,0.1147,0.0621,0.0557,0.0391,0.0302,0.0149,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88184",1,35.63149,-83.943512,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",14,0.037148,0.057105,0.2216,"2013-04-10 00:00",0.2063,"2013-01-13 00:00",0.206,"2013-05-31 00:00",0.1404,"2013-04-16 00:00","","","","",0.2216,0.2216,0.206,0.1268,0.0551,0.0121,0.00165,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88185",1,35.63149,-83.943512,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",36,0.000879,0.00066,0.0032,"2013-01-25 00:00",0.003,"2013-01-07 00:00",0.0024,"2013-03-17 00:00",0.0023,"2013-02-24 00:00","","","","",0.0032,0.0032,0.0024,0.0018,0.0008,0.00065,0.0004,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88203",1,35.63149,-83.943512,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",11,0.026861,0.040675,0.2153,"2013-01-13 00:00",0.1526,"2013-05-04 00:00",0.1306,"2013-05-31 00:00",0.0902,"2013-03-11 00:00","","","","",0.2153,0.2153,0.1306,0.0502,0.0268,0.0135,0.0059,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88306",1,35.63149,-83.943512,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.426119,0.352037,1.4752,"2013-01-04 00:00",1.2096,"2013-01-07 00:00",1.1712,"2013-02-03 00:00",1.1446,"2013-02-24 00:00","","","","",1.4752,1.4752,1.1712,1.0288,0.6241,0.3074,0.1133,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88320",1,35.63149,-83.943512,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,0.896905,0.58734,2.81,"2013-03-17 00:00",2.29,"2013-05-28 00:00",2.18,"2013-01-28 00:00",1.89,"2013-03-23 00:00","","","","",2.81,2.81,2.18,1.49,1.04,0.81,0.32,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88321",1,35.63149,-83.943512,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,0.160714,0.092668,0.42,"2013-03-17 00:00",0.38,"2013-03-23 00:00",0.34,"2013-01-28 00:00",0.28,"2013-03-05 00:00","","","","",0.42,0.42,0.34,0.28,0.21,0.15,0.06,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88324",1,35.63149,-83.943512,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",32,0.032942,0.033034,0.188,"2013-05-28 00:00",0.1324,"2013-01-28 00:00",0.0708,"2013-02-09 00:00",0.068,"2013-05-22 00:00","","","","",0.188,0.188,0.0708,0.061,0.0296,0.02245,0.0156,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88325",1,35.63149,-83.943512,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",3,0.188624,0.137,0.6049,"2013-05-28 00:00",0.5884,"2013-03-17 00:00",0.4657,"2013-01-28 00:00",0.4436,"2013-05-10 00:00","","","","",0.6049,0.6049,0.4657,0.385,0.2093,0.1615,0.0653,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88326",1,35.63149,-83.943512,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",5,0.233113,0.192569,1.0245,"2013-03-17 00:00",0.6259,"2013-05-28 00:00",0.5636,"2013-03-23 00:00",0.5151,"2013-01-28 00:00","","","","",1.0245,1.0245,0.5636,0.4403,0.3128,0.1924,0.0371,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88327",1,35.63149,-83.943512,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",1,0.177987,0.118006,0.5252,"2013-01-28 00:00",0.5062,"2013-03-17 00:00",0.461,"2013-03-23 00:00",0.3927,"2013-05-28 00:00","","","","",0.5252,0.5252,0.461,0.2913,0.2258,0.1501,0.0591,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88328",1,35.63149,-83.943512,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",1,0.27355,0.147884,0.6509,"2013-03-17 00:00",0.5396,"2013-01-28 00:00",0.5345,"2013-03-23 00:00",0.5059,"2013-05-10 00:00","","","","",0.6509,0.6509,0.5345,0.4804,0.3741,0.2678,0.1068,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88329",1,35.63149,-83.943512,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,0.392469,0.22798,1.0172,"2013-03-17 00:00",0.866,"2013-03-23 00:00",0.8552,"2013-01-28 00:00",0.672,"2013-04-07 00:00","","","","",1.0172,1.0172,0.8552,0.6673,0.5328,0.3722,0.1225,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88330",1,35.63149,-83.943512,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,0.04189,0.015305,0.0678,"2013-02-18 00:00",0.0648,"2013-03-29 00:00",0.0647,"2013-01-25 00:00",0.0644,"2013-05-01 00:00","","","","",0.0678,0.0678,0.0647,0.0623,0.0558,0.0436,0.022,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88331",1,35.63149,-83.943512,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",20,8.7e-05,0.000336,0.0022,"2013-03-08 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-11 00:00","","","","",0.0022,0.0022,0.0001,0.0001,5e-05,5e-05,0,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88338",1,35.63149,-83.943512,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",42,0.022066,0.022548,0.1245,"2013-03-02 00:00",0.1057,"2013-03-11 00:00",0.0683,"2013-02-09 00:00",0.0575,"2013-01-07 00:00","","","","",0.1245,0.1245,0.0683,0.02435,0.0235,0.01495,0.011,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88339",1,35.63149,-83.943512,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,2.120481,1.158374,5.34724,"2013-02-09 00:00",4.82485,"2013-03-08 00:00",4.40344,"2013-01-07 00:00",4.14657,"2013-05-10 00:00","","","","",5.34724,5.34724,4.40344,3.62732,2.80137,1.82078,0.90049,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88344",1,35.63149,-83.943512,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.549698,0.454134,1.903,"2013-01-04 00:00",1.5604,"2013-01-07 00:00",1.5108,"2013-02-03 00:00",1.4765,"2013-02-24 00:00","","","","",1.903,1.903,1.5108,1.3272,0.8051,0.3965,0.1462,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88348",1,35.63149,-83.943512,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.219,0.158275,0.5726,"2013-04-01 00:00",0.5354,"2013-04-10 00:00",0.5069,"2013-04-22 00:00",0.5015,"2013-05-01 00:00","","","","",0.5726,0.5726,0.5069,0.4908,0.344,0.1698,0.0426,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88350",1,35.63149,-83.943512,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",42,69,21,61,0,9,"","","Certification not required",0,1.613714,1.058526,5.0594,"2013-03-17 00:00",4.1254,"2013-05-28 00:00",3.9204,"2013-01-28 00:00",3.4094,"2013-03-23 00:00","","","","",5.0594,5.0594,3.9204,2.6775,1.8736,1.4603,0.5686,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88403",1,35.63149,-83.943512,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,1.511545,0.848763,3.9335,"2013-02-09 00:00",3.603,"2013-03-08 00:00",3.0458,"2013-01-07 00:00",2.813,"2013-04-16 00:00","","","","",3.9335,3.9335,3.0458,2.7524,2.0111,1.3157,0.6169,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0101","88501",3,35.63149,-83.943512,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6529,75,272,365,0,71,"","","Certification not required",0,9.617721,5.135948,180.9,"2013-07-04 09:00",40.1,"2013-04-09 20:00",31.2,"2013-04-09 21:00",29.5,"2013-04-10 23:00","","","","",23.3,21.3,18.1,15.8,12.4,9,4.1,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-31" +"47","009","0101","88501",3,35.63149,-83.943512,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,9.589706,3.910168,24.1,"2013-08-28 00:00",23.1,"2013-04-10 00:00",23.1,"2013-08-29 00:00",20.8,"2013-08-30 00:00","","","","",23.1,20.3,16.5,14.5,12.1,9,5,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-31" +"47","009","0101","88502",1,35.63149,-83.943512,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,5.044681,2.7975,15.8,"2013-04-10 00:00",9.9,"2013-05-28 00:00",9.8,"2013-03-17 00:00",9.5,"2013-01-28 00:00","","","","",15.8,15.8,9.8,8.6,6.9,4.3,2.2,"Great Smoky Mountains National Park, Look Rock","GREAT SMOKY MOUNTAINS NP LOOK ROCK","Tennessee","Blount","","Knoxville, TN","2014-01-28" +"47","009","0102","44201",1,35.603056,-83.783611,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5829,100,244,245,0,51,0,0,"Certification not required",753,0.043291,0.009449,0.071,"2013-03-15 21:00",0.066,"2013-04-10 13:00",0.064,"2013-04-09 19:00",0.063,"2013-03-16 00:00","","","","",0.064,0.063,0.057,0.055,0.05,0.044,0.031,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-01-14" +"47","009","0102","44201",1,35.603056,-83.783611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5850,100,244,245,0,0,0,0,"Certification not required",0,0.03825,0.009684,0.067,"2013-03-15 15:00",0.061,"2013-05-15 10:00",0.06,"2013-04-06 21:00",0.059,"2013-03-16 09:00","","","","",0.06,0.058,0.054,0.05,0.045,0.038,0.025,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-01-14" +"47","009","0102","44201",1,35.603056,-83.783611,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5850,100,244,245,0,0,0,0,"Certification not required",0,0.03825,0.009684,0.067,"2013-03-15 15:00",0.061,"2013-05-15 10:00",0.06,"2013-04-06 21:00",0.059,"2013-03-16 09:00","","","","",0.06,0.058,0.054,0.05,0.045,0.038,0.025,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-01-14" +"47","009","0102","61101",1,35.603056,-83.783611,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,2.429625,2.074123,15.1,"2013-03-05 19:00",15,"2013-03-05 20:00",13.8,"2013-01-31 01:00",13.4,"2013-03-24 19:00","","","","",9.5,8.5,6.8,5.2,3.3,1.7,0.6,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","61103",1,35.603056,-83.783611,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8756,100,365,365,0,4,"","","Certification not required",0,1.737529,1.930414,14.6,"2013-03-05 19:00",14.4,"2013-03-05 20:00",13.4,"2013-01-31 01:00",12.8,"2013-03-24 19:00","","","","",8.9,7.8,5.8,4.3,2.3,1,0.2,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","61104",1,35.603056,-83.783611,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,172.86809,94.51251,360,"2013-04-26 14:00",360,"2013-05-23 03:00",360,"2013-08-18 05:00",360,"2013-11-22 06:00","","","","",346,333,303,284,267,156,62,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","61106",1,35.603056,-83.783611,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8756,100,365,365,0,4,"","","Certification not required",0,48.550023,19.166841,96,"2013-11-30 21:00",95,"2013-06-02 00:00",95,"2013-08-29 01:00",94,"2013-07-05 16:00","","","","",86,83,79,74,63,50,21,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","62101",1,35.603056,-83.783611,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8757,100,365,365,0,3,"","","Certification not required",0,55.981386,16.672215,88,"2013-06-12 14:00",88,"2013-06-12 15:00",87,"2013-06-12 16:00",87,"2013-07-17 12:00","","","","",83,82,80,76,69,60,31,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","62201",1,35.603056,-83.783611,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8532,97,348,365,0,228,"","","Certification not required",0,80.952649,18.116908,100,"2013-01-01 06:00",100,"2013-01-01 07:00",100,"2013-01-01 08:00",100,"2013-01-01 09:00","","","","",100,100,100,100,97,87,54,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","63301",1,35.603056,-83.783611,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8760,100,365,365,0,0,"","","Certification not required",4412,0.230592,0.353032,1.59,"2013-04-29 13:00",1.57,"2013-07-08 12:00",1.5,"2013-04-18 11:00",1.49,"2013-08-15 12:00","","","","",1.32,1.23,1.03,0.84,0.36,0.005,0.005,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","009","0102","65102",1,35.603056,-83.783611,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8492,97,354,365,0,268,"","","Certification not required",0,0.008098,0.048569,1.51,"2013-06-27 03:00",1.28,"2013-06-02 10:00",1.24,"2013-09-03 03:00",1.05,"2013-08-08 17:00","","","","",0.2,0.11,0.04,0,0,0,0,"Great Smoky Mountains National Park, Cade's Cove","GREAT SMOKY MOUNTAINS NP - CADES COVE","Tennessee","Blount","","Knoxville, TN","2014-02-18" +"47","011","0102","42401",1,35.283164,-84.759371,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",7929,91,359,365,0,831,0,"","Certification not required",0,3.635933,5.299195,46,"2013-01-24 09:00",38,"2013-01-17 21:00",34,"2013-01-23 00:00",33,"2013-02-09 00:00","","","","",33,17.6,13.5,9,3.9,1.6,1,"","CHARLESTON BOWATERS SOUTH(B-2) WORTH ST.","Tennessee","Bradley","Charleston","Cleveland, TN","2014-01-31" +"47","011","0102","42401",1,35.283164,-84.759371,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7929,91,359,365,0,831,"","","Certification not required",0,1.638012,1.832406,46,"2013-01-24 09:00",38,"2013-01-17 21:00",34,"2013-01-23 00:00",33,"2013-01-24 10:00","","","","",9,6,4,3,1.7,1,1,"","CHARLESTON BOWATERS SOUTH(B-2) WORTH ST.","Tennessee","Bradley","Charleston","Cleveland, TN","2014-01-31" +"47","011","0102","42401",1,35.283164,-84.759371,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,1.641783,1.220076,11.2,"2013-01-17 00:00",10.2,"2013-01-24 00:00",7.1,"2013-02-09 00:00",6.1,"2013-01-23 00:00","","","","",6.1,4.7,4,3.1,1.9,1.1,1,"","CHARLESTON BOWATERS SOUTH(B-2) WORTH ST.","Tennessee","Bradley","Charleston","Cleveland, TN","2014-01-31" +"47","011","0102","42401",1,35.283164,-84.759371,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2497,86,347,365,0,0,"",0,"Certification not required",0,1.635523,1.586524,30,"2013-01-24 11:00",22,"2013-02-09 02:00",19.6,"2013-01-24 14:00",19,"2013-01-17 17:00","","","","",7.9,5.6,4,3,1.7,1,1,"","CHARLESTON BOWATERS SOUTH(B-2) WORTH ST.","Tennessee","Bradley","Charleston","Cleveland, TN","2014-01-31" +"47","011","0102","42401",2,35.283164,-84.759371,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",99085,94,359,365,0,6034,"","","Certification not required",0,1.649371,2.343047,97,"2013-01-17 22:30",90,"2013-01-17 22:25",89,"2013-01-17 22:05",86,"2013-01-17 22:35","","","","",8.9,5,4,3,1.5,1,1,"","CHARLESTON BOWATERS SOUTH(B-2) WORTH ST.","Tennessee","Bradley","Charleston","Cleveland, TN","2014-01-31" +"47","025","9991","44201",1,36.47,-83.8268,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7442,93,228,245,0,574,0,0,"Certification not required",430,0.046553,0.008737,0.069,"2013-04-06 15:00",0.068,"2013-05-14 17:00",0.068,"2013-05-15 16:00",0.065,"2013-04-05 18:00","","","","",0.068,0.064,0.06,0.057,0.052,0.047,0.041,"Speedwell","718 Russell Hill Rd, Speedwell, TN 37870","Tennessee","Claiborne","","","2014-01-31" +"47","025","9991","44201",1,36.47,-83.8268,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7557,92,225,245,0,0,0,0,"Certification not required",0,0.04232,0.008609,0.064,"2013-04-06 10:00",0.064,"2013-05-14 12:00",0.064,"2013-05-15 11:00",0.061,"2013-04-23 11:00","","","","",0.064,0.06,0.056,0.053,0.048,0.043,0.037,"Speedwell","718 Russell Hill Rd, Speedwell, TN 37870","Tennessee","Claiborne","","","2014-01-31" +"47","025","9991","44201",1,36.47,-83.8268,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7557,92,225,245,0,0,0,0,"Certification not required",0,0.04232,0.008609,0.064,"2013-04-06 10:00",0.064,"2013-05-14 12:00",0.064,"2013-05-15 11:00",0.061,"2013-04-23 11:00","","","","",0.064,0.06,0.056,0.053,0.048,0.043,0.037,"Speedwell","718 Russell Hill Rd, Speedwell, TN 37870","Tennessee","Claiborne","","","2014-01-31" +"47","037","0002","81102",1,36.143244,-86.754611,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,16.965517,6.668062,30,"2013-03-17 00:00",29,"2013-04-10 00:00",25,"2013-03-29 00:00",25,"2013-04-16 00:00","","","","",30,30,29,25,22,17,7,"","LESTER & HART STS","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-11" +"47","037","0011","42401",1,36.205,-86.744722,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",4241,48,176,365,0,103,0,"","Certification not required",0,3.454545,2.190416,14,"2013-02-12 09:00",12,"2013-02-09 06:00",10,"2013-03-08 10:00",10,"2013-03-23 10:00","","","","",12,10,8,6,5,3,1,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","42401",1,36.205,-86.744722,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",4241,48,176,365,0,103,"","","Certification not required",0,2.109644,1.284892,14,"2013-02-12 09:00",13,"2013-02-12 15:00",12,"2013-02-09 06:00",10,"2013-03-08 10:00","","","","",6,5,5,4,3,2,1,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","42401",1,36.205,-86.744722,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",176,48,176,365,0,0,0,"","Certification not required",0,2.115341,1.037713,5,"2013-05-29 00:00",5,"2013-05-31 00:00",4.9,"2013-05-30 00:00",4.8,"2013-05-28 00:00","","","","",5,4.8,4.3,3.6,2.9,2,1,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","42401",1,36.205,-86.744722,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1403,48,175,365,0,0,"",0,"Certification not required",0,2.09444,1.208923,9.3,"2013-03-23 14:00",8.6,"2013-02-12 11:00",8.6,"2013-02-12 17:00",7.6,"2013-03-08 11:00","","","","",5.6,5,4.6,4,3,2,1,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","42406",1,36.205,-86.744722,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET FLUORESCENCE",2013,"Parts per billion","No Events",4237,48,176,365,0,107,"","","Certification not required",0,2.661081,1.562463,26,"2013-02-12 09:00",17,"2013-03-23 10:00",16,"2013-02-12 10:00",15,"2013-02-09 07:00","","","","",7,6,5,5,3,2,1,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","42602",1,36.205,-86.744722,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4168,48,173,365,0,176,1,"","Certification not required",0,23.433526,13.848534,160,"2013-03-22 10:00",54,"2013-03-14 05:00",43,"2013-03-21 05:00",42,"2013-01-23 19:00","","","","",54,42,40,36,29,22,12,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","42602",1,36.205,-86.744722,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4168,48,173,365,0,176,"","","Certification not required",0,10.429942,7.733154,160,"2013-03-22 10:00",54,"2013-03-14 05:00",49,"2013-03-14 04:00",43,"2013-03-21 05:00","","","","",34,31,26,21,13,8,4,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","44201",1,36.205,-86.744722,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2835,48,118,245,0,93,0,0,"Certification not required",205,0.044856,0.008907,0.065,"2013-03-15 15:00",0.063,"2013-06-21 14:00",0.062,"2013-05-14 17:00",0.062,"2013-05-26 15:00","","","","",0.063,0.062,0.061,0.058,0.05,0.044,0.033,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","44201",1,36.205,-86.744722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2838,47,116,245,0,0,0,0,"Certification not required",0,0.04075,0.008481,0.058,"2013-03-15 11:00",0.057,"2013-05-14 11:00",0.057,"2013-06-19 10:00",0.056,"2013-04-06 09:00","","","","",0.057,0.057,0.055,0.054,0.047,0.041,0.03,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0011","44201",1,36.205,-86.744722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2838,47,116,245,0,0,0,0,"Certification not required",0,0.04075,0.008481,0.058,"2013-03-15 11:00",0.057,"2013-05-14 11:00",0.057,"2013-06-19 10:00",0.056,"2013-04-06 09:00","","","","",0.057,0.057,0.055,0.054,0.047,0.041,0.03,"","1015 TRINITY LANE","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0021","42101",1,36.159671,-86.781149,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",4317,49,181,365,0,27,0,0,"Certification not required",3202,0.34927,0.191093,1.7,"2013-01-18 23:00",1.6,"2013-01-04 23:00",1.6,"2013-01-19 00:00",1.6,"2013-05-09 07:00","","","","",1,0.9,0.8,0.6,0.5,0.25,0.25,"","700 BROADWAY","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0021","42101",1,36.159671,-86.781149,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4341,50,181,365,0,0,0,0,"Certification not required",0,0.381272,0.156287,1.3,"2013-01-05 02:00",1.3,"2013-01-05 03:00",1.2,"2013-01-05 01:00",1.2,"2013-01-05 04:00",1.3,"2013-01-05 02:00",1.2,"2013-01-08 02:00",1,0.9,0.7,0.6,0.4,0.3,0.3,"","700 BROADWAY","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0023","68101",1,36.176326,-86.738902,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",88,100,15,61,0,0,"","","Certification not required",3,0.098295,0.009125,0.1,"2013-01-01 00:00",0.1,"2013-01-02 00:00",0.1,"2013-01-03 00:00",0.1,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68101",2,36.176326,-86.738902,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-11 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68102",1,36.176326,-86.738902,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,100,15,61,0,0,"","","Certification not required",0,23.993182,0.039524,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68102",2,36.176326,-86.738902,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",15,25,15,61,0,0,"","","Certification not required",0,24.066667,0.048795,24.1,"2013-01-04 00:00",24.1,"2013-01-16 00:00",24.1,"2013-01-22 00:00",24.1,"2013-02-03 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68103",1,36.176326,-86.738902,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,15,61,0,0,"","","Certification not required",0,1.651136,5.078103,18.9,"2013-01-12 00:00",16,"2013-01-11 00:00",14,"2013-03-10 00:00",12.5,"2013-03-16 00:00","","","","",18.9,16,11.9,8.7,4.6,0.8,-4.1,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68103",2,36.176326,-86.738902,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.34,6.112844,15.2,"2013-01-11 00:00",11.2,"2013-01-29 00:00",8,"2013-03-17 00:00",5.9,"2013-03-29 00:00","","","","",15.2,15.2,15.2,11.2,5.9,0.6,-4.9,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68103",5,36.176326,-86.738902,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,11.834615,8.32301,22.7,"2013-06-27 00:00",22.2,"2013-07-15 00:00",22.1,"2013-08-08 00:00",21.4,"2013-07-09 00:00","","","","",22.7,22.2,22.1,21.1,18.1,16.1,-0.3,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","68104",1,36.176326,-86.738902,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,15,61,0,0,"","","Certification not required",0,12.625,6.218036,27.4,"2013-03-16 00:00",26,"2013-03-15 00:00",23.4,"2013-01-11 00:00",23.2,"2013-01-30 00:00","","","","",27.4,26,22.9,21.3,16.9,13.4,4.1,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68104",2,36.176326,-86.738902,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,11.5,6.222425,22.6,"2013-01-11 00:00",21.5,"2013-01-29 00:00",15.6,"2013-03-11 00:00",15.6,"2013-03-17 00:00","","","","",22.6,22.6,22.6,21.5,15.6,11.2,2.3,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68104",5,36.176326,-86.738902,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,22.490385,10.074181,36.7,"2013-07-09 00:00",36.2,"2013-06-27 00:00",34.3,"2013-07-15 00:00",34.3,"2013-09-07 00:00","","","","",36.7,36.2,34.3,33.8,31.6,25.2,8.7,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","68105",1,36.176326,-86.738902,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,15,61,0,0,"","","Certification not required",0,7.019318,5.279648,20.4,"2013-01-12 00:00",20.2,"2013-03-16 00:00",19.3,"2013-01-11 00:00",18.4,"2013-03-10 00:00","","","","",20.4,20.2,17.6,13.8,10.9,6.4,0.7,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68105",2,36.176326,-86.738902,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",15,25,15,61,0,0,"","","Certification not required",0,6.753333,5.818304,18.6,"2013-01-11 00:00",16.8,"2013-01-29 00:00",10.5,"2013-03-17 00:00",8.9,"2013-03-11 00:00","","","","",18.6,18.6,18.6,16.8,8.9,5.9,1.2,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68105",5,36.176326,-86.738902,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,16.871154,8.871707,29.5,"2013-06-27 00:00",29.2,"2013-07-09 00:00",27.6,"2013-07-15 00:00",25.8,"2013-05-28 00:00","","","","",29.5,29.2,27.6,25.6,24.8,20.1,3.8,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","68106",1,36.176326,-86.738902,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,15,61,0,0,"","","Certification not required",0,746.454545,5.453901,756,"2013-01-04 00:00",756,"2013-01-18 00:00",755,"2013-01-22 00:00",754,"2013-03-07 00:00","","","","",756,756,754,753,751,747,740,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68106",2,36.176326,-86.738902,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,745.466667,6.092931,757,"2013-01-04 00:00",755,"2013-01-22 00:00",752,"2013-03-29 00:00",750,"2013-02-09 00:00","","","","",757,757,757,755,750,746,739,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68106",5,36.176326,-86.738902,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,739.615385,4.149906,751,"2013-01-04 00:00",750,"2013-01-22 00:00",749,"2013-10-25 00:00",746,"2013-03-29 00:00","","","","",751,750,749,745,741,739,735,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","68107",1,36.176326,-86.738902,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,15,61,0,0,"","","Certification not required",0,753.625,4.470369,763,"2013-01-18 00:00",761,"2013-01-24 00:00",761,"2013-02-01 00:00",760,"2013-01-04 00:00","","","","",763,761,760,759,757,754,748,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68107",2,36.176326,-86.738902,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,752.466667,4.703595,760,"2013-01-04 00:00",760,"2013-01-22 00:00",758,"2013-02-09 00:00",757,"2013-03-29 00:00","","","","",760,760,760,760,757,752,747,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68107",5,36.176326,-86.738902,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,744.730769,4.229288,754,"2013-01-04 00:00",754,"2013-01-10 00:00",754,"2013-01-22 00:00",754,"2013-10-25 00:00","","","","",754,754,754,751,747,744,741,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","68108",1,36.176326,-86.738902,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,15,61,0,0,"","","Certification not required",0,750.034091,4.836283,759,"2013-01-18 00:00",758,"2013-01-04 00:00",758,"2013-02-01 00:00",757,"2013-01-22 00:00","","","","",759,758,757,756,754,750,744,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68108",2,36.176326,-86.738902,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",15,25,15,61,0,0,"","","Certification not required",0,749.2,4.828487,758,"2013-01-04 00:00",757,"2013-01-22 00:00",754,"2013-02-09 00:00",754,"2013-03-29 00:00","","","","",758,758,758,757,754,750,744,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68108",5,36.176326,-86.738902,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,741.480769,3.997501,752,"2013-01-04 00:00",751,"2013-01-22 00:00",751,"2013-10-25 00:00",748,"2013-02-09 00:00","","","","",752,751,751,747,744,741,737,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","68109",1,36.176326,-86.738902,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",88,100,15,61,0,0,"","","Certification not required",0,1438.409091,3.20788,1439,"2013-01-01 00:00",1439,"2013-01-02 00:00",1439,"2013-01-03 00:00",1439,"2013-01-04 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","68109",2,36.176326,-86.738902,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",15,25,15,61,0,0,"","","Certification not required",0,1439.066667,0.258199,1440,"2013-02-15 00:00",1439,"2013-01-04 00:00",1439,"2013-01-11 00:00",1439,"2013-01-16 00:00","","","","",1440,1440,1440,1439,1439,1439,1439,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-18" +"47","037","0023","88101",1,36.176326,-86.738902,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,24,88,365,0,2,0,0,"Certification not required",0,9.473864,4.732609,26.2,"2013-03-17 00:00",22.9,"2013-01-02 00:00",21.4,"2013-01-07 00:00",20,"2013-01-16 00:00","","","","",26.2,22.9,19.8,16.2,12.2,8.4,4.2,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0023","88101",1,36.176326,-86.738902,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,24,88,365,0,2,"","","Certification not required",0,9.473864,4.732609,26.2,"2013-03-17 00:00",22.9,"2013-01-02 00:00",21.4,"2013-01-07 00:00",20,"2013-01-16 00:00","","","","",26.2,22.9,19.8,16.2,12.2,8.4,4.2,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0023","88101",2,36.176326,-86.738902,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,0,0,"Certification not required",0,9.02,7.546352,26.6,"2013-03-17 00:00",19.8,"2013-01-16 00:00",14.6,"2013-01-04 00:00",14.4,"2013-01-29 00:00","","","","",26.6,26.6,26.6,19.8,14.4,7.5,0.3,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0023","88101",2,36.176326,-86.738902,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,0,"","","Certification not required",0,9.02,7.546352,26.6,"2013-03-17 00:00",19.8,"2013-01-16 00:00",14.6,"2013-01-04 00:00",14.4,"2013-01-29 00:00","","","","",26.6,26.6,26.6,19.8,14.4,7.5,0.3,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0023","88102",5,36.176326,-86.738902,"NAD27","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.020827,0.005228,0.04,"2013-09-13 00:00",0.036,"2013-06-15 00:00",0.03,"2013-08-08 00:00",0.026,"2013-01-22 00:00","","","","",0.04,0.036,0.03,0.026,0.021,0.021,0.014,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88103",5,36.176326,-86.738902,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000904,0.001107,0.004,"2013-09-07 00:00",0.004,"2013-10-13 00:00",0.003,"2013-07-09 00:00",0.003,"2013-10-01 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88104",5,36.176326,-86.738902,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",28,0.028942,0.041701,0.229,"2013-06-27 00:00",0.161,"2013-07-15 00:00",0.14,"2013-08-02 00:00",0.091,"2013-07-09 00:00","","","","",0.229,0.161,0.14,0.053,0.033,0.0125,0.0065,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88107",5,36.176326,-86.738902,"NAD27","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005441,0.003437,0.0295,"2013-03-23 00:00",0.0055,"2013-02-15 00:00",0.0055,"2013-03-29 00:00",0.0055,"2013-04-16 00:00","","","","",0.0295,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88109",5,36.176326,-86.738902,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.003335,0.001927,0.0089,"2013-01-28 00:00",0.0089,"2013-06-15 00:00",0.0069,"2013-03-17 00:00",0.0068,"2013-09-19 00:00","","","","",0.0089,0.0089,0.0069,0.0056,0.0041,0.003,0.0009,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88110",5,36.176326,-86.738902,"NAD27","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001154,0.003189,0.014,"2013-04-28 00:00",0.013,"2013-02-21 00:00",0.009,"2013-04-22 00:00",0.008,"2013-09-01 00:00","","","","",0.014,0.013,0.009,0.004,0,0,0,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88111",5,36.176326,-86.738902,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.029756,0.021339,0.089,"2013-01-04 00:00",0.0822,"2013-04-10 00:00",0.0793,"2013-06-27 00:00",0.0792,"2013-10-31 00:00","","","","",0.089,0.0822,0.0793,0.0674,0.0422,0.0237,0.0088,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88112",5,36.176326,-86.738902,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0065,0.021072,0.123,"2013-10-07 00:00",0.087,"2013-10-01 00:00",0.043,"2013-09-25 00:00",0.01,"2013-10-19 00:00","","","","",0.123,0.087,0.043,0.004,0.003,0.002,0,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88113",5,36.176326,-86.738902,"NAD27","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000636,8.4e-05,0.001,"2013-03-23 00:00",0.0007,"2013-01-04 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-03 00:00","","","","",0.001,0.0007,0.0007,0.0007,0.0007,0.00065,0.00055,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88114",5,36.176326,-86.738902,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.001753,0.00146,0.0061,"2013-01-04 00:00",0.0055,"2013-07-03 00:00",0.0048,"2013-10-01 00:00",0.0046,"2013-10-13 00:00","","","","",0.0061,0.0055,0.0048,0.0043,0.0024,0.00125,0.00065,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88115",5,36.176326,-86.738902,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.007228,0.005976,0.025,"2013-01-16 00:00",0.025,"2013-04-10 00:00",0.0205,"2013-10-07 00:00",0.0202,"2013-09-25 00:00","","","","",0.025,0.025,0.0205,0.0175,0.009,0.00405,0.0025,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88117",5,36.176326,-86.738902,"NAD27","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.004589,0.005476,0.043,"2013-03-23 00:00",0.00485,"2013-02-15 00:00",0.00485,"2013-03-29 00:00",0.00485,"2013-05-16 00:00","","","","",0.043,0.00485,0.00485,0.00485,0.0048,0.0034,0.0028,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88118",5,36.176326,-86.738902,"NAD27","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009963,0.006155,0.023,"2013-03-23 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.017,0.017,0.017,0.017,0.0055,0.0041,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88126",5,36.176326,-86.738902,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.053662,0.026394,0.16,"2013-06-27 00:00",0.113,"2013-01-04 00:00",0.102,"2013-07-15 00:00",0.081,"2013-09-19 00:00","","","","",0.16,0.113,0.102,0.0798,0.0725,0.0496,0.0267,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88128",5,36.176326,-86.738902,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000904,0.002286,0.015,"2013-06-15 00:00",0.004,"2013-01-04 00:00",0.004,"2013-04-28 00:00",0.004,"2013-10-19 00:00","","","","",0.015,0.004,0.004,0.002,0.001,0,0,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88131",5,36.176326,-86.738902,"NAD27","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010375,0.00351,0.023,"2013-08-08 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00","","","","",0.023,0.0165,0.0165,0.0165,0.011,0.011,0.007,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88132",5,36.176326,-86.738902,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000827,0.000857,0.003,"2013-01-04 00:00",0.003,"2013-09-07 00:00",0.003,"2013-10-25 00:00",0.002,"2013-02-03 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88136",5,36.176326,-86.738902,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000135,0.000345,0.001,"2013-01-10 00:00",0.001,"2013-02-27 00:00",0.001,"2013-04-04 00:00",0.001,"2013-07-09 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88140",5,36.176326,-86.738902,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.007339,0.004127,0.0315,"2013-02-03 00:00",0.015,"2013-01-10 00:00",0.015,"2013-07-15 00:00",0.0114,"2013-10-01 00:00","","","","",0.0315,0.015,0.015,0.009,0.009,0.006,0.0055,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88152",5,36.176326,-86.738902,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.005805,0.001511,0.01,"2013-06-27 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00","","","","",0.01,0.008,0.008,0.008,0.008,0.005,0.0045,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88154",5,36.176326,-86.738902,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001014,0.000245,0.0013,"2013-01-04 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88160",5,36.176326,-86.738902,"NAD27","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.013654,0.003793,0.026,"2013-05-04 00:00",0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-09 00:00","","","","",0.026,0.018,0.018,0.018,0.016,0.016,0.01,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88161",5,36.176326,-86.738902,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.002869,0.001795,0.0116,"2013-06-27 00:00",0.0089,"2013-07-27 00:00",0.0069,"2013-07-15 00:00",0.006,"2013-05-16 00:00","","","","",0.0116,0.0089,0.0069,0.00265,0.00265,0.0025,0.0021,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88164",5,36.176326,-86.738902,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001639,0.00027,0.003,"2013-06-27 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88165",5,36.176326,-86.738902,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.069133,0.085815,0.541,"2013-06-27 00:00",0.351,"2013-07-15 00:00",0.194,"2013-05-16 00:00",0.164,"2013-08-20 00:00","","","","",0.541,0.351,0.194,0.109,0.066,0.05,0.018,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88166",5,36.176326,-86.738902,"NAD27","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.008013,0.004355,0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-08-02 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88167",5,36.176326,-86.738902,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.006397,0.004526,0.0238,"2013-01-04 00:00",0.0172,"2013-01-16 00:00",0.0148,"2013-01-28 00:00",0.0118,"2013-10-13 00:00","","","","",0.0238,0.0172,0.0148,0.0113,0.0096,0.006,0.00175,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88168",5,36.176326,-86.738902,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001238,0.000459,0.0039,"2013-07-03 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-09 00:00","","","","",0.0039,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88169",5,36.176326,-86.738902,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.761115,0.399258,1.92,"2013-03-17 00:00",1.74,"2013-07-27 00:00",1.73,"2013-02-09 00:00",1.42,"2013-08-02 00:00","","","","",1.92,1.74,1.73,1.3,0.988,0.69,0.347,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88176",5,36.176326,-86.738902,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000944,0.000185,0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88180",5,36.176326,-86.738902,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.056819,0.030069,0.197,"2013-07-03 00:00",0.102,"2013-09-19 00:00",0.099,"2013-01-04 00:00",0.0915,"2013-10-13 00:00","","","","",0.197,0.102,0.099,0.0857,0.0739,0.052,0.0264,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88184",5,36.176326,-86.738902,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",35,0.041885,0.041464,0.194,"2013-04-10 00:00",0.169,"2013-04-16 00:00",0.143,"2013-11-06 00:00",0.129,"2013-07-15 00:00","","","","",0.194,0.169,0.143,0.096,0.048,0.027,0.0155,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88185",5,36.176326,-86.738902,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003313,0.003364,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-08-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88301",5,36.176326,-86.738902,"NAD27","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.667279,0.722198,4.36,"2013-03-17 00:00",2.91,"2013-01-16 00:00",1.8,"2013-02-09 00:00",1.33,"2013-02-27 00:00","","","","",4.36,2.91,1.8,1.18,0.838,0.526,0.099,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88302",5,36.176326,-86.738902,"NAD27","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.071819,0.056943,0.254,"2013-04-10 00:00",0.21,"2013-04-16 00:00",0.21,"2013-09-19 00:00",0.208,"2013-05-28 00:00","","","","",0.254,0.21,0.21,0.166,0.0949,0.054,0.0172,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88303",5,36.176326,-86.738902,"NAD27","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.046,0.02569,0.105,"2013-04-16 00:00",0.098,"2013-05-16 00:00",0.096,"2013-01-16 00:00",0.095,"2013-07-03 00:00","","","","",0.105,0.098,0.096,0.087,0.062,0.041,0.012,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88306",5,36.176326,-86.738902,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.914404,1.375035,7.51,"2013-03-17 00:00",6.45,"2013-01-16 00:00",2.91,"2013-03-29 00:00",2.3,"2013-01-04 00:00","","","","",7.51,6.45,2.91,1.79,0.909,0.445,0.228,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88355",5,36.176326,-86.738902,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.54492,1.0288,4.8,"2013-01-28 00:00",4.67,"2013-10-13 00:00",4.62,"2013-01-04 00:00",4.14,"2013-09-07 00:00","","","","",4.8,4.8,4.62,4.08,3.2,2.48,1.41,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88357",5,36.176326,-86.738902,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.32818,0.194982,1.13,"2013-01-04 00:00",0.878,"2013-07-09 00:00",0.678,"2013-06-15 00:00",0.561,"2013-02-15 00:00","","","","",1.13,1.13,0.678,0.53,0.402,0.283,0.153,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88370",5,36.176326,-86.738902,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.25034,0.869468,4.29,"2013-01-28 00:00",4.13,"2013-01-04 00:00",4.08,"2013-10-13 00:00",3.46,"2013-09-19 00:00","","","","",4.29,4.29,4.08,3.43,2.88,2.21,1.32,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88374",5,36.176326,-86.738902,"NAD27","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.21036,0.180603,0.894,"2013-01-04 00:00",0.68,"2013-10-13 00:00",0.587,"2013-09-19 00:00",0.477,"2013-10-25 00:00","","","","",0.894,0.894,0.587,0.467,0.284,0.165,0.056,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88375",5,36.176326,-86.738902,"NAD27","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.56762,0.208155,0.927,"2013-08-26 00:00",0.899,"2013-06-15 00:00",0.894,"2013-09-07 00:00",0.892,"2013-01-04 00:00","","","","",0.927,0.927,0.894,0.888,0.7,0.564,0.311,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88376",5,36.176326,-86.738902,"NAD27","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.64354,0.266419,1.28,"2013-01-28 00:00",1.11,"2013-01-04 00:00",1.11,"2013-10-13 00:00",1.07,"2013-08-26 00:00","","","","",1.28,1.28,1.11,1.06,0.82,0.595,0.337,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88377",5,36.176326,-86.738902,"NAD27","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.42372,0.191212,0.977,"2013-01-28 00:00",0.857,"2013-10-13 00:00",0.787,"2013-08-02 00:00",0.709,"2013-09-19 00:00","","","","",0.977,0.977,0.787,0.7,0.534,0.404,0.209,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88378",5,36.176326,-86.738902,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.40524,0.158127,0.763,"2013-03-23 00:00",0.726,"2013-10-13 00:00",0.703,"2013-03-17 00:00",0.687,"2013-01-28 00:00","","","","",0.763,0.763,0.703,0.676,0.526,0.389,0.241,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88380",5,36.176326,-86.738902,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.62164,0.340784,1.62,"2013-01-04 00:00",1.31,"2013-10-19 00:00",1.24,"2013-09-07 00:00",1.23,"2013-08-02 00:00","","","","",1.62,1.62,1.24,1.18,0.848,0.558,0.272,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88383",5,36.176326,-86.738902,"NAD27","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.96428,0.439485,2.23,"2013-01-04 00:00",1.81,"2013-10-13 00:00",1.8,"2013-10-19 00:00",1.61,"2013-07-03 00:00","","","","",2.23,2.23,1.8,1.58,1.24,0.942,0.505,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88384",5,36.176326,-86.738902,"NAD27","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.061294,0.023852,0.145,"2013-06-27 00:00",0.108,"2013-10-25 00:00",0.106,"2013-06-03 00:00",0.101,"2013-10-07 00:00","","","","",0.145,0.145,0.106,0.0929,0.072,0.0588,0.0329,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88385",5,36.176326,-86.738902,"NAD27","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.001605,0.004006,0.0293,"2013-08-14 00:00",0.00293,"2013-08-02 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.0293,0.0293,0.001,0.001,0.001,0.001,0.001,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88388",5,36.176326,-86.738902,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.69878,0.311241,1.35,"2013-10-19 00:00",1.32,"2013-10-13 00:00",1.22,"2013-08-02 00:00",1.19,"2013-01-28 00:00","","","","",1.35,1.35,1.22,1.17,0.909,0.664,0.34,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88403",5,36.176326,-86.738902,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.931096,1.130793,5.68,"2013-03-17 00:00",4.55,"2013-02-09 00:00",4.42,"2013-07-27 00:00",3.79,"2013-08-02 00:00","","","","",5.68,4.55,4.42,3.55,2.54,1.75,0.85,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0023","88502",3,36.176326,-86.738902,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4336,49,180,365,0,8,"","","Certification not required",0,9.271425,4.56069,31.8,"2013-04-23 21:00",31.1,"2013-03-15 22:00",30.2,"2013-04-23 20:00",29.7,"2013-03-10 06:00","","","","",22.7,20.9,17.9,15.2,11.9,8.6,4.1,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0023","88502",3,36.176326,-86.738902,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",180,49,180,365,0,0,"","","Certification not required",0,9.235,3.176862,19,"2013-03-10 00:00",18.4,"2013-06-07 00:00",17.3,"2013-01-28 00:00",16.8,"2013-06-08 00:00","","","","",18.4,16.8,14.6,13.7,11.6,9.1,5.7,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0023","88502",5,36.176326,-86.738902,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.353846,4.340392,24.3,"2013-03-17 00:00",21.6,"2013-07-03 00:00",18,"2013-01-16 00:00",16.8,"2013-10-13 00:00","","","","",24.3,21.6,18,15.9,13.1,9.8,5.8,"","105 SOUTH 17TH ST @ LOCKELAND SCHOOL","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-14" +"47","037","0024","81102",1,36.162763,-86.854927,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,0,0,"Certification not required",1,15.310345,6.803904,30,"2013-03-17 00:00",25,"2013-03-29 00:00",24,"2013-06-27 00:00",23,"2013-01-16 00:00","","","","",30,30,25,24,20,16,6,"","56TH AVE AND LOUISIANA ST","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-11" +"47","037","0024","81102",2,36.162763,-86.854927,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",30,49,30,61,0,0,0,0,"Certification not required",0,17.4,5.769121,27,"2013-05-16 00:00",27,"2013-06-27 00:00",26,"2013-01-04 00:00",26,"2013-03-17 00:00","","","","",27,27,27,26,21,17,10,"","56TH AVE AND LOUISIANA ST","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-01-27" +"47","037","0026","44201",1,36.150742,-86.623301,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",2913,50,122,245,0,15,0,0,"Certification not required",120,0.048262,0.008737,0.069,"2013-03-15 14:00",0.069,"2013-06-19 12:00",0.067,"2013-06-11 11:00",0.064,"2013-04-06 11:00","","","","",0.069,0.067,0.063,0.059,0.055,0.047,0.037,"","3711 BELL ROAD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0026","44201",1,36.150742,-86.623301,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2919,50,122,245,0,0,0,0,"Certification not required",0,0.043852,0.008187,0.063,"2013-03-15 12:00",0.062,"2013-06-19 10:00",0.061,"2013-05-14 11:00",0.06,"2013-04-06 10:00","","","","",0.062,0.061,0.058,0.054,0.05,0.043,0.034,"","3711 BELL ROAD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0026","44201",1,36.150742,-86.623301,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2919,50,122,245,0,0,0,0,"Certification not required",0,0.043852,0.008187,0.063,"2013-03-15 12:00",0.062,"2013-06-19 10:00",0.061,"2013-05-14 11:00",0.06,"2013-04-06 10:00","","","","",0.062,0.061,0.058,0.054,0.05,0.043,0.034,"","3711 BELL ROAD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-10" +"47","037","0036","68101",1,36.118251,-86.873547,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",88,100,15,61,0,0,"","","Certification not required",3,0.098295,0.009125,0.1,"2013-01-01 00:00",0.1,"2013-01-02 00:00",0.1,"2013-01-03 00:00",0.1,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68102",1,36.118251,-86.873547,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,100,15,61,0,0,"","","Certification not required",0,23.996591,0.023727,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68103",1,36.118251,-86.873547,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,15,61,0,0,"","","Certification not required",0,0.735227,5.193144,18.2,"2013-01-12 00:00",16,"2013-01-11 00:00",14.1,"2013-03-10 00:00",13.5,"2013-01-29 00:00","","","","",18.2,16,12.2,7.3,3.2,0.3,-5.3,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68104",1,36.118251,-86.873547,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,15,61,0,0,"","","Certification not required",0,11.644318,6.093955,26.2,"2013-03-16 00:00",25.5,"2013-03-15 00:00",22.6,"2013-01-30 00:00",21.9,"2013-01-11 00:00","","","","",26.2,25.5,21.6,20.1,16.2,12.2,3.1,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68105",1,36.118251,-86.873547,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,15,61,0,0,"","","Certification not required",0,6.153409,5.24998,19.8,"2013-01-12 00:00",19.4,"2013-03-16 00:00",18.5,"2013-01-11 00:00",17.8,"2013-03-10 00:00","","","","",19.8,19.4,17.4,12,10,5.6,-0.2,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68106",1,36.118251,-86.873547,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,15,61,0,0,"","","Certification not required",0,745.318182,5.565793,755,"2013-01-04 00:00",755,"2013-01-18 00:00",754,"2013-01-22 00:00",753,"2013-01-07 00:00","","","","",755,755,753,752,749,746,739,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68107",1,36.118251,-86.873547,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,15,61,0,0,"","","Certification not required",0,751.886364,4.424155,761,"2013-01-18 00:00",759,"2013-01-04 00:00",759,"2013-01-24 00:00",758,"2013-01-05 00:00","","","","",761,759,758,757,756,752,747,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68108",1,36.118251,-86.873547,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,15,61,0,0,"","","Certification not required",0,748.659091,4.875193,758,"2013-01-18 00:00",757,"2013-01-04 00:00",756,"2013-01-22 00:00",756,"2013-01-24 00:00","","","","",758,757,755,755,753,749,742,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","68109",1,36.118251,-86.873547,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",88,100,15,61,0,0,"","","Certification not required",0,1438.670455,2.14809,1439,"2013-01-01 00:00",1439,"2013-01-02 00:00",1439,"2013-01-03 00:00",1439,"2013-01-04 00:00","","","","",1439,1439,1439,1439,1439,1439,1439,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","88101",1,36.118251,-86.873547,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,24,88,365,0,2,0,0,"Certification not required",0,9.1625,5.33566,33,"2013-01-02 00:00",27.1,"2013-03-17 00:00",20.5,"2013-01-07 00:00",19.2,"2013-01-16 00:00","","","","",33,27.1,19.1,16.1,12.4,8.2,3.8,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","037","0036","88101",1,36.118251,-86.873547,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,24,88,365,0,2,"","","Certification not required",0,9.1625,5.33566,33,"2013-01-02 00:00",27.1,"2013-03-17 00:00",20.5,"2013-01-07 00:00",19.2,"2013-01-16 00:00","","","","",33,27.1,19.1,16.1,12.4,8.2,3.8,"SMOOTH TERRAIN OVER 1/2 MILE RADIUS FROM THE SITE","400 DAVIDSON RD","Tennessee","Davidson","Nashville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-07-19" +"47","041","9991","44201",1,36.0388,-85.7331,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7334,93,229,245,0,682,0,0,"Certification not required",15,0.044576,0.009116,0.072,"2013-03-15 15:00",0.065,"2013-03-10 15:00",0.065,"2013-04-06 14:00",0.065,"2013-05-15 13:00","","","","",0.065,0.064,0.058,0.056,0.051,0.046,0.039,"Edgar Evans","Edgar Evans State Park, Smithville, TN 37166","Tennessee","DeKalb","","","2014-01-31" +"47","041","9991","44201",1,36.0388,-85.7331,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7589,92,226,245,0,0,0,0,"Certification not required",0,0.041062,0.009214,0.069,"2013-03-15 13:00",0.062,"2013-04-05 12:00",0.062,"2013-04-06 10:00",0.062,"2013-05-15 09:00","","","","",0.062,0.061,0.055,0.052,0.047,0.043,0.036,"Edgar Evans","Edgar Evans State Park, Smithville, TN 37166","Tennessee","DeKalb","","","2014-01-31" +"47","041","9991","44201",1,36.0388,-85.7331,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7589,92,226,245,0,0,0,0,"Certification not required",0,0.041062,0.009214,0.069,"2013-03-15 13:00",0.062,"2013-04-05 12:00",0.062,"2013-04-06 10:00",0.062,"2013-05-15 09:00","","","","",0.062,0.061,0.055,0.052,0.047,0.043,0.036,"Edgar Evans","Edgar Evans State Park, Smithville, TN 37166","Tennessee","DeKalb","","","2014-01-31" +"47","045","0004","68101",1,36.038924,-89.382126,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,93,114,122,0,0,"","","Certification not required",102,0.071053,0.066484,0.4,"2013-02-27 00:00",0.3,"2013-02-09 00:00",0.3,"2013-02-15 00:00",0.3,"2013-03-11 00:00","","","","",0.3,0.3,0.3,0.1,0.05,0.05,0.05,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68102",1,36.038924,-89.382126,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,93,114,122,0,0,"","","Certification not required",0,24.076316,0.042702,24.1,"2013-03-29 00:00",24.1,"2013-04-04 00:00",24.1,"2013-04-07 00:00",24.1,"2013-04-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68103",1,36.038924,-89.382126,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,9.457895,9.969288,25,"2013-06-27 00:00",24,"2013-06-12 00:00",23.6,"2013-08-08 00:00",23.1,"2013-08-11 00:00","","","","",24,23.6,22.7,21.4,18.6,10.9,-4,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68104",1,36.038924,-89.382126,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,21.103509,10.276874,38.1,"2013-06-27 00:00",37.1,"2013-09-10 00:00",35.6,"2013-08-29 00:00",34.8,"2013-06-12 00:00","","","","",37.1,35.6,34.7,33.3,29.7,22.8,6,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68105",1,36.038924,-89.382126,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,14.99386,9.72409,30.8,"2013-06-27 00:00",30.1,"2013-06-12 00:00",29.2,"2013-07-09 00:00",28.4,"2013-06-24 00:00","","","","",30.1,29.2,27.7,25.9,24.3,16.5,1.2,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68106",1,36.038924,-89.382126,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,750.5,4.498279,762,"2013-11-24 00:00",762,"2013-12-24 00:00",761,"2013-01-04 00:00",761,"2013-12-12 00:00","","","","",762,761,760,756,753,750,745,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68107",1,36.038924,-89.382126,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,755.736842,4.85735,769,"2013-11-12 00:00",769,"2013-11-24 00:00",768,"2013-12-12 00:00",768,"2013-12-24 00:00","","","","",769,768,765,762,759,755,751,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68108",1,36.038924,-89.382126,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,753.245614,4.500858,766,"2013-11-24 00:00",765,"2013-11-12 00:00",765,"2013-12-12 00:00",765,"2013-12-24 00:00","","","","",765,765,762,759,756,753,748,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","68109",1,36.038924,-89.382126,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,93,114,122,0,0,"","","Certification not required",0,1439.947368,0.224283,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","88101",1,36.038924,-89.382126,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,8.935088,4.162049,19.3,"2013-03-17 00:00",19.2,"2013-09-10 00:00",18.2,"2013-01-25 00:00",17.3,"2013-06-06 00:00","","","","",19.2,18.2,16.5,15.1,11.4,8.7,3.9,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-06" +"47","045","0004","88101",1,36.038924,-89.382126,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,8.935088,4.162049,19.3,"2013-03-17 00:00",19.2,"2013-09-10 00:00",18.2,"2013-01-25 00:00",17.3,"2013-06-06 00:00","","","","",19.2,18.2,16.5,15.1,11.4,8.7,3.9,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-06" +"47","045","0004","88501",3,36.038924,-89.382126,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8512,97,350,365,0,248,"","","Certification not required",0,9.427032,4.905195,44.2,"2013-09-20 09:00",40.8,"2013-07-22 20:00",40.8,"2013-10-25 21:00",38.1,"2013-06-27 07:00","","","","",25.3,22.9,18.5,15.6,11.8,8.6,4.2,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","045","0004","88501",3,36.038924,-89.382126,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,9.322286,3.712222,22.4,"2013-08-25 00:00",21.9,"2013-06-12 00:00",21.9,"2013-08-26 00:00",21.3,"2013-08-31 00:00","","","","",21.3,18.6,16.6,14.6,11.4,8.7,5.2,"Dyersburg PM 2.5 monitor","175-B GREENWOOD STREET, DYERSBURG TN 38024","Tennessee","Dyer","Dyersburg","Dyersburg, TN","2014-02-10" +"47","065","0006","81102",1,35.017139,-85.322056,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,0,0,"Certification not required",0,15.272727,5.788375,31,"2013-01-28 00:00",31,"2013-04-10 00:00",28,"2013-05-16 00:00",20,"2013-04-16 00:00","","","","",31,31,28,20,18,15,9,"","3300 SOUTH BROAD STREET. 33RD AND BROAD, WDEF-TV","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-11" +"47","065","0006","81102",2,35.017139,-85.322056,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,4,0,0,"Certification not required",0,15.952381,5.708156,32,"2013-04-10 00:00",30,"2013-01-28 00:00",27,"2013-05-16 00:00",23,"2013-04-16 00:00","","","","",32,32,27,23,18,17,10,"","3300 SOUTH BROAD STREET. 33RD AND BROAD, WDEF-TV","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-11" +"47","065","0031","68102",1,34.994555,-85.242872,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",88,24,88,365,0,0,"","","Certification not required",0,23.927273,0.135381,24,"2013-01-13 00:00",24,"2013-03-02 00:00",24,"2013-03-17 00:00",24,"2013-03-26 00:00","","","","",24,24,24,24,24,24,23.7,"PM 2.5 MONITOR LOCATED BEHIND EAST RIDGE CITY HALL","1517 TOMBRAS AVENUE, EAST RIDGE","Tennessee","Hamilton","East Ridge","Chattanooga, TN-GA","2013-12-09" +"47","065","0031","68105",1,34.994555,-85.242872,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",88,100,44,61,0,0,"","","Certification not required",0,18.273864,8.411561,29,"2013-06-12 00:00",28.7,"2013-07-18 00:00",28.6,"2013-06-27 00:00",28.6,"2013-08-29 00:00","","","","",29,28.7,28,26.9,25.8,20.8,5.3,"PM 2.5 MONITOR LOCATED BEHIND EAST RIDGE CITY HALL","1517 TOMBRAS AVENUE, EAST RIDGE","Tennessee","Hamilton","East Ridge","Chattanooga, TN-GA","2013-12-09" +"47","065","0031","68108",1,34.994555,-85.242872,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",88,100,44,61,0,0,"","","Certification not required",0,749.113636,3.45557,756,"2013-01-04 00:00",756,"2013-01-27 00:00",755,"2013-01-07 00:00",755,"2013-01-10 00:00","","","","",756,756,755,754,752,749,745,"PM 2.5 MONITOR LOCATED BEHIND EAST RIDGE CITY HALL","1517 TOMBRAS AVENUE, EAST RIDGE","Tennessee","Hamilton","East Ridge","Chattanooga, TN-GA","2013-12-09" +"47","065","0031","88101",1,34.994555,-85.242872,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,71,87,122,0,4,0,0,"Certification not required",0,9.0375,3.777864,18.7,"2013-01-28 00:00",17.2,"2013-09-10 00:00",16.1,"2013-08-29 00:00",16,"2013-01-27 00:00","","","","",18.7,17.2,15.7,14.3,11.9,8.7,4.6,"PM 2.5 MONITOR LOCATED BEHIND EAST RIDGE CITY HALL","1517 TOMBRAS AVENUE, EAST RIDGE","Tennessee","Hamilton","East Ridge","Chattanooga, TN-GA","2013-12-09" +"47","065","0031","88101",1,34.994555,-85.242872,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,71,87,122,0,4,"","","Certification not required",0,9.0375,3.777864,18.7,"2013-01-28 00:00",17.2,"2013-09-10 00:00",16.1,"2013-08-29 00:00",16,"2013-01-27 00:00","","","","",18.7,17.2,15.7,14.3,11.9,8.7,4.6,"PM 2.5 MONITOR LOCATED BEHIND EAST RIDGE CITY HALL","1517 TOMBRAS AVENUE, EAST RIDGE","Tennessee","Hamilton","East Ridge","Chattanooga, TN-GA","2013-12-09" +"47","065","1011","44201",1,35.233476,-85.181581,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5708,98,241,245,0,172,0,0,"Certification not required",125,0.047647,0.009961,0.077,"2013-03-15 19:00",0.074,"2013-09-11 16:00",0.069,"2013-10-05 13:00",0.068,"2013-09-07 12:00","","","","",0.069,0.068,0.064,0.06,0.054,0.048,0.034,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-11-19" +"47","065","1011","44201",1,35.233476,-85.181581,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5751,97,238,245,0,0,0,0,"Certification not required",0,0.042605,0.00969,0.07,"2013-03-15 13:00",0.063,"2013-09-11 11:00",0.062,"2013-05-15 10:00",0.061,"2013-04-06 11:00","","","","",0.062,0.06,0.059,0.055,0.049,0.043,0.03,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-11-19" +"47","065","1011","44201",1,35.233476,-85.181581,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5751,97,238,245,0,0,0,0,"Certification not required",0,0.042605,0.00969,0.07,"2013-03-15 13:00",0.063,"2013-09-11 11:00",0.062,"2013-05-15 10:00",0.061,"2013-04-06 11:00","","","","",0.062,0.06,0.059,0.055,0.049,0.043,0.03,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-11-19" +"47","065","1011","68102",1,35.233476,-85.181581,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",45,74,45,61,0,0,"","","Certification not required",0,24.008889,0.02878,24.1,"2013-05-22 00:00",24.1,"2013-07-09 00:00",24.1,"2013-07-21 00:00",24.1,"2013-09-25 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-12-09" +"47","065","1011","68105",1,35.233476,-85.181581,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.377778,7.859733,26.6,"2013-06-27 00:00",25.6,"2013-07-15 00:00",25.5,"2013-07-09 00:00",25.1,"2013-08-02 00:00","","","","",26.6,26.6,25.5,24.8,24.2,21.5,6.3,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-12-09" +"47","065","1011","68108",1,35.233476,-85.181581,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,735.444444,3.545519,742,"2013-01-07 00:00",742,"2013-01-10 00:00",741,"2013-01-24 00:00",741,"2013-01-28 00:00","","","","",742,742,741,741,738,735,731,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-12-09" +"47","065","1011","88101",1,35.233476,-85.181581,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,2,0,0,"Certification not required",0,9.991111,3.815984,19.7,"2013-01-28 00:00",15.5,"2013-05-16 00:00",15.5,"2013-05-28 00:00",15,"2013-07-27 00:00","","","","",19.7,19.7,15.5,14.7,12.6,10.2,5.5,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-12-09" +"47","065","1011","88101",1,35.233476,-85.181581,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,2,"","","Certification not required",0,9.991111,3.815984,19.7,"2013-01-28 00:00",15.5,"2013-05-16 00:00",15.5,"2013-05-28 00:00",15,"2013-07-27 00:00","","","","",19.7,19.7,15.5,14.7,12.6,10.2,5.5,"Soddy-Daisy High School","SODDY DAISY H.S. 00618 SEQUOYAH RD","Tennessee","Hamilton","Soddy-Daisy","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68102",1,35.050928,-85.292975,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,0,"","","Certification not required",0,24.098889,0.010541,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68102",2,35.050928,-85.292975,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",90,100,45,61,0,0,"","","Certification not required",0,23.998889,0.010541,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68103",5,35.050928,-85.292975,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",36,59,36,61,0,16,"","","Certification not required",0,11.761111,8.20109,24.4,"2013-06-27 00:00",23.3,"2013-07-21 00:00",21.9,"2013-07-27 00:00",21.8,"2013-08-08 00:00","","","","",24.4,24.4,23.3,21.8,18.9,14,1.1,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","68104",5,35.050928,-85.292975,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",36,59,36,61,0,16,"","","Certification not required",0,21.427778,8.568668,32.3,"2013-06-27 00:00",32,"2013-08-02 00:00",31.5,"2013-06-21 00:00",31.2,"2013-08-08 00:00","","","","",32.3,32.3,32,31.2,30,23,10.3,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","68105",1,35.050928,-85.292975,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",89,100,44,61,0,1,"","","Certification not required",0,17.805618,8.434714,29.2,"2013-06-12 00:00",28.5,"2013-08-29 00:00",28.2,"2013-07-18 00:00",27.8,"2013-06-15 00:00","","","","",29.2,28.5,27.7,27.1,25.5,20.1,5.4,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68105",2,35.050928,-85.292975,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,45,61,0,0,"","","Certification not required",0,17.481111,8.349028,28.7,"2013-08-29 00:00",27.6,"2013-07-18 00:00",27.4,"2013-06-27 00:00",27.3,"2013-08-11 00:00","","","","",28.7,27.6,27.3,26,25.2,20.2,5.4,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68105",5,35.050928,-85.292975,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",36,59,36,61,0,16,"","","Certification not required",0,16.102778,8.239088,27.4,"2013-06-27 00:00",25.7,"2013-07-21 00:00",25.3,"2013-07-27 00:00",25.2,"2013-08-02 00:00","","","","",27.4,27.4,25.7,25.2,24.5,18.2,5.7,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","68106",5,35.050928,-85.292975,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,739.734694,4.024796,751,"2013-10-25 00:00",747,"2013-01-04 00:00",746,"2013-08-26 00:00",745,"2013-10-13 00:00","","","","",751,751,746,744,742,739,734,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","68107",5,35.050928,-85.292975,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,743.755102,4.210753,755,"2013-10-25 00:00",752,"2013-11-06 00:00",751,"2013-08-26 00:00",750,"2013-01-04 00:00","","","","",755,755,751,750,747,744,738,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","68108",1,35.050928,-85.292975,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,100,44,61,0,1,"","","Certification not required",0,745.05618,3.405742,752,"2013-01-04 00:00",751,"2013-01-07 00:00",751,"2013-01-10 00:00",751,"2013-01-19 00:00","","","","",752,751,751,750,747,744,741,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68108",2,35.050928,-85.292975,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,45,61,0,0,"","","Certification not required",0,748.866667,3.419048,756,"2013-01-04 00:00",755,"2013-01-07 00:00",755,"2013-01-10 00:00",755,"2013-01-19 00:00","","","","",756,755,755,754,751,749,744,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","68108",5,35.050928,-85.292975,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,741.326531,4.022788,752,"2013-10-25 00:00",748,"2013-01-04 00:00",748,"2013-08-26 00:00",747,"2013-01-10 00:00","","","","",752,752,748,747,744,741,736,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88101",1,35.050928,-85.292975,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,8.741111,3.73426,18.7,"2013-09-10 00:00",18,"2013-01-28 00:00",17.3,"2013-06-15 00:00",15.3,"2013-08-29 00:00","","","","",18.7,18,14.8,13.6,11.2,8.3,4.2,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","88101",1,35.050928,-85.292975,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,8.741111,3.73426,18.7,"2013-09-10 00:00",18,"2013-01-28 00:00",17.3,"2013-06-15 00:00",15.3,"2013-08-29 00:00","","","","",18.7,18,14.8,13.6,11.2,8.3,4.2,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","88101",2,35.050928,-85.292975,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,0,0,"Certification not required",0,8.7,3.679369,18.3,"2013-09-10 00:00",18,"2013-01-28 00:00",16.5,"2013-06-15 00:00",15.2,"2013-08-29 00:00","","","","",18.3,18,14.8,13.4,11.2,8.4,4.4,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","88101",2,35.050928,-85.292975,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",90,74,90,122,0,1,"","","Certification not required",0,8.7,3.679369,18.3,"2013-09-10 00:00",18,"2013-01-28 00:00",16.5,"2013-06-15 00:00",15.2,"2013-08-29 00:00","","","","",18.3,18,14.8,13.4,11.2,8.4,4.4,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-12-09" +"47","065","4002","88102",5,35.050928,-85.292975,"NAD27","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.019156,0.005247,0.026,"2013-02-03 00:00",0.026,"2013-02-21 00:00",0.026,"2013-02-27 00:00",0.026,"2013-04-16 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0205,0.0095,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88103",5,35.050928,-85.292975,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000563,0.000848,0.003,"2013-04-04 00:00",0.003,"2013-07-27 00:00",0.002,"2013-03-23 00:00",0.002,"2013-04-22 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88104",5,35.050928,-85.292975,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",19,0.070156,0.196523,1.32,"2013-06-15 00:00",0.323,"2013-01-28 00:00",0.303,"2013-06-27 00:00",0.194,"2013-06-09 00:00","","","","",1.32,1.32,0.303,0.165,0.037,0.025,0.0065,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88107",5,35.050928,-85.292975,"NAD27","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.007885,0.008275,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-10 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88109",5,35.050928,-85.292975,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",11,0.003367,0.002546,0.0142,"2013-01-28 00:00",0.0086,"2013-01-10 00:00",0.0072,"2013-03-17 00:00",0.0072,"2013-10-01 00:00","","","","",0.0142,0.0142,0.0072,0.0071,0.0045,0.003,0.0009,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88110",5,35.050928,-85.292975,"NAD27","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001104,0.002853,0.014,"2013-04-22 00:00",0.009,"2013-06-03 00:00",0.007,"2013-09-01 00:00",0.007,"2013-10-25 00:00","","","","",0.014,0.014,0.007,0.006,0,0,0,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88111",5,35.050928,-85.292975,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",5,0.030322,0.023884,0.101,"2013-09-19 00:00",0.0903,"2013-10-01 00:00",0.0806,"2013-06-27 00:00",0.077,"2013-04-10 00:00","","","","",0.101,0.101,0.0806,0.0705,0.0368,0.0254,0.0038,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88112",5,35.050928,-85.292975,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.006958,0.015755,0.094,"2013-10-07 00:00",0.039,"2013-10-19 00:00",0.037,"2013-09-25 00:00",0.036,"2013-10-01 00:00","","","","",0.094,0.094,0.037,0.018,0.004,0.002,0,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88113",5,35.050928,-85.292975,"NAD27","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",42,0.000794,0.000308,0.0018,"2013-05-16 00:00",0.0018,"2013-06-09 00:00",0.0015,"2013-09-07 00:00",0.0014,"2013-02-27 00:00","","","","",0.0018,0.0018,0.0015,0.0013,0.001,0.0007,0.00055,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88114",5,35.050928,-85.292975,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",20,0.002302,0.001518,0.0083,"2013-06-15 00:00",0.0057,"2013-10-31 00:00",0.0051,"2013-01-28 00:00",0.0047,"2013-09-01 00:00","","","","",0.0083,0.0083,0.0051,0.0043,0.003,0.0022,0.0008,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88115",5,35.050928,-85.292975,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.01,0.022324,0.156,"2013-06-15 00:00",0.0304,"2013-11-06 00:00",0.029,"2013-01-28 00:00",0.017,"2013-01-10 00:00","","","","",0.156,0.156,0.029,0.0154,0.0082,0.0055,0.0024,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88117",5,35.050928,-85.292975,"NAD27","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008617,0.013215,0.0435,"2013-03-23 00:00",0.0435,"2013-06-21 00:00",0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00","","","","",0.0435,0.0435,0.043,0.043,0.0048,0.0041,0.0028,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88118",5,35.050928,-85.292975,"NAD27","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010373,0.007208,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-10 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.0041,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88126",5,35.050928,-85.292975,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.082515,0.043867,0.213,"2013-06-27 00:00",0.178,"2013-10-01 00:00",0.165,"2013-05-10 00:00",0.144,"2013-06-09 00:00","","","","",0.213,0.213,0.165,0.143,0.116,0.0777,0.0319,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88128",5,35.050928,-85.292975,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001688,0.004178,0.028,"2013-01-10 00:00",0.005,"2013-02-21 00:00",0.005,"2013-03-23 00:00",0.005,"2013-04-10 00:00","","","","",0.028,0.028,0.005,0.004,0.002,0,0,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88131",5,35.050928,-85.292975,"NAD27","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010438,0.003695,0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-04-16 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88132",5,35.050928,-85.292975,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.002917,0.003201,0.019,"2013-06-15 00:00",0.008,"2013-04-10 00:00",0.007,"2013-10-01 00:00",0.006,"2013-01-10 00:00","","","","",0.019,0.019,0.007,0.006,0.004,0.003,0,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88136",5,35.050928,-85.292975,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000521,0.001111,0.005,"2013-01-28 00:00",0.004,"2013-06-03 00:00",0.003,"2013-06-21 00:00",0.003,"2013-10-19 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88140",5,35.050928,-85.292975,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.008252,0.008409,0.057,"2013-03-17 00:00",0.034,"2013-03-23 00:00",0.0121,"2013-04-16 00:00",0.009,"2013-01-10 00:00","","","","",0.057,0.057,0.0121,0.009,0.009,0.006,0.00475,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88152",5,35.050928,-85.292975,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005169,0.001476,0.008,"2013-02-09 00:00",0.008,"2013-05-16 00:00",0.008,"2013-05-28 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88154",5,35.050928,-85.292975,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001108,0.000227,0.0014,"2013-09-19 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-29 00:00","","","","",0.0014,0.0014,0.0013,0.0013,0.00125,0.00125,0.00065,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88160",5,35.050928,-85.292975,"NAD27","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.01501,0.008039,0.06,"2013-02-27 00:00",0.027,"2013-08-08 00:00",0.024,"2013-03-23 00:00",0.021,"2013-10-01 00:00","","","","",0.06,0.06,0.024,0.0185,0.018,0.016,0.008,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88161",5,35.050928,-85.292975,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",39,0.003527,0.003214,0.0187,"2013-06-27 00:00",0.0114,"2013-09-19 00:00",0.0102,"2013-06-09 00:00",0.0099,"2013-05-16 00:00","","","","",0.0187,0.0187,0.0102,0.008,0.00265,0.0022,0.0021,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88164",5,35.050928,-85.292975,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001519,0.00026,0.0019,"2013-02-09 00:00",0.0019,"2013-05-16 00:00",0.0019,"2013-05-28 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.00095,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88165",5,35.050928,-85.292975,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.078825,0.097524,0.601,"2013-06-27 00:00",0.362,"2013-06-09 00:00",0.181,"2013-05-16 00:00",0.176,"2013-08-20 00:00","","","","",0.601,0.601,0.181,0.144,0.099,0.047,0.0178,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88166",5,35.050928,-85.292975,"NAD27","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.009281,0.005492,0.019,"2013-02-03 00:00",0.019,"2013-02-27 00:00",0.019,"2013-04-16 00:00",0.019,"2013-06-15 00:00","","","","",0.019,0.019,0.019,0.0185,0.016,0.0075,0.0042,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88167",5,35.050928,-85.292975,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.011226,0.010279,0.057,"2013-01-10 00:00",0.0338,"2013-06-15 00:00",0.0292,"2013-11-06 00:00",0.0289,"2013-10-01 00:00","","","","",0.057,0.057,0.0292,0.0275,0.0136,0.0082,0.003,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88168",5,35.050928,-85.292975,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.001654,0.001484,0.0085,"2013-02-09 00:00",0.0078,"2013-06-15 00:00",0.0042,"2013-05-16 00:00",0.0028,"2013-09-01 00:00","","","","",0.0085,0.0085,0.0042,0.00175,0.00175,0.00115,0.00085,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88169",5,35.050928,-85.292975,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.767873,0.378717,1.75,"2013-01-28 00:00",1.63,"2013-02-09 00:00",1.56,"2013-07-27 00:00",1.35,"2013-09-07 00:00","","","","",1.75,1.75,1.56,1.28,0.996,0.749,0.306,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88176",5,35.050928,-85.292975,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001016,0.000233,0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88180",5,35.050928,-85.292975,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.078729,0.17416,1.24,"2013-06-15 00:00",0.198,"2013-09-01 00:00",0.101,"2013-03-23 00:00",0.0983,"2013-05-28 00:00","","","","",1.24,1.24,0.101,0.097,0.0695,0.049,0.0185,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88184",5,35.050928,-85.292975,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",28,0.045167,0.042616,0.219,"2013-03-17 00:00",0.168,"2013-04-10 00:00",0.131,"2013-03-23 00:00",0.109,"2013-01-28 00:00","","","","",0.219,0.219,0.131,0.096,0.063,0.027,0.0155,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88185",5,35.050928,-85.292975,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.004181,0.004092,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-04-16 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0061,0.00225,0.0014,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88301",5,35.050928,-85.292975,"NAD27","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.557494,0.410525,2.26,"2013-01-28 00:00",1.62,"2013-02-09 00:00",1.12,"2013-03-23 00:00",1.06,"2013-02-27 00:00","","","","",2.26,2.26,1.12,0.962,0.759,0.502,0.046,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88302",5,35.050928,-85.292975,"NAD27","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",3,0.085192,0.079326,0.391,"2013-11-06 00:00",0.342,"2013-04-10 00:00",0.22,"2013-04-28 00:00",0.202,"2013-01-28 00:00","","","","",0.391,0.391,0.22,0.2,0.108,0.06,0.016,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88303",5,35.050928,-85.292975,"NAD27","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",9,0.060157,0.13457,0.963,"2013-06-15 00:00",0.163,"2013-09-01 00:00",0.095,"2013-04-16 00:00",0.0835,"2013-04-10 00:00","","","","",0.963,0.963,0.095,0.083,0.052,0.035,0.012,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88306",5,35.050928,-85.292975,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.724216,0.6079,2.76,"2013-03-23 00:00",2.56,"2013-01-28 00:00",2.27,"2013-01-10 00:00",1.62,"2013-03-29 00:00","","","","",2.76,2.76,2.27,1.54,0.916,0.502,0.235,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88355",5,35.050928,-85.292975,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.70942,1.213836,5.71,"2013-09-19 00:00",4.96,"2013-04-10 00:00",4.78,"2013-01-28 00:00",4.4,"2013-07-27 00:00","","","","",5.71,5.71,4.78,4.28,3.62,2.67,1.23,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88357",5,35.050928,-85.292975,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.30342,0.150275,0.731,"2013-04-10 00:00",0.667,"2013-09-19 00:00",0.607,"2013-10-01 00:00",0.602,"2013-01-10 00:00","","","","",0.731,0.731,0.607,0.551,0.373,0.295,0.131,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88370",5,35.050928,-85.292975,"NAD27","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.4558,1.095894,5.23,"2013-09-19 00:00",4.39,"2013-04-10 00:00",4.2,"2013-01-28 00:00",3.96,"2013-05-28 00:00","","","","",5.23,5.23,4.2,3.95,3.34,2.37,1.2,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88374",5,35.050928,-85.292975,"NAD27","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.2004,0.157721,0.665,"2013-09-19 00:00",0.555,"2013-04-10 00:00",0.531,"2013-07-27 00:00",0.519,"2013-01-28 00:00","","","","",0.665,0.665,0.531,0.458,0.272,0.172,0.037,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88375",5,35.050928,-85.292975,"NAD27","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.6614,0.30109,1.37,"2013-09-19 00:00",1.26,"2013-05-28 00:00",1.21,"2013-07-27 00:00",1.15,"2013-04-10 00:00","","","","",1.37,1.37,1.21,1.02,0.923,0.665,0.309,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88376",5,35.050928,-85.292975,"NAD27","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.72692,0.338326,1.67,"2013-04-10 00:00",1.41,"2013-01-10 00:00",1.36,"2013-09-19 00:00",1.25,"2013-06-15 00:00","","","","",1.67,1.67,1.36,1.19,0.933,0.651,0.36,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88377",5,35.050928,-85.292975,"NAD27","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.47234,0.259469,1.15,"2013-09-19 00:00",1.03,"2013-01-28 00:00",1.01,"2013-04-10 00:00",0.88,"2013-10-31 00:00","","","","",1.15,1.15,1.01,0.872,0.677,0.418,0.186,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88378",5,35.050928,-85.292975,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.395,0.204288,0.891,"2013-03-23 00:00",0.762,"2013-01-28 00:00",0.74,"2013-03-05 00:00",0.722,"2013-05-28 00:00","","","","",0.891,0.891,0.74,0.686,0.534,0.381,0.143,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88380",5,35.050928,-85.292975,"NAD27","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.5571,0.264948,1.3,"2013-04-10 00:00",1.15,"2013-09-19 00:00",1.03,"2013-03-29 00:00",0.959,"2013-01-28 00:00","","","","",1.3,1.3,1.03,0.924,0.717,0.536,0.25,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88383",5,35.050928,-85.292975,"NAD27","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.88968,0.390477,1.79,"2013-09-19 00:00",1.69,"2013-01-28 00:00",1.56,"2013-03-23 00:00",1.51,"2013-03-29 00:00","","","","",1.79,1.79,1.56,1.49,1.12,0.843,0.377,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88384",5,35.050928,-85.292975,"NAD27","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.062388,0.026059,0.135,"2013-09-25 00:00",0.119,"2013-08-02 00:00",0.119,"2013-08-08 00:00",0.108,"2013-08-14 00:00","","","","",0.135,0.135,0.119,0.102,0.0756,0.0606,0.0333,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88385",5,35.050928,-85.292975,"NAD27","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.001094,0.000383,0.00295,"2013-07-09 00:00",0.00241,"2013-08-02 00:00",0.00235,"2013-06-15 00:00",0.001,"2013-01-04 00:00","","","","",0.00295,0.00295,0.00235,0.001,0.001,0.001,0.001,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88388",5,35.050928,-85.292975,"NAD27","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.64876,0.309354,1.34,"2013-01-28 00:00",1.28,"2013-03-23 00:00",1.19,"2013-03-05 00:00",1.16,"2013-09-19 00:00","","","","",1.34,1.34,1.19,1.11,0.813,0.639,0.295,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88403",5,35.050928,-85.292975,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,1.873449,0.975626,4.85,"2013-01-28 00:00",4.2,"2013-02-09 00:00",3.32,"2013-07-27 00:00",3.23,"2013-08-14 00:00","","","","",4.85,4.85,3.32,3.03,2.45,1.74,0.679,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4002","88501",3,35.050928,-85.292975,"NAD27","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 30 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8730,100,365,365,0,30,"","","Certification not required",0,11.930447,6.335067,157.6,"2013-06-15 23:00",74.2,"2013-03-09 18:00",65.1,"2013-03-09 19:00",59.5,"2013-06-16 00:00","","","","",28.9,26.3,22.9,20,15.5,11.2,4.8,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-01-30" +"47","065","4002","88501",3,35.050928,-85.292975,"NAD27","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.884932,4.764385,34.8,"2013-01-29 00:00",29,"2013-09-10 00:00",25.5,"2013-09-09 00:00",23.1,"2013-09-11 00:00","","","","",23.1,21.9,20.7,18.2,14.4,11.5,5.8,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-01-30" +"47","065","4002","88502",5,35.050928,-85.292975,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,10.50625,4.054963,19.7,"2013-01-28 00:00",18,"2013-06-15 00:00",17.5,"2013-07-27 00:00",15.5,"2013-09-07 00:00","","","","",19.7,19.7,17.5,15.4,13.3,11.2,4.3,"Monitors on roof of monitoring shelter adjacent to power substation","RIVERSIDE SUBSTATION 911 SISKIN DR","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2014-02-14" +"47","065","4003","44201",1,35.102638,-85.162194,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5782,99,243,245,0,98,0,0,"Certification not required",101,0.048564,0.010001,0.078,"2013-09-11 14:00",0.077,"2013-03-15 18:00",0.072,"2013-05-15 17:00",0.07,"2013-05-16 12:00","","","","",0.072,0.069,0.065,0.061,0.055,0.049,0.037,"","6200 BONNY OAKS DRIVE EASTSIDE UTILITY FILTER PLANT (RESERVOIR ROAD ON VAAP PROPERTY)","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-11-18" +"47","065","4003","44201",1,35.102638,-85.162194,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5835,98,241,245,0,0,0,0,"Certification not required",0,0.044004,0.009693,0.071,"2013-09-11 12:00",0.068,"2013-03-15 13:00",0.068,"2013-05-15 11:00",0.064,"2013-05-16 11:00","","","","",0.068,0.062,0.058,0.056,0.051,0.044,0.033,"","6200 BONNY OAKS DRIVE EASTSIDE UTILITY FILTER PLANT (RESERVOIR ROAD ON VAAP PROPERTY)","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-11-18" +"47","065","4003","44201",1,35.102638,-85.162194,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5835,98,241,245,0,0,0,0,"Certification not required",0,0.044004,0.009693,0.071,"2013-09-11 12:00",0.068,"2013-03-15 13:00",0.068,"2013-05-15 11:00",0.064,"2013-05-16 11:00","","","","",0.068,0.062,0.058,0.056,0.051,0.044,0.033,"","6200 BONNY OAKS DRIVE EASTSIDE UTILITY FILTER PLANT (RESERVOIR ROAD ON VAAP PROPERTY)","Tennessee","Hamilton","Chattanooga","Chattanooga, TN-GA","2013-11-18" +"47","089","0002","44201",1,36.105629,-83.602077,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5527,99,242,245,0,352,0,0,"Certified",81,0.050612,0.009663,0.08,"2013-06-12 16:00",0.076,"2013-05-15 13:00",0.074,"2013-08-05 15:00",0.073,"2013-09-11 13:00","","","","",0.074,0.07,0.067,0.062,0.057,0.051,0.037,"New Market ozone monitor","2393 Forrester Road, New Market TN 37820","Tennessee","Jefferson","New Market","Morristown, TN","2013-12-12" +"47","089","0002","44201",1,36.105629,-83.602077,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5792,98,239,245,0,0,0,0,"Certified",0,0.046004,0.009162,0.071,"2013-05-15 10:00",0.071,"2013-06-12 09:00",0.066,"2013-04-10 11:00",0.065,"2013-04-06 11:00","","","","",0.066,0.063,0.06,0.058,0.053,0.046,0.033,"New Market ozone monitor","2393 Forrester Road, New Market TN 37820","Tennessee","Jefferson","New Market","Morristown, TN","2013-12-12" +"47","089","0002","44201",1,36.105629,-83.602077,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5792,98,239,245,0,0,0,0,"Certified",0,0.046004,0.009162,0.071,"2013-05-15 10:00",0.071,"2013-06-12 09:00",0.066,"2013-04-10 11:00",0.065,"2013-04-06 11:00","","","","",0.066,0.063,0.06,0.058,0.053,0.046,0.033,"New Market ozone monitor","2393 Forrester Road, New Market TN 37820","Tennessee","Jefferson","New Market","Morristown, TN","2013-12-12" +"47","093","0021","44201",1,36.085508,-83.764806,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5781,98,240,245,0,99,0,0,"Certified",623,0.046717,0.009371,0.07,"2013-05-15 13:00",0.066,"2013-07-26 13:00",0.066,"2013-09-09 15:00",0.065,"2013-05-17 14:00","","","","",0.066,0.065,0.062,0.06,0.053,0.047,0.035,"East Knox Elementary School","9315 RUTLEDGE PIKE MASCOT TN 37806","Tennessee","Knox","Mascot","Knoxville, TN","2013-11-14" +"47","093","0021","44201",1,36.085508,-83.764806,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5789,98,239,245,0,0,0,0,"Certified",0,0.041368,0.008949,0.065,"2013-05-15 10:00",0.059,"2013-04-06 10:00",0.059,"2013-04-10 10:00",0.057,"2013-03-16 09:00","","","","",0.059,0.056,0.054,0.053,0.048,0.042,0.029,"East Knox Elementary School","9315 RUTLEDGE PIKE MASCOT TN 37806","Tennessee","Knox","Mascot","Knoxville, TN","2013-11-14" +"47","093","0021","44201",1,36.085508,-83.764806,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5789,98,239,245,0,0,0,0,"Certified",0,0.041368,0.008949,0.065,"2013-05-15 10:00",0.059,"2013-04-06 10:00",0.059,"2013-04-10 10:00",0.057,"2013-03-16 09:00","","","","",0.059,0.056,0.054,0.053,0.048,0.042,0.029,"East Knox Elementary School","9315 RUTLEDGE PIKE MASCOT TN 37806","Tennessee","Knox","Mascot","Knoxville, TN","2013-11-14" +"47","093","0023","14129",1,35.980303,-83.954875,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,1,0,0,"Certification not required",0,0.109,0.126643,0.574,"2013-01-16 00:00",0.366,"2013-01-28 00:00",0.304,"2013-06-27 00:00",0.231,"2013-05-16 00:00","","","","",0.574,0.574,0.366,0.304,0.162,0.062,0.019,"","1584 Ely Avenue, Knoxville, TN","Tennessee","Knox","Knoxville","Knoxville, TN","2013-09-10" +"47","093","0027","14129",1,35.983056,-83.952253,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",32,52,30,61,0,1,0,0,"Certification not required",0,0.029219,0.037595,0.157,"2013-01-28 00:00",0.133,"2013-06-27 00:00",0.102,"2013-01-13 00:00",0.07,"2013-01-04 00:00","","","","",0.157,0.157,0.133,0.07,0.036,0.016,0.004,"Burnside"," 2522 BURNSIDE ST KNOXVILLE TN 37921","Tennessee","Knox","Knoxville","Knoxville, TN","2013-09-10" +"47","093","0027","14129",2,35.983056,-83.952253,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,5,0,0,"Certification not required",0,0.025643,0.03052,0.122,"2013-06-27 00:00",0.103,"2013-01-13 00:00",0.072,"2013-01-04 00:00",0.069,"2013-05-28 00:00","","","","",0.122,0.122,0.103,0.072,0.033,0.015,0.003,"Burnside"," 2522 BURNSIDE ST KNOXVILLE TN 37921","Tennessee","Knox","Knoxville","Knoxville, TN","2013-09-10" +"47","093","0028","68101",1,35.944601,-84.03598,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",154,100,30,61,0,7,"","","Certification not required",101,0.140584,0.14572,0.7,"2013-05-21 00:00",0.6,"2013-06-08 00:00",0.5,"2013-03-16 00:00",0.5,"2013-04-15 00:00","","","","",0.6,0.5,0.4,0.4,0.2,0.05,0.05,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68101",2,35.944601,-84.03598,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",28,46,28,61,0,0,"","","Certification not required",15,0.2125,0.191787,0.5,"2013-04-10 00:00",0.5,"2013-05-10 00:00",0.5,"2013-05-22 00:00",0.5,"2013-05-28 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.05,0.05,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68102",1,35.944601,-84.03598,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",154,100,30,61,0,7,"","","Certification not required",0,23.99026,0.065449,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68102",2,35.944601,-84.03598,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",28,46,28,61,0,0,"","","Certification not required",0,23.885714,0.075593,23.9,"2013-01-04 00:00",23.9,"2013-01-10 00:00",23.9,"2013-01-16 00:00",23.9,"2013-01-22 00:00","","","","",23.9,23.9,23.9,23.9,23.9,23.9,23.9,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68103",1,35.944601,-84.03598,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",154,100,30,61,0,7,"","","Certification not required",0,7.164935,8.102695,20.9,"2013-06-25 00:00",20.5,"2013-06-17 00:00",20.4,"2013-06-12 00:00",20.4,"2013-06-26 00:00","","","","",20.5,20.4,19.2,18.1,15.3,5.8,-3.5,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68103",2,35.944601,-84.03598,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",28,46,28,61,0,0,"","","Certification not required",0,8.5,7.882658,20.2,"2013-06-27 00:00",19.6,"2013-06-21 00:00",19,"2013-06-09 00:00",18,"2013-05-22 00:00","","","","",20.2,20.2,19.6,19,15.7,9,-1.9,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68104",1,35.944601,-84.03598,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",154,100,30,61,0,7,"","","Certification not required",0,19.202597,9.219842,34.3,"2013-06-12 00:00",32.2,"2013-05-30 00:00",32.2,"2013-06-24 00:00",32.1,"2013-05-21 00:00","","","","",32.2,32.1,31.6,31.3,28.6,19.9,6.5,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68104",2,35.944601,-84.03598,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",28,46,28,61,0,0,"","","Certification not required",0,20.060714,9.276148,32.6,"2013-05-28 00:00",32.2,"2013-06-27 00:00",31.8,"2013-06-21 00:00",31.7,"2013-06-09 00:00","","","","",32.6,32.6,32.2,31.8,31.3,19.3,9.3,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68105",1,35.944601,-84.03598,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",154,100,30,61,0,7,"","","Certification not required",0,12.717532,8.367906,27.1,"2013-06-12 00:00",25.3,"2013-06-24 00:00",25.1,"2013-06-13 00:00",24.7,"2013-06-30 00:00","","","","",25.3,24.7,24.5,23.8,21.4,13,1.8,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68105",2,35.944601,-84.03598,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",28,46,28,61,0,0,"","","Certification not required",0,13.757143,8.430783,25.2,"2013-06-27 00:00",25.1,"2013-06-21 00:00",24.9,"2013-05-28 00:00",23.5,"2013-06-04 00:00","","","","",25.2,25.2,25.1,24.9,22.8,14.5,3.2,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68106",1,35.944601,-84.03598,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",154,100,30,61,0,7,"","","Certification not required",0,734.272727,4.270698,743,"2013-01-04 00:00",743,"2013-01-18 00:00",742,"2013-01-07 00:00",742,"2013-01-08 00:00","","","","",743,742,741,740,737,734,729,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68106",2,35.944601,-84.03598,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,0,"","","Certification not required",0,733.535714,4.246848,742,"2013-01-04 00:00",739,"2013-01-22 00:00",739,"2013-01-28 00:00",739,"2013-02-09 00:00","","","","",742,742,739,739,737,733,727,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68107",1,35.944601,-84.03598,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",154,100,30,61,0,7,"","","Certification not required",0,739.519481,3.847112,749,"2013-01-18 00:00",747,"2013-01-09 00:00",747,"2013-01-10 00:00",746,"2013-01-04 00:00","","","","",747,746,746,745,742,739,735,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68107",2,35.944601,-84.03598,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,0,"","","Certification not required",0,738.464286,3.976618,746,"2013-01-10 00:00",745,"2013-01-04 00:00",744,"2013-01-28 00:00",743,"2013-01-22 00:00","","","","",746,746,745,744,743,738,734,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68108",1,35.944601,-84.03598,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",154,100,30,61,0,7,"","","Certification not required",0,736.902597,3.915395,746,"2013-01-18 00:00",745,"2013-01-09 00:00",744,"2013-01-04 00:00",744,"2013-01-07 00:00","","","","",745,744,743,742,740,737,732,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68108",2,35.944601,-84.03598,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",28,46,28,61,0,0,"","","Certification not required",0,736.071429,4.027025,744,"2013-01-04 00:00",743,"2013-01-10 00:00",741,"2013-01-22 00:00",741,"2013-01-28 00:00","","","","",744,744,743,741,740,736,731,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68109",1,35.944601,-84.03598,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",154,100,30,61,0,7,"","","Certification not required",0,1438.512987,4.207427,1440,"2013-01-10 00:00",1440,"2013-01-11 00:00",1440,"2013-01-17 00:00",1440,"2013-01-23 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","68109",2,35.944601,-84.03598,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",28,46,28,61,0,0,"","","Certification not required",0,1438.785714,4.306388,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","0028","88101",1,35.944601,-84.03598,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",162,44,162,365,0,19,0,0,"Certification not required",0,8.87963,3.784344,25.5,"2013-01-29 00:00",20.5,"2013-01-09 00:00",19.8,"2013-01-08 00:00",17.4,"2013-01-27 00:00","","","","",20.5,17.4,15.2,13.9,11.1,8.4,4.5,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","0028","88101",1,35.944601,-84.03598,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",162,44,162,365,0,19,"","","Certification not required",0,8.87963,3.784344,25.5,"2013-01-29 00:00",20.5,"2013-01-09 00:00",19.8,"2013-01-08 00:00",17.4,"2013-01-27 00:00","","","","",20.5,17.4,15.2,13.9,11.1,8.4,4.5,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","0028","88101",2,35.944601,-84.03598,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,2,0,0,"Certification not required",0,9.810345,4.396049,22.1,"2013-06-09 00:00",17.4,"2013-04-10 00:00",17.1,"2013-01-28 00:00",13.3,"2013-05-28 00:00","","","","",22.1,22.1,17.4,17.1,11.7,9.9,4.5,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","0028","88101",2,35.944601,-84.03598,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,2,"","","Certification not required",0,9.810345,4.396049,22.1,"2013-06-09 00:00",17.4,"2013-04-10 00:00",17.1,"2013-01-28 00:00",13.3,"2013-05-28 00:00","","","","",22.1,22.1,17.4,17.1,11.7,9.9,4.5,"BEARDEN MIDDLE SCHOOL","1000 FRANCIS ROAD","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","1013","68101",1,35.980421,-83.932814,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",27,44,27,61,0,0,"","","Certification not required",1,0.327778,0.124293,0.5,"2013-04-16 00:00",0.5,"2013-05-16 00:00",0.5,"2013-05-22 00:00",0.5,"2013-06-09 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.1,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68102",1,35.980421,-83.932814,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",27,44,27,61,0,0,"","","Certification not required",0,24.02963,0.046532,24.1,"2013-02-03 00:00",24.1,"2013-04-10 00:00",24.1,"2013-04-16 00:00",24.1,"2013-04-22 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68103",1,35.980421,-83.932814,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,0,"","","Certification not required",0,9.725926,8.075251,20.7,"2013-06-21 00:00",20.2,"2013-06-09 00:00",20.1,"2013-06-27 00:00",19,"2013-05-22 00:00","","","","",20.7,20.7,20.2,20.1,17.4,12.3,-1.7,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68104",1,35.980421,-83.932814,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,0,"","","Certification not required",0,21.218519,9.868989,33.5,"2013-06-27 00:00",33.4,"2013-05-28 00:00",32.7,"2013-06-15 00:00",32.5,"2013-06-09 00:00","","","","",33.5,33.5,33.4,32.7,31.9,19.4,9.6,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68105",1,35.980421,-83.932814,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,0,"","","Certification not required",0,14.996296,8.900496,26.1,"2013-06-21 00:00",26.1,"2013-06-27 00:00",25.8,"2013-05-28 00:00",25.1,"2013-06-15 00:00","","","","",26.1,26.1,26.1,25.8,23.9,15.3,3.9,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68106",1,35.980421,-83.932814,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,0,"","","Certification not required",0,733.962963,4.336619,743,"2013-01-04 00:00",740,"2013-03-29 00:00",739,"2013-01-22 00:00",739,"2013-01-28 00:00","","","","",743,743,740,739,738,734,728,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68107",1,35.980421,-83.932814,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,0,"","","Certification not required",0,739,4.057282,747,"2013-01-10 00:00",746,"2013-01-04 00:00",744,"2013-01-22 00:00",744,"2013-01-28 00:00","","","","",747,747,746,744,743,738,734,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68108",1,35.980421,-83.932814,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,0,"","","Certification not required",0,736.592593,4.021665,744,"2013-01-04 00:00",743,"2013-01-10 00:00",742,"2013-01-22 00:00",742,"2013-01-28 00:00","","","","",744,744,743,742,741,736,732,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","68109",1,35.980421,-83.932814,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",27,44,27,61,0,0,"","","Certification not required",0,1439.703704,0.465322,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-28 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1013","81102",1,35.980421,-83.932814,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,66,40,61,0,1,0,0,"Certification not required",1,16.121951,5.988302,34,"2013-04-10 00:00",24,"2013-04-16 00:00",24,"2013-09-19 00:00",22,"2013-01-28 00:00","","","","",34,34,24,22,20,17,8,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-18" +"47","093","1013","81102",2,35.980421,-83.932814,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",38,62,38,61,0,4,0,0,"Certification not required",1,16.131579,6.059039,36,"2013-04-10 00:00",26,"2013-04-16 00:00",24,"2013-01-28 00:00",22,"2013-08-26 00:00","","","","",36,36,26,22,19,18,9,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-18" +"47","093","1013","88101",1,35.980421,-83.932814,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,10.3,3.952757,18.4,"2013-04-10 00:00",17.9,"2013-01-28 00:00",14.7,"2013-05-28 00:00",13.8,"2013-05-10 00:00","","","","",18.4,18.4,17.9,14.7,12.7,11,4.5,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","1013","88101",1,35.980421,-83.932814,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",0,10.3,3.952757,18.4,"2013-04-10 00:00",17.9,"2013-01-28 00:00",14.7,"2013-05-28 00:00",13.8,"2013-05-10 00:00","","","","",18.4,18.4,17.9,14.7,12.7,11,4.5,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","1013","88501",3,35.980421,-83.932814,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",5794,66,241,365,0,38,"","","Certification not required",0,11.992268,6.492931,52,"2013-07-04 20:00",49.5,"2013-04-08 18:00",47.9,"2013-04-08 19:00",46.3,"2013-05-25 23:00","","","","",30.4,27.8,23.9,20.5,15.8,11.2,4.5,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-09-17" +"47","093","1013","88501",3,35.980421,-83.932814,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",241,66,241,365,0,0,"","","Certification not required",0,11.971369,4.603329,28,"2013-01-29 00:00",26.1,"2013-08-28 00:00",25.5,"2013-08-27 00:00",24.7,"2013-08-30 00:00","","","","",25.5,24.6,20.7,17,14.4,11.5,6.7,"AIR LAB","1403 DAVANNA STREET Knoxville, Tn 37917","Tennessee","Knox","Knoxville","Knoxville, TN","2013-09-17" +"47","093","1017","14129",1,35.978074,-83.950666,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,0,0,"Certification not required",0,0.013483,0.0195,0.097,"2013-02-15 00:00",0.046,"2013-02-27 00:00",0.037,"2013-04-22 00:00",0.031,"2013-03-29 00:00","","","","",0.097,0.097,0.046,0.037,0.013,0.006,0.003,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-09-10" +"47","093","1017","68101",1,35.978074,-83.950666,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",72,100,15,61,0,7,"","","Certification not required",25,0.242361,0.163298,0.5,"2013-01-28 00:00",0.5,"2013-03-14 00:00",0.5,"2013-03-15 00:00",0.5,"2013-03-17 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68102",1,35.978074,-83.950666,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",72,100,15,61,0,7,"","","Certification not required",0,23.998611,0.011785,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00","","","","",24,24,24,24,24,24,24,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68103",1,35.978074,-83.950666,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",72,100,15,61,0,7,"","","Certification not required",0,0.954167,5.161175,16.8,"2013-01-12 00:00",14.6,"2013-03-16 00:00",13.5,"2013-03-17 00:00",12.3,"2013-01-11 00:00","","","","",16.8,14.6,12.3,7,3.7,0.7,-4.5,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68104",1,35.978074,-83.950666,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",72,100,15,61,0,7,"","","Certification not required",0,11.420833,5.666107,28.6,"2013-01-18 00:00",24.6,"2013-03-16 00:00",22.8,"2013-03-17 00:00",22.7,"2013-01-12 00:00","","","","",28.6,24.6,22.7,18.4,15.1,11.1,5,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68105",1,35.978074,-83.950666,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",72,100,15,61,0,7,"","","Certification not required",0,5.730556,4.853216,19.1,"2013-03-16 00:00",18.9,"2013-01-12 00:00",18.1,"2013-03-17 00:00",16.4,"2013-01-11 00:00","","","","",19.1,18.9,16.4,12.1,8.8,5,0.5,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68106",1,35.978074,-83.950666,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",72,100,15,61,0,7,"","","Certification not required",0,732.027778,4.852681,741,"2013-01-18 00:00",741,"2013-01-27 00:00",739,"2013-01-04 00:00",739,"2013-03-27 00:00","","","","",741,741,739,738,736,732,727,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68107",1,35.978074,-83.950666,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",72,100,15,61,0,7,"","","Certification not required",0,738.097222,4.302504,747,"2013-01-18 00:00",745,"2013-01-19 00:00",745,"2013-01-24 00:00",745,"2013-01-27 00:00","","","","",747,745,745,743,742,739,733,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68108",1,35.978074,-83.950666,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",72,100,15,61,0,7,"","","Certification not required",0,735.125,4.487659,745,"2013-01-18 00:00",743,"2013-01-27 00:00",741,"2013-01-09 00:00",741,"2013-01-19 00:00","","","","",745,743,741,740,739,735,730,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","68109",1,35.978074,-83.950666,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",72,100,15,61,0,7,"","","Certification not required",0,1439.125,1.232626,1440,"2013-01-09 00:00",1440,"2013-01-11 00:00",1440,"2013-01-19 00:00",1440,"2013-01-23 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-03" +"47","093","1017","88101",1,35.978074,-83.950666,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",73,20,73,365,0,17,0,0,"Certification not required",0,10.094521,4.245452,27.7,"2013-01-29 00:00",20.4,"2013-01-09 00:00",20.2,"2013-01-18 00:00",18.4,"2013-01-28 00:00","","","","",27.7,20.4,18.4,14.7,11.7,9.2,5.8,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-23" +"47","093","1017","88101",1,35.978074,-83.950666,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",73,20,73,365,0,17,"","","Certification not required",0,10.094521,4.245452,27.7,"2013-01-29 00:00",20.4,"2013-01-09 00:00",20.2,"2013-01-18 00:00",18.4,"2013-01-28 00:00","","","","",27.7,20.4,18.4,14.7,11.7,9.2,5.8,"Rule High School (relo)","1613 VERMONT AVENUE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-07-23" +"47","093","1020","44201",1,36.019186,-83.87381,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5766,96,235,245,0,114,0,0,"Certified",900,0.047255,0.010365,0.075,"2013-06-21 15:00",0.07,"2013-05-15 12:00",0.07,"2013-08-05 13:00",0.067,"2013-08-27 16:00","","","","",0.07,0.065,0.064,0.061,0.055,0.047,0.034,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-11-14" +"47","093","1020","44201",1,36.019186,-83.87381,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5767,96,236,245,0,0,0,0,"Certified",0,0.041275,0.009841,0.066,"2013-05-15 10:00",0.061,"2013-04-10 11:00",0.061,"2013-06-12 10:00",0.061,"2013-06-21 11:00","","","","",0.061,0.06,0.056,0.054,0.049,0.042,0.028,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-11-14" +"47","093","1020","44201",1,36.019186,-83.87381,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5767,96,236,245,0,0,0,0,"Certified",0,0.041275,0.009841,0.066,"2013-05-15 10:00",0.061,"2013-04-10 11:00",0.061,"2013-06-12 10:00",0.061,"2013-06-21 11:00","","","","",0.061,0.06,0.056,0.054,0.049,0.042,0.028,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-11-14" +"47","093","1020","68101",1,36.019186,-83.87381,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",168,100,30,61,0,7,"","","Certification not required",57,0.243155,0.174919,0.6,"2013-02-18 00:00",0.6,"2013-06-05 00:00",0.6,"2013-06-07 00:00",0.5,"2013-01-12 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.3,0.05,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68102",1,36.019186,-83.87381,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",168,100,30,61,0,7,"","","Certification not required",0,23.984524,0.08754,24.1,"2013-01-17 00:00",24.1,"2013-06-05 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00","","","","",24.1,24,24,24,24,24,24,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68103",1,36.019186,-83.87381,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",168,100,30,61,0,7,"","","Certification not required",0,7.707738,8.343358,22.1,"2013-06-25 00:00",21.1,"2013-06-17 00:00",20.8,"2013-06-12 00:00",20.8,"2013-06-28 00:00","","","","",21.1,20.8,19.4,18.8,15.7,6.9,-3.2,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68103",5,36.019186,-83.87381,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.040385,7.789894,20.3,"2013-08-08 00:00",19.9,"2013-07-21 00:00",19.6,"2013-09-01 00:00",19,"2013-07-09 00:00","","","","",20.3,19.9,19.6,18.8,16.7,12.4,-2,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","68104",1,36.019186,-83.87381,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",168,100,30,61,0,7,"","","Certification not required",0,20.45119,9.422199,36,"2013-06-12 00:00",34.4,"2013-05-29 00:00",34.3,"2013-06-20 00:00",34.3,"2013-06-24 00:00","","","","",34.4,34.3,33.6,32.5,29.8,21.2,7.6,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68104",5,36.019186,-83.87381,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,22.030769,9.18192,34.7,"2013-07-09 00:00",33.9,"2013-07-15 00:00",32.1,"2013-08-26 00:00",32,"2013-08-20 00:00","","","","",34.7,33.9,32.1,31.6,30.2,24.2,8.2,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","68105",1,36.019186,-83.87381,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",168,100,30,61,0,7,"","","Certification not required",0,13.597619,8.259271,28.2,"2013-06-12 00:00",26.1,"2013-06-13 00:00",25.9,"2013-06-01 00:00",25.8,"2013-06-24 00:00","","","","",26.1,25.8,25.2,24.8,21.9,14,2.8,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68105",5,36.019186,-83.87381,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,15.317308,8.026347,26,"2013-07-15 00:00",25,"2013-07-09 00:00",23.9,"2013-08-08 00:00",23.5,"2013-06-27 00:00","","","","",26,25,23.9,23.3,22,18.4,3.7,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","68106",1,36.019186,-83.87381,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",168,100,30,61,0,7,"","","Certification not required",0,730.607143,6.291364,740,"2013-01-04 00:00",740,"2013-01-18 00:00",739,"2013-01-07 00:00",739,"2013-01-09 00:00","","","","",740,739,738,737,734,731,726,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68106",5,36.019186,-83.87381,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,730.576923,4.011484,739,"2013-01-04 00:00",739,"2013-10-25 00:00",737,"2013-01-22 00:00",737,"2013-03-29 00:00","","","","",739,739,737,736,733,731,725,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","68107",1,36.019186,-83.87381,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",168,100,30,61,0,7,"","","Certification not required",0,736.303571,3.937778,746,"2013-01-18 00:00",744,"2013-01-09 00:00",744,"2013-01-10 00:00",743,"2013-01-04 00:00","","","","",744,743,743,741,739,736,732,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68107",5,36.019186,-83.87381,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,735.115385,3.671052,744,"2013-01-10 00:00",742,"2013-01-04 00:00",742,"2013-10-25 00:00",741,"2013-01-28 00:00","","","","",744,742,742,740,737,735,731,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","68108",1,36.019186,-83.87381,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",168,100,30,61,0,7,"","","Certification not required",0,733.660714,4.04589,743,"2013-01-18 00:00",742,"2013-01-09 00:00",741,"2013-01-04 00:00",741,"2013-01-07 00:00","","","","",742,741,740,739,736,733,728,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","68108",5,36.019186,-83.87381,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,732.461538,3.728331,740,"2013-01-04 00:00",740,"2013-10-25 00:00",739,"2013-01-10 00:00",738,"2013-01-22 00:00","","","","",740,740,739,738,735,732,728,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","68109",1,36.019186,-83.87381,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",168,100,30,61,0,7,"","","Certification not required",0,1438.071429,5.675424,1440,"2013-01-06 00:00",1440,"2013-01-14 00:00",1440,"2013-01-23 00:00",1440,"2013-01-26 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-09" +"47","093","1020","88101",1,36.019186,-83.87381,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",168,46,168,365,0,11,0,0,"Certification not required",0,8.763095,3.738288,20,"2013-01-09 00:00",17.6,"2013-01-28 00:00",17.5,"2013-01-08 00:00",17.4,"2013-04-10 00:00","","","","",17.6,17.4,15.3,13.7,11.6,8.5,4.2,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","1020","88101",1,36.019186,-83.87381,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",168,46,168,365,0,11,"","","Certification not required",0,8.763095,3.738288,20,"2013-01-09 00:00",17.6,"2013-01-28 00:00",17.5,"2013-01-08 00:00",17.4,"2013-04-10 00:00","","","","",17.6,17.4,15.3,13.7,11.6,8.5,4.2,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2013-10-11" +"47","093","1020","88102",5,36.019186,-83.87381,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.019942,0.004955,0.041,"2013-09-19 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-27 00:00",0.026,"2013-05-04 00:00","","","","",0.041,0.026,0.026,0.026,0.021,0.0205,0.014,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88103",5,36.019186,-83.87381,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0005,0.000897,0.003,"2013-01-28 00:00",0.003,"2013-04-04 00:00",0.003,"2013-10-01 00:00",0.002,"2013-01-10 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88104",5,36.019186,-83.87381,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",32,0.039308,0.086465,0.483,"2013-09-19 00:00",0.382,"2013-10-19 00:00",0.195,"2013-06-27 00:00",0.108,"2013-05-22 00:00","","","","",0.483,0.382,0.195,0.085,0.031,0.0125,0.0065,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88107",5,36.019186,-83.87381,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.006174,0.004876,0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0119,"2013-08-14 00:00",0.01,"2013-06-21 00:00","","","","",0.0295,0.0295,0.0119,0.0055,0.0055,0.005,0.0039,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88109",5,36.019186,-83.87381,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",15,0.00323,0.002253,0.0095,"2013-01-28 00:00",0.0084,"2013-03-29 00:00",0.0082,"2013-04-10 00:00",0.0074,"2013-01-10 00:00","","","","",0.0095,0.0084,0.0082,0.0064,0.0042,0.0032,0.00065,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88110",5,36.019186,-83.87381,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000865,0.001981,0.007,"2013-06-09 00:00",0.007,"2013-10-25 00:00",0.006,"2013-08-14 00:00",0.005,"2013-02-15 00:00","","","","",0.007,0.007,0.006,0.005,0,0,0,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88111",5,36.019186,-83.87381,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.038973,0.035727,0.171,"2013-03-11 00:00",0.147,"2013-05-28 00:00",0.105,"2013-08-26 00:00",0.104,"2013-05-22 00:00","","","","",0.171,0.147,0.105,0.0834,0.0515,0.0312,0.00375,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88112",5,36.019186,-83.87381,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.007981,0.018758,0.093,"2013-09-19 00:00",0.071,"2013-10-13 00:00",0.066,"2013-10-07 00:00",0.034,"2013-10-01 00:00","","","","",0.093,0.071,0.066,0.026,0.004,0.002,0,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88113",5,36.019186,-83.87381,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.000691,0.000273,0.0021,"2013-07-27 00:00",0.0018,"2013-08-08 00:00",0.001,"2013-03-17 00:00",0.001,"2013-03-23 00:00","","","","",0.0021,0.0018,0.001,0.0007,0.0007,0.00065,0.00055,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88114",5,36.019186,-83.87381,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",19,0.003024,0.002163,0.0089,"2013-10-31 00:00",0.0083,"2013-08-08 00:00",0.0071,"2013-08-14 00:00",0.0066,"2013-09-19 00:00","","","","",0.0089,0.0083,0.0071,0.0057,0.0046,0.0027,0.0008,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88115",5,36.019186,-83.87381,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.010408,0.016178,0.0668,"2013-08-14 00:00",0.0651,"2013-11-06 00:00",0.064,"2013-03-11 00:00",0.0585,"2013-05-04 00:00","","","","",0.0668,0.0651,0.064,0.0202,0.0095,0.00405,0.00245,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88117",5,36.019186,-83.87381,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005371,0.007683,0.0435,"2013-03-23 00:00",0.043,"2013-03-17 00:00",0.00485,"2013-03-29 00:00",0.00485,"2013-04-04 00:00","","","","",0.0435,0.043,0.00485,0.00485,0.0048,0.0041,0.0028,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88118",5,36.019186,-83.87381,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010258,0.006292,0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88126",5,36.019186,-83.87381,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.055804,0.032633,0.163,"2013-06-27 00:00",0.157,"2013-08-08 00:00",0.107,"2013-05-16 00:00",0.105,"2013-09-19 00:00","","","","",0.163,0.157,0.107,0.092,0.0761,0.0492,0.0222,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88128",5,36.019186,-83.87381,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001654,0.002317,0.008,"2013-08-02 00:00",0.007,"2013-03-29 00:00",0.007,"2013-05-16 00:00",0.006,"2013-02-21 00:00","","","","",0.008,0.007,0.007,0.005,0.003,0,0,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88131",5,36.019186,-83.87381,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.01001,0.003064,0.0165,"2013-02-03 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-08-08 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88132",5,36.019186,-83.87381,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001981,0.001698,0.007,"2013-02-15 00:00",0.005,"2013-01-28 00:00",0.005,"2013-05-16 00:00",0.004,"2013-04-16 00:00","","","","",0.007,0.005,0.005,0.004,0.003,0.002,0,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88136",5,36.019186,-83.87381,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0005,0.001603,0.01,"2013-08-08 00:00",0.004,"2013-09-19 00:00",0.004,"2013-10-19 00:00",0.002,"2013-04-16 00:00","","","","",0.01,0.004,0.004,0.001,0,0,0,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88140",5,36.019186,-83.87381,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.007416,0.005467,0.0432,"2013-08-08 00:00",0.0147,"2013-05-04 00:00",0.013,"2013-02-09 00:00",0.009,"2013-01-22 00:00","","","","",0.0432,0.0147,0.013,0.009,0.009,0.006,0.0055,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88152",5,36.019186,-83.87381,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005695,0.001488,0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88154",5,36.019186,-83.87381,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001021,0.00025,0.0014,"2013-07-15 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-04-22 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88160",5,36.019186,-83.87381,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.013596,0.004221,0.031,"2013-06-09 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-27 00:00",0.018,"2013-05-04 00:00","","","","",0.031,0.018,0.018,0.018,0.016,0.016,0.01,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88161",5,36.019186,-83.87381,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.002813,0.00218,0.017,"2013-06-27 00:00",0.0065,"2013-02-03 00:00",0.0063,"2013-05-28 00:00",0.0042,"2013-03-17 00:00","","","","",0.017,0.0065,0.0063,0.00265,0.00265,0.0025,0.0021,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88164",5,36.019186,-83.87381,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001606,0.000215,0.0019,"2013-03-05 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-10 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88165",5,36.019186,-83.87381,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.06564,0.073222,0.491,"2013-06-27 00:00",0.25,"2013-07-15 00:00",0.158,"2013-05-16 00:00",0.112,"2013-08-20 00:00","","","","",0.491,0.25,0.158,0.105,0.0814,0.0512,0.021,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88166",5,36.019186,-83.87381,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.008281,0.004468,0.019,"2013-05-04 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-27 00:00",0.0185,"2013-08-08 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88167",5,36.019186,-83.87381,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",9,0.030327,0.162638,1.18,"2013-03-17 00:00",0.0228,"2013-02-15 00:00",0.0219,"2013-01-28 00:00",0.0159,"2013-01-10 00:00","","","","",1.18,0.0228,0.0219,0.0156,0.0117,0.0071,0.00175,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88168",5,36.019186,-83.87381,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001329,0.000855,0.0069,"2013-10-19 00:00",0.0026,"2013-05-28 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-27 00:00","","","","",0.0069,0.0026,0.00175,0.00175,0.0012,0.00115,0.00085,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88169",5,36.019186,-83.87381,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.702913,0.312298,1.56,"2013-02-09 00:00",1.32,"2013-01-28 00:00",1.16,"2013-05-10 00:00",1.15,"2013-09-07 00:00","","","","",1.56,1.32,1.16,1.12,0.879,0.719,0.248,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88176",5,36.019186,-83.87381,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000969,0.000195,0.0014,"2013-09-19 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-17 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88180",5,36.019186,-83.87381,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.06075,0.027132,0.132,"2013-04-10 00:00",0.121,"2013-05-28 00:00",0.118,"2013-10-31 00:00",0.106,"2013-08-14 00:00","","","","",0.132,0.121,0.118,0.103,0.0758,0.0606,0.026,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88184",5,36.019186,-83.87381,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",40,0.036644,0.037447,0.185,"2013-04-10 00:00",0.16,"2013-05-04 00:00",0.12,"2013-11-06 00:00",0.1,"2013-07-15 00:00","","","","",0.185,0.16,0.12,0.089,0.027,0.02,0.0155,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88185",5,36.019186,-83.87381,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.003331,0.003483,0.0115,"2013-02-03 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-08-08 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88301",5,36.019186,-83.87381,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.474652,0.342634,1.71,"2013-01-28 00:00",1.45,"2013-02-09 00:00",0.947,"2013-03-23 00:00",0.896,"2013-03-17 00:00","","","","",1.71,1.45,0.947,0.832,0.645,0.449,0.072,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88302",5,36.019186,-83.87381,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.056918,0.054591,0.25,"2013-04-10 00:00",0.19,"2013-07-15 00:00",0.18,"2013-05-04 00:00",0.156,"2013-11-06 00:00","","","","",0.25,0.19,0.18,0.15,0.07,0.039,0.015,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88303",5,36.019186,-83.87381,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",10,0.045404,0.027752,0.124,"2013-05-28 00:00",0.119,"2013-04-16 00:00",0.114,"2013-07-03 00:00",0.0856,"2013-10-31 00:00","","","","",0.124,0.119,0.114,0.078,0.06,0.046,0.012,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88306",5,36.019186,-83.87381,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.537962,0.476324,2.17,"2013-01-28 00:00",1.87,"2013-03-23 00:00",1.6,"2013-01-04 00:00",1.6,"2013-02-03 00:00","","","","",2.17,1.87,1.6,1.29,0.648,0.347,0.188,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88355",5,36.019186,-83.87381,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,3.016082,1.220654,6.58,"2013-04-10 00:00",5.22,"2013-10-31 00:00",5.19,"2013-01-28 00:00",4.97,"2013-05-28 00:00","","","","",6.58,6.58,5.19,4.82,3.72,3.12,1.54,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88357",5,36.019186,-83.87381,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.413122,0.220016,1.13,"2013-10-31 00:00",0.841,"2013-04-10 00:00",0.779,"2013-07-09 00:00",0.717,"2013-10-01 00:00","","","","",1.13,1.13,0.779,0.688,0.556,0.393,0.162,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88370",5,36.019186,-83.87381,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,2.732408,1.097839,6.06,"2013-04-10 00:00",4.77,"2013-10-31 00:00",4.67,"2013-05-28 00:00",4.59,"2013-01-28 00:00","","","","",6.06,6.06,4.67,3.97,3.34,2.82,1.45,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88374",5,36.019186,-83.87381,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.202898,0.124563,0.489,"2013-08-26 00:00",0.484,"2013-05-28 00:00",0.43,"2013-01-28 00:00",0.427,"2013-07-21 00:00","","","","",0.489,0.489,0.43,0.401,0.281,0.177,0.054,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88375",5,36.019186,-83.87381,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.685673,0.291247,1.48,"2013-10-31 00:00",1.37,"2013-04-10 00:00",1.18,"2013-05-28 00:00",1.1,"2013-01-28 00:00","","","","",1.48,1.48,1.18,1.06,0.883,0.698,0.343,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88376",5,36.019186,-83.87381,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.824449,0.40024,2.37,"2013-04-10 00:00",1.63,"2013-05-28 00:00",1.63,"2013-10-31 00:00",1.56,"2013-01-28 00:00","","","","",2.37,2.37,1.63,1.21,1,0.785,0.373,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88377",5,36.019186,-83.87381,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.548184,0.26217,1.39,"2013-04-10 00:00",1.22,"2013-01-28 00:00",1.07,"2013-10-31 00:00",0.971,"2013-01-10 00:00","","","","",1.39,1.39,1.07,0.846,0.657,0.531,0.218,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88378",5,36.019186,-83.87381,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.471857,0.230774,0.949,"2013-06-09 00:00",0.898,"2013-08-14 00:00",0.857,"2013-06-15 00:00",0.848,"2013-05-10 00:00","","","","",0.949,0.949,0.857,0.819,0.605,0.49,0.165,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88380",5,36.019186,-83.87381,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.696837,0.338335,1.58,"2013-10-31 00:00",1.36,"2013-04-10 00:00",1.28,"2013-08-26 00:00",1.23,"2013-01-28 00:00","","","","",1.58,1.58,1.28,1.11,0.933,0.657,0.316,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88383",5,36.019186,-83.87381,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.097796,0.42781,1.87,"2013-04-10 00:00",1.85,"2013-08-26 00:00",1.81,"2013-10-31 00:00",1.79,"2013-05-10 00:00","","","","",1.87,1.87,1.81,1.64,1.4,1.09,0.446,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88384",5,36.019186,-83.87381,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.070178,0.032956,0.218,"2013-06-03 00:00",0.141,"2013-06-09 00:00",0.13,"2013-07-03 00:00",0.122,"2013-09-25 00:00","","","","",0.218,0.218,0.13,0.112,0.0799,0.061,0.0438,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88385",5,36.019186,-83.87381,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",48,0.001054,0.000379,0.00365,"2013-06-09 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00365,0.00365,0.001,0.001,0.001,0.001,0.001,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88388",5,36.019186,-83.87381,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.755429,0.32488,1.48,"2013-08-26 00:00",1.25,"2013-05-10 00:00",1.24,"2013-08-14 00:00",1.18,"2013-03-23 00:00","","","","",1.48,1.48,1.24,1.17,1.02,0.738,0.283,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88403",5,36.019186,-83.87381,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.760538,0.847186,4.67,"2013-02-09 00:00",3.49,"2013-01-28 00:00",3.03,"2013-05-10 00:00",2.91,"2013-08-02 00:00","","","","",4.67,3.49,3.03,2.71,2.22,1.78,0.55,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","093","1020","88502",5,36.019186,-83.87381,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.375,3.938043,19.4,"2013-05-16 00:00",19.3,"2013-01-28 00:00",18.2,"2013-04-10 00:00",15.8,"2013-05-28 00:00","","","","",19.4,19.3,18.2,15.4,13.3,10.2,5.9,"Spring Hill Elementary School","4625 MILDRED DRIVE","Tennessee","Knox","Knoxville","Knoxville, TN","2014-02-14" +"47","099","0002","68101",1,35.115968,-87.469954,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",110,90,110,122,0,0,"","","Certification not required",60,0.185455,0.166086,0.6,"2013-07-30 00:00",0.5,"2013-09-07 00:00",0.5,"2013-09-10 00:00",0.5,"2013-09-19 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.05,0.05,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68102",1,35.115968,-87.469954,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,90,110,122,0,0,"","","Certification not required",0,24.034545,0.047769,24.1,"2013-09-04 00:00",24.1,"2013-09-07 00:00",24.1,"2013-09-10 00:00",24.1,"2013-09-16 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68103",1,35.115968,-87.469954,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,89,109,122,0,0,"","","Certification not required",0,7.666055,8.510279,20.7,"2013-07-15 00:00",20.6,"2013-09-10 00:00",20.5,"2013-07-18 00:00",20.1,"2013-06-12 00:00","","","","",20.6,20.5,19.3,18.2,15.2,8.8,-3.3,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68103",5,35.115968,-87.469954,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,11.092157,7.390693,20.9,"2013-08-08 00:00",20.5,"2013-09-01 00:00",20.3,"2013-07-21 00:00",19.8,"2013-07-09 00:00","","","","",20.9,20.5,20.3,19.4,16.8,13.9,0.4,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","68104",1,35.115968,-87.469954,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,20.06,8.810057,33.2,"2013-09-10 00:00",33.1,"2013-09-07 00:00",32.6,"2013-06-27 00:00",32.3,"2013-06-12 00:00","","","","",33.1,32.6,31.8,30.8,27.8,20.6,7.5,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68104",5,35.115968,-87.469954,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,23.045098,8.574784,34.4,"2013-06-27 00:00",33.8,"2013-07-09 00:00",33.5,"2013-08-08 00:00",33.3,"2013-07-21 00:00","","","","",34.4,33.8,33.5,33.2,30,25.8,11.8,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","68105",1,35.115968,-87.469954,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,13.51,8.253528,26.1,"2013-06-12 00:00",25.2,"2013-06-27 00:00",25.1,"2013-07-18 00:00",24.9,"2013-07-09 00:00","","","","",25.2,25.1,24,23.5,21,15,2.2,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68105",5,35.115968,-87.469954,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,84,51,61,0,1,"","","Certification not required",0,16.562745,7.63835,27.1,"2013-06-27 00:00",26.7,"2013-07-09 00:00",24.6,"2013-06-21 00:00",24.5,"2013-08-20 00:00","","","","",27.1,26.7,24.6,24.2,23.4,19.7,5.1,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","68106",1,35.115968,-87.469954,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,735.609091,4.869104,748,"2013-01-04 00:00",748,"2013-11-24 00:00",748,"2013-12-12 00:00",747,"2013-12-27 00:00","","","","",748,748,744,742,739,735,730,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68106",5,35.115968,-87.469954,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,730.588235,3.837585,740,"2013-10-25 00:00",739,"2013-01-04 00:00",735,"2013-03-29 00:00",735,"2013-08-20 00:00","","","","",740,739,735,735,733,731,725,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","68107",1,35.115968,-87.469954,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,741.254545,5.050999,755,"2013-11-12 00:00",755,"2013-11-24 00:00",754,"2013-12-12 00:00",752,"2013-10-25 00:00","","","","",755,754,752,748,745,740,735,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68107",5,35.115968,-87.469954,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,735.980392,3.744277,745,"2013-01-04 00:00",745,"2013-10-25 00:00",742,"2013-01-10 00:00",742,"2013-02-09 00:00","","","","",745,745,742,740,739,736,731,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","68108",1,35.115968,-87.469954,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,738.536364,4.858884,751,"2013-11-24 00:00",751,"2013-12-12 00:00",750,"2013-11-12 00:00",749,"2013-01-04 00:00","","","","",751,750,749,745,742,738,733,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","68108",5,35.115968,-87.469954,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,732.470588,3.500588,742,"2013-10-25 00:00",740,"2013-01-04 00:00",738,"2013-10-13 00:00",736,"2013-01-22 00:00","","","","",742,740,738,736,735,733,728,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","68109",1,35.115968,-87.469954,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",110,90,110,122,0,0,"","","Certification not required",0,1439.809091,0.417407,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","88101",1,35.115968,-87.469954,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,0,0,"Certification not required",0,7.674312,3.559947,18,"2013-12-03 00:00",17.6,"2013-05-19 00:00",16.9,"2013-07-27 00:00",16.1,"2013-01-28 00:00","","","","",17.6,16.9,14.8,12.6,9.7,6.9,3.8,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-05" +"47","099","0002","88101",1,35.115968,-87.469954,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,7.674312,3.559947,18,"2013-12-03 00:00",17.6,"2013-05-19 00:00",16.9,"2013-07-27 00:00",16.1,"2013-01-28 00:00","","","","",17.6,16.9,14.8,12.6,9.7,6.9,3.8,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-05" +"47","099","0002","88102",5,35.115968,-87.469954,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.019147,0.004403,0.026,"2013-01-22 00:00",0.026,"2013-03-05 00:00",0.026,"2013-03-11 00:00",0.026,"2013-04-16 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.02,0.014,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88103",5,35.115968,-87.469954,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000706,0.001316,0.008,"2013-10-19 00:00",0.003,"2013-06-27 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-03 00:00","","","","",0.008,0.003,0.002,0.002,0.001,0,0,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88104",5,35.115968,-87.469954,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",28,0.03651,0.058548,0.356,"2013-06-27 00:00",0.176,"2013-05-16 00:00",0.136,"2013-07-09 00:00",0.11,"2013-01-10 00:00","","","","",0.356,0.176,0.136,0.087,0.037,0.0125,0.0065,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88107",5,35.115968,-87.469954,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006414,0.00585,0.0295,"2013-01-10 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0055,"2013-03-23 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88109",5,35.115968,-87.469954,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",11,0.002976,0.001893,0.0089,"2013-01-28 00:00",0.0082,"2013-03-17 00:00",0.0073,"2013-10-01 00:00",0.0062,"2013-08-02 00:00","","","","",0.0089,0.0082,0.0073,0.0048,0.004,0.0026,0.0009,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88110",5,35.115968,-87.469954,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.001549,0.003657,0.018,"2013-04-16 00:00",0.013,"2013-10-01 00:00",0.009,"2013-03-29 00:00",0.008,"2013-09-25 00:00","","","","",0.018,0.013,0.009,0.006,0,0,0,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88111",5,35.115968,-87.469954,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",10,0.024208,0.035265,0.174,"2013-05-16 00:00",0.162,"2013-03-17 00:00",0.105,"2013-06-27 00:00",0.0681,"2013-04-10 00:00","","","","",0.174,0.162,0.105,0.0565,0.027,0.0133,0.0037,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88112",5,35.115968,-87.469954,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.004353,0.012904,0.079,"2013-09-25 00:00",0.048,"2013-10-07 00:00",0.023,"2013-10-13 00:00",0.006,"2013-05-22 00:00","","","","",0.079,0.048,0.023,0.004,0.003,0.001,0,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88113",5,35.115968,-87.469954,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.000705,0.000235,0.0018,"2013-03-05 00:00",0.0015,"2013-05-16 00:00",0.0012,"2013-01-16 00:00",0.001,"2013-01-10 00:00","","","","",0.0018,0.0015,0.0012,0.001,0.0007,0.00065,0.00055,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88114",5,35.115968,-87.469954,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",43,0.001182,0.000891,0.0054,"2013-10-19 00:00",0.0046,"2013-07-27 00:00",0.0022,"2013-03-29 00:00",0.0021,"2013-10-25 00:00","","","","",0.0054,0.0046,0.0022,0.0019,0.00125,0.00095,0.00065,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88115",5,35.115968,-87.469954,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",36,0.006047,0.005277,0.026,"2013-04-10 00:00",0.0202,"2013-10-13 00:00",0.0188,"2013-04-16 00:00",0.018,"2013-03-17 00:00","","","","",0.026,0.0202,0.0188,0.012,0.008,0.00405,0.00245,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88117",5,35.115968,-87.469954,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.006151,0.009372,0.0435,"2013-03-17 00:00",0.043,"2013-01-10 00:00",0.043,"2013-02-15 00:00",0.00495,"2013-08-26 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88118",5,35.115968,-87.469954,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.010307,0.006557,0.023,"2013-01-10 00:00",0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.0175,"2013-08-20 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88126",5,35.115968,-87.469954,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.040645,0.043267,0.281,"2013-06-27 00:00",0.119,"2013-03-05 00:00",0.11,"2013-05-16 00:00",0.0983,"2013-07-03 00:00","","","","",0.281,0.119,0.11,0.0837,0.0485,0.0286,0.0127,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88128",5,35.115968,-87.469954,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000647,0.001197,0.005,"2013-01-16 00:00",0.004,"2013-05-16 00:00",0.003,"2013-02-09 00:00",0.003,"2013-04-22 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88131",5,35.115968,-87.469954,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",48,0.010569,0.00361,0.021,"2013-05-28 00:00",0.018,"2013-09-07 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-03-05 00:00","","","","",0.021,0.018,0.0165,0.0165,0.011,0.011,0.007,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88132",5,35.115968,-87.469954,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000725,0.000961,0.004,"2013-06-27 00:00",0.003,"2013-05-16 00:00",0.003,"2013-07-03 00:00",0.002,"2013-03-17 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88136",5,35.115968,-87.469954,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.000157,0.000505,0.003,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-06-21 00:00",0.001,"2013-06-27 00:00","","","","",0.003,0.001,0.001,0.001,0,0,0,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88140",5,35.115968,-87.469954,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",44,0.009024,0.007317,0.041,"2013-02-15 00:00",0.0338,"2013-07-27 00:00",0.0261,"2013-04-16 00:00",0.026,"2013-04-10 00:00","","","","",0.041,0.0338,0.0261,0.014,0.009,0.006,0.0055,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88152",5,35.115968,-87.469954,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.00559,0.001468,0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-22 00:00",0.008,"2013-05-28 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88154",5,35.115968,-87.469954,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001031,0.000246,0.0013,"2013-02-03 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-04-28 00:00",0.0013,"2013-05-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88160",5,35.115968,-87.469954,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.013147,0.003561,0.0185,"2013-03-05 00:00",0.0185,"2013-03-11 00:00",0.0185,"2013-04-16 00:00",0.018,"2013-01-22 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.0105,0.01,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88161",5,35.115968,-87.469954,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",46,0.003434,0.004634,0.0333,"2013-06-27 00:00",0.0101,"2013-03-17 00:00",0.009,"2013-05-16 00:00",0.009,"2013-07-09 00:00","","","","",0.0333,0.0101,0.009,0.0027,0.00265,0.0022,0.0021,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88164",5,35.115968,-87.469954,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001616,0.000302,0.003,"2013-10-25 00:00",0.00195,"2013-08-26 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00","","","","",0.003,0.00195,0.0019,0.0019,0.0019,0.0015,0.0015,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88165",5,35.115968,-87.469954,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.090257,0.141852,0.92,"2013-06-27 00:00",0.367,"2013-05-16 00:00",0.292,"2013-03-17 00:00",0.264,"2013-07-09 00:00","","","","",0.92,0.367,0.292,0.215,0.112,0.046,0.013,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88166",5,35.115968,-87.469954,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.008035,0.004473,0.019,"2013-03-05 00:00",0.019,"2013-03-11 00:00",0.019,"2013-04-16 00:00",0.0185,"2013-01-22 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88167",5,35.115968,-87.469954,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",13,0.005183,0.003797,0.016,"2013-10-19 00:00",0.0154,"2013-04-16 00:00",0.0148,"2013-01-16 00:00",0.0137,"2013-09-07 00:00","","","","",0.016,0.0154,0.0148,0.0101,0.006,0.0046,0.00175,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88168",5,35.115968,-87.469954,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001285,0.000539,0.0042,"2013-04-22 00:00",0.0026,"2013-09-13 00:00",0.0018,"2013-03-05 00:00",0.00175,"2013-01-22 00:00","","","","",0.0042,0.0026,0.0018,0.00175,0.0012,0.00115,0.00085,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88169",5,35.115968,-87.469954,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.713392,0.34919,2.06,"2013-07-27 00:00",1.31,"2013-09-07 00:00",1.26,"2013-02-09 00:00",1.19,"2013-09-19 00:00","","","","",2.06,1.31,1.26,1.14,0.874,0.686,0.291,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88176",5,35.115968,-87.469954,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.00098,0.000247,0.002,"2013-06-21 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00","","","","",0.002,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88180",5,35.115968,-87.469954,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.058659,0.043873,0.294,"2013-06-27 00:00",0.165,"2013-05-16 00:00",0.116,"2013-03-17 00:00",0.115,"2013-07-03 00:00","","","","",0.294,0.165,0.116,0.0946,0.066,0.046,0.0274,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88184",5,35.115968,-87.469954,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",32,0.046745,0.054016,0.299,"2013-04-10 00:00",0.23,"2013-04-16 00:00",0.142,"2013-09-19 00:00",0.125,"2013-11-06 00:00","","","","",0.299,0.23,0.142,0.091,0.059,0.027,0.0155,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88185",5,35.115968,-87.469954,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.003205,0.003361,0.0115,"2013-01-22 00:00",0.0115,"2013-03-05 00:00",0.0115,"2013-03-11 00:00",0.0115,"2013-04-16 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88301",5,35.115968,-87.469954,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.420343,0.323808,1.43,"2013-02-09 00:00",1.1,"2013-07-27 00:00",1.04,"2013-02-27 00:00",0.983,"2013-01-16 00:00","","","","",1.43,1.1,1.04,0.843,0.612,0.365,0.051,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88302",5,35.115968,-87.469954,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",4,0.071557,0.058074,0.239,"2013-04-10 00:00",0.231,"2013-11-06 00:00",0.188,"2013-05-28 00:00",0.186,"2013-04-16 00:00","","","","",0.239,0.231,0.188,0.146,0.0998,0.041,0.015,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88303",5,35.115968,-87.469954,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",8,0.044188,0.027382,0.142,"2013-06-27 00:00",0.103,"2013-07-09 00:00",0.089,"2013-05-16 00:00",0.085,"2013-09-01 00:00","","","","",0.142,0.103,0.089,0.081,0.057,0.041,0.012,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88306",5,35.115968,-87.469954,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.408059,0.370784,1.86,"2013-03-23 00:00",1.75,"2013-01-16 00:00",1,"2013-02-21 00:00",0.941,"2013-03-29 00:00","","","","",1.86,1.75,1,0.814,0.517,0.291,0.129,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88355",5,35.115968,-87.469954,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.173333,0.99489,4.45,"2013-01-28 00:00",4.34,"2013-05-16 00:00",4.29,"2013-07-03 00:00",3.72,"2013-03-29 00:00","","","","",4.45,4.34,4.29,3.38,2.94,2.02,0.984,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88357",5,35.115968,-87.469954,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.134627,0.072188,0.335,"2013-03-29 00:00",0.306,"2013-05-16 00:00",0.268,"2013-01-28 00:00",0.249,"2013-10-01 00:00","","","","",0.335,0.306,0.268,0.23,0.184,0.127,0.053,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88370",5,35.115968,-87.469954,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.979333,0.89551,4.04,"2013-05-16 00:00",3.97,"2013-01-28 00:00",3.85,"2013-07-03 00:00",3.41,"2013-03-29 00:00","","","","",4.04,3.97,3.85,2.87,2.73,1.85,0.923,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88374",5,35.115968,-87.469954,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.150941,0.116566,0.466,"2013-07-27 00:00",0.382,"2013-04-16 00:00",0.375,"2013-08-26 00:00",0.374,"2013-05-16 00:00","","","","",0.466,0.382,0.375,0.351,0.21,0.117,0.042,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88375",5,35.115968,-87.469954,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.475333,0.228178,1.07,"2013-07-03 00:00",0.962,"2013-05-16 00:00",0.863,"2013-01-28 00:00",0.82,"2013-06-21 00:00","","","","",1.07,0.962,0.863,0.762,0.647,0.438,0.209,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88376",5,35.115968,-87.469954,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.539471,0.255438,1.19,"2013-01-28 00:00",1.12,"2013-05-16 00:00",1.06,"2013-07-03 00:00",0.968,"2013-03-29 00:00","","","","",1.19,1.12,1.06,0.839,0.736,0.504,0.259,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88377",5,35.115968,-87.469954,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.344588,0.172415,0.842,"2013-05-16 00:00",0.795,"2013-01-28 00:00",0.772,"2013-03-29 00:00",0.649,"2013-03-17 00:00","","","","",0.842,0.795,0.772,0.513,0.44,0.323,0.167,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88378",5,35.115968,-87.469954,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.469627,0.230168,1.12,"2013-07-03 00:00",0.977,"2013-07-27 00:00",0.959,"2013-01-28 00:00",0.764,"2013-03-23 00:00","","","","",1.12,0.977,0.959,0.733,0.65,0.443,0.232,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88380",5,35.115968,-87.469954,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.328686,0.19377,0.917,"2013-09-07 00:00",0.756,"2013-08-02 00:00",0.742,"2013-01-28 00:00",0.664,"2013-07-03 00:00","","","","",0.917,0.756,0.742,0.613,0.441,0.29,0.13,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88383",5,35.115968,-87.469954,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.742157,0.38449,1.7,"2013-07-03 00:00",1.68,"2013-01-28 00:00",1.51,"2013-09-07 00:00",1.35,"2013-07-27 00:00","","","","",1.7,1.68,1.51,1.31,0.936,0.667,0.33,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88384",5,35.115968,-87.469954,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.056122,0.027616,0.162,"2013-09-25 00:00",0.128,"2013-06-03 00:00",0.121,"2013-06-21 00:00",0.09,"2013-08-14 00:00","","","","",0.162,0.128,0.121,0.0772,0.0642,0.0579,0.0248,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88385",5,35.115968,-87.469954,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001157,0.001123,0.00902,"2013-10-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00902,0.001,0.001,0.001,0.001,0.001,0.001,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88388",5,35.115968,-87.469954,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.663549,0.341662,1.56,"2013-07-03 00:00",1.43,"2013-01-28 00:00",1.35,"2013-09-07 00:00",1.34,"2013-07-27 00:00","","","","",1.56,1.43,1.35,1.12,0.906,0.623,0.297,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88403",5,35.115968,-87.469954,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.719098,0.879924,4.45,"2013-07-27 00:00",3.97,"2013-02-09 00:00",3.15,"2013-09-19 00:00",3.13,"2013-10-13 00:00","","","","",4.45,3.97,3.15,2.8,2.17,1.71,0.75,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","099","0002","88501",3,35.115968,-87.469954,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8633,99,358,365,0,127,"","","Certification not required",0,9.019368,4.435515,39.5,"2013-03-09 17:00",39.2,"2013-03-09 15:00",38.1,"2013-03-10 06:00",36.4,"2013-03-04 19:00","","","","",23.2,20.2,17,14.7,11.4,8.3,4.2,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","88501",3,35.115968,-87.469954,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,8.947486,3.254221,22.8,"2013-03-10 00:00",18.8,"2013-09-08 00:00",18.5,"2013-08-31 00:00",17.7,"2013-03-09 00:00","","","","",17.7,16.5,15.1,13.3,11,8.4,5.2,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-10" +"47","099","0002","88502",5,35.115968,-87.469954,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.386275,3.969081,18.1,"2013-05-16 00:00",17.5,"2013-07-27 00:00",16.4,"2013-06-27 00:00",15.9,"2013-07-03 00:00","","","","",18.1,17.5,16.4,14.5,12.2,8.9,5,"Lawrence Co ozone monitor","355 BUSBY RD","Tennessee","Lawrence","Loretto","Lawrenceburg, TN","2014-02-14" +"47","105","0108","68101",1,35.744539,-84.317057,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,92,112,122,0,0,"","","Certification not required",8,0.319643,0.127935,0.5,"2013-03-17 00:00",0.5,"2013-04-16 00:00",0.5,"2013-05-22 00:00",0.5,"2013-05-28 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.4,0.1,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68102",1,35.744539,-84.317057,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,0,"","","Certification not required",0,23.985714,0.088894,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68103",1,35.744539,-84.317057,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,0,"","","Certification not required",0,10.191964,8.489444,22.7,"2013-07-24 00:00",22.5,"2013-08-29 00:00",22.4,"2013-07-18 00:00",22.2,"2013-07-21 00:00","","","","",22.5,22.4,22,21,17.8,11.6,-1.7,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68104",1,35.744539,-84.317057,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,92,112,122,0,0,"","","Certification not required",0,21.65,9.310345,35.3,"2013-06-12 00:00",35.2,"2013-09-10 00:00",35,"2013-07-18 00:00",34.4,"2013-08-29 00:00","","","","",35.2,35,33.4,32.7,30.8,23.4,8.3,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68105",1,35.744539,-84.317057,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,61,61,0,0,"","","Certification not required",0,15.394643,8.545668,28.3,"2013-06-12 00:00",27.7,"2013-07-15 00:00",27.3,"2013-08-29 00:00",27.1,"2013-07-18 00:00","","","","",27.7,27.3,26.4,25.5,23.2,16.9,4.1,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68106",1,35.744539,-84.317057,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,0,"","","Certification not required",0,736.785714,4.249915,747,"2013-11-24 00:00",746,"2013-12-12 00:00",745,"2013-01-04 00:00",745,"2013-12-24 00:00","","","","",746,745,744,742,740,737,732,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68107",1,35.744539,-84.317057,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,0,"","","Certification not required",0,742.491071,4.195655,753,"2013-11-24 00:00",752,"2013-11-30 00:00",752,"2013-12-12 00:00",751,"2013-12-24 00:00","","","","",752,752,750,748,746,742,737,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68108",1,35.744539,-84.317057,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,92,112,122,0,0,"","","Certification not required",0,739.803571,4.015374,750,"2013-11-24 00:00",749,"2013-12-12 00:00",748,"2013-11-30 00:00",748,"2013-12-24 00:00","","","","",749,748,747,745,742,740,735,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","68109",1,35.744539,-84.317057,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,92,112,122,0,0,"","","Certification not required",0,1438.875,5.31041,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-10" +"47","105","0108","88101",1,35.744539,-84.317057,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,9.05,3.912489,18.2,"2013-08-29 00:00",18,"2013-04-10 00:00",17,"2013-01-28 00:00",15.8,"2013-11-30 00:00","","","","",18,17,15.3,14.5,12,8.8,4,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-05" +"47","105","0108","88101",1,35.744539,-84.317057,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,9.05,3.912489,18.2,"2013-08-29 00:00",18,"2013-04-10 00:00",17,"2013-01-28 00:00",15.8,"2013-11-30 00:00","","","","",18,17,15.3,14.5,12,8.8,4,"Loudon Pope site","130 WEBB DRIVE Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2014-02-05" +"47","105","0109","44201",1,35.720894,-84.342193,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5569,100,244,245,0,310,0,0,"Certified",684,0.048717,0.009866,0.083,"2013-07-17 12:00",0.071,"2013-08-02 14:00",0.07,"2013-06-19 17:00",0.069,"2013-03-15 16:00","","","","",0.07,0.069,0.064,0.061,0.056,0.049,0.036,"Loudon Middle School ozone monitor","1703 ROBERTS RD Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2013-12-12" +"47","105","0109","44201",1,35.720894,-84.342193,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5844,99,243,245,0,0,0,0,"Certified",0,0.04307,0.009131,0.064,"2013-03-15 14:00",0.062,"2013-05-14 14:00",0.062,"2013-05-15 10:00",0.061,"2013-04-10 11:00","","","","",0.062,0.061,0.057,0.054,0.05,0.043,0.03,"Loudon Middle School ozone monitor","1703 ROBERTS RD Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2013-12-12" +"47","105","0109","44201",1,35.720894,-84.342193,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5844,99,243,245,0,0,0,0,"Certified",0,0.04307,0.009131,0.064,"2013-03-15 14:00",0.062,"2013-05-14 14:00",0.062,"2013-05-15 10:00",0.061,"2013-04-10 11:00","","","","",0.062,0.061,0.057,0.054,0.05,0.043,0.03,"Loudon Middle School ozone monitor","1703 ROBERTS RD Loudon TN 37774","Tennessee","Loudon","Loudon","Knoxville, TN","2013-12-12" +"47","107","0101","42401",1,35.29733,-84.75076,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",7922,90,357,365,0,838,0,"","Certification not required",0,3.535014,7.584111,68.2,"2013-04-06 17:00",50.6,"2013-04-08 10:00",45.1,"2013-05-28 17:00",43.6,"2013-03-17 15:00","","","","",43.6,31.6,17.7,6.4,2,1,1,"","CALHOUN BOWATERS NORTH(B-1) LAMOUNTVILLE","Tennessee","McMinn","","Athens, TN","2014-01-31" +"47","107","0101","42401",1,35.29733,-84.75076,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",7922,90,357,365,0,838,"","","Certification not required",0,1.440987,2.417103,68.2,"2013-04-06 17:00",56.2,"2013-04-06 16:00",50.6,"2013-04-08 10:00",50.2,"2013-04-08 13:00","","","","",9,5.2,2.4,2,1,1,1,"","CALHOUN BOWATERS NORTH(B-1) LAMOUNTVILLE","Tennessee","McMinn","","Athens, TN","2014-01-31" +"47","107","0101","42401",1,35.29733,-84.75076,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,1.438655,1.25186,12.9,"2013-04-06 00:00",10.5,"2013-04-08 00:00",7.9,"2013-05-28 00:00",7.8,"2013-03-17 00:00","","","","",7.8,4.9,3.2,2.1,1.3,1,1,"","CALHOUN BOWATERS NORTH(B-1) LAMOUNTVILLE","Tennessee","McMinn","","Athens, TN","2014-01-31" +"47","107","0101","42401",1,35.29733,-84.75076,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2477,85,342,365,0,0,"",0,"Certification not required",0,1.451716,2.124013,46.3,"2013-04-06 17:00",37.1,"2013-05-28 17:00",30.8,"2013-04-08 11:00",29,"2013-04-08 14:00","","","","",10.6,5.6,2.6,1.9,1,1,1,"","CALHOUN BOWATERS NORTH(B-1) LAMOUNTVILLE","Tennessee","McMinn","","Athens, TN","2014-01-31" +"47","107","0101","42401",2,35.29733,-84.75076,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",98786,94,356,365,0,6289,"","","Certification not required",0,1.430237,2.944613,166,"2013-04-06 17:10",150.9,"2013-04-06 16:50",137.6,"2013-04-06 16:45",124.9,"2013-04-08 13:40","","","","",8,4.1,2.3,2,1,1,1,"","CALHOUN BOWATERS NORTH(B-1) LAMOUNTVILLE","Tennessee","McMinn","","Athens, TN","2014-01-31" +"47","107","1002","68101",1,35.450115,-84.596195,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,93,113,122,0,0,"","","Certification not required",76,0.111504,0.108769,0.5,"2013-04-07 00:00",0.5,"2013-08-17 00:00",0.5,"2013-10-31 00:00",0.4,"2013-09-25 00:00","","","","",0.5,0.5,0.3,0.3,0.2,0.05,0.05,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68102",1,35.450115,-84.596195,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,93,113,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68103",1,35.450115,-84.596195,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,9.476106,8.290865,21.4,"2013-07-21 00:00",21.3,"2013-07-24 00:00",21.2,"2013-06-27 00:00",21.2,"2013-08-08 00:00","","","","",21.3,21.2,21,19.5,16.8,11.1,-2.2,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68104",1,35.450115,-84.596195,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,20.29469,8.627767,32.7,"2013-07-18 00:00",32.6,"2013-09-10 00:00",32.2,"2013-08-29 00:00",31.8,"2013-07-15 00:00","","","","",32.6,32.2,31.5,30.5,28.1,21.8,7.8,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68105",1,35.450115,-84.596195,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,14.534513,8.127651,25.8,"2013-09-10 00:00",25.4,"2013-07-15 00:00",25.2,"2013-07-18 00:00",25.1,"2013-08-29 00:00","","","","",25.4,25.2,24.9,24.1,21.7,15.6,3.3,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68106",1,35.450115,-84.596195,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,735,3.831262,744,"2013-11-24 00:00",744,"2013-12-12 00:00",743,"2013-01-04 00:00",742,"2013-10-25 00:00","","","","",744,743,741,740,737,735,731,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68107",1,35.450115,-84.596195,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,739.893805,3.689664,749,"2013-11-12 00:00",749,"2013-11-24 00:00",748,"2013-11-30 00:00",748,"2013-12-12 00:00","","","","",749,748,746,745,742,740,735,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68108",1,35.450115,-84.596195,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,737.486726,3.60088,746,"2013-11-24 00:00",746,"2013-12-12 00:00",745,"2013-11-30 00:00",744,"2013-01-04 00:00","","","","",746,745,743,743,740,737,733,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","68109",1,35.450115,-84.596195,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,93,113,122,0,0,"","","Certification not required",0,1439.938053,0.242133,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-05" +"47","107","1002","88101",1,35.450115,-84.596195,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,14,0,0,"Certification not required",0,8.746296,3.919027,18.6,"2013-01-28 00:00",17,"2013-04-10 00:00",16.6,"2013-12-03 00:00",16.3,"2013-08-29 00:00","","","","",17,16.6,15.8,14.7,11.6,8.4,3.7,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-06" +"47","107","1002","88101",1,35.450115,-84.596195,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,14,"","","Certification not required",0,8.746296,3.919027,18.6,"2013-01-28 00:00",17,"2013-04-10 00:00",16.6,"2013-12-03 00:00",16.3,"2013-08-29 00:00","","","","",17,16.6,15.8,14.7,11.6,8.4,3.7,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-06" +"47","107","1002","88501",3,35.450115,-84.596195,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8181,93,336,365,0,579,"","","Certification not required",0,9.923689,4.970989,59.7,"2013-03-29 00:00",43.9,"2013-10-12 20:00",43.7,"2013-01-29 01:00",43,"2013-09-03 10:00","","","","",23.8,21.5,18.4,16.1,12.9,9.4,4.1,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-10" +"47","107","1002","88501",3,35.450115,-84.596195,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",336,92,336,365,0,0,"","","Certification not required",0,9.846726,3.494719,28.5,"2013-01-29 00:00",18.8,"2013-08-28 00:00",18.8,"2013-09-09 00:00",18.6,"2013-08-30 00:00","","","","",18.6,17.5,16.2,14.4,11.9,9.5,5.7,"Athens PM 2.5 monitor","SAINT MARK AME ZION CHURCH, 707 NORTH JACKSON ST. Athens TN 37303","Tennessee","McMinn","Athens","Athens, TN","2014-02-10" +"47","113","0006","68101",1,35.653149,-88.809578,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",110,90,110,122,0,0,"","","Certification not required",16,0.406364,0.20997,0.7,"2013-06-24 00:00",0.7,"2013-07-03 00:00",0.7,"2013-07-09 00:00",0.7,"2013-08-26 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.05,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68101",2,35.653149,-88.809578,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,98,119,122,0,0,"","","Certification not required",93,0.083613,0.076499,0.4,"2013-12-15 00:00",0.3,"2013-01-31 00:00",0.3,"2013-02-15 00:00",0.3,"2013-10-19 00:00","","","","",0.3,0.3,0.3,0.2,0.05,0.05,0.05,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68102",1,35.653149,-88.809578,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,90,110,122,0,0,"","","Certification not required",0,24.017273,0.094684,24.3,"2013-03-14 00:00",24.2,"2013-04-25 00:00",24.1,"2013-05-16 00:00",24.1,"2013-06-03 00:00","","","","",24.2,24.1,24.1,24.1,24,24,24,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68102",2,35.653149,-88.809578,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,98,119,122,0,0,"","","Certification not required",0,23.942017,0.092513,24,"2013-01-10 00:00",24,"2013-01-28 00:00",24,"2013-02-06 00:00",24,"2013-02-12 00:00","","","","",24,24,24,24,24,23.9,23.9,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68103",1,35.653149,-88.809578,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,9.426364,9.470269,24.5,"2013-06-27 00:00",23.2,"2013-08-08 00:00",22.8,"2013-06-12 00:00",22.3,"2013-08-11 00:00","","","","",23.2,22.8,21.9,21.1,18.6,10.4,-2.8,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68103",2,35.653149,-88.809578,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,10.357143,9.428505,25.4,"2013-06-27 00:00",24.2,"2013-08-08 00:00",23.8,"2013-06-12 00:00",23.2,"2013-07-09 00:00","","","","",24.2,23.8,23.1,21.7,19.6,11.4,-1.9,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68104",1,35.653149,-88.809578,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,20.051818,9.804078,35.9,"2013-06-27 00:00",34.5,"2013-08-29 00:00",34,"2013-08-08 00:00",33.3,"2013-06-12 00:00","","","","",34.5,34,33.2,31.6,28.8,21.4,5.2,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68104",2,35.653149,-88.809578,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,21.268908,9.763072,36.9,"2013-06-27 00:00",35.5,"2013-09-10 00:00",35.3,"2013-08-29 00:00",34.8,"2013-06-12 00:00","","","","",35.5,35.3,34.7,32.8,30.1,22.2,6.9,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68105",1,35.653149,-88.809578,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,14.16,9.281818,29.1,"2013-06-27 00:00",28.4,"2013-06-12 00:00",27.7,"2013-07-09 00:00",27.1,"2013-06-24 00:00","","","","",28.4,27.7,26.9,24.9,22.5,15.1,1.8,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68105",2,35.653149,-88.809578,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,15.258824,9.166292,30.1,"2013-06-27 00:00",29.6,"2013-06-12 00:00",28.8,"2013-07-09 00:00",28.4,"2013-06-24 00:00","","","","",29.6,28.8,27.8,26,23.5,15.9,1.8,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68106",1,35.653149,-88.809578,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,746.481818,4.267934,757,"2013-11-24 00:00",756,"2013-12-12 00:00",756,"2013-12-24 00:00",755,"2013-01-22 00:00","","","","",756,756,754,752,749,747,741,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68106",2,35.653149,-88.809578,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,746.630252,4.228366,757,"2013-11-24 00:00",757,"2013-12-24 00:00",756,"2013-01-04 00:00",756,"2013-12-12 00:00","","","","",757,756,754,752,749,747,741,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68107",1,35.653149,-88.809578,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,751.6,4.275383,763,"2013-11-12 00:00",763,"2013-11-24 00:00",762,"2013-12-12 00:00",762,"2013-12-24 00:00","","","","",763,762,759,758,754,751,747,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68107",2,35.653149,-88.809578,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,751.823529,4.404634,764,"2013-11-12 00:00",764,"2013-11-24 00:00",763,"2013-12-12 00:00",763,"2013-12-24 00:00","","","","",764,763,760,758,754,752,747,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68108",1,35.653149,-88.809578,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,749.172727,4.190113,761,"2013-11-24 00:00",760,"2013-12-12 00:00",759,"2013-11-12 00:00",759,"2013-12-24 00:00","","","","",760,759,757,755,751,749,744,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68108",2,35.653149,-88.809578,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,749.319328,4.19227,761,"2013-11-24 00:00",760,"2013-11-12 00:00",760,"2013-12-12 00:00",760,"2013-12-24 00:00","","","","",760,760,758,755,752,749,744,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-05" +"47","113","0006","68109",1,35.653149,-88.809578,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",110,90,110,122,0,0,"","","Certification not required",0,1439.609091,4.870988,1450,"2013-04-25 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-10" +"47","113","0006","68109",2,35.653149,-88.809578,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,98,119,122,0,0,"","","Certification not required",0,1439.512605,4.584176,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-10" +"47","113","0006","88101",1,35.653149,-88.809578,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,0,0,"Certification not required",0,8.587156,3.85547,20.1,"2013-03-17 00:00",18.9,"2013-01-16 00:00",18,"2013-07-03 00:00",17.2,"2013-12-03 00:00","","","","",18.9,18,15.5,14,11.3,7.9,4.1,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-06" +"47","113","0006","88101",1,35.653149,-88.809578,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,8.587156,3.85547,20.1,"2013-03-17 00:00",18.9,"2013-01-16 00:00",18,"2013-07-03 00:00",17.2,"2013-12-03 00:00","","","","",18.9,18,15.5,14,11.3,7.9,4.1,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-06" +"47","113","0006","88101",2,35.653149,-88.809578,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,0,0,"Certification not required",0,8.57069,3.933845,20.3,"2013-03-17 00:00",19.4,"2013-01-16 00:00",18.3,"2013-07-03 00:00",17.4,"2013-09-10 00:00","","","","",19.4,18.3,15.9,14.1,11.5,7.8,4.1,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-06" +"47","113","0006","88101",2,35.653149,-88.809578,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,8.57069,3.933845,20.3,"2013-03-17 00:00",19.4,"2013-01-16 00:00",18.3,"2013-07-03 00:00",17.4,"2013-09-10 00:00","","","","",19.4,18.3,15.9,14.1,11.5,7.8,4.1,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-06" +"47","113","0006","88501",3,35.653149,-88.809578,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8619,98,358,365,0,141,"","","Certification not required",0,9.517392,4.716029,41.4,"2013-06-20 20:00",41.1,"2013-09-08 09:00",37.3,"2013-08-09 17:00",37.2,"2013-03-09 21:00","","","","",24.3,21.8,18.4,15.5,11.9,8.7,4.4,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-10" +"47","113","0006","88501",3,35.653149,-88.809578,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,0,"","","Certification not required",0,9.447765,3.612511,21.7,"2013-06-23 00:00",20.9,"2013-06-12 00:00",20.8,"2013-08-25 00:00",20.4,"2013-08-24 00:00","","","","",20.4,18.6,16.9,14.3,11.4,8.9,5.5,"Jackson PM 2.5 monitor","1371-A NORTH PARKWAY JACKSON, TN 38301","Tennessee","Madison","Jackson","Jackson, TN","2014-02-10" +"47","119","2007","68101",1,35.65188,-87.0096,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",116,95,116,122,0,0,"","","Certification not required",44,0.239655,0.178583,0.6,"2013-05-22 00:00",0.6,"2013-08-02 00:00",0.5,"2013-03-17 00:00",0.5,"2013-04-10 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.2,0.05,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68102",1,35.65188,-87.0096,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,0,"","","Certification not required",0,23.999138,0.009285,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68103",1,35.65188,-87.0096,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,9.206897,9.260498,24.3,"2013-06-12 00:00",22.8,"2013-07-18 00:00",22.4,"2013-07-15 00:00",22.3,"2013-08-11 00:00","","","","",22.8,22.4,21.6,20.2,17.1,11,-3.6,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68104",1,35.65188,-87.0096,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,21.893103,9.769177,36.1,"2013-07-18 00:00",35.4,"2013-06-12 00:00",35.4,"2013-08-29 00:00",35.2,"2013-09-07 00:00","","","","",35.4,35.4,34.6,33.1,30.7,22.6,6.7,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68105",1,35.65188,-87.0096,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,0,"","","Certification not required",0,15.030172,9.004957,29.6,"2013-06-12 00:00",27.9,"2013-07-18 00:00",27.6,"2013-06-27 00:00",27.5,"2013-08-29 00:00","","","","",27.9,27.6,26.2,25,23.3,16.1,1.9,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68106",1,35.65188,-87.0096,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,742.413793,4.111636,753,"2013-11-24 00:00",753,"2013-12-24 00:00",752,"2013-12-12 00:00",751,"2013-01-04 00:00","","","","",753,752,750,747,745,742,737,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68107",1,35.65188,-87.0096,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,0,"","","Certification not required",0,748.051724,4.289208,760,"2013-11-24 00:00",759,"2013-11-12 00:00",759,"2013-12-12 00:00",758,"2013-12-24 00:00","","","","",759,759,756,754,751,748,743,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68108",1,35.65188,-87.0096,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,745.344828,4.092631,757,"2013-11-24 00:00",756,"2013-12-12 00:00",755,"2013-12-24 00:00",754,"2013-11-12 00:00","","","","",756,755,753,751,748,745,740,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","68109",1,35.65188,-87.0096,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",116,95,116,122,0,0,"","","Certification not required",0,1439.810345,0.733233,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-10" +"47","119","2007","88101",1,35.65188,-87.0096,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,5,0,0,"Certification not required",0,7.881897,3.363244,15.8,"2013-05-19 00:00",15.5,"2013-01-28 00:00",15.2,"2013-12-03 00:00",15.1,"2013-09-10 00:00","","","","",15.5,15.2,14.5,12.8,10.1,7.4,4,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-05" +"47","119","2007","88101",1,35.65188,-87.0096,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,5,"","","Certification not required",0,7.881897,3.363244,15.8,"2013-05-19 00:00",15.5,"2013-01-28 00:00",15.2,"2013-12-03 00:00",15.1,"2013-09-10 00:00","","","","",15.5,15.2,14.5,12.8,10.1,7.4,4,"Columbia Pm 2.5","1600 NASHVILLE HWY Columbia TN","Tennessee","Maury","Columbia","Columbia, TN","2014-02-05" +"47","121","0104","44201",1,35.289379,-84.946111,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5325,95,233,245,0,554,0,0,"Certified",709,0.046957,0.009322,0.074,"2013-03-15 17:00",0.068,"2013-04-06 17:00",0.066,"2013-09-19 17:00",0.066,"2013-09-20 16:00","","","","",0.066,0.065,0.062,0.058,0.053,0.047,0.035,"Meigs County Ozone monitor","8401 HIGHWAY 60","Tennessee","Meigs","","","2013-12-12" +"47","121","0104","44201",1,35.289379,-84.946111,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5578,94,230,245,0,0,0,0,"Certified",0,0.042074,0.00915,0.07,"2013-03-15 14:00",0.064,"2013-04-06 12:00",0.061,"2013-03-16 10:00",0.059,"2013-04-23 13:00","","","","",0.061,0.059,0.056,0.053,0.049,0.042,0.03,"Meigs County Ozone monitor","8401 HIGHWAY 60","Tennessee","Meigs","","","2013-12-12" +"47","121","0104","44201",1,35.289379,-84.946111,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5578,94,230,245,0,0,0,0,"Certified",0,0.042074,0.00915,0.07,"2013-03-15 14:00",0.064,"2013-04-06 12:00",0.061,"2013-03-16 10:00",0.059,"2013-04-23 13:00","","","","",0.061,0.059,0.056,0.053,0.049,0.042,0.03,"Meigs County Ozone monitor","8401 HIGHWAY 60","Tennessee","Meigs","","","2013-12-12" +"47","125","0006","42401",1,36.520298,-87.3955,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8720,100,365,365,0,40,0,"","Certification not required",0,3.378082,4.668642,35,"2013-12-25 21:00",34,"2013-12-26 08:00",29,"2013-11-28 19:00",28,"2013-11-17 22:00","","","","",28,21,11,8,3,2,1,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0006","42401",1,36.520298,-87.3955,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8720,100,365,365,0,40,"","","Certification not required",0,1.303555,1.573649,35,"2013-12-25 21:00",34,"2013-12-26 08:00",29,"2013-11-28 19:00",28,"2013-11-17 22:00","","","","",8,5,3,2,1,1,1,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0006","42401",1,36.520298,-87.3955,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,1.305479,0.8734,10.5,"2013-02-27 00:00",5.6,"2013-12-17 00:00",4.4,"2013-02-05 00:00",4.4,"2013-12-07 00:00","","","","",4.4,3.6,2.9,2.1,1.4,1.1,0.8,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0006","42401",1,36.520298,-87.3955,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2889,99,362,365,0,0,"",0,"Certification not required",0,1.290723,1.318436,23.6,"2013-12-25 23:00",17,"2013-11-28 20:00",15,"2013-12-08 23:00",15,"2013-12-26 08:00","","","","",7.3,5.3,3,2,1,1,0.6,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0006","42406",1,36.520298,-87.3955,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8722,100,365,365,0,38,"","","Certification not required",0,1.853818,3.881643,149,"2013-12-26 08:00",75,"2013-11-28 19:00",63,"2013-11-11 09:00",60,"2013-11-18 07:00","","","","",20,13,5,3,2,1,1,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0006","81102",1,36.520298,-87.3955,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",1,14.310345,5.21202,30,"2013-06-27 00:00",26,"2013-06-09 00:00",24,"2013-06-03 00:00",22,"2013-07-15 00:00","","","","",30,26,24,21,17,14,8,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0006","81102",2,36.520298,-87.3955,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",1,14.368421,5.201756,32,"2013-06-27 00:00",25,"2013-06-09 00:00",23,"2013-06-03 00:00",22,"2013-07-15 00:00","","","","",32,25,23,20,16,14,8,"","MEEK'S PROPERTY","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0106","42401",1,36.505185,-87.397708,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8716,99,365,365,0,44,0,"","Certification not required",0,2.580822,3.895216,48,"2013-01-03 19:00",17,"2013-03-13 00:00",16,"2013-03-31 11:00",15,"2013-02-06 01:00","","","","",15,13,10,7,3,1,0,"","CUMBERLAND HEIGHTS ELEMENTARY SCHOOL","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0106","42401",1,36.505185,-87.397708,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8716,99,365,365,0,44,"","","Certification not required",0,0.745296,1.347681,48,"2013-01-03 19:00",17,"2013-03-13 00:00",16,"2013-01-03 18:00",16,"2013-03-31 11:00","","","","",6,4,2,1,1,1,0,"","CUMBERLAND HEIGHTS ELEMENTARY SCHOOL","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0106","42401",1,36.505185,-87.397708,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,0.74274,0.739493,5.5,"2013-03-02 00:00",4.3,"2013-01-03 00:00",3.8,"2013-01-17 00:00",3.8,"2013-03-13 00:00","","","","",3.8,3,1.9,1.5,1,0.6,0,"","CUMBERLAND HEIGHTS ELEMENTARY SCHOOL","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0106","42401",1,36.505185,-87.397708,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2892,99,364,365,0,0,"",0,"Certification not required",0,0.73361,1.175578,26,"2013-01-03 20:00",12,"2013-03-13 02:00",11,"2013-03-02 08:00",9.6,"2013-02-06 02:00","","","","",5.6,4,2.3,1.6,1,0.6,0,"","CUMBERLAND HEIGHTS ELEMENTARY SCHOOL","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","0106","42406",1,36.505185,-87.397708,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8718,100,365,365,0,42,"","","Certification not required",0,1.283551,2.938572,85,"2013-03-31 11:00",82,"2013-03-31 10:00",72,"2013-01-03 18:00",71,"2013-01-03 19:00","","","","",13,9,4,2,1,1,0,"","CUMBERLAND HEIGHTS ELEMENTARY SCHOOL","Tennessee","Montgomery","","Clarksville, TN-KY","2014-01-30" +"47","125","1009","68101",1,36.514712,-87.328047,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",347,100,61,61,0,0,"","","Certification not required",231,0.151441,0.174363,0.7,"2013-07-10 00:00",0.7,"2013-07-17 00:00",0.7,"2013-07-24 00:00",0.7,"2013-08-01 00:00","","","","",0.7,0.6,0.6,0.4,0.2,0.05,0.05,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68102",1,36.514712,-87.328047,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",347,100,61,61,0,0,"","","Certification not required",0,24.054467,0.10563,24.2,"2013-09-19 00:00",24.2,"2013-09-23 00:00",24.2,"2013-09-24 00:00",24.2,"2013-09-25 00:00","","","","",24.2,24.2,24.2,24.2,24.2,24,24,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68103",1,36.514712,-87.328047,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",347,100,61,61,0,0,"","","Certification not required",0,9.505187,9.515626,25.7,"2013-06-12 00:00",23.8,"2013-07-10 00:00",23.7,"2013-07-15 00:00",23.7,"2013-08-30 00:00","","","","",23.7,23.1,22.3,21.5,18.8,10.6,-3.6,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68104",1,36.514712,-87.328047,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",347,100,61,61,0,0,"","","Certification not required",0,21.591931,10.055231,36.8,"2013-07-17 00:00",36.6,"2013-07-18 00:00",36.3,"2013-08-30 00:00",36.1,"2013-08-29 00:00","","","","",36.1,35.9,34.5,33.3,30.7,23,7.3,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68105",1,36.514712,-87.328047,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",347,100,61,61,0,0,"","","Certification not required",0,15.255908,9.377373,30.3,"2013-07-17 00:00",29.9,"2013-06-12 00:00",29.4,"2013-07-16 00:00",29.4,"2013-08-30 00:00","","","","",29.4,28.6,27.4,26.4,23.9,16.5,1.7,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68106",1,36.514712,-87.328047,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",347,100,61,61,0,0,"","","Certification not required",0,747.334294,4.83521,761,"2013-11-24 00:00",760,"2013-11-13 00:00",760,"2013-12-24 00:00",759,"2013-11-23 00:00","","","","",759,758,755,753,750,747,741,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68107",1,36.514712,-87.328047,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",347,100,61,61,0,0,"","","Certification not required",0,753.400576,4.930535,769,"2013-11-13 00:00",769,"2013-11-24 00:00",768,"2013-11-12 00:00",767,"2013-12-12 00:00","","","","",767,766,762,760,757,753,748,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68108",1,36.514712,-87.328047,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",347,100,61,61,0,0,"","","Certification not required",0,750.469741,4.731652,765,"2013-11-13 00:00",765,"2013-11-24 00:00",764,"2013-12-12 00:00",763,"2013-11-12 00:00","","","","",763,762,759,756,754,750,745,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","68109",1,36.514712,-87.328047,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",347,100,61,61,0,0,"","","Certification not required",0,1426.138329,89.746711,1440,"2013-01-02 00:00",1440,"2013-01-04 00:00",1440,"2013-01-13 00:00",1440,"2013-01-18 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","88101",1,36.514712,-87.328047,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,18,0,0,"Certification not required",0,9.0317,4.102111,24.5,"2013-01-02 00:00",22,"2013-03-17 00:00",21.7,"2013-06-25 00:00",20.8,"2013-01-26 00:00","","","","",20.8,19.9,16.9,14.6,11.5,8.6,4.3,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","88101",1,36.514712,-87.328047,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,18,"","","Certification not required",0,9.0317,4.102111,24.5,"2013-01-02 00:00",22,"2013-03-17 00:00",21.7,"2013-06-25 00:00",20.8,"2013-01-26 00:00","","","","",20.8,19.9,16.9,14.6,11.5,8.6,4.3,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-05" +"47","125","1009","88501",3,36.514712,-87.328047,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8734,100,364,365,0,26,"","","Certification not required",0,10.00553,5.17825,44.4,"2013-08-29 23:00",42.9,"2013-08-30 02:00",42.5,"2013-08-30 01:00",42.2,"2013-08-30 00:00","","","","",25.3,22.8,19.5,16.7,12.8,9.3,4.1,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-10" +"47","125","1009","88501",3,36.514712,-87.328047,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,9.95467,3.829465,25.8,"2013-08-29 00:00",25.6,"2013-09-12 00:00",21.8,"2013-03-10 00:00",21.1,"2013-06-07 00:00","","","","",21.1,19,16.7,15.1,12.3,9.6,5.6,"Clarksville PM 2.5 monitor","1514-C GOLF CLUB LANE Clarksville TN 37040","Tennessee","Montgomery","Clarksville","Clarksville, TN-KY","2014-02-10" +"47","141","0005","68101",1,36.185702,-85.492107,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,98,119,122,0,0,"","","Certification not required",0,0.526891,0.088008,0.7,"2013-04-07 00:00",0.7,"2013-05-07 00:00",0.7,"2013-05-28 00:00",0.7,"2013-06-30 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.5,0.4,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68102",1,36.185702,-85.492107,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,98,119,122,0,0,"","","Certification not required",0,24.001681,0.012909,24.1,"2013-08-17 00:00",24.1,"2013-10-13 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00","","","","",24.1,24,24,24,24,24,24,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68103",1,36.185702,-85.492107,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,8.630252,9.27852,22.3,"2013-06-12 00:00",22.1,"2013-06-27 00:00",21.9,"2013-05-31 00:00",21.7,"2013-08-11 00:00","","","","",22.1,21.9,21.4,20.7,16.9,9.3,-4,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68104",1,36.185702,-85.492107,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,19.733613,9.521094,33.6,"2013-06-12 00:00",33.2,"2013-09-10 00:00",32.9,"2013-07-15 00:00",32.7,"2013-07-09 00:00","","","","",33.2,32.9,32,30.7,28.7,20.4,5,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68105",1,36.185702,-85.492107,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,0,"","","Certification not required",0,13.788235,8.943942,27.6,"2013-06-12 00:00",26.6,"2013-07-09 00:00",26.2,"2013-06-27 00:00",25.9,"2013-07-15 00:00","","","","",26.6,26.2,25.6,23.8,22.1,15,1.2,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68106",1,36.185702,-85.492107,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,730.176471,3.930858,740,"2013-11-24 00:00",739,"2013-12-12 00:00",738,"2013-01-04 00:00",738,"2013-12-24 00:00","","","","",739,738,737,735,733,730,726,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68107",1,36.185702,-85.492107,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,734.97479,3.794425,745,"2013-11-24 00:00",744,"2013-11-12 00:00",744,"2013-12-12 00:00",742,"2013-10-25 00:00","","","","",744,744,742,740,737,735,730,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68108",1,36.185702,-85.492107,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,0,"","","Certification not required",0,732.638655,3.646989,742,"2013-11-24 00:00",741,"2013-12-12 00:00",740,"2013-11-12 00:00",740,"2013-12-24 00:00","","","","",741,740,739,738,735,732,728,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","68109",1,36.185702,-85.492107,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,98,119,122,0,0,"","","Certification not required",0,1439.865546,0.366485,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-05" +"47","141","0005","88101",1,36.185702,-85.492107,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,8.291597,3.583119,19.1,"2013-09-10 00:00",17.4,"2013-08-29 00:00",17.2,"2013-03-17 00:00",16.9,"2013-08-23 00:00","","","","",17.4,17.2,15.9,13.2,10.4,8,4,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-06" +"47","141","0005","88101",1,36.185702,-85.492107,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,8.291597,3.583119,19.1,"2013-09-10 00:00",17.4,"2013-08-29 00:00",17.2,"2013-03-17 00:00",16.9,"2013-08-23 00:00","","","","",17.4,17.2,15.9,13.2,10.4,8,4,"Cookeville pm 2.5 monitor","630 EAST 20TH STREET Cookeville TN 38501","Tennessee","Putnam","Cookeville","Cookeville, TN","2014-02-06" +"47","145","0004","68101",1,35.939078,-84.542802,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",110,90,110,122,0,0,"","","Certification not required",108,0.055455,0.040832,0.4,"2013-05-07 00:00",0.3,"2013-08-29 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-07 00:00","","","","",0.3,0.05,0.05,0.05,0.05,0.05,0.05,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68102",1,35.939078,-84.542802,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,90,110,122,0,0,"","","Certification not required",0,23.990909,0.095346,24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68103",1,35.939078,-84.542802,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,8.892727,8.451618,21.8,"2013-07-21 00:00",21.8,"2013-08-11 00:00",21.5,"2013-08-29 00:00",21.4,"2013-07-18 00:00","","","","",21.8,21.5,21.1,20.1,16.4,10.1,-3.1,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68104",1,35.939078,-84.542802,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,20.351818,9.445029,35.4,"2013-06-12 00:00",33.7,"2013-07-18 00:00",33,"2013-07-15 00:00",33,"2013-08-29 00:00","","","","",33.7,33,32.4,31.6,29.6,21.3,7.1,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68105",1,35.939078,-84.542802,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,14.101818,8.624256,26.7,"2013-06-12 00:00",26.7,"2013-07-18 00:00",26.7,"2013-08-29 00:00",26.4,"2013-07-15 00:00","","","","",26.7,26.7,25.6,24.5,22.1,14.4,2.2,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68106",1,35.939078,-84.542802,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,739.863636,4.16071,750,"2013-11-24 00:00",749,"2013-12-12 00:00",748,"2013-12-24 00:00",748,"2013-12-27 00:00","","","","",749,748,747,745,743,740,735,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68107",1,35.939078,-84.542802,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,744.663636,4.091336,755,"2013-11-24 00:00",754,"2013-11-12 00:00",754,"2013-12-12 00:00",753,"2013-11-30 00:00","","","","",754,754,752,750,748,745,739,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68108",1,35.939078,-84.542802,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,742.354545,3.896803,752,"2013-11-24 00:00",751,"2013-12-12 00:00",750,"2013-11-30 00:00",750,"2013-12-24 00:00","","","","",751,750,749,748,745,742,737,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","68109",1,35.939078,-84.542802,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",110,90,110,122,0,0,"","","Certification not required",0,1439.390909,5.62448,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-05" +"47","145","0004","88101",1,35.939078,-84.542802,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,0,0,"Certification not required",0,8.566055,3.75796,21.6,"2013-04-10 00:00",18.5,"2013-01-28 00:00",18.4,"2013-09-10 00:00",16,"2013-08-29 00:00","","","","",18.5,18.4,15,12.8,11,8.3,3.9,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-06" +"47","145","0004","88101",1,35.939078,-84.542802,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,8.566055,3.75796,21.6,"2013-04-10 00:00",18.5,"2013-01-28 00:00",18.4,"2013-09-10 00:00",16,"2013-08-29 00:00","","","","",18.5,18.4,15,12.8,11,8.3,3.9,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-06" +"47","145","0004","88501",3,35.939078,-84.542802,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8670,99,361,365,0,90,"","","Certification not required",0,10.287624,4.831451,49.4,"2013-04-10 03:00",49.1,"2013-04-10 07:00",48.8,"2013-04-10 05:00",43.5,"2013-04-10 04:00","","","","",24.5,21.9,18.8,16.5,13.1,9.7,4.8,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-10" +"47","145","0004","88501",3,35.939078,-84.542802,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",361,99,361,365,0,0,"","","Certification not required",0,10.250139,3.508142,23.1,"2013-01-29 00:00",22.3,"2013-04-10 00:00",21.8,"2013-09-09 00:00",21.6,"2013-08-30 00:00","","","","",21.6,19,16.6,14.9,12.2,9.8,6.1,"HARRIMAN HIGH SCHOOL","HARRIMAN HIGH 1002 N. ROAN ST Harriman TN 37748","Tennessee","Roane","Harriman","Harriman, TN","2014-02-10" +"47","145","0103","81102",1,35.868153,-84.698258,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,97,59,61,0,1,0,0,"Certification not required",1,16,8.793295,47,"2013-04-22 00:00",45,"2013-04-10 00:00",37,"2013-10-31 00:00",33,"2013-04-16 00:00","","","","",47,45,37,24,20,15,6,"","R.CARBON CLYMERSVILLE RD & BALDWIN","Tennessee","Roane","Rockwood","Harriman, TN","2014-01-21" +"47","145","0103","81102",2,35.868153,-84.698258,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,98,60,61,0,0,0,0,"Certification not required",2,16.737705,8.526237,44,"2013-04-10 00:00",43,"2013-03-29 00:00",39,"2013-10-31 00:00",32,"2013-04-16 00:00","","","","",44,43,32,24,21,17,7,"","R.CARBON CLYMERSVILLE RD & BALDWIN","Tennessee","Roane","Rockwood","Harriman, TN","2014-01-21" +"47","145","0104","81102",1,35.873152,-84.689646,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,98,60,61,0,0,0,0,"Certification not required",5,13.377049,7.651065,34,"2013-04-10 00:00",31,"2013-04-16 00:00",26,"2013-05-28 00:00",24,"2013-01-28 00:00","","","","",34,31,24,23,20,13,5,"","R.CARBON HEWITT AVE. HIGH SHCOOL","Tennessee","Roane","Rockwood","Harriman, TN","2014-01-21" +"47","145","1001","11102",1,35.916761,-84.503624,"NAD83","Suspended particulate (TSP) LC","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",55,100,4,4,0,4,"","","Certification not required",0,19.381818,12.353573,67,"2013-04-16 00:00",65,"2013-04-10 00:00",37,"2013-05-16 00:00",36,"2013-04-22 00:00","","","","",67,65,37,32,23,16,8,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-02-11" +"47","145","1001","61101",8,35.916761,-84.503624,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8364,95,348,365,0,4,"","","Certification not required",0,2.663618,2.421016,21.2,"2013-01-30 10:00",19.8,"2013-10-31 23:00",19.4,"2013-01-30 11:00",17.3,"2013-10-31 15:00","","","","",11.7,9.9,7.7,5.8,3.5,1.8,0.7,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","61102",8,35.916761,-84.503624,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Degrees Compass","No Events",8361,95,348,365,0,4,"","","Certification not required",0,149.92166,120.166845,360,"2013-03-09 22:00",360,"2013-05-18 21:00",360,"2013-05-21 21:00",360,"2013-05-30 07:00","","","","",358,355,346,328,262,131,16,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","61105",8,35.916761,-84.503624,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8364,95,348,365,0,4,"","","Certification not required",0,6.520086,4.733198,38,"2013-01-30 07:00",36,"2013-06-09 16:00",34,"2013-03-24 22:00",34,"2013-10-31 23:00","","","","",22,19,16,13,9,5,2,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","61106",8,35.916761,-84.503624,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8364,95,348,365,0,4,"","","Certification not required",0,38.329663,19.158625,102.1,"2013-11-27 01:00",101.5,"2013-08-22 11:00",98.2,"2013-10-07 01:00",97.8,"2013-03-16 02:00","","","","",87.2,82.7,74.8,66.3,50.8,34.7,16.5,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","62101",8,35.916761,-84.503624,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8364,95,348,365,0,4,"","","Certification not required",0,57.998565,16.46264,93,"2013-07-17 15:00",92,"2013-07-16 17:00",92,"2013-07-17 14:00",92,"2013-07-17 16:00","","","","",87,85,82,78,71,60,35,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","62201",8,35.916761,-84.503624,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8364,95,348,365,0,4,"","","Certification not required",0,72.356767,19.2785,95,"2013-02-15 06:00",95,"2013-02-15 07:00",95,"2013-02-15 08:00",95,"2013-02-15 09:00","","","","",94,94,93,92,89,78,43,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","65102",8,35.916761,-84.503624,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8364,95,348,365,0,4,"","","Certification not required",0,0.00813,0.046507,1.34,"2013-08-23 16:00",1.07,"2013-09-25 10:00",0.97,"2013-06-18 10:00",0.81,"2013-06-05 16:00","","","","",0.2,0.13,0.04,0,0,0,0,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-22" +"47","145","1001","81102",1,35.916761,-84.503624,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",8609,98,355,365,8609,151,"","","Certification not required",0,20.511558,13.878862,185,"2013-10-31 14:00",151,"2013-11-13 23:00",146,"2013-06-10 16:00",138,"2013-06-12 14:00","","","","",64,56,45,38,28,17,7,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-02-19" +"47","145","1001","81102",1,35.916761,-84.503624,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",8609,98,355,365,8609,151,"","","Certification not required",0,20.511558,13.878862,185,"2013-10-31 14:00",151,"2013-11-13 23:00",146,"2013-06-10 16:00",138,"2013-06-12 14:00","","","","",64,56,45,38,28,17,7,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-02-19" +"47","145","1001","81102",1,35.916761,-84.503624,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",355,97,355,365,0,0,0,0,"Certification not required",0,19.921127,11.098149,56,"2013-08-29 00:00",56,"2013-09-10 00:00",55,"2013-09-09 00:00",50,"2013-09-08 00:00","","","","",50,47,41,35,27,18,8,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-02-19" +"47","145","1001","81102",1,35.916761,-84.503624,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",355,97,355,365,0,0,0,0,"Certification not required",0,19.921127,11.098149,56,"2013-08-29 00:00",56,"2013-09-10 00:00",55,"2013-09-09 00:00",50,"2013-09-08 00:00","","","","",50,47,41,35,27,18,8,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-02-19" +"47","145","1001","88101",3,35.916761,-84.503624,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8363,95,360,365,0,397,"","","Certification not required",0,11.326438,6.233717,43,"2013-03-29 14:00",41,"2013-08-22 18:00",37,"2013-01-29 14:00",35,"2013-08-22 13:00","","","","",27,25,22,20,15,11,4,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","1001","88101",3,35.916761,-84.503624,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,0,0,"Certification not required",0,11.269143,5.120666,25.3,"2013-09-09 00:00",24.5,"2013-10-28 00:00",24.4,"2013-01-29 00:00",23.7,"2013-08-27 00:00","","","","",23.7,23,21,18.2,14.3,11.2,5,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","1001","88101",3,35.916761,-84.503624,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,11.269143,5.120666,25.3,"2013-09-09 00:00",24.5,"2013-10-28 00:00",24.4,"2013-01-29 00:00",23.7,"2013-08-27 00:00","","","","",23.7,23,21,18.2,14.3,11.2,5,"TVA Fly ash spill site","199 Lake Shore Rd, Kingston TN 37763","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","3005","88101",3,35.902566,-84.524061,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8489,97,359,365,0,271,"","","Certification not required",0,10.189186,5.28045,49,"2013-01-29 12:00",43,"2013-01-29 16:00",42,"2013-01-29 13:00",42,"2013-01-29 17:00","","","","",25,23,20,17,13,9,4,"PS05 TVA FLY ASH SPILL","1025 Swan Pond Road, Harriman, TN 37748","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","3005","88101",3,35.902566,-84.524061,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,0,0,"Certification not required",0,10.132386,4.06297,32.6,"2013-01-29 00:00",22.1,"2013-11-16 00:00",21.7,"2013-12-02 00:00",21.3,"2013-01-28 00:00","","","","",21.3,19.9,17.7,15.6,12.4,9.8,5.5,"PS05 TVA FLY ASH SPILL","1025 Swan Pond Road, Harriman, TN 37748","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","3005","88101",3,35.902566,-84.524061,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,10.132386,4.06297,32.6,"2013-01-29 00:00",22.1,"2013-11-16 00:00",21.7,"2013-12-02 00:00",21.3,"2013-01-28 00:00","","","","",21.3,19.9,17.7,15.6,12.4,9.8,5.5,"PS05 TVA FLY ASH SPILL","1025 Swan Pond Road, Harriman, TN 37748","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","3008","88101",3,35.907121,-84.49709,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8518,97,363,365,0,242,"","","Certification not required",0,9.898568,5.172047,55,"2013-05-27 00:00",51,"2013-05-26 21:00",46,"2013-05-27 03:00",42,"2013-05-27 06:00","","","","",24,22,19,17,13,9,4,"PS08 TVA FLY ASH SPILL","540 Emory River Road, Harriman, TN 37748","Tennessee","Roane","Kingston","Harriman, TN","2014-01-17" +"47","145","3008","88101",3,35.907121,-84.49709,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,0,0,"Certification not required",0,9.858263,3.911172,24,"2013-11-16 00:00",23.7,"2013-01-29 00:00",21.2,"2013-12-02 00:00",20.3,"2013-08-31 00:00","","","","",20.3,19.5,17.1,15.6,12.1,9.5,5.3,"PS08 TVA FLY ASH SPILL","540 Emory River Road, Harriman, TN 37748","Tennessee","Roane","Kingston","Harriman, TN","2014-01-17" +"47","145","3008","88101",3,35.907121,-84.49709,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,0,"","","Certification not required",0,9.858263,3.911172,24,"2013-11-16 00:00",23.7,"2013-01-29 00:00",21.2,"2013-12-02 00:00",20.3,"2013-08-31 00:00","","","","",20.3,19.5,17.1,15.6,12.1,9.5,5.3,"PS08 TVA FLY ASH SPILL","540 Emory River Road, Harriman, TN 37748","Tennessee","Roane","Kingston","Harriman, TN","2014-01-17" +"47","145","3009","88101",3,35.889824,-84.51713,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",7203,82,310,365,0,1557,"","","Certification not required",0,11.602666,8.08634,276,"2013-03-30 17:00",227,"2013-03-30 18:00",151,"2013-03-30 19:00",97,"2013-04-02 16:00","","","","",34,27,23,20,16,10,4,"PS09 TVA FLY ASH SPILL","304 Windswept Lane, Kingston, TN 37763","Tennessee","Roane","Kingston","Harriman, TN","2014-01-17" +"47","145","3009","88101",3,35.889824,-84.51713,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,1,1,"Certification not required",0,11.546,4.95891,43.5,"2013-03-30 00:00",30.3,"2013-01-29 00:00",24.8,"2013-11-16 00:00",23.6,"2013-12-02 00:00","","","","",24.8,22.1,19.3,17.6,14.7,10.8,5.8,"PS09 TVA FLY ASH SPILL","304 Windswept Lane, Kingston, TN 37763","Tennessee","Roane","Kingston","Harriman, TN","2014-01-17" +"47","145","3009","88101",3,35.889824,-84.51713,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,11.546,4.95891,43.5,"2013-03-30 00:00",30.3,"2013-01-29 00:00",24.8,"2013-11-16 00:00",23.6,"2013-12-02 00:00","","","","",24.8,22.1,19.3,17.6,14.7,10.8,5.8,"PS09 TVA FLY ASH SPILL","304 Windswept Lane, Kingston, TN 37763","Tennessee","Roane","Kingston","Harriman, TN","2014-01-17" +"47","145","3013","88101",3,35.9255,-84.51657,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8441,96,360,365,0,318,"","","Certification not required",0,10.386566,6.134682,54,"2013-09-27 10:00",43,"2013-08-23 15:00",40,"2013-08-22 18:00",40,"2013-11-05 19:00","","","","",28,25,21,18,14,10,3,"PS13 TVA FLY ASH SPILL","SWAN POND CIRCLE ROAD; HARRIMAN, TN 37748","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","3013","88101",3,35.9255,-84.51657,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,0,0,"Certification not required",0,10.359943,4.805216,25.5,"2013-11-16 00:00",25,"2013-01-29 00:00",24.9,"2013-12-02 00:00",22.7,"2013-09-09 00:00","","","","",22.7,21,19.5,17.1,13.2,10,4.8,"PS13 TVA FLY ASH SPILL","SWAN POND CIRCLE ROAD; HARRIMAN, TN 37748","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","145","3013","88101",3,35.9255,-84.51657,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,0,"","","Certification not required",0,10.359943,4.805216,25.5,"2013-11-16 00:00",25,"2013-01-29 00:00",24.9,"2013-12-02 00:00",22.7,"2013-09-09 00:00","","","","",22.7,21,19.5,17.1,13.2,10,4.8,"PS13 TVA FLY ASH SPILL","SWAN POND CIRCLE ROAD; HARRIMAN, TN 37748","Tennessee","Roane","","Harriman, TN","2014-01-17" +"47","155","0101","42401",1,35.696667,-83.609722,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1401,16,59,365,0,1479,0,"","Certification not required",0,0.722034,0.74604,4.2,"2013-01-04 03:00",2.3,"2013-01-24 10:00",2.3,"2013-02-13 21:00",1.8,"2013-02-17 07:00","","","","",4.2,2.3,2.3,1.6,1.1,0.4,0,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2013-06-18" +"47","155","0101","42401",1,35.696667,-83.609722,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1401,16,59,365,0,1479,"","","Certification not required",0,0.264525,0.397929,4.2,"2013-01-04 03:00",3.7,"2013-01-04 02:00",2.8,"2013-01-04 04:00",2.3,"2013-01-24 10:00","","","","",1.7,1.5,1,0.7,0.4,0.1,0,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2013-06-18" +"47","155","0101","42401",1,35.696667,-83.609722,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",59,16,59,365,0,0,0,"","Certification not required",0,0.274576,0.312163,1.2,"2013-01-04 00:00",1.2,"2013-01-24 00:00",1.2,"2013-02-17 00:00",0.8,"2013-01-21 00:00","","","","",1.2,1.2,1.2,0.7,0.4,0.2,0,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2013-06-18" +"47","155","0101","42401",1,35.696667,-83.609722,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",460,16,59,365,0,0,"",0,"Certification not required",0,0.241087,0.367211,2.6,"2013-01-04 05:00",2.1,"2013-01-24 11:00",1.9,"2013-02-13 20:00",1.8,"2013-01-04 02:00","","","","",1.6,1.3,1,0.7,0.4,0.1,0,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2013-06-18" +"47","155","0101","44201",1,35.696667,-83.609722,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8680,99,243,245,0,80,0,0,"Certification not required",0,0.050449,0.008597,0.075,"2013-03-09 00:00",0.074,"2013-03-15 21:00",0.073,"2013-03-08 23:00",0.071,"2013-05-15 20:00","","","","",0.073,0.069,0.064,0.061,0.056,0.051,0.046,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","44201",1,35.696667,-83.609722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,99,243,245,0,0,0,0,"Certification not required",0,0.047276,0.008052,0.07,"2013-03-15 16:00",0.067,"2013-02-21 00:00",0.066,"2013-02-20 23:00",0.066,"2013-05-15 16:00","","","","",0.066,0.065,0.061,0.057,0.053,0.048,0.044,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","44201",1,35.696667,-83.609722,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8711,99,243,245,0,0,0,0,"Certification not required",0,0.047276,0.008052,0.07,"2013-03-15 16:00",0.067,"2013-02-21 00:00",0.066,"2013-02-20 23:00",0.066,"2013-05-15 16:00","","","","",0.066,0.065,0.061,0.057,0.053,0.048,0.044,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","61101",1,35.696667,-83.609722,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8717,100,363,365,0,43,"","","Certification not required",0,8.636354,6.052062,44.1,"2013-10-31 21:00",43.5,"2013-02-10 20:00",41,"2013-02-10 19:00",40,"2013-10-31 22:00","","","","",28.4,24.9,20.4,16.9,11.7,7.2,2.3,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","61103",1,35.696667,-83.609722,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8717,100,363,365,0,43,"","","Certification not required",0,8.247379,5.990306,43.1,"2013-10-31 21:00",42.5,"2013-02-10 20:00",39.2,"2013-02-10 19:00",39.2,"2013-10-31 22:00","","","","",27.6,24.1,19.6,16.5,11.3,7,1.9,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","61104",1,35.696667,-83.609722,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8717,100,363,365,0,43,"","","Certification not required",0,196.314902,86.99062,360,"2013-03-27 04:00",360,"2013-03-27 07:00",360,"2013-04-20 03:00",360,"2013-05-29 15:00","","","","",356,352,336,312,251,206,61,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","61106",1,35.696667,-83.609722,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8717,100,363,365,0,43,"","","Certification not required",0,18.96134,11.986119,86,"2013-09-03 18:00",84,"2013-07-17 14:00",82,"2013-06-19 16:00",80,"2013-05-24 20:00","","","","",61,55,44,35,24,16,8,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","62101",1,35.696667,-83.609722,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8759,100,365,365,0,1,"","","Certification not required",0,50.489896,14.949442,77,"2013-06-12 16:00",76,"2013-06-12 14:00",76,"2013-06-12 15:00",76,"2013-06-12 17:00","","","","",72,71,69,67,63,54,28,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","62201",1,35.696667,-83.609722,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8760,100,365,365,0,0,"","","Certification not required",0,77.378653,21.63102,100,"2013-01-01 22:00",100,"2013-01-01 23:00",100,"2013-01-02 00:00",100,"2013-01-02 01:00","","","","",100,100,100,100,95,83,45,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","64101",1,35.696667,-83.609722,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8752,100,364,365,0,8,"","","Certification not required",0,878.008227,4.970527,891,"2013-07-16 09:00",891,"2013-07-16 10:00",889,"2013-07-15 10:00",889,"2013-07-15 11:00","","","","",888,887,884,884,881,879,871,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0101","65102",1,35.696667,-83.609722,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8728,100,364,365,0,32,"","","Certification not required",0,0.007674,0.042861,1.07,"2013-06-02 10:00",0.87,"2013-06-02 11:00",0.83,"2013-07-26 16:00",0.82,"2013-07-22 17:00","","","","",0.19,0.11,0.04,0,0,0,0,"","GREAT SMOKY MOUNTAIN NP COVE MOUNTAIN","Tennessee","Sevier","Not in a city","Sevierville, TN","2014-02-18" +"47","155","0102","44201",1,35.562778,-83.498056,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4291,69,169,245,0,845,0,0,"Certification not required",0,0.051941,0.007819,0.071,"2013-05-15 03:00",0.07,"2013-05-16 00:00",0.07,"2013-06-12 01:00",0.068,"2013-07-29 19:00","","","","",0.07,0.068,0.064,0.062,0.057,0.053,0.042,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","44201",1,35.562778,-83.498056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4249,68,167,245,0,0,0,0,"Certification not required",0,0.048844,0.007369,0.068,"2013-05-15 02:00",0.066,"2013-05-14 22:00",0.064,"2013-06-11 23:00",0.064,"2013-06-12 00:00","","","","",0.066,0.064,0.059,0.058,0.054,0.049,0.039,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","44201",1,35.562778,-83.498056,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4249,68,167,245,0,0,0,0,"Certification not required",0,0.048844,0.007369,0.068,"2013-05-15 02:00",0.066,"2013-05-14 22:00",0.064,"2013-06-11 23:00",0.064,"2013-06-12 00:00","","","","",0.066,0.064,0.059,0.058,0.054,0.049,0.039,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","61101",1,35.562778,-83.498056,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4277,49,175,365,0,859,"","","Certification not required",0,6.921136,3.582705,21.6,"2013-07-14 21:00",21,"2013-10-31 10:00",20.8,"2013-10-31 09:00",20.6,"2013-07-14 22:00","","","","",17.1,15.7,13.8,12,9.1,6.2,2.9,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","61103",1,35.562778,-83.498056,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4277,49,175,365,0,859,"","","Certification not required",0,6.414075,3.634661,20.8,"2013-07-14 21:00",20.6,"2013-10-31 10:00",20.4,"2013-10-31 09:00",19.8,"2013-07-14 22:00","","","","",16.5,15.1,13.2,11.7,8.7,5.6,2.3,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","61104",1,35.562778,-83.498056,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4277,49,175,365,0,859,"","","Certification not required",0,221.595511,83.207696,360,"2013-06-14 02:00",360,"2013-07-09 08:00",360,"2013-08-25 08:00",360,"2013-09-08 16:00","","","","",357,354,345,330,269,229,105,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","61106",1,35.562778,-83.498056,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",4276,49,175,365,0,860,"","","Certification not required",0,25.207881,14.186026,82.1,"2013-09-21 10:00",80.7,"2013-07-19 12:00",77.8,"2013-11-04 12:00",76.7,"2013-09-06 14:00","","","","",63.7,59.8,53.6,47.3,34.1,20.9,10.5,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","62101",1,35.562778,-83.498056,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4278,49,175,365,0,858,"","","Certification not required",0,51.328892,7.34475,66,"2013-06-12 16:00",65,"2013-06-12 15:00",65,"2013-06-12 17:00",65,"2013-07-18 12:00","","","","",62,61,60,58,56,53,43,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","62201",1,35.562778,-83.498056,"UNKNOWN","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4278,49,175,365,0,858,"","","Certification not required",0,87.639084,19.152934,100,"2013-05-07 20:00",100,"2013-05-07 21:00",100,"2013-05-07 22:00",100,"2013-05-07 23:00","","","","",100,100,99,99,99,97,58,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","63301",1,35.562778,-83.498056,"UNKNOWN","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4274,49,175,365,0,862,"","","Certification not required",1944,0.207794,0.304011,1.49,"2013-05-13 12:00",1.47,"2013-05-25 12:00",1.45,"2013-05-13 11:00",1.45,"2013-05-25 11:00","","","","",1.24,1.1,0.89,0.68,0.32,0.03,0.005,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","155","0102","65102",1,35.562778,-83.498056,"UNKNOWN","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",4266,49,175,365,0,870,"","","Certification not required",0,0.011906,0.06109,1.48,"2013-07-16 17:00",1.23,"2013-06-13 15:00",1.03,"2013-08-12 13:00",0.8,"2013-06-17 08:00","","","","",0.3,0.17,0.06,0.01,0,0,0,"Great Smoky Mountains National Park, Clingman's Dome","CLINGSMANS DOME, GREAT SMOKY MTNS. NP","Tennessee","Sevier","","Sevierville, TN","2014-01-20" +"47","157","0016","81102",1,35.165746,-89.970897,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,19.644444,9.460818,52,"2013-08-08 00:00",50,"2013-06-27 00:00",31,"2013-03-17 00:00",31,"2013-09-01 00:00","","","","",52,52,31,30,23,20,10,"","GAS SERVICE CENTER MEAGHER STREET","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0016","81102",2,35.165746,-89.970897,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,20.066667,9.71737,55,"2013-08-08 00:00",49,"2013-06-27 00:00",32,"2013-03-17 00:00",31,"2013-01-04 00:00","","","","",55,55,32,31,24,19,10,"","GAS SERVICE CENTER MEAGHER STREET","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0021","44201",1,35.217501,-90.019707,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4809,86,210,245,0,327,0,0,"Certification not required",386,0.049757,0.011165,0.077,"2013-05-14 13:00",0.077,"2013-06-11 15:00",0.076,"2013-06-20 11:00",0.076,"2013-09-07 14:00","","","","",0.076,0.075,0.069,0.065,0.058,0.048,0.036,"Frayser Ozone Monitor","1330 FRAYSER BLVD","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0021","44201",1,35.217501,-90.019707,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5044,85,209,245,0,0,0,0,"Certification not required",0,0.044244,0.010379,0.071,"2013-05-14 10:00",0.069,"2013-06-11 10:00",0.069,"2013-06-15 09:00",0.069,"2013-09-07 09:00","","","","",0.069,0.066,0.06,0.057,0.051,0.044,0.03,"Frayser Ozone Monitor","1330 FRAYSER BLVD","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0021","44201",1,35.217501,-90.019707,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5044,85,209,245,0,0,0,0,"Certification not required",0,0.044244,0.010379,0.071,"2013-05-14 10:00",0.069,"2013-06-11 10:00",0.069,"2013-06-15 09:00",0.069,"2013-09-07 09:00","","","","",0.069,0.066,0.06,0.057,0.051,0.044,0.03,"Frayser Ozone Monitor","1330 FRAYSER BLVD","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0024","42101",1,35.151194,-90.041559,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6099,70,264,365,0,453,0,0,"Certification not required",5009,0.31606,0.175868,2.5,"2013-01-04 23:00",2.4,"2013-01-05 01:00",2.3,"2013-01-04 22:00",2.2,"2013-01-05 02:00","","","","",1.1,0.8,0.6,0.5,0.25,0.25,0.25,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0024","42101",1,35.151194,-90.041559,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6271,72,261,365,0,0,0,0,"Certification not required",0,0.34894,0.13627,2.2,"2013-01-05 04:00",2.1,"2013-01-05 03:00",2.1,"2013-01-05 05:00",2,"2013-01-05 02:00",2.2,"2013-01-05 04:00",1.6,"2013-01-05 00:00",0.9,0.7,0.6,0.5,0.3,0.3,0.3,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0024","68103",5,35.151194,-90.041559,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",5,4,5,122,0,0,"","","Certification not required",0,5.56,8.783963,16.5,"2013-01-28 00:00",13.7,"2013-01-10 00:00",-0.1,"2013-01-16 00:00",-0.6,"2013-01-04 00:00","","","","",16.5,16.5,16.5,16.5,13.7,-0.1,-1.7,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","68104",5,35.151194,-90.041559,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",5,4,5,122,0,0,"","","Certification not required",0,12.92,8.930957,23.1,"2013-01-28 00:00",21.1,"2013-01-10 00:00",11,"2013-01-04 00:00",6.9,"2013-01-22 00:00","","","","",23.1,23.1,23.1,23.1,21.1,11,2.5,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","68105",5,35.151194,-90.041559,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",5,4,5,122,0,0,"","","Certification not required",0,8.98,8.733098,19.2,"2013-01-28 00:00",17.7,"2013-01-10 00:00",4.4,"2013-01-04 00:00",2.3,"2013-01-22 00:00","","","","",19.2,19.2,19.2,19.2,17.7,4.4,1.3,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","68106",5,35.151194,-90.041559,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,4,5,122,0,0,"","","Certification not required",0,760.6,4.393177,766,"2013-01-04 00:00",764,"2013-01-22 00:00",759,"2013-01-16 00:00",759,"2013-01-28 00:00","","","","",766,766,766,766,764,759,755,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","68107",5,35.151194,-90.041559,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,4,5,122,0,0,"","","Certification not required",0,766.2,3.63318,771,"2013-01-04 00:00",769,"2013-01-22 00:00",765,"2013-01-10 00:00",763,"2013-01-16 00:00","","","","",771,771,771,771,769,765,763,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","68108",5,35.151194,-90.041559,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",5,4,5,122,0,0,"","","Certification not required",0,763.2,4.494441,769,"2013-01-04 00:00",767,"2013-01-22 00:00",761,"2013-01-16 00:00",760,"2013-01-28 00:00","","","","",769,769,769,769,767,761,759,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","81102",1,35.151194,-90.041559,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,21.72093,10.804156,58,"2013-06-27 00:00",51,"2013-08-08 00:00",42,"2013-09-07 00:00",35,"2013-03-17 00:00","","","","",58,58,42,34,24,20,11,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0024","88102",5,35.151194,-90.041559,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.0172,0.005227,0.021,"2013-01-22 00:00",0.021,"2013-01-28 00:00",0.0205,"2013-01-16 00:00",0.014,"2013-01-04 00:00","","","","",0.021,0.021,0.021,0.021,0.021,0.0205,0.0095,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88103",5,35.151194,-90.041559,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.0012,0.001304,0.003,"2013-01-16 00:00",0.002,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.001,0,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88104",5,35.151194,-90.041559,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",4,0.0115,0.009546,0.028,"2013-01-16 00:00",0.0115,"2013-01-04 00:00",0.0065,"2013-01-22 00:00",0.0065,"2013-01-28 00:00","","","","",0.028,0.028,0.028,0.028,0.0115,0.0065,0.005,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88107",5,35.151194,-90.041559,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.0099,0.010957,0.0295,"2013-01-10 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.005,0.005,0.005,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88109",5,35.151194,-90.041559,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",1,0.00609,0.003709,0.0116,"2013-01-16 00:00",0.0062,"2013-01-28 00:00",0.0058,"2013-01-04 00:00",0.0057,"2013-01-22 00:00","","","","",0.0116,0.0116,0.0116,0.0116,0.0062,0.0058,0.00115,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88110",5,35.151194,-90.041559,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.0026,0.005814,0.013,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.013,0.013,0.013,0.013,0,0,0,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88111",5,35.151194,-90.041559,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.04866,0.03074,0.091,"2013-01-04 00:00",0.0655,"2013-01-22 00:00",0.0474,"2013-01-16 00:00",0.0232,"2013-01-28 00:00","","","","",0.091,0.091,0.091,0.091,0.0655,0.0474,0.0162,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88112",5,35.151194,-90.041559,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.0028,0.003033,0.006,"2013-01-04 00:00",0.006,"2013-01-16 00:00",0.002,"2013-01-22 00:00",0,"2013-01-10 00:00","","","","",0.006,0.006,0.006,0.006,0.006,0.002,0,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88113",5,35.151194,-90.041559,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.00067,0.000196,0.001,"2013-01-10 00:00",0.0007,"2013-01-04 00:00",0.00055,"2013-01-16 00:00",0.00055,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.0007,0.00055,0.00055,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88114",5,35.151194,-90.041559,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.00888,0.008094,0.0225,"2013-01-04 00:00",0.0094,"2013-01-16 00:00",0.0067,"2013-01-22 00:00",0.003,"2013-01-10 00:00","","","","",0.0225,0.0225,0.0225,0.0225,0.0094,0.0067,0.0028,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88115",5,35.151194,-90.041559,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",1,0.01756,0.013631,0.0404,"2013-01-16 00:00",0.018,"2013-01-22 00:00",0.0145,"2013-01-28 00:00",0.0094,"2013-01-04 00:00","","","","",0.0404,0.0404,0.0404,0.0404,0.018,0.0145,0.0055,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88117",5,35.151194,-90.041559,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.01146,0.017634,0.043,"2013-01-10 00:00",0.0041,"2013-01-04 00:00",0.0034,"2013-01-16 00:00",0.0034,"2013-01-22 00:00","","","","",0.043,0.043,0.043,0.043,0.0041,0.0034,0.0034,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88118",5,35.151194,-90.041559,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.0158,0.006573,0.023,"2013-01-10 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-22 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.017,0.005,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88126",5,35.151194,-90.041559,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.11342,0.085415,0.247,"2013-01-04 00:00",0.13,"2013-01-16 00:00",0.112,"2013-01-22 00:00",0.0395,"2013-01-10 00:00","","","","",0.247,0.247,0.247,0.247,0.13,0.112,0.0386,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88128",5,35.151194,-90.041559,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.0008,0.001789,0.004,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.004,0.004,0.004,0.004,0,0,0,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88131",5,35.151194,-90.041559,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.0094,0.002191,0.011,"2013-01-16 00:00",0.011,"2013-01-22 00:00",0.011,"2013-01-28 00:00",0.007,"2013-01-04 00:00","","","","",0.011,0.011,0.011,0.011,0.011,0.011,0.007,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88132",5,35.151194,-90.041559,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.002,0.001871,0.004,"2013-01-16 00:00",0.003,"2013-01-04 00:00",0.003,"2013-01-22 00:00",0,"2013-01-10 00:00","","","","",0.004,0.004,0.004,0.004,0.003,0.003,0,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88136",5,35.151194,-90.041559,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.0006,0.000894,0.002,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88140",5,35.151194,-90.041559,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.0069,0.001917,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.0055,"2013-01-16 00:00",0.0055,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.0055,0.0055,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88152",5,35.151194,-90.041559,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.00457,0.000962,0.005,"2013-01-04 00:00",0.005,"2013-01-16 00:00",0.005,"2013-01-22 00:00",0.005,"2013-01-28 00:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.00285,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88154",5,35.151194,-90.041559,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",4,0.00151,0.000844,0.003,"2013-01-16 00:00",0.0013,"2013-01-04 00:00",0.00125,"2013-01-10 00:00",0.001,"2013-01-22 00:00","","","","",0.003,0.003,0.003,0.003,0.0013,0.00125,0.001,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88160",5,35.151194,-90.041559,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.0132,0.003899,0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00",0.016,"2013-01-28 00:00",0.01,"2013-01-04 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.008,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88161",5,35.151194,-90.041559,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",3,0.00321,0.001433,0.005,"2013-01-28 00:00",0.0045,"2013-01-16 00:00",0.0025,"2013-01-04 00:00",0.00215,"2013-01-22 00:00","","","","",0.005,0.005,0.005,0.005,0.0045,0.0025,0.0019,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88164",5,35.151194,-90.041559,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.00141,0.000261,0.0016,"2013-01-04 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-01-22 00:00",0.0015,"2013-01-28 00:00","","","","",0.0016,0.0016,0.0016,0.0016,0.0015,0.0015,0.00095,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88165",5,35.151194,-90.041559,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",1,0.03302,0.017046,0.046,"2013-01-22 00:00",0.044,"2013-01-04 00:00",0.039,"2013-01-28 00:00",0.032,"2013-01-16 00:00","","","","",0.046,0.046,0.046,0.046,0.044,0.039,0.0041,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88166",5,35.151194,-90.041559,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.00664,0.001431,0.0075,"2013-01-16 00:00",0.0075,"2013-01-22 00:00",0.0075,"2013-01-28 00:00",0.0065,"2013-01-10 00:00","","","","",0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,0.0042,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88167",5,35.151194,-90.041559,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.01406,0.010329,0.0288,"2013-01-04 00:00",0.0186,"2013-01-16 00:00",0.0142,"2013-01-22 00:00",0.0047,"2013-01-28 00:00","","","","",0.0288,0.0288,0.0288,0.0288,0.0186,0.0142,0.004,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88168",5,35.151194,-90.041559,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.00117,0.000249,0.00155,"2013-01-10 00:00",0.00115,"2013-01-16 00:00",0.00115,"2013-01-22 00:00",0.00115,"2013-01-28 00:00","","","","",0.00155,0.00155,0.00155,0.00155,0.00115,0.00115,0.00085,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88169",5,35.151194,-90.041559,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.6082,0.335843,1.09,"2013-01-28 00:00",0.716,"2013-01-16 00:00",0.657,"2013-01-04 00:00",0.314,"2013-01-22 00:00","","","","",1.09,1.09,1.09,1.09,0.716,0.657,0.264,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88176",5,35.151194,-90.041559,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.00093,0.000222,0.0013,"2013-01-10 00:00",0.0009,"2013-01-22 00:00",0.0009,"2013-01-28 00:00",0.00085,"2013-01-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0009,0.0009,0.0007,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88180",5,35.151194,-90.041559,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.06994,0.034547,0.11,"2013-01-04 00:00",0.0966,"2013-01-16 00:00",0.0655,"2013-01-22 00:00",0.0546,"2013-01-28 00:00","","","","",0.11,0.11,0.11,0.11,0.0966,0.0655,0.023,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88184",5,35.151194,-90.041559,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",2,0.0632,0.036629,0.097,"2013-01-28 00:00",0.088,"2013-01-10 00:00",0.084,"2013-01-16 00:00",0.027,"2013-01-04 00:00","","","","",0.097,0.097,0.097,0.097,0.088,0.084,0.02,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88185",5,35.151194,-90.041559,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",4,0.0038,0.003931,0.0108,"2013-01-22 00:00",0.0023,"2013-01-10 00:00",0.00225,"2013-01-16 00:00",0.00225,"2013-01-28 00:00","","","","",0.0108,0.0108,0.0108,0.0108,0.0023,0.00225,0.0014,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88301",5,35.151194,-90.041559,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,1.0354,0.78088,2.14,"2013-01-16 00:00",1.42,"2013-01-04 00:00",0.875,"2013-01-28 00:00",0.656,"2013-01-22 00:00","","","","",2.14,2.14,2.14,2.14,1.42,0.875,0.086,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88302",5,35.151194,-90.041559,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",2,0.057,0.040921,0.108,"2013-01-28 00:00",0.077,"2013-01-16 00:00",0.07,"2013-01-10 00:00",0.015,"2013-01-04 00:00","","","","",0.108,0.108,0.108,0.108,0.077,0.07,0.015,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88303",5,35.151194,-90.041559,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",2,0.053,0.042988,0.107,"2013-01-04 00:00",0.086,"2013-01-16 00:00",0.048,"2013-01-22 00:00",0.012,"2013-01-10 00:00","","","","",0.107,0.107,0.107,0.107,0.086,0.048,0.012,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88306",5,35.151194,-90.041559,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,2.6104,2.562093,6.07,"2013-01-16 00:00",4.43,"2013-01-04 00:00",1.91,"2013-01-22 00:00",0.367,"2013-01-28 00:00","","","","",6.07,6.07,6.07,6.07,4.43,1.91,0.275,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88355",5,35.151194,-90.041559,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,2.676,1.48739,5.2,"2013-01-04 00:00",2.73,"2013-01-16 00:00",2.03,"2013-01-28 00:00",2.02,"2013-01-22 00:00","","","","",5.2,5.2,5.2,5.2,2.73,2.03,1.4,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88357",5,35.151194,-90.041559,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.7264,0.556832,1.69,"2013-01-04 00:00",0.666,"2013-01-16 00:00",0.573,"2013-01-22 00:00",0.393,"2013-01-10 00:00","","","","",1.69,1.69,1.69,1.69,0.666,0.573,0.31,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88370",5,35.151194,-90.041559,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,2.336,1.31066,4.59,"2013-01-04 00:00",2.28,"2013-01-16 00:00",1.79,"2013-01-28 00:00",1.76,"2013-01-22 00:00","","","","",4.59,4.59,4.59,4.59,2.28,1.79,1.26,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88374",5,35.151194,-90.041559,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.359,0.463917,1.17,"2013-01-04 00:00",0.292,"2013-01-22 00:00",0.203,"2013-01-16 00:00",0.092,"2013-01-28 00:00","","","","",1.17,1.17,1.17,1.17,0.292,0.203,0.038,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88375",5,35.151194,-90.041559,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.6456,0.320205,1.19,"2013-01-04 00:00",0.638,"2013-01-16 00:00",0.575,"2013-01-28 00:00",0.417,"2013-01-10 00:00","","","","",1.19,1.19,1.19,1.19,0.638,0.575,0.408,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88376",5,35.151194,-90.041559,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.7008,0.304506,1.2,"2013-01-04 00:00",0.787,"2013-01-16 00:00",0.51,"2013-01-28 00:00",0.505,"2013-01-22 00:00","","","","",1.2,1.2,1.2,1.2,0.787,0.51,0.502,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88377",5,35.151194,-90.041559,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.4964,0.203901,0.749,"2013-01-04 00:00",0.654,"2013-01-16 00:00",0.455,"2013-01-28 00:00",0.375,"2013-01-22 00:00","","","","",0.749,0.749,0.749,0.749,0.654,0.455,0.249,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88378",5,35.151194,-90.041559,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",1,0.1328,0.107122,0.274,"2013-01-04 00:00",0.177,"2013-01-22 00:00",0.157,"2013-01-28 00:00",0.055,"2013-01-10 00:00","","","","",0.274,0.274,0.274,0.274,0.177,0.157,0.001,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88380",5,35.151194,-90.041559,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,1.063,0.726283,2.29,"2013-01-04 00:00",1.11,"2013-01-16 00:00",0.84,"2013-01-22 00:00",0.547,"2013-01-28 00:00","","","","",2.29,2.29,2.29,2.29,1.11,0.84,0.528,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88383",5,35.151194,-90.041559,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,1.1572,0.780204,2.5,"2013-01-04 00:00",1.08,"2013-01-16 00:00",0.971,"2013-01-22 00:00",0.683,"2013-01-28 00:00","","","","",2.5,2.5,2.5,2.5,1.08,0.971,0.552,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-06-25" +"47","157","0024","88384",5,35.151194,-90.041559,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.03834,0.016924,0.0639,"2013-01-04 00:00",0.0463,"2013-01-22 00:00",0.0309,"2013-01-10 00:00",0.0294,"2013-01-16 00:00","","","","",0.0639,0.0639,0.0639,0.0639,0.0463,0.0309,0.0212,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-06-25" +"47","157","0024","88385",5,35.151194,-90.041559,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",5,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88388",5,35.151194,-90.041559,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,0.4712,0.252319,0.882,"2013-01-04 00:00",0.446,"2013-01-16 00:00",0.443,"2013-01-22 00:00",0.394,"2013-01-28 00:00","","","","",0.882,0.882,0.882,0.882,0.446,0.443,0.191,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88403",5,35.151194,-90.041559,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,1.5666,0.854437,2.79,"2013-01-28 00:00",1.94,"2013-01-16 00:00",1.57,"2013-01-04 00:00",0.81,"2013-01-22 00:00","","","","",2.79,2.79,2.79,2.79,1.94,1.57,0.723,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0024","88502",5,35.151194,-90.041559,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5,4,5,122,0,0,"","","Certification not required",0,12.4,6.29603,19.5,"2013-01-04 00:00",18.5,"2013-01-16 00:00",9.8,"2013-01-28 00:00",9.1,"2013-01-22 00:00","","","","",19.5,19.5,19.5,19.5,18.5,9.8,5.1,"","416 ALABAMA AVENUE","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-05-13" +"47","157","0047","68101",1,35.168894,-90.021537,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,100,24,61,0,0,"","","Certification not required",0,0.416814,0.117186,0.6,"2013-01-12 00:00",0.6,"2013-01-27 00:00",0.6,"2013-02-27 00:00",0.6,"2013-03-06 00:00","","","","",0.6,0.6,0.6,0.5,0.5,0.4,0.3,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68102",1,35.168894,-90.021537,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,100,24,61,0,0,"","","Certification not required",0,23.993805,0.052241,24.1,"2013-03-10 00:00",24.1,"2013-05-19 00:00",24,"2013-01-01 00:00",24,"2013-01-02 00:00","","","","",24.1,24,24,24,24,24,24,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68103",1,35.168894,-90.021537,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,24,61,0,0,"","","Certification not required",0,6.180531,6.536257,25,"2013-05-19 00:00",21.1,"2013-04-10 00:00",18.7,"2013-01-12 00:00",18.6,"2013-05-14 00:00","","","","",21.1,18.7,18.3,16.5,10.6,4.8,-0.9,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68104",1,35.168894,-90.021537,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,24,61,0,0,"","","Certification not required",0,17.882301,7.532836,34.7,"2013-05-19 00:00",32.7,"2013-05-14 00:00",31.8,"2013-04-10 00:00",31.4,"2013-05-08 00:00","","","","",32.7,31.8,31.2,27.8,23.9,16.9,8.9,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68105",1,35.168894,-90.021537,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,24,61,0,0,"","","Certification not required",0,11.785841,6.71488,28.8,"2013-05-19 00:00",26.5,"2013-04-10 00:00",25.9,"2013-05-14 00:00",23.5,"2013-05-22 00:00","","","","",26.5,25.9,22.6,21.6,16.9,10.5,4.2,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68106",1,35.168894,-90.021537,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,24,61,0,0,"","","Certification not required",0,756.460177,5.288187,767,"2013-01-04 00:00",766,"2013-01-18 00:00",765,"2013-02-01 00:00",764,"2013-01-03 00:00","","","","",766,765,764,763,761,757,750,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68107",1,35.168894,-90.021537,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,24,61,0,0,"","","Certification not required",0,763.247788,4.412909,774,"2013-02-01 00:00",773,"2013-01-18 00:00",772,"2013-01-04 00:00",771,"2013-01-07 00:00","","","","",773,772,770,769,766,764,757,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68108",1,35.168894,-90.021537,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,24,61,0,0,"","","Certification not required",0,760.061947,4.681428,770,"2013-01-18 00:00",769,"2013-01-04 00:00",769,"2013-02-01 00:00",768,"2013-01-03 00:00","","","","",769,769,767,766,764,759,754,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","68109",1,35.168894,-90.021537,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,100,24,61,0,0,"","","Certification not required",0,1438.743363,3.419427,1440,"2013-01-05 00:00",1440,"2013-01-16 00:00",1440,"2013-01-25 00:00",1440,"2013-01-29 00:00","","","","",1440,1440,1440,1440,1440,1439,1439,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-09-24" +"47","157","0047","88101",1,35.168894,-90.021537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",234,64,234,365,0,39,0,0,"Certification not required",0,9.631624,4.361599,24.4,"2013-08-31 00:00",21.6,"2013-03-17 00:00",20.9,"2013-09-09 00:00",20.2,"2013-09-08 00:00","","","","",20.9,20,18.5,16.4,12.4,8.8,4.8,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0047","88101",1,35.168894,-90.021537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",234,64,234,365,0,39,"","","Certification not required",0,9.631624,4.361599,24.4,"2013-08-31 00:00",21.6,"2013-03-17 00:00",20.9,"2013-09-09 00:00",20.2,"2013-09-08 00:00","","","","",20.9,20,18.5,16.4,12.4,8.8,4.8,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0047","88101",2,35.168894,-90.021537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,9.993023,4.427909,21.2,"2013-03-17 00:00",19,"2013-01-04 00:00",18.3,"2013-06-27 00:00",18,"2013-08-08 00:00","","","","",21.2,21.2,18.3,16.2,12.7,9.2,4.7,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0047","88101",2,35.168894,-90.021537,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,9.993023,4.427909,21.2,"2013-03-17 00:00",19,"2013-01-04 00:00",18.3,"2013-06-27 00:00",18,"2013-08-08 00:00","","","","",21.2,21.2,18.3,16.2,12.7,9.2,4.7,"GUTHRIE CLINIC PM 2.5","1064 BREEDLOVE STREET (Roof of Guthrie Clinic)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","14129",1,35.151699,-89.850249,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,3,0,0,"Certification not required",0,0.003326,0.001629,0.009,"2013-07-27 00:00",0.007,"2013-01-16 00:00",0.006,"2013-01-28 00:00",0.006,"2013-04-10 00:00","","","","",0.009,0.009,0.006,0.006,0.004,0.003,0.002,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42101",1,35.151699,-89.850249,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6415,73,270,365,0,113,0,0,"Certification not required",0,0.214156,0.084432,1.29,"2013-09-16 08:00",1.13,"2013-06-20 07:00",1.07,"2013-03-12 07:00",1.06,"2013-01-18 07:00","","","","",0.53,0.47,0.37,0.3,0.23,0.2,0.15,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42101",1,35.151699,-89.850249,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6449,74,269,365,0,0,0,0,"Certification not required",0,0.215351,0.071344,0.7,"2013-03-12 07:00",0.7,"2013-03-12 08:00",0.6,"2013-01-04 08:00",0.6,"2013-01-04 09:00",0.7,"2013-03-12 07:00",0.6,"2013-01-04 08:00",0.5,0.4,0.3,0.3,0.2,0.2,0.2,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42401",1,35.151699,-89.850249,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6430,73,272,365,0,98,0,"","Certification not required",0,2.019485,1.696585,12,"2013-08-22 09:00",11,"2013-09-08 11:00",9.8,"2013-06-11 08:00",9.1,"2013-07-23 16:00","","","","",9.8,8.4,5,3.7,2.3,1.6,0.8,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42401",1,35.151699,-89.850249,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6430,73,272,365,0,98,"","","Certification not required",0,1.105863,0.766746,12,"2013-08-22 09:00",11,"2013-09-08 11:00",10.5,"2013-09-08 12:00",9.8,"2013-06-11 08:00","","","","",3.9,2.8,2.1,1.8,1.4,1,0.4,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42401",1,35.151699,-89.850249,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,1.106985,0.566848,3.6,"2013-08-31 00:00",3.5,"2013-09-08 00:00",3.1,"2013-06-11 00:00",2.5,"2013-07-23 00:00","","","","",3.1,2.3,2.1,1.8,1.5,1,0.5,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42401",1,35.151699,-89.850249,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2113,72,270,365,0,0,"",0,"Certification not required",0,1.074681,0.71911,8.5,"2013-09-08 11:00",8.4,"2013-08-31 11:00",7.6,"2013-07-23 17:00",7.5,"2013-06-11 11:00","","","","",3.5,2.8,2.1,1.8,1.4,0.9,0.4,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42406",1,35.151699,-89.850249,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6430,73,272,365,0,98,"","","Certification not required",0,1.234837,1.003159,26.9,"2013-03-19 11:00",15.3,"2013-08-22 09:00",13.7,"2013-09-08 12:00",13.4,"2013-09-08 11:00","","","","",5.1,3.6,2.4,2,1.5,1,0.5,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42600",1,35.151699,-89.850249,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6433,73,270,365,0,95,"","","Certification not required",0,8.152293,10.24135,165.6,"2013-03-12 07:00",160.1,"2013-01-04 08:00",144.4,"2013-01-03 08:00",142.8,"2013-01-18 07:00","","","","",46.2,35.7,23.3,15.8,9,5.3,2.3,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","42601",1,35.151699,-89.850249,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6433,73,270,365,0,95,"","","Certification not required",0,1.150536,5.963254,125.6,"2013-03-12 07:00",125.1,"2013-01-04 08:00",112.8,"2013-01-03 08:00",110.4,"2013-01-18 07:00","","","","",20.3,10.7,3.7,1.6,0.5,0.1,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","44201",1,35.151699,-89.850249,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6181,87,213,245,0,347,0,0,"Certification not required",332,0.050671,0.011799,0.091,"2013-09-10 11:00",0.083,"2013-09-07 16:00",0.082,"2013-07-26 13:00",0.078,"2013-06-27 16:00","","","","",0.082,0.078,0.073,0.067,0.058,0.049,0.039,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","44201",1,35.151699,-89.850249,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6486,86,211,245,0,0,0,0,"Certification not required",0,0.045664,0.010808,0.077,"2013-09-07 11:00",0.072,"2013-05-14 10:00",0.071,"2013-06-11 10:00",0.069,"2013-09-08 09:00","","","","",0.071,0.069,0.063,0.06,0.054,0.045,0.036,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","44201",1,35.151699,-89.850249,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6486,86,211,245,0,0,1,1,"Certification not required",0,0.045664,0.010808,0.077,"2013-09-07 11:00",0.072,"2013-05-14 10:00",0.071,"2013-06-11 10:00",0.069,"2013-09-08 09:00","","","","",0.071,0.069,0.063,0.06,0.054,0.045,0.036,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","61101",1,35.151699,-89.850249,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - Climatronics",2013,"Knots","No Events",6453,74,268,365,0,75,"","","Certification not required",0,6.243391,3.417788,62.2,"2013-05-03 08:00",46.5,"2013-05-03 07:00",36.5,"2013-05-03 09:00",31.6,"2013-05-03 10:00","","","","",16.7,14.9,12.9,10.9,7.7,5.4,3,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","61102",1,35.151699,-89.850249,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Sonic Anemometer 85004",2013,"Degrees Compass","No Events",6523,74,272,365,0,5,"","","Certification not required",0,159.228576,79.014703,359,"2013-01-13 13:00",359,"2013-03-01 01:00",359,"2013-06-07 10:00",359,"2013-07-11 13:00","","","","",352,344,317,285,199,148,62,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","62101",1,35.151699,-89.850249,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",6523,74,272,365,0,5,"","","Certification not required",0,63.631243,17.270177,96.4,"2013-06-27 15:00",96.3,"2013-06-27 14:00",95.7,"2013-06-27 16:00",95.5,"2013-09-08 14:00","","","","",91.6,90.2,87.2,84,77.2,68,37.7,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","62201",1,35.151699,-89.850249,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6523,74,272,365,0,5,"","","Certification not required",0,70.780776,18.724157,99,"2013-01-01 00:00",99,"2013-01-01 01:00",99,"2013-01-01 02:00",99,"2013-01-01 03:00","","","","",99,99,97,95,87,73,44,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","64101",1,35.151699,-89.850249,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6523,74,272,365,0,5,"","","Certification not required",0,1006.575333,5.255289,1024.7,"2013-01-18 09:00",1024.4,"2013-01-18 10:00",1024.1,"2013-01-18 08:00",1023.7,"2013-02-01 10:00","","","","",1019.3,1018.2,1016,1013.9,1009.6,1006.2,1000.9,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68101",1,35.151699,-89.850249,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",7,6,7,122,0,0,"","","Certification not required",0,0.171429,0.075593,0.3,"2013-08-14 00:00",0.2,"2013-04-28 00:00",0.2,"2013-05-07 00:00",0.2,"2013-07-12 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.2,0.1,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68102",1,35.151699,-89.850249,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",7,6,7,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-19 00:00",24,"2013-04-13 00:00",24,"2013-04-28 00:00",24,"2013-05-07 00:00","","","","",24,24,24,24,24,24,24,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68103",1,35.151699,-89.850249,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",7,6,7,122,0,0,"","","Certification not required",0,12.842857,7.134624,20.2,"2013-09-07 00:00",19.8,"2013-07-12 00:00",19.2,"2013-08-14 00:00",10.9,"2013-04-28 00:00","","","","",20.2,20.2,20.2,20.2,19.8,10.9,1.8,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68103",6,35.151699,-89.850249,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,4,"","","Certification not required",0,12.2,8.943165,25.1,"2013-08-08 00:00",24.8,"2013-09-01 00:00",24.1,"2013-07-09 00:00",23.9,"2013-06-25 00:00","","","","",24.8,24.1,23.4,22.9,19.8,14.6,-1,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","68104",1,35.151699,-89.850249,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",7,6,7,122,0,0,"","","Certification not required",0,26.285714,7.19431,37.2,"2013-09-07 00:00",32.3,"2013-07-12 00:00",28,"2013-08-14 00:00",25.5,"2013-04-13 00:00","","","","",37.2,37.2,37.2,37.2,32.3,25.5,15.8,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68104",6,35.151699,-89.850249,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,4,"","","Certification not required",0,23.587255,9.324828,38.2,"2013-09-10 00:00",36.4,"2013-06-12 00:00",36.3,"2013-08-08 00:00",36.3,"2013-09-01 00:00","","","","",36.4,36.3,36.1,34.8,31.2,25.3,10.8,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","68105",1,35.151699,-89.850249,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",7,6,7,122,0,0,"","","Certification not required",0,19.542857,6.940427,28.2,"2013-09-07 00:00",26.1,"2013-07-12 00:00",23.9,"2013-08-14 00:00",18.4,"2013-05-07 00:00","","","","",28.2,28.2,28.2,28.2,26.1,18.4,8.4,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68105",6,35.151699,-89.850249,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,4,"","","Certification not required",0,17.597059,8.872133,30.6,"2013-06-12 00:00",30.2,"2013-07-09 00:00",30,"2013-08-08 00:00",29.1,"2013-06-25 00:00","","","","",30.2,30,28.8,27.6,25.7,19.9,5.5,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","68106",1,35.151699,-89.850249,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",7,6,7,122,0,0,"","","Certification not required",0,753,2.309401,758,"2013-01-19 00:00",753,"2013-08-14 00:00",753,"2013-09-07 00:00",752,"2013-04-28 00:00","","","","",758,758,758,758,753,752,751,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68106",6,35.151699,-89.850249,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,750.5,3.949558,761,"2013-01-04 00:00",761,"2013-11-13 00:00",758,"2013-04-25 00:00",758,"2013-10-25 00:00","","","","",761,758,756,756,752,750,745,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","68107",1,35.151699,-89.850249,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",7,6,7,122,0,0,"","","Certification not required",0,756.571429,2.992053,763,"2013-01-19 00:00",757,"2013-04-13 00:00",756,"2013-08-14 00:00",756,"2013-09-07 00:00","","","","",763,763,763,763,757,756,754,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68107",6,35.151699,-89.850249,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,754.54902,3.735374,768,"2013-11-13 00:00",764,"2013-01-04 00:00",764,"2013-10-25 00:00",762,"2013-03-14 00:00","","","","",764,764,761,759,757,754,750,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","68108",1,35.151699,-89.850249,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",7,6,7,122,0,0,"","","Certification not required",0,754.857143,2.340126,760,"2013-01-19 00:00",755,"2013-08-14 00:00",754,"2013-04-13 00:00",754,"2013-05-07 00:00","","","","",760,760,760,760,755,754,753,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","68108",6,35.151699,-89.850249,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,752.127451,3.608767,765,"2013-11-13 00:00",761,"2013-01-04 00:00",761,"2013-10-25 00:00",759,"2013-03-14 00:00","","","","",761,761,758,757,754,752,748,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","68109",1,35.151699,-89.850249,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",7,6,7,122,0,0,"","","Certification not required",0,1439.857143,0.377964,1440,"2013-01-19 00:00",1440,"2013-04-13 00:00",1440,"2013-04-28 00:00",1440,"2013-07-12 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","85101",1,35.151699,-89.850249,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,"","","Certification not required",4,16.25,10.378238,52,"2013-08-08 00:00",48,"2013-06-12 00:00",48,"2013-06-27 00:00",40,"2013-08-29 00:00","","","","",52,48,39,29,21,14,6,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","86101",1,35.151699,-89.850249,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,9,"","","Certification not required",0,8.55122,6.992928,36.2,"2013-08-08 00:00",33.7,"2013-06-12 00:00",31.6,"2013-06-27 00:00",25,"2013-07-30 00:00","","","","",36.2,33.7,23.6,14.6,11.6,6.7,2.4,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","88101",1,35.151699,-89.850249,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,0,0,"Certification not required",0,9.137079,4.081677,19.7,"2013-03-17 00:00",18.5,"2013-09-10 00:00",17.7,"2013-09-01 00:00",16.9,"2013-08-29 00:00","","","","",19.7,18.5,16.7,14.8,12.1,8.6,4.2,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","88101",1,35.151699,-89.850249,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,"","","Certification not required",0,9.137079,4.081677,19.7,"2013-03-17 00:00",18.5,"2013-09-10 00:00",17.7,"2013-09-01 00:00",16.9,"2013-08-29 00:00","","","","",19.7,18.5,16.7,14.8,12.1,8.6,4.2,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","88102",6,35.151699,-89.850249,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",90,0.020436,0.009019,0.068,"2013-01-13 00:00",0.049,"2013-04-07 00:00",0.049,"2013-05-01 00:00",0.04,"2013-11-09 00:00","","","","",0.049,0.049,0.037,0.026,0.021,0.0195,0.0095,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88103",6,35.151699,-89.850249,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.000683,0.001224,0.008,"2013-11-03 00:00",0.005,"2013-02-24 00:00",0.004,"2013-09-07 00:00",0.003,"2013-07-18 00:00","","","","",0.005,0.004,0.002,0.002,0.001,0,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88104",6,35.151699,-89.850249,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",58,0.052515,0.141436,0.912,"2013-06-12 00:00",0.826,"2013-08-08 00:00",0.655,"2013-06-25 00:00",0.438,"2013-07-30 00:00","","","","",0.826,0.655,0.15,0.076,0.037,0.0125,0.0065,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88107",6,35.151699,-89.850249,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.008473,0.008606,0.0295,"2013-02-19 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88109",6,35.151699,-89.850249,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",18,0.003238,0.002166,0.0122,"2013-03-17 00:00",0.0115,"2013-01-16 00:00",0.0107,"2013-02-06 00:00",0.0076,"2013-04-16 00:00","","","","",0.0115,0.0107,0.0069,0.0058,0.0039,0.0029,0.00115,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88110",6,35.151699,-89.850249,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.001317,0.00299,0.016,"2013-04-25 00:00",0.012,"2013-03-23 00:00",0.011,"2013-04-16 00:00",0.009,"2013-03-14 00:00","","","","",0.012,0.011,0.007,0.006,0,0,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88111",6,35.151699,-89.850249,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",8,0.048602,0.049288,0.262,"2013-08-08 00:00",0.193,"2013-06-25 00:00",0.193,"2013-09-10 00:00",0.167,"2013-07-30 00:00","","","","",0.193,0.193,0.153,0.11,0.0706,0.0296,0.0063,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88112",6,35.151699,-89.850249,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.010069,0.027525,0.194,"2013-09-25 00:00",0.115,"2013-09-19 00:00",0.091,"2013-09-17 00:00",0.085,"2013-09-28 00:00","","","","",0.115,0.091,0.069,0.014,0.004,0.002,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88113",6,35.151699,-89.850249,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",96,0.00074,0.000231,0.002,"2013-06-25 00:00",0.0016,"2013-05-10 00:00",0.0014,"2013-01-01 00:00",0.0014,"2013-01-16 00:00","","","","",0.0016,0.0014,0.001,0.001,0.0007,0.0007,0.00055,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88114",6,35.151699,-89.850249,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",47,0.002883,0.002907,0.0143,"2013-01-16 00:00",0.0131,"2013-01-04 00:00",0.0127,"2013-07-27 00:00",0.0122,"2013-08-02 00:00","","","","",0.0131,0.0127,0.0089,0.0068,0.0035,0.0016,0.0008,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88115",6,35.151699,-89.850249,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",72,0.00655,0.008293,0.064,"2013-04-10 00:00",0.0532,"2013-01-16 00:00",0.02,"2013-09-25 00:00",0.0169,"2013-07-03 00:00","","","","",0.0532,0.02,0.0154,0.0107,0.0059,0.00405,0.00245,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88117",6,35.151699,-89.850249,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.009303,0.013601,0.043,"2013-02-19 00:00",0.043,"2013-02-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00","","","","",0.043,0.043,0.043,0.043,0.0048,0.0041,0.0028,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88118",6,35.151699,-89.850249,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.010127,0.007137,0.023,"2013-02-19 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0055,0.00405,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88126",6,35.151699,-89.850249,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.063478,0.087384,0.568,"2013-08-08 00:00",0.509,"2013-06-12 00:00",0.434,"2013-06-25 00:00",0.303,"2013-07-30 00:00","","","","",0.509,0.434,0.165,0.0875,0.0587,0.0438,0.023,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88128",6,35.151699,-89.850249,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.00102,0.001923,0.014,"2013-03-02 00:00",0.007,"2013-06-18 00:00",0.006,"2013-02-06 00:00",0.005,"2013-03-17 00:00","","","","",0.007,0.006,0.004,0.003,0.001,0,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88131",6,35.151699,-89.850249,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",96,0.010342,0.004847,0.038,"2013-02-06 00:00",0.024,"2013-05-04 00:00",0.022,"2013-03-20 00:00",0.022,"2013-06-09 00:00","","","","",0.024,0.022,0.0165,0.0165,0.011,0.008,0.007,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88132",6,35.151699,-89.850249,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.00105,0.001658,0.011,"2013-08-08 00:00",0.008,"2013-06-12 00:00",0.005,"2013-06-25 00:00",0.005,"2013-07-30 00:00","","","","",0.008,0.005,0.003,0.002,0.002,0.001,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88136",6,35.151699,-89.850249,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.000891,0.002716,0.025,"2013-07-16 00:00",0.006,"2013-03-23 00:00",0.006,"2013-06-21 00:00",0.006,"2013-09-13 00:00","","","","",0.006,0.006,0.003,0.002,0.001,0,0,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88140",6,35.151699,-89.850249,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",94,0.008839,0.007893,0.056,"2013-08-08 00:00",0.048,"2013-05-29 00:00",0.039,"2013-04-10 00:00",0.0272,"2013-01-25 00:00","","","","",0.048,0.039,0.025,0.009,0.009,0.006,0.00475,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88152",6,35.151699,-89.850249,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.005286,0.001608,0.008,"2013-02-15 00:00",0.008,"2013-02-24 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-12 00:00","","","","",0.008,0.008,0.008,0.008,0.005,0.005,0.00285,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88154",6,35.151699,-89.850249,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",98,0.001112,0.000316,0.0028,"2013-01-16 00:00",0.002,"2013-06-06 00:00",0.0014,"2013-09-01 00:00",0.00135,"2013-05-07 00:00","","","","",0.002,0.0014,0.0013,0.0013,0.0013,0.00125,0.00065,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88160",6,35.151699,-89.850249,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",98,0.012713,0.00425,0.029,"2013-09-17 00:00",0.027,"2013-08-17 00:00",0.02,"2013-10-16 00:00",0.018,"2013-01-16 00:00","","","","",0.027,0.02,0.018,0.018,0.016,0.01,0.008,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88161",6,35.151699,-89.850249,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",90,0.004429,0.009345,0.0616,"2013-06-12 00:00",0.0582,"2013-08-08 00:00",0.045,"2013-06-25 00:00",0.025,"2013-07-30 00:00","","","","",0.0582,0.045,0.0071,0.0043,0.00265,0.0025,0.0019,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88164",6,35.151699,-89.850249,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",99,0.001606,0.000644,0.0072,"2013-08-08 00:00",0.003,"2013-06-12 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-02-24 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0016,0.0016,0.00095,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88165",6,35.151699,-89.850249,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",6,0.118478,0.293118,1.87,"2013-08-08 00:00",1.74,"2013-06-12 00:00",1.42,"2013-06-25 00:00",0.9,"2013-07-30 00:00","","","","",1.74,1.42,0.253,0.144,0.0799,0.0538,0.018,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88166",6,35.151699,-89.850249,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",100,0.007948,0.00468,0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-01-29 00:00",0.0185,"2013-02-12 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88167",6,35.151699,-89.850249,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",24,0.005851,0.004936,0.0303,"2013-05-07 00:00",0.024,"2013-07-24 00:00",0.0209,"2013-01-16 00:00",0.0188,"2013-07-27 00:00","","","","",0.024,0.0209,0.0144,0.0107,0.0071,0.0048,0.0013,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88168",6,35.151699,-89.850249,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",91,0.0015,0.001409,0.014,"2013-03-29 00:00",0.0058,"2013-03-12 00:00",0.0036,"2013-09-19 00:00",0.0028,"2013-06-25 00:00","","","","",0.0058,0.0036,0.0023,0.00175,0.00155,0.00115,0.00085,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88169",6,35.151699,-89.850249,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.719792,0.36829,1.75,"2013-03-17 00:00",1.75,"2013-06-06 00:00",1.69,"2013-09-01 00:00",1.5,"2013-07-27 00:00","","","","",1.75,1.69,1.49,1.24,0.912,0.671,0.303,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88176",6,35.151699,-89.850249,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",101,0.000977,0.000233,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-01-29 00:00",0.0013,"2013-02-12 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88180",6,35.151699,-89.850249,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,0.06198,0.052311,0.289,"2013-08-08 00:00",0.281,"2013-06-12 00:00",0.269,"2013-06-25 00:00",0.262,"2013-07-03 00:00","","","","",0.281,0.269,0.143,0.111,0.0713,0.0492,0.024,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88184",6,35.151699,-89.850249,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",72,0.048851,0.076382,0.53,"2013-04-16 00:00",0.385,"2013-04-10 00:00",0.311,"2013-05-29 00:00",0.226,"2013-04-23 00:00","","","","",0.385,0.311,0.186,0.109,0.034,0.027,0.0155,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88185",6,35.151699,-89.850249,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",97,0.003524,0.003728,0.0148,"2013-05-01 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-01-29 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88301",6,35.151699,-89.850249,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",2,0.55299,0.454655,3.25,"2013-03-17 00:00",2.01,"2013-01-16 00:00",1.55,"2013-02-27 00:00",1.46,"2013-06-06 00:00","","","","",2.01,1.55,1.25,1.04,0.704,0.456,0.13,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88302",6,35.151699,-89.850249,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",11,0.064728,0.08063,0.444,"2013-04-10 00:00",0.429,"2013-04-16 00:00",0.288,"2013-06-12 00:00",0.26,"2013-05-19 00:00","","","","",0.429,0.288,0.228,0.188,0.06,0.038,0.015,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88303",6,35.151699,-89.850249,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",17,0.046297,0.034685,0.185,"2013-07-03 00:00",0.169,"2013-05-19 00:00",0.139,"2013-06-12 00:00",0.124,"2013-04-16 00:00","","","","",0.169,0.139,0.119,0.088,0.0596,0.0376,0.012,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88306",6,35.151699,-89.850249,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.749088,0.985749,5.8,"2013-03-17 00:00",5.63,"2013-01-16 00:00",3.89,"2013-01-25 00:00",3.84,"2013-01-04 00:00","","","","",5.63,3.89,2.55,1.6,0.771,0.432,0.182,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88355",6,35.151699,-89.850249,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,2.34032,0.970833,5.39,"2013-09-10 00:00",4.7,"2013-07-03 00:00",4.49,"2013-09-01 00:00",4.24,"2013-08-29 00:00","","","","",4.7,4.49,4.04,3.52,3.08,2.36,1.05,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88357",6,35.151699,-89.850249,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.208087,0.099613,0.522,"2013-11-03 00:00",0.502,"2013-03-12 00:00",0.472,"2013-06-27 00:00",0.461,"2013-07-03 00:00","","","","",0.502,0.472,0.412,0.357,0.249,0.187,0.102,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88370",6,35.151699,-89.850249,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,2.129087,0.892679,4.99,"2013-09-10 00:00",4.37,"2013-07-03 00:00",4.21,"2013-09-01 00:00",3.87,"2013-08-27 00:00","","","","",4.37,4.21,3.68,3.23,2.67,2.12,0.966,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88374",6,35.151699,-89.850249,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",2,0.186417,0.17147,0.991,"2013-08-27 00:00",0.916,"2013-09-10 00:00",0.651,"2013-09-01 00:00",0.633,"2013-06-21 00:00","","","","",0.916,0.651,0.461,0.369,0.256,0.119,0.048,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88375",6,35.151699,-89.850249,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.52832,0.210425,1.06,"2013-09-10 00:00",1.02,"2013-08-29 00:00",0.971,"2013-07-03 00:00",0.964,"2013-09-01 00:00","","","","",1.02,0.971,0.887,0.797,0.674,0.514,0.259,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88376",6,35.151699,-89.850249,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.587311,0.262057,1.58,"2013-07-03 00:00",1.28,"2013-06-25 00:00",1.13,"2013-09-10 00:00",1.12,"2013-08-29 00:00","","","","",1.28,1.13,1.01,0.921,0.777,0.518,0.297,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88377",6,35.151699,-89.850249,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.389165,0.185894,1.01,"2013-07-03 00:00",0.884,"2013-06-27 00:00",0.86,"2013-09-01 00:00",0.853,"2013-09-10 00:00","","","","",0.884,0.86,0.782,0.604,0.484,0.357,0.161,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88378",6,35.151699,-89.850249,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.438621,0.18819,1.03,"2013-09-10 00:00",0.886,"2013-07-12 00:00",0.833,"2013-03-23 00:00",0.816,"2013-09-17 00:00","","","","",0.886,0.833,0.763,0.713,0.59,0.413,0.21,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88380",6,35.151699,-89.850249,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.418728,0.190197,0.914,"2013-01-04 00:00",0.871,"2013-11-03 00:00",0.821,"2013-01-08 00:00",0.815,"2013-03-12 00:00","","","","",0.871,0.821,0.792,0.707,0.519,0.41,0.19,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88383",6,35.151699,-89.850249,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.791155,0.318047,1.59,"2013-09-10 00:00",1.4,"2013-01-08 00:00",1.39,"2013-11-03 00:00",1.38,"2013-09-17 00:00","","","","",1.4,1.39,1.32,1.25,1.03,0.789,0.364,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88384",6,35.151699,-89.850249,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.065876,0.027261,0.161,"2013-06-06 00:00",0.132,"2013-10-16 00:00",0.122,"2013-07-09 00:00",0.121,"2013-10-10 00:00","","","","",0.132,0.122,0.114,0.1,0.0858,0.0631,0.0348,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88385",6,35.151699,-89.850249,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",94,0.001519,0.001875,0.011,"2013-06-06 00:00",0.0094,"2013-06-12 00:00",0.00905,"2013-06-25 00:00",0.00842,"2013-10-19 00:00","","","","",0.0094,0.00905,0.00669,0.001,0.001,0.001,0.001,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88388",6,35.151699,-89.850249,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.64933,0.271935,1.43,"2013-09-10 00:00",1.25,"2013-07-12 00:00",1.25,"2013-09-17 00:00",1.2,"2013-06-21 00:00","","","","",1.25,1.25,1.13,0.994,0.848,0.641,0.325,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88403",6,35.151699,-89.850249,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,1.833529,0.929885,4.83,"2013-03-17 00:00",4.3,"2013-06-06 00:00",4.13,"2013-07-27 00:00",3.84,"2013-04-16 00:00","","","","",4.3,4.13,3.6,3.03,2.35,1.7,0.724,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","0075","88502",3,35.151699,-89.850249,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6256,71,256,365,0,296,"","","Certification not required",0,10.616288,5.764565,52.9,"2013-09-18 08:00",48.3,"2013-08-09 16:00",45,"2013-09-12 16:00",44.7,"2013-08-09 17:00","","","","",28,25.5,21.8,18.2,13.4,9.5,4.5,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","88502",3,35.151699,-89.850249,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,10.489844,4.370199,30.3,"2013-09-12 00:00",23.9,"2013-08-31 00:00",23.3,"2013-09-11 00:00",23,"2013-09-09 00:00","","","","",23.3,22.1,19.4,16.9,12.2,9.5,6,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2013-12-20" +"47","157","0075","88502",6,35.151699,-89.850249,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",101,83,101,122,0,5,"","","Certification not required",0,9.575248,4.088433,22.2,"2013-08-08 00:00",20.2,"2013-03-17 00:00",19.6,"2013-09-10 00:00",18.7,"2013-06-12 00:00","","","","",20.2,19.6,17,14.7,12.4,9,4.6,"Memphis NCORE site","6388 Haley Rd. (Shelby Farms NCORE site)","Tennessee","Shelby","Memphis","Memphis, TN-MS-AR","2014-02-14" +"47","157","1004","44201",1,35.378153,-89.83447,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4814,87,212,245,0,298,0,0,"Certification not required",36,0.049689,0.010669,0.09,"2013-09-07 13:00",0.08,"2013-05-14 14:00",0.079,"2013-09-09 15:00",0.078,"2013-06-11 15:00","","","","",0.079,0.072,0.068,0.064,0.056,0.05,0.036,"Edmund Orgill Park Ozone","6855 MUDVILLE RD.","Tennessee","Shelby","Millington","Memphis, TN-MS-AR","2013-12-20" +"47","157","1004","44201",1,35.378153,-89.83447,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5040,86,210,245,0,0,0,0,"Certification not required",0,0.044848,0.009891,0.076,"2013-09-07 10:00",0.075,"2013-05-14 10:00",0.069,"2013-06-11 10:00",0.063,"2013-05-15 10:00","","","","",0.069,0.062,0.06,0.057,0.052,0.045,0.032,"Edmund Orgill Park Ozone","6855 MUDVILLE RD.","Tennessee","Shelby","Millington","Memphis, TN-MS-AR","2013-12-20" +"47","157","1004","44201",1,35.378153,-89.83447,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5040,86,210,245,0,0,1,1,"Certification not required",0,0.044848,0.009891,0.076,"2013-09-07 10:00",0.075,"2013-05-14 10:00",0.069,"2013-06-11 10:00",0.063,"2013-05-15 10:00","","","","",0.069,0.062,0.06,0.057,0.052,0.045,0.032,"Edmund Orgill Park Ozone","6855 MUDVILLE RD.","Tennessee","Shelby","Millington","Memphis, TN-MS-AR","2013-12-20" +"47","163","0007","42101",1,36.534804,-82.517078,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8326,95,364,365,0,434,0,0,"Certification not required",7266,0.298643,0.14743,4.8,"2013-08-15 09:00",2.8,"2013-01-23 10:00",2.3,"2013-08-19 07:00",2.1,"2013-08-27 08:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42101",1,36.534804,-82.517078,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",8644,99,358,365,0,0,0,0,"Certification not required",0,0.335493,0.093433,1,"2013-01-09 00:00",0.9,"2013-01-08 23:00",0.9,"2013-01-09 01:00",0.9,"2013-01-09 02:00",1,"2013-01-09 00:00",0.9,"2013-08-15 09:00",0.7,0.7,0.6,0.5,0.3,0.3,0.3,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42401",1,36.534804,-82.517078,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8328,95,364,365,0,432,7,"","Certification not required",0,12.793681,20.237889,154.3,"2013-12-27 13:00",133.5,"2013-12-25 11:00",112.3,"2013-12-29 13:00",84.5,"2013-03-22 10:00","","","","",84.5,71,58.8,35.9,15.5,4,1,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42401",1,36.534804,-82.517078,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8328,95,364,365,0,432,"","","Certification not required",0,2.508333,6.838579,154.3,"2013-12-27 13:00",133.5,"2013-12-25 11:00",112.3,"2013-12-29 13:00",102.6,"2013-12-25 12:00","","","","",34.9,21.9,9.3,4.1,1.5,1,0.4,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42401",1,36.534804,-82.517078,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,2.501099,3.199569,26.3,"2013-02-27 00:00",19.3,"2013-12-29 00:00",18.9,"2013-03-16 00:00",18,"2013-12-27 00:00","","","","",18,12.5,8.1,6.3,2.7,1.3,0.6,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42401",1,36.534804,-82.517078,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2514,86,351,365,0,0,"",0,"Certification not required",0,2.564877,6.00406,99.1,"2013-12-27 14:00",75.5,"2013-12-29 14:00",60.1,"2013-12-25 14:00",58.6,"2013-02-27 08:00","","","","",31.1,22.7,11.1,4.8,1.6,1,0.4,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42401",2,36.534804,-82.517078,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",99676,95,364,365,0,5444,"","","Certification not required",0,2.511537,7.996012,376.7,"2013-06-25 09:25",264,"2013-08-12 08:35",260,"2013-06-25 09:50",259.3,"2013-12-25 11:40","","","","",40,22.7,8.2,3.5,1.5,0.9,0.3,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42602",1,36.534804,-82.517078,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8299,95,363,365,0,461,3,"","Certification not required",0,28.745455,25.937358,309.4,"2013-08-16 10:00",220.9,"2013-08-08 01:00",211.6,"2013-08-14 01:00",88.4,"2013-08-15 09:00","","","","",88.4,65.3,60.8,59.4,35.2,22.5,10.4,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0007","42602",1,36.534804,-82.517078,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",8299,95,363,365,0,461,"","","Certification not required",0,11.187155,10.038323,309.4,"2013-08-16 10:00",220.9,"2013-08-08 01:00",211.6,"2013-08-14 01:00",103,"2013-08-16 09:00","","","","",50.2,37.4,27.4,21.4,13.6,8.8,3.5,"","EASTMAN ROSS N.ROBINSON","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-01-30" +"47","163","0009","42401",1,36.513971,-82.560968,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3452,39,151,365,0,172,8,"","Certification not required",0,16.549007,26.428557,158.2,"2013-03-09 11:00",137.2,"2013-03-23 12:00",99.6,"2013-02-09 15:00",99.2,"2013-01-29 12:00","","","","",137.2,99.2,75.8,50.1,18.3,5.5,0.9,"","EASTMAN MEADOW VIEW","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0009","42401",1,36.513971,-82.560968,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3452,39,151,365,0,172,"","","Certification not required",0,2.4927,8.678988,158.2,"2013-03-09 11:00",137.2,"2013-03-23 12:00",99.6,"2013-02-09 15:00",99.2,"2013-01-29 12:00","","","","",50.1,24.7,9.7,3.9,1.2,0.6,0.2,"","EASTMAN MEADOW VIEW","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0009","42401",1,36.513971,-82.560968,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",151,41,151,365,0,0,0,"","Certification not required",0,2.484768,3.783821,23.9,"2013-02-09 00:00",23.7,"2013-03-23 00:00",14.9,"2013-03-09 00:00",14.8,"2013-05-04 00:00","","","","",23.7,14.8,9.7,6.2,2.5,1.1,0.4,"","EASTMAN MEADOW VIEW","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0009","42401",1,36.513971,-82.560968,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1044,36,147,365,0,0,"",0,"Certification not required",0,2.612931,7.361044,84.6,"2013-03-23 14:00",78.6,"2013-02-09 17:00",74.2,"2013-03-09 11:00",74,"2013-02-09 14:00","","","","",36.4,23.1,12.8,5.1,1.5,0.6,0.2,"","EASTMAN MEADOW VIEW","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0009","42401",2,36.513971,-82.560968,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",41647,40,151,365,0,1841,"","","Certification not required",0,2.579535,10.70506,297.9,"2013-03-09 11:05",255.9,"2013-05-04 07:00",231.8,"2013-03-09 11:10",216.6,"2013-02-26 02:40","","","","",50.8,26,8.3,3.4,1.1,0.5,0.2,"","EASTMAN MEADOW VIEW","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0010","61101",1,36.513611,-82.533333,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",3602,41,150,365,0,1,"","","Certification not required",0,5.913159,4.388825,25.7,"2013-02-01 02:00",25.4,"2013-01-31 03:00",25.2,"2013-01-31 02:00",24.7,"2013-01-31 04:00","","","","",18.8,16.8,14.3,12,8.4,5.1,0.5,"","TENNESSEE EASTMAN B-248","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-29" +"47","163","0010","61102",1,36.513611,-82.533333,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",3602,41,150,365,0,1,"","","Certification not required",0,158.247363,97.57873,360,"2013-01-09 13:00",360,"2013-05-13 01:00",360,"2013-07-17 22:00",360,"2013-07-20 07:00","","","","",359,358,331,283,239,140,19,"","TENNESSEE EASTMAN B-248","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-29" +"47","163","0016","42401",1,36.518693,-82.549301,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",3258,37,142,365,0,366,51,"","Certification not required",0,64.969718,54.713649,244.5,"2013-02-19 18:00",232.1,"2013-03-06 02:00",223,"2013-03-05 22:00",193.7,"2013-03-02 05:00","","","","",232.1,223,164.5,142.3,97.3,57.6,6,"","LONG ISLAND SCHOOL","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2014-02-11" +"47","163","0016","42401",1,36.518693,-82.549301,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",3258,37,142,365,0,366,"","","Certification not required",0,15.21949,29.636427,244.5,"2013-02-19 18:00",232.1,"2013-03-06 02:00",223,"2013-03-05 22:00",203.5,"2013-03-05 21:00","","","","",137.2,110.9,82.9,54.1,13.8,1.7,0.1,"","LONG ISLAND SCHOOL","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2014-02-11" +"47","163","0016","42401",1,36.518693,-82.549301,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",142,39,142,365,0,0,0,"","Certification not required",0,15.369014,17.807155,91.2,"2013-02-17 00:00",75,"2013-02-28 00:00",69.1,"2013-02-01 00:00",67.2,"2013-03-06 00:00","","","","",75,69.1,53.3,40.2,21.8,8.7,1.1,"","LONG ISLAND SCHOOL","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2014-02-11" +"47","163","0016","42401",1,36.518693,-82.549301,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",983,34,137,365,0,0,"",0,"Certification not required",0,15.713428,27.181038,173.1,"2013-02-19 20:00",169.3,"2013-03-05 23:00",153.7,"2013-03-06 02:00",147.1,"2013-02-15 17:00","","","","",128,108.4,74.6,53,18.5,2.6,0.4,"","LONG ISLAND SCHOOL","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2014-02-11" +"47","163","0016","42401",2,36.518693,-82.549301,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",39673,38,142,365,0,3815,"","","Certification not required",0,15.24621,37.986466,419.9,"2013-02-17 00:25",407.3,"2013-01-31 16:05",406.1,"2013-03-05 21:35",404.9,"2013-02-06 14:55","","","","",199.1,150.6,85.9,47.4,7.3,1.5,0.1,"","LONG ISLAND SCHOOL","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0018","42401",1,36.521111,-82.503333,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3455,39,151,365,0,169,15,"","Certification not required",0,31.495364,30.784386,132.3,"2013-05-31 04:00",124.6,"2013-02-20 01:00",106.5,"2013-05-09 08:00",102.1,"2013-03-25 22:00","","","","",124.6,102.1,95.9,74.5,57.6,22.1,1.1,"","EASTMAN SKYLAND DRIVE CHESTNUT RIDGE","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0018","42401",1,36.521111,-82.503333,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3455,39,151,365,0,169,"","","Certification not required",0,5.921621,13.783763,132.3,"2013-05-31 04:00",124.6,"2013-02-20 01:00",121.8,"2013-02-20 02:00",106.5,"2013-05-09 08:00","","","","",71.1,60.1,32.9,16.9,3.8,0.8,0.2,"","EASTMAN SKYLAND DRIVE CHESTNUT RIDGE","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0018","42401",1,36.521111,-82.503333,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",151,41,151,365,0,0,0,"","Certification not required",0,5.909934,7.277122,43.1,"2013-02-28 00:00",39,"2013-02-20 00:00",32.8,"2013-03-25 00:00",27.5,"2013-03-26 00:00","","","","",39,27.5,21.3,12.4,8.7,3.1,0.4,"","EASTMAN SKYLAND DRIVE CHESTNUT RIDGE","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0018","42401",1,36.521111,-82.503333,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1042,36,147,365,0,0,"",0,"Certification not required",0,5.962092,11.77515,110.9,"2013-02-20 02:00",92,"2013-03-25 23:00",82.4,"2013-02-28 17:00",71.4,"2013-02-03 17:00","","","","",55.6,46,28.9,18.1,5.5,1,0.2,"","EASTMAN SKYLAND DRIVE CHESTNUT RIDGE","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0018","42401",2,36.521111,-82.503333,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",41603,40,151,365,0,1885,"","","Certification not required",0,5.894428,16.540525,233.8,"2013-05-31 03:20",219.6,"2013-05-31 03:25",213,"2013-05-31 03:30",206.3,"2013-05-31 03:35","","","","",90.1,66.9,34.7,14.1,2.5,0.7,0.2,"","EASTMAN SKYLAND DRIVE CHESTNUT RIDGE","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0019","42401",1,36.525852,-82.587832,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2726,31,119,365,0,154,19,"","Certification not required",0,43.514286,71.968105,450.2,"2013-03-05 04:00",378.9,"2013-02-10 02:00",243.3,"2013-04-14 05:00",238.9,"2013-02-07 05:00","","","","",378.9,243.3,188.8,128.6,40.5,16.7,3.2,"","Bays Mtn Radio Tower Kingsport TN","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0019","42401",1,36.525852,-82.587832,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",2726,31,119,365,0,154,"","","Certification not required",0,6.224872,22.366238,450.2,"2013-03-05 04:00",378.9,"2013-02-10 02:00",283.3,"2013-03-05 06:00",243.3,"2013-04-14 05:00","","","","",105.7,62.2,23.2,11,2.9,1.1,0.5,"","Bays Mtn Radio Tower Kingsport TN","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0019","42401",1,36.525852,-82.587832,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",119,33,119,365,0,0,0,"","Certification not required",0,6.286555,10.049394,78.7,"2013-03-05 00:00",34.5,"2013-02-10 00:00",31.9,"2013-02-23 00:00",31.7,"2013-04-14 00:00","","","","",34.5,31.9,27.7,19,6.4,2.5,1,"","Bays Mtn Radio Tower Kingsport TN","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0019","42401",1,36.525852,-82.587832,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",822,28,117,365,0,0,"",0,"Certification not required",0,5.641727,16.548541,226.3,"2013-03-05 08:00",203.9,"2013-02-10 02:00",125.4,"2013-02-23 08:00",113.8,"2013-03-09 11:00","","","","",88,51.4,22.4,9.7,3.6,1.4,0.5,"","Bays Mtn Radio Tower Kingsport TN","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","0019","42401",2,36.525852,-82.587832,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",40448,38,146,365,0,3040,"","","Certification not required",0,6.327593,27.642229,500,"2013-01-15 18:50",499.9,"2013-01-08 11:10",499.9,"2013-01-08 22:10",498.8,"2013-02-23 09:00","","","","",118.4,61,24.2,8.8,2.2,0.9,0.1,"","Bays Mtn Radio Tower Kingsport TN","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2013-08-01" +"47","163","1007","68101",1,36.538762,-82.521565,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,93,113,122,0,0,"","","Certification not required",100,0.073451,0.079639,0.5,"2013-10-31 00:00",0.4,"2013-10-28 00:00",0.4,"2013-11-21 00:00",0.4,"2013-12-21 00:00","","","","",0.4,0.4,0.3,0.1,0.05,0.05,0.05,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68102",1,36.538762,-82.521565,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,93,113,122,0,0,"","","Certification not required",0,23.99646,0.018561,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68103",1,36.538762,-82.521565,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,7.963717,8.549969,20.6,"2013-08-29 00:00",20.5,"2013-07-24 00:00",20.3,"2013-08-11 00:00",20.1,"2013-07-21 00:00","","","","",20.5,20.3,19.6,18.5,15.7,9.8,-3.8,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68104",1,36.538762,-82.521565,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,19.461062,9.247349,33.4,"2013-07-18 00:00",32.4,"2013-06-12 00:00",32.3,"2013-07-15 00:00",32.2,"2013-09-10 00:00","","","","",32.4,32.3,31.8,30.2,28,20.8,6.1,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68105",1,36.538762,-82.521565,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,13.189381,8.706118,25.8,"2013-08-29 00:00",25.4,"2013-07-15 00:00",25.2,"2013-06-12 00:00",24.6,"2013-07-09 00:00","","","","",25.4,25.2,24.1,23.4,20.7,14.5,1.3,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68106",1,36.538762,-82.521565,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,727.743363,4.284063,736,"2013-01-04 00:00",735,"2013-01-07 00:00",735,"2013-03-08 00:00",735,"2013-07-15 00:00","","","","",735,735,734,733,731,728,722,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68107",1,36.538762,-82.521565,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,732.893805,3.862278,741,"2013-01-10 00:00",741,"2013-11-24 00:00",740,"2013-11-30 00:00",739,"2013-01-04 00:00","","","","",741,740,739,738,736,733,728,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68108",1,36.538762,-82.521565,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,730.39823,3.91321,738,"2013-01-10 00:00",738,"2013-11-24 00:00",737,"2013-01-04 00:00",737,"2013-01-07 00:00","","","","",738,737,737,736,733,730,725,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","68109",1,36.538762,-82.521565,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,93,113,122,0,0,"","","Certification not required",0,1439.938053,0.242133,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","88101",1,36.538762,-82.521565,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,8.510526,3.499769,18.6,"2013-09-10 00:00",16.9,"2013-08-29 00:00",15.6,"2013-04-10 00:00",15.4,"2013-10-04 00:00","","","","",16.9,15.6,15.2,14,10.8,8.2,4.2,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","88101",1,36.538762,-82.521565,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,8.510526,3.499769,18.6,"2013-09-10 00:00",16.9,"2013-08-29 00:00",15.6,"2013-04-10 00:00",15.4,"2013-10-04 00:00","","","","",16.9,15.6,15.2,14,10.8,8.2,4.2,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-05" +"47","163","1007","88501",3,36.538762,-82.521565,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8432,96,344,365,0,328,"","","Certification not required",0,9.500463,4.707589,37.5,"2013-01-08 20:00",36.1,"2013-08-27 20:00",35.6,"2013-08-27 19:00",35.5,"2013-09-11 12:00","","","","",23.8,21.2,18.1,15.6,12.1,8.8,4.2,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-10" +"47","163","1007","88501",3,36.538762,-82.521565,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",344,94,344,365,0,0,"","","Certification not required",0,9.45407,3.51191,23.8,"2013-08-28 00:00",23.6,"2013-08-27 00:00",20.6,"2013-09-10 00:00",18.6,"2013-06-12 00:00","","","","",18.6,18,15.9,14.5,11.5,9,5.4,"Kingsport PM 2.5 monitor","1649 D STREET Kingsport TN 37664","Tennessee","Sullivan","Kingsport","Kingsport-Bristol-Bristol, TN-VA","2014-02-10" +"47","163","2002","44201",1,36.541439,-82.424824,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",5472,97,238,245,0,407,0,0,"Certified",224,0.047303,0.009552,0.083,"2013-09-10 17:00",0.077,"2013-05-17 15:00",0.071,"2013-08-02 15:00",0.069,"2013-05-15 17:00","","","","",0.071,0.067,0.063,0.058,0.054,0.047,0.035,"Blountville Ozone Monitor","Indian Springs School Shawnee Ave Blountville TN","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2013-12-12" +"47","163","2002","44201",1,36.541439,-82.424824,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5715,96,235,245,0,0,0,0,"Certified",0,0.042234,0.009099,0.066,"2013-04-06 11:00",0.066,"2013-05-15 11:00",0.066,"2013-09-10 11:00",0.063,"2013-05-17 10:00","","","","",0.066,0.06,0.057,0.053,0.049,0.042,0.03,"Blountville Ozone Monitor","Indian Springs School Shawnee Ave Blountville TN","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2013-12-12" +"47","163","2002","44201",1,36.541439,-82.424824,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5715,96,235,245,0,0,0,0,"Certified",0,0.042234,0.009099,0.066,"2013-04-06 11:00",0.066,"2013-05-15 11:00",0.066,"2013-09-10 11:00",0.063,"2013-05-17 10:00","","","","",0.066,0.06,0.057,0.053,0.049,0.042,0.03,"Blountville Ozone Monitor","Indian Springs School Shawnee Ave Blountville TN","Tennessee","Sullivan","","Kingsport-Bristol-Bristol, TN-VA","2013-12-12" +"47","163","2003","44201",1,36.58211,-82.485742,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5526,99,242,245,0,353,0,0,"Certified",473,0.047322,0.010503,0.084,"2013-05-17 16:00",0.081,"2013-09-10 15:00",0.074,"2013-06-23 13:00",0.071,"2013-05-15 16:00","","","","",0.074,0.071,0.063,0.06,0.054,0.048,0.033,"Kingsport ozone monitor","3301 BLOOMINGDALE RD. Kingsport TN 37620","Tennessee","Sullivan","Bloomingdale","Kingsport-Bristol-Bristol, TN-VA","2013-12-12" +"47","163","2003","44201",1,36.58211,-82.485742,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5784,98,239,245,0,0,0,0,"Certified",0,0.042029,0.01014,0.068,"2013-05-15 11:00",0.067,"2013-05-17 11:00",0.065,"2013-09-10 10:00",0.063,"2013-03-16 10:00","","","","",0.065,0.063,0.058,0.055,0.049,0.042,0.029,"Kingsport ozone monitor","3301 BLOOMINGDALE RD. Kingsport TN 37620","Tennessee","Sullivan","Bloomingdale","Kingsport-Bristol-Bristol, TN-VA","2013-12-12" +"47","163","2003","44201",1,36.58211,-82.485742,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5784,98,239,245,0,0,0,0,"Certified",0,0.042029,0.01014,0.068,"2013-05-15 11:00",0.067,"2013-05-17 11:00",0.065,"2013-09-10 10:00",0.063,"2013-03-16 10:00","","","","",0.065,0.063,0.058,0.055,0.049,0.042,0.029,"Kingsport ozone monitor","3301 BLOOMINGDALE RD. Kingsport TN 37620","Tennessee","Sullivan","Bloomingdale","Kingsport-Bristol-Bristol, TN-VA","2013-12-12" +"47","163","3001","14129",1,36.525556,-82.273333,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,0.031518,0.007378,0.08,"2013-01-07 00:00",0.08,"2013-04-10 00:00",0.05,"2013-01-10 00:00",0.05,"2013-02-06 00:00","","","","",0.08,0.05,0.04,0.03,0.03,0.03,0.03,"UPWIND MONITOR FROM DOMINANT WIND DIRECTION","364 EXIDE DR.","Tennessee","Sullivan","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-01-31" +"47","163","3002","14129",1,36.524722,-82.268056,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,0,0,0,"Certification not required",0,0.030935,0.007954,0.11,"2013-01-22 00:00",0.05,"2013-01-31 00:00",0.03,"2013-01-01 00:00",0.03,"2013-01-04 00:00","","","","",0.05,0.03,0.03,0.03,0.03,0.03,0.03,"Blountville ozone monitoring site","364 EXIDE DR. ON EXIDE PROPERTY","Tennessee","Sullivan","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-01-31" +"47","163","3002","14129",2,36.524722,-82.268056,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,0,0,0,"Certification not required",0,0.030714,0.00596,0.09,"2013-01-22 00:00",0.05,"2013-01-31 00:00",0.03,"2013-01-01 00:00",0.03,"2013-01-04 00:00","","","","",0.05,0.03,0.03,0.03,0.03,0.03,0.03,"Blountville ozone monitoring site","364 EXIDE DR. ON EXIDE PROPERTY","Tennessee","Sullivan","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-01-31" +"47","163","3003","14129",1,36.528056,-82.268333,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Flameless Atomic absorption (GFAA); 3M HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,0,0,0,"Certification not required",0,0.030439,0.002788,0.05,"2013-01-22 00:00",0.05,"2013-02-18 00:00",0.04,"2013-02-03 00:00",0.03,"2013-01-01 00:00","","","","",0.05,0.04,0.03,0.03,0.03,0.03,0.03,"SECONDARY PREDOMINANT DOWNWIND MONITOR","364 EXIDE DR.","Tennessee","Sullivan","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-01-31" +"47","163","3004","14129",1,36.524433,-82.27261,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,0.0078,0.013721,0.091,"2013-04-10 00:00",0.062,"2013-01-10 00:00",0.018,"2013-01-04 00:00",0.018,"2013-10-31 00:00","","","","",0.091,0.062,0.018,0.016,0.007,0.004,0.002,"","364 Exide Dr Bristol TN 37620","Tennessee","Sullivan","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-10" +"47","163","3004","14129",2,36.524433,-82.27261,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,1,0,0,"Certification not required",0,0.009158,0.014987,0.097,"2013-04-10 00:00",0.05,"2013-01-16 00:00",0.038,"2013-08-02 00:00",0.038,"2013-08-20 00:00","","","","",0.097,0.05,0.038,0.017,0.008,0.005,0.002,"","364 Exide Dr Bristol TN 37620","Tennessee","Sullivan","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-10" +"47","165","0007","44201",1,36.29756,-86.653137,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5552,99,243,245,0,327,0,0,"Certified",594,0.051255,0.010906,0.086,"2013-09-09 12:00",0.078,"2013-08-02 15:00",0.077,"2013-03-15 16:00",0.076,"2013-07-26 13:00","","","","",0.077,0.073,0.07,0.065,0.058,0.051,0.038,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","165","0007","44201",1,36.29756,-86.653137,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5827,99,243,245,0,0,0,0,"Certified",0,0.045934,0.010289,0.07,"2013-03-15 12:00",0.07,"2013-09-09 10:00",0.069,"2013-08-26 10:00",0.068,"2013-05-14 11:00","","","","",0.069,0.067,0.064,0.058,0.053,0.046,0.033,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","165","0007","44201",1,36.29756,-86.653137,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5827,99,243,245,0,0,0,0,"Certified",0,0.045934,0.010289,0.07,"2013-03-15 12:00",0.07,"2013-09-09 10:00",0.069,"2013-08-26 10:00",0.068,"2013-05-14 11:00","","","","",0.069,0.067,0.064,0.058,0.053,0.046,0.033,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","165","0007","68101",1,36.29756,-86.653137,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,93,114,122,0,0,"","","Certification not required",75,0.124123,0.123057,0.5,"2013-03-23 00:00",0.5,"2013-04-10 00:00",0.5,"2013-04-28 00:00",0.4,"2013-01-16 00:00","","","","",0.5,0.5,0.4,0.3,0.2,0.05,0.05,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68101",2,36.29756,-86.653137,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,93,113,122,0,0,"","","Certification not required",6,0.454867,0.15825,0.7,"2013-01-10 00:00",0.7,"2013-05-31 00:00",0.7,"2013-06-18 00:00",0.7,"2013-07-09 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.3,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68102",1,36.29756,-86.653137,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,93,114,122,0,0,"","","Certification not required",0,24.004386,0.07334,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68102",2,36.29756,-86.653137,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,93,113,122,0,0,"","","Certification not required",0,24.015929,0.036758,24.1,"2013-01-04 00:00",24.1,"2013-04-07 00:00",24.1,"2013-05-28 00:00",24.1,"2013-06-12 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68103",1,36.29756,-86.653137,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,8.554386,9.532433,23.5,"2013-06-12 00:00",23.3,"2013-07-15 00:00",23.3,"2013-07-18 00:00",22.8,"2013-06-27 00:00","","","","",23.3,23.3,22,21,16.8,8.6,-4.4,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68103",2,36.29756,-86.653137,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,9.065487,9.628722,24.4,"2013-06-12 00:00",24,"2013-07-15 00:00",23.9,"2013-07-18 00:00",23.7,"2013-06-27 00:00","","","","",24,23.9,22.9,21.9,17.6,9.5,-3.8,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68104",1,36.29756,-86.653137,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,20.250877,10.383916,35.3,"2013-07-09 00:00",35.3,"2013-08-29 00:00",35.1,"2013-06-12 00:00",35.1,"2013-06-27 00:00","","","","",35.3,35.1,34.2,32.9,29.9,21.4,4.3,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68104",2,36.29756,-86.653137,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,21.124779,10.038671,36.4,"2013-06-12 00:00",36.2,"2013-07-09 00:00",35.8,"2013-08-29 00:00",35.7,"2013-06-27 00:00","","","","",36.2,35.8,34.8,32.8,30,22.5,6.1,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68105",1,36.29756,-86.653137,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,0,"","","Certification not required",0,13.942982,9.60657,29.7,"2013-06-12 00:00",28.6,"2013-06-27 00:00",28.5,"2013-08-29 00:00",28.3,"2013-07-09 00:00","","","","",28.6,28.5,26.7,25,23.1,15.1,1.2,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68105",2,36.29756,-86.653137,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,113,122,0,0,"","","Certification not required",0,14.925664,9.372174,30.6,"2013-06-12 00:00",29.4,"2013-06-27 00:00",29.2,"2013-07-09 00:00",29,"2013-08-29 00:00","","","","",29.4,29.2,27.5,25.8,23.6,16.2,2.1,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68106",1,36.29756,-86.653137,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,747.552632,4.372262,759,"2013-11-24 00:00",758,"2013-12-24 00:00",757,"2013-01-04 00:00",757,"2013-12-12 00:00","","","","",758,757,756,753,750,748,742,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68106",2,36.29756,-86.653137,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,749.902655,4.305239,761,"2013-11-24 00:00",760,"2013-12-12 00:00",760,"2013-12-24 00:00",759,"2013-01-04 00:00","","","","",760,760,758,755,752,750,745,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68107",1,36.29756,-86.653137,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,753.114035,4.701268,765,"2013-11-24 00:00",764,"2013-11-12 00:00",764,"2013-12-12 00:00",763,"2013-12-24 00:00","","","","",764,764,761,760,756,753,748,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68107",2,36.29756,-86.653137,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,755.849558,4.54191,769,"2013-11-24 00:00",768,"2013-11-12 00:00",767,"2013-12-12 00:00",766,"2013-12-24 00:00","","","","",768,767,764,762,758,755,751,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68108",1,36.29756,-86.653137,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,0,"","","Certification not required",0,750.473684,4.410788,762,"2013-11-24 00:00",761,"2013-12-12 00:00",760,"2013-11-12 00:00",760,"2013-12-24 00:00","","","","",761,760,758,758,753,750,745,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68108",2,36.29756,-86.653137,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,113,122,0,0,"","","Certification not required",0,753.106195,4.264393,765,"2013-11-24 00:00",764,"2013-12-12 00:00",764,"2013-12-24 00:00",763,"2013-11-12 00:00","","","","",764,764,761,759,755,753,748,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68109",1,36.29756,-86.653137,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,93,114,122,0,0,"","","Certification not required",0,1439.517544,4.215925,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","68109",2,36.29756,-86.653137,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,93,113,122,0,0,"","","Certification not required",0,1439.769912,0.443381,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","88101",1,36.29756,-86.653137,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,9.150435,4.174219,23.6,"2013-03-17 00:00",21.4,"2013-01-07 00:00",19.8,"2013-01-16 00:00",17.5,"2013-01-28 00:00","","","","",21.4,19.8,15.9,14.3,11.5,8.6,4.4,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-05" +"47","165","0007","88101",1,36.29756,-86.653137,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,9.150435,4.174219,23.6,"2013-03-17 00:00",21.4,"2013-01-07 00:00",19.8,"2013-01-16 00:00",17.5,"2013-01-28 00:00","","","","",21.4,19.8,15.9,14.3,11.5,8.6,4.4,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-05" +"47","165","0007","88101",2,36.29756,-86.653137,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,8.866964,3.952656,23.2,"2013-03-17 00:00",19.8,"2013-01-07 00:00",18.8,"2013-01-16 00:00",16.9,"2013-12-03 00:00","","","","",19.8,18.8,15.9,14,11,8.4,4.4,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-05" +"47","165","0007","88101",2,36.29756,-86.653137,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,8.866964,3.952656,23.2,"2013-03-17 00:00",19.8,"2013-01-07 00:00",18.8,"2013-01-16 00:00",16.9,"2013-12-03 00:00","","","","",19.8,18.8,15.9,14,11,8.4,4.4,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-05" +"47","165","0007","88501",3,36.29756,-86.653137,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 VSCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8707,99,362,365,0,53,"","","Certification not required",0,10.111359,4.69625,38.7,"2013-11-05 21:00",38.5,"2013-11-05 20:00",37.2,"2013-11-05 22:00",36.3,"2013-09-11 15:00","","","","",23.3,21.2,18.8,16.2,12.9,9.6,4.7,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","165","0007","88501",3,36.29756,-86.653137,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,10.048895,3.40974,24.9,"2013-08-01 00:00",20.2,"2013-09-09 00:00",19.2,"2013-08-02 00:00",18.6,"2013-08-23 00:00","","","","",18.6,17.8,16.1,14.5,12.2,9.6,6.1,"Hendersonville Ozone Site at Old Hickory Dam","ROCKLAND RECREATION AREA-OLD HICKORY DAM Army Corp of Engineer Property","Tennessee","Sumner","Hendersonville","Nashville-Davidson-Murfreesboro-Franklin, TN","2014-02-10" +"47","173","0105","81102",1,36.228145,-83.709615,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",2,13.360656,6.161798,30,"2013-04-10 00:00",28,"2013-05-28 00:00",25,"2013-06-27 00:00",22,"2013-04-16 00:00","","","","",30,28,22,20,18,14,5,"","LUTTRELL SMITH HOUSE DONAHEW RD.","Tennessee","Union","","Knoxville, TN","2014-01-30" +"47","173","0105","81102",2,36.228145,-83.709615,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",2,13.114754,6.102181,30,"2013-04-10 00:00",28,"2013-05-28 00:00",24,"2013-06-27 00:00",22,"2013-05-16 00:00","","","","",30,28,22,20,17,13,6,"","LUTTRELL SMITH HOUSE DONAHEW RD.","Tennessee","Union","","Knoxville, TN","2014-02-04" +"47","173","0107","81102",1,36.224024,-83.714841,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8620,98,356,365,0,140,"","","Certification not required",0,22.397564,20.804446,311,"2013-10-31 15:00",235,"2013-06-26 13:00",224,"2013-04-24 10:00",208,"2013-06-26 15:00","","","","",101,83,63,47,28,15,6,"ACROSS RAILROAD TRACK FROM LUTTRELL LIMESTONE ROCKCRUSHER_150 METER","640 DONAHUE ROAD Luttrell 37779","Tennessee","Union","","Knoxville, TN","2014-02-10" +"47","173","0107","81102",1,36.224024,-83.714841,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",356,98,356,365,0,0,0,0,"Certification not required",0,21.890449,12.35151,93,"2013-06-26 00:00",69,"2013-05-15 00:00",65,"2013-06-13 00:00",61,"2013-06-27 00:00","","","","",61,53,45,39,28,19,9,"ACROSS RAILROAD TRACK FROM LUTTRELL LIMESTONE ROCKCRUSHER_150 METER","640 DONAHUE ROAD Luttrell 37779","Tennessee","Union","","Knoxville, TN","2014-02-10" +"47","187","0106","44201",1,35.951534,-87.137005,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5569,100,244,245,0,310,0,0,"Certified",26,0.045639,0.00927,0.07,"2013-03-15 14:00",0.07,"2013-09-05 12:00",0.068,"2013-05-14 15:00",0.068,"2013-09-06 15:00","","","","",0.068,0.066,0.063,0.057,0.052,0.045,0.034," FAIRVIEW MIDDLE SCHOOL ozone monitor","FAIRVIEW MIDDLE SCHOOL CROW CUT ROAD Fairview TN 37062","Tennessee","Williamson","Fairview","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","187","0106","44201",1,35.951534,-87.137005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5845,100,244,245,0,0,0,0,"Certified",0,0.041262,0.009117,0.066,"2013-03-15 11:00",0.066,"2013-05-14 13:00",0.064,"2013-09-06 10:00",0.062,"2013-04-06 08:00","","","","",0.064,0.06,0.056,0.052,0.048,0.04,0.029," FAIRVIEW MIDDLE SCHOOL ozone monitor","FAIRVIEW MIDDLE SCHOOL CROW CUT ROAD Fairview TN 37062","Tennessee","Williamson","Fairview","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","187","0106","44201",1,35.951534,-87.137005,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5845,100,244,245,0,0,0,0,"Certified",0,0.041262,0.009117,0.066,"2013-03-15 11:00",0.066,"2013-05-14 13:00",0.064,"2013-09-06 10:00",0.062,"2013-04-06 08:00","","","","",0.064,0.06,0.056,0.052,0.048,0.04,0.029," FAIRVIEW MIDDLE SCHOOL ozone monitor","FAIRVIEW MIDDLE SCHOOL CROW CUT ROAD Fairview TN 37062","Tennessee","Williamson","Fairview","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","189","0103","44201",1,36.060833,-86.286261,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5494,99,243,245,0,385,0,0,"Certified",571,0.046543,0.009971,0.074,"2013-06-11 15:00",0.071,"2013-03-15 14:00",0.071,"2013-09-08 12:00",0.068,"2013-09-07 14:00","","","","",0.071,0.067,0.064,0.058,0.054,0.047,0.033,"Cedars of Lebanon Ozone Monitor","CEDARS OF LEBANON STATE PARK","Tennessee","Wilson","","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","189","0103","44201",1,36.060833,-86.286261,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5736,97,237,245,0,0,0,0,"Certified",0,0.041717,0.009955,0.063,"2013-04-06 08:00",0.063,"2013-05-14 11:00",0.063,"2013-05-15 09:00",0.062,"2013-03-15 10:00","","","","",0.063,0.062,0.057,0.054,0.049,0.042,0.028,"Cedars of Lebanon Ozone Monitor","CEDARS OF LEBANON STATE PARK","Tennessee","Wilson","","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"47","189","0103","44201",1,36.060833,-86.286261,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5736,97,237,245,0,0,0,0,"Certified",0,0.041717,0.009955,0.063,"2013-04-06 08:00",0.063,"2013-05-14 11:00",0.063,"2013-05-15 09:00",0.062,"2013-03-15 10:00","","","","",0.063,0.062,0.057,0.054,0.049,0.042,0.028,"Cedars of Lebanon Ozone Monitor","CEDARS OF LEBANON STATE PARK","Tennessee","Wilson","","Nashville-Davidson-Murfreesboro-Franklin, TN","2013-12-12" +"48","027","1045","44201",1,31.122419,-97.431052,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1363,11,27,245,0,19,0,0,"Requested but not yet concurred",71,0.045333,0.011626,0.073,"2013-10-09 21:00",0.067,"2013-10-08 13:00",0.061,"2013-10-24 15:00",0.059,"2013-10-25 14:00","","","","",0.073,0.073,0.067,0.061,0.053,0.048,0.045,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-01-22" +"48","027","1045","44201",1,31.122419,-97.431052,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1372,11,27,245,0,0,0,0,"Requested but not yet concurred",0,0.040037,0.011295,0.066,"2013-10-09 10:00",0.064,"2013-10-08 10:00",0.055,"2013-10-24 10:00",0.053,"2013-10-25 12:00","","","","",0.066,0.066,0.064,0.055,0.047,0.042,0.039,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-01-22" +"48","027","1045","44201",1,31.122419,-97.431052,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1372,11,27,245,0,0,0,0,"Requested but not yet concurred",0,0.040037,0.011295,0.066,"2013-10-09 10:00",0.064,"2013-10-08 10:00",0.055,"2013-10-24 10:00",0.053,"2013-10-25 12:00","","","","",0.066,0.066,0.064,0.055,0.047,0.042,0.039,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-01-22" +"48","027","1045","61101",1,31.122419,-97.431052,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",662,31,27,89,0,0,"","","Certification not required",0,5.098489,2.869317,14.7,"2013-10-04 10:00",12.8,"2013-10-05 12:00",11.9,"2013-10-04 12:00",11.8,"2013-10-04 11:00","","","","",11.7,11.3,10.2,9.1,7,4.9,1.2,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1045","61103",1,31.122419,-97.431052,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",662,31,27,89,0,0,"","","Certification not required",0,4.743202,2.770676,14.3,"2013-10-04 10:00",11.7,"2013-10-05 12:00",11.5,"2013-10-04 11:00",11.5,"2013-10-04 12:00","","","","",11.1,10.4,9.6,8.6,6.6,4.6,1,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1045","61104",1,31.122419,-97.431052,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",662,31,27,89,0,0,"","","Certification not required",0,184.779154,103.382917,360,"2013-10-19 10:00",359.9,"2013-10-07 15:00",359.8,"2013-10-22 23:00",359.6,"2013-10-21 19:00","","","","",358.9,357.7,353.4,347.3,273,169.6,43.5,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1045","61105",1,31.122419,-97.431052,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",662,31,27,89,0,0,"","","Certification not required",0,10.641994,5.688345,27,"2013-10-31 11:00",25,"2013-10-04 10:00",25,"2013-10-30 22:00",25,"2013-10-31 12:00","","","","",24,22,20,19,15,10,3,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1045","61106",1,31.122419,-97.431052,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",662,31,27,89,0,0,"","","Certification not required",0,21.754381,11.311225,78.2,"2013-10-06 22:00",72.9,"2013-10-07 11:00",72.5,"2013-10-22 22:00",71.8,"2013-10-31 19:00","","","","",67.5,58.7,48.5,34.4,23.4,19.7,12,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1045","62101",1,31.122419,-97.431052,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",662,31,27,89,0,0,"","","Certification not required",0,66.941088,9.73388,89,"2013-10-04 14:00",89,"2013-10-04 15:00",89,"2013-10-04 16:00",89,"2013-10-12 13:00","","","","",87,85,82,79,74,68,54,"Temple Georgia","8406 Georgia Avenue","Texas","Bell","Temple","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1047","44201",1,31.088002,-97.679734,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7907,100,245,245,0,109,0,0,"Requested but not yet concurred",90,0.05231,0.011944,0.082,"2013-09-26 11:00",0.081,"2013-09-25 17:00",0.077,"2013-07-05 13:00",0.076,"2013-07-04 18:00","","","","",0.077,0.076,0.072,0.068,0.061,0.053,0.044,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-01-22" +"48","027","1047","44201",1,31.088002,-97.679734,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7959,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.046943,0.011522,0.075,"2013-09-25 11:00",0.074,"2013-07-05 11:00",0.071,"2013-07-04 12:00",0.071,"2013-09-26 10:00","","","","",0.071,0.07,0.066,0.064,0.056,0.048,0.039,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-01-22" +"48","027","1047","44201",1,31.088002,-97.679734,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7959,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.046943,0.011522,0.075,"2013-09-25 11:00",0.074,"2013-07-05 11:00",0.071,"2013-07-04 12:00",0.071,"2013-09-26 10:00","","","","",0.071,0.07,0.066,0.064,0.056,0.048,0.039,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-01-22" +"48","027","1047","61101",1,31.088002,-97.679734,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,7.307106,3.670245,30.9,"2013-02-25 16:00",30.3,"2013-02-25 14:00",30.3,"2013-02-25 15:00",30.1,"2013-02-25 13:00","","","","",17.2,15.7,13.7,12.2,9.6,7,2.9,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1047","61103",1,31.088002,-97.679734,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,6.912565,3.665042,30.5,"2013-02-25 16:00",29.9,"2013-02-25 15:00",29.8,"2013-02-25 14:00",29.6,"2013-02-25 13:00","","","","",16.7,15.3,13.3,11.8,9.2,6.6,2.4,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1047","61104",1,31.088002,-97.679734,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,169.607119,88.317807,360,"2013-10-15 17:00",359.8,"2013-02-19 00:00",359.8,"2013-03-25 07:00",359.8,"2013-04-03 08:00","","","","",356.1,351.8,341.7,324.4,197.9,162.1,52.4,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1047","61105",1,31.088002,-97.679734,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,13.420027,6.441777,48,"2013-02-25 14:00",48,"2013-02-25 15:00",48,"2013-09-09 16:00",47,"2013-08-14 14:00","","","","",31,28,25,22,17,13,5,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1047","61106",1,31.088002,-97.679734,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,18.908093,11.095229,79.8,"2013-08-29 11:00",79.4,"2013-09-12 03:00",78.3,"2013-01-19 08:00",78.1,"2013-08-29 21:00","","","","",63.7,56.3,43.9,32.4,21,15.1,10.5,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","027","1047","62101",1,31.088002,-97.679734,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,69.989712,15.220059,101,"2013-06-28 15:00",101,"2013-06-28 16:00",101,"2013-06-28 17:00",101,"2013-06-29 15:00","","","","",97,95,92,89,81,73,48,"Killeen Skylark Field","1605 Stone Tree Drive","Texas","Bell","Killeen","Killeen-Temple-Fort Hood, TX","2014-02-03" +"48","029","0032","42601",1,29.51509,-98.620166,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8097,92,338,365,0,584,"","","Certification not required",0,2.376991,6.697805,104.9,"2013-12-18 08:00",86.5,"2013-12-18 07:00",82.3,"2013-01-17 07:00",76.4,"2013-12-17 22:00","","","","",36.6,24.7,10.2,4.9,1.7,0.4,0,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","42602",1,29.51509,-98.620166,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7295,83,297,365,0,1386,0,"","Certification not required",0,15.205724,11.075777,46.7,"2013-01-18 19:00",45.6,"2013-02-05 20:00",44.5,"2013-12-16 19:00",44.4,"2013-03-12 20:00","","","","",44.5,40.4,35.8,30.9,23.7,12.8,2.5,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","42602",1,29.51509,-98.620166,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7295,83,297,365,0,1386,"","","Certification not required",0,4.546196,7.031829,46.7,"2013-01-18 19:00",45.6,"2013-02-05 20:00",44.5,"2013-12-16 19:00",44.4,"2013-03-12 20:00","","","","",30,26.2,20.3,14.7,6,2.2,-1.1,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","42603",1,29.51509,-98.620166,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7634,87,316,365,0,1047,"","","Certification not required",0,6.800327,12.267684,119.7,"2013-12-18 08:00",114.1,"2013-12-17 19:00",104.9,"2013-12-17 21:00",104.5,"2013-12-17 22:00","","","","",62.2,48.7,31.4,18.8,7.6,2.9,-1.1,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","44201",2,29.51509,-98.620166,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8551,100,245,245,0,130,0,0,"Requested but not yet concurred",461,0.050992,0.014278,0.104,"2013-09-23 17:00",0.089,"2013-08-30 16:00",0.086,"2013-06-28 18:00",0.084,"2013-06-03 13:00","","","","",0.086,0.084,0.079,0.07,0.06,0.052,0.042,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","44201",2,29.51509,-98.620166,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8632,100,244,245,0,0,1,1,"Requested but not yet concurred",0,0.045352,0.012829,0.085,"2013-09-23 11:00",0.077,"2013-06-03 12:00",0.077,"2013-08-18 10:00",0.076,"2013-06-04 10:00","","","","",0.077,0.076,0.07,0.061,0.053,0.047,0.038,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","44201",2,29.51509,-98.620166,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8632,100,244,245,0,0,5,5,"Requested but not yet concurred",0,0.045352,0.012829,0.085,"2013-09-23 11:00",0.077,"2013-06-03 12:00",0.077,"2013-08-18 10:00",0.076,"2013-06-04 10:00","","","","",0.077,0.076,0.07,0.061,0.053,0.047,0.038,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-01-22" +"48","029","0032","61101",1,29.51509,-98.620166,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7280,83,304,365,0,14,"","","Certification not required",0,5.351896,2.508234,20.3,"2013-02-25 13:00",19.4,"2013-02-25 12:00",18.8,"2013-02-25 14:00",18.7,"2013-02-25 11:00","","","","",11.9,10.8,9.6,8.6,7,5.3,2.1,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-03" +"48","029","0032","61103",1,29.51509,-98.620166,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7280,83,304,365,0,14,"","","Certification not required",0,4.837376,2.410046,19.5,"2013-02-25 13:00",18.6,"2013-02-25 12:00",18.1,"2013-02-25 14:00",18,"2013-02-25 11:00","","","","",11,10.1,9,8,6.4,4.7,1.7,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-03" +"48","029","0032","61104",1,29.51509,-98.620166,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7280,83,304,365,0,14,"","","Certification not required",0,147.675948,87.692658,360,"2013-06-08 05:00",359.8,"2013-01-21 07:00",359.8,"2013-03-24 16:00",359.8,"2013-05-05 14:00","","","","",356.7,353.5,344.9,311.5,173,138.5,35.3,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-03" +"48","029","0032","61105",1,29.51509,-98.620166,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7280,83,304,365,0,14,"","","Certification not required",0,11.571291,5.325031,40,"2013-02-25 13:00",39,"2013-02-25 14:00",38,"2013-02-25 11:00",37,"2013-02-25 16:00","","","","",26,24,20,18,15,11,4,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-03" +"48","029","0032","61106",1,29.51509,-98.620166,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7280,83,304,365,0,14,"","","Certification not required",0,25.061456,9.983719,80.6,"2013-04-29 23:00",79,"2013-09-24 12:00",78.1,"2013-09-04 11:00",78,"2013-08-16 09:00","","","","",62.2,55.6,44.9,37.1,29.5,22.2,15.5,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-03" +"48","029","0032","62101",1,29.51509,-98.620166,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7280,83,304,365,0,14,"","","Certification not required",0,72.605495,13.912316,107,"2013-06-29 15:00",106,"2013-06-29 14:00",106,"2013-06-29 16:00",105,"2013-06-29 17:00","","","","",98,97,93,90,82,75,52,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-03" +"48","029","0032","68103",1,29.51509,-98.620166,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,14.332787,8.274111,24.8,"2013-08-08 00:00",24.6,"2013-08-14 00:00",24.3,"2013-09-07 00:00",24.2,"2013-07-09 00:00","","","","",24.8,24.6,24.2,23.9,22.4,15.2,2.8,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","68104",1,29.51509,-98.620166,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,26.832787,8.372569,38.6,"2013-08-08 00:00",38.4,"2013-08-14 00:00",37.1,"2013-08-02 00:00",37,"2013-06-27 00:00","","","","",38.6,38.4,37,36.3,33.3,28.1,15.5,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","68105",1,29.51509,-98.620166,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,20.285246,7.913045,31,"2013-08-14 00:00",30.5,"2013-08-08 00:00",30.3,"2013-08-02 00:00",30.2,"2013-09-01 00:00","","","","",31,30.5,30.2,28.6,27,21.8,7.7,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","68106",1,29.51509,-98.620166,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,735.213115,4.408759,746,"2013-01-04 00:00",744,"2013-12-12 00:00",743,"2013-11-12 00:00",743,"2013-11-24 00:00","","","","",746,744,743,741,738,735,731,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","68107",1,29.51509,-98.620166,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,740.754098,4.90121,753,"2013-11-12 00:00",752,"2013-12-12 00:00",750,"2013-01-04 00:00",750,"2013-12-24 00:00","","","","",753,752,750,747,744,739,735,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","68108",1,29.51509,-98.620166,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,738.196721,4.490062,748,"2013-11-12 00:00",748,"2013-12-12 00:00",747,"2013-01-04 00:00",747,"2013-12-24 00:00","","","","",748,748,747,744,741,737,733,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","88101",1,29.51509,-98.620166,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,2,0,0,"Requested but not yet concurred",0,8.22623,5.187225,26.9,"2013-08-08 00:00",26.1,"2013-04-16 00:00",22.5,"2013-06-21 00:00",17.7,"2013-05-22 00:00","","","","",26.9,26.1,17.7,14.7,9.3,6.9,3.7,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","88101",1,29.51509,-98.620166,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,2,"","","Requested but not yet concurred",0,8.22623,5.187225,26.9,"2013-08-08 00:00",26.1,"2013-04-16 00:00",22.5,"2013-06-21 00:00",17.7,"2013-05-22 00:00","","","","",26.9,26.1,17.7,14.7,9.3,6.9,3.7,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2014-02-18" +"48","029","0032","88502",3,29.51509,-98.620166,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7197,100,51,61,0,97,"","","Certification not required",0,8.774587,6.07858,46.3,"2013-05-18 12:00",44.2,"2013-05-18 13:00",43.2,"2013-05-18 11:00",42.5,"2013-05-21 20:00","","","","",30.1,26.3,21.5,16.7,11.1,7.2,3,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2013-12-17" +"48","029","0032","88502",3,29.51509,-98.620166,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,100,51,61,0,0,"","","Certification not required",0,8.748667,4.944342,28.7,"2013-08-09 00:00",27.3,"2013-08-08 00:00",27.2,"2013-05-21 00:00",26.9,"2013-04-16 00:00","","","","",27.2,24.3,20.7,15.3,10.2,7.4,4.3,"San Antonio Northwest","6655 Bluebird Lane","Texas","Bexar","Leon Valley","San Antonio, TX","2013-12-17" +"48","029","0051","61101",1,29.445046,-98.406501,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6655,76,277,365,0,6,"","","Certification not required",0,5.616634,2.658033,20.6,"2013-02-25 13:00",20,"2013-02-25 16:00",19.9,"2013-02-25 11:00",19.4,"2013-02-25 12:00","","","","",12.7,11.7,10.4,9.2,7.3,5.4,2.3,"San Antonio Seale","254 Seale Road","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0051","61103",1,29.445046,-98.406501,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6655,76,277,365,0,6,"","","Certification not required",0,5.12293,2.596711,19.8,"2013-02-25 13:00",19.3,"2013-02-25 16:00",19.1,"2013-02-25 11:00",18.6,"2013-02-25 12:00","","","","",12.2,11.1,9.8,8.6,6.8,4.8,1.9,"San Antonio Seale","254 Seale Road","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0051","61104",1,29.445046,-98.406501,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6655,76,277,365,0,6,"","","Certification not required",0,147.234801,86.93712,360,"2013-03-01 22:00",360,"2013-05-25 06:00",359.9,"2013-01-09 01:00",359.7,"2013-01-13 08:00","","","","",354.6,350.9,340,304.6,176.5,141.3,35.9,"San Antonio Seale","254 Seale Road","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0051","61105",1,29.445046,-98.406501,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6655,76,277,365,0,6,"","","Certification not required",0,11.807513,5.246214,43,"2013-02-25 16:00",41,"2013-02-25 13:00",39,"2013-02-25 15:00",38,"2013-02-25 11:00","","","","",25,23,21,19,15,12,5,"San Antonio Seale","254 Seale Road","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0051","61106",1,29.445046,-98.406501,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6655,76,277,365,0,6,"","","Certification not required",0,24.047032,9.977873,78.6,"2013-07-27 08:00",78.1,"2013-06-10 10:00",75.4,"2013-07-13 09:00",75.3,"2013-06-14 17:00","","","","",62,54.9,43.6,35.6,28,22.1,14.5,"San Antonio Seale","254 Seale Road","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0051","62101",1,29.445046,-98.406501,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6655,76,277,365,0,6,"","","Certification not required",0,71.92547,14.027974,106,"2013-06-29 16:00",106,"2013-06-29 17:00",105,"2013-06-29 14:00",105,"2013-06-29 15:00","","","","",100,98,95,90,81,74,52,"San Antonio Seale","254 Seale Road","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0052","44201",1,29.632058,-98.564936,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8475,98,240,245,0,285,0,0,"Requested but not yet concurred",406,0.055504,0.0146,0.095,"2013-09-23 17:00",0.094,"2013-09-25 16:00",0.093,"2013-07-05 13:00",0.093,"2013-08-30 16:00","","","","",0.093,0.092,0.086,0.074,0.065,0.057,0.046,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0052","44201",1,29.632058,-98.564936,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8545,97,238,245,0,0,2,2,"Requested but not yet concurred",0,0.048916,0.013511,0.087,"2013-06-04 10:00",0.087,"2013-09-25 10:00",0.084,"2013-07-05 10:00",0.083,"2013-07-04 11:00","","","","",0.084,0.081,0.074,0.064,0.057,0.05,0.04,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0052","44201",1,29.632058,-98.564936,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8545,97,238,245,0,0,10,10,"Requested but not yet concurred",0,0.048916,0.013511,0.087,"2013-06-04 10:00",0.087,"2013-09-25 10:00",0.084,"2013-07-05 10:00",0.083,"2013-07-04 11:00","","","","",0.084,0.081,0.074,0.064,0.057,0.05,0.04,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0052","61101",1,29.632058,-98.564936,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,5.218884,2.76979,23.5,"2013-02-25 14:00",21.8,"2013-02-25 12:00",21.6,"2013-02-25 17:00",21.5,"2013-02-25 13:00","","","","",13.2,11.7,9.9,8.6,6.9,5.1,1.7,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0052","61103",1,29.632058,-98.564936,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,4.752811,2.683421,22.8,"2013-02-25 14:00",21.2,"2013-02-25 12:00",21,"2013-02-25 17:00",20.9,"2013-02-25 13:00","","","","",12.2,10.9,9.3,8.1,6.4,4.6,1.3,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0052","61104",1,29.632058,-98.564936,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,183.271352,94.663165,360,"2013-09-16 19:00",359.9,"2013-01-13 19:00",359.9,"2013-02-28 18:00",359.8,"2013-01-01 18:00","","","","",354.3,349.9,338,322,299.9,153.6,71.9,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0052","61105",1,29.632058,-98.564936,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,11.233818,5.641052,44,"2013-02-25 14:00",41,"2013-02-25 15:00",41,"2013-04-02 22:00",40,"2013-02-25 17:00","","","","",27,24,20,18,15,11,4,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0052","61106",1,29.632058,-98.564936,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,24.58881,12.268869,80.1,"2013-02-02 01:00",79.5,"2013-04-30 02:00",79.4,"2013-09-23 11:00",79.2,"2013-08-10 19:00","","","","",70.3,64.6,51.3,40.5,28,21.4,13.9,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0052","62101",1,29.632058,-98.564936,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,68.856692,15.335418,103,"2013-06-29 15:00",103,"2013-06-29 16:00",102,"2013-06-29 14:00",102,"2013-06-29 17:00","","","","",96,95,91,87,80,71,46,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0052","63301",1,29.632058,-98.564936,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3540,0.294569,0.415319,1.51,"2013-08-22 13:00",1.48,"2013-07-02 12:00",1.46,"2013-07-02 13:00",1.45,"2013-05-04 13:00","","","","",1.37,1.33,1.21,1.03,0.53,0.02,0.005,"Camp Bullis","F Range (1000Yd marker off Wilderness Trail)","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0053","81102",2,29.587731,-98.312479,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",1,18.45614,12.12004,73,"2013-08-08 00:00",58,"2013-06-21 00:00",36,"2013-06-27 00:00",33,"2013-04-16 00:00","","","","",73,58,36,29,23,18,6,"Selma","16289 North Evans Rd #2","Texas","Bexar","Selma","San Antonio, TX","2014-02-19" +"48","029","0053","88502",3,29.587731,-98.312479,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7227,83,300,365,0,69,"","","Certification not required",0,9.01273,6.064899,59,"2013-05-18 13:00",48.9,"2013-05-18 12:00",47.1,"2013-05-18 11:00",46.9,"2013-05-18 10:00","","","","",30.8,27.1,21.4,16.6,11.3,7.5,3.3,"Selma","16289 North Evans Rd #2","Texas","Bexar","Selma","San Antonio, TX","2013-12-17" +"48","029","0053","88502",3,29.587731,-98.312479,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,8.968667,4.963945,30.4,"2013-08-09 00:00",27.5,"2013-08-08 00:00",27.2,"2013-04-16 00:00",25.8,"2013-05-21 00:00","","","","",27.2,25.7,19.7,15.7,10.2,7.7,4.3,"Selma","16289 North Evans Rd #2","Texas","Bexar","Selma","San Antonio, TX","2013-12-17" +"48","029","0055","88502",3,29.407222,-98.431111,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8335,95,347,365,0,275,"","","Certification not required",0,10.041128,6.881441,55.2,"2013-07-04 18:00",53.9,"2013-01-19 21:00",52,"2013-12-24 20:00",50.8,"2013-05-18 13:00","","","","",33.7,29.5,23.8,18.7,12.9,8.5,3.1,"","802 PECAN VALLEY DRIVE","Texas","Bexar","San Antonio","San Antonio, TX","2014-01-22" +"48","029","0055","88502",3,29.407222,-98.431111,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,10.012104,5.18571,31.8,"2013-08-09 00:00",30.8,"2013-04-16 00:00",29.6,"2013-08-08 00:00",29.3,"2013-05-21 00:00","","","","",29.3,26.6,20.5,15.9,11.5,8.9,4.8,"","802 PECAN VALLEY DRIVE","Texas","Bexar","San Antonio","San Antonio, TX","2014-01-22" +"48","029","0059","42401",1,29.275381,-98.311692,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8550,98,359,365,0,195,0,"","Certification not required",0,1.874652,2.766328,21.3,"2013-01-05 16:00",21.3,"2013-03-01 14:00",16.5,"2013-09-24 11:00",15,"2013-08-18 12:00","","","","",15,11.4,6.8,3.7,1.7,1,0.5,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42401",1,29.275381,-98.311692,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8550,98,359,365,0,195,"","","Certification not required",0,0.669135,0.909042,21.3,"2013-01-05 16:00",21.3,"2013-03-01 14:00",19.2,"2013-01-05 15:00",16.5,"2013-09-24 11:00","","","","",4.2,2.6,1.5,1.1,0.7,0.5,0.2,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42401",1,29.275381,-98.311692,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,0.667688,0.46028,3,"2013-05-03 00:00",2.7,"2013-02-27 00:00",2.6,"2013-09-24 00:00",2.4,"2013-01-05 00:00","","","","",2.4,2.2,1.6,1.2,0.8,0.6,0.2,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42401",1,29.275381,-98.311692,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2802,96,359,365,0,0,"",0,"Certification not required",0,0.640864,0.769192,14.5,"2013-01-05 17:00",9.6,"2013-09-24 11:00",8,"2013-03-01 14:00",7.9,"2013-12-22 11:00","","","","",4.5,2.6,1.5,1.1,0.7,0.5,0.2,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42406",1,29.275381,-98.311692,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8550,98,359,365,0,195,"","","Certification not required",0,0.98317,2.147632,40.3,"2013-02-27 13:00",39,"2013-12-22 12:00",35.1,"2013-11-26 08:00",34.8,"2013-01-05 15:00","","","","",10.2,4.5,2.1,1.4,0.9,0.6,0.3,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42601",1,29.275381,-98.311692,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8370,96,353,365,0,375,"","","Certification not required",0,1.582127,4.759778,113.5,"2013-03-01 07:00",107.6,"2013-03-01 06:00",76.1,"2013-12-16 07:00",74.2,"2013-12-03 07:00","","","","",17.8,9.6,8.2,7.5,0.8,0.3,-0.1,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42602",1,29.275381,-98.311692,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8290,95,347,365,0,455,0,"","Certification not required",0,10.057349,8.961867,49.7,"2013-01-18 19:00",40,"2013-10-23 19:00",40,"2013-12-16 19:00",39.6,"2013-12-17 18:00","","","","",39.6,35.2,30.6,24.4,12.9,6.9,2.3,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42602",1,29.275381,-98.311692,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8290,95,347,365,0,455,"","","Certification not required",0,3.388335,4.817659,49.7,"2013-01-18 19:00",40,"2013-10-23 19:00",40,"2013-12-16 19:00",39.6,"2013-12-17 18:00","","","","",24.8,19.1,12.4,8.4,4.3,2.2,-0.7,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","42603",1,29.275381,-98.311692,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8370,96,353,365,0,375,"","","Certification not required",0,4.941446,7.96325,147.5,"2013-03-01 07:00",137.3,"2013-03-01 06:00",94.3,"2013-12-16 08:00",94.3,"2013-12-18 07:00","","","","",39.4,26.8,15.6,11,6.6,2.9,-0.7,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","44201",1,29.275381,-98.311692,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8552,98,240,245,0,193,0,0,"Requested but not yet concurred",279,0.045567,0.012817,0.084,"2013-06-03 17:00",0.08,"2013-09-24 14:00",0.076,"2013-07-03 17:00",0.076,"2013-09-25 11:00","","","","",0.076,0.075,0.069,0.063,0.055,0.049,0.04,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","44201",1,29.275381,-98.311692,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8620,98,240,245,0,0,0,0,"Requested but not yet concurred",0,0.040829,0.011915,0.071,"2013-09-24 11:00",0.07,"2013-07-03 11:00",0.069,"2013-08-18 11:00",0.069,"2013-09-25 10:00","","","","",0.069,0.067,0.063,0.056,0.05,0.043,0.036,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","44201",1,29.275381,-98.311692,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8620,98,240,245,0,0,0,0,"Requested but not yet concurred",0,0.040829,0.011915,0.071,"2013-09-24 11:00",0.07,"2013-07-03 11:00",0.069,"2013-08-18 11:00",0.069,"2013-09-25 10:00","","","","",0.069,0.067,0.063,0.056,0.05,0.043,0.036,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","61101",1,29.275381,-98.311692,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7279,83,303,365,0,2,"","","Certification not required",0,6.698242,3.505836,23.7,"2013-03-05 08:00",23.2,"2013-02-25 13:00",23,"2013-03-05 09:00",22.9,"2013-03-05 06:00","","","","",16.4,14.9,13,11.4,9,6.2,2.5,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0059","61103",1,29.275381,-98.311692,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7279,83,303,365,0,2,"","","Certification not required",0,6.313038,3.481706,23,"2013-03-05 08:00",22.6,"2013-02-25 13:00",22.3,"2013-03-05 09:00",21.8,"2013-03-25 08:00","","","","",15.8,14.3,12.6,11,8.6,5.9,2.1,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0059","61104",1,29.275381,-98.311692,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7279,83,303,365,0,2,"","","Certification not required",0,131.960833,77.786587,359.6,"2013-06-29 14:00",359.6,"2013-08-16 10:00",359.5,"2013-04-03 14:00",359.5,"2013-09-23 15:00","","","","",354.4,349.5,312.5,210.9,160.6,137.8,29.1,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0059","61105",1,29.275381,-98.311692,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7279,83,303,365,0,2,"","","Certification not required",0,12.374639,6.043983,52,"2013-04-02 22:00",48,"2013-08-11 16:00",40,"2013-02-25 14:00",40,"2013-03-05 08:00","","","","",28,26,23,20,16,12,5,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0059","61106",1,29.275381,-98.311692,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7279,83,303,365,0,2,"","","Certification not required",0,19.288515,11.05712,78.8,"2013-09-25 00:00",78.2,"2013-01-23 11:00",78,"2013-03-01 04:00",77.4,"2013-09-30 12:00","","","","",62,54.6,42.6,33.4,22.4,15.8,10.1,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0059","62101",1,29.275381,-98.311692,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7279,83,303,365,0,2,"","","Certification not required",0,73.026515,13.991802,106,"2013-06-29 16:00",106,"2013-08-08 16:00",105,"2013-06-29 14:00",105,"2013-06-29 15:00","","","","",101,99,95,91,82,75,53,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-03" +"48","029","0059","68103",1,29.275381,-98.311692,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,15.545763,8.196831,25.9,"2013-07-21 00:00",25.8,"2013-07-27 00:00",25.6,"2013-06-27 00:00",25.5,"2013-06-18 00:00","","","","",25.9,25.8,25.6,25,23.3,15.8,4.4,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","68104",1,29.275381,-98.311692,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,28.889831,8.922824,41.5,"2013-06-27 00:00",41.2,"2013-08-02 00:00",41.2,"2013-08-14 00:00",40,"2013-09-01 00:00","","","","",41.5,41.2,41.2,38.6,36.7,29.8,14.9,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","68105",1,29.275381,-98.311692,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,21.698305,7.947402,32.7,"2013-08-14 00:00",32.3,"2013-06-27 00:00",32.1,"2013-08-02 00:00",31.7,"2013-09-01 00:00","","","","",32.7,32.3,32.1,30.8,28.9,22.9,9.1,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","68106",1,29.275381,-98.311692,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,746.711864,4.6537,757,"2013-01-04 00:00",755,"2013-11-24 00:00",755,"2013-12-12 00:00",754,"2013-11-12 00:00","","","","",757,755,755,753,750,746,741,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","68107",1,29.275381,-98.311692,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,752.084746,5.276128,764,"2013-11-12 00:00",764,"2013-12-12 00:00",762,"2013-12-24 00:00",761,"2013-01-04 00:00","","","","",764,764,762,759,757,750,746,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","68108",1,29.275381,-98.311692,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,749.525424,4.82935,760,"2013-11-12 00:00",760,"2013-12-12 00:00",759,"2013-01-04 00:00",759,"2013-12-24 00:00","","","","",760,760,759,756,754,748,744,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","88101",1,29.275381,-98.311692,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,6,0,0,"Requested but not yet concurred",0,7.676271,4.33034,25,"2013-04-16 00:00",18.9,"2013-05-22 00:00",16.3,"2013-05-16 00:00",14.3,"2013-12-12 00:00","","","","",25,18.9,16.3,13.4,9.9,6.9,3.3,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","88101",1,29.275381,-98.311692,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,6,"","","Requested but not yet concurred",0,7.676271,4.33034,25,"2013-04-16 00:00",18.9,"2013-05-22 00:00",16.3,"2013-05-16 00:00",14.3,"2013-12-12 00:00","","","","",25,18.9,16.3,13.4,9.9,6.9,3.3,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-02-18" +"48","029","0059","88502",3,29.275381,-98.311692,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8685,99,362,365,0,60,"","","Certification not required",0,8.393782,5.810817,50.6,"2013-08-07 19:00",46.1,"2013-08-08 18:00",45.2,"2013-05-18 11:00",44.9,"2013-05-18 12:00","","","","",29.5,25.8,20,15.7,10.5,7,2.8,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0059","88502",3,29.275381,-98.311692,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",362,99,362,365,0,0,"","","Certification not required",0,8.342265,4.74156,28.1,"2013-04-16 00:00",26.8,"2013-08-08 00:00",26.8,"2013-08-09 00:00",25.2,"2013-05-21 00:00","","","","",25.2,22.7,19,14.2,9.9,7.1,3.9,"Calaveras Lake","14620 Laguna Rd","Texas","Bexar","","San Antonio, TX","2014-01-22" +"48","029","0060","81102",1,29.422183,-98.505381,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,22.689655,12.380243,73,"2013-08-08 00:00",71,"2013-06-21 00:00",41,"2013-06-27 00:00",39,"2013-09-25 00:00","","","","",73,71,41,36,27,22,10,"Frank Wing Municipal Court","401 South Frio St","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0676","61101",1,29.332803,-98.551396,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,5.465844,2.685418,22.2,"2013-02-25 14:00",22,"2013-02-25 13:00",20,"2013-02-25 15:00",19.8,"2013-02-25 12:00","","","","",12.2,11.5,10.2,9.1,7.2,5.2,2.1,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0676","61103",1,29.332803,-98.551396,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,5.07562,2.69124,21.7,"2013-02-25 14:00",21.4,"2013-02-25 13:00",19.5,"2013-02-25 15:00",19.1,"2013-02-25 12:00","","","","",11.8,11.1,9.8,8.7,6.8,4.8,1.7,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0676","61104",1,29.332803,-98.551396,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,130.843974,80.157877,360,"2013-03-01 08:00",359.8,"2013-01-15 15:00",359.7,"2013-04-10 08:00",359.6,"2013-03-05 14:00","","","","",354.4,349.3,318.8,238.3,157.6,130,30.3,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0676","61105",1,29.332803,-98.551396,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,11.100233,5.189652,43,"2013-02-25 13:00",42,"2013-02-25 14:00",38,"2013-02-25 12:00",36,"2013-02-25 15:00","","","","",24,22,20,18,15,11,4,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0676","61106",1,29.332803,-98.551396,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,21.551831,11.537059,79.9,"2013-07-14 05:00",79.2,"2013-10-07 23:00",79.1,"2013-06-07 21:00",76.9,"2013-05-10 19:00","","","","",64.9,58.6,45.9,37.1,25.2,17.7,11.9,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0676","62101",1,29.332803,-98.551396,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,73.484711,14.153067,108,"2013-06-29 15:00",108,"2013-06-29 16:00",107,"2013-06-29 17:00",106,"2013-06-29 14:00","","","","",101,100,96,92,83,75,53,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0676","88502",3,29.332803,-98.551396,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7209,82,299,365,0,87,"","","Certification not required",0,9.47535,6.38353,136.5,"2013-01-01 00:00",49.8,"2013-05-18 12:00",48.5,"2013-05-18 11:00",46,"2013-05-22 20:00","","","","",31.1,27.6,22.4,17.5,12,7.9,3.5,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-17" +"48","029","0676","88502",3,29.332803,-98.551396,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,9.458528,4.993494,29.2,"2013-08-09 00:00",28,"2013-08-08 00:00",27.9,"2013-04-16 00:00",26.9,"2013-05-21 00:00","","","","",27.9,24.4,20.9,16.1,11.2,8.2,4.7,"Palo Alto","9011 Poteet Jourdanton Hwy","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-17" +"48","029","0677","43173",1,29.423933,-98.580505,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43202",1,29.423933,-98.580505,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,17.052,8.701764,43.14,"2013-01-10 00:00",40.06,"2013-11-30 00:00",35.84,"2013-02-09 00:00",34.26,"2013-06-03 00:00","","","","",43.14,43.14,35.84,31.16,21,15.02,9.02,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43203",1,29.423933,-98.580505,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.3604,1.408189,5.9,"2013-05-04 00:00",5.52,"2013-11-30 00:00",5.48,"2013-10-07 00:00",5.42,"2013-01-10 00:00","","","","",5.9,5.9,5.48,4.5,2.96,1.92,1.04,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43204",1,29.423933,-98.580505,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,15.159,8.698413,43.86,"2013-11-30 00:00",41.34,"2013-02-09 00:00",31.86,"2013-01-10 00:00",30.36,"2013-10-25 00:00","","","","",43.86,43.86,31.86,29.25,16.53,13.53,7.02,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43205",1,29.423933,-98.580505,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",10,0.9154,0.790846,2.94,"2013-05-04 00:00",2.85,"2013-10-07 00:00",2.31,"2013-01-10 00:00",2.31,"2013-11-30 00:00","","","","",2.94,2.94,2.31,2.28,1.17,0.69,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43206",1,29.423933,-98.580505,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",2,1.2964,0.764407,3.24,"2013-01-10 00:00",2.86,"2013-10-07 00:00",2.84,"2013-05-04 00:00",2.76,"2013-11-30 00:00","","","","",3.24,3.24,2.84,2.34,1.8,1.1,0.48,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43212",1,29.423933,-98.580505,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,11.1674,7.503274,33.88,"2013-11-30 00:00",29.92,"2013-10-25 00:00",28.72,"2013-02-09 00:00",25.4,"2013-01-10 00:00","","","","",33.88,33.88,28.72,25.12,14.36,9.8,3.84,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43214",1,29.423933,-98.580505,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,5.056,3.182585,15.76,"2013-11-30 00:00",14.12,"2013-10-25 00:00",13.04,"2013-02-09 00:00",10.92,"2013-06-03 00:00","","","","",15.76,15.76,13.04,9,5.8,4.36,2.16,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43216",1,29.423933,-98.580505,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",41,0.085,0.080667,0.36,"2013-10-07 00:00",0.32,"2013-03-11 00:00",0.28,"2013-01-10 00:00",0.24,"2013-10-19 00:00","","","","",0.36,0.36,0.28,0.24,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43217",1,29.423933,-98.580505,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",36,0.0968,0.083872,0.36,"2013-05-04 00:00",0.32,"2013-10-07 00:00",0.28,"2013-11-30 00:00",0.24,"2013-06-03 00:00","","","","",0.36,0.36,0.28,0.24,0.12,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43218",1,29.423933,-98.580505,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0944,0.17811,0.68,"2013-05-04 00:00",0.68,"2013-10-07 00:00",0.4,"2013-10-19 00:00",0.4,"2013-10-25 00:00","","","","",0.68,0.68,0.4,0.36,0.08,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43220",1,29.423933,-98.580505,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.347,1.875035,9.15,"2013-10-25 00:00",8,"2013-11-30 00:00",7.8,"2013-06-03 00:00",6.65,"2013-02-09 00:00","","","","",9.15,9.15,7.8,6.1,4.15,2.95,1.4,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43221",1,29.423933,-98.580505,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,6.228,3.88414,19.1,"2013-06-03 00:00",16.45,"2013-10-25 00:00",14.95,"2013-11-30 00:00",11.95,"2013-09-19 00:00","","","","",19.1,19.1,14.95,11.25,7.5,5.2,2.55,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43224",1,29.423933,-98.580505,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",45,0.063,0.047175,0.3,"2013-01-10 00:00",0.25,"2013-09-13 00:00",0.15,"2013-09-19 00:00",0.1,"2013-04-22 00:00","","","","",0.3,0.3,0.15,0.1,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43226",1,29.423933,-98.580505,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",34,0.125,0.131417,0.5,"2013-11-30 00:00",0.45,"2013-06-03 00:00",0.45,"2013-10-19 00:00",0.4,"2013-01-10 00:00","","","","",0.5,0.5,0.45,0.35,0.15,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43227",1,29.423933,-98.580505,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",37,0.093,0.086313,0.4,"2013-10-07 00:00",0.35,"2013-05-04 00:00",0.3,"2013-11-30 00:00",0.25,"2013-09-25 00:00","","","","",0.4,0.4,0.3,0.25,0.1,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43228",1,29.423933,-98.580505,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",29,0.168,0.191066,0.7,"2013-11-30 00:00",0.65,"2013-05-04 00:00",0.65,"2013-10-07 00:00",0.6,"2013-10-19 00:00","","","","",0.7,0.7,0.65,0.5,0.2,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43230",1,29.423933,-98.580505,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.0872,0.674222,2.82,"2013-10-07 00:00",2.46,"2013-06-03 00:00",2.46,"2013-10-25 00:00",2.4,"2013-09-25 00:00","","","","",2.82,2.82,2.46,2.4,1.44,0.9,0.42,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43231",1,29.423933,-98.580505,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.2132,0.789157,3.42,"2013-10-25 00:00",2.7,"2013-09-25 00:00",2.7,"2013-11-30 00:00",2.64,"2013-06-03 00:00","","","","",3.42,3.42,2.7,2.52,1.62,1.14,0.42,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43232",1,29.423933,-98.580505,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.6762,0.385386,1.96,"2013-05-04 00:00",1.68,"2013-10-07 00:00",1.33,"2013-10-25 00:00",1.26,"2013-09-25 00:00","","","","",1.96,1.96,1.33,1.26,0.91,0.56,0.28,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43233",1,29.423933,-98.580505,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",13,0.3346,0.348789,2,"2013-05-04 00:00",1.04,"2013-10-07 00:00",0.96,"2013-02-09 00:00",0.8,"2013-05-10 00:00","","","","",2,2,0.96,0.72,0.48,0.24,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43234",1,29.423933,-98.580505,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43235",1,29.423933,-98.580505,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",35,0.1502,0.19137,0.9,"2013-05-04 00:00",0.63,"2013-10-07 00:00",0.54,"2013-09-25 00:00",0.54,"2013-10-25 00:00","","","","",0.9,0.9,0.54,0.54,0.18,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43238",1,29.423933,-98.580505,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",19,0.153,0.141929,0.7,"2013-02-09 00:00",0.5,"2013-10-31 00:00",0.4,"2013-09-19 00:00",0.4,"2013-09-25 00:00","","","","",0.7,0.7,0.4,0.4,0.2,0.1,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43242",1,29.423933,-98.580505,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",32,0.109,0.089037,0.35,"2013-10-25 00:00",0.3,"2013-06-03 00:00",0.3,"2013-10-01 00:00",0.3,"2013-11-30 00:00","","","","",0.35,0.35,0.3,0.25,0.15,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43243",1,29.423933,-98.580505,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",10,0.274,0.198525,0.85,"2013-10-07 00:00",0.75,"2013-10-31 00:00",0.6,"2013-05-22 00:00",0.6,"2013-07-03 00:00","","","","",0.85,0.85,0.6,0.55,0.4,0.25,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43244",1,29.423933,-98.580505,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",38,0.1052,0.115851,0.48,"2013-06-03 00:00",0.48,"2013-11-30 00:00",0.42,"2013-10-25 00:00",0.3,"2013-01-10 00:00","","","","",0.48,0.48,0.42,0.3,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43247",1,29.423933,-98.580505,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",22,0.1648,0.150363,0.77,"2013-10-07 00:00",0.49,"2013-06-03 00:00",0.49,"2013-09-25 00:00",0.42,"2013-10-25 00:00","","","","",0.77,0.77,0.49,0.35,0.28,0.14,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43248",1,29.423933,-98.580505,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",32,0.182,0.208757,0.72,"2013-02-09 00:00",0.72,"2013-09-25 00:00",0.66,"2013-10-01 00:00",0.6,"2013-01-10 00:00","","","","",0.72,0.72,0.66,0.54,0.24,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43249",1,29.423933,-98.580505,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",2,0.7538,0.506351,2.31,"2013-10-07 00:00",2.17,"2013-05-04 00:00",1.82,"2013-10-25 00:00",1.61,"2013-09-25 00:00","","","","",2.31,2.31,1.82,1.54,1.05,0.63,0.28,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43250",1,29.423933,-98.580505,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.712,0.702137,3.2,"2013-05-04 00:00",3.12,"2013-10-07 00:00",2.08,"2013-09-25 00:00",1.52,"2013-06-03 00:00","","","","",3.2,3.2,2.08,1.52,0.96,0.48,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43252",1,29.423933,-98.580505,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.208,0.241458,1.28,"2013-05-04 00:00",1.04,"2013-10-07 00:00",0.56,"2013-09-25 00:00",0.48,"2013-07-03 00:00","","","","",1.28,1.28,0.56,0.4,0.32,0.16,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43253",1,29.423933,-98.580505,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",25,0.177,0.18499,1.12,"2013-05-04 00:00",0.48,"2013-09-25 00:00",0.4,"2013-10-19 00:00",0.4,"2013-10-25 00:00","","","","",1.12,1.12,0.4,0.32,0.24,0.16,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43261",1,29.423933,-98.580505,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",9,0.3072,0.23337,1.19,"2013-05-04 00:00",0.77,"2013-01-10 00:00",0.77,"2013-10-25 00:00",0.7,"2013-10-01 00:00","","","","",1.19,1.19,0.77,0.7,0.42,0.28,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43262",1,29.423933,-98.580505,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",2,0.4724,0.312113,1.32,"2013-10-07 00:00",1.14,"2013-09-25 00:00",1.02,"2013-01-10 00:00",1.02,"2013-05-04 00:00","","","","",1.32,1.32,1.02,1.02,0.6,0.42,0.18,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43263",1,29.423933,-98.580505,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.5406,0.600759,2.38,"2013-05-04 00:00",2.03,"2013-10-07 00:00",1.75,"2013-11-30 00:00",1.54,"2013-06-03 00:00","","","","",2.38,2.38,1.75,1.47,0.91,0.42,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43280",1,29.423933,-98.580505,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.468,0.493153,1.56,"2013-03-11 00:00",1.48,"2013-10-07 00:00",1.48,"2013-10-25 00:00",1.44,"2013-05-04 00:00","","","","",1.56,1.56,1.48,1.24,0.88,0.32,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43282",1,29.423933,-98.580505,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",42,0.061,0.027274,0.15,"2013-05-04 00:00",0.15,"2013-06-03 00:00",0.15,"2013-07-03 00:00",0.1,"2013-02-27 00:00","","","","",0.15,0.15,0.15,0.1,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43283",1,29.423933,-98.580505,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.051,0.007071,0.1,"2013-10-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43284",1,29.423933,-98.580505,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",32,0.1916,0.232435,0.9,"2013-10-07 00:00",0.78,"2013-09-25 00:00",0.78,"2013-10-25 00:00",0.66,"2013-11-30 00:00","","","","",0.9,0.9,0.78,0.6,0.3,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43285",1,29.423933,-98.580505,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.602,0.948858,3.84,"2013-06-03 00:00",3.72,"2013-10-25 00:00",3.6,"2013-10-07 00:00",3.6,"2013-11-30 00:00","","","","",3.84,3.84,3.6,3.18,2.28,1.38,0.66,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43289",1,29.423933,-98.580505,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",47,0.0542,0.016793,0.12,"2013-06-03 00:00",0.12,"2013-10-19 00:00",0.12,"2013-11-30 00:00",0.05,"2013-01-04 00:00","","","","",0.12,0.12,0.12,0.05,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43290",1,29.423933,-98.580505,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.0526,0.018385,0.18,"2013-05-04 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-28 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43291",1,29.423933,-98.580505,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",41,0.1488,0.254162,1.47,"2013-05-04 00:00",0.63,"2013-10-25 00:00",0.63,"2013-11-30 00:00",0.56,"2013-10-31 00:00","","","","",1.47,1.47,0.63,0.49,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43331",1,29.423933,-98.580505,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43801",1,29.423933,-98.580505,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.6472,0.071115,0.79,"2013-05-16 00:00",0.78,"2013-02-09 00:00",0.78,"2013-06-15 00:00",0.77,"2013-05-22 00:00","","","","",0.79,0.79,0.78,0.74,0.69,0.65,0.56,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43802",1,29.423933,-98.580505,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.065,0.028012,0.16,"2013-09-25 00:00",0.15,"2013-03-11 00:00",0.1,"2013-05-04 00:00",0.1,"2013-10-07 00:00","","","","",0.16,0.16,0.1,0.1,0.08,0.06,0.04,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43803",1,29.423933,-98.580505,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0126,0.011747,0.04,"2013-09-19 00:00",0.03,"2013-05-04 00:00",0.03,"2013-06-03 00:00",0.03,"2013-09-13 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.01,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43804",1,29.423933,-98.580505,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0896,0.036138,0.2,"2013-05-10 00:00",0.15,"2013-05-04 00:00",0.15,"2013-05-28 00:00",0.12,"2013-05-22 00:00","","","","",0.2,0.2,0.15,0.11,0.1,0.1,0.08,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43811",1,29.423933,-98.580505,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2424,0.022818,0.34,"2013-05-04 00:00",0.29,"2013-05-10 00:00",0.28,"2013-01-10 00:00",0.28,"2013-01-28 00:00","","","","",0.34,0.34,0.28,0.27,0.25,0.24,0.22,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43813",1,29.423933,-98.580505,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43814",1,29.423933,-98.580505,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0076,0.009806,0.02,"2013-01-04 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-21 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43815",1,29.423933,-98.580505,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0108,0.01771,0.06,"2013-10-25 00:00",0.04,"2013-02-09 00:00",0.04,"2013-03-05 00:00",0.04,"2013-03-23 00:00","","","","",0.06,0.06,0.04,0.04,0.02,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43817",1,29.423933,-98.580505,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.01,0.015253,0.06,"2013-07-03 00:00",0.06,"2013-11-18 00:00",0.04,"2013-03-05 00:00",0.04,"2013-09-25 00:00","","","","",0.06,0.06,0.04,0.02,0.02,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43818",1,29.423933,-98.580505,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43819",1,29.423933,-98.580505,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.002,0.004518,0.02,"2013-02-09 00:00",0.01,"2013-02-21 00:00",0.01,"2013-03-05 00:00",0.01,"2013-03-23 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43820",1,29.423933,-98.580505,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43823",1,29.423933,-98.580505,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.522,0.047766,0.61,"2013-01-10 00:00",0.61,"2013-01-28 00:00",0.6,"2013-01-04 00:00",0.59,"2013-02-27 00:00","","","","",0.61,0.61,0.6,0.58,0.55,0.53,0.45,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43824",1,29.423933,-98.580505,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43826",1,29.423933,-98.580505,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0008,0.003959,0.02,"2013-05-10 00:00",0.02,"2013-10-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43829",1,29.423933,-98.580505,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43830",1,29.423933,-98.580505,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0012,0.005938,0.03,"2013-06-21 00:00",0.03,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43831",1,29.423933,-98.580505,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0084,0.059397,0.42,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00","","","","",0.42,0.42,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43843",1,29.423933,-98.580505,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43860",1,29.423933,-98.580505,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43954",1,29.423933,-98.580505,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",27,0.0952,0.065035,0.33,"2013-02-09 00:00",0.22,"2013-02-21 00:00",0.22,"2013-07-03 00:00",0.22,"2013-09-19 00:00","","","","",0.33,0.33,0.22,0.22,0.11,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","43960",1,29.423933,-98.580505,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",21,0.2162,0.225993,1.28,"2013-05-04 00:00",0.72,"2013-10-07 00:00",0.56,"2013-09-25 00:00",0.48,"2013-02-27 00:00","","","","",1.28,1.28,0.56,0.48,0.32,0.16,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45109",1,29.423933,-98.580505,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.0608,0.980703,5.12,"2013-05-04 00:00",3.2,"2013-10-07 00:00",3.04,"2013-02-09 00:00",2.8,"2013-10-25 00:00","","","","",5.12,5.12,3.04,2.48,1.44,0.8,0.24,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45201",1,29.423933,-98.580505,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.2576,0.762805,3.24,"2013-05-04 00:00",2.64,"2013-11-30 00:00",2.46,"2013-10-07 00:00",2.28,"2013-01-10 00:00","","","","",3.24,3.24,2.46,2.28,1.86,1.2,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45202",1,29.423933,-98.580505,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.6334,2.128515,13.02,"2013-05-04 00:00",6.02,"2013-10-07 00:00",5.88,"2013-09-25 00:00",5.88,"2013-11-30 00:00","","","","",13.02,13.02,5.88,4.97,3.36,2.03,0.91,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45203",1,29.423933,-98.580505,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2576,0.298148,1.44,"2013-05-04 00:00",1.04,"2013-10-07 00:00",0.8,"2013-10-25 00:00",0.72,"2013-09-25 00:00","","","","",1.44,1.44,0.8,0.64,0.4,0.16,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45204",1,29.423933,-98.580505,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.432,0.416163,2.24,"2013-05-04 00:00",1.52,"2013-10-07 00:00",1.12,"2013-09-25 00:00",1.04,"2013-10-25 00:00","","","","",2.24,2.24,1.12,0.96,0.56,0.32,0.08,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45207",1,29.423933,-98.580505,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",41,0.0842,0.080181,0.36,"2013-10-25 00:00",0.36,"2013-10-31 00:00",0.27,"2013-10-19 00:00",0.27,"2013-11-30 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45208",1,29.423933,-98.580505,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",14,0.5522,0.637832,3.51,"2013-05-04 00:00",2.07,"2013-10-07 00:00",1.71,"2013-09-25 00:00",1.35,"2013-02-09 00:00","","","","",3.51,3.51,1.71,1.26,0.81,0.36,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45209",1,29.423933,-98.580505,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",36,0.1044,0.110475,0.63,"2013-05-04 00:00",0.36,"2013-09-25 00:00",0.36,"2013-10-07 00:00",0.27,"2013-10-25 00:00","","","","",0.63,0.63,0.36,0.18,0.18,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45210",1,29.423933,-98.580505,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0108,0.029543,0.09,"2013-01-10 00:00",0.09,"2013-06-03 00:00",0.09,"2013-09-19 00:00",0.09,"2013-09-25 00:00","","","","",0.09,0.09,0.09,0.09,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45211",1,29.423933,-98.580505,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",36,0.108,0.130556,0.81,"2013-05-04 00:00",0.45,"2013-10-07 00:00",0.27,"2013-02-21 00:00",0.27,"2013-10-25 00:00","","","","",0.81,0.81,0.27,0.18,0.18,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45212",1,29.423933,-98.580505,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,0.3562,0.395185,2.25,"2013-05-04 00:00",1.17,"2013-10-07 00:00",0.99,"2013-09-25 00:00",0.9,"2013-02-09 00:00","","","","",2.25,2.25,0.99,0.81,0.54,0.27,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45213",1,29.423933,-98.580505,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",33,0.1374,0.167464,0.99,"2013-05-04 00:00",0.54,"2013-10-07 00:00",0.36,"2013-09-25 00:00",0.36,"2013-10-25 00:00","","","","",0.99,0.99,0.36,0.27,0.18,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45218",1,29.423933,-98.580505,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",43,0.059,0.026128,0.2,"2013-02-09 00:00",0.1,"2013-05-10 00:00",0.1,"2013-10-07 00:00",0.1,"2013-10-13 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45219",1,29.423933,-98.580505,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",38,0.074,0.057357,0.3,"2013-02-09 00:00",0.3,"2013-09-25 00:00",0.2,"2013-10-25 00:00",0.2,"2013-10-31 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45220",1,29.423933,-98.580505,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0416,0.06099,0.24,"2013-10-07 00:00",0.16,"2013-09-13 00:00",0.16,"2013-09-25 00:00",0.16,"2013-10-19 00:00","","","","",0.24,0.24,0.16,0.16,0.08,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45225",1,29.423933,-98.580505,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",38,0.0992,0.102037,0.45,"2013-09-25 00:00",0.45,"2013-10-07 00:00",0.36,"2013-10-25 00:00",0.27,"2013-10-19 00:00","","","","",0.45,0.45,0.36,0.27,0.05,0.05,0.05,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","45801",1,29.423933,-98.580505,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-19" +"48","029","0677","61101",1,29.423933,-98.580505,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,5.198766,2.407769,23.2,"2013-02-25 13:00",22.4,"2013-02-25 11:00",22.2,"2013-02-25 14:00",21.3,"2013-02-25 12:00","","","","",11,10.3,9.3,8.4,6.8,5.1,2.1,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0677","61103",1,29.423933,-98.580505,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,4.743666,2.337652,22.5,"2013-02-25 13:00",21.8,"2013-02-25 11:00",21.4,"2013-02-25 14:00",20.5,"2013-02-25 12:00","","","","",10.3,9.7,8.7,7.8,6.3,4.6,1.8,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0677","61104",1,29.423933,-98.580505,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,138.229997,87.215773,360,"2013-03-02 18:00",360,"2013-10-19 06:00",359.9,"2013-02-15 13:00",359.9,"2013-09-29 14:00","","","","",355.3,348.6,333.4,294.7,168.4,127.7,29.2,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0677","61105",1,29.423933,-98.580505,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,11.287497,5.20608,44,"2013-02-25 14:00",43,"2013-02-25 13:00",42,"2013-02-25 11:00",42,"2013-05-10 06:00","","","","",25,23,20,18,15,11,4,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0677","61106",1,29.423933,-98.580505,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,23.55813,10.30365,79.3,"2013-03-12 08:00",78.6,"2013-03-12 23:00",77.8,"2013-09-02 11:00",76.6,"2013-09-03 04:00","","","","",62.7,56.8,46,37.2,26,20.5,15,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0677","62101",1,29.423933,-98.580505,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,72.919934,13.618569,106,"2013-06-29 15:00",106,"2013-06-29 16:00",106,"2013-06-29 17:00",105,"2013-06-29 14:00","","","","",98,97,94,90,82,75,53,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2014-02-03" +"48","029","0677","88502",3,29.423933,-98.580505,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7149,82,296,365,0,147,"","","Certification not required",0,9.436579,6.719171,191.2,"2013-01-01 00:00",47.9,"2013-05-18 12:00",46.3,"2013-01-01 01:00",43.8,"2013-05-18 13:00","","","","",32.2,28,22.4,17.7,11.9,7.8,3.3,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-17" +"48","029","0677","88502",3,29.423933,-98.580505,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",296,81,296,365,0,0,"","","Certification not required",0,9.384459,5.027493,29.3,"2013-08-09 00:00",29.1,"2013-04-16 00:00",27.6,"2013-05-21 00:00",27.5,"2013-08-08 00:00","","","","",27.6,24.9,20.8,16.1,11,8.1,4.8,"Old Hwy 90","911 Old Hwy 90 West","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-17" +"48","029","1052","14129",1,29.342,-98.472,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.0128,0.010916,0.043,"2013-03-29 00:00",0.039,"2013-06-21 00:00",0.038,"2013-07-21 00:00",0.035,"2013-06-27 00:00","","","","",0.043,0.043,0.038,0.027,0.017,0.009,0.002,"San Antonio 99th Street","1441 99th Street","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-19" +"48","029","1052","68105",1,29.342,-98.472,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",44,72,44,61,0,1,"","","Certification not required",0,23.434091,7.634284,33.3,"2013-08-08 00:00",32.8,"2013-08-14 00:00",32.2,"2013-09-01 00:00",31.1,"2013-08-02 00:00","","","","",33.3,33.3,32.2,31.1,30,25.6,12.2,"San Antonio 99th Street","1441 99th Street","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-18" +"48","029","1052","68108",1,29.342,-98.472,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,1,"","","Certification not required",0,745.522727,3.950205,757,"2013-01-04 00:00",753,"2013-01-16 00:00",752,"2013-01-22 00:00",752,"2013-02-15 00:00","","","","",757,757,752,752,748,745,741,"San Antonio 99th Street","1441 99th Street","Texas","Bexar","San Antonio","San Antonio, TX","2013-12-18" +"48","037","0004","68103",1,33.425758,-94.070802,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,11.912281,9.691621,25.5,"2013-08-08 00:00",24.5,"2013-06-27 00:00",24.5,"2013-08-02 00:00",24.4,"2013-07-09 00:00","","","","",25.5,24.5,24.5,24,21.6,14.2,-1.3,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","68104",1,33.425758,-94.070802,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,24.5,9.992158,40.5,"2013-08-08 00:00",39.3,"2013-09-01 00:00",38.9,"2013-09-07 00:00",38.2,"2013-06-27 00:00","","","","",40.5,39.3,38.9,37.2,32,25.5,10.9,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","68105",1,33.425758,-94.070802,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,17.898246,9.376309,31.9,"2013-08-08 00:00",31.2,"2013-09-01 00:00",30.5,"2013-06-27 00:00",30.4,"2013-08-02 00:00","","","","",31.9,31.2,30.5,29.8,25.8,19.6,4.5,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","68106",1,33.425758,-94.070802,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,751.929825,4.233622,761,"2013-01-04 00:00",761,"2013-11-24 00:00",761,"2013-12-12 00:00",760,"2013-12-24 00:00","","","","",761,761,761,759,754,751,748,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","68107",1,33.425758,-94.070802,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,757.982456,5.14605,770,"2013-11-12 00:00",770,"2013-12-12 00:00",769,"2013-11-24 00:00",768,"2013-12-24 00:00","","","","",770,770,769,766,762,757,752,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","68108",1,33.425758,-94.070802,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,755.087719,4.785696,766,"2013-11-24 00:00",766,"2013-12-12 00:00",765,"2013-11-12 00:00",765,"2013-12-24 00:00","","","","",766,766,765,763,758,754,750,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","88101",1,33.425758,-94.070802,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,5,0,0,"Requested but not yet concurred",0,10.401754,6.192896,32.6,"2013-08-08 00:00",27.5,"2013-06-21 00:00",26,"2013-06-27 00:00",22.7,"2013-04-16 00:00","","","","",32.6,27.5,26,19.6,11.5,9,5,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","037","0004","88101",1,33.425758,-94.070802,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,5,"","","Requested but not yet concurred",0,10.401754,6.192896,32.6,"2013-08-08 00:00",27.5,"2013-06-21 00:00",26,"2013-06-27 00:00",22.7,"2013-04-16 00:00","","","","",32.6,27.5,26,19.6,11.5,9,5,"Texarkana","2315 W 10th Street","Texas","Bowie","Texarkana","Texarkana, TX-Texarkana, AR","2014-02-18" +"48","039","1003","43173",1,29.010841,-95.397744,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43202",1,29.010841,-95.397744,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,14.559273,10.206393,56.54,"2013-01-10 00:00",42.66,"2013-11-30 00:00",32.8,"2013-01-22 00:00",29.48,"2013-10-25 00:00","","","","",56.54,42.66,32.8,26.98,18.26,10.96,5.78,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43203",1,29.010841,-95.397744,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,7.162545,6.499729,31.46,"2013-06-27 00:00",22.8,"2013-09-01 00:00",21.38,"2013-10-31 00:00",18.42,"2013-09-25 00:00","","","","",31.46,22.8,21.38,15.96,10.48,5.08,1.38,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43204",1,29.010841,-95.397744,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,10.44,13.062912,81.33,"2013-10-07 00:00",54.6,"2013-01-10 00:00",22.68,"2013-01-22 00:00",21.63,"2013-01-04 00:00","","","","",81.33,54.6,22.68,21.27,12.75,6.12,2.25,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43205",1,29.010841,-95.397744,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,5.459091,5.49634,35.73,"2013-05-28 00:00",17.58,"2013-08-10 00:00",14.58,"2013-11-18 00:00",12.54,"2013-05-16 00:00","","","","",35.73,17.58,14.58,9.06,7.5,3.66,1.53,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43206",1,29.010841,-95.397744,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",10,0.800727,0.613716,2.76,"2013-01-22 00:00",1.98,"2013-01-16 00:00",1.94,"2013-09-13 00:00",1.9,"2013-02-27 00:00","","","","",2.76,1.98,1.94,1.64,1.16,0.7,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43212",1,29.010841,-95.397744,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,5.921455,8.754928,59.16,"2013-10-07 00:00",28.24,"2013-01-10 00:00",15.92,"2013-11-12 00:00",12.32,"2013-10-25 00:00","","","","",59.16,28.24,15.92,10.88,6.36,4.2,1,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43214",1,29.010841,-95.397744,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,3.982545,11.124763,83,"2013-11-12 00:00",14.52,"2013-01-10 00:00",7.16,"2013-01-22 00:00",6.8,"2013-10-25 00:00","","","","",83,14.52,7.16,5.52,3.84,1.92,0.48,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43216",1,29.010841,-95.397744,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.053273,0.017433,0.16,"2013-02-09 00:00",0.12,"2013-11-18 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.16,0.12,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43217",1,29.010841,-95.397744,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.052545,0.013224,0.12,"2013-11-12 00:00",0.12,"2013-11-18 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43218",1,29.010841,-95.397744,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.022545,0.091979,0.44,"2013-06-27 00:00",0.4,"2013-01-04 00:00",0.36,"2013-11-12 00:00",0.04,"2013-03-17 00:00","","","","",0.44,0.4,0.36,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43220",1,29.010841,-95.397744,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,1.546364,1.150678,5.6,"2013-01-10 00:00",5.25,"2013-03-23 00:00",4.6,"2013-11-12 00:00",3.6,"2013-07-15 00:00","","","","",5.6,5.25,4.6,3,1.9,1.15,0.6,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43221",1,29.010841,-95.397744,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,2.435455,1.892081,8.85,"2013-01-10 00:00",8,"2013-03-23 00:00",7.3,"2013-11-12 00:00",6.2,"2013-10-25 00:00","","","","",8.85,8,7.3,4.65,3.5,1.75,0.8,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43224",1,29.010841,-95.397744,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43226",1,29.010841,-95.397744,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.052727,0.011459,0.1,"2013-10-31 00:00",0.1,"2013-11-12 00:00",0.1,"2013-11-30 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43227",1,29.010841,-95.397744,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43228",1,29.010841,-95.397744,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.054545,0.017408,0.15,"2013-10-31 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-27 00:00",0.1,"2013-09-07 00:00","","","","",0.15,0.1,0.1,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43230",1,29.010841,-95.397744,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",11,0.376545,0.29433,1.14,"2013-01-10 00:00",1.14,"2013-10-07 00:00",1.02,"2013-03-23 00:00",1.02,"2013-11-12 00:00","","","","",1.14,1.14,1.02,0.78,0.54,0.3,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43231",1,29.010841,-95.397744,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.609818,0.529372,1.92,"2013-06-09 00:00",1.86,"2013-11-12 00:00",1.8,"2013-01-10 00:00",1.74,"2013-10-25 00:00","","","","",1.92,1.86,1.8,1.5,0.84,0.54,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43232",1,29.010841,-95.397744,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",8,0.357273,0.540067,4.06,"2013-10-07 00:00",0.98,"2013-09-25 00:00",0.7,"2013-01-10 00:00",0.7,"2013-11-12 00:00","","","","",4.06,0.98,0.7,0.56,0.42,0.28,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43233",1,29.010841,-95.397744,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",27,0.197636,0.334465,2.4,"2013-10-07 00:00",0.72,"2013-01-10 00:00",0.48,"2013-01-22 00:00",0.48,"2013-05-22 00:00","","","","",2.4,0.72,0.48,0.32,0.24,0.16,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43234",1,29.010841,-95.397744,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43235",1,29.010841,-95.397744,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.097273,0.333191,2.52,"2013-10-07 00:00",0.18,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",2.52,0.18,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43238",1,29.010841,-95.397744,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.073636,0.071915,0.5,"2013-10-07 00:00",0.3,"2013-01-10 00:00",0.2,"2013-10-25 00:00",0.1,"2013-01-16 00:00","","","","",0.5,0.3,0.2,0.1,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43242",1,29.010841,-95.397744,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",42,0.079091,0.061381,0.3,"2013-01-10 00:00",0.25,"2013-10-07 00:00",0.25,"2013-10-19 00:00",0.25,"2013-11-12 00:00","","","","",0.3,0.25,0.25,0.15,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43243",1,29.010841,-95.397744,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",32,0.208182,0.226643,0.75,"2013-08-26 00:00",0.7,"2013-10-07 00:00",0.65,"2013-06-09 00:00",0.65,"2013-09-25 00:00","","","","",0.75,0.7,0.65,0.6,0.4,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43244",1,29.010841,-95.397744,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.065273,0.048946,0.3,"2013-01-10 00:00",0.24,"2013-11-12 00:00",0.18,"2013-02-27 00:00",0.18,"2013-10-25 00:00","","","","",0.3,0.24,0.18,0.12,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43247",1,29.010841,-95.397744,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",46,0.08,0.10419,0.77,"2013-10-07 00:00",0.21,"2013-10-19 00:00",0.21,"2013-10-25 00:00",0.21,"2013-11-12 00:00","","","","",0.77,0.21,0.21,0.14,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43248",1,29.010841,-95.397744,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",25,0.572545,1.249725,9,"2013-09-25 00:00",2.04,"2013-05-16 00:00",1.38,"2013-01-10 00:00",1.38,"2013-06-27 00:00","","","","",9,2.04,1.38,1.26,0.78,0.24,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43249",1,29.010841,-95.397744,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",14,0.674545,3.038413,22.75,"2013-10-07 00:00",0.98,"2013-09-25 00:00",0.84,"2013-11-12 00:00",0.56,"2013-01-10 00:00","","","","",22.75,0.98,0.84,0.49,0.42,0.21,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43250",1,29.010841,-95.397744,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.24,0.27455,1.52,"2013-10-07 00:00",0.64,"2013-09-25 00:00",0.64,"2013-10-19 00:00",0.64,"2013-10-25 00:00","","","","",1.52,0.64,0.64,0.56,0.4,0.16,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43252",1,29.010841,-95.397744,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",25,0.393636,0.585369,2.56,"2013-10-31 00:00",2,"2013-06-21 00:00",1.76,"2013-07-21 00:00",1.52,"2013-05-16 00:00","","","","",2.56,2,1.76,1.52,0.4,0.16,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43253",1,29.010841,-95.397744,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.082727,0.075411,0.48,"2013-10-07 00:00",0.24,"2013-01-10 00:00",0.24,"2013-06-09 00:00",0.16,"2013-01-22 00:00","","","","",0.48,0.24,0.24,0.16,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43261",1,29.010841,-95.397744,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",26,0.200545,0.213606,0.98,"2013-10-07 00:00",0.77,"2013-01-10 00:00",0.77,"2013-11-12 00:00",0.49,"2013-01-22 00:00","","","","",0.98,0.77,0.77,0.49,0.35,0.14,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43262",1,29.010841,-95.397744,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",13,0.250727,0.211598,0.9,"2013-10-07 00:00",0.78,"2013-11-12 00:00",0.72,"2013-01-10 00:00",0.72,"2013-10-25 00:00","","","","",0.9,0.78,0.72,0.54,0.36,0.18,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43263",1,29.010841,-95.397744,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.466182,2.597017,19.32,"2013-10-07 00:00",0.98,"2013-11-12 00:00",0.84,"2013-09-25 00:00",0.56,"2013-01-10 00:00","","","","",19.32,0.98,0.84,0.49,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43280",1,29.010841,-95.397744,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",31,0.316182,0.366765,1.52,"2013-03-23 00:00",1.4,"2013-11-12 00:00",1,"2013-02-09 00:00",0.84,"2013-09-07 00:00","","","","",1.52,1.4,1,0.76,0.56,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43282",1,29.010841,-95.397744,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43283",1,29.010841,-95.397744,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43284",1,29.010841,-95.397744,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.093273,0.100112,0.48,"2013-10-07 00:00",0.36,"2013-10-19 00:00",0.36,"2013-11-12 00:00",0.3,"2013-01-10 00:00","","","","",0.48,0.36,0.36,0.24,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43285",1,29.010841,-95.397744,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",14,0.503636,0.459022,1.86,"2013-01-10 00:00",1.56,"2013-03-23 00:00",1.56,"2013-10-07 00:00",1.5,"2013-11-12 00:00","","","","",1.86,1.56,1.56,1.26,0.72,0.42,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43289",1,29.010841,-95.397744,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43290",1,29.010841,-95.397744,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43291",1,29.010841,-95.397744,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.177455,0.861837,6.44,"2013-10-07 00:00",0.42,"2013-11-12 00:00",0.21,"2013-11-30 00:00",0.14,"2013-04-22 00:00","","","","",6.44,0.42,0.21,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43331",1,29.010841,-95.397744,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43801",1,29.010841,-95.397744,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.736182,0.134942,1.18,"2013-01-22 00:00",1.12,"2013-05-22 00:00",1.01,"2013-08-02 00:00",0.93,"2013-07-27 00:00","","","","",1.18,1.12,1.01,0.88,0.81,0.71,0.6,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43802",1,29.010841,-95.397744,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.205636,0.233395,1.33,"2013-01-22 00:00",1.01,"2013-10-25 00:00",0.75,"2013-01-10 00:00",0.54,"2013-02-15 00:00","","","","",1.33,1.01,0.75,0.41,0.23,0.12,0.07,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43803",1,29.010841,-95.397744,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.025091,0.016087,0.09,"2013-11-12 00:00",0.07,"2013-03-29 00:00",0.05,"2013-09-07 00:00",0.05,"2013-10-01 00:00","","","","",0.09,0.07,0.05,0.04,0.03,0.02,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43804",1,29.010841,-95.397744,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.092182,0.025798,0.14,"2013-03-29 00:00",0.14,"2013-05-22 00:00",0.12,"2013-09-19 00:00",0.11,"2013-01-16 00:00","","","","",0.14,0.14,0.12,0.11,0.1,0.1,0.08,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43811",1,29.010841,-95.397744,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.241455,0.015082,0.28,"2013-01-16 00:00",0.27,"2013-01-04 00:00",0.26,"2013-02-03 00:00",0.26,"2013-02-21 00:00","","","","",0.28,0.27,0.26,0.26,0.25,0.24,0.22,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43813",1,29.010841,-95.397744,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43814",1,29.010841,-95.397744,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.005818,0.011335,0.06,"2013-10-25 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-09 00:00","","","","",0.06,0.02,0.02,0.02,0.02,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43815",1,29.010841,-95.397744,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.113455,0.153915,0.66,"2013-03-23 00:00",0.58,"2013-03-29 00:00",0.56,"2013-02-21 00:00",0.4,"2013-02-03 00:00","","","","",0.66,0.58,0.56,0.36,0.12,0.06,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43817",1,29.010841,-95.397744,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.032364,0.030427,0.14,"2013-01-28 00:00",0.1,"2013-03-29 00:00",0.1,"2013-10-25 00:00",0.08,"2013-02-15 00:00","","","","",0.14,0.1,0.1,0.08,0.04,0.02,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43818",1,29.010841,-95.397744,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43819",1,29.010841,-95.397744,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.003091,0.008136,0.05,"2013-04-28 00:00",0.02,"2013-06-09 00:00",0.02,"2013-09-13 00:00",0.01,"2013-01-10 00:00","","","","",0.05,0.02,0.02,0.01,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43820",1,29.010841,-95.397744,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43823",1,29.010841,-95.397744,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.535091,0.040592,0.62,"2013-01-16 00:00",0.6,"2013-01-04 00:00",0.6,"2013-05-22 00:00",0.59,"2013-02-15 00:00","","","","",0.62,0.6,0.6,0.58,0.56,0.54,0.49,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43824",1,29.010841,-95.397744,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.074909,0.133512,0.82,"2013-03-17 00:00",0.36,"2013-01-28 00:00",0.3,"2013-06-21 00:00",0.26,"2013-05-28 00:00","","","","",0.82,0.36,0.3,0.22,0.1,0.02,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43826",1,29.010841,-95.397744,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.024364,0.047872,0.2,"2013-07-09 00:00",0.16,"2013-11-18 00:00",0.14,"2013-10-31 00:00",0.12,"2013-03-29 00:00","","","","",0.2,0.16,0.14,0.1,0.02,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43829",1,29.010841,-95.397744,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.038182,0.079468,0.45,"2013-03-29 00:00",0.3,"2013-02-21 00:00",0.15,"2013-07-09 00:00",0.15,"2013-11-18 00:00","","","","",0.45,0.3,0.15,0.12,0.06,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43830",1,29.010841,-95.397744,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000545,0.004045,0.03,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43831",1,29.010841,-95.397744,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000545,0.004045,0.03,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43843",1,29.010841,-95.397744,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43860",1,29.010841,-95.397744,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.028727,0.058974,0.26,"2013-01-22 00:00",0.22,"2013-04-16 00:00",0.18,"2013-09-19 00:00",0.14,"2013-03-23 00:00","","","","",0.26,0.22,0.18,0.12,0.04,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43954",1,29.010841,-95.397744,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.059636,0.028993,0.22,"2013-10-07 00:00",0.11,"2013-03-23 00:00",0.11,"2013-06-03 00:00",0.11,"2013-09-13 00:00","","","","",0.22,0.11,0.11,0.11,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","43960",1,29.010841,-95.397744,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.087091,0.102482,0.72,"2013-10-07 00:00",0.32,"2013-01-10 00:00",0.16,"2013-01-22 00:00",0.16,"2013-02-15 00:00","","","","",0.72,0.32,0.16,0.16,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45109",1,29.010841,-95.397744,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.485818,0.438409,2.32,"2013-10-07 00:00",1.44,"2013-11-12 00:00",1.28,"2013-01-22 00:00",1.2,"2013-10-25 00:00","","","","",2.32,1.44,1.28,1.12,0.64,0.4,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45201",1,29.010841,-95.397744,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.852,0.795772,3.18,"2013-10-25 00:00",2.82,"2013-11-12 00:00",2.16,"2013-01-22 00:00",1.92,"2013-02-03 00:00","","","","",3.18,2.82,2.16,1.68,1.38,0.9,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45202",1,29.010841,-95.397744,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.672364,1.419354,7.56,"2013-10-25 00:00",5.67,"2013-11-12 00:00",3.71,"2013-09-25 00:00",3.57,"2013-11-30 00:00","","","","",7.56,5.67,3.71,3.43,2.38,1.47,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45203",1,29.010841,-95.397744,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.129455,0.152794,0.56,"2013-11-12 00:00",0.48,"2013-10-25 00:00",0.4,"2013-01-10 00:00",0.4,"2013-02-15 00:00","","","","",0.56,0.48,0.4,0.4,0.24,0.08,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45204",1,29.010841,-95.397744,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.152727,0.150277,0.8,"2013-10-07 00:00",0.48,"2013-01-22 00:00",0.48,"2013-11-12 00:00",0.4,"2013-10-25 00:00","","","","",0.8,0.48,0.48,0.32,0.24,0.08,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45207",1,29.010841,-95.397744,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45208",1,29.010841,-95.397744,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.064182,0.040901,0.18,"2013-03-23 00:00",0.18,"2013-05-22 00:00",0.18,"2013-09-13 00:00",0.18,"2013-10-25 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45209",1,29.010841,-95.397744,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45210",1,29.010841,-95.397744,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.037636,0.095955,0.54,"2013-02-09 00:00",0.36,"2013-04-10 00:00",0.18,"2013-03-23 00:00",0.18,"2013-03-29 00:00","","","","",0.54,0.36,0.18,0.09,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45211",1,29.010841,-95.397744,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45212",1,29.010841,-95.397744,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.061091,0.041351,0.27,"2013-01-22 00:00",0.18,"2013-01-16 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-12 00:00","","","","",0.27,0.18,0.18,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45213",1,29.010841,-95.397744,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45218",1,29.010841,-95.397744,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45219",1,29.010841,-95.397744,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.052727,0.011459,0.1,"2013-01-10 00:00",0.1,"2013-09-07 00:00",0.1,"2013-11-12 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45220",1,29.010841,-95.397744,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.046545,0.144173,1.04,"2013-10-31 00:00",0.16,"2013-02-27 00:00",0.16,"2013-08-26 00:00",0.16,"2013-09-07 00:00","","","","",1.04,0.16,0.16,0.08,0.08,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45225",1,29.010841,-95.397744,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","45801",1,29.010841,-95.397744,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.006545,0.027502,0.18,"2013-02-09 00:00",0.06,"2013-06-03 00:00",0.06,"2013-10-25 00:00",0.06,"2013-11-12 00:00","","","","",0.18,0.06,0.06,0,0,0,0,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","039","1003","61101",1,29.010841,-95.397744,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,7.322504,3.075457,20.5,"2013-02-25 21:00",20.2,"2013-01-30 11:00",20.2,"2013-02-25 16:00",20,"2013-01-09 10:00","","","","",14.6,13.5,12.4,11.2,9.5,7.4,3.2,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1003","61103",1,29.010841,-95.397744,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6611,75,275,365,0,685,"","","Certification not required",0,7.165179,3.087188,20.1,"2013-02-25 21:00",19.8,"2013-02-25 16:00",19.7,"2013-01-09 10:00",19.5,"2013-01-30 11:00","","","","",14.4,13.3,12.1,11,9.3,7.4,3,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1003","61104",1,29.010841,-95.397744,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6611,75,275,365,0,685,"","","Certification not required",0,148.065149,89.138476,359.9,"2013-01-15 10:00",359.9,"2013-02-21 20:00",359.8,"2013-04-18 21:00",359.7,"2013-01-02 14:00","","","","",355.7,350.4,334.9,302.3,187,139,32.6,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1003","61105",1,29.010841,-95.397744,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,13.291278,5.451716,38,"2013-01-30 10:00",38,"2013-02-25 16:00",36,"2013-01-30 11:00",35,"2013-02-25 15:00","","","","",27,25,22,20,17,13,6,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1003","61106",1,29.010841,-95.397744,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6611,75,275,365,0,685,"","","Certification not required",0,16.91375,8.525823,75.2,"2013-04-05 12:00",74.3,"2013-07-13 12:00",73.3,"2013-10-31 13:00",72.7,"2013-03-06 21:00","","","","",53.6,44.8,32.5,25.9,19.1,14.6,10,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1003","62101",1,29.010841,-95.397744,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,72.86972,12.059971,97,"2013-06-30 16:00",96,"2013-06-29 12:00",96,"2013-06-29 13:00",96,"2013-06-30 15:00","","","","",91,90,88,86,83,76,55,"Clute","426 Commerce Street","Texas","Brazoria","Clute (corporate name for Clute City)","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1004","42601",1,29.520443,-95.392509,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8403,96,355,365,0,280,"","","Certification not required",0,1.132953,3.933655,75.4,"2013-01-18 07:00",63.4,"2013-01-18 08:00",63.1,"2013-01-18 06:00",62.4,"2013-12-18 08:00","","","","",20.1,11.9,5.2,2.4,0.6,0.2,-0.1,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","42602",1,29.520443,-95.392509,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8402,96,355,365,0,281,0,"","Certification not required",0,11.81831,8.31584,40.6,"2013-03-13 08:00",40,"2013-02-15 09:00",36.3,"2013-10-08 08:00",34.3,"2013-01-22 08:00","","","","",34.3,31.8,27.9,24.4,16.8,10.5,2.8,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","42602",1,29.520443,-95.392509,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8402,96,355,365,0,281,"","","Certification not required",0,3.996156,5.444995,40.6,"2013-03-13 08:00",40,"2013-02-15 09:00",36.3,"2013-10-08 08:00",35.3,"2013-02-15 08:00","","","","",24.3,20.8,15.3,11.3,5.8,2.3,-0.8,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","42603",1,29.520443,-95.392509,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8403,96,355,365,0,280,"","","Certification not required",0,5.115542,8.054223,96.7,"2013-01-18 07:00",93,"2013-01-18 08:00",88.8,"2013-01-22 07:00",83.2,"2013-01-22 08:00","","","","",38.3,30.1,19.4,13.8,6.7,2.5,-0.6,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","44201",1,29.520443,-95.392509,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8492,98,356,365,0,191,0,0,"Requested but not yet concurred",882,0.043435,0.016828,0.11,"2013-07-04 13:00",0.109,"2013-08-16 15:00",0.104,"2013-06-03 15:00",0.102,"2013-09-25 16:00","","","","",0.102,0.082,0.075,0.063,0.053,0.042,0.024,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","44201",1,29.520443,-95.392509,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8550,97,354,365,0,0,3,3,"Requested but not yet concurred",0,0.03809,0.014654,0.094,"2013-08-16 10:00",0.086,"2013-06-03 10:00",0.086,"2013-07-04 09:00",0.084,"2013-07-02 10:00","","","","",0.084,0.07,0.064,0.057,0.048,0.037,0.021,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","44201",1,29.520443,-95.392509,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8550,97,354,365,0,0,7,7,"Requested but not yet concurred",0,0.03809,0.014654,0.094,"2013-08-16 10:00",0.086,"2013-06-03 10:00",0.086,"2013-07-04 09:00",0.084,"2013-07-02 10:00","","","","",0.084,0.07,0.064,0.057,0.048,0.037,0.021,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1004","61101",1,29.520443,-95.392509,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7210,82,299,365,0,9,"","","Certification not required",0,5.719348,3.465718,21.4,"2013-02-25 16:00",20.8,"2013-02-25 17:00",19.7,"2013-03-09 14:00",19.5,"2013-02-25 15:00","","","","",15.2,13.8,12.2,10.6,8,5.1,1.7,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1004","61103",1,29.520443,-95.392509,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6596,75,273,365,0,623,"","","Certification not required",0,5.367784,3.396941,21,"2013-02-25 16:00",20.4,"2013-02-25 17:00",19.4,"2013-03-09 14:00",19.1,"2013-02-25 15:00","","","","",14.6,13.2,11.7,10.1,7.6,4.8,1.5,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1004","61104",1,29.520443,-95.392509,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6596,75,273,365,0,623,"","","Certification not required",0,151.001137,89.007485,359.8,"2013-06-10 14:00",359.7,"2013-04-22 01:00",359.7,"2013-08-11 09:00",359.7,"2013-10-17 13:00","","","","",354.7,349.5,335.8,308.4,184.8,146,36.7,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1004","61105",1,29.520443,-95.392509,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7210,82,299,365,0,9,"","","Certification not required",0,10.786546,6.19694,40,"2013-02-25 16:00",35,"2013-01-30 10:00",35,"2013-02-25 17:00",34,"2013-01-30 09:00","","","","",27,25,22,19,15,10,3,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1004","61106",1,29.520443,-95.392509,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6596,75,273,365,0,623,"","","Certification not required",0,20.036704,11.844479,78.3,"2013-07-13 13:00",78.3,"2013-09-13 23:00",77.7,"2013-08-16 03:00",76.8,"2013-06-19 01:00","","","","",64,58.7,45.8,36,23.3,16.2,10.2,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1004","62101",1,29.520443,-95.392509,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7119,81,292,365,0,100,"","","Certification not required",0,71.172637,12.468983,102,"2013-06-29 16:00",101,"2013-06-29 15:00",100,"2013-06-29 14:00",100,"2013-06-29 17:00","","","","",93,92,90,87,79,74,53,"Manvel Croix Park","4503 Croix Pkwy","Texas","Brazoria","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","42601",1,29.043759,-95.472946,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8515,97,360,365,0,245,"","","Certification not required",0,0.836089,2.020708,57,"2013-01-11 08:00",54.1,"2013-02-27 07:00",44.4,"2013-12-17 07:00",39.7,"2013-12-17 08:00","","","","",7.6,4.6,2.5,1.4,0.9,0.5,0,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","42602",1,29.043759,-95.472946,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8472,97,356,365,0,288,0,"","Certification not required",0,6.994944,5.498976,29.9,"2013-12-11 18:00",27.2,"2013-03-27 07:00",23.8,"2013-01-23 07:00",23.7,"2013-03-07 06:00","","","","",23.7,21.7,18.4,14.9,10,5.6,1.2,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","42602",1,29.043759,-95.472946,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8472,97,356,365,0,288,"","","Certification not required",0,2.424717,3.219265,29.9,"2013-12-11 18:00",28.1,"2013-12-11 19:00",27.9,"2013-12-11 17:00",27.2,"2013-03-27 07:00","","","","",14.4,11.8,8.8,6.4,3.5,1.5,-0.2,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","42603",1,29.043759,-95.472946,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8515,97,360,365,0,245,"","","Certification not required",0,3.051016,4.347983,70.5,"2013-01-11 08:00",67,"2013-02-27 07:00",59.5,"2013-12-17 08:00",59.4,"2013-01-23 07:00","","","","",19.6,14.6,10.4,7.4,4,1.8,0,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","44201",1,29.043759,-95.472946,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8620,99,362,365,0,140,0,0,"Requested but not yet concurred",825,0.038343,0.014599,0.091,"2013-06-03 15:00",0.088,"2013-07-01 13:00",0.078,"2013-06-07 17:00",0.076,"2013-08-16 14:00","","","","",0.076,0.07,0.062,0.057,0.048,0.038,0.019,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","44201",1,29.043759,-95.472946,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8683,99,361,365,0,0,0,0,"Requested but not yet concurred",0,0.034102,0.013479,0.072,"2013-06-03 09:00",0.071,"2013-07-01 10:00",0.067,"2013-06-07 11:00",0.067,"2013-07-02 11:00","","","","",0.067,0.062,0.056,0.053,0.044,0.034,0.016,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","44201",1,29.043759,-95.472946,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8683,99,361,365,0,0,0,0,"Requested but not yet concurred",0,0.034102,0.013479,0.072,"2013-06-03 09:00",0.071,"2013-07-01 10:00",0.067,"2013-06-07 11:00",0.067,"2013-07-02 11:00","","","","",0.067,0.062,0.056,0.053,0.044,0.034,0.016,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","039","1016","61101",1,29.043759,-95.472946,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,5.118267,3.085916,16.3,"2013-02-18 11:00",16.1,"2013-02-25 17:00",16.1,"2013-03-09 14:00",16,"2013-02-25 16:00","","","","",12.6,11.7,10.4,9.2,7.5,4.8,1.2,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","61103",1,29.043759,-95.472946,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,4.745735,3.033193,15.7,"2013-02-18 11:00",15.6,"2013-03-09 14:00",15.5,"2013-02-25 17:00",15.4,"2013-02-25 16:00","","","","",12.3,11.2,10,8.8,7,4.5,0.9,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","61104",1,29.043759,-95.472946,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,167.55251,94.830725,359.9,"2013-02-08 15:00",359.8,"2013-01-15 12:00",359.8,"2013-02-14 05:00",359.8,"2013-03-11 02:00","","","","",356.6,352.4,340.3,325.4,204.6,158,35.3,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","61105",1,29.043759,-95.472946,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,10.474218,5.846082,36,"2013-02-25 21:00",35,"2013-02-25 19:00",35,"2013-02-25 20:00",33,"2013-01-30 10:00","","","","",26,23,20,18,15,10,3,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","61106",1,29.043759,-95.472946,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,23.405115,12.304558,79.9,"2013-08-12 03:00",79.9,"2013-09-04 00:00",79.6,"2013-02-26 19:00",79.5,"2013-04-30 07:00","","","","",67.1,62.4,52,40.5,26.3,19.6,12.8,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","62101",1,29.043759,-95.472946,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,71.303483,12.271991,99,"2013-06-29 14:00",97,"2013-06-29 13:00",95,"2013-06-29 12:00",95,"2013-06-29 15:00","","","","",91,90,88,86,80,74,53,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","63301",1,29.043759,-95.472946,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3509,0.285833,0.397458,1.5,"2013-08-22 11:00",1.48,"2013-06-04 12:00",1.48,"2013-08-11 11:00",1.45,"2013-08-31 12:00","","","","",1.32,1.27,1.16,0.97,0.51,0.02,0.005,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","039","1016","63305",1,29.043759,-95.472946,"NAD83","Net radiation","1 HOUR","","Observed Values","Instrumental - Net radiometer",2013,"Langleys/minute","No Events",7294,83,304,365,0,2,"","","Certification not required",0,0.146518,0.249064,1,"2013-05-03 11:00",1,"2013-05-03 12:00",1,"2013-06-04 12:00",0.9,"2013-04-11 11:00","","","","",0.8,0.8,0.7,0.6,0.3,0,-0.1,"Lake Jackson","109B Brazoria Hwy 332 West","Texas","Brazoria","Lake Jackson","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","043","0101","44201",1,29.3025,-103.16782,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8636,97,355,365,0,124,0,0,"Certification not required",0,0.048597,0.009766,0.071,"2013-05-17 14:00",0.069,"2013-05-20 13:00",0.069,"2013-05-21 20:00",0.069,"2013-08-19 16:00","","","","",0.069,0.068,0.065,0.06,0.056,0.049,0.036,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","44201",1,29.3025,-103.16782,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8630,97,354,365,0,0,0,0,"Certification not required",0,0.045864,0.009701,0.067,"2013-04-30 12:00",0.067,"2013-05-17 10:00",0.067,"2013-05-21 16:00",0.066,"2013-05-15 11:00","","","","",0.066,0.065,0.063,0.058,0.053,0.046,0.033,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","44201",1,29.3025,-103.16782,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8630,97,354,365,0,0,0,0,"Certification not required",0,0.045864,0.009701,0.067,"2013-04-30 12:00",0.067,"2013-05-17 10:00",0.067,"2013-05-21 16:00",0.066,"2013-05-15 11:00","","","","",0.066,0.065,0.063,0.058,0.053,0.046,0.033,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","61101",1,29.3025,-103.16782,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8672,99,360,365,0,88,"","","Certification not required",0,7.048559,3.206847,27,"2013-02-25 12:00",26.8,"2013-02-25 09:00",26,"2013-02-25 11:00",25.6,"2013-02-25 08:00","","","","",16.5,15,12.8,11.3,8.9,6.6,3.3,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","61101",3,29.3025,-103.16782,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7079,81,295,365,0,155,"","","Certification not required",0,5.877356,2.642621,20.1,"2013-02-25 12:00",19.9,"2013-02-25 09:00",19.3,"2013-02-25 08:00",19.3,"2013-02-25 11:00","","","","",13.1,12.1,10.6,9.4,7.6,5.6,2.7,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-03" +"48","043","0101","61103",1,29.3025,-103.16782,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8672,99,360,365,0,88,"","","Certification not required",0,6.504094,3.410772,26.6,"2013-02-25 09:00",26.6,"2013-02-25 12:00",25.6,"2013-02-25 11:00",25.4,"2013-02-25 08:00","","","","",16.3,14.8,12.6,10.9,8.5,6,2.5,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","61103",3,29.3025,-103.16782,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7073,81,295,365,0,161,"","","Certification not required",0,5.268684,2.729212,19.3,"2013-02-25 09:00",19.3,"2013-02-25 12:00",18.8,"2013-02-25 08:00",18.7,"2013-02-25 11:00","","","","",12.5,11.5,10,8.9,7.1,4.9,2,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-03" +"48","043","0101","61104",1,29.3025,-103.16782,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8672,99,360,365,0,88,"","","Certification not required",0,202.989276,92.846161,360,"2013-01-07 09:00",360,"2013-02-27 12:00",360,"2013-03-10 17:00",360,"2013-04-10 17:00","","","","",355,351,340,326,297,188,80,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","61104",3,29.3025,-103.16782,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7073,81,295,365,0,161,"","","Certification not required",0,195.106631,91.300991,360,"2013-03-20 11:00",359.9,"2013-10-05 13:00",359.8,"2013-03-20 15:00",359.7,"2013-03-08 00:00","","","","",355.8,351.1,341.5,325.7,281.5,179,76.5,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-03" +"48","043","0101","61105",3,29.3025,-103.16782,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7095,81,295,365,0,139,"","","Certification not required",0,12.149683,5.09519,40,"2013-07-26 15:00",37,"2013-04-09 15:00",36,"2013-02-10 01:00",35,"2013-02-25 10:00","","","","",27,24,21,18,15,12,6,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-03" +"48","043","0101","61106",1,29.3025,-103.16782,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8672,99,360,365,0,88,"","","Certification not required",0,15.089599,10.673218,67,"2013-12-02 04:00",64,"2013-12-02 03:00",63,"2013-12-13 07:00",62,"2013-12-21 19:00","","","","",48,44,37,32,20,11,5,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","61106",3,29.3025,-103.16782,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7073,81,295,365,0,161,"","","Certification not required",0,25.735812,13.877862,78.7,"2013-04-06 17:00",78.5,"2013-04-19 19:00",78.4,"2013-05-28 18:00",77.8,"2013-05-29 11:00","","","","",69,63.5,54.8,47.1,32.6,21.5,12.6,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-03" +"48","043","0101","62101",1,29.3025,-103.16782,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8706,99,362,365,0,54,"","","Certification not required",0,68.156214,15.388559,102,"2013-05-31 16:00",102,"2013-05-31 17:00",100,"2013-05-31 18:00",100,"2013-06-04 16:00","","","","",96,94,91,87,80,70,46,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","62101",3,29.3025,-103.16782,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7203,82,299,365,0,32,"","","Certification not required",0,70.891434,15.742597,106,"2013-05-31 16:00",105,"2013-05-31 17:00",104,"2013-06-04 15:00",103,"2013-06-05 13:00","","","","",99,98,95,91,82,73,49,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-03" +"48","043","0101","62201",1,29.3025,-103.16782,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8709,99,362,365,0,51,"","","Certification not required",0,42.501091,22.317486,100,"2013-11-12 08:00",100,"2013-11-12 09:00",100,"2013-11-21 01:00",100,"2013-11-21 02:00","","","","",96,94,87,74,57,40,15,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","63301",1,29.3025,-103.16782,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8605,98,357,365,0,155,"","","Certification not required",4221,0.34158,0.467501,1.67,"2013-05-03 12:00",1.65,"2013-05-03 13:00",1.64,"2013-04-15 13:00",1.63,"2013-04-19 12:00","","","","",1.52,1.47,1.34,1.15,0.66,0.02,0.005,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","65102",1,29.3025,-103.16782,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8671,99,362,365,0,89,"","","Certification not required",0,0.001335,0.016801,0.78,"2013-08-27 08:00",0.71,"2013-09-28 08:00",0.45,"2013-07-26 15:00",0.31,"2013-09-28 07:00","","","","",0.03,0.01,0,0,0,0,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-02-18" +"48","043","0101","85101",1,29.3025,-103.16782,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,16.365165,12.410995,73.1006,"2013-04-10 00:00",42.769,"2013-02-24 00:00",39.8389,"2013-03-05 00:00",32.0441,"2013-02-21 00:00","","","","",73.1006,42.769,39.8389,29.1754,20.7815,14.4045,3.6263,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","86502",1,29.3025,-103.16782,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,10.54902,9.810838,54,"2013-04-10 00:00",33,"2013-02-24 00:00",32,"2013-03-05 00:00",26,"2013-02-21 00:00","","","","",54,33,32,21,13,8,2,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88103",1,29.3025,-103.16782,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-03-17 00:00",0.001,"2013-03-20 00:00",0.001,"2013-04-07 00:00",0.001,"2013-05-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88104",1,29.3025,-103.16782,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.139361,0.197922,1.2672,"2013-04-10 00:00",0.549,"2013-02-24 00:00",0.4834,"2013-03-05 00:00",0.383,"2013-03-23 00:00","","","","",1.2672,0.549,0.4834,0.2604,0.1598,0.087,0.016,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88109",1,29.3025,-103.16782,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001953,0.001076,0.0048,"2013-03-08 00:00",0.0039,"2013-04-13 00:00",0.0037,"2013-03-20 00:00",0.0037,"2013-05-22 00:00","","","","",0.0048,0.0039,0.0037,0.0034,0.0026,0.0019,0.0006,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88111",1,29.3025,-103.16782,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.119257,0.128444,0.7838,"2013-04-10 00:00",0.4221,"2013-02-24 00:00",0.3569,"2013-03-05 00:00",0.3089,"2013-03-23 00:00","","","","",0.7838,0.4221,0.3569,0.22,0.1491,0.095,0.0183,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88112",1,29.3025,-103.16782,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-10 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88114",1,29.3025,-103.16782,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.000392,0.000262,0.0014,"2013-03-17 00:00",0.0008,"2013-02-18 00:00",0.0008,"2013-04-10 00:00",0.0008,"2013-05-01 00:00","","","","",0.0014,0.0008,0.0008,0.0007,0.0006,0.0004,0.00015,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88115",1,29.3025,-103.16782,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.002475,0.005235,0.03,"2013-04-10 00:00",0.0214,"2013-02-24 00:00",0.0106,"2013-02-21 00:00",0.0086,"2013-05-19 00:00","","","","",0.03,0.0214,0.0106,0.0041,0.0023,0.0009,0.00015,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88126",1,29.3025,-103.16782,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.078806,0.102303,0.6596,"2013-04-10 00:00",0.2899,"2013-02-24 00:00",0.239,"2013-03-05 00:00",0.2242,"2013-03-23 00:00","","","","",0.6596,0.2899,0.239,0.1334,0.0957,0.0472,0.0091,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88128",1,29.3025,-103.16782,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000961,0.00072,0.002,"2013-01-19 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-09 00:00",0.002,"2013-02-18 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88132",1,29.3025,-103.16782,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002137,0.002433,0.015,"2013-04-10 00:00",0.008,"2013-02-24 00:00",0.006,"2013-03-05 00:00",0.005,"2013-03-23 00:00","","","","",0.015,0.008,0.006,0.004,0.003,0.002,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88136",1,29.3025,-103.16782,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-04-28 00:00",0.001,"2013-05-28 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88140",1,29.3025,-103.16782,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.025425,0.0297,0.1807,"2013-04-10 00:00",0.0933,"2013-03-05 00:00",0.0684,"2013-04-13 00:00",0.0533,"2013-04-16 00:00","","","","",0.1807,0.0933,0.0684,0.052,0.031,0.0167,0.0036,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88152",1,29.3025,-103.16782,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000953,0.002241,0.0086,"2013-05-28 00:00",0.0082,"2013-05-22 00:00",0.0079,"2013-05-25 00:00",0.0066,"2013-04-10 00:00","","","","",0.0086,0.0082,0.0079,0.0026,0.00015,0.00015,0.0001,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88154",1,29.3025,-103.16782,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000237,0.000174,0.0007,"2013-01-07 00:00",0.0007,"2013-03-20 00:00",0.0006,"2013-02-03 00:00",0.0006,"2013-05-28 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0003,0.0002,0.0001,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88161",1,29.3025,-103.16782,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.007336,0.009819,0.061,"2013-04-10 00:00",0.0299,"2013-02-24 00:00",0.0241,"2013-03-05 00:00",0.0222,"2013-03-23 00:00","","","","",0.061,0.0299,0.0241,0.0127,0.0091,0.005,0.0008,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88164",1,29.3025,-103.16782,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.000627,0.000531,0.0022,"2013-05-28 00:00",0.002,"2013-04-10 00:00",0.0019,"2013-05-31 00:00",0.0013,"2013-04-01 00:00","","","","",0.0022,0.002,0.0019,0.0012,0.001,0.0006,5e-05,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88165",1,29.3025,-103.16782,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.346051,0.472506,2.8986,"2013-04-10 00:00",1.4952,"2013-02-24 00:00",1.1654,"2013-03-05 00:00",1.0823,"2013-03-23 00:00","","","","",2.8986,1.4952,1.1654,0.5925,0.4003,0.2523,0.0355,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88167",1,29.3025,-103.16782,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.002986,0.002223,0.0097,"2013-02-09 00:00",0.0083,"2013-01-19 00:00",0.008,"2013-01-22 00:00",0.0063,"2013-03-20 00:00","","","","",0.0097,0.0083,0.008,0.0059,0.0041,0.0025,0.0007,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88168",1,29.3025,-103.16782,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.000962,0.001021,0.0067,"2013-04-10 00:00",0.0026,"2013-03-23 00:00",0.0024,"2013-02-24 00:00",0.0022,"2013-04-13 00:00","","","","",0.0067,0.0026,0.0024,0.0014,0.0012,0.0008,0.00015,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88169",1,29.3025,-103.16782,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.465941,0.33861,1.1686,"2013-05-22 00:00",1.0822,"2013-05-25 00:00",1.0736,"2013-05-28 00:00",1.0482,"2013-05-31 00:00","","","","",1.1686,1.0822,1.0736,1.0302,0.7674,0.3896,0.1264,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88176",1,29.3025,-103.16782,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",34,0.000282,0.00035,0.0024,"2013-04-10 00:00",0.0011,"2013-02-24 00:00",0.0006,"2013-03-05 00:00",0.0006,"2013-03-11 00:00","","","","",0.0024,0.0011,0.0006,0.0004,0.0003,0.00015,0.00015,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88180",1,29.3025,-103.16782,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.065014,0.056385,0.3456,"2013-04-10 00:00",0.1945,"2013-02-24 00:00",0.1384,"2013-03-05 00:00",0.1383,"2013-03-23 00:00","","","","",0.3456,0.1945,0.1384,0.0998,0.083,0.0565,0.0132,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88184",1,29.3025,-103.16782,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.061848,0.062326,0.2308,"2013-05-28 00:00",0.2117,"2013-05-31 00:00",0.19,"2013-04-13 00:00",0.186,"2013-04-28 00:00","","","","",0.2308,0.2117,0.19,0.1608,0.1034,0.042,0.0019,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88185",1,29.3025,-103.16782,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.000983,0.000677,0.0035,"2013-01-31 00:00",0.0027,"2013-02-24 00:00",0.0025,"2013-03-20 00:00",0.0022,"2013-05-19 00:00","","","","",0.0035,0.0027,0.0025,0.002,0.0012,0.00065,0.0004,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88203",1,29.3025,-103.16782,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.020946,0.02459,0.1522,"2013-04-10 00:00",0.0791,"2013-04-13 00:00",0.0732,"2013-05-19 00:00",0.0526,"2013-01-16 00:00","","","","",0.1522,0.0791,0.0732,0.0349,0.0273,0.0122,0.0066,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88203",2,29.3025,-103.16782,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",15,0.019613,0.025719,0.1481,"2013-04-10 00:00",0.0792,"2013-05-19 00:00",0.0761,"2013-04-13 00:00",0.0593,"2013-03-08 00:00","","","","",0.1481,0.1481,0.0761,0.0358,0.0236,0.01,0.00265,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88306",1,29.3025,-103.16782,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.233543,0.149558,0.6442,"2013-04-13 00:00",0.6321,"2013-04-10 00:00",0.5554,"2013-01-07 00:00",0.4328,"2013-03-08 00:00","","","","",0.6442,0.6321,0.5554,0.4212,0.3413,0.1769,0.0825,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88306",2,29.3025,-103.16782,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",0,0.216287,0.144411,0.6158,"2013-04-13 00:00",0.5592,"2013-01-07 00:00",0.5186,"2013-04-10 00:00",0.4293,"2013-03-08 00:00","","","","",0.6158,0.6158,0.5186,0.4156,0.3085,0.1677,0.0613,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88320",1,29.3025,-103.16782,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.507647,0.320435,1.54,"2013-03-20 00:00",1.52,"2013-05-22 00:00",1.24,"2013-05-25 00:00",0.95,"2013-04-28 00:00","","","","",1.54,1.52,1.24,0.83,0.66,0.45,0.18,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88321",1,29.3025,-103.16782,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.095882,0.062902,0.29,"2013-03-20 00:00",0.21,"2013-05-22 00:00",0.19,"2013-03-29 00:00",0.18,"2013-01-07 00:00","","","","",0.29,0.21,0.19,0.17,0.14,0.1,0.02,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88324",1,29.3025,-103.16782,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.020057,0.010422,0.077,"2013-03-20 00:00",0.0294,"2013-01-22 00:00",0.029,"2013-01-04 00:00",0.02895,"2013-01-01 00:00","","","","",0.077,0.0294,0.029,0.0289,0.0228,0.01595,0.0099,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88325",1,29.3025,-103.16782,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.1037,0.083754,0.3782,"2013-03-20 00:00",0.3154,"2013-05-22 00:00",0.2894,"2013-05-25 00:00",0.278,"2013-04-28 00:00","","","","",0.3782,0.3154,0.2894,0.1899,0.1517,0.0865,0.0314,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88326",1,29.3025,-103.16782,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.117467,0.07532,0.3892,"2013-05-22 00:00",0.3004,"2013-03-20 00:00",0.2977,"2013-05-25 00:00",0.2144,"2013-05-04 00:00","","","","",0.3892,0.3004,0.2977,0.1887,0.1667,0.1009,0.0331,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88327",1,29.3025,-103.16782,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.115903,0.07627,0.4149,"2013-05-22 00:00",0.3422,"2013-03-20 00:00",0.2269,"2013-05-25 00:00",0.2227,"2013-05-28 00:00","","","","",0.4149,0.3422,0.2269,0.1864,0.1478,0.1094,0.0405,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88328",1,29.3025,-103.16782,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.168508,0.10015,0.4453,"2013-05-25 00:00",0.4418,"2013-03-20 00:00",0.4095,"2013-05-22 00:00",0.2944,"2013-05-16 00:00","","","","",0.4453,0.4418,0.4095,0.2653,0.2349,0.1558,0.0512,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88329",1,29.3025,-103.16782,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.223092,0.146733,0.658,"2013-03-20 00:00",0.5931,"2013-05-25 00:00",0.5536,"2013-05-22 00:00",0.4017,"2013-04-28 00:00","","","","",0.658,0.5931,0.5536,0.3735,0.3232,0.2143,0.057,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88330",1,29.3025,-103.16782,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.040635,0.01885,0.0856,"2013-01-07 00:00",0.0801,"2013-03-05 00:00",0.0712,"2013-03-20 00:00",0.0686,"2013-01-04 00:00","","","","",0.0856,0.0801,0.0712,0.0671,0.0508,0.0404,0.0145,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88331",1,29.3025,-103.16782,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000226,0.001067,0.0071,"2013-03-29 00:00",0.003,"2013-05-16 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0071,0.003,0.0001,0.0001,5e-05,0,0,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88338",1,29.3025,-103.16782,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017603,0.014504,0.113,"2013-03-05 00:00",0.0299,"2013-01-25 00:00",0.0246,"2013-04-10 00:00",0.02395,"2013-02-24 00:00","","","","",0.113,0.0299,0.0246,0.0238,0.01585,0.0146,0.0109,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88338",2,29.3025,-103.16782,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",44,0.018114,0.011209,0.0782,"2013-03-05 00:00",0.0501,"2013-05-13 00:00",0.0262,"2013-04-16 00:00",0.0246,"2013-02-12 00:00","","","","",0.0782,0.0782,0.0262,0.02455,0.02325,0.01515,0.011,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88339",1,29.3025,-103.16782,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.921974,1.396787,4.82043,"2013-05-22 00:00",4.46412,"2013-05-25 00:00",4.42872,"2013-05-28 00:00",4.32387,"2013-05-31 00:00","","","","",4.82043,4.46412,4.42872,4.24953,3.16553,1.60714,0.52152,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88339",2,29.3025,-103.16782,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",0,1.701777,1.21901,4.25015,"2013-04-01 00:00",4.24953,"2013-04-28 00:00",4.22198,"2013-05-10 00:00",4.15177,"2013-03-20 00:00","","","","",4.25015,4.25015,4.22198,3.91322,2.11819,1.42948,0.39592,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88344",1,29.3025,-103.16782,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.301275,0.192932,0.831,"2013-04-13 00:00",0.8154,"2013-04-10 00:00",0.7165,"2013-01-07 00:00",0.5583,"2013-03-08 00:00","","","","",0.831,0.8154,0.7165,0.5433,0.4403,0.2282,0.1064,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88344",2,29.3025,-103.16782,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",0,0.279011,0.186293,0.7944,"2013-04-13 00:00",0.7214,"2013-01-07 00:00",0.669,"2013-04-10 00:00",0.5538,"2013-03-08 00:00","","","","",0.7944,0.7944,0.669,0.5361,0.398,0.2163,0.0791,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88348",1,29.3025,-103.16782,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.567504,2.08293,12.9972,"2013-04-10 00:00",6.3789,"2013-02-24 00:00",5.1721,"2013-03-05 00:00",4.6277,"2013-03-23 00:00","","","","",12.9972,6.3789,5.1721,2.7394,1.8419,1.1072,0.1831,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88350",1,29.3025,-103.16782,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.913522,0.576779,2.7716,"2013-03-20 00:00",2.7374,"2013-05-22 00:00",2.2302,"2013-05-25 00:00",1.7185,"2013-04-28 00:00","","","","",2.7716,2.7374,2.2302,1.4904,1.1911,0.8035,0.3229,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88403",1,29.3025,-103.16782,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.38958,1.029687,3.8176,"2013-05-22 00:00",3.2109,"2013-05-25 00:00",3.2026,"2013-05-28 00:00",3.1841,"2013-04-01 00:00","","","","",3.8176,3.2109,3.2026,3.0992,2.1391,1.1065,0.3649,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88403",2,29.3025,-103.16782,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",47,77,23,61,0,0,"","","Certification not required",0,1.221196,0.889984,3.1957,"2013-04-01 00:00",3.1045,"2013-04-28 00:00",3.069,"2013-05-10 00:00",2.977,"2013-03-20 00:00","","","","",3.1957,3.1957,3.069,2.8762,1.5058,0.9453,0.2837,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88502",1,29.3025,-103.16782,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.252941,3.304019,18.5,"2013-04-10 00:00",11.9,"2013-05-22 00:00",10,"2013-03-20 00:00",9.5,"2013-02-24 00:00","","","","",18.5,11.9,10,8.6,7.5,4.9,1.4,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2014-01-28" +"48","043","0101","88502",3,29.3025,-103.16782,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7062,81,292,365,0,144,"","","Certification not required",0,6.126097,4.725929,79.2,"2013-03-24 03:00",75.9,"2013-03-24 01:00",71.8,"2013-04-18 02:00",66.3,"2013-04-18 03:00","","","","",21.8,17.8,13.9,11.2,7.9,5.2,1.8,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2013-12-30" +"48","043","0101","88502",3,29.3025,-103.16782,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",292,80,292,365,0,0,"","","Certification not required",0,6.12637,3.095728,24.4,"2013-03-24 00:00",18.6,"2013-04-18 00:00",16.9,"2013-04-10 00:00",16.9,"2013-05-23 00:00","","","","",16.9,13.6,12,10.2,7.6,5.7,2.7,"Big Bend National Park, K-Bar Ranch Road","BIG BEND NATIONAL PARK, TEXAS","Texas","Brewster","","","2013-12-30" +"48","061","0006","12103",1,25.892503,-97.493836,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",34,56,34,61,0,11,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2013-12-18" +"48","061","0006","14129",1,25.892503,-97.493836,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",34,56,34,61,0,11,0,0,"Certification not required",0,0.003,0.001706,0.008,"2013-02-15 00:00",0.007,"2013-01-22 00:00",0.006,"2013-03-05 00:00",0.005,"2013-01-10 00:00","","","","",0.008,0.008,0.007,0.005,0.003,0.003,0.001,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2013-12-19" +"48","061","0006","17141",1,25.892503,-97.493836,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,36.7652,21.490403,100.11,"2013-01-16 00:00",88.92,"2013-11-30 00:00",72.01,"2013-09-07 00:00",71.7,"2013-01-22 00:00","","","","",100.11,100.11,72.01,65.99,57.68,29.88,15.58,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17147",1,25.892503,-97.493836,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.7412,1.577034,7.54,"2013-09-07 00:00",6.29,"2013-09-25 00:00",6.01,"2013-10-25 00:00",5.93,"2013-09-19 00:00","","","","",7.54,7.54,6.01,5.28,3.38,2.5,1.21,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17148",1,25.892503,-97.493836,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.1884,0.584397,3.47,"2013-01-16 00:00",1.76,"2013-10-31 00:00",1.47,"2013-11-30 00:00",0.75,"2013-08-08 00:00","","","","",3.47,3.47,1.47,0.44,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17149",1,25.892503,-97.493836,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.568,1.48643,8.72,"2013-09-07 00:00",5.98,"2013-09-25 00:00",5.28,"2013-10-25 00:00",4.99,"2013-09-19 00:00","","","","",8.72,8.72,5.28,4.64,3.08,2.33,1.26,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17150",1,25.892503,-97.493836,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,6.916,4.317477,25.61,"2013-09-07 00:00",17.85,"2013-09-25 00:00",13.61,"2013-09-19 00:00",13.06,"2013-07-03 00:00","","","","",25.61,25.61,13.61,12.17,8.9,6.26,2.99,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17151",1,25.892503,-97.493836,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2976,0.289507,1.79,"2013-09-07 00:00",0.86,"2013-09-19 00:00",0.77,"2013-08-14 00:00",0.76,"2013-09-25 00:00","","","","",1.79,1.79,0.77,0.66,0.33,0.24,0.09,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17201",1,25.892503,-97.493836,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.5756,0.954072,5.4,"2013-09-07 00:00",4.53,"2013-09-25 00:00",3.22,"2013-09-19 00:00",2.7,"2013-10-19 00:00","","","","",5.4,5.4,3.22,2.56,1.96,1.43,0.7,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17204",1,25.892503,-97.493836,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.8698,0.563497,2.96,"2013-09-07 00:00",2.54,"2013-09-25 00:00",2.39,"2013-09-19 00:00",1.48,"2013-10-19 00:00","","","","",2.96,2.96,2.39,1.41,1.11,0.72,0.4,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17208",1,25.892503,-97.493836,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.1336,0.101996,0.49,"2013-01-16 00:00",0.41,"2013-08-08 00:00",0.38,"2013-08-14 00:00",0.34,"2013-09-25 00:00","","","","",0.49,0.49,0.38,0.33,0.14,0.1,0.06,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17215",1,25.892503,-97.493836,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0224,0.056841,0.32,"2013-01-16 00:00",0.23,"2013-08-14 00:00",0.1,"2013-02-27 00:00",0.06,"2013-02-21 00:00","","","","",0.32,0.32,0.1,0.06,0.03,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17220",1,25.892503,-97.493836,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0676,0.09244,0.4,"2013-01-16 00:00",0.31,"2013-08-08 00:00",0.3,"2013-10-07 00:00",0.23,"2013-09-25 00:00","","","","",0.4,0.4,0.3,0.21,0.09,0.04,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17223",1,25.892503,-97.493836,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0418,0.06445,0.32,"2013-01-16 00:00",0.22,"2013-08-08 00:00",0.18,"2013-09-25 00:00",0.14,"2013-10-19 00:00","","","","",0.32,0.32,0.18,0.13,0.05,0.02,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17231",1,25.892503,-97.493836,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0016,0.008889,0.06,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.06,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17237",1,25.892503,-97.493836,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0634,0.077634,0.48,"2013-01-16 00:00",0.17,"2013-08-08 00:00",0.16,"2013-02-27 00:00",0.16,"2013-09-25 00:00","","","","",0.48,0.48,0.16,0.15,0.09,0.05,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17242",1,25.892503,-97.493836,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.007,0.042869,0.3,"2013-01-16 00:00",0.05,"2013-02-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.3,0.3,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","17243",1,25.892503,-97.493836,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.029,0.068549,0.34,"2013-01-16 00:00",0.23,"2013-08-08 00:00",0.18,"2013-09-25 00:00",0.17,"2013-02-27 00:00","","","","",0.34,0.34,0.18,0.13,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","42101",1,25.892503,-97.493836,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6161,70,259,365,0,1847,0,0,"Certification not required",6121,0.252711,0.038635,1.6,"2013-01-16 23:00",1.5,"2013-01-17 00:00",1.2,"2013-01-16 22:00",0.9,"2013-03-12 08:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","0006","42101",1,25.892503,-97.493836,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6177,71,252,365,0,0,0,0,"Certification not required",0,0.30123,0.018043,0.8,"2013-01-17 01:00",0.8,"2013-01-17 02:00",0.8,"2013-01-17 03:00",0.8,"2013-01-17 04:00",0.8,"2013-01-17 01:00",0.5,"2013-01-17 07:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","0006","43173",2,25.892503,-97.493836,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43202",2,25.892503,-97.493836,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,7.66,7.593356,32,"2013-01-04 00:00",30.18,"2013-01-10 00:00",23.78,"2013-01-16 00:00",23,"2013-04-04 00:00","","","","",32,30.18,23.78,19.8,10.4,5.38,1.38,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43203",2,25.892503,-97.493836,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",2,1.587692,0.964824,4.42,"2013-01-16 00:00",3.98,"2013-11-30 00:00",3.32,"2013-01-22 00:00",2.98,"2013-01-10 00:00","","","","",4.42,3.98,3.32,2.84,2.2,1.52,0.48,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43204",2,25.892503,-97.493836,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.974615,7.950066,39.81,"2013-01-16 00:00",31.17,"2013-01-10 00:00",30.93,"2013-01-04 00:00",19.8,"2013-11-24 00:00","","","","",39.81,31.17,30.93,19.47,11.1,5.94,2.64,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43205",2,25.892503,-97.493836,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.618654,0.547279,2.16,"2013-11-30 00:00",2.07,"2013-01-16 00:00",1.71,"2013-10-25 00:00",1.65,"2013-01-22 00:00","","","","",2.16,2.07,1.71,1.47,0.93,0.48,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43206",2,25.892503,-97.493836,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.929038,0.617923,3.1,"2013-01-16 00:00",2.2,"2013-11-30 00:00",1.78,"2013-01-22 00:00",1.7,"2013-01-10 00:00","","","","",3.1,2.2,1.78,1.58,1.34,0.96,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43212",2,25.892503,-97.493836,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,6.218462,4.150581,18,"2013-01-16 00:00",15.88,"2013-01-04 00:00",14.64,"2013-01-10 00:00",13.32,"2013-10-31 00:00","","","","",18,15.88,14.64,12.24,9.16,4.68,2.2,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43214",2,25.892503,-97.493836,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.584615,1.839406,7.88,"2013-01-04 00:00",7.12,"2013-01-16 00:00",6.72,"2013-01-10 00:00",5.6,"2013-11-24 00:00","","","","",7.88,7.12,6.72,5.44,3.72,1.76,0.88,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43216",2,25.892503,-97.493836,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.068462,0.047004,0.24,"2013-11-06 00:00",0.2,"2013-01-22 00:00",0.2,"2013-09-19 00:00",0.2,"2013-10-25 00:00","","","","",0.24,0.2,0.2,0.12,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43217",2,25.892503,-97.493836,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",40,0.078462,0.054427,0.2,"2013-01-16 00:00",0.2,"2013-08-26 00:00",0.2,"2013-09-07 00:00",0.2,"2013-10-25 00:00","","","","",0.2,0.2,0.2,0.2,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43218",2,25.892503,-97.493836,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.04,0.100196,0.4,"2013-01-16 00:00",0.36,"2013-01-22 00:00",0.32,"2013-11-30 00:00",0.28,"2013-10-25 00:00","","","","",0.4,0.36,0.32,0.2,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43220",2,25.892503,-97.493836,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",2,1.579808,1.036314,5.9,"2013-10-07 00:00",3.3,"2013-01-04 00:00",3.25,"2013-01-16 00:00",3,"2013-01-10 00:00","","","","",5.9,3.3,3.25,2.8,2.25,1.4,0.6,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43221",2,25.892503,-97.493836,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",1,4.232692,2.745208,12.35,"2013-10-07 00:00",11.1,"2013-11-06 00:00",9.05,"2013-09-19 00:00",8.55,"2013-10-25 00:00","","","","",12.35,11.1,9.05,8.45,5.75,3.35,1.55,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43224",2,25.892503,-97.493836,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.058654,0.040489,0.3,"2013-09-19 00:00",0.2,"2013-03-23 00:00",0.1,"2013-07-09 00:00",0.05,"2013-01-04 00:00","","","","",0.3,0.2,0.1,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43226",2,25.892503,-97.493836,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.128846,0.12961,0.5,"2013-09-19 00:00",0.5,"2013-11-06 00:00",0.45,"2013-01-22 00:00",0.4,"2013-09-07 00:00","","","","",0.5,0.5,0.45,0.35,0.15,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43227",2,25.892503,-97.493836,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.091346,0.070517,0.3,"2013-11-06 00:00",0.25,"2013-01-16 00:00",0.25,"2013-01-22 00:00",0.25,"2013-09-19 00:00","","","","",0.3,0.25,0.25,0.2,0.15,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43228",2,25.892503,-97.493836,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",27,0.131731,0.122085,0.55,"2013-11-06 00:00",0.45,"2013-09-19 00:00",0.4,"2013-09-25 00:00",0.35,"2013-01-22 00:00","","","","",0.55,0.45,0.4,0.35,0.15,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43230",2,25.892503,-97.493836,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",2,0.511923,0.342311,1.5,"2013-10-07 00:00",1.32,"2013-01-16 00:00",1.2,"2013-09-25 00:00",1.14,"2013-01-22 00:00","","","","",1.5,1.32,1.2,0.96,0.78,0.42,0.18,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43231",2,25.892503,-97.493836,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.677308,0.63078,3,"2013-05-22 00:00",2.16,"2013-09-25 00:00",2.1,"2013-10-07 00:00",1.5,"2013-11-24 00:00","","","","",3,2.16,2.1,1.38,1.14,0.54,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43232",2,25.892503,-97.493836,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",17,0.223654,0.163384,0.56,"2013-01-04 00:00",0.56,"2013-10-07 00:00",0.49,"2013-01-10 00:00",0.49,"2013-01-16 00:00","","","","",0.56,0.56,0.49,0.49,0.35,0.21,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43233",2,25.892503,-97.493836,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.117308,0.12498,0.64,"2013-01-16 00:00",0.48,"2013-01-04 00:00",0.48,"2013-01-22 00:00",0.32,"2013-10-07 00:00","","","","",0.64,0.48,0.48,0.24,0.16,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43234",2,25.892503,-97.493836,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43235",2,25.892503,-97.493836,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.069231,0.050598,0.27,"2013-10-25 00:00",0.18,"2013-01-10 00:00",0.18,"2013-03-23 00:00",0.18,"2013-09-13 00:00","","","","",0.27,0.18,0.18,0.18,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43238",2,25.892503,-97.493836,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",38,0.080769,0.074855,0.4,"2013-01-16 00:00",0.4,"2013-01-22 00:00",0.2,"2013-09-13 00:00",0.2,"2013-09-19 00:00","","","","",0.4,0.4,0.2,0.1,0.1,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43242",2,25.892503,-97.493836,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.070192,0.055359,0.35,"2013-10-07 00:00",0.25,"2013-01-16 00:00",0.2,"2013-10-19 00:00",0.15,"2013-01-10 00:00","","","","",0.35,0.25,0.2,0.1,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43243",2,25.892503,-97.493836,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.260577,0.198607,0.75,"2013-08-02 00:00",0.7,"2013-06-21 00:00",0.65,"2013-09-19 00:00",0.6,"2013-07-15 00:00","","","","",0.75,0.7,0.65,0.55,0.4,0.2,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43244",2,25.892503,-97.493836,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",40,0.08,0.062497,0.3,"2013-01-16 00:00",0.24,"2013-01-04 00:00",0.24,"2013-01-22 00:00",0.24,"2013-08-26 00:00","","","","",0.3,0.24,0.24,0.18,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43247",2,25.892503,-97.493836,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.0925,0.071067,0.28,"2013-10-07 00:00",0.28,"2013-10-31 00:00",0.28,"2013-11-06 00:00",0.21,"2013-01-10 00:00","","","","",0.28,0.28,0.28,0.21,0.14,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43248",2,25.892503,-97.493836,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",43,0.101346,0.139453,0.72,"2013-10-07 00:00",0.6,"2013-01-04 00:00",0.42,"2013-01-16 00:00",0.36,"2013-01-10 00:00","","","","",0.72,0.6,0.42,0.24,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43249",2,25.892503,-97.493836,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.246346,0.192609,0.7,"2013-01-16 00:00",0.7,"2013-10-07 00:00",0.63,"2013-01-10 00:00",0.63,"2013-01-22 00:00","","","","",0.7,0.7,0.63,0.56,0.35,0.21,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43250",2,25.892503,-97.493836,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.629231,0.466215,2.08,"2013-10-31 00:00",1.76,"2013-11-06 00:00",1.52,"2013-11-30 00:00",1.44,"2013-01-16 00:00","","","","",2.08,1.76,1.52,1.28,0.96,0.48,0.16,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43252",2,25.892503,-97.493836,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",24,0.16,0.132724,0.56,"2013-10-31 00:00",0.48,"2013-01-16 00:00",0.4,"2013-09-25 00:00",0.4,"2013-10-01 00:00","","","","",0.56,0.48,0.4,0.4,0.24,0.16,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43253",2,25.892503,-97.493836,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.066346,0.043115,0.24,"2013-01-16 00:00",0.16,"2013-01-04 00:00",0.16,"2013-02-27 00:00",0.16,"2013-09-25 00:00","","","","",0.24,0.16,0.16,0.16,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43261",2,25.892503,-97.493836,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",36,0.116731,0.127337,0.56,"2013-01-04 00:00",0.56,"2013-10-07 00:00",0.42,"2013-01-10 00:00",0.35,"2013-09-07 00:00","","","","",0.56,0.56,0.42,0.28,0.14,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43262",2,25.892503,-97.493836,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.28,0.219911,1.02,"2013-10-07 00:00",0.78,"2013-01-16 00:00",0.78,"2013-09-25 00:00",0.66,"2013-01-22 00:00","","","","",1.02,0.78,0.78,0.6,0.42,0.18,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43263",2,25.892503,-97.493836,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.119038,0.170078,0.63,"2013-01-10 00:00",0.63,"2013-01-16 00:00",0.63,"2013-11-06 00:00",0.49,"2013-08-26 00:00","","","","",0.63,0.63,0.63,0.42,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43280",2,25.892503,-97.493836,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",20,0.509231,0.523112,2.4,"2013-11-30 00:00",1.64,"2013-10-25 00:00",1.6,"2013-01-16 00:00",1.48,"2013-01-22 00:00","","","","",2.4,1.64,1.6,1.08,0.8,0.44,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43282",2,25.892503,-97.493836,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.055769,0.01613,0.1,"2013-01-16 00:00",0.1,"2013-08-26 00:00",0.1,"2013-09-25 00:00",0.1,"2013-10-25 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43283",2,25.892503,-97.493836,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43284",2,25.892503,-97.493836,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.134231,0.139921,0.6,"2013-10-07 00:00",0.48,"2013-11-06 00:00",0.42,"2013-01-16 00:00",0.42,"2013-10-31 00:00","","","","",0.6,0.48,0.42,0.36,0.24,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43285",2,25.892503,-97.493836,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.765,0.532359,2.4,"2013-10-07 00:00",1.98,"2013-01-16 00:00",1.8,"2013-11-06 00:00",1.56,"2013-01-22 00:00","","","","",2.4,1.98,1.8,1.44,1.2,0.66,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43289",2,25.892503,-97.493836,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.054038,0.01648,0.12,"2013-01-22 00:00",0.12,"2013-10-25 00:00",0.12,"2013-11-06 00:00",0.05,"2013-01-04 00:00","","","","",0.12,0.12,0.12,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43290",2,25.892503,-97.493836,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43291",2,25.892503,-97.493836,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.073846,0.070409,0.35,"2013-10-31 00:00",0.28,"2013-01-16 00:00",0.28,"2013-01-22 00:00",0.28,"2013-11-06 00:00","","","","",0.35,0.28,0.28,0.14,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43331",2,25.892503,-97.493836,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43801",2,25.892503,-97.493836,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.842308,0.172668,1.34,"2013-05-10 00:00",1.18,"2013-06-27 00:00",1.15,"2013-08-26 00:00",1.14,"2013-07-09 00:00","","","","",1.34,1.18,1.15,1.1,0.93,0.84,0.64,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43802",2,25.892503,-97.493836,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.057308,0.017048,0.11,"2013-01-16 00:00",0.09,"2013-09-25 00:00",0.08,"2013-01-10 00:00",0.08,"2013-11-24 00:00","","","","",0.11,0.09,0.08,0.07,0.07,0.06,0.04,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43803",2,25.892503,-97.493836,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.013462,0.015452,0.1,"2013-04-16 00:00",0.04,"2013-03-23 00:00",0.03,"2013-09-25 00:00",0.02,"2013-01-10 00:00","","","","",0.1,0.04,0.03,0.02,0.02,0.01,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43804",2,25.892503,-97.493836,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.089231,0.025193,0.15,"2013-05-28 00:00",0.11,"2013-06-21 00:00",0.11,"2013-08-14 00:00",0.11,"2013-08-20 00:00","","","","",0.15,0.11,0.11,0.11,0.1,0.09,0.08,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43811",2,25.892503,-97.493836,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.239231,0.013981,0.28,"2013-01-10 00:00",0.27,"2013-02-15 00:00",0.26,"2013-02-21 00:00",0.26,"2013-06-21 00:00","","","","",0.28,0.27,0.26,0.25,0.25,0.24,0.22,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43813",2,25.892503,-97.493836,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43814",2,25.892503,-97.493836,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.007308,0.009725,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43815",2,25.892503,-97.493836,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.014615,0.02347,0.08,"2013-03-05 00:00",0.08,"2013-03-17 00:00",0.08,"2013-03-23 00:00",0.06,"2013-05-10 00:00","","","","",0.08,0.08,0.08,0.04,0.02,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43817",2,25.892503,-97.493836,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.013077,0.019356,0.1,"2013-09-25 00:00",0.06,"2013-05-16 00:00",0.06,"2013-11-06 00:00",0.04,"2013-02-21 00:00","","","","",0.1,0.06,0.06,0.02,0.02,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43818",2,25.892503,-97.493836,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43819",2,25.892503,-97.493836,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004038,0.007478,0.02,"2013-05-10 00:00",0.02,"2013-06-27 00:00",0.02,"2013-07-03 00:00",0.02,"2013-08-02 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43820",2,25.892503,-97.493836,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43823",2,25.892503,-97.493836,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.519423,0.07487,0.6,"2013-01-10 00:00",0.58,"2013-01-04 00:00",0.58,"2013-02-15 00:00",0.58,"2013-02-27 00:00","","","","",0.6,0.58,0.58,0.57,0.55,0.53,0.48,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43824",2,25.892503,-97.493836,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43826",2,25.892503,-97.493836,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001154,0.004709,0.02,"2013-03-11 00:00",0.02,"2013-09-07 00:00",0.02,"2013-10-19 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43829",2,25.892503,-97.493836,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.014423,0.065482,0.39,"2013-03-11 00:00",0.27,"2013-01-04 00:00",0.06,"2013-04-04 00:00",0.03,"2013-03-29 00:00","","","","",0.39,0.27,0.06,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43830",2,25.892503,-97.493836,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001154,0.005826,0.03,"2013-10-01 00:00",0.03,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43831",2,25.892503,-97.493836,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43843",2,25.892503,-97.493836,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43860",2,25.892503,-97.493836,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43954",2,25.892503,-97.493836,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",40,0.072308,0.07191,0.55,"2013-01-22 00:00",0.11,"2013-03-23 00:00",0.11,"2013-04-16 00:00",0.11,"2013-05-22 00:00","","","","",0.55,0.11,0.11,0.11,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","43960",2,25.892503,-97.493836,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.077308,0.061201,0.32,"2013-01-16 00:00",0.24,"2013-01-22 00:00",0.24,"2013-10-25 00:00",0.16,"2013-01-10 00:00","","","","",0.32,0.24,0.24,0.16,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","44201",1,25.892503,-97.493836,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7412,87,319,365,0,596,0,0,"Requested but not yet concurred",141,0.035605,0.013086,0.063,"2013-03-14 13:00",0.063,"2013-03-18 15:00",0.063,"2013-03-20 20:00",0.063,"2013-07-02 10:00","","","","",0.063,0.062,0.058,0.054,0.046,0.034,0.019,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","0006","44201",1,25.892503,-97.493836,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7605,86,315,365,0,0,0,0,"Requested but not yet concurred",0,0.032292,0.012394,0.059,"2013-03-12 10:00",0.059,"2013-04-20 10:00",0.059,"2013-07-02 09:00",0.058,"2013-03-02 11:00","","","","",0.058,0.057,0.053,0.05,0.043,0.03,0.017,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","0006","44201",1,25.892503,-97.493836,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7605,86,315,365,0,0,0,0,"Requested but not yet concurred",0,0.032292,0.012394,0.059,"2013-03-12 10:00",0.059,"2013-04-20 10:00",0.059,"2013-07-02 09:00",0.058,"2013-03-02 11:00","","","","",0.058,0.057,0.053,0.05,0.043,0.03,0.017,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","0006","45109",2,25.892503,-97.493836,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.801538,0.551417,3.36,"2013-01-16 00:00",2,"2013-02-27 00:00",1.92,"2013-10-25 00:00",1.76,"2013-01-22 00:00","","","","",3.36,2,1.92,1.36,1.04,0.64,0.4,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45201",2,25.892503,-97.493836,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.182692,0.577989,2.46,"2013-01-16 00:00",2.22,"2013-03-11 00:00",2.22,"2013-03-17 00:00",2.22,"2013-09-07 00:00","","","","",2.46,2.22,2.22,1.86,1.62,1.26,0.54,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45202",2,25.892503,-97.493836,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.834808,1.026761,5.88,"2013-01-16 00:00",4.41,"2013-03-11 00:00",4.41,"2013-09-25 00:00",3.57,"2013-09-07 00:00","","","","",5.88,4.41,4.41,3.01,2.17,1.68,0.91,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45203",2,25.892503,-97.493836,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.241538,0.213426,1.12,"2013-01-16 00:00",0.8,"2013-02-27 00:00",0.56,"2013-01-22 00:00",0.56,"2013-10-25 00:00","","","","",1.12,0.8,0.56,0.48,0.32,0.24,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45204",2,25.892503,-97.493836,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.255385,0.186132,1.12,"2013-01-16 00:00",0.56,"2013-01-22 00:00",0.56,"2013-02-27 00:00",0.56,"2013-10-25 00:00","","","","",1.12,0.56,0.56,0.48,0.32,0.24,0.08,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45207",2,25.892503,-97.493836,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45208",2,25.892503,-97.493836,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.150962,0.211357,1.44,"2013-01-16 00:00",0.45,"2013-09-19 00:00",0.36,"2013-09-07 00:00",0.36,"2013-10-31 00:00","","","","",1.44,0.45,0.36,0.27,0.18,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45209",2,25.892503,-97.493836,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.054231,0.030509,0.27,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.27,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45210",2,25.892503,-97.493836,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45211",2,25.892503,-97.493836,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.0525,0.018028,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45212",2,25.892503,-97.493836,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",39,0.106731,0.145288,0.99,"2013-01-16 00:00",0.27,"2013-09-07 00:00",0.27,"2013-09-13 00:00",0.27,"2013-10-31 00:00","","","","",0.99,0.27,0.27,0.27,0.18,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45213",2,25.892503,-97.493836,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.055962,0.042989,0.36,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.36,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45218",2,25.892503,-97.493836,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.052885,0.020801,0.2,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45219",2,25.892503,-97.493836,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.065385,0.059852,0.4,"2013-01-16 00:00",0.3,"2013-01-22 00:00",0.1,"2013-08-26 00:00",0.1,"2013-09-07 00:00","","","","",0.4,0.3,0.1,0.1,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45220",2,25.892503,-97.493836,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.070769,0.095913,0.48,"2013-01-16 00:00",0.32,"2013-01-22 00:00",0.32,"2013-09-07 00:00",0.16,"2013-02-27 00:00","","","","",0.48,0.32,0.32,0.16,0.08,0.08,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45225",2,25.892503,-97.493836,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.058462,0.046289,0.36,"2013-01-16 00:00",0.18,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.18,0.05,0.05,0.05,0.05,0.05,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","45801",2,25.892503,-97.493836,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",52,85,52,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-19" +"48","061","0006","61101",1,25.892503,-97.493836,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7252,83,301,365,0,36,"","","Certification not required",0,6.858839,3.525467,19.3,"2013-01-30 09:00",19.2,"2013-01-29 11:00",19,"2013-01-29 12:00",18.9,"2013-01-29 14:00","","","","",15.6,14.5,12.9,11.6,9.4,6.7,2.4,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","61103",1,25.892503,-97.493836,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7252,83,301,365,0,36,"","","Certification not required",0,6.506233,3.436412,18.7,"2013-01-29 11:00",18.4,"2013-01-29 12:00",18.3,"2013-01-29 14:00",18.3,"2013-01-30 09:00","","","","",14.9,13.9,12.4,11.1,9,6.3,2.2,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","61104",1,25.892503,-97.493836,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7252,83,301,365,0,36,"","","Certification not required",0,143.559859,83.29027,360,"2013-04-18 22:00",359.9,"2013-04-18 15:00",359.9,"2013-10-25 03:00",359.8,"2013-10-25 01:00","","","","",354.3,349.2,335.8,315.9,156.5,131.8,55,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","61105",1,25.892503,-97.493836,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7252,83,301,365,0,36,"","","Certification not required",0,13.306122,6.535755,38,"2013-01-29 13:00",37,"2013-01-29 12:00",36,"2013-01-12 11:00",36,"2013-01-30 10:00","","","","",29,28,24,22,18,13,5,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","61106",1,25.892503,-97.493836,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7252,83,301,365,0,36,"","","Certification not required",0,18.468119,8.328574,78.4,"2013-09-14 00:00",78.3,"2013-07-03 09:00",78,"2013-03-01 14:00",75.7,"2013-08-25 16:00","","","","",56.8,47.6,34.9,26.1,19.5,15.9,12.8,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","62101",1,25.892503,-97.493836,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6762,77,281,365,0,526,"","","Certification not required",0,75.105886,10.235131,99,"2013-06-29 14:00",97,"2013-06-29 13:00",97,"2013-06-29 15:00",96,"2013-06-30 13:00","","","","",93,91,90,87,82,77,61,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","63301",1,25.892503,-97.493836,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7267,83,302,365,0,21,"","","Certification not required",3495,0.293002,0.401478,1.54,"2013-06-03 12:00",1.52,"2013-06-05 13:00",1.48,"2013-07-11 11:00",1.46,"2013-06-06 13:00","","","","",1.34,1.3,1.17,0.99,0.53,0.02,0.005,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-02-03" +"48","061","0006","68105",1,25.892503,-97.493836,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,25.302222,5.78994,31.1,"2013-08-08 00:00",30.6,"2013-06-27 00:00",30.6,"2013-07-21 00:00",30.6,"2013-07-27 00:00","","","","",31.1,31.1,30.6,30.6,30,27.8,17.2,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2013-12-18" +"48","061","0006","68108",1,25.892503,-97.493836,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,760,3.890548,769,"2013-01-04 00:00",769,"2013-01-16 00:00",767,"2013-01-22 00:00",766,"2013-02-03 00:00","","","","",769,769,767,765,762,760,756,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2013-12-18" +"48","061","0006","88502",3,25.892503,-97.493836,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7855,90,328,365,0,153,"","","Certification not required",0,9.337008,6.534248,68.5,"2013-04-20 04:00",61.6,"2013-04-20 03:00",56.3,"2013-05-17 10:00",53,"2013-05-17 11:00","","","","",33,28.6,22.5,17.8,11.5,7.6,3.4,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","0006","88502",3,25.892503,-97.493836,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,0,"","","Certification not required",0,9.278659,5.29959,33,"2013-05-10 00:00",30.9,"2013-04-15 00:00",28,"2013-08-07 00:00",26,"2013-04-16 00:00","","","","",26,24.6,20.3,18.1,11.2,7.5,4.6,"Brownsville","344 Porter Drive","Texas","Cameron","Brownsville","Brownsville-Harlingen, TX","2014-01-30" +"48","061","1023","44201",1,26.200256,-97.712681,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7422,85,311,365,0,569,0,0,"Requested but not yet concurred",66,0.040527,0.011933,0.071,"2013-05-04 15:00",0.069,"2013-10-08 15:00",0.067,"2013-07-03 11:00",0.066,"2013-04-20 16:00","","","","",0.066,0.064,0.061,0.057,0.051,0.039,0.025,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-01-30" +"48","061","1023","44201",1,26.200256,-97.712681,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7465,84,307,365,0,0,0,0,"Requested but not yet concurred",0,0.036339,0.011382,0.064,"2013-10-08 10:00",0.063,"2013-04-20 10:00",0.063,"2013-08-18 12:00",0.062,"2013-05-04 09:00","","","","",0.062,0.06,0.056,0.052,0.046,0.035,0.023,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-01-30" +"48","061","1023","44201",1,26.200256,-97.712681,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7465,84,307,365,0,0,0,0,"Requested but not yet concurred",0,0.036339,0.011382,0.064,"2013-10-08 10:00",0.063,"2013-04-20 10:00",0.063,"2013-08-18 12:00",0.062,"2013-05-04 09:00","","","","",0.062,0.06,0.056,0.052,0.046,0.035,0.023,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-01-30" +"48","061","1023","61101",1,26.200256,-97.712681,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7136,81,297,365,0,135,"","","Certification not required",0,7.657623,3.730628,23.6,"2013-02-25 15:00",23.6,"2013-02-25 16:00",23,"2013-02-25 13:00",22.6,"2013-02-25 14:00","","","","",16.8,15.6,13.9,12.6,10.3,7.5,2.9,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-02-03" +"48","061","1023","61103",1,26.200256,-97.712681,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6989,80,291,365,0,282,"","","Certification not required",0,7.282644,3.674801,23.1,"2013-02-25 16:00",22.9,"2013-02-25 15:00",22.5,"2013-02-25 13:00",22.1,"2013-02-25 14:00","","","","",16.4,15.1,13.5,12.1,9.9,7.1,2.6,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-02-03" +"48","061","1023","61104",1,26.200256,-97.712681,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6989,80,291,365,0,282,"","","Certification not required",0,148.26908,84.231663,359.9,"2013-01-30 02:00",359.9,"2013-02-08 07:00",359.9,"2013-02-13 12:00",359.8,"2013-02-13 06:00","","","","",355.9,350.4,338.5,319.6,160.5,137.7,55.6,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-02-03" +"48","061","1023","61105",1,26.200256,-97.712681,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7145,82,297,365,0,126,"","","Certification not required",0,14.83359,6.909156,43,"2013-01-29 11:00",41,"2013-02-25 15:00",40,"2013-01-12 12:00",40,"2013-01-12 15:00","","","","",32,30,27,24,20,15,6,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-02-03" +"48","061","1023","61106",1,26.200256,-97.712681,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6989,80,291,365,0,282,"","","Certification not required",0,17.309143,7.710083,77.2,"2013-09-25 10:00",74.3,"2013-07-19 07:00",72.7,"2013-07-19 04:00",72,"2013-05-05 10:00","","","","",52.4,43.9,32.6,24.9,18.6,15.1,11.4,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-02-03" +"48","061","1023","62101",1,26.200256,-97.712681,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7253,83,301,365,0,18,"","","Certification not required",0,75.979319,10.809033,101,"2013-06-29 15:00",101,"2013-06-29 16:00",99,"2013-06-29 14:00",99,"2013-06-29 17:00","","","","",95,94,92,89,83,78,61,"Harlingen Teege","1602 W Teege Avenue","Texas","Cameron","Harlingen","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","61101",1,26.06961,-97.162206,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7032,80,291,365,0,27,"","","Certification not required",0,7.412742,3.04745,21.1,"2013-05-03 02:00",20.2,"2013-05-03 07:00",20,"2013-05-03 03:00",19.8,"2013-05-03 04:00","","","","",16.3,15,12.9,11.3,9.2,7.3,3.6,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","61103",1,26.06961,-97.162206,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7032,80,291,365,0,27,"","","Certification not required",0,7.122782,2.982252,20.1,"2013-05-03 02:00",19.6,"2013-05-03 07:00",19.3,"2013-05-03 03:00",19.2,"2013-05-03 04:00","","","","",15.7,14.4,12.5,10.9,8.9,7,3.4,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","61104",1,26.06961,-97.162206,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7032,80,291,365,0,27,"","","Certification not required",0,134.751251,79.965161,360,"2013-01-30 21:00",359.9,"2013-02-13 08:00",359.9,"2013-02-28 14:00",359.9,"2013-03-11 00:00","","","","",355.7,350.6,334.3,280.1,149.6,126.9,46,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","61105",1,26.06961,-97.162206,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7032,80,291,365,0,27,"","","Certification not required",0,12.755404,5.07132,37,"2013-05-03 02:00",37,"2013-09-16 06:00",35,"2013-03-05 12:00",35,"2013-05-03 04:00","","","","",28,26,22,19,15,12,7,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","61106",1,26.06961,-97.162206,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7032,80,291,365,0,27,"","","Certification not required",0,15.712144,6.365602,77,"2013-04-18 13:00",73.2,"2013-07-01 05:00",73,"2013-02-12 04:00",72.1,"2013-01-08 23:00","","","","",41.1,30.7,24.1,21.3,18.4,15.8,8.2,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","62101",1,26.06961,-97.162206,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7035,80,291,365,0,24,"","","Certification not required",0,75.369012,9.985845,95,"2013-08-29 11:00",95,"2013-08-29 12:00",95,"2013-08-30 09:00",95,"2013-08-30 12:00","","","","",92,91,90,88,82,78,62,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","68103",5,26.06961,-97.162206,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",48,100,25,28,0,0,"","","Certification not required",0,17.770833,4.529147,25.8,"2013-05-31 00:00",25.6,"2013-05-28 00:00",25.2,"2013-06-03 00:00",25,"2013-05-25 00:00","","","","",25.8,25.8,25.2,24.7,20.7,18.3,11.2,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","68104",5,26.06961,-97.162206,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",48,100,25,28,0,0,"","","Certification not required",0,25.14375,3.639494,32.4,"2013-06-03 00:00",31.4,"2013-05-22 00:00",31.4,"2013-05-31 00:00",30.1,"2013-05-25 00:00","","","","",32.4,32.4,31.4,29.8,28,25,21,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","68105",5,26.06961,-97.162206,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",48,100,25,28,0,0,"","","Certification not required",0,20.716667,4.109632,28.3,"2013-06-03 00:00",28,"2013-05-31 00:00",27.4,"2013-05-28 00:00",27.1,"2013-05-25 00:00","","","","",28.3,28.3,27.4,27,23.2,21,15.9,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","68106",5,26.06961,-97.162206,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,100,25,28,0,0,"","","Certification not required",0,755.3125,4.722766,765,"2013-03-26 00:00",764,"2013-03-14 00:00",763,"2013-01-04 00:00",763,"2013-01-16 00:00","","","","",765,765,763,762,759,755,749,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","68107",5,26.06961,-97.162206,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,100,25,28,0,0,"","","Certification not required",0,760.604167,4.583688,769,"2013-03-26 00:00",768,"2013-01-16 00:00",768,"2013-03-02 00:00",768,"2013-03-14 00:00","","","","",769,769,768,767,765,761,755,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","68108",5,26.06961,-97.162206,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,100,25,28,0,0,"","","Certification not required",0,757.979167,4.531167,767,"2013-03-26 00:00",766,"2013-03-14 00:00",765,"2013-01-04 00:00",765,"2013-01-16 00:00","","","","",767,767,765,765,761,758,752,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","88101",5,26.06961,-97.162206,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,41,25,61,0,10,0,0,"Requested but not yet concurred",0,10.404167,5.3689,26.2,"2013-04-16 00:00",21.2,"2013-05-10 00:00",20.4,"2013-03-23 00:00",20.2,"2013-03-14 00:00","","","","",26.2,26.2,21.2,20.4,18.2,12.7,10.1,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","88101",5,26.06961,-97.162206,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,41,25,61,0,10,"","","Requested but not yet concurred",0,10.404167,5.3689,26.2,"2013-04-16 00:00",21.2,"2013-05-10 00:00",20.4,"2013-03-23 00:00",20.2,"2013-03-14 00:00","","","","",26.2,26.2,21.2,20.4,18.2,12.7,10.1,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-02-03" +"48","061","2004","88102",5,26.06961,-97.162206,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",21,0.002372,0.001046,0.0046,"2013-01-30 00:00",0.0042,"2013-03-05 00:00",0.0035,"2013-03-29 00:00",0.0032,"2013-03-11 00:00","","","","",0.0046,0.0046,0.0042,0.0035,0.00295,0.00295,0.0013,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88103",5,26.06961,-97.162206,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,4e-05,0.0002,0.001,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88104",5,26.06961,-97.162206,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",4,0.114584,0.073215,0.2689,"2013-04-10 00:00",0.2625,"2013-01-30 00:00",0.2197,"2013-05-22 00:00",0.2009,"2013-04-28 00:00","","","","",0.2689,0.2689,0.2625,0.2197,0.1689,0.0934,0.03395,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88107",5,26.06961,-97.162206,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.00456,0.000675,0.0051,"2013-01-04 00:00",0.0051,"2013-01-10 00:00",0.0051,"2013-01-16 00:00",0.0051,"2013-01-22 00:00","","","","",0.0051,0.0051,0.0051,0.0051,0.0051,0.0051,0.00375,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88109",5,26.06961,-97.162206,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.005772,0.004118,0.0153,"2013-04-10 00:00",0.0133,"2013-04-16 00:00",0.0132,"2013-05-10 00:00",0.0115,"2013-05-22 00:00","","","","",0.0153,0.0153,0.0133,0.0132,0.0086,0.0039,0.0018,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88110",5,26.06961,-97.162206,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88111",5,26.06961,-97.162206,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.088396,0.067531,0.3631,"2013-01-30 00:00",0.1312,"2013-04-10 00:00",0.1235,"2013-02-21 00:00",0.1195,"2013-05-10 00:00","","","","",0.3631,0.3631,0.1312,0.1235,0.1153,0.0857,0.0303,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88112",5,26.06961,-97.162206,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.00088,0.001269,0.004,"2013-05-22 00:00",0.003,"2013-03-05 00:00",0.003,"2013-05-04 00:00",0.003,"2013-05-28 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88113",5,26.06961,-97.162206,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",23,0.000124,0.000101,0.0006,"2013-02-21 00:00",0.0002,"2013-04-04 00:00",0.0001,"2013-01-04 00:00",0.0001,"2013-01-10 00:00","","","","",0.0006,0.0006,0.0002,0.0001,0.0001,0.0001,0.0001,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88114",5,26.06961,-97.162206,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",15,0.001144,0.001226,0.004,"2013-01-04 00:00",0.003,"2013-01-10 00:00",0.003,"2013-04-28 00:00",0.003,"2013-05-22 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.0005,0.00015,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88115",5,26.06961,-97.162206,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.883484,0.722079,3.0688,"2013-04-10 00:00",2.1684,"2013-01-04 00:00",1.7666,"2013-05-28 00:00",1.6868,"2013-02-21 00:00","","","","",3.0688,3.0688,2.1684,1.7666,1.0987,0.832,0.1404,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88117",5,26.06961,-97.162206,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",24,0.009468,0.002202,0.0186,"2013-01-22 00:00",0.0104,"2013-04-04 00:00",0.0104,"2013-04-10 00:00",0.0104,"2013-04-16 00:00","","","","",0.0186,0.0186,0.0104,0.0104,0.0104,0.00815,0.00815,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88118",5,26.06961,-97.162206,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",24,0.003786,0.001261,0.0072,"2013-04-16 00:00",0.00445,"2013-01-04 00:00",0.00445,"2013-01-10 00:00",0.00445,"2013-01-16 00:00","","","","",0.0072,0.0072,0.00445,0.00445,0.00445,0.00445,0.0023,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88121",5,26.06961,-97.162206,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",24,0.011448,0.002331,0.0221,"2013-02-15 00:00",0.01185,"2013-04-04 00:00",0.01185,"2013-04-10 00:00",0.01185,"2013-04-16 00:00","","","","",0.0221,0.0221,0.01185,0.01185,0.01185,0.0104,0.0104,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88124",5,26.06961,-97.162206,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.00071,0.000425,0.00105,"2013-01-04 00:00",0.00105,"2013-01-10 00:00",0.00105,"2013-01-16 00:00",0.00105,"2013-01-22 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.00105,0.0002,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88126",5,26.06961,-97.162206,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.038024,0.033392,0.143,"2013-01-30 00:00",0.1199,"2013-05-22 00:00",0.075,"2013-03-11 00:00",0.0602,"2013-04-28 00:00","","","","",0.143,0.143,0.1199,0.075,0.05,0.0254,0.012,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88127",5,26.06961,-97.162206,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88128",5,26.06961,-97.162206,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.00104,0.001098,0.004,"2013-02-21 00:00",0.003,"2013-03-17 00:00",0.002,"2013-01-04 00:00",0.002,"2013-02-09 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88131",5,26.06961,-97.162206,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.0008,0.000125,0.0009,"2013-01-04 00:00",0.0009,"2013-01-10 00:00",0.0009,"2013-01-16 00:00",0.0009,"2013-01-22 00:00","","","","",0.0009,0.0009,0.0009,0.0009,0.0009,0.0009,0.00065,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88132",5,26.06961,-97.162206,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.00148,0.001782,0.006,"2013-01-04 00:00",0.006,"2013-01-30 00:00",0.003,"2013-04-10 00:00",0.003,"2013-04-16 00:00","","","","",0.006,0.006,0.006,0.003,0.002,0.001,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88133",5,26.06961,-97.162206,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.0104,0,0.0104,"2013-01-04 00:00",0.0104,"2013-01-10 00:00",0.0104,"2013-01-16 00:00",0.0104,"2013-01-22 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88134",5,26.06961,-97.162206,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",21,0.000522,0.000367,0.0018,"2013-01-16 00:00",0.0012,"2013-03-05 00:00",0.0011,"2013-02-15 00:00",0.0011,"2013-02-27 00:00","","","","",0.0018,0.0018,0.0012,0.0011,0.0004,0.0004,0.00035,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88136",5,26.06961,-97.162206,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.00044,0.000507,0.001,"2013-01-16 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88140",5,26.06961,-97.162206,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",11,0.162582,0.172815,0.7445,"2013-02-21 00:00",0.5127,"2013-04-10 00:00",0.4448,"2013-01-04 00:00",0.2623,"2013-05-28 00:00","","","","",0.7445,0.7445,0.5127,0.4448,0.1901,0.1042,0.03815,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88142",5,26.06961,-97.162206,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88143",5,26.06961,-97.162206,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.00072,0.00015,0.0009,"2013-04-04 00:00",0.0009,"2013-04-10 00:00",0.0009,"2013-04-16 00:00",0.0009,"2013-04-22 00:00","","","","",0.0009,0.0009,0.0009,0.0009,0.0009,0.0006,0.0006,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88146",5,26.06961,-97.162206,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.00642,0.00015,0.0066,"2013-04-04 00:00",0.0066,"2013-04-10 00:00",0.0066,"2013-04-16 00:00",0.0066,"2013-04-22 00:00","","","","",0.0066,0.0066,0.0066,0.0066,0.0066,0.0063,0.0063,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88147",5,26.06961,-97.162206,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",23,0.000428,0.000172,0.0009,"2013-01-16 00:00",0.0009,"2013-02-15 00:00",0.0005,"2013-04-04 00:00",0.0005,"2013-04-10 00:00","","","","",0.0009,0.0009,0.0009,0.0005,0.0005,0.0003,0.0003,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88152",5,26.06961,-97.162206,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.00131,5e-05,0.00135,"2013-01-04 00:00",0.00135,"2013-01-10 00:00",0.00135,"2013-01-16 00:00",0.00135,"2013-01-22 00:00","","","","",0.00135,0.00135,0.00135,0.00135,0.00135,0.00135,0.00125,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88154",5,26.06961,-97.162206,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",16,0.000722,0.000624,0.0025,"2013-05-10 00:00",0.0018,"2013-04-10 00:00",0.0017,"2013-05-04 00:00",0.0016,"2013-01-10 00:00","","","","",0.0025,0.0025,0.0018,0.0017,0.0009,0.00045,0.0003,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88160",5,26.06961,-97.162206,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",21,0.001098,0.000621,0.0027,"2013-01-16 00:00",0.0025,"2013-03-17 00:00",0.0021,"2013-03-11 00:00",0.0013,"2013-04-04 00:00","","","","",0.0027,0.0027,0.0025,0.0021,0.0013,0.0013,0.00055,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88161",5,26.06961,-97.162206,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",12,0.004412,0.004394,0.0206,"2013-01-30 00:00",0.0127,"2013-05-22 00:00",0.0077,"2013-03-11 00:00",0.0074,"2013-05-10 00:00","","","","",0.0206,0.0206,0.0127,0.0077,0.0058,0.00245,0.00105,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88162",5,26.06961,-97.162206,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.01913,0.0016,0.02105,"2013-04-04 00:00",0.02105,"2013-04-10 00:00",0.02105,"2013-04-16 00:00",0.02105,"2013-04-22 00:00","","","","",0.02105,0.02105,0.02105,0.02105,0.02105,0.01785,0.01785,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88163",5,26.06961,-97.162206,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.01009,0.003425,0.0142,"2013-04-04 00:00",0.0142,"2013-04-10 00:00",0.0142,"2013-04-16 00:00",0.0142,"2013-04-22 00:00","","","","",0.0142,0.0142,0.0142,0.0142,0.0142,0.00735,0.00735,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88164",5,26.06961,-97.162206,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",20,0.000316,0.000546,0.0027,"2013-03-23 00:00",0.0009,"2013-05-10 00:00",0.0007,"2013-04-10 00:00",0.0006,"2013-05-04 00:00","","","","",0.0027,0.0027,0.0009,0.0007,0.00015,0.00015,5e-05,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88165",5,26.06961,-97.162206,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",5,0.113624,0.175129,0.8077,"2013-01-30 00:00",0.357,"2013-05-22 00:00",0.3188,"2013-03-11 00:00",0.2097,"2013-02-27 00:00","","","","",0.8077,0.8077,0.357,0.3188,0.1502,0.0433,0.00285,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88166",5,26.06961,-97.162206,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",24,0.000544,0.000454,0.00105,"2013-04-04 00:00",0.00105,"2013-04-10 00:00",0.00105,"2013-04-16 00:00",0.00105,"2013-04-22 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.00015,0.00015,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88167",5,26.06961,-97.162206,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.004908,0.002942,0.0144,"2013-01-10 00:00",0.0098,"2013-03-05 00:00",0.0072,"2013-01-16 00:00",0.007,"2013-01-04 00:00","","","","",0.0144,0.0144,0.0098,0.0072,0.0063,0.0046,0.0016,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88168",5,26.06961,-97.162206,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",4,0.001964,0.001394,0.0068,"2013-01-30 00:00",0.0033,"2013-01-04 00:00",0.0032,"2013-04-10 00:00",0.0032,"2013-04-22 00:00","","","","",0.0068,0.0068,0.0033,0.0032,0.0026,0.0019,0.0004,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88169",5,26.06961,-97.162206,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,1.159556,0.906011,3.6756,"2013-03-23 00:00",2.88,"2013-04-16 00:00",2.5502,"2013-02-21 00:00",2.1468,"2013-05-10 00:00","","","","",3.6756,3.6756,2.88,2.5502,1.8023,0.8619,0.3579,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88170",5,26.06961,-97.162206,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",25,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88172",5,26.06961,-97.162206,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",23,0.023762,0.006911,0.0497,"2013-01-22 00:00",0.0432,"2013-04-10 00:00",0.0222,"2013-01-04 00:00",0.0222,"2013-01-10 00:00","","","","",0.0497,0.0497,0.0432,0.0222,0.0222,0.0222,0.02115,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88176",5,26.06961,-97.162206,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",20,0.000392,0.00025,0.0011,"2013-01-30 00:00",0.0011,"2013-04-16 00:00",0.0007,"2013-01-10 00:00",0.0007,"2013-03-23 00:00","","","","",0.0011,0.0011,0.0011,0.0007,0.0003,0.0003,0.00025,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88180",5,26.06961,-97.162206,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.118868,0.094181,0.3826,"2013-04-16 00:00",0.3071,"2013-05-10 00:00",0.2522,"2013-04-10 00:00",0.2362,"2013-05-22 00:00","","","","",0.3826,0.3826,0.3071,0.2522,0.1501,0.0832,0.0339,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88183",5,26.06961,-97.162206,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",21,0.00054,0.000247,0.0012,"2013-04-22 00:00",0.0011,"2013-04-28 00:00",0.001,"2013-05-04 00:00",0.0009,"2013-04-10 00:00","","","","",0.0012,0.0012,0.0011,0.001,0.0005,0.0005,0.0003,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88184",5,26.06961,-97.162206,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",9,1.196914,1.041685,3.429,"2013-04-16 00:00",3.2623,"2013-02-21 00:00",3.2201,"2013-03-23 00:00",2.1703,"2013-03-17 00:00","","","","",3.429,3.429,3.2623,3.2201,1.8488,1.0166,0.12505,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88185",5,26.06961,-97.162206,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",21,0.000764,0.000364,0.0017,"2013-02-27 00:00",0.0012,"2013-01-16 00:00",0.0012,"2013-01-22 00:00",0.0011,"2013-01-10 00:00","","","","",0.0017,0.0017,0.0012,0.0012,0.00095,0.00095,0.0004,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88186",5,26.06961,-97.162206,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",23,0.0012,0.000648,0.0024,"2013-01-10 00:00",0.0018,"2013-02-09 00:00",0.0018,"2013-04-04 00:00",0.0018,"2013-04-10 00:00","","","","",0.0024,0.0024,0.0018,0.0018,0.0018,0.0006,0.0006,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88301",5,26.06961,-97.162206,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,0.695636,0.507205,2.3597,"2013-03-23 00:00",1.6655,"2013-04-16 00:00",1.1952,"2013-02-21 00:00",1.134,"2013-05-10 00:00","","","","",2.3597,2.3597,1.6655,1.1952,0.9109,0.5373,0.2534,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88302",5,26.06961,-97.162206,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,1.089692,0.733772,2.6212,"2013-04-10 00:00",2.4475,"2013-02-21 00:00",2.1192,"2013-04-16 00:00",1.9631,"2013-01-04 00:00","","","","",2.6212,2.6212,2.4475,2.1192,1.6499,0.8673,0.2478,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88303",5,26.06961,-97.162206,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",1,0.113082,0.095872,0.3854,"2013-04-16 00:00",0.2928,"2013-05-10 00:00",0.2498,"2013-04-10 00:00",0.2169,"2013-01-04 00:00","","","","",0.3854,0.3854,0.2928,0.2498,0.1631,0.0634,0.0307,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88310",5,26.06961,-97.162206,"NAD83","Non-volatile Nitrate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",1,0.400286,0.261944,1.3408,"2013-01-10 00:00",0.7976,"2013-04-10 00:00",0.6682,"2013-04-16 00:00",0.5765,"2013-03-05 00:00","","","","",1.3408,1.3408,0.7976,0.6682,0.4635,0.3389,0.1708,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88355",5,26.06961,-97.162206,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",0,1.259673,0.940298,4.0098,"2013-04-10 00:00",2.6145,"2013-04-16 00:00",1.8024,"2013-05-01 00:00",1.3883,"2013-02-21 00:00","","","","",4.0098,4.0098,4.0098,2.6145,1.3883,0.9487,0.5458,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88357",5,26.06961,-97.162206,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",11,0.143063,0.05115,0.3023,"2013-04-10 00:00",0.1962,"2013-05-01 00:00",0.1844,"2013-04-16 00:00",0.12515,"2013-01-04 00:00","","","","",0.3023,0.3023,0.3023,0.1962,0.12515,0.12515,0.12515,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88370",5,26.06961,-97.162206,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",0,1.19602,0.86584,3.6827,"2013-04-10 00:00",2.5419,"2013-04-16 00:00",1.6946,"2013-05-01 00:00",1.302,"2013-02-21 00:00","","","","",3.6827,3.6827,3.6827,2.5419,1.302,0.9043,0.5198,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88374",5,26.06961,-97.162206,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",6,0.024433,0.024517,0.0914,"2013-04-10 00:00",0.0629,"2013-04-16 00:00",0.043,"2013-02-21 00:00",0.028,"2013-01-30 00:00","","","","",0.0914,0.0914,0.0914,0.0629,0.028,0.0198,0.0079,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88375",5,26.06961,-97.162206,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",0,0.25554,0.188735,0.855,"2013-04-10 00:00",0.4239,"2013-04-16 00:00",0.3791,"2013-05-01 00:00",0.279,"2013-02-21 00:00","","","","",0.855,0.855,0.855,0.4239,0.279,0.2056,0.1248,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88376",5,26.06961,-97.162206,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",0,0.426907,0.301623,1.1523,"2013-04-16 00:00",1.1018,"2013-04-10 00:00",0.5402,"2013-05-01 00:00",0.4782,"2013-02-21 00:00","","","","",1.1523,1.1523,1.1523,1.1018,0.4782,0.3328,0.2017,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88377",5,26.06961,-97.162206,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",3,0.31554,0.258382,1.0225,"2013-04-10 00:00",0.7178,"2013-04-16 00:00",0.4889,"2013-05-01 00:00",0.3627,"2013-01-04 00:00","","","","",1.0225,1.0225,1.0225,0.7178,0.3627,0.2492,0.0799,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88378",5,26.06961,-97.162206,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",11,0.17133,0.128681,0.6122,"2013-04-10 00:00",0.2767,"2013-05-01 00:00",0.1851,"2013-04-16 00:00",0.12515,"2013-01-04 00:00","","","","",0.6122,0.6122,0.6122,0.2767,0.12515,0.12515,0.12515,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88380",5,26.06961,-97.162206,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",8,0.209773,0.13957,0.6294,"2013-04-10 00:00",0.3348,"2013-02-21 00:00",0.304,"2013-05-01 00:00",0.257,"2013-04-16 00:00","","","","",0.6294,0.6294,0.6294,0.3348,0.257,0.12515,0.12515,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88383",5,26.06961,-97.162206,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",6,0.318801,0.279487,1.18709,"2013-04-10 00:00",0.52192,"2013-05-01 00:00",0.44892,"2013-02-21 00:00",0.42112,"2013-04-16 00:00","","","","",1.18709,1.18709,1.18709,0.52192,0.42112,0.26691,0.11385,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88384",5,26.06961,-97.162206,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",2,0.032422,0.014939,0.05876,"2013-05-01 00:00",0.05556,"2013-02-21 00:00",0.05178,"2013-04-10 00:00",0.04788,"2013-02-09 00:00","","","","",0.05876,0.05876,0.05876,0.05556,0.04788,0.02989,0.0113,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88385",5,26.06961,-97.162206,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",4,0.000407,0.000656,0.00145,"2013-04-04 00:00",0.00145,"2013-04-10 00:00",0.00145,"2013-04-16 00:00",0.00145,"2013-05-01 00:00","","","","",0.00145,0.00145,0.00145,0.00145,0.00145,0,0,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88388",5,26.06961,-97.162206,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,14,"","","Certification not required",9,0.22593,0.213143,0.9393,"2013-04-10 00:00",0.3845,"2013-05-01 00:00",0.2767,"2013-01-04 00:00",0.2577,"2013-04-16 00:00","","","","",0.9393,0.9393,0.9393,0.3845,0.2577,0.12515,0.12515,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88403",5,26.06961,-97.162206,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,3.113836,2.457308,10.1241,"2013-03-23 00:00",7.9149,"2013-04-16 00:00",6.585,"2013-02-21 00:00",5.641,"2013-05-10 00:00","","","","",10.1241,10.1241,7.9149,6.585,4.3498,2.1468,0.9302,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","061","2004","88502",3,26.06961,-97.162206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",3771,82,157,191,0,31,"","","Certification not required",0,8.432936,5.272615,37.7,"2013-07-04 22:00",36.3,"2013-07-04 21:00",35.4,"2013-08-07 10:00",35.2,"2013-08-07 09:00","","","","",27.8,24.6,20.3,15.5,10,7,3.7,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-01-30" +"48","061","2004","88502",3,26.06961,-97.162206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",157,82,157,191,0,0,"","","Certification not required",0,8.353503,4.617671,28.8,"2013-08-07 00:00",27.1,"2013-08-08 00:00",22.4,"2013-07-28 00:00",21,"2013-06-25 00:00","","","","",27.1,21,19.7,13.9,9.4,7.2,4.3,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2014-01-30" +"48","061","2004","88502",5,26.06961,-97.162206,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",25,89,24,28,0,5,"","","Certification not required",0,11.072,6.274121,26.2,"2013-04-16 00:00",21.2,"2013-05-10 00:00",20.4,"2013-03-23 00:00",18.7,"2013-05-22 00:00","","","","",26.2,26.2,21.2,20.4,13.8,9.4,4.2,"Isla Blanca Park","Lot B 69 1/2","Texas","Cameron","","Brownsville-Harlingen, TX","2013-08-28" +"48","071","0013","61101",1,29.546244,-94.786969,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7056,81,292,365,0,11,"","","Certification not required",0,10.902381,4.740418,34.5,"2013-02-25 21:00",32.6,"2013-02-25 20:00",32.2,"2013-02-25 22:00",31.7,"2013-02-25 23:00","","","","",25.6,22.4,19.2,16.7,13.8,10.5,5.1,"Smith Point Hawkins Camp","1850 Hawkins Camp Rd","Texas","Chambers","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","071","0013","61103",1,29.546244,-94.786969,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6805,78,281,365,0,262,"","","Certification not required",0,10.571594,4.7896,34.3,"2013-02-25 21:00",32.4,"2013-02-25 20:00",32,"2013-02-25 22:00",31.5,"2013-02-25 23:00","","","","",25.1,21.9,18.7,16.4,13.6,10.2,4.7,"Smith Point Hawkins Camp","1850 Hawkins Camp Rd","Texas","Chambers","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","071","0013","61104",1,29.546244,-94.786969,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6805,78,281,365,0,262,"","","Certification not required",0,149.554798,82.344273,360,"2013-03-26 12:00",359.9,"2013-08-18 12:00",359.8,"2013-04-19 00:00",359.6,"2013-03-02 23:00","","","","",354.1,348.5,330.6,258.1,181.5,158.3,32.5,"Smith Point Hawkins Camp","1850 Hawkins Camp Rd","Texas","Chambers","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","071","0013","61105",1,29.546244,-94.786969,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7056,81,292,365,0,11,"","","Certification not required",0,15.305556,6.276944,47,"2013-05-10 10:00",46,"2013-02-25 21:00",45,"2013-02-25 20:00",45,"2013-02-25 22:00","","","","",35,31,26,23,19,15,8,"Smith Point Hawkins Camp","1850 Hawkins Camp Rd","Texas","Chambers","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","071","0013","61106",1,29.546244,-94.786969,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6805,78,281,365,0,262,"","","Certification not required",0,12.15568,11.806452,78.5,"2013-09-04 07:00",76.1,"2013-09-23 11:00",73.7,"2013-08-30 07:00",72.4,"2013-08-16 15:00","","","","",59.3,53.5,41.5,26,13.2,7.9,4,"Smith Point Hawkins Camp","1850 Hawkins Camp Rd","Texas","Chambers","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","071","0013","62101",1,29.546244,-94.786969,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5961,68,246,365,0,1106,"","","Certification not required",0,70.927193,12.367041,97,"2013-06-29 12:00",97,"2013-06-29 13:00",96,"2013-06-28 14:00",96,"2013-06-29 14:00","","","","",92,90,88,86,82,72,54,"Smith Point Hawkins Camp","1850 Hawkins Camp Rd","Texas","Chambers","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","085","0003","14129",1,33.142336,-96.824683,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,1,0,0,"Certification not required",0,0.022638,0.038597,0.195,"2013-02-27 00:00",0.192,"2013-01-10 00:00",0.087,"2013-05-04 00:00",0.083,"2013-03-05 00:00","","","","",0.195,0.192,0.087,0.065,0.021,0.007,0.003,"Frisco 5th St","7471 South 5th Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0003","68105",1,33.142336,-96.824683,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.14,9.151537,32.8,"2013-08-02 00:00",32.8,"2013-09-01 00:00",31.6,"2013-08-08 00:00",31.5,"2013-06-27 00:00","","","","",32.8,32.8,31.6,31.1,27.7,21.4,7.2,"Frisco 5th St","7471 South 5th Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0003","68108",1,33.142336,-96.824683,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.266667,3.9852,761,"2013-01-04 00:00",758,"2013-02-15 00:00",756,"2013-01-16 00:00",756,"2013-01-22 00:00","","","","",761,761,756,756,751,749,745,"Frisco 5th St","7471 South 5th Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0005","44201",1,33.13242,-96.786404,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8622,100,245,245,0,138,0,0,"Requested but not yet concurred",202,0.055298,0.013593,0.091,"2013-08-29 17:00",0.091,"2013-09-06 14:00",0.09,"2013-07-05 13:00",0.085,"2013-06-28 12:00","","","","",0.09,0.085,0.08,0.073,0.064,0.056,0.043,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0005","44201",1,33.13242,-96.786404,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,100,244,245,0,0,0,0,"Requested but not yet concurred",0,0.049836,0.012614,0.082,"2013-08-29 12:00",0.081,"2013-07-05 10:00",0.08,"2013-09-06 11:00",0.078,"2013-08-31 10:00","","","","",0.08,0.078,0.071,0.066,0.058,0.05,0.038,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0005","44201",1,33.13242,-96.786404,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8680,100,244,245,0,0,8,8,"Requested but not yet concurred",0,0.049836,0.012614,0.082,"2013-08-29 12:00",0.081,"2013-07-05 10:00",0.08,"2013-09-06 11:00",0.078,"2013-08-31 10:00","","","","",0.08,0.078,0.071,0.066,0.058,0.05,0.038,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0005","61101",1,33.13242,-96.786404,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,7.406774,3.135236,19.8,"2013-03-05 02:00",19,"2013-02-26 01:00",18.8,"2013-03-24 03:00",18.7,"2013-02-21 05:00","","","","",15.8,14.8,13.5,11.9,9.3,6.9,3.8,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0005","61103",1,33.13242,-96.786404,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,7.02368,3.121975,19,"2013-03-05 02:00",18.6,"2013-02-26 01:00",18.4,"2013-02-21 05:00",18.3,"2013-03-24 03:00","","","","",15.3,14.3,13,11.5,8.9,6.6,3.4,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0005","61104",1,33.13242,-96.786404,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,166.846839,89.228816,359.9,"2013-05-04 21:00",359.8,"2013-01-09 01:00",359.8,"2013-05-11 15:00",359.8,"2013-10-27 09:00","","","","",355.4,350.3,338.7,324.1,197.3,157.9,59.8,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0005","61105",1,33.13242,-96.786404,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,13.80735,5.923103,44,"2013-05-21 13:00",38,"2013-02-26 01:00",37,"2013-02-26 04:00",36,"2013-03-05 02:00","","","","",30,28,25,22,17,13,7,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0005","61106",1,33.13242,-96.786404,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,17.879432,8.997705,79.8,"2013-07-14 17:00",77.6,"2013-10-27 01:00",76.6,"2013-01-25 01:00",76,"2013-09-19 20:00","","","","",54.7,46.9,36.2,27.9,20.5,15,10.6,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0005","62101",1,33.13242,-96.786404,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7184,82,293,365,0,112,"","","Certification not required",0,68.398664,16.925607,103,"2013-06-27 15:00",103,"2013-06-27 16:00",103,"2013-08-07 15:00",103,"2013-08-07 16:00","","","","",98,96,93,89,82,71,44,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0005","63301",1,33.13242,-96.786404,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7296,83,304,365,0,0,"","","Certification not required",3492,0.288791,0.407233,1.43,"2013-06-02 12:00",1.42,"2013-05-04 12:00",1.42,"2013-07-11 12:00",1.41,"2013-05-03 12:00","","","","",1.33,1.29,1.18,1.01,0.51,0.02,0.005,"Frisco","6590 Hillcrest Road","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0007","14129",1,33.147414,-96.825769,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,1,0,0,"Certification not required",0,0.01086,0.011985,0.055,"2013-07-09 00:00",0.043,"2013-03-29 00:00",0.031,"2013-01-10 00:00",0.03,"2013-04-16 00:00","","","","",0.055,0.055,0.031,0.028,0.015,0.006,0.002,"Frisco 7","6931 Ash Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0007","14129",2,33.147414,-96.825769,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,2,0,0,"Certification not required",0,0.012357,0.01381,0.061,"2013-01-28 00:00",0.049,"2013-07-09 00:00",0.039,"2013-03-29 00:00",0.031,"2013-01-10 00:00","","","","",0.061,0.061,0.039,0.031,0.017,0.006,0.003,"Frisco 7","6931 Ash Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0007","68105",1,33.147414,-96.825769,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.14,9.151537,32.8,"2013-08-02 00:00",32.8,"2013-09-01 00:00",31.6,"2013-08-08 00:00",31.5,"2013-06-27 00:00","","","","",32.8,32.8,31.6,31.1,27.7,21.4,7.2,"Frisco 7","6931 Ash Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0007","68108",1,33.147414,-96.825769,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.266667,3.9852,761,"2013-01-04 00:00",758,"2013-02-15 00:00",756,"2013-01-16 00:00",756,"2013-01-22 00:00","","","","",761,761,756,756,751,749,745,"Frisco 7","6931 Ash Street","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0009","14129",1,33.144662,-96.828809,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,1,0,0,"Certification not required",0,0.048868,0.069669,0.327,"2013-04-16 00:00",0.254,"2013-01-28 00:00",0.177,"2013-04-22 00:00",0.116,"2013-05-28 00:00","","","","",0.327,0.327,0.254,0.116,0.058,0.027,0.004,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-13" +"48","085","0009","14129",2,33.144662,-96.828809,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,1,0,0,"Certification not required",0,0.052132,0.078028,0.376,"2013-04-16 00:00",0.285,"2013-01-28 00:00",0.189,"2013-04-22 00:00",0.122,"2013-05-16 00:00","","","","",0.376,0.376,0.285,0.122,0.057,0.028,0.004,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-13" +"48","085","0009","61101",2,33.144662,-96.828809,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7176,82,297,365,0,116,"","","Certification not required",0,5.116054,2.511459,16.8,"2013-03-05 02:00",16,"2013-03-05 03:00",15.8,"2013-03-05 01:00",14.5,"2013-02-18 09:00","","","","",12.2,11.4,10.1,8.7,6.5,4.7,2.2,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0009","61103",2,33.144662,-96.828809,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7176,82,297,365,0,116,"","","Certification not required",0,4.843074,2.541258,16.7,"2013-03-05 02:00",15.9,"2013-03-05 03:00",15.7,"2013-03-05 01:00",14.4,"2013-05-19 09:00","","","","",12.1,11.2,9.8,8.4,6.3,4.4,1.9,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0009","61104",2,33.144662,-96.828809,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7176,82,297,365,0,116,"","","Certification not required",0,152.262389,91.395057,359.9,"2013-05-10 16:00",359.9,"2013-06-09 04:00",359.9,"2013-07-01 08:00",359.8,"2013-02-15 16:00","","","","",357.4,355,347.6,328.5,183.8,147.4,37.7,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0009","61105",2,33.144662,-96.828809,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7176,82,297,365,0,116,"","","Certification not required",0,11.084169,4.854585,31,"2013-03-05 01:00",30,"2013-03-04 23:00",30,"2013-03-05 00:00",29,"2013-01-29 07:00","","","","",24,22,20,18,14,11,5,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0009","61106",2,33.144662,-96.828809,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7176,82,297,365,0,116,"","","Certification not required",0,18.647603,10.974787,78,"2013-01-25 02:00",77.8,"2013-01-29 19:00",77.7,"2013-07-11 14:00",76.6,"2013-06-18 08:00","","","","",61.4,54.2,41.8,32.4,21.7,15.2,9.5,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0009","62101",2,33.144662,-96.828809,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,2,"","","Certification not required",0,69.393141,16.971974,104,"2013-08-07 15:00",104,"2013-08-07 16:00",104,"2013-08-31 14:00",104,"2013-08-31 16:00","","","","",99,98,94,90,83,72,45,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","085","0009","68105",1,33.144662,-96.828809,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.14,9.151537,32.8,"2013-08-02 00:00",32.8,"2013-09-01 00:00",31.6,"2013-08-08 00:00",31.5,"2013-06-27 00:00","","","","",32.8,32.8,31.6,31.1,27.7,21.4,7.2,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0009","68108",1,33.144662,-96.828809,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.266667,3.9852,761,"2013-01-04 00:00",758,"2013-02-15 00:00",756,"2013-01-16 00:00",756,"2013-01-22 00:00","","","","",761,761,756,756,751,749,745,"Frisco Eubanks","6601 Eubanks","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0029","14129",1,33.136025,-96.824473,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,0.023383,0.069317,0.395,"2013-03-11 00:00",0.306,"2013-05-04 00:00",0.19,"2013-03-05 00:00",0.147,"2013-02-27 00:00","","","","",0.395,0.306,0.19,0.029,0.006,0.004,0.002,"Frisco Stonebrook","7202 Stonebrook Parkway","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","085","0029","68105",1,33.136025,-96.824473,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.14,9.151537,32.8,"2013-08-02 00:00",32.8,"2013-09-01 00:00",31.6,"2013-08-08 00:00",31.5,"2013-06-27 00:00","","","","",32.8,32.8,31.6,31.1,27.7,21.4,7.2,"Frisco Stonebrook","7202 Stonebrook Parkway","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","085","0029","68108",1,33.136025,-96.824473,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,749.266667,3.9852,761,"2013-01-04 00:00",758,"2013-02-15 00:00",756,"2013-01-16 00:00",756,"2013-01-22 00:00","","","","",761,761,756,756,751,749,745,"Frisco Stonebrook","7202 Stonebrook Parkway","Texas","Collin","Frisco","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","109","0101","85101",1,31.833333,-104.809722,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,29.5904,33.549508,202.1738,"2013-02-09 00:00",101.667,"2013-03-23 00:00",86.9697,"2013-02-24 00:00",64.411,"2013-04-10 00:00","","","","",202.1738,202.1738,86.9697,56.6342,29.5571,21.5484,6.329,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","86502",1,31.833333,-104.809722,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,21.333333,26.808242,165,"2013-02-09 00:00",72,"2013-02-24 00:00",58,"2013-03-23 00:00",46,"2013-04-10 00:00","","","","",165,165,58,45,24,15,3,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88103",1,31.833333,-104.809722,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,6.7e-05,0.000252,0.001,"2013-02-06 00:00",0.001,"2013-04-01 00:00",0.001,"2013-05-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88104",1,31.833333,-104.809722,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.382609,0.468036,2.4282,"2013-03-23 00:00",2.004,"2013-02-09 00:00",1.224,"2013-04-10 00:00",0.906,"2013-02-24 00:00","","","","",2.4282,2.4282,1.224,0.728,0.373,0.261,0.0586,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88109",1,31.833333,-104.809722,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.001996,0.001042,0.0045,"2013-05-01 00:00",0.0042,"2013-05-16 00:00",0.0041,"2013-05-31 00:00",0.0037,"2013-03-23 00:00","","","","",0.0045,0.0045,0.0041,0.0035,0.0027,0.0019,0.0009,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88111",1,31.833333,-104.809722,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.354464,0.462842,2.5137,"2013-02-09 00:00",2.1543,"2013-03-23 00:00",0.747,"2013-02-24 00:00",0.6449,"2013-04-10 00:00","","","","",2.5137,2.5137,0.747,0.6295,0.3467,0.2622,0.0757,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88112",1,31.833333,-104.809722,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.000156,0.000475,0.002,"2013-02-09 00:00",0.002,"2013-03-23 00:00",0.001,"2013-02-24 00:00",0.001,"2013-03-08 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88114",1,31.833333,-104.809722,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",4,0.000993,0.000778,0.0032,"2013-02-06 00:00",0.0027,"2013-01-07 00:00",0.0026,"2013-03-23 00:00",0.0024,"2013-04-07 00:00","","","","",0.0032,0.0032,0.0026,0.0023,0.0015,0.0007,0.0002,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88115",1,31.833333,-104.809722,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",3,0.018488,0.051519,0.3195,"2013-03-23 00:00",0.1451,"2013-02-09 00:00",0.0576,"2013-03-17 00:00",0.0434,"2013-05-31 00:00","","","","",0.3195,0.3195,0.0576,0.0404,0.0093,0.006,0.0004,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88126",1,31.833333,-104.809722,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.200489,0.265398,1.4175,"2013-03-23 00:00",1.0948,"2013-02-09 00:00",0.6429,"2013-04-10 00:00",0.4723,"2013-02-24 00:00","","","","",1.4175,1.4175,0.6429,0.3899,0.1937,0.1319,0.0222,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88128",1,31.833333,-104.809722,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.000978,0.000917,0.003,"2013-03-23 00:00",0.003,"2013-05-01 00:00",0.003,"2013-05-19 00:00",0.002,"2013-01-10 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88132",1,31.833333,-104.809722,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.004822,0.006304,0.033,"2013-03-23 00:00",0.027,"2013-02-09 00:00",0.015,"2013-04-10 00:00",0.012,"2013-02-24 00:00","","","","",0.033,0.033,0.015,0.01,0.005,0.003,0.001,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88136",1,31.833333,-104.809722,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,4.4e-05,0.000208,0.001,"2013-02-09 00:00",0.001,"2013-03-23 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88140",1,31.833333,-104.809722,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",3,0.075828,0.156327,0.7787,"2013-02-09 00:00",0.7582,"2013-03-23 00:00",0.2345,"2013-03-17 00:00",0.1225,"2013-02-24 00:00","","","","",0.7787,0.7787,0.2345,0.0875,0.07,0.0389,0.0061,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88152",1,31.833333,-104.809722,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",41,0.000417,0.000972,0.0046,"2013-02-09 00:00",0.0046,"2013-03-23 00:00",0.0018,"2013-04-10 00:00",0.0017,"2013-05-25 00:00","","","","",0.0046,0.0046,0.0018,0.00015,0.00015,0.00015,0.00015,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88154",1,31.833333,-104.809722,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",28,0.000184,0.000136,0.0006,"2013-02-06 00:00",0.0006,"2013-05-16 00:00",0.0005,"2013-03-20 00:00",0.0004,"2013-04-28 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0002,0.0001,0.0001,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88161",1,31.833333,-104.809722,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.019016,0.024372,0.1256,"2013-03-23 00:00",0.1021,"2013-02-09 00:00",0.0625,"2013-04-10 00:00",0.0475,"2013-02-24 00:00","","","","",0.1256,0.1256,0.0625,0.0407,0.0181,0.012,0.0022,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88164",1,31.833333,-104.809722,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",6,0.000567,0.000682,0.0042,"2013-03-23 00:00",0.0015,"2013-02-09 00:00",0.0015,"2013-04-10 00:00",0.0013,"2013-05-01 00:00","","","","",0.0042,0.0042,0.0015,0.0011,0.0007,0.0004,5e-05,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88165",1,31.833333,-104.809722,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.891516,1.104112,5.4053,"2013-03-23 00:00",4.8255,"2013-02-09 00:00",2.9352,"2013-04-10 00:00",2.3661,"2013-02-24 00:00","","","","",5.4053,5.4053,2.9352,1.8177,0.8681,0.601,0.0938,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88167",1,31.833333,-104.809722,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.002327,0.001528,0.009,"2013-03-23 00:00",0.0055,"2013-02-09 00:00",0.0044,"2013-03-20 00:00",0.0041,"2013-05-19 00:00","","","","",0.009,0.009,0.0044,0.0038,0.003,0.0021,0.0009,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88168",1,31.833333,-104.809722,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",2,0.005849,0.014493,0.0844,"2013-03-23 00:00",0.0542,"2013-02-09 00:00",0.0176,"2013-03-17 00:00",0.0104,"2013-02-24 00:00","","","","",0.0844,0.0844,0.0176,0.0062,0.0036,0.0026,0.0005,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88169",1,31.833333,-104.809722,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.275251,0.146737,0.6892,"2013-04-28 00:00",0.5778,"2013-03-20 00:00",0.5255,"2013-05-19 00:00",0.5238,"2013-03-23 00:00","","","","",0.6892,0.6892,0.5255,0.5174,0.3091,0.2602,0.1157,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88176",1,31.833333,-104.809722,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",20,0.000624,0.000903,0.0047,"2013-03-23 00:00",0.004,"2013-02-09 00:00",0.0016,"2013-02-24 00:00",0.0015,"2013-04-16 00:00","","","","",0.0047,0.0047,0.0016,0.0014,0.0007,0.0003,0.00015,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88180",1,31.833333,-104.809722,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.118769,0.137799,0.7311,"2013-03-23 00:00",0.5835,"2013-02-09 00:00",0.3385,"2013-04-10 00:00",0.2818,"2013-02-24 00:00","","","","",0.7311,0.7311,0.3385,0.2263,0.1255,0.0866,0.0171,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88184",1,31.833333,-104.809722,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",4,0.046244,0.064535,0.3226,"2013-05-31 00:00",0.2826,"2013-03-23 00:00",0.129,"2013-05-19 00:00",0.1091,"2013-04-28 00:00","","","","",0.3226,0.3226,0.129,0.105,0.0571,0.0227,0.004,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88185",1,31.833333,-104.809722,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",25,0.001227,0.001251,0.0066,"2013-02-09 00:00",0.0049,"2013-03-23 00:00",0.0036,"2013-04-10 00:00",0.0028,"2013-03-05 00:00","","","","",0.0066,0.0066,0.0036,0.0023,0.0017,0.0007,0.0004,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88203",1,31.833333,-104.809722,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",13,0.038621,0.07829,0.4636,"2013-03-23 00:00",0.2286,"2013-02-09 00:00",0.1698,"2013-05-31 00:00",0.1073,"2013-05-19 00:00","","","","",0.4636,0.4636,0.1698,0.1036,0.0295,0.0158,0.00295,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88306",1,31.833333,-104.809722,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.306607,0.300574,1.8195,"2013-01-07 00:00",1.1729,"2013-02-15 00:00",0.7994,"2013-03-20 00:00",0.4801,"2013-05-31 00:00","","","","",1.8195,1.8195,0.7994,0.4766,0.3533,0.231,0.1127,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88320",1,31.833333,-104.809722,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.475111,0.291849,1.25,"2013-03-20 00:00",1.17,"2013-05-25 00:00",1.14,"2013-03-23 00:00",1.1,"2013-02-09 00:00","","","","",1.25,1.25,1.14,0.98,0.55,0.4,0.16,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88321",1,31.833333,-104.809722,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.066,0.040362,0.18,"2013-03-20 00:00",0.18,"2013-05-31 00:00",0.16,"2013-01-07 00:00",0.11,"2013-03-14 00:00","","","","",0.18,0.18,0.16,0.11,0.08,0.06,0.02,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88324",1,31.833333,-104.809722,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",41,0.018541,0.006607,0.0403,"2013-03-20 00:00",0.0317,"2013-01-31 00:00",0.02805,"2013-01-07 00:00",0.02805,"2013-01-13 00:00","","","","",0.0403,0.0403,0.02805,0.02795,0.022,0.0157,0.00985,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88325",1,31.833333,-104.809722,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",8,0.102972,0.06738,0.3238,"2013-05-25 00:00",0.2595,"2013-05-31 00:00",0.2298,"2013-04-28 00:00",0.2262,"2013-03-20 00:00","","","","",0.3238,0.3238,0.2298,0.2129,0.1373,0.087,0.0319,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88326",1,31.833333,-104.809722,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",13,0.112589,0.08466,0.394,"2013-03-20 00:00",0.3101,"2013-05-31 00:00",0.2802,"2013-05-25 00:00",0.277,"2013-03-23 00:00","","","","",0.394,0.394,0.2802,0.235,0.1474,0.0916,0.0325,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88327",1,31.833333,-104.809722,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",4,0.117696,0.112346,0.5932,"2013-02-09 00:00",0.5126,"2013-03-23 00:00",0.288,"2013-05-25 00:00",0.2338,"2013-05-31 00:00","","","","",0.5932,0.5932,0.288,0.2132,0.1299,0.0863,0.0411,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88328",1,31.833333,-104.809722,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.132402,0.074579,0.3773,"2013-03-20 00:00",0.2829,"2013-05-25 00:00",0.2445,"2013-05-01 00:00",0.2388,"2013-03-23 00:00","","","","",0.3773,0.3773,0.2445,0.2327,0.1661,0.1201,0.0478,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88329",1,31.833333,-104.809722,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.147782,0.08761,0.444,"2013-03-20 00:00",0.3641,"2013-05-25 00:00",0.3077,"2013-05-31 00:00",0.297,"2013-04-28 00:00","","","","",0.444,0.444,0.3077,0.258,0.1796,0.1284,0.0586,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88330",1,31.833333,-104.809722,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.049864,0.018627,0.113,"2013-03-20 00:00",0.0897,"2013-01-07 00:00",0.077,"2013-04-25 00:00",0.0764,"2013-03-26 00:00","","","","",0.113,0.113,0.077,0.0715,0.0585,0.051,0.0283,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88331",1,31.833333,-104.809722,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",15,2.9e-05,4.3e-05,0.0001,"2013-01-31 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.0001,0.0001,0.0001,0.0001,5e-05,0,0,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88338",1,31.833333,-104.809722,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",44,0.015729,0.004968,0.02565,"2013-02-03 00:00",0.0255,"2013-05-01 00:00",0.0244,"2013-02-18 00:00",0.0242,"2013-02-09 00:00","","","","",0.02565,0.02565,0.0244,0.0241,0.0159,0.0152,0.01075,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88339",1,31.833333,-104.809722,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,1.135386,0.605313,2.84291,"2013-04-28 00:00",2.38326,"2013-03-20 00:00",2.16773,"2013-05-19 00:00",2.16076,"2013-03-23 00:00","","","","",2.84291,2.84291,2.16773,2.13444,1.27504,1.07333,0.47726,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88344",1,31.833333,-104.809722,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.3955,0.387759,2.3472,"2013-01-07 00:00",1.513,"2013-02-15 00:00",1.0312,"2013-03-20 00:00",0.6193,"2013-05-31 00:00","","","","",2.3472,2.3472,1.0312,0.6148,0.4558,0.2973,0.1454,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88348",1,31.833333,-104.809722,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,4.1613,5.186317,25.9868,"2013-03-23 00:00",23.368,"2013-02-09 00:00",12.7285,"2013-04-10 00:00",10.3381,"2013-02-24 00:00","","","","",25.9868,25.9868,12.7285,8.1675,4.1055,2.7906,0.5438,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88350",1,31.833333,-104.809722,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.854624,0.524529,2.2518,"2013-03-20 00:00",2.1002,"2013-05-25 00:00",2.0437,"2013-03-23 00:00",1.9782,"2013-02-09 00:00","","","","",2.2518,2.2518,2.0437,1.7665,0.9823,0.7175,0.2959,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88403",1,31.833333,-104.809722,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,0.832438,0.467657,2.1889,"2013-03-23 00:00",1.8875,"2013-04-28 00:00",1.7623,"2013-03-20 00:00",1.6197,"2013-05-19 00:00","","","","",2.1889,2.1889,1.7623,1.5383,1.0747,0.7336,0.355,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","109","0101","88502",1,31.833333,-104.809722,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,23,61,0,6,"","","Certification not required",0,7.717778,7.853323,43.1,"2013-03-23 00:00",36.7,"2013-02-09 00:00",18,"2013-04-10 00:00",14.2,"2013-02-24 00:00","","","","",43.1,43.1,18,12.7,8.3,5.7,2.1,"","GUADALUPE MOUNTAINS NP","Texas","Culberson","","","2014-01-28" +"48","113","0018","82112",1,32.744981,-96.781883,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - ICP - AES",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.759091,1.017594,3.7,"2013-04-22 00:00",3.5,"2013-09-25 00:00",3,"2013-08-08 00:00",2.8,"2013-06-21 00:00","","","","",3.7,3.7,3,2.8,1.1,0.4,0,"Morrell","3049 Morrell","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","113","0018","82136",1,32.744981,-96.781883,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - ICP - AES",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,26.413636,33.739237,141,"2013-01-28 00:00",119,"2013-04-16 00:00",72,"2013-05-28 00:00",70.9,"2013-06-27 00:00","","","","",141,141,72,69.5,47,6,1.1,"Morrell","3049 Morrell","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","113","0050","61101",1,32.774262,-96.797686,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6221,71,255,365,0,14,"","","Certification not required",0,4.308327,1.860772,13.2,"2013-02-25 20:00",13.1,"2013-05-28 23:00",12.8,"2013-01-09 18:00",12.8,"2013-02-25 21:00","","","","",9.7,8.9,7.8,6.8,5.4,4,2.2,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0050","61103",1,32.774262,-96.797686,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6221,71,255,365,0,14,"","","Certification not required",0,3.579553,1.792657,12.5,"2013-02-25 20:00",12.2,"2013-01-09 18:00",12.1,"2013-05-28 23:00",11.9,"2013-02-25 21:00","","","","",8.8,7.9,6.8,6,4.6,3.3,1.5,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0050","61104",1,32.774262,-96.797686,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6221,71,255,365,0,14,"","","Certification not required",0,146.151744,83.601142,359.7,"2013-01-15 15:00",358.7,"2013-03-05 03:00",358.3,"2013-05-21 19:00",357.8,"2013-01-08 23:00","","","","",338.7,320.3,305.9,285.4,184.4,141.5,37.1,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0050","61105",1,32.774262,-96.797686,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6221,71,255,365,0,14,"","","Certification not required",0,10.835878,4.729932,34,"2013-05-28 23:00",34,"2013-06-15 03:00",31,"2013-02-25 18:00",30,"2013-04-18 03:00","","","","",24,22,20,17,14,10,5,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0050","61106",1,32.774262,-96.797686,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6221,71,255,365,0,14,"","","Certification not required",0,33.288346,11.527578,80.5,"2013-05-02 22:00",79.6,"2013-04-24 05:00",79.5,"2013-02-23 17:00",78.9,"2013-01-12 21:00","","","","",71,66.4,57,49.4,37.8,30.9,21,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0050","62101",1,32.774262,-96.797686,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6219,71,255,365,0,16,"","","Certification not required",0,70.18942,17.576616,109,"2013-08-07 15:00",108,"2013-07-11 13:00",108,"2013-08-07 14:00",108,"2013-08-07 16:00","","","","",103,101,98,93,84,72,46,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0050","68103",5,32.774262,-96.797686,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,13.628182,9.11419,28,"2013-08-05 00:00",27.9,"2013-09-01 00:00",27.2,"2013-08-29 00:00",26.9,"2013-08-08 00:00","","","","",27.9,27.2,26.1,25.5,21.7,13.9,0.9,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","68104",5,32.774262,-96.797686,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,25.307273,9.727844,41,"2013-08-11 00:00",40.8,"2013-09-01 00:00",39.9,"2013-08-05 00:00",39.8,"2013-08-02 00:00","","","","",40.8,39.9,39.2,38.2,33.2,25.4,11.1,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","68105",5,32.774262,-96.797686,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,90,110,122,0,0,"","","Certification not required",0,19.073636,9.379087,33.9,"2013-09-01 00:00",33.4,"2013-08-05 00:00",33.4,"2013-08-08 00:00",33.2,"2013-08-29 00:00","","","","",33.4,33.4,32.1,31.4,27.4,20.3,6.9,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","68106",5,32.774262,-96.797686,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,748.263636,4.516387,759,"2013-01-04 00:00",758,"2013-11-24 00:00",758,"2013-11-27 00:00",758,"2013-12-12 00:00","","","","",758,758,757,755,751,748,743,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","68107",5,32.774262,-96.797686,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,754.518182,4.915304,769,"2013-11-12 00:00",767,"2013-12-12 00:00",766,"2013-11-24 00:00",765,"2013-01-04 00:00","","","","",767,766,764,762,757,754,749,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","68108",5,32.774262,-96.797686,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,90,110,122,0,0,"","","Certification not required",0,751.490909,4.66835,764,"2013-11-12 00:00",763,"2013-11-24 00:00",763,"2013-12-12 00:00",761,"2013-01-04 00:00","","","","",763,763,761,758,754,751,746,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","81102",1,32.774262,-96.797686,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",1,29.637931,17.716776,93,"2013-08-14 00:00",76,"2013-06-21 00:00",67,"2013-12-06 00:00",61,"2013-12-30 00:00","","","","",93,76,67,57,37,27,10,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0050","81102",2,32.774262,-96.797686,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,29.366667,19.020922,102,"2013-12-30 00:00",93,"2013-08-14 00:00",72,"2013-09-01 00:00",66,"2013-12-06 00:00","","","","",102,93,72,53,34,28,11,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0050","88101",5,32.774262,-96.797686,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,13,0,0,"Requested but not yet concurred",0,10.577273,5.560009,30,"2013-08-08 00:00",28.7,"2013-12-27 00:00",25.6,"2013-04-16 00:00",24,"2013-06-21 00:00","","","","",28.7,25.6,21.2,17.7,14.2,9.6,4.3,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","88101",5,32.774262,-96.797686,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,13,"","","Requested but not yet concurred",0,10.577273,5.560009,30,"2013-08-08 00:00",28.7,"2013-12-27 00:00",25.6,"2013-04-16 00:00",24,"2013-06-21 00:00","","","","",28.7,25.6,21.2,17.7,14.2,9.6,4.3,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0050","88102",5,32.774262,-96.797686,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",74,0.002628,0.000796,0.0047,"2013-01-28 00:00",0.0036,"2013-03-02 00:00",0.0035,"2013-01-31 00:00",0.0032,"2013-03-05 00:00","","","","",0.0047,0.0036,0.0031,0.0031,0.0031,0.00295,0.0013,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88103",5,32.774262,-96.797686,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,7.4e-05,0.000264,0.001,"2013-01-19 00:00",0.001,"2013-04-16 00:00",0.001,"2013-05-28 00:00",0.001,"2013-07-06 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88104",5,32.774262,-96.797686,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",35,0.125931,0.243507,1.4678,"2013-08-08 00:00",1.1828,"2013-06-21 00:00",0.7839,"2013-06-24 00:00",0.6611,"2013-06-27 00:00","","","","",1.4678,1.1828,0.6505,0.2946,0.0785,0.0433,0.01865,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88107",5,32.774262,-96.797686,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",79,0.007054,0.003485,0.0117,"2013-07-03 00:00",0.0117,"2013-07-06 00:00",0.0117,"2013-07-09 00:00",0.0117,"2013-07-12 00:00","","","","",0.0117,0.0117,0.0117,0.0117,0.0117,0.0051,0.00375,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88109",5,32.774262,-96.797686,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",14,0.00253,0.00173,0.0105,"2013-03-08 00:00",0.0083,"2013-04-16 00:00",0.0064,"2013-01-22 00:00",0.0052,"2013-01-28 00:00","","","","",0.0105,0.0083,0.0052,0.0044,0.0032,0.0024,0.0007,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88110",5,32.774262,-96.797686,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,3.7e-05,0.00019,0.001,"2013-02-18 00:00",0.001,"2013-08-29 00:00",0.001,"2013-09-01 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0,0,0,0,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88111",5,32.774262,-96.797686,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.155436,0.139288,0.803,"2013-08-08 00:00",0.5514,"2013-08-29 00:00",0.4931,"2013-09-25 00:00",0.4787,"2013-06-21 00:00","","","","",0.803,0.5514,0.4648,0.3057,0.2082,0.1044,0.0451,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88112",5,32.774262,-96.797686,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.001519,0.001314,0.005,"2013-09-25 00:00",0.004,"2013-01-07 00:00",0.004,"2013-03-08 00:00",0.004,"2013-05-25 00:00","","","","",0.005,0.004,0.004,0.004,0.002,0.001,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88113",5,32.774262,-96.797686,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",80,0.000241,0.000191,0.0005,"2013-07-03 00:00",0.0005,"2013-07-06 00:00",0.0005,"2013-07-09 00:00",0.0005,"2013-07-12 00:00","","","","",0.0005,0.0005,0.0005,0.0005,0.0005,0.0001,0.0001,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88114",5,32.774262,-96.797686,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",7,0.005094,0.003039,0.0201,"2013-09-25 00:00",0.0144,"2013-01-31 00:00",0.0132,"2013-01-07 00:00",0.0109,"2013-07-03 00:00","","","","",0.0201,0.0144,0.01,0.0078,0.006,0.0048,0.0024,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88115",5,32.774262,-96.797686,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",10,0.015125,0.033039,0.1985,"2013-08-08 00:00",0.1626,"2013-01-28 00:00",0.0926,"2013-07-09 00:00",0.0868,"2013-06-24 00:00","","","","",0.1985,0.1626,0.0764,0.0469,0.0077,0.0036,0.0003,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88117",5,32.774262,-96.797686,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.009443,0.000952,0.0104,"2013-04-01 00:00",0.0104,"2013-04-04 00:00",0.0104,"2013-04-07 00:00",0.0104,"2013-04-10 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0098,0.00815,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88118",5,32.774262,-96.797686,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",79,0.004131,0.001285,0.0079,"2013-06-15 00:00",0.0058,"2013-06-12 00:00",0.0052,"2013-07-03 00:00",0.0052,"2013-07-06 00:00","","","","",0.0079,0.0058,0.0052,0.0052,0.0052,0.00445,0.0023,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88121",5,32.774262,-96.797686,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",78,0.019178,0.010369,0.03285,"2013-07-03 00:00",0.03285,"2013-07-06 00:00",0.03285,"2013-07-09 00:00",0.03285,"2013-07-12 00:00","","","","",0.03285,0.03285,0.03285,0.03285,0.03285,0.01185,0.0104,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88124",5,32.774262,-96.797686,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",77,0.000515,0.00041,0.0011,"2013-09-19 00:00",0.00105,"2013-01-01 00:00",0.00105,"2013-01-04 00:00",0.00105,"2013-01-07 00:00","","","","",0.0011,0.00105,0.00105,0.00105,0.00105,0.0002,0.0002,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88126",5,32.774262,-96.797686,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.165823,0.197707,1.2278,"2013-08-08 00:00",0.9691,"2013-06-21 00:00",0.6413,"2013-06-24 00:00",0.5581,"2013-06-27 00:00","","","","",1.2278,0.9691,0.4856,0.395,0.174,0.0919,0.046,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88127",5,32.774262,-96.797686,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.02085,0,0.02085,"2013-01-01 00:00",0.02085,"2013-01-04 00:00",0.02085,"2013-01-07 00:00",0.02085,"2013-01-10 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88128",5,32.774262,-96.797686,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.001877,0.001511,0.007,"2013-02-24 00:00",0.006,"2013-09-19 00:00",0.005,"2013-04-01 00:00",0.004,"2013-01-19 00:00","","","","",0.007,0.006,0.004,0.004,0.003,0.002,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88131",5,32.774262,-96.797686,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",78,0.001062,0.00037,0.0018,"2013-06-15 00:00",0.0016,"2013-04-28 00:00",0.0015,"2013-07-03 00:00",0.0015,"2013-07-06 00:00","","","","",0.0018,0.0016,0.0015,0.0015,0.0015,0.0009,0.00065,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88132",5,32.774262,-96.797686,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.003802,0.003648,0.021,"2013-08-08 00:00",0.019,"2013-06-21 00:00",0.012,"2013-06-24 00:00",0.01,"2013-06-27 00:00","","","","",0.021,0.019,0.01,0.009,0.005,0.003,0.001,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88133",5,32.774262,-96.797686,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.0104,0,0.0104,"2013-01-01 00:00",0.0104,"2013-01-04 00:00",0.0104,"2013-01-07 00:00",0.0104,"2013-01-10 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88134",5,32.774262,-96.797686,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",78,0.000562,0.00045,0.004,"2013-03-29 00:00",0.0018,"2013-03-05 00:00",0.0013,"2013-02-18 00:00",0.0007,"2013-07-03 00:00","","","","",0.004,0.0018,0.0007,0.0007,0.0007,0.0004,0.00035,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88136",5,32.774262,-96.797686,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.000877,0.001053,0.005,"2013-08-20 00:00",0.004,"2013-03-08 00:00",0.003,"2013-01-07 00:00",0.003,"2013-04-01 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0.001,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88140",5,32.774262,-96.797686,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",77,0.059951,0.029292,0.2548,"2013-05-19 00:00",0.1576,"2013-05-28 00:00",0.1437,"2013-02-15 00:00",0.0892,"2013-01-19 00:00","","","","",0.2548,0.1576,0.0674,0.0674,0.0674,0.05855,0.03815,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88142",5,32.774262,-96.797686,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88143",5,32.774262,-96.797686,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.000886,0.000228,0.00115,"2013-07-03 00:00",0.00115,"2013-07-06 00:00",0.00115,"2013-07-09 00:00",0.00115,"2013-07-12 00:00","","","","",0.00115,0.00115,0.00115,0.00115,0.00115,0.0009,0.0006,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88146",5,32.774262,-96.797686,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.008125,0.002326,0.0113,"2013-07-03 00:00",0.0113,"2013-07-06 00:00",0.0113,"2013-07-09 00:00",0.0113,"2013-07-12 00:00","","","","",0.0113,0.0113,0.0113,0.0113,0.0113,0.0066,0.0063,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88147",5,32.774262,-96.797686,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",75,0.000484,0.00013,0.001,"2013-01-13 00:00",0.0008,"2013-02-18 00:00",0.0007,"2013-01-01 00:00",0.0007,"2013-01-16 00:00","","","","",0.001,0.0008,0.0007,0.00055,0.00055,0.0005,0.0003,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88152",5,32.774262,-96.797686,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.001352,8.2e-05,0.00145,"2013-07-03 00:00",0.00145,"2013-07-06 00:00",0.00145,"2013-07-09 00:00",0.00145,"2013-07-12 00:00","","","","",0.00145,0.00145,0.00145,0.00145,0.00145,0.00135,0.00125,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88154",5,32.774262,-96.797686,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",60,0.000606,0.000442,0.0025,"2013-07-15 00:00",0.0019,"2013-04-07 00:00",0.0018,"2013-03-08 00:00",0.0017,"2013-09-22 00:00","","","","",0.0025,0.0019,0.0016,0.0014,0.0007,0.00045,0.0003,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88160",5,32.774262,-96.797686,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",75,0.001315,0.000527,0.0026,"2013-01-13 00:00",0.0024,"2013-01-16 00:00",0.0023,"2013-02-24 00:00",0.0022,"2013-01-28 00:00","","","","",0.0026,0.0024,0.00175,0.00175,0.00175,0.0013,0.00055,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88161",5,32.774262,-96.797686,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",21,0.013072,0.022799,0.124,"2013-08-08 00:00",0.1188,"2013-06-21 00:00",0.0752,"2013-06-24 00:00",0.0731,"2013-06-27 00:00","","","","",0.124,0.1188,0.0701,0.029,0.0099,0.0058,0.0015,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88162",5,32.774262,-96.797686,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.023164,0.005344,0.03025,"2013-07-03 00:00",0.03025,"2013-07-06 00:00",0.03025,"2013-07-09 00:00",0.03025,"2013-07-12 00:00","","","","",0.03025,0.03025,0.03025,0.03025,0.03025,0.02105,0.01785,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88163",5,32.774262,-96.797686,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.01043,0.002814,0.0142,"2013-04-01 00:00",0.0142,"2013-04-04 00:00",0.0142,"2013-04-07 00:00",0.0142,"2013-04-10 00:00","","","","",0.0142,0.0142,0.0142,0.0142,0.0142,0.0099,0.00735,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88164",5,32.774262,-96.797686,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",60,0.000309,0.000675,0.0045,"2013-07-30 00:00",0.003,"2013-04-16 00:00",0.0022,"2013-06-27 00:00",0.0016,"2013-06-21 00:00","","","","",0.0045,0.003,0.0015,0.0006,0.00015,0.00015,5e-05,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88165",5,32.774262,-96.797686,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",3,0.30594,0.640734,3.9722,"2013-08-08 00:00",3.096,"2013-06-21 00:00",2.006,"2013-06-24 00:00",1.723,"2013-06-27 00:00","","","","",3.9722,3.096,1.38,0.7285,0.181,0.0937,0.0311,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88166",5,32.774262,-96.797686,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",79,0.000865,0.000492,0.0014,"2013-02-09 00:00",0.0013,"2013-07-03 00:00",0.0013,"2013-07-06 00:00",0.0013,"2013-07-09 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.00105,0.00015,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88167",5,32.774262,-96.797686,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",1,0.011619,0.005894,0.0329,"2013-09-25 00:00",0.0282,"2013-01-07 00:00",0.0243,"2013-01-31 00:00",0.0228,"2013-07-03 00:00","","","","",0.0329,0.0282,0.0216,0.0196,0.0151,0.0104,0.0054,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88168",5,32.774262,-96.797686,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",11,0.002289,0.002428,0.0167,"2013-09-19 00:00",0.0102,"2013-08-08 00:00",0.007,"2013-06-21 00:00",0.0068,"2013-06-15 00:00","","","","",0.0167,0.0102,0.0057,0.0046,0.0028,0.0016,0.0004,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88169",5,32.774262,-96.797686,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.885498,0.564301,3.7121,"2013-04-16 00:00",2.324,"2013-09-13 00:00",1.8913,"2013-09-04 00:00",1.7689,"2013-09-01 00:00","","","","",3.7121,2.324,1.6881,1.4661,1.1559,0.798,0.3194,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88170",5,32.774262,-96.797686,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",81,0.02085,0,0.02085,"2013-01-01 00:00",0.02085,"2013-01-04 00:00",0.02085,"2013-01-07 00:00",0.02085,"2013-01-10 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88172",5,32.774262,-96.797686,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",78,0.024054,0.006286,0.0671,"2013-05-13 00:00",0.0469,"2013-06-09 00:00",0.0457,"2013-05-22 00:00",0.0251,"2013-07-03 00:00","","","","",0.0671,0.0469,0.0251,0.0251,0.0251,0.0222,0.02115,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88176",5,32.774262,-96.797686,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",53,0.000551,0.000442,0.0027,"2013-08-08 00:00",0.0019,"2013-06-21 00:00",0.0017,"2013-06-27 00:00",0.0014,"2013-08-17 00:00","","","","",0.0027,0.0019,0.0013,0.0012,0.0007,0.00035,0.00025,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88180",5,32.774262,-96.797686,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.084377,0.067453,0.4397,"2013-08-08 00:00",0.3201,"2013-04-16 00:00",0.2544,"2013-06-21 00:00",0.2035,"2013-07-06 00:00","","","","",0.4397,0.3201,0.1838,0.1669,0.0962,0.0651,0.029,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88183",5,32.774262,-96.797686,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",66,0.000593,0.000346,0.0022,"2013-04-10 00:00",0.002,"2013-01-22 00:00",0.0019,"2013-08-08 00:00",0.0013,"2013-09-07 00:00","","","","",0.0022,0.002,0.0012,0.001,0.00055,0.00055,0.0003,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88184",5,32.774262,-96.797686,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",46,0.502421,0.420358,2.4285,"2013-04-16 00:00",1.751,"2013-05-28 00:00",1.635,"2013-05-19 00:00",1.2879,"2013-09-13 00:00","","","","",2.4285,1.751,1.1428,1.003,0.64,0.3829,0.12505,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88185",5,32.774262,-96.797686,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",52,0.001392,0.001108,0.0053,"2013-06-27 00:00",0.0048,"2013-08-08 00:00",0.0048,"2013-09-25 00:00",0.0042,"2013-06-21 00:00","","","","",0.0053,0.0048,0.0037,0.0027,0.0018,0.00095,0.0004,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88186",5,32.774262,-96.797686,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",77,0.002211,0.001394,0.004,"2013-07-03 00:00",0.004,"2013-07-06 00:00",0.004,"2013-07-09 00:00",0.004,"2013-07-12 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.0018,0.0006,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88301",5,32.774262,-96.797686,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.79723,0.520369,3.2808,"2013-04-16 00:00",2.192,"2013-01-25 00:00",2.0011,"2013-09-13 00:00",1.6869,"2013-09-04 00:00","","","","",3.2808,2.192,1.6666,1.4267,1.0607,0.6815,0.3407,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88302",5,32.774262,-96.797686,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",2,0.164032,0.162452,0.6226,"2013-08-08 00:00",0.5869,"2013-06-21 00:00",0.5795,"2013-05-19 00:00",0.5339,"2013-06-27 00:00","","","","",0.6226,0.5869,0.5187,0.4207,0.2411,0.0893,0.0247,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88303",5,32.774262,-96.797686,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.057862,0.040708,0.2835,"2013-04-16 00:00",0.1932,"2013-07-06 00:00",0.1567,"2013-05-19 00:00",0.1551,"2013-07-03 00:00","","","","",0.2835,0.1932,0.1239,0.0909,0.0655,0.0478,0.0272,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88310",5,32.774262,-96.797686,"NAD83","Non-volatile Nitrate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,0.417804,0.600656,3.7328,"2013-01-25 00:00",2.9465,"2013-01-01 00:00",2.2313,"2013-01-19 00:00",1.149,"2013-06-21 00:00","","","","",3.7328,2.9465,1.0504,0.8725,0.5546,0.194,0.0429,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88355",5,32.774262,-96.797686,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",1,2.436061,1.09807,5.8247,"2013-07-06 00:00",5.3509,"2013-03-08 00:00",5.1815,"2013-01-07 00:00",5.1558,"2013-07-03 00:00","","","","",5.8247,5.3509,5.1124,3.7971,3.0214,2.239,1.3701,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88357",5,32.774262,-96.797686,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",2,0.695278,0.384224,2.1341,"2013-09-25 00:00",1.8953,"2013-01-07 00:00",1.8136,"2013-07-03 00:00",1.6518,"2013-07-18 00:00","","","","",2.1341,1.8953,1.5514,1.0881,0.8369,0.604,0.3291,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88370",5,32.774262,-96.797686,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",1,2.235433,1.026594,5.5322,"2013-07-06 00:00",5.4202,"2013-07-03 00:00",4.8036,"2013-09-13 00:00",4.7194,"2013-03-08 00:00","","","","",5.5322,5.4202,4.6811,3.3477,2.6888,2.0745,1.2506,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88374",5,32.774262,-96.797686,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",5,0.151288,0.163752,0.9859,"2013-01-07 00:00",0.6725,"2013-09-04 00:00",0.6565,"2013-09-13 00:00",0.6272,"2013-07-06 00:00","","","","",0.9859,0.6725,0.4942,0.3005,0.1919,0.0918,0.0255,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88375",5,32.774262,-96.797686,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",0,0.610106,0.253063,1.2955,"2013-01-07 00:00",1.25,"2013-07-06 00:00",1.2485,"2013-09-13 00:00",1.2251,"2013-07-03 00:00","","","","",1.2955,1.25,1.1177,0.9426,0.7355,0.5875,0.3564,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88376",5,32.774262,-96.797686,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",1,0.68127,0.339754,2.1185,"2013-03-08 00:00",1.817,"2013-07-03 00:00",1.4959,"2013-01-07 00:00",1.4216,"2013-07-06 00:00","","","","",2.1185,1.817,1.2686,1.1299,0.8143,0.6251,0.3517,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88377",5,32.774262,-96.797686,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",2,0.485584,0.260245,1.2641,"2013-03-08 00:00",1.1265,"2013-04-16 00:00",1.053,"2013-07-06 00:00",1.0345,"2013-09-25 00:00","","","","",1.2641,1.1265,1.0096,0.9039,0.6267,0.4424,0.2327,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88378",5,32.774262,-96.797686,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",25,0.310787,0.249369,1.1804,"2013-07-06 00:00",1.169,"2013-07-03 00:00",1.0869,"2013-09-13 00:00",0.9202,"2013-08-08 00:00","","","","",1.1804,1.169,0.779,0.6076,0.3935,0.2633,0.12515,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88380",5,32.774262,-96.797686,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",2,0.893491,0.431491,2.3956,"2013-01-07 00:00",2.1341,"2013-09-25 00:00",1.9783,"2013-07-18 00:00",1.8434,"2013-04-01 00:00","","","","",2.3956,2.1341,1.7562,1.4564,1.0562,0.8277,0.4374,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88383",5,32.774262,-96.797686,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",1,1.122325,0.459706,2.65599,"2013-07-03 00:00",2.33951,"2013-01-07 00:00",2.09545,"2013-07-06 00:00",2.06322,"2013-09-25 00:00","","","","",2.65599,2.33951,2.04527,1.77625,1.37363,1.04491,0.63536,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88384",5,32.774262,-96.797686,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",1,0.076834,0.031577,0.17688,"2013-06-12 00:00",0.15871,"2013-07-30 00:00",0.15115,"2013-03-05 00:00",0.14382,"2013-06-21 00:00","","","","",0.17688,0.15871,0.14344,0.13322,0.08993,0.06904,0.04374,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88385",5,32.774262,-96.797686,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",45,0.002945,0.006245,0.04214,"2013-09-16 00:00",0.02759,"2013-08-08 00:00",0.01631,"2013-06-27 00:00",0.01618,"2013-08-23 00:00","","","","",0.04214,0.02759,0.01499,0.00879,0.00145,0.00145,0,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88388",5,32.774262,-96.797686,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,5,"","","Certification not required",4,0.506109,0.250239,1.4728,"2013-07-06 00:00",1.3957,"2013-09-13 00:00",1.1609,"2013-04-16 00:00",1.0747,"2013-01-25 00:00","","","","",1.4728,1.3957,0.9047,0.7287,0.6147,0.467,0.2493,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88403",5,32.774262,-96.797686,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,2.256447,1.425556,9.8544,"2013-04-16 00:00",5.2293,"2013-09-13 00:00",4.7859,"2013-05-19 00:00",4.5651,"2013-09-04 00:00","","","","",9.8544,5.2293,4.4986,3.6855,3.0336,2.0257,0.8643,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0050","88502",5,32.774262,-96.797686,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,11,"","","Certification not required",0,10.764198,5.332525,30,"2013-08-08 00:00",25.6,"2013-04-16 00:00",24,"2013-06-21 00:00",21.2,"2013-09-13 00:00","","","","",30,25.6,18.7,17.2,14.2,10,4.8,"Convention Center","717 South Akard","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0061","81102",1,32.785556,-96.877778,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,28.45614,16.560571,96,"2013-08-08 00:00",77,"2013-06-21 00:00",56,"2013-03-05 00:00",55,"2013-06-27 00:00","","","","",96,77,56,50,36,26,12,"EAST OF BICKERS & FUREY STREETS INTERSECTION","3434 BICKERS, EARHART ELEM. SCHOOL","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","14129",1,32.819952,-96.860082,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,12,0,0,"Certification not required",0,0.002485,0.001202,0.005,"2013-01-22 00:00",0.005,"2013-09-25 00:00",0.004,"2013-02-03 00:00",0.004,"2013-02-09 00:00","","","","",0.005,0.005,0.005,0.004,0.003,0.002,0.001,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-19" +"48","113","0069","42101",3,32.819952,-96.860082,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8428,96,353,365,0,214,0,0,"Certification not required",0,0.230995,0.162919,2.015,"2013-01-07 08:00",2.01,"2013-12-17 20:00",1.872,"2013-12-17 22:00",1.797,"2013-12-17 19:00","","","","",1.019,0.769,0.486,0.347,0.243,0.19,0.127,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42101",3,32.819952,-96.860082,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8410,96,351,365,0,0,0,0,"Certification not required",0,0.230927,0.144444,1.7,"2013-12-18 02:00",1.7,"2013-12-18 03:00",1.6,"2013-12-18 01:00",1.6,"2013-12-18 04:00",1.7,"2013-12-18 02:00",1.5,"2013-11-11 08:00",0.9,0.7,0.5,0.3,0.2,0.2,0.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42401",3,32.819952,-96.860082,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8281,95,346,365,0,361,0,"","Certification not required",0,0.761272,1.05885,7.4,"2013-01-07 08:00",7.3,"2013-01-18 07:00",6.4,"2013-03-03 08:00",5,"2013-12-27 08:00","","","","",5,3.6,2.9,2.1,1.1,0.4,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42401",3,32.819952,-96.860082,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8281,95,346,365,0,361,"","","Certification not required",0,0.174991,0.489914,7.4,"2013-01-07 08:00",7.3,"2013-01-18 07:00",6.8,"2013-01-18 08:00",6.6,"2013-01-07 07:00","","","","",2.4,1.8,1,0.5,0.2,0,-0.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42401",3,32.819952,-96.860082,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",346,95,346,365,0,0,0,"","Certification not required",0,0.167341,0.316873,2.2,"2013-12-27 00:00",1.9,"2013-01-07 00:00",1.9,"2013-01-18 00:00",1.5,"2013-11-11 00:00","","","","",1.5,1.3,0.7,0.5,0.2,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42401",3,32.819952,-96.860082,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2683,92,336,365,0,0,"",0,"Certification not required",0,0.167238,0.455741,6.4,"2013-01-18 08:00",6.1,"2013-01-07 08:00",4.8,"2013-12-27 08:00",3.9,"2013-12-27 05:00","","","","",2.3,1.7,1,0.5,0.1,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42406",3,32.819952,-96.860082,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8281,95,346,365,0,361,"","","Certification not required",0,0.249064,0.598819,8.4,"2013-01-18 08:00",8.3,"2013-01-18 07:00",7.8,"2013-01-07 08:00",7.4,"2013-01-07 07:00","","","","",2.9,2.3,1.3,0.7,0.2,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42600",3,32.819952,-96.860082,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7588,87,324,365,0,1054,"","","Certification not required",0,15.196521,20.669079,207.4,"2013-01-18 05:00",207.4,"2013-01-18 06:00",207.4,"2013-01-18 07:00",207.2,"2013-01-07 07:00","","","","",111.7,81.7,49.6,32.3,15.8,8.6,3.7,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42601",2,32.819952,-96.860082,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8433,100,122,122,0,209,"","","Certification not required",0,5.351678,20.592869,352.5,"2013-01-18 07:00",343.3,"2013-01-07 08:00",311.2,"2013-01-07 07:00",310.1,"2013-01-18 08:00","","","","",113.1,69.9,26.1,7.7,1.7,0.5,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42601",3,32.819952,-96.860082,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7128,81,287,365,0,1514,"","","Certification not required",0,4.245104,15.836781,212.1,"2013-01-18 06:00",212.1,"2013-01-18 07:00",212,"2013-01-07 07:00",212,"2013-01-07 08:00","","","","",84.1,52.4,19.8,6.6,1.7,0.4,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42602",2,32.819952,-96.860082,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8433,96,355,365,0,209,0,"","Certification not required",0,24.789577,11.982932,63.3,"2013-08-29 22:00",61.3,"2013-12-27 10:00",60.5,"2013-12-18 09:00",52.8,"2013-01-07 09:00","","","","",52.8,49.3,44.1,41.2,34.5,23.3,9.9,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42602",2,32.819952,-96.860082,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8433,96,355,365,0,209,"","","Certification not required",0,11.561497,9.1972,63.3,"2013-08-29 22:00",61.3,"2013-12-27 10:00",60.5,"2013-12-18 09:00",56.6,"2013-08-29 23:00","","","","",41.5,38.2,32.2,26.1,14.6,8.1,3.7,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","42603",2,32.819952,-96.860082,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8433,100,122,122,0,209,"","","Certification not required",0,17.062979,26.435816,392.9,"2013-01-18 07:00",382.9,"2013-01-07 08:00",350.4,"2013-01-18 08:00",348.6,"2013-01-07 07:00","","","","",144.3,102.7,58.9,35,16.5,8.9,4,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","43000",3,32.819952,-96.860082,"WGS84","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,64.47022,69.728066,1259.5,"2013-01-20 22:00",1209.7,"2013-01-06 21:00",943.9,"2013-02-16 19:00",864.8,"2013-01-18 05:00","","","","",361.9,263.8,167.3,116.1,71.4,45.4,22.4,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43102",3,32.819952,-96.860082,"WGS84","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,72.075073,79.670332,1380.72,"2013-01-20 22:00",1267.12,"2013-01-06 21:00",1244.46,"2013-02-16 19:00",1009.36,"2013-01-18 05:00","","","","",414.89,298.16,186.31,129.25,79.8,50.39,24.86,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43102",10,32.819952,-96.860082,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,103.586909,45.894743,249.01,"2013-10-07 00:00",227.76,"2013-02-03 00:00",222.69,"2013-01-16 00:00",212.42,"2013-09-25 00:00","","","","",249.01,227.76,222.69,165.86,129.49,90.81,61.21,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43173",10,32.819952,-96.860082,"WGS84","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43202",3,32.819952,-96.860082,"WGS84","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,15.98841,25.005479,903.03,"2013-01-06 21:00",636.76,"2013-01-20 22:00",445.44,"2013-01-06 00:00",433.47,"2013-01-06 01:00","","","","",93.54,69.59,40.4,28.14,17.57,10.89,5.02,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43202",10,32.819952,-96.860082,"WGS84","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,16.479273,11.403626,56.46,"2013-02-03 00:00",48.96,"2013-01-16 00:00",44.6,"2013-01-10 00:00",44.58,"2013-10-07 00:00","","","","",56.46,48.96,44.6,31.54,17.46,13.98,7.34,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43203",3,32.819952,-96.860082,"WGS84","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",2,1.448319,1.941429,28.38,"2013-01-07 08:00",24.41,"2013-01-18 07:00",23.75,"2013-01-18 08:00",21.93,"2013-01-07 07:00","","","","",10.8,6.77,4.12,2.82,1.59,0.91,0.38,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43203",10,32.819952,-96.860082,"WGS84","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,1.952545,1.210147,5.44,"2013-09-25 00:00",5.3,"2013-10-07 00:00",5.2,"2013-02-03 00:00",4.86,"2013-01-16 00:00","","","","",5.44,5.3,5.2,3.98,2.1,1.64,0.82,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43204",3,32.819952,-96.860082,"WGS84","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,11.930278,12.902281,273.04,"2013-03-06 06:00",195.4,"2013-02-26 20:00",122.46,"2013-01-17 08:00",115.19,"2013-01-06 21:00","","","","",69.2,53.11,32.95,22.89,14.02,8.4,3.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43204",10,32.819952,-96.860082,"WGS84","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,11.961818,8.889153,43.47,"2013-01-16 00:00",42.45,"2013-01-10 00:00",31.5,"2013-10-07 00:00",29.22,"2013-02-03 00:00","","","","",43.47,42.45,31.5,22.41,15.99,8.94,4.11,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43205",3,32.819952,-96.860082,"WGS84","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.80765,0.873074,12.1,"2013-01-07 08:00",10.74,"2013-01-18 08:00",10.6,"2013-01-18 07:00",9.75,"2013-01-07 07:00","","","","",5.31,3.35,2.03,1.41,0.85,0.56,0.32,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43205",10,32.819952,-96.860082,"WGS84","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",16,0.623818,0.596547,2.76,"2013-10-07 00:00",2.22,"2013-09-25 00:00",1.74,"2013-01-16 00:00",1.71,"2013-02-03 00:00","","","","",2.76,2.22,1.74,1.5,0.84,0.48,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43206",3,32.819952,-96.860082,"WGS84","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",6,0.827379,0.995796,26.8,"2013-05-03 09:00",14.9,"2013-01-07 08:00",11.8,"2013-01-07 07:00",11.5,"2013-01-07 09:00","","","","",4.9,3.2,2,1.4,0.9,0.6,0.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43206",10,32.819952,-96.860082,"WGS84","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,1.084545,0.715526,3.32,"2013-02-03 00:00",2.8,"2013-01-16 00:00",2.78,"2013-10-07 00:00",2.44,"2013-01-04 00:00","","","","",3.32,2.8,2.78,2.06,1.44,1.02,0.32,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43212",3,32.819952,-96.860082,"WGS84","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,7.220055,9.597485,294.04,"2013-01-18 05:00",132.31,"2013-01-18 06:00",115.23,"2013-01-18 07:00",108.88,"2013-01-20 22:00","","","","",45.45,32.91,20.34,14.43,8.17,4.75,1.69,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43212",10,32.819952,-96.860082,"WGS84","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,7.426909,6.616165,30.92,"2013-10-07 00:00",28.12,"2013-01-16 00:00",25.88,"2013-02-03 00:00",21.36,"2013-01-10 00:00","","","","",30.92,28.12,25.88,13.8,9.48,5.2,2.16,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43214",3,32.819952,-96.860082,"WGS84","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,2.781443,3.239553,71.53,"2013-01-17 02:00",66.25,"2013-01-17 03:00",56.93,"2013-01-17 04:00",45.29,"2013-01-17 05:00","","","","",14.76,10.69,7.57,5.41,3.18,1.98,0.78,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43214",10,32.819952,-96.860082,"WGS84","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.896727,2.119031,10.8,"2013-02-03 00:00",8.52,"2013-01-16 00:00",8.16,"2013-10-07 00:00",7.68,"2013-01-10 00:00","","","","",10.8,8.52,8.16,5.08,3.8,2.12,1.12,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43216",3,32.819952,-96.860082,"WGS84","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.21157,0.150393,3.57,"2013-01-18 05:00",2.22,"2013-01-07 08:00",2.1,"2013-01-18 06:00",2.1,"2013-01-18 07:00","","","","",0.91,0.55,0.33,0.27,0.22,0.18,0.14,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43216",10,32.819952,-96.860082,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.051273,0.009439,0.12,"2013-10-31 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43217",3,32.819952,-96.860082,"WGS84","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",29,0.125294,0.127323,2.66,"2013-01-18 05:00",1.93,"2013-07-18 05:00",1.78,"2013-01-07 08:00",1.69,"2013-01-18 07:00","","","","",0.73,0.44,0.24,0.17,0.13,0.1,0.07,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43217",10,32.819952,-96.860082,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",50,0.064364,0.066158,0.52,"2013-10-07 00:00",0.16,"2013-01-16 00:00",0.12,"2013-01-04 00:00",0.12,"2013-10-13 00:00","","","","",0.52,0.16,0.12,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43218",3,32.819952,-96.860082,"WGS84","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.167974,0.219908,4.1,"2013-01-10 11:00",3.3,"2013-01-07 08:00",2.8,"2013-01-18 08:00",2.6,"2013-01-07 07:00","","","","",1.2,0.7,0.4,0.3,0.2,0.1,0.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43218",10,32.819952,-96.860082,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.021818,0.084964,0.48,"2013-10-07 00:00",0.4,"2013-02-03 00:00",0.08,"2013-03-23 00:00",0.08,"2013-06-27 00:00","","","","",0.48,0.4,0.08,0.08,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43220",3,32.819952,-96.860082,"WGS84","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,2.883209,2.693232,38.48,"2013-01-18 05:00",24.14,"2013-01-18 07:00",24.11,"2013-01-07 08:00",23.96,"2013-01-18 06:00","","","","",14.08,11.97,7.9,5.52,3.38,2.09,0.91,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43220",10,32.819952,-96.860082,"WGS84","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,1.900909,1.422032,8.25,"2013-10-07 00:00",5.25,"2013-01-16 00:00",4.75,"2013-09-25 00:00",4.45,"2013-02-03 00:00","","","","",8.25,5.25,4.75,3.25,2.5,1.45,0.7,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43221",3,32.819952,-96.860082,"WGS84","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,3.992645,4.399842,110.38,"2013-01-18 05:00",59.92,"2013-07-18 05:00",56.78,"2013-01-18 06:00",53.5,"2013-01-18 07:00","","","","",23.15,16.11,10.13,7.2,4.52,2.82,1.33,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43221",10,32.819952,-96.860082,"WGS84","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,3.448182,2.970845,19.4,"2013-10-07 00:00",10.1,"2013-09-25 00:00",9.95,"2013-02-03 00:00",8.75,"2013-01-16 00:00","","","","",19.4,10.1,9.95,5.35,4.1,2.6,1.45,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43224",3,32.819952,-96.860082,"WGS84","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4529,52,210,365,0,31,"","","Certification not required",259,0.126358,0.141747,2.88,"2013-01-18 05:00",2.38,"2013-07-18 05:00",1.7,"2013-01-07 08:00",1.69,"2013-01-18 07:00","","","","",0.79,0.49,0.3,0.22,0.14,0.09,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43224",10,32.819952,-96.860082,"WGS84","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.051818,0.013484,0.15,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.15,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43226",3,32.819952,-96.860082,"WGS84","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",173,0.178552,0.311878,8.95,"2013-01-18 05:00",4.93,"2013-07-18 05:00",4.46,"2013-01-18 06:00",4.25,"2013-01-18 07:00","","","","",1.6,0.91,0.46,0.3,0.17,0.11,0.06,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43226",10,32.819952,-96.860082,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",44,0.082727,0.132713,1,"2013-10-07 00:00",0.3,"2013-02-03 00:00",0.15,"2013-05-22 00:00",0.15,"2013-10-13 00:00","","","","",1,0.3,0.15,0.1,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43227",3,32.819952,-96.860082,"WGS84","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4531,52,210,365,0,29,"","","Certification not required",1268,0.088398,0.153758,3.98,"2013-01-18 05:00",2.49,"2013-07-18 05:00",2.05,"2013-01-18 06:00",1.98,"2013-01-18 07:00","","","","",0.8,0.45,0.24,0.16,0.1,0.06,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43227",10,32.819952,-96.860082,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",50,0.066364,0.068078,0.5,"2013-10-07 00:00",0.25,"2013-09-25 00:00",0.15,"2013-01-16 00:00",0.15,"2013-02-03 00:00","","","","",0.5,0.25,0.15,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43228",10,32.819952,-96.860082,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.092727,0.165948,1.2,"2013-10-07 00:00",0.45,"2013-09-25 00:00",0.25,"2013-01-16 00:00",0.2,"2013-10-19 00:00","","","","",1.2,0.45,0.25,0.15,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43230",10,32.819952,-96.860082,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",5,0.589273,0.48445,2.82,"2013-10-07 00:00",2.16,"2013-09-25 00:00",1.5,"2013-01-16 00:00",1.44,"2013-02-03 00:00","","","","",2.82,2.16,1.5,0.9,0.72,0.48,0.18,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43231",3,32.819952,-96.860082,"WGS84","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,1.168297,1.180716,16.93,"2013-01-20 23:00",16.04,"2013-01-20 22:00",15.3,"2013-01-31 20:00",12.99,"2013-01-18 05:00","","","","",6.21,5.11,3.14,2.29,1.37,0.83,0.33,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43231",10,32.819952,-96.860082,"WGS84","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.754909,0.738439,3.96,"2013-10-07 00:00",2.82,"2013-10-13 00:00",2.76,"2013-09-25 00:00",1.92,"2013-01-16 00:00","","","","",3.96,2.82,2.76,1.26,0.96,0.6,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43232",3,32.819952,-96.860082,"WGS84","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",739,0.470351,1.163651,61.98,"2013-06-07 12:00",13.58,"2013-06-07 14:00",10.4,"2013-06-29 06:00",7.14,"2013-01-18 00:00","","","","",3.63,2.71,1.54,1.06,0.56,0.26,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43232",10,32.819952,-96.860082,"WGS84","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,0.688727,1.507914,11.34,"2013-08-14 00:00",2.1,"2013-10-07 00:00",1.68,"2013-09-25 00:00",1.12,"2013-01-16 00:00","","","","",11.34,2.1,1.68,0.91,0.7,0.42,0.14,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43233",3,32.819952,-96.860082,"WGS84","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",1256,0.198196,0.597738,31.26,"2013-02-16 19:00",13.24,"2013-02-16 20:00",5.42,"2013-02-03 23:00",4.84,"2013-01-18 00:00","","","","",1.58,1.16,0.67,0.42,0.22,0.11,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43233",10,32.819952,-96.860082,"WGS84","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",20,0.255273,0.331069,1.92,"2013-02-03 00:00",1.2,"2013-01-16 00:00",0.96,"2013-09-25 00:00",0.88,"2013-10-07 00:00","","","","",1.92,1.2,0.96,0.56,0.32,0.16,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43234",10,32.819952,-96.860082,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43235",3,32.819952,-96.860082,"WGS84","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",404,0.327242,0.650815,20.99,"2013-02-16 19:00",12.94,"2013-02-16 20:00",12.31,"2013-06-07 21:00",8.78,"2013-06-08 02:00","","","","",2.52,1.89,1.2,0.71,0.32,0.16,0.04,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43235",10,32.819952,-96.860082,"WGS84","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",38,0.172,0.310528,1.98,"2013-02-03 00:00",1.08,"2013-10-07 00:00",0.72,"2013-09-25 00:00",0.45,"2013-09-13 00:00","","","","",1.98,1.08,0.72,0.36,0.18,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43238",3,32.819952,-96.860082,"WGS84","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",583,0.318184,0.598249,12.03,"2013-06-08 02:00",11.77,"2013-06-07 21:00",7.57,"2013-04-01 20:00",7.55,"2013-01-18 07:00","","","","",2.88,2.01,1.28,0.74,0.3,0.15,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43238",10,32.819952,-96.860082,"WGS84","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",30,0.183636,0.246467,1.3,"2013-02-03 00:00",1,"2013-10-07 00:00",0.7,"2013-09-25 00:00",0.6,"2013-09-13 00:00","","","","",1.3,1,0.7,0.4,0.2,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43242",3,32.819952,-96.860082,"WGS84","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",2,0.263793,0.160298,2.36,"2013-01-18 05:00",1.7,"2013-01-07 08:00",1.64,"2013-01-18 07:00",1.58,"2013-01-18 06:00","","","","",0.96,0.79,0.55,0.42,0.29,0.22,0.15,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43242",10,32.819952,-96.860082,"WGS84","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",39,0.087273,0.080057,0.5,"2013-10-07 00:00",0.3,"2013-01-16 00:00",0.25,"2013-02-03 00:00",0.2,"2013-10-01 00:00","","","","",0.5,0.3,0.25,0.15,0.1,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43243",3,32.819952,-96.860082,"WGS84","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4517,52,210,365,0,43,"","","Certification not required",1105,0.872082,1.535575,10.29,"2013-06-28 14:00",10.28,"2013-06-28 15:00",10.05,"2013-07-11 12:00",9.94,"2013-06-16 23:00","","","","",6.86,6.09,4.37,2.9,1.06,0.11,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43243",10,32.819952,-96.860082,"WGS84","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",22,0.558182,0.663099,2.35,"2013-06-21 00:00",2.25,"2013-08-02 00:00",2.15,"2013-06-27 00:00",2.15,"2013-07-09 00:00","","","","",2.35,2.25,2.15,1.85,0.8,0.25,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43244",3,32.819952,-96.860082,"WGS84","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",145,0.171691,0.172804,4.61,"2013-01-18 05:00",2.37,"2013-01-18 06:00",2.3,"2013-01-18 07:00",2,"2013-01-07 08:00","","","","",0.94,0.61,0.41,0.31,0.2,0.13,0.07,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43244",10,32.819952,-96.860082,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",41,0.084182,0.078827,0.48,"2013-10-07 00:00",0.36,"2013-02-03 00:00",0.18,"2013-01-04 00:00",0.18,"2013-03-11 00:00","","","","",0.48,0.36,0.18,0.18,0.12,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43247",3,32.819952,-96.860082,"WGS84","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",3873,0.087041,0.263386,3.13,"2013-01-18 05:00",2.96,"2013-01-07 08:00",2.91,"2013-01-18 07:00",2.86,"2013-07-18 05:00","","","","",1.3,0.96,0.52,0.33,0.005,0.005,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43247",10,32.819952,-96.860082,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.124182,0.146877,0.84,"2013-10-07 00:00",0.7,"2013-09-25 00:00",0.35,"2013-07-03 00:00",0.28,"2013-05-22 00:00","","","","",0.84,0.7,0.35,0.21,0.14,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43248",3,32.819952,-96.860082,"WGS84","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",869,0.337728,0.364801,5.79,"2013-06-12 10:00",3.25,"2013-01-18 05:00",3.02,"2013-01-07 08:00",2.98,"2013-01-18 07:00","","","","",1.83,1.46,0.99,0.71,0.43,0.26,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43248",10,32.819952,-96.860082,"WGS84","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",41,0.149636,0.209982,1.08,"2013-10-07 00:00",0.78,"2013-01-16 00:00",0.6,"2013-02-03 00:00",0.54,"2013-01-10 00:00","","","","",1.08,0.78,0.6,0.42,0.18,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43249",3,32.819952,-96.860082,"WGS84","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",337,0.627754,1.070638,45.88,"2013-06-07 12:00",15.47,"2013-06-29 06:00",13.23,"2013-01-16 23:00",11.02,"2013-06-07 14:00","","","","",4.52,3.18,1.82,1.23,0.7,0.4,0.13,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43249",10,32.819952,-96.860082,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",12,0.612909,1.108131,7.84,"2013-08-14 00:00",2.73,"2013-10-07 00:00",2.17,"2013-09-25 00:00",1.33,"2013-01-16 00:00","","","","",7.84,2.73,2.17,1.05,0.63,0.35,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43250",3,32.819952,-96.860082,"WGS84","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.912593,1.17196,14.31,"2013-06-08 04:00",13.32,"2013-07-03 06:00",12.88,"2013-01-07 08:00",12.43,"2013-07-18 05:00","","","","",6.17,4.9,2.76,1.74,0.98,0.58,0.25,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43250",10,32.819952,-96.860082,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.676364,0.710191,3.52,"2013-09-25 00:00",3.52,"2013-10-07 00:00",2.4,"2013-07-03 00:00",1.6,"2013-05-22 00:00","","","","",3.52,3.52,2.4,1.2,0.8,0.48,0.16,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43252",3,32.819952,-96.860082,"WGS84","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",1589,0.207323,0.384412,5.2,"2013-01-18 05:00",5.04,"2013-05-03 09:00",4.64,"2013-05-29 10:00",4.43,"2013-06-08 04:00","","","","",1.96,1.47,0.79,0.48,0.24,0.1,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43252",10,32.819952,-96.860082,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",23,0.226,0.240752,1.2,"2013-09-25 00:00",1.04,"2013-10-07 00:00",0.88,"2013-07-03 00:00",0.56,"2013-02-03 00:00","","","","",1.2,1.04,0.88,0.48,0.32,0.16,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43253",3,32.819952,-96.860082,"WGS84","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",2151,0.121787,0.286246,8.97,"2013-02-16 19:00",4.09,"2013-02-16 20:00",2.91,"2013-01-07 08:00",2.82,"2013-01-18 00:00","","","","",1.27,0.93,0.5,0.32,0.13,0.02,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43253",10,32.819952,-96.860082,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",38,0.116,0.124701,0.56,"2013-10-07 00:00",0.48,"2013-02-03 00:00",0.48,"2013-09-25 00:00",0.4,"2013-07-03 00:00","","","","",0.56,0.48,0.48,0.32,0.16,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43261",3,32.819952,-96.860082,"WGS84","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",632,0.368377,0.5148,12.62,"2013-06-07 12:00",5.83,"2013-02-16 19:00",4.74,"2013-01-18 05:00",4.66,"2013-01-18 00:00","","","","",2.55,1.95,1.2,0.79,0.44,0.24,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43261",10,32.819952,-96.860082,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",14,0.358909,0.766886,5.6,"2013-08-14 00:00",1.54,"2013-10-07 00:00",1.26,"2013-09-25 00:00",0.63,"2013-01-10 00:00","","","","",5.6,1.54,1.26,0.49,0.35,0.21,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43262",3,32.819952,-96.860082,"WGS84","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",204,0.480249,0.528786,6.96,"2013-01-18 05:00",6.74,"2013-01-20 22:00",6.7,"2013-01-20 23:00",6.56,"2013-01-31 20:00","","","","",2.83,2.17,1.3,0.92,0.55,0.33,0.15,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43262",10,32.819952,-96.860082,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,0.331636,0.291762,1.68,"2013-10-07 00:00",1.26,"2013-09-25 00:00",0.96,"2013-01-16 00:00",0.72,"2013-02-03 00:00","","","","",1.68,1.26,0.96,0.6,0.36,0.24,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43263",3,32.819952,-96.860082,"WGS84","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4302,49,200,365,0,258,"","","Certification not required",664,0.377954,0.65935,21.1,"2013-06-07 12:00",10.18,"2013-06-29 06:00",9.69,"2013-01-16 23:00",6.59,"2013-01-18 05:00","","","","",2.85,2.11,1.25,0.83,0.44,0.2,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43263",10,32.819952,-96.860082,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",31,0.446909,0.873624,5.81,"2013-08-14 00:00",2.17,"2013-10-07 00:00",2.1,"2013-09-25 00:00",1.12,"2013-01-16 00:00","","","","",5.81,2.17,2.1,0.98,0.63,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43280",3,32.819952,-96.860082,"WGS84","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",43,0.191977,0.216395,3.08,"2013-01-07 08:00",2.6,"2013-03-06 23:00",2.59,"2013-01-18 05:00",2.57,"2013-01-18 07:00","","","","",1.3,0.8,0.47,0.33,0.2,0.14,0.08,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43280",10,32.819952,-96.860082,"WGS84","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",29,0.317273,0.41694,2.44,"2013-10-07 00:00",1.04,"2013-01-16 00:00",1,"2013-02-03 00:00",1,"2013-09-25 00:00","","","","",2.44,1.04,1,0.8,0.52,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43282",10,32.819952,-96.860082,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.054545,0.027677,0.25,"2013-10-07 00:00",0.1,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.25,0.1,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43283",10,32.819952,-96.860082,"WGS84","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43284",10,32.819952,-96.860082,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",42,0.129818,0.226229,1.38,"2013-10-07 00:00",0.96,"2013-09-25 00:00",0.42,"2013-05-22 00:00",0.36,"2013-10-19 00:00","","","","",1.38,0.96,0.42,0.3,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43285",10,32.819952,-96.860082,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",9,0.791455,0.744502,4.44,"2013-10-07 00:00",2.82,"2013-09-25 00:00",2.16,"2013-01-16 00:00",2.1,"2013-02-03 00:00","","","","",4.44,2.82,2.16,1.38,0.96,0.66,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43289",10,32.819952,-96.860082,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.052364,0.017529,0.18,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43290",10,32.819952,-96.860082,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.051273,0.009439,0.12,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43291",3,32.819952,-96.860082,"WGS84","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4302,49,200,365,0,258,"","","Certification not required",3572,0.143629,0.43586,11.53,"2013-06-07 12:00",5.67,"2013-06-29 06:00",5.18,"2013-01-16 23:00",4.5,"2013-07-03 06:00","","","","",1.88,1.43,0.84,0.54,0.005,0.005,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43291",10,32.819952,-96.860082,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.127455,0.239213,1.47,"2013-08-14 00:00",0.98,"2013-10-07 00:00",0.42,"2013-02-03 00:00",0.42,"2013-07-03 00:00","","","","",1.47,0.98,0.42,0.28,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43331",10,32.819952,-96.860082,"WGS84","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43502",5,32.819952,-96.860082,"WGS84","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",0,1.97,1.010509,5.5,"2013-09-13 00:00",4.6,"2013-09-25 00:00",4.5,"2013-09-07 00:00",3.1,"2013-09-19 00:00","","","","",5.5,5.5,4.6,3.1,2.3,1.8,1.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43502",12,32.819952,-96.860082,"WGS84","Formaldehyde","3 HOURS","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",237,24,30,122,0,0,"","","Certification not required",0,4.039241,2.377387,16,"2013-07-15 06:00",15.8,"2013-07-15 00:00",15.8,"2013-07-15 03:00",14.7,"2013-07-15 09:00","","","","",15.8,14.3,6.7,5.7,4.6,3.5,2.2,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0069","43503",5,32.819952,-96.860082,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",0,1.7375,0.689365,4.3,"2013-09-25 00:00",3.1,"2013-10-07 00:00",2.7,"2013-02-03 00:00",2.7,"2013-09-07 00:00","","","","",4.3,4.3,3.1,2.7,2.1,1.6,1.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43503",12,32.819952,-96.860082,"WGS84","Acetaldehyde","3 HOURS","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",237,24,30,122,0,0,"","","Certification not required",0,2.555274,0.914168,6.6,"2013-08-29 21:00",6.4,"2013-07-03 06:00",6,"2013-07-03 03:00",5,"2013-07-15 00:00","","","","",6,4.9,4.4,3.8,3,2.3,1.6,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0069","43504",5,32.819952,-96.860082,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",0,0.3,0.141421,0.8,"2013-09-25 00:00",0.6,"2013-10-07 00:00",0.5,"2013-02-03 00:00",0.5,"2013-05-04 00:00","","","","",0.8,0.8,0.6,0.5,0.4,0.3,0.2,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43505",5,32.819952,-96.860082,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",0,0.105,0.055238,0.3,"2013-09-25 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43510",5,32.819952,-96.860082,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",32,0.1952,0.110874,0.5,"2013-09-07 00:00",0.5,"2013-09-13 00:00",0.5,"2013-09-25 00:00",0.4,"2013-09-19 00:00","","","","",0.5,0.5,0.5,0.4,0.144,0.144,0.144,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43513",5,32.819952,-96.860082,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",40,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43515",5,32.819952,-96.860082,"WGS84","Methacrolein","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",34,0.1991,0.14842,0.9,"2013-09-13 00:00",0.5,"2013-09-07 00:00",0.5,"2013-09-19 00:00",0.4,"2013-09-25 00:00","","","","",0.9,0.9,0.5,0.4,0.146,0.146,0.146,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43517",5,32.819952,-96.860082,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",38,0.28935,0.072176,0.6,"2013-09-25 00:00",0.6,"2013-10-07 00:00",0.273,"2013-01-04 00:00",0.273,"2013-01-10 00:00","","","","",0.6,0.6,0.6,0.273,0.273,0.273,0.273,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43518",5,32.819952,-96.860082,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",40,0.1575,0,0.1575,"2013-01-04 00:00",0.1575,"2013-01-10 00:00",0.1575,"2013-01-16 00:00",0.1575,"2013-01-22 00:00","","","","",0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43528",5,32.819952,-96.860082,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",35,0.109063,0.064487,0.4,"2013-05-10 00:00",0.3,"2013-05-04 00:00",0.2,"2013-01-04 00:00",0.2,"2013-09-25 00:00","","","","",0.4,0.4,0.3,0.2,0.0875,0.0875,0.0875,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43551",12,32.819952,-96.860082,"WGS84","Acetone","3 HOURS","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",237,24,30,122,0,0,"","","Certification not required",0,6.821519,2.251309,16.1,"2013-07-03 06:00",14.3,"2013-07-03 03:00",13.4,"2013-06-06 21:00",12.1,"2013-06-06 00:00","","","","",13.4,12,11.1,10.1,8.2,6.5,4.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","113","0069","43552",5,32.819952,-96.860082,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",21,0.33415,0.244498,1,"2013-10-07 00:00",0.9,"2013-02-03 00:00",0.8,"2013-02-27 00:00",0.7,"2013-01-16 00:00","","","","",1,1,0.9,0.7,0.5,0.146,0.146,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43801",10,32.819952,-96.860082,"WGS84","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.627455,0.080674,0.92,"2013-06-27 00:00",0.83,"2013-10-13 00:00",0.77,"2013-04-16 00:00",0.75,"2013-08-08 00:00","","","","",0.92,0.83,0.77,0.71,0.68,0.61,0.54,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43802",10,32.819952,-96.860082,"WGS84","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.113091,0.048338,0.27,"2013-10-07 00:00",0.26,"2013-09-25 00:00",0.24,"2013-05-22 00:00",0.23,"2013-01-16 00:00","","","","",0.27,0.26,0.24,0.18,0.13,0.09,0.07,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43803",10,32.819952,-96.860082,"WGS84","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.018727,0.013751,0.07,"2013-09-25 00:00",0.05,"2013-10-07 00:00",0.04,"2013-01-10 00:00",0.04,"2013-05-22 00:00","","","","",0.07,0.05,0.04,0.04,0.02,0.02,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43804",10,32.819952,-96.860082,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.092727,0.022808,0.14,"2013-05-10 00:00",0.13,"2013-04-28 00:00",0.11,"2013-01-10 00:00",0.11,"2013-01-28 00:00","","","","",0.14,0.13,0.11,0.11,0.1,0.1,0.08,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43811",10,32.819952,-96.860082,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.247818,0.013009,0.28,"2013-01-10 00:00",0.27,"2013-02-21 00:00",0.27,"2013-09-07 00:00",0.27,"2013-09-25 00:00","","","","",0.28,0.27,0.27,0.26,0.26,0.25,0.24,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43813",10,32.819952,-96.860082,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43814",10,32.819952,-96.860082,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.009818,0.01009,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43815",10,32.819952,-96.860082,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.017091,0.020876,0.08,"2013-04-22 00:00",0.06,"2013-02-09 00:00",0.06,"2013-02-21 00:00",0.04,"2013-01-22 00:00","","","","",0.08,0.06,0.06,0.04,0.04,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43817",10,32.819952,-96.860082,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.031636,0.020973,0.08,"2013-01-04 00:00",0.08,"2013-07-03 00:00",0.08,"2013-07-09 00:00",0.08,"2013-09-25 00:00","","","","",0.08,0.08,0.08,0.06,0.04,0.02,0.02,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43818",10,32.819952,-96.860082,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43819",10,32.819952,-96.860082,"WGS84","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002,0.005235,0.03,"2013-10-13 00:00",0.01,"2013-01-16 00:00",0.01,"2013-03-23 00:00",0.01,"2013-04-28 00:00","","","","",0.03,0.01,0.01,0.01,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43820",10,32.819952,-96.860082,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43823",10,32.819952,-96.860082,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.536545,0.030865,0.62,"2013-01-10 00:00",0.59,"2013-02-03 00:00",0.58,"2013-02-21 00:00",0.58,"2013-10-07 00:00","","","","",0.62,0.59,0.58,0.56,0.56,0.54,0.5,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43824",10,32.819952,-96.860082,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.006909,0.011686,0.04,"2013-02-03 00:00",0.04,"2013-09-25 00:00",0.04,"2013-10-07 00:00",0.02,"2013-01-04 00:00","","","","",0.04,0.04,0.04,0.02,0.02,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43826",10,32.819952,-96.860082,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43829",10,32.819952,-96.860082,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.006545,0.024961,0.12,"2013-01-16 00:00",0.12,"2013-02-03 00:00",0.06,"2013-02-21 00:00",0.06,"2013-04-22 00:00","","","","",0.12,0.12,0.06,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43830",10,32.819952,-96.860082,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.003273,0.013751,0.09,"2013-04-28 00:00",0.03,"2013-02-15 00:00",0.03,"2013-03-05 00:00",0.03,"2013-04-04 00:00","","","","",0.09,0.03,0.03,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43831",10,32.819952,-96.860082,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43843",10,32.819952,-96.860082,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43860",10,32.819952,-96.860082,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43950",5,32.819952,-96.860082,"WGS84","Heptanal","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",37,0.098438,0.040027,0.28,"2013-09-25 00:00",0.22,"2013-10-07 00:00",0.2,"2013-09-13 00:00",0.0875,"2013-01-04 00:00","","","","",0.28,0.28,0.22,0.0875,0.0875,0.0875,0.0875,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43954",10,32.819952,-96.860082,"WGS84","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",41,0.093273,0.131291,0.88,"2013-02-03 00:00",0.44,"2013-01-04 00:00",0.33,"2013-01-16 00:00",0.33,"2013-09-13 00:00","","","","",0.88,0.44,0.33,0.11,0.11,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","43960",3,32.819952,-96.860082,"WGS84","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",1921,0.10475,0.242981,9.7,"2013-02-16 19:00",4.58,"2013-02-16 20:00",2.74,"2013-05-03 09:00",2.51,"2013-01-20 23:00","","","","",0.84,0.62,0.37,0.24,0.13,0.04,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","43960",10,32.819952,-96.860082,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",31,0.144545,0.150281,0.64,"2013-09-25 00:00",0.64,"2013-10-07 00:00",0.56,"2013-02-03 00:00",0.48,"2013-01-16 00:00","","","","",0.64,0.64,0.56,0.32,0.16,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","44201",3,32.819952,-96.860082,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8487,100,244,245,0,155,0,0,"Requested but not yet concurred",810,0.053512,0.015148,0.101,"2013-06-28 12:00",0.095,"2013-08-01 11:00",0.095,"2013-08-29 16:00",0.094,"2013-07-31 17:00","","","","",0.095,0.091,0.082,0.075,0.062,0.052,0.042,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","44201",3,32.819952,-96.860082,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8560,100,244,245,0,0,1,1,"Requested but not yet concurred",0,0.047275,0.013937,0.087,"2013-08-01 10:00",0.084,"2013-09-03 11:00",0.082,"2013-08-29 11:00",0.081,"2013-08-30 10:00","","","","",0.082,0.081,0.075,0.068,0.054,0.046,0.036,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","44201",3,32.819952,-96.860082,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8560,100,244,245,0,0,8,8,"Requested but not yet concurred",0,0.047275,0.013937,0.087,"2013-08-01 10:00",0.084,"2013-09-03 11:00",0.082,"2013-08-29 11:00",0.081,"2013-08-30 10:00","","","","",0.082,0.081,0.075,0.068,0.054,0.046,0.036,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","45109",3,32.819952,-96.860082,"WGS84","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,2.224877,3.520636,67.43,"2013-07-18 05:00",60.63,"2013-02-16 19:00",44.83,"2013-07-18 06:00",42.25,"2013-01-20 23:00","","","","",16.38,12.32,8.27,5.6,2.55,1.02,0.24,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45109",10,32.819952,-96.860082,"WGS84","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.984,1.413283,6,"2013-09-25 00:00",5.52,"2013-02-03 00:00",4.56,"2013-07-09 00:00",4.56,"2013-10-01 00:00","","","","",6,5.52,4.56,3.68,2.96,1.6,0.48,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45201",3,32.819952,-96.860082,"WGS84","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.796445,0.742269,10.31,"2013-01-07 08:00",8.05,"2013-01-18 08:00",8.04,"2013-01-18 07:00",7.74,"2013-01-07 07:00","","","","",4.13,2.83,1.89,1.43,0.94,0.63,0.25,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45201",10,32.819952,-96.860082,"WGS84","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.132364,0.584129,2.34,"2013-01-22 00:00",2.28,"2013-02-03 00:00",2.28,"2013-06-15 00:00",2.1,"2013-01-16 00:00","","","","",2.34,2.28,2.28,2.04,1.44,1.14,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45202",3,32.819952,-96.860082,"WGS84","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,2.604339,12.246931,631.06,"2013-02-16 19:00",352.84,"2013-02-16 20:00",250.16,"2013-06-07 12:00",120.78,"2013-01-20 22:00","","","","",18.5,13.65,6.89,4.39,2.37,1.31,0.46,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45202",10,32.819952,-96.860082,"WGS84","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.448727,2.525449,16.8,"2013-02-03 00:00",8.12,"2013-10-07 00:00",7.77,"2013-09-25 00:00",5.11,"2013-07-03 00:00","","","","",16.8,8.12,7.77,4.2,3.01,1.75,0.77,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45203",3,32.819952,-96.860082,"WGS84","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.493881,0.823192,21.52,"2013-02-16 19:00",15.34,"2013-07-18 05:00",11.87,"2013-01-20 23:00",10.73,"2013-07-18 06:00","","","","",3.61,2.67,1.78,1.17,0.56,0.25,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45203",10,32.819952,-96.860082,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.544,0.460184,2,"2013-09-25 00:00",1.76,"2013-02-03 00:00",1.28,"2013-07-03 00:00",1.28,"2013-10-01 00:00","","","","",2,1.76,1.28,1.04,0.88,0.48,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45204",3,32.819952,-96.860082,"WGS84","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.760546,1.140431,20.91,"2013-07-18 05:00",20.56,"2013-02-16 19:00",14.1,"2013-01-20 23:00",13.69,"2013-07-18 06:00","","","","",5.17,4.09,2.71,1.86,0.88,0.38,0.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45204",10,32.819952,-96.860082,"WGS84","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.587636,0.472589,2,"2013-02-03 00:00",2,"2013-09-25 00:00",1.36,"2013-10-01 00:00",1.28,"2013-07-03 00:00","","","","",2,2,1.36,1.12,0.88,0.48,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45207",3,32.819952,-96.860082,"WGS84","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",1535,0.216151,0.474604,10.15,"2013-06-07 21:00",6.33,"2013-01-18 07:00",5.88,"2013-06-08 02:00",5.52,"2013-01-18 00:00","","","","",2.14,1.61,0.98,0.53,0.2,0.08,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45207",10,32.819952,-96.860082,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",50,0.068364,0.062086,0.36,"2013-10-07 00:00",0.27,"2013-01-16 00:00",0.27,"2013-09-25 00:00",0.18,"2013-04-28 00:00","","","","",0.36,0.27,0.27,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45208",3,32.819952,-96.860082,"WGS84","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",682,0.391236,0.804332,14.92,"2013-06-07 21:00",10.9,"2013-01-18 07:00",10.05,"2013-07-18 06:00",10,"2013-06-08 02:00","","","","",3.56,2.69,1.55,0.89,0.38,0.16,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45208",10,32.819952,-96.860082,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",36,0.194727,0.271285,1.26,"2013-09-25 00:00",1.08,"2013-10-07 00:00",0.9,"2013-01-16 00:00",0.81,"2013-08-14 00:00","","","","",1.26,1.08,0.9,0.45,0.27,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45209",3,32.819952,-96.860082,"WGS84","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",1386,0.143,0.258784,6.96,"2013-06-07 21:00",3.19,"2013-04-01 20:00",3.08,"2013-07-18 06:00",2.93,"2013-06-08 02:00","","","","",1.08,0.85,0.54,0.33,0.15,0.08,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45209",10,32.819952,-96.860082,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",44,0.085818,0.082679,0.45,"2013-02-03 00:00",0.36,"2013-10-07 00:00",0.27,"2013-09-13 00:00",0.18,"2013-01-22 00:00","","","","",0.45,0.36,0.27,0.18,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45210",3,32.819952,-96.860082,"WGS84","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.024361,0.070329,1.53,"2013-06-07 21:00",0.91,"2013-07-18 05:00",0.91,"2013-07-18 06:00",0.83,"2013-01-20 23:00","","","","",0.32,0.23,0.14,0.08,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45210",10,32.819952,-96.860082,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.008182,0.026112,0.09,"2013-05-04 00:00",0.09,"2013-09-25 00:00",0.09,"2013-10-07 00:00",0.09,"2013-10-25 00:00","","","","",0.09,0.09,0.09,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45211",10,32.819952,-96.860082,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",46,0.079455,0.073822,0.36,"2013-09-25 00:00",0.36,"2013-10-07 00:00",0.27,"2013-01-16 00:00",0.18,"2013-01-22 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45212",10,32.819952,-96.860082,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",31,0.222909,0.269215,1.35,"2013-02-03 00:00",0.9,"2013-09-25 00:00",0.9,"2013-10-07 00:00",0.63,"2013-08-14 00:00","","","","",1.35,0.9,0.9,0.54,0.36,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45213",10,32.819952,-96.860082,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",40,0.095273,0.083707,0.45,"2013-10-07 00:00",0.27,"2013-04-28 00:00",0.27,"2013-08-14 00:00",0.27,"2013-09-13 00:00","","","","",0.45,0.27,0.27,0.18,0.18,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45218",10,32.819952,-96.860082,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.052727,0.011459,0.1,"2013-02-15 00:00",0.1,"2013-03-05 00:00",0.1,"2013-08-14 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45219",10,32.819952,-96.860082,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.061818,0.035957,0.2,"2013-01-16 00:00",0.2,"2013-09-25 00:00",0.2,"2013-10-07 00:00",0.1,"2013-03-05 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45220",3,32.819952,-96.860082,"WGS84","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4540,52,211,365,0,20,"","","Certification not required",0,0.090104,0.300911,9.41,"2013-02-16 19:00",4.24,"2013-01-07 07:00",4.2,"2013-02-16 20:00",4.16,"2013-01-07 03:00","","","","",1.03,0.65,0.37,0.24,0.12,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45220",10,32.819952,-96.860082,"WGS84","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.046545,0.135704,0.96,"2013-02-03 00:00",0.24,"2013-09-25 00:00",0.16,"2013-01-04 00:00",0.16,"2013-10-07 00:00","","","","",0.96,0.24,0.16,0.08,0.08,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45225",3,32.819952,-96.860082,"WGS84","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3772,43,170,365,0,788,"","","Certification not required",1389,0.185916,0.275,3.87,"2013-04-27 20:00",2.81,"2013-05-05 23:00",2.42,"2013-05-11 20:00",2.34,"2013-05-07 01:00","","","","",1.33,1.02,0.71,0.48,0.25,0.1,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-12" +"48","113","0069","45225",10,32.819952,-96.860082,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.069091,0.059637,0.36,"2013-10-07 00:00",0.27,"2013-05-10 00:00",0.18,"2013-01-22 00:00",0.18,"2013-03-23 00:00","","","","",0.36,0.27,0.18,0.18,0.05,0.05,0.05,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45501",5,32.819952,-96.860082,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",40,0.1715,0,0.1715,"2013-01-04 00:00",0.1715,"2013-01-10 00:00",0.1715,"2013-01-16 00:00",0.1715,"2013-01-22 00:00","","","","",0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45503",5,32.819952,-96.860082,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",40,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45505",5,32.819952,-96.860082,"WGS84","o-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",40,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45506",5,32.819952,-96.860082,"WGS84","m & p-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,0,"","","Certification not required",40,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","45801",10,32.819952,-96.860082,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0069","61101",2,32.819952,-96.860082,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,5.412313,2.53435,18.5,"2013-02-25 22:00",18.1,"2013-02-25 23:00",18,"2013-02-26 00:00",18,"2013-02-26 01:00","","","","",12.6,11.6,10.1,8.8,6.9,5.1,2.4,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","61103",2,32.819952,-96.860082,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7270,83,302,365,0,26,"","","Certification not required",0,4.949601,2.475384,18.1,"2013-02-25 22:00",17.7,"2013-02-25 23:00",17.5,"2013-02-26 00:00",17.5,"2013-02-26 01:00","","","","",12,11,9.5,8.3,6.4,4.6,2.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","61104",2,32.819952,-96.860082,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7270,83,302,365,0,26,"","","Certification not required",0,170.307937,90.036498,359.9,"2013-01-13 17:00",359.9,"2013-05-10 04:00",359.8,"2013-07-01 23:00",359.8,"2013-08-10 09:00","","","","",356.3,352.5,340.8,322,206.6,154.7,56.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","61105",2,32.819952,-96.860082,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,12.056493,5.393469,41,"2013-06-17 06:00",36,"2013-04-18 03:00",35,"2013-01-29 15:00",34,"2013-02-25 22:00","","","","",27,25,22,19,15,12,5,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","61106",2,32.819952,-96.860082,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7270,83,302,365,0,26,"","","Certification not required",0,23.581169,9.493398,79.7,"2013-09-06 12:00",78.1,"2013-08-14 03:00",76.8,"2013-09-19 15:00",76.7,"2013-09-25 10:00","","","","",60.6,53.5,42.6,34,26.6,22,14.4,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","62101",2,32.819952,-96.860082,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,70.803537,16.540463,105,"2013-08-07 15:00",105,"2013-08-07 16:00",104,"2013-08-07 14:00",104,"2013-08-07 17:00","","","","",100,98,95,91,84,73,47,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","62103",1,32.819952,-96.860082,"WGS84","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,52.42295,15.462131,74,"2013-08-13 17:00",74,"2013-08-14 16:00",74,"2013-08-14 17:00",73,"2013-06-17 19:00","","","","",72,71,70,69,66,57,28,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","62201",2,32.819952,-96.860082,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7296,83,304,365,0,0,"","","Certification not required",0,55.948328,19.132407,95,"2013-01-27 07:00",95,"2013-01-27 08:00",94,"2013-01-10 04:00",94,"2013-01-10 05:00","","","","",92,91,87,82,71,56,30,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","63101",1,32.819952,-96.860082,"WGS84","VISIBILITY","1 HOUR","","Observed Values","INSTRUMENTAL - FOG VISIOMETER",2013,"Miles (visibility)","No Events",7293,83,304,365,0,3,"","","Certification not required",0,12.563458,4.256954,27.4,"2013-01-30 15:00",26.7,"2013-01-30 17:00",26.6,"2013-02-21 15:00",26.5,"2013-01-30 12:00","","","","",23,21.9,20.2,18.3,15.3,12.2,7.6,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","63301",1,32.819952,-96.860082,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7287,83,304,365,0,9,"","","Certification not required",3483,0.290964,0.39948,1.42,"2013-05-03 12:00",1.41,"2013-05-04 12:00",1.41,"2013-06-02 12:00",1.4,"2013-04-19 12:00","","","","",1.32,1.24,1.13,0.99,0.54,0.02,0.005,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","68103",1,32.819952,-96.860082,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",356,100,61,61,0,0,"","","Certification not required",0,14.986517,9.314924,29.5,"2013-08-01 00:00",29.3,"2013-08-05 00:00",29,"2013-08-09 00:00",28.9,"2013-07-10 00:00","","","","",28.9,28.5,27.7,26.6,24,15.2,2,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68103",2,32.819952,-96.860082,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,13.416071,8.760963,26.8,"2013-08-08 00:00",26.8,"2013-09-01 00:00",26.2,"2013-08-02 00:00",26,"2013-09-13 00:00","","","","",26.8,26.8,26.2,25.2,21.5,13.6,2.8,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68103",5,32.819952,-96.860082,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",64,52,64,122,0,25,"","","Certification not required",0,10.110938,9.694281,30,"2013-04-16 00:00",24.8,"2013-09-01 00:00",24.5,"2013-05-01 00:00",24.4,"2013-08-23 00:00","","","","",30,24.8,24.4,22.7,18.9,10.1,-2.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","68104",1,32.819952,-96.860082,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",356,100,61,61,0,0,"","","Certification not required",0,27.735393,9.902282,44.6,"2013-08-31 00:00",44.5,"2013-09-01 00:00",43.9,"2013-08-07 00:00",43.5,"2013-06-28 00:00","","","","",43.5,42.8,42,40.4,36.3,27.5,14.2,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68104",2,32.819952,-96.860082,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,25.880357,9.487512,42.3,"2013-09-01 00:00",40.4,"2013-08-02 00:00",39.4,"2013-08-08 00:00",39,"2013-09-07 00:00","","","","",42.3,40.4,39.4,38.5,34.2,25.9,12.5,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68104",5,32.819952,-96.860082,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",53,43,53,122,0,36,"","","Certification not required",0,26.703774,10.854545,47.2,"2013-09-01 00:00",45.9,"2013-08-29 00:00",44.3,"2013-09-04 00:00",42.9,"2013-09-07 00:00","","","","",47.2,45.9,44.3,42,35.8,26.5,12.9,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","68105",1,32.819952,-96.860082,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",356,100,61,61,0,0,"","","Certification not required",0,20.791854,9.395208,35.7,"2013-08-01 00:00",35.4,"2013-08-07 00:00",35.3,"2013-08-31 00:00",35.1,"2013-09-01 00:00","","","","",35.1,34.7,33.8,32.7,29.2,21.3,7.6,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68105",2,32.819952,-96.860082,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,19.146429,8.907647,33.4,"2013-09-01 00:00",32.9,"2013-08-02 00:00",32.9,"2013-08-08 00:00",31.5,"2013-09-07 00:00","","","","",33.4,32.9,32.9,30.9,27.1,20.8,9.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68105",3,32.819952,-96.860082,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,22.046667,8.943576,34.4,"2013-08-02 00:00",34.4,"2013-09-01 00:00",33.9,"2013-08-08 00:00",33.3,"2013-06-27 00:00","","","","",34.4,34.4,33.9,32.8,29.4,23.3,8.9,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","113","0069","68105",5,32.819952,-96.860082,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",53,43,53,122,0,36,"","","Certification not required",0,16.858491,9.790369,34.5,"2013-09-01 00:00",32.9,"2013-08-23 00:00",32.8,"2013-08-29 00:00",32.8,"2013-09-04 00:00","","","","",34.5,32.9,32.8,31.5,25.6,15.5,7.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","68106",1,32.819952,-96.860082,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",356,100,61,61,0,0,"","","Certification not required",0,744.289326,4.613269,757,"2013-11-23 00:00",756,"2013-11-13 00:00",755,"2013-01-04 00:00",755,"2013-11-07 00:00","","","","",755,755,753,751,747,744,738,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68106",2,32.819952,-96.860082,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,749.214286,5.594524,762,"2013-11-24 00:00",761,"2013-12-12 00:00",759,"2013-10-25 00:00",759,"2013-11-12 00:00","","","","",762,761,759,759,753,749,743,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68106",5,32.819952,-96.860082,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,745.872093,3.629281,757,"2013-01-04 00:00",755,"2013-03-26 00:00",754,"2013-03-02 00:00",752,"2013-01-16 00:00","","","","",757,755,752,751,748,746,741,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","68107",1,32.819952,-96.860082,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",356,100,61,61,0,0,"","","Certification not required",0,749.882022,4.729007,764,"2013-11-12 00:00",764,"2013-11-13 00:00",762,"2013-11-24 00:00",762,"2013-12-11 00:00","","","","",762,761,759,757,753,749,744,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68107",2,32.819952,-96.860082,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,755.589286,6.163756,771,"2013-11-12 00:00",770,"2013-12-12 00:00",769,"2013-11-24 00:00",768,"2013-12-24 00:00","","","","",771,770,769,764,760,754,749,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68107",5,32.819952,-96.860082,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,750.697674,3.880782,762,"2013-01-04 00:00",761,"2013-03-26 00:00",759,"2013-03-02 00:00",758,"2013-02-15 00:00","","","","",762,761,757,756,753,750,746,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","68108",1,32.819952,-96.860082,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",356,100,61,61,0,0,"","","Certification not required",0,747.106742,4.574868,761,"2013-11-13 00:00",760,"2013-11-12 00:00",759,"2013-11-23 00:00",759,"2013-11-24 00:00","","","","",759,757,756,754,750,747,742,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68108",2,32.819952,-96.860082,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,752.589286,5.7707,766,"2013-11-12 00:00",766,"2013-11-24 00:00",766,"2013-12-12 00:00",764,"2013-12-24 00:00","","","","",766,766,766,761,756,752,746,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","68108",3,32.819952,-96.860082,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,748.288889,3.952112,760,"2013-01-04 00:00",757,"2013-02-15 00:00",756,"2013-03-05 00:00",755,"2013-01-22 00:00","","","","",760,760,756,754,750,747,744,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","113","0069","68108",5,32.819952,-96.860082,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,748.046512,3.693896,759,"2013-01-04 00:00",757,"2013-03-26 00:00",756,"2013-03-02 00:00",755,"2013-02-15 00:00","","","","",759,757,754,753,750,748,744,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","85101",4,32.819952,-96.860082,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8065,92,336,365,0,669,"","","Certification not required",31,25.578549,13.400031,181,"2013-01-30 00:00",168,"2013-01-29 23:00",145,"2013-01-29 22:00",128,"2013-01-30 01:00","","","","",74,65,49,41,31,23,12,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","86101",4,32.819952,-96.860082,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7856,90,334,365,0,878,"","","Certification not required",0,12.834178,9.526077,155,"2013-01-30 00:00",140,"2013-01-29 23:00",120,"2013-01-29 22:00",105,"2013-01-30 01:00","","","","",45.5,39,30,24,16.7,11,3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","88101",1,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,9,0,0,"Requested but not yet concurred",0,9.635393,5.093933,31.3,"2013-05-18 00:00",29.6,"2013-08-08 00:00",28,"2013-12-27 00:00",25.5,"2013-04-16 00:00","","","","",25.5,23.2,20,16.4,12,8.4,4.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","88101",1,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",356,98,356,365,0,9,"","","Requested but not yet concurred",0,9.635393,5.093933,31.3,"2013-05-18 00:00",29.6,"2013-08-08 00:00",28,"2013-12-27 00:00",25.5,"2013-04-16 00:00","","","","",25.5,23.2,20,16.4,12,8.4,4.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","88101",2,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,0,0,"Requested but not yet concurred",0,9.103571,5.488698,29.4,"2013-08-08 00:00",25.6,"2013-04-16 00:00",22.4,"2013-12-12 00:00",19.5,"2013-09-13 00:00","","","","",29.4,25.6,22.4,15,11.1,7.7,3.9,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","88101",2,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,5,"","","Requested but not yet concurred",0,9.103571,5.488698,29.4,"2013-08-08 00:00",25.6,"2013-04-16 00:00",22.4,"2013-12-12 00:00",19.5,"2013-09-13 00:00","","","","",29.4,25.6,22.4,15,11.1,7.7,3.9,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","113","0069","88101",4,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",8355,95,362,365,0,379,"","","Requested but not yet concurred",0,12.989252,7.162615,56,"2013-12-27 07:00",54,"2013-08-08 11:00",53,"2013-08-07 11:00",52,"2013-08-08 12:00","","","","",35,31,26,22.4,17,12,5,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","88101",4,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,1,1,"Requested but not yet concurred",0,12.916338,5.528285,37.7,"2013-08-08 00:00",33.7,"2013-05-18 00:00",32.8,"2013-08-07 00:00",31.5,"2013-08-09 00:00","","","","",31.5,25.5,22.7,20,16.4,11.8,6.7,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","88101",4,32.819952,-96.860082,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Requested but not yet concurred",0,12.916338,5.528285,37.7,"2013-08-08 00:00",33.7,"2013-05-18 00:00",32.8,"2013-08-07 00:00",31.5,"2013-08-09 00:00","","","","",31.5,25.5,22.7,20,16.4,11.8,6.7,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0069","88102",5,32.819952,-96.860082,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",79,0.020982,0.007559,0.064,"2013-02-24 00:00",0.045,"2013-09-28 00:00",0.041,"2013-06-27 00:00",0.033,"2013-07-27 00:00","","","","",0.064,0.045,0.026,0.026,0.024,0.021,0.014,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88103",5,32.819952,-96.860082,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.000565,0.000851,0.004,"2013-02-21 00:00",0.002,"2013-01-19 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-06 00:00","","","","",0.004,0.002,0.002,0.002,0.001,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88104",5,32.819952,-96.860082,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",32,0.098535,0.239526,1.66,"2013-08-08 00:00",0.972,"2013-06-27 00:00",0.741,"2013-06-24 00:00",0.726,"2013-04-22 00:00","","","","",1.66,0.972,0.493,0.207,0.056,0.027,0.0065,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88107",5,32.819952,-96.860082,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",82,0.007629,0.00763,0.0295,"2013-02-21 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.029,0.0055,0.005,0.00385,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88109",5,32.819952,-96.860082,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",26,0.002854,0.001815,0.0093,"2013-04-16 00:00",0.0078,"2013-02-24 00:00",0.0067,"2013-05-19 00:00",0.0064,"2013-10-28 00:00","","","","",0.0093,0.0078,0.0062,0.0051,0.0039,0.0026,0.0009,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88110",5,32.819952,-96.860082,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.001365,0.003309,0.015,"2013-08-23 00:00",0.015,"2013-09-19 00:00",0.012,"2013-02-09 00:00",0.012,"2013-02-24 00:00","","","","",0.015,0.015,0.008,0.005,0,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88111",5,32.819952,-96.860082,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",1,0.100444,0.103438,0.736,"2013-08-08 00:00",0.366,"2013-09-25 00:00",0.335,"2013-06-27 00:00",0.312,"2013-08-29 00:00","","","","",0.736,0.366,0.282,0.221,0.126,0.0705,0.0203,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88112",5,32.819952,-96.860082,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.007459,0.019602,0.114,"2013-09-22 00:00",0.106,"2013-10-04 00:00",0.085,"2013-11-03 00:00",0.043,"2013-04-22 00:00","","","","",0.114,0.106,0.036,0.012,0.005,0.002,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88113",5,32.819952,-96.860082,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",77,0.000801,0.000511,0.0042,"2013-08-08 00:00",0.0032,"2013-06-27 00:00",0.0017,"2013-09-16 00:00",0.0015,"2013-02-06 00:00","","","","",0.0042,0.0032,0.0015,0.001,0.0007,0.0007,0.00055,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88114",5,32.819952,-96.860082,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",33,0.002801,0.002211,0.0118,"2013-04-22 00:00",0.01,"2013-09-25 00:00",0.0077,"2013-08-29 00:00",0.0076,"2013-06-03 00:00","","","","",0.0118,0.01,0.0073,0.0058,0.0038,0.0023,0.0008,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88115",5,32.819952,-96.860082,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",43,0.018342,0.038127,0.213,"2013-08-08 00:00",0.17,"2013-06-24 00:00",0.155,"2013-01-28 00:00",0.135,"2013-07-09 00:00","","","","",0.213,0.17,0.13,0.046,0.011,0.0055,0.0025,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88117",5,32.819952,-96.860082,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.007535,0.011604,0.0435,"2013-02-21 00:00",0.0435,"2013-03-23 00:00",0.0435,"2013-06-18 00:00",0.0435,"2013-07-21 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88118",5,32.819952,-96.860082,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.009816,0.006765,0.023,"2013-02-21 00:00",0.023,"2013-03-23 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88126",5,32.819952,-96.860082,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.110873,0.147752,1.12,"2013-08-08 00:00",0.581,"2013-06-27 00:00",0.489,"2013-06-24 00:00",0.387,"2013-08-29 00:00","","","","",1.12,0.581,0.363,0.214,0.106,0.0686,0.0321,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88128",5,32.819952,-96.860082,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.000882,0.001515,0.009,"2013-01-31 00:00",0.006,"2013-09-28 00:00",0.005,"2013-01-16 00:00",0.004,"2013-05-13 00:00","","","","",0.009,0.006,0.003,0.003,0.001,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88131",5,32.819952,-96.860082,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.010276,0.003527,0.0165,"2013-01-28 00:00",0.0165,"2013-02-06 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-05-04 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88132",5,32.819952,-96.860082,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.002259,0.002812,0.018,"2013-08-08 00:00",0.011,"2013-08-29 00:00",0.008,"2013-04-22 00:00",0.008,"2013-06-24 00:00","","","","",0.018,0.011,0.008,0.004,0.003,0.002,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88136",5,32.819952,-96.860082,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.000776,0.002157,0.018,"2013-04-22 00:00",0.005,"2013-05-01 00:00",0.005,"2013-06-27 00:00",0.004,"2013-04-16 00:00","","","","",0.018,0.005,0.003,0.002,0.001,0,0,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88140",5,32.819952,-96.860082,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",70,0.011547,0.016409,0.131,"2013-08-08 00:00",0.053,"2013-05-19 00:00",0.0517,"2013-08-20 00:00",0.0444,"2013-05-28 00:00","","","","",0.131,0.053,0.0368,0.021,0.009,0.006,0.00475,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88152",5,32.819952,-96.860082,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.005674,0.002033,0.017,"2013-08-08 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-24 00:00","","","","",0.017,0.008,0.008,0.008,0.008,0.005,0.0045,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88154",5,32.819952,-96.860082,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.001062,0.000347,0.0032,"2013-04-28 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-17 00:00","","","","",0.0032,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88160",5,32.819952,-96.860082,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",81,0.013624,0.00416,0.026,"2013-09-01 00:00",0.024,"2013-10-16 00:00",0.023,"2013-02-21 00:00",0.018,"2013-01-28 00:00","","","","",0.026,0.024,0.018,0.018,0.016,0.016,0.01,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88161",5,32.819952,-96.860082,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",60,0.007056,0.014321,0.095,"2013-08-08 00:00",0.065,"2013-06-27 00:00",0.0606,"2013-06-24 00:00",0.0372,"2013-07-30 00:00","","","","",0.095,0.065,0.024,0.0119,0.0046,0.0025,0.0021,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88164",5,32.819952,-96.860082,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",80,0.001731,0.000746,0.0058,"2013-07-30 00:00",0.0048,"2013-08-29 00:00",0.004,"2013-01-19 00:00",0.004,"2013-04-22 00:00","","","","",0.0058,0.0048,0.0034,0.0019,0.0019,0.0015,0.0015,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88165",5,32.819952,-96.860082,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",1,0.224734,0.488281,3.73,"2013-08-08 00:00",1.68,"2013-06-27 00:00",1.64,"2013-06-24 00:00",1.14,"2013-07-30 00:00","","","","",3.73,1.68,0.89,0.423,0.165,0.0888,0.027,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88166",5,32.819952,-96.860082,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",84,0.008896,0.005233,0.021,"2013-03-26 00:00",0.019,"2013-05-13 00:00",0.019,"2013-05-22 00:00",0.0185,"2013-01-28 00:00","","","","",0.021,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88167",5,32.819952,-96.860082,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",18,0.006119,0.004835,0.0343,"2013-06-15 00:00",0.0175,"2013-01-19 00:00",0.0161,"2013-02-24 00:00",0.0134,"2013-08-29 00:00","","","","",0.0343,0.0175,0.0131,0.011,0.0084,0.005,0.00175,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88168",5,32.819952,-96.860082,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",76,0.001754,0.002222,0.0201,"2013-09-01 00:00",0.0068,"2013-08-08 00:00",0.0053,"2013-04-04 00:00",0.0042,"2013-09-04 00:00","","","","",0.0201,0.0068,0.0035,0.0028,0.00175,0.00115,0.00085,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88169",5,32.819952,-96.860082,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.718931,0.484844,3.31,"2013-04-16 00:00",1.69,"2013-09-04 00:00",1.6,"2013-09-01 00:00",1.58,"2013-05-19 00:00","","","","",3.31,1.69,1.44,1.26,1,0.633,0.248,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88176",5,32.819952,-96.860082,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",85,0.001005,0.000216,0.0013,"2013-01-28 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88180",5,32.819952,-96.860082,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,0.070024,0.066286,0.455,"2013-08-08 00:00",0.348,"2013-04-16 00:00",0.184,"2013-07-06 00:00",0.178,"2013-05-19 00:00","","","","",0.455,0.348,0.175,0.145,0.0827,0.0522,0.0215,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88184",5,32.819952,-96.860082,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",34,0.102365,0.12336,0.583,"2013-08-08 00:00",0.534,"2013-05-19 00:00",0.445,"2013-05-28 00:00",0.42,"2013-06-27 00:00","","","","",0.583,0.534,0.41,0.25,0.128,0.048,0.0155,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88185",5,32.819952,-96.860082,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",81,0.004166,0.004199,0.0161,"2013-04-22 00:00",0.0118,"2013-07-12 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-06 00:00","","","","",0.0161,0.0118,0.0115,0.0115,0.0023,0.00225,0.0014,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88301",5,32.819952,-96.860082,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.551977,0.388589,2.69,"2013-04-16 00:00",1.41,"2013-02-06 00:00",1.16,"2013-01-16 00:00",1.12,"2013-09-04 00:00","","","","",2.69,1.41,1.11,0.936,0.75,0.536,0.147,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88302",5,32.819952,-96.860082,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",5,0.147085,0.182737,1.27,"2013-03-05 00:00",0.6,"2013-05-19 00:00",0.557,"2013-08-08 00:00",0.48,"2013-01-28 00:00","","","","",1.27,0.6,0.477,0.39,0.174,0.083,0.021,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88303",5,32.819952,-96.860082,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",23,0.043159,0.04808,0.341,"2013-04-16 00:00",0.208,"2013-05-19 00:00",0.178,"2013-03-14 00:00",0.164,"2013-07-06 00:00","","","","",0.341,0.208,0.104,0.075,0.047,0.0313,0.012,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88306",5,32.819952,-96.860082,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.706512,0.575216,3.38,"2013-01-04 00:00",3.33,"2013-01-16 00:00",2.04,"2013-03-26 00:00",1.88,"2013-01-19 00:00","","","","",3.38,3.33,1.81,1.54,0.764,0.552,0.294,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88355",5,32.819952,-96.860082,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,1.968927,0.832956,5.33,"2013-07-06 00:00",4.47,"2013-07-03 00:00",4.14,"2013-04-16 00:00",3.48,"2013-09-04 00:00","","","","",5.33,4.47,3.27,2.95,2.39,1.91,1.08,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88357",5,32.819952,-96.860082,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.389451,0.238828,1.66,"2013-09-25 00:00",0.992,"2013-07-18 00:00",0.889,"2013-08-29 00:00",0.815,"2013-05-22 00:00","","","","",1.66,0.992,0.797,0.701,0.476,0.308,0.194,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88370",5,32.819952,-96.860082,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,1.854305,0.785963,5.13,"2013-07-06 00:00",4.19,"2013-07-03 00:00",3.95,"2013-04-16 00:00",3.31,"2013-09-04 00:00","","","","",5.13,4.19,3.16,2.74,2.24,1.82,1.03,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88374",5,32.819952,-96.860082,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.134122,0.112649,0.602,"2013-09-04 00:00",0.561,"2013-07-06 00:00",0.399,"2013-09-01 00:00",0.386,"2013-01-16 00:00","","","","",0.602,0.561,0.334,0.264,0.189,0.095,0.036,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88375",5,32.819952,-96.860082,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.497634,0.201955,1.19,"2013-07-06 00:00",1.08,"2013-07-03 00:00",1.07,"2013-04-16 00:00",0.925,"2013-09-01 00:00","","","","",1.19,1.08,0.873,0.782,0.598,0.474,0.276,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88376",5,32.819952,-96.860082,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.535573,0.228704,1.34,"2013-07-03 00:00",1.33,"2013-07-06 00:00",1.17,"2013-01-04 00:00",1.03,"2013-02-03 00:00","","","","",1.34,1.33,0.963,0.815,0.634,0.517,0.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88377",5,32.819952,-96.860082,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.383841,0.206518,1.25,"2013-04-16 00:00",1.02,"2013-07-03 00:00",0.96,"2013-07-06 00:00",0.805,"2013-09-04 00:00","","","","",1.25,1.02,0.776,0.568,0.464,0.361,0.175,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88378",5,32.819952,-96.860082,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",3,0.303427,0.172244,1.09,"2013-07-06 00:00",0.744,"2013-05-19 00:00",0.698,"2013-04-16 00:00",0.688,"2013-03-14 00:00","","","","",1.09,0.744,0.52,0.484,0.407,0.288,0.127,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88380",5,32.819952,-96.860082,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.503951,0.283191,1.68,"2013-09-25 00:00",1.16,"2013-07-18 00:00",1.11,"2013-02-03 00:00",1.08,"2013-07-03 00:00","","","","",1.68,1.16,1.02,0.886,0.628,0.409,0.255,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88383",5,32.819952,-96.860082,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.718768,0.333879,1.65,"2013-07-06 00:00",1.58,"2013-09-25 00:00",1.46,"2013-07-18 00:00",1.42,"2013-07-03 00:00","","","","",1.65,1.58,1.41,1.23,0.912,0.626,0.353,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88384",5,32.819952,-96.860082,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.086483,0.029723,0.192,"2013-06-12 00:00",0.17,"2013-10-16 00:00",0.161,"2013-06-03 00:00",0.144,"2013-06-27 00:00","","","","",0.192,0.17,0.136,0.123,0.0978,0.0825,0.0564,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88385",5,32.819952,-96.860082,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",55,0.002641,0.003271,0.0171,"2013-08-08 00:00",0.0167,"2013-08-29 00:00",0.0125,"2013-09-16 00:00",0.0101,"2013-06-12 00:00","","","","",0.0171,0.0167,0.00763,0.00632,0.00303,0.001,0.001,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88388",5,32.819952,-96.860082,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,7,"","","Certification not required",0,0.418024,0.201771,1.29,"2013-07-06 00:00",0.881,"2013-04-16 00:00",0.859,"2013-03-14 00:00",0.802,"2013-05-19 00:00","","","","",1.29,0.881,0.697,0.636,0.553,0.386,0.201,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88403",5,32.819952,-96.860082,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,1.860302,1.308038,9.3,"2013-04-16 00:00",4.51,"2013-05-19 00:00",3.86,"2013-09-04 00:00",3.63,"2013-09-01 00:00","","","","",9.3,4.51,3.58,3.18,2.74,1.67,0.558,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0069","88502",3,32.819952,-96.860082,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8462,97,351,365,0,287,"","","Certification not required",0,9.383385,5.782314,43.1,"2013-07-11 14:00",42.4,"2013-05-18 01:00",39.7,"2013-05-18 02:00",39.4,"2013-05-18 19:00","","","","",27.3,24.5,20.2,17.1,12.4,8.5,2.9,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","88502",3,32.819952,-96.860082,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,9.318803,4.540823,31.5,"2013-05-18 00:00",28.5,"2013-08-08 00:00",27.2,"2013-04-16 00:00",26.6,"2013-08-09 00:00","","","","",26.6,22.5,17.4,15.3,11.3,8.9,4.3,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0069","88502",5,32.819952,-96.860082,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",85,70,85,122,0,4,"","","Certification not required",0,9.597647,4.960126,29.5,"2013-08-08 00:00",24.5,"2013-04-16 00:00",19.8,"2013-06-27 00:00",18.5,"2013-08-29 00:00","","","","",29.5,24.5,18.3,16.9,11.6,8.8,4.1,"DALLAS HINTON","1415 HINTON STREET","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-14" +"48","113","0075","42601",1,32.919206,-96.808498,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8575,98,363,365,0,185,"","","Certification not required",0,2.417528,8.319097,134.7,"2013-12-27 07:00",114.3,"2013-12-31 08:00",113,"2013-12-27 08:00",112.1,"2013-12-10 21:00","","","","",46.4,25.5,8.7,3.6,1.3,0.6,0,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","42602",1,32.919206,-96.808498,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8575,98,363,365,0,185,0,"","Certification not required",0,16.310193,10.611803,44.2,"2013-12-17 20:00",42.4,"2013-05-06 23:00",42.4,"2013-12-02 20:00",42.1,"2013-12-27 20:00","","","","",42.1,39.4,36.4,33.7,23.1,13,4.8,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","42602",1,32.919206,-96.808498,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8575,98,363,365,0,185,"","","Certification not required",0,6.999219,7.360698,44.2,"2013-12-17 20:00",44.1,"2013-12-17 19:00",43.5,"2013-12-17 18:00",43.2,"2013-12-17 21:00","","","","",33.9,31.1,24.4,16.8,8.6,4.6,1.1,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","42603",1,32.919206,-96.808498,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8575,98,363,365,0,185,"","","Certification not required",0,9.490216,14.113382,161.2,"2013-12-27 07:00",151.8,"2013-12-31 08:00",150.7,"2013-12-10 21:00",144.2,"2013-12-27 08:00","","","","",76.6,54.5,34.6,20.7,9.9,5.2,1.3,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","44201",1,32.919206,-96.808498,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8559,100,245,245,0,201,0,0,"Requested but not yet concurred",456,0.053559,0.01408,0.097,"2013-08-29 17:00",0.091,"2013-08-31 11:00",0.09,"2013-09-06 15:00",0.089,"2013-06-28 12:00","","","","",0.09,0.088,0.079,0.071,0.062,0.053,0.042,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","44201",1,32.919206,-96.808498,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8618,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.04762,0.013035,0.083,"2013-08-29 12:00",0.079,"2013-08-30 10:00",0.078,"2013-09-06 11:00",0.077,"2013-07-05 11:00","","","","",0.078,0.077,0.073,0.065,0.055,0.047,0.037,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","44201",1,32.919206,-96.808498,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8618,100,245,245,0,0,6,6,"Requested but not yet concurred",0,0.04762,0.013035,0.083,"2013-08-29 12:00",0.079,"2013-08-30 10:00",0.078,"2013-09-06 11:00",0.077,"2013-07-05 11:00","","","","",0.078,0.077,0.073,0.065,0.055,0.047,0.037,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0075","61101",1,32.919206,-96.808498,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,5.749589,2.640109,17.9,"2013-03-05 02:00",16.5,"2013-02-25 19:00",16.3,"2013-02-25 22:00",16.2,"2013-02-25 21:00","","","","",12.9,11.9,10.6,9.3,7.4,5.5,2.6,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","61103",1,32.919206,-96.808498,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,5.277475,2.547926,16.4,"2013-03-05 02:00",16,"2013-02-25 19:00",15.7,"2013-02-25 21:00",15.6,"2013-02-25 22:00","","","","",12.2,11.2,10,8.7,6.9,5,2.2,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","61104",1,32.919206,-96.808498,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,165.116753,90.32565,360,"2013-02-27 08:00",359.9,"2013-06-06 16:00",359.9,"2013-06-29 14:00",359.8,"2013-01-25 10:00","","","","",356.9,354.4,344.3,324.2,199.8,153.3,53.7,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","61105",1,32.919206,-96.808498,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,12.405128,5.611195,41,"2013-05-21 13:00",40,"2013-03-05 02:00",37,"2013-02-25 22:00",36,"2013-04-18 03:00","","","","",27,25,23,20,16,12,5,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","61106",1,32.919206,-96.808498,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,22.794818,9.312032,78.6,"2013-07-14 16:00",74.8,"2013-02-14 15:00",74.3,"2013-03-26 15:00",73.3,"2013-07-24 04:00","","","","",59.6,53.7,42.9,33.7,24.9,20.3,14.7,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","62101",1,32.919206,-96.808498,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,69.450233,16.230478,103,"2013-08-07 15:00",103,"2013-08-07 16:00",102,"2013-08-07 14:00",102,"2013-08-07 17:00","","","","",98,96,93,89,82,72,46,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","63301",1,32.919206,-96.808498,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3494,0.293578,0.40946,1.42,"2013-07-28 12:00",1.4,"2013-06-02 12:00",1.4,"2013-06-09 11:00",1.39,"2013-05-04 12:00","","","","",1.33,1.28,1.18,1.02,0.53,0.02,0.005,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0075","81102",1,32.919206,-96.808498,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,17.9,11.568074,82,"2013-08-08 00:00",39,"2013-09-25 00:00",36,"2013-04-16 00:00",31,"2013-03-05 00:00","","","","",82,39,36,29,23,17,7,"Dallas North #2","12532 1/2 Nuestra Drive","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","113","0087","42601",1,32.676451,-96.87206,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,326,365,0,1023,"","","Certification not required",0,1.17728,4.748898,91.1,"2013-12-27 08:00",87.2,"2013-12-27 07:00",86.3,"2013-01-16 20:00",76,"2013-11-10 21:00","","","","",21.2,12.6,4.6,2,0.6,0.2,0,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-29" +"48","113","0087","42602",1,32.676451,-96.87206,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,326,365,0,1023,0,"","Certification not required",0,17.056135,10.004569,45,"2013-03-11 21:00",42.3,"2013-12-27 20:00",39.6,"2013-03-13 20:00",39.4,"2013-01-16 21:00","","","","",39.6,39.2,36,32.1,24,13.7,6,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-29" +"48","113","0087","42602",1,32.676451,-96.87206,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,326,365,0,1023,"","","Certification not required",0,7.254807,6.714804,45,"2013-03-11 21:00",43.7,"2013-03-11 20:00",43.5,"2013-12-17 18:00",42.3,"2013-12-27 20:00","","","","",33.4,30.1,22.5,15.9,8.6,4.9,2.1,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-29" +"48","113","0087","42603",1,32.676451,-96.87206,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7729,88,326,365,0,1023,"","","Certification not required",0,7.309393,10.023644,120.3,"2013-01-16 20:00",120,"2013-12-27 08:00",116.4,"2013-12-27 07:00",109.2,"2013-11-10 21:00","","","","",48.8,39.5,25.8,16.7,8.1,4.1,0.9,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-29" +"48","113","0087","44201",1,32.676451,-96.87206,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8655,100,245,245,0,97,0,0,"Requested but not yet concurred",440,0.048465,0.013317,0.093,"2013-08-01 12:00",0.092,"2013-06-28 14:00",0.088,"2013-07-24 17:00",0.085,"2013-09-03 14:00","","","","",0.088,0.079,0.072,0.066,0.056,0.049,0.039,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0087","44201",1,32.676451,-96.87206,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,100,244,245,0,0,0,0,"Requested but not yet concurred",0,0.04282,0.012232,0.083,"2013-08-01 11:00",0.081,"2013-09-03 11:00",0.075,"2013-06-28 11:00",0.074,"2013-09-04 11:00","","","","",0.075,0.069,0.063,0.06,0.051,0.043,0.034,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0087","44201",1,32.676451,-96.87206,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8715,100,244,245,0,0,2,2,"Requested but not yet concurred",0,0.04282,0.012232,0.083,"2013-08-01 11:00",0.081,"2013-09-03 11:00",0.075,"2013-06-28 11:00",0.074,"2013-09-04 11:00","","","","",0.075,0.069,0.063,0.06,0.051,0.043,0.034,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","113","0087","61101",1,32.676451,-96.87206,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7097,81,295,365,0,196,"","","Certification not required",0,7.485036,3.470098,20.8,"2013-04-18 02:00",20.4,"2013-03-05 02:00",20.2,"2013-05-21 00:00",19.7,"2013-05-20 23:00","","","","",17.1,16.1,14.1,12.5,9.6,6.9,3.5,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0087","61103",1,32.676451,-96.87206,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7097,81,295,365,0,196,"","","Certification not required",0,7.106031,3.447292,20.5,"2013-04-18 02:00",19.7,"2013-05-21 00:00",19.3,"2013-05-20 23:00",19.2,"2013-05-28 23:00","","","","",16.5,15.6,13.7,12.1,9.2,6.6,3.2,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0087","61104",1,32.676451,-96.87206,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7097,81,295,365,0,196,"","","Certification not required",0,168.57482,91.029683,360,"2013-06-30 17:00",360,"2013-07-01 09:00",359.9,"2013-02-23 10:00",359.8,"2013-04-04 05:00","","","","",357.1,354.9,347.1,327.2,204.2,167.8,44,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0087","61105",1,32.676451,-96.87206,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7097,81,295,365,0,196,"","","Certification not required",0,13.719882,6.29446,42,"2013-05-29 17:00",41,"2013-01-29 15:00",39,"2013-02-10 03:00",39,"2013-05-20 22:00","","","","",31,29,26,22,17,13,6,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0087","61106",1,32.676451,-96.87206,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7097,81,295,365,0,196,"","","Certification not required",0,17.587178,9.660974,79.4,"2013-08-16 08:00",74.6,"2013-07-14 17:00",73.9,"2013-06-06 05:00",73.8,"2013-05-24 23:00","","","","",57.5,49.8,37.7,29,19.9,14.6,10.1,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","113","0087","62101",1,32.676451,-96.87206,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7273,83,304,365,0,20,"","","Certification not required",0,68.867592,16.275802,102,"2013-08-07 15:00",102,"2013-08-07 16:00",102,"2013-08-07 17:00",102,"2013-09-01 16:00","","","","",98,96,93,89,81,71,45,"Dallas Redbird Airport Executive","3277 W Redbird Lane","Texas","Dallas","Dallas","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","42600",2,33.219056,-97.196287,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8258,94,357,365,0,366,"","","Certification not required",0,9.354614,10.860422,166.8,"2013-03-20 05:00",121.2,"2013-04-01 06:00",120.9,"2013-12-03 02:00",108.1,"2013-11-01 05:00","","","","",55.7,42.7,28.7,20.2,11.2,5.7,2.2,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","42601",1,33.219056,-97.196287,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8426,96,355,365,0,198,"","","Certification not required",0,1.663696,5.880721,112,"2013-03-20 05:00",92.2,"2013-12-18 07:00",83.1,"2013-12-27 08:00",82.3,"2013-01-18 08:00","","","","",30.4,18.7,8.2,2.8,0.8,0.2,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","42601",2,33.219056,-97.196287,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7255,83,286,365,0,1369,"","","Certification not required",0,1.922812,6.561465,132.2,"2013-03-20 05:00",98.6,"2013-04-01 06:00",92.1,"2013-12-03 02:00",84.5,"2013-01-18 08:00","","","","",32,19.4,8.9,3.3,0.9,0.3,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","42602",1,33.219056,-97.196287,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8426,96,355,365,0,198,0,"","Certification not required",0,17.067324,8.650375,44.8,"2013-03-20 05:00",44.3,"2013-01-20 19:00",41.3,"2013-02-14 20:00",41.2,"2013-12-02 19:00","","","","",41.2,38.9,33.7,28.6,22.3,16.1,6.6,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","42602",1,33.219056,-97.196287,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8426,96,355,365,0,198,"","","Certification not required",0,7.23691,6.164879,44.8,"2013-03-20 05:00",44.3,"2013-01-20 19:00",41.3,"2013-02-14 20:00",41.2,"2013-12-02 19:00","","","","",29.8,25.6,19.8,15.6,9.7,5,2,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","42603",1,33.219056,-97.196287,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8426,96,355,365,0,198,"","","Certification not required",0,8.817529,10.042113,156.7,"2013-03-20 05:00",103.6,"2013-12-18 07:00",100,"2013-12-27 08:00",93.7,"2013-01-18 08:00","","","","",54.3,39.5,27.3,19.5,10.6,5.3,2.1,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","43102",2,33.219056,-97.196287,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,275.618519,337.944301,1571.54,"2013-10-07 00:00",1500.55,"2013-08-20 00:00",1016.52,"2013-05-04 00:00",939.99,"2013-07-03 00:00","","","","",1571.54,1500.55,1016.52,723.64,254.57,152.73,56.98,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43173",2,33.219056,-97.196287,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43202",2,33.219056,-97.196287,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,114.414444,193.81546,1079.84,"2013-08-20 00:00",708.76,"2013-10-07 00:00",511.7,"2013-09-01 00:00",409.44,"2013-07-03 00:00","","","","",1079.84,708.76,511.7,378.16,95.96,43.54,12.6,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43203",2,33.219056,-97.196287,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,1.138148,1.146667,8.12,"2013-09-25 00:00",2.8,"2013-01-22 00:00",2.32,"2013-10-01 00:00",2.14,"2013-02-03 00:00","","","","",8.12,2.8,2.32,1.78,1.38,1.08,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43204",2,33.219056,-97.196287,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,61.267778,89.919637,433.77,"2013-10-07 00:00",384.63,"2013-08-20 00:00",253.14,"2013-05-04 00:00",251.46,"2013-07-03 00:00","","","","",433.77,384.63,253.14,181.59,55.74,31.26,7.71,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43205",2,33.219056,-97.196287,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",34,0.312593,0.827983,6.06,"2013-09-25 00:00",0.84,"2013-01-22 00:00",0.81,"2013-06-15 00:00",0.69,"2013-10-01 00:00","","","","",6.06,0.84,0.81,0.51,0.39,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43206",2,33.219056,-97.196287,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",8,0.633704,0.434404,2.14,"2013-09-25 00:00",1.64,"2013-01-22 00:00",1.28,"2013-08-20 00:00",1.26,"2013-01-10 00:00","","","","",2.14,1.64,1.28,1.18,0.84,0.6,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43212",2,33.219056,-97.196287,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,27.873333,37.897261,186.16,"2013-10-07 00:00",144.04,"2013-05-04 00:00",130.16,"2013-08-20 00:00",111.84,"2013-07-03 00:00","","","","",186.16,144.04,130.16,71.68,26.12,16.12,3.28,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43214",2,33.219056,-97.196287,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,17.520741,26.529753,127.44,"2013-08-20 00:00",118.6,"2013-10-07 00:00",75.84,"2013-05-04 00:00",68.16,"2013-07-03 00:00","","","","",127.44,118.6,75.84,50.4,14.6,7.8,1.76,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43216",2,33.219056,-97.196287,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43217",2,33.219056,-97.196287,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43218",2,33.219056,-97.196287,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.005926,0.038388,0.28,"2013-03-05 00:00",0.04,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.28,0.04,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43220",2,33.219056,-97.196287,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,11.6,24.22465,158.15,"2013-10-07 00:00",67.3,"2013-05-04 00:00",55.6,"2013-07-03 00:00",42.65,"2013-08-20 00:00","","","","",158.15,67.3,55.6,27.95,9.85,4.55,0.8,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43221",2,33.219056,-97.196287,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,12.824074,19.79313,109.2,"2013-10-07 00:00",63.7,"2013-05-04 00:00",62.85,"2013-08-20 00:00",56.8,"2013-07-03 00:00","","","","",109.2,63.7,62.85,33.95,10.85,6,1.5,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43224",2,33.219056,-97.196287,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.058333,0.049287,0.4,"2013-09-25 00:00",0.15,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.4,0.15,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43226",2,33.219056,-97.196287,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.051852,0.013608,0.15,"2013-07-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43227",2,33.219056,-97.196287,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43228",2,33.219056,-97.196287,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.057407,0.041672,0.35,"2013-09-25 00:00",0.1,"2013-10-01 00:00",0.1,"2013-10-07 00:00",0.05,"2013-01-04 00:00","","","","",0.35,0.1,0.1,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43230",2,33.219056,-97.196287,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,2.537222,4.446792,26.94,"2013-10-07 00:00",13.32,"2013-05-04 00:00",12.6,"2013-07-03 00:00",9.72,"2013-08-20 00:00","","","","",26.94,13.32,12.6,5.58,2.34,1.26,0.18,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43231",2,33.219056,-97.196287,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,5.557778,11.121817,69.18,"2013-10-07 00:00",34.5,"2013-05-04 00:00",28.92,"2013-07-03 00:00",20.22,"2013-05-22 00:00","","","","",69.18,34.5,28.92,11.7,4.62,2.28,0.3,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43232",2,33.219056,-97.196287,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,3.306667,5.571668,31.08,"2013-10-07 00:00",17.08,"2013-05-04 00:00",16.1,"2013-05-22 00:00",15.47,"2013-07-03 00:00","","","","",31.08,17.08,16.1,10.85,3.01,1.26,0.21,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43233",2,33.219056,-97.196287,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,1.541852,2.113827,8.96,"2013-04-28 00:00",8.56,"2013-10-07 00:00",7.28,"2013-08-20 00:00",5.52,"2013-05-10 00:00","","","","",8.96,8.56,7.28,5.04,1.84,0.72,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43234",2,33.219056,-97.196287,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43235",2,33.219056,-97.196287,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.45,0.624436,2.52,"2013-04-28 00:00",2.43,"2013-08-20 00:00",2.16,"2013-05-10 00:00",1.62,"2013-10-07 00:00","","","","",2.52,2.43,2.16,1.26,0.63,0.18,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43238",2,33.219056,-97.196287,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.176852,0.201811,1,"2013-08-20 00:00",0.7,"2013-10-01 00:00",0.6,"2013-01-22 00:00",0.6,"2013-02-03 00:00","","","","",1,0.7,0.6,0.5,0.3,0.1,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43242",2,33.219056,-97.196287,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",31,0.197222,0.368758,2.45,"2013-10-07 00:00",0.95,"2013-07-03 00:00",0.8,"2013-05-04 00:00",0.75,"2013-09-25 00:00","","","","",2.45,0.95,0.8,0.45,0.2,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43243",2,33.219056,-97.196287,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.292593,0.393749,1.75,"2013-09-25 00:00",1.7,"2013-06-21 00:00",1.15,"2013-06-27 00:00",0.9,"2013-07-09 00:00","","","","",1.75,1.7,1.15,0.9,0.4,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43244",2,33.219056,-97.196287,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",30,0.426667,0.84408,4.8,"2013-10-07 00:00",3.18,"2013-08-20 00:00",2.04,"2013-07-03 00:00",1.8,"2013-05-04 00:00","","","","",4.8,3.18,2.04,1.08,0.36,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43247",2,33.219056,-97.196287,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",25,0.32,0.541472,3.36,"2013-10-07 00:00",1.4,"2013-05-04 00:00",1.33,"2013-05-22 00:00",1.26,"2013-07-03 00:00","","","","",3.36,1.4,1.33,0.91,0.35,0.14,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43248",2,33.219056,-97.196287,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",23,1.529074,2.707323,15.42,"2013-10-07 00:00",8.04,"2013-07-03 00:00",6.6,"2013-05-04 00:00",6.06,"2013-08-20 00:00","","","","",15.42,8.04,6.6,4.98,1.32,0.6,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43249",2,33.219056,-97.196287,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",11,1.965,3.267362,18.55,"2013-10-07 00:00",9.31,"2013-05-04 00:00",9.24,"2013-05-22 00:00",8.68,"2013-07-03 00:00","","","","",18.55,9.31,9.24,5.95,2.03,0.84,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43250",2,33.219056,-97.196287,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.471111,0.541398,3.2,"2013-09-25 00:00",1.76,"2013-10-01 00:00",1.28,"2013-05-22 00:00",1.12,"2013-07-03 00:00","","","","",3.2,1.76,1.28,1.12,0.64,0.4,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43252",2,33.219056,-97.196287,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",24,0.192593,0.191412,1.04,"2013-09-25 00:00",0.64,"2013-10-01 00:00",0.56,"2013-08-20 00:00",0.48,"2013-05-22 00:00","","","","",1.04,0.64,0.56,0.4,0.24,0.16,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43253",2,33.219056,-97.196287,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",16,0.802963,1.21982,5.12,"2013-10-07 00:00",4.88,"2013-04-28 00:00",3.92,"2013-08-20 00:00",3.52,"2013-05-22 00:00","","","","",5.12,4.88,3.92,2.72,0.96,0.32,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43261",2,33.219056,-97.196287,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,2.50463,4.236368,24.01,"2013-10-07 00:00",11.48,"2013-05-04 00:00",11.48,"2013-05-22 00:00",11.48,"2013-07-03 00:00","","","","",24.01,11.48,11.48,8.82,2.17,0.98,0.21,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43262",2,33.219056,-97.196287,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,0.851111,1.445116,9.3,"2013-10-07 00:00",4.26,"2013-07-03 00:00",3.42,"2013-05-04 00:00",2.34,"2013-02-03 00:00","","","","",9.3,4.26,3.42,2.16,0.72,0.48,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43263",2,33.219056,-97.196287,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",21,2.265926,3.911764,19.88,"2013-10-07 00:00",13.3,"2013-05-04 00:00",11.13,"2013-05-22 00:00",10.57,"2013-07-03 00:00","","","","",19.88,13.3,11.13,7.7,2.17,0.84,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43280",2,33.219056,-97.196287,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",39,0.186481,0.282964,1.44,"2013-09-25 00:00",1.04,"2013-11-06 00:00",0.84,"2013-10-01 00:00",0.8,"2013-10-07 00:00","","","","",1.44,1.04,0.84,0.48,0.28,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43282",2,33.219056,-97.196287,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43283",2,33.219056,-97.196287,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43284",2,33.219056,-97.196287,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",34,0.414815,0.932709,6.06,"2013-10-07 00:00",2.16,"2013-07-03 00:00",1.92,"2013-08-20 00:00",1.68,"2013-05-22 00:00","","","","",6.06,2.16,1.92,1.38,0.36,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43285",2,33.219056,-97.196287,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,4.492778,8.471387,53.1,"2013-10-07 00:00",25.56,"2013-05-04 00:00",21.24,"2013-07-03 00:00",15.72,"2013-08-20 00:00","","","","",53.1,25.56,21.24,9.78,4.2,2.1,0.24,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43289",2,33.219056,-97.196287,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.051296,0.009526,0.12,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43290",2,33.219056,-97.196287,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43291",2,33.219056,-97.196287,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",43,0.267963,0.608169,3.29,"2013-10-07 00:00",2.03,"2013-05-22 00:00",1.82,"2013-07-03 00:00",1.68,"2013-08-20 00:00","","","","",3.29,2.03,1.82,0.84,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43331",2,33.219056,-97.196287,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43801",2,33.219056,-97.196287,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.631111,0.078804,0.92,"2013-06-27 00:00",0.77,"2013-10-01 00:00",0.76,"2013-08-08 00:00",0.75,"2013-04-16 00:00","","","","",0.92,0.77,0.76,0.73,0.69,0.62,0.54,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43802",2,33.219056,-97.196287,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.07537,0.051348,0.36,"2013-01-22 00:00",0.25,"2013-09-25 00:00",0.14,"2013-05-22 00:00",0.11,"2013-08-20 00:00","","","","",0.36,0.25,0.14,0.1,0.08,0.07,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43803",2,33.219056,-97.196287,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.012593,0.017177,0.11,"2013-09-25 00:00",0.03,"2013-04-22 00:00",0.03,"2013-05-22 00:00",0.03,"2013-06-15 00:00","","","","",0.11,0.03,0.03,0.02,0.02,0.01,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43804",2,33.219056,-97.196287,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.086852,0.034082,0.14,"2013-04-28 00:00",0.14,"2013-05-10 00:00",0.12,"2013-03-29 00:00",0.12,"2013-08-02 00:00","","","","",0.14,0.14,0.12,0.11,0.1,0.1,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43811",2,33.219056,-97.196287,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,0.241111,0.028329,0.27,"2013-01-10 00:00",0.27,"2013-06-15 00:00",0.27,"2013-10-01 00:00",0.26,"2013-02-09 00:00","","","","",0.27,0.27,0.27,0.26,0.25,0.24,0.23,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43813",2,33.219056,-97.196287,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43814",2,33.219056,-97.196287,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.007778,0.009842,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43815",2,33.219056,-97.196287,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.021481,0.048813,0.34,"2013-09-25 00:00",0.06,"2013-02-09 00:00",0.06,"2013-02-21 00:00",0.06,"2013-04-22 00:00","","","","",0.34,0.06,0.06,0.04,0.04,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43817",2,33.219056,-97.196287,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.01963,0.032387,0.22,"2013-07-03 00:00",0.08,"2013-09-25 00:00",0.06,"2013-02-15 00:00",0.06,"2013-10-01 00:00","","","","",0.22,0.08,0.06,0.04,0.02,0.02,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43818",2,33.219056,-97.196287,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43819",2,33.219056,-97.196287,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002037,0.004506,0.02,"2013-08-08 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-03 00:00",0.01,"2013-03-23 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43820",2,33.219056,-97.196287,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43823",2,33.219056,-97.196287,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.541481,0.028111,0.63,"2013-04-22 00:00",0.61,"2013-01-10 00:00",0.58,"2013-01-04 00:00",0.58,"2013-02-15 00:00","","","","",0.63,0.61,0.58,0.57,0.55,0.54,0.51,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43824",2,33.219056,-97.196287,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001111,0.004624,0.02,"2013-03-05 00:00",0.02,"2013-09-25 00:00",0.02,"2013-10-01 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43826",2,33.219056,-97.196287,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43829",2,33.219056,-97.196287,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.003889,0.016531,0.09,"2013-02-15 00:00",0.06,"2013-02-21 00:00",0.06,"2013-05-04 00:00",0,"2013-01-04 00:00","","","","",0.09,0.06,0.06,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43830",2,33.219056,-97.196287,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.005556,0.029182,0.21,"2013-05-22 00:00",0.03,"2013-01-16 00:00",0.03,"2013-07-09 00:00",0.03,"2013-07-27 00:00","","","","",0.21,0.03,0.03,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43831",2,33.219056,-97.196287,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.037778,0.236162,1.71,"2013-06-15 00:00",0.33,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",1.71,0.33,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43843",2,33.219056,-97.196287,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43860",2,33.219056,-97.196287,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.00037,0.002722,0.02,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43954",2,33.219056,-97.196287,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.11463,0.130799,0.88,"2013-08-20 00:00",0.44,"2013-05-10 00:00",0.33,"2013-01-22 00:00",0.22,"2013-02-15 00:00","","","","",0.88,0.44,0.33,0.22,0.11,0.11,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","43960",2,33.219056,-97.196287,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",8,1.232593,1.870144,7.84,"2013-04-28 00:00",7.76,"2013-10-07 00:00",6,"2013-08-20 00:00",5.12,"2013-07-03 00:00","","","","",7.84,7.76,6,4.24,1.44,0.48,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","44201",1,33.219056,-97.196287,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8535,97,237,245,0,89,0,0,"Requested but not yet concurred",570,0.057384,0.015964,0.103,"2013-09-25 16:00",0.1,"2013-09-06 17:00",0.099,"2013-09-05 12:00",0.096,"2013-06-03 16:00","","","","",0.099,0.096,0.087,0.079,0.067,0.056,0.045,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","44201",1,33.219056,-97.196287,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8591,97,238,245,0,0,6,6,"Requested but not yet concurred",0,0.051332,0.014499,0.09,"2013-07-05 11:00",0.087,"2013-09-04 11:00",0.085,"2013-08-20 11:00",0.085,"2013-08-30 11:00","","","","",0.085,0.085,0.078,0.072,0.06,0.05,0.039,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","44201",1,33.219056,-97.196287,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8591,97,238,245,0,0,19,19,"Requested but not yet concurred",0,0.051332,0.014499,0.09,"2013-07-05 11:00",0.087,"2013-09-04 11:00",0.085,"2013-08-20 11:00",0.085,"2013-08-30 11:00","","","","",0.085,0.085,0.078,0.072,0.06,0.05,0.039,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","45109",2,33.219056,-97.196287,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.078519,1.107285,4.72,"2013-08-20 00:00",3.92,"2013-04-28 00:00",3.92,"2013-10-07 00:00",3.04,"2013-05-22 00:00","","","","",4.72,3.92,3.92,2.64,1.44,0.64,0.16,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45201",2,33.219056,-97.196287,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.287778,1.020147,4.8,"2013-10-07 00:00",3.78,"2013-08-20 00:00",3.72,"2013-09-25 00:00",3.24,"2013-05-04 00:00","","","","",4.8,3.78,3.72,2.58,1.5,1.08,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45202",2,33.219056,-97.196287,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.352778,2.373754,11.13,"2013-10-07 00:00",8.82,"2013-08-20 00:00",7.49,"2013-05-22 00:00",7.21,"2013-04-28 00:00","","","","",11.13,8.82,7.49,6.51,2.73,1.47,0.56,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45203",2,33.219056,-97.196287,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.145185,0.220914,1.28,"2013-09-25 00:00",0.56,"2013-02-03 00:00",0.48,"2013-01-22 00:00",0.48,"2013-08-20 00:00","","","","",1.28,0.56,0.48,0.4,0.24,0.08,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45204",2,33.219056,-97.196287,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.223704,0.220534,1.12,"2013-09-25 00:00",0.72,"2013-08-20 00:00",0.64,"2013-04-28 00:00",0.64,"2013-10-07 00:00","","","","",1.12,0.72,0.64,0.56,0.24,0.16,0.08,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45207",2,33.219056,-97.196287,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.054815,0.024781,0.18,"2013-01-22 00:00",0.18,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45208",2,33.219056,-97.196287,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",39,0.109444,0.116091,0.54,"2013-08-20 00:00",0.45,"2013-04-28 00:00",0.45,"2013-10-01 00:00",0.36,"2013-01-22 00:00","","","","",0.54,0.45,0.45,0.27,0.18,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45209",2,33.219056,-97.196287,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.052407,0.017691,0.18,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45210",2,33.219056,-97.196287,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.008333,0.050273,0.36,"2013-09-25 00:00",0.09,"2013-10-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.36,0.09,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45211",2,33.219056,-97.196287,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.054074,0.029938,0.27,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45212",2,33.219056,-97.196287,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.06463,0.05609,0.36,"2013-08-20 00:00",0.27,"2013-01-22 00:00",0.18,"2013-05-22 00:00",0.18,"2013-06-03 00:00","","","","",0.36,0.27,0.18,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45213",2,33.219056,-97.196287,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.056481,0.034486,0.27,"2013-09-25 00:00",0.18,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45218",2,33.219056,-97.196287,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.051852,0.009531,0.1,"2013-02-15 00:00",0.1,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45219",2,33.219056,-97.196287,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",49,0.05463,0.014629,0.1,"2013-02-03 00:00",0.1,"2013-02-15 00:00",0.1,"2013-05-10 00:00",0.1,"2013-08-20 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45220",2,33.219056,-97.196287,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.019259,0.062036,0.4,"2013-09-25 00:00",0.16,"2013-01-22 00:00",0.08,"2013-07-03 00:00",0.08,"2013-08-08 00:00","","","","",0.4,0.16,0.08,0.08,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45225",2,33.219056,-97.196287,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.052407,0.017691,0.18,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","45801",2,33.219056,-97.196287,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.006667,0.030094,0.18,"2013-09-25 00:00",0.12,"2013-04-28 00:00",0.06,"2013-05-10 00:00",0,"2013-01-04 00:00","","","","",0.18,0.12,0.06,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","121","0034","61101",1,33.219056,-97.196287,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7145,82,297,365,0,15,"","","Certification not required",0,7.313632,3.968454,24.2,"2013-01-29 13:00",23.7,"2013-01-29 12:00",22.8,"2013-04-08 09:00",22.5,"2013-02-18 10:00","","","","",18,16.7,14.9,13,9.8,6.7,2.6,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","61103",1,33.219056,-97.196287,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7145,82,297,365,0,15,"","","Certification not required",0,6.949433,3.978802,23.9,"2013-01-29 13:00",23.5,"2013-01-29 12:00",22.6,"2013-04-08 09:00",22.2,"2013-02-18 10:00","","","","",17.5,16.4,14.5,12.7,9.4,6.3,2.3,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","61104",1,33.219056,-97.196287,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7145,82,297,365,0,15,"","","Certification not required",0,170.330189,94.931243,359.8,"2013-06-30 13:00",359.8,"2013-10-07 13:00",359.7,"2013-01-25 06:00",359.7,"2013-09-21 01:00","","","","",356.7,353.6,345,331.1,204.6,160.4,37.7,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","61105",1,33.219056,-97.196287,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7145,82,297,365,0,15,"","","Certification not required",0,13.13296,6.655872,41,"2013-05-17 19:00",39,"2013-05-29 17:00",37,"2013-01-29 09:00",37,"2013-01-29 12:00","","","","",30,28,25,22,17,12,5,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","61106",1,33.219056,-97.196287,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7145,82,297,365,0,15,"","","Certification not required",0,18.258418,11.018619,79,"2013-02-14 14:00",78.3,"2013-08-16 08:00",77.9,"2013-09-19 19:00",77.3,"2013-10-18 17:00","","","","",61,54.1,41,31.6,21.9,15.2,8.7,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","62101",1,33.219056,-97.196287,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7145,82,297,365,0,15,"","","Certification not required",0,67.831211,17.173219,103,"2013-09-01 14:00",103,"2013-09-01 15:00",102,"2013-08-06 15:00",102,"2013-08-06 16:00","","","","",98,96,93,89,81,71,43,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","62103",1,33.219056,-97.196287,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7145,82,297,365,0,15,"","","Certification not required",0,52.670959,15.282096,76,"2013-07-31 21:00",76,"2013-07-31 22:00",76,"2013-08-01 02:00",75,"2013-07-31 20:00","","","","",72,72,70,69,66,57,29,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","62201",1,33.219056,-97.196287,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7145,82,297,365,0,15,"","","Certification not required",0,62.387404,20.290484,100,"2013-01-01 00:00",100,"2013-01-09 02:00",100,"2013-01-09 03:00",100,"2013-01-09 04:00","","","","",100,97,94,89,79,63,33,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","63301",1,33.219056,-97.196287,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7152,82,297,365,0,8,"","","Certification not required",3422,0.28742,0.405874,1.46,"2013-07-18 12:00",1.41,"2013-05-04 12:00",1.41,"2013-05-11 12:00",1.41,"2013-06-02 12:00","","","","",1.34,1.3,1.18,1,0.51,0.02,0.005,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","65102",1,33.219056,-97.196287,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",4923,56,203,365,0,2237,"","","Certification not required",0,0.003439,0.035463,0.92,"2013-06-09 04:00",0.87,"2013-06-06 03:00",0.82,"2013-07-11 13:00",0.82,"2013-09-28 12:00","","","","",0.08,0.03,0,0,0,0,0,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","0034","88502",3,33.219056,-97.196287,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8520,97,353,365,0,104,"","","Certification not required",0,8.856561,5.500223,43.6,"2013-05-18 20:00",41.2,"2013-05-18 03:00",40.9,"2013-05-18 04:00",39,"2013-04-16 20:00","","","","",26.9,23.6,19.5,16.3,11.4,7.7,3.1,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","0034","88502",3,33.219056,-97.196287,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,0,"","","Certification not required",0,8.807932,4.614508,33.4,"2013-05-18 00:00",29.7,"2013-08-08 00:00",26.6,"2013-04-16 00:00",25.2,"2013-08-07 00:00","","","","",25.2,20.3,17.3,15.4,10.7,8,4.2,"Denton Airport South","Denton Airport South","Texas","Denton","Denton","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","1007","61101",1,33.045862,-97.130002,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,6.330278,3.31633,19.4,"2013-03-05 01:00",18.4,"2013-03-05 00:00",18.3,"2013-03-05 02:00",18.1,"2013-03-04 23:00","","","","",15.5,14.4,12.3,10.9,8.5,5.9,2.4,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1007","61103",1,33.045862,-97.130002,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,5.957546,3.238966,18.5,"2013-03-05 01:00",17.3,"2013-03-05 00:00",16.8,"2013-03-05 02:00",16.7,"2013-03-04 23:00","","","","",15,13.9,11.7,10.4,8,5.6,2,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1007","61104",1,33.045862,-97.130002,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,175.157824,107.079918,359.4,"2013-01-12 10:00",359.4,"2013-03-06 01:00",358.9,"2013-01-03 09:00",358.8,"2013-03-26 13:00","","","","",356.5,353.2,345.4,334.2,279.1,165,27,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1007","61105",1,33.045862,-97.130002,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,12.430556,6.224069,46,"2013-03-05 01:00",34,"2013-03-04 23:00",33,"2013-03-05 02:00",33,"2013-03-05 03:00","","","","",29,27,24,21,17,12,5,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1007","61106",1,33.045862,-97.130002,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,20.075463,9.680865,77.5,"2013-03-10 00:00",76.9,"2013-01-02 20:00",75.6,"2013-03-26 11:00",75.1,"2013-02-21 07:00","","","","",60.6,53.5,41.6,29.9,20.8,17.2,13.2,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1007","62101",1,33.045862,-97.130002,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2160,25,90,365,0,0,"","","Certification not required",0,51.128704,11.774361,87,"2013-03-04 15:00",87,"2013-03-04 16:00",86,"2013-03-04 14:00",85,"2013-03-04 13:00","","","","",77,75,71,67,60,50,36,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1007","62201",1,33.045862,-97.130002,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2160,25,90,365,0,0,"","","Certification not required",0,61.475463,21.815245,99,"2013-01-25 08:00",99,"2013-01-25 09:00",98,"2013-01-09 00:00",98,"2013-01-09 01:00","","","","",98,97,95,91,80,62,31,"Flower Mound Shiloh","4401 Shiloh Road","Texas","Denton","Flower Mound","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","121","1032","44201",1,33.410638,-96.944598,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8675,100,244,245,0,83,0,0,"Requested but not yet concurred",92,0.057557,0.014377,0.097,"2013-07-05 15:00",0.097,"2013-09-30 15:00",0.093,"2013-08-20 16:00",0.092,"2013-09-26 12:00","","","","",0.093,0.091,0.084,0.077,0.066,0.057,0.045,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","1032","44201",1,33.410638,-96.944598,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8727,100,244,245,0,0,2,2,"Requested but not yet concurred",0,0.051586,0.013034,0.087,"2013-07-05 10:00",0.085,"2013-09-26 11:00",0.084,"2013-08-20 10:00",0.084,"2013-08-30 10:00","","","","",0.084,0.084,0.074,0.071,0.059,0.052,0.04,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","1032","44201",1,33.410638,-96.944598,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8727,100,244,245,0,0,11,11,"Requested but not yet concurred",0,0.051586,0.013034,0.087,"2013-07-05 10:00",0.085,"2013-09-26 11:00",0.084,"2013-08-20 10:00",0.084,"2013-08-30 10:00","","","","",0.084,0.084,0.074,0.071,0.059,0.052,0.04,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","121","1032","61101",1,33.410638,-96.944598,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7286,83,303,365,0,8,"","","Certification not required",0,6.984614,3.387007,22.6,"2013-03-05 02:00",21.3,"2013-03-04 23:00",20.3,"2013-03-05 03:00",20.2,"2013-03-24 09:00","","","","",15.8,14.9,13.5,11.9,9.1,6.4,3,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","1032","61103",1,33.410638,-96.944598,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7286,83,303,365,0,8,"","","Certification not required",0,6.635795,3.359799,20.4,"2013-03-05 02:00",20,"2013-03-04 23:00",19.6,"2013-03-24 09:00",19.3,"2013-03-24 08:00","","","","",15.4,14.5,13,11.5,8.8,6.1,2.7,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","1032","61104",1,33.410638,-96.944598,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7286,83,303,365,0,8,"","","Certification not required",0,162.85641,91.501705,359.9,"2013-08-10 11:00",359.9,"2013-10-17 05:00",359.8,"2013-07-18 06:00",359.7,"2013-03-06 00:00","","","","",357.3,353.4,344.5,321.9,189.9,163.2,31.3,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","1032","61105",1,33.410638,-96.944598,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7286,83,303,365,0,8,"","","Certification not required",0,12.709306,6.168714,45,"2013-05-29 19:00",42,"2013-05-11 13:00",42,"2013-06-17 05:00",40,"2013-08-16 02:00","","","","",29,27,24,21,17,12,5,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","1032","61106",1,33.410638,-96.944598,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7286,83,303,365,0,8,"","","Certification not required",0,17.571178,9.773206,77.5,"2013-07-20 13:00",77.5,"2013-09-01 20:00",76.9,"2013-09-02 20:00",75.1,"2013-03-26 16:00","","","","",58.4,50.7,37.8,28.7,19.6,14.8,9.7,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","1032","62101",1,33.410638,-96.944598,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7286,83,303,365,0,8,"","","Certification not required",0,67.422317,16.945443,103,"2013-08-07 14:00",103,"2013-08-07 15:00",103,"2013-08-07 16:00",102,"2013-08-06 15:00","","","","",98,96,93,89,81,70,43,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","121","1032","63301",1,33.410638,-96.944598,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7288,83,303,365,0,6,"","","Certification not required",3482,0.287661,0.399858,1.36,"2013-05-10 12:00",1.36,"2013-06-02 12:00",1.36,"2013-07-11 13:00",1.35,"2013-05-04 12:00","","","","",1.29,1.26,1.15,0.99,0.52,0.02,0.005,"Pilot Point","792 E Northside Dr","Texas","Denton","Pilot Point","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","135","0003","43000",2,31.836575,-102.342037,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,425.605872,709.328652,17487.1,"2013-09-07 04:00",14833,"2013-09-07 05:00",10494,"2013-07-20 05:00",9061.8,"2013-09-17 04:00","","","","",3097.3,2463.8,1595.6,1043.1,438.4,194.8,60.8,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43102",2,31.836575,-102.342037,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,449.836372,746.522213,18567.77,"2013-09-07 04:00",15706.02,"2013-09-07 05:00",11027.79,"2013-07-20 05:00",9450.72,"2013-09-17 04:00","","","","",3268.22,2607.95,1681.68,1102,465.48,207.02,64.91,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43202",2,31.836575,-102.342037,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",1,112.71719,198.810692,3987.9,"2013-09-07 04:00",3557.51,"2013-09-07 05:00",2905.04,"2013-07-20 05:00",2616.61,"2013-09-17 04:00","","","","",922.85,675.04,428.68,272.27,111.47,48.76,15.21,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43203",2,31.836575,-102.342037,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6874,78,311,365,0,117,"","","Certification not required",79,1.789144,2.953835,71.46,"2013-09-07 05:00",61.31,"2013-07-20 05:00",38.37,"2013-09-07 06:00",36.6,"2013-10-08 07:00","","","","",13.81,10.45,6.25,4.07,1.81,0.89,0.32,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43204",2,31.836575,-102.342037,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,121.559888,212.828704,4653.35,"2013-09-07 04:00",4106.41,"2013-09-07 05:00",3143.2,"2013-07-20 05:00",2869,"2013-09-17 04:00","","","","",947.05,733.43,466.51,306.96,123.07,52.07,13.47,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43205",2,31.836575,-102.342037,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,2.13313,6.455596,387.35,"2013-04-11 07:00",116.7,"2013-07-18 04:00",105.43,"2013-09-07 04:00",103.57,"2013-01-22 04:00","","","","",18.69,12.68,7.17,4.44,1.88,0.91,0.38,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43206",2,31.836575,-102.342037,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6905,79,314,365,0,86,"","","Certification not required",184,0.65538,0.877143,17.2,"2013-02-26 07:00",16.4,"2013-02-06 07:00",12.6,"2013-02-05 08:00",12.6,"2013-02-06 06:00","","","","",4.4,3.2,1.9,1.2,0.7,0.4,0.2,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43212",2,31.836575,-102.342037,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,72.229962,123.272185,3554.27,"2013-09-07 04:00",2926.29,"2013-09-07 05:00",1880.77,"2013-07-20 05:00",1572.31,"2013-09-17 04:00","","","","",551.66,407.19,269.42,180.47,74.68,32.83,9.84,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43214",2,31.836575,-102.342037,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,21.110557,36.565309,1145,"2013-09-07 04:00",923.84,"2013-09-07 05:00",562.86,"2013-07-20 05:00",472.68,"2013-09-17 04:00","","","","",159.67,118.83,78.31,52.03,22.11,9.78,2.82,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43216",2,31.836575,-102.342037,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",13,0.236885,0.504218,21.33,"2013-05-17 04:00",14.19,"2013-11-15 04:00",9.65,"2013-01-31 17:00",9.09,"2013-03-02 19:00","","","","",1.79,1.26,0.69,0.42,0.23,0.14,0.06,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43217",2,31.836575,-102.342037,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",112,0.18179,0.359096,13.18,"2013-05-17 04:00",8.23,"2013-11-15 04:00",7.6,"2013-01-31 17:00",7.07,"2013-09-02 20:00","","","","",1.27,0.92,0.55,0.34,0.18,0.11,0.05,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43218",2,31.836575,-102.342037,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",0,0.100086,0.150572,3.8,"2013-08-17 15:00",3.1,"2013-09-07 04:00",2.8,"2013-01-31 17:00",2.6,"2013-02-05 08:00","","","","",0.7,0.5,0.3,0.2,0.1,0.1,0,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43220",2,31.836575,-102.342037,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,24.277512,40.451628,1162.39,"2013-09-07 04:00",908.45,"2013-09-07 05:00",577.95,"2013-07-20 05:00",536.53,"2013-08-11 01:00","","","","",177.4,134.63,91.44,60.32,25.58,11.18,3.51,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43221",2,31.836575,-102.342037,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,24.532514,39.493421,1149.42,"2013-09-07 04:00",888.57,"2013-09-07 05:00",530.44,"2013-07-20 05:00",490.26,"2013-08-11 01:00","","","","",173.9,130.7,87.68,58.99,26.16,12.08,4.15,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43224",2,31.836575,-102.342037,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",90,0.161767,0.313257,11.13,"2013-09-02 20:00",8.87,"2013-04-17 20:00",6.71,"2013-05-20 20:00",6.58,"2013-09-29 21:00","","","","",1.02,0.69,0.44,0.29,0.16,0.1,0.05,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43226",2,31.836575,-102.342037,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",46,0.409765,1.068128,41.72,"2013-09-02 20:00",28.95,"2013-08-09 00:00",28.65,"2013-04-17 20:00",22.98,"2013-05-17 04:00","","","","",3.09,2.04,1.25,0.8,0.41,0.21,0.07,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43227",2,31.836575,-102.342037,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",534,0.182233,0.467307,18.37,"2013-09-02 20:00",13.23,"2013-04-17 20:00",11.81,"2013-08-09 00:00",9.43,"2013-05-17 04:00","","","","",1.36,0.9,0.54,0.35,0.18,0.1,0.03,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43231",2,31.836575,-102.342037,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",0,7.837552,12.789517,345.71,"2013-09-07 04:00",269.38,"2013-09-07 05:00",182.8,"2013-08-11 01:00",172.34,"2013-07-20 05:00","","","","",55.46,42.9,29.96,19.29,8.31,3.66,1.14,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43232",2,31.836575,-102.342037,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",6,2.851435,4.462673,103.62,"2013-09-07 04:00",81.58,"2013-09-07 05:00",63.83,"2013-08-11 01:00",54.8,"2013-07-20 05:00","","","","",20.1,15.84,10.62,6.91,3,1.35,0.44,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43233",2,31.836575,-102.342037,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",15,1.152287,1.725327,37.16,"2013-02-11 07:00",36.41,"2013-09-07 04:00",27.69,"2013-09-07 05:00",23.49,"2013-08-11 01:00","","","","",7.51,6.13,4.14,2.75,1.24,0.58,0.2,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43235",2,31.836575,-102.342037,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",139,0.391983,0.493118,7.52,"2013-09-07 04:00",7.44,"2013-02-11 07:00",5.35,"2013-09-07 05:00",5.15,"2013-08-19 06:00","","","","",2.33,1.86,1.35,0.92,0.45,0.22,0.08,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43238",2,31.836575,-102.342037,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",457,0.254236,0.302034,4.31,"2013-02-06 07:00",3.95,"2013-02-06 06:00",3.09,"2013-02-06 05:00",2.74,"2013-11-17 20:00","","","","",1.51,1.23,0.84,0.58,0.3,0.15,0.05,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43242",2,31.836575,-102.342037,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",2,2.037787,3.322769,96.53,"2013-09-07 04:00",71.78,"2013-09-07 05:00",47.18,"2013-08-11 01:00",45.58,"2013-07-20 05:00","","","","",14.7,11.23,7.57,4.92,2.14,0.96,0.34,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43243",2,31.836575,-102.342037,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1618,0.066457,0.075424,1.13,"2013-09-02 20:00",1.01,"2013-08-19 07:00",0.97,"2013-05-20 20:00",0.96,"2013-02-13 19:00","","","","",0.37,0.28,0.18,0.14,0.09,0.05,0.005,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43244",2,31.836575,-102.342037,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",2,0.327644,0.481515,14.73,"2013-04-17 20:00",12.29,"2013-02-13 19:00",9.86,"2013-02-03 04:00",9.81,"2013-09-02 20:00","","","","",1.95,1.41,0.95,0.66,0.35,0.2,0.09,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43247",2,31.836575,-102.342037,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1165,13,1,365,0,5826,"","","Certification not required",1128,0.101803,0.832945,19.78,"2013-09-02 20:00",10.44,"2013-04-17 20:00",7.75,"2013-02-13 19:00",5.98,"2013-07-26 05:00","","","","",3.19,1.43,0.005,0.005,0.005,0.005,0.005,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43248",2,31.836575,-102.342037,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",7,3.426148,5.869613,168,"2013-09-07 04:00",130.2,"2013-09-07 05:00",93.9,"2013-08-11 01:00",78.38,"2013-07-20 05:00","","","","",25.35,19.18,13.08,8.39,3.58,1.55,0.47,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43249",2,31.836575,-102.342037,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",54,1.824846,2.77448,69.26,"2013-09-07 04:00",54.06,"2013-09-07 05:00",39.23,"2013-08-11 01:00",31.33,"2013-07-20 05:00","","","","",12.64,9.64,6.55,4.36,1.97,0.91,0.31,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43250",2,31.836575,-102.342037,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",0,2.059,3.448486,84.74,"2013-09-07 04:00",79.35,"2013-09-02 20:00",61.21,"2013-09-07 05:00",45.68,"2013-08-11 01:00","","","","",15.06,11.79,7.7,5.02,2.18,0.94,0.28,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43252",2,31.836575,-102.342037,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6938,79,316,365,0,53,"","","Certification not required",3833,0.348479,1.040611,34.89,"2013-09-07 04:00",28.27,"2013-09-07 05:00",27.09,"2013-09-02 20:00",14.1,"2013-02-02 20:00","","","","",4.57,3.13,1.81,0.93,0.26,0.005,0.005,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43253",2,31.836575,-102.342037,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",314,0.516663,0.851961,21.39,"2013-09-07 04:00",17.01,"2013-09-07 05:00",14.1,"2013-02-11 07:00",11.47,"2013-08-11 01:00","","","","",3.94,3.02,1.83,1.16,0.52,0.26,0.09,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43261",2,31.836575,-102.342037,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",3,3.283081,5.430823,137.92,"2013-09-07 04:00",107.62,"2013-09-07 05:00",84.27,"2013-08-11 01:00",68.88,"2013-07-20 05:00","","","","",24.38,18.84,12.6,8.17,3.38,1.5,0.44,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43262",2,31.836575,-102.342037,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",1,5.291213,8.961159,261.19,"2013-09-07 04:00",190.23,"2013-09-07 05:00",134.36,"2013-08-11 01:00",119.16,"2013-07-20 05:00","","","","",39.95,30.32,20.27,13,5.57,2.39,0.69,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43263",2,31.836575,-102.342037,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",206,1.165346,1.77417,41.2,"2013-09-07 04:00",33.66,"2013-09-07 05:00",23.56,"2013-08-11 01:00",18.86,"2013-08-19 06:00","","","","",8.06,6.26,4.23,2.85,1.32,0.58,0.16,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43280",2,31.836575,-102.342037,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",26,0.425163,1.906434,82.81,"2013-06-09 22:00",51.23,"2013-08-11 21:00",36.12,"2013-09-07 05:00",35.96,"2013-02-08 07:00","","","","",6.07,3.52,1.43,0.57,0.21,0.12,0.06,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43291",2,31.836575,-102.342037,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",3412,0.655533,1.29421,33.13,"2013-09-07 04:00",24.6,"2013-09-07 05:00",19.77,"2013-07-20 05:00",17.91,"2013-08-11 01:00","","","","",5.5,4.1,2.75,1.83,0.8,0.21,0.005,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","43960",2,31.836575,-102.342037,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5722,65,193,365,0,1269,"","","Certification not required",176,0.394105,0.475993,7.04,"2013-03-05 20:00",6.73,"2013-09-02 20:00",6.41,"2013-02-13 19:00",6.27,"2013-04-17 20:00","","","","",2.59,1.64,0.95,0.69,0.5,0.29,0.08,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45109",2,31.836575,-102.342037,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",0,1.623706,3.301184,107.01,"2013-10-12 06:00",74.99,"2013-07-16 07:00",51.48,"2013-09-28 09:00",43.19,"2013-11-22 10:00","","","","",15.18,10,5.79,3.63,1.56,0.69,0.24,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45201",2,31.836575,-102.342037,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",0,1.865481,2.47646,69.53,"2013-09-07 04:00",50.84,"2013-09-07 05:00",34.63,"2013-08-11 01:00",26.81,"2013-01-06 21:00","","","","",11.42,8.94,6.02,4.17,2.02,1.09,0.48,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45202",2,31.836575,-102.342037,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6939,79,316,365,0,52,"","","Certification not required",0,3.485217,5.354037,161.91,"2013-09-02 20:00",104.31,"2013-09-07 04:00",77.99,"2013-09-07 05:00",64.6,"2013-04-17 20:00","","","","",24.68,18.64,12.01,7.84,3.65,1.81,0.75,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45203",2,31.836575,-102.342037,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",0,0.620571,0.995148,24.19,"2013-10-12 06:00",16.53,"2013-07-16 07:00",13.06,"2013-09-07 04:00",12.09,"2013-09-28 09:00","","","","",4.78,3.45,2.2,1.47,0.65,0.29,0.1,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45204",2,31.836575,-102.342037,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",0,0.54128,1.117842,36.75,"2013-10-12 06:00",24.69,"2013-07-16 07:00",17.72,"2013-09-28 09:00",14.63,"2013-10-12 07:00","","","","",5.14,3.43,1.96,1.2,0.51,0.23,0.09,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45207",2,31.836575,-102.342037,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",1993,0.157517,0.270021,6.49,"2013-07-26 05:00",6.35,"2013-02-14 20:00",4.17,"2013-02-14 21:00",3.77,"2013-07-03 04:00","","","","",1.25,0.89,0.58,0.37,0.18,0.09,0.005,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45208",2,31.836575,-102.342037,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",383,0.389486,0.621443,16.33,"2013-07-26 05:00",14.89,"2013-02-14 20:00",10.93,"2013-02-14 21:00",9.46,"2013-09-02 20:00","","","","",2.77,2.06,1.28,0.84,0.42,0.22,0.07,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45209",2,31.836575,-102.342037,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",581,0.163619,0.203035,5.71,"2013-08-17 15:00",4.1,"2013-02-14 20:00",3.58,"2013-07-26 05:00",3.13,"2013-02-14 21:00","","","","",0.89,0.69,0.49,0.35,0.19,0.11,0.04,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45210",2,31.836575,-102.342037,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",0,0.027945,0.067199,1.75,"2013-10-12 19:00",1.45,"2013-08-19 07:00",0.9,"2013-10-12 20:00",0.88,"2013-09-07 04:00","","","","",0.28,0.21,0.13,0.09,0.04,0,0,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45220",2,31.836575,-102.342037,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6896,79,314,365,0,95,"","","Certification not required",0,0.087113,0.239692,9.96,"2013-09-04 07:00",7.48,"2013-09-05 07:00",7.48,"2013-10-07 07:00",3.74,"2013-10-07 08:00","","","","",0.71,0.54,0.35,0.24,0.13,0,0,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","45225",2,31.836575,-102.342037,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6940,79,316,365,0,51,"","","Certification not required",2905,0.132316,0.223147,3.75,"2013-02-14 20:00",3.61,"2013-02-14 21:00",3.61,"2013-07-26 05:00",3.03,"2013-02-06 07:00","","","","",1.02,0.77,0.52,0.36,0.17,0.05,0.005,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-13" +"48","135","0003","61101",1,31.836575,-102.342037,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7285,83,303,365,0,5,"","","Certification not required",0,8.344708,3.846134,28.6,"2013-02-25 11:00",27.2,"2013-02-25 12:00",26.5,"2013-02-25 13:00",26,"2013-01-29 14:00","","","","",18.9,17.7,15.3,13.5,10.7,7.9,3.8,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","0003","61103",1,31.836575,-102.342037,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7285,83,303,365,0,5,"","","Certification not required",0,7.960659,3.814818,28.1,"2013-02-25 11:00",26.6,"2013-02-25 12:00",25.9,"2013-02-25 13:00",25.6,"2013-01-29 15:00","","","","",18.2,17.1,14.8,13.1,10.3,7.5,3.4,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","0003","61104",1,31.836575,-102.342037,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7285,83,303,365,0,5,"","","Certification not required",0,158.807865,77.19168,359.8,"2013-01-21 07:00",359.8,"2013-02-07 16:00",359.7,"2013-02-27 10:00",359.6,"2013-01-01 14:00","","","","",350.7,338.2,300.6,261.9,197.5,160.2,47.3,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","0003","61105",1,31.836575,-102.342037,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7285,83,303,365,0,5,"","","Certification not required",0,14.807687,6.485331,47,"2013-02-25 10:00",45,"2013-02-25 11:00",45,"2013-03-23 20:00",44,"2013-01-29 14:00","","","","",33,30,26,23,19,14,7,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","0003","61106",1,31.836575,-102.342037,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7285,83,303,365,0,5,"","","Certification not required",0,16.738806,9.47592,75,"2013-06-29 10:00",74.9,"2013-06-18 06:00",74.7,"2013-10-06 13:00",74,"2013-10-17 06:00","","","","",56.7,48.5,35.9,27.2,19.3,13.8,9.3,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","0003","62101",1,31.836575,-102.342037,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7285,83,303,365,0,5,"","","Certification not required",0,68.123953,16.870176,105,"2013-06-26 15:00",105,"2013-06-26 16:00",105,"2013-06-26 17:00",104,"2013-06-04 14:00","","","","",98,96,93,89,81,71,43,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","0003","88502",3,31.836575,-102.342037,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7822,89,326,365,0,186,"","","Certification not required",0,8.274636,8.46541,239.6,"2013-03-23 20:00",211.7,"2013-03-23 21:00",206.5,"2013-06-29 12:00",174,"2013-03-23 22:00","","","","",32.3,25.2,18.3,14.4,10.1,6.8,2.7,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-01-29" +"48","135","0003","88502",3,31.836575,-102.342037,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",326,89,326,365,0,0,"","","Certification not required",0,8.203988,4.456099,40,"2013-03-23 00:00",30.8,"2013-05-23 00:00",28.4,"2013-04-09 00:00",27,"2013-04-17 00:00","","","","",27,19.1,15.3,12.9,9.8,7.4,4.1,"Odessa-Hays Elementary School","Barrett & Monahans Streets","Texas","Ector","Odessa","Odessa, TX","2014-01-29" +"48","135","1014","61101",1,31.870253,-102.334756,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7288,83,304,365,0,4,"","","Certification not required",0,6.917055,3.139204,22.1,"2013-02-25 11:00",20.9,"2013-02-25 12:00",20.1,"2013-01-29 15:00",20,"2013-01-29 14:00","","","","",15,14,12.5,11.1,9.1,6.6,3.1,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","1014","61103",1,31.870253,-102.334756,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7288,83,304,365,0,4,"","","Certification not required",0,6.482094,3.09911,21.1,"2013-02-25 11:00",20,"2013-02-25 12:00",19.4,"2013-01-29 15:00",19.1,"2013-01-29 14:00","","","","",14.4,13.4,11.9,10.6,8.6,6.2,2.7,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","1014","61104",1,31.870253,-102.334756,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7288,83,304,365,0,4,"","","Certification not required",0,160.120513,79.095192,360,"2013-05-21 09:00",359.8,"2013-03-05 06:00",359.7,"2013-01-09 13:00",359.6,"2013-02-07 11:00","","","","",353.9,346.1,308,265.6,199.5,162.4,43.9,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","1014","61105",1,31.870253,-102.334756,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7288,83,304,365,0,4,"","","Certification not required",0,13.768661,5.856923,43,"2013-02-25 10:00",43,"2013-02-25 11:00",42,"2013-01-29 16:00",42,"2013-02-25 12:00","","","","",30,27,24,21,18,13,6,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","1014","61106",1,31.870253,-102.334756,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7288,83,304,365,0,4,"","","Certification not required",0,20.018716,9.509948,76.8,"2013-09-29 11:00",75.5,"2013-04-16 11:00",75.3,"2013-04-16 10:00",75.1,"2013-08-16 05:00","","","","",57.5,50.5,39.3,30.6,23.2,17.8,11.4,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","1014","62101",1,31.870253,-102.334756,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7288,83,304,365,0,4,"","","Certification not required",0,68.104144,16.884288,105,"2013-06-26 15:00",105,"2013-06-26 16:00",105,"2013-06-26 17:00",104,"2013-06-04 15:00","","","","",98,96,92,89,81,71,43,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-02-03" +"48","135","1014","88502",3,31.870253,-102.334756,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7936,91,331,365,0,76,"","","Certification not required",0,7.869997,7.003026,193.2,"2013-03-23 21:00",172.6,"2013-03-23 20:00",152.1,"2013-06-29 12:00",151,"2013-04-17 23:00","","","","",29.8,23.6,17.3,13.7,9.8,6.5,2.7,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-01-29" +"48","135","1014","88502",3,31.870253,-102.334756,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,7.832024,4.253291,35.7,"2013-03-23 00:00",28.6,"2013-05-23 00:00",28.4,"2013-04-17 00:00",27,"2013-04-09 00:00","","","","",27,20.7,14.6,12.5,9.3,7,3.9,"Odessa Gonzales","2700 Disney","Texas","Ector","Odessa","Odessa, TX","2014-01-29" +"48","139","0016","42401",1,32.482082,-97.026922,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8239,94,340,365,0,521,0,"","Certification not required",0,2.851765,3.300554,23.8,"2013-09-03 08:00",18.4,"2013-12-17 14:00",18,"2013-12-23 13:00",16,"2013-02-01 01:00","","","","",16,13.1,9.3,7.1,3.8,1.9,0.2,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42401",1,32.482082,-97.026922,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8239,94,340,365,0,521,"","","Certification not required",0,0.537614,1.242541,23.8,"2013-09-03 08:00",18.4,"2013-12-17 14:00",18,"2013-12-23 13:00",16,"2013-02-01 01:00","","","","",6,4.2,2.5,1.5,0.6,0.1,-0.1,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42401",1,32.482082,-97.026922,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",340,93,340,365,0,0,0,"","Certification not required",0,0.545588,0.596656,4.1,"2013-05-19 00:00",2.9,"2013-12-17 00:00",2.8,"2013-12-23 00:00",2.6,"2013-11-14 00:00","","","","",2.6,2.3,1.7,1.4,0.8,0.4,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42401",1,32.482082,-97.026922,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2689,92,339,365,0,0,"",0,"Certification not required",0,0.52421,1.023713,10.9,"2013-12-23 14:00",10.7,"2013-05-19 02:00",9.6,"2013-12-17 14:00",9.3,"2013-10-17 14:00","","","","",4.9,3.7,2.4,1.6,0.6,0.2,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42402",1,32.482082,-97.026922,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",8267,94,356,365,0,493,"","","Certification not required",3108,0.000565,0.000431,0.0064,"2013-08-01 02:00",0.0059,"2013-07-09 22:00",0.005,"2013-08-01 04:00",0.0038,"2013-08-01 05:00","","","","",0.0021,0.0017,0.0014,0.0011,0.0007,0.0005,0.0002,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42406",1,32.482082,-97.026922,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8239,94,340,365,0,521,"","","Certification not required",0,1.110377,2.508624,62.1,"2013-02-01 01:00",51.4,"2013-09-03 08:00",43.6,"2013-12-17 15:00",38.5,"2013-09-23 09:00","","","","",11.5,8.6,5.3,3,1,0.3,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42601",1,32.482082,-97.026922,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8447,96,360,365,0,313,"","","Certification not required",0,1.410015,4.718408,102.2,"2013-12-31 08:00",98.4,"2013-12-27 07:00",78.5,"2013-12-27 08:00",78.3,"2013-12-02 08:00","","","","",23.6,12.6,4.8,2.5,1,0.4,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42602",1,32.482082,-97.026922,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7901,90,335,365,0,859,0,"","Certification not required",0,14.044478,9.09361,42.5,"2013-12-17 18:00",37.1,"2013-10-07 19:00",35.7,"2013-01-16 21:00",35.6,"2013-07-03 05:00","","","","",35.6,35.2,32.6,29.9,19,11.2,4.5,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42602",1,32.482082,-97.026922,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7901,90,335,365,0,859,"","","Certification not required",0,4.948943,6.085178,42.5,"2013-12-17 18:00",37.1,"2013-10-07 19:00",36.5,"2013-12-17 17:00",35.7,"2013-01-16 21:00","","","","",28.8,24.7,17.9,12.3,6.7,3.2,-0.4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","42603",1,32.482082,-97.026922,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8447,96,360,365,0,313,"","","Certification not required",0,6.304996,9.352047,129.5,"2013-12-31 08:00",116.6,"2013-12-27 07:00",105,"2013-09-25 06:00",102.5,"2013-12-27 08:00","","","","",48.4,37.5,21.8,14.2,7.6,3.6,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","43173",1,32.482082,-97.026922,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43202",1,32.482082,-97.026922,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,20.577736,14.47794,58.56,"2013-11-06 00:00",51.98,"2013-01-16 00:00",47.44,"2013-01-22 00:00",45.8,"2013-03-11 00:00","","","","",58.56,51.98,47.44,44.64,29.78,16.32,6.6,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43203",1,32.482082,-97.026922,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",10,0.916604,0.720422,3.3,"2013-09-19 00:00",2.84,"2013-02-03 00:00",2.36,"2013-01-22 00:00",1.96,"2013-03-23 00:00","","","","",3.3,2.84,2.36,1.76,1.28,0.88,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43204",1,32.482082,-97.026922,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,10.379434,7.633313,41.7,"2013-01-10 00:00",36.21,"2013-01-16 00:00",22.53,"2013-02-03 00:00",20.91,"2013-03-11 00:00","","","","",41.7,36.21,22.53,20.4,12.06,8.34,4.14,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43205",1,32.482082,-97.026922,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",40,0.196792,0.386333,2.58,"2013-09-19 00:00",0.78,"2013-02-03 00:00",0.69,"2013-01-22 00:00",0.54,"2013-03-11 00:00","","","","",2.58,0.78,0.69,0.51,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43206",1,32.482082,-97.026922,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",15,0.561698,0.481922,1.64,"2013-02-03 00:00",1.6,"2013-01-16 00:00",1.58,"2013-01-22 00:00",1.54,"2013-03-23 00:00","","","","",1.64,1.6,1.58,1.4,0.9,0.48,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43212",1,32.482082,-97.026922,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,5.300377,3.92301,19.88,"2013-01-10 00:00",16.92,"2013-01-16 00:00",12.92,"2013-11-30 00:00",11.52,"2013-03-11 00:00","","","","",19.88,16.92,12.92,10.16,6.4,4.32,1.88,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43214",1,32.482082,-97.026922,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.400755,1.507672,7.8,"2013-01-10 00:00",7.08,"2013-01-16 00:00",6,"2013-11-30 00:00",5.16,"2013-01-22 00:00","","","","",7.8,7.08,6,4.12,2.76,2.16,1.04,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43216",1,32.482082,-97.026922,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43217",1,32.482082,-97.026922,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43218",1,32.482082,-97.026922,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001509,0.010989,0.08,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.08,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43220",1,32.482082,-97.026922,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",3,2.408491,3.712696,27.45,"2013-11-30 00:00",5.25,"2013-01-22 00:00",4.6,"2013-04-28 00:00",4.55,"2013-05-22 00:00","","","","",27.45,5.25,4.6,4.15,2.5,1.65,0.75,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43221",1,32.482082,-97.026922,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,2.666038,5.207435,39.1,"2013-11-30 00:00",5.35,"2013-01-10 00:00",4.85,"2013-01-16 00:00",3.95,"2013-03-11 00:00","","","","",39.1,5.35,4.85,3.75,2.45,1.95,0.85,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43224",1,32.482082,-97.026922,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43226",1,32.482082,-97.026922,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43227",1,32.482082,-97.026922,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43228",1,32.482082,-97.026922,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43230",1,32.482082,-97.026922,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",11,0.266226,0.19481,0.84,"2013-01-10 00:00",0.84,"2013-01-16 00:00",0.66,"2013-03-11 00:00",0.6,"2013-01-22 00:00","","","","",0.84,0.84,0.66,0.54,0.36,0.24,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43231",1,32.482082,-97.026922,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.459623,0.370602,1.32,"2013-01-10 00:00",1.32,"2013-01-16 00:00",1.32,"2013-11-06 00:00",1.08,"2013-03-11 00:00","","","","",1.32,1.32,1.32,0.96,0.6,0.42,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43232",1,32.482082,-97.026922,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,0.260189,0.161072,0.7,"2013-01-16 00:00",0.63,"2013-03-11 00:00",0.56,"2013-01-10 00:00",0.56,"2013-02-03 00:00","","","","",0.7,0.63,0.56,0.49,0.35,0.21,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43233",1,32.482082,-97.026922,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.139434,0.140376,0.56,"2013-01-10 00:00",0.56,"2013-01-16 00:00",0.56,"2013-01-22 00:00",0.4,"2013-02-21 00:00","","","","",0.56,0.56,0.56,0.32,0.16,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43234",1,32.482082,-97.026922,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43235",1,32.482082,-97.026922,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43238",1,32.482082,-97.026922,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",38,0.073585,0.056843,0.4,"2013-01-22 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00",0.1,"2013-01-04 00:00","","","","",0.4,0.2,0.2,0.1,0.1,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43242",1,32.482082,-97.026922,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.071698,0.054163,0.3,"2013-01-10 00:00",0.25,"2013-11-30 00:00",0.2,"2013-01-16 00:00",0.2,"2013-02-03 00:00","","","","",0.3,0.25,0.2,0.15,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43243",1,32.482082,-97.026922,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.189623,0.261166,1.2,"2013-06-27 00:00",0.95,"2013-08-26 00:00",0.9,"2013-06-21 00:00",0.85,"2013-08-08 00:00","","","","",1.2,0.95,0.9,0.45,0.25,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43244",1,32.482082,-97.026922,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.053774,0.020118,0.18,"2013-01-10 00:00",0.12,"2013-11-30 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.12,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43247",1,32.482082,-97.026922,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.053396,0.017314,0.14,"2013-05-10 00:00",0.14,"2013-10-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.14,0.14,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43248",1,32.482082,-97.026922,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",42,0.104151,0.139841,0.78,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.36,"2013-02-27 00:00",0.3,"2013-03-23 00:00","","","","",0.78,0.6,0.36,0.24,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43249",1,32.482082,-97.026922,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",20,0.191887,0.141653,0.49,"2013-01-16 00:00",0.49,"2013-01-22 00:00",0.49,"2013-02-03 00:00",0.49,"2013-03-11 00:00","","","","",0.49,0.49,0.49,0.42,0.28,0.21,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43250",1,32.482082,-97.026922,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.158491,0.178535,0.64,"2013-05-10 00:00",0.56,"2013-09-13 00:00",0.48,"2013-02-03 00:00",0.48,"2013-05-22 00:00","","","","",0.64,0.56,0.48,0.4,0.32,0.16,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43252",1,32.482082,-97.026922,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.066038,0.042758,0.24,"2013-05-10 00:00",0.16,"2013-01-22 00:00",0.16,"2013-02-03 00:00",0.16,"2013-05-22 00:00","","","","",0.24,0.16,0.16,0.16,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43253",1,32.482082,-97.026922,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.058302,0.029335,0.16,"2013-01-10 00:00",0.16,"2013-01-16 00:00",0.16,"2013-01-22 00:00",0.16,"2013-03-11 00:00","","","","",0.16,0.16,0.16,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43261",1,32.482082,-97.026922,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",27,0.146981,0.134545,0.63,"2013-01-10 00:00",0.56,"2013-01-16 00:00",0.42,"2013-03-11 00:00",0.35,"2013-02-03 00:00","","","","",0.63,0.56,0.42,0.28,0.21,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43262",1,32.482082,-97.026922,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",15,0.173774,0.133348,0.72,"2013-01-10 00:00",0.54,"2013-01-16 00:00",0.42,"2013-03-11 00:00",0.42,"2013-10-19 00:00","","","","",0.72,0.54,0.42,0.3,0.24,0.18,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43263",1,32.482082,-97.026922,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.08434,0.096845,0.49,"2013-03-23 00:00",0.42,"2013-01-16 00:00",0.35,"2013-11-06 00:00",0.28,"2013-10-19 00:00","","","","",0.49,0.42,0.35,0.21,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43280",1,32.482082,-97.026922,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",36,0.196981,0.4175,2.96,"2013-09-19 00:00",0.6,"2013-05-28 00:00",0.52,"2013-05-10 00:00",0.48,"2013-08-26 00:00","","","","",2.96,0.6,0.52,0.44,0.2,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43282",1,32.482082,-97.026922,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43283",1,32.482082,-97.026922,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43284",1,32.482082,-97.026922,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.063774,0.037274,0.18,"2013-01-10 00:00",0.18,"2013-01-22 00:00",0.18,"2013-06-03 00:00",0.18,"2013-09-13 00:00","","","","",0.18,0.18,0.18,0.12,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43285",1,32.482082,-97.026922,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.433019,0.303071,1.26,"2013-01-10 00:00",1.26,"2013-01-16 00:00",1.08,"2013-03-11 00:00",0.9,"2013-02-03 00:00","","","","",1.26,1.26,1.08,0.84,0.54,0.42,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43289",1,32.482082,-97.026922,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43290",1,32.482082,-97.026922,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43291",1,32.482082,-97.026922,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43331",1,32.482082,-97.026922,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43801",1,32.482082,-97.026922,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.637358,0.082115,0.95,"2013-06-27 00:00",0.82,"2013-04-16 00:00",0.77,"2013-06-09 00:00",0.75,"2013-02-21 00:00","","","","",0.95,0.82,0.77,0.72,0.69,0.63,0.55,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43802",1,32.482082,-97.026922,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.077547,0.076256,0.59,"2013-09-07 00:00",0.19,"2013-08-08 00:00",0.1,"2013-03-23 00:00",0.1,"2013-05-22 00:00","","","","",0.59,0.19,0.1,0.09,0.08,0.07,0.04,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43803",1,32.482082,-97.026922,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.013019,0.012798,0.08,"2013-09-19 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-03 00:00","","","","",0.08,0.02,0.02,0.02,0.02,0.01,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43804",1,32.482082,-97.026922,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.086415,0.030577,0.15,"2013-05-04 00:00",0.12,"2013-05-16 00:00",0.11,"2013-01-04 00:00",0.11,"2013-03-05 00:00","","","","",0.15,0.12,0.11,0.11,0.1,0.09,0.07,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43811",1,32.482082,-97.026922,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.247925,0.022477,0.34,"2013-02-03 00:00",0.32,"2013-05-04 00:00",0.29,"2013-01-04 00:00",0.29,"2013-02-15 00:00","","","","",0.34,0.32,0.29,0.26,0.25,0.24,0.23,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43813",1,32.482082,-97.026922,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43814",1,32.482082,-97.026922,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008679,0.010007,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43815",1,32.482082,-97.026922,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.013585,0.019125,0.06,"2013-06-09 00:00",0.06,"2013-11-30 00:00",0.04,"2013-02-15 00:00",0.04,"2013-03-05 00:00","","","","",0.06,0.06,0.04,0.04,0.04,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43817",1,32.482082,-97.026922,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.012075,0.011327,0.04,"2013-01-22 00:00",0.04,"2013-03-23 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43818",1,32.482082,-97.026922,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43819",1,32.482082,-97.026922,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002075,0.006,0.03,"2013-10-13 00:00",0.02,"2013-01-10 00:00",0.02,"2013-06-09 00:00",0.01,"2013-01-28 00:00","","","","",0.03,0.02,0.02,0.01,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43820",1,32.482082,-97.026922,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43823",1,32.482082,-97.026922,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.533396,0.036052,0.6,"2013-01-04 00:00",0.59,"2013-05-04 00:00",0.58,"2013-02-09 00:00",0.58,"2013-02-15 00:00","","","","",0.6,0.59,0.58,0.58,0.55,0.54,0.49,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43824",1,32.482082,-97.026922,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001509,0.006621,0.04,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0,"2013-01-10 00:00","","","","",0.04,0.02,0.02,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43826",1,32.482082,-97.026922,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43829",1,32.482082,-97.026922,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002264,0.009931,0.06,"2013-01-04 00:00",0.03,"2013-02-03 00:00",0.03,"2013-04-10 00:00",0,"2013-01-10 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43830",1,32.482082,-97.026922,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003962,0.01864,0.12,"2013-05-16 00:00",0.06,"2013-05-04 00:00",0.03,"2013-08-26 00:00",0,"2013-01-04 00:00","","","","",0.12,0.06,0.03,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43831",1,32.482082,-97.026922,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43843",1,32.482082,-97.026922,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000755,0.003848,0.02,"2013-05-04 00:00",0.02,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43860",1,32.482082,-97.026922,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43954",1,32.482082,-97.026922,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",42,0.064528,0.032139,0.22,"2013-09-07 00:00",0.11,"2013-01-28 00:00",0.11,"2013-02-21 00:00",0.11,"2013-05-10 00:00","","","","",0.22,0.11,0.11,0.11,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","43960",1,32.482082,-97.026922,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.069057,0.053754,0.32,"2013-01-16 00:00",0.24,"2013-01-10 00:00",0.16,"2013-02-03 00:00",0.16,"2013-02-21 00:00","","","","",0.32,0.24,0.16,0.16,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","44201",1,32.482082,-97.026922,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8686,100,245,245,0,74,0,0,"Requested but not yet concurred",221,0.052037,0.013227,0.093,"2013-09-03 16:00",0.092,"2013-06-28 15:00",0.089,"2013-08-16 15:00",0.085,"2013-08-01 15:00","","","","",0.089,0.083,0.075,0.07,0.061,0.051,0.042,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","44201",1,32.482082,-97.026922,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,245,245,0,0,1,1,"Requested but not yet concurred",0,0.046567,0.012255,0.085,"2013-09-03 11:00",0.078,"2013-08-01 11:00",0.076,"2013-09-26 11:00",0.075,"2013-09-04 11:00","","","","",0.076,0.074,0.067,0.064,0.055,0.047,0.037,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","44201",1,32.482082,-97.026922,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,245,245,0,0,3,3,"Requested but not yet concurred",0,0.046567,0.012255,0.085,"2013-09-03 11:00",0.078,"2013-08-01 11:00",0.076,"2013-09-26 11:00",0.075,"2013-09-04 11:00","","","","",0.076,0.074,0.067,0.064,0.055,0.047,0.037,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","45109",1,32.482082,-97.026922,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.312453,0.254081,1.12,"2013-01-22 00:00",1.04,"2013-09-07 00:00",0.88,"2013-01-16 00:00",0.72,"2013-01-10 00:00","","","","",1.12,1.04,0.88,0.56,0.4,0.24,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45201",1,32.482082,-97.026922,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.795849,0.484901,1.68,"2013-01-22 00:00",1.62,"2013-02-03 00:00",1.56,"2013-05-10 00:00",1.38,"2013-01-16 00:00","","","","",1.68,1.62,1.56,1.32,1.14,0.84,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45202",1,32.482082,-97.026922,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.027547,0.950793,7.14,"2013-04-10 00:00",2.1,"2013-01-22 00:00",1.96,"2013-05-04 00:00",1.68,"2013-10-13 00:00","","","","",7.14,2.1,1.96,1.47,1.12,0.91,0.42,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45203",1,32.482082,-97.026922,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.076981,0.095386,0.32,"2013-01-16 00:00",0.24,"2013-01-04 00:00",0.24,"2013-02-03 00:00",0.24,"2013-05-10 00:00","","","","",0.32,0.24,0.24,0.24,0.16,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45204",1,32.482082,-97.026922,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.102642,0.097194,0.4,"2013-01-22 00:00",0.4,"2013-09-07 00:00",0.32,"2013-01-16 00:00",0.24,"2013-01-10 00:00","","","","",0.4,0.4,0.32,0.24,0.16,0.08,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45207",1,32.482082,-97.026922,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45208",1,32.482082,-97.026922,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",50,0.057358,0.030328,0.18,"2013-05-04 00:00",0.18,"2013-05-10 00:00",0.18,"2013-10-13 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45209",1,32.482082,-97.026922,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45210",1,32.482082,-97.026922,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45211",1,32.482082,-97.026922,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45212",1,32.482082,-97.026922,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.058302,0.045857,0.36,"2013-01-22 00:00",0.18,"2013-05-04 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.18,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45213",1,32.482082,-97.026922,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45218",1,32.482082,-97.026922,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45219",1,32.482082,-97.026922,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.05283,0.020604,0.2,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45220",1,32.482082,-97.026922,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.013585,0.030325,0.08,"2013-05-10 00:00",0.08,"2013-05-22 00:00",0.08,"2013-05-28 00:00",0.08,"2013-07-03 00:00","","","","",0.08,0.08,0.08,0.08,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45225",1,32.482082,-97.026922,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","45801",1,32.482082,-97.026922,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","0016","61101",1,32.482082,-97.026922,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7230,83,300,365,0,66,"","","Certification not required",0,9.271314,4.634638,33.7,"2013-05-20 22:00",30.7,"2013-05-20 21:00",29.5,"2013-05-20 23:00",28.1,"2013-05-21 00:00","","","","",22,20.2,17.8,15.6,12.2,8.7,3.7,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","61103",1,32.482082,-97.026922,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7228,83,300,365,0,68,"","","Certification not required",0,8.925872,4.689617,33,"2013-05-20 22:00",30.1,"2013-05-20 21:00",29.2,"2013-05-20 23:00",27.8,"2013-05-21 00:00","","","","",21.6,19.9,17.6,15.4,11.9,8.3,3.3,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","61104",1,32.482082,-97.026922,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7228,83,300,365,0,68,"","","Certification not required",0,167.519245,88.90291,359.8,"2013-01-06 11:00",359.7,"2013-03-31 16:00",359.7,"2013-10-16 01:00",359.6,"2013-04-11 04:00","","","","",356.4,353.8,344.9,328.4,196.4,161.9,52.4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","61105",1,32.482082,-97.026922,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7231,83,300,365,0,65,"","","Certification not required",0,15.636703,7.112129,58,"2013-05-20 21:00",51,"2013-05-20 22:00",48,"2013-05-20 23:00",47,"2013-02-10 03:00","","","","",34,32,29,25,20,15,7,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","61106",1,32.482082,-97.026922,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7228,83,300,365,0,68,"","","Certification not required",0,16.007305,10.615517,77.6,"2013-09-04 03:00",77,"2013-03-23 06:00",75.4,"2013-07-25 11:00",75.2,"2013-02-26 20:00","","","","",57.7,51.1,39.5,29.4,18.6,12.4,7.8,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","62101",1,32.482082,-97.026922,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,69.199781,16.23237,102,"2013-08-07 15:00",102,"2013-08-07 16:00",102,"2013-08-31 15:00",102,"2013-08-31 16:00","","","","",98,97,93,90,82,72,46,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","63301",1,32.482082,-97.026922,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3476,0.279097,0.383439,1.51,"2013-05-03 13:00",1.43,"2013-05-03 12:00",1.38,"2013-05-03 14:00",1.34,"2013-06-11 12:00","","","","",1.27,1.23,1.12,0.94,0.52,0.02,0.005,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","0016","68103",5,32.482082,-97.026922,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,13.22069,9.224315,27.4,"2013-08-08 00:00",26.2,"2013-08-02 00:00",25.6,"2013-06-27 00:00",25.3,"2013-07-03 00:00","","","","",27.4,26.2,25.6,24.4,21.9,13.3,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","68104",5,32.482082,-97.026922,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,25.791379,9.903221,40.6,"2013-08-02 00:00",39.5,"2013-09-07 00:00",39.3,"2013-06-27 00:00",39,"2013-08-08 00:00","","","","",40.6,39.5,39.3,38.5,34.7,26.3,12.4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","68105",5,32.482082,-97.026922,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,19.094828,9.345389,33.1,"2013-08-02 00:00",33,"2013-08-08 00:00",31.6,"2013-07-03 00:00",31.5,"2013-06-27 00:00","","","","",33.1,33,31.6,31.1,27.2,20.7,5.2,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","68106",5,32.482082,-97.026922,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,742.431034,4.484328,753,"2013-01-04 00:00",752,"2013-11-24 00:00",751,"2013-11-12 00:00",751,"2013-12-12 00:00","","","","",753,752,751,750,745,742,737,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","68107",5,32.482082,-97.026922,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,748.275862,5.441211,762,"2013-11-12 00:00",760,"2013-12-12 00:00",759,"2013-11-24 00:00",759,"2013-12-24 00:00","","","","",762,760,759,758,751,746,742,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","68108",5,32.482082,-97.026922,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,745.672414,5.045018,758,"2013-11-12 00:00",757,"2013-12-12 00:00",756,"2013-11-24 00:00",755,"2013-01-04 00:00","","","","",758,757,756,753,749,744,740,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","88101",5,32.482082,-97.026922,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Requested but not yet concurred",0,8.817241,5.80197,31.2,"2013-08-08 00:00",24.9,"2013-04-16 00:00",24.6,"2013-06-21 00:00",19.4,"2013-09-13 00:00","","","","",31.2,24.9,24.6,17.2,10.4,7.6,3.4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","88101",5,32.482082,-97.026922,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Requested but not yet concurred",0,8.817241,5.80197,31.2,"2013-08-08 00:00",24.9,"2013-04-16 00:00",24.6,"2013-06-21 00:00",19.4,"2013-09-13 00:00","","","","",31.2,24.9,24.6,17.2,10.4,7.6,3.4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","139","0016","88102",5,32.482082,-97.026922,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.002648,0.000902,0.0048,"2013-02-27 00:00",0.0048,"2013-03-29 00:00",0.0031,"2013-07-03 00:00",0.0031,"2013-07-09 00:00","","","","",0.0048,0.0048,0.0031,0.0031,0.0031,0.00295,0.0013,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88103",5,32.482082,-97.026922,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,4.8e-05,0.000216,0.001,"2013-01-28 00:00",0.001,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88104",5,32.482082,-97.026922,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",18,0.146543,0.323783,1.5716,"2013-08-08 00:00",1.3624,"2013-06-21 00:00",0.7495,"2013-06-27 00:00",0.3011,"2013-08-02 00:00","","","","",1.5716,1.5716,0.7495,0.2717,0.0821,0.0497,0.01865,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88107",5,32.482082,-97.026922,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.00685,0.003516,0.0117,"2013-07-03 00:00",0.0117,"2013-07-09 00:00",0.0117,"2013-07-15 00:00",0.0117,"2013-07-21 00:00","","","","",0.0117,0.0117,0.0117,0.0117,0.0117,0.0051,0.00375,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88109",5,32.482082,-97.026922,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",13,0.002302,0.001848,0.008,"2013-04-16 00:00",0.0059,"2013-01-28 00:00",0.0055,"2013-02-03 00:00",0.0053,"2013-02-09 00:00","","","","",0.008,0.008,0.0055,0.0051,0.0033,0.002,0.0007,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88110",5,32.482082,-97.026922,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.4e-05,0.000154,0.001,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88111",5,32.482082,-97.026922,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.209971,0.201716,1.0515,"2013-08-08 00:00",0.6457,"2013-06-21 00:00",0.5203,"2013-09-25 00:00",0.4451,"2013-07-09 00:00","","","","",1.0515,1.0515,0.5203,0.4399,0.3035,0.1556,0.0569,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88112",5,32.482082,-97.026922,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002095,0.001679,0.008,"2013-02-09 00:00",0.005,"2013-01-16 00:00",0.005,"2013-08-08 00:00",0.004,"2013-01-04 00:00","","","","",0.008,0.008,0.005,0.004,0.003,0.002,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88113",5,32.482082,-97.026922,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.000233,0.000191,0.0005,"2013-07-03 00:00",0.0005,"2013-07-09 00:00",0.0005,"2013-07-15 00:00",0.0005,"2013-07-21 00:00","","","","",0.0005,0.0005,0.0005,0.0005,0.0005,0.0001,0.0001,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88114",5,32.482082,-97.026922,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",11,0.006235,0.007735,0.0298,"2013-01-04 00:00",0.0291,"2013-01-16 00:00",0.0273,"2013-09-13 00:00",0.021,"2013-05-04 00:00","","","","",0.0298,0.0298,0.0273,0.0199,0.0072,0.003,0.0005,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88115",5,32.482082,-97.026922,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",9,0.032276,0.072463,0.336,"2013-01-28 00:00",0.2282,"2013-08-08 00:00",0.2154,"2013-06-21 00:00",0.1566,"2013-07-09 00:00","","","","",0.336,0.336,0.2154,0.1194,0.0134,0.0039,0.0003,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88117",5,32.482082,-97.026922,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.00945,0.000963,0.0104,"2013-04-04 00:00",0.0104,"2013-04-10 00:00",0.0104,"2013-04-16 00:00",0.0104,"2013-04-28 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0098,0.00815,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88118",5,32.482082,-97.026922,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",37,0.004467,0.001312,0.007,"2013-04-04 00:00",0.0069,"2013-04-16 00:00",0.0066,"2013-05-10 00:00",0.0064,"2013-06-09 00:00","","","","",0.007,0.007,0.0066,0.0052,0.0052,0.00445,0.0023,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88121",5,32.482082,-97.026922,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.019418,0.010327,0.03285,"2013-07-03 00:00",0.03285,"2013-07-09 00:00",0.03285,"2013-07-15 00:00",0.03285,"2013-07-21 00:00","","","","",0.03285,0.03285,0.03285,0.03285,0.03285,0.01185,0.0104,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88124",5,32.482082,-97.026922,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.000483,0.000406,0.00105,"2013-01-04 00:00",0.00105,"2013-01-10 00:00",0.00105,"2013-01-16 00:00",0.00105,"2013-01-28 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.0002,0.0002,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88126",5,32.482082,-97.026922,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.236436,0.331799,1.4525,"2013-08-08 00:00",1.046,"2013-01-04 00:00",0.9989,"2013-06-21 00:00",0.936,"2013-01-16 00:00","","","","",1.4525,1.4525,0.9989,0.6807,0.2288,0.088,0.0339,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88127",5,32.482082,-97.026922,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-28 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88128",5,32.482082,-97.026922,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.002024,0.00144,0.005,"2013-06-27 00:00",0.005,"2013-08-08 00:00",0.004,"2013-03-11 00:00",0.004,"2013-04-04 00:00","","","","",0.005,0.005,0.004,0.004,0.003,0.002,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88131",5,32.482082,-97.026922,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.001017,0.000361,0.0015,"2013-07-03 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0009,0.00065,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88132",5,32.482082,-97.026922,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.005524,0.005571,0.024,"2013-08-08 00:00",0.019,"2013-06-21 00:00",0.015,"2013-09-25 00:00",0.013,"2013-01-04 00:00","","","","",0.024,0.024,0.015,0.013,0.008,0.004,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88133",5,32.482082,-97.026922,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.0104,0,0.0104,"2013-01-04 00:00",0.0104,"2013-01-10 00:00",0.0104,"2013-01-16 00:00",0.0104,"2013-01-28 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88134",5,32.482082,-97.026922,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.000615,0.00058,0.0039,"2013-01-16 00:00",0.0018,"2013-02-27 00:00",0.0009,"2013-02-15 00:00",0.0007,"2013-07-03 00:00","","","","",0.0039,0.0039,0.0009,0.0007,0.0007,0.0004,0.00035,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88136",5,32.482082,-97.026922,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.001214,0.001646,0.006,"2013-01-04 00:00",0.006,"2013-01-16 00:00",0.006,"2013-09-25 00:00",0.004,"2013-01-10 00:00","","","","",0.006,0.006,0.006,0.003,0.001,0.001,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88140",5,32.482082,-97.026922,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.057069,0.021237,0.1669,"2013-05-28 00:00",0.0674,"2013-04-04 00:00",0.0674,"2013-04-10 00:00",0.0674,"2013-04-16 00:00","","","","",0.1669,0.1669,0.0674,0.0674,0.0674,0.05855,0.03815,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88142",5,32.482082,-97.026922,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.4e-05,0.000154,0.001,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88143",5,32.482082,-97.026922,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.000883,0.000228,0.00115,"2013-07-03 00:00",0.00115,"2013-07-09 00:00",0.00115,"2013-07-15 00:00",0.00115,"2013-07-21 00:00","","","","",0.00115,0.00115,0.00115,0.00115,0.00115,0.0009,0.0006,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88146",5,32.482082,-97.026922,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.008067,0.002317,0.0113,"2013-07-03 00:00",0.0113,"2013-07-09 00:00",0.0113,"2013-07-15 00:00",0.0113,"2013-07-21 00:00","","","","",0.0113,0.0113,0.0113,0.0113,0.0113,0.0066,0.0063,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88147",5,32.482082,-97.026922,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",39,0.000493,0.000157,0.0011,"2013-01-16 00:00",0.0008,"2013-01-10 00:00",0.0008,"2013-02-09 00:00",0.00055,"2013-07-03 00:00","","","","",0.0011,0.0011,0.0008,0.00055,0.00055,0.0005,0.0003,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88152",5,32.482082,-97.026922,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.00135,8.3e-05,0.00145,"2013-07-03 00:00",0.00145,"2013-07-09 00:00",0.00145,"2013-07-15 00:00",0.00145,"2013-07-21 00:00","","","","",0.00145,0.00145,0.00145,0.00145,0.00145,0.00135,0.00125,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88154",5,32.482082,-97.026922,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",30,0.000669,0.000484,0.0018,"2013-02-09 00:00",0.0018,"2013-04-16 00:00",0.0018,"2013-07-15 00:00",0.0018,"2013-07-21 00:00","","","","",0.0018,0.0018,0.0018,0.0014,0.001,0.00045,0.0003,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88160",5,32.482082,-97.026922,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",38,0.001332,0.00056,0.0029,"2013-04-04 00:00",0.0022,"2013-01-16 00:00",0.002,"2013-02-03 00:00",0.00175,"2013-07-03 00:00","","","","",0.0029,0.0029,0.002,0.00175,0.00175,0.0013,0.00055,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88161",5,32.482082,-97.026922,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",20,0.012276,0.029137,0.137,"2013-08-08 00:00",0.1247,"2013-06-21 00:00",0.0682,"2013-06-27 00:00",0.028,"2013-08-02 00:00","","","","",0.137,0.137,0.0682,0.022,0.0057,0.0027,0.00105,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88162",5,32.482082,-97.026922,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",41,0.023477,0.005605,0.0358,"2013-01-04 00:00",0.03025,"2013-07-03 00:00",0.03025,"2013-07-09 00:00",0.03025,"2013-07-15 00:00","","","","",0.0358,0.0358,0.03025,0.03025,0.03025,0.02105,0.01785,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88163",5,32.482082,-97.026922,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.010483,0.002861,0.0142,"2013-04-04 00:00",0.0142,"2013-04-10 00:00",0.0142,"2013-04-16 00:00",0.0142,"2013-04-28 00:00","","","","",0.0142,0.0142,0.0142,0.0142,0.0142,0.0099,0.00735,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88164",5,32.482082,-97.026922,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",33,0.000235,0.000446,0.0026,"2013-08-08 00:00",0.0013,"2013-06-15 00:00",0.001,"2013-07-15 00:00",0.0005,"2013-09-19 00:00","","","","",0.0026,0.0026,0.001,0.0003,0.00015,0.00015,5e-05,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88165",5,32.482082,-97.026922,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.336688,0.879428,4.5515,"2013-08-08 00:00",3.37,"2013-06-21 00:00",1.724,"2013-06-27 00:00",0.7425,"2013-08-02 00:00","","","","",4.5515,4.5515,1.724,0.5973,0.1221,0.0829,0.028,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88166",5,32.482082,-97.026922,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",40,0.000862,0.000477,0.0013,"2013-07-03 00:00",0.0013,"2013-07-09 00:00",0.0013,"2013-07-15 00:00",0.0013,"2013-07-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00105,0.00015,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88167",5,32.482082,-97.026922,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.017988,0.014614,0.0629,"2013-09-25 00:00",0.0623,"2013-09-07 00:00",0.0596,"2013-08-08 00:00",0.0334,"2013-07-21 00:00","","","","",0.0629,0.0629,0.0596,0.0302,0.0225,0.0132,0.0061,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88168",5,32.482082,-97.026922,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",6,0.00198,0.001873,0.0105,"2013-08-08 00:00",0.0072,"2013-06-21 00:00",0.0043,"2013-06-27 00:00",0.0037,"2013-07-09 00:00","","","","",0.0105,0.0105,0.0043,0.0034,0.0024,0.0016,0.0004,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88169",5,32.482082,-97.026922,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.857069,0.643046,3.5295,"2013-04-16 00:00",2.2741,"2013-09-13 00:00",1.6389,"2013-08-20 00:00",1.469,"2013-05-28 00:00","","","","",3.5295,3.5295,1.6389,1.3789,1.1811,0.6555,0.2864,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88170",5,32.482082,-97.026922,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",42,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-28 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88172",5,32.482082,-97.026922,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",40,0.024318,0.006803,0.0572,"2013-06-03 00:00",0.0492,"2013-03-11 00:00",0.0251,"2013-07-03 00:00",0.0251,"2013-07-09 00:00","","","","",0.0572,0.0572,0.0251,0.0251,0.0251,0.0222,0.02115,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88176",5,32.482082,-97.026922,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",31,0.000543,0.000493,0.0024,"2013-08-08 00:00",0.002,"2013-09-07 00:00",0.0014,"2013-09-19 00:00",0.0013,"2013-08-20 00:00","","","","",0.0024,0.0024,0.0014,0.0011,0.0005,0.0003,0.00025,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88180",5,32.482082,-97.026922,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.092255,0.09202,0.5091,"2013-08-08 00:00",0.3224,"2013-04-16 00:00",0.2818,"2013-06-21 00:00",0.1771,"2013-06-27 00:00","","","","",0.5091,0.5091,0.2818,0.1723,0.0982,0.075,0.0277,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88183",5,32.482082,-97.026922,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",37,0.000515,0.000185,0.0012,"2013-07-03 00:00",0.001,"2013-04-28 00:00",0.0009,"2013-06-03 00:00",0.0007,"2013-06-21 00:00","","","","",0.0012,0.0012,0.0009,0.0007,0.00055,0.0005,0.0003,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88184",5,32.482082,-97.026922,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",24,0.595195,0.61953,3.7019,"2013-04-16 00:00",1.2279,"2013-03-17 00:00",1.199,"2013-08-14 00:00",1.1537,"2013-05-28 00:00","","","","",3.7019,3.7019,1.199,1.1312,1.0226,0.3829,0.12505,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88185",5,32.482082,-97.026922,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",34,0.001074,0.00093,0.0048,"2013-06-21 00:00",0.0046,"2013-08-08 00:00",0.0026,"2013-06-27 00:00",0.0022,"2013-08-02 00:00","","","","",0.0048,0.0048,0.0026,0.0017,0.00095,0.0009,0.0004,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88186",5,32.482082,-97.026922,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",40,0.002212,0.001383,0.004,"2013-07-03 00:00",0.004,"2013-07-09 00:00",0.004,"2013-07-15 00:00",0.004,"2013-07-21 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.0018,0.0006,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88301",5,32.482082,-97.026922,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.757652,0.540183,2.9522,"2013-04-16 00:00",1.919,"2013-09-13 00:00",1.7047,"2013-02-09 00:00",1.4482,"2013-08-20 00:00","","","","",2.9522,2.9522,1.7047,1.25,1.0045,0.6186,0.2629,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88302",5,32.482082,-97.026922,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",1,0.155464,0.177504,0.5904,"2013-08-08 00:00",0.5742,"2013-06-21 00:00",0.5254,"2013-05-28 00:00",0.5147,"2013-01-28 00:00","","","","",0.5904,0.5904,0.5254,0.4345,0.2622,0.0545,0.0222,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88303",5,32.482082,-97.026922,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.06319,0.046086,0.2882,"2013-04-16 00:00",0.153,"2013-07-03 00:00",0.1423,"2013-09-13 00:00",0.1056,"2013-06-21 00:00","","","","",0.2882,0.2882,0.1423,0.0958,0.0746,0.0557,0.0301,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88310",5,32.482082,-97.026922,"NAD83","Non-volatile Nitrate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.381467,0.497302,2.7157,"2013-01-16 00:00",1.3342,"2013-03-23 00:00",1.2946,"2013-06-21 00:00",0.976,"2013-08-08 00:00","","","","",2.7157,2.7157,1.2946,0.8461,0.5299,0.194,0.049,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88355",5,32.482082,-97.026922,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",0,1.711628,0.923854,4.7513,"2013-04-16 00:00",3.9532,"2013-09-13 00:00",3.6382,"2013-07-03 00:00",3.4673,"2013-08-20 00:00","","","","",4.7513,4.7513,3.9532,3.4673,2.1323,1.4189,0.9278,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88357",5,32.482082,-97.026922,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",7,0.257286,0.162437,0.7627,"2013-09-13 00:00",0.7521,"2013-09-25 00:00",0.6336,"2013-04-16 00:00",0.5008,"2013-07-03 00:00","","","","",0.7627,0.7627,0.7521,0.5008,0.3013,0.2193,0.12515,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88370",5,32.482082,-97.026922,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",0,1.624013,0.860624,4.4587,"2013-04-16 00:00",3.771,"2013-09-13 00:00",3.4295,"2013-07-03 00:00",3.2359,"2013-08-20 00:00","","","","",4.4587,4.4587,3.771,3.2359,1.9873,1.3607,0.8698,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88374",5,32.482082,-97.026922,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",9,0.089133,0.134859,0.7406,"2013-09-13 00:00",0.3131,"2013-08-20 00:00",0.2725,"2013-07-03 00:00",0.245,"2013-04-16 00:00","","","","",0.7406,0.7406,0.3131,0.245,0.0834,0.0484,0.0029,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88375",5,32.482082,-97.026922,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.423874,0.222895,1.1046,"2013-04-16 00:00",0.9216,"2013-08-20 00:00",0.8505,"2013-09-13 00:00",0.8162,"2013-07-03 00:00","","","","",1.1046,1.1046,0.9216,0.8162,0.5469,0.3528,0.2167,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88376",5,32.482082,-97.026922,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.470477,0.225584,1.2892,"2013-04-16 00:00",1.0604,"2013-07-03 00:00",0.8285,"2013-09-13 00:00",0.791,"2013-09-25 00:00","","","","",1.2892,1.2892,1.0604,0.791,0.5322,0.4027,0.2717,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88377",5,32.482082,-97.026922,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",3,0.3577,0.247328,1.1281,"2013-04-16 00:00",0.9887,"2013-09-13 00:00",0.8906,"2013-08-20 00:00",0.8172,"2013-07-03 00:00","","","","",1.1281,1.1281,0.9887,0.8172,0.4755,0.282,0.1495,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88378",5,32.482082,-97.026922,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",5,0.274955,0.13728,0.6917,"2013-04-16 00:00",0.473,"2013-08-08 00:00",0.4687,"2013-04-22 00:00",0.4631,"2013-07-03 00:00","","","","",0.6917,0.6917,0.473,0.4631,0.3627,0.2788,0.1205,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88380",5,32.482082,-97.026922,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",4,0.344874,0.234064,0.9449,"2013-09-13 00:00",0.9261,"2013-04-16 00:00",0.9018,"2013-09-25 00:00",0.7095,"2013-07-03 00:00","","","","",0.9449,0.9449,0.9261,0.7095,0.4512,0.2898,0.12515,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88383",5,32.482082,-97.026922,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.554344,0.295723,1.53661,"2013-04-16 00:00",1.22425,"2013-09-13 00:00",1.10131,"2013-07-03 00:00",0.9022,"2013-08-20 00:00","","","","",1.53661,1.53661,1.22425,0.9022,0.71567,0.47404,0.27928,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88384",5,32.482082,-97.026922,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0.075947,0.025609,0.14678,"2013-06-27 00:00",0.14136,"2013-03-11 00:00",0.1332,"2013-08-08 00:00",0.13051,"2013-06-21 00:00","","","","",0.14678,0.14678,0.14136,0.13051,0.07725,0.07045,0.05423,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88385",5,32.482082,-97.026922,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",23,0.002489,0.004627,0.02778,"2013-08-08 00:00",0.00934,"2013-09-13 00:00",0.00752,"2013-08-02 00:00",0.00507,"2013-09-01 00:00","","","","",0.02778,0.02778,0.00934,0.00507,0.00145,0.00145,0,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88388",5,32.482082,-97.026922,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,"","","Certification not required",3,0.361558,0.185485,0.9843,"2013-04-16 00:00",0.7113,"2013-04-22 00:00",0.6718,"2013-07-03 00:00",0.6294,"2013-08-20 00:00","","","","",0.9843,0.9843,0.7113,0.6294,0.44,0.328,0.1299,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88403",5,32.482082,-97.026922,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,2.239657,1.6333,9.2687,"2013-04-16 00:00",5.2395,"2013-09-13 00:00",4.2295,"2013-05-28 00:00",3.9529,"2013-02-09 00:00","","","","",9.2687,9.2687,4.2295,3.7769,3.1876,2.0687,0.7966,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","0016","88502",3,32.482082,-97.026922,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8434,96,348,365,0,326,"","","Certification not required",0,9.265912,5.86638,62,"2013-01-03 00:00",61.6,"2013-08-29 02:00",60.7,"2013-01-02 23:00",51.3,"2013-04-16 20:00","","","","",29.9,25.9,20.3,16.5,11.8,8,3.4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","88502",3,32.482082,-97.026922,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,9.240517,4.837992,32,"2013-08-08 00:00",31.4,"2013-08-09 00:00",31.3,"2013-05-18 00:00",28.3,"2013-08-07 00:00","","","","",28.3,25.2,18.1,15.5,11,8.1,4.6,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","0016","88502",5,32.482082,-97.026922,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,9.642857,6.276209,31.2,"2013-08-08 00:00",24.9,"2013-04-16 00:00",24.6,"2013-06-21 00:00",19.4,"2013-09-13 00:00","","","","",31.2,31.2,24.6,17.2,11.7,8.6,4,"Midlothian OFW","2725 Old Fort Worth Road","Texas","Ellis","Midlothian","Dallas-Fort Worth-Arlington, TX","2013-12-30" +"48","139","1044","42401",1,32.175428,-96.87018,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8563,98,357,365,0,197,0,"","Certification not required",0,1.177031,1.51901,13.4,"2013-10-08 11:00",12.3,"2013-11-19 11:00",9.5,"2013-03-12 11:00",7.6,"2013-01-07 17:00","","","","",7.6,5.9,3.6,2.4,1.4,0.7,0.2,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42401",1,32.175428,-96.87018,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8563,98,357,365,0,197,"","","Certification not required",0,0.340126,0.570276,13.4,"2013-10-08 11:00",12.3,"2013-11-19 11:00",9.5,"2013-03-12 11:00",7.6,"2013-01-07 17:00","","","","",2.6,1.8,1.1,0.8,0.5,0.2,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42401",1,32.175428,-96.87018,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",357,98,357,365,0,0,0,"","Certification not required",0,0.341176,0.319254,1.8,"2013-11-19 00:00",1.7,"2013-03-12 00:00",1.7,"2013-10-08 00:00",1.6,"2013-01-07 00:00","","","","",1.6,1.2,0.9,0.7,0.5,0.3,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42401",1,32.175428,-96.87018,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2788,95,355,365,0,0,"",0,"Certification not required",0,0.319727,0.490833,6.4,"2013-10-08 11:00",5.2,"2013-11-19 11:00",4.8,"2013-03-12 11:00",4.6,"2013-12-27 14:00","","","","",2.4,1.7,1.1,0.7,0.4,0.2,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42406",1,32.175428,-96.87018,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8563,98,357,365,0,197,"","","Certification not required",0,0.550204,0.777542,17.4,"2013-10-08 11:00",15.5,"2013-10-08 10:00",15,"2013-11-19 11:00",13.7,"2013-03-12 11:00","","","","",3.5,2.4,1.5,1,0.6,0.4,0.1,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42601",1,32.175428,-96.87018,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7914,90,335,365,0,846,"","","Certification not required",0,0.679075,2.368059,71.9,"2013-01-18 08:00",59.8,"2013-01-18 07:00",41.3,"2013-01-02 21:00",40.3,"2013-01-02 23:00","","","","",8.7,5,2.3,1.3,0.7,0.3,-0.2,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42602",1,32.175428,-96.87018,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7914,90,335,365,0,846,0,"","Certification not required",0,10.007463,7.472174,34.1,"2013-03-01 04:00",32.3,"2013-01-18 00:00",31.7,"2013-01-04 06:00",31.7,"2013-02-27 00:00","","","","",31.7,29.2,25.7,22.5,14.2,7.9,2.7,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42602",1,32.175428,-96.87018,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7914,90,335,365,0,846,"","","Certification not required",0,4.139361,4.338379,34.1,"2013-03-01 04:00",32.3,"2013-01-18 00:00",31.7,"2013-01-04 06:00",31.7,"2013-02-27 00:00","","","","",22.6,18.9,13.2,8.9,4.9,2.8,0.8,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","42603",1,32.175428,-96.87018,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8588,98,365,365,0,172,"","","Certification not required",0,4.882045,5.90326,95.9,"2013-01-18 08:00",84.7,"2013-01-18 07:00",63.6,"2013-01-16 21:00",61.1,"2013-01-16 22:00","","","","",29.8,23.3,16,10.3,5.6,3.1,1,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","43102",1,32.175428,-96.87018,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,104.096038,41.760083,219.81,"2013-01-10 00:00",212.7,"2013-01-16 00:00",196.91,"2013-02-27 00:00",184.7,"2013-01-22 00:00","","","","",219.81,212.7,196.91,156.09,124.21,99.38,53.75,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43173",1,32.175428,-96.87018,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43202",1,32.175428,-96.87018,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,13.378491,8.429695,44.42,"2013-01-16 00:00",41.98,"2013-01-10 00:00",30.86,"2013-10-07 00:00",29.36,"2013-03-11 00:00","","","","",44.42,41.98,30.86,23.22,15.04,11.1,5.62,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43203",1,32.175428,-96.87018,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",10,0.875849,0.658005,2.44,"2013-01-22 00:00",2.28,"2013-02-03 00:00",2.22,"2013-10-07 00:00",2.12,"2013-11-30 00:00","","","","",2.44,2.28,2.22,1.76,1.28,0.72,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43204",1,32.175428,-96.87018,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,13.983396,11.140719,63.36,"2013-02-27 00:00",44.37,"2013-01-16 00:00",41.31,"2013-01-10 00:00",30.87,"2013-11-30 00:00","","","","",63.36,44.37,41.31,26.16,16.8,10.77,5.13,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43205",1,32.175428,-96.87018,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",34,0.227925,0.266295,0.99,"2013-03-29 00:00",0.81,"2013-04-22 00:00",0.78,"2013-10-25 00:00",0.75,"2013-02-03 00:00","","","","",0.99,0.81,0.78,0.66,0.39,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43206",1,32.175428,-96.87018,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",16,0.50566,0.423708,1.48,"2013-01-16 00:00",1.36,"2013-01-22 00:00",1.36,"2013-10-25 00:00",1.28,"2013-02-03 00:00","","","","",1.48,1.36,1.36,1.14,0.78,0.44,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43212",1,32.175428,-96.87018,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,6.341132,5.987102,39.48,"2013-02-27 00:00",19.72,"2013-01-10 00:00",18.04,"2013-01-16 00:00",14.2,"2013-11-30 00:00","","","","",39.48,19.72,18.04,10.48,6.52,5.44,2.08,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43214",1,32.175428,-96.87018,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.484528,1.522582,8.16,"2013-01-10 00:00",7.04,"2013-01-16 00:00",5.84,"2013-11-30 00:00",5.28,"2013-11-06 00:00","","","","",8.16,7.04,5.84,3.92,2.92,2.28,1,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43216",1,32.175428,-96.87018,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43217",1,32.175428,-96.87018,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43218",1,32.175428,-96.87018,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43220",1,32.175428,-96.87018,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",5,1.464151,0.979225,4.6,"2013-01-10 00:00",3.95,"2013-01-16 00:00",3.5,"2013-09-25 00:00",3,"2013-11-06 00:00","","","","",4.6,3.95,3.5,2.7,1.95,1.35,0.35,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43221",1,32.175428,-96.87018,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.292453,1.402004,7.4,"2013-09-25 00:00",5.85,"2013-11-18 00:00",5.65,"2013-01-10 00:00",5.1,"2013-01-16 00:00","","","","",7.4,5.85,5.65,4,2.55,1.95,1,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43224",1,32.175428,-96.87018,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43226",1,32.175428,-96.87018,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.054717,0.028189,0.25,"2013-10-07 00:00",0.1,"2013-10-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.25,0.1,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43227",1,32.175428,-96.87018,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43228",1,32.175428,-96.87018,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.061321,0.062513,0.5,"2013-09-25 00:00",0.1,"2013-07-09 00:00",0.1,"2013-10-01 00:00",0.1,"2013-10-19 00:00","","","","",0.5,0.1,0.1,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43230",1,32.175428,-96.87018,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.431887,0.398184,1.74,"2013-01-10 00:00",1.62,"2013-01-04 00:00",1.5,"2013-01-16 00:00",1.32,"2013-09-25 00:00","","","","",1.74,1.62,1.5,1.02,0.48,0.36,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43231",1,32.175428,-96.87018,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.636226,0.539402,2.22,"2013-01-10 00:00",2.1,"2013-01-16 00:00",1.8,"2013-01-04 00:00",1.56,"2013-10-07 00:00","","","","",2.22,2.1,1.8,1.38,0.9,0.54,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43232",1,32.175428,-96.87018,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",8,0.319245,0.187153,0.84,"2013-10-07 00:00",0.77,"2013-09-25 00:00",0.7,"2013-01-10 00:00",0.7,"2013-01-16 00:00","","","","",0.84,0.77,0.7,0.56,0.42,0.28,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43233",1,32.175428,-96.87018,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",22,0.195849,0.183957,0.8,"2013-05-04 00:00",0.72,"2013-01-16 00:00",0.64,"2013-02-03 00:00",0.64,"2013-04-28 00:00","","","","",0.8,0.72,0.64,0.4,0.32,0.16,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43234",1,32.175428,-96.87018,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43235",1,32.175428,-96.87018,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43238",1,32.175428,-96.87018,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.079245,0.087395,0.5,"2013-10-01 00:00",0.4,"2013-02-03 00:00",0.3,"2013-01-04 00:00",0.2,"2013-09-25 00:00","","","","",0.5,0.4,0.3,0.1,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43242",1,32.175428,-96.87018,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",41,0.074528,0.059341,0.4,"2013-01-16 00:00",0.2,"2013-01-04 00:00",0.15,"2013-01-22 00:00",0.15,"2013-02-03 00:00","","","","",0.4,0.2,0.15,0.15,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43243",1,32.175428,-96.87018,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",29,0.239623,0.297483,1.25,"2013-08-02 00:00",1,"2013-06-27 00:00",0.9,"2013-08-20 00:00",0.8,"2013-07-09 00:00","","","","",1.25,1,0.9,0.75,0.35,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43244",1,32.175428,-96.87018,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.070943,0.055479,0.3,"2013-01-16 00:00",0.3,"2013-09-25 00:00",0.18,"2013-01-04 00:00",0.18,"2013-01-22 00:00","","","","",0.3,0.3,0.18,0.12,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43247",1,32.175428,-96.87018,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.169811,0.228469,1.05,"2013-01-04 00:00",0.98,"2013-01-10 00:00",0.7,"2013-01-22 00:00",0.56,"2013-01-16 00:00","","","","",1.05,0.98,0.7,0.49,0.21,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43248",1,32.175428,-96.87018,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",27,1.165472,1.768028,7.5,"2013-01-04 00:00",5.64,"2013-01-10 00:00",4.86,"2013-01-22 00:00",4.74,"2013-01-16 00:00","","","","",7.5,5.64,4.86,4.38,1.86,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43249",1,32.175428,-96.87018,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",13,0.298868,0.218251,0.84,"2013-01-10 00:00",0.77,"2013-01-16 00:00",0.77,"2013-09-25 00:00",0.77,"2013-10-07 00:00","","","","",0.84,0.77,0.77,0.63,0.42,0.28,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43250",1,32.175428,-96.87018,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.153962,0.294712,1.84,"2013-09-25 00:00",0.88,"2013-10-07 00:00",0.56,"2013-04-28 00:00",0.48,"2013-02-03 00:00","","","","",1.84,0.88,0.56,0.32,0.24,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43252",1,32.175428,-96.87018,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.081132,0.105514,0.72,"2013-09-25 00:00",0.32,"2013-10-07 00:00",0.24,"2013-04-28 00:00",0.24,"2013-05-04 00:00","","","","",0.72,0.32,0.24,0.16,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43253",1,32.175428,-96.87018,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.06283,0.048926,0.32,"2013-04-28 00:00",0.24,"2013-01-16 00:00",0.16,"2013-02-03 00:00",0.16,"2013-02-27 00:00","","","","",0.32,0.24,0.16,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43261",1,32.175428,-96.87018,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",18,0.178113,0.131691,0.56,"2013-01-10 00:00",0.56,"2013-01-16 00:00",0.49,"2013-10-07 00:00",0.35,"2013-02-27 00:00","","","","",0.56,0.56,0.49,0.35,0.28,0.14,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43262",1,32.175428,-96.87018,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",5,0.826604,1.218554,5.76,"2013-01-04 00:00",4.92,"2013-01-10 00:00",3.48,"2013-01-16 00:00",3.36,"2013-01-22 00:00","","","","",5.76,4.92,3.48,2.58,0.72,0.36,0.12,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43263",1,32.175428,-96.87018,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.126604,0.209348,0.77,"2013-01-16 00:00",0.77,"2013-01-22 00:00",0.77,"2013-02-09 00:00",0.7,"2013-01-04 00:00","","","","",0.77,0.77,0.77,0.42,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43280",1,32.175428,-96.87018,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",23,0.345472,0.322655,1.12,"2013-01-22 00:00",1,"2013-04-16 00:00",0.96,"2013-04-22 00:00",0.96,"2013-10-07 00:00","","","","",1.12,1,0.96,0.84,0.52,0.28,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43282",1,32.175428,-96.87018,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43283",1,32.175428,-96.87018,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43284",1,32.175428,-96.87018,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.06717,0.054256,0.36,"2013-01-16 00:00",0.24,"2013-02-03 00:00",0.18,"2013-02-15 00:00",0.12,"2013-03-23 00:00","","","","",0.36,0.24,0.18,0.12,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43285",1,32.175428,-96.87018,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",8,0.563396,0.451267,1.8,"2013-01-10 00:00",1.8,"2013-01-16 00:00",1.68,"2013-09-25 00:00",1.56,"2013-10-07 00:00","","","","",1.8,1.8,1.68,1.26,0.72,0.48,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43289",1,32.175428,-96.87018,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43290",1,32.175428,-96.87018,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43291",1,32.175428,-96.87018,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43331",1,32.175428,-96.87018,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43801",1,32.175428,-96.87018,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.648868,0.081704,0.93,"2013-06-27 00:00",0.86,"2013-05-10 00:00",0.78,"2013-04-16 00:00",0.78,"2013-08-08 00:00","","","","",0.93,0.86,0.78,0.74,0.7,0.64,0.56,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43802",1,32.175428,-96.87018,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.072264,0.083243,0.63,"2013-08-08 00:00",0.16,"2013-11-18 00:00",0.14,"2013-04-28 00:00",0.09,"2013-04-04 00:00","","","","",0.63,0.16,0.14,0.09,0.07,0.07,0.04,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43803",1,32.175428,-96.87018,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009623,0.008979,0.03,"2013-06-03 00:00",0.03,"2013-09-25 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43804",1,32.175428,-96.87018,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.097358,0.015083,0.15,"2013-05-04 00:00",0.14,"2013-04-28 00:00",0.12,"2013-03-29 00:00",0.12,"2013-05-10 00:00","","","","",0.15,0.14,0.12,0.11,0.1,0.1,0.08,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43811",1,32.175428,-96.87018,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.240943,0.029106,0.28,"2013-01-10 00:00",0.27,"2013-02-21 00:00",0.27,"2013-05-04 00:00",0.26,"2013-02-09 00:00","","","","",0.28,0.27,0.27,0.26,0.25,0.24,0.23,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43813",1,32.175428,-96.87018,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43814",1,32.175428,-96.87018,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008302,0.009949,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43815",1,32.175428,-96.87018,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.021132,0.024935,0.08,"2013-01-10 00:00",0.06,"2013-01-22 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-27 00:00","","","","",0.08,0.06,0.06,0.06,0.04,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43817",1,32.175428,-96.87018,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.009057,0.01275,0.06,"2013-10-07 00:00",0.04,"2013-02-03 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00","","","","",0.06,0.04,0.02,0.02,0.02,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43818",1,32.175428,-96.87018,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43819",1,32.175428,-96.87018,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002075,0.00454,0.02,"2013-10-13 00:00",0.01,"2013-01-04 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-27 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43820",1,32.175428,-96.87018,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43823",1,32.175428,-96.87018,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.53566,0.033884,0.63,"2013-04-22 00:00",0.61,"2013-01-10 00:00",0.59,"2013-02-21 00:00",0.57,"2013-01-16 00:00","","","","",0.63,0.61,0.59,0.57,0.55,0.54,0.49,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43824",1,32.175428,-96.87018,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43826",1,32.175428,-96.87018,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43829",1,32.175428,-96.87018,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001698,0.009143,0.06,"2013-02-21 00:00",0.03,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.03,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43830",1,32.175428,-96.87018,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004528,0.01488,0.06,"2013-04-28 00:00",0.06,"2013-05-04 00:00",0.06,"2013-06-21 00:00",0.03,"2013-01-16 00:00","","","","",0.06,0.06,0.06,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43831",1,32.175428,-96.87018,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001698,0.009143,0.06,"2013-08-02 00:00",0.03,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.03,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43843",1,32.175428,-96.87018,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43860",1,32.175428,-96.87018,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43954",1,32.175428,-96.87018,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",45,0.061132,0.030234,0.22,"2013-09-25 00:00",0.11,"2013-01-10 00:00",0.11,"2013-01-22 00:00",0.11,"2013-04-28 00:00","","","","",0.22,0.11,0.11,0.11,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","43960",1,32.175428,-96.87018,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",45,0.07717,0.067721,0.32,"2013-01-16 00:00",0.24,"2013-02-03 00:00",0.24,"2013-02-27 00:00",0.24,"2013-05-04 00:00","","","","",0.32,0.24,0.24,0.24,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","44201",1,32.175428,-96.87018,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8686,100,245,245,0,74,0,0,"Requested but not yet concurred",290,0.049131,0.012942,0.108,"2013-06-28 17:00",0.091,"2013-09-03 17:00",0.084,"2013-09-26 16:00",0.081,"2013-09-24 15:00","","","","",0.084,0.079,0.07,0.065,0.058,0.049,0.041,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","44201",1,32.175428,-96.87018,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8749,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.044033,0.011748,0.084,"2013-09-03 12:00",0.074,"2013-09-26 11:00",0.073,"2013-06-28 14:00",0.072,"2013-08-10 11:00","","","","",0.073,0.07,0.064,0.06,0.052,0.045,0.035,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","44201",1,32.175428,-96.87018,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8749,100,245,245,0,0,1,1,"Requested but not yet concurred",0,0.044033,0.011748,0.084,"2013-09-03 12:00",0.074,"2013-09-26 11:00",0.073,"2013-06-28 14:00",0.072,"2013-08-10 11:00","","","","",0.073,0.07,0.064,0.06,0.052,0.045,0.035,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","45109",1,32.175428,-96.87018,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.375849,0.268367,1.44,"2013-02-03 00:00",0.96,"2013-09-25 00:00",0.88,"2013-05-04 00:00",0.88,"2013-10-07 00:00","","","","",1.44,0.96,0.88,0.72,0.48,0.32,0.16,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45201",1,32.175428,-96.87018,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.881887,0.501801,1.98,"2013-01-22 00:00",1.74,"2013-10-01 00:00",1.44,"2013-02-03 00:00",1.44,"2013-03-23 00:00","","","","",1.98,1.74,1.44,1.44,1.26,0.9,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45202",1,32.175428,-96.87018,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.011698,0.569439,2.94,"2013-05-10 00:00",2.66,"2013-04-28 00:00",2.1,"2013-09-25 00:00",2.03,"2013-02-03 00:00","","","","",2.94,2.66,2.1,1.75,1.12,0.98,0.42,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45203",1,32.175428,-96.87018,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.046792,0.074312,0.32,"2013-01-22 00:00",0.24,"2013-03-23 00:00",0.16,"2013-01-10 00:00",0.16,"2013-02-09 00:00","","","","",0.32,0.24,0.16,0.16,0.08,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45204",1,32.175428,-96.87018,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.108679,0.095556,0.48,"2013-02-03 00:00",0.32,"2013-09-25 00:00",0.32,"2013-10-07 00:00",0.24,"2013-01-16 00:00","","","","",0.48,0.32,0.32,0.24,0.16,0.08,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45207",1,32.175428,-96.87018,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45208",1,32.175428,-96.87018,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45209",1,32.175428,-96.87018,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45210",1,32.175428,-96.87018,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45211",1,32.175428,-96.87018,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.052453,0.017857,0.18,"2013-02-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45212",1,32.175428,-96.87018,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.055849,0.042582,0.36,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.36,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45213",1,32.175428,-96.87018,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45218",1,32.175428,-96.87018,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.051887,0.009619,0.1,"2013-01-04 00:00",0.1,"2013-05-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45219",1,32.175428,-96.87018,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.053774,0.021593,0.2,"2013-02-03 00:00",0.1,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45220",1,32.175428,-96.87018,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.043774,0.083855,0.48,"2013-01-10 00:00",0.24,"2013-01-04 00:00",0.24,"2013-02-03 00:00",0.16,"2013-02-15 00:00","","","","",0.48,0.24,0.24,0.08,0.08,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45225",1,32.175428,-96.87018,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","45801",1,32.175428,-96.87018,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001132,0.008242,0.06,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.06,0,0,0,0,0,0,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","139","1044","61101",1,32.175428,-96.87018,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6728,77,280,365,0,568,"","","Certification not required",0,6.339982,3.451266,23.6,"2013-03-09 22:00",22.6,"2013-03-05 02:00",20.5,"2013-02-25 14:00",20.3,"2013-03-05 03:00","","","","",16,14.9,12.9,11,8.5,5.9,2.1,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","61103",1,32.175428,-96.87018,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6543,75,271,365,0,753,"","","Certification not required",0,5.928274,3.419683,22.8,"2013-03-09 22:00",22.2,"2013-03-05 02:00",20,"2013-02-25 14:00",19.7,"2013-03-05 03:00","","","","",15.5,14.3,12.4,10.6,8,5.5,1.8,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","61104",1,32.175428,-96.87018,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6543,75,271,365,0,753,"","","Certification not required",0,174.536925,93.696324,359.9,"2013-01-02 03:00",359.9,"2013-01-20 06:00",359.9,"2013-04-24 07:00",359.9,"2013-06-29 08:00","","","","",356.7,354,345,328.2,214.3,172.1,40.3,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","61105",1,32.175428,-96.87018,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6728,77,280,365,0,568,"","","Certification not required",0,12.043549,6.374496,46,"2013-03-09 22:00",44,"2013-05-20 20:00",40,"2013-05-20 19:00",39,"2013-05-15 22:00","","","","",29,27,23,21,16,12,4,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","61106",1,32.175428,-96.87018,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6543,75,271,365,0,753,"","","Certification not required",0,20.933563,11.318613,80.7,"2013-09-20 05:00",79.8,"2013-05-23 22:00",78.3,"2013-08-13 13:00",76,"2013-08-29 20:00","","","","",63.8,57.7,45.5,36,23.8,17.5,11,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","62101",1,32.175428,-96.87018,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,68.818905,16.504943,104,"2013-08-01 15:00",104,"2013-08-01 16:00",104,"2013-08-07 15:00",104,"2013-08-07 16:00","","","","",100,98,95,90,81,71,45,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","62103",1,32.175428,-96.87018,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,54.409602,14.93368,77,"2013-08-14 19:00",76,"2013-06-14 19:00",76,"2013-06-14 20:00",75,"2013-06-14 21:00","","","","",73,72,71,70,67,59,31,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","62201",1,32.175428,-96.87018,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7292,83,304,365,0,4,"","","Certification not required",0,64.597641,21.734812,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-06 02:00",100,"2013-01-06 03:00","","","","",100,100,97,93,83,66,33,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","63301",1,32.175428,-96.87018,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3464,0.309346,0.429803,1.55,"2013-07-27 12:00",1.51,"2013-06-30 12:00",1.51,"2013-07-08 12:00",1.5,"2013-05-22 12:00","","","","",1.42,1.38,1.23,1.05,0.57,0.02,0.005,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","63302",1,32.175428,-96.87018,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",4695,0.014029,0.014588,0.06,"2013-04-25 12:00",0.06,"2013-05-03 12:00",0.06,"2013-05-04 12:00",0.06,"2013-05-05 11:00","","","","",0.05,0.05,0.05,0.04,0.02,0.005,0.005,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","139","1044","88502",3,32.175428,-96.87018,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8579,98,355,365,0,181,"","","Certification not required",0,8.879671,5.730665,72.1,"2013-03-29 17:00",66.5,"2013-04-16 19:00",49.4,"2013-04-16 20:00",48.3,"2013-05-18 18:00","","","","",30.4,25.3,19.6,15.8,11.3,7.7,3.2,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","139","1044","88502",3,32.175428,-96.87018,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,8.802254,4.661496,31.7,"2013-08-09 00:00",30.1,"2013-08-08 00:00",29.8,"2013-04-16 00:00",29.4,"2013-05-18 00:00","","","","",29.4,24,17.1,14.4,10.6,7.9,4.4,"Italy","900 FM 667 Ellis County","Texas","Ellis","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","141","0002","14129",1,31.757654,-106.482922,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,2,0,0,"Certification not required",0,0.0254,0.013773,0.065,"2013-04-04 00:00",0.041,"2013-01-16 00:00",0.039,"2013-02-27 00:00",0.035,"2013-03-23 00:00","","","","",0.065,0.065,0.065,0.041,0.035,0.019,0.017,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-08-15" +"48","141","0002","14129",2,31.757654,-106.482922,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",9,29,9,31,0,0,0,0,"Certification not required",0,0.023222,0.012969,0.048,"2013-02-09 00:00",0.044,"2013-01-16 00:00",0.018,"2013-03-29 00:00",0.017,"2013-01-28 00:00","","","","",0.048,0.048,0.048,0.048,0.018,0.017,0.016,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-08-15" +"48","141","0002","42101",1,31.757654,-106.482922,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",3280,37,139,365,0,80,0,0,"Certification not required",2320,0.47689,0.527213,10.9,"2013-03-27 09:00",6.6,"2013-01-10 07:00",5.6,"2013-01-09 18:00",4.7,"2013-01-08 08:00","","","","",2.6,2.1,1.4,1,0.6,0.25,0.25,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-12-17" +"48","141","0002","42101",1,31.757654,-106.482922,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",3296,38,134,365,0,0,0,0,"Certification not required",0,0.495176,0.3461,2.8,"2013-01-09 20:00",2.7,"2013-01-09 21:00",2.6,"2013-01-09 22:00",2.5,"2013-01-08 11:00",2.8,"2013-01-09 20:00",2.5,"2013-01-08 11:00",2,1.7,1.2,0.9,0.6,0.3,0.3,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-12-17" +"48","141","0002","61101",1,31.757654,-106.482922,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3353,99,139,141,0,0,"","","Certification not required",0,4.340799,1.930156,14.4,"2013-04-08 23:00",14.2,"2013-04-08 21:00",13.4,"2013-03-24 01:00",13.1,"2013-04-09 00:00","","","","",10.3,9.3,8.1,7.1,5.3,3.9,2.3,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-10-01" +"48","141","0002","61103",1,31.757654,-106.482922,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3353,99,139,141,0,0,"","","Certification not required",0,3.269162,1.952959,13.6,"2013-04-08 21:00",13.6,"2013-04-08 23:00",12.5,"2013-04-09 00:00",12.3,"2013-04-08 22:00","","","","",9.8,8.6,7.4,6.1,4,2.8,1.3,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-10-01" +"48","141","0002","61104",1,31.757654,-106.482922,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3353,99,139,141,0,0,"","","Certification not required",0,188.518491,91.154974,359.6,"2013-02-27 01:00",358,"2013-02-02 13:00",353.2,"2013-03-29 11:00",352.6,"2013-02-14 19:00","","","","",313.3,307.5,297,289.4,267.5,216.9,56.5,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-10-01" +"48","141","0002","61105",1,31.757654,-106.482922,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",3353,99,139,141,0,0,"","","Certification not required",0,10.099612,4.515907,36,"2013-04-08 23:00",31,"2013-02-24 12:00",30,"2013-02-24 11:00",30,"2013-04-08 22:00","","","","",23,21,18,16,13,9,5,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-10-01" +"48","141","0002","61106",1,31.757654,-106.482922,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",3353,99,139,141,0,0,"","","Certification not required",0,40.109335,14.355501,80.3,"2013-04-03 16:00",80,"2013-04-29 14:00",79.2,"2013-03-15 19:00",78.9,"2013-01-10 17:00","","","","",72.6,68.2,62.5,57.4,50.7,41.5,19.3,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-10-01" +"48","141","0002","68105",2,31.757654,-106.482922,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",17,100,17,17,0,0,"","","Certification not required",0,11.323529,6.108655,22,"2013-03-29 00:00",20.7,"2013-03-17 00:00",18.5,"2013-04-04 00:00",17.4,"2013-03-23 00:00","","","","",22,22,22,20.7,13.6,11.1,1.3,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0002","68108",2,31.757654,-106.482922,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",17,100,17,17,0,0,"","","Certification not required",0,670.764706,3.865382,677,"2013-01-16 00:00",676,"2013-01-04 00:00",675,"2013-02-15 00:00",674,"2013-01-22 00:00","","","","",677,677,677,676,674,672,666,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0002","81102",2,31.757654,-106.482922,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",17,28,17,61,0,0,0,0,"Certification not required",0,30.411765,24.685671,89,"2013-02-09 00:00",82,"2013-03-23 00:00",58,"2013-03-05 00:00",40,"2013-01-16 00:00","","","","",89,89,89,82,32,24,4,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-08-15" +"48","141","0002","81102",3,31.757654,-106.482922,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",9,29,9,31,0,0,0,0,"Certification not required",0,31.222222,26.40444,85,"2013-02-09 00:00",57,"2013-03-05 00:00",40,"2013-01-16 00:00",32,"2013-03-17 00:00","","","","",85,85,85,85,40,25,4,"Tillman","J Harold Tillman Hlt Ct 222 S Campbell S","Texas","El Paso","El Paso","El Paso, TX","2013-08-15" +"48","141","0029","42101",1,31.785769,-106.323578,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",4019,46,168,365,0,325,0,0,"Certification not required",3486,0.320901,0.264768,10.8,"2013-03-12 11:00",2.6,"2013-03-04 14:00",2.1,"2013-01-22 21:00",2.1,"2013-02-05 21:00","","","","",1.2,1,0.7,0.6,0.25,0.25,0.25,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0029","42101",1,31.785769,-106.323578,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4035,46,164,365,0,0,0,0,"Certification not required",0,0.354126,0.143353,1.9,"2013-03-12 12:00",1.8,"2013-03-12 13:00",1.7,"2013-03-12 11:00",1.7,"2013-03-12 14:00",1.9,"2013-03-12 12:00",1.4,"2013-01-23 01:00",1,0.8,0.6,0.5,0.3,0.3,0.3,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0029","44201",1,31.785769,-106.323578,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7592,87,317,365,0,424,0,0,"Requested but not yet concurred",412,0.044978,0.010344,0.084,"2013-05-23 14:00",0.077,"2013-08-15 16:00",0.072,"2013-06-27 15:00",0.07,"2013-04-28 16:00","","","","",0.07,0.067,0.063,0.058,0.051,0.045,0.032,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0029","44201",1,31.785769,-106.323578,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7621,86,313,365,0,0,0,0,"Requested but not yet concurred",0,0.04055,0.009634,0.065,"2013-06-27 11:00",0.063,"2013-06-15 11:00",0.062,"2013-04-28 11:00",0.06,"2013-05-23 09:00","","","","",0.06,0.058,0.055,0.053,0.047,0.041,0.028,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0029","44201",1,31.785769,-106.323578,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7621,86,313,365,0,0,0,0,"Requested but not yet concurred",0,0.04055,0.009634,0.065,"2013-06-27 11:00",0.063,"2013-06-15 11:00",0.062,"2013-04-28 11:00",0.06,"2013-05-23 09:00","","","","",0.06,0.058,0.055,0.053,0.047,0.041,0.028,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0029","61101",1,31.785769,-106.323578,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4298,49,178,365,0,22,"","","Certification not required",0,6.941182,3.272607,22.9,"2013-02-24 13:00",22,"2013-01-29 14:00",21,"2013-02-09 13:00",20.9,"2013-01-29 13:00","","","","",17,15.6,13,11.4,8.9,6.2,3.4,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","61103",1,31.785769,-106.323578,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4252,49,175,365,0,68,"","","Certification not required",0,6.226058,3.352162,22.1,"2013-02-24 13:00",21.3,"2013-01-29 14:00",20.2,"2013-02-09 13:00",20,"2013-01-29 13:00","","","","",16.1,15,12.4,10.8,8.2,5.6,2.5,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","61104",1,31.785769,-106.323578,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4245,48,174,365,0,68,"","","Certification not required",0,170.391449,106.807887,360,"2013-01-20 23:00",360,"2013-01-21 10:00",359.9,"2013-06-05 07:00",359.8,"2013-01-20 10:00","","","","",357.5,355.1,346.5,329.6,264.7,154.9,32.6,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","61105",1,31.785769,-106.323578,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4310,49,179,365,0,3,"","","Certification not required",0,13.192575,7.2957,177,"2013-03-15 11:00",113,"2013-03-15 08:00",45,"2013-02-24 13:00",42,"2013-03-13 10:00","","","","",33,30,26,22,17,12,6,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","61106",1,31.785769,-106.323578,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4252,49,175,365,0,68,"","","Certification not required",0,25.774835,13.078918,80.2,"2013-02-03 14:00",77.5,"2013-01-04 18:00",76.5,"2013-01-26 10:00",76.3,"2013-01-30 20:00","","","","",67.3,63.3,54.8,46.4,30.5,21,14.3,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","62101",1,31.785769,-106.323578,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4220,48,175,365,0,93,"","","Certification not required",0,64.991943,18.32893,105,"2013-06-27 15:00",105,"2013-06-27 16:00",105,"2013-06-27 17:00",104,"2013-06-12 15:00","","","","",99,98,94,89,79,65,40,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","62201",1,31.785769,-106.323578,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4228,48,175,365,0,82,"","","Certification not required",4,27.200331,18.056088,100,"2013-01-03 15:00",99,"2013-01-03 10:00",99,"2013-01-03 14:00",99,"2013-01-03 16:00","","","","",90,80,65,52,35,21,11,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0029","81102",1,31.785769,-106.323578,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",2,22.386364,15.629751,73,"2013-02-09 00:00",66,"2013-03-23 00:00",58,"2013-07-15 00:00",57,"2013-06-09 00:00","","","","",73,73,58,45,24,19,9,"Ivanhoe","10834 Ivanhoe (Ivanhoe Fire Station)","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","0037","14129",1,31.768291,-106.50126,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.024422,0.010228,0.07,"2013-03-23 00:00",0.053,"2013-03-17 00:00",0.05,"2013-01-22 00:00",0.049,"2013-02-09 00:00","","","","",0.07,0.07,0.05,0.024,0.023,0.021,0.02,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","0037","42101",1,31.768291,-106.50126,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6957,79,286,365,0,273,0,0,"Certification not required",6784,0.261736,0.080337,1.6,"2013-01-25 20:00",1.5,"2013-03-02 22:00",1.4,"2013-10-27 19:00",1.3,"2013-01-19 21:00","","","","",0.7,0.6,0.25,0.25,0.25,0.25,0.25,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42101",1,31.768291,-106.50126,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6995,80,287,365,0,0,0,0,"Certification not required",0,0.307177,0.037394,0.9,"2013-01-26 02:00",0.9,"2013-01-26 03:00",0.8,"2013-01-26 00:00",0.8,"2013-01-26 01:00",0.9,"2013-01-26 02:00",0.7,"2013-01-19 23:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42401",1,31.768291,-106.50126,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7018,80,292,365,0,211,0,"","Certification not required",0,1.146918,0.918963,8.1,"2013-06-17 05:00",5,"2013-06-03 05:00",4.3,"2013-03-14 06:00",4.2,"2013-06-13 14:00","","","","",4.3,3.6,3,2.4,1.4,0.9,0.4,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42401",1,31.768291,-106.50126,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7018,80,292,365,0,211,"","","Certification not required",0,0.450085,0.435294,8.1,"2013-06-17 05:00",6.5,"2013-06-17 06:00",5.4,"2013-06-17 03:00",5,"2013-06-03 05:00","","","","",2.1,1.7,1.1,0.8,0.6,0.4,0.1,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42401",1,31.768291,-106.50126,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",292,80,292,365,0,0,0,"","Certification not required",0,0.449315,0.268058,2.2,"2013-06-17 00:00",1.6,"2013-03-15 00:00",1.5,"2013-03-14 00:00",1.3,"2013-01-25 00:00","","","","",1.5,1.1,0.9,0.8,0.6,0.4,0.2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42401",1,31.768291,-106.50126,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2277,78,289,365,0,0,"",0,"Certification not required",0,0.420509,0.386669,6.1,"2013-06-17 05:00",4.3,"2013-06-17 08:00",3.3,"2013-06-17 02:00",3.1,"2013-03-14 08:00","","","","",1.8,1.6,1.1,0.8,0.5,0.4,0.1,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42406",1,31.768291,-106.50126,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7018,80,292,365,0,211,"","","Certification not required",0,0.714349,0.765525,30.5,"2013-06-03 05:00",15.1,"2013-06-13 14:00",13.5,"2013-06-17 05:00",12.8,"2013-06-17 04:00","","","","",3.3,2.7,1.7,1.2,0.8,0.6,0.2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42601",1,31.768291,-106.50126,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6848,78,287,365,0,372,"","","Certification not required",0,5.008119,12.466709,170.8,"2013-03-14 06:00",169.6,"2013-02-11 07:00",154.6,"2013-01-25 20:00",130.8,"2013-01-25 23:00","","","","",67.5,49,24,10.8,3.4,1.4,0.2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42602",1,31.768291,-106.50126,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6836,78,287,365,0,384,0,"","Certification not required",0,26.38885,12.17422,62.2,"2013-10-19 18:00",56.2,"2013-04-04 21:00",55,"2013-04-27 22:00",52,"2013-04-05 00:00","","","","",55,50.8,48.4,42.8,35.5,25.6,10.2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42602",1,31.768291,-106.50126,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6836,78,287,365,0,384,"","","Certification not required",0,10.737654,9.647404,62.2,"2013-10-19 18:00",56.2,"2013-04-04 21:00",55.8,"2013-04-04 20:00",55.7,"2013-04-04 22:00","","","","",41,37.2,31.4,25.6,14.9,7.3,2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","42603",1,31.768291,-106.50126,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6849,78,287,365,0,371,"","","Certification not required",0,15.772755,19.85411,207,"2013-03-14 06:00",197.4,"2013-02-11 07:00",184.5,"2013-01-25 20:00",169.7,"2013-02-11 09:00","","","","",102.9,81.2,54.6,36.5,18.3,8.9,2.6,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","44201",2,31.768291,-106.50126,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7057,81,295,365,0,177,0,0,"Requested but not yet concurred",404,0.052851,0.013289,0.107,"2013-08-19 13:00",0.096,"2013-06-14 14:00",0.093,"2013-07-03 15:00",0.09,"2013-05-24 14:00","","","","",0.093,0.086,0.078,0.069,0.06,0.052,0.037,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","44201",2,31.768291,-106.50126,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7087,81,294,365,0,0,0,0,"Requested but not yet concurred",0,0.047259,0.011938,0.082,"2013-07-03 11:00",0.075,"2013-05-24 10:00",0.075,"2013-06-11 11:00",0.073,"2013-04-28 10:00","","","","",0.075,0.073,0.067,0.062,0.055,0.047,0.032,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","44201",2,31.768291,-106.50126,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7087,81,294,365,0,0,1,1,"Requested but not yet concurred",0,0.047259,0.011938,0.082,"2013-07-03 11:00",0.075,"2013-05-24 10:00",0.075,"2013-06-11 11:00",0.073,"2013-04-28 10:00","","","","",0.075,0.073,0.067,0.062,0.055,0.047,0.032,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","61101",1,31.768291,-106.50126,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7251,83,301,365,0,8,"","","Certification not required",0,6.405985,2.748758,22.2,"2013-02-20 19:00",20.9,"2013-02-24 16:00",20.9,"2013-02-24 17:00",19.5,"2013-03-23 14:00","","","","",14.5,13.1,11.3,9.9,8,6.2,3.1,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","61103",1,31.768291,-106.50126,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7251,83,301,365,0,8,"","","Certification not required",0,5.798497,2.826472,21.6,"2013-02-20 19:00",20.4,"2013-02-24 17:00",20.3,"2013-02-24 16:00",18.8,"2013-02-09 16:00","","","","",13.9,12.5,10.8,9.3,7.4,5.6,2.2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","61104",1,31.768291,-106.50126,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7251,83,301,365,0,8,"","","Certification not required",0,208.12692,97.563925,359.9,"2013-03-19 21:00",358.9,"2013-06-14 15:00",358.7,"2013-08-18 02:00",358.3,"2013-02-06 00:00","","","","",341.5,336.8,326.4,315.7,298.6,252.9,86.8,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","61105",1,31.768291,-106.50126,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7251,83,301,365,0,8,"","","Certification not required",0,13.116536,5.660761,45,"2013-01-29 14:00",45,"2013-02-20 19:00",41,"2013-07-01 00:00",40,"2013-01-29 13:00","","","","",31,27,23,20,16,12,7,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","61106",1,31.768291,-106.50126,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7251,83,301,365,0,8,"","","Certification not required",0,24.679272,13.076959,79.7,"2013-06-14 14:00",78.2,"2013-04-04 16:00",78.2,"2013-07-06 17:00",78,"2013-03-11 03:00","","","","",69.1,63.5,54.9,43.7,29.6,20.1,13.1,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","62101",1,31.768291,-106.50126,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7109,81,291,365,0,150,"","","Certification not required",0,69.099029,16.386288,105,"2013-06-27 16:00",105,"2013-06-27 17:00",104,"2013-06-12 15:00",104,"2013-06-12 16:00","","","","",98,96,93,89,81,72,45,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","62103",1,31.768291,-106.50126,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7046,80,287,365,0,213,"","","Certification not required",91,31.307061,17.474096,68,"2013-07-26 20:00",67,"2013-07-26 19:00",67,"2013-07-26 22:00",67,"2013-08-28 18:00","","","","",64,63,60,56,47,28,10,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","62201",1,31.768291,-106.50126,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7061,81,289,365,0,198,"","","Certification not required",0,29.848888,18.892141,93,"2013-01-03 14:00",93,"2013-01-06 02:00",93,"2013-01-06 03:00",93,"2013-01-06 09:00","","","","",86,81,69,57,40,25,10,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","63301",1,31.768291,-106.50126,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7048,80,288,365,0,211,"","","Certification not required",3351,0.339768,0.440349,1.41,"2013-05-10 11:00",1.4,"2013-05-27 11:00",1.4,"2013-05-28 11:00",1.39,"2013-05-03 11:00","","","","",1.34,1.3,1.23,1.1,0.69,0.03,0.005,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","63302",1,31.768291,-106.50126,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",4912,56,201,365,0,2347,"","","Certification not required",3050,0.015393,0.015523,0.06,"2013-05-10 11:00",0.06,"2013-05-10 12:00",0.06,"2013-05-20 11:00",0.06,"2013-05-21 11:00","","","","",0.05,0.05,0.05,0.04,0.03,0.005,0.005,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","65102",1,31.768291,-106.50126,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",7254,83,301,365,0,5,"","","Certification not required",0,0.001629,0.022733,0.7,"2013-09-10 16:00",0.66,"2013-09-11 17:00",0.57,"2013-07-28 15:00",0.54,"2013-08-29 02:00","","","","",0.02,0,0,0,0,0,0,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0037","68103",1,31.768291,-106.50126,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,56,61,0,0,"","","Certification not required",0,12.563793,8.697765,24.4,"2013-06-27 00:00",24.4,"2013-09-07 00:00",24.3,"2013-08-02 00:00",24.3,"2013-08-26 00:00","","","","",24.4,24.4,24.3,23.8,20.4,14.2,1.2,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","68104",1,31.768291,-106.50126,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,56,61,0,0,"","","Certification not required",0,26.713793,9.029648,43.1,"2013-06-27 00:00",40.1,"2013-06-21 00:00",38.9,"2013-06-09 00:00",38.7,"2013-06-03 00:00","","","","",43.1,40.1,38.9,38.4,35.1,27.9,14.6,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","68105",1,31.768291,-106.50126,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,56,61,0,0,"","","Certification not required",0,19.513793,8.855753,34.4,"2013-06-27 00:00",31.8,"2013-06-09 00:00",31.3,"2013-06-21 00:00",31.3,"2013-09-01 00:00","","","","",34.4,31.8,31.3,30.7,27.9,20.9,6.9,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","68106",1,31.768291,-106.50126,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,56,61,0,0,"","","Certification not required",0,660.706897,3.366547,669,"2013-01-16 00:00",668,"2013-11-12 00:00",666,"2013-01-22 00:00",666,"2013-11-06 00:00","","","","",669,668,666,665,663,661,657,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","68107",1,31.768291,-106.50126,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,56,61,0,0,"","","Certification not required",0,666.896552,3.547619,677,"2013-11-12 00:00",674,"2013-01-16 00:00",674,"2013-12-12 00:00",673,"2013-11-06 00:00","","","","",677,674,674,671,669,667,663,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","68108",1,31.768291,-106.50126,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,56,61,0,0,"","","Certification not required",0,663.931034,3.458334,673,"2013-11-12 00:00",671,"2013-01-16 00:00",670,"2013-11-06 00:00",670,"2013-12-12 00:00","","","","",673,671,670,668,666,664,660,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","88101",1,31.768291,-106.50126,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,92,56,61,0,7,0,0,"Requested but not yet concurred",0,8.698276,3.850017,21.7,"2013-12-24 00:00",19.5,"2013-11-30 00:00",18.7,"2013-03-23 00:00",15.9,"2013-02-09 00:00","","","","",21.7,19.5,18.7,13.8,10.3,8.3,5.4,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","88101",1,31.768291,-106.50126,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,92,56,61,0,7,"","","Requested but not yet concurred",0,8.698276,3.850017,21.7,"2013-12-24 00:00",19.5,"2013-11-30 00:00",18.7,"2013-03-23 00:00",15.9,"2013-02-09 00:00","","","","",21.7,19.5,18.7,13.8,10.3,8.3,5.4,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0037","88502",3,31.768291,-106.50126,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7127,100,102,122,0,126,"","","Certification not required",0,7.726505,9.864924,288.3,"2013-02-20 17:00",197.1,"2013-04-09 04:00",178.1,"2013-04-17 15:00",173.9,"2013-04-09 05:00","","","","",45.3,27.9,19.2,13.6,8.8,5.7,2.3,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0037","88502",3,31.768291,-106.50126,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",297,100,102,122,0,0,"","","Certification not required",0,7.677104,5.067245,50.6,"2013-04-17 00:00",38.6,"2013-04-09 00:00",28.7,"2013-02-20 00:00",26.6,"2013-04-08 00:00","","","","",28.7,22.8,15.5,12.3,8.8,6.6,3.6,"El Paso UTEP","250 Rim Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0038","81102",1,31.73388,-106.37202,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,31.431818,25.157548,143,"2013-03-23 00:00",121,"2013-02-09 00:00",62,"2013-07-15 00:00",55,"2013-06-09 00:00","","","","",143,143,62,53,33,24,14,"WEST OF MIDWAY & ALAMEDA INTERSECTION","301 MIDWAY DR., RIVERSIDE HIGH SCHOOL","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","0044","42101",2,31.765698,-106.45522,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",7067,81,295,365,0,218,0,0,"Certification not required",15,0.246746,0.241803,2.726,"2013-01-31 21:00",2.688,"2013-01-09 20:00",2.462,"2013-02-23 22:00",2.401,"2013-10-17 21:00","","","","",1.471,1.07,0.637,0.425,0.251,0.178,0.109,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42101",2,31.765698,-106.45522,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7102,81,290,365,0,0,0,0,"Certification not required",0,0.24586,0.177955,1.8,"2013-02-01 00:00",1.8,"2013-02-01 01:00",1.8,"2013-02-01 02:00",1.6,"2013-01-31 23:00",1.8,"2013-02-01 00:00",1.4,"2013-03-15 00:00",1.1,0.9,0.6,0.4,0.3,0.2,0.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42401",1,31.765698,-106.45522,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7127,81,303,365,0,159,0,"","Certification not required",0,1.623432,1.837328,9.3,"2013-02-19 07:00",8.7,"2013-01-23 19:00",8.3,"2013-03-15 06:00",7.7,"2013-01-09 19:00","","","","",7.7,7.3,6.3,4.3,2.1,0.9,0.3,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42401",1,31.765698,-106.45522,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7127,81,303,365,0,159,"","","Certification not required",0,0.451017,0.781083,9.3,"2013-02-19 07:00",8.7,"2013-01-23 19:00",8.3,"2013-03-15 06:00",7.7,"2013-01-09 19:00","","","","",4.4,3,1.6,0.9,0.4,0.2,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42401",1,31.765698,-106.45522,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",303,83,303,365,0,0,0,"","Certification not required",0,0.447195,0.429057,3.1,"2013-03-15 00:00",2.5,"2013-01-31 00:00",2.4,"2013-01-23 00:00",1.9,"2013-03-14 00:00","","","","",1.9,1.7,1.3,1,0.5,0.3,0.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42401",1,31.765698,-106.45522,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2315,79,296,365,0,0,"",0,"Certification not required",0,0.424665,0.71759,7.4,"2013-03-15 08:00",6.9,"2013-01-31 23:00",6.6,"2013-10-29 20:00",6.5,"2013-01-09 20:00","","","","",4.1,2.7,1.6,0.9,0.4,0.2,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42406",1,31.765698,-106.45522,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",7127,81,303,365,0,159,"","","Certification not required",0,0.660853,1.100802,14.5,"2013-02-19 07:00",12.3,"2013-02-18 21:00",11.8,"2013-01-23 19:00",10.6,"2013-01-09 20:00","","","","",6.2,4.5,2.5,1.4,0.6,0.3,0.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42600",2,31.765698,-106.45522,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5019,57,216,365,0,2246,"","","Certification not required",0,17.047121,23.084567,283.6,"2013-10-17 21:00",280.1,"2013-10-29 18:00",276.9,"2013-03-15 06:00",258.5,"2013-03-15 07:00","","","","",125,90.4,50.9,32.4,18.7,10.8,4.2,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42601",1,31.765698,-106.45522,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6883,79,291,365,0,398,"","","Certification not required",0,8.484019,24.167507,269.7,"2013-03-15 06:00",265.2,"2013-02-19 07:00",263.2,"2013-10-29 18:00",249,"2013-01-09 20:00","","","","",137.1,89.7,41.7,17.4,4.7,1.5,0.3,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42601",2,31.765698,-106.45522,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6396,73,272,365,0,868,"","","Certification not required",0,7.954003,21.983804,314.1,"2013-03-04 06:00",252.1,"2013-02-19 07:00",250.3,"2013-03-04 07:00",250.2,"2013-03-15 06:00","","","","",119.2,78.2,38,15.8,5.1,1.8,0.3,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42602",1,31.765698,-106.45522,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6823,78,287,365,0,458,0,"","Certification not required",0,29.865854,11.909314,73.5,"2013-06-27 19:00",60,"2013-05-21 20:00",60,"2013-09-24 18:00",57.5,"2013-04-04 19:00","","","","",60,56.1,49.9,45,38,29.2,14.9,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42602",1,31.765698,-106.45522,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6823,78,287,365,0,458,"","","Certification not required",0,13.264927,10.088231,73.5,"2013-06-27 19:00",63.4,"2013-06-27 20:00",60,"2013-05-21 20:00",60,"2013-09-24 18:00","","","","",45.1,40.9,34.2,28.3,18.1,10,3.7,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","42603",1,31.765698,-106.45522,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6923,79,291,365,0,358,"","","Certification not required",0,21.68518,31.198516,305.6,"2013-02-19 07:00",305.4,"2013-10-29 18:00",297,"2013-03-15 06:00",284.9,"2013-01-09 20:00","","","","",171,125.3,74.7,47.5,22.6,11.7,4.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","43000",1,31.765698,-106.45522,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,70.290508,94.654461,1016.1,"2013-03-14 23:00",870.6,"2013-01-09 20:00",868,"2013-01-31 21:00",844.6,"2013-01-20 03:00","","","","",500.3,367.8,241.7,160.6,82.2,37.7,11.8,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43102",1,31.765698,-106.45522,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,78.363393,108.707706,1172.23,"2013-03-14 23:00",1034.87,"2013-01-31 21:00",1024.05,"2013-01-09 20:00",970.39,"2013-01-09 19:00","","","","",577.99,417.75,270.58,175.54,89.29,41.62,13.12,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43202",1,31.765698,-106.45522,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,13.484949,16.040255,182.71,"2013-02-05 03:00",158.51,"2013-01-20 03:00",136.27,"2013-01-26 09:00",134.49,"2013-02-19 05:00","","","","",83.15,64.72,45.11,31.89,15.35,7.54,3.02,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43203",1,31.765698,-106.45522,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",6,1.782941,2.818682,32.52,"2013-01-31 21:00",32.03,"2013-01-09 20:00",27.27,"2013-01-09 19:00",26.95,"2013-02-18 21:00","","","","",15.25,11.13,6.61,4.1,1.81,0.88,0.27,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43204",1,31.765698,-106.45522,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,13.922315,20.614637,327.69,"2013-03-14 23:00",269.02,"2013-03-14 22:00",221.08,"2013-01-20 03:00",213.84,"2013-05-22 21:00","","","","",100.76,76.44,50.35,34.52,16.13,6.5,1.84,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43205",1,31.765698,-106.45522,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,1.30692,1.907659,22.71,"2013-01-31 21:00",19.83,"2013-02-18 20:00",19.52,"2013-03-14 23:00",19.2,"2013-01-09 20:00","","","","",10.39,7.47,4.35,2.67,1.3,0.7,0.35,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43206",1,31.765698,-106.45522,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4772,54,217,365,0,176,"","","Certification not required",2,1.351823,2.091328,26.2,"2013-01-31 21:00",24,"2013-01-09 20:00",21.9,"2013-02-06 08:00",20.6,"2013-01-31 22:00","","","","",11.1,8.3,4.9,3,1.3,0.7,0.3,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43212",1,31.765698,-106.45522,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,7.699556,10.871782,109.71,"2013-03-14 23:00",102.44,"2013-01-20 22:00",100.45,"2013-04-11 01:00",96.79,"2013-01-09 19:00","","","","",57.21,42.86,27.56,18.99,9.03,3.74,1.04,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43214",1,31.765698,-106.45522,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,2.310452,2.99617,49.24,"2013-01-23 05:00",46.26,"2013-02-14 04:00",39.93,"2013-01-23 06:00",31.96,"2013-03-14 01:00","","","","",13.85,10.62,7.76,5.41,2.8,1.28,0.37,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43216",1,31.765698,-106.45522,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",60,0.411865,0.460527,12.12,"2013-04-11 01:00",5.58,"2013-06-26 02:00",4.88,"2013-02-18 20:00",4.7,"2013-03-15 20:00","","","","",2.45,1.72,1.04,0.7,0.46,0.34,0.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43217",1,31.765698,-106.45522,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",396,0.210193,0.334575,9.05,"2013-04-11 01:00",4.12,"2013-06-26 02:00",3.67,"2013-02-18 20:00",3.48,"2013-03-15 21:00","","","","",1.72,1.21,0.67,0.4,0.2,0.13,0.05,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43218",1,31.765698,-106.45522,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,0.262881,0.430801,5.3,"2013-01-31 21:00",4.5,"2013-01-09 20:00",4.5,"2013-02-18 20:00",4.3,"2013-02-10 20:00","","","","",2.2,1.6,0.9,0.6,0.3,0.1,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43220",1,31.765698,-106.45522,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",0,3.024015,3.874537,51.04,"2013-04-11 01:00",39.91,"2013-03-15 21:00",39.56,"2013-03-15 22:00",37.34,"2013-03-15 20:00","","","","",20.07,15.35,9.71,6.84,3.63,1.74,0.54,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43221",1,31.765698,-106.45522,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",4,5.003755,7.47596,101.71,"2013-04-11 01:00",89.92,"2013-03-15 21:00",83.83,"2013-03-15 20:00",83.03,"2013-03-15 22:00","","","","",40.48,29.03,16.63,10.68,5.57,2.72,0.79,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43224",1,31.765698,-106.45522,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",1267,0.171056,0.310573,4.57,"2013-04-11 01:00",3.59,"2013-02-18 20:00",3.44,"2013-03-15 21:00",3.3,"2013-03-14 23:00","","","","",1.72,1.22,0.64,0.36,0.17,0.09,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43226",1,31.765698,-106.45522,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",910,0.313206,0.65068,10.35,"2013-04-11 01:00",7.81,"2013-03-15 20:00",7.75,"2013-03-15 21:00",7.65,"2013-03-15 22:00","","","","",3.53,2.3,1.18,0.66,0.29,0.13,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43227",1,31.765698,-106.45522,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",2397,0.126571,0.291669,4.63,"2013-04-11 01:00",3.42,"2013-03-15 21:00",3.37,"2013-03-15 20:00",3.35,"2013-03-15 22:00","","","","",1.59,1.01,0.52,0.29,0.13,0.03,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43231",1,31.765698,-106.45522,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,1.319577,1.90723,21.95,"2013-01-31 21:00",21.4,"2013-01-09 20:00",19.78,"2013-02-18 20:00",19.34,"2013-01-09 19:00","","","","",9.72,7.08,4.28,2.89,1.62,0.79,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43232",1,31.765698,-106.45522,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2181,0.483548,0.881863,9.68,"2013-01-09 20:00",8.57,"2013-01-09 19:00",8.2,"2013-03-15 20:00",8.12,"2013-05-22 22:00","","","","",4.74,3.33,1.85,1.21,0.6,0.24,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43233",1,31.765698,-106.45522,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2332,0.226486,0.444778,5.89,"2013-01-09 20:00",4.86,"2013-01-31 22:00",4.78,"2013-01-09 19:00",4.6,"2013-02-05 23:00","","","","",2.45,1.69,0.92,0.54,0.27,0.1,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43235",1,31.765698,-106.45522,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2319,0.170563,0.319431,3.31,"2013-01-25 23:00",3.29,"2013-02-02 19:00",3.19,"2013-03-15 20:00",3.1,"2013-01-09 20:00","","","","",1.76,1.2,0.7,0.42,0.19,0.09,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43238",1,31.765698,-106.45522,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",2862,0.173331,0.369446,7.41,"2013-01-25 23:00",3.61,"2013-03-15 20:00",3.17,"2013-02-02 19:00",3.1,"2013-01-09 20:00","","","","",1.91,1.33,0.81,0.48,0.19,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43242",1,31.765698,-106.45522,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",164,0.270537,0.370903,6.81,"2013-07-08 13:00",4.74,"2013-07-08 12:00",4.57,"2013-07-08 11:00",3.25,"2013-06-27 20:00","","","","",1.93,1.36,0.87,0.59,0.31,0.15,0.06,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43243",1,31.765698,-106.45522,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",2181,0.120523,0.212539,2.13,"2013-02-05 22:00",2.12,"2013-01-31 21:00",2.1,"2013-02-18 20:00",1.96,"2013-03-14 23:00","","","","",1.1,0.77,0.49,0.32,0.14,0.05,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43244",1,31.765698,-106.45522,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4663,53,211,365,0,285,"","","Certification not required",1608,0.112932,0.160598,2.13,"2013-06-27 20:00",1.6,"2013-04-11 01:00",1.52,"2013-03-15 20:00",1.5,"2013-03-15 21:00","","","","",0.84,0.6,0.38,0.25,0.14,0.08,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43247",1,31.765698,-106.45522,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",4066,0.150847,0.478348,5.41,"2013-02-18 20:00",5.36,"2013-03-14 23:00",4.99,"2013-01-31 21:00",4.76,"2013-03-15 20:00","","","","",2.49,1.77,0.92,0.49,0.005,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43248",1,31.765698,-106.45522,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",1955,0.528679,0.789896,8.08,"2013-05-22 23:00",8,"2013-05-22 22:00",7.92,"2013-03-14 21:00",7.33,"2013-06-27 20:00","","","","",3.8,2.91,1.89,1.32,0.71,0.33,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43249",1,31.765698,-106.45522,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4816,55,217,365,0,132,"","","Certification not required",1941,0.607559,0.962307,9.65,"2013-01-09 20:00",8.94,"2013-01-09 19:00",8.94,"2013-05-22 22:00",8.9,"2013-02-18 21:00","","","","",4.98,3.62,2.19,1.42,0.78,0.38,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43250",1,31.765698,-106.45522,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,0.870334,2.083104,30.48,"2013-02-18 20:00",24.43,"2013-01-31 19:00",23.31,"2013-03-14 23:00",22.3,"2013-01-31 21:00","","","","",10.69,7.68,3.85,2.04,0.84,0.26,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43252",1,31.765698,-106.45522,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",3253,0.231391,0.659331,10.99,"2013-02-18 20:00",8.12,"2013-01-31 21:00",8.12,"2013-02-10 20:00",7.87,"2013-02-18 21:00","","","","",3.5,2.25,1.1,0.57,0.21,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43253",1,31.765698,-106.45522,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2874,0.222516,0.469027,5.04,"2013-01-09 20:00",4.63,"2013-01-09 19:00",4.48,"2013-01-31 21:00",4.42,"2013-01-23 19:00","","","","",2.49,1.71,1.06,0.63,0.25,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43261",1,31.765698,-106.45522,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2570,0.320112,0.562696,5.77,"2013-03-15 20:00",5.47,"2013-03-20 22:00",5.36,"2013-03-15 21:00",4.79,"2013-01-09 20:00","","","","",2.79,2.11,1.35,0.89,0.42,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43262",1,31.765698,-106.45522,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",1641,0.680382,1.124148,11.37,"2013-01-31 21:00",11.35,"2013-01-09 20:00",11.19,"2013-01-09 19:00",10.38,"2013-03-15 20:00","","","","",5.97,4.24,2.62,1.59,0.8,0.38,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43263",1,31.765698,-106.45522,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2169,0.425241,0.740196,7.11,"2013-01-09 20:00",6.63,"2013-02-02 19:00",6.55,"2013-01-09 19:00",6.46,"2013-02-18 21:00","","","","",3.82,2.84,1.7,1.1,0.53,0.21,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43280",1,31.765698,-106.45522,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4825,55,218,365,0,123,"","","Certification not required",223,0.376204,0.480117,5.11,"2013-01-31 21:00",4.88,"2013-04-11 01:00",4.78,"2013-01-09 20:00",4.65,"2013-02-18 20:00","","","","",2.78,1.95,1.14,0.77,0.43,0.24,0.08,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43291",1,31.765698,-106.45522,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",3431,0.297846,0.696332,6.78,"2013-03-14 23:00",6.74,"2013-03-20 22:00",6.44,"2013-05-22 23:00",6.3,"2013-03-15 22:00","","","","",3.69,2.6,1.51,0.96,0.34,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","43960",1,31.765698,-106.45522,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4759,54,215,365,0,189,"","","Certification not required",2898,0.15373,0.34945,4.05,"2013-01-09 20:00",3.76,"2013-01-09 19:00",3.71,"2013-01-31 21:00",3.44,"2013-01-31 22:00","","","","",1.89,1.25,0.69,0.39,0.17,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","44201",1,31.765698,-106.45522,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7190,83,304,365,0,97,0,0,"Requested but not yet concurred",630,0.050283,0.012515,0.094,"2013-08-19 13:00",0.086,"2013-08-15 15:00",0.085,"2013-05-24 14:00",0.083,"2013-07-03 14:00","","","","",0.083,0.08,0.071,0.066,0.058,0.049,0.035,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","44201",1,31.765698,-106.45522,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7259,83,303,365,0,0,0,0,"Requested but not yet concurred",0,0.044541,0.011762,0.075,"2013-07-03 11:00",0.073,"2013-05-24 10:00",0.071,"2013-08-17 10:00",0.069,"2013-06-27 11:00","","","","",0.069,0.067,0.062,0.059,0.053,0.045,0.029,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","44201",1,31.765698,-106.45522,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7259,83,303,365,0,0,0,0,"Requested but not yet concurred",0,0.044541,0.011762,0.075,"2013-07-03 11:00",0.073,"2013-05-24 10:00",0.071,"2013-08-17 10:00",0.069,"2013-06-27 11:00","","","","",0.069,0.067,0.062,0.059,0.053,0.045,0.029,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0044","45109",1,31.765698,-106.45522,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,2.102864,3.789104,45.87,"2013-01-09 20:00",44.25,"2013-01-31 21:00",41.24,"2013-01-09 19:00",34.85,"2013-01-31 22:00","","","","",20.57,14.12,8.35,4.96,2.11,0.89,0.18,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45201",1,31.765698,-106.45522,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,1.29737,1.877056,21.84,"2013-01-09 19:00",21.73,"2013-01-31 21:00",20.1,"2013-01-09 20:00",17.95,"2013-01-31 22:00","","","","",10.37,7.29,4.3,2.72,1.47,0.8,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45202",1,31.765698,-106.45522,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,5.171527,9.109859,139.21,"2013-01-16 23:00",118.99,"2013-02-18 21:00",105.26,"2013-03-15 20:00",99.69,"2013-01-09 20:00","","","","",47.61,33.35,19.78,11.28,5.23,2.37,0.65,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45203",1,31.765698,-106.45522,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,0.756278,1.320136,16.13,"2013-01-09 20:00",14.94,"2013-01-31 21:00",14,"2013-01-09 19:00",12.82,"2013-05-22 23:00","","","","",7.13,4.94,2.91,1.77,0.8,0.35,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45204",1,31.765698,-106.45522,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,0.741627,1.369986,16.92,"2013-01-09 20:00",15.75,"2013-01-31 21:00",15.29,"2013-01-09 19:00",12.75,"2013-01-09 18:00","","","","",7.53,5.02,2.93,1.73,0.77,0.33,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45207",1,31.765698,-106.45522,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",3336,0.174571,0.430841,4.99,"2013-01-09 20:00",4.62,"2013-01-31 21:00",4.19,"2013-01-09 19:00",4.19,"2013-01-25 23:00","","","","",2.41,1.53,0.9,0.5,0.18,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45208",1,31.765698,-106.45522,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",2022,0.535381,1.110318,12.79,"2013-01-09 20:00",11.68,"2013-01-31 21:00",11.17,"2013-01-09 19:00",10.4,"2013-01-31 22:00","","","","",6.28,4.03,2.34,1.37,0.55,0.18,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45209",1,31.765698,-106.45522,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",3473,0.115629,0.261333,2.77,"2013-01-09 20:00",2.46,"2013-01-09 19:00",2.42,"2013-01-31 21:00",2.23,"2013-01-25 23:00","","","","",1.35,0.95,0.57,0.36,0.14,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45210",1,31.765698,-106.45522,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4826,55,218,365,0,122,"","","Certification not required",0,0.020528,0.065495,0.85,"2013-01-09 20:00",0.81,"2013-06-02 15:00",0.69,"2013-01-09 19:00",0.66,"2013-05-22 23:00","","","","",0.31,0.22,0.14,0.09,0,0,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45220",1,31.765698,-106.45522,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4814,55,216,365,0,134,"","","Certification not required",0,0.210573,0.781985,31.09,"2013-01-23 00:00",13.8,"2013-01-23 21:00",13.48,"2013-01-22 22:00",12.37,"2013-01-23 04:00","","","","",2.79,1.71,0.9,0.5,0.18,0,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","45225",1,31.765698,-106.45522,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4143,47,185,365,0,805,"","","Certification not required",3080,0.090058,0.249773,3.01,"2013-01-09 20:00",2.74,"2013-01-31 21:00",2.71,"2013-01-09 19:00",2.41,"2013-01-25 23:00","","","","",1.27,0.94,0.54,0.26,0.03,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-06" +"48","141","0044","61101",1,31.765698,-106.45522,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7213,82,302,365,0,83,"","","Certification not required",0,6.914432,3.735177,26,"2013-02-09 13:00",25.3,"2013-01-29 14:00",24.8,"2013-04-17 13:00",24.7,"2013-02-20 20:00","","","","",18.6,16.4,13.8,11.8,9,6.3,2.7,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","61103",1,31.765698,-106.45522,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7212,82,302,365,0,84,"","","Certification not required",0,6.358125,3.817384,25.3,"2013-02-09 13:00",24.8,"2013-01-29 14:00",24.3,"2013-02-20 20:00",24.2,"2013-04-17 13:00","","","","",18.1,16,13.3,11.3,8.6,5.8,2,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","61104",1,31.765698,-106.45522,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7212,82,302,365,0,84,"","","Certification not required",0,174.580103,97.338562,359.8,"2013-04-29 01:00",359.7,"2013-08-19 23:00",359.4,"2013-10-18 17:00",357.7,"2013-08-14 21:00","","","","",330.1,314.7,296.5,286.5,268.1,173.8,42,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","61105",1,31.765698,-106.45522,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7213,82,302,365,0,83,"","","Certification not required",0,13.465271,6.659479,46,"2013-02-20 19:00",46,"2013-02-24 14:00",45,"2013-10-30 18:00",44,"2013-02-24 17:00","","","","",34,31,26,22,17,13,6,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","61106",1,31.765698,-106.45522,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7212,82,302,365,0,84,"","","Certification not required",0,23.643109,13.78776,79.6,"2013-01-19 17:00",79,"2013-03-28 02:00",78.7,"2013-08-04 03:00",78.6,"2013-01-19 22:00","","","","",68.6,63.2,55.3,44.9,28.5,19.1,11.2,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","62101",1,31.765698,-106.45522,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,70.037449,16.549335,105,"2013-06-27 15:00",105,"2013-06-27 16:00",105,"2013-06-27 17:00",104,"2013-06-12 15:00","","","","",99,97,94,90,82,73,45,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","62103",1,31.765698,-106.45522,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7245,83,301,365,0,51,"","","Certification not required",95,31.672429,17.550491,68,"2013-07-26 19:00",68,"2013-07-26 20:00",67,"2013-07-26 21:00",67,"2013-08-28 19:00","","","","",64,63,60,56,48,29,10,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","62201",1,31.765698,-106.45522,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7246,83,301,365,0,50,"","","Certification not required",0,29.474745,18.983625,96,"2013-01-03 14:00",95,"2013-01-03 15:00",94,"2013-01-03 09:00",94,"2013-01-03 13:00","","","","",87,82,70,57,40,25,10,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","63301",1,31.765698,-106.45522,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6542,75,268,365,0,754,"","","Certification not required",2979,0.363856,0.463585,1.5,"2013-07-25 12:00",1.46,"2013-05-10 11:00",1.45,"2013-05-10 12:00",1.45,"2013-05-21 12:00","","","","",1.39,1.37,1.3,1.16,0.73,0.05,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","68103",1,31.765698,-106.45522,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",82,100,59,61,0,0,"","","Certification not required",0,12.053659,8.928774,25.9,"2013-06-27 00:00",25.3,"2013-06-09 00:00",25.3,"2013-08-05 00:00",25.1,"2013-07-30 00:00","","","","",25.9,25.3,24.9,22.9,20,14,-0.7,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","68103",5,31.765698,-106.45522,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,14.322,8.198073,26.7,"2013-06-24 00:00",26.7,"2013-06-30 00:00",25.8,"2013-06-27 00:00",25.5,"2013-06-09 00:00","","","","",26.7,26.7,25.4,25,20.7,16,2.8,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","68104",1,31.765698,-106.45522,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",82,100,59,61,0,0,"","","Certification not required",0,28.920732,10.017981,47.5,"2013-06-27 00:00",44,"2013-06-21 00:00",43.7,"2013-06-09 00:00",42.8,"2013-08-02 00:00","","","","",47.5,44,42.8,41.6,37.5,30,16.4,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","68104",5,31.765698,-106.45522,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,30.793,9.164394,47.1,"2013-06-27 00:00",44.4,"2013-06-12 00:00",44,"2013-07-06 00:00",43.9,"2013-06-09 00:00","","","","",47.1,44.4,43.6,42.2,37.9,32.2,18.9,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","68105",1,31.765698,-106.45522,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",82,100,59,61,0,0,"","","Certification not required",0,19.684146,9.262849,35.9,"2013-06-27 00:00",33,"2013-06-09 00:00",32.2,"2013-08-02 00:00",32.2,"2013-08-05 00:00","","","","",35.9,33,32.2,31.2,28.4,21.1,6.6,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","68105",5,31.765698,-106.45522,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",100,82,100,122,0,6,"","","Certification not required",0,21.746,8.394327,35.6,"2013-06-27 00:00",34.4,"2013-06-24 00:00",34,"2013-07-06 00:00",33.3,"2013-06-12 00:00","","","","",35.6,34.4,33.1,31.9,28.9,23.6,9.6,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","68106",1,31.765698,-106.45522,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,59,61,0,0,"","","Certification not required",0,666.243902,3.279419,674,"2013-01-16 00:00",673,"2013-12-15 00:00",672,"2013-01-04 00:00",672,"2013-11-12 00:00","","","","",674,673,672,671,668,666,662,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","68106",5,31.765698,-106.45522,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,662.11,2.888133,669,"2013-01-04 00:00",669,"2013-01-16 00:00",668,"2013-11-12 00:00",667,"2013-01-31 00:00","","","","",669,669,667,666,664,662,659,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","68107",1,31.765698,-106.45522,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,59,61,0,0,"","","Certification not required",0,671.743902,3.498892,681,"2013-11-12 00:00",679,"2013-12-12 00:00",678,"2013-01-16 00:00",678,"2013-11-27 00:00","","","","",681,679,678,677,674,671,668,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","68107",5,31.765698,-106.45522,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,666.32,2.795668,676,"2013-11-12 00:00",673,"2013-01-16 00:00",673,"2013-03-02 00:00",671,"2013-01-04 00:00","","","","",676,673,671,670,668,666,663,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","68108",1,31.765698,-106.45522,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",82,100,59,61,0,0,"","","Certification not required",0,669.146341,3.432315,678,"2013-11-12 00:00",676,"2013-01-16 00:00",675,"2013-01-04 00:00",675,"2013-12-12 00:00","","","","",678,676,675,674,671,669,665,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","68108",5,31.765698,-106.45522,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,82,100,122,0,6,"","","Certification not required",0,663.95,2.833333,673,"2013-11-12 00:00",671,"2013-01-16 00:00",670,"2013-03-02 00:00",669,"2013-01-04 00:00","","","","",673,671,669,667,666,664,661,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","85101",6,31.765698,-106.45522,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8270,94,347,365,0,490,"","","Certification not required",270,45.656832,88.249495,985,"2013-01-29 14:00",985,"2013-02-09 12:00",985,"2013-02-09 13:00",985,"2013-02-09 14:00","","","","",437,254,132,84,46,25,7,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","86101",6,31.765698,-106.45522,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",7840,89,321,365,0,920,"","","Certification not required",0,35.636097,76.993219,922,"2013-12-04 12:00",915,"2013-01-29 14:00",909,"2013-02-09 14:00",902,"2013-02-20 19:00","","","","",423,221,107,68,36,18,3,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",1,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",82,91,81,89,0,9,0,0,"Requested but not yet concurred",0,9.095122,4.519257,27,"2013-02-09 00:00",23.2,"2013-03-23 00:00",19.7,"2013-06-09 00:00",19.3,"2013-04-16 00:00","","","","",27,23.2,16.2,13.7,11.6,8.3,4.4,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","88101",1,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",82,91,81,89,0,9,"","","Requested but not yet concurred",0,9.095122,4.519257,27,"2013-02-09 00:00",23.2,"2013-03-23 00:00",19.7,"2013-06-09 00:00",19.3,"2013-04-16 00:00","","","","",27,23.2,16.2,13.7,11.6,8.3,4.4,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-18" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",8208,94,364,365,165,552,"","","Requested but not yet concurred",0,11.00463,16.475273,485,"2013-02-20 17:00",348,"2013-04-09 04:00",320,"2013-04-09 05:00",302,"2013-04-17 15:00","","","","",67,47,30,22,13,8,1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Inclucded",8208,94,364,365,165,552,"","","Requested but not yet concurred",0,11.00463,16.475273,485,"2013-02-20 17:00",348,"2013-04-09 04:00",320,"2013-04-09 05:00",302,"2013-04-17 15:00","","","","",67,47,30,22,13,8,1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","Events Excluded",8043,94,364,365,0,552,"","","Requested but not yet concurred",0,10.10506,10.986711,247,"2013-02-09 13:00",149,"2013-06-07 17:00",129,"2013-06-30 21:00",119,"2013-05-23 20:00","","","","",52,40,27,21,12,7,1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Excluded",339,95,346,365,0,0,0,0,"Requested but not yet concurred",0,10.006195,5.371285,29.7,"2013-05-23 00:00",29.6,"2013-03-04 00:00",29.6,"2013-05-02 00:00",29.2,"2013-06-08 00:00","","","","",29.2,24.5,20.2,16.5,12.6,9,3.9,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",346,95,346,365,0,0,7,7,"Requested but not yet concurred",0,10.90896,8.510195,78.6,"2013-04-17 00:00",75.5,"2013-04-09 00:00",52.8,"2013-06-06 00:00",48.8,"2013-02-20 00:00","","","","",48.8,36.1,23,18.4,12.8,9.2,4.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",346,95,346,365,0,0,7,7,"Requested but not yet concurred",0,10.90896,8.510195,78.6,"2013-04-17 00:00",75.5,"2013-04-09 00:00",52.8,"2013-06-06 00:00",48.8,"2013-02-20 00:00","","","","",48.8,36.1,23,18.4,12.8,9.2,4.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",346,95,346,365,0,0,"","","Requested but not yet concurred",0,10.90896,8.510195,78.6,"2013-04-17 00:00",75.5,"2013-04-09 00:00",52.8,"2013-06-06 00:00",48.8,"2013-02-20 00:00","","","","",48.8,36.1,23,18.4,12.8,9.2,4.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Excluded",339,95,346,365,0,0,"","","Requested but not yet concurred",0,10.006195,5.371285,29.7,"2013-05-23 00:00",29.6,"2013-03-04 00:00",29.6,"2013-05-02 00:00",29.2,"2013-06-08 00:00","","","","",29.2,24.5,20.2,16.5,12.6,9,3.9,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88101",6,31.765698,-106.45522,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",346,95,346,365,0,0,"","","Requested but not yet concurred",0,10.90896,8.510195,78.6,"2013-04-17 00:00",75.5,"2013-04-09 00:00",52.8,"2013-06-06 00:00",48.8,"2013-02-20 00:00","","","","",48.8,36.1,23,18.4,12.8,9.2,4.1,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0044","88102",5,31.765698,-106.45522,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",95,0.019879,0.006369,0.056,"2013-01-16 00:00",0.042,"2013-08-20 00:00",0.035,"2013-10-16 00:00",0.026,"2013-01-28 00:00","","","","",0.056,0.042,0.026,0.026,0.021,0.021,0.014,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88103",5,31.765698,-106.45522,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.000535,0.002476,0.024,"2013-04-13 00:00",0.004,"2013-01-31 00:00",0.002,"2013-04-16 00:00",0.002,"2013-04-19 00:00","","","","",0.024,0.004,0.002,0.001,0,0,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88104",5,31.765698,-106.45522,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",6,0.180081,0.252078,1.48,"2013-02-24 00:00",1.29,"2013-06-06 00:00",0.91,"2013-04-16 00:00",0.85,"2013-07-15 00:00","","","","",1.48,1.29,0.768,0.46,0.201,0.1,0.018,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88107",5,31.765698,-106.45522,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",89,0.008269,0.007918,0.0403,"2013-02-24 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-02-21 00:00",0.0295,"2013-04-16 00:00","","","","",0.0403,0.0295,0.0295,0.0295,0.0055,0.005,0.005,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88109",5,31.765698,-106.45522,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",22,0.003628,0.005024,0.0456,"2013-02-15 00:00",0.0191,"2013-01-16 00:00",0.0144,"2013-01-31 00:00",0.0123,"2013-03-14 00:00","","","","",0.0456,0.0191,0.0075,0.0051,0.0042,0.0027,0.0009,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88110",5,31.765698,-106.45522,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.001444,0.00345,0.016,"2013-04-19 00:00",0.016,"2013-07-24 00:00",0.015,"2013-03-23 00:00",0.009,"2013-05-16 00:00","","","","",0.016,0.016,0.009,0.007,0,0,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88111",5,31.765698,-106.45522,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.305844,0.243498,1.6,"2013-06-06 00:00",1.09,"2013-02-09 00:00",1.07,"2013-02-24 00:00",0.782,"2013-03-23 00:00","","","","",1.6,1.09,0.69,0.616,0.388,0.25,0.0773,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88112",5,31.765698,-106.45522,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.005869,0.015319,0.091,"2013-09-25 00:00",0.071,"2013-03-02 00:00",0.06,"2013-09-16 00:00",0.057,"2013-10-10 00:00","","","","",0.091,0.071,0.051,0.009,0.004,0.002,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88113",5,31.765698,-106.45522,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",83,0.000836,0.000452,0.0034,"2013-06-06 00:00",0.0027,"2013-06-09 00:00",0.0022,"2013-03-14 00:00",0.0018,"2013-03-05 00:00","","","","",0.0034,0.0027,0.0017,0.0013,0.001,0.0007,0.00055,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88114",5,31.765698,-106.45522,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",29,0.006512,0.009392,0.0567,"2013-03-14 00:00",0.0495,"2013-01-16 00:00",0.0359,"2013-01-31 00:00",0.0306,"2013-04-13 00:00","","","","",0.0567,0.0495,0.026,0.015,0.008,0.0034,0.0008,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88115",5,31.765698,-106.45522,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",32,0.030384,0.065522,0.582,"2013-01-16 00:00",0.249,"2013-01-31 00:00",0.167,"2013-05-31 00:00",0.0838,"2013-03-14 00:00","","","","",0.582,0.249,0.0822,0.063,0.028,0.014,0.0039,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88117",5,31.765698,-106.45522,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",99,0.007406,0.011387,0.0435,"2013-02-18 00:00",0.0435,"2013-02-21 00:00",0.0435,"2013-07-15 00:00",0.043,"2013-04-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88118",5,31.765698,-106.45522,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",97,0.010829,0.006787,0.023,"2013-02-18 00:00",0.023,"2013-02-21 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88126",5,31.765698,-106.45522,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.15633,0.144247,0.901,"2013-02-24 00:00",0.756,"2013-06-06 00:00",0.56,"2013-02-09 00:00",0.514,"2013-03-23 00:00","","","","",0.901,0.756,0.472,0.334,0.176,0.121,0.0446,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88128",5,31.765698,-106.45522,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.001646,0.004044,0.034,"2013-04-13 00:00",0.012,"2013-01-16 00:00",0.012,"2013-03-14 00:00",0.009,"2013-01-31 00:00","","","","",0.034,0.012,0.008,0.004,0.002,0,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88131",5,31.765698,-106.45522,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",96,0.010273,0.00362,0.026,"2013-06-09 00:00",0.018,"2013-03-26 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-28 00:00","","","","",0.026,0.018,0.0165,0.0165,0.011,0.011,0.007,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88132",5,31.765698,-106.45522,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.004434,0.005992,0.029,"2013-10-31 00:00",0.027,"2013-01-22 00:00",0.027,"2013-01-31 00:00",0.027,"2013-03-02 00:00","","","","",0.029,0.027,0.017,0.012,0.005,0.002,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88136",5,31.765698,-106.45522,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.000303,0.001396,0.013,"2013-03-02 00:00",0.003,"2013-07-09 00:00",0.003,"2013-08-17 00:00",0.002,"2013-05-16 00:00","","","","",0.013,0.003,0.001,0.001,0,0,0,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88140",5,31.765698,-106.45522,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",61,0.022285,0.03414,0.208,"2013-04-16 00:00",0.193,"2013-07-15 00:00",0.127,"2013-06-18 00:00",0.107,"2013-03-23 00:00","","","","",0.208,0.193,0.095,0.043,0.027,0.009,0.00475,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88152",5,31.765698,-106.45522,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",95,0.006133,0.004316,0.043,"2013-06-06 00:00",0.018,"2013-10-28 00:00",0.012,"2013-10-07 00:00",0.011,"2013-04-25 00:00","","","","",0.043,0.018,0.008,0.008,0.008,0.005,0.0045,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88154",5,31.765698,-106.45522,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",97,0.00107,0.000323,0.003,"2013-02-06 00:00",0.0019,"2013-06-24 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-10 00:00","","","","",0.003,0.0019,0.0013,0.0013,0.00125,0.001,0.00065,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88160",5,31.765698,-106.45522,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",92,0.014515,0.006394,0.042,"2013-08-05 00:00",0.041,"2013-11-12 00:00",0.039,"2013-03-17 00:00",0.035,"2013-02-27 00:00","","","","",0.042,0.041,0.026,0.018,0.016,0.016,0.01,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88161",5,31.765698,-106.45522,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",40,0.010671,0.014744,0.0934,"2013-02-24 00:00",0.0664,"2013-06-06 00:00",0.0563,"2013-02-09 00:00",0.049,"2013-04-16 00:00","","","","",0.0934,0.0664,0.0464,0.026,0.0113,0.006,0.00215,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88164",5,31.765698,-106.45522,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",95,0.001708,0.000818,0.0067,"2013-02-09 00:00",0.0055,"2013-03-23 00:00",0.0053,"2013-06-24 00:00",0.004,"2013-04-25 00:00","","","","",0.0067,0.0055,0.0019,0.0019,0.0016,0.0015,0.0015,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88165",5,31.765698,-106.45522,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",1,0.544016,0.687152,4.2,"2013-02-24 00:00",3.37,"2013-06-06 00:00",2.56,"2013-02-09 00:00",2.31,"2013-04-16 00:00","","","","",4.2,3.37,2.24,1.29,0.582,0.356,0.106,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88166",5,31.765698,-106.45522,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",99,0.008086,0.004466,0.019,"2013-01-28 00:00",0.019,"2013-02-12 00:00",0.019,"2013-02-15 00:00",0.019,"2013-03-05 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88167",5,31.765698,-106.45522,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",19,0.007848,0.008816,0.061,"2013-01-22 00:00",0.0422,"2013-01-31 00:00",0.0309,"2013-03-02 00:00",0.0263,"2013-01-16 00:00","","","","",0.061,0.0422,0.0261,0.0154,0.0103,0.005,0.00175,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88168",5,31.765698,-106.45522,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",77,0.002075,0.002297,0.0178,"2013-05-14 00:00",0.0101,"2013-08-20 00:00",0.0075,"2013-02-03 00:00",0.0069,"2013-02-24 00:00","","","","",0.0178,0.0101,0.0064,0.0042,0.00175,0.00115,0.00115,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88169",5,31.765698,-106.45522,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.333669,0.185231,0.953,"2013-09-07 00:00",0.902,"2013-10-13 00:00",0.878,"2013-07-09 00:00",0.743,"2013-06-24 00:00","","","","",0.953,0.902,0.728,0.582,0.427,0.304,0.135,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88176",5,31.765698,-106.45522,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",98,0.000997,0.000289,0.003,"2013-06-06 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-28 00:00",0.0013,"2013-02-12 00:00","","","","",0.003,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88180",5,31.765698,-106.45522,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.092361,0.090613,0.559,"2013-02-24 00:00",0.464,"2013-06-06 00:00",0.353,"2013-02-09 00:00",0.342,"2013-03-23 00:00","","","","",0.559,0.464,0.29,0.198,0.108,0.0724,0.0202,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88184",5,31.765698,-106.45522,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",52,0.04648,0.040086,0.252,"2013-05-31 00:00",0.175,"2013-09-28 00:00",0.143,"2013-06-18 00:00",0.138,"2013-07-15 00:00","","","","",0.252,0.175,0.135,0.096,0.065,0.027,0.0155,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88185",5,31.765698,-106.45522,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",91,0.003846,0.003914,0.0199,"2013-04-04 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-01-28 00:00",0.0115,"2013-02-12 00:00","","","","",0.0199,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88301",5,31.765698,-106.45522,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",1,0.375681,0.222904,1.22,"2013-02-15 00:00",1.12,"2013-10-13 00:00",0.973,"2013-09-07 00:00",0.943,"2013-07-09 00:00","","","","",1.22,1.12,0.893,0.622,0.492,0.338,0.136,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88302",5,31.765698,-106.45522,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",4,0.083707,0.065544,0.514,"2013-01-16 00:00",0.307,"2013-05-31 00:00",0.254,"2013-06-24 00:00",0.205,"2013-03-29 00:00","","","","",0.514,0.307,0.186,0.152,0.099,0.07,0.03,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88303",5,31.765698,-106.45522,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",36,0.030254,0.043238,0.416,"2013-01-16 00:00",0.089,"2013-06-27 00:00",0.081,"2013-01-31 00:00",0.081,"2013-07-15 00:00","","","","",0.416,0.089,0.08,0.0521,0.034,0.024,0.0115,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88306",5,31.765698,-106.45522,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.409919,0.410799,2.93,"2013-02-15 00:00",2.33,"2013-01-31 00:00",1.6,"2013-01-10 00:00",1.28,"2013-01-04 00:00","","","","",2.93,2.33,1.18,0.605,0.402,0.291,0.191,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88355",5,31.765698,-106.45522,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,1.784458,1.015986,5.95,"2013-06-24 00:00",4.84,"2013-06-27 00:00",4.51,"2013-01-31 00:00",4.18,"2013-01-16 00:00","","","","",5.95,4.84,3.82,3.36,2.1,1.48,0.875,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88357",5,31.765698,-106.45522,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.58101,0.457696,2.98,"2013-01-31 00:00",1.71,"2013-03-02 00:00",1.68,"2013-03-14 00:00",1.6,"2013-01-22 00:00","","","","",2.98,1.71,1.59,1.2,0.609,0.441,0.222,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88370",5,31.765698,-106.45522,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,1.717271,0.964281,5.65,"2013-06-24 00:00",4.53,"2013-01-31 00:00",4.38,"2013-06-27 00:00",4.18,"2013-01-16 00:00","","","","",5.65,4.53,3.82,3.19,1.96,1.42,0.838,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88374",5,31.765698,-106.45522,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",4,0.131875,0.152007,0.88,"2013-01-31 00:00",0.621,"2013-01-25 00:00",0.603,"2013-03-20 00:00",0.542,"2013-03-02 00:00","","","","",0.88,0.621,0.471,0.315,0.154,0.074,0.023,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88375",5,31.765698,-106.45522,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.462708,0.25097,1.28,"2013-01-31 00:00",1.2,"2013-06-24 00:00",1.12,"2013-06-27 00:00",1.05,"2013-03-14 00:00","","","","",1.28,1.2,1.02,0.875,0.513,0.374,0.241,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88376",5,31.765698,-106.45522,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.505333,0.363462,2.1,"2013-06-27 00:00",2.06,"2013-06-24 00:00",1.59,"2013-01-16 00:00",1.31,"2013-01-19 00:00","","","","",2.1,2.06,1.25,0.972,0.614,0.383,0.225,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88377",5,31.765698,-106.45522,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.404969,0.269748,1.35,"2013-06-24 00:00",1.23,"2013-01-16 00:00",1.12,"2013-01-19 00:00",1.09,"2013-01-31 00:00","","","","",1.35,1.23,1.06,0.812,0.501,0.317,0.167,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88378",5,31.765698,-106.45522,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",9,0.212667,0.159181,0.788,"2013-06-24 00:00",0.747,"2013-06-06 00:00",0.588,"2013-02-24 00:00",0.558,"2013-07-06 00:00","","","","",0.788,0.747,0.522,0.412,0.284,0.183,0.008,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88380",5,31.765698,-106.45522,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.647854,0.505772,2.95,"2013-01-31 00:00",1.87,"2013-03-02 00:00",1.84,"2013-01-22 00:00",1.76,"2013-02-06 00:00","","","","",2.95,1.87,1.74,1.54,0.704,0.493,0.218,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88383",5,31.765698,-106.45522,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.735854,0.495631,2.92,"2013-01-31 00:00",1.95,"2013-03-20 00:00",1.94,"2013-03-02 00:00",1.76,"2013-01-22 00:00","","","","",2.92,1.95,1.75,1.51,0.869,0.604,0.276,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88384",5,31.765698,-106.45522,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.122274,0.06131,0.412,"2013-06-06 00:00",0.266,"2013-03-26 00:00",0.262,"2013-03-08 00:00",0.251,"2013-04-16 00:00","","","","",0.412,0.266,0.239,0.206,0.159,0.105,0.0615,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88385",5,31.765698,-106.45522,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",67,0.002658,0.003132,0.0141,"2013-04-25 00:00",0.0133,"2013-08-20 00:00",0.013,"2013-07-12 00:00",0.0109,"2013-07-06 00:00","","","","",0.0141,0.0133,0.0107,0.00686,0.00405,0.001,0.001,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88388",5,31.765698,-106.45522,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",4,0.279552,0.153092,1.09,"2013-06-24 00:00",0.583,"2013-02-15 00:00",0.581,"2013-08-20 00:00",0.579,"2013-01-25 00:00","","","","",1.09,0.583,0.56,0.478,0.341,0.261,0.144,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88403",5,31.765698,-106.45522,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",99,81,99,122,0,7,"","","Certification not required",0,0.97201,0.548518,2.83,"2013-09-07 00:00",2.66,"2013-10-13 00:00",2.53,"2013-07-09 00:00",2.35,"2013-06-24 00:00","","","","",2.83,2.66,1.97,1.71,1.26,0.899,0.416,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0044","88502",5,31.765698,-106.45522,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,80,97,122,0,9,"","","Certification not required",0,10.429897,5.111225,30.8,"2013-02-24 00:00",26.4,"2013-06-06 00:00",25.6,"2013-03-23 00:00",21.9,"2013-05-25 00:00","","","","",30.8,26.4,18.8,18.1,12.2,9.3,5.5,"El Paso Chamizal","800 S San Marcial Street","Texas","El Paso","El Paso","El Paso, TX","2014-02-14" +"48","141","0047","43173",1,31.775942,-106.413177,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43202",1,31.775942,-106.413177,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,21.979184,12.01562,65.36,"2013-01-16 00:00",49.58,"2013-02-03 00:00",41.38,"2013-11-24 00:00",39.02,"2013-01-28 00:00","","","","",65.36,65.36,41.38,38.1,27.68,20.08,9.02,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43203",1,31.775942,-106.413177,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,3.378367,2.382376,12.82,"2013-01-16 00:00",9.12,"2013-06-27 00:00",8.18,"2013-05-22 00:00",6.26,"2013-01-28 00:00","","","","",12.82,12.82,8.18,6.06,4.38,2.86,1.22,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43204",1,31.775942,-106.413177,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,14.527959,9.37012,33.6,"2013-11-24 00:00",32.46,"2013-09-25 00:00",32.46,"2013-11-12 00:00",31.2,"2013-02-03 00:00","","","","",33.6,33.6,32.46,30.63,17.55,12.27,4.32,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43205",1,31.775942,-106.413177,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",7,1.057755,0.899943,4.59,"2013-09-25 00:00",2.88,"2013-01-16 00:00",2.49,"2013-05-22 00:00",2.16,"2013-10-13 00:00","","","","",4.59,4.59,2.49,2.16,1.74,0.81,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43206",1,31.775942,-106.413177,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,2.244898,1.750203,8.98,"2013-01-16 00:00",7.44,"2013-06-27 00:00",5.92,"2013-05-22 00:00",4.6,"2013-08-02 00:00","","","","",8.98,8.98,5.92,4.4,2.68,1.8,0.58,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43212",1,31.775942,-106.413177,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,13.76898,10.301991,40.8,"2013-02-03 00:00",39.52,"2013-01-16 00:00",36.92,"2013-10-19 00:00",36.64,"2013-09-25 00:00","","","","",40.8,40.8,36.92,26.8,19.84,11.24,3.2,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43214",1,31.775942,-106.413177,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,4.773878,3.058633,12.24,"2013-10-19 00:00",10.84,"2013-01-16 00:00",10.8,"2013-02-03 00:00",10.48,"2013-05-22 00:00","","","","",12.24,12.24,10.8,10.44,6.52,4.32,1.16,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43216",1,31.775942,-106.413177,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",23,0.266735,0.296257,1.28,"2013-09-25 00:00",1.08,"2013-01-16 00:00",0.8,"2013-02-03 00:00",0.8,"2013-10-19 00:00","","","","",1.28,1.28,0.8,0.76,0.4,0.16,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43217",1,31.775942,-106.413177,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",21,0.202653,0.206325,1,"2013-09-25 00:00",0.76,"2013-01-16 00:00",0.6,"2013-10-19 00:00",0.56,"2013-05-22 00:00","","","","",1,1,0.6,0.44,0.28,0.12,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43218",1,31.775942,-106.413177,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.057959,0.139776,0.56,"2013-01-16 00:00",0.44,"2013-01-28 00:00",0.44,"2013-10-19 00:00",0.4,"2013-11-18 00:00","","","","",0.56,0.56,0.44,0.32,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43220",1,31.775942,-106.413177,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,4.273469,2.948978,14.9,"2013-09-25 00:00",11.7,"2013-10-19 00:00",10.7,"2013-05-22 00:00",8.95,"2013-06-27 00:00","","","","",14.9,14.9,10.7,7.45,5.5,3.85,0.8,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43221",1,31.775942,-106.413177,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,8.25102,5.542332,28.25,"2013-09-25 00:00",20.2,"2013-05-22 00:00",19.3,"2013-10-19 00:00",15.9,"2013-06-27 00:00","","","","",28.25,28.25,19.3,15.65,11.75,7.05,2,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43224",1,31.775942,-106.413177,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",44,0.114286,0.219137,1.1,"2013-05-22 00:00",1.05,"2013-09-25 00:00",0.45,"2013-10-01 00:00",0.4,"2013-04-04 00:00","","","","",1.1,1.1,0.45,0.4,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43226",1,31.775942,-106.413177,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",17,0.391837,0.47251,2.3,"2013-09-25 00:00",1.9,"2013-05-22 00:00",1.3,"2013-10-19 00:00",0.95,"2013-01-16 00:00","","","","",2.3,2.3,1.3,0.95,0.6,0.2,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43227",1,31.775942,-106.413177,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",27,0.166327,0.1905,1,"2013-09-25 00:00",0.6,"2013-10-19 00:00",0.55,"2013-10-07 00:00",0.45,"2013-01-16 00:00","","","","",1,1,0.55,0.45,0.2,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43228",1,31.775942,-106.413177,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",16,0.440816,0.531377,2.55,"2013-09-25 00:00",1.8,"2013-05-22 00:00",1.6,"2013-10-19 00:00",1.2,"2013-01-28 00:00","","","","",2.55,2.55,1.6,1.1,0.65,0.2,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43230",1,31.775942,-106.413177,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",1,1.325918,0.961466,4.92,"2013-09-25 00:00",4.02,"2013-05-22 00:00",3.54,"2013-10-19 00:00",2.82,"2013-06-27 00:00","","","","",4.92,4.92,3.54,2.46,1.62,1.2,0.36,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43231",1,31.775942,-106.413177,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.601633,1.214611,6.18,"2013-09-25 00:00",5.34,"2013-05-22 00:00",4.62,"2013-10-19 00:00",3.36,"2013-06-27 00:00","","","","",6.18,6.18,4.62,3.06,1.86,1.38,0.36,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43232",1,31.775942,-106.413177,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.871429,0.928991,6.37,"2013-09-25 00:00",2.73,"2013-05-22 00:00",2.03,"2013-10-19 00:00",1.4,"2013-06-27 00:00","","","","",6.37,6.37,2.03,1.4,0.98,0.63,0.28,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43233",1,31.775942,-106.413177,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",11,0.293673,0.289134,1.76,"2013-05-22 00:00",0.88,"2013-01-28 00:00",0.72,"2013-10-01 00:00",0.72,"2013-10-19 00:00","","","","",1.76,1.76,0.72,0.64,0.4,0.24,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43234",1,31.775942,-106.413177,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43235",1,31.775942,-106.413177,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",38,0.134286,0.199833,1.08,"2013-05-22 00:00",0.72,"2013-09-25 00:00",0.45,"2013-06-27 00:00",0.45,"2013-10-01 00:00","","","","",1.08,1.08,0.45,0.36,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43238",1,31.775942,-106.413177,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",26,0.146939,0.159233,0.6,"2013-01-28 00:00",0.6,"2013-05-22 00:00",0.6,"2013-06-27 00:00",0.5,"2013-09-25 00:00","","","","",0.6,0.6,0.6,0.4,0.2,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43242",1,31.775942,-106.413177,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",22,0.234694,0.24478,1.25,"2013-09-25 00:00",1,"2013-10-19 00:00",0.55,"2013-10-07 00:00",0.5,"2013-06-18 00:00","","","","",1.25,1.25,0.55,0.5,0.35,0.2,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43243",1,31.775942,-106.413177,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",40,0.066327,0.037344,0.2,"2013-01-16 00:00",0.15,"2013-02-15 00:00",0.15,"2013-05-16 00:00",0.15,"2013-06-27 00:00","","","","",0.2,0.2,0.15,0.15,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43244",1,31.775942,-106.413177,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",36,0.094286,0.099121,0.54,"2013-09-25 00:00",0.36,"2013-06-27 00:00",0.36,"2013-10-19 00:00",0.24,"2013-02-03 00:00","","","","",0.54,0.54,0.36,0.24,0.12,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43247",1,31.775942,-106.413177,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",16,0.304898,0.339719,1.82,"2013-09-25 00:00",1.05,"2013-09-19 00:00",0.98,"2013-05-22 00:00",0.77,"2013-06-27 00:00","","","","",1.82,1.82,0.98,0.7,0.42,0.21,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43248",1,31.775942,-106.413177,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",18,0.877959,1.003502,4.38,"2013-05-22 00:00",4.08,"2013-09-25 00:00",2.82,"2013-10-19 00:00",2.58,"2013-09-01 00:00","","","","",4.38,4.38,2.82,2.1,1.08,0.78,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43249",1,31.775942,-106.413177,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",4,0.97551,1.382605,9.8,"2013-09-25 00:00",2.52,"2013-05-22 00:00",2.24,"2013-10-19 00:00",1.61,"2013-06-27 00:00","","","","",9.8,9.8,2.24,1.61,0.98,0.7,0.14,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43250",1,31.775942,-106.413177,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.698776,0.631353,2.88,"2013-09-25 00:00",2.56,"2013-05-22 00:00",1.84,"2013-04-28 00:00",1.76,"2013-09-01 00:00","","","","",2.88,2.88,1.84,1.68,0.88,0.56,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43252",1,31.775942,-106.413177,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",20,0.235918,0.251313,1.2,"2013-05-22 00:00",1.04,"2013-09-25 00:00",0.64,"2013-02-15 00:00",0.64,"2013-09-01 00:00","","","","",1.2,1.2,0.64,0.56,0.32,0.16,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43253",1,31.775942,-106.413177,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",17,0.224694,0.221238,1.2,"2013-05-22 00:00",0.8,"2013-09-25 00:00",0.64,"2013-10-19 00:00",0.48,"2013-05-04 00:00","","","","",1.2,1.2,0.64,0.48,0.32,0.16,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43261",1,31.775942,-106.413177,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",12,0.500816,0.450258,2.38,"2013-05-22 00:00",1.61,"2013-09-25 00:00",1.33,"2013-10-19 00:00",0.98,"2013-09-01 00:00","","","","",2.38,2.38,1.33,0.98,0.7,0.42,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43262",1,31.775942,-106.413177,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",1,1.000204,0.80424,4.14,"2013-09-25 00:00",3.42,"2013-05-22 00:00",2.94,"2013-10-19 00:00",2.1,"2013-06-27 00:00","","","","",4.14,4.14,2.94,1.86,1.2,0.84,0.24,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43263",1,31.775942,-106.413177,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",25,0.642653,1.251902,8.33,"2013-09-25 00:00",2.24,"2013-05-22 00:00",1.89,"2013-10-19 00:00",1.54,"2013-06-27 00:00","","","","",8.33,8.33,1.89,1.47,0.77,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43280",1,31.775942,-106.413177,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",16,0.694694,0.64001,2.64,"2013-09-25 00:00",2.2,"2013-01-16 00:00",1.76,"2013-05-22 00:00",1.56,"2013-10-13 00:00","","","","",2.64,2.64,1.76,1.56,1.16,0.64,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43282",1,31.775942,-106.413177,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",40,0.068367,0.047537,0.3,"2013-05-22 00:00",0.2,"2013-10-19 00:00",0.15,"2013-03-29 00:00",0.15,"2013-10-01 00:00","","","","",0.3,0.3,0.15,0.15,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43283",1,31.775942,-106.413177,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",43,0.058163,0.0236,0.15,"2013-01-28 00:00",0.15,"2013-10-19 00:00",0.1,"2013-05-16 00:00",0.1,"2013-10-01 00:00","","","","",0.15,0.15,0.1,0.1,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43284",1,31.775942,-106.413177,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",22,0.32,0.372139,1.8,"2013-09-25 00:00",1.38,"2013-09-19 00:00",1.14,"2013-06-27 00:00",0.84,"2013-09-01 00:00","","","","",1.8,1.8,1.14,0.66,0.48,0.24,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43285",1,31.775942,-106.413177,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",2,1.897551,1.328492,6.66,"2013-09-25 00:00",5.64,"2013-10-19 00:00",4.98,"2013-05-22 00:00",4.32,"2013-06-27 00:00","","","","",6.66,6.66,4.98,3.12,2.52,1.62,0.54,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43289",1,31.775942,-106.413177,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.07898,0.079458,0.42,"2013-05-22 00:00",0.42,"2013-09-25 00:00",0.24,"2013-10-19 00:00",0.12,"2013-01-16 00:00","","","","",0.42,0.42,0.24,0.12,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43290",1,31.775942,-106.413177,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",48,0.051429,0.01,0.12,"2013-10-19 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43291",1,31.775942,-106.413177,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",16,0.620612,0.777886,4.34,"2013-09-25 00:00",2.17,"2013-05-22 00:00",2.17,"2013-09-19 00:00",1.96,"2013-04-28 00:00","","","","",4.34,4.34,2.17,1.4,0.77,0.42,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43331",1,31.775942,-106.413177,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43801",1,31.775942,-106.413177,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.617143,0.054772,0.74,"2013-07-09 00:00",0.71,"2013-01-28 00:00",0.71,"2013-02-15 00:00",0.7,"2013-05-16 00:00","","","","",0.74,0.74,0.71,0.7,0.65,0.62,0.54,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43802",1,31.775942,-106.413177,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.070204,0.025535,0.16,"2013-09-25 00:00",0.13,"2013-06-27 00:00",0.12,"2013-05-22 00:00",0.11,"2013-04-22 00:00","","","","",0.16,0.16,0.12,0.1,0.08,0.07,0.04,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43803",1,31.775942,-106.413177,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.008163,0.009281,0.03,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43804",1,31.775942,-106.413177,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.088776,0.02635,0.15,"2013-05-04 00:00",0.11,"2013-02-27 00:00",0.11,"2013-06-21 00:00",0.11,"2013-08-20 00:00","","","","",0.15,0.15,0.11,0.11,0.1,0.09,0.07,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43811",1,31.775942,-106.413177,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.247143,0.015,0.28,"2013-01-16 00:00",0.28,"2013-05-04 00:00",0.27,"2013-02-27 00:00",0.27,"2013-09-01 00:00","","","","",0.28,0.28,0.27,0.26,0.26,0.25,0.23,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43813",1,31.775942,-106.413177,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43814",1,31.775942,-106.413177,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.006939,0.009619,0.02,"2013-01-28 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43815",1,31.775942,-106.413177,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.013061,0.029875,0.18,"2013-04-22 00:00",0.06,"2013-02-27 00:00",0.06,"2013-05-04 00:00",0.04,"2013-03-23 00:00","","","","",0.18,0.18,0.06,0.04,0.02,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43817",1,31.775942,-106.413177,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.019184,0.028565,0.18,"2013-04-22 00:00",0.06,"2013-01-16 00:00",0.06,"2013-05-16 00:00",0.06,"2013-05-28 00:00","","","","",0.18,0.18,0.06,0.04,0.02,0.02,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43818",1,31.775942,-106.413177,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43819",1,31.775942,-106.413177,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.002653,0.004906,0.02,"2013-11-24 00:00",0.01,"2013-01-28 00:00",0.01,"2013-02-15 00:00",0.01,"2013-03-17 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43820",1,31.775942,-106.413177,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43823",1,31.775942,-106.413177,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.527347,0.040813,0.61,"2013-01-16 00:00",0.58,"2013-02-15 00:00",0.58,"2013-02-21 00:00",0.58,"2013-02-27 00:00","","","","",0.61,0.61,0.58,0.57,0.55,0.53,0.46,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43824",1,31.775942,-106.413177,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.003673,0.008826,0.04,"2013-09-25 00:00",0.02,"2013-02-15 00:00",0.02,"2013-03-05 00:00",0.02,"2013-04-22 00:00","","","","",0.04,0.04,0.02,0.02,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43826",1,31.775942,-106.413177,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43829",1,31.775942,-106.413177,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.004286,0.018371,0.09,"2013-01-16 00:00",0.09,"2013-02-27 00:00",0.03,"2013-04-22 00:00",0,"2013-01-28 00:00","","","","",0.09,0.09,0.03,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43830",1,31.775942,-106.413177,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.001224,0.005997,0.03,"2013-06-21 00:00",0.03,"2013-10-01 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.03,0.03,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43831",1,31.775942,-106.413177,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.002449,0.010314,0.06,"2013-05-04 00:00",0.03,"2013-06-21 00:00",0.03,"2013-07-09 00:00",0,"2013-01-16 00:00","","","","",0.06,0.06,0.03,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43843",1,31.775942,-106.413177,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43860",1,31.775942,-106.413177,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43954",1,31.775942,-106.413177,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",35,0.085102,0.083868,0.44,"2013-01-28 00:00",0.44,"2013-11-30 00:00",0.22,"2013-02-15 00:00",0.22,"2013-06-27 00:00","","","","",0.44,0.44,0.22,0.11,0.11,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","43960",1,31.775942,-106.413177,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",14,0.246122,0.238797,1.36,"2013-05-22 00:00",0.88,"2013-09-25 00:00",0.64,"2013-10-19 00:00",0.56,"2013-09-01 00:00","","","","",1.36,1.36,0.64,0.48,0.32,0.16,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45109",1,31.775942,-106.413177,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.706122,1.439851,7.2,"2013-09-25 00:00",4.64,"2013-01-28 00:00",4.48,"2013-05-22 00:00",4.24,"2013-10-19 00:00","","","","",7.2,7.2,4.48,3.6,2.24,1.2,0.4,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45201",1,31.775942,-106.413177,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.700816,0.977079,4.32,"2013-05-22 00:00",4.14,"2013-09-25 00:00",3.6,"2013-01-16 00:00",3.54,"2013-10-19 00:00","","","","",4.32,4.32,3.6,3.3,2.04,1.62,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45202",1,31.775942,-106.413177,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,4.934286,3.214483,15.61,"2013-09-25 00:00",14.49,"2013-05-22 00:00",11.55,"2013-10-19 00:00",9.8,"2013-06-27 00:00","","","","",15.61,15.61,11.55,8.68,6.44,3.85,1.68,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45203",1,31.775942,-106.413177,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.809796,0.671244,3.52,"2013-09-25 00:00",2,"2013-01-28 00:00",2,"2013-05-22 00:00",1.68,"2013-06-27 00:00","","","","",3.52,3.52,2,1.68,1.12,0.64,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45204",1,31.775942,-106.413177,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.582857,0.505437,2.56,"2013-09-25 00:00",1.6,"2013-05-22 00:00",1.52,"2013-01-28 00:00",1.52,"2013-10-19 00:00","","","","",2.56,2.56,1.52,1.2,0.8,0.4,0.16,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45207",1,31.775942,-106.413177,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",41,0.071224,0.048547,0.18,"2013-01-16 00:00",0.18,"2013-04-04 00:00",0.18,"2013-05-16 00:00",0.18,"2013-06-27 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45208",1,31.775942,-106.413177,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",29,0.26102,0.383776,1.89,"2013-09-25 00:00",1.44,"2013-01-28 00:00",0.9,"2013-02-15 00:00",0.81,"2013-10-19 00:00","","","","",1.89,1.89,0.9,0.72,0.36,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45209",1,31.775942,-106.413177,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",38,0.093878,0.095826,0.54,"2013-09-25 00:00",0.27,"2013-01-16 00:00",0.27,"2013-06-27 00:00",0.27,"2013-10-19 00:00","","","","",0.54,0.54,0.27,0.27,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45210",1,31.775942,-106.413177,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.01102,0.035015,0.18,"2013-09-25 00:00",0.09,"2013-01-16 00:00",0.09,"2013-08-02 00:00",0.09,"2013-08-08 00:00","","","","",0.18,0.18,0.09,0.09,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45211",1,31.775942,-106.413177,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.082041,0.073852,0.45,"2013-09-25 00:00",0.18,"2013-01-16 00:00",0.18,"2013-04-04 00:00",0.18,"2013-06-27 00:00","","","","",0.45,0.45,0.18,0.18,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45212",1,31.775942,-106.413177,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",25,0.218367,0.246563,1.26,"2013-09-25 00:00",0.63,"2013-01-16 00:00",0.63,"2013-02-15 00:00",0.63,"2013-10-19 00:00","","","","",1.26,1.26,0.63,0.63,0.36,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45213",1,31.775942,-106.413177,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",35,0.107347,0.105609,0.54,"2013-09-25 00:00",0.36,"2013-01-28 00:00",0.27,"2013-01-16 00:00",0.27,"2013-04-04 00:00","","","","",0.54,0.54,0.27,0.27,0.18,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45218",1,31.775942,-106.413177,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",47,0.054082,0.022446,0.2,"2013-01-28 00:00",0.1,"2013-02-21 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45219",1,31.775942,-106.413177,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",38,0.073469,0.057827,0.3,"2013-01-28 00:00",0.3,"2013-09-25 00:00",0.2,"2013-02-15 00:00",0.2,"2013-05-22 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45220",1,31.775942,-106.413177,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.060408,0.14745,0.72,"2013-09-25 00:00",0.56,"2013-02-15 00:00",0.4,"2013-01-28 00:00",0.32,"2013-01-16 00:00","","","","",0.72,0.72,0.4,0.16,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45225",1,31.775942,-106.413177,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",42,0.074082,0.064644,0.36,"2013-09-25 00:00",0.27,"2013-02-15 00:00",0.18,"2013-01-16 00:00",0.18,"2013-04-04 00:00","","","","",0.36,0.36,0.18,0.18,0.05,0.05,0.05,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","45801",1,31.775942,-106.413177,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0047","61101",1,31.775942,-106.413177,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7295,83,304,365,0,1,"","","Certification not required",0,6.096861,3.20489,25.1,"2013-02-24 13:00",22.4,"2013-02-24 12:00",22.1,"2013-02-09 13:00",22,"2013-02-20 20:00","","","","",15.9,14.3,12,10.3,8,5.5,2.4,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0047","61103",1,31.775942,-106.413177,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7090,81,295,365,0,206,"","","Certification not required",0,5.418815,3.184786,23.2,"2013-02-24 13:00",21.1,"2013-02-20 20:00",20.3,"2013-03-23 14:00",19.9,"2013-02-09 13:00","","","","",14.9,13.4,11.3,9.7,7.4,4.9,1.7,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0047","61104",1,31.775942,-106.413177,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7090,81,295,365,0,206,"","","Certification not required",0,170.6322,98.765747,359.9,"2013-02-11 19:00",359.6,"2013-07-04 01:00",359.5,"2013-02-09 21:00",359.5,"2013-06-01 02:00","","","","",351.8,343,316.9,293.8,261.1,164,29.5,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0047","61105",1,31.775942,-106.413177,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7295,83,304,365,0,1,"","","Certification not required",0,12.868266,6.320895,52,"2013-02-20 19:00",45,"2013-02-24 12:00",45,"2013-02-24 13:00",43,"2013-02-20 20:00","","","","",32,30,25,21,16,12,6,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0047","61106",1,31.775942,-106.413177,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7090,81,295,365,0,206,"","","Certification not required",0,26.863018,13.387653,77.9,"2013-03-05 02:00",77.1,"2013-04-04 05:00",76.6,"2013-05-21 11:00",76.4,"2013-01-13 08:00","","","","",69,64.3,56.2,46.9,32.9,22.5,14,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0047","62101",1,31.775942,-106.413177,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7295,83,304,365,0,1,"","","Certification not required",0,70.030158,16.526841,106,"2013-06-27 16:00",105,"2013-06-27 14:00",105,"2013-06-27 15:00",105,"2013-06-27 17:00","","","","",98,97,94,90,82,73,46,"Womble","Cleveland Ave at Clark Dr","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0051","61101",1,31.801944,-106.420556,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4313,49,179,365,0,0,"","","Certification not required",0,10.403501,4.227308,31.4,"2013-02-21 05:00",30.7,"2013-02-20 20:00",29.9,"2013-02-24 13:00",29.2,"2013-02-20 19:00","","","","",22.6,21.4,18.9,16.4,12.8,9.5,5.9,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0051","61103",1,31.801944,-106.420556,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4313,49,179,365,0,0,"","","Certification not required",0,9.13501,4.750107,31.2,"2013-02-21 05:00",29.8,"2013-02-24 13:00",29.3,"2013-02-20 20:00",28,"2013-02-24 12:00","","","","",22.1,20.8,18.3,15.8,12,8.3,3.7,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0051","61104",1,31.801944,-106.420556,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4313,49,179,365,0,0,"","","Certification not required",0,198.408671,97.540218,360,"2013-01-03 05:00",359.9,"2013-01-15 11:00",359.8,"2013-02-06 00:00",359.7,"2013-01-13 21:00","","","","",356,349.4,324,300.2,273.1,225.4,31.3,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0051","61105",1,31.801944,-106.420556,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4313,49,179,365,0,0,"","","Certification not required",0,17.54185,8.361952,54,"2013-02-20 20:00",54,"2013-02-24 13:00",53,"2013-02-20 19:00",52,"2013-02-21 05:00","","","","",41,38,34,29,23,16,8,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0051","61106",1,31.801944,-106.420556,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4313,49,179,365,0,0,"","","Certification not required",0,27.336378,16.609587,78.5,"2013-03-13 18:00",78.3,"2013-04-23 20:00",78.1,"2013-02-13 23:00",77.4,"2013-01-31 20:00","","","","",72.3,68.4,61.5,53.9,37.2,21.5,11,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0051","62101",1,31.801944,-106.420556,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4313,49,179,365,0,0,"","","Certification not required",0,66.91514,17.982759,106,"2013-06-27 15:00",106,"2013-06-27 16:00",106,"2013-06-27 17:00",105,"2013-06-12 15:00","","","","",100,99,95,91,81,68,42,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0051","62201",1,31.801944,-106.420556,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4313,49,179,365,0,0,"","","Certification not required",0,24.881521,17.380659,99,"2013-01-03 14:00",99,"2013-01-03 15:00",99,"2013-01-03 16:00",99,"2013-01-03 17:00","","","","",89,77,60,49,33,19,9,"SE OF HAAN & PLEASONTON STREETS INTERSECTION","1660 JEB STUART, FT. BLISS MILITARY BASE","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","0054","42402",1,31.703846,-106.356022,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",6834,78,284,365,0,417,"","","Certification not required",1031,0.002482,0.005472,0.1494,"2013-04-02 03:00",0.0929,"2013-04-02 02:00",0.0769,"2013-05-30 21:00",0.0734,"2013-04-26 20:00","","","","",0.0263,0.0158,0.0091,0.0056,0.0023,0.0009,0.0002,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0054","61101",1,31.703846,-106.356022,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7276,83,302,365,0,20,"","","Certification not required",0,5.627611,3.605922,24.6,"2013-01-29 14:00",24.2,"2013-03-23 14:00",24.1,"2013-01-29 13:00",23.9,"2013-03-23 15:00","","","","",17.3,15.2,12.3,10.5,7.7,4.8,1.8,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0054","61103",1,31.703846,-106.356022,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7276,83,302,365,0,20,"","","Certification not required",0,5.122471,3.643097,24.1,"2013-01-29 14:00",23.6,"2013-01-29 13:00",23.6,"2013-03-23 14:00",23.3,"2013-03-23 15:00","","","","",16.9,14.6,11.8,10,7.2,4.3,1.3,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0054","61104",1,31.703846,-106.356022,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7276,83,302,365,0,20,"","","Certification not required",0,186.773419,95.991098,360,"2013-07-13 02:00",359.9,"2013-01-03 02:00",359.9,"2013-02-28 00:00",359.8,"2013-01-02 14:00","","","","",354.3,349.9,327.1,303.6,281.3,164.1,68.7,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0054","61105",1,31.703846,-106.356022,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7276,83,302,365,0,20,"","","Certification not required",0,11.651594,6.614093,45,"2013-04-17 16:00",43,"2013-03-22 13:00",43,"2013-03-23 14:00",43,"2013-06-07 18:00","","","","",32,28,24,20,16,11,4,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0054","61106",1,31.703846,-106.356022,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7276,83,302,365,0,20,"","","Certification not required",0,25.693169,14.666363,80.3,"2013-02-24 09:00",80.2,"2013-10-29 20:00",79.3,"2013-01-19 00:00",79.2,"2013-10-22 07:00","","","","",69.9,65.2,56.6,48.3,32.7,21.1,11.2,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0054","62101",1,31.703846,-106.356022,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7291,83,304,365,0,5,"","","Certification not required",0,66.774379,16.529833,102,"2013-06-27 15:00",102,"2013-06-27 16:00",102,"2013-06-27 17:00",101,"2013-06-12 15:00","","","","",95,94,91,87,79,69,42,"El Paso Lower Valley","8470 Plant Rd","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","12103",1,31.746743,-106.402784,"NAD83","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0055","14129",1,31.746743,-106.402784,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.007067,0.006047,0.028,"2013-03-23 00:00",0.023,"2013-01-22 00:00",0.02,"2013-01-10 00:00",0.017,"2013-02-09 00:00","","","","",0.028,0.028,0.02,0.016,0.008,0.006,0.002,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-19" +"48","141","0055","42101",1,31.746743,-106.402784,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6936,79,303,365,0,316,0,0,"Certification not required",6313,0.311887,0.241747,3.6,"2013-03-14 22:00",3.5,"2013-01-24 00:00",3,"2013-01-23 22:00",2.8,"2013-01-22 20:00","","","","",1.5,1.2,0.7,0.25,0.25,0.25,0.25,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","42101",1,31.746743,-106.402784,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7198,82,300,365,0,0,0,0,"Certification not required",0,0.349083,0.156668,2.6,"2013-01-24 02:00",2.5,"2013-01-24 01:00",2.3,"2013-01-24 03:00",2.1,"2013-01-24 00:00",2.6,"2013-01-24 02:00",1.7,"2013-01-23 00:00",1.1,0.9,0.6,0.5,0.3,0.3,0.3,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","42601",1,31.746743,-106.402784,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7058,81,299,365,0,212,"","","Certification not required",0,8.674044,27.346193,480,"2013-01-24 00:00",374.9,"2013-01-23 22:00",367.4,"2013-01-23 21:00",357.9,"2013-01-24 01:00","","","","",138.3,99.7,50.7,19,3.8,0.9,-0.3,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","42602",1,31.746743,-106.402784,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7058,81,299,365,0,212,0,"","Certification not required",0,31.286288,12.819416,79.8,"2013-03-15 10:00",75,"2013-06-27 19:00",61.8,"2013-01-24 00:00",60.1,"2013-04-29 19:00","","","","",61.8,57.3,53.1,46.7,39.6,31.7,14.2,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","42602",1,31.746743,-106.402784,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7058,81,299,365,0,212,"","","Certification not required",0,13.591187,11.139121,79.8,"2013-03-15 10:00",75,"2013-06-27 19:00",64.3,"2013-03-15 11:00",61.8,"2013-01-24 00:00","","","","",47.7,43.4,37.4,30.8,19.2,9.3,3.5,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","42603",1,31.746743,-106.402784,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7058,81,299,365,0,212,"","","Certification not required",0,22.062978,34.764376,530.2,"2013-01-24 00:00",421.4,"2013-01-23 22:00",409.5,"2013-01-23 21:00",404.6,"2013-01-24 01:00","","","","",176.1,137.3,85,50.6,23.3,10.4,3.4,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","43102",3,31.746743,-106.402784,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,125.295652,81.167616,377.74,"2013-01-22 00:00",253.25,"2013-02-03 00:00",200.73,"2013-01-16 00:00",198.24,"2013-02-15 00:00","","","","",377.74,377.74,253.25,200.73,169.99,112.32,47.34,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43173",3,31.746743,-106.402784,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",23,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43202",3,31.746743,-106.402784,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,19.402609,14.28281,57.54,"2013-02-03 00:00",48.64,"2013-01-22 00:00",33.68,"2013-04-04 00:00",32.86,"2013-04-28 00:00","","","","",57.54,57.54,48.64,33.68,28.1,13.18,6.76,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43203",3,31.746743,-106.402784,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,4.007826,3.816327,17.48,"2013-01-22 00:00",10.32,"2013-01-16 00:00",7.52,"2013-03-11 00:00",6.62,"2013-02-03 00:00","","","","",17.48,17.48,10.32,7.52,5.48,2.24,1.12,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43204",3,31.746743,-106.402784,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,17.239565,13.854561,60.6,"2013-01-22 00:00",37.29,"2013-02-03 00:00",32.04,"2013-02-15 00:00",30.93,"2013-03-11 00:00","","","","",60.6,60.6,37.29,32.04,28.14,12.6,4.98,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43205",3,31.746743,-106.402784,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",3,1.502609,1.593433,7.29,"2013-01-22 00:00",3.3,"2013-03-11 00:00",2.97,"2013-01-16 00:00",2.46,"2013-02-15 00:00","","","","",7.29,7.29,3.3,2.97,2.13,0.99,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43206",3,31.746743,-106.402784,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,2.812174,2.564327,11.58,"2013-01-22 00:00",7.54,"2013-01-16 00:00",5.28,"2013-03-11 00:00",5.04,"2013-02-03 00:00","","","","",11.58,11.58,7.54,5.28,3.46,1.84,1.02,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43212",3,31.746743,-106.402784,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,9.622609,8.222248,34.68,"2013-01-22 00:00",26.44,"2013-02-03 00:00",17.84,"2013-02-15 00:00",14.8,"2013-01-16 00:00","","","","",34.68,34.68,26.44,17.84,13.84,7.16,2.24,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43214",3,31.746743,-106.402784,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,2.886957,2.171172,8.16,"2013-02-03 00:00",7.28,"2013-01-22 00:00",5.76,"2013-02-15 00:00",5.4,"2013-04-28 00:00","","","","",8.16,8.16,7.28,5.76,4.16,1.96,0.76,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43216",3,31.746743,-106.402784,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",16,0.16,0.226113,1,"2013-01-22 00:00",0.48,"2013-01-16 00:00",0.4,"2013-02-15 00:00",0.4,"2013-03-11 00:00","","","","",1,1,0.48,0.4,0.2,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43217",3,31.746743,-106.402784,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",14,0.150435,0.169611,0.76,"2013-01-22 00:00",0.36,"2013-01-16 00:00",0.32,"2013-02-15 00:00",0.32,"2013-03-11 00:00","","","","",0.76,0.76,0.36,0.32,0.24,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43218",3,31.746743,-106.402784,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.22087,0.380405,1.52,"2013-01-22 00:00",0.84,"2013-01-16 00:00",0.6,"2013-02-15 00:00",0.56,"2013-03-11 00:00","","","","",1.52,1.52,0.84,0.6,0.4,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43220",3,31.746743,-106.402784,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,2.234783,1.819493,7.65,"2013-01-22 00:00",5.2,"2013-02-03 00:00",4.1,"2013-04-28 00:00",3.95,"2013-02-15 00:00","","","","",7.65,7.65,5.2,4.1,3.75,1.45,0.6,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43221",3,31.746743,-106.402784,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,4.934783,3.698139,15.05,"2013-01-22 00:00",10.9,"2013-02-03 00:00",9.55,"2013-02-15 00:00",8.2,"2013-03-11 00:00","","","","",15.05,15.05,10.9,9.55,7.6,4.05,1.45,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43224",3,31.746743,-106.402784,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",21,0.073913,0.079586,0.35,"2013-03-11 00:00",0.3,"2013-04-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.35,0.35,0.3,0.05,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43226",3,31.746743,-106.402784,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",15,0.191304,0.274132,1.25,"2013-01-22 00:00",0.45,"2013-03-11 00:00",0.45,"2013-05-22 00:00",0.4,"2013-01-28 00:00","","","","",1.25,1.25,0.45,0.45,0.3,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43227",3,31.746743,-106.402784,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",16,0.102174,0.121054,0.6,"2013-01-22 00:00",0.2,"2013-01-28 00:00",0.2,"2013-04-04 00:00",0.2,"2013-05-22 00:00","","","","",0.6,0.6,0.2,0.2,0.1,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43228",3,31.746743,-106.402784,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",18,0.2,0.396576,1.85,"2013-01-22 00:00",0.6,"2013-01-16 00:00",0.55,"2013-03-11 00:00",0.4,"2013-04-04 00:00","","","","",1.85,1.85,0.6,0.55,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43230",3,31.746743,-106.402784,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",1,0.831739,0.717601,3.12,"2013-01-22 00:00",1.74,"2013-02-03 00:00",1.68,"2013-02-15 00:00",1.38,"2013-01-16 00:00","","","","",3.12,3.12,1.74,1.68,1.26,0.66,0.18,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43231",3,31.746743,-106.402784,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,1.004348,0.940231,3.9,"2013-01-22 00:00",2.64,"2013-02-03 00:00",1.98,"2013-02-15 00:00",1.74,"2013-03-11 00:00","","","","",3.9,3.9,2.64,1.98,1.56,0.72,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43232",3,31.746743,-106.402784,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",1,0.556087,0.435877,1.89,"2013-01-22 00:00",1.4,"2013-04-28 00:00",0.91,"2013-01-16 00:00",0.84,"2013-04-04 00:00","","","","",1.89,1.89,1.4,0.91,0.77,0.42,0.14,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43233",3,31.746743,-106.402784,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",16,0.18087,0.316657,1.52,"2013-04-28 00:00",0.4,"2013-03-11 00:00",0.4,"2013-04-04 00:00",0.32,"2013-02-27 00:00","","","","",1.52,1.52,0.4,0.4,0.24,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43234",3,31.746743,-106.402784,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",23,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43235",3,31.746743,-106.402784,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",17,0.11913,0.169408,0.81,"2013-02-03 00:00",0.36,"2013-05-22 00:00",0.18,"2013-01-28 00:00",0.18,"2013-03-17 00:00","","","","",0.81,0.81,0.36,0.18,0.18,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43238",3,31.746743,-106.402784,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",9,0.232609,0.283488,1.2,"2013-02-03 00:00",0.7,"2013-01-22 00:00",0.6,"2013-02-15 00:00",0.5,"2013-04-28 00:00","","","","",1.2,1.2,0.7,0.6,0.3,0.1,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43242",3,31.746743,-106.402784,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",10,0.158696,0.138705,0.6,"2013-01-22 00:00",0.35,"2013-02-03 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-15 00:00","","","","",0.6,0.6,0.35,0.3,0.25,0.1,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43243",3,31.746743,-106.402784,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",16,0.113043,0.129875,0.6,"2013-01-22 00:00",0.3,"2013-01-16 00:00",0.25,"2013-05-22 00:00",0.2,"2013-02-15 00:00","","","","",0.6,0.6,0.3,0.25,0.15,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43244",3,31.746743,-106.402784,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",18,0.083478,0.071198,0.3,"2013-01-22 00:00",0.24,"2013-02-03 00:00",0.18,"2013-02-15 00:00",0.18,"2013-04-28 00:00","","","","",0.3,0.3,0.24,0.18,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43247",3,31.746743,-106.402784,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",11,0.176087,0.167569,0.7,"2013-01-22 00:00",0.42,"2013-03-11 00:00",0.35,"2013-02-15 00:00",0.35,"2013-04-28 00:00","","","","",0.7,0.7,0.42,0.35,0.28,0.14,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43248",3,31.746743,-106.402784,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",13,0.440435,0.591166,1.98,"2013-04-28 00:00",1.8,"2013-02-03 00:00",1.38,"2013-01-22 00:00",0.96,"2013-02-15 00:00","","","","",1.98,1.98,1.8,1.38,0.84,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43249",3,31.746743,-106.402784,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",3,0.593913,0.536197,2.1,"2013-01-22 00:00",1.47,"2013-02-03 00:00",1.33,"2013-04-28 00:00",1.12,"2013-05-22 00:00","","","","",2.1,2.1,1.47,1.33,0.91,0.42,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43250",3,31.746743,-106.402784,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.810435,0.885373,3.68,"2013-01-22 00:00",2.4,"2013-03-11 00:00",1.92,"2013-02-15 00:00",1.68,"2013-04-28 00:00","","","","",3.68,3.68,2.4,1.92,0.96,0.48,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43252",3,31.746743,-106.402784,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",9,0.283913,0.328007,1.28,"2013-01-22 00:00",0.88,"2013-03-11 00:00",0.8,"2013-02-15 00:00",0.72,"2013-04-28 00:00","","","","",1.28,1.28,0.88,0.8,0.32,0.16,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43253",3,31.746743,-106.402784,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",9,0.231739,0.21542,0.8,"2013-01-22 00:00",0.64,"2013-04-28 00:00",0.56,"2013-01-16 00:00",0.4,"2013-02-03 00:00","","","","",0.8,0.8,0.64,0.56,0.4,0.16,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43261",3,31.746743,-106.402784,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",11,0.243043,0.304518,1.19,"2013-04-28 00:00",0.98,"2013-01-22 00:00",0.49,"2013-04-04 00:00",0.49,"2013-05-10 00:00","","","","",1.19,1.19,0.98,0.49,0.35,0.14,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43262",3,31.746743,-106.402784,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",2,0.591304,0.514643,2.28,"2013-01-22 00:00",1.2,"2013-02-03 00:00",1.2,"2013-02-15 00:00",0.96,"2013-01-16 00:00","","","","",2.28,2.28,1.2,1.2,0.9,0.42,0.12,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43263",3,31.746743,-106.402784,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",12,0.491739,0.564774,2.03,"2013-01-22 00:00",1.33,"2013-02-03 00:00",1.33,"2013-04-28 00:00",1.05,"2013-05-22 00:00","","","","",2.03,2.03,1.33,1.33,0.91,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43280",3,31.746743,-106.402784,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",10,0.833913,0.92032,3.6,"2013-01-22 00:00",1.92,"2013-02-03 00:00",1.84,"2013-01-16 00:00",1.8,"2013-02-15 00:00","","","","",3.6,3.6,1.92,1.84,1.28,0.8,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43282",3,31.746743,-106.402784,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",19,0.073913,0.061919,0.3,"2013-01-22 00:00",0.2,"2013-02-15 00:00",0.15,"2013-03-11 00:00",0.1,"2013-05-22 00:00","","","","",0.3,0.3,0.2,0.15,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43283",3,31.746743,-106.402784,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",20,0.065217,0.053161,0.3,"2013-01-22 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-11 00:00",0.05,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43284",3,31.746743,-106.402784,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",17,0.188261,0.270566,1.08,"2013-01-22 00:00",0.6,"2013-02-15 00:00",0.6,"2013-03-11 00:00",0.48,"2013-04-28 00:00","","","","",1.08,1.08,0.6,0.6,0.3,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43285",3,31.746743,-106.402784,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",3,1.154348,1.005195,4.26,"2013-01-22 00:00",2.46,"2013-02-03 00:00",2.4,"2013-02-15 00:00",1.86,"2013-01-16 00:00","","","","",4.26,4.26,2.46,2.4,1.86,0.96,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43289",3,31.746743,-106.402784,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",20,0.066957,0.054642,0.3,"2013-01-22 00:00",0.12,"2013-03-11 00:00",0.12,"2013-05-22 00:00",0.05,"2013-01-16 00:00","","","","",0.3,0.3,0.12,0.12,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43290",3,31.746743,-106.402784,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",22,0.055652,0.027107,0.18,"2013-01-22 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43291",3,31.746743,-106.402784,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",15,0.26087,0.371972,1.26,"2013-04-28 00:00",1.19,"2013-01-22 00:00",0.77,"2013-05-22 00:00",0.63,"2013-02-03 00:00","","","","",1.26,1.26,1.19,0.77,0.49,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43331",3,31.746743,-106.402784,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",23,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43502",1,31.746743,-106.402784,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,5.619608,3.501315,14.5,"2013-01-10 00:00",13.4,"2013-01-28 00:00",11.4,"2013-02-03 00:00",10.9,"2013-01-22 00:00","","","","",14.5,13.4,11.4,10.4,8.3,5.7,1.6,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43503",1,31.746743,-106.402784,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.719608,1.519871,7,"2013-02-03 00:00",6.5,"2013-01-10 00:00",5.8,"2013-04-04 00:00",5.7,"2013-01-22 00:00","","","","",7,6.5,5.8,5.1,3.1,2.5,1.1,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43504",1,31.746743,-106.402784,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.447059,0.216659,1,"2013-01-10 00:00",1,"2013-02-03 00:00",0.8,"2013-01-22 00:00",0.8,"2013-02-15 00:00","","","","",1,1,0.8,0.7,0.6,0.4,0.2,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43505",1,31.746743,-106.402784,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.137255,0.095835,0.5,"2013-01-22 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-02-03 00:00","","","","",0.5,0.3,0.3,0.3,0.2,0.1,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43510",3,31.746743,-106.402784,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",13,0.462196,0.222921,0.8,"2013-01-10 00:00",0.8,"2013-02-03 00:00",0.7,"2013-01-04 00:00",0.7,"2013-01-22 00:00","","","","",0.8,0.8,0.7,0.7,0.6,0.5,0.144,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43513",1,31.746743,-106.402784,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",48,0.095686,0.034972,0.29,"2013-01-28 00:00",0.21,"2013-01-10 00:00",0.18,"2013-02-03 00:00",0.0875,"2013-01-04 00:00","","","","",0.29,0.21,0.18,0.0875,0.0875,0.0875,0.0875,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43515",1,31.746743,-106.402784,"NAD83","Methacrolein","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.146,0,0.146,"2013-01-04 00:00",0.146,"2013-01-10 00:00",0.146,"2013-01-16 00:00",0.146,"2013-01-22 00:00","","","","",0.146,0.146,0.146,0.146,0.146,0.146,0.146,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43517",1,31.746743,-106.402784,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",18,0.768902,0.406443,1.5,"2013-02-03 00:00",1.4,"2013-01-22 00:00",1.3,"2013-01-10 00:00",1.3,"2013-01-16 00:00","","","","",1.5,1.4,1.3,1.3,1.1,0.9,0.273,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43518",1,31.746743,-106.402784,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.391176,0.216894,0.9,"2013-01-22 00:00",0.9,"2013-01-28 00:00",0.8,"2013-03-29 00:00",0.7,"2013-03-23 00:00","","","","",0.9,0.9,0.8,0.6,0.5,0.4,0.1575,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43528",1,31.746743,-106.402784,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",50,0.089706,0.015753,0.2,"2013-10-07 00:00",0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00","","","","",0.2,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43551",1,31.746743,-106.402784,"NAD83","Acetone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",2,2.669471,2.080336,8.4,"2013-01-22 00:00",8.1,"2013-05-04 00:00",7.7,"2013-01-10 00:00",6.3,"2013-10-19 00:00","","","","",8.4,8.1,7.7,5.3,3.9,2.2,0.3,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43552",4,31.746743,-106.402784,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",21,0.430706,0.364328,1.7,"2013-01-10 00:00",1.4,"2013-01-22 00:00",1.3,"2013-10-19 00:00",1,"2013-02-15 00:00","","","","",1.7,1.4,1.3,0.9,0.6,0.3,0.146,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43801",3,31.746743,-106.402784,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.620435,0.052612,0.7,"2013-02-03 00:00",0.69,"2013-02-15 00:00",0.68,"2013-05-22 00:00",0.67,"2013-01-16 00:00","","","","",0.7,0.7,0.69,0.68,0.66,0.62,0.55,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43802",3,31.746743,-106.402784,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.097826,0.02354,0.16,"2013-01-22 00:00",0.14,"2013-04-04 00:00",0.14,"2013-05-22 00:00",0.12,"2013-01-16 00:00","","","","",0.16,0.16,0.14,0.14,0.11,0.09,0.07,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43803",3,31.746743,-106.402784,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.017391,0.012869,0.04,"2013-04-28 00:00",0.04,"2013-05-22 00:00",0.03,"2013-04-04 00:00",0.03,"2013-04-22 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43804",3,31.746743,-106.402784,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.08087,0.04166,0.15,"2013-04-28 00:00",0.14,"2013-05-10 00:00",0.11,"2013-01-28 00:00",0.11,"2013-02-21 00:00","","","","",0.15,0.15,0.14,0.11,0.1,0.09,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43811",3,31.746743,-106.402784,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.291739,0.02229,0.35,"2013-01-28 00:00",0.33,"2013-01-22 00:00",0.32,"2013-02-09 00:00",0.32,"2013-03-17 00:00","","","","",0.35,0.35,0.33,0.32,0.3,0.29,0.27,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43813",3,31.746743,-106.402784,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43814",3,31.746743,-106.402784,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.008696,0.010137,0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43815",3,31.746743,-106.402784,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.026087,0.025179,0.08,"2013-02-03 00:00",0.06,"2013-02-15 00:00",0.06,"2013-02-21 00:00",0.04,"2013-01-16 00:00","","","","",0.08,0.08,0.06,0.06,0.04,0.04,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43817",3,31.746743,-106.402784,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.013043,0.014281,0.04,"2013-01-22 00:00",0.04,"2013-02-15 00:00",0.04,"2013-04-04 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.04,0.04,0.02,0.02,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43818",3,31.746743,-106.402784,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43819",3,31.746743,-106.402784,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.003913,0.007223,0.03,"2013-01-16 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-15 00:00",0.01,"2013-03-11 00:00","","","","",0.03,0.03,0.01,0.01,0.01,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43820",3,31.746743,-106.402784,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43823",3,31.746743,-106.402784,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.542609,0.026836,0.6,"2013-01-28 00:00",0.57,"2013-01-16 00:00",0.57,"2013-02-15 00:00",0.57,"2013-02-21 00:00","","","","",0.6,0.6,0.57,0.57,0.56,0.55,0.5,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43824",3,31.746743,-106.402784,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.013913,0.022911,0.1,"2013-04-04 00:00",0.04,"2013-03-11 00:00",0.04,"2013-05-22 00:00",0.02,"2013-01-22 00:00","","","","",0.1,0.1,0.04,0.04,0.02,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43826",3,31.746743,-106.402784,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43829",3,31.746743,-106.402784,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.035217,0.083713,0.3,"2013-02-15 00:00",0.27,"2013-02-09 00:00",0.12,"2013-02-27 00:00",0.06,"2013-03-11 00:00","","","","",0.3,0.3,0.27,0.12,0.03,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43830",3,31.746743,-106.402784,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.00913,0.027784,0.12,"2013-05-10 00:00",0.06,"2013-04-28 00:00",0.03,"2013-03-05 00:00",0,"2013-01-16 00:00","","","","",0.12,0.12,0.06,0.03,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43831",3,31.746743,-106.402784,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43843",3,31.746743,-106.402784,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.00087,0.00417,0.02,"2013-04-28 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.02,0.02,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43860",3,31.746743,-106.402784,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43950",1,31.746743,-106.402784,"NAD83","Heptanal","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",17,0.379167,0.224665,0.69,"2013-07-09 00:00",0.67,"2013-04-10 00:00",0.66,"2013-02-03 00:00",0.66,"2013-05-10 00:00","","","","",0.69,0.67,0.66,0.62,0.57,0.48,0.0875,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","43954",3,31.746743,-106.402784,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",13,0.114348,0.123724,0.55,"2013-02-03 00:00",0.33,"2013-01-22 00:00",0.33,"2013-04-28 00:00",0.11,"2013-02-09 00:00","","","","",0.55,0.55,0.33,0.33,0.11,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","43960",3,31.746743,-106.402784,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",11,0.25,0.266799,0.88,"2013-01-22 00:00",0.88,"2013-04-28 00:00",0.64,"2013-01-16 00:00",0.48,"2013-02-03 00:00","","","","",0.88,0.88,0.88,0.64,0.4,0.16,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","44201",1,31.746743,-106.402784,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7152,83,304,365,0,122,0,0,"Requested but not yet concurred",804,0.044125,0.011136,0.082,"2013-08-15 15:00",0.076,"2013-06-17 12:00",0.075,"2013-05-23 14:00",0.072,"2013-08-17 13:00","","","","",0.072,0.071,0.065,0.058,0.051,0.044,0.03,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","44201",1,31.746743,-106.402784,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7201,82,301,365,0,0,0,0,"Requested but not yet concurred",0,0.039053,0.010282,0.064,"2013-08-17 11:00",0.062,"2013-05-24 11:00",0.062,"2013-07-03 11:00",0.06,"2013-04-28 10:00","","","","",0.06,0.06,0.055,0.052,0.046,0.039,0.025,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","44201",1,31.746743,-106.402784,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7201,82,301,365,0,0,0,0,"Requested but not yet concurred",0,0.039053,0.010282,0.064,"2013-08-17 11:00",0.062,"2013-05-24 11:00",0.062,"2013-07-03 11:00",0.06,"2013-04-28 10:00","","","","",0.06,0.06,0.055,0.052,0.046,0.039,0.025,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","45109",3,31.746743,-106.402784,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,2.413913,2.31091,9.44,"2013-01-22 00:00",6.16,"2013-01-16 00:00",5.28,"2013-02-15 00:00",4.72,"2013-02-03 00:00","","","","",9.44,9.44,6.16,5.28,3.68,1.68,0.4,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45201",3,31.746743,-106.402784,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,1.990435,1.343548,6.54,"2013-01-22 00:00",3.66,"2013-03-11 00:00",3.48,"2013-01-16 00:00",2.88,"2013-04-28 00:00","","","","",6.54,6.54,3.66,3.48,2.76,1.38,0.84,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45202",3,31.746743,-106.402784,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,6.135652,5.072316,20.65,"2013-01-22 00:00",14.56,"2013-02-03 00:00",11.97,"2013-04-28 00:00",11.06,"2013-01-16 00:00","","","","",20.65,20.65,14.56,11.97,10.01,4.2,1.89,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45203",3,31.746743,-106.402784,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.935652,0.964063,3.84,"2013-01-22 00:00",2.48,"2013-01-16 00:00",2.08,"2013-02-03 00:00",1.92,"2013-04-28 00:00","","","","",3.84,3.84,2.48,2.08,1.6,0.64,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45204",3,31.746743,-106.402784,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.793043,0.777095,2.96,"2013-01-22 00:00",2.08,"2013-01-16 00:00",1.76,"2013-02-15 00:00",1.68,"2013-02-03 00:00","","","","",2.96,2.96,2.08,1.76,1.2,0.56,0.16,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45207",3,31.746743,-106.402784,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",17,0.111304,0.131644,0.54,"2013-01-22 00:00",0.45,"2013-01-16 00:00",0.18,"2013-01-28 00:00",0.18,"2013-03-11 00:00","","","","",0.54,0.54,0.45,0.18,0.18,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45208",3,31.746743,-106.402784,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",11,0.473913,0.597196,2.16,"2013-01-22 00:00",1.62,"2013-01-16 00:00",1.53,"2013-02-15 00:00",1.08,"2013-04-28 00:00","","","","",2.16,2.16,1.62,1.53,0.63,0.27,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45209",3,31.746743,-106.402784,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",17,0.11913,0.138299,0.54,"2013-01-22 00:00",0.45,"2013-01-16 00:00",0.27,"2013-03-11 00:00",0.27,"2013-05-04 00:00","","","","",0.54,0.54,0.45,0.27,0.18,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45210",3,31.746743,-106.402784,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.015652,0.044192,0.18,"2013-01-22 00:00",0.09,"2013-04-22 00:00",0.09,"2013-05-04 00:00",0,"2013-01-16 00:00","","","","",0.18,0.18,0.09,0.09,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45211",3,31.746743,-106.402784,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",16,0.124783,0.12975,0.45,"2013-01-22 00:00",0.36,"2013-02-03 00:00",0.36,"2013-02-15 00:00",0.36,"2013-04-28 00:00","","","","",0.45,0.45,0.36,0.36,0.18,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45212",3,31.746743,-106.402784,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",10,0.428696,0.467355,1.53,"2013-01-22 00:00",1.35,"2013-01-16 00:00",1.17,"2013-02-15 00:00",1.08,"2013-02-03 00:00","","","","",1.53,1.53,1.35,1.17,0.63,0.27,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45213",3,31.746743,-106.402784,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",13,0.161304,0.153662,0.54,"2013-01-22 00:00",0.45,"2013-01-16 00:00",0.36,"2013-02-03 00:00",0.36,"2013-02-15 00:00","","","","",0.54,0.54,0.45,0.36,0.27,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45218",3,31.746743,-106.402784,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",20,0.069565,0.059809,0.3,"2013-01-16 00:00",0.2,"2013-02-15 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45219",3,31.746743,-106.402784,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",18,0.078261,0.072026,0.3,"2013-01-22 00:00",0.3,"2013-02-03 00:00",0.1,"2013-01-28 00:00",0.1,"2013-03-11 00:00","","","","",0.3,0.3,0.3,0.1,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45220",3,31.746743,-106.402784,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.243478,0.408974,1.44,"2013-01-16 00:00",1.28,"2013-01-22 00:00",0.96,"2013-02-15 00:00",0.4,"2013-05-16 00:00","","","","",1.44,1.44,1.28,0.96,0.16,0.08,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45225",3,31.746743,-106.402784,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",20,0.078696,0.089153,0.45,"2013-01-22 00:00",0.18,"2013-05-04 00:00",0.18,"2013-05-22 00:00",0.05,"2013-01-16 00:00","","","","",0.45,0.45,0.18,0.18,0.05,0.05,0.05,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","45501",1,31.746743,-106.402784,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",14,1.568647,1.137176,4.8,"2013-07-27 00:00",3.4,"2013-07-09 00:00",3.3,"2013-07-15 00:00",3.3,"2013-07-21 00:00","","","","",4.8,3.4,3.3,2.9,2.3,1.8,0.1715,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","45503",1,31.746743,-106.402784,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","45505",1,31.746743,-106.402784,"NAD83","o-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","45506",1,31.746743,-106.402784,"NAD83","m & p-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",47,0.098088,0.037539,0.26,"2013-02-03 00:00",0.23,"2013-10-19 00:00",0.22,"2013-09-25 00:00",0.18,"2013-01-10 00:00","","","","",0.26,0.23,0.22,0.0875,0.0875,0.0875,0.0875,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-19" +"48","141","0055","45801",3,31.746743,-106.402784,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",23,92,23,25,0,0,"","","Certification not required",0,0.002609,0.012511,0.06,"2013-05-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.06,0.06,0,0,0,0,0,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-10-28" +"48","141","0055","61101",1,31.746743,-106.402784,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7275,83,303,365,0,13,"","","Certification not required",0,6.3851,3.853723,28.4,"2013-02-20 20:00",27.9,"2013-02-24 17:00",27.4,"2013-01-29 14:00",26.5,"2013-03-23 14:00","","","","",19.1,16.4,13.8,11.4,8.5,5.6,2.3,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","61103",1,31.746743,-106.402784,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7275,83,303,365,0,13,"","","Certification not required",0,5.822172,3.932195,28.1,"2013-02-20 20:00",27.4,"2013-02-24 17:00",27,"2013-01-29 14:00",26.1,"2013-03-23 14:00","","","","",18.5,15.8,13.3,11,8,5.1,1.5,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","61104",1,31.746743,-106.402784,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7275,83,303,365,0,13,"","","Certification not required",0,187.87123,98.965672,360,"2013-03-27 01:00",359.9,"2013-06-15 14:00",359.7,"2013-09-28 04:00",359.6,"2013-01-22 08:00","","","","",350.5,341.1,321.8,305.2,283,170.4,47.6,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","61105",1,31.746743,-106.402784,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7275,83,303,365,0,13,"","","Certification not required",0,12.55189,6.751217,50,"2013-02-20 20:00",49,"2013-06-07 17:00",46,"2013-02-24 19:00",45,"2013-02-24 17:00","","","","",34,30,25,21,16,12,5,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","61106",1,31.746743,-106.402784,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7275,83,303,365,0,13,"","","Certification not required",0,24.888014,15.133374,80.4,"2013-06-30 00:00",80.4,"2013-09-01 10:00",79.2,"2013-01-04 15:00",79.2,"2013-08-09 14:00","","","","",70.8,66.9,58.5,48.9,31.2,19.8,11,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","62101",1,31.746743,-106.402784,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7275,83,303,365,0,13,"","","Certification not required",0,69.700344,16.519037,105,"2013-06-27 15:00",105,"2013-06-27 16:00",105,"2013-06-27 17:00",104,"2013-06-12 15:00","","","","",98,97,94,90,82,72,45,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","62103",1,31.746743,-106.402784,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7275,83,303,365,0,13,"","","Certification not required",29,34.643911,17.078158,69,"2013-07-26 20:00",69,"2013-07-26 21:00",69,"2013-09-11 15:00",68,"2013-07-26 19:00","","","","",66,65,62,58,51,32,14,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","62201",1,31.746743,-106.402784,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7276,83,303,365,0,12,"","","Certification not required",0,32.757422,19.789305,97,"2013-01-03 09:00",97,"2013-09-12 10:00",96,"2013-01-03 13:00",96,"2013-01-03 14:00","","","","",91,86,74,61,44,28,12,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","63101",1,31.746743,-106.402784,"NAD83","VISIBILITY","1 HOUR","","Observed Values","INSTRUMENTAL - FOG VISIOMETER",2013,"Miles (visibility)","No Events",7277,83,303,365,0,11,"","","Certification not required",0,12.815254,2.430497,19.5,"2013-01-21 07:00",18.7,"2013-09-12 15:00",18.4,"2013-01-21 06:00",18.4,"2013-10-06 04:00","","","","",17.1,16.7,16,15.4,14.3,13.2,10,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","63301",1,31.746743,-106.402784,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7276,83,303,365,0,12,"","","Certification not required",3445,0.353478,0.463047,1.51,"2013-05-11 12:00",1.49,"2013-05-11 11:00",1.48,"2013-05-10 11:00",1.48,"2013-05-27 11:00","","","","",1.41,1.39,1.31,1.14,0.71,0.03,0.005,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","64101",1,31.746743,-106.402784,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7278,83,303,365,0,10,"","","Certification not required",0,890.309563,4.228065,905,"2013-01-17 09:00",905,"2013-01-17 10:00",904,"2013-01-17 07:00",904,"2013-01-17 08:00","","","","",901,900,898,896,893,890,885,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0055","68105",2,31.746743,-106.402784,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,21.064444,8.997529,34,"2013-06-27 00:00",31.4,"2013-06-09 00:00",31,"2013-07-09 00:00",30.5,"2013-08-02 00:00","","","","",34,34,31,30.5,28.6,23.5,8.3,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0055","68108",2,31.746743,-106.402784,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,669.377778,3.047271,677,"2013-01-16 00:00",676,"2013-01-04 00:00",675,"2013-02-15 00:00",674,"2013-01-22 00:00","","","","",677,677,675,674,671,669,666,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0055","88502",3,31.746743,-106.402784,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6375,73,257,365,0,907,"","","Certification not required",0,13.041475,15.817877,292.5,"2013-03-23 14:00",287.2,"2013-04-09 05:00",279.4,"2013-04-17 16:00",269.4,"2013-04-17 13:00","","","","",71.5,45.2,29.8,22.3,14.8,9.9,4.1,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0055","88502",3,31.746743,-106.402784,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",257,70,257,365,0,0,"","","Certification not required",0,12.749027,8.224222,80,"2013-04-17 00:00",58.6,"2013-04-09 00:00",40,"2013-02-24 00:00",37.6,"2013-06-06 00:00","","","","",40,34.9,26.1,20.4,15.5,10.7,6.1,"Ascarate Park SE","650 R E Thomason Loop","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0057","17141",1,31.6675,-106.288,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,38.914259,28.34272,135.68,"2013-01-16 00:00",109.17,"2013-09-25 00:00",98.58,"2013-01-22 00:00",96.16,"2013-01-10 00:00","","","","",135.68,109.17,98.58,75.18,49.82,32.08,13.24,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17147",1,31.6675,-106.288,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.336296,0.916849,4.88,"2013-09-01 00:00",4.11,"2013-09-25 00:00",3.5,"2013-06-27 00:00",2.55,"2013-08-08 00:00","","","","",4.88,4.11,3.5,2.39,1.6,1.26,0.51,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17148",1,31.6675,-106.288,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.336667,0.742977,4.01,"2013-01-16 00:00",2.36,"2013-01-22 00:00",1.91,"2013-11-30 00:00",1.87,"2013-01-10 00:00","","","","",4.01,2.36,1.91,1.13,0.26,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17149",1,31.6675,-106.288,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.607778,0.91933,4.44,"2013-09-01 00:00",3.82,"2013-06-27 00:00",3.45,"2013-09-25 00:00",3.25,"2013-01-16 00:00","","","","",4.44,3.82,3.45,3.04,1.98,1.45,0.68,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17150",1,31.6675,-106.288,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.470185,1.921301,8.86,"2013-09-01 00:00",8.54,"2013-06-27 00:00",7.4,"2013-01-10 00:00",6.83,"2013-01-16 00:00","","","","",8.86,8.54,7.4,6.27,4.2,3.22,1.46,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17151",1,31.6675,-106.288,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.109444,0.125629,0.7,"2013-01-16 00:00",0.45,"2013-01-10 00:00",0.32,"2013-01-22 00:00",0.3,"2013-11-30 00:00","","","","",0.7,0.45,0.32,0.22,0.15,0.08,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17201",1,31.6675,-106.288,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.750926,0.471454,2.66,"2013-01-16 00:00",1.86,"2013-01-10 00:00",1.49,"2013-09-01 00:00",1.43,"2013-06-27 00:00","","","","",2.66,1.86,1.49,1.27,0.96,0.7,0.25,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17204",1,31.6675,-106.288,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.493519,0.414675,2.58,"2013-01-16 00:00",1.43,"2013-01-10 00:00",1.04,"2013-01-22 00:00",0.94,"2013-01-04 00:00","","","","",2.58,1.43,1.04,0.89,0.65,0.4,0.08,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17208",1,31.6675,-106.288,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.137778,0.176225,1.07,"2013-01-16 00:00",0.53,"2013-01-10 00:00",0.44,"2013-02-09 00:00",0.37,"2013-02-03 00:00","","","","",1.07,0.53,0.44,0.33,0.16,0.1,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17215",1,31.6675,-106.288,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.043519,0.120018,0.81,"2013-01-16 00:00",0.22,"2013-01-10 00:00",0.18,"2013-01-22 00:00",0.17,"2013-02-09 00:00","","","","",0.81,0.22,0.18,0.16,0.04,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17220",1,31.6675,-106.288,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.087963,0.147615,0.8,"2013-01-16 00:00",0.48,"2013-01-10 00:00",0.36,"2013-02-09 00:00",0.29,"2013-02-03 00:00","","","","",0.8,0.48,0.36,0.28,0.12,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17223",1,31.6675,-106.288,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.066296,0.113575,0.66,"2013-01-16 00:00",0.35,"2013-01-10 00:00",0.24,"2013-11-30 00:00",0.21,"2013-02-03 00:00","","","","",0.66,0.35,0.24,0.2,0.09,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17231",1,31.6675,-106.288,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.008889,0.029567,0.17,"2013-01-16 00:00",0.1,"2013-01-10 00:00",0.07,"2013-02-09 00:00",0.06,"2013-02-03 00:00","","","","",0.17,0.1,0.07,0.04,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17237",1,31.6675,-106.288,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.107407,0.150423,0.87,"2013-01-16 00:00",0.48,"2013-01-22 00:00",0.4,"2013-01-10 00:00",0.28,"2013-02-03 00:00","","","","",0.87,0.48,0.4,0.26,0.15,0.09,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17242",1,31.6675,-106.288,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.03,0.096211,0.62,"2013-01-16 00:00",0.19,"2013-01-10 00:00",0.18,"2013-01-22 00:00",0.17,"2013-11-30 00:00","","","","",0.62,0.19,0.18,0.13,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","17243",1,31.6675,-106.288,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.075185,0.130539,0.75,"2013-01-16 00:00",0.39,"2013-01-10 00:00",0.28,"2013-01-22 00:00",0.25,"2013-02-03 00:00","","","","",0.75,0.39,0.28,0.23,0.12,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43173",1,31.6675,-106.288,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43202",1,31.6675,-106.288,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,15.278113,11.399055,44.94,"2013-01-16 00:00",42.9,"2013-02-03 00:00",41.68,"2013-01-22 00:00",39.74,"2013-11-24 00:00","","","","",44.94,42.9,41.68,37.42,19.24,11.72,4.8,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43203",1,31.6675,-106.288,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,2.484151,2.128026,11.3,"2013-01-16 00:00",8.52,"2013-01-22 00:00",6.94,"2013-01-28 00:00",6.06,"2013-11-30 00:00","","","","",11.3,8.52,6.94,4.8,2.94,1.84,0.68,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43204",1,31.6675,-106.288,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,16.07434,9.768178,41.76,"2013-02-03 00:00",39.18,"2013-01-16 00:00",37.47,"2013-11-24 00:00",34.14,"2013-11-12 00:00","","","","",41.76,39.18,37.47,30.27,20.37,14.22,5.34,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43205",1,31.6675,-106.288,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,1.12283,0.883242,3.63,"2013-01-16 00:00",3.09,"2013-11-30 00:00",3.03,"2013-01-22 00:00",3.03,"2013-01-28 00:00","","","","",3.63,3.09,3.03,2.37,1.59,0.9,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43206",1,31.6675,-106.288,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,1.382453,1.407592,7.62,"2013-01-16 00:00",5.68,"2013-01-22 00:00",4.1,"2013-01-28 00:00",3,"2013-02-15 00:00","","","","",7.62,5.68,4.1,2.94,1.64,1.12,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43212",1,31.6675,-106.288,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,7.967547,5.599478,22.96,"2013-02-03 00:00",22.48,"2013-01-22 00:00",19.4,"2013-11-24 00:00",18.36,"2013-10-13 00:00","","","","",22.96,22.48,19.4,17.84,10.44,5.92,2.52,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43214",1,31.6675,-106.288,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.49434,1.77726,7.28,"2013-11-24 00:00",7,"2013-02-03 00:00",6.56,"2013-11-12 00:00",6,"2013-01-22 00:00","","","","",7.28,7,6.56,5.4,3.24,1.92,0.8,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43216",1,31.6675,-106.288,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.082075,0.074223,0.4,"2013-01-16 00:00",0.28,"2013-01-28 00:00",0.24,"2013-11-18 00:00",0.2,"2013-02-03 00:00","","","","",0.4,0.28,0.24,0.2,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43217",1,31.6675,-106.288,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.073962,0.058321,0.32,"2013-01-22 00:00",0.24,"2013-11-30 00:00",0.2,"2013-10-01 00:00",0.2,"2013-11-18 00:00","","","","",0.32,0.24,0.2,0.16,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43218",1,31.6675,-106.288,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.071698,0.160836,0.64,"2013-01-16 00:00",0.56,"2013-01-22 00:00",0.44,"2013-01-28 00:00",0.44,"2013-02-15 00:00","","","","",0.64,0.56,0.44,0.32,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43220",1,31.6675,-106.288,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",6,3.279245,2.070522,9.75,"2013-04-22 00:00",7.8,"2013-03-29 00:00",6.65,"2013-10-13 00:00",6.3,"2013-08-08 00:00","","","","",9.75,7.8,6.65,5.75,4.45,3.1,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43221",1,31.6675,-106.288,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,3.60566,2.561562,10.95,"2013-01-22 00:00",10.55,"2013-02-03 00:00",8.95,"2013-01-16 00:00",8.85,"2013-10-01 00:00","","","","",10.95,10.55,8.95,7.05,4.95,2.85,1.1,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43224",1,31.6675,-106.288,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.062264,0.089284,0.7,"2013-01-28 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-02-03 00:00","","","","",0.7,0.05,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43226",1,31.6675,-106.288,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",41,0.106604,0.122881,0.5,"2013-01-16 00:00",0.5,"2013-01-22 00:00",0.4,"2013-01-28 00:00",0.4,"2013-11-30 00:00","","","","",0.5,0.5,0.4,0.3,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43227",1,31.6675,-106.288,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",40,0.078302,0.058433,0.25,"2013-01-16 00:00",0.25,"2013-01-22 00:00",0.25,"2013-10-01 00:00",0.2,"2013-01-28 00:00","","","","",0.25,0.25,0.25,0.2,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43228",1,31.6675,-106.288,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",32,0.157547,0.164491,0.6,"2013-01-16 00:00",0.55,"2013-01-22 00:00",0.55,"2013-11-30 00:00",0.5,"2013-10-01 00:00","","","","",0.6,0.55,0.55,0.45,0.25,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43230",1,31.6675,-106.288,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.639811,0.571767,2.28,"2013-01-22 00:00",1.86,"2013-01-16 00:00",1.74,"2013-10-01 00:00",1.68,"2013-02-03 00:00","","","","",2.28,1.86,1.74,1.38,0.96,0.6,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43231",1,31.6675,-106.288,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,10.85434,12.498566,63.96,"2013-10-19 00:00",39.84,"2013-08-08 00:00",39.66,"2013-07-27 00:00",36.18,"2013-10-31 00:00","","","","",63.96,39.84,39.66,26.58,12.72,7.5,0.66,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43232",1,31.6675,-106.288,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.361509,1.067899,6.09,"2013-05-16 00:00",4.9,"2013-05-28 00:00",4.41,"2013-10-13 00:00",3.85,"2013-03-29 00:00","","","","",6.09,4.9,4.41,3.57,3.08,2.17,1.26,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43233",1,31.6675,-106.288,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,0.456415,0.364523,1.36,"2013-02-15 00:00",1.28,"2013-05-10 00:00",1.28,"2013-05-22 00:00",1.28,"2013-05-28 00:00","","","","",1.36,1.28,1.28,1.2,0.64,0.32,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43234",1,31.6675,-106.288,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43235",1,31.6675,-106.288,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.151887,0.198853,1.26,"2013-01-22 00:00",0.45,"2013-03-29 00:00",0.36,"2013-01-16 00:00",0.36,"2013-01-28 00:00","","","","",1.26,0.45,0.36,0.36,0.27,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43238",1,31.6675,-106.288,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",24,0.237736,0.312081,1.8,"2013-08-02 00:00",1.2,"2013-01-22 00:00",0.7,"2013-02-15 00:00",0.7,"2013-07-27 00:00","","","","",1.8,1.2,0.7,0.5,0.3,0.1,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43242",1,31.6675,-106.288,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,7.09717,7.63833,36.85,"2013-03-29 00:00",28.85,"2013-05-16 00:00",24.3,"2013-04-04 00:00",19.45,"2013-04-22 00:00","","","","",36.85,28.85,24.3,17.3,8.85,5.35,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43243",1,31.6675,-106.288,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",22,0.168868,0.18087,0.95,"2013-10-01 00:00",0.7,"2013-05-22 00:00",0.55,"2013-08-02 00:00",0.45,"2013-04-22 00:00","","","","",0.95,0.7,0.55,0.35,0.2,0.1,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43244",1,31.6675,-106.288,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.057547,0.030313,0.24,"2013-01-22 00:00",0.12,"2013-04-04 00:00",0.12,"2013-11-12 00:00",0.12,"2013-11-30 00:00","","","","",0.24,0.12,0.12,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43247",1,31.6675,-106.288,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",32,0.114717,0.095103,0.49,"2013-10-01 00:00",0.28,"2013-01-16 00:00",0.28,"2013-01-22 00:00",0.28,"2013-02-03 00:00","","","","",0.49,0.28,0.28,0.21,0.21,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43248",1,31.6675,-106.288,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",28,0.324151,0.354137,1.2,"2013-01-22 00:00",1.2,"2013-10-13 00:00",1.14,"2013-05-16 00:00",0.96,"2013-02-03 00:00","","","","",1.2,1.2,1.14,0.84,0.6,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43249",1,31.6675,-106.288,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,1.619057,0.83334,3.78,"2013-05-16 00:00",3.64,"2013-05-28 00:00",3.08,"2013-10-13 00:00",2.87,"2013-10-01 00:00","","","","",3.78,3.64,3.08,2.59,2.03,1.54,0.7,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43250",1,31.6675,-106.288,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.58566,0.403911,1.68,"2013-10-01 00:00",1.44,"2013-05-16 00:00",1.28,"2013-09-01 00:00",1.04,"2013-02-03 00:00","","","","",1.68,1.44,1.28,1.04,0.88,0.56,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43252",1,31.6675,-106.288,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",29,0.136038,0.110981,0.4,"2013-09-01 00:00",0.4,"2013-10-01 00:00",0.32,"2013-01-22 00:00",0.32,"2013-02-03 00:00","","","","",0.4,0.4,0.32,0.32,0.16,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43253",1,31.6675,-106.288,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",40,0.102642,0.107205,0.56,"2013-01-16 00:00",0.4,"2013-06-27 00:00",0.32,"2013-02-03 00:00",0.24,"2013-03-11 00:00","","","","",0.56,0.4,0.32,0.24,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43261",1,31.6675,-106.288,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",10,0.406981,0.272591,1.05,"2013-05-28 00:00",0.91,"2013-02-03 00:00",0.91,"2013-05-16 00:00",0.84,"2013-01-16 00:00","","","","",1.05,0.91,0.91,0.77,0.56,0.42,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43262",1,31.6675,-106.288,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.574906,0.363422,1.5,"2013-01-22 00:00",1.38,"2013-10-01 00:00",1.26,"2013-01-16 00:00",1.26,"2013-10-13 00:00","","","","",1.5,1.38,1.26,1.14,0.84,0.54,0.18,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43263",1,31.6675,-106.288,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",11,1.110566,0.738914,2.73,"2013-05-16 00:00",2.59,"2013-05-28 00:00",2.24,"2013-03-29 00:00",2.1,"2013-10-01 00:00","","","","",2.73,2.59,2.24,1.96,1.68,1.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43280",1,31.6675,-106.288,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.18717,0.937124,5.56,"2013-01-28 00:00",5.32,"2013-01-16 00:00",4.76,"2013-02-03 00:00",4.68,"2013-01-22 00:00","","","","",5.56,5.32,4.76,2.84,2.28,1.96,1.48,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43282",1,31.6675,-106.288,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.057547,0.022779,0.15,"2013-01-22 00:00",0.15,"2013-10-01 00:00",0.1,"2013-04-04 00:00",0.1,"2013-04-22 00:00","","","","",0.15,0.15,0.1,0.1,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43283",1,31.6675,-106.288,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.051887,0.009619,0.1,"2013-01-22 00:00",0.1,"2013-11-30 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43284",1,31.6675,-106.288,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",45,0.100189,0.1348,0.6,"2013-01-22 00:00",0.6,"2013-10-01 00:00",0.42,"2013-01-28 00:00",0.42,"2013-02-03 00:00","","","","",0.6,0.6,0.42,0.3,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43285",1,31.6675,-106.288,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",8,0.977736,0.705851,2.94,"2013-01-22 00:00",2.4,"2013-01-16 00:00",2.22,"2013-10-01 00:00",2.04,"2013-02-03 00:00","","","","",2.94,2.4,2.22,1.8,1.44,0.9,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43289",1,31.6675,-106.288,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43290",1,31.6675,-106.288,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43291",1,31.6675,-106.288,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",34,0.223585,0.256028,0.98,"2013-10-01 00:00",0.77,"2013-01-22 00:00",0.77,"2013-03-29 00:00",0.63,"2013-10-07 00:00","","","","",0.98,0.77,0.77,0.56,0.42,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43331",1,31.6675,-106.288,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43801",1,31.6675,-106.288,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.679434,0.067977,0.89,"2013-05-16 00:00",0.83,"2013-02-15 00:00",0.8,"2013-04-28 00:00",0.77,"2013-08-02 00:00","","","","",0.89,0.83,0.8,0.76,0.72,0.68,0.6,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43802",1,31.6675,-106.288,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.131698,0.088768,0.57,"2013-05-04 00:00",0.28,"2013-10-31 00:00",0.27,"2013-08-08 00:00",0.26,"2013-03-29 00:00","","","","",0.57,0.28,0.27,0.26,0.14,0.11,0.07,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43803",1,31.6675,-106.288,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004528,0.008675,0.03,"2013-04-28 00:00",0.03,"2013-05-22 00:00",0.02,"2013-02-27 00:00",0.02,"2013-03-11 00:00","","","","",0.03,0.03,0.02,0.02,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43804",1,31.6675,-106.288,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.092264,0.028598,0.16,"2013-05-10 00:00",0.15,"2013-05-04 00:00",0.12,"2013-05-16 00:00",0.12,"2013-07-21 00:00","","","","",0.16,0.15,0.12,0.11,0.1,0.1,0.08,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43811",1,31.6675,-106.288,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.256226,0.018211,0.31,"2013-05-10 00:00",0.3,"2013-01-28 00:00",0.29,"2013-01-16 00:00",0.29,"2013-05-04 00:00","","","","",0.31,0.3,0.29,0.28,0.27,0.25,0.24,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43813",1,31.6675,-106.288,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43814",1,31.6675,-106.288,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.013962,0.009269,0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43815",1,31.6675,-106.288,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.021509,0.030596,0.18,"2013-02-03 00:00",0.06,"2013-02-27 00:00",0.06,"2013-03-23 00:00",0.06,"2013-04-22 00:00","","","","",0.18,0.06,0.06,0.04,0.04,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43817",1,31.6675,-106.288,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.081887,0.044248,0.22,"2013-05-16 00:00",0.2,"2013-05-10 00:00",0.18,"2013-09-13 00:00",0.14,"2013-03-17 00:00","","","","",0.22,0.2,0.18,0.14,0.1,0.06,0.04,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43818",1,31.6675,-106.288,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43819",1,31.6675,-106.288,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002075,0.004094,0.01,"2013-03-29 00:00",0.01,"2013-04-16 00:00",0.01,"2013-05-22 00:00",0.01,"2013-06-27 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43820",1,31.6675,-106.288,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43823",1,31.6675,-106.288,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,0.49717,0.13457,0.62,"2013-01-28 00:00",0.61,"2013-01-16 00:00",0.58,"2013-02-15 00:00",0.58,"2013-06-15 00:00","","","","",0.62,0.61,0.58,0.57,0.56,0.54,0.43,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43824",1,31.6675,-106.288,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.006792,0.013555,0.06,"2013-02-03 00:00",0.04,"2013-01-22 00:00",0.04,"2013-03-17 00:00",0.04,"2013-03-29 00:00","","","","",0.06,0.04,0.04,0.02,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43826",1,31.6675,-106.288,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000755,0.003848,0.02,"2013-09-13 00:00",0.02,"2013-10-31 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.02,0.02,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43829",1,31.6675,-106.288,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.00283,0.016914,0.12,"2013-02-03 00:00",0.03,"2013-03-23 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.12,0.03,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43830",1,31.6675,-106.288,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001698,0.009143,0.06,"2013-07-21 00:00",0.03,"2013-06-21 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.06,0.03,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43831",1,31.6675,-106.288,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.011887,0.08244,0.6,"2013-04-04 00:00",0.03,"2013-05-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.6,0.03,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43843",1,31.6675,-106.288,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43860",1,31.6675,-106.288,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43954",1,31.6675,-106.288,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",21,0.148491,0.127406,0.55,"2013-02-15 00:00",0.55,"2013-05-16 00:00",0.55,"2013-10-19 00:00",0.33,"2013-08-08 00:00","","","","",0.55,0.55,0.55,0.22,0.22,0.11,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","43960",1,31.6675,-106.288,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",30,0.159623,0.152807,0.72,"2013-01-22 00:00",0.48,"2013-01-16 00:00",0.48,"2013-05-22 00:00",0.4,"2013-02-15 00:00","","","","",0.72,0.48,0.48,0.32,0.24,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","44201",1,31.6675,-106.288,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7113,82,301,365,0,130,0,0,"Requested but not yet concurred",790,0.04703,0.0114,0.081,"2013-06-27 13:00",0.08,"2013-08-16 14:00",0.078,"2013-07-04 17:00",0.078,"2013-08-18 14:00","","","","",0.078,0.076,0.067,0.063,0.054,0.046,0.032,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2013-12-30" +"48","141","0057","44201",1,31.6675,-106.288,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7151,81,294,365,0,0,0,0,"Requested but not yet concurred",0,0.042374,0.010234,0.07,"2013-06-27 11:00",0.068,"2013-08-16 10:00",0.066,"2013-07-04 12:00",0.066,"2013-07-06 11:00","","","","",0.066,0.065,0.059,0.054,0.05,0.043,0.029,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2013-12-30" +"48","141","0057","44201",1,31.6675,-106.288,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7151,81,294,365,0,0,0,0,"Requested but not yet concurred",0,0.042374,0.010234,0.07,"2013-06-27 11:00",0.068,"2013-08-16 10:00",0.066,"2013-07-04 12:00",0.066,"2013-07-06 11:00","","","","",0.066,0.065,0.059,0.054,0.05,0.043,0.029,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2013-12-30" +"48","141","0057","45109",1,31.6675,-106.288,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.981887,1.686992,10.32,"2013-01-22 00:00",5.44,"2013-01-16 00:00",4.64,"2013-01-28 00:00",4.56,"2013-05-28 00:00","","","","",10.32,5.44,4.64,3.6,2.64,1.68,0.64,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45201",1,31.6675,-106.288,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.463774,1.002014,4.44,"2013-01-16 00:00",3.54,"2013-01-22 00:00",3,"2013-01-28 00:00",3,"2013-11-30 00:00","","","","",4.44,3.54,3,2.76,1.86,1.56,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45202",1,31.6675,-106.288,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,5.420377,3.247029,15.75,"2013-01-22 00:00",12.46,"2013-02-03 00:00",11.97,"2013-01-16 00:00",10.22,"2013-05-28 00:00","","","","",15.75,12.46,11.97,9.38,7.35,5.11,1.96,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45203",1,31.6675,-106.288,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.750189,0.806928,4.48,"2013-01-22 00:00",2.32,"2013-01-16 00:00",1.92,"2013-01-28 00:00",1.92,"2013-03-29 00:00","","","","",4.48,2.32,1.92,1.68,1.2,0.48,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45204",1,31.6675,-106.288,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.713962,0.641891,3.84,"2013-01-22 00:00",2,"2013-01-16 00:00",1.84,"2013-05-28 00:00",1.76,"2013-01-28 00:00","","","","",3.84,2,1.84,1.36,0.96,0.56,0.16,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45207",1,31.6675,-106.288,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",41,0.087925,0.07599,0.36,"2013-01-28 00:00",0.27,"2013-02-15 00:00",0.27,"2013-05-10 00:00",0.27,"2013-05-22 00:00","","","","",0.36,0.27,0.27,0.18,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45208",1,31.6675,-106.288,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",23,0.388491,0.536174,3.15,"2013-01-22 00:00",1.44,"2013-05-28 00:00",1.26,"2013-01-28 00:00",1.08,"2013-05-22 00:00","","","","",3.15,1.44,1.26,0.99,0.63,0.18,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45209",1,31.6675,-106.288,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",32,0.13717,0.155766,0.99,"2013-01-22 00:00",0.45,"2013-01-28 00:00",0.36,"2013-01-16 00:00",0.27,"2013-02-03 00:00","","","","",0.99,0.45,0.36,0.27,0.18,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45210",1,31.6675,-106.288,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.042453,0.071922,0.36,"2013-01-22 00:00",0.18,"2013-01-16 00:00",0.18,"2013-01-28 00:00",0.18,"2013-03-29 00:00","","","","",0.36,0.18,0.18,0.09,0.09,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45211",1,31.6675,-106.288,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.098302,0.128523,0.81,"2013-01-22 00:00",0.36,"2013-01-16 00:00",0.36,"2013-01-28 00:00",0.27,"2013-02-03 00:00","","","","",0.81,0.36,0.36,0.27,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45212",1,31.6675,-106.288,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",29,0.271887,0.413424,2.52,"2013-01-22 00:00",1.08,"2013-01-28 00:00",0.99,"2013-01-16 00:00",0.81,"2013-02-03 00:00","","","","",2.52,1.08,0.99,0.72,0.45,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45213",1,31.6675,-106.288,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.054906,0.025009,0.18,"2013-08-02 00:00",0.18,"2013-11-30 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45218",1,31.6675,-106.288,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.056604,0.024095,0.2,"2013-02-15 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00","","","","",0.2,0.1,0.1,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45219",1,31.6675,-106.288,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.056604,0.024095,0.2,"2013-06-27 00:00",0.1,"2013-02-03 00:00",0.1,"2013-10-13 00:00",0.1,"2013-10-25 00:00","","","","",0.2,0.1,0.1,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45220",1,31.6675,-106.288,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.448302,0.385056,2,"2013-03-29 00:00",1.44,"2013-05-10 00:00",1.36,"2013-01-22 00:00",1.2,"2013-05-16 00:00","","","","",2,1.44,1.36,0.88,0.56,0.32,0.16,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45225",1,31.6675,-106.288,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.054906,0.025009,0.18,"2013-10-19 00:00",0.18,"2013-11-30 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","45801",1,31.6675,-106.288,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003396,0.013998,0.06,"2013-03-29 00:00",0.06,"2013-04-16 00:00",0.06,"2013-06-27 00:00",0,"2013-01-16 00:00","","","","",0.06,0.06,0.06,0,0,0,0,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","61101",1,31.6675,-106.288,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6980,80,287,365,0,276,"","","Certification not required",0,5.336103,3.204189,22.5,"2013-02-24 13:00",20.6,"2013-02-24 19:00",19.6,"2013-02-24 12:00",19.6,"2013-02-24 16:00","","","","",15,13.3,11.2,9.8,7.4,4.6,1.8,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-03" +"48","141","0057","61103",1,31.6675,-106.288,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6980,80,287,365,0,276,"","","Certification not required",0,4.751576,3.24659,21.8,"2013-02-24 13:00",20.1,"2013-02-24 19:00",19,"2013-02-24 16:00",18.8,"2013-02-24 12:00","","","","",14.4,12.7,10.7,9.3,6.9,4,1.2,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-03" +"48","141","0057","61104",1,31.6675,-106.288,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6980,80,287,365,0,276,"","","Certification not required",0,182.590358,91.657139,360,"2013-05-21 08:00",360,"2013-09-13 18:00",360,"2013-10-05 20:00",359.9,"2013-01-26 00:00","","","","",353.4,347.5,326.7,303,268.8,158.5,73,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-03" +"48","141","0057","61105",1,31.6675,-106.288,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6981,80,287,365,0,275,"","","Certification not required",0,11.849592,6.85553,43,"2013-02-24 13:00",41,"2013-04-17 14:00",41,"2013-08-26 14:00",40,"2013-02-24 12:00","","","","",32,29,24,21,16,11,4,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-03" +"48","141","0057","61106",1,31.6675,-106.288,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6980,80,287,365,0,276,"","","Certification not required",0,28.122622,15.137835,80.3,"2013-01-26 04:00",80.1,"2013-07-03 13:00",79.9,"2013-03-07 00:00",79.9,"2013-05-06 05:00","","","","",72.3,68.3,60.2,51.7,36,23.1,13.5,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-03" +"48","141","0057","62101",1,31.6675,-106.288,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7237,83,299,365,0,19,"","","Certification not required",0,68.543457,17.146572,105,"2013-06-27 16:00",105,"2013-06-27 17:00",104,"2013-06-12 15:00",104,"2013-06-27 14:00","","","","",98,97,93,90,81,71,43,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-03" +"48","141","0057","81102",1,31.6675,-106.288,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,7,0,0,"Certification not required",0,34.166667,25.270424,145,"2013-02-09 00:00",137,"2013-03-23 00:00",71,"2013-07-15 00:00",67,"2013-03-05 00:00","","","","",145,137,71,57,36,31,13,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","81102",2,31.6675,-106.288,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,7,2,2,"Certification not required",0,61.222222,47.747238,290,"2013-02-09 00:00",233,"2013-03-23 00:00",108,"2013-06-09 00:00",106,"2013-07-15 00:00","","","","",290,233,108,100,77,53,17,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2014-02-19" +"48","141","0057","88502",3,31.6675,-106.288,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",6463,74,260,365,0,776,"","","Certification not required",0,10.027155,11.358041,221.6,"2013-04-17 14:00",208.9,"2013-04-17 15:00",205.5,"2013-04-17 16:00",193.7,"2013-04-17 17:00","","","","",49.8,34.4,23,17.3,11.6,7.6,3.3,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2013-12-30" +"48","141","0057","88502",3,31.6675,-106.288,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",260,71,260,365,0,0,"","","Certification not required",0,9.926154,6.587575,63.1,"2013-04-17 00:00",42.8,"2013-04-09 00:00",37.9,"2013-02-24 00:00",32.3,"2013-06-06 00:00","","","","",37.9,31.4,20.1,16,11.2,8.4,4.8,"Socorro Hueco","320 Old Hueco Tanks Road","Texas","El Paso","Socorro","El Paso, TX","2013-12-30" +"48","141","0058","14129",1,31.893913,-106.425814,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,5,0,0,"Certification not required",0,0.023775,0.00131,0.027,"2013-08-20 00:00",0.026,"2013-08-14 00:00",0.025,"2013-02-15 00:00",0.025,"2013-05-16 00:00","","","","",0.027,0.027,0.026,0.025,0.025,0.024,0.022,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","0058","42101",1,31.893913,-106.425814,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7149,82,301,365,0,139,0,0,"Certification not required",7062,0.255141,0.049577,1.2,"2013-01-23 07:00",1.2,"2013-03-15 06:00",1,"2013-01-22 21:00",1,"2013-01-23 08:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","42101",1,31.893913,-106.425814,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7207,82,299,365,0,0,0,0,"Certification not required",0,0.302942,0.024421,0.7,"2013-02-01 02:00",0.7,"2013-02-01 03:00",0.7,"2013-02-01 04:00",0.7,"2013-02-01 05:00",0.7,"2013-02-01 02:00",0.7,"2013-02-17 03:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","42401",1,31.893913,-106.425814,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7106,81,300,365,0,167,0,"","Certification not required",0,0.593,0.41893,2.2,"2013-01-23 07:00",2.2,"2013-02-06 07:00",2.1,"2013-03-15 07:00",1.9,"2013-05-08 18:00","","","","",2.1,1.7,1.4,1.2,0.8,0.5,0.1,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","42401",1,31.893913,-106.425814,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7106,81,300,365,0,167,"","","Certification not required",0,0.227456,0.270182,2.2,"2013-01-23 07:00",2.2,"2013-02-06 07:00",2.1,"2013-02-06 08:00",2.1,"2013-03-15 07:00","","","","",1.1,1,0.7,0.6,0.3,0.2,0,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","42401",1,31.893913,-106.425814,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",300,82,300,365,0,0,0,"","Certification not required",0,0.226,0.205422,1.1,"2013-02-06 00:00",0.9,"2013-02-17 00:00",0.8,"2013-02-05 00:00",0.8,"2013-02-08 00:00","","","","",0.8,0.7,0.6,0.5,0.3,0.2,0,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","42401",1,31.893913,-106.425814,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2312,79,298,365,0,0,"",0,"Certification not required",0,0.204239,0.24103,2,"2013-02-06 08:00",1.7,"2013-01-23 08:00",1.6,"2013-02-01 02:00",1.5,"2013-02-06 11:00","","","","",1,0.9,0.7,0.5,0.3,0.1,0,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","42406",1,31.893913,-106.425814,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7106,81,300,365,0,167,"","","Certification not required",0,0.388095,0.33726,5.8,"2013-07-04 22:00",4,"2013-01-23 08:00",3.1,"2013-03-15 22:00",3,"2013-03-15 23:00","","","","",1.5,1.3,1,0.8,0.5,0.3,0,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","44201",1,31.893913,-106.425814,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7169,82,300,365,0,115,0,0,"Requested but not yet concurred",311,0.049777,0.010014,0.088,"2013-08-17 12:00",0.079,"2013-05-24 15:00",0.075,"2013-07-24 12:00",0.074,"2013-05-23 13:00","","","","",0.075,0.073,0.067,0.062,0.056,0.049,0.038,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","44201",1,31.893913,-106.425814,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7218,82,299,365,0,0,0,0,"Requested but not yet concurred",0,0.045552,0.009272,0.072,"2013-08-17 10:00",0.068,"2013-05-24 10:00",0.066,"2013-06-15 11:00",0.066,"2013-07-04 12:00","","","","",0.066,0.064,0.061,0.058,0.052,0.046,0.033,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","44201",1,31.893913,-106.425814,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7218,82,299,365,0,0,0,0,"Requested but not yet concurred",0,0.045552,0.009272,0.072,"2013-08-17 10:00",0.068,"2013-05-24 10:00",0.066,"2013-06-15 11:00",0.066,"2013-07-04 12:00","","","","",0.066,0.064,0.061,0.058,0.052,0.046,0.033,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-30" +"48","141","0058","61101",1,31.893913,-106.425814,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6526,74,272,365,0,769,"","","Certification not required",0,6.74315,4.231131,33.7,"2013-02-21 05:00",32.6,"2013-02-20 19:00",28.1,"2013-02-20 20:00",27.9,"2013-06-09 00:00","","","","",20.2,18.1,15.3,12.6,8.9,5.7,2.4,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0058","61103",1,31.893913,-106.425814,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6526,74,272,365,0,769,"","","Certification not required",0,6.01802,4.286206,33.3,"2013-02-21 05:00",32.1,"2013-02-20 19:00",27.6,"2013-02-20 20:00",27.6,"2013-06-09 00:00","","","","",19.6,17.4,14.6,11.9,8.1,5.1,1.5,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0058","61104",1,31.893913,-106.425814,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6526,74,272,365,0,769,"","","Certification not required",0,195.589672,100.0353,360,"2013-03-01 07:00",360,"2013-07-02 03:00",359.9,"2013-03-01 10:00",359.9,"2013-07-03 08:00","","","","",357.8,355.2,346.1,330.5,277.2,196.4,36.4,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0058","61105",1,31.893913,-106.425814,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6526,74,272,365,0,769,"","","Certification not required",0,13.963224,8.268216,58,"2013-02-20 19:00",57,"2013-02-21 05:00",52,"2013-02-21 06:00",52,"2013-02-24 18:00","","","","",39,36,31,26,18,12,5,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0058","61106",1,31.893913,-106.425814,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6526,74,272,365,0,769,"","","Certification not required",0,27.754398,15.200568,79.8,"2013-05-26 08:00",79.8,"2013-07-22 05:00",78.9,"2013-06-08 12:00",78.6,"2013-08-04 06:00","","","","",70.5,66.8,60,51.4,35.6,23.4,12.1,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0058","62101",1,31.893913,-106.425814,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,6,"","","Certification not required",0,69.201811,16.483161,104,"2013-06-27 15:00",104,"2013-06-27 16:00",104,"2013-06-27 17:00",103,"2013-06-12 15:00","","","","",97,96,93,89,81,72,45,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2014-02-03" +"48","141","0058","68105",3,31.893913,-106.425814,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.657778,9.079384,32.2,"2013-06-27 00:00",31.7,"2013-07-09 00:00",31.1,"2013-06-09 00:00",31.1,"2013-06-21 00:00","","","","",32.2,32.2,31.1,30.6,27.8,23.3,6.7,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0058","68108",3,31.893913,-106.425814,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,660.6,3.025648,668,"2013-01-16 00:00",667,"2013-01-04 00:00",666,"2013-01-22 00:00",666,"2013-02-15 00:00","","","","",668,668,666,666,662,660,657,"Skyline Park","5050A Yvette Drive","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","0693","61101",1,31.81337,-106.46452,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2157,25,90,365,0,3,"","","Certification not required",0,6.674502,4.115426,26.8,"2013-02-20 19:00",26.1,"2013-02-24 12:00",25.6,"2013-02-21 06:00",25.3,"2013-02-20 20:00","","","","",20.7,17.8,15.2,12.2,8.5,5.6,2.7,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","61103",1,31.81337,-106.46452,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2157,25,90,365,0,3,"","","Certification not required",0,5.428558,4.114795,26,"2013-02-20 19:00",24.9,"2013-02-21 06:00",24.5,"2013-02-20 20:00",24.4,"2013-02-22 22:00","","","","",19.8,17.1,14.2,11.1,7.1,4.2,1.5,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","61104",1,31.81337,-106.46452,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2157,25,90,365,0,3,"","","Certification not required",0,215.689847,109.333902,360,"2013-01-07 10:00",359.9,"2013-01-30 14:00",359.8,"2013-01-07 09:00",359.7,"2013-03-12 11:00","","","","",358,355.7,350.7,339.2,310.3,252,48.9,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","61105",1,31.81337,-106.46452,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2157,25,90,365,0,3,"","","Certification not required",0,14.732962,9.506179,62,"2013-02-24 12:00",55,"2013-02-24 13:00",54,"2013-02-20 19:00",54,"2013-02-24 11:00","","","","",44,39,35,29,19,12,5,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","61106",1,31.81337,-106.46452,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2157,25,90,365,0,3,"","","Certification not required",0,34.608994,16.89696,79.4,"2013-02-04 20:00",78.4,"2013-01-08 07:00",78.4,"2013-03-31 14:00",77.8,"2013-01-27 12:00","","","","",75.1,71.9,66.5,60.3,46.5,31.7,15.4,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","62101",1,31.81337,-106.46452,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",1236,14,51,365,0,252,"","","Certification not required",0,54.781553,14.281412,83,"2013-03-15 15:00",83,"2013-03-15 16:00",82,"2013-03-15 17:00",82,"2013-03-16 14:00","","","","",80,79,77,74,67,56,34,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","62201",1,31.81337,-106.46452,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",1230,14,51,365,0,0,"","","Certification not required",0,31.95935,20.95452,100,"2013-01-03 13:00",100,"2013-01-03 17:00",99,"2013-01-03 18:00",98,"2013-01-03 11:00","","","","",95,93,80,60,43,26,12,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-08-28" +"48","141","0693","81102",1,31.81337,-106.46452,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",2,21.6,15.374714,64,"2013-02-09 00:00",60,"2013-03-23 00:00",58,"2013-07-15 00:00",56,"2013-06-09 00:00","","","","",64,64,58,50,23,17,9,"Van Buren","2700 Harrison Avenue","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","1011","43000",1,31.758476,-106.407346,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4429,82,197,225,0,144,"","","Certification not required",0,67.649876,94.933975,1190.9,"2013-01-24 01:00",1091.7,"2013-03-14 23:00",949.8,"2013-01-24 00:00",908.9,"2013-03-15 07:00","","","","",490,359.5,244.9,165.7,81.1,32.5,10,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43102",1,31.758476,-106.407346,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4429,82,197,225,0,144,"","","Certification not required",0,77.719916,110.693345,1421.37,"2013-01-24 01:00",1331.74,"2013-03-14 23:00",1132.44,"2013-01-24 00:00",1091,"2013-01-23 23:00","","","","",564.95,422.58,278.08,185.63,89.98,36.88,12.41,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43202",1,31.758476,-106.407346,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4464,83,199,225,0,109,"","","Certification not required",0,14.989989,22.200864,415.37,"2013-06-22 06:00",296.83,"2013-01-24 01:00",247.55,"2013-03-14 03:00",244.52,"2013-02-17 05:00","","","","",109.46,71.91,49.79,33.52,17.65,7.49,3,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43203",1,31.758476,-106.407346,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",35,1.284282,2.319276,34.73,"2013-03-14 23:00",29.89,"2013-03-15 07:00",29.25,"2013-03-14 05:00",26.2,"2013-01-24 00:00","","","","",11.96,8.79,5.34,3.21,1.26,0.48,0.13,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43204",1,31.758476,-106.407346,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",0,12.569093,16.755386,156.74,"2013-01-22 20:00",155.06,"2013-03-14 23:00",154.55,"2013-03-15 08:00",149.26,"2013-01-22 21:00","","","","",81.38,63.28,44.48,32.88,16.57,5.92,1.3,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43205",1,31.758476,-106.407346,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",1,1.006669,1.422937,19.08,"2013-03-14 23:00",15.61,"2013-01-22 21:00",15.01,"2013-01-24 01:00",14.76,"2013-05-11 07:00","","","","",7.53,5.77,3.39,2.06,1.02,0.54,0.26,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43206",1,31.758476,-106.407346,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4463,83,199,225,0,110,"","","Certification not required",10,1.375398,2.132933,23.2,"2013-01-24 00:00",22,"2013-07-16 04:00",21.4,"2013-01-24 01:00",21.3,"2013-02-17 06:00","","","","",11.6,8.3,5.3,3.2,1.3,0.7,0.3,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43212",1,31.758476,-106.407346,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",0,8.066417,13.038005,251.81,"2013-01-13 20:00",179.59,"2013-03-10 04:00",150.29,"2013-01-24 01:00",129.63,"2013-01-23 23:00","","","","",59.2,47.96,32.12,19.95,9.11,3.34,0.88,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43214",1,31.758476,-106.407346,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",0,3.037855,9.792518,517.07,"2013-01-18 09:00",223.72,"2013-07-19 04:00",109.28,"2013-07-19 01:00",82.75,"2013-07-19 02:00","","","","",25.34,17.73,11.03,7,3.16,1.18,0.3,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43216",1,31.758476,-106.407346,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",21,0.242453,0.415606,6.93,"2013-05-04 07:00",6.46,"2013-05-11 07:00",5.4,"2013-01-03 18:00",5.2,"2013-03-14 23:00","","","","",2.19,1.51,0.82,0.48,0.21,0.12,0.07,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43217",1,31.758476,-106.407346,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",1508,0.136726,0.300327,5.12,"2013-05-04 07:00",4.84,"2013-05-11 07:00",3.95,"2013-03-14 23:00",3.88,"2013-03-10 04:00","","","","",1.52,1.02,0.56,0.31,0.13,0.06,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43218",1,31.758476,-106.407346,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",0,0.185334,0.340361,6.2,"2013-03-14 23:00",4.5,"2013-03-15 07:00",3.5,"2013-01-22 21:00",3.4,"2013-03-14 05:00","","","","",1.7,1.2,0.7,0.4,0.2,0.1,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43220",1,31.758476,-106.407346,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4465,83,199,225,0,108,"","","Certification not required",0,3.021854,4.623991,71.51,"2013-02-14 03:00",69.68,"2013-02-14 01:00",48.88,"2013-01-24 01:00",46.29,"2013-03-14 23:00","","","","",21.93,16.74,11.36,7.5,3.57,1.32,0.36,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43221",1,31.758476,-106.407346,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4465,83,199,225,0,108,"","","Certification not required",0,4.861174,8.454842,195.76,"2013-02-14 03:00",195.43,"2013-02-14 01:00",119.83,"2013-02-14 06:00",99.03,"2013-03-14 23:00","","","","",39.98,28.26,17.86,11.33,5.23,2.14,0.64,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43224",1,31.758476,-106.407346,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",1803,0.135015,0.413274,14.88,"2013-02-14 03:00",14.77,"2013-02-14 01:00",7.54,"2013-02-14 06:00",3.92,"2013-03-14 23:00","","","","",1.29,0.91,0.54,0.3,0.14,0.06,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43226",1,31.758476,-106.407346,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4465,83,199,225,0,108,"","","Certification not required",1659,0.281654,0.856947,26.64,"2013-02-14 03:00",26.43,"2013-02-14 01:00",15.66,"2013-02-14 06:00",9.47,"2013-03-14 23:00","","","","",3.26,2.19,1.26,0.66,0.24,0.07,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43227",1,31.758476,-106.407346,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",2958,0.119801,0.426168,14.08,"2013-02-14 03:00",13.76,"2013-02-14 01:00",8.05,"2013-02-14 06:00",4.44,"2013-03-14 23:00","","","","",1.52,1.03,0.59,0.3,0.1,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43231",1,31.758476,-106.407346,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4452,82,198,225,0,121,"","","Certification not required",0,1.514677,2.105253,26.72,"2013-01-24 01:00",25.63,"2013-03-14 23:00",21.8,"2013-01-23 23:00",20.82,"2013-01-22 21:00","","","","",10.46,8.04,5.21,3.51,1.81,0.81,0.2,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43232",1,31.758476,-106.407346,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1656,0.496551,0.928219,11.94,"2013-01-24 01:00",11.23,"2013-03-14 23:00",10.07,"2013-03-12 08:00",9.25,"2013-03-14 01:00","","","","",4.49,3.43,2.17,1.29,0.55,0.19,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43233",1,31.758476,-106.407346,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1263,0.261827,0.445381,7.37,"2013-04-28 02:00",5.23,"2013-03-15 07:00",4.8,"2013-01-24 01:00",4.38,"2013-03-14 05:00","","","","",2.11,1.64,1.06,0.68,0.29,0.12,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43235",1,31.758476,-106.407346,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1921,0.16465,0.328069,4.78,"2013-04-28 02:00",4.21,"2013-03-14 23:00",3.66,"2013-07-17 04:00",3.48,"2013-01-24 01:00","","","","",1.71,1.19,0.74,0.43,0.18,0.06,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43238",1,31.758476,-106.407346,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3633,67,162,225,0,940,"","","Certification not required",1501,0.187981,0.377395,5.02,"2013-03-14 23:00",3.92,"2013-01-20 01:00",3.89,"2013-01-20 02:00",3.56,"2013-03-15 07:00","","","","",1.96,1.36,0.79,0.49,0.2,0.06,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43242",1,31.758476,-106.407346,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4465,83,199,225,0,108,"","","Certification not required",696,0.26525,0.404447,5.45,"2013-02-14 03:00",5.34,"2013-02-14 01:00",4.47,"2013-03-12 08:00",4.16,"2013-01-24 01:00","","","","",1.89,1.45,1,0.67,0.33,0.13,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43243",1,31.758476,-106.407346,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4465,83,199,225,0,108,"","","Certification not required",2729,0.085934,0.209812,4.56,"2013-02-14 03:00",3.85,"2013-03-14 23:00",3.49,"2013-02-14 01:00",2.56,"2013-02-14 06:00","","","","",0.99,0.64,0.39,0.22,0.09,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43244",1,31.758476,-106.407346,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",2722,0.083448,0.155215,1.9,"2013-03-14 23:00",1.88,"2013-01-24 01:00",1.66,"2013-01-23 23:00",1.5,"2013-01-24 00:00","","","","",0.76,0.58,0.36,0.24,0.11,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43247",1,31.758476,-106.407346,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",3431,0.184652,0.522478,10.77,"2013-04-27 20:00",9.39,"2013-01-19 20:00",6.39,"2013-03-14 23:00",5.51,"2013-02-14 01:00","","","","",2.48,1.78,0.99,0.58,0.005,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43248",1,31.758476,-106.407346,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1467,0.555577,0.93224,11.37,"2013-03-12 08:00",9.16,"2013-01-24 01:00",8.72,"2013-04-28 02:00",8.7,"2013-03-14 01:00","","","","",4.57,3.51,2.33,1.45,0.65,0.23,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43249",1,31.758476,-106.407346,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1506,0.536425,0.924066,12,"2013-01-24 01:00",10.36,"2013-03-14 23:00",10.15,"2013-01-23 23:00",9.14,"2013-01-24 00:00","","","","",4.53,3.51,2.25,1.38,0.61,0.25,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43250",1,31.758476,-106.407346,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,0.798004,1.511314,23.88,"2013-03-14 23:00",22.04,"2013-04-27 20:00",19.39,"2013-01-19 20:00",14.76,"2013-03-15 07:00","","","","",7.64,5.25,3.22,2.07,0.88,0.31,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43252",1,31.758476,-106.407346,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",2543,0.184854,0.452655,7.93,"2013-03-14 23:00",7.28,"2013-04-27 20:00",6.38,"2013-01-19 20:00",4.74,"2013-03-15 07:00","","","","",2.28,1.53,0.85,0.46,0.19,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43253",1,31.758476,-106.407346,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",2091,0.192869,0.38805,5.15,"2013-01-24 01:00",4.68,"2013-01-23 23:00",4.43,"2013-03-14 23:00",4.38,"2013-01-22 21:00","","","","",1.83,1.42,0.86,0.53,0.22,0.04,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43261",1,31.758476,-106.407346,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1782,0.437826,0.896836,14.29,"2013-04-28 02:00",13.31,"2013-03-12 08:00",12.11,"2013-07-17 04:00",8.92,"2013-07-19 02:00","","","","",4.36,3.29,1.93,1.15,0.47,0.14,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43262",1,31.758476,-106.407346,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1130,0.677943,1.183911,15.48,"2013-03-12 08:00",13.2,"2013-01-24 01:00",12.43,"2013-03-14 23:00",11.42,"2013-02-14 03:00","","","","",5.65,4.35,2.88,1.7,0.74,0.26,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43263",1,31.758476,-106.407346,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",1743,0.392135,0.714457,8.89,"2013-01-24 01:00",8.61,"2013-03-14 23:00",7.71,"2013-01-23 23:00",6.77,"2013-01-24 00:00","","","","",3.44,2.7,1.7,1.05,0.47,0.13,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43280",1,31.758476,-106.407346,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4466,83,199,225,0,107,"","","Certification not required",0,0.354787,0.412455,5.75,"2013-05-11 07:00",5.63,"2013-05-04 07:00",5.12,"2013-03-14 23:00",4.38,"2013-03-14 05:00","","","","",2.29,1.7,1.04,0.66,0.35,0.23,0.13,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43291",1,31.758476,-106.407346,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",2656,0.345733,0.78073,17.02,"2013-04-27 20:00",14.62,"2013-01-19 20:00",8.7,"2013-03-14 23:00",8.64,"2013-01-24 01:00","","","","",3.65,2.75,1.55,0.94,0.41,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","43960",1,31.758476,-106.407346,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",2305,0.147495,0.333516,4.33,"2013-01-24 01:00",4.02,"2013-03-14 23:00",3.75,"2013-03-15 07:00",3.74,"2013-04-28 02:00","","","","",1.62,1.2,0.73,0.37,0.14,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45109",1,31.758476,-106.407346,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,1.40289,2.76021,41.47,"2013-03-14 23:00",34.61,"2013-01-24 01:00",32.88,"2013-01-22 21:00",30.56,"2013-01-23 23:00","","","","",13.46,10.25,5.73,3.45,1.44,0.46,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45201",1,31.758476,-106.407346,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,1.013865,1.359881,16.68,"2013-03-14 23:00",16.1,"2013-01-24 01:00",14.71,"2013-01-23 23:00",14.24,"2013-01-22 21:00","","","","",7.07,5.56,3.31,2.14,1.11,0.58,0.22,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45202",1,31.758476,-106.407346,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,3.820341,6.57939,93.43,"2013-03-14 23:00",86.61,"2013-01-24 01:00",75.47,"2013-01-22 21:00",70.21,"2013-01-22 19:00","","","","",32.68,25.92,14.31,8.94,4.03,1.6,0.48,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45203",1,31.758476,-106.407346,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,0.532412,1.0057,13.72,"2013-03-14 23:00",13.01,"2013-01-24 01:00",11.63,"2013-01-22 21:00",11.58,"2013-01-23 23:00","","","","",4.95,3.72,2.14,1.32,0.57,0.19,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45204",1,31.758476,-106.407346,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,0.496256,0.994854,14.51,"2013-03-14 23:00",12.45,"2013-01-24 01:00",11.72,"2013-01-22 21:00",10.93,"2013-01-23 23:00","","","","",4.91,3.72,2.06,1.22,0.52,0.17,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45207",1,31.758476,-106.407346,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3634,67,162,225,0,939,"","","Certification not required",2091,0.167916,0.377266,5.36,"2013-03-14 23:00",4.53,"2013-03-28 21:00",4.51,"2013-01-24 01:00",4,"2013-03-15 07:00","","","","",1.86,1.35,0.78,0.47,0.17,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45208",1,31.758476,-106.407346,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3634,67,162,225,0,939,"","","Certification not required",1283,0.432825,0.934435,12.14,"2013-03-14 23:00",10.7,"2013-01-24 01:00",10.69,"2013-03-28 21:00",9.75,"2013-03-15 07:00","","","","",4.63,3.44,1.98,1.18,0.41,0.11,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45209",1,31.758476,-106.407346,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4452,82,198,225,0,121,"","","Certification not required",2378,0.104414,0.210605,3.36,"2013-03-28 21:00",2.69,"2013-03-14 23:00",2.27,"2013-01-24 01:00",2.11,"2013-03-15 07:00","","","","",1.03,0.75,0.47,0.29,0.12,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45210",1,31.758476,-106.407346,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4452,82,198,225,0,121,"","","Certification not required",0,0.018277,0.057087,1.11,"2013-03-28 21:00",0.76,"2013-03-14 23:00",0.72,"2013-03-14 05:00",0.67,"2013-01-24 01:00","","","","",0.28,0.17,0.1,0.06,0,0,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45220",1,31.758476,-106.407346,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4453,82,198,225,0,120,"","","Certification not required",0,0.112699,0.297565,3.74,"2013-03-14 23:00",3.48,"2013-01-24 01:00",3.18,"2013-03-22 00:00",2.99,"2013-01-22 21:00","","","","",1.54,1.11,0.64,0.34,0.09,0,0,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1011","45225",1,31.758476,-106.407346,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3634,67,162,225,0,939,"","","Certification not required",2226,0.165848,0.440232,5.51,"2013-01-24 01:00",5.5,"2013-03-28 21:00",4.69,"2013-01-24 00:00",4.24,"2013-01-20 01:00","","","","",2.25,1.56,0.89,0.48,0.11,0.005,0.005,"El Paso Delta","6700 Delta Drive","Texas","El Paso","El Paso","El Paso, TX","2013-08-26" +"48","141","1021","14129",1,31.86247,-106.5473,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,0,0,0,"Certification not required",0,0.019107,0.000916,0.021,"2013-08-20 00:00",0.021,"2013-09-01 00:00",0.02,"2013-06-09 00:00",0.02,"2013-07-03 00:00","","","","",0.021,0.021,0.021,0.02,0.02,0.019,0.018,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","1021","14129",2,31.86247,-106.5473,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",14,23,14,61,0,0,0,0,"Certification not required",0,0.019714,0.001069,0.021,"2013-06-09 00:00",0.021,"2013-08-20 00:00",0.021,"2013-09-01 00:00",0.02,"2013-06-21 00:00","","","","",0.021,0.021,0.021,0.021,0.02,0.02,0.018,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-11-06" +"48","141","1021","42101",1,31.86247,-106.5473,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",4202,48,177,365,0,70,0,0,"Certification not required",4144,0.255307,0.04762,1,"2013-11-18 23:00",1,"2013-11-19 00:00",1,"2013-11-27 09:00",0.9,"2013-11-27 10:00","","","","",0.5,0.25,0.25,0.25,0.25,0.25,0.25,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","1021","42101",1,31.86247,-106.5473,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",4241,48,176,365,0,0,0,0,"Certification not required",0,0.303325,0.028989,0.7,"2013-11-29 03:00",0.7,"2013-11-29 04:00",0.7,"2013-11-29 05:00",0.7,"2013-11-30 08:00",0.7,"2013-11-29 03:00",0.7,"2013-11-30 08:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","1021","61101",1,31.86247,-106.5473,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",873,16,36,222,0,15,"","","Certification not required",0,7.028751,3.632572,21.4,"2013-06-06 21:00",21.4,"2013-06-06 22:00",20.8,"2013-05-25 02:00",19,"2013-06-02 23:00","","","","",17.7,16.8,14.8,12.2,8.9,6.2,3.1,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","1021","61103",1,31.86247,-106.5473,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",873,16,36,222,0,15,"","","Certification not required",0,6.10882,3.735566,20.7,"2013-06-06 22:00",20.6,"2013-06-06 21:00",19.8,"2013-05-25 02:00",18.4,"2013-06-02 23:00","","","","",17.1,15.8,14.1,11.2,8.1,5.3,2.2,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","1021","61104",1,31.86247,-106.5473,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",873,16,36,222,0,15,"","","Certification not required",0,189.423826,108.133967,359.3,"2013-05-24 13:00",358.7,"2013-06-11 18:00",358.2,"2013-06-21 18:00",357.3,"2013-06-24 20:00","","","","",355,351,336.1,311.6,285.9,216.8,45.4,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","1021","61105",1,31.86247,-106.5473,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",873,16,36,222,0,15,"","","Certification not required",0,14.270332,6.731942,39,"2013-06-02 23:00",36,"2013-06-06 21:00",36,"2013-06-06 22:00",35,"2013-06-02 08:00","","","","",33,31,27,23,18,13,6,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","1021","61106",1,31.86247,-106.5473,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",873,16,36,222,0,15,"","","Certification not required",0,30.069301,13.94429,76.1,"2013-05-27 07:00",75.1,"2013-06-24 02:00",74.9,"2013-06-16 21:00",73.8,"2013-06-12 09:00","","","","",68.6,63.3,57.2,50.5,38.4,26.6,15.1,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-09-30" +"48","141","1021","68105",1,31.86247,-106.5473,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",28,64,28,44,0,0,"","","Certification not required",0,26.646429,3.746849,32.2,"2013-06-27 00:00",31.7,"2013-07-09 00:00",31.1,"2013-06-09 00:00",31.1,"2013-06-21 00:00","","","","",32.2,32.2,31.7,31.1,29.4,27.8,20.6,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","1021","68108",1,31.86247,-106.5473,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",28,64,28,44,0,0,"","","Certification not required",0,659.892857,1.931019,663,"2013-05-10 00:00",663,"2013-07-27 00:00",663,"2013-08-26 00:00",662,"2013-07-09 00:00","","","","",663,663,663,663,661,660,658,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-12-18" +"48","141","1021","81102",1,31.86247,-106.5473,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",28,46,28,61,0,0,0,0,"Certification not required",0,23.25,13.748064,58,"2013-07-15 00:00",56,"2013-06-03 00:00",52,"2013-04-16 00:00",49,"2013-06-09 00:00","","","","",58,58,56,52,27,19,12,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-11-14" +"48","141","1021","81102",2,31.86247,-106.5473,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",14,23,14,61,0,0,0,0,"Certification not required",0,23.428571,14.747695,60,"2013-07-15 00:00",50,"2013-06-09 00:00",31,"2013-06-21 00:00",28,"2013-05-04 00:00","","","","",60,60,60,50,28,18,12,"Ojo De Agua","6767 Ojo De Agua","Texas","El Paso","El Paso","El Paso, TX","2013-11-14" +"48","149","0001","88502",3,29.962475,-96.745875,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7925,90,331,365,0,91,"","","Certification not required",0,8.076606,5.487217,58,"2013-10-25 22:00",56.1,"2013-10-25 21:00",55.3,"2013-05-18 12:00",50.3,"2013-11-14 14:00","","","","",28,24,18.9,14.8,10.1,6.8,2.8,"Fayette County","636 Roznov Rd","Texas","Fayette","","","2014-01-29" +"48","149","0001","88502",3,29.962475,-96.745875,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,8.022659,4.300395,28.7,"2013-08-08 00:00",27.5,"2013-08-07 00:00",24.4,"2013-04-16 00:00",24,"2013-05-17 00:00","","","","",24,20.8,16.7,13.7,9.7,6.8,4,"Fayette County","636 Roznov Rd","Texas","Fayette","","","2014-01-29" +"48","167","0004","81102",1,29.384444,-94.930833,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",1,18.716667,12.266935,84,"2013-08-08 00:00",44,"2013-06-21 00:00",39,"2013-10-25 00:00",34,"2013-06-27 00:00","","","","",84,44,39,32,25,15,9,"Texas City Fire Station","2516 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-05" +"48","167","0004","81102",2,29.384444,-94.930833,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",1,18.166667,12.253214,83,"2013-08-08 00:00",46,"2013-06-21 00:00",39,"2013-10-25 00:00",33,"2013-04-16 00:00","","","","",83,46,39,31,24,15,9,"Texas City Fire Station","2516 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-05" +"48","167","0005","42401",1,29.385234,-94.93152,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7946,91,331,365,0,726,0,"","Certification not required",0,2.377946,1.788608,12,"2013-03-13 10:00",11.9,"2013-01-27 04:00",11.4,"2013-08-01 15:00",10.3,"2013-02-03 19:00","","","","",10.3,8.6,5.1,4.1,3,2,0.7,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","0005","42401",1,29.385234,-94.93152,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7946,91,331,365,0,726,"","","Certification not required",0,0.811591,1.021232,12,"2013-03-13 10:00",11.9,"2013-01-27 04:00",11.4,"2013-08-01 15:00",10.3,"2013-02-03 19:00","","","","",4.2,3.6,2.8,2.1,1.2,0.5,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","0005","42401",1,29.385234,-94.93152,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",331,91,331,365,0,0,0,"","Certification not required",0,0.816918,0.693793,5,"2013-02-04 00:00",4.6,"2013-01-27 00:00",2.8,"2013-01-28 00:00",2.8,"2013-04-09 00:00","","","","",2.8,2.7,2.2,1.7,1.1,0.7,0.2,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","0005","42401",1,29.385234,-94.93152,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2574,88,326,365,0,0,"",0,"Certification not required",0,0.789977,0.939776,7.6,"2013-02-04 02:00",7.5,"2013-01-27 08:00",7.5,"2013-12-26 11:00",7.2,"2013-02-04 23:00","","","","",4,3.5,2.6,2,1.1,0.5,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","0005","42402",1,29.385234,-94.93152,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",7762,89,330,365,0,910,"","","Certification not required",4466,0.000487,0.000541,0.0169,"2013-01-11 10:00",0.0074,"2013-12-04 21:00",0.0061,"2013-12-04 22:00",0.0059,"2013-02-04 20:00","","","","",0.0027,0.0019,0.0014,0.001,0.0006,0.0002,0.0002,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","0005","42406",1,29.385234,-94.93152,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7946,91,331,365,0,726,"","","Certification not required",0,1.233828,1.431033,32.5,"2013-08-01 15:00",21.4,"2013-03-13 10:00",18.2,"2013-01-27 04:00",16.1,"2013-02-03 19:00","","","","",5.8,4.9,3.8,2.9,1.7,0.8,0.1,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","0005","43173",1,29.385234,-94.93152,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43202",1,29.385234,-94.93152,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,20.407451,11.575013,54.8,"2013-01-10 00:00",51.84,"2013-03-29 00:00",46.42,"2013-04-10 00:00",41.54,"2013-01-28 00:00","","","","",54.8,51.84,46.42,36.24,24.9,17.1,9.4,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43203",1,29.385234,-94.93152,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,4.692157,4.04066,24.28,"2013-05-04 00:00",15.42,"2013-03-29 00:00",12.72,"2013-04-10 00:00",11.6,"2013-01-10 00:00","","","","",24.28,15.42,12.72,8.68,5.38,3.92,1.7,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43204",1,29.385234,-94.93152,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,15.723529,10.333604,51.87,"2013-01-10 00:00",39.3,"2013-03-29 00:00",38.07,"2013-04-10 00:00",36.66,"2013-01-22 00:00","","","","",51.87,39.3,38.07,29.07,18.72,13.41,5.85,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43205",1,29.385234,-94.93152,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,2.863333,2.270368,12.75,"2013-01-10 00:00",7.8,"2013-03-29 00:00",7.32,"2013-09-01 00:00",7.2,"2013-04-10 00:00","","","","",12.75,7.8,7.32,5.04,3.3,2.31,0.6,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43206",1,29.385234,-94.93152,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",6,1.031373,0.883941,5.34,"2013-10-25 00:00",2.5,"2013-01-16 00:00",2.3,"2013-10-07 00:00",2.2,"2013-02-03 00:00","","","","",5.34,2.5,2.3,1.8,1.42,0.9,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43212",1,29.385234,-94.93152,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,13.160784,17.560418,128.6,"2013-01-28 00:00",28.24,"2013-01-10 00:00",26.68,"2013-01-22 00:00",21.2,"2013-04-10 00:00","","","","",128.6,28.24,26.68,19.08,16.16,8.96,4.68,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43214",1,29.385234,-94.93152,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,6.304314,3.555854,16.28,"2013-01-28 00:00",15.44,"2013-01-22 00:00",14.76,"2013-01-10 00:00",13.76,"2013-02-15 00:00","","","","",16.28,15.44,14.76,10.68,7.8,5.24,2.96,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43216",1,29.385234,-94.93152,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",24,0.306667,0.415878,2.48,"2013-01-28 00:00",1.04,"2013-07-21 00:00",1.04,"2013-09-01 00:00",0.84,"2013-06-27 00:00","","","","",2.48,1.04,1.04,0.72,0.44,0.16,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43217",1,29.385234,-94.93152,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",22,0.232549,0.271624,1.52,"2013-01-28 00:00",0.8,"2013-07-21 00:00",0.76,"2013-09-01 00:00",0.64,"2013-06-27 00:00","","","","",1.52,0.8,0.76,0.52,0.32,0.16,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43218",1,29.385234,-94.93152,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.135686,0.873982,6.24,"2013-04-22 00:00",0.36,"2013-01-10 00:00",0.24,"2013-04-10 00:00",0.08,"2013-09-01 00:00","","","","",6.24,0.36,0.24,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43220",1,29.385234,-94.93152,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,5.120588,3.758872,22,"2013-04-10 00:00",17.75,"2013-01-28 00:00",9.5,"2013-06-27 00:00",9.35,"2013-05-28 00:00","","","","",22,17.75,9.5,8.55,6,4.35,1.75,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43221",1,29.385234,-94.93152,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,9.281373,7.242568,38.95,"2013-04-10 00:00",38.25,"2013-01-28 00:00",17.25,"2013-05-28 00:00",16.35,"2013-02-21 00:00","","","","",38.95,38.25,17.25,15.25,11.8,7.95,3.45,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43224",1,29.385234,-94.93152,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",45,0.103922,0.205631,1.35,"2013-01-28 00:00",0.55,"2013-03-29 00:00",0.55,"2013-04-10 00:00",0.25,"2013-02-21 00:00","","","","",1.35,0.55,0.55,0.15,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43226",1,29.385234,-94.93152,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",25,0.218627,0.457817,3.2,"2013-01-28 00:00",1,"2013-09-13 00:00",0.55,"2013-06-27 00:00",0.4,"2013-04-10 00:00","","","","",3.2,1,0.55,0.35,0.2,0.1,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43227",1,29.385234,-94.93152,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",34,0.109804,0.18842,1.3,"2013-01-28 00:00",0.5,"2013-09-13 00:00",0.35,"2013-07-21 00:00",0.25,"2013-09-25 00:00","","","","",1.3,0.5,0.35,0.15,0.1,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43228",1,29.385234,-94.93152,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",21,0.290196,0.564714,3.95,"2013-01-28 00:00",1.1,"2013-09-13 00:00",0.75,"2013-07-21 00:00",0.6,"2013-06-27 00:00","","","","",3.95,1.1,0.75,0.5,0.35,0.15,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43230",1,29.385234,-94.93152,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.368235,0.793273,4.08,"2013-01-22 00:00",3.36,"2013-01-28 00:00",3,"2013-04-10 00:00",2.64,"2013-09-13 00:00","","","","",4.08,3.36,3,2.34,1.8,1.2,0.54,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43231",1,29.385234,-94.93152,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.803529,1.033493,4.56,"2013-04-10 00:00",4.26,"2013-09-19 00:00",4.2,"2013-01-22 00:00",3.9,"2013-01-28 00:00","","","","",4.56,4.26,4.2,3,2.46,1.74,0.66,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43232",1,29.385234,-94.93152,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,0.946667,0.490195,2.59,"2013-01-22 00:00",1.96,"2013-09-19 00:00",1.82,"2013-01-28 00:00",1.82,"2013-05-22 00:00","","","","",2.59,1.96,1.82,1.75,1.05,0.91,0.42,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43233",1,29.385234,-94.93152,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",4,0.526275,0.443333,2.64,"2013-01-22 00:00",1.44,"2013-05-04 00:00",1.28,"2013-05-22 00:00",1.2,"2013-01-10 00:00","","","","",2.64,1.44,1.28,0.96,0.72,0.4,0.16,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43234",1,29.385234,-94.93152,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43235",1,29.385234,-94.93152,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",30,0.165294,0.207676,1.26,"2013-01-22 00:00",0.63,"2013-10-01 00:00",0.45,"2013-01-28 00:00",0.45,"2013-09-19 00:00","","","","",1.26,0.63,0.45,0.36,0.27,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43238",1,29.385234,-94.93152,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",25,0.132353,0.124829,0.7,"2013-01-22 00:00",0.4,"2013-10-01 00:00",0.3,"2013-02-15 00:00",0.3,"2013-02-21 00:00","","","","",0.7,0.4,0.3,0.3,0.2,0.1,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43242",1,29.385234,-94.93152,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.223529,0.197826,0.8,"2013-04-10 00:00",0.75,"2013-01-28 00:00",0.65,"2013-01-22 00:00",0.6,"2013-06-27 00:00","","","","",0.8,0.75,0.65,0.5,0.3,0.2,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43243",1,29.385234,-94.93152,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",17,0.351961,0.435541,1.85,"2013-07-03 00:00",1.7,"2013-09-13 00:00",1.65,"2013-09-25 00:00",1.15,"2013-06-05 00:00","","","","",1.85,1.7,1.65,0.85,0.45,0.2,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43244",1,29.385234,-94.93152,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",29,0.200196,0.233362,1.02,"2013-01-22 00:00",0.96,"2013-01-28 00:00",0.6,"2013-06-05 00:00",0.54,"2013-03-17 00:00","","","","",1.02,0.96,0.6,0.48,0.3,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43247",1,29.385234,-94.93152,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",18,0.168627,0.121738,0.49,"2013-01-22 00:00",0.49,"2013-09-13 00:00",0.35,"2013-01-28 00:00",0.35,"2013-03-17 00:00","","","","",0.49,0.49,0.35,0.35,0.28,0.14,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43248",1,29.385234,-94.93152,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",17,0.609608,0.578443,2.64,"2013-01-22 00:00",1.86,"2013-01-10 00:00",1.74,"2013-02-15 00:00",1.44,"2013-03-17 00:00","","","","",2.64,1.86,1.74,1.26,0.96,0.48,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43249",1,29.385234,-94.93152,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",5,0.732353,0.462872,2.59,"2013-01-22 00:00",1.75,"2013-03-17 00:00",1.4,"2013-01-28 00:00",1.33,"2013-09-13 00:00","","","","",2.59,1.75,1.4,1.26,0.98,0.7,0.28,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43250",1,29.385234,-94.93152,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.625882,0.458367,2.4,"2013-10-19 00:00",1.76,"2013-01-22 00:00",1.44,"2013-09-13 00:00",1.28,"2013-03-17 00:00","","","","",2.4,1.76,1.44,1.2,0.8,0.56,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43252",1,29.385234,-94.93152,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",18,0.176078,0.127485,0.56,"2013-01-22 00:00",0.48,"2013-10-07 00:00",0.4,"2013-03-17 00:00",0.4,"2013-09-13 00:00","","","","",0.56,0.48,0.4,0.32,0.24,0.16,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43253",1,29.385234,-94.93152,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",16,0.232157,0.211285,1.2,"2013-01-22 00:00",0.8,"2013-03-17 00:00",0.64,"2013-05-04 00:00",0.48,"2013-09-19 00:00","","","","",1.2,0.8,0.64,0.4,0.32,0.24,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43261",1,29.385234,-94.93152,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",6,0.778627,0.633877,3.5,"2013-01-22 00:00",2.73,"2013-03-17 00:00",1.54,"2013-05-22 00:00",1.54,"2013-09-19 00:00","","","","",3.5,2.73,1.54,1.4,0.98,0.63,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43262",1,29.385234,-94.93152,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.816471,0.465235,2.46,"2013-01-22 00:00",1.8,"2013-01-28 00:00",1.74,"2013-09-19 00:00",1.68,"2013-04-10 00:00","","","","",2.46,1.8,1.74,1.5,1.02,0.72,0.3,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43263",1,29.385234,-94.93152,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",25,0.447255,0.484645,1.96,"2013-01-22 00:00",1.61,"2013-03-17 00:00",1.4,"2013-01-28 00:00",1.33,"2013-04-10 00:00","","","","",1.96,1.61,1.4,1.12,0.63,0.35,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43280",1,29.385234,-94.93152,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",12,0.972549,0.752611,3.12,"2013-01-28 00:00",2.72,"2013-03-29 00:00",2.44,"2013-04-10 00:00",2.24,"2013-07-21 00:00","","","","",3.12,2.72,2.44,1.96,1.36,1,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43282",1,29.385234,-94.93152,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",46,0.062745,0.048829,0.35,"2013-01-28 00:00",0.2,"2013-09-13 00:00",0.15,"2013-07-21 00:00",0.1,"2013-02-27 00:00","","","","",0.35,0.2,0.15,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43283",1,29.385234,-94.93152,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.057843,0.049369,0.4,"2013-01-28 00:00",0.1,"2013-06-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.4,0.1,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43284",1,29.385234,-94.93152,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",24,0.288235,0.296707,1.26,"2013-01-28 00:00",1.2,"2013-01-22 00:00",0.84,"2013-04-10 00:00",0.66,"2013-03-17 00:00","","","","",1.26,1.2,0.84,0.66,0.48,0.24,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43285",1,29.385234,-94.93152,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",2,2.016078,1.226701,5.82,"2013-01-22 00:00",5.28,"2013-01-28 00:00",5.1,"2013-04-10 00:00",3.54,"2013-01-10 00:00","","","","",5.82,5.28,5.1,3.48,2.58,1.8,0.84,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43289",1,29.385234,-94.93152,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.057451,0.04431,0.36,"2013-01-28 00:00",0.12,"2013-09-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.12,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43290",1,29.385234,-94.93152,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",50,0.052549,0.018204,0.18,"2013-01-28 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43291",1,29.385234,-94.93152,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",36,0.176667,0.2462,1.12,"2013-01-22 00:00",0.98,"2013-03-17 00:00",0.63,"2013-09-13 00:00",0.63,"2013-09-19 00:00","","","","",1.12,0.98,0.63,0.49,0.21,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43331",1,29.385234,-94.93152,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43801",1,29.385234,-94.93152,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.702549,0.090991,0.9,"2013-11-18 00:00",0.87,"2013-05-10 00:00",0.85,"2013-08-02 00:00",0.83,"2013-05-04 00:00","","","","",0.9,0.87,0.85,0.8,0.78,0.7,0.57,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43802",1,29.385234,-94.93152,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.062941,0.033304,0.2,"2013-10-07 00:00",0.12,"2013-09-25 00:00",0.1,"2013-02-15 00:00",0.1,"2013-05-04 00:00","","","","",0.2,0.12,0.1,0.09,0.08,0.07,0.04,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43803",1,29.385234,-94.93152,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.020392,0.013559,0.05,"2013-05-04 00:00",0.05,"2013-09-25 00:00",0.04,"2013-02-03 00:00",0.04,"2013-10-07 00:00","","","","",0.05,0.05,0.04,0.03,0.03,0.02,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43804",1,29.385234,-94.93152,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.090784,0.027338,0.17,"2013-05-04 00:00",0.13,"2013-05-22 00:00",0.11,"2013-01-16 00:00",0.11,"2013-02-03 00:00","","","","",0.17,0.13,0.11,0.11,0.1,0.09,0.08,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43811",1,29.385234,-94.93152,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.238431,0.017363,0.28,"2013-01-04 00:00",0.28,"2013-05-04 00:00",0.27,"2013-01-16 00:00",0.27,"2013-02-03 00:00","","","","",0.28,0.28,0.27,0.26,0.25,0.24,0.21,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43813",1,29.385234,-94.93152,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43814",1,29.385234,-94.93152,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.011373,0.01709,0.1,"2013-10-25 00:00",0.04,"2013-01-22 00:00",0.04,"2013-02-15 00:00",0.02,"2013-01-04 00:00","","","","",0.1,0.04,0.04,0.02,0.02,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43815",1,29.385234,-94.93152,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.020784,0.028555,0.12,"2013-02-27 00:00",0.08,"2013-01-10 00:00",0.08,"2013-10-25 00:00",0.06,"2013-02-03 00:00","","","","",0.12,0.08,0.08,0.06,0.04,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43817",1,29.385234,-94.93152,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.011765,0.01276,0.04,"2013-01-10 00:00",0.04,"2013-01-22 00:00",0.04,"2013-02-15 00:00",0.04,"2013-09-25 00:00","","","","",0.04,0.04,0.04,0.02,0.02,0.02,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43818",1,29.385234,-94.93152,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000784,0.003921,0.02,"2013-05-04 00:00",0.02,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43819",1,29.385234,-94.93152,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.00098,0.003608,0.02,"2013-05-04 00:00",0.01,"2013-01-10 00:00",0.01,"2013-02-15 00:00",0.01,"2013-10-25 00:00","","","","",0.02,0.01,0.01,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43820",1,29.385234,-94.93152,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43823",1,29.385234,-94.93152,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.524902,0.045798,0.61,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.59,"2013-02-27 00:00",0.58,"2013-02-03 00:00","","","","",0.61,0.6,0.59,0.57,0.55,0.53,0.44,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43824",1,29.385234,-94.93152,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.004314,0.010818,0.06,"2013-08-08 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-27 00:00","","","","",0.06,0.02,0.02,0.02,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43826",1,29.385234,-94.93152,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.004314,0.016644,0.08,"2013-01-10 00:00",0.08,"2013-06-15 00:00",0.04,"2013-02-27 00:00",0.02,"2013-09-01 00:00","","","","",0.08,0.08,0.04,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43829",1,29.385234,-94.93152,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.002353,0.010117,0.06,"2013-03-23 00:00",0.03,"2013-02-03 00:00",0.03,"2013-11-12 00:00",0,"2013-01-04 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43830",1,29.385234,-94.93152,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.007647,0.018824,0.09,"2013-05-22 00:00",0.06,"2013-05-04 00:00",0.06,"2013-07-15 00:00",0.03,"2013-01-22 00:00","","","","",0.09,0.06,0.06,0.03,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43831",1,29.385234,-94.93152,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000588,0.004201,0.03,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43843",1,29.385234,-94.93152,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000392,0.002801,0.02,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43860",1,29.385234,-94.93152,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.003922,0.028006,0.2,"2013-10-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0,0,0,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43954",1,29.385234,-94.93152,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",23,0.141176,0.149005,0.77,"2013-01-22 00:00",0.55,"2013-01-10 00:00",0.44,"2013-02-09 00:00",0.44,"2013-02-15 00:00","","","","",0.77,0.55,0.44,0.33,0.11,0.11,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","43960",1,29.385234,-94.93152,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",10,0.342353,0.305664,1.76,"2013-01-22 00:00",1.12,"2013-03-17 00:00",0.88,"2013-05-22 00:00",0.72,"2013-05-04 00:00","","","","",1.76,1.12,0.88,0.64,0.4,0.32,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45109",1,29.385234,-94.93152,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.039216,2.183714,13.92,"2013-06-05 00:00",5.92,"2013-03-17 00:00",5.28,"2013-05-22 00:00",4.88,"2013-01-22 00:00","","","","",13.92,5.92,5.28,4.16,2.24,1.36,0.56,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45201",1,29.385234,-94.93152,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.095294,0.850972,4.32,"2013-01-22 00:00",3.72,"2013-01-28 00:00",3.6,"2013-10-25 00:00",3.36,"2013-03-05 00:00","","","","",4.32,3.72,3.6,3.12,2.7,2.04,1.14,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45202",1,29.385234,-94.93152,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.152157,1.014671,4.76,"2013-01-22 00:00",4.76,"2013-05-04 00:00",3.99,"2013-10-31 00:00",3.57,"2013-02-27 00:00","","","","",4.76,4.76,3.99,3.5,2.8,1.96,1.19,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45203",1,29.385234,-94.93152,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.592941,0.570906,2.24,"2013-03-17 00:00",2.16,"2013-10-01 00:00",2,"2013-01-22 00:00",1.52,"2013-07-21 00:00","","","","",2.24,2.16,2,1.36,0.88,0.4,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45204",1,29.385234,-94.93152,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.484706,0.380791,2.08,"2013-06-05 00:00",1.36,"2013-05-22 00:00",1.2,"2013-01-22 00:00",1.12,"2013-03-17 00:00","","","","",2.08,1.36,1.2,0.88,0.64,0.4,0.16,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45207",1,29.385234,-94.93152,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45208",1,29.385234,-94.93152,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",36,0.109412,0.10629,0.45,"2013-03-05 00:00",0.45,"2013-09-25 00:00",0.36,"2013-10-31 00:00",0.27,"2013-02-21 00:00","","","","",0.45,0.45,0.36,0.27,0.18,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45209",1,29.385234,-94.93152,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.055098,0.025485,0.18,"2013-03-05 00:00",0.18,"2013-03-17 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45210",1,29.385234,-94.93152,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.014118,0.037639,0.18,"2013-05-04 00:00",0.09,"2013-03-05 00:00",0.09,"2013-03-29 00:00",0.09,"2013-05-10 00:00","","","","",0.18,0.09,0.09,0.09,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45211",1,29.385234,-94.93152,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",50,0.052549,0.018204,0.18,"2013-03-05 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45212",1,29.385234,-94.93152,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",33,0.122353,0.121369,0.63,"2013-01-22 00:00",0.45,"2013-01-10 00:00",0.36,"2013-03-05 00:00",0.27,"2013-05-22 00:00","","","","",0.63,0.45,0.36,0.27,0.18,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45213",1,29.385234,-94.93152,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",47,0.061961,0.042849,0.27,"2013-01-22 00:00",0.18,"2013-02-27 00:00",0.18,"2013-03-05 00:00",0.18,"2013-10-01 00:00","","","","",0.27,0.18,0.18,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45218",1,29.385234,-94.93152,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",44,0.070588,0.081961,0.6,"2013-01-22 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-09 00:00",0.1,"2013-01-28 00:00","","","","",0.6,0.2,0.2,0.1,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45219",1,29.385234,-94.93152,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",38,0.076471,0.0744,0.5,"2013-01-22 00:00",0.3,"2013-01-10 00:00",0.2,"2013-02-15 00:00",0.1,"2013-02-03 00:00","","","","",0.5,0.3,0.2,0.1,0.1,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45220",1,29.385234,-94.93152,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.095686,0.242134,1.68,"2013-11-18 00:00",0.4,"2013-01-10 00:00",0.24,"2013-02-21 00:00",0.24,"2013-03-29 00:00","","","","",1.68,0.4,0.24,0.16,0.08,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45225",1,29.385234,-94.93152,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",50,0.052549,0.018204,0.18,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","45801",1,29.385234,-94.93152,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.015294,0.037649,0.18,"2013-05-04 00:00",0.12,"2013-02-15 00:00",0.12,"2013-10-07 00:00",0.06,"2013-01-28 00:00","","","","",0.18,0.12,0.12,0.06,0,0,0,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","167","0005","61101",1,29.385234,-94.93152,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7191,82,298,365,0,17,"","","Certification not required",0,7.033431,2.89886,17.3,"2013-02-21 06:00",17.2,"2013-01-09 05:00",17.2,"2013-02-25 17:00",17.2,"2013-04-09 15:00","","","","",14.4,13.3,11.9,10.8,8.9,7.1,3.1,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","0005","61103",1,29.385234,-94.93152,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7191,82,298,365,0,17,"","","Certification not required",0,6.582687,2.899355,16.9,"2013-02-21 06:00",16.7,"2013-01-09 05:00",16.7,"2013-02-25 17:00",16.7,"2013-04-09 15:00","","","","",14,12.8,11.5,10.3,8.5,6.6,2.6,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","0005","61104",1,29.385234,-94.93152,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7191,82,298,365,0,17,"","","Certification not required",0,153.972521,89.136354,360,"2013-01-02 13:00",360,"2013-02-15 20:00",359.9,"2013-01-15 11:00",359.9,"2013-02-15 07:00","","","","",356,351.5,337.2,301.4,180.8,157.3,38.1,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","0005","61105",1,29.385234,-94.93152,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7191,82,298,365,0,17,"","","Certification not required",0,14.06077,5.314981,37,"2013-06-06 19:00",36,"2013-01-30 11:00",36,"2013-03-04 12:00",35,"2013-02-25 21:00","","","","",28,26,23,21,17,14,7,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","0005","61106",1,29.385234,-94.93152,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7191,82,298,365,0,17,"","","Certification not required",0,20.89288,9.156771,78.9,"2013-10-27 06:00",78.4,"2013-02-27 06:00",77,"2013-04-14 04:00",76.9,"2013-09-29 12:00","","","","",60.6,53.4,39.1,29.6,23.1,18.6,13.2,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","0005","62101",1,29.385234,-94.93152,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7191,82,298,365,0,17,"","","Certification not required",0,73.07857,11.781392,97,"2013-06-29 13:00",95,"2013-06-29 12:00",95,"2013-06-30 13:00",95,"2013-06-30 16:00","","","","",90,89,88,86,83,76,56,"Texas City Ball Park","2516 1/2 Texas Avenue","Texas","Galveston","Texas City","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","42601",1,29.254474,-94.861289,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7937,91,333,365,0,822,"","","Certification not required",0,0.381366,1.97728,66.7,"2013-12-17 08:00",64.9,"2013-12-18 08:00",49.6,"2013-12-16 08:00",41.5,"2013-01-21 08:00","","","","",5.7,3.3,1.7,0.8,0.3,0.1,-0.1,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","42602",1,29.254474,-94.861289,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7937,91,333,365,0,822,0,"","Certification not required",0,9.091592,8.603841,43.2,"2013-10-25 03:00",40.1,"2013-12-28 20:00",38.1,"2013-12-17 09:00",35.5,"2013-12-18 08:00","","","","",35.5,32.2,28.1,22.3,12.6,6.5,1.2,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","42602",1,29.254474,-94.861289,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7937,91,333,365,0,822,"","","Certification not required",0,3.342951,4.328525,43.2,"2013-10-25 03:00",41.1,"2013-10-25 04:00",40.1,"2013-12-28 20:00",38.1,"2013-12-17 09:00","","","","",21.9,17.2,11.9,8.1,4,1.8,0.4,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","42603",1,29.254474,-94.861289,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7968,91,335,365,0,791,"","","Certification not required",0,3.753865,5.513257,100.1,"2013-12-17 08:00",99.5,"2013-12-18 08:00",76.9,"2013-12-16 08:00",74.4,"2013-12-17 09:00","","","","",26.2,19.6,13.1,8.8,4.3,2,0.4,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","43102",1,29.254474,-94.861289,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,82.878333,25.279001,142.74,"2013-01-22 00:00",127.19,"2013-02-03 00:00",115.26,"2013-02-15 00:00",104.78,"2013-02-09 00:00","","","","",142.74,142.74,127.19,115.26,102.48,83.13,51.36,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43173",1,29.254474,-94.861289,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43202",1,29.254474,-94.861289,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,11.8875,7.241885,32.56,"2013-01-22 00:00",23.32,"2013-02-03 00:00",20.2,"2013-01-04 00:00",19,"2013-02-27 00:00","","","","",32.56,32.56,23.32,20.2,16.02,8.9,5.02,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43203",1,29.254474,-94.861289,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",5,1.40375,1.2896,4.44,"2013-01-16 00:00",4.1,"2013-04-28 00:00",2.94,"2013-02-03 00:00",2.92,"2013-02-27 00:00","","","","",4.44,4.44,4.1,2.94,2.2,1.42,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43204",1,29.254474,-94.861289,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,9.55375,6.630257,28.56,"2013-01-22 00:00",21.6,"2013-01-04 00:00",18.33,"2013-02-03 00:00",15.69,"2013-02-27 00:00","","","","",28.56,28.56,21.6,18.33,13.2,7.26,3.24,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43205",1,29.254474,-94.861289,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",14,0.544167,0.664915,1.83,"2013-02-27 00:00",1.74,"2013-04-10 00:00",1.62,"2013-02-03 00:00",1.59,"2013-03-11 00:00","","","","",1.83,1.83,1.74,1.62,1.26,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43206",1,29.254474,-94.861289,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",8,0.504167,0.446084,1.26,"2013-01-16 00:00",1.2,"2013-02-27 00:00",1.14,"2013-02-03 00:00",1.1,"2013-01-22 00:00","","","","",1.26,1.26,1.2,1.14,1,0.36,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43212",1,29.254474,-94.861289,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,5.871667,3.677276,16.68,"2013-01-22 00:00",11.16,"2013-01-04 00:00",9.72,"2013-02-03 00:00",9.08,"2013-03-17 00:00","","","","",16.68,16.68,11.16,9.72,7.92,5.92,1.48,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43214",1,29.254474,-94.861289,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,2.93,2.014564,9.76,"2013-01-22 00:00",5.52,"2013-02-03 00:00",5.24,"2013-01-04 00:00",4.84,"2013-02-27 00:00","","","","",9.76,9.76,5.52,5.24,3.64,2.6,0.92,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43216",1,29.254474,-94.861289,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43217",1,29.254474,-94.861289,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43218",1,29.254474,-94.861289,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.006667,0.03266,0.16,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.16,0.16,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43220",1,29.254474,-94.861289,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",1,1.514583,0.962501,3.65,"2013-04-16 00:00",3.45,"2013-01-22 00:00",2.75,"2013-03-17 00:00",2.45,"2013-05-22 00:00","","","","",3.65,3.65,3.45,2.75,2.15,1.65,0.35,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43221",1,29.254474,-94.861289,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",1,2.289583,1.48624,5.35,"2013-01-22 00:00",5,"2013-04-16 00:00",4.85,"2013-02-03 00:00",3.45,"2013-01-04 00:00","","","","",5.35,5.35,5,4.85,3.1,2.5,0.4,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43224",1,29.254474,-94.861289,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43226",1,29.254474,-94.861289,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43227",1,29.254474,-94.861289,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43228",1,29.254474,-94.861289,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43230",1,29.254474,-94.861289,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",10,0.280833,0.232434,0.72,"2013-01-22 00:00",0.66,"2013-02-03 00:00",0.6,"2013-04-16 00:00",0.54,"2013-01-04 00:00","","","","",0.72,0.72,0.66,0.6,0.48,0.24,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43231",1,29.254474,-94.861289,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.4925,0.448294,1.68,"2013-03-05 00:00",1.14,"2013-01-22 00:00",0.96,"2013-04-16 00:00",0.9,"2013-01-04 00:00","","","","",1.68,1.68,1.14,0.96,0.78,0.6,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43232",1,29.254474,-94.861289,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",5,0.293333,0.16129,0.56,"2013-01-22 00:00",0.56,"2013-02-27 00:00",0.49,"2013-03-05 00:00",0.42,"2013-01-16 00:00","","","","",0.56,0.56,0.56,0.49,0.42,0.35,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43233",1,29.254474,-94.861289,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",11,0.202917,0.187164,0.72,"2013-02-27 00:00",0.56,"2013-03-05 00:00",0.4,"2013-01-04 00:00",0.4,"2013-01-16 00:00","","","","",0.72,0.72,0.56,0.4,0.32,0.16,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43234",1,29.254474,-94.861289,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43235",1,29.254474,-94.861289,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.055417,0.026536,0.18,"2013-02-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43238",1,29.254474,-94.861289,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",22,0.058333,0.031851,0.2,"2013-02-03 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43242",1,29.254474,-94.861289,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",20,0.0625,0.030396,0.15,"2013-01-04 00:00",0.15,"2013-02-03 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-11 00:00","","","","",0.15,0.15,0.15,0.1,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43243",1,29.254474,-94.861289,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",20,0.0875,0.104518,0.5,"2013-05-22 00:00",0.3,"2013-05-28 00:00",0.15,"2013-03-23 00:00",0.15,"2013-04-10 00:00","","","","",0.5,0.5,0.3,0.15,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43244",1,29.254474,-94.861289,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",22,0.058333,0.029587,0.18,"2013-02-27 00:00",0.12,"2013-04-04 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.12,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43247",1,29.254474,-94.861289,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43248",1,29.254474,-94.861289,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",18,0.1325,0.181066,0.66,"2013-01-22 00:00",0.6,"2013-03-29 00:00",0.48,"2013-01-16 00:00",0.24,"2013-02-15 00:00","","","","",0.66,0.66,0.6,0.48,0.12,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43249",1,29.254474,-94.861289,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",12,0.170833,0.143888,0.42,"2013-01-22 00:00",0.42,"2013-02-27 00:00",0.42,"2013-03-29 00:00",0.35,"2013-01-16 00:00","","","","",0.42,0.42,0.42,0.42,0.35,0.14,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43250",1,29.254474,-94.861289,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.136667,0.24457,0.96,"2013-02-03 00:00",0.64,"2013-01-22 00:00",0.4,"2013-02-15 00:00",0.4,"2013-02-27 00:00","","","","",0.96,0.96,0.64,0.4,0.24,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43252",1,29.254474,-94.861289,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",20,0.078333,0.070382,0.32,"2013-02-03 00:00",0.24,"2013-01-22 00:00",0.16,"2013-02-15 00:00",0.16,"2013-02-27 00:00","","","","",0.32,0.32,0.24,0.16,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43253",1,29.254474,-94.861289,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",18,0.090833,0.094497,0.48,"2013-02-27 00:00",0.16,"2013-01-16 00:00",0.16,"2013-02-09 00:00",0.16,"2013-02-15 00:00","","","","",0.48,0.48,0.16,0.16,0.16,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43261",1,29.254474,-94.861289,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",7,0.207083,0.147072,0.56,"2013-01-22 00:00",0.42,"2013-02-03 00:00",0.42,"2013-02-27 00:00",0.35,"2013-01-04 00:00","","","","",0.56,0.56,0.42,0.42,0.35,0.21,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43262",1,29.254474,-94.861289,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",6,0.205,0.145363,0.6,"2013-01-22 00:00",0.42,"2013-01-04 00:00",0.42,"2013-02-03 00:00",0.36,"2013-01-16 00:00","","","","",0.6,0.6,0.42,0.42,0.3,0.18,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43263",1,29.254474,-94.861289,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.077083,0.132681,0.7,"2013-03-29 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.7,0.7,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43280",1,29.254474,-94.861289,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",19,0.15625,0.229855,0.92,"2013-02-15 00:00",0.6,"2013-05-22 00:00",0.44,"2013-01-22 00:00",0.44,"2013-03-23 00:00","","","","",0.92,0.92,0.6,0.44,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43282",1,29.254474,-94.861289,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43283",1,29.254474,-94.861289,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43284",1,29.254474,-94.861289,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",22,0.065833,0.056485,0.3,"2013-01-22 00:00",0.18,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00","","","","",0.3,0.3,0.18,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43285",1,29.254474,-94.861289,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",7,0.399583,0.298802,1.14,"2013-01-22 00:00",0.78,"2013-01-04 00:00",0.72,"2013-01-16 00:00",0.72,"2013-02-27 00:00","","","","",1.14,1.14,0.78,0.72,0.6,0.48,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43289",1,29.254474,-94.861289,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43290",1,29.254474,-94.861289,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43291",1,29.254474,-94.861289,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.05375,0.018371,0.14,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.14,0.14,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43331",1,29.254474,-94.861289,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43801",1,29.254474,-94.861289,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.65375,0.066123,0.79,"2013-05-10 00:00",0.78,"2013-05-22 00:00",0.74,"2013-04-28 00:00",0.73,"2013-02-15 00:00","","","","",0.79,0.79,0.78,0.74,0.7,0.65,0.59,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43802",1,29.254474,-94.861289,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.067917,0.012504,0.1,"2013-02-15 00:00",0.08,"2013-03-05 00:00",0.08,"2013-03-11 00:00",0.08,"2013-04-04 00:00","","","","",0.1,0.1,0.08,0.08,0.07,0.07,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43803",1,29.254474,-94.861289,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.012083,0.00833,0.02,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43804",1,29.254474,-94.861289,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.097917,0.014738,0.14,"2013-04-28 00:00",0.12,"2013-03-29 00:00",0.12,"2013-05-10 00:00",0.11,"2013-01-28 00:00","","","","",0.14,0.14,0.12,0.12,0.11,0.1,0.08,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43811",1,29.254474,-94.861289,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",1,0.234167,0.040851,0.27,"2013-01-28 00:00",0.27,"2013-02-21 00:00",0.26,"2013-02-09 00:00",0.25,"2013-02-03 00:00","","","","",0.27,0.27,0.27,0.26,0.25,0.24,0.23,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43813",1,29.254474,-94.861289,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43814",1,29.254474,-94.861289,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.011667,0.013077,0.04,"2013-02-03 00:00",0.04,"2013-02-15 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.04,0.02,0.02,0.02,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43815",1,29.254474,-94.861289,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.020833,0.023941,0.06,"2013-02-03 00:00",0.06,"2013-02-09 00:00",0.06,"2013-04-04 00:00",0.04,"2013-02-15 00:00","","","","",0.06,0.06,0.06,0.06,0.04,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43817",1,29.254474,-94.861289,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.009167,0.01018,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43818",1,29.254474,-94.861289,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43819",1,29.254474,-94.861289,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.0025,0.005316,0.02,"2013-04-04 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-27 00:00",0.01,"2013-03-05 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43820",1,29.254474,-94.861289,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43823",1,29.254474,-94.861289,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.541667,0.02761,0.6,"2013-01-28 00:00",0.58,"2013-02-21 00:00",0.58,"2013-04-22 00:00",0.57,"2013-01-04 00:00","","","","",0.6,0.6,0.58,0.58,0.56,0.54,0.51,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43824",1,29.254474,-94.861289,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.001667,0.005647,0.02,"2013-01-16 00:00",0.02,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43826",1,29.254474,-94.861289,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43829",1,29.254474,-94.861289,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.005,0.014446,0.06,"2013-01-22 00:00",0.03,"2013-03-11 00:00",0.03,"2013-03-17 00:00",0,"2013-01-04 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43830",1,29.254474,-94.861289,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.0025,0.00847,0.03,"2013-01-16 00:00",0.03,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43831",1,29.254474,-94.861289,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43843",1,29.254474,-94.861289,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43860",1,29.254474,-94.861289,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43954",1,29.254474,-94.861289,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",21,0.062083,0.037646,0.22,"2013-02-09 00:00",0.11,"2013-01-22 00:00",0.11,"2013-02-03 00:00",0.05,"2013-01-04 00:00","","","","",0.22,0.22,0.11,0.11,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","43960",1,29.254474,-94.861289,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",19,0.072917,0.045634,0.16,"2013-01-04 00:00",0.16,"2013-01-16 00:00",0.16,"2013-01-22 00:00",0.16,"2013-02-03 00:00","","","","",0.16,0.16,0.16,0.16,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","44201",1,29.254474,-94.861289,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8495,97,353,365,0,264,0,0,"Requested but not yet concurred",122,0.03987,0.014162,0.085,"2013-10-23 15:00",0.079,"2013-07-03 13:00",0.076,"2013-08-17 19:00",0.075,"2013-05-07 22:00","","","","",0.075,0.067,0.063,0.058,0.05,0.04,0.02,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","44201",1,29.254474,-94.861289,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8540,96,351,365,0,0,0,0,"Requested but not yet concurred",0,0.036023,0.013248,0.074,"2013-10-23 13:00",0.067,"2013-07-04 11:00",0.065,"2013-09-25 14:00",0.064,"2013-05-07 16:00","","","","",0.064,0.062,0.057,0.054,0.046,0.036,0.018,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","44201",1,29.254474,-94.861289,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8540,96,351,365,0,0,0,0,"Requested but not yet concurred",0,0.036023,0.013248,0.074,"2013-10-23 13:00",0.067,"2013-07-04 11:00",0.065,"2013-09-25 14:00",0.064,"2013-05-07 16:00","","","","",0.064,0.062,0.057,0.054,0.046,0.036,0.018,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","45109",1,29.254474,-94.861289,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.273333,0.242786,0.72,"2013-01-22 00:00",0.72,"2013-02-15 00:00",0.64,"2013-01-16 00:00",0.64,"2013-02-27 00:00","","","","",0.72,0.72,0.72,0.64,0.48,0.24,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45201",1,29.254474,-94.861289,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,1.0125,0.668205,2.7,"2013-01-22 00:00",1.86,"2013-02-03 00:00",1.68,"2013-03-11 00:00",1.62,"2013-02-27 00:00","","","","",2.7,2.7,1.86,1.68,1.38,1.14,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45202",1,29.254474,-94.861289,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.877917,0.591446,2.59,"2013-03-29 00:00",1.68,"2013-02-27 00:00",1.4,"2013-01-16 00:00",1.33,"2013-01-22 00:00","","","","",2.59,2.59,1.68,1.4,1.33,0.91,0.28,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45203",1,29.254474,-94.861289,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.05,0.090794,0.32,"2013-01-22 00:00",0.24,"2013-02-03 00:00",0.16,"2013-01-04 00:00",0.16,"2013-03-11 00:00","","","","",0.32,0.32,0.24,0.16,0.08,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45204",1,29.254474,-94.861289,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.076667,0.079928,0.24,"2013-01-22 00:00",0.24,"2013-02-15 00:00",0.16,"2013-01-04 00:00",0.16,"2013-02-03 00:00","","","","",0.24,0.24,0.24,0.16,0.16,0.08,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45207",1,29.254474,-94.861289,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45208",1,29.254474,-94.861289,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.055417,0.026536,0.18,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45209",1,29.254474,-94.861289,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45210",1,29.254474,-94.861289,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45211",1,29.254474,-94.861289,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45212",1,29.254474,-94.861289,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45213",1,29.254474,-94.861289,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45218",1,29.254474,-94.861289,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.052083,0.010206,0.1,"2013-03-05 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45219",1,29.254474,-94.861289,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.052083,0.010206,0.1,"2013-03-05 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45220",1,29.254474,-94.861289,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.006667,0.022586,0.08,"2013-02-03 00:00",0.08,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0.08,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45225",1,29.254474,-94.861289,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","45801",1,29.254474,-94.861289,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.0125,0.049978,0.24,"2013-02-15 00:00",0.06,"2013-02-21 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.24,0.24,0.06,0,0,0,0,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","167","1034","61101",1,29.254474,-94.861289,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7289,83,304,365,0,6,"","","Certification not required",0,9.563191,3.789331,25.8,"2013-04-19 05:00",25.5,"2013-04-18 22:00",25.4,"2013-04-18 21:00",24.6,"2013-02-20 09:00","","","","",20.2,18.5,16.2,14.3,11.9,9.4,4.8,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","61103",1,29.254474,-94.861289,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7289,83,304,365,0,6,"","","Certification not required",0,9.326835,3.760224,24.5,"2013-02-20 09:00",24.3,"2013-02-25 18:00",24.1,"2013-01-30 10:00",24.1,"2013-02-06 18:00","","","","",19.6,18.2,15.8,14,11.7,9.2,4.6,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","61104",1,29.254474,-94.861289,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,6,"","","Certification not required",0,148.719673,82.619744,360,"2013-10-07 13:00",359.9,"2013-04-19 16:00",359.8,"2013-03-24 22:00",359.7,"2013-01-15 10:00","","","","",356.9,353.4,335.1,276.9,183.9,143.2,35.8,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","61105",1,29.254474,-94.861289,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7289,83,304,365,0,6,"","","Certification not required",0,14.67252,5.666177,43,"2013-04-19 05:00",42,"2013-06-02 07:00",41,"2013-01-30 12:00",40,"2013-04-18 23:00","","","","",31,29,25,22,18,14,8,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","61106",1,29.254474,-94.861289,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,6,"","","Certification not required",0,12.016504,7.23643,79,"2013-06-08 07:00",74.3,"2013-08-20 16:00",73.3,"2013-02-10 14:00",72.6,"2013-09-08 09:00","","","","",45.8,34.3,23.8,19.1,12.8,9.9,7.1,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","62101",1,29.254474,-94.861289,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,6,"","","Certification not required",0,72.633283,11.793054,96,"2013-06-30 12:00",95,"2013-06-30 14:00",94,"2013-06-30 09:00",93,"2013-06-30 11:00","","","","",90,89,88,86,83,75,56,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","62103",1,29.254474,-94.861289,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,6,"","","Certification not required",0,63.744821,12.877246,79,"2013-01-12 23:00",78,"2013-01-12 22:00",78,"2013-01-13 00:00",78,"2013-06-14 06:00","","","","",77,77,76,75,74,68,44,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","62201",1,29.254474,-94.861289,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7289,83,304,365,0,6,"","","Certification not required",0,75.226643,14.392051,98,"2013-01-26 05:00",98,"2013-01-26 06:00",98,"2013-01-26 07:00",98,"2013-01-26 08:00","","","","",97,97,95,93,86,77,57,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","63301",1,29.254474,-94.861289,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7290,83,304,365,0,5,"","","Certification not required",3507,0.283773,0.39645,1.43,"2013-07-16 11:00",1.39,"2013-08-11 13:00",1.38,"2013-06-30 12:00",1.37,"2013-07-12 13:00","","","","",1.3,1.26,1.15,0.98,0.51,0.02,0.005,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","167","1034","68103",1,29.254474,-94.861289,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",201,100,50,51,0,0,"","","Certification not required",0,21.043284,5.955784,27.3,"2013-08-13 00:00",27.1,"2013-09-02 00:00",27,"2013-08-04 00:00",27,"2013-08-07 00:00","","","","",27,26.9,26.6,26.3,25.4,23.3,11.4,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","68104",1,29.254474,-94.861289,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",201,100,50,51,0,0,"","","Certification not required",0,28.086567,5.178066,36,"2013-06-30 00:00",34.2,"2013-07-13 00:00",33.9,"2013-08-14 00:00",33.7,"2013-08-29 00:00","","","","",33.9,33.6,33.1,32.5,31.7,30.6,21.5,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","68105",1,29.254474,-94.861289,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",201,100,50,51,0,0,"","","Certification not required",0,24.393035,5.218788,29.5,"2013-06-30 00:00",29.4,"2013-08-09 00:00",29.3,"2013-08-13 00:00",29.1,"2013-08-04 00:00","","","","",29.3,29.1,28.9,28.6,28.2,26.8,17,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","68106",1,29.254474,-94.861289,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",201,100,50,51,0,0,"","","Certification not required",0,753.646766,5.433194,767,"2013-12-12 00:00",766,"2013-12-24 00:00",764,"2013-11-24 00:00",764,"2013-11-30 00:00","","","","",764,763,760,759,757,756,745,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","68107",1,29.254474,-94.861289,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",201,100,50,51,0,0,"","","Certification not required",0,758.278607,5.438933,774,"2013-12-24 00:00",773,"2013-11-12 00:00",773,"2013-12-12 00:00",771,"2013-03-05 00:00","","","","",773,770,765,763,762,760,750,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","68108",1,29.254474,-94.861289,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",201,100,50,51,0,0,"","","Certification not required",0,756.004975,5.390267,770,"2013-12-12 00:00",770,"2013-12-24 00:00",768,"2013-11-12 00:00",767,"2013-11-24 00:00","","","","",768,767,762,761,759,758,747,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","88101",1,29.254474,-94.861289,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",201,82,50,61,0,3,0,0,"Requested but not yet concurred",0,8.434826,4.06246,27.1,"2013-08-08 00:00",23.5,"2013-08-07 00:00",19.2,"2013-07-28 00:00",18.5,"2013-07-24 00:00","","","","",27.1,27.1,19.2,18.5,15.5,13.4,11.4,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","88101",1,29.254474,-94.861289,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",201,82,50,61,0,3,"","","Requested but not yet concurred",0,8.434826,4.06246,27.1,"2013-08-08 00:00",23.5,"2013-08-07 00:00",19.2,"2013-07-28 00:00",18.5,"2013-07-24 00:00","","","","",27.1,27.1,19.2,18.5,15.5,13.4,11.4,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","167","1034","88502",3,29.254474,-94.861289,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7922,90,325,365,0,837,"","","Certification not required",0,7.118165,4.343352,72.8,"2013-10-25 07:00",42,"2013-08-25 00:00",41.2,"2013-12-13 05:00",41.2,"2013-12-25 06:00","","","","",21.3,18.7,15.3,12.5,9.1,6.3,2.7,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","167","1034","88502",3,29.254474,-94.861289,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,"","","Certification not required",0,7.057231,3.343566,25.1,"2013-08-08 00:00",20.9,"2013-08-07 00:00",19.1,"2013-06-11 00:00",18.4,"2013-06-20 00:00","","","","",18.4,16.4,13.3,11.9,8.4,6.4,3.6,"Galveston 99th Street","9511 Avenue V 1/2","Texas","Galveston","Galveston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","183","0001","42401",3,32.378682,-94.711811,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8515,97,358,365,0,227,1,"","Certification not required",0,7.313128,11.902775,84.4,"2013-09-15 10:00",67.6,"2013-11-03 10:00",66.2,"2013-12-24 11:00",64.7,"2013-06-04 07:00","","","","",64.7,53,29.9,18.8,6.8,3,0.9,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42401",3,32.378682,-94.711811,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8515,97,358,365,0,227,"","","Certification not required",0,1.817639,3.910204,84.4,"2013-09-15 10:00",67.6,"2013-11-03 10:00",66.2,"2013-12-24 11:00",64.7,"2013-06-04 07:00","","","","",18.4,11.6,4.9,3.3,1.9,1,0.1,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42401",3,32.378682,-94.711811,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,1.818994,1.840709,12.9,"2013-04-01 00:00",12,"2013-03-08 00:00",9.9,"2013-08-21 00:00",9.5,"2013-09-15 00:00","","","","",9.5,8.5,5.1,3.9,2.4,1.3,0.3,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42401",3,32.378682,-94.711811,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2777,95,350,365,0,0,"",0,"Certification not required",0,1.803421,3.388414,58.2,"2013-09-15 11:00",47.1,"2013-11-03 11:00",44.2,"2013-11-29 14:00",37.2,"2013-06-04 08:00","","","","",17.5,11.2,5.3,3.4,2,1,0.1,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42406",3,32.378682,-94.711811,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8515,97,358,365,0,227,"","","Certification not required",0,2.77475,6.608377,147.1,"2013-11-03 09:00",102.1,"2013-03-08 11:00",100.7,"2013-09-15 10:00",98.6,"2013-11-03 10:00","","","","",35.6,22.1,7.3,4.2,2.6,1.5,0.2,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42601",1,32.378682,-94.711811,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8531,97,357,365,0,211,"","","Certification not required",0,0.384351,1.79432,37.4,"2013-01-07 08:00",30.4,"2013-12-11 08:00",29.6,"2013-10-17 21:00",25.8,"2013-11-08 08:00","","","","",9,5.3,2.1,0.9,0.2,0,-0.3,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42602",1,32.378682,-94.711811,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8531,97,357,365,0,211,0,"","Certification not required",0,10.636975,5.464254,32.3,"2013-03-12 08:00",28.2,"2013-09-02 23:00",27,"2013-10-07 22:00",25.7,"2013-12-26 20:00","","","","",25.7,23.1,20.8,17.6,14.1,9.9,4.2,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42602",1,32.378682,-94.711811,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8531,97,357,365,0,211,"","","Certification not required",0,4.676908,3.654399,32.3,"2013-03-12 08:00",28.2,"2013-09-02 23:00",27.4,"2013-09-02 22:00",27,"2013-10-07 22:00","","","","",17,15.1,12.2,9.7,6.2,3.6,1.3,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","42603",1,32.378682,-94.711811,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8531,97,357,365,0,211,"","","Certification not required",0,5.093061,4.74191,53.6,"2013-01-07 08:00",46.7,"2013-10-17 21:00",44.3,"2013-12-11 08:00",44,"2013-03-12 08:00","","","","",23.5,19.4,14,10.8,6.6,3.6,1.1,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","43173",1,32.378682,-94.711811,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43202",1,32.378682,-94.711811,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,24.678182,13.526636,63.06,"2013-02-27 00:00",55.4,"2013-02-03 00:00",52.04,"2013-11-12 00:00",50.4,"2013-11-30 00:00","","","","",63.06,55.4,52.04,45.28,31.32,20.74,10.68,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43203",1,32.378682,-94.711811,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,1.769818,1.324256,7.58,"2013-11-12 00:00",4.36,"2013-07-27 00:00",4.16,"2013-03-23 00:00",3.92,"2013-07-03 00:00","","","","",7.58,4.36,4.16,3.64,2.14,1.36,0.62,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43204",1,32.378682,-94.711811,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,16.714909,12.038685,54.6,"2013-11-12 00:00",50.28,"2013-02-03 00:00",49.59,"2013-02-27 00:00",45.96,"2013-10-07 00:00","","","","",54.6,50.28,49.59,30.51,23.55,12.63,6.09,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43205",1,32.378682,-94.711811,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",24,0.906,1.372039,6.33,"2013-07-27 00:00",5.52,"2013-11-18 00:00",4.59,"2013-11-12 00:00",3.39,"2013-11-24 00:00","","","","",6.33,5.52,4.59,2.28,1.11,0.36,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43206",1,32.378682,-94.711811,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",18,0.501455,0.43418,1.46,"2013-11-12 00:00",1.28,"2013-02-03 00:00",1.24,"2013-02-15 00:00",1.24,"2013-11-30 00:00","","","","",1.46,1.28,1.24,1.18,0.88,0.38,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43212",1,32.378682,-94.711811,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,10.239273,10.692778,68.56,"2013-11-12 00:00",32.68,"2013-02-03 00:00",30.16,"2013-10-07 00:00",27.92,"2013-02-27 00:00","","","","",68.56,32.68,30.16,19.64,13.92,7.04,2.84,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43214",1,32.378682,-94.711811,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,5.709091,4.335128,25.48,"2013-11-12 00:00",15.24,"2013-02-03 00:00",14.64,"2013-10-07 00:00",14.52,"2013-02-27 00:00","","","","",25.48,15.24,14.64,11.6,7.32,4.28,2.24,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43216",1,32.378682,-94.711811,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.056364,0.047194,0.4,"2013-11-12 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.4,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43217",1,32.378682,-94.711811,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.053455,0.02562,0.24,"2013-11-12 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.24,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43218",1,32.378682,-94.711811,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.008727,0.045989,0.28,"2013-11-12 00:00",0.2,"2013-10-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.28,0.2,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43220",1,32.378682,-94.711811,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,3.151818,2.902361,17.5,"2013-11-12 00:00",10.8,"2013-10-07 00:00",9.15,"2013-02-03 00:00",7.35,"2013-07-03 00:00","","","","",17.5,10.8,9.15,5.8,3.65,2.25,1.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43221",1,32.378682,-94.711811,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,4.84,4.459493,27.1,"2013-11-12 00:00",15,"2013-10-07 00:00",14.25,"2013-02-03 00:00",12,"2013-02-27 00:00","","","","",27.1,15,14.25,8.95,6,3.6,1.3,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43224",1,32.378682,-94.711811,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43226",1,32.378682,-94.711811,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.058182,0.060678,0.5,"2013-11-12 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.5,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43227",1,32.378682,-94.711811,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.052727,0.020226,0.2,"2013-11-12 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43228",1,32.378682,-94.711811,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.062727,0.08778,0.7,"2013-11-12 00:00",0.1,"2013-10-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.7,0.1,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43230",1,32.378682,-94.711811,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,0.851636,0.659983,3.24,"2013-10-07 00:00",3.12,"2013-11-12 00:00",2.22,"2013-02-03 00:00",2.16,"2013-07-03 00:00","","","","",3.24,3.12,2.22,1.62,1.08,0.72,0.24,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43231",1,32.378682,-94.711811,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.388727,1.134162,5.58,"2013-10-07 00:00",5.16,"2013-11-12 00:00",3.72,"2013-02-03 00:00",3.42,"2013-07-03 00:00","","","","",5.58,5.16,3.72,2.82,1.68,1.14,0.36,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43232",1,32.378682,-94.711811,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,0.900727,0.640355,3.57,"2013-10-07 00:00",2.52,"2013-07-03 00:00",1.96,"2013-02-03 00:00",1.96,"2013-04-28 00:00","","","","",3.57,2.52,1.96,1.89,1.05,0.7,0.28,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43233",1,32.378682,-94.711811,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,0.485455,0.372235,2.24,"2013-04-28 00:00",1.28,"2013-10-07 00:00",1.2,"2013-01-22 00:00",1.2,"2013-07-03 00:00","","","","",2.24,1.28,1.2,0.72,0.64,0.48,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43234",1,32.378682,-94.711811,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43235",1,32.378682,-94.711811,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.151091,0.144487,0.63,"2013-10-07 00:00",0.45,"2013-07-03 00:00",0.45,"2013-09-13 00:00",0.45,"2013-11-12 00:00","","","","",0.63,0.45,0.45,0.36,0.27,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43238",1,32.378682,-94.711811,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.093636,0.073317,0.4,"2013-04-28 00:00",0.3,"2013-09-13 00:00",0.2,"2013-02-15 00:00",0.2,"2013-06-03 00:00","","","","",0.4,0.3,0.2,0.2,0.1,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43242",1,32.378682,-94.711811,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",35,0.140909,0.174295,0.85,"2013-11-12 00:00",0.75,"2013-10-07 00:00",0.5,"2013-02-03 00:00",0.4,"2013-02-27 00:00","","","","",0.85,0.75,0.5,0.4,0.2,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43243",1,32.378682,-94.711811,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",22,2.437273,3.838019,21.65,"2013-06-27 00:00",10.15,"2013-08-02 00:00",9.8,"2013-08-08 00:00",9.5,"2013-07-09 00:00","","","","",21.65,10.15,9.8,7.3,3.6,0.45,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43244",1,32.378682,-94.711811,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",27,0.208909,0.198827,0.78,"2013-10-07 00:00",0.66,"2013-07-03 00:00",0.66,"2013-11-12 00:00",0.6,"2013-02-03 00:00","","","","",0.78,0.66,0.66,0.48,0.3,0.12,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43247",1,32.378682,-94.711811,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",28,0.142545,0.131378,0.7,"2013-10-07 00:00",0.49,"2013-11-12 00:00",0.42,"2013-07-03 00:00",0.35,"2013-02-03 00:00","","","","",0.7,0.49,0.42,0.28,0.21,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43248",1,32.378682,-94.711811,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",25,0.406727,0.474412,2.34,"2013-10-07 00:00",1.56,"2013-11-12 00:00",1.32,"2013-05-04 00:00",1.26,"2013-07-03 00:00","","","","",2.34,1.56,1.32,0.96,0.66,0.24,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43249",1,32.378682,-94.711811,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",7,0.638909,0.520241,3.01,"2013-10-07 00:00",1.82,"2013-07-03 00:00",1.47,"2013-11-12 00:00",1.4,"2013-02-03 00:00","","","","",3.01,1.82,1.47,1.26,0.84,0.49,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43250",1,32.378682,-94.711811,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.241455,0.337482,1.44,"2013-04-28 00:00",1.12,"2013-10-07 00:00",0.96,"2013-01-04 00:00",0.96,"2013-01-16 00:00","","","","",1.44,1.12,0.96,0.8,0.4,0.08,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43252",1,32.378682,-94.711811,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",37,0.125273,0.147106,0.88,"2013-04-28 00:00",0.48,"2013-05-04 00:00",0.4,"2013-10-07 00:00",0.32,"2013-01-04 00:00","","","","",0.88,0.48,0.4,0.32,0.16,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43253",1,32.378682,-94.711811,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",16,0.215273,0.154726,0.72,"2013-07-03 00:00",0.72,"2013-10-07 00:00",0.48,"2013-05-04 00:00",0.48,"2013-05-22 00:00","","","","",0.72,0.72,0.48,0.4,0.32,0.24,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43261",1,32.378682,-94.711811,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,0.68,0.536232,2.66,"2013-10-07 00:00",1.89,"2013-07-03 00:00",1.68,"2013-02-27 00:00",1.68,"2013-11-12 00:00","","","","",2.66,1.89,1.68,1.61,0.84,0.56,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43262",1,32.378682,-94.711811,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",4,0.550182,0.559118,2.82,"2013-10-07 00:00",2.64,"2013-11-12 00:00",1.56,"2013-02-03 00:00",1.5,"2013-07-03 00:00","","","","",2.82,2.64,1.56,1.2,0.6,0.36,0.12,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43263",1,32.378682,-94.711811,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",28,0.526909,0.630863,2.73,"2013-10-07 00:00",2.24,"2013-07-03 00:00",1.68,"2013-11-12 00:00",1.61,"2013-02-03 00:00","","","","",2.73,2.24,1.68,1.33,0.91,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43280",1,32.378682,-94.711811,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",40,0.195636,0.381181,1.96,"2013-11-30 00:00",1.76,"2013-08-26 00:00",1.12,"2013-11-12 00:00",0.68,"2013-06-15 00:00","","","","",1.96,1.76,1.12,0.52,0.16,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43282",1,32.378682,-94.711811,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43283",1,32.378682,-94.711811,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43284",1,32.378682,-94.711811,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",35,0.184545,0.234093,1.02,"2013-10-07 00:00",1.02,"2013-11-12 00:00",0.78,"2013-07-03 00:00",0.54,"2013-06-03 00:00","","","","",1.02,1.02,0.78,0.48,0.3,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43285",1,32.378682,-94.711811,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,1.334727,1.064073,5.28,"2013-11-12 00:00",4.74,"2013-10-07 00:00",3.66,"2013-07-03 00:00",3.48,"2013-02-03 00:00","","","","",5.28,4.74,3.66,2.58,1.68,1.08,0.24,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43289",1,32.378682,-94.711811,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43290",1,32.378682,-94.711811,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43291",1,32.378682,-94.711811,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.096727,0.143515,0.7,"2013-11-12 00:00",0.63,"2013-04-28 00:00",0.49,"2013-06-03 00:00",0.42,"2013-11-30 00:00","","","","",0.7,0.63,0.49,0.28,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43331",1,32.378682,-94.711811,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43801",1,32.378682,-94.711811,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.645273,0.09053,0.92,"2013-10-13 00:00",0.86,"2013-05-10 00:00",0.85,"2013-04-28 00:00",0.78,"2013-05-22 00:00","","","","",0.92,0.86,0.85,0.77,0.7,0.63,0.54,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43802",1,32.378682,-94.711811,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.063273,0.020097,0.12,"2013-02-21 00:00",0.11,"2013-11-06 00:00",0.1,"2013-10-13 00:00",0.1,"2013-11-12 00:00","","","","",0.12,0.11,0.1,0.08,0.07,0.06,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43803",1,32.378682,-94.711811,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.012182,0.010662,0.05,"2013-10-13 00:00",0.03,"2013-09-13 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00","","","","",0.05,0.03,0.02,0.02,0.02,0.01,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43804",1,32.378682,-94.711811,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.089818,0.028835,0.15,"2013-05-22 00:00",0.14,"2013-04-28 00:00",0.13,"2013-05-28 00:00",0.11,"2013-01-16 00:00","","","","",0.15,0.14,0.13,0.11,0.1,0.1,0.08,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43811",1,32.378682,-94.711811,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,0.236727,0.030249,0.28,"2013-01-04 00:00",0.28,"2013-01-16 00:00",0.27,"2013-01-28 00:00",0.27,"2013-05-04 00:00","","","","",0.28,0.28,0.27,0.26,0.25,0.24,0.22,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43813",1,32.378682,-94.711811,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43814",1,32.378682,-94.711811,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.007273,0.00971,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43815",1,32.378682,-94.711811,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.014909,0.021847,0.06,"2013-01-04 00:00",0.06,"2013-01-28 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-21 00:00","","","","",0.06,0.06,0.06,0.06,0.04,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43817",1,32.378682,-94.711811,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.005455,0.008989,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43818",1,32.378682,-94.711811,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43819",1,32.378682,-94.711811,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.003273,0.013885,0.1,"2013-10-13 00:00",0.02,"2013-03-23 00:00",0.01,"2013-04-16 00:00",0.01,"2013-07-03 00:00","","","","",0.1,0.02,0.01,0.01,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43820",1,32.378682,-94.711811,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43823",1,32.378682,-94.711811,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.530182,0.040847,0.64,"2013-01-04 00:00",0.61,"2013-01-16 00:00",0.61,"2013-01-28 00:00",0.59,"2013-02-27 00:00","","","","",0.64,0.61,0.61,0.57,0.55,0.53,0.49,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43824",1,32.378682,-94.711811,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000727,0.003778,0.02,"2013-02-21 00:00",0.02,"2013-10-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43826",1,32.378682,-94.711811,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43829",1,32.378682,-94.711811,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.005455,0.02892,0.21,"2013-01-28 00:00",0.03,"2013-02-03 00:00",0.03,"2013-07-21 00:00",0.03,"2013-11-12 00:00","","","","",0.21,0.03,0.03,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43830",1,32.378682,-94.711811,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001091,0.005668,0.03,"2013-01-22 00:00",0.03,"2013-03-17 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43831",1,32.378682,-94.711811,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001091,0.005668,0.03,"2013-05-22 00:00",0.03,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43843",1,32.378682,-94.711811,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43860",1,32.378682,-94.711811,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43954",1,32.378682,-94.711811,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",38,0.068545,0.027983,0.11,"2013-01-04 00:00",0.11,"2013-02-03 00:00",0.11,"2013-02-15 00:00",0.11,"2013-02-27 00:00","","","","",0.11,0.11,0.11,0.11,0.11,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","43960",1,32.378682,-94.711811,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",16,0.269091,0.223369,1.04,"2013-04-28 00:00",0.96,"2013-10-07 00:00",0.88,"2013-07-03 00:00",0.56,"2013-01-22 00:00","","","","",1.04,0.96,0.88,0.48,0.4,0.24,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","44201",2,32.378682,-94.711811,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8654,99,243,245,0,88,0,0,"Requested but not yet concurred",446,0.049975,0.013915,0.098,"2013-06-15 13:00",0.093,"2013-11-11 14:00",0.087,"2013-09-06 13:00",0.083,"2013-09-03 11:00","","","","",0.087,0.083,0.075,0.069,0.059,0.051,0.04,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","44201",2,32.378682,-94.711811,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8707,99,243,245,0,0,0,0,"Requested but not yet concurred",0,0.044432,0.012453,0.079,"2013-06-15 09:00",0.079,"2013-09-06 10:00",0.078,"2013-09-03 11:00",0.071,"2013-07-13 09:00","","","","",0.078,0.07,0.065,0.06,0.054,0.046,0.035,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","44201",2,32.378682,-94.711811,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8707,99,243,245,0,0,3,3,"Requested but not yet concurred",0,0.044432,0.012453,0.079,"2013-06-15 09:00",0.079,"2013-09-06 10:00",0.078,"2013-09-03 11:00",0.071,"2013-07-13 09:00","","","","",0.078,0.07,0.065,0.06,0.054,0.046,0.035,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-01-14" +"48","183","0001","45109",1,32.378682,-94.711811,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.634182,0.425235,1.92,"2013-10-07 00:00",1.6,"2013-07-03 00:00",1.44,"2013-09-13 00:00",1.44,"2013-11-12 00:00","","","","",1.92,1.6,1.44,1.28,0.8,0.56,0.16,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45201",1,32.378682,-94.711811,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.541818,1.248539,6.18,"2013-10-07 00:00",5.82,"2013-07-03 00:00",5.04,"2013-02-03 00:00",4.98,"2013-11-12 00:00","","","","",6.18,5.82,5.04,4.26,3.3,2.34,1.26,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45202",1,32.378682,-94.711811,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.901455,1.007013,4.76,"2013-07-03 00:00",4.62,"2013-10-07 00:00",4.34,"2013-04-28 00:00",3.57,"2013-05-04 00:00","","","","",4.76,4.62,4.34,3.29,2.52,1.68,0.77,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45203",1,32.378682,-94.711811,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.130909,0.142247,0.48,"2013-09-13 00:00",0.48,"2013-11-12 00:00",0.4,"2013-02-03 00:00",0.4,"2013-02-27 00:00","","","","",0.48,0.48,0.4,0.32,0.24,0.16,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45204",1,32.378682,-94.711811,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.161455,0.128343,0.56,"2013-10-07 00:00",0.48,"2013-11-12 00:00",0.4,"2013-07-03 00:00",0.4,"2013-09-13 00:00","","","","",0.56,0.48,0.4,0.32,0.24,0.16,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45207",1,32.378682,-94.711811,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45208",1,32.378682,-94.711811,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.069818,0.054382,0.27,"2013-10-19 00:00",0.27,"2013-11-12 00:00",0.18,"2013-02-03 00:00",0.18,"2013-02-15 00:00","","","","",0.27,0.27,0.18,0.18,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45209",1,32.378682,-94.711811,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45210",1,32.378682,-94.711811,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45211",1,32.378682,-94.711811,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45212",1,32.378682,-94.711811,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.054727,0.024559,0.18,"2013-02-03 00:00",0.18,"2013-04-28 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45213",1,32.378682,-94.711811,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45218",1,32.378682,-94.711811,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.050909,0.006742,0.1,"2013-03-17 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45219",1,32.378682,-94.711811,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.052727,0.011459,0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-06-21 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45220",1,32.378682,-94.711811,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.072727,0.078915,0.4,"2013-10-07 00:00",0.24,"2013-09-13 00:00",0.24,"2013-10-19 00:00",0.16,"2013-05-10 00:00","","","","",0.4,0.24,0.24,0.16,0.08,0.08,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45225",1,32.378682,-94.711811,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","45801",1,32.378682,-94.711811,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002182,0.016181,0.12,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.12,0,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-19" +"48","183","0001","61101",1,32.378682,-94.711811,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7261,83,301,365,0,17,"","","Certification not required",0,4.761589,2.776829,20.6,"2013-08-10 16:00",19.3,"2013-01-30 11:00",19.1,"2013-03-24 08:00",18.3,"2013-01-30 12:00","","","","",14.1,11.9,9.8,8.3,6.3,4.3,1.6,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","61103",1,32.378682,-94.711811,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7261,83,301,365,0,17,"","","Certification not required",0,4.331387,2.720041,18.9,"2013-01-30 11:00",18.8,"2013-03-24 08:00",17.9,"2013-01-30 12:00",17.6,"2013-02-25 15:00","","","","",13.4,11.4,9.3,7.8,5.8,3.9,1.3,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","61104",1,32.378682,-94.711811,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7261,83,301,365,0,17,"","","Certification not required",0,171.119777,87.629843,360,"2013-06-02 03:00",360,"2013-06-02 07:00",359.7,"2013-01-03 10:00",359.6,"2013-01-03 17:00","","","","",353.7,349.2,335.3,313,213.4,164.6,61.1,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","61105",1,32.378682,-94.711811,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7261,83,301,365,0,17,"","","Certification not required",0,10.213056,5.504236,45,"2013-03-31 09:00",42,"2013-03-10 05:00",41,"2013-08-10 16:00",39,"2013-05-21 16:00","","","","",27,24,20,17,14,9,4,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","61106",1,32.378682,-94.711811,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7261,83,301,365,0,17,"","","Certification not required",0,24.723537,11.935234,79.2,"2013-05-13 02:00",78.2,"2013-06-08 04:00",77.8,"2013-06-05 07:00",76.8,"2013-09-17 02:00","","","","",67.2,61.4,50.8,41.4,28.4,21.5,13.6,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","62101",1,32.378682,-94.711811,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7273,83,302,365,0,5,"","","Certification not required",0,68.349787,15.796066,101,"2013-06-28 15:00",101,"2013-06-28 16:00",100,"2013-06-28 14:00",100,"2013-08-10 14:00","","","","",97,95,92,88,80,71,45,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","63301",1,32.378682,-94.711811,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7275,83,302,365,0,3,"","","Certification not required",3473,0.282937,0.393897,1.4,"2013-04-29 12:00",1.4,"2013-05-04 12:00",1.4,"2013-05-05 12:00",1.4,"2013-07-25 12:00","","","","",1.32,1.25,1.12,0.97,0.52,0.02,0.005,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","183","0001","65102",1,32.378682,-94.711811,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",7274,83,302,365,0,4,"","","Certification not required",0,0.005621,0.052735,1.73,"2013-02-10 05:00",1.32,"2013-09-20 12:00",1.21,"2013-08-10 16:00",1.1,"2013-10-31 00:00","","","","",0.14,0.05,0,0,0,0,0,"Longview","Gregg Co Airport near Longview","Texas","Gregg","","Longview, TX","2014-02-03" +"48","201","0024","42101",1,29.901037,-95.326125,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8477,97,356,365,0,283,0,0,"Certification not required",8060,0.278424,0.146709,3.9,"2013-03-14 07:00",2.7,"2013-12-16 07:00",2.6,"2013-12-16 08:00",2.1,"2013-12-18 07:00","","","","",1,0.8,0.25,0.25,0.25,0.25,0.25,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42101",1,29.901037,-95.326125,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8518,97,351,365,0,0,0,0,"Certification not required",0,0.323034,0.105591,1.6,"2013-12-16 08:00",1.6,"2013-12-16 09:00",1.6,"2013-12-16 10:00",1.5,"2013-12-16 11:00",1.6,"2013-12-16 08:00",1.5,"2013-12-29 04:00",0.9,0.7,0.4,0.3,0.3,0.3,0.3,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42600",2,29.901037,-95.326125,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7719,88,328,365,0,1041,"","","Certification not required",0,14.820832,20.863098,254.9,"2013-12-16 07:00",251.2,"2013-12-17 08:00",247.9,"2013-12-16 08:00",246.4,"2013-12-17 07:00","","","","",114.8,84.5,48.9,31.1,15.4,8.3,3.3,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42601",1,29.901037,-95.326125,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8541,98,362,365,0,219,"","","Certification not required",0,4.075963,14.209912,258.3,"2013-12-16 08:00",255.1,"2013-12-16 07:00",242.5,"2013-12-18 08:00",225.7,"2013-12-17 08:00","","","","",76.6,50.7,19.2,7.4,1.6,0.5,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42601",2,29.901037,-95.326125,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7979,91,342,365,0,781,"","","Certification not required",0,4.733363,15.922308,251,"2013-12-16 07:00",239.6,"2013-12-16 08:00",235.6,"2013-12-18 07:00",231.8,"2013-12-17 07:00","","","","",85.5,57.2,23.8,9,1.9,0.6,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42602",1,29.901037,-95.326125,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8540,97,362,365,0,220,0,"","Certification not required",0,19.831492,10.503966,55.4,"2013-02-14 20:00",49.4,"2013-12-16 20:00",48.9,"2013-12-17 09:00",48.6,"2013-01-21 20:00","","","","",48.6,45.1,38.7,35,26.9,18,8.2,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42602",1,29.901037,-95.326125,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8540,97,362,365,0,220,"","","Certification not required",0,8.454637,7.913977,55.4,"2013-02-14 20:00",54.5,"2013-02-14 19:00",49.4,"2013-12-16 20:00",49.3,"2013-12-16 10:00","","","","",35.8,31.5,25.7,19.6,11.3,5.9,1.4,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","42603",1,29.901037,-95.326125,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8541,98,362,365,0,219,"","","Certification not required",0,12.619951,19.231479,298.7,"2013-12-16 08:00",279.9,"2013-12-16 07:00",275.5,"2013-12-18 08:00",267.1,"2013-12-17 08:00","","","","",101.8,74.6,43.8,27.7,13.4,6.8,1.7,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","43102",2,29.901037,-95.326125,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,127.8168,64.845751,319.64,"2013-01-22 00:00",235.45,"2013-02-27 00:00",217.11,"2013-01-10 00:00",200.41,"2013-05-04 00:00","","","","",319.64,319.64,235.45,217.11,154.23,106.13,64.65,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43173",1,29.901037,-95.326125,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43202",1,29.901037,-95.326125,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,19.4,12.243168,54.32,"2013-01-22 00:00",52.26,"2013-01-10 00:00",30.84,"2013-02-27 00:00",29.14,"2013-05-04 00:00","","","","",54.32,54.32,52.26,30.84,21.96,17.32,8.2,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43203",1,29.901037,-95.326125,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,4.0736,3.545841,19.08,"2013-01-22 00:00",6.5,"2013-05-04 00:00",6.36,"2013-02-15 00:00",6.32,"2013-02-27 00:00","","","","",19.08,19.08,6.5,6.36,4.88,3.42,1.38,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43204",1,29.901037,-95.326125,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,17.4456,12.369508,53.61,"2013-01-10 00:00",45.3,"2013-01-22 00:00",31.71,"2013-05-04 00:00",29.49,"2013-02-27 00:00","","","","",53.61,53.61,45.3,31.71,22.26,16.8,5.04,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43205",1,29.901037,-95.326125,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",1,2.2352,1.675448,7.2,"2013-01-22 00:00",6.36,"2013-04-22 00:00",4.08,"2013-05-04 00:00",3.15,"2013-02-15 00:00","","","","",7.2,7.2,6.36,4.08,2.76,2.1,0.45,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43206",1,29.901037,-95.326125,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,1.5184,0.854711,3.62,"2013-01-22 00:00",3,"2013-05-04 00:00",2.98,"2013-02-27 00:00",2.8,"2013-02-15 00:00","","","","",3.62,3.62,3,2.98,1.92,1.2,0.62,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43212",1,29.901037,-95.326125,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,11.8896,9.923294,45.52,"2013-01-22 00:00",29.44,"2013-01-10 00:00",27.2,"2013-02-27 00:00",22.84,"2013-02-15 00:00","","","","",45.52,45.52,29.44,27.2,12.96,9.2,4.44,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43214",1,29.901037,-95.326125,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,5.1216,3.646413,17.48,"2013-01-22 00:00",12.56,"2013-01-10 00:00",8.08,"2013-04-22 00:00",8,"2013-02-27 00:00","","","","",17.48,17.48,12.56,8.08,5.76,5.12,1.76,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43216",1,29.901037,-95.326125,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43217",1,29.901037,-95.326125,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",20,0.0848,0.08037,0.32,"2013-01-22 00:00",0.32,"2013-02-27 00:00",0.2,"2013-05-04 00:00",0.16,"2013-02-21 00:00","","","","",0.32,0.32,0.32,0.2,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43218",1,29.901037,-95.326125,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.1216,0.213066,0.68,"2013-01-22 00:00",0.68,"2013-02-15 00:00",0.44,"2013-05-04 00:00",0.36,"2013-04-22 00:00","","","","",0.68,0.68,0.68,0.44,0.2,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43220",1,29.901037,-95.326125,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,3.032,2.000567,9.75,"2013-01-22 00:00",6,"2013-01-10 00:00",6,"2013-02-27 00:00",4.8,"2013-04-28 00:00","","","","",9.75,9.75,6,6,3.75,2.5,1,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43221",1,29.901037,-95.326125,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,6.738,4.658422,21.65,"2013-01-22 00:00",14.55,"2013-02-27 00:00",11.2,"2013-01-10 00:00",10.6,"2013-04-28 00:00","","","","",21.65,21.65,14.55,11.2,8.9,5.55,2.15,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43224",1,29.901037,-95.326125,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.082,0.111692,0.5,"2013-02-27 00:00",0.4,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.5,0.5,0.4,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43226",1,29.901037,-95.326125,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",19,0.12,0.167083,0.65,"2013-02-27 00:00",0.55,"2013-01-22 00:00",0.45,"2013-05-04 00:00",0.15,"2013-03-23 00:00","","","","",0.65,0.65,0.55,0.45,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43227",1,29.901037,-95.326125,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.07,0.069222,0.3,"2013-01-22 00:00",0.3,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.3,0.3,0.3,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43228",1,29.901037,-95.326125,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",20,0.102,0.157771,0.75,"2013-02-27 00:00",0.45,"2013-01-22 00:00",0.15,"2013-03-23 00:00",0.1,"2013-01-16 00:00","","","","",0.75,0.75,0.45,0.15,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43230",1,29.901037,-95.326125,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",1,0.8924,0.614731,2.82,"2013-01-22 00:00",2.1,"2013-02-27 00:00",1.5,"2013-02-15 00:00",1.44,"2013-05-04 00:00","","","","",2.82,2.82,2.1,1.5,1.08,0.66,0.3,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43231",1,29.901037,-95.326125,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,1.0944,0.80074,3.66,"2013-01-22 00:00",2.7,"2013-02-27 00:00",1.86,"2013-01-10 00:00",1.62,"2013-05-10 00:00","","","","",3.66,3.66,2.7,1.86,1.44,0.9,0.42,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43232",1,29.901037,-95.326125,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.6328,0.372866,1.47,"2013-02-27 00:00",1.47,"2013-05-10 00:00",1.4,"2013-01-22 00:00",0.91,"2013-01-10 00:00","","","","",1.47,1.47,1.47,1.4,0.84,0.49,0.35,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43233",1,29.901037,-95.326125,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",5,0.3684,0.373025,1.44,"2013-02-27 00:00",1.12,"2013-05-10 00:00",1.04,"2013-04-28 00:00",0.96,"2013-01-22 00:00","","","","",1.44,1.44,1.12,1.04,0.4,0.24,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43234",1,29.901037,-95.326125,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43235",1,29.901037,-95.326125,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",17,0.1348,0.175407,0.72,"2013-02-27 00:00",0.63,"2013-01-22 00:00",0.27,"2013-05-04 00:00",0.18,"2013-01-10 00:00","","","","",0.72,0.72,0.63,0.27,0.18,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43238",1,29.901037,-95.326125,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",15,0.094,0.080777,0.4,"2013-05-04 00:00",0.2,"2013-01-10 00:00",0.2,"2013-04-22 00:00",0.2,"2013-05-22 00:00","","","","",0.4,0.4,0.2,0.2,0.1,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43242",1,29.901037,-95.326125,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",13,0.152,0.157109,0.6,"2013-01-22 00:00",0.6,"2013-02-27 00:00",0.3,"2013-04-22 00:00",0.25,"2013-01-10 00:00","","","","",0.6,0.6,0.6,0.3,0.2,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43243",1,29.901037,-95.326125,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",14,0.204,0.256141,1,"2013-05-10 00:00",0.85,"2013-05-22 00:00",0.5,"2013-05-16 00:00",0.4,"2013-05-04 00:00","","","","",1,1,0.85,0.5,0.3,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43244",1,29.901037,-95.326125,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",15,0.1548,0.180003,0.72,"2013-01-22 00:00",0.6,"2013-02-27 00:00",0.36,"2013-02-15 00:00",0.3,"2013-01-10 00:00","","","","",0.72,0.72,0.6,0.36,0.18,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43247",1,29.901037,-95.326125,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",13,0.1296,0.108761,0.42,"2013-01-22 00:00",0.35,"2013-02-27 00:00",0.35,"2013-05-04 00:00",0.21,"2013-01-10 00:00","","","","",0.42,0.42,0.35,0.35,0.14,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43248",1,29.901037,-95.326125,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",11,0.4876,0.554604,1.8,"2013-02-27 00:00",1.74,"2013-05-10 00:00",1.38,"2013-01-22 00:00",1.2,"2013-04-28 00:00","","","","",1.8,1.8,1.74,1.38,0.72,0.24,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43249",1,29.901037,-95.326125,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",1,0.59,0.387245,1.54,"2013-02-27 00:00",1.47,"2013-01-22 00:00",1.19,"2013-05-04 00:00",0.98,"2013-05-10 00:00","","","","",1.54,1.54,1.47,1.19,0.77,0.42,0.21,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43250",1,29.901037,-95.326125,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.7904,0.671841,2.56,"2013-05-04 00:00",2.16,"2013-01-22 00:00",2.08,"2013-02-27 00:00",1.36,"2013-04-28 00:00","","","","",2.56,2.56,2.16,2.08,0.96,0.48,0.16,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43252",1,29.901037,-95.326125,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",9,0.274,0.255212,0.8,"2013-01-22 00:00",0.8,"2013-02-27 00:00",0.72,"2013-05-04 00:00",0.64,"2013-04-28 00:00","","","","",0.8,0.8,0.8,0.72,0.32,0.16,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43253",1,29.901037,-95.326125,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",11,0.166,0.161374,0.72,"2013-02-27 00:00",0.48,"2013-01-22 00:00",0.4,"2013-02-15 00:00",0.24,"2013-03-23 00:00","","","","",0.72,0.72,0.48,0.4,0.16,0.16,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43261",1,29.901037,-95.326125,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",2,0.5668,0.506176,2.24,"2013-05-10 00:00",1.75,"2013-02-27 00:00",1.19,"2013-01-22 00:00",0.84,"2013-01-10 00:00","","","","",2.24,2.24,1.75,1.19,0.63,0.35,0.28,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43262",1,29.901037,-95.326125,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.5832,0.371693,1.62,"2013-01-22 00:00",1.5,"2013-02-27 00:00",1.02,"2013-05-10 00:00",0.96,"2013-02-15 00:00","","","","",1.62,1.62,1.5,1.02,0.72,0.42,0.24,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43263",1,29.901037,-95.326125,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",18,0.2796,0.441177,1.47,"2013-01-22 00:00",1.47,"2013-05-04 00:00",0.84,"2013-02-15 00:00",0.84,"2013-04-22 00:00","","","","",1.47,1.47,1.47,0.84,0.28,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43280",1,29.901037,-95.326125,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",12,0.5136,0.594369,1.84,"2013-01-22 00:00",1.84,"2013-02-27 00:00",1.52,"2013-05-04 00:00",1.28,"2013-04-22 00:00","","","","",1.84,1.84,1.84,1.52,0.92,0.12,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43282",1,29.901037,-95.326125,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",22,0.064,0.042131,0.2,"2013-01-22 00:00",0.2,"2013-02-27 00:00",0.1,"2013-05-04 00:00",0.05,"2013-01-04 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43283",1,29.901037,-95.326125,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",22,0.058,0.023629,0.15,"2013-02-27 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-15 00:00",0.05,"2013-01-04 00:00","","","","",0.15,0.15,0.1,0.1,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43284",1,29.901037,-95.326125,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",16,0.1688,0.236296,1.02,"2013-01-22 00:00",0.72,"2013-02-27 00:00",0.36,"2013-03-23 00:00",0.36,"2013-05-22 00:00","","","","",1.02,1.02,0.72,0.36,0.18,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43285",1,29.901037,-95.326125,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",5,1.1236,0.971051,4.14,"2013-01-22 00:00",2.82,"2013-02-27 00:00",2.22,"2013-02-15 00:00",2.22,"2013-05-04 00:00","","","","",4.14,4.14,2.82,2.22,1.44,0.9,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43289",1,29.901037,-95.326125,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0528,0.014,0.12,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43290",1,29.901037,-95.326125,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43291",1,29.901037,-95.326125,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",19,0.1192,0.166756,0.63,"2013-01-22 00:00",0.63,"2013-05-04 00:00",0.35,"2013-04-28 00:00",0.14,"2013-01-04 00:00","","","","",0.63,0.63,0.63,0.35,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43331",1,29.901037,-95.326125,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43801",1,29.901037,-95.326125,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.6628,0.079557,0.85,"2013-05-10 00:00",0.81,"2013-05-22 00:00",0.77,"2013-02-15 00:00",0.76,"2013-04-16 00:00","","","","",0.85,0.85,0.81,0.77,0.71,0.65,0.58,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43802",1,29.901037,-95.326125,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.1364,0.079576,0.4,"2013-01-22 00:00",0.3,"2013-04-16 00:00",0.21,"2013-04-22 00:00",0.19,"2013-05-04 00:00","","","","",0.4,0.4,0.3,0.21,0.17,0.11,0.07,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43803",1,29.901037,-95.326125,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0216,0.019079,0.06,"2013-01-22 00:00",0.06,"2013-05-04 00:00",0.06,"2013-05-28 00:00",0.04,"2013-01-10 00:00","","","","",0.06,0.06,0.06,0.06,0.03,0.02,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43804",1,29.901037,-95.326125,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0916,0.031712,0.16,"2013-04-28 00:00",0.12,"2013-05-28 00:00",0.11,"2013-01-10 00:00",0.11,"2013-02-03 00:00","","","","",0.16,0.16,0.12,0.11,0.1,0.1,0.08,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43811",1,29.901037,-95.326125,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.2488,0.01481,0.29,"2013-04-28 00:00",0.28,"2013-01-10 00:00",0.27,"2013-02-21 00:00",0.26,"2013-01-28 00:00","","","","",0.29,0.29,0.28,0.27,0.26,0.24,0.24,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43813",1,29.901037,-95.326125,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43814",1,29.901037,-95.326125,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0144,0.010832,0.04,"2013-02-27 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43815",1,29.901037,-95.326125,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0288,0.033705,0.1,"2013-04-22 00:00",0.08,"2013-01-10 00:00",0.08,"2013-01-22 00:00",0.08,"2013-02-09 00:00","","","","",0.1,0.1,0.08,0.08,0.06,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43817",1,29.901037,-95.326125,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0416,0.045063,0.2,"2013-01-22 00:00",0.12,"2013-03-11 00:00",0.1,"2013-02-27 00:00",0.08,"2013-01-10 00:00","","","","",0.2,0.2,0.12,0.1,0.04,0.02,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43818",1,29.901037,-95.326125,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43819",1,29.901037,-95.326125,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0016,0.005538,0.02,"2013-03-23 00:00",0.02,"2013-04-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43820",1,29.901037,-95.326125,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0008,0.004,0.02,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43823",1,29.901037,-95.326125,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.5444,0.035365,0.61,"2013-01-10 00:00",0.6,"2013-02-15 00:00",0.59,"2013-02-21 00:00",0.58,"2013-04-28 00:00","","","","",0.61,0.61,0.6,0.59,0.57,0.54,0.51,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43824",1,29.901037,-95.326125,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0112,0.015362,0.06,"2013-01-10 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00","","","","",0.06,0.06,0.04,0.02,0.02,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43826",1,29.901037,-95.326125,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0024,0.008794,0.04,"2013-01-10 00:00",0.02,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.04,0.04,0.02,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43829",1,29.901037,-95.326125,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0012,0.006,0.03,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43830",1,29.901037,-95.326125,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0012,0.006,0.03,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43831",1,29.901037,-95.326125,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0672,0.329804,1.65,"2013-05-10 00:00",0.03,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",1.65,1.65,0.03,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43843",1,29.901037,-95.326125,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43860",1,29.901037,-95.326125,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0016,0.008,0.04,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.04,0.04,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43954",1,29.901037,-95.326125,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",14,0.0984,0.080606,0.33,"2013-01-22 00:00",0.33,"2013-02-27 00:00",0.22,"2013-05-04 00:00",0.11,"2013-01-10 00:00","","","","",0.33,0.33,0.33,0.22,0.11,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","43960",1,29.901037,-95.326125,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",9,0.2292,0.209323,0.8,"2013-02-27 00:00",0.64,"2013-05-10 00:00",0.56,"2013-01-22 00:00",0.48,"2013-02-15 00:00","","","","",0.8,0.8,0.64,0.56,0.24,0.16,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","44201",2,29.901037,-95.326125,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8671,100,364,365,0,89,0,0,"Requested but not yet concurred",1238,0.043338,0.016421,0.102,"2013-10-09 13:00",0.096,"2013-06-04 15:00",0.096,"2013-08-09 15:00",0.092,"2013-07-12 16:00","","","","",0.092,0.086,0.076,0.066,0.052,0.041,0.024,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","44201",2,29.901037,-95.326125,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8736,100,364,365,0,0,0,0,"Requested but not yet concurred",0,0.036319,0.0133,0.081,"2013-06-04 10:00",0.08,"2013-10-09 10:00",0.075,"2013-08-31 10:00",0.074,"2013-09-25 10:00","","","","",0.074,0.068,0.06,0.053,0.044,0.035,0.02,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","44201",2,29.901037,-95.326125,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8736,100,364,365,0,0,2,2,"Requested but not yet concurred",0,0.036319,0.0133,0.081,"2013-06-04 10:00",0.08,"2013-10-09 10:00",0.075,"2013-08-31 10:00",0.074,"2013-09-25 10:00","","","","",0.074,0.068,0.06,0.053,0.044,0.035,0.02,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","45109",1,29.901037,-95.326125,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,1.5808,1.311138,4.96,"2013-02-27 00:00",4.64,"2013-01-22 00:00",4.24,"2013-02-15 00:00",2.56,"2013-05-04 00:00","","","","",4.96,4.96,4.64,4.24,2,1.04,0.48,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45201",1,29.901037,-95.326125,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,2.0208,1.049102,5.22,"2013-01-22 00:00",3.36,"2013-02-27 00:00",3.06,"2013-02-15 00:00",3,"2013-03-23 00:00","","","","",5.22,5.22,3.36,3.06,2.52,1.92,0.9,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45202",1,29.901037,-95.326125,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,2.954,1.970596,8.26,"2013-02-27 00:00",7.7,"2013-01-22 00:00",5.11,"2013-02-15 00:00",5.04,"2013-04-28 00:00","","","","",8.26,8.26,7.7,5.11,3.92,2.45,1.19,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45203",1,29.901037,-95.326125,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.544,0.476655,1.84,"2013-01-22 00:00",1.44,"2013-02-27 00:00",1.36,"2013-02-15 00:00",1.04,"2013-03-29 00:00","","","","",1.84,1.84,1.44,1.36,0.72,0.48,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45204",1,29.901037,-95.326125,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.496,0.480555,1.68,"2013-02-27 00:00",1.6,"2013-01-22 00:00",1.44,"2013-02-15 00:00",0.96,"2013-01-16 00:00","","","","",1.68,1.68,1.6,1.44,0.64,0.32,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45207",1,29.901037,-95.326125,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0588,0.044,0.27,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45208",1,29.901037,-95.326125,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",19,0.1748,0.285528,1.08,"2013-02-27 00:00",0.99,"2013-01-22 00:00",0.54,"2013-05-04 00:00",0.36,"2013-02-21 00:00","","","","",1.08,1.08,0.99,0.54,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45209",1,29.901037,-95.326125,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0588,0.044,0.27,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45210",1,29.901037,-95.326125,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0396,0.086481,0.36,"2013-01-22 00:00",0.18,"2013-04-16 00:00",0.18,"2013-04-22 00:00",0.09,"2013-02-09 00:00","","","","",0.36,0.36,0.18,0.18,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45211",1,29.901037,-95.326125,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0588,0.044,0.27,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45212",1,29.901037,-95.326125,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",18,0.1584,0.223582,0.81,"2013-01-22 00:00",0.81,"2013-02-15 00:00",0.45,"2013-05-04 00:00",0.36,"2013-02-21 00:00","","","","",0.81,0.81,0.81,0.45,0.18,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45213",1,29.901037,-95.326125,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.064,0.050166,0.27,"2013-01-22 00:00",0.18,"2013-05-04 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45218",1,29.901037,-95.326125,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.052,0.01,0.1,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45219",1,29.901037,-95.326125,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",20,0.072,0.057879,0.3,"2013-02-27 00:00",0.2,"2013-01-22 00:00",0.1,"2013-01-04 00:00",0.1,"2013-04-22 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45220",1,29.901037,-95.326125,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.2048,0.258282,1.04,"2013-02-27 00:00",0.8,"2013-01-22 00:00",0.56,"2013-02-15 00:00",0.4,"2013-03-11 00:00","","","","",1.04,1.04,0.8,0.56,0.24,0.08,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45225",1,29.901037,-95.326125,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0588,0.044,0.27,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","45801",1,29.901037,-95.326125,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0096,0.02245,0.06,"2013-01-22 00:00",0.06,"2013-02-09 00:00",0.06,"2013-04-22 00:00",0.06,"2013-05-22 00:00","","","","",0.06,0.06,0.06,0.06,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0024","61101",1,29.901037,-95.326125,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,5.129689,2.871784,20.2,"2013-02-25 15:00",19.9,"2013-02-25 17:00",19.2,"2013-02-25 14:00",18.7,"2013-02-25 16:00","","","","",12.9,11.7,10.2,8.9,7,4.8,1.6,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","61103",1,29.901037,-95.326125,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,4.709754,2.804321,19.4,"2013-02-25 15:00",19.4,"2013-02-25 17:00",18.5,"2013-02-25 14:00",18.1,"2013-02-25 16:00","","","","",12.3,11.1,9.6,8.4,6.6,4.4,1.2,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","61104",1,29.901037,-95.326125,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,156.314076,94.77763,359.9,"2013-02-23 07:00",359.9,"2013-04-19 20:00",359.9,"2013-08-16 06:00",359.8,"2013-02-22 22:00","","","","",356.6,352.7,342.4,325.3,201.3,144.2,38,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","61105",1,29.901037,-95.326125,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,10.580189,5.62159,36,"2013-02-25 15:00",36,"2013-02-25 17:00",36,"2013-06-09 11:00",34,"2013-02-18 22:00","","","","",26,23,20,18,14,10,3,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","61106",1,29.901037,-95.326125,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,23.883825,11.704103,79.2,"2013-02-02 16:00",78.2,"2013-09-30 05:00",77.7,"2013-03-27 02:00",77.1,"2013-10-07 20:00","","","","",67.9,61.4,50.9,39.8,26.9,19.8,14.4,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","62101",1,29.901037,-95.326125,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,71.630951,13.214047,103,"2013-06-29 16:00",102,"2013-06-29 15:00",102,"2013-06-29 17:00",101,"2013-06-29 14:00","","","","",94,93,91,87,81,75,52,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","62103",1,29.901037,-95.326125,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,59.085334,14.16593,77,"2013-09-20 10:00",77,"2013-09-20 17:00",76,"2013-07-22 01:00",76,"2013-07-22 02:00","","","","",75,75,74,73,70,64,36,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","62201",1,29.901037,-95.326125,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7290,83,304,365,0,6,"","","Certification not required",0,67.980384,19.463078,97,"2013-01-20 05:00",97,"2013-01-20 06:00",97,"2013-01-20 07:00",97,"2013-01-20 08:00","","","","",95,95,93,91,85,72,39,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","63301",1,29.901037,-95.326125,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7291,83,304,365,0,5,"","","Certification not required",3511,0.291391,0.408428,1.5,"2013-06-16 13:00",1.49,"2013-05-14 13:00",1.48,"2013-05-04 12:00",1.47,"2013-04-19 11:00","","","","",1.36,1.3,1.18,1.01,0.53,0.02,0.005,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","64101",1,29.901037,-95.326125,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7292,83,304,365,0,4,"","","Certification not required",0,1017.028799,5.069912,1035,"2013-01-18 08:00",1035,"2013-01-18 09:00",1035,"2013-01-18 10:00",1034,"2013-01-04 09:00","","","","",1031,1030,1027,1025,1020,1016,1011,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0024","68103",5,29.901037,-95.326125,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,14.8,7.973274,24.8,"2013-09-19 00:00",24.7,"2013-06-15 00:00",24.2,"2013-08-08 00:00",24.1,"2013-07-27 00:00","","","","",24.8,24.7,24.2,23.7,22.5,17.6,3.7,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","68104",5,29.901037,-95.326125,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,26.352542,7.760096,38,"2013-08-14 00:00",37.5,"2013-06-27 00:00",37.1,"2013-08-08 00:00",36.5,"2013-09-25 00:00","","","","",38,37.5,37.1,35.9,32.4,27.7,14.1,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","68105",5,29.901037,-95.326125,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",59,97,59,61,0,0,"","","Certification not required",0,20.089831,7.45436,30.1,"2013-06-27 00:00",29.8,"2013-08-08 00:00",29.6,"2013-08-02 00:00",29.5,"2013-06-15 00:00","","","","",30.1,29.8,29.6,29,26.4,21.7,7.3,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","68106",5,29.901037,-95.326125,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,759.135593,4.001972,769,"2013-12-12 00:00",768,"2013-01-04 00:00",768,"2013-12-24 00:00",767,"2013-11-24 00:00","","","","",769,768,768,765,762,758,755,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","68107",5,29.901037,-95.326125,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,765.220339,4.796075,776,"2013-11-12 00:00",776,"2013-12-12 00:00",776,"2013-12-24 00:00",774,"2013-01-04 00:00","","","","",776,776,776,772,770,765,760,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","68108",5,29.901037,-95.326125,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",59,97,59,61,0,0,"","","Certification not required",0,762.186441,4.22829,773,"2013-12-12 00:00",772,"2013-12-24 00:00",771,"2013-01-04 00:00",770,"2013-11-12 00:00","","","","",773,772,771,769,764,762,758,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","81102",3,29.901037,-95.326125,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",1,21.392857,13.407838,90,"2013-08-08 00:00",58,"2013-06-21 00:00",48,"2013-07-03 00:00",35,"2013-04-16 00:00","","","","",90,58,48,30,26,20,10,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0024","88101",5,29.901037,-95.326125,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,3,0,0,"Requested but not yet concurred",0,10.716949,5.505645,31.1,"2013-08-08 00:00",22.1,"2013-03-23 00:00",21.9,"2013-04-16 00:00",21.8,"2013-12-24 00:00","","","","",31.1,22.1,21.9,20.5,13.3,9.7,5.4,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","88101",5,29.901037,-95.326125,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,3,"","","Requested but not yet concurred",0,10.716949,5.505645,31.1,"2013-08-08 00:00",22.1,"2013-03-23 00:00",21.9,"2013-04-16 00:00",21.8,"2013-12-24 00:00","","","","",31.1,22.1,21.9,20.5,13.3,9.7,5.4,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0024","88102",5,29.901037,-95.326125,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",38,0.004885,0.014823,0.0997,"2013-07-27 00:00",0.0039,"2013-02-15 00:00",0.0032,"2013-02-09 00:00",0.0031,"2013-03-17 00:00","","","","",0.0997,0.0997,0.0032,0.0031,0.0031,0.00295,0.0013,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88103",5,29.901037,-95.326125,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.3e-05,0.000152,0.001,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88104",5,29.901037,-95.326125,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",18,0.139186,0.293039,1.6448,"2013-08-08 00:00",1.0343,"2013-06-21 00:00",0.4626,"2013-06-27 00:00",0.3296,"2013-06-15 00:00","","","","",1.6448,1.6448,0.4626,0.3205,0.103,0.038,0.01865,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88107",5,29.901037,-95.326125,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.006778,0.003505,0.0117,"2013-07-03 00:00",0.0117,"2013-07-09 00:00",0.0117,"2013-07-15 00:00",0.0117,"2013-07-21 00:00","","","","",0.0117,0.0117,0.0117,0.0117,0.0117,0.0051,0.00375,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88109",5,29.901037,-95.326125,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.004043,0.002639,0.0133,"2013-03-23 00:00",0.0094,"2013-04-16 00:00",0.0092,"2013-01-22 00:00",0.0086,"2013-05-04 00:00","","","","",0.0133,0.0133,0.0092,0.0082,0.005,0.0036,0.0016,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88110",5,29.901037,-95.326125,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,4.7e-05,0.000213,0.001,"2013-06-15 00:00",0.001,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88111",5,29.901037,-95.326125,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.108907,0.117663,0.7679,"2013-08-08 00:00",0.3533,"2013-06-21 00:00",0.1969,"2013-06-27 00:00",0.1795,"2013-02-27 00:00","","","","",0.7679,0.7679,0.1969,0.1747,0.1095,0.0829,0.0432,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88112",5,29.901037,-95.326125,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.001674,0.00134,0.005,"2013-09-25 00:00",0.004,"2013-02-27 00:00",0.004,"2013-05-04 00:00",0.004,"2013-05-28 00:00","","","","",0.005,0.005,0.004,0.004,0.003,0.001,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88113",5,29.901037,-95.326125,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.00023,0.00019,0.0005,"2013-07-03 00:00",0.0005,"2013-07-09 00:00",0.0005,"2013-07-15 00:00",0.0005,"2013-07-21 00:00","","","","",0.0005,0.0005,0.0005,0.0005,0.0005,0.0001,0.0001,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88114",5,29.901037,-95.326125,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",4,0.005221,0.004535,0.0263,"2013-07-21 00:00",0.0168,"2013-01-22 00:00",0.0137,"2013-09-25 00:00",0.0095,"2013-02-27 00:00","","","","",0.0263,0.0263,0.0137,0.008,0.006,0.004,0.0018,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88115",5,29.901037,-95.326125,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.110636,0.199739,1.0829,"2013-04-10 00:00",0.5138,"2013-01-28 00:00",0.4762,"2013-03-17 00:00",0.3377,"2013-06-21 00:00","","","","",1.0829,1.0829,0.4762,0.3373,0.1216,0.0301,0.0025,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88117",5,29.901037,-95.326125,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",42,0.009738,0.001804,0.0196,"2013-03-17 00:00",0.0104,"2013-04-04 00:00",0.0104,"2013-04-10 00:00",0.0104,"2013-04-16 00:00","","","","",0.0196,0.0196,0.0104,0.0104,0.0104,0.0098,0.00815,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88118",5,29.901037,-95.326125,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.003944,0.001256,0.0052,"2013-07-03 00:00",0.0052,"2013-07-09 00:00",0.0052,"2013-07-15 00:00",0.0052,"2013-07-21 00:00","","","","",0.0052,0.0052,0.0052,0.0052,0.0052,0.00445,0.0023,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88121",5,29.901037,-95.326125,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.018215,0.010306,0.03285,"2013-07-03 00:00",0.03285,"2013-07-09 00:00",0.03285,"2013-07-15 00:00",0.03285,"2013-07-21 00:00","","","","",0.03285,0.03285,0.03285,0.03285,0.03285,0.01185,0.0104,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88124",5,29.901037,-95.326125,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",42,0.000495,0.000408,0.00105,"2013-01-04 00:00",0.00105,"2013-01-10 00:00",0.00105,"2013-01-16 00:00",0.00105,"2013-01-22 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.0002,0.0002,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88126",5,29.901037,-95.326125,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.163449,0.229825,1.397,"2013-08-08 00:00",0.7561,"2013-06-21 00:00",0.3677,"2013-06-27 00:00",0.2856,"2013-09-25 00:00","","","","",1.397,1.397,0.3677,0.2588,0.2125,0.0941,0.052,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88127",5,29.901037,-95.326125,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88128",5,29.901037,-95.326125,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002814,0.002462,0.01,"2013-01-22 00:00",0.009,"2013-06-21 00:00",0.008,"2013-07-21 00:00",0.007,"2013-02-15 00:00","","","","",0.01,0.01,0.008,0.006,0.004,0.002,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88131",5,29.901037,-95.326125,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.001008,0.000361,0.0015,"2013-07-03 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0009,0.00065,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88132",5,29.901037,-95.326125,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.007419,0.009297,0.046,"2013-09-25 00:00",0.04,"2013-08-08 00:00",0.023,"2013-02-27 00:00",0.018,"2013-05-04 00:00","","","","",0.046,0.046,0.023,0.013,0.008,0.004,0.001,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88133",5,29.901037,-95.326125,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.0104,0,0.0104,"2013-01-04 00:00",0.0104,"2013-01-10 00:00",0.0104,"2013-01-16 00:00",0.0104,"2013-01-22 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88134",5,29.901037,-95.326125,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",39,0.000609,0.000541,0.0038,"2013-01-22 00:00",0.0013,"2013-02-09 00:00",0.0009,"2013-02-15 00:00",0.0009,"2013-03-05 00:00","","","","",0.0038,0.0038,0.0009,0.0007,0.0007,0.0004,0.00035,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88136",5,29.901037,-95.326125,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.001279,0.00126,0.007,"2013-01-22 00:00",0.005,"2013-04-16 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-15 00:00","","","","",0.007,0.007,0.002,0.002,0.002,0.001,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88140",5,29.901037,-95.326125,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",40,0.060937,0.024366,0.1713,"2013-04-10 00:00",0.1249,"2013-01-28 00:00",0.103,"2013-03-17 00:00",0.0674,"2013-04-04 00:00","","","","",0.1713,0.1713,0.103,0.0674,0.0674,0.05855,0.03815,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88142",5,29.901037,-95.326125,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.3e-05,0.000152,0.001,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88143",5,29.901037,-95.326125,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.000884,0.000225,0.00115,"2013-07-03 00:00",0.00115,"2013-07-09 00:00",0.00115,"2013-07-15 00:00",0.00115,"2013-07-21 00:00","","","","",0.00115,0.00115,0.00115,0.00115,0.00115,0.0009,0.0006,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88146",5,29.901037,-95.326125,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.008033,0.0023,0.0113,"2013-07-03 00:00",0.0113,"2013-07-09 00:00",0.0113,"2013-07-15 00:00",0.0113,"2013-07-21 00:00","","","","",0.0113,0.0113,0.0113,0.0113,0.0113,0.0066,0.0063,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88147",5,29.901037,-95.326125,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",41,0.000477,0.000136,0.001,"2013-03-29 00:00",0.0007,"2013-01-22 00:00",0.00055,"2013-07-03 00:00",0.00055,"2013-07-09 00:00","","","","",0.001,0.001,0.00055,0.00055,0.00055,0.0005,0.0003,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88152",5,29.901037,-95.326125,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.001348,8.3e-05,0.00145,"2013-07-03 00:00",0.00145,"2013-07-09 00:00",0.00145,"2013-07-15 00:00",0.00145,"2013-07-21 00:00","","","","",0.00145,0.00145,0.00145,0.00145,0.00145,0.00135,0.00125,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88154",5,29.901037,-95.326125,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",31,0.000698,0.000594,0.0029,"2013-04-16 00:00",0.0019,"2013-06-03 00:00",0.0018,"2013-04-22 00:00",0.0018,"2013-09-25 00:00","","","","",0.0029,0.0029,0.0018,0.0017,0.001,0.00045,0.0003,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88160",5,29.901037,-95.326125,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",40,0.001301,0.000517,0.0024,"2013-02-09 00:00",0.0023,"2013-03-17 00:00",0.00175,"2013-07-03 00:00",0.00175,"2013-07-09 00:00","","","","",0.0024,0.0024,0.00175,0.00175,0.00175,0.0013,0.00055,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88161",5,29.901037,-95.326125,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",10,0.014248,0.027256,0.15,"2013-08-08 00:00",0.1028,"2013-06-21 00:00",0.049,"2013-06-27 00:00",0.03,"2013-08-02 00:00","","","","",0.15,0.15,0.049,0.0282,0.0129,0.006,0.00105,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88162",5,29.901037,-95.326125,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.023003,0.005265,0.03025,"2013-07-03 00:00",0.03025,"2013-07-09 00:00",0.03025,"2013-07-15 00:00",0.03025,"2013-07-21 00:00","","","","",0.03025,0.03025,0.03025,0.03025,0.03025,0.02105,0.01785,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88163",5,29.901037,-95.326125,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.01057,0.002883,0.0142,"2013-04-04 00:00",0.0142,"2013-04-10 00:00",0.0142,"2013-04-16 00:00",0.0142,"2013-04-22 00:00","","","","",0.0142,0.0142,0.0142,0.0142,0.0142,0.0099,0.00735,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88164",5,29.901037,-95.326125,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",14,0.001086,0.001614,0.0083,"2013-01-22 00:00",0.0058,"2013-04-16 00:00",0.0035,"2013-03-23 00:00",0.0027,"2013-02-03 00:00","","","","",0.0083,0.0083,0.0035,0.0025,0.0014,0.0005,5e-05,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88165",5,29.901037,-95.326125,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.313857,0.760473,4.4008,"2013-08-08 00:00",2.443,"2013-06-21 00:00",1.108,"2013-06-27 00:00",0.701,"2013-07-27 00:00","","","","",4.4008,4.4008,1.108,0.698,0.174,0.0898,0.01,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88166",5,29.901037,-95.326125,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",40,0.000905,0.000464,0.0014,"2013-03-29 00:00",0.0013,"2013-07-03 00:00",0.0013,"2013-07-09 00:00",0.0013,"2013-07-15 00:00","","","","",0.0014,0.0014,0.0013,0.0013,0.0013,0.00105,0.00015,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88167",5,29.901037,-95.326125,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.037888,0.072075,0.4727,"2013-06-21 00:00",0.132,"2013-02-15 00:00",0.0851,"2013-02-27 00:00",0.0623,"2013-01-22 00:00","","","","",0.4727,0.4727,0.0851,0.0615,0.0337,0.0191,0.0085,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88168",5,29.901037,-95.326125,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",5,0.00187,0.001616,0.0102,"2013-08-08 00:00",0.0052,"2013-06-21 00:00",0.0035,"2013-07-03 00:00",0.0033,"2013-03-17 00:00","","","","",0.0102,0.0102,0.0035,0.0029,0.0022,0.0016,0.00045,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88169",5,29.901037,-95.326125,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.900509,0.513876,2.8525,"2013-04-16 00:00",2.241,"2013-03-23 00:00",1.579,"2013-08-02 00:00",1.3985,"2013-08-08 00:00","","","","",2.8525,2.8525,1.579,1.3855,1.1877,0.7898,0.4188,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88170",5,29.901037,-95.326125,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88172",5,29.901037,-95.326125,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",38,0.026872,0.011636,0.0679,"2013-03-11 00:00",0.0606,"2013-03-05 00:00",0.0551,"2013-01-16 00:00",0.0531,"2013-09-19 00:00","","","","",0.0679,0.0679,0.0551,0.0522,0.0251,0.0222,0.02115,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88176",5,29.901037,-95.326125,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",29,0.000556,0.000516,0.003,"2013-08-08 00:00",0.002,"2013-06-21 00:00",0.0012,"2013-06-27 00:00",0.0011,"2013-05-04 00:00","","","","",0.003,0.003,0.0012,0.001,0.0007,0.00035,0.00025,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88180",5,29.901037,-95.326125,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.100314,0.079825,0.4932,"2013-08-08 00:00",0.2914,"2013-04-16 00:00",0.205,"2013-06-21 00:00",0.1743,"2013-02-03 00:00","","","","",0.4932,0.4932,0.205,0.1602,0.1235,0.0721,0.045,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88183",5,29.901037,-95.326125,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",35,0.000637,0.000441,0.0022,"2013-08-08 00:00",0.002,"2013-07-27 00:00",0.0017,"2013-04-28 00:00",0.0015,"2013-06-03 00:00","","","","",0.0022,0.0022,0.0017,0.0011,0.00055,0.0005,0.0003,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88184",5,29.901037,-95.326125,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",24,0.49642,0.442331,2.2258,"2013-03-23 00:00",1.8889,"2013-04-16 00:00",1.3589,"2013-04-10 00:00",1.1272,"2013-04-22 00:00","","","","",2.2258,2.2258,1.3589,1.0159,0.5579,0.3829,0.19625,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88185",5,29.901037,-95.326125,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",31,0.001371,0.001277,0.0068,"2013-08-08 00:00",0.0048,"2013-02-15 00:00",0.003,"2013-04-16 00:00",0.003,"2013-06-21 00:00","","","","",0.0068,0.0068,0.003,0.0029,0.0018,0.00095,0.0004,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88186",5,29.901037,-95.326125,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",41,0.002165,0.001377,0.004,"2013-07-03 00:00",0.004,"2013-07-09 00:00",0.004,"2013-07-15 00:00",0.004,"2013-07-21 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.0018,0.0006,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88301",5,29.901037,-95.326125,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.711216,0.435823,2.3289,"2013-04-16 00:00",1.7441,"2013-03-23 00:00",1.6918,"2013-01-22 00:00",1.2675,"2013-07-03 00:00","","","","",2.3289,2.3289,1.6918,1.2376,0.8709,0.5919,0.3014,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88302",5,29.901037,-95.326125,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.288467,0.263711,1.1465,"2013-04-10 00:00",0.7932,"2013-04-16 00:00",0.7723,"2013-03-17 00:00",0.6774,"2013-01-28 00:00","","","","",1.1465,1.1465,0.7723,0.6676,0.3918,0.1716,0.0421,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88303",5,29.901037,-95.326125,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.073709,0.045539,0.2882,"2013-04-16 00:00",0.1588,"2013-02-03 00:00",0.1459,"2013-03-23 00:00",0.1215,"2013-05-22 00:00","","","","",0.2882,0.2882,0.1459,0.1179,0.0889,0.0575,0.0383,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88310",5,29.901037,-95.326125,"NAD83","Non-volatile Nitrate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.346314,0.331466,1.9911,"2013-01-22 00:00",0.8663,"2013-06-21 00:00",0.815,"2013-08-08 00:00",0.6323,"2013-06-27 00:00","","","","",1.9911,1.9911,0.815,0.5916,0.4756,0.265,0.076,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88355",5,29.901037,-95.326125,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.71664,1.568549,7.8171,"2013-09-25 00:00",6.6592,"2013-03-23 00:00",5.8652,"2013-01-22 00:00",5.3439,"2013-02-03 00:00","","","","",7.8171,7.8171,5.8652,5.0947,3.488,2.1209,1.5656,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88357",5,29.901037,-95.326125,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.495483,0.272858,1.2802,"2013-09-25 00:00",1.2121,"2013-05-04 00:00",0.9875,"2013-01-22 00:00",0.9689,"2013-02-27 00:00","","","","",1.2802,1.2802,0.9875,0.9066,0.5994,0.4042,0.2786,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88370",5,29.901037,-95.326125,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.51694,1.42736,7.2858,"2013-09-25 00:00",6.3335,"2013-03-23 00:00",5.2387,"2013-01-22 00:00",4.8087,"2013-07-03 00:00","","","","",7.2858,7.2858,5.2387,4.7523,3.1776,1.9111,1.4467,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88374",5,29.901037,-95.326125,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",8,0.19514,0.230857,0.9422,"2013-07-03 00:00",0.7263,"2013-09-25 00:00",0.673,"2013-06-03 00:00",0.6347,"2013-03-23 00:00","","","","",0.9422,0.9422,0.673,0.5719,0.3169,0.1007,0.0029,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88375",5,29.901037,-95.326125,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.757835,0.351908,1.9733,"2013-09-25 00:00",1.5815,"2013-01-22 00:00",1.3978,"2013-03-23 00:00",1.1905,"2013-02-03 00:00","","","","",1.9733,1.9733,1.3978,1.1806,0.9888,0.6592,0.4171,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88376",5,29.901037,-95.326125,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.73486,0.520002,2.8705,"2013-09-25 00:00",2.0756,"2013-02-03 00:00",1.6506,"2013-03-23 00:00",1.5457,"2013-01-22 00:00","","","","",2.8705,2.8705,1.6506,1.2479,0.9021,0.5543,0.3315,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88377",5,29.901037,-95.326125,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.530967,0.30304,1.3,"2013-09-25 00:00",1.2665,"2013-03-23 00:00",1.2124,"2013-01-22 00:00",1.0801,"2013-04-16 00:00","","","","",1.3,1.3,1.2124,0.9463,0.7763,0.4476,0.2499,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88378",5,29.901037,-95.326125,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",9,0.291317,0.23415,1.3839,"2013-03-23 00:00",0.9061,"2013-07-03 00:00",0.5118,"2013-06-03 00:00",0.4747,"2013-02-15 00:00","","","","",1.3839,1.3839,0.5118,0.4747,0.3869,0.2362,0.12515,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88380",5,29.901037,-95.326125,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.697249,0.417749,1.8664,"2013-05-04 00:00",1.8115,"2013-09-25 00:00",1.6139,"2013-01-22 00:00",1.3487,"2013-02-27 00:00","","","","",1.8664,1.8664,1.6139,1.1911,0.9211,0.5229,0.3511,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88383",5,29.901037,-95.326125,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.918414,0.523574,2.33449,"2013-03-23 00:00",2.15995,"2013-09-25 00:00",1.99138,"2013-01-22 00:00",1.95806,"2013-05-04 00:00","","","","",2.33449,2.33449,1.99138,1.70457,1.27457,0.75793,0.46703,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88384",5,29.901037,-95.326125,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.07664,0.032344,0.1732,"2013-08-08 00:00",0.15684,"2013-03-11 00:00",0.13436,"2013-06-27 00:00",0.12501,"2013-02-27 00:00","","","","",0.1732,0.1732,0.13436,0.12353,0.09525,0.07019,0.03888,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88385",5,29.901037,-95.326125,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",26,0.001533,0.00195,0.00937,"2013-08-26 00:00",0.00717,"2013-08-08 00:00",0.00608,"2013-08-20 00:00",0.00547,"2013-07-27 00:00","","","","",0.00937,0.00937,0.00608,0.00145,0.00145,0.00145,0,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88388",5,29.901037,-95.326125,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.493029,0.329126,1.7097,"2013-03-23 00:00",1.1921,"2013-07-03 00:00",1.0729,"2013-01-22 00:00",0.947,"2013-09-25 00:00","","","","",1.7097,1.7097,1.0729,0.8437,0.6908,0.3988,0.196,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88403",5,29.901037,-95.326125,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.334733,1.34773,7.8901,"2013-04-16 00:00",5.5063,"2013-03-23 00:00",3.7516,"2013-08-02 00:00",3.6631,"2013-06-27 00:00","","","","",7.8901,7.8901,3.7516,3.6025,3.1541,1.9842,1.1465,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0024","88502",3,29.901037,-95.326125,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7950,91,330,365,0,810,"","","Certification not required",0,11.019182,8.528165,206.3,"2013-07-05 00:00",201.6,"2013-07-04 23:00",175.9,"2013-07-05 01:00",157.6,"2013-01-01 00:00","","","","",36.8,29.2,23.1,19,13.7,9.4,4.2,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","88502",3,29.901037,-95.326125,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,0,"","","Certification not required",0,10.973333,5.16797,45.5,"2013-07-05 00:00",35.8,"2013-07-04 00:00",33.8,"2013-08-08 00:00",31.5,"2013-08-07 00:00","","","","",31.5,22.8,20.4,16.8,13.1,10.1,5.7,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0024","88502",5,29.901037,-95.326125,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,10.895349,5.571652,31.1,"2013-08-08 00:00",22.1,"2013-03-23 00:00",21.9,"2013-04-16 00:00",20.5,"2013-01-22 00:00","","","","",31.1,31.1,21.9,20.5,12.4,9.7,5.8,"Houston Aldine","4510 1/2 Aldine Mail Rd","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0026","42601",2,29.802707,-95.125495,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8504,97,358,365,0,254,"","","Certification not required",0,3.63543,12.268504,251.8,"2013-01-17 06:00",250.1,"2013-01-31 06:00",233.4,"2013-02-27 07:00",228.4,"2013-12-18 06:00","","","","",54,32.3,13.6,6.3,2.4,1,0,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","42602",2,29.802707,-95.125495,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8430,96,355,365,0,328,0,"","Certification not required",0,20.120845,10.837045,61.9,"2013-12-17 09:00",54.1,"2013-01-21 19:00",51.5,"2013-03-06 20:00",50.3,"2013-12-16 09:00","","","","",50.3,46.3,42.6,36.7,26.6,17.5,8,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","42602",2,29.802707,-95.125495,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8430,96,355,365,0,328,"","","Certification not required",0,9.54554,7.875207,61.9,"2013-12-17 09:00",54.1,"2013-01-21 19:00",53.4,"2013-01-21 18:00",53.1,"2013-12-17 18:00","","","","",36.9,32.5,26.1,20.3,12.4,7.2,2.3,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","42603",2,29.802707,-95.125495,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8504,97,358,365,0,254,"","","Certification not required",0,13.181573,17.265923,289,"2013-01-17 06:00",280.2,"2013-02-27 07:00",278.7,"2013-01-31 06:00",258.7,"2013-12-18 06:00","","","","",80.3,61.1,39.6,27,15,8.5,2.7,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","43000",2,29.802707,-95.125495,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6937,79,316,365,0,564,"","","Certification not required",0,109.457604,94.332952,1809.5,"2013-12-29 07:00",1781.6,"2013-02-27 01:00",1691.5,"2013-12-29 08:00",1541.8,"2013-02-27 00:00","","","","",460.3,349.5,267.5,206.4,128.3,83,42.7,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43102",2,29.802707,-95.125495,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",6937,79,316,365,0,564,"","","Certification not required",0,128.847052,104.989504,1971.02,"2013-12-29 07:00",1923.75,"2013-02-27 01:00",1845.88,"2013-12-29 08:00",1661.75,"2013-02-27 00:00","","","","",524.44,399.51,306.96,239.95,150.67,99.1,54.14,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43202",2,29.802707,-95.125495,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,16.350907,15.665792,254.51,"2013-12-29 07:00",251.38,"2013-02-27 01:00",229.5,"2013-12-29 08:00",228.89,"2013-02-27 00:00","","","","",75.48,59.98,43.85,32.34,19.32,11.85,4.9,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43203",2,29.802707,-95.125495,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,3.765275,3.487769,33.38,"2013-11-28 06:00",33.2,"2013-06-18 22:00",31.62,"2013-01-23 18:00",31.01,"2013-08-09 21:00","","","","",17.79,14.66,10.66,7.93,4.62,2.56,1.17,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43204",2,29.802707,-95.125495,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,17.287808,21.930762,477.87,"2013-12-29 07:00",462.16,"2013-02-27 01:00",456.04,"2013-12-29 08:00",405.54,"2013-02-27 00:00","","","","",85.5,64.01,46.33,34.42,19.86,11.81,4.78,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43205",2,29.802707,-95.125495,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,2.795446,3.96023,62.03,"2013-09-13 01:00",51.25,"2013-09-13 00:00",50.56,"2013-10-31 14:00",49.33,"2013-03-27 23:00","","","","",18.99,14.8,9.54,6.55,3.25,1.44,0.44,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43206",2,29.802707,-95.125495,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6568,75,299,365,0,937,"","","Certification not required",16,0.727467,0.63431,15.9,"2013-06-28 11:00",14.1,"2013-06-28 10:00",11.4,"2013-01-21 20:00",8,"2013-01-21 21:00","","","","",3.2,2.5,1.8,1.3,0.8,0.6,0.3,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43212",2,29.802707,-95.125495,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,12.200903,17.724799,522.17,"2013-08-13 10:00",491.97,"2013-09-06 04:00",471.02,"2013-09-06 05:00",341.34,"2013-08-13 11:00","","","","",67.82,46.83,32.88,23.94,13.7,8.22,3.34,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43214",2,29.802707,-95.125495,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,7.205267,10.154679,310.45,"2013-08-13 10:00",202.38,"2013-08-13 11:00",198.94,"2013-02-27 01:00",172.19,"2013-02-27 00:00","","","","",41.77,30.79,21.84,16,8.29,4.37,1.57,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43216",2,29.802707,-95.125495,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",97,0.333231,0.901952,37.03,"2013-09-06 04:00",34.92,"2013-09-06 05:00",17.89,"2013-09-06 06:00",14.83,"2013-11-25 14:00","","","","",2.56,1.55,0.88,0.57,0.3,0.18,0.09,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43217",2,29.802707,-95.125495,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",493,0.245809,0.600276,26.36,"2013-09-06 04:00",24.65,"2013-09-06 05:00",12.62,"2013-09-06 06:00",8.4,"2013-11-25 14:00","","","","",1.96,1.23,0.73,0.49,0.24,0.13,0.06,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43218",2,29.802707,-95.125495,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7036,80,320,365,0,469,"","","Certification not required",0,1.174943,3.740826,159.4,"2013-10-19 20:00",103.7,"2013-10-22 18:00",71.9,"2013-11-07 23:00",39.4,"2013-03-06 06:00","","","","",16.1,9.5,4,1.8,0.8,0.4,0.2,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43220",2,29.802707,-95.125495,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,5.940401,5.942657,102.9,"2013-02-27 01:00",102.76,"2013-12-29 07:00",99.61,"2013-12-29 08:00",87.84,"2013-02-27 00:00","","","","",28.01,22.76,15.99,11.88,7.12,4.17,1.78,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43221",2,29.802707,-95.125495,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",0,9.71463,10.474252,155.96,"2013-12-29 07:00",140.03,"2013-12-29 08:00",139.54,"2013-02-27 01:00",119.12,"2013-02-27 00:00","","","","",49.93,40.66,29.65,20.78,11.58,6.33,2.38,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43224",2,29.802707,-95.125495,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5290,60,239,365,0,2215,"","","Certification not required",316,0.223442,0.272596,5.31,"2013-08-09 22:00",4.52,"2013-08-09 20:00",3.98,"2013-08-09 23:00",3.87,"2013-08-09 21:00","","","","",1.32,0.92,0.64,0.43,0.24,0.15,0.07,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43226",2,29.802707,-95.125495,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",630,0.259712,0.333305,5.62,"2013-03-29 13:00",5.17,"2013-12-29 07:00",4.06,"2013-12-29 05:00",3.96,"2013-12-29 04:00","","","","",1.65,1.24,0.8,0.54,0.29,0.17,0.05,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43227",2,29.802707,-95.125495,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",1701,0.129412,0.166372,2.67,"2013-03-29 13:00",2.4,"2013-12-29 07:00",1.85,"2013-12-29 05:00",1.8,"2013-12-29 04:00","","","","",0.84,0.63,0.41,0.28,0.15,0.09,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43231",2,29.802707,-95.125495,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",0,2.672945,2.573623,75.24,"2013-08-19 23:00",57.94,"2013-08-19 22:00",36.33,"2013-12-29 08:00",36.1,"2013-12-29 07:00","","","","",11.39,9.45,6.79,5.31,3.25,1.95,0.88,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43232",2,29.802707,-95.125495,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",87,1.069167,1.325653,47.48,"2013-08-19 23:00",35.01,"2013-08-19 22:00",19.58,"2013-12-17 18:00",19.43,"2013-08-20 00:00","","","","",5.51,4.27,2.98,2.14,1.21,0.73,0.33,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43233",2,29.802707,-95.125495,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",826,0.48027,0.605587,10.8,"2013-08-19 23:00",9.38,"2013-12-29 08:00",7.82,"2013-08-19 22:00",7.75,"2013-06-11 06:00","","","","",2.93,2.19,1.55,1.04,0.54,0.31,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43235",2,29.802707,-95.125495,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6937,79,316,365,0,567,"","","Certification not required",58,0.416372,0.392523,10.05,"2013-08-26 12:00",8.54,"2013-08-26 13:00",5.53,"2013-08-26 14:00",5.48,"2013-12-18 07:00","","","","",1.78,1.44,1.06,0.79,0.5,0.31,0.14,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43238",2,29.802707,-95.125495,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6854,78,312,365,0,650,"","","Certification not required",165,0.456064,0.605235,18.85,"2013-06-27 17:00",14.3,"2013-08-26 12:00",12.71,"2013-08-26 13:00",11.86,"2013-06-27 18:00","","","","",2.31,1.89,1.22,0.89,0.51,0.31,0.14,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43242",2,29.802707,-95.125495,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",5,0.542787,0.615535,29.26,"2013-02-01 12:00",13.02,"2013-02-27 01:00",11.06,"2013-02-27 00:00",10.09,"2013-07-02 05:00","","","","",2.22,1.77,1.31,0.97,0.63,0.41,0.21,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43243",2,29.802707,-95.125495,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7072,81,322,365,0,433,"","","Certification not required",502,1.066786,1.559685,22.83,"2013-06-18 22:00",20.34,"2013-06-18 21:00",19.17,"2013-07-09 00:00",17.69,"2013-06-18 23:00","","","","",6.45,5.52,4.19,3.26,1.39,0.35,0.06,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43244",2,29.802707,-95.125495,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,425,"","","Certification not required",14,0.357777,0.337216,6.04,"2013-08-23 08:00",5.31,"2013-08-15 09:00",4.71,"2013-08-23 09:00",4.64,"2013-02-27 01:00","","","","",1.66,1.28,0.9,0.68,0.43,0.26,0.12,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43247",2,29.802707,-95.125495,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",4936,0.174243,0.364479,10.42,"2013-08-19 23:00",7.8,"2013-08-19 22:00",5.03,"2013-12-31 17:00",4.04,"2013-08-20 00:00","","","","",1.46,1.19,0.81,0.58,0.28,0.005,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43248",2,29.802707,-95.125495,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",472,1.085319,1.563388,38.04,"2013-12-01 08:00",29.49,"2013-02-27 01:00",25.23,"2013-12-01 07:00",25.04,"2013-02-27 00:00","","","","",7.33,5.11,3.19,2.17,1.25,0.68,0.23,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43249",2,29.802707,-95.125495,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6880,79,312,365,0,624,"","","Certification not required",145,1.208242,1.356978,66.31,"2013-08-19 23:00",49.5,"2013-08-19 22:00",25.44,"2013-08-20 00:00",17.74,"2013-12-17 17:00","","","","",4.58,3.61,2.72,2.1,1.41,1,0.43,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43250",2,29.802707,-95.125495,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",0,1.502195,2.221008,68.98,"2013-12-31 17:00",64.12,"2013-08-26 15:00",59.17,"2013-08-26 14:00",38.34,"2013-08-26 16:00","","","","",8.4,6.9,4.64,3.26,1.73,0.89,0.34,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43252",2,29.802707,-95.125495,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",3671,0.22783,0.381679,8.8,"2013-12-31 17:00",5.56,"2013-12-31 21:00",4.98,"2013-12-31 19:00",4.48,"2013-08-26 15:00","","","","",1.61,1.29,0.9,0.64,0.33,0.005,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43253",2,29.802707,-95.125495,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",3952,0.161177,0.338145,10.22,"2013-08-19 23:00",7.34,"2013-08-19 22:00",4.42,"2013-12-29 08:00",4.38,"2013-08-20 00:00","","","","",1.46,1.09,0.7,0.44,0.2,0.005,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43261",2,29.802707,-95.125495,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",19,1.292496,1.27457,30.8,"2013-02-27 01:00",25.76,"2013-02-27 00:00",22.7,"2013-12-29 08:00",21.5,"2013-12-29 07:00","","","","",6,4.63,3.26,2.43,1.56,0.97,0.39,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43262",2,29.802707,-95.125495,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",120,1.147123,1.249743,31.05,"2013-02-27 01:00",26.36,"2013-02-27 00:00",20.29,"2013-12-29 08:00",20.28,"2013-12-29 07:00","","","","",5.51,4.34,3.16,2.32,1.37,0.8,0.34,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43263",2,29.802707,-95.125495,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",863,0.643388,1.076215,52.59,"2013-08-19 23:00",39.25,"2013-08-19 22:00",20.57,"2013-08-20 00:00",10.96,"2013-12-17 17:00","","","","",3.47,2.67,1.9,1.41,0.8,0.4,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43280",2,29.802707,-95.125495,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7079,81,322,365,0,426,"","","Certification not required",0,0.813876,1.857992,45.64,"2013-08-24 00:00",42.79,"2013-06-18 23:00",41.57,"2013-06-18 22:00",37.41,"2013-08-24 01:00","","","","",6.85,3.96,2.23,1.37,0.76,0.44,0.23,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43291",2,29.802707,-95.125495,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",4434,0.27066,0.584574,22.59,"2013-08-19 23:00",16.91,"2013-08-19 22:00",14.03,"2013-12-31 17:00",8.74,"2013-08-20 00:00","","","","",1.83,1.49,1.08,0.8,0.46,0.005,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","43960",2,29.802707,-95.125495,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",3225,0.172215,0.318673,9.59,"2013-08-19 23:00",6.83,"2013-08-19 22:00",4.71,"2013-12-29 08:00",4.51,"2013-02-06 05:00","","","","",1.36,0.95,0.58,0.42,0.23,0.1,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","44201",3,29.802707,-95.125495,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8471,97,354,365,0,287,0,0,"Requested but not yet concurred",994,0.040766,0.015291,0.095,"2013-07-25 15:00",0.093,"2013-09-25 14:00",0.084,"2013-06-08 11:00",0.082,"2013-08-30 12:00","","","","",0.082,0.077,0.071,0.06,0.051,0.04,0.022,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","44201",3,29.802707,-95.125495,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8494,96,350,365,0,0,0,0,"Requested but not yet concurred",0,0.033731,0.01261,0.078,"2013-09-25 10:00",0.064,"2013-09-26 09:00",0.061,"2013-08-31 09:00",0.061,"2013-10-24 10:00","","","","",0.061,0.06,0.057,0.051,0.043,0.032,0.018,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","44201",3,29.802707,-95.125495,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8494,96,350,365,0,0,1,1,"Requested but not yet concurred",0,0.033731,0.01261,0.078,"2013-09-25 10:00",0.064,"2013-09-26 09:00",0.061,"2013-08-31 09:00",0.061,"2013-10-24 10:00","","","","",0.061,0.06,0.057,0.051,0.043,0.032,0.018,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0026","45109",2,29.802707,-95.125495,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",0,2.360753,2.30631,53.95,"2013-02-04 16:00",44.99,"2013-10-04 02:00",38.94,"2013-02-04 17:00",33.65,"2013-10-04 03:00","","","","",11.34,8.73,5.93,4.43,2.76,1.77,0.78,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45201",2,29.802707,-95.125495,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",0,2.599523,2.537342,49.74,"2013-12-17 19:00",48.59,"2013-12-17 20:00",45.17,"2013-09-05 00:00",37.09,"2013-12-17 18:00","","","","",12.28,9.11,6.5,4.94,3.07,1.94,0.89,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45202",2,29.802707,-95.125495,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",0,4.499873,4.428611,129.94,"2013-11-09 18:00",61.19,"2013-12-17 17:00",60.65,"2013-10-08 20:00",56.54,"2013-10-08 21:00","","","","",20.84,15.86,11.68,8.87,5.35,3.26,1.5,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45203",2,29.802707,-95.125495,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",7080,81,322,365,0,424,"","","Certification not required",0,1.151823,7.485446,336.69,"2013-04-01 02:00",249.27,"2013-04-01 08:00",244.78,"2013-04-01 03:00",183.26,"2013-04-01 07:00","","","","",6.36,4.37,2.71,1.82,0.94,0.51,0.24,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45204",2,29.802707,-95.125495,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6937,79,316,365,0,567,"","","Certification not required",0,0.844426,0.791531,16.94,"2013-02-04 16:00",14.44,"2013-10-04 02:00",12.39,"2013-02-04 17:00",10.67,"2013-10-04 03:00","","","","",4,3.08,2.11,1.56,0.97,0.63,0.31,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45207",2,29.802707,-95.125495,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6854,78,312,365,0,650,"","","Certification not required",849,0.332205,0.291208,11.22,"2013-12-18 07:00",5.93,"2013-12-18 06:00",4.06,"2013-11-06 09:00",3.35,"2013-12-17 08:00","","","","",1.28,1.03,0.75,0.58,0.39,0.3,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45208",2,29.802707,-95.125495,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6854,78,312,365,0,650,"","","Certification not required",144,1.478919,0.78892,19.07,"2013-12-18 07:00",11.95,"2013-11-06 09:00",8.62,"2013-12-18 06:00",5.67,"2013-08-28 07:00","","","","",3.58,3.2,2.66,2.29,1.85,1.53,0.28,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45209",2,29.802707,-95.125495,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6937,79,316,365,0,567,"","","Certification not required",987,0.394328,0.323338,5.57,"2013-12-18 07:00",2.93,"2013-01-14 16:00",2.63,"2013-12-18 06:00",2.42,"2013-02-17 05:00","","","","",1.54,1.34,1.01,0.77,0.5,0.35,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45210",2,29.802707,-95.125495,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6937,79,316,365,0,567,"","","Certification not required",0,0.218714,1.255637,62.8,"2013-10-31 20:00",47.28,"2013-10-31 19:00",29.88,"2013-10-31 21:00",25.54,"2013-10-31 23:00","","","","",2.28,1.34,0.69,0.4,0.17,0.07,0,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45220",2,29.802707,-95.125495,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2307,26,106,365,0,5197,"","","Certification not required",0,0.949055,1.462049,19.49,"2013-10-26 07:00",19.2,"2013-12-11 06:00",16.4,"2013-10-29 21:00",14.45,"2013-12-24 06:00","","","","",7.04,5.5,2.92,1.98,1.14,0.66,0,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","45225",2,29.802707,-95.125495,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3452,39,145,365,0,4052,"","","Certification not required",98,0.345246,0.251674,4.31,"2013-12-21 18:00",2.43,"2013-02-27 06:00",1.34,"2013-12-21 17:00",1.15,"2013-11-30 01:00","","","","",0.97,0.92,0.83,0.71,0.5,0.28,0.09,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-01-30" +"48","201","0026","61101",1,29.802707,-95.125495,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7286,83,304,365,0,8,"","","Certification not required",0,5.4951,2.91913,18.3,"2013-04-27 23:00",17.5,"2013-02-25 20:00",17.1,"2013-02-25 17:00",16.8,"2013-02-25 15:00","","","","",12.9,12.1,10.7,9.5,7.4,5.2,1.9,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","61103",1,29.802707,-95.125495,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7286,83,304,365,0,8,"","","Certification not required",0,5.094935,2.871032,17.4,"2013-04-27 23:00",17,"2013-02-25 20:00",16.5,"2013-02-25 17:00",16,"2013-02-25 15:00","","","","",12.6,11.7,10.2,9,7,4.8,1.5,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","61104",1,29.802707,-95.125495,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7286,83,304,365,0,8,"","","Certification not required",0,160.984216,89.063599,360,"2013-05-11 18:00",360,"2013-08-14 14:00",359.9,"2013-01-05 23:00",359.8,"2013-09-20 20:00","","","","",355.3,350.5,337.4,314.4,207.1,138.4,55.3,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","61105",1,29.802707,-95.125495,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7291,83,304,365,0,3,"","","Certification not required",0,11.483061,5.574888,40,"2013-04-27 23:00",38,"2013-01-30 09:00",38,"2013-02-25 19:00",36,"2013-02-25 17:00","","","","",25,24,21,19,15,11,4,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","61106",1,29.802707,-95.125495,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7286,83,304,365,0,8,"","","Certification not required",0,22.657027,10.543521,80.5,"2013-10-23 14:00",78.7,"2013-07-04 09:00",78.3,"2013-08-20 21:00",77.9,"2013-01-18 03:00","","","","",63.9,57,45,35.5,25.1,20.4,12.6,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","62101",1,29.802707,-95.125495,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,4,"","","Certification not required",0,72.997394,12.790775,102,"2013-06-29 15:00",102,"2013-06-29 16:00",101,"2013-06-29 14:00",101,"2013-06-29 17:00","","","","",94,93,91,88,82,76,54,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","62103",1,29.802707,-95.125495,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,4,"","","Certification not required",0,61.686968,14.29834,90,"2013-06-01 12:00",90,"2013-06-01 13:00",89,"2013-05-31 12:00",89,"2013-05-31 13:00","","","","",83,80,76,75,73,67,39,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","62201",1,29.802707,-95.125495,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6955,79,289,365,0,339,"","","Certification not required",0,69.135011,17.867366,96,"2013-01-06 03:00",96,"2013-01-06 04:00",96,"2013-01-06 05:00",96,"2013-01-20 04:00","","","","",95,94,92,89,84,73,44,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","63301",1,29.802707,-95.125495,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7275,83,303,365,0,19,"","","Certification not required",3508,0.284192,0.397819,1.5,"2013-06-16 12:00",1.42,"2013-05-03 12:00",1.41,"2013-05-13 12:00",1.41,"2013-06-03 12:00","","","","",1.33,1.28,1.15,0.98,0.5,0.02,0.005,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0026","88502",3,29.802707,-95.125495,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4178,85,158,206,0,740,"","","Certification not required",0,9.558114,6.171896,82.7,"2013-07-05 01:00",69.7,"2013-07-05 02:00",64.2,"2013-01-25 09:00",60.6,"2013-07-04 20:00","","","","",30.3,24.8,19.1,16.2,12,8.6,3.5,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2013-09-10" +"48","201","0026","88502",3,29.802707,-95.125495,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",158,77,158,206,0,0,"","","Certification not required",0,9.525949,3.913869,25.6,"2013-07-04 00:00",25.1,"2013-07-05 00:00",23.1,"2013-05-17 00:00",21.4,"2013-01-21 00:00","","","","",25.1,21.4,16.8,13.6,11.8,8.8,5.1,"Channelview","1405 Sheldon Road","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2013-09-10" +"48","201","0029","42601",1,30.039534,-95.6739,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8341,95,350,365,0,401,"","","Certification not required",0,0.832322,2.283616,50.7,"2013-01-19 08:00",41.4,"2013-07-09 06:00",35.1,"2013-01-19 07:00",33.8,"2013-07-09 05:00","","","","",11.3,7.7,4,2,0.7,0.2,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","42602",1,30.039534,-95.6739,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8234,94,345,365,0,508,0,"","Certification not required",0,11.277681,6.730039,42.9,"2013-11-17 20:00",32.9,"2013-02-14 20:00",32,"2013-03-21 08:00",31.2,"2013-01-23 09:00","","","","",31.2,28.4,23.9,20.3,15.1,9.9,4,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","42602",1,30.039534,-95.6739,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8234,94,345,365,0,508,"","","Certification not required",0,4.741353,4.184797,42.9,"2013-11-17 20:00",32.9,"2013-02-14 20:00",32,"2013-03-21 08:00",31.2,"2013-01-23 09:00","","","","",19.9,17.3,13.3,10.1,6.2,3.4,1.1,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","42603",1,30.039534,-95.6739,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8341,95,350,365,0,401,"","","Certification not required",0,5.546325,5.591772,69.8,"2013-01-19 08:00",51.3,"2013-03-14 08:00",50.8,"2013-01-19 07:00",47.6,"2013-03-21 08:00","","","","",27.5,22.9,16.8,12.1,6.9,3.7,1.2,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","43102",2,30.039534,-95.6739,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,152.9832,80.344004,406.36,"2013-01-22 00:00",314.55,"2013-02-27 00:00",236.34,"2013-02-15 00:00",232.9,"2013-01-10 00:00","","","","",406.36,406.36,314.55,236.34,192.23,120.53,84.77,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43173",2,30.039534,-95.6739,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43202",2,30.039534,-95.6739,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,26.7136,26.45911,116.64,"2013-01-22 00:00",81.02,"2013-02-27 00:00",53.22,"2013-02-15 00:00",50.7,"2013-01-10 00:00","","","","",116.64,116.64,81.02,53.22,34.5,16.98,6.22,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43203",2,30.039534,-95.6739,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",1,2.0076,1.230688,5.6,"2013-01-22 00:00",3.78,"2013-03-23 00:00",3.54,"2013-02-27 00:00",3.3,"2013-02-09 00:00","","","","",5.6,5.6,3.78,3.54,2.72,1.72,0.52,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43204",2,30.039534,-95.6739,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,22.2528,21.469448,82.77,"2013-01-22 00:00",70.38,"2013-02-27 00:00",51.39,"2013-01-10 00:00",49.59,"2013-02-15 00:00","","","","",82.77,82.77,70.38,51.39,24.72,15.51,3.96,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43205",2,30.039534,-95.6739,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",4,0.986,0.721786,2.85,"2013-01-22 00:00",2.37,"2013-02-27 00:00",2.07,"2013-03-29 00:00",1.68,"2013-03-23 00:00","","","","",2.85,2.85,2.37,2.07,1.41,0.84,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43206",2,30.039534,-95.6739,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",4,0.888,0.551619,1.92,"2013-01-22 00:00",1.68,"2013-02-27 00:00",1.64,"2013-03-23 00:00",1.62,"2013-02-15 00:00","","","","",1.92,1.92,1.68,1.64,1.22,0.94,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43212",2,30.039534,-95.6739,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,11.416,9.443763,39.88,"2013-01-22 00:00",28.32,"2013-01-10 00:00",27.6,"2013-02-27 00:00",23.48,"2013-02-15 00:00","","","","",39.88,39.88,28.32,27.6,13.36,7.52,2.92,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43214",2,30.039534,-95.6739,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",1,5.6884,5.612709,22.24,"2013-01-22 00:00",17.08,"2013-02-27 00:00",13.92,"2013-02-15 00:00",13.6,"2013-01-10 00:00","","","","",22.24,22.24,17.08,13.92,7.92,3.12,1.28,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43216",2,30.039534,-95.6739,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43217",2,30.039534,-95.6739,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0528,0.014,0.12,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43218",2,30.039534,-95.6739,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0384,0.144905,0.68,"2013-03-29 00:00",0.28,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.68,0.68,0.28,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43220",2,30.039534,-95.6739,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,3.274,2.58046,11.1,"2013-01-22 00:00",9.7,"2013-01-10 00:00",7.15,"2013-02-27 00:00",4.7,"2013-02-15 00:00","","","","",11.1,11.1,9.7,7.15,3.8,2.4,1.25,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43221",2,30.039534,-95.6739,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,4.384,3.515849,13.85,"2013-01-22 00:00",11.75,"2013-02-27 00:00",9.5,"2013-01-10 00:00",9.1,"2013-02-15 00:00","","","","",13.85,13.85,11.75,9.5,5.75,3.5,1,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43224",2,30.039534,-95.6739,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.058,0.04,0.25,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.25,0.25,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43226",2,30.039534,-95.6739,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.054,0.02,0.15,"2013-03-23 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.15,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43227",2,30.039534,-95.6739,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.052,0.01,0.1,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43228",2,30.039534,-95.6739,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.056,0.021985,0.15,"2013-03-23 00:00",0.1,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.15,0.1,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43230",2,30.039534,-95.6739,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",3,0.606,0.530165,1.98,"2013-01-22 00:00",1.92,"2013-02-27 00:00",1.26,"2013-01-10 00:00",1.26,"2013-02-15 00:00","","","","",1.98,1.98,1.92,1.26,0.84,0.48,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43231",2,30.039534,-95.6739,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.8592,0.760668,2.88,"2013-02-27 00:00",2.7,"2013-01-22 00:00",1.86,"2013-01-10 00:00",1.68,"2013-02-15 00:00","","","","",2.88,2.88,2.7,1.86,1.08,0.72,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43232",2,30.039534,-95.6739,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",2,0.522,0.382285,1.61,"2013-02-27 00:00",1.4,"2013-01-22 00:00",0.98,"2013-01-10 00:00",0.91,"2013-05-10 00:00","","","","",1.61,1.61,1.4,0.98,0.7,0.49,0.14,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43233",2,30.039534,-95.6739,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",6,0.3768,0.323209,1.28,"2013-02-27 00:00",0.96,"2013-02-15 00:00",0.88,"2013-02-03 00:00",0.72,"2013-05-10 00:00","","","","",1.28,1.28,0.96,0.88,0.56,0.24,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43234",2,30.039534,-95.6739,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43235",2,30.039534,-95.6739,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",17,0.1204,0.147549,0.72,"2013-02-27 00:00",0.36,"2013-01-22 00:00",0.18,"2013-01-10 00:00",0.18,"2013-02-09 00:00","","","","",0.72,0.72,0.36,0.18,0.18,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43238",2,30.039534,-95.6739,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",14,0.096,0.08026,0.4,"2013-02-03 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-22 00:00",0.2,"2013-04-28 00:00","","","","",0.4,0.4,0.2,0.2,0.1,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43242",2,30.039534,-95.6739,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",14,0.182,0.220737,0.85,"2013-01-22 00:00",0.75,"2013-02-27 00:00",0.5,"2013-02-15 00:00",0.3,"2013-01-10 00:00","","","","",0.85,0.85,0.75,0.5,0.25,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43243",2,30.039534,-95.6739,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",12,0.278,0.373073,1.4,"2013-05-22 00:00",1.2,"2013-05-10 00:00",0.8,"2013-04-22 00:00",0.55,"2013-05-16 00:00","","","","",1.4,1.4,1.2,0.8,0.45,0.1,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43244",2,30.039534,-95.6739,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",20,0.1192,0.155989,0.6,"2013-01-22 00:00",0.54,"2013-02-27 00:00",0.3,"2013-01-10 00:00",0.3,"2013-04-22 00:00","","","","",0.6,0.6,0.54,0.3,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43247",2,30.039534,-95.6739,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",18,0.0864,0.068671,0.28,"2013-01-22 00:00",0.28,"2013-02-27 00:00",0.14,"2013-01-10 00:00",0.14,"2013-02-09 00:00","","","","",0.28,0.28,0.28,0.14,0.14,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43248",2,30.039534,-95.6739,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",15,0.6708,1.102448,3.9,"2013-02-27 00:00",3.72,"2013-01-22 00:00",2.28,"2013-02-15 00:00",1.44,"2013-02-03 00:00","","","","",3.9,3.9,3.72,2.28,0.78,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43249",2,30.039534,-95.6739,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",9,0.3316,0.314214,1.12,"2013-02-27 00:00",1.05,"2013-01-22 00:00",0.7,"2013-01-10 00:00",0.63,"2013-02-15 00:00","","","","",1.12,1.12,1.05,0.7,0.49,0.21,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43250",2,30.039534,-95.6739,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.3552,0.317557,0.96,"2013-01-22 00:00",0.96,"2013-02-27 00:00",0.8,"2013-04-22 00:00",0.8,"2013-05-10 00:00","","","","",0.96,0.96,0.96,0.8,0.56,0.32,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43252",2,30.039534,-95.6739,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",14,0.14,0.117651,0.4,"2013-02-27 00:00",0.4,"2013-05-10 00:00",0.32,"2013-01-22 00:00",0.24,"2013-02-15 00:00","","","","",0.4,0.4,0.4,0.32,0.24,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43253",2,30.039534,-95.6739,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",17,0.1172,0.116602,0.48,"2013-02-27 00:00",0.32,"2013-01-22 00:00",0.32,"2013-02-15 00:00",0.24,"2013-02-03 00:00","","","","",0.48,0.48,0.32,0.32,0.16,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43261",2,30.039534,-95.6739,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",4,0.8424,1.076636,4.34,"2013-02-27 00:00",3.64,"2013-01-22 00:00",2.1,"2013-02-15 00:00",1.54,"2013-01-10 00:00","","","","",4.34,4.34,3.64,2.1,0.98,0.49,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43262",2,30.039534,-95.6739,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",4,0.6392,0.721918,2.7,"2013-01-22 00:00",2.64,"2013-02-27 00:00",1.62,"2013-02-15 00:00",1.08,"2013-02-03 00:00","","","","",2.7,2.7,2.64,1.62,0.72,0.42,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43263",2,30.039534,-95.6739,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",19,0.22,0.338662,1.12,"2013-01-22 00:00",1.12,"2013-02-27 00:00",0.7,"2013-04-22 00:00",0.63,"2013-02-15 00:00","","","","",1.12,1.12,1.12,0.7,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43280",2,30.039534,-95.6739,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",3,1.1836,0.555307,2.16,"2013-01-22 00:00",1.96,"2013-02-03 00:00",1.84,"2013-03-29 00:00",1.72,"2013-02-27 00:00","","","","",2.16,2.16,1.96,1.84,1.6,1.28,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43282",2,30.039534,-95.6739,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43283",2,30.039534,-95.6739,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43284",2,30.039534,-95.6739,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",19,0.1244,0.164192,0.72,"2013-01-22 00:00",0.48,"2013-02-15 00:00",0.3,"2013-05-04 00:00",0.24,"2013-02-09 00:00","","","","",0.72,0.72,0.48,0.3,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43285",2,30.039534,-95.6739,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",6,0.8112,0.802129,3,"2013-01-22 00:00",2.7,"2013-02-27 00:00",2.04,"2013-02-15 00:00",1.38,"2013-04-22 00:00","","","","",3,3,2.7,2.04,1.14,0.6,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43289",2,30.039534,-95.6739,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43290",2,30.039534,-95.6739,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43291",2,30.039534,-95.6739,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.074,0.085489,0.42,"2013-01-22 00:00",0.28,"2013-04-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.42,0.42,0.28,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43331",2,30.039534,-95.6739,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",25,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43801",2,30.039534,-95.6739,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.7056,0.093723,0.94,"2013-05-22 00:00",0.9,"2013-05-10 00:00",0.82,"2013-02-03 00:00",0.81,"2013-04-16 00:00","","","","",0.94,0.94,0.9,0.82,0.77,0.68,0.6,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43802",2,30.039534,-95.6739,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0848,0.023295,0.14,"2013-02-27 00:00",0.14,"2013-04-22 00:00",0.12,"2013-01-22 00:00",0.12,"2013-03-29 00:00","","","","",0.14,0.14,0.14,0.12,0.09,0.08,0.06,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43803",2,30.039534,-95.6739,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0172,0.009363,0.03,"2013-01-22 00:00",0.03,"2013-02-09 00:00",0.03,"2013-02-27 00:00",0.03,"2013-04-22 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.02,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43804",2,30.039534,-95.6739,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.086,0.035237,0.15,"2013-05-10 00:00",0.12,"2013-04-28 00:00",0.11,"2013-03-29 00:00",0.1,"2013-01-10 00:00","","","","",0.15,0.15,0.12,0.11,0.1,0.09,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43811",2,30.039534,-95.6739,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.2436,0.011136,0.28,"2013-01-10 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-21 00:00",0.25,"2013-01-28 00:00","","","","",0.28,0.28,0.26,0.26,0.25,0.24,0.23,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43813",2,30.039534,-95.6739,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43814",2,30.039534,-95.6739,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0104,0.011719,0.04,"2013-02-27 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43815",2,30.039534,-95.6739,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0152,0.024,0.08,"2013-01-28 00:00",0.06,"2013-04-22 00:00",0.04,"2013-03-17 00:00",0.04,"2013-03-23 00:00","","","","",0.08,0.08,0.06,0.04,0.04,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43817",2,30.039534,-95.6739,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.02,0.011547,0.04,"2013-01-22 00:00",0.04,"2013-02-27 00:00",0.04,"2013-03-29 00:00",0.04,"2013-04-22 00:00","","","","",0.04,0.04,0.04,0.04,0.02,0.02,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43818",2,30.039534,-95.6739,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43819",2,30.039534,-95.6739,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0024,0.005972,0.02,"2013-03-23 00:00",0.02,"2013-04-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-05-10 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43820",2,30.039534,-95.6739,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43823",2,30.039534,-95.6739,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.5444,0.027851,0.61,"2013-01-10 00:00",0.59,"2013-02-15 00:00",0.58,"2013-02-03 00:00",0.57,"2013-01-04 00:00","","","","",0.61,0.61,0.59,0.58,0.56,0.55,0.51,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43824",2,30.039534,-95.6739,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0032,0.007483,0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00",0.02,"2013-03-29 00:00",0.02,"2013-04-22 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43826",2,30.039534,-95.6739,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0016,0.005538,0.02,"2013-03-05 00:00",0.02,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43829",2,30.039534,-95.6739,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43830",2,30.039534,-95.6739,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0.0096,0.029648,0.12,"2013-05-10 00:00",0.09,"2013-04-28 00:00",0.03,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.12,0.12,0.09,0.03,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43831",2,30.039534,-95.6739,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,41,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43843",2,30.039534,-95.6739,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43860",2,30.039534,-95.6739,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43954",2,30.039534,-95.6739,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",9,0.1456,0.140329,0.66,"2013-02-03 00:00",0.33,"2013-01-04 00:00",0.33,"2013-02-15 00:00",0.33,"2013-02-27 00:00","","","","",0.66,0.66,0.33,0.33,0.11,0.11,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","43960",2,30.039534,-95.6739,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",15,0.1292,0.136288,0.64,"2013-02-27 00:00",0.32,"2013-01-22 00:00",0.32,"2013-02-15 00:00",0.24,"2013-02-03 00:00","","","","",0.64,0.64,0.32,0.32,0.16,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","44201",2,30.039534,-95.6739,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8495,97,353,365,0,247,0,0,"Requested but not yet concurred",1003,0.043482,0.016371,0.101,"2013-08-09 18:00",0.098,"2013-05-13 15:00",0.096,"2013-07-03 16:00",0.094,"2013-10-09 16:00","","","","",0.094,0.084,0.074,0.065,0.052,0.041,0.023,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","44201",2,30.039534,-95.6739,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8543,96,350,365,0,0,0,0,"Requested but not yet concurred",0,0.037137,0.013499,0.083,"2013-08-28 11:00",0.082,"2013-05-13 11:00",0.082,"2013-10-09 11:00",0.08,"2013-07-03 11:00","","","","",0.08,0.069,0.059,0.055,0.046,0.036,0.02,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","44201",2,30.039534,-95.6739,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8543,96,350,365,0,0,4,4,"Requested but not yet concurred",0,0.037137,0.013499,0.083,"2013-08-28 11:00",0.082,"2013-05-13 11:00",0.082,"2013-10-09 11:00",0.08,"2013-07-03 11:00","","","","",0.08,0.069,0.059,0.055,0.046,0.036,0.02,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0029","45109",2,30.039534,-95.6739,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,1.5424,1.491401,6.32,"2013-02-27 00:00",4.16,"2013-01-22 00:00",3.84,"2013-02-03 00:00",3.76,"2013-02-15 00:00","","","","",6.32,6.32,4.16,3.84,1.84,1.04,0.4,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45201",2,30.039534,-95.6739,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,1.8024,1.412177,6.48,"2013-01-22 00:00",3.9,"2013-02-27 00:00",3.42,"2013-02-15 00:00",3.18,"2013-03-23 00:00","","","","",6.48,6.48,3.9,3.42,1.92,1.68,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45202",2,30.039534,-95.6739,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,2.2092,1.994496,7.7,"2013-02-27 00:00",7.28,"2013-01-22 00:00",4.83,"2013-02-03 00:00",4.62,"2013-02-15 00:00","","","","",7.7,7.7,7.28,4.83,2.87,1.75,0.7,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45203",2,30.039534,-95.6739,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.3936,0.387759,1.44,"2013-02-27 00:00",1.28,"2013-01-22 00:00",1.04,"2013-02-15 00:00",0.72,"2013-03-23 00:00","","","","",1.44,1.44,1.28,1.04,0.48,0.32,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45204",2,30.039534,-95.6739,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.5504,0.443213,2,"2013-02-27 00:00",1.28,"2013-02-03 00:00",1.2,"2013-01-22 00:00",1.2,"2013-02-15 00:00","","","","",2,2,1.28,1.2,0.64,0.4,0.24,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45207",2,30.039534,-95.6739,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0552,0.026,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45208",2,30.039534,-95.6739,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",18,0.1044,0.11162,0.54,"2013-01-22 00:00",0.27,"2013-03-23 00:00",0.18,"2013-01-10 00:00",0.18,"2013-03-29 00:00","","","","",0.54,0.54,0.27,0.18,0.18,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45209",2,30.039534,-95.6739,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0552,0.026,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45210",2,30.039534,-95.6739,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0144,0.033675,0.09,"2013-01-10 00:00",0.09,"2013-02-21 00:00",0.09,"2013-04-22 00:00",0.09,"2013-05-22 00:00","","","","",0.09,0.09,0.09,0.09,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45211",2,30.039534,-95.6739,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0552,0.026,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45212",2,30.039534,-95.6739,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",19,0.1064,0.127177,0.54,"2013-02-15 00:00",0.45,"2013-01-22 00:00",0.18,"2013-01-04 00:00",0.18,"2013-01-10 00:00","","","","",0.54,0.54,0.45,0.18,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45213",2,30.039534,-95.6739,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",24,0.0552,0.026,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45218",2,30.039534,-95.6739,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.058,0.031225,0.2,"2013-02-27 00:00",0.1,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45219",2,30.039534,-95.6739,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",21,0.062,0.033166,0.2,"2013-02-15 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45220",2,30.039534,-95.6739,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.24,0.154919,0.56,"2013-02-03 00:00",0.56,"2013-02-15 00:00",0.56,"2013-05-22 00:00",0.4,"2013-03-23 00:00","","","","",0.56,0.56,0.56,0.56,0.32,0.24,0.08,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45225",2,30.039534,-95.6739,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",23,0.064,0.050166,0.27,"2013-02-27 00:00",0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","45801",2,30.039534,-95.6739,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",25,100,25,25,0,0,"","","Certification not required",0,0.0144,0.026153,0.06,"2013-01-22 00:00",0.06,"2013-02-09 00:00",0.06,"2013-02-21 00:00",0.06,"2013-03-23 00:00","","","","",0.06,0.06,0.06,0.06,0,0,0,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","201","0029","61101",1,30.039534,-95.6739,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7268,83,303,365,0,10,"","","Certification not required",0,4.74806,2.967106,18.1,"2013-01-29 14:00",16.4,"2013-01-30 11:00",16.1,"2013-01-29 13:00",15.9,"2013-01-30 10:00","","","","",13,11.8,10.1,8.8,6.7,4.3,1.2,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","61103",1,30.039534,-95.6739,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7268,83,303,365,0,10,"","","Certification not required",0,4.337204,2.933302,17.6,"2013-01-29 14:00",15.6,"2013-01-29 13:00",15.6,"2013-01-30 11:00",15.2,"2013-01-30 10:00","","","","",12.5,11.4,9.7,8.4,6.3,3.8,1,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","61104",1,30.039534,-95.6739,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7268,83,303,365,0,10,"","","Certification not required",0,173.060567,102.691511,360,"2013-01-02 21:00",360,"2013-01-13 20:00",360,"2013-02-15 22:00",360,"2013-08-23 07:00","","","","",358.3,356.6,351.7,342.7,223.9,160.3,33.2,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","61105",1,30.039534,-95.6739,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7268,83,303,365,0,10,"","","Certification not required",0,10.047331,5.71414,36,"2013-10-31 03:00",34,"2013-10-31 04:00",33,"2013-02-25 15:00",32,"2013-02-25 14:00","","","","",26,23,20,18,14,10,3,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","61106",1,30.039534,-95.6739,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7268,83,303,365,0,10,"","","Certification not required",0,25.4653,13.351642,78.7,"2013-07-03 05:00",78.3,"2013-06-21 05:00",78.3,"2013-06-22 04:00",78,"2013-01-11 03:00","","","","",69.2,64.5,55.3,44.8,31.2,20.7,13.4,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","62101",1,30.039534,-95.6739,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7265,83,303,365,0,13,"","","Certification not required",0,71.134343,14.402351,103,"2013-06-29 15:00",103,"2013-06-29 16:00",102,"2013-06-29 14:00",102,"2013-06-29 17:00","","","","",98,96,93,89,81,74,50,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","62103",1,30.039534,-95.6739,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7266,83,303,365,0,12,"","","Certification not required",0,59.41357,13.751307,78,"2013-07-22 06:00",77,"2013-07-22 01:00",77,"2013-07-22 02:00",77,"2013-07-22 03:00","","","","",76,75,74,73,70,64,37,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","62201",1,30.039534,-95.6739,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7268,83,303,365,0,10,"","","Certification not required",0,70.437534,21.043562,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-06 01:00",100,"2013-01-06 02:00","","","","",100,100,97,95,89,75,39,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0029","63301",1,30.039534,-95.6739,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7270,83,303,365,0,8,"","","Certification not required",3518,0.287711,0.401122,1.44,"2013-05-03 12:00",1.43,"2013-05-05 12:00",1.43,"2013-07-13 12:00",1.42,"2013-04-19 12:00","","","","",1.34,1.28,1.16,0.99,0.52,0.02,0.005,"Northwest Harris County","16822 Kitzman","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0036","43173",1,29.7761,-95.1051,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43202",1,29.7761,-95.1051,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,25.387547,18.575723,91.28,"2013-01-22 00:00",72.64,"2013-02-15 00:00",64.06,"2013-01-10 00:00",60.74,"2013-02-03 00:00","","","","",91.28,72.64,64.06,58.34,31.42,18.08,10.06,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43203",1,29.7761,-95.1051,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,5.067925,3.048044,13.52,"2013-01-22 00:00",11.92,"2013-04-22 00:00",11.64,"2013-08-20 00:00",11.44,"2013-11-30 00:00","","","","",13.52,11.92,11.64,9.44,6.78,4.18,2.08,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43204",1,29.7761,-95.1051,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,30.221887,26.254346,109.5,"2013-01-22 00:00",102.03,"2013-02-15 00:00",91.35,"2013-06-09 00:00",86.13,"2013-03-17 00:00","","","","",109.5,102.03,91.35,75.6,32.94,19.35,10.44,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43205",1,29.7761,-95.1051,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,4.545094,4.17189,23.34,"2013-10-01 00:00",15.15,"2013-06-09 00:00",13.71,"2013-09-13 00:00",11.61,"2013-10-31 00:00","","","","",23.34,15.15,13.71,8.79,5.13,3.39,0.78,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43206",1,29.7761,-95.1051,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,1.316604,1.044749,6.44,"2013-05-04 00:00",3.12,"2013-02-15 00:00",2.78,"2013-01-22 00:00",2.76,"2013-09-25 00:00","","","","",6.44,3.12,2.78,2.74,1.7,1.06,0.48,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43212",1,29.7761,-95.1051,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,21.570566,17.912241,79.96,"2013-06-09 00:00",69.12,"2013-03-17 00:00",61.12,"2013-01-22 00:00",60.6,"2013-02-15 00:00","","","","",79.96,69.12,61.12,47,28.96,13.68,7.64,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43214",1,29.7761,-95.1051,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,13.957736,11.079723,46.32,"2013-06-09 00:00",38.84,"2013-01-22 00:00",38.12,"2013-03-17 00:00",38,"2013-02-15 00:00","","","","",46.32,38.84,38.12,30.76,22.08,11.2,4.4,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43216",1,29.7761,-95.1051,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.216415,0.251947,0.88,"2013-05-04 00:00",0.84,"2013-03-17 00:00",0.8,"2013-06-15 00:00",0.8,"2013-10-31 00:00","","","","",0.88,0.84,0.8,0.68,0.28,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43217",1,29.7761,-95.1051,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",21,0.262075,0.236817,1.08,"2013-05-04 00:00",0.72,"2013-03-17 00:00",0.72,"2013-10-31 00:00",0.64,"2013-09-13 00:00","","","","",1.08,0.72,0.72,0.6,0.44,0.2,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43218",1,29.7761,-95.1051,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.390189,0.465215,1.92,"2013-06-21 00:00",1.64,"2013-04-10 00:00",1.52,"2013-10-19 00:00",1.28,"2013-02-15 00:00","","","","",1.92,1.64,1.52,0.92,0.6,0.28,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43220",1,29.7761,-95.1051,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,11.090566,10.665982,54.6,"2013-02-27 00:00",47.45,"2013-06-09 00:00",27.75,"2013-03-17 00:00",27.6,"2013-08-08 00:00","","","","",54.6,47.45,27.75,23.8,13.9,7.95,2.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43221",1,29.7761,-95.1051,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,17.00566,14.032704,85.15,"2013-02-27 00:00",39.45,"2013-08-08 00:00",38.1,"2013-06-09 00:00",37.45,"2013-01-22 00:00","","","","",85.15,39.45,38.1,33.55,23.1,15.25,3.65,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43224",1,29.7761,-95.1051,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.19434,0.381377,1.85,"2013-09-13 00:00",1.25,"2013-08-08 00:00",1.15,"2013-06-21 00:00",1.15,"2013-06-27 00:00","","","","",1.85,1.25,1.15,0.55,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43226",1,29.7761,-95.1051,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",20,0.307547,0.273755,0.85,"2013-03-17 00:00",0.8,"2013-09-13 00:00",0.8,"2013-09-25 00:00",0.75,"2013-11-30 00:00","","","","",0.85,0.8,0.8,0.7,0.55,0.2,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43227",1,29.7761,-95.1051,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.131132,0.115703,0.4,"2013-03-17 00:00",0.35,"2013-02-21 00:00",0.35,"2013-10-31 00:00",0.35,"2013-11-30 00:00","","","","",0.4,0.35,0.35,0.3,0.25,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43228",1,29.7761,-95.1051,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",15,0.324528,0.242904,0.9,"2013-03-17 00:00",0.9,"2013-10-31 00:00",0.7,"2013-02-21 00:00",0.7,"2013-11-18 00:00","","","","",0.9,0.9,0.7,0.65,0.5,0.3,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43230",1,29.7761,-95.1051,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.484906,1.869668,8.4,"2013-06-09 00:00",7.08,"2013-10-31 00:00",6.96,"2013-05-16 00:00",6.84,"2013-02-27 00:00","","","","",8.4,7.08,6.96,5.1,3.24,2.1,0.6,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43231",1,29.7761,-95.1051,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.937358,4.002001,21.12,"2013-06-09 00:00",14.64,"2013-05-16 00:00",13.5,"2013-10-31 00:00",12.84,"2013-03-17 00:00","","","","",21.12,14.64,13.5,7.56,4.92,2.82,0.72,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43232",1,29.7761,-95.1051,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.743396,1.762195,9.24,"2013-06-09 00:00",7.35,"2013-05-16 00:00",6.09,"2013-10-31 00:00",5.46,"2013-03-17 00:00","","","","",9.24,7.35,6.09,3.29,1.82,1.33,0.42,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43233",1,29.7761,-95.1051,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",5,1.071887,1.100505,5.04,"2013-05-16 00:00",4.08,"2013-06-09 00:00",3.68,"2013-02-27 00:00",3.2,"2013-02-15 00:00","","","","",5.04,4.08,3.68,2.4,1.36,0.64,0.16,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43234",1,29.7761,-95.1051,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43235",1,29.7761,-95.1051,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",14,0.561698,0.689826,3.87,"2013-05-16 00:00",1.98,"2013-02-27 00:00",1.8,"2013-01-10 00:00",1.8,"2013-06-09 00:00","","","","",3.87,1.98,1.8,1.53,0.72,0.36,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43238",1,29.7761,-95.1051,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",14,0.435849,0.465066,2,"2013-06-27 00:00",1.7,"2013-05-16 00:00",1.5,"2013-01-10 00:00",1.3,"2013-01-22 00:00","","","","",2,1.7,1.5,1.2,0.6,0.3,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43242",1,29.7761,-95.1051,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.585849,0.533167,2.3,"2013-06-09 00:00",2.05,"2013-03-17 00:00",2,"2013-02-27 00:00",1.3,"2013-02-15 00:00","","","","",2.3,2.05,2,1.3,0.85,0.45,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43243",1,29.7761,-95.1051,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,1.183019,1.361841,5.7,"2013-08-08 00:00",4.85,"2013-06-27 00:00",3.65,"2013-09-13 00:00",3.35,"2013-07-27 00:00","","","","",5.7,4.85,3.65,3.05,1.9,0.5,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43244",1,29.7761,-95.1051,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,0.456226,0.37164,1.56,"2013-02-27 00:00",1.32,"2013-05-16 00:00",1.14,"2013-10-31 00:00",1.08,"2013-08-08 00:00","","","","",1.56,1.32,1.14,1.02,0.72,0.42,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43247",1,29.7761,-95.1051,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",15,0.311321,0.266256,1.19,"2013-05-16 00:00",0.91,"2013-10-31 00:00",0.84,"2013-06-09 00:00",0.84,"2013-09-25 00:00","","","","",1.19,0.91,0.84,0.7,0.42,0.28,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43248",1,29.7761,-95.1051,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,1.913019,1.708376,9.06,"2013-06-09 00:00",5.28,"2013-01-22 00:00",4.86,"2013-02-27 00:00",4.38,"2013-05-16 00:00","","","","",9.06,5.28,4.86,4.08,2.64,1.56,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43249",1,29.7761,-95.1051,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.361698,1.060854,4.62,"2013-05-16 00:00",4.41,"2013-06-09 00:00",4.2,"2013-10-31 00:00",3.64,"2013-08-20 00:00","","","","",4.62,4.41,4.2,2.8,1.61,1.12,0.35,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43250",1,29.7761,-95.1051,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.17283,1.917559,14.16,"2013-08-26 00:00",3.04,"2013-09-25 00:00",2.08,"2013-05-04 00:00",2,"2013-02-27 00:00","","","","",14.16,3.04,2.08,1.68,1.28,0.88,0.16,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43252",1,29.7761,-95.1051,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.361698,0.301405,1.76,"2013-10-13 00:00",1.12,"2013-09-25 00:00",0.96,"2013-08-26 00:00",0.88,"2013-05-04 00:00","","","","",1.76,1.12,0.96,0.56,0.48,0.32,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43253",1,29.7761,-95.1051,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",16,0.395472,0.437205,2,"2013-05-16 00:00",1.68,"2013-06-09 00:00",1.36,"2013-10-31 00:00",1.2,"2013-08-20 00:00","","","","",2,1.68,1.36,0.96,0.48,0.24,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43261",1,29.7761,-95.1051,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,1.789434,1.962243,11.55,"2013-06-09 00:00",6.72,"2013-05-16 00:00",4.69,"2013-10-31 00:00",4.48,"2013-03-17 00:00","","","","",11.55,6.72,4.69,3.85,2.45,1.19,0.28,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43262",1,29.7761,-95.1051,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.814717,1.675664,8.88,"2013-06-09 00:00",5.76,"2013-03-17 00:00",5.28,"2013-05-16 00:00",4.8,"2013-02-27 00:00","","","","",8.88,5.76,5.28,3.9,2.28,1.26,0.42,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43263",1,29.7761,-95.1051,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",18,1.176604,1.211468,4.97,"2013-10-31 00:00",4.69,"2013-05-16 00:00",4.2,"2013-06-09 00:00",3.57,"2013-08-20 00:00","","","","",4.97,4.69,4.2,2.52,1.61,0.98,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43280",1,29.7761,-95.1051,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",6,1.912075,1.431119,6.72,"2013-09-01 00:00",4.72,"2013-06-15 00:00",4.56,"2013-05-04 00:00",4.2,"2013-01-28 00:00","","","","",6.72,4.72,4.56,3.72,2.88,1.6,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43282",1,29.7761,-95.1051,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.083019,0.055421,0.3,"2013-09-13 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-21 00:00",0.2,"2013-08-08 00:00","","","","",0.3,0.2,0.2,0.15,0.1,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43283",1,29.7761,-95.1051,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",36,0.123585,0.140604,0.6,"2013-06-21 00:00",0.55,"2013-01-10 00:00",0.5,"2013-06-27 00:00",0.4,"2013-08-08 00:00","","","","",0.6,0.55,0.5,0.35,0.15,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43284",1,29.7761,-95.1051,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",24,0.535472,0.579836,2.04,"2013-02-27 00:00",1.8,"2013-06-09 00:00",1.74,"2013-10-31 00:00",1.68,"2013-05-16 00:00","","","","",2.04,1.8,1.74,1.38,0.9,0.42,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43285",1,29.7761,-95.1051,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",3,3.623208,2.968988,12.66,"2013-06-09 00:00",11.04,"2013-02-27 00:00",10.8,"2013-10-31 00:00",10.02,"2013-05-16 00:00","","","","",12.66,11.04,10.8,7.62,4.56,3.06,0.66,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43289",1,29.7761,-95.1051,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.060189,0.03035,0.18,"2013-06-15 00:00",0.18,"2013-10-31 00:00",0.12,"2013-02-21 00:00",0.12,"2013-05-16 00:00","","","","",0.18,0.18,0.12,0.12,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43290",1,29.7761,-95.1051,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.053774,0.020118,0.18,"2013-03-17 00:00",0.12,"2013-06-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.12,0.05,0.05,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43291",1,29.7761,-95.1051,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.28,0.383511,1.61,"2013-05-16 00:00",1.26,"2013-03-17 00:00",1.19,"2013-06-09 00:00",1.05,"2013-09-25 00:00","","","","",1.61,1.26,1.19,0.77,0.42,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43331",1,29.7761,-95.1051,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43801",1,29.7761,-95.1051,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.708113,0.095193,0.88,"2013-10-13 00:00",0.85,"2013-09-13 00:00",0.85,"2013-11-18 00:00",0.84,"2013-06-03 00:00","","","","",0.88,0.85,0.85,0.83,0.79,0.72,0.59,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43802",1,29.7761,-95.1051,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.151698,0.163092,1.21,"2013-01-22 00:00",0.35,"2013-02-15 00:00",0.34,"2013-10-13 00:00",0.27,"2013-11-30 00:00","","","","",1.21,0.35,0.34,0.26,0.15,0.11,0.07,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43803",1,29.7761,-95.1051,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.064906,0.187336,1.34,"2013-07-15 00:00",0.33,"2013-09-19 00:00",0.23,"2013-09-13 00:00",0.17,"2013-09-25 00:00","","","","",1.34,0.33,0.23,0.07,0.05,0.03,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43804",1,29.7761,-95.1051,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.087358,0.036488,0.19,"2013-05-04 00:00",0.15,"2013-05-22 00:00",0.14,"2013-04-28 00:00",0.11,"2013-01-04 00:00","","","","",0.19,0.15,0.14,0.11,0.1,0.09,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43811",1,29.7761,-95.1051,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.242453,0.014924,0.28,"2013-01-04 00:00",0.28,"2013-01-16 00:00",0.27,"2013-05-04 00:00",0.26,"2013-06-21 00:00","","","","",0.28,0.28,0.27,0.25,0.25,0.24,0.22,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43813",1,29.7761,-95.1051,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43814",1,29.7761,-95.1051,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.010189,0.011518,0.04,"2013-01-22 00:00",0.04,"2013-10-25 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43815",1,29.7761,-95.1051,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.113962,0.184457,1.12,"2013-08-20 00:00",0.6,"2013-08-08 00:00",0.38,"2013-04-10 00:00",0.32,"2013-04-22 00:00","","","","",1.12,0.6,0.38,0.3,0.14,0.06,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43817",1,29.7761,-95.1051,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.074717,0.078559,0.44,"2013-01-22 00:00",0.24,"2013-03-17 00:00",0.2,"2013-01-28 00:00",0.2,"2013-06-21 00:00","","","","",0.44,0.24,0.2,0.18,0.1,0.06,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43818",1,29.7761,-95.1051,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43819",1,29.7761,-95.1051,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004151,0.007705,0.03,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-03-23 00:00",0.02,"2013-04-04 00:00","","","","",0.03,0.02,0.02,0.02,0.01,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43820",1,29.7761,-95.1051,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43823",1,29.7761,-95.1051,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.535283,0.042499,0.62,"2013-03-11 00:00",0.61,"2013-01-16 00:00",0.6,"2013-01-04 00:00",0.59,"2013-02-27 00:00","","","","",0.62,0.61,0.6,0.57,0.56,0.55,0.48,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43824",1,29.7761,-95.1051,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.021887,0.026966,0.12,"2013-03-17 00:00",0.08,"2013-01-28 00:00",0.08,"2013-06-21 00:00",0.08,"2013-08-26 00:00","","","","",0.12,0.08,0.08,0.06,0.04,0.02,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43826",1,29.7761,-95.1051,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.005283,0.017165,0.08,"2013-06-15 00:00",0.08,"2013-11-18 00:00",0.04,"2013-01-10 00:00",0.04,"2013-09-01 00:00","","","","",0.08,0.08,0.04,0.02,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43829",1,29.7761,-95.1051,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.010755,0.044844,0.3,"2013-02-21 00:00",0.12,"2013-02-27 00:00",0.06,"2013-01-28 00:00",0.03,"2013-03-29 00:00","","","","",0.3,0.12,0.06,0.03,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43830",1,29.7761,-95.1051,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004528,0.01488,0.09,"2013-05-04 00:00",0.03,"2013-01-10 00:00",0.03,"2013-06-09 00:00",0.03,"2013-06-27 00:00","","","","",0.09,0.03,0.03,0.03,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43831",1,29.7761,-95.1051,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001132,0.008242,0.06,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.06,0,0,0,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43843",1,29.7761,-95.1051,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43860",1,29.7761,-95.1051,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.046792,0.076856,0.24,"2013-02-27 00:00",0.22,"2013-07-21 00:00",0.22,"2013-09-01 00:00",0.22,"2013-10-31 00:00","","","","",0.24,0.22,0.22,0.18,0.1,0,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43954",1,29.7761,-95.1051,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",18,0.251509,0.261397,1.21,"2013-01-10 00:00",0.99,"2013-02-27 00:00",0.77,"2013-01-22 00:00",0.77,"2013-02-21 00:00","","","","",1.21,0.99,0.77,0.55,0.33,0.11,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","43960",1,29.7761,-95.1051,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",13,0.554151,0.581673,2.56,"2013-05-16 00:00",2.32,"2013-06-09 00:00",1.6,"2013-03-17 00:00",1.6,"2013-10-31 00:00","","","","",2.56,2.32,1.6,1.36,0.8,0.4,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45109",1,29.7761,-95.1051,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.810566,2.048762,8.08,"2013-02-27 00:00",7.44,"2013-09-13 00:00",7.2,"2013-05-16 00:00",7.12,"2013-01-22 00:00","","","","",8.08,7.44,7.2,5.52,4.32,2.08,0.56,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45201",1,29.7761,-95.1051,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,5.655849,3.793605,23.88,"2013-07-21 00:00",12.06,"2013-05-16 00:00",11.28,"2013-09-13 00:00",10.68,"2013-02-27 00:00","","","","",23.88,12.06,11.28,9.96,7.32,4.98,1.92,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45202",1,29.7761,-95.1051,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,5.073019,3.182547,11.83,"2013-05-16 00:00",11.62,"2013-07-03 00:00",10.36,"2013-09-13 00:00",9.52,"2013-02-15 00:00","","","","",11.83,11.62,10.36,9.38,7.14,4.69,1.26,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45203",1,29.7761,-95.1051,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.958491,0.691663,2.96,"2013-09-13 00:00",2.8,"2013-02-27 00:00",2.24,"2013-01-22 00:00",2.16,"2013-02-15 00:00","","","","",2.96,2.8,2.24,2,1.36,0.88,0.16,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45204",1,29.7761,-95.1051,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.90566,0.692247,2.64,"2013-02-27 00:00",2.56,"2013-05-04 00:00",2.48,"2013-01-22 00:00",2.16,"2013-05-16 00:00","","","","",2.64,2.56,2.48,2.08,1.36,0.64,0.16,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45207",1,29.7761,-95.1051,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.093208,0.099398,0.45,"2013-01-22 00:00",0.36,"2013-02-15 00:00",0.36,"2013-05-16 00:00",0.36,"2013-10-31 00:00","","","","",0.45,0.36,0.36,0.27,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45208",1,29.7761,-95.1051,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",22,0.363774,0.387692,1.71,"2013-01-22 00:00",1.26,"2013-05-16 00:00",1.17,"2013-09-25 00:00",0.99,"2013-10-31 00:00","","","","",1.71,1.26,1.17,0.9,0.54,0.18,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45209",1,29.7761,-95.1051,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",34,0.12717,0.12144,0.54,"2013-01-10 00:00",0.45,"2013-02-27 00:00",0.36,"2013-02-15 00:00",0.36,"2013-02-21 00:00","","","","",0.54,0.45,0.36,0.27,0.18,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45210",1,29.7761,-95.1051,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.295472,0.608973,3.06,"2013-05-04 00:00",2.7,"2013-10-31 00:00",1.98,"2013-08-02 00:00",0.9,"2013-06-27 00:00","","","","",3.06,2.7,1.98,0.54,0.27,0.09,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45211",1,29.7761,-95.1051,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",42,0.09566,0.101461,0.45,"2013-01-22 00:00",0.45,"2013-02-15 00:00",0.36,"2013-02-21 00:00",0.27,"2013-09-13 00:00","","","","",0.45,0.45,0.36,0.27,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45212",1,29.7761,-95.1051,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",22,0.338302,0.37669,1.62,"2013-01-10 00:00",1.35,"2013-01-22 00:00",1.35,"2013-02-27 00:00",1.08,"2013-02-21 00:00","","","","",1.62,1.35,1.35,0.72,0.45,0.27,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45213",1,29.7761,-95.1051,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",37,0.121509,0.130787,0.63,"2013-01-10 00:00",0.45,"2013-02-27 00:00",0.45,"2013-05-16 00:00",0.36,"2013-02-21 00:00","","","","",0.63,0.45,0.45,0.27,0.18,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45218",1,29.7761,-95.1051,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",46,0.060377,0.037157,0.3,"2013-02-15 00:00",0.1,"2013-03-17 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-21 00:00","","","","",0.3,0.1,0.1,0.1,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45219",1,29.7761,-95.1051,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.108491,0.112119,0.6,"2013-01-10 00:00",0.5,"2013-02-15 00:00",0.4,"2013-02-21 00:00",0.2,"2013-02-09 00:00","","","","",0.6,0.5,0.4,0.2,0.1,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45220",1,29.7761,-95.1051,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.899623,1.391659,8.08,"2013-11-18 00:00",5.76,"2013-02-27 00:00",3.36,"2013-06-03 00:00",2,"2013-09-13 00:00","","","","",8.08,5.76,3.36,1.84,1.04,0.4,0.08,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45225",1,29.7761,-95.1051,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.094151,0.112034,0.63,"2013-01-10 00:00",0.36,"2013-02-21 00:00",0.36,"2013-05-04 00:00",0.27,"2013-03-17 00:00","","","","",0.63,0.36,0.36,0.27,0.05,0.05,0.05,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","45801",1,29.7761,-95.1051,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.067925,0.101249,0.48,"2013-01-22 00:00",0.36,"2013-05-16 00:00",0.3,"2013-01-10 00:00",0.3,"2013-10-13 00:00","","","","",0.48,0.36,0.3,0.18,0.06,0.06,0,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0036","61101",1,29.7761,-95.1051,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7180,82,299,365,0,16,"","","Certification not required",0,3.602103,1.921037,15.4,"2013-02-25 16:00",15,"2013-02-25 20:00",14.1,"2013-02-25 18:00",13.9,"2013-02-25 15:00","","","","",8.3,7.9,7,6.2,4.9,3.4,1.1,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0036","61103",1,29.7761,-95.1051,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7180,82,299,365,0,16,"","","Certification not required",0,3.096866,1.832592,14.8,"2013-02-25 16:00",14.3,"2013-02-25 20:00",13.5,"2013-02-25 18:00",13.3,"2013-02-25 15:00","","","","",7.6,7.2,6.3,5.6,4.3,2.9,0.8,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0036","61104",1,29.7761,-95.1051,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7180,82,299,365,0,16,"","","Certification not required",0,155.325292,93.067159,359.9,"2013-01-06 00:00",359.9,"2013-02-24 01:00",359.9,"2013-05-05 18:00",359.8,"2013-01-01 22:00","","","","",355.5,349.6,332,302.3,226.7,134.1,29,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0036","61105",1,29.7761,-95.1051,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7180,82,299,365,0,16,"","","Certification not required",0,9.177577,4.451321,35,"2013-02-25 20:00",32,"2013-02-25 18:00",31,"2013-02-25 16:00",31,"2013-02-25 17:00","","","","",21,19,17,15,12,9,3,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0036","61106",1,29.7761,-95.1051,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7180,82,299,365,0,16,"","","Certification not required",0,31.605237,11.420243,79.2,"2013-05-06 19:00",78.7,"2013-03-26 23:00",78.3,"2013-02-21 22:00",78,"2013-08-24 00:00","","","","",69.7,64.1,55.2,45.8,37.3,29.3,20,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0036","62101",1,29.7761,-95.1051,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7187,82,299,365,0,9,"","","Certification not required",0,71.834562,13.062686,101,"2013-06-29 15:00",101,"2013-06-29 16:00",100,"2013-06-29 14:00",99,"2013-06-29 13:00","","","","",93,92,89,87,81,75,52,"Jacinto Port","Corner of First & Elsbeth Streets","Texas","Harris","Channelview","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0046","42401",1,29.828086,-95.284096,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8661,99,365,365,0,0,0,"","Certification not required",0,0.701644,2.064761,26.9,"2013-12-29 12:00",12.2,"2013-05-07 20:00",9.9,"2013-05-09 01:00",9.8,"2013-05-15 02:00","","","","",9.8,5.5,3.3,2.1,1,0.1,-0.4,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0046","42401",1,29.828086,-95.284096,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8661,99,365,365,0,0,"","","Certification not required",0,-0.207574,0.780035,26.9,"2013-12-29 12:00",26.3,"2013-12-29 13:00",19.5,"2013-12-29 14:00",12.2,"2013-05-07 20:00","","","","",2.2,1.4,0.6,0.2,-0.1,-0.4,-0.6,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0046","42401",1,29.828086,-95.284096,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,-0.212055,0.439739,4.7,"2013-12-29 00:00",1.8,"2013-05-13 00:00",1.6,"2013-05-17 00:00",1.1,"2013-06-27 00:00","","","","",1.1,0.9,0.4,0.2,-0.1,-0.3,-0.6,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0046","42401",1,29.828086,-95.284096,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2838,97,364,365,0,0,"",0,"Certification not required",0,-0.190063,0.719853,24.2,"2013-12-29 14:00",9.9,"2013-12-29 17:00",6.8,"2013-05-13 14:00",5.8,"2013-05-15 02:00","","","","",1.9,1.4,0.6,0.2,-0.1,-0.3,-0.6,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0046","42406",1,29.828086,-95.284096,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6475,74,273,365,0,77,"","","Certification not required",0,0.0579,1.091671,28.7,"2013-05-13 14:00",24.5,"2013-05-13 13:00",21.4,"2013-05-13 12:00",18.6,"2013-05-07 20:00","","","","",4.2,2.7,1.2,0.6,0,-0.2,-0.4,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-12" +"48","201","0046","44201",1,29.828086,-95.284096,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8507,98,358,365,0,0,0,0,"Requested but not yet concurred",1592,0.041732,0.016183,0.101,"2013-07-25 16:00",0.093,"2013-08-09 15:00",0.088,"2013-07-12 16:00",0.087,"2013-06-04 14:00","","","","",0.087,0.082,0.075,0.063,0.05,0.04,0.022,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0046","44201",1,29.828086,-95.284096,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8590,98,356,365,0,0,0,0,"Requested but not yet concurred",0,0.034663,0.013301,0.077,"2013-08-28 09:00",0.073,"2013-09-25 11:00",0.071,"2013-10-09 10:00",0.07,"2013-06-04 10:00","","","","",0.07,0.067,0.061,0.052,0.042,0.033,0.019,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0046","44201",1,29.828086,-95.284096,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8590,98,356,365,0,0,1,1,"Requested but not yet concurred",0,0.034663,0.013301,0.077,"2013-08-28 09:00",0.073,"2013-09-25 11:00",0.071,"2013-10-09 10:00",0.07,"2013-06-04 10:00","","","","",0.07,0.067,0.061,0.052,0.042,0.033,0.019,"Houston North Wayside","7330 1/2 North Wayside","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0047","42101",1,29.834722,-95.489167,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8491,97,355,365,0,0,0,0,"Certification not required",7790,0.29748,0.192281,3.2,"2013-12-16 06:00",2.8,"2013-12-17 19:00",2.6,"2013-12-16 07:00",2.6,"2013-12-17 18:00","","","","",1.2,1,0.6,0.25,0.25,0.25,0.25,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0047","42101",1,29.834722,-95.489167,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8515,97,351,365,0,0,0,0,"Certification not required",0,0.338379,0.140587,2.3,"2013-12-16 07:00",2.3,"2013-12-16 08:00",2.3,"2013-12-16 09:00",2.1,"2013-12-16 10:00",2.3,"2013-12-16 07:00",1.9,"2013-12-18 00:00",1,0.8,0.6,0.4,0.3,0.3,0.3,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0047","42601",1,29.834722,-95.489167,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8352,95,351,365,0,0,"","","Certification not required",0,7.723659,22.048204,346,"2013-12-16 06:00",337.9,"2013-01-11 07:00",297.4,"2013-12-16 07:00",292.8,"2013-12-16 05:00","","","","",116,81.2,33.5,14.3,4.8,2,0.2,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0047","42602",1,29.834722,-95.489167,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8346,95,351,365,0,0,0,"","Certification not required",0,23.745869,11.821925,65.7,"2013-10-24 19:00",59.1,"2013-01-21 18:00",57,"2013-12-17 18:00",53.7,"2013-10-23 18:00","","","","",53.7,48.6,45.7,41,32.6,21.5,10,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0047","42602",1,29.834722,-95.489167,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8346,95,351,365,0,0,"","","Certification not required",0,11.777977,9.156149,65.7,"2013-10-24 19:00",59.1,"2013-01-21 18:00",59.1,"2013-10-24 20:00",57,"2013-12-17 18:00","","","","",41.3,38.1,31.8,25.5,15.2,8.8,3.4,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0047","42603",1,29.834722,-95.489167,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8353,95,351,365,0,0,"","","Certification not required",0,19.462971,27.874777,369.1,"2013-12-16 06:00",359.1,"2013-01-11 07:00",340.9,"2013-12-17 19:00",326.7,"2013-12-16 07:00","","","","",149.2,111.5,64.4,39.9,20.3,11,4.1,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0047","44201",2,29.834722,-95.489167,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8407,96,351,365,0,0,0,0,"Requested but not yet concurred",1193,0.04455,0.016622,0.103,"2013-07-03 14:00",0.095,"2013-06-04 15:00",0.093,"2013-07-25 16:00",0.093,"2013-08-28 13:00","","","","",0.093,0.087,0.077,0.065,0.054,0.042,0.025,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0047","44201",2,29.834722,-95.489167,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8475,95,347,365,0,0,1,1,"Requested but not yet concurred",0,0.037346,0.014064,0.088,"2013-07-03 10:00",0.081,"2013-08-28 10:00",0.08,"2013-07-04 10:00",0.079,"2013-05-07 10:00","","","","",0.079,0.07,0.063,0.056,0.047,0.036,0.02,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0047","44201",2,29.834722,-95.489167,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8475,95,347,365,0,0,4,4,"Requested but not yet concurred",0,0.037346,0.014064,0.088,"2013-07-03 10:00",0.081,"2013-08-28 10:00",0.08,"2013-07-04 10:00",0.079,"2013-05-07 10:00","","","","",0.079,0.07,0.063,0.056,0.047,0.036,0.02,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0047","81102",1,29.834722,-95.489167,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",0,21.033333,11.790497,88,"2013-08-08 00:00",55,"2013-06-21 00:00",35,"2013-10-25 00:00",32,"2013-03-23 00:00","","","","",88,55,35,30,25,19,12,"SSW OF LANG RD. & MALIBU ST. INTERSECTION","4401 1/2 LANG RD.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","42401",2,29.623611,-95.473611,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8542,98,359,365,0,0,0,"","Certification not required",0,1.879387,3.999521,44.4,"2013-12-16 16:00",25.5,"2013-12-03 10:00",17.8,"2013-05-04 09:00",17.4,"2013-08-13 09:00","","","","",17.4,13.8,9.6,5.3,1.9,0.5,-0.1,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","42401",2,29.623611,-95.473611,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8542,98,359,365,0,0,"","","Certification not required",0,0.205057,1.24026,44.4,"2013-12-16 16:00",25.5,"2013-12-03 10:00",23.1,"2013-12-16 15:00",22.2,"2013-12-03 09:00","","","","",5.2,2.9,1.3,0.6,0.1,0,-0.2,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","42401",2,29.623611,-95.473611,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",359,98,359,365,0,0,0,"","Certification not required",0,0.205014,0.583457,5.1,"2013-12-16 00:00",3.3,"2013-08-13 00:00",3.3,"2013-12-11 00:00",2.8,"2013-12-03 00:00","","","","",2.8,1.9,1.3,0.9,0.3,0,-0.2,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","42401",2,29.623611,-95.473611,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2788,95,358,365,0,0,"",0,"Certification not required",0,0.21033,1.08646,28.3,"2013-12-16 17:00",16.6,"2013-12-03 11:00",10.9,"2013-12-11 11:00",10.2,"2013-08-13 11:00","","","","",4.5,3,1.4,0.7,0.1,0,-0.2,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","42406",1,29.623611,-95.473611,"NAD27","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6361,73,267,365,0,191,"","","Certification not required",0,0.356768,1.670519,34.8,"2013-05-04 09:00",31.6,"2013-07-10 09:00",29.6,"2013-08-09 09:00",29.4,"2013-07-14 10:00","","","","",8.2,3.9,1.6,0.7,0.2,0,-0.1,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-12" +"48","201","0051","44201",2,29.623611,-95.473611,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8574,99,362,365,0,0,0,0,"Requested but not yet concurred",1030,0.041782,0.015883,0.105,"2013-08-16 15:00",0.094,"2013-10-08 16:00",0.093,"2013-07-05 11:00",0.092,"2013-07-03 14:00","","","","",0.092,0.079,0.071,0.061,0.051,0.04,0.023,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0051","44201",2,29.623611,-95.473611,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8665,99,362,365,0,0,1,1,"Requested but not yet concurred",0,0.036517,0.013716,0.085,"2013-08-16 10:00",0.081,"2013-07-04 10:00",0.079,"2013-06-03 10:00",0.079,"2013-07-05 10:00","","","","",0.079,0.07,0.061,0.056,0.045,0.035,0.021,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0051","44201",2,29.623611,-95.473611,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8665,99,362,365,0,0,6,6,"Requested but not yet concurred",0,0.036517,0.013716,0.085,"2013-08-16 10:00",0.081,"2013-07-04 10:00",0.079,"2013-06-03 10:00",0.079,"2013-07-05 10:00","","","","",0.079,0.07,0.061,0.056,0.045,0.035,0.021,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0051","61101",1,29.623611,-95.473611,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8708,99,362,365,0,0,"","","Certification not required",0,4.754938,2.823292,18.4,"2013-02-25 17:00",18.3,"2013-02-25 16:00",17.3,"2013-02-25 19:00",16.8,"2013-01-30 09:00","","","","",12.7,11.6,10,8.7,6.6,4.3,1.5,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","61103",1,29.623611,-95.473611,"NAD27","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8708,99,362,365,0,0,"","","Certification not required",0,4.374598,2.78669,17.8,"2013-02-25 17:00",17.7,"2013-02-25 16:00",16.9,"2013-02-25 19:00",16.3,"2013-01-30 09:00","","","","",12.1,11.1,9.5,8.3,6.2,3.9,1.2,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","61104",1,29.623611,-95.473611,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8708,99,362,365,0,0,"","","Certification not required",0,151.006396,92.482394,360,"2013-04-19 10:00",359.9,"2013-03-05 21:00",359.9,"2013-06-07 08:00",359.9,"2013-11-01 05:00","","","","",357.5,355.3,346,313.2,188.3,150.6,27.7,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","61105",1,29.623611,-95.473611,"NAD27","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8708,99,362,365,0,0,"","","Certification not required",0,10.028135,5.566125,45,"2013-04-27 15:00",37,"2013-08-16 17:00",36,"2013-02-25 16:00",34,"2013-01-30 11:00","","","","",24,23,20,18,14,9,3,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","61106",1,29.623611,-95.473611,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8708,99,362,365,0,0,"","","Certification not required",0,23.995854,11.63006,79.7,"2013-12-21 23:00",78.6,"2013-08-28 00:00",78.1,"2013-04-19 22:00",77.6,"2013-10-24 12:00","","","","",66.3,60.4,49.5,39.8,27.2,20.7,13.8,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0051","62101",1,29.623611,-95.473611,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8708,99,362,365,0,0,"","","Certification not required",0,69.872761,14.030005,103,"2013-06-29 16:00",103,"2013-06-29 17:00",102,"2013-06-29 15:00",101,"2013-06-29 14:00","","","","",94,93,90,87,80,73,49,"NW OF DARLINGHURST & CROQUET INTERSECTION","13826 1/2 CROQUET","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","42601",1,29.695744,-95.499262,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8133,93,342,365,0,333,"","","Certification not required",0,3.368843,13.328385,230.1,"2013-12-16 07:00",208.8,"2013-12-16 06:00",195.3,"2013-12-18 08:00",184.9,"2013-12-16 05:00","","","","",63.3,44.4,15.6,5.4,1.1,0.3,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","42602",1,29.695744,-95.499262,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8089,92,338,365,0,377,0,"","Certification not required",0,19.284615,10.900641,46.4,"2013-03-27 07:00",45.9,"2013-02-01 09:00",45.4,"2013-12-17 19:00",44.7,"2013-03-06 19:00","","","","",44.7,44.2,38.1,35.2,28,17.5,6.9,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","42602",1,29.695744,-95.499262,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8089,92,338,365,0,377,"","","Certification not required",0,7.65662,7.810614,46.4,"2013-03-27 07:00",45.9,"2013-02-01 09:00",45.8,"2013-02-01 08:00",45.4,"2013-12-17 19:00","","","","",34.2,30.4,25.5,19.6,10,4.7,1.3,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","42603",1,29.695744,-95.499262,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8105,93,340,365,0,361,"","","Certification not required",0,10.90839,18.454634,251.7,"2013-12-16 07:00",226.2,"2013-12-16 06:00",222.7,"2013-12-18 08:00",209,"2013-12-17 08:00","","","","",90.7,69.2,41,25.3,11.4,5,1.4,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","43173",2,29.695744,-95.499262,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43202",2,29.695744,-95.499262,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,15.262593,9.386542,46.6,"2013-11-30 00:00",38.24,"2013-01-22 00:00",37.34,"2013-02-15 00:00",34.14,"2013-02-27 00:00","","","","",46.6,38.24,37.34,28.84,19.34,12.34,6.66,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43203",2,29.695744,-95.499262,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.098519,1.820482,8.2,"2013-11-30 00:00",8.16,"2013-01-22 00:00",7.66,"2013-10-25 00:00",6.76,"2013-10-13 00:00","","","","",8.2,8.16,7.66,5.76,3.64,2.88,1.32,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43204",2,29.695744,-95.499262,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,10.747778,6.467021,26.58,"2013-09-07 00:00",25.41,"2013-10-25 00:00",23.58,"2013-01-22 00:00",23.34,"2013-02-27 00:00","","","","",26.58,25.41,23.58,21.57,15.33,8.82,3.54,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43205",2,29.695744,-95.499262,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,1.628333,1.120555,4.89,"2013-10-13 00:00",4.44,"2013-02-09 00:00",4.38,"2013-11-30 00:00",3.42,"2013-10-25 00:00","","","","",4.89,4.44,4.38,3.03,2.13,1.59,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43206",2,29.695744,-95.499262,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",5,1.21537,0.962373,4.86,"2013-01-22 00:00",3.74,"2013-02-15 00:00",3.18,"2013-11-30 00:00",2.84,"2013-10-25 00:00","","","","",4.86,3.74,3.18,2.34,1.64,1.1,0.28,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43212",2,29.695744,-95.499262,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,8.623704,6.833001,29.24,"2013-11-30 00:00",28.2,"2013-10-25 00:00",23.24,"2013-01-22 00:00",22.32,"2013-02-15 00:00","","","","",29.24,28.2,23.24,17.88,12.44,5.48,2.48,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43214",2,29.695744,-95.499262,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.876296,2.697647,14.84,"2013-10-25 00:00",11.32,"2013-11-30 00:00",10.04,"2013-01-22 00:00",8,"2013-10-13 00:00","","","","",14.84,11.32,10.04,6.84,5,3.24,1.48,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43216",2,29.695744,-95.499262,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",45,0.071296,0.051177,0.24,"2013-02-21 00:00",0.2,"2013-07-09 00:00",0.2,"2013-09-25 00:00",0.2,"2013-10-25 00:00","","","","",0.24,0.2,0.2,0.2,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43217",2,29.695744,-95.499262,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",44,0.072593,0.052095,0.24,"2013-02-15 00:00",0.24,"2013-11-30 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-21 00:00","","","","",0.24,0.24,0.2,0.16,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43218",2,29.695744,-95.499262,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.097778,0.188366,0.64,"2013-10-25 00:00",0.56,"2013-11-30 00:00",0.52,"2013-01-22 00:00",0.52,"2013-07-15 00:00","","","","",0.64,0.56,0.52,0.44,0.08,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43220",2,29.695744,-95.499262,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.197222,1.490106,7,"2013-10-07 00:00",6.9,"2013-10-25 00:00",5.85,"2013-09-25 00:00",4.65,"2013-01-22 00:00","","","","",7,6.9,5.85,4.2,2.65,1.9,0.75,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43221",2,29.695744,-95.499262,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,4.748148,3.397918,16.4,"2013-10-25 00:00",12.55,"2013-10-07 00:00",12,"2013-09-25 00:00",11.75,"2013-01-22 00:00","","","","",16.4,12.55,12,10.25,5.95,4.25,1.4,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43224",2,29.695744,-95.499262,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.063889,0.071649,0.45,"2013-10-07 00:00",0.4,"2013-06-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.45,0.4,0.05,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43226",2,29.695744,-95.499262,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",32,0.141667,0.156841,0.9,"2013-09-25 00:00",0.55,"2013-02-15 00:00",0.4,"2013-01-22 00:00",0.4,"2013-11-30 00:00","","","","",0.9,0.55,0.4,0.3,0.2,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43227",2,29.695744,-95.499262,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",35,0.090741,0.081307,0.45,"2013-10-07 00:00",0.4,"2013-09-25 00:00",0.25,"2013-02-15 00:00",0.2,"2013-01-22 00:00","","","","",0.45,0.4,0.25,0.15,0.1,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43228",2,29.695744,-95.499262,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",30,0.158333,0.19637,0.9,"2013-09-25 00:00",0.9,"2013-10-07 00:00",0.65,"2013-02-15 00:00",0.45,"2013-11-30 00:00","","","","",0.9,0.9,0.65,0.4,0.2,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43230",2,29.695744,-95.499262,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,0.874815,0.712378,3.6,"2013-09-07 00:00",2.88,"2013-09-25 00:00",2.82,"2013-10-07 00:00",2.22,"2013-10-25 00:00","","","","",3.6,2.88,2.82,1.8,1.02,0.78,0.24,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43231",2,29.695744,-95.499262,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.008889,0.731054,3.3,"2013-09-25 00:00",3.18,"2013-10-07 00:00",3,"2013-10-25 00:00",2.4,"2013-10-13 00:00","","","","",3.3,3.18,3,1.8,1.2,0.96,0.3,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43232",2,29.695744,-95.499262,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,0.663333,0.50003,2.94,"2013-01-16 00:00",1.89,"2013-10-07 00:00",1.61,"2013-09-25 00:00",1.54,"2013-01-22 00:00","","","","",2.94,1.89,1.61,1.19,0.84,0.56,0.28,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43233",2,29.695744,-95.499262,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",17,0.303148,0.324728,1.52,"2013-02-15 00:00",1.28,"2013-01-22 00:00",1.04,"2013-01-16 00:00",0.96,"2013-05-04 00:00","","","","",1.52,1.28,1.04,0.8,0.32,0.24,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43234",2,29.695744,-95.499262,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43235",2,29.695744,-95.499262,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",36,0.163333,0.225681,1.17,"2013-02-15 00:00",0.9,"2013-01-22 00:00",0.63,"2013-09-07 00:00",0.54,"2013-09-25 00:00","","","","",1.17,0.9,0.63,0.45,0.18,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43238",2,29.695744,-95.499262,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",26,0.22037,0.246584,1.1,"2013-01-22 00:00",0.8,"2013-02-15 00:00",0.8,"2013-02-27 00:00",0.8,"2013-10-25 00:00","","","","",1.1,0.8,0.8,0.6,0.3,0.1,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43242",2,29.695744,-95.499262,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",35,0.119444,0.116723,0.5,"2013-09-25 00:00",0.45,"2013-10-07 00:00",0.45,"2013-10-25 00:00",0.35,"2013-02-15 00:00","","","","",0.5,0.45,0.45,0.3,0.15,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43243",2,29.695744,-95.499262,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",8,0.887037,0.848927,3.25,"2013-07-27 00:00",3.1,"2013-09-25 00:00",2.4,"2013-07-09 00:00",2.35,"2013-06-15 00:00","","","","",3.25,3.1,2.4,2,1.45,0.55,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43244",2,29.695744,-95.499262,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",43,0.092037,0.094617,0.48,"2013-10-25 00:00",0.42,"2013-01-22 00:00",0.24,"2013-02-21 00:00",0.24,"2013-02-27 00:00","","","","",0.48,0.42,0.24,0.24,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43247",2,29.695744,-95.499262,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",21,0.187963,0.176083,0.98,"2013-09-25 00:00",0.7,"2013-10-07 00:00",0.56,"2013-10-25 00:00",0.42,"2013-09-07 00:00","","","","",0.98,0.7,0.56,0.35,0.28,0.14,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43248",2,29.695744,-95.499262,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.364815,0.448098,2.4,"2013-09-25 00:00",1.2,"2013-10-07 00:00",1.02,"2013-01-22 00:00",1.02,"2013-02-15 00:00","","","","",2.4,1.2,1.02,1.02,0.54,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43249",2,29.695744,-95.499262,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,0.676481,0.505857,2.52,"2013-09-25 00:00",2.24,"2013-10-07 00:00",1.68,"2013-10-25 00:00",1.47,"2013-01-22 00:00","","","","",2.52,2.24,1.68,1.26,0.91,0.63,0.14,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43250",2,29.695744,-95.499262,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.888889,0.825652,4.16,"2013-09-25 00:00",3.76,"2013-10-07 00:00",2.16,"2013-10-25 00:00",2.08,"2013-05-04 00:00","","","","",4.16,3.76,2.16,1.76,1.12,0.72,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43252",2,29.695744,-95.499262,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",7,0.363519,0.307443,1.6,"2013-09-25 00:00",1.52,"2013-10-07 00:00",0.96,"2013-05-04 00:00",0.8,"2013-02-15 00:00","","","","",1.6,1.52,0.96,0.56,0.48,0.32,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43253",2,29.695744,-95.499262,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.163704,0.165863,0.72,"2013-02-15 00:00",0.72,"2013-10-07 00:00",0.56,"2013-01-22 00:00",0.48,"2013-05-04 00:00","","","","",0.72,0.72,0.56,0.4,0.24,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43261",2,29.695744,-95.499262,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",10,0.522593,0.597028,3.99,"2013-01-16 00:00",1.54,"2013-10-07 00:00",1.4,"2013-09-25 00:00",1.26,"2013-10-01 00:00","","","","",3.99,1.54,1.4,0.91,0.63,0.42,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43262",2,29.695744,-95.499262,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,0.613148,0.515641,3,"2013-09-07 00:00",1.98,"2013-09-25 00:00",1.92,"2013-10-07 00:00",1.5,"2013-10-25 00:00","","","","",3,1.98,1.92,1.08,0.72,0.54,0.18,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43263",2,29.695744,-95.499262,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.455,0.56834,2.8,"2013-09-25 00:00",1.89,"2013-10-07 00:00",1.54,"2013-10-25 00:00",1.33,"2013-02-15 00:00","","","","",2.8,1.89,1.54,1.12,0.77,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43280",2,29.695744,-95.499262,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",15,0.693889,0.549262,2.32,"2013-10-25 00:00",2,"2013-11-30 00:00",1.56,"2013-10-07 00:00",1.48,"2013-01-22 00:00","","","","",2.32,2,1.56,1.44,1.08,0.72,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43282",2,29.695744,-95.499262,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",48,0.058333,0.025235,0.15,"2013-01-22 00:00",0.15,"2013-09-25 00:00",0.15,"2013-10-07 00:00",0.1,"2013-02-21 00:00","","","","",0.15,0.15,0.15,0.1,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43283",2,29.695744,-95.499262,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.053704,0.016403,0.15,"2013-10-07 00:00",0.1,"2013-01-22 00:00",0.1,"2013-09-25 00:00",0.05,"2013-01-04 00:00","","","","",0.15,0.1,0.1,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43284",2,29.695744,-95.499262,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",33,0.209444,0.256673,1.2,"2013-10-07 00:00",0.96,"2013-10-25 00:00",0.78,"2013-02-15 00:00",0.66,"2013-01-22 00:00","","","","",1.2,0.96,0.78,0.48,0.36,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43285",2,29.695744,-95.499262,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,1.246111,0.863336,3.84,"2013-10-07 00:00",3.72,"2013-09-25 00:00",3.36,"2013-10-25 00:00",2.82,"2013-09-07 00:00","","","","",3.84,3.72,3.36,2.64,1.56,1.14,0.36,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43289",2,29.695744,-95.499262,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.051296,0.009526,0.12,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43290",2,29.695744,-95.499262,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.051296,0.009526,0.12,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43291",2,29.695744,-95.499262,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",41,0.131296,0.184187,1.05,"2013-09-25 00:00",0.56,"2013-01-22 00:00",0.49,"2013-02-15 00:00",0.49,"2013-11-30 00:00","","","","",1.05,0.56,0.49,0.35,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43331",2,29.695744,-95.499262,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43801",2,29.695744,-95.499262,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.700926,0.088216,0.9,"2013-07-27 00:00",0.88,"2013-06-15 00:00",0.85,"2013-08-02 00:00",0.84,"2013-05-10 00:00","","","","",0.9,0.88,0.85,0.82,0.76,0.71,0.58,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43802",2,29.695744,-95.499262,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.120741,0.071212,0.48,"2013-10-13 00:00",0.27,"2013-01-22 00:00",0.24,"2013-10-25 00:00",0.23,"2013-09-25 00:00","","","","",0.48,0.27,0.24,0.19,0.15,0.1,0.06,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43803",2,29.695744,-95.499262,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.031111,0.016898,0.08,"2013-07-15 00:00",0.07,"2013-06-03 00:00",0.07,"2013-09-25 00:00",0.07,"2013-10-25 00:00","","","","",0.08,0.07,0.07,0.05,0.04,0.03,0.02,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43804",2,29.695744,-95.499262,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.085741,0.02988,0.15,"2013-05-04 00:00",0.11,"2013-02-03 00:00",0.11,"2013-08-02 00:00",0.11,"2013-08-26 00:00","","","","",0.15,0.11,0.11,0.11,0.1,0.09,0.07,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43811",2,29.695744,-95.499262,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,0.237407,0.030231,0.28,"2013-05-04 00:00",0.27,"2013-02-03 00:00",0.26,"2013-05-16 00:00",0.26,"2013-06-21 00:00","","","","",0.28,0.27,0.26,0.26,0.25,0.24,0.21,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43813",2,29.695744,-95.499262,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43814",2,29.695744,-95.499262,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.011111,0.015861,0.08,"2013-10-25 00:00",0.06,"2013-09-07 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-04 00:00","","","","",0.08,0.06,0.04,0.02,0.02,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43815",2,29.695744,-95.499262,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.027037,0.037297,0.16,"2013-10-25 00:00",0.12,"2013-03-17 00:00",0.1,"2013-05-16 00:00",0.08,"2013-01-28 00:00","","","","",0.16,0.12,0.1,0.08,0.04,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43817",2,29.695744,-95.499262,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.035556,0.027926,0.12,"2013-02-15 00:00",0.1,"2013-02-21 00:00",0.1,"2013-10-25 00:00",0.08,"2013-01-22 00:00","","","","",0.12,0.1,0.1,0.06,0.06,0.04,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43818",2,29.695744,-95.499262,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43819",2,29.695744,-95.499262,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.003148,0.00577,0.02,"2013-02-09 00:00",0.02,"2013-04-04 00:00",0.02,"2013-04-16 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43820",2,29.695744,-95.499262,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43823",2,29.695744,-95.499262,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.530926,0.044138,0.59,"2013-02-15 00:00",0.59,"2013-02-27 00:00",0.58,"2013-01-04 00:00",0.58,"2013-02-03 00:00","","","","",0.59,0.59,0.58,0.57,0.56,0.54,0.45,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43824",2,29.695744,-95.499262,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.008889,0.018901,0.12,"2013-10-25 00:00",0.04,"2013-02-15 00:00",0.04,"2013-09-25 00:00",0.02,"2013-01-16 00:00","","","","",0.12,0.04,0.04,0.02,0.02,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43826",2,29.695744,-95.499262,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002593,0.009553,0.06,"2013-05-16 00:00",0.02,"2013-03-17 00:00",0.02,"2013-05-10 00:00",0.02,"2013-10-13 00:00","","","","",0.06,0.02,0.02,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43829",2,29.695744,-95.499262,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001667,0.006936,0.03,"2013-03-17 00:00",0.03,"2013-05-10 00:00",0.03,"2013-10-25 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43830",2,29.695744,-95.499262,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001111,0.005719,0.03,"2013-09-07 00:00",0.03,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43831",2,29.695744,-95.499262,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43843",2,29.695744,-95.499262,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43860",2,29.695744,-95.499262,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43954",2,29.695744,-95.499262,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.144074,0.16354,0.77,"2013-01-22 00:00",0.66,"2013-02-15 00:00",0.55,"2013-02-27 00:00",0.44,"2013-02-21 00:00","","","","",0.77,0.66,0.55,0.33,0.11,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","43960",2,29.695744,-95.499262,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",22,0.214444,0.228817,1.12,"2013-01-16 00:00",0.88,"2013-02-15 00:00",0.72,"2013-01-22 00:00",0.72,"2013-10-07 00:00","","","","",1.12,0.88,0.72,0.56,0.24,0.16,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","44201",1,29.695744,-95.499262,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8054,94,342,365,0,412,0,0,"Requested but not yet concurred",1017,0.04274,0.01697,0.107,"2013-10-08 15:00",0.102,"2013-07-03 14:00",0.101,"2013-08-16 15:00",0.093,"2013-07-04 14:00","","","","",0.093,0.087,0.074,0.064,0.052,0.04,0.023,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","44201",1,29.695744,-95.499262,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8045,90,329,365,0,0,1,1,"Requested but not yet concurred",0,0.036754,0.014657,0.085,"2013-10-08 11:00",0.082,"2013-07-03 10:00",0.082,"2013-07-05 10:00",0.081,"2013-07-04 10:00","","","","",0.081,0.076,0.062,0.056,0.046,0.035,0.019,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","44201",1,29.695744,-95.499262,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8045,90,329,365,0,0,7,7,"Requested but not yet concurred",0,0.036754,0.014657,0.085,"2013-10-08 11:00",0.082,"2013-07-03 10:00",0.082,"2013-07-05 10:00",0.081,"2013-07-04 10:00","","","","",0.081,0.076,0.062,0.056,0.046,0.035,0.019,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0055","45109",2,29.695744,-95.499262,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.558519,1.240693,5.04,"2013-09-07 00:00",4.8,"2013-02-15 00:00",4.56,"2013-01-22 00:00",4.32,"2013-10-07 00:00","","","","",5.04,4.8,4.56,3.68,1.84,1.2,0.48,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45201",2,29.695744,-95.499262,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.495556,0.826373,3.3,"2013-11-30 00:00",3.24,"2013-10-25 00:00",3.18,"2013-01-22 00:00",2.94,"2013-02-15 00:00","","","","",3.3,3.24,3.18,2.76,1.86,1.56,0.6,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45202",2,29.695744,-95.499262,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.441667,3.28365,20.37,"2013-09-07 00:00",10.64,"2013-09-25 00:00",9.1,"2013-10-07 00:00",8.19,"2013-02-15 00:00","","","","",20.37,10.64,9.1,7.56,3.78,2.59,1.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45203",2,29.695744,-95.499262,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.502222,0.440765,1.68,"2013-02-15 00:00",1.52,"2013-01-22 00:00",1.52,"2013-09-25 00:00",1.52,"2013-10-07 00:00","","","","",1.68,1.52,1.52,1.36,0.64,0.4,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45204",2,29.695744,-95.499262,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.514074,0.418616,1.6,"2013-01-22 00:00",1.6,"2013-02-15 00:00",1.52,"2013-09-07 00:00",1.52,"2013-10-07 00:00","","","","",1.6,1.6,1.52,1.28,0.56,0.4,0.16,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45207",2,29.695744,-95.499262,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.062222,0.059198,0.45,"2013-01-22 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-30 00:00",0.05,"2013-01-04 00:00","","","","",0.45,0.18,0.18,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45208",2,29.695744,-95.499262,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.250926,0.351381,1.8,"2013-02-15 00:00",1.35,"2013-09-25 00:00",1.26,"2013-10-07 00:00",0.9,"2013-10-25 00:00","","","","",1.8,1.35,1.26,0.45,0.36,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45209",2,29.695744,-95.499262,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.060556,0.045075,0.27,"2013-09-25 00:00",0.27,"2013-10-25 00:00",0.18,"2013-11-30 00:00",0.05,"2013-01-04 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45210",2,29.695744,-95.499262,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.013333,0.036704,0.18,"2013-10-25 00:00",0.09,"2013-03-23 00:00",0.09,"2013-05-10 00:00",0.09,"2013-05-22 00:00","","","","",0.18,0.09,0.09,0.09,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45211",2,29.695744,-95.499262,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.071296,0.082509,0.45,"2013-01-22 00:00",0.45,"2013-02-15 00:00",0.27,"2013-10-25 00:00",0.18,"2013-11-30 00:00","","","","",0.45,0.45,0.27,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45212",2,29.695744,-95.499262,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",31,0.21537,0.304914,1.44,"2013-01-22 00:00",1.17,"2013-02-15 00:00",0.9,"2013-09-25 00:00",0.9,"2013-10-07 00:00","","","","",1.44,1.17,0.9,0.72,0.27,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45213",2,29.695744,-95.499262,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",47,0.075185,0.069736,0.36,"2013-10-07 00:00",0.27,"2013-02-21 00:00",0.27,"2013-09-25 00:00",0.27,"2013-10-25 00:00","","","","",0.36,0.27,0.27,0.18,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45218",2,29.695744,-95.499262,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",47,0.065741,0.052146,0.3,"2013-01-22 00:00",0.3,"2013-02-15 00:00",0.2,"2013-02-21 00:00",0.1,"2013-07-09 00:00","","","","",0.3,0.3,0.2,0.1,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45219",2,29.695744,-95.499262,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",31,0.102778,0.097814,0.5,"2013-01-22 00:00",0.4,"2013-02-15 00:00",0.4,"2013-02-21 00:00",0.3,"2013-05-04 00:00","","","","",0.5,0.4,0.4,0.2,0.1,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45220",2,29.695744,-95.499262,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.154074,0.172249,0.88,"2013-02-15 00:00",0.64,"2013-01-22 00:00",0.48,"2013-02-21 00:00",0.48,"2013-02-27 00:00","","","","",0.88,0.64,0.48,0.32,0.16,0.08,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45225",2,29.695744,-95.499262,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.057222,0.030058,0.18,"2013-01-16 00:00",0.18,"2013-04-16 00:00",0.18,"2013-10-25 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","45801",2,29.695744,-95.499262,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.013333,0.060188,0.42,"2013-10-13 00:00",0.12,"2013-01-22 00:00",0.06,"2013-04-22 00:00",0.06,"2013-09-07 00:00","","","","",0.42,0.12,0.06,0,0,0,0,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0055","61101",1,29.695744,-95.499262,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6971,80,289,365,0,31,"","","Certification not required",0,5.645245,3.068113,19.8,"2013-04-27 22:00",17,"2013-02-25 17:00",16.7,"2013-01-30 10:00",16.2,"2013-01-29 12:00","","","","",13.3,12.5,11,9.8,7.8,5.4,1.7,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0055","61103",1,29.695744,-95.499262,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6971,80,289,365,0,31,"","","Certification not required",0,5.236365,3.014334,19.3,"2013-04-27 22:00",16.3,"2013-02-25 17:00",15.9,"2013-01-30 10:00",15.7,"2013-01-29 12:00","","","","",12.7,11.9,10.5,9.4,7.3,5,1.4,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0055","61104",1,29.695744,-95.499262,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6971,80,289,365,0,31,"","","Certification not required",0,159.330899,87.065849,360,"2013-09-29 13:00",359.9,"2013-10-16 07:00",359.6,"2013-07-19 06:00",359.5,"2013-02-22 10:00","","","","",354.9,350.5,341.1,317,192.3,151.1,46.4,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0055","61105",1,29.695744,-95.499262,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6971,80,289,365,0,31,"","","Certification not required",0,11.229809,5.797935,39,"2013-10-31 04:00",37,"2013-02-25 15:00",37,"2013-04-27 22:00",35,"2013-04-02 21:00","","","","",26,24,21,19,15,11,4,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0055","61106",1,29.695744,-95.499262,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6971,80,289,365,0,31,"","","Certification not required",0,22.301822,12.10257,79.8,"2013-03-12 13:00",78.7,"2013-01-17 20:00",78,"2013-06-06 08:00",77.7,"2013-10-23 14:00","","","","",66.4,61.9,50.1,39.7,24.7,18.4,12.6,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0055","62101",1,29.695744,-95.499262,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6971,80,289,365,0,31,"","","Certification not required",0,73.181179,12.717571,103,"2013-06-29 16:00",102,"2013-06-29 14:00",102,"2013-06-29 15:00",102,"2013-06-29 17:00","","","","",96,94,92,89,82,76,55,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0055","63301",1,29.695744,-95.499262,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6972,80,290,365,0,30,"","","Certification not required",3346,0.289535,0.393302,1.42,"2013-06-07 12:00",1.4,"2013-04-19 12:00",1.39,"2013-08-05 11:00",1.38,"2013-04-11 12:00","","","","",1.26,1.21,1.12,0.99,0.55,0.02,0.005,"Houston Bayland Park","6400 Bissonnet Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0057","43173",1,29.73428,-95.238168,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43202",1,29.73428,-95.238168,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,20.968085,11.382435,68.82,"2013-01-22 00:00",57.36,"2013-01-10 00:00",38.56,"2013-02-27 00:00",36.72,"2013-04-22 00:00","","","","",68.82,68.82,38.56,29.02,23.82,18.2,10.78,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43203",1,29.73428,-95.238168,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,4.973191,4.971241,34.34,"2013-01-22 00:00",15.38,"2013-10-13 00:00",9.4,"2013-04-22 00:00",7.2,"2013-05-28 00:00","","","","",34.34,34.34,9.4,7.16,5.42,3.78,2.34,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43204",1,29.73428,-95.238168,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,20.801489,12.70795,65.55,"2013-08-26 00:00",61.05,"2013-01-10 00:00",47.01,"2013-03-17 00:00",46.71,"2013-01-22 00:00","","","","",65.55,65.55,47.01,38.13,23.76,16.83,9.03,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43205",1,29.73428,-95.238168,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,3.568085,2.222681,10.89,"2013-10-01 00:00",8.25,"2013-01-22 00:00",7.77,"2013-02-09 00:00",7.77,"2013-06-21 00:00","","","","",10.89,10.89,7.77,6.96,4.65,2.91,1.17,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43206",1,29.73428,-95.238168,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",1,1.271277,0.627461,3.08,"2013-01-22 00:00",2.8,"2013-10-07 00:00",2.6,"2013-02-27 00:00",2.32,"2013-02-15 00:00","","","","",3.08,3.08,2.6,2.18,1.46,1.12,0.56,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43212",1,29.73428,-95.238168,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,35.338723,73.091304,513.44,"2013-10-01 00:00",74.36,"2013-01-22 00:00",67.36,"2013-03-17 00:00",64.16,"2013-02-27 00:00","","","","",513.44,513.44,67.36,57.72,34.56,19.6,8.92,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43214",1,29.73428,-95.238168,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,8.473191,6.09653,35.48,"2013-10-01 00:00",25.04,"2013-01-22 00:00",16.84,"2013-01-10 00:00",16.56,"2013-06-09 00:00","","","","",35.48,35.48,16.84,15.92,10.24,6.76,3.48,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43216",1,29.73428,-95.238168,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",14,0.520426,0.631792,3.8,"2013-10-01 00:00",1.72,"2013-01-22 00:00",1.6,"2013-06-21 00:00",1.08,"2013-10-31 00:00","","","","",3.8,3.8,1.6,1,0.72,0.4,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43217",1,29.73428,-95.238168,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",10,0.542553,0.535478,3.2,"2013-10-01 00:00",1.44,"2013-01-22 00:00",1.36,"2013-06-21 00:00",1.24,"2013-05-28 00:00","","","","",3.2,3.2,1.36,1.12,0.72,0.44,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43218",1,29.73428,-95.238168,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.48766,0.498529,1.48,"2013-01-22 00:00",1.44,"2013-06-09 00:00",1.36,"2013-10-13 00:00",1.32,"2013-02-27 00:00","","","","",1.48,1.48,1.36,1.32,0.88,0.48,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43220",1,29.73428,-95.238168,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,59.646809,140.361577,956.2,"2013-10-01 00:00",175.75,"2013-08-08 00:00",172.85,"2013-05-28 00:00",147.15,"2013-05-22 00:00","","","","",956.2,956.2,172.85,99.95,56.9,24.5,2.55,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43221",1,29.73428,-95.238168,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",1,93.17234,208.34043,1430.35,"2013-10-01 00:00",286.25,"2013-05-28 00:00",193.65,"2013-05-22 00:00",173.2,"2013-08-20 00:00","","","","",1430.35,1430.35,193.65,167.95,96.75,41.6,4.95,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43224",1,29.73428,-95.238168,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",21,1.482979,1.903523,8,"2013-10-01 00:00",5.95,"2013-07-09 00:00",5.8,"2013-06-09 00:00",5.4,"2013-05-28 00:00","","","","",8,8,5.8,4.5,1.9,1.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43226",1,29.73428,-95.238168,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",10,1.261702,2.069373,14,"2013-10-01 00:00",3.4,"2013-07-15 00:00",2.65,"2013-07-09 00:00",2.6,"2013-01-22 00:00","","","","",14,14,2.65,2.6,1.4,0.85,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43227",1,29.73428,-95.238168,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",10,0.571277,0.889415,6.05,"2013-10-01 00:00",1.45,"2013-07-15 00:00",1.2,"2013-01-22 00:00",1.15,"2013-07-09 00:00","","","","",6.05,6.05,1.2,1.1,0.65,0.4,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43228",1,29.73428,-95.238168,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",6,1.045745,2.204142,15.25,"2013-10-01 00:00",2.75,"2013-07-15 00:00",2.4,"2013-08-26 00:00",2.15,"2013-01-22 00:00","","","","",15.25,15.25,2.4,2,0.95,0.65,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43230",1,29.73428,-95.238168,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,6.182553,10.540788,71.1,"2013-10-01 00:00",24.18,"2013-05-22 00:00",13.68,"2013-06-09 00:00",13.08,"2013-05-28 00:00","","","","",71.1,71.1,13.68,9.12,6.18,4.2,0.72,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43231",1,29.73428,-95.238168,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,8.564681,14.990149,97.98,"2013-10-01 00:00",39.6,"2013-05-22 00:00",23.64,"2013-06-09 00:00",19.56,"2013-05-28 00:00","","","","",97.98,97.98,23.64,13.38,8.46,5.58,0.84,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43232",1,29.73428,-95.238168,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,2.274255,2.749745,14.98,"2013-05-22 00:00",13.65,"2013-10-01 00:00",4.83,"2013-06-09 00:00",3.92,"2013-08-20 00:00","","","","",14.98,14.98,4.83,3.85,2.59,1.75,0.49,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43233",1,29.73428,-95.238168,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",1,0.944043,0.933364,5.44,"2013-05-22 00:00",3.2,"2013-10-01 00:00",2.16,"2013-07-15 00:00",1.76,"2013-05-10 00:00","","","","",5.44,5.44,2.16,1.76,1.36,0.56,0.16,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43234",1,29.73428,-95.238168,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",46,0.051489,0.010211,0.12,"2013-06-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43235",1,29.73428,-95.238168,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",15,0.441064,0.476574,1.98,"2013-01-22 00:00",1.89,"2013-05-10 00:00",1.26,"2013-05-22 00:00",1.26,"2013-10-01 00:00","","","","",1.98,1.98,1.26,1.08,0.72,0.27,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43238",1,29.73428,-95.238168,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",7,0.42234,0.641399,4.2,"2013-05-10 00:00",1.8,"2013-01-22 00:00",0.9,"2013-07-15 00:00",0.8,"2013-02-27 00:00","","","","",4.2,4.2,0.9,0.7,0.5,0.2,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43242",1,29.73428,-95.238168,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",6,1.978723,4.149669,28.6,"2013-10-01 00:00",5.65,"2013-05-22 00:00",4.35,"2013-05-28 00:00",3.45,"2013-07-15 00:00","","","","",28.6,28.6,4.35,3.35,2.15,1.15,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43243",1,29.73428,-95.238168,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",12,0.776596,0.752015,2.45,"2013-06-03 00:00",2.4,"2013-10-01 00:00",2.1,"2013-06-21 00:00",2.05,"2013-07-09 00:00","","","","",2.45,2.45,2.1,1.8,1.55,0.45,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43244",1,29.73428,-95.238168,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",7,1.63,3.019509,20.34,"2013-10-01 00:00",5.94,"2013-05-22 00:00",4.32,"2013-05-28 00:00",3.66,"2013-06-09 00:00","","","","",20.34,20.34,4.32,2.34,1.74,1.02,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43247",1,29.73428,-95.238168,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",5,0.742553,1.040356,6.93,"2013-10-01 00:00",2.1,"2013-05-22 00:00",1.96,"2013-06-09 00:00",1.61,"2013-05-28 00:00","","","","",6.93,6.93,1.96,1.54,0.84,0.49,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43248",1,29.73428,-95.238168,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",5,2.594255,4.631078,27.84,"2013-10-01 00:00",18.48,"2013-05-22 00:00",4.62,"2013-05-28 00:00",3.84,"2013-06-09 00:00","","","","",27.84,27.84,4.62,3.3,2.82,1.68,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43249",1,29.73428,-95.238168,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,2.055319,2.10443,11.48,"2013-10-01 00:00",10.15,"2013-05-22 00:00",5.04,"2013-07-21 00:00",4.41,"2013-06-09 00:00","","","","",11.48,11.48,5.04,3.43,2.03,1.61,0.56,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43250",1,29.73428,-95.238168,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,5.669787,8.391492,42.8,"2013-08-20 00:00",31.76,"2013-08-26 00:00",24.4,"2013-06-09 00:00",19.44,"2013-10-01 00:00","","","","",42.8,42.8,24.4,17.12,5.28,2.96,0.56,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43252",1,29.73428,-95.238168,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",4,0.62383,0.46313,2,"2013-10-01 00:00",1.76,"2013-05-10 00:00",1.44,"2013-08-20 00:00",1.44,"2013-08-26 00:00","","","","",2,2,1.44,1.36,0.8,0.56,0.16,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43253",1,29.73428,-95.238168,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",11,0.38617,0.413871,2.48,"2013-05-22 00:00",1.44,"2013-10-01 00:00",0.88,"2013-07-15 00:00",0.72,"2013-05-10 00:00","","","","",2.48,2.48,0.88,0.64,0.56,0.32,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43261",1,29.73428,-95.238168,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",5,1.91617,2.943605,15.26,"2013-10-01 00:00",14.84,"2013-05-22 00:00",3.36,"2013-06-09 00:00",3.36,"2013-08-20 00:00","","","","",15.26,15.26,3.36,3.01,2.03,1.4,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43262",1,29.73428,-95.238168,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,3.6,6.544653,44.4,"2013-10-01 00:00",14.46,"2013-05-22 00:00",7.74,"2013-05-28 00:00",7.14,"2013-06-09 00:00","","","","",44.4,44.4,7.74,5.34,3.48,2.28,0.48,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43263",1,29.73428,-95.238168,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",8,2.014681,2.286836,11.97,"2013-10-01 00:00",10.57,"2013-05-22 00:00",5.53,"2013-07-21 00:00",4.83,"2013-06-09 00:00","","","","",11.97,11.97,5.53,3.36,2.1,1.68,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43280",1,29.73428,-95.238168,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",3,1.868723,1.022485,3.96,"2013-08-26 00:00",3.68,"2013-01-22 00:00",3.64,"2013-06-09 00:00",3.64,"2013-10-01 00:00","","","","",3.96,3.96,3.64,3.56,2.64,1.68,0.4,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43282",1,29.73428,-95.238168,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",23,0.235106,0.271052,1.4,"2013-10-01 00:00",0.75,"2013-07-09 00:00",0.7,"2013-01-22 00:00",0.7,"2013-06-21 00:00","","","","",1.4,1.4,0.7,0.65,0.3,0.15,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43283",1,29.73428,-95.238168,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",21,0.447872,0.61529,2.75,"2013-10-01 00:00",2.35,"2013-07-15 00:00",1.75,"2013-08-26 00:00",1.5,"2013-07-09 00:00","","","","",2.75,2.75,1.75,1.2,0.5,0.2,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43284",1,29.73428,-95.238168,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",15,1.864468,4.434004,30.12,"2013-10-01 00:00",6.6,"2013-05-22 00:00",5.16,"2013-05-28 00:00",3.36,"2013-08-20 00:00","","","","",30.12,30.12,5.16,3.06,1.92,1.14,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43285",1,29.73428,-95.238168,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",2,10.094894,18.188006,122.46,"2013-10-01 00:00",40.26,"2013-05-22 00:00",24.36,"2013-05-28 00:00",21.54,"2013-06-09 00:00","","","","",122.46,122.46,24.36,16.02,10.44,6,1.08,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43289",1,29.73428,-95.238168,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",35,0.121489,0.259674,1.8,"2013-10-01 00:00",0.3,"2013-01-22 00:00",0.3,"2013-06-09 00:00",0.24,"2013-06-21 00:00","","","","",1.8,1.8,0.3,0.24,0.12,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43290",1,29.73428,-95.238168,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",45,0.067021,0.106749,0.78,"2013-10-01 00:00",0.12,"2013-05-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.78,0.78,0.05,0.05,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43291",1,29.73428,-95.238168,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",20,0.69,0.922932,4.83,"2013-10-01 00:00",3.57,"2013-05-22 00:00",1.96,"2013-06-09 00:00",1.96,"2013-07-21 00:00","","","","",4.83,4.83,1.96,1.47,0.98,0.56,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43331",1,29.73428,-95.238168,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43801",1,29.73428,-95.238168,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.686596,0.08701,0.86,"2013-10-13 00:00",0.84,"2013-05-10 00:00",0.83,"2013-05-22 00:00",0.82,"2013-06-03 00:00","","","","",0.86,0.86,0.83,0.8,0.74,0.69,0.56,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43802",1,29.73428,-95.238168,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.106383,0.044791,0.27,"2013-02-21 00:00",0.23,"2013-10-13 00:00",0.19,"2013-01-22 00:00",0.19,"2013-05-22 00:00","","","","",0.27,0.27,0.19,0.19,0.11,0.1,0.07,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43803",1,29.73428,-95.238168,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.03383,0.04194,0.25,"2013-07-15 00:00",0.09,"2013-06-09 00:00",0.08,"2013-11-06 00:00",0.07,"2013-04-22 00:00","","","","",0.25,0.25,0.08,0.07,0.05,0.03,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43804",1,29.73428,-95.238168,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.085319,0.035744,0.15,"2013-05-04 00:00",0.15,"2013-05-22 00:00",0.12,"2013-07-15 00:00",0.11,"2013-06-09 00:00","","","","",0.15,0.15,0.12,0.11,0.1,0.09,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43811",1,29.73428,-95.238168,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",1,0.247234,0.03437,0.31,"2013-06-15 00:00",0.28,"2013-01-04 00:00",0.28,"2013-01-16 00:00",0.28,"2013-02-21 00:00","","","","",0.31,0.31,0.28,0.27,0.26,0.25,0.23,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43813",1,29.73428,-95.238168,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43814",1,29.73428,-95.238168,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.010213,0.012422,0.06,"2013-01-22 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.06,0.06,0.02,0.02,0.02,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43815",1,29.73428,-95.238168,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.031064,0.043501,0.16,"2013-05-10 00:00",0.12,"2013-01-28 00:00",0.12,"2013-10-13 00:00",0.1,"2013-02-09 00:00","","","","",0.16,0.16,0.12,0.1,0.06,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43817",1,29.73428,-95.238168,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.049787,0.067871,0.44,"2013-11-06 00:00",0.22,"2013-01-22 00:00",0.1,"2013-05-04 00:00",0.08,"2013-07-15 00:00","","","","",0.44,0.44,0.1,0.08,0.06,0.04,0.02,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43818",1,29.73428,-95.238168,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43819",1,29.73428,-95.238168,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.00234,0.005197,0.02,"2013-01-22 00:00",0.02,"2013-04-04 00:00",0.01,"2013-03-05 00:00",0.01,"2013-04-16 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43820",1,29.73428,-95.238168,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43823",1,29.73428,-95.238168,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.539362,0.042087,0.61,"2013-01-04 00:00",0.6,"2013-01-16 00:00",0.59,"2013-02-21 00:00",0.59,"2013-02-27 00:00","","","","",0.61,0.61,0.59,0.58,0.57,0.54,0.49,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43824",1,29.73428,-95.238168,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.013617,0.026079,0.16,"2013-07-09 00:00",0.06,"2013-01-22 00:00",0.06,"2013-05-04 00:00",0.02,"2013-01-10 00:00","","","","",0.16,0.16,0.06,0.02,0.02,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43826",1,29.73428,-95.238168,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.004681,0.012658,0.06,"2013-06-15 00:00",0.04,"2013-01-10 00:00",0.04,"2013-11-18 00:00",0.02,"2013-08-20 00:00","","","","",0.06,0.06,0.04,0.02,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43829",1,29.73428,-95.238168,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.002553,0.010523,0.06,"2013-04-04 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-28 00:00",0,"2013-01-04 00:00","","","","",0.06,0.06,0.03,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43830",1,29.73428,-95.238168,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.00383,0.013441,0.06,"2013-05-16 00:00",0.06,"2013-10-31 00:00",0.03,"2013-02-27 00:00",0.03,"2013-10-01 00:00","","","","",0.06,0.06,0.03,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43831",1,29.73428,-95.238168,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43843",1,29.73428,-95.238168,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43860",1,29.73428,-95.238168,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.00766,0.049616,0.34,"2013-07-15 00:00",0.02,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.34,0.34,0,0,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43954",1,29.73428,-95.238168,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",14,0.307447,0.677452,4.51,"2013-05-10 00:00",1.43,"2013-01-22 00:00",0.66,"2013-01-10 00:00",0.66,"2013-02-27 00:00","","","","",4.51,4.51,0.66,0.66,0.33,0.11,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","43960",1,29.73428,-95.238168,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",3,0.581915,0.570388,3.44,"2013-05-22 00:00",2.16,"2013-10-01 00:00",1.04,"2013-01-22 00:00",1.04,"2013-07-15 00:00","","","","",3.44,3.44,1.04,0.96,0.72,0.4,0.16,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45109",1,29.73428,-95.238168,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,2.498723,1.704599,9.84,"2013-01-22 00:00",6.08,"2013-05-22 00:00",5.44,"2013-10-01 00:00",4.32,"2013-08-26 00:00","","","","",9.84,9.84,5.44,4.24,3.36,2.32,0.8,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45201",1,29.73428,-95.238168,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,5.987234,4.821197,28.62,"2013-10-01 00:00",14.82,"2013-05-28 00:00",13.98,"2013-05-22 00:00",13.08,"2013-06-09 00:00","","","","",28.62,28.62,13.98,12.66,7.8,4.98,1.74,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45202",1,29.73428,-95.238168,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,5.671489,3.853636,22.26,"2013-05-22 00:00",14.28,"2013-01-22 00:00",12.95,"2013-07-15 00:00",12.53,"2013-10-01 00:00","","","","",22.26,22.26,12.95,10.57,6.65,5.04,2.03,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45203",1,29.73428,-95.238168,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.862979,0.627472,3.28,"2013-01-22 00:00",2.24,"2013-08-26 00:00",1.92,"2013-05-22 00:00",1.92,"2013-10-01 00:00","","","","",3.28,3.28,1.92,1.52,1.2,0.88,0.24,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45204",1,29.73428,-95.238168,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.851064,0.644857,3.84,"2013-01-22 00:00",2,"2013-10-01 00:00",1.92,"2013-05-22 00:00",1.76,"2013-08-26 00:00","","","","",3.84,3.84,1.92,1.52,0.96,0.72,0.24,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45207",1,29.73428,-95.238168,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",38,0.101702,0.145188,0.9,"2013-01-22 00:00",0.45,"2013-05-10 00:00",0.27,"2013-04-16 00:00",0.27,"2013-08-26 00:00","","","","",0.9,0.9,0.27,0.27,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45208",1,29.73428,-95.238168,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",14,0.501277,0.676145,4.14,"2013-01-22 00:00",1.62,"2013-10-01 00:00",1.44,"2013-05-10 00:00",1.17,"2013-10-07 00:00","","","","",4.14,4.14,1.44,1.08,0.63,0.27,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45209",1,29.73428,-95.238168,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",30,0.125745,0.155042,0.99,"2013-01-22 00:00",0.36,"2013-05-10 00:00",0.36,"2013-10-01 00:00",0.27,"2013-02-15 00:00","","","","",0.99,0.99,0.36,0.27,0.18,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45210",1,29.73428,-95.238168,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.111064,0.26354,1.26,"2013-05-10 00:00",1.17,"2013-05-22 00:00",0.63,"2013-01-22 00:00",0.36,"2013-07-15 00:00","","","","",1.26,1.26,0.63,0.27,0.09,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45211",1,29.73428,-95.238168,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",33,0.119362,0.165482,1.08,"2013-01-22 00:00",0.36,"2013-05-10 00:00",0.27,"2013-01-10 00:00",0.27,"2013-07-15 00:00","","","","",1.08,1.08,0.27,0.27,0.18,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45212",1,29.73428,-95.238168,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",18,0.36,0.47244,2.97,"2013-01-22 00:00",0.9,"2013-05-10 00:00",0.9,"2013-10-01 00:00",0.81,"2013-02-27 00:00","","","","",2.97,2.97,0.9,0.81,0.45,0.27,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45213",1,29.73428,-95.238168,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",29,0.118936,0.101815,0.45,"2013-05-10 00:00",0.36,"2013-05-22 00:00",0.36,"2013-10-01 00:00",0.27,"2013-02-27 00:00","","","","",0.45,0.45,0.36,0.27,0.18,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45218",1,29.73428,-95.238168,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",42,0.055319,0.015583,0.1,"2013-04-16 00:00",0.1,"2013-05-10 00:00",0.1,"2013-07-09 00:00",0.1,"2013-08-26 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45219",1,29.73428,-95.238168,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",28,0.117021,0.175473,1.2,"2013-01-22 00:00",0.3,"2013-02-27 00:00",0.3,"2013-08-26 00:00",0.2,"2013-04-16 00:00","","","","",1.2,1.2,0.3,0.2,0.1,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45220",1,29.73428,-95.238168,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.4,0.505964,2.56,"2013-01-10 00:00",1.76,"2013-02-27 00:00",1.28,"2013-01-22 00:00",1.28,"2013-10-01 00:00","","","","",2.56,2.56,1.28,1.04,0.48,0.24,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45225",1,29.73428,-95.238168,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",40,0.080851,0.080077,0.36,"2013-05-10 00:00",0.36,"2013-08-26 00:00",0.27,"2013-04-16 00:00",0.27,"2013-05-22 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","45801",1,29.73428,-95.238168,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.026809,0.064777,0.3,"2013-01-22 00:00",0.24,"2013-02-09 00:00",0.18,"2013-10-13 00:00",0.12,"2013-05-22 00:00","","","","",0.3,0.3,0.18,0.12,0,0,0,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0057","61101",1,29.73428,-95.238168,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7293,83,304,365,0,2,"","","Certification not required",0,5.422775,2.569757,16.9,"2013-01-30 11:00",16.7,"2013-01-30 10:00",16.2,"2013-01-30 12:00",15.6,"2013-02-25 21:00","","","","",12.5,11.6,10.1,8.9,7,5.1,2.3,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0057","61103",1,29.73428,-95.238168,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7293,83,304,365,0,2,"","","Certification not required",0,4.993076,2.511061,16.2,"2013-01-30 11:00",16.1,"2013-01-30 10:00",15.6,"2013-01-30 12:00",14.9,"2013-02-25 21:00","","","","",11.9,11,9.6,8.4,6.6,4.7,2,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0057","61104",1,29.73428,-95.238168,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,2,"","","Certification not required",0,161.550048,95.831804,360,"2013-01-15 09:00",360,"2013-02-15 20:00",360,"2013-06-07 09:00",359.9,"2013-02-23 05:00","","","","",357.4,355.4,348.2,331.5,206.6,146,33.2,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0057","61105",1,29.73428,-95.238168,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7293,83,304,365,0,2,"","","Certification not required",0,11.50665,5.129306,40,"2013-04-02 21:00",35,"2013-04-28 05:00",34,"2013-08-14 17:00",33,"2013-01-30 11:00","","","","",25,24,21,18,15,11,5,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0057","61106",1,29.73428,-95.238168,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,2,"","","Certification not required",0,23.020677,9.136438,78.3,"2013-05-01 02:00",78.2,"2013-02-27 04:00",77.9,"2013-02-27 07:00",76.1,"2013-08-16 20:00","","","","",59.7,52.7,42.3,34.2,25.2,20.3,15.7,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0057","62101",1,29.73428,-95.238168,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,2,"","","Certification not required",0,72.783628,12.855032,103,"2013-06-29 16:00",102,"2013-06-29 15:00",101,"2013-06-29 14:00",101,"2013-06-29 17:00","","","","",95,93,91,88,82,76,54,"Galena Park","304 Stewart Street","Texas","Harris","Galena Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","43173",1,29.770698,-95.031232,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",46,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43202",1,29.770698,-95.031232,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,19.93087,11.794386,60.58,"2013-01-10 00:00",56.92,"2013-09-25 00:00",46.22,"2013-11-30 00:00",34.6,"2013-10-25 00:00","","","","",60.58,60.58,46.22,32.92,24.56,17.28,9.04,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43203",1,29.770698,-95.031232,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,6.505652,4.185447,22.52,"2013-08-14 00:00",19.36,"2013-08-08 00:00",13.08,"2013-11-30 00:00",13,"2013-08-21 00:00","","","","",22.52,22.52,13.08,11.78,8.02,5.6,2.48,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43204",1,29.770698,-95.031232,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,17.916522,11.156402,59.64,"2013-01-10 00:00",44.19,"2013-11-06 00:00",38.37,"2013-11-30 00:00",34.44,"2013-11-20 00:00","","","","",59.64,59.64,38.37,31.14,22.5,15.51,6.03,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43205",1,29.770698,-95.031232,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",1,11.896087,8.907117,44.37,"2013-02-09 00:00",28.38,"2013-04-16 00:00",26.22,"2013-08-08 00:00",25.86,"2013-03-17 00:00","","","","",44.37,44.37,26.22,25.2,16.02,10.86,0.99,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43206",1,29.770698,-95.031232,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,1.162174,0.721643,3.64,"2013-05-04 00:00",3.64,"2013-10-07 00:00",2.64,"2013-02-27 00:00",2,"2013-10-25 00:00","","","","",3.64,3.64,2.64,1.84,1.42,1.04,0.5,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43212",1,29.770698,-95.031232,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,9.733043,6.415626,35.32,"2013-01-10 00:00",26.32,"2013-11-30 00:00",24,"2013-10-25 00:00",18,"2013-11-20 00:00","","","","",35.32,35.32,24,17.28,11.12,9.4,3.32,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43214",1,29.770698,-95.031232,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,6.548696,4.001694,21.36,"2013-01-10 00:00",17.08,"2013-09-01 00:00",15.8,"2013-11-30 00:00",11.6,"2013-08-14 00:00","","","","",21.36,21.36,15.8,11.36,8.24,5.8,2.56,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43216",1,29.770698,-95.031232,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",20,0.189565,0.165153,0.68,"2013-06-03 00:00",0.64,"2013-05-16 00:00",0.6,"2013-04-28 00:00",0.44,"2013-08-26 00:00","","","","",0.68,0.68,0.6,0.36,0.28,0.16,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43217",1,29.770698,-95.031232,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",26,0.134348,0.120695,0.48,"2013-06-03 00:00",0.44,"2013-04-28 00:00",0.44,"2013-08-26 00:00",0.36,"2013-05-16 00:00","","","","",0.48,0.48,0.44,0.32,0.2,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43218",1,29.770698,-95.031232,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.290435,0.451954,2,"2013-08-26 00:00",1.56,"2013-06-15 00:00",1.12,"2013-11-20 00:00",0.96,"2013-09-19 00:00","","","","",2,2,1.12,0.88,0.44,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43220",1,29.770698,-95.031232,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",1,2.913043,1.801525,8.6,"2013-01-10 00:00",8.25,"2013-09-25 00:00",6.8,"2013-06-03 00:00",5.8,"2013-11-30 00:00","","","","",8.6,8.6,6.8,5.65,3.65,2.65,1.15,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43221",1,29.770698,-95.031232,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",1,5.777174,4.150967,18.1,"2013-06-03 00:00",17.75,"2013-08-26 00:00",16.65,"2013-01-10 00:00",13.7,"2013-09-25 00:00","","","","",18.1,18.1,16.65,12,6.9,4.75,2.55,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43224",1,29.770698,-95.031232,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",41,0.070652,0.074964,0.45,"2013-06-03 00:00",0.35,"2013-08-26 00:00",0.15,"2013-01-10 00:00",0.15,"2013-09-19 00:00","","","","",0.45,0.45,0.15,0.1,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43226",1,29.770698,-95.031232,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",27,0.126087,0.175353,1.1,"2013-06-03 00:00",0.45,"2013-08-26 00:00",0.45,"2013-09-25 00:00",0.3,"2013-01-10 00:00","","","","",1.1,1.1,0.45,0.25,0.15,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43227",1,29.770698,-95.031232,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",38,0.071739,0.073524,0.5,"2013-06-03 00:00",0.25,"2013-08-26 00:00",0.15,"2013-06-15 00:00",0.1,"2013-05-16 00:00","","","","",0.5,0.5,0.15,0.1,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43228",1,29.770698,-95.031232,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",26,0.148913,0.221733,1.45,"2013-06-03 00:00",0.45,"2013-08-26 00:00",0.4,"2013-09-25 00:00",0.35,"2013-04-10 00:00","","","","",1.45,1.45,0.4,0.3,0.15,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43230",1,29.770698,-95.031232,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",2,0.893043,0.487423,2.22,"2013-06-03 00:00",2.16,"2013-01-10 00:00",2.16,"2013-09-25 00:00",1.68,"2013-10-25 00:00","","","","",2.22,2.22,2.16,1.56,1.08,0.84,0.42,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43231",1,29.770698,-95.031232,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,2.287826,1.283471,6.24,"2013-01-10 00:00",5.64,"2013-02-03 00:00",5.4,"2013-05-16 00:00",4.14,"2013-09-25 00:00","","","","",6.24,6.24,5.4,3.96,2.76,2.1,0.78,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43232",1,29.770698,-95.031232,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",1,0.70413,0.319941,1.75,"2013-01-10 00:00",1.4,"2013-05-04 00:00",1.33,"2013-09-25 00:00",1.19,"2013-11-06 00:00","","","","",1.75,1.75,1.33,1.12,0.84,0.63,0.42,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43233",1,29.770698,-95.031232,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",3,0.417174,0.291705,1.44,"2013-05-04 00:00",1.04,"2013-11-06 00:00",0.96,"2013-02-27 00:00",0.88,"2013-07-21 00:00","","","","",1.44,1.44,0.96,0.88,0.56,0.32,0.16,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43234",1,29.770698,-95.031232,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",46,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43235",1,29.770698,-95.031232,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",31,0.143261,0.246298,1.62,"2013-11-06 00:00",0.54,"2013-09-25 00:00",0.36,"2013-01-10 00:00",0.27,"2013-05-16 00:00","","","","",1.62,1.62,0.36,0.27,0.18,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43238",1,29.770698,-95.031232,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",17,0.227174,0.401899,2.5,"2013-11-06 00:00",1.3,"2013-06-27 00:00",0.6,"2013-01-10 00:00",0.4,"2013-02-03 00:00","","","","",2.5,2.5,0.6,0.4,0.2,0.1,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43242",1,29.770698,-95.031232,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",21,0.148913,0.11761,0.55,"2013-06-03 00:00",0.4,"2013-01-10 00:00",0.35,"2013-05-04 00:00",0.35,"2013-10-25 00:00","","","","",0.55,0.55,0.35,0.3,0.2,0.15,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43243",1,29.770698,-95.031232,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",11,0.804348,0.92375,4.65,"2013-06-03 00:00",3.4,"2013-09-25 00:00",2.45,"2013-09-13 00:00",1.75,"2013-09-07 00:00","","","","",4.65,4.65,2.45,1.6,1.2,0.45,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43244",1,29.770698,-95.031232,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",23,0.138478,0.117283,0.48,"2013-09-25 00:00",0.42,"2013-01-10 00:00",0.42,"2013-06-03 00:00",0.36,"2013-10-25 00:00","","","","",0.48,0.48,0.42,0.3,0.18,0.12,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43247",1,29.770698,-95.031232,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",25,0.118478,0.093902,0.42,"2013-09-25 00:00",0.35,"2013-06-03 00:00",0.35,"2013-10-25 00:00",0.28,"2013-01-10 00:00","","","","",0.42,0.42,0.35,0.21,0.14,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43248",1,29.770698,-95.031232,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",11,4.055435,6.778845,36.36,"2013-10-25 00:00",22.38,"2013-09-07 00:00",13.08,"2013-02-27 00:00",12.36,"2013-08-26 00:00","","","","",36.36,36.36,13.08,12.24,5.34,1.44,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43249",1,29.770698,-95.031232,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",8,0.504783,0.323658,1.26,"2013-01-10 00:00",1.19,"2013-05-04 00:00",1.19,"2013-09-25 00:00",1.05,"2013-06-03 00:00","","","","",1.26,1.26,1.19,1.05,0.7,0.49,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43250",1,29.770698,-95.031232,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.56,0.364466,1.6,"2013-09-25 00:00",1.36,"2013-05-04 00:00",1.2,"2013-05-16 00:00",1.2,"2013-06-03 00:00","","","","",1.6,1.6,1.2,1.12,0.72,0.48,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43252",1,29.770698,-95.031232,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",14,0.180435,0.128702,0.64,"2013-05-04 00:00",0.56,"2013-09-25 00:00",0.4,"2013-10-01 00:00",0.32,"2013-02-27 00:00","","","","",0.64,0.64,0.4,0.32,0.24,0.16,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43253",1,29.770698,-95.031232,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",26,0.13087,0.113173,0.48,"2013-05-04 00:00",0.4,"2013-09-25 00:00",0.4,"2013-11-06 00:00",0.32,"2013-01-10 00:00","","","","",0.48,0.48,0.4,0.32,0.16,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43261",1,29.770698,-95.031232,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",9,0.458696,0.380611,1.68,"2013-09-25 00:00",1.61,"2013-05-04 00:00",1.4,"2013-01-10 00:00",1.12,"2013-10-25 00:00","","","","",1.68,1.68,1.4,0.98,0.56,0.35,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43262",1,29.770698,-95.031232,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.632609,0.34286,1.68,"2013-09-25 00:00",1.56,"2013-10-25 00:00",1.44,"2013-06-03 00:00",1.38,"2013-01-10 00:00","","","","",1.68,1.68,1.44,1.02,0.72,0.54,0.3,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43263",1,29.770698,-95.031232,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",29,0.267391,0.340793,1.4,"2013-01-10 00:00",1.26,"2013-05-04 00:00",0.91,"2013-06-03 00:00",0.84,"2013-10-25 00:00","","","","",1.4,1.4,0.91,0.7,0.49,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43280",1,29.770698,-95.031232,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",4,2.842609,2.657531,12.88,"2013-03-29 00:00",8.64,"2013-02-03 00:00",8.16,"2013-05-16 00:00",7.4,"2013-03-17 00:00","","","","",12.88,12.88,8.16,7.08,3.56,2.04,0.2,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43282",1,29.770698,-95.031232,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",45,0.051087,0.007372,0.1,"2013-08-26 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43283",1,29.770698,-95.031232,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",45,0.052174,0.014744,0.15,"2013-06-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.15,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43284",1,29.770698,-95.031232,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",33,0.135,0.151272,0.6,"2013-08-26 00:00",0.48,"2013-05-16 00:00",0.42,"2013-02-27 00:00",0.42,"2013-03-23 00:00","","","","",0.6,0.6,0.42,0.42,0.24,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43285",1,29.770698,-95.031232,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",3,1.196739,0.693683,3.66,"2013-06-03 00:00",3,"2013-09-25 00:00",2.4,"2013-10-25 00:00",2.28,"2013-08-26 00:00","","","","",3.66,3.66,2.4,1.86,1.44,1.08,0.42,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43289",1,29.770698,-95.031232,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",45,0.051522,0.010321,0.12,"2013-06-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43290",1,29.770698,-95.031232,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",46,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43291",1,29.770698,-95.031232,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",40,0.086087,0.110845,0.63,"2013-05-04 00:00",0.42,"2013-10-25 00:00",0.28,"2013-05-28 00:00",0.28,"2013-06-15 00:00","","","","",0.63,0.63,0.28,0.21,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43331",1,29.770698,-95.031232,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",46,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43801",1,29.770698,-95.031232,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.76,0.125415,0.97,"2013-02-03 00:00",0.94,"2013-02-21 00:00",0.93,"2013-08-08 00:00",0.93,"2013-08-21 00:00","","","","",0.97,0.97,0.93,0.92,0.88,0.76,0.58,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43802",1,29.770698,-95.031232,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.101522,0.047139,0.23,"2013-09-07 00:00",0.21,"2013-09-13 00:00",0.21,"2013-09-19 00:00",0.19,"2013-05-10 00:00","","","","",0.23,0.23,0.21,0.18,0.12,0.09,0.06,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43803",1,29.770698,-95.031232,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.033478,0.052503,0.36,"2013-05-04 00:00",0.09,"2013-10-25 00:00",0.07,"2013-09-25 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.36,0.07,0.05,0.03,0.03,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43804",1,29.770698,-95.031232,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.088261,0.033882,0.15,"2013-05-04 00:00",0.13,"2013-08-14 00:00",0.12,"2013-08-08 00:00",0.11,"2013-01-10 00:00","","","","",0.15,0.15,0.12,0.11,0.1,0.1,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43811",1,29.770698,-95.031232,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",1,0.237174,0.033378,0.29,"2013-01-10 00:00",0.27,"2013-01-04 00:00",0.27,"2013-01-16 00:00",0.27,"2013-05-04 00:00","","","","",0.29,0.29,0.27,0.26,0.25,0.24,0.21,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43813",1,29.770698,-95.031232,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43814",1,29.770698,-95.031232,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.010435,0.010946,0.04,"2013-10-25 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43815",1,29.770698,-95.031232,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.188261,0.635016,3.74,"2013-08-14 00:00",2.02,"2013-08-08 00:00",1.16,"2013-09-01 00:00",0.5,"2013-10-25 00:00","","","","",3.74,3.74,1.16,0.18,0.06,0.02,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43817",1,29.770698,-95.031232,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.018261,0.020581,0.1,"2013-03-23 00:00",0.06,"2013-01-10 00:00",0.06,"2013-05-04 00:00",0.06,"2013-11-24 00:00","","","","",0.1,0.1,0.06,0.04,0.02,0.02,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43818",1,29.770698,-95.031232,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43819",1,29.770698,-95.031232,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.004348,0.013929,0.09,"2013-01-10 00:00",0.02,"2013-04-04 00:00",0.02,"2013-08-08 00:00",0.01,"2013-04-16 00:00","","","","",0.09,0.09,0.02,0.01,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43820",1,29.770698,-95.031232,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.001304,0.006535,0.04,"2013-08-14 00:00",0.02,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43823",1,29.770698,-95.031232,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.535435,0.047032,0.61,"2013-01-04 00:00",0.61,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.6,"2013-02-27 00:00","","","","",0.61,0.61,0.6,0.58,0.56,0.55,0.45,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43824",1,29.770698,-95.031232,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.001304,0.004993,0.02,"2013-01-10 00:00",0.02,"2013-08-14 00:00",0.02,"2013-10-25 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43826",1,29.770698,-95.031232,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.009565,0.056212,0.38,"2013-06-15 00:00",0.04,"2013-01-10 00:00",0.02,"2013-10-19 00:00",0,"2013-01-04 00:00","","","","",0.38,0.38,0.02,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43829",1,29.770698,-95.031232,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.007174,0.032363,0.21,"2013-01-04 00:00",0.06,"2013-03-29 00:00",0.03,"2013-04-10 00:00",0.03,"2013-05-10 00:00","","","","",0.21,0.21,0.03,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43830",1,29.770698,-95.031232,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.001957,0.009802,0.06,"2013-07-21 00:00",0.03,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.06,0,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43831",1,29.770698,-95.031232,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43843",1,29.770698,-95.031232,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43860",1,29.770698,-95.031232,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.016087,0.050353,0.24,"2013-08-14 00:00",0.22,"2013-08-08 00:00",0.08,"2013-01-10 00:00",0.08,"2013-06-15 00:00","","","","",0.24,0.24,0.08,0.06,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43954",1,29.770698,-95.031232,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",18,0.146304,0.253687,1.76,"2013-11-06 00:00",0.33,"2013-02-21 00:00",0.33,"2013-06-27 00:00",0.22,"2013-01-10 00:00","","","","",1.76,1.76,0.33,0.22,0.11,0.11,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","43960",1,29.770698,-95.031232,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",23,0.131087,0.097233,0.4,"2013-02-27 00:00",0.4,"2013-09-25 00:00",0.32,"2013-01-10 00:00",0.24,"2013-02-03 00:00","","","","",0.4,0.4,0.32,0.24,0.16,0.16,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45109",1,29.770698,-95.031232,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,1.366957,0.891931,3.6,"2013-02-03 00:00",3.52,"2013-01-10 00:00",3.28,"2013-05-16 00:00",3.12,"2013-03-17 00:00","","","","",3.6,3.6,3.28,2.56,1.68,1.28,0.4,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45201",1,29.770698,-95.031232,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,2.191304,1.049933,6.48,"2013-02-09 00:00",4.5,"2013-01-10 00:00",4.2,"2013-06-15 00:00",3.6,"2013-10-25 00:00","","","","",6.48,6.48,4.2,3.54,2.52,1.98,1.32,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45202",1,29.770698,-95.031232,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,2.696522,1.726839,8.54,"2013-09-13 00:00",7.07,"2013-04-28 00:00",5.88,"2013-05-04 00:00",5.67,"2013-10-01 00:00","","","","",8.54,8.54,5.88,5.25,3.22,2.1,1.12,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45203",1,29.770698,-95.031232,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.316522,0.232448,0.96,"2013-09-25 00:00",0.88,"2013-05-04 00:00",0.8,"2013-10-25 00:00",0.64,"2013-01-10 00:00","","","","",0.96,0.96,0.8,0.64,0.4,0.32,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45204",1,29.770698,-95.031232,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.424348,0.32083,1.52,"2013-05-16 00:00",1.12,"2013-05-28 00:00",0.96,"2013-03-17 00:00",0.88,"2013-05-04 00:00","","","","",1.52,1.52,0.96,0.88,0.64,0.32,0.08,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45207",1,29.770698,-95.031232,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",46,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45208",1,29.770698,-95.031232,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",32,0.118913,0.134548,0.63,"2013-09-25 00:00",0.54,"2013-01-10 00:00",0.45,"2013-06-21 00:00",0.36,"2013-10-25 00:00","","","","",0.63,0.63,0.45,0.27,0.18,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45209",1,29.770698,-95.031232,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",45,0.052826,0.019167,0.18,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45210",1,29.770698,-95.031232,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.015652,0.043699,0.18,"2013-01-10 00:00",0.18,"2013-06-15 00:00",0.09,"2013-04-28 00:00",0.09,"2013-08-14 00:00","","","","",0.18,0.18,0.09,0.09,0,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45211",1,29.770698,-95.031232,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",45,0.052826,0.019167,0.18,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45212",1,29.770698,-95.031232,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",34,0.107391,0.109817,0.45,"2013-01-10 00:00",0.45,"2013-05-04 00:00",0.36,"2013-02-03 00:00",0.27,"2013-05-28 00:00","","","","",0.45,0.45,0.36,0.27,0.18,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45213",1,29.770698,-95.031232,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",44,0.055652,0.026804,0.18,"2013-01-10 00:00",0.18,"2013-05-04 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45218",1,29.770698,-95.031232,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",46,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45219",1,29.770698,-95.031232,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",25,0.105435,0.088335,0.4,"2013-02-03 00:00",0.3,"2013-01-10 00:00",0.3,"2013-03-17 00:00",0.3,"2013-05-16 00:00","","","","",0.4,0.4,0.3,0.3,0.1,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45220",1,29.770698,-95.031232,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.14087,0.328849,2.08,"2013-01-10 00:00",0.88,"2013-09-25 00:00",0.4,"2013-02-27 00:00",0.4,"2013-06-15 00:00","","","","",2.08,2.08,0.4,0.24,0.08,0.08,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45225",1,29.770698,-95.031232,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",44,0.055652,0.026804,0.18,"2013-02-27 00:00",0.18,"2013-06-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","45801",1,29.770698,-95.031232,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",46,75,46,61,0,0,"","","Certification not required",0,0.058696,0.129299,0.78,"2013-06-15 00:00",0.3,"2013-02-27 00:00",0.24,"2013-10-13 00:00",0.18,"2013-02-09 00:00","","","","",0.78,0.78,0.24,0.18,0.06,0,0,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0058","61101",1,29.770698,-95.031232,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7291,83,304,365,0,4,"","","Certification not required",0,5.293458,2.982633,19.5,"2013-02-25 20:00",17.9,"2013-02-25 21:00",17.5,"2013-01-30 09:00",17.4,"2013-01-30 11:00","","","","",13.2,12.1,10.9,9.6,7.2,4.8,1.8,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","61103",1,29.770698,-95.031232,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7291,83,304,365,0,4,"","","Certification not required",0,4.848279,2.936302,18.9,"2013-02-25 20:00",17.4,"2013-02-25 21:00",17,"2013-01-30 09:00",16.8,"2013-01-30 11:00","","","","",12.5,11.5,10.4,9.1,6.7,4.4,1.4,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","61104",1,29.770698,-95.031232,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7291,83,304,365,0,4,"","","Certification not required",0,157.368358,95.658149,359.9,"2013-01-13 18:00",359.8,"2013-01-06 06:00",359.8,"2013-01-15 13:00",359.8,"2013-06-06 23:00","","","","",357.1,353.8,343.8,325.9,198.8,149.7,26.8,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","61105",1,29.770698,-95.031232,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7291,83,304,365,0,4,"","","Certification not required",0,11.495542,5.679634,37,"2013-02-25 20:00",37,"2013-04-02 22:00",35,"2013-04-28 00:00",34,"2013-01-30 11:00","","","","",27,25,22,19,15,11,5,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","61106",1,29.770698,-95.031232,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7291,83,304,365,0,4,"","","Certification not required",0,24.980894,10.630976,79.3,"2013-06-14 11:00",78.3,"2013-02-05 04:00",77.8,"2013-07-04 21:00",77.7,"2013-03-03 01:00","","","","",64.6,58,47.6,39.4,28.8,21.1,16.2,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","62101",1,29.770698,-95.031232,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,5,"","","Certification not required",0,72.427846,13.291597,102,"2013-06-29 15:00",102,"2013-06-29 16:00",102,"2013-06-29 17:00",101,"2013-06-28 15:00","","","","",96,95,92,89,82,75,53,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0058","68103",1,29.770698,-95.031232,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,15.403333,7.54215,26.6,"2013-08-05 00:00",26.5,"2013-09-28 00:00",26.4,"2013-08-02 00:00",26,"2013-08-11 00:00","","","","",26.5,26.4,25.8,24.7,22.3,16.8,4.8,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","68104",1,29.770698,-95.031232,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,26.293333,6.703752,38.1,"2013-08-14 00:00",37,"2013-08-23 00:00",37,"2013-08-29 00:00",36.6,"2013-08-08 00:00","","","","",37,37,36.4,34.8,30.9,27.4,15.9,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","68105",1,29.770698,-95.031232,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,61,61,0,0,"","","Certification not required",0,20.5025,6.748912,30.7,"2013-08-05 00:00",30.5,"2013-08-29 00:00",30.3,"2013-08-23 00:00",30.2,"2013-07-24 00:00","","","","",30.5,30.3,30.2,28.7,25.4,22,10.6,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","68106",1,29.770698,-95.031232,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,757.358333,4.553687,769,"2013-01-04 00:00",768,"2013-03-26 00:00",767,"2013-03-14 00:00",766,"2013-01-22 00:00","","","","",768,767,765,765,761,757,753,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","68107",1,29.770698,-95.031232,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,762.408333,4.989899,774,"2013-01-04 00:00",774,"2013-03-26 00:00",772,"2013-03-14 00:00",772,"2013-12-12 00:00","","","","",774,772,771,769,767,761,757,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","68108",1,29.770698,-95.031232,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,61,61,0,0,"","","Certification not required",0,759.891667,4.699,771,"2013-01-04 00:00",771,"2013-03-26 00:00",770,"2013-03-14 00:00",769,"2013-12-12 00:00","","","","",771,770,768,767,763,759,755,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","88101",1,29.770698,-95.031232,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,0,0,"Requested but not yet concurred",0,9.595,4.301629,31.9,"2013-08-08 00:00",22.2,"2013-04-16 00:00",20.5,"2013-07-24 00:00",19.5,"2013-03-23 00:00","","","","",22.2,20.5,18.5,15.3,11.2,8.6,5.2,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","88101",1,29.770698,-95.031232,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,3,"","","Requested but not yet concurred",0,9.595,4.301629,31.9,"2013-08-08 00:00",22.2,"2013-04-16 00:00",20.5,"2013-07-24 00:00",19.5,"2013-03-23 00:00","","","","",22.2,20.5,18.5,15.3,11.2,8.6,5.2,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","0058","88502",3,29.770698,-95.031232,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",3653,98,152,155,0,66,"","","Certification not required",0,9.499124,6.020032,62.8,"2013-11-11 21:00",62.7,"2013-11-11 20:00",60.6,"2013-11-11 18:00",60.4,"2013-11-11 19:00","","","","",30.9,26.6,19.8,16.2,12.1,8.4,3.4,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0058","88502",3,29.770698,-95.031232,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",152,98,152,155,0,0,"","","Certification not required",0,9.447368,4.262806,30.4,"2013-08-08 00:00",25.1,"2013-08-07 00:00",22.5,"2013-11-11 00:00",20,"2013-12-13 00:00","","","","",25.1,20,15.9,14.4,12,8.8,4.9,"Baytown","7210 1/2 Bayway Drive","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","0060","61101",1,29.807415,-95.293622,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8062,92,333,365,0,0,"","","Certification not required",0,5.107418,2.502094,16.8,"2013-01-30 11:00",16.3,"2013-01-30 12:00",15.8,"2013-01-30 10:00",15.3,"2013-01-30 09:00","","","","",11.3,10.4,9.3,8.5,6.9,4.9,1.9,"Houston Kirkpatrick","5565 Kirkpatrick","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0060","61103",1,29.807415,-95.293622,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8062,92,333,365,0,0,"","","Certification not required",0,4.676036,2.443153,16,"2013-01-30 11:00",15.4,"2013-01-30 12:00",15.1,"2013-01-30 10:00",14.4,"2013-01-30 09:00","","","","",10.8,9.8,8.8,8,6.4,4.5,1.5,"Houston Kirkpatrick","5565 Kirkpatrick","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0060","61104",1,29.807415,-95.293622,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8062,92,333,365,0,0,"","","Certification not required",0,153.62843,97.624436,360,"2013-04-19 07:00",360,"2013-08-19 03:00",360,"2013-11-25 16:00",359.9,"2013-01-02 09:00","","","","",358,355.6,347.6,326.5,199,150.9,27.7,"Houston Kirkpatrick","5565 Kirkpatrick","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0060","61105",1,29.807415,-95.293622,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8062,92,333,365,0,0,"","","Certification not required",0,10.161002,4.899018,42,"2013-04-02 21:00",32,"2013-01-30 10:00",31,"2013-03-31 15:00",31,"2013-04-27 22:00","","","","",23,21,18,17,14,10,4,"Houston Kirkpatrick","5565 Kirkpatrick","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0060","61106",1,29.807415,-95.293622,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8062,92,333,365,0,0,"","","Certification not required",0,23.39061,11.424723,77,"2013-03-27 02:00",77,"2013-12-29 15:00",76.8,"2013-07-12 12:00",76.8,"2013-12-21 21:00","","","","",64.4,58.6,48.7,38.4,26.4,20.8,13.1,"Houston Kirkpatrick","5565 Kirkpatrick","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0060","62101",1,29.807415,-95.293622,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7690,88,317,365,0,0,"","","Certification not required",0,71.250715,14.08916,103,"2013-06-29 15:00",103,"2013-06-29 16:00",103,"2013-06-29 17:00",102,"2013-06-29 14:00","","","","",95,93,91,88,81,75,50,"Houston Kirkpatrick","5565 Kirkpatrick","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43173",1,29.615001,-95.018132,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43202",1,29.615001,-95.018132,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,17.554545,11.488191,58.42,"2013-01-10 00:00",47.18,"2013-09-25 00:00",45.1,"2013-11-30 00:00",35.16,"2013-02-15 00:00","","","","",58.42,47.18,45.1,34.66,23.38,14,7.42,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43203",1,29.615001,-95.018132,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,3.714182,2.670421,14.66,"2013-01-16 00:00",10.44,"2013-07-09 00:00",9.06,"2013-11-12 00:00",8.14,"2013-02-27 00:00","","","","",14.66,10.44,9.06,6.78,4.76,3.24,1.18,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43204",1,29.615001,-95.018132,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,12.559636,10.482638,56.67,"2013-01-10 00:00",35.31,"2013-11-30 00:00",33.42,"2013-01-22 00:00",30.24,"2013-02-15 00:00","","","","",56.67,35.31,33.42,27.57,17.46,9.72,3.48,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43205",1,29.615001,-95.018132,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",9,2.504182,2.88192,16.89,"2013-04-04 00:00",9.63,"2013-09-25 00:00",8.31,"2013-10-31 00:00",7.77,"2013-02-27 00:00","","","","",16.89,9.63,8.31,5.07,3.21,2.01,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43206",1,29.615001,-95.018132,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",10,0.705091,0.528884,2.38,"2013-02-15 00:00",1.68,"2013-01-22 00:00",1.62,"2013-01-16 00:00",1.62,"2013-02-27 00:00","","","","",2.38,1.68,1.62,1.42,1.08,0.6,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43212",1,29.615001,-95.018132,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,8.587636,8.210006,45.56,"2013-06-15 00:00",30.08,"2013-01-10 00:00",29.72,"2013-11-12 00:00",21.56,"2013-02-15 00:00","","","","",45.56,30.08,29.72,17.16,10.64,6,2.24,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43214",1,29.615001,-95.018132,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,7.994182,6.137334,33.76,"2013-05-16 00:00",20.56,"2013-07-09 00:00",19.12,"2013-01-10 00:00",18.52,"2013-02-27 00:00","","","","",33.76,20.56,19.12,15.52,12.16,6.28,2.4,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43216",1,29.615001,-95.018132,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.052,0.014832,0.16,"2013-09-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.16,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43217",1,29.615001,-95.018132,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.054545,0.019609,0.16,"2013-02-15 00:00",0.12,"2013-01-16 00:00",0.12,"2013-11-12 00:00",0.05,"2013-01-04 00:00","","","","",0.16,0.12,0.12,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43218",1,29.615001,-95.018132,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.038545,0.123159,0.64,"2013-01-10 00:00",0.44,"2013-02-27 00:00",0.4,"2013-04-16 00:00",0.32,"2013-01-22 00:00","","","","",0.64,0.44,0.4,0.12,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43220",1,29.615001,-95.018132,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,2.948182,4.383016,30.85,"2013-06-15 00:00",12,"2013-09-25 00:00",7.8,"2013-08-02 00:00",6.9,"2013-11-12 00:00","","","","",30.85,12,7.8,5.2,3.3,1.75,0.7,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43221",1,29.615001,-95.018132,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,4.254545,4.435664,24.4,"2013-06-15 00:00",17.3,"2013-09-25 00:00",13.95,"2013-11-12 00:00",10.6,"2013-01-10 00:00","","","","",24.4,17.3,13.95,10.4,5.05,2.55,0.85,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43224",1,29.615001,-95.018132,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43226",1,29.615001,-95.018132,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.063636,0.045597,0.3,"2013-11-12 00:00",0.25,"2013-09-13 00:00",0.15,"2013-10-25 00:00",0.1,"2013-03-23 00:00","","","","",0.3,0.25,0.15,0.1,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43227",1,29.615001,-95.018132,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.050909,0.006742,0.1,"2013-09-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43228",1,29.615001,-95.018132,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.073636,0.066566,0.4,"2013-11-12 00:00",0.3,"2013-09-25 00:00",0.25,"2013-09-13 00:00",0.2,"2013-10-31 00:00","","","","",0.4,0.3,0.25,0.1,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43230",1,29.615001,-95.018132,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.925091,0.854064,5.52,"2013-06-15 00:00",3.48,"2013-09-25 00:00",1.98,"2013-08-02 00:00",1.86,"2013-09-13 00:00","","","","",5.52,3.48,1.98,1.62,1.08,0.72,0.24,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43231",1,29.615001,-95.018132,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.505818,3.394308,23.94,"2013-06-15 00:00",7.68,"2013-09-25 00:00",6.84,"2013-07-09 00:00",6.48,"2013-08-02 00:00","","","","",23.94,7.68,6.84,4.5,2.82,1.5,0.36,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43232",1,29.615001,-95.018132,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.954545,1.85635,13.02,"2013-06-15 00:00",4.55,"2013-09-25 00:00",4.41,"2013-08-02 00:00",2.03,"2013-07-27 00:00","","","","",13.02,4.55,4.41,1.4,0.84,0.49,0.21,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43233",1,29.615001,-95.018132,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",9,0.581273,0.794043,4.64,"2013-06-15 00:00",2.72,"2013-08-02 00:00",2.56,"2013-09-25 00:00",1.44,"2013-02-15 00:00","","","","",4.64,2.72,2.56,1.28,0.8,0.32,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43234",1,29.615001,-95.018132,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43235",1,29.615001,-95.018132,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",28,0.297091,0.442152,2.52,"2013-08-26 00:00",1.62,"2013-06-15 00:00",0.99,"2013-02-15 00:00",0.99,"2013-09-25 00:00","","","","",2.52,1.62,0.99,0.81,0.36,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43238",1,29.615001,-95.018132,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",27,0.175455,0.195522,0.8,"2013-09-25 00:00",0.7,"2013-02-15 00:00",0.7,"2013-06-15 00:00",0.6,"2013-01-10 00:00","","","","",0.8,0.7,0.7,0.5,0.2,0.1,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43242",1,29.615001,-95.018132,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",27,0.174545,0.250531,1.6,"2013-06-15 00:00",0.9,"2013-09-25 00:00",0.65,"2013-08-02 00:00",0.35,"2013-01-10 00:00","","","","",1.6,0.9,0.65,0.3,0.2,0.1,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43243",1,29.615001,-95.018132,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",15,0.898182,1.348661,7.3,"2013-09-25 00:00",5,"2013-06-27 00:00",3.55,"2013-07-21 00:00",3.25,"2013-07-03 00:00","","","","",7.3,5,3.55,2.2,1.35,0.3,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43244",1,29.615001,-95.018132,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",40,0.100727,0.110686,0.66,"2013-06-15 00:00",0.36,"2013-02-15 00:00",0.3,"2013-01-22 00:00",0.3,"2013-10-25 00:00","","","","",0.66,0.36,0.3,0.24,0.12,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43247",1,29.615001,-95.018132,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",38,0.105818,0.118097,0.63,"2013-06-15 00:00",0.56,"2013-09-25 00:00",0.35,"2013-09-13 00:00",0.28,"2013-08-02 00:00","","","","",0.63,0.56,0.35,0.21,0.14,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43248",1,29.615001,-95.018132,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",28,0.647273,1.052446,5.58,"2013-06-15 00:00",3.36,"2013-09-25 00:00",2.7,"2013-07-27 00:00",2.58,"2013-05-04 00:00","","","","",5.58,3.36,2.7,2.28,0.78,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43249",1,29.615001,-95.018132,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",16,0.419273,0.601636,3.43,"2013-06-15 00:00",2.87,"2013-09-25 00:00",1.54,"2013-08-02 00:00",0.84,"2013-02-15 00:00","","","","",3.43,2.87,1.54,0.7,0.42,0.35,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43250",1,29.615001,-95.018132,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.315636,0.404543,1.92,"2013-09-25 00:00",1.76,"2013-09-13 00:00",1.28,"2013-10-25 00:00",1.12,"2013-10-19 00:00","","","","",1.92,1.76,1.28,0.64,0.4,0.24,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43252",1,29.615001,-95.018132,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",35,0.123455,0.133197,0.72,"2013-09-25 00:00",0.56,"2013-09-13 00:00",0.4,"2013-10-25 00:00",0.32,"2013-08-02 00:00","","","","",0.72,0.56,0.4,0.24,0.16,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43253",1,29.615001,-95.018132,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",39,0.122727,0.156175,0.8,"2013-06-15 00:00",0.64,"2013-09-25 00:00",0.56,"2013-08-02 00:00",0.4,"2013-02-15 00:00","","","","",0.8,0.64,0.56,0.32,0.16,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43261",1,29.615001,-95.018132,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",7,0.666909,1.076469,7,"2013-06-15 00:00",3.71,"2013-09-25 00:00",2.59,"2013-08-02 00:00",1.61,"2013-08-14 00:00","","","","",7,3.71,2.59,1.26,0.77,0.35,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43262",1,29.615001,-95.018132,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,0.722909,0.755701,4.86,"2013-06-15 00:00",2.88,"2013-09-25 00:00",1.68,"2013-08-02 00:00",1.5,"2013-07-09 00:00","","","","",4.86,2.88,1.68,1.44,0.96,0.54,0.12,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43263",1,29.615001,-95.018132,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",41,0.261273,0.60627,3.78,"2013-06-15 00:00",2.38,"2013-09-25 00:00",0.91,"2013-05-04 00:00",0.7,"2013-01-10 00:00","","","","",3.78,2.38,0.91,0.56,0.28,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43280",1,29.615001,-95.018132,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",17,0.99,1.103981,6.32,"2013-06-09 00:00",3.64,"2013-05-04 00:00",2.76,"2013-07-27 00:00",2.76,"2013-09-13 00:00","","","","",6.32,3.64,2.76,2,1.36,0.88,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43282",1,29.615001,-95.018132,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43283",1,29.615001,-95.018132,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43284",1,29.615001,-95.018132,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.113273,0.135606,0.54,"2013-09-13 00:00",0.48,"2013-01-10 00:00",0.48,"2013-10-25 00:00",0.42,"2013-02-15 00:00","","","","",0.54,0.48,0.48,0.36,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43285",1,29.615001,-95.018132,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",4,1.130545,1.41036,9.72,"2013-06-15 00:00",4.26,"2013-09-25 00:00",3.06,"2013-08-02 00:00",2.4,"2013-01-10 00:00","","","","",9.72,4.26,3.06,2.16,1.26,0.78,0.24,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43289",1,29.615001,-95.018132,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43290",1,29.615001,-95.018132,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43291",1,29.615001,-95.018132,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",47,0.098727,0.180883,1.26,"2013-06-15 00:00",0.49,"2013-09-13 00:00",0.42,"2013-10-25 00:00",0.28,"2013-01-10 00:00","","","","",1.26,0.49,0.42,0.14,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43331",1,29.615001,-95.018132,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43801",1,29.615001,-95.018132,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.734727,0.113102,0.97,"2013-09-13 00:00",0.95,"2013-06-03 00:00",0.93,"2013-07-27 00:00",0.91,"2013-08-08 00:00","","","","",0.97,0.95,0.93,0.87,0.82,0.76,0.57,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43802",1,29.615001,-95.018132,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.106909,0.08915,0.49,"2013-10-13 00:00",0.4,"2013-02-15 00:00",0.32,"2013-09-25 00:00",0.27,"2013-10-19 00:00","","","","",0.49,0.4,0.32,0.21,0.11,0.08,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43803",1,29.615001,-95.018132,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.072727,0.076339,0.37,"2013-10-31 00:00",0.3,"2013-09-13 00:00",0.26,"2013-06-21 00:00",0.25,"2013-09-25 00:00","","","","",0.37,0.3,0.26,0.2,0.08,0.05,0.02,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43804",1,29.615001,-95.018132,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.083273,0.033225,0.11,"2013-01-28 00:00",0.11,"2013-03-29 00:00",0.11,"2013-06-21 00:00",0.11,"2013-07-21 00:00","","","","",0.11,0.11,0.11,0.11,0.1,0.09,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43811",1,29.615001,-95.018132,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,0.236364,0.029336,0.28,"2013-01-28 00:00",0.27,"2013-01-04 00:00",0.26,"2013-02-03 00:00",0.26,"2013-02-09 00:00","","","","",0.28,0.27,0.26,0.26,0.25,0.24,0.22,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43813",1,29.615001,-95.018132,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43814",1,29.615001,-95.018132,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.012727,0.022889,0.16,"2013-10-25 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00","","","","",0.16,0.04,0.02,0.02,0.02,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43815",1,29.615001,-95.018132,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.052727,0.077111,0.36,"2013-06-21 00:00",0.32,"2013-07-21 00:00",0.22,"2013-09-01 00:00",0.2,"2013-04-04 00:00","","","","",0.36,0.32,0.22,0.12,0.06,0.04,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43817",1,29.615001,-95.018132,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.019273,0.015853,0.06,"2013-07-09 00:00",0.06,"2013-09-13 00:00",0.06,"2013-09-25 00:00",0.04,"2013-01-10 00:00","","","","",0.06,0.06,0.06,0.04,0.02,0.02,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43818",1,29.615001,-95.018132,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000364,0.002697,0.02,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43819",1,29.615001,-95.018132,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.006545,0.018779,0.12,"2013-01-22 00:00",0.06,"2013-01-10 00:00",0.04,"2013-10-01 00:00",0.02,"2013-04-16 00:00","","","","",0.12,0.06,0.04,0.01,0.01,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43820",1,29.615001,-95.018132,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43823",1,29.615001,-95.018132,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.531818,0.044601,0.63,"2013-03-23 00:00",0.61,"2013-01-04 00:00",0.61,"2013-01-28 00:00",0.6,"2013-02-27 00:00","","","","",0.63,0.61,0.61,0.58,0.55,0.54,0.45,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43824",1,29.615001,-95.018132,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.006909,0.009598,0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43826",1,29.615001,-95.018132,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.004,0.015587,0.1,"2013-06-15 00:00",0.04,"2013-01-10 00:00",0.04,"2013-08-14 00:00",0.02,"2013-10-19 00:00","","","","",0.1,0.04,0.04,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43829",1,29.615001,-95.018132,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.103091,0.401487,2.79,"2013-01-10 00:00",0.87,"2013-02-15 00:00",0.78,"2013-01-22 00:00",0.24,"2013-02-21 00:00","","","","",2.79,0.87,0.78,0.09,0.03,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43830",1,29.615001,-95.018132,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001636,0.006876,0.03,"2013-02-27 00:00",0.03,"2013-06-27 00:00",0.03,"2013-10-01 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43831",1,29.615001,-95.018132,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43843",1,29.615001,-95.018132,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43860",1,29.615001,-95.018132,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001818,0.00964,0.06,"2013-03-11 00:00",0.04,"2013-04-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.04,0,0,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43954",1,29.615001,-95.018132,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.096,0.079106,0.33,"2013-01-16 00:00",0.33,"2013-01-22 00:00",0.33,"2013-06-21 00:00",0.33,"2013-09-13 00:00","","","","",0.33,0.33,0.33,0.22,0.11,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","43960",1,29.615001,-95.018132,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",36,0.169455,0.259297,1.44,"2013-06-15 00:00",1.04,"2013-08-02 00:00",0.8,"2013-09-25 00:00",0.48,"2013-02-15 00:00","","","","",1.44,1.04,0.8,0.4,0.16,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45109",1,29.615001,-95.018132,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.724364,0.63244,2.8,"2013-09-25 00:00",2.64,"2013-09-13 00:00",2.24,"2013-02-15 00:00",1.84,"2013-01-10 00:00","","","","",2.8,2.64,2.24,1.68,0.8,0.64,0.16,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45201",1,29.615001,-95.018132,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,4.938545,8.435345,39.12,"2013-07-27 00:00",36.12,"2013-05-04 00:00",31.56,"2013-10-25 00:00",19.32,"2013-07-03 00:00","","","","",39.12,36.12,31.56,13.62,4.32,1.8,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45202",1,29.615001,-95.018132,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.349455,2.557592,15.61,"2013-09-25 00:00",10.92,"2013-04-16 00:00",7.42,"2013-09-13 00:00",4.83,"2013-01-10 00:00","","","","",15.61,10.92,7.42,3.78,2.94,1.47,0.63,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45203",1,29.615001,-95.018132,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.402909,0.517994,3.36,"2013-07-03 00:00",1.2,"2013-07-09 00:00",1.12,"2013-09-25 00:00",1.04,"2013-09-13 00:00","","","","",3.36,1.2,1.12,0.8,0.64,0.32,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45204",1,29.615001,-95.018132,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.257455,0.265192,1.52,"2013-09-13 00:00",1.04,"2013-09-25 00:00",0.8,"2013-01-10 00:00",0.64,"2013-01-22 00:00","","","","",1.52,1.04,0.8,0.56,0.24,0.16,0.08,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45207",1,29.615001,-95.018132,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.058,0.045027,0.36,"2013-09-25 00:00",0.18,"2013-09-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.18,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45208",1,29.615001,-95.018132,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",44,0.103818,0.131565,0.63,"2013-09-25 00:00",0.54,"2013-01-22 00:00",0.54,"2013-09-13 00:00",0.36,"2013-10-25 00:00","","","","",0.63,0.54,0.54,0.27,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45209",1,29.615001,-95.018132,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.052364,0.017529,0.18,"2013-09-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45210",1,29.615001,-95.018132,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.024545,0.058621,0.27,"2013-09-25 00:00",0.18,"2013-03-23 00:00",0.18,"2013-04-04 00:00",0.18,"2013-05-04 00:00","","","","",0.27,0.18,0.18,0.09,0,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45211",1,29.615001,-95.018132,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.056364,0.034176,0.27,"2013-01-10 00:00",0.18,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45212",1,29.615001,-95.018132,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",47,0.085273,0.100349,0.54,"2013-01-10 00:00",0.45,"2013-02-15 00:00",0.36,"2013-02-27 00:00",0.27,"2013-02-03 00:00","","","","",0.54,0.45,0.36,0.18,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45213",1,29.615001,-95.018132,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.056364,0.034176,0.27,"2013-09-25 00:00",0.18,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45218",1,29.615001,-95.018132,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.057273,0.029531,0.2,"2013-02-15 00:00",0.2,"2013-07-03 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-25 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45219",1,29.615001,-95.018132,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.067273,0.051116,0.3,"2013-09-25 00:00",0.2,"2013-01-22 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-27 00:00","","","","",0.3,0.2,0.2,0.1,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45220",1,29.615001,-95.018132,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.296727,0.40315,2,"2013-01-10 00:00",1.76,"2013-07-27 00:00",1.28,"2013-08-14 00:00",0.96,"2013-06-15 00:00","","","","",2,1.76,1.28,0.72,0.32,0.16,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45225",1,29.615001,-95.018132,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.058909,0.066072,0.54,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.54,0.05,0.05,0.05,0.05,0.05,0.05,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","45801",1,29.615001,-95.018132,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.065455,0.178241,1.02,"2013-02-15 00:00",0.78,"2013-10-13 00:00",0.3,"2013-01-22 00:00",0.24,"2013-05-04 00:00","","","","",1.02,0.78,0.3,0.18,0.06,0,0,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0061","61101",1,29.615001,-95.018132,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7196,82,297,365,0,99,"","","Certification not required",0,7.195748,3.397242,22.3,"2013-03-04 09:00",21.9,"2013-03-04 13:00",21.6,"2013-03-04 10:00",21.4,"2013-03-04 12:00","","","","",15.8,14.9,13.3,11.8,9.4,6.8,3,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0061","61103",1,29.615001,-95.018132,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7191,82,297,365,0,104,"","","Certification not required",0,6.875191,3.399172,22.1,"2013-03-04 09:00",21.5,"2013-03-04 13:00",21.2,"2013-03-04 10:00",21.1,"2013-03-04 15:00","","","","",15.5,14.6,13,11.5,9.1,6.5,2.7,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0061","61104",1,29.615001,-95.018132,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7191,82,297,365,0,104,"","","Certification not required",0,155.778765,90.460973,359.9,"2013-01-05 22:00",359.9,"2013-09-13 02:00",359.8,"2013-01-14 05:00",359.8,"2013-03-26 18:00","","","","",355.7,353.3,345.4,319.9,193.6,141.6,37.5,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0061","61105",1,29.615001,-95.018132,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7224,82,300,365,0,71,"","","Certification not required",0,12.964009,5.50205,39,"2013-02-25 20:00",36,"2013-02-18 15:00",35,"2013-02-18 13:00",35,"2013-02-25 15:00","","","","",28,25,22,20,16,13,6,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0061","61106",1,29.615001,-95.018132,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7191,82,297,365,0,104,"","","Certification not required",0,17.458754,9.112661,79.3,"2013-03-23 21:00",79,"2013-02-23 19:00",78,"2013-08-04 10:00",77,"2013-09-14 01:00","","","","",57.2,46.7,33.9,26.2,21,15.3,9.5,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0061","62101",1,29.615001,-95.018132,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,2,"","","Certification not required",0,72.108597,12.048756,99,"2013-06-29 14:00",97,"2013-06-29 13:00",97,"2013-06-29 15:00",96,"2013-06-29 12:00","","","","",91,90,88,86,82,75,54,"Shore Acres","3903 1/2 Old Highway 146","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0062","42401",1,29.625833,-95.2675,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8560,98,360,365,0,0,0,"","Certification not required",0,1.379722,2.767047,18.8,"2013-03-25 23:00",17.5,"2013-05-03 21:00",14.8,"2013-05-06 07:00",14.7,"2013-12-28 14:00","","","","",14.7,12.5,6.5,4.4,1.5,0.2,-0.1,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0062","42401",1,29.625833,-95.2675,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8560,98,360,365,0,0,"","","Certification not required",0,0.164381,1.095182,18.8,"2013-03-25 23:00",17.5,"2013-03-25 22:00",17.5,"2013-05-03 21:00",17.1,"2013-03-25 20:00","","","","",4.6,3,1.6,0.8,0.1,-0.1,-0.4,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0062","42401",1,29.625833,-95.2675,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,0.166944,0.675963,4.6,"2013-12-11 00:00",4,"2013-12-28 00:00",3.1,"2013-03-25 00:00",2.9,"2013-11-02 00:00","","","","",2.9,2.4,1.5,1,0.3,-0.1,-0.3,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0062","42401",1,29.625833,-95.2675,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2800,96,360,365,0,0,"",0,"Certification not required",0,0.168821,0.976587,14.6,"2013-03-25 23:00",11.1,"2013-12-11 14:00",11,"2013-11-02 08:00",10.6,"2013-12-11 11:00","","","","",4.3,3.1,1.6,0.8,0.1,-0.1,-0.3,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0062","42406",1,29.625833,-95.2675,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6403,73,270,365,0,149,"","","Certification not required",0,0.289661,1.30138,33.4,"2013-03-25 20:00",27.9,"2013-05-11 21:00",26.2,"2013-03-25 22:00",25.5,"2013-05-06 07:00","","","","",4.3,2.8,1.6,0.9,0.3,0,-0.2,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-12" +"48","201","0062","44201",1,29.625833,-95.2675,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8593,99,363,365,0,0,0,0,"Requested but not yet concurred",1068,0.040421,0.014912,0.095,"2013-08-16 13:00",0.095,"2013-09-25 12:00",0.094,"2013-07-04 12:00",0.091,"2013-07-03 12:00","","","","",0.091,0.078,0.066,0.059,0.049,0.039,0.023,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0062","44201",1,29.625833,-95.2675,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8682,99,362,365,0,0,0,0,"Requested but not yet concurred",0,0.034865,0.013122,0.083,"2013-09-25 10:00",0.082,"2013-07-04 08:00",0.079,"2013-08-16 10:00",0.074,"2013-07-03 10:00","","","","",0.074,0.065,0.057,0.052,0.043,0.033,0.02,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0062","44201",1,29.625833,-95.2675,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8682,99,362,365,0,0,3,3,"Requested but not yet concurred",0,0.034865,0.013122,0.083,"2013-09-25 10:00",0.082,"2013-07-04 08:00",0.079,"2013-08-16 10:00",0.074,"2013-07-03 10:00","","","","",0.074,0.065,0.057,0.052,0.043,0.033,0.02,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0062","65102",1,29.625833,-95.2675,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8506,97,354,365,0,0,"","","Certification not required",0,0.005055,0.052348,2.3,"2013-10-12 13:00",1.72,"2013-04-27 17:00",1.67,"2013-04-27 16:00",1.15,"2013-05-10 10:00","","","","",0.13,0.05,0,0,0,0,0,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0062","81102",1,29.625833,-95.2675,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,5,0,0,"Certification not required",0,21.724138,11.645032,82,"2013-08-08 00:00",50,"2013-06-21 00:00",36,"2013-10-25 00:00",31,"2013-01-22 00:00","","","","",82,50,36,31,27,21,11,"NW OF SWISS & MONROE INTERSECTION","9726 1/2 MONROE","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","44201",1,29.724722,-95.503611,"UNKNOWN","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8572,99,361,365,0,0,0,0,"Requested but not yet concurred",635,0.041895,0.015495,0.096,"2013-10-08 16:00",0.09,"2013-08-19 12:00",0.089,"2013-07-05 11:00",0.088,"2013-07-04 15:00","","","","",0.088,0.08,0.069,0.063,0.051,0.04,0.023,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0066","44201",1,29.724722,-95.503611,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8667,98,359,365,0,0,0,0,"Requested but not yet concurred",0,0.036287,0.013328,0.082,"2013-07-05 10:00",0.078,"2013-08-19 10:00",0.078,"2013-10-08 10:00",0.077,"2013-07-03 11:00","","","","",0.077,0.065,0.059,0.054,0.045,0.035,0.02,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0066","44201",1,29.724722,-95.503611,"UNKNOWN","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8667,98,359,365,0,0,5,5,"Requested but not yet concurred",0,0.036287,0.013328,0.082,"2013-07-05 10:00",0.078,"2013-08-19 10:00",0.078,"2013-10-08 10:00",0.077,"2013-07-03 11:00","","","","",0.077,0.065,0.059,0.054,0.045,0.035,0.02,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0066","61101",1,29.724722,-95.503611,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8142,93,339,365,0,0,"","","Certification not required",0,4.955687,2.607017,18.6,"2013-01-30 11:00",18.4,"2013-01-30 09:00",17.8,"2013-01-30 10:00",17.2,"2013-02-25 16:00","","","","",12.8,11.4,9.5,8.4,6.5,4.6,1.9,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","61103",1,29.724722,-95.503611,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8142,93,339,365,0,0,"","","Certification not required",0,4.511705,2.565696,17.9,"2013-01-30 11:00",17.8,"2013-01-30 09:00",17.1,"2013-01-30 10:00",16.6,"2013-02-25 16:00","","","","",12.2,10.9,9,7.9,6,4.2,1.5,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","61104",1,29.724722,-95.503611,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8142,93,339,365,0,0,"","","Certification not required",0,164.024552,94.75846,360,"2013-04-18 22:00",360,"2013-12-15 11:00",359.9,"2013-02-15 22:00",359.9,"2013-04-19 02:00","","","","",357.2,354.4,347.4,333.3,203,159.3,38.2,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","61105",1,29.724722,-95.503611,"UNKNOWN","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8144,93,339,365,0,0,"","","Certification not required",0,10.238949,5.014617,42,"2013-10-27 05:00",38,"2013-04-02 21:00",34,"2013-03-31 15:00",33,"2013-01-30 09:00","","","","",24,22,19,17,13,10,4,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","61106",1,29.724722,-95.503611,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8142,93,339,365,0,0,"","","Certification not required",0,24.315475,11.235691,79.8,"2013-10-24 18:00",78.5,"2013-08-11 04:00",78.4,"2013-12-15 21:00",77.5,"2013-02-23 13:00","","","","",66.2,59,48.2,39.5,28.3,20.3,14.9,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","62101",1,29.724722,-95.503611,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8739,100,364,365,0,0,"","","Certification not required",0,69.529122,14.373708,103,"2013-06-29 16:00",102,"2013-06-29 15:00",102,"2013-06-29 17:00",101,"2013-06-29 14:00","","","","",95,93,90,87,80,72,48,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0066","81102",1,29.724722,-95.503611,"UNKNOWN","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,2,0,0,"Certification not required",1,19.583333,13.922658,89,"2013-08-08 00:00",72,"2013-06-21 00:00",37,"2013-03-23 00:00",37,"2013-06-27 00:00","","","","",89,72,37,31,22,17,10,"100 FEET FROM THE WATER WELL AT THE SHELL OIL CO.","3333 1/2 HWY 6 SOUTH","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43000",2,29.706249,-95.26113,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,269,"","","Certification not required",0,95.596867,118.396657,1602.8,"2013-04-12 06:00",1497.8,"2013-04-13 08:00",1300.2,"2013-02-21 23:00",1297.2,"2013-03-07 07:00","","","","",584.7,450,306.4,207.4,112.2,61.2,17.6,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43102",2,29.706249,-95.26113,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,269,"","","Certification not required",0,116.315133,141.054911,1842.5,"2013-04-12 06:00",1703.67,"2013-04-13 08:00",1567.36,"2013-03-07 07:00",1540.28,"2013-02-21 23:00","","","","",694.71,549.61,367.5,248.64,135.43,74.42,23.09,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43202",2,29.706249,-95.26113,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,13.667028,12.291379,130.11,"2013-08-27 04:00",126.86,"2013-08-27 06:00",100.71,"2013-08-27 05:00",96.8,"2013-01-18 09:00","","","","",62.41,53.16,38.22,27.03,17.31,10.53,2.92,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43203",2,29.706249,-95.26113,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",609,1.711453,3.415543,126.62,"2013-05-13 04:00",95.41,"2013-05-13 01:00",43.15,"2013-02-20 04:00",26.37,"2013-01-28 07:00","","","","",12.41,9.98,6.22,4.02,1.92,0.86,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43204",2,29.706249,-95.26113,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",4,12.287091,18.740784,393.53,"2013-08-27 04:00",387.74,"2013-03-27 03:00",355.01,"2013-08-27 06:00",275.41,"2013-08-27 05:00","","","","",78.32,62.61,40.61,27.93,14.99,6.87,1.28,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43205",2,29.706249,-95.26113,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",529,2.178492,4.848548,102.17,"2013-01-08 09:00",97.02,"2013-01-08 08:00",93.84,"2013-01-09 08:00",69.03,"2013-01-09 07:00","","","","",22.4,15.83,8.6,4.89,1.92,0.82,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43206",2,29.706249,-95.26113,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4584,52,208,365,0,408,"","","Certification not required",290,0.678207,0.762718,20.4,"2013-06-04 01:00",10.2,"2013-01-17 08:00",9.4,"2013-01-17 07:00",8.8,"2013-03-12 07:00","","","","",3.7,3,1.8,1.2,0.8,0.5,0.2,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43212",2,29.706249,-95.26113,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,9.544276,14.743427,227.15,"2013-02-21 23:00",210.28,"2013-03-12 08:00",209.6,"2013-03-07 07:00",207.6,"2013-01-21 09:00","","","","",69.35,52.42,34.71,22.78,10.94,4.65,0.96,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43214",2,29.706249,-95.26113,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",2,7.69793,12.916698,586.2,"2013-05-19 09:00",161.4,"2013-08-22 16:00",154.23,"2013-04-07 05:00",120.11,"2013-04-07 01:00","","","","",46.11,35.34,25.44,17.77,9.35,4.39,0.83,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43216",2,29.706249,-95.26113,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",1008,0.532369,0.920816,20.67,"2013-08-22 16:00",13.51,"2013-08-22 18:00",13.24,"2013-03-12 08:00",11.36,"2013-07-21 07:00","","","","",3.84,3.21,2.25,1.44,0.63,0.19,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43217",2,29.706249,-95.26113,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",1549,0.35722,0.689623,19,"2013-08-22 16:00",11.25,"2013-01-26 07:00",10.45,"2013-08-22 18:00",9.37,"2013-03-12 08:00","","","","",2.62,2.11,1.43,0.95,0.42,0.14,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43218",2,29.706249,-95.26113,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,3.17392,7.885479,225.4,"2013-08-22 16:00",145.9,"2013-08-22 18:00",82.6,"2013-03-28 19:00",69.8,"2013-08-21 16:00","","","","",35,28,16.5,9,2.4,0.5,0.1,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43220",2,29.706249,-95.26113,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",1,5.692823,16.116855,398.46,"2013-04-12 06:00",346.8,"2013-04-13 08:00",259.27,"2013-02-24 00:00",255.98,"2013-04-12 08:00","","","","",62.7,44.3,23.07,11.92,4.27,1.68,0.43,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43221",2,29.706249,-95.26113,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",1,9.462814,26.188448,665.68,"2013-04-12 06:00",549.15,"2013-04-13 08:00",419.36,"2013-04-12 07:00",401.14,"2013-04-12 08:00","","","","",109.71,75.71,40.74,20.81,6.54,2.72,0.81,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43224",2,29.706249,-95.26113,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",2365,0.186805,0.482764,7.23,"2013-08-27 04:00",6.58,"2013-02-21 23:00",6.36,"2013-02-24 03:00",6.34,"2013-07-03 07:00","","","","",2.18,1.64,0.92,0.45,0.14,0.005,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43226",2,29.706249,-95.26113,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",1856,0.293819,0.768561,13.61,"2013-02-02 07:00",12.78,"2013-05-03 22:00",9.96,"2013-03-12 08:00",9.49,"2013-01-09 13:00","","","","",3.63,2.6,1.37,0.72,0.2,0.09,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43227",2,29.706249,-95.26113,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",3207,0.123473,0.343846,6.07,"2013-02-02 07:00",4.53,"2013-02-21 23:00",4.24,"2013-03-24 01:00",4.17,"2013-03-12 08:00","","","","",1.67,1.19,0.63,0.34,0.1,0.005,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43231",2,29.706249,-95.26113,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,2.979369,7.38146,237.51,"2013-02-02 06:00",179.27,"2013-02-02 07:00",107.7,"2013-02-02 08:00",85.36,"2013-06-08 00:00","","","","",30.16,19.51,10.99,6.17,2.55,1.25,0.33,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43232",2,29.706249,-95.26113,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",350,0.933764,1.847264,29.54,"2013-03-03 07:00",28.84,"2013-03-03 06:00",26.89,"2013-03-07 07:00",26.51,"2013-02-02 06:00","","","","",8.59,6.44,3.72,2.2,0.88,0.37,0.07,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43233",2,29.706249,-95.26113,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",570,0.462663,0.817378,17.56,"2013-03-07 07:00",10.51,"2013-02-24 02:00",8.14,"2013-05-13 04:00",7.9,"2013-02-24 00:00","","","","",4.1,3.26,1.93,1.13,0.45,0.21,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43235",2,29.706249,-95.26113,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4698,54,214,365,0,294,"","","Certification not required",435,0.296327,0.595198,19.42,"2013-02-10 13:00",17.78,"2013-02-10 12:00",9.29,"2013-03-07 07:00",4.54,"2013-07-03 01:00","","","","",2.37,1.84,1.16,0.68,0.29,0.15,0.03,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43238",2,29.706249,-95.26113,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4697,54,214,365,0,295,"","","Certification not required",237,0.371662,0.898063,35.43,"2013-08-31 08:00",33.84,"2013-02-10 13:00",14.09,"2013-02-10 12:00",5.91,"2013-03-07 07:00","","","","",2.79,2.21,1.34,0.8,0.37,0.19,0.06,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43242",2,29.706249,-95.26113,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",91,0.543422,0.972646,13.44,"2013-04-13 08:00",13.32,"2013-04-03 00:00",13.18,"2013-04-12 06:00",11.67,"2013-02-02 07:00","","","","",4.86,3.35,2.14,1.2,0.47,0.24,0.13,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43243",2,29.706249,-95.26113,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4707,54,214,365,0,285,"","","Certification not required",1541,0.591826,0.940356,10.37,"2013-02-20 23:00",7.01,"2013-06-30 03:00",7.01,"2013-06-30 04:00",6.74,"2013-06-02 18:00","","","","",4.18,3.55,2.58,1.89,0.77,0.16,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43244",2,29.706249,-95.26113,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",1795,0.243384,0.570871,10.91,"2013-04-03 00:00",9.71,"2013-02-02 06:00",8.14,"2013-02-02 07:00",8.05,"2013-04-13 08:00","","","","",2.55,1.83,1.05,0.6,0.21,0.1,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43247",2,29.706249,-95.26113,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",3511,0.25791,1.17758,48.33,"2013-02-02 06:00",34.17,"2013-02-02 07:00",20.41,"2013-02-02 08:00",14.91,"2013-02-02 05:00","","","","",3.31,2.33,1.29,0.7,0.1,0.005,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43248",2,29.706249,-95.26113,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",759,0.817376,1.633662,41.27,"2013-03-12 05:00",21.11,"2013-03-07 07:00",18.8,"2013-01-20 08:00",17.06,"2013-05-13 05:00","","","","",7.7,5.61,3.14,1.89,0.82,0.34,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43249",2,29.706249,-95.26113,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",402,0.916558,2.02244,44.89,"2013-02-02 06:00",33.31,"2013-02-02 07:00",31.61,"2013-04-30 05:00",30.63,"2013-08-16 18:00","","","","",8.65,5.71,3.46,2.07,0.82,0.4,0.05,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43250",2,29.706249,-95.26113,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,1.255618,2.232973,54.07,"2013-08-22 08:00",34.59,"2013-08-27 04:00",33.1,"2013-08-21 08:00",28.91,"2013-08-23 04:00","","","","",9.26,7.25,4.54,2.84,1.19,0.62,0.23,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43252",2,29.706249,-95.26113,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",614,0.302058,0.505962,11.34,"2013-08-23 04:00",9.32,"2013-01-09 13:00",8.8,"2013-02-13 19:00",8.71,"2013-08-16 23:00","","","","",2.26,1.77,1.12,0.67,0.31,0.16,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43253",2,29.706249,-95.26113,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",843,0.261013,0.432814,5.84,"2013-03-07 07:00",4.42,"2013-02-13 19:00",4.23,"2013-02-21 23:00",4.03,"2013-02-24 02:00","","","","",2.23,1.75,1.11,0.67,0.26,0.12,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43261",2,29.706249,-95.26113,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",198,1.058279,1.845626,32.86,"2013-03-07 07:00",21.87,"2013-05-13 04:00",18.07,"2013-02-22 05:00",18.05,"2013-04-12 07:00","","","","",9.52,7.08,4.23,2.53,1.08,0.44,0.13,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43262",2,29.706249,-95.26113,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",370,1.29352,3.103876,84.11,"2013-02-02 06:00",65.63,"2013-02-02 07:00",40.98,"2013-08-21 03:00",40.18,"2013-05-13 05:00","","","","",13.48,8.97,5.05,2.87,1.1,0.47,0.13,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43263",2,29.706249,-95.26113,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",599,0.744091,1.810353,45.94,"2013-02-02 06:00",33.63,"2013-02-02 07:00",29.84,"2013-08-16 18:00",24.77,"2013-04-30 05:00","","","","",7.11,4.97,2.95,1.74,0.67,0.26,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43280",2,29.706249,-95.26113,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",11,2.116845,4.989141,137.91,"2013-08-22 16:00",98.82,"2013-04-07 01:00",83.96,"2013-08-22 18:00",80.24,"2013-04-12 20:00","","","","",20.79,14.78,9.15,5.35,1.79,0.6,0.21,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43291",2,29.706249,-95.26113,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",2756,0.340131,0.897159,20.29,"2013-02-02 06:00",15.28,"2013-02-02 07:00",13.01,"2013-04-30 05:00",12.48,"2013-06-11 12:00","","","","",3.79,2.63,1.57,0.95,0.35,0.005,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","43960",2,29.706249,-95.26113,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",889,0.26835,0.450407,8.02,"2013-03-07 07:00",5.08,"2013-02-02 07:00",4.84,"2013-02-24 02:00",4.42,"2013-01-21 09:00","","","","",2.21,1.77,1.11,0.65,0.29,0.12,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45109",2,29.706249,-95.26113,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,1.538793,2.501932,49.11,"2013-04-12 00:00",45.7,"2013-04-11 23:00",32.48,"2013-05-13 04:00",25.08,"2013-05-13 05:00","","","","",11.94,9.18,5.72,3.48,1.53,0.74,0.27,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45201",2,29.706249,-95.26113,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,1.402,1.782842,18.2,"2013-04-12 00:00",17.75,"2013-02-21 23:00",16.74,"2013-05-13 04:00",16.7,"2013-02-22 04:00","","","","",9.14,7.06,4.7,3.08,1.53,0.87,0.29,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45202",2,29.706249,-95.26113,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,3.113192,4.517929,68.07,"2013-04-12 00:00",57.93,"2013-04-11 23:00",55.46,"2013-07-03 03:00",52.57,"2013-03-24 02:00","","","","",22.32,17.2,11.44,7.06,3.21,1.64,0.59,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45203",2,29.706249,-95.26113,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4724,54,215,365,0,268,"","","Certification not required",0,0.683641,1.378857,60.73,"2013-04-01 08:00",42.21,"2013-04-01 06:00",22.42,"2013-04-01 07:00",13.64,"2013-01-08 14:00","","","","",3.9,3.08,2.13,1.47,0.82,0.41,0.11,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45204",2,29.706249,-95.26113,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4677,53,213,365,0,315,"","","Certification not required",0,0.640438,1.007599,18.69,"2013-04-11 23:00",17.59,"2013-04-12 00:00",15.67,"2013-01-08 14:00",9.65,"2013-03-07 07:00","","","","",4.7,3.76,2.46,1.57,0.69,0.3,0.09,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45207",2,29.706249,-95.26113,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4693,54,213,365,0,299,"","","Certification not required",1040,0.196716,0.35867,6.76,"2013-02-10 13:00",4.43,"2013-02-12 12:00",4.11,"2013-02-10 12:00",3.46,"2013-03-07 07:00","","","","",1.82,1.32,0.83,0.46,0.2,0.09,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45208",2,29.706249,-95.26113,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4321,49,196,365,0,671,"","","Certification not required",112,0.719514,1.398872,18.9,"2013-01-11 19:00",16.28,"2013-01-08 13:00",15.98,"2013-02-21 03:00",14.58,"2013-01-08 14:00","","","","",7.23,5.12,2.84,1.68,0.64,0.28,0.09,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45209",2,29.706249,-95.26113,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4698,54,214,365,0,294,"","","Certification not required",1052,0.137763,0.196091,1.99,"2013-02-12 12:00",1.96,"2013-08-21 06:00",1.81,"2013-08-28 06:00",1.79,"2013-03-25 18:00","","","","",1.02,0.77,0.5,0.33,0.16,0.08,0.005,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45210",2,29.706249,-95.26113,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4698,54,214,365,0,294,"","","Certification not required",0,0.057186,0.245779,6.65,"2013-05-22 12:00",6.58,"2013-05-10 11:00",4.91,"2013-03-12 06:00",4.53,"2013-03-12 05:00","","","","",0.77,0.49,0.22,0.12,0.04,0,0,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45220",2,29.706249,-95.26113,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4698,54,214,365,0,294,"","","Certification not required",0,3.189195,12.045292,404.54,"2013-01-08 14:00",177.8,"2013-01-08 13:00",122.54,"2013-08-25 13:00",114.75,"2013-01-08 10:00","","","","",57,38.5,17.33,6.05,0.82,0.23,0,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","45225",2,29.706249,-95.26113,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2134,24,96,365,0,2858,"","","Certification not required",175,0.206563,0.24399,2.37,"2013-01-21 05:00",2.37,"2013-02-12 12:00",2.03,"2013-01-22 04:00",1.85,"2013-01-20 06:00","","","","",1.19,0.96,0.68,0.48,0.25,0.13,0.02,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0069","61101",1,29.706249,-95.26113,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6541,75,272,365,0,755,"","","Certification not required",0,5.788809,2.898991,19.8,"2013-04-27 23:00",19.2,"2013-02-25 20:00",18.6,"2013-02-25 16:00",18.4,"2013-02-25 22:00","","","","",13.7,12.7,11.1,9.7,7.6,5.5,2.2,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0069","61103",1,29.706249,-95.26113,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6541,75,272,365,0,755,"","","Certification not required",0,5.366809,2.892024,19.3,"2013-04-27 23:00",18.8,"2013-02-25 20:00",18.1,"2013-02-25 16:00",18,"2013-02-25 22:00","","","","",13.3,12.3,10.7,9.3,7.2,5,1.8,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0069","61104",1,29.706249,-95.26113,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6541,75,272,365,0,755,"","","Certification not required",0,170.212689,86.293617,360,"2013-04-03 08:00",360,"2013-09-24 12:00",359.9,"2013-10-21 06:00",359.9,"2013-10-22 19:00","","","","",356,353,341.5,317.9,208.2,166.9,47.5,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0069","61105",1,29.706249,-95.26113,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6541,75,272,365,0,755,"","","Certification not required",0,11.737043,5.230172,46,"2013-04-02 21:00",39,"2013-02-25 16:00",39,"2013-04-27 23:00",36,"2013-02-25 14:00","","","","",25,23,21,18,15,11,5,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0069","61106",1,29.706249,-95.26113,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6541,75,272,365,0,755,"","","Certification not required",0,22.37213,10.49924,77.4,"2013-09-07 22:00",76.8,"2013-03-07 06:00",76.6,"2013-06-10 14:00",75.4,"2013-08-01 13:00","","","","",62.3,55.2,43.9,35.1,26.6,19.8,12.4,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0069","62101",1,29.706249,-95.26113,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,72.875617,13.114951,103,"2013-06-29 16:00",102,"2013-06-29 14:00",102,"2013-06-29 15:00",101,"2013-06-28 15:00","","","","",97,95,93,89,82,76,54,"Milby Park","2201A Central St","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0071","81102",1,29.716483,-95.20133,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",2,21,12.635473,70,"2013-08-08 00:00",66,"2013-08-02 00:00",63,"2013-06-21 00:00",35,"2013-07-21 00:00","","","","",70,66,63,34,25,18,12,"Pasadena HL&P","1001 1/2 Red Bluff","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","42101",1,29.752778,-95.350278,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8629,99,363,365,0,0,0,0,"Certification not required",7985,0.285891,0.149126,2.6,"2013-12-17 08:00",2.3,"2013-12-17 09:00",2.2,"2013-12-16 08:00",2,"2013-01-21 08:00","","","","",1,0.8,0.6,0.25,0.25,0.25,0.25,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","42101",1,29.752778,-95.350278,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8707,99,362,365,0,0,0,0,"Certification not required",0,0.327667,0.10769,1.8,"2013-12-16 08:00",1.7,"2013-12-16 09:00",1.6,"2013-12-16 06:00",1.6,"2013-12-16 07:00",1.8,"2013-12-16 08:00",1.6,"2013-12-22 07:00",0.8,0.7,0.5,0.4,0.3,0.3,0.3,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","42601",1,29.752778,-95.350278,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7974,91,335,365,0,0,"","","Certification not required",0,7.823338,20.196979,408.5,"2013-12-17 08:00",350.4,"2013-12-17 07:00",335.7,"2013-12-16 05:00",333.8,"2013-12-16 06:00","","","","",100.1,62.6,27.6,14.5,6.5,3,0.5,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","42602",1,29.752778,-95.350278,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7890,90,331,365,0,0,0,"","Certification not required",0,26.935045,13.249582,88.1,"2013-01-22 10:00",78,"2013-12-17 08:00",65.3,"2013-03-12 02:00",64.7,"2013-12-18 09:00","","","","",64.7,57.6,51.1,44.9,34,24.8,12,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","42602",1,29.752778,-95.350278,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7890,90,331,365,0,0,"","","Certification not required",0,13.162864,9.879792,88.1,"2013-01-22 10:00",78,"2013-12-17 08:00",72.5,"2013-12-17 09:00",65.3,"2013-03-12 02:00","","","","",46.9,42.1,34.6,27.3,16.8,9.9,4.3,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","42603",1,29.752778,-95.350278,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7934,91,333,365,0,0,"","","Certification not required",0,20.880388,26.847169,479.9,"2013-12-17 08:00",399.8,"2013-12-17 09:00",398.8,"2013-12-17 07:00",371.9,"2013-12-16 06:00","","","","",140.8,95.8,61.6,40.4,22.3,13.4,5.7,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0075","44201",1,29.752778,-95.350278,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8400,97,355,365,0,0,0,0,"Requested but not yet concurred",1074,0.039727,0.015314,0.091,"2013-07-03 13:00",0.089,"2013-08-16 14:00",0.088,"2013-08-28 11:00",0.087,"2013-08-01 17:00","","","","",0.087,0.079,0.068,0.06,0.048,0.038,0.023,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0075","44201",1,29.752778,-95.350278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8480,96,352,365,0,0,0,0,"Requested but not yet concurred",0,0.033509,0.013145,0.079,"2013-08-16 11:00",0.075,"2013-09-25 11:00",0.073,"2013-07-03 10:00",0.072,"2013-07-04 09:00","","","","",0.072,0.063,0.057,0.051,0.042,0.032,0.019,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0075","44201",1,29.752778,-95.350278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8480,96,352,365,0,0,1,1,"Requested but not yet concurred",0,0.033509,0.013145,0.079,"2013-08-16 11:00",0.075,"2013-09-25 11:00",0.073,"2013-07-03 10:00",0.072,"2013-07-04 09:00","","","","",0.072,0.063,0.057,0.051,0.042,0.032,0.019,"NORTH OF THE TEXAS AVE.& DOWLING ST. INTERSECTION","2311 TEXAS AVE.","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","0307","43173",1,29.718799,-95.259909,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43202",1,29.718799,-95.259909,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,25.28898,14.52437,73.86,"2013-11-30 00:00",63.44,"2013-01-22 00:00",62.74,"2013-01-10 00:00",48,"2013-02-27 00:00","","","","",73.86,73.86,62.74,47.6,30.36,21.4,10.02,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43203",1,29.718799,-95.259909,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,4.903265,3.396963,17.66,"2013-01-22 00:00",12.34,"2013-10-13 00:00",11.94,"2013-09-25 00:00",11.44,"2013-11-30 00:00","","","","",17.66,17.66,11.94,10.28,5.78,4.06,1.86,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43204",1,29.718799,-95.259909,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,24.477551,14.305167,65.13,"2013-01-10 00:00",52.56,"2013-01-22 00:00",51.75,"2013-11-30 00:00",48.9,"2013-10-25 00:00","","","","",65.13,65.13,51.75,48.45,30.24,22.98,6.51,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43205",1,29.718799,-95.259909,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",1,5.511224,6.56932,42.03,"2013-04-22 00:00",19.68,"2013-10-01 00:00",16.08,"2013-06-09 00:00",13.38,"2013-11-30 00:00","","","","",42.03,42.03,16.08,10.08,6.27,3.66,1.74,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43206",1,29.718799,-95.259909,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.456735,0.779234,3.26,"2013-01-22 00:00",3.1,"2013-09-25 00:00",2.78,"2013-02-03 00:00",2.76,"2013-10-25 00:00","","","","",3.26,3.26,2.78,2.68,2.06,1.16,0.62,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43212",1,29.718799,-95.259909,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,19.596735,15.872114,79.24,"2013-10-13 00:00",59.6,"2013-10-25 00:00",56.76,"2013-11-30 00:00",37.84,"2013-01-22 00:00","","","","",79.24,79.24,56.76,37.12,25.12,15,3.4,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43214",1,29.718799,-95.259909,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,9.048163,5.38962,26.04,"2013-11-30 00:00",22.32,"2013-10-25 00:00",20.36,"2013-01-22 00:00",17.44,"2013-01-10 00:00","","","","",26.04,26.04,20.36,17.36,11.68,8.12,2.72,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43216",1,29.718799,-95.259909,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",15,0.451224,0.438485,1.48,"2013-09-19 00:00",1.44,"2013-10-13 00:00",1.36,"2013-10-25 00:00",1.32,"2013-04-22 00:00","","","","",1.48,1.48,1.36,1.24,0.72,0.28,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43217",1,29.718799,-95.259909,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",16,0.320816,0.305286,1.04,"2013-10-13 00:00",1,"2013-09-19 00:00",0.92,"2013-04-22 00:00",0.88,"2013-10-25 00:00","","","","",1.04,1.04,0.92,0.84,0.52,0.24,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43218",1,29.718799,-95.259909,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.234286,3.054134,20.96,"2013-06-09 00:00",4.8,"2013-07-09 00:00",3.56,"2013-01-28 00:00",3.08,"2013-09-07 00:00","","","","",20.96,20.96,3.56,3,1.04,0.56,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43220",1,29.718799,-95.259909,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,8.982653,8.087417,36.65,"2013-10-25 00:00",29.5,"2013-10-13 00:00",25.35,"2013-09-07 00:00",24.85,"2013-11-30 00:00","","","","",36.65,36.65,25.35,21.5,12.1,6.65,1.75,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43221",1,29.718799,-95.259909,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,17.238776,15.410208,62.1,"2013-10-25 00:00",59.45,"2013-10-13 00:00",46.4,"2013-09-07 00:00",46,"2013-11-30 00:00","","","","",62.1,62.1,46.4,39.1,24.9,10.85,3.2,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43224",1,29.718799,-95.259909,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",43,0.170408,0.339258,1.55,"2013-10-13 00:00",1.2,"2013-09-07 00:00",0.95,"2013-05-22 00:00",0.9,"2013-10-01 00:00","","","","",1.55,1.55,0.95,0.85,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43226",1,29.718799,-95.259909,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",10,0.604082,0.653981,2.6,"2013-10-13 00:00",2.05,"2013-09-25 00:00",2,"2013-10-25 00:00",1.9,"2013-10-01 00:00","","","","",2.6,2.6,2,1.85,0.9,0.35,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43227",1,29.718799,-95.259909,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",25,0.252041,0.285949,1.15,"2013-10-13 00:00",0.9,"2013-09-25 00:00",0.85,"2013-10-25 00:00",0.8,"2013-09-19 00:00","","","","",1.15,1.15,0.85,0.8,0.4,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43228",1,29.718799,-95.259909,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.664286,0.704598,2.55,"2013-10-13 00:00",2.4,"2013-10-01 00:00",2.35,"2013-10-25 00:00",2.3,"2013-09-25 00:00","","","","",2.55,2.55,2.35,2.15,0.9,0.4,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43230",1,29.718799,-95.259909,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,3.334286,3.415941,18.96,"2013-10-01 00:00",10.14,"2013-09-07 00:00",8.88,"2013-05-22 00:00",8.76,"2013-06-09 00:00","","","","",18.96,18.96,8.88,7.74,4.62,2.22,0.6,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43231",1,29.718799,-95.259909,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,5.04,6.055506,32.58,"2013-10-01 00:00",18.3,"2013-06-09 00:00",16.26,"2013-07-03 00:00",15.18,"2013-05-22 00:00","","","","",32.58,32.58,16.26,14.4,6.42,3.18,0.66,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43232",1,29.718799,-95.259909,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",3,1.940204,1.87219,9.8,"2013-10-01 00:00",8.33,"2013-05-22 00:00",4.34,"2013-06-09 00:00",4.34,"2013-11-30 00:00","","","","",9.8,9.8,4.34,3.71,2.45,1.4,0.49,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43233",1,29.718799,-95.259909,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",2,0.903265,0.79466,3.12,"2013-05-22 00:00",2.72,"2013-09-19 00:00",2.64,"2013-11-30 00:00",2.4,"2013-10-01 00:00","","","","",3.12,3.12,2.64,2.24,1.44,0.56,0.16,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43234",1,29.718799,-95.259909,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43235",1,29.718799,-95.259909,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",14,0.512041,0.479635,1.89,"2013-11-30 00:00",1.62,"2013-09-25 00:00",1.35,"2013-02-21 00:00",1.35,"2013-10-25 00:00","","","","",1.89,1.89,1.35,1.17,0.81,0.45,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43238",1,29.718799,-95.259909,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.423469,0.386908,1.6,"2013-02-21 00:00",1.4,"2013-09-25 00:00",1.4,"2013-10-25 00:00",1.2,"2013-01-10 00:00","","","","",1.6,1.6,1.4,1,0.5,0.3,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43242",1,29.718799,-95.259909,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",13,0.558163,0.520951,1.85,"2013-05-22 00:00",1.8,"2013-10-25 00:00",1.6,"2013-10-01 00:00",1.55,"2013-09-25 00:00","","","","",1.85,1.85,1.6,1.45,0.85,0.4,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43243",1,29.718799,-95.259909,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.987755,1.094424,5.35,"2013-09-25 00:00",3.1,"2013-07-27 00:00",2.75,"2013-07-09 00:00",2.7,"2013-09-13 00:00","","","","",5.35,5.35,2.75,2.6,1.65,0.45,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43244",1,29.718799,-95.259909,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",18,0.428571,0.43899,1.68,"2013-10-01 00:00",1.38,"2013-05-22 00:00",1.26,"2013-09-07 00:00",1.2,"2013-08-20 00:00","","","","",1.68,1.68,1.26,1.14,0.72,0.24,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43247",1,29.718799,-95.259909,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",7,0.611429,0.679135,3.43,"2013-10-01 00:00",2.24,"2013-06-09 00:00",1.96,"2013-07-03 00:00",1.89,"2013-09-25 00:00","","","","",3.43,3.43,1.96,1.61,0.7,0.35,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43248",1,29.718799,-95.259909,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",13,1.306327,1.450788,7.5,"2013-05-22 00:00",4.98,"2013-10-01 00:00",3.12,"2013-04-28 00:00",2.94,"2013-09-07 00:00","","","","",7.5,7.5,3.12,2.94,2.04,0.84,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43249",1,29.718799,-95.259909,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",2,2.129184,2.37669,13.37,"2013-10-01 00:00",8.05,"2013-05-22 00:00",7.63,"2013-06-09 00:00",4.76,"2013-08-20 00:00","","","","",13.37,13.37,7.63,4.69,2.52,1.61,0.35,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43250",1,29.718799,-95.259909,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.492245,1.342292,7.44,"2013-09-25 00:00",4.72,"2013-10-13 00:00",4.48,"2013-10-25 00:00",3.12,"2013-04-22 00:00","","","","",7.44,7.44,4.48,2.8,1.76,1.12,0.32,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43252",1,29.718799,-95.259909,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",3,0.49449,0.440615,2.64,"2013-09-25 00:00",1.52,"2013-10-25 00:00",1.2,"2013-10-13 00:00",1.12,"2013-10-07 00:00","","","","",2.64,2.64,1.2,1.04,0.56,0.4,0.16,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43253",1,29.718799,-95.259909,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.405918,0.359444,1.52,"2013-05-22 00:00",1.36,"2013-10-01 00:00",1.28,"2013-09-25 00:00",1.04,"2013-11-30 00:00","","","","",1.52,1.52,1.28,0.96,0.56,0.32,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43261",1,29.718799,-95.259909,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",8,1.353878,1.39979,6.16,"2013-05-22 00:00",5.53,"2013-10-01 00:00",3.5,"2013-09-25 00:00",3.5,"2013-11-30 00:00","","","","",6.16,6.16,3.5,3.43,2.24,0.7,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43262",1,29.718799,-95.259909,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,2.283673,2.302469,12.36,"2013-10-01 00:00",7.44,"2013-05-22 00:00",6.3,"2013-06-09 00:00",5.46,"2013-07-03 00:00","","","","",12.36,12.36,6.3,5.4,3.06,1.5,0.42,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43263",1,29.718799,-95.259909,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",12,2.037959,2.421529,12.88,"2013-10-01 00:00",7.84,"2013-06-09 00:00",7.77,"2013-05-22 00:00",5.18,"2013-07-03 00:00","","","","",12.88,12.88,7.77,5.11,2.52,1.54,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43280",1,29.718799,-95.259909,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",3,2.950816,3.05064,19.24,"2013-06-27 00:00",11.12,"2013-01-28 00:00",6.24,"2013-02-27 00:00",5.72,"2013-04-22 00:00","","","","",19.24,19.24,6.24,5.48,3.28,2.36,0.8,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43282",1,29.718799,-95.259909,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",32,0.097959,0.079686,0.35,"2013-10-13 00:00",0.3,"2013-09-25 00:00",0.25,"2013-09-19 00:00",0.25,"2013-10-01 00:00","","","","",0.35,0.35,0.25,0.25,0.1,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43283",1,29.718799,-95.259909,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",41,0.078571,0.076376,0.4,"2013-10-13 00:00",0.3,"2013-09-19 00:00",0.25,"2013-06-27 00:00",0.25,"2013-09-07 00:00","","","","",0.4,0.4,0.25,0.25,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43284",1,29.718799,-95.259909,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",25,0.624286,0.877796,3,"2013-10-13 00:00",2.94,"2013-10-01 00:00",2.7,"2013-09-25 00:00",2.64,"2013-10-25 00:00","","","","",3,3,2.7,2.52,0.78,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43285",1,29.718799,-95.259909,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",6,4.11551,3.910457,18,"2013-10-01 00:00",12.6,"2013-09-07 00:00",10.56,"2013-05-22 00:00",10.56,"2013-06-09 00:00","","","","",18,18,10.56,10.2,6.06,2.82,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43289",1,29.718799,-95.259909,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",41,0.083469,0.091505,0.42,"2013-10-13 00:00",0.42,"2013-10-25 00:00",0.36,"2013-09-07 00:00",0.24,"2013-11-18 00:00","","","","",0.42,0.42,0.36,0.24,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43290",1,29.718799,-95.259909,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",44,0.062041,0.042572,0.3,"2013-09-25 00:00",0.18,"2013-10-25 00:00",0.12,"2013-09-19 00:00",0.12,"2013-11-18 00:00","","","","",0.3,0.3,0.12,0.12,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43291",1,29.718799,-95.259909,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",26,0.627959,0.916313,4.62,"2013-10-01 00:00",2.8,"2013-06-09 00:00",2.59,"2013-05-22 00:00",1.96,"2013-09-25 00:00","","","","",4.62,4.62,2.59,1.89,0.91,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43331",1,29.718799,-95.259909,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43801",1,29.718799,-95.259909,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.69449,0.099646,0.96,"2013-06-27 00:00",0.86,"2013-10-13 00:00",0.85,"2013-06-15 00:00",0.84,"2013-05-18 00:00","","","","",0.96,0.96,0.85,0.83,0.74,0.7,0.56,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43802",1,29.718799,-95.259909,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.112653,0.064154,0.32,"2013-10-31 00:00",0.29,"2013-01-22 00:00",0.26,"2013-09-25 00:00",0.24,"2013-10-13 00:00","","","","",0.32,0.32,0.26,0.23,0.13,0.09,0.06,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43803",1,29.718799,-95.259909,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.020612,0.021351,0.07,"2013-09-13 00:00",0.07,"2013-10-25 00:00",0.06,"2013-09-07 00:00",0.06,"2013-09-19 00:00","","","","",0.07,0.07,0.06,0.05,0.03,0.02,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43804",1,29.718799,-95.259909,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.09102,0.026319,0.14,"2013-05-22 00:00",0.13,"2013-04-28 00:00",0.11,"2013-01-16 00:00",0.11,"2013-08-02 00:00","","","","",0.14,0.14,0.11,0.11,0.1,0.09,0.08,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43811",1,29.718799,-95.259909,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.263878,0.061401,0.57,"2013-01-16 00:00",0.42,"2013-10-25 00:00",0.41,"2013-09-25 00:00",0.36,"2013-01-22 00:00","","","","",0.57,0.57,0.41,0.34,0.26,0.25,0.23,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43813",1,29.718799,-95.259909,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43814",1,29.718799,-95.259909,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.014694,0.021125,0.12,"2013-09-07 00:00",0.08,"2013-10-25 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-04 00:00","","","","",0.12,0.12,0.04,0.02,0.02,0.02,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43815",1,29.718799,-95.259909,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.028571,0.051962,0.24,"2013-10-25 00:00",0.16,"2013-01-22 00:00",0.16,"2013-10-13 00:00",0.14,"2013-04-22 00:00","","","","",0.24,0.24,0.16,0.1,0.04,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43817",1,29.718799,-95.259909,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.035918,0.030817,0.16,"2013-01-22 00:00",0.1,"2013-02-15 00:00",0.1,"2013-09-25 00:00",0.1,"2013-10-25 00:00","","","","",0.16,0.16,0.1,0.06,0.04,0.02,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43818",1,29.718799,-95.259909,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43819",1,29.718799,-95.259909,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.001429,0.005,0.03,"2013-08-26 00:00",0.01,"2013-04-16 00:00",0.01,"2013-09-01 00:00",0.01,"2013-09-13 00:00","","","","",0.03,0.03,0.01,0.01,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43820",1,29.718799,-95.259909,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43823",1,29.718799,-95.259909,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.534286,0.050415,0.69,"2013-01-16 00:00",0.63,"2013-01-22 00:00",0.6,"2013-01-04 00:00",0.59,"2013-02-15 00:00","","","","",0.69,0.69,0.6,0.58,0.55,0.54,0.44,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43824",1,29.718799,-95.259909,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.01102,0.015309,0.06,"2013-08-08 00:00",0.04,"2013-01-22 00:00",0.04,"2013-02-27 00:00",0.04,"2013-07-09 00:00","","","","",0.06,0.06,0.04,0.04,0.02,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43826",1,29.718799,-95.259909,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.004082,0.015264,0.08,"2013-06-15 00:00",0.06,"2013-11-18 00:00",0.04,"2013-01-10 00:00",0.02,"2013-08-26 00:00","","","","",0.08,0.08,0.04,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43829",1,29.718799,-95.259909,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.000612,0.004286,0.03,"2013-05-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43830",1,29.718799,-95.259909,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.004286,0.022913,0.15,"2013-10-25 00:00",0.06,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.15,0.15,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43831",1,29.718799,-95.259909,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43843",1,29.718799,-95.259909,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43860",1,29.718799,-95.259909,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.006531,0.030927,0.2,"2013-01-10 00:00",0.08,"2013-11-30 00:00",0.04,"2013-02-09 00:00",0,"2013-01-04 00:00","","","","",0.2,0.2,0.04,0,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43954",1,29.718799,-95.259909,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.269592,0.299374,1.76,"2013-02-21 00:00",0.99,"2013-01-10 00:00",0.77,"2013-02-03 00:00",0.66,"2013-02-27 00:00","","","","",1.76,1.76,0.77,0.66,0.33,0.22,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","43960",1,29.718799,-95.259909,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",7,0.549184,0.477157,1.92,"2013-05-22 00:00",1.84,"2013-10-01 00:00",1.52,"2013-09-25 00:00",1.52,"2013-11-30 00:00","","","","",1.92,1.92,1.52,1.44,0.72,0.4,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45109",1,29.718799,-95.259909,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,2.692245,2.015245,10.4,"2013-10-25 00:00",9.52,"2013-09-25 00:00",5.36,"2013-05-22 00:00",5.28,"2013-09-13 00:00","","","","",10.4,10.4,5.36,4.72,3.6,2.16,0.72,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45201",1,29.718799,-95.259909,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,2.980408,2.23147,14.88,"2013-06-27 00:00",6.6,"2013-11-30 00:00",5.52,"2013-10-25 00:00",5.46,"2013-01-22 00:00","","","","",14.88,14.88,5.52,5.28,3.36,2.7,1.14,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45202",1,29.718799,-95.259909,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,5.28,5.117725,29.47,"2013-06-27 00:00",21.21,"2013-06-15 00:00",13.58,"2013-10-25 00:00",12.95,"2013-09-25 00:00","","","","",29.47,29.47,13.58,9.38,5.88,4.48,1.47,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45203",1,29.718799,-95.259909,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.816327,0.754538,3.44,"2013-09-25 00:00",3.12,"2013-10-25 00:00",2,"2013-02-21 00:00",1.84,"2013-09-13 00:00","","","","",3.44,3.44,2,1.68,1.2,0.64,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45204",1,29.718799,-95.259909,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.881633,0.685174,3.36,"2013-10-25 00:00",3.2,"2013-09-25 00:00",1.76,"2013-05-22 00:00",1.68,"2013-10-31 00:00","","","","",3.36,3.36,1.76,1.6,1.2,0.64,0.16,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45207",1,29.718799,-95.259909,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.113265,0.16556,0.9,"2013-09-25 00:00",0.72,"2013-10-25 00:00",0.36,"2013-02-27 00:00",0.27,"2013-07-03 00:00","","","","",0.9,0.9,0.36,0.27,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45208",1,29.718799,-95.259909,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",23,0.447755,0.67366,3.24,"2013-09-25 00:00",2.79,"2013-10-25 00:00",1.71,"2013-01-10 00:00",1.44,"2013-09-13 00:00","","","","",3.24,3.24,1.71,1.26,0.45,0.18,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45209",1,29.718799,-95.259909,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",31,0.14,0.153704,0.72,"2013-09-25 00:00",0.63,"2013-10-25 00:00",0.54,"2013-09-13 00:00",0.27,"2013-01-22 00:00","","","","",0.72,0.72,0.54,0.27,0.18,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45210",1,29.718799,-95.259909,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.07898,0.162906,0.9,"2013-05-22 00:00",0.54,"2013-09-25 00:00",0.36,"2013-10-25 00:00",0.27,"2013-01-22 00:00","","","","",0.9,0.9,0.36,0.27,0.09,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45211",1,29.718799,-95.259909,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",38,0.106735,0.129782,0.72,"2013-10-25 00:00",0.45,"2013-01-10 00:00",0.36,"2013-02-27 00:00",0.27,"2013-01-22 00:00","","","","",0.72,0.72,0.36,0.27,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45212",1,29.718799,-95.259909,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",14,0.456939,0.445146,2.07,"2013-09-25 00:00",1.8,"2013-10-25 00:00",1.26,"2013-01-10 00:00",1.26,"2013-09-13 00:00","","","","",2.07,2.07,1.26,1.08,0.63,0.36,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45213",1,29.718799,-95.259909,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",27,0.16898,0.176497,0.81,"2013-09-25 00:00",0.72,"2013-10-25 00:00",0.54,"2013-09-13 00:00",0.45,"2013-01-10 00:00","","","","",0.81,0.81,0.54,0.36,0.27,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45218",1,29.718799,-95.259909,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",37,0.064286,0.028868,0.2,"2013-09-25 00:00",0.1,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-15 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45219",1,29.718799,-95.259909,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",26,0.134694,0.155859,0.7,"2013-09-25 00:00",0.6,"2013-02-21 00:00",0.6,"2013-10-25 00:00",0.4,"2013-02-27 00:00","","","","",0.7,0.7,0.6,0.4,0.1,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45220",1,29.718799,-95.259909,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.06449,1.648046,10.8,"2013-01-28 00:00",3.68,"2013-06-27 00:00",3.2,"2013-03-17 00:00",2.8,"2013-02-03 00:00","","","","",10.8,10.8,3.2,2.16,1.12,0.64,0.16,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45225",1,29.718799,-95.259909,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",43,0.078776,0.104515,0.72,"2013-10-25 00:00",0.27,"2013-02-15 00:00",0.18,"2013-01-16 00:00",0.18,"2013-03-23 00:00","","","","",0.72,0.72,0.18,0.18,0.05,0.05,0.05,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","45801",1,29.718799,-95.259909,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.02449,0.051844,0.24,"2013-10-13 00:00",0.18,"2013-02-09 00:00",0.12,"2013-01-22 00:00",0.12,"2013-05-22 00:00","","","","",0.24,0.24,0.12,0.12,0,0,0,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0307","61101",1,29.718799,-95.259909,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,4.240943,2.055499,14,"2013-02-25 16:00",14,"2013-02-25 17:00",13.8,"2013-02-25 14:00",13.7,"2013-02-25 15:00","","","","",10.5,9.5,8.1,7,5.4,3.9,1.9,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0307","61103",1,29.718799,-95.259909,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,3.755217,2.009675,13.1,"2013-02-25 14:00",13.1,"2013-02-25 17:00",13,"2013-02-18 13:00",13,"2013-02-25 16:00","","","","",9.9,8.9,7.5,6.4,4.8,3.4,1.4,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0307","61104",1,29.718799,-95.259909,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,177.942904,89.480447,360,"2013-01-05 06:00",360,"2013-04-19 23:00",359.8,"2013-01-06 17:00",359.8,"2013-10-19 14:00","","","","",356.6,354.3,347.6,334.4,214.6,170.3,72,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0307","61105",1,29.718799,-95.259909,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,10.50761,4.620556,33,"2013-02-25 20:00",32,"2013-02-25 16:00",31,"2013-01-30 11:00",30,"2013-01-29 13:00","","","","",23,21,19,16,13,10,5,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0307","61106",1,29.718799,-95.259909,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,28.054203,10.537085,80.5,"2013-07-27 21:00",78.9,"2013-03-18 16:00",78.6,"2013-10-03 15:00",77.6,"2013-08-18 01:00","","","","",65.2,60.5,50,41.5,31.9,26,17.2,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0307","62101",1,29.718799,-95.259909,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6706,77,279,365,0,590,"","","Certification not required",0,74.821056,12.098867,104,"2013-06-29 15:00",104,"2013-06-29 16:00",102,"2013-06-29 14:00",102,"2013-06-29 17:00","","","","",98,96,94,90,83,77,57,"Manchester/Central","9401 1/2 Manchester Street","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","0416","42101",1,29.686389,-95.294722,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8446,96,350,365,0,0,0,0,"Certification not required",8001,0.283146,0.1689,3.1,"2013-12-17 08:00",2.5,"2013-12-17 07:00",2.4,"2013-12-16 07:00",2.3,"2013-01-21 08:00","","","","",1.2,0.8,0.5,0.25,0.25,0.25,0.25,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42101",1,29.686389,-95.294722,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8491,97,346,365,0,0,0,0,"Certification not required",0,0.326369,0.115095,1.7,"2013-12-22 01:00",1.7,"2013-12-22 02:00",1.7,"2013-12-22 03:00",1.6,"2013-01-18 02:00",1.7,"2013-12-22 01:00",1.6,"2013-01-18 02:00",0.9,0.7,0.5,0.3,0.3,0.3,0.3,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42401",1,29.686389,-95.294722,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8361,95,348,365,0,0,0,"","Certification not required",0,4.110632,7.132693,54,"2013-09-22 06:00",47.5,"2013-07-01 07:00",36.3,"2013-10-17 18:00",34.6,"2013-12-12 18:00","","","","",34.6,26.1,20.9,11.5,3.9,1.3,0.2,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42401",1,29.686389,-95.294722,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8361,95,348,365,0,0,"","","Certification not required",0,0.700311,2.608859,54,"2013-09-22 06:00",47.5,"2013-07-01 07:00",42.4,"2013-09-22 05:00",41.1,"2013-09-22 04:00","","","","",12.3,8,3.9,1.8,0.6,0,-0.3,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42401",1,29.686389,-95.294722,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",348,95,348,365,0,0,0,"","Certification not required",0,0.700575,1.597188,13,"2013-09-22 00:00",8.2,"2013-07-01 00:00",7.5,"2013-12-28 00:00",7.3,"2013-01-04 00:00","","","","",7.3,6.8,3.5,2.3,0.9,0.1,-0.3,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42401",1,29.686389,-95.294722,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2697,92,346,365,0,0,"",0,"Certification not required",0,0.681943,2.296739,37.9,"2013-07-01 08:00",34.4,"2013-09-22 05:00",31.2,"2013-09-22 08:00",21.7,"2013-11-07 23:00","","","","",10.4,8,4.2,1.9,0.6,0,-0.3,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42406",1,29.686389,-95.294722,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6230,71,259,365,0,216,"","","Certification not required",0,0.930482,3.657273,90.9,"2013-07-01 07:00",66.1,"2013-09-22 06:00",59.9,"2013-09-22 07:00",52.3,"2013-09-22 05:00","","","","",17.2,9.3,4,2.1,0.7,0,-0.2,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-12" +"48","201","0416","42601",1,29.686389,-95.294722,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8005,91,330,365,0,0,"","","Certification not required",0,6.088982,21.190519,350.4,"2013-12-17 07:00",338.8,"2013-12-17 08:00",333.1,"2013-12-18 08:00",299,"2013-12-16 07:00","","","","",112.7,70.6,30.1,11.3,3.9,1.1,-1.7,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42602",1,29.686389,-95.294722,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7977,91,329,365,0,0,0,"","Certification not required",0,25.398176,13.193718,63.3,"2013-12-17 09:00",61.4,"2013-10-23 19:00",59.5,"2013-12-18 09:00",58,"2013-10-24 19:00","","","","",58,57,49.2,43.5,34.2,24.8,9.8,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42602",1,29.686389,-95.294722,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7977,91,329,365,0,0,"","","Certification not required",0,11.371618,9.798541,63.3,"2013-12-17 09:00",61.4,"2013-10-23 19:00",61.1,"2013-10-23 18:00",59.5,"2013-12-18 09:00","","","","",43.7,39.1,32.3,26.2,15.1,7.9,2.7,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","42603",1,29.686389,-95.294722,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8000,91,330,365,0,0,"","","Certification not required",0,17.2746,27.099024,389,"2013-12-17 08:00",382.9,"2013-12-17 07:00",377.3,"2013-12-18 08:00",325.7,"2013-12-16 07:00","","","","",146.5,102,61.5,36,18.1,9.7,2.3,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","44201",1,29.686389,-95.294722,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8460,98,356,365,0,0,0,0,"Requested but not yet concurred",1101,0.04141,0.016523,0.112,"2013-08-01 15:00",0.1,"2013-07-03 12:00",0.099,"2013-10-08 16:00",0.098,"2013-08-16 14:00","","","","",0.098,0.083,0.073,0.064,0.049,0.04,0.023,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","44201",1,29.686389,-95.294722,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8535,97,353,365,0,0,1,1,"Requested but not yet concurred",0,0.035482,0.014079,0.089,"2013-09-25 10:00",0.082,"2013-07-03 10:00",0.08,"2013-08-16 09:00",0.079,"2013-07-05 10:00","","","","",0.079,0.067,0.063,0.056,0.043,0.033,0.02,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","44201",1,29.686389,-95.294722,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8535,97,353,365,0,0,4,4,"Requested but not yet concurred",0,0.035482,0.014079,0.089,"2013-09-25 10:00",0.082,"2013-07-03 10:00",0.08,"2013-08-16 09:00",0.079,"2013-07-05 10:00","","","","",0.079,0.067,0.063,0.056,0.043,0.033,0.02,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","61101",1,29.686389,-95.294722,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8610,98,356,365,0,0,"","","Certification not required",0,5.006597,2.543403,15.6,"2013-03-04 12:00",15.4,"2013-01-29 20:00",15.3,"2013-02-25 16:00",15.2,"2013-02-25 17:00","","","","",11.3,10.5,9.4,8.4,6.8,4.8,1.8,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","61103",1,29.686389,-95.294722,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8609,98,356,365,0,0,"","","Certification not required",0,4.591218,2.470226,14.9,"2013-01-29 20:00",14.9,"2013-03-04 12:00",14.6,"2013-02-25 16:00",14.5,"2013-02-25 17:00","","","","",10.8,9.9,8.9,7.9,6.3,4.4,1.5,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","61104",1,29.686389,-95.294722,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8609,98,356,365,0,0,"","","Certification not required",0,153.419061,91.569994,360,"2013-01-06 21:00",360,"2013-07-19 05:00",360,"2013-12-06 04:00",360,"2013-12-11 21:00","","","","",357.6,354.4,344.3,291.6,200.5,158.5,23.9,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","61105",1,29.686389,-95.294722,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8638,99,356,365,0,0,"","","Certification not required",0,9.911901,4.875905,57,"2013-01-30 14:00",34,"2013-04-27 16:00",32,"2013-08-16 17:00",31,"2013-02-25 14:00","","","","",22,20,18,16,13,10,4,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","61106",1,29.686389,-95.294722,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8609,98,356,365,0,0,"","","Certification not required",0,23.736892,10.663636,79.3,"2013-06-03 00:00",78.9,"2013-10-22 19:00",78.4,"2013-09-04 23:00",77.6,"2013-01-21 08:00","","","","",65.5,60,47.6,37.3,25.7,20.4,15.2,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","62101",1,29.686389,-95.294722,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8611,98,354,365,0,0,"","","Certification not required",0,69.633724,14.108188,102,"2013-06-29 15:00",102,"2013-06-29 16:00",101,"2013-06-29 17:00",100,"2013-06-29 14:00","","","","",94,92,90,86,80,72,48,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","62103",1,29.686389,-95.294722,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",5522,63,219,365,0,0,"","","Certification not required",0,58.491307,15.60955,76,"2013-06-13 17:00",76,"2013-06-14 07:00",76,"2013-06-29 19:00",76,"2013-07-22 06:00","","","","",75,75,74,74,72,64,34,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","62201",1,29.686389,-95.294722,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",5531,63,220,365,0,0,"","","Certification not required",0,68.895317,17.482507,97,"2013-10-31 21:00",97,"2013-10-31 22:00",97,"2013-11-22 10:00",97,"2013-12-02 04:00","","","","",95,94,91,88,83,73,43,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","63301",1,29.686389,-95.294722,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8638,99,356,365,0,0,"","","Certification not required",4313,0.286113,0.413058,1.56,"2013-05-03 12:00",1.55,"2013-06-06 12:00",1.55,"2013-06-15 11:00",1.53,"2013-05-03 11:00","","","","",1.42,1.36,1.2,1.01,0.5,0.01,0.005,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","63302",1,29.686389,-95.294722,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",8640,99,356,365,0,0,"","","Certification not required",5416,0.017495,0.02007,0.09,"2013-07-16 12:00",0.08,"2013-04-30 12:00",0.08,"2013-05-04 11:00",0.08,"2013-05-04 12:00","","","","",0.08,0.07,0.06,0.05,0.03,0.005,0.005,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","64101",1,29.686389,-95.294722,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8522,97,349,365,0,0,"","","Certification not required",0,1024.85203,3.77408,1037,"2013-01-18 08:00",1037,"2013-01-18 09:00",1037,"2013-01-18 10:00",1037,"2013-03-26 08:00","","","","",1034,1033,1031,1030,1027,1025,1020,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","65102",1,29.686389,-95.294722,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8640,99,356,365,0,0,"","","Certification not required",0,0.005616,0.058612,2.02,"2013-05-10 01:00",1.69,"2013-04-27 16:00",1.47,"2013-04-02 21:00",1.36,"2013-08-10 07:00","","","","",0.14,0.04,0,0,0,0,0,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","88502",3,29.686389,-95.294722,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8447,96,347,365,0,0,"","","Certification not required",0,10.673446,5.913661,95.2,"2013-12-25 00:00",86.1,"2013-12-25 01:00",69.5,"2013-05-17 15:00",67.6,"2013-05-17 16:00","","","","",30.7,26.9,21.1,17.9,13.2,9.5,4.9,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0416","88502",3,29.686389,-95.294722,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,10.642939,4.091133,28.7,"2013-08-08 00:00",27.4,"2013-08-07 00:00",25.7,"2013-05-17 00:00",22.9,"2013-12-25 00:00","","","","",22.9,20.6,18.1,16.3,12.9,9.7,6.4,"Park Place","7421 Park Place Blvd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43173",1,29.764788,-95.178538,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43202",1,29.764788,-95.178538,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,22.663704,15.418011,104.66,"2013-01-22 00:00",60.92,"2013-01-10 00:00",53.3,"2013-11-30 00:00",40.72,"2013-02-27 00:00","","","","",104.66,60.92,53.3,34.3,25.28,18.32,11.26,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43203",1,29.764788,-95.178538,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,6.222222,10.10513,75.3,"2013-01-22 00:00",19.86,"2013-09-25 00:00",18.06,"2013-11-30 00:00",10.52,"2013-04-22 00:00","","","","",75.3,19.86,18.06,7.1,5.42,4.4,2.5,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43204",1,29.764788,-95.178538,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,19.128889,12.035892,60.24,"2013-01-10 00:00",56.7,"2013-11-30 00:00",51.24,"2013-01-22 00:00",42.39,"2013-10-31 00:00","","","","",60.24,56.7,51.24,30.21,22.59,17.49,7.26,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43205",1,29.764788,-95.178538,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,4.254815,3.474816,19.62,"2013-11-30 00:00",11.04,"2013-06-09 00:00",10.74,"2013-01-22 00:00",10.2,"2013-09-07 00:00","","","","",19.62,11.04,10.74,7.95,6.45,3.18,0.96,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43206",1,29.764788,-95.178538,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,1.384444,1.345777,9.52,"2013-11-30 00:00",3.54,"2013-01-22 00:00",2.8,"2013-09-25 00:00",2.8,"2013-10-07 00:00","","","","",9.52,3.54,2.8,2.32,1.56,1.3,0.44,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43212",1,29.764788,-95.178538,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,15.499259,14.931408,95.52,"2013-10-31 00:00",43.72,"2013-11-30 00:00",43.6,"2013-01-10 00:00",43,"2013-01-22 00:00","","","","",95.52,43.72,43.6,34.16,14.36,10.56,6.28,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43214",1,29.764788,-95.178538,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,9.09037,5.968684,29.24,"2013-11-30 00:00",28.72,"2013-10-01 00:00",21,"2013-01-22 00:00",17.76,"2013-01-10 00:00","","","","",29.24,28.72,21,15.8,11.68,7.88,3.32,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43216",1,29.764788,-95.178538,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",19,0.298333,0.340426,1.92,"2013-10-01 00:00",1.12,"2013-04-16 00:00",1,"2013-11-30 00:00",0.88,"2013-09-07 00:00","","","","",1.92,1.12,1,0.72,0.4,0.24,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43217",1,29.764788,-95.178538,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",16,0.26,0.237503,1.24,"2013-10-01 00:00",0.84,"2013-04-16 00:00",0.76,"2013-11-30 00:00",0.68,"2013-01-22 00:00","","","","",1.24,0.84,0.76,0.64,0.32,0.24,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43218",1,29.764788,-95.178538,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.353333,0.544073,2.08,"2013-01-04 00:00",2.04,"2013-01-22 00:00",1.52,"2013-07-15 00:00",1.52,"2013-11-24 00:00","","","","",2.08,2.04,1.52,1.28,0.56,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43220",1,29.764788,-95.178538,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,7.32963,6.271736,24.25,"2013-09-25 00:00",22.65,"2013-06-21 00:00",21.75,"2013-06-15 00:00",20.75,"2013-06-09 00:00","","","","",24.25,22.65,21.75,18.95,8.3,5.75,1.95,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43221",1,29.764788,-95.178538,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,14.069444,12.370241,51.15,"2013-09-25 00:00",45.45,"2013-05-04 00:00",41.15,"2013-06-21 00:00",40.1,"2013-06-09 00:00","","","","",51.15,45.45,41.15,33.9,19.5,8.85,3.55,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43224",1,29.764788,-95.178538,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.101852,0.192296,1,"2013-01-22 00:00",0.85,"2013-05-04 00:00",0.65,"2013-09-07 00:00",0.5,"2013-08-08 00:00","","","","",1,0.85,0.65,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43226",1,29.764788,-95.178538,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",25,0.235185,0.233438,0.85,"2013-05-04 00:00",0.75,"2013-10-07 00:00",0.75,"2013-10-31 00:00",0.7,"2013-08-02 00:00","","","","",0.85,0.75,0.75,0.55,0.4,0.1,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43227",1,29.764788,-95.178538,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",40,0.099074,0.105281,0.55,"2013-09-25 00:00",0.35,"2013-05-04 00:00",0.35,"2013-10-07 00:00",0.35,"2013-10-31 00:00","","","","",0.55,0.35,0.35,0.25,0.1,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43228",1,29.764788,-95.178538,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",29,0.205556,0.220134,0.8,"2013-10-31 00:00",0.75,"2013-10-07 00:00",0.7,"2013-09-25 00:00",0.65,"2013-05-04 00:00","","","","",0.8,0.75,0.7,0.45,0.35,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43230",1,29.764788,-95.178538,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.576667,0.911244,4.38,"2013-09-25 00:00",3.66,"2013-05-04 00:00",3.3,"2013-01-22 00:00",3.3,"2013-06-15 00:00","","","","",4.38,3.66,3.3,2.7,2.22,1.38,0.54,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43231",1,29.764788,-95.178538,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.365556,1.200374,5.76,"2013-09-25 00:00",4.68,"2013-10-25 00:00",4.62,"2013-01-22 00:00",4.38,"2013-05-04 00:00","","","","",5.76,4.68,4.62,4.38,3,2.34,0.84,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43232",1,29.764788,-95.178538,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.057778,0.484911,2.24,"2013-05-22 00:00",2.17,"2013-09-25 00:00",1.89,"2013-05-28 00:00",1.82,"2013-06-09 00:00","","","","",2.24,2.17,1.89,1.68,1.33,1.05,0.42,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43233",1,29.764788,-95.178538,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,1.032037,0.675578,3.04,"2013-02-27 00:00",2.64,"2013-01-22 00:00",2.64,"2013-05-22 00:00",2.4,"2013-06-09 00:00","","","","",3.04,2.64,2.64,2.08,1.36,0.88,0.32,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43234",1,29.764788,-95.178538,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43235",1,29.764788,-95.178538,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",16,0.374815,0.413055,2.25,"2013-02-27 00:00",1.8,"2013-01-22 00:00",0.9,"2013-06-21 00:00",0.9,"2013-10-31 00:00","","","","",2.25,1.8,0.9,0.81,0.45,0.27,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43238",1,29.764788,-95.178538,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",13,0.312037,0.279982,1.4,"2013-01-22 00:00",1,"2013-11-06 00:00",0.9,"2013-09-07 00:00",0.8,"2013-09-25 00:00","","","","",1.4,1,0.9,0.6,0.4,0.3,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43242",1,29.764788,-95.178538,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",20,0.330556,0.305209,1.15,"2013-09-25 00:00",1.1,"2013-06-21 00:00",1,"2013-06-15 00:00",0.95,"2013-05-04 00:00","","","","",1.15,1.1,1,0.7,0.5,0.25,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43243",1,29.764788,-95.178538,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",11,2.231481,2.609675,9.85,"2013-06-27 00:00",7.35,"2013-07-09 00:00",7.3,"2013-08-02 00:00",7,"2013-09-25 00:00","","","","",9.85,7.35,7.3,6.15,4.3,0.85,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43244",1,29.764788,-95.178538,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.247037,0.267191,1.08,"2013-09-25 00:00",0.96,"2013-06-15 00:00",0.9,"2013-05-04 00:00",0.72,"2013-01-22 00:00","","","","",1.08,0.96,0.9,0.6,0.36,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43247",1,29.764788,-95.178538,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",23,0.207963,0.196847,0.98,"2013-09-25 00:00",0.7,"2013-10-25 00:00",0.56,"2013-05-04 00:00",0.56,"2013-10-07 00:00","","","","",0.98,0.7,0.56,0.49,0.28,0.21,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43248",1,29.764788,-95.178538,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",15,0.918333,0.830255,3.3,"2013-01-22 00:00",3,"2013-10-25 00:00",2.94,"2013-09-07 00:00",2.28,"2013-09-25 00:00","","","","",3.3,3,2.94,2.1,1.26,0.9,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43249",1,29.764788,-95.178538,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",5,0.910741,0.590746,2.94,"2013-09-07 00:00",2.17,"2013-09-25 00:00",1.96,"2013-05-28 00:00",1.89,"2013-10-25 00:00","","","","",2.94,2.17,1.96,1.75,1.12,0.84,0.14,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43250",1,29.764788,-95.178538,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.908148,0.809924,4.24,"2013-09-25 00:00",2.64,"2013-10-07 00:00",2.64,"2013-10-31 00:00",2.32,"2013-05-04 00:00","","","","",4.24,2.64,2.64,1.84,1.28,0.72,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43252",1,29.764788,-95.178538,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",17,0.270556,0.248409,1.36,"2013-09-25 00:00",0.96,"2013-10-07 00:00",0.64,"2013-01-22 00:00",0.64,"2013-10-25 00:00","","","","",1.36,0.96,0.64,0.56,0.4,0.24,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43253",1,29.764788,-95.178538,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",13,0.262407,0.176196,0.72,"2013-02-27 00:00",0.64,"2013-01-22 00:00",0.64,"2013-03-23 00:00",0.64,"2013-09-25 00:00","","","","",0.72,0.64,0.64,0.48,0.4,0.24,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43261",1,29.764788,-95.178538,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,0.79963,0.455432,1.96,"2013-09-25 00:00",1.54,"2013-01-22 00:00",1.54,"2013-02-27 00:00",1.47,"2013-05-22 00:00","","","","",1.96,1.54,1.54,1.4,1.12,0.77,0.28,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43262",1,29.764788,-95.178538,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,0.945185,0.556036,2.7,"2013-09-25 00:00",2.04,"2013-01-22 00:00",2.04,"2013-10-25 00:00",1.74,"2013-05-04 00:00","","","","",2.7,2.04,2.04,1.68,1.26,0.9,0.3,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43263",1,29.764788,-95.178538,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",31,0.50963,0.606642,2.03,"2013-05-04 00:00",2.03,"2013-09-25 00:00",1.75,"2013-10-25 00:00",1.61,"2013-05-28 00:00","","","","",2.03,2.03,1.75,1.33,0.91,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43280",1,29.764788,-95.178538,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,3.659074,4.555151,27.4,"2013-10-01 00:00",14.04,"2013-06-09 00:00",11.44,"2013-04-16 00:00",11.36,"2013-08-20 00:00","","","","",27.4,14.04,11.44,9.6,4.24,2.12,0.84,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43282",1,29.764788,-95.178538,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",46,0.063889,0.038137,0.25,"2013-01-22 00:00",0.15,"2013-06-15 00:00",0.15,"2013-06-27 00:00",0.15,"2013-09-01 00:00","","","","",0.25,0.15,0.15,0.1,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43283",1,29.764788,-95.178538,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.05463,0.01756,0.15,"2013-08-02 00:00",0.1,"2013-01-22 00:00",0.1,"2013-10-31 00:00",0.1,"2013-11-30 00:00","","","","",0.15,0.1,0.1,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43284",1,29.764788,-95.178538,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",31,0.334259,0.429878,1.98,"2013-09-25 00:00",1.32,"2013-06-15 00:00",1.2,"2013-10-31 00:00",1.14,"2013-10-25 00:00","","","","",1.98,1.32,1.2,0.9,0.54,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43285",1,29.764788,-95.178538,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,2.13037,1.541287,6.42,"2013-09-25 00:00",6.18,"2013-05-04 00:00",5.4,"2013-06-15 00:00",4.56,"2013-01-22 00:00","","","","",6.42,6.18,5.4,4.38,3,1.86,0.66,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43289",1,29.764788,-95.178538,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.055185,0.018505,0.12,"2013-01-22 00:00",0.12,"2013-10-25 00:00",0.12,"2013-10-31 00:00",0.12,"2013-11-30 00:00","","","","",0.12,0.12,0.12,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43290",1,29.764788,-95.178538,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43291",1,29.764788,-95.178538,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",30,0.231296,0.254529,1.12,"2013-09-25 00:00",0.91,"2013-05-04 00:00",0.77,"2013-10-25 00:00",0.63,"2013-10-07 00:00","","","","",1.12,0.91,0.77,0.56,0.35,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43331",1,29.764788,-95.178538,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43801",1,29.764788,-95.178538,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.717407,0.103088,0.97,"2013-03-17 00:00",0.93,"2013-08-20 00:00",0.92,"2013-09-07 00:00",0.86,"2013-05-22 00:00","","","","",0.97,0.93,0.92,0.85,0.78,0.73,0.58,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43802",1,29.764788,-95.178538,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.102407,0.050205,0.29,"2013-10-13 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-25 00:00",0.19,"2013-05-10 00:00","","","","",0.29,0.2,0.2,0.18,0.12,0.09,0.06,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43803",1,29.764788,-95.178538,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.088889,0.144779,1.01,"2013-07-15 00:00",0.28,"2013-08-26 00:00",0.28,"2013-09-07 00:00",0.27,"2013-06-03 00:00","","","","",1.01,0.28,0.28,0.16,0.1,0.06,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43804",1,29.764788,-95.178538,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.093333,0.041889,0.21,"2013-05-10 00:00",0.16,"2013-05-22 00:00",0.14,"2013-11-06 00:00",0.13,"2013-05-16 00:00","","","","",0.21,0.16,0.14,0.13,0.11,0.1,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43811",1,29.764788,-95.178538,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.243333,0.01791,0.28,"2013-01-10 00:00",0.28,"2013-01-16 00:00",0.28,"2013-07-03 00:00",0.27,"2013-01-04 00:00","","","","",0.28,0.28,0.28,0.27,0.25,0.24,0.22,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43813",1,29.764788,-95.178538,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43814",1,29.764788,-95.178538,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.01037,0.01893,0.12,"2013-09-07 00:00",0.04,"2013-01-22 00:00",0.04,"2013-10-25 00:00",0.02,"2013-01-04 00:00","","","","",0.12,0.04,0.04,0.02,0.02,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43815",1,29.764788,-95.178538,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.08037,0.09304,0.52,"2013-08-14 00:00",0.28,"2013-02-09 00:00",0.24,"2013-01-22 00:00",0.2,"2013-03-29 00:00","","","","",0.52,0.28,0.24,0.18,0.12,0.06,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43817",1,29.764788,-95.178538,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.036296,0.024286,0.14,"2013-02-09 00:00",0.1,"2013-01-22 00:00",0.08,"2013-09-25 00:00",0.06,"2013-01-10 00:00","","","","",0.14,0.1,0.08,0.06,0.04,0.04,0.02,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43818",1,29.764788,-95.178538,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43819",1,29.764788,-95.178538,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.003148,0.006956,0.03,"2013-10-01 00:00",0.02,"2013-04-04 00:00",0.02,"2013-05-10 00:00",0.02,"2013-06-15 00:00","","","","",0.03,0.02,0.02,0.01,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43820",1,29.764788,-95.178538,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43823",1,29.764788,-95.178538,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.527222,0.043672,0.61,"2013-01-16 00:00",0.6,"2013-01-04 00:00",0.6,"2013-01-10 00:00",0.58,"2013-02-27 00:00","","","","",0.61,0.6,0.6,0.57,0.56,0.54,0.46,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43824",1,29.764788,-95.178538,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.005926,0.010003,0.04,"2013-09-19 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00","","","","",0.04,0.02,0.02,0.02,0.02,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43826",1,29.764788,-95.178538,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001852,0.008918,0.06,"2013-11-18 00:00",0.02,"2013-06-15 00:00",0.02,"2013-10-31 00:00",0,"2013-01-04 00:00","","","","",0.06,0.02,0.02,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43829",1,29.764788,-95.178538,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001111,0.005719,0.03,"2013-05-04 00:00",0.03,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43830",1,29.764788,-95.178538,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001111,0.005719,0.03,"2013-07-27 00:00",0.03,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43831",1,29.764788,-95.178538,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001111,0.005719,0.03,"2013-05-16 00:00",0.03,"2013-08-26 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43843",1,29.764788,-95.178538,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43860",1,29.764788,-95.178538,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.042963,0.070941,0.3,"2013-01-22 00:00",0.24,"2013-11-30 00:00",0.22,"2013-06-09 00:00",0.18,"2013-09-07 00:00","","","","",0.3,0.24,0.22,0.12,0.08,0,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43954",1,29.764788,-95.178538,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",14,0.192222,0.19112,0.99,"2013-09-25 00:00",0.66,"2013-10-13 00:00",0.55,"2013-08-26 00:00",0.55,"2013-09-13 00:00","","","","",0.99,0.66,0.55,0.44,0.22,0.11,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","43960",1,29.764788,-95.178538,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",14,0.272222,0.203578,0.96,"2013-02-27 00:00",0.88,"2013-01-22 00:00",0.64,"2013-09-25 00:00",0.48,"2013-03-23 00:00","","","","",0.96,0.88,0.64,0.48,0.4,0.24,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45109",1,29.764788,-95.178538,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.660741,4.774674,25.2,"2013-08-14 00:00",19.84,"2013-10-07 00:00",17.12,"2013-01-22 00:00",11.28,"2013-02-27 00:00","","","","",25.2,19.84,17.12,8.48,3.6,2,0.88,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45201",1,29.764788,-95.178538,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.77,1.488009,8.1,"2013-11-30 00:00",7.02,"2013-01-22 00:00",6.24,"2013-10-25 00:00",4.74,"2013-06-09 00:00","","","","",8.1,7.02,6.24,4.5,3.3,2.4,1.2,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45202",1,29.764788,-95.178538,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,5.988889,7.437432,54.81,"2013-03-17 00:00",13.86,"2013-08-20 00:00",12.04,"2013-05-16 00:00",11.27,"2013-07-09 00:00","","","","",54.81,13.86,12.04,9.94,7,4.69,1.75,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45203",1,29.764788,-95.178538,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.925926,1.083904,6,"2013-10-07 00:00",4.72,"2013-01-22 00:00",3.28,"2013-02-27 00:00",2.64,"2013-09-25 00:00","","","","",6,4.72,3.28,1.44,0.96,0.64,0.16,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45204",1,29.764788,-95.178538,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.992593,1.196979,6.64,"2013-01-22 00:00",5.68,"2013-10-07 00:00",3.28,"2013-02-27 00:00",2.48,"2013-01-16 00:00","","","","",6.64,5.68,3.28,1.92,1.04,0.64,0.32,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45207",1,29.764788,-95.178538,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.062963,0.047885,0.27,"2013-09-25 00:00",0.27,"2013-10-31 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-30 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45208",1,29.764788,-95.178538,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",30,0.222778,0.259138,1.17,"2013-09-25 00:00",0.9,"2013-10-07 00:00",0.81,"2013-10-31 00:00",0.72,"2013-02-21 00:00","","","","",1.17,0.9,0.81,0.63,0.36,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45209",1,29.764788,-95.178538,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",42,0.098889,0.10761,0.54,"2013-01-22 00:00",0.45,"2013-06-09 00:00",0.36,"2013-03-17 00:00",0.27,"2013-09-07 00:00","","","","",0.54,0.45,0.36,0.27,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45210",1,29.764788,-95.178538,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.306667,0.442126,2.34,"2013-01-22 00:00",1.26,"2013-04-28 00:00",1.08,"2013-04-16 00:00",1.08,"2013-05-22 00:00","","","","",2.34,1.26,1.08,0.99,0.36,0.18,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45211",1,29.764788,-95.178538,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.062963,0.047885,0.27,"2013-10-25 00:00",0.27,"2013-10-31 00:00",0.18,"2013-06-21 00:00",0.18,"2013-11-30 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45212",1,29.764788,-95.178538,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",36,0.163333,0.262031,1.71,"2013-01-22 00:00",0.63,"2013-10-07 00:00",0.63,"2013-10-31 00:00",0.54,"2013-10-25 00:00","","","","",1.71,0.63,0.63,0.36,0.18,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45213",1,29.764788,-95.178538,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",45,0.08,0.08221,0.54,"2013-01-22 00:00",0.27,"2013-10-31 00:00",0.18,"2013-02-27 00:00",0.18,"2013-05-04 00:00","","","","",0.54,0.27,0.18,0.18,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45218",1,29.764788,-95.178538,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.050926,0.006804,0.1,"2013-02-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45219",1,29.764788,-95.178538,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",38,0.072222,0.041964,0.2,"2013-01-28 00:00",0.2,"2013-09-07 00:00",0.2,"2013-09-13 00:00",0.2,"2013-09-25 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45220",1,29.764788,-95.178538,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.808889,0.928758,3.84,"2013-02-27 00:00",3.44,"2013-10-31 00:00",3.12,"2013-09-25 00:00",2.88,"2013-10-07 00:00","","","","",3.84,3.44,3.12,2.4,1.04,0.56,0.08,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45225",1,29.764788,-95.178538,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.057222,0.030058,0.18,"2013-02-21 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-30 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","0803","45801",1,29.764788,-95.178538,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.131111,0.185051,0.72,"2013-01-22 00:00",0.66,"2013-02-21 00:00",0.54,"2013-10-25 00:00",0.48,"2013-02-09 00:00","","","","",0.72,0.66,0.54,0.48,0.18,0.06,0,"HRM #3 Haden Rd","1504 1/2 Haden Road","Texas","Harris","","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","42601",1,29.761653,-95.081386,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8301,95,351,365,0,459,"","","Certification not required",0,5.036237,9.749276,176.5,"2013-12-22 00:00",159.6,"2013-12-17 08:00",142,"2013-09-25 06:00",136.2,"2013-09-25 07:00","","","","",48.2,32.9,17.8,11.2,5.7,2.2,0.2,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","42602",1,29.761653,-95.081386,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8301,95,351,365,0,459,0,"","Certification not required",0,21.336182,11.808383,58.6,"2013-02-26 21:00",56.7,"2013-03-07 03:00",56.4,"2013-10-25 00:00",56.2,"2013-12-17 09:00","","","","",56.2,52.6,44.4,40.4,26.2,18.9,8.1,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","42602",1,29.761653,-95.081386,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8301,95,351,365,0,459,"","","Certification not required",0,9.787724,8.198648,58.6,"2013-02-26 21:00",56.7,"2013-03-07 03:00",56.4,"2013-10-25 00:00",56.2,"2013-02-26 20:00","","","","",41.7,37,27,19.5,12.2,7.2,2.8,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","42603",1,29.761653,-95.081386,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8301,95,351,365,0,459,"","","Certification not required",0,14.786941,16.168132,199.5,"2013-12-17 08:00",198.1,"2013-12-22 00:00",178.7,"2013-09-25 06:00",175.3,"2013-09-25 07:00","","","","",88.5,67.5,43.4,28.9,17.6,10.2,3.3,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","43173",1,29.761653,-95.081386,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43202",1,29.761653,-95.081386,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,17.466909,11.345927,65.32,"2013-01-10 00:00",46.42,"2013-01-22 00:00",40.84,"2013-10-25 00:00",40.74,"2013-09-25 00:00","","","","",65.32,46.42,40.84,31.46,20.84,13.72,8.04,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43203",1,29.761653,-95.081386,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,5.572364,4.394926,20.9,"2013-11-18 00:00",19.9,"2013-07-09 00:00",15.22,"2013-08-20 00:00",13.24,"2013-01-22 00:00","","","","",20.9,19.9,15.22,12.16,6.78,4.5,1.34,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43204",1,29.761653,-95.081386,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,18.289636,12.59028,69.24,"2013-01-10 00:00",47.46,"2013-09-25 00:00",44.04,"2013-10-07 00:00",41.73,"2013-01-22 00:00","","","","",69.24,47.46,44.04,37.56,22.05,15.93,7.59,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43205",1,29.761653,-95.081386,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,6.370909,6.488659,32.67,"2013-02-15 00:00",23.49,"2013-07-09 00:00",22.05,"2013-10-31 00:00",17.85,"2013-07-15 00:00","","","","",32.67,23.49,22.05,14.1,8.91,4.98,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43206",1,29.761653,-95.081386,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,0.942727,0.554037,2.6,"2013-01-22 00:00",2.4,"2013-09-13 00:00",1.92,"2013-02-27 00:00",1.92,"2013-09-25 00:00","","","","",2.6,2.4,1.92,1.86,1.12,0.74,0.42,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43212",1,29.761653,-95.081386,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,11.717818,9.811179,45.68,"2013-10-07 00:00",40.24,"2013-01-10 00:00",37.96,"2013-09-25 00:00",33.28,"2013-10-25 00:00","","","","",45.68,40.24,37.96,24.2,14.64,8.84,2.8,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43214",1,29.761653,-95.081386,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,7.641455,5.337393,23.8,"2013-01-10 00:00",22.16,"2013-02-27 00:00",18.88,"2013-09-25 00:00",17.28,"2013-01-22 00:00","","","","",23.8,22.16,18.88,15.12,9.56,6,2.4,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43216",1,29.761653,-95.081386,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",35,0.179455,0.220617,0.96,"2013-10-31 00:00",0.76,"2013-05-04 00:00",0.76,"2013-09-25 00:00",0.64,"2013-06-15 00:00","","","","",0.96,0.76,0.76,0.48,0.24,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43217",1,29.761653,-95.081386,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.171818,0.194423,0.84,"2013-10-31 00:00",0.64,"2013-05-04 00:00",0.6,"2013-09-25 00:00",0.56,"2013-06-15 00:00","","","","",0.84,0.64,0.6,0.48,0.24,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43218",1,29.761653,-95.081386,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.430545,0.827847,5.76,"2013-07-15 00:00",1.88,"2013-10-07 00:00",1.12,"2013-02-15 00:00",1.12,"2013-03-05 00:00","","","","",5.76,1.88,1.12,0.88,0.52,0.32,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43220",1,29.761653,-95.081386,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,6.513636,8.848778,46.8,"2013-10-07 00:00",33,"2013-09-25 00:00",29.05,"2013-02-27 00:00",24.8,"2013-06-03 00:00","","","","",46.8,33,29.05,14.2,6.1,3.1,1.1,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43221",1,29.761653,-95.081386,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,10.330909,12.956535,63.25,"2013-10-07 00:00",51.55,"2013-02-27 00:00",50.55,"2013-09-25 00:00",36.35,"2013-05-04 00:00","","","","",63.25,51.55,50.55,22.35,11.4,6.05,1.7,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43224",1,29.761653,-95.081386,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",47,0.236364,0.684041,4.55,"2013-02-15 00:00",1.85,"2013-08-14 00:00",1.5,"2013-05-04 00:00",0.85,"2013-09-01 00:00","","","","",4.55,1.85,1.5,0.45,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43226",1,29.761653,-95.081386,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",38,0.188182,0.305802,1.55,"2013-02-15 00:00",1.2,"2013-09-25 00:00",0.95,"2013-05-04 00:00",0.85,"2013-08-14 00:00","","","","",1.55,1.2,0.95,0.45,0.2,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43227",1,29.761653,-95.081386,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.101818,0.137087,0.75,"2013-02-15 00:00",0.55,"2013-09-25 00:00",0.45,"2013-05-04 00:00",0.4,"2013-08-14 00:00","","","","",0.75,0.55,0.45,0.25,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43228",1,29.761653,-95.081386,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",36,0.155455,0.210747,0.95,"2013-09-25 00:00",0.75,"2013-05-04 00:00",0.7,"2013-02-15 00:00",0.65,"2013-08-14 00:00","","","","",0.95,0.75,0.7,0.55,0.15,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43230",1,29.761653,-95.081386,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,1.590364,1.901653,10.8,"2013-09-25 00:00",8.34,"2013-10-07 00:00",5.28,"2013-05-04 00:00",4.56,"2013-10-31 00:00","","","","",10.8,8.34,5.28,2.94,2.04,1.08,0.24,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43231",1,29.761653,-95.081386,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.707636,3.410045,21.12,"2013-09-25 00:00",12.96,"2013-10-07 00:00",8.76,"2013-05-04 00:00",8.1,"2013-10-31 00:00","","","","",21.12,12.96,8.76,4.8,3.12,1.8,0.48,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43232",1,29.761653,-95.081386,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,0.974545,0.910657,4.62,"2013-09-25 00:00",3.99,"2013-10-07 00:00",3.85,"2013-05-04 00:00",2.45,"2013-02-27 00:00","","","","",4.62,3.99,3.85,1.82,1.12,0.77,0.28,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43233",1,29.761653,-95.081386,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",4,0.704727,0.788026,4.08,"2013-02-27 00:00",3.68,"2013-05-04 00:00",2.72,"2013-09-25 00:00",1.6,"2013-06-15 00:00","","","","",4.08,3.68,2.72,1.44,0.8,0.48,0.16,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43234",1,29.761653,-95.081386,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43235",1,29.761653,-95.081386,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",25,0.332,0.481604,2.52,"2013-02-27 00:00",1.89,"2013-05-04 00:00",1.62,"2013-09-25 00:00",1.26,"2013-07-27 00:00","","","","",2.52,1.89,1.62,0.72,0.36,0.18,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43238",1,29.761653,-95.081386,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",18,0.270909,0.303939,1.7,"2013-02-27 00:00",1.1,"2013-09-25 00:00",1,"2013-01-28 00:00",0.6,"2013-06-27 00:00","","","","",1.7,1.1,1,0.6,0.4,0.2,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43242",1,29.761653,-95.081386,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",21,0.295455,0.381914,1.95,"2013-09-25 00:00",1.8,"2013-10-07 00:00",0.95,"2013-02-27 00:00",0.95,"2013-06-03 00:00","","","","",1.95,1.8,0.95,0.6,0.35,0.2,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43243",1,29.761653,-95.081386,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",18,0.773636,1.213461,5.8,"2013-10-31 00:00",5.35,"2013-05-04 00:00",3.3,"2013-09-25 00:00",2.8,"2013-02-15 00:00","","","","",5.8,5.35,3.3,2.4,0.95,0.3,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43244",1,29.761653,-95.081386,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",32,0.232,0.343309,1.92,"2013-10-07 00:00",1.5,"2013-09-25 00:00",0.72,"2013-05-04 00:00",0.72,"2013-06-03 00:00","","","","",1.92,1.5,0.72,0.48,0.3,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43247",1,29.761653,-95.081386,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",29,0.177818,0.215309,1.33,"2013-09-25 00:00",0.56,"2013-05-04 00:00",0.56,"2013-10-07 00:00",0.42,"2013-06-15 00:00","","","","",1.33,0.56,0.56,0.42,0.21,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43248",1,29.761653,-95.081386,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",18,1.178182,1.464382,6.54,"2013-09-07 00:00",5.76,"2013-09-25 00:00",4.38,"2013-10-25 00:00",4.32,"2013-10-07 00:00","","","","",6.54,5.76,4.38,3.48,1.74,0.72,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43249",1,29.761653,-95.081386,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",11,0.680727,0.678227,3.29,"2013-09-25 00:00",2.66,"2013-05-04 00:00",2.66,"2013-10-07 00:00",1.54,"2013-08-14 00:00","","","","",3.29,2.66,2.66,1.47,0.84,0.56,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43250",1,29.761653,-95.081386,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.980364,2.846272,20.8,"2013-08-26 00:00",4.08,"2013-09-25 00:00",3.68,"2013-09-07 00:00",2.48,"2013-07-27 00:00","","","","",20.8,4.08,3.68,1.92,0.72,0.4,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43252",1,29.761653,-95.081386,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",20,0.277091,0.356442,1.6,"2013-08-26 00:00",1.44,"2013-09-07 00:00",1.2,"2013-07-27 00:00",1.12,"2013-05-04 00:00","","","","",1.6,1.44,1.2,0.72,0.32,0.16,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43253",1,29.761653,-95.081386,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",23,0.236182,0.298065,1.52,"2013-02-27 00:00",1.28,"2013-05-04 00:00",1.12,"2013-09-25 00:00",0.64,"2013-10-07 00:00","","","","",1.52,1.28,1.12,0.48,0.32,0.16,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43261",1,29.761653,-95.081386,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,0.795818,0.975792,6.02,"2013-09-25 00:00",3.43,"2013-05-04 00:00",3.22,"2013-10-07 00:00",1.89,"2013-01-10 00:00","","","","",6.02,3.43,3.22,1.33,0.98,0.56,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43262",1,29.761653,-95.081386,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,0.925091,1.124768,6.72,"2013-09-25 00:00",4.38,"2013-10-07 00:00",3.06,"2013-05-04 00:00",2.22,"2013-10-31 00:00","","","","",6.72,4.38,3.06,1.98,1.14,0.6,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43263",1,29.761653,-95.081386,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",32,0.496182,0.726831,3.36,"2013-09-25 00:00",2.8,"2013-05-04 00:00",2.38,"2013-10-07 00:00",1.61,"2013-01-10 00:00","","","","",3.36,2.8,2.38,1.33,0.7,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43280",1,29.761653,-95.081386,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",13,1.261273,1.096395,4.2,"2013-05-04 00:00",4,"2013-10-31 00:00",3.44,"2013-07-15 00:00",3.16,"2013-10-07 00:00","","","","",4.2,4,3.44,2.72,1.92,1,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43282",1,29.761653,-95.081386,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",47,0.08,0.112052,0.8,"2013-02-15 00:00",0.3,"2013-05-04 00:00",0.3,"2013-09-25 00:00",0.2,"2013-10-31 00:00","","","","",0.8,0.3,0.3,0.1,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43283",1,29.761653,-95.081386,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.065455,0.058431,0.4,"2013-08-14 00:00",0.3,"2013-10-31 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-05 00:00","","","","",0.4,0.3,0.1,0.1,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43284",1,29.761653,-95.081386,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",36,0.291273,0.483311,2.4,"2013-09-25 00:00",2.28,"2013-10-07 00:00",1.08,"2013-02-27 00:00",0.9,"2013-03-23 00:00","","","","",2.4,2.28,1.08,0.72,0.42,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43285",1,29.761653,-95.081386,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",6,1.893818,2.24821,12.3,"2013-09-25 00:00",10.5,"2013-10-07 00:00",5.4,"2013-02-27 00:00",5.1,"2013-10-31 00:00","","","","",12.3,10.5,5.4,3.96,2.28,1.38,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43289",1,29.761653,-95.081386,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.056,0.026077,0.18,"2013-06-15 00:00",0.18,"2013-08-14 00:00",0.12,"2013-07-09 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.12,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43290",1,29.761653,-95.081386,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43291",1,29.761653,-95.081386,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.118,0.140533,0.56,"2013-08-14 00:00",0.49,"2013-06-15 00:00",0.49,"2013-10-31 00:00",0.42,"2013-02-27 00:00","","","","",0.56,0.49,0.49,0.35,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43331",1,29.761653,-95.081386,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43801",1,29.761653,-95.081386,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.701636,0.10261,0.92,"2013-06-15 00:00",0.92,"2013-09-07 00:00",0.9,"2013-07-27 00:00",0.87,"2013-11-18 00:00","","","","",0.92,0.92,0.9,0.85,0.77,0.7,0.57,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43802",1,29.761653,-95.081386,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.117455,0.064642,0.39,"2013-07-03 00:00",0.33,"2013-10-13 00:00",0.24,"2013-01-22 00:00",0.23,"2013-09-25 00:00","","","","",0.39,0.33,0.24,0.19,0.13,0.1,0.07,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43803",1,29.761653,-95.081386,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.115091,0.546127,4.08,"2013-07-15 00:00",0.29,"2013-02-15 00:00",0.12,"2013-09-25 00:00",0.12,"2013-11-18 00:00","","","","",4.08,0.29,0.12,0.07,0.05,0.04,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43804",1,29.761653,-95.081386,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.083636,0.042311,0.15,"2013-05-04 00:00",0.15,"2013-05-22 00:00",0.14,"2013-04-28 00:00",0.13,"2013-06-21 00:00","","","","",0.15,0.15,0.14,0.12,0.1,0.09,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43811",1,29.761653,-95.081386,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.242909,0.015832,0.28,"2013-01-04 00:00",0.28,"2013-01-16 00:00",0.27,"2013-01-10 00:00",0.27,"2013-01-22 00:00","","","","",0.28,0.28,0.27,0.26,0.25,0.24,0.23,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43813",1,29.761653,-95.081386,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43814",1,29.761653,-95.081386,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.024364,0.101594,0.76,"2013-09-07 00:00",0.04,"2013-10-25 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00","","","","",0.76,0.04,0.02,0.02,0.02,0.02,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43815",1,29.761653,-95.081386,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.211273,0.337107,1.76,"2013-08-20 00:00",1.4,"2013-08-08 00:00",0.98,"2013-10-31 00:00",0.8,"2013-07-09 00:00","","","","",1.76,1.4,0.98,0.48,0.24,0.1,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43817",1,29.761653,-95.081386,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.026909,0.026167,0.12,"2013-09-25 00:00",0.08,"2013-01-10 00:00",0.08,"2013-05-04 00:00",0.06,"2013-01-16 00:00","","","","",0.12,0.08,0.08,0.06,0.04,0.02,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43818",1,29.761653,-95.081386,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43819",1,29.761653,-95.081386,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002727,0.008267,0.05,"2013-01-10 00:00",0.02,"2013-01-28 00:00",0.02,"2013-06-15 00:00",0.02,"2013-07-03 00:00","","","","",0.05,0.02,0.02,0.01,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43820",1,29.761653,-95.081386,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000364,0.002697,0.02,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43823",1,29.761653,-95.081386,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.534182,0.041217,0.61,"2013-01-16 00:00",0.6,"2013-01-04 00:00",0.59,"2013-01-10 00:00",0.59,"2013-01-22 00:00","","","","",0.61,0.6,0.59,0.58,0.56,0.54,0.49,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43824",1,29.761653,-95.081386,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.008,0.016147,0.08,"2013-09-25 00:00",0.06,"2013-07-21 00:00",0.04,"2013-08-14 00:00",0.04,"2013-10-25 00:00","","","","",0.08,0.06,0.04,0.02,0.02,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43826",1,29.761653,-95.081386,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.010182,0.053454,0.38,"2013-06-15 00:00",0.12,"2013-11-18 00:00",0.02,"2013-06-09 00:00",0.02,"2013-07-21 00:00","","","","",0.38,0.12,0.02,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43829",1,29.761653,-95.081386,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002182,0.009755,0.06,"2013-02-15 00:00",0.03,"2013-01-22 00:00",0.03,"2013-06-15 00:00",0,"2013-01-04 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43830",1,29.761653,-95.081386,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001091,0.005668,0.03,"2013-02-21 00:00",0.03,"2013-09-07 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43831",1,29.761653,-95.081386,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.003273,0.024271,0.18,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.18,0,0,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43843",1,29.761653,-95.081386,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43860",1,29.761653,-95.081386,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.064364,0.131244,0.74,"2013-03-17 00:00",0.36,"2013-07-21 00:00",0.34,"2013-09-01 00:00",0.28,"2013-07-09 00:00","","","","",0.74,0.36,0.34,0.24,0.1,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43954",1,29.761653,-95.081386,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",28,0.179455,0.24706,1.32,"2013-02-27 00:00",1.1,"2013-09-25 00:00",0.66,"2013-05-04 00:00",0.66,"2013-07-27 00:00","","","","",1.32,1.1,0.66,0.33,0.22,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","43960",1,29.761653,-95.081386,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",20,0.28,0.333078,1.84,"2013-05-04 00:00",1.44,"2013-09-25 00:00",0.8,"2013-02-27 00:00",0.8,"2013-10-07 00:00","","","","",1.84,1.44,0.8,0.64,0.4,0.16,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","44201",1,29.761653,-95.081386,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8646,99,363,365,0,114,0,0,"Requested but not yet concurred",630,0.038755,0.014158,0.094,"2013-07-25 15:00",0.084,"2013-09-25 15:00",0.083,"2013-07-12 14:00",0.083,"2013-10-24 13:00","","","","",0.083,0.076,0.064,0.055,0.047,0.038,0.022,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","44201",1,29.761653,-95.081386,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8721,99,363,365,0,0,0,0,"Requested but not yet concurred",0,0.03257,0.012128,0.076,"2013-09-25 11:00",0.066,"2013-07-13 11:00",0.066,"2013-08-30 10:00",0.064,"2013-07-04 11:00","","","","",0.064,0.06,0.055,0.049,0.04,0.031,0.018,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","44201",1,29.761653,-95.081386,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8721,99,363,365,0,0,1,1,"Requested but not yet concurred",0,0.03257,0.012128,0.076,"2013-09-25 11:00",0.066,"2013-07-13 11:00",0.066,"2013-08-30 10:00",0.064,"2013-07-04 11:00","","","","",0.064,0.06,0.055,0.049,0.04,0.031,0.018,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1015","45109",1,29.761653,-95.081386,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.002909,2.637348,14.88,"2013-10-31 00:00",13.12,"2013-05-04 00:00",6.56,"2013-09-25 00:00",3.76,"2013-02-27 00:00","","","","",14.88,13.12,6.56,3.36,2.24,1.52,0.24,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45201",1,29.761653,-95.081386,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,6.257455,8.211266,40.02,"2013-05-04 00:00",38.7,"2013-09-25 00:00",21.48,"2013-07-21 00:00",20.52,"2013-09-01 00:00","","","","",40.02,38.7,21.48,16.14,7.8,2.76,0.96,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45202",1,29.761653,-95.081386,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,5.136727,14.840994,110.88,"2013-11-18 00:00",18.83,"2013-05-04 00:00",12.18,"2013-09-25 00:00",7.7,"2013-07-21 00:00","","","","",110.88,18.83,12.18,5.95,4.34,2.17,0.77,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45203",1,29.761653,-95.081386,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.600727,0.834213,5.2,"2013-10-31 00:00",3.12,"2013-05-04 00:00",2.4,"2013-09-25 00:00",1.12,"2013-10-25 00:00","","","","",5.2,3.12,2.4,1.04,0.72,0.48,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45204",1,29.761653,-95.081386,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.642909,0.819172,4.96,"2013-10-07 00:00",3.52,"2013-05-04 00:00",2.16,"2013-09-25 00:00",1.28,"2013-11-18 00:00","","","","",4.96,3.52,2.16,1.12,0.72,0.48,0.08,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45207",1,29.761653,-95.081386,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.074727,0.075397,0.45,"2013-05-04 00:00",0.36,"2013-09-25 00:00",0.18,"2013-01-04 00:00",0.18,"2013-06-15 00:00","","","","",0.45,0.36,0.18,0.18,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45208",1,29.761653,-95.081386,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",31,0.206545,0.254822,1.44,"2013-09-25 00:00",0.72,"2013-07-27 00:00",0.72,"2013-10-25 00:00",0.63,"2013-01-04 00:00","","","","",1.44,0.72,0.72,0.54,0.27,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45209",1,29.761653,-95.081386,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",47,0.068909,0.046255,0.18,"2013-01-04 00:00",0.18,"2013-01-10 00:00",0.18,"2013-01-22 00:00",0.18,"2013-02-15 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45210",1,29.761653,-95.081386,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.106364,0.186621,0.81,"2013-05-04 00:00",0.72,"2013-10-31 00:00",0.54,"2013-08-02 00:00",0.45,"2013-06-15 00:00","","","","",0.81,0.72,0.54,0.36,0.18,0,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45211",1,29.761653,-95.081386,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.059455,0.034071,0.18,"2013-01-04 00:00",0.18,"2013-01-10 00:00",0.18,"2013-06-15 00:00",0.18,"2013-10-25 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45212",1,29.761653,-95.081386,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",34,0.161818,0.190798,0.9,"2013-09-25 00:00",0.81,"2013-05-04 00:00",0.54,"2013-10-25 00:00",0.54,"2013-10-31 00:00","","","","",0.9,0.81,0.54,0.36,0.18,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45213",1,29.761653,-95.081386,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.071455,0.061416,0.36,"2013-09-25 00:00",0.27,"2013-10-31 00:00",0.18,"2013-01-04 00:00",0.18,"2013-01-22 00:00","","","","",0.36,0.27,0.18,0.18,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45218",1,29.761653,-95.081386,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.053636,0.021201,0.2,"2013-02-27 00:00",0.1,"2013-06-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45219",1,29.761653,-95.081386,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",44,0.065455,0.049882,0.4,"2013-05-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-08-02 00:00",0.1,"2013-08-14 00:00","","","","",0.4,0.1,0.1,0.1,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45220",1,29.761653,-95.081386,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.153455,6.462027,48.08,"2013-11-18 00:00",2.4,"2013-09-25 00:00",2.08,"2013-10-31 00:00",1.36,"2013-06-03 00:00","","","","",48.08,2.4,2.08,0.88,0.32,0.16,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45225",1,29.761653,-95.081386,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.059636,0.056403,0.45,"2013-09-25 00:00",0.18,"2013-10-31 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.45,0.18,0.05,0.05,0.05,0.05,0.05,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","45801",1,29.761653,-95.081386,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.117818,0.181094,0.96,"2013-01-28 00:00",0.66,"2013-06-15 00:00",0.6,"2013-05-04 00:00",0.3,"2013-02-27 00:00","","","","",0.96,0.66,0.6,0.3,0.12,0.06,0,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1015","61101",1,29.761653,-95.081386,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7288,83,303,365,0,8,"","","Certification not required",0,8.085716,3.750642,27.2,"2013-02-25 20:00",26.8,"2013-01-30 10:00",26.4,"2013-01-30 09:00",25.5,"2013-02-25 21:00","","","","",19.2,17.3,14.8,13,10.4,7.6,3.7,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","61103",1,29.761653,-95.081386,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7288,83,303,365,0,8,"","","Certification not required",0,7.792014,3.722128,26.9,"2013-02-25 20:00",26.4,"2013-01-30 10:00",26.1,"2013-01-30 09:00",25.2,"2013-02-25 21:00","","","","",18.7,16.8,14.5,12.7,10.1,7.4,3.4,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","61104",1,29.761653,-95.081386,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7288,83,303,365,0,8,"","","Certification not required",0,150.514901,85.393375,360,"2013-02-12 18:00",359.9,"2013-03-10 21:00",359.7,"2013-04-05 04:00",359.7,"2013-04-10 18:00","","","","",354,346.7,330,263.7,196.6,151.5,30.6,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","61105",1,29.761653,-95.081386,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7288,83,303,365,0,8,"","","Certification not required",0,13.569155,5.879201,47,"2013-08-14 17:00",44,"2013-06-08 13:00",43,"2013-02-25 20:00",43,"2013-07-15 17:00","","","","",31,28,24,21,17,13,7,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","61106",1,29.761653,-95.081386,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7288,83,303,365,0,8,"","","Certification not required",0,15.083439,8.445235,75.4,"2013-07-31 13:00",74.3,"2013-02-26 21:00",74.2,"2013-07-13 14:00",73.1,"2013-10-02 14:00","","","","",53.5,45.7,31.6,23.2,16.2,12.6,9.2,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","62101",1,29.761653,-95.081386,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7296,83,304,365,0,0,"","","Certification not required",0,72.116639,12.234872,100,"2013-06-29 15:00",99,"2013-06-29 14:00",99,"2013-06-29 16:00",97,"2013-06-29 13:00","","","","",92,91,89,86,81,75,54,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","63301",1,29.761653,-95.081386,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7296,83,304,365,0,0,"","","Certification not required",3523,0.270968,0.381824,1.48,"2013-07-15 12:00",1.47,"2013-07-22 12:00",1.43,"2013-07-02 12:00",1.42,"2013-04-21 12:00","","","","",1.31,1.27,1.12,0.92,0.47,0.02,0.005,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1015","63305",1,29.761653,-95.081386,"NAD83","Net radiation","1 HOUR","","Observed Values","Instrumental - Net radiometer",2013,"Langleys/minute","No Events",7296,83,304,365,0,0,"","","Certification not required",0,0.156922,0.301854,1.1,"2013-07-15 12:00",1,"2013-04-03 12:00",1,"2013-04-20 12:00",1,"2013-04-21 12:00","","","","",0.9,0.9,0.8,0.7,0.3,0,-0.1,"Lynchburg Ferry","4407 Independence Parkway South","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1017","42401",1,29.812,-94.9878,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6191,71,262,365,0,193,0,"","Certification not required",0,1.192366,1.365958,10.6,"2013-07-11 10:00",8.6,"2013-06-14 07:00",8.4,"2013-08-02 09:00",7.3,"2013-06-18 09:00","","","","",8.4,5.3,3.4,2.6,1.4,0.8,0.2,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","42401",1,29.812,-94.9878,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6191,71,262,365,0,193,"","","Certification not required",0,0.307462,0.561454,10.6,"2013-07-11 10:00",8.6,"2013-06-14 07:00",8.4,"2013-08-02 09:00",8.2,"2013-07-11 09:00","","","","",2.6,1.7,1.1,0.8,0.4,0.2,0,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","42401",1,29.812,-94.9878,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",262,72,262,365,0,0,0,"","Certification not required",0,0.30916,0.300689,2,"2013-07-11 00:00",1.8,"2013-06-14 00:00",1.6,"2013-05-07 00:00",1.4,"2013-08-02 00:00","","","","",1.6,1.2,0.9,0.6,0.4,0.3,0,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","42401",1,29.812,-94.9878,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2021,69,259,365,0,0,"",0,"Certification not required",0,0.283177,0.506731,7.5,"2013-07-11 11:00",7.1,"2013-06-14 08:00",6.1,"2013-08-02 11:00",5.2,"2013-07-24 14:00","","","","",2.1,1.6,1,0.7,0.3,0.1,0,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","42406",1,29.812,-94.9878,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6191,97,262,267,0,193,"","","Certification not required",0,0.512357,0.842291,25.3,"2013-07-04 23:00",14.3,"2013-07-11 10:00",11,"2013-06-14 08:00",11,"2013-07-04 22:00","","","","",3.6,2.5,1.6,1.1,0.6,0.3,0,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","44201",1,29.812,-94.9878,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6320,73,266,365,0,64,0,0,"Requested but not yet concurred",294,0.043444,0.013421,0.083,"2013-07-25 15:00",0.082,"2013-05-07 12:00",0.079,"2013-04-05 16:00",0.079,"2013-08-01 16:00","","","","",0.079,0.078,0.067,0.06,0.052,0.043,0.025,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","44201",1,29.812,-94.9878,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6363,73,266,365,0,0,0,0,"Requested but not yet concurred",0,0.037357,0.011132,0.068,"2013-05-07 10:00",0.065,"2013-08-30 10:00",0.062,"2013-07-25 10:00",0.061,"2013-08-01 11:00","","","","",0.062,0.06,0.056,0.052,0.045,0.037,0.022,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","44201",1,29.812,-94.9878,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6363,73,266,365,0,0,0,0,"Requested but not yet concurred",0,0.037357,0.011132,0.068,"2013-05-07 10:00",0.065,"2013-08-30 10:00",0.062,"2013-07-25 10:00",0.061,"2013-08-01 11:00","","","","",0.062,0.06,0.056,0.052,0.045,0.037,0.022,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-10-30" +"48","201","1017","61101",1,29.812,-94.9878,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6389,100,266,267,0,7,"","","Certification not required",0,7.125074,3.677976,25.7,"2013-04-27 23:00",20.2,"2013-01-30 10:00",19.2,"2013-02-25 21:00",19.1,"2013-01-30 11:00","","","","",16.7,15.5,13.9,12.2,9.6,6.7,2.7,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1017","61103",1,29.812,-94.9878,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6389,100,266,267,0,7,"","","Certification not required",0,6.81008,3.675764,25.4,"2013-04-27 23:00",19.8,"2013-01-30 10:00",18.8,"2013-01-29 20:00",18.8,"2013-02-25 21:00","","","","",16.3,15.2,13.6,11.9,9.3,6.4,2.3,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1017","61104",1,29.812,-94.9878,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6389,100,266,267,0,7,"","","Certification not required",0,156.147159,92.205746,360,"2013-01-01 21:00",360,"2013-01-21 04:00",360,"2013-02-10 12:00",360,"2013-05-05 07:00","","","","",356.8,352.7,342.4,317.6,197.7,152,30.8,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1017","61105",1,29.812,-94.9878,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6389,100,266,267,0,7,"","","Certification not required",0,12.326186,5.92132,41,"2013-02-25 21:00",41,"2013-04-27 23:00",41,"2013-06-02 06:00",36,"2013-02-25 18:00","","","","",28,26,23,20,16,12,5,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1017","61106",1,29.812,-94.9878,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6389,100,266,267,0,7,"","","Certification not required",0,16.891704,10.250657,77.3,"2013-03-12 14:00",76.7,"2013-08-16 13:00",76.7,"2013-08-18 22:00",76.6,"2013-04-05 12:00","","","","",59.6,52.5,38.7,29.1,19,13.6,9.1,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1017","62101",1,29.812,-94.9878,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6389,100,266,267,0,7,"","","Certification not required",0,71.280169,13.354017,101,"2013-06-29 15:00",100,"2013-06-29 16:00",100,"2013-06-29 17:00",99,"2013-06-29 14:00","","","","",93,91,89,87,82,74,51,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1017","63301",1,29.812,-94.9878,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6375,99,265,267,0,21,"","","Certification not required",3047,0.316363,0.43283,1.47,"2013-05-27 12:00",1.47,"2013-06-08 11:00",1.46,"2013-06-17 11:00",1.46,"2013-06-19 11:00","","","","",1.38,1.34,1.23,1.07,0.59,0.02,0.005,"Baytown Eastpoint","7726 ? Eastpoint Boulevard","Texas","Harris","Baytown","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1034","14129",1,29.767971,-95.220587,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,0.004205,0.001983,0.011,"2013-09-25 00:00",0.009,"2013-01-10 00:00",0.008,"2013-01-22 00:00",0.007,"2013-02-15 00:00","","","","",0.011,0.011,0.008,0.007,0.005,0.004,0.002,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-19" +"48","201","1034","42601",1,29.767971,-95.220587,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8575,98,364,365,0,185,"","","Certification not required",0,7.482414,21.779921,431.6,"2013-12-16 07:00",411.6,"2013-12-16 08:00",347.9,"2013-12-16 06:00",320.7,"2013-12-17 07:00","","","","",107.9,71.9,32.1,16.5,5.1,1.4,0,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","42602",1,29.767971,-95.220587,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8529,97,361,365,0,231,0,"","Certification not required",0,24.64903,12.167482,71.4,"2013-12-16 09:00",65.5,"2013-12-17 09:00",61.4,"2013-10-24 09:00",55.7,"2013-05-07 07:00","","","","",55.7,53.7,46.3,42.2,31.8,23.2,10.1,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","42602",1,29.767971,-95.220587,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8529,97,361,365,0,231,"","","Certification not required",0,11.275824,9.39698,71.4,"2013-12-16 09:00",65.5,"2013-12-17 09:00",61.4,"2013-10-24 09:00",56,"2013-12-17 10:00","","","","",41.1,36.4,29.8,24.6,16,8.8,1.8,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","42603",1,29.767971,-95.220587,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8541,98,362,365,0,219,"","","Certification not required",0,18.628381,27.375171,458.1,"2013-12-16 07:00",454.3,"2013-12-16 08:00",369,"2013-12-16 06:00",354,"2013-12-17 07:00","","","","",135.9,99.9,60.2,40.3,21.7,10.8,2.3,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","44201",2,29.767971,-95.220587,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8615,99,361,365,0,145,0,0,"Requested but not yet concurred",1356,0.043211,0.01722,0.121,"2013-07-25 15:00",0.104,"2013-07-12 15:00",0.097,"2013-09-25 15:00",0.094,"2013-08-28 11:00","","","","",0.094,0.082,0.076,0.065,0.053,0.041,0.023,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","44201",2,29.767971,-95.220587,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8664,99,361,365,0,0,0,0,"Requested but not yet concurred",0,0.035776,0.014133,0.082,"2013-09-25 11:00",0.073,"2013-07-03 10:00",0.07,"2013-09-26 10:00",0.069,"2013-05-07 11:00","","","","",0.069,0.069,0.064,0.055,0.044,0.035,0.02,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","44201",2,29.767971,-95.220587,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8664,99,361,365,0,0,1,1,"Requested but not yet concurred",0,0.035776,0.014133,0.082,"2013-09-25 11:00",0.073,"2013-07-03 10:00",0.07,"2013-09-26 10:00",0.069,"2013-05-07 11:00","","","","",0.069,0.069,0.064,0.055,0.044,0.035,0.02,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","61101",1,29.767971,-95.220587,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,4.537365,2.432485,14.3,"2013-01-30 13:00",14.2,"2013-01-30 10:00",14.1,"2013-01-29 19:00",13.6,"2013-02-25 14:00","","","","",11.7,10.5,8.9,7.7,6.1,4.3,1.5,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1034","61103",1,29.767971,-95.220587,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,4.091828,2.344002,13.5,"2013-01-29 19:00",13.3,"2013-01-30 13:00",13.1,"2013-01-30 10:00",13.1,"2013-03-04 13:00","","","","",10.8,9.8,8.3,7.1,5.6,3.8,1.2,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1034","61104",1,29.767971,-95.220587,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,163.077869,92.46116,360,"2013-02-03 06:00",360,"2013-03-25 05:00",359.9,"2013-09-21 04:00",359.8,"2013-04-22 00:00","","","","",355.4,352.2,343.2,326.7,207.7,156,38.3,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1034","61105",1,29.767971,-95.220587,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7293,83,304,365,0,3,"","","Certification not required",0,10.485945,5.213566,37,"2013-05-10 02:00",36,"2013-02-25 20:00",33,"2013-02-25 21:00",32,"2013-01-30 09:00","","","","",25,23,19,17,14,10,4,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1034","61106",1,29.767971,-95.220587,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7293,83,304,365,0,3,"","","Certification not required",0,26.045742,10.588105,80.1,"2013-10-10 03:00",78.5,"2013-10-23 23:00",77.9,"2013-09-18 00:00",76.7,"2013-05-01 02:00","","","","",65.7,60.1,49.8,40.3,28.4,22.7,17.3,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1034","62101",1,29.767971,-95.220587,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,72.329083,12.889612,103,"2013-06-29 16:00",102,"2013-06-29 15:00",101,"2013-06-29 14:00",101,"2013-06-29 17:00","","","","",94,93,91,88,81,75,53,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1034","68105",1,29.767971,-95.220587,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",44,72,44,61,0,1,"","","Certification not required",0,22.477273,6.525081,29.8,"2013-06-27 00:00",29.7,"2013-08-08 00:00",29.6,"2013-07-09 00:00",29.6,"2013-08-02 00:00","","","","",29.8,29.8,29.6,29.4,28.3,25.2,12.5,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1034","68108",1,29.767971,-95.220587,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",44,72,44,61,0,1,"","","Certification not required",0,763.795455,3.618939,774,"2013-01-04 00:00",771,"2013-01-22 00:00",770,"2013-01-16 00:00",770,"2013-02-03 00:00","","","","",774,774,770,769,766,763,760,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1034","88502",3,29.767971,-95.220587,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7992,91,332,365,0,768,"","","Certification not required",0,10.75264,6.261958,142.2,"2013-07-04 20:00",74.6,"2013-07-05 06:00",66.7,"2013-04-24 22:00",64.1,"2013-07-05 05:00","","","","",30.4,26.3,21.7,18.6,13.5,9.6,4.4,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1034","88502",3,29.767971,-95.220587,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,10.75512,4.254779,30.5,"2013-08-08 00:00",28.6,"2013-08-07 00:00",26.7,"2013-07-04 00:00",25,"2013-07-05 00:00","","","","",25,21.1,18.7,16.5,12.8,9.9,6.3,"Houston East","1262 1/2 Mae Drive","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1035","42101",1,29.733726,-95.257593,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8527,97,359,365,0,0,0,0,"Certification not required",5,0.225405,0.137515,1.85,"2013-12-16 08:00",1.789,"2013-09-24 21:00",1.529,"2013-12-16 07:00",1.477,"2013-12-16 05:00","","","","",0.83,0.668,0.468,0.353,0.24,0.189,0.128,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42101",1,29.733726,-95.257593,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8562,98,353,365,0,0,0,0,"Certification not required",0,0.226034,0.119458,1.4,"2013-12-16 08:00",1.4,"2013-12-16 09:00",1.3,"2013-12-16 07:00",1.3,"2013-12-16 10:00",1.4,"2013-12-16 08:00",1.1,"2013-01-17 08:00",0.7,0.6,0.4,0.3,0.2,0.2,0.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42401",2,29.733726,-95.257593,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8578,98,360,365,0,0,1,"","Certification not required",0,1.653056,6.039138,95.2,"2013-06-29 22:00",31.9,"2013-12-29 14:00",24.2,"2013-05-04 10:00",21.4,"2013-07-12 22:00","","","","",21.4,13.4,8.5,4.1,1.2,0.2,-0.2,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42401",2,29.733726,-95.257593,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8578,98,360,365,0,0,"","","Certification not required",0,0.052658,1.627395,95.2,"2013-06-29 22:00",31.9,"2013-12-29 14:00",27.3,"2013-12-29 13:00",24.2,"2013-05-04 10:00","","","","",4.7,2.8,1.1,0.4,0,-0.2,-0.4,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42401",2,29.733726,-95.257593,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",360,99,360,365,0,0,0,"","Certification not required",0,0.050278,0.742502,6.3,"2013-05-04 00:00",5.9,"2013-06-29 00:00",5.8,"2013-12-29 00:00",3.1,"2013-12-16 00:00","","","","",3.1,2.2,1.1,0.6,0.1,-0.1,-0.4,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42401",2,29.733726,-95.257593,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2805,96,357,365,0,0,"",0,"Certification not required",0,0.064742,1.31507,39.2,"2013-06-29 23:00",26.1,"2013-12-29 14:00",15.7,"2013-05-04 11:00",13.4,"2013-07-12 23:00","","","","",4.7,2.6,1.1,0.4,0,-0.2,-0.4,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42406",1,29.733726,-95.257593,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6401,73,269,365,0,104,"","","Certification not required",0,0.501703,5.504566,361.3,"2013-06-29 22:00",75.8,"2013-05-04 10:00",71.9,"2013-05-04 20:00",71,"2013-05-04 09:00","","","","",10.5,5.7,2,0.8,0.1,-0.1,-0.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-12" +"48","201","1035","42601",1,29.733726,-95.257593,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8085,100,133,61,0,0,"","","Certification not required",0,7.126889,18.57642,316.1,"2013-12-16 08:00",297.3,"2013-12-16 04:00",287.9,"2013-12-16 05:00",279.2,"2013-10-23 06:00","","","","",86.4,56.7,28,15.1,6.3,2.1,0.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42602",1,29.733726,-95.257593,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8066,92,336,365,0,0,0,"","Certification not required",0,25.510119,12.495237,68,"2013-01-22 09:00",66.8,"2013-12-17 09:00",65.1,"2013-12-16 08:00",62.6,"2013-03-12 08:00","","","","",62.6,57.6,50.7,44.6,31.9,22.4,12,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42602",1,29.733726,-95.257593,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8066,92,336,365,0,0,"","","Certification not required",0,12.677089,8.623154,68,"2013-01-22 09:00",66.8,"2013-12-17 09:00",65.1,"2013-12-16 08:00",62.6,"2013-03-12 08:00","","","","",43.9,38.3,30.4,23.7,16,10.3,4.5,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","42603",1,29.733726,-95.257593,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8085,100,133,61,0,0,"","","Certification not required",0,19.754991,24.225324,380.4,"2013-12-16 08:00",335.4,"2013-12-16 04:00",321.8,"2013-12-16 05:00",319.3,"2013-10-23 06:00","","","","",124.3,88.7,54.6,36.7,22.5,13.2,5.4,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43000",2,29.733726,-95.257593,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,116.299388,153.452682,4693.8,"2013-01-11 08:00",3709.1,"2013-10-07 23:00",1796.5,"2013-09-27 06:00",1644.7,"2013-09-11 23:00","","","","",632.3,487,342.7,244.2,128.2,74,31.8,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43102",2,29.733726,-95.257593,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,132.999439,174.236854,5403.87,"2013-01-11 08:00",4022.6,"2013-10-07 23:00",1993.72,"2013-09-27 06:00",1905.8,"2013-09-11 23:00","","","","",735.09,547.94,393.93,280.64,146.63,84.92,35.68,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43202",2,29.733726,-95.257593,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,15.843312,13.580659,151.24,"2013-01-11 08:00",145.39,"2013-01-19 04:00",131.76,"2013-01-18 10:00",122.42,"2013-01-11 07:00","","","","",67.85,58.66,43.95,30.73,18.71,11.76,5.35,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43203",2,29.733726,-95.257593,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",8,2.71928,5.6,288.66,"2013-10-10 06:00",99.39,"2013-01-18 10:00",78.41,"2013-10-10 05:00",59.42,"2013-01-18 13:00","","","","",15.65,12.42,8.57,5.79,2.99,1.6,0.53,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43204",2,29.733726,-95.257593,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,14.42901,16.541998,338.87,"2013-08-25 12:00",272.78,"2013-08-25 18:00",258.83,"2013-01-11 08:00",158.14,"2013-09-29 06:00","","","","",73.28,60.96,43.13,30.45,16.77,9.42,3.58,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43205",2,29.733726,-95.257593,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",35,2.790952,6.138059,247.14,"2013-09-30 22:00",103.26,"2013-09-29 05:00",100.83,"2013-09-30 23:00",90.18,"2013-01-07 22:00","","","","",18.98,14.42,9.09,6.34,3.02,1.34,0.33,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43206",2,29.733726,-95.257593,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",2,1.017078,1.145277,18.7,"2013-03-15 12:00",18.7,"2013-03-15 13:00",16.4,"2013-01-17 22:00",14.2,"2013-01-19 04:00","","","","",6.2,4.5,2.7,1.7,1.1,0.7,0.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43212",2,29.733726,-95.257593,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,14.076923,28.843858,883.35,"2013-09-27 06:00",755.26,"2013-01-11 08:00",579.28,"2013-09-29 23:00",537.41,"2013-10-01 06:00","","","","",99.52,71.43,45.84,30.44,14.26,7.41,2.41,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43214",2,29.733726,-95.257593,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,5.575193,6.515649,107.04,"2013-01-11 08:00",78.48,"2013-09-27 06:00",74.26,"2013-10-08 09:00",70.73,"2013-05-21 11:00","","","","",30.98,24.23,17.46,12.52,6.62,3.37,1.2,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43216",2,29.733726,-95.257593,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",150,0.390108,0.463582,10.42,"2013-01-11 08:00",7.22,"2013-05-21 11:00",6.53,"2013-09-27 06:00",5.59,"2013-09-14 02:00","","","","",1.98,1.66,1.19,0.89,0.51,0.24,0.07,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43217",2,29.733726,-95.257593,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",955,0.284982,0.401888,8.9,"2013-01-11 08:00",7.2,"2013-01-26 04:00",5.92,"2013-05-21 11:00",5.29,"2013-09-27 06:00","","","","",1.71,1.31,0.94,0.67,0.37,0.18,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43218",2,29.733726,-95.257593,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,0.552765,1.23874,33.5,"2013-09-07 01:00",21.1,"2013-04-21 00:00",16.9,"2013-05-21 09:00",15.8,"2013-04-13 08:00","","","","",5.1,3.8,2.2,1.3,0.5,0.2,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43220",2,29.733726,-95.257593,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,9.640828,30.715298,1177.15,"2013-10-07 23:00",967.13,"2013-01-11 08:00",385.9,"2013-09-11 23:00",359.92,"2013-09-09 05:00","","","","",90.2,64.65,32.43,18.5,7.61,3.92,1.29,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43221",2,29.733726,-95.257593,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",0,16.396548,49.735247,1735.45,"2013-10-07 23:00",1632.76,"2013-01-11 08:00",616.65,"2013-09-14 02:00",611.99,"2013-09-11 23:00","","","","",156.32,113.45,57.48,32.39,13.04,6.59,2.14,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43224",2,29.733726,-95.257593,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4770,54,216,365,0,501,"","","Certification not required",881,0.3248,0.76455,17.09,"2013-09-27 06:00",15.52,"2013-01-11 08:00",11.9,"2013-02-19 20:00",9.42,"2013-02-02 01:00","","","","",3.72,2.42,1.19,0.67,0.29,0.13,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43226",2,29.733726,-95.257593,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4876,56,222,365,0,395,"","","Certification not required",361,0.534671,0.906778,25.29,"2013-01-11 08:00",18.17,"2013-09-27 06:00",11.91,"2013-09-14 02:00",11.85,"2013-02-06 11:00","","","","",3.89,2.92,1.85,1.27,0.63,0.27,0.05,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43227",2,29.733726,-95.257593,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4876,56,222,365,0,395,"","","Certification not required",1179,0.231113,0.400658,10.86,"2013-01-11 08:00",7.65,"2013-09-27 06:00",5.95,"2013-02-06 11:00",4.39,"2013-02-14 08:00","","","","",1.8,1.3,0.8,0.55,0.28,0.12,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43231",2,29.733726,-95.257593,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,3.331891,5.19214,116.33,"2013-10-04 03:00",111.15,"2013-01-11 08:00",106.85,"2013-10-07 23:00",85.4,"2013-09-11 23:00","","","","",20.5,14.41,9.88,6.94,3.92,2.05,0.55,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43232",2,29.733726,-95.257593,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",407,1.413435,1.84835,31.9,"2013-10-04 03:00",29.19,"2013-10-02 14:00",28.79,"2013-09-11 23:00",25.35,"2013-10-08 04:00","","","","",7.89,6.26,4.31,3.17,1.76,0.85,0.23,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43233",2,29.733726,-95.257593,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",301,0.761805,0.83396,11.82,"2013-09-11 23:00",11.11,"2013-09-06 12:00",9.8,"2013-01-11 08:00",9.5,"2013-10-08 04:00","","","","",3.81,3.04,2.22,1.65,0.97,0.51,0.16,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43235",2,29.733726,-95.257593,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",123,0.498136,0.503791,10.08,"2013-02-04 10:00",6.27,"2013-01-11 08:00",6.22,"2013-01-11 09:00",5.35,"2013-10-08 04:00","","","","",2.32,1.88,1.42,1.04,0.61,0.34,0.14,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43238",2,29.733726,-95.257593,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",122,0.492044,0.492586,7.55,"2013-03-16 19:00",7.04,"2013-02-04 10:00",6.57,"2013-10-08 04:00",6.33,"2013-03-17 13:00","","","","",2.19,1.74,1.31,0.99,0.58,0.35,0.15,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43242",2,29.733726,-95.257593,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4900,56,224,365,0,371,"","","Certification not required",8,0.713124,1.218604,38.8,"2013-01-11 08:00",30.66,"2013-09-14 02:00",16.17,"2013-09-11 23:00",15.68,"2013-09-14 20:00","","","","",4.85,3.57,2.28,1.45,0.73,0.41,0.16,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43243",2,29.733726,-95.257593,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4703,54,215,365,0,568,"","","Certification not required",877,0.618109,0.910717,7.72,"2013-08-27 08:00",7.53,"2013-06-02 17:00",7.25,"2013-06-02 18:00",6.81,"2013-09-25 17:00","","","","",3.96,3.35,2.71,1.89,0.79,0.21,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43244",2,29.733726,-95.257593,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",487,0.324449,0.712688,25.81,"2013-01-11 08:00",19.15,"2013-10-07 23:00",8.96,"2013-02-24 05:00",7.18,"2013-09-11 23:00","","","","",2.71,1.87,1.21,0.71,0.32,0.15,0.01,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43247",2,29.733726,-95.257593,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",3765,0.298467,0.985659,41.63,"2013-01-11 08:00",16.34,"2013-10-04 03:00",15.19,"2013-09-27 06:00",12.24,"2013-10-02 14:00","","","","",3.39,2.37,1.48,1,0.005,0.005,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43248",2,29.733726,-95.257593,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",763,1.144106,1.691095,34.72,"2013-10-07 23:00",33.85,"2013-01-11 08:00",29.59,"2013-09-11 23:00",19.33,"2013-10-09 05:00","","","","",7.87,5.4,3.57,2.54,1.35,0.71,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43249",2,29.733726,-95.257593,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",675,1.271442,1.919684,49.01,"2013-10-04 03:00",41.92,"2013-10-02 14:00",27.82,"2013-10-03 17:00",26.49,"2013-10-08 04:00","","","","",7.5,5.52,3.73,2.67,1.56,0.82,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43250",2,29.733726,-95.257593,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4900,56,224,365,0,370,"","","Certification not required",0,2.164239,4.129076,152.28,"2013-04-02 03:00",57.56,"2013-04-27 19:00",53.95,"2013-10-05 01:00",50.61,"2013-09-27 06:00","","","","",15.52,10.71,6.4,4.3,2.33,1.26,0.38,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43252",2,29.733726,-95.257593,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",1139,0.494182,0.875163,23.28,"2013-10-05 01:00",19.42,"2013-04-27 19:00",18.44,"2013-10-05 00:00",15.53,"2013-10-04 19:00","","","","",3.11,2.47,1.67,1.09,0.57,0.3,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43253",2,29.733726,-95.257593,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",1333,0.363604,0.465809,6.21,"2013-01-11 08:00",5.23,"2013-09-11 23:00",4.38,"2013-02-21 21:00",4.03,"2013-01-31 04:00","","","","",2.07,1.65,1.26,0.94,0.51,0.2,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43261",2,29.733726,-95.257593,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4900,56,224,365,0,370,"","","Certification not required",262,1.421286,1.619484,36.49,"2013-09-11 23:00",27.32,"2013-01-11 08:00",19.21,"2013-10-08 04:00",18.73,"2013-05-22 23:00","","","","",6.99,5.76,4.17,3.06,1.87,0.95,0.25,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43262",2,29.733726,-95.257593,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",572,1.537409,2.325717,69.63,"2013-01-11 08:00",42.96,"2013-10-04 03:00",42.33,"2013-10-07 23:00",39.44,"2013-09-11 23:00","","","","",9.22,6.79,4.58,3.36,1.87,0.95,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43263",2,29.733726,-95.257593,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",948,1.045611,1.741949,44.83,"2013-10-04 03:00",37.63,"2013-10-02 14:00",25.39,"2013-10-03 17:00",21.54,"2013-10-01 22:00","","","","",6.74,4.85,3.24,2.34,1.36,0.57,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43280",2,29.733726,-95.257593,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,370,"","","Certification not required",1,0.81316,1.57096,87.67,"2013-09-02 18:00",15.97,"2013-09-02 17:00",11.12,"2013-04-12 22:00",10.19,"2013-08-17 20:00","","","","",5.06,3.7,2.33,1.6,0.9,0.5,0.22,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43291",2,29.733726,-95.257593,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4530,52,207,365,0,740,"","","Certification not required",2659,0.442608,0.8733,18.71,"2013-10-04 03:00",15.3,"2013-10-02 14:00",12.1,"2013-09-27 06:00",10.53,"2013-10-03 17:00","","","","",3.66,2.55,1.71,1.21,0.68,0.005,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43502",2,29.733726,-95.257593,"NAD83","Formaldehyde","3 HOURS","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",186,19,23,122,0,0,"","","Certification not required",0,2.698387,1.62146,10.4,"2013-09-25 09:00",8.3,"2013-08-29 15:00",7.2,"2013-07-18 09:00",7.2,"2013-08-23 15:00","","","","",8.3,7.2,6.2,5.3,3.2,2.2,1.2,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-08" +"48","201","1035","43502",4,29.733726,-95.257593,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",0,2.032432,0.775333,4.3,"2013-06-03 00:00",3.7,"2013-01-16 00:00",3.5,"2013-05-22 00:00",3.5,"2013-10-25 00:00","","","","",4.3,4.3,3.7,3.5,2.2,1.8,1.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43503",2,29.733726,-95.257593,"NAD83","Acetaldehyde","3 HOURS","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",186,19,23,122,0,0,"","","Certification not required",0,2.836022,1.138393,9.3,"2013-09-25 09:00",7.2,"2013-07-15 09:00",6.3,"2013-09-25 06:00",6.2,"2013-07-18 09:00","","","","",7.2,6.2,5,4,3.3,2.6,1.7,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-08" +"48","201","1035","43503",4,29.733726,-95.257593,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",0,1.754054,0.887755,4.2,"2013-10-25 00:00",3.3,"2013-11-30 00:00",3.2,"2013-01-16 00:00",3,"2013-06-03 00:00","","","","",4.2,4.2,3.3,3,2.4,1.5,0.9,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43504",4,29.733726,-95.257593,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",0,0.240541,0.189237,0.9,"2013-10-25 00:00",0.7,"2013-11-30 00:00",0.5,"2013-10-07 00:00",0.4,"2013-02-27 00:00","","","","",0.9,0.9,0.7,0.4,0.3,0.2,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43505",4,29.733726,-95.257593,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",0,0.118919,0.065988,0.2,"2013-01-16 00:00",0.2,"2013-02-27 00:00",0.2,"2013-03-23 00:00",0.2,"2013-04-22 00:00","","","","",0.2,0.2,0.2,0.2,0.2,0.1,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43510",4,29.733726,-95.257593,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",31,0.193622,0.125356,0.6,"2013-06-03 00:00",0.6,"2013-10-25 00:00",0.5,"2013-05-22 00:00",0.4,"2013-10-07 00:00","","","","",0.6,0.6,0.6,0.4,0.144,0.144,0.144,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43513",4,29.733726,-95.257593,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43515",4,29.733726,-95.257593,"NAD83","Methacrolein","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",35,0.167838,0.109771,0.8,"2013-06-03 00:00",0.3,"2013-10-07 00:00",0.146,"2013-01-04 00:00",0.146,"2013-01-10 00:00","","","","",0.8,0.8,0.3,0.146,0.146,0.146,0.146,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43517",4,29.733726,-95.257593,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.273,0,0.273,"2013-01-04 00:00",0.273,"2013-01-10 00:00",0.273,"2013-01-16 00:00",0.273,"2013-01-22 00:00","","","","",0.273,0.273,0.273,0.273,0.273,0.273,0.273,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43518",4,29.733726,-95.257593,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.1575,0,0.1575,"2013-01-04 00:00",0.1575,"2013-01-10 00:00",0.1575,"2013-01-16 00:00",0.1575,"2013-01-22 00:00","","","","",0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43528",4,29.733726,-95.257593,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",33,0.105068,0.053802,0.3,"2013-01-16 00:00",0.3,"2013-06-03 00:00",0.2,"2013-01-10 00:00",0.2,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.2,0.0875,0.0875,0.0875,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43551",2,29.733726,-95.257593,"NAD83","Acetone","3 HOURS","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",186,19,23,122,0,0,"","","Certification not required",0,3.753226,1.826358,14,"2013-07-15 09:00",11.7,"2013-09-25 09:00",8.7,"2013-09-25 12:00",8.4,"2013-09-25 15:00","","","","",11.7,8.4,7.4,6.3,4.6,3.2,2.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-08" +"48","201","1035","43552",4,29.733726,-95.257593,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",25,0.277027,0.220692,1,"2013-02-27 00:00",0.8,"2013-02-15 00:00",0.7,"2013-01-16 00:00",0.6,"2013-01-10 00:00","","","","",1,1,0.8,0.6,0.4,0.146,0.146,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43950",4,29.733726,-95.257593,"NAD83","Heptanal","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","43960",2,29.733726,-95.257593,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4900,56,224,365,0,370,"","","Certification not required",1119,0.35647,0.457976,6.67,"2013-09-11 23:00",6.33,"2013-01-11 08:00",5.15,"2013-02-21 21:00",5.02,"2013-05-22 23:00","","","","",2.08,1.62,1.19,0.87,0.46,0.21,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","44201",3,29.733726,-95.257593,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8560,99,360,365,0,0,0,0,"Requested but not yet concurred",1145,0.038717,0.015215,0.089,"2013-07-25 14:00",0.086,"2013-09-25 16:00",0.083,"2013-08-28 12:00",0.08,"2013-07-03 11:00","","","","",0.08,0.077,0.066,0.059,0.048,0.038,0.02,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","1035","44201",3,29.733726,-95.257593,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8624,98,357,365,0,0,0,0,"Requested but not yet concurred",0,0.032232,0.012991,0.075,"2013-09-25 11:00",0.071,"2013-07-03 10:00",0.069,"2013-07-04 09:00",0.067,"2013-07-05 10:00","","","","",0.067,0.064,0.056,0.051,0.04,0.03,0.017,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","1035","44201",3,29.733726,-95.257593,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8624,98,357,365,0,0,0,0,"Requested but not yet concurred",0,0.032232,0.012991,0.075,"2013-09-25 11:00",0.071,"2013-07-03 10:00",0.069,"2013-07-04 09:00",0.067,"2013-07-05 10:00","","","","",0.067,0.064,0.056,0.051,0.04,0.03,0.017,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-06" +"48","201","1035","45109",2,29.733726,-95.257593,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,2.217805,2.834488,40.98,"2013-02-05 09:00",37.74,"2013-01-11 08:00",35.62,"2013-03-15 05:00",34.96,"2013-08-14 19:00","","","","",12.7,9.88,6.77,4.69,2.5,1.39,0.51,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45201",2,29.733726,-95.257593,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,1.93658,2.795559,53.16,"2013-09-11 07:00",49.13,"2013-09-11 06:00",43.59,"2013-01-11 08:00",42.81,"2013-05-21 09:00","","","","",12.05,9.38,5.87,4.09,2.07,1.13,0.51,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45202",2,29.733726,-95.257593,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,4.262102,5.162479,90.79,"2013-02-04 20:00",85.03,"2013-10-08 03:00",84.83,"2013-10-08 04:00",60.27,"2013-01-11 08:00","","","","",24.26,18.57,13.59,9.09,4.73,2.68,1.07,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45203",2,29.733726,-95.257593,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,0.748229,1.269394,59.33,"2013-04-01 07:00",37.32,"2013-04-01 08:00",10.65,"2013-03-15 05:00",10.59,"2013-01-11 08:00","","","","",3.82,3.03,2.17,1.5,0.83,0.49,0.19,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45204",2,29.733726,-95.257593,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,0.794638,0.931077,13.31,"2013-02-05 09:00",13.27,"2013-01-11 08:00",10.91,"2013-02-06 11:00",10.33,"2013-02-21 21:00","","","","",4.39,3.44,2.43,1.67,0.89,0.51,0.21,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45207",2,29.733726,-95.257593,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",887,0.303419,0.360429,5.53,"2013-05-21 11:00",4.2,"2013-01-11 08:00",3.86,"2013-10-08 04:00",3.67,"2013-02-21 21:00","","","","",1.67,1.37,0.95,0.67,0.37,0.21,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45208",2,29.733726,-95.257593,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",434,0.694048,0.928259,19.77,"2013-05-16 11:00",17.65,"2013-05-16 12:00",14.01,"2013-05-21 11:00",10.08,"2013-02-21 21:00","","","","",3.95,3.32,2.23,1.54,0.81,0.43,0.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45209",2,29.733726,-95.257593,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4900,56,224,365,0,370,"","","Certification not required",1970,0.138867,0.185762,2.27,"2013-02-04 10:00",2.17,"2013-01-11 08:00",2.03,"2013-02-21 21:00",1.92,"2013-10-08 04:00","","","","",0.83,0.68,0.48,0.34,0.19,0.1,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45210",2,29.733726,-95.257593,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,0.072193,0.484906,28.49,"2013-02-06 15:00",5.76,"2013-08-17 20:00",5.39,"2013-05-22 12:00",4.66,"2013-02-24 22:00","","","","",1.16,0.66,0.32,0.18,0,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45220",2,29.733726,-95.257593,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4901,56,224,365,0,369,"","","Certification not required",0,0.532697,1.119789,25.45,"2013-03-15 06:00",19.02,"2013-10-04 04:00",17.61,"2013-01-26 06:00",13.04,"2013-03-15 05:00","","","","",5.2,3.78,2.13,1.18,0.52,0.23,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45225",2,29.733726,-95.257593,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",870,10,35,365,0,4400,"","","Certification not required",400,0.162563,0.264142,3.59,"2013-09-30 07:00",1.74,"2013-09-30 06:00",1.62,"2013-09-04 06:00",1.5,"2013-02-16 20:00","","","","",1.04,0.82,0.64,0.5,0.25,0.05,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45501",4,29.733726,-95.257593,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.1715,0,0.1715,"2013-01-04 00:00",0.1715,"2013-01-10 00:00",0.1715,"2013-01-16 00:00",0.1715,"2013-01-22 00:00","","","","",0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45503",4,29.733726,-95.257593,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45505",4,29.733726,-95.257593,"NAD83","o-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","45506",4,29.733726,-95.257593,"NAD83","m & p-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",37,61,37,61,0,0,"","","Certification not required",37,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","61101",1,29.733726,-95.257593,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8702,100,133,61,0,0,"","","Certification not required",0,5.812583,2.912625,16.3,"2013-01-30 09:00",16.2,"2013-01-29 20:00",16.2,"2013-03-09 16:00",16.2,"2013-04-27 22:00","","","","",13.6,12.7,11.3,9.9,7.7,5.4,2.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","61103",1,29.733726,-95.257593,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8702,100,133,61,0,0,"","","Certification not required",0,5.344496,2.902484,15.9,"2013-03-09 16:00",15.8,"2013-01-29 20:00",15.8,"2013-01-30 09:00",15.8,"2013-04-09 14:00","","","","",13.2,12.3,10.8,9.5,7.2,4.9,1.9,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","61104",1,29.733726,-95.257593,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8702,100,133,61,0,0,"","","Certification not required",0,155.354217,96.013681,360,"2013-11-25 20:00",360,"2013-12-15 09:00",360,"2013-12-17 03:00",359.9,"2013-03-10 21:00","","","","",357.2,354,341.9,306.1,214.7,160.5,26.2,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","61105",1,29.733726,-95.257593,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8702,99,362,365,0,0,"","","Certification not required",0,11.468053,5.118239,37,"2013-04-02 21:00",33,"2013-02-25 16:00",32,"2013-02-25 19:00",32,"2013-02-25 22:00","","","","",25,23,20,18,15,11,5,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","61106",1,29.733726,-95.257593,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8702,100,133,61,0,0,"","","Certification not required",0,23.171903,10.558746,79.5,"2013-01-19 01:00",78.9,"2013-03-27 02:00",77.5,"2013-09-25 12:00",75.6,"2013-10-24 12:00","","","","",60.5,53.6,44,36.6,27.9,20.9,12.5,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","62101",1,29.733726,-95.257593,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8702,100,133,61,0,0,"","","Certification not required",0,69.532291,14.205368,101,"2013-06-29 15:00",101,"2013-06-29 16:00",100,"2013-06-29 14:00",100,"2013-06-29 17:00","","","","",94,92,89,86,80,72,48,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","62103",1,29.733726,-95.257593,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",8309,95,345,365,0,0,"","","Certification not required",0,58.439884,14.782557,77,"2013-09-19 08:00",77,"2013-09-20 10:00",77,"2013-09-20 15:00",76,"2013-07-21 23:00","","","","",75,75,74,73,71,63,35,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","62201",1,29.733726,-95.257593,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",8309,95,345,365,0,0,"","","Certification not required",0,68.825972,17.02405,98,"2013-02-25 05:00",98,"2013-04-01 03:00",98,"2013-04-01 05:00",98,"2013-04-01 06:00","","","","",94,93,91,88,82,72,43,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","63301",1,29.733726,-95.257593,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7240,100,51,61,0,9,"","","Certification not required",3505,0.273146,0.382945,1.42,"2013-06-23 12:00",1.41,"2013-06-15 11:00",1.41,"2013-06-17 12:00",1.41,"2013-06-22 12:00","","","","",1.3,1.24,1.11,0.94,0.48,0.02,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1035","63302",1,29.733726,-95.257593,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",7066,100,51,61,0,183,"","","Certification not required",4139,0.022653,0.026512,0.11,"2013-05-15 12:00",0.11,"2013-07-21 11:00",0.1,"2013-04-11 12:00",0.1,"2013-04-12 12:00","","","","",0.09,0.09,0.08,0.07,0.04,0.005,0.005,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1035","64101",1,29.733726,-95.257593,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8706,99,362,365,0,0,"","","Certification not required",0,1017.073742,5.735894,1037,"2013-11-13 08:00",1036,"2013-11-13 05:00",1036,"2013-11-13 06:00",1036,"2013-11-13 07:00","","","","",1032,1030,1028,1026,1020,1016,1011,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","65102",1,29.733726,-95.257593,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8535,97,354,365,0,0,"","","Certification not required",0,0.006376,0.066411,2.96,"2013-05-10 01:00",2.12,"2013-06-10 13:00",1.63,"2013-05-10 02:00",1.2,"2013-09-16 14:00","","","","",0.16,0.05,0,0,0,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","68103",1,29.733726,-95.257593,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",354,100,61,61,0,0,"","","Certification not required",0,16.365819,8.221404,27.4,"2013-08-04 00:00",27.2,"2013-06-25 00:00",27.1,"2013-08-30 00:00",26.9,"2013-06-29 00:00","","","","",26.9,26.7,26.5,26.1,23.9,17.9,3.9,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68103",2,29.733726,-95.257593,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,15.480769,8.242764,26.7,"2013-06-21 00:00",26.7,"2013-08-02 00:00",26.6,"2013-07-09 00:00",26.4,"2013-06-15 00:00","","","","",26.7,26.7,26.6,25.6,23.2,16.3,5.2,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68104",1,29.733726,-95.257593,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",354,100,61,61,0,0,"","","Certification not required",0,27.314689,7.808117,41.6,"2013-06-29 00:00",39.1,"2013-06-28 00:00",39.1,"2013-08-14 00:00",39,"2013-07-13 00:00","","","","",39,38.5,37.6,36.4,34.1,27.7,17,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68104",2,29.733726,-95.257593,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,26.532692,8.223823,39.1,"2013-08-14 00:00",37.6,"2013-08-08 00:00",37,"2013-07-27 00:00",37,"2013-08-02 00:00","","","","",39.1,37.6,37,36.9,33.6,27.5,14.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68105",1,29.733726,-95.257593,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",354,100,61,61,0,0,"","","Certification not required",0,21.377684,7.573289,33,"2013-06-29 00:00",31.9,"2013-06-30 00:00",31.3,"2013-06-28 00:00",31.3,"2013-08-13 00:00","","","","",31.3,31,30.7,30.3,28.2,22.5,10.2,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68105",2,29.733726,-95.257593,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.696154,7.749812,30.7,"2013-08-02 00:00",30.7,"2013-08-08 00:00",30.6,"2013-07-09 00:00",30.5,"2013-06-21 00:00","","","","",30.7,30.7,30.6,29.6,27.7,21.2,7.9,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68106",1,29.733726,-95.257593,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",354,100,61,61,0,0,"","","Certification not required",0,759.576271,3.991649,771,"2013-01-18 00:00",770,"2013-01-04 00:00",769,"2013-01-03 00:00",769,"2013-03-26 00:00","","","","",769,768,767,765,762,759,755,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68106",2,29.733726,-95.257593,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,762.596154,4.464499,772,"2013-01-04 00:00",772,"2013-12-12 00:00",772,"2013-12-24 00:00",771,"2013-11-24 00:00","","","","",772,772,772,769,766,762,758,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68107",1,29.733726,-95.257593,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",354,100,61,61,0,0,"","","Certification not required",0,764.327684,4.057654,776,"2013-01-18 00:00",775,"2013-01-04 00:00",775,"2013-03-26 00:00",774,"2013-01-17 00:00","","","","",774,773,772,770,767,764,759,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68107",2,29.733726,-95.257593,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,768.192308,5.148914,779,"2013-11-12 00:00",779,"2013-12-12 00:00",779,"2013-12-24 00:00",778,"2013-01-04 00:00","","","","",779,779,779,776,773,768,762,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68108",1,29.733726,-95.257593,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",354,100,61,61,0,0,"","","Certification not required",0,761.898305,3.888801,773,"2013-01-18 00:00",772,"2013-01-04 00:00",772,"2013-03-26 00:00",771,"2013-01-03 00:00","","","","",771,770,769,767,764,762,757,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","68108",2,29.733726,-95.257593,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,765.442308,4.70883,776,"2013-12-12 00:00",776,"2013-12-24 00:00",775,"2013-01-04 00:00",774,"2013-12-31 00:00","","","","",776,776,775,773,769,765,760,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","81102",1,29.733726,-95.257593,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",119,98,119,122,0,4,0,0,"Certification not required",0,30.823529,16.835015,118,"2013-08-08 00:00",80,"2013-07-24 00:00",79,"2013-06-21 00:00",73,"2013-07-30 00:00","","","","",80,79,61,50,39,27,15,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","81102",2,29.733726,-95.257593,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,1,0,0,"Certification not required",0,30.540984,17.490544,115,"2013-08-08 00:00",76,"2013-06-21 00:00",55,"2013-09-25 00:00",53,"2013-02-27 00:00","","","","",115,76,53,46,39,28,13,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","82101",1,29.733726,-95.257593,"NAD83","Aluminum PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,362.393258,430.998513,2970,"2013-08-08 00:00",1950,"2013-06-21 00:00",1800,"2013-07-30 00:00",1400,"2013-07-24 00:00","","","","",2970,1950,1010,713,393,239,106,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82102",1,29.733726,-95.257593,"NAD83","Antimony PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.640449,0.979879,4,"2013-03-02 00:00",4,"2013-03-23 00:00",3,"2013-01-22 00:00",3,"2013-01-31 00:00","","","","",4,4,3,2,1,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-19" +"48","201","1035","82103",1,29.733726,-95.257593,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,1.561798,1.278805,7,"2013-09-25 00:00",4,"2013-02-03 00:00",4,"2013-03-23 00:00",4,"2013-05-07 00:00","","","","",7,4,4,3,2,1,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82105",1,29.733726,-95.257593,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.019101,0.039533,0.1,"2013-01-25 00:00",0.1,"2013-02-27 00:00",0.1,"2013-05-04 00:00",0.1,"2013-06-12 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82107",1,29.733726,-95.257593,"NAD83","Barium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,38.876404,39.984037,260,"2013-04-22 00:00",170,"2013-01-19 00:00",160,"2013-02-24 00:00",140,"2013-02-09 00:00","","","","",260,170,120,80,40,30,10,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82110",1,29.733726,-95.257593,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.022472,0.149052,1,"2013-03-23 00:00",1,"2013-05-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",1,1,0,0,0,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82111",1,29.733726,-95.257593,"NAD83","Calcium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,3248.977528,2306.451426,9970,"2013-02-27 00:00",9900,"2013-01-25 00:00",9000,"2013-07-30 00:00",7960,"2013-06-21 00:00","","","","",9970,9900,7340,6570,4540,2310,818,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82112",1,29.733726,-95.257593,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,1.94382,1.502721,7,"2013-09-25 00:00",6,"2013-01-10 00:00",6,"2013-06-21 00:00",6,"2013-08-08 00:00","","","","",7,6,5,4,3,2,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82113",1,29.733726,-95.257593,"NAD83","Cobalt PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.404494,0.558389,2,"2013-03-08 00:00",2,"2013-08-08 00:00",2,"2013-09-25 00:00",1,"2013-01-10 00:00","","","","",2,2,1,1,1,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82114",1,29.733726,-95.257593,"NAD83","Copper PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,17.651685,11.120314,53,"2013-06-03 00:00",45,"2013-09-25 00:00",44,"2013-06-18 00:00",42,"2013-06-06 00:00","","","","",53,45,42,34,24,14,7,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82126",1,29.733726,-95.257593,"NAD83","Iron PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,761.460674,579.963852,3710,"2013-08-08 00:00",2360,"2013-06-21 00:00",2270,"2013-07-30 00:00",2120,"2013-09-25 00:00","","","","",3710,2360,2080,1460,1010,610,260,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82128",1,29.733726,-95.257593,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.003335,0.002845,0.0205,"2013-06-03 00:00",0.0108,"2013-09-25 00:00",0.0095,"2013-01-31 00:00",0.0091,"2013-09-04 00:00","","","","",0.0205,0.0108,0.0087,0.0056,0.0044,0.003,0.0006,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1035","82132",1,29.733726,-95.257593,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,26.955056,26.415349,221,"2013-01-19 00:00",86,"2013-05-16 00:00",74,"2013-08-08 00:00",65,"2013-09-04 00:00","","","","",221,86,61,48,32,21,8,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82134",1,29.733726,-95.257593,"NAD83","Molybdenum PM10 STP ","24 HOUR","","Observed Values","HI-VOL-SA/GMW-3218 - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,1.516854,1.477962,12,"2013-03-08 00:00",6,"2013-01-19 00:00",4,"2013-01-07 00:00",4,"2013-02-12 00:00","","","","",12,6,4,3,2,1,1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82136",1,29.733726,-95.257593,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,3.775281,2.260093,11,"2013-01-22 00:00",9,"2013-02-12 00:00",9,"2013-07-24 00:00",9,"2013-09-25 00:00","","","","",11,9,8,7,5,4,1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82140",1,29.733726,-95.257593,"NAD83","Magnesium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,261.516854,207.720645,1330,"2013-08-08 00:00",794,"2013-07-24 00:00",781,"2013-07-30 00:00",689,"2013-06-21 00:00","","","","",1330,794,564,514,348,210,72,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82154",1,29.733726,-95.257593,"NAD83","Selenium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.988764,1.344132,5,"2013-03-08 00:00",5,"2013-03-17 00:00",5,"2013-04-28 00:00",4,"2013-01-25 00:00","","","","",5,5,4,3,2,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82160",1,29.733726,-95.257593,"NAD83","Tin PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,2.539326,3.374558,19,"2013-04-19 00:00",14,"2013-03-26 00:00",12,"2013-01-01 00:00",12,"2013-01-13 00:00","","","","",19,14,12,7,3,2,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82164",1,29.733726,-95.257593,"NAD83","Vanadium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,4.168539,2.685127,13,"2013-01-19 00:00",12,"2013-01-22 00:00",11,"2013-08-08 00:00",9,"2013-01-25 00:00","","","","",13,12,9,7,6,4,1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82166",1,29.733726,-95.257593,"NAD83","Silver PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82167",1,29.733726,-95.257593,"NAD83","Zinc PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321B - EMISSION SPECTRA ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,48.966292,35.259895,169,"2013-09-25 00:00",160,"2013-01-22 00:00",149,"2013-09-04 00:00",119,"2013-01-16 00:00","","","","",169,160,118,101,69,36,15,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82173",1,29.733726,-95.257593,"NAD83","Thallium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,0.539326,0.708009,3,"2013-07-21 00:00",2,"2013-01-04 00:00",2,"2013-02-06 00:00",2,"2013-02-15 00:00","","","","",3,2,2,2,1,0,0,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82180",1,29.733726,-95.257593,"NAD83","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,179.741573,118.115364,803,"2013-08-08 00:00",664,"2013-01-01 00:00",448,"2013-07-30 00:00",446,"2013-07-24 00:00","","","","",803,664,444,291,203,140,92,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","82184",1,29.733726,-95.257593,"NAD83","Sodium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - Emission Spectra ICAP",2013,"Nanograms/cubic meter (25 C)","No Events",89,100,45,61,0,3,"","","Certification not required",0,1092.044944,938.565708,3580,"2013-04-10 00:00",3380,"2013-02-18 00:00",3280,"2013-04-16 00:00",2980,"2013-01-28 00:00","","","","",3580,3380,2920,2710,1600,836,115,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1035","88101",1,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",351,97,354,365,0,11,0,0,"Requested but not yet concurred",0,11.151282,4.339097,26.5,"2013-12-16 00:00",23.6,"2013-07-29 00:00",23.3,"2013-06-20 00:00",22.9,"2013-06-11 00:00","","","","",22.9,22.4,20.2,17.3,13.4,10.3,6.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",1,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",354,97,354,365,3,11,0,0,"Requested but not yet concurred",0,11.307345,4.647611,32.5,"2013-08-08 00:00",30.7,"2013-08-07 00:00",26.5,"2013-12-16 00:00",25.5,"2013-05-17 00:00","","","","",25.5,22.8,20.6,17.5,13.6,10.4,6.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",1,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",354,97,354,365,3,11,0,0,"Requested but not yet concurred",0,11.307345,4.647611,32.5,"2013-08-08 00:00",30.7,"2013-08-07 00:00",26.5,"2013-12-16 00:00",25.5,"2013-05-17 00:00","","","","",25.5,22.8,20.6,17.5,13.6,10.4,6.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",1,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",354,97,354,365,3,11,"","","Requested but not yet concurred",0,11.307345,4.647611,32.5,"2013-08-08 00:00",30.7,"2013-08-07 00:00",26.5,"2013-12-16 00:00",25.5,"2013-05-17 00:00","","","","",25.5,22.8,20.6,17.5,13.6,10.4,6.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",1,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",354,97,354,365,3,11,"","","Requested but not yet concurred",0,11.307345,4.647611,32.5,"2013-08-08 00:00",30.7,"2013-08-07 00:00",26.5,"2013-12-16 00:00",25.5,"2013-05-17 00:00","","","","",25.5,22.8,20.6,17.5,13.6,10.4,6.3,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",1,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",351,97,354,365,0,11,"","","Requested but not yet concurred",0,11.151282,4.339097,26.5,"2013-12-16 00:00",23.6,"2013-07-29 00:00",23.3,"2013-06-20 00:00",22.9,"2013-06-11 00:00","","","","",22.9,22.4,20.2,17.3,13.4,10.3,6.1,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",2,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",51,85,52,61,0,12,0,0,"Requested but not yet concurred",0,11.72549,4.943717,23.8,"2013-03-23 00:00",22.3,"2013-04-16 00:00",22,"2013-01-22 00:00",20.1,"2013-06-21 00:00","","","","",23.8,22.3,22,18.7,14.8,11.3,6.5,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",2,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",52,85,52,61,1,12,0,0,"Requested but not yet concurred",0,12.130769,5.701068,32.8,"2013-08-08 00:00",23.8,"2013-03-23 00:00",22.3,"2013-04-16 00:00",22,"2013-01-22 00:00","","","","",32.8,23.8,22.3,20.1,15.2,11.5,6.8,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",2,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",52,85,52,61,1,12,0,0,"Requested but not yet concurred",0,12.130769,5.701068,32.8,"2013-08-08 00:00",23.8,"2013-03-23 00:00",22.3,"2013-04-16 00:00",22,"2013-01-22 00:00","","","","",32.8,23.8,22.3,20.1,15.2,11.5,6.8,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",2,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",52,85,52,61,1,12,"","","Requested but not yet concurred",0,12.130769,5.701068,32.8,"2013-08-08 00:00",23.8,"2013-03-23 00:00",22.3,"2013-04-16 00:00",22,"2013-01-22 00:00","","","","",32.8,23.8,22.3,20.1,15.2,11.5,6.8,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",2,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",52,85,52,61,1,12,"","","Requested but not yet concurred",0,12.130769,5.701068,32.8,"2013-08-08 00:00",23.8,"2013-03-23 00:00",22.3,"2013-04-16 00:00",22,"2013-01-22 00:00","","","","",32.8,23.8,22.3,20.1,15.2,11.5,6.8,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88101",2,29.733726,-95.257593,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",51,85,52,61,0,12,"","","Requested but not yet concurred",0,11.72549,4.943717,23.8,"2013-03-23 00:00",22.3,"2013-04-16 00:00",22,"2013-01-22 00:00",20.1,"2013-06-21 00:00","","","","",23.8,22.3,22,18.7,14.8,11.3,6.5,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1035","88502",3,29.733726,-95.257593,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8595,98,359,365,0,0,"","","Certification not required",0,11.098709,6.203544,76.9,"2013-07-05 06:00",72.6,"2013-07-05 07:00",68.6,"2013-04-24 22:00",50.1,"2013-10-23 07:00","","","","",31.2,27.4,22.6,18.8,14.1,10,4.4,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1035","88502",3,29.733726,-95.257593,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",359,98,359,365,0,0,"","","Certification not required",0,11.058496,4.337582,31.7,"2013-08-08 00:00",29.7,"2013-08-07 00:00",23.3,"2013-07-24 00:00",23.2,"2013-07-29 00:00","","","","",23.2,22.2,19.8,17.1,13.3,10.4,6.5,"Clinton","9525 1/2 Clinton Dr","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","12115",6,29.670025,-95.128508,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-10-17" +"48","201","1039","12115",7,29.670025,-95.128508,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-10-17" +"48","201","1039","14129",1,29.670025,-95.128508,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,9,0,0,"Certification not required",0,0.00225,0.001131,0.005,"2013-03-23 00:00",0.004,"2013-01-22 00:00",0.004,"2013-02-27 00:00",0.004,"2013-09-07 00:00","","","","",0.005,0.005,0.004,0.004,0.003,0.002,0.001,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-19" +"48","201","1039","17141",1,29.670025,-95.128508,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,53.290189,32.74187,166.21,"2013-09-25 00:00",159.03,"2013-08-20 00:00",109.87,"2013-09-13 00:00",103.94,"2013-10-25 00:00","","","","",166.21,159.03,109.87,93.28,70.95,39.67,24.5,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17141",2,29.670025,-95.128508,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,55.969434,33.518042,182.95,"2013-08-20 00:00",139.41,"2013-09-25 00:00",120.06,"2013-09-13 00:00",112.11,"2013-10-25 00:00","","","","",182.95,139.41,120.06,98.55,73,44.7,25.94,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17147",1,29.670025,-95.128508,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.609434,2.346955,12.12,"2013-09-13 00:00",8.78,"2013-10-19 00:00",7.86,"2013-10-13 00:00",7.49,"2013-09-25 00:00","","","","",12.12,8.78,7.86,6.43,5.03,3,1.11,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17147",2,29.670025,-95.128508,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.903585,2.401732,13.32,"2013-09-13 00:00",8.03,"2013-10-13 00:00",7.59,"2013-09-25 00:00",7.51,"2013-10-07 00:00","","","","",13.32,8.03,7.59,6.82,4.89,3.57,1.36,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17148",1,29.670025,-95.128508,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.039623,0.168808,1.08,"2013-02-27 00:00",0.49,"2013-01-16 00:00",0.36,"2013-01-04 00:00",0.17,"2013-05-04 00:00","","","","",1.08,0.49,0.36,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17148",2,29.670025,-95.128508,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.05,0.215942,1.38,"2013-02-27 00:00",0.63,"2013-01-16 00:00",0.48,"2013-01-04 00:00",0.16,"2013-05-04 00:00","","","","",1.38,0.63,0.48,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17149",1,29.670025,-95.128508,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.393962,1.812023,8.94,"2013-09-13 00:00",8.05,"2013-09-25 00:00",6.82,"2013-10-19 00:00",6.69,"2013-07-03 00:00","","","","",8.94,8.05,6.82,6.02,4.07,3.12,1.47,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17149",2,29.670025,-95.128508,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.717547,1.889486,9.95,"2013-09-13 00:00",8.29,"2013-09-25 00:00",6.99,"2013-07-03 00:00",6.62,"2013-10-13 00:00","","","","",9.95,8.29,6.99,6.16,4.63,3.42,1.65,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17150",1,29.670025,-95.128508,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,7.714717,3.364376,15.95,"2013-06-15 00:00",14.15,"2013-06-21 00:00",13.7,"2013-09-13 00:00",13.39,"2013-09-25 00:00","","","","",15.95,14.15,13.7,11.79,9.92,7.66,3.66,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17150",2,29.670025,-95.128508,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,8.336981,3.695427,16.14,"2013-06-15 00:00",15.99,"2013-06-21 00:00",15.1,"2013-09-13 00:00",14.84,"2013-06-27 00:00","","","","",16.14,15.99,15.1,13.05,10.99,7.98,3.84,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17151",1,29.670025,-95.128508,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.173585,0.151849,0.99,"2013-02-27 00:00",0.43,"2013-06-15 00:00",0.4,"2013-10-19 00:00",0.36,"2013-06-21 00:00","","","","",0.99,0.43,0.4,0.3,0.21,0.15,0.04,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17151",2,29.670025,-95.128508,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.198302,0.202918,1.41,"2013-02-27 00:00",0.42,"2013-06-15 00:00",0.41,"2013-06-21 00:00",0.41,"2013-06-27 00:00","","","","",1.41,0.42,0.41,0.35,0.26,0.17,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17201",1,29.670025,-95.128508,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.727547,0.905394,4.49,"2013-06-15 00:00",3.82,"2013-06-21 00:00",3.68,"2013-08-08 00:00",3.22,"2013-07-21 00:00","","","","",4.49,3.82,3.68,3.03,2.1,1.62,0.87,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17201",2,29.670025,-95.128508,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.912453,1.03153,4.39,"2013-06-15 00:00",4.21,"2013-06-21 00:00",4.19,"2013-06-27 00:00",3.91,"2013-08-08 00:00","","","","",4.39,4.21,4.19,3.33,2.33,1.79,0.88,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17204",1,29.670025,-95.128508,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.782264,0.408561,2.1,"2013-02-27 00:00",1.87,"2013-06-15 00:00",1.61,"2013-08-08 00:00",1.55,"2013-06-21 00:00","","","","",2.1,1.87,1.61,1.31,0.91,0.71,0.44,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17204",2,29.670025,-95.128508,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.886226,0.474999,2.83,"2013-02-27 00:00",1.86,"2013-06-15 00:00",1.76,"2013-06-21 00:00",1.76,"2013-06-27 00:00","","","","",2.83,1.86,1.76,1.5,1.06,0.76,0.41,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17208",1,29.670025,-95.128508,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.128679,0.106501,0.75,"2013-02-27 00:00",0.33,"2013-01-22 00:00",0.27,"2013-02-03 00:00",0.26,"2013-11-30 00:00","","","","",0.75,0.33,0.27,0.19,0.15,0.11,0.06,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17208",2,29.670025,-95.128508,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.137925,0.150542,1.07,"2013-02-27 00:00",0.4,"2013-01-22 00:00",0.28,"2013-02-03 00:00",0.26,"2013-02-15 00:00","","","","",1.07,0.4,0.28,0.22,0.16,0.11,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17215",1,29.670025,-95.128508,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.021132,0.067044,0.46,"2013-02-27 00:00",0.12,"2013-01-22 00:00",0.11,"2013-11-30 00:00",0.07,"2013-02-15 00:00","","","","",0.46,0.12,0.11,0.05,0.02,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17215",2,29.670025,-95.128508,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.026038,0.087318,0.6,"2013-02-27 00:00",0.2,"2013-01-22 00:00",0.09,"2013-02-15 00:00",0.08,"2013-01-04 00:00","","","","",0.6,0.2,0.09,0.06,0.02,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17220",1,29.670025,-95.128508,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.059057,0.094853,0.55,"2013-02-27 00:00",0.21,"2013-01-22 00:00",0.2,"2013-02-03 00:00",0.2,"2013-11-30 00:00","","","","",0.55,0.21,0.2,0.16,0.09,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17220",2,29.670025,-95.128508,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.064906,0.114213,0.72,"2013-02-27 00:00",0.24,"2013-01-22 00:00",0.21,"2013-02-03 00:00",0.19,"2013-02-15 00:00","","","","",0.72,0.24,0.21,0.17,0.1,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17223",1,29.670025,-95.128508,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.036415,0.068052,0.45,"2013-02-27 00:00",0.11,"2013-02-15 00:00",0.11,"2013-11-12 00:00",0.1,"2013-01-22 00:00","","","","",0.45,0.11,0.11,0.1,0.05,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17223",2,29.670025,-95.128508,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.041321,0.090661,0.63,"2013-02-27 00:00",0.13,"2013-02-15 00:00",0.11,"2013-02-03 00:00",0.11,"2013-11-12 00:00","","","","",0.63,0.13,0.11,0.1,0.05,0.02,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17231",1,29.670025,-95.128508,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.006038,0.020033,0.12,"2013-02-27 00:00",0.05,"2013-01-10 00:00",0.05,"2013-03-29 00:00",0.04,"2013-04-22 00:00","","","","",0.12,0.05,0.05,0.03,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17231",2,29.670025,-95.128508,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.00566,0.019266,0.12,"2013-02-27 00:00",0.04,"2013-01-04 00:00",0.04,"2013-02-03 00:00",0.04,"2013-02-15 00:00","","","","",0.12,0.04,0.04,0.03,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17237",1,29.670025,-95.128508,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.062264,0.072976,0.43,"2013-02-27 00:00",0.16,"2013-09-01 00:00",0.15,"2013-02-15 00:00",0.15,"2013-10-07 00:00","","","","",0.43,0.16,0.15,0.14,0.1,0.05,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17237",2,29.670025,-95.128508,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.055849,0.087011,0.55,"2013-02-27 00:00",0.17,"2013-02-15 00:00",0.16,"2013-01-04 00:00",0.15,"2013-02-03 00:00","","","","",0.55,0.17,0.16,0.14,0.08,0.04,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17242",1,29.670025,-95.128508,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.007547,0.039899,0.28,"2013-02-27 00:00",0.07,"2013-02-15 00:00",0.05,"2013-01-22 00:00",0,"2013-01-04 00:00","","","","",0.28,0.07,0.05,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17242",2,29.670025,-95.128508,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.012075,0.051603,0.36,"2013-02-27 00:00",0.08,"2013-02-15 00:00",0.06,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.36,0.08,0.06,0.04,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17243",1,29.670025,-95.128508,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.03717,0.075508,0.46,"2013-02-27 00:00",0.15,"2013-08-02 00:00",0.14,"2013-02-03 00:00",0.14,"2013-02-15 00:00","","","","",0.46,0.15,0.14,0.13,0.04,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","17243",2,29.670025,-95.128508,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.041132,0.095709,0.62,"2013-02-27 00:00",0.16,"2013-02-03 00:00",0.16,"2013-02-15 00:00",0.15,"2013-08-02 00:00","","","","",0.62,0.16,0.16,0.13,0.04,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","42101",2,29.670025,-95.128508,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8575,98,361,365,0,185,0,0,"Certification not required",35,0.166278,0.119578,1.989,"2013-12-16 07:00",1.782,"2013-12-17 07:00",1.552,"2013-12-16 06:00",1.478,"2013-12-18 07:00","","","","",0.638,0.519,0.352,0.268,0.189,0.143,0.078,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42101",2,29.670025,-95.128508,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8604,98,359,365,0,0,0,0,"Certification not required",0,0.16569,0.102753,1.3,"2013-12-16 07:00",1.3,"2013-12-16 08:00",1.2,"2013-12-16 06:00",1.2,"2013-12-16 09:00",1.3,"2013-12-16 07:00",1,"2013-12-16 11:00",0.6,0.5,0.3,0.3,0.2,0.1,0.1,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42401",2,29.670025,-95.128508,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8249,94,346,365,0,511,0,"","Certification not required",0,1.798266,2.100324,13.8,"2013-05-06 09:00",11,"2013-07-25 09:00",10.9,"2013-12-28 14:00",9.3,"2013-12-11 20:00","","","","",9.3,7.7,6.3,4.6,2.6,1.1,0.1,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42401",2,29.670025,-95.128508,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8249,94,346,365,0,511,"","","Certification not required",0,0.412777,0.904226,13.8,"2013-05-06 09:00",11.1,"2013-05-06 07:00",11,"2013-07-25 09:00",10.9,"2013-12-28 14:00","","","","",4.1,3.2,2.1,1.3,0.5,0.1,-0.1,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42401",2,29.670025,-95.128508,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",346,95,346,365,0,0,0,"","Certification not required",0,0.418208,0.546545,3.8,"2013-12-11 00:00",3,"2013-12-30 00:00",2.5,"2013-12-28 00:00",2.4,"2013-01-06 00:00","","","","",2.4,2.1,1.5,1.1,0.6,0.2,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42401",2,29.670025,-95.128508,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2645,91,332,365,0,0,"",0,"Certification not required",0,0.408544,0.806101,7.8,"2013-05-06 11:00",7.3,"2013-12-11 14:00",7.1,"2013-12-28 14:00",6.8,"2013-12-11 11:00","","","","",3.6,2.9,2,1.3,0.5,0.1,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42406",2,29.670025,-95.128508,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",8249,94,346,365,0,511,"","","Certification not required",0,0.60257,1.238849,18.4,"2013-05-06 07:00",17.9,"2013-05-06 09:00",17.7,"2013-12-11 14:00",16.2,"2013-07-25 09:00","","","","",6,4.5,2.9,1.8,0.6,0.1,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42600",3,29.670025,-95.128508,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",7472,85,317,365,0,1288,"","","Certification not required",0,7.986965,9.721157,167.9,"2013-12-16 07:00",146.5,"2013-12-16 06:00",137.3,"2013-10-23 06:00",129.7,"2013-10-23 07:00","","","","",48,36.5,23.7,16.4,9.4,5.1,1.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42601",1,29.670025,-95.128508,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,100,61,61,0,262,"","","Certification not required",0,1.544987,6.560589,153.1,"2013-01-17 08:00",148.8,"2013-12-16 07:00",119.6,"2013-12-16 06:00",118.8,"2013-01-17 07:00","","","","",28.5,15.6,5.5,2.4,0.7,0.3,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42601",3,29.670025,-95.128508,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",8190,93,351,365,0,570,"","","Certification not required",0,1.628144,6.78863,149.8,"2013-01-17 08:00",149.8,"2013-12-16 07:00",145.9,"2013-01-17 07:00",131.2,"2013-12-16 06:00","","","","",29.6,16.3,5.5,2.6,0.8,0.3,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42602",1,29.670025,-95.128508,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,97,359,365,0,262,0,"","Certification not required",0,15.949304,9.134623,51.2,"2013-09-25 10:00",50.4,"2013-10-24 09:00",44.9,"2013-12-18 09:00",41,"2013-01-17 09:00","","","","",41,37.6,32,28.3,21.6,14.2,5.8,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42602",1,29.670025,-95.128508,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,97,359,365,0,262,"","","Certification not required",0,7.015698,6.188283,51.2,"2013-09-25 10:00",50.4,"2013-10-24 09:00",49.4,"2013-10-24 08:00",44.9,"2013-12-18 09:00","","","","",29.8,25.5,20.2,15.5,9,5.1,1.6,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","42603",1,29.670025,-95.128508,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,100,61,61,0,262,"","","Certification not required",0,8.46864,10.660083,184.5,"2013-01-17 08:00",163.3,"2013-12-16 07:00",139.8,"2013-01-17 07:00",133.2,"2013-10-23 07:00","","","","",54.9,40.6,24.7,17.3,9.8,5.4,1.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","43000",1,29.670025,-95.128508,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4225,48,189,365,0,74,"","","Certification not required",0,71.759432,80.599655,1228.6,"2013-01-19 03:00",802.8,"2013-04-13 07:00",699.5,"2013-01-18 07:00",695.6,"2013-01-17 07:00","","","","",409.6,331.9,228.6,155.4,86.2,45.6,16.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43102",1,29.670025,-95.128508,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4225,48,189,365,0,74,"","","Certification not required",0,80.261049,90.580486,1322.28,"2013-01-19 03:00",895.92,"2013-04-13 07:00",805.65,"2013-01-17 07:00",782.92,"2013-01-18 07:00","","","","",462.9,376.23,256.65,174.8,94.93,50.81,18.65,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43102",2,29.670025,-95.128508,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,113.34,52.395131,256.03,"2013-02-15 00:00",245.7,"2013-09-25 00:00",212.49,"2013-02-27 00:00",199.76,"2013-03-23 00:00","","","","",256.03,256.03,212.49,197.06,143.45,100.97,56.25,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43102",3,29.670025,-95.128508,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,126.618438,60.229705,257.48,"2013-01-22 00:00",245.09,"2013-09-25 00:00",225.26,"2013-02-15 00:00",207.29,"2013-10-25 00:00","","","","",257.48,257.48,245.09,207.29,181.34,117.86,61.22,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43173",2,29.670025,-95.128508,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43173",3,29.670025,-95.128508,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",32,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43202",1,29.670025,-95.128508,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",0,15.055386,17.069543,219.74,"2013-01-18 06:00",208.54,"2013-01-07 08:00",197.09,"2013-01-18 07:00",161.86,"2013-01-31 04:00","","","","",88.38,70.04,45.35,31.21,17.76,10.06,3.03,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43202",2,29.670025,-95.128508,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,16.7296,9.85179,47.18,"2013-02-27 00:00",41.7,"2013-11-30 00:00",39.98,"2013-02-15 00:00",32.16,"2013-09-25 00:00","","","","",47.18,47.18,39.98,29.36,22.48,15.1,6.84,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43202",3,29.670025,-95.128508,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,27.850625,44.201769,256.5,"2013-09-25 00:00",60.96,"2013-01-10 00:00",60.58,"2013-01-22 00:00",44.26,"2013-02-27 00:00","","","","",256.5,256.5,60.96,44.26,26.86,18.14,8.5,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43203",1,29.670025,-95.128508,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",11,2.528975,4.735029,82.16,"2013-01-13 17:00",68.31,"2013-01-21 09:00",62.99,"2013-04-20 05:00",59.79,"2013-04-20 04:00","","","","",22.56,16.13,9.28,5.67,2.48,1.1,0.33,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43203",2,29.670025,-95.128508,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,4.0018,2.930852,13.16,"2013-02-03 00:00",10.1,"2013-11-18 00:00",10.02,"2013-02-15 00:00",9.8,"2013-11-30 00:00","","","","",13.16,13.16,10.02,9.5,5.18,3.06,1.54,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43203",3,29.670025,-95.128508,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,4.353125,3.304455,13.5,"2013-02-03 00:00",10.12,"2013-11-30 00:00",10.06,"2013-01-22 00:00",10.06,"2013-02-15 00:00","","","","",13.5,13.5,10.12,10.06,6.1,2.92,1.46,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43204",1,29.670025,-95.128508,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",0,11.020614,12.555748,114.37,"2013-01-07 05:00",112.74,"2013-01-11 08:00",100.93,"2013-03-22 21:00",98.72,"2013-02-02 07:00","","","","",64.94,53.56,35.91,24.58,13.68,7.08,1.59,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43204",2,29.670025,-95.128508,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,12.5478,7.96096,30.33,"2013-02-27 00:00",30.12,"2013-02-15 00:00",27.57,"2013-10-25 00:00",26.13,"2013-02-03 00:00","","","","",30.33,30.33,27.57,25.35,18.18,10.56,4.41,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43204",3,29.670025,-95.128508,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,21.508125,33.488889,192.21,"2013-09-25 00:00",58.71,"2013-01-10 00:00",44.46,"2013-01-22 00:00",30.39,"2013-02-27 00:00","","","","",192.21,192.21,58.71,30.39,25.56,14.07,5.4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43205",1,29.670025,-95.128508,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",0,2.668806,6.121008,101.69,"2013-06-30 07:00",89.34,"2013-07-18 04:00",82.98,"2013-04-03 06:00",77.42,"2013-07-18 05:00","","","","",28.89,20.45,11.62,5.98,2.1,0.82,0.32,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43205",2,29.670025,-95.128508,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",3,5.0988,4.606358,25.77,"2013-10-13 00:00",15.36,"2013-11-24 00:00",12.51,"2013-11-18 00:00",11.13,"2013-08-26 00:00","","","","",25.77,25.77,12.51,10.02,7.62,4.41,0.6,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43205",3,29.670025,-95.128508,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",4,5.099688,4.045835,15.9,"2013-11-24 00:00",11.25,"2013-11-18 00:00",10.17,"2013-08-26 00:00",9.78,"2013-10-01 00:00","","","","",15.9,15.9,11.25,9.78,8.52,4.5,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43206",1,29.670025,-95.128508,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",11,0.740619,1.007935,26.9,"2013-05-01 05:00",15.8,"2013-01-18 06:00",14,"2013-01-18 07:00",12.4,"2013-01-18 05:00","","","","",5,3.2,1.9,1.3,0.8,0.5,0.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43206",2,29.670025,-95.128508,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",6,0.9608,0.763539,3.5,"2013-02-15 00:00",3.06,"2013-02-27 00:00",2.94,"2013-11-30 00:00",1.98,"2013-09-25 00:00","","","","",3.5,3.5,2.94,1.94,1.24,0.76,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43206",3,29.670025,-95.128508,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",2,1.2025,0.887686,3.46,"2013-01-22 00:00",3.4,"2013-02-15 00:00",3.1,"2013-02-27 00:00",2.7,"2013-11-30 00:00","","","","",3.46,3.46,3.4,2.7,1.56,0.98,0.4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43212",1,29.670025,-95.128508,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4235,48,189,365,0,63,"","","Certification not required",0,7.633535,11.92595,214.03,"2013-07-17 04:00",200.02,"2013-02-28 20:00",178.05,"2013-02-28 21:00",147.06,"2013-01-16 21:00","","","","",52.17,37.81,25.72,17.07,8.75,4.2,1,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43212",2,29.670025,-95.128508,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,8.624,7.055512,33.76,"2013-10-25 00:00",21.68,"2013-02-27 00:00",20.8,"2013-10-07 00:00",20.44,"2013-02-15 00:00","","","","",33.76,33.76,20.8,19.68,12.16,6.56,1.6,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43212",3,29.670025,-95.128508,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,15.64125,20.900157,116.64,"2013-09-25 00:00",41.12,"2013-01-10 00:00",34.32,"2013-10-25 00:00",26.04,"2013-01-22 00:00","","","","",116.64,116.64,41.12,26.04,20.6,10.64,2.92,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43214",1,29.670025,-95.128508,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",0,4.971271,9.476709,313.84,"2013-04-13 07:00",140.8,"2013-02-10 23:00",124.24,"2013-07-18 06:00",106.04,"2013-07-18 05:00","","","","",37.44,26.78,17.03,11.18,5.32,2.43,0.64,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43214",2,29.670025,-95.128508,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,6.4384,5.408359,27.16,"2013-02-15 00:00",18.56,"2013-01-04 00:00",15.36,"2013-02-03 00:00",13.92,"2013-10-07 00:00","","","","",27.16,27.16,15.36,13.4,9.56,4.44,1.8,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43214",3,29.670025,-95.128508,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,9.30875,10.355913,55.28,"2013-09-25 00:00",27.32,"2013-02-15 00:00",18.32,"2013-01-10 00:00",17.12,"2013-01-22 00:00","","","","",55.28,55.28,27.32,17.12,12.28,6.8,2.08,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43216",1,29.670025,-95.128508,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",494,0.151655,0.201314,2.7,"2013-01-22 07:00",2.65,"2013-01-17 07:00",2.54,"2013-01-17 08:00",2.38,"2013-07-08 19:00","","","","",1.05,0.76,0.48,0.31,0.16,0.1,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43216",2,29.670025,-95.128508,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",39,0.1086,0.156636,1,"2013-10-07 00:00",0.44,"2013-09-13 00:00",0.36,"2013-10-25 00:00",0.28,"2013-03-23 00:00","","","","",1,1,0.36,0.24,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43216",3,29.670025,-95.128508,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",26,0.120625,0.227141,1.28,"2013-10-07 00:00",0.4,"2013-10-25 00:00",0.28,"2013-11-12 00:00",0.24,"2013-11-06 00:00","","","","",1.28,1.28,0.4,0.24,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43217",1,29.670025,-95.128508,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",1185,0.133615,0.224021,3.42,"2013-04-12 20:00",2.69,"2013-04-12 03:00",2.5,"2013-01-22 07:00",2.35,"2013-05-03 22:00","","","","",1.1,0.86,0.5,0.33,0.15,0.07,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43217",2,29.670025,-95.128508,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",30,0.1388,0.187515,1.2,"2013-10-07 00:00",0.6,"2013-09-13 00:00",0.36,"2013-03-23 00:00",0.32,"2013-03-11 00:00","","","","",1.2,1.2,0.36,0.28,0.2,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43217",3,29.670025,-95.128508,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",16,0.17375,0.239162,1.36,"2013-10-07 00:00",0.32,"2013-01-22 00:00",0.32,"2013-03-23 00:00",0.32,"2013-10-25 00:00","","","","",1.36,1.36,0.32,0.32,0.24,0.12,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43218",1,29.670025,-95.128508,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4235,48,189,365,0,63,"","","Certification not required",0,0.280449,0.583881,10.7,"2013-04-20 01:00",8.7,"2013-06-08 01:00",7,"2013-01-06 08:00",6.6,"2013-07-22 04:00","","","","",3.1,2,1.1,0.6,0.2,0.1,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43218",2,29.670025,-95.128508,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.1728,0.313135,1.48,"2013-09-07 00:00",1.04,"2013-10-19 00:00",0.92,"2013-02-15 00:00",0.64,"2013-10-07 00:00","","","","",1.48,1.48,0.92,0.56,0.28,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43218",3,29.670025,-95.128508,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.14125,0.260617,1,"2013-02-15 00:00",0.76,"2013-10-07 00:00",0.6,"2013-01-22 00:00",0.52,"2013-11-12 00:00","","","","",1,1,0.76,0.52,0.32,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43220",1,29.670025,-95.128508,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4235,48,189,365,0,63,"","","Certification not required",0,3.16629,4.005728,48.37,"2013-07-02 04:00",41.28,"2013-07-08 19:00",40.53,"2013-07-02 03:00",37.85,"2013-01-17 07:00","","","","",20.8,15.25,10.11,7.25,3.86,1.84,0.53,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43220",2,29.670025,-95.128508,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.6,2.071798,10.5,"2013-09-25 00:00",9.7,"2013-10-25 00:00",6.2,"2013-10-07 00:00",5.25,"2013-10-19 00:00","","","","",10.5,10.5,6.2,4.85,3.7,2.1,0.7,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43220",3,29.670025,-95.128508,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,4.746875,10.429865,60.7,"2013-09-25 00:00",9.9,"2013-10-25 00:00",6.75,"2013-01-22 00:00",6.45,"2013-01-10 00:00","","","","",60.7,60.7,9.9,6.45,4.1,2.75,0.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43221",1,29.670025,-95.128508,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",0,5.242135,8.000346,191.97,"2013-07-08 19:00",95.46,"2013-07-02 04:00",94.72,"2013-07-17 04:00",84.91,"2013-07-02 03:00","","","","",39.49,26.22,16.97,11.48,5.66,2.89,1.01,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43221",2,29.670025,-95.128508,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,5.589,4.685826,23.1,"2013-09-25 00:00",22.75,"2013-10-25 00:00",13.85,"2013-10-07 00:00",10.8,"2013-09-13 00:00","","","","",23.1,23.1,13.85,10.55,6.8,4.2,1.6,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43221",3,29.670025,-95.128508,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",1,7.60625,9.522586,52.55,"2013-09-25 00:00",23.15,"2013-10-25 00:00",13.95,"2013-10-07 00:00",12.55,"2013-01-22 00:00","","","","",52.55,52.55,23.15,12.55,9.75,5.1,1.75,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43224",1,29.670025,-95.128508,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",1663,0.113779,0.275921,8.28,"2013-07-02 04:00",6.66,"2013-07-02 05:00",4.41,"2013-01-22 07:00",4.17,"2013-07-08 19:00","","","","",1.05,0.74,0.45,0.25,0.12,0.06,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43224",2,29.670025,-95.128508,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",48,0.059,0.0512,0.4,"2013-11-12 00:00",0.15,"2013-11-30 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00","","","","",0.4,0.4,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43224",3,29.670025,-95.128508,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",29,0.075,0.08328,0.4,"2013-11-12 00:00",0.35,"2013-10-25 00:00",0.2,"2013-11-30 00:00",0.05,"2013-01-10 00:00","","","","",0.4,0.4,0.35,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43226",1,29.670025,-95.128508,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",534,0.207083,0.444752,14.8,"2013-07-08 19:00",5.42,"2013-03-14 07:00",5.36,"2013-07-02 04:00",4.96,"2013-01-17 07:00","","","","",1.8,1.37,0.84,0.42,0.18,0.1,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43226",2,29.670025,-95.128508,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",27,0.148,0.138122,0.55,"2013-02-27 00:00",0.45,"2013-08-20 00:00",0.45,"2013-10-07 00:00",0.45,"2013-10-25 00:00","","","","",0.55,0.55,0.45,0.4,0.2,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43226",3,29.670025,-95.128508,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",20,0.151563,0.16288,0.55,"2013-10-07 00:00",0.55,"2013-10-25 00:00",0.5,"2013-02-27 00:00",0.4,"2013-01-22 00:00","","","","",0.55,0.55,0.55,0.4,0.25,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43227",1,29.670025,-95.128508,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",2434,0.082154,0.203673,6.24,"2013-07-08 19:00",2.55,"2013-07-02 04:00",2.18,"2013-03-14 07:00",2.16,"2013-01-17 07:00","","","","",0.85,0.64,0.41,0.2,0.08,0.005,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43227",2,29.670025,-95.128508,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",38,0.073,0.050719,0.3,"2013-02-27 00:00",0.2,"2013-10-07 00:00",0.2,"2013-10-25 00:00",0.15,"2013-06-09 00:00","","","","",0.3,0.3,0.2,0.15,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43227",3,29.670025,-95.128508,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",23,0.092188,0.075252,0.3,"2013-10-07 00:00",0.25,"2013-08-20 00:00",0.25,"2013-10-25 00:00",0.2,"2013-01-16 00:00","","","","",0.3,0.3,0.25,0.2,0.15,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43228",2,29.670025,-95.128508,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",30,0.14,0.145686,0.65,"2013-02-27 00:00",0.5,"2013-08-20 00:00",0.5,"2013-10-25 00:00",0.4,"2013-03-23 00:00","","","","",0.65,0.65,0.5,0.4,0.2,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43228",3,29.670025,-95.128508,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",15,0.192188,0.185398,0.6,"2013-10-07 00:00",0.6,"2013-10-25 00:00",0.55,"2013-02-27 00:00",0.55,"2013-08-20 00:00","","","","",0.6,0.6,0.6,0.55,0.35,0.1,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43230",2,29.670025,-95.128508,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.9816,0.684616,3.18,"2013-09-25 00:00",2.82,"2013-10-25 00:00",2.4,"2013-08-20 00:00",2.22,"2013-10-07 00:00","","","","",3.18,3.18,2.4,1.86,1.32,0.84,0.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43230",3,29.670025,-95.128508,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,1.393125,2.087367,12.18,"2013-09-25 00:00",2.94,"2013-10-25 00:00",2.34,"2013-08-20 00:00",2.22,"2013-10-07 00:00","","","","",12.18,12.18,2.94,2.22,1.56,1.02,0.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43231",1,29.670025,-95.128508,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4235,48,189,365,0,63,"","","Certification not required",0,2.435549,2.5574,43.71,"2013-01-19 07:00",32.56,"2013-01-19 08:00",24.15,"2013-01-21 10:00",22.13,"2013-01-21 17:00","","","","",13.5,10.19,7.12,5.02,2.93,1.65,0.61,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43231",2,29.670025,-95.128508,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.5144,1.093626,4.56,"2013-09-25 00:00",3.9,"2013-10-25 00:00",3.6,"2013-08-20 00:00",3.48,"2013-02-03 00:00","","","","",4.56,4.56,3.6,3.48,2.28,1.26,0.42,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43231",3,29.670025,-95.128508,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,2.3775,4.576644,26.7,"2013-09-25 00:00",4.08,"2013-10-25 00:00",3.66,"2013-08-20 00:00",3.6,"2013-10-07 00:00","","","","",26.7,26.7,4.08,3.6,2.4,1.5,0.54,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43232",1,29.670025,-95.128508,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",387,0.59619,1.485613,83.72,"2013-01-19 03:00",17,"2013-01-19 02:00",8.82,"2013-02-04 08:00",7.48,"2013-01-11 08:00","","","","",3.52,2.87,1.96,1.32,0.7,0.34,0.07,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43232",2,29.670025,-95.128508,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,0.5678,0.405313,1.54,"2013-02-27 00:00",1.54,"2013-09-25 00:00",1.54,"2013-10-07 00:00",1.12,"2013-02-15 00:00","","","","",1.54,1.54,1.54,1.12,0.84,0.49,0.14,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43232",3,29.670025,-95.128508,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.945,1.801143,10.57,"2013-09-25 00:00",1.61,"2013-10-07 00:00",1.4,"2013-02-27 00:00",1.26,"2013-01-22 00:00","","","","",10.57,10.57,1.61,1.26,0.98,0.56,0.21,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43233",1,29.670025,-95.128508,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",855,0.284307,0.41638,6.29,"2013-01-20 05:00",4.05,"2013-07-04 05:00",3.96,"2013-07-04 04:00",3.94,"2013-03-22 21:00","","","","",2.05,1.54,1.01,0.68,0.34,0.16,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43233",2,29.670025,-95.128508,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",17,0.3706,0.40642,1.76,"2013-02-15 00:00",1.44,"2013-02-27 00:00",1.44,"2013-09-25 00:00",1.04,"2013-02-03 00:00","","","","",1.76,1.76,1.44,0.96,0.56,0.24,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43233",3,29.670025,-95.128508,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",7,0.558438,0.785215,4.24,"2013-09-25 00:00",1.52,"2013-02-15 00:00",1.36,"2013-02-27 00:00",1.2,"2013-04-28 00:00","","","","",4.24,4.24,1.52,1.2,0.72,0.32,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43234",2,29.670025,-95.128508,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43234",3,29.670025,-95.128508,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",32,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43235",1,29.670025,-95.128508,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4093,47,184,365,0,205,"","","Certification not required",1118,0.168915,0.298648,9.23,"2013-01-20 05:00",4.83,"2013-03-26 21:00",3.98,"2013-03-22 21:00",3.52,"2013-01-20 06:00","","","","",1.31,0.99,0.61,0.37,0.18,0.1,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43235",2,29.670025,-95.128508,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",40,0.1354,0.225707,1.35,"2013-02-15 00:00",0.63,"2013-10-07 00:00",0.54,"2013-10-19 00:00",0.45,"2013-10-25 00:00","","","","",1.35,1.35,0.54,0.45,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43235",3,29.670025,-95.128508,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",22,0.191875,0.279671,1.17,"2013-02-15 00:00",0.99,"2013-09-25 00:00",0.63,"2013-10-07 00:00",0.45,"2013-10-25 00:00","","","","",1.17,1.17,0.99,0.45,0.27,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43238",1,29.670025,-95.128508,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4093,47,184,365,0,205,"","","Certification not required",1375,0.154949,0.312266,8.17,"2013-01-21 09:00",6.47,"2013-03-26 21:00",3.58,"2013-07-18 08:00",3.49,"2013-01-07 06:00","","","","",1.39,0.99,0.6,0.36,0.16,0.08,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43238",2,29.670025,-95.128508,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",30,0.172,0.254983,1.5,"2013-02-15 00:00",0.8,"2013-10-31 00:00",0.5,"2013-02-03 00:00",0.5,"2013-02-27 00:00","","","","",1.5,1.5,0.5,0.5,0.2,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43238",3,29.670025,-95.128508,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",17,0.167188,0.17943,0.7,"2013-10-31 00:00",0.6,"2013-10-07 00:00",0.5,"2013-02-27 00:00",0.4,"2013-09-25 00:00","","","","",0.7,0.7,0.6,0.4,0.3,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43242",1,29.670025,-95.128508,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",57,0.318094,0.320012,3.8,"2013-01-31 04:00",3.68,"2013-01-31 05:00",3.18,"2013-01-17 08:00",2.96,"2013-07-02 03:00","","","","",1.6,1.28,0.9,0.66,0.38,0.22,0.09,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43242",2,29.670025,-95.128508,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",25,0.148,0.128952,0.55,"2013-10-25 00:00",0.5,"2013-10-07 00:00",0.35,"2013-02-15 00:00",0.35,"2013-02-27 00:00","","","","",0.55,0.55,0.35,0.35,0.2,0.1,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43242",3,29.670025,-95.128508,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",14,0.217188,0.247767,1.3,"2013-09-25 00:00",0.55,"2013-10-25 00:00",0.5,"2013-10-07 00:00",0.45,"2013-01-22 00:00","","","","",1.3,1.3,0.55,0.45,0.3,0.2,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43243",1,29.670025,-95.128508,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",909,0.798323,1.777824,72.99,"2013-02-22 02:00",22.95,"2013-06-03 06:00",15.74,"2013-02-04 12:00",15.54,"2013-06-30 13:00","","","","",6.31,4.65,3.1,2.28,1.02,0.2,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43243",2,29.670025,-95.128508,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",11,0.555,0.472645,1.85,"2013-08-14 00:00",1.5,"2013-10-13 00:00",1.45,"2013-09-25 00:00",1.2,"2013-06-09 00:00","","","","",1.85,1.85,1.45,1.15,0.95,0.4,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43243",3,29.670025,-95.128508,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",14,0.357813,0.420466,1.45,"2013-10-07 00:00",1.3,"2013-08-08 00:00",1.25,"2013-11-12 00:00",1.1,"2013-08-20 00:00","","","","",1.45,1.45,1.3,1.1,0.5,0.25,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43244",1,29.670025,-95.128508,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",1198,0.151871,0.235299,5.67,"2013-07-08 19:00",2.57,"2013-01-31 04:00",2.53,"2013-01-31 05:00",2.35,"2013-07-04 06:00","","","","",1.06,0.85,0.55,0.37,0.18,0.09,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43244",2,29.670025,-95.128508,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",28,0.148,0.140117,0.66,"2013-10-25 00:00",0.42,"2013-02-15 00:00",0.42,"2013-10-07 00:00",0.36,"2013-02-03 00:00","","","","",0.66,0.66,0.42,0.36,0.24,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43244",3,29.670025,-95.128508,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",19,0.234063,0.323866,1.68,"2013-09-25 00:00",0.66,"2013-10-25 00:00",0.54,"2013-01-22 00:00",0.54,"2013-02-27 00:00","","","","",1.68,1.68,0.66,0.54,0.36,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43247",1,29.670025,-95.128508,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",2786,0.162872,0.352476,6.73,"2013-07-02 04:00",5.36,"2013-07-08 19:00",3.99,"2013-03-05 13:00",3.98,"2013-04-21 23:00","","","","",1.56,1.24,0.82,0.47,0.21,0.005,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43247",2,29.670025,-95.128508,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.178,0.172898,0.77,"2013-09-25 00:00",0.7,"2013-10-07 00:00",0.56,"2013-08-20 00:00",0.56,"2013-10-25 00:00","","","","",0.77,0.77,0.56,0.35,0.28,0.14,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43247",3,29.670025,-95.128508,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",14,0.225313,0.252267,1.26,"2013-09-25 00:00",0.7,"2013-10-07 00:00",0.56,"2013-10-25 00:00",0.42,"2013-03-05 00:00","","","","",1.26,1.26,0.7,0.42,0.28,0.21,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43248",1,29.670025,-95.128508,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",641,0.748066,1.641091,33.28,"2013-04-12 07:00",28.9,"2013-01-21 10:00",23.58,"2013-01-07 04:00",23.31,"2013-04-20 05:00","","","","",7.14,4.25,2.44,1.52,0.74,0.36,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43248",2,29.670025,-95.128508,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",21,0.573,0.731764,4.2,"2013-09-25 00:00",1.68,"2013-08-20 00:00",1.62,"2013-10-13 00:00",1.5,"2013-02-27 00:00","","","","",4.2,4.2,1.62,1.44,0.9,0.36,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43248",3,29.670025,-95.128508,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",11,0.814063,1.406547,7.92,"2013-09-25 00:00",1.74,"2013-08-20 00:00",1.56,"2013-01-22 00:00",1.5,"2013-02-27 00:00","","","","",7.92,7.92,1.74,1.5,1.14,0.48,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43249",1,29.670025,-95.128508,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",343,0.612285,1.147921,57.71,"2013-01-19 03:00",12.87,"2013-01-19 02:00",9.05,"2013-02-04 08:00",7.57,"2013-07-04 06:00","","","","",3.7,3.15,1.96,1.29,0.68,0.38,0.14,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43249",2,29.670025,-95.128508,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",4,0.5794,0.409571,1.82,"2013-09-25 00:00",1.54,"2013-02-27 00:00",1.47,"2013-10-07 00:00",1.33,"2013-08-20 00:00","","","","",1.82,1.82,1.47,1.33,0.77,0.49,0.14,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43249",3,29.670025,-95.128508,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",4,0.804688,1.184897,6.86,"2013-09-25 00:00",1.47,"2013-10-07 00:00",1.4,"2013-02-27 00:00",1.4,"2013-10-25 00:00","","","","",6.86,6.86,1.47,1.4,0.84,0.63,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43250",1,29.670025,-95.128508,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",0,1.026702,1.687088,36.49,"2013-07-02 04:00",33.26,"2013-04-21 23:00",29.05,"2013-03-05 13:00",17.38,"2013-02-28 20:00","","","","",7.75,6.02,3.86,2.17,0.99,0.54,0.23,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43250",2,29.670025,-95.128508,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.032,0.881446,3.68,"2013-03-05 00:00",3.36,"2013-09-25 00:00",2.96,"2013-10-07 00:00",2.72,"2013-04-22 00:00","","","","",3.68,3.68,2.96,2.48,1.28,0.88,0.16,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43250",3,29.670025,-95.128508,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,1.01,0.900466,3.76,"2013-03-05 00:00",2.96,"2013-10-07 00:00",2.56,"2013-08-20 00:00",2.24,"2013-02-27 00:00","","","","",3.76,3.76,2.96,2.24,1.36,0.72,0.24,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43252",1,29.670025,-95.128508,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",904,0.311339,0.584613,12.16,"2013-04-21 23:00",11.2,"2013-07-02 04:00",10.93,"2013-03-05 13:00",6.12,"2013-03-14 07:00","","","","",2.68,2.06,1.28,0.69,0.3,0.16,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43252",2,29.670025,-95.128508,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",10,0.4004,0.349162,1.52,"2013-03-05 00:00",1.28,"2013-10-13 00:00",1.12,"2013-02-27 00:00",1.04,"2013-09-25 00:00","","","","",1.52,1.52,1.12,0.96,0.56,0.32,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43252",3,29.670025,-95.128508,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",9,0.364063,0.35627,1.52,"2013-03-05 00:00",0.96,"2013-02-27 00:00",0.96,"2013-08-20 00:00",0.96,"2013-10-07 00:00","","","","",1.52,1.52,0.96,0.96,0.56,0.32,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43253",1,29.670025,-95.128508,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",1614,0.175254,0.279045,2.96,"2013-01-17 08:00",2.76,"2013-01-17 07:00",2.7,"2013-03-14 07:00",2.45,"2013-04-21 23:00","","","","",1.42,1.12,0.69,0.43,0.21,0.1,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43253",2,29.670025,-95.128508,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",28,0.1416,0.144241,0.8,"2013-02-27 00:00",0.48,"2013-03-05 00:00",0.4,"2013-10-07 00:00",0.32,"2013-02-03 00:00","","","","",0.8,0.8,0.4,0.32,0.16,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43253",3,29.670025,-95.128508,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",14,0.251875,0.343722,1.84,"2013-09-25 00:00",0.8,"2013-02-27 00:00",0.48,"2013-02-15 00:00",0.48,"2013-03-05 00:00","","","","",1.84,1.84,0.8,0.48,0.32,0.16,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43261",1,29.670025,-95.128508,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",199,0.649415,0.97687,21.5,"2013-01-31 05:00",21.41,"2013-01-31 04:00",18.76,"2013-01-31 06:00",17.73,"2013-01-31 07:00","","","","",3.73,3.14,2.11,1.48,0.74,0.37,0.13,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43261",2,29.670025,-95.128508,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",8,0.477,0.374614,1.61,"2013-09-25 00:00",1.26,"2013-02-27 00:00",1.26,"2013-10-25 00:00",1.19,"2013-10-07 00:00","","","","",1.61,1.61,1.26,1.12,0.7,0.42,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43261",3,29.670025,-95.128508,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",5,0.75375,1.567833,9.1,"2013-09-25 00:00",1.33,"2013-10-25 00:00",1.19,"2013-02-27 00:00",1.19,"2013-10-07 00:00","","","","",9.1,9.1,1.33,1.19,0.7,0.49,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43262",1,29.670025,-95.128508,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",183,0.824253,1.068416,13.29,"2013-01-31 04:00",13.22,"2013-01-31 05:00",13.01,"2013-01-19 07:00",11.66,"2013-04-03 08:00","","","","",5.09,4.05,2.83,1.85,0.95,0.47,0.17,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43262",2,29.670025,-95.128508,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",4,0.598,0.470965,2.16,"2013-09-25 00:00",1.8,"2013-08-20 00:00",1.74,"2013-10-25 00:00",1.56,"2013-10-07 00:00","","","","",2.16,2.16,1.74,1.2,0.78,0.54,0.18,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43262",3,29.670025,-95.128508,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",1,0.832188,0.963611,5.4,"2013-09-25 00:00",1.86,"2013-08-20 00:00",1.8,"2013-10-25 00:00",1.62,"2013-10-07 00:00","","","","",5.4,5.4,1.86,1.62,0.96,0.66,0.18,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43263",1,29.670025,-95.128508,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",487,0.45942,0.709908,24.37,"2013-01-19 03:00",6.32,"2013-07-04 06:00",6.22,"2013-01-17 08:00",6.07,"2013-01-19 02:00","","","","",2.98,2.51,1.61,1.04,0.53,0.25,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43263",2,29.670025,-95.128508,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",26,0.404,0.468166,1.68,"2013-09-25 00:00",1.47,"2013-02-27 00:00",1.4,"2013-08-20 00:00",1.33,"2013-10-07 00:00","","","","",1.68,1.68,1.4,1.33,0.7,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43263",3,29.670025,-95.128508,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",16,0.652813,1.333149,7.49,"2013-09-25 00:00",1.47,"2013-02-27 00:00",1.33,"2013-10-07 00:00",1.33,"2013-10-25 00:00","","","","",7.49,7.49,1.47,1.33,0.84,0.21,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43280",1,29.670025,-95.128508,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",343,0.294321,0.587815,15.49,"2013-07-15 10:00",12.67,"2013-07-17 19:00",7.48,"2013-01-21 10:00",6.72,"2013-04-29 04:00","","","","",2.49,1.96,1.15,0.68,0.28,0.12,0.04,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43280",2,29.670025,-95.128508,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",18,0.9852,1.099214,4.32,"2013-01-04 00:00",4.04,"2013-02-15 00:00",3.76,"2013-09-07 00:00",3.2,"2013-10-07 00:00","","","","",4.32,4.32,3.76,2.48,1.48,0.84,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43280",3,29.670025,-95.128508,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",13,0.902813,1.042253,4.04,"2013-02-15 00:00",3.48,"2013-10-07 00:00",2.36,"2013-02-27 00:00",2.32,"2013-03-11 00:00","","","","",4.04,4.04,3.48,2.32,1.44,0.52,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43282",2,29.670025,-95.128508,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",45,0.056,0.019272,0.15,"2013-02-27 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-23 00:00",0.1,"2013-10-07 00:00","","","","",0.15,0.15,0.1,0.1,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43282",3,29.670025,-95.128508,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",25,0.0625,0.0254,0.15,"2013-01-22 00:00",0.1,"2013-01-16 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-23 00:00","","","","",0.15,0.15,0.1,0.1,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43283",2,29.670025,-95.128508,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",48,0.053,0.015682,0.15,"2013-11-12 00:00",0.1,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00","","","","",0.15,0.15,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43283",3,29.670025,-95.128508,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",30,0.054688,0.019508,0.15,"2013-11-12 00:00",0.1,"2013-10-07 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.15,0.1,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43284",2,29.670025,-95.128508,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",26,0.2636,0.291301,1.26,"2013-10-25 00:00",1.14,"2013-10-07 00:00",0.84,"2013-08-20 00:00",0.66,"2013-02-27 00:00","","","","",1.26,1.26,0.84,0.6,0.48,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43284",3,29.670025,-95.128508,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",14,0.4025,0.459059,2.16,"2013-09-25 00:00",1.26,"2013-10-25 00:00",1.14,"2013-10-07 00:00",0.78,"2013-08-20 00:00","","","","",2.16,2.16,1.26,0.78,0.54,0.36,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43285",2,29.670025,-95.128508,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,1.2974,1.028001,4.74,"2013-10-25 00:00",4.14,"2013-09-25 00:00",3.78,"2013-10-07 00:00",2.82,"2013-08-20 00:00","","","","",4.74,4.74,3.78,2.52,1.62,1.14,0.36,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43285",3,29.670025,-95.128508,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",1,2.071563,3.446858,20.04,"2013-09-25 00:00",4.68,"2013-10-25 00:00",3.78,"2013-10-07 00:00",3,"2013-01-22 00:00","","","","",20.04,20.04,4.68,3,2.1,1.38,0.42,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43289",2,29.670025,-95.128508,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",48,0.0528,0.013856,0.12,"2013-10-07 00:00",0.12,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43289",3,29.670025,-95.128508,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",29,0.060313,0.033743,0.18,"2013-08-20 00:00",0.18,"2013-10-07 00:00",0.12,"2013-02-27 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43290",2,29.670025,-95.128508,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43290",3,29.670025,-95.128508,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",32,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43291",1,29.670025,-95.128508,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",2430,0.224663,0.444581,12.36,"2013-01-19 03:00",4.78,"2013-07-02 04:00",4.69,"2013-04-21 23:00",3.71,"2013-01-17 08:00","","","","",1.9,1.52,1,0.61,0.3,0.005,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43291",2,29.670025,-95.128508,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",35,0.1358,0.147539,0.63,"2013-10-25 00:00",0.49,"2013-06-03 00:00",0.42,"2013-05-04 00:00",0.42,"2013-11-06 00:00","","","","",0.63,0.63,0.42,0.35,0.21,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43291",3,29.670025,-95.128508,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",19,0.248438,0.320686,1.54,"2013-09-25 00:00",0.77,"2013-10-07 00:00",0.63,"2013-08-20 00:00",0.63,"2013-10-25 00:00","","","","",1.54,1.54,0.77,0.63,0.42,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43331",2,29.670025,-95.128508,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43331",3,29.670025,-95.128508,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",32,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43502",3,29.670025,-95.128508,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.592593,0.753571,4.6,"2013-07-03 00:00",3.9,"2013-06-03 00:00",3.2,"2013-10-07 00:00",2.7,"2013-09-13 00:00","","","","",4.6,3.9,3.2,2.5,1.9,1.4,0.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43503",3,29.670025,-95.128508,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.212963,0.846089,3.3,"2013-07-03 00:00",3.2,"2013-10-07 00:00",2.7,"2013-06-03 00:00",2.6,"2013-02-15 00:00","","","","",3.3,3.2,2.7,2.2,1.8,1.2,0.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43504",3,29.670025,-95.128508,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.185185,0.136544,0.6,"2013-10-07 00:00",0.4,"2013-02-15 00:00",0.4,"2013-02-27 00:00",0.4,"2013-03-23 00:00","","","","",0.6,0.4,0.4,0.4,0.3,0.2,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43505",3,29.670025,-95.128508,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.083333,0.077093,0.4,"2013-10-07 00:00",0.2,"2013-03-23 00:00",0.2,"2013-06-03 00:00",0.2,"2013-07-03 00:00","","","","",0.4,0.2,0.2,0.2,0.1,0.1,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43509",1,29.670025,-95.128508,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.215625,0.198331,0.84,"2013-08-08 00:00",0.57,"2013-10-07 00:00",0.42,"2013-03-23 00:00",0.39,"2013-02-15 00:00","","","","",0.84,0.84,0.57,0.39,0.33,0.27,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43509",2,29.670025,-95.128508,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",48,79,48,61,0,0,"","","Certification not required",0,0.16875,0.217536,1.14,"2013-01-28 00:00",0.6,"2013-10-07 00:00",0.45,"2013-02-15 00:00",0.42,"2013-02-03 00:00","","","","",1.14,1.14,0.45,0.42,0.3,0.15,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43510",3,29.670025,-95.128508,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",48,0.172444,0.090024,0.6,"2013-06-03 00:00",0.5,"2013-10-07 00:00",0.4,"2013-07-03 00:00",0.3,"2013-03-23 00:00","","","","",0.6,0.5,0.4,0.3,0.144,0.144,0.144,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43513",3,29.670025,-95.128508,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.090509,0.022113,0.25,"2013-10-07 00:00",0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00","","","","",0.25,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43515",3,29.670025,-95.128508,"NAD83","Methacrolein","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.162815,0.094865,0.8,"2013-06-03 00:00",0.4,"2013-10-07 00:00",0.146,"2013-01-04 00:00",0.146,"2013-01-10 00:00","","","","",0.8,0.4,0.146,0.146,0.146,0.146,0.146,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43517",3,29.670025,-95.128508,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.273,0,0.273,"2013-01-04 00:00",0.273,"2013-01-10 00:00",0.273,"2013-01-16 00:00",0.273,"2013-01-22 00:00","","","","",0.273,0.273,0.273,0.273,0.273,0.273,0.273,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43518",3,29.670025,-95.128508,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.176806,0.141866,1.2,"2013-10-07 00:00",0.1575,"2013-01-04 00:00",0.1575,"2013-01-10 00:00",0.1575,"2013-01-16 00:00","","","","",1.2,0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43528",3,29.670025,-95.128508,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43552",4,29.670025,-95.128508,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",44,0.206,0.13848,0.8,"2013-02-27 00:00",0.5,"2013-01-04 00:00",0.5,"2013-01-16 00:00",0.5,"2013-02-15 00:00","","","","",0.8,0.5,0.5,0.4,0.146,0.146,0.146,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43801",2,29.670025,-95.128508,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.7024,0.101188,1.22,"2013-01-28 00:00",0.82,"2013-07-27 00:00",0.81,"2013-07-21 00:00",0.79,"2013-05-10 00:00","","","","",1.22,1.22,0.81,0.79,0.76,0.7,0.6,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43801",3,29.670025,-95.128508,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.679375,0.083664,0.88,"2013-08-08 00:00",0.8,"2013-10-01 00:00",0.78,"2013-08-20 00:00",0.78,"2013-11-06 00:00","","","","",0.88,0.88,0.8,0.78,0.73,0.7,0.57,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43802",2,29.670025,-95.128508,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.1124,0.095288,0.65,"2013-10-13 00:00",0.32,"2013-04-22 00:00",0.25,"2013-09-25 00:00",0.21,"2013-06-03 00:00","","","","",0.65,0.65,0.25,0.18,0.12,0.08,0.06,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43802",3,29.670025,-95.128508,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.090938,0.036752,0.18,"2013-10-25 00:00",0.17,"2013-02-15 00:00",0.15,"2013-11-30 00:00",0.14,"2013-11-18 00:00","","","","",0.18,0.18,0.17,0.14,0.11,0.09,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43803",2,29.670025,-95.128508,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0308,0.02586,0.13,"2013-09-25 00:00",0.07,"2013-06-03 00:00",0.07,"2013-07-15 00:00",0.07,"2013-10-07 00:00","","","","",0.13,0.13,0.07,0.07,0.05,0.03,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43803",3,29.670025,-95.128508,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.0275,0.021553,0.07,"2013-10-07 00:00",0.07,"2013-10-25 00:00",0.06,"2013-08-20 00:00",0.06,"2013-11-18 00:00","","","","",0.07,0.07,0.07,0.06,0.05,0.03,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43804",2,29.670025,-95.128508,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0902,0.029588,0.14,"2013-04-28 00:00",0.12,"2013-05-10 00:00",0.12,"2013-07-03 00:00",0.12,"2013-07-21 00:00","","","","",0.14,0.14,0.12,0.11,0.1,0.1,0.08,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43804",3,29.670025,-95.128508,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.09125,0.022107,0.14,"2013-04-28 00:00",0.11,"2013-01-28 00:00",0.11,"2013-08-08 00:00",0.11,"2013-08-26 00:00","","","","",0.14,0.14,0.11,0.11,0.1,0.09,0.08,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43811",2,29.670025,-95.128508,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2412,0.011364,0.28,"2013-01-28 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-21 00:00",0.26,"2013-10-07 00:00","","","","",0.28,0.28,0.26,0.25,0.25,0.24,0.23,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43811",3,29.670025,-95.128508,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.244375,0.010758,0.28,"2013-01-28 00:00",0.26,"2013-01-10 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-21 00:00","","","","",0.28,0.28,0.26,0.26,0.25,0.24,0.23,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43813",2,29.670025,-95.128508,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43813",3,29.670025,-95.128508,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43814",2,29.670025,-95.128508,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.01,0.01906,0.12,"2013-10-25 00:00",0.04,"2013-10-13 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-28 00:00","","","","",0.12,0.12,0.02,0.02,0.02,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43814",3,29.670025,-95.128508,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.011875,0.022061,0.12,"2013-10-25 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.12,0.12,0.02,0.02,0.02,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43815",2,29.670025,-95.128508,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.1032,0.144186,0.54,"2013-11-24 00:00",0.5,"2013-11-18 00:00",0.44,"2013-08-20 00:00",0.44,"2013-09-25 00:00","","","","",0.54,0.54,0.44,0.34,0.18,0.04,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43815",3,29.670025,-95.128508,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.0975,0.146684,0.54,"2013-11-24 00:00",0.48,"2013-11-18 00:00",0.44,"2013-08-20 00:00",0.26,"2013-10-25 00:00","","","","",0.54,0.54,0.48,0.26,0.14,0.04,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43817",2,29.670025,-95.128508,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0348,0.029363,0.14,"2013-02-15 00:00",0.1,"2013-09-25 00:00",0.08,"2013-01-04 00:00",0.08,"2013-02-27 00:00","","","","",0.14,0.14,0.08,0.08,0.04,0.02,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43817",3,29.670025,-95.128508,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.0375,0.030796,0.14,"2013-02-15 00:00",0.1,"2013-01-22 00:00",0.08,"2013-02-27 00:00",0.08,"2013-03-23 00:00","","","","",0.14,0.14,0.1,0.08,0.04,0.02,0.02,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43818",2,29.670025,-95.128508,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0004,0.002828,0.02,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0.02,0.02,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43818",3,29.670025,-95.128508,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43819",2,29.670025,-95.128508,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0014,0.004046,0.02,"2013-01-04 00:00",0.01,"2013-07-21 00:00",0.01,"2013-09-13 00:00",0.01,"2013-10-25 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43819",3,29.670025,-95.128508,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.002813,0.005811,0.02,"2013-11-06 00:00",0.02,"2013-11-30 00:00",0.01,"2013-08-08 00:00",0.01,"2013-09-25 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43820",2,29.670025,-95.128508,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43820",3,29.670025,-95.128508,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43823",2,29.670025,-95.128508,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.5326,0.034215,0.61,"2013-01-28 00:00",0.6,"2013-02-15 00:00",0.59,"2013-04-22 00:00",0.58,"2013-07-03 00:00","","","","",0.61,0.61,0.59,0.57,0.55,0.53,0.49,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43823",3,29.670025,-95.128508,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.536875,0.03136,0.61,"2013-02-15 00:00",0.6,"2013-01-28 00:00",0.59,"2013-02-03 00:00",0.57,"2013-01-10 00:00","","","","",0.61,0.61,0.6,0.57,0.55,0.54,0.5,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43824",2,29.670025,-95.128508,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0124,0.0352,0.24,"2013-03-23 00:00",0.06,"2013-06-03 00:00",0.04,"2013-07-15 00:00",0.02,"2013-02-03 00:00","","","","",0.24,0.24,0.04,0.02,0.02,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43824",3,29.670025,-95.128508,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.015,0.046001,0.26,"2013-03-23 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00","","","","",0.26,0.26,0.04,0.02,0.02,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43826",2,29.670025,-95.128508,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0068,0.031457,0.2,"2013-11-18 00:00",0.1,"2013-06-15 00:00",0.02,"2013-10-13 00:00",0.02,"2013-10-31 00:00","","","","",0.2,0.2,0.02,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43826",3,29.670025,-95.128508,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.01,0.033312,0.18,"2013-11-18 00:00",0.06,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-08-26 00:00","","","","",0.18,0.18,0.06,0.02,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43829",2,29.670025,-95.128508,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0018,0.007197,0.03,"2013-09-01 00:00",0.03,"2013-10-25 00:00",0.03,"2013-10-31 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43829",3,29.670025,-95.128508,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.008438,0.017434,0.06,"2013-01-10 00:00",0.06,"2013-01-22 00:00",0.03,"2013-01-28 00:00",0.03,"2013-09-01 00:00","","","","",0.06,0.06,0.06,0.03,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43830",2,29.670025,-95.128508,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0018,0.007197,0.03,"2013-07-03 00:00",0.03,"2013-07-21 00:00",0.03,"2013-09-25 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43830",3,29.670025,-95.128508,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.001875,0.007378,0.03,"2013-02-03 00:00",0.03,"2013-03-29 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43831",2,29.670025,-95.128508,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0006,0.004243,0.03,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0.03,0.03,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43831",3,29.670025,-95.128508,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43843",2,29.670025,-95.128508,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43843",3,29.670025,-95.128508,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43860",2,29.670025,-95.128508,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.048,0.167088,1.16,"2013-10-07 00:00",0.18,"2013-02-09 00:00",0.14,"2013-01-04 00:00",0.14,"2013-02-15 00:00","","","","",1.16,1.16,0.14,0.14,0.04,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43860",3,29.670025,-95.128508,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.056875,0.219918,1.24,"2013-10-07 00:00",0.18,"2013-02-09 00:00",0.12,"2013-01-22 00:00",0.1,"2013-11-24 00:00","","","","",1.24,1.24,0.18,0.1,0.04,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43950",3,29.670025,-95.128508,"NAD83","Heptanal","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.089954,0.018031,0.22,"2013-10-07 00:00",0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00","","","","",0.22,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43954",2,29.670025,-95.128508,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",38,0.082,0.096954,0.66,"2013-02-15 00:00",0.33,"2013-10-31 00:00",0.22,"2013-01-04 00:00",0.11,"2013-03-23 00:00","","","","",0.66,0.66,0.22,0.11,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43954",3,29.670025,-95.128508,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",22,0.085938,0.068479,0.33,"2013-09-25 00:00",0.22,"2013-01-16 00:00",0.22,"2013-02-27 00:00",0.22,"2013-10-25 00:00","","","","",0.33,0.33,0.22,0.22,0.11,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43960",1,29.670025,-95.128508,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4248,48,190,365,0,50,"","","Certification not required",1493,0.146778,0.225491,2.7,"2013-03-14 07:00",2.48,"2013-01-17 08:00",2.26,"2013-01-17 07:00",1.94,"2013-01-21 03:00","","","","",1.2,0.87,0.54,0.34,0.18,0.09,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","43960",2,29.670025,-95.128508,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.192,0.194747,0.8,"2013-02-27 00:00",0.72,"2013-02-15 00:00",0.72,"2013-09-25 00:00",0.48,"2013-03-05 00:00","","","","",0.8,0.8,0.72,0.48,0.32,0.16,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","43960",3,29.670025,-95.128508,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",13,0.287813,0.511221,2.88,"2013-09-25 00:00",0.88,"2013-02-27 00:00",0.56,"2013-04-28 00:00",0.48,"2013-03-05 00:00","","","","",2.88,2.88,0.88,0.48,0.4,0.16,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","44201",1,29.670025,-95.128508,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8621,99,362,365,0,139,0,0,"Requested but not yet concurred",655,0.040702,0.015436,0.103,"2013-08-01 15:00",0.103,"2013-09-25 15:00",0.094,"2013-07-12 14:00",0.089,"2013-07-04 11:00","","","","",0.089,0.084,0.066,0.059,0.05,0.039,0.022,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","44201",1,29.670025,-95.128508,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8684,99,361,365,0,0,1,1,"Requested but not yet concurred",0,0.035296,0.013059,0.086,"2013-09-25 11:00",0.071,"2013-07-03 10:00",0.071,"2013-07-04 09:00",0.069,"2013-07-13 11:00","","","","",0.069,0.066,0.057,0.053,0.044,0.034,0.019,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","44201",1,29.670025,-95.128508,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8684,99,361,365,0,0,1,1,"Requested but not yet concurred",0,0.035296,0.013059,0.086,"2013-09-25 11:00",0.071,"2013-07-03 10:00",0.071,"2013-07-04 09:00",0.069,"2013-07-13 11:00","","","","",0.069,0.066,0.057,0.053,0.044,0.034,0.019,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","45109",1,29.670025,-95.128508,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4225,48,189,365,0,73,"","","Certification not required",0,1.076362,1.533474,18.86,"2013-01-20 05:00",18.31,"2013-01-22 07:00",15.35,"2013-01-18 07:00",14.85,"2013-01-17 08:00","","","","",7.93,6.27,3.77,2.34,1.09,0.58,0.22,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45109",2,29.670025,-95.128508,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.2256,1.053593,4.72,"2013-02-15 00:00",3.52,"2013-10-25 00:00",3.44,"2013-02-03 00:00",2.96,"2013-09-25 00:00","","","","",4.72,4.72,3.44,2.96,1.68,0.8,0.24,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45109",3,29.670025,-95.128508,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,1.445,1.135185,4.24,"2013-02-15 00:00",3.84,"2013-10-25 00:00",3.2,"2013-02-03 00:00",3.04,"2013-11-12 00:00","","","","",4.24,4.24,3.84,3.04,2.4,1.28,0.24,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45201",1,29.670025,-95.128508,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4235,48,189,365,0,63,"","","Certification not required",0,1.566257,2.505864,36.81,"2013-07-04 06:00",34.38,"2013-07-19 06:00",34.25,"2013-04-02 23:00",33.74,"2013-01-22 07:00","","","","",12.56,7.95,4.77,3.13,1.61,0.87,0.36,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45201",2,29.670025,-95.128508,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.322,1.895478,10.62,"2013-11-12 00:00",6.06,"2013-10-07 00:00",4.92,"2013-09-13 00:00",4.8,"2013-10-13 00:00","","","","",10.62,10.62,4.92,4.62,3.72,1.8,0.78,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45201",3,29.670025,-95.128508,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,2.56125,2.125774,10.56,"2013-11-12 00:00",6.24,"2013-01-22 00:00",6.24,"2013-10-07 00:00",4.38,"2013-02-15 00:00","","","","",10.56,10.56,6.24,4.38,3.84,1.8,0.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45202",1,29.670025,-95.128508,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4235,48,189,365,0,63,"","","Certification not required",0,2.904911,12.465168,651.84,"2013-01-19 03:00",319.71,"2013-01-20 05:00",176.38,"2013-02-19 19:00",126.97,"2013-01-20 06:00","","","","",17.51,13.3,9.01,5.87,2.67,1.38,0.52,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45202",2,29.670025,-95.128508,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.9358,1.97314,8.12,"2013-02-27 00:00",7.77,"2013-09-25 00:00",6.79,"2013-02-15 00:00",5.95,"2013-03-23 00:00","","","","",8.12,8.12,6.79,5.81,3.99,2.66,0.63,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45202",3,29.670025,-95.128508,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,3.309688,2.019127,7.63,"2013-02-27 00:00",6.37,"2013-04-28 00:00",6.16,"2013-02-15 00:00",5.88,"2013-10-25 00:00","","","","",7.63,7.63,6.37,5.88,5.11,2.94,0.84,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45203",1,29.670025,-95.128508,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4247,48,190,365,0,51,"","","Certification not required",0,0.309911,0.463423,9.77,"2013-03-26 19:00",6.02,"2013-01-20 05:00",4.55,"2013-01-22 07:00",4.5,"2013-04-02 23:00","","","","",2.27,1.81,1.15,0.69,0.32,0.17,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45203",2,29.670025,-95.128508,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.4272,0.394446,1.6,"2013-02-15 00:00",1.28,"2013-09-25 00:00",1.28,"2013-11-12 00:00",1.2,"2013-10-25 00:00","","","","",1.6,1.6,1.28,1.04,0.64,0.32,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45203",3,29.670025,-95.128508,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.475,0.402797,1.44,"2013-02-15 00:00",1.28,"2013-11-12 00:00",1.2,"2013-10-25 00:00",1.04,"2013-01-22 00:00","","","","",1.44,1.44,1.28,1.04,0.8,0.32,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45204",1,29.670025,-95.128508,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4093,47,184,365,0,205,"","","Certification not required",0,0.362272,0.561967,7.24,"2013-01-20 15:00",6.7,"2013-01-22 07:00",6.54,"2013-01-22 06:00",5.83,"2013-01-17 08:00","","","","",2.9,2.19,1.33,0.82,0.37,0.19,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45204",2,29.670025,-95.128508,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.4448,0.374592,1.52,"2013-02-15 00:00",1.28,"2013-10-25 00:00",1.2,"2013-09-13 00:00",1.2,"2013-10-07 00:00","","","","",1.52,1.52,1.2,1.12,0.64,0.32,0.08,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45204",3,29.670025,-95.128508,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.5,0.398708,1.36,"2013-02-15 00:00",1.28,"2013-10-07 00:00",1.28,"2013-10-25 00:00",1.12,"2013-01-22 00:00","","","","",1.36,1.36,1.28,1.12,0.88,0.4,0.08,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45207",1,29.670025,-95.128508,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4093,47,184,365,0,205,"","","Certification not required",2190,0.110516,0.230537,4.46,"2013-01-19 07:00",3.75,"2013-01-19 08:00",2.31,"2013-03-14 07:00",2.25,"2013-01-21 03:00","","","","",1.06,0.83,0.52,0.3,0.12,0.005,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45207",2,29.670025,-95.128508,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",46,0.0604,0.035626,0.18,"2013-03-23 00:00",0.18,"2013-09-25 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-06 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45207",3,29.670025,-95.128508,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",29,0.065,0.049187,0.27,"2013-11-06 00:00",0.18,"2013-01-22 00:00",0.18,"2013-10-25 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45208",1,29.670025,-95.128508,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4066,46,183,365,0,232,"","","Certification not required",101,0.386654,0.560291,11.31,"2013-01-19 07:00",10.06,"2013-01-19 08:00",6.16,"2013-01-19 06:00",5.95,"2013-01-17 08:00","","","","",2.67,2.07,1.35,0.81,0.38,0.23,0.08,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45208",2,29.670025,-95.128508,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",29,0.191,0.215049,0.81,"2013-02-27 00:00",0.81,"2013-11-06 00:00",0.72,"2013-09-25 00:00",0.63,"2013-03-23 00:00","","","","",0.81,0.81,0.72,0.63,0.27,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45208",3,29.670025,-95.128508,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",17,0.22625,0.265619,1.17,"2013-11-06 00:00",0.72,"2013-01-22 00:00",0.72,"2013-10-25 00:00",0.54,"2013-03-23 00:00","","","","",1.17,1.17,0.72,0.54,0.36,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45209",1,29.670025,-95.128508,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3434,39,155,365,0,864,"","","Certification not required",918,0.173002,0.179667,3.43,"2013-01-19 07:00",3.06,"2013-01-19 08:00",1.97,"2013-01-19 06:00",1.61,"2013-02-22 09:00","","","","",0.69,0.59,0.46,0.37,0.25,0.16,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45209",2,29.670025,-95.128508,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",45,0.0666,0.05224,0.27,"2013-02-15 00:00",0.27,"2013-11-06 00:00",0.18,"2013-03-23 00:00",0.18,"2013-09-25 00:00","","","","",0.27,0.27,0.18,0.18,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45209",3,29.670025,-95.128508,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",28,0.074688,0.071572,0.36,"2013-11-06 00:00",0.27,"2013-10-25 00:00",0.18,"2013-01-22 00:00",0.18,"2013-03-23 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45210",1,29.670025,-95.128508,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4093,47,184,365,0,205,"","","Certification not required",0,0.07408,0.291883,5.77,"2013-07-13 07:00",4.25,"2013-05-03 22:00",4.19,"2013-06-03 05:00",4,"2013-05-04 00:00","","","","",1.29,0.79,0.32,0.15,0.05,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45210",2,29.670025,-95.128508,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0828,0.150862,0.54,"2013-03-23 00:00",0.45,"2013-09-13 00:00",0.36,"2013-02-15 00:00",0.36,"2013-06-03 00:00","","","","",0.54,0.54,0.36,0.36,0.18,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45210",3,29.670025,-95.128508,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.07875,0.140454,0.45,"2013-03-23 00:00",0.36,"2013-01-22 00:00",0.36,"2013-02-15 00:00",0.36,"2013-10-07 00:00","","","","",0.45,0.45,0.36,0.36,0.18,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45211",2,29.670025,-95.128508,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",44,0.0692,0.05458,0.27,"2013-09-25 00:00",0.27,"2013-11-06 00:00",0.18,"2013-03-23 00:00",0.18,"2013-08-20 00:00","","","","",0.27,0.27,0.18,0.18,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45211",3,29.670025,-95.128508,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",26,0.082813,0.0757,0.36,"2013-11-06 00:00",0.27,"2013-02-27 00:00",0.18,"2013-01-22 00:00",0.18,"2013-03-23 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45212",2,29.670025,-95.128508,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",27,0.1746,0.184603,0.9,"2013-02-15 00:00",0.63,"2013-11-06 00:00",0.54,"2013-02-27 00:00",0.54,"2013-03-23 00:00","","","","",0.9,0.9,0.54,0.54,0.27,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45212",3,29.670025,-95.128508,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",18,0.18,0.200306,0.9,"2013-11-06 00:00",0.54,"2013-01-22 00:00",0.54,"2013-10-25 00:00",0.45,"2013-03-23 00:00","","","","",0.9,0.9,0.54,0.45,0.27,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45213",2,29.670025,-95.128508,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",44,0.0692,0.057529,0.36,"2013-11-06 00:00",0.18,"2013-02-03 00:00",0.18,"2013-03-23 00:00",0.18,"2013-04-28 00:00","","","","",0.36,0.36,0.18,0.18,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45213",3,29.670025,-95.128508,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",27,0.075938,0.067721,0.36,"2013-11-06 00:00",0.18,"2013-01-22 00:00",0.18,"2013-03-23 00:00",0.18,"2013-08-20 00:00","","","","",0.36,0.36,0.18,0.18,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45218",2,29.670025,-95.128508,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",47,0.055,0.023146,0.2,"2013-02-15 00:00",0.1,"2013-02-27 00:00",0.1,"2013-08-20 00:00",0.05,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45218",3,29.670025,-95.128508,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",31,0.051563,0.008839,0.1,"2013-01-16 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45219",2,29.670025,-95.128508,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",36,0.072,0.047552,0.3,"2013-02-15 00:00",0.2,"2013-02-03 00:00",0.2,"2013-02-27 00:00",0.1,"2013-03-23 00:00","","","","",0.3,0.3,0.2,0.1,0.1,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45219",3,29.670025,-95.128508,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",22,0.078125,0.050701,0.2,"2013-02-03 00:00",0.2,"2013-02-27 00:00",0.2,"2013-08-20 00:00",0.2,"2013-10-25 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45220",1,29.670025,-95.128508,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4093,47,184,365,0,205,"","","Certification not required",0,0.10052,0.270406,9.38,"2013-01-11 08:00",3.94,"2013-02-22 02:00",2.48,"2013-07-01 21:00",2.34,"2013-03-22 21:00","","","","",1.1,0.86,0.46,0.3,0.11,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45220",2,29.670025,-95.128508,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0832,0.113091,0.4,"2013-03-23 00:00",0.4,"2013-09-25 00:00",0.4,"2013-10-13 00:00",0.24,"2013-02-27 00:00","","","","",0.4,0.4,0.4,0.24,0.16,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45220",3,29.670025,-95.128508,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.095,0.10836,0.4,"2013-02-15 00:00",0.32,"2013-03-23 00:00",0.24,"2013-01-22 00:00",0.24,"2013-10-25 00:00","","","","",0.4,0.4,0.32,0.24,0.16,0.08,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45225",1,29.670025,-95.128508,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3199,37,143,365,0,1099,"","","Certification not required",1618,0.092888,0.1933,5.82,"2013-06-09 09:00",1.3,"2013-02-27 07:00",1.27,"2013-01-17 08:00",1.23,"2013-07-04 04:00","","","","",0.83,0.67,0.42,0.27,0.11,0.005,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","45225",2,29.670025,-95.128508,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",46,0.0604,0.035626,0.18,"2013-03-23 00:00",0.18,"2013-09-25 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-06 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45225",3,29.670025,-95.128508,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",29,0.062188,0.038499,0.18,"2013-02-03 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-06 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45501",3,29.670025,-95.128508,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.1715,0,0.1715,"2013-01-04 00:00",0.1715,"2013-01-10 00:00",0.1715,"2013-01-16 00:00",0.1715,"2013-01-22 00:00","","","","",0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45503",3,29.670025,-95.128508,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45505",3,29.670025,-95.128508,"NAD83","o-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45506",3,29.670025,-95.128508,"NAD83","m & p-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45801",2,29.670025,-95.128508,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0576,0.109741,0.6,"2013-10-13 00:00",0.3,"2013-08-20 00:00",0.24,"2013-02-15 00:00",0.24,"2013-06-03 00:00","","","","",0.6,0.6,0.24,0.18,0.06,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","45801",3,29.670025,-95.128508,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",32,52,32,61,0,0,"","","Certification not required",0,0.028125,0.06463,0.3,"2013-08-20 00:00",0.18,"2013-11-30 00:00",0.12,"2013-02-21 00:00",0.06,"2013-01-22 00:00","","","","",0.3,0.3,0.18,0.06,0.06,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","61101",1,29.670025,-95.128508,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7291,100,51,61,0,5,"","","Certification not required",0,5.406419,2.975361,16.8,"2013-03-04 11:00",16.5,"2013-03-04 10:00",16.2,"2013-02-20 11:00",16.2,"2013-02-25 15:00","","","","",13,12,10.8,9.6,7.4,5,1.8,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","61103",1,29.670025,-95.128508,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7291,100,51,61,0,5,"","","Certification not required",0,5.02499,2.923678,16.3,"2013-03-04 11:00",16,"2013-03-04 10:00",15.8,"2013-02-20 11:00",15.5,"2013-02-20 10:00","","","","",12.5,11.5,10.3,9.1,7,4.6,1.5,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","61104",1,29.670025,-95.128508,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7291,100,51,61,0,5,"","","Certification not required",0,155.905623,89.050205,360,"2013-02-19 02:00",359.9,"2013-01-17 19:00",359.3,"2013-01-22 01:00",359.2,"2013-03-02 01:00","","","","",351.4,343.6,335,321.6,195.5,141.7,45.8,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","61105",1,29.670025,-95.128508,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7291,100,51,61,0,5,"","","Certification not required",0,11.000823,5.623779,38,"2013-02-25 17:00",36,"2013-02-25 20:00",35,"2013-06-06 17:00",34,"2013-02-25 18:00","","","","",26,24,21,18,15,11,4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","61106",1,29.670025,-95.128508,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7291,100,51,61,0,5,"","","Certification not required",0,22.143053,10.776856,80.3,"2013-05-01 02:00",78.6,"2013-06-19 04:00",78.1,"2013-03-06 17:00",76.9,"2013-07-19 09:00","","","","",64.1,57.2,45.6,35,26,18.8,13,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","62101",1,29.670025,-95.128508,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7291,100,51,61,0,5,"","","Certification not required",0,72.083253,13.298279,103,"2013-06-29 15:00",102,"2013-06-29 14:00",102,"2013-06-29 16:00",101,"2013-06-28 16:00","","","","",96,94,92,89,81,75,52,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","62103",1,29.670025,-95.128508,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7291,83,304,365,0,5,"","","Certification not required",0,60.639144,13.989059,78,"2013-09-20 09:00",78,"2013-09-20 10:00",78,"2013-09-20 13:00",78,"2013-09-20 14:00","","","","",75,75,74,74,72,66,39,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","62201",1,29.670025,-95.128508,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7293,83,304,365,0,3,"","","Certification not required",0,70.357055,18.854156,96,"2013-01-06 04:00",96,"2013-01-06 05:00",96,"2013-01-10 05:00",96,"2013-01-10 06:00","","","","",95,95,93,92,87,74,43,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","63301",1,29.670025,-95.128508,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7293,100,51,61,0,3,"","","Certification not required",3523,0.294102,0.410016,1.54,"2013-06-10 12:00",1.53,"2013-06-15 11:00",1.49,"2013-06-23 11:00",1.48,"2013-05-13 12:00","","","","",1.36,1.3,1.18,1.01,0.53,0.02,0.005,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","68103",6,29.670025,-95.128508,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,3,"","","Certification not required",0,16.645631,7.18125,26.4,"2013-09-16 00:00",25.4,"2013-05-31 00:00",25.3,"2013-08-05 00:00",25.1,"2013-06-15 00:00","","","","",25.4,25.3,25.1,24.4,23.3,18.4,6.1,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68103",7,29.670025,-95.128508,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,17.518,6.915251,25.7,"2013-06-15 00:00",25.1,"2013-06-21 00:00",25.1,"2013-08-02 00:00",25.1,"2013-09-19 00:00","","","","",25.7,25.7,25.1,24.8,23.4,21,7,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68103",8,29.670025,-95.128508,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",39,81,39,48,0,0,"","","Certification not required",0,14.705128,7.556975,25.6,"2013-09-16 00:00",24.8,"2013-08-11 00:00",24.3,"2013-09-28 00:00",23.8,"2013-09-19 00:00","","","","",25.6,25.6,24.8,23.8,21.9,15.7,4.1,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","68104",6,29.670025,-95.128508,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,3,"","","Certification not required",0,27.616505,6.633857,38.9,"2013-08-14 00:00",37.7,"2013-08-29 00:00",37.5,"2013-06-30 00:00",36.9,"2013-08-05 00:00","","","","",37.7,37.5,36.5,35.7,33.9,28.2,19.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68104",7,29.670025,-95.128508,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,28.3,6.759151,39.6,"2013-08-14 00:00",37.6,"2013-05-22 00:00",37.1,"2013-09-25 00:00",36.8,"2013-06-27 00:00","","","","",39.6,39.6,37.1,36.6,34.7,28.4,21,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68104",8,29.670025,-95.128508,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",39,81,39,48,0,0,"","","Certification not required",0,25.94359,7.855732,39.3,"2013-08-14 00:00",36.8,"2013-08-29 00:00",35.6,"2013-09-01 00:00",35.6,"2013-09-25 00:00","","","","",39.3,39.3,36.8,35.6,32.1,26.8,14.4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","68105",2,29.670025,-95.128508,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,23.124444,6.721917,31.1,"2013-06-27 00:00",30.6,"2013-07-27 00:00",30.6,"2013-08-02 00:00",30.6,"2013-08-14 00:00","","","","",31.1,31.1,30.6,30,28.9,25,13.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","68105",6,29.670025,-95.128508,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",103,84,103,122,0,3,"","","Certification not required",0,21.813592,6.484159,31.6,"2013-06-30 00:00",30,"2013-07-12 00:00",29.6,"2013-08-05 00:00",29.6,"2013-08-29 00:00","","","","",30,29.6,29.4,29.1,27.8,23,12.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68105",7,29.670025,-95.128508,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,22.612,6.424082,35.2,"2013-07-09 00:00",30,"2013-06-15 00:00",29.9,"2013-06-27 00:00",29.8,"2013-08-02 00:00","","","","",35.2,35.2,29.9,29.6,28,24,12.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68105",8,29.670025,-95.128508,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",39,81,39,48,0,0,"","","Certification not required",0,20.038462,7.253914,29.3,"2013-08-11 00:00",29.1,"2013-08-14 00:00",28.7,"2013-08-29 00:00",28.4,"2013-09-16 00:00","","","","",29.3,29.3,29.1,28.4,26.6,21.6,7.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","68106",6,29.670025,-95.128508,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,3,"","","Certification not required",0,754.572816,3.462975,764,"2013-01-04 00:00",764,"2013-03-26 00:00",763,"2013-03-14 00:00",762,"2013-03-02 00:00","","","","",764,763,761,760,756,754,751,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68106",7,29.670025,-95.128508,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,756.04,3.307135,766,"2013-01-04 00:00",763,"2013-01-22 00:00",762,"2013-10-25 00:00",761,"2013-01-16 00:00","","","","",766,766,762,761,758,756,753,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68106",8,29.670025,-95.128508,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",39,81,39,48,0,0,"","","Certification not required",0,759.128205,4.455508,768,"2013-12-12 00:00",768,"2013-12-24 00:00",767,"2013-12-27 00:00",766,"2013-11-24 00:00","","","","",768,768,768,766,761,758,755,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","68107",6,29.670025,-95.128508,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,3,"","","Certification not required",0,758.271845,3.898703,770,"2013-11-12 00:00",769,"2013-01-04 00:00",768,"2013-03-26 00:00",767,"2013-03-14 00:00","","","","",769,768,765,764,761,758,754,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68107",7,29.670025,-95.128508,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,759.82,3.836931,770,"2013-01-04 00:00",767,"2013-01-22 00:00",767,"2013-02-03 00:00",767,"2013-10-25 00:00","","","","",770,770,767,766,762,759,756,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68107",8,29.670025,-95.128508,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",39,81,39,48,0,0,"","","Certification not required",0,764.435897,5.097961,775,"2013-11-12 00:00",775,"2013-12-12 00:00",775,"2013-12-24 00:00",772,"2013-12-27 00:00","","","","",775,775,775,772,768,763,759,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","68108",2,29.670025,-95.128508,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,760.311111,3.794866,771,"2013-01-04 00:00",768,"2013-01-22 00:00",767,"2013-01-16 00:00",766,"2013-02-03 00:00","","","","",771,771,767,766,762,760,756,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","68108",6,29.670025,-95.128508,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",103,84,103,122,0,3,"","","Certification not required",0,755.961165,3.522817,766,"2013-01-04 00:00",765,"2013-03-26 00:00",764,"2013-03-14 00:00",764,"2013-11-12 00:00","","","","",765,764,763,761,758,755,752,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68108",7,29.670025,-95.128508,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,757.5,3.441938,768,"2013-01-04 00:00",764,"2013-01-22 00:00",764,"2013-10-25 00:00",763,"2013-01-16 00:00","","","","",768,768,764,763,759,757,755,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","68108",8,29.670025,-95.128508,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",39,81,39,48,0,0,"","","Certification not required",0,761.871795,4.595075,772,"2013-12-12 00:00",772,"2013-12-24 00:00",769,"2013-11-12 00:00",769,"2013-11-24 00:00","","","","",772,772,772,769,764,761,757,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","81102",1,29.670025,-95.128508,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",2,18.233333,11.538244,82,"2013-08-08 00:00",49,"2013-06-21 00:00",30,"2013-06-27 00:00",30,"2013-09-25 00:00","","","","",82,49,30,27,23,17,9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","81102",2,29.670025,-95.128508,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",0,18.586207,11.639368,82,"2013-08-08 00:00",44,"2013-06-21 00:00",43,"2013-09-07 00:00",28,"2013-03-05 00:00","","","","",82,44,43,26,22,18,8,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1039","82103",1,29.670025,-95.128508,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.338636,2.238585,13.4,"2013-02-15 00:00",8.2,"2013-02-27 00:00",3.2,"2013-03-23 00:00",2.5,"2013-02-03 00:00","","","","",13.4,13.4,3.2,1.8,1.2,0.8,0.4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","82103",2,29.670025,-95.128508,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.513953,2.726115,15.3,"2013-02-15 00:00",11.2,"2013-02-27 00:00",2.8,"2013-06-09 00:00",2.7,"2013-03-23 00:00","","","","",15.3,15.3,2.8,2.3,1.2,0.9,0.4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-09" +"48","201","1039","82105",1,29.670025,-95.128508,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.0125,0.023735,0.12,"2013-01-10 00:00",0.1,"2013-08-08 00:00",0.05,"2013-06-21 00:00",0.03,"2013-06-27 00:00","","","","",0.12,0.12,0.05,0.02,0.01,0.01,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","82105",2,29.670025,-95.128508,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.009302,0.019687,0.12,"2013-08-08 00:00",0.05,"2013-06-21 00:00",0.02,"2013-02-21 00:00",0.02,"2013-03-05 00:00","","","","",0.12,0.12,0.02,0.02,0.01,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-09" +"48","201","1039","82110",1,29.670025,-95.128508,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.010682,0.031059,0.15,"2013-02-03 00:00",0.1,"2013-05-28 00:00",0.08,"2013-09-25 00:00",0.07,"2013-06-27 00:00","","","","",0.15,0.15,0.08,0.05,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","82110",2,29.670025,-95.128508,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.014884,0.089904,0.59,"2013-07-09 00:00",0.02,"2013-02-15 00:00",0.02,"2013-04-10 00:00",0.01,"2013-04-04 00:00","","","","",0.59,0.59,0.02,0,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-09" +"48","201","1039","82128",1,29.670025,-95.128508,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.001969,0.001005,0.00601,"2013-09-07 00:00",0.00396,"2013-09-25 00:00",0.00384,"2013-03-23 00:00",0.00374,"2013-01-22 00:00","","","","",0.00601,0.00601,0.00384,0.00312,0.0024,0.0018,0.00095,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","82128",2,29.670025,-95.128508,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.001958,0.000831,0.00495,"2013-09-07 00:00",0.00393,"2013-03-23 00:00",0.00357,"2013-01-22 00:00",0.00304,"2013-03-17 00:00","","","","",0.00495,0.00495,0.00357,0.00275,0.00233,0.0018,0.00105,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-13" +"48","201","1039","82132",1,29.670025,-95.128508,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,6.640455,7.403717,43.4,"2013-08-08 00:00",25.6,"2013-06-21 00:00",15.1,"2013-09-25 00:00",13.2,"2013-06-27 00:00","","","","",43.4,43.4,15.1,13,8.28,4.47,1.77,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","82132",2,29.670025,-95.128508,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,6.685581,7.41567,44.9,"2013-08-08 00:00",24.1,"2013-06-21 00:00",13.4,"2013-01-22 00:00",13.1,"2013-03-05 00:00","","","","",44.9,44.9,13.4,12,8.32,4.09,1.82,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-09" +"48","201","1039","82136",1,29.670025,-95.128508,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.946136,1.328383,7.25,"2013-01-22 00:00",4.42,"2013-09-13 00:00",4.07,"2013-09-25 00:00",3.83,"2013-02-15 00:00","","","","",7.25,7.25,4.07,3.79,2.32,1.72,0.76,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2013-12-18" +"48","201","1039","82136",2,29.670025,-95.128508,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Tisch Environmental 6000 Series - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.860465,1.391329,7.57,"2013-01-22 00:00",4.46,"2013-09-13 00:00",4.17,"2013-02-15 00:00",3.97,"2013-03-23 00:00","","","","",7.57,7.57,4.17,3.59,2.27,1.47,0.59,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-09" +"48","201","1039","85101",4,29.670025,-95.128508,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",8310,95,345,365,0,450,"","","Certification not required",203,20.298436,13.336205,244,"2013-01-30 07:00",186,"2013-01-30 06:00",155,"2013-05-08 14:00",145,"2013-01-30 08:00","","","","",69,55,43,35,26,18,7,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","86101",4,29.670025,-95.128508,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6849,78,255,365,0,1911,"","","Certification not required",0,13.075485,10.435186,218,"2013-01-30 07:00",178,"2013-01-30 06:00",153,"2013-05-08 14:00",131,"2013-01-30 08:00","","","","",51,39,29,24,17,11,3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","88101",4,29.670025,-95.128508,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6955,79,348,365,0,1805,"","","Requested but not yet concurred",0,8.732998,7.004427,94,"2013-03-25 13:00",75,"2013-10-07 18:00",68,"2013-05-17 15:00",63,"2013-11-11 21:00","","","","",32,28,22,17,11,7,2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","88101",4,29.670025,-95.128508,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,0,0,"Requested but not yet concurred",0,9.015152,4.729352,28.5,"2013-08-07 00:00",28.1,"2013-08-08 00:00",22.4,"2013-05-17 00:00",21.4,"2013-07-04 00:00","","","","",22.4,21.2,17,16,11.6,8,3.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","88101",4,29.670025,-95.128508,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,0,"","","Requested but not yet concurred",0,9.015152,4.729352,28.5,"2013-08-07 00:00",28.1,"2013-08-08 00:00",22.4,"2013-05-17 00:00",21.4,"2013-07-04 00:00","","","","",22.4,21.2,17,16,11.6,8,3.9,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1039","88101",8,29.670025,-95.128508,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",39,32,39,122,0,9,0,0,"Requested but not yet concurred",0,8.889744,3.374112,16.2,"2013-12-15 00:00",15.8,"2013-08-29 00:00",14.7,"2013-09-25 00:00",14.4,"2013-10-25 00:00","","","","",16.2,16.2,15.8,14.4,11.3,8.6,4.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","88101",8,29.670025,-95.128508,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",39,32,39,122,0,9,"","","Requested but not yet concurred",0,8.889744,3.374112,16.2,"2013-12-15 00:00",15.8,"2013-08-29 00:00",14.7,"2013-09-25 00:00",14.4,"2013-10-25 00:00","","","","",16.2,16.2,15.8,14.4,11.3,8.6,4.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-18" +"48","201","1039","88102",6,29.670025,-95.128508,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",97,0.020636,0.007502,0.053,"2013-03-08 00:00",0.05,"2013-03-26 00:00",0.049,"2013-02-27 00:00",0.041,"2013-05-19 00:00","","","","",0.05,0.049,0.026,0.026,0.021,0.021,0.014,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88102",7,29.670025,-95.128508,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.0194,0.005956,0.044,"2013-04-22 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00",0.026,"2013-02-27 00:00","","","","",0.044,0.044,0.026,0.026,0.021,0.0195,0.014,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88103",6,29.670025,-95.128508,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001087,0.00343,0.033,"2013-03-26 00:00",0.008,"2013-02-27 00:00",0.007,"2013-02-15 00:00",0.004,"2013-01-19 00:00","","","","",0.008,0.007,0.003,0.002,0.001,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88103",7,29.670025,-95.128508,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00088,0.00152,0.008,"2013-02-27 00:00",0.006,"2013-02-15 00:00",0.003,"2013-06-27 00:00",0.002,"2013-02-03 00:00","","","","",0.008,0.008,0.003,0.002,0.001,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88104",6,29.670025,-95.128508,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",34,0.131942,0.263397,1.59,"2013-08-08 00:00",1.3,"2013-06-21 00:00",0.895,"2013-07-24 00:00",0.794,"2013-06-27 00:00","","","","",1.3,0.895,0.696,0.413,0.083,0.042,0.0065,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88104",7,29.670025,-95.128508,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",27,0.10455,0.273023,1.63,"2013-08-08 00:00",0.967,"2013-06-21 00:00",0.483,"2013-06-27 00:00",0.337,"2013-07-27 00:00","","","","",1.63,1.63,0.483,0.334,0.046,0.0125,0.0065,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88107",6,29.670025,-95.128508,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",91,0.010797,0.031802,0.321,"2013-01-22 00:00",0.049,"2013-10-22 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00","","","","",0.049,0.0295,0.0295,0.0168,0.0055,0.005,0.00385,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88107",7,29.670025,-95.128508,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.013946,0.044787,0.32,"2013-01-22 00:00",0.037,"2013-08-08 00:00",0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00","","","","",0.32,0.32,0.0295,0.0295,0.0055,0.005,0.00385,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88109",6,29.670025,-95.128508,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",26,0.003182,0.001959,0.0091,"2013-04-16 00:00",0.0078,"2013-01-22 00:00",0.0074,"2013-03-17 00:00",0.0071,"2013-01-07 00:00","","","","",0.0078,0.0074,0.0068,0.0061,0.0045,0.0029,0.0009,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88109",7,29.670025,-95.128508,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",15,0.003006,0.002011,0.0084,"2013-03-23 00:00",0.0079,"2013-04-16 00:00",0.0067,"2013-07-03 00:00",0.0059,"2013-10-25 00:00","","","","",0.0084,0.0084,0.0067,0.0058,0.0043,0.0033,0.00065,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88110",6,29.670025,-95.128508,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001515,0.004128,0.022,"2013-02-03 00:00",0.019,"2013-11-12 00:00",0.016,"2013-01-01 00:00",0.016,"2013-09-28 00:00","","","","",0.019,0.016,0.012,0.006,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88110",7,29.670025,-95.128508,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00128,0.003405,0.015,"2013-08-08 00:00",0.012,"2013-01-28 00:00",0.012,"2013-11-06 00:00",0.008,"2013-07-09 00:00","","","","",0.015,0.015,0.012,0.006,0,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88111",6,29.670025,-95.128508,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",5,0.060509,0.072432,0.526,"2013-08-08 00:00",0.313,"2013-06-21 00:00",0.298,"2013-07-24 00:00",0.238,"2013-09-16 00:00","","","","",0.313,0.298,0.185,0.111,0.0645,0.0374,0.0167,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88111",7,29.670025,-95.128508,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.057411,0.07678,0.515,"2013-08-08 00:00",0.23,"2013-06-21 00:00",0.128,"2013-07-27 00:00",0.122,"2013-06-27 00:00","","","","",0.515,0.515,0.128,0.0998,0.0599,0.0435,0.0113,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88112",6,29.670025,-95.128508,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.00735,0.013554,0.073,"2013-09-28 00:00",0.071,"2013-09-19 00:00",0.048,"2013-09-22 00:00",0.048,"2013-10-01 00:00","","","","",0.071,0.048,0.044,0.022,0.005,0.003,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88112",7,29.670025,-95.128508,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00512,0.01341,0.08,"2013-09-25 00:00",0.042,"2013-10-01 00:00",0.04,"2013-10-07 00:00",0.007,"2013-07-21 00:00","","","","",0.08,0.08,0.04,0.006,0.003,0.002,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88113",6,29.670025,-95.128508,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",93,0.000774,0.000379,0.0027,"2013-07-24 00:00",0.0027,"2013-09-16 00:00",0.0021,"2013-06-15 00:00",0.0016,"2013-02-15 00:00","","","","",0.0027,0.0021,0.0015,0.001,0.0007,0.0007,0.00055,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88113",7,29.670025,-95.128508,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.00078,0.000341,0.0025,"2013-08-08 00:00",0.0015,"2013-01-22 00:00",0.0015,"2013-06-21 00:00",0.0014,"2013-02-27 00:00","","","","",0.0025,0.0025,0.0015,0.0012,0.0007,0.0007,0.00055,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88114",6,29.670025,-95.128508,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",40,0.008432,0.011204,0.044,"2013-10-07 00:00",0.0429,"2013-02-15 00:00",0.042,"2013-09-25 00:00",0.0413,"2013-05-04 00:00","","","","",0.0429,0.042,0.0347,0.0255,0.0106,0.0026,0.00065,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88114",7,29.670025,-95.128508,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.018172,0.014651,0.0559,"2013-05-04 00:00",0.0484,"2013-02-15 00:00",0.0459,"2013-10-07 00:00",0.0456,"2013-09-25 00:00","","","","",0.0559,0.0559,0.0459,0.0395,0.028,0.0123,0.0039,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88115",6,29.670025,-95.128508,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",17,0.123603,0.190408,1.13,"2013-04-10 00:00",0.688,"2013-02-18 00:00",0.643,"2013-05-31 00:00",0.542,"2013-05-19 00:00","","","","",0.688,0.643,0.502,0.427,0.154,0.025,0.00405,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88115",7,29.670025,-95.128508,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",4,0.128684,0.202593,1.21,"2013-04-10 00:00",0.538,"2013-01-28 00:00",0.449,"2013-05-28 00:00",0.359,"2013-09-19 00:00","","","","",1.21,1.21,0.449,0.324,0.152,0.064,0.0062,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88117",6,29.670025,-95.128508,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.006055,0.009299,0.0435,"2013-02-18 00:00",0.0435,"2013-06-21 00:00",0.043,"2013-04-16 00:00",0.043,"2013-06-18 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0041,0.0041,0.0028,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88117",7,29.670025,-95.128508,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006165,0.009426,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-16 00:00",0.00485,"2013-03-23 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88118",6,29.670025,-95.128508,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",103,0.009583,0.006476,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-06-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88118",7,29.670025,-95.128508,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009137,0.006386,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-16 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88126",6,29.670025,-95.128508,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.106839,0.147365,1.02,"2013-08-08 00:00",0.622,"2013-06-21 00:00",0.562,"2013-07-24 00:00",0.515,"2013-07-30 00:00","","","","",0.622,0.562,0.446,0.239,0.0943,0.0618,0.027,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88126",7,29.670025,-95.128508,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.100194,0.165744,1.06,"2013-08-08 00:00",0.568,"2013-06-21 00:00",0.283,"2013-06-27 00:00",0.246,"2013-07-27 00:00","","","","",1.06,1.06,0.283,0.194,0.0989,0.0529,0.0242,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88128",6,29.670025,-95.128508,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001165,0.001815,0.009,"2013-09-04 00:00",0.007,"2013-09-10 00:00",0.006,"2013-06-18 00:00",0.006,"2013-10-22 00:00","","","","",0.007,0.006,0.005,0.004,0.002,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88128",7,29.670025,-95.128508,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00072,0.001629,0.01,"2013-09-07 00:00",0.003,"2013-03-17 00:00",0.003,"2013-04-22 00:00",0.003,"2013-06-03 00:00","","","","",0.01,0.01,0.003,0.002,0.001,0,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88131",6,29.670025,-95.128508,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",99,0.010665,0.004121,0.025,"2013-01-22 00:00",0.024,"2013-08-17 00:00",0.02,"2013-08-11 00:00",0.018,"2013-04-04 00:00","","","","",0.024,0.02,0.0165,0.0165,0.011,0.011,0.007,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88131",7,29.670025,-95.128508,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.01055,0.004545,0.029,"2013-10-01 00:00",0.019,"2013-08-08 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00","","","","",0.029,0.029,0.0165,0.0165,0.011,0.008,0.007,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88132",6,29.670025,-95.128508,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.002447,0.00291,0.016,"2013-08-08 00:00",0.015,"2013-09-25 00:00",0.009,"2013-01-22 00:00",0.009,"2013-06-21 00:00","","","","",0.015,0.009,0.008,0.006,0.003,0.002,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88132",7,29.670025,-95.128508,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0024,0.00277,0.016,"2013-08-08 00:00",0.009,"2013-06-21 00:00",0.007,"2013-01-22 00:00",0.006,"2013-09-25 00:00","","","","",0.016,0.016,0.007,0.004,0.003,0.002,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88136",6,29.670025,-95.128508,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.001757,0.002002,0.01,"2013-08-11 00:00",0.009,"2013-09-25 00:00",0.008,"2013-06-27 00:00",0.008,"2013-07-06 00:00","","","","",0.009,0.008,0.006,0.004,0.002,0.001,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88136",7,29.670025,-95.128508,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00116,0.001267,0.006,"2013-04-16 00:00",0.005,"2013-01-22 00:00",0.003,"2013-02-09 00:00",0.003,"2013-03-23 00:00","","","","",0.006,0.006,0.003,0.003,0.002,0.001,0,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88140",6,29.670025,-95.128508,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",68,0.020324,0.029597,0.186,"2013-06-21 00:00",0.142,"2013-06-18 00:00",0.13,"2013-04-10 00:00",0.0811,"2013-05-16 00:00","","","","",0.142,0.13,0.069,0.059,0.022,0.009,0.00475,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88140",7,29.670025,-95.128508,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",31,0.020286,0.028439,0.146,"2013-04-10 00:00",0.123,"2013-08-08 00:00",0.078,"2013-01-28 00:00",0.063,"2013-05-22 00:00","","","","",0.146,0.146,0.078,0.051,0.023,0.009,0.00475,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88152",6,29.670025,-95.128508,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",101,0.005627,0.001943,0.017,"2013-08-08 00:00",0.014,"2013-08-17 00:00",0.008,"2013-01-10 00:00",0.008,"2013-02-12 00:00","","","","",0.014,0.008,0.008,0.008,0.0055,0.005,0.0045,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88152",7,29.670025,-95.128508,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005481,0.001407,0.008,"2013-03-23 00:00",0.008,"2013-04-10 00:00",0.008,"2013-05-16 00:00",0.008,"2013-05-22 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88154",6,29.670025,-95.128508,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",102,0.001092,0.000235,0.0015,"2013-05-25 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88154",7,29.670025,-95.128508,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.00108,0.000248,0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88160",6,29.670025,-95.128508,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",101,0.013563,0.004239,0.034,"2013-07-15 00:00",0.024,"2013-06-21 00:00",0.0185,"2013-02-09 00:00",0.0185,"2013-03-11 00:00","","","","",0.024,0.0185,0.018,0.018,0.016,0.016,0.01,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88160",7,29.670025,-95.128508,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.01464,0.008138,0.058,"2013-06-27 00:00",0.039,"2013-08-26 00:00",0.021,"2013-05-22 00:00",0.018,"2013-01-22 00:00","","","","",0.058,0.058,0.021,0.018,0.016,0.016,0.01,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88161",6,29.670025,-95.128508,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",76,0.008256,0.015849,0.0892,"2013-08-08 00:00",0.0808,"2013-06-21 00:00",0.062,"2013-07-24 00:00",0.0598,"2013-07-30 00:00","","","","",0.0808,0.062,0.0419,0.0185,0.0047,0.0025,0.0021,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88161",7,29.670025,-95.128508,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",38,0.007531,0.015742,0.084,"2013-08-08 00:00",0.0711,"2013-06-21 00:00",0.035,"2013-06-27 00:00",0.022,"2013-07-27 00:00","","","","",0.084,0.084,0.035,0.0191,0.00265,0.0025,0.0021,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88164",6,29.670025,-95.128508,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",87,0.002019,0.001147,0.007,"2013-01-19 00:00",0.007,"2013-03-29 00:00",0.006,"2013-11-09 00:00",0.005,"2013-02-15 00:00","","","","",0.007,0.006,0.0042,0.0037,0.0019,0.0016,0.0015,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88164",7,29.670025,-95.128508,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.00197,0.001131,0.0067,"2013-05-22 00:00",0.005,"2013-01-22 00:00",0.005,"2013-06-15 00:00",0.0049,"2013-08-08 00:00","","","","",0.0067,0.0067,0.005,0.0036,0.0019,0.0016,0.0015,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88165",6,29.670025,-95.128508,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",1,0.255154,0.526028,3.61,"2013-08-08 00:00",2.33,"2013-06-21 00:00",1.82,"2013-07-24 00:00",1.77,"2013-07-30 00:00","","","","",2.33,1.82,1.47,0.591,0.169,0.0819,0.029,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88165",7,29.670025,-95.128508,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.25303,0.587732,3.64,"2013-08-08 00:00",2.01,"2013-06-21 00:00",0.928,"2013-06-27 00:00",0.793,"2013-07-27 00:00","","","","",3.64,3.64,0.928,0.616,0.174,0.083,0.028,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88166",6,29.670025,-95.128508,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",101,0.008739,0.005483,0.028,"2013-02-03 00:00",0.019,"2013-01-16 00:00",0.019,"2013-01-25 00:00",0.019,"2013-02-09 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0075,0.0042,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88166",7,29.670025,-95.128508,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00842,0.005169,0.019,"2013-01-22 00:00",0.019,"2013-06-09 00:00",0.019,"2013-08-02 00:00",0.019,"2013-10-13 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88167",6,29.670025,-95.128508,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",27,0.008345,0.008563,0.0515,"2013-09-04 00:00",0.035,"2013-09-25 00:00",0.0323,"2013-10-10 00:00",0.0298,"2013-09-28 00:00","","","","",0.035,0.0323,0.0237,0.0188,0.012,0.0046,0.00175,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88167",7,29.670025,-95.128508,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",14,0.007663,0.007656,0.0336,"2013-09-25 00:00",0.0242,"2013-01-22 00:00",0.0224,"2013-02-15 00:00",0.0201,"2013-10-25 00:00","","","","",0.0336,0.0336,0.0224,0.02,0.0112,0.0048,0.0013,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88168",6,29.670025,-95.128508,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",94,0.00153,0.001302,0.0097,"2013-07-15 00:00",0.0079,"2013-01-01 00:00",0.0065,"2013-01-22 00:00",0.0047,"2013-09-10 00:00","","","","",0.0079,0.0065,0.0033,0.00175,0.00175,0.00115,0.00085,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88168",7,29.670025,-95.128508,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.001527,0.001126,0.0075,"2013-05-22 00:00",0.0041,"2013-08-08 00:00",0.0039,"2013-01-22 00:00",0.0034,"2013-06-21 00:00","","","","",0.0075,0.0075,0.0039,0.0026,0.00175,0.00115,0.00085,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88169",6,29.670025,-95.128508,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.68865,0.307935,1.94,"2013-04-16 00:00",1.45,"2013-08-29 00:00",1.36,"2013-05-25 00:00",1.29,"2013-02-09 00:00","","","","",1.45,1.36,1.16,1.04,0.887,0.64,0.346,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88169",7,29.670025,-95.128508,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.6867,0.347454,1.76,"2013-04-16 00:00",1.59,"2013-03-23 00:00",1.26,"2013-02-09 00:00",1.23,"2013-07-03 00:00","","","","",1.76,1.76,1.26,1.08,0.932,0.618,0.296,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88176",6,29.670025,-95.128508,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",101,0.000986,0.000298,0.0029,"2013-08-08 00:00",0.0016,"2013-03-26 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.0013,0.0009,0.0007,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88176",7,29.670025,-95.128508,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.001024,0.000301,0.0021,"2013-08-08 00:00",0.0017,"2013-03-05 00:00",0.0017,"2013-07-27 00:00",0.0013,"2013-01-10 00:00","","","","",0.0021,0.0021,0.0017,0.0013,0.0013,0.001,0.0007,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88180",6,29.670025,-95.128508,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.074877,0.070399,0.491,"2013-01-01 00:00",0.414,"2013-08-08 00:00",0.265,"2013-04-16 00:00",0.237,"2013-07-24 00:00","","","","",0.414,0.265,0.188,0.127,0.086,0.0521,0.0268,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88180",7,29.670025,-95.128508,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.074992,0.068826,0.432,"2013-08-08 00:00",0.237,"2013-04-16 00:00",0.177,"2013-10-25 00:00",0.173,"2013-06-21 00:00","","","","",0.432,0.432,0.177,0.139,0.0901,0.0539,0.027,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88184",6,29.670025,-95.128508,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",21,0.191146,0.203698,1.07,"2013-04-10 00:00",0.825,"2013-04-16 00:00",0.708,"2013-07-24 00:00",0.688,"2013-02-18 00:00","","","","",0.825,0.708,0.608,0.533,0.287,0.136,0.02,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88184",7,29.670025,-95.128508,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",10,0.21755,0.234432,1.06,"2013-04-10 00:00",0.934,"2013-04-16 00:00",0.674,"2013-03-17 00:00",0.632,"2013-05-22 00:00","","","","",1.06,1.06,0.674,0.597,0.268,0.152,0.02,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88185",6,29.670025,-95.128508,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",96,0.004007,0.003921,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0047,0.00225,0.0014,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88185",7,29.670025,-95.128508,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.003655,0.003774,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88301",6,29.670025,-95.128508,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",2,0.368013,0.283033,1.41,"2013-01-22 00:00",1.35,"2013-04-16 00:00",1.04,"2013-03-08 00:00",0.94,"2013-02-09 00:00","","","","",1.35,1.04,0.84,0.758,0.531,0.334,0.061,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88301",7,29.670025,-95.128508,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.417194,0.347391,1.53,"2013-03-23 00:00",1.43,"2013-01-22 00:00",1.42,"2013-04-16 00:00",0.91,"2013-02-09 00:00","","","","",1.53,1.53,1.42,0.789,0.545,0.387,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88302",6,29.670025,-95.128508,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",1,0.26173,0.243793,1.31,"2013-04-10 00:00",0.868,"2013-05-19 00:00",0.83,"2013-04-16 00:00",0.798,"2013-05-22 00:00","","","","",0.868,0.83,0.78,0.609,0.379,0.187,0.05,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88302",7,29.670025,-95.128508,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.263843,0.230967,1.14,"2013-04-10 00:00",0.733,"2013-04-16 00:00",0.71,"2013-05-22 00:00",0.634,"2013-01-28 00:00","","","","",1.14,1.14,0.71,0.628,0.363,0.215,0.039,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88303",6,29.670025,-95.128508,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",17,0.048058,0.055766,0.487,"2013-01-01 00:00",0.271,"2013-04-16 00:00",0.133,"2013-05-19 00:00",0.11,"2013-05-22 00:00","","","","",0.271,0.133,0.1,0.082,0.0595,0.035,0.012,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88303",7,29.670025,-95.128508,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",6,0.047343,0.036803,0.215,"2013-04-16 00:00",0.117,"2013-07-03 00:00",0.109,"2013-07-15 00:00",0.103,"2013-10-25 00:00","","","","",0.215,0.215,0.109,0.098,0.064,0.034,0.012,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88306",6,29.670025,-95.128508,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,0.627408,0.494072,3.86,"2013-01-22 00:00",2.52,"2013-01-19 00:00",2.05,"2013-02-15 00:00",1.65,"2013-01-16 00:00","","","","",2.52,2.05,1.46,0.982,0.754,0.478,0.291,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88306",7,29.670025,-95.128508,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,0.622265,0.575396,3.79,"2013-01-22 00:00",1.77,"2013-02-15 00:00",1.65,"2013-01-16 00:00",1.36,"2013-03-23 00:00","","","","",3.79,3.79,1.65,1.06,0.685,0.446,0.267,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88313",1,29.670025,-95.128508,"NAD83","Black Carbon PM2.5 LC","1 HOUR","","Observed Values","Magee Scientific AE21ER Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (LC)","No Events",8464,97,361,365,0,296,"","","Certification not required",777,0.457164,0.355902,5.48,"2013-03-25 19:00",3.87,"2013-10-23 07:00",3.71,"2013-02-12 22:00",3.66,"2013-09-25 10:00","","","","",1.91,1.55,1.11,0.84,0.53,0.36,0.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","88355",6,29.670025,-95.128508,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,2.06138,1.631198,10.4,"2013-07-03 00:00",7.42,"2013-10-07 00:00",6.23,"2013-02-03 00:00",5.75,"2013-01-19 00:00","","","","",10.4,7.42,5.33,4.33,2.57,1.58,0.72,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88355",7,29.670025,-95.128508,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,2.209044,1.735872,8.43,"2013-07-03 00:00",8.14,"2013-10-25 00:00",5.43,"2013-03-23 00:00",4.94,"2013-10-07 00:00","","","","",8.43,8.43,5.43,4.25,2.77,1.61,0.899,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88357",6,29.670025,-95.128508,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.26735,0.153079,0.949,"2013-07-03 00:00",0.68,"2013-09-25 00:00",0.641,"2013-10-25 00:00",0.64,"2013-10-07 00:00","","","","",0.949,0.68,0.623,0.476,0.346,0.234,0.124,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88357",7,29.670025,-95.128508,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.279867,0.140424,0.854,"2013-10-25 00:00",0.53,"2013-07-03 00:00",0.523,"2013-03-23 00:00",0.478,"2013-01-22 00:00","","","","",0.854,0.854,0.523,0.476,0.348,0.24,0.157,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88370",6,29.670025,-95.128508,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.89449,1.481028,10,"2013-07-03 00:00",6.87,"2013-10-07 00:00",5.59,"2013-02-03 00:00",5.03,"2013-01-19 00:00","","","","",10,6.87,4.87,3.92,2.29,1.43,0.693,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88370",7,29.670025,-95.128508,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,2.003444,1.514369,7.74,"2013-07-03 00:00",6.78,"2013-10-25 00:00",4.91,"2013-03-23 00:00",4.6,"2013-10-07 00:00","","","","",7.74,7.74,4.91,3.73,2.5,1.43,0.893,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88374",6,29.670025,-95.128508,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",17,0.11932,0.171775,0.958,"2013-10-07 00:00",0.735,"2013-07-03 00:00",0.52,"2013-01-19 00:00",0.481,"2013-01-22 00:00","","","","",0.958,0.735,0.475,0.439,0.16,0.048,0.001,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88374",7,29.670025,-95.128508,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",4,0.125556,0.178185,0.934,"2013-07-03 00:00",0.597,"2013-03-23 00:00",0.463,"2013-10-25 00:00",0.424,"2013-10-19 00:00","","","","",0.934,0.934,0.463,0.343,0.154,0.064,0.003,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88375",6,29.670025,-95.128508,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.48248,0.344217,2.33,"2013-07-03 00:00",1.6,"2013-10-07 00:00",1.27,"2013-01-19 00:00",1.25,"2013-08-17 00:00","","","","",2.33,1.6,1.16,0.915,0.655,0.391,0.184,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88375",7,29.670025,-95.128508,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.523956,0.379748,1.89,"2013-07-03 00:00",1.75,"2013-10-25 00:00",1.16,"2013-03-23 00:00",1.15,"2013-10-07 00:00","","","","",1.89,1.89,1.16,0.925,0.622,0.38,0.24,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88376",6,29.670025,-95.128508,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.60614,0.542798,3.87,"2013-07-03 00:00",2.59,"2013-10-07 00:00",1.82,"2013-02-03 00:00",1.66,"2013-01-19 00:00","","","","",3.87,2.59,1.66,1.26,0.768,0.445,0.222,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88376",7,29.670025,-95.128508,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.612067,0.500503,2.49,"2013-10-25 00:00",2.05,"2013-10-07 00:00",1.88,"2013-07-03 00:00",1.45,"2013-02-03 00:00","","","","",2.49,2.49,1.88,1.18,0.71,0.415,0.247,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88377",6,29.670025,-95.128508,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.41934,0.298329,1.23,"2013-07-03 00:00",1.22,"2013-01-19 00:00",1.16,"2013-01-22 00:00",1.06,"2013-02-03 00:00","","","","",1.23,1.22,1.05,0.999,0.549,0.321,0.148,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88377",7,29.670025,-95.128508,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.4768,0.336688,1.56,"2013-10-25 00:00",1.24,"2013-07-03 00:00",1.19,"2013-02-03 00:00",1.1,"2013-01-22 00:00","","","","",1.56,1.56,1.19,1.06,0.608,0.329,0.178,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88378",6,29.670025,-95.128508,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",3,0.26772,0.233384,1.84,"2013-07-03 00:00",1.1,"2013-02-03 00:00",0.74,"2013-11-12 00:00",0.674,"2013-10-07 00:00","","","","",1.84,1.1,0.65,0.522,0.299,0.223,0.083,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88378",7,29.670025,-95.128508,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",2,0.264733,0.28028,1.8,"2013-07-03 00:00",0.921,"2013-03-23 00:00",0.508,"2013-10-25 00:00",0.483,"2013-06-03 00:00","","","","",1.8,1.8,0.508,0.373,0.317,0.218,0.095,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88380",6,29.670025,-95.128508,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.43405,0.325248,1.55,"2013-01-22 00:00",1.32,"2013-07-03 00:00",1.25,"2013-09-25 00:00",1.22,"2013-10-25 00:00","","","","",1.55,1.32,1.21,1.01,0.53,0.351,0.134,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88380",7,29.670025,-95.128508,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.486422,0.383994,2.22,"2013-10-25 00:00",1.22,"2013-07-03 00:00",1.04,"2013-03-23 00:00",0.969,"2013-01-22 00:00","","","","",2.22,2.22,1.04,0.948,0.568,0.337,0.161,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88383",6,29.670025,-95.128508,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.64202,0.466529,3.01,"2013-07-03 00:00",2.18,"2013-02-03 00:00",1.72,"2013-10-07 00:00",1.5,"2013-01-22 00:00","","","","",3.01,2.18,1.49,1.32,0.8,0.534,0.221,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88383",7,29.670025,-95.128508,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.684622,0.560445,2.94,"2013-07-03 00:00",2.65,"2013-10-25 00:00",1.92,"2013-03-23 00:00",1.07,"2013-02-15 00:00","","","","",2.94,2.94,1.92,1.01,0.784,0.52,0.261,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88384",6,29.670025,-95.128508,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.058872,0.023898,0.131,"2013-07-03 00:00",0.13,"2013-10-07 00:00",0.119,"2013-08-08 00:00",0.117,"2013-07-24 00:00","","","","",0.131,0.13,0.113,0.0933,0.0716,0.054,0.0336,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88384",7,29.670025,-95.128508,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.065569,0.030937,0.169,"2013-06-21 00:00",0.141,"2013-06-27 00:00",0.126,"2013-06-15 00:00",0.126,"2013-08-08 00:00","","","","",0.169,0.169,0.126,0.0973,0.0767,0.0582,0.0346,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88385",6,29.670025,-95.128508,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",89,0.001444,0.001567,0.0121,"2013-07-03 00:00",0.00757,"2013-10-07 00:00",0.00649,"2013-06-03 00:00",0.00594,"2013-07-24 00:00","","","","",0.0121,0.00757,0.00476,0.00262,0.001,0.001,0.001,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88385",7,29.670025,-95.128508,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",39,0.001488,0.001359,0.00727,"2013-06-15 00:00",0.00514,"2013-06-03 00:00",0.0046,"2013-08-08 00:00",0.00421,"2013-06-27 00:00","","","","",0.00727,0.00727,0.0046,0.00407,0.001,0.001,0.001,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88388",6,29.670025,-95.128508,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,0.43423,0.346176,2.2,"2013-07-03 00:00",1.74,"2013-02-03 00:00",1.22,"2013-10-07 00:00",1.2,"2013-11-12 00:00","","","","",2.2,1.74,1.12,0.888,0.538,0.36,0.132,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88388",7,29.670025,-95.128508,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,7,"","","Certification not required",0,0.471133,0.448884,2.49,"2013-07-03 00:00",1.87,"2013-10-25 00:00",1.44,"2013-03-23 00:00",0.82,"2013-10-13 00:00","","","","",2.49,2.49,1.44,0.795,0.527,0.32,0.163,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88403",6,29.670025,-95.128508,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",103,84,103,122,0,3,"","","Certification not required",0,1.793029,0.805562,5.18,"2013-04-16 00:00",3.86,"2013-06-06 00:00",3.53,"2013-05-25 00:00",3.49,"2013-02-09 00:00","","","","",3.86,3.53,3.16,2.84,2.16,1.68,0.824,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88403",7,29.670025,-95.128508,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.833816,0.961864,5.17,"2013-04-16 00:00",4.6,"2013-03-23 00:00",3.09,"2013-02-09 00:00",2.92,"2013-01-22 00:00","","","","",5.17,5.17,3.09,2.89,2.32,1.65,0.783,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88502",3,29.670025,-95.128508,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8307,95,347,365,0,453,"","","Certification not required",0,9.399278,5.801237,58.5,"2013-03-25 13:00",56.7,"2013-11-11 21:00",56.6,"2013-07-05 06:00",56,"2013-08-09 06:00","","","","",29.5,24.7,20,16.7,11.7,8.2,3.7,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","88502",3,29.670025,-95.128508,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",347,95,347,365,0,0,"","","Certification not required",0,9.346974,3.97015,29.8,"2013-08-08 00:00",27.3,"2013-08-07 00:00",22.6,"2013-07-04 00:00",20.4,"2013-06-11 00:00","","","","",20.4,20,17.1,15,11.1,8.5,5.3,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1039","88502",6,29.670025,-95.128508,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,9.458824,4.114869,27.9,"2013-08-08 00:00",18.9,"2013-01-22 00:00",18.2,"2013-07-03 00:00",17.8,"2013-04-16 00:00","","","","",18.9,18.2,17,15,11.4,8.7,5.2,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1039","88502",7,29.670025,-95.128508,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,41,50,122,0,2,"","","Certification not required",0,9.362,4.580299,26.7,"2013-08-08 00:00",18.5,"2013-03-23 00:00",18.1,"2013-04-16 00:00",17.7,"2013-07-03 00:00","","","","",26.7,26.7,18.1,15.3,11.3,8.9,4.4,"Houston Deer Park #2","4514 1/2 Durant St","Texas","Harris","Deer Park","Houston-Sugar Land-Baytown, TX","2014-02-14" +"48","201","1042","65102",1,30.05846,-95.189751,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",8754,100,365,365,0,0,"","","Certification not required",0,0.00491,0.047488,1.44,"2013-07-08 09:00",1.37,"2013-10-27 04:00",1.19,"2013-07-27 14:00",1.14,"2013-04-02 22:00","","","","",0.13,0.04,0,0,0,0,0,"Kingwood","3603 1/2 West Lake Houston Pkwy","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1042","88502",3,30.05846,-95.189751,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8473,97,348,365,0,0,"","","Certification not required",0,9.793131,6.518096,74.5,"2013-01-01 01:00",66.9,"2013-01-01 00:00",64.5,"2013-05-17 17:00",63.9,"2013-08-07 16:00","","","","",33.8,26.7,21.2,17.6,12.6,8.5,3.2,"Kingwood","3603 1/2 West Lake Houston Pkwy","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1042","88502",3,30.05846,-95.189751,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",348,95,348,365,0,0,"","","Certification not required",0,9.769253,4.45227,34,"2013-08-08 00:00",31.2,"2013-08-07 00:00",25.5,"2013-05-17 00:00",24.5,"2013-07-05 00:00","","","","",24.5,21.1,18.7,15.4,11.8,8.9,5.2,"Kingwood","3603 1/2 West Lake Houston Pkwy","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1043","61101",1,29.672,-95.0647,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,7.869941,3.895397,23.2,"2013-02-25 21:00",23,"2013-02-25 17:00",22,"2013-02-25 16:00",21.7,"2013-03-04 10:00","","","","",17.3,16.4,14.8,13.2,10.6,7.6,2.9,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1043","61103",1,29.672,-95.0647,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,7.569708,3.892021,22.9,"2013-02-25 21:00",22.5,"2013-02-25 17:00",21.7,"2013-02-25 16:00",21.4,"2013-03-04 10:00","","","","",17,16.1,14.5,12.8,10.3,7.3,2.6,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1043","61104",1,29.672,-95.0647,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,155.37134,87.641321,360,"2013-10-22 07:00",359.9,"2013-02-28 10:00",359.9,"2013-04-19 09:00",359.9,"2013-06-03 01:00","","","","",355.6,351,334.2,296.8,199.9,141.2,38.6,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1043","61105",1,29.672,-95.0647,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,13.169022,6.252088,44,"2013-05-10 02:00",39,"2013-02-25 21:00",38,"2013-02-25 17:00",37,"2013-02-25 19:00","","","","",29,27,24,21,17,13,5,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1043","61106",1,29.672,-95.0647,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,15.602812,10.210465,79.2,"2013-02-01 10:00",77.7,"2013-08-01 12:00",76.8,"2013-06-05 22:00",74.3,"2013-06-18 20:00","","","","",59.3,50.9,36.5,26.6,18.3,12.5,7.7,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1043","62101",1,29.672,-95.0647,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,72.134998,12.977928,100,"2013-06-29 15:00",100,"2013-09-02 12:00",99,"2013-06-28 15:00",99,"2013-06-29 12:00","","","","",95,94,91,88,81,75,53,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1043","65102",1,29.672,-95.0647,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",7289,83,304,365,0,7,"","","Certification not required",0,0.007397,0.07469,2.39,"2013-06-18 18:00",2.23,"2013-05-10 10:00",1.83,"2013-09-29 22:00",1.65,"2013-04-27 17:00","","","","",0.18,0.06,0.01,0,0,0,0,"La Porte Airport C243","La Porte Airport","Texas","Harris","La Porte","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1049","43173",2,29.716611,-95.222467,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",7,0.05,0,0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43202",2,29.716611,-95.222467,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,22.265714,4.171518,28.28,"2013-10-13 00:00",24.8,"2013-10-07 00:00",24.02,"2013-10-22 00:00",22.78,"2013-11-18 00:00","","","","",28.28,28.28,28.28,28.28,24.8,22.78,15.08,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43203",2,29.716611,-95.222467,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,9.728571,10.487331,32.64,"2013-10-13 00:00",11.68,"2013-11-18 00:00",6.42,"2013-10-07 00:00",6.06,"2013-08-26 00:00","","","","",32.64,32.64,32.64,32.64,11.68,6.06,3.52,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43204",2,29.716611,-95.222467,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,21.252857,5.960844,27.72,"2013-10-22 00:00",25.5,"2013-10-13 00:00",25.29,"2013-10-07 00:00",23.73,"2013-11-12 00:00","","","","",27.72,27.72,27.72,27.72,25.5,23.73,12.48,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43205",2,29.716611,-95.222467,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,4.401429,2.091677,7.02,"2013-10-13 00:00",6.84,"2013-08-26 00:00",5.01,"2013-11-18 00:00",4.71,"2013-10-07 00:00","","","","",7.02,7.02,7.02,7.02,6.84,4.71,1.65,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43206",2,29.716611,-95.222467,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,1.171429,0.456488,2.1,"2013-10-07 00:00",1.28,"2013-11-12 00:00",1.22,"2013-10-22 00:00",1.1,"2013-11-18 00:00","","","","",2.1,2.1,2.1,2.1,1.28,1.1,0.74,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43212",2,29.716611,-95.222467,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,89.897143,101.822397,311.04,"2013-10-22 00:00",102,"2013-11-18 00:00",63.64,"2013-10-07 00:00",63.16,"2013-11-12 00:00","","","","",311.04,311.04,311.04,311.04,102,63.16,15.36,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43214",2,29.716611,-95.222467,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,19.48,17.862198,58.52,"2013-10-22 00:00",17.4,"2013-11-18 00:00",16.16,"2013-10-13 00:00",15.8,"2013-08-26 00:00","","","","",58.52,58.52,58.52,58.52,17.4,15.8,4.16,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43216",2,29.716611,-95.222467,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.83,2.024722,6.24,"2013-10-22 00:00",1.8,"2013-11-18 00:00",1.64,"2013-10-07 00:00",1.08,"2013-11-12 00:00","","","","",6.24,6.24,6.24,6.24,1.8,1.08,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43217",2,29.716611,-95.222467,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.292857,1.178229,3.8,"2013-10-22 00:00",1.24,"2013-10-07 00:00",1.24,"2013-11-18 00:00",1.08,"2013-11-12 00:00","","","","",3.8,3.8,3.8,3.8,1.24,1.08,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43218",2,29.716611,-95.222467,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.577143,0.646986,1.92,"2013-10-13 00:00",0.64,"2013-11-12 00:00",0.6,"2013-11-18 00:00",0.44,"2013-08-26 00:00","","","","",1.92,1.92,1.92,1.92,0.64,0.44,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43220",2,29.716611,-95.222467,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,39.235714,36.493603,114.35,"2013-10-22 00:00",48.9,"2013-10-07 00:00",43.55,"2013-11-18 00:00",24.75,"2013-11-12 00:00","","","","",114.35,114.35,114.35,114.35,48.9,24.75,4.2,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43221",2,29.716611,-95.222467,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,83.107143,61.816593,207.9,"2013-10-22 00:00",90.85,"2013-11-18 00:00",83.5,"2013-11-12 00:00",80.65,"2013-10-07 00:00","","","","",207.9,207.9,207.9,207.9,90.85,80.65,7.3,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43224",2,29.716611,-95.222467,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",3,1.471429,1.728163,4.75,"2013-10-22 00:00",2.45,"2013-10-07 00:00",1.75,"2013-11-12 00:00",1.2,"2013-11-18 00:00","","","","",4.75,4.75,4.75,4.75,2.45,1.2,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43226",2,29.716611,-95.222467,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,2.435714,1.687877,5.55,"2013-10-22 00:00",2.95,"2013-10-07 00:00",2.9,"2013-11-18 00:00",2.25,"2013-11-12 00:00","","","","",5.55,5.55,5.55,5.55,2.95,2.25,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43227",2,29.716611,-95.222467,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.064286,0.698041,2.35,"2013-10-22 00:00",1.25,"2013-10-07 00:00",1.25,"2013-11-18 00:00",1,"2013-11-12 00:00","","","","",2.35,2.35,2.35,2.35,1.25,1,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43228",2,29.716611,-95.222467,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,2.257143,1.365781,4.45,"2013-10-22 00:00",2.95,"2013-11-18 00:00",2.8,"2013-11-12 00:00",2.25,"2013-10-07 00:00","","","","",4.45,4.45,4.45,4.45,2.95,2.25,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43230",2,29.716611,-95.222467,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,5.638571,3.753001,12.48,"2013-10-22 00:00",6.78,"2013-10-07 00:00",6.36,"2013-11-18 00:00",5.28,"2013-10-13 00:00","","","","",12.48,12.48,12.48,12.48,6.78,5.28,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43231",2,29.716611,-95.222467,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,5.614286,4.488232,13.62,"2013-10-22 00:00",7.56,"2013-10-07 00:00",6.84,"2013-11-18 00:00",5.58,"2013-11-12 00:00","","","","",13.62,13.62,13.62,13.62,7.56,5.58,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43232",2,29.716611,-95.222467,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,1.94,0.830923,3.22,"2013-10-22 00:00",2.45,"2013-10-07 00:00",2.38,"2013-10-13 00:00",1.82,"2013-08-26 00:00","","","","",3.22,3.22,3.22,3.22,2.45,1.82,0.63,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43233",2,29.716611,-95.222467,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,0.841429,0.603115,1.6,"2013-10-13 00:00",1.52,"2013-10-22 00:00",1.2,"2013-08-26 00:00",0.64,"2013-11-18 00:00","","","","",1.6,1.6,1.6,1.6,1.52,0.64,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43234",2,29.716611,-95.222467,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",7,0.05,0,0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43235",2,29.716611,-95.222467,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.567143,0.452464,1.08,"2013-10-07 00:00",1.08,"2013-10-13 00:00",0.9,"2013-10-22 00:00",0.45,"2013-11-18 00:00","","","","",1.08,1.08,1.08,1.08,1.08,0.45,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43238",2,29.716611,-95.222467,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",3,0.407143,0.479086,1.3,"2013-10-07 00:00",0.8,"2013-10-13 00:00",0.4,"2013-11-18 00:00",0.2,"2013-11-06 00:00","","","","",1.3,1.3,1.3,1.3,0.8,0.2,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43242",2,29.716611,-95.222467,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,1.785714,1.397234,4.65,"2013-10-22 00:00",2.3,"2013-10-07 00:00",1.5,"2013-11-18 00:00",1.4,"2013-11-12 00:00","","","","",4.65,4.65,4.65,4.65,2.3,1.4,0.3,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43243",2,29.716611,-95.222467,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.742857,0.519157,1.6,"2013-10-22 00:00",1,"2013-10-07 00:00",0.95,"2013-08-26 00:00",0.9,"2013-10-13 00:00","","","","",1.6,1.6,1.6,1.6,1,0.9,0.15,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43244",2,29.716611,-95.222467,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,1.231429,1.082996,3.24,"2013-10-22 00:00",1.56,"2013-10-07 00:00",1.5,"2013-11-18 00:00",1.14,"2013-10-13 00:00","","","","",3.24,3.24,3.24,3.24,1.56,1.14,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43247",2,29.716611,-95.222467,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,1.47,1.756986,5.39,"2013-10-22 00:00",1.26,"2013-10-07 00:00",0.98,"2013-10-13 00:00",0.91,"2013-11-12 00:00","","","","",5.39,5.39,5.39,5.39,1.26,0.91,0.28,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43248",2,29.716611,-95.222467,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,2.091429,1.167782,4.14,"2013-10-22 00:00",2.82,"2013-10-13 00:00",2.34,"2013-10-07 00:00",1.98,"2013-08-26 00:00","","","","",4.14,4.14,4.14,4.14,2.82,1.98,0.54,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43249",2,29.716611,-95.222467,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.717143,0.873016,2.66,"2013-10-22 00:00",2.38,"2013-10-07 00:00",2.24,"2013-10-13 00:00",1.82,"2013-11-18 00:00","","","","",2.66,2.66,2.66,2.66,2.38,1.82,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43250",2,29.716611,-95.222467,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,7.131429,9.395764,28.08,"2013-10-22 00:00",6.88,"2013-10-07 00:00",4.4,"2013-11-12 00:00",3.68,"2013-10-13 00:00","","","","",28.08,28.08,28.08,28.08,6.88,3.68,1.6,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43252",2,29.716611,-95.222467,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.79,2.493278,7.28,"2013-10-22 00:00",1.84,"2013-10-07 00:00",1.28,"2013-10-13 00:00",1.04,"2013-11-12 00:00","","","","",7.28,7.28,7.28,7.28,1.84,1.04,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43253",2,29.716611,-95.222467,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.357143,0.287095,0.72,"2013-10-07 00:00",0.72,"2013-10-22 00:00",0.4,"2013-11-12 00:00",0.4,"2013-11-18 00:00","","","","",0.72,0.72,0.72,0.72,0.72,0.4,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43261",2,29.716611,-95.222467,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.677143,0.920357,2.94,"2013-10-22 00:00",2.38,"2013-10-13 00:00",2.03,"2013-10-07 00:00",1.61,"2013-08-26 00:00","","","","",2.94,2.94,2.94,2.94,2.38,1.61,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43262",2,29.716611,-95.222467,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,2.931429,1.660396,5.82,"2013-10-22 00:00",3.78,"2013-10-07 00:00",3.36,"2013-10-13 00:00",2.88,"2013-11-18 00:00","","","","",5.82,5.82,5.82,5.82,3.78,2.88,0.54,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43263",2,29.716611,-95.222467,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,1.667143,0.798117,2.52,"2013-10-22 00:00",2.17,"2013-10-07 00:00",1.96,"2013-10-13 00:00",1.96,"2013-11-18 00:00","","","","",2.52,2.52,2.52,2.52,2.17,1.96,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43280",2,29.716611,-95.222467,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,4.315714,4.004846,11.92,"2013-10-22 00:00",6.4,"2013-10-07 00:00",5.32,"2013-08-26 00:00",2.8,"2013-11-18 00:00","","","","",11.92,11.92,11.92,11.92,6.4,2.8,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43282",2,29.716611,-95.222467,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.378571,0.26435,0.8,"2013-10-22 00:00",0.5,"2013-10-07 00:00",0.45,"2013-11-12 00:00",0.45,"2013-11-18 00:00","","","","",0.8,0.8,0.8,0.8,0.5,0.45,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43283",2,29.716611,-95.222467,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",3,0.771429,1.377152,3.85,"2013-10-22 00:00",0.65,"2013-11-12 00:00",0.45,"2013-10-13 00:00",0.3,"2013-11-18 00:00","","","","",3.85,3.85,3.85,3.85,0.65,0.3,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43284",2,29.716611,-95.222467,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,3.562857,4.744852,13.92,"2013-10-22 00:00",3,"2013-10-07 00:00",3,"2013-11-18 00:00",2.64,"2013-11-12 00:00","","","","",13.92,13.92,13.92,13.92,3,2.64,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43285",2,29.716611,-95.222467,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,9.694286,6.642667,22.86,"2013-10-22 00:00",11.1,"2013-11-18 00:00",10.32,"2013-10-07 00:00",8.64,"2013-11-12 00:00","","","","",22.86,22.86,22.86,22.86,11.1,8.64,1.44,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43289",2,29.716611,-95.222467,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",5,0.121429,0.126811,0.36,"2013-11-18 00:00",0.24,"2013-11-12 00:00",0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00","","","","",0.36,0.36,0.36,0.36,0.24,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43290",2,29.716611,-95.222467,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",4,0.088571,0.052099,0.18,"2013-11-18 00:00",0.12,"2013-10-07 00:00",0.12,"2013-11-12 00:00",0.05,"2013-08-26 00:00","","","","",0.18,0.18,0.18,0.18,0.12,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43291",2,29.716611,-95.222467,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,1.224286,1.423937,4.27,"2013-10-22 00:00",1.12,"2013-11-12 00:00",1.05,"2013-10-07 00:00",1.05,"2013-10-13 00:00","","","","",4.27,4.27,4.27,4.27,1.12,1.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43331",2,29.716611,-95.222467,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",7,0.05,0,0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43801",2,29.716611,-95.222467,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.767143,0.146937,0.98,"2013-11-18 00:00",0.87,"2013-08-26 00:00",0.83,"2013-10-13 00:00",0.82,"2013-11-06 00:00","","","","",0.98,0.98,0.98,0.98,0.87,0.82,0.59,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43802",2,29.716611,-95.222467,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.151429,0.085133,0.33,"2013-10-13 00:00",0.18,"2013-10-22 00:00",0.14,"2013-08-26 00:00",0.13,"2013-10-07 00:00","","","","",0.33,0.33,0.33,0.33,0.18,0.13,0.09,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43803",2,29.716611,-95.222467,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.034286,0.025071,0.06,"2013-10-07 00:00",0.05,"2013-11-06 00:00",0.05,"2013-11-12 00:00",0.05,"2013-11-18 00:00","","","","",0.06,0.06,0.06,0.06,0.05,0.05,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43804",2,29.716611,-95.222467,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.09,0.049329,0.17,"2013-11-06 00:00",0.1,"2013-08-26 00:00",0.09,"2013-10-07 00:00",0.09,"2013-10-13 00:00","","","","",0.17,0.17,0.17,0.17,0.1,0.09,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43811",2,29.716611,-95.222467,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.228571,0.015736,0.25,"2013-08-26 00:00",0.24,"2013-11-12 00:00",0.24,"2013-11-18 00:00",0.23,"2013-10-22 00:00","","","","",0.25,0.25,0.25,0.25,0.24,0.23,0.21,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43813",2,29.716611,-95.222467,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0,0,0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-22 00:00","","","","",0,0,0,0,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43814",2,29.716611,-95.222467,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.008571,0.01069,0.02,"2013-10-13 00:00",0.02,"2013-10-22 00:00",0.02,"2013-11-18 00:00",0,"2013-08-26 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43815",2,29.716611,-95.222467,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.04,0.050332,0.14,"2013-10-13 00:00",0.06,"2013-11-18 00:00",0.04,"2013-10-22 00:00",0.04,"2013-11-12 00:00","","","","",0.14,0.14,0.14,0.14,0.06,0.04,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43817",2,29.716611,-95.222467,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.065714,0.048599,0.16,"2013-10-07 00:00",0.1,"2013-11-06 00:00",0.06,"2013-10-22 00:00",0.04,"2013-08-26 00:00","","","","",0.16,0.16,0.16,0.16,0.1,0.04,0.02,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43818",2,29.716611,-95.222467,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0,0,0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-22 00:00","","","","",0,0,0,0,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43819",2,29.716611,-95.222467,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.005714,0.007868,0.02,"2013-08-26 00:00",0.01,"2013-11-12 00:00",0.01,"2013-11-18 00:00",0,"2013-10-07 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43820",2,29.716611,-95.222467,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0,0,0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-22 00:00","","","","",0,0,0,0,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43823",2,29.716611,-95.222467,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.467143,0.052825,0.53,"2013-11-18 00:00",0.52,"2013-08-26 00:00",0.52,"2013-11-12 00:00",0.43,"2013-10-22 00:00","","","","",0.53,0.53,0.53,0.53,0.52,0.43,0.42,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43824",2,29.716611,-95.222467,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.011429,0.015736,0.04,"2013-10-22 00:00",0.02,"2013-10-13 00:00",0.02,"2013-11-18 00:00",0,"2013-08-26 00:00","","","","",0.04,0.04,0.04,0.04,0.02,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43826",2,29.716611,-95.222467,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.008571,0.022678,0.06,"2013-11-18 00:00",0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00","","","","",0.06,0.06,0.06,0.06,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43829",2,29.716611,-95.222467,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.008571,0.014639,0.03,"2013-08-26 00:00",0.03,"2013-11-18 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43830",2,29.716611,-95.222467,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.004286,0.011339,0.03,"2013-10-22 00:00",0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00","","","","",0.03,0.03,0.03,0.03,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43831",2,29.716611,-95.222467,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0,0,0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-22 00:00","","","","",0,0,0,0,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43843",2,29.716611,-95.222467,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0,0,0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00",0,"2013-10-22 00:00","","","","",0,0,0,0,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43860",2,29.716611,-95.222467,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.005714,0.015119,0.04,"2013-11-18 00:00",0,"2013-08-26 00:00",0,"2013-10-07 00:00",0,"2013-10-13 00:00","","","","",0.04,0.04,0.04,0.04,0,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43954",2,29.716611,-95.222467,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.47,0.560208,1.43,"2013-10-07 00:00",1.1,"2013-08-26 00:00",0.33,"2013-10-22 00:00",0.22,"2013-11-18 00:00","","","","",1.43,1.43,1.43,1.43,1.1,0.22,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","43960",2,29.716611,-95.222467,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,0.59,0.304029,0.88,"2013-10-13 00:00",0.88,"2013-10-22 00:00",0.8,"2013-10-07 00:00",0.64,"2013-08-26 00:00","","","","",0.88,0.88,0.88,0.88,0.88,0.64,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45109",2,29.716611,-95.222467,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,2.857143,1.197076,4.48,"2013-10-07 00:00",3.84,"2013-10-22 00:00",3.68,"2013-10-13 00:00",2.48,"2013-08-26 00:00","","","","",4.48,4.48,4.48,4.48,3.84,2.48,1.04,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45201",2,29.716611,-95.222467,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,4.705714,1.981471,8.22,"2013-10-22 00:00",6.42,"2013-11-18 00:00",4.86,"2013-10-07 00:00",3.96,"2013-11-12 00:00","","","","",8.22,8.22,8.22,8.22,6.42,3.96,2.64,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45202",2,29.716611,-95.222467,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,12.05,9.417574,32.55,"2013-11-18 00:00",13.86,"2013-11-12 00:00",9.38,"2013-11-06 00:00",8.26,"2013-10-22 00:00","","","","",32.55,32.55,32.55,32.55,13.86,8.26,5.32,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45203",2,29.716611,-95.222467,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,1.005714,0.53238,1.52,"2013-10-07 00:00",1.44,"2013-10-13 00:00",1.36,"2013-10-22 00:00",1.12,"2013-11-18 00:00","","","","",1.52,1.52,1.52,1.52,1.44,1.12,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45204",2,29.716611,-95.222467,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.948571,0.395787,1.52,"2013-10-07 00:00",1.28,"2013-10-22 00:00",1.2,"2013-10-13 00:00",0.8,"2013-08-26 00:00","","","","",1.52,1.52,1.52,1.52,1.28,0.8,0.4,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45207",2,29.716611,-95.222467,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",6,0.068571,0.049135,0.18,"2013-11-18 00:00",0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45208",2,29.716611,-95.222467,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.618571,0.491509,1.44,"2013-10-07 00:00",0.9,"2013-10-13 00:00",0.81,"2013-08-26 00:00",0.54,"2013-11-12 00:00","","","","",1.44,1.44,1.44,1.44,0.9,0.54,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45209",2,29.716611,-95.222467,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.181429,0.11127,0.36,"2013-10-07 00:00",0.27,"2013-10-13 00:00",0.18,"2013-10-22 00:00",0.18,"2013-11-12 00:00","","","","",0.36,0.36,0.36,0.36,0.27,0.18,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45210",2,29.716611,-95.222467,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.09,0.103923,0.27,"2013-08-26 00:00",0.18,"2013-10-13 00:00",0.09,"2013-10-22 00:00",0.09,"2013-11-18 00:00","","","","",0.27,0.27,0.27,0.27,0.18,0.09,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45211",2,29.716611,-95.222467,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",2,0.181429,0.11127,0.36,"2013-10-07 00:00",0.27,"2013-10-22 00:00",0.18,"2013-08-26 00:00",0.18,"2013-11-12 00:00","","","","",0.36,0.36,0.36,0.36,0.27,0.18,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45212",2,29.716611,-95.222467,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",1,0.418571,0.262134,0.9,"2013-10-07 00:00",0.54,"2013-10-13 00:00",0.45,"2013-08-26 00:00",0.36,"2013-11-12 00:00","","","","",0.9,0.9,0.9,0.9,0.54,0.36,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45213",2,29.716611,-95.222467,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",5,0.112857,0.119264,0.36,"2013-10-07 00:00",0.18,"2013-10-22 00:00",0.05,"2013-08-26 00:00",0.05,"2013-10-13 00:00","","","","",0.36,0.36,0.36,0.36,0.18,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45218",2,29.716611,-95.222467,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",6,0.071429,0.056695,0.2,"2013-10-13 00:00",0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-22 00:00","","","","",0.2,0.2,0.2,0.2,0.05,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45219",2,29.716611,-95.222467,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",3,0.221429,0.201778,0.5,"2013-10-07 00:00",0.4,"2013-08-26 00:00",0.4,"2013-10-13 00:00",0.1,"2013-11-18 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.1,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45220",2,29.716611,-95.222467,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.342857,0.30538,0.8,"2013-10-07 00:00",0.64,"2013-10-22 00:00",0.4,"2013-10-13 00:00",0.4,"2013-11-18 00:00","","","","",0.8,0.8,0.8,0.8,0.64,0.4,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45225",2,29.716611,-95.222467,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",7,0.05,0,0.05,"2013-08-26 00:00",0.05,"2013-10-07 00:00",0.05,"2013-10-13 00:00",0.05,"2013-10-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","45801",2,29.716611,-95.222467,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",7,11,7,61,0,0,"","","Certification not required",0,0.06,0.109545,0.3,"2013-10-13 00:00",0.06,"2013-08-26 00:00",0.06,"2013-11-18 00:00",0,"2013-10-07 00:00","","","","",0.3,0.3,0.3,0.3,0.06,0,0,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-19" +"48","201","1049","61101",1,29.716611,-95.222467,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2056,23,85,365,0,44,"","","Certification not required",0,5.74679,2.576606,15.5,"2013-10-12 12:00",14,"2013-09-10 13:00",13.7,"2013-10-31 05:00",13.5,"2013-09-09 15:00","","","","",12.5,11.7,10.4,9.3,7.4,5.4,2.5,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1049","61103",1,29.716611,-95.222467,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2056,23,85,365,0,44,"","","Certification not required",0,5.399416,2.556773,13.6,"2013-09-10 13:00",13.4,"2013-10-31 05:00",13.3,"2013-10-12 12:00",13.2,"2013-09-09 15:00","","","","",11.9,11.2,10.1,8.9,7.1,5.1,2.3,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1049","61104",1,29.716611,-95.222467,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2056,23,85,365,0,44,"","","Certification not required",0,137.402335,92.054768,359.7,"2013-08-18 01:00",359.7,"2013-09-24 09:00",359.6,"2013-09-14 05:00",359.6,"2013-09-24 11:00","","","","",357.2,353.1,345.1,322.1,173.7,122.4,24.5,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1049","61105",1,29.716611,-95.222467,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2056,23,85,365,0,44,"","","Certification not required",0,10.581226,4.707319,38,"2013-10-12 12:00",32,"2013-09-20 11:00",31,"2013-09-16 14:00",30,"2013-08-14 17:00","","","","",22,20,19,17,14,10,5,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1049","61106",1,29.716611,-95.222467,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2056,23,85,365,0,44,"","","Certification not required",0,18.890856,10.836032,79.9,"2013-10-12 18:00",75.7,"2013-09-07 22:00",73.7,"2013-08-16 19:00",73.7,"2013-10-27 16:00","","","","",64.6,54.8,41.9,32.1,21.6,15.2,10.2,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1049","62101",1,29.716611,-95.222467,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2078,24,86,365,0,22,"","","Certification not required",0,78.948989,7.663436,97,"2013-08-07 14:00",97,"2013-08-07 15:00",97,"2013-08-07 16:00",97,"2013-08-13 14:00","","","","",94,93,91,88,84,80,68,"Pasadena North","702 Light Co Service Road","Texas","Harris","Pasadena","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","42401",1,29.583047,-95.015544,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8238,94,344,365,0,491,0,"","Certification not required",0,1.96657,1.724785,11,"2013-12-26 11:00",9.7,"2013-03-01 19:00",9.1,"2013-10-23 09:00",8.6,"2013-07-25 11:00","","","","",8.6,7.5,5.3,4,2.6,1.5,0.4,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42401",1,29.583047,-95.015544,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8238,94,344,365,0,491,"","","Certification not required",0,0.69444,0.880719,11,"2013-12-26 11:00",10.4,"2013-12-26 12:00",9.7,"2013-03-01 19:00",9.1,"2013-10-23 09:00","","","","",4.3,3.4,2.3,1.6,0.9,0.4,0,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42401",1,29.583047,-95.015544,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",344,94,344,365,0,0,0,"","Certification not required",0,0.694186,0.601815,5.5,"2013-03-01 00:00",4.5,"2013-03-02 00:00",3.7,"2013-02-28 00:00",2.6,"2013-12-26 00:00","","","","",2.6,2.1,1.7,1.3,1,0.6,0.1,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42401",1,29.583047,-95.015544,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2696,92,342,365,0,0,"",0,"Certification not required",0,0.665393,0.814484,8.2,"2013-03-01 23:00",7.7,"2013-03-01 20:00",7.2,"2013-12-26 11:00",6.8,"2013-12-26 14:00","","","","",3.9,3.2,2.2,1.5,0.9,0.4,0,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42406",1,29.583047,-95.015544,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8238,94,344,365,0,491,"","","Certification not required",0,1.046929,1.19629,21.3,"2013-12-29 11:00",17.4,"2013-12-17 12:00",13.2,"2013-12-29 12:00",12.6,"2013-12-26 11:00","","","","",5.9,4.7,3.3,2.3,1.3,0.7,0.2,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42601",1,29.583047,-95.015544,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8452,96,358,365,0,277,"","","Certification not required",0,1.005383,3.643558,82.2,"2013-12-16 07:00",77.9,"2013-12-16 06:00",77.5,"2013-01-17 08:00",73.6,"2013-01-21 03:00","","","","",14.5,8.5,3.9,2,0.7,0.2,0,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42602",1,29.583047,-95.015544,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8452,96,358,365,0,277,0,"","Certification not required",0,11.715642,7.870377,57.4,"2013-10-24 10:00",41,"2013-09-25 10:00",39.7,"2013-01-17 08:00",36.5,"2013-03-01 02:00","","","","",36.5,29.4,25.8,22.3,16.3,10.3,3.4,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42602",1,29.583047,-95.015544,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8452,96,358,365,0,277,"","","Certification not required",0,5.072007,4.91743,57.4,"2013-10-24 10:00",52.5,"2013-10-24 09:00",46.3,"2013-10-24 08:00",41,"2013-09-25 10:00","","","","",22.3,19.1,14.5,11.3,7.1,3.5,0.8,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","42603",1,29.583047,-95.015544,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8452,96,358,365,0,277,"","","Certification not required",0,6.131921,7.237565,116,"2013-01-17 08:00",102.5,"2013-01-17 07:00",97.4,"2013-12-16 07:00",94.8,"2013-12-16 08:00","","","","",33.2,25.9,17.8,13.4,8.1,3.9,1,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","44201",1,29.583047,-95.015544,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8480,97,353,365,0,249,1,1,"Requested but not yet concurred",512,0.041484,0.015673,0.133,"2013-09-25 13:00",0.103,"2013-08-29 15:00",0.102,"2013-07-13 14:00",0.093,"2013-10-24 15:00","","","","",0.093,0.076,0.066,0.06,0.05,0.041,0.022,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","44201",1,29.583047,-95.015544,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8518,96,351,365,0,0,1,1,"Requested but not yet concurred",0,0.035812,0.013298,0.104,"2013-09-25 11:00",0.078,"2013-08-29 10:00",0.073,"2013-07-13 10:00",0.067,"2013-07-04 11:00","","","","",0.067,0.065,0.057,0.054,0.045,0.035,0.02,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","44201",1,29.583047,-95.015544,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8518,96,351,365,0,0,2,2,"Requested but not yet concurred",0,0.035812,0.013298,0.104,"2013-09-25 11:00",0.078,"2013-08-29 10:00",0.073,"2013-07-13 10:00",0.067,"2013-07-04 11:00","","","","",0.067,0.065,0.057,0.054,0.045,0.035,0.02,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","61101",1,29.583047,-95.015544,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7139,81,295,365,0,126,"","","Certification not required",0,6.025102,2.920688,17.8,"2013-02-18 12:00",17.7,"2013-02-18 16:00",17.5,"2013-01-30 11:00",17.5,"2013-03-04 10:00","","","","",13.9,12.8,11.2,9.9,7.9,5.8,2.3,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","61103",1,29.583047,-95.015544,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7139,81,295,365,0,126,"","","Certification not required",0,5.660905,2.85994,17.4,"2013-02-18 12:00",17.2,"2013-02-18 16:00",17,"2013-03-04 10:00",16.9,"2013-01-30 11:00","","","","",13.4,12.3,10.7,9.4,7.5,5.4,2,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","61104",1,29.583047,-95.015544,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7139,81,295,365,0,126,"","","Certification not required",0,159.3482,89.906514,360,"2013-01-13 18:00",359.8,"2013-01-06 19:00",359.7,"2013-05-11 22:00",359.7,"2013-08-15 03:00","","","","",354.7,351.6,341.8,319,192.1,149,35.4,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","61105",1,29.583047,-95.015544,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7149,82,295,365,0,116,"","","Certification not required",0,11.984893,5.461397,39,"2013-03-31 16:00",36,"2013-02-25 20:00",35,"2013-02-25 21:00",34,"2013-02-18 12:00","","","","",27,25,21,19,15,12,5,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","61106",1,29.583047,-95.015544,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7139,81,295,365,0,126,"","","Certification not required",0,20.137176,9.179097,79.9,"2013-06-09 10:00",78.9,"2013-06-10 01:00",77.3,"2013-05-06 14:00",76.5,"2013-04-27 19:00","","","","",61.7,52.1,38.1,29.1,21.9,17.9,12.5,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","62101",1,29.583047,-95.015544,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7260,83,302,365,0,5,"","","Certification not required",0,72.434573,12.753223,100,"2013-06-29 15:00",99,"2013-06-29 14:00",99,"2013-08-07 14:00",98,"2013-06-28 14:00","","","","",94,93,91,88,82,75,54,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","63301",1,29.583047,-95.015544,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7261,83,302,365,0,4,"","","Certification not required",3497,0.310765,0.437722,1.53,"2013-05-08 11:00",1.51,"2013-05-03 12:00",1.5,"2013-05-04 12:00",1.5,"2013-06-17 11:00","","","","",1.42,1.38,1.27,1.09,0.55,0.02,0.005,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","1050","88502",3,29.583047,-95.015544,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8381,96,343,365,0,348,"","","Certification not required",0,9.538194,5.77006,62.4,"2013-05-17 13:00",59.6,"2013-08-24 08:00",55.6,"2013-12-25 12:00",55.4,"2013-05-17 15:00","","","","",29.7,25,20.4,16.8,11.8,8.3,3.8,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","1050","88502",3,29.583047,-95.015544,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,"","","Certification not required",0,9.488047,4.295925,34.2,"2013-08-08 00:00",30.4,"2013-08-07 00:00",23.3,"2013-07-28 00:00",23.2,"2013-05-17 00:00","","","","",23.2,21.9,17.5,15,11.1,8.5,5.3,"Seabrook Friendship Park","4522 Park Rd","Texas","Harris","Seabrook","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","201","6000","43000",1,29.684383,-95.253634,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6199,71,285,365,0,703,"","","Certification not required",0,115.221213,170.759018,3276.4,"2013-08-28 05:00",3095.6,"2013-04-13 07:00",2758.6,"2013-09-08 01:00",2169.8,"2013-03-07 06:00","","","","",834.7,639,403.3,251.3,118.7,61.3,26,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43102",1,29.684383,-95.253634,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",6199,71,285,365,0,703,"","","Certification not required",0,142.654256,207.157827,3616.95,"2013-04-13 07:00",3454.12,"2013-08-28 05:00",3300.51,"2013-09-08 01:00",2662.23,"2013-08-02 07:00","","","","",1002.98,758.12,499.53,309.58,144.88,76.94,35.18,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43202",1,29.684383,-95.253634,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,14.550055,16.047957,195.65,"2013-04-12 07:00",189.44,"2013-08-28 05:00",173.87,"2013-11-30 08:00",170.53,"2013-11-28 08:00","","","","",79.08,65.42,45.45,30.76,17.4,9.7,3.15,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43203",1,29.684383,-95.253634,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",9,2.141,3.063222,39.77,"2013-11-18 18:00",35.36,"2013-02-14 06:00",34.71,"2013-04-01 09:00",34.5,"2013-02-15 08:00","","","","",15.86,12.2,7.49,4.85,2.31,1.12,0.39,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43204",1,29.684383,-95.253634,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,16.555087,52.769248,2734.5,"2013-08-28 05:00",1701.57,"2013-03-07 06:00",1066.28,"2013-06-06 05:00",977,"2013-05-13 06:00","","","","",101.18,73.39,50.34,33.5,17.36,8.48,2.1,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43205",1,29.684383,-95.253634,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,3.04662,7.754154,368.22,"2013-05-05 05:00",198.16,"2013-01-07 01:00",169.7,"2013-10-19 02:00",160.12,"2013-08-28 05:00","","","","",24.61,18.69,11.39,6.88,2.8,1.26,0.5,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43206",1,29.684383,-95.253634,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4738,54,212,365,0,2163,"","","Certification not required",2,1.141241,1.388765,31.5,"2013-09-19 09:00",24.1,"2013-03-14 05:00",16.3,"2013-11-12 05:00",15.7,"2013-06-19 03:00","","","","",7,5.3,3.2,2.2,1.2,0.8,0.4,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43212",1,29.684383,-95.253634,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,13.526312,27.77711,801.87,"2013-09-08 01:00",556.94,"2013-10-17 20:00",450.44,"2013-10-25 05:00",415.04,"2013-09-18 05:00","","","","",127.73,88.89,51.62,30.26,13.23,5.77,1.21,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43214",1,29.684383,-95.253634,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,6.655683,12.055005,205.41,"2013-11-14 07:00",197.73,"2013-11-14 05:00",179.44,"2013-11-14 06:00",156.32,"2013-11-03 06:00","","","","",56.74,42.66,24.29,15.34,6.87,2.98,0.73,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43216",1,29.684383,-95.253634,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",22,0.418601,0.881459,20.26,"2013-11-14 05:00",18.71,"2013-11-14 07:00",14.8,"2013-02-15 08:00",14.31,"2013-11-14 06:00","","","","",3.88,2.64,1.49,0.86,0.34,0.18,0.11,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43217",1,29.684383,-95.253634,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6480,74,297,365,0,421,"","","Certification not required",211,0.340757,0.705551,14.71,"2013-09-08 01:00",13,"2013-11-14 05:00",12.68,"2013-02-15 08:00",12.17,"2013-11-14 07:00","","","","",3.31,2.14,1.24,0.73,0.29,0.15,0.07,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43218",1,29.684383,-95.253634,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5784,66,265,365,0,1117,"","","Certification not required",0,0.731725,1.474091,21.3,"2013-02-21 19:00",20.4,"2013-08-23 06:00",19.3,"2013-04-19 00:00",17.9,"2013-04-10 21:00","","","","",7.5,5.1,3,1.8,0.6,0.2,0.1,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43220",1,29.684383,-95.253634,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,7.170052,17.249909,719.21,"2013-04-13 07:00",309.08,"2013-09-11 05:00",245.69,"2013-09-08 01:00",192.78,"2013-02-15 08:00","","","","",72.6,50.56,29.99,16.08,5.81,2.56,0.87,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43221",1,29.684383,-95.253634,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,13.59684,33.583603,1219.68,"2013-04-13 07:00",860.53,"2013-09-08 01:00",467.57,"2013-09-11 05:00",408.65,"2013-10-17 20:00","","","","",141.66,100.66,55.23,30.93,10.64,4.63,1.79,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43224",1,29.684383,-95.253634,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5376,61,248,365,0,1525,"","","Certification not required",561,0.310499,0.772718,24.54,"2013-02-15 08:00",22.38,"2013-09-08 01:00",9.37,"2013-02-14 04:00",9.26,"2013-02-14 06:00","","","","",3.14,1.99,1.19,0.68,0.25,0.12,0.005,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43226",1,29.684383,-95.253634,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",498,0.555521,1.412679,39.15,"2013-02-15 08:00",24.56,"2013-07-27 14:00",22.13,"2013-10-17 20:00",20.9,"2013-03-14 05:00","","","","",6.11,4.26,2.29,1.23,0.41,0.18,0.06,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43227",1,29.684383,-95.253634,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6375,73,293,365,0,526,"","","Certification not required",2129,0.232376,0.685922,24.09,"2013-09-08 01:00",18.35,"2013-02-15 08:00",11.87,"2013-07-27 14:00",9.88,"2013-04-22 02:00","","","","",2.76,1.74,0.98,0.52,0.18,0.08,0.005,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43231",1,29.684383,-95.253634,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,3.763043,14.974606,813.73,"2013-10-08 06:00",356.5,"2013-07-15 06:00",324.87,"2013-10-08 05:00",324.12,"2013-07-05 05:00","","","","",32.76,21.25,12.26,7.32,3.16,1.47,0.51,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43232",1,29.684383,-95.253634,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",63,1.430637,3.314051,122.54,"2013-06-25 06:00",98.87,"2013-07-15 06:00",96.6,"2013-10-08 06:00",60.94,"2013-07-15 03:00","","","","",10.99,8.08,4.97,3.06,1.33,0.68,0.26,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43233",1,29.684383,-95.253634,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",125,0.706744,1.301541,56.83,"2013-01-26 16:00",19.83,"2013-01-26 17:00",18.67,"2013-03-14 05:00",18.65,"2013-06-29 10:00","","","","",5.36,4.16,2.59,1.58,0.66,0.35,0.15,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43235",1,29.684383,-95.253634,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",65,0.48593,1.240561,61.25,"2013-08-02 07:00",42.01,"2013-08-02 10:00",30.85,"2013-08-02 09:00",23.23,"2013-08-02 08:00","","","","",3.29,2.49,1.64,1.04,0.45,0.24,0.12,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43238",1,29.684383,-95.253634,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",13,0.762229,6.212899,327.88,"2013-08-02 07:00",251.94,"2013-08-02 10:00",189.02,"2013-08-02 09:00",121.91,"2013-08-02 08:00","","","","",4.32,3.02,1.81,1.12,0.54,0.3,0.14,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43242",1,29.684383,-95.253634,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5944,68,273,365,0,957,"","","Certification not required",25,0.614368,1.379561,63.7,"2013-10-08 06:00",27.73,"2013-10-08 05:00",27.37,"2013-10-08 07:00",27.29,"2013-04-13 07:00","","","","",4.93,3.62,2.13,1.29,0.57,0.29,0.12,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43243",1,29.684383,-95.253634,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6390,73,293,365,0,511,"","","Certification not required",856,0.826495,1.105517,8.51,"2013-08-06 11:00",7.5,"2013-08-06 14:00",7.31,"2013-06-29 16:00",6.93,"2013-06-30 06:00","","","","",4.6,3.97,3.26,2.51,1.19,0.29,0.005,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43244",1,29.684383,-95.253634,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",404,0.431198,1.161018,54.61,"2013-10-08 06:00",26.24,"2013-04-13 07:00",23.65,"2013-10-08 05:00",20.33,"2013-10-08 07:00","","","","",3.98,2.72,1.63,0.93,0.35,0.18,0.07,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43247",1,29.684383,-95.253634,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",3443,0.560142,1.82265,47.7,"2013-10-08 06:00",46.83,"2013-07-15 06:00",41.71,"2013-07-05 05:00",37.72,"2013-05-28 12:00","","","","",6.22,4.07,2.21,1.31,0.53,0.005,0.005,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43248",1,29.684383,-95.253634,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",343,1.646145,6.068678,216.09,"2013-05-28 12:00",160.66,"2013-06-11 09:00",137.11,"2013-07-22 12:00",124.25,"2013-06-25 07:00","","","","",14.11,9.3,4.79,2.87,1.39,0.67,0.21,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43249",1,29.684383,-95.253634,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",126,1.704853,4.634549,157.43,"2013-10-08 06:00",154.93,"2013-07-15 06:00",98.72,"2013-07-15 03:00",78.26,"2013-06-25 06:00","","","","",14.67,9.27,5.35,3.31,1.52,0.79,0.33,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43250",1,29.684383,-95.253634,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,2.022679,3.445523,127.8,"2013-06-29 10:00",73.29,"2013-09-08 01:00",46.58,"2013-03-14 05:00",33.43,"2013-10-08 07:00","","","","",14.89,11.77,7.47,4.82,2.03,0.97,0.34,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43252",1,29.684383,-95.253634,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",291,0.610002,1.068041,52.24,"2013-06-29 10:00",16.92,"2013-03-14 05:00",13.8,"2013-09-08 01:00",9.1,"2013-02-15 08:00","","","","",4.44,3.42,2.21,1.37,0.6,0.32,0.14,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43253",1,29.684383,-95.253634,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",602,0.436556,0.676592,18.96,"2013-03-14 05:00",15.33,"2013-06-29 10:00",8.23,"2013-02-15 08:00",6.94,"2013-07-23 06:00","","","","",3.02,2.5,1.62,1.05,0.44,0.23,0.06,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43261",1,29.684383,-95.253634,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",82,1.505005,2.320973,53.89,"2013-10-08 06:00",40.05,"2013-07-23 06:00",36.39,"2013-09-11 05:00",34.05,"2013-06-29 10:00","","","","",9.88,7.8,5.25,3.26,1.57,0.81,0.33,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43262",1,29.684383,-95.253634,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",81,1.875897,6.826097,390.95,"2013-10-08 06:00",156.32,"2013-10-08 05:00",153.56,"2013-07-15 06:00",130.7,"2013-10-08 07:00","","","","",15.15,10.01,6.22,3.83,1.68,0.78,0.29,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43263",1,29.684383,-95.253634,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",185,1.573291,4.903505,152.61,"2013-10-08 06:00",133.89,"2013-07-15 06:00",121.29,"2013-05-28 12:00",96.72,"2013-07-22 12:00","","","","",13.95,8.73,4.68,2.89,1.36,0.69,0.24,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43280",1,29.684383,-95.253634,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,1.222947,3.552672,116.34,"2013-11-14 05:00",95.11,"2013-11-14 07:00",79.16,"2013-11-13 23:00",66.72,"2013-11-03 06:00","","","","",11.36,6.9,4,2.29,0.96,0.52,0.29,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43291",1,29.684383,-95.253634,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",2385,0.715494,2.019962,63.06,"2013-10-08 06:00",58.92,"2013-07-15 06:00",38.47,"2013-07-15 03:00",37.85,"2013-05-28 12:00","","","","",6.93,4.48,2.52,1.62,0.7,0.33,0.005,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","43960",1,29.684383,-95.253634,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6474,74,298,365,0,427,"","","Certification not required",545,0.404647,0.681365,16.6,"2013-06-29 10:00",15.61,"2013-03-14 05:00",8.55,"2013-10-08 06:00",8.19,"2013-07-23 06:00","","","","",2.94,2.46,1.59,0.99,0.41,0.19,0.05,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45109",1,29.684383,-95.253634,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",0,2.347456,3.661751,73.46,"2013-03-12 05:00",65.03,"2013-03-14 05:00",55.97,"2013-05-13 06:00",54.36,"2013-05-13 07:00","","","","",16.96,12.97,8.37,5.53,2.33,1.16,0.49,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45201",1,29.684383,-95.253634,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,2.108658,2.576641,44.26,"2013-02-15 08:00",36.75,"2013-10-08 06:00",35.1,"2013-09-12 07:00",31.28,"2013-03-14 05:00","","","","",13.08,9.99,6.7,4.4,2.19,1.27,0.62,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45202",1,29.684383,-95.253634,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",0,5.992467,13.120987,351.94,"2013-05-28 12:00",330.16,"2013-07-22 12:00",275.9,"2013-06-25 07:00",267.35,"2013-07-23 06:00","","","","",41.83,31.37,20.23,12.93,5.55,2.85,1.27,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45203",1,29.684383,-95.253634,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",0,0.732307,1.083995,24.75,"2013-04-01 03:00",23.54,"2013-04-01 06:00",19.19,"2013-03-14 05:00",18.09,"2013-04-01 04:00","","","","",4.82,3.83,2.52,1.66,0.74,0.39,0.18,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45204",1,29.684383,-95.253634,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",0,0.840676,1.216046,24.55,"2013-03-14 05:00",23.21,"2013-03-12 05:00",19.06,"2013-06-29 10:00",14.72,"2013-10-23 04:00","","","","",5.97,4.6,2.96,1.98,0.83,0.43,0.2,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45207",1,29.684383,-95.253634,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",447,0.396601,2.226007,120.97,"2013-08-02 07:00",87.06,"2013-08-02 10:00",64.32,"2013-08-02 09:00",45.07,"2013-08-02 08:00","","","","",2.64,1.99,1.25,0.8,0.32,0.16,0.06,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45208",1,29.684383,-95.253634,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",4,0.887364,3.94003,212.41,"2013-08-02 07:00",151.2,"2013-08-02 10:00",112.38,"2013-08-02 09:00",79.88,"2013-08-02 08:00","","","","",5.88,4.46,2.75,1.79,0.76,0.4,0.18,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45209",1,29.684383,-95.253634,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6526,74,300,365,0,375,"","","Certification not required",418,0.381831,1.03086,57.38,"2013-08-02 07:00",39,"2013-08-02 10:00",28.74,"2013-08-02 09:00",21.58,"2013-08-02 08:00","","","","",1.41,1.15,0.84,0.64,0.47,0.31,0.08,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45210",1,29.684383,-95.253634,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",0,0.108985,0.48706,16.22,"2013-11-01 04:00",11.89,"2013-11-01 05:00",11.49,"2013-09-24 23:00",9.24,"2013-10-18 00:00","","","","",1.53,0.85,0.38,0.2,0.09,0,0,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45220",1,29.684383,-95.253634,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",6475,74,298,365,0,426,"","","Certification not required",0,0.432876,0.648197,13.72,"2013-07-19 08:00",8.97,"2013-09-13 06:00",8.93,"2013-09-13 05:00",8.73,"2013-07-15 05:00","","","","",3.12,2.38,1.48,0.94,0.42,0.23,0.13,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","45225",1,29.684383,-95.253634,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2906,33,119,365,0,3995,"","","Certification not required",183,0.28794,0.207663,1.86,"2013-02-01 08:00",1.86,"2013-04-06 13:00",1.69,"2013-02-03 00:00",1.61,"2013-11-18 06:00","","","","",0.95,0.87,0.7,0.55,0.36,0.25,0.07,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-12" +"48","201","6000","61101",1,29.684383,-95.253634,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7146,82,294,365,0,150,"","","Certification not required",0,4.584859,2.824728,17.9,"2013-02-25 20:00",16.8,"2013-02-25 16:00",16.6,"2013-01-30 11:00",16.6,"2013-02-25 21:00","","","","",12.2,11.3,9.8,8.6,6.4,4.1,1.2,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","6000","61103",1,29.684383,-95.253634,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7144,82,294,365,0,152,"","","Certification not required",0,4.186562,2.739495,17.4,"2013-02-25 20:00",16.2,"2013-02-25 16:00",16.2,"2013-02-25 22:00",16.1,"2013-02-25 21:00","","","","",11.6,10.8,9.2,8.1,6,3.7,1,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","6000","61104",1,29.684383,-95.253634,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7144,82,294,365,0,152,"","","Certification not required",0,161.035288,87.523721,360,"2013-05-05 19:00",359.7,"2013-06-30 19:00",359.6,"2013-05-11 15:00",359.5,"2013-04-11 19:00","","","","",354.4,348.2,339.3,318.4,193.5,151.5,52.2,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","6000","61105",1,29.684383,-95.253634,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7196,82,297,365,0,100,"","","Certification not required",0,10.279044,5.599708,40,"2013-02-25 20:00",40,"2013-04-27 16:00",38,"2013-02-25 22:00",37,"2013-08-16 17:00","","","","",25,23,20,18,14,10,3,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","6000","61106",1,29.684383,-95.253634,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7144,82,294,365,0,152,"","","Certification not required",0,25.27241,10.890483,80.6,"2013-09-10 04:00",79.2,"2013-05-03 22:00",78.3,"2013-06-28 17:00",78.3,"2013-10-18 23:00","","","","",67.4,61.2,49.4,39,28.1,21.8,16.3,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","201","6000","62101",1,29.684383,-95.253634,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7295,83,304,365,0,1,"","","Certification not required",0,73.32721,13.308235,106,"2013-06-29 15:00",106,"2013-06-29 16:00",104,"2013-06-29 17:00",103,"2013-06-28 16:00","","","","",98,96,93,90,82,76,54,"Cesar Chavez","4829 A Galveston Rd","Texas","Harris","Houston","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","203","0002","12115",6,32.668987,-94.167457,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","LO-VOL-XONTECH 920 or 924 - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2013-10-17" +"48","203","0002","17141",1,32.668987,-94.167457,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,40.552885,29.729813,146.95,"2013-09-07 00:00",146.43,"2013-09-25 00:00",89.09,"2013-08-20 00:00",87.37,"2013-07-03 00:00","","","","",146.95,146.43,89.09,72.53,52.04,33.81,14.06,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17147",1,32.668987,-94.167457,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,8.22,7.996339,39.72,"2013-09-07 00:00",25.91,"2013-07-03 00:00",25.1,"2013-09-25 00:00",24.07,"2013-08-02 00:00","","","","",39.72,25.91,25.1,19.1,10.04,5.38,1.8,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17148",1,32.668987,-94.167457,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.039038,0.148288,0.69,"2013-11-30 00:00",0.66,"2013-10-07 00:00",0.51,"2013-02-03 00:00",0.17,"2013-01-04 00:00","","","","",0.69,0.66,0.51,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17149",1,32.668987,-94.167457,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,5.095,4.369764,21.01,"2013-09-07 00:00",15.56,"2013-08-02 00:00",13.34,"2013-09-25 00:00",13.21,"2013-07-03 00:00","","","","",21.01,15.56,13.34,10.86,6.43,3.83,1.38,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17150",1,32.668987,-94.167457,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,9.144423,6.998751,30.08,"2013-06-27 00:00",26.33,"2013-09-07 00:00",24.72,"2013-08-02 00:00",23.64,"2013-06-21 00:00","","","","",30.08,26.33,24.72,20.32,11.85,7.08,2.53,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17151",1,32.668987,-94.167457,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.238654,0.214486,0.93,"2013-06-27 00:00",0.8,"2013-06-21 00:00",0.72,"2013-07-09 00:00",0.66,"2013-09-25 00:00","","","","",0.93,0.8,0.72,0.6,0.27,0.17,0.06,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17201",1,32.668987,-94.167457,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.542308,1.292272,5.62,"2013-06-27 00:00",4.69,"2013-08-08 00:00",4.49,"2013-07-09 00:00",4.22,"2013-08-02 00:00","","","","",5.62,4.69,4.49,3.82,1.98,1.14,0.36,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17204",1,32.668987,-94.167457,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.653077,0.534663,2.37,"2013-06-27 00:00",1.98,"2013-08-08 00:00",1.86,"2013-07-09 00:00",1.74,"2013-07-21 00:00","","","","",2.37,1.98,1.86,1.57,0.77,0.5,0.16,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17208",1,32.668987,-94.167457,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.062692,0.05153,0.2,"2013-11-30 00:00",0.19,"2013-02-03 00:00",0.18,"2013-02-09 00:00",0.16,"2013-08-08 00:00","","","","",0.2,0.19,0.18,0.12,0.1,0.06,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17215",1,32.668987,-94.167457,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.006923,0.022188,0.13,"2013-08-02 00:00",0.08,"2013-02-03 00:00",0.04,"2013-04-16 00:00",0.03,"2013-01-22 00:00","","","","",0.13,0.08,0.04,0.02,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17220",1,32.668987,-94.167457,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.037692,0.070422,0.37,"2013-08-02 00:00",0.24,"2013-11-30 00:00",0.2,"2013-02-03 00:00",0.14,"2013-10-07 00:00","","","","",0.37,0.24,0.2,0.1,0.05,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17223",1,32.668987,-94.167457,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.016923,0.025861,0.11,"2013-10-07 00:00",0.09,"2013-08-02 00:00",0.07,"2013-08-08 00:00",0.06,"2013-01-04 00:00","","","","",0.11,0.09,0.07,0.05,0.03,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17231",1,32.668987,-94.167457,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000962,0.006934,0.05,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.05,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17237",1,32.668987,-94.167457,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.03,0.042241,0.17,"2013-08-02 00:00",0.15,"2013-02-03 00:00",0.14,"2013-11-30 00:00",0.12,"2013-10-07 00:00","","","","",0.17,0.15,0.14,0.09,0.05,0.02,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17242",1,32.668987,-94.167457,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.004231,0.020034,0.13,"2013-08-02 00:00",0.06,"2013-02-03 00:00",0.03,"2013-01-22 00:00",0,"2013-01-04 00:00","","","","",0.13,0.06,0.03,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","17243",1,32.668987,-94.167457,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.019423,0.051465,0.28,"2013-08-02 00:00",0.16,"2013-11-30 00:00",0.14,"2013-02-03 00:00",0.11,"2013-10-07 00:00","","","","",0.28,0.16,0.14,0.07,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","42601",1,32.668987,-94.167457,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8544,98,359,365,0,216,"","","Certification not required",0,1.248666,4.044672,57.6,"2013-12-17 23:00",51.9,"2013-12-17 22:00",51.3,"2013-12-17 07:00",48.9,"2013-04-01 05:00","","","","",21.2,15.7,7.1,2.2,0.5,0.2,-0.1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","42602",1,32.668987,-94.167457,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8544,98,359,365,0,216,0,"","Certification not required",0,7.784123,4.394321,25.9,"2013-09-06 23:00",24.2,"2013-08-29 23:00",23,"2013-09-18 22:00",21,"2013-02-26 19:00","","","","",21,19.1,16.5,13.8,10,6.5,3.2,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","42602",1,32.668987,-94.167457,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8544,98,359,365,0,216,"","","Certification not required",0,3.078558,2.56988,25.9,"2013-09-06 23:00",24.2,"2013-08-29 23:00",23,"2013-09-18 22:00",21,"2013-02-26 19:00","","","","",13.1,11.2,8.3,6.3,3.9,2.2,1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","42603",1,32.668987,-94.167457,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8544,98,359,365,0,216,"","","Certification not required",0,4.296208,5.567233,65.5,"2013-12-17 23:00",60,"2013-12-17 22:00",59.4,"2013-02-17 00:00",58.3,"2013-12-17 07:00","","","","",28.5,23,15.2,9.4,4.6,2.4,1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","43173",1,32.668987,-94.167457,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43202",1,32.668987,-94.167457,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,18.549259,12.02167,55.98,"2013-02-03 00:00",54.8,"2013-01-16 00:00",49.56,"2013-09-25 00:00",44.5,"2013-11-30 00:00","","","","",55.98,54.8,49.56,35,18.88,14.14,8.48,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43203",1,32.668987,-94.167457,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",8,0.908148,0.755883,4.26,"2013-05-04 00:00",3.16,"2013-11-30 00:00",2.38,"2013-02-03 00:00",1.68,"2013-02-27 00:00","","","","",4.26,3.16,2.38,1.46,1.18,0.78,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43204",1,32.668987,-94.167457,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,11.727222,8.110526,38.04,"2013-02-03 00:00",33.57,"2013-01-16 00:00",29.58,"2013-09-25 00:00",29.34,"2013-10-07 00:00","","","","",38.04,33.57,29.58,26.94,12.48,9.09,4.89,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43205",1,32.668987,-94.167457,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",36,0.232222,0.413036,2.79,"2013-05-04 00:00",0.9,"2013-02-03 00:00",0.66,"2013-10-07 00:00",0.63,"2013-09-25 00:00","","","","",2.79,0.9,0.66,0.51,0.36,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43206",1,32.668987,-94.167457,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",20,0.470741,0.450412,1.98,"2013-11-30 00:00",1.5,"2013-02-03 00:00",1.2,"2013-01-22 00:00",1.12,"2013-03-23 00:00","","","","",1.98,1.5,1.2,1.1,0.76,0.4,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43212",1,32.668987,-94.167457,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,5.954815,3.587728,16.16,"2013-01-16 00:00",16,"2013-01-10 00:00",15.64,"2013-02-03 00:00",12.48,"2013-11-30 00:00","","","","",16.16,16,15.64,11.76,7.36,4.72,2.48,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43214",1,32.668987,-94.167457,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.742963,2.174634,10.36,"2013-02-03 00:00",9.52,"2013-01-16 00:00",8.4,"2013-01-10 00:00",8.36,"2013-11-30 00:00","","","","",10.36,9.52,8.4,7.32,4.24,3,1.64,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43216",1,32.668987,-94.167457,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43217",1,32.668987,-94.167457,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43218",1,32.668987,-94.167457,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43220",1,32.668987,-94.167457,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.826852,0.945232,4.7,"2013-10-07 00:00",4.35,"2013-09-25 00:00",3.7,"2013-02-03 00:00",3.3,"2013-01-16 00:00","","","","",4.7,4.35,3.7,2.95,2.5,1.65,0.7,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43221",1,32.668987,-94.167457,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,2.62037,1.627984,7.55,"2013-02-03 00:00",7.2,"2013-09-25 00:00",7.15,"2013-10-07 00:00",5.15,"2013-11-30 00:00","","","","",7.55,7.2,7.15,4.9,3.3,2.35,1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43224",1,32.668987,-94.167457,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43226",1,32.668987,-94.167457,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43227",1,32.668987,-94.167457,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43228",1,32.668987,-94.167457,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43230",1,32.668987,-94.167457,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,0.528519,0.330222,1.92,"2013-09-25 00:00",1.32,"2013-10-07 00:00",1.2,"2013-02-03 00:00",0.96,"2013-01-16 00:00","","","","",1.92,1.32,1.2,0.9,0.66,0.48,0.18,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43231",1,32.668987,-94.167457,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.908889,0.766995,4.5,"2013-09-25 00:00",3.66,"2013-10-07 00:00",1.62,"2013-02-03 00:00",1.62,"2013-02-27 00:00","","","","",4.5,3.66,1.62,1.38,1.08,0.9,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43232",1,32.668987,-94.167457,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,0.522037,0.323106,2.24,"2013-09-25 00:00",1.12,"2013-10-07 00:00",0.91,"2013-02-27 00:00",0.84,"2013-01-16 00:00","","","","",2.24,1.12,0.91,0.77,0.7,0.49,0.21,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43233",1,32.668987,-94.167457,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",17,0.214259,0.19941,1.2,"2013-09-25 00:00",0.64,"2013-02-03 00:00",0.64,"2013-02-15 00:00",0.48,"2013-05-10 00:00","","","","",1.2,0.64,0.64,0.4,0.24,0.16,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43234",1,32.668987,-94.167457,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43235",1,32.668987,-94.167457,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.052407,0.017691,0.18,"2013-10-31 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43238",1,32.668987,-94.167457,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",48,0.059259,0.036438,0.3,"2013-09-25 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-22 00:00",0.1,"2013-03-17 00:00","","","","",0.3,0.1,0.1,0.1,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43242",1,32.668987,-94.167457,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",42,0.067593,0.036546,0.2,"2013-10-07 00:00",0.15,"2013-01-10 00:00",0.15,"2013-01-16 00:00",0.15,"2013-02-03 00:00","","","","",0.2,0.15,0.15,0.15,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43243",1,32.668987,-94.167457,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",22,2.584259,3.769838,14.65,"2013-07-09 00:00",14.35,"2013-06-21 00:00",11.55,"2013-08-02 00:00",11.4,"2013-06-27 00:00","","","","",14.65,14.35,11.55,7.45,4.05,0.55,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43244",1,32.668987,-94.167457,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",35,0.127963,0.129446,0.6,"2013-09-25 00:00",0.48,"2013-02-03 00:00",0.42,"2013-10-07 00:00",0.36,"2013-02-27 00:00","","","","",0.6,0.48,0.42,0.3,0.18,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43247",1,32.668987,-94.167457,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",46,0.069815,0.059858,0.42,"2013-09-25 00:00",0.21,"2013-10-07 00:00",0.14,"2013-01-16 00:00",0.14,"2013-02-03 00:00","","","","",0.42,0.21,0.14,0.14,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43248",1,32.668987,-94.167457,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",33,0.227222,0.292255,1.5,"2013-09-25 00:00",0.9,"2013-02-27 00:00",0.78,"2013-02-03 00:00",0.78,"2013-10-07 00:00","","","","",1.5,0.9,0.78,0.6,0.36,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43249",1,32.668987,-94.167457,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,0.372407,0.250305,1.54,"2013-09-25 00:00",0.91,"2013-10-07 00:00",0.7,"2013-01-16 00:00",0.7,"2013-02-03 00:00","","","","",1.54,0.91,0.7,0.63,0.49,0.35,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43250",1,32.668987,-94.167457,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.034074,0.059384,0.24,"2013-01-16 00:00",0.16,"2013-02-03 00:00",0.16,"2013-07-03 00:00",0.16,"2013-09-25 00:00","","","","",0.24,0.16,0.16,0.16,0.08,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43252",1,32.668987,-94.167457,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43253",1,32.668987,-94.167457,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",36,0.104444,0.100727,0.64,"2013-09-25 00:00",0.24,"2013-02-03 00:00",0.24,"2013-02-15 00:00",0.24,"2013-02-27 00:00","","","","",0.64,0.24,0.24,0.24,0.16,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43261",1,32.668987,-94.167457,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,0.390556,0.329324,2.17,"2013-09-25 00:00",1.05,"2013-10-07 00:00",0.91,"2013-02-27 00:00",0.7,"2013-10-01 00:00","","","","",2.17,1.05,0.91,0.63,0.49,0.35,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43262",1,32.668987,-94.167457,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",6,0.284444,0.19977,1.2,"2013-09-25 00:00",0.78,"2013-10-07 00:00",0.6,"2013-02-03 00:00",0.6,"2013-02-27 00:00","","","","",1.2,0.78,0.6,0.48,0.36,0.24,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43263",1,32.668987,-94.167457,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",44,0.153519,0.270549,1.61,"2013-09-25 00:00",0.84,"2013-10-07 00:00",0.63,"2013-07-15 00:00",0.56,"2013-06-21 00:00","","","","",1.61,0.84,0.63,0.49,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43280",1,32.668987,-94.167457,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",33,0.151296,0.153451,0.76,"2013-08-20 00:00",0.6,"2013-10-07 00:00",0.4,"2013-11-30 00:00",0.36,"2013-06-15 00:00","","","","",0.76,0.6,0.4,0.32,0.24,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43282",1,32.668987,-94.167457,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43283",1,32.668987,-94.167457,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43284",1,32.668987,-94.167457,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",37,0.119815,0.130145,0.6,"2013-09-25 00:00",0.48,"2013-10-07 00:00",0.42,"2013-01-16 00:00",0.42,"2013-02-03 00:00","","","","",0.6,0.48,0.42,0.3,0.12,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43285",1,32.668987,-94.167457,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",7,0.760926,0.540863,2.7,"2013-09-25 00:00",2.16,"2013-10-07 00:00",1.92,"2013-02-03 00:00",1.74,"2013-01-16 00:00","","","","",2.7,2.16,1.92,1.44,0.96,0.66,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43289",1,32.668987,-94.167457,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43290",1,32.668987,-94.167457,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43291",1,32.668987,-94.167457,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.058889,0.039414,0.28,"2013-10-07 00:00",0.21,"2013-10-13 00:00",0.14,"2013-11-12 00:00",0.05,"2013-01-04 00:00","","","","",0.28,0.21,0.14,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43331",1,32.668987,-94.167457,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43502",1,32.668987,-94.167457,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.857407,1.445174,5.5,"2013-08-08 00:00",5.2,"2013-08-02 00:00",5,"2013-09-13 00:00",4.9,"2013-09-01 00:00","","","","",5.5,5.2,5,4.4,2.7,1.3,0.6,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43503",1,32.668987,-94.167457,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.046296,0.517874,2.7,"2013-09-13 00:00",2.5,"2013-09-07 00:00",2.2,"2013-09-01 00:00",2,"2013-08-08 00:00","","","","",2.7,2.5,2.2,1.7,1.2,0.9,0.5,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43504",1,32.668987,-94.167457,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.168519,0.088646,0.4,"2013-09-07 00:00",0.4,"2013-09-13 00:00",0.3,"2013-03-29 00:00",0.3,"2013-06-27 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43505",1,32.668987,-94.167457,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.051852,0.054047,0.2,"2013-09-13 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00","","","","",0.2,0.1,0.1,0.1,0.1,0.1,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43509",2,32.668987,-94.167457,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.099444,0.10743,0.36,"2013-06-27 00:00",0.3,"2013-08-08 00:00",0.3,"2013-09-13 00:00",0.27,"2013-06-15 00:00","","","","",0.36,0.3,0.3,0.24,0.18,0.09,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43510",1,32.668987,-94.167457,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",40,0.251111,0.208516,1,"2013-08-08 00:00",0.8,"2013-08-02 00:00",0.7,"2013-07-09 00:00",0.7,"2013-09-01 00:00","","","","",1,0.8,0.7,0.6,0.3,0.144,0.144,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43513",1,32.668987,-94.167457,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43515",1,32.668987,-94.167457,"NAD83","Methacrolein","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",33,0.550333,0.620995,2.4,"2013-08-08 00:00",2.3,"2013-06-27 00:00",1.9,"2013-08-02 00:00",1.6,"2013-06-15 00:00","","","","",2.4,2.3,1.9,1.5,0.9,0.146,0.146,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43517",1,32.668987,-94.167457,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.273,0,0.273,"2013-01-04 00:00",0.273,"2013-01-10 00:00",0.273,"2013-01-16 00:00",0.273,"2013-01-22 00:00","","","","",0.273,0.273,0.273,0.273,0.273,0.273,0.273,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43518",1,32.668987,-94.167457,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.1575,0,0.1575,"2013-01-04 00:00",0.1575,"2013-01-10 00:00",0.1575,"2013-01-16 00:00",0.1575,"2013-01-22 00:00","","","","",0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43528",1,32.668987,-94.167457,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",45,0.117361,0.070142,0.3,"2013-06-15 00:00",0.3,"2013-06-21 00:00",0.3,"2013-08-02 00:00",0.3,"2013-08-08 00:00","","","","",0.3,0.3,0.3,0.3,0.0875,0.0875,0.0875,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43552",2,32.668987,-94.167457,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.161111,0.055649,0.4,"2013-02-27 00:00",0.4,"2013-03-11 00:00",0.3,"2013-01-04 00:00",0.3,"2013-03-05 00:00","","","","",0.4,0.4,0.3,0.146,0.146,0.146,0.146,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43801",1,32.668987,-94.167457,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.659074,0.089785,0.95,"2013-10-07 00:00",0.91,"2013-05-10 00:00",0.84,"2013-10-13 00:00",0.8,"2013-08-14 00:00","","","","",0.95,0.91,0.84,0.77,0.7,0.65,0.56,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43802",1,32.668987,-94.167457,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.064815,0.032548,0.25,"2013-11-30 00:00",0.14,"2013-07-27 00:00",0.1,"2013-10-07 00:00",0.09,"2013-04-22 00:00","","","","",0.25,0.14,0.1,0.08,0.07,0.06,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43803",1,32.668987,-94.167457,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.013519,0.008502,0.03,"2013-10-07 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-21 00:00","","","","",0.03,0.02,0.02,0.02,0.02,0.02,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43804",1,32.668987,-94.167457,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.085926,0.036369,0.15,"2013-04-28 00:00",0.13,"2013-05-10 00:00",0.13,"2013-05-22 00:00",0.12,"2013-07-03 00:00","","","","",0.15,0.13,0.13,0.11,0.1,0.1,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43811",1,32.668987,-94.167457,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.241667,0.011117,0.28,"2013-01-28 00:00",0.26,"2013-01-10 00:00",0.26,"2013-01-16 00:00",0.26,"2013-02-21 00:00","","","","",0.28,0.26,0.26,0.25,0.25,0.24,0.23,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43813",1,32.668987,-94.167457,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43814",1,32.668987,-94.167457,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.007407,0.009749,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43815",1,32.668987,-94.167457,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.015556,0.019296,0.06,"2013-04-22 00:00",0.06,"2013-10-07 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-16 00:00","","","","",0.06,0.06,0.04,0.04,0.04,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43817",1,32.668987,-94.167457,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.005185,0.011115,0.06,"2013-07-27 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-09 00:00","","","","",0.06,0.02,0.02,0.02,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43818",1,32.668987,-94.167457,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43819",1,32.668987,-94.167457,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.009444,0.036103,0.2,"2013-10-07 00:00",0.18,"2013-10-13 00:00",0.02,"2013-08-20 00:00",0.01,"2013-01-10 00:00","","","","",0.2,0.18,0.02,0.01,0.01,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43820",1,32.668987,-94.167457,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43823",1,32.668987,-94.167457,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.535556,0.027926,0.61,"2013-01-28 00:00",0.59,"2013-02-15 00:00",0.58,"2013-01-10 00:00",0.58,"2013-01-16 00:00","","","","",0.61,0.59,0.58,0.58,0.55,0.53,0.5,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43824",1,32.668987,-94.167457,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.00037,0.002722,0.02,"2013-07-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43826",1,32.668987,-94.167457,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43829",1,32.668987,-94.167457,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.003333,0.011159,0.06,"2013-01-22 00:00",0.03,"2013-01-10 00:00",0.03,"2013-01-28 00:00",0.03,"2013-03-23 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43830",1,32.668987,-94.167457,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002222,0.007931,0.03,"2013-02-15 00:00",0.03,"2013-02-27 00:00",0.03,"2013-07-03 00:00",0.03,"2013-09-25 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43831",1,32.668987,-94.167457,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43843",1,32.668987,-94.167457,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43860",1,32.668987,-94.167457,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43950",1,32.668987,-94.167457,"NAD83","Heptanal","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",46,0.142315,0.144176,0.66,"2013-08-02 00:00",0.64,"2013-06-15 00:00",0.57,"2013-09-07 00:00",0.49,"2013-07-09 00:00","","","","",0.66,0.64,0.57,0.36,0.0875,0.0875,0.0875,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43954",1,32.668987,-94.167457,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.052222,0.011438,0.11,"2013-08-08 00:00",0.11,"2013-08-20 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.11,0.11,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","43960",1,32.668987,-94.167457,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",34,0.118889,0.113681,0.64,"2013-09-25 00:00",0.32,"2013-02-03 00:00",0.32,"2013-02-15 00:00",0.32,"2013-02-27 00:00","","","","",0.64,0.32,0.32,0.24,0.16,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","44201",1,32.668987,-94.167457,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8632,99,243,245,0,128,0,0,"Requested but not yet concurred",1178,0.049979,0.012337,0.084,"2013-06-10 15:00",0.078,"2013-06-15 15:00",0.078,"2013-08-31 13:00",0.078,"2013-09-26 12:00","","","","",0.078,0.077,0.072,0.066,0.058,0.05,0.041,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","44201",1,32.668987,-94.167457,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8672,98,241,245,0,0,0,0,"Requested but not yet concurred",0,0.044527,0.011386,0.073,"2013-09-26 10:00",0.071,"2013-09-01 10:00",0.071,"2013-09-03 10:00",0.07,"2013-08-30 10:00","","","","",0.071,0.07,0.063,0.059,0.053,0.045,0.035,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","44201",1,32.668987,-94.167457,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8672,98,241,245,0,0,0,0,"Requested but not yet concurred",0,0.044527,0.011386,0.073,"2013-09-26 10:00",0.071,"2013-09-01 10:00",0.071,"2013-09-03 10:00",0.07,"2013-08-30 10:00","","","","",0.071,0.07,0.063,0.059,0.053,0.045,0.035,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","45109",1,32.668987,-94.167457,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.348148,0.28662,1.6,"2013-02-03 00:00",1.36,"2013-09-25 00:00",0.72,"2013-10-07 00:00",0.64,"2013-01-16 00:00","","","","",1.6,1.36,0.72,0.64,0.48,0.24,0.16,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45201",1,32.668987,-94.167457,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.534444,0.665136,3.24,"2013-09-25 00:00",3,"2013-02-03 00:00",3,"2013-11-30 00:00",2.82,"2013-01-16 00:00","","","","",3.24,3,3,2.28,1.92,1.44,0.9,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45202",1,32.668987,-94.167457,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.126481,0.710783,4.2,"2013-09-25 00:00",2.66,"2013-02-03 00:00",2.66,"2013-10-07 00:00",2.03,"2013-04-28 00:00","","","","",4.2,2.66,2.66,1.89,1.47,0.91,0.42,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45203",1,32.668987,-94.167457,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.063704,0.095013,0.48,"2013-02-03 00:00",0.24,"2013-01-16 00:00",0.24,"2013-10-07 00:00",0.24,"2013-11-30 00:00","","","","",0.48,0.24,0.24,0.16,0.08,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45204",1,32.668987,-94.167457,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.094815,0.090715,0.48,"2013-02-03 00:00",0.4,"2013-09-25 00:00",0.24,"2013-10-07 00:00",0.16,"2013-01-10 00:00","","","","",0.48,0.4,0.24,0.16,0.16,0.08,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45207",1,32.668987,-94.167457,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45208",1,32.668987,-94.167457,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45209",1,32.668987,-94.167457,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45210",1,32.668987,-94.167457,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45211",1,32.668987,-94.167457,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45212",1,32.668987,-94.167457,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45213",1,32.668987,-94.167457,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45218",1,32.668987,-94.167457,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.053704,0.021394,0.2,"2013-02-15 00:00",0.1,"2013-02-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45219",1,32.668987,-94.167457,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45220",1,32.668987,-94.167457,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.151111,0.165685,0.64,"2013-06-21 00:00",0.64,"2013-09-25 00:00",0.56,"2013-02-03 00:00",0.48,"2013-05-10 00:00","","","","",0.64,0.64,0.56,0.4,0.24,0.08,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45225",1,32.668987,-94.167457,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45501",1,32.668987,-94.167457,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.1715,0,0.1715,"2013-01-04 00:00",0.1715,"2013-01-10 00:00",0.1715,"2013-01-16 00:00",0.1715,"2013-01-22 00:00","","","","",0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45503",1,32.668987,-94.167457,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.093472,0.043887,0.41,"2013-05-10 00:00",0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00","","","","",0.41,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45505",1,32.668987,-94.167457,"NAD83","o-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45506",1,32.668987,-94.167457,"NAD83","m & p-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","45801",1,32.668987,-94.167457,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","61101",1,32.668987,-94.167457,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7152,82,296,365,0,144,"","","Certification not required",0,2.978482,2.043672,13.8,"2013-03-04 10:00",13,"2013-03-04 12:00",12.9,"2013-03-04 11:00",12.6,"2013-04-09 14:00","","","","",8.8,8,6.8,5.7,4.3,2.7,0.6,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","61103",1,32.668987,-94.167457,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7162,82,298,365,0,134,"","","Certification not required",0,2.412455,1.906626,13,"2013-03-04 10:00",12.2,"2013-03-04 12:00",12.1,"2013-03-04 11:00",11.8,"2013-04-09 14:00","","","","",8,7.2,6.1,5.1,3.5,2,0.3,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","61104",1,32.668987,-94.167457,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7162,82,298,365,0,134,"","","Certification not required",0,165.430271,96.402628,360,"2013-07-03 23:00",359.9,"2013-03-06 18:00",359.9,"2013-07-06 23:00",359.8,"2013-04-13 01:00","","","","",353.8,348.5,328,300.8,248.9,158,47.1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","61105",1,32.668987,-94.167457,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7173,82,299,365,0,123,"","","Certification not required",0,7.858218,5.074223,34,"2013-01-29 20:00",31,"2013-08-13 13:00",30,"2013-03-04 13:00",29,"2013-03-31 09:00","","","","",22,20,17,15,11,7,2,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","61106",1,32.668987,-94.167457,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7151,82,296,365,0,145,"","","Certification not required",0,37.659768,14.517043,80.8,"2013-01-07 22:00",80.7,"2013-01-21 08:00",80,"2013-02-17 00:00",79.9,"2013-04-30 05:00","","","","",74.9,71.4,65.3,58.8,47.5,34.9,20.9,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","62101",1,32.668987,-94.167457,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7280,83,304,365,0,16,"","","Certification not required",0,66.76772,16.43442,100,"2013-08-06 15:00",100,"2013-08-06 16:00",100,"2013-08-07 15:00",100,"2013-08-07 16:00","","","","",97,95,91,87,79,69,43,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","63101",1,32.668987,-94.167457,"NAD83","VISIBILITY","1 HOUR","","Observed Values","INSTRUMENTAL - FOG VISIOMETER",2013,"Miles (visibility)","No Events",7276,83,304,365,0,20,"","","Certification not required",0,10.206473,4.027735,20.6,"2013-10-06 17:00",20.1,"2013-02-10 16:00",19.9,"2013-10-06 18:00",19.8,"2013-02-03 17:00","","","","",18.3,17.7,16.6,15.4,13.2,10.4,4.7,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","63301",1,32.668987,-94.167457,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7285,83,304,365,0,11,"","","Certification not required",3500,0.278651,0.396609,1.48,"2013-05-22 12:00",1.46,"2013-06-08 13:00",1.43,"2013-06-08 12:00",1.42,"2013-06-29 12:00","","","","",1.33,1.26,1.14,0.99,0.49,0.02,0.005,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-03" +"48","203","0002","68103",1,32.668987,-94.167457,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,11.165574,9.52584,25.2,"2013-08-08 00:00",24.3,"2013-09-01 00:00",23.2,"2013-08-02 00:00",23,"2013-09-13 00:00","","","","",25.2,24.3,23,22.6,20.7,12.7,-1.4,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","68103",5,32.668987,-94.167457,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,13.021154,8.550297,24.7,"2013-08-08 00:00",23.9,"2013-09-01 00:00",22.8,"2013-08-02 00:00",22.7,"2013-09-13 00:00","","","","",24.7,23.9,22.8,22.5,21,15.8,0.6,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","68104",1,32.668987,-94.167457,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,25.270492,9.750527,40.7,"2013-09-01 00:00",40,"2013-08-08 00:00",39,"2013-08-02 00:00",38.4,"2013-09-07 00:00","","","","",40.7,40,38.4,37.3,32.5,26.6,12.1,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","68104",5,32.668987,-94.167457,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,27.551923,8.971141,41.7,"2013-09-01 00:00",40.5,"2013-08-08 00:00",39.6,"2013-08-02 00:00",38.8,"2013-09-07 00:00","","","","",41.7,40.5,39.6,38.2,35.6,29.3,14.4,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","68105",1,32.668987,-94.167457,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,17.663934,9.196069,31.8,"2013-08-08 00:00",30.7,"2013-08-02 00:00",30.3,"2013-09-01 00:00",29.7,"2013-06-27 00:00","","","","",31.8,30.7,29.7,29.1,25.7,19.4,6.4,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","68105",5,32.668987,-94.167457,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,19.515385,8.271387,31.7,"2013-08-08 00:00",30.6,"2013-08-02 00:00",30.1,"2013-09-01 00:00",29.8,"2013-06-27 00:00","","","","",31.7,30.6,30.1,29.1,27.1,21.4,6.7,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","68106",1,32.668987,-94.167457,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,755.836066,5.102876,768,"2013-12-12 00:00",767,"2013-01-04 00:00",767,"2013-11-24 00:00",767,"2013-12-24 00:00","","","","",768,767,767,764,759,755,750,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","68106",5,32.668987,-94.167457,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,748.72549,3.671939,759,"2013-01-04 00:00",757,"2013-10-25 00:00",756,"2013-01-22 00:00",754,"2013-08-26 00:00","","","","",759,757,756,752,751,749,744,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","68107",1,32.668987,-94.167457,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,762.278689,5.788296,777,"2013-11-12 00:00",775,"2013-11-24 00:00",775,"2013-12-12 00:00",774,"2013-12-24 00:00","","","","",777,775,774,771,766,760,756,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","68107",5,32.668987,-94.167457,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,1,"","","Certification not required",0,753.372549,3.762769,764,"2013-01-04 00:00",762,"2013-10-25 00:00",760,"2013-01-22 00:00",759,"2013-02-03 00:00","","","","",764,762,760,759,756,753,749,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","68108",1,32.668987,-94.167457,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,759.245902,5.312425,772,"2013-12-12 00:00",771,"2013-11-24 00:00",771,"2013-12-24 00:00",770,"2013-01-04 00:00","","","","",772,771,770,767,761,758,753,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","68108",5,32.668987,-94.167457,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,750.980769,3.58368,761,"2013-01-04 00:00",759,"2013-10-25 00:00",758,"2013-01-22 00:00",756,"2013-02-03 00:00","","","","",761,759,758,755,753,751,747,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","81102",1,32.668987,-94.167457,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",1,15.87931,11.470905,73,"2013-08-08 00:00",53,"2013-06-21 00:00",31,"2013-09-13 00:00",30,"2013-06-27 00:00","","","","",73,53,31,27,19,13,6,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-19" +"48","203","0002","82103",1,32.668987,-94.167457,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.402143,0.184913,1.07,"2013-07-27 00:00",0.64,"2013-02-09 00:00",0.62,"2013-04-22 00:00",0.62,"2013-08-14 00:00","","","","",1.07,1.07,0.62,0.6,0.51,0.4,0.19,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2013-12-18" +"48","203","0002","82105",1,32.668987,-94.167457,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.004762,0.014354,0.07,"2013-08-08 00:00",0.06,"2013-06-21 00:00",0.02,"2013-06-27 00:00",0.01,"2013-03-11 00:00","","","","",0.07,0.07,0.02,0.01,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2013-12-18" +"48","203","0002","82110",1,32.668987,-94.167457,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.003095,0.00975,0.05,"2013-02-09 00:00",0.03,"2013-06-15 00:00",0.02,"2013-04-16 00:00",0.02,"2013-09-01 00:00","","","","",0.05,0.05,0.02,0.01,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2013-12-18" +"48","203","0002","82128",1,32.668987,-94.167457,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.001367,0.000563,0.0036,"2013-02-09 00:00",0.0023,"2013-07-03 00:00",0.0021,"2013-04-22 00:00",0.002,"2013-06-21 00:00","","","","",0.0036,0.0036,0.0021,0.0019,0.0016,0.0014,0.0007,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-13" +"48","203","0002","82132",1,32.668987,-94.167457,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,4.08881,6.306578,34.9,"2013-08-08 00:00",25,"2013-06-21 00:00",9.63,"2013-06-27 00:00",8.1,"2013-09-25 00:00","","","","",34.9,34.9,9.63,7.6,4.06,2.04,0.96,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2013-12-18" +"48","203","0002","82136",1,32.668987,-94.167457,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,"","","Certification not required",0,0.310238,0.469642,2.27,"2013-08-08 00:00",1.71,"2013-06-21 00:00",1.35,"2013-04-16 00:00",0.85,"2013-06-27 00:00","","","","",2.27,2.27,1.35,0.63,0.4,0.12,0.01,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2013-12-18" +"48","203","0002","88101",1,32.668987,-94.167457,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Requested but not yet concurred",0,9.331148,5.591975,32.4,"2013-08-08 00:00",23.3,"2013-06-21 00:00",19.9,"2013-04-16 00:00",19.4,"2013-09-13 00:00","","","","",32.4,23.3,19.4,16.9,11.1,7.8,4.3,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","88101",1,32.668987,-94.167457,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Requested but not yet concurred",0,9.331148,5.591975,32.4,"2013-08-08 00:00",23.3,"2013-06-21 00:00",19.9,"2013-04-16 00:00",19.4,"2013-09-13 00:00","","","","",32.4,23.3,19.4,16.9,11.1,7.8,4.3,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-18" +"48","203","0002","88102",5,32.668987,-94.167457,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.021365,0.008452,0.06,"2013-02-21 00:00",0.048,"2013-04-28 00:00",0.036,"2013-09-07 00:00",0.026,"2013-02-03 00:00","","","","",0.06,0.048,0.036,0.026,0.026,0.021,0.014,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88103",5,32.668987,-94.167457,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000269,0.000564,0.002,"2013-01-04 00:00",0.002,"2013-03-23 00:00",0.002,"2013-08-20 00:00",0.001,"2013-04-04 00:00","","","","",0.002,0.002,0.002,0.001,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88104",5,32.668987,-94.167457,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",30,0.082288,0.29174,1.77,"2013-08-08 00:00",1.21,"2013-06-21 00:00",0.166,"2013-08-02 00:00",0.159,"2013-10-31 00:00","","","","",1.77,1.21,0.166,0.095,0.033,0.0125,0.0065,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88107",5,32.668987,-94.167457,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.006806,0.007069,0.035,"2013-08-08 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-10-13 00:00","","","","",0.035,0.0295,0.0295,0.0055,0.005,0.005,0.00385,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88109",5,32.668987,-94.167457,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",18,0.002429,0.001418,0.0063,"2013-04-16 00:00",0.005,"2013-02-09 00:00",0.005,"2013-09-13 00:00",0.0049,"2013-02-27 00:00","","","","",0.0063,0.005,0.005,0.0048,0.0033,0.0023,0.0009,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88110",5,32.668987,-94.167457,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001173,0.003964,0.025,"2013-09-13 00:00",0.011,"2013-09-19 00:00",0.007,"2013-02-03 00:00",0.007,"2013-10-13 00:00","","","","",0.025,0.011,0.007,0.002,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88111",5,32.668987,-94.167457,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",12,0.031499,0.089406,0.61,"2013-08-08 00:00",0.261,"2013-06-21 00:00",0.0446,"2013-03-05 00:00",0.044,"2013-04-04 00:00","","","","",0.61,0.261,0.0446,0.0379,0.0253,0.013,0.0024,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88112",5,32.668987,-94.167457,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.006019,0.019181,0.108,"2013-10-31 00:00",0.066,"2013-09-25 00:00",0.065,"2013-10-07 00:00",0.013,"2013-10-19 00:00","","","","",0.108,0.066,0.065,0.004,0.002,0.001,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88113",5,32.668987,-94.167457,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.000904,0.000811,0.0056,"2013-06-21 00:00",0.0029,"2013-08-08 00:00",0.0022,"2013-10-31 00:00",0.0019,"2013-08-02 00:00","","","","",0.0056,0.0029,0.0022,0.0015,0.0007,0.0007,0.00055,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88114",5,32.668987,-94.167457,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",7,0.008991,0.013093,0.0933,"2013-09-19 00:00",0.0246,"2013-10-31 00:00",0.02,"2013-09-13 00:00",0.0178,"2013-08-20 00:00","","","","",0.0933,0.0246,0.02,0.0156,0.0106,0.0074,0.00125,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88115",5,32.668987,-94.167457,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.018143,0.035722,0.184,"2013-04-10 00:00",0.106,"2013-08-08 00:00",0.101,"2013-01-28 00:00",0.097,"2013-03-17 00:00","","","","",0.184,0.106,0.101,0.0717,0.009,0.00405,0.00245,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88117",5,32.668987,-94.167457,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005959,0.009404,0.0435,"2013-03-17 00:00",0.0435,"2013-04-10 00:00",0.0435,"2013-10-13 00:00",0.00485,"2013-03-23 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0041,0.0034,0.0028,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88118",5,32.668987,-94.167457,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010097,0.006682,0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00",0.023,"2013-10-13 00:00",0.019,"2013-08-08 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88126",5,32.668987,-94.167457,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.086646,0.196488,1.15,"2013-08-08 00:00",0.675,"2013-06-21 00:00",0.675,"2013-10-31 00:00",0.162,"2013-09-25 00:00","","","","",1.15,0.675,0.675,0.0981,0.0594,0.0337,0.0144,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88128",5,32.668987,-94.167457,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000365,0.000886,0.004,"2013-02-03 00:00",0.004,"2013-02-15 00:00",0.002,"2013-09-13 00:00",0.002,"2013-10-07 00:00","","","","",0.004,0.004,0.002,0.001,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88131",5,32.668987,-94.167457,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.011615,0.004969,0.028,"2013-09-07 00:00",0.025,"2013-01-10 00:00",0.023,"2013-09-19 00:00",0.0165,"2013-02-03 00:00","","","","",0.028,0.025,0.023,0.0165,0.0165,0.011,0.007,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88132",5,32.668987,-94.167457,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001519,0.003364,0.018,"2013-08-08 00:00",0.015,"2013-10-31 00:00",0.009,"2013-06-21 00:00",0.003,"2013-08-02 00:00","","","","",0.018,0.015,0.009,0.002,0.002,0.001,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88136",5,32.668987,-94.167457,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001135,0.007341,0.053,"2013-10-31 00:00",0.001,"2013-02-27 00:00",0.001,"2013-05-10 00:00",0.001,"2013-06-21 00:00","","","","",0.053,0.001,0.001,0.001,0,0,0,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88140",5,32.668987,-94.167457,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",43,0.012144,0.018256,0.121,"2013-08-08 00:00",0.048,"2013-03-17 00:00",0.0454,"2013-04-16 00:00",0.0301,"2013-11-06 00:00","","","","",0.121,0.048,0.0454,0.028,0.009,0.006,0.00475,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88152",5,32.668987,-94.167457,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.005703,0.003022,0.025,"2013-06-21 00:00",0.008,"2013-03-23 00:00",0.008,"2013-03-29 00:00",0.008,"2013-06-09 00:00","","","","",0.025,0.008,0.008,0.008,0.0055,0.005,0.0045,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88154",5,32.668987,-94.167457,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001088,0.000226,0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.00125,0.00065,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88160",5,32.668987,-94.167457,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.014067,0.004637,0.034,"2013-06-03 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-11-06 00:00","","","","",0.034,0.0185,0.0185,0.018,0.018,0.016,0.01,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88161",5,32.668987,-94.167457,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.006173,0.017496,0.102,"2013-08-08 00:00",0.0814,"2013-06-21 00:00",0.0129,"2013-08-02 00:00",0.0104,"2013-06-27 00:00","","","","",0.102,0.0814,0.0129,0.0039,0.0025,0.00215,0.0021,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88164",5,32.668987,-94.167457,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001577,0.000207,0.0022,"2013-04-10 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-06-09 00:00","","","","",0.0022,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88165",5,32.668987,-94.167457,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",6,0.18346,0.618198,3.9,"2013-08-08 00:00",2.36,"2013-06-21 00:00",0.35,"2013-08-02 00:00",0.316,"2013-06-27 00:00","","","","",3.9,2.36,0.35,0.153,0.0938,0.05,0.006,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88166",5,32.668987,-94.167457,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.009277,0.005497,0.019,"2013-02-03 00:00",0.019,"2013-02-21 00:00",0.019,"2013-04-22 00:00",0.019,"2013-05-04 00:00","","","","",0.019,0.019,0.019,0.0185,0.015,0.0075,0.0042,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88167",5,32.668987,-94.167457,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",22,0.004018,0.003008,0.0136,"2013-10-31 00:00",0.0107,"2013-02-09 00:00",0.01,"2013-04-22 00:00",0.0098,"2013-10-01 00:00","","","","",0.0136,0.0107,0.01,0.0084,0.0061,0.0036,0.001,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88168",5,32.668987,-94.167457,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00145,0.001176,0.0092,"2013-08-08 00:00",0.0033,"2013-06-21 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0092,0.0033,0.00175,0.00175,0.00175,0.00115,0.00085,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88169",5,32.668987,-94.167457,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.6715,0.42164,2.09,"2013-04-16 00:00",1.87,"2013-09-01 00:00",1.63,"2013-09-13 00:00",1.42,"2013-08-02 00:00","","","","",2.09,1.87,1.63,1.2,0.83,0.609,0.204,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88176",5,32.668987,-94.167457,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001056,0.000426,0.0036,"2013-08-08 00:00",0.0015,"2013-02-15 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00","","","","",0.0036,0.0015,0.0013,0.0013,0.0013,0.0009,0.0007,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88180",5,32.668987,-94.167457,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.067237,0.077903,0.46,"2013-08-08 00:00",0.295,"2013-04-16 00:00",0.236,"2013-06-15 00:00",0.219,"2013-06-21 00:00","","","","",0.46,0.295,0.236,0.116,0.066,0.043,0.0242,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88184",5,32.668987,-94.167457,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",32,0.084606,0.140745,0.674,"2013-04-10 00:00",0.485,"2013-03-17 00:00",0.473,"2013-08-08 00:00",0.406,"2013-04-16 00:00","","","","",0.674,0.485,0.473,0.253,0.073,0.027,0.0155,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88185",5,32.668987,-94.167457,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.0041,0.004107,0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-04-22 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00235,0.00225,0.0014,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88301",5,32.668987,-94.167457,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",2,0.310796,0.287153,1.31,"2013-02-09 00:00",1.16,"2013-04-16 00:00",1.13,"2013-09-01 00:00",0.738,"2013-09-13 00:00","","","","",1.31,1.31,1.13,0.645,0.364,0.28,0.051,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88302",5,32.668987,-94.167457,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.110423,0.12061,0.503,"2013-08-08 00:00",0.446,"2013-04-10 00:00",0.417,"2013-04-16 00:00",0.38,"2013-03-17 00:00","","","","",0.503,0.503,0.417,0.291,0.146,0.062,0.0165,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88303",5,32.668987,-94.167457,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.05054,0.043801,0.232,"2013-06-15 00:00",0.207,"2013-04-16 00:00",0.117,"2013-09-07 00:00",0.109,"2013-07-15 00:00","","","","",0.232,0.232,0.117,0.107,0.0588,0.0391,0.012,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88306",5,32.668987,-94.167457,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.321298,0.301803,1.83,"2013-02-09 00:00",0.99,"2013-04-04 00:00",0.894,"2013-01-16 00:00",0.879,"2013-08-08 00:00","","","","",1.83,1.83,0.894,0.65,0.382,0.221,0.113,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88355",5,32.668987,-94.167457,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.433,1.105516,6.12,"2013-07-03 00:00",5.19,"2013-09-13 00:00",4.66,"2013-06-15 00:00",4.14,"2013-05-16 00:00","","","","",6.12,5.19,4.66,3.73,3.12,2.15,1.43,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88357",5,32.668987,-94.167457,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.221404,0.079462,0.468,"2013-06-15 00:00",0.416,"2013-07-03 00:00",0.367,"2013-04-16 00:00",0.345,"2013-08-20 00:00","","","","",0.468,0.416,0.367,0.325,0.27,0.202,0.137,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88370",5,32.668987,-94.167457,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.293442,1.043991,5.82,"2013-07-03 00:00",4.9,"2013-09-13 00:00",4.45,"2013-06-15 00:00",4.01,"2013-05-16 00:00","","","","",5.82,4.9,4.45,3.51,3.01,2.08,1.31,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88374",5,32.668987,-94.167457,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.153577,0.176049,0.734,"2013-07-03 00:00",0.729,"2013-09-13 00:00",0.669,"2013-05-16 00:00",0.593,"2013-06-15 00:00","","","","",0.734,0.729,0.669,0.318,0.166,0.1,0.034,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88375",5,32.668987,-94.167457,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.562519,0.25892,1.3,"2013-07-03 00:00",1.1,"2013-09-13 00:00",1.05,"2013-06-15 00:00",0.991,"2013-08-02 00:00","","","","",1.3,1.1,1.05,0.979,0.751,0.477,0.317,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88376",5,32.668987,-94.167457,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.683327,0.319689,1.96,"2013-07-03 00:00",1.23,"2013-09-25 00:00",1.19,"2013-06-15 00:00",1.15,"2013-05-16 00:00","","","","",1.96,1.23,1.19,1.11,0.855,0.629,0.351,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88377",5,32.668987,-94.167457,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.474673,0.234105,1.04,"2013-04-16 00:00",1.01,"2013-07-03 00:00",1,"2013-09-13 00:00",0.968,"2013-03-29 00:00","","","","",1.04,1.01,1,0.881,0.601,0.418,0.213,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88378",5,32.668987,-94.167457,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.418981,0.202752,1.08,"2013-09-13 00:00",0.806,"2013-07-03 00:00",0.801,"2013-08-02 00:00",0.742,"2013-05-16 00:00","","","","",1.08,0.806,0.801,0.69,0.542,0.411,0.197,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88380",5,32.668987,-94.167457,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.3615,0.152326,0.72,"2013-07-03 00:00",0.677,"2013-06-15 00:00",0.601,"2013-04-16 00:00",0.588,"2013-09-13 00:00","","","","",0.72,0.677,0.601,0.582,0.473,0.341,0.191,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88383",5,32.668987,-94.167457,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.688135,0.298498,1.56,"2013-09-13 00:00",1.43,"2013-07-03 00:00",1.26,"2013-06-15 00:00",1.17,"2013-04-22 00:00","","","","",1.56,1.43,1.26,1.1,0.905,0.624,0.381,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88384",5,32.668987,-94.167457,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.08846,0.033404,0.21,"2013-06-21 00:00",0.189,"2013-09-19 00:00",0.18,"2013-08-08 00:00",0.151,"2013-06-27 00:00","","","","",0.21,0.189,0.18,0.12,0.0965,0.0826,0.0549,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88385",5,32.668987,-94.167457,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",32,0.004153,0.006034,0.0277,"2013-06-21 00:00",0.0264,"2013-06-27 00:00",0.0188,"2013-08-08 00:00",0.0135,"2013-04-28 00:00","","","","",0.0277,0.0264,0.0188,0.0106,0.00517,0.001,0.001,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88388",5,32.668987,-94.167457,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.558885,0.253184,1.37,"2013-09-13 00:00",1.11,"2013-07-03 00:00",1.02,"2013-04-22 00:00",0.993,"2013-08-02 00:00","","","","",1.37,1.11,1.02,0.899,0.703,0.522,0.262,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88403",5,32.668987,-94.167457,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.82378,1.157824,5.96,"2013-04-16 00:00",4.95,"2013-09-01 00:00",3.98,"2013-08-02 00:00",3.46,"2013-09-13 00:00","","","","",5.96,5.96,3.98,3.16,2.35,1.58,0.543,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","203","0002","88502",3,32.668987,-94.167457,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8549,100,180,122,0,211,"","","Certification not required",0,8.856521,6.542376,119.1,"2013-03-03 06:00",100.5,"2013-12-18 01:00",83,"2013-03-04 19:00",80.3,"2013-12-17 22:00","","","","",30,25.2,19.7,16.4,11.6,7.5,2.6,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","88502",3,32.668987,-94.167457,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",357,100,121,122,0,0,"","","Certification not required",0,8.789636,4.475612,30.9,"2013-08-08 00:00",28.4,"2013-03-07 00:00",28.2,"2013-08-09 00:00",24.9,"2013-03-08 00:00","","","","",24.9,20,16.9,14.6,11.2,7.7,4.2,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-01-14" +"48","203","0002","88502",5,32.668987,-94.167457,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,9.266667,4.942658,28.6,"2013-08-08 00:00",19.9,"2013-06-21 00:00",19.8,"2013-09-13 00:00",19,"2013-04-16 00:00","","","","",28.6,19.9,19.8,15.2,11.5,7.8,4.9,"Karnack","Hwy 134 & Spur 449","Texas","Harrison","","Marshall, TX","2014-02-14" +"48","215","0043","17141",1,26.226226,-98.29107,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,28.729444,13.722971,66.48,"2013-08-26 00:00",60.74,"2013-01-10 00:00",56.58,"2013-09-25 00:00",54.15,"2013-10-07 00:00","","","","",66.48,60.74,56.58,48.31,37.63,26.36,14.1,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17147",1,26.226226,-98.29107,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.026667,1.106731,5.54,"2013-08-26 00:00",5.49,"2013-09-25 00:00",4.65,"2013-08-20 00:00",3.68,"2013-10-31 00:00","","","","",5.54,5.49,4.65,3.66,2.44,1.68,1.11,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17148",1,26.226226,-98.29107,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.010741,0.047379,0.28,"2013-01-16 00:00",0.18,"2013-01-04 00:00",0.12,"2013-05-16 00:00",0,"2013-01-10 00:00","","","","",0.28,0.18,0.12,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17149",1,26.226226,-98.29107,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.142037,1.00609,5.22,"2013-09-25 00:00",5.05,"2013-08-20 00:00",5.02,"2013-08-26 00:00",3.7,"2013-09-07 00:00","","","","",5.22,5.05,5.02,3.48,2.52,1.93,1.25,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17150",1,26.226226,-98.29107,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,6.807222,3.021918,14.99,"2013-09-25 00:00",12.82,"2013-08-20 00:00",12.7,"2013-08-26 00:00",12.48,"2013-09-07 00:00","","","","",14.99,12.82,12.7,11.03,8.33,6.64,3.11,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17151",1,26.226226,-98.29107,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.137407,0.103763,0.39,"2013-10-01 00:00",0.37,"2013-09-07 00:00",0.32,"2013-09-01 00:00",0.31,"2013-10-31 00:00","","","","",0.39,0.37,0.32,0.26,0.22,0.12,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17201",1,26.226226,-98.29107,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.53463,1.527732,5.36,"2013-07-21 00:00",5.3,"2013-09-01 00:00",5.1,"2013-08-02 00:00",5.05,"2013-06-09 00:00","","","","",5.36,5.3,5.1,4.86,3.79,2.42,0.69,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17204",1,26.226226,-98.29107,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.084259,0.574383,2.15,"2013-06-15 00:00",2.08,"2013-07-21 00:00",2.02,"2013-09-25 00:00",1.98,"2013-08-02 00:00","","","","",2.15,2.08,2.02,1.95,1.67,1.02,0.38,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17208",1,26.226226,-98.29107,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.292963,0.194593,0.89,"2013-05-28 00:00",0.82,"2013-06-15 00:00",0.69,"2013-03-29 00:00",0.65,"2013-01-28 00:00","","","","",0.89,0.82,0.69,0.58,0.39,0.22,0.11,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17215",1,26.226226,-98.29107,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.027778,0.069436,0.33,"2013-05-28 00:00",0.28,"2013-06-15 00:00",0.22,"2013-01-28 00:00",0.16,"2013-02-09 00:00","","","","",0.33,0.28,0.22,0.08,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17220",1,26.226226,-98.29107,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.20963,0.211544,0.97,"2013-05-28 00:00",0.84,"2013-06-15 00:00",0.62,"2013-01-28 00:00",0.56,"2013-02-09 00:00","","","","",0.97,0.84,0.62,0.53,0.27,0.16,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17223",1,26.226226,-98.29107,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.124259,0.120699,0.57,"2013-05-28 00:00",0.45,"2013-06-15 00:00",0.38,"2013-01-28 00:00",0.33,"2013-02-09 00:00","","","","",0.57,0.45,0.38,0.27,0.17,0.1,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17231",1,26.226226,-98.29107,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.009074,0.032982,0.16,"2013-05-28 00:00",0.12,"2013-01-28 00:00",0.11,"2013-06-15 00:00",0.1,"2013-02-09 00:00","","","","",0.16,0.12,0.11,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17237",1,26.226226,-98.29107,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.145926,0.127079,0.63,"2013-05-28 00:00",0.47,"2013-06-15 00:00",0.43,"2013-01-28 00:00",0.39,"2013-02-09 00:00","","","","",0.63,0.47,0.43,0.33,0.17,0.11,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17242",1,26.226226,-98.29107,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.062963,0.10408,0.47,"2013-05-28 00:00",0.33,"2013-06-15 00:00",0.29,"2013-01-28 00:00",0.26,"2013-02-09 00:00","","","","",0.47,0.33,0.29,0.19,0.1,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","17243",1,26.226226,-98.29107,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS-SIM Modified TO-13A",2013,"Nanograms/cubic meter (25 C)","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.132593,0.147906,0.67,"2013-05-28 00:00",0.51,"2013-06-15 00:00",0.47,"2013-01-28 00:00",0.42,"2013-02-09 00:00","","","","",0.67,0.51,0.47,0.34,0.18,0.11,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43173",1,26.226226,-98.29107,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43202",1,26.226226,-98.29107,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,11.704082,10.58945,44.96,"2013-01-04 00:00",43.1,"2013-01-10 00:00",35.78,"2013-03-11 00:00",30.24,"2013-11-24 00:00","","","","",44.96,44.96,35.78,26.8,14.2,8.38,1.8,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43203",1,26.226226,-98.29107,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",2,1.36449,0.664217,3.72,"2013-07-27 00:00",3.3,"2013-01-10 00:00",2.3,"2013-02-15 00:00",2.22,"2013-05-04 00:00","","","","",3.72,3.72,2.3,2,1.66,1.3,0.66,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43204",1,26.226226,-98.29107,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,11.035714,9.96796,45.99,"2013-01-10 00:00",41.73,"2013-01-04 00:00",28.08,"2013-11-24 00:00",25.95,"2013-03-11 00:00","","","","",45.99,45.99,28.08,24.3,14.22,7.41,2.13,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43205",1,26.226226,-98.29107,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",28,0.38,0.643312,4.2,"2013-07-27 00:00",1.08,"2013-01-10 00:00",1.05,"2013-09-19 00:00",1.02,"2013-05-04 00:00","","","","",4.2,4.2,1.05,0.78,0.57,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43206",1,26.226226,-98.29107,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.658163,0.439657,1.66,"2013-01-10 00:00",1.62,"2013-05-04 00:00",1.46,"2013-02-15 00:00",1.44,"2013-05-10 00:00","","","","",1.66,1.66,1.46,1.18,0.9,0.64,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43212",1,26.226226,-98.29107,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",1,5.882653,5.101241,20.92,"2013-01-04 00:00",19.84,"2013-11-24 00:00",18.6,"2013-01-10 00:00",13.76,"2013-10-19 00:00","","","","",20.92,20.92,18.6,13.64,8.32,4.72,1.08,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43214",1,26.226226,-98.29107,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,3.526531,2.940344,12.28,"2013-01-10 00:00",10.52,"2013-01-04 00:00",10.2,"2013-11-24 00:00",9.2,"2013-03-11 00:00","","","","",12.28,12.28,10.2,8.64,4.84,2.92,0.56,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43216",1,26.226226,-98.29107,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",43,0.061837,0.03563,0.24,"2013-09-25 00:00",0.16,"2013-11-30 00:00",0.12,"2013-09-19 00:00",0.12,"2013-10-01 00:00","","","","",0.24,0.24,0.12,0.12,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43217",1,26.226226,-98.29107,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",43,0.066735,0.051897,0.32,"2013-07-27 00:00",0.24,"2013-09-25 00:00",0.16,"2013-09-19 00:00",0.16,"2013-11-30 00:00","","","","",0.32,0.32,0.16,0.12,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43218",1,26.226226,-98.29107,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.005714,0.023094,0.12,"2013-11-30 00:00",0.08,"2013-06-15 00:00",0.08,"2013-11-06 00:00",0,"2013-01-04 00:00","","","","",0.12,0.12,0.08,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43220",1,26.226226,-98.29107,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.671429,1.038829,4.3,"2013-01-04 00:00",4.25,"2013-01-10 00:00",4,"2013-11-24 00:00",3.9,"2013-10-19 00:00","","","","",4.3,4.3,4,3.75,2.2,1.4,0.6,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43221",1,26.226226,-98.29107,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",1,3.667347,2.081254,9.35,"2013-01-10 00:00",8.15,"2013-11-06 00:00",7.15,"2013-09-25 00:00",6.95,"2013-01-04 00:00","","","","",9.35,9.35,7.15,6.95,5.1,3.35,1.15,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43224",1,26.226226,-98.29107,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",47,0.054082,0.019991,0.15,"2013-07-09 00:00",0.15,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.15,0.15,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43226",1,26.226226,-98.29107,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",33,0.097959,0.094074,0.55,"2013-09-25 00:00",0.3,"2013-10-31 00:00",0.25,"2013-07-27 00:00",0.25,"2013-09-19 00:00","","","","",0.55,0.55,0.25,0.25,0.1,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43227",1,26.226226,-98.29107,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",44,0.058163,0.027664,0.2,"2013-07-27 00:00",0.15,"2013-09-19 00:00",0.1,"2013-05-04 00:00",0.1,"2013-06-21 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43228",1,26.226226,-98.29107,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",36,0.089796,0.080351,0.4,"2013-09-25 00:00",0.35,"2013-10-31 00:00",0.25,"2013-07-27 00:00",0.25,"2013-11-06 00:00","","","","",0.4,0.4,0.25,0.2,0.1,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43230",1,26.226226,-98.29107,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",3,0.467143,0.2826,1.26,"2013-01-10 00:00",1.14,"2013-10-07 00:00",1.08,"2013-09-25 00:00",0.9,"2013-03-11 00:00","","","","",1.26,1.26,1.08,0.84,0.6,0.42,0.18,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43231",1,26.226226,-98.29107,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.644082,0.554361,1.92,"2013-05-10 00:00",1.92,"2013-10-19 00:00",1.8,"2013-10-07 00:00",1.62,"2013-01-10 00:00","","","","",1.92,1.92,1.8,1.5,0.84,0.54,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43232",1,26.226226,-98.29107,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",10,0.31449,0.217888,0.84,"2013-10-07 00:00",0.7,"2013-01-04 00:00",0.7,"2013-01-10 00:00",0.7,"2013-03-11 00:00","","","","",0.84,0.84,0.7,0.7,0.42,0.28,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43233",1,26.226226,-98.29107,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",27,0.154898,0.172375,0.96,"2013-05-10 00:00",0.56,"2013-05-04 00:00",0.48,"2013-09-07 00:00",0.4,"2013-02-27 00:00","","","","",0.96,0.96,0.48,0.4,0.16,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43234",1,26.226226,-98.29107,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43235",1,26.226226,-98.29107,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",44,0.079796,0.119102,0.81,"2013-08-08 00:00",0.36,"2013-08-20 00:00",0.18,"2013-09-19 00:00",0.18,"2013-10-19 00:00","","","","",0.81,0.81,0.18,0.18,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43238",1,26.226226,-98.29107,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",32,0.173469,0.622754,4.4,"2013-08-08 00:00",0.6,"2013-05-10 00:00",0.3,"2013-08-20 00:00",0.2,"2013-09-19 00:00","","","","",4.4,4.4,0.3,0.2,0.1,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43242",1,26.226226,-98.29107,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",38,0.070408,0.044392,0.2,"2013-01-10 00:00",0.2,"2013-09-25 00:00",0.2,"2013-10-07 00:00",0.2,"2013-10-19 00:00","","","","",0.2,0.2,0.2,0.15,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43243",1,26.226226,-98.29107,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",16,0.476531,0.503953,1.75,"2013-06-27 00:00",1.6,"2013-06-21 00:00",1.5,"2013-07-27 00:00",1.45,"2013-08-08 00:00","","","","",1.75,1.75,1.5,1.35,0.75,0.25,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43244",1,26.226226,-98.29107,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",40,0.078776,0.075654,0.42,"2013-03-11 00:00",0.3,"2013-01-10 00:00",0.3,"2013-10-19 00:00",0.18,"2013-09-19 00:00","","","","",0.42,0.42,0.3,0.18,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43247",1,26.226226,-98.29107,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.071224,0.044236,0.21,"2013-01-10 00:00",0.21,"2013-09-25 00:00",0.14,"2013-01-04 00:00",0.14,"2013-02-15 00:00","","","","",0.21,0.21,0.14,0.14,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43248",1,26.226226,-98.29107,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",37,0.176122,0.329373,1.86,"2013-05-10 00:00",1.14,"2013-10-07 00:00",0.84,"2013-09-07 00:00",0.66,"2013-10-19 00:00","","","","",1.86,1.86,0.84,0.42,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43249",1,26.226226,-98.29107,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",15,0.259592,0.247647,1.54,"2013-05-10 00:00",0.63,"2013-10-07 00:00",0.56,"2013-09-07 00:00",0.56,"2013-09-25 00:00","","","","",1.54,1.54,0.56,0.49,0.35,0.21,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43250",1,26.226226,-98.29107,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.339592,0.276902,0.96,"2013-05-04 00:00",0.96,"2013-09-25 00:00",0.8,"2013-05-10 00:00",0.8,"2013-09-19 00:00","","","","",0.96,0.96,0.8,0.72,0.56,0.32,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43252",1,26.226226,-98.29107,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.080612,0.069744,0.4,"2013-05-10 00:00",0.24,"2013-10-01 00:00",0.24,"2013-10-07 00:00",0.16,"2013-01-10 00:00","","","","",0.4,0.4,0.24,0.16,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43253",1,26.226226,-98.29107,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",42,0.07551,0.0755,0.48,"2013-05-10 00:00",0.24,"2013-09-07 00:00",0.24,"2013-10-07 00:00",0.16,"2013-01-10 00:00","","","","",0.48,0.48,0.24,0.16,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43261",1,26.226226,-98.29107,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",21,0.241429,0.251139,0.98,"2013-10-07 00:00",0.84,"2013-09-07 00:00",0.77,"2013-01-10 00:00",0.77,"2013-05-10 00:00","","","","",0.98,0.98,0.77,0.7,0.35,0.14,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43262",1,26.226226,-98.29107,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",9,0.268776,0.208743,0.9,"2013-10-07 00:00",0.84,"2013-01-10 00:00",0.66,"2013-09-25 00:00",0.6,"2013-09-07 00:00","","","","",0.9,0.9,0.66,0.6,0.36,0.24,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43263",1,26.226226,-98.29107,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",37,0.136327,0.173838,0.77,"2013-01-10 00:00",0.63,"2013-09-07 00:00",0.49,"2013-09-19 00:00",0.42,"2013-08-02 00:00","","","","",0.77,0.77,0.49,0.42,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43280",1,26.226226,-98.29107,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",35,0.227551,0.383577,2,"2013-07-27 00:00",1.24,"2013-05-10 00:00",1,"2013-11-06 00:00",0.88,"2013-09-19 00:00","","","","",2,2,1,0.72,0.2,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43282",1,26.226226,-98.29107,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43283",1,26.226226,-98.29107,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43284",1,26.226226,-98.29107,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",38,0.084082,0.076073,0.36,"2013-10-07 00:00",0.3,"2013-09-19 00:00",0.3,"2013-10-19 00:00",0.24,"2013-10-31 00:00","","","","",0.36,0.36,0.3,0.24,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43285",1,26.226226,-98.29107,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",7,0.662245,0.454185,1.68,"2013-01-10 00:00",1.68,"2013-10-07 00:00",1.62,"2013-03-11 00:00",1.5,"2013-10-19 00:00","","","","",1.68,1.68,1.62,1.38,0.9,0.66,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43289",1,26.226226,-98.29107,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43290",1,26.226226,-98.29107,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43291",1,26.226226,-98.29107,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",47,0.053673,0.017992,0.14,"2013-10-19 00:00",0.14,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.14,0.14,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43331",1,26.226226,-98.29107,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43801",1,26.226226,-98.29107,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.711224,0.10525,1,"2013-05-10 00:00",0.89,"2013-06-27 00:00",0.87,"2013-06-15 00:00",0.87,"2013-07-27 00:00","","","","",1,1,0.87,0.87,0.77,0.71,0.57,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43802",1,26.226226,-98.29107,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.059592,0.022727,0.13,"2013-09-25 00:00",0.11,"2013-01-10 00:00",0.11,"2013-05-04 00:00",0.1,"2013-11-06 00:00","","","","",0.13,0.13,0.11,0.09,0.06,0.06,0.04,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43803",1,26.226226,-98.29107,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.012653,0.010562,0.05,"2013-05-10 00:00",0.03,"2013-09-19 00:00",0.03,"2013-10-25 00:00",0.02,"2013-01-04 00:00","","","","",0.05,0.05,0.03,0.02,0.02,0.01,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43804",1,26.226226,-98.29107,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.094898,0.02265,0.2,"2013-05-10 00:00",0.14,"2013-05-04 00:00",0.11,"2013-09-13 00:00",0.1,"2013-01-04 00:00","","","","",0.2,0.2,0.11,0.1,0.1,0.09,0.08,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43811",1,26.226226,-98.29107,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",1,0.233673,0.032126,0.29,"2013-05-10 00:00",0.28,"2013-01-10 00:00",0.27,"2013-01-04 00:00",0.26,"2013-02-03 00:00","","","","",0.29,0.29,0.27,0.26,0.24,0.24,0.21,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43813",1,26.226226,-98.29107,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43814",1,26.226226,-98.29107,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.006939,0.009619,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43815",1,26.226226,-98.29107,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.015918,0.023087,0.1,"2013-04-10 00:00",0.06,"2013-02-09 00:00",0.06,"2013-03-05 00:00",0.04,"2013-01-04 00:00","","","","",0.1,0.1,0.06,0.04,0.04,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43817",1,26.226226,-98.29107,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.006531,0.010318,0.04,"2013-05-10 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43818",1,26.226226,-98.29107,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43819",1,26.226226,-98.29107,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.004898,0.020323,0.13,"2013-07-27 00:00",0.06,"2013-11-18 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-21 00:00","","","","",0.13,0.13,0.01,0.01,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43820",1,26.226226,-98.29107,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43823",1,26.226226,-98.29107,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.525714,0.045415,0.61,"2013-01-04 00:00",0.61,"2013-01-10 00:00",0.59,"2013-05-10 00:00",0.58,"2013-02-21 00:00","","","","",0.61,0.61,0.59,0.57,0.55,0.54,0.45,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43824",1,26.226226,-98.29107,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.001224,0.006335,0.04,"2013-09-25 00:00",0.02,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43826",1,26.226226,-98.29107,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.000816,0.003998,0.02,"2013-10-19 00:00",0.02,"2013-11-12 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43829",1,26.226226,-98.29107,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.006122,0.030606,0.21,"2013-02-27 00:00",0.03,"2013-01-04 00:00",0.03,"2013-02-09 00:00",0.03,"2013-11-12 00:00","","","","",0.21,0.21,0.03,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43830",1,26.226226,-98.29107,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.014694,0.079637,0.54,"2013-10-31 00:00",0.15,"2013-10-25 00:00",0.03,"2013-09-01 00:00",0,"2013-01-04 00:00","","","","",0.54,0.54,0.03,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43831",1,26.226226,-98.29107,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.016531,0.087691,0.57,"2013-10-31 00:00",0.24,"2013-10-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.57,0.57,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43843",1,26.226226,-98.29107,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.000408,0.002857,0.02,"2013-05-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43860",1,26.226226,-98.29107,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43954",1,26.226226,-98.29107,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",37,0.089388,0.15417,1.1,"2013-08-08 00:00",0.33,"2013-05-10 00:00",0.11,"2013-01-10 00:00",0.11,"2013-02-03 00:00","","","","",1.1,1.1,0.11,0.11,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","43960",1,26.226226,-98.29107,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.074082,0.049283,0.24,"2013-09-07 00:00",0.16,"2013-01-04 00:00",0.16,"2013-01-10 00:00",0.16,"2013-01-16 00:00","","","","",0.24,0.24,0.16,0.16,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","44201",1,26.226226,-98.29107,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7920,91,333,365,0,95,0,0,"Requested but not yet concurred",164,0.034895,0.01072,0.069,"2013-07-03 12:00",0.061,"2013-10-08 14:00",0.059,"2013-04-20 17:00",0.058,"2013-07-02 14:00","","","","",0.058,0.057,0.053,0.049,0.043,0.034,0.021,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-01-30" +"48","215","0043","44201",1,26.226226,-98.29107,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7980,91,333,365,0,0,0,0,"Requested but not yet concurred",0,0.031234,0.009996,0.062,"2013-07-03 10:00",0.056,"2013-07-02 10:00",0.056,"2013-10-08 11:00",0.055,"2013-04-20 10:00","","","","",0.055,0.052,0.049,0.045,0.038,0.03,0.019,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-01-30" +"48","215","0043","44201",1,26.226226,-98.29107,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7980,91,333,365,0,0,0,0,"Requested but not yet concurred",0,0.031234,0.009996,0.062,"2013-07-03 10:00",0.056,"2013-07-02 10:00",0.056,"2013-10-08 11:00",0.055,"2013-04-20 10:00","","","","",0.055,0.052,0.049,0.045,0.038,0.03,0.019,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-01-30" +"48","215","0043","45109",1,26.226226,-98.29107,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.450612,0.286447,1.2,"2013-05-10 00:00",1.12,"2013-01-10 00:00",1.12,"2013-09-19 00:00",1.04,"2013-09-25 00:00","","","","",1.2,1.2,1.12,0.88,0.56,0.4,0.16,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45201",1,26.226226,-98.29107,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.228163,0.647275,2.58,"2013-01-10 00:00",2.46,"2013-05-10 00:00",2.04,"2013-03-11 00:00",1.98,"2013-05-04 00:00","","","","",2.58,2.58,2.04,1.98,1.68,1.26,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45202",1,26.226226,-98.29107,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,1.478571,1.245301,6.44,"2013-05-10 00:00",5.88,"2013-09-07 00:00",4.97,"2013-08-02 00:00",2.87,"2013-05-04 00:00","","","","",6.44,6.44,4.97,2.38,1.61,1.12,0.56,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45203",1,26.226226,-98.29107,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.137143,0.13466,0.56,"2013-05-10 00:00",0.48,"2013-01-10 00:00",0.4,"2013-09-19 00:00",0.32,"2013-01-22 00:00","","","","",0.56,0.56,0.4,0.32,0.16,0.16,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45204",1,26.226226,-98.29107,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.132245,0.093168,0.32,"2013-01-10 00:00",0.32,"2013-01-22 00:00",0.32,"2013-02-27 00:00",0.32,"2013-05-04 00:00","","","","",0.32,0.32,0.32,0.32,0.16,0.08,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45207",1,26.226226,-98.29107,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45208",1,26.226226,-98.29107,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",43,0.073265,0.067249,0.36,"2013-09-25 00:00",0.27,"2013-01-10 00:00",0.27,"2013-09-19 00:00",0.18,"2013-02-03 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45209",1,26.226226,-98.29107,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",48,0.052653,0.018571,0.18,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45210",1,26.226226,-98.29107,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.001837,0.012857,0.09,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.09,0.09,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45211",1,26.226226,-98.29107,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",48,0.052653,0.018571,0.18,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45212",1,26.226226,-98.29107,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",39,0.083878,0.072882,0.36,"2013-08-08 00:00",0.27,"2013-01-10 00:00",0.27,"2013-05-10 00:00",0.18,"2013-01-16 00:00","","","","",0.36,0.36,0.27,0.18,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45213",1,26.226226,-98.29107,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",48,0.052653,0.018571,0.18,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45218",1,26.226226,-98.29107,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",48,0.05102,0.007143,0.1,"2013-08-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45219",1,26.226226,-98.29107,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",48,0.05102,0.007143,0.1,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45220",1,26.226226,-98.29107,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0.083265,0.114262,0.4,"2013-05-10 00:00",0.4,"2013-09-25 00:00",0.4,"2013-10-01 00:00",0.32,"2013-09-01 00:00","","","","",0.4,0.4,0.4,0.24,0.08,0.08,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45225",1,26.226226,-98.29107,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",49,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","45801",1,26.226226,-98.29107,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",49,80,49,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","61101",1,26.226226,-98.29107,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7287,83,304,365,0,8,"","","Certification not required",0,6.59344,2.908759,17.5,"2013-04-28 11:00",16.7,"2013-02-25 15:00",16.7,"2013-02-25 16:00",16.2,"2013-01-08 21:00","","","","",13,12.3,11.4,10.5,8.7,6.6,2.7,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","61103",1,26.226226,-98.29107,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7287,83,304,365,0,8,"","","Certification not required",0,6.173281,2.818073,15.9,"2013-02-25 15:00",15.8,"2013-04-28 11:00",15.7,"2013-02-25 16:00",15.6,"2013-01-08 21:00","","","","",12.3,11.7,10.8,10,8.3,6.2,2.4,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","61104",1,26.226226,-98.29107,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7287,83,304,365,0,8,"","","Certification not required",0,142.172595,79.778786,359.8,"2013-02-27 16:00",359.8,"2013-03-24 11:00",359.8,"2013-09-18 02:00",359.7,"2013-05-11 02:00","","","","",356.4,352,336.5,286.7,158.2,137.3,42,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","61105",1,26.226226,-98.29107,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7287,83,304,365,0,8,"","","Certification not required",0,13.483189,5.867436,34,"2013-01-08 21:00",34,"2013-02-25 16:00",34,"2013-06-07 17:00",33,"2013-02-25 15:00","","","","",27,25,23,21,18,13,5,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","61106",1,26.226226,-98.29107,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7287,83,304,365,0,8,"","","Certification not required",0,20.549595,8.012494,78.8,"2013-09-08 02:00",76.6,"2013-09-29 06:00",75.9,"2013-01-30 22:00",75.1,"2013-04-26 01:00","","","","",56.3,46.8,35.5,28.4,22,18.8,14,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","62101",1,26.226226,-98.29107,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,8,"","","Certification not required",0,76.554961,11.270303,103,"2013-08-06 14:00",102,"2013-08-06 13:00",102,"2013-08-06 15:00",101,"2013-06-29 16:00","","","","",98,96,93,90,84,78,61,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","63301",1,26.226226,-98.29107,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7290,83,304,365,0,5,"","","Certification not required",3519,0.305197,0.419859,1.56,"2013-06-03 12:00",1.48,"2013-08-30 12:00",1.45,"2013-06-05 12:00",1.44,"2013-05-31 12:00","","","","",1.37,1.33,1.21,1.03,0.58,0.02,0.005,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-03" +"48","215","0043","68103",1,26.226226,-98.29107,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,69,40,61,0,0,"","","Certification not required",0,20.040476,5.697113,27,"2013-08-14 00:00",26.9,"2013-05-28 00:00",26.8,"2013-08-02 00:00",26.7,"2013-10-31 00:00","","","","",27,27,26.8,26.5,25.3,20.8,12.3,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","68104",1,26.226226,-98.29107,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,69,40,61,0,0,"","","Certification not required",0,31.919048,4.973797,40.1,"2013-08-14 00:00",39.8,"2013-08-02 00:00",39.1,"2013-09-01 00:00",38.2,"2013-08-20 00:00","","","","",40.1,40.1,39.1,37.8,35.7,33.1,25.5,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","68105",1,26.226226,-98.29107,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",42,69,40,61,0,0,"","","Certification not required",0,25.340476,4.872724,32.4,"2013-08-02 00:00",32.3,"2013-08-14 00:00",31.9,"2013-09-01 00:00",30.6,"2013-10-01 00:00","","","","",32.4,32.4,31.9,30.5,29.8,26.1,19.2,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","68106",1,26.226226,-98.29107,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,40,61,0,0,"","","Certification not required",0,754.095238,4.600157,765,"2013-03-26 00:00",764,"2013-01-16 00:00",762,"2013-01-22 00:00",762,"2013-11-30 00:00","","","","",765,765,762,761,757,754,748,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","68107",1,26.226226,-98.29107,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,40,61,0,0,"","","Certification not required",0,760.166667,5.23085,772,"2013-11-12 00:00",771,"2013-01-16 00:00",770,"2013-03-26 00:00",768,"2013-03-05 00:00","","","","",772,772,770,768,764,759,754,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","68108",1,26.226226,-98.29107,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",42,69,40,61,0,0,"","","Certification not required",0,757,4.752406,768,"2013-01-16 00:00",767,"2013-03-26 00:00",766,"2013-11-12 00:00",765,"2013-11-30 00:00","","","","",768,768,766,764,760,757,751,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","81102",2,26.226226,-98.29107,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",1,32.610169,23.831316,138,"2013-03-05 00:00",88,"2013-04-10 00:00",88,"2013-08-08 00:00",78,"2013-05-22 00:00","","","","",138,88,88,64,40,27,13,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-19" +"48","215","0043","88101",1,26.226226,-98.29107,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,66,40,61,0,30,0,0,"Requested but not yet concurred",0,10.12619,5.835303,31.2,"2013-04-16 00:00",23.8,"2013-04-10 00:00",22.9,"2013-05-16 00:00",22.6,"2013-05-22 00:00","","","","",31.2,31.2,23.8,22.6,11.5,9.2,5.1,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","88101",1,26.226226,-98.29107,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,66,40,61,0,30,"","","Requested but not yet concurred",0,10.12619,5.835303,31.2,"2013-04-16 00:00",23.8,"2013-04-10 00:00",22.9,"2013-05-16 00:00",22.6,"2013-05-22 00:00","","","","",31.2,31.2,23.8,22.6,11.5,9.2,5.1,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-02-18" +"48","215","0043","88502",3,26.226226,-98.29107,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7860,90,328,365,0,155,"","","Certification not required",0,9.728868,7.407622,82.4,"2013-02-25 13:00",72.5,"2013-02-25 16:00",66.4,"2013-02-25 14:00",64.8,"2013-02-25 12:00","","","","",37.4,32.2,24.9,19,11.8,7.7,3.3,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-01-30" +"48","215","0043","88502",3,26.226226,-98.29107,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",328,90,328,365,0,0,"","","Certification not required",0,9.673476,6.071908,37.4,"2013-05-10 00:00",33,"2013-04-15 00:00",32.6,"2013-05-21 00:00",30.6,"2013-04-16 00:00","","","","",30.6,29,24.4,18.8,11,7.8,4.4,"Mission","2300 North Glasscock","Texas","Hidalgo","Mission","McAllen-Edinburg-Mission, TX","2014-01-30" +"48","221","0001","44201",1,32.442305,-97.803539,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8606,99,242,245,0,139,0,0,"Requested but not yet concurred",356,0.05086,0.013576,0.112,"2013-09-04 16:00",0.096,"2013-08-01 18:00",0.09,"2013-07-03 16:00",0.088,"2013-08-16 17:00","","","","",0.09,0.086,0.074,0.068,0.06,0.051,0.042,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-01-15" +"48","221","0001","44201",1,32.442305,-97.803539,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8668,99,242,245,0,0,1,1,"Requested but not yet concurred",0,0.046004,0.012775,0.093,"2013-09-04 11:00",0.083,"2013-08-01 12:00",0.078,"2013-07-03 12:00",0.075,"2013-08-16 13:00","","","","",0.078,0.073,0.068,0.062,0.055,0.047,0.037,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-01-15" +"48","221","0001","44201",1,32.442305,-97.803539,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8668,99,242,245,0,0,3,3,"Requested but not yet concurred",0,0.046004,0.012775,0.093,"2013-09-04 11:00",0.083,"2013-08-01 12:00",0.078,"2013-07-03 12:00",0.075,"2013-08-16 13:00","","","","",0.078,0.073,0.068,0.062,0.055,0.047,0.037,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-01-15" +"48","221","0001","61101",1,32.442305,-97.803539,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7277,83,303,365,0,4,"","","Certification not required",0,5.944208,3.330566,23.6,"2013-03-10 09:00",23.3,"2013-01-30 03:00",22.4,"2013-02-25 21:00",22.4,"2013-02-25 23:00","","","","",16,14.5,12,10.4,7.8,5.4,2,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","221","0001","61103",1,32.442305,-97.803539,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7278,83,303,365,0,3,"","","Certification not required",0,5.517257,3.312022,23.2,"2013-03-10 09:00",22.9,"2013-01-30 03:00",22.1,"2013-02-25 21:00",22.1,"2013-02-25 23:00","","","","",15.7,14,11.6,9.9,7.4,5,1.6,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","221","0001","61104",1,32.442305,-97.803539,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7278,83,303,365,0,3,"","","Certification not required",0,176.738871,90.527363,359.8,"2013-01-08 18:00",359.8,"2013-01-17 00:00",359.8,"2013-09-24 07:00",359.7,"2013-10-07 14:00","","","","",354.8,350,339.2,325.3,241.5,150.9,80.1,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","221","0001","61105",1,32.442305,-97.803539,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7277,83,303,365,0,4,"","","Certification not required",0,11.940497,6.27625,56,"2013-05-15 19:00",48,"2013-05-15 18:00",42,"2013-04-18 02:00",40,"2013-01-30 03:00","","","","",29,27,24,20,16,11,4,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","221","0001","61106",1,32.442305,-97.803539,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7277,83,303,365,0,4,"","","Certification not required",0,22.74315,12.206003,79.8,"2013-01-25 21:00",78.8,"2013-06-28 02:00",78.6,"2013-01-22 07:00",78.4,"2013-10-23 20:00","","","","",67.6,63.3,51.7,39.1,25.2,18.4,13.1,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","221","0001","62101",1,32.442305,-97.803539,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7278,83,303,365,0,3,"","","Certification not required",0,69.284831,17.003813,103,"2013-08-07 14:00",103,"2013-08-07 15:00",103,"2013-08-07 16:00",103,"2013-08-07 17:00","","","","",99,97,94,90,82,72,45,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","221","0001","63301",1,32.442305,-97.803539,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7280,83,303,365,0,1,"","","Certification not required",3457,0.300086,0.412117,1.47,"2013-05-04 12:00",1.47,"2013-05-22 12:00",1.47,"2013-06-08 12:00",1.47,"2013-06-09 12:00","","","","",1.38,1.31,1.19,1.01,0.56,0.02,0.005,"Granbury","200 N Gordon Street","Texas","Hood","Granbury","Granbury, TX","2014-02-03" +"48","231","1006","42601",1,33.153077,-96.115561,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8585,98,364,365,0,175,"","","Certification not required",0,0.641689,2.649239,62.5,"2013-12-18 08:00",51,"2013-11-28 01:00",48.5,"2013-11-28 00:00",47.1,"2013-11-08 07:00","","","","",11.5,6,2,0.9,0.4,0.2,-0.1,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","42602",1,33.153077,-96.115561,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8585,98,364,365,0,175,0,"","Certification not required",0,10.804945,6.635972,33.4,"2013-02-01 20:00",32.4,"2013-12-17 17:00",32.1,"2013-03-06 21:00",30.1,"2013-12-31 18:00","","","","",30.1,27.9,24.5,21.1,14.3,9.2,3.8,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","42602",1,33.153077,-96.115561,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8585,98,364,365,0,175,"","","Certification not required",0,4.422446,3.840941,33.4,"2013-02-01 20:00",32.4,"2013-12-17 17:00",32.1,"2013-03-06 21:00",30.1,"2013-12-31 18:00","","","","",20.6,17.2,12.2,8.8,5.3,3.1,1.5,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","42603",1,33.153077,-96.115561,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8585,98,364,365,0,175,"","","Certification not required",0,4.978777,5.482722,72.8,"2013-12-18 08:00",67.7,"2013-12-17 21:00",65.8,"2013-11-28 01:00",65.1,"2013-11-28 00:00","","","","",29.1,22.2,14.3,9.7,5.6,3.3,1.5,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","43173",1,33.153077,-96.115561,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43202",1,33.153077,-96.115561,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,11.740377,6.123337,36.36,"2013-01-10 00:00",30.72,"2013-01-16 00:00",22.08,"2013-03-11 00:00",19.6,"2013-01-22 00:00","","","","",36.36,30.72,22.08,18.28,13.54,10.76,5.94,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43203",1,33.153077,-96.115561,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",6,1.015094,0.719168,2.92,"2013-01-22 00:00",2.72,"2013-03-11 00:00",2.54,"2013-02-03 00:00",2.52,"2013-10-19 00:00","","","","",2.92,2.72,2.54,2.1,1.28,0.82,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43204",1,33.153077,-96.115561,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,8.836981,6.020804,34.71,"2013-01-10 00:00",29.7,"2013-01-16 00:00",16.08,"2013-03-11 00:00",15.75,"2013-01-04 00:00","","","","",34.71,29.7,16.08,15.63,10.92,6.93,3.81,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43205",1,33.153077,-96.115561,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",38,0.222642,0.307703,1.08,"2013-02-03 00:00",1.02,"2013-01-22 00:00",0.99,"2013-10-19 00:00",0.96,"2013-02-09 00:00","","","","",1.08,1.02,0.99,0.72,0.36,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43206",1,33.153077,-96.115561,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,0.611698,0.498427,2.1,"2013-03-11 00:00",1.9,"2013-10-19 00:00",1.56,"2013-01-16 00:00",1.46,"2013-02-03 00:00","","","","",2.1,1.9,1.56,1.32,0.8,0.48,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43212",1,33.153077,-96.115561,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,5.089057,3.496861,16.32,"2013-01-10 00:00",16.08,"2013-01-16 00:00",10.96,"2013-02-03 00:00",10.8,"2013-03-11 00:00","","","","",16.32,16.08,10.96,10.04,6.28,3.64,1.88,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43214",1,33.153077,-96.115561,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.141887,1.16404,6.4,"2013-01-10 00:00",5.48,"2013-01-16 00:00",4.48,"2013-01-22 00:00",4.28,"2013-11-30 00:00","","","","",6.4,5.48,4.48,3.64,2.72,1.88,1.04,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43216",1,33.153077,-96.115561,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43217",1,33.153077,-96.115561,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.051321,0.009615,0.12,"2013-10-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43218",1,33.153077,-96.115561,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002264,0.012191,0.08,"2013-11-06 00:00",0.04,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.08,0.04,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43220",1,33.153077,-96.115561,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,1.326415,0.668207,3.2,"2013-01-10 00:00",3.1,"2013-01-16 00:00",2.4,"2013-10-19 00:00",2.25,"2013-03-11 00:00","","","","",3.2,3.1,2.4,2.2,1.6,1.35,0.5,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43221",1,33.153077,-96.115561,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,2.167925,1.022727,4.6,"2013-01-16 00:00",4.4,"2013-06-09 00:00",4.25,"2013-01-22 00:00",4.15,"2013-11-30 00:00","","","","",4.6,4.4,4.25,3.55,2.75,1.9,1.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43224",1,33.153077,-96.115561,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.051887,0.013736,0.15,"2013-06-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43226",1,33.153077,-96.115561,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.066981,0.040363,0.2,"2013-10-07 00:00",0.2,"2013-10-19 00:00",0.15,"2013-02-03 00:00",0.15,"2013-05-22 00:00","","","","",0.2,0.2,0.15,0.15,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43227",1,33.153077,-96.115561,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.05283,0.015239,0.15,"2013-06-27 00:00",0.1,"2013-05-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.15,0.1,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43228",1,33.153077,-96.115561,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.066981,0.040363,0.2,"2013-05-22 00:00",0.2,"2013-10-07 00:00",0.2,"2013-10-19 00:00",0.15,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.1,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43230",1,33.153077,-96.115561,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",3,0.403585,0.217628,0.9,"2013-09-25 00:00",0.84,"2013-01-22 00:00",0.78,"2013-03-11 00:00",0.78,"2013-06-09 00:00","","","","",0.9,0.84,0.78,0.66,0.54,0.36,0.12,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43231",1,33.153077,-96.115561,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.584151,0.376938,1.68,"2013-09-25 00:00",1.5,"2013-03-11 00:00",1.32,"2013-04-22 00:00",1.2,"2013-10-19 00:00","","","","",1.68,1.5,1.32,1.14,0.78,0.54,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43232",1,33.153077,-96.115561,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,0.309623,0.128452,0.56,"2013-06-15 00:00",0.56,"2013-10-07 00:00",0.49,"2013-01-10 00:00",0.49,"2013-01-16 00:00","","","","",0.56,0.56,0.49,0.49,0.42,0.28,0.14,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43233",1,33.153077,-96.115561,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",27,0.146226,0.126236,0.64,"2013-01-22 00:00",0.4,"2013-02-03 00:00",0.4,"2013-02-09 00:00",0.4,"2013-05-10 00:00","","","","",0.64,0.4,0.4,0.32,0.24,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43234",1,33.153077,-96.115561,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43235",1,33.153077,-96.115561,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43238",1,33.153077,-96.115561,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",45,0.061321,0.031988,0.2,"2013-01-22 00:00",0.2,"2013-02-03 00:00",0.1,"2013-01-28 00:00",0.1,"2013-03-17 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43242",1,33.153077,-96.115561,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",36,0.072642,0.037424,0.2,"2013-10-19 00:00",0.15,"2013-01-04 00:00",0.15,"2013-01-10 00:00",0.15,"2013-01-22 00:00","","","","",0.2,0.15,0.15,0.15,0.1,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43243",1,33.153077,-96.115561,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",25,0.979245,1.521179,8.6,"2013-06-27 00:00",3.4,"2013-07-30 00:00",3.25,"2013-06-15 00:00",3.05,"2013-06-09 00:00","","","","",8.6,3.4,3.25,3.05,1.35,0.2,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43244",1,33.153077,-96.115561,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.058679,0.033629,0.24,"2013-01-22 00:00",0.18,"2013-11-30 00:00",0.12,"2013-02-03 00:00",0.12,"2013-10-19 00:00","","","","",0.24,0.18,0.12,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43247",1,33.153077,-96.115561,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",45,0.067547,0.044068,0.21,"2013-05-22 00:00",0.21,"2013-09-25 00:00",0.21,"2013-10-19 00:00",0.14,"2013-01-22 00:00","","","","",0.21,0.21,0.21,0.14,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43248",1,33.153077,-96.115561,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",42,0.099623,0.110401,0.48,"2013-01-22 00:00",0.42,"2013-01-10 00:00",0.42,"2013-01-16 00:00",0.3,"2013-01-04 00:00","","","","",0.48,0.42,0.42,0.3,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43249",1,33.153077,-96.115561,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",15,0.245283,0.158886,0.56,"2013-01-22 00:00",0.56,"2013-10-07 00:00",0.56,"2013-10-19 00:00",0.49,"2013-05-22 00:00","","","","",0.56,0.56,0.56,0.42,0.35,0.28,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43250",1,33.153077,-96.115561,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.312453,0.303118,1.28,"2013-05-22 00:00",1.04,"2013-10-19 00:00",0.96,"2013-05-16 00:00",0.96,"2013-09-25 00:00","","","","",1.28,1.04,0.96,0.64,0.4,0.24,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43252",1,33.153077,-96.115561,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.111509,0.102101,0.48,"2013-05-22 00:00",0.4,"2013-09-25 00:00",0.32,"2013-10-07 00:00",0.32,"2013-10-19 00:00","","","","",0.48,0.4,0.32,0.24,0.16,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43253",1,33.153077,-96.115561,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.073774,0.05171,0.24,"2013-01-22 00:00",0.24,"2013-02-03 00:00",0.16,"2013-01-04 00:00",0.16,"2013-02-09 00:00","","","","",0.24,0.24,0.16,0.16,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43261",1,33.153077,-96.115561,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",21,0.147925,0.103206,0.42,"2013-01-10 00:00",0.35,"2013-01-16 00:00",0.35,"2013-01-22 00:00",0.35,"2013-06-15 00:00","","","","",0.42,0.35,0.35,0.28,0.21,0.14,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43262",1,33.153077,-96.115561,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",8,0.246415,0.148985,0.6,"2013-09-25 00:00",0.6,"2013-10-19 00:00",0.54,"2013-03-11 00:00",0.48,"2013-01-10 00:00","","","","",0.6,0.6,0.54,0.48,0.36,0.24,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43263",1,33.153077,-96.115561,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.101321,0.117654,0.49,"2013-04-22 00:00",0.49,"2013-10-19 00:00",0.42,"2013-06-15 00:00",0.35,"2013-04-28 00:00","","","","",0.49,0.49,0.42,0.28,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43280",1,33.153077,-96.115561,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",39,0.118302,0.130719,0.64,"2013-10-19 00:00",0.4,"2013-04-04 00:00",0.4,"2013-05-22 00:00",0.36,"2013-06-27 00:00","","","","",0.64,0.4,0.4,0.32,0.16,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43282",1,33.153077,-96.115561,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43283",1,33.153077,-96.115561,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43284",1,33.153077,-96.115561,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.073208,0.053701,0.24,"2013-02-03 00:00",0.24,"2013-05-16 00:00",0.18,"2013-02-09 00:00",0.18,"2013-02-21 00:00","","","","",0.24,0.24,0.18,0.18,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43285",1,33.153077,-96.115561,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.559811,0.334632,1.26,"2013-10-19 00:00",1.2,"2013-01-22 00:00",1.14,"2013-06-09 00:00",1.08,"2013-06-15 00:00","","","","",1.26,1.2,1.14,0.96,0.84,0.54,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43289",1,33.153077,-96.115561,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43290",1,33.153077,-96.115561,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43291",1,33.153077,-96.115561,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.053019,0.021978,0.21,"2013-06-09 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.21,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43331",1,33.153077,-96.115561,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43801",1,33.153077,-96.115561,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.61717,0.073912,0.87,"2013-06-27 00:00",0.76,"2013-04-16 00:00",0.76,"2013-06-15 00:00",0.7,"2013-05-16 00:00","","","","",0.87,0.76,0.76,0.69,0.66,0.62,0.51,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43802",1,33.153077,-96.115561,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.074151,0.086122,0.68,"2013-08-20 00:00",0.1,"2013-10-19 00:00",0.08,"2013-03-29 00:00",0.08,"2013-04-22 00:00","","","","",0.68,0.1,0.08,0.08,0.07,0.06,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43803",1,33.153077,-96.115561,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.011321,0.009207,0.02,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43804",1,33.153077,-96.115561,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.089434,0.034497,0.2,"2013-05-10 00:00",0.15,"2013-05-04 00:00",0.12,"2013-03-29 00:00",0.11,"2013-01-16 00:00","","","","",0.2,0.15,0.12,0.11,0.1,0.09,0.08,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43811",1,33.153077,-96.115561,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.237925,0.016096,0.29,"2013-05-10 00:00",0.28,"2013-01-16 00:00",0.27,"2013-01-10 00:00",0.26,"2013-05-04 00:00","","","","",0.29,0.28,0.27,0.25,0.24,0.24,0.22,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43813",1,33.153077,-96.115561,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43814",1,33.153077,-96.115561,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.00717,0.009683,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43815",1,33.153077,-96.115561,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.01283,0.018437,0.06,"2013-04-22 00:00",0.04,"2013-01-28 00:00",0.04,"2013-02-09 00:00",0.04,"2013-02-21 00:00","","","","",0.06,0.04,0.04,0.04,0.04,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43817",1,33.153077,-96.115561,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.006415,0.010208,0.04,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.04,0.02,0.02,0.02,0.02,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43818",1,33.153077,-96.115561,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-06-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43819",1,33.153077,-96.115561,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002264,0.005765,0.03,"2013-10-13 00:00",0.02,"2013-06-15 00:00",0.01,"2013-05-22 00:00",0.01,"2013-07-03 00:00","","","","",0.03,0.02,0.01,0.01,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43820",1,33.153077,-96.115561,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43823",1,33.153077,-96.115561,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.527547,0.045017,0.6,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.59,"2013-02-27 00:00",0.59,"2013-05-10 00:00","","","","",0.6,0.6,0.59,0.57,0.55,0.54,0.48,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43824",1,33.153077,-96.115561,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43826",1,33.153077,-96.115561,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43829",1,33.153077,-96.115561,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004528,0.023086,0.12,"2013-01-28 00:00",0.12,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.12,0.12,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43830",1,33.153077,-96.115561,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001698,0.006999,0.03,"2013-02-21 00:00",0.03,"2013-03-29 00:00",0.03,"2013-07-15 00:00",0,"2013-01-04 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43831",1,33.153077,-96.115561,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000566,0.004121,0.03,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43843",1,33.153077,-96.115561,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43860",1,33.153077,-96.115561,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43954",1,33.153077,-96.115561,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.057736,0.027779,0.22,"2013-01-22 00:00",0.11,"2013-04-28 00:00",0.11,"2013-06-27 00:00",0.11,"2013-09-01 00:00","","","","",0.22,0.11,0.11,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","43960",1,33.153077,-96.115561,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.070189,0.046264,0.24,"2013-02-03 00:00",0.16,"2013-03-11 00:00",0.16,"2013-05-22 00:00",0.16,"2013-06-15 00:00","","","","",0.24,0.16,0.16,0.16,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","44201",1,33.153077,-96.115561,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8671,100,245,245,0,89,0,0,"Requested but not yet concurred",431,0.050955,0.011314,0.081,"2013-06-28 13:00",0.081,"2013-09-04 15:00",0.079,"2013-07-13 15:00",0.079,"2013-09-26 14:00","","","","",0.079,0.074,0.07,0.067,0.058,0.051,0.043,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","44201",1,33.153077,-96.115561,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8739,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.046049,0.010988,0.075,"2013-09-26 10:00",0.074,"2013-09-04 11:00",0.071,"2013-07-05 10:00",0.07,"2013-07-13 09:00","","","","",0.071,0.069,0.066,0.061,0.053,0.047,0.037,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","44201",1,33.153077,-96.115561,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8739,100,245,245,0,0,0,0,"Requested but not yet concurred",0,0.046049,0.010988,0.075,"2013-09-26 10:00",0.074,"2013-09-04 11:00",0.071,"2013-07-05 10:00",0.07,"2013-07-13 09:00","","","","",0.071,0.069,0.066,0.061,0.053,0.047,0.037,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","231","1006","45109",1,33.153077,-96.115561,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.464906,0.412141,1.68,"2013-06-27 00:00",1.6,"2013-01-22 00:00",1.28,"2013-09-01 00:00",1.28,"2013-10-19 00:00","","","","",1.68,1.6,1.28,1.04,0.64,0.4,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45201",1,33.153077,-96.115561,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.898868,0.519547,2.16,"2013-01-22 00:00",1.74,"2013-03-11 00:00",1.74,"2013-11-30 00:00",1.62,"2013-02-09 00:00","","","","",2.16,1.74,1.74,1.5,1.26,0.9,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45202",1,33.153077,-96.115561,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.238868,0.701289,3.43,"2013-09-25 00:00",2.59,"2013-09-01 00:00",2.45,"2013-01-22 00:00",2.31,"2013-02-03 00:00","","","","",3.43,2.59,2.45,2.17,1.68,1.19,0.49,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45203",1,33.153077,-96.115561,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.113208,0.143309,0.48,"2013-06-27 00:00",0.48,"2013-09-01 00:00",0.4,"2013-02-03 00:00",0.4,"2013-09-25 00:00","","","","",0.48,0.48,0.4,0.32,0.16,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45204",1,33.153077,-96.115561,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.150943,0.145209,0.56,"2013-01-22 00:00",0.56,"2013-06-27 00:00",0.48,"2013-10-19 00:00",0.4,"2013-02-03 00:00","","","","",0.56,0.56,0.48,0.32,0.24,0.08,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45207",1,33.153077,-96.115561,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45208",1,33.153077,-96.115561,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.083962,0.085064,0.45,"2013-02-03 00:00",0.36,"2013-05-22 00:00",0.27,"2013-06-27 00:00",0.27,"2013-10-19 00:00","","","","",0.45,0.36,0.27,0.18,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45209",1,33.153077,-96.115561,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45210",1,33.153077,-96.115561,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45211",1,33.153077,-96.115561,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45212",1,33.153077,-96.115561,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.058302,0.042324,0.27,"2013-05-22 00:00",0.27,"2013-10-19 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45213",1,33.153077,-96.115561,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45218",1,33.153077,-96.115561,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45219",1,33.153077,-96.115561,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.05566,0.015994,0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.1,"2013-05-10 00:00",0.1,"2013-06-03 00:00","","","","",0.1,0.1,0.1,0.1,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45220",1,33.153077,-96.115561,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.018113,0.033801,0.08,"2013-01-04 00:00",0.08,"2013-01-28 00:00",0.08,"2013-02-03 00:00",0.08,"2013-02-09 00:00","","","","",0.08,0.08,0.08,0.08,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45225",1,33.153077,-96.115561,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.052453,0.017857,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","45801",1,33.153077,-96.115561,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001132,0.008242,0.06,"2013-06-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.06,0,0,0,0,0,0,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","231","1006","61101",1,33.153077,-96.115561,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7286,83,304,365,0,10,"","","Certification not required",0,4.637922,2.589572,15.3,"2013-02-18 15:00",15.3,"2013-03-05 02:00",15,"2013-02-18 14:00",14.1,"2013-02-18 11:00","","","","",11.5,10.7,9.2,8.1,6.3,4.5,1.3,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","231","1006","61103",1,33.153077,-96.115561,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7115,81,296,365,0,181,"","","Certification not required",0,4.053563,2.463792,15.1,"2013-02-18 15:00",14.3,"2013-02-18 14:00",13.6,"2013-02-18 11:00",13.6,"2013-02-18 13:00","","","","",10.8,9.9,8.5,7.4,5.6,3.8,1,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","231","1006","61104",1,33.153077,-96.115561,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7115,81,296,365,0,181,"","","Certification not required",0,158.237414,84.699441,359.9,"2013-07-01 13:00",359.9,"2013-10-16 11:00",359.8,"2013-06-28 19:00",359.5,"2013-04-23 04:00","","","","",353.1,345.9,323.1,292.2,201.2,150.4,52,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","231","1006","61105",1,33.153077,-96.115561,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7286,83,304,365,0,10,"","","Certification not required",0,10.524568,5.573014,38,"2013-02-10 03:00",37,"2013-03-31 06:00",35,"2013-02-07 19:00",34,"2013-05-29 00:00","","","","",25,24,20,18,14,10,3,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","231","1006","61106",1,33.153077,-96.115561,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7115,81,296,365,0,181,"","","Certification not required",0,26.807393,15.016897,79.4,"2013-06-07 10:00",78.3,"2013-02-12 16:00",78.2,"2013-09-11 06:00",77.6,"2013-01-04 10:00","","","","",70.3,66.7,61.4,51.8,32.3,22,12.7,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","231","1006","62101",1,33.153077,-96.115561,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7286,83,304,365,0,10,"","","Certification not required",0,67.274911,16.789072,103,"2013-08-07 15:00",103,"2013-08-07 16:00",102,"2013-08-06 15:00",102,"2013-08-07 14:00","","","","",97,96,92,88,80,70,43,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","231","1006","63301",1,33.153077,-96.115561,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3504,0.287733,0.405809,1.46,"2013-07-07 12:00",1.44,"2013-05-04 12:00",1.44,"2013-05-22 12:00",1.43,"2013-04-24 12:00","","","","",1.36,1.31,1.18,0.99,0.52,0.02,0.005,"Greenville","824 Sayle Street","Texas","Hunt","Greenville","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","245","0009","42401",1,30.03644,-94.071091,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8533,97,361,365,0,221,0,"","Certification not required",0,2.56482,2.773177,20.1,"2013-11-07 19:00",17.3,"2013-03-26 03:00",17.2,"2013-01-27 23:00",16.7,"2013-09-13 09:00","","","","",16.7,11.2,6.7,5.3,3.4,1.9,0.2,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42401",1,30.03644,-94.071091,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8533,97,361,365,0,221,"","","Certification not required",0,0.632286,1.128233,20.1,"2013-11-07 19:00",17.3,"2013-03-26 03:00",17.2,"2013-01-27 23:00",16.7,"2013-09-13 09:00","","","","",5,4.1,2.7,1.8,0.8,0.2,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42401",1,30.03644,-94.071091,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,0.631302,0.643938,3.7,"2013-12-26 00:00",3.6,"2013-12-23 00:00",2.9,"2013-12-31 00:00",2.5,"2013-12-10 00:00","","","","",2.5,2.4,2,1.5,0.9,0.5,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42401",1,30.03644,-94.071091,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2797,96,359,365,0,0,"",0,"Certification not required",0,0.609689,0.991178,10.2,"2013-09-13 11:00",9.2,"2013-11-07 20:00",9.1,"2013-11-10 11:00",8.8,"2013-01-27 23:00","","","","",4.3,3.7,2.6,1.8,0.8,0.2,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42406",1,30.03644,-94.071091,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8533,97,361,365,0,221,"","","Certification not required",0,1.011778,2.027924,68.2,"2013-09-13 09:00",44.7,"2013-03-26 03:00",44.5,"2013-12-31 12:00",33.8,"2013-11-07 19:00","","","","",7.6,6,4,2.6,1.1,0.4,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42601",1,30.03644,-94.071091,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8585,98,365,365,0,169,"","","Certification not required",0,1.32099,3.872479,100.7,"2013-01-31 07:00",68.2,"2013-12-16 05:00",66.9,"2013-02-01 07:00",66.9,"2013-02-15 07:00","","","","",16.6,10.1,4.7,2.7,1.1,0.4,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42602",1,30.03644,-94.071091,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8532,97,362,365,0,222,0,"","Certification not required",0,14.818508,7.853275,38.2,"2013-12-19 06:00",37.4,"2013-03-13 01:00",36.4,"2013-10-11 05:00",34.9,"2013-12-25 20:00","","","","",34.9,32.6,29.8,26.8,19.8,12.7,6.4,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42602",1,30.03644,-94.071091,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8532,97,362,365,0,222,"","","Certification not required",0,6.14387,5.421755,38.2,"2013-12-19 06:00",37.4,"2013-03-13 01:00",36.4,"2013-10-11 05:00",34.9,"2013-12-25 20:00","","","","",26.2,22.9,17.6,13.3,8,4.6,1.2,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","42603",1,30.03644,-94.071091,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8585,98,365,365,0,169,"","","Certification not required",0,7.46636,7.867965,115.6,"2013-01-31 07:00",92.4,"2013-02-15 07:00",92.2,"2013-02-01 07:00",84.2,"2013-12-16 06:00","","","","",39.3,31.2,20.9,15.5,9.1,5.3,1.6,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","43000",6,30.03644,-94.071091,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3788,43,170,365,0,131,"","","Certification not required",0,111.561325,159.410472,2795.8,"2013-02-26 23:00",2167.7,"2013-03-03 06:00",1993,"2013-02-27 06:00",1727.3,"2013-03-07 07:00","","","","",772.1,594.1,350.2,238.6,128,62.8,19.6,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43102",6,30.03644,-94.071091,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",3788,43,170,365,0,131,"","","Certification not required",0,122.591412,173.71967,2933.37,"2013-02-26 23:00",2270.79,"2013-03-03 06:00",2117.74,"2013-02-27 06:00",1896.03,"2013-03-07 07:00","","","","",864.36,642.13,385.66,262.08,139.16,68.47,22.44,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43173",5,30.03644,-94.071091,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43202",5,30.03644,-94.071091,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,24.601569,17.70804,88.8,"2013-05-04 00:00",85.08,"2013-02-27 00:00",61.36,"2013-02-03 00:00",54.56,"2013-02-15 00:00","","","","",88.8,85.08,61.36,45.24,29.7,18.48,9.8,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43202",6,30.03644,-94.071091,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",0,25.3478,48.68589,1096.71,"2013-06-02 16:00",812.77,"2013-02-26 23:00",688.34,"2013-03-03 06:00",582.11,"2013-02-27 06:00","","","","",240.05,138.03,75.42,46.61,25.02,13.64,5.31,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43203",5,30.03644,-94.071091,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",2,3.204314,2.266162,11.34,"2013-11-12 00:00",9.22,"2013-08-20 00:00",6.48,"2013-02-27 00:00",6.42,"2013-02-03 00:00","","","","",11.34,9.22,6.48,6.14,4.72,2.68,1.06,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43203",6,30.03644,-94.071091,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",155,2.148685,4.677614,81.7,"2013-03-06 06:00",73.49,"2013-02-17 03:00",70.26,"2013-02-17 07:00",64.27,"2013-02-17 06:00","","","","",19.55,14.92,8.14,4.97,2.09,0.82,0.09,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43204",5,30.03644,-94.071091,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,19.592941,13.775533,68.79,"2013-02-27 00:00",57.24,"2013-05-04 00:00",49.68,"2013-11-30 00:00",43.08,"2013-02-15 00:00","","","","",68.79,57.24,49.68,36.81,24.12,15.63,7.35,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43204",6,30.03644,-94.071091,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1,19.273651,34.061172,807.43,"2013-02-26 23:00",575.16,"2013-03-03 06:00",513.05,"2013-02-26 22:00",504.26,"2013-02-27 06:00","","","","",153.99,100.5,59.37,40.04,21.4,10.63,2.37,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43205",5,30.03644,-94.071091,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",11,1.44902,1.42098,6.21,"2013-10-19 00:00",5.58,"2013-11-12 00:00",4.62,"2013-04-16 00:00",3.93,"2013-09-13 00:00","","","","",6.21,5.58,4.62,2.88,2.1,1.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43205",6,30.03644,-94.071091,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",352,1.350782,2.89278,48.87,"2013-02-22 23:00",43.85,"2013-03-06 06:00",36.05,"2013-05-30 05:00",35.16,"2013-06-07 00:00","","","","",14.47,9.18,4.87,2.9,1.34,0.56,0.08,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43206",5,30.03644,-94.071091,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",8,0.696078,0.477259,2.12,"2013-02-15 00:00",1.78,"2013-11-30 00:00",1.64,"2013-02-27 00:00",1.42,"2013-01-22 00:00","","","","",2.12,1.78,1.64,1.22,1.08,0.6,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43206",6,30.03644,-94.071091,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",1854,21,83,365,0,2068,"","","Certification not required",95,0.453263,0.417479,9.9,"2013-05-02 08:00",3.2,"2013-01-11 07:00",3,"2013-01-14 11:00",3,"2013-05-24 19:00","","","","",1.8,1.5,1.1,0.8,0.6,0.4,0.1,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43212",5,30.03644,-94.071091,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,14.32,9.54341,43.04,"2013-11-30 00:00",42.2,"2013-02-27 00:00",36.64,"2013-09-07 00:00",32.88,"2013-01-22 00:00","","","","",43.04,42.2,36.64,25.36,17.44,11.48,5.68,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43212",6,30.03644,-94.071091,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3821,44,169,365,0,101,"","","Certification not required",1,14.233307,25.127594,439.11,"2013-01-06 06:00",399.12,"2013-02-26 23:00",370.34,"2013-03-29 05:00",335.8,"2013-03-07 07:00","","","","",114.06,82.37,47.19,28.91,15.29,7.6,1.59,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43214",5,30.03644,-94.071091,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,10.338039,10.881777,74.56,"2013-01-28 00:00",23.64,"2013-02-27 00:00",22.84,"2013-11-30 00:00",20.16,"2013-08-16 00:00","","","","",74.56,23.64,22.84,19.04,12.6,7.24,3.44,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43214",6,30.03644,-94.071091,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1,9.22919,21.182024,565.78,"2013-06-07 00:00",479.91,"2013-01-28 23:00",313.01,"2013-01-28 19:00",293.04,"2013-01-28 20:00","","","","",73.25,55.61,30.99,19.65,9.45,4.1,0.99,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43216",5,30.03644,-94.071091,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",38,0.104706,0.116745,0.56,"2013-10-19 00:00",0.4,"2013-09-13 00:00",0.4,"2013-10-07 00:00",0.36,"2013-04-16 00:00","","","","",0.56,0.4,0.4,0.28,0.12,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43216",6,30.03644,-94.071091,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",914,0.176494,0.456169,13.74,"2013-03-26 20:00",6.98,"2013-01-15 16:00",6.68,"2013-03-06 06:00",6.53,"2013-01-13 09:00","","","","",1.75,1.22,0.58,0.34,0.16,0.09,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43217",5,30.03644,-94.071091,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",33,0.114706,0.107803,0.48,"2013-10-19 00:00",0.4,"2013-10-07 00:00",0.32,"2013-04-16 00:00",0.32,"2013-09-13 00:00","","","","",0.48,0.4,0.32,0.28,0.16,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43217",6,30.03644,-94.071091,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1444,0.156217,0.406283,13.18,"2013-03-26 20:00",5.25,"2013-03-06 06:00",4.78,"2013-05-02 06:00",4.75,"2013-01-15 16:00","","","","",1.58,1.12,0.59,0.33,0.15,0.07,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43218",5,30.03644,-94.071091,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.224314,0.401842,1.52,"2013-11-12 00:00",1.44,"2013-06-09 00:00",1.12,"2013-03-23 00:00",1.12,"2013-05-10 00:00","","","","",1.52,1.44,1.12,0.76,0.32,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43218",6,30.03644,-94.071091,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",0,0.314181,1.438922,51.1,"2013-06-13 02:00",40.1,"2013-06-13 03:00",22.5,"2013-05-10 19:00",16.9,"2013-01-11 20:00","","","","",4.6,2.4,1.3,0.6,0.2,0.1,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43220",5,30.03644,-94.071091,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,5.351961,3.441075,14.8,"2013-04-16 00:00",13.5,"2013-07-15 00:00",13.5,"2013-10-01 00:00",12.05,"2013-02-27 00:00","","","","",14.8,13.5,13.5,9.25,7.95,4.75,1.7,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43220",6,30.03644,-94.071091,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1,7.463845,13.121307,246.13,"2013-01-26 05:00",201.74,"2013-01-26 04:00",193.39,"2013-04-16 18:00",158.78,"2013-03-07 07:00","","","","",61.11,44.28,26.35,16.2,7.94,3.58,0.96,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43221",5,30.03644,-94.071091,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,10.122549,6.98397,35.55,"2013-04-16 00:00",26.65,"2013-02-27 00:00",20.05,"2013-05-22 00:00",19.8,"2013-01-22 00:00","","","","",35.55,26.65,20.05,18.4,14.55,9.3,2.9,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43221",6,30.03644,-94.071091,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1,11.88767,21.113899,344.91,"2013-04-16 18:00",269.7,"2013-03-07 23:00",237.19,"2013-01-26 05:00",234.47,"2013-06-21 23:00","","","","",103.02,75.34,43.69,26,12.6,5.26,1.47,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43224",5,30.03644,-94.071091,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.056863,0.037443,0.3,"2013-10-01 00:00",0.15,"2013-04-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.3,0.15,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43224",6,30.03644,-94.071091,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1474,0.13546,0.335078,14.22,"2013-03-26 20:00",4.25,"2013-03-07 23:00",4.17,"2013-03-26 21:00",3.4,"2013-02-08 02:00","","","","",1.15,0.85,0.49,0.32,0.15,0.07,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43226",5,30.03644,-94.071091,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",41,0.070588,0.044918,0.2,"2013-04-16 00:00",0.2,"2013-05-22 00:00",0.2,"2013-07-09 00:00",0.15,"2013-01-22 00:00","","","","",0.2,0.2,0.2,0.15,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43226",6,30.03644,-94.071091,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1491,0.15441,0.477598,22.71,"2013-03-26 20:00",6.46,"2013-03-07 23:00",5.87,"2013-03-26 21:00",5.25,"2013-03-07 22:00","","","","",1.3,0.93,0.59,0.39,0.16,0.07,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43227",5,30.03644,-94.071091,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",48,0.052941,0.011882,0.1,"2013-04-16 00:00",0.1,"2013-06-03 00:00",0.1,"2013-10-19 00:00",0.05,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43227",6,30.03644,-94.071091,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",2304,0.074471,0.251361,11.93,"2013-03-26 20:00",3.81,"2013-03-07 23:00",3.11,"2013-03-26 21:00",2.89,"2013-03-07 22:00","","","","",0.71,0.48,0.3,0.2,0.09,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43228",5,30.03644,-94.071091,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",41,0.069608,0.044809,0.2,"2013-04-16 00:00",0.2,"2013-10-07 00:00",0.2,"2013-10-19 00:00",0.2,"2013-10-31 00:00","","","","",0.2,0.2,0.2,0.15,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43230",5,30.03644,-94.071091,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.150588,0.600924,2.4,"2013-02-27 00:00",2.4,"2013-09-07 00:00",2.22,"2013-10-01 00:00",2.16,"2013-05-04 00:00","","","","",2.4,2.4,2.22,2.04,1.62,1.02,0.42,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43231",5,30.03644,-94.071091,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.505882,0.837361,3.72,"2013-09-07 00:00",3.24,"2013-11-30 00:00",3.12,"2013-05-04 00:00",2.94,"2013-06-09 00:00","","","","",3.72,3.24,3.12,2.64,2.04,1.38,0.54,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43231",6,30.03644,-94.071091,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,2.65383,5.39318,160.93,"2013-01-26 05:00",117.94,"2013-01-26 04:00",100.27,"2013-01-26 08:00",75.82,"2013-01-26 07:00","","","","",18.55,14.57,9.45,6.21,2.81,1.28,0.26,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43232",5,30.03644,-94.071091,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.64098,0.2759,1.12,"2013-06-03 00:00",1.05,"2013-02-03 00:00",1.05,"2013-02-27 00:00",1.05,"2013-07-09 00:00","","","","",1.12,1.05,1.05,0.98,0.91,0.63,0.28,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43232",6,30.03644,-94.071091,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",845,0.852584,2.038159,71.27,"2013-01-26 05:00",51.63,"2013-01-26 04:00",50.66,"2013-01-26 08:00",33.75,"2013-01-26 07:00","","","","",5.43,4.22,2.82,1.94,0.98,0.48,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43233",5,30.03644,-94.071091,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",5,0.397059,0.270498,1.2,"2013-02-27 00:00",1.04,"2013-04-28 00:00",0.96,"2013-01-22 00:00",0.96,"2013-05-16 00:00","","","","",1.2,1.04,0.96,0.72,0.56,0.32,0.16,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43233",6,30.03644,-94.071091,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1019,0.457514,0.888914,20.39,"2013-01-26 05:00",15.68,"2013-01-26 08:00",14.77,"2013-01-26 04:00",11.36,"2013-05-27 05:00","","","","",3.82,2.68,1.66,1.07,0.52,0.22,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43234",5,30.03644,-94.071091,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43235",5,30.03644,-94.071091,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",30,0.149412,0.133917,0.54,"2013-06-21 00:00",0.45,"2013-10-19 00:00",0.36,"2013-02-03 00:00",0.36,"2013-02-15 00:00","","","","",0.54,0.45,0.36,0.36,0.27,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43235",6,30.03644,-94.071091,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1199,0.271895,0.507252,9.12,"2013-06-24 06:00",8.05,"2013-06-24 05:00",7.21,"2013-06-22 10:00",6.26,"2013-06-21 23:00","","","","",2.37,1.68,0.99,0.63,0.29,0.14,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43238",5,30.03644,-94.071091,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",23,0.132353,0.1135,0.6,"2013-11-12 00:00",0.4,"2013-06-03 00:00",0.3,"2013-02-03 00:00",0.3,"2013-04-22 00:00","","","","",0.6,0.4,0.3,0.3,0.2,0.1,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43238",6,30.03644,-94.071091,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2775,32,121,365,0,1146,"","","Certification not required",1051,0.203515,0.393242,5.72,"2013-06-24 06:00",4.97,"2013-01-01 06:00",4.95,"2013-06-24 05:00",4.51,"2013-06-21 23:00","","","","",1.9,1.33,0.72,0.48,0.23,0.11,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43242",5,30.03644,-94.071091,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.227451,0.193988,0.7,"2013-02-27 00:00",0.65,"2013-05-04 00:00",0.6,"2013-09-07 00:00",0.55,"2013-10-07 00:00","","","","",0.7,0.65,0.6,0.5,0.4,0.15,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43242",6,30.03644,-94.071091,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",12,0.550272,0.87535,19.03,"2013-01-26 05:00",15.06,"2013-01-26 04:00",13.08,"2013-03-07 07:00",11.93,"2013-02-26 23:00","","","","",3.95,2.88,1.76,1.14,0.59,0.31,0.12,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43243",5,30.03644,-94.071091,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.728431,0.912209,4.5,"2013-07-03 00:00",3.25,"2013-06-03 00:00",2.05,"2013-06-09 00:00",2.05,"2013-08-20 00:00","","","","",4.5,3.25,2.05,1.75,1.3,0.4,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43243",6,30.03644,-94.071091,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",1385,0.600859,1.197427,13.36,"2013-07-28 18:00",10.41,"2013-07-27 15:00",10.19,"2013-06-03 19:00",10.07,"2013-06-03 20:00","","","","",5.75,4.51,3.05,2.1,0.5,0.09,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43244",5,30.03644,-94.071091,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",18,0.32,0.266556,0.96,"2013-02-27 00:00",0.96,"2013-07-09 00:00",0.84,"2013-06-21 00:00",0.72,"2013-01-22 00:00","","","","",0.96,0.96,0.84,0.72,0.48,0.24,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43244",6,30.03644,-94.071091,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",94,0.498273,0.782765,9.37,"2013-02-26 23:00",9.36,"2013-01-26 05:00",9.34,"2013-03-07 07:00",8.42,"2013-02-27 06:00","","","","",3.95,3.08,1.79,1.11,0.51,0.24,0.09,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43247",5,30.03644,-94.071091,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.122549,0.100694,0.56,"2013-09-07 00:00",0.35,"2013-10-07 00:00",0.28,"2013-02-15 00:00",0.28,"2013-02-27 00:00","","","","",0.56,0.35,0.28,0.21,0.21,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43247",6,30.03644,-94.071091,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",3392,0.105996,0.499571,17.27,"2013-03-27 22:00",10.98,"2013-03-15 08:00",7.49,"2013-01-26 05:00",5.67,"2013-01-26 04:00","","","","",1.68,1.24,0.69,0.31,0.005,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43248",5,30.03644,-94.071091,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",19,0.709216,0.774467,4.08,"2013-05-04 00:00",2.22,"2013-02-27 00:00",1.86,"2013-01-22 00:00",1.62,"2013-06-21 00:00","","","","",4.08,2.22,1.86,1.62,1.2,0.54,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43248",6,30.03644,-94.071091,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1269,1.138123,2.383284,45.6,"2013-03-07 07:00",43.81,"2013-01-26 05:00",37.99,"2013-02-26 23:00",32.6,"2013-01-26 04:00","","","","",10.04,7.08,4.28,2.76,1.29,0.52,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43249",5,30.03644,-94.071091,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",5,0.507255,0.28665,1.33,"2013-03-23 00:00",1.12,"2013-10-07 00:00",0.91,"2013-02-27 00:00",0.84,"2013-05-04 00:00","","","","",1.33,1.12,0.91,0.84,0.7,0.49,0.21,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43249",6,30.03644,-94.071091,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1442,0.573168,1.284946,43.07,"2013-01-26 05:00",30.64,"2013-01-26 04:00",28.6,"2013-01-26 08:00",19.72,"2013-01-26 07:00","","","","",3.82,3.09,2.1,1.42,0.71,0.32,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43250",5,30.03644,-94.071091,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.409412,0.425325,2.16,"2013-09-07 00:00",1.36,"2013-10-07 00:00",1.28,"2013-03-29 00:00",1.12,"2013-02-15 00:00","","","","",2.16,1.36,1.28,0.96,0.56,0.32,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43250",6,30.03644,-94.071091,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,0.917328,4.004108,190.18,"2013-03-27 22:00",109.32,"2013-03-15 08:00",34.34,"2013-03-27 21:00",26.04,"2013-03-28 22:00","","","","",8.74,5.2,3.13,1.88,0.91,0.4,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43252",5,30.03644,-94.071091,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",30,0.139216,0.135423,0.64,"2013-10-07 00:00",0.56,"2013-09-07 00:00",0.32,"2013-01-22 00:00",0.32,"2013-02-15 00:00","","","","",0.64,0.56,0.32,0.32,0.24,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43252",6,30.03644,-94.071091,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",2839,0.141824,0.484005,10.44,"2013-01-14 11:00",9.27,"2013-01-15 16:00",6.86,"2013-01-02 06:00",6.69,"2013-01-01 20:00","","","","",1.92,1.3,0.67,0.37,0.08,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43253",5,30.03644,-94.071091,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",26,0.144706,0.116092,0.4,"2013-02-27 00:00",0.4,"2013-05-16 00:00",0.4,"2013-06-03 00:00",0.4,"2013-10-01 00:00","","","","",0.4,0.4,0.4,0.32,0.24,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43253",6,30.03644,-94.071091,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1962,0.207808,0.456318,11.54,"2013-01-26 05:00",8.59,"2013-01-26 04:00",8.59,"2013-01-26 08:00",5.74,"2013-01-26 07:00","","","","",1.79,1.41,0.88,0.57,0.24,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43261",5,30.03644,-94.071091,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",3,0.789412,0.643274,4.06,"2013-05-04 00:00",2.03,"2013-06-21 00:00",1.89,"2013-02-27 00:00",1.47,"2013-07-09 00:00","","","","",4.06,2.03,1.89,1.33,1.05,0.7,0.21,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43261",6,30.03644,-94.071091,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",535,1.197076,2.586014,58.64,"2013-01-26 05:00",43.32,"2013-03-07 07:00",43.29,"2013-01-26 04:00",43.05,"2013-02-26 23:00","","","","",11.33,7.1,4.26,2.63,1.23,0.53,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43262",5,30.03644,-94.071091,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.724706,0.4536,2.34,"2013-05-04 00:00",1.68,"2013-02-27 00:00",1.44,"2013-10-07 00:00",1.38,"2013-06-21 00:00","","","","",2.34,1.68,1.44,1.32,0.96,0.6,0.24,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43262",6,30.03644,-94.071091,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1223,1.08428,2.455442,64.14,"2013-01-26 05:00",48.32,"2013-01-26 04:00",40.21,"2013-03-07 07:00",40.01,"2013-01-26 08:00","","","","",9.68,6.68,4.12,2.63,1.13,0.5,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43263",5,30.03644,-94.071091,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",33,0.267059,0.309511,0.91,"2013-02-03 00:00",0.84,"2013-04-22 00:00",0.84,"2013-07-15 00:00",0.84,"2013-10-07 00:00","","","","",0.91,0.84,0.84,0.7,0.63,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43263",6,30.03644,-94.071091,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1800,0.446413,1.058026,32.99,"2013-01-26 05:00",24.1,"2013-01-26 04:00",22.43,"2013-01-26 08:00",15.9,"2013-01-26 07:00","","","","",3.31,2.73,1.81,1.23,0.52,0.21,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43280",5,30.03644,-94.071091,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",26,0.525882,0.60036,2.36,"2013-02-15 00:00",1.8,"2013-10-19 00:00",1.76,"2013-09-13 00:00",1.52,"2013-11-30 00:00","","","","",2.36,1.8,1.76,1.36,1,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43280",6,30.03644,-94.071091,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3822,44,170,365,0,100,"","","Certification not required",236,0.300947,0.618567,16.03,"2013-01-11 20:00",11.46,"2013-02-15 19:00",10.49,"2013-03-26 20:00",9.72,"2013-01-11 19:00","","","","",2.78,1.65,0.88,0.55,0.28,0.17,0.06,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43282",5,30.03644,-94.071091,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",48,0.053922,0.016862,0.15,"2013-01-22 00:00",0.1,"2013-02-27 00:00",0.1,"2013-07-09 00:00",0.05,"2013-01-04 00:00","","","","",0.15,0.1,0.1,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43283",5,30.03644,-94.071091,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43284",5,30.03644,-94.071091,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",26,0.303137,0.310641,1.14,"2013-02-27 00:00",0.96,"2013-07-09 00:00",0.84,"2013-01-22 00:00",0.84,"2013-06-21 00:00","","","","",1.14,0.96,0.84,0.78,0.54,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43285",5,30.03644,-94.071091,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",5,1.613137,1.004917,3.78,"2013-02-27 00:00",3.3,"2013-09-07 00:00",3.12,"2013-01-22 00:00",3.12,"2013-10-07 00:00","","","","",3.78,3.3,3.12,3,2.46,1.5,0.3,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43289",5,30.03644,-94.071091,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43290",5,30.03644,-94.071091,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43291",5,30.03644,-94.071091,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",40,0.092745,0.089579,0.35,"2013-01-22 00:00",0.35,"2013-06-03 00:00",0.35,"2013-11-30 00:00",0.28,"2013-02-03 00:00","","","","",0.35,0.35,0.35,0.21,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43291",6,30.03644,-94.071091,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3138,36,139,365,0,783,"","","Certification not required",2506,0.188235,0.591581,16.39,"2013-01-26 05:00",12.02,"2013-01-26 04:00",11.1,"2013-01-26 08:00",7.86,"2013-01-26 07:00","","","","",1.91,1.57,1.07,0.7,0.005,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","43331",5,30.03644,-94.071091,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43801",5,30.03644,-94.071091,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.769804,0.154473,1.29,"2013-09-07 00:00",1.16,"2013-08-20 00:00",1.13,"2013-08-26 00:00",1.03,"2013-06-09 00:00","","","","",1.29,1.16,1.13,1,0.83,0.73,0.63,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43802",5,30.03644,-94.071091,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.060392,0.014555,0.08,"2013-02-03 00:00",0.08,"2013-02-15 00:00",0.08,"2013-04-22 00:00",0.08,"2013-05-04 00:00","","","","",0.08,0.08,0.08,0.08,0.07,0.06,0.04,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43803",5,30.03644,-94.071091,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.019804,0.013489,0.05,"2013-09-07 00:00",0.04,"2013-02-15 00:00",0.04,"2013-06-09 00:00",0.04,"2013-08-16 00:00","","","","",0.05,0.04,0.04,0.04,0.03,0.02,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43804",5,30.03644,-94.071091,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.087059,0.031515,0.14,"2013-05-04 00:00",0.13,"2013-04-28 00:00",0.12,"2013-05-16 00:00",0.11,"2013-06-27 00:00","","","","",0.14,0.13,0.12,0.11,0.1,0.09,0.07,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43811",5,30.03644,-94.071091,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.240196,0.013189,0.26,"2013-01-04 00:00",0.26,"2013-02-03 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-15 00:00","","","","",0.26,0.26,0.26,0.26,0.25,0.24,0.22,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43813",5,30.03644,-94.071091,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43814",5,30.03644,-94.071091,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.011373,0.014563,0.08,"2013-08-20 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00","","","","",0.08,0.04,0.02,0.02,0.02,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43815",5,30.03644,-94.071091,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.021961,0.025061,0.1,"2013-04-22 00:00",0.08,"2013-01-22 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-15 00:00","","","","",0.1,0.08,0.06,0.06,0.04,0.02,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43817",5,30.03644,-94.071091,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.019608,0.023148,0.1,"2013-01-22 00:00",0.1,"2013-05-10 00:00",0.08,"2013-07-15 00:00",0.06,"2013-02-15 00:00","","","","",0.1,0.1,0.08,0.04,0.02,0.02,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43818",5,30.03644,-94.071091,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43819",5,30.03644,-94.071091,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.003137,0.005828,0.02,"2013-01-04 00:00",0.02,"2013-04-04 00:00",0.02,"2013-10-19 00:00",0.01,"2013-01-16 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43820",5,30.03644,-94.071091,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43823",5,30.03644,-94.071091,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.528039,0.039396,0.6,"2013-02-27 00:00",0.59,"2013-01-16 00:00",0.57,"2013-01-04 00:00",0.57,"2013-02-03 00:00","","","","",0.6,0.59,0.57,0.56,0.55,0.54,0.48,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43824",5,30.03644,-94.071091,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001569,0.006745,0.04,"2013-05-16 00:00",0.02,"2013-10-01 00:00",0.02,"2013-10-31 00:00",0,"2013-01-04 00:00","","","","",0.04,0.02,0.02,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43826",5,30.03644,-94.071091,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001569,0.00543,0.02,"2013-01-04 00:00",0.02,"2013-07-27 00:00",0.02,"2013-08-16 00:00",0.02,"2013-10-31 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43829",5,30.03644,-94.071091,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.002941,0.010825,0.06,"2013-02-15 00:00",0.03,"2013-03-29 00:00",0.03,"2013-04-16 00:00",0.03,"2013-04-22 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43830",5,30.03644,-94.071091,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000588,0.004201,0.03,"2013-01-16 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0.03,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43831",5,30.03644,-94.071091,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001176,0.008402,0.06,"2013-04-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.06,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43843",5,30.03644,-94.071091,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43860",5,30.03644,-94.071091,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43954",5,30.03644,-94.071091,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.084706,0.050014,0.33,"2013-11-12 00:00",0.22,"2013-02-27 00:00",0.11,"2013-01-04 00:00",0.11,"2013-01-28 00:00","","","","",0.33,0.22,0.11,0.11,0.11,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43960",5,30.03644,-94.071091,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",23,0.173137,0.148425,0.64,"2013-04-28 00:00",0.48,"2013-05-16 00:00",0.48,"2013-06-21 00:00",0.48,"2013-07-09 00:00","","","","",0.64,0.48,0.48,0.4,0.24,0.16,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","43960",6,30.03644,-94.071091,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",1693,0.20974,0.537279,14.05,"2013-01-26 05:00",12.69,"2013-03-27 22:00",10.63,"2013-01-26 08:00",10.5,"2013-01-26 04:00","","","","",1.85,1.36,0.75,0.48,0.23,0.11,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","44201",2,30.03644,-94.071091,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8640,99,363,365,0,114,0,0,"Requested but not yet concurred",515,0.043061,0.014155,0.106,"2013-09-26 13:00",0.078,"2013-10-09 14:00",0.076,"2013-10-10 12:00",0.074,"2013-04-22 12:00","","","","",0.074,0.069,0.066,0.062,0.053,0.043,0.024,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","44201",2,30.03644,-94.071091,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8676,99,361,365,0,0,0,0,"Requested but not yet concurred",0,0.037443,0.012546,0.077,"2013-09-26 09:00",0.068,"2013-10-09 10:00",0.067,"2013-09-27 10:00",0.065,"2013-04-22 09:00","","","","",0.065,0.064,0.057,0.054,0.047,0.037,0.021,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","44201",2,30.03644,-94.071091,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8676,99,361,365,0,0,1,1,"Requested but not yet concurred",0,0.037443,0.012546,0.077,"2013-09-26 09:00",0.068,"2013-10-09 10:00",0.067,"2013-09-27 10:00",0.065,"2013-04-22 09:00","","","","",0.065,0.064,0.057,0.054,0.047,0.037,0.021,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0009","45109",5,30.03644,-94.071091,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.330196,0.771651,3.52,"2013-07-09 00:00",3.28,"2013-01-22 00:00",2.88,"2013-07-21 00:00",2.72,"2013-06-21 00:00","","","","",3.52,3.28,2.88,2.16,1.92,1.2,0.48,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45109",6,30.03644,-94.071091,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,1.531068,3.620573,132.44,"2013-05-13 20:00",93.09,"2013-01-26 00:00",37.07,"2013-01-26 01:00",32.45,"2013-06-23 21:00","","","","",14.09,9.17,5.57,3.39,1.5,0.71,0.17,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45201",5,30.03644,-94.071091,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.283529,1.131468,5.1,"2013-11-12 00:00",4.56,"2013-09-13 00:00",4.38,"2013-02-21 00:00",4.32,"2013-07-15 00:00","","","","",5.1,4.56,4.38,3.9,2.88,2.16,1.02,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45201",6,30.03644,-94.071091,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,1.672601,2.67579,40.4,"2013-01-11 09:00",34.67,"2013-06-19 02:00",33.08,"2013-01-26 05:00",28.39,"2013-02-05 20:00","","","","",13.88,9.82,5.71,3.6,1.72,0.9,0.22,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45202",5,30.03644,-94.071091,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.393725,1.554064,7.49,"2013-06-03 00:00",5.74,"2013-11-12 00:00",5.53,"2013-08-20 00:00",5.39,"2013-09-13 00:00","","","","",7.49,5.74,5.53,4.13,3.22,2.03,0.84,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45202",6,30.03644,-94.071091,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,2.12675,3.145373,52.51,"2013-06-07 01:00",44.01,"2013-03-15 08:00",42.03,"2013-05-22 08:00",39.09,"2013-06-02 21:00","","","","",15.6,11.02,7.09,4.72,2.35,1.14,0.35,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45203",5,30.03644,-94.071091,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.406275,0.268134,1.12,"2013-07-09 00:00",1.04,"2013-01-22 00:00",0.88,"2013-07-21 00:00",0.8,"2013-04-22 00:00","","","","",1.12,1.04,0.88,0.8,0.56,0.4,0.16,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45203",6,30.03644,-94.071091,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,0.437325,0.90813,30.64,"2013-05-13 20:00",20.52,"2013-01-26 00:00",8.26,"2013-06-23 21:00",8.04,"2013-01-26 01:00","","","","",3.84,2.55,1.63,0.99,0.45,0.22,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45204",5,30.03644,-94.071091,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.425098,0.251709,1.12,"2013-01-22 00:00",1.12,"2013-07-09 00:00",0.88,"2013-06-21 00:00",0.88,"2013-07-21 00:00","","","","",1.12,1.12,0.88,0.72,0.64,0.32,0.16,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45204",6,30.03644,-94.071091,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,0.51454,1.248153,47.32,"2013-05-13 20:00",30.07,"2013-01-26 00:00",12.2,"2013-01-26 01:00",10.07,"2013-06-23 21:00","","","","",4.78,3.15,1.91,1.19,0.51,0.25,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45207",5,30.03644,-94.071091,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45207",6,30.03644,-94.071091,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2775,32,121,365,0,1146,"","","Certification not required",1731,0.131573,0.304816,5.26,"2013-04-22 22:00",5.07,"2013-04-22 21:00",4.88,"2013-04-22 23:00",3.59,"2013-06-24 06:00","","","","",1.21,0.9,0.61,0.37,0.16,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45208",5,30.03644,-94.071091,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",36,0.132353,0.180816,1.08,"2013-04-22 00:00",0.54,"2013-04-16 00:00",0.45,"2013-10-07 00:00",0.45,"2013-10-31 00:00","","","","",1.08,0.54,0.45,0.27,0.18,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45208",6,30.03644,-94.071091,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2775,32,121,365,0,1146,"","","Certification not required",840,0.324645,0.526829,6.1,"2013-04-12 02:00",5.85,"2013-06-24 06:00",5.35,"2013-04-06 06:00",5.02,"2013-06-24 05:00","","","","",2.46,2.06,1.25,0.81,0.37,0.16,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45209",5,30.03644,-94.071091,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",48,0.059412,0.039416,0.27,"2013-04-22 00:00",0.18,"2013-04-16 00:00",0.18,"2013-10-07 00:00",0.05,"2013-01-04 00:00","","","","",0.27,0.18,0.18,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45209",6,30.03644,-94.071091,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",2331,0.082505,0.168156,3.05,"2013-04-22 22:00",2.97,"2013-04-22 21:00",2.74,"2013-04-22 23:00",2,"2013-04-06 06:00","","","","",0.68,0.53,0.33,0.22,0.12,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45210",5,30.03644,-94.071091,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.003529,0.017644,0.09,"2013-04-22 00:00",0.09,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.09,0.09,0,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45210",6,30.03644,-94.071091,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,0.010889,0.050337,0.89,"2013-01-11 20:00",0.83,"2013-04-22 23:00",0.8,"2013-04-22 22:00",0.73,"2013-04-22 21:00","","","","",0.23,0.15,0.09,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45211",5,30.03644,-94.071091,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45212",5,30.03644,-94.071091,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",37,0.122745,0.15461,0.72,"2013-01-22 00:00",0.72,"2013-04-22 00:00",0.45,"2013-02-27 00:00",0.36,"2013-04-16 00:00","","","","",0.72,0.72,0.45,0.27,0.18,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45213",5,30.03644,-94.071091,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.058627,0.046734,0.36,"2013-04-22 00:00",0.18,"2013-05-04 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.36,0.18,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45218",5,30.03644,-94.071091,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45219",5,30.03644,-94.071091,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",40,0.062745,0.028006,0.2,"2013-02-27 00:00",0.1,"2013-02-03 00:00",0.1,"2013-04-16 00:00",0.1,"2013-04-22 00:00","","","","",0.2,0.1,0.1,0.1,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45220",5,30.03644,-94.071091,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.108235,0.146488,0.72,"2013-10-31 00:00",0.48,"2013-06-09 00:00",0.48,"2013-10-01 00:00",0.4,"2013-05-04 00:00","","","","",0.72,0.48,0.48,0.32,0.08,0.08,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45220",6,30.03644,-94.071091,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3791,43,170,365,0,130,"","","Certification not required",0,0.058072,0.234822,6.32,"2013-06-09 19:00",3.62,"2013-01-26 04:00",3.46,"2013-02-25 08:00",3.12,"2013-01-26 05:00","","","","",0.84,0.62,0.36,0.16,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45225",5,30.03644,-94.071091,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",50,0.054314,0.030806,0.27,"2013-04-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.27,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","45225",6,30.03644,-94.071091,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",2775,32,121,365,0,1146,"","","Certification not required",1492,0.223921,0.768599,26.86,"2013-01-21 05:00",13.99,"2013-01-20 07:00",12.18,"2013-04-12 05:00",9.73,"2013-04-12 06:00","","","","",2.38,1.7,0.94,0.54,0.23,0.005,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-05" +"48","245","0009","45801",5,30.03644,-94.071091,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.005882,0.01802,0.06,"2013-04-22 00:00",0.06,"2013-06-09 00:00",0.06,"2013-06-15 00:00",0.06,"2013-07-27 00:00","","","","",0.06,0.06,0.06,0,0,0,0,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0009","61101",1,30.03644,-94.071091,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7287,83,304,365,0,3,"","","Certification not required",0,5.502552,3.220767,19.9,"2013-03-04 12:00",19.9,"2013-03-04 13:00",19.7,"2013-02-18 13:00",19.1,"2013-01-29 11:00","","","","",14.4,13.3,11.6,9.9,7.6,4.9,1.8,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0009","61103",1,30.03644,-94.071091,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7287,83,304,365,0,3,"","","Certification not required",0,5.137135,3.193785,19.5,"2013-03-04 12:00",19.5,"2013-03-04 13:00",19.3,"2013-02-18 13:00",18.8,"2013-01-29 11:00","","","","",14.1,12.9,11.2,9.5,7.2,4.5,1.6,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0009","61104",1,30.03644,-94.071091,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7287,83,304,365,0,3,"","","Certification not required",0,154.846055,91.528614,360,"2013-08-16 01:00",359.9,"2013-01-03 02:00",359.8,"2013-10-16 21:00",359.8,"2013-10-22 07:00","","","","",352.4,345.4,332.3,309.7,200.8,157.8,33.2,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0009","61105",1,30.03644,-94.071091,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7287,83,304,365,0,3,"","","Certification not required",0,10.863593,5.776589,37,"2013-06-06 17:00",34,"2013-02-18 15:00",34,"2013-03-04 13:00",33,"2013-01-09 15:00","","","","",27,25,21,19,15,10,4,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0009","61106",1,30.03644,-94.071091,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7287,83,304,365,0,3,"","","Certification not required",0,21.448909,11.291423,79.6,"2013-06-21 05:00",79.2,"2013-01-10 01:00",78.5,"2013-08-22 16:00",78.3,"2013-04-02 23:00","","","","",64.3,56.6,45.9,35.2,25.1,18.9,10.9,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0009","62101",1,30.03644,-94.071091,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,3,"","","Certification not required",0,71.119116,12.697134,98,"2013-06-29 15:00",98,"2013-06-29 16:00",98,"2013-06-29 17:00",98,"2013-06-29 18:00","","","","",92,91,89,86,80,74,52,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0009","63301",1,30.03644,-94.071091,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7289,83,304,365,0,1,"","","Certification not required",3528,0.277895,0.390881,1.52,"2013-04-21 12:00",1.45,"2013-06-18 12:00",1.44,"2013-05-12 12:00",1.43,"2013-05-28 12:00","","","","",1.32,1.26,1.13,0.95,0.5,0.02,0.005,"Beaumont Downtown","1086 Vermont Avenue","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","42401",1,29.8975,-93.9911,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8327,95,349,365,0,433,1,"","Certification not required",0,6.232951,10.298428,103.3,"2013-01-23 01:00",65.3,"2013-07-07 03:00",52.6,"2013-04-14 14:00",50.3,"2013-12-19 19:00","","","","",50.3,41.6,22.7,16.7,7.3,2.5,0.3,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","42401",1,29.8975,-93.9911,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8327,95,349,365,0,433,"","","Certification not required",0,1.025171,3.412932,103.3,"2013-01-23 01:00",65.3,"2013-07-07 03:00",54,"2013-07-07 02:00",52.6,"2013-04-14 14:00","","","","",15.7,10,4.2,2,0.7,0.2,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","42401",1,29.8975,-93.9911,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",349,96,349,365,0,0,0,"","Certification not required",0,1.034957,1.640116,16.4,"2013-12-19 00:00",13.4,"2013-12-20 00:00",8.4,"2013-01-23 00:00",8.2,"2013-01-28 00:00","","","","",8.2,6.5,3.6,2.7,1.1,0.6,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","42401",1,29.8975,-93.9911,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2726,93,347,365,0,0,"",0,"Certification not required",0,1.003668,2.84122,54.7,"2013-01-23 02:00",44.7,"2013-12-19 20:00",38.2,"2013-03-29 23:00",29.8,"2013-12-20 11:00","","","","",13.2,9,4.5,2.3,0.8,0.2,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","42406",1,29.8975,-93.9911,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8327,95,349,365,0,433,"","","Certification not required",0,1.911409,6.327328,206,"2013-07-07 02:00",146.2,"2013-01-23 01:00",129.1,"2013-01-23 00:00",101.3,"2013-07-07 03:00","","","","",27.9,19.9,9.2,3.6,1.1,0.4,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","43173",1,29.8975,-93.9911,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43202",1,29.8975,-93.9911,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,16.025098,9.649711,42.42,"2013-02-15 00:00",38.18,"2013-02-27 00:00",36.58,"2013-05-04 00:00",33.38,"2013-01-22 00:00","","","","",42.42,38.18,36.58,30.22,21.18,13.14,6.24,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43203",1,29.8975,-93.9911,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",3,2.934314,2.283509,10,"2013-01-22 00:00",8.18,"2013-02-03 00:00",7.38,"2013-11-30 00:00",6.56,"2013-08-20 00:00","","","","",10,8.18,7.38,6.32,4.4,2.26,0.52,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43204",1,29.8975,-93.9911,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,14.417647,9.638572,38.28,"2013-02-15 00:00",36.27,"2013-01-22 00:00",33.57,"2013-09-13 00:00",33,"2013-02-27 00:00","","","","",38.28,36.27,33.57,29.28,20.19,12.36,4.53,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43205",1,29.8975,-93.9911,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",12,1.46,1.82353,10.35,"2013-04-16 00:00",5.52,"2013-04-10 00:00",5.43,"2013-05-28 00:00",3.87,"2013-01-28 00:00","","","","",10.35,5.52,5.43,3.3,1.8,1.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43206",1,29.8975,-93.9911,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",16,0.476471,0.387334,1.34,"2013-11-30 00:00",1.28,"2013-02-15 00:00",1.22,"2013-02-27 00:00",1.2,"2013-01-22 00:00","","","","",1.34,1.28,1.22,1.04,0.72,0.46,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43212",1,29.8975,-93.9911,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,20.713137,36.724365,269.48,"2013-09-07 00:00",36.92,"2013-02-15 00:00",36.16,"2013-09-25 00:00",35.56,"2013-09-13 00:00","","","","",269.48,36.92,36.16,33.84,24.92,13.8,6.56,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43214",1,29.8975,-93.9911,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,9.92549,10.654312,66,"2013-09-07 00:00",42.08,"2013-06-28 00:00",22.08,"2013-09-13 00:00",21.12,"2013-01-22 00:00","","","","",66,42.08,22.08,18.76,10.92,7.04,3.08,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43216",1,29.8975,-93.9911,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.472941,0.743993,4.68,"2013-09-07 00:00",2.16,"2013-04-16 00:00",1.56,"2013-10-01 00:00",1.16,"2013-05-04 00:00","","","","",4.68,2.16,1.56,0.88,0.6,0.24,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43217",1,29.8975,-93.9911,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",18,0.399608,0.485736,2.84,"2013-09-07 00:00",1.28,"2013-03-17 00:00",1.28,"2013-04-16 00:00",1.04,"2013-10-01 00:00","","","","",2.84,1.28,1.28,0.92,0.52,0.24,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43218",1,29.8975,-93.9911,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.268235,0.44024,2,"2013-10-25 00:00",1.52,"2013-07-03 00:00",1.32,"2013-10-13 00:00",1,"2013-05-22 00:00","","","","",2,1.52,1.32,0.88,0.4,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43220",1,29.8975,-93.9911,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,4.738235,3.127325,18.05,"2013-09-13 00:00",12.4,"2013-09-25 00:00",11.2,"2013-09-07 00:00",9.2,"2013-02-15 00:00","","","","",18.05,12.4,11.2,7.85,6,3.95,1.7,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43221",1,29.8975,-93.9911,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,11.87451,11.53461,76.3,"2013-09-07 00:00",31.25,"2013-09-13 00:00",29.35,"2013-05-04 00:00",27.1,"2013-09-25 00:00","","","","",76.3,31.25,29.35,18.85,14.7,8.75,3.5,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43224",1,29.8975,-93.9911,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",46,0.091176,0.132554,0.65,"2013-02-03 00:00",0.55,"2013-10-01 00:00",0.5,"2013-01-28 00:00",0.35,"2013-03-05 00:00","","","","",0.65,0.55,0.5,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43226",1,29.8975,-93.9911,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",18,0.346078,0.349835,1.35,"2013-05-04 00:00",1.1,"2013-06-28 00:00",1.1,"2013-09-25 00:00",1,"2013-09-01 00:00","","","","",1.35,1.1,1.1,0.9,0.55,0.2,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43227",1,29.8975,-93.9911,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.15,0.148997,0.6,"2013-05-04 00:00",0.55,"2013-09-25 00:00",0.5,"2013-06-28 00:00",0.45,"2013-09-01 00:00","","","","",0.6,0.55,0.5,0.4,0.2,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43228",1,29.8975,-93.9911,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.319608,0.395358,1.4,"2013-06-28 00:00",1.4,"2013-09-01 00:00",1.05,"2013-10-01 00:00",1,"2013-07-21 00:00","","","","",1.4,1.4,1.05,1,0.5,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43230",1,29.8975,-93.9911,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.4,1.142061,7.14,"2013-09-25 00:00",4.08,"2013-09-07 00:00",3.66,"2013-09-13 00:00",2.64,"2013-05-04 00:00","","","","",7.14,4.08,3.66,2.46,1.62,1.08,0.54,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43231",1,29.8975,-93.9911,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.951765,2.139851,14.7,"2013-09-25 00:00",6.12,"2013-09-13 00:00",4.02,"2013-11-30 00:00",3.66,"2013-01-22 00:00","","","","",14.7,6.12,4.02,3.6,2.16,1.32,0.66,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43232",1,29.8975,-93.9911,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.89902,0.666784,3.43,"2013-09-25 00:00",2.94,"2013-09-13 00:00",2.52,"2013-09-07 00:00",2.38,"2013-10-07 00:00","","","","",3.43,2.94,2.52,1.47,0.98,0.77,0.35,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43233",1,29.8975,-93.9911,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",3,0.613137,0.565054,2.8,"2013-09-25 00:00",2,"2013-10-07 00:00",1.92,"2013-09-07 00:00",1.76,"2013-01-22 00:00","","","","",2.8,2,1.92,1.6,0.8,0.4,0.16,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43234",1,29.8975,-93.9911,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43235",1,29.8975,-93.9911,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",21,0.311765,0.45421,2.43,"2013-09-25 00:00",1.62,"2013-09-13 00:00",1.44,"2013-10-07 00:00",0.99,"2013-01-22 00:00","","","","",2.43,1.62,1.44,0.72,0.36,0.18,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43238",1,29.8975,-93.9911,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",22,0.170588,0.241283,1.3,"2013-09-25 00:00",1,"2013-09-13 00:00",0.8,"2013-10-07 00:00",0.5,"2013-09-07 00:00","","","","",1.3,1,0.8,0.2,0.2,0.1,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43242",1,29.8975,-93.9911,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",21,0.231373,0.250392,1.15,"2013-09-13 00:00",1.05,"2013-09-25 00:00",0.85,"2013-09-07 00:00",0.65,"2013-05-04 00:00","","","","",1.15,1.05,0.85,0.5,0.3,0.15,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43243",1,29.8975,-93.9911,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",19,0.620588,0.784995,2.65,"2013-07-03 00:00",2.5,"2013-06-28 00:00",2.35,"2013-08-08 00:00",2.35,"2013-09-25 00:00","","","","",2.65,2.5,2.35,2,0.9,0.15,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43244",1,29.8975,-93.9911,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",30,0.252941,0.295461,1.2,"2013-09-25 00:00",0.96,"2013-09-13 00:00",0.84,"2013-02-15 00:00",0.84,"2013-03-23 00:00","","","","",1.2,0.96,0.84,0.6,0.42,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43247",1,29.8975,-93.9911,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",31,0.162157,0.369098,2.66,"2013-09-07 00:00",0.42,"2013-02-15 00:00",0.42,"2013-09-13 00:00",0.28,"2013-01-28 00:00","","","","",2.66,0.42,0.42,0.21,0.21,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43248",1,29.8975,-93.9911,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",12,1.007059,0.914246,4.38,"2013-09-13 00:00",3,"2013-09-07 00:00",2.82,"2013-09-25 00:00",2.22,"2013-05-04 00:00","","","","",4.38,3,2.82,2.04,1.5,0.9,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43249",1,29.8975,-93.9911,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",23,0.516667,0.601783,2.17,"2013-09-13 00:00",2.17,"2013-09-25 00:00",1.96,"2013-03-23 00:00",1.89,"2013-09-07 00:00","","","","",2.17,2.17,1.96,1.54,0.77,0.35,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43250",1,29.8975,-93.9911,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.069804,4.231901,30.24,"2013-09-07 00:00",4.4,"2013-01-28 00:00",2.4,"2013-02-03 00:00",2,"2013-01-22 00:00","","","","",30.24,4.4,2.4,1.04,0.64,0.24,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43252",1,29.8975,-93.9911,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",32,0.266667,0.803818,5.68,"2013-09-07 00:00",1.28,"2013-01-28 00:00",0.72,"2013-01-22 00:00",0.64,"2013-02-03 00:00","","","","",5.68,1.28,0.72,0.4,0.24,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43253",1,29.8975,-93.9911,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",17,0.228431,0.211607,0.96,"2013-09-25 00:00",0.72,"2013-09-07 00:00",0.72,"2013-09-13 00:00",0.72,"2013-10-07 00:00","","","","",0.96,0.72,0.72,0.48,0.32,0.16,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43261",1,29.8975,-93.9911,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",7,0.797451,0.92234,4.55,"2013-09-13 00:00",3.5,"2013-09-07 00:00",3.5,"2013-09-25 00:00",2.38,"2013-10-07 00:00","","","","",4.55,3.5,3.5,2.03,0.91,0.49,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43262",1,29.8975,-93.9911,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",2,0.891373,0.901812,5.76,"2013-09-25 00:00",3.06,"2013-09-13 00:00",2.46,"2013-09-07 00:00",1.92,"2013-10-07 00:00","","","","",5.76,3.06,2.46,1.56,1.02,0.66,0.3,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43263",1,29.8975,-93.9911,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",33,0.372745,0.544269,2.03,"2013-09-07 00:00",1.96,"2013-09-13 00:00",1.96,"2013-09-25 00:00",1.33,"2013-05-04 00:00","","","","",2.03,1.96,1.96,1.05,0.63,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43280",1,29.8975,-93.9911,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",10,1.052157,1.203195,7.88,"2013-09-07 00:00",4.04,"2013-04-16 00:00",1.92,"2013-10-25 00:00",1.88,"2013-01-10 00:00","","","","",7.88,4.04,1.92,1.72,1.24,0.92,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43282",1,29.8975,-93.9911,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",36,0.095098,0.084413,0.4,"2013-03-17 00:00",0.35,"2013-02-03 00:00",0.25,"2013-01-28 00:00",0.25,"2013-05-22 00:00","","","","",0.4,0.35,0.25,0.25,0.15,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43283",1,29.8975,-93.9911,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.051961,0.009802,0.1,"2013-02-21 00:00",0.1,"2013-07-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43284",1,29.8975,-93.9911,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",25,0.371569,0.726494,5.04,"2013-09-07 00:00",1.2,"2013-09-13 00:00",0.9,"2013-05-04 00:00",0.84,"2013-10-07 00:00","","","","",5.04,1.2,0.9,0.78,0.48,0.18,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43285",1,29.8975,-93.9911,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",3,1.938235,1.525048,7.2,"2013-09-25 00:00",7.08,"2013-09-07 00:00",5.7,"2013-09-13 00:00",3.78,"2013-10-07 00:00","","","","",7.2,7.08,5.7,3.72,2.34,1.56,0.54,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43289",1,29.8975,-93.9911,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43290",1,29.8975,-93.9911,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43291",1,29.8975,-93.9911,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",38,0.164902,0.349631,2.38,"2013-09-07 00:00",0.7,"2013-09-25 00:00",0.56,"2013-10-07 00:00",0.42,"2013-03-23 00:00","","","","",2.38,0.7,0.56,0.42,0.14,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43331",1,29.8975,-93.9911,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43801",1,29.8975,-93.9911,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.77549,0.15549,1.12,"2013-08-20 00:00",1.1,"2013-09-07 00:00",1.07,"2013-09-13 00:00",1.05,"2013-07-27 00:00","","","","",1.12,1.1,1.07,1.01,0.89,0.74,0.62,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43802",1,29.8975,-93.9911,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.05451,0.02023,0.11,"2013-09-25 00:00",0.08,"2013-02-15 00:00",0.08,"2013-05-04 00:00",0.07,"2013-01-10 00:00","","","","",0.11,0.08,0.08,0.07,0.07,0.06,0.04,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43803",1,29.8975,-93.9911,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.020392,0.014692,0.07,"2013-09-25 00:00",0.05,"2013-09-07 00:00",0.04,"2013-07-03 00:00",0.04,"2013-09-13 00:00","","","","",0.07,0.05,0.04,0.04,0.03,0.02,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43804",1,29.8975,-93.9911,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.092353,0.029434,0.19,"2013-05-10 00:00",0.14,"2013-05-22 00:00",0.13,"2013-05-04 00:00",0.11,"2013-01-10 00:00","","","","",0.19,0.14,0.13,0.11,0.1,0.09,0.08,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43811",1,29.8975,-93.9911,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.239608,0.016366,0.29,"2013-05-10 00:00",0.27,"2013-01-10 00:00",0.27,"2013-02-15 00:00",0.27,"2013-02-27 00:00","","","","",0.29,0.27,0.27,0.26,0.25,0.24,0.22,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43813",1,29.8975,-93.9911,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001176,0.006212,0.04,"2013-10-25 00:00",0.02,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.02,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43814",1,29.8975,-93.9911,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.023922,0.075049,0.54,"2013-10-25 00:00",0.08,"2013-07-03 00:00",0.04,"2013-01-22 00:00",0.02,"2013-01-04 00:00","","","","",0.54,0.08,0.04,0.02,0.02,0.02,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43815",1,29.8975,-93.9911,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.017647,0.024543,0.1,"2013-10-25 00:00",0.08,"2013-04-22 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-09 00:00","","","","",0.1,0.08,0.06,0.04,0.04,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43817",1,29.8975,-93.9911,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.009412,0.010847,0.04,"2013-01-22 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00","","","","",0.04,0.02,0.02,0.02,0.02,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43818",1,29.8975,-93.9911,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43819",1,29.8975,-93.9911,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000588,0.003106,0.02,"2013-01-04 00:00",0.01,"2013-11-18 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.01,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43820",1,29.8975,-93.9911,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43823",1,29.8975,-93.9911,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.530196,0.040521,0.61,"2013-01-10 00:00",0.58,"2013-02-15 00:00",0.58,"2013-02-21 00:00",0.58,"2013-02-27 00:00","","","","",0.61,0.58,0.58,0.57,0.55,0.54,0.49,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43824",1,29.8975,-93.9911,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001961,0.007217,0.04,"2013-02-15 00:00",0.02,"2013-01-22 00:00",0.02,"2013-07-03 00:00",0.02,"2013-10-25 00:00","","","","",0.04,0.02,0.02,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43826",1,29.8975,-93.9911,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43829",1,29.8975,-93.9911,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001176,0.005881,0.03,"2013-01-28 00:00",0.03,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43830",1,29.8975,-93.9911,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.006471,0.024966,0.15,"2013-05-10 00:00",0.09,"2013-05-22 00:00",0.03,"2013-01-22 00:00",0.03,"2013-07-09 00:00","","","","",0.15,0.09,0.03,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43831",1,29.8975,-93.9911,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001176,0.005881,0.03,"2013-05-10 00:00",0.03,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43843",1,29.8975,-93.9911,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43860",1,29.8975,-93.9911,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43954",1,29.8975,-93.9911,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",34,0.080784,0.061281,0.33,"2013-01-22 00:00",0.33,"2013-09-13 00:00",0.22,"2013-09-07 00:00",0.11,"2013-02-09 00:00","","","","",0.33,0.33,0.22,0.11,0.11,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","43960",1,29.8975,-93.9911,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",12,0.29098,0.266768,1.28,"2013-09-25 00:00",1.04,"2013-09-07 00:00",0.88,"2013-09-13 00:00",0.88,"2013-10-07 00:00","","","","",1.28,1.04,0.88,0.64,0.4,0.24,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","44201",1,29.8975,-93.9911,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8686,100,365,365,0,74,0,0,"Requested but not yet concurred",295,0.040403,0.013693,0.092,"2013-07-13 15:00",0.078,"2013-09-25 18:00",0.073,"2013-07-03 11:00",0.072,"2013-08-19 14:00","","","","",0.072,0.069,0.063,0.058,0.05,0.04,0.022,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","44201",1,29.8975,-93.9911,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,365,365,0,0,0,0,"Requested but not yet concurred",0,0.035611,0.012477,0.077,"2013-07-13 11:00",0.071,"2013-07-03 11:00",0.064,"2013-07-05 09:00",0.064,"2013-09-25 11:00","","","","",0.064,0.061,0.056,0.053,0.044,0.036,0.019,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","44201",1,29.8975,-93.9911,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8743,100,365,365,0,0,1,1,"Requested but not yet concurred",0,0.035611,0.012477,0.077,"2013-07-13 11:00",0.071,"2013-07-03 11:00",0.064,"2013-07-05 09:00",0.064,"2013-09-25 11:00","","","","",0.064,0.061,0.056,0.053,0.044,0.036,0.019,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0011","45109",1,29.8975,-93.9911,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.903529,0.776337,4.56,"2013-09-13 00:00",2.64,"2013-09-25 00:00",2.32,"2013-09-07 00:00",2.24,"2013-07-27 00:00","","","","",4.56,2.64,2.32,1.68,1.12,0.72,0.24,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45201",1,29.8975,-93.9911,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.124706,0.934859,4.56,"2013-09-13 00:00",4.02,"2013-02-15 00:00",3.96,"2013-10-31 00:00",3.72,"2013-04-22 00:00","","","","",4.56,4.02,3.96,3.48,2.7,2.04,1.2,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45202",1,29.8975,-93.9911,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,3.85,2.569067,8.75,"2013-01-22 00:00",8.47,"2013-05-10 00:00",8.4,"2013-02-15 00:00",8.4,"2013-05-04 00:00","","","","",8.75,8.47,8.4,7.91,5.88,3.5,1.12,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45203",1,29.8975,-93.9911,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.326275,0.426586,2.16,"2013-09-25 00:00",2,"2013-09-13 00:00",1.2,"2013-09-07 00:00",0.64,"2013-04-22 00:00","","","","",2.16,2,1.2,0.56,0.4,0.24,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45204",1,29.8975,-93.9911,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.326275,0.280727,1.6,"2013-09-13 00:00",1.12,"2013-09-25 00:00",0.8,"2013-09-07 00:00",0.72,"2013-07-27 00:00","","","","",1.6,1.12,0.8,0.64,0.4,0.24,0.08,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45207",1,29.8975,-93.9911,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",50,0.054314,0.030806,0.27,"2013-09-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45208",1,29.8975,-93.9911,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",34,0.172745,0.238664,1.08,"2013-09-13 00:00",0.99,"2013-09-25 00:00",0.72,"2013-10-07 00:00",0.63,"2013-07-27 00:00","","","","",1.08,0.99,0.72,0.45,0.18,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45209",1,29.8975,-93.9911,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",48,0.064706,0.060311,0.36,"2013-09-13 00:00",0.27,"2013-09-07 00:00",0.27,"2013-09-25 00:00",0.05,"2013-01-04 00:00","","","","",0.36,0.27,0.27,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45210",1,29.8975,-93.9911,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.015882,0.039047,0.18,"2013-09-07 00:00",0.09,"2013-01-10 00:00",0.09,"2013-03-23 00:00",0.09,"2013-04-22 00:00","","","","",0.18,0.09,0.09,0.09,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45211",1,29.8975,-93.9911,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.055098,0.025485,0.18,"2013-07-27 00:00",0.18,"2013-10-31 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45212",1,29.8975,-93.9911,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",41,0.094902,0.100983,0.45,"2013-07-27 00:00",0.45,"2013-09-07 00:00",0.27,"2013-02-21 00:00",0.27,"2013-03-23 00:00","","","","",0.45,0.45,0.27,0.27,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45213",1,29.8975,-93.9911,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",46,0.068039,0.064962,0.45,"2013-09-13 00:00",0.18,"2013-01-22 00:00",0.18,"2013-03-23 00:00",0.18,"2013-07-27 00:00","","","","",0.45,0.18,0.18,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45218",1,29.8975,-93.9911,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45219",1,29.8975,-93.9911,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",46,0.054902,0.015016,0.1,"2013-08-08 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-13 00:00",0.1,"2013-09-25 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45220",1,29.8975,-93.9911,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.352941,0.421252,1.76,"2013-01-16 00:00",1.6,"2013-01-22 00:00",1.6,"2013-02-21 00:00",0.96,"2013-01-28 00:00","","","","",1.76,1.6,1.6,0.8,0.56,0.24,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45225",1,29.8975,-93.9911,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.056863,0.035468,0.27,"2013-10-07 00:00",0.18,"2013-07-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","45801",1,29.8975,-93.9911,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.008235,0.043299,0.3,"2013-05-04 00:00",0.06,"2013-06-03 00:00",0.06,"2013-07-09 00:00",0,"2013-01-04 00:00","","","","",0.3,0.06,0.06,0,0,0,0,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0011","61101",1,29.8975,-93.9911,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7242,83,301,365,0,54,"","","Certification not required",0,5.92578,3.37515,23,"2013-01-30 14:00",21.7,"2013-01-30 13:00",20.6,"2013-03-24 12:00",20.3,"2013-03-24 13:00","","","","",15.9,14.5,12.3,10.6,7.9,5.4,2.1,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","61103",1,29.8975,-93.9911,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7241,83,300,365,0,55,"","","Certification not required",0,5.555351,3.355493,22.6,"2013-01-30 14:00",21.3,"2013-01-30 13:00",20.2,"2013-03-24 12:00",19.9,"2013-03-24 13:00","","","","",15.5,14.1,11.8,10.1,7.5,5,1.8,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","61104",1,29.8975,-93.9911,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7241,83,300,365,0,55,"","","Certification not required",0,171.558362,96.564885,359.9,"2013-02-22 23:00",359.9,"2013-03-25 00:00",359.9,"2013-06-03 06:00",359.9,"2013-06-04 06:00","","","","",356.5,353.9,344.6,326.8,219.9,169.9,34.5,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","61105",1,29.8975,-93.9911,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7242,83,301,365,0,54,"","","Certification not required",0,11.83499,6.003748,38,"2013-01-30 14:00",38,"2013-07-19 13:00",35,"2013-01-29 12:00",34,"2013-01-29 11:00","","","","",29,27,23,20,15,11,4,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","61106",1,29.8975,-93.9911,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7241,83,300,365,0,55,"","","Certification not required",0,20.961248,10.627008,79.3,"2013-04-05 15:00",79.3,"2013-09-06 23:00",78.8,"2013-01-11 05:00",78.2,"2013-07-14 15:00","","","","",65.2,57,43.6,33.1,23,18,12.3,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","62101",1,29.8975,-93.9911,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7288,83,304,365,0,8,"","","Certification not required",0,71.055571,12.513818,98,"2013-06-29 16:00",97,"2013-06-29 14:00",97,"2013-06-29 15:00",95,"2013-06-29 13:00","","","","",91,90,89,86,80,74,53,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0011","63301",1,29.8975,-93.9911,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7293,83,304,365,0,3,"","","Certification not required",3503,0.28787,0.402289,1.5,"2013-07-08 12:00",1.47,"2013-06-23 12:00",1.44,"2013-06-06 12:00",1.43,"2013-06-03 12:00","","","","",1.33,1.28,1.17,0.99,0.51,0.02,0.005,"Port Arthur West","623 Ellias Street","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0014","43173",1,29.961121,-93.895933,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43202",1,29.961121,-93.895933,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,15.004681,8.371772,38.26,"2013-01-22 00:00",35.6,"2013-02-27 00:00",31.96,"2013-11-30 00:00",27.58,"2013-05-04 00:00","","","","",38.26,38.26,31.96,26.5,19.34,14.2,4.56,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43203",1,29.961121,-93.895933,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",2,3.917447,3.175905,17.44,"2013-01-22 00:00",11.54,"2013-02-27 00:00",10.72,"2013-11-30 00:00",7.22,"2013-02-21 00:00","","","","",17.44,17.44,10.72,7.02,4.84,3.5,0.74,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43204",1,29.961121,-93.895933,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,18.999574,11.845675,60.84,"2013-01-22 00:00",48.24,"2013-03-29 00:00",43.35,"2013-11-30 00:00",36.09,"2013-03-23 00:00","","","","",60.84,60.84,43.35,33.84,24.72,16.53,7.14,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43205",1,29.961121,-93.895933,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,6.104681,4.397457,19.14,"2013-11-30 00:00",17.31,"2013-07-09 00:00",17.25,"2013-01-22 00:00",13.98,"2013-02-03 00:00","","","","",19.14,19.14,17.25,12.39,8.31,5.37,1.32,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43206",1,29.961121,-93.895933,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",17,0.521489,0.475385,1.88,"2013-11-30 00:00",1.42,"2013-01-22 00:00",1.28,"2013-02-15 00:00",1.22,"2013-02-27 00:00","","","","",1.88,1.88,1.28,1.22,0.8,0.44,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43212",1,29.961121,-93.895933,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,24.898723,20.788179,111.64,"2013-01-22 00:00",74.76,"2013-03-29 00:00",60.32,"2013-10-03 00:00",54.88,"2013-05-16 00:00","","","","",111.64,111.64,60.32,52.12,33.12,19.64,5.36,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43214",1,29.961121,-93.895933,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,17.701277,17.260284,107.76,"2013-03-23 00:00",43.68,"2013-01-22 00:00",38.96,"2013-02-09 00:00",35.4,"2013-03-29 00:00","","","","",107.76,107.76,38.96,33.24,22.96,12.96,3.76,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43216",1,29.961121,-93.895933,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",11,0.723191,0.633661,2.44,"2013-09-19 00:00",2.04,"2013-09-07 00:00",2,"2013-08-26 00:00",1.84,"2013-04-16 00:00","","","","",2.44,2.44,2,1.8,1.04,0.64,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43217",1,29.961121,-93.895933,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",14,0.522979,0.466499,1.72,"2013-08-14 00:00",1.64,"2013-09-19 00:00",1.4,"2013-09-07 00:00",1.36,"2013-08-26 00:00","","","","",1.72,1.72,1.4,1.24,0.84,0.44,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43218",1,29.961121,-93.895933,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,2.362553,4.591428,25.44,"2013-04-16 00:00",10.92,"2013-07-09 00:00",10.36,"2013-03-29 00:00",9.44,"2013-04-28 00:00","","","","",25.44,25.44,10.36,8.92,2.32,0.48,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43220",1,29.961121,-93.895933,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,5.412766,4.661504,27.05,"2013-09-19 00:00",13.05,"2013-03-23 00:00",12.2,"2013-01-28 00:00",11.6,"2013-07-03 00:00","","","","",27.05,27.05,12.2,10.2,7.9,4.3,1.1,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43221",1,29.961121,-93.895933,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,11.965957,10.046155,53.2,"2013-09-19 00:00",29.65,"2013-01-22 00:00",28.55,"2013-04-16 00:00",26.7,"2013-02-09 00:00","","","","",53.2,53.2,28.55,25.9,18.05,9.55,2.1,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43224",1,29.961121,-93.895933,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",38,0.189362,0.405792,2,"2013-08-14 00:00",1.9,"2013-11-20 00:00",0.65,"2013-06-15 00:00",0.65,"2013-07-03 00:00","","","","",2,2,0.65,0.45,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43226",1,29.961121,-93.895933,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.343617,0.491627,2,"2013-09-19 00:00",1.8,"2013-10-03 00:00",1.3,"2013-04-16 00:00",1.3,"2013-11-20 00:00","","","","",2,2,1.3,1.25,0.5,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43227",1,29.961121,-93.895933,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.181915,0.215796,0.95,"2013-10-03 00:00",0.9,"2013-09-19 00:00",0.55,"2013-03-23 00:00",0.5,"2013-04-16 00:00","","","","",0.95,0.95,0.55,0.5,0.25,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43228",1,29.961121,-93.895933,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",23,0.418085,0.594031,2.65,"2013-09-19 00:00",2.5,"2013-10-03 00:00",1.35,"2013-03-23 00:00",1.35,"2013-04-16 00:00","","","","",2.65,2.65,1.35,1.25,0.55,0.1,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43230",1,29.961121,-93.895933,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.737447,1.531749,8.34,"2013-09-19 00:00",4.8,"2013-08-26 00:00",4.02,"2013-10-03 00:00",3.6,"2013-09-07 00:00","","","","",8.34,8.34,4.02,3.42,2.64,1.26,0.36,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43231",1,29.961121,-93.895933,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,2.530213,2.293427,10.68,"2013-09-19 00:00",6.96,"2013-08-26 00:00",6.9,"2013-10-13 00:00",6.6,"2013-07-03 00:00","","","","",10.68,10.68,6.9,5.4,3.84,1.8,0.42,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43232",1,29.961121,-93.895933,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.161702,1.026159,4.48,"2013-10-13 00:00",3.57,"2013-09-19 00:00",3.43,"2013-11-20 00:00",2.8,"2013-07-03 00:00","","","","",4.48,4.48,3.43,2.8,1.4,0.91,0.28,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43233",1,29.961121,-93.895933,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",8,0.621277,0.732315,3.84,"2013-10-13 00:00",2.24,"2013-11-20 00:00",2.08,"2013-07-03 00:00",1.52,"2013-01-22 00:00","","","","",3.84,3.84,2.08,1.44,0.88,0.32,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43234",1,29.961121,-93.895933,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43235",1,29.961121,-93.895933,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.304468,0.445762,2.25,"2013-10-13 00:00",1.53,"2013-11-20 00:00",0.99,"2013-01-22 00:00",0.9,"2013-09-07 00:00","","","","",2.25,2.25,0.99,0.81,0.36,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43238",1,29.961121,-93.895933,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",24,0.193617,0.209973,0.8,"2013-01-28 00:00",0.7,"2013-01-10 00:00",0.7,"2013-01-22 00:00",0.6,"2013-11-20 00:00","","","","",0.8,0.8,0.7,0.5,0.3,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43242",1,29.961121,-93.895933,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",25,0.253191,0.281379,1.35,"2013-09-19 00:00",0.75,"2013-03-23 00:00",0.75,"2013-07-03 00:00",0.65,"2013-08-26 00:00","","","","",1.35,1.35,0.75,0.65,0.45,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43243",1,29.961121,-93.895933,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",19,0.404255,0.440705,1.6,"2013-07-27 00:00",1.4,"2013-07-03 00:00",1.25,"2013-06-09 00:00",1.25,"2013-08-14 00:00","","","","",1.6,1.6,1.25,1.2,0.6,0.2,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43244",1,29.961121,-93.895933,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.250851,0.319605,1.8,"2013-09-19 00:00",0.78,"2013-08-26 00:00",0.66,"2013-02-09 00:00",0.66,"2013-09-07 00:00","","","","",1.8,1.8,0.66,0.6,0.36,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43247",1,29.961121,-93.895933,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",16,0.362553,0.33529,1.19,"2013-09-19 00:00",1.19,"2013-10-03 00:00",1.12,"2013-05-10 00:00",0.91,"2013-03-23 00:00","","","","",1.19,1.19,1.12,0.91,0.49,0.28,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43248",1,29.961121,-93.895933,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",16,0.766383,0.787192,2.88,"2013-07-03 00:00",2.88,"2013-10-13 00:00",2.28,"2013-01-22 00:00",2.28,"2013-08-20 00:00","","","","",2.88,2.88,2.28,1.8,1.2,0.6,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43249",1,29.961121,-93.895933,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",15,0.730851,0.819084,3.29,"2013-09-19 00:00",2.52,"2013-10-13 00:00",2.52,"2013-11-20 00:00",2.45,"2013-08-26 00:00","","","","",3.29,3.29,2.52,2.17,0.98,0.42,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43250",1,29.961121,-93.895933,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.969362,2.061088,10.48,"2013-05-10 00:00",5.76,"2013-03-23 00:00",5.36,"2013-09-19 00:00",5.12,"2013-05-28 00:00","","","","",10.48,10.48,5.36,5.12,2.64,1.36,0.16,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43252",1,29.961121,-93.895933,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",10,0.861702,1.046598,4.88,"2013-09-19 00:00",3.68,"2013-05-10 00:00",2.96,"2013-08-26 00:00",2.4,"2013-03-23 00:00","","","","",4.88,4.88,2.96,2.24,1.2,0.48,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43253",1,29.961121,-93.895933,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",24,0.236596,0.278703,1.28,"2013-10-13 00:00",0.96,"2013-11-20 00:00",0.88,"2013-07-03 00:00",0.72,"2013-09-19 00:00","","","","",1.28,1.28,0.88,0.56,0.32,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43261",1,29.961121,-93.895933,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",3,0.868511,0.824468,3.5,"2013-10-13 00:00",2.94,"2013-11-20 00:00",2.87,"2013-07-03 00:00",2.17,"2013-08-20 00:00","","","","",3.5,3.5,2.87,1.96,1.05,0.63,0.21,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43262",1,29.961121,-93.895933,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.977872,0.768672,3.18,"2013-09-19 00:00",2.64,"2013-10-13 00:00",2.52,"2013-07-03 00:00",2.22,"2013-08-26 00:00","","","","",3.18,3.18,2.52,1.98,1.5,0.72,0.18,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43263",1,29.961121,-93.895933,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.582766,0.810718,2.87,"2013-09-19 00:00",2.66,"2013-08-26 00:00",2.17,"2013-11-20 00:00",2.1,"2013-10-13 00:00","","","","",2.87,2.87,2.17,1.96,0.91,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43280",1,29.961121,-93.895933,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",6,2.098298,1.661718,7.88,"2013-03-29 00:00",5.28,"2013-01-22 00:00",5.16,"2013-04-16 00:00",4.8,"2013-01-28 00:00","","","","",7.88,7.88,5.16,4.44,3.12,1.72,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43282",1,29.961121,-93.895933,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",35,0.096809,0.129968,0.85,"2013-08-14 00:00",0.35,"2013-09-19 00:00",0.25,"2013-03-23 00:00",0.25,"2013-11-20 00:00","","","","",0.85,0.85,0.25,0.2,0.1,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43283",1,29.961121,-93.895933,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",39,0.106383,0.226892,1.55,"2013-11-20 00:00",0.35,"2013-03-23 00:00",0.35,"2013-09-19 00:00",0.3,"2013-04-16 00:00","","","","",1.55,1.55,0.35,0.15,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43284",1,29.961121,-93.895933,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",20,0.664681,0.833544,3.48,"2013-09-19 00:00",3.36,"2013-10-03 00:00",2.22,"2013-01-22 00:00",2.16,"2013-09-07 00:00","","","","",3.48,3.48,2.22,1.68,1.02,0.36,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43285",1,29.961121,-93.895933,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",2,2.42383,2.335542,13.56,"2013-09-19 00:00",6.42,"2013-08-26 00:00",5.52,"2013-09-07 00:00",5.28,"2013-10-03 00:00","","","","",13.56,13.56,5.52,4.8,3.84,1.74,0.42,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43289",1,29.961121,-93.895933,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",43,0.064894,0.054449,0.3,"2013-09-19 00:00",0.3,"2013-11-20 00:00",0.18,"2013-09-07 00:00",0.12,"2013-05-10 00:00","","","","",0.3,0.3,0.18,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43290",1,29.961121,-93.895933,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",44,0.055745,0.023382,0.18,"2013-11-20 00:00",0.12,"2013-09-07 00:00",0.12,"2013-09-19 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.12,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43291",1,29.961121,-93.895933,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",29,0.276596,0.359603,1.33,"2013-09-19 00:00",1.26,"2013-05-10 00:00",1.05,"2013-08-26 00:00",0.98,"2013-09-07 00:00","","","","",1.33,1.33,1.05,0.84,0.49,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43331",1,29.961121,-93.895933,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43801",1,29.961121,-93.895933,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.706383,0.121734,1,"2013-07-27 00:00",0.96,"2013-10-13 00:00",0.95,"2013-09-07 00:00",0.94,"2013-09-19 00:00","","","","",1,1,0.95,0.9,0.78,0.67,0.57,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43802",1,29.961121,-93.895933,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.058298,0.028538,0.17,"2013-11-30 00:00",0.13,"2013-01-22 00:00",0.08,"2013-02-03 00:00",0.08,"2013-02-15 00:00","","","","",0.17,0.17,0.08,0.08,0.07,0.06,0.04,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43803",1,29.961121,-93.895933,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.025319,0.0202,0.08,"2013-02-09 00:00",0.06,"2013-02-21 00:00",0.05,"2013-02-15 00:00",0.05,"2013-03-29 00:00","","","","",0.08,0.08,0.05,0.05,0.04,0.03,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43804",1,29.961121,-93.895933,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.077872,0.039779,0.14,"2013-05-22 00:00",0.13,"2013-05-28 00:00",0.11,"2013-06-21 00:00",0.1,"2013-01-10 00:00","","","","",0.14,0.14,0.11,0.1,0.1,0.09,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43811",1,29.961121,-93.895933,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.238085,0.015271,0.28,"2013-01-04 00:00",0.27,"2013-02-27 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-15 00:00","","","","",0.28,0.28,0.26,0.26,0.24,0.24,0.22,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43813",1,29.961121,-93.895933,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.000426,0.002917,0.02,"2013-10-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43814",1,29.961121,-93.895933,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.010213,0.016614,0.08,"2013-06-15 00:00",0.06,"2013-01-22 00:00",0.04,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.08,0.08,0.04,0.02,0.02,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43815",1,29.961121,-93.895933,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.041702,0.148899,1.02,"2013-04-22 00:00",0.14,"2013-01-22 00:00",0.08,"2013-06-15 00:00",0.06,"2013-02-15 00:00","","","","",1.02,1.02,0.08,0.06,0.04,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43817",1,29.961121,-93.895933,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.013191,0.015757,0.08,"2013-03-05 00:00",0.04,"2013-01-22 00:00",0.04,"2013-02-15 00:00",0.04,"2013-08-20 00:00","","","","",0.08,0.08,0.04,0.02,0.02,0.02,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43818",1,29.961121,-93.895933,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.000426,0.002917,0.02,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43819",1,29.961121,-93.895933,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.001915,0.005372,0.02,"2013-06-03 00:00",0.02,"2013-09-19 00:00",0.02,"2013-11-20 00:00",0.01,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43820",1,29.961121,-93.895933,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43823",1,29.961121,-93.895933,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.528298,0.038635,0.6,"2013-01-04 00:00",0.59,"2013-01-10 00:00",0.58,"2013-01-16 00:00",0.58,"2013-02-27 00:00","","","","",0.6,0.6,0.58,0.57,0.55,0.54,0.48,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43824",1,29.961121,-93.895933,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.008511,0.032234,0.2,"2013-02-21 00:00",0.08,"2013-03-05 00:00",0.06,"2013-08-20 00:00",0.02,"2013-01-22 00:00","","","","",0.2,0.2,0.06,0.02,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43826",1,29.961121,-93.895933,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.000426,0.002917,0.02,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43829",1,29.961121,-93.895933,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.00383,0.011897,0.06,"2013-04-04 00:00",0.03,"2013-01-28 00:00",0.03,"2013-03-05 00:00",0.03,"2013-03-17 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43830",1,29.961121,-93.895933,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43831",1,29.961121,-93.895933,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.000638,0.004376,0.03,"2013-05-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43843",1,29.961121,-93.895933,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43860",1,29.961121,-93.895933,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43954",1,29.961121,-93.895933,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",28,0.10234,0.110123,0.66,"2013-01-28 00:00",0.44,"2013-01-22 00:00",0.22,"2013-02-09 00:00",0.22,"2013-03-23 00:00","","","","",0.66,0.66,0.22,0.22,0.11,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","43960",1,29.961121,-93.895933,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",20,0.341277,0.409027,1.92,"2013-10-13 00:00",1.28,"2013-07-03 00:00",1.28,"2013-11-20 00:00",0.96,"2013-02-09 00:00","","","","",1.92,1.92,1.28,0.96,0.56,0.16,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45109",1,29.961121,-93.895933,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.234043,0.980895,4.32,"2013-11-20 00:00",3.44,"2013-10-13 00:00",3.2,"2013-09-19 00:00",2.72,"2013-10-03 00:00","","","","",4.32,4.32,3.2,2.64,1.76,0.88,0.32,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45201",1,29.961121,-93.895933,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,3.939574,5.482033,35.16,"2013-11-20 00:00",15.12,"2013-09-19 00:00",10.44,"2013-02-09 00:00",9.3,"2013-03-23 00:00","","","","",35.16,35.16,10.44,7.98,3.84,2.7,0.78,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45202",1,29.961121,-93.895933,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,10.656383,7.928444,33.81,"2013-02-03 00:00",32.34,"2013-01-28 00:00",29.75,"2013-01-10 00:00",23.03,"2013-01-22 00:00","","","","",33.81,33.81,29.75,21.07,14.42,8.89,1.82,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45203",1,29.961121,-93.895933,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.415319,0.407798,1.6,"2013-09-19 00:00",1.44,"2013-11-20 00:00",1.28,"2013-10-03 00:00",1.28,"2013-10-13 00:00","","","","",1.6,1.6,1.28,1.2,0.56,0.32,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45204",1,29.961121,-93.895933,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.411915,0.319556,1.28,"2013-11-20 00:00",1.12,"2013-10-13 00:00",1.04,"2013-02-03 00:00",1.04,"2013-10-03 00:00","","","","",1.28,1.28,1.04,0.88,0.56,0.32,0.08,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45207",1,29.961121,-93.895933,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",42,0.06383,0.040516,0.18,"2013-01-22 00:00",0.18,"2013-01-28 00:00",0.18,"2013-09-19 00:00",0.18,"2013-10-13 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45208",1,29.961121,-93.895933,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.225957,0.270351,1.26,"2013-10-03 00:00",0.9,"2013-09-07 00:00",0.81,"2013-09-19 00:00",0.63,"2013-05-28 00:00","","","","",1.26,1.26,0.81,0.63,0.36,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45209",1,29.961121,-93.895933,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",37,0.091064,0.088323,0.45,"2013-02-03 00:00",0.27,"2013-09-07 00:00",0.27,"2013-09-19 00:00",0.27,"2013-10-13 00:00","","","","",0.45,0.45,0.27,0.27,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45210",1,29.961121,-93.895933,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.019149,0.041694,0.18,"2013-11-20 00:00",0.09,"2013-02-09 00:00",0.09,"2013-03-23 00:00",0.09,"2013-05-10 00:00","","","","",0.18,0.18,0.09,0.09,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45211",1,29.961121,-93.895933,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",43,0.070638,0.074262,0.45,"2013-02-03 00:00",0.27,"2013-05-28 00:00",0.27,"2013-10-03 00:00",0.18,"2013-01-28 00:00","","","","",0.45,0.45,0.27,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45212",1,29.961121,-93.895933,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",27,0.174255,0.181045,0.72,"2013-01-22 00:00",0.63,"2013-09-07 00:00",0.63,"2013-10-03 00:00",0.54,"2013-09-19 00:00","","","","",0.72,0.72,0.63,0.45,0.27,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45213",1,29.961121,-93.895933,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",35,0.100426,0.095028,0.45,"2013-02-03 00:00",0.27,"2013-01-10 00:00",0.27,"2013-01-22 00:00",0.27,"2013-05-28 00:00","","","","",0.45,0.45,0.27,0.27,0.18,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45218",1,29.961121,-93.895933,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",45,0.054255,0.022912,0.2,"2013-01-22 00:00",0.1,"2013-01-28 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45219",1,29.961121,-93.895933,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",40,0.059574,0.026862,0.2,"2013-09-07 00:00",0.1,"2013-03-23 00:00",0.1,"2013-04-16 00:00",0.1,"2013-08-26 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45220",1,29.961121,-93.895933,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.388085,0.6902,3.12,"2013-02-03 00:00",2.32,"2013-01-22 00:00",2.08,"2013-01-10 00:00",1.68,"2013-01-28 00:00","","","","",3.12,3.12,2.08,1.36,0.56,0.08,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45225",1,29.961121,-93.895933,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",42,0.065745,0.047628,0.27,"2013-10-03 00:00",0.18,"2013-04-16 00:00",0.18,"2013-05-22 00:00",0.18,"2013-05-28 00:00","","","","",0.27,0.27,0.18,0.18,0.05,0.05,0.05,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","45801",1,29.961121,-93.895933,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.010213,0.03145,0.18,"2013-05-04 00:00",0.06,"2013-04-22 00:00",0.06,"2013-06-03 00:00",0.06,"2013-07-27 00:00","","","","",0.18,0.18,0.06,0.06,0,0,0,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0014","61101",1,29.961121,-93.895933,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,6.671771,2.81897,18.8,"2013-01-30 13:00",17,"2013-02-25 19:00",16.8,"2013-01-30 12:00",16.6,"2013-03-04 13:00","","","","",13.7,12.9,11.7,10.5,8.5,6.6,3,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0014","61103",1,29.961121,-93.895933,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,6.278297,2.850261,18.3,"2013-01-30 13:00",16.6,"2013-02-25 19:00",16.3,"2013-01-30 12:00",16.2,"2013-02-06 19:00","","","","",13.3,12.6,11.4,10,8.1,6.2,2.5,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0014","61104",1,29.961121,-93.895933,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,184.061818,86.259491,359.8,"2013-02-22 02:00",359.5,"2013-09-21 09:00",359.3,"2013-05-12 18:00",359.1,"2013-04-22 07:00","","","","",352,345.2,336,323.8,243.6,170,81.8,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0014","61105",1,29.961121,-93.895933,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,12.593364,5.11199,38,"2013-02-20 08:00",36,"2013-10-31 08:00",35,"2013-01-30 13:00",33,"2013-02-25 19:00","","","","",26,24,22,19,16,12,6,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0014","61106",1,29.961121,-93.895933,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,19.034467,10.809605,78.8,"2013-02-14 14:00",77.6,"2013-10-12 20:00",77.5,"2013-07-02 05:00",77.1,"2013-07-17 21:00","","","","",65.2,56.2,42.6,31.3,21.3,15.5,10.9,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0014","62101",1,29.961121,-93.895933,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7295,83,304,365,0,1,"","","Certification not required",0,72.654969,12.99609,100,"2013-06-27 12:00",99,"2013-06-22 10:00",99,"2013-06-28 14:00",99,"2013-06-28 16:00","","","","",95,94,91,88,82,76,53,"Groves","3355 Grandview Ave & 32nd St","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0017","43173",1,29.9825,-93.95281,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43202",1,29.9825,-93.95281,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,15.556786,8.476199,49.6,"2013-09-25 00:00",35.62,"2013-02-27 00:00",33.68,"2013-01-22 00:00",30.22,"2013-02-15 00:00","","","","",49.6,35.62,33.68,26.46,19.56,13.42,7.54,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43203",1,29.9825,-93.95281,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",2,4.450714,7.635086,55.88,"2013-04-16 00:00",12.24,"2013-09-07 00:00",11.36,"2013-11-30 00:00",10.14,"2013-05-10 00:00","","","","",55.88,12.24,11.36,9.22,5.32,2.54,0.74,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43204",1,29.9825,-93.95281,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,14.025,11.731746,78.3,"2013-09-25 00:00",33.15,"2013-02-27 00:00",31.26,"2013-01-22 00:00",27.6,"2013-01-16 00:00","","","","",78.3,33.15,31.26,26.34,17.97,12.12,3.75,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43205",1,29.9825,-93.95281,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",16,1.020893,1.006207,3.84,"2013-08-26 00:00",3.81,"2013-08-20 00:00",3.45,"2013-11-30 00:00",3.21,"2013-02-21 00:00","","","","",3.84,3.81,3.45,2.07,1.56,0.78,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43206",1,29.9825,-93.95281,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",10,0.594643,0.443379,1.7,"2013-11-30 00:00",1.62,"2013-07-03 00:00",1.56,"2013-01-22 00:00",1.42,"2013-02-15 00:00","","","","",1.7,1.62,1.56,1.28,0.82,0.52,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43212",1,29.9825,-93.95281,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,11.00875,9.68159,65.48,"2013-09-25 00:00",28.64,"2013-01-10 00:00",21.84,"2013-11-30 00:00",21.64,"2013-02-21 00:00","","","","",65.48,28.64,21.84,19.68,14.92,9.28,2.76,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43214",1,29.9825,-93.95281,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,6.169286,4.407207,30.12,"2013-09-25 00:00",15.4,"2013-01-22 00:00",13.52,"2013-11-30 00:00",10.04,"2013-01-16 00:00","","","","",30.12,15.4,13.52,9.8,7.76,5.8,1.92,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43216",1,29.9825,-93.95281,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",17,0.745179,0.910119,3.92,"2013-01-10 00:00",3.36,"2013-03-29 00:00",2.84,"2013-08-26 00:00",2.48,"2013-08-20 00:00","","","","",3.92,3.36,2.84,2.2,1.04,0.4,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43217",1,29.9825,-93.95281,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",19,0.874107,1.058018,5,"2013-08-26 00:00",3.32,"2013-03-29 00:00",2.84,"2013-09-07 00:00",2.6,"2013-03-17 00:00","","","","",5,3.32,2.84,2.32,1.36,0.44,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43218",1,29.9825,-93.95281,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,5.418571,6.816075,32.32,"2013-08-26 00:00",23.8,"2013-09-07 00:00",21.32,"2013-10-25 00:00",19.8,"2013-09-19 00:00","","","","",32.32,23.8,21.32,13.68,7.44,3.08,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43220",1,29.9825,-93.95281,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,3.176786,4.790663,36.85,"2013-09-25 00:00",5.5,"2013-10-07 00:00",5.4,"2013-10-13 00:00",5.05,"2013-10-31 00:00","","","","",36.85,5.5,5.4,4.95,3.6,2.45,0.7,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43221",1,29.9825,-93.95281,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,5.135714,5.876817,44.25,"2013-09-25 00:00",10.85,"2013-02-15 00:00",8.95,"2013-09-14 00:00",8.45,"2013-02-27 00:00","","","","",44.25,10.85,8.95,8.35,6.9,4.15,1.25,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43224",1,29.9825,-93.95281,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",44,0.224107,0.43568,2.15,"2013-10-25 00:00",1.55,"2013-03-29 00:00",1.35,"2013-07-03 00:00",1.3,"2013-01-22 00:00","","","","",2.15,1.55,1.35,0.7,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43226",1,29.9825,-93.95281,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",51,0.061607,0.047665,0.3,"2013-09-25 00:00",0.3,"2013-10-25 00:00",0.1,"2013-01-10 00:00",0.1,"2013-06-27 00:00","","","","",0.3,0.3,0.1,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43227",1,29.9825,-93.95281,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43228",1,29.9825,-93.95281,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",53,0.053571,0.016116,0.15,"2013-10-25 00:00",0.1,"2013-06-21 00:00",0.1,"2013-10-01 00:00",0.05,"2013-01-04 00:00","","","","",0.15,0.1,0.1,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43230",1,29.9825,-93.95281,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",3,0.797679,0.871371,6.12,"2013-09-25 00:00",2.64,"2013-09-14 00:00",1.8,"2013-10-13 00:00",1.62,"2013-10-07 00:00","","","","",6.12,2.64,1.8,1.38,1.02,0.6,0.18,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43231",1,29.9825,-93.95281,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.448571,1.853617,10.62,"2013-09-25 00:00",8.16,"2013-09-14 00:00",4.68,"2013-10-25 00:00",4.32,"2013-10-13 00:00","","","","",10.62,8.16,4.68,2.58,1.68,1.08,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43232",1,29.9825,-93.95281,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",4,0.483571,0.407027,3.01,"2013-09-25 00:00",0.91,"2013-10-07 00:00",0.84,"2013-05-10 00:00",0.84,"2013-08-02 00:00","","","","",3.01,0.91,0.84,0.77,0.63,0.49,0.14,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43233",1,29.9825,-93.95281,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",14,0.2825,0.25071,1.28,"2013-09-25 00:00",1.04,"2013-05-10 00:00",0.8,"2013-01-10 00:00",0.64,"2013-04-28 00:00","","","","",1.28,1.04,0.8,0.56,0.4,0.24,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43234",1,29.9825,-93.95281,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43235",1,29.9825,-93.95281,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.085357,0.113281,0.81,"2013-09-25 00:00",0.27,"2013-09-14 00:00",0.27,"2013-10-31 00:00",0.18,"2013-02-15 00:00","","","","",0.81,0.27,0.27,0.18,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43238",1,29.9825,-93.95281,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",39,0.08125,0.072339,0.5,"2013-09-25 00:00",0.2,"2013-02-15 00:00",0.2,"2013-08-26 00:00",0.2,"2013-09-14 00:00","","","","",0.5,0.2,0.2,0.2,0.1,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43242",1,29.9825,-93.95281,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",31,0.140179,0.217511,1.6,"2013-09-25 00:00",0.45,"2013-10-07 00:00",0.25,"2013-01-10 00:00",0.25,"2013-01-16 00:00","","","","",1.6,0.45,0.25,0.25,0.15,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43243",1,29.9825,-93.95281,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",19,0.660714,0.823723,3.65,"2013-07-03 00:00",3.15,"2013-09-25 00:00",2.65,"2013-06-03 00:00",2.45,"2013-07-27 00:00","","","","",3.65,3.15,2.65,1.45,1,0.25,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43244",1,29.9825,-93.95281,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",39,0.126964,0.207898,1.5,"2013-09-25 00:00",0.42,"2013-02-15 00:00",0.3,"2013-01-10 00:00",0.3,"2013-09-07 00:00","","","","",1.5,0.42,0.3,0.24,0.18,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43247",1,29.9825,-93.95281,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.073214,0.06918,0.49,"2013-09-25 00:00",0.21,"2013-02-15 00:00",0.21,"2013-10-07 00:00",0.14,"2013-01-10 00:00","","","","",0.49,0.21,0.21,0.14,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43248",1,29.9825,-93.95281,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",29,0.726607,1.785752,12.12,"2013-09-14 00:00",4.74,"2013-05-10 00:00",4.14,"2013-09-25 00:00",1.74,"2013-10-13 00:00","","","","",12.12,4.74,4.14,1.5,0.6,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43249",1,29.9825,-93.95281,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",12,0.321964,0.309964,2.17,"2013-09-25 00:00",0.77,"2013-10-07 00:00",0.7,"2013-10-31 00:00",0.63,"2013-09-07 00:00","","","","",2.17,0.77,0.7,0.56,0.42,0.28,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43250",1,29.9825,-93.95281,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.152857,0.215354,1.2,"2013-02-15 00:00",0.64,"2013-09-25 00:00",0.56,"2013-10-01 00:00",0.48,"2013-02-21 00:00","","","","",1.2,0.64,0.56,0.4,0.24,0.08,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43252",1,29.9825,-93.95281,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.073393,0.058318,0.32,"2013-02-15 00:00",0.24,"2013-09-25 00:00",0.24,"2013-11-06 00:00",0.16,"2013-01-10 00:00","","","","",0.32,0.24,0.24,0.16,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43253",1,29.9825,-93.95281,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",41,0.085179,0.063389,0.32,"2013-05-10 00:00",0.24,"2013-01-10 00:00",0.24,"2013-10-07 00:00",0.16,"2013-01-16 00:00","","","","",0.32,0.24,0.24,0.16,0.16,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43261",1,29.9825,-93.95281,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",8,0.449643,0.58303,4.34,"2013-09-25 00:00",1.33,"2013-10-07 00:00",0.84,"2013-10-13 00:00",0.7,"2013-02-27 00:00","","","","",4.34,1.33,0.84,0.63,0.56,0.42,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43262",1,29.9825,-93.95281,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",7,0.54625,0.672587,4.68,"2013-09-25 00:00",1.74,"2013-09-14 00:00",1.56,"2013-10-13 00:00",1.38,"2013-10-25 00:00","","","","",4.68,1.74,1.56,1.08,0.66,0.42,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43263",1,29.9825,-93.95281,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",43,0.160893,0.307318,2.1,"2013-09-25 00:00",0.63,"2013-02-15 00:00",0.56,"2013-08-20 00:00",0.56,"2013-09-07 00:00","","","","",2.1,0.63,0.56,0.49,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43280",1,29.9825,-93.95281,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",14,1.5575,1.830804,8.04,"2013-01-10 00:00",7.52,"2013-08-26 00:00",5.36,"2013-09-07 00:00",5.08,"2013-02-21 00:00","","","","",8.04,7.52,5.36,4.2,2.44,1,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43282",1,29.9825,-93.95281,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",42,0.115179,0.135486,0.65,"2013-01-22 00:00",0.55,"2013-03-29 00:00",0.4,"2013-08-26 00:00",0.4,"2013-09-07 00:00","","","","",0.65,0.55,0.4,0.35,0.15,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43283",1,29.9825,-93.95281,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.05625,0.046771,0.4,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.4,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43284",1,29.9825,-93.95281,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",42,0.136071,0.229281,1.5,"2013-09-25 00:00",0.72,"2013-02-15 00:00",0.54,"2013-10-07 00:00",0.36,"2013-01-10 00:00","","","","",1.5,0.72,0.54,0.36,0.12,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43285",1,29.9825,-93.95281,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",14,0.939286,1.186691,8.28,"2013-09-25 00:00",2.46,"2013-10-07 00:00",1.98,"2013-09-14 00:00",1.98,"2013-10-13 00:00","","","","",8.28,2.46,1.98,1.74,1.44,0.78,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43289",1,29.9825,-93.95281,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43290",1,29.9825,-93.95281,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43291",1,29.9825,-93.95281,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",51,0.059286,0.031093,0.21,"2013-11-30 00:00",0.14,"2013-01-16 00:00",0.14,"2013-06-09 00:00",0.14,"2013-10-07 00:00","","","","",0.21,0.14,0.14,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43331",1,29.9825,-93.95281,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43801",1,29.9825,-93.95281,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.721964,0.112321,0.99,"2013-08-26 00:00",0.93,"2013-09-07 00:00",0.93,"2013-09-14 00:00",0.92,"2013-10-13 00:00","","","","",0.99,0.93,0.93,0.88,0.79,0.69,0.6,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43802",1,29.9825,-93.95281,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.059464,0.01182,0.09,"2013-09-25 00:00",0.08,"2013-02-09 00:00",0.08,"2013-02-15 00:00",0.08,"2013-05-04 00:00","","","","",0.09,0.08,0.08,0.07,0.07,0.06,0.04,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43803",1,29.9825,-93.95281,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.0275,0.017914,0.07,"2013-11-30 00:00",0.06,"2013-04-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-03-17 00:00","","","","",0.07,0.06,0.05,0.05,0.04,0.03,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43804",1,29.9825,-93.95281,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.089643,0.027763,0.16,"2013-04-28 00:00",0.11,"2013-01-04 00:00",0.11,"2013-02-15 00:00",0.11,"2013-03-29 00:00","","","","",0.16,0.11,0.11,0.11,0.1,0.09,0.08,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43811",1,29.9825,-93.95281,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,0.235179,0.030211,0.29,"2013-05-10 00:00",0.28,"2013-01-04 00:00",0.28,"2013-02-27 00:00",0.26,"2013-02-03 00:00","","","","",0.29,0.28,0.28,0.25,0.25,0.24,0.21,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43813",1,29.9825,-93.95281,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43814",1,29.9825,-93.95281,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.0075,0.011794,0.04,"2013-01-22 00:00",0.04,"2013-06-15 00:00",0.04,"2013-09-14 00:00",0.02,"2013-01-10 00:00","","","","",0.04,0.04,0.04,0.02,0.02,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43815",1,29.9825,-93.95281,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.0175,0.025027,0.08,"2013-01-22 00:00",0.08,"2013-02-03 00:00",0.08,"2013-09-14 00:00",0.06,"2013-05-10 00:00","","","","",0.08,0.08,0.08,0.06,0.04,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43817",1,29.9825,-93.95281,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.0075,0.010488,0.04,"2013-10-25 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.02,0.02,0.02,0.02,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43818",1,29.9825,-93.95281,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43819",1,29.9825,-93.95281,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.002143,0.004941,0.02,"2013-04-04 00:00",0.02,"2013-10-19 00:00",0.01,"2013-01-16 00:00",0.01,"2013-01-22 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43820",1,29.9825,-93.95281,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43823",1,29.9825,-93.95281,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.529643,0.042253,0.6,"2013-01-04 00:00",0.6,"2013-02-27 00:00",0.6,"2013-05-10 00:00",0.58,"2013-01-16 00:00","","","","",0.6,0.6,0.6,0.57,0.56,0.54,0.48,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43824",1,29.9825,-93.95281,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.003571,0.007729,0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43826",1,29.9825,-93.95281,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001071,0.004544,0.02,"2013-01-10 00:00",0.02,"2013-05-16 00:00",0.02,"2013-07-27 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43829",1,29.9825,-93.95281,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.006429,0.033706,0.24,"2013-02-03 00:00",0.06,"2013-02-15 00:00",0.06,"2013-03-11 00:00",0,"2013-01-04 00:00","","","","",0.24,0.06,0.06,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43830",1,29.9825,-93.95281,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.008036,0.030536,0.21,"2013-04-28 00:00",0.06,"2013-01-22 00:00",0.06,"2013-07-03 00:00",0.03,"2013-01-10 00:00","","","","",0.21,0.06,0.06,0.03,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43831",1,29.9825,-93.95281,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001071,0.005618,0.03,"2013-06-03 00:00",0.03,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43843",1,29.9825,-93.95281,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43860",1,29.9825,-93.95281,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43954",1,29.9825,-93.95281,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",40,0.080893,0.074132,0.44,"2013-09-25 00:00",0.33,"2013-02-09 00:00",0.33,"2013-03-17 00:00",0.11,"2013-02-15 00:00","","","","",0.44,0.33,0.33,0.11,0.11,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","43960",1,29.9825,-93.95281,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",35,0.118393,0.12581,0.8,"2013-09-25 00:00",0.4,"2013-05-10 00:00",0.32,"2013-01-10 00:00",0.32,"2013-10-07 00:00","","","","",0.8,0.4,0.32,0.24,0.16,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45109",1,29.9825,-93.95281,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.665714,0.488913,2.96,"2013-09-25 00:00",2,"2013-01-10 00:00",1.6,"2013-10-07 00:00",1.28,"2013-01-22 00:00","","","","",2.96,2,1.6,1.12,0.8,0.56,0.16,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45201",1,29.9825,-93.95281,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.517143,0.748851,3.72,"2013-09-25 00:00",3.42,"2013-01-22 00:00",2.64,"2013-01-10 00:00",2.58,"2013-02-21 00:00","","","","",3.72,3.42,2.64,2.34,1.98,1.5,0.66,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45202",1,29.9825,-93.95281,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.265,0.727934,4.83,"2013-09-25 00:00",2.38,"2013-06-21 00:00",2.24,"2013-05-10 00:00",2.24,"2013-10-07 00:00","","","","",4.83,2.38,2.24,2.1,1.68,1.12,0.56,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45203",1,29.9825,-93.95281,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.262857,0.265424,1.2,"2013-09-25 00:00",0.8,"2013-01-10 00:00",0.8,"2013-04-16 00:00",0.8,"2013-04-28 00:00","","","","",1.2,0.8,0.8,0.56,0.4,0.24,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45204",1,29.9825,-93.95281,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.2,0.17921,0.96,"2013-09-25 00:00",0.72,"2013-01-10 00:00",0.48,"2013-01-22 00:00",0.48,"2013-06-21 00:00","","","","",0.96,0.72,0.48,0.48,0.24,0.16,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45207",1,29.9825,-93.95281,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45208",1,29.9825,-93.95281,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",49,0.095179,0.151813,0.81,"2013-01-10 00:00",0.81,"2013-09-25 00:00",0.36,"2013-10-07 00:00",0.27,"2013-02-15 00:00","","","","",0.81,0.81,0.36,0.18,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45209",1,29.9825,-93.95281,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",54,0.05625,0.033875,0.27,"2013-10-25 00:00",0.18,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45210",1,29.9825,-93.95281,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.016071,0.066706,0.45,"2013-10-25 00:00",0.18,"2013-10-13 00:00",0.09,"2013-03-23 00:00",0.09,"2013-08-20 00:00","","","","",0.45,0.18,0.09,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45211",1,29.9825,-93.95281,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.053929,0.029399,0.27,"2013-09-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45212",1,29.9825,-93.95281,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",50,0.071964,0.077352,0.54,"2013-09-25 00:00",0.27,"2013-01-22 00:00",0.18,"2013-02-15 00:00",0.18,"2013-02-27 00:00","","","","",0.54,0.27,0.18,0.18,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45213",1,29.9825,-93.95281,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45218",1,29.9825,-93.95281,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45219",1,29.9825,-93.95281,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",51,0.059821,0.048072,0.4,"2013-01-22 00:00",0.1,"2013-09-07 00:00",0.1,"2013-09-25 00:00",0.1,"2013-10-25 00:00","","","","",0.4,0.1,0.1,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45220",1,29.9825,-93.95281,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,3.092857,6.184542,29.52,"2013-10-25 00:00",27.28,"2013-10-13 00:00",18.88,"2013-02-09 00:00",15.6,"2013-01-22 00:00","","","","",29.52,27.28,18.88,7.36,2.88,0.72,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45225",1,29.9825,-93.95281,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","45801",1,29.9825,-93.95281,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.004286,0.01934,0.12,"2013-02-09 00:00",0.06,"2013-07-27 00:00",0.06,"2013-11-30 00:00",0,"2013-01-04 00:00","","","","",0.12,0.06,0.06,0,0,0,0,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0017","61101",1,29.9825,-93.95281,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7139,81,294,365,0,157,"","","Certification not required",0,6.35271,3.10882,20.5,"2013-03-04 12:00",20.5,"2013-04-28 00:00",19.7,"2013-03-04 13:00",19.5,"2013-03-04 11:00","","","","",14.5,13.4,12,10.5,8.4,6,2.6,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0017","61103",1,29.9825,-93.95281,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7135,81,294,365,0,161,"","","Certification not required",0,6.004022,3.087205,20.2,"2013-04-28 00:00",20.1,"2013-03-04 12:00",19.3,"2013-03-04 13:00",19.2,"2013-01-29 22:00","","","","",14.1,13,11.6,10.1,8,5.7,2.3,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0017","61104",1,29.9825,-93.95281,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7135,81,294,365,0,161,"","","Certification not required",0,162.060561,97.645513,360,"2013-05-06 08:00",360,"2013-07-13 01:00",360,"2013-07-18 03:00",359.9,"2013-08-14 23:00","","","","",357.1,353.5,341.9,325.2,209.5,157.4,22.9,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0017","61105",1,29.9825,-93.95281,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7220,82,303,365,0,76,"","","Certification not required",0,12.554571,5.717861,46,"2013-06-06 17:00",38,"2013-04-27 22:00",37,"2013-01-29 22:00",37,"2013-01-30 10:00","","","","",28,26,23,20,16,12,6,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0017","61106",1,29.9825,-93.95281,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7135,81,294,365,0,161,"","","Certification not required",0,19.006223,9.921458,78.8,"2013-01-10 04:00",78.5,"2013-04-28 06:00",77.4,"2013-10-03 06:00",77.2,"2013-03-13 19:00","","","","",59.2,52.1,39.3,30.1,21.3,16.5,10.5,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0017","62101",1,29.9825,-93.95281,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,71.65469,12.606787,98,"2013-06-29 15:00",98,"2013-06-29 16:00",98,"2013-06-29 17:00",96,"2013-06-29 14:00","","","","",91,91,89,86,81,75,53,"Port Neches Avenue L","1225 Merriman St","Texas","Jefferson","Port Neches","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","43173",4,29.9428,-94.000775,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43202",4,29.9428,-94.000775,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,15.876429,9.239404,41.82,"2013-02-27 00:00",39,"2013-01-22 00:00",37.92,"2013-09-25 00:00",36.48,"2013-02-15 00:00","","","","",41.82,39,37.92,31.46,19.22,13.5,6.66,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43203",4,29.9428,-94.000775,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,2.868036,2.416191,13.36,"2013-01-22 00:00",8.36,"2013-11-30 00:00",8.18,"2013-02-27 00:00",7.68,"2013-04-10 00:00","","","","",13.36,8.36,8.18,6.08,3.76,2.08,0.98,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43204",4,29.9428,-94.000775,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,17.334643,13.154424,59.55,"2013-02-15 00:00",51.93,"2013-03-23 00:00",43.41,"2013-01-22 00:00",42.12,"2013-10-07 00:00","","","","",59.55,51.93,43.41,35.13,25.35,11.97,5.46,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43205",4,29.9428,-94.000775,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",17,1.086071,1.855975,12.72,"2013-01-22 00:00",4.5,"2013-04-10 00:00",3.75,"2013-05-28 00:00",2.82,"2013-08-20 00:00","","","","",12.72,4.5,3.75,2.49,1.53,0.54,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43206",4,29.9428,-94.000775,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",18,0.510357,0.458801,1.7,"2013-02-15 00:00",1.7,"2013-11-30 00:00",1.6,"2013-10-26 00:00",1.4,"2013-01-22 00:00","","","","",1.7,1.7,1.6,1.16,0.72,0.46,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43212",4,29.9428,-94.000775,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,17.082143,29.579295,220.72,"2013-09-07 00:00",53.64,"2013-02-15 00:00",38.08,"2013-09-13 00:00",32.64,"2013-11-30 00:00","","","","",220.72,53.64,38.08,29.88,18.4,9.88,3.68,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43214",4,29.9428,-94.000775,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,9.198571,9.315527,51.08,"2013-09-07 00:00",42.48,"2013-01-28 00:00",23.28,"2013-02-15 00:00",21.08,"2013-09-25 00:00","","","","",51.08,42.48,23.28,20.24,12.32,5.64,2.08,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43216",4,29.9428,-94.000775,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",41,0.171607,0.407506,2.6,"2013-09-07 00:00",1.68,"2013-08-20 00:00",0.52,"2013-01-22 00:00",0.52,"2013-06-21 00:00","","","","",2.6,1.68,0.52,0.36,0.12,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43217",4,29.9428,-94.000775,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",36,0.189286,0.343934,1.72,"2013-09-07 00:00",1.48,"2013-08-20 00:00",1.32,"2013-06-21 00:00",0.76,"2013-01-22 00:00","","","","",1.72,1.48,1.32,0.36,0.16,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43218",4,29.9428,-94.000775,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.391429,0.832703,4,"2013-07-03 00:00",3.56,"2013-01-22 00:00",2.6,"2013-08-20 00:00",1.48,"2013-03-23 00:00","","","","",4,3.56,2.6,1.24,0.44,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43220",4,29.9428,-94.000775,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,4.428571,4.179189,19.85,"2013-09-13 00:00",16.65,"2013-02-15 00:00",15.1,"2013-09-07 00:00",13.1,"2013-09-25 00:00","","","","",19.85,16.65,15.1,11.3,5.6,3.35,1.15,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43221",4,29.9428,-94.000775,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",2,8.5875,10.121836,62.7,"2013-09-07 00:00",39.2,"2013-02-15 00:00",30.7,"2013-09-13 00:00",21.5,"2013-09-25 00:00","","","","",62.7,39.2,30.7,15.7,10.75,6.4,2.15,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43224",4,29.9428,-94.000775,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",52,0.066964,0.083272,0.6,"2013-02-15 00:00",0.35,"2013-08-20 00:00",0.1,"2013-05-10 00:00",0.1,"2013-07-15 00:00","","","","",0.6,0.35,0.1,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43226",4,29.9428,-94.000775,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.0875,0.183464,1.4,"2013-02-15 00:00",0.3,"2013-11-30 00:00",0.2,"2013-06-21 00:00",0.15,"2013-08-02 00:00","","","","",1.4,0.3,0.2,0.1,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43227",4,29.9428,-94.000775,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",50,0.06875,0.080092,0.6,"2013-02-15 00:00",0.25,"2013-09-07 00:00",0.2,"2013-09-01 00:00",0.1,"2013-06-21 00:00","","","","",0.6,0.25,0.2,0.1,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43228",4,29.9428,-94.000775,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.085714,0.170484,1.3,"2013-02-15 00:00",0.3,"2013-11-30 00:00",0.2,"2013-09-25 00:00",0.15,"2013-10-31 00:00","","","","",1.3,0.3,0.2,0.1,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43230",4,29.9428,-94.000775,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",2,1.016429,0.942715,4.5,"2013-09-07 00:00",3.9,"2013-09-25 00:00",3.84,"2013-02-15 00:00",3,"2013-09-13 00:00","","","","",4.5,3.9,3.84,1.86,1.26,0.78,0.3,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43231",4,29.9428,-94.000775,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.540714,1.421983,6.6,"2013-09-25 00:00",5.88,"2013-02-15 00:00",4.62,"2013-09-13 00:00",4.38,"2013-09-07 00:00","","","","",6.6,5.88,4.62,3.72,1.92,1.08,0.42,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43232",4,29.9428,-94.000775,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,0.643393,0.52702,3.01,"2013-02-15 00:00",2.1,"2013-06-03 00:00",1.82,"2013-09-07 00:00",1.75,"2013-09-25 00:00","","","","",3.01,2.1,1.82,1.33,0.77,0.49,0.21,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43233",4,29.9428,-94.000775,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",12,0.326429,0.27403,1.36,"2013-06-03 00:00",1.04,"2013-02-15 00:00",0.96,"2013-02-03 00:00",0.88,"2013-01-22 00:00","","","","",1.36,1.04,0.96,0.72,0.4,0.32,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43234",4,29.9428,-94.000775,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43235",4,29.9428,-94.000775,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",39,0.192321,0.458963,3.06,"2013-03-23 00:00",1.71,"2013-01-22 00:00",0.54,"2013-06-03 00:00",0.45,"2013-03-17 00:00","","","","",3.06,1.71,0.54,0.36,0.18,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43238",4,29.9428,-94.000775,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",32,0.157143,0.375552,2.5,"2013-03-23 00:00",1.5,"2013-01-22 00:00",0.3,"2013-01-10 00:00",0.3,"2013-06-03 00:00","","","","",2.5,1.5,0.3,0.2,0.1,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43242",4,29.9428,-94.000775,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",26,0.208929,0.22545,0.85,"2013-09-07 00:00",0.85,"2013-09-13 00:00",0.85,"2013-09-25 00:00",0.8,"2013-02-15 00:00","","","","",0.85,0.85,0.85,0.6,0.3,0.1,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43243",4,29.9428,-94.000775,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",29,0.467857,0.629461,2.6,"2013-06-21 00:00",2.3,"2013-06-03 00:00",1.9,"2013-07-03 00:00",1.75,"2013-08-08 00:00","","","","",2.6,2.3,1.9,1.45,0.7,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43244",4,29.9428,-94.000775,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",33,0.193393,0.222173,0.9,"2013-09-01 00:00",0.84,"2013-02-15 00:00",0.78,"2013-09-13 00:00",0.72,"2013-10-07 00:00","","","","",0.9,0.84,0.78,0.48,0.3,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43247",4,29.9428,-94.000775,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",35,0.16,0.393529,2.94,"2013-09-07 00:00",0.63,"2013-02-15 00:00",0.42,"2013-09-25 00:00",0.35,"2013-09-13 00:00","","","","",2.94,0.63,0.42,0.28,0.14,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43248",4,29.9428,-94.000775,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",13,0.770179,0.722716,3.06,"2013-09-25 00:00",2.82,"2013-02-15 00:00",2.1,"2013-10-07 00:00",1.92,"2013-09-13 00:00","","","","",3.06,2.82,2.1,1.86,1.02,0.6,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43249",4,29.9428,-94.000775,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",8,0.468393,0.395951,1.96,"2013-02-15 00:00",1.68,"2013-09-07 00:00",1.4,"2013-09-25 00:00",1.26,"2013-09-13 00:00","","","","",1.96,1.68,1.4,0.98,0.63,0.35,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43250",4,29.9428,-94.000775,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.772857,3.610837,27.12,"2013-09-07 00:00",2.32,"2013-02-15 00:00",1.92,"2013-01-28 00:00",1.04,"2013-09-13 00:00","","","","",27.12,2.32,1.92,0.72,0.4,0.16,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43252",4,29.9428,-94.000775,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",41,0.20375,0.754161,5.68,"2013-09-07 00:00",0.56,"2013-01-28 00:00",0.56,"2013-02-15 00:00",0.4,"2013-08-26 00:00","","","","",5.68,0.56,0.56,0.24,0.16,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43253",4,29.9428,-94.000775,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",35,0.126964,0.133701,0.64,"2013-06-03 00:00",0.56,"2013-02-15 00:00",0.48,"2013-09-07 00:00",0.4,"2013-01-22 00:00","","","","",0.64,0.56,0.48,0.32,0.16,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43261",4,29.9428,-94.000775,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",6,0.617857,0.600699,2.66,"2013-09-25 00:00",2.52,"2013-02-15 00:00",2.45,"2013-06-03 00:00",1.82,"2013-10-07 00:00","","","","",2.66,2.52,2.45,1.26,0.84,0.42,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43262",4,29.9428,-94.000775,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",3,0.660536,0.616947,2.94,"2013-09-25 00:00",2.34,"2013-09-07 00:00",2.22,"2013-02-15 00:00",1.92,"2013-09-13 00:00","","","","",2.94,2.34,2.22,1.56,0.9,0.54,0.12,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43263",4,29.9428,-94.000775,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",34,0.319107,0.460143,2.24,"2013-02-15 00:00",1.75,"2013-09-07 00:00",1.33,"2013-09-25 00:00",1.19,"2013-09-13 00:00","","","","",2.24,1.75,1.33,0.7,0.49,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43280",4,29.9428,-94.000775,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",33,0.407321,0.819715,5.56,"2013-09-07 00:00",1.48,"2013-08-20 00:00",1.44,"2013-01-22 00:00",1.44,"2013-02-15 00:00","","","","",5.56,1.48,1.44,1.28,0.48,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43282",4,29.9428,-94.000775,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",48,0.06875,0.067798,0.5,"2013-06-21 00:00",0.25,"2013-01-22 00:00",0.15,"2013-03-17 00:00",0.15,"2013-09-07 00:00","","","","",0.5,0.25,0.15,0.1,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43283",4,29.9428,-94.000775,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43284",4,29.9428,-94.000775,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",33,0.335893,0.750355,5.28,"2013-09-07 00:00",1.74,"2013-02-15 00:00",1.14,"2013-09-25 00:00",1.02,"2013-09-13 00:00","","","","",5.28,1.74,1.14,0.66,0.42,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43285",4,29.9428,-94.000775,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",7,1.505179,1.551539,7.98,"2013-09-07 00:00",5.88,"2013-02-15 00:00",5.22,"2013-09-25 00:00",5.1,"2013-09-13 00:00","","","","",7.98,5.88,5.22,3,2.04,1.14,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43289",4,29.9428,-94.000775,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.05125,0.009354,0.12,"2013-09-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43290",4,29.9428,-94.000775,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43291",4,29.9428,-94.000775,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.110714,0.269773,2.03,"2013-09-07 00:00",0.35,"2013-06-03 00:00",0.28,"2013-07-09 00:00",0.28,"2013-11-30 00:00","","","","",2.03,0.35,0.28,0.21,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43331",4,29.9428,-94.000775,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43801",4,29.9428,-94.000775,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.775893,0.133004,1.09,"2013-09-07 00:00",1.07,"2013-08-20 00:00",1.03,"2013-09-25 00:00",1,"2013-10-13 00:00","","","","",1.09,1.07,1.03,0.96,0.89,0.75,0.62,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43802",4,29.9428,-94.000775,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.057321,0.021277,0.14,"2013-05-16 00:00",0.09,"2013-05-04 00:00",0.09,"2013-09-25 00:00",0.09,"2013-11-12 00:00","","","","",0.14,0.09,0.09,0.08,0.07,0.06,0.04,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43803",4,29.9428,-94.000775,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.018571,0.013542,0.06,"2013-09-25 00:00",0.05,"2013-11-30 00:00",0.04,"2013-07-03 00:00",0.04,"2013-09-07 00:00","","","","",0.06,0.05,0.04,0.03,0.03,0.02,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43804",4,29.9428,-94.000775,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.086786,0.029425,0.15,"2013-05-22 00:00",0.12,"2013-05-16 00:00",0.11,"2013-02-09 00:00",0.11,"2013-02-27 00:00","","","","",0.15,0.12,0.11,0.1,0.1,0.09,0.08,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43811",4,29.9428,-94.000775,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,0.233571,0.028568,0.27,"2013-02-27 00:00",0.27,"2013-04-16 00:00",0.26,"2013-01-04 00:00",0.26,"2013-02-15 00:00","","","","",0.27,0.27,0.26,0.25,0.24,0.24,0.21,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43813",4,29.9428,-94.000775,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43814",4,29.9428,-94.000775,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.0125,0.01116,0.04,"2013-01-22 00:00",0.04,"2013-10-26 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43815",4,29.9428,-94.000775,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.016071,0.020332,0.08,"2013-01-22 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-16 00:00",0.04,"2013-02-09 00:00","","","","",0.08,0.04,0.04,0.04,0.04,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43817",4,29.9428,-94.000775,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.008214,0.011299,0.04,"2013-01-22 00:00",0.04,"2013-11-30 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-09 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43818",4,29.9428,-94.000775,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43819",4,29.9428,-94.000775,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001429,0.004013,0.02,"2013-01-04 00:00",0.01,"2013-01-16 00:00",0.01,"2013-03-17 00:00",0.01,"2013-08-26 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43820",4,29.9428,-94.000775,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43823",4,29.9428,-94.000775,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.527679,0.038376,0.6,"2013-04-16 00:00",0.58,"2013-02-09 00:00",0.57,"2013-01-04 00:00",0.57,"2013-02-15 00:00","","","","",0.6,0.58,0.57,0.56,0.55,0.54,0.49,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43824",4,29.9428,-94.000775,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001429,0.005197,0.02,"2013-01-22 00:00",0.02,"2013-02-27 00:00",0.02,"2013-03-05 00:00",0.02,"2013-04-22 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43826",4,29.9428,-94.000775,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43829",4,29.9428,-94.000775,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.002143,0.007796,0.03,"2013-01-04 00:00",0.03,"2013-03-11 00:00",0.03,"2013-03-29 00:00",0.03,"2013-11-24 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43830",4,29.9428,-94.000775,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.002679,0.010356,0.06,"2013-05-16 00:00",0.03,"2013-07-23 00:00",0.03,"2013-09-07 00:00",0.03,"2013-10-07 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43831",4,29.9428,-94.000775,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.006964,0.052116,0.39,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.39,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43843",4,29.9428,-94.000775,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43860",4,29.9428,-94.000775,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43954",4,29.9428,-94.000775,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",42,0.096429,0.158119,0.99,"2013-01-22 00:00",0.77,"2013-03-23 00:00",0.22,"2013-01-16 00:00",0.22,"2013-02-21 00:00","","","","",0.99,0.77,0.22,0.11,0.11,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","43960",4,29.9428,-94.000775,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",31,0.140536,0.146442,0.72,"2013-02-15 00:00",0.72,"2013-06-03 00:00",0.4,"2013-06-21 00:00",0.4,"2013-09-25 00:00","","","","",0.72,0.72,0.4,0.32,0.16,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45109",4,29.9428,-94.000775,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.734286,0.61176,3.12,"2013-09-25 00:00",2.32,"2013-09-07 00:00",2.08,"2013-02-15 00:00",1.84,"2013-02-27 00:00","","","","",3.12,2.32,2.08,1.52,0.96,0.64,0.16,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45201",4,29.9428,-94.000775,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.548214,0.947953,4.68,"2013-02-15 00:00",3.12,"2013-01-22 00:00",3,"2013-09-25 00:00",2.88,"2013-03-05 00:00","","","","",4.68,3.12,3,2.76,2.1,1.62,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45202",4,29.9428,-94.000775,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.515,1.200504,6.3,"2013-02-27 00:00",5.11,"2013-09-07 00:00",4.55,"2013-02-15 00:00",4.27,"2013-06-03 00:00","","","","",6.3,5.11,4.55,2.87,1.68,1.19,0.63,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45203",4,29.9428,-94.000775,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.227143,0.230744,1.28,"2013-09-25 00:00",0.72,"2013-02-15 00:00",0.64,"2013-02-27 00:00",0.64,"2013-09-13 00:00","","","","",1.28,0.72,0.64,0.48,0.32,0.24,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45204",4,29.9428,-94.000775,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.234286,0.198823,1.04,"2013-09-25 00:00",0.8,"2013-09-07 00:00",0.56,"2013-02-15 00:00",0.56,"2013-02-27 00:00","","","","",1.04,0.8,0.56,0.4,0.32,0.24,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45207",4,29.9428,-94.000775,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45208",4,29.9428,-94.000775,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",48,0.076607,0.079801,0.54,"2013-09-07 00:00",0.27,"2013-02-15 00:00",0.18,"2013-02-21 00:00",0.18,"2013-06-09 00:00","","","","",0.54,0.27,0.18,0.18,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45209",4,29.9428,-94.000775,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45210",4,29.9428,-94.000775,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001607,0.012027,0.09,"2013-07-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.09,0,0,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45211",4,29.9428,-94.000775,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45212",4,29.9428,-94.000775,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",51,0.063214,0.043947,0.27,"2013-02-15 00:00",0.18,"2013-02-21 00:00",0.18,"2013-02-27 00:00",0.18,"2013-06-03 00:00","","","","",0.27,0.18,0.18,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45213",4,29.9428,-94.000775,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45218",4,29.9428,-94.000775,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.052679,0.020045,0.2,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.2,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45219",4,29.9428,-94.000775,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.050893,0.006682,0.1,"2013-09-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45220",4,29.9428,-94.000775,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.107143,0.291963,1.84,"2013-01-22 00:00",1.04,"2013-11-30 00:00",0.64,"2013-10-13 00:00",0.32,"2013-08-20 00:00","","","","",1.84,1.04,0.64,0.24,0.08,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45225",4,29.9428,-94.000775,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","45801",4,29.9428,-94.000775,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.003214,0.013632,0.06,"2013-05-04 00:00",0.06,"2013-06-03 00:00",0.06,"2013-06-21 00:00",0,"2013-01-04 00:00","","","","",0.06,0.06,0.06,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0018","61101",4,29.9428,-94.000775,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,5.841323,3.437195,21.2,"2013-01-30 13:00",20.3,"2013-01-30 14:00",19.9,"2013-01-29 11:00",19.7,"2013-01-30 12:00","","","","",15.6,14.4,12.3,10.6,8,5.3,1.9,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","61103",4,29.9428,-94.000775,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,5.460351,3.422828,20.7,"2013-01-30 13:00",19.9,"2013-01-30 14:00",19.4,"2013-01-29 11:00",19.2,"2013-01-29 12:00","","","","",15.3,14,11.9,10.2,7.6,4.9,1.6,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","61104",4,29.9428,-94.000775,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,161.104582,95.639833,359.9,"2013-01-06 05:00",359.9,"2013-04-04 04:00",359.9,"2013-09-24 05:00",359.8,"2013-01-01 11:00","","","","",357.3,354.4,345.3,320.2,205,158.8,28.6,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","61105",4,29.9428,-94.000775,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7289,83,304,365,0,7,"","","Certification not required",0,11.347373,6.059444,38,"2013-06-06 17:00",37,"2013-01-29 10:00",35,"2013-01-30 12:00",35,"2013-03-04 11:00","","","","",28,26,22,19,15,11,4,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","61106",4,29.9428,-94.000775,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7289,83,304,365,0,7,"","","Certification not required",0,21.299616,11.590798,80.6,"2013-01-10 06:00",79.1,"2013-10-08 18:00",78.7,"2013-05-22 08:00",78.3,"2013-06-20 00:00","","","","",65.2,58,46,35.5,25.3,18.4,10.7,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","62101",4,29.9428,-94.000775,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6907,79,287,365,0,389,"","","Certification not required",0,70.803243,12.727135,97,"2013-06-29 15:00",97,"2013-06-29 16:00",97,"2013-06-29 17:00",96,"2013-06-29 14:00","","","","",91,90,89,86,80,74,52,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0018","65102",4,29.9428,-94.000775,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",7295,83,304,365,0,1,"","","Certification not required",0,0.007615,0.064055,1.64,"2013-01-09 14:00",1.58,"2013-05-10 02:00",1.49,"2013-07-19 13:00",1.28,"2013-09-20 22:00","","","","",0.19,0.08,0.01,0,0,0,0,"Jefferson County Airport","End of 90th Street @ Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0019","43173",1,29.893853,-93.979258,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43202",1,29.893853,-93.979258,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,25.346038,11.737279,55.3,"2013-11-30 00:00",49.08,"2013-01-22 00:00",48.72,"2013-04-16 00:00",44.9,"2013-06-03 00:00","","","","",55.3,49.08,48.72,41.26,32.44,22.8,11.92,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43203",1,29.893853,-93.979258,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,4.438113,4.120243,25.96,"2013-05-10 00:00",11.5,"2013-09-19 00:00",10.16,"2013-02-03 00:00",10.16,"2013-04-22 00:00","","","","",25.96,11.5,10.16,9.78,5.88,3.22,1.2,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43204",1,29.893853,-93.979258,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,15.950377,9.163522,38.97,"2013-01-22 00:00",34.8,"2013-10-07 00:00",34.41,"2013-11-30 00:00",31.44,"2013-06-03 00:00","","","","",38.97,34.8,34.41,30.06,22.41,12.96,5.91,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43205",1,29.893853,-93.979258,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,1.952642,1.633964,8.31,"2013-04-16 00:00",5.55,"2013-05-10 00:00",5.25,"2013-11-30 00:00",4.47,"2013-06-21 00:00","","","","",8.31,5.55,5.25,4.26,2.64,1.65,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43206",1,29.893853,-93.979258,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",10,0.544151,0.389617,1.38,"2013-11-30 00:00",1.3,"2013-02-15 00:00",1.28,"2013-01-22 00:00",1.28,"2013-02-27 00:00","","","","",1.38,1.3,1.28,1.12,0.78,0.44,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43212",1,29.893853,-93.979258,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,16.649811,16.468138,112.48,"2013-09-07 00:00",53.36,"2013-06-03 00:00",34.2,"2013-10-31 00:00",33.68,"2013-09-25 00:00","","","","",112.48,53.36,34.2,27.8,19.88,13.36,4.28,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43214",1,29.893853,-93.979258,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,8.978113,9.516084,64.12,"2013-01-28 00:00",29.76,"2013-09-07 00:00",22.44,"2013-01-22 00:00",19.16,"2013-04-16 00:00","","","","",64.12,29.76,22.44,16.44,10.04,5.96,2.88,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43216",1,29.893853,-93.979258,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",24,0.276981,0.374379,1.76,"2013-06-03 00:00",1.56,"2013-04-16 00:00",1.36,"2013-06-21 00:00",0.84,"2013-10-01 00:00","","","","",1.76,1.56,1.36,0.64,0.28,0.16,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43217",1,29.893853,-93.979258,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",18,0.291698,0.413599,2.68,"2013-06-21 00:00",1.16,"2013-06-03 00:00",1,"2013-09-07 00:00",0.84,"2013-04-16 00:00","","","","",2.68,1.16,1,0.6,0.36,0.2,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43218",1,29.893853,-93.979258,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.338113,0.450543,2.04,"2013-10-25 00:00",1.64,"2013-11-12 00:00",1.24,"2013-05-16 00:00",1.16,"2013-10-13 00:00","","","","",2.04,1.64,1.24,0.88,0.44,0.28,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43220",1,29.893853,-93.979258,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,4.599057,2.945327,15.35,"2013-06-03 00:00",14.15,"2013-09-25 00:00",13.75,"2013-09-13 00:00",8.8,"2013-10-25 00:00","","","","",15.35,14.15,13.75,6.75,5.6,4,1.8,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43221",1,29.893853,-93.979258,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,8.693396,6.210468,28.35,"2013-09-07 00:00",28,"2013-09-25 00:00",27.8,"2013-06-03 00:00",22.95,"2013-09-13 00:00","","","","",28.35,28,27.8,13.55,10.25,6.8,3.1,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43224",1,29.893853,-93.979258,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.10566,0.250895,1.8,"2013-06-21 00:00",0.4,"2013-03-17 00:00",0.4,"2013-10-01 00:00",0.35,"2013-06-09 00:00","","","","",1.8,0.4,0.4,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43226",1,29.893853,-93.979258,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",29,0.149057,0.173341,0.95,"2013-06-03 00:00",0.6,"2013-06-21 00:00",0.55,"2013-10-01 00:00",0.45,"2013-08-02 00:00","","","","",0.95,0.6,0.55,0.35,0.2,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43227",1,29.893853,-93.979258,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",41,0.084906,0.08857,0.5,"2013-09-25 00:00",0.4,"2013-06-03 00:00",0.25,"2013-06-21 00:00",0.25,"2013-10-01 00:00","","","","",0.5,0.4,0.25,0.2,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43228",1,29.893853,-93.979258,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",22,0.195283,0.236819,1.1,"2013-06-03 00:00",0.9,"2013-09-25 00:00",0.75,"2013-07-27 00:00",0.65,"2013-05-04 00:00","","","","",1.1,0.9,0.75,0.55,0.2,0.1,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43230",1,29.893853,-93.979258,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,1.286981,0.982664,6.9,"2013-09-25 00:00",3.24,"2013-06-03 00:00",2.34,"2013-09-13 00:00",2.04,"2013-10-01 00:00","","","","",6.9,3.24,2.34,1.92,1.44,1.26,0.42,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43231",1,29.893853,-93.979258,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.095472,2.036326,14.94,"2013-09-25 00:00",4.74,"2013-06-03 00:00",3.96,"2013-10-13 00:00",3.9,"2013-10-25 00:00","","","","",14.94,4.74,3.96,3.3,2.28,1.68,0.78,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43232",1,29.893853,-93.979258,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.999811,0.852624,6.23,"2013-09-25 00:00",2.31,"2013-06-03 00:00",1.82,"2013-10-01 00:00",1.75,"2013-10-07 00:00","","","","",6.23,2.31,1.82,1.47,1.19,0.77,0.35,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43233",1,29.893853,-93.979258,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,0.687547,0.883757,6.32,"2013-09-25 00:00",1.76,"2013-01-28 00:00",1.52,"2013-10-07 00:00",1.44,"2013-06-03 00:00","","","","",6.32,1.76,1.52,1.28,0.8,0.48,0.16,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43234",1,29.893853,-93.979258,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43235",1,29.893853,-93.979258,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.421887,0.780185,5.49,"2013-09-25 00:00",1.53,"2013-01-28 00:00",1.17,"2013-10-07 00:00",1.08,"2013-06-21 00:00","","","","",5.49,1.53,1.17,0.72,0.45,0.27,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43238",1,29.893853,-93.979258,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",14,0.269811,0.441951,3.1,"2013-09-25 00:00",1.1,"2013-01-28 00:00",0.6,"2013-01-22 00:00",0.6,"2013-04-16 00:00","","","","",3.1,1.1,0.6,0.5,0.3,0.2,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43242",1,29.893853,-93.979258,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,0.254717,0.187151,1.05,"2013-06-03 00:00",0.65,"2013-09-13 00:00",0.45,"2013-02-09 00:00",0.45,"2013-02-21 00:00","","","","",1.05,0.65,0.45,0.45,0.35,0.25,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43243",1,29.893853,-93.979258,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.650943,0.811248,2.9,"2013-08-02 00:00",2.8,"2013-07-27 00:00",2.5,"2013-06-15 00:00",2.5,"2013-09-25 00:00","","","","",2.9,2.8,2.5,2.25,0.85,0.25,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43244",1,29.893853,-93.979258,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",34,0.195094,0.243047,1.26,"2013-09-25 00:00",0.66,"2013-09-13 00:00",0.6,"2013-03-23 00:00",0.6,"2013-06-03 00:00","","","","",1.26,0.66,0.6,0.54,0.3,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43247",1,29.893853,-93.979258,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",23,0.161698,0.175518,1.05,"2013-09-07 00:00",0.7,"2013-09-25 00:00",0.49,"2013-09-13 00:00",0.42,"2013-06-03 00:00","","","","",1.05,0.7,0.49,0.28,0.21,0.14,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43248",1,29.893853,-93.979258,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",12,1.344906,1.220853,6.18,"2013-02-21 00:00",3.6,"2013-09-25 00:00",3.48,"2013-02-09 00:00",3.24,"2013-07-15 00:00","","","","",6.18,3.6,3.48,2.82,1.98,1.14,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43249",1,29.893853,-93.979258,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,0.677358,0.48936,3.22,"2013-09-25 00:00",1.54,"2013-06-03 00:00",1.26,"2013-09-19 00:00",1.26,"2013-10-01 00:00","","","","",3.22,1.54,1.26,1.05,0.84,0.63,0.21,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43250",1,29.893853,-93.979258,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.647547,1.594164,11.04,"2013-09-07 00:00",4.4,"2013-09-13 00:00",1.52,"2013-09-25 00:00",1.2,"2013-09-19 00:00","","","","",11.04,4.4,1.52,0.96,0.64,0.32,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43252",1,29.893853,-93.979258,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.189245,0.344723,2.32,"2013-09-07 00:00",1.04,"2013-09-13 00:00",0.56,"2013-09-25 00:00",0.48,"2013-09-19 00:00","","","","",2.32,1.04,0.56,0.32,0.24,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43253",1,29.893853,-93.979258,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",14,0.233585,0.274815,1.92,"2013-09-25 00:00",0.64,"2013-06-03 00:00",0.56,"2013-10-07 00:00",0.48,"2013-01-28 00:00","","","","",1.92,0.64,0.56,0.48,0.32,0.16,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43261",1,29.893853,-93.979258,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",2,0.763962,0.808749,5.6,"2013-09-25 00:00",2.31,"2013-06-03 00:00",2.03,"2013-05-04 00:00",1.68,"2013-10-07 00:00","","","","",5.6,2.31,2.03,1.26,0.84,0.56,0.28,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43262",1,29.893853,-93.979258,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.871509,0.813954,5.82,"2013-09-25 00:00",2.4,"2013-06-03 00:00",1.56,"2013-09-13 00:00",1.56,"2013-10-13 00:00","","","","",5.82,2.4,1.56,1.26,1.02,0.78,0.3,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43263",1,29.893853,-93.979258,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",24,0.482264,0.523706,2.87,"2013-09-25 00:00",1.47,"2013-06-03 00:00",1.12,"2013-04-10 00:00",1.12,"2013-09-07 00:00","","","","",2.87,1.47,1.12,0.98,0.77,0.42,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43280",1,29.893853,-93.979258,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.729245,0.726334,3.32,"2013-09-07 00:00",3.2,"2013-04-16 00:00",2.32,"2013-06-03 00:00",1.76,"2013-10-25 00:00","","","","",3.32,3.2,2.32,1.44,0.96,0.68,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43282",1,29.893853,-93.979258,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",41,0.083019,0.126317,0.95,"2013-06-21 00:00",0.2,"2013-03-17 00:00",0.15,"2013-05-16 00:00",0.15,"2013-05-22 00:00","","","","",0.95,0.2,0.15,0.15,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43283",1,29.893853,-93.979258,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.05566,0.021169,0.15,"2013-06-21 00:00",0.15,"2013-07-15 00:00",0.1,"2013-05-10 00:00",0.1,"2013-11-06 00:00","","","","",0.15,0.15,0.1,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43284",1,29.893853,-93.979258,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",28,0.304906,0.413082,2.04,"2013-09-07 00:00",1.62,"2013-09-25 00:00",1.32,"2013-06-03 00:00",1.02,"2013-09-13 00:00","","","","",2.04,1.62,1.32,0.6,0.42,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43285",1,29.893853,-93.979258,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",3,1.823208,1.209772,7.02,"2013-09-25 00:00",5.82,"2013-06-03 00:00",3.78,"2013-09-13 00:00",3.24,"2013-09-07 00:00","","","","",7.02,5.82,3.78,2.76,2.04,1.74,0.6,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43289",1,29.893853,-93.979258,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.06,0.038431,0.3,"2013-10-01 00:00",0.12,"2013-06-03 00:00",0.12,"2013-07-09 00:00",0.12,"2013-07-15 00:00","","","","",0.3,0.12,0.12,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43290",1,29.893853,-93.979258,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43291",1,29.893853,-93.979258,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",39,0.139811,0.197148,1.19,"2013-09-25 00:00",0.56,"2013-06-03 00:00",0.42,"2013-04-10 00:00",0.42,"2013-04-16 00:00","","","","",1.19,0.56,0.42,0.35,0.14,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43331",1,29.893853,-93.979258,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43801",1,29.893853,-93.979258,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.748679,0.125913,1,"2013-06-15 00:00",1,"2013-09-25 00:00",0.99,"2013-10-13 00:00",0.98,"2013-07-27 00:00","","","","",1,1,0.99,0.92,0.83,0.73,0.61,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43802",1,29.893853,-93.979258,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.053774,0.020868,0.12,"2013-09-25 00:00",0.08,"2013-02-15 00:00",0.08,"2013-05-04 00:00",0.08,"2013-11-12 00:00","","","","",0.12,0.08,0.08,0.07,0.06,0.06,0.04,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43803",1,29.893853,-93.979258,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.019811,0.012632,0.04,"2013-07-04 00:00",0.04,"2013-10-25 00:00",0.04,"2013-11-30 00:00",0.03,"2013-01-28 00:00","","","","",0.04,0.04,0.04,0.03,0.03,0.02,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43804",1,29.893853,-93.979258,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.086415,0.027322,0.14,"2013-05-04 00:00",0.12,"2013-07-27 00:00",0.11,"2013-01-04 00:00",0.11,"2013-08-20 00:00","","","","",0.14,0.12,0.11,0.1,0.1,0.09,0.08,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43811",1,29.893853,-93.979258,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.239623,0.012552,0.28,"2013-01-04 00:00",0.26,"2013-02-15 00:00",0.26,"2013-02-27 00:00",0.26,"2013-05-04 00:00","","","","",0.28,0.26,0.26,0.26,0.24,0.24,0.23,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43813",1,29.893853,-93.979258,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001509,0.007695,0.04,"2013-10-13 00:00",0.04,"2013-10-25 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.04,0.04,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43814",1,29.893853,-93.979258,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.020377,0.074057,0.54,"2013-10-25 00:00",0.06,"2013-01-22 00:00",0.06,"2013-06-15 00:00",0.02,"2013-01-28 00:00","","","","",0.54,0.06,0.06,0.02,0.02,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43815",1,29.893853,-93.979258,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.018491,0.029049,0.12,"2013-01-22 00:00",0.1,"2013-10-25 00:00",0.08,"2013-02-03 00:00",0.08,"2013-10-13 00:00","","","","",0.12,0.1,0.08,0.06,0.04,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43817",1,29.893853,-93.979258,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.010943,0.013904,0.06,"2013-02-21 00:00",0.04,"2013-01-22 00:00",0.04,"2013-09-19 00:00",0.04,"2013-11-06 00:00","","","","",0.06,0.04,0.04,0.02,0.02,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43818",1,29.893853,-93.979258,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43819",1,29.893853,-93.979258,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003585,0.005914,0.02,"2013-06-03 00:00",0.02,"2013-11-12 00:00",0.02,"2013-11-18 00:00",0.01,"2013-01-28 00:00","","","","",0.02,0.02,0.02,0.01,0.01,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43820",1,29.893853,-93.979258,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43823",1,29.893853,-93.979258,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.530189,0.032728,0.59,"2013-01-04 00:00",0.58,"2013-02-21 00:00",0.58,"2013-05-10 00:00",0.57,"2013-02-27 00:00","","","","",0.59,0.58,0.58,0.56,0.55,0.53,0.49,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43824",1,29.893853,-93.979258,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001509,0.005334,0.02,"2013-01-22 00:00",0.02,"2013-09-13 00:00",0.02,"2013-09-19 00:00",0.02,"2013-10-25 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43826",1,29.893853,-93.979258,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43829",1,29.893853,-93.979258,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.007925,0.035375,0.21,"2013-02-03 00:00",0.15,"2013-09-25 00:00",0.03,"2013-03-11 00:00",0.03,"2013-04-04 00:00","","","","",0.21,0.15,0.03,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43830",1,29.893853,-93.979258,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001698,0.009143,0.06,"2013-07-27 00:00",0.03,"2013-10-07 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",0.06,0.03,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43831",1,29.893853,-93.979258,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.022075,0.156566,1.14,"2013-06-21 00:00",0.03,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-22 00:00","","","","",1.14,0.03,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43843",1,29.893853,-93.979258,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43860",1,29.893853,-93.979258,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00",0,"2013-02-03 00:00","","","","",0,0,0,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43954",1,29.893853,-93.979258,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",21,0.142264,0.198122,1.32,"2013-09-25 00:00",0.66,"2013-01-22 00:00",0.44,"2013-04-16 00:00",0.33,"2013-03-05 00:00","","","","",1.32,0.66,0.44,0.22,0.11,0.11,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","43960",1,29.893853,-93.979258,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.322453,0.372347,2.64,"2013-09-25 00:00",0.8,"2013-06-03 00:00",0.72,"2013-01-28 00:00",0.64,"2013-06-21 00:00","","","","",2.64,0.8,0.72,0.56,0.4,0.24,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45109",1,29.893853,-93.979258,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.123019,1.661878,12.08,"2013-02-09 00:00",4.48,"2013-09-25 00:00",2.16,"2013-06-21 00:00",1.68,"2013-06-03 00:00","","","","",12.08,4.48,2.16,1.6,1.12,0.8,0.4,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45201",1,29.893853,-93.979258,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.762264,2.074492,11.1,"2013-02-21 00:00",8.4,"2013-02-09 00:00",7.26,"2013-09-19 00:00",7.02,"2013-05-10 00:00","","","","",11.1,8.4,7.26,5.46,3.18,2.28,1.2,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45202",1,29.893853,-93.979258,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.753962,0.954121,6.3,"2013-09-25 00:00",3.92,"2013-06-03 00:00",2.94,"2013-02-21 00:00",2.8,"2013-05-04 00:00","","","","",6.3,3.92,2.94,2.8,2.03,1.61,0.84,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45203",1,29.893853,-93.979258,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.34566,0.450305,3.12,"2013-09-25 00:00",1.04,"2013-02-09 00:00",0.72,"2013-06-21 00:00",0.64,"2013-02-21 00:00","","","","",3.12,1.04,0.72,0.56,0.48,0.32,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45204",1,29.893853,-93.979258,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.291321,0.259749,1.84,"2013-09-25 00:00",0.72,"2013-02-09 00:00",0.56,"2013-01-22 00:00",0.48,"2013-06-03 00:00","","","","",1.84,0.72,0.56,0.48,0.32,0.24,0.16,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45207",1,29.893853,-93.979258,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45208",1,29.893853,-93.979258,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",37,0.114717,0.115951,0.63,"2013-06-21 00:00",0.36,"2013-10-31 00:00",0.27,"2013-02-21 00:00",0.27,"2013-03-23 00:00","","","","",0.63,0.36,0.27,0.27,0.18,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45209",1,29.893853,-93.979258,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.063396,0.08131,0.63,"2013-09-25 00:00",0.18,"2013-06-21 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00","","","","",0.63,0.18,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45210",1,29.893853,-93.979258,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.016981,0.046887,0.27,"2013-09-25 00:00",0.09,"2013-03-23 00:00",0.09,"2013-04-22 00:00",0.09,"2013-07-09 00:00","","","","",0.27,0.09,0.09,0.09,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45211",1,29.893853,-93.979258,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",50,0.077736,0.156827,1.17,"2013-09-25 00:00",0.27,"2013-06-21 00:00",0.18,"2013-10-31 00:00",0.05,"2013-01-04 00:00","","","","",1.17,0.27,0.18,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45212",1,29.893853,-93.979258,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.131321,0.190243,1.35,"2013-09-25 00:00",0.36,"2013-01-22 00:00",0.36,"2013-10-07 00:00",0.27,"2013-04-22 00:00","","","","",1.35,0.36,0.36,0.18,0.18,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45213",1,29.893853,-93.979258,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.065094,0.09341,0.72,"2013-09-25 00:00",0.18,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00","","","","",0.72,0.18,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45218",1,29.893853,-93.979258,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-03 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45219",1,29.893853,-93.979258,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.061321,0.041186,0.3,"2013-09-25 00:00",0.2,"2013-02-09 00:00",0.1,"2013-03-23 00:00",0.1,"2013-06-09 00:00","","","","",0.3,0.2,0.1,0.1,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45220",1,29.893853,-93.979258,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.125283,0.186636,0.88,"2013-06-15 00:00",0.72,"2013-09-25 00:00",0.56,"2013-11-12 00:00",0.48,"2013-02-15 00:00","","","","",0.88,0.72,0.56,0.32,0.16,0.08,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45225",1,29.893853,-93.979258,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",50,0.057358,0.030328,0.18,"2013-01-22 00:00",0.18,"2013-02-09 00:00",0.18,"2013-10-31 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","45801",1,29.893853,-93.979258,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.011321,0.052698,0.3,"2013-06-03 00:00",0.24,"2013-05-04 00:00",0.06,"2013-08-20 00:00",0,"2013-01-04 00:00","","","","",0.3,0.24,0.06,0,0,0,0,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","0019","61101",1,29.893853,-93.979258,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6893,79,287,365,0,399,"","","Certification not required",0,7.39971,3.674426,20.5,"2013-02-18 15:00",20.4,"2013-02-18 14:00",20.2,"2013-01-29 14:00",20.1,"2013-01-29 20:00","","","","",17.1,15.8,13.9,12.3,9.8,7.2,2.8,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0019","61103",1,29.893853,-93.979258,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6870,78,286,365,0,422,"","","Certification not required",0,6.994803,3.714816,20.3,"2013-02-18 15:00",20.2,"2013-02-18 14:00",19.9,"2013-03-04 10:00",19.8,"2013-01-29 20:00","","","","",16.8,15.4,13.5,12,9.5,6.8,2.4,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0019","61104",1,29.893853,-93.979258,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6870,78,286,365,0,422,"","","Certification not required",0,172.526376,98.480344,360,"2013-10-19 17:00",359.9,"2013-02-08 12:00",359.9,"2013-06-04 06:00",359.8,"2013-02-27 05:00","","","","",357.1,354.4,345.2,328,226.2,176.3,30.8,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0019","61105",1,29.893853,-93.979258,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6893,79,287,365,0,399,"","","Certification not required",0,13.245757,5.932779,36,"2013-01-29 14:00",36,"2013-04-27 22:00",36,"2013-10-31 07:00",34,"2013-01-29 12:00","","","","",29,27,24,21,17,13,5,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0019","61106",1,29.893853,-93.979258,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6870,78,286,365,0,422,"","","Certification not required",0,19.209884,10.579872,79.6,"2013-09-07 06:00",77.9,"2013-02-14 15:00",77.2,"2013-08-20 20:00",77,"2013-07-28 17:00","","","","",60.7,52.1,40.3,32.7,22.4,16.2,9.8,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0019","62101",1,29.893853,-93.979258,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,3,"","","Certification not required",0,71.898614,12.869074,98,"2013-06-29 15:00",98,"2013-06-29 16:00",97,"2013-06-28 14:00",97,"2013-06-28 15:00","","","","",93,92,90,87,81,75,53,"City Service Center / PA","201 H O Mills Blvd","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0021","88502",3,29.922919,-93.909028,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8431,96,350,365,0,329,"","","Certification not required",0,8.589479,5.996155,139,"2013-12-04 15:00",94,"2013-12-04 16:00",90.4,"2013-08-23 23:00",85.4,"2013-11-16 14:00","","","","",26.3,22.5,18.5,14.9,10.7,7.7,3,"Port Arthur Memorial School","2200 Jefferson Drive","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0021","88502",3,29.922919,-93.909028,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,8.510857,3.909088,33,"2013-08-08 00:00",25,"2013-07-04 00:00",22.2,"2013-12-04 00:00",21.4,"2013-07-24 00:00","","","","",21.4,20.7,16.1,13.1,9.9,7.9,4.5,"Port Arthur Memorial School","2200 Jefferson Drive","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","42601",1,29.863953,-94.3178,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8548,98,361,365,0,208,"","","Certification not required",0,0.638839,2.846848,56.5,"2013-12-18 09:00",55.1,"2013-12-17 05:00",51.8,"2013-02-15 06:00",49.7,"2013-10-10 04:00","","","","",12,6.4,2.6,1.1,0.3,0.1,-0.1,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","42602",1,29.863953,-94.3178,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8548,98,361,365,0,208,0,"","Certification not required",0,8.641828,5.962759,28.2,"2013-03-13 01:00",28,"2013-11-14 23:00",26.3,"2013-02-15 07:00",25.5,"2013-03-27 00:00","","","","",25.5,22.9,19.1,16.8,12.9,7.3,2.2,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","42602",1,29.863953,-94.3178,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8548,98,361,365,0,208,"","","Certification not required",0,3.102878,3.635317,28.2,"2013-03-13 01:00",28,"2013-11-14 23:00",26.3,"2013-02-15 07:00",25.9,"2013-02-15 08:00","","","","",16.5,14.5,10.8,8,4,1.9,0.2,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","42603",1,29.863953,-94.3178,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8548,98,361,365,0,208,"","","Certification not required",0,3.776568,5.563774,76.2,"2013-02-15 06:00",74.5,"2013-12-18 09:00",65.4,"2013-12-17 05:00",65.4,"2013-12-18 08:00","","","","",26.3,19.9,13.3,9.4,4.4,2,0.2,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","44201",1,29.863953,-94.3178,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8643,99,360,365,0,113,0,0,"Requested but not yet concurred",591,0.042253,0.013979,0.085,"2013-08-29 16:00",0.083,"2013-04-12 15:00",0.081,"2013-07-03 16:00",0.079,"2013-08-19 14:00","","","","",0.079,0.071,0.065,0.06,0.052,0.043,0.024,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","44201",1,29.863953,-94.3178,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8700,98,359,365,0,0,0,0,"Requested but not yet concurred",0,0.037501,0.012781,0.075,"2013-04-12 11:00",0.069,"2013-05-07 11:00",0.069,"2013-07-03 10:00",0.066,"2013-05-13 09:00","","","","",0.066,0.064,0.059,0.055,0.046,0.037,0.021,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","44201",1,29.863953,-94.3178,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8700,98,359,365,0,0,0,0,"Requested but not yet concurred",0,0.037501,0.012781,0.075,"2013-04-12 11:00",0.069,"2013-05-07 11:00",0.069,"2013-07-03 10:00",0.066,"2013-05-13 09:00","","","","",0.066,0.064,0.059,0.055,0.046,0.037,0.021,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","61101",1,29.863953,-94.3178,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7286,83,304,365,0,6,"","","Certification not required",0,5.399259,3.231273,18.3,"2013-02-18 13:00",17.6,"2013-02-18 14:00",16.8,"2013-01-29 10:00",16.8,"2013-01-30 11:00","","","","",14.2,13.1,11.4,9.9,7.6,4.9,1.6,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","61103",1,29.863953,-94.3178,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7286,83,304,365,0,6,"","","Certification not required",0,5.063945,3.183008,17.9,"2013-02-18 13:00",17.2,"2013-02-18 14:00",16.4,"2013-01-29 10:00",16.3,"2013-01-30 11:00","","","","",13.7,12.6,11,9.5,7.2,4.5,1.3,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","61104",1,29.863953,-94.3178,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7286,83,304,365,0,6,"","","Certification not required",0,159.640077,98.202454,360,"2013-07-01 00:00",359.9,"2013-07-19 17:00",359.9,"2013-07-27 23:00",359.9,"2013-09-06 03:00","","","","",356.6,353.6,343.5,327.1,203,148,31.4,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","61105",1,29.863953,-94.3178,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7286,83,304,365,0,6,"","","Certification not required",0,10.635191,6.108742,37,"2013-04-09 18:00",36,"2013-02-18 18:00",36,"2013-03-04 12:00",36,"2013-03-24 11:00","","","","",28,26,22,19,15,10,3,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","61106",1,29.863953,-94.3178,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7286,83,304,365,0,6,"","","Certification not required",0,20.916882,11.529771,78.8,"2013-04-14 04:00",77.6,"2013-04-28 06:00",77,"2013-06-06 03:00",76.9,"2013-07-10 05:00","","","","",66,59.1,46.8,36,23.2,17.2,11.8,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","62101",1,29.863953,-94.3178,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7280,83,304,365,0,12,"","","Certification not required",0,70.641896,12.506371,98,"2013-06-29 16:00",97,"2013-06-29 14:00",97,"2013-06-29 15:00",95,"2013-06-29 13:00","","","","",91,90,89,86,79,74,52,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","63301",1,29.863953,-94.3178,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7288,83,304,365,0,4,"","","Certification not required",3555,0.273301,0.383135,1.48,"2013-07-09 12:00",1.44,"2013-07-11 12:00",1.44,"2013-07-12 12:00",1.43,"2013-04-25 12:00","","","","",1.29,1.24,1.12,0.94,0.49,0.02,0.005,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","0022","88502",3,29.863953,-94.3178,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7741,88,320,365,0,1015,"","","Certification not required",0,8.702106,7.637533,310,"2013-08-03 22:00",282,"2013-08-03 21:00",140,"2013-08-03 23:00",102.2,"2013-12-25 12:00","","","","",29.4,23.2,17.9,14.8,10.8,7.6,3.1,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0022","88502",3,29.863953,-94.3178,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",320,88,320,365,0,0,"","","Certification not required",0,8.665313,4.265927,37.8,"2013-08-03 00:00",28.6,"2013-08-08 00:00",24.7,"2013-12-13 00:00",24.1,"2013-07-30 00:00","","","","",24.1,19.1,16.8,13.8,10.4,7.7,4.6,"Hamshire","12552 Second St","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0101","42600",2,29.728,-93.894,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5972,68,225,365,0,2782,"","","Certification not required",0,2.906999,3.393321,57.4,"2013-10-24 07:00",52,"2013-12-18 09:00",43.1,"2013-12-17 07:00",31,"2013-10-24 08:00","","","","",16.6,12.6,8.8,6.6,3.9,1.9,0.2,"SETRPC 40 Sabine Pass","5200 Mechanic","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0101","42601",2,29.728,-93.894,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6245,71,234,365,0,2509,"","","Certification not required",0,0.251033,0.900499,30.2,"2013-12-18 09:00",27.3,"2013-10-24 07:00",16.9,"2013-12-17 07:00",15.5,"2013-11-22 19:00","","","","",3.4,2.1,1.2,0.6,0.2,0,0,"SETRPC 40 Sabine Pass","5200 Mechanic","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","0101","44201",1,29.728,-93.894,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5656,64,235,365,0,170,0,0,"Requested but not yet concurred",11,0.042804,0.014941,0.109,"2013-07-02 15:00",0.081,"2013-07-13 13:00",0.08,"2013-05-06 18:00",0.08,"2013-07-03 07:00","","","","",0.08,0.078,0.065,0.06,0.053,0.043,0.023,"SETRPC 40 Sabine Pass","5200 Mechanic","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0101","44201",1,29.728,-93.894,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5666,64,233,365,0,0,0,0,"Requested but not yet concurred",0,0.038326,0.013509,0.074,"2013-07-04 10:00",0.072,"2013-07-02 10:00",0.067,"2013-05-07 13:00",0.067,"2013-07-13 11:00","","","","",0.067,0.066,0.06,0.055,0.048,0.038,0.02,"SETRPC 40 Sabine Pass","5200 Mechanic","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0101","44201",1,29.728,-93.894,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5666,64,233,365,0,0,0,0,"Requested but not yet concurred",0,0.038326,0.013509,0.074,"2013-07-04 10:00",0.072,"2013-07-02 10:00",0.067,"2013-05-07 13:00",0.067,"2013-07-13 11:00","","","","",0.067,0.066,0.06,0.055,0.048,0.038,0.02,"SETRPC 40 Sabine Pass","5200 Mechanic","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0102","44201",1,29.9425,-94.000556,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5575,63,231,365,0,213,0,0,"Requested but not yet concurred",125,0.041061,0.012554,0.072,"2013-07-13 11:00",0.066,"2013-08-19 14:00",0.064,"2013-05-01 12:00",0.064,"2013-08-28 11:00","","","","",0.064,0.063,0.061,0.058,0.051,0.042,0.023,"SETRPC 43 Jefferson Co Airport","Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0102","44201",1,29.9425,-94.000556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5603,62,227,365,0,0,0,0,"Requested but not yet concurred",0,0.036736,0.011509,0.065,"2013-07-13 10:00",0.059,"2013-07-03 10:00",0.057,"2013-04-12 10:00",0.057,"2013-04-22 09:00","","","","",0.057,0.057,0.055,0.053,0.046,0.037,0.021,"SETRPC 43 Jefferson Co Airport","Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0102","44201",1,29.9425,-94.000556,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5603,62,227,365,0,0,0,0,"Requested but not yet concurred",0,0.036736,0.011509,0.065,"2013-07-13 10:00",0.059,"2013-07-03 10:00",0.057,"2013-04-12 10:00",0.057,"2013-04-22 09:00","","","","",0.057,0.057,0.055,0.053,0.046,0.037,0.021,"SETRPC 43 Jefferson Co Airport","Jefferson County Airport","Texas","Jefferson","Port Arthur","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0628","44201",1,29.865,-93.955,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5610,64,233,365,0,221,0,0,"Certification not required",215,0.038627,0.014513,0.072,"2013-04-12 13:00",0.072,"2013-04-14 13:00",0.071,"2013-07-13 14:00",0.07,"2013-05-07 19:00","","","","",0.071,0.068,0.059,0.056,0.049,0.04,0.018,"SETRPC Port Arthur","Unavailable","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0628","44201",1,29.865,-93.955,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5625,64,232,365,0,0,0,0,"Certification not required",0,0.034444,0.013843,0.065,"2013-04-12 10:00",0.061,"2013-05-07 12:00",0.059,"2013-04-05 11:00",0.059,"2013-04-22 10:00","","","","",0.059,0.059,0.056,0.053,0.046,0.035,0.016,"SETRPC Port Arthur","Unavailable","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","0628","44201",1,29.865,-93.955,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5625,64,232,365,0,0,0,0,"Certification not required",0,0.034444,0.013843,0.065,"2013-04-12 10:00",0.061,"2013-05-07 12:00",0.059,"2013-04-05 11:00",0.059,"2013-04-22 10:00","","","","",0.059,0.059,0.056,0.053,0.046,0.035,0.016,"SETRPC Port Arthur","Unavailable","Texas","Jefferson","","Beaumont-Port Arthur, TX","2014-01-13" +"48","245","1035","42101",1,29.978924,-94.010872,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",8648,99,365,365,0,108,0,0,"Certification not required",0,0.152494,0.062608,0.755,"2013-12-28 23:00",0.716,"2013-12-28 22:00",0.683,"2013-04-12 22:00",0.643,"2013-12-29 00:00","","","","",0.393,0.331,0.261,0.217,0.177,0.146,0.086,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","42101",1,29.978924,-94.010872,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8689,99,358,365,0,0,0,0,"Certification not required",0,0.154402,0.063029,0.6,"2013-12-29 02:00",0.6,"2013-12-29 03:00",0.6,"2013-12-29 04:00",0.6,"2013-12-29 05:00",0.6,"2013-12-29 02:00",0.5,"2013-02-17 03:00",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","42601",1,29.978924,-94.010872,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8578,98,364,365,0,178,"","","Certification not required",0,0.357659,2.209637,70.9,"2013-12-17 08:00",58.2,"2013-12-16 08:00",55.3,"2013-12-17 07:00",53,"2013-12-16 07:00","","","","",7.9,4.6,2.1,0.9,0.1,-0.1,-0.3,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","42602",1,29.978924,-94.010872,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8578,98,364,365,0,178,0,"","Certification not required",0,11.246154,5.303584,28.4,"2013-12-18 09:00",27.5,"2013-01-17 22:00",27.2,"2013-02-15 06:00",26.1,"2013-12-17 08:00","","","","",26.1,23.4,21.1,18.7,14.6,10.7,5,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","42602",1,29.978924,-94.010872,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8578,98,364,365,0,178,"","","Certification not required",0,4.55007,4.036843,28.4,"2013-12-18 09:00",27.5,"2013-01-17 22:00",27.2,"2013-02-15 06:00",26.3,"2013-12-18 08:00","","","","",18.4,16.1,13,10.4,6.2,3.2,0.9,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","42603",1,29.978924,-94.010872,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8578,98,364,365,0,178,"","","Certification not required",0,4.866589,5.345843,96,"2013-12-17 08:00",76.5,"2013-12-16 08:00",73.7,"2013-12-17 07:00",68.1,"2013-12-16 07:00","","","","",23.8,19.5,14.6,11.2,6.4,3.2,0.7,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","43000",1,29.978924,-94.010872,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,113.661346,366.052757,15174.8,"2013-04-20 04:00",6567.5,"2013-04-20 03:00",5748.1,"2013-02-15 05:00",5002.5,"2013-04-20 05:00","","","","",1126.6,684.1,358.2,214.1,100.2,48.5,14.3,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43102",1,29.978924,-94.010872,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,122.86284,395.554179,16275.13,"2013-04-20 04:00",6961.27,"2013-04-20 03:00",6416.35,"2013-02-15 05:00",5314.71,"2013-04-20 05:00","","","","",1242.08,753.81,387.2,230.2,107.45,52.11,16.03,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43202",1,29.978924,-94.010872,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",2,17.125206,30.325751,1084.28,"2013-04-20 04:00",457.3,"2013-01-19 05:00",456,"2013-04-20 03:00",408.14,"2013-02-15 05:00","","","","",112.95,82.74,49.88,34.43,19.7,10.6,2.23,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43203",1,29.978924,-94.010872,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",1364,0.97597,2.411924,40.97,"2013-01-22 12:00",39.17,"2013-03-01 02:00",29.71,"2013-05-07 08:00",29.24,"2013-03-03 07:00","","","","",11.21,7.76,4.62,2.76,0.91,0.14,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43204",1,29.978924,-94.010872,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",148,22.816825,82.42092,3320.63,"2013-04-20 04:00",1774.21,"2013-04-20 03:00",1320.15,"2013-04-20 05:00",1116.04,"2013-01-19 05:00","","","","",240.14,153.76,73.87,44.06,19.93,8.65,0.92,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43205",1,29.978924,-94.010872,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",2038,0.954103,5.005182,171.47,"2013-06-05 22:00",140.72,"2013-04-14 23:00",108.81,"2013-06-05 21:00",79.3,"2013-01-09 06:00","","","","",11.27,5.78,3.43,2.13,0.75,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43206",1,29.978924,-94.010872,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",690,0.471689,0.431583,9.6,"2013-04-20 04:00",5.1,"2013-02-16 23:00",4.3,"2013-03-03 07:00",4.1,"2013-02-01 07:00","","","","",2.1,1.7,1.1,0.9,0.6,0.4,0.05,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43212",1,29.978924,-94.010872,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",0,20.045847,90.172506,4174.81,"2013-04-20 04:00",1771.77,"2013-04-20 03:00",1348.89,"2013-04-20 05:00",1084.59,"2013-02-15 05:00","","","","",245.12,133.57,63.6,35.07,15.02,6.7,1.73,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43214",1,29.978924,-94.010872,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",10,10.180362,32.596321,1279.8,"2013-04-20 04:00",560.72,"2013-04-20 03:00",460.4,"2013-02-15 05:00",443.71,"2013-04-20 05:00","","","","",115.94,72.1,37.6,20.91,8.1,3.52,0.77,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43216",1,29.978924,-94.010872,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",1967,0.133122,0.322136,7.43,"2013-03-28 06:00",6.3,"2013-01-11 08:00",6,"2013-04-20 07:00",3.82,"2013-03-21 05:00","","","","",1.33,0.82,0.49,0.32,0.15,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43217",1,29.978924,-94.010872,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",2089,0.160285,0.572416,16.7,"2013-04-20 07:00",14.15,"2013-03-28 06:00",9.39,"2013-06-21 23:00",7.52,"2013-03-21 05:00","","","","",1.86,1.13,0.57,0.33,0.15,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43218",1,29.978924,-94.010872,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",0,0.705292,3.182965,66.7,"2013-03-08 08:00",55.7,"2013-04-20 07:00",53.3,"2013-03-28 06:00",48.4,"2013-06-13 00:00","","","","",14.1,8.2,2.6,0.9,0.2,0.1,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43220",1,29.978924,-94.010872,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",0,9.586139,41.900095,1808.64,"2013-04-20 04:00",686.78,"2013-04-20 03:00",666.41,"2013-02-15 05:00",527.56,"2013-04-20 05:00","","","","",128.6,72.11,32.1,15.67,6.2,2.87,0.85,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43221",1,29.978924,-94.010872,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",0,12.462602,44.488668,1818.2,"2013-04-20 04:00",720.08,"2013-02-15 05:00",684.63,"2013-04-20 03:00",537.58,"2013-04-20 05:00","","","","",154.05,84.93,42.05,22.27,9.28,4.41,1.41,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43224",1,29.978924,-94.010872,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",1919,0.136289,0.376856,10.51,"2013-03-07 07:00",10.25,"2013-03-28 06:00",7.32,"2013-06-21 23:00",5.19,"2013-03-08 07:00","","","","",1.16,0.84,0.51,0.33,0.15,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43226",1,29.978924,-94.010872,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",2171,0.093831,0.15308,1.27,"2013-06-11 23:00",1.26,"2013-06-10 23:00",1.16,"2013-06-08 23:00",1.15,"2013-06-24 04:00","","","","",0.71,0.6,0.41,0.27,0.13,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43227",1,29.978924,-94.010872,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",3041,0.036779,0.075528,0.56,"2013-02-16 23:00",0.55,"2013-03-07 07:00",0.55,"2013-06-24 04:00",0.53,"2013-01-11 07:00","","","","",0.35,0.3,0.2,0.13,0.005,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43231",1,29.978924,-94.010872,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,3.077199,12.689418,438.16,"2013-04-20 04:00",287.11,"2013-02-15 05:00",219,"2013-02-15 04:00",201.33,"2013-02-15 03:00","","","","",41.22,24.02,10.78,5.34,2.03,0.89,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43232",1,29.978924,-94.010872,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1115,0.969907,4.654393,140.32,"2013-02-15 05:00",132.29,"2013-02-15 04:00",129.07,"2013-02-15 03:00",108.51,"2013-04-20 04:00","","","","",11.76,6.23,3.09,1.68,0.73,0.35,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43233",1,29.978924,-94.010872,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1477,0.412023,1.860815,51,"2013-02-15 03:00",50.16,"2013-02-15 05:00",46.94,"2013-02-15 04:00",40.07,"2013-03-01 08:00","","","","",4.66,2.86,1.42,0.85,0.31,0.15,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43235",1,29.978924,-94.010872,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1573,0.243598,0.717119,18.98,"2013-03-11 07:00",18.56,"2013-03-01 08:00",13.18,"2013-02-15 03:00",13.01,"2013-02-15 04:00","","","","",2.66,1.62,0.93,0.53,0.23,0.11,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43238",1,29.978924,-94.010872,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1682,0.163662,0.434405,14.12,"2013-05-08 06:00",7.33,"2013-02-04 07:00",7.27,"2013-02-27 17:00",4.98,"2013-03-01 08:00","","","","",1.83,1.08,0.62,0.35,0.16,0.08,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43242",1,29.978924,-94.010872,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",0,0.636332,2.224106,97.18,"2013-04-20 04:00",40.7,"2013-04-20 03:00",35.18,"2013-02-15 05:00",30.97,"2013-04-20 05:00","","","","",6.45,3.53,1.82,1.04,0.5,0.28,0.14,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43243",1,29.978924,-94.010872,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",1724,0.686473,1.545257,20.81,"2013-06-30 20:00",19.68,"2013-06-30 19:00",16.78,"2013-06-30 21:00",15.64,"2013-06-22 14:00","","","","",6.85,5.61,3.76,2.42,0.47,0.09,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43244",1,29.978924,-94.010872,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",553,0.403435,0.990694,28.4,"2013-04-20 04:00",20.52,"2013-02-15 05:00",13.04,"2013-02-15 04:00",12.79,"2013-01-19 05:00","","","","",3.9,2.49,1.4,0.83,0.35,0.18,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43247",1,29.978924,-94.010872,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",3747,0.049177,0.595623,26.96,"2013-04-20 04:00",12.94,"2013-02-15 05:00",10.25,"2013-02-15 04:00",10.07,"2013-02-15 03:00","","","","",1,0.42,0.005,0.005,0.005,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43248",1,29.978924,-94.010872,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1691,1.235826,4.671089,158.05,"2013-04-20 04:00",107.22,"2013-02-15 05:00",63.57,"2013-02-15 04:00",60.09,"2013-04-20 03:00","","","","",16.18,8.92,4.36,2.56,1.08,0.31,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43249",1,29.978924,-94.010872,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",2155,0.530093,2.513529,69.95,"2013-02-15 05:00",66.81,"2013-02-15 04:00",66.09,"2013-04-20 04:00",64.92,"2013-02-15 03:00","","","","",6.56,3.69,1.91,1.07,0.47,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43250",1,29.978924,-94.010872,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,0.558333,1.717333,60.11,"2013-04-20 04:00",30.04,"2013-02-15 05:00",24.97,"2013-02-15 04:00",23.2,"2013-02-15 03:00","","","","",5.89,3.89,2.09,1.26,0.54,0.25,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43252",1,29.978924,-94.010872,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",3216,0.076054,0.258069,6.07,"2013-02-17 22:00",4.37,"2013-02-17 21:00",3.94,"2013-01-09 05:00",3.59,"2013-04-04 08:00","","","","",1.01,0.76,0.43,0.24,0.005,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43253",1,29.978924,-94.010872,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",2619,0.199576,1.030077,29.47,"2013-02-15 04:00",29.44,"2013-02-15 05:00",29.02,"2013-02-15 03:00",17.3,"2013-03-01 08:00","","","","",2.64,1.59,0.76,0.47,0.15,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43261",1,29.978924,-94.010872,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",564,1.146523,4.625832,135.46,"2013-04-20 04:00",125.32,"2013-02-15 05:00",109.04,"2013-02-15 04:00",105.27,"2013-02-15 03:00","","","","",13.08,7.13,3.62,2.11,0.89,0.41,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43262",1,29.978924,-94.010872,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1421,1.105291,5.236389,226.4,"2013-04-20 04:00",99.12,"2013-02-15 05:00",89.85,"2013-04-20 03:00",69.25,"2013-02-15 04:00","","","","",14.08,7.82,3.65,2.05,0.84,0.38,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43263",1,29.978924,-94.010872,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",2519,0.389177,2.167569,63.51,"2013-02-15 05:00",59.92,"2013-02-15 04:00",57.89,"2013-02-15 03:00",51.36,"2013-04-20 04:00","","","","",5.72,3.22,1.58,0.65,0.29,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43280",1,29.978924,-94.010872,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3836,44,177,365,0,27,"","","Certification not required",116,0.300242,0.608239,15.22,"2013-01-11 08:00",10.8,"2013-03-01 02:00",9.85,"2013-01-17 04:00",8.03,"2013-01-17 06:00","","","","",2.49,1.73,0.88,0.55,0.27,0.16,0.09,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43291",1,29.978924,-94.010872,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",3562,0.139309,0.906841,26.03,"2013-04-20 04:00",22.92,"2013-02-15 05:00",20.01,"2013-02-15 04:00",19.24,"2013-02-15 03:00","","","","",2.94,1.68,0.81,0.005,0.005,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","43960",1,29.978924,-94.010872,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",2402,0.198435,1.08652,32.41,"2013-02-15 05:00",32.13,"2013-02-15 04:00",31.61,"2013-02-15 03:00",16.59,"2013-04-20 04:00","","","","",2.35,1.38,0.75,0.37,0.16,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","44201",1,29.978924,-94.010872,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8418,96,350,365,0,338,0,0,"Requested but not yet concurred",356,0.042823,0.013887,0.099,"2013-09-26 12:00",0.082,"2013-07-13 11:00",0.078,"2013-10-24 15:00",0.075,"2013-08-01 15:00","","","","",0.075,0.072,0.066,0.06,0.052,0.042,0.024,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","44201",1,29.978924,-94.010872,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8457,96,349,365,0,0,0,0,"Requested but not yet concurred",0,0.037734,0.012428,0.076,"2013-09-26 09:00",0.07,"2013-07-13 10:00",0.069,"2013-09-27 10:00",0.065,"2013-10-09 10:00","","","","",0.065,0.063,0.059,0.055,0.046,0.038,0.022,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","44201",1,29.978924,-94.010872,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8457,96,349,365,0,0,1,1,"Requested but not yet concurred",0,0.037734,0.012428,0.076,"2013-09-26 09:00",0.07,"2013-07-13 10:00",0.069,"2013-09-27 10:00",0.065,"2013-10-09 10:00","","","","",0.065,0.063,0.059,0.055,0.046,0.038,0.022,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1035","45109",1,29.978924,-94.010872,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,0.899525,1.645022,34.89,"2013-02-15 04:00",33.28,"2013-02-15 05:00",33.21,"2013-02-15 03:00",14.39,"2013-01-19 05:00","","","","",7.46,5.94,3.35,1.86,0.82,0.44,0.2,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45201",1,29.978924,-94.010872,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,1.504361,2.95869,62.75,"2013-04-20 04:00",51.94,"2013-02-15 05:00",43.09,"2013-02-15 04:00",40.25,"2013-02-15 03:00","","","","",14.08,9.31,4.74,3,1.54,0.8,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45202",1,29.978924,-94.010872,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,1.778057,3.395447,80.62,"2013-02-15 05:00",79.81,"2013-02-15 04:00",76.97,"2013-02-15 03:00",64.06,"2013-03-01 08:00","","","","",12.42,9.16,5.58,3.51,1.81,0.98,0.45,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45203",1,29.978924,-94.010872,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,0.237569,0.454839,7.34,"2013-04-12 03:00",6.63,"2013-02-15 04:00",6.19,"2013-02-15 05:00",6.09,"2013-02-15 03:00","","","","",2.15,1.65,0.96,0.55,0.25,0.13,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45204",1,29.978924,-94.010872,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,0.277926,0.50531,7.55,"2013-02-15 04:00",7.16,"2013-04-12 03:00",7.09,"2013-02-15 03:00",7.02,"2013-02-15 05:00","","","","",2.41,1.89,1.1,0.64,0.28,0.15,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45207",1,29.978924,-94.010872,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",3169,0.073303,0.229808,5.32,"2013-04-12 03:00",3.55,"2013-05-08 06:00",3.04,"2013-02-15 04:00",2.81,"2013-02-15 03:00","","","","",0.98,0.72,0.43,0.23,0.005,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45208",1,29.978924,-94.010872,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",700,0.22169,0.427347,13.6,"2013-04-12 03:00",7.43,"2013-04-12 04:00",5.47,"2013-04-12 02:00",5.06,"2013-05-08 06:00","","","","",1.81,1.35,0.8,0.47,0.21,0.12,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45209",1,29.978924,-94.010872,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",3215,0.041086,0.128469,3.95,"2013-04-12 03:00",1.98,"2013-04-12 04:00",1.54,"2013-05-10 08:00",1.5,"2013-04-12 02:00","","","","",0.54,0.4,0.23,0.13,0.005,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45210",1,29.978924,-94.010872,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,0.008177,0.045488,0.96,"2013-04-12 03:00",0.86,"2013-01-11 20:00",0.65,"2013-02-27 17:00",0.64,"2013-03-01 08:00","","","","",0.18,0.14,0.07,0,0,0,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45220",1,29.978924,-94.010872,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",0,0.159022,0.726877,12.53,"2013-03-28 07:00",11.59,"2013-01-20 09:00",11.49,"2013-03-28 06:00",10.71,"2013-01-08 04:00","","","","",3.72,2.1,0.6,0.21,0.07,0,0,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","45225",1,29.978924,-94.010872,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3834,44,177,365,0,29,"","","Certification not required",1981,0.150494,0.289458,3.4,"2013-04-12 03:00",3.03,"2013-01-19 05:00",3.02,"2013-06-04 05:00",3.01,"2013-06-10 05:00","","","","",1.42,1.06,0.65,0.39,0.18,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-01-08" +"48","245","1035","61101",1,29.978924,-94.010872,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7254,83,302,365,0,38,"","","Certification not required",0,5.696802,3.252544,20.4,"2013-01-30 13:00",18.9,"2013-01-29 12:00",18.7,"2013-01-29 11:00",18.5,"2013-01-29 15:00","","","","",15.1,13.9,11.7,10.1,7.7,5.2,1.9,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","61103",1,29.978924,-94.010872,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7253,83,302,365,0,39,"","","Certification not required",0,5.317358,3.212236,19.9,"2013-01-30 13:00",18.5,"2013-01-29 12:00",18.2,"2013-01-29 11:00",18.1,"2013-01-29 15:00","","","","",14.7,13.4,11.2,9.7,7.4,4.7,1.6,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","61104",1,29.978924,-94.010872,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7253,83,302,365,0,39,"","","Certification not required",0,150.620957,93.427298,360,"2013-03-25 19:00",360,"2013-04-12 03:00",359.9,"2013-06-03 11:00",359.9,"2013-10-17 00:00","","","","",356.6,353.1,342.8,298.3,194.9,148.6,29,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","61105",1,29.978924,-94.010872,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7261,83,303,365,0,31,"","","Certification not required",0,11.185374,5.926321,35,"2013-04-27 22:00",34,"2013-01-30 13:00",33,"2013-01-29 11:00",33,"2013-01-30 14:00","","","","",28,26,22,19,15,11,4,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","61106",1,29.978924,-94.010872,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7253,83,302,365,0,39,"","","Certification not required",0,21.233696,11.024553,79.1,"2013-01-11 05:00",78.6,"2013-01-20 14:00",76,"2013-01-10 06:00",75.7,"2013-08-14 18:00","","","","",63.9,57.5,45.7,35.1,24,17.8,12.3,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","62101",1,29.978924,-94.010872,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,5,"","","Certification not required",0,71.477151,12.689118,98,"2013-06-29 15:00",98,"2013-06-29 16:00",98,"2013-06-29 17:00",97,"2013-06-29 14:00","","","","",92,91,89,87,81,74,53,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","62103",1,29.978924,-94.010872,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,5,"","","Certification not required",0,62.191848,13.762414,80,"2013-08-10 03:00",80,"2013-08-10 04:00",80,"2013-08-10 05:00",80,"2013-08-10 06:00","","","","",78,77,76,76,73,67,40,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","62201",1,29.978924,-94.010872,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7290,83,304,365,0,2,"","","Certification not required",0,75.1738,18.267824,100,"2013-01-06 05:00",100,"2013-01-09 09:00",100,"2013-01-09 18:00",100,"2013-01-09 19:00","","","","",100,100,98,96,91,79,49,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","63301",1,29.978924,-94.010872,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7291,83,304,365,0,1,"","","Certification not required",3479,0.268593,0.372273,1.5,"2013-07-19 11:00",1.42,"2013-07-08 11:00",1.4,"2013-05-12 11:00",1.39,"2013-05-03 11:00","","","","",1.27,1.19,1.06,0.91,0.49,0.02,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","63302",1,29.978924,-94.010872,"NAD83","Ultraviolet radiation","1 HOUR","","Observed Values","INSTRUMENTAL - UV RADIOMETER (PHOTOMETER)",2013,"Langleys/minute","No Events",7291,83,304,365,0,1,"","","Certification not required",4848,0.011879,0.011552,0.05,"2013-04-05 11:00",0.05,"2013-04-05 12:00",0.05,"2013-04-11 12:00",0.05,"2013-04-12 11:00","","","","",0.04,0.04,0.04,0.03,0.02,0.005,0.005,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1035","64101",1,29.978924,-94.010872,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7291,83,304,365,0,1,"","","Certification not required",0,1017.686737,4.881933,1036,"2013-01-18 09:00",1036,"2013-01-18 10:00",1035,"2013-01-18 07:00",1035,"2013-01-18 08:00","","","","",1031,1029,1027,1025,1020,1017,1012,"Nederland High School","135 Hare Road","Texas","Jefferson","Nederland","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","42401",1,30.06717,-94.09093,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7827,89,312,365,0,930,1,"","Certification not required",0,4.215705,7.592646,100.4,"2013-12-25 11:00",58.7,"2013-11-15 10:00",41.9,"2013-02-24 08:00",31,"2013-07-06 21:00","","","","",31,15.4,11,8,5.1,2.9,0.3,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","42401",1,30.06717,-94.09093,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7827,89,312,365,0,930,"","","Certification not required",0,0.99664,2.377448,100.4,"2013-12-25 11:00",58.7,"2013-11-15 10:00",54,"2013-12-25 10:00",45.1,"2013-11-15 09:00","","","","",7.7,5.9,3.9,2.7,1.2,0.3,-0.1,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","42401",1,30.06717,-94.09093,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",312,85,312,365,0,0,0,"","Certification not required",0,1.024359,1.338732,11.3,"2013-02-24 00:00",10.9,"2013-11-15 00:00",10.9,"2013-12-25 00:00",5.6,"2013-11-20 00:00","","","","",5.6,3.7,2.7,2.1,1.4,0.7,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","42401",1,30.06717,-94.09093,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2498,86,308,365,0,0,"",0,"Certification not required",0,1.001721,2.073963,54,"2013-12-25 11:00",42.8,"2013-11-15 11:00",18.9,"2013-02-24 08:00",18.9,"2013-11-15 08:00","","","","",6.7,5.7,3.7,2.6,1.3,0.4,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","42402",1,30.06717,-94.09093,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",6965,80,290,365,0,1792,"","","Certification not required",3173,0.001093,0.001574,0.0226,"2013-11-15 00:00",0.0189,"2013-07-04 20:00",0.0175,"2013-09-09 07:00",0.0164,"2013-10-21 06:00","","","","",0.0076,0.0057,0.0036,0.0027,0.0014,0.0005,0.0002,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","42406",1,30.06717,-94.09093,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7827,89,312,365,0,930,"","","Certification not required",0,1.697368,7.357141,391.2,"2013-12-25 10:00",352.2,"2013-12-25 11:00",161.4,"2013-11-15 10:00",133.8,"2013-12-13 05:00","","","","",12.7,9.1,5.8,4,1.8,0.6,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","43173",1,30.06717,-94.09093,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43202",1,30.06717,-94.09093,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,18.764314,9.663403,43.02,"2013-02-27 00:00",40.84,"2013-11-30 00:00",40.16,"2013-01-22 00:00",38.36,"2013-02-03 00:00","","","","",43.02,40.84,40.16,33.88,22.46,16.28,8.56,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43203",1,30.06717,-94.09093,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,3.474118,2.361377,9.66,"2013-08-26 00:00",8.86,"2013-09-25 00:00",8.18,"2013-11-30 00:00",7.76,"2013-01-22 00:00","","","","",9.66,8.86,8.18,7.04,4.74,3.08,1,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43204",1,30.06717,-94.09093,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,18.913529,17.384931,117.63,"2013-02-09 00:00",46.89,"2013-11-30 00:00",40.23,"2013-01-22 00:00",39.36,"2013-01-10 00:00","","","","",117.63,46.89,40.23,35.28,23.37,15.03,6.87,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43205",1,30.06717,-94.09093,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",8,1.876078,1.580509,7.32,"2013-08-26 00:00",5.1,"2013-07-15 00:00",4.29,"2013-04-16 00:00",4.17,"2013-06-09 00:00","","","","",7.32,5.1,4.29,3.78,3.15,1.74,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43206",1,30.06717,-94.09093,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",4,0.868235,0.528056,2.22,"2013-11-30 00:00",2.1,"2013-02-27 00:00",1.98,"2013-02-15 00:00",1.72,"2013-01-22 00:00","","","","",2.22,2.1,1.98,1.56,1.24,0.72,0.32,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43212",1,30.06717,-94.09093,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,11.414902,7.102594,32.36,"2013-09-07 00:00",26.72,"2013-11-30 00:00",26.44,"2013-01-22 00:00",23.04,"2013-02-27 00:00","","","","",32.36,26.72,26.44,20.56,15.68,9.92,4.04,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43214",1,30.06717,-94.09093,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,8.869804,9.773433,65.28,"2013-01-28 00:00",29.04,"2013-10-01 00:00",19.92,"2013-09-07 00:00",19.88,"2013-09-25 00:00","","","","",65.28,29.04,19.92,17.88,10.6,6.36,2.6,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43216",1,30.06717,-94.09093,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",38,0.14,0.177054,0.84,"2013-08-26 00:00",0.56,"2013-10-25 00:00",0.52,"2013-09-19 00:00",0.48,"2013-06-09 00:00","","","","",0.84,0.56,0.52,0.4,0.2,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43217",1,30.06717,-94.09093,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",36,0.145098,0.171317,0.76,"2013-08-26 00:00",0.52,"2013-06-09 00:00",0.52,"2013-10-25 00:00",0.48,"2013-09-19 00:00","","","","",0.76,0.52,0.52,0.4,0.24,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43218",1,30.06717,-94.09093,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.357647,0.644604,3,"2013-08-26 00:00",2.44,"2013-07-15 00:00",1.32,"2013-09-19 00:00",1.24,"2013-09-25 00:00","","","","",3,2.44,1.32,1.2,0.52,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43220",1,30.06717,-94.09093,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,3.65,1.869064,7.9,"2013-08-26 00:00",7.8,"2013-07-15 00:00",7.05,"2013-09-25 00:00",6.9,"2013-10-01 00:00","","","","",7.9,7.8,7.05,6.4,4.8,3.15,1.6,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43221",1,30.06717,-94.09093,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,6.859804,3.917551,20,"2013-08-26 00:00",14.7,"2013-09-07 00:00",14.05,"2013-01-22 00:00",12.1,"2013-09-25 00:00","","","","",20,14.7,14.05,11.85,9.75,6.3,3.1,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43224",1,30.06717,-94.09093,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",47,0.062745,0.050836,0.35,"2013-10-25 00:00",0.2,"2013-01-10 00:00",0.2,"2013-11-30 00:00",0.1,"2013-05-10 00:00","","","","",0.35,0.2,0.2,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43226",1,30.06717,-94.09093,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",40,0.087255,0.094786,0.5,"2013-10-25 00:00",0.45,"2013-10-13 00:00",0.3,"2013-10-07 00:00",0.2,"2013-05-28 00:00","","","","",0.5,0.45,0.3,0.2,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43227",1,30.06717,-94.09093,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",42,0.069608,0.053924,0.3,"2013-08-26 00:00",0.25,"2013-10-13 00:00",0.25,"2013-10-25 00:00",0.15,"2013-05-22 00:00","","","","",0.3,0.25,0.25,0.1,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43228",1,30.06717,-94.09093,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",35,0.09902,0.112912,0.65,"2013-08-26 00:00",0.5,"2013-10-25 00:00",0.3,"2013-07-03 00:00",0.25,"2013-09-07 00:00","","","","",0.65,0.5,0.3,0.15,0.1,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43230",1,30.06717,-94.09093,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",2,1.012549,0.599756,3.06,"2013-09-25 00:00",2.16,"2013-10-07 00:00",2.04,"2013-09-07 00:00",2.04,"2013-10-01 00:00","","","","",3.06,2.16,2.04,1.86,1.32,0.96,0.36,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43231",1,30.06717,-94.09093,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.377647,0.954582,4.74,"2013-09-25 00:00",3.84,"2013-06-09 00:00",2.88,"2013-10-07 00:00",2.76,"2013-10-01 00:00","","","","",4.74,3.84,2.88,2.58,1.92,1.2,0.36,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43232",1,30.06717,-94.09093,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",1,0.652941,0.352813,1.68,"2013-06-09 00:00",1.4,"2013-04-22 00:00",1.33,"2013-09-25 00:00",1.26,"2013-05-22 00:00","","","","",1.68,1.4,1.33,1.05,0.84,0.63,0.28,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43233",1,30.06717,-94.09093,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",8,0.404706,0.397262,2,"2013-04-22 00:00",1.44,"2013-01-22 00:00",1.44,"2013-05-22 00:00",1.2,"2013-06-09 00:00","","","","",2,1.44,1.44,0.8,0.48,0.32,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43234",1,30.06717,-94.09093,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43235",1,30.06717,-94.09093,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",29,0.203137,0.242211,1.08,"2013-01-22 00:00",1.08,"2013-05-28 00:00",0.72,"2013-06-09 00:00",0.54,"2013-10-13 00:00","","","","",1.08,1.08,0.72,0.45,0.27,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43238",1,30.06717,-94.09093,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",33,0.15,0.326037,2.3,"2013-05-28 00:00",0.5,"2013-01-22 00:00",0.5,"2013-05-10 00:00",0.3,"2013-01-10 00:00","","","","",2.3,0.5,0.5,0.3,0.1,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43242",1,30.06717,-94.09093,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",21,0.178431,0.14569,0.65,"2013-09-25 00:00",0.45,"2013-01-22 00:00",0.45,"2013-10-01 00:00",0.4,"2013-04-22 00:00","","","","",0.65,0.45,0.45,0.4,0.3,0.15,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43243",1,30.06717,-94.09093,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",13,1.032353,1.155285,4.65,"2013-07-03 00:00",4,"2013-06-03 00:00",3.15,"2013-06-09 00:00",3.1,"2013-07-27 00:00","","","","",4.65,4,3.15,2.5,1.7,0.3,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43244",1,30.06717,-94.09093,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",21,0.241765,0.202324,0.78,"2013-09-25 00:00",0.66,"2013-10-07 00:00",0.6,"2013-08-26 00:00",0.54,"2013-01-22 00:00","","","","",0.78,0.66,0.6,0.48,0.42,0.18,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43247",1,30.06717,-94.09093,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.129412,0.113074,0.56,"2013-10-01 00:00",0.42,"2013-09-25 00:00",0.35,"2013-09-07 00:00",0.35,"2013-10-07 00:00","","","","",0.56,0.42,0.35,0.28,0.14,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43248",1,30.06717,-94.09093,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.503137,0.490728,1.98,"2013-04-22 00:00",1.62,"2013-09-25 00:00",1.5,"2013-01-22 00:00",1.32,"2013-10-13 00:00","","","","",1.98,1.62,1.5,1.2,0.84,0.42,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43249",1,30.06717,-94.09093,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",6,0.513725,0.292698,1.33,"2013-09-25 00:00",1.05,"2013-10-07 00:00",0.98,"2013-10-01 00:00",0.91,"2013-04-22 00:00","","","","",1.33,1.05,0.98,0.91,0.7,0.49,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43250",1,30.06717,-94.09093,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.517647,0.544083,2.88,"2013-10-01 00:00",1.76,"2013-09-07 00:00",1.52,"2013-01-10 00:00",1.36,"2013-10-13 00:00","","","","",2.88,1.76,1.52,1.2,0.72,0.32,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43252",1,30.06717,-94.09093,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",26,0.198039,0.218101,1.12,"2013-10-01 00:00",0.64,"2013-01-10 00:00",0.64,"2013-10-13 00:00",0.56,"2013-09-07 00:00","","","","",1.12,0.64,0.64,0.48,0.32,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43253",1,30.06717,-94.09093,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.145686,0.126701,0.56,"2013-04-22 00:00",0.48,"2013-09-25 00:00",0.4,"2013-01-22 00:00",0.4,"2013-10-07 00:00","","","","",0.56,0.48,0.4,0.32,0.24,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43261",1,30.06717,-94.09093,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",6,0.55902,0.371921,1.68,"2013-09-25 00:00",1.47,"2013-04-22 00:00",1.26,"2013-05-22 00:00",1.26,"2013-06-09 00:00","","","","",1.68,1.47,1.26,0.98,0.77,0.49,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43262",1,30.06717,-94.09093,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",3,0.586471,0.35247,1.92,"2013-09-25 00:00",1.26,"2013-06-09 00:00",1.14,"2013-01-22 00:00",1.14,"2013-10-13 00:00","","","","",1.92,1.26,1.14,1.08,0.78,0.54,0.3,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43263",1,30.06717,-94.09093,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",31,0.288431,0.333355,1.26,"2013-09-25 00:00",0.91,"2013-09-07 00:00",0.91,"2013-10-07 00:00",0.84,"2013-04-22 00:00","","","","",1.26,0.91,0.91,0.84,0.56,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43280",1,30.06717,-94.09093,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",20,0.607059,0.588902,2.44,"2013-08-26 00:00",1.8,"2013-06-09 00:00",1.68,"2013-09-19 00:00",1.52,"2013-09-07 00:00","","","","",2.44,1.8,1.68,1.32,1,0.52,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43282",1,30.06717,-94.09093,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",47,0.056863,0.024535,0.15,"2013-01-22 00:00",0.15,"2013-08-26 00:00",0.15,"2013-10-25 00:00",0.1,"2013-05-28 00:00","","","","",0.15,0.15,0.15,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43283",1,30.06717,-94.09093,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43284",1,30.06717,-94.09093,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",33,0.192353,0.229692,1.02,"2013-10-01 00:00",0.66,"2013-01-22 00:00",0.66,"2013-08-26 00:00",0.66,"2013-10-13 00:00","","","","",1.02,0.66,0.66,0.54,0.3,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43285",1,30.06717,-94.09093,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",3,1.508824,0.840727,3.84,"2013-09-25 00:00",3.24,"2013-10-07 00:00",3.06,"2013-09-07 00:00",2.88,"2013-10-01 00:00","","","","",3.84,3.24,3.06,2.7,1.92,1.5,0.66,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43289",1,30.06717,-94.09093,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43290",1,30.06717,-94.09093,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43291",1,30.06717,-94.09093,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",41,0.093725,0.096228,0.42,"2013-10-07 00:00",0.35,"2013-01-10 00:00",0.35,"2013-06-09 00:00",0.28,"2013-01-22 00:00","","","","",0.42,0.35,0.35,0.28,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43331",1,30.06717,-94.09093,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",51,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43801",1,30.06717,-94.09093,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.749804,0.165064,1.68,"2013-01-28 00:00",1.01,"2013-09-07 00:00",0.91,"2013-09-19 00:00",0.9,"2013-06-18 00:00","","","","",1.68,1.01,0.91,0.86,0.81,0.72,0.61,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43802",1,30.06717,-94.09093,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.071373,0.047582,0.35,"2013-03-05 00:00",0.14,"2013-09-25 00:00",0.14,"2013-10-07 00:00",0.13,"2013-02-15 00:00","","","","",0.35,0.14,0.14,0.09,0.08,0.06,0.04,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43803",1,30.06717,-94.09093,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.02,0.014283,0.05,"2013-02-27 00:00",0.05,"2013-06-09 00:00",0.05,"2013-09-25 00:00",0.04,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.04,0.03,0.02,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43804",1,30.06717,-94.09093,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.085882,0.030211,0.13,"2013-04-22 00:00",0.11,"2013-02-27 00:00",0.11,"2013-08-26 00:00",0.11,"2013-09-01 00:00","","","","",0.13,0.11,0.11,0.11,0.1,0.09,0.08,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43811",1,30.06717,-94.09093,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.239608,0.0128,0.27,"2013-02-27 00:00",0.26,"2013-02-03 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-15 00:00","","","","",0.27,0.26,0.26,0.25,0.25,0.24,0.22,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43813",1,30.06717,-94.09093,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001961,0.014003,0.1,"2013-08-26 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43814",1,30.06717,-94.09093,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.008235,0.012117,0.06,"2013-10-25 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.06,0.02,0.02,0.02,0.02,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43815",1,30.06717,-94.09093,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.015294,0.025796,0.1,"2013-01-22 00:00",0.1,"2013-04-22 00:00",0.08,"2013-01-10 00:00",0.06,"2013-10-25 00:00","","","","",0.1,0.1,0.08,0.04,0.02,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43817",1,30.06717,-94.09093,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.008627,0.010774,0.04,"2013-08-14 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.04,0.02,0.02,0.02,0.02,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43818",1,30.06717,-94.09093,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000392,0.002801,0.02,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.02,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43819",1,30.06717,-94.09093,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.002745,0.005685,0.02,"2013-01-10 00:00",0.02,"2013-04-04 00:00",0.02,"2013-09-01 00:00",0.01,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0.01,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43820",1,30.06717,-94.09093,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43823",1,30.06717,-94.09093,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.524118,0.037319,0.59,"2013-02-27 00:00",0.57,"2013-01-04 00:00",0.57,"2013-01-10 00:00",0.57,"2013-02-15 00:00","","","","",0.59,0.57,0.57,0.56,0.55,0.53,0.48,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43824",1,30.06717,-94.09093,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001176,0.004753,0.02,"2013-01-10 00:00",0.02,"2013-08-20 00:00",0.02,"2013-10-31 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43826",1,30.06717,-94.09093,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001176,0.004753,0.02,"2013-01-10 00:00",0.02,"2013-08-02 00:00",0.02,"2013-10-19 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43829",1,30.06717,-94.09093,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.003529,0.011458,0.06,"2013-04-16 00:00",0.03,"2013-03-05 00:00",0.03,"2013-04-04 00:00",0.03,"2013-06-03 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43830",1,30.06717,-94.09093,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000588,0.004201,0.03,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.03,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43831",1,30.06717,-94.09093,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000588,0.004201,0.03,"2013-07-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43843",1,30.06717,-94.09093,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.000784,0.003921,0.02,"2013-01-10 00:00",0.02,"2013-04-22 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43860",1,30.06717,-94.09093,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43954",1,30.06717,-94.09093,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",31,0.090784,0.084731,0.55,"2013-05-28 00:00",0.33,"2013-06-09 00:00",0.22,"2013-05-10 00:00",0.22,"2013-09-19 00:00","","","","",0.55,0.33,0.22,0.11,0.11,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","43960",1,30.06717,-94.09093,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",22,0.18,0.155705,0.64,"2013-04-22 00:00",0.64,"2013-06-09 00:00",0.56,"2013-01-22 00:00",0.4,"2013-08-26 00:00","","","","",0.64,0.64,0.56,0.4,0.24,0.16,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45109",1,30.06717,-94.09093,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,1.568627,0.993042,5.04,"2013-01-28 00:00",3.68,"2013-01-22 00:00",3.6,"2013-09-25 00:00",3.52,"2013-04-22 00:00","","","","",5.04,3.68,3.6,2.56,2,1.52,0.56,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45201",1,30.06717,-94.09093,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.038824,1.346702,8.76,"2013-09-19 00:00",5.04,"2013-08-26 00:00",3.78,"2013-06-09 00:00",3.6,"2013-01-10 00:00","","","","",8.76,5.04,3.78,3.24,2.64,1.68,0.84,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45202",1,30.06717,-94.09093,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,2.776667,2.000466,9.66,"2013-06-09 00:00",7.84,"2013-09-19 00:00",7.21,"2013-08-26 00:00",5.53,"2013-10-07 00:00","","","","",9.66,7.84,7.21,5.04,3.92,2.1,0.98,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45203",1,30.06717,-94.09093,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.503529,0.331897,1.36,"2013-09-25 00:00",1.28,"2013-01-28 00:00",1.2,"2013-01-22 00:00",1.12,"2013-10-07 00:00","","","","",1.36,1.28,1.2,0.8,0.72,0.48,0.16,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45204",1,30.06717,-94.09093,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.497255,0.320924,1.36,"2013-01-28 00:00",1.28,"2013-04-22 00:00",1.2,"2013-09-25 00:00",1.2,"2013-10-07 00:00","","","","",1.36,1.28,1.2,0.88,0.64,0.4,0.16,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45207",1,30.06717,-94.09093,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.056863,0.035468,0.27,"2013-09-25 00:00",0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45208",1,30.06717,-94.09093,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",28,0.195098,0.232606,1.08,"2013-09-25 00:00",0.99,"2013-10-07 00:00",0.72,"2013-10-13 00:00",0.54,"2013-09-07 00:00","","","","",1.08,0.99,0.72,0.45,0.27,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45209",1,30.06717,-94.09093,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.055098,0.025485,0.18,"2013-01-10 00:00",0.18,"2013-09-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45210",1,30.06717,-94.09093,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.001765,0.012603,0.09,"2013-08-20 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.09,0,0,0,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45211",1,30.06717,-94.09093,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",48,0.061176,0.046331,0.27,"2013-09-25 00:00",0.27,"2013-10-07 00:00",0.18,"2013-05-28 00:00",0.05,"2013-01-04 00:00","","","","",0.27,0.27,0.18,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45212",1,30.06717,-94.09093,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",27,0.157059,0.136503,0.54,"2013-04-22 00:00",0.54,"2013-10-07 00:00",0.36,"2013-01-10 00:00",0.36,"2013-02-27 00:00","","","","",0.54,0.54,0.36,0.36,0.27,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45213",1,30.06717,-94.09093,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",44,0.071373,0.056215,0.27,"2013-09-25 00:00",0.27,"2013-10-07 00:00",0.18,"2013-01-10 00:00",0.18,"2013-02-27 00:00","","","","",0.27,0.27,0.18,0.18,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45218",1,30.06717,-94.09093,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.055882,0.029406,0.2,"2013-01-22 00:00",0.2,"2013-04-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45219",1,30.06717,-94.09093,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",42,0.062745,0.032929,0.2,"2013-01-22 00:00",0.2,"2013-09-25 00:00",0.1,"2013-01-10 00:00",0.1,"2013-02-15 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45220",1,30.06717,-94.09093,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.072157,0.081983,0.32,"2013-09-25 00:00",0.32,"2013-10-01 00:00",0.24,"2013-09-07 00:00",0.16,"2013-01-10 00:00","","","","",0.32,0.32,0.24,0.16,0.08,0.08,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45225",1,30.06717,-94.09093,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",49,0.056863,0.035468,0.27,"2013-09-19 00:00",0.18,"2013-10-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.27,0.18,0.05,0.05,0.05,0.05,0.05,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","45801",1,30.06717,-94.09093,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",51,84,51,61,0,0,"","","Certification not required",0,0.009412,0.027815,0.12,"2013-05-22 00:00",0.12,"2013-06-09 00:00",0.06,"2013-01-10 00:00",0.06,"2013-08-02 00:00","","","","",0.12,0.12,0.06,0.06,0,0,0,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-19" +"48","245","1050","61101",1,30.06717,-94.09093,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7295,83,304,365,0,1,"","","Certification not required",0,4.171597,2.287811,15.8,"2013-01-30 13:00",14.9,"2013-01-30 12:00",14.2,"2013-01-30 14:00",13.9,"2013-01-30 11:00","","","","",10.4,9.7,8.4,7.3,5.6,3.9,1.4,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","61103",1,30.06717,-94.09093,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7295,83,304,365,0,1,"","","Certification not required",0,3.722111,2.222361,15,"2013-01-30 13:00",14.2,"2013-01-30 12:00",13.6,"2013-01-30 14:00",13.2,"2013-01-30 11:00","","","","",9.9,9.1,7.9,6.8,5.1,3.4,1.2,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","61104",1,30.06717,-94.09093,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7295,83,304,365,0,1,"","","Certification not required",0,165.89024,99.462933,360,"2013-03-10 16:00",360,"2013-08-10 19:00",359.9,"2013-03-13 03:00",359.9,"2013-07-02 04:00","","","","",357.4,354.3,345.3,328.8,223.6,160.7,23.8,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","61105",1,30.06717,-94.09093,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7295,83,304,365,0,1,"","","Certification not required",0,10.091432,5.001481,35,"2013-02-25 18:00",35,"2013-06-06 17:00",34,"2013-01-30 13:00",32,"2013-02-25 21:00","","","","",24,22,19,17,13,10,4,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","61106",1,30.06717,-94.09093,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7295,83,304,365,0,1,"","","Certification not required",0,27.504565,10.472998,78.5,"2013-04-02 23:00",78,"2013-03-07 02:00",77.8,"2013-01-10 01:00",77.8,"2013-07-13 08:00","","","","",66.9,60.1,49.2,39.5,31.9,25,17.5,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","62101",1,30.06717,-94.09093,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7295,83,304,365,0,1,"","","Certification not required",0,71.261412,12.848469,98,"2013-06-29 15:00",98,"2013-06-29 16:00",98,"2013-06-29 17:00",97,"2013-06-29 14:00","","","","",93,92,90,87,80,74,52,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-02-03" +"48","245","1050","88502",3,30.06717,-94.09093,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8214,94,337,365,0,543,"","","Certification not required",0,9.703518,5.583132,94,"2013-07-26 06:00",77.1,"2013-07-25 15:00",51.2,"2013-07-26 09:00",51.1,"2013-07-26 08:00","","","","",29.4,24.5,19.4,16.4,12,8.7,4.1,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","245","1050","88502",3,30.06717,-94.09093,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",337,92,337,365,0,0,"","","Certification not required",0,9.679822,3.874536,33.4,"2013-08-08 00:00",24.7,"2013-08-07 00:00",22.2,"2013-07-25 00:00",21.7,"2013-07-04 00:00","","","","",21.7,19.2,17.1,14.5,11.3,9,5.4,"Beaumont Mary","414 Mary Street","Texas","Jefferson","Beaumont","Beaumont-Port Arthur, TX","2014-01-21" +"48","251","0003","44201",1,32.353593,-97.436748,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8378,97,237,245,0,377,0,0,"Requested but not yet concurred",201,0.051498,0.013883,0.104,"2013-08-16 17:00",0.098,"2013-06-28 16:00",0.09,"2013-09-04 13:00",0.089,"2013-09-26 16:00","","","","",0.09,0.085,0.075,0.071,0.06,0.05,0.042,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","251","0003","44201",1,32.353593,-97.436748,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8429,96,235,245,0,0,0,0,"Requested but not yet concurred",0,0.046374,0.013073,0.083,"2013-09-04 10:00",0.081,"2013-08-16 13:00",0.078,"2013-09-26 10:00",0.077,"2013-08-01 12:00","","","","",0.078,0.076,0.07,0.065,0.056,0.045,0.037,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","251","0003","44201",1,32.353593,-97.436748,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8429,96,235,245,0,0,5,5,"Requested but not yet concurred",0,0.046374,0.013073,0.083,"2013-09-04 10:00",0.081,"2013-08-16 13:00",0.078,"2013-09-26 10:00",0.077,"2013-08-01 12:00","","","","",0.078,0.076,0.07,0.065,0.056,0.045,0.037,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","251","0003","61101",1,32.353593,-97.436748,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7282,83,304,365,0,11,"","","Certification not required",0,8.684633,3.870273,27.7,"2013-05-20 21:00",26,"2013-03-05 04:00",25.3,"2013-02-25 21:00",25,"2013-05-20 22:00","","","","",19.3,17.7,15.8,14.2,11,8.1,4.1,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","0003","61103",1,32.353593,-97.436748,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7282,83,304,365,0,11,"","","Certification not required",0,8.366987,3.908814,27.3,"2013-05-20 21:00",25,"2013-02-25 21:00",24.6,"2013-05-20 22:00",23.6,"2013-02-25 22:00","","","","",18.9,17.3,15.5,13.9,10.8,7.9,3.6,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","0003","61104",1,32.353593,-97.436748,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7282,83,304,365,0,11,"","","Certification not required",0,167.546086,90.075348,360,"2013-04-03 20:00",359.9,"2013-01-13 21:00",359.9,"2013-02-23 11:00",359.9,"2013-10-21 16:00","","","","",357.2,353.7,343.4,327.2,188.1,164.1,43,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","0003","61105",1,32.353593,-97.436748,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7282,83,304,365,0,11,"","","Certification not required",0,14.310354,6.358003,54,"2013-04-18 03:00",48,"2013-05-20 21:00",46,"2013-04-03 04:00",45,"2013-01-29 15:00","","","","",32,29,26,23,18,14,7,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","0003","61106",1,32.353593,-97.436748,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7282,83,304,365,0,11,"","","Certification not required",0,14.713623,10.273446,78.2,"2013-08-01 12:00",77.9,"2013-03-09 20:00",75.8,"2013-03-23 06:00",75,"2013-05-06 21:00","","","","",58.5,49.7,36.4,26.2,16.9,11.2,7.2,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","0003","62101",1,32.353593,-97.436748,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7288,83,304,365,0,5,"","","Certification not required",0,68.359907,16.922684,106,"2013-09-01 15:00",105,"2013-08-31 15:00",105,"2013-09-01 14:00",104,"2013-08-30 14:00","","","","",100,98,94,90,81,71,44,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","0003","63301",1,32.353593,-97.436748,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7289,83,304,365,0,4,"","","Certification not required",3473,0.292144,0.406275,1.42,"2013-06-11 12:00",1.41,"2013-06-16 11:00",1.4,"2013-05-22 12:00",1.4,"2013-06-02 12:00","","","","",1.34,1.3,1.17,1,0.53,0.02,0.005,"Cleburne Airport","1650 Airport Drive","Texas","Johnson","Cleburne","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","1008","43173",1,32.469701,-97.169271,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43202",1,32.469701,-97.169271,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,19.883636,14.511816,64.56,"2013-02-03 00:00",60.74,"2013-01-16 00:00",54.28,"2013-10-07 00:00",53.8,"2013-03-11 00:00","","","","",64.56,60.74,54.28,46.64,24.68,15.9,6.98,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43203",1,32.469701,-97.169271,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",7,1.195818,0.740852,2.94,"2013-01-22 00:00",2.52,"2013-10-07 00:00",2.44,"2013-10-01 00:00",2.36,"2013-03-11 00:00","","","","",2.94,2.52,2.44,2.14,1.78,1.16,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43204",1,32.469701,-97.169271,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,14.056909,10.592178,50.04,"2013-01-16 00:00",46.47,"2013-01-10 00:00",41.94,"2013-02-03 00:00",36.78,"2013-10-07 00:00","","","","",50.04,46.47,41.94,26.46,16.38,11.88,5.07,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43205",1,32.469701,-97.169271,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",22,0.481455,0.447393,1.77,"2013-01-10 00:00",1.56,"2013-10-01 00:00",1.26,"2013-09-25 00:00",1.17,"2013-01-22 00:00","","","","",1.77,1.56,1.26,1.11,0.81,0.42,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43206",1,32.469701,-97.169271,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",11,0.689273,0.462032,1.86,"2013-01-22 00:00",1.54,"2013-03-23 00:00",1.48,"2013-10-07 00:00",1.44,"2013-01-16 00:00","","","","",1.86,1.54,1.48,1.32,0.96,0.66,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43212",1,32.469701,-97.169271,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,5.622545,4.440592,21.76,"2013-01-10 00:00",19.08,"2013-01-16 00:00",15.24,"2013-02-03 00:00",13.4,"2013-03-11 00:00","","","","",21.76,19.08,15.24,11.6,7.56,4.28,1.52,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43214",1,32.469701,-97.169271,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.538909,1.741823,8.32,"2013-01-10 00:00",7.76,"2013-01-16 00:00",6.44,"2013-03-11 00:00",6.28,"2013-02-03 00:00","","","","",8.32,7.76,6.44,5.16,3,2.08,1.08,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43216",1,32.469701,-97.169271,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.051273,0.009439,0.12,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43217",1,32.469701,-97.169271,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43218",1,32.469701,-97.169271,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002909,0.015113,0.08,"2013-01-16 00:00",0.08,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.08,0.08,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43220",1,32.469701,-97.169271,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,1.605455,1.033991,4.55,"2013-01-10 00:00",4.1,"2013-01-16 00:00",3.95,"2013-10-07 00:00",3.5,"2013-03-11 00:00","","","","",4.55,4.1,3.95,3.35,2.1,1.3,0.55,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43221",1,32.469701,-97.169271,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,2.34,1.318297,6.1,"2013-01-10 00:00",6,"2013-10-07 00:00",5.8,"2013-01-16 00:00",5.15,"2013-02-03 00:00","","","","",6.1,6,5.8,3.85,2.8,2.15,1,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43224",1,32.469701,-97.169271,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43226",1,32.469701,-97.169271,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.052727,0.014963,0.15,"2013-06-03 00:00",0.1,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.15,0.1,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43227",1,32.469701,-97.169271,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.050909,0.006742,0.1,"2013-06-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43228",1,32.469701,-97.169271,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.058182,0.031569,0.2,"2013-09-25 00:00",0.2,"2013-10-07 00:00",0.15,"2013-06-03 00:00",0.1,"2013-06-09 00:00","","","","",0.2,0.2,0.15,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43230",1,32.469701,-97.169271,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",9,0.392182,0.287568,1.5,"2013-10-07 00:00",1.02,"2013-03-11 00:00",0.9,"2013-01-16 00:00",0.9,"2013-02-03 00:00","","","","",1.5,1.02,0.9,0.78,0.54,0.36,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43231",1,32.469701,-97.169271,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.518182,0.494552,2.28,"2013-10-07 00:00",1.8,"2013-03-11 00:00",1.56,"2013-09-25 00:00",1.5,"2013-02-03 00:00","","","","",2.28,1.8,1.56,1.2,0.72,0.42,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43232",1,32.469701,-97.169271,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",10,0.359091,0.273565,1.19,"2013-10-07 00:00",0.98,"2013-03-11 00:00",0.91,"2013-01-16 00:00",0.91,"2013-02-03 00:00","","","","",1.19,0.98,0.91,0.7,0.49,0.35,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43233",1,32.469701,-97.169271,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",29,0.164545,0.158381,0.72,"2013-03-11 00:00",0.56,"2013-06-03 00:00",0.48,"2013-01-22 00:00",0.48,"2013-09-25 00:00","","","","",0.72,0.56,0.48,0.4,0.24,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43234",1,32.469701,-97.169271,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43235",1,32.469701,-97.169271,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.052364,0.017529,0.18,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43238",1,32.469701,-97.169271,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.060909,0.040473,0.3,"2013-01-22 00:00",0.2,"2013-09-13 00:00",0.1,"2013-06-21 00:00",0.1,"2013-06-27 00:00","","","","",0.3,0.2,0.1,0.1,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43242",1,32.469701,-97.169271,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",48,0.058182,0.023101,0.15,"2013-03-17 00:00",0.15,"2013-10-19 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-15 00:00","","","","",0.15,0.15,0.1,0.1,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43243",1,32.469701,-97.169271,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",40,0.120909,0.150521,0.85,"2013-08-08 00:00",0.5,"2013-06-27 00:00",0.4,"2013-06-09 00:00",0.4,"2013-06-15 00:00","","","","",0.85,0.5,0.4,0.3,0.15,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43244",1,32.469701,-97.169271,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",51,0.058364,0.033041,0.24,"2013-03-11 00:00",0.18,"2013-01-22 00:00",0.12,"2013-09-01 00:00",0.12,"2013-10-31 00:00","","","","",0.24,0.18,0.12,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43247",1,32.469701,-97.169271,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",44,0.079455,0.067753,0.35,"2013-10-07 00:00",0.28,"2013-06-03 00:00",0.28,"2013-09-25 00:00",0.21,"2013-09-13 00:00","","","","",0.35,0.28,0.28,0.14,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43248",1,32.469701,-97.169271,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.118727,0.150444,0.66,"2013-10-07 00:00",0.6,"2013-01-10 00:00",0.54,"2013-03-17 00:00",0.48,"2013-02-03 00:00","","","","",0.66,0.6,0.54,0.3,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43249",1,32.469701,-97.169271,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",21,0.257091,0.236006,1.12,"2013-10-07 00:00",0.7,"2013-02-03 00:00",0.63,"2013-01-16 00:00",0.63,"2013-03-11 00:00","","","","",1.12,0.7,0.63,0.56,0.49,0.21,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43250",1,32.469701,-97.169271,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.356364,0.378008,1.44,"2013-10-07 00:00",1.2,"2013-07-03 00:00",1.12,"2013-05-22 00:00",1.12,"2013-08-20 00:00","","","","",1.44,1.2,1.12,1.04,0.56,0.24,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43252",1,32.469701,-97.169271,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",36,0.138909,0.150551,0.56,"2013-05-10 00:00",0.56,"2013-10-07 00:00",0.48,"2013-05-22 00:00",0.48,"2013-06-03 00:00","","","","",0.56,0.56,0.48,0.4,0.16,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43253",1,32.469701,-97.169271,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",46,0.075273,0.063737,0.32,"2013-05-10 00:00",0.32,"2013-10-07 00:00",0.24,"2013-04-28 00:00",0.16,"2013-01-16 00:00","","","","",0.32,0.32,0.24,0.16,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43261",1,32.469701,-97.169271,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",14,0.243091,0.201815,0.84,"2013-03-11 00:00",0.84,"2013-10-07 00:00",0.7,"2013-01-16 00:00",0.63,"2013-01-10 00:00","","","","",0.84,0.84,0.7,0.56,0.28,0.21,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43262",1,32.469701,-97.169271,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",13,0.239818,0.174997,0.78,"2013-10-07 00:00",0.66,"2013-01-10 00:00",0.6,"2013-03-11 00:00",0.54,"2013-01-16 00:00","","","","",0.78,0.66,0.6,0.48,0.3,0.24,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43263",1,32.469701,-97.169271,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",47,0.116545,0.191826,1.05,"2013-10-07 00:00",0.77,"2013-02-03 00:00",0.49,"2013-06-03 00:00",0.49,"2013-07-03 00:00","","","","",1.05,0.77,0.49,0.35,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43280",1,32.469701,-97.169271,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",39,0.154,0.207896,0.92,"2013-10-01 00:00",0.84,"2013-09-25 00:00",0.72,"2013-10-31 00:00",0.6,"2013-08-20 00:00","","","","",0.92,0.84,0.72,0.44,0.2,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43282",1,32.469701,-97.169271,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43283",1,32.469701,-97.169271,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43284",1,32.469701,-97.169271,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",46,0.078909,0.079505,0.48,"2013-10-07 00:00",0.3,"2013-09-25 00:00",0.24,"2013-01-22 00:00",0.24,"2013-06-09 00:00","","","","",0.48,0.3,0.24,0.18,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43285",1,32.469701,-97.169271,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",14,0.52,0.423919,2.04,"2013-10-07 00:00",1.44,"2013-02-03 00:00",1.44,"2013-03-11 00:00",1.2,"2013-01-10 00:00","","","","",2.04,1.44,1.44,0.96,0.72,0.54,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43289",1,32.469701,-97.169271,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43290",1,32.469701,-97.169271,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43291",1,32.469701,-97.169271,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",50,0.059455,0.031353,0.21,"2013-09-13 00:00",0.14,"2013-01-04 00:00",0.14,"2013-01-10 00:00",0.14,"2013-06-09 00:00","","","","",0.21,0.14,0.14,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43331",1,32.469701,-97.169271,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43801",1,32.469701,-97.169271,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.613455,0.073867,0.91,"2013-06-27 00:00",0.75,"2013-04-16 00:00",0.74,"2013-10-31 00:00",0.7,"2013-08-02 00:00","","","","",0.91,0.75,0.74,0.69,0.66,0.61,0.53,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43802",1,32.469701,-97.169271,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.064909,0.026449,0.18,"2013-08-20 00:00",0.12,"2013-10-19 00:00",0.1,"2013-05-10 00:00",0.1,"2013-10-01 00:00","","","","",0.18,0.12,0.1,0.08,0.07,0.07,0.04,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43803",1,32.469701,-97.169271,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.012545,0.009071,0.03,"2013-09-25 00:00",0.03,"2013-10-07 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43804",1,32.469701,-97.169271,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.088909,0.034996,0.15,"2013-05-04 00:00",0.15,"2013-05-10 00:00",0.14,"2013-04-28 00:00",0.13,"2013-05-22 00:00","","","","",0.15,0.15,0.14,0.12,0.1,0.09,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43811",1,32.469701,-97.169271,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.240909,0.016247,0.28,"2013-05-10 00:00",0.27,"2013-01-10 00:00",0.27,"2013-01-16 00:00",0.27,"2013-02-27 00:00","","","","",0.28,0.27,0.27,0.26,0.25,0.24,0.23,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43813",1,32.469701,-97.169271,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43814",1,32.469701,-97.169271,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.005455,0.008989,0.02,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-09 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43815",1,32.469701,-97.169271,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.009091,0.016697,0.06,"2013-05-10 00:00",0.04,"2013-01-04 00:00",0.04,"2013-02-21 00:00",0.04,"2013-03-11 00:00","","","","",0.06,0.04,0.04,0.04,0.02,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43817",1,32.469701,-97.169271,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.009818,0.0108,0.04,"2013-01-22 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00","","","","",0.04,0.02,0.02,0.02,0.02,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43818",1,32.469701,-97.169271,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000364,0.002697,0.02,"2013-06-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43819",1,32.469701,-97.169271,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002182,0.004168,0.01,"2013-01-22 00:00",0.01,"2013-02-09 00:00",0.01,"2013-03-11 00:00",0.01,"2013-06-09 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43820",1,32.469701,-97.169271,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43823",1,32.469701,-97.169271,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.528,0.03822,0.61,"2013-01-16 00:00",0.6,"2013-01-10 00:00",0.58,"2013-02-15 00:00",0.58,"2013-02-21 00:00","","","","",0.61,0.6,0.58,0.57,0.55,0.53,0.47,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43824",1,32.469701,-97.169271,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000364,0.002697,0.02,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43826",1,32.469701,-97.169271,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000727,0.003778,0.02,"2013-10-31 00:00",0.02,"2013-11-30 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43829",1,32.469701,-97.169271,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.004909,0.018942,0.09,"2013-01-04 00:00",0.09,"2013-02-15 00:00",0.06,"2013-02-21 00:00",0.03,"2013-02-09 00:00","","","","",0.09,0.09,0.06,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43830",1,32.469701,-97.169271,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.003818,0.014206,0.09,"2013-05-10 00:00",0.03,"2013-02-15 00:00",0.03,"2013-03-17 00:00",0.03,"2013-06-09 00:00","","","","",0.09,0.03,0.03,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43831",1,32.469701,-97.169271,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000545,0.004045,0.03,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43843",1,32.469701,-97.169271,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43860",1,32.469701,-97.169271,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43954",1,32.469701,-97.169271,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.053273,0.013751,0.11,"2013-05-10 00:00",0.11,"2013-06-09 00:00",0.11,"2013-06-15 00:00",0.05,"2013-01-04 00:00","","","","",0.11,0.11,0.11,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","43960",1,32.469701,-97.169271,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",40,0.097455,0.089778,0.4,"2013-03-11 00:00",0.4,"2013-10-07 00:00",0.32,"2013-03-17 00:00",0.24,"2013-01-16 00:00","","","","",0.4,0.4,0.32,0.24,0.16,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45109",1,32.469701,-97.169271,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.370909,0.340236,1.28,"2013-05-22 00:00",1.2,"2013-01-22 00:00",1.12,"2013-09-25 00:00",1.04,"2013-10-07 00:00","","","","",1.28,1.2,1.12,0.8,0.56,0.32,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45201",1,32.469701,-97.169271,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.886909,0.568822,1.74,"2013-01-22 00:00",1.62,"2013-04-28 00:00",1.62,"2013-10-07 00:00",1.62,"2013-10-31 00:00","","","","",1.74,1.62,1.62,1.56,1.38,1.02,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45202",1,32.469701,-97.169271,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.220545,0.782364,3.29,"2013-05-10 00:00",3.29,"2013-10-07 00:00",2.94,"2013-05-22 00:00",2.87,"2013-04-28 00:00","","","","",3.29,3.29,2.94,2.17,1.61,1.05,0.49,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45203",1,32.469701,-97.169271,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.069818,0.107832,0.4,"2013-01-22 00:00",0.32,"2013-06-03 00:00",0.24,"2013-01-04 00:00",0.24,"2013-02-03 00:00","","","","",0.4,0.32,0.24,0.24,0.16,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45204",1,32.469701,-97.169271,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.120727,0.114048,0.4,"2013-01-22 00:00",0.4,"2013-10-07 00:00",0.32,"2013-04-28 00:00",0.32,"2013-05-10 00:00","","","","",0.4,0.4,0.32,0.32,0.16,0.08,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45207",1,32.469701,-97.169271,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45208",1,32.469701,-97.169271,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.063636,0.06311,0.45,"2013-01-22 00:00",0.27,"2013-06-03 00:00",0.18,"2013-10-31 00:00",0.05,"2013-01-04 00:00","","","","",0.45,0.27,0.18,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45209",1,32.469701,-97.169271,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45210",1,32.469701,-97.169271,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45211",1,32.469701,-97.169271,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45212",1,32.469701,-97.169271,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.064182,0.040901,0.18,"2013-02-09 00:00",0.18,"2013-03-17 00:00",0.18,"2013-04-28 00:00",0.18,"2013-06-03 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45213",1,32.469701,-97.169271,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.052364,0.017529,0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45218",1,32.469701,-97.169271,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",54,0.050909,0.006742,0.1,"2013-03-17 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45219",1,32.469701,-97.169271,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",50,0.054545,0.014506,0.1,"2013-01-22 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-11 00:00",0.1,"2013-05-28 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45220",1,32.469701,-97.169271,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.010182,0.037883,0.24,"2013-06-03 00:00",0.08,"2013-05-28 00:00",0.08,"2013-09-25 00:00",0.08,"2013-10-01 00:00","","","","",0.24,0.08,0.08,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45225",1,32.469701,-97.169271,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","45801",1,32.469701,-97.169271,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","251","1008","61101",1,32.469701,-97.169271,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,6.097587,3.624561,22,"2013-05-20 22:00",21.7,"2013-05-20 21:00",19.6,"2013-03-05 01:00",18.3,"2013-02-25 21:00","","","","",15.5,14.6,12.9,11.2,8.5,5.7,1.6,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","1008","61103",1,32.469701,-97.169271,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,5.748835,3.61722,21.4,"2013-05-20 22:00",21.2,"2013-05-20 21:00",19.2,"2013-03-05 01:00",18,"2013-02-25 21:00","","","","",15.1,14.2,12.6,10.9,8.1,5.3,1.3,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","1008","61104",1,32.469701,-97.169271,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,181.33119,90.40808,360,"2013-04-12 09:00",359.8,"2013-06-07 10:00",359.7,"2013-06-06 06:00",359.7,"2013-07-03 20:00","","","","",355.3,351.4,340.4,327.9,237.5,167.4,59.5,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","1008","61105",1,32.469701,-97.169271,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7294,83,304,365,0,2,"","","Certification not required",0,11.596381,6.341765,45,"2013-05-20 22:00",42,"2013-07-26 16:00",39,"2013-05-20 21:00",37,"2013-05-15 21:00","","","","",28,26,23,20,16,11,4,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","1008","61106",1,32.469701,-97.169271,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7294,83,304,365,0,2,"","","Certification not required",0,20.578434,12.66031,80,"2013-05-06 14:00",79.8,"2013-10-17 12:00",79.3,"2013-06-12 21:00",78,"2013-02-16 08:00","","","","",66.5,60.7,49.9,39.1,23.3,16,10.7,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","251","1008","62101",1,32.469701,-97.169271,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7294,83,304,365,0,2,"","","Certification not required",0,68.019605,16.541925,102,"2013-06-28 16:00",102,"2013-08-07 14:00",102,"2013-08-07 15:00",102,"2013-08-07 16:00","","","","",99,97,93,89,80,70,45,"Johnson County Luisa","2420 Luisa Ln","Texas","Johnson","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","42401",1,32.564952,-96.317677,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8645,99,364,365,0,115,0,"","Certification not required",0,2.648901,2.640712,20.8,"2013-10-20 10:00",15.5,"2013-08-27 08:00",15.4,"2013-04-20 09:00",15.1,"2013-12-24 16:00","","","","",15.1,9.6,7.1,5.5,3.6,1.9,0.4,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42401",1,32.564952,-96.317677,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8645,99,364,365,0,115,"","","Certification not required",0,0.712979,1.085103,20.8,"2013-10-20 10:00",15.5,"2013-08-27 08:00",15.4,"2013-04-20 09:00",15.1,"2013-12-24 16:00","","","","",5.2,3.9,2.6,1.7,0.8,0.4,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42401",1,32.564952,-96.317677,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.717308,0.55873,3.3,"2013-12-24 00:00",3.2,"2013-10-20 00:00",2.6,"2013-08-21 00:00",2.6,"2013-11-29 00:00","","","","",2.6,2.3,1.8,1.4,1,0.6,0.1,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42401",1,32.564952,-96.317677,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2826,97,364,365,0,0,"",0,"Certification not required",0,0.689703,0.957972,12.1,"2013-12-24 17:00",10.9,"2013-12-24 14:00",10.3,"2013-10-20 11:00",9.9,"2013-04-20 11:00","","","","",4.6,3.5,2.4,1.7,0.9,0.4,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42406",1,32.564952,-96.317677,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8645,99,364,365,0,115,"","","Certification not required",0,1.018242,1.552631,41.8,"2013-04-20 09:00",36.1,"2013-10-20 10:00",23,"2013-10-28 10:00",22.6,"2013-08-27 09:00","","","","",7.2,5.4,3.5,2.3,1.1,0.6,0.1,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42601",1,32.564952,-96.317677,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,97,361,365,0,262,"","","Certification not required",0,0.587727,2.221974,53.1,"2013-04-12 06:00",52.2,"2013-12-02 07:00",50,"2013-12-17 06:00",48.1,"2013-10-23 06:00","","","","",7.6,4.1,1.6,1.1,0.6,0.2,-0.1,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42602",1,32.564952,-96.317677,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,97,361,365,0,262,0,"","Certification not required",0,9.244321,6.64038,37,"2013-12-02 18:00",34.9,"2013-12-17 20:00",33.4,"2013-12-12 21:00",29.7,"2013-11-13 20:00","","","","",29.7,28,22.5,18.8,12,7,3.1,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42602",1,32.564952,-96.317677,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,97,361,365,0,262,"","","Certification not required",0,3.409355,3.417979,37,"2013-12-02 18:00",34.9,"2013-12-17 20:00",33.4,"2013-12-12 21:00",29.7,"2013-11-13 20:00","","","","",18.3,14.9,10,6.9,4,2.5,0.8,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","42603",1,32.564952,-96.317677,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8498,97,361,365,0,262,"","","Certification not required",0,3.96824,4.954162,78.5,"2013-04-12 06:00",76.1,"2013-12-17 06:00",66.3,"2013-01-07 08:00",66,"2013-10-23 06:00","","","","",25.9,18.1,11,7.6,4.5,2.7,0.8,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","43173",4,32.564952,-96.317677,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43202",4,32.564952,-96.317677,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,14.478333,6.748498,36.64,"2013-01-10 00:00",28.44,"2013-01-16 00:00",23.6,"2013-01-22 00:00",17.24,"2013-02-27 00:00","","","","",36.64,36.64,28.44,23.6,15.62,13.16,8.44,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43203",4,32.564952,-96.317677,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,1.119167,0.594042,2.32,"2013-01-16 00:00",2.26,"2013-02-03 00:00",2.24,"2013-01-22 00:00",1.72,"2013-01-04 00:00","","","","",2.32,2.32,2.26,2.24,1.44,1.02,0.44,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43204",4,32.564952,-96.317677,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,12.39,7.193617,35.67,"2013-01-10 00:00",29.13,"2013-01-16 00:00",18.57,"2013-01-22 00:00",17.1,"2013-02-03 00:00","","","","",35.67,35.67,29.13,18.57,13.68,11.16,6.27,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43205",4,32.564952,-96.317677,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",9,0.39,0.307472,0.93,"2013-02-03 00:00",0.87,"2013-01-22 00:00",0.84,"2013-03-23 00:00",0.75,"2013-05-10 00:00","","","","",0.93,0.93,0.87,0.84,0.63,0.42,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43206",4,32.564952,-96.317677,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",4,0.694167,0.419274,1.42,"2013-01-16 00:00",1.32,"2013-01-22 00:00",1.24,"2013-02-03 00:00",1.14,"2013-02-27 00:00","","","","",1.42,1.42,1.32,1.24,1.06,0.78,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43214",4,32.564952,-96.317677,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,2.436667,1.361734,6.44,"2013-01-10 00:00",5.4,"2013-01-16 00:00",4.76,"2013-01-22 00:00",3.2,"2013-02-03 00:00","","","","",6.44,6.44,5.4,4.76,2.56,2.28,1.2,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43216",4,32.564952,-96.317677,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43217",4,32.564952,-96.317677,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43218",4,32.564952,-96.317677,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.01,0.04899,0.24,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.24,0.24,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43220",4,32.564952,-96.317677,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",1,1.625,0.957351,4.05,"2013-01-10 00:00",3.8,"2013-01-16 00:00",3.05,"2013-01-22 00:00",2.35,"2013-02-03 00:00","","","","",4.05,4.05,3.8,3.05,2.1,1.5,0.75,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43221",4,32.564952,-96.317677,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",1,1.897917,1.052686,4.9,"2013-01-10 00:00",4.15,"2013-01-16 00:00",3.3,"2013-01-22 00:00",2.9,"2013-02-03 00:00","","","","",4.9,4.9,4.15,3.3,2.1,1.8,0.9,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43224",4,32.564952,-96.317677,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.052083,0.010206,0.1,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43226",4,32.564952,-96.317677,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43227",4,32.564952,-96.317677,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43228",4,32.564952,-96.317677,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43230",4,32.564952,-96.317677,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",9,0.22875,0.188664,0.66,"2013-01-10 00:00",0.66,"2013-01-16 00:00",0.54,"2013-02-03 00:00",0.36,"2013-04-10 00:00","","","","",0.66,0.66,0.66,0.54,0.3,0.24,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43231",4,32.564952,-96.317677,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.4,0.336012,1.08,"2013-01-16 00:00",1.02,"2013-01-10 00:00",0.9,"2013-01-22 00:00",0.78,"2013-02-27 00:00","","","","",1.08,1.08,1.02,0.9,0.6,0.36,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43232",4,32.564952,-96.317677,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",3,0.274583,0.154638,0.63,"2013-04-28 00:00",0.56,"2013-01-16 00:00",0.56,"2013-01-22 00:00",0.49,"2013-01-10 00:00","","","","",0.63,0.63,0.56,0.56,0.28,0.28,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43234",4,32.564952,-96.317677,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43235",4,32.564952,-96.317677,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43242",4,32.564952,-96.317677,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",21,0.060417,0.0329,0.2,"2013-01-16 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-03 00:00",0.05,"2013-01-04 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43243",4,32.564952,-96.317677,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",17,0.279167,0.438604,1.75,"2013-05-28 00:00",0.95,"2013-05-22 00:00",0.9,"2013-05-16 00:00",0.85,"2013-05-10 00:00","","","","",1.75,1.75,0.95,0.9,0.45,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43244",4,32.564952,-96.317677,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.052917,0.014289,0.12,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43247",4,32.564952,-96.317677,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43248",4,32.564952,-96.317677,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",21,0.08125,0.099752,0.48,"2013-01-16 00:00",0.3,"2013-02-03 00:00",0.12,"2013-02-09 00:00",0.05,"2013-01-04 00:00","","","","",0.48,0.48,0.3,0.12,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43249",4,32.564952,-96.317677,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",13,0.17,0.150333,0.49,"2013-01-16 00:00",0.49,"2013-01-22 00:00",0.35,"2013-02-03 00:00",0.35,"2013-04-10 00:00","","","","",0.49,0.49,0.49,0.35,0.28,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43250",4,32.564952,-96.317677,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.06,0.108748,0.4,"2013-02-03 00:00",0.24,"2013-01-16 00:00",0.24,"2013-02-27 00:00",0.16,"2013-03-29 00:00","","","","",0.4,0.4,0.24,0.24,0.16,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43252",4,32.564952,-96.317677,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.054583,0.022454,0.16,"2013-02-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.16,0.16,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43253",4,32.564952,-96.317677,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43261",4,32.564952,-96.317677,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43262",4,32.564952,-96.317677,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",4,0.183333,0.121751,0.48,"2013-01-10 00:00",0.48,"2013-01-16 00:00",0.36,"2013-01-22 00:00",0.3,"2013-02-03 00:00","","","","",0.48,0.48,0.48,0.36,0.24,0.18,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43263",4,32.564952,-96.317677,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",21,0.084583,0.106933,0.49,"2013-01-22 00:00",0.35,"2013-01-16 00:00",0.14,"2013-04-10 00:00",0.05,"2013-01-04 00:00","","","","",0.49,0.49,0.35,0.14,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43282",4,32.564952,-96.317677,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43283",4,32.564952,-96.317677,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43284",4,32.564952,-96.317677,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",21,0.06625,0.043918,0.18,"2013-01-10 00:00",0.18,"2013-01-16 00:00",0.18,"2013-02-03 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43285",4,32.564952,-96.317677,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",3,0.42875,0.253194,0.96,"2013-01-10 00:00",0.96,"2013-01-16 00:00",0.84,"2013-01-22 00:00",0.78,"2013-02-03 00:00","","","","",0.96,0.96,0.96,0.84,0.54,0.42,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43289",4,32.564952,-96.317677,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43290",4,32.564952,-96.317677,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43291",4,32.564952,-96.317677,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43331",4,32.564952,-96.317677,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43803",4,32.564952,-96.317677,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.011667,0.008681,0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-21 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43804",4,32.564952,-96.317677,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.087917,0.03753,0.14,"2013-04-28 00:00",0.14,"2013-05-10 00:00",0.12,"2013-03-29 00:00",0.11,"2013-01-10 00:00","","","","",0.14,0.14,0.14,0.12,0.11,0.1,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43813",4,32.564952,-96.317677,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-12-09" +"48","257","0005","43814",4,32.564952,-96.317677,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.011667,0.010072,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43817",4,32.564952,-96.317677,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.0125,0.009891,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.02,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43818",4,32.564952,-96.317677,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43819",4,32.564952,-96.317677,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.0025,0.005316,0.02,"2013-01-22 00:00",0.01,"2013-01-16 00:00",0.01,"2013-02-15 00:00",0.01,"2013-03-29 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43820",4,32.564952,-96.317677,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43823",4,32.564952,-96.317677,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.541667,0.028842,0.61,"2013-01-10 00:00",0.58,"2013-02-21 00:00",0.57,"2013-01-04 00:00",0.57,"2013-01-16 00:00","","","","",0.61,0.61,0.58,0.57,0.57,0.54,0.5,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43824",4,32.564952,-96.317677,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43826",4,32.564952,-96.317677,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43829",4,32.564952,-96.317677,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.01,0.027505,0.12,"2013-02-03 00:00",0.06,"2013-02-21 00:00",0.03,"2013-03-11 00:00",0.03,"2013-04-10 00:00","","","","",0.12,0.12,0.06,0.03,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43830",4,32.564952,-96.317677,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.00625,0.024989,0.12,"2013-05-10 00:00",0.03,"2013-02-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.12,0.12,0.03,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43831",4,32.564952,-96.317677,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43843",4,32.564952,-96.317677,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43860",4,32.564952,-96.317677,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,0.075833,0.079121,0.2,"2013-01-22 00:00",0.2,"2013-05-22 00:00",0.18,"2013-01-16 00:00",0.18,"2013-04-04 00:00","","","","",0.2,0.2,0.2,0.18,0.16,0.08,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","43960",4,32.564952,-96.317677,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",20,0.078333,0.070382,0.32,"2013-05-10 00:00",0.24,"2013-02-03 00:00",0.16,"2013-02-27 00:00",0.16,"2013-04-28 00:00","","","","",0.32,0.32,0.24,0.16,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","44201",1,32.564952,-96.317677,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8641,100,244,245,0,119,0,0,"Requested but not yet concurred",86,0.051553,0.012353,0.124,"2013-06-28 15:00",0.09,"2013-09-03 17:00",0.084,"2013-09-26 15:00",0.08,"2013-09-04 13:00","","","","",0.084,0.078,0.072,0.066,0.059,0.051,0.043,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","44201",1,32.564952,-96.317677,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8702,99,242,245,0,0,0,0,"Requested but not yet concurred",0,0.046223,0.011075,0.08,"2013-06-28 12:00",0.078,"2013-09-03 11:00",0.076,"2013-09-04 11:00",0.075,"2013-09-26 11:00","","","","",0.076,0.071,0.065,0.061,0.053,0.046,0.038,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","44201",1,32.564952,-96.317677,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8702,99,242,245,0,0,3,3,"Requested but not yet concurred",0,0.046223,0.011075,0.08,"2013-06-28 12:00",0.078,"2013-09-03 11:00",0.076,"2013-09-04 11:00",0.075,"2013-09-26 11:00","","","","",0.076,0.071,0.065,0.061,0.053,0.046,0.038,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","45201",4,32.564952,-96.317677,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",0,1.31,0.549529,3,"2013-01-22 00:00",1.8,"2013-03-11 00:00",1.8,"2013-04-28 00:00",1.68,"2013-02-03 00:00","","","","",3,3,1.8,1.8,1.62,1.26,0.84,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45207",4,32.564952,-96.317677,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45208",4,32.564952,-96.317677,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",23,0.066667,0.08165,0.45,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.45,0.45,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45211",4,32.564952,-96.317677,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45212",4,32.564952,-96.317677,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",21,0.07,0.056183,0.27,"2013-02-03 00:00",0.18,"2013-01-10 00:00",0.18,"2013-01-22 00:00",0.05,"2013-01-04 00:00","","","","",0.27,0.27,0.18,0.18,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45213",4,32.564952,-96.317677,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45218",4,32.564952,-96.317677,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45219",4,32.564952,-96.317677,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",22,0.058333,0.031851,0.2,"2013-02-15 00:00",0.1,"2013-03-29 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45225",4,32.564952,-96.317677,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",24,96,24,25,0,0,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-10-28" +"48","257","0005","45801",4,32.564952,-96.317677,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",19,76,19,25,0,0,"","","Certification not required",0,0.075789,0.062744,0.18,"2013-01-16 00:00",0.18,"2013-02-03 00:00",0.18,"2013-02-15 00:00",0.12,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.18,0.12,0.06,0,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2013-07-10" +"48","257","0005","61101",1,32.564952,-96.317677,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7278,83,304,365,0,18,"","","Certification not required",0,5.383484,2.556436,17.3,"2013-10-30 11:00",16.7,"2013-10-30 10:00",16.3,"2013-04-17 13:00",15.8,"2013-10-30 12:00","","","","",12.5,11.4,10.1,8.9,7,5,2.4,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","61103",1,32.564952,-96.317677,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7278,83,304,365,0,18,"","","Certification not required",0,4.977466,2.495823,17,"2013-10-30 11:00",16.4,"2013-10-30 10:00",15.9,"2013-04-17 13:00",15.5,"2013-10-30 12:00","","","","",12,10.9,9.6,8.4,6.6,4.6,2,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","61104",1,32.564952,-96.317677,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7278,83,304,365,0,18,"","","Certification not required",0,162.084556,91.792853,360,"2013-01-06 12:00",360,"2013-07-01 03:00",359.9,"2013-01-13 17:00",359.9,"2013-10-21 20:00","","","","",356.7,353.8,345.6,330.4,192.5,152.5,42.7,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","61105",1,32.564952,-96.317677,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7278,83,304,365,0,18,"","","Certification not required",0,11.111707,5.280612,35,"2013-05-20 22:00",34,"2013-05-20 23:00",34,"2013-06-15 02:00",32,"2013-03-10 01:00","","","","",26,24,21,18,15,11,5,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","61106",1,32.564952,-96.317677,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7278,83,304,365,0,18,"","","Certification not required",0,21.686919,9.935714,79.5,"2013-09-06 11:00",77.1,"2013-08-11 17:00",75.9,"2013-08-09 22:00",75.5,"2013-06-15 03:00","","","","",60.2,52.1,42,33.7,25.2,19.4,12.3,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","62101",1,32.564952,-96.317677,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7278,83,304,365,0,18,"","","Certification not required",0,69.092883,16.737631,105,"2013-08-07 15:00",105,"2013-08-07 16:00",105,"2013-08-08 14:00",105,"2013-08-08 15:00","","","","",101,99,95,91,81,71,45,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","62103",1,32.564952,-96.317677,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7278,83,304,365,0,18,"","","Certification not required",0,53.164056,14.890171,75,"2013-09-19 19:00",75,"2013-09-19 20:00",74,"2013-08-13 21:00",74,"2013-09-19 18:00","","","","",72,71,70,69,66,58,29,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","62201",1,32.564952,-96.317677,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7280,83,304,365,0,16,"","","Certification not required",0,61.222665,20.789375,100,"2013-10-28 03:00",100,"2013-10-28 04:00",100,"2013-10-28 05:00",100,"2013-10-30 20:00","","","","",96,94,92,89,79,63,31,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","63301",1,32.564952,-96.317677,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7285,83,303,365,0,11,"","","Certification not required",3487,0.299623,0.418393,1.76,"2013-03-02 12:00",1.72,"2013-03-02 13:00",1.71,"2013-03-02 11:00",1.55,"2013-03-02 10:00","","","","",1.35,1.31,1.2,1.04,0.54,0.02,0.005,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","257","0005","88502",3,32.564952,-96.317677,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8250,94,337,365,0,510,"","","Certification not required",0,8.693115,5.717118,46.2,"2013-05-18 01:00",45.8,"2013-05-18 02:00",44.7,"2013-11-14 22:00",43.5,"2013-11-14 23:00","","","","",28.7,24.6,19.3,15.9,11.2,7.6,2.8,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0005","88502",3,32.564952,-96.317677,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",337,92,337,365,0,0,"","","Certification not required",0,8.67003,4.741982,31.9,"2013-08-09 00:00",29.7,"2013-04-16 00:00",29.7,"2013-08-08 00:00",29.1,"2013-05-18 00:00","","","","",29.1,23.6,17.7,14.7,10.6,7.5,4,"Kaufman","3790 S Houston St","Texas","Kaufman","Kaufman","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","257","0020","14129",1,32.731919,-96.317911,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,0,0,"Certification not required",0,0.037585,0.074468,0.333,"2013-09-19 00:00",0.248,"2013-04-16 00:00",0.207,"2013-06-21 00:00",0.174,"2013-01-28 00:00","","","","",0.333,0.333,0.207,0.155,0.019,0.009,0.003,"Terrell Temtex","2988 Temtex Blvd","Texas","Kaufman","Terrell","Dallas-Fort Worth-Arlington, TX","2013-12-19" +"48","257","0020","68105",1,32.731919,-96.317911,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,20.868889,8.932978,33.3,"2013-08-08 00:00",33.3,"2013-09-01 00:00",32.8,"2013-08-02 00:00",31.1,"2013-06-27 00:00","","","","",33.3,33.3,32.8,31.1,28.9,22.8,7.8,"Terrell Temtex","2988 Temtex Blvd","Texas","Kaufman","Terrell","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","257","0020","68108",1,32.731919,-96.317911,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,748.955556,3.723119,760,"2013-01-04 00:00",757,"2013-02-15 00:00",756,"2013-03-05 00:00",755,"2013-01-16 00:00","","","","",760,760,756,755,751,748,745,"Terrell Temtex","2988 Temtex Blvd","Texas","Kaufman","Terrell","Dallas-Fort Worth-Arlington, TX","2013-12-18" +"48","273","0314","61101",1,27.426988,-97.298704,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6357,73,261,365,0,939,"","","Certification not required",0,11.939122,4.634602,36,"2013-02-25 13:00",35.8,"2013-02-25 14:00",34.9,"2013-02-25 16:00",33.8,"2013-02-25 15:00","","","","",23.1,21.7,19.8,17.9,15.1,11.8,6,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-02-03" +"48","273","0314","61103",1,27.426988,-97.298704,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6288,72,260,365,0,1008,"","","Certification not required",0,11.725795,4.642037,35.6,"2013-02-25 13:00",35.5,"2013-02-25 14:00",34.5,"2013-02-25 16:00",33.4,"2013-02-25 15:00","","","","",22.6,21.4,19.6,17.7,14.9,11.7,5.7,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-02-03" +"48","273","0314","61104",1,27.426988,-97.298704,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6288,72,260,365,0,1008,"","","Certification not required",0,133.583254,71.728271,360,"2013-01-05 08:00",359.8,"2013-05-02 19:00",359.7,"2013-01-05 05:00",359.5,"2013-01-05 10:00","","","","",353.2,343.7,303.8,189.6,162.6,136.5,38.4,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-02-03" +"48","273","0314","61105",1,27.426988,-97.298704,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6365,73,263,365,0,931,"","","Certification not required",0,16.674941,6.748239,143,"2013-03-29 06:00",134,"2013-03-29 14:00",99,"2013-03-29 10:00",54,"2013-02-25 14:00","","","","",34,31,27,25,21,16,9,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-02-03" +"48","273","0314","61106",1,27.426988,-97.298704,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6288,72,260,365,0,1008,"","","Certification not required",0,9.709383,7.619696,80.1,"2013-01-09 10:00",78.4,"2013-09-08 10:00",77,"2013-04-28 12:00",73.2,"2013-04-28 20:00","","","","",46.3,34,22.3,17.5,10.4,7.3,5,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-02-03" +"48","273","0314","62101",1,27.426988,-97.298704,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,73.555129,10.388496,91,"2013-09-25 11:00",90,"2013-09-03 10:00",90,"2013-09-24 13:00",90,"2013-09-24 14:00","","","","",88,87,86,84,82,77,60,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-02-03" +"48","273","0314","88502",3,27.426988,-97.298704,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7736,88,320,365,0,280,"","","Certification not required",0,8.676319,6.387623,156.1,"2013-02-25 17:00",120.3,"2013-02-25 18:00",111.7,"2013-02-25 14:00",84.1,"2013-02-25 19:00","","","","",28.4,26.1,20.9,15.9,10.7,7.2,3.1,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-01-30" +"48","273","0314","88502",3,27.426988,-97.298704,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",320,88,320,365,0,0,"","","Certification not required",0,8.590313,5.022152,37.9,"2013-02-25 00:00",28.3,"2013-08-07 00:00",27.4,"2013-08-08 00:00",25.4,"2013-06-20 00:00","","","","",25.4,22.4,19.6,14.6,10.3,7.3,3.9,"National Seashore","20420 Park Road","Texas","Kleberg","","Kingsville, TX","2014-01-30" +"48","303","0325","61101",1,33.590764,-101.850419,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7245,83,303,365,0,51,"","","Certification not required",0,5.902622,2.638924,21.9,"2013-03-23 17:00",20.7,"2013-03-21 14:00",20.2,"2013-02-25 15:00",20.1,"2013-03-23 18:00","","","","",14.6,13.2,10.9,9.1,7.2,5.5,3,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-02-03" +"48","303","0325","61103",1,33.590764,-101.850419,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7238,83,302,365,0,58,"","","Certification not required",0,5.37538,2.597056,21.1,"2013-03-23 17:00",20.2,"2013-03-21 14:00",19.8,"2013-02-25 15:00",19.2,"2013-02-25 11:00","","","","",13.7,12.4,10.3,8.6,6.7,5,2.5,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-02-03" +"48","303","0325","61104",1,33.590764,-101.850419,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7238,83,302,365,0,58,"","","Certification not required",0,177.353965,84.833735,360,"2013-01-10 04:00",359.9,"2013-04-23 00:00",359.9,"2013-05-17 06:00",359.8,"2013-02-14 17:00","","","","",354,348.7,331.3,298.9,236.5,166.8,64.2,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-02-03" +"48","303","0325","61105",1,33.590764,-101.850419,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7251,83,304,365,0,45,"","","Certification not required",0,12.897118,5.222541,52,"2013-06-05 21:00",41,"2013-06-05 22:00",40,"2013-03-23 18:00",37,"2013-03-17 17:00","","","","",28,26,22,19,16,13,7,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-02-03" +"48","303","0325","61106",1,33.590764,-101.850419,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7238,83,302,365,0,58,"","","Certification not required",0,24.00583,9.844561,79.6,"2013-05-16 12:00",77.7,"2013-02-14 13:00",76,"2013-05-16 13:00",75.6,"2013-08-11 05:00","","","","",59.8,51.8,41.4,34.7,29.3,22.5,13.5,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-02-03" +"48","303","0325","62101",1,33.590764,-101.850419,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,65.123269,18.185663,105,"2013-06-26 17:00",104,"2013-06-26 15:00",103,"2013-06-26 14:00",103,"2013-06-26 16:00","","","","",96,95,91,87,79,68,38,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-02-03" +"48","303","0325","88502",3,33.590764,-101.850419,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7409,85,303,365,0,607,"","","Certification not required",0,7.648738,9.296859,288.6,"2013-06-20 15:00",283.2,"2013-06-20 14:00",252.5,"2013-06-20 13:00",248.8,"2013-03-23 18:00","","","","",29.2,21.1,15.6,12.7,9.2,6.4,2.7,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-01-29" +"48","303","0325","88502",3,33.590764,-101.850419,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,7.60033,5.825648,82.3,"2013-06-20 00:00",28.4,"2013-03-23 00:00",28,"2013-06-25 00:00",24.9,"2013-06-26 00:00","","","","",24.9,20.1,13.7,11.2,9.1,6.5,3.7,"Lubbock-PM25","1502 Mac Davis Drive","Texas","Lubbock","Lubbock","Lubbock, TX","2014-01-29" +"48","309","1037","42101",1,31.653068,-97.070684,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7618,87,321,365,0,398,0,0,"Certification not required",7618,0.25,0,0.25,"2013-01-01 00:00",0.25,"2013-01-01 01:00",0.25,"2013-01-01 02:00",0.25,"2013-01-01 03:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42101",1,31.653068,-97.070684,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7651,87,313,365,0,0,0,0,"Certification not required",0,0.3,0,0.3,"2013-01-01 05:00",0.3,"2013-01-01 06:00",0.3,"2013-01-01 07:00",0.3,"2013-01-01 08:00",0.3,"2013-01-01 05:00",0.3,"2013-01-01 13:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42401",1,31.653068,-97.070684,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7244,83,300,365,0,772,0,"","Certification not required",0,1.162,1.292772,9.2,"2013-09-26 01:00",8.2,"2013-08-26 09:00",7.3,"2013-08-17 01:00",6.4,"2013-08-07 20:00","","","","",7.3,6,3.7,2.3,1.5,0.8,0.1,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42401",1,31.653068,-97.070684,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7244,83,300,365,0,772,"","","Certification not required",0,0.322322,0.574309,9.2,"2013-09-26 01:00",8.9,"2013-09-26 02:00",8.2,"2013-08-26 09:00",7.3,"2013-08-17 01:00","","","","",2.2,1.7,1.3,1,0.5,0.2,-0.2,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42401",1,31.653068,-97.070684,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",300,82,300,365,0,0,0,"","Certification not required",0,0.323667,0.367228,1.8,"2013-09-26 00:00",1.4,"2013-08-26 00:00",1.3,"2013-09-10 00:00",1.3,"2013-09-12 00:00","","","","",1.3,1.3,1,0.8,0.5,0.3,-0.1,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42401",1,31.653068,-97.070684,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2278,78,282,365,0,0,"",0,"Certification not required",0,0.32511,0.505622,6.4,"2013-09-26 02:00",4.6,"2013-10-25 17:00",4.1,"2013-08-26 11:00",3.7,"2013-08-17 02:00","","","","",2.1,1.6,1.2,0.9,0.5,0.2,-0.1,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42406",1,31.653068,-97.070684,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7244,83,300,365,0,772,"","","Certification not required",0,0.558393,0.804598,16.5,"2013-09-26 02:00",15.7,"2013-09-26 03:00",14.5,"2013-08-07 20:00",14.3,"2013-08-26 09:00","","","","",3.3,2.5,1.7,1.3,0.8,0.4,0,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42601",1,31.653068,-97.070684,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7223,82,305,365,0,793,"","","Certification not required",0,0.395888,1.655122,29.9,"2013-01-03 02:00",29.7,"2013-01-03 01:00",29.7,"2013-01-18 08:00",28.6,"2013-11-01 04:00","","","","",6.7,3.4,1.5,0.8,0.3,0.1,-0.2,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42602",1,31.653068,-97.070684,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7218,82,305,365,0,798,0,"","Certification not required",0,7.089508,5.891192,32.7,"2013-01-30 23:00",28.6,"2013-01-31 00:00",28.2,"2013-01-21 21:00",27.4,"2013-10-22 22:00","","","","",27.4,23.5,20.2,15.9,8.9,5.7,1.5,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42602",1,31.653068,-97.070684,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7218,82,305,365,0,798,"","","Certification not required",0,2.42944,3.35051,32.7,"2013-01-30 23:00",28.6,"2013-01-31 00:00",28.2,"2013-01-21 21:00",27.4,"2013-10-22 22:00","","","","",16.1,12.8,8.3,6,3.5,1.7,-0.6,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","42603",1,31.653068,-97.070684,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7485,85,316,365,0,531,"","","Certification not required",0,2.714295,4.386983,51.7,"2013-03-26 07:00",51.5,"2013-03-26 06:00",50.2,"2013-01-03 02:00",48.7,"2013-01-03 01:00","","","","",21.6,16,9.5,6.6,3.7,1.7,-0.7,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","44201",1,31.653068,-97.070684,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7696,96,235,245,0,320,0,0,"Requested but not yet concurred",174,0.049464,0.01249,0.085,"2013-09-26 14:00",0.082,"2013-06-28 21:00",0.081,"2013-09-25 16:00",0.077,"2013-09-24 17:00","","","","",0.081,0.076,0.071,0.066,0.058,0.051,0.041,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","44201",1,31.653068,-97.070684,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7761,96,235,245,0,0,0,0,"Requested but not yet concurred",0,0.044545,0.011648,0.075,"2013-09-26 11:00",0.074,"2013-09-25 11:00",0.073,"2013-10-09 11:00",0.072,"2013-07-05 11:00","","","","",0.073,0.069,0.065,0.06,0.052,0.046,0.036,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","44201",1,31.653068,-97.070684,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7761,96,235,245,0,0,0,0,"Requested but not yet concurred",0,0.044545,0.011648,0.075,"2013-09-26 11:00",0.074,"2013-09-25 11:00",0.073,"2013-10-09 11:00",0.072,"2013-07-05 11:00","","","","",0.073,0.069,0.065,0.06,0.052,0.046,0.036,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","61101",1,31.653068,-97.070684,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7279,83,303,365,0,17,"","","Certification not required",0,7.42227,4.120871,28,"2013-02-10 03:00",25.4,"2013-05-15 20:00",25.2,"2013-01-29 14:00",24.6,"2013-02-25 14:00","","","","",18.8,17.6,15.3,13.2,9.9,6.6,2.8,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","61103",1,31.653068,-97.070684,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7279,83,303,365,0,17,"","","Certification not required",0,7.06924,4.135122,27.6,"2013-02-10 03:00",25.1,"2013-05-15 20:00",25,"2013-01-29 14:00",24.2,"2013-01-29 13:00","","","","",18.5,17.2,15,12.9,9.6,6.3,2.4,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","61104",1,31.653068,-97.070684,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7279,83,303,365,0,17,"","","Certification not required",0,162.830087,89.810287,360,"2013-10-15 17:00",359.9,"2013-01-17 12:00",359.9,"2013-04-23 18:00",359.9,"2013-05-10 06:00","","","","",357.5,355.2,346.3,314.7,192.9,170,31.3,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","61105",1,31.653068,-97.070684,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7279,83,303,365,0,17,"","","Certification not required",0,13.038329,6.758121,53,"2013-02-10 02:00",53,"2013-02-10 03:00",47,"2013-05-15 23:00",44,"2013-08-14 20:00","","","","",31,29,26,22,17,12,5,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","61106",1,31.653068,-97.070684,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7279,83,303,365,0,17,"","","Certification not required",0,17.538192,11.26147,80.7,"2013-09-25 14:00",77.3,"2013-04-23 07:00",76.8,"2013-01-03 03:00",75.7,"2013-02-21 21:00","","","","",61.3,54.5,42,31.5,20.8,14.3,7.8,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","62101",1,31.653068,-97.070684,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7287,83,304,365,0,9,"","","Certification not required",0,69.682997,15.907629,102,"2013-06-28 16:00",102,"2013-06-28 17:00",101,"2013-06-28 15:00",101,"2013-06-28 18:00","","","","",99,97,94,90,81,72,47,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","63301",1,31.653068,-97.070684,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7268,83,304,365,0,28,"","","Certification not required",3435,0.330265,0.456751,1.58,"2013-08-20 12:00",1.57,"2013-05-04 12:00",1.56,"2013-05-03 12:00",1.55,"2013-04-19 12:00","","","","",1.49,1.44,1.32,1.13,0.61,0.02,0.005,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-02-03" +"48","309","1037","88502",3,31.653068,-97.070684,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7045,80,288,365,0,971,"","","Certification not required",0,8.355018,5.468038,52,"2013-05-18 17:00",49.1,"2013-11-14 20:00",45.4,"2013-05-18 16:00",45,"2013-10-19 20:00","","","","",27.4,23.6,19,15.2,10.6,7.2,2.8,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","309","1037","88502",3,31.653068,-97.070684,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,8.338889,4.602834,28.9,"2013-08-09 00:00",26.5,"2013-05-18 00:00",25.8,"2013-08-08 00:00",25.3,"2013-04-16 00:00","","","","",25.8,22.6,17.2,14,10.3,7.2,3.8,"Waco Mazanec","4472 Mazanec Rd","Texas","McLennan","Waco","Waco, TX","2014-01-22" +"48","323","0004","61101",1,28.704607,-100.451156,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7296,83,304,365,0,0,"","","Certification not required",0,5.804797,3.066848,28.2,"2013-02-25 09:00",24.5,"2013-02-25 10:00",24.3,"2013-02-25 08:00",24,"2013-02-25 13:00","","","","",16.9,14,11,9.4,7.3,5.4,2.3,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","61103",1,28.704607,-100.451156,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7296,83,304,365,0,0,"","","Certification not required",0,5.390666,3.060337,27.9,"2013-02-25 09:00",24.2,"2013-02-25 10:00",23.9,"2013-02-25 08:00",23.5,"2013-02-25 13:00","","","","",16.3,13.6,10.6,9,6.9,5,1.9,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","61104",1,28.704607,-100.451156,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7296,83,304,365,0,0,"","","Certification not required",0,148.487843,85.150946,360,"2013-09-24 05:00",359.9,"2013-01-14 08:00",359.6,"2013-09-21 15:00",359.3,"2013-09-02 12:00","","","","",353.7,348.9,339.3,323.2,157.8,131.6,66.3,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","61105",1,28.704607,-100.451156,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7296,83,304,365,0,0,"","","Certification not required",0,11.519737,5.452281,46,"2013-02-25 09:00",43,"2013-02-25 15:00",42,"2013-02-25 14:00",41,"2013-02-25 10:00","","","","",29,25,21,18,15,11,5,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","61106",1,28.704607,-100.451156,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7296,83,304,365,0,0,"","","Certification not required",0,21.680811,11.324523,80.8,"2013-02-07 09:00",79.4,"2013-01-17 20:00",77.9,"2013-05-19 13:00",77.5,"2013-01-30 23:00","","","","",64.4,57.2,46.2,37,25.1,17.7,12.2,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","62101",1,28.704607,-100.451156,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7296,83,304,365,0,0,"","","Certification not required",0,76.442845,14.271787,108,"2013-05-16 16:00",107,"2013-05-16 15:00",107,"2013-05-16 17:00",107,"2013-05-16 18:00","","","","",103,101,98,95,87,78,56,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","63101",1,28.704607,-100.451156,"NAD83","VISIBILITY","1 HOUR","","Observed Values","INSTRUMENTAL - FOG VISIOMETER",2013,"Miles (visibility)","No Events",6423,73,267,365,0,873,"","","Certification not required",1,9.575097,2.050543,15,"2013-01-09 21:00",14.9,"2013-01-09 19:00",14.9,"2013-01-10 00:00",14.9,"2013-01-10 02:00","","","","",12.9,12.5,12.1,11.7,10.9,10,6.6,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-02-03" +"48","323","0004","88502",3,28.704607,-100.451156,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7505,86,302,365,0,511,"","","Certification not required",0,8.578561,6.61288,73.7,"2013-03-24 02:00",57,"2013-05-19 22:00",55.2,"2013-05-22 05:00",54.5,"2013-01-01 00:00","","","","",35.1,29.2,21.3,15.9,10.6,7,2.7,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-01-30" +"48","323","0004","88502",3,28.704607,-100.451156,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,8.434106,5.300435,37.3,"2013-04-17 00:00",33.9,"2013-04-16 00:00",33.4,"2013-05-21 00:00",31.9,"2013-05-18 00:00","","","","",31.9,26.3,18.7,13.7,10,7,4,"Eagle Pass","265 Foster Maldonado","Texas","Maverick","Eagle Pass","Eagle Pass, TX","2014-01-30" +"48","339","0078","42601",1,30.350302,-95.425128,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8426,96,357,365,0,307,"","","Certification not required",0,0.593069,2.198545,54.3,"2013-12-18 08:00",52.7,"2013-12-17 08:00",46.8,"2013-05-10 12:00",39.3,"2013-01-17 03:00","","","","",8.4,5.3,2.3,1.2,0.4,0.1,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","42602",1,30.350302,-95.425128,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8416,96,357,365,0,317,0,"","Certification not required",0,8.233613,6.062325,33.5,"2013-12-16 22:00",31.6,"2013-05-10 12:00",30.2,"2013-01-21 18:00",28.1,"2013-04-05 21:00","","","","",28.1,25.1,20.8,17.2,10.8,6.2,2.5,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","42602",1,30.350302,-95.425128,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8416,96,357,365,0,317,"","","Certification not required",0,2.818203,3.70877,33.5,"2013-12-16 22:00",31.6,"2013-05-10 12:00",31.3,"2013-12-16 21:00",30.2,"2013-01-21 18:00","","","","",16.8,14.1,10.1,7.2,3.9,1.9,-0.5,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","42603",1,30.350302,-95.425128,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8469,97,359,365,0,264,"","","Certification not required",0,3.451883,5.110089,78.3,"2013-05-10 12:00",74.3,"2013-12-18 08:00",69.8,"2013-12-17 08:00",66.4,"2013-05-10 13:00","","","","",23.3,17.8,12.5,8.6,4.4,2.2,-0.4,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","43102",1,30.350302,-95.425128,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",20,80,20,25,0,0,"","","Certification not required",0,95.133,34.411015,174.36,"2013-01-10 00:00",140.06,"2013-02-15 00:00",137.23,"2013-02-03 00:00",135.08,"2013-04-22 00:00","","","","",174.36,174.36,174.36,140.06,132.53,89.41,58.68,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43173",1,30.350302,-95.425128,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43202",1,30.350302,-95.425128,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,16.475455,8.436977,42.18,"2013-01-10 00:00",30.96,"2013-01-18 00:00",23.1,"2013-02-03 00:00",22.42,"2013-03-23 00:00","","","","",42.18,42.18,30.96,23.1,20.2,14.62,9.06,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43203",1,30.350302,-95.425128,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,1.957273,0.929747,3.92,"2013-01-18 00:00",3.5,"2013-02-15 00:00",3.34,"2013-02-03 00:00",3.18,"2013-05-04 00:00","","","","",3.92,3.92,3.5,3.34,2.52,1.74,1.12,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43204",1,30.350302,-95.425128,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,13.234091,9.096998,43.83,"2013-01-10 00:00",26.61,"2013-01-18 00:00",21.21,"2013-02-27 00:00",18.42,"2013-02-15 00:00","","","","",43.83,43.83,26.61,21.21,17.37,11.43,5.31,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43205",1,30.350302,-95.425128,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",4,0.930909,0.619738,2.13,"2013-04-22 00:00",1.77,"2013-02-15 00:00",1.62,"2013-04-16 00:00",1.59,"2013-01-28 00:00","","","","",2.13,2.13,1.77,1.62,1.56,1.02,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43206",1,30.350302,-95.425128,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",1,0.885,0.410015,1.6,"2013-02-15 00:00",1.58,"2013-01-18 00:00",1.52,"2013-05-04 00:00",1.3,"2013-02-27 00:00","","","","",1.6,1.6,1.58,1.52,1.14,0.86,0.44,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43212",1,30.350302,-95.425128,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,6.745455,4.688881,23.44,"2013-01-10 00:00",12.68,"2013-01-18 00:00",10.56,"2013-02-15 00:00",9.4,"2013-02-03 00:00","","","","",23.44,23.44,12.68,10.56,8.44,5.72,2.92,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43214",1,30.350302,-95.425128,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,3.234545,2.044656,10.04,"2013-01-10 00:00",6.64,"2013-01-18 00:00",5.2,"2013-02-03 00:00",4.76,"2013-03-23 00:00","","","","",10.04,10.04,6.64,5.2,3.72,2.72,1.6,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43216",1,30.350302,-95.425128,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43217",1,30.350302,-95.425128,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43218",1,30.350302,-95.425128,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.012727,0.041654,0.16,"2013-05-04 00:00",0.12,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.16,0.16,0.12,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43220",1,30.350302,-95.425128,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,1.529545,0.860185,4.3,"2013-01-10 00:00",2.95,"2013-02-15 00:00",2.45,"2013-01-18 00:00",2.2,"2013-03-23 00:00","","","","",4.3,4.3,2.95,2.45,1.9,1.35,0.8,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43221",1,30.350302,-95.425128,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,3.159091,1.953302,8.05,"2013-01-10 00:00",8,"2013-02-15 00:00",6,"2013-01-18 00:00",4.85,"2013-02-03 00:00","","","","",8.05,8.05,8,6,3.8,2.4,1.75,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43224",1,30.350302,-95.425128,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",21,0.056818,0.03198,0.2,"2013-02-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43226",1,30.350302,-95.425128,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43227",1,30.350302,-95.425128,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",21,0.059091,0.04264,0.25,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00","","","","",0.25,0.25,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43228",1,30.350302,-95.425128,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",21,0.072727,0.1066,0.55,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00","","","","",0.55,0.55,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43230",1,30.350302,-95.425128,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",2,0.446364,0.307006,1.44,"2013-02-15 00:00",0.9,"2013-01-10 00:00",0.84,"2013-01-18 00:00",0.66,"2013-02-03 00:00","","","","",1.44,1.44,0.9,0.84,0.54,0.36,0.24,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43231",1,30.350302,-95.425128,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.610909,0.350658,1.44,"2013-02-15 00:00",1.26,"2013-01-10 00:00",1.08,"2013-01-18 00:00",0.96,"2013-03-23 00:00","","","","",1.44,1.44,1.26,1.08,0.84,0.54,0.3,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43232",1,30.350302,-95.425128,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",1,0.393636,0.160076,0.7,"2013-02-15 00:00",0.63,"2013-01-10 00:00",0.56,"2013-01-18 00:00",0.56,"2013-02-03 00:00","","","","",0.7,0.7,0.63,0.56,0.56,0.35,0.21,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43233",1,30.350302,-95.425128,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",5,0.244091,0.182383,0.64,"2013-02-15 00:00",0.56,"2013-01-18 00:00",0.56,"2013-02-03 00:00",0.48,"2013-02-27 00:00","","","","",0.64,0.64,0.56,0.56,0.32,0.16,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43234",1,30.350302,-95.425128,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43235",1,30.350302,-95.425128,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43238",1,30.350302,-95.425128,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",11,0.106818,0.091672,0.4,"2013-01-24 00:00",0.3,"2013-01-18 00:00",0.2,"2013-02-15 00:00",0.2,"2013-02-27 00:00","","","","",0.4,0.4,0.3,0.2,0.1,0.1,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43242",1,30.350302,-95.425128,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",15,0.088636,0.067138,0.25,"2013-01-18 00:00",0.25,"2013-02-15 00:00",0.2,"2013-01-10 00:00",0.15,"2013-02-27 00:00","","","","",0.25,0.25,0.25,0.2,0.1,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43243",1,30.350302,-95.425128,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",14,0.297727,0.459419,1.8,"2013-05-10 00:00",1.05,"2013-04-28 00:00",0.9,"2013-05-04 00:00",0.75,"2013-05-16 00:00","","","","",1.8,1.8,1.05,0.9,0.4,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43244",1,30.350302,-95.425128,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",19,0.078636,0.078999,0.36,"2013-02-15 00:00",0.24,"2013-01-18 00:00",0.18,"2013-02-03 00:00",0.05,"2013-01-04 00:00","","","","",0.36,0.36,0.24,0.18,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43247",1,30.350302,-95.425128,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",12,0.157727,0.136135,0.42,"2013-01-18 00:00",0.35,"2013-02-03 00:00",0.35,"2013-02-15 00:00",0.35,"2013-02-27 00:00","","","","",0.42,0.42,0.35,0.35,0.28,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43248",1,30.350302,-95.425128,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",12,0.305455,0.346942,1.08,"2013-01-18 00:00",1.02,"2013-02-03 00:00",0.84,"2013-02-15 00:00",0.78,"2013-04-22 00:00","","","","",1.08,1.08,1.02,0.84,0.48,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43249",1,30.350302,-95.425128,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",7,0.264091,0.201746,0.84,"2013-02-15 00:00",0.49,"2013-01-10 00:00",0.42,"2013-01-18 00:00",0.42,"2013-02-27 00:00","","","","",0.84,0.84,0.49,0.42,0.35,0.35,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43250",1,30.350302,-95.425128,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,1.130909,1.210568,3.92,"2013-05-04 00:00",3.2,"2013-01-18 00:00",3.12,"2013-02-27 00:00",2.32,"2013-02-03 00:00","","","","",3.92,3.92,3.2,3.12,2,0.64,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43252",1,30.350302,-95.425128,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",9,0.475,0.498357,1.6,"2013-02-27 00:00",1.44,"2013-01-18 00:00",1.12,"2013-05-04 00:00",1.12,"2013-05-10 00:00","","","","",1.6,1.6,1.44,1.12,0.72,0.48,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43253",1,30.350302,-95.425128,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",17,0.078636,0.056256,0.24,"2013-02-15 00:00",0.16,"2013-01-18 00:00",0.16,"2013-02-03 00:00",0.16,"2013-02-27 00:00","","","","",0.24,0.24,0.16,0.16,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43261",1,30.350302,-95.425128,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",3,0.458636,0.319364,1.19,"2013-04-28 00:00",0.98,"2013-01-18 00:00",0.98,"2013-02-03 00:00",0.77,"2013-02-27 00:00","","","","",1.19,1.19,0.98,0.98,0.7,0.42,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43262",1,30.350302,-95.425128,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",1,0.345909,0.21573,1.02,"2013-02-15 00:00",0.72,"2013-01-18 00:00",0.6,"2013-02-03 00:00",0.54,"2013-01-10 00:00","","","","",1.02,1.02,0.72,0.6,0.36,0.3,0.18,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43263",1,30.350302,-95.425128,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",18,0.13,0.192799,0.7,"2013-02-15 00:00",0.63,"2013-01-10 00:00",0.42,"2013-03-29 00:00",0.21,"2013-05-16 00:00","","","","",0.7,0.7,0.63,0.42,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43280",1,30.350302,-95.425128,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",18,0.095455,0.121213,0.56,"2013-04-16 00:00",0.28,"2013-03-23 00:00",0.24,"2013-03-11 00:00",0.12,"2013-05-16 00:00","","","","",0.56,0.56,0.28,0.24,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43282",1,30.350302,-95.425128,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43283",1,30.350302,-95.425128,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43284",1,30.350302,-95.425128,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",13,0.195909,0.220447,0.72,"2013-02-15 00:00",0.66,"2013-01-18 00:00",0.54,"2013-02-03 00:00",0.42,"2013-02-27 00:00","","","","",0.72,0.72,0.66,0.54,0.36,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43285",1,30.350302,-95.425128,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",4,0.625455,0.493064,2.1,"2013-02-15 00:00",1.44,"2013-01-10 00:00",1.26,"2013-01-18 00:00",1.02,"2013-02-03 00:00","","","","",2.1,2.1,1.44,1.26,0.84,0.54,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43289",1,30.350302,-95.425128,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43290",1,30.350302,-95.425128,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43291",1,30.350302,-95.425128,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",17,0.146818,0.191942,0.63,"2013-01-18 00:00",0.56,"2013-04-22 00:00",0.49,"2013-02-03 00:00",0.42,"2013-02-15 00:00","","","","",0.63,0.63,0.56,0.49,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43331",1,30.350302,-95.425128,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43801",1,30.350302,-95.425128,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.677727,0.083434,0.89,"2013-05-10 00:00",0.81,"2013-04-16 00:00",0.79,"2013-04-22 00:00",0.75,"2013-02-03 00:00","","","","",0.89,0.89,0.81,0.79,0.72,0.68,0.59,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43802",1,30.350302,-95.425128,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.079545,0.033019,0.19,"2013-05-04 00:00",0.11,"2013-02-15 00:00",0.11,"2013-04-22 00:00",0.1,"2013-03-29 00:00","","","","",0.19,0.19,0.11,0.11,0.08,0.08,0.06,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43803",1,30.350302,-95.425128,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.015909,0.007964,0.03,"2013-03-29 00:00",0.02,"2013-01-18 00:00",0.02,"2013-01-24 00:00",0.02,"2013-01-28 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.02,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43804",1,30.350302,-95.425128,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.09,0.034087,0.14,"2013-04-28 00:00",0.14,"2013-05-10 00:00",0.13,"2013-03-29 00:00",0.11,"2013-01-10 00:00","","","","",0.14,0.14,0.14,0.13,0.1,0.09,0.08,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43811",1,30.350302,-95.425128,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.242273,0.013068,0.28,"2013-01-10 00:00",0.26,"2013-01-28 00:00",0.26,"2013-02-21 00:00",0.25,"2013-01-04 00:00","","","","",0.28,0.28,0.26,0.26,0.25,0.24,0.23,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43813",1,30.350302,-95.425128,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43814",1,30.350302,-95.425128,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.014545,0.01101,0.04,"2013-01-18 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-24 00:00","","","","",0.04,0.04,0.02,0.02,0.02,0.02,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43815",1,30.350302,-95.425128,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.022727,0.0264,0.06,"2013-01-10 00:00",0.06,"2013-02-15 00:00",0.06,"2013-03-29 00:00",0.06,"2013-04-22 00:00","","","","",0.06,0.06,0.06,0.06,0.04,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43817",1,30.350302,-95.425128,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.014545,0.012622,0.04,"2013-01-10 00:00",0.04,"2013-02-27 00:00",0.02,"2013-01-18 00:00",0.02,"2013-01-28 00:00","","","","",0.04,0.04,0.04,0.02,0.02,0.02,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43818",1,30.350302,-95.425128,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43819",1,30.350302,-95.425128,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.002727,0.008827,0.04,"2013-03-23 00:00",0.01,"2013-01-04 00:00",0.01,"2013-02-15 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0.01,0.01,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43820",1,30.350302,-95.425128,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43823",1,30.350302,-95.425128,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.552727,0.028315,0.62,"2013-01-10 00:00",0.59,"2013-01-04 00:00",0.59,"2013-04-22 00:00",0.58,"2013-01-18 00:00","","","","",0.62,0.62,0.59,0.59,0.57,0.55,0.52,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43824",1,30.350302,-95.425128,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43826",1,30.350302,-95.425128,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.000909,0.004264,0.02,"2013-02-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00","","","","",0.02,0.02,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43829",1,30.350302,-95.425128,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.001364,0.006396,0.03,"2013-03-11 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00","","","","",0.03,0.03,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43830",1,30.350302,-95.425128,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.001364,0.006396,0.03,"2013-02-27 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00","","","","",0.03,0.03,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43831",1,30.350302,-95.425128,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.002727,0.012792,0.06,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00","","","","",0.06,0.06,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43843",1,30.350302,-95.425128,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43860",1,30.350302,-95.425128,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43954",1,30.350302,-95.425128,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",14,0.081818,0.052157,0.22,"2013-01-18 00:00",0.22,"2013-01-24 00:00",0.11,"2013-02-21 00:00",0.11,"2013-03-17 00:00","","","","",0.22,0.22,0.22,0.11,0.11,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","43960",1,30.350302,-95.425128,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",18,0.080909,0.073089,0.32,"2013-02-15 00:00",0.24,"2013-02-27 00:00",0.16,"2013-03-23 00:00",0.16,"2013-05-10 00:00","","","","",0.32,0.32,0.24,0.16,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","44201",1,30.350302,-95.425128,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8634,99,362,365,0,99,0,0,"Requested but not yet concurred",401,0.04797,0.014397,0.094,"2013-09-26 14:00",0.089,"2013-04-22 17:00",0.089,"2013-08-30 18:00",0.088,"2013-08-09 16:00","","","","",0.088,0.084,0.074,0.066,0.056,0.048,0.031,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","44201",1,30.350302,-95.425128,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8702,99,362,365,0,0,1,1,"Requested but not yet concurred",0,0.041906,0.012345,0.085,"2013-09-26 10:00",0.078,"2013-05-14 10:00",0.076,"2013-08-31 12:00",0.075,"2013-04-22 11:00","","","","",0.075,0.069,0.064,0.057,0.05,0.042,0.026,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","44201",1,30.350302,-95.425128,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8702,99,362,365,0,0,3,3,"Requested but not yet concurred",0,0.041906,0.012345,0.085,"2013-09-26 10:00",0.078,"2013-05-14 10:00",0.076,"2013-08-31 12:00",0.075,"2013-04-22 11:00","","","","",0.075,0.069,0.064,0.057,0.05,0.042,0.026,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","45109",1,30.350302,-95.425128,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,1.24,1.41669,5.04,"2013-04-22 00:00",4.8,"2013-05-04 00:00",3.44,"2013-02-03 00:00",2.08,"2013-02-15 00:00","","","","",5.04,5.04,4.8,3.44,1.36,0.56,0.32,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45201",1,30.350302,-95.425128,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,1.412727,0.743135,2.58,"2013-02-15 00:00",2.58,"2013-03-23 00:00",2.28,"2013-02-03 00:00",2.16,"2013-01-18 00:00","","","","",2.58,2.58,2.58,2.28,1.8,1.44,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45202",1,30.350302,-95.425128,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,2.058636,1.082208,4.41,"2013-02-27 00:00",3.57,"2013-02-15 00:00",3.36,"2013-01-18 00:00",3.29,"2013-04-28 00:00","","","","",4.41,4.41,3.57,3.36,3.08,2.03,0.84,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45203",1,30.350302,-95.425128,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.287273,0.388528,1.44,"2013-05-04 00:00",1.12,"2013-02-03 00:00",0.88,"2013-02-15 00:00",0.48,"2013-04-22 00:00","","","","",1.44,1.44,1.12,0.88,0.4,0.16,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45204",1,30.350302,-95.425128,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.294545,0.337959,1.28,"2013-05-04 00:00",1.12,"2013-02-03 00:00",0.64,"2013-02-15 00:00",0.56,"2013-02-27 00:00","","","","",1.28,1.28,1.12,0.64,0.32,0.16,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45207",1,30.350302,-95.425128,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45208",1,30.350302,-95.425128,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45209",1,30.350302,-95.425128,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45210",1,30.350302,-95.425128,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-18 00:00",0,"2013-01-24 00:00","","","","",0,0,0,0,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45211",1,30.350302,-95.425128,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45212",1,30.350302,-95.425128,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",20,0.07,0.070441,0.36,"2013-02-03 00:00",0.18,"2013-01-18 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.36,0.18,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45213",1,30.350302,-95.425128,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45218",1,30.350302,-95.425128,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",22,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00",0.05,"2013-01-24 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45219",1,30.350302,-95.425128,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",21,0.052273,0.01066,0.1,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45220",1,30.350302,-95.425128,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.130909,0.275524,1.28,"2013-02-15 00:00",0.32,"2013-04-16 00:00",0.32,"2013-05-10 00:00",0.24,"2013-02-27 00:00","","","","",1.28,1.28,0.32,0.32,0.08,0.08,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45225",1,30.350302,-95.425128,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",21,0.055909,0.027716,0.18,"2013-02-03 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-18 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","45801",1,30.350302,-95.425128,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",22,88,22,25,0,0,"","","Certification not required",0,0.021818,0.043604,0.12,"2013-01-04 00:00",0.12,"2013-01-18 00:00",0.12,"2013-02-03 00:00",0.06,"2013-04-16 00:00","","","","",0.12,0.12,0.12,0.12,0,0,0,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2013-10-28" +"48","339","0078","61101",1,30.350302,-95.425128,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7140,82,294,365,0,129,"","","Certification not required",0,5.329524,3.04937,20.7,"2013-02-25 21:00",20,"2013-02-25 17:00",19.1,"2013-02-25 16:00",19,"2013-02-25 23:00","","","","",13.9,12.6,10.9,9.6,7.2,4.9,1.8,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","61103",1,30.350302,-95.425128,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6541,75,269,365,0,728,"","","Certification not required",0,4.817887,2.877755,17.9,"2013-01-30 11:00",17.4,"2013-01-30 10:00",16.9,"2013-01-30 09:00",16.1,"2013-01-30 12:00","","","","",12.8,11.7,10.2,8.9,6.6,4.3,1.5,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","61104",1,30.350302,-95.425128,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6541,75,269,365,0,728,"","","Certification not required",0,154.916756,90.491045,360,"2013-09-24 11:00",359.9,"2013-03-11 21:00",359.9,"2013-05-12 02:00",359.9,"2013-10-19 17:00","","","","",356.8,353.2,343.1,316.7,197.1,146.3,39.7,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","61105",1,30.350302,-95.425128,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7156,82,296,365,0,113,"","","Certification not required",0,10.484069,5.592837,40,"2013-06-02 05:00",36,"2013-09-04 17:00",35,"2013-01-30 10:00",34,"2013-07-16 15:00","","","","",26,24,20,18,14,10,4,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","61106",1,30.350302,-95.425128,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6541,75,269,365,0,728,"","","Certification not required",0,22.906987,11.958627,79.4,"2013-07-28 11:00",79.4,"2013-09-04 11:00",78.3,"2013-04-20 06:00",77.9,"2013-06-15 00:00","","","","",66.5,60.2,49.9,38.7,26.3,19.4,12.5,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","62101",1,30.350302,-95.425128,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7261,83,302,365,0,8,"","","Certification not required",0,70.465501,14.065141,101,"2013-06-29 15:00",101,"2013-06-29 16:00",100,"2013-06-29 14:00",100,"2013-06-29 17:00","","","","",96,94,91,88,80,73,49,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","63301",1,30.350302,-95.425128,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7268,83,302,365,0,1,"","","Certification not required",3562,0.295969,0.411299,1.49,"2013-07-10 11:00",1.47,"2013-06-14 12:00",1.46,"2013-04-21 13:00",1.44,"2013-06-14 10:00","","","","",1.34,1.29,1.18,1.02,0.55,0.02,0.005,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-02-03" +"48","339","0078","88502",3,30.350302,-95.425128,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7920,90,327,365,0,813,"","","Certification not required",0,9.608485,5.972814,70.2,"2013-05-17 19:00",66.5,"2013-05-17 18:00",59.2,"2013-05-17 20:00",58.3,"2013-05-17 17:00","","","","",29,25.3,20.6,17.1,12.4,8.5,3.4,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","339","0078","88502",3,30.350302,-95.425128,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",327,90,327,365,0,0,"","","Certification not required",0,9.544648,4.234096,29.6,"2013-08-08 00:00",29.3,"2013-05-17 00:00",27.5,"2013-08-07 00:00",22.4,"2013-03-23 00:00","","","","",22.4,20.6,17.3,14.4,11.4,8.7,5,"Conroe Relocated","9472A Hwy 1484","Texas","Montgomery","Conroe","Houston-Sugar Land-Baytown, TX","2014-01-15" +"48","349","1051","42401",1,32.03194,-96.399138,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7819,89,323,365,0,941,0,"","Certification not required",0,5.764706,6.402658,56.4,"2013-11-14 07:00",31.2,"2013-07-19 14:00",31,"2013-10-25 23:00",30.2,"2013-01-07 12:00","","","","",30.2,23.5,17.8,12.7,7.7,3.7,0.8,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42401",1,32.03194,-96.399138,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7819,89,323,365,0,941,"","","Certification not required",0,1.235017,2.293373,56.4,"2013-11-14 07:00",32.7,"2013-11-14 08:00",31.2,"2013-07-19 14:00",31,"2013-10-25 23:00","","","","",11.1,7.8,4.7,2.7,1.2,0.6,0,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42401",1,32.03194,-96.399138,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",323,88,323,365,0,0,0,"","Certification not required",0,1.255108,1.076599,7.5,"2013-11-14 00:00",6.6,"2013-09-16 00:00",5.1,"2013-11-19 00:00",5.1,"2013-11-29 00:00","","","","",5.1,4.5,3.3,2.5,1.6,1,0.3,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42401",1,32.03194,-96.399138,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2526,87,321,365,0,0,"",0,"Certification not required",0,1.226326,1.908499,30.8,"2013-11-14 08:00",23.2,"2013-09-16 08:00",20.5,"2013-11-19 17:00",19.8,"2013-01-07 14:00","","","","",9,6.8,4.5,2.8,1.3,0.7,0.1,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42406",1,32.03194,-96.399138,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7819,89,323,365,0,941,"","","Certification not required",0,2.012022,4.060817,86.1,"2013-07-19 14:00",77.8,"2013-11-14 07:00",58.9,"2013-09-16 00:00",54.7,"2013-11-29 21:00","","","","",19.4,13.6,7.8,4.5,1.7,0.9,0.2,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42601",1,32.03194,-96.399138,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8229,94,347,365,0,531,"","","Certification not required",0,0.442654,1.783832,51.5,"2013-12-11 00:00",50.9,"2013-11-11 07:00",43.7,"2013-12-10 23:00",39.3,"2013-09-25 06:00","","","","",6.6,4.4,2,1,0.3,0,-0.1,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42602",1,32.03194,-96.399138,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8229,94,347,365,0,531,0,"","Certification not required",0,9.829683,6.451684,45.6,"2013-12-12 02:00",35.3,"2013-12-17 22:00",32.5,"2013-12-10 23:00",31.1,"2013-01-16 21:00","","","","",31.1,27.9,22.5,19,12.5,8.1,4,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42602",1,32.03194,-96.399138,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8229,94,347,365,0,531,"","","Certification not required",0,3.80034,3.71276,45.6,"2013-12-12 02:00",35.3,"2013-12-17 22:00",32.5,"2013-12-10 23:00",31.1,"2013-01-16 21:00","","","","",19,15.3,11,8,4.8,2.7,0.8,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","42603",1,32.03194,-96.399138,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8229,94,347,365,0,531,"","","Certification not required",0,4.217317,4.815911,81.9,"2013-12-11 00:00",75.9,"2013-12-10 23:00",65.8,"2013-11-11 07:00",63.3,"2013-09-25 06:00","","","","",23.9,18,12.3,9,5.1,2.8,0.8,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","44201",1,32.03194,-96.399138,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8564,99,243,245,0,196,0,0,"Requested but not yet concurred",98,0.050922,0.013226,0.121,"2013-06-28 18:00",0.091,"2013-10-09 15:00",0.085,"2013-09-26 14:00",0.084,"2013-09-24 15:00","","","","",0.085,0.081,0.074,0.067,0.059,0.05,0.042,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","44201",1,32.03194,-96.399138,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,99,242,245,0,0,0,0,"Requested but not yet concurred",0,0.045471,0.011546,0.078,"2013-06-28 15:00",0.077,"2013-09-26 10:00",0.075,"2013-09-03 12:00",0.074,"2013-10-09 10:00","","","","",0.075,0.073,0.066,0.061,0.053,0.045,0.037,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","44201",1,32.03194,-96.399138,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8613,99,242,245,0,0,2,2,"Requested but not yet concurred",0,0.045471,0.011546,0.078,"2013-06-28 15:00",0.077,"2013-09-26 10:00",0.075,"2013-09-03 12:00",0.074,"2013-10-09 10:00","","","","",0.075,0.073,0.066,0.061,0.053,0.045,0.037,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","61101",1,32.03194,-96.399138,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7284,83,303,365,0,12,"","","Certification not required",0,7.938413,3.807661,24.5,"2013-02-25 15:00",24.4,"2013-02-26 00:00",24.4,"2013-03-04 09:00",24.3,"2013-02-25 19:00","","","","",18.9,17.4,15.3,13.3,10.1,7.2,3.7,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","61103",1,32.03194,-96.399138,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7284,83,303,365,0,12,"","","Certification not required",0,7.608512,3.834859,24.2,"2013-02-26 00:00",24.1,"2013-02-25 15:00",24.1,"2013-03-04 09:00",24,"2013-02-25 19:00","","","","",18.5,17.1,15,13,9.8,6.9,3.4,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","61104",1,32.03194,-96.399138,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7284,83,303,365,0,12,"","","Certification not required",0,170.467834,91.28871,360,"2013-04-03 21:00",360,"2013-07-01 17:00",359.9,"2013-03-13 04:00",359.8,"2013-01-07 03:00","","","","",357.2,354.5,346.1,330.9,203.7,164.3,47.4,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","61105",1,32.03194,-96.399138,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7284,83,303,365,0,12,"","","Certification not required",0,13.282262,6.180538,48,"2013-07-26 18:00",42,"2013-02-10 03:00",40,"2013-03-05 03:00",37,"2013-01-29 17:00","","","","",31,28,25,22,17,12,6,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","61106",1,32.03194,-96.399138,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7284,83,303,365,0,12,"","","Certification not required",0,15.508402,10.490383,76.4,"2013-05-06 22:00",75.5,"2013-09-30 10:00",74.9,"2013-01-04 06:00",74.6,"2013-02-23 06:00","","","","",57.8,50,37.6,28.2,18.2,12.2,7.1,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","62101",1,32.03194,-96.399138,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,69.410861,15.794938,102,"2013-08-07 16:00",101,"2013-06-28 16:00",101,"2013-06-28 17:00",101,"2013-08-01 15:00","","","","",98,97,93,89,81,72,47,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","62103",1,32.03194,-96.399138,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,53.515908,14.532372,73,"2013-06-01 19:00",73,"2013-08-14 01:00",73,"2013-08-14 02:00",73,"2013-08-14 08:00","","","","",71,71,70,69,66,58,30,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","62201",1,32.03194,-96.399138,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7293,83,304,365,0,3,"","","Certification not required",0,60.581379,19.054326,94,"2013-01-08 23:00",94,"2013-01-09 00:00",94,"2013-01-10 00:00",94,"2013-01-10 01:00","","","","",93,92,89,86,76,62,33,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-02-03" +"48","349","1051","88502",3,32.03194,-96.399138,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8444,96,350,365,0,316,"","","Certification not required",0,9.007757,6.094639,49,"2013-08-09 19:00",49,"2013-08-09 20:00",48.8,"2013-05-18 17:00",48.6,"2013-05-18 00:00","","","","",30.4,25.7,20.5,16.6,11.7,7.8,2.6,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","349","1051","88502",3,32.03194,-96.399138,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",350,96,350,365,0,0,"","","Certification not required",0,8.974857,4.908071,35.3,"2013-08-09 00:00",31.5,"2013-08-08 00:00",28.9,"2013-04-16 00:00",27.5,"2013-05-18 00:00","","","","",27.5,24,17.4,15.2,11,7.9,4.1,"Corsicana Airport","Corsicana Airport","Texas","Navarro","Corsicana","Corsicana, TX","2014-01-15" +"48","355","0025","42401",1,27.765335,-97.434247,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",3960,45,152,365,0,4045,0,"","Certification not required",0,1.033553,1.062731,7.2,"2013-02-12 15:00",5.7,"2013-02-16 07:00",5.2,"2013-01-30 20:00",4.2,"2013-03-02 06:00","","","","",5.7,4.2,2.7,2,1.4,0.7,0.2,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","42401",1,27.765335,-97.434247,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",3960,45,152,365,0,4045,"","","Certification not required",0,0.297753,0.564906,7.2,"2013-02-12 15:00",6.2,"2013-03-01 08:00",5.7,"2013-02-16 07:00",5.2,"2013-01-30 20:00","","","","",2.2,1.9,1.4,0.9,0.5,0.1,-0.2,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","42401",1,27.765335,-97.434247,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",152,42,152,365,0,0,0,"","Certification not required",0,0.329605,0.438667,1.9,"2013-03-09 00:00",1.7,"2013-02-21 00:00",1.7,"2013-02-22 00:00",1.6,"2013-02-23 00:00","","","","",1.7,1.6,1.3,0.8,0.5,0.3,-0.1,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","42401",1,27.765335,-97.434247,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1156,40,137,365,0,0,"",0,"Certification not required",0,0.33391,0.505374,3.7,"2013-02-16 08:00",3.4,"2013-02-12 17:00",3,"2013-02-21 17:00",2.6,"2013-03-02 08:00","","","","",2.1,1.8,1.5,1,0.5,0.2,-0.1,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","42406",1,27.765335,-97.434247,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",3960,45,152,365,0,4045,"","","Certification not required",0,0.688737,0.860188,15.1,"2013-01-30 20:00",11.1,"2013-02-12 15:00",11.1,"2013-03-01 08:00",10.2,"2013-02-12 16:00","","","","",3.4,2.9,2.2,1.6,0.9,0.5,0,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","44201",2,27.765335,-97.434247,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7827,89,324,365,0,178,0,0,"Requested but not yet concurred",124,0.039346,0.013312,0.084,"2013-03-13 19:00",0.075,"2013-07-03 12:00",0.075,"2013-09-24 11:00",0.075,"2013-10-08 16:00","","","","",0.075,0.069,0.06,0.056,0.049,0.039,0.022,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","44201",2,27.765335,-97.434247,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7871,89,324,365,0,0,0,0,"Requested but not yet concurred",0,0.035679,0.012659,0.07,"2013-03-13 14:00",0.069,"2013-10-08 10:00",0.066,"2013-07-02 10:00",0.066,"2013-08-17 12:00","","","","",0.066,0.065,0.057,0.052,0.045,0.036,0.02,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","44201",2,27.765335,-97.434247,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7871,89,324,365,0,0,0,0,"Requested but not yet concurred",0,0.035679,0.012659,0.07,"2013-03-13 14:00",0.069,"2013-10-08 10:00",0.066,"2013-07-02 10:00",0.066,"2013-08-17 12:00","","","","",0.066,0.065,0.057,0.052,0.045,0.036,0.02,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0025","61101",1,27.765335,-97.434247,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7273,83,303,365,0,12,"","","Certification not required",0,9.057679,4.348013,28.4,"2013-02-25 16:00",26.9,"2013-02-25 15:00",26.6,"2013-02-25 19:00",25.6,"2013-02-25 13:00","","","","",19.9,18.6,16.6,14.8,12,8.9,3.3,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","61103",1,27.765335,-97.434247,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7227,83,300,365,0,58,"","","Certification not required",0,8.761229,4.312691,28.1,"2013-02-25 16:00",26.5,"2013-02-25 15:00",26.3,"2013-02-25 19:00",25,"2013-02-25 13:00","","","","",19.5,18.1,16.3,14.4,11.7,8.7,3,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","61104",1,27.765335,-97.434247,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7227,83,300,365,0,58,"","","Certification not required",0,139.565006,77.400513,360,"2013-09-21 23:00",359.9,"2013-01-15 11:00",359.9,"2013-02-28 17:00",359.8,"2013-02-13 05:00","","","","",356.8,352.4,332.9,240,161.6,137.8,38,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","61105",1,27.765335,-97.434247,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7273,83,303,365,0,12,"","","Certification not required",0,15.452633,6.876383,44,"2013-02-25 12:00",44,"2013-02-25 19:00",43,"2013-02-25 13:00",43,"2013-02-25 16:00","","","","",32,30,27,24,20,15,6,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","61106",1,27.765335,-97.434247,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7227,83,300,365,0,58,"","","Certification not required",0,15.043683,8.199541,77.3,"2013-08-23 04:00",77.2,"2013-03-01 22:00",77,"2013-06-02 15:00",76.9,"2013-02-27 06:00","","","","",53.3,42.7,30.2,22.4,16.6,12.7,9.2,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","62101",1,27.765335,-97.434247,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7274,83,303,365,0,11,"","","Certification not required",0,74.168683,11.041016,99,"2013-06-29 14:00",99,"2013-06-29 15:00",98,"2013-06-29 12:00",98,"2013-06-29 16:00","","","","",91,90,89,87,82,77,58,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","63301",1,27.765335,-97.434247,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7282,83,303,365,0,3,"","","Certification not required",3522,0.294898,0.406978,1.48,"2013-07-18 12:00",1.45,"2013-05-03 12:00",1.45,"2013-05-04 12:00",1.44,"2013-06-05 12:00","","","","",1.36,1.32,1.18,1,0.53,0.02,0.005,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0025","88502",3,27.765335,-97.434247,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",3781,97,155,162,0,82,"","","Certification not required",0,8.177916,5.837314,53.8,"2013-05-06 04:00",49.3,"2013-05-17 13:00",44.5,"2013-05-17 14:00",42.5,"2013-05-18 06:00","","","","",31.3,27.2,19.8,15,9.8,6.8,2.8,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-08-28" +"48","355","0025","88502",3,27.765335,-97.434247,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",155,96,155,162,0,0,"","","Certification not required",0,8.151613,4.576867,25.9,"2013-04-16 00:00",23.7,"2013-04-15 00:00",22.8,"2013-05-22 00:00",21.5,"2013-05-09 00:00","","","","",23.7,21.5,18.9,15,9.3,6.6,4.1,"Corpus Christi West","Corpus Christi State School (Airport Rd)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-08-28" +"48","355","0026","42401",1,27.832408,-97.555395,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7575,86,324,365,0,441,0,"","Certification not required",0,0.560802,0.655655,5.8,"2013-02-15 20:00",3.9,"2013-11-12 12:00",3.7,"2013-01-22 10:00",3.4,"2013-02-23 07:00","","","","",3.4,2.6,1.7,1.2,0.7,0.4,0,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","42401",1,27.832408,-97.555395,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7575,86,324,365,0,441,"","","Certification not required",0,0.139908,0.338371,5.8,"2013-02-15 20:00",3.9,"2013-11-12 12:00",3.7,"2013-01-22 10:00",3.4,"2013-02-23 07:00","","","","",1.5,1.1,0.7,0.5,0.2,0,-0.1,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","42401",1,27.832408,-97.555395,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",324,89,324,365,0,0,0,"","Certification not required",0,0.138272,0.251961,2,"2013-02-23 00:00",1.6,"2013-02-22 00:00",1.3,"2013-02-20 00:00",1.3,"2013-02-21 00:00","","","","",1.3,0.8,0.5,0.4,0.2,0.1,-0.1,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","42401",1,27.832408,-97.555395,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2401,82,305,365,0,0,"",0,"Certification not required",0,0.135444,0.296742,3.1,"2013-02-23 08:00",2.8,"2013-02-23 11:00",2.6,"2013-02-23 05:00",2.4,"2013-02-15 20:00","","","","",1.4,1.1,0.6,0.4,0.2,0,-0.1,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","42406",1,27.832408,-97.555395,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7575,86,324,365,0,441,"","","Certification not required",0,0.386086,0.458398,14,"2013-01-22 10:00",10.5,"2013-02-15 20:00",6.1,"2013-11-12 12:00",5.3,"2013-01-22 12:00","","","","",2.1,1.6,1,0.8,0.5,0.3,0,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","44201",1,27.832408,-97.555395,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7745,88,321,365,0,271,0,0,"Requested but not yet concurred",103,0.038551,0.012768,0.081,"2013-03-13 19:00",0.074,"2013-07-01 14:00",0.072,"2013-07-02 16:00",0.072,"2013-10-08 14:00","","","","",0.072,0.069,0.059,0.055,0.048,0.037,0.022,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","44201",1,27.832408,-97.555395,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7788,88,322,365,0,0,0,0,"Requested but not yet concurred",0,0.034717,0.012229,0.068,"2013-10-08 11:00",0.067,"2013-07-01 10:00",0.067,"2013-07-02 10:00",0.066,"2013-03-13 16:00","","","","",0.066,0.065,0.057,0.051,0.043,0.034,0.02,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","44201",1,27.832408,-97.555395,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7788,88,322,365,0,0,0,0,"Requested but not yet concurred",0,0.034717,0.012229,0.068,"2013-10-08 11:00",0.067,"2013-07-01 10:00",0.067,"2013-07-02 10:00",0.066,"2013-03-13 16:00","","","","",0.066,0.065,0.057,0.051,0.043,0.034,0.02,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0026","61101",1,27.832408,-97.555395,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7291,83,304,365,0,5,"","","Certification not required",0,6.721149,3.306506,24.4,"2013-02-25 16:00",23.1,"2013-02-25 15:00",22.6,"2013-02-25 12:00",22.3,"2013-05-02 13:00","","","","",16.6,14.2,12.3,11,8.9,6.4,2.6,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0026","61103",1,27.832408,-97.555395,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7291,83,304,365,0,5,"","","Certification not required",0,6.30683,3.193005,23.9,"2013-02-25 16:00",22.6,"2013-02-25 15:00",22.1,"2013-02-25 12:00",21.2,"2013-02-25 14:00","","","","",15.9,13.5,11.7,10.4,8.4,6,2.4,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0026","61104",1,27.832408,-97.555395,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7291,83,304,365,0,5,"","","Certification not required",0,148.255068,87.233782,359.9,"2013-09-14 06:00",359.9,"2013-10-19 21:00",359.9,"2013-10-20 04:00",359.8,"2013-02-03 07:00","","","","",357.6,355.2,347.2,321,164.9,141.2,35.4,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0026","61105",1,27.832408,-97.555395,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7291,83,304,365,0,5,"","","Certification not required",0,13.358936,6.181499,44,"2013-02-25 15:00",42,"2013-02-25 13:00",40,"2013-02-25 16:00",38,"2013-02-25 12:00","","","","",30,27,24,21,18,13,5,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0026","61106",1,27.832408,-97.555395,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7291,83,304,365,0,5,"","","Certification not required",0,20.032986,7.63328,76.7,"2013-02-13 23:00",75.8,"2013-02-05 12:00",75.4,"2013-04-29 05:00",75.4,"2013-09-03 09:00","","","","",55.5,47.1,33.8,26,21,18.7,13.8,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0026","62101",1,27.832408,-97.555395,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7291,83,304,365,0,5,"","","Certification not required",0,73.929639,11.776199,104,"2013-06-29 15:00",103,"2013-06-29 16:00",102,"2013-06-29 14:00",100,"2013-06-29 13:00","","","","",93,93,91,88,82,77,57,"Corpus Christi Tuloso","9860 La Branch","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0029","43173",1,27.807539,-97.41925,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43202",1,27.807539,-97.41925,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,18.4108,18.902752,83.58,"2013-01-10 00:00",75.22,"2013-01-22 00:00",57.02,"2013-11-30 00:00",48.7,"2013-10-07 00:00","","","","",83.58,83.58,57.02,46.7,25.74,14.64,2.28,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43203",1,27.807539,-97.41925,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",11,0.8634,0.92384,4.62,"2013-09-25 00:00",4.44,"2013-01-10 00:00",2,"2013-10-07 00:00",1.92,"2013-07-03 00:00","","","","",4.62,4.62,2,1.8,1.08,0.64,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43204",1,27.807539,-97.41925,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",2,19.1132,22.149436,97.65,"2013-01-22 00:00",87.72,"2013-01-10 00:00",61.23,"2013-11-30 00:00",59.55,"2013-02-03 00:00","","","","",97.65,97.65,61.23,53.4,27.09,14.31,0.75,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43205",1,27.807539,-97.41925,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",34,0.3214,0.561096,3,"2013-09-25 00:00",2.19,"2013-01-10 00:00",1.11,"2013-01-16 00:00",0.96,"2013-10-07 00:00","","","","",3,3,1.11,0.9,0.45,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43206",1,27.807539,-97.41925,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",23,0.3934,0.386193,1.4,"2013-01-10 00:00",1.18,"2013-01-04 00:00",1.18,"2013-01-16 00:00",1.04,"2013-02-27 00:00","","","","",1.4,1.4,1.18,1.02,0.66,0.28,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43212",1,27.807539,-97.41925,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,22.3768,33.165302,155.64,"2013-10-07 00:00",116,"2013-01-16 00:00",94.08,"2013-01-30 00:00",89.92,"2013-01-10 00:00","","","","",155.64,155.64,94.08,83.32,24.92,10.48,0.48,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43214",1,27.807539,-97.41925,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,11.2274,12.639371,50.2,"2013-01-22 00:00",37.36,"2013-01-10 00:00",36.76,"2013-10-07 00:00",36.52,"2013-01-16 00:00","","","","",50.2,50.2,36.76,34.12,17.88,7.12,0.44,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43216",1,27.807539,-97.41925,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",44,0.0992,0.145263,0.6,"2013-09-25 00:00",0.6,"2013-10-31 00:00",0.52,"2013-01-30 00:00",0.52,"2013-04-04 00:00","","","","",0.6,0.6,0.52,0.36,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43217",1,27.807539,-97.41925,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",38,0.1884,0.341529,1.68,"2013-01-16 00:00",1.44,"2013-10-07 00:00",0.88,"2013-01-10 00:00",0.72,"2013-01-30 00:00","","","","",1.68,1.68,0.88,0.6,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43218",1,27.807539,-97.41925,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0008,0.005657,0.04,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.04,0.04,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43220",1,27.807539,-97.41925,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,4.951,6.429845,32.35,"2013-10-07 00:00",18.35,"2013-01-10 00:00",18.35,"2013-01-16 00:00",16.4,"2013-10-31 00:00","","","","",32.35,32.35,18.35,13.15,6.4,2.7,0.3,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43221",1,27.807539,-97.41925,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,11.018,16.226175,82.1,"2013-10-07 00:00",55.6,"2013-01-16 00:00",43.15,"2013-10-31 00:00",39.35,"2013-01-30 00:00","","","","",82.1,82.1,43.15,38.2,13.3,4.7,0.85,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43224",1,27.807539,-97.41925,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",45,0.285,0.848363,5.1,"2013-10-07 00:00",2.7,"2013-01-16 00:00",1.5,"2013-01-30 00:00",1.45,"2013-01-10 00:00","","","","",5.1,5.1,1.5,1.25,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43226",1,27.807539,-97.41925,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",40,0.453,1.262667,7.9,"2013-10-07 00:00",3.55,"2013-01-16 00:00",1.9,"2013-01-10 00:00",1.85,"2013-01-30 00:00","","","","",7.9,7.9,1.9,1.6,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43227",1,27.807539,-97.41925,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",39,0.263,0.65674,4.15,"2013-10-07 00:00",1.9,"2013-01-16 00:00",0.95,"2013-01-10 00:00",0.95,"2013-01-30 00:00","","","","",4.15,4.15,0.95,0.85,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43228",1,27.807539,-97.41925,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",37,0.463,1.428529,9.55,"2013-10-07 00:00",2.9,"2013-01-16 00:00",1.85,"2013-01-10 00:00",1.85,"2013-10-31 00:00","","","","",9.55,9.55,1.85,1.15,0.1,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43230",1,27.807539,-97.41925,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",4,1.3864,1.674456,8.64,"2013-10-07 00:00",5.28,"2013-01-16 00:00",4.86,"2013-01-10 00:00",4.32,"2013-09-25 00:00","","","","",8.64,8.64,4.86,3.48,1.8,0.72,0.12,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43231",1,27.807539,-97.41925,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.6776,1.874458,8.4,"2013-10-07 00:00",6.9,"2013-09-25 00:00",5.22,"2013-01-10 00:00",4.98,"2013-03-11 00:00","","","","",8.4,8.4,5.22,4.38,2.76,1.2,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43232",1,27.807539,-97.41925,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,0.6796,0.712415,2.87,"2013-09-25 00:00",2.8,"2013-10-07 00:00",2.24,"2013-03-11 00:00",1.96,"2013-01-10 00:00","","","","",2.87,2.87,2.24,1.82,1.05,0.49,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43233",1,27.807539,-97.41925,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",15,0.4054,0.476707,1.84,"2013-01-16 00:00",1.84,"2013-01-22 00:00",1.68,"2013-01-10 00:00",1.44,"2013-10-07 00:00","","","","",1.84,1.84,1.68,1.12,0.48,0.24,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43234",1,27.807539,-97.41925,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.0622,0.086267,0.66,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.66,0.66,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43235",1,27.807539,-97.41925,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",37,0.1882,0.334479,1.71,"2013-01-16 00:00",1.08,"2013-01-10 00:00",1.08,"2013-01-22 00:00",0.9,"2013-10-07 00:00","","","","",1.71,1.71,1.08,0.63,0.18,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43238",1,27.807539,-97.41925,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",36,0.128,0.201565,1.2,"2013-01-16 00:00",0.7,"2013-01-10 00:00",0.4,"2013-01-22 00:00",0.4,"2013-09-25 00:00","","","","",1.2,1.2,0.4,0.4,0.1,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43242",1,27.807539,-97.41925,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",29,0.221,0.324995,1.85,"2013-10-07 00:00",0.95,"2013-01-16 00:00",0.85,"2013-01-10 00:00",0.65,"2013-09-25 00:00","","","","",1.85,1.85,0.85,0.6,0.3,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43243",1,27.807539,-97.41925,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",32,0.19,0.229685,0.9,"2013-06-15 00:00",0.75,"2013-08-08 00:00",0.7,"2013-06-27 00:00",0.7,"2013-08-14 00:00","","","","",0.9,0.9,0.7,0.6,0.35,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43244",1,27.807539,-97.41925,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",30,0.3012,0.38911,1.68,"2013-10-07 00:00",1.08,"2013-01-10 00:00",1.08,"2013-09-25 00:00",1.02,"2013-01-16 00:00","","","","",1.68,1.68,1.08,1.02,0.54,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43247",1,27.807539,-97.41925,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",26,0.2206,0.368197,2.38,"2013-10-07 00:00",0.77,"2013-01-16 00:00",0.77,"2013-01-30 00:00",0.7,"2013-09-25 00:00","","","","",2.38,2.38,0.77,0.56,0.21,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43248",1,27.807539,-97.41925,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.6924,0.842231,3.18,"2013-09-25 00:00",2.76,"2013-04-04 00:00",2.7,"2013-01-10 00:00",2.46,"2013-01-22 00:00","","","","",3.18,3.18,2.7,2.4,1.08,0.42,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43249",1,27.807539,-97.41925,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,0.6068,0.650304,2.94,"2013-10-07 00:00",2.24,"2013-09-25 00:00",1.89,"2013-03-11 00:00",1.75,"2013-01-10 00:00","","","","",2.94,2.94,1.89,1.75,0.84,0.42,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43250",1,27.807539,-97.41925,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.8832,1.882627,10.72,"2013-10-07 00:00",6,"2013-01-16 00:00",6,"2013-01-30 00:00",2.8,"2013-04-04 00:00","","","","",10.72,10.72,6,1.92,0.56,0.24,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43252",1,27.807539,-97.41925,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",39,0.223,0.493911,2.88,"2013-10-07 00:00",1.76,"2013-01-16 00:00",1.2,"2013-01-30 00:00",0.64,"2013-04-04 00:00","","","","",2.88,2.88,1.2,0.56,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43253",1,27.807539,-97.41925,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",32,0.144,0.179432,0.88,"2013-10-07 00:00",0.72,"2013-01-16 00:00",0.56,"2013-09-25 00:00",0.48,"2013-03-11 00:00","","","","",0.88,0.88,0.56,0.4,0.16,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43261",1,27.807539,-97.41925,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",17,0.6302,0.739331,2.87,"2013-09-25 00:00",2.87,"2013-10-07 00:00",2.24,"2013-01-22 00:00",2.17,"2013-03-11 00:00","","","","",2.87,2.87,2.24,1.89,0.98,0.35,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43262",1,27.807539,-97.41925,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",14,0.7172,0.948668,5.16,"2013-10-07 00:00",2.94,"2013-09-25 00:00",2.46,"2013-01-10 00:00",2.4,"2013-01-16 00:00","","","","",5.16,5.16,2.46,1.8,0.96,0.36,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43263",1,27.807539,-97.41925,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",33,0.4642,0.691812,2.94,"2013-10-07 00:00",2.17,"2013-09-25 00:00",1.82,"2013-03-11 00:00",1.68,"2013-04-04 00:00","","","","",2.94,2.94,1.82,1.61,0.91,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43280",1,27.807539,-97.41925,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",33,0.5066,1.035902,5.32,"2013-01-04 00:00",4.16,"2013-01-16 00:00",2.48,"2013-01-10 00:00",1.88,"2013-04-04 00:00","","","","",5.32,5.32,2.48,1.64,0.4,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43282",1,27.807539,-97.41925,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",42,0.12,0.214524,1.2,"2013-10-07 00:00",0.85,"2013-01-16 00:00",0.55,"2013-10-31 00:00",0.45,"2013-01-10 00:00","","","","",1.2,1.2,0.55,0.3,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43283",1,27.807539,-97.41925,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",45,0.097,0.203392,1.35,"2013-10-07 00:00",0.65,"2013-01-16 00:00",0.3,"2013-01-30 00:00",0.2,"2013-10-31 00:00","","","","",1.35,1.35,0.3,0.1,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43284",1,27.807539,-97.41925,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",33,0.411,0.745655,4.2,"2013-10-07 00:00",2.1,"2013-01-16 00:00",1.74,"2013-01-30 00:00",1.44,"2013-01-10 00:00","","","","",4.2,4.2,1.74,1.26,0.6,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43285",1,27.807539,-97.41925,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",9,2.0178,2.647245,13.38,"2013-10-07 00:00",8.1,"2013-01-16 00:00",7.38,"2013-01-10 00:00",5.76,"2013-09-25 00:00","","","","",13.38,13.38,7.38,5.52,2.94,1.02,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43289",1,27.807539,-97.41925,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",46,0.0868,0.178833,1.26,"2013-10-07 00:00",0.42,"2013-01-16 00:00",0.18,"2013-04-04 00:00",0.18,"2013-10-31 00:00","","","","",1.26,1.26,0.18,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43290",1,27.807539,-97.41925,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",48,0.054,0.020702,0.18,"2013-01-16 00:00",0.12,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-22 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43291",1,27.807539,-97.41925,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",42,0.161,0.322479,1.89,"2013-10-07 00:00",0.91,"2013-01-16 00:00",0.91,"2013-04-04 00:00",0.63,"2013-01-10 00:00","","","","",1.89,1.89,0.91,0.49,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43331",1,27.807539,-97.41925,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43801",1,27.807539,-97.41925,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.672,0.096785,0.98,"2013-05-10 00:00",0.9,"2013-11-18 00:00",0.83,"2013-06-27 00:00",0.82,"2013-02-21 00:00","","","","",0.98,0.98,0.83,0.8,0.72,0.67,0.56,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43802",1,27.807539,-97.41925,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0502,0.021711,0.09,"2013-05-04 00:00",0.08,"2013-01-10 00:00",0.08,"2013-02-03 00:00",0.07,"2013-01-04 00:00","","","","",0.09,0.09,0.08,0.07,0.06,0.06,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43803",1,27.807539,-97.41925,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0074,0.008992,0.03,"2013-09-25 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43804",1,27.807539,-97.41925,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0846,0.036768,0.15,"2013-05-04 00:00",0.14,"2013-04-28 00:00",0.12,"2013-05-22 00:00",0.11,"2013-07-16 00:00","","","","",0.15,0.15,0.12,0.11,0.1,0.09,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43811",1,27.807539,-97.41925,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2386,0.016037,0.28,"2013-01-04 00:00",0.28,"2013-05-04 00:00",0.26,"2013-02-09 00:00",0.26,"2013-02-15 00:00","","","","",0.28,0.28,0.26,0.26,0.25,0.24,0.22,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43813",1,27.807539,-97.41925,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43814",1,27.807539,-97.41925,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.008,0.009897,0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-30 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43815",1,27.807539,-97.41925,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0116,0.024937,0.12,"2013-11-30 00:00",0.08,"2013-10-25 00:00",0.06,"2013-02-03 00:00",0.06,"2013-03-05 00:00","","","","",0.12,0.12,0.06,0.04,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43817",1,27.807539,-97.41925,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0116,0.017186,0.06,"2013-01-10 00:00",0.06,"2013-09-25 00:00",0.04,"2013-01-16 00:00",0.04,"2013-01-30 00:00","","","","",0.06,0.06,0.04,0.04,0.02,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43818",1,27.807539,-97.41925,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43819",1,27.807539,-97.41925,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.004,0.013401,0.09,"2013-06-15 00:00",0.02,"2013-05-10 00:00",0.02,"2013-11-06 00:00",0.01,"2013-01-10 00:00","","","","",0.09,0.09,0.02,0.01,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43820",1,27.807539,-97.41925,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43823",1,27.807539,-97.41925,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.521,0.043718,0.61,"2013-01-04 00:00",0.59,"2013-05-04 00:00",0.58,"2013-01-10 00:00",0.58,"2013-02-27 00:00","","","","",0.61,0.61,0.58,0.56,0.55,0.53,0.45,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43824",1,27.807539,-97.41925,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.004,0.01069,0.04,"2013-01-16 00:00",0.04,"2013-02-21 00:00",0.04,"2013-10-01 00:00",0.02,"2013-01-10 00:00","","","","",0.04,0.04,0.04,0.02,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43826",1,27.807539,-97.41925,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0008,0.003959,0.02,"2013-07-16 00:00",0.02,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43829",1,27.807539,-97.41925,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0006,0.004243,0.03,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43830",1,27.807539,-97.41925,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0042,0.018193,0.12,"2013-05-04 00:00",0.03,"2013-01-10 00:00",0.03,"2013-01-16 00:00",0.03,"2013-06-15 00:00","","","","",0.12,0.12,0.03,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43831",1,27.807539,-97.41925,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43843",1,27.807539,-97.41925,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43860",1,27.807539,-97.41925,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43954",1,27.807539,-97.41925,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",40,0.084,0.10554,0.66,"2013-01-16 00:00",0.44,"2013-01-22 00:00",0.22,"2013-09-25 00:00",0.22,"2013-10-07 00:00","","","","",0.66,0.66,0.22,0.11,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","43960",1,27.807539,-97.41925,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",25,0.2266,0.268173,1.12,"2013-10-07 00:00",0.96,"2013-01-16 00:00",0.88,"2013-01-10 00:00",0.88,"2013-01-22 00:00","","","","",1.12,1.12,0.88,0.8,0.32,0.16,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45109",1,27.807539,-97.41925,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.8736,1.173402,5.52,"2013-01-16 00:00",4.56,"2013-10-07 00:00",3.92,"2013-01-10 00:00",3.12,"2013-09-25 00:00","","","","",5.52,5.52,3.92,2.16,0.96,0.4,0.16,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45201",1,27.807539,-97.41925,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.2284,2.131789,7.74,"2013-09-25 00:00",6.42,"2013-11-12 00:00",6.12,"2013-03-05 00:00",6,"2013-01-10 00:00","","","","",7.74,7.74,6.12,5.46,3.6,2.1,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45202",1,27.807539,-97.41925,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.8298,1.607421,6.79,"2013-01-16 00:00",6.58,"2013-09-25 00:00",5.67,"2013-01-10 00:00",5.46,"2013-10-07 00:00","","","","",6.79,6.79,5.67,4.83,2.24,1.26,0.56,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45203",1,27.807539,-97.41925,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.224,0.380762,1.76,"2013-01-16 00:00",1.44,"2013-10-07 00:00",1.12,"2013-01-10 00:00",0.96,"2013-09-25 00:00","","","","",1.76,1.76,1.12,0.64,0.24,0.08,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45204",1,27.807539,-97.41925,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2592,0.375776,1.76,"2013-01-16 00:00",1.6,"2013-10-07 00:00",1.12,"2013-01-10 00:00",0.88,"2013-09-25 00:00","","","","",1.76,1.76,1.12,0.64,0.32,0.16,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45207",1,27.807539,-97.41925,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45208",1,27.807539,-97.41925,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",44,0.1448,0.340205,1.8,"2013-01-16 00:00",1.35,"2013-10-07 00:00",1.17,"2013-01-10 00:00",0.27,"2013-04-04 00:00","","","","",1.8,1.8,1.17,0.27,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45209",1,27.807539,-97.41925,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.0544,0.031113,0.27,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45210",1,27.807539,-97.41925,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0468,0.139948,0.81,"2013-09-25 00:00",0.45,"2013-01-10 00:00",0.27,"2013-10-31 00:00",0.18,"2013-01-30 00:00","","","","",0.81,0.81,0.27,0.18,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45211",1,27.807539,-97.41925,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.0544,0.031113,0.27,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45212",1,27.807539,-97.41925,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",40,0.1318,0.239197,1.35,"2013-01-16 00:00",0.81,"2013-01-10 00:00",0.81,"2013-10-07 00:00",0.45,"2013-01-22 00:00","","","","",1.35,1.35,0.81,0.27,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45213",1,27.807539,-97.41925,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",47,0.0668,0.070376,0.45,"2013-01-16 00:00",0.27,"2013-01-10 00:00",0.27,"2013-10-07 00:00",0.05,"2013-01-04 00:00","","","","",0.45,0.45,0.27,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45218",1,27.807539,-97.41925,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.053,0.021213,0.2,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.2,0.2,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45219",1,27.807539,-97.41925,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",46,0.064,0.05349,0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.2,"2013-10-07 00:00",0.1,"2013-06-15 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45220",1,27.807539,-97.41925,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0016,0.011314,0.08,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.08,0.08,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45225",1,27.807539,-97.41925,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.0544,0.031113,0.27,"2013-10-07 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.27,0.27,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","45801",1,27.807539,-97.41925,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0029","61101",1,27.807539,-97.41925,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7259,83,302,365,0,5,"","","Certification not required",0,7.962667,3.16535,21.5,"2013-02-25 16:00",20.4,"2013-02-25 15:00",20.3,"2013-02-25 11:00",19.4,"2013-02-25 14:00","","","","",15.5,14.4,13.2,12,10.3,7.9,3.7,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0029","61103",1,27.807539,-97.41925,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7259,83,302,365,0,5,"","","Certification not required",0,7.629577,3.117218,20.9,"2013-02-25 16:00",19.8,"2013-02-25 11:00",19.6,"2013-02-25 15:00",18.8,"2013-03-09 13:00","","","","",15,14,12.7,11.7,10,7.6,3.4,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0029","61104",1,27.807539,-97.41925,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7259,83,302,365,0,5,"","","Certification not required",0,135.604188,74.737311,359.9,"2013-01-02 11:00",359.9,"2013-04-03 23:00",359.9,"2013-05-02 07:00",359.8,"2013-02-10 13:00","","","","",353.5,349.1,329.8,195.4,159.7,130.7,36.1,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0029","61105",1,27.807539,-97.41925,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7259,83,302,365,0,5,"","","Certification not required",0,14.979749,5.83407,51,"2013-05-25 09:00",41,"2013-02-25 15:00",41,"2013-02-25 16:00",40,"2013-02-25 12:00","","","","",30,27,25,22,19,15,7,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0029","61106",1,27.807539,-97.41925,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7259,83,302,365,0,5,"","","Certification not required",0,16.394738,6.616576,76.5,"2013-05-24 18:00",76.2,"2013-02-06 10:00",75.4,"2013-01-18 00:00",74.4,"2013-04-30 07:00","","","","",46.5,37.9,26.3,22.6,17.4,14.5,11.9,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0029","62101",1,27.807539,-97.41925,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7259,83,302,365,0,5,"","","Certification not required",0,74.333655,10.86756,97,"2013-06-29 15:00",97,"2013-06-29 16:00",96,"2013-06-29 17:00",95,"2013-06-29 14:00","","","","",90,89,88,87,83,77,58,"Corpus Christi Hillcrest","1802 Nueces Bay Blvd (Citgo Refinery Co)","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","42401",1,27.804493,-97.43156,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6840,78,286,365,0,1176,0,"","Certification not required",0,0.412937,0.737473,6.9,"2013-02-27 15:00",5.3,"2013-01-30 20:00",4.3,"2013-03-02 17:00",4,"2013-02-28 16:00","","","","",4.3,3.1,1.5,0.7,0.4,0.2,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0032","42401",1,27.804493,-97.43156,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6840,78,286,365,0,1176,"","","Certification not required",0,0.089927,0.340946,6.9,"2013-02-27 15:00",6.3,"2013-02-27 14:00",5.3,"2013-01-30 20:00",5.3,"2013-02-27 16:00","","","","",1.5,1.1,0.5,0.3,0.1,0,-0.1,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0032","42401",1,27.804493,-97.43156,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",286,78,286,365,0,0,0,"","Certification not required",0,0.090559,0.271736,2.2,"2013-02-27 00:00",1.9,"2013-02-28 00:00",1.8,"2013-03-02 00:00",1.6,"2013-03-01 00:00","","","","",1.8,0.9,0.4,0.3,0.1,0,-0.1,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0032","42401",1,27.804493,-97.43156,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2213,76,282,365,0,0,"",0,"Certification not required",0,0.085314,0.307907,5.2,"2013-02-27 17:00",3.6,"2013-02-27 14:00",3.1,"2013-03-01 11:00",3.1,"2013-03-02 17:00","","","","",1.4,1.1,0.5,0.3,0.1,0,-0.1,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0032","42402",1,27.804493,-97.43156,"NAD83","Hydrogen sulfide","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per million","No Events",5881,67,242,365,0,2135,"","","Certification not required",2318,0.00064,0.000588,0.0094,"2013-11-15 03:00",0.0058,"2013-06-12 04:00",0.005,"2013-10-24 05:00",0.0048,"2013-11-15 04:00","","","","",0.0031,0.0026,0.0017,0.0013,0.0008,0.0005,0.0002,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0032","42406",1,27.804493,-97.43156,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6840,78,286,365,0,1176,"","","Certification not required",0,0.257325,0.500451,11.4,"2013-02-28 16:00",10.1,"2013-02-27 14:00",9.9,"2013-02-27 15:00",9.1,"2013-01-30 20:00","","","","",1.9,1.5,0.8,0.6,0.3,0.2,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0032","43173",1,27.804493,-97.43156,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43202",1,27.804493,-97.43156,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,18.216296,17.325614,86.64,"2013-01-10 00:00",65.1,"2013-01-22 00:00",51.02,"2013-10-07 00:00",48.12,"2013-11-30 00:00","","","","",86.64,65.1,51.02,41.08,24.36,14.96,2.34,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43203",1,27.804493,-97.43156,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,1.538704,1.213829,5.8,"2013-09-25 00:00",4.28,"2013-01-22 00:00",4.26,"2013-11-30 00:00",3.98,"2013-09-07 00:00","","","","",5.8,4.28,4.26,3.74,1.84,1.24,0.44,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43204",1,27.804493,-97.43156,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,20.541111,18.888893,86.31,"2013-01-10 00:00",83.49,"2013-01-22 00:00",54.84,"2013-10-07 00:00",54.33,"2013-11-30 00:00","","","","",86.31,83.49,54.84,43.74,30.21,16.98,2.19,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43205",1,27.804493,-97.43156,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",15,1.394444,3.002388,21.84,"2013-03-05 00:00",3.87,"2013-11-12 00:00",3.72,"2013-10-19 00:00",3.36,"2013-11-24 00:00","","","","",21.84,3.87,3.72,2.55,1.65,0.69,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43206",1,27.804493,-97.43156,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",14,0.677407,0.815152,5.22,"2013-01-16 00:00",1.98,"2013-11-30 00:00",1.94,"2013-01-22 00:00",1.72,"2013-04-04 00:00","","","","",5.22,1.98,1.94,1.38,0.98,0.44,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43212",1,27.804493,-97.43156,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,18.94,15.369081,58.88,"2013-10-25 00:00",49.24,"2013-01-22 00:00",45.76,"2013-03-19 00:00",44.36,"2013-11-12 00:00","","","","",58.88,49.24,45.76,42.4,28.4,15,1.56,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43214",1,27.804493,-97.43156,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,10.545185,9.190056,39.2,"2013-01-22 00:00",33.24,"2013-11-30 00:00",26.6,"2013-10-25 00:00",24.92,"2013-02-03 00:00","","","","",39.2,33.24,26.6,22.56,16.4,7.36,0.8,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43216",1,27.804493,-97.43156,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",38,0.256667,0.458216,2.52,"2013-11-12 00:00",1.56,"2013-10-25 00:00",1.16,"2013-09-13 00:00",1,"2013-05-10 00:00","","","","",2.52,1.56,1.16,0.88,0.24,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43217",1,27.804493,-97.43156,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",31,0.282037,0.47886,2.92,"2013-11-12 00:00",1.36,"2013-10-25 00:00",1.12,"2013-05-10 00:00",1,"2013-09-13 00:00","","","","",2.92,1.36,1.12,0.72,0.32,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43218",1,27.804493,-97.43156,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43220",1,27.804493,-97.43156,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,6.502778,5.906404,25.9,"2013-11-12 00:00",25,"2013-10-25 00:00",17.95,"2013-09-13 00:00",16.35,"2013-05-10 00:00","","","","",25.9,25,17.95,14.3,9.95,4.7,0.85,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43221",1,27.804493,-97.43156,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,14.609259,16.281003,83.1,"2013-11-12 00:00",58.9,"2013-10-25 00:00",46.2,"2013-05-10 00:00",43.05,"2013-09-13 00:00","","","","",83.1,58.9,46.2,33.7,20.3,8.7,1.75,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43224",1,27.804493,-97.43156,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",43,0.398148,1.028002,6.2,"2013-11-12 00:00",2.75,"2013-10-25 00:00",2.5,"2013-05-10 00:00",2.15,"2013-03-19 00:00","","","","",6.2,2.75,2.5,1.35,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43226",1,27.804493,-97.43156,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",21,0.761111,1.735932,10.9,"2013-11-12 00:00",4.8,"2013-10-25 00:00",3.5,"2013-09-13 00:00",3.4,"2013-05-10 00:00","","","","",10.9,4.8,3.5,2.1,0.6,0.1,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43227",1,27.804493,-97.43156,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.423148,0.90594,5.75,"2013-11-12 00:00",2.5,"2013-10-25 00:00",1.8,"2013-05-10 00:00",1.8,"2013-09-13 00:00","","","","",5.75,2.5,1.8,1.15,0.35,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43228",1,27.804493,-97.43156,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",18,0.997222,2.615509,17.2,"2013-11-12 00:00",7.45,"2013-10-25 00:00",4.65,"2013-09-13 00:00",3.6,"2013-05-10 00:00","","","","",17.2,7.45,4.65,2.6,0.75,0.15,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43230",1,27.804493,-97.43156,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,2.244259,2.166989,8.7,"2013-11-12 00:00",8.58,"2013-10-25 00:00",7.86,"2013-09-13 00:00",6.24,"2013-03-19 00:00","","","","",8.7,8.58,7.86,5.64,3.12,1.5,0.3,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43231",1,27.804493,-97.43156,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,2.687778,2.612881,11.82,"2013-09-13 00:00",10.62,"2013-10-25 00:00",7.14,"2013-06-03 00:00",6.54,"2013-03-19 00:00","","","","",11.82,10.62,7.14,5.88,3.66,1.8,0.18,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43232",1,27.804493,-97.43156,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,0.948148,0.704728,3.29,"2013-09-13 00:00",2.24,"2013-02-03 00:00",2.1,"2013-10-07 00:00",2.1,"2013-10-25 00:00","","","","",3.29,2.24,2.1,2.03,1.33,0.84,0.14,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43233",1,27.804493,-97.43156,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",14,0.444074,0.432154,1.92,"2013-02-27 00:00",1.68,"2013-05-22 00:00",1.36,"2013-02-15 00:00",1.2,"2013-09-13 00:00","","","","",1.92,1.68,1.36,1.04,0.64,0.32,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43234",1,27.804493,-97.43156,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.062778,0.058452,0.42,"2013-11-12 00:00",0.24,"2013-10-25 00:00",0.18,"2013-09-13 00:00",0.05,"2013-01-04 00:00","","","","",0.42,0.24,0.18,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43235",1,27.804493,-97.43156,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",32,0.21463,0.317542,1.98,"2013-05-22 00:00",0.99,"2013-02-27 00:00",0.63,"2013-09-13 00:00",0.63,"2013-10-07 00:00","","","","",1.98,0.99,0.63,0.45,0.27,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43238",1,27.804493,-97.43156,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",26,0.192593,0.437231,3.2,"2013-05-22 00:00",0.7,"2013-02-27 00:00",0.4,"2013-02-15 00:00",0.4,"2013-08-20 00:00","","","","",3.2,0.7,0.4,0.3,0.2,0.1,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43242",1,27.804493,-97.43156,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",21,0.325926,0.345284,1.45,"2013-11-12 00:00",1.15,"2013-03-19 00:00",1.05,"2013-09-13 00:00",1.05,"2013-10-25 00:00","","","","",1.45,1.15,1.05,0.95,0.45,0.2,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43243",1,27.804493,-97.43156,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",37,0.112037,0.121288,0.7,"2013-07-27 00:00",0.4,"2013-10-01 00:00",0.35,"2013-08-08 00:00",0.35,"2013-11-12 00:00","","","","",0.7,0.4,0.35,0.25,0.15,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43244",1,27.804493,-97.43156,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",19,0.490926,0.5189,1.98,"2013-10-25 00:00",1.68,"2013-09-13 00:00",1.62,"2013-06-03 00:00",1.62,"2013-11-12 00:00","","","","",1.98,1.68,1.62,1.38,0.78,0.36,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43247",1,27.804493,-97.43156,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",16,0.320741,0.327263,1.4,"2013-09-13 00:00",1.33,"2013-10-25 00:00",1.05,"2013-06-03 00:00",0.91,"2013-11-12 00:00","","","","",1.4,1.33,1.05,0.77,0.49,0.21,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43248",1,27.804493,-97.43156,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",22,2.787037,5.447475,29.46,"2013-09-13 00:00",25.62,"2013-11-12 00:00",11.58,"2013-10-19 00:00",7.62,"2013-11-18 00:00","","","","",29.46,25.62,11.58,5.22,3.36,0.9,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43249",1,27.804493,-97.43156,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",9,0.917037,0.773289,3.29,"2013-09-13 00:00",2.66,"2013-10-25 00:00",2.52,"2013-11-12 00:00",2.17,"2013-06-03 00:00","","","","",3.29,2.66,2.52,2.03,1.33,0.77,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43250",1,27.804493,-97.43156,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.70963,0.746764,3.12,"2013-06-03 00:00",2.72,"2013-09-13 00:00",2.64,"2013-10-25 00:00",2.16,"2013-11-12 00:00","","","","",3.12,2.72,2.64,1.68,0.88,0.48,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43252",1,27.804493,-97.43156,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",29,0.176481,0.176348,0.8,"2013-06-03 00:00",0.64,"2013-09-13 00:00",0.56,"2013-10-25 00:00",0.48,"2013-10-07 00:00","","","","",0.8,0.64,0.56,0.4,0.24,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43253",1,27.804493,-97.43156,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",25,0.203889,0.176169,0.64,"2013-09-13 00:00",0.56,"2013-02-27 00:00",0.56,"2013-10-07 00:00",0.48,"2013-01-16 00:00","","","","",0.64,0.56,0.56,0.48,0.32,0.16,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43261",1,27.804493,-97.43156,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",14,0.723333,0.80004,3.43,"2013-02-03 00:00",3.08,"2013-09-13 00:00",2.17,"2013-09-25 00:00",2.17,"2013-10-07 00:00","","","","",3.43,3.08,2.17,1.89,1.12,0.42,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43262",1,27.804493,-97.43156,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",2,1.158519,1.166938,4.8,"2013-11-12 00:00",4.62,"2013-09-13 00:00",4.26,"2013-10-25 00:00",2.94,"2013-03-19 00:00","","","","",4.8,4.62,4.26,2.76,1.62,0.66,0.12,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43263",1,27.804493,-97.43156,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",25,0.826852,0.922676,3.36,"2013-09-13 00:00",2.94,"2013-10-25 00:00",2.94,"2013-11-12 00:00",2.24,"2013-03-19 00:00","","","","",3.36,2.94,2.94,2.17,1.47,0.56,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43280",1,27.804493,-97.43156,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.505,0.635196,2.88,"2013-01-04 00:00",2.16,"2013-10-25 00:00",1.68,"2013-11-12 00:00",1.64,"2013-01-22 00:00","","","","",2.88,2.16,1.68,1.44,0.84,0.32,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43282",1,27.804493,-97.43156,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",38,0.147222,0.271164,1.65,"2013-11-12 00:00",0.85,"2013-10-25 00:00",0.75,"2013-05-10 00:00",0.6,"2013-03-19 00:00","","","","",1.65,0.85,0.75,0.35,0.1,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43283",1,27.804493,-97.43156,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",46,0.109259,0.231703,1.6,"2013-11-12 00:00",0.65,"2013-10-25 00:00",0.45,"2013-09-13 00:00",0.3,"2013-06-03 00:00","","","","",1.6,0.65,0.45,0.2,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43284",1,27.804493,-97.43156,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",28,0.519259,0.792526,3.24,"2013-11-12 00:00",3,"2013-10-25 00:00",2.52,"2013-09-13 00:00",2.4,"2013-06-03 00:00","","","","",3.24,3,2.52,1.5,0.66,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43285",1,27.804493,-97.43156,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.361111,3.328916,14.1,"2013-11-12 00:00",13.38,"2013-10-25 00:00",11.22,"2013-09-13 00:00",9.78,"2013-03-19 00:00","","","","",14.1,13.38,11.22,8.58,4.62,2.1,0.42,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43289",1,27.804493,-97.43156,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",43,0.118704,0.20347,1.26,"2013-11-12 00:00",0.72,"2013-10-25 00:00",0.54,"2013-09-13 00:00",0.42,"2013-03-19 00:00","","","","",1.26,0.72,0.54,0.24,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43290",1,27.804493,-97.43156,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.068519,0.088112,0.66,"2013-11-12 00:00",0.24,"2013-09-13 00:00",0.18,"2013-03-19 00:00",0.12,"2013-11-18 00:00","","","","",0.66,0.24,0.18,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43291",1,27.804493,-97.43156,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",36,0.235556,0.329297,1.47,"2013-09-13 00:00",1.33,"2013-06-03 00:00",0.91,"2013-03-19 00:00",0.7,"2013-01-22 00:00","","","","",1.47,1.33,0.91,0.7,0.42,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43331",1,27.804493,-97.43156,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43801",1,27.804493,-97.43156,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.689074,0.111766,1.02,"2013-05-10 00:00",0.98,"2013-01-10 00:00",0.86,"2013-02-21 00:00",0.86,"2013-06-27 00:00","","","","",1.02,0.98,0.86,0.82,0.76,0.68,0.55,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43802",1,27.804493,-97.43156,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.070185,0.095493,0.75,"2013-04-04 00:00",0.1,"2013-03-11 00:00",0.1,"2013-07-03 00:00",0.08,"2013-01-10 00:00","","","","",0.75,0.1,0.1,0.08,0.07,0.06,0.04,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43803",1,27.804493,-97.43156,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.00963,0.010809,0.03,"2013-01-10 00:00",0.03,"2013-03-11 00:00",0.03,"2013-09-13 00:00",0.03,"2013-09-25 00:00","","","","",0.03,0.03,0.03,0.03,0.02,0.01,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43804",1,27.804493,-97.43156,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.089259,0.023621,0.12,"2013-05-22 00:00",0.11,"2013-01-10 00:00",0.11,"2013-08-08 00:00",0.11,"2013-08-14 00:00","","","","",0.12,0.11,0.11,0.11,0.1,0.09,0.08,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43811",1,27.804493,-97.43156,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.237778,0.015255,0.28,"2013-01-10 00:00",0.28,"2013-01-22 00:00",0.27,"2013-01-04 00:00",0.26,"2013-01-28 00:00","","","","",0.28,0.28,0.27,0.25,0.24,0.24,0.22,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43813",1,27.804493,-97.43156,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43814",1,27.804493,-97.43156,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.007037,0.009641,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43815",1,27.804493,-97.43156,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.011111,0.022205,0.08,"2013-03-19 00:00",0.08,"2013-10-25 00:00",0.06,"2013-03-11 00:00",0.06,"2013-05-10 00:00","","","","",0.08,0.08,0.06,0.04,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43817",1,27.804493,-97.43156,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.02037,0.021802,0.08,"2013-02-15 00:00",0.08,"2013-09-13 00:00",0.06,"2013-01-04 00:00",0.06,"2013-09-25 00:00","","","","",0.08,0.08,0.06,0.04,0.04,0.02,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43818",1,27.804493,-97.43156,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43819",1,27.804493,-97.43156,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002407,0.008888,0.06,"2013-08-14 00:00",0.02,"2013-06-27 00:00",0.01,"2013-02-27 00:00",0.01,"2013-03-05 00:00","","","","",0.06,0.02,0.01,0.01,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43820",1,27.804493,-97.43156,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43823",1,27.804493,-97.43156,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.524074,0.046643,0.62,"2013-01-10 00:00",0.61,"2013-01-04 00:00",0.6,"2013-01-22 00:00",0.59,"2013-02-27 00:00","","","","",0.62,0.61,0.6,0.58,0.55,0.53,0.44,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43824",1,27.804493,-97.43156,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.012222,0.020343,0.08,"2013-02-15 00:00",0.08,"2013-09-13 00:00",0.06,"2013-01-04 00:00",0.06,"2013-11-12 00:00","","","","",0.08,0.08,0.06,0.04,0.02,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43826",1,27.804493,-97.43156,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.00037,0.002722,0.02,"2013-11-18 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43829",1,27.804493,-97.43156,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.003889,0.018471,0.12,"2013-01-04 00:00",0.06,"2013-01-16 00:00",0.03,"2013-02-09 00:00",0,"2013-01-10 00:00","","","","",0.12,0.06,0.03,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43830",1,27.804493,-97.43156,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002222,0.011438,0.06,"2013-07-03 00:00",0.06,"2013-10-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.06,0.06,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43831",1,27.804493,-97.43156,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.000556,0.004082,0.03,"2013-05-28 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43843",1,27.804493,-97.43156,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43860",1,27.804493,-97.43156,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43954",1,27.804493,-97.43156,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",33,0.156852,0.545001,4.07,"2013-05-22 00:00",0.22,"2013-07-03 00:00",0.22,"2013-08-20 00:00",0.22,"2013-09-13 00:00","","","","",4.07,0.22,0.22,0.22,0.11,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","43960",1,27.804493,-97.43156,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",21,0.274259,0.238625,0.88,"2013-09-13 00:00",0.8,"2013-02-27 00:00",0.72,"2013-02-03 00:00",0.64,"2013-05-22 00:00","","","","",0.88,0.8,0.72,0.64,0.4,0.24,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45109",1,27.804493,-97.43156,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.657778,1.809487,10.08,"2013-06-03 00:00",7.28,"2013-10-25 00:00",4.56,"2013-09-13 00:00",4.08,"2013-11-12 00:00","","","","",10.08,7.28,4.56,3.28,2.32,1.12,0.32,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45201",1,27.804493,-97.43156,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,5.065556,5.421813,26.58,"2013-10-25 00:00",21.18,"2013-09-13 00:00",16.32,"2013-06-03 00:00",13.2,"2013-03-19 00:00","","","","",26.58,21.18,16.32,11.22,7.74,3.48,0.54,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45202",1,27.804493,-97.43156,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.205741,2.520234,9.17,"2013-10-25 00:00",8.12,"2013-01-10 00:00",7.42,"2013-06-03 00:00",7.21,"2013-05-10 00:00","","","","",9.17,8.12,7.42,6.72,5.67,2.17,0.7,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45203",1,27.804493,-97.43156,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.423704,0.503483,2.48,"2013-06-03 00:00",1.84,"2013-10-25 00:00",1.28,"2013-09-13 00:00",1.12,"2013-11-12 00:00","","","","",2.48,1.84,1.28,1.04,0.72,0.24,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45204",1,27.804493,-97.43156,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.49037,0.497067,2.48,"2013-06-03 00:00",2.16,"2013-10-25 00:00",1.28,"2013-09-13 00:00",1.2,"2013-04-22 00:00","","","","",2.48,2.16,1.28,0.96,0.72,0.32,0.08,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45207",1,27.804493,-97.43156,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",50,0.05963,0.034366,0.18,"2013-09-13 00:00",0.18,"2013-10-07 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-12 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45208",1,27.804493,-97.43156,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",40,0.132037,0.162659,0.63,"2013-09-13 00:00",0.63,"2013-10-25 00:00",0.54,"2013-02-03 00:00",0.54,"2013-11-12 00:00","","","","",0.63,0.63,0.54,0.45,0.18,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45209",1,27.804493,-97.43156,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.057222,0.030058,0.18,"2013-09-13 00:00",0.18,"2013-10-25 00:00",0.18,"2013-11-12 00:00",0.05,"2013-01-04 00:00","","","","",0.18,0.18,0.18,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45210",1,27.804493,-97.43156,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.41,0.674103,3.69,"2013-03-19 00:00",2.07,"2013-11-12 00:00",1.62,"2013-05-10 00:00",1.44,"2013-09-13 00:00","","","","",3.69,2.07,1.62,1.08,0.72,0.09,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45211",1,27.804493,-97.43156,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.054815,0.024781,0.18,"2013-09-13 00:00",0.18,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.18,0.18,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45212",1,27.804493,-97.43156,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",36,0.116667,0.108036,0.45,"2013-10-25 00:00",0.36,"2013-01-22 00:00",0.36,"2013-02-03 00:00",0.36,"2013-09-13 00:00","","","","",0.45,0.36,0.36,0.27,0.18,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45213",1,27.804493,-97.43156,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",48,0.064444,0.041239,0.18,"2013-01-22 00:00",0.18,"2013-02-03 00:00",0.18,"2013-02-27 00:00",0.18,"2013-09-13 00:00","","","","",0.18,0.18,0.18,0.18,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45218",1,27.804493,-97.43156,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.055556,0.034568,0.3,"2013-05-22 00:00",0.1,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.3,0.1,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45219",1,27.804493,-97.43156,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",45,0.071296,0.102608,0.8,"2013-05-22 00:00",0.1,"2013-01-22 00:00",0.1,"2013-02-27 00:00",0.1,"2013-08-20 00:00","","","","",0.8,0.1,0.1,0.1,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45220",1,27.804493,-97.43156,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.005926,0.026244,0.16,"2013-10-25 00:00",0.08,"2013-02-21 00:00",0.08,"2013-03-19 00:00",0,"2013-01-04 00:00","","","","",0.16,0.08,0.08,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45225",1,27.804493,-97.43156,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.052407,0.017691,0.18,"2013-10-25 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","45801",1,27.804493,-97.43156,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.001111,0.008165,0.06,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.06,0,0,0,0,0,0,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0032","61101",1,27.804493,-97.43156,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7257,83,302,365,0,39,"","","Certification not required",0,8.893069,3.671149,25.7,"2013-02-25 16:00",25.7,"2013-02-25 19:00",25.4,"2013-02-25 13:00",24.8,"2013-02-25 15:00","","","","",17.6,16.1,14.7,13.5,11.5,8.9,3.9,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","61103",1,27.804493,-97.43156,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7257,83,302,365,0,39,"","","Certification not required",0,8.56019,3.643541,25.4,"2013-02-25 19:00",25.3,"2013-02-25 16:00",24.8,"2013-02-25 13:00",24.4,"2013-02-25 15:00","","","","",17.2,15.6,14.3,13.1,11.2,8.6,3.6,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","61104",1,27.804493,-97.43156,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7257,83,302,365,0,39,"","","Certification not required",0,151.820739,79.080031,360,"2013-01-15 08:00",360,"2013-02-28 11:00",359.9,"2013-09-22 11:00",359.8,"2013-10-22 21:00","","","","",355.9,351.9,344.8,313.8,163.4,138.5,68.5,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","61105",1,27.804493,-97.43156,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7257,83,302,365,0,39,"","","Certification not required",0,15.876395,6.250646,47,"2013-02-25 18:00",45,"2013-02-25 12:00",43,"2013-02-25 14:00",42,"2013-06-07 16:00","","","","",31,29,26,24,20,16,7,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","61106",1,27.804493,-97.43156,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7257,83,302,365,0,39,"","","Certification not required",0,15.537688,7.793897,77.5,"2013-10-27 07:00",74.8,"2013-04-10 11:00",74.8,"2013-09-29 20:00",74.4,"2013-08-11 08:00","","","","",52.5,41.8,29.6,22.8,16.2,13.1,10.5,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","62101",1,27.804493,-97.43156,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7256,83,302,365,0,40,"","","Certification not required",0,74.755237,10.914967,99,"2013-06-29 15:00",99,"2013-06-29 16:00",97,"2013-06-29 14:00",97,"2013-06-29 17:00","","","","",90,90,88,86,83,78,59,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0032","68103",1,27.804493,-97.43156,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,100,57,61,0,0,"","","Certification not required",0,17.932727,7.121825,27,"2013-09-28 00:00",26.9,"2013-07-15 00:00",26.8,"2013-08-05 00:00",26.6,"2013-06-12 00:00","","","","",26.9,26.8,26.6,26.2,24.5,18.7,7.3,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68103",2,27.804493,-97.43156,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,18.263793,7.244591,27.1,"2013-07-15 00:00",26.9,"2013-06-15 00:00",26.5,"2013-07-09 00:00",26.5,"2013-07-21 00:00","","","","",27.1,26.9,26.5,26.3,25.2,20.1,7.6,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68104",1,27.804493,-97.43156,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,100,57,61,0,0,"","","Certification not required",0,26.759091,6.540338,36.3,"2013-08-14 00:00",35.8,"2013-07-27 00:00",34.9,"2013-08-05 00:00",34.9,"2013-08-17 00:00","","","","",35.8,34.9,34.8,34.4,32.6,27.5,16.9,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68104",2,27.804493,-97.43156,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,27.641379,6.880357,37.3,"2013-08-14 00:00",36.8,"2013-07-27 00:00",35.8,"2013-09-01 00:00",35.7,"2013-09-25 00:00","","","","",37.3,36.8,35.8,35.1,32.9,28.4,17.1,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68105",1,27.804493,-97.43156,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,100,57,61,0,0,"","","Certification not required",0,21.967273,6.672401,30.1,"2013-08-05 00:00",30,"2013-08-14 00:00",29.8,"2013-07-27 00:00",29.7,"2013-08-08 00:00","","","","",30,29.8,29.6,29.5,28.3,22.7,11.7,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68105",2,27.804493,-97.43156,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,58,61,0,0,"","","Certification not required",0,22.384483,6.857108,30.4,"2013-08-14 00:00",30.2,"2013-07-27 00:00",30,"2013-07-09 00:00",30,"2013-08-08 00:00","","","","",30.4,30.2,30,29.9,28.6,23.5,11.2,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68106",1,27.804493,-97.43156,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,57,61,0,0,"","","Certification not required",0,757.190909,4.226382,767,"2013-01-04 00:00",767,"2013-11-27 00:00",767,"2013-12-12 00:00",766,"2013-03-26 00:00","","","","",767,767,766,764,759,757,753,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68106",2,27.804493,-97.43156,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,758.224138,4.428944,769,"2013-12-12 00:00",768,"2013-01-04 00:00",767,"2013-11-24 00:00",767,"2013-12-24 00:00","","","","",769,768,767,764,761,757,754,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68107",1,27.804493,-97.43156,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,57,61,0,0,"","","Certification not required",0,762.790909,4.727618,774,"2013-11-12 00:00",774,"2013-12-12 00:00",773,"2013-12-24 00:00",772,"2013-03-26 00:00","","","","",774,773,771,770,766,762,757,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68107",2,27.804493,-97.43156,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,764.034483,5.015644,775,"2013-12-12 00:00",775,"2013-12-24 00:00",774,"2013-11-12 00:00",772,"2013-01-04 00:00","","","","",775,775,774,771,768,763,758,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68108",1,27.804493,-97.43156,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,57,61,0,0,"","","Certification not required",0,759.963636,4.319631,771,"2013-12-12 00:00",770,"2013-12-24 00:00",769,"2013-01-04 00:00",769,"2013-03-26 00:00","","","","",770,769,768,767,762,760,755,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","68108",2,27.804493,-97.43156,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,58,61,0,0,"","","Certification not required",0,761.224138,4.611363,772,"2013-12-12 00:00",772,"2013-12-24 00:00",770,"2013-01-04 00:00",769,"2013-11-12 00:00","","","","",772,772,770,768,764,761,756,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","88101",1,27.804493,-97.43156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,17,0,0,"Requested but not yet concurred",0,9.55,5.360863,30.5,"2013-04-16 00:00",29.2,"2013-08-08 00:00",28.7,"2013-03-08 00:00",22.6,"2013-07-24 00:00","","","","",29.2,28.7,20.7,18.3,11.7,8,5.1,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","88101",1,27.804493,-97.43156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,89,108,122,0,17,"","","Requested but not yet concurred",0,9.55,5.360863,30.5,"2013-04-16 00:00",29.2,"2013-08-08 00:00",28.7,"2013-03-08 00:00",22.6,"2013-07-24 00:00","","","","",29.2,28.7,20.7,18.3,11.7,8,5.1,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","88101",2,27.804493,-97.43156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,0,0,"Requested but not yet concurred",0,9.712069,5.773323,29.9,"2013-04-16 00:00",28.3,"2013-08-08 00:00",21.9,"2013-05-22 00:00",21.4,"2013-11-18 00:00","","","","",29.9,28.3,21.9,18,11.4,7.8,4.5,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0032","88101",2,27.804493,-97.43156,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Requested but not yet concurred",0,9.712069,5.773323,29.9,"2013-04-16 00:00",28.3,"2013-08-08 00:00",21.9,"2013-05-22 00:00",21.4,"2013-11-18 00:00","","","","",29.9,28.3,21.9,18,11.4,7.8,4.5,"Corpus Christi Huisache","3810 Huisache Street","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","43173",1,27.811814,-97.465701,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43202",1,27.811814,-97.465701,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,26.316429,27.357135,148.4,"2013-01-22 00:00",105.62,"2013-10-25 00:00",94.34,"2013-11-30 00:00",79.54,"2013-01-10 00:00","","","","",148.4,105.62,94.34,58.74,32.18,17.9,5.86,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43203",1,27.811814,-97.465701,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",2,8.591071,10.215861,55.36,"2013-10-25 00:00",36.26,"2013-03-29 00:00",32.02,"2013-09-19 00:00",26.82,"2013-11-30 00:00","","","","",55.36,36.26,32.02,18.32,12.74,5.2,0.78,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43204",1,27.811814,-97.465701,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,32.515179,31.707979,194.34,"2013-01-22 00:00",110.85,"2013-11-30 00:00",88.17,"2013-01-10 00:00",81,"2013-10-25 00:00","","","","",194.34,110.85,88.17,63.96,42.63,23.97,9.42,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43205",1,27.811814,-97.465701,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",13,3.343214,3.660881,13.95,"2013-09-19 00:00",13.26,"2013-03-29 00:00",13.02,"2013-10-25 00:00",11.91,"2013-11-30 00:00","","","","",13.95,13.26,13.02,9.21,4.86,2.37,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43206",1,27.811814,-97.465701,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",21,0.46375,0.403154,1.5,"2013-11-30 00:00",1.26,"2013-01-10 00:00",1.22,"2013-01-16 00:00",1.18,"2013-02-03 00:00","","","","",1.5,1.26,1.22,1.08,0.74,0.46,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43212",1,27.811814,-97.465701,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,14.753571,16.587636,92.92,"2013-01-22 00:00",52,"2013-11-30 00:00",43.56,"2013-11-24 00:00",42.88,"2013-01-10 00:00","","","","",92.92,52,43.56,40.52,18.28,9.68,1.4,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43214",1,27.811814,-97.465701,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,11.996429,15.847584,102.72,"2013-01-22 00:00",49.76,"2013-11-30 00:00",40.28,"2013-11-24 00:00",31.68,"2013-10-25 00:00","","","","",102.72,49.76,40.28,24.08,13.84,6.48,1.52,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43216",1,27.811814,-97.465701,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",42,0.1025,0.104712,0.48,"2013-09-19 00:00",0.44,"2013-03-29 00:00",0.32,"2013-03-23 00:00",0.28,"2013-05-22 00:00","","","","",0.48,0.44,0.32,0.28,0.12,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43217",1,27.811814,-97.465701,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",42,0.0925,0.081648,0.4,"2013-09-19 00:00",0.28,"2013-09-25 00:00",0.28,"2013-10-08 00:00",0.24,"2013-03-23 00:00","","","","",0.4,0.28,0.28,0.24,0.12,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43218",1,27.811814,-97.465701,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43220",1,27.811814,-97.465701,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,4.6125,5.158473,34.35,"2013-01-22 00:00",12.9,"2013-10-25 00:00",12.65,"2013-11-30 00:00",12.6,"2013-03-11 00:00","","","","",34.35,12.9,12.65,10.3,5,3.7,0.7,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43221",1,27.811814,-97.465701,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,7.770536,8.532876,55.45,"2013-01-22 00:00",23.85,"2013-11-30 00:00",23.45,"2013-10-08 00:00",21.25,"2013-10-25 00:00","","","","",55.45,23.85,23.45,17.55,9.25,5.8,1.3,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43224",1,27.811814,-97.465701,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",52,0.053571,0.012994,0.1,"2013-01-22 00:00",0.1,"2013-06-09 00:00",0.1,"2013-06-27 00:00",0.1,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43226",1,27.811814,-97.465701,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",51,0.055357,0.018287,0.15,"2013-09-19 00:00",0.1,"2013-03-23 00:00",0.1,"2013-06-09 00:00",0.1,"2013-07-09 00:00","","","","",0.15,0.1,0.1,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43227",1,27.811814,-97.465701,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.054464,0.033408,0.3,"2013-10-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.3,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43228",1,27.811814,-97.465701,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",54,0.05625,0.040522,0.35,"2013-10-08 00:00",0.1,"2013-11-18 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.35,0.1,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43230",1,27.811814,-97.465701,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.069286,1.113429,7.2,"2013-01-22 00:00",3.96,"2013-10-08 00:00",2.64,"2013-10-25 00:00",2.52,"2013-03-11 00:00","","","","",7.2,3.96,2.64,2.22,1.26,0.78,0.18,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43231",1,27.811814,-97.465701,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.742143,1.98533,13.2,"2013-01-22 00:00",6.06,"2013-10-08 00:00",4.74,"2013-10-25 00:00",4.44,"2013-03-11 00:00","","","","",13.2,6.06,4.74,3.42,2.1,1.38,0.18,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43232",1,27.811814,-97.465701,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",5,0.750714,0.776551,5.25,"2013-01-22 00:00",2.45,"2013-10-08 00:00",1.82,"2013-03-11 00:00",1.68,"2013-10-25 00:00","","","","",5.25,2.45,1.82,1.47,0.91,0.63,0.14,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43233",1,27.811814,-97.465701,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",15,0.304821,0.320517,1.44,"2013-01-10 00:00",1.36,"2013-10-08 00:00",1.28,"2013-01-22 00:00",0.8,"2013-09-25 00:00","","","","",1.44,1.36,1.28,0.72,0.32,0.24,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43234",1,27.811814,-97.465701,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43235",1,27.811814,-97.465701,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.112679,0.191392,0.99,"2013-01-10 00:00",0.99,"2013-10-08 00:00",0.45,"2013-01-22 00:00",0.45,"2013-09-25 00:00","","","","",0.99,0.99,0.45,0.27,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43238",1,27.811814,-97.465701,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",37,0.088393,0.0879,0.6,"2013-01-10 00:00",0.3,"2013-10-08 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-22 00:00","","","","",0.6,0.3,0.2,0.2,0.1,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43242",1,27.811814,-97.465701,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",33,0.16875,0.192958,0.95,"2013-01-22 00:00",0.75,"2013-10-08 00:00",0.5,"2013-01-10 00:00",0.5,"2013-03-11 00:00","","","","",0.95,0.75,0.5,0.5,0.25,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43243",1,27.811814,-97.465701,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",41,0.11875,0.145715,0.75,"2013-10-01 00:00",0.55,"2013-08-08 00:00",0.45,"2013-07-21 00:00",0.4,"2013-06-27 00:00","","","","",0.75,0.55,0.45,0.35,0.1,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43244",1,27.811814,-97.465701,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",33,0.244821,0.343013,1.86,"2013-01-22 00:00",1.2,"2013-10-08 00:00",0.9,"2013-03-11 00:00",0.84,"2013-11-30 00:00","","","","",1.86,1.2,0.9,0.72,0.36,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43247",1,27.811814,-97.465701,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",32,0.134821,0.161729,0.84,"2013-01-22 00:00",0.84,"2013-10-08 00:00",0.42,"2013-09-25 00:00",0.35,"2013-10-25 00:00","","","","",0.84,0.84,0.42,0.28,0.14,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43248",1,27.811814,-97.465701,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",27,0.751607,1.183584,7.38,"2013-01-22 00:00",2.88,"2013-10-08 00:00",2.64,"2013-03-11 00:00",2.1,"2013-09-14 00:00","","","","",7.38,2.88,2.64,1.92,1.26,0.36,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43249",1,27.811814,-97.465701,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",10,0.510179,0.486391,2.87,"2013-01-22 00:00",1.89,"2013-10-08 00:00",1.19,"2013-09-25 00:00",1.19,"2013-10-25 00:00","","","","",2.87,1.89,1.19,1.05,0.63,0.42,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43250",1,27.811814,-97.465701,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.271429,0.341011,2.4,"2013-10-08 00:00",0.72,"2013-09-25 00:00",0.56,"2013-01-10 00:00",0.56,"2013-02-03 00:00","","","","",2.4,0.72,0.56,0.48,0.32,0.24,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43252",1,27.811814,-97.465701,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",49,0.07375,0.086667,0.64,"2013-10-08 00:00",0.24,"2013-10-01 00:00",0.16,"2013-01-10 00:00",0.16,"2013-02-03 00:00","","","","",0.64,0.24,0.16,0.16,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43253",1,27.811814,-97.465701,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",39,0.103393,0.106622,0.64,"2013-01-22 00:00",0.4,"2013-01-10 00:00",0.32,"2013-10-25 00:00",0.24,"2013-01-16 00:00","","","","",0.64,0.4,0.32,0.24,0.16,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43261",1,27.811814,-97.465701,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",9,0.810536,1.19364,8.4,"2013-01-22 00:00",2.59,"2013-10-08 00:00",2.17,"2013-03-11 00:00",2.03,"2013-09-25 00:00","","","","",8.4,2.59,2.17,1.61,1.05,0.49,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43262",1,27.811814,-97.465701,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",7,0.678036,0.74942,4.68,"2013-01-22 00:00",2.64,"2013-10-08 00:00",1.62,"2013-10-25 00:00",1.56,"2013-03-11 00:00","","","","",4.68,2.64,1.62,1.5,0.84,0.48,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43263",1,27.811814,-97.465701,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",38,0.356429,0.629752,3.78,"2013-01-22 00:00",1.68,"2013-10-08 00:00",1.4,"2013-01-04 00:00",1.33,"2013-03-11 00:00","","","","",3.78,1.68,1.4,1.12,0.49,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43280",1,27.811814,-97.465701,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",35,0.339107,0.428406,1.4,"2013-09-19 00:00",1.32,"2013-03-23 00:00",1.28,"2013-03-29 00:00",1.2,"2013-10-08 00:00","","","","",1.4,1.32,1.28,1.16,0.6,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43282",1,27.811814,-97.465701,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.051786,0.013363,0.15,"2013-10-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.15,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43283",1,27.811814,-97.465701,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43284",1,27.811814,-97.465701,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",33,0.25125,0.388335,2.16,"2013-01-22 00:00",1.56,"2013-10-08 00:00",0.84,"2013-03-11 00:00",0.84,"2013-10-25 00:00","","","","",2.16,1.56,0.84,0.66,0.3,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43285",1,27.811814,-97.465701,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",2,1.687143,1.804182,11.82,"2013-01-22 00:00",5.76,"2013-10-08 00:00",4.26,"2013-10-25 00:00",4.08,"2013-03-11 00:00","","","","",11.82,5.76,4.26,3.54,2.1,1.32,0.24,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43289",1,27.811814,-97.465701,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43290",1,27.811814,-97.465701,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43291",1,27.811814,-97.465701,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",47,0.091964,0.117635,0.7,"2013-10-08 00:00",0.42,"2013-10-25 00:00",0.35,"2013-01-10 00:00",0.35,"2013-11-30 00:00","","","","",0.7,0.42,0.35,0.21,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43331",1,27.811814,-97.465701,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43801",1,27.811814,-97.465701,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.685,0.102478,1.01,"2013-05-10 00:00",0.87,"2013-05-22 00:00",0.84,"2013-02-21 00:00",0.84,"2013-06-27 00:00","","","","",1.01,0.87,0.84,0.81,0.77,0.68,0.56,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43802",1,27.811814,-97.465701,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.064464,0.052186,0.43,"2013-03-23 00:00",0.09,"2013-04-10 00:00",0.09,"2013-10-08 00:00",0.08,"2013-01-10 00:00","","","","",0.43,0.09,0.09,0.08,0.07,0.06,0.04,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43803",1,27.811814,-97.465701,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.007143,0.008026,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00",0.02,"2013-03-29 00:00","","","","",0.02,0.02,0.02,0.02,0.01,0.01,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43804",1,27.811814,-97.465701,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.083036,0.036127,0.15,"2013-05-04 00:00",0.13,"2013-03-29 00:00",0.11,"2013-02-15 00:00",0.11,"2013-08-02 00:00","","","","",0.15,0.13,0.11,0.11,0.1,0.09,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43811",1,27.811814,-97.465701,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",1,0.234643,0.029168,0.28,"2013-01-22 00:00",0.27,"2013-01-04 00:00",0.27,"2013-05-04 00:00",0.26,"2013-02-03 00:00","","","","",0.28,0.27,0.27,0.25,0.25,0.24,0.22,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43813",1,27.811814,-97.465701,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43814",1,27.811814,-97.465701,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.006786,0.009555,0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-22 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43815",1,27.811814,-97.465701,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.013929,0.021882,0.08,"2013-03-23 00:00",0.06,"2013-02-03 00:00",0.06,"2013-02-15 00:00",0.06,"2013-10-25 00:00","","","","",0.08,0.06,0.06,0.04,0.04,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43817",1,27.811814,-97.465701,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.018929,0.029399,0.18,"2013-01-22 00:00",0.08,"2013-01-10 00:00",0.08,"2013-08-20 00:00",0.06,"2013-04-16 00:00","","","","",0.18,0.08,0.08,0.04,0.02,0.02,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43818",1,27.811814,-97.465701,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43819",1,27.811814,-97.465701,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001964,0.004439,0.02,"2013-03-11 00:00",0.01,"2013-01-10 00:00",0.01,"2013-03-17 00:00",0.01,"2013-08-14 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43820",1,27.811814,-97.465701,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43823",1,27.811814,-97.465701,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.524464,0.043773,0.61,"2013-01-04 00:00",0.61,"2013-01-22 00:00",0.58,"2013-01-16 00:00",0.58,"2013-02-27 00:00","","","","",0.61,0.61,0.58,0.57,0.55,0.53,0.45,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43824",1,27.811814,-97.465701,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.009286,0.026413,0.18,"2013-01-22 00:00",0.06,"2013-04-16 00:00",0.04,"2013-08-20 00:00",0.04,"2013-09-25 00:00","","","","",0.18,0.06,0.04,0.02,0.02,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43826",1,27.811814,-97.465701,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.000357,0.002673,0.02,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43829",1,27.811814,-97.465701,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001607,0.008899,0.06,"2013-01-16 00:00",0.03,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-22 00:00","","","","",0.06,0.03,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43830",1,27.811814,-97.465701,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.001071,0.005618,0.03,"2013-03-29 00:00",0.03,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43831",1,27.811814,-97.465701,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.016071,0.112245,0.84,"2013-11-24 00:00",0.03,"2013-02-21 00:00",0.03,"2013-05-04 00:00",0,"2013-01-04 00:00","","","","",0.84,0.03,0.03,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43843",1,27.811814,-97.465701,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43860",1,27.811814,-97.465701,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43954",1,27.811814,-97.465701,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",44,0.066786,0.037664,0.22,"2013-01-10 00:00",0.22,"2013-10-19 00:00",0.11,"2013-01-22 00:00",0.11,"2013-02-27 00:00","","","","",0.22,0.22,0.11,0.11,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","43960",1,27.811814,-97.465701,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",27,0.164107,0.171547,0.88,"2013-01-22 00:00",0.72,"2013-10-08 00:00",0.56,"2013-01-10 00:00",0.48,"2013-09-25 00:00","","","","",0.88,0.72,0.56,0.4,0.16,0.16,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45109",1,27.811814,-97.465701,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.475714,0.476452,2.56,"2013-01-10 00:00",2,"2013-10-08 00:00",1.84,"2013-01-16 00:00",1.12,"2013-10-25 00:00","","","","",2.56,2,1.84,0.96,0.64,0.32,0.08,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45201",1,27.811814,-97.465701,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.872857,1.483864,6.72,"2013-09-14 00:00",6.54,"2013-01-22 00:00",4.26,"2013-08-20 00:00",3.96,"2013-02-15 00:00","","","","",6.72,6.54,4.26,3.84,2.64,1.74,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45202",1,27.811814,-97.465701,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.44375,0.870476,3.92,"2013-01-04 00:00",3.78,"2013-01-22 00:00",3.43,"2013-01-10 00:00",3.22,"2013-10-08 00:00","","","","",3.92,3.78,3.43,2.73,1.82,1.19,0.56,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45203",1,27.811814,-97.465701,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.142857,0.164103,0.72,"2013-01-10 00:00",0.56,"2013-10-08 00:00",0.48,"2013-01-22 00:00",0.48,"2013-10-25 00:00","","","","",0.72,0.56,0.48,0.32,0.24,0.16,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45204",1,27.811814,-97.465701,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.145714,0.141561,0.72,"2013-01-10 00:00",0.64,"2013-10-08 00:00",0.4,"2013-08-20 00:00",0.4,"2013-10-25 00:00","","","","",0.72,0.64,0.4,0.32,0.16,0.08,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45207",1,27.811814,-97.465701,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45208",1,27.811814,-97.465701,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.052321,0.017372,0.18,"2013-08-20 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45209",1,27.811814,-97.465701,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45210",1,27.811814,-97.465701,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.017679,0.097719,0.72,"2013-01-16 00:00",0.09,"2013-02-09 00:00",0.09,"2013-03-23 00:00",0.09,"2013-09-14 00:00","","","","",0.72,0.09,0.09,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45211",1,27.811814,-97.465701,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45212",1,27.811814,-97.465701,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",54,0.057857,0.044628,0.36,"2013-01-10 00:00",0.18,"2013-10-08 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00","","","","",0.36,0.18,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45213",1,27.811814,-97.465701,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45218",1,27.811814,-97.465701,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45219",1,27.811814,-97.465701,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",55,0.050893,0.006682,0.1,"2013-01-10 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45220",1,27.811814,-97.465701,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.028571,0.082758,0.4,"2013-08-14 00:00",0.32,"2013-09-07 00:00",0.32,"2013-10-31 00:00",0.16,"2013-08-26 00:00","","","","",0.4,0.32,0.32,0.08,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45225",1,27.811814,-97.465701,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","45801",1,27.811814,-97.465701,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","61101",1,27.811814,-97.465701,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7265,83,302,365,0,12,"","","Certification not required",0,7.67265,3.326791,25.8,"2013-02-25 16:00",24.9,"2013-02-25 17:00",24.7,"2013-02-25 14:00",24.6,"2013-02-25 15:00","","","","",15.5,14.5,13.1,12,10.1,7.5,3.4,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0034","61103",1,27.811814,-97.465701,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7265,83,302,365,0,12,"","","Certification not required",0,7.244116,3.2428,25.1,"2013-02-25 16:00",24.3,"2013-02-25 17:00",24.2,"2013-02-25 14:00",24.1,"2013-02-25 15:00","","","","",14.7,13.9,12.6,11.5,9.6,7.1,3,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0034","61104",1,27.811814,-97.465701,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7265,83,302,365,0,12,"","","Certification not required",0,145.657041,80.268885,359.9,"2013-02-13 12:00",359.9,"2013-08-29 08:00",359.9,"2013-10-19 23:00",359.8,"2013-01-30 00:00","","","","",357,353,336.3,290.2,167.5,138.3,49.1,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0034","61105",1,27.811814,-97.465701,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7265,83,302,365,0,12,"","","Certification not required",0,14.790915,6.061853,47,"2013-02-25 17:00",45,"2013-02-25 14:00",45,"2013-02-25 16:00",45,"2013-02-25 19:00","","","","",30,27,24,22,19,15,7,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0034","61106",1,27.811814,-97.465701,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7265,83,302,365,0,12,"","","Certification not required",0,19.119449,7.083939,80.6,"2013-10-05 23:00",73.8,"2013-09-06 03:00",72.3,"2013-05-06 06:00",71.9,"2013-05-04 13:00","","","","",50.8,42,30.5,24.8,21.1,18.4,12.3,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0034","62101",1,27.811814,-97.465701,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6992,80,289,365,0,285,"","","Certification not required",0,74.792763,10.92522,101,"2013-06-29 15:00",100,"2013-06-29 14:00",100,"2013-06-29 16:00",98,"2013-06-29 13:00","","","","",91,91,89,87,83,78,58,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0034","68103",5,27.811814,-97.465701,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,57,61,0,0,"","","Certification not required",0,17.112069,7.564578,26.2,"2013-07-15 00:00",25.7,"2013-06-09 00:00",25.6,"2013-07-27 00:00",25.5,"2013-07-21 00:00","","","","",26.2,25.7,25.6,25.4,24.1,19.7,6,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","68104",5,27.811814,-97.465701,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,57,61,0,0,"","","Certification not required",0,28.062069,7.170354,38.6,"2013-07-27 00:00",38.5,"2013-08-14 00:00",37.2,"2013-08-08 00:00",36.9,"2013-09-25 00:00","","","","",38.6,38.5,37.2,36.4,33.2,29.2,16,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","68105",5,27.811814,-97.465701,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",58,95,57,61,0,0,"","","Certification not required",0,21.982759,6.900169,30.5,"2013-08-14 00:00",30.1,"2013-07-27 00:00",30,"2013-08-08 00:00",29.8,"2013-08-02 00:00","","","","",30.5,30.1,30,29.6,28.2,23.7,11,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","68106",5,27.811814,-97.465701,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,57,61,0,0,"","","Certification not required",0,760.327586,4.469734,771,"2013-12-12 00:00",770,"2013-01-04 00:00",769,"2013-11-24 00:00",769,"2013-12-24 00:00","","","","",771,770,769,767,763,760,756,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","68107",5,27.811814,-97.465701,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,57,61,0,0,"","","Certification not required",0,766.534483,5.384238,778,"2013-12-12 00:00",778,"2013-12-24 00:00",777,"2013-11-12 00:00",775,"2013-01-04 00:00","","","","",778,778,777,774,772,766,761,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","68108",5,27.811814,-97.465701,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",58,95,57,61,0,0,"","","Certification not required",0,763.275862,4.763874,775,"2013-12-12 00:00",774,"2013-12-24 00:00",772,"2013-01-04 00:00",772,"2013-11-24 00:00","","","","",775,774,772,770,766,763,758,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","81102",1,27.811814,-97.465701,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",56,92,56,61,0,5,0,0,"Certification not required",0,23.071429,12.608593,65,"2013-08-08 00:00",55,"2013-04-22 00:00",55,"2013-06-21 00:00",54,"2013-06-27 00:00","","","","",65,55,55,43,26,18,12,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","81102",2,27.811814,-97.465701,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",53,87,53,61,0,8,0,0,"Certification not required",0,22.754717,11.357657,68,"2013-08-08 00:00",52,"2013-06-21 00:00",47,"2013-03-05 00:00",46,"2013-02-21 00:00","","","","",68,52,47,38,26,20,13,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-19" +"48","355","0034","88101",5,27.811814,-97.465701,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,93,57,61,0,5,0,0,"Requested but not yet concurred",0,9.106897,5.809275,29,"2013-04-16 00:00",25.8,"2013-08-08 00:00",23.6,"2013-05-22 00:00",22.4,"2013-11-18 00:00","","","","",29,25.8,23.6,18.3,10.9,6.9,4.6,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","88101",5,27.811814,-97.465701,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,93,57,61,0,5,"","","Requested but not yet concurred",0,9.106897,5.809275,29,"2013-04-16 00:00",25.8,"2013-08-08 00:00",23.6,"2013-05-22 00:00",22.4,"2013-11-18 00:00","","","","",29,25.8,23.6,18.3,10.9,6.9,4.6,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-18" +"48","355","0034","88102",5,27.811814,-97.465701,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",39,0.00262,0.000858,0.005,"2013-03-11 00:00",0.0033,"2013-02-09 00:00",0.0031,"2013-07-03 00:00",0.0031,"2013-07-09 00:00","","","","",0.005,0.005,0.0031,0.0031,0.0031,0.00295,0.0013,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88103",5,27.811814,-97.465701,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,4.8e-05,0.000216,0.001,"2013-02-21 00:00",0.001,"2013-06-09 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88104",5,27.811814,-97.465701,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",12,0.146469,0.244897,1.3517,"2013-08-08 00:00",0.7217,"2013-07-27 00:00",0.7092,"2013-06-27 00:00",0.2779,"2013-08-14 00:00","","","","",1.3517,1.3517,0.7092,0.2621,0.1454,0.0693,0.01865,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88107",5,27.811814,-97.465701,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",41,0.007171,0.003536,0.0117,"2013-07-03 00:00",0.0117,"2013-07-09 00:00",0.0117,"2013-07-15 00:00",0.0117,"2013-07-21 00:00","","","","",0.0117,0.0117,0.0117,0.0117,0.0117,0.0051,0.00375,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88109",5,27.811814,-97.465701,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",14,0.003138,0.002933,0.0145,"2013-04-16 00:00",0.0088,"2013-05-22 00:00",0.0073,"2013-05-16 00:00",0.007,"2013-04-10 00:00","","","","",0.0145,0.0145,0.0073,0.0066,0.0048,0.0024,0.00075,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88110",5,27.811814,-97.465701,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,4.8e-05,0.000216,0.001,"2013-05-22 00:00",0.001,"2013-07-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88111",5,27.811814,-97.465701,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.122398,0.087574,0.5645,"2013-08-08 00:00",0.274,"2013-07-27 00:00",0.253,"2013-06-27 00:00",0.2193,"2013-01-22 00:00","","","","",0.5645,0.5645,0.253,0.1845,0.1353,0.1091,0.0567,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88112",5,27.811814,-97.465701,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.002833,0.003838,0.018,"2013-03-23 00:00",0.017,"2013-01-22 00:00",0.009,"2013-09-13 00:00",0.008,"2013-05-10 00:00","","","","",0.018,0.018,0.009,0.004,0.003,0.002,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88113",5,27.811814,-97.465701,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.000243,0.000194,0.0005,"2013-07-03 00:00",0.0005,"2013-07-09 00:00",0.0005,"2013-07-15 00:00",0.0005,"2013-07-21 00:00","","","","",0.0005,0.0005,0.0005,0.0005,0.0005,0.0001,0.0001,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88114",5,27.811814,-97.465701,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",3,0.008545,0.00677,0.0264,"2013-09-25 00:00",0.0242,"2013-09-07 00:00",0.0241,"2013-08-26 00:00",0.0226,"2013-03-23 00:00","","","","",0.0264,0.0264,0.0241,0.0169,0.011,0.006,0.002,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88115",5,27.811814,-97.465701,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.294512,0.359993,1.7015,"2013-04-10 00:00",1.1306,"2013-01-28 00:00",1.0373,"2013-05-28 00:00",0.6697,"2013-09-19 00:00","","","","",1.7015,1.7015,1.0373,0.6206,0.4677,0.1921,0.0033,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88117",5,27.811814,-97.465701,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.009436,0.000953,0.0104,"2013-04-04 00:00",0.0104,"2013-04-10 00:00",0.0104,"2013-04-16 00:00",0.0104,"2013-04-22 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0098,0.00815,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88118",5,27.811814,-97.465701,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",41,0.004133,0.001222,0.0057,"2013-05-11 00:00",0.0052,"2013-07-03 00:00",0.0052,"2013-07-09 00:00",0.0052,"2013-07-15 00:00","","","","",0.0057,0.0057,0.0052,0.0052,0.0052,0.00445,0.0023,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88121",5,27.811814,-97.465701,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",40,0.019487,0.010472,0.03285,"2013-07-03 00:00",0.03285,"2013-07-09 00:00",0.03285,"2013-07-15 00:00",0.03285,"2013-07-21 00:00","","","","",0.03285,0.03285,0.03285,0.03285,0.03285,0.01185,0.0104,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88124",5,27.811814,-97.465701,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.000483,0.000406,0.00105,"2013-01-04 00:00",0.00105,"2013-01-10 00:00",0.00105,"2013-01-16 00:00",0.00105,"2013-01-22 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.0002,0.0002,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88126",5,27.811814,-97.465701,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.110486,0.176094,1.0113,"2013-08-08 00:00",0.5267,"2013-07-27 00:00",0.4653,"2013-06-27 00:00",0.1925,"2013-08-14 00:00","","","","",1.0113,1.0113,0.4653,0.1868,0.113,0.0554,0.0272,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88127",5,27.811814,-97.465701,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88128",5,27.811814,-97.465701,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.001095,0.001078,0.004,"2013-04-04 00:00",0.004,"2013-05-16 00:00",0.003,"2013-04-22 00:00",0.002,"2013-02-21 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88131",5,27.811814,-97.465701,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.001037,0.000364,0.0015,"2013-07-03 00:00",0.0015,"2013-07-09 00:00",0.0015,"2013-07-15 00:00",0.0015,"2013-07-21 00:00","","","","",0.0015,0.0015,0.0015,0.0015,0.0015,0.0009,0.00065,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88132",5,27.811814,-97.465701,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.002643,0.002783,0.015,"2013-08-08 00:00",0.009,"2013-06-27 00:00",0.007,"2013-07-27 00:00",0.006,"2013-09-25 00:00","","","","",0.015,0.015,0.007,0.005,0.003,0.002,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88133",5,27.811814,-97.465701,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.0104,0,0.0104,"2013-01-04 00:00",0.0104,"2013-01-10 00:00",0.0104,"2013-01-16 00:00",0.0104,"2013-01-22 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88134",5,27.811814,-97.465701,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.00049,0.000159,0.0007,"2013-07-03 00:00",0.0007,"2013-07-09 00:00",0.0007,"2013-07-15 00:00",0.0007,"2013-07-21 00:00","","","","",0.0007,0.0007,0.0007,0.0007,0.0007,0.0004,0.00035,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88136",5,27.811814,-97.465701,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.001143,0.000899,0.003,"2013-01-10 00:00",0.003,"2013-02-15 00:00",0.003,"2013-03-11 00:00",0.003,"2013-05-11 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88140",5,27.811814,-97.465701,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",37,0.069292,0.048572,0.2606,"2013-05-16 00:00",0.2282,"2013-05-28 00:00",0.2039,"2013-04-16 00:00",0.1259,"2013-01-28 00:00","","","","",0.2606,0.2606,0.2039,0.0816,0.0674,0.05855,0.03815,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88142",5,27.811814,-97.465701,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,2.4e-05,0.000154,0.001,"2013-04-04 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88143",5,27.811814,-97.465701,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.000889,0.000231,0.00115,"2013-07-03 00:00",0.00115,"2013-07-09 00:00",0.00115,"2013-07-15 00:00",0.00115,"2013-07-21 00:00","","","","",0.00115,0.00115,0.00115,0.00115,0.00115,0.0009,0.0006,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88146",5,27.811814,-97.465701,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.008179,0.002358,0.0113,"2013-07-03 00:00",0.0113,"2013-07-09 00:00",0.0113,"2013-07-15 00:00",0.0113,"2013-07-21 00:00","","","","",0.0113,0.0113,0.0113,0.0113,0.0113,0.0066,0.0063,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88147",5,27.811814,-97.465701,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",41,0.000461,0.000114,0.0007,"2013-01-22 00:00",0.00055,"2013-07-03 00:00",0.00055,"2013-07-09 00:00",0.00055,"2013-07-15 00:00","","","","",0.0007,0.0007,0.00055,0.00055,0.00055,0.0005,0.0003,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88152",5,27.811814,-97.465701,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.001355,8.2e-05,0.00145,"2013-07-03 00:00",0.00145,"2013-07-09 00:00",0.00145,"2013-07-15 00:00",0.00145,"2013-07-21 00:00","","","","",0.00145,0.00145,0.00145,0.00145,0.00145,0.00135,0.00125,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88154",5,27.811814,-97.465701,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",31,0.000631,0.000512,0.0027,"2013-04-16 00:00",0.0019,"2013-05-10 00:00",0.0015,"2013-07-21 00:00",0.0014,"2013-01-10 00:00","","","","",0.0027,0.0027,0.0015,0.0012,0.0007,0.00045,0.0003,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88160",5,27.811814,-97.465701,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",39,0.001293,0.000493,0.002,"2013-03-29 00:00",0.0018,"2013-01-04 00:00",0.00175,"2013-07-03 00:00",0.00175,"2013-07-09 00:00","","","","",0.002,0.002,0.00175,0.00175,0.00175,0.0013,0.00055,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88161",5,27.811814,-97.465701,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",9,0.012198,0.019849,0.107,"2013-08-08 00:00",0.065,"2013-07-27 00:00",0.06,"2013-06-27 00:00",0.021,"2013-08-02 00:00","","","","",0.107,0.107,0.06,0.018,0.0105,0.0064,0.0023,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88162",5,27.811814,-97.465701,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.023269,0.005424,0.03025,"2013-07-03 00:00",0.03025,"2013-07-09 00:00",0.03025,"2013-07-15 00:00",0.03025,"2013-07-21 00:00","","","","",0.03025,0.03025,0.03025,0.03025,0.03025,0.02105,0.01785,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88163",5,27.811814,-97.465701,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.010381,0.002801,0.0142,"2013-04-04 00:00",0.0142,"2013-04-10 00:00",0.0142,"2013-04-16 00:00",0.0142,"2013-04-22 00:00","","","","",0.0142,0.0142,0.0142,0.0142,0.0142,0.0099,0.00735,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88164",5,27.811814,-97.465701,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",20,0.000952,0.001325,0.0051,"2013-08-08 00:00",0.0044,"2013-02-15 00:00",0.0036,"2013-05-10 00:00",0.0035,"2013-01-10 00:00","","","","",0.0051,0.0051,0.0036,0.0029,0.0012,0.0003,5e-05,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88165",5,27.811814,-97.465701,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",2,0.297833,0.591236,3.3407,"2013-08-08 00:00",1.6426,"2013-07-27 00:00",1.528,"2013-06-27 00:00",0.5986,"2013-08-14 00:00","","","","",3.3407,3.3407,1.528,0.55,0.2405,0.105,0.014,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88166",5,27.811814,-97.465701,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",40,0.000863,0.000482,0.0013,"2013-07-03 00:00",0.0013,"2013-07-09 00:00",0.0013,"2013-07-15 00:00",0.0013,"2013-07-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00105,0.00015,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88167",5,27.811814,-97.465701,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",1,0.007176,0.004462,0.0262,"2013-09-19 00:00",0.0169,"2013-09-25 00:00",0.0156,"2013-01-04 00:00",0.0115,"2013-03-05 00:00","","","","",0.0262,0.0262,0.0156,0.0115,0.0081,0.006,0.003,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88168",5,27.811814,-97.465701,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",6,0.001792,0.001298,0.0066,"2013-08-08 00:00",0.0045,"2013-07-27 00:00",0.0044,"2013-06-27 00:00",0.004,"2013-09-13 00:00","","","","",0.0066,0.0066,0.0044,0.0031,0.0022,0.0017,0.0004,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88169",5,27.811814,-97.465701,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.978302,0.749998,3.7765,"2013-04-16 00:00",3.1397,"2013-03-23 00:00",2.0268,"2013-05-22 00:00",1.8999,"2013-05-16 00:00","","","","",3.7765,3.7765,2.0268,1.8897,1.2668,0.76,0.3497,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88170",5,27.811814,-97.465701,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",42,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88172",5,27.811814,-97.465701,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",40,0.02445,0.007038,0.0604,"2013-02-27 00:00",0.0476,"2013-05-16 00:00",0.0251,"2013-07-03 00:00",0.0251,"2013-07-09 00:00","","","","",0.0604,0.0604,0.0251,0.0251,0.0251,0.0222,0.02115,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88176",5,27.811814,-97.465701,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",29,0.000561,0.000443,0.0022,"2013-08-08 00:00",0.0017,"2013-02-15 00:00",0.0012,"2013-05-10 00:00",0.0011,"2013-02-21 00:00","","","","",0.0022,0.0022,0.0012,0.0011,0.0009,0.00035,0.00025,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88180",5,27.811814,-97.465701,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.096374,0.087132,0.3859,"2013-04-16 00:00",0.378,"2013-08-08 00:00",0.2842,"2013-05-22 00:00",0.2387,"2013-05-10 00:00","","","","",0.3859,0.3859,0.2842,0.2152,0.1028,0.0609,0.0351,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88183",5,27.811814,-97.465701,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",38,0.000542,0.000284,0.0017,"2013-04-16 00:00",0.0016,"2013-06-27 00:00",0.001,"2013-02-15 00:00",0.0007,"2013-04-22 00:00","","","","",0.0017,0.0017,0.001,0.00055,0.00055,0.0005,0.0003,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88184",5,27.811814,-97.465701,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",19,0.663138,0.598887,2.3904,"2013-04-16 00:00",2.0485,"2013-03-23 00:00",1.9153,"2013-05-10 00:00",1.8999,"2013-05-16 00:00","","","","",2.3904,2.3904,1.9153,1.7899,0.8488,0.4322,0.12505,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88185",5,27.811814,-97.465701,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",32,0.001183,0.000959,0.0054,"2013-08-08 00:00",0.003,"2013-06-27 00:00",0.003,"2013-08-20 00:00",0.0028,"2013-07-27 00:00","","","","",0.0054,0.0054,0.003,0.0023,0.00095,0.00095,0.0004,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88186",5,27.811814,-97.465701,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",39,0.002329,0.001388,0.004,"2013-07-03 00:00",0.004,"2013-07-09 00:00",0.004,"2013-07-15 00:00",0.004,"2013-07-21 00:00","","","","",0.004,0.004,0.004,0.004,0.004,0.0018,0.0006,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88301",5,27.811814,-97.465701,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.680136,0.530963,2.7281,"2013-04-16 00:00",2.371,"2013-03-23 00:00",1.5567,"2013-05-10 00:00",1.328,"2013-05-16 00:00","","","","",2.7281,2.7281,1.5567,1.2124,0.834,0.5094,0.2617,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88302",5,27.811814,-97.465701,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.498998,0.445137,1.6493,"2013-04-10 00:00",1.5108,"2013-04-16 00:00",1.285,"2013-05-22 00:00",1.2176,"2013-01-28 00:00","","","","",1.6493,1.6493,1.285,1.183,0.7027,0.4481,0.0427,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88303",5,27.811814,-97.465701,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.071229,0.073955,0.3832,"2013-04-16 00:00",0.2821,"2013-05-10 00:00",0.2532,"2013-05-22 00:00",0.1587,"2013-05-16 00:00","","","","",0.3832,0.3832,0.2532,0.1229,0.0768,0.0485,0.0235,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88310",5,27.811814,-97.465701,"NAD83","Non-volatile Nitrate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.293107,0.156614,0.6076,"2013-05-22 00:00",0.6012,"2013-04-10 00:00",0.5723,"2013-02-21 00:00",0.5312,"2013-04-22 00:00","","","","",0.6076,0.6076,0.5723,0.5289,0.395,0.287,0.1035,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88355",5,27.811814,-97.465701,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",0,1.373264,1.025189,4.5497,"2013-05-22 00:00",4.426,"2013-04-16 00:00",3.8585,"2013-05-10 00:00",3.4689,"2013-07-03 00:00","","","","",4.5497,4.5497,3.8585,2.8259,1.6521,1.2061,0.511,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88357",5,27.811814,-97.465701,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",6,0.234809,0.111021,0.5273,"2013-04-16 00:00",0.4372,"2013-05-10 00:00",0.4259,"2013-05-22 00:00",0.4169,"2013-09-25 00:00","","","","",0.5273,0.5273,0.4259,0.3904,0.3322,0.197,0.12515,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88370",5,27.811814,-97.465701,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",0,1.300293,0.953969,4.4602,"2013-05-22 00:00",4.0346,"2013-04-16 00:00",3.7098,"2013-05-10 00:00",3.221,"2013-07-03 00:00","","","","",4.4602,4.4602,3.7098,2.5166,1.4474,1.1135,0.4901,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88374",5,27.811814,-97.465701,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",15,0.039134,0.050422,0.2565,"2013-04-16 00:00",0.138,"2013-03-23 00:00",0.1267,"2013-07-03 00:00",0.1199,"2013-05-22 00:00","","","","",0.2565,0.2565,0.1267,0.1155,0.0641,0.0223,0.0029,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88375",5,27.811814,-97.465701,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.33772,0.224459,0.9788,"2013-04-16 00:00",0.9408,"2013-05-22 00:00",0.9092,"2013-07-03 00:00",0.7833,"2013-05-10 00:00","","","","",0.9788,0.9788,0.9092,0.7432,0.3835,0.2708,0.1495,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88376",5,27.811814,-97.465701,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.40878,0.327832,1.691,"2013-05-22 00:00",1.4771,"2013-05-10 00:00",1.0087,"2013-07-03 00:00",0.9874,"2013-04-16 00:00","","","","",1.691,1.691,1.0087,0.7938,0.4422,0.3448,0.1707,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88377",5,27.811814,-97.465701,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",1,0.323323,0.270508,1.149,"2013-05-22 00:00",1.1323,"2013-05-10 00:00",1.0757,"2013-04-16 00:00",0.8006,"2013-09-25 00:00","","","","",1.149,1.149,1.0757,0.6987,0.3831,0.2294,0.107,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88378",5,27.811814,-97.465701,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",13,0.176551,0.146657,0.7362,"2013-04-16 00:00",0.5596,"2013-05-22 00:00",0.4777,"2013-07-03 00:00",0.4158,"2013-02-21 00:00","","","","",0.7362,0.7362,0.4777,0.3628,0.2395,0.12515,0.0417,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88380",5,27.811814,-97.465701,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",3,0.31386,0.199303,0.9188,"2013-04-16 00:00",0.7261,"2013-09-25 00:00",0.5859,"2013-05-10 00:00",0.5814,"2013-07-03 00:00","","","","",0.9188,0.9188,0.5859,0.5684,0.4653,0.289,0.0958,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88383",5,27.811814,-97.465701,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",1,0.441273,0.301181,1.58212,"2013-04-16 00:00",1.01458,"2013-07-03 00:00",0.98076,"2013-05-22 00:00",0.76345,"2013-05-10 00:00","","","","",1.58212,1.58212,0.98076,0.75013,0.6337,0.43008,0.15063,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88384",5,27.811814,-97.465701,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.063897,0.022494,0.11327,"2013-07-27 00:00",0.10965,"2013-01-16 00:00",0.10715,"2013-03-11 00:00",0.09813,"2013-09-25 00:00","","","","",0.11327,0.11327,0.10715,0.09724,0.07889,0.06203,0.03893,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88385",5,27.811814,-97.465701,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",23,0.00156,0.001833,0.00749,"2013-09-01 00:00",0.00742,"2013-09-25 00:00",0.00534,"2013-05-22 00:00",0.00508,"2013-09-13 00:00","","","","",0.00749,0.00749,0.00534,0.0048,0.00145,0.00145,0,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88388",5,27.811814,-97.465701,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,2,"","","Certification not required",3,0.263463,0.213299,1.1276,"2013-04-16 00:00",0.7256,"2013-07-03 00:00",0.6491,"2013-05-22 00:00",0.5247,"2013-01-04 00:00","","","","",1.1276,1.1276,0.6491,0.44,0.3881,0.2571,0.0593,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88403",5,27.811814,-97.465701,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,2.578793,2.020545,10.3297,"2013-04-16 00:00",7.9656,"2013-03-23 00:00",6.0448,"2013-05-22 00:00",5.046,"2013-05-16 00:00","","","","",10.3297,10.3297,6.0448,4.9997,3.2736,2.0121,0.8728,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0034","88502",3,27.811814,-97.465701,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4096,84,170,204,0,37,"","","Certification not required",0,9.115845,6.010989,44.5,"2013-10-05 07:00",38.3,"2013-11-14 13:00",37.1,"2013-09-26 07:00",35.5,"2013-08-07 13:00","","","","",28.4,26.3,21.9,17,11.8,7.6,3,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0034","88502",3,27.811814,-97.465701,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",170,83,170,204,0,0,"","","Certification not required",0,9.079412,4.779801,28.1,"2013-08-07 00:00",27.4,"2013-08-08 00:00",23.8,"2013-06-20 00:00",22.3,"2013-06-23 00:00","","","","",27.4,22.3,19.3,16.9,10.7,7.6,4.8,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-30" +"48","355","0034","88502",5,27.811814,-97.465701,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,69,41,61,0,5,"","","Certification not required",0,9.759524,6.162517,29,"2013-04-16 00:00",25.8,"2013-08-08 00:00",23.6,"2013-05-22 00:00",18.4,"2013-05-10 00:00","","","","",29,29,23.6,18.3,11.7,7.8,4.5,"Dona Park","5707 Up River Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2013-12-30" +"48","355","0083","43000",1,27.802891,-97.419878,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5563,64,254,365,0,122,"","","Certification not required",0,79.005393,220.515599,11123.8,"2013-04-30 06:00",2613.8,"2013-04-30 07:00",2489.2,"2013-01-23 01:00",2398.6,"2013-01-23 02:00","","","","",736.4,521.4,328.5,211.4,72,20.3,7.3,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43102",1,27.802891,-97.419878,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",5563,64,254,365,0,122,"","","Certification not required",0,86.97417,257.402473,13879.29,"2013-04-30 06:00",3293.16,"2013-04-30 07:00",2612.04,"2013-01-23 01:00",2550.86,"2013-01-23 02:00","","","","",796.9,568.03,355.24,230.65,79.07,22.8,8.61,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43202",1,27.802891,-97.419878,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",0,15.901915,28.262043,517.12,"2013-01-20 07:00",447.57,"2013-01-20 06:00",444.9,"2013-04-12 04:00",378.45,"2013-01-20 08:00","","","","",125.11,92.78,61.15,42.03,17.51,5.88,1.67,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43203",1,27.802891,-97.419878,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",299,0.810757,2.290906,75.4,"2013-01-07 21:00",62.04,"2013-01-07 18:00",57.63,"2013-01-07 10:00",45.57,"2013-09-24 03:00","","","","",6.98,4.35,2.63,1.57,0.8,0.38,0.07,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43204",1,27.802891,-97.419878,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",172,14.688774,37.748287,748.69,"2013-01-23 01:00",710.05,"2013-04-30 06:00",681.24,"2013-01-23 02:00",602.41,"2013-01-20 07:00","","","","",151.09,102.35,62.55,38.86,14.41,2.76,0.36,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43205",1,27.802891,-97.419878,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5469,62,250,365,0,216,"","","Certification not required",638,0.643403,0.991691,24.36,"2013-09-24 03:00",18.09,"2013-06-07 23:00",15.13,"2013-04-04 13:00",13.92,"2013-06-30 15:00","","","","",4.44,3.25,2.07,1.23,0.74,0.41,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43206",1,27.802891,-97.419878,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",194,0.569406,0.856181,41.7,"2013-05-06 05:00",16.3,"2013-02-01 08:00",16.1,"2013-01-18 01:00",11.3,"2013-06-11 07:00","","","","",2.8,2,1.3,1,0.7,0.4,0.1,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43212",1,27.802891,-97.419878,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",0,11.856623,36.895159,1605.78,"2013-04-30 06:00",558.85,"2013-01-23 01:00",513.46,"2013-01-23 02:00",468.67,"2013-09-23 07:00","","","","",136.56,94.15,53.74,31.38,8.92,1.79,0.38,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43214",1,27.802891,-97.419878,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",2,7.382508,21.663074,505.45,"2013-04-30 06:00",386.41,"2013-01-20 07:00",378.75,"2013-04-12 04:00",326.89,"2013-01-20 06:00","","","","",84.92,51.41,32.52,18.87,5.6,1.12,0.26,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43216",1,27.802891,-97.419878,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",427,0.188659,0.411459,9.06,"2013-01-23 03:00",7.9,"2013-01-23 02:00",5.26,"2013-01-18 05:00",5.19,"2013-08-28 05:00","","","","",2.18,1.53,0.7,0.28,0.13,0.09,0.06,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43217",1,27.802891,-97.419878,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",1653,0.136304,0.32968,5.34,"2013-08-28 05:00",5.13,"2013-01-18 01:00",4.4,"2013-01-18 05:00",4.29,"2013-06-30 15:00","","","","",1.81,1.31,0.6,0.23,0.09,0.06,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43218",1,27.802891,-97.419878,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5529,63,251,365,0,156,"","","Certification not required",0,0.115663,0.098196,1.9,"2013-01-17 23:00",1.7,"2013-01-31 07:00",1.4,"2013-01-11 08:00",1.4,"2013-01-18 00:00","","","","",0.5,0.4,0.2,0.2,0.1,0.1,0.1,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43220",1,27.802891,-97.419878,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",0,4.704279,24.311587,1601.36,"2013-04-30 06:00",319.99,"2013-04-30 07:00",249.08,"2013-06-30 15:00",202.18,"2013-04-30 05:00","","","","",48.51,33.22,19.32,12.05,3.61,0.8,0.27,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43221",1,27.802891,-97.419878,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",0,7.687615,25.604854,1401.3,"2013-04-30 06:00",428.04,"2013-09-23 07:00",317.86,"2013-06-30 15:00",274.89,"2013-04-30 07:00","","","","",84.21,58.56,32.57,19.24,5.75,1.82,0.72,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43224",1,27.802891,-97.419878,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",1033,0.178826,0.488768,10.62,"2013-01-18 01:00",7.34,"2013-06-30 15:00",6.94,"2013-09-23 23:00",6.64,"2013-09-21 01:00","","","","",2.42,1.55,0.72,0.28,0.12,0.08,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43226",1,27.802891,-97.419878,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",226,0.320256,0.896391,20.5,"2013-01-18 01:00",14.99,"2013-01-17 09:00",12.08,"2013-01-18 03:00",11.55,"2013-09-21 01:00","","","","",4.41,2.87,1.32,0.5,0.18,0.12,0.06,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43227",1,27.802891,-97.419878,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",1460,0.160364,0.456455,10.54,"2013-01-18 01:00",7.54,"2013-01-17 09:00",6.19,"2013-09-23 23:00",6.15,"2013-08-28 05:00","","","","",2.22,1.46,0.67,0.26,0.1,0.07,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43231",1,27.802891,-97.419878,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,2.059295,14.257778,986.13,"2013-04-30 06:00",258.4,"2013-04-30 07:00",134.14,"2013-04-30 05:00",72.05,"2013-02-07 06:00","","","","",19.05,13.56,8.02,4.99,1.74,0.43,0,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43232",1,27.802891,-97.419878,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",2842,0.830222,8.851243,624.56,"2013-04-30 06:00",176.91,"2013-04-30 07:00",81,"2013-04-30 05:00",25.27,"2013-02-07 06:00","","","","",8.09,5.81,3.25,1.89,0.62,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43233",1,27.802891,-97.419878,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",3856,0.335114,4.075571,289.48,"2013-04-30 06:00",77.16,"2013-04-30 07:00",33.89,"2013-04-30 05:00",12.06,"2013-01-18 03:00","","","","",3.63,2.5,1.27,0.75,0.22,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43235",1,27.802891,-97.419878,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",2647,0.197875,1.375004,95.14,"2013-04-30 06:00",25.04,"2013-04-30 07:00",11.16,"2013-01-18 03:00",11.01,"2013-04-30 05:00","","","","",1.99,1.25,0.66,0.41,0.19,0.07,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43238",1,27.802891,-97.419878,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5591,64,255,365,0,101,"","","Certification not required",1957,0.179228,0.524066,27.2,"2013-04-30 06:00",15.08,"2013-01-18 03:00",6.91,"2013-01-18 04:00",6.67,"2013-01-18 02:00","","","","",1.51,1.06,0.59,0.38,0.2,0.1,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43242",1,27.802891,-97.419878,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",676,0.33202,1.229782,79.54,"2013-04-30 06:00",17.77,"2013-04-30 07:00",15.39,"2013-06-30 15:00",10.09,"2013-04-30 05:00","","","","",2.79,2.03,1.28,0.82,0.31,0.12,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43243",1,27.802891,-97.419878,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",1428,0.302999,0.469603,5.5,"2013-06-29 18:00",4.79,"2013-06-29 17:00",4.17,"2013-06-29 16:00",3.73,"2013-08-07 12:00","","","","",2.17,1.8,1.22,0.9,0.39,0.1,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43244",1,27.802891,-97.419878,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5525,63,252,365,0,160,"","","Certification not required",1108,0.251334,0.919127,55.34,"2013-04-30 06:00",10.88,"2013-04-30 07:00",9.42,"2013-01-20 07:00",8.69,"2013-02-07 06:00","","","","",2.48,1.79,1.05,0.61,0.19,0.08,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43247",1,27.802891,-97.419878,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",4751,0.14744,0.813551,46.75,"2013-04-30 06:00",19.92,"2013-09-23 07:00",16.48,"2013-04-30 07:00",5.79,"2013-04-30 05:00","","","","",1.98,1.42,0.85,0.51,0.005,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43248",1,27.802891,-97.419878,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",3802,0.704332,4.191028,266.49,"2013-04-30 06:00",82.93,"2013-03-01 06:00",73.57,"2013-04-30 07:00",36.76,"2013-04-30 05:00","","","","",7.98,5.85,3.41,1.8,0.51,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43249",1,27.802891,-97.419878,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",2574,0.639244,4.346497,300.99,"2013-04-30 06:00",86.14,"2013-04-30 07:00",40.75,"2013-04-30 05:00",15.37,"2013-02-07 06:00","","","","",5.62,3.98,2.45,1.59,0.61,0.18,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43250",1,27.802891,-97.419878,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,0.869294,1.959611,85.9,"2013-04-30 06:00",72.4,"2013-09-23 07:00",26.08,"2013-04-30 07:00",19.85,"2013-05-06 05:00","","","","",6.4,4.87,3.11,1.82,0.79,0.47,0.17,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43252",1,27.802891,-97.419878,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",4450,0.10342,0.322723,10.36,"2013-09-23 07:00",6.12,"2013-05-06 05:00",4.24,"2013-04-30 06:00",3.75,"2013-09-06 04:00","","","","",1.39,1.01,0.61,0.34,0.005,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43253",1,27.802891,-97.419878,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",4389,0.14289,1.768079,124.7,"2013-04-30 06:00",34.3,"2013-04-30 07:00",15.25,"2013-04-30 05:00",4.55,"2013-01-18 03:00","","","","",1.95,1.31,0.61,0.29,0.005,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43261",1,27.802891,-97.419878,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",3686,0.778557,7.097048,493.56,"2013-04-30 06:00",140.74,"2013-04-30 07:00",65.91,"2013-04-30 05:00",22.95,"2013-02-07 06:00","","","","",9.09,6.33,3.47,1.81,0.53,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43262",1,27.802891,-97.419878,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",3212,0.735815,4.086356,272.39,"2013-04-30 06:00",71.34,"2013-04-30 07:00",37.18,"2013-04-30 05:00",31.13,"2013-06-30 15:00","","","","",7.79,5.45,3.23,1.9,0.65,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43263",1,27.802891,-97.419878,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",3281,0.541781,4.302346,298.63,"2013-04-30 06:00",84.37,"2013-04-30 07:00",40.26,"2013-04-30 05:00",17.49,"2013-02-07 06:00","","","","",5.29,3.8,2.25,1.42,0.43,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43280",1,27.802891,-97.419878,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,50,"","","Certification not required",0,0.348059,0.551623,23.63,"2013-01-04 02:00",19.55,"2013-01-04 03:00",9.87,"2013-01-04 01:00",6.62,"2013-04-04 15:00","","","","",2.02,1.51,0.8,0.49,0.36,0.25,0.16,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43291",1,27.802891,-97.419878,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",4624,0.19331,1.18459,76.66,"2013-04-30 06:00",22.91,"2013-04-30 07:00",13.81,"2013-09-23 07:00",10.97,"2013-04-30 05:00","","","","",2.36,1.7,1.06,0.65,0.005,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","43960",1,27.802891,-97.419878,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",4210,0.169631,2.301679,162.91,"2013-04-30 06:00",45.82,"2013-04-30 07:00",20.89,"2013-04-30 05:00",5.81,"2013-01-18 03:00","","","","",2.03,1.17,0.59,0.37,0.04,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45109",1,27.802891,-97.419878,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,0.86,3.088637,193.2,"2013-04-30 06:00",56.09,"2013-04-30 07:00",37.73,"2013-08-10 04:00",24.83,"2013-04-30 05:00","","","","",8.06,5.15,3.05,1.9,0.71,0.36,0.16,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45201",1,27.802891,-97.419878,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,1.333375,3.828959,144.29,"2013-04-30 06:00",132.13,"2013-02-24 06:00",55.4,"2013-06-06 09:00",53.1,"2013-06-30 15:00","","","","",13.36,10,5.7,3.32,1.17,0.45,0,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45202",1,27.802891,-97.419878,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,1.92167,5.685538,355.82,"2013-04-30 06:00",105.76,"2013-04-30 07:00",49.96,"2013-09-23 07:00",47.2,"2013-04-30 05:00","","","","",14.88,10.78,6.92,4.28,1.71,0.87,0.45,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45203",1,27.802891,-97.419878,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,0.160903,0.52868,26.36,"2013-04-30 06:00",9.06,"2013-08-10 04:00",8.07,"2013-04-30 07:00",5.3,"2013-01-18 03:00","","","","",1.83,1.22,0.75,0.47,0.17,0,0,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45204",1,27.802891,-97.419878,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,0.251613,0.680769,36.29,"2013-04-30 06:00",10.82,"2013-04-30 07:00",8.37,"2013-08-10 04:00",6.83,"2013-01-18 03:00","","","","",2.42,1.48,0.95,0.61,0.24,0.12,0,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45207",1,27.802891,-97.419878,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5591,64,255,365,0,101,"","","Certification not required",3456,0.095139,0.380612,22.35,"2013-04-30 06:00",5.96,"2013-01-18 03:00",5.32,"2013-04-30 07:00",4.65,"2013-01-20 03:00","","","","",1,0.68,0.37,0.23,0.11,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45208",1,27.802891,-97.419878,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5591,64,255,365,0,101,"","","Certification not required",681,0.259672,0.503465,18.26,"2013-04-30 06:00",11.91,"2013-01-20 03:00",10.32,"2013-01-18 03:00",8.77,"2013-01-17 23:00","","","","",1.94,1.35,0.79,0.5,0.26,0.16,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45209",1,27.802891,-97.419878,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",4588,0.040339,0.144438,7.1,"2013-04-30 06:00",2.53,"2013-01-18 03:00",2.17,"2013-01-20 03:00",1.83,"2013-01-17 23:00","","","","",0.46,0.32,0.2,0.13,0.005,0.005,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45210",1,27.802891,-97.419878,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,0.048098,0.301891,7.2,"2013-02-25 20:00",6.69,"2013-02-25 21:00",6.53,"2013-01-18 03:00",5.48,"2013-02-25 10:00","","","","",1.02,0.54,0.21,0.06,0,0,0,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45220",1,27.802891,-97.419878,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5635,64,257,365,0,57,"","","Certification not required",0,0.047824,0.20147,8.03,"2013-01-31 08:00",6.66,"2013-04-30 06:00",2.84,"2013-02-15 08:00",2.69,"2013-04-30 07:00","","","","",0.61,0.41,0.25,0.16,0,0,0,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","45225",1,27.802891,-97.419878,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",5463,62,249,365,0,229,"","","Certification not required",2379,0.134281,0.154707,3.7,"2013-04-30 06:00",1.77,"2013-05-06 05:00",1.18,"2013-01-31 08:00",1.12,"2013-01-16 23:00","","","","",0.63,0.52,0.38,0.31,0.22,0.12,0.005,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-01-14" +"48","355","0083","61101",1,27.802891,-97.419878,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6538,75,269,365,0,758,"","","Certification not required",0,6.65777,2.79997,21.7,"2013-02-25 15:00",21.1,"2013-02-25 13:00",20.3,"2013-02-25 14:00",19.9,"2013-02-25 19:00","","","","",13.5,12.3,11.1,10.1,8.7,6.6,2.9,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0083","61103",1,27.802891,-97.419878,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6538,75,269,365,0,758,"","","Certification not required",0,6.233818,2.675719,21.1,"2013-02-25 15:00",20.6,"2013-02-25 13:00",19.8,"2013-02-25 14:00",19.4,"2013-02-25 19:00","","","","",12.7,11.5,10.5,9.6,8.1,6.2,2.7,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0083","61104",1,27.802891,-97.419878,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6538,75,269,365,0,758,"","","Certification not required",0,131.476384,68.88893,360,"2013-01-15 19:00",360,"2013-07-01 06:00",359.7,"2013-10-22 13:00",359.6,"2013-09-21 23:00","","","","",353.8,344,251.7,192.9,163,132.1,30.4,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0083","61105",1,27.802891,-97.419878,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6560,75,271,365,0,736,"","","Certification not required",0,14.019665,5.618459,47,"2013-02-25 13:00",40,"2013-02-25 14:00",40,"2013-02-25 15:00",40,"2013-02-25 16:00","","","","",28,26,23,21,18,14,7,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0083","61106",1,27.802891,-97.419878,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6538,75,269,365,0,758,"","","Certification not required",0,20.311013,6.16363,77.6,"2013-02-16 16:00",76.9,"2013-02-06 10:00",73.5,"2013-06-06 02:00",73.2,"2013-08-26 06:00","","","","",49.9,39.8,29.6,24.6,21,19.1,16.2,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0083","62101",1,27.802891,-97.419878,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,74.95242,11.019347,99,"2013-06-29 16:00",98,"2013-06-29 15:00",97,"2013-06-29 14:00",97,"2013-06-29 17:00","","","","",91,90,89,87,83,78,59,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","0083","62201",1,27.802891,-97.419878,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7294,83,304,365,0,2,"","","Certification not required",0,72.365095,15.52026,97,"2013-01-08 04:00",97,"2013-01-08 05:00",97,"2013-01-08 06:00",97,"2013-01-08 07:00","","","","",95,94,92,89,84,76,53,"Corpus Christi Palm","1511 Palm Drive","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","1024","61101",1,27.803794,-97.413757,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7145,82,297,365,0,7,"","","Certification not required",0,6.801022,2.796223,18.1,"2013-02-25 15:00",18.1,"2013-02-25 16:00",17.9,"2013-02-25 13:00",17.2,"2013-03-20 06:00","","","","",13.4,12.4,11.2,10.4,8.8,6.8,3,"Williams Park","2518 Dempsey Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","1024","61103",1,27.803794,-97.413757,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7145,82,297,365,0,7,"","","Certification not required",0,6.414374,2.697577,17.2,"2013-02-25 15:00",17.2,"2013-02-25 16:00",17,"2013-02-25 13:00",16.8,"2013-03-20 06:00","","","","",12.6,11.8,10.7,9.9,8.3,6.4,2.8,"Williams Park","2518 Dempsey Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","1024","61104",1,27.803794,-97.413757,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7145,82,297,365,0,7,"","","Certification not required",0,136.349265,75.434881,360,"2013-02-13 11:00",360,"2013-03-10 23:00",360,"2013-09-22 13:00",359.9,"2013-02-13 10:00","","","","",356.4,351.2,327.3,204.5,167.2,132,29.9,"Williams Park","2518 Dempsey Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","1024","61105",1,27.803794,-97.413757,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7145,82,297,365,0,7,"","","Certification not required",0,13.83317,5.490947,40,"2013-02-25 13:00",39,"2013-02-25 12:00",38,"2013-02-25 15:00",38,"2013-02-25 16:00","","","","",28,26,23,21,18,14,7,"Williams Park","2518 Dempsey Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","1024","61106",1,27.803794,-97.413757,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7145,82,297,365,0,7,"","","Certification not required",0,19.299524,6.343771,75.8,"2013-10-24 03:00",74.3,"2013-08-26 06:00",73.4,"2013-02-05 11:00",72.2,"2013-04-12 03:00","","","","",49.5,40.2,29,24,20.4,18.2,14.4,"Williams Park","2518 Dempsey Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","355","1024","62101",1,27.803794,-97.413757,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7145,82,297,365,0,7,"","","Certification not required",0,74.318125,11.295853,98,"2013-06-29 15:00",98,"2013-06-29 16:00",98,"2013-06-29 17:00",97,"2013-06-29 12:00","","","","",92,92,90,88,82,77,58,"Williams Park","2518 Dempsey Rd","Texas","Nueces","Corpus Christi","Corpus Christi, TX","2014-02-03" +"48","361","1001","42601",1,30.085263,-93.761341,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8524,97,361,365,0,236,"","","Certification not required",0,1.279259,5.058458,105.4,"2013-04-03 07:00",86.4,"2013-12-18 07:00",83.2,"2013-12-16 07:00",81.3,"2013-12-17 08:00","","","","",23.7,13.2,4.7,2.2,0.6,0.2,0,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","42602",1,30.085263,-93.761341,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8524,97,361,365,0,236,0,"","Certification not required",0,12.233795,6.288496,43.4,"2013-03-04 04:00",39.9,"2013-01-24 21:00",35.9,"2013-03-03 22:00",34.7,"2013-03-16 20:00","","","","",34.7,28.1,24,20.2,15.3,11,5.6,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","42602",1,30.085263,-93.761341,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8524,97,361,365,0,236,"","","Certification not required",0,4.883001,4.032354,43.4,"2013-03-04 04:00",40.2,"2013-03-04 06:00",39.9,"2013-01-24 21:00",38.4,"2013-03-04 02:00","","","","",19.7,16.9,13,10,6.2,3.6,1.5,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","42603",1,30.085263,-93.761341,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8541,98,361,365,0,219,"","","Certification not required",0,6.143496,7.465486,124.1,"2013-04-03 07:00",99.9,"2013-12-18 07:00",97.1,"2013-12-17 08:00",94,"2013-12-16 07:00","","","","",37.9,28.4,17.5,12.4,7,3.9,1.6,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","44201",2,30.085263,-93.761341,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8651,99,363,365,0,109,0,0,"Requested but not yet concurred",701,0.040496,0.013024,0.086,"2013-09-26 11:00",0.082,"2013-07-13 11:00",0.077,"2013-08-30 12:00",0.073,"2013-06-15 12:00","","","","",0.073,0.069,0.062,0.056,0.049,0.04,0.024,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","44201",2,30.085263,-93.761341,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8708,99,361,365,0,0,0,0,"Requested but not yet concurred",0,0.035263,0.01157,0.072,"2013-09-26 10:00",0.068,"2013-07-13 08:00",0.068,"2013-08-30 09:00",0.062,"2013-05-07 12:00","","","","",0.062,0.059,0.055,0.051,0.043,0.034,0.021,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","44201",2,30.085263,-93.761341,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8708,99,361,365,0,0,0,0,"Requested but not yet concurred",0,0.035263,0.01157,0.072,"2013-09-26 10:00",0.068,"2013-07-13 08:00",0.068,"2013-08-30 09:00",0.062,"2013-05-07 12:00","","","","",0.062,0.059,0.055,0.051,0.043,0.034,0.021,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1001","61101",1,30.085263,-93.761341,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,4.374595,2.53957,14.8,"2013-03-04 13:00",14.7,"2013-03-04 12:00",14.2,"2013-01-29 12:00",13.9,"2013-03-04 14:00","","","","",11.6,10.6,9.1,7.8,6,4.1,1.3,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1001","61103",1,30.085263,-93.761341,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,3.946022,2.482597,14.4,"2013-03-04 13:00",14.2,"2013-03-04 12:00",13.4,"2013-01-29 12:00",13.4,"2013-03-04 14:00","","","","",11.1,10,8.5,7.3,5.5,3.6,0.9,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1001","61104",1,30.085263,-93.761341,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,157.703731,97.208379,359.9,"2013-09-13 09:00",359.7,"2013-09-02 01:00",359.7,"2013-09-13 05:00",359.6,"2013-01-01 15:00","","","","",356.6,353.1,342.4,317.5,209.8,149.8,33.9,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1001","61105",1,30.085263,-93.761341,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,9.868313,5.284362,32,"2013-10-31 08:00",31,"2013-04-09 20:00",30,"2013-02-10 11:00",29,"2013-01-29 12:00","","","","",24,22,19,17,13,9,3,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1001","61106",1,30.085263,-93.761341,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,26.621523,12.330931,79.7,"2013-06-16 05:00",79.6,"2013-08-30 05:00",79,"2013-02-23 15:00",78.3,"2013-02-03 22:00","","","","",68.9,64.5,54,43.3,31.9,22.4,15.5,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1001","62101",1,30.085263,-93.761341,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,70.672428,13.074434,98,"2013-06-29 16:00",97,"2013-06-29 15:00",97,"2013-06-29 17:00",96,"2013-06-29 14:00","","","","",92,91,89,86,80,73,51,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1001","63301",1,30.085263,-93.761341,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7294,83,304,365,0,2,"","","Certification not required",3516,0.27636,0.385767,1.43,"2013-06-04 12:00",1.41,"2013-08-04 11:00",1.4,"2013-07-18 12:00",1.39,"2013-05-03 11:00","","","","",1.31,1.25,1.11,0.94,0.5,0.02,0.005,"West Orange","2700 Austin Ave","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-02-03" +"48","361","1100","44201",1,30.194167,-93.866944,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5744,66,241,365,0,75,0,0,"Certification not required",614,0.045631,0.012831,0.084,"2013-06-15 13:00",0.081,"2013-04-14 16:00",0.079,"2013-07-13 11:00",0.078,"2013-08-30 13:00","","","","",0.079,0.077,0.067,0.061,0.054,0.046,0.028,"","INTERSECTION OF TX HWYS 62 AND 12","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-13" +"48","361","1100","44201",1,30.194167,-93.866944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5780,66,240,365,0,0,0,0,"Certification not required",0,0.040229,0.011729,0.069,"2013-08-30 09:00",0.067,"2013-04-22 10:00",0.067,"2013-05-04 10:00",0.065,"2013-04-21 10:00","","","","",0.067,0.064,0.06,0.056,0.049,0.04,0.025,"","INTERSECTION OF TX HWYS 62 AND 12","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-13" +"48","361","1100","44201",1,30.194167,-93.866944,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5780,66,240,365,0,0,0,0,"Certification not required",0,0.040229,0.011729,0.069,"2013-08-30 09:00",0.067,"2013-04-22 10:00",0.067,"2013-05-04 10:00",0.065,"2013-04-21 10:00","","","","",0.067,0.064,0.06,0.056,0.049,0.04,0.025,"","INTERSECTION OF TX HWYS 62 AND 12","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-13" +"48","361","1100","88502",3,30.194167,-93.866944,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8213,94,330,365,0,533,"","","Certification not required",0,8.704176,5.63766,65,"2013-09-13 20:00",62.3,"2013-04-19 20:00",62.2,"2013-08-03 01:00",61.8,"2013-08-30 07:00","","","","",29.8,24,18.6,14.9,10.8,7.6,3.3,"","INTERSECTION OF TX HWYS 62 AND 12","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","361","1100","88502",3,30.194167,-93.866944,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,0,"","","Certification not required",0,8.620606,3.855514,31.5,"2013-08-08 00:00",24,"2013-08-07 00:00",22.3,"2013-07-05 00:00",21.7,"2013-07-04 00:00","","","","",21.7,19.3,16.1,13.1,10.4,8,4.4,"","INTERSECTION OF TX HWYS 62 AND 12","Texas","Orange","West Orange","Beaumont-Port Arthur, TX","2014-01-21" +"48","367","0081","44201",1,32.868777,-97.905931,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8162,90,220,245,0,536,0,0,"Requested but not yet concurred",6,0.051273,0.013961,0.089,"2013-09-04 18:00",0.087,"2013-07-25 18:00",0.087,"2013-09-14 16:00",0.085,"2013-07-03 20:00","","","","",0.087,0.085,0.079,0.068,0.06,0.052,0.042,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","367","0081","44201",1,32.868777,-97.905931,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8209,89,218,245,0,0,0,0,"Requested but not yet concurred",0,0.046537,0.013051,0.082,"2013-09-14 11:00",0.078,"2013-09-04 13:00",0.076,"2013-07-03 14:00",0.074,"2013-07-25 12:00","","","","",0.076,0.074,0.07,0.064,0.056,0.048,0.038,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","367","0081","44201",1,32.868777,-97.905931,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8209,89,218,245,0,0,3,3,"Requested but not yet concurred",0,0.046537,0.013051,0.082,"2013-09-14 11:00",0.078,"2013-09-04 13:00",0.076,"2013-07-03 14:00",0.074,"2013-07-25 12:00","","","","",0.076,0.074,0.07,0.064,0.056,0.048,0.038,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","367","0081","61101",1,32.868777,-97.905931,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7221,82,301,365,0,13,"","","Certification not required",0,7.601482,3.238101,22.2,"2013-03-05 01:00",21.8,"2013-02-25 21:00",20.8,"2013-02-25 22:00",20.7,"2013-03-05 02:00","","","","",16.1,15,13.5,12,9.6,7.3,3.6,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","367","0081","61103",1,32.868777,-97.905931,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7221,82,301,365,0,13,"","","Certification not required",0,7.186705,3.226518,21.1,"2013-02-25 21:00",20.6,"2013-03-05 01:00",20.2,"2013-02-25 22:00",19.7,"2013-02-25 19:00","","","","",15.6,14.4,13,11.6,9.2,6.9,3.2,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","367","0081","61104",1,32.868777,-97.905931,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7221,82,301,365,0,13,"","","Certification not required",0,157.922615,83.018397,360,"2013-07-27 04:00",359.8,"2013-05-05 03:00",359.8,"2013-05-21 16:00",359.7,"2013-03-01 08:00","","","","",352.2,345.1,326.5,299,188,157.8,48.6,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","367","0081","61105",1,32.868777,-97.905931,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7221,82,301,365,0,13,"","","Certification not required",0,14.203296,5.989667,38,"2013-03-05 01:00",38,"2013-03-05 02:00",37,"2013-02-25 16:00",37,"2013-02-25 20:00","","","","",30,28,25,22,18,14,7,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","367","0081","61106",1,32.868777,-97.905931,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7221,82,301,365,0,13,"","","Certification not required",0,18.564215,9.811231,78.9,"2013-06-06 06:00",77.4,"2013-04-12 11:00",76.5,"2013-08-30 05:00",76.4,"2013-06-01 11:00","","","","",59.8,51.5,39,29.3,20.7,15.6,10.6,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","367","0081","62101",1,32.868777,-97.905931,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7221,82,301,365,0,13,"","","Certification not required",0,68.25412,16.776322,104,"2013-08-07 15:00",103,"2013-08-07 14:00",103,"2013-08-07 16:00",102,"2013-08-06 15:00","","","","",98,96,93,89,81,71,44,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","367","0081","63301",1,32.868777,-97.905931,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7230,83,301,365,0,4,"","","Certification not required",3432,0.311333,0.425874,1.46,"2013-06-30 12:00",1.44,"2013-05-04 12:00",1.44,"2013-05-22 12:00",1.44,"2013-07-10 13:00","","","","",1.36,1.33,1.21,1.06,0.58,0.02,0.005,"Parker County","3033 New Authon Rd","Texas","Parker","","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","373","9991","44201",1,30.7017,-94.6742,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5889,67,243,365,0,2127,0,0,"Certification not required",115,0.043774,0.01192,0.082,"2013-04-22 17:00",0.075,"2013-03-07 16:00",0.075,"2013-03-15 14:00",0.072,"2013-09-27 13:00","","","","",0.075,0.071,0.063,0.059,0.052,0.044,0.028,"Alabama-Coushatta","361 Tombigbee Rd, Livingston, TX 77351","Texas","Polk","","","2014-01-31" +"48","373","9991","44201",1,30.7017,-94.6742,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5890,66,242,365,0,0,0,0,"Certification not required",0,0.039364,0.011214,0.071,"2013-04-22 13:00",0.067,"2013-03-07 12:00",0.067,"2013-03-15 10:00",0.065,"2013-09-27 10:00","","","","",0.067,0.062,0.057,0.054,0.048,0.039,0.024,"Alabama-Coushatta","361 Tombigbee Rd, Livingston, TX 77351","Texas","Polk","","","2014-01-31" +"48","373","9991","44201",1,30.7017,-94.6742,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5890,66,242,365,0,0,0,0,"Certification not required",0,0.039364,0.011214,0.071,"2013-04-22 13:00",0.067,"2013-03-07 12:00",0.067,"2013-03-15 10:00",0.065,"2013-09-27 10:00","","","","",0.067,0.062,0.057,0.054,0.048,0.039,0.024,"Alabama-Coushatta","361 Tombigbee Rd, Livingston, TX 77351","Texas","Polk","","","2014-01-31" +"48","375","0024","14129",1,35.28025,-101.715577,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,13,0,0,"Certification not required",0,0.002156,0.001851,0.008,"2013-04-22 00:00",0.007,"2013-06-27 00:00",0.006,"2013-01-16 00:00",0.005,"2013-02-09 00:00","","","","",0.008,0.008,0.007,0.005,0.002,0.002,0.001,"Amarillo SH 136","7100 State Highway 136","Texas","Potter","","Amarillo, TX","2013-12-19" +"48","375","0024","68105",1,35.28025,-101.715577,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",45,74,45,61,0,0,"","","Certification not required",0,16.948889,9.623306,31.1,"2013-06-27 00:00",29.4,"2013-07-09 00:00",29.4,"2013-08-02 00:00",27.8,"2013-09-07 00:00","","","","",31.1,31.1,29.4,27.2,24.4,21.1,2.2,"Amarillo SH 136","7100 State Highway 136","Texas","Potter","","Amarillo, TX","2013-12-18" +"48","375","0024","68108",1,35.28025,-101.715577,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,668.377778,3.556613,676,"2013-03-05 00:00",675,"2013-02-15 00:00",673,"2013-01-04 00:00",673,"2013-01-16 00:00","","","","",676,676,673,673,671,669,663,"Amarillo SH 136","7100 State Highway 136","Texas","Potter","","Amarillo, TX","2013-12-18" +"48","375","0320","88502",3,35.201584,-101.909248,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7694,100,117,61,0,322,"","","Certification not required",0,6.259904,4.492965,74.3,"2013-02-09 18:00",70.2,"2013-02-09 17:00",57.4,"2013-05-01 06:00",49.7,"2013-06-03 23:00","","","","",23,19,13.7,11,7.8,5.3,2.2,"Amarillo A&M","6500 Amarillo Blvd West","Texas","Potter","Amarillo","Amarillo, TX","2014-01-29" +"48","375","0320","88502",3,35.201584,-101.909248,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",318,100,55,61,0,0,"","","Certification not required",0,6.185849,2.940335,22.5,"2013-07-02 00:00",20.6,"2013-06-23 00:00",17.7,"2013-06-22 00:00",17.5,"2013-05-23 00:00","","","","",17.5,13.5,11.8,9.5,7.4,5.5,3.3,"Amarillo A&M","6500 Amarillo Blvd West","Texas","Potter","Amarillo","Amarillo, TX","2014-01-29" +"48","375","1025","42401",1,35.236736,-101.787405,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",1079,12,45,365,0,16,0,"","Certification not required",0,2.813333,4.8186,25.2,"2013-11-09 12:00",15,"2013-11-12 13:00",14.4,"2013-10-21 11:00",10,"2013-10-20 23:00","","","","",25.2,25.2,14.4,9.1,2.7,1.1,0.1,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-01-30" +"48","375","1025","42401",1,35.236736,-101.787405,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",1079,12,45,365,0,16,"","","Certification not required",0,0.471362,1.687976,25.2,"2013-11-09 12:00",20.8,"2013-11-09 13:00",19.8,"2013-11-09 14:00",15,"2013-11-12 13:00","","","","",8.2,4.1,1.8,1,0.4,0.1,-0.1,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-01-30" +"48","375","1025","42401",1,35.236736,-101.787405,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",45,12,45,365,0,0,0,"","Certification not required",0,0.471111,0.73997,3.6,"2013-11-09 00:00",2.8,"2013-10-21 00:00",2.1,"2013-11-12 00:00",1.3,"2013-10-20 00:00","","","","",3.6,3.6,2.1,1,0.6,0.3,-0.1,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-01-30" +"48","375","1025","42401",1,35.236736,-101.787405,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",354,12,45,365,0,0,"",0,"Certification not required",0,0.461582,1.594375,21.9,"2013-11-09 14:00",11.8,"2013-11-12 14:00",9.7,"2013-10-21 14:00",8.9,"2013-10-21 11:00","","","","",8.9,2.8,1.6,1,0.4,0.1,-0.1,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-01-30" +"48","375","1025","42406",1,35.236736,-101.787405,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",1079,58,45,77,0,10,"","","Certification not required",0,1.024838,3.513585,47.3,"2013-11-09 12:00",39.8,"2013-11-09 13:00",33.8,"2013-11-09 14:00",30.3,"2013-11-12 13:00","","","","",21.3,12.4,3.7,1.7,0.6,0.3,0,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-01-30" +"48","375","1025","61101",1,35.236736,-101.787405,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",374,20,15,77,0,1,"","","Certification not required",0,9.098396,3.912021,21.9,"2013-10-18 11:00",19.9,"2013-10-18 12:00",19.7,"2013-10-18 13:00",19.6,"2013-10-18 14:00","","","","",19.6,17.9,15,14,12.3,8.9,4.2,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-02-03" +"48","375","1025","61103",1,35.236736,-101.787405,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",374,20,15,77,0,1,"","","Certification not required",0,8.768984,3.846094,21.4,"2013-10-18 11:00",18.3,"2013-10-18 13:00",18.2,"2013-10-18 14:00",18.1,"2013-10-18 12:00","","","","",18.1,16.5,14.8,13.6,11.8,8.7,3.9,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-02-03" +"48","375","1025","61104",1,35.236736,-101.787405,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",374,20,15,77,0,1,"","","Certification not required",0,192.417647,87.502629,359.4,"2013-10-26 20:00",358.7,"2013-10-21 02:00",357.3,"2013-10-21 03:00",355.6,"2013-10-29 07:00","","","","",355.6,352.9,340.6,312.7,246.6,196.7,49.6,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-02-03" +"48","375","1025","61105",1,35.236736,-101.787405,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",374,20,15,77,0,1,"","","Certification not required",0,16.09893,6.501256,33,"2013-10-18 11:00",33,"2013-10-18 12:00",32,"2013-10-18 13:00",32,"2013-10-31 04:00","","","","",32,30,27,25,21,16,8,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-02-03" +"48","375","1025","61106",1,35.236736,-101.787405,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",374,20,15,77,0,1,"","","Certification not required",0,15.210428,8.394018,64.1,"2013-10-18 21:00",58,"2013-10-26 23:00",51.3,"2013-10-18 20:00",48.2,"2013-10-16 12:00","","","","",48.2,40.6,32,24.4,18.4,12.6,7.8,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-02-03" +"48","375","1025","62101",1,35.236736,-101.787405,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",373,20,15,77,0,2,"","","Certification not required",0,54.576408,10.038243,77,"2013-10-23 14:00",77,"2013-10-23 15:00",77,"2013-10-23 16:00",76,"2013-10-23 13:00","","","","",76,74,72,69,63,53,42,"Amarillo 24th Avenue","4205 NE 24th Avenue","Texas","Potter","Amarillo","Amarillo, TX","2014-02-03" +"48","381","9991","44201",1,34.8803,-101.6649,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7717,99,243,245,0,299,0,0,"Certification not required",0,0.054654,0.009813,0.086,"2013-06-28 17:00",0.08,"2013-06-03 18:00",0.077,"2013-06-08 17:00",0.074,"2013-06-07 17:00","","","","",0.077,0.073,0.069,0.066,0.061,0.054,0.046,"Palo Duro","Palo Duro Canyon State Park, Canyon, TX 79015","Texas","Randall","","Amarillo, TX","2014-01-31" +"48","381","9991","44201",1,34.8803,-101.6649,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7804,99,243,245,0,0,0,0,"Certification not required",0,0.051074,0.009414,0.077,"2013-06-28 11:00",0.071,"2013-07-04 12:00",0.07,"2013-05-31 10:00",0.07,"2013-06-03 13:00","","","","",0.07,0.069,0.066,0.063,0.058,0.051,0.043,"Palo Duro","Palo Duro Canyon State Park, Canyon, TX 79015","Texas","Randall","","Amarillo, TX","2014-01-31" +"48","381","9991","44201",1,34.8803,-101.6649,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7804,99,243,245,0,0,1,1,"Certification not required",0,0.051074,0.009414,0.077,"2013-06-28 11:00",0.071,"2013-07-04 12:00",0.07,"2013-05-31 10:00",0.07,"2013-06-03 13:00","","","","",0.07,0.069,0.066,0.063,0.058,0.051,0.043,"Palo Duro","Palo Duro Canyon State Park, Canyon, TX 79015","Texas","Randall","","Amarillo, TX","2014-01-31" +"48","397","0001","44201",1,32.936523,-96.459211,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8585,98,241,245,0,125,0,0,"Requested but not yet concurred",130,0.053344,0.012537,0.113,"2013-06-28 13:00",0.088,"2013-07-31 17:00",0.087,"2013-07-11 13:00",0.084,"2013-07-24 14:00","","","","",0.087,0.079,0.076,0.069,0.061,0.053,0.044,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","397","0001","44201",1,32.936523,-96.459211,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8631,98,240,245,0,0,0,0,"Requested but not yet concurred",0,0.047821,0.011381,0.076,"2013-07-31 13:00",0.074,"2013-09-04 11:00",0.073,"2013-06-28 11:00",0.073,"2013-07-05 11:00","","","","",0.073,0.072,0.068,0.064,0.055,0.047,0.039,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","397","0001","44201",1,32.936523,-96.459211,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8631,98,240,245,0,0,1,1,"Requested but not yet concurred",0,0.047821,0.011381,0.076,"2013-07-31 13:00",0.074,"2013-09-04 11:00",0.073,"2013-06-28 11:00",0.073,"2013-07-05 11:00","","","","",0.073,0.072,0.068,0.064,0.055,0.047,0.039,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","397","0001","61101",1,32.936523,-96.459211,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7232,83,301,365,0,14,"","","Certification not required",0,5.294096,2.470385,14.5,"2013-01-29 13:00",13.8,"2013-01-29 12:00",13.8,"2013-03-04 02:00",13.8,"2013-04-17 21:00","","","","",11.9,11.2,9.9,8.7,6.8,5,2.3,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","397","0001","61103",1,32.936523,-96.459211,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7232,83,301,365,0,14,"","","Certification not required",0,4.806305,2.380961,13.9,"2013-01-29 13:00",13.2,"2013-01-29 12:00",13.2,"2013-03-04 02:00",13,"2013-03-24 04:00","","","","",11.2,10.5,9.3,8.1,6.2,4.6,1.9,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","397","0001","61104",1,32.936523,-96.459211,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7232,83,301,365,0,14,"","","Certification not required",0,169.694787,92.776169,359.9,"2013-04-04 03:00",359.9,"2013-04-11 06:00",359.9,"2013-07-01 10:00",359.8,"2013-01-22 05:00","","","","",356.8,353.5,345.1,325.6,211.3,172.6,35.3,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","397","0001","61105",1,32.936523,-96.459211,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7232,83,301,365,0,14,"","","Certification not required",0,11.541621,5.26146,34,"2013-05-21 14:00",33,"2013-03-24 04:00",32,"2013-01-29 13:00",32,"2013-03-04 06:00","","","","",26,24,21,19,15,11,5,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","397","0001","61106",1,32.936523,-96.459211,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7232,83,301,365,0,14,"","","Certification not required",0,24.598023,9.146104,78.1,"2013-09-25 02:00",78.1,"2013-10-12 16:00",77.7,"2013-10-26 18:00",76.4,"2013-07-03 12:00","","","","",60.9,55.2,44.2,35.7,26.3,22.1,17.2,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","397","0001","62101",1,32.936523,-96.459211,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7232,83,301,365,0,14,"","","Certification not required",0,68.433352,16.382359,102,"2013-08-07 15:00",102,"2013-08-07 16:00",102,"2013-08-07 17:00",102,"2013-08-31 15:00","","","","",98,96,93,89,81,71,45,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","397","0001","63301",1,32.936523,-96.459211,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7236,83,301,365,0,10,"","","Certification not required",3463,0.276289,0.387083,1.38,"2013-07-27 12:00",1.37,"2013-07-21 12:00",1.36,"2013-05-04 12:00",1.36,"2013-06-30 12:00","","","","",1.29,1.24,1.12,0.94,0.52,0.02,0.005,"Rockwall Heath","100 E Heath St","Texas","Rockwall","Rockwall","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","423","0007","42601",1,32.344008,-95.415752,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8400,96,353,365,0,177,"","","Certification not required",0,0.084798,0.554709,13.7,"2013-08-27 09:00",10.1,"2013-12-11 03:00",9.8,"2013-11-08 07:00",9.4,"2013-09-25 07:00","","","","",2.2,1.5,0.8,0.3,0,0,-0.2,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","42602",1,32.344008,-95.415752,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8400,96,353,365,0,177,0,"","Certification not required",0,6.289802,4.206503,33.3,"2013-12-12 19:00",25.2,"2013-11-13 20:00",23,"2013-12-11 04:00",20.4,"2013-01-07 07:00","","","","",20.4,17.2,15.7,11.8,7.7,5.2,2.3,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","42602",1,32.344008,-95.415752,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8400,96,353,365,0,177,"","","Certification not required",0,2.961738,2.340282,33.3,"2013-12-12 19:00",26.1,"2013-12-12 20:00",25.2,"2013-11-13 20:00",23.2,"2013-12-12 18:00","","","","",12.1,10,7.4,5.6,3.6,2.3,1,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","42603",1,32.344008,-95.415752,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8330,95,349,365,0,247,"","","Certification not required",0,3.029592,2.616732,34.3,"2013-12-12 19:00",30,"2013-12-11 03:00",27.4,"2013-12-11 04:00",27,"2013-09-25 07:00","","","","",13.7,10.6,7.8,5.9,3.7,2.3,1,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","44201",1,32.344008,-95.415752,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8498,96,236,245,0,79,0,0,"Requested but not yet concurred",37,0.050309,0.012916,0.107,"2013-09-04 14:00",0.086,"2013-08-30 17:00",0.079,"2013-07-12 17:00",0.078,"2013-09-14 15:00","","","","",0.079,0.077,0.073,0.067,0.058,0.051,0.042,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","44201",1,32.344008,-95.415752,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8549,96,234,245,0,0,0,0,"Requested but not yet concurred",0,0.045231,0.011567,0.078,"2013-09-04 10:00",0.073,"2013-08-30 13:00",0.072,"2013-09-03 10:00",0.071,"2013-09-14 11:00","","","","",0.072,0.07,0.065,0.06,0.053,0.046,0.038,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","44201",1,32.344008,-95.415752,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8549,96,234,245,0,0,1,1,"Requested but not yet concurred",0,0.045231,0.011567,0.078,"2013-09-04 10:00",0.073,"2013-08-30 13:00",0.072,"2013-09-03 10:00",0.071,"2013-09-14 11:00","","","","",0.072,0.07,0.065,0.06,0.053,0.046,0.038,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-01-14" +"48","423","0007","61101",1,32.344008,-95.415752,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7105,81,295,365,0,8,"","","Certification not required",0,6.277762,2.936651,20.3,"2013-04-02 22:00",18.8,"2013-03-04 08:00",18.5,"2013-02-25 17:00",18.4,"2013-01-29 11:00","","","","",14.7,13.5,11.9,10.3,8,5.8,2.9,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","61103",1,32.344008,-95.415752,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7105,81,295,365,0,8,"","","Certification not required",0,5.908501,2.941385,20.1,"2013-04-02 22:00",18.5,"2013-03-04 08:00",18,"2013-01-29 11:00",18,"2013-01-29 14:00","","","","",14.3,13.1,11.5,9.9,7.6,5.5,2.5,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","61104",1,32.344008,-95.415752,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7105,81,295,365,0,8,"","","Certification not required",0,167.878353,90.431675,360,"2013-01-02 00:00",359.9,"2013-01-02 07:00",359.9,"2013-01-03 23:00",359.9,"2013-02-22 13:00","","","","",355.9,352.4,341.4,321.5,203.2,161.5,51.6,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","61105",1,32.344008,-95.415752,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7105,81,295,365,0,8,"","","Certification not required",0,11.687122,5.513363,44,"2013-06-18 12:00",44,"2013-10-12 12:00",38,"2013-07-11 13:00",36,"2013-01-29 14:00","","","","",27,25,22,19,15,11,5,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","61106",1,32.344008,-95.415752,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7105,81,295,365,0,8,"","","Certification not required",0,18.708093,11.149227,79.9,"2013-10-18 20:00",78.3,"2013-08-29 12:00",77.6,"2013-05-22 09:00",77,"2013-07-14 21:00","","","","",60.5,52.9,42.9,32.3,22.4,15.4,9.1,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","62101",1,32.344008,-95.415752,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7105,81,295,365,0,8,"","","Certification not required",0,68.637298,15.341892,100,"2013-06-28 14:00",100,"2013-06-28 15:00",100,"2013-06-28 16:00",99,"2013-08-07 16:00","","","","",95,94,91,87,80,72,46,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","63301",1,32.344008,-95.415752,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7110,81,295,365,0,3,"","","Certification not required",3401,0.290724,0.405245,1.48,"2013-07-20 11:00",1.39,"2013-08-27 12:00",1.38,"2013-05-03 12:00",1.38,"2013-05-04 12:00","","","","",1.32,1.28,1.17,1,0.54,0.02,0.005,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","423","0007","65102",1,32.344008,-95.415752,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",7109,81,295,365,0,4,"","","Certification not required",0,0.005424,0.052815,2.07,"2013-09-20 10:00",1.27,"2013-05-21 17:00",1.18,"2013-09-20 09:00",0.98,"2013-10-26 21:00","","","","",0.15,0.04,0,0,0,0,0,"Tyler Airport Relocated","14790 County Road 1145","Texas","Smith","","Tyler, TX","2014-02-03" +"48","439","0075","44201",1,32.987891,-97.477175,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7978,89,217,245,0,782,0,0,"Requested but not yet concurred",366,0.051184,0.015142,0.103,"2013-09-04 16:00",0.093,"2013-08-30 17:00",0.09,"2013-09-14 14:00",0.084,"2013-09-05 16:00","","","","",0.09,0.083,0.077,0.072,0.06,0.05,0.04,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","0075","44201",1,32.987891,-97.477175,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8014,89,217,245,0,0,1,1,"Requested but not yet concurred",0,0.045608,0.013943,0.088,"2013-09-04 10:00",0.082,"2013-08-30 12:00",0.079,"2013-09-14 11:00",0.077,"2013-08-19 12:00","","","","",0.079,0.075,0.071,0.065,0.054,0.046,0.035,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","0075","44201",1,32.987891,-97.477175,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8014,89,217,245,0,0,4,4,"Requested but not yet concurred",0,0.045608,0.013943,0.088,"2013-09-04 10:00",0.082,"2013-08-30 12:00",0.079,"2013-09-14 11:00",0.077,"2013-08-19 12:00","","","","",0.079,0.075,0.071,0.065,0.054,0.046,0.035,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","0075","61101",1,32.987891,-97.477175,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7260,83,302,365,0,36,"","","Certification not required",0,8.600551,4.222287,26,"2013-04-18 01:00",25.6,"2013-03-09 16:00",25.5,"2013-05-28 21:00",25.2,"2013-04-17 18:00","","","","",20.1,18.8,16.9,14.8,11.2,7.7,3.9,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","0075","61103",1,32.987891,-97.477175,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7260,83,302,365,0,36,"","","Certification not required",0,8.266928,4.259971,25.8,"2013-04-18 01:00",25.3,"2013-03-09 16:00",25.2,"2013-05-28 21:00",24.9,"2013-04-17 18:00","","","","",19.9,18.5,16.6,14.5,10.8,7.4,3.5,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","0075","61104",1,32.987891,-97.477175,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7260,83,302,365,0,36,"","","Certification not required",0,170.349862,91.032864,360,"2013-08-10 18:00",359.9,"2013-02-23 02:00",359.8,"2013-01-06 13:00",359.8,"2013-05-05 09:00","","","","",355.6,350.5,341.1,327.7,195.5,165.7,48.4,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","0075","61105",1,32.987891,-97.477175,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7258,83,302,365,0,38,"","","Certification not required",0,14.406999,6.844075,44,"2013-04-17 18:00",42,"2013-04-18 00:00",42,"2013-05-21 12:00",41,"2013-03-05 02:00","","","","",33,31,27,24,19,13,7,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","0075","61106",1,32.987891,-97.477175,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7260,83,302,365,0,36,"","","Certification not required",0,15.625882,10.415535,80.2,"2013-07-15 07:00",77.3,"2013-01-04 15:00",76.2,"2013-04-02 08:00",76,"2013-07-03 11:00","","","","",58.1,49.2,37.8,28.1,18.4,12.2,7.5,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","0075","62101",1,32.987891,-97.477175,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,68.410668,16.958547,104,"2013-08-07 16:00",103,"2013-08-07 15:00",103,"2013-08-07 17:00",103,"2013-09-01 14:00","","","","",98,96,93,89,81,71,44,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","0075","63301",1,32.987891,-97.477175,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3474,0.322237,0.446719,1.53,"2013-06-16 11:00",1.52,"2013-05-03 12:00",1.51,"2013-05-04 12:00",1.51,"2013-06-02 12:00","","","","",1.44,1.41,1.28,1.1,0.6,0.02,0.005,"Eagle Mountain Lake","14290 Morris Dido Newark Rd","Texas","Tarrant","Pecan Acres","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","42101",1,32.805818,-97.356568,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8667,99,365,365,0,93,0,0,"Certification not required",8285,0.269326,0.099118,2.2,"2013-12-18 07:00",1.7,"2013-12-18 06:00",1.6,"2013-11-27 22:00",1.5,"2013-12-03 07:00","","","","",0.8,0.7,0.25,0.25,0.25,0.25,0.25,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","42101",1,32.805818,-97.356568,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8736,100,364,365,0,0,0,0,"Certification not required",0,0.313439,0.060774,1.1,"2013-12-18 09:00",1,"2013-11-28 01:00",1,"2013-11-28 02:00",1,"2013-12-18 08:00",1.1,"2013-12-18 09:00",1,"2013-11-28 01:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","42601",1,32.805818,-97.356568,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8567,98,364,365,0,193,"","","Certification not required",0,3.926742,13.247087,342.1,"2013-12-18 07:00",256,"2013-12-18 06:00",241.3,"2013-12-18 08:00",237.5,"2013-12-03 07:00","","","","",63.6,45.3,18.8,7.4,1.9,0.7,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","42602",1,32.805818,-97.356568,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8549,98,364,365,0,211,0,"","Certification not required",0,23.645604,12.877103,53.5,"2013-01-07 09:00",53.3,"2013-09-25 19:00",53.2,"2013-12-18 08:00",51.5,"2013-03-11 20:00","","","","",51.5,48.2,44.5,41.8,33.4,22.5,6.3,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","42602",1,32.805818,-97.356568,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8549,98,364,365,0,211,"","","Certification not required",0,8.910633,9.899346,53.5,"2013-01-07 09:00",53.3,"2013-09-25 19:00",53.2,"2013-12-18 08:00",51.5,"2013-03-11 20:00","","","","",41,37.1,30.7,23.9,12.9,5.5,-0.2,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","42603",1,32.805818,-97.356568,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8567,98,364,365,0,193,"","","Certification not required",0,12.737434,19.802702,374.6,"2013-12-18 07:00",287.3,"2013-12-18 08:00",281.2,"2013-12-18 06:00",263.5,"2013-12-03 07:00","","","","",95.1,74.1,48.1,31.9,15,6.4,0.2,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","43000",10,32.805818,-97.356568,"NAD83","Sum of PAMS target compounds","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",0,72.825559,72.88925,980.2,"2013-06-06 07:00",971.8,"2013-04-01 05:00",867.8,"2013-04-01 06:00",773.2,"2013-05-22 05:00","","","","",403.5,293.6,201.4,140.5,83.6,50.3,24.2,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43102",10,32.805818,-97.356568,"NAD83","Total NMOC (non-methane organic compound)","1 HOUR","","Observed Values","INSTRUMENTAL - SUM OF PEAKS",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",0,79.961744,79.52041,1015.68,"2013-04-01 05:00",1007.18,"2013-06-06 07:00",907.83,"2013-04-01 06:00",861.89,"2013-05-22 05:00","","","","",423.8,327.85,220.15,155.9,91.19,55.4,26.89,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43102",15,32.805818,-97.356568,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,113.831321,54.610418,256.77,"2013-02-03 00:00",238.85,"2013-05-22 00:00",238.04,"2013-01-16 00:00",224.25,"2013-01-22 00:00","","","","",256.77,238.85,238.04,220.48,139.5,94.81,64.6,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43173",15,32.805818,-97.356568,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43202",10,32.805818,-97.356568,"NAD83","Ethane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,24.158805,37.086386,791.62,"2013-06-06 07:00",736.13,"2013-04-01 05:00",641.78,"2013-04-01 06:00",474.79,"2013-04-01 07:00","","","","",180,130.19,74.17,47.25,25.13,14.02,6.09,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43202",15,32.805818,-97.356568,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,30.085283,24.68933,119.14,"2013-05-22 00:00",104.16,"2013-09-25 00:00",88.92,"2013-02-03 00:00",78.82,"2013-10-07 00:00","","","","",119.14,104.16,88.92,66.3,35.5,22.44,10.06,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43203",10,32.805818,-97.356568,"NAD83","Ethylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",4,1.359666,1.487046,17.07,"2013-01-18 08:00",17.05,"2013-01-18 07:00",16.14,"2013-01-07 07:00",15.57,"2013-05-03 21:00","","","","",7.99,6.29,4.07,2.84,1.57,0.88,0.36,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43203",15,32.805818,-97.356568,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,2.029434,1.180555,4.9,"2013-01-22 00:00",4.66,"2013-04-28 00:00",4.26,"2013-01-16 00:00",3.8,"2013-10-07 00:00","","","","",4.9,4.66,4.26,3.66,2.92,1.72,0.78,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43204",10,32.805818,-97.356568,"NAD83","Propane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,14.293096,15.857756,169.39,"2013-01-03 04:00",166.44,"2013-01-03 05:00",157.12,"2013-05-22 05:00",143.2,"2013-01-31 01:00","","","","",86.82,64.75,42.14,29.1,16.83,9.23,3.68,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43204",15,32.805818,-97.356568,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,16.454717,12.137379,49.86,"2013-02-03 00:00",49.71,"2013-01-10 00:00",48.12,"2013-01-16 00:00",41.97,"2013-05-22 00:00","","","","",49.86,49.71,48.12,33.6,19.89,13.5,4.71,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43205",10,32.805818,-97.356568,"NAD83","Propylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4394,50,203,365,0,90,"","","Certification not required",2,0.722087,0.659786,8.21,"2013-05-03 21:00",6.67,"2013-01-07 09:00",6.66,"2013-01-18 07:00",6.56,"2013-01-07 07:00","","","","",3.69,2.89,1.93,1.35,0.8,0.52,0.28,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43205",15,32.805818,-97.356568,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.713396,0.636623,2.37,"2013-04-28 00:00",2.04,"2013-01-22 00:00",1.74,"2013-10-07 00:00",1.68,"2013-10-19 00:00","","","","",2.37,2.04,1.74,1.62,1.02,0.6,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43206",10,32.805818,-97.356568,"NAD83","Acetylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4417,50,204,365,0,67,"","","Certification not required",0,0.946887,0.846396,17.7,"2013-05-04 07:00",14,"2013-04-11 23:00",10.2,"2013-01-07 07:00",9.6,"2013-01-18 08:00","","","","",4.2,3.4,2.3,1.7,1.1,0.7,0.3,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43206",15,32.805818,-97.356568,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",3,1.187358,0.639137,2.72,"2013-01-22 00:00",2.54,"2013-04-28 00:00",2.46,"2013-01-16 00:00",2.38,"2013-02-03 00:00","","","","",2.72,2.54,2.46,1.9,1.64,1.14,0.44,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43212",10,32.805818,-97.356568,"NAD83","n-Butane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,8.305846,8.508504,82.61,"2013-01-31 01:00",77.73,"2013-01-03 05:00",76.88,"2013-01-03 04:00",73.38,"2013-03-13 05:00","","","","",43.69,34.54,24.43,17.55,10.01,5.6,2.04,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43212",15,32.805818,-97.356568,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,9.242264,6.622077,26.48,"2013-01-16 00:00",25.92,"2013-01-10 00:00",24.24,"2013-02-03 00:00",22.24,"2013-01-22 00:00","","","","",26.48,25.92,24.24,17.48,12.72,7.2,2.44,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43214",10,32.805818,-97.356568,"NAD83","Isobutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,3.409691,3.371007,40.86,"2013-01-31 01:00",34.54,"2013-01-03 04:00",33.17,"2013-01-31 02:00",32,"2013-01-03 05:00","","","","",17.56,14.02,9.4,6.81,4.07,2.38,0.94,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43214",15,32.805818,-97.356568,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,3.896604,2.524653,10.64,"2013-02-03 00:00",10.6,"2013-01-16 00:00",10.04,"2013-05-22 00:00",9.4,"2013-01-10 00:00","","","","",10.64,10.6,10.04,7.56,4.8,3.32,1.32,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43216",10,32.805818,-97.356568,"NAD83","trans-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",547,0.118262,0.125487,2.24,"2013-03-08 09:00",1.47,"2013-04-19 20:00",1.47,"2013-06-16 19:00",1.37,"2013-04-19 22:00","","","","",0.63,0.5,0.33,0.22,0.13,0.09,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43216",15,32.805818,-97.356568,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.065472,0.050671,0.32,"2013-04-28 00:00",0.24,"2013-10-01 00:00",0.2,"2013-10-31 00:00",0.12,"2013-04-22 00:00","","","","",0.32,0.24,0.2,0.12,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43217",10,32.805818,-97.356568,"NAD83","cis-2-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4375,50,202,365,0,109,"","","Certification not required",1197,0.090083,0.110235,1.82,"2013-03-08 09:00",1.68,"2013-06-16 19:00",1.2,"2013-04-19 20:00",1.12,"2013-04-19 22:00","","","","",0.52,0.41,0.27,0.19,0.11,0.07,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43217",15,32.805818,-97.356568,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.071698,0.053914,0.32,"2013-04-28 00:00",0.2,"2013-01-22 00:00",0.2,"2013-10-01 00:00",0.16,"2013-01-16 00:00","","","","",0.32,0.2,0.2,0.16,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43218",10,32.805818,-97.356568,"NAD83","1,3-Butadiene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,0.17393,0.17585,2.4,"2013-05-03 21:00",1.6,"2013-04-19 20:00",1.6,"2013-04-19 22:00",1.5,"2013-01-07 07:00","","","","",1,0.7,0.5,0.3,0.2,0.1,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43218",15,32.805818,-97.356568,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.034717,0.105841,0.44,"2013-01-16 00:00",0.4,"2013-10-07 00:00",0.36,"2013-02-03 00:00",0.28,"2013-01-22 00:00","","","","",0.44,0.4,0.36,0.08,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43220",10,32.805818,-97.356568,"NAD83","n-Pentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,3.496711,3.241528,39.84,"2013-01-18 09:00",31.66,"2013-01-31 01:00",30.2,"2013-01-03 05:00",29.75,"2013-01-03 04:00","","","","",17.05,13.62,9.3,7.02,4.2,2.46,1.09,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43220",15,32.805818,-97.356568,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,2.583019,1.488253,6.3,"2013-05-22 00:00",5.4,"2013-01-16 00:00",5.4,"2013-01-22 00:00",5.4,"2013-02-03 00:00","","","","",6.3,5.4,5.4,5.1,3.5,2.05,1,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43221",10,32.805818,-97.356568,"NAD83","Isopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,4.705698,4.283995,49.41,"2013-06-16 19:00",47.53,"2013-04-28 05:00",47.39,"2013-04-28 06:00",40.17,"2013-03-22 14:00","","","","",22.26,18.35,13.02,9.17,5.28,3.36,1.72,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43221",15,32.805818,-97.356568,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,4.708491,2.607197,11.4,"2013-10-01 00:00",11.2,"2013-05-22 00:00",9.6,"2013-04-28 00:00",9,"2013-02-03 00:00","","","","",11.4,11.2,9.6,8.65,6,4,2,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43224",10,32.805818,-97.356568,"NAD83","1-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",982,0.104544,0.120115,1.96,"2013-06-16 19:00",1.34,"2013-06-08 05:00",1.24,"2013-04-28 05:00",1.21,"2013-04-28 06:00","","","","",0.63,0.46,0.31,0.22,0.12,0.08,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43224",15,32.805818,-97.356568,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.060377,0.058308,0.45,"2013-04-28 00:00",0.2,"2013-10-13 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.45,0.2,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43226",10,32.805818,-97.356568,"NAD83","trans-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",1318,0.132504,0.220215,3.71,"2013-06-16 19:00",3.19,"2013-06-08 05:00",2.62,"2013-04-28 05:00",2.45,"2013-04-19 22:00","","","","",1.09,0.81,0.48,0.28,0.14,0.08,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43226",15,32.805818,-97.356568,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",40,0.10283,0.121456,0.55,"2013-04-28 00:00",0.55,"2013-10-01 00:00",0.5,"2013-10-07 00:00",0.25,"2013-01-22 00:00","","","","",0.55,0.55,0.5,0.25,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43227",10,32.805818,-97.356568,"NAD83","cis-2-Pentene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4375,50,202,365,0,109,"","","Certification not required",2394,0.061753,0.114782,1.84,"2013-06-16 19:00",1.54,"2013-06-08 05:00",1.3,"2013-04-28 05:00",1.28,"2013-06-08 04:00","","","","",0.55,0.41,0.25,0.15,0.08,0.005,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43227",15,32.805818,-97.356568,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",44,0.067925,0.047123,0.25,"2013-10-01 00:00",0.25,"2013-10-07 00:00",0.2,"2013-08-20 00:00",0.15,"2013-10-19 00:00","","","","",0.25,0.25,0.2,0.1,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43228",15,32.805818,-97.356568,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",37,0.115094,0.12882,0.55,"2013-04-28 00:00",0.55,"2013-10-01 00:00",0.45,"2013-10-07 00:00",0.35,"2013-10-19 00:00","","","","",0.55,0.55,0.45,0.3,0.1,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43230",15,32.805818,-97.356568,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.799245,0.494181,2.22,"2013-09-25 00:00",2.16,"2013-10-01 00:00",1.92,"2013-10-07 00:00",1.8,"2013-05-22 00:00","","","","",2.22,2.16,1.92,1.56,1.02,0.6,0.36,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43231",10,32.805818,-97.356568,"NAD83","n-Hexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,1.396806,1.35729,15.06,"2013-05-22 06:00",13.36,"2013-06-07 06:00",13.34,"2013-05-22 05:00",12.76,"2013-01-31 01:00","","","","",7.5,5.73,3.82,2.77,1.6,0.97,0.46,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43231",15,32.805818,-97.356568,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.051698,0.722554,3.36,"2013-09-25 00:00",3.36,"2013-10-01 00:00",2.64,"2013-05-22 00:00",2.1,"2013-02-03 00:00","","","","",3.36,3.36,2.64,1.98,1.44,0.78,0.42,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43232",10,32.805818,-97.356568,"NAD83","n-Heptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",375,0.631669,0.725034,18.23,"2013-04-13 07:00",7.01,"2013-01-18 08:00",6.3,"2013-05-22 06:00",6.28,"2013-06-14 05:00","","","","",3.71,2.89,1.84,1.3,0.75,0.43,0.15,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43232",15,32.805818,-97.356568,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",1,0.616415,0.34901,1.54,"2013-09-25 00:00",1.54,"2013-10-07 00:00",1.33,"2013-05-22 00:00",1.26,"2013-02-03 00:00","","","","",1.54,1.54,1.33,1.19,0.77,0.42,0.28,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43233",10,32.805818,-97.356568,"NAD83","n-Octane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",375,0.272929,0.292456,2.68,"2013-05-22 06:00",2.64,"2013-05-06 23:00",2.63,"2013-01-18 08:00",2.49,"2013-05-02 02:00","","","","",1.64,1.22,0.82,0.57,0.32,0.18,0.07,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43233",15,32.805818,-97.356568,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",13,0.277925,0.279652,1.28,"2013-02-03 00:00",1.2,"2013-04-28 00:00",0.88,"2013-01-04 00:00",0.88,"2013-01-16 00:00","","","","",1.28,1.2,0.88,0.56,0.32,0.16,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43234",15,32.805818,-97.356568,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43235",10,32.805818,-97.356568,"NAD83","n-Nonane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",232,0.209338,0.200368,3.79,"2013-05-06 23:00",3.42,"2013-03-12 07:00",2.32,"2013-05-07 00:00",1.98,"2013-03-11 21:00","","","","",1.04,0.81,0.54,0.39,0.24,0.16,0.08,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43235",15,32.805818,-97.356568,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",42,0.138113,0.337246,2.43,"2013-08-20 00:00",0.54,"2013-03-11 00:00",0.45,"2013-10-07 00:00",0.27,"2013-10-01 00:00","","","","",2.43,0.54,0.45,0.27,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43238",10,32.805818,-97.356568,"NAD83","n-Decane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",306,0.216394,0.266954,9.15,"2013-05-06 23:00",5.15,"2013-05-07 00:00",3.09,"2013-07-16 20:00",2.86,"2013-03-12 07:00","","","","",1.08,0.84,0.58,0.42,0.25,0.16,0.06,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43238",15,32.805818,-97.356568,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.165094,0.40127,2.9,"2013-08-20 00:00",0.6,"2013-03-11 00:00",0.5,"2013-02-03 00:00",0.4,"2013-01-16 00:00","","","","",2.9,0.6,0.5,0.3,0.1,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43242",10,32.805818,-97.356568,"NAD83","Cyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",32,0.250475,0.176834,1.63,"2013-01-03 05:00",1.55,"2013-01-06 05:00",1.49,"2013-01-25 06:00",1.47,"2013-01-06 03:00","","","","",0.93,0.77,0.58,0.45,0.3,0.21,0.09,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43242",15,32.805818,-97.356568,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",30,0.115094,0.090184,0.35,"2013-10-01 00:00",0.35,"2013-10-07 00:00",0.3,"2013-01-16 00:00",0.3,"2013-09-25 00:00","","","","",0.35,0.35,0.3,0.25,0.15,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43243",10,32.805818,-97.356568,"NAD83","Isoprene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4350,50,201,365,0,134,"","","Certification not required",1132,0.296616,0.424476,3.11,"2013-06-24 01:00",3.1,"2013-06-17 02:00",2.96,"2013-07-28 22:00",2.84,"2013-06-24 00:00","","","","",1.84,1.61,1.19,0.89,0.41,0.1,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43243",15,32.805818,-97.356568,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",26,0.207547,0.228582,0.95,"2013-08-02 00:00",0.85,"2013-06-21 00:00",0.8,"2013-07-09 00:00",0.6,"2013-08-08 00:00","","","","",0.95,0.85,0.8,0.5,0.3,0.1,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43244",10,32.805818,-97.356568,"NAD83","2,2-Dimethylbutane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",369,0.151779,0.144049,1.76,"2013-04-28 05:00",1.71,"2013-04-28 06:00",1.32,"2013-05-22 05:00",1.31,"2013-03-11 19:00","","","","",0.77,0.62,0.42,0.29,0.18,0.12,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43244",15,32.805818,-97.356568,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",40,0.102264,0.108107,0.48,"2013-04-28 00:00",0.36,"2013-05-22 00:00",0.36,"2013-07-03 00:00",0.36,"2013-08-20 00:00","","","","",0.48,0.36,0.36,0.3,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43247",10,32.805818,-97.356568,"NAD83","2,4-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",3265,0.127939,0.276509,3.25,"2013-05-04 07:00",2.83,"2013-06-08 05:00",2.48,"2013-03-22 14:00",2.42,"2013-06-08 04:00","","","","",1.31,1,0.65,0.42,0.16,0.005,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43247",15,32.805818,-97.356568,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",17,0.17717,0.142389,0.63,"2013-09-25 00:00",0.63,"2013-10-01 00:00",0.49,"2013-10-07 00:00",0.42,"2013-05-22 00:00","","","","",0.63,0.63,0.49,0.35,0.21,0.14,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43248",10,32.805818,-97.356568,"NAD83","Cyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",920,0.359296,0.391635,4.19,"2013-01-03 05:00",3.9,"2013-01-03 04:00",3.53,"2013-06-07 06:00",3.31,"2013-01-06 05:00","","","","",1.89,1.54,1.06,0.78,0.46,0.27,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43248",15,32.805818,-97.356568,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",31,0.183208,0.214949,0.9,"2013-01-16 00:00",0.78,"2013-02-03 00:00",0.78,"2013-04-28 00:00",0.6,"2013-05-22 00:00","","","","",0.9,0.78,0.78,0.48,0.3,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43249",10,32.805818,-97.356568,"NAD83","3-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",422,0.558222,0.618442,16.54,"2013-04-13 07:00",5.51,"2013-01-18 08:00",5.49,"2013-05-22 05:00",5.3,"2013-05-22 06:00","","","","",3.11,2.49,1.66,1.14,0.64,0.39,0.14,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43249",15,32.805818,-97.356568,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,0.571698,0.38055,1.61,"2013-10-01 00:00",1.47,"2013-09-25 00:00",1.47,"2013-10-07 00:00",1.33,"2013-05-22 00:00","","","","",1.61,1.47,1.47,1.12,0.7,0.42,0.21,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43250",10,32.805818,-97.356568,"NAD83","2,2,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,1.106579,1.3139,20.86,"2013-05-04 07:00",15.94,"2013-06-08 05:00",13.29,"2013-06-08 04:00",12.8,"2013-07-18 10:00","","","","",6.92,5.24,3.24,2.23,1.19,0.71,0.33,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43250",15,32.805818,-97.356568,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.053585,0.80349,3.52,"2013-04-28 00:00",3.04,"2013-07-03 00:00",2.72,"2013-10-01 00:00",2.64,"2013-09-25 00:00","","","","",3.52,3.04,2.72,2.4,1.36,0.8,0.32,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43252",10,32.805818,-97.356568,"NAD83","2,3,4-Trimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",1035,0.30446,0.459576,9.3,"2013-05-04 07:00",6.56,"2013-07-18 10:00",5.51,"2013-07-18 12:00",4.74,"2013-02-26 19:00","","","","",2.3,1.61,0.99,0.66,0.33,0.2,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43252",15,32.805818,-97.356568,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",9,0.348113,0.31122,1.6,"2013-04-28 00:00",1.2,"2013-07-03 00:00",0.88,"2013-08-20 00:00",0.88,"2013-09-25 00:00","","","","",1.6,1.2,0.88,0.8,0.4,0.24,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43253",10,32.805818,-97.356568,"NAD83","3-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",1473,0.177031,0.231928,2.24,"2013-01-18 08:00",2.18,"2013-05-22 05:00",2,"2013-05-22 06:00",1.77,"2013-05-06 23:00","","","","",1.21,0.92,0.61,0.42,0.24,0.12,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43253",15,32.805818,-97.356568,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.134151,0.140171,0.64,"2013-04-28 00:00",0.48,"2013-07-03 00:00",0.48,"2013-09-25 00:00",0.4,"2013-06-15 00:00","","","","",0.64,0.48,0.48,0.32,0.24,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43261",10,32.805818,-97.356568,"NAD83","Methylcyclohexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",453,0.461792,0.893494,47.84,"2013-04-13 07:00",5.57,"2013-01-03 05:00",5.36,"2013-01-18 08:00",5.06,"2013-06-07 06:00","","","","",2.85,2.18,1.44,0.99,0.53,0.28,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43261",15,32.805818,-97.356568,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",7,0.324906,0.231912,1.19,"2013-09-25 00:00",0.84,"2013-04-28 00:00",0.84,"2013-05-22 00:00",0.7,"2013-01-10 00:00","","","","",1.19,0.84,0.84,0.63,0.42,0.28,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43262",10,32.805818,-97.356568,"NAD83","Methylcyclopentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",159,0.542306,0.503708,4.71,"2013-01-18 08:00",4.67,"2013-01-06 03:00",4.45,"2013-05-22 05:00",4.3,"2013-01-03 04:00","","","","",2.63,2.13,1.54,1.09,0.63,0.38,0.2,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43262",15,32.805818,-97.356568,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",4,0.39434,0.284899,1.38,"2013-10-01 00:00",1.2,"2013-10-07 00:00",0.9,"2013-01-16 00:00",0.9,"2013-08-20 00:00","","","","",1.38,1.2,0.9,0.78,0.54,0.3,0.12,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43263",10,32.805818,-97.356568,"NAD83","2-Methylhexane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",755,0.457863,0.558311,10.53,"2013-04-13 07:00",5.37,"2013-05-22 05:00",5.27,"2013-05-22 06:00",4.67,"2013-01-18 08:00","","","","",2.82,2.21,1.45,1.02,0.57,0.29,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43263",15,32.805818,-97.356568,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.352075,0.440914,1.47,"2013-09-25 00:00",1.4,"2013-04-28 00:00",1.4,"2013-05-22 00:00",1.19,"2013-10-07 00:00","","","","",1.47,1.4,1.4,1.05,0.63,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43280",10,32.805818,-97.356568,"NAD83","1-Butene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,0.298572,0.179856,2.66,"2013-03-08 09:00",2.15,"2013-05-03 21:00",1.99,"2013-04-19 20:00",1.96,"2013-04-19 22:00","","","","",1.01,0.84,0.63,0.48,0.34,0.25,0.16,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43280",15,32.805818,-97.356568,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",26,0.423019,0.45873,1.6,"2013-04-28 00:00",1.44,"2013-10-07 00:00",1.24,"2013-01-22 00:00",1.24,"2013-10-01 00:00","","","","",1.6,1.44,1.24,1.16,0.76,0.16,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43282",15,32.805818,-97.356568,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.051887,0.009619,0.1,"2013-01-22 00:00",0.1,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43283",15,32.805818,-97.356568,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43284",15,32.805818,-97.356568,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.177925,0.221432,0.96,"2013-10-01 00:00",0.78,"2013-09-25 00:00",0.72,"2013-05-22 00:00",0.66,"2013-08-20 00:00","","","","",0.96,0.78,0.72,0.48,0.24,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43285",15,32.805818,-97.356568,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",3,1.138302,0.732253,2.94,"2013-09-25 00:00",2.94,"2013-10-01 00:00",2.88,"2013-05-22 00:00",2.64,"2013-10-07 00:00","","","","",2.94,2.94,2.88,2.1,1.56,0.9,0.48,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43289",15,32.805818,-97.356568,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.051321,0.009615,0.12,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43290",15,32.805818,-97.356568,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",52,0.051321,0.009615,0.12,"2013-04-28 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.12,0.05,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43291",10,32.805818,-97.356568,"NAD83","2,3-Dimethylpentane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",2939,0.184148,0.343186,4.58,"2013-04-13 07:00",3.96,"2013-05-04 07:00",3.07,"2013-06-08 05:00",2.91,"2013-05-22 05:00","","","","",1.54,1.24,0.83,0.57,0.29,0.005,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43291",15,32.805818,-97.356568,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",37,0.145849,0.176018,0.7,"2013-04-28 00:00",0.63,"2013-09-25 00:00",0.63,"2013-10-01 00:00",0.56,"2013-05-22 00:00","","","","",0.7,0.63,0.63,0.42,0.21,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43331",15,32.805818,-97.356568,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",53,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43502",10,32.805818,-97.356568,"NAD83","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,2.205357,1.202939,5.3,"2013-09-13 00:00",4.8,"2013-08-20 00:00",4.5,"2013-09-01 00:00",4.4,"2013-08-02 00:00","","","","",5.3,4.8,4.5,4,3,2,0.8,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43503",10,32.805818,-97.356568,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,1.708929,0.703311,3.5,"2013-07-03 00:00",3.2,"2013-08-20 00:00",3.1,"2013-09-01 00:00",2.9,"2013-09-13 00:00","","","","",3.5,3.2,3.1,2.6,2.3,1.6,0.9,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43504",10,32.805818,-97.356568,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.328571,0.148586,0.7,"2013-08-20 00:00",0.7,"2013-09-25 00:00",0.6,"2013-04-22 00:00",0.6,"2013-07-03 00:00","","","","",0.7,0.7,0.6,0.5,0.4,0.3,0.2,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43505",10,32.805818,-97.356568,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",0,0.107143,0.046151,0.2,"2013-01-22 00:00",0.2,"2013-04-22 00:00",0.2,"2013-06-15 00:00",0.2,"2013-06-27 00:00","","","","",0.2,0.2,0.2,0.2,0.1,0.1,0.1,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43510",10,32.805818,-97.356568,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",37,0.232643,0.133917,0.6,"2013-08-20 00:00",0.5,"2013-08-02 00:00",0.5,"2013-08-08 00:00",0.5,"2013-09-01 00:00","","","","",0.6,0.5,0.5,0.4,0.4,0.144,0.144,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43513",10,32.805818,-97.356568,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43515",10,32.805818,-97.356568,"NAD83","Methacrolein","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",37,0.264321,0.184697,0.7,"2013-08-02 00:00",0.7,"2013-08-20 00:00",0.7,"2013-09-13 00:00",0.6,"2013-06-15 00:00","","","","",0.7,0.7,0.7,0.6,0.4,0.146,0.146,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43517",10,32.805818,-97.356568,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",54,0.286464,0.071237,0.7,"2013-09-25 00:00",0.6,"2013-09-19 00:00",0.273,"2013-01-04 00:00",0.273,"2013-01-10 00:00","","","","",0.7,0.6,0.273,0.273,0.273,0.273,0.273,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43518",10,32.805818,-97.356568,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.1575,0,0.1575,"2013-01-04 00:00",0.1575,"2013-01-10 00:00",0.1575,"2013-01-16 00:00",0.1575,"2013-01-22 00:00","","","","",0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,0.1575,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43528",10,32.805818,-97.356568,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",50,0.101339,0.04215,0.3,"2013-05-10 00:00",0.2,"2013-05-04 00:00",0.2,"2013-06-21 00:00",0.2,"2013-07-03 00:00","","","","",0.3,0.2,0.2,0.2,0.0875,0.0875,0.0875,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43552",10,32.805818,-97.356568,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",36,0.251,0.166205,0.9,"2013-01-22 00:00",0.6,"2013-05-04 00:00",0.6,"2013-10-07 00:00",0.5,"2013-02-15 00:00","","","","",0.9,0.6,0.6,0.5,0.4,0.146,0.146,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43801",15,32.805818,-97.356568,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.629811,0.071212,0.89,"2013-06-27 00:00",0.8,"2013-08-08 00:00",0.76,"2013-04-16 00:00",0.73,"2013-07-03 00:00","","","","",0.89,0.8,0.76,0.7,0.67,0.63,0.54,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43802",15,32.805818,-97.356568,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.077736,0.020814,0.14,"2013-09-07 00:00",0.12,"2013-07-03 00:00",0.12,"2013-08-20 00:00",0.12,"2013-09-13 00:00","","","","",0.14,0.12,0.12,0.1,0.09,0.07,0.06,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43803",15,32.805818,-97.356568,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.01283,0.01063,0.04,"2013-07-03 00:00",0.03,"2013-02-09 00:00",0.03,"2013-05-22 00:00",0.03,"2013-06-03 00:00","","","","",0.04,0.03,0.03,0.02,0.02,0.01,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43804",15,32.805818,-97.356568,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.09,0.03,0.14,"2013-04-28 00:00",0.14,"2013-05-10 00:00",0.12,"2013-06-21 00:00",0.11,"2013-01-10 00:00","","","","",0.14,0.14,0.12,0.11,0.11,0.1,0.06,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43811",15,32.805818,-97.356568,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.249434,0.016457,0.3,"2013-11-18 00:00",0.29,"2013-09-13 00:00",0.28,"2013-01-10 00:00",0.28,"2013-04-28 00:00","","","","",0.3,0.29,0.28,0.28,0.25,0.25,0.23,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43813",15,32.805818,-97.356568,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43814",15,32.805818,-97.356568,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.008679,0.010007,0.02,"2013-01-04 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43815",15,32.805818,-97.356568,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.015094,0.017934,0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00",0.04,"2013-01-22 00:00",0.04,"2013-02-21 00:00","","","","",0.04,0.04,0.04,0.04,0.04,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43817",15,32.805818,-97.356568,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.024528,0.016935,0.08,"2013-08-20 00:00",0.06,"2013-04-28 00:00",0.06,"2013-07-15 00:00",0.06,"2013-09-13 00:00","","","","",0.08,0.06,0.06,0.04,0.04,0.02,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43818",15,32.805818,-97.356568,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43819",15,32.805818,-97.356568,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004906,0.02006,0.14,"2013-04-10 00:00",0.04,"2013-02-27 00:00",0.02,"2013-06-27 00:00",0.01,"2013-02-15 00:00","","","","",0.14,0.04,0.02,0.01,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43820",15,32.805818,-97.356568,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43823",15,32.805818,-97.356568,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.540189,0.029253,0.61,"2013-01-10 00:00",0.58,"2013-02-21 00:00",0.57,"2013-01-04 00:00",0.57,"2013-01-16 00:00","","","","",0.61,0.58,0.57,0.57,0.56,0.55,0.5,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43824",15,32.805818,-97.356568,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001887,0.005902,0.02,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-07-03 00:00",0.02,"2013-10-01 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43826",15,32.805818,-97.356568,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001509,0.005334,0.02,"2013-05-28 00:00",0.02,"2013-10-19 00:00",0.02,"2013-11-18 00:00",0.02,"2013-11-30 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43829",15,32.805818,-97.356568,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.004528,0.01897,0.09,"2013-01-28 00:00",0.09,"2013-02-03 00:00",0.06,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.09,0.09,0.06,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43830",15,32.805818,-97.356568,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.002264,0.008,0.03,"2013-01-04 00:00",0.03,"2013-01-16 00:00",0.03,"2013-07-03 00:00",0.03,"2013-08-20 00:00","","","","",0.03,0.03,0.03,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43831",15,32.805818,-97.356568,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.001132,0.005771,0.03,"2013-05-10 00:00",0.03,"2013-06-15 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.03,0.03,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43843",15,32.805818,-97.356568,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.000377,0.002747,0.02,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43860",15,32.805818,-97.356568,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43950",10,32.805818,-97.356568,"NAD83","Heptanal","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",51,0.097902,0.033662,0.22,"2013-09-25 00:00",0.21,"2013-09-13 00:00",0.2,"2013-06-15 00:00",0.2,"2013-10-07 00:00","","","","",0.22,0.21,0.2,0.0875,0.0875,0.0875,0.0875,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43954",15,32.805818,-97.356568,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",35,0.103585,0.180641,1.32,"2013-08-20 00:00",0.33,"2013-01-16 00:00",0.33,"2013-03-11 00:00",0.22,"2013-07-03 00:00","","","","",1.32,0.33,0.33,0.11,0.11,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","43960",10,32.805818,-97.356568,"NAD83","2-Methylheptane","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",981,0.189093,0.225222,2.24,"2013-01-18 08:00",2.15,"2013-05-22 05:00",2.13,"2013-06-14 05:00",2.12,"2013-05-22 06:00","","","","",1.15,0.93,0.59,0.42,0.24,0.13,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","43960",15,32.805818,-97.356568,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",26,0.183019,0.173921,0.72,"2013-04-28 00:00",0.64,"2013-02-03 00:00",0.56,"2013-07-03 00:00",0.56,"2013-09-25 00:00","","","","",0.72,0.64,0.56,0.4,0.24,0.16,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","44201",2,32.805818,-97.356568,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8630,99,242,245,0,130,0,0,"Requested but not yet concurred",764,0.053351,0.015915,0.112,"2013-09-04 13:00",0.1,"2013-08-01 18:00",0.096,"2013-07-03 16:00",0.095,"2013-08-30 17:00","","","","",0.096,0.092,0.085,0.075,0.061,0.052,0.042,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","44201",2,32.805818,-97.356568,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8694,98,241,245,0,0,2,2,"Requested but not yet concurred",0,0.047357,0.014742,0.1,"2013-09-04 11:00",0.087,"2013-08-30 11:00",0.084,"2013-07-03 12:00",0.084,"2013-08-01 12:00","","","","",0.084,0.081,0.075,0.069,0.055,0.047,0.035,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","44201",2,32.805818,-97.356568,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8694,98,241,245,0,0,11,11,"Requested but not yet concurred",0,0.047357,0.014742,0.1,"2013-09-04 11:00",0.087,"2013-08-30 11:00",0.084,"2013-07-03 12:00",0.084,"2013-08-01 12:00","","","","",0.084,0.081,0.075,0.069,0.055,0.047,0.035,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1002","45109",10,32.805818,-97.356568,"NAD83","m/p Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,0.911903,1.403503,37.24,"2013-07-18 21:00",29.14,"2013-06-04 10:00",26.27,"2013-06-05 09:00",21.05,"2013-03-19 06:00","","","","",5.88,4.2,2.68,1.83,0.97,0.56,0.22,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45109",15,32.805818,-97.356568,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.82717,0.64325,2.8,"2013-08-20 00:00",2.48,"2013-04-28 00:00",2.24,"2013-02-03 00:00",1.84,"2013-10-07 00:00","","","","",2.8,2.48,2.24,1.76,1.28,0.64,0.08,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45201",10,32.805818,-97.356568,"NAD83","Benzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,0.913885,0.637589,6.71,"2013-05-03 21:00",5.9,"2013-01-18 08:00",5.83,"2013-01-07 07:00",5.81,"2013-01-18 07:00","","","","",3.51,2.92,2.09,1.6,1.11,0.77,0.34,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45201",15,32.805818,-97.356568,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,1.180755,0.652274,2.76,"2013-04-28 00:00",2.64,"2013-01-22 00:00",2.04,"2013-01-16 00:00",2.04,"2013-02-03 00:00","","","","",2.76,2.64,2.04,1.86,1.62,1.14,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45202",10,32.805818,-97.356568,"NAD83","Toluene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4461,51,207,365,0,23,"","","Certification not required",0,2.222833,2.930246,71.68,"2013-04-13 07:00",51.74,"2013-05-03 21:00",35.34,"2013-06-17 22:00",33.45,"2013-04-01 08:00","","","","",13.8,9.84,6.33,4.32,2.36,1.42,0.67,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45202",15,32.805818,-97.356568,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,2.15283,1.317393,6.79,"2013-04-28 00:00",5.32,"2013-09-13 00:00",4.62,"2013-07-03 00:00",4.27,"2013-06-15 00:00","","","","",6.79,5.32,4.62,3.85,2.8,1.68,0.91,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45203",10,32.805818,-97.356568,"NAD83","Ethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4322,49,200,365,0,162,"","","Certification not required",0,0.249174,0.381299,8.71,"2013-06-04 10:00",8.24,"2013-07-18 21:00",7.76,"2013-06-05 09:00",5.39,"2013-03-19 06:00","","","","",1.61,1.19,0.75,0.51,0.27,0.16,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45203",15,32.805818,-97.356568,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.243019,0.227339,0.88,"2013-08-20 00:00",0.8,"2013-04-28 00:00",0.72,"2013-02-03 00:00",0.64,"2013-09-25 00:00","","","","",0.88,0.8,0.72,0.56,0.4,0.24,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45204",10,32.805818,-97.356568,"NAD83","o-Xylene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",0,0.301084,0.451992,13.04,"2013-07-18 21:00",6.96,"2013-03-19 06:00",6.85,"2013-04-13 07:00",6.5,"2013-06-04 10:00","","","","",2.08,1.42,0.88,0.61,0.32,0.19,0.07,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45204",15,32.805818,-97.356568,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.282264,0.2325,1.04,"2013-08-20 00:00",0.88,"2013-04-28 00:00",0.72,"2013-02-03 00:00",0.64,"2013-01-16 00:00","","","","",1.04,0.88,0.72,0.64,0.4,0.24,0.08,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45207",10,32.805818,-97.356568,"NAD83","1,3,5-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",1498,0.154609,0.225613,3.81,"2013-03-12 07:00",3.78,"2013-05-06 23:00",3.24,"2013-03-06 21:00",2.14,"2013-05-07 00:00","","","","",1.05,0.8,0.53,0.37,0.19,0.11,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45207",15,32.805818,-97.356568,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",48,0.070755,0.067278,0.36,"2013-04-28 00:00",0.27,"2013-02-03 00:00",0.27,"2013-03-11 00:00",0.27,"2013-07-03 00:00","","","","",0.36,0.27,0.27,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45208",10,32.805818,-97.356568,"NAD83","1,2,4-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",277,0.378965,0.461825,6.85,"2013-03-06 21:00",6.26,"2013-05-06 23:00",5.39,"2013-05-25 13:00",5.1,"2013-03-12 07:00","","","","",2.34,1.78,1.2,0.8,0.42,0.25,0.07,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45208",15,32.805818,-97.356568,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.223019,0.367652,2.16,"2013-08-20 00:00",0.99,"2013-03-11 00:00",0.99,"2013-04-28 00:00",0.81,"2013-01-16 00:00","","","","",2.16,0.99,0.99,0.63,0.18,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45209",10,32.805818,-97.356568,"NAD83","n-Propylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4168,48,193,365,0,316,"","","Certification not required",1322,0.094542,0.111256,2.01,"2013-03-06 21:00",1.97,"2013-03-12 07:00",1.46,"2013-05-06 23:00",1.45,"2013-05-25 13:00","","","","",0.52,0.4,0.27,0.2,0.13,0.08,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45209",15,32.805818,-97.356568,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.068302,0.076529,0.54,"2013-08-20 00:00",0.27,"2013-10-07 00:00",0.18,"2013-01-22 00:00",0.18,"2013-03-11 00:00","","","","",0.54,0.27,0.18,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45210",10,32.805818,-97.356568,"NAD83","Isopropylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",0,0.010554,0.049996,1.84,"2013-03-08 05:00",1.65,"2013-03-08 06:00",0.7,"2013-03-12 07:00",0.55,"2013-03-08 07:00","","","","",0.14,0.11,0.07,0.05,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45210",15,32.805818,-97.356568,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.003396,0.017314,0.09,"2013-08-20 00:00",0.09,"2013-10-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.09,0.09,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45211",15,32.805818,-97.356568,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.069811,0.058028,0.27,"2013-03-11 00:00",0.27,"2013-04-28 00:00",0.27,"2013-10-07 00:00",0.18,"2013-02-03 00:00","","","","",0.27,0.27,0.27,0.18,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45212",15,32.805818,-97.356568,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",33,0.173774,0.242203,1.44,"2013-08-20 00:00",0.72,"2013-10-07 00:00",0.63,"2013-02-03 00:00",0.54,"2013-01-16 00:00","","","","",1.44,0.72,0.63,0.36,0.18,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45213",15,32.805818,-97.356568,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",43,0.088113,0.093789,0.54,"2013-08-20 00:00",0.36,"2013-10-07 00:00",0.27,"2013-02-03 00:00",0.27,"2013-03-11 00:00","","","","",0.54,0.36,0.27,0.18,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45218",15,32.805818,-97.356568,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",49,0.05566,0.02333,0.2,"2013-01-16 00:00",0.1,"2013-02-15 00:00",0.1,"2013-03-11 00:00",0.1,"2013-07-03 00:00","","","","",0.2,0.1,0.1,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45219",15,32.805818,-97.356568,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",47,0.059434,0.031096,0.2,"2013-08-20 00:00",0.2,"2013-10-01 00:00",0.1,"2013-01-22 00:00",0.1,"2013-03-11 00:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45220",10,32.805818,-97.356568,"NAD83","Styrene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",4335,49,201,365,0,149,"","","Certification not required",0,0.039331,0.1447,4.1,"2013-02-08 23:00",2.57,"2013-07-17 18:00",2.08,"2013-07-18 19:00",1.82,"2013-02-08 20:00","","","","",0.63,0.38,0.23,0.13,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45220",15,32.805818,-97.356568,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0.02566,0.046472,0.16,"2013-01-22 00:00",0.16,"2013-08-20 00:00",0.16,"2013-10-07 00:00",0.08,"2013-02-09 00:00","","","","",0.16,0.16,0.16,0.08,0.08,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45225",10,32.805818,-97.356568,"NAD83","1,2,3-Trimethylbenzene","1 HOUR","","Observed Values","PRECONCENTRATION TRAP - PE 8700;AUTO GC;SUBAMBIENT-DUAL FID",2013,"Parts per billion Carbon","No Events",3896,44,177,365,0,588,"","","Certification not required",1469,0.110802,0.161266,2.72,"2013-03-06 21:00",2.39,"2013-03-12 07:00",1.45,"2013-03-11 21:00",1.4,"2013-02-24 00:00","","","","",0.67,0.57,0.42,0.31,0.16,0.05,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2013-11-18" +"48","439","1002","45225",15,32.805818,-97.356568,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",51,0.058302,0.045857,0.36,"2013-04-28 00:00",0.18,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.36,0.18,0.05,0.05,0.05,0.05,0.05,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45501",10,32.805818,-97.356568,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.1715,0,0.1715,"2013-01-04 00:00",0.1715,"2013-01-10 00:00",0.1715,"2013-01-16 00:00",0.1715,"2013-01-22 00:00","","","","",0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,0.1715,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45503",10,32.805818,-97.356568,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45505",10,32.805818,-97.356568,"NAD83","o-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45506",10,32.805818,-97.356568,"NAD83","m & p-Tolualdehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",56,92,56,61,0,0,"","","Certification not required",56,0.0875,0,0.0875,"2013-01-04 00:00",0.0875,"2013-01-10 00:00",0.0875,"2013-01-16 00:00",0.0875,"2013-01-22 00:00","","","","",0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,0.0875,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","45801",15,32.805818,-97.356568,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",53,87,53,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","1002","61101",1,32.805818,-97.356568,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,6.984115,3.62194,27.7,"2013-03-05 02:00",25.6,"2013-03-05 00:00",24.9,"2013-03-05 08:00",24.8,"2013-03-05 01:00","","","","",18.9,17.1,13.5,11.4,8.9,6.5,2.9,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","61103",1,32.805818,-97.356568,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,6.554129,3.603714,26.2,"2013-03-05 02:00",24.5,"2013-03-05 00:00",24.3,"2013-03-05 01:00",24.2,"2013-03-05 08:00","","","","",18.5,16.7,13,11,8.5,6.1,2.5,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","61104",1,32.805818,-97.356568,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,169.558957,91.662713,359.8,"2013-02-02 19:00",359.8,"2013-03-01 07:00",359.6,"2013-03-25 21:00",359.6,"2013-07-01 07:00","","","","",355.7,350.9,339.1,322.6,206.5,161.4,41,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","61105",1,32.805818,-97.356568,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7290,83,304,365,0,6,"","","Certification not required",0,13.453224,6.337953,43,"2013-09-01 23:00",42,"2013-10-26 19:00",41,"2013-03-05 02:00",40,"2013-03-05 00:00","","","","",31,29,25,22,17,13,6,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","61106",1,32.805818,-97.356568,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7290,83,304,365,0,6,"","","Certification not required",0,20.094527,10.505223,79.7,"2013-10-17 11:00",78.7,"2013-07-17 23:00",78,"2013-10-07 22:00",77.7,"2013-06-15 05:00","","","","",62.8,54.5,42.7,32.8,22.8,16.9,11.5,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","62101",1,32.805818,-97.356568,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,69.665706,16.912339,104,"2013-08-07 15:00",104,"2013-08-07 16:00",103,"2013-08-07 14:00",103,"2013-08-07 17:00","","","","",99,97,94,91,83,72,45,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","62103",1,32.805818,-97.356568,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7290,83,304,365,0,6,"","","Certification not required",0,51.705213,14.924723,74,"2013-08-01 00:00",74,"2013-08-01 01:00",74,"2013-08-01 02:00",74,"2013-08-01 03:00","","","","",71,70,69,68,64,57,28,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","62201",1,32.805818,-97.356568,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7294,83,304,365,0,2,"","","Certification not required",0,57.152043,20.363293,100,"2013-01-09 22:00",100,"2013-01-09 23:00",100,"2013-01-10 00:00",100,"2013-01-10 01:00","","","","",98,95,90,85,73,57,30,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","63301",1,32.805818,-97.356568,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7296,83,304,365,0,0,"","","Certification not required",3482,0.301036,0.416062,1.42,"2013-06-19 12:00",1.4,"2013-05-04 12:00",1.4,"2013-05-11 12:00",1.4,"2013-05-22 12:00","","","","",1.34,1.3,1.19,1.04,0.55,0.02,0.005,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","1002","68103",1,32.805818,-97.356568,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,100,61,61,0,0,"","","Certification not required",0,11.676271,10.114073,27.6,"2013-08-02 00:00",27.4,"2013-08-08 00:00",26.8,"2013-08-23 00:00",26.2,"2013-09-07 00:00","","","","",27.4,26.8,25.8,24.6,21.5,11.5,-2.4,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","68104",1,32.805818,-97.356568,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,100,61,61,0,0,"","","Certification not required",0,25.605932,10.609569,44.1,"2013-09-01 00:00",42.6,"2013-06-27 00:00",41.9,"2013-08-11 00:00",41.7,"2013-08-29 00:00","","","","",42.6,41.9,40.7,39.2,34.5,25.7,10.1,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","68105",1,32.805818,-97.356568,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,100,61,61,0,0,"","","Certification not required",0,18.333898,9.939718,34.1,"2013-09-01 00:00",33.5,"2013-08-02 00:00",32.8,"2013-06-27 00:00",32.8,"2013-07-12 00:00","","","","",33.5,32.8,32.6,31.3,27.2,19.4,5.3,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","68106",1,32.805818,-97.356568,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,0,"","","Certification not required",0,740.940678,4.350641,751,"2013-01-04 00:00",751,"2013-11-27 00:00",750,"2013-11-24 00:00",750,"2013-12-27 00:00","","","","",751,750,749,747,744,741,735,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","68107",1,32.805818,-97.356568,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,0,"","","Certification not required",0,747.245763,4.940564,761,"2013-11-12 00:00",759,"2013-11-24 00:00",759,"2013-12-12 00:00",758,"2013-12-24 00:00","","","","",759,759,757,755,751,746,742,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","68108",1,32.805818,-97.356568,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,61,61,0,0,"","","Certification not required",0,744.228814,4.597307,757,"2013-11-12 00:00",755,"2013-11-24 00:00",755,"2013-12-12 00:00",753,"2013-01-04 00:00","","","","",755,755,753,751,747,744,738,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","88101",1,32.805818,-97.356568,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,1,1,"Requested but not yet concurred",0,10.370339,6.120169,43.4,"2013-08-08 00:00",27.3,"2013-12-12 00:00",26.4,"2013-12-27 00:00",26.3,"2013-04-16 00:00","","","","",27.3,26.4,21.5,18,12.8,9.4,4.6,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1002","88101",1,32.805818,-97.356568,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Requested but not yet concurred",0,10.370339,6.120169,43.4,"2013-08-08 00:00",27.3,"2013-12-12 00:00",26.4,"2013-12-27 00:00",26.3,"2013-04-16 00:00","","","","",27.3,26.4,21.5,18,12.8,9.4,4.6,"Fort Worth Northwest","3317 Ross Ave","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","68103",1,32.759143,-97.342334,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,61,61,0,0,"","","Certification not required",0,14.606897,9.793589,29.3,"2013-08-02 00:00",29.2,"2013-08-05 00:00",29,"2013-09-01 00:00",28.8,"2013-08-08 00:00","","","","",29.2,29,28.1,26.4,23.8,14.9,0.5,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","68104",1,32.759143,-97.342334,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,61,61,0,0,"","","Certification not required",0,26.29569,9.845594,42.5,"2013-09-01 00:00",40.4,"2013-08-05 00:00",40.2,"2013-08-11 00:00",40.1,"2013-06-27 00:00","","","","",40.4,40.2,40,38.7,34.2,27.1,11.5,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","68105",1,32.759143,-97.342334,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",116,100,61,61,0,0,"","","Certification not required",0,20.198276,9.749301,35.4,"2013-09-01 00:00",34.6,"2013-08-02 00:00",34.5,"2013-08-05 00:00",34.1,"2013-08-08 00:00","","","","",34.6,34.5,33.4,32.3,28.1,21.2,6.1,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","68106",1,32.759143,-97.342334,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,743.689655,4.414233,754,"2013-01-04 00:00",754,"2013-11-24 00:00",753,"2013-11-27 00:00",753,"2013-12-12 00:00","","","","",754,753,752,750,746,744,738,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","68107",1,32.759143,-97.342334,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,749.267241,4.888954,763,"2013-11-12 00:00",761,"2013-12-12 00:00",760,"2013-11-24 00:00",759,"2013-01-04 00:00","","","","",761,760,758,756,753,748,744,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","68108",1,32.759143,-97.342334,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,100,61,61,0,0,"","","Certification not required",0,746.568966,4.631131,759,"2013-11-12 00:00",758,"2013-11-24 00:00",758,"2013-12-12 00:00",756,"2013-01-04 00:00","","","","",758,758,756,753,750,746,741,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","88101",1,32.759143,-97.342334,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,93,113,122,0,9,0,0,"Requested but not yet concurred",0,10.506897,5.466972,29.1,"2013-08-08 00:00",27.1,"2013-12-27 00:00",25.6,"2013-04-16 00:00",25.2,"2013-06-21 00:00","","","","",27.1,25.6,22.1,17.3,13.5,9.6,5.2,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","88101",1,32.759143,-97.342334,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,93,113,122,0,9,"","","Requested but not yet concurred",0,10.506897,5.466972,29.1,"2013-08-08 00:00",27.1,"2013-12-27 00:00",25.6,"2013-04-16 00:00",25.2,"2013-06-21 00:00","","","","",27.1,25.6,22.1,17.3,13.5,9.6,5.2,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-18" +"48","439","1006","88502",3,32.759143,-97.342334,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8059,92,325,365,0,701,"","","Certification not required",0,9.924259,6.605085,121.9,"2013-12-11 21:00",116.6,"2013-03-13 07:00",109.6,"2013-01-21 20:00",85.8,"2013-01-21 23:00","","","","",30.7,26.8,21.9,17.8,12.7,8.7,3.5,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1006","88502",3,32.759143,-97.342334,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",325,89,325,365,0,0,"","","Certification not required",0,9.912923,4.804443,32.5,"2013-05-18 00:00",30,"2013-08-08 00:00",27.3,"2013-04-16 00:00",26.7,"2013-05-23 00:00","","","","",26.7,25.3,18.1,16.4,11.8,8.8,5.1,"Haws Athletic Center","600 1/2 Congress St","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","1009","61101",1,32.621136,-97.290353,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,7.654074,4.251151,21.5,"2013-02-25 14:00",21.4,"2013-02-25 23:00",21.2,"2013-02-25 22:00",20.8,"2013-01-29 12:00","","","","",18.7,17.6,15.9,13.8,10.3,7,2.7,"Everman Johnson Park","633 Everman Parkway","Texas","Tarrant","Everman","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","439","1009","61103",1,32.621136,-97.290353,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,7.324074,4.243521,21,"2013-02-25 23:00",20.9,"2013-02-25 14:00",20.9,"2013-02-25 22:00",20.6,"2013-01-29 12:00","","","","",18.3,17.2,15.5,13.4,10,6.8,2.3,"Everman Johnson Park","633 Everman Parkway","Texas","Tarrant","Everman","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","439","1009","61104",1,32.621136,-97.290353,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,196.213935,104.307381,359.9,"2013-01-14 20:00",359.7,"2013-01-06 14:00",359.6,"2013-02-19 05:00",359.4,"2013-03-22 14:00","","","","",357.5,354.7,349.8,342.2,305.7,179.1,40.7,"Everman Johnson Park","633 Everman Parkway","Texas","Tarrant","Everman","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","439","1009","61105",1,32.621136,-97.290353,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,13.711574,7.254115,44,"2013-02-10 02:00",38,"2013-03-30 01:00",37,"2013-02-25 21:00",37,"2013-03-05 01:00","","","","",33,31,28,24,18,13,5,"Everman Johnson Park","633 Everman Parkway","Texas","Tarrant","Everman","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","439","1009","61106",1,32.621136,-97.290353,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,17.296713,10.47186,78.8,"2013-03-13 07:00",78.2,"2013-03-26 13:00",74.4,"2013-01-07 08:00",74.2,"2013-02-21 07:00","","","","",63,53.6,38.6,28.5,19,14.1,9.5,"Everman Johnson Park","633 Everman Parkway","Texas","Tarrant","Everman","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","439","1009","62101",1,32.621136,-97.290353,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2160,25,90,365,0,0,"","","Certification not required",0,51.937963,11.64763,86,"2013-03-04 14:00",86,"2013-03-04 15:00",86,"2013-03-04 16:00",84,"2013-03-04 17:00","","","","",78,75,71,68,60,51,37,"Everman Johnson Park","633 Everman Parkway","Texas","Tarrant","Everman","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","439","2003","44201",2,32.922498,-97.282088,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8213,93,227,245,0,547,0,0,"Requested but not yet concurred",269,0.054181,0.015173,0.103,"2013-09-04 13:00",0.099,"2013-08-30 17:00",0.093,"2013-09-12 17:00",0.091,"2013-09-14 14:00","","","","",0.093,0.09,0.081,0.076,0.062,0.053,0.042,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","2003","44201",2,32.922498,-97.282088,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8276,92,226,245,0,0,2,2,"Requested but not yet concurred",0,0.048726,0.014194,0.095,"2013-09-04 11:00",0.086,"2013-08-30 11:00",0.081,"2013-07-25 11:00",0.08,"2013-09-05 11:00","","","","",0.081,0.08,0.076,0.069,0.056,0.048,0.037,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","2003","44201",2,32.922498,-97.282088,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8276,92,226,245,0,0,12,12,"Requested but not yet concurred",0,0.048726,0.014194,0.095,"2013-09-04 11:00",0.086,"2013-08-30 11:00",0.081,"2013-07-25 11:00",0.08,"2013-09-05 11:00","","","","",0.081,0.08,0.076,0.069,0.056,0.048,0.037,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","2003","61101",1,32.922498,-97.282088,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7291,83,304,365,0,5,"","","Certification not required",0,6.940145,3.081065,19.8,"2013-03-05 02:00",19.5,"2013-03-05 01:00",19,"2013-01-29 12:00",18.4,"2013-02-18 14:00","","","","",15.7,14.7,13.2,11.4,8.7,6.3,3.6,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","2003","61103",1,32.922498,-97.282088,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7291,83,304,365,0,5,"","","Certification not required",0,6.521012,3.075813,18.6,"2013-01-29 12:00",17.8,"2013-02-18 14:00",17.7,"2013-02-25 23:00",17.7,"2013-03-10 09:00","","","","",15.2,14.2,12.7,11,8.3,5.9,3.2,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","2003","61104",1,32.922498,-97.282088,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7291,83,304,365,0,5,"","","Certification not required",0,167.271664,89.914416,359.9,"2013-01-06 13:00",359.9,"2013-05-10 04:00",359.9,"2013-09-29 10:00",359.9,"2013-10-19 16:00","","","","",356.5,353.8,344.6,326.4,193.3,168.7,40.2,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","2003","61105",1,32.922498,-97.282088,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7291,83,304,365,0,5,"","","Certification not required",0,13.616239,5.841414,43,"2013-08-09 18:00",42,"2013-02-10 02:00",41,"2013-03-05 02:00",40,"2013-03-05 01:00","","","","",30,28,25,22,17,13,7,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","2003","61106",1,32.922498,-97.282088,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7291,83,304,365,0,5,"","","Certification not required",0,19.757578,9.189207,78.5,"2013-09-29 23:00",77.7,"2013-01-04 10:00",77.6,"2013-09-25 08:00",77.1,"2013-07-14 22:00","","","","",55.8,47,36.6,30.2,23.6,17.6,11.4,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","2003","62101",1,32.922498,-97.282088,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7291,83,304,365,0,5,"","","Certification not required",0,68.85681,16.787049,104,"2013-08-07 15:00",104,"2013-08-07 16:00",103,"2013-08-07 14:00",103,"2013-08-07 17:00","","","","",99,97,93,90,82,72,44,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","2003","63301",1,32.922498,-97.282088,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7294,83,304,365,0,2,"","","Certification not required",3491,0.289792,0.400737,1.43,"2013-07-19 12:00",1.4,"2013-06-02 12:00",1.4,"2013-06-12 12:00",1.39,"2013-06-07 12:00","","","","",1.32,1.26,1.14,0.99,0.53,0.02,0.005,"Keller","FAA Site off Alta Vista Road","Texas","Tarrant","Fort Worth","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","42601",1,32.98426,-97.063705,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8581,98,364,365,0,179,"","","Certification not required",0,1.49239,5.242089,103.9,"2013-12-18 08:00",93.2,"2013-12-11 08:00",88.1,"2013-12-18 07:00",82.3,"2013-11-01 07:00","","","","",27.4,15.5,5.7,2.3,0.8,0.4,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","42602",1,32.98426,-97.063705,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8581,98,364,365,0,179,0,"","Certification not required",0,17.051648,10.522097,46.5,"2013-02-14 22:00",45.1,"2013-01-07 22:00",44.4,"2013-02-01 21:00",44.1,"2013-01-22 20:00","","","","",44.1,42.9,38.8,32.7,24,14.7,5.2,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","42602",1,32.98426,-97.063705,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8581,98,364,365,0,179,"","","Certification not required",0,6.70479,7.088027,46.5,"2013-02-14 22:00",45.1,"2013-01-07 22:00",44.5,"2013-01-07 23:00",44.4,"2013-02-01 21:00","","","","",33.6,29,21.9,16.2,8.7,4.3,0.9,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","42603",1,32.98426,-97.063705,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8581,98,364,365,0,179,"","","Certification not required",0,8.231523,10.693716,135.3,"2013-12-18 08:00",124,"2013-12-11 08:00",113.2,"2013-12-11 09:00",109,"2013-12-11 07:00","","","","",55.4,42.1,27.6,19.1,9.6,4.8,1.2,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","43102",2,32.98426,-97.063705,"NAD83","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,107.745185,59.197558,361.31,"2013-08-02 00:00",225.9,"2013-10-07 00:00",219.01,"2013-02-03 00:00",216.56,"2013-09-25 00:00","","","","",361.31,225.9,219.01,193.91,128.13,95.45,55.25,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43173",2,32.98426,-97.063705,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43202",2,32.98426,-97.063705,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,18.623704,18.062423,84.64,"2013-10-07 00:00",82,"2013-02-03 00:00",62.48,"2013-09-25 00:00",58.14,"2013-01-16 00:00","","","","",84.64,82,62.48,45.88,17.76,12.72,6.24,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43203",2,32.98426,-97.063705,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,1.281667,0.64962,3.4,"2013-01-22 00:00",2.58,"2013-09-25 00:00",2.54,"2013-01-04 00:00",2.44,"2013-02-03 00:00","","","","",3.4,2.58,2.54,2.28,1.56,1.16,0.52,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43204",2,32.98426,-97.063705,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,14.848333,12.922258,52.86,"2013-02-03 00:00",52.74,"2013-10-07 00:00",51.93,"2013-01-16 00:00",44.85,"2013-01-10 00:00","","","","",52.86,52.74,51.93,33.36,17.79,10.95,4.23,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43205",2,32.98426,-97.063705,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.316111,0.301677,1.05,"2013-01-22 00:00",1.02,"2013-06-15 00:00",0.87,"2013-09-25 00:00",0.84,"2013-02-03 00:00","","","","",1.05,1.02,0.87,0.75,0.54,0.33,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43206",2,32.98426,-97.063705,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",10,0.691111,0.444818,2,"2013-01-22 00:00",1.64,"2013-01-04 00:00",1.52,"2013-02-03 00:00",1.24,"2013-01-16 00:00","","","","",2,1.64,1.52,1.2,1,0.7,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43212",2,32.98426,-97.063705,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,7.345185,6.063649,24.36,"2013-02-03 00:00",24.2,"2013-10-07 00:00",23.8,"2013-01-16 00:00",22.56,"2013-01-10 00:00","","","","",24.36,24.2,23.8,14.6,9.6,5.52,2.32,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43214",2,32.98426,-97.063705,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,3.237778,2.424945,11.28,"2013-10-07 00:00",10.6,"2013-02-03 00:00",9.48,"2013-01-16 00:00",8.48,"2013-01-10 00:00","","","","",11.28,10.6,9.48,6.2,3.76,2.52,1.12,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43216",2,32.98426,-97.063705,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43217",2,32.98426,-97.063705,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43218",2,32.98426,-97.063705,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43220",2,32.98426,-97.063705,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",3,1.861111,1.569661,6.9,"2013-09-25 00:00",6.65,"2013-10-07 00:00",5.85,"2013-02-03 00:00",5.25,"2013-01-16 00:00","","","","",6.9,6.65,5.85,3.65,2.4,1.4,0.5,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43221",2,32.98426,-97.063705,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",1,2.751852,1.910077,8.9,"2013-10-07 00:00",8.4,"2013-09-25 00:00",8.2,"2013-02-03 00:00",6.85,"2013-01-16 00:00","","","","",8.9,8.4,8.2,4.3,3.55,2.25,1.15,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43224",2,32.98426,-97.063705,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43226",2,32.98426,-97.063705,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.051852,0.009531,0.1,"2013-06-15 00:00",0.1,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43227",2,32.98426,-97.063705,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43228",2,32.98426,-97.063705,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.050926,0.006804,0.1,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43230",2,32.98426,-97.063705,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",4,0.455926,0.415672,2.22,"2013-10-07 00:00",1.98,"2013-09-25 00:00",1.38,"2013-02-03 00:00",1.08,"2013-01-16 00:00","","","","",2.22,1.98,1.38,0.78,0.54,0.36,0.12,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43231",2,32.98426,-97.063705,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.611111,0.674916,3.78,"2013-09-25 00:00",2.22,"2013-02-03 00:00",1.86,"2013-01-16 00:00",1.68,"2013-03-11 00:00","","","","",3.78,2.22,1.86,1.32,0.78,0.48,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43232",2,32.98426,-97.063705,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",5,0.420741,0.380828,2.17,"2013-10-07 00:00",1.75,"2013-09-25 00:00",1.26,"2013-02-03 00:00",0.84,"2013-01-16 00:00","","","","",2.17,1.75,1.26,0.7,0.56,0.35,0.14,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43233",2,32.98426,-97.063705,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",26,0.197407,0.239332,1.04,"2013-02-03 00:00",1.04,"2013-09-25 00:00",0.96,"2013-10-07 00:00",0.56,"2013-01-16 00:00","","","","",1.04,1.04,0.96,0.48,0.24,0.16,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43234",2,32.98426,-97.063705,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43235",2,32.98426,-97.063705,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",49,0.073704,0.085568,0.54,"2013-09-25 00:00",0.36,"2013-10-07 00:00",0.27,"2013-10-01 00:00",0.18,"2013-05-22 00:00","","","","",0.54,0.36,0.27,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43238",2,32.98426,-97.063705,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",37,0.086111,0.071649,0.4,"2013-02-03 00:00",0.3,"2013-09-25 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-22 00:00","","","","",0.4,0.3,0.2,0.2,0.1,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43242",2,32.98426,-97.063705,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",44,0.075926,0.066404,0.35,"2013-09-25 00:00",0.3,"2013-01-16 00:00",0.25,"2013-02-03 00:00",0.2,"2013-01-10 00:00","","","","",0.35,0.3,0.25,0.2,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43243",2,32.98426,-97.063705,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",26,0.8,1.064655,3.9,"2013-08-08 00:00",3.6,"2013-08-02 00:00",3.15,"2013-06-15 00:00",3,"2013-06-27 00:00","","","","",3.9,3.6,3.15,2.75,1.2,0.1,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43244",2,32.98426,-97.063705,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",46,0.067037,0.044025,0.24,"2013-02-03 00:00",0.18,"2013-01-16 00:00",0.18,"2013-01-22 00:00",0.18,"2013-08-20 00:00","","","","",0.24,0.18,0.18,0.12,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43247",2,32.98426,-97.063705,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",44,0.074444,0.060334,0.35,"2013-09-25 00:00",0.28,"2013-10-07 00:00",0.21,"2013-07-03 00:00",0.14,"2013-01-22 00:00","","","","",0.35,0.28,0.21,0.14,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43248",2,32.98426,-97.063705,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",39,0.189444,0.326221,1.62,"2013-10-07 00:00",1.32,"2013-09-25 00:00",1.02,"2013-02-03 00:00",0.84,"2013-01-16 00:00","","","","",1.62,1.32,1.02,0.54,0.12,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43249",2,32.98426,-97.063705,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",19,0.283333,0.303147,1.47,"2013-10-07 00:00",1.4,"2013-09-25 00:00",0.98,"2013-02-03 00:00",0.63,"2013-01-22 00:00","","","","",1.47,1.4,0.98,0.56,0.42,0.21,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43250",2,32.98426,-97.063705,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.355556,0.329543,1.28,"2013-09-25 00:00",1.12,"2013-06-15 00:00",1.04,"2013-07-03 00:00",0.96,"2013-05-22 00:00","","","","",1.28,1.12,1.04,0.8,0.56,0.32,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43252",2,32.98426,-97.063705,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.142037,0.116981,0.48,"2013-06-15 00:00",0.48,"2013-07-03 00:00",0.4,"2013-09-25 00:00",0.32,"2013-04-28 00:00","","","","",0.48,0.48,0.4,0.32,0.16,0.16,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43253",2,32.98426,-97.063705,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",45,0.078704,0.080986,0.48,"2013-10-07 00:00",0.4,"2013-02-03 00:00",0.16,"2013-01-04 00:00",0.16,"2013-01-16 00:00","","","","",0.48,0.4,0.16,0.16,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43261",2,32.98426,-97.063705,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",13,0.271296,0.333291,1.96,"2013-10-07 00:00",1.54,"2013-09-25 00:00",0.7,"2013-01-16 00:00",0.63,"2013-01-10 00:00","","","","",1.96,1.54,0.7,0.42,0.35,0.21,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43262",2,32.98426,-97.063705,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",8,0.274074,0.254132,1.26,"2013-10-07 00:00",1.2,"2013-09-25 00:00",0.78,"2013-01-16 00:00",0.78,"2013-02-03 00:00","","","","",1.26,1.2,0.78,0.48,0.36,0.18,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43263",2,32.98426,-97.063705,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",42,0.163333,0.262168,1.47,"2013-10-07 00:00",0.84,"2013-02-03 00:00",0.63,"2013-01-22 00:00",0.63,"2013-03-11 00:00","","","","",1.47,0.84,0.63,0.49,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43280",2,32.98426,-97.063705,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",27,0.519074,0.613844,2.12,"2013-06-03 00:00",2,"2013-05-22 00:00",1.8,"2013-07-15 00:00",1.68,"2013-05-16 00:00","","","","",2.12,2,1.8,1.44,0.92,0.24,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43282",2,32.98426,-97.063705,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43283",2,32.98426,-97.063705,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43284",2,32.98426,-97.063705,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",45,0.082778,0.095925,0.6,"2013-09-25 00:00",0.36,"2013-10-01 00:00",0.3,"2013-02-03 00:00",0.24,"2013-09-01 00:00","","","","",0.6,0.36,0.3,0.18,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43285",2,32.98426,-97.063705,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",7,0.68537,0.661689,3.42,"2013-10-07 00:00",3,"2013-09-25 00:00",2.22,"2013-02-03 00:00",1.74,"2013-01-16 00:00","","","","",3.42,3,2.22,1.2,0.9,0.54,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43289",2,32.98426,-97.063705,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43290",2,32.98426,-97.063705,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43291",2,32.98426,-97.063705,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",47,0.077222,0.086142,0.49,"2013-09-25 00:00",0.42,"2013-10-07 00:00",0.28,"2013-02-03 00:00",0.21,"2013-01-22 00:00","","","","",0.49,0.42,0.28,0.14,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43331",2,32.98426,-97.063705,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43801",2,32.98426,-97.063705,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.647037,0.098549,0.97,"2013-06-27 00:00",0.94,"2013-09-19 00:00",0.89,"2013-08-08 00:00",0.79,"2013-10-01 00:00","","","","",0.97,0.94,0.89,0.76,0.69,0.63,0.54,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43802",2,32.98426,-97.063705,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.108148,0.074582,0.53,"2013-08-26 00:00",0.27,"2013-05-22 00:00",0.19,"2013-07-03 00:00",0.18,"2013-06-03 00:00","","","","",0.53,0.27,0.19,0.17,0.13,0.08,0.06,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43803",2,32.98426,-97.063705,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.016111,0.011229,0.04,"2013-07-03 00:00",0.04,"2013-09-25 00:00",0.03,"2013-05-04 00:00",0.03,"2013-05-22 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43804",2,32.98426,-97.063705,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.088148,0.031267,0.14,"2013-04-28 00:00",0.12,"2013-03-29 00:00",0.12,"2013-07-03 00:00",0.12,"2013-09-19 00:00","","","","",0.14,0.12,0.12,0.11,0.1,0.1,0.06,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43811",2,32.98426,-97.063705,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",38,62,38,61,0,0,"","","Certification not required",0,0.371053,0.075078,0.51,"2013-08-20 00:00",0.5,"2013-05-04 00:00",0.48,"2013-09-07 00:00",0.47,"2013-01-10 00:00","","","","",0.51,0.51,0.5,0.47,0.44,0.35,0.28,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43813",2,32.98426,-97.063705,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43814",2,32.98426,-97.063705,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.008519,0.009983,0.02,"2013-01-04 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-03 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43815",2,32.98426,-97.063705,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.017037,0.021424,0.06,"2013-01-28 00:00",0.06,"2013-04-22 00:00",0.06,"2013-05-22 00:00",0.06,"2013-06-03 00:00","","","","",0.06,0.06,0.06,0.04,0.04,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43817",2,32.98426,-97.063705,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.021111,0.01369,0.08,"2013-06-15 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-22 00:00",0.04,"2013-05-16 00:00","","","","",0.08,0.04,0.04,0.04,0.02,0.02,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43818",2,32.98426,-97.063705,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43819",2,32.98426,-97.063705,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002037,0.004506,0.02,"2013-08-08 00:00",0.01,"2013-02-03 00:00",0.01,"2013-03-29 00:00",0.01,"2013-06-21 00:00","","","","",0.02,0.01,0.01,0.01,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43820",2,32.98426,-97.063705,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43823",2,32.98426,-97.063705,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.54537,0.042856,0.64,"2013-05-22 00:00",0.62,"2013-01-10 00:00",0.62,"2013-07-03 00:00",0.61,"2013-06-03 00:00","","","","",0.64,0.62,0.62,0.59,0.57,0.55,0.51,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43824",2,32.98426,-97.063705,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.002593,0.006781,0.02,"2013-01-22 00:00",0.02,"2013-04-28 00:00",0.02,"2013-05-22 00:00",0.02,"2013-06-15 00:00","","","","",0.02,0.02,0.02,0.02,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43826",2,32.98426,-97.063705,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.00037,0.002722,0.02,"2013-10-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43829",2,32.98426,-97.063705,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.007222,0.021755,0.09,"2013-06-09 00:00",0.09,"2013-07-03 00:00",0.06,"2013-02-15 00:00",0.06,"2013-03-17 00:00","","","","",0.09,0.09,0.06,0.03,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43830",2,32.98426,-97.063705,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.004444,0.013552,0.06,"2013-07-03 00:00",0.06,"2013-08-02 00:00",0.03,"2013-02-27 00:00",0.03,"2013-03-05 00:00","","","","",0.06,0.06,0.03,0.03,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43831",2,32.98426,-97.063705,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.003889,0.02105,0.15,"2013-11-30 00:00",0.03,"2013-04-28 00:00",0.03,"2013-07-21 00:00",0,"2013-01-04 00:00","","","","",0.15,0.03,0.03,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43843",2,32.98426,-97.063705,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43860",2,32.98426,-97.063705,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43954",2,32.98426,-97.063705,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",46,0.058889,0.021515,0.11,"2013-05-22 00:00",0.11,"2013-06-27 00:00",0.11,"2013-07-15 00:00",0.11,"2013-08-08 00:00","","","","",0.11,0.11,0.11,0.11,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","43960",2,32.98426,-97.063705,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",42,0.105556,0.137863,0.72,"2013-10-07 00:00",0.56,"2013-02-03 00:00",0.56,"2013-09-25 00:00",0.24,"2013-01-04 00:00","","","","",0.72,0.56,0.56,0.24,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","44201",1,32.98426,-97.063705,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8529,99,242,245,0,231,0,0,"Requested but not yet concurred",394,0.054992,0.015361,0.103,"2013-09-06 16:00",0.096,"2013-09-12 16:00",0.095,"2013-08-30 16:00",0.095,"2013-09-25 15:00","","","","",0.095,0.094,0.081,0.076,0.064,0.055,0.043,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","44201",1,32.98426,-97.063705,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8585,98,241,245,0,0,3,3,"Requested but not yet concurred",0,0.048892,0.014244,0.089,"2013-08-30 11:00",0.089,"2013-09-04 10:00",0.089,"2013-09-06 11:00",0.083,"2013-09-05 11:00","","","","",0.089,0.083,0.075,0.069,0.057,0.048,0.037,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","44201",1,32.98426,-97.063705,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8585,98,241,245,0,0,12,12,"Requested but not yet concurred",0,0.048892,0.014244,0.089,"2013-08-30 11:00",0.089,"2013-09-04 10:00",0.089,"2013-09-06 11:00",0.083,"2013-09-05 11:00","","","","",0.089,0.083,0.075,0.069,0.057,0.048,0.037,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3009","45109",2,32.98426,-97.063705,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.380741,0.34817,1.52,"2013-02-03 00:00",1.2,"2013-06-15 00:00",1.12,"2013-01-22 00:00",1.12,"2013-09-25 00:00","","","","",1.52,1.2,1.12,0.96,0.48,0.32,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45201",2,32.98426,-97.063705,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.97,0.457355,2.16,"2013-01-22 00:00",1.56,"2013-02-03 00:00",1.5,"2013-01-10 00:00",1.5,"2013-11-30 00:00","","","","",2.16,1.56,1.5,1.44,1.26,1.02,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45202",2,32.98426,-97.063705,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.349444,0.781668,3.92,"2013-06-15 00:00",3.01,"2013-05-16 00:00",2.87,"2013-04-28 00:00",2.8,"2013-10-01 00:00","","","","",3.92,3.01,2.87,2.66,1.54,1.12,0.63,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45203",2,32.98426,-97.063705,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.12,0.147226,0.48,"2013-01-22 00:00",0.48,"2013-02-03 00:00",0.48,"2013-06-15 00:00",0.4,"2013-09-25 00:00","","","","",0.48,0.48,0.48,0.32,0.24,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45204",2,32.98426,-97.063705,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.13037,0.120674,0.48,"2013-02-03 00:00",0.4,"2013-06-15 00:00",0.4,"2013-09-25 00:00",0.32,"2013-01-04 00:00","","","","",0.48,0.4,0.4,0.32,0.16,0.08,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45207",2,32.98426,-97.063705,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45208",2,32.98426,-97.063705,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",51,0.058889,0.038346,0.27,"2013-08-26 00:00",0.18,"2013-01-22 00:00",0.18,"2013-10-01 00:00",0.05,"2013-01-04 00:00","","","","",0.27,0.18,0.18,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45209",2,32.98426,-97.063705,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45210",2,32.98426,-97.063705,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.03,0.072085,0.27,"2013-05-16 00:00",0.27,"2013-07-15 00:00",0.18,"2013-05-22 00:00",0.18,"2013-06-09 00:00","","","","",0.27,0.27,0.18,0.18,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45211",2,32.98426,-97.063705,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45212",2,32.98426,-97.063705,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",49,0.067037,0.0582,0.36,"2013-02-03 00:00",0.27,"2013-08-26 00:00",0.18,"2013-01-22 00:00",0.18,"2013-09-25 00:00","","","","",0.36,0.27,0.18,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45213",2,32.98426,-97.063705,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.052407,0.017691,0.18,"2013-08-26 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.18,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45218",2,32.98426,-97.063705,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",53,0.050926,0.006804,0.1,"2013-02-15 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45219",2,32.98426,-97.063705,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",52,0.051852,0.009531,0.1,"2013-09-25 00:00",0.1,"2013-10-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.1,0.1,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45220",2,32.98426,-97.063705,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,1.336296,2.135776,6.56,"2013-06-15 00:00",6.48,"2013-07-15 00:00",6.08,"2013-05-16 00:00",5.2,"2013-05-22 00:00","","","","",6.56,6.48,6.08,4.88,3.44,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45225",2,32.98426,-97.063705,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",54,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","45801",2,32.98426,-97.063705,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",54,89,54,61,0,0,"","","Certification not required",0,0.005556,0.021072,0.12,"2013-06-15 00:00",0.06,"2013-06-21 00:00",0.06,"2013-08-02 00:00",0.06,"2013-11-06 00:00","","","","",0.12,0.06,0.06,0,0,0,0,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3009","61101",1,32.98426,-97.063705,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7288,83,304,365,0,8,"","","Certification not required",0,6.077744,3.026276,18.4,"2013-03-09 16:00",18.2,"2013-03-21 14:00",18,"2013-01-29 12:00",18,"2013-02-25 21:00","","","","",14.7,13.7,12,10.4,7.8,5.6,2.7,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","61103",1,32.98426,-97.063705,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7288,83,304,365,0,8,"","","Certification not required",0,5.648642,2.964444,18.1,"2013-03-09 16:00",17.9,"2013-03-21 14:00",17.8,"2013-01-29 12:00",17.5,"2013-03-04 00:00","","","","",14.1,13.2,11.4,9.8,7.3,5.1,2.3,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","61104",1,32.98426,-97.063705,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7288,83,304,365,0,8,"","","Certification not required",0,164.756902,90.646643,359.9,"2013-01-12 20:00",359.8,"2013-03-04 23:00",359.8,"2013-10-07 18:00",359.7,"2013-01-17 19:00","","","","",356.1,352.4,340.6,318.5,192.3,163.6,37.3,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","61105",1,32.98426,-97.063705,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7288,83,304,365,0,8,"","","Certification not required",0,12.221186,5.830922,48,"2013-05-15 21:00",38,"2013-05-29 17:00",34,"2013-05-21 13:00",34,"2013-06-15 03:00","","","","",28,26,23,20,16,11,5,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","61106",1,32.98426,-97.063705,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7288,83,304,365,0,8,"","","Certification not required",0,21.230982,9.595393,79.2,"2013-02-23 17:00",78.2,"2013-08-13 15:00",75.3,"2013-09-02 01:00",75.2,"2013-07-31 16:00","","","","",59.9,52,41.2,32.4,24,18.7,12.8,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","62101",1,32.98426,-97.063705,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7288,83,304,365,0,8,"","","Certification not required",0,68.532656,16.629728,103,"2013-08-07 15:00",103,"2013-08-07 16:00",102,"2013-08-07 14:00",102,"2013-08-07 17:00","","","","",98,96,93,89,82,71,44,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","62103",1,32.98426,-97.063705,"NAD83","Dew Point","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Fahrenheit","No Events",7288,83,304,365,0,8,"","","Certification not required",0,51.825604,15.18697,74,"2013-08-01 00:00",74,"2013-08-01 01:00",74,"2013-08-01 02:00",74,"2013-08-01 03:00","","","","",71,70,69,68,65,57,28,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","62201",1,32.98426,-97.063705,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7289,83,304,365,0,7,"","","Certification not required",0,58.895459,19.170598,96,"2013-01-27 05:00",96,"2013-01-27 06:00",96,"2013-01-27 07:00",96,"2013-01-27 08:00","","","","",94,93,90,85,74,59,32,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","63301",1,32.98426,-97.063705,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7293,83,304,365,0,3,"","","Certification not required",3495,0.30275,0.422689,1.45,"2013-05-03 12:00",1.45,"2013-05-05 12:00",1.44,"2013-05-04 12:00",1.43,"2013-05-22 12:00","","","","",1.36,1.32,1.21,1.05,0.55,0.02,0.005,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3009","64101",1,32.98426,-97.063705,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",7293,83,304,365,0,3,"","","Certification not required",0,996.824078,5.557031,1015,"2013-01-18 00:00",1015,"2013-01-18 01:00",1015,"2013-01-18 02:00",1014,"2013-01-04 09:00","","","","",1011,1010,1007,1004,1000,996,990,"Grapevine Fairway","4100 Fairway Dr","Texas","Tarrant","Grapevine","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3010","81102",1,32.7392,-97.47033,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,18.661017,12.38549,70,"2013-06-21 00:00",63,"2013-08-08 00:00",43,"2013-06-27 00:00",38,"2013-12-12 00:00","","","","",70,63,43,31,24,15,6,"Stage Coach","8900 West Freeway","Texas","Tarrant","White Settlement","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3010","81102",2,32.7392,-97.47033,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",2,18.033333,11.943322,64,"2013-06-21 00:00",57,"2013-08-08 00:00",45,"2013-06-27 00:00",37,"2013-12-12 00:00","","","","",64,57,45,31,25,14,7,"Stage Coach","8900 West Freeway","Texas","Tarrant","White Settlement","Dallas-Fort Worth-Arlington, TX","2014-02-19" +"48","439","3011","42101",1,32.656372,-97.088583,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8560,98,360,365,0,196,0,0,"Certification not required",8220,0.267196,0.092073,1.4,"2013-01-18 08:00",1.4,"2013-12-21 20:00",1.4,"2013-12-21 21:00",1.3,"2013-01-07 08:00","","","","",0.8,0.6,0.25,0.25,0.25,0.25,0.25,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","42101",1,32.656372,-97.088583,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8601,98,353,365,0,0,0,0,"Certification not required",0,0.311615,0.05917,1,"2013-01-07 02:00",1,"2013-01-07 04:00",1,"2013-01-07 07:00",1,"2013-01-07 08:00",1,"2013-01-07 02:00",1,"2013-12-21 22:00",0.6,0.5,0.4,0.3,0.3,0.3,0.3,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","42601",1,32.656372,-97.088583,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8478,97,358,365,0,278,"","","Certification not required",0,2.397205,7.600615,127.1,"2013-01-07 08:00",121,"2013-01-07 07:00",107.7,"2013-01-07 09:00",103.8,"2013-01-07 06:00","","","","",40.5,27.6,11.1,4.2,1.3,0.5,0,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","42602",1,32.656372,-97.088583,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8244,94,346,365,0,512,0,"","Certification not required",0,15.856069,9.903045,47.6,"2013-12-17 17:00",41,"2013-01-07 09:00",40.9,"2013-12-27 09:00",40.8,"2013-12-11 21:00","","","","",40.8,37.9,34.2,30.7,22.8,13.9,4.5,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","42602",1,32.656372,-97.088583,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8244,94,346,365,0,512,"","","Certification not required",0,6.355398,7.121243,47.6,"2013-12-17 17:00",46.1,"2013-12-17 18:00",45.3,"2013-12-17 19:00",41.4,"2013-12-17 20:00","","","","",30.9,27.5,22.3,16.5,8.6,4.1,-0.1,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","42603",1,32.656372,-97.088583,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8418,96,355,365,0,338,"","","Certification not required",0,8.757615,13.030987,156.5,"2013-01-07 08:00",150.8,"2013-01-07 09:00",148.5,"2013-01-07 07:00",135.2,"2013-12-27 09:00","","","","",66.2,52.1,33.6,21.3,9.9,4.7,0.1,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","44201",1,32.656372,-97.088583,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7556,83,204,245,0,1200,0,0,"Requested but not yet concurred",633,0.047951,0.013912,0.099,"2013-08-01 12:00",0.084,"2013-08-16 15:00",0.079,"2013-09-03 14:00",0.078,"2013-09-13 12:00","","","","",0.079,0.077,0.07,0.066,0.058,0.049,0.039,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","44201",1,32.656372,-97.088583,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7609,83,204,245,0,0,1,1,"Requested but not yet concurred",0,0.042637,0.012914,0.093,"2013-08-01 11:00",0.074,"2013-09-04 11:00",0.073,"2013-09-03 11:00",0.068,"2013-06-28 11:00","","","","",0.073,0.068,0.064,0.06,0.053,0.043,0.034,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","44201",1,32.656372,-97.088583,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7609,83,204,245,0,0,1,1,"Requested but not yet concurred",0,0.042637,0.012914,0.093,"2013-08-01 11:00",0.074,"2013-09-04 11:00",0.073,"2013-09-03 11:00",0.068,"2013-06-28 11:00","","","","",0.073,0.068,0.064,0.06,0.053,0.043,0.034,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","61101",1,32.656372,-97.088583,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,7.208941,3.91913,23.2,"2013-02-25 23:00",23.2,"2013-02-26 00:00",23,"2013-02-25 21:00",22.6,"2013-02-26 01:00","","","","",18.2,16.8,14.7,12.7,9.5,6.6,2.6,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","61103",1,32.656372,-97.088583,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,6.830184,3.921104,23,"2013-02-25 23:00",22.9,"2013-02-26 00:00",22.7,"2013-02-25 21:00",22.4,"2013-02-26 01:00","","","","",17.7,16.4,14.3,12.3,9.2,6.2,2.2,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","61104",1,32.656372,-97.088583,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,171.108448,90.055757,360,"2013-04-24 18:00",360,"2013-07-01 13:00",360,"2013-09-02 16:00",360,"2013-10-21 16:00","","","","",355.9,352,341.9,326.7,195.1,169.8,43,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","61105",1,32.656372,-97.088583,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7292,83,304,365,0,4,"","","Certification not required",0,13.184723,6.654473,44,"2013-04-18 03:00",43,"2013-03-30 01:00",42,"2013-05-20 22:00",41,"2013-01-29 15:00","","","","",31,29,25,22,17,12,5,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","61106",1,32.656372,-97.088583,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7292,83,304,365,0,4,"","","Certification not required",0,18.803332,11.072986,77.3,"2013-08-16 08:00",77.1,"2013-08-29 13:00",76.6,"2013-04-05 10:00",76,"2013-08-16 09:00","","","","",63.4,55,43.2,33.2,21,15.2,10,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","62101",1,32.656372,-97.088583,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7292,83,304,365,0,4,"","","Certification not required",0,69.203511,16.427027,103,"2013-08-07 15:00",103,"2013-08-07 16:00",102,"2013-08-07 14:00",102,"2013-08-07 17:00","","","","",99,97,94,90,82,72,45,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","63301",1,32.656372,-97.088583,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7295,83,304,365,0,1,"","","Certification not required",3477,0.289898,0.400048,1.45,"2013-06-02 12:00",1.42,"2013-06-09 12:00",1.42,"2013-07-03 12:00",1.41,"2013-06-24 12:00","","","","",1.31,1.26,1.14,0.99,0.53,0.02,0.005,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-02-03" +"48","439","3011","88502",3,32.656372,-97.088583,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8523,97,351,365,0,233,"","","Certification not required",0,9.477555,6.695873,69.1,"2013-08-24 19:00",51.5,"2013-11-14 23:00",46.5,"2013-05-23 08:00",45,"2013-01-02 23:00","","","","",30.2,26.9,22.3,18.2,12.9,8.4,2,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","439","3011","88502",3,32.656372,-97.088583,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",351,96,351,365,0,0,"","","Certification not required",0,9.420798,5.154099,33.3,"2013-08-08 00:00",30.6,"2013-05-23 00:00",29.8,"2013-08-09 00:00",28.6,"2013-05-18 00:00","","","","",28.6,23.9,17.8,16,12,8.5,4.1,"Arlington Municipal Airport","5504 South Collins Street","Texas","Tarrant","Arlington","Dallas-Fort Worth-Arlington, TX","2014-01-15" +"48","453","0014","42101",1,30.354419,-97.760254,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7894,90,333,365,0,121,0,0,"Certification not required",7890,0.250152,0.006845,0.6,"2013-01-16 20:00",0.6,"2013-11-27 23:00",0.5,"2013-11-27 20:00",0.5,"2013-11-27 22:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42101",1,30.354419,-97.760254,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7927,90,329,365,0,0,0,0,"Certification not required",0,0.300063,0.002511,0.4,"2013-11-27 23:00",0.4,"2013-11-28 00:00",0.4,"2013-11-28 01:00",0.4,"2013-11-28 02:00",0.4,"2013-11-27 23:00",0.3,"2013-01-01 05:00",0.3,0.3,0.3,0.3,0.3,0.3,0.3,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42401",2,30.354419,-97.760254,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7871,90,333,365,0,144,0,"","Certification not required",0,1.264264,1.121725,9.6,"2013-09-22 09:00",7.2,"2013-02-03 10:00",5.3,"2013-02-19 09:00",5.1,"2013-10-20 23:00","","","","",5.1,4.5,3.3,2.5,1.7,0.9,0.4,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42401",2,30.354419,-97.760254,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7871,90,333,365,0,144,"","","Certification not required",0,0.510596,0.548821,9.6,"2013-09-22 09:00",7.2,"2013-02-03 10:00",5.8,"2013-09-22 08:00",5.3,"2013-02-19 09:00","","","","",2.5,2,1.6,1.1,0.7,0.4,0,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42401",2,30.354419,-97.760254,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",333,91,333,365,0,0,0,"","Certification not required",0,0.511712,0.403614,2.5,"2013-02-11 00:00",2.1,"2013-02-01 00:00",1.9,"2013-02-02 00:00",1.8,"2013-02-09 00:00","","","","",1.8,1.6,1.3,1.1,0.7,0.4,0.1,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42401",2,30.354419,-97.760254,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2579,88,331,365,0,0,"",0,"Certification not required",0,0.483404,0.501213,4.7,"2013-02-03 11:00",3.9,"2013-02-11 08:00",3.9,"2013-09-22 11:00",3.5,"2013-07-14 20:00","","","","",2.3,1.9,1.5,1.1,0.6,0.4,0,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42406",2,30.354419,-97.760254,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",7871,90,333,365,0,144,"","","Certification not required",0,0.698463,0.696319,18.1,"2013-09-22 09:00",13.3,"2013-09-22 08:00",10.8,"2013-02-03 11:00",10.6,"2013-02-19 09:00","","","","",3.1,2.5,1.9,1.4,0.9,0.5,0.2,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42601",2,30.354419,-97.760254,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7015,80,294,365,0,1000,"","","Certification not required",0,0.935652,1.615017,40,"2013-01-16 20:00",29.1,"2013-01-18 08:00",25.5,"2013-01-18 07:00",21.2,"2013-11-15 07:00","","","","",7.6,4.9,2.8,1.9,1.1,0.6,0,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42602",2,30.354419,-97.760254,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7015,80,294,365,0,1000,0,"","Certification not required",0,12.967687,7.576577,45,"2013-10-07 20:00",37.7,"2013-10-09 07:00",37.3,"2013-10-24 20:00",36.2,"2013-09-23 22:00","","","","",37.3,33.3,28.4,23.2,16.5,11.5,4.9,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42602",2,30.354419,-97.760254,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7015,80,294,365,0,1000,"","","Certification not required",0,5.155524,4.706216,45,"2013-10-07 20:00",37.7,"2013-10-09 07:00",37.3,"2013-10-24 20:00",36.2,"2013-09-23 22:00","","","","",24.1,19.9,14.6,11,6.4,3.7,1.3,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","42603",2,30.354419,-97.760254,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7015,80,294,365,0,1000,"","","Certification not required",0,6.208582,5.698306,74.1,"2013-01-16 20:00",57.9,"2013-10-09 07:00",48.7,"2013-10-25 08:00",48.3,"2013-01-22 10:00","","","","",29.2,24,17,12.8,7.6,4.5,1.7,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-30" +"48","453","0014","44201",2,30.354419,-97.760254,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7878,99,243,245,0,137,0,0,"Requested but not yet concurred",83,0.048239,0.013204,0.085,"2013-09-25 12:00",0.077,"2013-03-13 16:00",0.076,"2013-08-30 15:00",0.074,"2013-06-29 10:00","","","","",0.076,0.074,0.071,0.067,0.057,0.049,0.039,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","453","0014","44201",2,30.354419,-97.760254,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7927,99,243,245,0,0,0,0,"Requested but not yet concurred",0,0.043198,0.012271,0.079,"2013-09-25 10:00",0.071,"2013-07-03 11:00",0.069,"2013-07-04 11:00",0.069,"2013-08-30 11:00","","","","",0.069,0.068,0.065,0.059,0.052,0.044,0.034,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","453","0014","44201",2,30.354419,-97.760254,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7927,99,243,245,0,0,1,1,"Requested but not yet concurred",0,0.043198,0.012271,0.079,"2013-09-25 10:00",0.071,"2013-07-03 11:00",0.069,"2013-07-04 11:00",0.069,"2013-08-30 11:00","","","","",0.069,0.068,0.065,0.059,0.052,0.044,0.034,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","453","0014","61101",1,30.354419,-97.760254,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7285,83,304,365,0,10,"","","Certification not required",0,5.473466,2.495896,17.6,"2013-03-24 02:00",16.4,"2013-02-25 15:00",16.3,"2013-03-05 05:00",16.3,"2013-03-05 08:00","","","","",12.5,11.3,9.7,8.7,7,5.3,2.4,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0014","61103",1,30.354419,-97.760254,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7285,83,304,365,0,10,"","","Certification not required",0,4.978106,2.421456,16,"2013-03-24 02:00",15.2,"2013-05-02 08:00",15.1,"2013-03-05 05:00",15,"2013-02-25 15:00","","","","",11.7,10.5,9.1,8,6.5,4.8,1.9,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0014","61104",1,30.354419,-97.760254,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7285,83,304,365,0,10,"","","Certification not required",0,170.567371,88.311535,360,"2013-04-23 21:00",359.9,"2013-01-03 13:00",359.7,"2013-02-08 04:00",359.7,"2013-02-28 11:00","","","","",356.7,353.9,345.9,321.7,196.5,168.5,40.7,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0014","61105",1,30.354419,-97.760254,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7285,83,304,365,0,10,"","","Certification not required",0,12.245573,5.330222,41,"2013-02-25 16:00",39,"2013-02-25 15:00",37,"2013-02-25 20:00",36,"2013-02-25 14:00","","","","",26,24,21,19,16,12,5,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0014","61106",1,30.354419,-97.760254,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7285,83,304,365,0,10,"","","Certification not required",0,24.485477,9.812065,77.9,"2013-01-09 20:00",75,"2013-08-11 10:00",74.1,"2013-08-24 10:00",74,"2013-09-25 07:00","","","","",62.8,57.5,46.2,36.8,26.2,21.6,16.5,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0014","62101",1,30.354419,-97.760254,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7285,83,304,365,0,10,"","","Certification not required",0,70.912423,14.425708,102,"2013-06-28 17:00",102,"2013-06-29 15:00",102,"2013-06-29 16:00",101,"2013-06-28 15:00","","","","",97,96,93,89,81,73,50,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0014","88502",3,30.354419,-97.760254,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7929,91,332,365,0,86,"","","Certification not required",0,8.008929,5.712856,51.8,"2013-08-07 20:00",50.9,"2013-05-18 14:00",46.5,"2013-05-21 17:00",46.2,"2013-08-08 20:00","","","","",28.3,24.4,19.6,14.9,10.2,6.8,2.4,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","453","0014","88502",3,30.354419,-97.760254,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",332,91,332,365,0,0,"","","Certification not required",0,7.976506,4.567042,29.6,"2013-08-09 00:00",27,"2013-04-16 00:00",25.5,"2013-08-08 00:00",24.6,"2013-05-17 00:00","","","","",24.6,22.1,17.7,12.9,9.6,6.8,3.8,"Austin Northwest","3724 North Hills Dr","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","453","0020","44201",1,30.483168,-97.872301,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7614,94,231,245,0,366,0,0,"Requested but not yet concurred",41,0.048693,0.013138,0.085,"2013-09-23 15:00",0.081,"2013-09-25 17:00",0.078,"2013-07-05 12:00",0.077,"2013-05-22 15:00","","","","",0.078,0.076,0.071,0.067,0.059,0.049,0.04,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-01-29" +"48","453","0020","44201",1,30.483168,-97.872301,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7647,93,229,245,0,0,0,0,"Requested but not yet concurred",0,0.043515,0.012215,0.074,"2013-09-25 10:00",0.073,"2013-09-23 11:00",0.072,"2013-07-05 11:00",0.07,"2013-05-13 11:00","","","","",0.072,0.068,0.064,0.06,0.052,0.045,0.036,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-01-29" +"48","453","0020","44201",1,30.483168,-97.872301,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7647,93,229,245,0,0,0,0,"Requested but not yet concurred",0,0.043515,0.012215,0.074,"2013-09-25 10:00",0.073,"2013-09-23 11:00",0.072,"2013-07-05 11:00",0.07,"2013-05-13 11:00","","","","",0.072,0.068,0.064,0.06,0.052,0.045,0.036,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-01-29" +"48","453","0020","61101",1,30.483168,-97.872301,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7200,82,298,365,0,63,"","","Certification not required",0,5.366889,2.252002,21.4,"2013-02-25 14:00",20.8,"2013-02-25 15:00",20,"2013-02-25 13:00",19.7,"2013-02-25 16:00","","","","",11.2,10.4,9.3,8.3,6.8,5.2,2.7,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","61103",1,30.483168,-97.872301,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7200,82,298,365,0,63,"","","Certification not required",0,4.875431,2.204291,21.1,"2013-02-25 14:00",20.4,"2013-02-25 15:00",19.6,"2013-02-25 13:00",19.4,"2013-02-25 16:00","","","","",10.7,9.8,8.7,7.7,6.3,4.6,2.2,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","61104",1,30.483168,-97.872301,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7200,82,298,365,0,63,"","","Certification not required",0,170.738514,85.46203,360,"2013-03-06 07:00",360,"2013-04-23 19:00",360,"2013-08-14 13:00",359.9,"2013-02-22 14:00","","","","",355,351,338.9,312,202.6,169.2,49.9,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","61105",1,30.483168,-97.872301,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7200,82,298,365,0,63,"","","Certification not required",0,12.169306,5.204908,48,"2013-02-25 15:00",40,"2013-02-25 13:00",40,"2013-02-25 14:00",39,"2013-02-25 17:00","","","","",26,24,21,19,16,12,6,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","61106",1,30.483168,-97.872301,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7200,82,298,365,0,63,"","","Certification not required",0,23.702833,10.308408,79.6,"2013-03-06 21:00",78.6,"2013-06-30 05:00",77.1,"2013-10-30 19:00",76.7,"2013-08-30 12:00","","","","",61.7,54.1,43.8,36.1,27.4,21.9,12.7,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","62101",1,30.483168,-97.872301,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7234,83,300,365,0,29,"","","Certification not required",0,69.907658,14.428226,102,"2013-06-28 16:00",102,"2013-06-29 14:00",102,"2013-06-29 15:00",101,"2013-06-28 15:00","","","","",97,95,92,88,80,72,49,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","63301",1,30.483168,-97.872301,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7256,83,302,365,0,7,"","","Certification not required",3488,0.314833,0.440583,1.55,"2013-05-04 12:00",1.55,"2013-07-13 12:00",1.53,"2013-05-03 12:00",1.52,"2013-04-19 12:00","","","","",1.45,1.4,1.27,1.09,0.57,0.02,0.005,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-03" +"48","453","0020","68103",5,30.483168,-97.872301,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,12.668421,8.929289,24,"2013-08-02 00:00",24,"2013-08-08 00:00",24,"2013-08-14 00:00",23.6,"2013-06-21 00:00","","","","",24,24,24,23.4,20.4,15,-0.2,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","68104",5,30.483168,-97.872301,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,26.998246,9.855519,39.7,"2013-06-27 00:00",39.7,"2013-08-08 00:00",39.1,"2013-09-01 00:00",38.8,"2013-08-14 00:00","","","","",39.7,39.7,39.1,38.1,35,29.8,12.9,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","68105",5,30.483168,-97.872301,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",57,93,57,61,0,0,"","","Certification not required",0,19.182456,8.840878,30.9,"2013-08-08 00:00",30.7,"2013-08-02 00:00",30.7,"2013-09-01 00:00",30.5,"2013-06-27 00:00","","","","",30.9,30.7,30.7,29.5,26.8,21,4.6,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","68106",5,30.483168,-97.872301,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,728.649123,4.274055,739,"2013-01-04 00:00",737,"2013-11-24 00:00",737,"2013-12-12 00:00",736,"2013-11-12 00:00","","","","",739,737,737,735,731,728,724,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","68107",5,30.483168,-97.872301,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,733.912281,4.811744,746,"2013-11-12 00:00",745,"2013-12-12 00:00",743,"2013-01-04 00:00",743,"2013-12-24 00:00","","","","",746,745,743,741,737,732,728,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","68108",5,30.483168,-97.872301,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",57,93,57,61,0,0,"","","Certification not required",0,731.385965,4.451141,742,"2013-12-12 00:00",741,"2013-11-12 00:00",740,"2013-01-04 00:00",740,"2013-11-24 00:00","","","","",742,741,740,737,734,730,726,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","81102",1,30.483168,-97.872301,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",1,13.745455,9.735803,55,"2013-08-08 00:00",51,"2013-06-21 00:00",32,"2013-04-16 00:00",26,"2013-06-27 00:00","","","","",55,51,32,23,16,11,6,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-19" +"48","453","0020","88101",5,30.483168,-97.872301,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,7,0,0,"Requested but not yet concurred",0,7.317544,5.117481,26.3,"2013-08-08 00:00",24.4,"2013-04-16 00:00",20.4,"2013-06-21 00:00",16.1,"2013-12-12 00:00","","","","",26.3,24.4,20.4,13.5,9.7,6,2.6,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","88101",5,30.483168,-97.872301,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",57,93,57,61,0,7,"","","Requested but not yet concurred",0,7.317544,5.117481,26.3,"2013-08-08 00:00",24.4,"2013-04-16 00:00",20.4,"2013-06-21 00:00",16.1,"2013-12-12 00:00","","","","",26.3,24.4,20.4,13.5,9.7,6,2.6,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-02-18" +"48","453","0020","88102",5,30.483168,-97.872301,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",23,0.00205,0.000833,0.00295,"2013-04-04 00:00",0.00295,"2013-04-10 00:00",0.00295,"2013-04-16 00:00",0.00295,"2013-04-22 00:00","","","","",0.00295,0.00295,0.00295,0.00295,0.00295,0.0013,0.0013,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88103",5,30.483168,-97.872301,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,4.2e-05,0.000204,0.001,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.001,0.001,0,0,0,0,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88104",5,30.483168,-97.872301,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",12,0.047888,0.031811,0.1225,"2013-04-16 00:00",0.1051,"2013-04-22 00:00",0.1031,"2013-04-10 00:00",0.075,"2013-05-16 00:00","","","","",0.1225,0.1225,0.1051,0.1031,0.0719,0.038,0.01865,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88107",5,30.483168,-97.872301,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.004538,0.00068,0.0051,"2013-01-04 00:00",0.0051,"2013-01-10 00:00",0.0051,"2013-01-16 00:00",0.0051,"2013-01-22 00:00","","","","",0.0051,0.0051,0.0051,0.0051,0.0051,0.0051,0.00375,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88109",5,30.483168,-97.872301,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",4,0.002846,0.001906,0.0075,"2013-04-16 00:00",0.0061,"2013-01-22 00:00",0.0057,"2013-01-28 00:00",0.0054,"2013-05-16 00:00","","","","",0.0075,0.0075,0.0061,0.0057,0.0035,0.0029,0.0007,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88110",5,30.483168,-97.872301,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88111",5,30.483168,-97.872301,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.075671,0.074122,0.3955,"2013-01-22 00:00",0.1514,"2013-03-05 00:00",0.1017,"2013-05-04 00:00",0.0911,"2013-04-22 00:00","","","","",0.3955,0.3955,0.1514,0.1017,0.0852,0.0604,0.0242,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88112",5,30.483168,-97.872301,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.001083,0.000929,0.003,"2013-02-09 00:00",0.003,"2013-04-22 00:00",0.002,"2013-01-16 00:00",0.002,"2013-02-15 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88113",5,30.483168,-97.872301,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",22,0.000129,0.000108,0.0006,"2013-04-04 00:00",0.0003,"2013-01-04 00:00",0.0001,"2013-01-10 00:00",0.0001,"2013-01-16 00:00","","","","",0.0006,0.0006,0.0003,0.0001,0.0001,0.0001,0.0001,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88114",5,30.483168,-97.872301,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",1,0.004167,0.003329,0.0147,"2013-01-16 00:00",0.0129,"2013-01-22 00:00",0.0061,"2013-01-10 00:00",0.005,"2013-04-22 00:00","","","","",0.0147,0.0147,0.0129,0.0061,0.0046,0.004,0.0006,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88115",5,30.483168,-97.872301,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",8,0.034058,0.08016,0.3524,"2013-01-28 00:00",0.2068,"2013-05-28 00:00",0.0494,"2013-03-17 00:00",0.0494,"2013-03-29 00:00","","","","",0.3524,0.3524,0.2068,0.0494,0.0315,0.008,0.0003,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88117",5,30.483168,-97.872301,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.009088,0.001133,0.0104,"2013-04-04 00:00",0.0104,"2013-04-10 00:00",0.0104,"2013-04-16 00:00",0.0104,"2013-04-22 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.00815,0.00815,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88118",5,30.483168,-97.872301,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",22,0.003913,0.001319,0.0072,"2013-04-28 00:00",0.006,"2013-05-10 00:00",0.00445,"2013-01-04 00:00",0.00445,"2013-01-10 00:00","","","","",0.0072,0.0072,0.006,0.00445,0.00445,0.00445,0.0023,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88121",5,30.483168,-97.872301,"NAD83","Europium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",21,0.012863,0.004969,0.0281,"2013-01-10 00:00",0.0268,"2013-02-09 00:00",0.0209,"2013-01-16 00:00",0.01185,"2013-04-04 00:00","","","","",0.0281,0.0281,0.0268,0.0209,0.01185,0.01185,0.0104,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88124",5,30.483168,-97.872301,"NAD83","Gallium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.000696,0.000428,0.00105,"2013-01-04 00:00",0.00105,"2013-01-10 00:00",0.00105,"2013-01-16 00:00",0.00105,"2013-01-22 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.00105,0.0002,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88126",5,30.483168,-97.872301,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.042204,0.04736,0.252,"2013-01-22 00:00",0.073,"2013-01-16 00:00",0.057,"2013-05-22 00:00",0.0542,"2013-04-22 00:00","","","","",0.252,0.252,0.073,0.057,0.0458,0.033,0.014,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88127",5,30.483168,-97.872301,"NAD83","Hafnium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88128",5,30.483168,-97.872301,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.001167,0.001341,0.005,"2013-01-22 00:00",0.004,"2013-05-04 00:00",0.003,"2013-05-10 00:00",0.002,"2013-02-09 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0.001,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88131",5,30.483168,-97.872301,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",22,0.000888,0.000291,0.0018,"2013-04-22 00:00",0.0017,"2013-04-10 00:00",0.0009,"2013-01-04 00:00",0.0009,"2013-01-10 00:00","","","","",0.0018,0.0018,0.0017,0.0009,0.0009,0.0009,0.00065,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88132",5,30.483168,-97.872301,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.001542,0.001693,0.007,"2013-01-22 00:00",0.004,"2013-05-10 00:00",0.004,"2013-05-16 00:00",0.003,"2013-04-10 00:00","","","","",0.007,0.007,0.004,0.004,0.002,0.001,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88133",5,30.483168,-97.872301,"NAD83","Iridium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.0104,0,0.0104,"2013-01-04 00:00",0.0104,"2013-01-10 00:00",0.0104,"2013-01-16 00:00",0.0104,"2013-01-22 00:00","","","","",0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,0.0104,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88134",5,30.483168,-97.872301,"NAD83","Molybdenum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",23,0.000415,0.000211,0.0014,"2013-01-16 00:00",0.0004,"2013-04-04 00:00",0.0004,"2013-04-10 00:00",0.0004,"2013-04-16 00:00","","","","",0.0014,0.0014,0.0004,0.0004,0.0004,0.00035,0.00035,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88136",5,30.483168,-97.872301,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.000167,0.000381,0.001,"2013-04-16 00:00",0.001,"2013-05-04 00:00",0.001,"2013-05-16 00:00",0.001,"2013-05-22 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88140",5,30.483168,-97.872301,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",21,0.060102,0.030374,0.1784,"2013-01-28 00:00",0.0933,"2013-02-15 00:00",0.0771,"2013-02-09 00:00",0.0674,"2013-04-04 00:00","","","","",0.1784,0.1784,0.0933,0.0771,0.0674,0.0674,0.03815,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88142",5,30.483168,-97.872301,"NAD83","Mercury PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88143",5,30.483168,-97.872301,"NAD83","Gold PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.000725,0.000151,0.0009,"2013-04-04 00:00",0.0009,"2013-04-10 00:00",0.0009,"2013-04-16 00:00",0.0009,"2013-04-22 00:00","","","","",0.0009,0.0009,0.0009,0.0009,0.0009,0.0006,0.0006,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88146",5,30.483168,-97.872301,"NAD83","Lanthanum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.006425,0.000151,0.0066,"2013-04-04 00:00",0.0066,"2013-04-10 00:00",0.0066,"2013-04-16 00:00",0.0066,"2013-04-22 00:00","","","","",0.0066,0.0066,0.0066,0.0066,0.0066,0.0063,0.0063,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88147",5,30.483168,-97.872301,"NAD83","Niobium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.000383,0.000101,0.0005,"2013-04-04 00:00",0.0005,"2013-04-10 00:00",0.0005,"2013-04-16 00:00",0.0005,"2013-04-22 00:00","","","","",0.0005,0.0005,0.0005,0.0005,0.0005,0.0003,0.0003,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88152",5,30.483168,-97.872301,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.001308,5e-05,0.00135,"2013-01-04 00:00",0.00135,"2013-01-10 00:00",0.00135,"2013-01-16 00:00",0.00135,"2013-01-22 00:00","","","","",0.00135,0.00135,0.00135,0.00135,0.00135,0.00135,0.00125,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88154",5,30.483168,-97.872301,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",17,0.000594,0.00042,0.0017,"2013-01-04 00:00",0.0015,"2013-05-16 00:00",0.0013,"2013-05-04 00:00",0.0012,"2013-03-17 00:00","","","","",0.0017,0.0017,0.0015,0.0013,0.0008,0.00045,0.0003,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88160",5,30.483168,-97.872301,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",22,0.001013,0.000555,0.0026,"2013-03-11 00:00",0.0021,"2013-03-05 00:00",0.0013,"2013-04-04 00:00",0.0013,"2013-04-10 00:00","","","","",0.0026,0.0026,0.0021,0.0013,0.0013,0.0013,0.00055,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88161",5,30.483168,-97.872301,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",14,0.003058,0.002342,0.0108,"2013-01-22 00:00",0.0076,"2013-05-22 00:00",0.0065,"2013-05-16 00:00",0.005,"2013-03-05 00:00","","","","",0.0108,0.0108,0.0076,0.0065,0.0031,0.00245,0.00105,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88162",5,30.483168,-97.872301,"NAD83","Samarium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",23,0.020073,0.004372,0.0392,"2013-01-28 00:00",0.02105,"2013-04-04 00:00",0.02105,"2013-04-10 00:00",0.02105,"2013-04-16 00:00","","","","",0.0392,0.0392,0.02105,0.02105,0.02105,0.01785,0.01785,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88163",5,30.483168,-97.872301,"NAD83","Scandium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.010204,0.00345,0.0142,"2013-04-04 00:00",0.0142,"2013-04-10 00:00",0.0142,"2013-04-16 00:00",0.0142,"2013-04-22 00:00","","","","",0.0142,0.0142,0.0142,0.0142,0.0142,0.00735,0.00735,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88164",5,30.483168,-97.872301,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",19,0.000244,0.000411,0.0021,"2013-05-16 00:00",0.0006,"2013-05-28 00:00",0.0003,"2013-04-16 00:00",0.0003,"2013-04-22 00:00","","","","",0.0021,0.0021,0.0006,0.0003,0.00015,0.00015,5e-05,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88165",5,30.483168,-97.872301,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",3,0.069965,0.05786,0.2064,"2013-01-22 00:00",0.1774,"2013-03-05 00:00",0.162,"2013-04-22 00:00",0.127,"2013-04-10 00:00","","","","",0.2064,0.2064,0.1774,0.162,0.107,0.0633,0.00285,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88166",5,30.483168,-97.872301,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",23,0.00054,0.000446,0.00105,"2013-04-04 00:00",0.00105,"2013-04-10 00:00",0.00105,"2013-04-16 00:00",0.00105,"2013-04-22 00:00","","","","",0.00105,0.00105,0.00105,0.00105,0.00105,0.00015,0.00015,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88167",5,30.483168,-97.872301,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.006521,0.00583,0.0274,"2013-01-16 00:00",0.0198,"2013-01-22 00:00",0.0112,"2013-02-09 00:00",0.008,"2013-02-03 00:00","","","","",0.0274,0.0274,0.0198,0.0112,0.0066,0.0054,0.0019,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88168",5,30.483168,-97.872301,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",10,0.000763,0.000552,0.002,"2013-04-16 00:00",0.0019,"2013-05-16 00:00",0.0017,"2013-01-22 00:00",0.0011,"2013-02-03 00:00","","","","",0.002,0.002,0.0019,0.0017,0.0011,0.0008,0.0002,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88169",5,30.483168,-97.872301,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.826254,0.779082,3.5453,"2013-04-16 00:00",2.2246,"2013-05-16 00:00",1.5451,"2013-05-28 00:00",1.4458,"2013-03-17 00:00","","","","",3.5453,3.5453,2.2246,1.5451,1.2364,0.6733,0.2272,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88170",5,30.483168,-97.872301,"NAD83","Tantalum PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",24,0.02085,0,0.02085,"2013-01-04 00:00",0.02085,"2013-01-10 00:00",0.02085,"2013-01-16 00:00",0.02085,"2013-01-22 00:00","","","","",0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,0.02085,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88172",5,30.483168,-97.872301,"NAD83","Terbium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",23,0.023317,0.007725,0.0595,"2013-03-17 00:00",0.0222,"2013-01-04 00:00",0.0222,"2013-01-10 00:00",0.0222,"2013-01-16 00:00","","","","",0.0595,0.0595,0.0222,0.0222,0.0222,0.0222,0.02115,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88176",5,30.483168,-97.872301,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",17,0.000502,0.000386,0.0015,"2013-04-16 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-29 00:00",0.0009,"2013-04-22 00:00","","","","",0.0015,0.0015,0.0013,0.0013,0.0008,0.0003,0.00025,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88180",5,30.483168,-97.872301,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.07165,0.06308,0.327,"2013-04-16 00:00",0.1516,"2013-05-16 00:00",0.1141,"2013-05-22 00:00",0.1093,"2013-01-22 00:00","","","","",0.327,0.327,0.1516,0.1141,0.0775,0.0624,0.0261,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88183",5,30.483168,-97.872301,"NAD83","Yttrium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",21,0.00055,0.000346,0.0018,"2013-04-22 00:00",0.0012,"2013-05-16 00:00",0.0011,"2013-04-28 00:00",0.0005,"2013-01-04 00:00","","","","",0.0018,0.0018,0.0012,0.0011,0.0005,0.0005,0.0003,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88184",5,30.483168,-97.872301,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",12,0.655421,0.757549,3.5294,"2013-04-16 00:00",2.1229,"2013-05-16 00:00",1.1182,"2013-05-28 00:00",1.021,"2013-04-10 00:00","","","","",3.5294,3.5294,2.1229,1.1182,0.7527,0.3829,0.12505,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88185",5,30.483168,-97.872301,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",21,0.000796,0.000463,0.0021,"2013-02-09 00:00",0.0018,"2013-01-22 00:00",0.0013,"2013-03-05 00:00",0.00095,"2013-04-04 00:00","","","","",0.0021,0.0021,0.0018,0.0013,0.00095,0.00095,0.0004,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88186",5,30.483168,-97.872301,"NAD83","Tungsten PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",20,0.001329,0.000685,0.0027,"2013-03-05 00:00",0.0025,"2013-02-27 00:00",0.0018,"2013-04-04 00:00",0.0018,"2013-04-10 00:00","","","","",0.0027,0.0027,0.0025,0.0018,0.0018,0.0018,0.0006,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88301",5,30.483168,-97.872301,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.727817,0.657623,3.1105,"2013-04-16 00:00",1.8559,"2013-05-16 00:00",1.3558,"2013-02-09 00:00",1.1707,"2013-05-28 00:00","","","","",3.1105,3.1105,1.8559,1.3558,0.8821,0.533,0.2251,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88302",5,30.483168,-97.872301,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.206992,0.2426,0.7617,"2013-05-28 00:00",0.6849,"2013-04-16 00:00",0.6638,"2013-01-28 00:00",0.575,"2013-03-17 00:00","","","","",0.7617,0.7617,0.6849,0.6638,0.2861,0.0996,0.018,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88303",5,30.483168,-97.872301,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,0.066058,0.06055,0.3266,"2013-04-16 00:00",0.1231,"2013-05-16 00:00",0.0952,"2013-05-22 00:00",0.0917,"2013-01-22 00:00","","","","",0.3266,0.3266,0.1231,0.0952,0.067,0.0471,0.0307,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88310",5,30.483168,-97.872301,"NAD83","Non-volatile Nitrate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",1,0.274248,0.232415,0.9362,"2013-01-16 00:00",0.5924,"2013-04-22 00:00",0.5603,"2013-03-17 00:00",0.4999,"2013-05-28 00:00","","","","",0.9362,0.9362,0.5924,0.5603,0.443,0.2451,0.0367,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88355",5,30.483168,-97.872301,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",0,1.496329,0.797128,4.0033,"2013-04-16 00:00",2.4833,"2013-01-22 00:00",2.4149,"2013-05-22 00:00",2.2487,"2013-03-23 00:00","","","","",4.0033,4.0033,2.4833,2.4149,1.7873,1.1574,0.7762,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88357",5,30.483168,-97.872301,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",10,0.148881,0.070962,0.3653,"2013-04-16 00:00",0.3175,"2013-01-22 00:00",0.2098,"2013-05-22 00:00",0.1985,"2013-05-16 00:00","","","","",0.3653,0.3653,0.3175,0.2098,0.1269,0.12515,0.1156,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88370",5,30.483168,-97.872301,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",0,1.372919,0.706214,3.5789,"2013-04-16 00:00",2.2762,"2013-05-22 00:00",2.2059,"2013-01-22 00:00",2.0149,"2013-03-23 00:00","","","","",3.5789,3.5789,2.2762,2.2059,1.6941,1.1215,0.739,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88374",5,30.483168,-97.872301,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",2,0.058567,0.061428,0.2833,"2013-04-16 00:00",0.1267,"2013-01-22 00:00",0.1258,"2013-05-16 00:00",0.0769,"2013-03-23 00:00","","","","",0.2833,0.2833,0.1267,0.1258,0.0671,0.0461,0.0063,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88375",5,30.483168,-97.872301,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",0,0.337081,0.192928,0.9492,"2013-04-16 00:00",0.6272,"2013-05-22 00:00",0.5157,"2013-01-22 00:00",0.5003,"2013-03-23 00:00","","","","",0.9492,0.9492,0.6272,0.5157,0.3898,0.2967,0.1819,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88376",5,30.483168,-97.872301,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",0,0.402195,0.171625,0.7189,"2013-01-22 00:00",0.6894,"2013-01-10 00:00",0.6784,"2013-05-22 00:00",0.6405,"2013-03-23 00:00","","","","",0.7189,0.7189,0.6894,0.6784,0.4882,0.3372,0.2365,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88377",5,30.483168,-97.872301,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",3,0.295233,0.227738,1.0506,"2013-04-16 00:00",0.5462,"2013-01-22 00:00",0.5282,"2013-05-22 00:00",0.4932,"2013-03-23 00:00","","","","",1.0506,1.0506,0.5462,0.5282,0.368,0.2099,0.0799,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88378",5,30.483168,-97.872301,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",6,0.250695,0.134278,0.695,"2013-04-16 00:00",0.3964,"2013-05-22 00:00",0.3502,"2013-01-10 00:00",0.3291,"2013-02-03 00:00","","","","",0.695,0.695,0.3964,0.3502,0.3041,0.2525,0.12515,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88380",5,30.483168,-97.872301,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",6,0.26641,0.185296,0.7898,"2013-04-16 00:00",0.5949,"2013-01-22 00:00",0.4928,"2013-02-09 00:00",0.446,"2013-03-23 00:00","","","","",0.7898,0.7898,0.5949,0.4928,0.3485,0.1823,0.12515,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88383",5,30.483168,-97.872301,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",0,0.506026,0.275874,1.43439,"2013-04-16 00:00",0.84017,"2013-01-22 00:00",0.69696,"2013-02-09 00:00",0.6952,"2013-03-23 00:00","","","","",1.43439,1.43439,0.84017,0.69696,0.6284,0.41676,0.28471,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88384",5,30.483168,-97.872301,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",0,0.052923,0.011474,0.08096,"2013-05-04 00:00",0.07504,"2013-02-27 00:00",0.07134,"2013-04-22 00:00",0.06551,"2013-01-10 00:00","","","","",0.08096,0.08096,0.07504,0.07134,0.05485,0.04997,0.04278,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88385",5,30.483168,-97.872301,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",10,0.000872,0.000989,0.00381,"2013-02-09 00:00",0.00145,"2013-04-04 00:00",0.00145,"2013-04-10 00:00",0.00145,"2013-04-16 00:00","","","","",0.00381,0.00381,0.00145,0.00145,0.00145,0.00145,0,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88388",5,30.483168,-97.872301,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",21,84,21,25,0,4,"","","Certification not required",3,0.38196,0.223868,1.1194,"2013-04-16 00:00",0.5811,"2013-02-09 00:00",0.5758,"2013-01-22 00:00",0.5378,"2013-03-23 00:00","","","","",1.1194,1.1194,0.5811,0.5758,0.4862,0.3321,0.12515,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88403",5,30.483168,-97.872301,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequential Teflon VSCC - ION CHROMATOGRAPHY",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,2.222179,2.156853,9.8171,"2013-04-16 00:00",6.0605,"2013-05-16 00:00",4.416,"2013-05-28 00:00",4.0859,"2013-03-17 00:00","","","","",9.8171,9.8171,6.0605,4.416,3.1964,1.767,0.5813,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0020","88502",3,30.483168,-97.872301,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7727,88,319,365,0,253,"","","Certification not required",0,7.677016,5.641727,48.9,"2013-07-04 21:00",48,"2013-05-18 15:00",47.8,"2013-05-21 17:00",44.8,"2013-05-18 14:00","","","","",27.8,24.4,19.2,14.4,9.6,6.5,2.2,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-01-29" +"48","453","0020","88502",3,30.483168,-97.872301,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",319,87,319,365,0,0,"","","Certification not required",0,7.653605,4.560224,30.4,"2013-08-09 00:00",26.7,"2013-04-16 00:00",26,"2013-08-08 00:00",24.2,"2013-05-17 00:00","","","","",24.2,22.7,18.3,12.7,9,6.6,3.5,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2014-01-29" +"48","453","0020","88502",5,30.483168,-97.872301,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",24,96,24,25,0,2,"","","Certification not required",0,6.933333,4.948225,24.4,"2013-04-16 00:00",13.9,"2013-05-16 00:00",11.6,"2013-01-22 00:00",10.1,"2013-05-28 00:00","","","","",24.4,24.4,13.9,11.6,9.7,6,2.4,"Austin Audubon Society","12200 Lime Creek Rd","Texas","Travis","","Austin-Round Rock, TX","2013-08-28" +"48","453","0021","43173",1,30.2632,-97.712885,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-17 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43202",1,30.2632,-97.712885,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,17.044,7.931622,38,"2013-01-10 00:00",35.54,"2013-01-17 00:00",32.98,"2013-02-15 00:00",32.56,"2013-11-30 00:00","","","","",38,35.54,32.98,30.64,21.84,15.1,9.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43203",1,30.2632,-97.712885,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.748364,1.473965,7.46,"2013-10-25 00:00",6.8,"2013-10-31 00:00",5.66,"2013-01-10 00:00",5.64,"2013-11-30 00:00","","","","",7.46,6.8,5.66,5.22,3.3,2.38,1.26,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43204",1,30.2632,-97.712885,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,15.661091,7.930563,34.02,"2013-11-30 00:00",33.3,"2013-01-10 00:00",33.27,"2013-10-01 00:00",31.65,"2013-02-15 00:00","","","","",34.02,33.3,33.27,29.94,21.21,13.8,7.41,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43205",1,30.2632,-97.712885,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",7,1.167091,0.815924,3.66,"2013-10-25 00:00",3.63,"2013-10-31 00:00",2.73,"2013-11-30 00:00",2.46,"2013-05-04 00:00","","","","",3.66,3.63,2.73,2.22,1.62,0.96,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43206",1,30.2632,-97.712885,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",4,1.323636,0.841441,3.62,"2013-10-31 00:00",3.58,"2013-10-25 00:00",2.82,"2013-01-10 00:00",2.82,"2013-05-04 00:00","","","","",3.62,3.58,2.82,2.6,1.72,1.14,0.52,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43212",1,30.2632,-97.712885,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,12.207273,8.92271,41.96,"2013-10-25 00:00",36.96,"2013-11-30 00:00",31.8,"2013-01-10 00:00",29.84,"2013-10-31 00:00","","","","",41.96,36.96,31.8,25.48,16.32,8.6,4.12,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43214",1,30.2632,-97.712885,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,5.026909,2.994197,15.28,"2013-11-30 00:00",13.04,"2013-10-25 00:00",11.12,"2013-06-15 00:00",10.44,"2013-01-10 00:00","","","","",15.28,13.04,11.12,9.32,5.96,4.24,2.12,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43216",1,30.2632,-97.712885,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",34,0.153818,0.182234,0.96,"2013-10-25 00:00",0.68,"2013-10-31 00:00",0.52,"2013-01-10 00:00",0.44,"2013-03-17 00:00","","","","",0.96,0.68,0.52,0.36,0.2,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43217",1,30.2632,-97.712885,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.146364,0.147991,0.72,"2013-10-25 00:00",0.52,"2013-10-31 00:00",0.48,"2013-01-10 00:00",0.36,"2013-03-17 00:00","","","","",0.72,0.52,0.48,0.32,0.24,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43218",1,30.2632,-97.712885,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.071273,0.155433,0.72,"2013-10-31 00:00",0.64,"2013-10-25 00:00",0.36,"2013-09-25 00:00",0.32,"2013-01-17 00:00","","","","",0.72,0.64,0.36,0.28,0.04,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43220",1,30.2632,-97.712885,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,3.050909,1.656566,7.35,"2013-10-25 00:00",7.2,"2013-11-30 00:00",6.85,"2013-07-21 00:00",6.65,"2013-06-15 00:00","","","","",7.35,7.2,6.85,5.6,3.75,2.7,1.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43221",1,30.2632,-97.712885,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",1,6.311818,3.993895,21.85,"2013-10-25 00:00",15.45,"2013-11-30 00:00",15,"2013-10-31 00:00",14,"2013-01-10 00:00","","","","",21.85,15.45,15,11.15,8,5.5,2.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43224",1,30.2632,-97.712885,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",50,0.078182,0.103978,0.6,"2013-10-25 00:00",0.5,"2013-09-25 00:00",0.35,"2013-10-01 00:00",0.2,"2013-07-03 00:00","","","","",0.6,0.5,0.35,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43226",1,30.2632,-97.712885,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",21,0.211818,0.20682,0.9,"2013-10-25 00:00",0.85,"2013-10-31 00:00",0.7,"2013-01-10 00:00",0.6,"2013-09-25 00:00","","","","",0.9,0.85,0.7,0.45,0.3,0.15,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43227",1,30.2632,-97.712885,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",32,0.115455,0.10966,0.5,"2013-10-25 00:00",0.45,"2013-10-31 00:00",0.4,"2013-10-07 00:00",0.35,"2013-09-25 00:00","","","","",0.5,0.45,0.4,0.25,0.15,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43228",1,30.2632,-97.712885,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",21,0.260909,0.292292,1.35,"2013-10-25 00:00",1.3,"2013-10-31 00:00",0.85,"2013-01-10 00:00",0.7,"2013-10-07 00:00","","","","",1.35,1.3,0.85,0.65,0.4,0.15,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43230",1,30.2632,-97.712885,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",2,0.978182,0.590819,2.52,"2013-10-01 00:00",2.46,"2013-10-25 00:00",2.34,"2013-10-31 00:00",2.04,"2013-09-25 00:00","","","","",2.52,2.46,2.34,1.92,1.26,0.84,0.36,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43231",1,30.2632,-97.712885,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.217455,0.702725,3.54,"2013-10-01 00:00",2.7,"2013-10-25 00:00",2.52,"2013-06-15 00:00",2.4,"2013-09-25 00:00","","","","",3.54,2.7,2.52,2.28,1.56,1.08,0.48,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43232",1,30.2632,-97.712885,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.675818,0.313113,1.47,"2013-10-01 00:00",1.33,"2013-09-25 00:00",1.26,"2013-01-10 00:00",1.19,"2013-05-04 00:00","","","","",1.47,1.33,1.26,1.19,0.84,0.63,0.35,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43233",1,30.2632,-97.712885,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",9,0.281636,0.214405,1.04,"2013-01-22 00:00",0.96,"2013-02-15 00:00",0.72,"2013-02-21 00:00",0.64,"2013-09-25 00:00","","","","",1.04,0.96,0.72,0.56,0.32,0.24,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43234",1,30.2632,-97.712885,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-17 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43235",1,30.2632,-97.712885,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",28,0.266,0.39253,2.25,"2013-02-15 00:00",1.35,"2013-01-22 00:00",1.17,"2013-05-16 00:00",0.99,"2013-10-07 00:00","","","","",2.25,1.35,1.17,0.54,0.36,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43238",1,30.2632,-97.712885,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",21,0.286364,0.439955,2.2,"2013-02-15 00:00",2.2,"2013-05-16 00:00",1.1,"2013-01-22 00:00",0.9,"2013-10-07 00:00","","","","",2.2,2.2,1.1,0.6,0.4,0.1,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43242",1,30.2632,-97.712885,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",36,0.092727,0.069,0.3,"2013-10-25 00:00",0.25,"2013-01-10 00:00",0.25,"2013-10-31 00:00",0.25,"2013-11-30 00:00","","","","",0.3,0.25,0.25,0.2,0.15,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43243",1,30.2632,-97.712885,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",17,0.466364,0.465281,1.7,"2013-06-15 00:00",1.65,"2013-08-02 00:00",1.45,"2013-06-27 00:00",1.25,"2013-08-08 00:00","","","","",1.7,1.65,1.45,1.15,0.75,0.25,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43244",1,30.2632,-97.712885,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.103455,0.116432,0.54,"2013-10-25 00:00",0.42,"2013-10-31 00:00",0.36,"2013-01-22 00:00",0.36,"2013-09-25 00:00","","","","",0.54,0.42,0.36,0.3,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43247",1,30.2632,-97.712885,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",25,0.155091,0.132942,0.56,"2013-10-25 00:00",0.49,"2013-09-25 00:00",0.49,"2013-10-01 00:00",0.49,"2013-10-31 00:00","","","","",0.56,0.49,0.49,0.28,0.21,0.14,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43248",1,30.2632,-97.712885,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",29,0.207455,0.200104,0.84,"2013-10-01 00:00",0.54,"2013-01-22 00:00",0.54,"2013-02-15 00:00",0.54,"2013-06-15 00:00","","","","",0.84,0.54,0.54,0.54,0.36,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43249",1,30.2632,-97.712885,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,0.696364,0.389688,1.68,"2013-10-31 00:00",1.61,"2013-09-25 00:00",1.54,"2013-10-01 00:00",1.54,"2013-10-25 00:00","","","","",1.68,1.61,1.54,1.4,0.84,0.63,0.28,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43250",1,30.2632,-97.712885,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.792727,0.801964,3.68,"2013-10-31 00:00",3.2,"2013-10-25 00:00",2.48,"2013-10-07 00:00",2.4,"2013-09-25 00:00","","","","",3.68,3.2,2.48,1.84,0.96,0.56,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43252",1,30.2632,-97.712885,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",19,0.222364,0.218683,0.88,"2013-05-04 00:00",0.8,"2013-10-07 00:00",0.8,"2013-10-25 00:00",0.72,"2013-09-25 00:00","","","","",0.88,0.8,0.8,0.64,0.24,0.16,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43253",1,30.2632,-97.712885,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",21,0.167455,0.12471,0.56,"2013-05-04 00:00",0.4,"2013-01-22 00:00",0.4,"2013-09-25 00:00",0.4,"2013-10-01 00:00","","","","",0.56,0.4,0.4,0.4,0.24,0.16,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43261",1,30.2632,-97.712885,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",12,0.332909,0.226852,0.84,"2013-02-15 00:00",0.77,"2013-01-10 00:00",0.77,"2013-05-04 00:00",0.7,"2013-06-15 00:00","","","","",0.84,0.77,0.77,0.7,0.49,0.28,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43262",1,30.2632,-97.712885,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,0.453273,0.276185,1.26,"2013-10-01 00:00",1.08,"2013-10-25 00:00",1.02,"2013-09-25 00:00",1.02,"2013-10-07 00:00","","","","",1.26,1.08,1.02,0.96,0.54,0.36,0.18,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43263",1,30.2632,-97.712885,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",29,0.442545,0.496943,1.61,"2013-10-25 00:00",1.61,"2013-10-31 00:00",1.54,"2013-01-10 00:00",1.54,"2013-09-25 00:00","","","","",1.61,1.61,1.54,1.26,0.77,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43280",1,30.2632,-97.712885,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",16,0.736727,0.694196,3.28,"2013-10-25 00:00",2.96,"2013-10-31 00:00",1.8,"2013-11-30 00:00",1.64,"2013-01-10 00:00","","","","",3.28,2.96,1.8,1.44,1.16,0.72,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43282",1,30.2632,-97.712885,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",49,0.060909,0.03428,0.2,"2013-10-25 00:00",0.2,"2013-10-31 00:00",0.15,"2013-01-10 00:00",0.15,"2013-10-07 00:00","","","","",0.2,0.2,0.15,0.1,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43283",1,30.2632,-97.712885,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.054545,0.01989,0.15,"2013-10-25 00:00",0.15,"2013-10-31 00:00",0.1,"2013-08-08 00:00",0.05,"2013-01-04 00:00","","","","",0.15,0.15,0.1,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43284",1,30.2632,-97.712885,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",35,0.194364,0.230673,0.96,"2013-10-25 00:00",0.84,"2013-10-31 00:00",0.72,"2013-09-25 00:00",0.72,"2013-10-01 00:00","","","","",0.96,0.84,0.72,0.48,0.3,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43285",1,30.2632,-97.712885,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",3,1.427455,0.847729,3.78,"2013-10-25 00:00",3.42,"2013-10-01 00:00",3.42,"2013-10-31 00:00",2.82,"2013-11-30 00:00","","","","",3.78,3.42,3.42,2.7,1.74,1.32,0.48,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43289",1,30.2632,-97.712885,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.058182,0.035018,0.24,"2013-10-31 00:00",0.18,"2013-10-07 00:00",0.18,"2013-10-25 00:00",0.05,"2013-01-04 00:00","","","","",0.24,0.18,0.18,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43290",1,30.2632,-97.712885,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",53,0.052545,0.013224,0.12,"2013-10-25 00:00",0.12,"2013-10-31 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.12,0.12,0.05,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43291",1,30.2632,-97.712885,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.108364,0.143885,0.7,"2013-10-25 00:00",0.63,"2013-10-31 00:00",0.49,"2013-11-30 00:00",0.35,"2013-11-18 00:00","","","","",0.7,0.63,0.49,0.28,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43331",1,30.2632,-97.712885,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",55,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-17 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43801",1,30.2632,-97.712885,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.639273,0.084214,0.9,"2013-06-15 00:00",0.79,"2013-06-27 00:00",0.78,"2013-05-16 00:00",0.78,"2013-08-08 00:00","","","","",0.9,0.79,0.78,0.75,0.69,0.64,0.52,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43802",1,30.2632,-97.712885,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.072182,0.047442,0.35,"2013-11-30 00:00",0.13,"2013-10-25 00:00",0.12,"2013-09-25 00:00",0.11,"2013-05-22 00:00","","","","",0.35,0.13,0.12,0.1,0.09,0.07,0.04,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43803",1,30.2632,-97.712885,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.018364,0.013846,0.06,"2013-10-25 00:00",0.05,"2013-06-15 00:00",0.04,"2013-06-03 00:00",0.04,"2013-08-20 00:00","","","","",0.06,0.05,0.04,0.04,0.03,0.02,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43804",1,30.2632,-97.712885,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.085273,0.032424,0.14,"2013-05-04 00:00",0.12,"2013-05-22 00:00",0.11,"2013-01-10 00:00",0.11,"2013-01-28 00:00","","","","",0.14,0.12,0.11,0.11,0.1,0.09,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43811",1,30.2632,-97.712885,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.244,0.015587,0.28,"2013-01-10 00:00",0.28,"2013-01-17 00:00",0.28,"2013-01-28 00:00",0.27,"2013-01-04 00:00","","","","",0.28,0.28,0.28,0.26,0.25,0.24,0.23,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43813",1,30.2632,-97.712885,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-17 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43814",1,30.2632,-97.712885,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.005818,0.009167,0.02,"2013-01-10 00:00",0.02,"2013-01-22 00:00",0.02,"2013-02-09 00:00",0.02,"2013-02-15 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43815",1,30.2632,-97.712885,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.014182,0.019878,0.06,"2013-02-15 00:00",0.06,"2013-10-25 00:00",0.06,"2013-11-30 00:00",0.04,"2013-01-04 00:00","","","","",0.06,0.06,0.06,0.04,0.04,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43817",1,30.2632,-97.712885,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.021455,0.035664,0.24,"2013-05-04 00:00",0.08,"2013-01-10 00:00",0.08,"2013-10-25 00:00",0.06,"2013-05-22 00:00","","","","",0.24,0.08,0.08,0.04,0.02,0.02,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43818",1,30.2632,-97.712885,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000727,0.003778,0.02,"2013-05-04 00:00",0.02,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43819",1,30.2632,-97.712885,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002727,0.006223,0.03,"2013-06-21 00:00",0.02,"2013-08-08 00:00",0.02,"2013-10-01 00:00",0.01,"2013-02-21 00:00","","","","",0.03,0.02,0.02,0.01,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43820",1,30.2632,-97.712885,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-17 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43823",1,30.2632,-97.712885,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.537273,0.039368,0.62,"2013-01-10 00:00",0.61,"2013-01-04 00:00",0.61,"2013-01-17 00:00",0.6,"2013-01-28 00:00","","","","",0.62,0.61,0.61,0.58,0.56,0.54,0.49,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43824",1,30.2632,-97.712885,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000727,0.003778,0.02,"2013-09-13 00:00",0.02,"2013-10-25 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.02,0.02,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43826",1,30.2632,-97.712885,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001091,0.004584,0.02,"2013-09-13 00:00",0.02,"2013-10-19 00:00",0.02,"2013-11-30 00:00",0,"2013-01-04 00:00","","","","",0.02,0.02,0.02,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43829",1,30.2632,-97.712885,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-17 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43830",1,30.2632,-97.712885,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.002182,0.009755,0.06,"2013-06-21 00:00",0.03,"2013-07-27 00:00",0.03,"2013-10-25 00:00",0,"2013-01-04 00:00","","","","",0.06,0.03,0.03,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43831",1,30.2632,-97.712885,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.003818,0.017373,0.12,"2013-02-03 00:00",0.03,"2013-05-04 00:00",0.03,"2013-06-21 00:00",0.03,"2013-07-15 00:00","","","","",0.12,0.03,0.03,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43843",1,30.2632,-97.712885,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000364,0.002697,0.02,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-17 00:00","","","","",0.02,0,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43860",1,30.2632,-97.712885,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.000364,0.002697,0.02,"2013-10-01 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-17 00:00","","","","",0.02,0,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43954",1,30.2632,-97.712885,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",27,0.122545,0.140676,0.77,"2013-01-22 00:00",0.66,"2013-05-16 00:00",0.44,"2013-10-07 00:00",0.33,"2013-02-15 00:00","","","","",0.77,0.66,0.44,0.22,0.11,0.11,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","43960",1,30.2632,-97.712885,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",25,0.178364,0.159022,0.64,"2013-05-04 00:00",0.48,"2013-01-22 00:00",0.48,"2013-02-15 00:00",0.48,"2013-08-02 00:00","","","","",0.64,0.48,0.48,0.48,0.24,0.16,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45109",1,30.2632,-97.712885,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.992,0.745968,3.84,"2013-10-07 00:00",3.04,"2013-01-22 00:00",2.64,"2013-10-31 00:00",2.56,"2013-10-25 00:00","","","","",3.84,3.04,2.64,2,1.2,0.8,0.32,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45201",1,30.2632,-97.712885,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,1.422545,0.635576,3.12,"2013-10-25 00:00",2.76,"2013-05-04 00:00",2.7,"2013-01-10 00:00",2.58,"2013-10-31 00:00","","","","",3.12,2.76,2.7,2.16,1.74,1.38,0.78,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45202",1,30.2632,-97.712885,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,2.173818,1.425017,7.42,"2013-10-25 00:00",6.02,"2013-10-31 00:00",5.81,"2013-05-04 00:00",5.04,"2013-09-25 00:00","","","","",7.42,6.02,5.81,3.99,2.59,1.68,0.91,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45203",1,30.2632,-97.712885,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.295273,0.264378,1.2,"2013-10-07 00:00",0.96,"2013-01-22 00:00",0.96,"2013-10-25 00:00",0.88,"2013-10-31 00:00","","","","",1.2,0.96,0.96,0.56,0.4,0.24,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45204",1,30.2632,-97.712885,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.322909,0.28429,1.36,"2013-10-07 00:00",1.12,"2013-01-22 00:00",0.96,"2013-10-31 00:00",0.88,"2013-10-25 00:00","","","","",1.36,1.12,0.96,0.72,0.4,0.24,0.08,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45207",1,30.2632,-97.712885,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.086727,0.089008,0.45,"2013-10-31 00:00",0.36,"2013-09-25 00:00",0.36,"2013-10-25 00:00",0.27,"2013-01-10 00:00","","","","",0.45,0.36,0.36,0.18,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45208",1,30.2632,-97.712885,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",20,0.378182,0.430065,1.8,"2013-10-31 00:00",1.53,"2013-10-25 00:00",1.44,"2013-05-04 00:00",1.44,"2013-10-07 00:00","","","","",1.8,1.53,1.44,0.99,0.54,0.27,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45209",1,30.2632,-97.712885,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",44,0.084182,0.073954,0.36,"2013-10-31 00:00",0.27,"2013-09-25 00:00",0.27,"2013-10-07 00:00",0.27,"2013-10-25 00:00","","","","",0.36,0.27,0.27,0.18,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45210",1,30.2632,-97.712885,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.019636,0.037514,0.09,"2013-01-10 00:00",0.09,"2013-01-17 00:00",0.09,"2013-02-15 00:00",0.09,"2013-03-11 00:00","","","","",0.09,0.09,0.09,0.09,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45211",1,30.2632,-97.712885,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.106182,0.118564,0.45,"2013-01-22 00:00",0.45,"2013-05-04 00:00",0.45,"2013-10-31 00:00",0.36,"2013-02-21 00:00","","","","",0.45,0.45,0.45,0.36,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45212",1,30.2632,-97.712885,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",15,0.327818,0.320998,1.35,"2013-01-22 00:00",1.17,"2013-10-31 00:00",1.08,"2013-05-04 00:00",0.99,"2013-02-21 00:00","","","","",1.35,1.17,1.08,0.9,0.45,0.18,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45213",1,30.2632,-97.712885,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",33,0.128182,0.122853,0.54,"2013-01-22 00:00",0.54,"2013-10-31 00:00",0.45,"2013-10-25 00:00",0.36,"2013-01-10 00:00","","","","",0.54,0.54,0.45,0.27,0.18,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45218",1,30.2632,-97.712885,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",52,0.054545,0.022096,0.2,"2013-01-22 00:00",0.1,"2013-09-13 00:00",0.1,"2013-10-31 00:00",0.05,"2013-01-04 00:00","","","","",0.2,0.1,0.1,0.05,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45219",1,30.2632,-97.712885,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",43,0.068182,0.045505,0.3,"2013-01-22 00:00",0.2,"2013-10-07 00:00",0.2,"2013-10-25 00:00",0.1,"2013-01-10 00:00","","","","",0.3,0.2,0.2,0.1,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45220",1,30.2632,-97.712885,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.036364,0.055122,0.24,"2013-10-25 00:00",0.24,"2013-10-31 00:00",0.08,"2013-01-10 00:00",0.08,"2013-01-17 00:00","","","","",0.24,0.24,0.08,0.08,0.08,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45225",1,30.2632,-97.712885,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",45,0.09,0.098658,0.45,"2013-01-22 00:00",0.45,"2013-10-31 00:00",0.36,"2013-09-25 00:00",0.36,"2013-10-25 00:00","","","","",0.45,0.45,0.36,0.18,0.05,0.05,0.05,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","45801",1,30.2632,-97.712885,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",55,90,55,61,0,0,"","","Certification not required",0,0.001091,0.00809,0.06,"2013-11-06 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-17 00:00","","","","",0.06,0,0,0,0,0,0,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","61101",1,30.2632,-97.712885,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6388,73,262,365,0,908,"","","Certification not required",0,4.607624,2.492786,17.6,"2013-02-25 16:00",17.5,"2013-02-25 14:00",16.8,"2013-02-25 15:00",16,"2013-03-05 09:00","","","","",11.4,10.5,9.1,8,6.2,4.3,1.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0021","61103",1,30.2632,-97.712885,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6382,73,262,365,0,914,"","","Certification not required",0,4.13817,2.436621,16.8,"2013-02-25 16:00",16.5,"2013-02-25 14:00",15.7,"2013-02-25 15:00",14.6,"2013-02-25 13:00","","","","",10.6,9.8,8.5,7.5,5.8,3.9,1.1,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0021","61104",1,30.2632,-97.712885,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6382,73,262,365,0,914,"","","Certification not required",0,159.173989,90.271407,359.9,"2013-03-12 02:00",359.8,"2013-06-06 05:00",359.8,"2013-10-17 23:00",359.7,"2013-04-18 18:00","","","","",357,354.6,344.7,308.4,187.8,168.1,27.5,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0021","61105",1,30.2632,-97.712885,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6396,73,262,365,0,900,"","","Certification not required",0,10.800969,5.43037,40,"2013-02-25 14:00",38,"2013-02-25 15:00",37,"2013-02-25 16:00",36,"2013-02-25 17:00","","","","",25,23,20,18,14,10,4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0021","61106",1,30.2632,-97.712885,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6382,73,262,365,0,914,"","","Certification not required",0,27.355735,11.730867,79.4,"2013-04-26 08:00",79.1,"2013-03-03 00:00",78.8,"2013-06-30 05:00",78.3,"2013-08-10 09:00","","","","",69.9,64.2,54.3,43.9,30.4,23.2,17.7,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0021","62101",1,30.2632,-97.712885,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7282,83,304,365,0,14,"","","Certification not required",0,72.128673,14.743769,104,"2013-06-29 15:00",104,"2013-06-29 16:00",103,"2013-06-28 16:00",103,"2013-06-28 17:00","","","","",99,98,94,90,82,75,51,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-03" +"48","453","0021","68103",2,30.2632,-97.712885,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,0,"","","Certification not required",0,15.057143,8.552656,26.8,"2013-08-08 00:00",26.7,"2013-08-02 00:00",26.2,"2013-06-27 00:00",25.9,"2013-07-09 00:00","","","","",26.8,26.8,26.2,24.9,22.7,16.5,1.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","68104",2,30.2632,-97.712885,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,0,"","","Certification not required",0,27.720408,9.95676,43.5,"2013-08-08 00:00",41.7,"2013-08-02 00:00",41.1,"2013-06-27 00:00",39.4,"2013-07-09 00:00","","","","",43.5,43.5,41.1,39.3,35.8,30.4,12.5,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","68105",2,30.2632,-97.712885,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,0,"","","Certification not required",0,20.912245,8.822005,33.7,"2013-08-08 00:00",33.3,"2013-08-02 00:00",33,"2013-06-27 00:00",32,"2013-07-09 00:00","","","","",33.7,33.7,33,31.7,28,21.8,5.6,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","68106",2,30.2632,-97.712885,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,0,"","","Certification not required",0,746.326531,6.131842,758,"2013-01-04 00:00",758,"2013-11-24 00:00",756,"2013-12-24 00:00",756,"2013-12-30 00:00","","","","",758,758,756,755,752,746,739,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","68107",2,30.2632,-97.712885,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,0,"","","Certification not required",0,754.285714,6.648935,767,"2013-11-12 00:00",766,"2013-12-24 00:00",765,"2013-11-24 00:00",764,"2013-01-04 00:00","","","","",767,767,765,764,759,754,746,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","68108",2,30.2632,-97.712885,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,0,"","","Certification not required",0,750.612245,6.075279,761,"2013-01-04 00:00",761,"2013-11-12 00:00",761,"2013-11-24 00:00",761,"2013-12-24 00:00","","","","",761,761,761,759,756,750,743,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","81102",1,30.2632,-97.712885,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,6,0,0,"Certification not required",0,20.381818,12.523298,68,"2013-08-08 00:00",57,"2013-06-21 00:00",51,"2013-05-28 00:00",42,"2013-09-25 00:00","","","","",68,57,51,35,25,17,10,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-19" +"48","453","0021","88101",2,30.2632,-97.712885,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,15,0,0,"Requested but not yet concurred",0,8.312245,4.931009,27,"2013-04-16 00:00",25.5,"2013-08-08 00:00",15.6,"2013-05-16 00:00",14.3,"2013-10-25 00:00","","","","",27,27,15.6,13.7,9.8,7.8,3.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","88101",2,30.2632,-97.712885,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,15,"","","Requested but not yet concurred",0,8.312245,4.931009,27,"2013-04-16 00:00",25.5,"2013-08-08 00:00",15.6,"2013-05-16 00:00",14.3,"2013-10-25 00:00","","","","",27,27,15.6,13.7,9.8,7.8,3.4,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-02-18" +"48","453","0021","88502",3,30.2632,-97.712885,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7777,89,318,365,0,239,"","","Certification not required",0,9.194728,6.821805,110.1,"2013-05-31 07:00",101.1,"2013-06-01 06:00",84.3,"2013-05-31 06:00",80.7,"2013-05-13 15:00","","","","",31.6,27.3,21.9,17.3,12.1,8,2.3,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","453","0021","88502",3,30.2632,-97.712885,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",318,87,318,365,0,0,"","","Certification not required",0,9.205031,4.731515,27.7,"2013-04-16 00:00",26.2,"2013-05-17 00:00",25,"2013-06-21 00:00",24.8,"2013-05-23 00:00","","","","",24.8,22.5,19.6,15.3,11.2,8.4,4.1,"Austin Webberville Rd","2600B Webberville Rd","Texas","Travis","Austin","Austin-Round Rock, TX","2014-01-29" +"48","469","0003","44201",1,28.836165,-97.005534,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7424,84,307,365,0,588,0,0,"Requested but not yet concurred",188,0.037811,0.012737,0.07,"2013-07-04 12:00",0.069,"2013-08-18 16:00",0.067,"2013-03-13 16:00",0.067,"2013-08-17 18:00","","","","",0.067,0.064,0.06,0.055,0.047,0.037,0.02,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-01-30" +"48","469","0003","44201",1,28.836165,-97.005534,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7455,84,307,365,0,0,0,0,"Requested but not yet concurred",0,0.033619,0.012042,0.064,"2013-08-18 12:00",0.062,"2013-03-13 11:00",0.062,"2013-07-04 09:00",0.062,"2013-08-17 12:00","","","","",0.062,0.059,0.055,0.051,0.042,0.033,0.018,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-01-30" +"48","469","0003","44201",1,28.836165,-97.005534,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7455,84,307,365,0,0,0,0,"Requested but not yet concurred",0,0.033619,0.012042,0.064,"2013-08-18 12:00",0.062,"2013-03-13 11:00",0.062,"2013-07-04 09:00",0.062,"2013-08-17 12:00","","","","",0.062,0.059,0.055,0.051,0.042,0.033,0.018,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-01-30" +"48","469","0003","61101",1,28.836165,-97.005534,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7285,83,304,365,0,7,"","","Certification not required",0,6.290776,3.005057,21,"2013-01-29 11:00",21,"2013-02-25 13:00",20.8,"2013-02-25 16:00",20.4,"2013-02-25 14:00","","","","",13.9,13,11.5,10.3,8.4,6,2.6,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","469","0003","61103",1,28.836165,-97.005534,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7285,83,304,365,0,7,"","","Certification not required",0,5.892313,2.935078,20.6,"2013-01-29 11:00",20.3,"2013-02-25 13:00",20.3,"2013-02-25 16:00",19.7,"2013-02-25 14:00","","","","",13.2,12.3,10.9,9.8,8,5.6,2.2,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","469","0003","61104",1,28.836165,-97.005534,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7285,83,304,365,0,7,"","","Certification not required",0,148.764434,88.828743,360,"2013-01-02 11:00",360,"2013-04-03 21:00",360,"2013-04-19 09:00",359.9,"2013-03-02 01:00","","","","",357.8,355.6,345.1,304.3,179.8,145.3,32.3,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","469","0003","61105",1,28.836165,-97.005534,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7285,83,304,365,0,7,"","","Certification not required",0,12.15676,5.672789,40,"2013-02-25 16:00",39,"2013-02-25 15:00",38,"2013-03-05 07:00",37,"2013-02-25 12:00","","","","",27,25,22,19,16,12,5,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","469","0003","61106",1,28.836165,-97.005534,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7285,83,304,365,0,7,"","","Certification not required",0,20.219973,9.615763,79.9,"2013-03-07 01:00",78.6,"2013-07-17 05:00",77.5,"2013-07-04 03:00",76.8,"2013-10-16 02:00","","","","",62.3,53.9,40.4,30.6,21.6,17.5,12.9,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","469","0003","62101",1,28.836165,-97.005534,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6890,79,287,365,0,402,"","","Certification not required",0,73.965893,11.650677,106,"2013-06-29 16:00",105,"2013-06-29 14:00",105,"2013-06-29 15:00",103,"2013-06-29 13:00","","","","",94,93,91,88,82,76,57,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","469","0003","63301",1,28.836165,-97.005534,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7290,83,304,365,0,2,"","","Certification not required",3521,0.282719,0.39163,1.44,"2013-05-03 12:00",1.44,"2013-05-04 12:00",1.44,"2013-07-12 12:00",1.44,"2013-09-08 12:00","","","","",1.33,1.27,1.13,0.96,0.53,0.02,0.005,"Victoria","106 Mockingbird Lane","Texas","Victoria","Victoria","Victoria, TX","2014-02-03" +"48","479","0016","12103",1,27.511267,-99.52029,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - EMISSION SPECTRA ICAP",2013,"Micrograms/cubic meter (25 C)","No Events",39,64,39,61,0,6,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2013-12-18" +"48","479","0016","14129",1,27.511267,-99.52029,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,6,0,0,"Certification not required",0,0.005,0.002734,0.016,"2013-01-16 00:00",0.01,"2013-02-21 00:00",0.009,"2013-03-17 00:00",0.008,"2013-04-10 00:00","","","","",0.016,0.016,0.01,0.008,0.006,0.004,0.002,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2013-12-19" +"48","479","0016","42101",1,27.511267,-99.52029,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",7181,82,302,365,0,835,0,0,"Certification not required",7127,0.253662,0.046009,1.6,"2013-11-21 20:00",1.2,"2013-02-16 20:00",1.1,"2013-03-02 20:00",1,"2013-02-21 21:00","","","","",0.25,0.25,0.25,0.25,0.25,0.25,0.25,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0016","42101",1,27.511267,-99.52029,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7240,83,300,365,0,0,0,0,"Certification not required",0,0.302127,0.022261,0.9,"2013-02-22 02:00",0.9,"2013-02-22 03:00",0.8,"2013-02-22 01:00",0.8,"2013-02-22 04:00",0.9,"2013-02-22 02:00",0.6,"2013-02-22 06:00",0.4,0.3,0.3,0.3,0.3,0.3,0.3,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0016","44201",1,27.511267,-99.52029,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7923,91,333,365,0,93,0,0,"Requested but not yet concurred",410,0.038697,0.011088,0.093,"2013-09-23 16:00",0.078,"2013-09-24 12:00",0.076,"2013-07-02 16:00",0.068,"2013-07-01 13:00","","","","",0.068,0.063,0.057,0.052,0.046,0.038,0.026,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0016","44201",1,27.511267,-99.52029,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7966,91,333,365,0,0,0,0,"Requested but not yet concurred",0,0.034174,0.010261,0.077,"2013-09-23 10:00",0.069,"2013-07-02 11:00",0.067,"2013-09-24 10:00",0.065,"2013-07-01 11:00","","","","",0.065,0.058,0.05,0.047,0.041,0.034,0.022,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0016","44201",1,27.511267,-99.52029,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7966,91,333,365,0,0,1,1,"Requested but not yet concurred",0,0.034174,0.010261,0.077,"2013-09-23 10:00",0.069,"2013-07-02 11:00",0.067,"2013-09-24 10:00",0.065,"2013-07-01 11:00","","","","",0.065,0.058,0.05,0.047,0.041,0.034,0.022,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0016","61101",1,27.511267,-99.52029,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6728,77,280,365,0,568,"","","Certification not required",0,6.624792,2.771839,26.5,"2013-02-25 12:00",24.8,"2013-02-25 11:00",24.7,"2013-02-25 13:00",22.9,"2013-02-25 14:00","","","","",14.1,12.7,11.1,10.1,8.3,6.5,3.2,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0016","61103",1,27.511267,-99.52029,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6728,77,280,365,0,568,"","","Certification not required",0,6.182476,2.777277,26,"2013-02-25 12:00",24.2,"2013-02-25 11:00",24.1,"2013-02-25 13:00",22.4,"2013-02-25 14:00","","","","",13.5,12.2,10.7,9.6,7.9,6.1,2.7,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0016","61104",1,27.511267,-99.52029,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6728,77,280,365,0,568,"","","Certification not required",0,137.202646,73.305499,360,"2013-02-10 23:00",359.7,"2013-10-19 09:00",359.7,"2013-10-31 17:00",359.2,"2013-10-13 19:00","","","","",351.4,344.7,330.7,278.4,141.6,125.6,66.2,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0016","61105",1,27.511267,-99.52029,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6728,77,280,365,0,568,"","","Certification not required",0,14.604043,5.659129,43,"2013-02-25 12:00",42,"2013-02-25 13:00",41,"2013-06-07 13:00",40,"2013-02-25 11:00","","","","",29,27,24,22,18,14,7,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0016","61106",1,27.511267,-99.52029,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6728,77,280,365,0,568,"","","Certification not required",0,21.104712,9.500807,78.7,"2013-05-24 15:00",78.1,"2013-04-29 01:00",75.2,"2013-02-05 03:00",74.8,"2013-04-19 13:00","","","","",60.2,52.3,41.4,32.5,23.1,17.9,13.8,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0016","62101",1,27.511267,-99.52029,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7289,83,304,365,0,7,"","","Certification not required",0,76.866237,13.048843,107,"2013-06-29 16:00",107,"2013-06-29 17:00",107,"2013-06-29 18:00",106,"2013-06-29 15:00","","","","",102,100,97,94,86,78,59,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0016","68105",2,27.511267,-99.52029,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",44,72,44,61,0,1,"","","Certification not required",0,25.995455,6.80393,34.4,"2013-08-08 00:00",33.3,"2013-08-14 00:00",32.8,"2013-06-27 00:00",32.8,"2013-08-02 00:00","","","","",34.4,34.4,32.8,32.8,31.1,29.4,17.2,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2013-12-18" +"48","479","0016","68108",2,27.511267,-99.52029,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",45,74,45,61,0,0,"","","Certification not required",0,747.4,4.041827,759,"2013-01-04 00:00",757,"2013-01-16 00:00",754,"2013-01-22 00:00",753,"2013-02-03 00:00","","","","",759,759,754,752,750,747,742,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2013-12-18" +"48","479","0016","81102",1,27.511267,-99.52029,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,4,0,0,"Certification not required",0,28.789474,17.399443,80,"2013-04-10 00:00",76,"2013-03-05 00:00",74,"2013-06-21 00:00",72,"2013-08-08 00:00","","","","",80,76,74,60,33,24,15,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0016","81102",2,27.511267,-99.52029,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",54,89,54,61,0,7,0,0,"Certification not required",0,37.833333,26.238924,121,"2013-04-10 00:00",105,"2013-03-05 00:00",97,"2013-06-21 00:00",89,"2013-03-11 00:00","","","","",121,105,97,85,50,31,12,"Laredo Border","WEST END WASHINGTON ST.","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","42101",1,27.501823,-99.502994,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",6922,79,289,365,0,1076,0,0,"Certification not required",6238,0.297645,0.159411,1.8,"2013-03-17 21:00",1.7,"2013-03-23 19:00",1.7,"2013-09-12 07:00",1.6,"2013-03-04 19:00","","","","",1,0.9,0.7,0.25,0.25,0.25,0.25,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0017","42101",1,27.501823,-99.502994,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6964,79,287,365,0,0,0,0,"Certification not required",0,0.33162,0.0794,1.1,"2013-02-22 00:00",1.1,"2013-02-22 01:00",1,"2013-02-21 23:00",1,"2013-11-12 15:00",1.1,"2013-02-22 00:00",1,"2013-11-12 15:00",0.7,0.6,0.5,0.4,0.3,0.3,0.3,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0017","43173",1,27.501823,-99.502994,"NAD83","1-Hexene & 2-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per million Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-24 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43202",1,27.501823,-99.502994,"NAD83","Ethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,18.8768,18.032537,114.04,"2013-11-18 00:00",64.8,"2013-01-10 00:00",45.02,"2013-04-04 00:00",38.5,"2013-03-11 00:00","","","","",114.04,114.04,45.02,33.94,22.24,14.04,6.48,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43203",1,27.501823,-99.502994,"NAD83","Ethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,6.4348,2.671038,15.22,"2013-11-12 00:00",11.02,"2013-03-17 00:00",10.66,"2013-05-10 00:00",10.34,"2013-03-23 00:00","","","","",15.22,15.22,10.66,9.82,8.16,6,3.3,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43204",1,27.501823,-99.502994,"NAD83","Propane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,20.166,19.809486,121.8,"2013-11-18 00:00",69.81,"2013-01-10 00:00",48.45,"2013-01-16 00:00",42.96,"2013-04-04 00:00","","","","",121.8,121.8,48.45,37.83,25.38,13.59,6.45,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43205",1,27.501823,-99.502994,"NAD83","Propylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.8772,2.155417,11.13,"2013-03-17 00:00",8.64,"2013-05-10 00:00",8.49,"2013-03-23 00:00",8.37,"2013-11-12 00:00","","","","",11.13,11.13,8.49,7.56,4.5,3.39,1.77,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43206",1,27.501823,-99.502994,"NAD83","Acetylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/FID",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.696,1.472585,8.3,"2013-11-12 00:00",6.4,"2013-05-10 00:00",6.32,"2013-03-23 00:00",6.12,"2013-07-03 00:00","","","","",8.3,8.3,6.32,5.44,4.4,3.66,1.9,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43212",1,27.501823,-99.502994,"NAD83","n-Butane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,31.4456,48.818684,238.56,"2013-11-18 00:00",222.88,"2013-03-17 00:00",169.04,"2013-03-23 00:00",85.24,"2013-07-27 00:00","","","","",238.56,238.56,169.04,56.2,31.36,18.04,5.76,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43214",1,27.501823,-99.502994,"NAD83","Isobutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,10.9632,13.872755,70.68,"2013-03-17 00:00",65.56,"2013-11-18 00:00",44.64,"2013-03-23 00:00",24.08,"2013-07-27 00:00","","","","",70.68,70.68,44.64,21.08,12.08,6.56,2.76,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43216",1,27.501823,-99.502994,"NAD83","trans-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,1.037,2.063059,12.52,"2013-03-17 00:00",8,"2013-03-23 00:00",3.24,"2013-07-27 00:00",3.04,"2013-05-10 00:00","","","","",12.52,12.52,3.24,2.04,0.8,0.48,0.12,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43217",1,27.501823,-99.502994,"NAD83","cis-2-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",8,0.908,1.740682,10.4,"2013-03-17 00:00",6.68,"2013-03-23 00:00",2.96,"2013-07-27 00:00",2.72,"2013-05-10 00:00","","","","",10.4,10.4,2.96,2.2,0.72,0.36,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43218",1,27.501823,-99.502994,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.464,0.40309,1.32,"2013-11-12 00:00",1.28,"2013-05-10 00:00",1.2,"2013-02-21 00:00",1.16,"2013-07-03 00:00","","","","",1.32,1.32,1.2,1.12,0.72,0.48,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43220",1,27.501823,-99.502994,"NAD83","n-Pentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,11.509,19.066432,97.3,"2013-03-17 00:00",71.05,"2013-03-23 00:00",65.55,"2013-07-27 00:00",54,"2013-11-18 00:00","","","","",97.3,97.3,65.55,23.05,9.3,5.5,1.95,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43221",1,27.501823,-99.502994,"NAD83","Isopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,28.34,44.158533,212.8,"2013-03-17 00:00",207.55,"2013-03-23 00:00",127.25,"2013-11-18 00:00",108.2,"2013-07-27 00:00","","","","",212.8,212.8,127.25,61.9,25.6,13.95,5.7,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43224",1,27.501823,-99.502994,"NAD83","1-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",31,0.743,1.429143,6.2,"2013-03-17 00:00",5.75,"2013-07-27 00:00",5.1,"2013-03-23 00:00",2.55,"2013-11-18 00:00","","","","",6.2,6.2,5.1,2.5,0.9,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43226",1,27.501823,-99.502994,"NAD83","trans-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,1.655,2.844207,13.85,"2013-03-17 00:00",11.25,"2013-03-23 00:00",10.35,"2013-07-27 00:00",5,"2013-05-10 00:00","","","","",13.85,13.85,10.35,4.65,1.45,0.65,0.1,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43227",1,27.501823,-99.502994,"NAD83","cis-2-Pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",8,0.848,1.393204,6.75,"2013-03-17 00:00",5.5,"2013-03-23 00:00",5.05,"2013-07-27 00:00",2.65,"2013-05-10 00:00","","","","",6.75,6.75,5.05,2.35,0.75,0.35,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43228",1,27.501823,-99.502994,"NAD83","2-Methyl-2-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,2.069,3.561857,17,"2013-03-17 00:00",13.9,"2013-03-23 00:00",13.4,"2013-07-27 00:00",6.85,"2013-11-18 00:00","","","","",17,17,13.4,6.4,1.85,0.85,0.1,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43230",1,27.501823,-99.502994,"NAD83","3-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.402,4.042303,21.3,"2013-03-17 00:00",17.82,"2013-03-23 00:00",11.82,"2013-11-18 00:00",11.4,"2013-07-27 00:00","","","","",21.3,21.3,11.82,6.72,3.12,2.16,0.9,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43231",1,27.501823,-99.502994,"NAD83","n-Hexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.1296,3.431514,17.82,"2013-03-17 00:00",14.34,"2013-03-23 00:00",12.6,"2013-11-18 00:00",8.7,"2013-07-27 00:00","","","","",17.82,17.82,12.6,5.88,3.18,2.28,0.9,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43232",1,27.501823,-99.502994,"NAD83","n-Heptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.1928,0.689197,3.15,"2013-03-17 00:00",3.15,"2013-11-18 00:00",2.8,"2013-03-23 00:00",2.38,"2013-11-12 00:00","","","","",3.15,3.15,2.8,2.1,1.54,1.05,0.42,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43233",1,27.501823,-99.502994,"NAD83","n-Octane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,0.6074,0.428394,2.4,"2013-02-21 00:00",1.44,"2013-05-04 00:00",1.36,"2013-05-22 00:00",1.36,"2013-07-03 00:00","","","","",2.4,2.4,1.36,1.2,0.8,0.56,0.24,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43234",1,27.501823,-99.502994,"NAD83","4-Methyl-1-pentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",49,0.0538,0.02687,0.24,"2013-07-27 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-24 00:00","","","","",0.24,0.24,0.05,0.05,0.05,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43235",1,27.501823,-99.502994,"NAD83","n-Nonane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",18,0.3078,0.5683,4.05,"2013-02-21 00:00",0.63,"2013-07-03 00:00",0.63,"2013-11-12 00:00",0.54,"2013-03-17 00:00","","","","",4.05,4.05,0.63,0.54,0.36,0.18,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43238",1,27.501823,-99.502994,"NAD83","n-Decane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",19,0.267,0.642429,4.6,"2013-02-21 00:00",0.6,"2013-02-09 00:00",0.5,"2013-03-17 00:00",0.4,"2013-01-10 00:00","","","","",4.6,4.6,0.5,0.4,0.3,0.1,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43242",1,27.501823,-99.502994,"NAD83","Cyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,0.423,0.685879,3.6,"2013-03-17 00:00",2.7,"2013-03-23 00:00",1.95,"2013-07-27 00:00",1.7,"2013-11-18 00:00","","","","",3.6,3.6,1.95,1.15,0.4,0.2,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43243",1,27.501823,-99.502994,"NAD83","Isoprene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,0.861,0.708137,2.6,"2013-08-02 00:00",2.6,"2013-08-08 00:00",2.2,"2013-05-22 00:00",1.95,"2013-06-03 00:00","","","","",2.6,2.6,2.2,1.9,1.3,0.8,0.1,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43244",1,27.501823,-99.502994,"NAD83","2,2-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,0.658,1.079616,5.82,"2013-03-17 00:00",4.32,"2013-03-23 00:00",3,"2013-11-18 00:00",2.28,"2013-07-27 00:00","","","","",5.82,5.82,3,1.38,0.66,0.36,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43247",1,27.501823,-99.502994,"NAD83","2,4-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",4,0.5542,0.564534,2.73,"2013-03-17 00:00",2.45,"2013-03-23 00:00",2.24,"2013-07-27 00:00",1.26,"2013-05-10 00:00","","","","",2.73,2.73,2.24,1.26,0.63,0.42,0.14,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43248",1,27.501823,-99.502994,"NAD83","Cyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",22,0.43,0.436489,1.98,"2013-11-18 00:00",1.32,"2013-03-17 00:00",1.08,"2013-03-23 00:00",1.08,"2013-05-04 00:00","","","","",1.98,1.98,1.08,0.96,0.72,0.3,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43249",1,27.501823,-99.502994,"NAD83","3-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.5834,1.020479,5.25,"2013-03-17 00:00",4.76,"2013-03-23 00:00",3.78,"2013-11-18 00:00",3.22,"2013-07-27 00:00","","","","",5.25,5.25,3.78,3.01,1.82,1.33,0.63,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43250",1,27.501823,-99.502994,"NAD83","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,2.3632,1.764907,8.96,"2013-07-27 00:00",7.28,"2013-03-23 00:00",6.8,"2013-03-17 00:00",4.64,"2013-05-10 00:00","","","","",8.96,8.96,6.8,4.24,2.8,2,0.72,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43252",1,27.501823,-99.502994,"NAD83","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",2,0.6068,0.378727,1.6,"2013-07-27 00:00",1.44,"2013-03-23 00:00",1.28,"2013-03-17 00:00",1.28,"2013-05-10 00:00","","","","",1.6,1.6,1.28,1.28,0.8,0.48,0.24,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43253",1,27.501823,-99.502994,"NAD83","3-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",5,0.4658,0.298651,1.12,"2013-07-03 00:00",1.04,"2013-02-21 00:00",1.04,"2013-05-22 00:00",0.96,"2013-03-17 00:00","","","","",1.12,1.12,1.04,0.96,0.64,0.48,0.16,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43261",1,27.501823,-99.502994,"NAD83","Methylcyclohexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",10,0.6274,0.476808,2.24,"2013-11-18 00:00",1.54,"2013-01-10 00:00",1.54,"2013-05-22 00:00",1.47,"2013-05-04 00:00","","","","",2.24,2.24,1.54,1.26,0.91,0.56,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43262",1,27.501823,-99.502994,"NAD83","Methylcyclopentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.3164,1.27685,6.84,"2013-03-17 00:00",5.64,"2013-03-23 00:00",4.02,"2013-11-18 00:00",3.48,"2013-07-27 00:00","","","","",6.84,6.84,4.02,2.76,1.44,1.08,0.42,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43263",1,27.501823,-99.502994,"NAD83","2-Methylhexane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",13,1.462,1.275342,5.53,"2013-03-17 00:00",5.18,"2013-03-23 00:00",4.2,"2013-11-18 00:00",3.64,"2013-07-27 00:00","","","","",5.53,5.53,4.2,3.15,1.89,1.4,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43280",1,27.501823,-99.502994,"NAD83","1-Butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",1,2.5218,1.950447,12.12,"2013-03-17 00:00",7.2,"2013-03-23 00:00",6.04,"2013-05-10 00:00",5,"2013-07-27 00:00","","","","",12.12,12.12,6.04,4.68,2.84,2.12,1.08,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43282",1,27.501823,-99.502994,"NAD83","3-Methyl-1-butene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",24,0.28,0.45848,2.3,"2013-03-17 00:00",1.7,"2013-03-23 00:00",1.5,"2013-07-27 00:00",0.9,"2013-05-10 00:00","","","","",2.3,2.3,1.5,0.85,0.25,0.1,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43283",1,27.501823,-99.502994,"NAD83","Cyclopentene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",33,0.185,0.287716,1.3,"2013-03-17 00:00",1.1,"2013-03-23 00:00",1.1,"2013-07-27 00:00",0.6,"2013-11-18 00:00","","","","",1.3,1.3,1.1,0.55,0.2,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43284",1,27.501823,-99.502994,"NAD83","2,3-Dimethylbutane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,1.12,1.734839,8.7,"2013-03-17 00:00",7.2,"2013-03-23 00:00",5.1,"2013-07-27 00:00",4.14,"2013-11-18 00:00","","","","",8.7,8.7,5.1,3.06,1.14,0.66,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43285",1,27.501823,-99.502994,"NAD83","2-Methylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",6,5.0616,7.375238,37.74,"2013-03-17 00:00",31.5,"2013-03-23 00:00",20.7,"2013-07-27 00:00",20.04,"2013-11-18 00:00","","","","",37.74,37.74,20.7,11.64,4.38,3,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43289",1,27.501823,-99.502994,"NAD83","trans-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",30,0.2028,0.33237,1.68,"2013-03-17 00:00",1.38,"2013-03-23 00:00",1.02,"2013-07-27 00:00",0.66,"2013-05-10 00:00","","","","",1.68,1.68,1.02,0.6,0.24,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43290",1,27.501823,-99.502994,"NAD83","cis-2-Hexene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",37,0.1162,0.162668,0.78,"2013-03-17 00:00",0.72,"2013-03-23 00:00",0.54,"2013-07-27 00:00",0.36,"2013-05-10 00:00","","","","",0.78,0.78,0.54,0.36,0.12,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43291",1,27.501823,-99.502994,"NAD83","2,3-Dimethylpentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",20,0.6598,0.756241,3.08,"2013-03-17 00:00",2.94,"2013-03-23 00:00",2.94,"2013-07-27 00:00",1.61,"2013-05-10 00:00","","","","",3.08,3.08,2.94,1.47,1.05,0.49,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43331",1,27.501823,-99.502994,"NAD83","2-Chloropentane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",50,0.05,0,0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-24 00:00",0.05,"2013-01-28 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43801",1,27.501823,-99.502994,"NAD83","Chloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.7096,0.126313,1.11,"2013-05-10 00:00",1.03,"2013-05-22 00:00",0.99,"2013-11-18 00:00",0.88,"2013-10-01 00:00","","","","",1.11,1.11,0.99,0.87,0.74,0.71,0.57,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43802",1,27.501823,-99.502994,"NAD83","Dichloromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.055,0.022429,0.09,"2013-04-04 00:00",0.09,"2013-07-03 00:00",0.08,"2013-01-10 00:00",0.08,"2013-02-21 00:00","","","","",0.09,0.09,0.08,0.08,0.07,0.06,0.04,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43803",1,27.501823,-99.502994,"NAD83","Chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0074,0.009216,0.03,"2013-01-16 00:00",0.02,"2013-02-03 00:00",0.02,"2013-02-15 00:00",0.02,"2013-02-21 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43804",1,27.501823,-99.502994,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0832,0.033772,0.14,"2013-05-04 00:00",0.13,"2013-05-28 00:00",0.11,"2013-01-16 00:00",0.11,"2013-02-27 00:00","","","","",0.14,0.14,0.11,0.11,0.1,0.09,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43811",1,27.501823,-99.502994,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2426,0.017706,0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.27,"2013-02-27 00:00",0.26,"2013-02-15 00:00","","","","",0.3,0.3,0.27,0.26,0.25,0.24,0.22,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43813",1,27.501823,-99.502994,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43814",1,27.501823,-99.502994,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.008,0.009897,0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-24 00:00",0.02,"2013-01-28 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43815",1,27.501823,-99.502994,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.024,0.040406,0.2,"2013-10-01 00:00",0.14,"2013-06-03 00:00",0.1,"2013-05-10 00:00",0.08,"2013-04-10 00:00","","","","",0.2,0.2,0.1,0.08,0.04,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43817",1,27.501823,-99.502994,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0092,0.014686,0.08,"2013-01-10 00:00",0.04,"2013-02-21 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-24 00:00","","","","",0.08,0.08,0.02,0.02,0.02,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43818",1,27.501823,-99.502994,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43819",1,27.501823,-99.502994,"NAD83","Bromomethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0018,0.004375,0.02,"2013-11-18 00:00",0.01,"2013-02-21 00:00",0.01,"2013-03-29 00:00",0.01,"2013-09-01 00:00","","","","",0.02,0.02,0.01,0.01,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43820",1,27.501823,-99.502994,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43823",1,27.501823,-99.502994,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.5326,0.036242,0.62,"2013-01-10 00:00",0.6,"2013-01-16 00:00",0.58,"2013-02-21 00:00",0.58,"2013-02-27 00:00","","","","",0.62,0.62,0.58,0.57,0.55,0.54,0.49,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43824",1,27.501823,-99.502994,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0004,0.002828,0.02,"2013-10-01 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0.02,0.02,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43826",1,27.501823,-99.502994,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0008,0.003959,0.02,"2013-06-03 00:00",0.02,"2013-10-31 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.02,0.02,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43829",1,27.501823,-99.502994,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0078,0.03919,0.27,"2013-02-15 00:00",0.06,"2013-01-16 00:00",0.03,"2013-03-11 00:00",0.03,"2013-03-17 00:00","","","","",0.27,0.27,0.03,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43830",1,27.501823,-99.502994,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0006,0.004243,0.03,"2013-07-03 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00","","","","",0.03,0.03,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43831",1,27.501823,-99.502994,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0024,0.010214,0.06,"2013-05-22 00:00",0.03,"2013-07-21 00:00",0.03,"2013-08-02 00:00",0,"2013-01-10 00:00","","","","",0.06,0.06,0.03,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43843",1,27.501823,-99.502994,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43860",1,27.501823,-99.502994,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43954",1,27.501823,-99.502994,"NAD83","n-Undecane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",17,0.1776,0.339288,2.42,"2013-02-21 00:00",0.55,"2013-02-09 00:00",0.44,"2013-01-24 00:00",0.33,"2013-03-17 00:00","","","","",2.42,2.42,0.44,0.22,0.22,0.11,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","43960",1,27.501823,-99.502994,"NAD83","2-Methylheptane","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",7,0.4678,0.306889,1.12,"2013-02-21 00:00",1.12,"2013-07-03 00:00",1.04,"2013-03-17 00:00",0.96,"2013-03-23 00:00","","","","",1.12,1.12,1.04,0.96,0.64,0.48,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45109",1,27.501823,-99.502994,"NAD83","m/p Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.504,2.057905,10.08,"2013-02-21 00:00",9.84,"2013-11-12 00:00",7.28,"2013-10-31 00:00",6.4,"2013-03-23 00:00","","","","",10.08,10.08,7.28,6.32,4.32,3.28,1.28,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45201",1,27.501823,-99.502994,"NAD83","Benzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,3.6468,1.49641,7.38,"2013-11-12 00:00",6.9,"2013-03-17 00:00",6.78,"2013-11-18 00:00",6.66,"2013-03-23 00:00","","","","",7.38,7.38,6.78,6.3,4.44,3.36,2.04,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45202",1,27.501823,-99.502994,"NAD83","Toluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,7.1918,5.913862,38.15,"2013-06-03 00:00",18.9,"2013-11-12 00:00",17.08,"2013-10-31 00:00",12.95,"2013-03-17 00:00","","","","",38.15,38.15,17.08,12.74,8.12,5.95,2.52,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45203",1,27.501823,-99.502994,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.1024,0.602642,2.96,"2013-02-21 00:00",2.96,"2013-11-12 00:00",2.08,"2013-10-31 00:00",2,"2013-03-23 00:00","","","","",2.96,2.96,2.08,1.84,1.28,1.04,0.48,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45204",1,27.501823,-99.502994,"NAD83","o-Xylene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,1.3584,0.825787,4.08,"2013-11-12 00:00",3.68,"2013-02-21 00:00",2.72,"2013-05-10 00:00",2.72,"2013-10-31 00:00","","","","",4.08,4.08,2.72,2.56,1.84,1.28,0.48,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45207",1,27.501823,-99.502994,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",26,0.2456,0.257683,0.99,"2013-11-12 00:00",0.9,"2013-03-23 00:00",0.9,"2013-05-10 00:00",0.72,"2013-03-17 00:00","","","","",0.99,0.99,0.9,0.63,0.36,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45208",1,27.501823,-99.502994,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",3,1.4124,1.053807,4.41,"2013-11-12 00:00",3.96,"2013-05-10 00:00",3.6,"2013-02-09 00:00",3.33,"2013-03-23 00:00","","","","",4.41,4.41,3.6,3.06,2.16,1.35,0.36,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45209",1,27.501823,-99.502994,"NAD83","n-Propylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",15,0.2652,0.203893,0.9,"2013-02-21 00:00",0.81,"2013-11-12 00:00",0.63,"2013-02-09 00:00",0.54,"2013-03-17 00:00","","","","",0.9,0.9,0.63,0.54,0.36,0.27,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45210",1,27.501823,-99.502994,"NAD83","Isopropylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.0612,0.071447,0.27,"2013-11-12 00:00",0.18,"2013-01-10 00:00",0.18,"2013-01-16 00:00",0.18,"2013-03-17 00:00","","","","",0.27,0.27,0.18,0.18,0.09,0.09,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45211",1,27.501823,-99.502994,"NAD83","o-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",16,0.3004,0.258393,1.17,"2013-02-21 00:00",0.99,"2013-11-12 00:00",0.81,"2013-05-10 00:00",0.72,"2013-03-17 00:00","","","","",1.17,1.17,0.81,0.72,0.45,0.27,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45212",1,27.501823,-99.502994,"NAD83","m-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",3,0.9444,0.689079,3.33,"2013-02-21 00:00",2.7,"2013-11-12 00:00",2.07,"2013-02-09 00:00",2.07,"2013-05-10 00:00","","","","",3.33,3.33,2.07,1.89,1.35,0.9,0.27,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45213",1,27.501823,-99.502994,"NAD83","p-Ethyltoluene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",10,0.37,0.287502,1.17,"2013-11-12 00:00",1.08,"2013-02-21 00:00",1.08,"2013-05-10 00:00",0.9,"2013-03-23 00:00","","","","",1.17,1.17,1.08,0.81,0.45,0.36,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45218",1,27.501823,-99.502994,"NAD83","m-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",31,0.085,0.081598,0.5,"2013-02-21 00:00",0.4,"2013-02-09 00:00",0.2,"2013-11-12 00:00",0.1,"2013-01-10 00:00","","","","",0.5,0.5,0.2,0.1,0.1,0.05,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45219",1,27.501823,-99.502994,"NAD83","p-Diethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",18,0.184,0.170366,0.9,"2013-02-09 00:00",0.5,"2013-03-17 00:00",0.5,"2013-03-23 00:00",0.5,"2013-05-10 00:00","","","","",0.9,0.9,0.5,0.4,0.3,0.1,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45220",1,27.501823,-99.502994,"NAD83","Styrene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0.2144,0.212854,1.2,"2013-02-21 00:00",0.72,"2013-02-09 00:00",0.56,"2013-11-12 00:00",0.48,"2013-01-24 00:00","","","","",1.2,1.2,0.56,0.48,0.32,0.16,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45225",1,27.501823,-99.502994,"NAD83","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",25,0.2266,0.234535,0.99,"2013-11-12 00:00",0.9,"2013-05-10 00:00",0.72,"2013-03-17 00:00",0.72,"2013-03-23 00:00","","","","",0.99,0.99,0.72,0.54,0.36,0.18,0.05,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","45801",1,27.501823,-99.502994,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","Passivated Canister - Cryogenic Preconcentration GC/MS",2013,"Parts per billion Carbon","No Events",50,82,50,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-24 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0017","61101",1,27.501823,-99.502994,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7270,83,302,365,0,8,"","","Certification not required",0,6.830591,2.997083,18,"2013-05-29 12:00",17.5,"2013-02-25 12:00",17.2,"2013-02-20 22:00",16.9,"2013-02-25 13:00","","","","",14.1,13.4,12.2,11,8.9,6.5,3.1,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0017","61103",1,27.501823,-99.502994,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7270,83,302,365,0,8,"","","Certification not required",0,6.345227,2.993086,17.3,"2013-05-29 12:00",16.7,"2013-02-20 22:00",16.6,"2013-02-25 12:00",16.2,"2013-03-09 09:00","","","","",13.4,12.8,11.7,10.5,8.5,6,2.6,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0017","61104",1,27.501823,-99.502994,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7270,83,302,365,0,8,"","","Certification not required",0,140.827387,73.222036,360,"2013-05-13 04:00",359.8,"2013-04-19 13:00",359.6,"2013-02-18 15:00",359.6,"2013-07-02 05:00","","","","",351.6,345.4,325.2,229.7,155.5,136.4,52.6,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0017","61105",1,27.501823,-99.502994,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7270,83,302,365,0,8,"","","Certification not required",0,14.44099,5.923251,40,"2013-02-25 11:00",38,"2013-02-05 21:00",38,"2013-02-25 13:00",37,"2013-06-07 13:00","","","","",29,27,25,22,18,14,7,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0017","61106",1,27.501823,-99.502994,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7270,83,302,365,0,8,"","","Certification not required",0,22.023177,9.771125,78.4,"2013-03-11 19:00",78.3,"2013-01-17 01:00",76.7,"2013-10-16 03:00",76.6,"2013-01-10 06:00","","","","",61.9,54.7,42.1,33.7,24.8,19.1,14.1,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0017","62101",1,27.501823,-99.502994,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7273,83,302,365,0,5,"","","Certification not required",0,76.695449,12.674971,108,"2013-06-29 17:00",107,"2013-06-29 16:00",107,"2013-06-29 18:00",105,"2013-06-29 15:00","","","","",101,99,96,93,85,78,59,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-03" +"48","479","0017","81102",1,27.501823,-99.502994,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",1,15.051724,7.549654,39,"2013-06-21 00:00",38,"2013-08-08 00:00",33,"2013-04-16 00:00",32,"2013-05-22 00:00","","","","",39,38,33,27,18,13,8,"Laredo Bridge","700 Zaragosa St","Texas","Webb","Laredo","Laredo, TX","2014-02-19" +"48","479","0313","88502",3,27.599444,-99.533333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7794,89,324,365,0,91,"","","Certification not required",0,10.283616,7.845772,67.5,"2013-03-24 04:00",64.1,"2013-05-21 19:00",62.1,"2013-05-19 18:00",60.5,"2013-04-17 03:00","","","","",40.7,33.5,26.3,19.7,12.9,8.1,3.2,"World Trade Bridge","Mines Road 11601 FM 1472","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","479","0313","88502",3,27.599444,-99.533333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",324,89,324,365,0,0,"","","Certification not required",0,10.255864,6.256889,43.7,"2013-04-17 00:00",42.9,"2013-05-21 00:00",32.1,"2013-04-16 00:00",31.8,"2013-05-18 00:00","","","","",31.8,30.4,24.9,17.8,11.8,8.5,5.2,"World Trade Bridge","Mines Road 11601 FM 1472","Texas","Webb","Laredo","Laredo, TX","2014-01-30" +"48","485","0315","61101",3,33.863022,-98.571788,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7066,81,293,365,0,230,"","","Certification not required",0,4.305434,2.342218,14.2,"2013-05-23 19:00",14,"2013-05-28 17:00",13.6,"2013-04-17 16:00",13.5,"2013-04-17 17:00","","","","",10.8,10,8.8,7.7,5.7,3.9,1.6,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-02-03" +"48","485","0315","61103",3,33.863022,-98.571788,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6683,76,274,365,0,613,"","","Certification not required",0,3.76105,2.224356,13.5,"2013-05-23 19:00",13.2,"2013-05-28 17:00",12.8,"2013-04-17 17:00",12.7,"2013-04-17 16:00","","","","",10.1,9.3,8,6.9,5.1,3.3,1.3,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-02-03" +"48","485","0315","61104",3,33.863022,-98.571788,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6683,76,274,365,0,613,"","","Certification not required",0,151.472004,85.866291,360,"2013-05-02 02:00",359.9,"2013-05-10 20:00",359.9,"2013-07-14 22:00",359.8,"2013-01-12 05:00","","","","",355.3,349.7,335.2,300.8,181.2,146.2,37.3,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-02-03" +"48","485","0315","61105",3,33.863022,-98.571788,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",7071,81,293,365,0,225,"","","Certification not required",0,10.321737,4.778711,34,"2013-05-20 15:00",33,"2013-05-18 20:00",32,"2013-05-23 19:00",31,"2013-04-17 16:00","","","","",23,21,19,17,13,10,5,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-02-03" +"48","485","0315","61106",3,33.863022,-98.571788,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6683,76,274,365,0,613,"","","Certification not required",0,28.372198,11.259112,80.4,"2013-08-11 12:00",79.6,"2013-06-07 09:00",77.1,"2013-03-13 06:00",76.8,"2013-10-06 19:00","","","","",65.1,59.7,52.5,44.7,32.7,25.5,17.7,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-02-03" +"48","485","0315","62101",3,33.863022,-98.571788,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7293,83,304,365,0,3,"","","Certification not required",0,68.101056,19.289657,110,"2013-08-07 14:00",110,"2013-08-07 15:00",109,"2013-07-13 15:00",109,"2013-07-13 16:00","","","","",104,101,98,93,82,71,41,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-02-03" +"48","485","0315","88502",3,33.863022,-98.571788,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",7640,87,314,365,0,376,"","","Certification not required",0,7.401832,4.964407,53.8,"2013-05-19 19:00",49.4,"2013-05-18 21:00",47.1,"2013-05-18 22:00",44.9,"2013-05-18 19:00","","","","",23,20.9,17.6,13.8,9.5,6.4,2.4,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-01-29" +"48","485","0315","88502",3,33.863022,-98.571788,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",314,86,314,365,0,0,"","","Certification not required",0,7.376752,4.080116,29.5,"2013-05-18 00:00",22.5,"2013-04-17 00:00",19.9,"2013-06-21 00:00",19.4,"2013-05-23 00:00","","","","",19.4,17.7,16.2,13.3,9,6.5,3.4,"Wichita Falls","4612 Spanish Trace (Rear)","Texas","Wichita","Wichita Falls","Wichita Falls, TX","2014-01-29" +"48","497","0088","61101",1,33.221721,-97.584445,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,7.664306,3.154308,18.9,"2013-02-25 22:00",18.5,"2013-03-10 08:00",18.4,"2013-03-10 07:00",18.3,"2013-01-30 05:00","","","","",16.8,15.5,13.7,12.2,9.4,7.1,4.1,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","497","0088","61103",1,33.221721,-97.584445,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,7.307407,3.117898,18.5,"2013-02-25 22:00",18,"2013-03-10 07:00",18,"2013-03-10 08:00",17.9,"2013-01-30 05:00","","","","",16.3,15,13.2,11.7,9.1,6.8,3.8,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","497","0088","61104",1,33.221721,-97.584445,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,172.073796,105.515977,359.8,"2013-03-05 03:00",359,"2013-03-25 00:00",358.9,"2013-03-04 23:00",358.8,"2013-03-25 19:00","","","","",355.9,353.2,343.4,332.3,265.2,168.7,35.4,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","497","0088","61105",1,33.221721,-97.584445,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2160,25,90,365,0,0,"","","Certification not required",0,14.375463,5.981851,35,"2013-02-25 22:00",35,"2013-02-25 23:00",34,"2013-01-30 07:00",34,"2013-03-05 01:00","","","","",31,29,26,23,18,13,7,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","497","0088","61106",1,33.221721,-97.584445,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2160,25,90,365,0,0,"","","Certification not required",0,17.154259,7.560334,77,"2013-02-14 15:00",76.5,"2013-02-14 14:00",74.4,"2013-03-31 05:00",67.7,"2013-01-04 05:00","","","","",50,41.9,30.8,23.8,19.1,15.2,11.1,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","497","0088","62101",1,33.221721,-97.584445,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2160,25,90,365,0,0,"","","Certification not required",0,49.811111,11.430093,86,"2013-03-04 16:00",85,"2013-03-04 15:00",85,"2013-03-04 17:00",84,"2013-03-04 14:00","","","","",76,73,69,65,58,49,35,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"48","497","0088","62201",1,33.221721,-97.584445,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2160,25,90,365,0,0,"","","Certification not required",0,58.749537,22.239959,97,"2013-01-25 05:00",97,"2013-01-25 06:00",97,"2013-01-25 07:00",97,"2013-01-25 08:00","","","","",96,96,95,91,77,58,29,"Decatur Thompson","301 E Thompson Street","Texas","Wise","Decatur","Dallas-Fort Worth-Arlington, TX","2013-06-27" +"49","003","0003","44201",1,41.492707,-112.018863,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3319,76,116,153,0,353,0,0,"Certification not required",31,0.0625,0.009442,0.105,"2013-07-10 14:00",0.084,"2013-07-22 12:00",0.083,"2013-07-09 13:00",0.083,"2013-07-19 12:00","","","","",0.084,0.083,0.078,0.074,0.068,0.063,0.053,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2013-10-02" +"49","003","0003","44201",1,41.492707,-112.018863,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3298,73,112,153,0,0,0,0,"Certification not required",0,0.056375,0.007993,0.083,"2013-07-10 10:00",0.078,"2013-06-18 11:00",0.073,"2013-07-19 10:00",0.071,"2013-08-15 10:00","","","","",0.078,0.073,0.069,0.065,0.061,0.056,0.049,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2013-10-02" +"49","003","0003","44201",1,41.492707,-112.018863,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3298,73,112,153,0,0,2,2,"Certification not required",0,0.056375,0.007993,0.083,"2013-07-10 10:00",0.078,"2013-06-18 11:00",0.073,"2013-07-19 10:00",0.071,"2013-08-15 10:00","","","","",0.078,0.073,0.069,0.065,0.061,0.056,0.049,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2013-10-02" +"49","003","0003","61101",1,41.492707,-112.018863,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8034,92,335,365,0,6,"","","Certification not required",0,4.462235,3.053779,26.3,"2013-08-08 16:00",24.1,"2013-11-21 16:00",23.3,"2013-10-28 06:00",22.8,"2013-05-04 22:00","","","","",15.4,12.9,10.3,8.7,5.8,3.5,1.7,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-24" +"49","003","0003","61102",1,41.492707,-112.018863,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8034,92,335,365,0,6,"","","Certification not required",0,162.764127,98.304442,360,"2013-02-26 18:00",360,"2013-03-04 00:00",360,"2013-04-30 04:00",360,"2013-05-07 02:00","","","","",352,343,325,296,243,163,50,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-24" +"49","003","0003","62101",1,41.492707,-112.018863,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4408,50,184,365,0,8,"","","Certification not required",0,58.962341,23.237381,100,"2013-06-28 15:00",100,"2013-06-29 16:00",100,"2013-06-29 17:00",99,"2013-06-28 16:00","","","","",96,94,91,87,79,62,26,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-24" +"49","003","0003","68101",1,41.492707,-112.018863,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",112,100,58,61,0,8,"","","Certification not required",12,0.308036,0.194352,0.9,"2013-12-09 00:00",0.8,"2013-01-22 00:00",0.7,"2013-01-04 00:00",0.7,"2013-01-10 00:00","","","","",0.8,0.7,0.7,0.6,0.4,0.3,0.05,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68102",1,41.492707,-112.018863,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",112,100,58,61,0,8,"","","Certification not required",0,23.813393,1.10425,24,"2013-01-19 00:00",24,"2013-01-25 00:00",24,"2013-01-28 00:00",24,"2013-01-31 00:00","","","","",24,24,24,24,24,24,23.6,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68103",1,41.492707,-112.018863,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,58,61,0,8,"","","Certification not required",0,4.105357,10.828831,25.5,"2013-06-30 00:00",24.1,"2013-07-15 00:00",20.8,"2013-08-26 00:00",20.4,"2013-08-29 00:00","","","","",24.1,20.8,20.2,18.9,13.9,4,-10,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68104",1,41.492707,-112.018863,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,58,61,0,8,"","","Certification not required",0,16.171429,11.792954,38.3,"2013-06-30 00:00",37.4,"2013-06-27 00:00",36.9,"2013-07-18 00:00",36.7,"2013-07-21 00:00","","","","",37.4,36.9,34,32.3,26,16.1,0.6,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68105",1,41.492707,-112.018863,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",112,100,58,61,0,8,"","","Certification not required",0,10.101786,11.722136,31.8,"2013-06-30 00:00",31.7,"2013-07-15 00:00",29.4,"2013-07-21 00:00",29.3,"2013-06-27 00:00","","","","",31.7,29.4,28,26.3,20,9.6,-4.3,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68106",1,41.492707,-112.018863,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,58,61,0,8,"","","Certification not required",0,648.133929,5.075104,660,"2013-12-15 00:00",658,"2013-01-19 00:00",658,"2013-11-12 00:00",657,"2013-02-15 00:00","","","","",658,658,656,654,652,648,641,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68107",1,41.492707,-112.018863,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,58,61,0,8,"","","Certification not required",0,653.973214,4.810761,665,"2013-12-15 00:00",664,"2013-12-09 00:00",664,"2013-12-24 00:00",663,"2013-01-19 00:00","","","","",664,664,663,661,657,654,647,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68108",1,41.492707,-112.018863,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,58,61,0,8,"","","Certification not required",0,651.294643,4.923996,663,"2013-12-15 00:00",661,"2013-12-09 00:00",660,"2013-01-19 00:00",660,"2013-11-12 00:00","","","","",661,660,660,658,655,651,644,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","68109",1,41.492707,-112.018863,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",112,100,58,61,0,8,"","","Certification not required",0,1433.330357,65.693719,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","88101",1,41.492707,-112.018863,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,8,5,5,"Certification not required",0,9.958929,11.552548,56.6,"2013-01-25 00:00",53.5,"2013-12-18 00:00",48.9,"2013-12-15 00:00",42.7,"2013-01-07 00:00","","","","",53.5,48.9,34.3,28.6,10.1,5.5,2.7,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","88101",1,41.492707,-112.018863,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,8,"","","Certification not required",0,9.958929,11.552548,56.6,"2013-01-25 00:00",53.5,"2013-12-18 00:00",48.9,"2013-12-15 00:00",42.7,"2013-01-07 00:00","","","","",53.5,48.9,34.3,28.6,10.1,5.5,2.7,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-23" +"49","003","0003","88502",3,41.492707,-112.018863,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7933,91,330,365,0,107,"","","Certification not required",0,9.41461,11.950887,72.6,"2013-01-09 16:00",70.2,"2013-01-09 15:00",67.9,"2013-01-09 14:00",67.3,"2013-07-28 15:00","","","","",57.4,49.5,37.8,26.3,10,4.8,1.3,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-24" +"49","003","0003","88502",3,41.492707,-112.018863,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",330,90,330,365,0,0,"","","Certification not required",0,9.39,11.014119,57.8,"2013-01-09 00:00",52.9,"2013-01-08 00:00",50.9,"2013-01-25 00:00",50.3,"2013-12-14 00:00","","","","",50.3,46.4,37.1,27.6,9.6,5.2,1.7,"Brigham City","140 W.FISHBURN DRIVE, BRIGHAM CITY, UT","Utah","Box Elder","Brigham City","Brigham City, UT","2014-01-24" +"49","003","7001","44201",1,41.94595,-112.233179,"NAD27","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7798,99,152,153,0,962,0,0,"Certification not required",4,0.055632,0.007927,0.078,"2013-07-24 14:00",0.077,"2013-06-18 17:00",0.077,"2013-07-10 12:00",0.073,"2013-08-16 14:00","","","","",0.077,0.073,0.068,0.064,0.06,0.057,0.051,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","44201",1,41.94595,-112.233179,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7774,98,150,153,0,0,0,0,"Certification not required",0,0.051373,0.007361,0.072,"2013-06-18 13:00",0.07,"2013-07-10 11:00",0.065,"2013-07-24 11:00",0.065,"2013-08-16 10:00","","","","",0.07,0.065,0.061,0.06,0.056,0.053,0.047,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","44201",1,41.94595,-112.233179,"NAD27","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7774,98,150,153,0,0,0,0,"Certification not required",0,0.051373,0.007361,0.072,"2013-06-18 13:00",0.07,"2013-07-10 11:00",0.065,"2013-07-24 11:00",0.065,"2013-08-16 10:00","","","","",0.07,0.065,0.061,0.06,0.056,0.053,0.047,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","61101",1,41.94595,-112.233179,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7805,89,324,365,0,955,"","","Certification not required",0,5.639116,3.990565,28.7,"2013-12-02 23:00",27.8,"2013-12-02 22:00",25.2,"2013-07-07 17:00",24.3,"2013-05-22 15:00","","","","",17.4,15.6,13,11.3,7.8,4.3,1.7,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","61104",1,41.94595,-112.233179,"NAD27","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7805,89,324,365,0,955,"","","Certification not required",0,232.565535,104.493596,359,"2013-01-02 00:00",359,"2013-01-11 00:00",359,"2013-01-11 23:00",359,"2013-01-21 06:00","","","","",358,356,352,346,329,251,59,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","62101",1,41.94595,-112.233179,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7805,89,324,365,0,955,"","","Certification not required",0,49.940551,23.393428,100,"2013-07-01 15:00",100,"2013-07-01 16:00",99,"2013-06-28 15:00",99,"2013-07-01 14:00","","","","",94,92,87,81,68,50,16,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","62201",1,41.94595,-112.233179,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7541,86,313,365,0,1219,"","","Certification not required",95,46.623458,24.42239,100,"2013-05-18 04:00",100,"2013-11-16 07:00",100,"2013-11-16 08:00",99,"2013-01-25 18:00","","","","",97,93,86,80,67,45,15,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","63301",1,41.94595,-112.233179,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7753,89,324,365,0,1007,"","","Certification not required",3817,0.284127,0.407948,1.51,"2013-07-23 12:00",1.48,"2013-05-01 12:00",1.48,"2013-06-14 12:00",1.48,"2013-06-17 12:00","","","","",1.41,1.36,1.22,1,0.49,0.01,0.005,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","64101",1,41.94595,-112.233179,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7805,89,324,365,0,955,"","","Certification not required",0,862.778668,5.895817,879.9,"2013-01-16 09:00",879.9,"2013-01-16 10:00",879.9,"2013-01-16 11:00",879.9,"2013-01-17 10:00","","","","",877.2,875.9,873.2,870.6,866.6,862.6,855.9,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","003","7001","65102",1,41.94595,-112.233179,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",7805,89,324,365,0,955,"","","Certification not required",0,0.00065,0.007116,0.3,"2013-09-02 06:00",0.17,"2013-01-28 10:00",0.17,"2013-10-13 12:00",0.13,"2013-05-18 06:00","","","","",0.02,0,0,0,0,0,0,"WASHAKIE","8600 WEST 24000 NORTH PORTAGE, UTAH","Utah","Box Elder","","Brigham City, UT","2014-02-03" +"49","005","0004","42601",1,41.731111,-111.8375,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7907,90,335,365,0,133,"","","Certification not required",0,9.392058,14.808725,158,"2013-11-26 19:00",147,"2013-12-12 08:00",142,"2013-01-09 08:00",140,"2013-11-26 20:00","","","","",76,63,39,24,9,4,2,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","42602",1,41.731111,-111.8375,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7907,90,335,365,0,133,0,"","Certification not required",0,29.059701,13.140285,68,"2013-02-27 19:00",60,"2013-01-22 19:00",59,"2013-01-09 19:00",58,"2013-01-21 22:00","","","","",58,58,50,48,39,27,13,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","42602",1,41.731111,-111.8375,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7907,90,335,365,0,133,"","","Certification not required",0,14.756671,12.441474,68,"2013-02-27 19:00",60,"2013-01-22 19:00",60,"2013-02-27 20:00",59,"2013-01-09 19:00","","","","",49,46,41,35,22,10,3,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","42603",1,41.731111,-111.8375,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7907,90,335,365,0,133,"","","Certification not required",0,23.090679,24.411313,192,"2013-11-26 19:00",187,"2013-12-12 08:00",179,"2013-01-09 08:00",178,"2013-12-17 21:00","","","","",112,97,74,56,31,13,4,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","44201",1,41.731111,-111.8375,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7899,78,119,153,0,141,0,0,"Certification not required",1143,0.057538,0.007872,0.081,"2013-06-18 13:00",0.076,"2013-07-09 17:00",0.075,"2013-07-24 15:00",0.074,"2013-07-10 14:00","","","","",0.076,0.075,0.073,0.066,0.063,0.058,0.051,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","44201",1,41.731111,-111.8375,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7939,78,119,153,0,0,0,0,"Certification not required",0,0.052521,0.007071,0.075,"2013-06-18 11:00",0.069,"2013-07-10 11:00",0.066,"2013-07-09 12:00",0.066,"2013-07-19 11:00","","","","",0.069,0.066,0.065,0.061,0.057,0.053,0.047,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","44201",1,41.731111,-111.8375,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7939,78,119,153,0,0,0,0,"Certification not required",0,0.052521,0.007071,0.075,"2013-06-18 11:00",0.069,"2013-07-10 11:00",0.066,"2013-07-09 12:00",0.066,"2013-07-19 11:00","","","","",0.069,0.066,0.065,0.061,0.057,0.053,0.047,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","61101",1,41.731111,-111.8375,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8034,92,335,365,0,6,"","","Certification not required",0,3.057991,1.837537,17.8,"2013-11-23 12:00",16.8,"2013-05-04 19:00",16.4,"2013-11-23 11:00",16,"2013-11-23 13:00","","","","",10,8.7,6.8,5.4,3.6,2.5,1.5,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","61102",1,41.731111,-111.8375,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8034,92,335,365,0,6,"","","Certification not required",0,195.673388,102.498067,360,"2013-02-20 17:00",360,"2013-02-26 15:00",360,"2013-03-09 11:00",360,"2013-03-10 19:00","","","","",358,356,350,336,283,198,38,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","62101",1,41.731111,-111.8375,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4413,50,184,365,0,3,"","","Certification not required",0,54.108316,23.21038,97,"2013-06-28 16:00",97,"2013-06-28 17:00",97,"2013-07-01 15:00",97,"2013-07-01 16:00","","","","",93,92,88,84,73,56,20,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","62201",1,41.731111,-111.8375,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4413,50,184,365,0,3,"","","Certification not required",0,48.567414,19.583661,86,"2013-11-15 05:00",86,"2013-11-15 06:00",86,"2013-11-15 07:00",86,"2013-11-15 08:00","","","","",83,82,78,74,65,49,21,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","63301",1,41.731111,-111.8375,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4413,86,184,214,0,3,"","","Certification not required",2121,0.433436,0.623478,2.17,"2013-06-19 13:00",2.17,"2013-06-21 12:00",2.17,"2013-07-23 12:00",2.16,"2013-06-22 12:00","","","","",2.07,2.03,1.88,1.57,0.74,0.03,0.005,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","68101",1,41.731111,-111.8375,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",356,100,60,61,0,8,"","","Certification not required",272,0.108708,0.123824,0.6,"2013-08-27 00:00",0.5,"2013-06-28 00:00",0.5,"2013-06-29 00:00",0.5,"2013-07-01 00:00","","","","",0.5,0.5,0.4,0.3,0.05,0.05,0.05,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68101",2,41.731111,-111.8375,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",30,49,30,61,0,2,"","","Certification not required",8,0.276667,0.163335,0.6,"2013-09-13 00:00",0.5,"2013-05-16 00:00",0.5,"2013-07-03 00:00",0.5,"2013-08-20 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68102",1,41.731111,-111.8375,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",356,100,60,61,0,8,"","","Certification not required",0,23.996629,0.022263,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68102",2,41.731111,-111.8375,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",30,49,30,61,0,2,"","","Certification not required",1,23.333333,3.651484,24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00",24,"2013-02-21 00:00","","","","",24,24,24,24,24,24,24,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68103",1,41.731111,-111.8375,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",355,100,60,61,0,8,"","","Certification not required",0,3.017183,10.989359,22.4,"2013-07-04 00:00",22.2,"2013-07-16 00:00",21.9,"2013-07-01 00:00",21.6,"2013-06-30 00:00","","","","",21.6,20,19.1,17.1,13.2,2.8,-12.9,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68103",2,41.731111,-111.8375,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,2.944828,10.177236,19.9,"2013-07-03 00:00",19.9,"2013-08-20 00:00",17.2,"2013-08-08 00:00",16.3,"2013-09-01 00:00","","","","",19.9,19.9,19.9,17.2,12.9,1.8,-12.9,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68104",1,41.731111,-111.8375,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",356,100,60,61,0,8,"","","Certification not required",0,16.78764,13.830546,39.5,"2013-06-28 00:00",39.2,"2013-07-20 00:00",39.1,"2013-07-01 00:00",38.7,"2013-07-10 00:00","","","","",38.7,38.3,36.6,34.7,29.6,17.1,-2.9,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68104",2,41.731111,-111.8375,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,15.955172,13.199421,36.8,"2013-07-15 00:00",35.7,"2013-07-03 00:00",33.8,"2013-08-08 00:00",33.6,"2013-06-09 00:00","","","","",36.8,36.8,35.7,33.8,25.1,15.8,-0.7,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68105",1,41.731111,-111.8375,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",356,100,60,61,0,8,"","","Certification not required",0,9.600281,12.352003,30,"2013-07-01 00:00",29.6,"2013-06-30 00:00",29.4,"2013-07-02 00:00",28.5,"2013-06-29 00:00","","","","",28.5,28,27,25.3,21.3,9.5,-7.7,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68105",2,41.731111,-111.8375,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,49,30,61,0,2,"","","Certification not required",0,8.63,11.330829,27.4,"2013-07-03 00:00",25.3,"2013-07-15 00:00",25.2,"2013-08-20 00:00",25,"2013-09-01 00:00","","","","",27.4,27.4,25.3,25.2,18.2,7.2,-4.2,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68106",1,41.731111,-111.8375,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",356,100,60,61,0,8,"","","Certification not required",0,645.039326,4.824074,658,"2013-12-25 00:00",657,"2013-01-16 00:00",657,"2013-12-26 00:00",656,"2013-10-05 00:00","","","","",656,655,653,651,648,645,638,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68106",2,41.731111,-111.8375,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,644.862069,5.061932,659,"2013-01-16 00:00",655,"2013-11-12 00:00",653,"2013-12-30 00:00",650,"2013-11-24 00:00","","","","",659,659,655,653,647,644,639,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68107",1,41.731111,-111.8375,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",356,100,60,61,0,8,"","","Certification not required",0,649.890449,4.380728,661,"2013-12-25 00:00",660,"2013-01-16 00:00",660,"2013-01-17 00:00",660,"2013-12-14 00:00","","","","",660,659,658,656,652,650,645,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68107",2,41.731111,-111.8375,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,649.724138,4.817354,662,"2013-01-16 00:00",659,"2013-11-12 00:00",658,"2013-12-30 00:00",654,"2013-10-19 00:00","","","","",662,662,659,658,653,650,643,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68108",1,41.731111,-111.8375,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",356,100,60,61,0,8,"","","Certification not required",0,647.558989,4.502194,659,"2013-12-25 00:00",658,"2013-01-16 00:00",658,"2013-01-17 00:00",658,"2013-12-14 00:00","","","","",658,657,656,654,650,648,642,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68108",2,41.731111,-111.8375,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,647.62069,4.850727,661,"2013-01-16 00:00",657,"2013-11-12 00:00",656,"2013-12-30 00:00",652,"2013-10-19 00:00","","","","",661,661,657,656,649,647,641,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68109",1,41.731111,-111.8375,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",356,100,60,61,0,8,"","","Certification not required",0,1438.974719,1.634808,1440,"2013-01-01 00:00",1440,"2013-01-03 00:00",1440,"2013-01-07 00:00",1440,"2013-01-12 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","68109",2,41.731111,-111.8375,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,48,29,61,0,2,"","","Certification not required",0,1439.931034,0.257881,1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00",1440,"2013-02-21 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","81102",1,41.731111,-111.8375,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",102,84,102,122,0,10,0,0,"Certification not required",1,23.470588,17.12488,100,"2013-01-22 00:00",85,"2013-01-19 00:00",82,"2013-01-07 00:00",65,"2013-01-25 00:00","","","","",85,82,52,46,29,20,8,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2013-12-20" +"49","005","0004","85101",1,41.731111,-111.8375,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,10,"","","Certification not required",0,21.362745,16.535464,99,"2013-01-22 00:00",85,"2013-01-19 00:00",80,"2013-01-07 00:00",61,"2013-01-25 00:00","","","","",85,80,51,42,26,18,7,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2013-12-20" +"49","005","0004","88101",1,41.731111,-111.8375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,9,39,39,"Certification not required",0,12.96,16.466859,97.4,"2013-01-23 00:00",93.6,"2013-01-22 00:00",88.5,"2013-01-21 00:00",86.2,"2013-01-24 00:00","","","","",86.2,68,48.5,36.2,12,6.4,3,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","88101",1,41.731111,-111.8375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,9,"","","Certification not required",0,12.96,16.466859,97.4,"2013-01-23 00:00",93.6,"2013-01-22 00:00",88.5,"2013-01-21 00:00",86.2,"2013-01-24 00:00","","","","",86.2,68,48.5,36.2,12,6.4,3,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","88101",2,41.731111,-111.8375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,3,3,"Certification not required",0,10.782759,13.536962,54.1,"2013-12-18 00:00",48.6,"2013-01-16 00:00",43.3,"2013-12-30 00:00",16.1,"2013-02-09 00:00","","","","",54.1,54.1,48.6,43.3,10.2,6.1,3.2,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","88101",2,41.731111,-111.8375,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,"","","Certification not required",0,10.782759,13.536962,54.1,"2013-12-18 00:00",48.6,"2013-01-16 00:00",43.3,"2013-12-30 00:00",16.1,"2013-02-09 00:00","","","","",54.1,54.1,48.6,43.3,10.2,6.1,3.2,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-23" +"49","005","0004","88502",3,41.731111,-111.8375,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7767,89,321,365,0,272,"","","Certification not required",0,18.053199,17.681316,120.5,"2013-01-24 04:00",119.7,"2013-01-24 03:00",118.6,"2013-01-24 01:00",114.8,"2013-01-23 21:00","","","","",87.4,76.4,57.7,43.6,19.5,11.8,5.2,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","005","0004","88502",3,41.731111,-111.8375,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",321,88,321,365,0,0,"","","Certification not required",0,18.062928,16.832219,99.6,"2013-01-23 00:00",94.1,"2013-01-22 00:00",92,"2013-01-24 00:00",89.1,"2013-01-21 00:00","","","","",89.1,72.3,54.2,43.8,17.9,12.2,6.2,"LOGAN #4","125 W. CENTER STREET, LOGAN, UT","Utah","Cache","Logan","Logan, UT-ID","2014-01-24" +"49","007","1003","42601",1,39.60996,-110.800749,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7892,90,330,365,0,148,"","","Certification not required",0,1.029397,2.347117,46,"2013-03-20 06:00",28,"2013-01-03 12:00",27,"2013-01-23 13:00",26,"2013-08-12 02:00","","","","",12,9,5,3,1,0,0,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","42602",1,39.60996,-110.800749,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7892,90,330,365,0,148,0,"","Certification not required",0,11.575758,6.773497,47,"2013-01-07 21:00",32,"2013-01-23 19:00",32,"2013-08-08 21:00",31,"2013-01-06 18:00","","","","",31,27,25,21,15,10,4,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","42602",1,39.60996,-110.800749,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7892,90,330,365,0,148,"","","Certification not required",0,3.727065,4.17626,47,"2013-01-07 21:00",46,"2013-01-07 20:00",40,"2013-01-07 19:00",32,"2013-01-23 19:00","","","","",20,16,12,9,5,2,0,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","42603",1,39.60996,-110.800749,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7890,90,330,365,0,150,"","","Certification not required",0,4.552218,5.622432,69,"2013-03-20 06:00",57,"2013-01-07 21:00",52,"2013-01-07 20:00",52,"2013-08-12 02:00","","","","",26,22,16,11,6,3,0,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","44201",1,39.60996,-110.800749,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7975,97,149,153,0,65,0,0,"Certification not required",6,0.058799,0.007572,0.082,"2013-07-09 13:00",0.081,"2013-07-10 16:00",0.075,"2013-06-06 08:00",0.071,"2013-05-22 15:00","","","","",0.081,0.075,0.07,0.068,0.064,0.061,0.055,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","44201",1,39.60996,-110.800749,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7978,97,149,153,0,0,0,0,"Certification not required",0,0.054973,0.007456,0.075,"2013-07-10 10:00",0.072,"2013-07-09 11:00",0.068,"2013-06-06 04:00",0.067,"2013-06-05 10:00","","","","",0.072,0.068,0.066,0.064,0.06,0.057,0.052,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","44201",1,39.60996,-110.800749,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7978,97,149,153,0,0,0,0,"Certification not required",0,0.054973,0.007456,0.075,"2013-07-10 10:00",0.072,"2013-07-09 11:00",0.068,"2013-06-06 04:00",0.067,"2013-06-05 10:00","","","","",0.072,0.068,0.066,0.064,0.06,0.057,0.052,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","61101",1,39.60996,-110.800749,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7957,91,329,365,0,83,"","","Certification not required",0,6.064459,4.095848,27.4,"2013-03-04 12:00",26.6,"2013-03-04 11:00",25.4,"2013-03-04 13:00",25.3,"2013-07-05 01:00","","","","",18.8,17.3,14.8,12.2,7.8,4.9,2.1,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","61102",1,39.60996,-110.800749,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8022,92,333,365,0,18,"","","Certification not required",0,210.153328,111.813842,360,"2013-01-11 20:00",360,"2013-03-05 02:00",360,"2013-03-30 02:00",360,"2013-04-09 07:00","","","","",357,354,347,336,314,227,37,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","62101",1,39.60996,-110.800749,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4399,50,182,365,0,17,"","","Certification not required",0,58.97454,20.788696,94,"2013-06-27 15:00",94,"2013-06-27 16:00",94,"2013-06-29 12:00",94,"2013-07-01 15:00","","","","",91,90,86,82,75,64,26,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","007","1003","62201",1,39.60996,-110.800749,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4399,50,182,365,0,17,"","","Certification not required",0,42.995454,19.86892,91,"2013-09-02 06:00",91,"2013-10-29 04:00",91,"2013-10-29 05:00",91,"2013-10-29 06:00","","","","",87,85,79,72,57,41,18,"","On Prperty of Resident at 351 W 2500 E. Price, Utah","Utah","Carbon","","Price, UT","2014-01-24" +"49","011","0004","12115",6,40.902967,-111.884467,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,1.1e-05,1.5e-05,4e-05,"2013-02-09 00:00",4e-05,"2013-03-05 00:00",4e-05,"2013-03-11 00:00",4e-05,"2013-04-04 00:00","","","","",4e-05,4e-05,4e-05,4e-05,2e-05,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-10-17" +"49","011","0004","12115",7,40.902967,-111.884467,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,7e-06,1.2e-05,2e-05,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",2e-05,2e-05,2e-05,2e-05,2e-05,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-10-17" +"49","011","0004","17141",6,40.902967,-111.884467,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,45.57025,40.650494,242,"2013-01-04 00:00",155,"2013-01-16 00:00",90.3,"2013-02-15 00:00",73.9,"2013-01-22 00:00","","","","",242,242,155,73.9,50.2,37.4,15.2,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17147",6,40.902967,-111.884467,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,1.5656,0.789347,3.39,"2013-01-04 00:00",3.15,"2013-09-07 00:00",2.81,"2013-07-15 00:00",2.8,"2013-08-20 00:00","","","","",3.39,3.39,3.15,2.8,2.1,1.53,0.68,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17148",6,40.902967,-111.884467,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,1.226393,4.001875,23.4,"2013-01-04 00:00",9.85,"2013-01-16 00:00",4.76,"2013-01-22 00:00",2.92,"2013-02-15 00:00","","","","",23.4,23.4,9.85,2.92,0.508,0.0576,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17149",6,40.902967,-111.884467,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,2.054325,1.525697,6.97,"2013-01-04 00:00",4.76,"2013-01-16 00:00",3.91,"2013-09-07 00:00",3.8,"2013-07-03 00:00","","","","",6.97,6.97,4.76,3.8,3.35,2.08,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17150",6,40.902967,-111.884467,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,3.360275,2.159007,12.9,"2013-01-04 00:00",8.5,"2013-01-16 00:00",5.41,"2013-02-15 00:00",5.12,"2013-07-15 00:00","","","","",12.9,12.9,8.5,5.12,4.33,2.89,1.32,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17151",6,40.902967,-111.884467,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.249223,0.390145,2.34,"2013-01-04 00:00",1.15,"2013-01-16 00:00",0.449,"2013-02-15 00:00",0.439,"2013-01-22 00:00","","","","",2.34,2.34,1.15,0.439,0.27,0.168,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17158",6,40.902967,-111.884467,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.406768,0.997531,5.98,"2013-01-04 00:00",2.31,"2013-01-16 00:00",1.05,"2013-01-22 00:00",0.935,"2013-02-09 00:00","","","","",5.98,5.98,2.31,0.935,0.315,0.104,0.0441,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17159",6,40.902967,-111.884467,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.851475,0.628232,3.29,"2013-01-04 00:00",3,"2013-01-16 00:00",1.54,"2013-02-15 00:00",1.26,"2013-01-22 00:00","","","","",3.29,3.29,3,1.26,1.07,0.687,0.326,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17160",6,40.902967,-111.884467,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.03975,0.155784,0.841,"2013-01-04 00:00",0.525,"2013-01-16 00:00",0.141,"2013-01-22 00:00",0.083,"2013-02-15 00:00","","","","",0.841,0.841,0.525,0.083,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17201",6,40.902967,-111.884467,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.881,0.9999,5.82,"2013-01-04 00:00",3.91,"2013-01-16 00:00",1.69,"2013-02-15 00:00",1.21,"2013-01-22 00:00","","","","",5.82,5.82,3.91,1.21,0.897,0.657,0.259,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17204",6,40.902967,-111.884467,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.664075,0.972674,5.54,"2013-01-04 00:00",3.63,"2013-01-16 00:00",1.51,"2013-02-15 00:00",1.17,"2013-01-22 00:00","","","","",5.54,5.54,3.63,1.17,0.568,0.423,0.216,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17208",6,40.902967,-111.884467,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.140528,0.310883,1.77,"2013-01-04 00:00",0.907,"2013-01-16 00:00",0.499,"2013-02-15 00:00",0.402,"2013-01-22 00:00","","","","",1.77,1.77,0.907,0.402,0.0786,0.0519,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17211",6,40.902967,-111.884467,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.024675,0.066145,0.355,"2013-01-04 00:00",0.158,"2013-01-16 00:00",0.15,"2013-01-22 00:00",0.095,"2013-02-15 00:00","","","","",0.355,0.355,0.158,0.095,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17212",6,40.902967,-111.884467,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.00628,0.026031,0.148,"2013-01-04 00:00",0.0713,"2013-01-16 00:00",0.0319,"2013-02-15 00:00",0,"2013-01-10 00:00","","","","",0.148,0.148,0.0713,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17215",6,40.902967,-111.884467,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.073575,0.24122,1.37,"2013-01-04 00:00",0.676,"2013-01-16 00:00",0.28,"2013-02-15 00:00",0.195,"2013-01-22 00:00","","","","",1.37,1.37,0.676,0.195,0.028,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17220",6,40.902967,-111.884467,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.12205,0.326452,1.89,"2013-01-04 00:00",0.867,"2013-01-16 00:00",0.424,"2013-02-15 00:00",0.37,"2013-01-22 00:00","","","","",1.89,1.89,0.867,0.37,0.079,0.039,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17223",6,40.902967,-111.884467,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.02925,0.093844,0.54,"2013-01-04 00:00",0.238,"2013-01-16 00:00",0.107,"2013-02-15 00:00",0.101,"2013-01-22 00:00","","","","",0.54,0.54,0.238,0.101,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17224",6,40.902967,-111.884467,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.05245,0.134809,0.76,"2013-01-04 00:00",0.371,"2013-01-16 00:00",0.213,"2013-02-15 00:00",0.173,"2013-01-22 00:00","","","","",0.76,0.76,0.371,0.173,0.038,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17231",6,40.902967,-111.884467,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.005675,0.0192,0.102,"2013-01-04 00:00",0.046,"2013-01-22 00:00",0.043,"2013-01-16 00:00",0.036,"2013-01-28 00:00","","","","",0.102,0.102,0.046,0.036,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17237",6,40.902967,-111.884467,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.06935,0.151044,0.857,"2013-01-04 00:00",0.41,"2013-01-16 00:00",0.276,"2013-01-22 00:00",0.21,"2013-02-15 00:00","","","","",0.857,0.857,0.41,0.21,0.051,0.035,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17242",6,40.902967,-111.884467,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.0502,0.175749,1,"2013-01-04 00:00",0.495,"2013-01-16 00:00",0.172,"2013-02-15 00:00",0.154,"2013-01-22 00:00","","","","",1,1,0.495,0.154,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","17243",6,40.902967,-111.884467,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",40,66,34,61,0,12,"","","Certification not required",0,0.053035,0.154153,0.883,"2013-01-04 00:00",0.404,"2013-01-16 00:00",0.205,"2013-01-22 00:00",0.155,"2013-02-15 00:00","","","","",0.883,0.883,0.404,0.155,0.0388,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","42153",6,40.902967,-111.884467,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.787805,0.882716,2.76,"2013-05-04 00:00",2.69,"2013-02-15 00:00",2.66,"2013-02-09 00:00",2.65,"2013-04-04 00:00","","","","",2.76,2.76,2.66,2.64,2.44,2.21,0.38,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","42401",1,40.902967,-111.884467,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7931,91,334,365,0,85,0,"","Certification not required",0,2.556886,3.80154,60,"2013-09-10 10:00",30,"2013-09-18 14:00",14,"2013-08-02 08:00",9,"2013-08-11 08:00","","","","",9,7,5,4,3,2,1,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42401",1,40.902967,-111.884467,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7931,91,334,365,0,85,"","","Certification not required",0,1.117261,1.062187,60,"2013-09-10 10:00",30,"2013-09-18 14:00",14,"2013-08-02 08:00",10,"2013-08-02 07:00","","","","",4,3,2,2,1,1,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42401",1,40.902967,-111.884467,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",334,92,334,365,0,0,0,"","Certification not required",0,1.11976,0.513217,3.6,"2013-09-10 00:00",2.7,"2013-01-08 00:00",2.3,"2013-01-09 00:00",2.3,"2013-02-08 00:00","","","","",2.3,2.3,2,1.7,1.3,1.1,0.3,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42401",1,40.902967,-111.884467,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2607,89,334,365,0,0,"",0,"Certification not required",0,1.094745,0.704823,10.6,"2013-09-18 14:00",8.3,"2013-08-02 08:00",7,"2013-11-13 11:00",6,"2013-06-28 11:00","","","","",3.3,3,2.3,2,1.3,1,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42401",2,40.902967,-111.884467,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",102353,97,365,365,0,2767,"","","Certification not required",0,1.072836,0.942096,81,"2013-08-27 14:05",54,"2013-08-02 07:50",48,"2013-08-13 10:30",42,"2013-05-03 10:15","","","","",4,3,2,2,1,1,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-19" +"49","011","0004","42601",1,40.902967,-111.884467,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7908,90,333,365,0,108,"","","Certification not required",0,7.556904,18.602066,206,"2013-01-17 08:00",202,"2013-12-27 09:00",198,"2013-12-17 09:00",186,"2013-12-27 08:00","","","","",89,65,44,27,6,1,-1,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42602",1,40.902967,-111.884467,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7908,90,333,365,0,108,1,"","Certification not required",0,29.720721,15.428911,107,"2013-12-17 08:00",69,"2013-12-27 10:00",68,"2013-12-12 09:00",62,"2013-01-19 04:00","","","","",62,60,57,51,39,28,10,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42602",1,40.902967,-111.884467,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7908,90,333,365,0,108,"","","Certification not required",0,15.431968,14.930167,107,"2013-12-17 08:00",69,"2013-12-27 10:00",68,"2013-12-12 09:00",67,"2013-12-27 09:00","","","","",55,52,47,40,25,9,2,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","42603",1,40.902967,-111.884467,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7907,90,333,365,0,109,"","","Certification not required",0,23.475149,31.206691,272,"2013-12-27 09:00",265,"2013-01-17 08:00",260,"2013-12-17 09:00",248,"2013-12-27 08:00","","","","",138,112,87,67,32,10,1,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","43102",8,40.902967,-111.884467,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,289.865854,301.018882,1970,"2013-06-03 00:00",844,"2013-09-01 00:00",490,"2013-05-16 00:00",450,"2013-08-14 00:00","","","","",1970,1970,490,385,301,218,96.9,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43141",8,40.902967,-111.884467,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",23,0.902207,1.867792,10.9,"2013-09-01 00:00",4.65,"2013-07-27 00:00",3.24,"2013-06-03 00:00",2.43,"2013-08-14 00:00","","","","",10.9,10.9,3.24,2.22,0.728,0.1665,0.1665,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43142",8,40.902967,-111.884467,"WGS84","Tridecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43143",8,40.902967,-111.884467,"WGS84","n-Tridecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",28,0.311268,0.492815,2.4,"2013-09-01 00:00",1.79,"2013-07-27 00:00",1.14,"2013-06-03 00:00",0.975,"2013-08-20 00:00","","","","",2.4,2.4,1.14,0.94,0.236,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43144",8,40.902967,-111.884467,"WGS84","Propyne","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43145",8,40.902967,-111.884467,"WGS84","1-Octene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",14,0.215634,0.106881,0.517,"2013-02-21 00:00",0.415,"2013-05-16 00:00",0.399,"2013-02-27 00:00",0.375,"2013-07-15 00:00","","","","",0.517,0.517,0.399,0.36,0.271,0.237,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43202",8,40.902967,-111.884467,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,8.757561,3.912679,22.1,"2013-02-15 00:00",17.7,"2013-01-04 00:00",17.3,"2013-02-03 00:00",14.7,"2013-01-16 00:00","","","","",22.1,22.1,17.3,13.7,9.59,7.9,4.97,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43203",8,40.902967,-111.884467,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,3.242195,1.792735,9.12,"2013-01-04 00:00",8.28,"2013-02-15 00:00",7.48,"2013-01-16 00:00",6.12,"2013-01-22 00:00","","","","",9.12,9.12,7.48,6.02,3.56,2.91,1.6,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43204",8,40.902967,-111.884467,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,16.218537,12.759015,56.6,"2013-02-03 00:00",49.2,"2013-02-15 00:00",40.9,"2013-02-09 00:00",37.4,"2013-01-22 00:00","","","","",56.6,56.6,40.9,31.2,18.7,12.7,4.68,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43205",6,40.902967,-111.884467,"WGS84","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.193927,0.689494,3.3,"2013-01-04 00:00",3,"2013-02-15 00:00",2.694,"2013-01-16 00:00",2.37,"2013-02-03 00:00","","","","",3.3,3.3,2.694,1.947,1.35,0.939,0.555,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43205",8,40.902967,-111.884467,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.31478,0.785291,3.35,"2013-01-04 00:00",3.18,"2013-01-16 00:00",3.11,"2013-02-15 00:00",3,"2013-02-03 00:00","","","","",3.35,3.35,3.11,2.76,1.69,1.05,0.609,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43206",6,40.902967,-111.884467,"WGS84","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.305366,1.205801,5.82,"2013-01-04 00:00",4.44,"2013-02-15 00:00",3.76,"2013-01-16 00:00",3.3,"2013-02-27 00:00","","","","",5.82,5.82,3.76,3.24,1.328,0.87,0.446,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43206",8,40.902967,-111.884467,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.745512,1.667513,6.98,"2013-01-04 00:00",6.05,"2013-02-15 00:00",5.69,"2013-01-22 00:00",5.48,"2013-01-16 00:00","","","","",6.98,6.98,5.69,4.24,1.67,1.07,0.582,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43208",6,40.902967,-111.884467,"WGS84","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.031171,0.005458,0.048,"2013-06-03 00:00",0.04,"2013-09-01 00:00",0.038,"2013-02-15 00:00",0.038,"2013-02-21 00:00","","","","",0.048,0.048,0.038,0.038,0.034,0.032,0.026,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43212",8,40.902967,-111.884467,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,8.047561,6.084723,31.8,"2013-02-03 00:00",21.6,"2013-02-15 00:00",20.4,"2013-01-22 00:00",17.4,"2013-01-04 00:00","","","","",31.8,31.8,20.4,13.8,9.97,6.51,2.73,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43214",8,40.902967,-111.884467,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,6.153341,5.721594,28.4,"2013-06-09 00:00",18.7,"2013-02-03 00:00",18.5,"2013-06-15 00:00",14.7,"2013-05-16 00:00","","","","",28.4,28.4,18.5,12.6,7.59,4.31,1.66,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43216",8,40.902967,-111.884467,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",7,0.216305,0.117287,0.48,"2013-02-15 00:00",0.464,"2013-01-04 00:00",0.444,"2013-02-03 00:00",0.414,"2013-01-16 00:00","","","","",0.48,0.48,0.444,0.358,0.29,0.205,0.0505,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43217",8,40.902967,-111.884467,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",16,0.141659,0.103992,0.407,"2013-01-04 00:00",0.404,"2013-02-15 00:00",0.391,"2013-02-03 00:00",0.3,"2013-01-16 00:00","","","","",0.407,0.407,0.391,0.297,0.177,0.126,0.049,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43218",6,40.902967,-111.884467,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.114146,0.097416,0.45,"2013-01-04 00:00",0.42,"2013-02-15 00:00",0.31,"2013-01-16 00:00",0.25,"2013-02-27 00:00","","","","",0.45,0.45,0.31,0.23,0.13,0.09,0.04,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43218",8,40.902967,-111.884467,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.086829,0.116435,0.55,"2013-01-04 00:00",0.34,"2013-02-15 00:00",0.3,"2013-01-16 00:00",0.2,"2013-02-27 00:00","","","","",0.55,0.55,0.3,0.19,0.14,0.08,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43220",8,40.902967,-111.884467,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,8.555317,13.65587,80.6,"2013-05-16 00:00",44.9,"2013-04-28 00:00",19.7,"2013-02-27 00:00",17.5,"2013-02-03 00:00","","","","",80.6,80.6,19.7,14.8,7.61,4.92,1.65,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43221",8,40.902967,-111.884467,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,23,61,0,25,"","","Certification not required",0,14.770417,15.736707,82.6,"2013-05-16 00:00",24.8,"2013-02-03 00:00",21.7,"2013-04-28 00:00",20.7,"2013-01-22 00:00","","","","",82.6,82.6,24.8,21.7,17.1,10.6,3.38,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43224",8,40.902967,-111.884467,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",3,0.869256,1.17783,4.09,"2013-08-26 00:00",4.04,"2013-09-01 00:00",3.66,"2013-08-22 00:00",3.45,"2013-08-08 00:00","","","","",4.09,4.09,3.66,3.2,0.542,0.364,0.199,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43225",8,40.902967,-111.884467,"WGS84","2-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",15,0.203439,0.095878,0.453,"2013-07-09 00:00",0.374,"2013-02-03 00:00",0.348,"2013-08-20 00:00",0.294,"2013-06-27 00:00","","","","",0.453,0.453,0.348,0.292,0.276,0.219,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43226",8,40.902967,-111.884467,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",11,0.209085,0.101991,0.45,"2013-07-09 00:00",0.439,"2013-05-16 00:00",0.372,"2013-01-04 00:00",0.367,"2013-02-15 00:00","","","","",0.45,0.45,0.372,0.344,0.249,0.217,0.0815,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43227",8,40.902967,-111.884467,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",40,0.108049,0.019522,0.23,"2013-07-09 00:00",0.105,"2013-01-04 00:00",0.105,"2013-01-10 00:00",0.105,"2013-01-16 00:00","","","","",0.23,0.23,0.105,0.105,0.105,0.105,0.105,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43228",8,40.902967,-111.884467,"WGS84","2-Methyl-2-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",31,0.152171,0.119201,0.571,"2013-05-16 00:00",0.504,"2013-07-09 00:00",0.376,"2013-06-27 00:00",0.362,"2013-01-04 00:00","","","","",0.571,0.571,0.376,0.306,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43230",8,40.902967,-111.884467,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.388341,0.870918,4.52,"2013-02-03 00:00",3.24,"2013-05-16 00:00",3.07,"2013-01-22 00:00",2.47,"2013-02-15 00:00","","","","",4.52,4.52,3.07,2.4,1.68,1.33,0.4,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43231",8,40.902967,-111.884467,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,2.687805,1.93912,9.72,"2013-02-03 00:00",6.8,"2013-05-16 00:00",6.18,"2013-01-04 00:00",6.14,"2013-06-03 00:00","","","","",9.72,9.72,6.18,5.91,3.29,2.33,0.68,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43232",8,40.902967,-111.884467,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,2.019024,1.105443,5.24,"2013-05-16 00:00",5.04,"2013-02-03 00:00",3.94,"2013-07-09 00:00",3.57,"2013-02-15 00:00","","","","",5.24,5.24,3.94,3.1,2.54,1.88,0.6,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43233",6,40.902967,-111.884467,"WGS84","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.507317,0.276677,1.472,"2013-02-15 00:00",1.376,"2013-02-03 00:00",1,"2013-01-04 00:00",0.848,"2013-05-16 00:00","","","","",1.472,1.472,1,0.8,0.56,0.456,0.272,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43233",8,40.902967,-111.884467,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.917244,0.426061,2.45,"2013-02-03 00:00",1.96,"2013-02-15 00:00",1.56,"2013-01-04 00:00",1.46,"2013-01-16 00:00","","","","",2.45,2.45,1.56,1.42,1.13,0.837,0.499,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43234",8,40.902967,-111.884467,"WGS84","4-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43235",8,40.902967,-111.884467,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",1,0.505207,0.31394,1.43,"2013-07-09 00:00",1.33,"2013-02-27 00:00",1.11,"2013-02-03 00:00",1.09,"2013-05-16 00:00","","","","",1.43,1.43,1.11,1.04,0.561,0.445,0.179,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43236",8,40.902967,-111.884467,"WGS84","2-Ethyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43238",8,40.902967,-111.884467,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",4,0.657512,0.630369,3.69,"2013-05-16 00:00",1.92,"2013-07-09 00:00",1.77,"2013-06-03 00:00",1.06,"2013-02-15 00:00","","","","",3.69,3.69,1.77,1.02,0.846,0.522,0.192,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43242",8,40.902967,-111.884467,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",6,0.425049,0.278273,1.25,"2013-05-16 00:00",1.22,"2013-02-03 00:00",0.856,"2013-01-22 00:00",0.727,"2013-02-27 00:00","","","","",1.25,1.25,0.856,0.712,0.541,0.403,0.033,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43243",8,40.902967,-111.884467,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",18,1.193805,1.39199,5.25,"2013-06-03 00:00",4.38,"2013-08-20 00:00",3.72,"2013-06-27 00:00",3.24,"2013-07-03 00:00","","","","",5.25,5.25,3.72,3.15,2.1,0.37,0.1225,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43244",8,40.902967,-111.884467,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",8,0.284902,0.176073,0.81,"2013-02-03 00:00",0.597,"2013-01-22 00:00",0.56,"2013-07-03 00:00",0.512,"2013-02-15 00:00","","","","",0.81,0.81,0.56,0.5,0.367,0.294,0.0515,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43245",8,40.902967,-111.884467,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.2225,0,0.2225,"2013-01-04 00:00",0.2225,"2013-01-10 00:00",0.2225,"2013-01-16 00:00",0.2225,"2013-01-22 00:00","","","","",0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,0.2225,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43246",8,40.902967,-111.884467,"WGS84","2-Methyl-1-pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43247",8,40.902967,-111.884467,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",13,0.405439,0.233776,1.18,"2013-01-04 00:00",0.864,"2013-02-03 00:00",0.792,"2013-02-15 00:00",0.777,"2013-01-22 00:00","","","","",1.18,1.18,0.792,0.732,0.495,0.38,0.159,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43248",8,40.902967,-111.884467,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.642659,1.23883,6.66,"2013-02-03 00:00",5.08,"2013-01-22 00:00",3.2,"2013-02-15 00:00",3.19,"2013-07-09 00:00","","","","",6.66,6.66,3.2,3.07,1.89,1.38,0.471,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43249",8,40.902967,-111.884467,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",39,64,35,61,0,10,"","","Certification not required",5,1.78859,1.386199,8.11,"2013-05-16 00:00",4.35,"2013-07-09 00:00",3.43,"2013-04-28 00:00",3.05,"2013-02-03 00:00","","","","",8.11,8.11,4.35,3.05,2.18,1.56,0.226,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43250",8,40.902967,-111.884467,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.420732,1.342666,9.18,"2013-06-03 00:00",2.4,"2013-01-04 00:00",2.06,"2013-02-15 00:00",1.87,"2013-02-03 00:00","","","","",9.18,9.18,2.06,1.87,1.7,1.22,0.51,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43252",8,40.902967,-111.884467,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",2,0.66,0.306171,1.33,"2013-06-03 00:00",1.19,"2013-08-20 00:00",1.15,"2013-08-14 00:00",1.01,"2013-07-15 00:00","","","","",1.33,1.33,1.15,0.986,0.919,0.64,0.293,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43253",8,40.902967,-111.884467,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",8,0.348049,0.209524,0.862,"2013-01-04 00:00",0.804,"2013-05-16 00:00",0.782,"2013-02-15 00:00",0.767,"2013-02-03 00:00","","","","",0.862,0.862,0.782,0.716,0.401,0.342,0.087,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43256",8,40.902967,-111.884467,"WGS84","alpha.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",13,0.459659,0.476079,2.66,"2013-05-16 00:00",1.35,"2013-03-29 00:00",1.14,"2013-06-27 00:00",1.14,"2013-07-09 00:00","","","","",2.66,2.66,1.14,0.934,0.606,0.363,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43257",8,40.902967,-111.884467,"WGS84","beta.-Pinene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43261",8,40.902967,-111.884467,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.91378,1.391514,6.74,"2013-02-03 00:00",5.32,"2013-01-22 00:00",4.9,"2013-04-28 00:00",3.95,"2013-02-15 00:00","","","","",6.74,6.74,4.9,3.84,2.44,1.53,0.448,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43262",8,40.902967,-111.884467,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.285561,0.877174,4.32,"2013-02-03 00:00",3.32,"2013-01-04 00:00",3.09,"2013-01-22 00:00",3,"2013-05-16 00:00","","","","",4.32,4.32,3.09,2.33,1.49,1.14,0.365,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43263",8,40.902967,-111.884467,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,2.271024,1.02416,6.37,"2013-05-16 00:00",3.91,"2013-07-09 00:00",3.58,"2013-01-22 00:00",3.46,"2013-07-15 00:00","","","","",6.37,6.37,3.58,3.36,2.95,2.11,1.22,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43270",8,40.902967,-111.884467,"WGS84","Isobutene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,47,"","","Certification not required",1,0.2855,0.270822,0.477,"2013-03-23 00:00",0.094,"2013-01-04 00:00","","","","","","","","",0.477,0.477,0.477,0.477,0.477,0.477,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43279",8,40.902967,-111.884467,"WGS84","1-Nonene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",26,0.293805,0.802371,5.23,"2013-07-27 00:00",0.829,"2013-05-16 00:00",0.398,"2013-02-27 00:00",0.351,"2013-03-05 00:00","","","","",5.23,5.23,0.398,0.348,0.236,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43280",8,40.902967,-111.884467,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",1,2,1,61,0,48,"","","Certification not required",1,0.0775,0,0.0775,"2013-01-04 00:00","","","","","","","","","","",0.0775,0.0775,0.0775,0.0775,0.0775,0.0775,0.0775,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43282",8,40.902967,-111.884467,"WGS84","3-Methyl-1-butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43283",8,40.902967,-111.884467,"WGS84","Cyclopentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43284",8,40.902967,-111.884467,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",2,0.607171,0.350134,1.79,"2013-02-03 00:00",1.34,"2013-01-22 00:00",1.1,"2013-07-09 00:00",1.09,"2013-02-15 00:00","","","","",1.79,1.79,1.1,1.08,0.768,0.59,0.19,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43285",8,40.902967,-111.884467,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,2.647171,1.461633,8.14,"2013-02-03 00:00",5.59,"2013-01-22 00:00",4.64,"2013-07-09 00:00",4.48,"2013-05-16 00:00","","","","",8.14,8.14,4.64,4.31,3.22,2.54,1.08,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43289",8,40.902967,-111.884467,"WGS84","trans-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43290",8,40.902967,-111.884467,"WGS84","cis-2-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43291",8,40.902967,-111.884467,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",3,1.188549,0.620268,2.94,"2013-05-16 00:00",2.58,"2013-07-09 00:00",2.3,"2013-01-04 00:00",2.17,"2013-02-15 00:00","","","","",2.94,2.94,2.3,1.9,1.5,1.13,0.392,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43292",8,40.902967,-111.884467,"WGS84","2-2-3-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",11,0.302122,0.15517,0.616,"2013-01-04 00:00",0.543,"2013-05-16 00:00",0.536,"2013-02-15 00:00",0.529,"2013-07-09 00:00","","","","",0.616,0.616,0.536,0.496,0.418,0.32,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43298",8,40.902967,-111.884467,"WGS84","1-Decene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.094,0,0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00",0.094,"2013-01-22 00:00","","","","",0.094,0.094,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43299",8,40.902967,-111.884467,"WGS84","1-Undecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",40,0.097293,0.021083,0.229,"2013-02-21 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.229,0.229,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43328",8,40.902967,-111.884467,"WGS84","1-Heptene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",40,0.099585,0.035764,0.323,"2013-02-21 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",0.323,0.323,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43330",8,40.902967,-111.884467,"WGS84","Dodecene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",40,0.122439,0.182099,1.26,"2013-08-14 00:00",0.094,"2013-01-04 00:00",0.094,"2013-01-10 00:00",0.094,"2013-01-16 00:00","","","","",1.26,1.26,0.094,0.094,0.094,0.094,0.094,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43372",6,40.902967,-111.884467,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.112439,0.090188,0.32,"2013-02-15 00:00",0.28,"2013-02-21 00:00",0.27,"2013-05-16 00:00",0.22,"2013-02-27 00:00","","","","",0.32,0.32,0.27,0.2,0.17,0.13,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43373",6,40.902967,-111.884467,"WGS84","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-22 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43396",6,40.902967,-111.884467,"WGS84","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",9,0.35122,0.20273,0.738,"2013-02-15 00:00",0.666,"2013-02-21 00:00",0.618,"2013-03-29 00:00",0.594,"2013-02-09 00:00","","","","",0.738,0.738,0.618,0.54,0.498,0.408,0.042,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43438",6,40.902967,-111.884467,"WGS84","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43441",6,40.902967,-111.884467,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43502",6,40.902967,-111.884467,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,7.62619,1.929117,12.1,"2013-02-09 00:00",11.1,"2013-02-15 00:00",11,"2013-01-28 00:00",10.6,"2013-02-21 00:00","","","","",12.1,12.1,11,9.7,8.8,7.8,4.9,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43503",6,40.902967,-111.884467,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,5.014286,1.413277,8.3,"2013-02-15 00:00",7.9,"2013-02-03 00:00",7.9,"2013-02-21 00:00",6.9,"2013-02-09 00:00","","","","",8.3,8.3,7.9,6.8,5.9,5.1,3.2,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43504",6,40.902967,-111.884467,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,1.257143,0.267,1.9,"2013-02-03 00:00",1.7,"2013-02-15 00:00",1.7,"2013-06-27 00:00",1.6,"2013-01-04 00:00","","","","",1.9,1.9,1.7,1.6,1.4,1.3,0.9,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43505",6,40.902967,-111.884467,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",37,61,35,61,0,12,"","","Certification not required",0,1.358919,0.558907,2.38,"2013-05-22 00:00",2.31,"2013-01-16 00:00",2.22,"2013-02-21 00:00",2.21,"2013-04-16 00:00","","","","",2.38,2.38,2.31,2.21,1.68,1.33,0.66,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43510",6,40.902967,-111.884467,"WGS84","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,1.684667,0.391277,2.584,"2013-02-15 00:00",2.344,"2013-02-03 00:00",2.304,"2013-02-09 00:00",2.284,"2013-05-04 00:00","","","","",2.584,2.584,2.304,2.184,2.056,1.62,1.28,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43513",6,40.902967,-111.884467,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",41,0.017024,0.077923,0.51,"2013-09-01 00:00",0.005,"2013-01-04 00:00",0.005,"2013-01-10 00:00",0.005,"2013-01-16 00:00","","","","",0.51,0.51,0.005,0.005,0.005,0.005,0.005,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43517",6,40.902967,-111.884467,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,2.490571,1.436634,5.358,"2013-02-21 00:00",5.196,"2013-01-28 00:00",5.004,"2013-02-09 00:00",4.896,"2013-02-15 00:00","","","","",5.358,5.358,5.004,4.89,3.678,1.98,1.068,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43518",6,40.902967,-111.884467,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,1.408452,0.487778,2.555,"2013-02-15 00:00",2.415,"2013-02-21 00:00",2.32,"2013-02-09 00:00",2.215,"2013-01-28 00:00","","","","",2.555,2.555,2.32,2.115,1.745,1.25,0.945,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43528",6,40.902967,-111.884467,"WGS84","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,0.384524,0.203585,0.992,"2013-06-27 00:00",0.96,"2013-07-03 00:00",0.744,"2013-07-27 00:00",0.736,"2013-07-15 00:00","","","","",0.992,0.992,0.744,0.732,0.44,0.332,0.204,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43551",6,40.902967,-111.884467,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,7.517071,3.625062,22.35,"2013-01-04 00:00",13.92,"2013-02-15 00:00",12.84,"2013-02-03 00:00",12,"2013-02-09 00:00","","","","",22.35,22.35,12.84,10.89,8.79,7.53,3.87,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43552",6,40.902967,-111.884467,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,1.481619,0.534237,2.576,"2013-02-15 00:00",2.464,"2013-01-04 00:00",2.416,"2013-06-09 00:00",2.376,"2013-02-03 00:00","","","","",2.576,2.576,2.416,2.24,1.7,1.512,0.864,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43560",6,40.902967,-111.884467,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.270732,0.153385,0.71,"2013-02-21 00:00",0.65,"2013-05-16 00:00",0.6,"2013-08-14 00:00",0.45,"2013-01-22 00:00","","","","",0.71,0.71,0.6,0.45,0.32,0.25,0.15,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43702",6,40.902967,-111.884467,"WGS84","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,10.536098,36.871161,234,"2013-06-03 00:00",31.8,"2013-01-22 00:00",26.6,"2013-08-26 00:00",26.4,"2013-08-14 00:00","","","","",234,234,26.6,22,1.45,0.6,0.38,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43704",6,40.902967,-111.884467,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.304146,0.428975,1.69,"2013-06-06 00:00",1.38,"2013-09-13 00:00",0.95,"2013-02-15 00:00",0.95,"2013-05-13 00:00","","","","",1.69,1.69,0.95,0.87,0.55,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43801",6,40.902967,-111.884467,"WGS84","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.537073,0.083284,0.91,"2013-06-03 00:00",0.65,"2013-02-27 00:00",0.65,"2013-09-01 00:00",0.62,"2013-07-27 00:00","","","","",0.91,0.91,0.65,0.61,0.57,0.52,0.47,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43802",6,40.902967,-111.884467,"WGS84","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,79.18122,261.163116,1610,"2013-06-03 00:00",348,"2013-09-01 00:00",327,"2013-08-22 00:00",266,"2013-08-14 00:00","","","","",1610,1610,327,237,24.6,1.41,0.43,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43803",6,40.902967,-111.884467,"WGS84","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.020488,0.00773,0.04,"2013-06-03 00:00",0.03,"2013-02-15 00:00",0.03,"2013-05-16 00:00",0.03,"2013-06-09 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43804",6,40.902967,-111.884467,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.092195,0.012147,0.12,"2013-02-21 00:00",0.11,"2013-02-09 00:00",0.11,"2013-02-27 00:00",0.11,"2013-05-10 00:00","","","","",0.12,0.12,0.11,0.1,0.1,0.09,0.08,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43806",6,40.902967,-111.884467,"WGS84","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43811",6,40.902967,-111.884467,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.228366,0.022562,0.305,"2013-06-03 00:00",0.27,"2013-09-01 00:00",0.267,"2013-02-15 00:00",0.264,"2013-02-27 00:00","","","","",0.305,0.305,0.267,0.256,0.236,0.226,0.206,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43812",6,40.902967,-111.884467,"WGS84","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.007805,0.017679,0.06,"2013-02-27 00:00",0.05,"2013-01-10 00:00",0.05,"2013-02-21 00:00",0.04,"2013-05-13 00:00","","","","",0.06,0.06,0.05,0.04,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43813",6,40.902967,-111.884467,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43814",6,40.902967,-111.884467,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.017805,0.027795,0.17,"2013-05-16 00:00",0.05,"2013-04-28 00:00",0.05,"2013-07-09 00:00",0.03,"2013-02-27 00:00","","","","",0.17,0.17,0.05,0.03,0.02,0.02,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43815",6,40.902967,-111.884467,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.031951,0.03084,0.15,"2013-05-16 00:00",0.09,"2013-06-03 00:00",0.06,"2013-02-27 00:00",0.05,"2013-01-10 00:00","","","","",0.15,0.15,0.06,0.05,0.05,0.04,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43817",6,40.902967,-111.884467,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.022439,0.021538,0.09,"2013-02-15 00:00",0.07,"2013-05-16 00:00",0.06,"2013-01-04 00:00",0.04,"2013-01-16 00:00","","","","",0.09,0.09,0.06,0.04,0.03,0.02,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43818",6,40.902967,-111.884467,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43819",6,40.902967,-111.884467,"WGS84","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.010732,0.006079,0.03,"2013-09-13 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-27 00:00",0.02,"2013-05-13 00:00","","","","",0.03,0.03,0.02,0.02,0.01,0.01,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43820",6,40.902967,-111.884467,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43821",6,40.902967,-111.884467,"WGS84","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.148,0.015323,0.192,"2013-06-03 00:00",0.174,"2013-09-01 00:00",0.172,"2013-02-27 00:00",0.17,"2013-08-02 00:00","","","","",0.192,0.192,0.172,0.17,0.156,0.148,0.128,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43823",6,40.902967,-111.884467,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.446585,0.05003,0.63,"2013-06-03 00:00",0.54,"2013-02-27 00:00",0.52,"2013-02-15 00:00",0.52,"2013-09-01 00:00","","","","",0.63,0.63,0.52,0.51,0.46,0.44,0.4,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43824",6,40.902967,-111.884467,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.001707,0.007714,0.04,"2013-04-28 00:00",0.03,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.04,0.04,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43826",6,40.902967,-111.884467,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43828",6,40.902967,-111.884467,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-22 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43829",6,40.902967,-111.884467,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43830",6,40.902967,-111.884467,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43831",6,40.902967,-111.884467,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43832",6,40.902967,-111.884467,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43835",6,40.902967,-111.884467,"WGS84","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43836",6,40.902967,-111.884467,"WGS84","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43838",6,40.902967,-111.884467,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",40,0.013463,0.00937,0.072,"2013-06-03 00:00",0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00","","","","",0.072,0.072,0.012,0.012,0.012,0.012,0.012,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43839",6,40.902967,-111.884467,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-22 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43843",6,40.902967,-111.884467,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43844",6,40.902967,-111.884467,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43860",6,40.902967,-111.884467,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.000244,0.001562,0.01,"2013-05-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.01,0.01,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43954",8,40.902967,-111.884467,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",8,0.596293,0.704826,3.88,"2013-06-03 00:00",2.1,"2013-07-27 00:00",1.7,"2013-08-14 00:00",1.62,"2013-09-13 00:00","","","","",3.88,3.88,1.7,1.32,0.594,0.325,0.111,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","43960",8,40.902967,-111.884467,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",10,0.422976,0.27568,1.15,"2013-01-10 00:00",1.09,"2013-02-03 00:00",0.948,"2013-02-15 00:00",0.869,"2013-01-04 00:00","","","","",1.15,1.15,0.948,0.802,0.502,0.42,0.1085,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","44201",1,40.902967,-111.884467,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7919,99,151,153,0,97,0,0,"Certification not required",1069,0.056344,0.011704,0.096,"2013-07-21 11:00",0.094,"2013-07-10 13:00",0.084,"2013-07-09 12:00",0.083,"2013-06-28 14:00","","","","",0.094,0.083,0.079,0.071,0.063,0.055,0.048,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","44201",1,40.902967,-111.884467,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7966,99,151,153,0,0,1,1,"Certification not required",0,0.049974,0.009538,0.085,"2013-07-10 10:00",0.081,"2013-07-21 09:00",0.071,"2013-07-19 10:00",0.07,"2013-07-09 09:00","","","","",0.081,0.07,0.067,0.062,0.056,0.049,0.044,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","44201",1,40.902967,-111.884467,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7966,99,151,153,0,0,2,2,"Certification not required",0,0.049974,0.009538,0.085,"2013-07-10 10:00",0.081,"2013-07-21 09:00",0.071,"2013-07-19 10:00",0.07,"2013-07-09 09:00","","","","",0.081,0.07,0.067,0.062,0.056,0.049,0.044,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","45109",6,40.902967,-111.884467,"WGS84","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.589024,0.895293,4.34,"2013-02-15 00:00",3.77,"2013-01-04 00:00",3.66,"2013-05-16 00:00",3.31,"2013-07-09 00:00","","","","",4.34,4.34,3.66,2.78,1.76,1.42,0.76,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45109",8,40.902967,-111.884467,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,2.277805,1.231187,6.53,"2013-05-16 00:00",5.19,"2013-07-09 00:00",4.81,"2013-01-04 00:00",4.64,"2013-02-15 00:00","","","","",6.53,6.53,4.81,3.28,2.64,2.07,1.21,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45201",6,40.902967,-111.884467,"WGS84","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.513171,0.865472,3.95,"2013-02-15 00:00",3.76,"2013-01-04 00:00",3.66,"2013-02-03 00:00",2.88,"2013-01-16 00:00","","","","",3.95,3.95,3.66,2.48,1.85,1.22,0.73,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45201",8,40.902967,-111.884467,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",33,54,31,61,0,16,"","","Certification not required",0,1.864242,1.036497,4.07,"2013-02-03 00:00",4.03,"2013-01-04 00:00",4.01,"2013-02-15 00:00",3.37,"2013-01-22 00:00","","","","",4.07,4.07,4.03,3.37,2.22,1.81,0.75,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45202",6,40.902967,-111.884467,"WGS84","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,7.331707,8.963891,58.66,"2013-06-03 00:00",19.18,"2013-05-16 00:00",13.3,"2013-04-28 00:00",11.9,"2013-02-15 00:00","","","","",58.66,58.66,13.3,11.55,8.12,5.23,2.63,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45202",8,40.902967,-111.884467,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,7.976341,7.385618,47.7,"2013-06-03 00:00",22.7,"2013-05-16 00:00",13.5,"2013-04-28 00:00",12.9,"2013-07-09 00:00","","","","",47.7,47.7,13.5,11.8,8.52,6.12,3.21,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45203",6,40.902967,-111.884467,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.508293,0.279812,1.42,"2013-05-16 00:00",1.22,"2013-01-04 00:00",1.18,"2013-02-15 00:00",1.01,"2013-07-09 00:00","","","","",1.42,1.42,1.18,0.77,0.56,0.45,0.26,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45203",8,40.902967,-111.884467,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.582683,0.381091,2.03,"2013-05-16 00:00",1.42,"2013-07-09 00:00",1.36,"2013-01-04 00:00",1.28,"2013-02-15 00:00","","","","",2.03,2.03,1.36,1.01,0.69,0.47,0.2,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45204",6,40.902967,-111.884467,"WGS84","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.59122,0.335561,1.54,"2013-02-15 00:00",1.42,"2013-01-04 00:00",1.38,"2013-05-16 00:00",1.31,"2013-07-09 00:00","","","","",1.54,1.54,1.38,1.01,0.7,0.52,0.26,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45204",8,40.902967,-111.884467,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.861951,0.464754,2.51,"2013-05-16 00:00",2.08,"2013-07-09 00:00",1.7,"2013-01-04 00:00",1.65,"2013-02-15 00:00","","","","",2.51,2.51,1.7,1.33,1.03,0.75,0.48,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45207",6,40.902967,-111.884467,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",19,0.18889,0.137855,0.666,"2013-07-27 00:00",0.513,"2013-09-01 00:00",0.432,"2013-02-15 00:00",0.423,"2013-07-09 00:00","","","","",0.666,0.666,0.432,0.414,0.216,0.171,0.0855,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45207",8,40.902967,-111.884467,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",18,0.259,0.200423,0.958,"2013-05-16 00:00",0.793,"2013-07-09 00:00",0.582,"2013-02-15 00:00",0.575,"2013-09-01 00:00","","","","",0.958,0.958,0.582,0.515,0.341,0.211,0.0995,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45208",6,40.902967,-111.884467,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",1,0.587634,0.433741,2.151,"2013-07-27 00:00",1.89,"2013-09-01 00:00",1.251,"2013-02-15 00:00",1.251,"2013-07-09 00:00","","","","",2.151,2.151,1.251,1.206,0.594,0.486,0.216,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45208",8,40.902967,-111.884467,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,1.169073,0.653334,3.44,"2013-07-27 00:00",2.93,"2013-09-01 00:00",2.62,"2013-05-16 00:00",2.4,"2013-07-09 00:00","","","","",3.44,3.44,2.62,1.78,1.27,0.944,0.684,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45209",8,40.902967,-111.884467,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",12,0.265683,0.172887,0.8,"2013-02-21 00:00",0.589,"2013-05-16 00:00",0.585,"2013-07-09 00:00",0.495,"2013-02-15 00:00","","","","",0.8,0.8,0.585,0.476,0.371,0.278,0.069,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45210",8,40.902967,-111.884467,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.005366,0.024093,0.12,"2013-06-06 00:00",0.1,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.12,0.12,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45211",8,40.902967,-111.884467,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",24,0.223976,0.254147,1.19,"2013-09-01 00:00",0.952,"2013-05-16 00:00",0.727,"2013-07-03 00:00",0.503,"2013-02-15 00:00","","","","",1.19,1.19,0.727,0.502,0.333,0.073,0.073,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45212",8,40.902967,-111.884467,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",6,0.549537,0.377656,1.64,"2013-05-16 00:00",1.51,"2013-07-27 00:00",1.39,"2013-07-09 00:00",1.23,"2013-09-01 00:00","","","","",1.64,1.64,1.39,0.915,0.674,0.491,0.056,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45218",8,40.902967,-111.884467,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.12,0,0.12,"2013-01-04 00:00",0.12,"2013-01-10 00:00",0.12,"2013-01-16 00:00",0.12,"2013-01-22 00:00","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.12,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45219",8,40.902967,-111.884467,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",36,0.15261,0.202414,1.35,"2013-07-27 00:00",0.418,"2013-01-10 00:00",0.347,"2013-08-02 00:00",0.217,"2013-01-22 00:00","","","","",1.35,1.35,0.347,0.217,0.103,0.103,0.103,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45220",6,40.902967,-111.884467,"WGS84","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.238537,0.275041,0.93,"2013-05-16 00:00",0.88,"2013-07-27 00:00",0.86,"2013-09-01 00:00",0.82,"2013-08-08 00:00","","","","",0.93,0.93,0.86,0.8,0.36,0.15,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45220",8,40.902967,-111.884467,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",23,38,21,61,0,26,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-02-15 00:00",0,"2013-02-21 00:00",0,"2013-03-05 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45225",8,40.902967,-111.884467,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",7,0.28,0.197385,0.953,"2013-07-27 00:00",0.777,"2013-09-01 00:00",0.749,"2013-02-21 00:00",0.573,"2013-05-16 00:00","","","","",0.953,0.953,0.749,0.474,0.272,0.227,0.074,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45228",8,40.902967,-111.884467,"WGS84","Benzene, 1-ethenyl-4-methyl","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",13,0.316354,0.226245,1.03,"2013-07-27 00:00",0.82,"2013-05-16 00:00",0.778,"2013-07-09 00:00",0.705,"2013-09-01 00:00","","","","",1.03,1.03,0.778,0.625,0.402,0.275,0.1005,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45501",6,40.902967,-111.884467,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",0,0.770833,0.239692,1.351,"2013-06-09 00:00",1.12,"2013-02-15 00:00",1.057,"2013-02-21 00:00",1.05,"2013-04-16 00:00","","","","",1.351,1.351,1.057,1.036,0.931,0.798,0.392,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45503",6,40.902967,-111.884467,"WGS84","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,39,61,0,6,"","","Certification not required",42,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-22 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45504",6,40.902967,-111.884467,"WGS84","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",40,66,37,61,0,8,"","","Certification not required",2,0.90125,0.381653,1.824,"2013-06-03 00:00",1.432,"2013-06-06 00:00",1.4,"2013-02-09 00:00",1.376,"2013-05-04 00:00","","","","",1.824,1.824,1.432,1.376,1.208,0.928,0.512,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45801",6,40.902967,-111.884467,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.00561,0.021336,0.11,"2013-05-16 00:00",0.07,"2013-05-29 00:00",0.05,"2013-04-16 00:00",0,"2013-01-04 00:00","","","","",0.11,0.11,0.05,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45805",6,40.902967,-111.884467,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-22 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45806",6,40.902967,-111.884467,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",41,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-22 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45807",6,40.902967,-111.884467,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0.042683,0.114062,0.68,"2013-05-16 00:00",0.2,"2013-04-28 00:00",0.17,"2013-07-09 00:00",0.11,"2013-03-05 00:00","","","","",0.68,0.68,0.17,0.11,0.07,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","45810",6,40.902967,-111.884467,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",41,67,37,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2013-12-03" +"49","011","0004","61101",1,40.902967,-111.884467,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8010,91,334,365,0,6,"","","Certification not required",0,3.357016,2.289851,21.4,"2013-11-22 11:00",21,"2013-11-22 08:00",19.6,"2013-11-22 12:00",18.8,"2013-11-22 13:00","","","","",12.1,10.8,8,6.1,4,2.6,1.5,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","61102",1,40.902967,-111.884467,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8010,91,334,365,0,6,"","","Certification not required",0,192.90387,100.703404,360,"2013-05-16 13:00",360,"2013-07-27 13:00",360,"2013-07-29 06:00",360,"2013-11-18 10:00","","","","",355,350,340,327,299,166,67,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","62101",1,40.902967,-111.884467,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5851,67,244,365,0,5,"","","Certification not required",0,57.858486,20.922653,96,"2013-06-02 18:00",96,"2013-06-28 16:00",96,"2013-06-28 17:00",95,"2013-06-28 15:00","","","","",92,90,87,83,74,61,28,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","62201",1,40.902967,-111.884467,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5763,66,240,365,0,5,"","","Certification not required",0,46.709353,22.652837,99,"2013-04-15 02:00",99,"2013-04-15 04:00",98,"2013-04-15 03:00",98,"2013-11-03 08:00","","","","",94,92,88,82,63,43,20,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","64101",1,40.902967,-111.884467,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5854,67,244,365,0,2,"","","Certification not required",0,869.39426,5.593803,887,"2013-05-02 07:00",887,"2013-05-02 08:00",886,"2013-05-02 05:00",886,"2013-05-02 06:00","","","","",884,883,880,877,872,869,863,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-20" +"49","011","0004","68101",1,40.902967,-111.884467,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,93,112,122,0,9,"","","Certification not required",113,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68102",1,40.902967,-111.884467,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,93,112,122,0,9,"","","Certification not required",0,23.99292,0.045742,24,"2013-01-01 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,24,24,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68103",1,40.902967,-111.884467,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,112,122,0,9,"","","Certification not required",0,4.621239,11.199868,27.7,"2013-06-30 00:00",24,"2013-07-03 00:00",21.1,"2013-08-20 00:00",21,"2013-08-26 00:00","","","","",24,21.1,20.4,19.5,15.2,3.2,-10.8,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68103",5,40.902967,-111.884467,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,6.409615,10.061717,22.7,"2013-07-03 00:00",20.7,"2013-08-20 00:00",20.7,"2013-08-26 00:00",19.9,"2013-07-27 00:00","","","","",22.7,20.7,20.7,19.8,15.7,7,-6.2,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","68104",1,40.902967,-111.884467,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,112,122,0,9,"","","Certification not required",0,17.79646,13.207492,39.5,"2013-06-30 00:00",39,"2013-07-22 00:00",38.4,"2013-06-27 00:00",38.1,"2013-07-03 00:00","","","","",39,38.4,37.5,35.5,30.8,17.5,0.4,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68104",5,40.902967,-111.884467,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,18.896154,12.141469,38,"2013-07-21 00:00",36.6,"2013-06-27 00:00",36.5,"2013-06-09 00:00",36.4,"2013-07-15 00:00","","","","",38,36.6,36.5,36,27.8,20.9,3,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","68105",1,40.902967,-111.884467,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,93,112,122,0,9,"","","Certification not required",0,10.978761,12.504895,33.3,"2013-06-30 00:00",31.3,"2013-07-03 00:00",29.9,"2013-06-27 00:00",29.6,"2013-07-22 00:00","","","","",31.3,29.9,28.7,27.3,23.3,10.2,-5.7,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68105",5,40.902967,-111.884467,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.601923,11.322812,29.9,"2013-07-03 00:00",28.4,"2013-06-27 00:00",28.1,"2013-07-15 00:00",28.1,"2013-07-21 00:00","","","","",29.9,28.4,28.1,26.5,23.3,13.5,-2.6,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","68106",1,40.902967,-111.884467,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,112,122,0,9,"","","Certification not required",0,649.752212,5.352788,666,"2013-01-16 00:00",663,"2013-01-19 00:00",662,"2013-02-15 00:00",661,"2013-01-04 00:00","","","","",663,662,659,656,653,650,643,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68106",5,40.902967,-111.884467,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,646.923077,4.977779,661,"2013-01-16 00:00",657,"2013-01-04 00:00",657,"2013-02-15 00:00",656,"2013-01-22 00:00","","","","",661,657,657,655,649,646,641,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","68107",1,40.902967,-111.884467,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,112,122,0,9,"","","Certification not required",0,654.646018,4.843848,668,"2013-01-16 00:00",666,"2013-01-19 00:00",665,"2013-02-15 00:00",664,"2013-01-22 00:00","","","","",666,665,663,661,658,655,649,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68107",5,40.902967,-111.884467,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,651.269231,4.555175,664,"2013-01-16 00:00",660,"2013-01-04 00:00",660,"2013-01-22 00:00",660,"2013-02-15 00:00","","","","",664,660,660,658,653,651,646,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","68108",1,40.902967,-111.884467,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,93,112,122,0,9,"","","Certification not required",0,652.274336,5.170741,667,"2013-01-16 00:00",665,"2013-01-19 00:00",664,"2013-02-15 00:00",662,"2013-01-04 00:00","","","","",665,664,662,658,656,652,647,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","68108",5,40.902967,-111.884467,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,648.538462,4.57813,662,"2013-01-16 00:00",658,"2013-02-15 00:00",657,"2013-01-04 00:00",657,"2013-01-22 00:00","","","","",662,658,657,656,651,648,643,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","68109",1,40.902967,-111.884467,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,93,112,122,0,9,"","","Certification not required",0,1439.460177,2.909453,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","82102",1,40.902967,-111.884467,"WGS84","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.869412,0.569204,2.62,"2013-01-04 00:00",2.61,"2013-02-15 00:00",2.33,"2013-01-16 00:00",1.82,"2013-10-25 00:00","","","","",2.62,2.61,2.33,1.77,1.04,0.78,0.32,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82102",2,40.902967,-111.884467,"WGS84","Antimony PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.65,0.271846,0.88,"2013-09-19 00:00",0.72,"2013-08-26 00:00",0.35,"2013-05-22 00:00","","","","","","",0.88,0.88,0.88,0.88,0.88,0.72,0.35,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82103",1,40.902967,-111.884467,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.648824,0.715784,3.98,"2013-02-03 00:00",2.58,"2013-01-22 00:00",2.5,"2013-10-25 00:00",2.02,"2013-01-04 00:00","","","","",3.98,2.58,2.5,1.3,0.69,0.47,0.17,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82105",1,40.902967,-111.884467,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.014902,0.011554,0.06,"2013-08-02 00:00",0.03,"2013-05-04 00:00",0.03,"2013-06-15 00:00",0.03,"2013-06-27 00:00","","","","",0.06,0.03,0.03,0.03,0.02,0.01,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82110",1,40.902967,-111.884467,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.113137,0.082522,0.39,"2013-01-04 00:00",0.36,"2013-01-22 00:00",0.29,"2013-10-25 00:00",0.27,"2013-07-03 00:00","","","","",0.39,0.36,0.29,0.21,0.14,0.08,0.04,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82110",2,40.902967,-111.884467,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.083333,0.040415,0.13,"2013-05-22 00:00",0.06,"2013-08-26 00:00",0.06,"2013-09-19 00:00","","","","","","",0.13,0.13,0.13,0.13,0.13,0.06,0.06,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82113",1,40.902967,-111.884467,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.180392,0.09602,0.47,"2013-08-02 00:00",0.36,"2013-10-19 00:00",0.35,"2013-10-01 00:00",0.33,"2013-07-21 00:00","","","","",0.47,0.36,0.35,0.31,0.24,0.19,0.07,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82113",2,40.902967,-111.884467,"WGS84","Cobalt PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.12,0.04,0.16,"2013-05-22 00:00",0.12,"2013-09-19 00:00",0.08,"2013-08-26 00:00","","","","","","",0.16,0.16,0.16,0.16,0.16,0.12,0.08,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82128",1,40.902967,-111.884467,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.00318,0.002568,0.0127,"2013-01-16 00:00",0.0092,"2013-01-22 00:00",0.0088,"2013-10-25 00:00",0.0086,"2013-01-04 00:00","","","","",0.0127,0.0092,0.0088,0.007,0.0037,0.0022,0.0011,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82128",2,40.902967,-111.884467,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.0032,0.003466,0.0072,"2013-09-19 00:00",0.0013,"2013-05-22 00:00",0.0011,"2013-08-26 00:00","","","","","","",0.0072,0.0072,0.0072,0.0072,0.0072,0.0013,0.0011,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82132",1,40.902967,-111.884467,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,7.932941,4.646357,26.5,"2013-08-02 00:00",17.8,"2013-08-14 00:00",14.8,"2013-10-01 00:00",12.9,"2013-06-27 00:00","","","","",26.5,17.8,14.8,12.6,10.2,8.3,2.31,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82132",2,40.902967,-111.884467,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,7.083333,3.163927,9.9,"2013-05-22 00:00",7.69,"2013-09-19 00:00",3.66,"2013-08-26 00:00","","","","","","",9.9,9.9,9.9,9.9,9.9,7.69,3.66,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82136",1,40.902967,-111.884467,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,1.295686,0.749323,3.22,"2013-01-22 00:00",3.18,"2013-02-03 00:00",2.99,"2013-10-01 00:00",2.74,"2013-10-07 00:00","","","","",3.22,3.18,2.99,2.14,1.81,1.15,0.53,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82136",2,40.902967,-111.884467,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.74,0.147309,0.91,"2013-09-19 00:00",0.66,"2013-05-22 00:00",0.65,"2013-08-26 00:00","","","","","","",0.91,0.91,0.91,0.91,0.91,0.66,0.65,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","82154",1,40.902967,-111.884467,"WGS84","Selenium PM10 STP","24 HOUR","","Observed Values","R&P Model 2000 PM10 Quartz - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",51,84,50,61,0,0,"","","Certification not required",0,0.276471,0.199267,0.76,"2013-09-25 00:00",0.73,"2013-09-07 00:00",0.7,"2013-10-25 00:00",0.65,"2013-05-10 00:00","","","","",0.76,0.73,0.7,0.58,0.39,0.24,0.06,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-05" +"49","011","0004","88101",1,40.902967,-111.884467,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,92,112,122,0,9,9,9,"Certification not required",0,9.754867,11,51.2,"2013-01-25 00:00",45.6,"2013-12-27 00:00",45.1,"2013-02-06 00:00",42.6,"2013-12-15 00:00","","","","",45.6,45.1,38.6,22.4,9.6,5.5,2.6,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","88101",1,40.902967,-111.884467,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",113,92,112,122,0,9,"","","Certification not required",0,9.754867,11,51.2,"2013-01-25 00:00",45.6,"2013-12-27 00:00",45.1,"2013-02-06 00:00",42.6,"2013-12-15 00:00","","","","",45.6,45.1,38.6,22.4,9.6,5.5,2.6,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-01-23" +"49","011","0004","88102",5,40.902967,-111.884467,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.020654,0.009127,0.054,"2013-02-27 00:00",0.051,"2013-03-29 00:00",0.049,"2013-07-21 00:00",0.028,"2013-07-15 00:00","","","","",0.054,0.051,0.049,0.026,0.021,0.021,0.014,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88103",5,40.902967,-111.884467,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000481,0.001075,0.004,"2013-01-16 00:00",0.004,"2013-01-22 00:00",0.004,"2013-02-03 00:00",0.003,"2013-06-15 00:00","","","","",0.004,0.004,0.004,0.002,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88104",5,40.902967,-111.884467,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.05525,0.045645,0.18,"2013-02-21 00:00",0.174,"2013-08-14 00:00",0.145,"2013-06-27 00:00",0.137,"2013-08-02 00:00","","","","",0.18,0.174,0.145,0.118,0.09,0.044,0.0115,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88107",5,40.902967,-111.884467,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.006999,0.006708,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-04-16 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88109",5,40.902967,-111.884467,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.007916,0.011681,0.0772,"2013-01-22 00:00",0.0364,"2013-01-04 00:00",0.0255,"2013-02-09 00:00",0.0184,"2013-02-15 00:00","","","","",0.0772,0.0364,0.0255,0.0147,0.0087,0.0047,0.0016,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88110",5,40.902967,-111.884467,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00225,0.004994,0.025,"2013-08-08 00:00",0.014,"2013-05-22 00:00",0.013,"2013-03-05 00:00",0.012,"2013-09-01 00:00","","","","",0.025,0.014,0.013,0.011,0.002,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88111",5,40.902967,-111.884467,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.082853,0.081943,0.488,"2013-08-14 00:00",0.21,"2013-06-27 00:00",0.21,"2013-09-25 00:00",0.209,"2013-08-02 00:00","","","","",0.488,0.21,0.21,0.183,0.124,0.0618,0.0114,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88112",5,40.902967,-111.884467,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.003808,0.00983,0.057,"2013-09-25 00:00",0.044,"2013-10-07 00:00",0.013,"2013-10-19 00:00",0.009,"2013-10-01 00:00","","","","",0.057,0.044,0.013,0.005,0.003,0.001,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88113",5,40.902967,-111.884467,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",46,0.000785,0.000333,0.0021,"2013-08-02 00:00",0.0017,"2013-02-27 00:00",0.0016,"2013-05-22 00:00",0.0016,"2013-10-07 00:00","","","","",0.0021,0.0017,0.0016,0.0011,0.0007,0.0007,0.00055,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88114",5,40.902967,-111.884467,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.002258,0.002241,0.0115,"2013-07-03 00:00",0.009,"2013-02-03 00:00",0.0064,"2013-01-22 00:00",0.0055,"2013-01-04 00:00","","","","",0.0115,0.009,0.0064,0.0052,0.0031,0.00125,0.00065,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88115",5,40.902967,-111.884467,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.115645,0.271502,1.49,"2013-01-22 00:00",0.93,"2013-01-04 00:00",0.701,"2013-02-15 00:00",0.612,"2013-01-28 00:00","","","","",1.49,0.93,0.701,0.317,0.0652,0.0206,0.0039,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88117",5,40.902967,-111.884467,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006851,0.01063,0.0435,"2013-01-10 00:00",0.0435,"2013-03-23 00:00",0.043,"2013-03-17 00:00",0.043,"2013-04-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.0048,0.0041,0.0028,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88118",5,40.902967,-111.884467,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.009748,0.006562,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-04-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88126",5,40.902967,-111.884467,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.075571,0.039758,0.199,"2013-08-14 00:00",0.169,"2013-02-15 00:00",0.143,"2013-08-02 00:00",0.138,"2013-06-27 00:00","","","","",0.199,0.169,0.143,0.128,0.0966,0.0702,0.0276,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88128",5,40.902967,-111.884467,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001077,0.001792,0.008,"2013-01-04 00:00",0.006,"2013-10-25 00:00",0.005,"2013-01-16 00:00",0.004,"2013-02-03 00:00","","","","",0.008,0.006,0.005,0.004,0.002,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88131",5,40.902967,-111.884467,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.009923,0.003519,0.018,"2013-09-13 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00","","","","",0.018,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88132",5,40.902967,-111.884467,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001731,0.001816,0.007,"2013-01-22 00:00",0.006,"2013-02-27 00:00",0.006,"2013-08-14 00:00",0.006,"2013-09-25 00:00","","","","",0.007,0.006,0.006,0.004,0.002,0.001,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88136",5,40.902967,-111.884467,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000192,0.000445,0.002,"2013-02-21 00:00",0.001,"2013-01-22 00:00",0.001,"2013-04-04 00:00",0.001,"2013-07-09 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88140",5,40.902967,-111.884467,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",33,0.016006,0.016061,0.087,"2013-08-02 00:00",0.063,"2013-08-14 00:00",0.0466,"2013-07-27 00:00",0.042,"2013-06-27 00:00","","","","",0.087,0.063,0.0466,0.033,0.023,0.009,0.0055,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88152",5,40.902967,-111.884467,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005373,0.001377,0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-28 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88154",5,40.902967,-111.884467,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001095,0.000239,0.0013,"2013-01-16 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-05 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88160",5,40.902967,-111.884467,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.012692,0.003584,0.018,"2013-01-22 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-09 00:00",0.018,"2013-05-04 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.01,0.01,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88161",5,40.902967,-111.884467,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",41,0.003547,0.002539,0.0106,"2013-04-28 00:00",0.0103,"2013-08-02 00:00",0.0102,"2013-06-09 00:00",0.0096,"2013-08-14 00:00","","","","",0.0106,0.0103,0.0102,0.008,0.00265,0.0025,0.0021,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88164",5,40.902967,-111.884467,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00156,0.000227,0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-28 00:00",0.0019,"2013-06-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88165",5,40.902967,-111.884467,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.152142,0.11467,0.464,"2013-08-14 00:00",0.461,"2013-08-02 00:00",0.361,"2013-06-15 00:00",0.323,"2013-09-25 00:00","","","","",0.464,0.461,0.361,0.319,0.253,0.12,0.043,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88166",5,40.902967,-111.884467,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.008123,0.005051,0.02,"2013-07-09 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-09 00:00","","","","",0.02,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88167",5,40.902967,-111.884467,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",11,0.0147,0.019889,0.113,"2013-01-22 00:00",0.0605,"2013-08-14 00:00",0.0504,"2013-02-15 00:00",0.048,"2013-03-11 00:00","","","","",0.113,0.0605,0.0504,0.0414,0.017,0.008,0.0013,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88168",5,40.902967,-111.884467,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.001294,0.000576,0.0044,"2013-08-14 00:00",0.0025,"2013-09-19 00:00",0.002,"2013-09-13 00:00",0.00175,"2013-01-22 00:00","","","","",0.0044,0.0025,0.002,0.00175,0.00155,0.00115,0.00085,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88169",5,40.902967,-111.884467,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.308402,0.235236,1.54,"2013-02-03 00:00",0.997,"2013-01-22 00:00",0.794,"2013-01-04 00:00",0.54,"2013-01-16 00:00","","","","",1.54,0.997,0.794,0.415,0.35,0.271,0.148,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88176",5,40.902967,-111.884467,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.000944,0.000225,0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88180",5,40.902967,-111.884467,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.052687,0.052711,0.32,"2013-07-03 00:00",0.191,"2013-07-27 00:00",0.13,"2013-08-14 00:00",0.12,"2013-01-22 00:00","","","","",0.32,0.191,0.13,0.106,0.0639,0.035,0.0164,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88184",5,40.902967,-111.884467,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",35,0.040298,0.035853,0.159,"2013-01-10 00:00",0.154,"2013-01-04 00:00",0.137,"2013-08-02 00:00",0.126,"2013-01-22 00:00","","","","",0.159,0.154,0.137,0.079,0.051,0.027,0.0155,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88185",5,40.902967,-111.884467,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.003496,0.003658,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88301",5,40.902967,-111.884467,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.704598,1.218875,5.42,"2013-01-04 00:00",5.22,"2013-01-22 00:00",4.67,"2013-01-16 00:00",3.1,"2013-02-03 00:00","","","","",5.42,5.22,4.67,1.29,0.49,0.313,0.133,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88302",5,40.902967,-111.884467,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.067786,0.047405,0.314,"2013-05-22 00:00",0.157,"2013-09-07 00:00",0.15,"2013-01-16 00:00",0.129,"2013-01-10 00:00","","","","",0.314,0.157,0.15,0.107,0.0811,0.059,0.027,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88303",5,40.902967,-111.884467,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",25,0.028639,0.036025,0.184,"2013-07-03 00:00",0.147,"2013-07-27 00:00",0.121,"2013-05-22 00:00",0.077,"2013-06-03 00:00","","","","",0.184,0.147,0.121,0.0601,0.0351,0.012,0.0034,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88306",5,40.902967,-111.884467,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.724373,3.311953,13.9,"2013-01-04 00:00",13.9,"2013-01-16 00:00",12.1,"2013-01-22 00:00",8.33,"2013-02-03 00:00","","","","",13.9,13.9,12.1,4.41,1.15,0.423,0.196,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88355",5,40.902967,-111.884467,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.692882,1.054797,5.63,"2013-01-04 00:00",4.53,"2013-01-22 00:00",3.53,"2013-02-15 00:00",3.53,"2013-07-09 00:00","","","","",5.63,4.53,3.53,3.08,2.03,1.36,0.782,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88357",5,40.902967,-111.884467,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.336216,0.233349,1.48,"2013-01-04 00:00",0.9,"2013-02-15 00:00",0.601,"2013-10-07 00:00",0.581,"2013-01-16 00:00","","","","",1.48,0.9,0.601,0.571,0.406,0.286,0.116,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88370",5,40.902967,-111.884467,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.56851,0.917187,4.71,"2013-01-04 00:00",4,"2013-01-22 00:00",3.35,"2013-07-09 00:00",3.06,"2013-02-03 00:00","","","","",4.71,4,3.35,2.93,1.86,1.31,0.748,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88374",5,40.902967,-111.884467,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.159196,0.19676,1.05,"2013-01-04 00:00",0.752,"2013-02-03 00:00",0.583,"2013-02-15 00:00",0.582,"2013-01-16 00:00","","","","",1.05,0.752,0.583,0.26,0.164,0.097,0.044,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88375",5,40.902967,-111.884467,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.390216,0.197105,1.03,"2013-01-04 00:00",0.85,"2013-07-03 00:00",0.811,"2013-07-09 00:00",0.766,"2013-01-22 00:00","","","","",1.03,0.85,0.811,0.643,0.53,0.328,0.204,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88376",5,40.902967,-111.884467,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.508647,0.32019,1.58,"2013-01-22 00:00",1.38,"2013-01-04 00:00",1.17,"2013-07-09 00:00",1.1,"2013-07-03 00:00","","","","",1.58,1.38,1.17,0.963,0.608,0.404,0.238,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88377",5,40.902967,-111.884467,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.334804,0.260752,1.24,"2013-01-04 00:00",1.13,"2013-01-22 00:00",0.984,"2013-07-09 00:00",0.851,"2013-08-14 00:00","","","","",1.24,1.13,0.984,0.604,0.4,0.241,0.131,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88378",5,40.902967,-111.884467,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.174902,0.12265,0.627,"2013-02-03 00:00",0.418,"2013-08-02 00:00",0.395,"2013-07-21 00:00",0.394,"2013-10-19 00:00","","","","",0.627,0.418,0.395,0.334,0.233,0.155,0.056,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88380",5,40.902967,-111.884467,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.461176,0.386779,2.4,"2013-01-04 00:00",1.47,"2013-02-15 00:00",1.12,"2013-01-16 00:00",1.1,"2013-01-22 00:00","","","","",2.4,1.47,1.12,0.701,0.522,0.38,0.148,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88383",5,40.902967,-111.884467,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.57148,0.384654,2.37,"2013-01-04 00:00",1.42,"2013-02-15 00:00",1.28,"2013-02-03 00:00",1.08,"2013-01-16 00:00","","","","",2.37,1.42,1.28,0.94,0.73,0.514,0.225,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88384",5,40.902967,-111.884467,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.064369,0.030701,0.154,"2013-04-04 00:00",0.152,"2013-04-22 00:00",0.147,"2013-04-10 00:00",0.121,"2013-10-19 00:00","","","","",0.154,0.152,0.147,0.104,0.0776,0.0588,0.0368,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88385",5,40.902967,-111.884467,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",50,0.001042,0.000297,0.00312,"2013-09-19 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00312,0.001,0.001,0.001,0.001,0.001,0.001,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88388",5,40.902967,-111.884467,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.299667,0.18964,1.04,"2013-02-03 00:00",0.924,"2013-01-04 00:00",0.575,"2013-02-15 00:00",0.566,"2013-10-19 00:00","","","","",1.04,0.924,0.575,0.536,0.38,0.236,0.136,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88403",5,40.902967,-111.884467,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.839667,0.567807,3.13,"2013-02-03 00:00",2.82,"2013-01-22 00:00",2.3,"2013-01-04 00:00",1.37,"2013-01-16 00:00","","","","",3.13,2.82,2.3,1.17,1.03,0.758,0.34,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","0004","88502",5,40.902967,-111.884467,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,8.654902,7.485808,35,"2013-01-04 00:00",32,"2013-01-16 00:00",30.6,"2013-01-22 00:00",26.9,"2013-02-03 00:00","","","","",35,32,30.6,11.2,9.8,6.1,3.6,"Bountiful Viewmont","171 WEST 1370 NORTH, BOUNTIFUL, UTAH","Utah","Davis","Bountiful","Ogden-Clearfield, UT","2014-02-14" +"49","011","6001","61101",1,41.041667,-112.2325,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7954,91,331,365,0,62,"","","Certification not required",0,7.036409,4.464166,33.9,"2013-04-08 21:00",32.4,"2013-04-08 20:00",31.9,"2013-04-08 17:00",31.4,"2013-06-13 18:00","","","","",22.8,20.4,16.4,13.2,8.5,5.7,3,"UTM COORDINATES TAKEN FROM MET TOWER LOCATION","(NO STREET ADDRESS; ON ISLAND)","Utah","Davis","Not in a city","Ogden-Clearfield, UT","2013-12-04" +"49","011","6001","61102",1,41.041667,-112.2325,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7969,91,332,365,0,47,"","","Certification not required",0,159.578743,110.392853,360,"2013-01-10 18:00",360,"2013-01-11 20:00",360,"2013-03-04 03:00",360,"2013-03-08 22:00","","","","",358,356,350,328,244,151,20,"UTM COORDINATES TAKEN FROM MET TOWER LOCATION","(NO STREET ADDRESS; ON ISLAND)","Utah","Davis","Not in a city","Ogden-Clearfield, UT","2013-12-04" +"49","011","6001","61106",1,41.041667,-112.2325,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7954,91,331,365,0,62,"","","Certification not required",0,15.762321,10.83632,75,"2013-01-31 17:00",72.4,"2013-08-10 14:00",71.5,"2013-10-16 12:00",69.8,"2013-05-05 08:00","","","","",52.8,47.1,39.4,31.1,19.7,12.2,6.3,"UTM COORDINATES TAKEN FROM MET TOWER LOCATION","(NO STREET ADDRESS; ON ISLAND)","Utah","Davis","Not in a city","Ogden-Clearfield, UT","2013-12-04" +"49","011","6001","62101",1,41.041667,-112.2325,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8012,91,334,365,0,4,"","","Certification not required",0,54.067524,21.230022,100,"2013-06-28 15:00",100,"2013-06-29 17:00",99,"2013-06-28 16:00",99,"2013-06-29 16:00","","","","",94,92,88,82,72,53,26,"UTM COORDINATES TAKEN FROM MET TOWER LOCATION","(NO STREET ADDRESS; ON ISLAND)","Utah","Davis","Not in a city","Ogden-Clearfield, UT","2013-12-04" +"49","011","6001","62201",1,41.041667,-112.2325,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8012,91,334,365,0,4,"","","Certification not required",0,52.223415,21.256792,93,"2013-01-26 09:00",93,"2013-01-26 10:00",93,"2013-01-26 23:00",93,"2013-01-27 00:00","","","","",90,89,86,81,69,52,23,"UTM COORDINATES TAKEN FROM MET TOWER LOCATION","(NO STREET ADDRESS; ON ISLAND)","Utah","Davis","Not in a city","Ogden-Clearfield, UT","2013-12-04" +"49","011","6002","61101",1,41.088611,-112.116389,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8013,91,334,365,0,3,"","","Certification not required",0,6.206964,3.555839,26.8,"2013-06-13 18:00",26.4,"2013-04-08 19:00",26.2,"2013-04-08 16:00",26.1,"2013-03-09 16:00","","","","",19.2,17.1,13.2,10.8,7.6,5.4,2.7,"UTM COORDINATES AT MET TOWER","4528 W 1700 S, SYRACUSE, UTAH","Utah","Davis","Syracuse","Ogden-Clearfield, UT","2013-12-04" +"49","011","6002","61102",1,41.088611,-112.116389,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8013,91,334,365,0,3,"","","Certification not required",0,176.60015,108.967036,360,"2013-01-12 09:00",360,"2013-01-13 19:00",360,"2013-02-05 12:00",360,"2013-02-08 11:00","","","","",358,356,350,341,270,157,24,"UTM COORDINATES AT MET TOWER","4528 W 1700 S, SYRACUSE, UTAH","Utah","Davis","Syracuse","Ogden-Clearfield, UT","2013-12-04" +"49","011","6002","61106",1,41.088611,-112.116389,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8013,91,334,365,0,3,"","","Certification not required",0,16.313877,11.241283,79.7,"2013-08-13 10:00",74.2,"2013-07-05 12:00",70.1,"2013-08-13 11:00",69.1,"2013-07-11 08:00","","","","",53,47.7,40.2,33.1,21.2,12.6,6.1,"UTM COORDINATES AT MET TOWER","4528 W 1700 S, SYRACUSE, UTAH","Utah","Davis","Syracuse","Ogden-Clearfield, UT","2013-12-04" +"49","011","6002","62101",1,41.088611,-112.116389,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8013,91,334,365,0,3,"","","Certification not required",0,53.182329,21.342962,99,"2013-06-29 15:00",99,"2013-06-29 16:00",99,"2013-06-29 17:00",98,"2013-06-28 15:00","","","","",94,91,87,82,70,53,25,"UTM COORDINATES AT MET TOWER","4528 W 1700 S, SYRACUSE, UTAH","Utah","Davis","Syracuse","Ogden-Clearfield, UT","2013-12-04" +"49","011","6002","62201",1,41.088611,-112.116389,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8013,91,334,365,0,3,"","","Certification not required",0,66.648945,23.167064,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-01 02:00",100,"2013-01-01 03:00","","","","",100,100,100,100,88,66,36,"UTM COORDINATES AT MET TOWER","4528 W 1700 S, SYRACUSE, UTAH","Utah","Davis","Syracuse","Ogden-Clearfield, UT","2013-12-04" +"49","011","6002","63301",1,41.088611,-112.116389,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8013,91,334,365,0,3,"","","Certification not required",3835,0.308612,0.426332,1.57,"2013-05-07 12:00",1.53,"2013-06-20 12:00",1.52,"2013-06-20 11:00",1.52,"2013-06-22 12:00","","","","",1.43,1.4,1.24,1.05,0.56,0.03,0.005,"UTM COORDINATES AT MET TOWER","4528 W 1700 S, SYRACUSE, UTAH","Utah","Davis","Syracuse","Ogden-Clearfield, UT","2013-12-04" +"49","013","0002","42601",1,40.294178,-110.009732,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,194,365,0,1172,"","","Certification not required",0,1.636411,4.16614,78.9,"2013-01-17 09:00",57.8,"2013-01-07 09:00",55.2,"2013-02-01 09:00",54.3,"2013-01-08 08:00","","","","",22.8,13.3,6.2,3.3,1.2,0.6,0.1,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","42602",1,40.294178,-110.009732,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,194,365,0,1172,0,"","Certification not required",0,16.86701,13.445563,61,"2013-01-23 08:00",58.2,"2013-01-08 08:00",56.9,"2013-01-10 19:00",50.5,"2013-02-06 08:00","","","","",58.2,50.5,47.7,37.6,23.1,11.2,5.2,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","42602",1,40.294178,-110.009732,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,194,365,0,1172,"","","Certification not required",0,8.071484,8.796686,61,"2013-01-23 08:00",58.2,"2013-01-08 08:00",57.9,"2013-01-23 09:00",56.9,"2013-01-10 19:00","","","","",39.9,34.3,27.5,21.2,10.6,4.4,1.2,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","42603",1,40.294178,-110.009732,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4636,53,194,365,0,1172,"","","Certification not required",0,9.709383,11.142773,125.2,"2013-01-17 09:00",112.4,"2013-01-08 08:00",97.7,"2013-01-07 09:00",95.8,"2013-01-23 09:00","","","","",50.4,42.3,31.9,24.5,12.6,5.2,1.4,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","44201",1,40.294178,-110.009732,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5761,40,61,153,0,47,0,0,"Certification not required",31,0.059426,0.005599,0.117,"2013-01-24 16:00",0.112,"2013-01-21 16:00",0.112,"2013-01-22 15:00",0.111,"2013-01-26 17:00","","","","",0.117,0.112,0.111,0.105,0.098,0.082,0.064,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","44201",1,40.294178,-110.009732,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5733,64,169,265,0,0,18,18,"Certification not required",0,0.059367,0.015295,0.11,"2013-01-24 11:00",0.106,"2013-01-26 12:00",0.105,"2013-01-21 12:00",0.104,"2013-01-25 13:00","","","","",0.106,0.104,0.094,0.086,0.063,0.056,0.047,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","44201",1,40.294178,-110.009732,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5733,64,169,265,0,0,26,26,"Certification not required",0,0.059367,0.015295,0.11,"2013-01-24 11:00",0.106,"2013-01-26 12:00",0.105,"2013-01-21 12:00",0.104,"2013-01-25 13:00","","","","",0.106,0.104,0.094,0.086,0.063,0.056,0.047,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","61101",1,40.294178,-110.009732,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5786,66,241,365,0,22,"","","Certification not required",0,4.92309,4.209012,60.8,"2013-10-03 21:00",42.9,"2013-10-03 20:00",29.9,"2013-03-17 14:00",29.2,"2013-03-17 15:00","","","","",21.6,19.3,15,9.7,5.2,3.6,1.9,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","61102",1,40.294178,-110.009732,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5786,66,241,365,0,22,"","","Certification not required",0,196.043899,101.217232,360,"2013-02-22 18:00",360,"2013-03-12 05:00",360,"2013-03-25 00:00",360,"2013-11-14 01:00","","","","",355,350,337,318,287,211,56,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","62101",1,40.294178,-110.009732,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2913,33,121,365,0,15,"","","Certification not required",0,53.233093,17.886228,99,"2013-06-27 15:00",99,"2013-06-28 13:00",98,"2013-06-27 16:00",98,"2013-06-27 17:00","","","","",93,90,85,80,65,52,30,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","62201",1,40.294178,-110.009732,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",2913,33,121,365,0,15,"","","Certification not required",0,46.48747,22.969744,91,"2013-10-03 23:00",91,"2013-10-04 00:00",91,"2013-10-04 01:00",91,"2013-10-29 07:00","","","","",89,87,83,80,65,45,15,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","64101",1,40.294178,-110.009732,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",2913,33,121,365,0,15,"","","Certification not required",0,839.84552,5.53158,857,"2013-05-02 07:00",857,"2013-05-02 08:00",857,"2013-05-02 09:00",857,"2013-05-02 10:00","","","","",852,850,849,847,844,840,833,"","290 S. 1000 W.","Utah","Duchesne","","","2014-02-06" +"49","013","0002","88502",3,40.294178,-110.009732,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4333,100,121,122,0,11,"","","Certification not required",0,10.674036,10.522676,150.4,"2013-04-02 18:00",62.4,"2013-03-10 02:00",59.2,"2013-02-04 01:00",57.7,"2013-02-03 06:00","","","","",43.9,39.5,33.2,27.3,14.5,6,2.4,"","290 S. 1000 W.","Utah","Duchesne","","","2013-11-20" +"49","013","0002","88502",3,40.294178,-110.009732,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",181,100,61,122,0,0,"","","Certification not required",0,10.614917,9.259617,41.7,"2013-01-26 00:00",38.4,"2013-01-25 00:00",37.5,"2013-01-23 00:00",35,"2013-01-24 00:00","","","","",38.4,35,31.5,26.2,15.6,6.2,3.1,"","290 S. 1000 W.","Utah","Duchesne","","","2013-11-20" +"49","013","1001","42601",1,40.309956,-110.000732,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5839,67,244,365,0,17,"","","Certification not required",0,0.451961,1.224414,16,"2013-01-09 08:00",16,"2013-10-23 06:00",15,"2013-01-03 08:00",15,"2013-01-09 09:00","","","","",6,4,2,1,1,0,0,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","42602",1,40.309956,-110.000732,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5846,67,244,365,0,10,1,"","Certification not required",0,8.118852,10.054492,140,"2013-10-29 14:00",30,"2013-01-04 07:00",28,"2013-10-02 13:00",25,"2013-01-03 08:00","","","","",28,24,18,15,10,6,2,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","42602",1,40.309956,-110.000732,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5846,67,244,365,0,10,"","","Certification not required",0,2.582107,4.201798,140,"2013-10-29 14:00",111,"2013-10-29 15:00",57,"2013-10-29 12:00",30,"2013-01-04 07:00","","","","",16,14,10,7,3,1,0,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","42603",1,40.309956,-110.000732,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5839,67,244,365,0,17,"","","Certification not required",0,3.098476,4.171026,40,"2013-01-03 08:00",39,"2013-01-04 04:00",39,"2013-01-04 07:00",35,"2013-01-04 08:00","","","","",19,17,12,8,4,2,0,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","44201",1,40.309956,-110.000732,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - Ecotech Serinus 10",2013,"Parts per million","No Events",5851,41,62,153,0,5,0,0,"Certification not required",9,0.057984,0.007318,0.077,"2013-01-22 17:00",0.074,"2013-05-26 09:00",0.073,"2013-05-24 13:00",0.071,"2013-05-17 10:00","","","","",0.077,0.074,0.071,0.069,0.065,0.062,0.059,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","44201",1,40.309956,-110.000732,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5842,41,62,153,0,0,0,0,"Certification not required",0,0.054613,0.007407,0.071,"2013-05-26 08:00",0.069,"2013-05-24 10:00",0.067,"2013-05-22 11:00",0.067,"2013-05-23 09:00","","","","",0.071,0.069,0.067,0.064,0.061,0.059,0.056,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","44201",1,40.309956,-110.000732,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5842,41,62,153,0,0,0,0,"Certification not required",0,0.054613,0.007407,0.071,"2013-05-26 08:00",0.069,"2013-05-24 10:00",0.067,"2013-05-22 11:00",0.067,"2013-05-23 09:00","","","","",0.071,0.069,0.067,0.064,0.061,0.059,0.056,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","61101",1,40.309956,-110.000732,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5853,67,244,365,0,3,"","","Certification not required",0,7.508679,5.316092,28.3,"2013-01-15 15:00",27.4,"2013-01-15 14:00",25.8,"2013-01-15 16:00",25.3,"2013-03-21 14:00","","","","",20.5,19.1,17.1,15.3,11.5,6.5,1.6,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","61102",1,40.309956,-110.000732,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5853,67,244,365,0,3,"","","Certification not required",0,214.674013,68.764263,337,"2013-04-21 05:00",337,"2013-05-16 20:00",334,"2013-03-16 22:00",332,"2013-12-02 19:00","","","","",315,309,296,284,263,244,100,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","62101",1,40.309956,-110.000732,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5853,67,244,365,0,3,"","","Certification not required",0,36.609773,18.686813,85,"2013-08-15 16:00",84,"2013-08-15 15:00",84,"2013-08-15 17:00",84,"2013-08-16 13:00","","","","",79,76,69,62,49,35,13,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","62201",1,40.309956,-110.000732,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5853,67,244,365,0,3,"","","Certification not required",0,54.304801,20.258026,96,"2013-01-26 23:00",96,"2013-01-27 00:00",96,"2013-03-09 00:00",96,"2013-03-09 01:00","","","","",94,91,85,80,70,56,26,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","1001","64101",1,40.309956,-110.000732,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",3641,42,151,365,0,7,"","","Certification not required",0,799.131557,6.145623,812,"2013-01-17 09:00",811,"2013-01-17 07:00",811,"2013-01-17 08:00",811,"2013-01-17 10:00","","","","",809,809,808,807,804,800,791,""," 1/4 mile South of US 40 off 4500 Wesst Fruitland, Utah","Utah","Duchesne","","","2014-02-06" +"49","013","7011","42601",1,40.216779,-110.182742,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5607,68,239,344,0,441,"","","Certification not required",0,0.296433,1.292763,68.8,"2013-07-15 02:00",15.5,"2013-02-02 09:00",10.7,"2013-02-01 10:00",9.9,"2013-02-07 09:00","","","","",4.8,3.2,1.8,0.9,0.2,0,-0.1,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","42602",1,40.216779,-110.182742,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5606,64,239,365,0,442,0,"","Certification not required",0,8.567782,5.975743,31.1,"2013-01-26 08:00",30.8,"2013-01-22 08:00",28.8,"2013-02-08 01:00",26.4,"2013-01-23 02:00","","","","",28.8,25.4,22.9,17,10.6,6.7,2.9,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","42602",1,40.216779,-110.182742,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5606,64,239,365,0,442,"","","Certification not required",0,3.181609,4.796108,31.1,"2013-01-26 08:00",30.8,"2013-01-22 08:00",28.8,"2013-02-08 01:00",26.4,"2013-01-23 02:00","","","","",22.4,20.2,13.8,9.2,4.2,1.5,-0.4,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","42603",1,40.216779,-110.182742,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5607,68,239,344,0,441,"","","Certification not required",0,3.61516,5.300697,83.3,"2013-07-15 02:00",34,"2013-01-22 10:00",33.8,"2013-01-22 08:00",32.8,"2013-01-26 08:00","","","","",23.7,21.3,15.1,10.7,4.7,1.7,-0.3,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","44201",1,40.216779,-110.182742,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5695,95,238,250,0,353,1,1,"Certification not required",4,0.061723,0.01476,0.126,"2013-01-24 14:00",0.122,"2013-02-06 15:00",0.119,"2013-01-22 15:00",0.119,"2013-01-26 16:00","","","","",0.119,0.114,0.102,0.081,0.064,0.059,0.049,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","44201",1,40.216779,-110.182742,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5743,92,234,253,0,0,18,18,"Certification not required",0,0.057821,0.013939,0.117,"2013-01-24 12:00",0.11,"2013-01-22 13:00",0.109,"2013-01-23 13:00",0.108,"2013-01-26 14:00","","","","",0.109,0.107,0.094,0.073,0.06,0.055,0.046,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","44201",1,40.216779,-110.182742,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5743,92,234,253,0,0,20,20,"Certification not required",0,0.057821,0.013939,0.117,"2013-01-24 12:00",0.11,"2013-01-22 13:00",0.109,"2013-01-23 13:00",0.108,"2013-01-26 14:00","","","","",0.109,0.107,0.094,0.073,0.06,0.055,0.046,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","61101",1,40.216779,-110.182742,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",6038,73,252,344,0,10,"","","Certification not required",0,6.77895,4.580496,29.3,"2013-04-30 14:00",29.2,"2013-03-21 10:00",29,"2013-03-17 10:00",28.5,"2013-04-30 13:00","","","","",21.9,20.1,17,13.3,8.2,5.6,2.4,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","61102",1,40.216779,-110.182742,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",6042,73,252,344,0,6,"","","Certification not required",0,215.95763,87.152165,360,"2013-02-05 23:00",360,"2013-03-12 07:00",360,"2013-04-20 07:00",360,"2013-09-08 19:00","","","","",340,329,317,306,286,257,91,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","61105",1,40.216779,-110.182742,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6043,73,252,344,0,5,"","","Certification not required",0,10.244911,6.915238,56,"2013-05-15 15:00",50,"2013-07-05 19:00",47,"2013-04-08 12:00",45,"2013-03-17 13:00","","","","",34,31,26,20,12,8,4,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","61106",1,40.216779,-110.182742,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6041,73,252,344,0,7,"","","Certification not required",0,17.449214,11.888367,68.5,"2013-03-20 11:00",67.2,"2013-06-18 13:00",66.6,"2013-05-28 05:00",64.8,"2013-07-20 11:00","","","","",54.2,50.3,43.1,35.2,23.3,13.3,6.5,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","62101",1,40.216779,-110.182742,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5794,70,240,344,0,254,"","","Certification not required",0,53.073352,22.757952,99,"2013-06-27 11:00",99,"2013-06-27 12:00",99,"2013-07-21 15:00",99,"2013-07-22 15:00","","","","",94,91,86,81,70,57,19,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","62106",1,40.216779,-110.182742,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",5783,70,240,344,0,265,"","","Certification not required",0,0.21852,0.934202,4.4,"2013-07-01 01:00",3.9,"2013-02-21 03:00",3.7,"2013-06-30 22:00",3.4,"2013-06-03 21:00","","","","",2.6,2.3,1.9,1.5,0.9,0.1,-0.9,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","62201",1,40.216779,-110.182742,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",4485,54,187,344,0,1563,"","","Certification not required",0,46.20107,26.044881,97.9,"2013-04-09 01:00",97.9,"2013-04-16 06:00",97.8,"2013-04-16 05:00",97.7,"2013-04-09 00:00","","","","",96,92.7,89.1,85.3,68.5,41.8,13.7,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","63301",1,40.216779,-110.182742,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5792,70,240,344,0,256,"","","Certification not required",2602,0.360754,0.463863,1.6,"2013-06-07 13:00",1.59,"2013-05-18 11:00",1.55,"2013-06-28 12:00",1.54,"2013-07-21 12:00","","","","",1.47,1.44,1.33,1.14,0.69,0.06,0.005,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","63305",1,40.216779,-110.182742,"NAD83","Net radiation","1 HOUR","","Observed Values","Instrumental - Net radiometer",2013,"Langleys/minute","No Events",5794,70,240,344,0,254,"","","Certification not required",0,0.111961,0.276367,1,"2013-04-18 12:00",1,"2013-04-20 13:00",1,"2013-04-30 11:00",1,"2013-04-30 13:00","","","","",0.8,0.8,0.7,0.6,0.3,0,-0.1,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","64101",1,40.216779,-110.182742,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6039,73,251,344,0,9,"","","Certification not required",0,838.081636,5.105005,856,"2013-05-02 08:00",855,"2013-05-02 06:00",855,"2013-05-02 07:00",855,"2013-05-02 09:00","","","","",849,848,846,844,841,839,831,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","013","7011","65102",1,40.216779,-110.182742,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6047,73,252,344,0,1,"","","Certification not required",0,1.5e-05,0.000426,0.02,"2013-09-09 03:00",0.01,"2013-03-09 03:00",0.01,"2013-04-01 14:00",0.01,"2013-04-08 16:00","","","","",0,0,0,0,0,0,0,"STATION LOCATED NEAR INTERSECTION OF 6000 SO & 10000 WEST","6000 SOUTH AND 10000 WEST (MYTON)","Utah","Duchesne","","","2013-12-30" +"49","017","0004","44201",1,37.775556,-111.614722,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8107,97,149,153,0,653,0,0,"Certification not required",0,0.052651,0.008237,0.074,"2013-05-30 18:00",0.074,"2013-05-31 14:00",0.071,"2013-05-15 18:00",0.07,"2013-05-01 15:00","","","","",0.074,0.071,0.068,0.064,0.058,0.053,0.049,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","44201",1,37.775556,-111.614722,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8098,97,148,153,0,0,0,0,"Certification not required",0,0.049405,0.008037,0.072,"2013-05-31 11:00",0.071,"2013-05-30 11:00",0.068,"2013-05-22 09:00",0.067,"2013-06-20 11:00","","","","",0.071,0.068,0.063,0.06,0.055,0.05,0.046,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","44201",1,37.775556,-111.614722,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8098,97,148,153,0,0,0,0,"Certification not required",0,0.049405,0.008037,0.072,"2013-05-31 11:00",0.071,"2013-05-30 11:00",0.068,"2013-05-22 09:00",0.067,"2013-06-20 11:00","","","","",0.071,0.068,0.063,0.06,0.055,0.05,0.046,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","61101",1,37.775556,-111.614722,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8697,99,362,365,0,63,"","","Certification not required",0,5.722571,3.136949,21.2,"2013-02-24 10:00",20.2,"2013-02-24 09:00",19.8,"2013-02-14 11:00",19.4,"2013-05-28 17:00","","","","",14.8,13.4,11.3,9.9,7.8,5.2,1.9,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","61103",1,37.775556,-111.614722,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8697,99,362,365,0,63,"","","Certification not required",0,4.956111,3.264328,20.6,"2013-02-24 10:00",19.4,"2013-02-24 09:00",19.2,"2013-02-14 11:00",19,"2013-05-28 17:00","","","","",14.2,12.8,10.7,9.3,7.2,4.5,1,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","61104",1,37.775556,-111.614722,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8697,99,362,365,0,63,"","","Certification not required",0,231.390939,80.871103,360,"2013-03-18 20:00",360,"2013-06-23 07:00",360,"2013-08-27 13:00",359,"2013-03-24 08:00","","","","",352,347,338,328,283,265,121,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","61106",1,37.775556,-111.614722,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8698,99,362,365,0,62,"","","Certification not required",0,33.434238,18.105325,90,"2013-09-26 20:00",90,"2013-10-08 06:00",88,"2013-05-22 05:00",87,"2013-02-17 04:00","","","","",79,75,67,61,46,29,13,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","62101",1,37.775556,-111.614722,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8612,98,359,365,0,148,"","","Certification not required",0,52.011379,19.334542,96,"2013-06-28 13:00",96,"2013-06-28 14:00",96,"2013-06-28 15:00",95,"2013-06-28 12:00","","","","",89,86,83,78,68,52,27,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","62106",1,37.775556,-111.614722,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8612,98,359,365,0,148,"","","Certification not required",0,0.359162,0.782592,5.3,"2013-02-03 19:00",5.1,"2013-02-04 19:00",4.8,"2013-01-08 05:00",4.5,"2013-02-03 20:00","","","","",2.7,2.3,1.8,1.4,0.7,0.3,-0.6,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","62201",1,37.775556,-111.614722,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8721,100,363,365,0,39,"","","Certification not required",0,40.835569,21.98818,100,"2013-01-26 10:00",100,"2013-01-26 20:00",100,"2013-01-26 21:00",100,"2013-01-26 22:00","","","","",100,97,85,72,54,38,14,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","63301",1,37.775556,-111.614722,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8710,99,364,365,0,50,"","","Certification not required",4262,0.304939,0.423309,1.52,"2013-06-18 12:00",1.51,"2013-05-25 12:00",1.51,"2013-05-27 11:00",1.51,"2013-05-31 12:00","","","","",1.45,1.38,1.22,1.02,0.57,0.01,0.005,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0004","65102",1,37.775556,-111.614722,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8713,99,363,365,0,47,"","","Certification not required",0,0.001444,0.013516,0.44,"2013-09-09 15:00",0.3,"2013-09-11 10:00",0.28,"2013-09-10 19:00",0.24,"2013-08-26 10:00","","","","",0.04,0.02,0,0,0,0,0,"","Escalante National Monument - Visitor Center","Utah","Garfield","Escalante","","2014-02-14" +"49","017","0101","85101",1,37.618383,-112.174368,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.350075,3.76486,16.5126,"2013-04-16 00:00",14.8661,"2013-05-16 00:00",10.623,"2013-04-07 00:00",10.3697,"2013-04-22 00:00","","","","",16.5126,14.8661,10.623,9.5982,6.4037,3.2833,0.894,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","86502",1,37.618383,-112.174368,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.82,2.430168,12,"2013-04-16 00:00",8,"2013-05-16 00:00",6,"2013-05-01 00:00",5,"2013-03-17 00:00","","","","",12,12,6,5,2,1,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88103",1,37.618383,-112.174368,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88104",1,37.618383,-112.174368,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0628,0.070711,0.315,"2013-04-07 00:00",0.2535,"2013-04-22 00:00",0.2225,"2013-04-16 00:00",0.2223,"2013-04-28 00:00","","","","",0.315,0.315,0.2225,0.162,0.086,0.0434,0.004,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88109",1,37.618383,-112.174368,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001198,0.000705,0.0033,"2013-05-25 00:00",0.0028,"2013-05-16 00:00",0.0025,"2013-05-13 00:00",0.0023,"2013-05-01 00:00","","","","",0.0033,0.0033,0.0025,0.0022,0.0015,0.0011,0.0005,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88111",1,37.618383,-112.174368,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.049682,0.060571,0.2884,"2013-04-07 00:00",0.1898,"2013-04-22 00:00",0.1877,"2013-03-17 00:00",0.1743,"2013-04-28 00:00","","","","",0.2884,0.2884,0.1877,0.1374,0.0704,0.0343,0.0027,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88112",1,37.618383,-112.174368,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-04-04 00:00",0.001,"2013-04-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88114",1,37.618383,-112.174368,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",33,0.000232,0.000144,0.0007,"2013-02-12 00:00",0.0006,"2013-01-01 00:00",0.0006,"2013-01-10 00:00",0.0005,"2013-04-16 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0003,0.00015,0.00015,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88115",1,37.618383,-112.174368,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.003854,0.019055,0.1354,"2013-05-25 00:00",0.0097,"2013-04-07 00:00",0.0057,"2013-03-17 00:00",0.0037,"2013-04-16 00:00","","","","",0.1354,0.1354,0.0057,0.0032,0.0015,0.0008,0.00015,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88126",1,37.618383,-112.174368,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.037812,0.042525,0.1964,"2013-04-07 00:00",0.1491,"2013-04-22 00:00",0.1308,"2013-04-28 00:00",0.1211,"2013-04-16 00:00","","","","",0.1964,0.1964,0.1308,0.0975,0.0502,0.0249,0.0026,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88128",1,37.618383,-112.174368,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00054,0.000579,0.002,"2013-03-26 00:00",0.002,"2013-05-01 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88132",1,37.618383,-112.174368,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0009,0.001165,0.005,"2013-04-07 00:00",0.004,"2013-04-22 00:00",0.003,"2013-04-16 00:00",0.003,"2013-04-28 00:00","","","","",0.005,0.005,0.003,0.003,0.001,0.001,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88136",1,37.618383,-112.174368,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0001,0.00058,0.004,"2013-04-04 00:00",0.001,"2013-04-01 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.004,0.004,0,0,0,0,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88140",1,37.618383,-112.174368,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.020929,0.024485,0.1053,"2013-04-07 00:00",0.0805,"2013-04-22 00:00",0.0782,"2013-03-17 00:00",0.0772,"2013-04-28 00:00","","","","",0.1053,0.1053,0.0782,0.0512,0.0261,0.0131,0.00205,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88152",1,37.618383,-112.174368,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.000147,2.7e-05,0.0003,"2013-04-16 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00","","","","",0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,0.0001,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88154",1,37.618383,-112.174368,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.000134,6.6e-05,0.0003,"2013-01-10 00:00",0.0003,"2013-01-25 00:00",0.0003,"2013-02-03 00:00",0.0003,"2013-02-18 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.0001,0.0001,0.0001,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88161",1,37.618383,-112.174368,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.003506,0.003842,0.0169,"2013-04-07 00:00",0.0141,"2013-04-22 00:00",0.0121,"2013-04-16 00:00",0.0114,"2013-04-28 00:00","","","","",0.0169,0.0169,0.0121,0.0093,0.0048,0.0026,0.0002,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88164",1,37.618383,-112.174368,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.000159,0.000137,0.0007,"2013-05-25 00:00",0.0006,"2013-04-07 00:00",0.0004,"2013-04-16 00:00",0.0003,"2013-01-31 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.0002,0.0001,5e-05,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88165",1,37.618383,-112.174368,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.142516,0.155857,0.6526,"2013-04-07 00:00",0.5404,"2013-04-22 00:00",0.5296,"2013-04-16 00:00",0.4533,"2013-04-28 00:00","","","","",0.6526,0.6526,0.5296,0.4007,0.2022,0.1064,0.0081,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88167",1,37.618383,-112.174368,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.000932,0.000736,0.0029,"2013-05-16 00:00",0.0028,"2013-04-22 00:00",0.0026,"2013-03-26 00:00",0.0023,"2013-05-22 00:00","","","","",0.0029,0.0029,0.0026,0.0022,0.0013,0.0008,0.00015,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88168",1,37.618383,-112.174368,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.000564,0.000571,0.0026,"2013-04-07 00:00",0.0021,"2013-04-22 00:00",0.0019,"2013-03-17 00:00",0.0016,"2013-05-16 00:00","","","","",0.0026,0.0026,0.0019,0.0015,0.0007,0.0004,0.00015,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88169",1,37.618383,-112.174368,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.150268,0.092251,0.3637,"2013-05-16 00:00",0.3575,"2013-04-22 00:00",0.3376,"2013-05-25 00:00",0.3208,"2013-05-01 00:00","","","","",0.3637,0.3637,0.3376,0.2888,0.2038,0.1295,0.0439,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88176",1,37.618383,-112.174368,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",41,0.000207,0.000134,0.0006,"2013-03-23 00:00",0.0006,"2013-04-07 00:00",0.0006,"2013-04-22 00:00",0.0005,"2013-03-11 00:00","","","","",0.0006,0.0006,0.0006,0.0005,0.00015,0.00015,0.00015,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88180",1,37.618383,-112.174368,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.024472,0.024881,0.1069,"2013-04-07 00:00",0.0897,"2013-05-16 00:00",0.0781,"2013-04-22 00:00",0.0699,"2013-04-28 00:00","","","","",0.1069,0.1069,0.0781,0.0678,0.0314,0.0162,0.0027,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88184",1,37.618383,-112.174368,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.018803,0.034802,0.2248,"2013-05-25 00:00",0.0802,"2013-05-22 00:00",0.0791,"2013-05-16 00:00",0.0516,"2013-04-16 00:00","","","","",0.2248,0.2248,0.0791,0.0447,0.025,0.0071,0.00195,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88185",1,37.618383,-112.174368,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",37,0.000766,0.000577,0.0031,"2013-05-07 00:00",0.0024,"2013-03-20 00:00",0.002,"2013-01-31 00:00",0.0018,"2013-05-16 00:00","","","","",0.0031,0.0031,0.002,0.0016,0.0008,0.00065,0.0004,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88203",1,37.618383,-112.174368,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.020535,0.040801,0.2667,"2013-05-25 00:00",0.127,"2013-02-24 00:00",0.0546,"2013-04-07 00:00",0.0535,"2013-02-12 00:00","","","","",0.2667,0.127,0.0546,0.0423,0.02,0.009,0.00275,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88306",1,37.618383,-112.174368,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.216588,0.165922,0.7455,"2013-02-06 00:00",0.6605,"2013-01-01 00:00",0.6567,"2013-02-12 00:00",0.4706,"2013-05-16 00:00","","","","",0.7455,0.6605,0.6567,0.429,0.2752,0.1817,0.0678,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88320",1,37.618383,-112.174368,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.244902,0.208455,1.31,"2013-05-16 00:00",0.62,"2013-05-13 00:00",0.49,"2013-05-19 00:00",0.45,"2013-04-28 00:00","","","","",1.31,0.62,0.49,0.43,0.33,0.19,0.06,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88321",1,37.618383,-112.174368,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.034314,0.027587,0.14,"2013-05-16 00:00",0.09,"2013-05-01 00:00",0.08,"2013-05-19 00:00",0.07,"2013-01-25 00:00","","","","",0.14,0.09,0.08,0.06,0.05,0.03,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88324",1,37.618383,-112.174368,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.019646,0.006944,0.0312,"2013-04-25 00:00",0.03045,"2013-01-28 00:00",0.02995,"2013-01-22 00:00",0.0299,"2013-01-31 00:00","","","","",0.0312,0.03045,0.02995,0.0298,0.02375,0.0165,0.0102,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88325",1,37.618383,-112.174368,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.0471,0.035082,0.2162,"2013-05-16 00:00",0.141,"2013-05-13 00:00",0.0932,"2013-05-10 00:00",0.0931,"2013-05-19 00:00","","","","",0.2162,0.141,0.0932,0.0859,0.0651,0.03335,0.01675,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88326",1,37.618383,-112.174368,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.071093,0.064691,0.384,"2013-05-16 00:00",0.202,"2013-05-10 00:00",0.1722,"2013-05-28 00:00",0.1696,"2013-05-13 00:00","","","","",0.384,0.202,0.1722,0.1455,0.0979,0.0385,0.033,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88327",1,37.618383,-112.174368,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.054939,0.051957,0.3318,"2013-05-16 00:00",0.1305,"2013-05-19 00:00",0.127,"2013-05-13 00:00",0.1146,"2013-04-28 00:00","","","","",0.3318,0.1305,0.127,0.11,0.0697,0.046,0.01255,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88328",1,37.618383,-112.174368,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.068895,0.061857,0.3737,"2013-05-16 00:00",0.1717,"2013-05-13 00:00",0.1548,"2013-05-01 00:00",0.1544,"2013-05-19 00:00","","","","",0.3737,0.1717,0.1548,0.1339,0.0982,0.0523,0.0093,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88329",1,37.618383,-112.174368,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.078832,0.075341,0.4711,"2013-05-16 00:00",0.2001,"2013-05-01 00:00",0.1797,"2013-05-19 00:00",0.1785,"2013-05-13 00:00","","","","",0.4711,0.2001,0.1797,0.1403,0.1061,0.068,0.009,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88330",1,37.618383,-112.174368,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.024467,0.015997,0.0615,"2013-05-31 00:00",0.0529,"2013-04-25 00:00",0.0527,"2013-05-19 00:00",0.0499,"2013-04-04 00:00","","","","",0.0615,0.0529,0.0527,0.0475,0.039,0.0202,0.00375,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88331",1,37.618383,-112.174368,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,6e-05,0.000151,0.001,"2013-04-04 00:00",0.0004,"2013-01-01 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-23 00:00","","","","",0.001,0.0004,0.00015,0.0001,5e-05,0,0,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88338",1,37.618383,-112.174368,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.022572,0.019642,0.1109,"2013-04-22 00:00",0.0946,"2013-03-20 00:00",0.0592,"2013-02-18 00:00",0.0561,"2013-04-13 00:00","","","","",0.1109,0.0946,0.0592,0.0351,0.02435,0.01575,0.01105,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88339",1,37.618383,-112.174368,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.619829,0.380539,1.50006,"2013-05-16 00:00",1.47481,"2013-04-22 00:00",1.3926,"2013-05-25 00:00",1.32326,"2013-05-01 00:00","","","","",1.50006,1.50006,1.3926,1.19109,0.8408,0.53415,0.18125,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88344",1,37.618383,-112.174368,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.279567,0.213816,0.9617,"2013-02-06 00:00",0.852,"2013-01-01 00:00",0.8471,"2013-02-12 00:00",0.6071,"2013-05-16 00:00","","","","",0.9617,0.852,0.8471,0.5537,0.355,0.2344,0.0875,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88348",1,37.618383,-112.174368,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.672078,0.748548,3.2959,"2013-04-07 00:00",2.6009,"2013-04-22 00:00",2.3487,"2013-04-16 00:00",2.2406,"2013-04-28 00:00","","","","",3.2959,3.2959,2.3487,1.9134,0.9214,0.4845,0.0389,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88350",1,37.618383,-112.174368,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.441231,0.37646,2.3652,"2013-05-16 00:00",1.1173,"2013-05-13 00:00",0.8845,"2013-05-19 00:00",0.8177,"2013-05-28 00:00","","","","",2.3652,1.1173,0.8845,0.781,0.6008,0.3402,0.1051,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88403",1,37.618383,-112.174368,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.444739,0.276243,1.0823,"2013-05-16 00:00",1.0821,"2013-05-25 00:00",1.0739,"2013-04-22 00:00",0.9153,"2013-05-01 00:00","","","","",1.0823,1.0821,1.0739,0.8052,0.6141,0.3876,0.1222,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","017","0101","88502",1,37.618383,-112.174368,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.022,1.498746,6.5,"2013-05-16 00:00",5.9,"2013-04-07 00:00",5.2,"2013-04-22 00:00",4.7,"2013-05-25 00:00","","","","",6.5,6.5,5.2,4.3,2.9,1.5,0.5,"","Bryce Canyon NP","Utah","Garfield","","","2014-01-28" +"49","035","0012","42401",1,40.8075,-111.921111,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5841,67,244,365,0,460,0,"","Certification not required",0,5.684426,3.336234,31,"2013-06-18 22:00",21,"2013-07-16 02:00",20,"2013-01-10 22:00",17,"2013-06-24 06:00","","","","",20,17,11,9,7,5,3,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","42401",1,40.8075,-111.921111,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",5841,67,244,365,0,460,"","","Certification not required",0,3.066941,1.652355,31,"2013-06-18 22:00",24,"2013-06-18 23:00",21,"2013-07-16 02:00",20,"2013-01-10 22:00","","","","",8,7,6,5,4,3,2,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","42401",1,40.8075,-111.921111,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",244,67,244,365,0,0,0,"","Certification not required",0,3.069262,1.147048,6.3,"2013-01-10 00:00",5.8,"2013-06-18 00:00",5.7,"2013-09-04 00:00",5.5,"2013-09-05 00:00","","","","",5.7,5.3,5.1,4.9,4.1,2.7,1.9,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","42401",1,40.8075,-111.921111,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1916,66,244,365,0,0,"",0,"Certification not required",0,3.046242,1.443032,21.3,"2013-06-18 23:00",10,"2013-01-10 02:00",10,"2013-01-10 05:00",10,"2013-06-24 08:00","","","","",7,6.3,5.3,5,4,2.6,1.6,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","42401",2,40.8075,-111.921111,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",68724,65,242,365,0,6612,"","","Certification not required",0,3.070689,1.881377,37,"2013-06-18 22:10",37,"2013-06-18 22:20",37,"2013-06-18 23:10",36,"2013-06-18 22:05","","","","",10,8,6,5,4,3,1,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-17" +"49","035","0012","61101",2,40.8075,-111.921111,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6212,100,259,259,0,4,"","","Certification not required",0,4.600741,2.646663,20.1,"2013-07-16 17:00",20.1,"2013-08-08 14:00",19.4,"2013-06-13 18:00",18.3,"2013-07-17 19:00","","","","",13,11.4,9.6,8.2,6.1,4.2,1.7,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","61102",2,40.8075,-111.921111,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6212,100,259,259,0,4,"","","Certification not required",0,222.9802,87.662293,360,"2013-04-08 15:00",360,"2013-05-19 03:00",359,"2013-01-11 04:00",359,"2013-03-03 15:00","","","","",355,352,343,331,312,196,140,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","62101",2,40.8075,-111.921111,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4052,65,169,259,0,4,"","","Certification not required",0,70.147335,15.302762,100,"2013-06-28 16:00",100,"2013-06-28 17:00",100,"2013-06-29 14:00",100,"2013-06-29 15:00","","","","",98,96,93,90,81,72,48,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-14" +"49","035","0012","81102",2,40.8075,-111.921111,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",216,59,216,365,0,43,0,0,"Certification not required",3,24.328704,15.181945,120,"2013-09-06 00:00",69,"2013-01-18 00:00",69,"2013-01-19 00:00",67,"2013-01-17 00:00","","","","",69,60,55,45,30,20,10,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-12-13" +"49","035","0012","81102",3,40.8075,-111.921111,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",20,65,20,31,0,2,0,0,"Certification not required",1,29.1,18.358707,69,"2013-01-04 00:00",66,"2013-08-08 00:00",55,"2013-01-16 00:00",50,"2013-03-29 00:00","","","","",69,69,69,66,43,22,14,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-12-13" +"49","035","0012","85101",2,40.8075,-111.921111,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",199,77,199,259,0,44,"","","Certification not required",2,22.341709,13.565919,69,"2013-01-19 00:00",68,"2013-01-18 00:00",66,"2013-01-17 00:00",59,"2013-01-03 00:00","","","","",68,59,52,42,27,18,9,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-06" +"49","035","0012","85101",3,40.8075,-111.921111,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",17,77,17,22,0,3,"","","Certification not required",0,29.235294,16.671568,68,"2013-01-04 00:00",56,"2013-08-08 00:00",54,"2013-01-16 00:00",44,"2013-03-29 00:00","","","","",68,68,68,56,36,23,13,"UTM COORDINATES = INLET PROBE LOCATION ON ROOF OF TRAILER","1795 N WARM SPRINGS RD (1025 W) SLC UTAH","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-11-06" +"49","035","1001","14129",1,40.708611,-112.094722,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,0.031475,0.041021,0.203,"2013-12-18 00:00",0.152,"2013-10-07 00:00",0.126,"2013-12-12 00:00",0.113,"2013-11-30 00:00","","","","",0.203,0.152,0.126,0.098,0.033,0.016,0.005,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-05" +"49","035","1001","14129",2,40.708611,-112.094722,"NAD83","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extraction with nitric and hydrochloric acid",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,0,0,0,"Certification not required",0,0.030207,0.047297,0.214,"2013-12-18 00:00",0.153,"2013-10-07 00:00",0.094,"2013-12-30 00:00",0.062,"2013-11-24 00:00","","","","",0.214,0.214,0.153,0.094,0.023,0.012,0.004,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-05" +"49","035","1001","42401",4,40.708611,-112.094722,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7359,84,307,365,0,681,0,"","Certification not required",0,5.149837,4.710268,33,"2013-04-20 07:00",33,"2013-05-22 17:00",26,"2013-04-11 08:00",21,"2013-03-09 04:00","","","","",21,18,14,10,7,4,1,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","42401",4,40.708611,-112.094722,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7359,84,307,365,0,681,"","","Certification not required",0,1.220139,1.818907,33,"2013-04-20 07:00",33,"2013-05-22 17:00",26,"2013-04-11 08:00",22,"2013-04-20 03:00","","","","",9,6,4,3,2,1,0,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","42401",4,40.708611,-112.094722,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",307,84,307,365,0,0,0,"","Certification not required",0,1.221824,0.797758,5.7,"2013-04-20 00:00",4.4,"2013-03-09 00:00",3.2,"2013-08-30 00:00",3.1,"2013-03-01 00:00","","","","",3.1,2.9,2.6,2.3,1.7,1.2,0.3,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","42401",4,40.708611,-112.094722,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2419,83,307,365,0,0,"",0,"Certification not required",0,1.196817,1.409718,17.3,"2013-04-20 08:00",14,"2013-03-09 05:00",11.6,"2013-05-22 17:00",11.6,"2013-07-10 17:00","","","","",6.6,5.3,3.6,2.6,1.6,1,0,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","42401",5,40.708611,-112.094722,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",91624,87,323,365,0,4856,"","","Certification not required",0,1.202862,2.325448,66,"2013-05-22 18:10",59,"2013-05-22 18:00",59,"2013-05-22 18:05",58,"2013-05-22 17:45","","","","",10,6,4,2,1,1,0,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-12" +"49","035","1001","61101",1,40.708611,-112.094722,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7355,84,307,365,0,13,"","","Certification not required",0,5.377294,3.460452,22.7,"2013-01-10 05:00",22.2,"2013-08-23 10:00",21.7,"2013-01-10 06:00",21.5,"2013-01-10 04:00","","","","",15.8,14.3,12.3,10.4,7.4,4.3,1.9,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","61102",1,40.708611,-112.094722,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8024,92,335,365,0,16,"","","Certification not required",0,216.576271,93.827126,360,"2013-01-02 09:00",360,"2013-04-22 18:00",360,"2013-06-23 17:00",360,"2013-12-10 15:00","","","","",354,351,342,331,310,205,85,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","62101",2,40.708611,-112.094722,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5873,67,245,365,0,7,"","","Certification not required",0,59.768091,20.485391,99,"2013-06-29 13:00",99,"2013-06-29 16:00",99,"2013-06-29 17:00",98,"2013-06-28 16:00","","","","",94,93,89,85,75,62,30,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-02-06" +"49","035","1001","68101",1,40.708611,-112.094722,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",116,95,116,122,0,6,"","","Certification not required",115,0.052155,0.023212,0.3,"2013-01-22 00:00",0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68102",1,40.708611,-112.094722,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",116,95,116,122,0,6,"","","Certification not required",0,24.084483,0.086077,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68103",1,40.708611,-112.094722,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,6,"","","Certification not required",0,4.672414,11.088714,24.3,"2013-06-30 00:00",22.7,"2013-08-11 00:00",22.5,"2013-07-18 00:00",22.5,"2013-08-17 00:00","","","","",22.7,22.5,21.9,20.7,14.4,4.6,-10,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68104",1,40.708611,-112.094722,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,6,"","","Certification not required",0,16.896552,12.746696,37.8,"2013-06-30 00:00",37.6,"2013-07-21 00:00",36.8,"2013-07-18 00:00",36.5,"2013-06-27 00:00","","","","",37.6,36.8,36.2,35.1,28.3,17,-0.7,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68105",1,40.708611,-112.094722,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",116,95,116,122,0,6,"","","Certification not required",0,10.666379,12.0972,31.1,"2013-06-30 00:00",29.4,"2013-07-18 00:00",29.2,"2013-07-03 00:00",28.9,"2013-07-21 00:00","","","","",29.4,29.2,28.2,27.8,22,10.4,-4.9,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68106",1,40.708611,-112.094722,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,6,"","","Certification not required",0,649.560345,4.679816,663,"2013-01-16 00:00",660,"2013-01-19 00:00",660,"2013-02-15 00:00",659,"2013-01-22 00:00","","","","",660,660,658,656,652,650,643,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68107",1,40.708611,-112.094722,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,6,"","","Certification not required",0,654.517241,4.376782,666,"2013-01-16 00:00",664,"2013-01-19 00:00",664,"2013-02-15 00:00",664,"2013-05-01 00:00","","","","",664,664,662,661,657,654,649,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68108",1,40.708611,-112.094722,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",116,95,116,122,0,6,"","","Certification not required",0,652.181034,4.531243,664,"2013-01-16 00:00",662,"2013-01-19 00:00",662,"2013-02-15 00:00",661,"2013-01-22 00:00","","","","",662,662,660,658,654,652,646,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","68109",1,40.708611,-112.094722,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",116,95,116,122,0,6,"","","Certification not required",0,1439.112069,4.850408,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","81102",3,40.708611,-112.094722,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",107,88,107,122,0,5,0,0,"Certification not required",3,17.439252,10.702828,55,"2013-01-19 00:00",54,"2013-01-22 00:00",47,"2013-01-07 00:00",45,"2013-08-02 00:00","","","","",54,47,42,31,23,15,6,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2013-12-20" +"49","035","1001","85101",1,40.708611,-112.094722,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",107,88,107,122,0,5,"","","Certification not required",2,15.700935,10.132346,55,"2013-01-19 00:00",53,"2013-01-22 00:00",45,"2013-01-07 00:00",43,"2013-01-04 00:00","","","","",53,45,38,29,20,13,6,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2013-12-20" +"49","035","1001","88101",1,40.708611,-112.094722,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,8,8,"Certification not required",0,9.366379,10.253033,46.2,"2013-01-19 00:00",40.3,"2013-12-27 00:00",39.7,"2013-12-12 00:00",39.6,"2013-01-22 00:00","","","","",40.3,39.7,36.9,26.9,8.8,5.6,2.6,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","1001","88101",1,40.708611,-112.094722,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",0,9.366379,10.253033,46.2,"2013-01-19 00:00",40.3,"2013-12-27 00:00",39.7,"2013-12-12 00:00",39.6,"2013-01-22 00:00","","","","",40.3,39.7,36.9,26.9,8.8,5.6,2.6,"Magna","2935 SOUTH 8560 WEST MAGNA,UTAH","Utah","Salt Lake","Magna","Salt Lake City, UT","2014-01-23" +"49","035","2004","42401",1,40.736389,-112.210278,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8606,98,362,365,0,154,1,"","Certification not required",0,4.447514,6.995745,88,"2013-12-12 12:00",70,"2013-08-17 18:00",35,"2013-12-23 11:00",31,"2013-09-11 06:00","","","","",31,18,12,8,5,3,1,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","2004","42401",1,40.736389,-112.210278,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8606,98,362,365,0,154,"","","Certification not required",0,1.145596,1.904415,88,"2013-12-12 12:00",70,"2013-08-17 18:00",35,"2013-12-23 11:00",31,"2013-09-11 06:00","","","","",6,5,3,2,1,1,0,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","2004","42401",1,40.736389,-112.210278,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,1.151657,0.868092,9.1,"2013-12-12 00:00",4.4,"2013-08-17 00:00",4.4,"2013-09-16 00:00",3.5,"2013-08-14 00:00","","","","",3.5,2.9,2.5,2,1.6,1,0.2,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","2004","42401",1,40.736389,-112.210278,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2830,97,359,365,0,0,"",0,"Certification not required",0,1.125265,1.375713,30.6,"2013-12-12 14:00",24.3,"2013-08-17 20:00",15.3,"2013-09-16 23:00",14.6,"2013-06-13 08:00","","","","",6,4.3,3,2.3,1.3,1,0,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","2004","42401",2,40.736389,-112.210278,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",102298,97,362,365,0,2822,"","","Certification not required",0,1.130452,1.783896,109,"2013-11-10 00:25",89,"2013-07-16 20:10",86,"2013-09-11 06:35",69,"2013-09-16 22:05","","","","",7,5,3,2,1,1,0,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-12" +"49","035","2004","44201",1,40.736389,-112.210278,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4052,99,151,153,0,1060,0,0,"Certification not required",6,0.06049,0.00992,0.086,"2013-07-10 14:00",0.085,"2013-07-18 14:00",0.084,"2013-06-17 18:00",0.083,"2013-07-15 14:00","","","","",0.085,0.083,0.079,0.071,0.067,0.06,0.052,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-01-24" +"49","035","2004","44201",1,40.736389,-112.210278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4066,98,150,153,0,0,0,0,"Certification not required",0,0.05432,0.008713,0.081,"2013-07-10 11:00",0.077,"2013-06-17 12:00",0.075,"2013-06-18 12:00",0.075,"2013-07-18 11:00","","","","",0.077,0.075,0.066,0.064,0.06,0.055,0.047,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-01-24" +"49","035","2004","44201",1,40.736389,-112.210278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4066,98,150,153,0,0,2,2,"Certification not required",0,0.05432,0.008713,0.081,"2013-07-10 11:00",0.077,"2013-06-17 12:00",0.075,"2013-06-18 12:00",0.075,"2013-07-18 11:00","","","","",0.077,0.075,0.066,0.064,0.06,0.055,0.047,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-01-24" +"49","035","2004","61101",1,40.736389,-112.210278,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8720,100,363,365,0,40,"","","Certification not required",0,5.574794,3.722304,29.4,"2013-04-08 20:00",28.2,"2013-04-08 19:00",27.8,"2013-04-08 17:00",27.4,"2013-04-08 18:00","","","","",18.5,16.4,13.5,10.7,6.9,4.5,2.2,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","2004","61102",1,40.736389,-112.210278,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8722,100,363,365,0,38,"","","Certification not required",0,189.068104,104.084888,360,"2013-01-26 02:00",360,"2013-02-07 15:00",360,"2013-04-25 10:00",360,"2013-04-25 16:00","","","","",357,354,345,331,276,202,50,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","2004","62101",1,40.736389,-112.210278,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7994,91,333,365,0,22,"","","Certification not required",0,52.560796,22.425731,99,"2013-07-22 17:00",98,"2013-07-22 18:00",97,"2013-06-29 18:00",97,"2013-06-30 18:00","","","","",91,89,86,82,73,53,21,"UTM COORDINATES AT PROBE LOCATION","12100 W 1200 S, LAKEPOINT, UTAH","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2014-02-06" +"49","035","3005","61101",1,40.807778,-112.048056,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7943,91,330,365,0,73,"","","Certification not required",0,6.112288,3.481132,26.5,"2013-04-08 20:00",26,"2013-04-08 19:00",24.8,"2013-03-21 04:00",24.7,"2013-06-13 18:00","","","","",17.6,15.8,12.8,10.7,7.8,5.4,2.4,"UTM COORDINATES AT MET TOWER","NO ADDRESS; NOT IN A CITY","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2013-12-04" +"49","035","3005","61102",1,40.807778,-112.048056,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7943,91,330,365,0,73,"","","Certification not required",0,195.234672,103.291521,360,"2013-01-09 00:00",360,"2013-03-03 03:00",360,"2013-03-03 21:00",360,"2013-03-13 16:00","","","","",358,356,350,341,293,171,40,"UTM COORDINATES AT MET TOWER","NO ADDRESS; NOT IN A CITY","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2013-12-04" +"49","035","3005","61106",1,40.807778,-112.048056,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7942,91,330,365,0,74,"","","Certification not required",0,16.545014,10.928071,73.4,"2013-10-03 00:00",72.6,"2013-10-01 00:00",72.3,"2013-09-11 11:00",69.8,"2013-03-28 09:00","","","","",52.6,47.9,40.1,32.2,21.2,12.8,6.7,"UTM COORDINATES AT MET TOWER","NO ADDRESS; NOT IN A CITY","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2013-12-04" +"49","035","3005","62101",1,40.807778,-112.048056,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8012,91,334,365,0,4,"","","Certification not required",0,53.823889,21.71827,101,"2013-07-01 15:00",101,"2013-07-10 13:00",100,"2013-06-29 15:00",100,"2013-07-01 14:00","","","","",95,93,89,83,71,53,25,"UTM COORDINATES AT MET TOWER","NO ADDRESS; NOT IN A CITY","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2013-12-04" +"49","035","3005","62201",1,40.807778,-112.048056,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6765,77,281,365,0,1251,"","","Certification not required",0,55.120916,20.622838,95,"2013-09-08 07:00",95,"2013-09-08 08:00",95,"2013-09-08 09:00",94,"2013-05-18 04:00","","","","",91,90,85,82,73,56,27,"UTM COORDINATES AT MET TOWER","NO ADDRESS; NOT IN A CITY","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2013-12-04" +"49","035","3005","63301",1,40.807778,-112.048056,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8012,91,334,365,0,4,"","","Certification not required",3850,0.296404,0.410942,1.49,"2013-05-09 12:00",1.48,"2013-06-15 11:00",1.48,"2013-06-15 12:00",1.47,"2013-06-20 12:00","","","","",1.38,1.34,1.21,1.02,0.53,0.02,0.005,"UTM COORDINATES AT MET TOWER","NO ADDRESS; NOT IN A CITY","Utah","Salt Lake","Not in a city","Salt Lake City, UT","2013-12-04" +"49","035","3006","42101",1,40.736389,-111.872222,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",7938,91,334,365,0,102,0,0,"Certification not required",0,0.347001,0.288818,3.13,"2013-12-16 08:00",2.72,"2013-12-16 07:00",2.45,"2013-12-17 08:00",2.42,"2013-12-27 08:00","","","","",1.48,1.22,0.95,0.71,0.41,0.24,0.14,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42101",1,40.736389,-111.872222,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7991,91,331,365,0,0,0,0,"Certification not required",0,0.349944,0.249595,1.9,"2013-12-16 11:00",1.9,"2013-12-16 12:00",1.8,"2013-12-16 10:00",1.8,"2013-12-16 13:00",1.9,"2013-12-16 11:00",1.7,"2013-01-22 10:00",1.3,1.1,0.9,0.7,0.4,0.2,0.2,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42401",1,40.736389,-111.872222,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7700,88,322,365,0,340,0,"","Certification not required",0,1.524534,2.600345,41.5,"2013-12-18 11:00",12.8,"2013-12-10 21:00",6.9,"2013-03-01 11:00",6.4,"2013-02-03 11:00","","","","",6.4,5.3,4.1,3.2,1.7,1,0.3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42401",1,40.736389,-111.872222,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",7700,88,322,365,0,340,"","","Certification not required",0,0.477753,0.75305,41.5,"2013-12-18 11:00",12.8,"2013-12-10 21:00",9.2,"2013-12-18 10:00",6.9,"2013-03-01 11:00","","","","",2.9,2.2,1.5,1,0.6,0.3,0.1,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42401",1,40.736389,-111.872222,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",322,88,322,365,0,0,0,"","Certification not required",0,0.479503,0.418068,3.4,"2013-12-18 00:00",2.3,"2013-02-03 00:00",2.1,"2013-02-05 00:00",1.9,"2013-02-04 00:00","","","","",1.9,1.6,1.4,1,0.6,0.4,0.1,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42401",1,40.736389,-111.872222,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2543,87,321,365,0,0,"",0,"Certification not required",0,0.447936,0.619798,17.6,"2013-12-18 11:00",5.2,"2013-12-10 23:00",4.8,"2013-03-01 11:00",4.4,"2013-01-06 14:00","","","","",2.7,2,1.4,1,0.6,0.3,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42401",2,40.736389,-111.872222,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",58508,56,212,365,0,2548,"","","Certification not required",0,0.517437,0.632569,12.3,"2013-01-10 23:05",11.5,"2013-01-10 23:10",10.7,"2013-11-26 09:50",10.1,"2013-02-03 11:05","","","","",3.1,2.4,1.6,1.2,0.7,0.3,0.1,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-12" +"49","035","3006","42600",1,40.736389,-111.872222,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7352,84,301,365,0,499,"","","Certification not required",0,30.831515,39.550734,203.2,"2013-01-09 04:00",203.2,"2013-01-22 05:00",203.2,"2013-01-22 06:00",203.2,"2013-01-22 07:00","","","","",186.9,163.8,120,85.9,37.9,14.1,3.3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42601",1,40.736389,-111.872222,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7929,91,334,365,0,111,"","","Certification not required",0,12.701097,27.038597,265,"2013-12-27 08:00",231,"2013-12-16 08:00",225,"2013-01-22 07:00",218,"2013-12-16 07:00","","","","",138,104,70,43,10,2,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42601",2,40.736389,-111.872222,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5112,58,199,365,0,435,"","","Certification not required",0,10.961894,25.116553,203,"2013-12-17 08:00",202.9,"2013-12-27 08:00",201.9,"2013-12-16 08:00",201.9,"2013-12-17 09:00","","","","",132.7,103.1,64.5,33.2,7.2,1.5,0.1,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42602",1,40.736389,-111.872222,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7928,91,334,365,0,112,0,"","Certification not required",0,32.458084,13.786544,68,"2013-01-19 00:00",68,"2013-01-22 10:00",67,"2013-01-18 23:00",66,"2013-12-27 11:00","","","","",66,62,59,54,41,29,16,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42602",1,40.736389,-111.872222,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7928,91,334,365,0,112,"","","Certification not required",0,17.749748,14.757181,68,"2013-01-19 00:00",68,"2013-01-19 01:00",68,"2013-01-22 10:00",67,"2013-01-18 23:00","","","","",57,54,48,42,27,13,3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42603",1,40.736389,-111.872222,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7928,91,334,365,0,112,"","","Certification not required",0,30.274218,38.971474,325,"2013-12-27 08:00",287,"2013-01-22 07:00",280,"2013-01-22 09:00",277,"2013-12-16 08:00","","","","",185,154,116,83,37,14,3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","42612",1,40.736389,-111.872222,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",5979,68,242,365,0,445,"","","Certification not required",0,14.417076,13.556568,78.7,"2013-12-31 14:00",78,"2013-12-31 17:00",77.4,"2013-12-31 16:00",77.1,"2013-12-31 13:00","","","","",60,54.6,45,33.8,19.6,9.4,2.8,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","44201",1,40.736389,-111.872222,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8006,100,153,153,0,34,0,0,"Certification not required",1308,0.061425,0.013519,0.104,"2013-06-27 13:00",0.102,"2013-07-09 14:00",0.098,"2013-07-15 15:00",0.094,"2013-07-19 12:00","","","","",0.102,0.094,0.084,0.08,0.069,0.06,0.051,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","44201",1,40.736389,-111.872222,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8016,99,152,153,0,0,0,0,"Certification not required",0,0.054132,0.01051,0.084,"2013-07-15 10:00",0.081,"2013-07-09 11:00",0.08,"2013-07-21 10:00",0.077,"2013-07-19 11:00","","","","",0.081,0.077,0.072,0.068,0.061,0.054,0.047,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","44201",1,40.736389,-111.872222,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8016,99,152,153,0,0,4,4,"Certification not required",0,0.054132,0.01051,0.084,"2013-07-15 10:00",0.081,"2013-07-09 11:00",0.08,"2013-07-21 10:00",0.077,"2013-07-19 11:00","","","","",0.081,0.077,0.072,0.068,0.061,0.054,0.047,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","61101",1,40.736389,-111.872222,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8037,92,335,365,0,3,"","","Certification not required",0,3.463208,2.08083,16.5,"2013-05-05 02:00",16,"2013-08-08 14:00",15.5,"2013-03-06 13:00",15.4,"2013-05-05 00:00","","","","",10.4,9.4,7.6,6.3,4.4,2.9,1.5,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","61102",1,40.736389,-111.872222,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8035,92,335,365,0,5,"","","Certification not required",0,188.814686,98.046565,360,"2013-04-16 00:00",360,"2013-05-19 15:00",360,"2013-05-31 08:00",360,"2013-08-31 17:00","","","","",353,346,333,320,295,167,69,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","62101",1,40.736389,-111.872222,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6621,76,276,365,0,3,"","","Certification not required",0,58.61894,19.944438,99,"2013-06-28 15:00",99,"2013-06-28 16:00",99,"2013-06-29 15:00",99,"2013-06-29 16:00","","","","",94,92,89,84,74,60,31,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","62201",1,40.736389,-111.872222,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6621,76,276,365,0,3,"","","Certification not required",0,47.322761,19.675914,93,"2013-03-03 22:00",93,"2013-05-28 22:00",92,"2013-03-03 21:00",92,"2013-03-03 23:00","","","","",87,85,81,76,62,46,23,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","64101",1,40.736389,-111.872222,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",4324,49,180,365,0,4,"","","Certification not required",0,21954.3358,1332.279029,22503,"2013-05-02 09:00",22499,"2013-05-02 10:00",22496,"2013-05-02 08:00",22476,"2013-05-02 11:00","","","","",22323,22276,22205,22171,22103,22045,21886,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-10-02" +"49","035","3006","68101",1,40.736389,-111.872222,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",334,100,60,61,0,30,"","","Certification not required",44,0.338623,0.209975,2.8,"2013-07-30 00:00",1,"2013-07-15 00:00",0.8,"2013-07-16 00:00",0.8,"2013-07-19 00:00","","","","",0.8,0.7,0.5,0.5,0.4,0.3,0.05,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68102",1,40.736389,-111.872222,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",334,100,60,61,0,30,"","","Certification not required",0,23.614072,0.956602,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,22.3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68103",1,40.736389,-111.872222,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",334,100,60,61,0,30,"","","Certification not required",0,5.168263,10.70524,26.8,"2013-07-01 00:00",25.7,"2013-06-30 00:00",23.9,"2013-07-03 00:00",23.2,"2013-07-02 00:00","","","","",23.2,22.3,21,20,16.3,4.3,-9,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68103",5,40.736389,-111.872222,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,8,"","","Certification not required",0,7.265306,9.684072,25.6,"2013-06-30 00:00",22.2,"2013-07-18 00:00",22,"2013-07-24 00:00",21.6,"2013-08-14 00:00","","","","",25.6,22.2,20.6,20.1,16.7,7.1,-5,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","68104",1,40.736389,-111.872222,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",334,100,60,61,0,30,"","","Certification not required",0,17.966766,13.082265,41.1,"2013-06-29 00:00",39.7,"2013-07-10 00:00",39.6,"2013-06-28 00:00",39.1,"2013-07-01 00:00","","","","",39.1,38.7,37.4,36.2,29.8,18,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68104",5,40.736389,-111.872222,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,8,"","","Certification not required",0,20.790816,11.834504,39.7,"2013-07-21 00:00",39.2,"2013-06-27 00:00",39.1,"2013-06-18 00:00",39,"2013-07-09 00:00","","","","",39.7,39.2,38.9,36.8,31.2,21.9,3.4,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","68105",1,40.736389,-111.872222,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",334,100,60,61,0,30,"","","Certification not required",0,11.251497,11.965485,32.6,"2013-07-01 00:00",31.9,"2013-06-30 00:00",31.8,"2013-06-29 00:00",31.2,"2013-07-02 00:00","","","","",31.2,29.9,29.1,27.3,22.7,10.8,-4.6,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68105",5,40.736389,-111.872222,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,8,"","","Certification not required",0,13.578571,10.726249,32.1,"2013-06-30 00:00",29.8,"2013-06-27 00:00",29.6,"2013-07-09 00:00",29.5,"2013-07-18 00:00","","","","",32.1,29.8,29.2,27.1,23.4,12.5,-1.3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","68106",1,40.736389,-111.872222,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",334,100,60,61,0,30,"","","Certification not required",0,651.541916,5.892662,670,"2013-01-16 00:00",668,"2013-01-17 00:00",667,"2013-01-18 00:00",667,"2013-01-19 00:00","","","","",667,666,664,659,655,651,645,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68106",5,40.736389,-111.872222,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,648.653061,4.554599,660,"2013-02-15 00:00",658,"2013-01-04 00:00",658,"2013-01-22 00:00",658,"2013-02-27 00:00","","","","",660,658,657,654,652,649,642,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","68107",1,40.736389,-111.872222,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",334,100,60,61,0,30,"","","Certification not required",0,658.622754,5.362663,674,"2013-01-16 00:00",674,"2013-01-17 00:00",673,"2013-01-15 00:00",672,"2013-01-19 00:00","","","","",672,671,669,666,662,658,653,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68107",5,40.736389,-111.872222,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,652.714286,4.156724,662,"2013-01-22 00:00",662,"2013-02-15 00:00",662,"2013-03-02 00:00",662,"2013-05-01 00:00","","","","",662,662,661,659,655,652,647,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","68108",1,40.736389,-111.872222,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",334,100,60,61,0,30,"","","Certification not required",0,655.203593,5.523674,672,"2013-01-16 00:00",671,"2013-01-17 00:00",670,"2013-01-15 00:00",670,"2013-01-19 00:00","","","","",670,669,667,663,658,654,649,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","68108",5,40.736389,-111.872222,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,8,"","","Certification not required",0,650.27551,4.37844,661,"2013-02-15 00:00",660,"2013-01-04 00:00",660,"2013-01-22 00:00",659,"2013-02-27 00:00","","","","",661,660,658,656,653,650,644,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","68109",1,40.736389,-111.872222,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",334,100,60,61,0,30,"","","Certification not required",0,1436.47006,40.025712,1440,"2013-01-01 00:00",1440,"2013-01-17 00:00",1440,"2013-02-02 00:00",1440,"2013-02-03 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","81102",1,40.736389,-111.872222,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",320,88,320,365,0,13,0,0,"Certification not required",5,20.33125,16.562496,110,"2013-09-06 00:00",105,"2013-01-08 00:00",77,"2013-01-06 00:00",77,"2013-01-19 00:00","","","","",77,72,61,38,23,15,7,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-12-20" +"49","035","3006","85101",1,40.736389,-111.872222,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",320,88,320,365,0,13,"","","Certification not required",5,18.46875,15.869144,100,"2013-01-08 00:00",94,"2013-09-06 00:00",76,"2013-01-19 00:00",75,"2013-01-06 00:00","","","","",75,69,59,36,20,13,6,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2013-12-20" +"49","035","3006","88101",1,40.736389,-111.872222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,30,35,35,"Certification not required",0,11.947006,14.554618,69.2,"2013-01-08 00:00",63.4,"2013-12-31 00:00",61.6,"2013-12-15 00:00",61.3,"2013-12-13 00:00","","","","",61.3,58.8,50.8,37.1,11.7,5.8,3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","88101",1,40.736389,-111.872222,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",334,92,334,365,0,30,"","","Certification not required",0,11.947006,14.554618,69.2,"2013-01-08 00:00",63.4,"2013-12-31 00:00",61.6,"2013-12-15 00:00",61.3,"2013-12-13 00:00","","","","",61.3,58.8,50.8,37.1,11.7,5.8,3,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3006","88102",5,40.736389,-111.872222,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",95,0.018984,0.006592,0.062,"2013-06-21 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-24 00:00",0.026,"2013-03-02 00:00","","","","",0.062,0.026,0.026,0.026,0.021,0.0195,0.0135,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88103",5,40.736389,-111.872222,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.000635,0.001299,0.008,"2013-02-03 00:00",0.005,"2013-02-06 00:00",0.004,"2013-01-04 00:00",0.004,"2013-01-07 00:00","","","","",0.008,0.005,0.004,0.002,0.001,0,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88104",5,40.736389,-111.872222,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",24,0.052031,0.057846,0.41,"2013-09-22 00:00",0.203,"2013-01-25 00:00",0.197,"2013-08-02 00:00",0.195,"2013-06-12 00:00","","","","",0.41,0.203,0.164,0.107,0.066,0.035,0.0115,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88107",5,40.736389,-111.872222,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",89,0.008024,0.008047,0.042,"2013-07-24 00:00",0.0295,"2013-02-18 00:00",0.0295,"2013-03-20 00:00",0.0295,"2013-04-16 00:00","","","","",0.042,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88109",5,40.736389,-111.872222,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",17,0.010801,0.034461,0.315,"2013-01-25 00:00",0.0885,"2013-01-07 00:00",0.0742,"2013-02-06 00:00",0.0738,"2013-01-22 00:00","","","","",0.315,0.0885,0.0412,0.0119,0.0072,0.0039,0.00115,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88110",5,40.736389,-111.872222,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.002573,0.00503,0.023,"2013-04-07 00:00",0.021,"2013-08-23 00:00",0.02,"2013-02-27 00:00",0.018,"2013-03-08 00:00","","","","",0.023,0.021,0.013,0.009,0.003,0,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88111",5,40.736389,-111.872222,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",3,0.070351,0.052202,0.256,"2013-10-28 00:00",0.209,"2013-08-02 00:00",0.208,"2013-09-07 00:00",0.195,"2013-06-12 00:00","","","","",0.256,0.209,0.193,0.14,0.0943,0.0555,0.0165,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88112",5,40.736389,-111.872222,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.003479,0.00584,0.042,"2013-09-25 00:00",0.025,"2013-09-28 00:00",0.025,"2013-10-01 00:00",0.016,"2013-07-30 00:00","","","","",0.042,0.025,0.013,0.006,0.004,0.002,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88113",5,40.736389,-111.872222,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",87,0.000778,0.000321,0.0021,"2013-03-26 00:00",0.002,"2013-11-12 00:00",0.0019,"2013-06-12 00:00",0.0018,"2013-01-31 00:00","","","","",0.0021,0.002,0.0017,0.001,0.0007,0.0007,0.00055,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88114",5,40.736389,-111.872222,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",30,0.004269,0.004546,0.0263,"2013-07-24 00:00",0.0247,"2013-09-22 00:00",0.0142,"2013-01-25 00:00",0.0138,"2013-11-12 00:00","","","","",0.0263,0.0247,0.0137,0.01,0.0048,0.003,0.001,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88115",5,40.736389,-111.872222,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",44,0.188359,0.755102,6.2,"2013-01-25 00:00",2.58,"2013-02-06 00:00",2.18,"2013-01-07 00:00",1.71,"2013-01-04 00:00","","","","",6.2,2.58,1.53,0.0912,0.0245,0.0092,0.00245,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88117",5,40.736389,-111.872222,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",96,0.007581,0.011474,0.043,"2013-02-18 00:00",0.043,"2013-03-20 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88118",5,40.736389,-111.872222,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",93,0.009383,0.006564,0.023,"2013-02-18 00:00",0.023,"2013-03-20 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88126",5,40.736389,-111.872222,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.083952,0.042856,0.229,"2013-11-12 00:00",0.197,"2013-01-25 00:00",0.172,"2013-10-25 00:00",0.17,"2013-08-02 00:00","","","","",0.229,0.197,0.163,0.147,0.113,0.077,0.0373,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88128",5,40.736389,-111.872222,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.001958,0.003115,0.018,"2013-11-12 00:00",0.015,"2013-10-25 00:00",0.01,"2013-01-07 00:00",0.01,"2013-11-09 00:00","","","","",0.018,0.015,0.008,0.005,0.003,0.001,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88131",5,40.736389,-111.872222,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",94,0.009917,0.003609,0.019,"2013-09-10 00:00",0.018,"2013-01-04 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-01-25 00:00","","","","",0.019,0.018,0.0165,0.0165,0.011,0.008,0.007,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88132",5,40.736389,-111.872222,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.001938,0.002112,0.012,"2013-01-22 00:00",0.011,"2013-01-25 00:00",0.008,"2013-02-06 00:00",0.006,"2013-01-07 00:00","","","","",0.012,0.011,0.005,0.004,0.003,0.001,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88136",5,40.736389,-111.872222,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.00075,0.001765,0.014,"2013-02-18 00:00",0.004,"2013-01-10 00:00",0.004,"2013-01-25 00:00",0.004,"2013-02-03 00:00","","","","",0.014,0.004,0.004,0.002,0.001,0,0,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88140",5,40.736389,-111.872222,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",66,0.015302,0.01615,0.082,"2013-07-24 00:00",0.0753,"2013-01-25 00:00",0.0613,"2013-09-07 00:00",0.06,"2013-06-18 00:00","","","","",0.082,0.0753,0.051,0.04,0.02,0.009,0.0055,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88152",5,40.736389,-111.872222,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",95,0.00586,0.003057,0.031,"2013-07-21 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-21 00:00",0.008,"2013-03-11 00:00","","","","",0.031,0.008,0.008,0.008,0.008,0.005,0.00445,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88154",5,40.736389,-111.872222,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",95,0.001056,0.000266,0.0014,"2013-09-10 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00",0.0013,"2013-01-13 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.0013,0.00125,0.00065,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88160",5,40.736389,-111.872222,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",91,0.01326,0.00488,0.037,"2013-11-09 00:00",0.027,"2013-04-13 00:00",0.026,"2013-08-29 00:00",0.023,"2013-04-07 00:00","","","","",0.037,0.027,0.018,0.018,0.016,0.01,0.01,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88161",5,40.736389,-111.872222,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",67,0.003791,0.002455,0.0111,"2013-03-14 00:00",0.0107,"2013-05-10 00:00",0.0103,"2013-08-02 00:00",0.01,"2013-04-07 00:00","","","","",0.0111,0.0107,0.01,0.0077,0.0049,0.0026,0.0021,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88164",5,40.736389,-111.872222,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",96,0.001583,0.000261,0.0019,"2013-02-12 00:00",0.0019,"2013-02-21 00:00",0.0019,"2013-03-11 00:00",0.0019,"2013-03-14 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88165",5,40.736389,-111.872222,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",1,0.142113,0.114884,0.572,"2013-06-12 00:00",0.564,"2013-08-02 00:00",0.419,"2013-03-08 00:00",0.416,"2013-04-07 00:00","","","","",0.572,0.564,0.4,0.323,0.188,0.108,0.047,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88166",5,40.736389,-111.872222,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",96,0.008109,0.004821,0.0185,"2013-01-22 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-24 00:00",0.0185,"2013-03-02 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88167",5,40.736389,-111.872222,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",30,0.005945,0.00789,0.0495,"2013-01-22 00:00",0.0372,"2013-01-25 00:00",0.0336,"2013-01-04 00:00",0.0288,"2013-01-07 00:00","","","","",0.0495,0.0372,0.0203,0.0124,0.0065,0.0036,0.0013,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88168",5,40.736389,-111.872222,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",92,0.001603,0.002981,0.0299,"2013-07-24 00:00",0.0049,"2013-07-27 00:00",0.0048,"2013-02-03 00:00",0.0019,"2013-05-28 00:00","","","","",0.0299,0.0049,0.00175,0.00175,0.00155,0.00115,0.00085,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88169",5,40.736389,-111.872222,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.341122,0.450687,3.2,"2013-02-03 00:00",2.56,"2013-02-06 00:00",1.74,"2013-01-25 00:00",1.52,"2013-01-07 00:00","","","","",3.2,2.56,1.27,0.434,0.323,0.23,0.128,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88176",5,40.736389,-111.872222,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",95,0.00099,0.000235,0.0018,"2013-11-09 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-18 00:00","","","","",0.0018,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88180",5,40.736389,-111.872222,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.056661,0.098567,0.956,"2013-07-24 00:00",0.238,"2013-07-27 00:00",0.139,"2013-08-02 00:00",0.132,"2013-01-22 00:00","","","","",0.956,0.238,0.123,0.09,0.0562,0.0365,0.0189,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88184",5,40.736389,-111.872222,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",69,0.034125,0.031059,0.181,"2013-05-25 00:00",0.142,"2013-01-04 00:00",0.132,"2013-06-24 00:00",0.128,"2013-01-22 00:00","","","","",0.181,0.142,0.108,0.063,0.033,0.02,0.0155,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88185",5,40.736389,-111.872222,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",95,0.003445,0.003647,0.0115,"2013-01-22 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-24 00:00",0.0115,"2013-03-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88301",5,40.736389,-111.872222,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",3,0.89548,1.900656,10.2,"2013-01-25 00:00",8.24,"2013-01-07 00:00",7.92,"2013-02-06 00:00",7.39,"2013-01-22 00:00","","","","",10.2,8.24,7.18,1.71,0.522,0.311,0.128,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88302",5,40.736389,-111.872222,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",1,0.072156,0.076382,0.709,"2013-06-18 00:00",0.203,"2013-01-04 00:00",0.202,"2013-05-25 00:00",0.182,"2013-07-30 00:00","","","","",0.709,0.203,0.179,0.129,0.0819,0.0543,0.03,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88303",5,40.736389,-111.872222,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",43,0.036281,0.09026,0.835,"2013-07-24 00:00",0.354,"2013-01-07 00:00",0.128,"2013-07-27 00:00",0.085,"2013-07-09 00:00","","","","",0.835,0.354,0.076,0.053,0.033,0.019,0.0115,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88306",5,40.736389,-111.872222,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,2.013071,4.100209,19,"2013-01-07 00:00",17.8,"2013-01-25 00:00",17.5,"2013-01-22 00:00",17.1,"2013-01-04 00:00","","","","",19,17.8,13.7,5.04,1.3,0.464,0.231,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88355",5,40.736389,-111.872222,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,1.900483,1.259445,6.67,"2013-01-07 00:00",6.2,"2013-01-22 00:00",6.09,"2013-01-25 00:00",5.76,"2013-01-04 00:00","","","","",6.67,6.2,4.77,3.48,2.07,1.53,0.874,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88357",5,40.736389,-111.872222,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.391225,0.255217,1.25,"2013-11-12 00:00",1.2,"2013-01-31 00:00",1.08,"2013-01-07 00:00",1.08,"2013-01-22 00:00","","","","",1.25,1.2,1.08,0.756,0.479,0.317,0.149,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88370",5,40.736389,-111.872222,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,1.763809,1.125287,6.33,"2013-01-07 00:00",5.47,"2013-01-22 00:00",5.44,"2013-01-25 00:00",5.1,"2013-01-04 00:00","","","","",6.33,5.47,4.05,3.17,1.95,1.46,0.838,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88374",5,40.736389,-111.872222,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.215258,0.306393,1.71,"2013-01-25 00:00",1.46,"2013-01-07 00:00",1.25,"2013-01-04 00:00",1.19,"2013-01-22 00:00","","","","",1.71,1.46,0.927,0.412,0.19,0.119,0.039,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88375",5,40.736389,-111.872222,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.443124,0.227245,1.25,"2013-01-22 00:00",1.12,"2013-01-07 00:00",1.02,"2013-01-04 00:00",0.972,"2013-01-25 00:00","","","","",1.25,1.12,0.917,0.768,0.587,0.385,0.222,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88376",5,40.736389,-111.872222,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.537191,0.308011,1.57,"2013-01-22 00:00",1.52,"2013-01-04 00:00",1.51,"2013-01-07 00:00",1.18,"2013-07-24 00:00","","","","",1.57,1.52,1.15,0.986,0.623,0.485,0.223,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88377",5,40.736389,-111.872222,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.350292,0.276623,1.43,"2013-01-22 00:00",1.33,"2013-01-07 00:00",1.31,"2013-01-04 00:00",1.15,"2013-01-25 00:00","","","","",1.43,1.33,0.917,0.713,0.373,0.266,0.136,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88378",5,40.736389,-111.872222,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",5,0.218146,0.173083,1.1,"2013-02-03 00:00",0.912,"2013-01-07 00:00",0.656,"2013-02-06 00:00",0.578,"2013-01-25 00:00","","","","",1.1,0.912,0.506,0.373,0.27,0.18,0.069,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88380",5,40.736389,-111.872222,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.527607,0.379725,1.81,"2013-01-22 00:00",1.73,"2013-01-25 00:00",1.7,"2013-01-04 00:00",1.52,"2013-11-12 00:00","","","","",1.81,1.73,1.45,1.06,0.622,0.4,0.185,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88383",5,40.736389,-111.872222,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.679191,0.465416,2.27,"2013-01-07 00:00",2.27,"2013-01-25 00:00",2.13,"2013-02-03 00:00",1.88,"2013-02-06 00:00","","","","",2.27,2.27,1.82,1.42,0.774,0.551,0.243,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88384",5,40.736389,-111.872222,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.066511,0.033331,0.192,"2013-09-16 00:00",0.155,"2013-04-25 00:00",0.137,"2013-06-06 00:00",0.136,"2013-05-22 00:00","","","","",0.192,0.155,0.134,0.113,0.0843,0.0585,0.0293,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88385",5,40.736389,-111.872222,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",88,0.00118,0.001696,0.017,"2013-01-07 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.017,0.001,0.001,0.001,0.001,0.001,0.001,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88388",5,40.736389,-111.872222,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,17,"","","Certification not required",0,0.354404,0.274417,1.75,"2013-02-03 00:00",1.41,"2013-02-06 00:00",1.25,"2013-01-07 00:00",1.22,"2013-01-25 00:00","","","","",1.75,1.41,0.754,0.655,0.375,0.291,0.152,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88403",5,40.736389,-111.872222,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",98,80,98,122,0,8,"","","Certification not required",0,0.92002,1.20694,8.07,"2013-02-03 00:00",7.25,"2013-02-06 00:00",4.83,"2013-01-25 00:00",4.3,"2013-01-07 00:00","","","","",8.07,7.25,3.73,1.21,0.856,0.639,0.31,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3006","88502",3,40.736389,-111.872222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8006,91,335,365,0,31,"","","Certification not required",0,10.63691,14.300993,112.5,"2013-12-12 00:00",97.9,"2013-01-18 13:00",92.4,"2013-01-25 16:00",91.1,"2013-01-25 18:00","","","","",67.3,58,46.7,28.6,9.8,5.5,1.8,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","88502",3,40.736389,-111.872222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",335,92,335,365,0,0,"","","Certification not required",0,10.600299,12.917492,72.8,"2013-01-08 00:00",59.4,"2013-01-18 00:00",58.8,"2013-12-31 00:00",56.6,"2013-01-25 00:00","","","","",56.6,52,43.2,33.4,8.6,5.4,2.9,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-06" +"49","035","3006","88502",5,40.736389,-111.872222,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,9.047917,10.40516,56.5,"2013-01-25 00:00",52.1,"2013-01-07 00:00",46.4,"2013-01-22 00:00",42.7,"2013-02-03 00:00","","","","",56.5,52.1,40.9,13.8,8.1,6.1,3.5,"Hawthorne","1675 SOUTH 600 EAST, SALT LAKE CITY","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-02-14" +"49","035","3009","61101",1,40.614733,-112.000267,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8012,91,334,365,0,4,"","","Certification not required",0,6.471131,3.252015,20.2,"2013-04-08 19:00",20.1,"2013-04-08 18:00",20.1,"2013-05-22 16:00",20.1,"2013-05-22 17:00","","","","",15.9,14.6,12.7,11.2,8.4,5.6,3,"WEST JORDAN","7602 S. AIRPORT RD","Utah","Salt Lake","West Jordan","Salt Lake City, UT","2013-12-04" +"49","035","3009","61102",1,40.614733,-112.000267,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8012,91,334,365,0,4,"","","Certification not required",0,222.405642,93.738511,360,"2013-01-13 17:00",360,"2013-01-14 15:00",360,"2013-02-03 22:00",360,"2013-02-09 23:00","","","","",358,356,351,343,304,230,91,"WEST JORDAN","7602 S. AIRPORT RD","Utah","Salt Lake","West Jordan","Salt Lake City, UT","2013-12-04" +"49","035","3009","61106",1,40.614733,-112.000267,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8012,91,334,365,0,4,"","","Certification not required",0,17.42862,10.46494,75,"2013-07-13 15:00",72.7,"2013-02-08 07:00",69.3,"2013-04-12 13:00",67.9,"2013-05-02 12:00","","","","",54.6,50.3,41.5,32.7,19.6,14.2,8.3,"WEST JORDAN","7602 S. AIRPORT RD","Utah","Salt Lake","West Jordan","Salt Lake City, UT","2013-12-04" +"49","035","3009","62101",1,40.614733,-112.000267,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8012,91,334,365,0,4,"","","Certification not required",0,53.600474,20.428435,100,"2013-07-10 16:00",99,"2013-06-29 14:00",99,"2013-06-29 16:00",99,"2013-06-29 17:00","","","","",94,91,87,81,70,53,27,"WEST JORDAN","7602 S. AIRPORT RD","Utah","Salt Lake","West Jordan","Salt Lake City, UT","2013-12-04" +"49","035","3009","62201",1,40.614733,-112.000267,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8012,91,334,365,0,4,"","","Certification not required",0,48.368447,20.693875,93,"2013-01-27 03:00",92,"2013-01-26 01:00",92,"2013-01-26 06:00",92,"2013-01-26 08:00","","","","",89,88,84,78,65,47,22,"WEST JORDAN","7602 S. AIRPORT RD","Utah","Salt Lake","West Jordan","Salt Lake City, UT","2013-12-04" +"49","035","3010","68101",1,40.78422,-111.931,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",332,100,31,31,0,33,"","","Certification not required",152,0.205422,0.170748,0.6,"2013-03-08 00:00",0.6,"2013-03-17 00:00",0.6,"2013-04-16 00:00",0.6,"2013-11-17 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.1,0.05,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68101",2,40.78422,-111.931,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",29,94,29,31,0,2,"","","Certification not required",24,0.096552,0.111748,0.4,"2013-06-09 00:00",0.4,"2013-08-08 00:00",0.4,"2013-09-01 00:00",0.2,"2013-06-21 00:00","","","","",0.4,0.4,0.4,0.4,0.05,0.05,0.05,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68102",1,40.78422,-111.931,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",332,100,31,31,0,33,"","","Certification not required",0,23.951506,0.694496,24,"2013-01-01 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00",24,"2013-01-11 00:00","","","","",24,24,24,24,24,24,24,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68102",2,40.78422,-111.931,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",29,94,29,31,0,2,"","","Certification not required",0,23.993103,0.025788,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68103",1,40.78422,-111.931,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",332,100,31,31,0,33,"","","Certification not required",0,6.415964,10.719035,24.5,"2013-07-31 00:00",24.1,"2013-06-30 00:00",23.8,"2013-09-02 00:00",23.7,"2013-08-04 00:00","","","","",23.7,22.9,21.8,20.8,16.8,6,-8.4,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68103",2,40.78422,-111.931,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,2,"","","Certification not required",0,4.341379,11.699497,21.5,"2013-08-20 00:00",21,"2013-09-01 00:00",20.9,"2013-07-03 00:00",20.1,"2013-08-08 00:00","","","","",21.5,21.5,21,20.9,15.5,4.1,-11.8,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68104",1,40.78422,-111.931,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",332,100,31,31,0,33,"","","Certification not required",0,18.497892,12.785461,39.4,"2013-07-10 00:00",38.3,"2013-06-29 00:00",37.6,"2013-07-22 00:00",37.5,"2013-08-17 00:00","","","","",37.5,37.3,36.7,35.1,30,19.2,0.3,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68104",2,40.78422,-111.931,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,2,"","","Certification not required",0,15.810345,13.667619,36.9,"2013-07-15 00:00",36,"2013-07-03 00:00",35.1,"2013-06-09 00:00",33.2,"2013-08-08 00:00","","","","",36.9,36.9,36,35.1,26.4,16.5,-3.3,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68105",1,40.78422,-111.931,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",332,100,31,31,0,33,"","","Certification not required",0,12.325,11.829376,31.1,"2013-06-30 00:00",30.8,"2013-06-29 00:00",30.8,"2013-08-01 00:00",30.5,"2013-07-31 00:00","","","","",30.5,30,28.9,27.9,23.7,12.4,-3.8,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68105",2,40.78422,-111.931,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,94,29,31,0,2,"","","Certification not required",0,9.841379,12.649605,28.7,"2013-07-03 00:00",27.5,"2013-07-15 00:00",26.3,"2013-06-09 00:00",26.3,"2013-08-20 00:00","","","","",28.7,28.7,27.5,26.3,20.7,9,-7.3,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68106",1,40.78422,-111.931,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",332,100,31,31,0,33,"","","Certification not required",0,650.725904,4.838184,664,"2013-01-17 00:00",663,"2013-01-18 00:00",663,"2013-01-19 00:00",663,"2013-01-20 00:00","","","","",663,662,660,657,653,651,644,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68106",2,40.78422,-111.931,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,2,"","","Certification not required",0,649.172414,4.862899,665,"2013-01-16 00:00",660,"2013-01-04 00:00",655,"2013-12-30 00:00",652,"2013-11-24 00:00","","","","",665,665,660,655,651,649,644,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68107",1,40.78422,-111.931,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",332,100,31,31,0,33,"","","Certification not required",0,655.61747,4.345508,668,"2013-01-17 00:00",667,"2013-01-15 00:00",667,"2013-01-19 00:00",667,"2013-05-02 00:00","","","","",667,665,664,662,658,655,651,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68107",2,40.78422,-111.931,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,2,"","","Certification not required",0,654.137931,4.120715,667,"2013-01-16 00:00",663,"2013-01-04 00:00",659,"2013-12-30 00:00",658,"2013-03-05 00:00","","","","",667,667,663,659,655,654,650,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68108",1,40.78422,-111.931,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",332,100,31,31,0,33,"","","Certification not required",0,653.246988,4.527108,666,"2013-01-17 00:00",665,"2013-01-15 00:00",665,"2013-01-19 00:00",664,"2013-01-18 00:00","","","","",664,664,662,660,656,652,648,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68108",2,40.78422,-111.931,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,94,29,31,0,2,"","","Certification not required",0,651.827586,4.260022,666,"2013-01-16 00:00",661,"2013-01-04 00:00",657,"2013-12-30 00:00",654,"2013-03-05 00:00","","","","",666,666,661,657,653,651,648,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68109",1,40.78422,-111.931,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",332,100,31,31,0,33,"","","Certification not required",0,1436.301205,41.579389,1440,"2013-01-11 00:00",1440,"2013-01-19 00:00",1440,"2013-01-20 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","68109",2,40.78422,-111.931,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,94,29,31,0,2,"","","Certification not required",0,1439.206897,2.610136,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1437,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",1,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",332,91,332,365,1,33,26,26,"Certification not required",0,11.399096,12.275593,56.3,"2013-12-31 00:00",55.7,"2013-12-14 00:00",54.9,"2013-01-04 00:00",54.8,"2013-01-25 00:00","","","","",54.8,50.7,42.9,31.8,11.3,6.4,2.9,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",1,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",331,91,332,365,0,33,25,25,"Certification not required",0,11.301511,12.164522,56.3,"2013-12-31 00:00",55.7,"2013-12-14 00:00",54.9,"2013-01-04 00:00",54.8,"2013-01-25 00:00","","","","",54.8,50.7,42.7,31.3,11.3,6.3,2.9,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",1,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",332,91,332,365,1,33,26,26,"Certification not required",0,11.399096,12.275593,56.3,"2013-12-31 00:00",55.7,"2013-12-14 00:00",54.9,"2013-01-04 00:00",54.8,"2013-01-25 00:00","","","","",54.8,50.7,42.9,31.8,11.3,6.4,2.9,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",1,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",332,91,332,365,1,33,"","","Certification not required",0,11.399096,12.275593,56.3,"2013-12-31 00:00",55.7,"2013-12-14 00:00",54.9,"2013-01-04 00:00",54.8,"2013-01-25 00:00","","","","",54.8,50.7,42.9,31.8,11.3,6.4,2.9,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",1,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",332,91,332,365,1,33,"","","Certification not required",0,11.399096,12.275593,56.3,"2013-12-31 00:00",55.7,"2013-12-14 00:00",54.9,"2013-01-04 00:00",54.8,"2013-01-25 00:00","","","","",54.8,50.7,42.9,31.8,11.3,6.4,2.9,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",1,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",331,91,332,365,0,33,"","","Certification not required",0,11.301511,12.164522,56.3,"2013-12-31 00:00",55.7,"2013-12-14 00:00",54.9,"2013-01-04 00:00",54.8,"2013-01-25 00:00","","","","",54.8,50.7,42.7,31.3,11.3,6.3,2.9,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",2,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,2,2,"Certification not required",0,11.103448,13.286714,51.2,"2013-01-04 00:00",50.9,"2013-12-30 00:00",33.1,"2013-12-18 00:00",32.4,"2013-01-16 00:00","","","","",51.2,51.2,50.9,33.1,9.5,5.6,3.4,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","035","3010","88101",2,40.78422,-111.931,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,"","","Certification not required",0,11.103448,13.286714,51.2,"2013-01-04 00:00",50.9,"2013-12-30 00:00",33.1,"2013-12-18 00:00",32.4,"2013-01-16 00:00","","","","",51.2,51.2,50.9,33.1,9.5,5.6,3.4,"ROSE PARK","1250 NORTH 1400 WEST","Utah","Salt Lake","Salt Lake City","Salt Lake City, UT","2014-01-23" +"49","037","0101","44201",1,38.458611,-109.821111,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8047,81,124,153,0,713,0,0,"Certification not required",0,0.056315,0.007413,0.077,"2013-05-15 19:00",0.073,"2013-06-21 12:00",0.072,"2013-04-08 18:00",0.072,"2013-05-05 18:00","","","","",0.073,0.072,0.07,0.068,0.062,0.058,0.054,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","44201",1,38.458611,-109.821111,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8042,80,123,153,0,0,0,0,"Certification not required",0,0.05361,0.00688,0.069,"2013-05-05 14:00",0.068,"2013-07-10 14:00",0.067,"2013-06-20 15:00",0.066,"2013-05-15 14:00","","","","",0.068,0.067,0.066,0.064,0.059,0.055,0.052,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","44201",1,38.458611,-109.821111,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8042,80,123,153,0,0,0,0,"Certification not required",0,0.05361,0.00688,0.069,"2013-05-05 14:00",0.068,"2013-07-10 14:00",0.067,"2013-06-20 15:00",0.066,"2013-05-15 14:00","","","","",0.068,0.067,0.066,0.064,0.059,0.055,0.052,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","61101",1,38.458611,-109.821111,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8707,99,364,365,0,53,"","","Certification not required",0,5.222499,2.777401,24.1,"2013-10-03 16:00",22.3,"2013-10-03 17:00",20.8,"2013-07-23 18:00",18.6,"2013-10-03 18:00","","","","",14.4,13,10.9,9.1,6.4,4.5,2.5,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","61103",1,38.458611,-109.821111,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8707,99,364,365,0,53,"","","Certification not required",0,4.655863,2.844979,23.9,"2013-10-03 16:00",22.1,"2013-10-03 17:00",19.8,"2013-07-23 18:00",18.6,"2013-10-03 18:00","","","","",14,12.4,10.3,8.5,6,4.1,1.7,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","61104",1,38.458611,-109.821111,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8707,99,364,365,0,53,"","","Certification not required",0,185.23349,95.348374,360,"2013-01-21 06:00",360,"2013-02-18 06:00",360,"2013-04-17 05:00",360,"2013-07-19 19:00","","","","",353,341,323,309,283,169,83,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","61106",1,38.458611,-109.821111,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8707,99,364,365,0,53,"","","Certification not required",0,22.75445,14.844361,83,"2013-10-18 10:00",82,"2013-07-08 10:00",81,"2013-06-05 09:00",80,"2013-03-10 09:00","","","","",64,59,52,45,32,19,7,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","62101",1,38.458611,-109.821111,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8699,99,363,365,0,61,"","","Certification not required",0,52.386826,20.88725,98,"2013-06-28 15:00",97,"2013-06-28 13:00",97,"2013-06-28 14:00",97,"2013-06-28 16:00","","","","",90,88,84,80,71,52,25,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","62201",1,38.458611,-109.821111,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8716,99,363,365,0,44,"","","Certification not required",0,42.726824,23.888733,98,"2013-01-26 04:00",98,"2013-01-26 05:00",98,"2013-01-26 06:00",98,"2013-01-26 07:00","","","","",95,95,91,78,60,38,14,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","63301",1,38.458611,-109.821111,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8710,99,364,365,0,50,"","","Certification not required",4223,0.307616,0.420394,1.56,"2013-05-11 12:00",1.49,"2013-07-18 13:00",1.47,"2013-05-19 12:00",1.47,"2013-07-09 12:00","","","","",1.39,1.34,1.22,1.02,0.58,0.02,0.005,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","65102",1,38.458611,-109.821111,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8699,99,364,365,0,61,"","","Certification not required",0,0.000905,0.010065,0.61,"2013-09-09 05:00",0.37,"2013-07-23 17:00",0.18,"2013-09-14 00:00",0.17,"2013-09-22 12:00","","","","",0.03,0.01,0,0,0,0,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-02-18" +"49","037","0101","85101",1,38.458611,-109.821111,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,6.941986,6.060266,29.909,"2013-01-07 00:00",26.7304,"2013-01-10 00:00",22.4772,"2013-03-17 00:00",13.3643,"2013-04-13 00:00","","","","",29.909,29.909,22.4772,12.1673,8.7834,4.8882,1.96,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","86502",1,38.458611,-109.821111,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4,5.373546,26,"2013-01-07 00:00",23,"2013-01-10 00:00",17,"2013-03-17 00:00",10,"2013-04-13 00:00","","","","",26,26,17,8,5,2,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88103",1,38.458611,-109.821111,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-01-01 00:00",0.001,"2013-04-07 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88104",1,38.458611,-109.821111,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.068537,0.067906,0.236,"2013-04-22 00:00",0.2304,"2013-04-28 00:00",0.227,"2013-03-17 00:00",0.206,"2013-04-07 00:00","","","","",0.236,0.2304,0.227,0.1678,0.099,0.054,0.0067,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88109",1,38.458611,-109.821111,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001525,0.000754,0.0036,"2013-04-28 00:00",0.0032,"2013-05-13 00:00",0.0029,"2013-02-21 00:00",0.0029,"2013-05-22 00:00","","","","",0.0036,0.0032,0.0029,0.0025,0.002,0.0014,0.0007,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88111",1,38.458611,-109.821111,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.058061,0.07242,0.4239,"2013-03-17 00:00",0.1881,"2013-04-07 00:00",0.1871,"2013-04-28 00:00",0.1659,"2013-04-22 00:00","","","","",0.4239,0.1881,0.1871,0.1275,0.0886,0.0308,0.0059,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88112",1,38.458611,-109.821111,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88114",1,38.458611,-109.821111,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.00024,0.000126,0.0006,"2013-01-01 00:00",0.0005,"2013-01-10 00:00",0.0005,"2013-02-15 00:00",0.0005,"2013-04-28 00:00","","","","",0.0006,0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88115",1,38.458611,-109.821111,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.003217,0.01115,0.0751,"2013-05-25 00:00",0.031,"2013-03-17 00:00",0.0068,"2013-04-07 00:00",0.0049,"2013-04-25 00:00","","","","",0.0751,0.031,0.0068,0.0031,0.0017,0.0008,0.0002,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88126",1,38.458611,-109.821111,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.039588,0.038105,0.1363,"2013-04-28 00:00",0.1359,"2013-04-22 00:00",0.131,"2013-04-07 00:00",0.1302,"2013-03-17 00:00","","","","",0.1363,0.1359,0.131,0.0926,0.0587,0.0302,0.0052,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88128",1,38.458611,-109.821111,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000529,0.000578,0.002,"2013-03-26 00:00",0.002,"2013-04-22 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-10 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88132",1,38.458611,-109.821111,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00098,0.00101,0.004,"2013-04-22 00:00",0.003,"2013-03-17 00:00",0.003,"2013-04-07 00:00",0.003,"2013-04-28 00:00","","","","",0.004,0.003,0.003,0.002,0.002,0.001,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88136",1,38.458611,-109.821111,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88140",1,38.458611,-109.821111,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.019144,0.023827,0.115,"2013-03-17 00:00",0.0812,"2013-04-28 00:00",0.067,"2013-04-07 00:00",0.0585,"2013-05-28 00:00","","","","",0.115,0.0812,0.067,0.0513,0.0258,0.0095,0.00115,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88152",1,38.458611,-109.821111,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.00018,0.000223,0.0016,"2013-02-12 00:00",0.0007,"2013-05-31 00:00",0.0004,"2013-02-21 00:00",0.0003,"2013-02-06 00:00","","","","",0.0016,0.0007,0.0004,0.00015,0.00015,0.00015,0.0001,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88154",1,38.458611,-109.821111,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000147,9.9e-05,0.0005,"2013-02-03 00:00",0.0004,"2013-01-25 00:00",0.0004,"2013-02-06 00:00",0.0004,"2013-05-10 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.0001,0.0001,0.0001,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88161",1,38.458611,-109.821111,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.003734,0.003652,0.013,"2013-03-17 00:00",0.0129,"2013-04-22 00:00",0.0121,"2013-04-28 00:00",0.0117,"2013-04-07 00:00","","","","",0.013,0.0129,0.0121,0.0086,0.0057,0.0029,0.0004,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88164",1,38.458611,-109.821111,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000142,0.000131,0.0006,"2013-05-25 00:00",0.0005,"2013-04-22 00:00",0.0004,"2013-04-07 00:00",0.0004,"2013-04-16 00:00","","","","",0.0006,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88165",1,38.458611,-109.821111,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.15722,0.159471,0.6409,"2013-03-17 00:00",0.5127,"2013-04-22 00:00",0.5002,"2013-04-28 00:00",0.4818,"2013-04-07 00:00","","","","",0.6409,0.5127,0.5002,0.4006,0.2498,0.114,0.015,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88167",1,38.458611,-109.821111,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001202,0.00065,0.0031,"2013-04-22 00:00",0.0023,"2013-01-04 00:00",0.0023,"2013-03-23 00:00",0.0021,"2013-01-07 00:00","","","","",0.0031,0.0023,0.0023,0.0021,0.0017,0.0011,0.0005,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88168",1,38.458611,-109.821111,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000635,0.001114,0.0077,"2013-03-17 00:00",0.0018,"2013-04-28 00:00",0.0017,"2013-04-07 00:00",0.0017,"2013-04-22 00:00","","","","",0.0077,0.0018,0.0017,0.0012,0.0008,0.0003,0.0001,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88169",1,38.458611,-109.821111,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.170224,0.076128,0.3927,"2013-04-22 00:00",0.3023,"2013-05-01 00:00",0.2882,"2013-05-25 00:00",0.2832,"2013-05-19 00:00","","","","",0.3927,0.3023,0.2882,0.2729,0.2222,0.1703,0.0819,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88176",1,38.458611,-109.821111,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000194,0.000102,0.0005,"2013-01-10 00:00",0.0005,"2013-03-17 00:00",0.0005,"2013-04-16 00:00",0.0004,"2013-02-24 00:00","","","","",0.0005,0.0005,0.0005,0.0004,0.00015,0.00015,0.00015,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88180",1,38.458611,-109.821111,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.03092,0.021674,0.0869,"2013-03-17 00:00",0.0771,"2013-04-07 00:00",0.0757,"2013-04-28 00:00",0.0724,"2013-04-22 00:00","","","","",0.0869,0.0771,0.0757,0.0608,0.0449,0.0238,0.0062,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88184",1,38.458611,-109.821111,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.021486,0.028663,0.1738,"2013-05-25 00:00",0.0917,"2013-05-28 00:00",0.073,"2013-05-22 00:00",0.0606,"2013-04-16 00:00","","","","",0.1738,0.0917,0.073,0.05,0.021,0.012,0.002,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88185",1,38.458611,-109.821111,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000775,0.000512,0.0031,"2013-03-17 00:00",0.0025,"2013-04-04 00:00",0.0019,"2013-02-27 00:00",0.0015,"2013-02-21 00:00","","","","",0.0031,0.0025,0.0019,0.0012,0.0007,0.00065,0.0004,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88203",1,38.458611,-109.821111,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.017194,0.021648,0.1482,"2013-05-25 00:00",0.0686,"2013-03-17 00:00",0.0352,"2013-04-16 00:00",0.0284,"2013-04-01 00:00","","","","",0.1482,0.0686,0.0352,0.0264,0.0199,0.0129,0.00355,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88306",1,38.458611,-109.821111,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.381043,0.460128,2.0662,"2013-01-25 00:00",1.5989,"2013-01-22 00:00",1.5502,"2013-01-04 00:00",1.1996,"2013-01-07 00:00","","","","",2.0662,1.5989,1.5502,1.0721,0.4154,0.1891,0.0804,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88320",1,38.458611,-109.821111,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.287451,0.21055,0.88,"2013-01-19 00:00",0.87,"2013-01-22 00:00",0.75,"2013-01-07 00:00",0.7,"2013-01-25 00:00","","","","",0.88,0.87,0.75,0.61,0.38,0.2,0.1,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88321",1,38.458611,-109.821111,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.055098,0.047849,0.2,"2013-01-22 00:00",0.19,"2013-01-25 00:00",0.16,"2013-01-04 00:00",0.16,"2013-01-07 00:00","","","","",0.2,0.19,0.16,0.13,0.07,0.04,0.01,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88324",1,38.458611,-109.821111,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.019296,0.007267,0.04,"2013-05-31 00:00",0.02975,"2013-01-22 00:00",0.0293,"2013-01-28 00:00",0.02925,"2013-01-13 00:00","","","","",0.04,0.02975,0.0293,0.02905,0.0229,0.01615,0.0101,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88325",1,38.458611,-109.821111,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.056415,0.040469,0.1732,"2013-01-22 00:00",0.1656,"2013-01-19 00:00",0.1578,"2013-01-25 00:00",0.1298,"2013-01-07 00:00","","","","",0.1732,0.1656,0.1578,0.1145,0.0778,0.0406,0.01835,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88326",1,38.458611,-109.821111,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.081004,0.077434,0.3515,"2013-01-19 00:00",0.3056,"2013-01-22 00:00",0.2213,"2013-01-10 00:00",0.2143,"2013-01-07 00:00","","","","",0.3515,0.3056,0.2213,0.1886,0.1231,0.03765,0.0245,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88327",1,38.458611,-109.821111,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.058871,0.041162,0.1643,"2013-01-22 00:00",0.1428,"2013-01-19 00:00",0.136,"2013-01-10 00:00",0.1257,"2013-04-28 00:00","","","","",0.1643,0.1428,0.136,0.1218,0.0861,0.0455,0.01465,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88328",1,38.458611,-109.821111,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.083488,0.057309,0.2373,"2013-01-07 00:00",0.202,"2013-01-19 00:00",0.1971,"2013-01-22 00:00",0.1927,"2013-05-13 00:00","","","","",0.2373,0.202,0.1971,0.1867,0.1173,0.0661,0.0261,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88329",1,38.458611,-109.821111,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.109071,0.089847,0.3495,"2013-01-07 00:00",0.3439,"2013-01-22 00:00",0.33,"2013-01-25 00:00",0.2963,"2013-01-19 00:00","","","","",0.3495,0.3439,0.33,0.2326,0.1531,0.0812,0.031,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88330",1,38.458611,-109.821111,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.028946,0.015413,0.062,"2013-02-03 00:00",0.0618,"2013-05-16 00:00",0.0554,"2013-01-19 00:00",0.055,"2013-02-06 00:00","","","","",0.062,0.0618,0.0554,0.0516,0.0379,0.0299,0.0091,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88331",1,38.458611,-109.821111,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.000144,0.000503,0.003,"2013-05-28 00:00",0.0019,"2013-03-14 00:00",0.001,"2013-02-15 00:00",0.0001,"2013-03-02 00:00","","","","",0.003,0.0019,0.001,0.0001,5e-05,0,0,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88338",1,38.458611,-109.821111,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.017466,0.011575,0.0773,"2013-02-24 00:00",0.0629,"2013-02-03 00:00",0.0254,"2013-05-31 00:00",0.02395,"2013-02-06 00:00","","","","",0.0773,0.0629,0.0254,0.0235,0.01635,0.0149,0.011,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88339",1,38.458611,-109.821111,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.70217,0.314022,1.61989,"2013-04-22 00:00",1.24715,"2013-05-01 00:00",1.18878,"2013-05-25 00:00",1.16832,"2013-05-19 00:00","","","","",1.61989,1.24715,1.18878,1.12567,0.91653,0.70228,0.33771,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88344",1,38.458611,-109.821111,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.491553,0.593564,2.6654,"2013-01-25 00:00",2.0626,"2013-01-22 00:00",1.9998,"2013-01-04 00:00",1.5475,"2013-01-07 00:00","","","","",2.6654,2.0626,1.9998,1.383,0.5359,0.2439,0.1037,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88348",1,38.458611,-109.821111,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.739829,0.753467,3.1273,"2013-03-17 00:00",2.4203,"2013-04-22 00:00",2.4105,"2013-04-28 00:00",2.2991,"2013-04-07 00:00","","","","",3.1273,2.4203,2.4105,1.815,1.1234,0.5383,0.0784,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88350",1,38.458611,-109.821111,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.516767,0.378764,1.5754,"2013-01-19 00:00",1.5599,"2013-01-22 00:00",1.3525,"2013-01-07 00:00",1.2614,"2013-01-25 00:00","","","","",1.5754,1.5599,1.3525,1.0922,0.682,0.3634,0.1805,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88403",1,38.458611,-109.821111,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.490582,0.224022,1.1077,"2013-04-22 00:00",0.9001,"2013-05-01 00:00",0.8619,"2013-05-25 00:00",0.8395,"2013-04-07 00:00","","","","",1.1077,0.9001,0.8619,0.814,0.6171,0.4929,0.245,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","037","0101","88502",1,38.458611,-109.821111,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.439216,1.241141,5.2,"2013-03-17 00:00",4.9,"2013-01-25 00:00",4.9,"2013-04-22 00:00",4.9,"2013-04-28 00:00","","","","",5.2,4.9,4.9,4.3,3.3,2.2,1,"Canyonlands National Park, Island in the Sky","CANYONLANDS NATIONAL PARK, UTAH","Utah","San Juan","","","2014-01-28" +"49","045","0003","44201",1,40.543309,-112.299618,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3733,97,149,153,0,659,0,0,"Certification not required",0,0.057691,0.00949,0.095,"2013-07-10 14:00",0.086,"2013-07-15 16:00",0.083,"2013-06-29 14:00",0.082,"2013-07-19 13:00","","","","",0.086,0.083,0.074,0.069,0.063,0.058,0.048,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2013-11-20" +"49","045","0003","44201",1,40.543309,-112.299618,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3743,97,148,153,0,0,0,0,"Certification not required",0,0.052649,0.008481,0.084,"2013-07-10 11:00",0.075,"2013-07-15 11:00",0.073,"2013-06-17 12:00",0.072,"2013-06-18 10:00","","","","",0.075,0.073,0.066,0.063,0.058,0.052,0.044,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2013-11-20" +"49","045","0003","44201",1,40.543309,-112.299618,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3743,97,148,153,0,0,1,1,"Certification not required",0,0.052649,0.008481,0.084,"2013-07-10 11:00",0.075,"2013-07-15 11:00",0.073,"2013-06-17 12:00",0.072,"2013-06-18 10:00","","","","",0.075,0.073,0.066,0.063,0.058,0.052,0.044,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2013-11-20" +"49","045","0003","61101",1,40.543309,-112.299618,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8031,100,173,122,0,9,"","","Certification not required",0,3.941253,2.100338,20,"2013-01-10 07:00",19.1,"2013-01-10 04:00",18.8,"2013-01-10 03:00",18,"2013-01-10 05:00","","","","",11.9,10.2,8.1,6.5,4.7,3.4,2.1,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-02-06" +"49","045","0003","61102",1,40.543309,-112.299618,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8031,100,173,122,0,9,"","","Certification not required",0,186.948574,100.36863,360,"2013-01-04 13:00",360,"2013-03-04 07:00",360,"2013-03-09 23:00",360,"2013-03-11 16:00","","","","",358,356,351,344,256,173,35,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-02-06" +"49","045","0003","62101",1,40.543309,-112.299618,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5872,67,245,365,0,8,"","","Certification not required",0,60.049898,19.805391,98,"2013-06-29 16:00",98,"2013-06-29 17:00",97,"2013-06-29 15:00",96,"2013-06-29 18:00","","","","",93,91,88,84,76,63,31,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-02-06" +"49","045","0003","62201",1,40.543309,-112.299618,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5871,67,245,365,0,9,"","","Certification not required",0,43.081247,22.155015,100,"2013-12-07 20:00",100,"2013-12-13 02:00",100,"2013-12-29 02:00",99,"2013-12-07 22:00","","","","",93,89,83,76,59,40,16,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-02-06" +"49","045","0003","68101",1,40.543309,-112.299618,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",109,89,109,122,0,13,"","","Certification not required",97,0.075688,0.079237,0.4,"2013-06-12 00:00",0.4,"2013-07-06 00:00",0.4,"2013-07-21 00:00",0.3,"2013-06-09 00:00","","","","",0.4,0.4,0.3,0.2,0.05,0.05,0.05,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68102",1,40.543309,-112.299618,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",109,89,109,122,0,13,"","","Certification not required",0,23.93945,0.080529,24,"2013-01-01 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00",24,"2013-01-16 00:00","","","","",24,24,24,24,24,23.9,23.9,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68103",1,40.543309,-112.299618,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,89,109,122,0,13,"","","Certification not required",0,5.126606,10.901908,23.7,"2013-06-30 00:00",23.2,"2013-07-03 00:00",22.7,"2013-07-21 00:00",22.2,"2013-07-24 00:00","","","","",23.2,22.7,21.4,19.9,15.8,4.5,-8.3,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68104",1,40.543309,-112.299618,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,89,109,122,0,13,"","","Certification not required",0,16.170642,12.126496,36,"2013-07-21 00:00",35.7,"2013-07-03 00:00",35.4,"2013-06-30 00:00",35.1,"2013-06-09 00:00","","","","",35.7,35.4,34.7,33.4,26.9,16.1,-0.6,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68105",1,40.543309,-112.299618,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",109,89,109,122,0,13,"","","Certification not required",0,10.22844,11.786072,29.8,"2013-07-21 00:00",29.5,"2013-06-30 00:00",28.9,"2013-07-03 00:00",28.4,"2013-06-27 00:00","","","","",29.5,28.9,27.4,26.6,21,10,-4.4,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68106",1,40.543309,-112.299618,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,89,109,122,0,13,"","","Certification not required",0,635.091743,4.421206,648,"2013-01-16 00:00",646,"2013-01-19 00:00",645,"2013-02-15 00:00",644,"2013-12-15 00:00","","","","",646,645,643,640,638,635,629,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68107",1,40.543309,-112.299618,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,89,109,122,0,13,"","","Certification not required",0,639.798165,4.193866,651,"2013-01-16 00:00",649,"2013-01-19 00:00",649,"2013-05-01 00:00",648,"2013-02-15 00:00","","","","",649,649,648,646,642,639,634,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68108",1,40.543309,-112.299618,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,89,109,122,0,13,"","","Certification not required",0,637.614679,4.316009,649,"2013-01-16 00:00",647,"2013-01-19 00:00",647,"2013-02-15 00:00",646,"2013-12-15 00:00","","","","",647,647,644,644,640,637,632,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","68109",1,40.543309,-112.299618,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",109,89,109,122,0,13,"","","Certification not required",0,1439.220183,3.710241,1440,"2013-01-01 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","88101",1,40.543309,-112.299618,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,3,3,"Certification not required",0,7.224771,8.205285,46,"2013-01-19 00:00",43.9,"2013-01-22 00:00",42.9,"2013-01-25 00:00",30.2,"2013-12-12 00:00","","","","",43.9,42.9,28.1,15.2,7.1,4.8,2.1,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","88101",1,40.543309,-112.299618,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",0,7.224771,8.205285,46,"2013-01-19 00:00",43.9,"2013-01-22 00:00",42.9,"2013-01-25 00:00",30.2,"2013-12-12 00:00","","","","",43.9,42.9,28.1,15.2,7.1,4.8,2.1,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-01-23" +"49","045","0003","88502",3,40.543309,-112.299618,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7959,91,331,365,0,81,"","","Certification not required",0,9.261867,8.847124,80.5,"2013-01-20 21:00",76.9,"2013-01-20 20:00",74.2,"2013-01-19 22:00",72.5,"2013-01-19 23:00","","","","",48.1,41.7,29.3,17.5,9.3,6.6,3.7,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-02-06" +"49","045","0003","88502",3,40.543309,-112.299618,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",331,91,331,365,0,0,"","","Certification not required",0,9.214804,7.995051,50.3,"2013-01-20 00:00",47,"2013-01-25 00:00",46.4,"2013-01-24 00:00",46.2,"2013-01-19 00:00","","","","",46.2,45.1,26.9,17.3,9.2,6.7,4.4,"Tooele","434 NORTH 50 WEST, TOOELE, UTAH","Utah","Tooele","Tooele","Salt Lake City, UT","2014-02-06" +"49","045","6001","61101",1,40.943889,-112.563889,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7984,91,332,365,0,32,"","","Certification not required",0,8.735721,5.21672,34.7,"2013-09-21 21:00",33.9,"2013-09-21 22:00",33.7,"2013-04-08 16:00",33.4,"2013-05-22 16:00","","","","",25.2,22.9,19.2,15.9,11.3,7.7,3.1,"UTM COORDINATES AT MET TOWER","NO STREET ADDRESS; NOT NEAR A CITY","Utah","Tooele","Not in a city","Salt Lake City, UT","2013-12-04" +"49","045","6001","61102",1,40.943889,-112.563889,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7985,91,332,365,0,31,"","","Certification not required",0,177.296932,103.246055,360,"2013-02-03 17:00",360,"2013-04-16 21:00",360,"2013-04-29 01:00",360,"2013-05-04 16:00","","","","",356,352,343,331,259,187,44,"UTM COORDINATES AT MET TOWER","NO STREET ADDRESS; NOT NEAR A CITY","Utah","Tooele","Not in a city","Salt Lake City, UT","2013-12-04" +"49","045","6001","61106",1,40.943889,-112.563889,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7985,91,332,365,0,31,"","","Certification not required",0,11.202317,8.697375,66.3,"2013-11-01 11:00",65.2,"2013-08-26 12:00",63.7,"2013-04-14 19:00",63,"2013-03-15 09:00","","","","",45.6,39.2,30.2,22.6,12.9,8.1,4.6,"UTM COORDINATES AT MET TOWER","NO STREET ADDRESS; NOT NEAR A CITY","Utah","Tooele","Not in a city","Salt Lake City, UT","2013-12-04" +"49","045","6001","62101",1,40.943889,-112.563889,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7997,91,333,365,0,19,"","","Certification not required",0,54.757909,20.543057,97,"2013-07-01 16:00",97,"2013-07-01 17:00",97,"2013-07-02 17:00",96,"2013-06-30 16:00","","","","",91,89,86,82,73,54,27,"UTM COORDINATES AT MET TOWER","NO STREET ADDRESS; NOT NEAR A CITY","Utah","Tooele","Not in a city","Salt Lake City, UT","2013-12-04" +"49","045","6001","62201",1,40.943889,-112.563889,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7997,91,333,365,0,19,"","","Certification not required",0,57.985495,18.124411,96,"2013-01-27 03:00",95,"2013-01-26 07:00",95,"2013-01-26 08:00",95,"2013-01-26 09:00","","","","",93,92,87,83,72,58,34,"UTM COORDINATES AT MET TOWER","NO STREET ADDRESS; NOT NEAR A CITY","Utah","Tooele","Not in a city","Salt Lake City, UT","2013-12-04" +"49","045","6001","63301",1,40.943889,-112.563889,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7997,91,333,365,0,19,"","","Certification not required",3830,0.283161,0.387421,1.41,"2013-05-07 12:00",1.38,"2013-06-03 12:00",1.37,"2013-05-31 12:00",1.37,"2013-06-01 12:00","","","","",1.28,1.24,1.15,0.95,0.52,0.02,0.005,"UTM COORDINATES AT MET TOWER","NO STREET ADDRESS; NOT NEAR A CITY","Utah","Tooele","Not in a city","Salt Lake City, UT","2013-12-04" +"49","047","1002","44201",1,40.4372,-109.3047,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - UV absorption photometry/UV 2B model 202 and 205",2013,"Parts per million","No Events",7144,92,229,248,0,621,1,1,"Certification not required",21,0.05845,0.014126,0.13,"2013-01-26 17:00",0.124,"2013-01-24 15:00",0.123,"2013-01-22 16:00",0.123,"2013-01-25 15:00","","","","",0.123,0.116,0.103,0.09,0.065,0.057,0.05,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","44201",1,40.4372,-109.3047,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7106,88,233,266,0,0,22,22,"Certification not required",0,0.056167,0.016811,0.126,"2013-01-26 12:00",0.12,"2013-01-24 13:00",0.12,"2013-01-25 12:00",0.114,"2013-01-22 12:00","","","","",0.12,0.109,0.095,0.081,0.059,0.053,0.043,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","44201",1,40.4372,-109.3047,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7106,88,234,267,0,0,26,26,"Certification not required",0,0.056274,0.016853,0.126,"2013-01-26 12:00",0.12,"2013-01-24 13:00",0.12,"2013-01-25 12:00",0.114,"2013-01-22 12:00","","","","",0.12,0.109,0.095,0.081,0.059,0.053,0.043,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","61101",1,40.4372,-109.3047,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7648,87,320,365,0,117,"","","Certification not required",0,2.594953,2.392514,21.9,"2013-03-17 11:00",21.2,"2013-03-17 12:00",20.8,"2013-03-17 14:00",20.6,"2013-03-17 13:00","","","","",12.6,10.5,7,5.4,3.3,1.9,0.6,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","61102",1,40.4372,-109.3047,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7640,87,319,365,0,125,"","","Certification not required",0,183.496204,91.284839,360,"2013-01-19 20:00",360,"2013-03-05 00:00",360,"2013-05-14 05:00",360,"2013-06-19 23:00","","","","",355,349,330,301,247,197,49,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","61106",1,40.4372,-109.3047,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",7637,87,319,365,0,128,"","","Certification not required",0,29.37973,14.143204,79,"2013-01-31 00:00",79,"2013-02-24 10:00",79,"2013-04-16 19:00",79,"2013-08-20 00:00","","","","",65,60,54,49,39,28,13,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","62101",1,40.4372,-109.3047,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7756,89,323,365,0,9,"","","Certification not required",0,49.560469,26.762698,100,"2013-07-23 14:00",100,"2013-07-23 15:00",100,"2013-07-23 16:00",100,"2013-07-23 17:00","","","","",96,93,89,83,70,53,10,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","62201",1,40.4372,-109.3047,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",7756,89,323,365,0,9,"","","Certification not required",0,53.1123,26.371015,99,"2013-04-03 05:00",99,"2013-04-03 06:00",99,"2013-05-09 05:00",99,"2013-05-09 06:00","","","","",96,95,92,89,78,53,17,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","63301",1,40.4372,-109.3047,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7756,89,323,365,0,9,"","","Certification not required",3705,0.323228,0.435134,1.59,"2013-07-15 13:00",1.5,"2013-07-23 13:00",1.49,"2013-05-30 12:00",1.48,"2013-05-26 11:00","","","","",1.41,1.37,1.26,1.08,0.61,0.02,0.005,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1002","65102",1,40.4372,-109.3047,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",3063,35,127,365,0,2025,"","","Certification not required",0,0.000633,0.007789,0.23,"2013-07-29 19:00",0.16,"2013-05-08 16:00",0.15,"2013-07-29 20:00",0.12,"2013-04-15 07:00","","","","",0.01,0,0,0,0,0,0,"","Dinosaur National Monument","Utah","Uintah","","Vernal, UT","2014-02-10" +"49","047","1003","42601",1,40.452267,-109.510393,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4167,48,173,365,0,177,"","","Certification not required",0,3.553876,7.617533,138,"2013-01-17 08:00",109,"2013-01-04 08:00",102,"2013-01-18 08:00",89,"2013-03-14 07:00","","","","",40,26,14,8,3,1,0,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","42602",1,40.452267,-109.510393,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4167,48,173,365,0,177,0,"","Certification not required",0,28.450867,20.642983,90,"2013-01-22 06:00",90,"2013-01-23 07:00",87,"2013-01-24 07:00",83,"2013-01-09 07:00","","","","",90,83,72,58,41,20,9,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","42602",1,40.452267,-109.510393,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4167,48,173,365,0,177,"","","Certification not required",0,12.095032,14.832092,90,"2013-01-22 06:00",90,"2013-01-23 07:00",87,"2013-01-22 07:00",87,"2013-01-24 07:00","","","","",63,55,44,34,18,5,1,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","42603",1,40.452267,-109.510393,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4167,48,173,365,0,177,"","","Certification not required",0,15.49772,20.088126,216,"2013-01-17 08:00",186,"2013-01-18 08:00",179,"2013-01-04 08:00",162,"2013-01-22 07:00","","","","",88,74,55,42,22,7,1,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","44201",1,40.452267,-109.510393,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4334,40,61,153,0,10,0,0,"Certification not required",13,0.059344,0.005882,0.121,"2013-01-26 13:00",0.115,"2013-01-24 14:00",0.114,"2013-01-25 15:00",0.112,"2013-01-21 15:00","","","","",0.121,0.115,0.112,0.108,0.092,0.077,0.065,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","44201",1,40.452267,-109.510393,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4332,64,163,255,0,0,16,16,"Certification not required",0,0.059399,0.014173,0.114,"2013-01-26 12:00",0.109,"2013-01-25 14:00",0.104,"2013-01-24 11:00",0.102,"2013-01-22 11:00","","","","",0.109,0.102,0.092,0.082,0.063,0.057,0.049,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","44201",1,40.452267,-109.510393,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4332,65,172,264,0,0,22,22,"Certification not required",0,0.059279,0.014301,0.114,"2013-01-26 12:00",0.109,"2013-01-25 14:00",0.104,"2013-01-24 11:00",0.102,"2013-01-22 11:00","","","","",0.109,0.102,0.092,0.081,0.063,0.056,0.048,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","61101",1,40.452267,-109.510393,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4341,50,181,365,0,3,"","","Certification not required",0,4.776895,3.505101,26,"2013-03-17 12:00",24.7,"2013-03-17 13:00",24.3,"2013-03-17 14:00",24.3,"2013-06-13 15:00","","","","",18.4,16.3,12.5,9.6,5.4,3.6,2,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","61102",1,40.452267,-109.510393,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4341,50,181,365,0,3,"","","Certification not required",0,204.202949,107.906458,360,"2013-03-23 23:00",360,"2013-05-14 20:00",360,"2013-05-31 16:00",360,"2013-06-20 04:00","","","","",356,352,343,332,309,215,45,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","1003","62101",1,40.452267,-109.510393,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2181,25,91,365,0,3,"","","Certification not required",0,59.687758,16.025014,98,"2013-06-27 17:00",97,"2013-06-27 16:00",96,"2013-06-27 15:00",95,"2013-06-27 14:00","","","","",93,90,85,82,71,60,38,"Vernal","220 South 1000 East","Utah","Uintah","Vernal","Vernal, UT","2013-08-07" +"49","047","2002","42601",1,40.206291,-109.353932,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","42602",1,40.206291,-109.353932,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,0,"","Certification not required",0,"","","","","","","","","","","","","","",17,17,17,17,17,17,17,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-05-16" +"49","047","2002","42602",1,40.206291,-109.353932,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,17,0,17,"2013-01-01 00:00","","","","","","","","","","",17,17,17,17,17,17,17,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-05-16" +"49","047","2002","42603",1,40.206291,-109.353932,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,17,0,17,"2013-01-01 00:00","","","","","","","","","","",17,17,17,17,17,17,17,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","61101",1,40.206291,-109.353932,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",1,0,0,365,0,0,"","","Certification not required",0,3.5,0,3.5,"2013-01-01 00:00","","","","","","","","","","",3.5,3.5,3.5,3.5,3.5,3.5,3.5,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","61102",1,40.206291,-109.353932,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",1,0,0,365,0,0,"","","Certification not required",0,154,0,154,"2013-01-01 00:00","","","","","","","","","","",154,154,154,154,154,154,154,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","61106",1,40.206291,-109.353932,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",1,0,0,365,0,0,"","","Certification not required",0,4.5,0,4.5,"2013-01-01 00:00","","","","","","","","","","",4.5,4.5,4.5,4.5,4.5,4.5,4.5,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","61109",1,40.206291,-109.353932,"WGS84","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","61110",1,40.206291,-109.353932,"WGS84","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","62101",1,40.206291,-109.353932,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","62101",2,40.206291,-109.353932,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",1,0,0,365,0,0,"","","Certification not required",0,3,0,3,"2013-01-01 00:00","","","","","","","","","","",3,3,3,3,3,3,3,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","62106",1,40.206291,-109.353932,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",1,0,0,365,0,0,"","","Certification not required",0,1.8,0,1.8,"2013-01-01 00:00","","","","","","","","","","",1.8,1.8,1.8,1.8,1.8,1.8,1.8,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-22" +"49","047","2002","63301",1,40.206291,-109.353932,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",1,0,0,365,0,0,"","","Certification not required",1,0.005,0,0.005,"2013-01-01 00:00","","","","","","","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","64101",1,40.206291,-109.353932,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",1,0,0,365,0,0,"","","Certification not required",0,830.6,0,830.6,"2013-01-01 00:00","","","","","","","","","","",830.6,830.6,830.6,830.6,830.6,830.6,830.6,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2002","88502",1,40.206291,-109.353932,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1,0,0,365,0,0,"","","Certification not required",0,16,0,16,"2013-01-01 00:00","","","","","","","","","","",16,16,16,16,16,16,16,"","2 Miles west of Redwash atop Deadman's Bench","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","42601",1,40.05671,-109.688108,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","42602",1,40.05671,-109.688108,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,0,"","Certification not required",0,"","","","","","","","","","","","","","",32,32,32,32,32,32,32,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-05-16" +"49","047","2003","42602",1,40.05671,-109.688108,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,32,0,32,"2013-01-01 00:00","","","","","","","","","","",32,32,32,32,32,32,32,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-05-16" +"49","047","2003","42603",1,40.05671,-109.688108,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1,0,0,365,0,0,"","","Certification not required",0,33,0,33,"2013-01-01 00:00","","","","","","","","","","",33,33,33,33,33,33,33,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","61101",1,40.05671,-109.688108,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",1,0,0,365,0,0,"","","Certification not required",0,4.1,0,4.1,"2013-01-01 00:00","","","","","","","","","","",4.1,4.1,4.1,4.1,4.1,4.1,4.1,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","61102",1,40.05671,-109.688108,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",1,0,0,365,0,0,"","","Certification not required",0,68,0,68,"2013-01-01 00:00","","","","","","","","","","",68,68,68,68,68,68,68,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","61106",1,40.05671,-109.688108,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",1,0,0,365,0,0,"","","Certification not required",0,7,0,7,"2013-01-01 00:00","","","","","","","","","","",7,7,7,7,7,7,7,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","61109",1,40.05671,-109.688108,"WGS84","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","61110",1,40.05671,-109.688108,"WGS84","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",1,0,0,365,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","62101",1,40.05671,-109.688108,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",1,0,0,365,0,0,"","","Certification not required",0,-7,0,-7,"2013-01-01 00:00","","","","","","","","","","",-7,-7,-7,-7,-7,-7,-7,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","62101",2,40.05671,-109.688108,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",1,0,0,365,0,0,"","","Certification not required",0,-5,0,-5,"2013-01-01 00:00","","","","","","","","","","",-5,-5,-5,-5,-5,-5,-5,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","63301",1,40.05671,-109.688108,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",1,0,0,365,0,0,"","","Certification not required",1,0.005,0,0.005,"2013-01-01 00:00","","","","","","","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","64101",1,40.05671,-109.688108,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",1,0,0,365,0,0,"","","Certification not required",0,857.2,0,857.2,"2013-01-01 00:00","","","","","","","","","","",857.2,857.2,857.2,857.2,857.2,857.2,857.2,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","2003","88502",1,40.05671,-109.688108,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1,0,0,365,0,0,"","","Certification not required",0,16,0,16,"2013-01-01 00:00","","","","","","","","","","",16,16,16,16,16,16,16,"","2 miles south of Ouray and south of the White and Green River confluence","Utah","Uintah","","Vernal, UT","2013-03-20" +"49","047","5632","42101",1,39.868622,-109.097302,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",3936,45,164,365,0,408,0,0,"Certification not required",3597,0.286217,0.157897,2.3,"2013-05-10 21:00",2.3,"2013-05-10 22:00",2.2,"2013-05-10 19:00",2.2,"2013-05-10 20:00","","","","",0.9,0.6,0.5,0.25,0.25,0.25,0.25,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","42101",1,39.868622,-109.097302,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",3873,44,155,365,0,0,0,0,"Certification not required",0,0.330235,0.13844,2.1,"2013-05-10 21:00",2.1,"2013-05-10 22:00",2,"2013-05-10 19:00",2,"2013-05-10 20:00",2.1,"2013-05-10 21:00",1.8,"2013-05-11 00:00",0.8,0.6,0.5,0.3,0.3,0.3,0.3,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","42401",1,39.868622,-109.097302,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3997,46,165,365,0,347,0,"","Certification not required",0,0.130303,0.905163,6.2,"2013-01-18 17:00",5.3,"2013-01-22 17:00",3.1,"2013-01-17 16:00",1.9,"2013-01-23 11:00","","","","",5.3,1.9,1.4,1,0.3,0.1,-0.7,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","42401",1,39.868622,-109.097302,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",3997,46,165,365,0,347,"","","Certification not required",0,-0.170778,0.482405,6.2,"2013-01-18 17:00",5.3,"2013-01-22 17:00",3.7,"2013-01-18 18:00",3.1,"2013-01-17 16:00","","","","",1.2,0.9,0.4,0.2,0.1,0,-0.8,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","42401",1,39.868622,-109.097302,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",165,45,165,365,0,0,0,"","Certification not required",0,-0.165455,0.435981,0.9,"2013-01-18 00:00",0.9,"2013-01-23 00:00",0.8,"2013-01-17 00:00",0.8,"2013-01-22 00:00","","","","",0.9,0.8,0.5,0.2,0.1,0,-0.8,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","42401",1,39.868622,-109.097302,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1319,45,161,365,0,0,"",0,"Certification not required",0,-0.173465,0.451562,3.4,"2013-01-22 17:00",2.8,"2013-01-18 17:00",2.5,"2013-01-17 17:00",1.6,"2013-01-23 11:00","","","","",1.2,0.8,0.4,0.2,0,0,-0.8,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","42601",1,39.868622,-109.097302,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4071,46,169,365,0,273,"","","Certification not required",0,0.134905,0.758851,21.5,"2013-01-18 17:00",12.3,"2013-01-22 17:00",9.7,"2013-01-18 18:00",9.6,"2013-01-17 16:00","","","","",3.5,1.9,0.9,0.8,0,0,-0.2,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","42602",1,39.868622,-109.097302,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4071,46,169,365,0,273,0,"","Certification not required",0,5.798225,8.689796,57.4,"2013-01-22 17:00",50.7,"2013-01-18 17:00",45.1,"2013-01-17 19:00",43.6,"2013-02-20 07:00","","","","",50.7,43.6,17.7,12.5,6.5,2.4,1.1,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","42602",1,39.868622,-109.097302,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4071,46,169,365,0,273,"","","Certification not required",0,2.497445,4.179519,57.4,"2013-01-22 17:00",50.7,"2013-01-18 17:00",46.6,"2013-01-22 19:00",45.1,"2013-01-17 19:00","","","","",19.9,15.1,10.2,6.9,2.2,1,0.4,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","42603",1,39.868622,-109.097302,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4071,46,169,365,0,273,"","","Certification not required",0,2.629673,4.619602,72.3,"2013-01-18 17:00",69.7,"2013-01-22 17:00",53.4,"2013-01-18 18:00",47.9,"2013-01-17 19:00","","","","",21.6,16.5,11.2,7,2.3,1,0.3,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","44201",1,39.868622,-109.097302,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4185,58,144,248,0,159,1,1,"Certification not required",0,0.060875,0.011274,0.127,"2013-01-26 21:00",0.106,"2013-01-25 15:00",0.1,"2013-02-05 16:00",0.093,"2013-02-17 17:00","","","","",0.106,0.1,0.089,0.078,0.066,0.06,0.053,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","44201",1,39.868622,-109.097302,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4132,57,143,249,0,0,2,2,"Certification not required",0,0.05651,0.009345,0.107,"2013-01-26 14:00",0.097,"2013-01-25 13:00",0.084,"2013-02-06 11:00",0.082,"2013-01-21 13:00","","","","",0.097,0.084,0.075,0.068,0.062,0.056,0.049,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","44201",1,39.868622,-109.097302,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4132,58,147,253,0,0,7,7,"Certification not required",0,0.056959,0.009719,0.107,"2013-01-26 14:00",0.097,"2013-01-25 13:00",0.084,"2013-02-06 11:00",0.082,"2013-01-21 13:00","","","","",0.097,0.084,0.075,0.068,0.061,0.055,0.049,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61101",1,39.868622,-109.097302,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",4300,49,178,365,0,44,"","","Certification not required",0,5.888674,4.226279,30.5,"2013-04-09 08:00",29.6,"2013-04-09 07:00",28.9,"2013-04-09 04:00",28.9,"2013-04-09 06:00","","","","",20.5,18.3,15.1,11.6,7.4,4.7,2,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61101",2,39.868622,-109.097302,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",4300,49,178,365,0,44,"","","Certification not required",0,6.347256,4.997755,34.1,"2013-04-09 08:00",32.8,"2013-04-09 07:00",32.4,"2013-04-09 04:00",32.4,"2013-04-09 06:00","","","","",23.4,21.1,16.9,13.3,8.3,4.9,1.7,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61101",3,39.868622,-109.097302,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",4300,49,178,365,0,44,"","","Certification not required",0,6.756186,5.43369,36.2,"2013-04-09 08:00",35.5,"2013-04-09 07:00",35.2,"2013-04-09 04:00",35.2,"2013-04-09 06:00","","","","",24.9,22.5,18,14.5,9.1,5.1,1.6,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61102",1,39.868622,-109.097302,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",4300,49,178,365,0,44,"","","Certification not required",0,184.206977,104.103195,360,"2013-01-06 10:00",360,"2013-06-04 21:00",359,"2013-01-13 18:00",359,"2013-01-19 08:00","","","","",354,349,339,327,293,160,53,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61102",2,39.868622,-109.097302,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",4300,49,178,365,0,44,"","","Certification not required",0,201.525814,101.237806,360,"2013-01-18 01:00",360,"2013-02-17 09:00",360,"2013-06-15 15:00",359,"2013-01-01 20:00","","","","",354,351,342,330,303,191,56,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61102",3,39.868622,-109.097302,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",4300,49,178,365,0,44,"","","Certification not required",0,211.879767,95.398279,360,"2013-01-10 04:00",360,"2013-02-06 06:00",360,"2013-05-04 12:00",360,"2013-05-09 08:00","","","","",355,350,339,327,303,209,63,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61106",1,39.868622,-109.097302,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4300,49,178,365,0,44,"","","Certification not required",0,29.817163,20.694554,101.7,"2013-01-04 18:00",101.5,"2013-02-25 19:00",99.7,"2013-01-06 20:00",99.7,"2013-01-25 02:00","","","","",88.9,83.1,72.7,62.5,41.6,23.3,9.3,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61106",2,39.868622,-109.097302,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4300,49,178,365,0,44,"","","Certification not required",0,29.730535,21.672891,101.2,"2013-01-06 20:00",100.3,"2013-04-19 21:00",99.6,"2013-01-24 02:00",99.2,"2013-01-25 02:00","","","","",91.6,86.4,75.9,63.4,41.7,23,8.1,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61106",3,39.868622,-109.097302,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4300,49,178,365,0,44,"","","Certification not required",0,28.019256,20.837795,98.7,"2013-05-09 02:00",98.1,"2013-01-31 19:00",97,"2013-05-18 14:00",96.9,"2013-05-04 08:00","","","","",89.8,84.6,72.2,59.9,39.1,21.2,7.7,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61109",1,39.868622,-109.097302,"NAD83","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",4300,49,178,365,0,44,"","","Certification not required",0,-0.066047,0.086603,0.1,"2013-04-10 16:00",0.1,"2013-06-01 16:00",0,"2013-01-01 00:00",0,"2013-01-01 01:00","","","","",0,0,0,0,0,0,-0.2,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","61109",2,39.868622,-109.097302,"NAD83","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",4300,49,178,365,0,44,"","","Certification not required",0,-0.085767,0.167441,0.5,"2013-03-25 14:00",0.5,"2013-06-09 09:00",0.4,"2013-05-07 12:00",0.4,"2013-05-16 12:00","","","","",0.2,0.1,0.1,0,0,0,-0.3,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","62101",1,39.868622,-109.097302,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4321,49,180,365,0,23,"","","Certification not required",0,40.280953,23.377651,96,"2013-06-28 15:00",95,"2013-06-28 14:00",94,"2013-06-27 16:00",94,"2013-06-27 17:00","","","","",89,85,80,73,58,39,9,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","62101",2,39.868622,-109.097302,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4300,49,178,365,0,44,"","","Certification not required",0,41.67814,22.150548,92,"2013-06-28 15:00",92,"2013-06-28 16:00",91,"2013-06-27 16:00",91,"2013-06-27 17:00","","","","",86,83,78,73,59,41,13,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","62101",3,39.868622,-109.097302,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4300,49,178,365,0,44,"","","Certification not required",0,42.035349,21.791419,92,"2013-06-28 15:00",91,"2013-06-27 17:00",91,"2013-06-27 18:00",91,"2013-06-28 14:00","","","","",86,82,78,73,59,41,14,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","62106",1,39.868622,-109.097302,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",4321,49,180,365,0,23,"","","Certification not required",0,4.24934,13.14853,35.3,"2013-06-28 15:00",35,"2013-06-28 14:00",34.9,"2013-06-28 16:00",34.5,"2013-06-27 17:00","","","","",31.4,29.3,26.4,22.5,14.4,3.7,-13.2,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","62106",2,39.868622,-109.097302,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",4321,49,180,365,0,23,"","","Certification not required",0,5.016894,12.679994,33.9,"2013-06-28 15:00",33.8,"2013-06-28 16:00",33.5,"2013-06-28 14:00",33.4,"2013-06-28 17:00","","","","",30.6,28.7,25.9,22.7,14.9,4.7,-11.3,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","62201",1,39.868622,-109.097302,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",4342,50,181,365,0,2,"","","Certification not required",0,50.917089,27.163875,98,"2013-01-27 03:00",98,"2013-01-27 04:00",98,"2013-03-09 05:00",98,"2013-03-09 06:00","","","","",96,93,90,86,76,52,14,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","63301",1,39.868622,-109.097302,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4344,50,181,365,0,0,"","","Certification not required",2070,0.330426,0.444516,1.56,"2013-06-25 12:00",1.53,"2013-06-13 12:00",1.52,"2013-05-31 13:00",1.52,"2013-06-19 13:00","","","","",1.48,1.44,1.3,1.09,0.61,0.03,0.005,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","64101",1,39.868622,-109.097302,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",4344,50,181,365,0,0,"","","Certification not required",0,811.078959,5.675667,827,"2013-05-02 07:00",827,"2013-05-02 08:00",827,"2013-05-02 09:00",827,"2013-05-02 10:00","","","","",823,822,820,819,815,811,804,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","65102",1,39.868622,-109.097302,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",4341,50,181,365,0,3,"","","Certification not required",0,0.001352,0.008653,0.19,"2013-04-15 11:00",0.15,"2013-04-02 17:00",0.14,"2013-05-06 18:00",0.13,"2013-05-20 14:00","","","","",0.04,0.02,0,0,0,0,0,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-08" +"49","047","5632","81102",1,39.868622,-109.097302,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",4001,46,166,365,0,343,"","","Certification not required",832,9.655086,10.661778,251,"2013-04-30 16:00",187,"2013-04-30 15:00",143,"2013-04-22 15:00",126,"2013-04-13 19:00","","","","",45,38,27,20,11,7,2,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","81102",1,39.868622,-109.097302,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",166,45,166,365,0,0,0,0,"Certification not required",0,9.210843,6.944638,38,"2013-04-30 00:00",35,"2013-06-13 00:00",31,"2013-06-14 00:00",31,"2013-06-20 00:00","","","","",35,31,24,18,11,7,3,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","88101",1,39.868622,-109.097302,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",31,49,30,61,0,0,0,0,"Certification not required",0,3.332258,1.369766,6.3,"2013-04-28 00:00",6,"2013-06-15 00:00",5.4,"2013-01-22 00:00",4.8,"2013-05-16 00:00","","","","",6.3,6.3,6,5.4,4.3,3.3,1.7,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","88101",1,39.868622,-109.097302,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","BGI Model PQ200 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",31,49,30,61,0,0,"","","Certification not required",0,3.332258,1.369766,6.3,"2013-04-28 00:00",6,"2013-06-15 00:00",5.4,"2013-01-22 00:00",4.8,"2013-05-16 00:00","","","","",6.3,6.3,6,5.4,4.3,3.3,1.7,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","88101",3,39.868622,-109.097302,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4033,46,171,365,0,311,"","","Certification not required",0,5.9757,6.848227,218,"2013-04-30 16:00",149,"2013-04-30 15:00",100,"2013-04-13 19:00",95,"2013-04-30 17:00","","","","",27,20,14,11,7,5,2,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","88101",3,39.868622,-109.097302,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",167,46,167,365,0,0,0,0,"Certification not required",0,5.947305,4.152555,33.8,"2013-04-30 00:00",22.7,"2013-05-05 00:00",18.2,"2013-04-08 00:00",18,"2013-05-17 00:00","","","","",22.7,18,14.4,10.8,6.6,4.7,2.8,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","5632","88101",3,39.868622,-109.097302,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",167,46,167,365,0,0,"","","Certification not required",0,5.947305,4.152555,33.8,"2013-04-30 00:00",22.7,"2013-05-05 00:00",18.2,"2013-04-08 00:00",18,"2013-05-17 00:00","","","","",22.7,18,14.4,10.8,6.6,4.7,2.8,"","Accessed from Dragon Road/145-S, Uintah Co, UT","Utah","Uintah","","Vernal, UT","2013-10-29" +"49","047","7022","42601",1,40.483598,-109.906796,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3207,39,132,344,0,2841,"","","Certification not required",0,0.113471,0.221967,3.7,"2013-02-21 11:00",2.9,"2013-02-21 10:00",2.2,"2013-02-27 15:00",2.1,"2013-02-21 12:00","","","","",0.9,0.8,0.5,0.4,0.2,0,0,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","42602",1,40.483598,-109.906796,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3207,37,132,365,0,2841,0,"","Certification not required",0,4.428788,4.598714,23.6,"2013-01-24 15:00",20.9,"2013-01-26 18:00",20.1,"2013-01-23 17:00",18.8,"2013-01-22 16:00","","","","",20.9,20.1,15.6,10.5,5.4,2.5,1.3,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","42602",1,40.483598,-109.906796,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3207,37,132,365,0,2841,"","","Certification not required",0,1.870907,2.828285,23.6,"2013-01-24 15:00",23.2,"2013-01-24 16:00",22.8,"2013-01-24 14:00",22.7,"2013-01-24 17:00","","","","",15.6,12.5,7.3,4.1,2,1.2,0.1,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","42603",1,40.483598,-109.906796,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3207,39,132,344,0,2841,"","","Certification not required",0,2.025569,2.91703,24,"2013-01-24 15:00",23.5,"2013-01-24 16:00",23.4,"2013-01-24 14:00",22.9,"2013-01-24 17:00","","","","",16.1,12.9,7.5,4.5,2.3,1.3,0.1,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","44201",1,40.483598,-109.906796,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5348,99,151,153,0,700,0,0,"Certification not required",0,0.058219,0.006643,0.12,"2013-01-22 16:00",0.115,"2013-01-23 15:00",0.112,"2013-01-24 15:00",0.112,"2013-02-06 16:00","","","","",0.115,0.112,0.099,0.077,0.067,0.062,0.057,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","44201",1,40.483598,-109.906796,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5402,88,221,252,0,0,8,8,"Certification not required",0,0.056674,0.010411,0.107,"2013-01-22 11:00",0.104,"2013-01-23 11:00",0.1,"2013-01-24 12:00",0.095,"2013-01-26 12:00","","","","",0.1,0.089,0.073,0.067,0.06,0.055,0.047,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","44201",1,40.483598,-109.906796,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5402,88,221,252,0,0,11,11,"Certification not required",0,0.056674,0.010411,0.107,"2013-01-22 11:00",0.104,"2013-01-23 11:00",0.1,"2013-01-24 12:00",0.095,"2013-01-26 12:00","","","","",0.1,0.089,0.073,0.067,0.06,0.055,0.047,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","61101",1,40.483598,-109.906796,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Knots","No Events",6017,73,251,344,0,31,"","","Certification not required",0,5.74356,3.26017,26,"2013-03-17 13:00",25.5,"2013-03-17 14:00",25.1,"2013-03-17 15:00",23.6,"2013-04-13 14:00","","","","",17.9,15.8,11.7,9.5,7.3,5.1,2.4,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","61102",1,40.483598,-109.906796,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","Instrumental - RM Young Model 05305",2013,"Degrees Compass","No Events",6020,73,251,344,0,28,"","","Certification not required",0,200.620598,102.92608,360,"2013-01-25 07:00",360,"2013-01-26 18:00",360,"2013-02-11 06:00",360,"2013-02-12 20:00","","","","",357,356,353,347,290,194,53,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","61105",1,40.483598,-109.906796,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6019,73,251,344,0,29,"","","Certification not required",0,9.050673,5.406284,88,"2013-03-10 10:00",44,"2013-03-17 13:00",43,"2013-04-01 15:00",42,"2013-03-17 11:00","","","","",30,26,19,15,11,8,4,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","61106",1,40.483598,-109.906796,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6018,73,251,344,0,30,"","","Certification not required",0,20.40874,11.185501,75.5,"2013-08-24 15:00",73.9,"2013-03-18 10:00",73.6,"2013-08-11 12:00",71.5,"2013-07-31 10:00","","","","",54.9,50.3,43.5,37,26.1,16.4,9.9,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","62101",1,40.483598,-109.906796,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6004,73,249,344,0,44,"","","Certification not required",0,52.097268,20.828833,93,"2013-07-22 15:00",93,"2013-07-23 15:00",92,"2013-06-30 16:00",92,"2013-06-30 17:00","","","","",88,86,82,78,68,56,21,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","62106",1,40.483598,-109.906796,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6004,73,249,344,0,44,"","","Certification not required",0,0.498351,1.514943,7.7,"2013-05-23 00:00",7,"2013-02-01 22:00",6.7,"2013-02-15 21:00",6.6,"2013-06-19 04:00","","","","",5,4.5,3.5,2.6,1.3,0.3,-1.2,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","62201",1,40.483598,-109.906796,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6020,73,251,344,0,28,"","","Certification not required",0,47.265664,24.209547,98,"2013-01-27 08:00",98,"2013-01-28 02:00",97.9,"2013-01-27 07:00",97.9,"2013-01-28 01:00","","","","",95.9,94.1,89.7,83,67.8,43.4,17.7,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","63301",2,40.483598,-109.906796,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5994,73,249,344,0,54,"","","Certification not required",2716,0.349548,0.452503,1.61,"2013-07-18 13:00",1.55,"2013-06-25 13:00",1.53,"2013-05-21 11:00",1.5,"2013-05-12 11:00","","","","",1.43,1.4,1.29,1.13,0.66,0.05,0.005,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","63305",1,40.483598,-109.906796,"NAD83","Net radiation","1 HOUR","","Observed Values","Instrumental - Net radiometer",2013,"Langleys/minute","No Events",5994,73,249,344,0,54,"","","Certification not required",0,0.102603,0.269991,0.9,"2013-04-10 12:00",0.9,"2013-04-18 12:00",0.9,"2013-04-22 11:00",0.9,"2013-05-12 11:00","","","","",0.8,0.8,0.7,0.6,0.2,0,-0.1,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","64101",1,40.483598,-109.906796,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6020,73,251,344,0,28,"","","Certification not required",0,810.146678,5.070945,826,"2013-05-02 08:00",826,"2013-05-02 09:00",825,"2013-05-02 05:00",825,"2013-05-02 06:00","","","","",819,818,817,816,814,811,803,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","047","7022","65102",1,40.483598,-109.906796,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",2200,27,91,344,0,3848,"","","Certification not required",0,9e-06,0.000426,0.02,"2013-09-14 11:00",0,"2013-07-01 00:00",0,"2013-07-01 01:00",0,"2013-07-01 02:00","","","","",0,0,0,0,0,0,0,"STATION NEAR INTERSECTION OF WHITEROCK CANYON RD & QURAY CANAL","WHITEROCKS & COUNTY ROAD","Utah","Uintah","","Vernal, UT","2013-12-30" +"49","049","0002","42101",1,40.253611,-111.663056,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6477,74,272,365,0,51,0,0,"Certification not required",4561,0.44316,0.36473,3,"2013-12-17 09:00",3,"2013-12-18 08:00",2.8,"2013-11-22 17:00",2.7,"2013-12-16 08:00","","","","",1.8,1.6,1.3,1,0.6,0.25,0.25,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","42101",1,40.253611,-111.663056,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6487,74,270,365,0,0,0,0,"Certification not required",0,0.471759,0.322553,2.1,"2013-12-18 08:00",2.1,"2013-12-18 09:00",2.1,"2013-12-18 10:00",2,"2013-12-16 10:00",2.1,"2013-12-18 08:00",2,"2013-12-16 10:00",1.7,1.5,1.2,0.9,0.5,0.3,0.3,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","42601",1,40.253611,-111.663056,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6472,74,272,365,0,56,"","","Certification not required",0,12.260043,24.679085,335,"2013-11-11 07:00",257,"2013-02-19 06:00",237,"2013-12-18 08:00",236,"2013-12-17 09:00","","","","",126,99,64,35,10,3,1,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","42602",1,40.253611,-111.663056,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6382,73,264,365,0,56,0,"","Certification not required",0,33.068182,12.598928,75,"2013-12-19 06:00",70,"2013-02-19 06:00",66,"2013-12-17 09:00",64,"2013-02-08 06:00","","","","",66,64,58,51,41,32,18,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","42602",1,40.253611,-111.663056,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6382,73,264,365,0,56,"","","Certification not required",0,17.403792,13.012215,75,"2013-12-19 06:00",70,"2013-02-19 06:00",66,"2013-12-17 09:00",64,"2013-02-08 06:00","","","","",55,52,44,36,25,14,4,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","42603",1,40.253611,-111.663056,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6472,74,272,365,0,56,"","","Certification not required",0,28.561959,35.084976,374,"2013-11-11 07:00",306,"2013-02-19 06:00",301,"2013-12-17 09:00",296,"2013-12-18 08:00","","","","",173,146,103,69,34,17,4,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","44201",2,40.253611,-111.663056,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6473,100,153,153,0,55,0,0,"Certification not required",881,0.061484,0.010672,0.102,"2013-07-03 14:00",0.095,"2013-07-23 15:00",0.093,"2013-07-20 13:00",0.087,"2013-07-18 15:00","","","","",0.095,0.087,0.081,0.075,0.067,0.061,0.052,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","44201",2,40.253611,-111.663056,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6488,99,152,153,0,0,1,1,"Certification not required",0,0.055401,0.009095,0.085,"2013-07-03 11:00",0.079,"2013-07-19 11:00",0.077,"2013-07-20 10:00",0.077,"2013-07-23 11:00","","","","",0.079,0.077,0.071,0.067,0.061,0.056,0.047,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","44201",2,40.253611,-111.663056,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6488,99,152,153,0,0,4,4,"Certification not required",0,0.055401,0.009095,0.085,"2013-07-03 11:00",0.079,"2013-07-19 11:00",0.077,"2013-07-20 10:00",0.077,"2013-07-23 11:00","","","","",0.079,0.077,0.071,0.067,0.061,0.056,0.047,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","61101",1,40.253611,-111.663056,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6515,74,271,365,0,13,"","","Certification not required",0,3.395549,1.754719,15.2,"2013-08-09 13:00",13.2,"2013-06-19 10:00",13.1,"2013-04-17 14:00",12.9,"2013-08-08 15:00","","","","",10,8.7,6.9,5.7,4,3,1.8,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","61102",1,40.253611,-111.663056,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6182,71,257,365,0,346,"","","Certification not required",0,212.289065,115.886932,360,"2013-02-11 21:00",360,"2013-04-03 07:00",360,"2013-04-16 10:00",360,"2013-04-25 05:00","","","","",359,358,356,350,322,226,15,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","68101",1,40.253611,-111.663056,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",349,100,61,61,0,15,"","","Certification not required",6,0.50659,0.107744,0.7,"2013-03-19 00:00",0.7,"2013-04-18 00:00",0.7,"2013-05-02 00:00",0.7,"2013-06-02 00:00","","","","",0.7,0.6,0.6,0.6,0.6,0.5,0.4,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68102",1,40.253611,-111.663056,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",349,100,61,61,0,15,"","","Certification not required",0,23.966476,0.546772,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68103",1,40.253611,-111.663056,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,15,"","","Certification not required",0,4.055301,10.053269,22.8,"2013-06-30 00:00",22.4,"2013-07-04 00:00",21.4,"2013-07-24 00:00",20.6,"2013-07-18 00:00","","","","",20.6,20,18.9,17.8,13.3,3.5,-9.5,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68104",1,40.253611,-111.663056,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,15,"","","Certification not required",0,18.03467,12.744687,40.1,"2013-06-28 00:00",39.1,"2013-06-27 00:00",39,"2013-07-10 00:00",38.9,"2013-06-30 00:00","","","","",38.9,38.2,36.5,35,28.8,18.6,0.9,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68105",1,40.253611,-111.663056,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",349,100,61,61,0,15,"","","Certification not required",0,10.742693,11.515983,31,"2013-06-30 00:00",30.3,"2013-07-01 00:00",30,"2013-07-02 00:00",29.9,"2013-06-28 00:00","","","","",29.9,28.5,27.5,26,21.4,10.2,-4.5,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68106",1,40.253611,-111.663056,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,15,"","","Certification not required",0,641.722063,4.576941,655,"2013-01-16 00:00",653,"2013-01-17 00:00",652,"2013-01-18 00:00",652,"2013-01-19 00:00","","","","",652,652,650,647,644,642,636,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68107",1,40.253611,-111.663056,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,15,"","","Certification not required",0,647.320917,4.141206,659,"2013-01-16 00:00",658,"2013-01-17 00:00",658,"2013-05-02 00:00",657,"2013-01-15 00:00","","","","",657,656,655,653,650,647,643,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68108",1,40.253611,-111.663056,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",349,100,61,61,0,15,"","","Certification not required",0,644.687679,4.325465,657,"2013-01-16 00:00",656,"2013-01-17 00:00",655,"2013-01-15 00:00",655,"2013-05-02 00:00","","","","",655,654,653,651,647,644,640,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","68109",1,40.253611,-111.663056,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",349,100,61,61,0,15,"","","Certification not required",0,1437.154728,32.73174,1440,"2013-01-01 00:00",1440,"2013-01-02 00:00",1440,"2013-01-05 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","81102",2,40.253611,-111.663056,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",95,78,95,122,0,15,0,0,"Certification not required",0,24.263158,22.509199,149,"2013-01-22 00:00",107,"2013-01-07 00:00",100,"2013-01-19 00:00",78,"2013-01-25 00:00","","","","",149,107,76,45,27,17,9,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2013-12-20" +"49","049","0002","81102",3,40.253611,-111.663056,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",26,81,25,31,0,2,0,0,"Certification not required",0,24.076923,27.061298,143,"2013-01-22 00:00",65,"2013-01-04 00:00",37,"2013-01-16 00:00",31,"2013-07-03 00:00","","","","",143,143,65,37,25,16,9,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2013-12-20" +"49","049","0002","81102",4,40.253611,-111.663056,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7842,90,327,365,0,172,"","","Certification not required",0,27.168707,22.457078,340,"2013-09-06 20:00",207,"2013-09-06 19:00",189,"2013-01-23 10:00",187,"2013-09-06 21:00","","","","",125,101,72,50,30,21,11,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","81102",4,40.253611,-111.663056,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",327,90,327,365,0,0,0,0,"Certification not required",0,26.681957,19.109221,152,"2013-01-23 00:00",135,"2013-01-22 00:00",113,"2013-01-21 00:00",109,"2013-01-20 00:00","","","","",109,95,67,46,28,21,14,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","85101",2,40.253611,-111.663056,"NAD83","PM10 - LC","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,13,"","","Certification not required",0,22.209302,22.622798,144,"2013-01-22 00:00",103,"2013-01-07 00:00",97,"2013-01-19 00:00",72,"2013-01-25 00:00","","","","",144,103,70,43,24,15,7,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2013-12-20" +"49","049","0002","85101",3,40.253611,-111.663056,"NAD83","PM10 - LC","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",23,74,22,31,0,2,"","","Certification not required",1,21.956522,28.525074,139,"2013-01-22 00:00",64,"2013-01-04 00:00",36,"2013-01-16 00:00",25,"2013-11-12 00:00","","","","",139,139,64,36,23,13,7,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2013-12-20" +"49","049","0002","88101",1,40.253611,-111.663056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,15,27,27,"Certification not required",0,11.564756,17.35939,124.5,"2013-01-23 00:00",119.2,"2013-01-22 00:00",109,"2013-01-21 00:00",97.5,"2013-01-20 00:00","","","","",97.5,81.8,48.5,24.5,8.8,5.7,3.1,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","88101",1,40.253611,-111.663056,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",349,96,349,365,0,15,"","","Certification not required",0,11.564756,17.35939,124.5,"2013-01-23 00:00",119.2,"2013-01-22 00:00",109,"2013-01-21 00:00",97.5,"2013-01-20 00:00","","","","",97.5,81.8,48.5,24.5,8.8,5.7,3.1,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-01-23" +"49","049","0002","88502",3,40.253611,-111.663056,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6477,100,110,122,0,50,"","","Certification not required",0,8.766034,10.842839,222,"2013-07-04 22:00",147.7,"2013-07-04 23:00",85.4,"2013-02-06 12:00",83.4,"2013-02-06 13:00","","","","",56,46.9,33.4,17.4,8.7,5.7,2.1,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","0002","88502",3,40.253611,-111.663056,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",270,100,92,122,0,0,"","","Certification not required",0,8.743333,9.786692,64,"2013-12-14 00:00",56.3,"2013-12-13 00:00",55.2,"2013-02-06 00:00",51.9,"2013-12-15 00:00","","","","",55.2,44.3,31.8,17.8,7.6,5.6,3.4,"North Provo","1355 NORTH 200 WEST PROVO UT","Utah","Utah","Provo","Provo-Orem, UT","2014-02-06" +"49","049","4001","61101",1,40.341389,-111.713611,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8752,100,365,365,0,8,"","","Certification not required",0,3.313288,2.093667,17.3,"2013-06-13 19:00",16.9,"2013-06-13 18:00",16.2,"2013-03-21 05:00",15.6,"2013-03-09 15:00","","","","",11.1,9.7,7.6,5.9,4,2.8,1.4,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-06" +"49","049","4001","61102",1,40.341389,-111.713611,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8752,100,365,365,0,8,"","","Certification not required",0,179.696298,96.388019,360,"2013-03-20 08:00",360,"2013-04-20 07:00",360,"2013-06-02 07:00",359,"2013-01-14 17:00","","","","",352,344,332,321,274,143,74,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-06" +"49","049","4001","62101",1,40.341389,-111.713611,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5152,59,215,365,0,8,"","","Certification not required",0,55.404891,20.435187,96,"2013-07-01 15:00",96,"2013-07-01 16:00",95,"2013-07-01 14:00",95,"2013-07-01 17:00","","","","",92,89,86,81,71,58,27,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-06" +"49","049","4001","62201",1,40.341389,-111.713611,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8752,100,365,365,0,8,"","","Certification not required",0,59.765311,20.715882,97,"2013-09-11 05:00",97,"2013-09-11 06:00",97,"2013-11-21 00:00",97,"2013-11-21 01:00","","","","",94,93,89,85,78,62,30,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-06" +"49","049","4001","68101",1,40.341389,-111.713611,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",353,100,61,61,0,11,"","","Certification not required",308,0.071955,0.065764,0.4,"2013-04-14 00:00",0.4,"2013-05-09 00:00",0.4,"2013-07-26 00:00",0.3,"2013-03-13 00:00","","","","",0.3,0.3,0.3,0.1,0.05,0.05,0.05,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68101",2,40.341389,-111.713611,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",29,48,29,61,0,4,"","","Certification not required",2,0.337931,0.189292,0.9,"2013-01-04 00:00",0.8,"2013-03-05 00:00",0.7,"2013-01-16 00:00",0.5,"2013-02-09 00:00","","","","",0.9,0.9,0.8,0.7,0.4,0.3,0.1,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68102",1,40.341389,-111.713611,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",353,100,61,61,0,11,"","","Certification not required",0,24.069122,0.080365,24.1,"2013-01-03 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-06 00:00",24.1,"2013-01-08 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68102",2,40.341389,-111.713611,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",29,48,29,61,0,4,"","","Certification not required",0,24.044828,0.176445,24.1,"2013-02-09 00:00",24.1,"2013-02-21 00:00",24.1,"2013-03-17 00:00",24.1,"2013-03-29 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,23.9,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68103",1,40.341389,-111.713611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",353,100,61,61,0,11,"","","Certification not required",0,3.920113,10.147244,21,"2013-06-30 00:00",20.7,"2013-07-04 00:00",20.1,"2013-07-24 00:00",19.9,"2013-09-02 00:00","","","","",19.9,19.8,18.8,17.8,13.5,3.1,-10,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68103",2,40.341389,-111.713611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,4,"","","Certification not required",0,4.458621,11.258061,20.2,"2013-09-01 00:00",19.1,"2013-07-03 00:00",19,"2013-07-27 00:00",18.4,"2013-06-26 00:00","","","","",20.2,20.2,19.1,19,16.4,3.9,-11.1,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68103",5,40.341389,-111.713611,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,5.475,9.724255,19.4,"2013-09-01 00:00",19.3,"2013-07-03 00:00",19,"2013-07-09 00:00",18.9,"2013-08-26 00:00","","","","",19.4,19.3,19,17.9,15.7,6.3,-6.5,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","68104",1,40.341389,-111.713611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",353,100,61,61,0,11,"","","Certification not required",0,18.473088,12.605908,40.5,"2013-06-28 00:00",40.2,"2013-06-29 00:00",39.6,"2013-06-27 00:00",39.3,"2013-07-10 00:00","","","","",39.3,38.3,36.5,35.2,29.9,19,1.5,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68104",2,40.341389,-111.713611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,4,"","","Certification not required",0,18.524138,13.620433,39.2,"2013-06-29 00:00",37.3,"2013-07-15 00:00",36.7,"2013-07-03 00:00",35.8,"2013-06-26 00:00","","","","",39.2,39.2,37.3,36.7,29.3,20.2,-2.6,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68104",5,40.341389,-111.713611,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,20.205769,12.466747,39.6,"2013-06-27 00:00",38.9,"2013-07-21 00:00",37.6,"2013-07-03 00:00",37.6,"2013-07-15 00:00","","","","",39.6,38.9,37.6,36.4,30.5,22.8,3.1,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","68105",1,40.341389,-111.713611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",353,100,61,61,0,11,"","","Certification not required",0,10.867989,11.559781,30.7,"2013-06-30 00:00",30.2,"2013-07-01 00:00",30,"2013-07-02 00:00",29.9,"2013-06-28 00:00","","","","",29.9,28.4,27.4,25.8,21.7,10.5,-5,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68105",2,40.341389,-111.713611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,4,"","","Certification not required",0,11.110345,12.736207,28.4,"2013-07-03 00:00",28.2,"2013-06-29 00:00",27.4,"2013-06-26 00:00",27.1,"2013-07-15 00:00","","","","",28.4,28.4,28.2,27.4,22.9,9,-7.5,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68105",5,40.341389,-111.713611,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,12.638462,11.224713,28.7,"2013-07-03 00:00",28.3,"2013-06-27 00:00",27.6,"2013-07-09 00:00",27.4,"2013-07-15 00:00","","","","",28.7,28.3,27.6,26.6,21.6,14.2,-1.7,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","68106",1,40.341389,-111.713611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",353,100,61,61,0,11,"","","Certification not required",0,639.093484,4.5608,653,"2013-01-16 00:00",651,"2013-01-17 00:00",650,"2013-01-19 00:00",650,"2013-03-01 00:00","","","","",650,649,647,645,642,639,633,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68106",2,40.341389,-111.713611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,4,"","","Certification not required",0,639.758621,4.954473,653,"2013-01-16 00:00",648,"2013-01-04 00:00",648,"2013-11-12 00:00",646,"2013-12-30 00:00","","","","",653,653,648,648,642,639,633,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68106",5,40.341389,-111.713611,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,638.788462,4.786978,652,"2013-01-16 00:00",649,"2013-02-15 00:00",647,"2013-01-04 00:00",647,"2013-11-06 00:00","","","","",652,649,647,646,641,639,633,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","68107",1,40.341389,-111.713611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",353,100,61,61,0,11,"","","Certification not required",0,644.15864,4.063808,655,"2013-01-16 00:00",655,"2013-01-17 00:00",655,"2013-05-02 00:00",654,"2013-01-15 00:00","","","","",654,653,651,650,646,644,639,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68107",2,40.341389,-111.713611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,4,"","","Certification not required",0,644.517241,4.239446,656,"2013-01-16 00:00",652,"2013-11-12 00:00",651,"2013-01-04 00:00",650,"2013-12-30 00:00","","","","",656,656,652,651,646,644,639,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68107",5,40.341389,-111.713611,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,642.730769,4.058955,654,"2013-01-16 00:00",651,"2013-02-15 00:00",649,"2013-01-04 00:00",649,"2013-01-22 00:00","","","","",654,651,649,649,645,643,638,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","68108",1,40.341389,-111.713611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",353,100,61,61,0,11,"","","Certification not required",0,641.657224,4.273838,654,"2013-01-16 00:00",653,"2013-01-17 00:00",652,"2013-01-15 00:00",652,"2013-05-02 00:00","","","","",652,651,649,647,644,642,636,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68108",2,40.341389,-111.713611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,4,"","","Certification not required",0,642.103448,4.482863,654,"2013-01-16 00:00",650,"2013-11-12 00:00",649,"2013-01-04 00:00",648,"2013-12-30 00:00","","","","",654,654,650,649,644,642,636,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68108",5,40.341389,-111.713611,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,640.307692,4.403824,652,"2013-01-16 00:00",650,"2013-02-15 00:00",648,"2013-01-04 00:00",647,"2013-01-22 00:00","","","","",652,650,648,647,643,640,635,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","68109",1,40.341389,-111.713611,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",353,100,61,61,0,11,"","","Certification not required",0,1438.597734,3.951725,1440,"2013-01-03 00:00",1440,"2013-01-16 00:00",1440,"2013-01-27 00:00",1440,"2013-01-31 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","68109",2,40.341389,-111.713611,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",29,48,29,61,0,4,"","","Certification not required",0,1439.827586,0.384426,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","81102",2,40.341389,-111.713611,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",313,86,313,365,0,21,0,0,"Certification not required",5,22.159744,20.981067,148,"2013-01-23 00:00",136,"2013-01-22 00:00",124,"2013-01-21 00:00",117,"2013-01-08 00:00","","","","",117,106,65,37,25,16,7,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2013-12-20" +"49","049","4001","85101",2,40.341389,-111.713611,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",313,86,313,365,0,21,"","","Certification not required",10,19.984026,20.140446,143,"2013-01-23 00:00",132,"2013-01-22 00:00",121,"2013-01-21 00:00",110,"2013-01-08 00:00","","","","",110,104,64,34,22,14,6,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2013-12-20" +"49","049","4001","88101",1,40.341389,-111.713611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,11,33,33,"Certification not required",0,12.31983,18.214817,123.3,"2013-01-23 00:00",114,"2013-01-21 00:00",111.9,"2013-01-22 00:00",93.3,"2013-01-07 00:00","","","","",93.3,72.4,53.9,27.5,9.5,5.8,2.9,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","88101",1,40.341389,-111.713611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",353,97,353,365,0,11,"","","Certification not required",0,12.31983,18.214817,123.3,"2013-01-23 00:00",114,"2013-01-21 00:00",111.9,"2013-01-22 00:00",93.3,"2013-01-07 00:00","","","","",93.3,72.4,53.9,27.5,9.5,5.8,2.9,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","88101",2,40.341389,-111.713611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,90,28,31,0,4,3,3,"Certification not required",0,12.075862,13.445516,52.5,"2013-01-04 00:00",44.9,"2013-12-18 00:00",44.8,"2013-12-30 00:00",27.9,"2013-01-16 00:00","","","","",52.5,52.5,44.9,44.8,10.6,7.7,4.3,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","88101",2,40.341389,-111.713611,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,90,28,31,0,4,"","","Certification not required",0,12.075862,13.445516,52.5,"2013-01-04 00:00",44.9,"2013-12-18 00:00",44.8,"2013-12-30 00:00",27.9,"2013-01-16 00:00","","","","",52.5,52.5,44.9,44.8,10.6,7.7,4.3,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-01-23" +"49","049","4001","88102",5,40.341389,-111.713611,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.019625,0.006395,0.048,"2013-10-07 00:00",0.035,"2013-01-22 00:00",0.026,"2013-02-27 00:00",0.026,"2013-04-22 00:00","","","","",0.048,0.035,0.026,0.026,0.021,0.0205,0.0135,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88103",5,40.341389,-111.713611,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000481,0.000804,0.003,"2013-01-04 00:00",0.003,"2013-01-22 00:00",0.002,"2013-01-16 00:00",0.002,"2013-02-03 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88104",5,40.341389,-111.713611,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",16,0.038952,0.034442,0.186,"2013-04-28 00:00",0.121,"2013-08-08 00:00",0.114,"2013-05-16 00:00",0.087,"2013-05-22 00:00","","","","",0.186,0.121,0.114,0.071,0.059,0.032,0.0065,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88107",5,40.341389,-111.713611,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.007262,0.006829,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-10-13 00:00","","","","",0.0295,0.0295,0.0295,0.013,0.0055,0.005,0.00385,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88109",5,40.341389,-111.713611,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.005188,0.006388,0.0337,"2013-01-22 00:00",0.0302,"2013-01-04 00:00",0.0175,"2013-10-31 00:00",0.0123,"2013-01-16 00:00","","","","",0.0337,0.0302,0.0175,0.0097,0.0062,0.0033,0.0009,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88110",5,40.341389,-111.713611,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001231,0.0033,0.015,"2013-03-05 00:00",0.013,"2013-02-15 00:00",0.012,"2013-09-25 00:00",0.006,"2013-05-16 00:00","","","","",0.015,0.013,0.012,0.004,0,0,0,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88111",5,40.341389,-111.713611,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.088223,0.069903,0.261,"2013-07-03 00:00",0.26,"2013-06-27 00:00",0.222,"2013-04-28 00:00",0.214,"2013-05-16 00:00","","","","",0.261,0.26,0.222,0.191,0.13,0.0758,0.0088,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88112",5,40.341389,-111.713611,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.006788,0.020806,0.114,"2013-10-07 00:00",0.102,"2013-09-25 00:00",0.019,"2013-10-01 00:00",0.016,"2013-08-20 00:00","","","","",0.114,0.102,0.019,0.008,0.003,0.002,0,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88113",5,40.341389,-111.713611,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.000717,0.00026,0.0018,"2013-07-03 00:00",0.0017,"2013-01-22 00:00",0.0014,"2013-04-28 00:00",0.001,"2013-01-10 00:00","","","","",0.0018,0.0017,0.0014,0.001,0.0007,0.00065,0.00055,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88114",5,40.341389,-111.713611,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",29,0.002431,0.002646,0.0149,"2013-01-22 00:00",0.0074,"2013-01-04 00:00",0.0072,"2013-02-03 00:00",0.0072,"2013-07-03 00:00","","","","",0.0149,0.0074,0.0072,0.0068,0.0031,0.00125,0.00065,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88115",5,40.341389,-111.713611,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",19,0.09841,0.350704,2.29,"2013-01-22 00:00",1.08,"2013-01-04 00:00",0.357,"2013-01-16 00:00",0.339,"2013-02-15 00:00","","","","",2.29,1.08,0.357,0.21,0.0217,0.0118,0.00245,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88117",5,40.341389,-111.713611,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.006837,0.010561,0.043,"2013-01-10 00:00",0.043,"2013-03-17 00:00",0.043,"2013-03-23 00:00",0.043,"2013-10-13 00:00","","","","",0.043,0.043,0.043,0.00485,0.0048,0.0041,0.0028,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88118",5,40.341389,-111.713611,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.010929,0.006668,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.023,"2013-03-23 00:00",0.023,"2013-10-13 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88126",5,40.341389,-111.713611,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.07299,0.051095,0.309,"2013-01-22 00:00",0.168,"2013-01-16 00:00",0.16,"2013-03-05 00:00",0.154,"2013-02-15 00:00","","","","",0.309,0.168,0.16,0.137,0.0889,0.0585,0.0243,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88128",5,40.341389,-111.713611,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001038,0.00195,0.011,"2013-01-22 00:00",0.007,"2013-10-25 00:00",0.004,"2013-02-03 00:00",0.004,"2013-09-19 00:00","","","","",0.011,0.007,0.004,0.002,0.001,0,0,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88131",5,40.341389,-111.713611,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",47,0.010827,0.004082,0.028,"2013-07-21 00:00",0.018,"2013-08-26 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-04-22 00:00","","","","",0.028,0.018,0.0165,0.0165,0.011,0.011,0.007,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88132",5,40.341389,-111.713611,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002365,0.003396,0.019,"2013-01-22 00:00",0.011,"2013-01-04 00:00",0.011,"2013-01-16 00:00",0.007,"2013-03-05 00:00","","","","",0.019,0.011,0.011,0.005,0.003,0.001,0,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88136",5,40.341389,-111.713611,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.00025,0.000789,0.005,"2013-08-20 00:00",0.002,"2013-10-13 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-03 00:00","","","","",0.005,0.002,0.001,0.001,0,0,0,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88140",5,40.341389,-111.713611,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",35,0.014205,0.014235,0.062,"2013-03-17 00:00",0.052,"2013-05-16 00:00",0.051,"2013-07-03 00:00",0.046,"2013-04-28 00:00","","","","",0.062,0.052,0.051,0.035,0.016,0.009,0.0055,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88152",5,40.341389,-111.713611,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.00544,0.001466,0.008,"2013-02-15 00:00",0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-04 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88154",5,40.341389,-111.713611,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001043,0.000241,0.0013,"2013-01-16 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-05-16 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88160",5,40.341389,-111.713611,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.013327,0.004129,0.029,"2013-04-04 00:00",0.018,"2013-02-27 00:00",0.018,"2013-04-22 00:00",0.018,"2013-08-08 00:00","","","","",0.029,0.018,0.018,0.018,0.016,0.016,0.01,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88161",5,40.341389,-111.713611,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",44,0.002956,0.001599,0.0081,"2013-06-15 00:00",0.007,"2013-04-04 00:00",0.007,"2013-06-09 00:00",0.0069,"2013-04-28 00:00","","","","",0.0081,0.007,0.007,0.0058,0.00265,0.0025,0.0021,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88164",5,40.341389,-111.713611,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001565,0.000237,0.0019,"2013-02-15 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88165",5,40.341389,-111.713611,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.132277,0.09636,0.438,"2013-04-28 00:00",0.419,"2013-05-16 00:00",0.385,"2013-05-22 00:00",0.282,"2013-06-15 00:00","","","","",0.438,0.419,0.385,0.226,0.171,0.122,0.028,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88166",5,40.341389,-111.713611,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.007719,0.004128,0.0185,"2013-02-27 00:00",0.0185,"2013-04-22 00:00",0.0185,"2013-08-08 00:00",0.0185,"2013-09-07 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88167",5,40.341389,-111.713611,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",8,0.011576,0.019725,0.105,"2013-01-16 00:00",0.097,"2013-01-22 00:00",0.0462,"2013-01-04 00:00",0.0227,"2013-07-09 00:00","","","","",0.105,0.097,0.0462,0.0182,0.0126,0.006,0.00175,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88168",5,40.341389,-111.713611,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.001611,0.001335,0.0085,"2013-04-04 00:00",0.0057,"2013-07-27 00:00",0.0047,"2013-06-09 00:00",0.0038,"2013-07-03 00:00","","","","",0.0085,0.0057,0.0047,0.0021,0.00175,0.00115,0.00085,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88169",5,40.341389,-111.713611,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.249371,0.1877,1.27,"2013-01-22 00:00",0.813,"2013-01-04 00:00",0.522,"2013-02-03 00:00",0.421,"2013-08-02 00:00","","","","",1.27,0.813,0.522,0.345,0.291,0.217,0.121,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88176",5,40.341389,-111.713611,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000967,0.000224,0.0017,"2013-07-15 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-17 00:00","","","","",0.0017,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88180",5,40.341389,-111.713611,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.0498,0.054988,0.262,"2013-07-09 00:00",0.236,"2013-07-03 00:00",0.234,"2013-07-27 00:00",0.112,"2013-01-04 00:00","","","","",0.262,0.236,0.234,0.095,0.0566,0.0334,0.0125,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88184",5,40.341389,-111.713611,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",43,0.031346,0.031143,0.156,"2013-01-16 00:00",0.136,"2013-01-22 00:00",0.119,"2013-01-04 00:00",0.108,"2013-01-10 00:00","","","","",0.156,0.136,0.119,0.055,0.027,0.02,0.0155,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88185",5,40.341389,-111.713611,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.00322,0.003237,0.0115,"2013-02-27 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-08-08 00:00",0.0115,"2013-09-07 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88301",5,40.341389,-111.713611,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",2,1.011144,2.777436,18.2,"2013-01-22 00:00",6.95,"2013-01-04 00:00",6.42,"2013-02-03 00:00",3.66,"2013-01-16 00:00","","","","",18.2,6.95,6.42,1.29,0.52,0.278,0.065,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88302",5,40.341389,-111.713611,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.052137,0.042847,0.26,"2013-01-22 00:00",0.18,"2013-01-04 00:00",0.161,"2013-01-16 00:00",0.094,"2013-05-16 00:00","","","","",0.26,0.18,0.161,0.074,0.06,0.0478,0.018,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88303",5,40.341389,-111.713611,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",31,0.033152,0.052595,0.309,"2013-01-04 00:00",0.158,"2013-07-03 00:00",0.154,"2013-07-09 00:00",0.14,"2013-07-27 00:00","","","","",0.309,0.158,0.154,0.06,0.0457,0.012,0.0034,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88306",5,40.341389,-111.713611,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.905269,8.133129,52.3,"2013-01-22 00:00",20.7,"2013-02-03 00:00",19.8,"2013-01-04 00:00",11.6,"2013-01-16 00:00","","","","",52.3,20.7,19.8,4.58,1.5,0.489,0.189,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88355",5,40.341389,-111.713611,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.87751,1.649193,10,"2013-01-22 00:00",7.45,"2013-01-04 00:00",5.67,"2013-02-03 00:00",3.72,"2013-01-16 00:00","","","","",10,7.45,5.67,2.5,1.9,1.48,0.868,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88357",5,40.341389,-111.713611,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.338333,0.278224,1.54,"2013-01-22 00:00",1.31,"2013-01-04 00:00",0.924,"2013-01-16 00:00",0.68,"2013-10-25 00:00","","","","",1.54,1.31,0.924,0.659,0.376,0.256,0.14,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88370",5,40.341389,-111.713611,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.756902,1.503254,9.14,"2013-01-22 00:00",6.88,"2013-01-04 00:00",5.04,"2013-02-03 00:00",3.46,"2013-01-16 00:00","","","","",9.14,6.88,5.04,2.43,1.84,1.38,0.798,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88374",5,40.341389,-111.713611,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",1,0.215216,0.381153,1.91,"2013-01-04 00:00",1.91,"2013-01-22 00:00",0.824,"2013-01-16 00:00",0.812,"2013-02-03 00:00","","","","",1.91,1.91,0.824,0.307,0.192,0.097,0.035,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88375",5,40.341389,-111.713611,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.416098,0.27416,1.74,"2013-01-22 00:00",1.1,"2013-01-04 00:00",1.04,"2013-02-03 00:00",1.02,"2013-07-03 00:00","","","","",1.74,1.1,1.04,0.582,0.438,0.349,0.2,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88376",5,40.341389,-111.713611,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.524902,0.313236,1.65,"2013-01-04 00:00",1.46,"2013-01-22 00:00",1.32,"2013-02-03 00:00",1.16,"2013-07-03 00:00","","","","",1.65,1.46,1.32,0.743,0.62,0.461,0.226,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88377",5,40.341389,-111.713611,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.324176,0.232203,1.2,"2013-02-03 00:00",1.05,"2013-01-04 00:00",0.99,"2013-01-22 00:00",0.781,"2013-01-16 00:00","","","","",1.2,1.05,0.99,0.507,0.356,0.259,0.147,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88378",5,40.341389,-111.713611,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.276647,0.428976,3.04,"2013-01-22 00:00",1.17,"2013-01-04 00:00",0.656,"2013-02-03 00:00",0.402,"2013-07-21 00:00","","","","",3.04,1.17,0.656,0.337,0.254,0.186,0.102,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88380",5,40.341389,-111.713611,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.459412,0.425379,2.44,"2013-01-22 00:00",1.88,"2013-01-04 00:00",1.29,"2013-02-03 00:00",1.18,"2013-01-16 00:00","","","","",2.44,1.88,1.29,0.824,0.509,0.342,0.18,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88383",5,40.341389,-111.713611,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.66351,0.826923,5.45,"2013-01-22 00:00",3.01,"2013-01-04 00:00",1.9,"2013-02-03 00:00",1.38,"2013-01-16 00:00","","","","",5.45,3.01,1.9,0.98,0.697,0.455,0.24,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88384",5,40.341389,-111.713611,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.072584,0.025744,0.13,"2013-05-10 00:00",0.127,"2013-08-26 00:00",0.126,"2013-10-07 00:00",0.117,"2013-11-06 00:00","","","","",0.13,0.127,0.126,0.106,0.087,0.0742,0.038,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88385",5,40.341389,-111.713611,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",49,0.001081,0.00042,0.00364,"2013-08-26 00:00",0.00248,"2013-04-16 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00364,0.00248,0.001,0.001,0.001,0.001,0.001,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88388",5,40.341389,-111.713611,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.398098,0.573128,3.95,"2013-01-22 00:00",1.74,"2013-01-04 00:00",1.29,"2013-02-03 00:00",0.547,"2013-10-19 00:00","","","","",3.95,1.74,1.29,0.468,0.374,0.293,0.156,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88403",5,40.341389,-111.713611,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,43,52,122,0,0,"","","Certification not required",0,0.693808,0.498161,3.43,"2013-01-22 00:00",2.07,"2013-01-04 00:00",1.24,"2013-02-03 00:00",1.23,"2013-08-02 00:00","","","","",3.43,2.07,1.24,1.01,0.863,0.582,0.35,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","4001","88502",3,40.341389,-111.713611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8740,100,365,365,0,15,"","","Certification not required",0,11.51222,19.264944,164.1,"2013-07-24 22:00",153.9,"2013-01-23 12:00",147,"2013-01-22 11:00",145.7,"2013-01-23 09:00","","","","",103,85.4,51.4,28.9,10.6,5,0.8,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-06" +"49","049","4001","88502",3,40.341389,-111.713611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.452055,18.360924,129.5,"2013-01-23 00:00",115.5,"2013-01-22 00:00",112.1,"2013-01-21 00:00",98.9,"2013-01-20 00:00","","","","",98.9,82.3,49.1,26.8,9.6,5.5,1.6,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-06" +"49","049","4001","88502",5,40.341389,-111.713611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,10.182353,15.608635,100.3,"2013-01-22 00:00",47.9,"2013-01-04 00:00",42,"2013-02-03 00:00",27.9,"2013-01-16 00:00","","","","",100.3,47.9,42,18.7,7.3,6,3.3,"Lindon","30 NORTH MAIN STREET, LINDON, UTAH","Utah","Utah","Lindon","Provo-Orem, UT","2014-02-14" +"49","049","5010","44201",1,40.136336,-111.660502,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3435,80,122,153,0,237,0,0,"Certification not required",12,0.057221,0.010159,0.096,"2013-07-03 15:00",0.09,"2013-07-23 15:00",0.083,"2013-07-19 15:00",0.079,"2013-07-02 14:00","","","","",0.09,0.083,0.072,0.069,0.064,0.057,0.05,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2013-12-11" +"49","049","5010","44201",1,40.136336,-111.660502,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3435,80,122,153,0,0,0,0,"Certification not required",0,0.051525,0.008647,0.078,"2013-07-03 11:00",0.073,"2013-07-19 11:00",0.07,"2013-07-02 11:00",0.07,"2013-07-20 10:00","","","","",0.073,0.07,0.065,0.062,0.059,0.052,0.045,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2013-12-11" +"49","049","5010","44201",1,40.136336,-111.660502,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3435,80,122,153,0,0,1,1,"Certification not required",0,0.051525,0.008647,0.078,"2013-07-03 11:00",0.073,"2013-07-19 11:00",0.07,"2013-07-02 11:00",0.07,"2013-07-20 10:00","","","","",0.073,0.07,0.065,0.062,0.059,0.052,0.045,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2013-12-11" +"49","049","5010","61101",1,40.136336,-111.660502,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8038,92,335,365,0,2,"","","Certification not required",0,5.709405,3.494754,26.7,"2013-03-21 06:00",25.5,"2013-03-21 05:00",23.8,"2013-04-08 19:00",23.3,"2013-10-28 14:00","","","","",16.7,15.1,12.3,10.4,7.7,4.8,2.1,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-02-06" +"49","049","5010","61102",1,40.136336,-111.660502,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8038,92,335,365,0,2,"","","Certification not required",0,189.709256,92.919175,360,"2013-01-09 07:00",360,"2013-02-25 17:00",360,"2013-04-14 08:00",360,"2013-07-13 13:00","","","","",353,347,338,325,275,166,94,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-02-06" +"49","049","5010","62101",1,40.136336,-111.660502,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5158,59,215,365,0,2,"","","Certification not required",0,56.928848,21.017094,100,"2013-07-10 17:00",99,"2013-07-10 18:00",98,"2013-07-10 15:00",98,"2013-07-10 16:00","","","","",94,92,89,83,73,59,28,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-02-06" +"49","049","5010","68101",1,40.136336,-111.660502,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,100,59,61,0,4,"","","Certification not required",70,0.136441,0.117608,0.4,"2013-01-07 00:00",0.4,"2013-01-22 00:00",0.4,"2013-02-12 00:00",0.4,"2013-02-15 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.05,0.05,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68102",1,40.136336,-111.660502,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,100,59,61,0,4,"","","Certification not required",0,24.071186,0.052464,24.1,"2013-01-10 00:00",24.1,"2013-01-25 00:00",24.1,"2013-01-28 00:00",24.1,"2013-01-31 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68103",1,40.136336,-111.660502,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,100,59,61,0,4,"","","Certification not required",0,4.588136,11.311345,25.8,"2013-06-30 00:00",23.1,"2013-07-03 00:00",22,"2013-08-14 00:00",21.9,"2013-07-09 00:00","","","","",23.1,22,21.1,19.4,14.9,5.7,-12.2,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68104",1,40.136336,-111.660502,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,100,59,61,0,4,"","","Certification not required",0,17.655085,12.528406,39.1,"2013-06-27 00:00",37.6,"2013-06-30 00:00",37.5,"2013-07-09 00:00",37.4,"2013-06-09 00:00","","","","",37.6,37.5,36.9,34.4,28.7,18.9,0.3,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68105",1,40.136336,-111.660502,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,100,59,61,0,4,"","","Certification not required",0,10.635593,11.863573,31.3,"2013-06-30 00:00",29.7,"2013-07-03 00:00",29.3,"2013-07-09 00:00",29.1,"2013-06-27 00:00","","","","",29.7,29.3,28.2,26,21.4,11,-5.6,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68106",1,40.136336,-111.660502,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,59,61,0,4,"","","Certification not required",0,644.881356,4.999435,658,"2013-01-16 00:00",656,"2013-12-15 00:00",655,"2013-01-19 00:00",654,"2013-02-15 00:00","","","","",656,655,654,651,648,645,638,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68107",1,40.136336,-111.660502,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,59,61,0,4,"","","Certification not required",0,649.940678,4.55975,661,"2013-01-16 00:00",660,"2013-12-15 00:00",659,"2013-01-19 00:00",658,"2013-05-01 00:00","","","","",660,659,658,657,653,650,643,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68108",1,40.136336,-111.660502,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,100,59,61,0,4,"","","Certification not required",0,647.423729,4.707526,659,"2013-01-16 00:00",658,"2013-12-15 00:00",656,"2013-01-19 00:00",656,"2013-02-15 00:00","","","","",658,656,656,654,650,648,640,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","68109",1,40.136336,-111.660502,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,100,59,61,0,4,"","","Certification not required",0,1439.694915,1.790328,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","88101",1,40.136336,-111.660502,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,10,10,"Certification not required",0,11.161538,18.533362,125.9,"2013-01-22 00:00",84.6,"2013-01-19 00:00",82.2,"2013-01-07 00:00",59.2,"2013-01-25 00:00","","","","",84.6,82.2,52.5,30.6,7.8,4.7,2.6,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","049","5010","88101",1,40.136336,-111.660502,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,11.161538,18.533362,125.9,"2013-01-22 00:00",84.6,"2013-01-19 00:00",82.2,"2013-01-07 00:00",59.2,"2013-01-25 00:00","","","","",84.6,82.2,52.5,30.6,7.8,4.7,2.6,"Spanish Fork","312 W. 2050 NORTH, SPANISH FORK, UTAH","Utah","Utah","Spanish Fork","Provo-Orem, UT","2014-01-23" +"49","053","0007","42601",1,37.129,-113.183,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3850,44,159,365,0,566,"","","Certification not required",0,1.772727,4.202961,94,"2013-12-17 08:00",61,"2013-12-19 08:00",56,"2013-12-31 09:00",54,"2013-10-23 07:00","","","","",21,11,6,3,1,1,0,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","42602",1,37.129,-113.183,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3679,42,147,365,0,566,0,"","Certification not required",0,11.92517,7.242463,32,"2013-12-11 18:00",29,"2013-12-10 18:00",28,"2013-10-16 18:00",28,"2013-10-23 06:00","","","","",29,28,25,22,17,11,3,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","42602",1,37.129,-113.183,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3679,42,147,365,0,566,"","","Certification not required",0,3.61321,4.231944,32,"2013-12-11 18:00",30,"2013-12-11 19:00",29,"2013-12-10 18:00",28,"2013-10-16 18:00","","","","",22,18,13,8,4,2,1,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","42603",1,37.129,-113.183,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",3850,44,159,365,0,566,"","","Certification not required",0,4.568312,7.57096,117,"2013-12-17 08:00",82,"2013-12-19 08:00",80,"2013-10-23 07:00",77,"2013-12-31 09:00","","","","",41,28,17,10,5,2,1,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","44201",1,37.129,-113.183,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4405,60,92,153,0,11,0,0,"Certification not required",8,0.054946,0.005856,0.067,"2013-07-02 13:00",0.067,"2013-07-21 13:00",0.066,"2013-07-04 12:00",0.065,"2013-07-05 13:00","","","","",0.067,0.067,0.065,0.062,0.059,0.056,0.051,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","44201",1,37.129,-113.183,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4406,59,91,153,0,0,0,0,"Certification not required",0,0.051209,0.005616,0.063,"2013-07-21 10:00",0.062,"2013-07-09 11:00",0.062,"2013-07-20 10:00",0.061,"2013-07-08 11:00","","","","",0.063,0.062,0.06,0.059,0.055,0.052,0.047,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","44201",1,37.129,-113.183,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4406,59,91,153,0,0,0,0,"Certification not required",0,0.051209,0.005616,0.063,"2013-07-21 10:00",0.062,"2013-07-09 11:00",0.062,"2013-07-20 10:00",0.061,"2013-07-08 11:00","","","","",0.063,0.062,0.06,0.059,0.055,0.052,0.047,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","61101",1,37.129,-113.183,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6574,75,274,365,0,2,"","","Certification not required",0,6.07087,4.003272,27.7,"2013-12-03 21:00",27.3,"2013-10-03 17:00",26.8,"2013-12-03 20:00",26,"2013-03-23 00:00","","","","",20,18.3,14.8,11.5,7.4,4.9,2.4,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","61102",1,37.129,-113.183,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6574,75,274,365,0,2,"","","Certification not required",0,150.202616,95.122682,360,"2013-02-08 09:00",360,"2013-03-16 11:00",360,"2013-11-03 22:00",360,"2013-11-23 14:00","","","","",355,348,306,270,229,154,35,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","62101",1,37.129,-113.183,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4414,50,184,365,0,2,"","","Certification not required",0,64.601269,19.819536,106,"2013-07-01 15:00",106,"2013-07-02 14:00",106,"2013-07-02 15:00",106,"2013-07-02 16:00","","","","",100,97,94,91,80,66,39,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","88502",3,37.129,-113.183,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",3904,45,161,365,0,2672,"","","Certification not required",0,3.544057,3.735306,24.9,"2013-12-11 19:00",22.4,"2013-01-25 01:00",22.3,"2013-12-11 18:00",22.2,"2013-03-13 16:00","","","","",16.1,13,9.8,7.9,5.3,3.2,-0.2,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0007","88502",3,37.129,-113.183,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",161,44,161,365,0,0,"","","Certification not required",0,3.495652,1.796815,7.8,"2013-01-06 00:00",7.7,"2013-12-11 00:00",7.6,"2013-12-12 00:00",7.3,"2013-03-18 00:00","","","","",7.7,7.3,6.8,6.2,4.5,3.3,1.2,"","147 N 870 W, Hurrricane, Utah","Utah","Washington","","St. George, UT","2014-02-06" +"49","053","0130","44201",1,37.1983,-113.1506,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8670,97,149,153,0,90,0,0,"Certification not required",0,0.057181,0.007618,0.077,"2013-05-05 12:00",0.076,"2013-05-22 17:00",0.076,"2013-06-21 13:00",0.074,"2013-05-16 14:00","","","","",0.076,0.076,0.07,0.067,0.062,0.058,0.054,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","44201",1,37.1983,-113.1506,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8681,97,149,153,0,0,0,0,"Certification not required",0,0.054268,0.007518,0.074,"2013-05-22 12:00",0.071,"2013-05-16 12:00",0.07,"2013-05-05 08:00",0.07,"2013-05-15 11:00","","","","",0.071,0.07,0.067,0.065,0.06,0.055,0.051,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","44201",1,37.1983,-113.1506,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8681,97,149,153,0,0,0,0,"Certification not required",0,0.054268,0.007518,0.074,"2013-05-22 12:00",0.071,"2013-05-16 12:00",0.07,"2013-05-05 08:00",0.07,"2013-05-15 11:00","","","","",0.071,0.07,0.067,0.065,0.06,0.055,0.051,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","61101",1,37.1983,-113.1506,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8700,99,362,365,0,60,"","","Certification not required",0,7.653264,3.87078,31.5,"2013-04-22 21:00",31.1,"2013-04-22 22:00",30.1,"2013-12-03 22:00",29.9,"2013-12-03 21:00","","","","",19.4,17.7,15,12.4,9.7,7.2,3.3,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","61103",1,37.1983,-113.1506,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7739,88,320,365,0,1021,"","","Certification not required",0,7.035922,3.907576,29.1,"2013-04-22 21:00",29.1,"2013-04-22 22:00",28,"2013-04-30 22:00",26.6,"2013-02-14 18:00","","","","",18.6,16.9,14.2,11.8,9.3,6.6,2.3,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","61104",1,37.1983,-113.1506,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7739,88,320,365,0,1021,"","","Certification not required",0,158.88629,92.630251,360,"2013-01-28 21:00",360,"2013-02-24 08:00",360,"2013-04-09 23:00",360,"2013-04-11 23:00","","","","",353,342,316,284,253,131,61,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","61106",1,37.1983,-113.1506,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",7739,88,320,365,0,1021,"","","Certification not required",0,19.281819,12.92279,78,"2013-09-12 11:00",76,"2013-04-15 02:00",76,"2013-11-21 20:00",74,"2013-02-14 21:00","","","","",61,56,47,38,25,15,7,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","62101",1,37.1983,-113.1506,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8751,100,365,365,0,9,"","","Certification not required",0,59.843104,19.539796,108,"2013-06-28 15:00",107,"2013-06-28 13:00",107,"2013-06-28 14:00",107,"2013-06-28 16:00","","","","",99,96,92,87,75,60,35,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","62201",1,37.1983,-113.1506,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5088,58,212,365,0,0,"","","Certification not required",0,32.587264,19.919551,95,"2013-01-26 20:00",95,"2013-01-26 21:00",95,"2013-01-26 22:00",95,"2013-01-26 23:00","","","","",91,86,71,59,44,29,9,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2013-09-16" +"49","053","0130","63301",1,37.1983,-113.1506,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8507,97,354,365,0,253,"","","Certification not required",4173,0.305702,0.41784,1.48,"2013-07-16 12:00",1.47,"2013-06-10 12:00",1.47,"2013-06-13 12:00",1.46,"2013-06-17 12:00","","","","",1.4,1.36,1.21,1.02,0.57,0.01,0.005,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-02-18" +"49","053","0130","65102",1,37.1983,-113.1506,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5073,58,212,365,0,15,"","","Certification not required",0,0.000477,0.006214,0.24,"2013-07-11 12:00",0.2,"2013-01-27 18:00",0.11,"2013-01-27 19:00",0.1,"2013-04-16 09:00","","","","",0.01,0,0,0,0,0,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2013-09-16" +"49","053","0130","85101",1,37.1983,-113.1506,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,7.491216,5.7076,22.255,"2013-04-22 00:00",21.2834,"2013-05-01 00:00",20.155,"2013-05-16 00:00",18.5671,"2013-05-22 00:00","","","","",22.255,22.255,20.155,18.1709,9.5117,6.3106,1.9991,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","86502",1,37.1983,-113.1506,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,4.408163,4.182894,16,"2013-05-01 00:00",15,"2013-04-22 00:00",14,"2013-04-16 00:00",12,"2013-05-16 00:00","","","","",16,16,14,12,6,4,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88101",1,37.1983,-113.1506,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4084,47,177,365,0,1004,"","","Certification not required",0,5.18428,4.17338,53.5,"2013-04-15 11:00",49.5,"2013-04-15 12:00",36.4,"2013-03-19 11:00",35.8,"2013-04-15 13:00","","","","",18.4,14.2,11.8,10.1,7.4,4.7,0.6,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2013-09-16" +"49","053","0130","88101",1,37.1983,-113.1506,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",165,45,165,365,0,0,0,0,"Certification not required",0,5.093939,2.951657,19.3,"2013-07-05 00:00",17.2,"2013-04-15 00:00",16,"2013-07-06 00:00",11.6,"2013-05-05 00:00","","","","",17.2,11.6,10.2,9.1,6.4,4.2,2.5,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2013-09-16" +"49","053","0130","88101",1,37.1983,-113.1506,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",165,45,165,365,0,0,"","","Certification not required",0,5.093939,2.951657,19.3,"2013-07-05 00:00",17.2,"2013-04-15 00:00",16,"2013-07-06 00:00",11.6,"2013-05-05 00:00","","","","",17.2,11.6,10.2,9.1,6.4,4.2,2.5,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2013-09-16" +"49","053","0130","88103",1,37.1983,-113.1506,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88104",1,37.1983,-113.1506,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.080809,0.074747,0.291,"2013-04-22 00:00",0.264,"2013-04-07 00:00",0.238,"2013-04-28 00:00",0.2099,"2013-03-17 00:00","","","","",0.291,0.291,0.238,0.199,0.121,0.0661,0.006,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88109",1,37.1983,-113.1506,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.001416,0.000848,0.0047,"2013-05-25 00:00",0.0031,"2013-05-16 00:00",0.0029,"2013-01-01 00:00",0.0026,"2013-03-26 00:00","","","","",0.0047,0.0047,0.0029,0.0025,0.0019,0.0013,0.0006,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88111",1,37.1983,-113.1506,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.065443,0.058163,0.2331,"2013-04-07 00:00",0.1853,"2013-03-17 00:00",0.1779,"2013-04-22 00:00",0.1744,"2013-04-28 00:00","","","","",0.2331,0.2331,0.1779,0.1737,0.0957,0.0443,0.008,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88112",1,37.1983,-113.1506,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88114",1,37.1983,-113.1506,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",21,0.000261,0.000179,0.0012,"2013-05-28 00:00",0.0006,"2013-03-26 00:00",0.0004,"2013-01-04 00:00",0.0004,"2013-01-22 00:00","","","","",0.0012,0.0012,0.0004,0.0004,0.0003,0.0002,0.0001,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88115",1,37.1983,-113.1506,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",10,0.00421,0.01941,0.1368,"2013-05-25 00:00",0.0069,"2013-04-07 00:00",0.0064,"2013-02-24 00:00",0.0047,"2013-04-16 00:00","","","","",0.1368,0.1368,0.0064,0.0044,0.0017,0.0007,0.00015,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88126",1,37.1983,-113.1506,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.048829,0.044325,0.1745,"2013-04-22 00:00",0.1603,"2013-04-07 00:00",0.1305,"2013-04-28 00:00",0.126,"2013-03-17 00:00","","","","",0.1745,0.1745,0.1305,0.1179,0.0754,0.0368,0.0063,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88128",1,37.1983,-113.1506,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000673,0.000747,0.002,"2013-03-05 00:00",0.002,"2013-03-26 00:00",0.002,"2013-04-13 00:00",0.002,"2013-04-25 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88132",1,37.1983,-113.1506,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001265,0.001186,0.004,"2013-04-07 00:00",0.004,"2013-04-22 00:00",0.003,"2013-03-17 00:00",0.003,"2013-03-26 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88136",1,37.1983,-113.1506,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88140",1,37.1983,-113.1506,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",10,0.026891,0.02731,0.0981,"2013-04-07 00:00",0.093,"2013-04-28 00:00",0.088,"2013-04-16 00:00",0.076,"2013-05-01 00:00","","","","",0.0981,0.0981,0.088,0.0731,0.0464,0.015,0.00195,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88152",1,37.1983,-113.1506,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",48,0.000153,2.1e-05,0.0003,"2013-05-13 00:00",0.00015,"2013-01-01 00:00",0.00015,"2013-01-04 00:00",0.00015,"2013-01-07 00:00","","","","",0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,0.00015,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88154",1,37.1983,-113.1506,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",34,0.000151,9.2e-05,0.0005,"2013-01-04 00:00",0.0004,"2013-01-31 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-02-06 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.0002,0.0001,0.0001,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88161",1,37.1983,-113.1506,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.004635,0.004246,0.0176,"2013-04-22 00:00",0.014,"2013-04-07 00:00",0.0127,"2013-04-16 00:00",0.0121,"2013-04-28 00:00","","","","",0.0176,0.0176,0.0127,0.0116,0.0071,0.0036,0.0003,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88164",1,37.1983,-113.1506,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,0.000145,0.000113,0.0005,"2013-03-17 00:00",0.0004,"2013-04-25 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-03-29 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88165",1,37.1983,-113.1506,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.188308,0.175352,0.713,"2013-04-22 00:00",0.593,"2013-04-07 00:00",0.5052,"2013-04-16 00:00",0.4925,"2013-05-01 00:00","","","","",0.713,0.713,0.5052,0.4717,0.3035,0.148,0.0132,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88167",1,37.1983,-113.1506,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.001253,0.000889,0.0039,"2013-03-26 00:00",0.0039,"2013-05-16 00:00",0.0037,"2013-05-28 00:00",0.0025,"2013-04-22 00:00","","","","",0.0039,0.0039,0.0037,0.0024,0.0016,0.0009,0.0004,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88168",1,37.1983,-113.1506,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",16,0.000699,0.00074,0.0028,"2013-03-23 00:00",0.0026,"2013-04-16 00:00",0.0023,"2013-05-01 00:00",0.002,"2013-04-22 00:00","","","","",0.0028,0.0028,0.0023,0.0019,0.0011,0.0004,0.0001,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88169",1,37.1983,-113.1506,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.158853,0.09771,0.4111,"2013-05-16 00:00",0.3901,"2013-05-25 00:00",0.3348,"2013-05-01 00:00",0.3268,"2013-04-22 00:00","","","","",0.4111,0.4111,0.3348,0.3174,0.2153,0.1317,0.0534,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88176",1,37.1983,-113.1506,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",40,0.000182,7e-05,0.0004,"2013-04-01 00:00",0.0004,"2013-05-31 00:00",0.0003,"2013-03-20 00:00",0.0003,"2013-04-07 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88180",1,37.1983,-113.1506,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.032545,0.025873,0.1019,"2013-05-16 00:00",0.0949,"2013-04-22 00:00",0.0882,"2013-04-07 00:00",0.0811,"2013-05-25 00:00","","","","",0.1019,0.1019,0.0882,0.0717,0.0452,0.0254,0.0059,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88184",1,37.1983,-113.1506,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",9,0.023776,0.037807,0.2322,"2013-05-25 00:00",0.1043,"2013-05-16 00:00",0.0812,"2013-03-17 00:00",0.0677,"2013-05-22 00:00","","","","",0.2322,0.2322,0.0812,0.0606,0.0288,0.013,0.0016,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88185",1,37.1983,-113.1506,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",36,0.000702,0.000395,0.0027,"2013-01-07 00:00",0.0015,"2013-01-16 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-06 00:00","","","","",0.0027,0.0027,0.0013,0.0013,0.0008,0.00065,0.0004,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88203",1,37.1983,-113.1506,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",14,0.018904,0.039216,0.2694,"2013-05-25 00:00",0.0761,"2013-03-29 00:00",0.0534,"2013-05-01 00:00",0.0408,"2013-02-03 00:00","","","","",0.2694,0.2694,0.0534,0.0389,0.0131,0.00865,0.00305,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88306",1,37.1983,-113.1506,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.163394,0.113417,0.4816,"2013-01-01 00:00",0.4523,"2013-01-04 00:00",0.4332,"2013-05-16 00:00",0.4238,"2013-01-07 00:00","","","","",0.4816,0.4816,0.4332,0.3377,0.2071,0.1467,0.0517,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88320",1,37.1983,-113.1506,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.296327,0.253777,1.39,"2013-05-16 00:00",1.36,"2013-05-22 00:00",0.53,"2013-05-13 00:00",0.51,"2013-05-25 00:00","","","","",1.39,1.39,0.53,0.47,0.34,0.24,0.09,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88321",1,37.1983,-113.1506,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.04551,0.033669,0.19,"2013-05-22 00:00",0.15,"2013-05-16 00:00",0.08,"2013-01-07 00:00",0.08,"2013-03-26 00:00","","","","",0.19,0.19,0.08,0.08,0.06,0.04,0.02,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88324",1,37.1983,-113.1506,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.019574,0.007302,0.0429,"2013-04-07 00:00",0.0302,"2013-04-04 00:00",0.02965,"2013-01-07 00:00",0.0296,"2013-01-22 00:00","","","","",0.0429,0.0429,0.02965,0.02945,0.0229,0.01635,0.0101,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88325",1,37.1983,-113.1506,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",29,0.048078,0.040805,0.2177,"2013-05-16 00:00",0.2066,"2013-05-22 00:00",0.1128,"2013-05-13 00:00",0.097,"2013-05-25 00:00","","","","",0.2177,0.2177,0.1128,0.085,0.0569,0.0325,0.01825,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88326",1,37.1983,-113.1506,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",28,0.081093,0.086975,0.4711,"2013-05-22 00:00",0.42,"2013-05-16 00:00",0.1671,"2013-01-31 00:00",0.1616,"2013-05-25 00:00","","","","",0.4711,0.4711,0.1671,0.1427,0.1037,0.03825,0.0246,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88327",1,37.1983,-113.1506,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.067969,0.062014,0.3514,"2013-05-16 00:00",0.3085,"2013-05-22 00:00",0.1418,"2013-05-25 00:00",0.106,"2013-05-13 00:00","","","","",0.3514,0.3514,0.1418,0.1016,0.0789,0.0556,0.0158,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88328",1,37.1983,-113.1506,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.090982,0.071056,0.3991,"2013-05-16 00:00",0.3528,"2013-05-22 00:00",0.195,"2013-05-13 00:00",0.1613,"2013-04-28 00:00","","","","",0.3991,0.3991,0.195,0.1451,0.1081,0.0712,0.0343,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88329",1,37.1983,-113.1506,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.106259,0.090051,0.5141,"2013-05-16 00:00",0.4736,"2013-05-22 00:00",0.1758,"2013-03-26 00:00",0.167,"2013-04-28 00:00","","","","",0.5141,0.5141,0.1758,0.1609,0.117,0.0925,0.0431,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88330",1,37.1983,-113.1506,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.030722,0.018816,0.0729,"2013-05-22 00:00",0.0673,"2013-04-22 00:00",0.0663,"2013-04-04 00:00",0.0624,"2013-05-13 00:00","","","","",0.0729,0.0729,0.0663,0.0623,0.0405,0.0306,0.0078,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88331",1,37.1983,-113.1506,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",17,8.7e-05,0.000295,0.002,"2013-05-25 00:00",0.0005,"2013-03-29 00:00",0.0004,"2013-01-04 00:00",0.00015,"2013-03-08 00:00","","","","",0.002,0.002,0.0004,0.0001,5e-05,0,0,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88338",1,37.1983,-113.1506,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",45,0.017103,0.007069,0.0429,"2013-04-01 00:00",0.0368,"2013-03-29 00:00",0.0312,"2013-04-19 00:00",0.0292,"2013-05-31 00:00","","","","",0.0429,0.0429,0.0312,0.02435,0.02295,0.0151,0.0107,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88339",1,37.1983,-113.1506,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.655229,0.40304,1.69558,"2013-05-16 00:00",1.60896,"2013-05-25 00:00",1.38089,"2013-05-01 00:00",1.34801,"2013-04-22 00:00","","","","",1.69558,1.69558,1.38089,1.3094,0.88799,0.54343,0.22028,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88344",1,37.1983,-113.1506,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.21078,0.146315,0.6213,"2013-01-01 00:00",0.5835,"2013-01-04 00:00",0.5588,"2013-05-16 00:00",0.5467,"2013-01-07 00:00","","","","",0.6213,0.6213,0.5588,0.4356,0.2672,0.1892,0.0667,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88348",1,37.1983,-113.1506,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.880231,0.807499,3.1616,"2013-04-22 00:00",2.8528,"2013-04-07 00:00",2.2866,"2013-04-28 00:00",2.2639,"2013-03-17 00:00","","","","",3.1616,3.1616,2.2866,2.2588,1.3669,0.7024,0.0742,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88350",1,37.1983,-113.1506,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.532492,0.456769,2.5058,"2013-05-16 00:00",2.4395,"2013-05-22 00:00",0.9504,"2013-05-13 00:00",0.9189,"2013-05-25 00:00","","","","",2.5058,2.5058,0.9504,0.8372,0.6165,0.4406,0.1625,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88403",1,37.1983,-113.1506,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.478584,0.3011,1.2282,"2013-05-16 00:00",1.1579,"2013-05-25 00:00",1.0443,"2013-04-22 00:00",1.0219,"2013-05-01 00:00","","","","",1.2282,1.2282,1.0443,0.9534,0.6568,0.3869,0.1494,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","053","0130","88502",1,37.1983,-113.1506,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,2.530612,1.726775,7.8,"2013-05-16 00:00",6.3,"2013-04-22 00:00",6.1,"2013-05-22 00:00",6,"2013-05-25 00:00","","","","",7.8,7.8,6.1,5.2,3.3,2.1,0.9,"Zion National Park, Dalton's Wash","ZION NATIONAL PARK, UTAH","Utah","Washington","Virgin","St. George, UT","2014-01-28" +"49","055","9000","85101",1,38.302177,-111.293349,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,5.896962,5.390887,31.4838,"2013-03-17 00:00",14.86,"2013-05-16 00:00",13.9013,"2013-05-01 00:00",13.812,"2013-04-07 00:00","","","","",31.4838,31.4838,13.9013,12.8024,7.4656,4.648,1.348,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","86502",1,38.302177,-111.293349,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,3.08,4.07,24,"2013-03-17 00:00",10,"2013-05-01 00:00",9,"2013-04-13 00:00",8,"2013-05-16 00:00","","","","",24,24,9,8,5,2,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88103",1,38.302177,-111.293349,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-25 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88104",1,38.302177,-111.293349,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.06692,0.074888,0.3538,"2013-04-07 00:00",0.255,"2013-03-17 00:00",0.2468,"2013-04-22 00:00",0.2277,"2013-04-28 00:00","","","","",0.3538,0.255,0.2468,0.1339,0.1002,0.0498,0.0047,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88109",1,38.302177,-111.293349,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0013,0.000634,0.0031,"2013-04-28 00:00",0.0028,"2013-05-13 00:00",0.0028,"2013-05-16 00:00",0.0022,"2013-03-17 00:00","","","","",0.0031,0.0028,0.0028,0.0021,0.0017,0.0012,0.0006,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88111",1,38.302177,-111.293349,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.064196,0.115382,0.7648,"2013-03-17 00:00",0.2932,"2013-04-07 00:00",0.1788,"2013-04-22 00:00",0.1764,"2013-04-28 00:00","","","","",0.7648,0.2932,0.1788,0.1036,0.0757,0.0311,0.004,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88112",1,38.302177,-111.293349,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88114",1,38.302177,-111.293349,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.000194,0.000106,0.0005,"2013-04-07 00:00",0.0005,"2013-05-22 00:00",0.0004,"2013-01-25 00:00",0.0004,"2013-04-22 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0003,0.00015,0.0001,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88115",1,38.302177,-111.293349,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.00455,0.016537,0.0904,"2013-05-25 00:00",0.0794,"2013-03-17 00:00",0.0119,"2013-04-07 00:00",0.0048,"2013-03-14 00:00","","","","",0.0904,0.0794,0.0119,0.0032,0.0019,0.0007,0.00015,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88126",1,38.302177,-111.293349,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.039888,0.043681,0.2028,"2013-04-07 00:00",0.1563,"2013-03-17 00:00",0.1434,"2013-04-22 00:00",0.134,"2013-04-28 00:00","","","","",0.2028,0.1563,0.1434,0.0839,0.0559,0.0287,0.0036,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88128",1,38.302177,-111.293349,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00051,0.000703,0.003,"2013-04-22 00:00",0.002,"2013-04-07 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00","","","","",0.003,0.002,0.001,0.001,0.001,0,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88132",1,38.302177,-111.293349,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00102,0.001049,0.004,"2013-03-17 00:00",0.004,"2013-04-07 00:00",0.003,"2013-04-22 00:00",0.003,"2013-04-28 00:00","","","","",0.004,0.004,0.003,0.002,0.002,0.001,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88136",1,38.302177,-111.293349,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88140",1,38.302177,-111.293349,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.023256,0.03375,0.197,"2013-03-17 00:00",0.0943,"2013-04-07 00:00",0.0799,"2013-04-28 00:00",0.0691,"2013-04-22 00:00","","","","",0.197,0.0943,0.0799,0.0549,0.035,0.0114,0.00105,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88152",1,38.302177,-111.293349,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000236,0.000436,0.0031,"2013-01-25 00:00",0.0011,"2013-01-16 00:00",0.0005,"2013-02-12 00:00",0.0004,"2013-02-06 00:00","","","","",0.0031,0.0011,0.0005,0.00015,0.00015,0.00015,0.0001,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88154",1,38.302177,-111.293349,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000137,0.0001,0.0006,"2013-05-10 00:00",0.0005,"2013-01-10 00:00",0.0003,"2013-01-04 00:00",0.0003,"2013-02-03 00:00","","","","",0.0006,0.0005,0.0003,0.0002,0.0001,0.0001,0.0001,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88161",1,38.302177,-111.293349,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.003667,0.003886,0.0172,"2013-04-07 00:00",0.0147,"2013-03-17 00:00",0.013,"2013-04-22 00:00",0.0123,"2013-04-28 00:00","","","","",0.0172,0.0147,0.013,0.0073,0.0051,0.0027,0.0002,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88164",1,38.302177,-111.293349,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.00015,0.000108,0.0005,"2013-04-07 00:00",0.0005,"2013-05-25 00:00",0.0004,"2013-05-22 00:00",0.0003,"2013-03-08 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88165",1,38.302177,-111.293349,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.1508,0.167599,0.7208,"2013-03-17 00:00",0.6914,"2013-04-07 00:00",0.5211,"2013-04-22 00:00",0.4728,"2013-04-28 00:00","","","","",0.7208,0.6914,0.5211,0.3176,0.2157,0.1089,0.0092,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88167",1,38.302177,-111.293349,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001249,0.001296,0.0086,"2013-04-25 00:00",0.0041,"2013-04-07 00:00",0.003,"2013-04-22 00:00",0.0026,"2013-05-16 00:00","","","","",0.0086,0.0041,0.003,0.0023,0.0014,0.0009,0.0003,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88168",1,38.302177,-111.293349,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000769,0.001478,0.01,"2013-03-17 00:00",0.0033,"2013-04-13 00:00",0.0027,"2013-04-07 00:00",0.002,"2013-04-22 00:00","","","","",0.01,0.0033,0.0027,0.0015,0.0008,0.0003,0.0001,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88169",1,38.302177,-111.293349,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.164037,0.086074,0.3699,"2013-04-22 00:00",0.3378,"2013-05-16 00:00",0.3299,"2013-05-25 00:00",0.3255,"2013-05-01 00:00","","","","",0.3699,0.3378,0.3299,0.2883,0.2415,0.1446,0.0705,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88176",1,38.302177,-111.293349,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000197,0.000124,0.0007,"2013-03-17 00:00",0.0006,"2013-04-22 00:00",0.0005,"2013-01-13 00:00",0.0005,"2013-04-07 00:00","","","","",0.0007,0.0006,0.0005,0.0003,0.00015,0.00015,0.00015,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88180",1,38.302177,-111.293349,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.026908,0.025634,0.1124,"2013-04-07 00:00",0.1014,"2013-03-17 00:00",0.0838,"2013-05-16 00:00",0.0746,"2013-04-22 00:00","","","","",0.1124,0.1014,0.0838,0.0667,0.0337,0.0184,0.0045,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88184",1,38.302177,-111.293349,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.021676,0.036756,0.2283,"2013-05-25 00:00",0.095,"2013-04-07 00:00",0.0798,"2013-05-22 00:00",0.0728,"2013-05-16 00:00","","","","",0.2283,0.095,0.0798,0.055,0.0203,0.0098,0.0016,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88185",1,38.302177,-111.293349,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000712,0.000354,0.0018,"2013-03-17 00:00",0.0018,"2013-05-16 00:00",0.0014,"2013-03-11 00:00",0.0013,"2013-01-10 00:00","","","","",0.0018,0.0018,0.0014,0.0013,0.00065,0.00065,0.0004,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88203",1,38.302177,-111.293349,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.019432,0.035924,0.223,"2013-05-25 00:00",0.1136,"2013-03-17 00:00",0.078,"2013-02-24 00:00",0.069,"2013-02-27 00:00","","","","",0.223,0.1136,0.078,0.0382,0.0187,0.0087,0.0027,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88306",1,38.302177,-111.293349,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.28239,0.344199,2.3334,"2013-01-25 00:00",0.9723,"2013-01-07 00:00",0.7935,"2013-02-06 00:00",0.6343,"2013-02-21 00:00","","","","",2.3334,0.9723,0.7935,0.5178,0.2784,0.1941,0.0927,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88320",1,38.302177,-111.293349,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.312745,0.213673,1.3,"2013-05-16 00:00",0.68,"2013-05-13 00:00",0.64,"2013-04-28 00:00",0.57,"2013-03-29 00:00","","","","",1.3,0.68,0.64,0.51,0.43,0.27,0.1,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88321",1,38.302177,-111.293349,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.046471,0.033753,0.14,"2013-01-10 00:00",0.12,"2013-01-25 00:00",0.12,"2013-05-16 00:00",0.11,"2013-01-07 00:00","","","","",0.14,0.12,0.12,0.09,0.07,0.04,0.01,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88324",1,38.302177,-111.293349,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.02315,0.010064,0.0562,"2013-05-07 00:00",0.049,"2013-03-29 00:00",0.0443,"2013-04-07 00:00",0.0373,"2013-05-13 00:00","","","","",0.0562,0.049,0.0443,0.0356,0.02965,0.02295,0.0104,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88325",1,38.302177,-111.293349,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.067178,0.050347,0.2655,"2013-05-16 00:00",0.1913,"2013-05-13 00:00",0.1796,"2013-03-29 00:00",0.1382,"2013-01-25 00:00","","","","",0.2655,0.1913,0.1796,0.1275,0.0899,0.0554,0.0189,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88326",1,38.302177,-111.293349,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.081507,0.061035,0.3416,"2013-05-16 00:00",0.1981,"2013-04-04 00:00",0.1965,"2013-01-10 00:00",0.1821,"2013-04-28 00:00","","","","",0.3416,0.1981,0.1965,0.1592,0.1065,0.0729,0.03345,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88327",1,38.302177,-111.293349,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.065386,0.048893,0.2595,"2013-05-16 00:00",0.2426,"2013-03-17 00:00",0.1343,"2013-04-28 00:00",0.116,"2013-04-22 00:00","","","","",0.2595,0.2426,0.1343,0.1079,0.0852,0.0565,0.01615,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88328",1,38.302177,-111.293349,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.084116,0.064496,0.4121,"2013-05-16 00:00",0.1986,"2013-05-13 00:00",0.1794,"2013-04-28 00:00",0.1722,"2013-01-25 00:00","","","","",0.4121,0.1986,0.1794,0.1339,0.108,0.0773,0.0236,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88329",1,38.302177,-111.293349,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.103373,0.078343,0.4861,"2013-05-16 00:00",0.2287,"2013-01-25 00:00",0.2225,"2013-01-10 00:00",0.1986,"2013-05-13 00:00","","","","",0.4861,0.2287,0.2225,0.1747,0.149,0.0878,0.0282,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88330",1,38.302177,-111.293349,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.027585,0.016587,0.0599,"2013-04-28 00:00",0.0597,"2013-01-25 00:00",0.0586,"2013-02-06 00:00",0.0565,"2013-01-22 00:00","","","","",0.0599,0.0597,0.0586,0.0497,0.0426,0.0257,0.0063,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88331",1,38.302177,-111.293349,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000152,0.000837,0.006,"2013-04-07 00:00",0.00015,"2013-03-08 00:00",0.00015,"2013-03-14 00:00",0.00015,"2013-03-17 00:00","","","","",0.006,0.00015,0.00015,0.0001,5e-05,0,0,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88338",1,38.302177,-111.293349,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.020654,0.011133,0.0701,"2013-04-10 00:00",0.0485,"2013-05-31 00:00",0.0432,"2013-01-01 00:00",0.0416,"2013-04-13 00:00","","","","",0.0701,0.0485,0.0432,0.0321,0.024,0.01595,0.0113,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88339",1,38.302177,-111.293349,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.67664,0.35508,1.52588,"2013-04-22 00:00",1.39351,"2013-05-16 00:00",1.36092,"2013-05-25 00:00",1.34285,"2013-05-01 00:00","","","","",1.52588,1.39351,1.36092,1.18924,0.99619,0.59648,0.29065,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88344",1,38.302177,-111.293349,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.364388,0.443939,3.0101,"2013-01-25 00:00",1.2543,"2013-01-07 00:00",1.0236,"2013-02-06 00:00",0.8182,"2013-02-21 00:00","","","","",3.0101,1.2543,1.0236,0.668,0.3591,0.2504,0.1196,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88348",1,38.302177,-111.293349,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.730949,0.853733,4.0099,"2013-03-17 00:00",3.5018,"2013-04-07 00:00",2.5039,"2013-04-22 00:00",2.3138,"2013-04-28 00:00","","","","",4.0099,3.5018,2.5039,1.488,1.0352,0.5216,0.0539,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88350",1,38.302177,-111.293349,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.56261,0.385771,2.3411,"2013-05-16 00:00",1.224,"2013-05-13 00:00",1.1581,"2013-04-28 00:00",1.0244,"2013-03-29 00:00","","","","",2.3411,1.224,1.1581,0.9198,0.7751,0.4819,0.1777,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88403",1,38.302177,-111.293349,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.477608,0.258655,1.1238,"2013-04-22 00:00",1.0618,"2013-05-25 00:00",1.0293,"2013-04-07 00:00",0.9478,"2013-05-16 00:00","","","","",1.1238,1.0618,1.0293,0.8178,0.6657,0.4228,0.1963,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","055","9000","88502",1,38.302177,-111.293349,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.278431,1.575476,7,"2013-03-17 00:00",6.2,"2013-04-07 00:00",6.1,"2013-05-16 00:00",5,"2013-04-22 00:00","","","","",7,6.2,6.1,4.6,2.8,1.9,0.7,"","Capitol Reef NP","Utah","Wayne","","","2014-01-28" +"49","057","0002","42101",1,41.206321,-111.975524,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8679,99,365,365,0,81,0,0,"Certification not required",5440,0.469732,0.348959,2.8,"2013-01-09 08:00",2.7,"2013-01-17 08:00",2.5,"2013-01-03 08:00",2.5,"2013-12-11 08:00","","","","",1.7,1.5,1.2,1,0.6,0.25,0.25,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","42101",1,41.206321,-111.975524,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8727,100,362,365,0,0,0,0,"Certification not required",0,0.492792,0.289094,1.8,"2013-01-10 00:00",1.8,"2013-01-10 01:00",1.7,"2013-01-09 11:00",1.7,"2013-01-09 23:00",1.8,"2013-01-10 00:00",1.7,"2013-01-09 11:00",1.5,1.4,1.1,0.9,0.6,0.3,0.3,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","42601",1,41.206321,-111.975524,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,365,365,0,103,"","","Certification not required",0,14.30588,27.964482,229,"2013-12-16 09:00",203,"2013-01-09 22:00",196,"2013-01-09 08:00",193,"2013-01-09 23:00","","","","",129,110,78,50,15,1,-1,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","42602",1,41.206321,-111.975524,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,365,365,0,103,0,"","Certification not required",0,34.663014,12.725283,73,"2013-02-08 05:00",71,"2013-01-09 20:00",70,"2013-02-07 20:00",67,"2013-02-16 20:00","","","","",67,63,58,53,42,34,20,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","42602",1,41.206321,-111.975524,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,365,365,0,103,"","","Certification not required",0,17.366409,14.946198,73,"2013-02-08 05:00",71,"2013-01-09 20:00",71,"2013-02-08 04:00",70,"2013-02-07 20:00","","","","",56,52,46,40,27,13,2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","42603",1,41.206321,-111.975524,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8657,99,365,365,0,103,"","","Certification not required",0,32.131916,39.566084,292,"2013-12-16 09:00",272,"2013-01-09 22:00",260,"2013-01-09 23:00",251,"2013-01-09 08:00","","","","",176,152,119,89,44,16,2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","44201",1,41.206321,-111.975524,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8682,99,152,153,0,78,0,0,"Certification not required",2041,0.062322,0.012033,0.1,"2013-07-10 14:00",0.094,"2013-06-27 13:00",0.088,"2013-07-22 12:00",0.085,"2013-07-15 13:00","","","","",0.094,0.085,0.082,0.078,0.071,0.063,0.052,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","44201",1,41.206321,-111.975524,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8733,99,152,153,0,0,1,1,"Certification not required",0,0.055645,0.009886,0.086,"2013-07-10 11:00",0.077,"2013-06-27 10:00",0.076,"2013-06-18 10:00",0.076,"2013-07-15 11:00","","","","",0.077,0.076,0.07,0.068,0.062,0.056,0.048,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","44201",1,41.206321,-111.975524,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8733,99,152,153,0,0,4,4,"Certification not required",0,0.055645,0.009886,0.086,"2013-07-10 11:00",0.077,"2013-06-27 10:00",0.076,"2013-06-18 10:00",0.076,"2013-07-15 11:00","","","","",0.077,0.076,0.07,0.068,0.062,0.056,0.048,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","61101",1,41.206321,-111.975524,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8755,100,365,365,0,5,"","","Certification not required",0,3.151011,2.208297,27.6,"2013-11-21 18:00",20,"2013-05-04 21:00",19.9,"2013-05-04 22:00",19.3,"2013-11-21 17:00","","","","",10.8,9.5,7.4,6.1,4.2,2.5,1.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","61102",1,41.206321,-111.975524,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8755,100,365,365,0,5,"","","Certification not required",0,202.970645,86.356671,360,"2013-03-08 07:00",360,"2013-03-22 17:00",360,"2013-04-13 22:00",360,"2013-05-18 09:00","","","","",353,347,336,323,274,196,90,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","62101",1,41.206321,-111.975524,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2211,25,92,365,0,0,"","","Certification not required",0,74.497512,11.452889,99,"2013-07-01 16:00",99,"2013-07-01 17:00",98,"2013-07-01 14:00",98,"2013-07-01 15:00","","","","",95,94,91,89,83,74,61,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2013-11-14" +"49","057","0002","62201",1,41.206321,-111.975524,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8750,100,364,365,0,10,"","","Certification not required",0,58.607657,25.917451,100,"2013-01-09 05:00",100,"2013-01-09 06:00",100,"2013-01-09 07:00",100,"2013-01-09 08:00","","","","",100,100,100,95,82,57,25,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","68101",1,41.206321,-111.975524,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",333,91,333,365,0,31,"","","Certification not required",27,0.33979,0.133763,0.6,"2013-06-08 00:00",0.6,"2013-06-15 00:00",0.6,"2013-07-06 00:00",0.6,"2013-08-16 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.4,0.1,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68102",1,41.206321,-111.975524,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",333,91,333,365,0,31,"","","Certification not required",0,23.995796,0.030759,24.1,"2013-01-24 00:00",24,"2013-01-04 00:00",24,"2013-01-05 00:00",24,"2013-01-08 00:00","","","","",24,24,24,24,24,24,24,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68103",1,41.206321,-111.975524,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",333,91,333,365,0,31,"","","Certification not required",0,5.062162,10.062965,25.1,"2013-06-30 00:00",24.4,"2013-08-01 00:00",22.5,"2013-07-25 00:00",22.3,"2013-07-03 00:00","","","","",22.3,21,19.6,18.5,15,4.1,-8,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68104",1,41.206321,-111.975524,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",333,91,333,365,0,31,"","","Certification not required",0,18.659459,12.316729,39.4,"2013-06-28 00:00",39.2,"2013-07-01 00:00",39.2,"2013-07-20 00:00",39.1,"2013-06-29 00:00","","","","",39.1,38.2,36.8,35.3,30.1,19.1,2.6,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68105",1,41.206321,-111.975524,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",333,91,333,365,0,31,"","","Certification not required",0,11.666366,11.381932,32,"2013-06-30 00:00",30.5,"2013-06-29 00:00",30.5,"2013-07-02 00:00",30.4,"2013-07-01 00:00","","","","",30.4,29.3,27.9,26.6,22.7,10.7,-3.8,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68106",1,41.206321,-111.975524,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",333,91,333,365,0,31,"","","Certification not required",0,647.720721,4.725293,660,"2013-01-04 00:00",660,"2013-12-25 00:00",659,"2013-01-05 00:00",659,"2013-12-14 00:00","","","","",659,659,656,653,651,648,641,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68107",1,41.206321,-111.975524,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",333,91,333,365,0,31,"","","Certification not required",0,652.945946,4.195891,664,"2013-01-05 00:00",663,"2013-01-04 00:00",663,"2013-05-02 00:00",663,"2013-12-14 00:00","","","","",663,662,661,659,655,653,648,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68108",1,41.206321,-111.975524,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",333,91,333,365,0,31,"","","Certification not required",0,650.444444,4.378969,662,"2013-01-04 00:00",662,"2013-01-05 00:00",661,"2013-12-14 00:00",661,"2013-12-25 00:00","","","","",661,660,659,656,653,650,645,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","68109",1,41.206321,-111.975524,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",333,91,333,365,0,31,"","","Certification not required",0,1438.900901,2.080988,1440,"2013-01-08 00:00",1440,"2013-01-24 00:00",1440,"2013-01-25 00:00",1440,"2013-01-27 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","81102",1,41.206321,-111.975524,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",329,90,329,365,0,5,0,0,"Certification not required",4,21.513678,14.269636,95,"2013-07-04 00:00",92,"2013-01-08 00:00",91,"2013-01-09 00:00",76,"2013-01-25 00:00","","","","",76,55,50,41,27,18,8,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2013-12-20" +"49","057","0002","85101",1,41.206321,-111.975524,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",329,90,329,365,0,5,"","","Certification not required",5,19.416413,13.409356,88,"2013-01-08 00:00",86,"2013-01-09 00:00",81,"2013-07-04 00:00",72,"2013-01-25 00:00","","","","",72,52,48,39,24,16,7,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2013-12-20" +"49","057","0002","88101",1,41.206321,-111.975524,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",333,91,333,365,1,31,22,22,"Certification not required",0,10.812312,11.73875,67.2,"2013-01-09 00:00",66.2,"2013-01-08 00:00",66,"2013-01-25 00:00",63,"2013-07-04 00:00","","","","",63,49.4,38.2,27,10.3,6.7,3.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","88101",1,41.206321,-111.975524,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",332,91,333,365,0,31,21,21,"Certification not required",0,10.65512,11.400066,67.2,"2013-01-09 00:00",66.2,"2013-01-08 00:00",66,"2013-01-25 00:00",51.9,"2013-12-16 00:00","","","","",51.9,46.7,37.4,26.4,10.3,6.6,3.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","88101",1,41.206321,-111.975524,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",333,91,333,365,1,31,22,22,"Certification not required",0,10.812312,11.73875,67.2,"2013-01-09 00:00",66.2,"2013-01-08 00:00",66,"2013-01-25 00:00",63,"2013-07-04 00:00","","","","",63,49.4,38.2,27,10.3,6.7,3.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","88101",1,41.206321,-111.975524,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",333,91,333,365,1,31,"","","Certification not required",0,10.812312,11.73875,67.2,"2013-01-09 00:00",66.2,"2013-01-08 00:00",66,"2013-01-25 00:00",63,"2013-07-04 00:00","","","","",63,49.4,38.2,27,10.3,6.7,3.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","88101",1,41.206321,-111.975524,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",332,91,333,365,0,31,"","","Certification not required",0,10.65512,11.400066,67.2,"2013-01-09 00:00",66.2,"2013-01-08 00:00",66,"2013-01-25 00:00",51.9,"2013-12-16 00:00","","","","",51.9,46.7,37.4,26.4,10.3,6.6,3.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","88101",1,41.206321,-111.975524,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",333,91,333,365,1,31,"","","Certification not required",0,10.812312,11.73875,67.2,"2013-01-09 00:00",66.2,"2013-01-08 00:00",66,"2013-01-25 00:00",63,"2013-07-04 00:00","","","","",63,49.4,38.2,27,10.3,6.7,3.2,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-23" +"49","057","0002","88502",3,41.206321,-111.975524,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8742,100,365,365,0,18,"","","Certification not required",0,14.356692,16.010019,725.6,"2013-07-04 22:00",500.4,"2013-07-04 23:00",331.2,"2013-07-04 21:00",164.8,"2013-07-24 22:00","","","","",62.9,55.4,42.8,31.6,14.6,9.7,5.7,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0002","88502",3,41.206321,-111.975524,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,14.302466,11.771138,76.9,"2013-07-04 00:00",71.8,"2013-01-09 00:00",70.2,"2013-01-08 00:00",66.1,"2013-01-25 00:00","","","","",66.1,49.1,41.2,34.4,13.7,9.9,6.6,"Ogden","228 32ND STREET, OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-01-24" +"49","057","0006","42101",1,41.219722,-111.969444,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8689,99,365,365,0,71,0,0,"Certification not required",5262,0.485453,0.395562,9,"2013-02-25 19:00",7.8,"2013-08-08 15:00",7.8,"2013-08-08 16:00",7.7,"2013-02-25 20:00","","","","",1.6,1.4,1.2,1,0.7,0.25,0.25,"UTM COORDINATES = ROOF OF BLDG. DIRECTLY ABOVE INLET PROBE","2540 S. WASHINGTON BLVD., OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-02-06" +"49","057","0006","42101",1,41.219722,-111.969444,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8726,100,362,365,0,0,0,0,"Certification not required",0,0.508366,0.284727,2.8,"2013-02-25 23:00",2.8,"2013-02-26 00:00",2.8,"2013-02-26 01:00",2.7,"2013-02-25 21:00",2.8,"2013-02-25 23:00",2.7,"2013-08-08 18:00",1.4,1.2,1,0.9,0.7,0.4,0.3,"UTM COORDINATES = ROOF OF BLDG. DIRECTLY ABOVE INLET PROBE","2540 S. WASHINGTON BLVD., OGDEN, UTAH","Utah","Weber","Ogden","Ogden-Clearfield, UT","2014-02-06" +"49","057","1003","44201",1,41.303614,-111.987871,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3007,78,119,153,0,665,0,0,"Certification not required",86,0.062303,0.011417,0.101,"2013-07-10 14:00",0.091,"2013-06-27 14:00",0.085,"2013-07-24 14:00",0.085,"2013-07-25 12:00","","","","",0.091,0.085,0.081,0.077,0.068,0.063,0.047,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2013-12-11" +"49","057","1003","44201",1,41.303614,-111.987871,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3001,78,119,153,0,0,1,1,"Certification not required",0,0.055639,0.009478,0.088,"2013-07-10 11:00",0.077,"2013-06-18 10:00",0.073,"2013-06-27 10:00",0.073,"2013-07-19 11:00","","","","",0.077,0.073,0.071,0.068,0.062,0.055,0.043,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2013-12-11" +"49","057","1003","44201",1,41.303614,-111.987871,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3001,78,119,153,0,0,2,2,"Certification not required",0,0.055639,0.009478,0.088,"2013-07-10 11:00",0.077,"2013-06-18 10:00",0.073,"2013-06-27 10:00",0.073,"2013-07-19 11:00","","","","",0.077,0.073,0.071,0.068,0.062,0.055,0.043,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2013-12-11" +"49","057","1003","61101",1,41.303614,-111.987871,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6999,80,291,365,0,1017,"","","Certification not required",0,3.791542,2.505801,20.5,"2013-06-13 17:00",19.5,"2013-03-21 04:00",19.5,"2013-10-28 09:00",18.8,"2013-09-11 20:00","","","","",13,11.2,9.3,6.9,4.6,3,1.6,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","61102",1,41.303614,-111.987871,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6999,80,291,365,0,1017,"","","Certification not required",0,175.462352,104.96498,360,"2013-01-01 19:00",360,"2013-04-07 09:00",360,"2013-06-25 18:00",359,"2013-01-14 05:00","","","","",354,348,331,313,280,174,49,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68101",1,41.303614,-111.987871,"NAD83","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",104,85,104,122,0,18,"","","Certification not required",67,0.091827,0.07177,0.3,"2013-01-25 00:00",0.3,"2013-03-08 00:00",0.3,"2013-03-29 00:00",0.3,"2013-05-13 00:00","","","","",0.3,0.3,0.3,0.2,0.1,0.05,0.05,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68102",1,41.303614,-111.987871,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",104,85,104,122,0,18,"","","Certification not required",0,24.001923,0.341038,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-16 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68103",1,41.303614,-111.987871,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,18,"","","Certification not required",0,4.748077,10.323815,25.3,"2013-06-30 00:00",20.5,"2013-07-03 00:00",20.1,"2013-07-18 00:00",19.6,"2013-08-20 00:00","","","","",20.5,20.1,19.1,17.8,14.6,3.9,-9.2,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68104",1,41.303614,-111.987871,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,18,"","","Certification not required",0,17.171154,12.546014,38.5,"2013-06-30 00:00",37.2,"2013-06-27 00:00",36.7,"2013-07-03 00:00",36.6,"2013-07-21 00:00","","","","",37.2,36.7,36,33.7,29.3,17.1,1.4,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68105",1,41.303614,-111.987871,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,18,"","","Certification not required",0,10.904808,11.756885,31.4,"2013-06-30 00:00",29.6,"2013-07-03 00:00",28.7,"2013-07-18 00:00",28.1,"2013-07-21 00:00","","","","",29.6,28.7,27.7,26.2,22.7,9.9,-4.2,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68106",1,41.303614,-111.987871,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,18,"","","Certification not required",0,650.105769,5.024055,665,"2013-01-16 00:00",663,"2013-01-19 00:00",661,"2013-02-15 00:00",660,"2013-01-04 00:00","","","","",663,661,659,656,653,650,644,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68107",1,41.303614,-111.987871,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,18,"","","Certification not required",0,654.586538,4.4778,667,"2013-01-16 00:00",665,"2013-01-19 00:00",664,"2013-02-15 00:00",664,"2013-03-02 00:00","","","","",665,664,663,661,657,654,650,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68108",1,41.303614,-111.987871,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,18,"","","Certification not required",0,652.394231,4.689211,666,"2013-01-16 00:00",664,"2013-01-19 00:00",663,"2013-02-15 00:00",661,"2013-01-04 00:00","","","","",664,663,661,659,655,652,647,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","68109",1,41.303614,-111.987871,"NAD83","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",104,85,104,122,0,18,"","","Certification not required",0,1437.846154,20.125224,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","88101",1,41.303614,-111.987871,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,6,6,"Certification not required",0,10.630769,11.845511,61.9,"2013-01-25 00:00",45.8,"2013-02-06 00:00",44.6,"2013-12-15 00:00",44.3,"2013-12-18 00:00","","","","",45.8,44.6,42,29.2,9.8,5.9,2.9,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"49","057","1003","88101",1,41.303614,-111.987871,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,18,"","","Certification not required",0,10.630769,11.845511,61.9,"2013-01-25 00:00",45.8,"2013-02-06 00:00",44.6,"2013-12-15 00:00",44.3,"2013-12-18 00:00","","","","",45.8,44.6,42,29.2,9.8,5.9,2.9,"Harrisville","425 W 2550 NORTH, OGDEN, UTAH","Utah","Weber","Harrisville","Ogden-Clearfield, UT","2014-01-24" +"50","003","0004","44201",1,42.88759,-73.24984,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6234,99,182,183,0,318,0,0,"Certification not required",197,0.045005,0.010949,0.077,"2013-04-28 19:00",0.07,"2013-05-01 12:00",0.067,"2013-05-02 15:00",0.067,"2013-05-31 20:00","","","","",0.07,0.067,0.064,0.06,0.053,0.047,0.04,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2013-11-14" +"50","003","0004","44201",1,42.88759,-73.24984,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6514,99,181,183,0,0,0,0,"Certification not required",0,0.040558,0.011038,0.071,"2013-04-28 17:00",0.064,"2013-05-01 09:00",0.064,"2013-05-02 11:00",0.062,"2013-04-29 11:00","","","","",0.064,0.062,0.061,0.055,0.05,0.043,0.038,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2013-11-14" +"50","003","0004","44201",1,42.88759,-73.24984,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6514,99,181,183,0,0,0,0,"Certification not required",0,0.040558,0.011038,0.071,"2013-04-28 17:00",0.064,"2013-05-01 09:00",0.064,"2013-05-02 11:00",0.062,"2013-04-29 11:00","","","","",0.064,0.062,0.061,0.055,0.05,0.043,0.038,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2013-11-14" +"50","003","0004","68105",1,42.88759,-73.24984,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",86,70,82,122,0,0,"","","Certification not required",0,12.566279,10.295911,28.6,"2013-07-18 00:00",27.8,"2013-06-01 00:00",27.3,"2013-07-15 00:00",27,"2013-07-03 00:00","","","","",28.6,27.8,26.9,24.7,20.9,15.5,-2.1,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","68108",1,42.88759,-73.24984,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,82,122,0,0,"","","Certification not required",0,740.709302,4.932166,756,"2013-04-22 00:00",751,"2013-01-10 00:00",751,"2013-05-01 00:00",748,"2013-05-04 00:00","","","","",756,751,748,747,744,741,735,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","88101",1,42.88759,-73.24984,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,85,122,0,9,0,0,"Certification not required",0,6.20814,3.581824,18.2,"2013-06-01 00:00",14.7,"2013-05-31 00:00",14.2,"2013-03-11 00:00",14.1,"2013-08-20 00:00","","","","",18.2,14.7,14,11.1,8.7,5,2.7,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","88101",1,42.88759,-73.24984,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,85,122,0,9,"","","Certification not required",0,6.20814,3.581824,18.2,"2013-06-01 00:00",14.7,"2013-05-31 00:00",14.2,"2013-03-11 00:00",14.1,"2013-08-20 00:00","","","","",18.2,14.7,14,11.1,8.7,5,2.7,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","88500",3,42.88759,-73.24984,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6475,74,272,365,0,77,"","","Certification not required",0,8.842486,4.917057,32.7,"2013-01-29 15:00",32.5,"2013-04-19 21:00",30,"2013-05-23 00:00",29.4,"2013-01-09 00:00","","","","",22.6,21.1,18.5,15.4,11.4,8.3,3,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","88500",3,42.88759,-73.24984,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,8.802206,4.038751,21,"2013-05-31 00:00",19.9,"2013-06-01 00:00",19.9,"2013-09-11 00:00",19.7,"2013-01-08 00:00","","","","",19.9,19.2,17,14.3,11.1,8.3,4.2,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","88502",3,42.88759,-73.24984,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4318,49,181,365,0,26,"","","Certification not required",0,5.19252,4.317672,27,"2013-01-29 15:00",26.9,"2013-04-19 21:00",24.6,"2013-05-23 00:00",24.1,"2013-01-09 00:00","","","","",17.8,16.4,14,11.1,7.3,4.5,0.1,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2013-10-18" +"50","003","0004","88502",3,42.88759,-73.24984,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",181,50,181,365,0,0,"","","Certification not required",0,5.145856,3.441616,16.2,"2013-05-31 00:00",15.2,"2013-06-01 00:00",15,"2013-01-08 00:00",14.5,"2013-01-29 00:00","","","","",15.2,14.5,12.2,10,7,4.5,1.2,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2013-10-18" +"50","003","0004","88503",3,42.88759,-73.24984,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6475,74,272,365,0,77,"","","Certification not required",0,-2.245822,1.677667,6.9,"2013-01-27 08:00",6.3,"2013-09-23 14:00",5.4,"2013-08-06 06:00",5,"2013-09-11 19:00","","","","",1.8,1.2,0.4,-0.2,-1.2,-2.2,-4.3,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","003","0004","88503",3,42.88759,-73.24984,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,-2.196691,0.997612,0.5,"2013-09-23 00:00",0.4,"2013-02-01 00:00",0.2,"2013-02-18 00:00",0,"2013-01-23 00:00","","","","",0.2,-0.3,-0.6,-0.8,-1.5,-2.2,-3.4,"Morse Airport - State of Vermont Property","120 AIRPORT RD, BENNINGTON, VERMONT","Vermont","Bennington","Bennington","Bennington, VT","2014-01-01" +"50","007","0007","12115",6,44.52839,-72.86884,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",28,93,28,30,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00",0,"2013-01-28 00:00","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-10-17" +"50","007","0007","12115",7,44.52839,-72.86884,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,1,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-06-21 00:00","","","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-10-17" +"50","007","0007","17141",6,44.52839,-72.86884,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,9.635349,10.057739,47.5,"2013-01-22 00:00",37.8,"2013-01-04 00:00",32.4,"2013-01-28 00:00",24.1,"2013-01-16 00:00","","","","",47.5,47.5,32.4,24,11.5,5.38,3.05,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17147",6,44.52839,-72.86884,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.337721,0.214024,1.08,"2013-07-15 00:00",0.764,"2013-09-01 00:00",0.651,"2013-08-20 00:00",0.605,"2013-06-27 00:00","","","","",1.08,1.08,0.651,0.595,0.473,0.325,0.129,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17148",6,44.52839,-72.86884,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.082084,0.159094,0.626,"2013-01-28 00:00",0.603,"2013-03-05 00:00",0.4,"2013-04-10 00:00",0.387,"2013-01-22 00:00","","","","",0.626,0.626,0.4,0.321,0.091,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17149",6,44.52839,-72.86884,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.699442,0.628843,1.8,"2013-07-15 00:00",1.71,"2013-06-27 00:00",1.62,"2013-07-09 00:00",1.53,"2013-01-22 00:00","","","","",1.8,1.8,1.62,1.51,1.2,0.789,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17150",6,44.52839,-72.86884,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,1.281953,0.603968,2.62,"2013-01-28 00:00",2.61,"2013-03-05 00:00",2.59,"2013-01-22 00:00",2.57,"2013-07-15 00:00","","","","",2.62,2.62,2.59,2.12,1.5,1.26,0.622,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17151",6,44.52839,-72.86884,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.100702,0.052858,0.223,"2013-03-05 00:00",0.221,"2013-03-23 00:00",0.189,"2013-09-13 00:00",0.18,"2013-04-22 00:00","","","","",0.223,0.223,0.189,0.167,0.124,0.0976,0.0302,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17158",6,44.52839,-72.86884,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.03976,0.040248,0.18,"2013-07-09 00:00",0.154,"2013-09-07 00:00",0.134,"2013-09-01 00:00",0.0876,"2013-08-02 00:00","","","","",0.18,0.18,0.134,0.0832,0.0498,0.0356,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17159",6,44.52839,-72.86884,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.323256,0.177501,0.815,"2013-03-05 00:00",0.786,"2013-01-28 00:00",0.746,"2013-01-04 00:00",0.741,"2013-01-22 00:00","","","","",0.815,0.815,0.746,0.518,0.387,0.266,0.154,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17160",6,44.52839,-72.86884,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.002814,0.011837,0.07,"2013-01-22 00:00",0.029,"2013-01-28 00:00",0.022,"2013-04-04 00:00",0,"2013-01-04 00:00","","","","",0.07,0.07,0.022,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17201",6,44.52839,-72.86884,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.299721,0.227537,1.13,"2013-01-22 00:00",1.01,"2013-01-28 00:00",0.75,"2013-03-05 00:00",0.604,"2013-01-04 00:00","","","","",1.13,1.13,0.75,0.573,0.321,0.218,0.132,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17204",6,44.52839,-72.86884,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.181195,0.162975,0.795,"2013-01-22 00:00",0.697,"2013-01-28 00:00",0.503,"2013-03-05 00:00",0.412,"2013-04-10 00:00","","","","",0.795,0.795,0.503,0.345,0.224,0.112,0.0727,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17208",6,44.52839,-72.86884,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.054991,0.091425,0.47,"2013-01-22 00:00",0.307,"2013-01-28 00:00",0.201,"2013-02-09 00:00",0.16,"2013-02-03 00:00","","","","",0.47,0.47,0.201,0.14,0.0874,0.0277,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17211",6,44.52839,-72.86884,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.004767,0.018647,0.099,"2013-01-28 00:00",0.062,"2013-01-22 00:00",0.044,"2013-03-11 00:00",0,"2013-01-04 00:00","","","","",0.099,0.099,0.044,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17212",6,44.52839,-72.86884,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.001286,0.005964,0.0319,"2013-07-09 00:00",0.0234,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.0319,0.0319,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17215",6,44.52839,-72.86884,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.013419,0.031185,0.144,"2013-01-22 00:00",0.121,"2013-05-16 00:00",0.077,"2013-01-28 00:00",0.045,"2013-02-03 00:00","","","","",0.144,0.144,0.077,0.034,0.021,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17220",6,44.52839,-72.86884,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.068605,0.101319,0.513,"2013-01-22 00:00",0.351,"2013-01-28 00:00",0.23,"2013-02-09 00:00",0.186,"2013-02-03 00:00","","","","",0.513,0.513,0.23,0.18,0.091,0.036,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17223",6,44.52839,-72.86884,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.007721,0.02291,0.119,"2013-01-22 00:00",0.073,"2013-01-28 00:00",0.043,"2013-02-03 00:00",0.038,"2013-02-09 00:00","","","","",0.119,0.119,0.043,0.036,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17224",6,44.52839,-72.86884,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.029465,0.045926,0.228,"2013-01-22 00:00",0.147,"2013-01-28 00:00",0.11,"2013-02-09 00:00",0.079,"2013-05-16 00:00","","","","",0.228,0.228,0.11,0.075,0.044,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17231",6,44.52839,-72.86884,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.00107,0.007015,0.046,"2013-01-28 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.046,0.046,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17237",6,44.52839,-72.86884,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.025093,0.040383,0.179,"2013-01-22 00:00",0.162,"2013-01-28 00:00",0.068,"2013-02-09 00:00",0.068,"2013-04-10 00:00","","","","",0.179,0.179,0.068,0.066,0.04,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17242",6,44.52839,-72.86884,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.014279,0.032704,0.171,"2013-01-22 00:00",0.087,"2013-01-28 00:00",0.083,"2013-05-16 00:00",0.051,"2013-02-03 00:00","","","","",0.171,0.171,0.083,0.045,0.024,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","17243",6,44.52839,-72.86884,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,1,"","","Certification not required",0,0.027195,0.043741,0.183,"2013-01-22 00:00",0.179,"2013-01-28 00:00",0.0804,"2013-02-09 00:00",0.0797,"2013-02-03 00:00","","","","",0.183,0.183,0.0804,0.0763,0.0385,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-12-03" +"50","007","0007","42101",1,44.52839,-72.86884,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Ecotech EC9830T",2013,"Parts per million","No Events",5963,68,258,365,0,589,0,0,"Certification not required",26,0.172827,0.052483,0.49,"2013-02-01 12:00",0.48,"2013-02-01 11:00",0.48,"2013-02-01 13:00",0.48,"2013-02-01 14:00","","","","",0.31,0.29,0.25,0.23,0.2,0.17,0.11,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-02-21" +"50","007","0007","42101",1,44.52839,-72.86884,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6194,71,256,365,0,0,0,0,"Certification not required",0,0.17743,0.056321,0.5,"2013-02-01 14:00",0.5,"2013-02-01 15:00",0.5,"2013-02-01 16:00",0.5,"2013-02-01 17:00",0.5,"2013-02-01 14:00",0.4,"2013-02-01 09:00",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-02-21" +"50","007","0007","42401",3,44.52839,-72.86884,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",2034,23,88,365,0,126,0,"","Certification not required",0,0.610227,0.611582,3.1,"2013-02-04 06:00",2.3,"2013-01-09 10:00",1.9,"2013-01-07 01:00",1.8,"2013-01-06 13:00","","","","",3.1,2.3,1.7,1.5,0.9,0.5,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","42401",3,44.52839,-72.86884,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",2034,23,88,365,0,126,"","","Certification not required",0,0.207866,0.35709,3.1,"2013-02-04 06:00",2.8,"2013-02-04 05:00",2.3,"2013-01-09 10:00",2.2,"2013-02-04 07:00","","","","",1.6,1.4,1,0.7,0.3,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","42401",3,44.52839,-72.86884,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",88,24,88,365,0,0,0,"","Certification not required",0,0.202273,0.254602,1.1,"2013-01-09 00:00",1,"2013-01-08 00:00",1,"2013-01-19 00:00",0.9,"2013-01-06 00:00","","","","",1.1,1,0.7,0.5,0.3,0.1,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","42401",3,44.52839,-72.86884,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",619,21,83,365,0,0,"",0,"Certification not required",0,0.201454,0.344886,2.3,"2013-02-04 08:00",2,"2013-01-09 11:00",1.7,"2013-01-06 14:00",1.6,"2013-01-08 14:00","","","","",1.5,1.3,1,0.7,0.2,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","42600",1,44.52839,-72.86884,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",2020,23,88,365,0,140,"","","Certification not required",0,2.400149,1.544292,11.5,"2013-02-19 17:00",11,"2013-02-19 18:00",10.7,"2013-02-04 06:00",10.7,"2013-02-04 07:00","","","","",8.4,7.4,5.4,4.5,3,1.9,1.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","42601",1,44.52839,-72.86884,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",2020,23,88,365,0,140,"","","Certification not required",0,0.21099,0.500161,3.7,"2013-01-14 09:00",3.2,"2013-01-14 08:00",3,"2013-01-13 10:00",3,"2013-01-14 06:00","","","","",2.5,2,1.4,0.7,0.2,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","42612",1,44.52839,-72.86884,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Ecotech EC9843",2013,"Parts per billion","No Events",2020,23,88,365,0,140,"","","Certification not required",0,2.418861,1.499135,11.7,"2013-02-19 17:00",11.2,"2013-02-19 18:00",11,"2013-02-04 06:00",10.9,"2013-02-04 07:00","","","","",7.9,6.8,5.1,4.4,3,2,1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-08-09" +"50","007","0007","43502",1,44.52839,-72.86884,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,29,61,0,1,"","","Certification not required",0,0.733333,0.375393,1.7,"2013-05-07 00:00",1.7,"2013-06-21 00:00",1.3,"2013-05-04 00:00",1.3,"2013-06-27 00:00","","","","",1.7,1.7,1.7,1.3,0.9,0.7,0.4,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-10-28" +"50","007","0007","43503",1,44.52839,-72.86884,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,29,61,0,1,"","","Certification not required",0,0.593333,0.225806,1.2,"2013-05-07 00:00",1.1,"2013-05-10 00:00",1,"2013-05-04 00:00",0.9,"2013-06-21 00:00","","","","",1.2,1.2,1.1,1,0.7,0.6,0.4,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-10-28" +"50","007","0007","43504",1,44.52839,-72.86884,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,29,61,0,1,"","","Certification not required",0,0.133333,0.054667,0.3,"2013-05-07 00:00",0.2,"2013-01-04 00:00",0.2,"2013-02-15 00:00",0.2,"2013-05-04 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-10-28" +"50","007","0007","43551",1,44.52839,-72.86884,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,29,61,0,1,"","","Certification not required",0,2.131502,0.852577,4.50728,"2013-05-07 00:00",3.88376,"2013-05-04 00:00",3.51772,"2013-05-28 00:00",3.31199,"2013-05-16 00:00","","","","",4.50728,4.50728,3.88376,3.51772,2.70109,1.73425,1.38588,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-10-28" +"50","007","0007","44201",1,44.52839,-72.86884,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6103,96,175,183,0,449,0,0,"Certification not required",3,0.043269,0.010694,0.07,"2013-07-28 02:00",0.066,"2013-04-24 16:00",0.066,"2013-05-01 16:00",0.066,"2013-09-21 01:00","","","","",0.066,0.066,0.064,0.058,0.052,0.048,0.042,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-11-14" +"50","007","0007","44201",1,44.52839,-72.86884,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6361,95,174,183,0,0,0,0,"Certification not required",0,0.039431,0.010582,0.064,"2013-05-01 11:00",0.062,"2013-03-31 15:00",0.062,"2013-04-07 13:00",0.062,"2013-04-29 05:00","","","","",0.062,0.062,0.058,0.056,0.05,0.045,0.039,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-11-14" +"50","007","0007","44201",1,44.52839,-72.86884,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6361,95,174,183,0,0,0,0,"Certification not required",0,0.039431,0.010582,0.064,"2013-05-01 11:00",0.062,"2013-03-31 15:00",0.062,"2013-04-07 13:00",0.062,"2013-04-29 05:00","","","","",0.062,0.062,0.058,0.056,0.05,0.045,0.039,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-11-14" +"50","007","0007","68105",1,44.52839,-72.86884,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",79,65,78,122,0,0,"","","Certification not required",0,8.396203,11.910773,26,"2013-07-15 00:00",25.2,"2013-05-31 00:00",25,"2013-07-18 00:00",23.7,"2013-07-09 00:00","","","","",26,25.2,23.7,23.2,18.5,11.4,-8.7,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","68108",1,44.52839,-72.86884,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",79,65,78,122,0,0,"","","Certification not required",0,726.227848,4.803709,743,"2013-04-22 00:00",735,"2013-05-01 00:00",733,"2013-01-07 00:00",733,"2013-03-08 00:00","","","","",743,735,733,732,729,727,721,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","81102",3,44.52839,-72.86884,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",83,67,82,122,0,9,0,0,"Certification not required",16,6.987952,4.189109,19,"2013-05-31 00:00",19,"2013-06-24 00:00",19,"2013-08-20 00:00",17,"2013-08-26 00:00","","","","",19,19,14,14,9,6,2,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","81102",4,44.52839,-72.86884,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",89,70,86,122,0,4,0,0,"Certification not required",18,6.955056,4.072943,20,"2013-06-24 00:00",19,"2013-05-31 00:00",19,"2013-08-20 00:00",16,"2013-08-26 00:00","","","","",20,19,15,12,9,6,2,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","85101",3,44.52839,-72.86884,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,69,83,122,0,10,"","","Certification not required",14,6.97619,3.877573,18,"2013-05-31 00:00",18,"2013-06-24 00:00",18,"2013-08-20 00:00",17,"2013-08-26 00:00","","","","",18,18,13,13,9,7,2,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","85101",4,44.52839,-72.86884,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,74,87,122,0,5,"","","Certification not required",13,7.066667,3.750056,19,"2013-06-24 00:00",18,"2013-05-31 00:00",18,"2013-08-20 00:00",16,"2013-08-26 00:00","","","","",19,18,14,12,9,7,2,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","85101",5,44.52839,-72.86884,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.429904,2.749714,15.8951,"2013-05-31 00:00",10.9559,"2013-05-01 00:00",10.6039,"2013-05-07 00:00",9.4217,"2013-05-10 00:00","","","","",15.8951,10.9559,10.6039,8.0346,6.77,5.16,2.266,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","85102",3,44.52839,-72.86884,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.162,0.138161,0.46,"2013-03-11 00:00",0.38,"2013-01-28 00:00",0.28,"2013-01-13 00:00",0.25,"2013-02-15 00:00","","","","",0.46,0.46,0.46,0.38,0.25,0.12,0.02,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-11" +"50","007","0007","85102",4,44.52839,-72.86884,"WGS84","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.08,0.056569,0.12,"2013-01-28 00:00",0.04,"2013-03-17 00:00","","","","","","","","",0.12,0.12,0.12,0.12,0.12,0.12,0.04,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85103",3,44.52839,-72.86884,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.178667,0.142421,0.48,"2013-01-28 00:00",0.36,"2013-03-05 00:00",0.34,"2013-03-11 00:00",0.33,"2013-01-13 00:00","","","","",0.48,0.48,0.48,0.36,0.33,0.12,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-11" +"50","007","0007","85103",4,44.52839,-72.86884,"WGS84","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.215,0.304056,0.43,"2013-01-28 00:00",0,"2013-03-17 00:00","","","","","","","","",0.43,0.43,0.43,0.43,0.43,0.43,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85105",3,44.52839,-72.86884,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.004,0.005071,0.01,"2013-01-04 00:00",0.01,"2013-01-13 00:00",0.01,"2013-01-22 00:00",0.01,"2013-02-03 00:00","","","","",0.01,0.01,0.01,0.01,0.01,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85105",4,44.52839,-72.86884,"WGS84","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-28 00:00",0,"2013-03-17 00:00","","","","","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85110",3,44.52839,-72.86884,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.050667,0.026851,0.13,"2013-01-22 00:00",0.06,"2013-01-13 00:00",0.06,"2013-01-28 00:00",0.06,"2013-02-03 00:00","","","","",0.13,0.13,0.13,0.06,0.06,0.05,0.02,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85110",4,44.52839,-72.86884,"WGS84","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.05,0.028284,0.07,"2013-01-28 00:00",0.03,"2013-03-17 00:00","","","","","","","","",0.07,0.07,0.07,0.07,0.07,0.07,0.03,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85112",3,44.52839,-72.86884,"WGS84","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.074,0.286601,1.11,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",1.11,1.11,1.11,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85112",4,44.52839,-72.86884,"WGS84","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-28 00:00",0,"2013-03-17 00:00","","","","","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85113",3,44.52839,-72.86884,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.03,0.025912,0.09,"2013-03-11 00:00",0.07,"2013-02-09 00:00",0.06,"2013-02-03 00:00",0.05,"2013-01-22 00:00","","","","",0.09,0.09,0.09,0.07,0.05,0.02,0.01,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85113",4,44.52839,-72.86884,"WGS84","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.03,0.014142,0.04,"2013-01-28 00:00",0.02,"2013-03-17 00:00","","","","","","","","",0.04,0.04,0.04,0.04,0.04,0.04,0.02,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85129",3,44.52839,-72.86884,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",15,25,15,61,0,1,0,0,"Certification not required",0,0.001293,0.000574,0.0023,"2013-03-05 00:00",0.002,"2013-01-22 00:00",0.0019,"2013-03-11 00:00",0.0018,"2013-02-15 00:00","","","","",0.0023,0.0023,0.0023,0.002,0.0018,0.0014,0.0005,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85129",4,44.52839,-72.86884,"WGS84","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",2,3,2,61,0,0,0,0,"Certification not required",0,0.0012,0.000283,0.0014,"2013-01-28 00:00",0.001,"2013-03-17 00:00","","","","","","","","",0.0014,0.0014,0.0014,0.0014,0.0014,0.0014,0.001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85132",3,44.52839,-72.86884,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,1.473333,0.95354,3.11,"2013-02-03 00:00",2.9,"2013-01-22 00:00",2.78,"2013-02-09 00:00",2.68,"2013-03-11 00:00","","","","",3.11,3.11,3.11,2.9,2.68,1.04,0.54,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85132",4,44.52839,-72.86884,"WGS84","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,1.51,0.777817,2.06,"2013-01-28 00:00",0.96,"2013-03-17 00:00","","","","","","","","",2.06,2.06,2.06,2.06,2.06,2.06,0.96,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85136",3,44.52839,-72.86884,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.46,0.463249,1.87,"2013-02-15 00:00",1.09,"2013-01-22 00:00",0.71,"2013-03-11 00:00",0.43,"2013-03-17 00:00","","","","",1.87,1.87,1.87,1.09,0.43,0.33,0.14,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-11" +"50","007","0007","85136",4,44.52839,-72.86884,"WGS84","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.26,0.028284,0.28,"2013-01-28 00:00",0.24,"2013-03-17 00:00","","","","","","","","",0.28,0.28,0.28,0.28,0.28,0.28,0.24,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85142",3,44.52839,-72.86884,"WGS84","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.012,0.008619,0.03,"2013-01-04 00:00",0.02,"2013-01-22 00:00",0.02,"2013-01-28 00:00",0.02,"2013-02-15 00:00","","","","",0.03,0.03,0.03,0.02,0.02,0.01,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-11" +"50","007","0007","85142",4,44.52839,-72.86884,"WGS84","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.02,0.014142,0.03,"2013-01-28 00:00",0.01,"2013-03-17 00:00","","","","","","","","",0.03,0.03,0.03,0.03,0.03,0.03,0.01,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85154",3,44.52839,-72.86884,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.028667,0.055274,0.16,"2013-03-05 00:00",0.13,"2013-02-15 00:00",0.11,"2013-02-03 00:00",0.02,"2013-01-04 00:00","","","","",0.16,0.16,0.16,0.13,0.02,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","85154",4,44.52839,-72.86884,"WGS84","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",2,3,2,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-28 00:00",0,"2013-03-17 00:00","","","","","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2013-09-09" +"50","007","0007","86502",1,44.52839,-72.86884,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.784314,1.653042,6,"2013-05-01 00:00",6,"2013-05-07 00:00",5,"2013-05-04 00:00",5,"2013-05-31 00:00","","","","",6,6,5,4,3,2,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88101",1,44.52839,-72.86884,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,13,0,0,"Certification not required",0,4.927848,2.619549,14.1,"2013-08-20 00:00",12.8,"2013-05-31 00:00",12.7,"2013-06-24 00:00",11.9,"2013-08-26 00:00","","","","",14.1,12.8,11.9,8.2,5.8,4.5,1.9,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88101",1,44.52839,-72.86884,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,13,"","","Certification not required",0,4.927848,2.619549,14.1,"2013-08-20 00:00",12.8,"2013-05-31 00:00",12.7,"2013-06-24 00:00",11.9,"2013-08-26 00:00","","","","",14.1,12.8,11.9,8.2,5.8,4.5,1.9,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88103",1,44.52839,-72.86884,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-01-22 00:00",0.001,"2013-04-16 00:00",0.001,"2013-04-28 00:00",0.001,"2013-05-19 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88103",2,44.52839,-72.86884,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-19 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88104",1,44.52839,-72.86884,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.015356,0.01311,0.0636,"2013-05-07 00:00",0.0491,"2013-05-01 00:00",0.038,"2013-04-22 00:00",0.0331,"2013-05-28 00:00","","","","",0.0636,0.0491,0.038,0.03,0.025,0.0118,0.0035,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88104",2,44.52839,-72.86884,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.015796,0.012919,0.0585,"2013-05-07 00:00",0.0502,"2013-05-01 00:00",0.04,"2013-04-22 00:00",0.0363,"2013-04-07 00:00","","","","",0.0585,0.0502,0.04,0.031,0.026,0.0112,0.0033,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88109",1,44.52839,-72.86884,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001724,0.00094,0.0044,"2013-02-21 00:00",0.0042,"2013-05-31 00:00",0.0037,"2013-03-05 00:00",0.0036,"2013-01-25 00:00","","","","",0.0044,0.0042,0.0037,0.0028,0.0022,0.0017,0.0007,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88109",2,44.52839,-72.86884,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.001749,0.001,0.0048,"2013-02-21 00:00",0.0042,"2013-01-25 00:00",0.0039,"2013-05-31 00:00",0.0037,"2013-03-05 00:00","","","","",0.0048,0.0042,0.0039,0.0028,0.0022,0.0016,0.0005,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88111",1,44.52839,-72.86884,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.01412,0.009409,0.0462,"2013-05-07 00:00",0.0308,"2013-05-01 00:00",0.0296,"2013-05-31 00:00",0.0295,"2013-02-21 00:00","","","","",0.0462,0.0308,0.0296,0.0256,0.0204,0.0116,0.0037,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88111",2,44.52839,-72.86884,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.014088,0.009296,0.0446,"2013-05-07 00:00",0.0304,"2013-05-01 00:00",0.03,"2013-02-21 00:00",0.0289,"2013-05-31 00:00","","","","",0.0446,0.0304,0.03,0.0259,0.0209,0.0119,0.0036,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88112",1,44.52839,-72.86884,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88112",2,44.52839,-72.86884,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88114",1,44.52839,-72.86884,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000367,0.0002,0.0008,"2013-01-22 00:00",0.0008,"2013-03-11 00:00",0.0008,"2013-05-31 00:00",0.0007,"2013-04-07 00:00","","","","",0.0008,0.0008,0.0008,0.0007,0.0005,0.0003,0.00015,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88114",2,44.52839,-72.86884,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000372,0.000207,0.001,"2013-01-22 00:00",0.0008,"2013-05-31 00:00",0.0007,"2013-01-19 00:00",0.0007,"2013-03-05 00:00","","","","",0.001,0.0008,0.0007,0.0006,0.0005,0.0003,0.0001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88115",1,44.52839,-72.86884,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.013576,0.086508,0.6188,"2013-02-21 00:00",0.0228,"2013-01-25 00:00",0.0074,"2013-03-08 00:00",0.0045,"2013-03-11 00:00","","","","",0.6188,0.0228,0.0074,0.0035,0.0011,0.0006,0.00015,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88115",2,44.52839,-72.86884,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.013226,0.085823,0.614,"2013-02-21 00:00",0.0087,"2013-01-25 00:00",0.0058,"2013-02-18 00:00",0.0054,"2013-03-08 00:00","","","","",0.614,0.0087,0.0058,0.0031,0.0015,0.0007,0.00015,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88126",1,44.52839,-72.86884,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.01382,0.010148,0.0469,"2013-05-07 00:00",0.0374,"2013-05-01 00:00",0.0327,"2013-04-07 00:00",0.0309,"2013-05-31 00:00","","","","",0.0469,0.0374,0.0327,0.0246,0.0202,0.0138,0.0033,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88126",2,44.52839,-72.86884,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.013829,0.009941,0.0454,"2013-05-07 00:00",0.0367,"2013-05-01 00:00",0.0329,"2013-04-07 00:00",0.0294,"2013-05-31 00:00","","","","",0.0454,0.0367,0.0329,0.0245,0.0202,0.0137,0.0036,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88128",1,44.52839,-72.86884,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001078,0.000744,0.003,"2013-04-10 00:00",0.002,"2013-01-13 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-06 00:00","","","","",0.003,0.002,0.002,0.002,0.002,0.001,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88128",2,44.52839,-72.86884,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00098,0.000787,0.003,"2013-04-10 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-07 00:00",0.002,"2013-01-19 00:00","","","","",0.003,0.002,0.002,0.002,0.002,0.001,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88132",1,44.52839,-72.86884,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000588,0.000497,0.001,"2013-01-07 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88132",2,44.52839,-72.86884,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000529,0.000504,0.001,"2013-01-13 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00",0.001,"2013-01-25 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88136",1,44.52839,-72.86884,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-11 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88136",2,44.52839,-72.86884,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-03-11 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88140",1,44.52839,-72.86884,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.00926,0.0125,0.052,"2013-02-21 00:00",0.0447,"2013-05-07 00:00",0.038,"2013-03-11 00:00",0.0365,"2013-03-08 00:00","","","","",0.052,0.0447,0.038,0.0247,0.0119,0.0029,0.00105,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88140",2,44.52839,-72.86884,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.009242,0.012191,0.0545,"2013-02-21 00:00",0.0502,"2013-05-07 00:00",0.037,"2013-03-08 00:00",0.031,"2013-03-11 00:00","","","","",0.0545,0.0502,0.037,0.0218,0.013,0.0041,0.00105,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88152",1,44.52839,-72.86884,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.001032,0.001597,0.0075,"2013-05-31 00:00",0.0065,"2013-05-22 00:00",0.0041,"2013-02-15 00:00",0.0034,"2013-02-03 00:00","","","","",0.0075,0.0065,0.0041,0.0027,0.0013,0.00015,0.00015,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88152",2,44.52839,-72.86884,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.001043,0.001658,0.0086,"2013-05-31 00:00",0.0054,"2013-05-22 00:00",0.0035,"2013-04-07 00:00",0.0034,"2013-02-03 00:00","","","","",0.0086,0.0054,0.0035,0.0033,0.0012,0.00015,0.0001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88154",1,44.52839,-72.86884,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.000173,0.000143,0.0007,"2013-01-19 00:00",0.0007,"2013-05-31 00:00",0.0005,"2013-02-06 00:00",0.0004,"2013-02-15 00:00","","","","",0.0007,0.0007,0.0005,0.0003,0.0002,0.0001,0.0001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88154",2,44.52839,-72.86884,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",27,0.00019,0.000128,0.0007,"2013-05-31 00:00",0.0005,"2013-01-01 00:00",0.0005,"2013-03-05 00:00",0.0004,"2013-03-08 00:00","","","","",0.0007,0.0005,0.0005,0.0003,0.0003,0.0001,0.0001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88161",1,44.52839,-72.86884,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.001265,0.00115,0.0051,"2013-02-09 00:00",0.0046,"2013-04-22 00:00",0.0039,"2013-05-07 00:00",0.0032,"2013-05-01 00:00","","","","",0.0051,0.0046,0.0039,0.0026,0.0019,0.0009,0.0002,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88161",2,44.52839,-72.86884,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.00122,0.001132,0.005,"2013-02-09 00:00",0.0044,"2013-04-22 00:00",0.0037,"2013-05-07 00:00",0.0028,"2013-05-01 00:00","","","","",0.005,0.0044,0.0037,0.0026,0.0018,0.0009,0.0002,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88164",1,44.52839,-72.86884,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.000142,9.2e-05,0.0004,"2013-03-11 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-02-09 00:00","","","","",0.0004,0.0003,0.0003,0.0003,0.0002,0.0001,5e-05,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88164",2,44.52839,-72.86884,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000146,0.000117,0.0005,"2013-05-31 00:00",0.0004,"2013-03-11 00:00",0.0004,"2013-04-16 00:00",0.0004,"2013-04-19 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88165",1,44.52839,-72.86884,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.030453,0.029176,0.1286,"2013-05-07 00:00",0.098,"2013-05-01 00:00",0.0832,"2013-04-07 00:00",0.0769,"2013-05-31 00:00","","","","",0.1286,0.098,0.0832,0.0689,0.0417,0.0219,0.00275,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88165",2,44.52839,-72.86884,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.030969,0.029733,0.1268,"2013-05-07 00:00",0.0973,"2013-05-01 00:00",0.086,"2013-04-22 00:00",0.0852,"2013-04-07 00:00","","","","",0.1268,0.0973,0.086,0.0698,0.0439,0.0221,0.00275,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88167",1,44.52839,-72.86884,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.003137,0.001889,0.0113,"2013-04-10 00:00",0.0069,"2013-01-22 00:00",0.0055,"2013-01-07 00:00",0.0053,"2013-02-03 00:00","","","","",0.0113,0.0069,0.0055,0.0052,0.0042,0.0029,0.001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88167",2,44.52839,-72.86884,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00319,0.001983,0.0115,"2013-04-10 00:00",0.0071,"2013-01-22 00:00",0.0063,"2013-02-09 00:00",0.0057,"2013-02-03 00:00","","","","",0.0115,0.0071,0.0063,0.0051,0.0043,0.003,0.0011,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88168",1,44.52839,-72.86884,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.000192,0.000133,0.0007,"2013-02-21 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-01-07 00:00",0.0004,"2013-01-25 00:00","","","","",0.0007,0.0005,0.0004,0.0004,0.0002,0.0001,0.0001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88168",2,44.52839,-72.86884,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.000199,0.000142,0.0007,"2013-02-21 00:00",0.0007,"2013-05-07 00:00",0.0005,"2013-04-10 00:00",0.0005,"2013-04-16 00:00","","","","",0.0007,0.0007,0.0005,0.0003,0.0003,0.00015,0.0001,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88169",1,44.52839,-72.86884,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.325857,0.196105,1.158,"2013-05-31 00:00",0.7391,"2013-02-15 00:00",0.595,"2013-05-10 00:00",0.5948,"2013-03-20 00:00","","","","",1.158,0.7391,0.595,0.5361,0.4301,0.2631,0.1235,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88169",2,44.52839,-72.86884,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.329292,0.197695,1.1798,"2013-05-31 00:00",0.7533,"2013-02-15 00:00",0.6003,"2013-01-04 00:00",0.5779,"2013-03-20 00:00","","","","",1.1798,0.7533,0.6003,0.5299,0.4334,0.267,0.1319,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88176",1,44.52839,-72.86884,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000177,7e-05,0.0004,"2013-03-17 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-01-28 00:00",0.0003,"2013-01-31 00:00","","","","",0.0004,0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88176",2,44.52839,-72.86884,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000164,5.5e-05,0.0004,"2013-04-10 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-03-26 00:00",0.0003,"2013-04-25 00:00","","","","",0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88180",1,44.52839,-72.86884,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025875,0.011323,0.0507,"2013-01-22 00:00",0.0488,"2013-03-08 00:00",0.0469,"2013-02-03 00:00",0.0449,"2013-05-31 00:00","","","","",0.0507,0.0488,0.0469,0.0392,0.0346,0.0254,0.0109,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88180",2,44.52839,-72.86884,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.026141,0.011527,0.0508,"2013-01-22 00:00",0.0495,"2013-02-03 00:00",0.0486,"2013-03-08 00:00",0.0435,"2013-05-31 00:00","","","","",0.0508,0.0495,0.0486,0.0397,0.0352,0.0262,0.0108,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88184",1,44.52839,-72.86884,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.048287,0.075103,0.4204,"2013-02-21 00:00",0.2162,"2013-03-08 00:00",0.1955,"2013-03-11 00:00",0.1654,"2013-05-07 00:00","","","","",0.4204,0.2162,0.1955,0.1401,0.0712,0.0146,0.0016,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88184",2,44.52839,-72.86884,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.055855,0.085017,0.5111,"2013-02-21 00:00",0.2175,"2013-03-11 00:00",0.2027,"2013-03-08 00:00",0.1873,"2013-05-07 00:00","","","","",0.5111,0.2175,0.2027,0.1485,0.0661,0.0306,0.0016,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88185",1,44.52839,-72.86884,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",39,0.000763,0.000382,0.0021,"2013-02-21 00:00",0.0019,"2013-01-25 00:00",0.0017,"2013-05-31 00:00",0.0015,"2013-01-04 00:00","","","","",0.0021,0.0019,0.0017,0.0013,0.0007,0.00065,0.0004,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88185",2,44.52839,-72.86884,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000771,0.000423,0.0029,"2013-01-04 00:00",0.0015,"2013-01-07 00:00",0.0015,"2013-01-31 00:00",0.0015,"2013-04-25 00:00","","","","",0.0029,0.0015,0.0015,0.0013,0.0007,0.00065,0.0004,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88203",1,44.52839,-72.86884,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.048631,0.136489,0.947,"2013-02-21 00:00",0.2986,"2013-03-08 00:00",0.1363,"2013-01-25 00:00",0.0924,"2013-03-05 00:00","","","","",0.947,0.2986,0.1363,0.0701,0.0325,0.0144,0.0072,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88306",1,44.52839,-72.86884,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.376831,0.375697,1.4827,"2013-01-04 00:00",1.3053,"2013-02-15 00:00",1.1687,"2013-01-22 00:00",1.157,"2013-03-20 00:00","","","","",1.4827,1.3053,1.1687,0.97,0.524,0.2021,0.0581,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88320",1,44.52839,-72.86884,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.571176,0.297534,1.9,"2013-05-31 00:00",1.06,"2013-01-22 00:00",0.98,"2013-02-03 00:00",0.94,"2013-05-10 00:00","","","","",1.9,1.06,0.98,0.85,0.73,0.53,0.24,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88321",1,44.52839,-72.86884,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.101569,0.050611,0.24,"2013-05-31 00:00",0.21,"2013-01-22 00:00",0.18,"2013-04-10 00:00",0.16,"2013-02-15 00:00","","","","",0.24,0.21,0.18,0.15,0.14,0.09,0.05,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88324",1,44.52839,-72.86884,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.022965,0.012207,0.0658,"2013-02-09 00:00",0.0581,"2013-02-03 00:00",0.0559,"2013-05-31 00:00",0.0474,"2013-04-07 00:00","","","","",0.0658,0.0581,0.0559,0.0304,0.02965,0.0165,0.0102,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88325",1,44.52839,-72.86884,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.116421,0.096609,0.655,"2013-05-31 00:00",0.2552,"2013-05-01 00:00",0.2417,"2013-05-10 00:00",0.2151,"2013-04-10 00:00","","","","",0.655,0.2552,0.2417,0.1756,0.152,0.1058,0.03315,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88326",1,44.52839,-72.86884,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.14998,0.085241,0.4106,"2013-05-31 00:00",0.3384,"2013-01-22 00:00",0.3232,"2013-05-10 00:00",0.2902,"2013-05-07 00:00","","","","",0.4106,0.3384,0.3232,0.2346,0.2023,0.1462,0.03855,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88327",1,44.52839,-72.86884,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.122572,0.062561,0.3432,"2013-05-31 00:00",0.3073,"2013-01-22 00:00",0.2031,"2013-02-03 00:00",0.1893,"2013-03-05 00:00","","","","",0.3432,0.3073,0.2031,0.1858,0.1557,0.1154,0.0437,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88328",1,44.52839,-72.86884,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.16388,0.083769,0.436,"2013-05-31 00:00",0.3499,"2013-02-03 00:00",0.3162,"2013-04-10 00:00",0.2659,"2013-05-22 00:00","","","","",0.436,0.3499,0.3162,0.2487,0.2254,0.1533,0.059,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88329",1,44.52839,-72.86884,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.235804,0.120418,0.64,"2013-05-31 00:00",0.479,"2013-02-03 00:00",0.4475,"2013-04-10 00:00",0.3783,"2013-01-22 00:00","","","","",0.64,0.479,0.4475,0.364,0.319,0.2293,0.0915,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88330",1,44.52839,-72.86884,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.029202,0.015167,0.063,"2013-05-01 00:00",0.0566,"2013-05-22 00:00",0.0558,"2013-05-16 00:00",0.0557,"2013-05-28 00:00","","","","",0.063,0.0566,0.0558,0.0495,0.0362,0.03,0.0108,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88331",1,44.52839,-72.86884,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,3.2e-05,4.5e-05,0.00015,"2013-03-02 00:00",0.00015,"2013-03-14 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.00015,0.00015,0.0001,0.0001,5e-05,0,0,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88338",1,44.52839,-72.86884,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",48,0.016216,0.006431,0.0416,"2013-05-31 00:00",0.0322,"2013-04-22 00:00",0.0306,"2013-04-01 00:00",0.02375,"2013-02-27 00:00","","","","",0.0416,0.0322,0.0306,0.02315,0.0169,0.0146,0.0102,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88339",1,44.52839,-72.86884,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.344132,0.808921,4.77654,"2013-05-31 00:00",3.04858,"2013-02-15 00:00",2.45446,"2013-05-10 00:00",2.45372,"2013-03-20 00:00","","","","",4.77654,3.04858,2.45446,2.21145,1.774,1.08525,0.5094,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88344",1,44.52839,-72.86884,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.486104,0.484627,1.9127,"2013-01-04 00:00",1.6838,"2013-02-15 00:00",1.5076,"2013-01-22 00:00",1.4925,"2013-03-20 00:00","","","","",1.9127,1.6838,1.5076,1.2509,0.6757,0.2607,0.0749,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88348",1,44.52839,-72.86884,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.168371,0.139356,0.6565,"2013-05-07 00:00",0.4987,"2013-05-01 00:00",0.4059,"2013-04-07 00:00",0.3881,"2013-04-22 00:00","","","","",0.6565,0.4987,0.4059,0.3464,0.2345,0.1313,0.0337,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88348",2,44.52839,-72.86884,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.170996,0.13914,0.634,"2013-05-07 00:00",0.4965,"2013-05-01 00:00",0.4197,"2013-04-22 00:00",0.419,"2013-04-07 00:00","","","","",0.634,0.4965,0.4197,0.3355,0.2325,0.1378,0.0333,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88350",1,44.52839,-72.86884,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.027335,0.536235,3.4213,"2013-05-31 00:00",1.9145,"2013-01-22 00:00",1.7644,"2013-02-03 00:00",1.6949,"2013-05-10 00:00","","","","",3.4213,1.9145,1.7644,1.5291,1.3183,0.9562,0.4284,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88403",1,44.52839,-72.86884,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.95329,0.568595,3.294,"2013-05-31 00:00",2.1636,"2013-02-15 00:00",1.7846,"2013-03-20 00:00",1.772,"2013-01-04 00:00","","","","",3.294,2.1636,1.7846,1.6157,1.2258,0.7752,0.3702,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88500",3,44.52839,-72.86884,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5103,58,213,365,0,1449,"","","Certification not required",0,4.414717,3.877004,35,"2013-05-05 08:00",24.1,"2013-06-23 13:00",23.6,"2013-06-25 12:00",23.3,"2013-07-17 17:00","","","","",17,15.2,12.3,9.6,6.3,3.5,0.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88500",3,44.52839,-72.86884,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",213,58,213,365,0,0,"","","Certification not required",0,4.356808,3.167511,15.4,"2013-06-23 00:00",14.5,"2013-07-17 00:00",14.4,"2013-07-16 00:00",13.6,"2013-06-24 00:00","","","","",14.4,13.4,10.9,9,6,3.6,1.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88502",1,44.52839,-72.86884,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.141176,1.648051,10.6,"2013-05-31 00:00",5.5,"2013-01-04 00:00",5.3,"2013-02-03 00:00",5.3,"2013-02-15 00:00","","","","",10.6,5.5,5.3,4.5,4,3.1,1.4,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88502",2,44.52839,-72.86884,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.158824,1.668194,10.5,"2013-05-31 00:00",5.8,"2013-01-04 00:00",5.4,"2013-02-03 00:00",5.3,"2013-02-15 00:00","","","","",10.5,5.8,5.4,5,4,3.1,1.4,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-28" +"50","007","0007","88502",3,44.52839,-72.86884,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5103,58,213,365,0,1449,"","","Certification not required",0,4.468763,3.871805,35.1,"2013-05-05 08:00",24.1,"2013-06-23 13:00",23.6,"2013-06-25 12:00",23.3,"2013-07-17 17:00","","","","",17.1,15.2,12.4,9.7,6.3,3.6,0.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88502",3,44.52839,-72.86884,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",213,58,213,365,0,0,"","","Certification not required",0,4.416901,3.162232,15.5,"2013-06-23 00:00",14.6,"2013-07-17 00:00",14.4,"2013-07-16 00:00",13.6,"2013-06-24 00:00","","","","",14.4,13.5,11,9.1,6,3.7,1.2,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88503",3,44.52839,-72.86884,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5103,58,213,365,0,1449,"","","Certification not required",0,-0.369116,1.386455,5.5,"2013-01-31 08:00",5.1,"2013-06-29 15:00",5,"2013-04-03 19:00",4.7,"2013-06-25 14:00","","","","",3,2.6,2,1.4,0.5,-0.4,-2.1,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0007","88503",3,44.52839,-72.86884,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",213,58,213,365,0,0,"","","Certification not required",0,-0.352582,0.842814,1.7,"2013-02-01 00:00",1.6,"2013-02-21 00:00",1.5,"2013-01-27 00:00",1.3,"2013-01-24 00:00","","","","",1.5,1.3,1,0.7,0.2,-0.3,-1.5,"PROCTOR MAPLE RESEARCH CTR","58 HARVEY ROAD, Underhill, Vermont","Vermont","Chittenden","Underhill (Town of)","Burlington-South Burlington, VT","2014-01-01" +"50","007","0012","68103",5,44.480278,-73.214444,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",81,66,81,122,0,8,"","","Certification not required",0,7.601235,9.900031,24.2,"2013-07-06 00:00",23.1,"2013-07-18 00:00",22,"2013-08-08 00:00",21.1,"2013-09-01 00:00","","","","",24.2,23.1,20.9,19,14.8,9.9,-8.4,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","68104",5,44.480278,-73.214444,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",81,66,81,122,0,8,"","","Certification not required",0,16.974074,11.4409,35.1,"2013-07-18 00:00",33.8,"2013-06-24 00:00",33.2,"2013-07-06 00:00",32.2,"2013-08-20 00:00","","","","",35.1,33.8,32,30.6,26.2,19.9,1.3,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","68105",1,44.480278,-73.214444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",86,70,85,122,0,0,"","","Certification not required",0,11.069767,11.437164,29,"2013-07-15 00:00",27.5,"2013-05-31 00:00",27.5,"2013-07-18 00:00",26.9,"2013-07-06 00:00","","","","",29,27.5,25.4,24.3,20,15.4,-6.4,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0012","68105",2,44.480278,-73.214444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",84,69,81,122,0,0,"","","Certification not required",0,11.85,10.795665,29.2,"2013-07-15 00:00",27.9,"2013-07-18 00:00",27,"2013-07-06 00:00",25.5,"2013-06-24 00:00","","","","",29.2,27.9,24.6,23.8,20.2,15.4,-5.3,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0012","68105",5,44.480278,-73.214444,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",81,66,81,122,0,8,"","","Certification not required",0,11.997531,10.371596,28,"2013-07-18 00:00",27.5,"2013-07-06 00:00",26,"2013-07-09 00:00",25.8,"2013-06-24 00:00","","","","",28,27.5,24.9,24.1,20.2,15.1,-5.1,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","68106",5,44.480278,-73.214444,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,8,"","","Certification not required",0,745.271605,6.528806,760,"2013-10-13 00:00",759,"2013-09-28 00:00",759,"2013-11-03 00:00",758,"2013-10-10 00:00","","","","",760,759,754,753,749,745,738,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","68107",5,44.480278,-73.214444,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,8,"","","Certification not required",0,754.098765,6.777914,769,"2013-11-03 00:00",768,"2013-11-06 00:00",767,"2013-10-10 00:00",767,"2013-10-13 00:00","","","","",769,768,766,764,759,754,746,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","68108",1,44.480278,-73.214444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,85,122,0,0,"","","Certification not required",0,755.186047,5.018815,771,"2013-04-22 00:00",765,"2013-05-01 00:00",763,"2013-01-07 00:00",763,"2013-01-25 00:00","","","","",771,765,763,761,758,755,749,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0012","68108",2,44.480278,-73.214444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,69,81,122,0,0,"","","Certification not required",0,755.880952,4.760289,771,"2013-04-22 00:00",765,"2013-05-01 00:00",764,"2013-09-28 00:00",763,"2013-01-15 00:00","","","","",771,765,763,762,759,756,750,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0012","68108",5,44.480278,-73.214444,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,8,"","","Certification not required",0,748.580247,6.196499,763,"2013-11-03 00:00",762,"2013-10-13 00:00",761,"2013-09-28 00:00",760,"2013-10-10 00:00","","","","",763,762,759,757,753,749,741,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88101",1,44.480278,-73.214444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,7,0,0,"Certification not required",0,6.206977,3.153105,15.2,"2013-05-31 00:00",14.7,"2013-08-20 00:00",13.9,"2013-07-03 00:00",13,"2013-02-03 00:00","","","","",15.2,14.7,12.6,11.2,7.8,5.5,2.7,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-03" +"50","007","0012","88101",1,44.480278,-73.214444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,7,"","","Certification not required",0,6.206977,3.153105,15.2,"2013-05-31 00:00",14.7,"2013-08-20 00:00",13.9,"2013-07-03 00:00",13,"2013-02-03 00:00","","","","",15.2,14.7,12.6,11.2,7.8,5.5,2.7,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-03" +"50","007","0012","88101",2,44.480278,-73.214444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",82,66,81,122,0,13,0,0,"Certification not required",0,5.918293,3.108695,15.5,"2013-01-08 00:00",14.3,"2013-08-20 00:00",13.9,"2013-07-03 00:00",13.2,"2013-06-24 00:00","","","","",15.5,14.3,12.8,10.3,7.1,5.1,2.7,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-10" +"50","007","0012","88101",2,44.480278,-73.214444,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",82,66,81,122,0,13,"","","Certification not required",0,5.918293,3.108695,15.5,"2013-01-08 00:00",14.3,"2013-08-20 00:00",13.9,"2013-07-03 00:00",13.2,"2013-06-24 00:00","","","","",15.5,14.3,12.8,10.3,7.1,5.1,2.7,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-10" +"50","007","0012","88102",5,44.480278,-73.214444,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",76,0.019796,0.006351,0.042,"2013-01-19 00:00",0.042,"2013-08-14 00:00",0.038,"2013-02-27 00:00",0.036,"2013-03-14 00:00","","","","",0.042,0.042,0.026,0.026,0.021,0.0195,0.0135,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88103",5,44.480278,-73.214444,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.000346,0.000616,0.002,"2013-01-10 00:00",0.002,"2013-04-04 00:00",0.002,"2013-04-07 00:00",0.002,"2013-07-09 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88104",5,44.480278,-73.214444,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",62,0.019963,0.035455,0.259,"2013-01-28 00:00",0.162,"2013-06-24 00:00",0.113,"2013-05-16 00:00",0.063,"2013-10-10 00:00","","","","",0.259,0.162,0.05,0.042,0.0125,0.0115,0.0065,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88107",5,44.480278,-73.214444,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",80,0.007204,0.006974,0.0295,"2013-02-21 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88109",5,44.480278,-73.214444,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",32,0.002073,0.001371,0.0071,"2013-03-11 00:00",0.0058,"2013-11-06 00:00",0.0052,"2013-03-05 00:00",0.0048,"2013-01-19 00:00","","","","",0.0071,0.0058,0.0048,0.004,0.0028,0.0018,0.00065,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88110",5,44.480278,-73.214444,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.001333,0.003,0.013,"2013-01-19 00:00",0.013,"2013-09-13 00:00",0.012,"2013-03-17 00:00",0.008,"2013-06-18 00:00","","","","",0.013,0.013,0.007,0.006,0.001,0,0,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88111",5,44.480278,-73.214444,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",21,0.019428,0.020636,0.149,"2013-10-10 00:00",0.0703,"2013-05-07 00:00",0.0669,"2013-06-24 00:00",0.0524,"2013-05-01 00:00","","","","",0.149,0.0703,0.0472,0.034,0.0263,0.0149,0.0037,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88112",5,44.480278,-73.214444,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.005074,0.01075,0.06,"2013-09-13 00:00",0.058,"2013-10-16 00:00",0.043,"2013-11-03 00:00",0.03,"2013-09-28 00:00","","","","",0.06,0.058,0.019,0.01,0.005,0.002,0,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88113",5,44.480278,-73.214444,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",78,0.000702,0.00021,0.002,"2013-01-19 00:00",0.0014,"2013-05-07 00:00",0.0011,"2013-04-16 00:00",0.001,"2013-02-21 00:00","","","","",0.002,0.0014,0.001,0.001,0.0007,0.00065,0.00055,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88114",5,44.480278,-73.214444,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",61,0.001709,0.002322,0.0191,"2013-01-28 00:00",0.007,"2013-05-16 00:00",0.0059,"2013-07-03 00:00",0.0054,"2013-10-10 00:00","","","","",0.0191,0.007,0.0046,0.0032,0.00125,0.001,0.00065,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88115",5,44.480278,-73.214444,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",50,0.016085,0.060168,0.524,"2013-02-21 00:00",0.146,"2013-11-03 00:00",0.0856,"2013-01-28 00:00",0.036,"2013-07-21 00:00","","","","",0.524,0.146,0.0337,0.0161,0.0091,0.00405,0.00245,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88117",5,44.480278,-73.214444,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",81,0.007285,0.011073,0.043,"2013-02-21 00:00",0.043,"2013-03-23 00:00",0.043,"2013-05-16 00:00",0.043,"2013-07-21 00:00","","","","",0.043,0.043,0.043,0.0048,0.0048,0.0041,0.0028,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88118",5,44.480278,-73.214444,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",80,0.010037,0.006665,0.023,"2013-02-21 00:00",0.023,"2013-03-23 00:00",0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88126",5,44.480278,-73.214444,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.027881,0.020146,0.119,"2013-06-24 00:00",0.112,"2013-10-10 00:00",0.0858,"2013-05-07 00:00",0.0628,"2013-05-01 00:00","","","","",0.119,0.112,0.061,0.0467,0.0327,0.0233,0.0097,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88128",5,44.480278,-73.214444,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.000457,0.000881,0.003,"2013-03-26 00:00",0.003,"2013-04-10 00:00",0.003,"2013-08-05 00:00",0.003,"2013-09-01 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88131",5,44.480278,-73.214444,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",78,0.009877,0.003222,0.0165,"2013-02-06 00:00",0.0165,"2013-02-12 00:00",0.0165,"2013-05-07 00:00",0.0165,"2013-05-28 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88132",5,44.480278,-73.214444,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.000827,0.001263,0.006,"2013-10-16 00:00",0.005,"2013-05-07 00:00",0.004,"2013-09-25 00:00",0.004,"2013-10-10 00:00","","","","",0.006,0.005,0.004,0.002,0.001,0,0,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88136",5,44.480278,-73.214444,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.000444,0.000837,0.004,"2013-01-28 00:00",0.003,"2013-02-21 00:00",0.003,"2013-08-17 00:00",0.002,"2013-02-03 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0,0,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88140",5,44.480278,-73.214444,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",73,0.008266,0.00537,0.034,"2013-10-16 00:00",0.029,"2013-02-15 00:00",0.0274,"2013-05-07 00:00",0.021,"2013-03-11 00:00","","","","",0.034,0.029,0.021,0.009,0.009,0.006,0.0055,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88152",5,44.480278,-73.214444,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",81,0.005543,0.001583,0.008,"2013-02-09 00:00",0.008,"2013-02-24 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-10 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88154",5,44.480278,-73.214444,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",81,0.001035,0.000258,0.0013,"2013-01-04 00:00",0.0013,"2013-01-19 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-03 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88160",5,44.480278,-73.214444,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",80,0.012895,0.005177,0.047,"2013-03-11 00:00",0.018,"2013-02-06 00:00",0.018,"2013-02-12 00:00",0.018,"2013-05-07 00:00","","","","",0.047,0.018,0.018,0.018,0.016,0.01,0.01,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88161",5,44.480278,-73.214444,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",76,0.002614,0.001432,0.014,"2013-06-24 00:00",0.0059,"2013-10-10 00:00",0.0055,"2013-06-12 00:00",0.0043,"2013-02-06 00:00","","","","",0.014,0.0059,0.004,0.00265,0.00265,0.0025,0.0021,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88164",5,44.480278,-73.214444,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",80,0.001599,0.000298,0.003,"2013-11-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-24 00:00",0.0019,"2013-03-29 00:00","","","","",0.003,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88165",5,44.480278,-73.214444,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",19,0.039482,0.04926,0.369,"2013-06-24 00:00",0.169,"2013-10-10 00:00",0.166,"2013-05-07 00:00",0.121,"2013-05-01 00:00","","","","",0.369,0.169,0.097,0.073,0.05,0.027,0.0055,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88166",5,44.480278,-73.214444,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",79,0.007881,0.004283,0.0185,"2013-02-06 00:00",0.0185,"2013-02-12 00:00",0.0185,"2013-05-07 00:00",0.0185,"2013-05-28 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88167",5,44.480278,-73.214444,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",26,0.004917,0.00394,0.0163,"2013-07-09 00:00",0.0154,"2013-01-28 00:00",0.0134,"2013-01-16 00:00",0.0126,"2013-02-24 00:00","","","","",0.0163,0.0154,0.0126,0.0115,0.0066,0.0039,0.00105,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88168",5,44.480278,-73.214444,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",79,0.001283,0.000802,0.0079,"2013-06-15 00:00",0.0021,"2013-07-06 00:00",0.00175,"2013-02-06 00:00",0.00175,"2013-02-12 00:00","","","","",0.0079,0.0021,0.00175,0.00175,0.00115,0.00115,0.00085,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88169",5,44.480278,-73.214444,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.364546,0.242402,1.38,"2013-08-20 00:00",1.03,"2013-06-24 00:00",0.905,"2013-06-27 00:00",0.861,"2013-10-31 00:00","","","","",1.38,1.03,0.812,0.721,0.462,0.282,0.136,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88176",5,44.480278,-73.214444,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",80,0.00097,0.000217,0.0016,"2013-06-18 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-12 00:00",0.0013,"2013-02-21 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88180",5,44.480278,-73.214444,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",2,0.043016,0.031976,0.236,"2013-07-03 00:00",0.117,"2013-01-28 00:00",0.101,"2013-02-03 00:00",0.101,"2013-06-24 00:00","","","","",0.236,0.117,0.092,0.0714,0.0507,0.038,0.0163,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88184",5,44.480278,-73.214444,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",61,0.043957,0.066997,0.457,"2013-02-21 00:00",0.315,"2013-03-11 00:00",0.232,"2013-05-07 00:00",0.168,"2013-01-28 00:00","","","","",0.457,0.315,0.139,0.089,0.027,0.02,0.0155,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88185",5,44.480278,-73.214444,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",77,0.003383,0.003527,0.0134,"2013-11-03 00:00",0.0115,"2013-02-06 00:00",0.0115,"2013-02-12 00:00",0.0115,"2013-05-07 00:00","","","","",0.0134,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88301",5,44.480278,-73.214444,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",2,0.315253,0.31285,1.47,"2013-10-31 00:00",1.15,"2013-02-15 00:00",1.15,"2013-08-20 00:00",1.09,"2013-02-03 00:00","","","","",1.47,1.15,1.06,0.716,0.423,0.226,0.034,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88302",5,44.480278,-73.214444,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",2,0.084569,0.102124,0.613,"2013-02-21 00:00",0.445,"2013-03-11 00:00",0.417,"2013-10-13 00:00",0.393,"2013-01-28 00:00","","","","",0.613,0.445,0.32,0.146,0.085,0.054,0.021,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88303",5,44.480278,-73.214444,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",26,0.035851,0.04545,0.37,"2013-10-13 00:00",0.175,"2013-07-03 00:00",0.098,"2013-07-12 00:00",0.095,"2013-07-09 00:00","","","","",0.37,0.175,0.078,0.055,0.042,0.03,0.0115,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88306",5,44.480278,-73.214444,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.614672,0.742957,3.19,"2013-10-31 00:00",3.17,"2013-01-22 00:00",2.86,"2013-02-03 00:00",2.59,"2013-02-09 00:00","","","","",3.19,3.17,2.53,1.5,0.687,0.307,0.111,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88355",5,44.480278,-73.214444,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,2.12465,1.147461,6.5,"2013-07-03 00:00",5.58,"2013-07-09 00:00",4.66,"2013-08-20 00:00",4.26,"2013-09-01 00:00","","","","",6.5,5.58,4.26,3.5,2.72,2.06,0.858,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88357",5,44.480278,-73.214444,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.189638,0.092131,0.544,"2013-10-10 00:00",0.524,"2013-07-03 00:00",0.338,"2013-10-31 00:00",0.327,"2013-06-12 00:00","","","","",0.544,0.524,0.327,0.301,0.245,0.18,0.083,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88370",5,44.480278,-73.214444,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,1.94905,1.058067,6.13,"2013-07-03 00:00",5.16,"2013-07-09 00:00",4.19,"2013-08-20 00:00",3.83,"2013-09-01 00:00","","","","",6.13,5.16,3.83,3.31,2.52,1.86,0.765,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88374",5,44.480278,-73.214444,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.176238,0.154279,0.868,"2013-08-20 00:00",0.721,"2013-07-09 00:00",0.565,"2013-07-03 00:00",0.465,"2013-01-28 00:00","","","","",0.868,0.721,0.465,0.357,0.265,0.119,0.05,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88375",5,44.480278,-73.214444,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.487325,0.261926,1.34,"2013-07-03 00:00",1.21,"2013-07-09 00:00",1.1,"2013-09-01 00:00",0.981,"2013-08-11 00:00","","","","",1.34,1.21,0.981,0.882,0.606,0.468,0.194,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88376",5,44.480278,-73.214444,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.592538,0.359832,2.2,"2013-07-03 00:00",1.49,"2013-07-09 00:00",1.31,"2013-07-12 00:00",1.25,"2013-01-19 00:00","","","","",2.2,1.49,1.25,1.02,0.783,0.521,0.234,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88377",5,44.480278,-73.214444,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.336938,0.193408,1.07,"2013-08-20 00:00",0.971,"2013-07-03 00:00",0.82,"2013-07-09 00:00",0.777,"2013-02-03 00:00","","","","",1.07,0.971,0.777,0.565,0.417,0.304,0.137,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88378",5,44.480278,-73.214444,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.35595,0.214796,1.05,"2013-07-03 00:00",0.986,"2013-06-24 00:00",0.922,"2013-07-09 00:00",0.917,"2013-09-01 00:00","","","","",1.05,0.986,0.917,0.648,0.443,0.31,0.129,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88380",5,44.480278,-73.214444,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.365225,0.187847,0.895,"2013-07-03 00:00",0.815,"2013-10-10 00:00",0.766,"2013-08-20 00:00",0.753,"2013-09-10 00:00","","","","",0.895,0.815,0.753,0.606,0.487,0.346,0.144,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88383",5,44.480278,-73.214444,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.670488,0.365376,1.9,"2013-07-03 00:00",1.55,"2013-07-09 00:00",1.47,"2013-09-01 00:00",1.46,"2013-06-24 00:00","","","","",1.9,1.55,1.46,1.21,0.885,0.641,0.254,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88384",5,44.480278,-73.214444,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",2,0.050685,0.023354,0.113,"2013-06-27 00:00",0.112,"2013-07-30 00:00",0.103,"2013-06-03 00:00",0.101,"2013-07-09 00:00","","","","",0.113,0.112,0.101,0.0804,0.0655,0.0502,0.0237,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88385",5,44.480278,-73.214444,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.001,0,0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-13 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88388",5,44.480278,-73.214444,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.531488,0.312364,1.42,"2013-07-03 00:00",1.35,"2013-09-01 00:00",1.34,"2013-07-09 00:00",1.31,"2013-06-24 00:00","","","","",1.42,1.35,1.31,0.97,0.682,0.476,0.187,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88403",5,44.480278,-73.214444,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,0.977111,0.653826,3.6,"2013-08-20 00:00",2.49,"2013-06-24 00:00",2.48,"2013-10-31 00:00",2.19,"2013-02-09 00:00","","","","",3.6,2.49,2.15,2.03,1.32,0.81,0.354,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0012","88502",5,44.480278,-73.214444,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",81,66,81,122,0,8,"","","Certification not required",0,6.425926,3.259554,14.9,"2013-06-24 00:00",14.4,"2013-08-20 00:00",14.3,"2013-07-03 00:00",13.7,"2013-07-09 00:00","","","","",14.9,14.4,11.9,11.2,8.4,5.7,2.7,"ZAMPIERI STATE OFFICE BUILDING","108 CHERRY STREET, BURLINGTON","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-14" +"50","007","0014","42101",1,44.4762,-73.2106,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6207,71,271,365,0,345,0,0,"Certification not required",740,0.51342,0.125099,1.7,"2013-01-08 17:00",1.4,"2013-01-22 16:00",1.2,"2013-03-08 18:00",1.1,"2013-01-08 16:00","","","","",0.8,0.8,0.7,0.6,0.6,0.5,0.25,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-06" +"50","007","0014","42101",1,44.4762,-73.2106,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6479,74,270,365,0,0,0,0,"Certification not required",0,0.516052,0.105813,1,"2013-01-08 23:00",0.9,"2013-01-08 21:00",0.9,"2013-01-08 22:00",0.9,"2013-01-09 00:00",1,"2013-01-08 23:00",0.9,"2013-05-20 20:00",0.8,0.7,0.7,0.6,0.6,0.5,0.3,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-06" +"50","007","0014","42601",1,44.4762,-73.2106,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6190,71,271,365,0,362,"","","Certification not required",0,2.766187,2.756046,59.1,"2013-01-08 17:00",50.7,"2013-01-08 16:00",44.4,"2013-01-08 18:00",28.9,"2013-03-27 06:00","","","","",12.5,9.9,7.5,5.7,3.6,2.1,0.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-06" +"50","007","0014","42602",1,44.4762,-73.2106,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6190,71,271,365,0,362,0,"","Certification not required",0,13.690775,7.258417,38.3,"2013-05-01 19:00",38.1,"2013-01-08 17:00",35.5,"2013-03-27 06:00",33.9,"2013-02-14 19:00","","","","",35.5,32.1,28.2,24.7,17.7,11.7,6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-06" +"50","007","0014","42602",1,44.4762,-73.2106,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",6190,71,271,365,0,362,"","","Certification not required",0,6.305428,4.581174,38.3,"2013-05-01 19:00",38.1,"2013-01-08 17:00",37.4,"2013-01-08 18:00",35.5,"2013-03-27 06:00","","","","",23.2,20,15.7,11.9,8,5.1,2,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-06" +"50","007","0014","42603",1,44.4762,-73.2106,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6190,71,271,365,0,362,"","","Certification not required",0,9.098271,6.646959,97.4,"2013-01-08 17:00",82.9,"2013-01-08 16:00",81.7,"2013-01-08 18:00",65,"2013-03-27 06:00","","","","",33,27.9,21.5,16.9,11.5,7.5,3,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-02-06" +"50","007","0014","43502",1,44.4762,-73.2106,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,1,"","","Certification not required",0,1.58,0.514365,2.7,"2013-06-27 00:00",2.5,"2013-06-15 00:00",2,"2013-04-28 00:00",1.8,"2013-05-10 00:00","","","","",2.7,2.7,2.7,2.5,1.8,1.5,1.1,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43502",2,44.4762,-73.2106,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,2,"","","Certification not required",0,1.671429,0.489,2.7,"2013-06-27 00:00",2.5,"2013-06-15 00:00",2.2,"2013-04-28 00:00",1.8,"2013-05-10 00:00","","","","",2.7,2.7,2.7,2.5,1.8,1.5,1.2,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43503",1,44.4762,-73.2106,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,1,"","","Certification not required",0,1.36,0.498283,2.6,"2013-02-03 00:00",1.8,"2013-05-10 00:00",1.7,"2013-04-28 00:00",1.7,"2013-06-27 00:00","","","","",2.6,2.6,2.6,1.8,1.7,1.4,0.8,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43503",2,44.4762,-73.2106,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",13,21,13,61,0,3,"","","Certification not required",0,1.307692,0.368469,1.9,"2013-05-10 00:00",1.8,"2013-04-28 00:00",1.7,"2013-06-15 00:00",1.7,"2013-06-27 00:00","","","","",1.9,1.9,1.9,1.8,1.7,1.2,0.9,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43504",1,44.4762,-73.2106,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,1,"","","Certification not required",0,0.28,0.108233,0.5,"2013-06-15 00:00",0.4,"2013-04-28 00:00",0.4,"2013-05-10 00:00",0.4,"2013-06-27 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.2,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43504",2,44.4762,-73.2106,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,2,"","","Certification not required",0,0.335714,0.127745,0.6,"2013-06-15 00:00",0.5,"2013-05-10 00:00",0.5,"2013-06-27 00:00",0.4,"2013-04-28 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.2,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43551",1,44.4762,-73.2106,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,1,"","","Certification not required",0,2.490218,0.998009,5.38324,"2013-04-28 00:00",3.68433,"2013-06-15 00:00",3.07974,"2013-04-04 00:00",2.60264,"2013-03-11 00:00","","","","",5.38324,5.38324,5.38324,3.68433,2.60264,2.31486,1.32278,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","43551",2,44.4762,-73.2106,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",14,23,14,61,0,2,"","","Certification not required",0,2.613274,1.039732,5.44761,"2013-04-28 00:00",3.98347,"2013-06-15 00:00",3.11382,"2013-04-04 00:00",2.69225,"2013-03-11 00:00","","","","",5.44761,5.44761,5.44761,3.98347,2.69225,2.49661,1.45278,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2013-10-28" +"50","007","0014","88500",3,44.4762,-73.2106,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6295,72,257,365,23,257,"","","Certification not required",0,6.802971,5.561225,89.1,"2013-07-02 06:00",88.9,"2013-07-02 07:00",85.6,"2013-07-02 08:00",85.6,"2013-07-02 09:00","","","","",21.8,19.9,16.7,13.4,9,5.7,1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88500",3,44.4762,-73.2106,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6295,72,257,365,23,257,"","","Certification not required",0,6.802971,5.561225,89.1,"2013-07-02 06:00",88.9,"2013-07-02 07:00",85.6,"2013-07-02 08:00",85.6,"2013-07-02 09:00","","","","",21.8,19.9,16.7,13.4,9,5.7,1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88500",3,44.4762,-73.2106,"WGS84","PM2.5 Total Atmospheric","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",6272,72,257,365,0,257,"","","Certification not required",0,6.637787,4.689217,26.7,"2013-02-04 07:00",26.2,"2013-07-03 03:00",26.1,"2013-02-26 00:00",25.9,"2013-07-03 02:00","","","","",21,19.3,16.5,13.2,8.9,5.6,1.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88500",3,44.4762,-73.2106,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",257,70,257,365,0,0,"","","Certification not required",0,6.416342,3.703921,20,"2013-08-21 00:00",17.2,"2013-06-23 00:00",16.7,"2013-09-11 00:00",16.4,"2013-01-09 00:00","","","","",16.7,16,14.8,11.3,8,5.7,2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88500",3,44.4762,-73.2106,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",257,70,257,365,0,0,"","","Certification not required",0,6.562646,4.528547,48.4,"2013-07-02 00:00",20,"2013-08-21 00:00",17.2,"2013-06-23 00:00",16.7,"2013-09-11 00:00","","","","",17.2,16.3,14.9,11.7,8,5.7,2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88500",3,44.4762,-73.2106,"WGS84","PM2.5 Total Atmospheric","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",257,70,257,365,0,0,"","","Certification not required",0,6.562646,4.528547,48.4,"2013-07-02 00:00",20,"2013-08-21 00:00",17.2,"2013-06-23 00:00",16.7,"2013-09-11 00:00","","","","",17.2,16.3,14.9,11.7,8,5.7,2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88502",3,44.4762,-73.2106,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",6272,72,257,365,0,257,"","","Certification not required",0,6.68809,4.687554,26.7,"2013-02-04 07:00",26.2,"2013-07-03 03:00",26.1,"2013-02-26 00:00",25.9,"2013-07-03 02:00","","","","",21.1,19.4,16.5,13.2,8.9,5.7,1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88502",3,44.4762,-73.2106,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6295,72,257,365,23,257,"","","Certification not required",0,6.85328,5.559834,89.1,"2013-07-02 06:00",89,"2013-07-02 07:00",85.6,"2013-07-02 08:00",85.6,"2013-07-02 09:00","","","","",21.8,20,16.8,13.4,9,5.7,1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88502",3,44.4762,-73.2106,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6295,72,257,365,23,257,"","","Certification not required",0,6.85328,5.559834,89.1,"2013-07-02 06:00",89,"2013-07-02 07:00",85.6,"2013-07-02 08:00",85.6,"2013-07-02 09:00","","","","",21.8,20,16.8,13.4,9,5.7,1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88502",3,44.4762,-73.2106,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",257,70,257,365,0,0,"","","Certification not required",0,6.61284,4.522534,48.4,"2013-07-02 00:00",20,"2013-08-21 00:00",17.3,"2013-06-23 00:00",16.7,"2013-09-11 00:00","","","","",17.3,16.4,15,11.8,8.1,5.8,2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88502",3,44.4762,-73.2106,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",257,70,257,365,0,0,"","","Certification not required",0,6.61284,4.522534,48.4,"2013-07-02 00:00",20,"2013-08-21 00:00",17.3,"2013-06-23 00:00",16.7,"2013-09-11 00:00","","","","",17.3,16.4,15,11.8,8.1,5.8,2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88502",3,44.4762,-73.2106,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",257,70,257,365,0,0,"","","Certification not required",0,6.466537,3.69856,20,"2013-08-21 00:00",17.3,"2013-06-23 00:00",16.7,"2013-09-11 00:00",16.4,"2013-01-09 00:00","","","","",16.7,16.1,14.8,11.3,8.1,5.8,2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88503",3,44.4762,-73.2106,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Inclucded",6295,72,257,365,23,257,"","","Certification not required",0,-0.890929,1.285025,5.3,"2013-09-02 19:00",4.2,"2013-02-21 22:00",3.9,"2013-04-20 19:00",3.9,"2013-04-26 06:00","","","","",2.1,1.7,1,0.6,0,-0.8,-2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88503",3,44.4762,-73.2106,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",6295,72,257,365,23,257,"","","Certification not required",0,-0.890929,1.285025,5.3,"2013-09-02 19:00",4.2,"2013-02-21 22:00",3.9,"2013-04-20 19:00",3.9,"2013-04-26 06:00","","","","",2.1,1.7,1,0.6,0,-0.8,-2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88503",3,44.4762,-73.2106,"WGS84","PM2.5 Volatile Channel","1 HOUR","","Observed Values","PM2.5 VSCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","Events Excluded",6272,72,257,365,0,257,"","","Certification not required",0,-0.886161,1.283961,5.3,"2013-09-02 19:00",4.2,"2013-02-21 22:00",3.9,"2013-04-20 19:00",3.9,"2013-04-26 06:00","","","","",2.1,1.7,1,0.6,0,-0.8,-2.5,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88503",3,44.4762,-73.2106,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Excluded",257,70,257,365,0,0,"","","Certification not required",0,-0.823346,0.721976,1.2,"2013-02-01 00:00",1.2,"2013-02-21 00:00",1.1,"2013-01-02 00:00",0.5,"2013-01-05 00:00","","","","",1.1,0.5,0.3,0,-0.3,-0.8,-1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88503",3,44.4762,-73.2106,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Events Inclucded",257,70,257,365,0,0,"","","Certification not required",0,-0.82607,0.724718,1.2,"2013-02-01 00:00",1.2,"2013-02-21 00:00",1.1,"2013-01-02 00:00",0.5,"2013-01-05 00:00","","","","",1.1,0.5,0.3,0,-0.3,-0.8,-1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","007","0014","88503",3,44.4762,-73.2106,"WGS84","PM2.5 Volatile Channel","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","Concurred Events Excluded",257,70,257,365,0,0,"","","Certification not required",0,-0.82607,0.724718,1.2,"2013-02-01 00:00",1.2,"2013-02-21 00:00",1.1,"2013-01-02 00:00",0.5,"2013-01-05 00:00","","","","",1.1,0.5,0.3,0,-0.3,-0.8,-1.6,"City of Burlington Parking Lot","150 SOUTH WINOOSKI AVENUE, Burlington, Vermont","Vermont","Chittenden","Burlington","Burlington-South Burlington, VT","2014-01-01" +"50","021","0002","42101",1,43.608056,-72.982778,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5854,67,254,365,0,698,0,0,"Certification not required",4231,0.363179,0.214457,3.6,"2013-01-03 07:00",2.9,"2013-01-09 09:00",2.4,"2013-01-08 09:00",1.9,"2013-01-09 08:00","","","","",1.1,1,0.8,0.6,0.5,0.25,0.25,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-31" +"50","021","0002","42101",1,43.608056,-72.982778,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",6119,70,253,365,0,0,0,0,"Certification not required",0,0.391551,0.169896,1.4,"2013-01-09 09:00",1.4,"2013-01-09 10:00",1.4,"2013-01-09 11:00",1.4,"2013-01-09 12:00",1.4,"2013-01-09 09:00",1.3,"2013-01-08 09:00",1,0.9,0.8,0.6,0.4,0.3,0.3,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-31" +"50","021","0002","42401",1,43.608056,-72.982778,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5846,67,253,365,0,706,0,"","Certification not required",0,2.394071,2.567116,16.1,"2013-01-08 09:00",13.9,"2013-01-09 15:00",9.6,"2013-01-10 08:00",9.6,"2013-02-03 06:00","","","","",9.6,9.4,8.4,5.9,3.2,1.3,0.4,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-02-10" +"50","021","0002","42401",1,43.608056,-72.982778,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5846,67,253,365,0,706,"","","Certification not required",0,0.944731,1.327359,16.1,"2013-01-08 09:00",13.9,"2013-01-09 15:00",13.2,"2013-01-08 05:00",13,"2013-01-08 10:00","","","","",7.3,5.5,3.6,2.2,0.8,0.4,0.4,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-02-10" +"50","021","0002","42401",1,43.608056,-72.982778,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",253,69,253,365,0,0,0,"","Certification not required",0,0.950593,0.987727,7.3,"2013-01-08 00:00",6.6,"2013-01-09 00:00",5.1,"2013-01-03 00:00",4.5,"2013-02-10 00:00","","","","",5.1,3.9,3.1,2.1,1,0.5,0.4,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-02-10" +"50","021","0002","42401",1,43.608056,-72.982778,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1753,60,242,365,0,0,"",0,"Certification not required",0,0.919509,1.24074,11.7,"2013-01-08 05:00",10.9,"2013-01-08 11:00",10.8,"2013-01-08 08:00",10,"2013-01-09 17:00","","","","",7.1,5.4,3.4,2.1,0.8,0.4,0.4,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-02-10" +"50","021","0002","42601",1,43.608056,-72.982778,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5847,67,254,365,0,705,"","","Certification not required",0,4.451821,8.526826,159.2,"2013-01-08 09:00",153.4,"2013-01-08 08:00",112.1,"2013-01-08 07:00",110.4,"2013-01-08 06:00","","","","",41.7,30.3,17.3,10.6,4.2,1.8,0.5,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-31" +"50","021","0002","42602",1,43.608056,-72.982778,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5847,67,254,365,0,705,0,"","Certification not required",0,15.802756,9.082322,44.7,"2013-01-08 09:00",43.7,"2013-01-09 15:00",36.8,"2013-01-03 23:00",36.7,"2013-01-26 20:00","","","","",36.8,35.5,33.9,29.7,21.6,13,6,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-31" +"50","021","0002","42602",1,43.608056,-72.982778,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Multiple Methods Used",2013,"Parts per billion","No Events",5847,67,254,365,0,705,"","","Certification not required",0,6.743681,6.830774,44.7,"2013-01-08 09:00",43.7,"2013-01-09 15:00",43.6,"2013-01-09 14:00",42.9,"2013-01-08 08:00","","","","",31,28.6,23.1,16.5,7.9,4.2,1.5,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-31" +"50","021","0002","42603",1,43.608056,-72.982778,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5847,67,254,365,0,705,"","","Certification not required",0,10.948675,14.127969,203.8,"2013-01-08 09:00",196.3,"2013-01-08 08:00",145.9,"2013-01-08 06:00",145.2,"2013-01-08 07:00","","","","",65.7,55.1,38.9,26.4,12.3,5.9,2.1,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-31" +"50","021","0002","43502",1,43.608056,-72.982778,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.946667,0.609293,2.9,"2013-04-04 00:00",2.7,"2013-02-03 00:00",2.6,"2013-02-15 00:00",2.6,"2013-03-11 00:00","","","","",2.9,2.9,2.9,2.7,2.6,1.9,1.1,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2013-10-28" +"50","021","0002","43503",1,43.608056,-72.982778,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,1.54,0.567954,2.6,"2013-02-15 00:00",2.3,"2013-02-03 00:00",2.2,"2013-03-11 00:00",2,"2013-04-04 00:00","","","","",2.6,2.6,2.6,2.3,2,1.5,0.8,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2013-10-28" +"50","021","0002","43504",1,43.608056,-72.982778,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.34,0.135225,0.6,"2013-02-15 00:00",0.5,"2013-02-03 00:00",0.5,"2013-03-11 00:00",0.4,"2013-04-04 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.3,0.2,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2013-10-28" +"50","021","0002","43551",1,43.608056,-72.982778,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.822425,1.31788,5.94996,"2013-04-28 00:00",4.45553,"2013-04-04 00:00",4.11095,"2013-03-11 00:00",3.98726,"2013-02-15 00:00","","","","",5.94996,5.94996,5.94996,4.45553,3.98726,2.51681,1.67619,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2013-10-28" +"50","021","0002","68105",1,43.608056,-72.982778,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",89,73,86,122,0,0,"","","Certification not required",0,11.034831,11.097185,27.7,"2013-07-18 00:00",27,"2013-07-15 00:00",26.2,"2013-07-03 00:00",26,"2013-07-06 00:00","","","","",27.7,27,25.7,24.4,20.6,14.7,-5.3,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","68108",1,43.608056,-72.982778,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",89,73,86,122,0,0,"","","Certification not required",0,745.797753,4.961625,762,"2013-04-22 00:00",756,"2013-01-10 00:00",755,"2013-05-01 00:00",754,"2013-09-28 00:00","","","","",762,756,753,752,749,746,740,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","88101",1,43.608056,-72.982778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,71,87,122,0,6,0,0,"Certification not required",0,7.993258,4.442481,21.4,"2013-01-28 00:00",20.5,"2013-01-07 00:00",19.5,"2013-02-03 00:00",19.2,"2013-01-13 00:00","","","","",21.4,20.5,18.7,15.2,9.8,7,3.8,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","88101",1,43.608056,-72.982778,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,71,87,122,0,6,"","","Certification not required",0,7.993258,4.442481,21.4,"2013-01-28 00:00",20.5,"2013-01-07 00:00",19.5,"2013-02-03 00:00",19.2,"2013-01-13 00:00","","","","",21.4,20.5,18.7,15.2,9.8,7,3.8,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","88501",4,43.608056,-72.982778,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6086,69,251,365,0,466,"","","Certification not required",0,9.362964,8.722295,80,"2013-01-08 23:00",78,"2013-01-08 09:00",73,"2013-01-09 01:00",72,"2013-01-08 01:00","","","","",46,38,28,18,11,7,3,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","88501",4,43.608056,-72.982778,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",251,69,251,365,0,0,"","","Certification not required",0,9.340239,6.327288,46.5,"2013-01-08 00:00",41.6,"2013-01-09 00:00",31.4,"2013-02-10 00:00",27.8,"2013-01-03 00:00","","","","",31.4,25.2,23.4,17.1,10.9,7.5,3.9,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","88502",4,43.608056,-72.982778,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM W/PM2.5 VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6086,69,251,365,0,466,"","","Certification not required",0,9.494085,8.600389,80,"2013-01-08 23:00",78,"2013-01-08 09:00",73,"2013-01-09 01:00",72,"2013-01-08 01:00","","","","",46,38,28,18,11,7,3,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","021","0002","88502",4,43.608056,-72.982778,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",251,69,251,365,0,0,"","","Certification not required",0,9.468526,6.213766,46.5,"2013-01-08 00:00",41.6,"2013-01-09 00:00",31.4,"2013-02-10 00:00",27.8,"2013-01-03 00:00","","","","",31.4,25.2,23.4,17.1,10.9,7.5,4.3,"State of Vermont District Court Parking Lot","96 STATE STREET, Rutland, Vermont","Vermont","Rutland","Rutland","Rutland, VT","2014-01-01" +"50","025","9000","85101",1,42.9561,-72.9098,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,5.234528,3.490446,21.722,"2013-05-31 00:00",12.064,"2013-05-16 00:00",9.6541,"2013-05-07 00:00",9.1137,"2013-05-22 00:00","","","","",21.722,21.722,9.6541,8.9497,7.0698,4.5038,2.0393,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","86502",1,42.9561,-72.9098,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.8,1.91663,8,"2013-05-16 00:00",8,"2013-05-31 00:00",6,"2013-05-07 00:00",5,"2013-03-05 00:00","","","","",8,8,6,5,3,1,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88103",1,42.9561,-72.9098,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-01-07 00:00",0.001,"2013-04-16 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88104",1,42.9561,-72.9098,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.01423,0.013012,0.0499,"2013-05-01 00:00",0.0444,"2013-05-07 00:00",0.0441,"2013-05-16 00:00",0.0394,"2013-05-31 00:00","","","","",0.0499,0.0499,0.0441,0.0351,0.0192,0.0095,0.002,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88109",1,42.9561,-72.9098,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.001478,0.000892,0.0042,"2013-05-31 00:00",0.0034,"2013-02-03 00:00",0.0034,"2013-03-11 00:00",0.0026,"2013-04-22 00:00","","","","",0.0042,0.0042,0.0034,0.0025,0.002,0.0014,0.0005,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88111",1,42.9561,-72.9098,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.01253,0.009559,0.0385,"2013-05-16 00:00",0.0382,"2013-05-07 00:00",0.0308,"2013-05-01 00:00",0.0288,"2013-05-31 00:00","","","","",0.0385,0.0385,0.0308,0.0277,0.0177,0.01,0.0027,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88112",1,42.9561,-72.9098,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88114",1,42.9561,-72.9098,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.000315,0.000204,0.0009,"2013-02-15 00:00",0.0008,"2013-01-19 00:00",0.0008,"2013-05-31 00:00",0.0006,"2013-04-07 00:00","","","","",0.0009,0.0009,0.0008,0.0006,0.0004,0.0003,0.0001,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88115",1,42.9561,-72.9098,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.004734,0.017651,0.1187,"2013-02-21 00:00",0.0344,"2013-01-25 00:00",0.0278,"2013-05-04 00:00",0.0159,"2013-03-11 00:00","","","","",0.1187,0.1187,0.0278,0.0061,0.0017,0.0006,0.00015,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88126",1,42.9561,-72.9098,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.012879,0.011215,0.0442,"2013-05-01 00:00",0.0438,"2013-05-07 00:00",0.0351,"2013-04-28 00:00",0.0336,"2013-05-16 00:00","","","","",0.0442,0.0442,0.0351,0.0325,0.0179,0.0087,0.0029,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88128",1,42.9561,-72.9098,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0008,0.000926,0.005,"2013-04-28 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-28 00:00",0.002,"2013-02-06 00:00","","","","",0.005,0.005,0.002,0.002,0.001,0.001,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88132",1,42.9561,-72.9098,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00048,0.000544,0.002,"2013-05-07 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-19 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88136",1,42.9561,-72.9098,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88140",1,42.9561,-72.9098,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.007996,0.008685,0.0353,"2013-05-07 00:00",0.0317,"2013-04-22 00:00",0.0309,"2013-03-11 00:00",0.0251,"2013-02-21 00:00","","","","",0.0353,0.0353,0.0309,0.0205,0.0112,0.005,0.00105,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88152",1,42.9561,-72.9098,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",26,0.000636,0.00084,0.0045,"2013-04-28 00:00",0.0027,"2013-05-01 00:00",0.0023,"2013-03-05 00:00",0.0019,"2013-03-11 00:00","","","","",0.0045,0.0045,0.0023,0.0016,0.001,0.00015,0.0001,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88154",1,42.9561,-72.9098,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",34,0.000202,0.000203,0.0011,"2013-05-31 00:00",0.0007,"2013-02-03 00:00",0.0006,"2013-01-19 00:00",0.0006,"2013-02-15 00:00","","","","",0.0011,0.0011,0.0006,0.0005,0.0002,0.0001,0.0001,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88161",1,42.9561,-72.9098,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.00105,0.001001,0.0039,"2013-04-22 00:00",0.0036,"2013-05-01 00:00",0.0032,"2013-04-28 00:00",0.0032,"2013-05-07 00:00","","","","",0.0039,0.0039,0.0032,0.0026,0.0012,0.0007,0.0002,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88164",1,42.9561,-72.9098,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.000158,0.000131,0.0005,"2013-05-01 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-03-11 00:00",0.0004,"2013-04-25 00:00","","","","",0.0005,0.0005,0.0004,0.0004,0.0002,0.0001,5e-05,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88165",1,42.9561,-72.9098,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.028798,0.029343,0.113,"2013-05-01 00:00",0.0967,"2013-05-16 00:00",0.0951,"2013-04-28 00:00",0.0935,"2013-05-07 00:00","","","","",0.113,0.113,0.0951,0.077,0.0391,0.0193,0.0029,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88167",1,42.9561,-72.9098,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.002262,0.001474,0.0054,"2013-02-15 00:00",0.0052,"2013-01-28 00:00",0.0052,"2013-02-06 00:00",0.005,"2013-01-19 00:00","","","","",0.0054,0.0054,0.0052,0.0049,0.0032,0.0019,0.0008,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88168",1,42.9561,-72.9098,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.000195,0.000132,0.0007,"2013-05-07 00:00",0.0005,"2013-01-22 00:00",0.0004,"2013-01-19 00:00",0.0004,"2013-02-12 00:00","","","","",0.0007,0.0007,0.0004,0.0004,0.0003,0.00015,0.0001,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88169",1,42.9561,-72.9098,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.30566,0.229952,1.3903,"2013-05-31 00:00",0.7408,"2013-02-15 00:00",0.6589,"2013-05-22 00:00",0.639,"2013-01-04 00:00","","","","",1.3903,1.3903,0.6589,0.6006,0.3732,0.2369,0.1321,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88176",1,42.9561,-72.9098,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000175,7.7e-05,0.0005,"2013-01-16 00:00",0.0004,"2013-01-28 00:00",0.0004,"2013-02-15 00:00",0.0003,"2013-01-04 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88180",1,42.9561,-72.9098,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.017832,0.009115,0.0388,"2013-05-31 00:00",0.0347,"2013-02-03 00:00",0.0327,"2013-04-22 00:00",0.0313,"2013-02-06 00:00","","","","",0.0388,0.0388,0.0327,0.0294,0.0258,0.0185,0.0067,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88184",1,42.9561,-72.9098,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.042439,0.065132,0.3365,"2013-03-11 00:00",0.2572,"2013-05-07 00:00",0.1809,"2013-02-21 00:00",0.1257,"2013-03-08 00:00","","","","",0.3365,0.3365,0.1809,0.1198,0.0467,0.019,0.00155,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88185",1,42.9561,-72.9098,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.000686,0.000267,0.0019,"2013-05-31 00:00",0.0015,"2013-05-01 00:00",0.0013,"2013-05-13 00:00",0.001,"2013-01-19 00:00","","","","",0.0019,0.0019,0.0013,0.0009,0.00065,0.00065,0.0004,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88203",1,42.9561,-72.9098,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.03793,0.059387,0.3333,"2013-02-21 00:00",0.257,"2013-03-11 00:00",0.1104,"2013-03-08 00:00",0.1022,"2013-01-25 00:00","","","","",0.3333,0.3333,0.1104,0.0801,0.0411,0.0186,0.0038,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88306",1,42.9561,-72.9098,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.420382,0.44725,2.2165,"2013-01-04 00:00",1.9085,"2013-02-15 00:00",1.1163,"2013-02-06 00:00",0.9937,"2013-05-07 00:00","","","","",2.2165,2.2165,1.1163,0.9821,0.5499,0.2704,0.095,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88320",1,42.9561,-72.9098,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.4208,0.346886,2.11,"2013-05-31 00:00",0.96,"2013-02-03 00:00",0.89,"2013-05-22 00:00",0.83,"2013-02-06 00:00","","","","",2.11,2.11,0.89,0.76,0.62,0.31,0.11,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88321",1,42.9561,-72.9098,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0834,0.054683,0.24,"2013-05-31 00:00",0.18,"2013-04-16 00:00",0.17,"2013-01-04 00:00",0.17,"2013-02-03 00:00","","","","",0.24,0.24,0.17,0.17,0.12,0.07,0.02,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88324",1,42.9561,-72.9098,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.02347,0.032952,0.2473,"2013-05-31 00:00",0.02945,"2013-01-01 00:00",0.02935,"2013-01-22 00:00",0.0291,"2013-01-31 00:00","","","","",0.2473,0.2473,0.02935,0.02895,0.0233,0.01715,0.0099,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88325",1,42.9561,-72.9098,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.086741,0.092,0.5899,"2013-05-31 00:00",0.26,"2013-05-22 00:00",0.198,"2013-02-03 00:00",0.1691,"2013-02-15 00:00","","","","",0.5899,0.5899,0.198,0.1684,0.1225,0.0623,0.0309,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88326",1,42.9561,-72.9098,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.110224,0.080801,0.375,"2013-05-31 00:00",0.2792,"2013-05-07 00:00",0.2429,"2013-02-03 00:00",0.227,"2013-01-07 00:00","","","","",0.375,0.375,0.2429,0.208,0.17,0.0994,0.03225,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88327",1,42.9561,-72.9098,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",7,0.089378,0.069377,0.4061,"2013-05-31 00:00",0.2062,"2013-02-03 00:00",0.1837,"2013-02-06 00:00",0.1565,"2013-04-22 00:00","","","","",0.4061,0.4061,0.1837,0.1544,0.1348,0.0713,0.01525,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88328",1,42.9561,-72.9098,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.131544,0.094732,0.4906,"2013-05-31 00:00",0.3166,"2013-05-22 00:00",0.3038,"2013-02-03 00:00",0.2908,"2013-02-06 00:00","","","","",0.4906,0.4906,0.3038,0.2747,0.1963,0.1136,0.043,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88329",1,42.9561,-72.9098,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.185172,0.137795,0.702,"2013-05-31 00:00",0.4409,"2013-02-03 00:00",0.4203,"2013-02-06 00:00",0.4099,"2013-05-22 00:00","","","","",0.702,0.702,0.4203,0.374,0.2574,0.1464,0.0591,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88330",1,42.9561,-72.9098,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.029369,0.01719,0.067,"2013-04-01 00:00",0.0615,"2013-05-10 00:00",0.0591,"2013-05-22 00:00",0.0558,"2013-05-16 00:00","","","","",0.067,0.067,0.0591,0.0539,0.041,0.0298,0.0047,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88331",1,42.9561,-72.9098,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,4.9e-05,0.000143,0.001,"2013-04-01 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00",0.0001,"2013-03-08 00:00","","","","",0.001,0.001,0.0001,0.0001,5e-05,0,0,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88338",1,42.9561,-72.9098,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.017771,0.007708,0.0598,"2013-04-19 00:00",0.0265,"2013-02-12 00:00",0.02645,"2013-02-27 00:00",0.0263,"2013-02-21 00:00","","","","",0.0598,0.0598,0.02645,0.02625,0.01765,0.01645,0.01185,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88339",1,42.9561,-72.9098,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.260818,0.948577,5.73507,"2013-05-31 00:00",3.05572,"2013-02-15 00:00",2.71813,"2013-05-22 00:00",2.63575,"2013-01-04 00:00","","","","",5.73507,5.73507,2.71813,2.4776,1.53941,0.97701,0.54471,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88344",1,42.9561,-72.9098,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.542092,0.577153,2.8593,"2013-01-04 00:00",2.462,"2013-02-15 00:00",1.44,"2013-02-06 00:00",1.2819,"2013-05-07 00:00","","","","",2.8593,2.8593,1.44,1.2669,0.7094,0.3488,0.1226,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88348",1,42.9561,-72.9098,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.156306,0.143587,0.5554,"2013-05-01 00:00",0.5048,"2013-05-07 00:00",0.4859,"2013-05-16 00:00",0.4502,"2013-04-28 00:00","","","","",0.5554,0.5554,0.4859,0.3936,0.2063,0.1155,0.0333,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88350",1,42.9561,-72.9098,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.757454,0.624255,3.7955,"2013-05-31 00:00",1.7249,"2013-02-03 00:00",1.6078,"2013-05-22 00:00",1.498,"2013-02-06 00:00","","","","",3.7955,3.7955,1.6078,1.3712,1.1174,0.5629,0.1987,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88403",1,42.9561,-72.9098,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.969444,0.725816,4.4604,"2013-05-31 00:00",2.2851,"2013-02-15 00:00",2.127,"2013-05-22 00:00",2.0818,"2013-01-04 00:00","","","","",4.4604,4.4604,2.127,1.7867,1.2006,0.7693,0.4094,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"50","025","9000","88502",1,42.9561,-72.9098,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2.91,2.075243,12.9,"2013-05-31 00:00",6.6,"2013-02-15 00:00",6.5,"2013-01-04 00:00",5.8,"2013-05-22 00:00","","","","",12.9,12.9,6.5,5.3,3.6,2.6,1.1,"Lyebrook","Mount Snow Ski Area, 39 Mount Snow Road, West Dover, VT 05356","Vermont","Windham","","","2014-01-28" +"51","003","0001","44201",1,38.07657,-78.50397,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5056,99,212,214,0,80,0,0,"Requested but not yet concurred",359,0.045208,0.009383,0.068,"2013-05-15 15:00",0.065,"2013-04-10 20:00",0.065,"2013-05-16 10:00",0.063,"2013-04-27 14:00","","","","",0.065,0.062,0.06,0.058,0.052,0.045,0.033,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","003","0001","44201",1,38.07657,-78.50397,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5087,99,211,214,0,0,0,0,"Requested but not yet concurred",0,0.040706,0.009571,0.062,"2013-04-10 15:00",0.062,"2013-05-15 11:00",0.06,"2013-04-05 13:00",0.06,"2013-05-16 07:00","","","","",0.06,0.059,0.057,0.053,0.048,0.04,0.028,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","003","0001","44201",1,38.07657,-78.50397,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5087,99,211,214,0,0,0,0,"Requested but not yet concurred",0,0.040706,0.009571,0.062,"2013-04-10 15:00",0.062,"2013-05-15 11:00",0.06,"2013-04-05 13:00",0.06,"2013-05-16 07:00","","","","",0.06,0.059,0.057,0.053,0.048,0.04,0.028,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","003","0001","68101",1,38.07657,-78.50397,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,98,119,122,0,3,"","","Certification not required",26,0.279832,0.161733,0.6,"2013-06-03 00:00",0.5,"2013-03-29 00:00",0.5,"2013-04-10 00:00",0.5,"2013-04-16 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.05,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68102",1,38.07657,-78.50397,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,98,119,122,0,3,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68103",1,38.07657,-78.50397,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,8.982353,8.984409,24,"2013-07-18 00:00",23.2,"2013-08-08 00:00",22.7,"2013-07-06 00:00",22.6,"2013-07-03 00:00","","","","",23.2,22.7,22,20.9,16.6,11.2,-2.6,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68104",1,38.07657,-78.50397,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,21.22605,9.392726,37.5,"2013-07-15 00:00",37.4,"2013-07-18 00:00",36.7,"2013-06-12 00:00",34.9,"2013-09-10 00:00","","","","",37.4,36.7,34.3,33.2,30.4,22.1,9.1,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68105",1,38.07657,-78.50397,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,98,119,122,0,3,"","","Certification not required",0,14.997479,8.786955,30,"2013-07-18 00:00",29.1,"2013-07-15 00:00",28,"2013-06-12 00:00",28,"2013-07-06 00:00","","","","",29.1,28,27.2,25.8,22.9,16.1,4,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68106",1,38.07657,-78.50397,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,744.563025,4.565231,755,"2013-01-10 00:00",755,"2013-11-21 00:00",754,"2013-11-30 00:00",753,"2013-12-27 00:00","","","","",755,754,752,750,748,745,739,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68107",1,38.07657,-78.50397,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,751.268908,4.29761,764,"2013-11-30 00:00",761,"2013-01-10 00:00",760,"2013-11-21 00:00",760,"2013-11-24 00:00","","","","",761,760,758,757,754,751,746,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68108",1,38.07657,-78.50397,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,98,119,122,0,3,"","","Certification not required",0,748.067227,4.366147,760,"2013-11-30 00:00",758,"2013-01-10 00:00",758,"2013-11-21 00:00",756,"2013-11-24 00:00","","","","",758,758,755,753,751,748,743,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","68109",1,38.07657,-78.50397,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,98,119,122,0,0,"","","Certification not required",0,1439.815126,0.581733,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","88101",1,38.07657,-78.50397,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,7.557983,3.999438,22.5,"2013-01-28 00:00",21.6,"2013-07-18 00:00",18.9,"2013-12-03 00:00",16.9,"2013-11-30 00:00","","","","",21.6,18.9,15.4,12.7,9.5,6.6,3.2,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","88101",1,38.07657,-78.50397,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,7.557983,3.999438,22.5,"2013-01-28 00:00",21.6,"2013-07-18 00:00",18.9,"2013-12-03 00:00",16.9,"2013-11-30 00:00","","","","",21.6,18.9,15.4,12.7,9.5,6.6,3.2,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-03" +"51","003","0001","88501",3,38.07657,-78.50397,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8710,99,364,365,0,50,"","","Certification not required",0,5.192044,4.090394,58.5,"2013-06-12 08:00",32.5,"2013-03-09 20:00",28.8,"2013-03-09 22:00",28,"2013-10-04 16:00","","","","",17.9,15.7,13.1,10.8,7.2,4.4,0.8,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","003","0001","88501",3,38.07657,-78.50397,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,5.143132,3.238513,18,"2013-07-18 00:00",17,"2013-08-27 00:00",16.3,"2013-12-03 00:00",15.8,"2013-12-02 00:00","","","","",15.8,14.4,11.8,9.4,6.7,4.2,2,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","003","0001","88502",3,38.07657,-78.50397,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8710,99,364,365,0,50,"","","Certification not required",0,7.038668,4.317443,57.8,"2013-06-12 08:00",32.8,"2013-03-09 20:00",30.5,"2013-10-04 16:00",30.2,"2013-09-08 18:00","","","","",20.5,18.5,15.2,12.7,9.2,6.3,2.4,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","003","0001","88502",3,38.07657,-78.50397,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",364,100,364,365,0,0,"","","Certification not required",0,6.988462,3.408138,19.4,"2013-07-18 00:00",19.4,"2013-12-04 00:00",19.2,"2013-01-27 00:00",19.2,"2013-01-28 00:00","","","","",19.2,16.3,14,11.2,8.9,6.2,3.6,"Albemarle High School","Lambs Lane, behind Albemarle High School Athletic Field","Virginia","Albemarle","","Charlottesville, VA","2014-02-07" +"51","009","0007","14129",1,37.41222,-79.116233,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",54,89,54,61,0,1,0,0,"Certification not required",0,0.005963,0.006735,0.042,"2013-07-21 00:00",0.018,"2013-07-09 00:00",0.018,"2013-08-02 00:00",0.018,"2013-10-01 00:00","","","","",0.042,0.018,0.018,0.016,0.007,0.004,0.002,"Central Virginia Training Center - Solid Rock Academy ELC*","788 Colony Road","Virginia","Amherst","Madison Heights","Lynchburg, VA","2014-01-23" +"51","009","0007","14129",2,37.41222,-79.116233,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,0,0,0,"Certification not required",0,0.00549,0.005914,0.036,"2013-07-21 00:00",0.019,"2013-07-09 00:00",0.018,"2013-08-02 00:00",0.017,"2013-10-01 00:00","","","","",0.036,0.019,0.018,0.01,0.006,0.004,0.002,"Central Virginia Training Center - Solid Rock Academy ELC*","788 Colony Road","Virginia","Amherst","Madison Heights","Lynchburg, VA","2014-01-23" +"51","009","0007","68105",1,37.41222,-79.116233,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",54,89,54,61,0,1,"","","Certification not required",0,14.02963,8.665386,26.7,"2013-07-21 00:00",25.6,"2013-07-09 00:00",24.4,"2013-08-08 00:00",24.4,"2013-09-01 00:00","","","","",26.7,25.6,24.4,23.9,21.7,16.7,2.8,"Central Virginia Training Center - Solid Rock Academy ELC*","788 Colony Road","Virginia","Amherst","Madison Heights","Lynchburg, VA","2014-01-23" +"51","009","0007","68105",2,37.41222,-79.116233,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",51,84,51,61,0,0,"","","Certification not required",0,14.058824,8.718192,26.7,"2013-07-21 00:00",25.6,"2013-07-09 00:00",24.4,"2013-08-08 00:00",24.4,"2013-09-01 00:00","","","","",26.7,25.6,24.4,23.9,22.8,16.1,2.8,"Central Virginia Training Center - Solid Rock Academy ELC*","788 Colony Road","Virginia","Amherst","Madison Heights","Lynchburg, VA","2014-01-23" +"51","009","0007","68108",1,37.41222,-79.116233,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",54,89,54,61,0,1,"","","Certification not required",0,738.888889,4.385511,749,"2013-11-30 00:00",748,"2013-01-10 00:00",747,"2013-04-22 00:00",746,"2013-11-24 00:00","","","","",749,748,747,744,742,739,733,"Central Virginia Training Center - Solid Rock Academy ELC*","788 Colony Road","Virginia","Amherst","Madison Heights","Lynchburg, VA","2014-01-23" +"51","009","0007","68108",2,37.41222,-79.116233,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",51,84,51,61,0,0,"","","Certification not required",0,738.803922,4.390989,749,"2013-11-30 00:00",748,"2013-01-10 00:00",747,"2013-04-22 00:00",746,"2013-11-24 00:00","","","","",749,748,747,744,741,739,733,"Central Virginia Training Center - Solid Rock Academy ELC*","788 Colony Road","Virginia","Amherst","Madison Heights","Lynchburg, VA","2014-01-23" +"51","013","0020","42101",1,38.8577,-77.05922,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8661,99,363,365,0,99,0,0,"Certification not required",6532,0.329165,0.150612,1.2,"2013-02-06 07:00",1.2,"2013-03-10 02:00",1.2,"2013-03-10 03:00",1.2,"2013-03-10 07:00","","","","",0.8,0.7,0.6,0.5,0.25,0.25,0.25,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","42101",1,38.8577,-77.05922,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8704,99,361,365,0,0,0,0,"Certification not required",0,0.357767,0.109313,1.1,"2013-03-10 05:00",1.1,"2013-03-10 06:00",1.1,"2013-03-10 07:00",1.1,"2013-03-10 08:00",1.1,"2013-03-10 05:00",1,"2013-06-16 04:00",0.7,0.7,0.6,0.5,0.4,0.3,0.3,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","42601",1,38.8577,-77.05922,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8221,94,345,365,0,539,"","","Certification not required",0,3.558351,11.298754,130.9,"2013-02-06 07:00",128.7,"2013-11-15 07:00",126,"2013-12-04 08:00",122,"2013-12-12 00:00","","","","",62.6,43,21.5,7.9,1.7,0.1,-0.4,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","42602",1,38.8577,-77.05922,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8221,94,345,365,0,539,0,"","Certification not required",0,21.846957,10.326496,48.9,"2013-02-12 20:00",47.4,"2013-04-03 05:00",45.4,"2013-03-29 21:00",43.8,"2013-12-11 07:00","","","","",43.8,43.1,41.1,37.4,29.6,20.3,9.1,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","42602",1,38.8577,-77.05922,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8221,94,345,365,0,539,"","","Certification not required",0,10.804999,8.781775,48.9,"2013-02-12 20:00",47.4,"2013-04-03 05:00",45.4,"2013-03-29 21:00",44.5,"2013-02-12 19:00","","","","",39.4,36,30.6,24,14.3,7.6,3.1,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","42603",1,38.8577,-77.05922,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8221,94,345,365,0,539,"","","Certification not required",0,14.682143,18.247756,169.7,"2013-02-06 07:00",169.6,"2013-11-15 07:00",165.3,"2013-12-04 08:00",163.3,"2013-12-12 00:00","","","","",99,76.3,50.9,32.6,16.5,8.4,3.1,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","44201",1,38.8577,-77.05922,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5111,100,213,214,0,25,0,0,"Requested but not yet concurred",285,0.050174,0.013471,0.092,"2013-07-18 13:00",0.083,"2013-05-17 15:00",0.078,"2013-07-17 16:00",0.077,"2013-06-24 12:00","","","","",0.078,0.077,0.073,0.068,0.059,0.051,0.033,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","44201",1,38.8577,-77.05922,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5106,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.044061,0.012267,0.075,"2013-07-18 10:00",0.07,"2013-07-17 10:00",0.067,"2013-05-17 10:00",0.067,"2013-06-05 11:00","","","","",0.067,0.065,0.063,0.06,0.053,0.046,0.027,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","44201",1,38.8577,-77.05922,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5106,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.044061,0.012267,0.075,"2013-07-18 10:00",0.07,"2013-07-17 10:00",0.067,"2013-05-17 10:00",0.067,"2013-06-05 11:00","","","","",0.067,0.065,0.063,0.06,0.053,0.046,0.027,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","013","0020","68101",1,38.8577,-77.05922,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",91,0.092213,0.09,0.4,"2013-08-17 00:00",0.4,"2013-10-16 00:00",0.4,"2013-10-19 00:00",0.4,"2013-10-31 00:00","","","","",0.4,0.4,0.3,0.2,0.1,0.05,0.05,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68101",2,38.8577,-77.05922,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",117,100,61,61,0,5,"","","Certification not required",50,0.146154,0.105282,0.4,"2013-01-22 00:00",0.4,"2013-08-05 00:00",0.4,"2013-08-17 00:00",0.3,"2013-01-07 00:00","","","","",0.4,0.4,0.3,0.3,0.2,0.1,0.05,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68102",1,38.8577,-77.05922,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,23.995902,0.02696,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68102",2,38.8577,-77.05922,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",117,100,61,61,0,5,"","","Certification not required",0,23.994872,0.031748,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68103",1,38.8577,-77.05922,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,9.140164,9.185082,25.3,"2013-07-18 00:00",24.4,"2013-07-06 00:00",24.4,"2013-07-21 00:00",23.8,"2013-08-08 00:00","","","","",24.4,24.4,22.7,21.6,17.5,9.4,-2.6,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68103",2,38.8577,-77.05922,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,5,"","","Certification not required",0,9.548718,9.042854,25.2,"2013-07-18 00:00",24.2,"2013-07-06 00:00",24.1,"2013-07-21 00:00",23.5,"2013-08-08 00:00","","","","",24.2,24.1,22.6,21.9,17.5,10.2,-2.4,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68104",1,38.8577,-77.05922,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,20.304918,10.361689,38.6,"2013-07-18 00:00",37.2,"2013-07-15 00:00",36.3,"2013-07-06 00:00",36,"2013-07-21 00:00","","","","",37.2,36.3,34.7,32.7,29.9,21.2,5.9,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68104",2,38.8577,-77.05922,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,5,"","","Certification not required",0,20.642735,10.2406,38,"2013-07-18 00:00",36.5,"2013-07-15 00:00",35.9,"2013-07-06 00:00",35.5,"2013-07-21 00:00","","","","",36.5,35.9,35.1,32.8,30,21.5,6.2,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68105",1,38.8577,-77.05922,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,14.484426,9.544485,31.6,"2013-07-18 00:00",30.2,"2013-07-15 00:00",29.8,"2013-07-06 00:00",28.7,"2013-07-21 00:00","","","","",30.2,29.8,27.7,26.3,23.2,14.9,1.9,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68105",2,38.8577,-77.05922,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",117,100,61,61,0,5,"","","Certification not required",0,14.896581,9.434136,31.4,"2013-07-18 00:00",30,"2013-07-15 00:00",29.6,"2013-07-06 00:00",28.5,"2013-07-21 00:00","","","","",30,29.6,27.6,26.8,23.3,15.9,2,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68106",1,38.8577,-77.05922,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,758.680328,4.954781,770,"2013-04-22 00:00",770,"2013-11-21 00:00",769,"2013-01-10 00:00",769,"2013-11-30 00:00","","","","",770,769,766,764,762,759,753,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68106",2,38.8577,-77.05922,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,5,"","","Certification not required",0,758.581197,4.639113,769,"2013-01-10 00:00",769,"2013-04-22 00:00",769,"2013-11-21 00:00",769,"2013-11-30 00:00","","","","",769,769,766,764,762,759,753,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68107",1,38.8577,-77.05922,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,765.52459,4.788438,779,"2013-11-30 00:00",776,"2013-01-10 00:00",775,"2013-01-25 00:00",775,"2013-04-22 00:00","","","","",776,775,774,772,769,765,760,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68107",2,38.8577,-77.05922,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,5,"","","Certification not required",0,765.692308,4.852055,780,"2013-11-30 00:00",776,"2013-01-10 00:00",776,"2013-04-22 00:00",776,"2013-11-21 00:00","","","","",776,776,774,773,769,766,760,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68108",1,38.8577,-77.05922,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,762.327869,4.783654,776,"2013-11-30 00:00",773,"2013-01-10 00:00",773,"2013-04-22 00:00",773,"2013-11-21 00:00","","","","",773,773,770,768,766,762,756,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68108",2,38.8577,-77.05922,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,61,61,0,5,"","","Certification not required",0,762.264957,4.663492,775,"2013-11-30 00:00",773,"2013-01-10 00:00",773,"2013-04-22 00:00",773,"2013-11-21 00:00","","","","",773,773,770,768,765,762,756,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68109",1,38.8577,-77.05922,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.565574,1.74388,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","68109",2,38.8577,-77.05922,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",117,100,61,61,0,0,"","","Certification not required",0,1439.581197,1.604086,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","88101",1,38.8577,-77.05922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,8.89918,4.425835,25.5,"2013-12-03 00:00",24.6,"2013-01-28 00:00",21.2,"2013-07-18 00:00",18.5,"2013-11-15 00:00","","","","",24.6,21.2,17,14.8,11,8.2,4,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","88101",1,38.8577,-77.05922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,8.89918,4.425835,25.5,"2013-12-03 00:00",24.6,"2013-01-28 00:00",21.2,"2013-07-18 00:00",18.5,"2013-11-15 00:00","","","","",24.6,21.2,17,14.8,11,8.2,4,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","88101",2,38.8577,-77.05922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,8.900855,4.365411,25.2,"2013-12-03 00:00",24.7,"2013-01-28 00:00",20.9,"2013-07-18 00:00",18.7,"2013-11-15 00:00","","","","",24.7,20.9,17.8,14.7,11,8.2,4.3,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","013","0020","88101",2,38.8577,-77.05922,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,8.900855,4.365411,25.2,"2013-12-03 00:00",24.7,"2013-01-28 00:00",20.9,"2013-07-18 00:00",18.7,"2013-11-15 00:00","","","","",24.7,20.9,17.8,14.7,11,8.2,4.3,"Aurora Hills Visitors Center","S 18TH AND HAYES ST","Virginia","Arlington","Arlington","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","027","0006","14129",1,37.247778,-82.018056,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",56,92,56,61,0,0,0,0,"Certification not required",0,0.010911,0.010024,0.057,"2013-11-30 00:00",0.039,"2013-08-02 00:00",0.03,"2013-11-12 00:00",0.026,"2013-05-16 00:00","","","","",0.057,0.039,0.03,0.022,0.016,0.008,0.003,"Vansant","Route 628, Consolidated Coal Company Property","Virginia","Buchanan","","","2014-01-15" +"51","027","0006","68105",1,37.247778,-82.018056,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",56,92,56,61,0,0,"","","Certification not required",0,12.921429,8.957957,23.9,"2013-07-15 00:00",23.9,"2013-08-20 00:00",23.3,"2013-06-21 00:00",23.3,"2013-06-27 00:00","","","","",23.9,23.9,23.3,22.8,20.6,16.7,1.1,"Vansant","Route 628, Consolidated Coal Company Property","Virginia","Buchanan","","","2014-01-15" +"51","027","0006","68108",1,37.247778,-82.018056,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",56,92,56,61,0,0,"","","Certification not required",0,723.517857,3.68284,731,"2013-01-10 00:00",731,"2013-11-24 00:00",730,"2013-11-30 00:00",729,"2013-07-15 00:00","","","","",731,731,730,728,726,723,719,"Vansant","Route 628, Consolidated Coal Company Property","Virginia","Buchanan","","","2014-01-15" +"51","033","0001","43000",1,38.20087,-77.37742,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",16,23.958333,11.082611,46,"2013-05-16 00:00",45,"2013-01-16 00:00",41,"2013-01-28 00:00",38,"2013-04-28 00:00","","","","",46,46,45,41,36,16.5,16.5,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43102",1,38.20087,-77.37742,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,43.230833,14.436417,77.67,"2013-05-16 00:00",76.4,"2013-04-28 00:00",61.74,"2013-05-10 00:00",57.32,"2013-05-22 00:00","","","","",77.67,77.67,76.4,61.74,52.22,41.25,26.87,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43141",1,38.20087,-77.37742,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",20,0.136667,0.255814,1.2,"2013-05-16 00:00",0.57,"2013-05-10 00:00",0.32,"2013-04-22 00:00",0.19,"2013-05-28 00:00","","","","",1.2,1.2,0.57,0.32,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43202",1,38.20087,-77.37742,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,6.193333,2.042851,9.97,"2013-01-28 00:00",8.92,"2013-03-05 00:00",8.37,"2013-01-04 00:00",8.22,"2013-03-23 00:00","","","","",9.97,9.97,8.92,8.37,7.98,6.72,3.38,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43203",1,38.20087,-77.37742,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,1.430417,1.215074,6.6,"2013-04-28 00:00",2.89,"2013-01-16 00:00",1.88,"2013-01-04 00:00",1.84,"2013-03-17 00:00","","","","",6.6,6.6,2.89,1.88,1.66,1.02,0.79,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43204",1,38.20087,-77.37742,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,4.529583,2.232545,9.34,"2013-01-28 00:00",8.09,"2013-01-04 00:00",7.23,"2013-01-16 00:00",7.12,"2013-02-03 00:00","","","","",9.34,9.34,8.09,7.23,5.84,4.66,1.82,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43205",1,38.20087,-77.37742,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.536667,0.517315,2.8,"2013-04-28 00:00",1.02,"2013-01-16 00:00",0.74,"2013-01-10 00:00",0.68,"2013-03-17 00:00","","","","",2.8,2.8,1.02,0.74,0.58,0.44,0.24,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43206",1,38.20087,-77.37742,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,1.602917,0.943548,4.22,"2013-01-22 00:00",3.04,"2013-01-16 00:00",2.82,"2013-01-28 00:00",2.5,"2013-03-05 00:00","","","","",4.22,4.22,3.04,2.82,2.19,1.53,0.47,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43212",1,38.20087,-77.37742,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,2.105417,1.148129,4.26,"2013-01-28 00:00",3.99,"2013-01-16 00:00",3.85,"2013-01-04 00:00",3.78,"2013-01-10 00:00","","","","",4.26,4.26,3.99,3.85,2.76,2.32,0.75,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43214",1,38.20087,-77.37742,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,1.127917,0.637734,2.7,"2013-01-28 00:00",2.24,"2013-01-16 00:00",1.96,"2013-01-04 00:00",1.72,"2013-01-10 00:00","","","","",2.7,2.7,2.24,1.96,1.53,1.05,0.38,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43216",1,38.20087,-77.37742,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43217",1,38.20087,-77.37742,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43220",1,38.20087,-77.37742,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.9625,0.485738,2.16,"2013-01-16 00:00",1.52,"2013-01-04 00:00",1.51,"2013-02-03 00:00",1.47,"2013-01-28 00:00","","","","",2.16,2.16,1.52,1.51,1.36,1.07,0.34,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43221",1,38.20087,-77.37742,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,1.0425,0.530269,2.54,"2013-01-16 00:00",1.78,"2013-01-28 00:00",1.73,"2013-01-10 00:00",1.65,"2013-01-04 00:00","","","","",2.54,2.54,1.78,1.73,1.49,1.03,0.39,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43224",1,38.20087,-77.37742,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",20,0.226667,0.539014,2.34,"2013-04-28 00:00",1.48,"2013-05-10 00:00",0.37,"2013-02-15 00:00",0.25,"2013-05-04 00:00","","","","",2.34,2.34,1.48,0.37,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43226",1,38.20087,-77.37742,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43227",1,38.20087,-77.37742,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",22,0.0675,0.059946,0.29,"2013-05-16 00:00",0.23,"2013-03-05 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.29,0.29,0.23,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43230",1,38.20087,-77.37742,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",10,0.1975,0.155207,0.51,"2013-03-17 00:00",0.48,"2013-01-16 00:00",0.47,"2013-01-04 00:00",0.38,"2013-01-10 00:00","","","","",0.51,0.51,0.48,0.47,0.3,0.2,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43231",1,38.20087,-77.37742,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.4125,0.269303,0.9,"2013-01-16 00:00",0.81,"2013-05-04 00:00",0.78,"2013-02-03 00:00",0.77,"2013-03-23 00:00","","","","",0.9,0.9,0.81,0.78,0.61,0.41,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43232",1,38.20087,-77.37742,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",2,0.3175,0.13401,0.6,"2013-04-16 00:00",0.53,"2013-02-03 00:00",0.48,"2013-05-04 00:00",0.44,"2013-04-28 00:00","","","","",0.6,0.6,0.53,0.48,0.41,0.33,0.16,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43233",1,38.20087,-77.37742,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",14,0.141667,0.120494,0.4,"2013-02-03 00:00",0.37,"2013-05-28 00:00",0.32,"2013-05-16 00:00",0.31,"2013-03-11 00:00","","","","",0.4,0.4,0.37,0.32,0.23,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43235",1,38.20087,-77.37742,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",15,0.154167,0.154664,0.54,"2013-05-16 00:00",0.48,"2013-02-03 00:00",0.4,"2013-03-11 00:00",0.31,"2013-01-22 00:00","","","","",0.54,0.54,0.48,0.4,0.27,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43238",1,38.20087,-77.37742,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",15,0.24,0.339783,1.43,"2013-05-16 00:00",0.78,"2013-03-11 00:00",0.65,"2013-01-22 00:00",0.62,"2013-04-22 00:00","","","","",1.43,1.43,0.78,0.65,0.44,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43242",1,38.20087,-77.37742,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",23,0.06,0.04899,0.29,"2013-01-28 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.29,0.29,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43243",1,38.20087,-77.37742,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",19,0.908333,2.178086,8.1,"2013-05-22 00:00",6.59,"2013-05-28 00:00",4.07,"2013-05-16 00:00",1.78,"2013-05-10 00:00","","","","",8.1,8.1,6.59,4.07,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43244",1,38.20087,-77.37742,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43245",1,38.20087,-77.37742,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",13,0.224167,0.279284,1.29,"2013-04-28 00:00",0.53,"2013-04-22 00:00",0.47,"2013-02-15 00:00",0.41,"2013-04-16 00:00","","","","",1.29,1.29,0.53,0.47,0.4,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43247",1,38.20087,-77.37742,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",21,0.100417,0.144808,0.63,"2013-04-16 00:00",0.43,"2013-04-22 00:00",0.3,"2013-05-04 00:00",0.05,"2013-01-04 00:00","","","","",0.63,0.63,0.43,0.3,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43248",1,38.20087,-77.37742,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",8,0.402083,0.597975,2.96,"2013-05-10 00:00",1.06,"2013-04-28 00:00",0.78,"2013-03-17 00:00",0.5,"2013-04-22 00:00","","","","",2.96,2.96,1.06,0.78,0.4,0.31,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43249",1,38.20087,-77.37742,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",9,0.401667,0.397259,1.28,"2013-04-04 00:00",1.25,"2013-05-22 00:00",1,"2013-03-17 00:00",0.92,"2013-01-10 00:00","","","","",1.28,1.28,1.25,1,0.59,0.33,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43250",1,38.20087,-77.37742,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.08625,0.136344,0.41,"2013-01-16 00:00",0.39,"2013-04-16 00:00",0.28,"2013-01-28 00:00",0.26,"2013-01-10 00:00","","","","",0.41,0.41,0.39,0.28,0.17,0,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43252",1,38.20087,-77.37742,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",24,0.05,0,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43253",1,38.20087,-77.37742,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",18,0.113333,0.126204,0.52,"2013-04-16 00:00",0.39,"2013-04-28 00:00",0.23,"2013-04-22 00:00",0.23,"2013-05-04 00:00","","","","",0.52,0.52,0.39,0.23,0.22,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43261",1,38.20087,-77.37742,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",20,0.105833,0.16073,0.79,"2013-03-05 00:00",0.27,"2013-04-16 00:00",0.26,"2013-04-22 00:00",0.22,"2013-01-04 00:00","","","","",0.79,0.79,0.27,0.26,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43262",1,38.20087,-77.37742,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",7,0.257083,0.211814,0.81,"2013-04-16 00:00",0.73,"2013-04-22 00:00",0.53,"2013-01-16 00:00",0.49,"2013-03-17 00:00","","","","",0.81,0.81,0.73,0.53,0.36,0.24,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43263",1,38.20087,-77.37742,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",15,0.127917,0.117953,0.4,"2013-03-17 00:00",0.39,"2013-04-28 00:00",0.34,"2013-04-22 00:00",0.26,"2013-01-16 00:00","","","","",0.4,0.4,0.39,0.34,0.19,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43280",1,38.20087,-77.37742,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",2,0.618333,0.844679,3.44,"2013-04-22 00:00",2.65,"2013-05-16 00:00",1.95,"2013-05-04 00:00",0.96,"2013-04-28 00:00","","","","",3.44,3.44,2.65,1.95,0.44,0.33,0.2,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43284",1,38.20087,-77.37742,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",19,0.085417,0.072471,0.26,"2013-04-22 00:00",0.24,"2013-01-28 00:00",0.24,"2013-04-28 00:00",0.2,"2013-02-03 00:00","","","","",0.26,0.26,0.24,0.24,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43285",1,38.20087,-77.37742,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",2,0.3175,0.153969,0.74,"2013-01-16 00:00",0.57,"2013-01-28 00:00",0.51,"2013-01-04 00:00",0.49,"2013-02-21 00:00","","","","",0.74,0.74,0.57,0.51,0.36,0.3,0.14,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43291",1,38.20087,-77.37742,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",23,0.057917,0.038784,0.24,"2013-01-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-22 00:00","","","","",0.24,0.24,0.05,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43954",1,38.20087,-77.37742,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",17,0.175833,0.23144,0.93,"2013-05-16 00:00",0.61,"2013-02-03 00:00",0.48,"2013-01-22 00:00",0.4,"2013-04-22 00:00","","","","",0.93,0.93,0.61,0.48,0.31,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","43960",1,38.20087,-77.37742,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",21,0.09375,0.130844,0.59,"2013-04-22 00:00",0.4,"2013-04-28 00:00",0.21,"2013-04-16 00:00",0.05,"2013-01-04 00:00","","","","",0.59,0.59,0.4,0.21,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","44201",1,38.20087,-77.37742,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4891,95,203,214,0,245,0,0,"Requested but not yet concurred",295,0.04601,0.010966,0.077,"2013-07-16 14:00",0.075,"2013-07-17 16:00",0.069,"2013-09-11 15:00",0.068,"2013-05-15 17:00","","","","",0.069,0.067,0.065,0.06,0.052,0.047,0.031,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2014-02-07" +"51","033","0001","44201",1,38.20087,-77.37742,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4896,93,199,214,0,0,0,0,"Requested but not yet concurred",0,0.040889,0.010676,0.067,"2013-07-16 10:00",0.066,"2013-04-27 10:00",0.066,"2013-07-17 10:00",0.065,"2013-05-15 12:00","","","","",0.066,0.065,0.059,0.055,0.048,0.041,0.026,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2014-02-07" +"51","033","0001","44201",1,38.20087,-77.37742,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4896,93,199,214,0,0,0,0,"Requested but not yet concurred",0,0.040889,0.010676,0.067,"2013-07-16 10:00",0.066,"2013-04-27 10:00",0.066,"2013-07-17 10:00",0.065,"2013-05-15 12:00","","","","",0.066,0.065,0.059,0.055,0.048,0.041,0.026,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2014-02-07" +"51","033","0001","45109",1,38.20087,-77.37742,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.4975,0.632244,2.65,"2013-05-16 00:00",1.45,"2013-05-22 00:00",1.12,"2013-04-22 00:00",1.08,"2013-04-04 00:00","","","","",2.65,2.65,1.45,1.12,0.79,0.37,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45201",1,38.20087,-77.37742,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.774583,0.488565,2.45,"2013-04-28 00:00",1.48,"2013-01-16 00:00",1.38,"2013-01-28 00:00",1.14,"2013-01-04 00:00","","","","",2.45,2.45,1.48,1.38,0.96,0.65,0.35,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45202",1,38.20087,-77.37742,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.95375,0.519388,2.18,"2013-04-28 00:00",1.9,"2013-05-16 00:00",1.79,"2013-04-22 00:00",1.76,"2013-01-16 00:00","","","","",2.18,2.18,1.9,1.79,1.02,0.84,0.48,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45203",1,38.20087,-77.37742,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.18625,0.269247,0.78,"2013-05-16 00:00",0.66,"2013-03-29 00:00",0.65,"2013-04-16 00:00",0.56,"2013-01-22 00:00","","","","",0.78,0.78,0.66,0.65,0.4,0,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45204",1,38.20087,-77.37742,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.2225,0.305618,1.1,"2013-05-16 00:00",0.82,"2013-01-22 00:00",0.71,"2013-02-15 00:00",0.42,"2013-04-04 00:00","","","","",1.1,1.1,0.82,0.71,0.36,0,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45207",1,38.20087,-77.37742,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",18,0.138333,0.16481,0.55,"2013-05-16 00:00",0.45,"2013-03-05 00:00",0.44,"2013-01-22 00:00",0.42,"2013-03-11 00:00","","","","",0.55,0.55,0.45,0.44,0.22,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45208",1,38.20087,-77.37742,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",11,0.369167,0.528788,2.37,"2013-05-16 00:00",1.18,"2013-03-11 00:00",0.8,"2013-04-22 00:00",0.75,"2013-01-22 00:00","","","","",2.37,2.37,1.18,0.8,0.64,0.18,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45209",1,38.20087,-77.37742,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",18,0.17125,0.227487,0.7,"2013-05-22 00:00",0.63,"2013-04-04 00:00",0.61,"2013-03-11 00:00",0.61,"2013-05-16 00:00","","","","",0.7,0.7,0.63,0.61,0.32,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45210",1,38.20087,-77.37742,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.022917,0.078324,0.31,"2013-04-04 00:00",0.24,"2013-05-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.31,0.31,0.24,0,0,0,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45211",1,38.20087,-77.37742,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",14,0.252083,0.33027,1.46,"2013-05-10 00:00",0.75,"2013-05-04 00:00",0.5,"2013-03-11 00:00",0.49,"2013-04-22 00:00","","","","",1.46,1.46,0.75,0.5,0.43,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45212",1,38.20087,-77.37742,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",14,0.260833,0.358256,1.29,"2013-05-16 00:00",1.15,"2013-05-10 00:00",0.82,"2013-01-22 00:00",0.54,"2013-03-11 00:00","","","","",1.29,1.29,1.15,0.82,0.35,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45213",1,38.20087,-77.37742,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",12,0.325,0.341111,1.11,"2013-05-16 00:00",0.97,"2013-03-11 00:00",0.82,"2013-01-22 00:00",0.74,"2013-05-10 00:00","","","","",1.11,1.11,0.97,0.82,0.66,0.23,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45218",1,38.20087,-77.37742,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",22,0.085833,0.127311,0.61,"2013-03-11 00:00",0.35,"2013-05-16 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00","","","","",0.61,0.61,0.35,0.05,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45219",1,38.20087,-77.37742,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",20,0.112083,0.151284,0.55,"2013-05-16 00:00",0.52,"2013-03-11 00:00",0.39,"2013-04-22 00:00",0.23,"2013-01-22 00:00","","","","",0.55,0.55,0.52,0.39,0.05,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45220",1,38.20087,-77.37742,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",0,0.539583,0.733594,2.86,"2013-04-16 00:00",2.1,"2013-03-11 00:00",1.37,"2013-05-22 00:00",1.31,"2013-05-28 00:00","","","","",2.86,2.86,2.1,1.37,0.77,0.41,0,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","033","0001","45225",1,38.20087,-77.37742,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",24,39,24,61,0,1,"","","Certification not required",13,0.53125,0.957457,3.79,"2013-05-16 00:00",2.73,"2013-05-10 00:00",2.07,"2013-01-22 00:00",0.79,"2013-04-22 00:00","","","","",3.79,3.79,2.73,2.07,0.44,0.05,0.05,"USGS Geomagnetic Center, Corbin","U.S. GEODETIC SURVEY, OFF RT.2, CORBIN","Virginia","Caroline","","Richmond, VA","2013-09-30" +"51","035","0001","81102",1,36.70067,-80.87978,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",7,10.135593,6.101039,34,"2013-01-28 00:00",22,"2013-11-30 00:00",21,"2013-04-10 00:00",19,"2013-05-22 00:00","","","","",34,22,21,17,14,10,2,"Gladeville Elementary School, Galax","GLADEVILLE ELEM SCHOOL NEAR GALAX","Virginia","Carroll","","","2014-01-13" +"51","036","0002","42401",1,37.34438,-77.25925,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8611,98,364,365,0,149,0,"","Certification not required",0,4.884066,5.655561,38.5,"2013-10-03 10:00",31.5,"2013-01-12 16:00",31.3,"2013-02-05 11:00",29.9,"2013-02-18 22:00","","","","",29.9,22.3,15.8,11.5,6.9,2.9,0.4,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42401",1,37.34438,-77.25925,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8611,98,364,365,0,149,"","","Certification not required",0,0.983138,2.038349,38.5,"2013-10-03 10:00",31.5,"2013-01-12 16:00",31.3,"2013-02-05 11:00",29.9,"2013-02-18 22:00","","","","",10,7.5,3.9,2.1,0.9,0.4,0,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42401",1,37.34438,-77.25925,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.98022,0.930768,6.1,"2013-02-19 00:00",5.3,"2013-01-28 00:00",5.3,"2013-02-18 00:00",4.9,"2013-10-31 00:00","","","","",4.9,3.6,2.9,2.1,1.2,0.7,0.2,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42401",1,37.34438,-77.25925,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2796,96,363,365,0,0,"",0,"Certification not required",0,0.94113,1.643778,22.7,"2013-02-19 08:00",18.9,"2013-02-18 23:00",18,"2013-05-28 23:00",17.1,"2013-01-12 17:00","","","","",7.9,6,3.8,2.2,1,0.4,0,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42401",2,37.34438,-77.25925,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",103926,99,364,365,0,1194,"","","Certification not required",0,0.986482,2.489808,80.7,"2013-02-05 11:35",73.5,"2013-02-05 11:40",67.4,"2013-02-05 11:45",57.7,"2013-02-05 11:30","","","","",12.4,8.5,3.8,1.8,0.8,0.4,0,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-11" +"51","036","0002","42601",1,37.34438,-77.25925,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8195,94,344,365,0,565,"","","Certification not required",0,1.67867,7.243199,139.1,"2013-08-08 05:00",122.3,"2013-12-19 18:00",116.6,"2013-10-31 06:00",112.5,"2013-09-01 01:00","","","","",36.7,21.9,7.2,2.2,0.5,0.2,-0.1,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42602",1,37.34438,-77.25925,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8195,94,344,365,0,565,0,"","Certification not required",0,14.030523,10.461476,57.8,"2013-04-07 21:00",54.9,"2013-04-09 21:00",53.5,"2013-04-08 21:00",52.2,"2013-12-19 17:00","","","","",52.2,40.8,34.2,30,19.7,11.5,3,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42602",1,37.34438,-77.25925,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8195,94,344,365,0,565,"","","Certification not required",0,4.399622,5.396415,57.8,"2013-04-07 21:00",54.9,"2013-04-09 21:00",53.5,"2013-04-08 21:00",52.6,"2013-04-08 00:00","","","","",29.5,22.4,14.8,9.7,5,2.7,0.9,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","42603",1,37.34438,-77.25925,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8195,94,344,365,0,565,"","","Certification not required",0,6.181513,11.657897,174.5,"2013-12-19 18:00",172.7,"2013-08-08 05:00",163.6,"2013-12-19 17:00",150.2,"2013-01-19 04:00","","","","",61.7,44.2,22.6,12.2,5.5,3,1,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","44201",1,37.34438,-77.25925,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5056,99,211,214,0,80,0,0,"Requested but not yet concurred",205,0.044332,0.011767,0.096,"2013-07-18 14:00",0.071,"2013-09-08 16:00",0.07,"2013-07-29 17:00",0.069,"2013-06-05 17:00","","","","",0.07,0.069,0.064,0.059,0.052,0.044,0.029,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","44201",1,37.34438,-77.25925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5111,99,211,214,0,0,1,1,"Requested but not yet concurred",0,0.039038,0.010837,0.085,"2013-07-18 10:00",0.065,"2013-06-05 11:00",0.064,"2013-05-15 13:00",0.061,"2013-04-27 14:00","","","","",0.064,0.058,0.056,0.052,0.046,0.039,0.025,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","44201",1,37.34438,-77.25925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5111,99,211,214,0,0,1,1,"Requested but not yet concurred",0,0.039038,0.010837,0.085,"2013-07-18 10:00",0.065,"2013-06-05 11:00",0.064,"2013-05-15 13:00",0.061,"2013-04-27 14:00","","","","",0.064,0.058,0.056,0.052,0.046,0.039,0.025,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-07" +"51","036","0002","68101",1,37.34438,-77.25925,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",124,100,60,61,0,4,"","","Certification not required",9,0.335081,0.140553,0.7,"2013-09-10 00:00",0.6,"2013-05-31 00:00",0.6,"2013-09-01 00:00",0.6,"2013-12-09 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.4,0.1,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68102",1,37.34438,-77.25925,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",124,100,60,61,0,4,"","","Certification not required",0,24.008065,0.048718,24.2,"2013-12-15 00:00",24.1,"2013-05-16 00:00",24.1,"2013-07-15 00:00",24.1,"2013-08-11 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68103",1,37.34438,-77.25925,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",124,100,60,61,0,4,"","","Certification not required",0,10.285484,8.83613,25.7,"2013-07-18 00:00",24.1,"2013-07-06 00:00",23.7,"2013-07-09 00:00",23.6,"2013-08-08 00:00","","","","",24.1,23.7,23.3,22.4,17.8,11.6,-1.3,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68104",1,37.34438,-77.25925,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",124,100,60,61,0,4,"","","Certification not required",0,23.845161,9.507818,39.3,"2013-09-01 00:00",39,"2013-09-10 00:00",38.1,"2013-07-16 00:00",37.3,"2013-07-15 00:00","","","","",39,38.1,36.8,35.1,32.8,24.6,11.1,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68105",1,37.34438,-77.25925,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",124,100,60,61,0,4,"","","Certification not required",0,16.317742,8.767448,30.9,"2013-07-18 00:00",29.7,"2013-07-16 00:00",29.4,"2013-07-15 00:00",29.2,"2013-07-06 00:00","","","","",29.7,29.4,28.1,27.6,24.1,17.5,4.8,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68106",1,37.34438,-77.25925,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,60,61,0,4,"","","Certification not required",0,760.943548,4.73922,772,"2013-12-25 00:00",771,"2013-01-10 00:00",771,"2013-11-21 00:00",771,"2013-11-25 00:00","","","","",771,771,769,767,764,761,755,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68107",1,37.34438,-77.25925,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,60,61,0,4,"","","Certification not required",0,767.241935,5.012782,781,"2013-12-12 00:00",780,"2013-11-30 00:00",778,"2013-11-25 00:00",777,"2013-01-10 00:00","","","","",780,778,776,774,770,767,761,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68108",1,37.34438,-77.25925,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",124,100,60,61,0,4,"","","Certification not required",0,764.008065,4.718922,776,"2013-11-30 00:00",775,"2013-11-25 00:00",774,"2013-01-10 00:00",774,"2013-12-25 00:00","","","","",775,774,772,770,767,764,758,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","68109",1,37.34438,-77.25925,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",124,100,60,61,0,0,"","","Certification not required",0,1439.540323,2.427482,1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","88101",1,37.34438,-77.25925,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",124,97,118,122,0,4,0,0,"Certification not required",0,7.683065,3.696619,21.5,"2013-07-18 00:00",19.3,"2013-01-28 00:00",18.2,"2013-12-03 00:00",17.2,"2013-09-10 00:00","","","","",19.3,18.2,14.8,13.2,9.5,7.1,4.2,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","036","0002","88101",1,37.34438,-77.25925,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",124,97,118,122,0,4,"","","Certification not required",0,7.683065,3.696619,21.5,"2013-07-18 00:00",19.3,"2013-01-28 00:00",18.2,"2013-12-03 00:00",17.2,"2013-09-10 00:00","","","","",19.3,18.2,14.8,13.2,9.5,7.1,4.2,"Shirley Plantation","SHIRLEY PLANTATION, ROUTE 5","Virginia","Charles","","Richmond, VA","2014-02-03" +"51","041","0003","68101",1,37.43467,-77.45118,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",100,100,50,61,0,23,"","","Certification not required",45,0.2075,0.169874,0.5,"2013-04-10 00:00",0.5,"2013-04-16 00:00",0.5,"2013-07-03 00:00",0.5,"2013-07-06 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.2,0.05,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68102",1,37.43467,-77.45118,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",100,100,50,61,0,23,"","","Certification not required",0,23.995,0.041133,24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00",24,"2013-01-13 00:00","","","","",24,24,24,24,24,24,24,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68103",1,37.43467,-77.45118,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,50,61,0,23,"","","Certification not required",0,8.421,9.356997,24.2,"2013-07-18 00:00",23.6,"2013-07-06 00:00",23.6,"2013-07-09 00:00",23.5,"2013-08-08 00:00","","","","",24.2,23.6,23.2,21.5,17.4,8.3,-1.9,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68104",1,37.43467,-77.45118,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,50,61,0,23,"","","Certification not required",0,20.593,9.515307,37.2,"2013-07-15 00:00",37,"2013-07-18 00:00",35.6,"2013-09-01 00:00",34.5,"2013-07-21 00:00","","","","",37.2,37,33.9,33.2,28.9,20.7,9.1,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68105",1,37.43467,-77.45118,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",100,100,50,61,0,23,"","","Certification not required",0,14.26,9.137557,30.5,"2013-07-18 00:00",28.9,"2013-07-15 00:00",28.4,"2013-07-06 00:00",27.9,"2013-07-24 00:00","","","","",30.5,28.9,27.8,26.6,22.5,14.8,3.1,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68106",1,37.43467,-77.45118,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,50,61,0,23,"","","Certification not required",0,756.35,4.959177,767,"2013-01-10 00:00",767,"2013-11-21 00:00",766,"2013-04-22 00:00",766,"2013-11-30 00:00","","","","",767,767,765,762,760,757,750,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68107",1,37.43467,-77.45118,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,50,61,0,23,"","","Certification not required",0,763.38,4.81114,776,"2013-11-30 00:00",773,"2013-01-10 00:00",772,"2013-01-25 00:00",772,"2013-04-22 00:00","","","","",776,773,772,770,767,763,758,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68108",1,37.43467,-77.45118,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",100,100,50,61,0,23,"","","Certification not required",0,760.12,4.784824,772,"2013-11-30 00:00",771,"2013-01-10 00:00",769,"2013-04-22 00:00",769,"2013-11-21 00:00","","","","",772,771,767,766,764,760,754,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","68109",1,37.43467,-77.45118,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",100,100,50,61,0,0,"","","Certification not required",0,1439.55,2.528125,1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","88101",1,37.43467,-77.45118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,80,98,122,0,23,0,0,"Certification not required",0,8.353,4.292334,22.8,"2013-12-03 00:00",20.4,"2013-07-18 00:00",19.2,"2013-11-15 00:00",17.8,"2013-01-28 00:00","","","","",22.8,20.4,17.7,14.7,10.4,7.3,4.1,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0003","88101",1,37.43467,-77.45118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",100,80,98,122,0,23,"","","Certification not required",0,8.353,4.292334,22.8,"2013-12-03 00:00",20.4,"2013-07-18 00:00",19.2,"2013-11-15 00:00",17.8,"2013-01-28 00:00","","","","",22.8,20.4,17.7,14.7,10.4,7.3,4.1,"Bensley Armory","6700 STRATHMORE ROAD, ROOF OF ARMORY","Virginia","Chesterfield","Bensley","Richmond, VA","2014-02-03" +"51","041","0004","44201",1,37.35748,-77.59355,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5061,99,212,214,0,75,0,0,"Requested but not yet concurred",523,0.044142,0.011519,0.071,"2013-09-05 15:00",0.07,"2013-06-05 11:00",0.069,"2013-07-30 13:00",0.067,"2013-05-15 14:00","","","","",0.069,0.067,0.063,0.06,0.052,0.044,0.029,"VDOT Chesterfield Residency Shop","BEACH,INTERSECTION OF CO.ROADS 655 & 654","Virginia","Chesterfield","","Richmond, VA","2014-02-10" +"51","041","0004","44201",1,37.35748,-77.59355,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5082,99,211,214,0,0,0,0,"Requested but not yet concurred",0,0.039028,0.011072,0.066,"2013-06-05 09:00",0.065,"2013-05-15 12:00",0.064,"2013-05-17 11:00",0.063,"2013-04-27 09:00","","","","",0.064,0.062,0.058,0.054,0.046,0.039,0.025,"VDOT Chesterfield Residency Shop","BEACH,INTERSECTION OF CO.ROADS 655 & 654","Virginia","Chesterfield","","Richmond, VA","2014-02-10" +"51","041","0004","44201",1,37.35748,-77.59355,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5082,99,211,214,0,0,0,0,"Requested but not yet concurred",0,0.039028,0.011072,0.066,"2013-06-05 09:00",0.065,"2013-05-15 12:00",0.064,"2013-05-17 11:00",0.063,"2013-04-27 09:00","","","","",0.064,0.062,0.058,0.054,0.046,0.039,0.025,"VDOT Chesterfield Residency Shop","BEACH,INTERSECTION OF CO.ROADS 655 & 654","Virginia","Chesterfield","","Richmond, VA","2014-02-10" +"51","059","0030","12103",1,38.77335,-77.10468,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.000822,0.000535,0.002,"2013-05-10 00:00",0.002,"2013-05-28 00:00",0.002,"2013-06-09 00:00",0.001,"2013-01-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12103",2,38.77335,-77.10468,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0.000857,0.000478,0.002,"2013-05-28 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12105",1,38.77335,-77.10468,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.001733,0.004726,0.027,"2013-01-22 00:00",0.013,"2013-08-02 00:00",0.009,"2013-06-21 00:00",0.008,"2013-05-04 00:00","","","","",0.027,0.027,0.009,0.005,0.001,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12105",2,38.77335,-77.10468,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0.005381,0.009146,0.036,"2013-06-09 00:00",0.022,"2013-08-08 00:00",0.015,"2013-05-04 00:00",0.01,"2013-06-21 00:00","","","","",0.036,0.036,0.022,0.015,0.008,0.001,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12110",1,38.77335,-77.10468,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12110",2,38.77335,-77.10468,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12112",1,38.77335,-77.10468,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.002178,0.000442,0.004,"2013-03-05 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-15 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.002,0.002,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12112",2,38.77335,-77.10468,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0.002143,0.000359,0.003,"2013-02-21 00:00",0.003,"2013-04-10 00:00",0.003,"2013-09-25 00:00",0.002,"2013-01-04 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.002,0.002,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12128",1,38.77335,-77.10468,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.002047,0.000788,0.0036,"2013-04-28 00:00",0.0036,"2013-05-28 00:00",0.0033,"2013-01-28 00:00",0.0032,"2013-03-17 00:00","","","","",0.0036,0.0036,0.0033,0.0031,0.0028,0.002,0.0011,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"51","059","0030","12128",2,38.77335,-77.10468,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0.002181,0.000864,0.0042,"2013-05-28 00:00",0.0034,"2013-01-28 00:00",0.003,"2013-03-05 00:00",0.003,"2013-09-25 00:00","","","","",0.0042,0.0042,0.0034,0.003,0.0028,0.0022,0.0011,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12132",1,38.77335,-77.10468,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.006311,0.004215,0.021,"2013-05-04 00:00",0.019,"2013-05-16 00:00",0.016,"2013-06-21 00:00",0.011,"2013-04-10 00:00","","","","",0.021,0.021,0.016,0.011,0.008,0.005,0.003,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12132",2,38.77335,-77.10468,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0.007143,0.005816,0.025,"2013-05-04 00:00",0.017,"2013-06-21 00:00",0.016,"2013-05-16 00:00",0.013,"2013-04-10 00:00","","","","",0.025,0.025,0.017,0.016,0.007,0.005,0.003,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12136",1,38.77335,-77.10468,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,44,61,0,0,"","","Certification not required",0,0.001089,0.000468,0.003,"2013-02-03 00:00",0.002,"2013-03-23 00:00",0.002,"2013-06-15 00:00",0.002,"2013-07-09 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0.001,0.001,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","12136",2,38.77335,-77.10468,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",21,68,21,31,0,1,"","","Certification not required",0,0.001048,0.000218,0.002,"2013-04-10 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-28 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0.001,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-18" +"51","059","0030","42153",4,38.77335,-77.10468,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.037209,0.100055,0.6,"2013-06-09 00:00",0.2,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.6,0.6,0.1,0.1,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43207",4,38.77335,-77.10468,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.138605,0.008042,0.16,"2013-08-08 00:00",0.16,"2013-08-26 00:00",0.14,"2013-01-16 00:00",0.14,"2013-01-22 00:00","","","","",0.16,0.16,0.14,0.14,0.14,0.14,0.12,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43208",4,38.77335,-77.10468,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.039302,0.007683,0.06,"2013-04-10 00:00",0.06,"2013-08-20 00:00",0.04,"2013-01-04 00:00",0.04,"2013-01-10 00:00","","","","",0.06,0.06,0.04,0.04,0.04,0.04,0.04,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43218",4,38.77335,-77.10468,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.088372,0.087856,0.3,"2013-07-27 00:00",0.2,"2013-01-04 00:00",0.2,"2013-01-16 00:00",0.2,"2013-01-28 00:00","","","","",0.3,0.3,0.2,0.2,0.2,0.1,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43231",4,38.77335,-77.10468,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.225581,0.190354,0.8,"2013-09-25 00:00",0.6,"2013-01-04 00:00",0.5,"2013-05-28 00:00",0.5,"2013-09-07 00:00","","","","",0.8,0.8,0.5,0.4,0.4,0.2,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43232",4,38.77335,-77.10468,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",26,0.17093,0.099057,0.56,"2013-09-25 00:00",0.35,"2013-06-09 00:00",0.35,"2013-09-07 00:00",0.28,"2013-05-16 00:00","","","","",0.56,0.56,0.35,0.28,0.21,0.105,0.105,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43248",4,38.77335,-77.10468,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",26,0.133953,0.126154,0.54,"2013-04-10 00:00",0.54,"2013-04-16 00:00",0.36,"2013-06-27 00:00",0.36,"2013-09-13 00:00","","","","",0.54,0.54,0.36,0.3,0.18,0.06,0.06,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43372",4,38.77335,-77.10468,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43502",2,38.77335,-77.10468,"WGS84","Formaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.071111,0.971789,4.6,"2013-07-15 00:00",3.5,"2013-07-21 00:00",3.4,"2013-05-16 00:00",3.4,"2013-05-22 00:00","","","","",4.6,4.6,3.4,3.4,3,1.8,1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"51","059","0030","43503",2,38.77335,-77.10468,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.557778,0.429846,2.6,"2013-05-16 00:00",2.3,"2013-04-10 00:00",2.3,"2013-06-09 00:00",2.2,"2013-03-05 00:00","","","","",2.6,2.6,2.3,2.2,1.8,1.5,1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"51","059","0030","43504",2,38.77335,-77.10468,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.071111,0.205185,0.8,"2013-04-10 00:00",0.6,"2013-04-16 00:00",0.6,"2013-04-22 00:00",0.6,"2013-04-28 00:00","","","","",0.8,0.8,0.6,0.6,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"51","059","0030","43505",4,38.77335,-77.10468,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.511628,0.349972,1.5,"2013-06-03 00:00",1.5,"2013-09-25 00:00",1.2,"2013-08-08 00:00",1.1,"2013-05-16 00:00","","","","",1.5,1.5,1.2,0.9,0.7,0.4,0.2,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43551",2,38.77335,-77.10468,"WGS84","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.503774,1.806435,9.28972,"2013-05-16 00:00",8.55765,"2013-04-10 00:00",8.4693,"2013-05-29 00:00",8.10326,"2013-06-15 00:00","","","","",9.28972,9.28972,8.4693,7.67412,5.60412,4.15261,2.70109,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"51","059","0030","43551",4,38.77335,-77.10468,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,10.738605,5.290383,32.67,"2013-08-08 00:00",23.7,"2013-06-09 00:00",16.35,"2013-04-10 00:00",16.02,"2013-05-22 00:00","","","","",32.67,32.67,16.35,15.3,13.47,9.54,5.82,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43552",2,38.77335,-77.10468,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.825761,0.247413,1.57236,"2013-05-16 00:00",1.31482,"2013-04-10 00:00",1.29584,"2013-05-29 00:00",1.11692,"2013-04-28 00:00","","","","",1.57236,1.57236,1.29584,1.11421,0.9895,0.79702,0.53813,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"51","059","0030","43560",2,38.77335,-77.10468,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-13" +"51","059","0030","43702",4,38.77335,-77.10468,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.690698,1.123306,7.8,"2013-04-10 00:00",0.9,"2013-05-22 00:00",0.8,"2013-05-16 00:00",0.8,"2013-07-15 00:00","","","","",7.8,7.8,0.8,0.7,0.7,0.5,0.3,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43704",4,38.77335,-77.10468,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.039535,0.049471,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43801",4,38.77335,-77.10468,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.613953,0.074263,0.8,"2013-04-10 00:00",0.7,"2013-03-05 00:00",0.7,"2013-04-16 00:00",0.7,"2013-04-22 00:00","","","","",0.8,0.8,0.7,0.7,0.7,0.6,0.5,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43802",4,38.77335,-77.10468,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.074419,0.053865,0.2,"2013-01-22 00:00",0.2,"2013-09-25 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43803",4,38.77335,-77.10468,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43804",4,38.77335,-77.10468,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.088372,0.032435,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-03 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43811",4,38.77335,-77.10468,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.224186,0.038187,0.27,"2013-03-05 00:00",0.27,"2013-08-08 00:00",0.25,"2013-01-04 00:00",0.25,"2013-02-09 00:00","","","","",0.27,0.27,0.25,0.25,0.24,0.23,0.21,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43814",4,38.77335,-77.10468,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43815",4,38.77335,-77.10468,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43817",4,38.77335,-77.10468,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.025581,0.049247,0.2,"2013-03-23 00:00",0.1,"2013-01-16 00:00",0.1,"2013-03-29 00:00",0.1,"2013-06-03 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43818",4,38.77335,-77.10468,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43819",4,38.77335,-77.10468,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002326,0.01525,0.1,"2013-06-21 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43820",4,38.77335,-77.10468,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43823",4,38.77335,-77.10468,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.49,0.085663,0.79,"2013-04-10 00:00",0.74,"2013-04-16 00:00",0.63,"2013-03-05 00:00",0.59,"2013-02-27 00:00","","","","",0.79,0.79,0.63,0.56,0.54,0.47,0.41,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43824",4,38.77335,-77.10468,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43829",4,38.77335,-77.10468,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43830",4,38.77335,-77.10468,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43831",4,38.77335,-77.10468,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43843",4,38.77335,-77.10468,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43844",4,38.77335,-77.10468,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","43860",4,38.77335,-77.10468,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.004651,0.021308,0.1,"2013-08-14 00:00",0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","44201",1,38.77335,-77.10468,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5115,99,212,214,0,21,0,0,"Requested but not yet concurred",132,0.049042,0.012423,0.083,"2013-07-17 11:00",0.08,"2013-05-17 14:00",0.08,"2013-07-18 11:00",0.072,"2013-07-16 14:00","","","","",0.08,0.072,0.067,0.064,0.058,0.05,0.033,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","059","0030","44201",1,38.77335,-77.10468,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5113,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.043547,0.011672,0.076,"2013-07-17 10:00",0.068,"2013-07-18 09:00",0.067,"2013-04-27 10:00",0.067,"2013-05-17 11:00","","","","",0.067,0.066,0.06,0.057,0.052,0.046,0.027,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","059","0030","44201",1,38.77335,-77.10468,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5113,99,212,214,0,0,1,1,"Requested but not yet concurred",0,0.043547,0.011672,0.076,"2013-07-17 10:00",0.068,"2013-07-18 09:00",0.067,"2013-04-27 10:00",0.067,"2013-05-17 11:00","","","","",0.067,0.066,0.06,0.057,0.052,0.046,0.027,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","059","0030","45109",4,38.77335,-77.10468,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.309302,0.254309,1.2,"2013-05-16 00:00",1.2,"2013-05-22 00:00",0.8,"2013-09-25 00:00",0.6,"2013-05-28 00:00","","","","",1.2,1.2,0.8,0.5,0.4,0.2,0.1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45201",4,38.77335,-77.10468,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.837209,0.351204,1.7,"2013-01-16 00:00",1.6,"2013-01-28 00:00",1.5,"2013-02-03 00:00",1.3,"2013-01-04 00:00","","","","",1.7,1.7,1.5,1.3,1.1,0.7,0.5,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45202",4,38.77335,-77.10468,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.874419,0.468073,2.8,"2013-09-25 00:00",1.7,"2013-01-16 00:00",1.5,"2013-05-16 00:00",1.5,"2013-05-28 00:00","","","","",2.8,2.8,1.5,1.5,1.1,0.8,0.4,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45203",4,38.77335,-77.10468,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.167442,0.080832,0.4,"2013-05-16 00:00",0.4,"2013-09-25 00:00",0.3,"2013-05-22 00:00",0.2,"2013-01-04 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.2,0.1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45204",4,38.77335,-77.10468,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.139535,0.104971,0.5,"2013-05-16 00:00",0.5,"2013-05-22 00:00",0.3,"2013-09-25 00:00",0.2,"2013-01-04 00:00","","","","",0.5,0.5,0.3,0.2,0.2,0.1,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45207",4,38.77335,-77.10468,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45208",4,38.77335,-77.10468,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",39,0.421744,0.405479,2.43,"2013-05-22 00:00",1.89,"2013-05-16 00:00",0.9,"2013-07-21 00:00",0.63,"2013-09-01 00:00","","","","",2.43,2.43,0.9,0.315,0.315,0.315,0.315,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45213",4,38.77335,-77.10468,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",43,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45220",4,38.77335,-77.10468,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.186047,0.112507,0.5,"2013-07-21 00:00",0.5,"2013-09-25 00:00",0.4,"2013-07-09 00:00",0.3,"2013-05-22 00:00","","","","",0.5,0.5,0.4,0.3,0.2,0.2,0.1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45801",4,38.77335,-77.10468,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.013953,0.03506,0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45807",4,38.77335,-77.10468,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.032558,0.052194,0.2,"2013-08-02 00:00",0.1,"2013-02-03 00:00",0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","45809",4,38.77335,-77.10468,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.02093,0.041163,0.1,"2013-05-16 00:00",0.1,"2013-05-22 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-03 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","46401",4,38.77335,-77.10468,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",40,0.067907,0.035494,0.28,"2013-05-22 00:00",0.12,"2013-09-07 00:00",0.12,"2013-09-25 00:00",0.06,"2013-01-04 00:00","","","","",0.28,0.28,0.12,0.06,0.06,0.06,0.06,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-11-18" +"51","059","0030","68101",1,38.77335,-77.10468,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",352,100,61,61,0,13,"","","Certification not required",86,0.237216,0.140486,0.6,"2013-05-30 00:00",0.5,"2013-01-09 00:00",0.5,"2013-01-30 00:00",0.5,"2013-04-06 00:00","","","","",0.5,0.5,0.5,0.4,0.3,0.3,0.05,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68102",1,38.77335,-77.10468,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",352,100,61,61,0,13,"","","Certification not required",0,23.994034,0.063098,24.1,"2013-02-10 00:00",24.1,"2013-02-18 00:00",24.1,"2013-04-22 00:00",24.1,"2013-05-30 00:00","","","","",24.1,24.1,24,24,24,24,24,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68103",1,38.77335,-77.10468,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",352,100,61,61,0,13,"","","Certification not required",0,9.341761,8.782681,25.6,"2013-07-16 00:00",24.9,"2013-07-19 00:00",24.8,"2013-07-20 00:00",24.4,"2013-07-17 00:00","","","","",24.4,23,22.3,21,17.5,9.8,-1.8,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68104",1,38.77335,-77.10468,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",352,100,61,61,0,13,"","","Certification not required",0,19.959375,9.810174,36.9,"2013-07-18 00:00",36.6,"2013-07-17 00:00",36.1,"2013-07-19 00:00",35.7,"2013-07-15 00:00","","","","",35.7,34.9,33.5,32.1,29.2,20.3,5.9,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68105",1,38.77335,-77.10468,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",352,100,61,61,0,13,"","","Certification not required",0,14.336932,8.94567,30.4,"2013-07-18 00:00",30.3,"2013-07-19 00:00",30.1,"2013-07-16 00:00",29.4,"2013-07-20 00:00","","","","",29.4,28.1,26.7,25.7,22.5,14.9,2.1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68106",1,38.77335,-77.10468,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",352,100,61,61,0,13,"","","Certification not required",0,753.366477,5.045018,766,"2013-11-05 00:00",765,"2013-01-27 00:00",765,"2013-11-04 00:00",765,"2013-11-29 00:00","","","","",765,763,761,759,757,753,747,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68107",1,38.77335,-77.10468,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",352,100,61,61,0,13,"","","Certification not required",0,760.068182,4.612742,773,"2013-11-29 00:00",773,"2013-11-30 00:00",771,"2013-01-10 00:00",771,"2013-01-27 00:00","","","","",771,770,768,766,763,760,754,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68108",1,38.77335,-77.10468,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",352,100,61,61,0,13,"","","Certification not required",0,756.900568,4.733201,770,"2013-11-30 00:00",769,"2013-11-04 00:00",769,"2013-11-29 00:00",768,"2013-01-10 00:00","","","","",768,767,765,763,760,757,751,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","68109",1,38.77335,-77.10468,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",352,100,61,61,0,0,"","","Certification not required",0,1438.53125,4.111569,1440,"2013-01-01 00:00",1440,"2013-01-12 00:00",1440,"2013-01-26 00:00",1440,"2013-01-29 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","059","0030","88101",1,38.77335,-77.10468,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,13,0,0,"Certification not required",0,8.338068,4.222781,24.4,"2013-01-27 00:00",23.9,"2013-11-16 00:00",22.3,"2013-07-19 00:00",22.2,"2013-12-02 00:00","","","","",22.2,21,16.5,14.1,10.2,7.2,4.2,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","88101",1,38.77335,-77.10468,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,13,"","","Certification not required",0,8.338068,4.222781,24.4,"2013-01-27 00:00",23.9,"2013-11-16 00:00",22.3,"2013-07-19 00:00",22.2,"2013-12-02 00:00","","","","",22.2,21,16.5,14.1,10.2,7.2,4.2,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","059","0030","88501",3,38.77335,-77.10468,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8095,92,338,365,0,665,"","","Certification not required",0,5.962582,4.249499,31,"2013-08-12 20:00",29.5,"2013-07-04 21:00",28.5,"2013-08-27 18:00",28.1,"2013-08-27 17:00","","","","",19.3,17.1,13.9,11.7,8.1,5.2,1.5,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","059","0030","88501",3,38.77335,-77.10468,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",338,93,338,365,0,0,"","","Certification not required",0,5.921598,3.350013,18.8,"2013-07-18 00:00",18.5,"2013-07-19 00:00",16.8,"2013-08-27 00:00",16.5,"2013-07-17 00:00","","","","",16.5,15.4,13.1,10.8,7.4,5.2,2.5,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","059","0030","88502",3,38.77335,-77.10468,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8095,92,338,365,0,665,"","","Certification not required",0,8.03979,4.874788,32.7,"2013-01-27 21:00",32.7,"2013-12-16 22:00",32.2,"2013-01-09 18:00",31.9,"2013-01-27 22:00","","","","",23.2,21,17.5,14.5,10.5,7.1,2.9,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","059","0030","88502",3,38.77335,-77.10468,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",338,93,338,365,0,0,"","","Certification not required",0,7.998521,3.814897,21,"2013-12-04 00:00",20.6,"2013-01-27 00:00",20.1,"2013-07-18 00:00",19.8,"2013-07-19 00:00","","","","",19.8,19.2,16.4,13.2,10,7.4,4.1,"Lee District Park","STA. 46-B9, LEE PARK, TELEGRAPH ROAD","Virginia","Fairfax","Groveton","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","061","0002","44201",1,38.47367,-77.76772,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5055,99,212,214,0,81,0,0,"Requested but not yet concurred",569,0.041684,0.010203,0.066,"2013-04-27 16:00",0.065,"2013-06-05 17:00",0.063,"2013-04-28 20:00",0.063,"2013-05-15 17:00","","","","",0.063,0.061,0.058,0.055,0.048,0.042,0.028,"Chester Phelps Wildlife Management Area, Sumerduck"," RT651 C PHELPS WILDLIFE MANAGEMENT AREA","Virginia","Fauquier","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","061","0002","44201",1,38.47367,-77.76772,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,99,211,214,0,0,0,0,"Requested but not yet concurred",0,0.036507,0.010208,0.064,"2013-04-27 11:00",0.06,"2013-05-15 12:00",0.059,"2013-04-07 12:00",0.059,"2013-06-05 14:00","","","","",0.059,0.058,0.054,0.05,0.042,0.036,0.024,"Chester Phelps Wildlife Management Area, Sumerduck"," RT651 C PHELPS WILDLIFE MANAGEMENT AREA","Virginia","Fauquier","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","061","0002","44201",1,38.47367,-77.76772,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5076,99,211,214,0,0,0,0,"Requested but not yet concurred",0,0.036507,0.010208,0.064,"2013-04-27 11:00",0.06,"2013-05-15 12:00",0.059,"2013-04-07 12:00",0.059,"2013-06-05 14:00","","","","",0.059,0.058,0.054,0.05,0.042,0.036,0.024,"Chester Phelps Wildlife Management Area, Sumerduck"," RT651 C PHELPS WILDLIFE MANAGEMENT AREA","Virginia","Fauquier","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","069","0010","44201",1,39.28102,-78.08157,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5098,99,212,214,0,38,0,0,"Requested but not yet concurred",811,0.04541,0.01031,0.071,"2013-08-17 16:00",0.067,"2013-04-27 13:00",0.066,"2013-05-30 11:00",0.066,"2013-06-21 17:00","","","","",0.066,0.065,0.063,0.058,0.053,0.047,0.031,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","069","0010","44201",1,39.28102,-78.08157,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5119,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.040755,0.010156,0.066,"2013-08-17 10:00",0.065,"2013-04-27 10:00",0.06,"2013-05-15 20:00",0.06,"2013-05-17 11:00","","","","",0.06,0.059,0.057,0.054,0.048,0.042,0.026,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","069","0010","44201",1,39.28102,-78.08157,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5119,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.040755,0.010156,0.066,"2013-08-17 10:00",0.065,"2013-04-27 10:00",0.06,"2013-05-15 20:00",0.06,"2013-05-17 11:00","","","","",0.06,0.059,0.057,0.054,0.048,0.042,0.026,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","069","0010","68101",1,39.28102,-78.08157,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,99,121,122,0,1,"","","Certification not required",117,0.054132,0.02707,0.3,"2013-02-21 00:00",0.2,"2013-03-08 00:00",0.1,"2013-02-09 00:00",0.1,"2013-03-02 00:00","","","","",0.2,0.1,0.05,0.05,0.05,0.05,0.05,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68102",1,39.28102,-78.08157,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68103",1,39.28102,-78.08157,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,6.555372,9.203233,24.2,"2013-07-18 00:00",21.8,"2013-07-03 00:00",21.2,"2013-07-06 00:00",21,"2013-07-21 00:00","","","","",21.8,21.2,19.5,18.2,14.8,6.5,-5.7,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68104",1,39.28102,-78.08157,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,18.856198,10.373033,35.9,"2013-07-18 00:00",35.8,"2013-07-15 00:00",35.6,"2013-09-10 00:00",34.2,"2013-06-24 00:00","","","","",35.8,35.6,33.5,31.7,28.5,19.4,4.3,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68105",1,39.28102,-78.08157,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,12.444628,9.495858,29.8,"2013-07-18 00:00",27.7,"2013-07-06 00:00",27.6,"2013-07-15 00:00",26.4,"2013-09-10 00:00","","","","",27.7,27.6,25.1,24.2,21.2,14,0.3,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68106",1,39.28102,-78.08157,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,741.735537,4.709509,752,"2013-01-10 00:00",751,"2013-11-21 00:00",750,"2013-05-01 00:00",750,"2013-07-15 00:00","","","","",751,750,749,747,745,742,736,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68107",1,39.28102,-78.08157,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,748.479339,4.462994,762,"2013-11-30 00:00",759,"2013-01-10 00:00",758,"2013-11-21 00:00",757,"2013-01-25 00:00","","","","",759,758,755,754,752,748,743,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68108",1,39.28102,-78.08157,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,745.38843,4.409028,757,"2013-11-30 00:00",756,"2013-01-10 00:00",755,"2013-11-21 00:00",753,"2013-05-01 00:00","","","","",756,755,752,751,748,746,740,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","68109",1,39.28102,-78.08157,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,99,121,122,0,0,"","","Certification not required",0,1439.859504,0.372061,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-03" +"51","069","0010","88101",1,39.28102,-78.08157,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,1,1,"Certification not required",0,8.82562,5.233092,41.2,"2013-12-03 00:00",27.8,"2013-01-28 00:00",23.5,"2013-07-18 00:00",19.3,"2013-11-30 00:00","","","","",27.8,23.5,17.4,14.2,11,7.7,3.8,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-04" +"51","069","0010","88101",1,39.28102,-78.08157,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,8.82562,5.233092,41.2,"2013-12-03 00:00",27.8,"2013-01-28 00:00",23.5,"2013-07-18 00:00",19.3,"2013-11-30 00:00","","","","",27.8,23.5,17.4,14.2,11,7.7,3.8,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-04" +"51","069","0010","88501",3,39.28102,-78.08157,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8733,100,365,365,0,27,"","","Certification not required",0,6.164388,4.624076,30.7,"2013-08-27 13:00",30.6,"2013-07-14 20:00",29.7,"2013-12-04 08:00",29.6,"2013-12-04 07:00","","","","",21.7,18.9,14.9,12.2,8.5,5.3,1.3,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","069","0010","88501",3,39.28102,-78.08157,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,6.118356,3.545655,22,"2013-12-03 00:00",22,"2013-12-04 00:00",20.3,"2013-07-18 00:00",19.6,"2013-12-02 00:00","","","","",19.6,16.1,12.8,10.8,7.6,5.4,2.5,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","069","0010","88502",3,39.28102,-78.08157,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8734,100,365,365,0,26,"","","Certification not required",0,8.655954,5.81071,47.3,"2013-12-27 22:00",43,"2013-12-04 20:00",41.7,"2013-01-09 12:00",40.4,"2013-12-04 21:00","","","","",29,25.3,19.6,15.8,11.3,7.6,2.7,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","069","0010","88502",3,39.28102,-78.08157,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,8.606301,4.48156,33.5,"2013-12-04 00:00",28.6,"2013-12-03 00:00",25.6,"2013-12-02 00:00",23.8,"2013-01-09 00:00","","","","",23.8,22.1,16.7,13.8,10.4,7.6,4.1,"Rest","RTE 669, BUTLER MANUF. CO NEAR REST VA","Virginia","Frederick","","Winchester, VA-WV","2014-02-07" +"51","071","9991","44201",1,37.3297,-80.5578,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7733,99,211,214,0,283,0,0,"Certification not required",0,0.046872,0.00874,0.067,"2013-04-06 13:00",0.066,"2013-05-15 15:00",0.065,"2013-04-05 22:00",0.065,"2013-04-23 15:00","","","","",0.065,0.064,0.061,0.058,0.054,0.049,0.043,"Horton Station","1856 Horton Ln, Newport, VA 24128","Virginia","Giles","","Blacksburg-Christiansburg-Radford, VA","2014-01-31" +"51","071","9991","44201",1,37.3297,-80.5578,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7839,98,209,214,0,0,0,0,"Certification not required",0,0.043416,0.008548,0.065,"2013-05-15 10:00",0.063,"2013-04-06 11:00",0.061,"2013-04-05 16:00",0.061,"2013-04-10 15:00","","","","",0.061,0.059,0.057,0.055,0.05,0.045,0.04,"Horton Station","1856 Horton Ln, Newport, VA 24128","Virginia","Giles","","Blacksburg-Christiansburg-Radford, VA","2014-01-31" +"51","071","9991","44201",1,37.3297,-80.5578,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7839,98,209,214,0,0,0,0,"Certification not required",0,0.043416,0.008548,0.065,"2013-05-15 10:00",0.063,"2013-04-06 11:00",0.061,"2013-04-05 16:00",0.061,"2013-04-10 15:00","","","","",0.061,0.059,0.057,0.055,0.05,0.045,0.04,"Horton Station","1856 Horton Ln, Newport, VA 24128","Virginia","Giles","","Blacksburg-Christiansburg-Radford, VA","2014-01-31" +"51","085","0003","44201",1,37.60613,-77.2188,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5030,98,210,214,0,106,0,0,"Requested but not yet concurred",524,0.046862,0.011985,0.094,"2013-07-18 15:00",0.074,"2013-09-11 13:00",0.073,"2013-08-02 14:00",0.072,"2013-05-16 12:00","","","","",0.073,0.071,0.066,0.062,0.055,0.046,0.032,"Turner Property, Old Church","7345 MCCLELLAN RD MECHANICSVILLE VA","Virginia","Hanover","","Richmond, VA","2014-02-07" +"51","085","0003","44201",1,37.60613,-77.2188,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5071,98,209,214,0,0,0,0,"Requested but not yet concurred",0,0.041091,0.011126,0.082,"2013-07-18 10:00",0.067,"2013-05-15 11:00",0.067,"2013-05-16 07:00",0.066,"2013-04-27 11:00","","","","",0.067,0.063,0.059,0.055,0.048,0.041,0.027,"Turner Property, Old Church","7345 MCCLELLAN RD MECHANICSVILLE VA","Virginia","Hanover","","Richmond, VA","2014-02-07" +"51","085","0003","44201",1,37.60613,-77.2188,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5071,98,209,214,0,0,1,1,"Requested but not yet concurred",0,0.041091,0.011126,0.082,"2013-07-18 10:00",0.067,"2013-05-15 11:00",0.067,"2013-05-16 07:00",0.066,"2013-04-27 11:00","","","","",0.067,0.063,0.059,0.055,0.048,0.041,0.027,"Turner Property, Old Church","7345 MCCLELLAN RD MECHANICSVILLE VA","Virginia","Hanover","","Richmond, VA","2014-02-07" +"51","087","0014","12115",6,37.55652,-77.40027,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,"","","Certification not required",0,4e-06,9e-06,4e-05,"2013-07-03 00:00",3e-05,"2013-09-01 00:00",2e-05,"2013-03-17 00:00",2e-05,"2013-04-28 00:00","","","","",4e-05,4e-05,2e-05,2e-05,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","12115",7,37.55652,-77.40027,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.2e-05,1.8e-05,4e-05,"2013-07-21 00:00",2e-05,"2013-03-17 00:00",0,"2013-01-22 00:00",0,"2013-05-22 00:00","","","","",4e-05,4e-05,4e-05,4e-05,2e-05,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","14129",1,37.55652,-77.40027,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,0,0,0,"Certification not required",0,0.002627,0.00123,0.006,"2013-05-10 00:00",0.006,"2013-10-31 00:00",0.005,"2013-05-16 00:00",0.005,"2013-05-28 00:00","","","","",0.006,0.006,0.005,0.005,0.003,0.002,0.001,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-19" +"51","087","0014","17141",6,37.55652,-77.40027,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,88.72381,56.264102,354,"2013-01-10 00:00",187,"2013-09-25 00:00",154,"2013-06-15 00:00",151,"2013-03-05 00:00","","","","",354,354,154,147,101,77.3,43.4,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17147",6,37.55652,-77.40027,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,3.777714,2.565804,9.27,"2013-08-14 00:00",9.21,"2013-07-15 00:00",8.36,"2013-09-01 00:00",7.23,"2013-06-15 00:00","","","","",9.27,9.27,8.36,7.08,5.84,3.14,0.662,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17148",6,37.55652,-77.40027,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.272667,0.591774,3.42,"2013-01-16 00:00",1.39,"2013-02-27 00:00",1.1,"2013-01-22 00:00",0.759,"2013-01-10 00:00","","","","",3.42,3.42,1.1,0.649,0.347,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17149",6,37.55652,-77.40027,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,3.897857,2.405186,8.68,"2013-08-14 00:00",8.67,"2013-07-15 00:00",8.56,"2013-09-01 00:00",6.66,"2013-09-13 00:00","","","","",8.68,8.68,8.56,6.57,5.6,3.49,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17150",6,37.55652,-77.40027,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,7.839286,4.443659,18.8,"2013-07-15 00:00",17.2,"2013-09-01 00:00",14.1,"2013-09-13 00:00",13.7,"2013-08-02 00:00","","","","",18.8,18.8,14.1,12.4,11.5,8.39,2.75,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17151",6,37.55652,-77.40027,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.248164,0.148455,0.768,"2013-08-14 00:00",0.532,"2013-09-13 00:00",0.519,"2013-03-05 00:00",0.482,"2013-01-16 00:00","","","","",0.768,0.768,0.519,0.425,0.321,0.217,0.124,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17158",6,37.55652,-77.40027,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.165388,0.107927,0.727,"2013-04-28 00:00",0.31,"2013-06-03 00:00",0.308,"2013-04-10 00:00",0.294,"2013-03-05 00:00","","","","",0.727,0.727,0.308,0.27,0.172,0.146,0.087,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17159",6,37.55652,-77.40027,"WGS84","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,1.341714,0.541841,2.79,"2013-07-15 00:00",2.43,"2013-04-10 00:00",2.3,"2013-05-16 00:00",2.12,"2013-09-01 00:00","","","","",2.79,2.79,2.3,1.99,1.68,1.33,0.725,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17160",6,37.55652,-77.40027,"WGS84","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.013381,0.029944,0.119,"2013-03-23 00:00",0.103,"2013-01-22 00:00",0.07,"2013-02-03 00:00",0.057,"2013-03-05 00:00","","","","",0.119,0.119,0.07,0.056,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17201",6,37.55652,-77.40027,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,1.651,0.805162,3.64,"2013-07-15 00:00",3.38,"2013-09-01 00:00",2.65,"2013-09-13 00:00",2.64,"2013-08-02 00:00","","","","",3.64,3.64,2.65,2.51,2.31,1.7,0.709,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17204",6,37.55652,-77.40027,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.716524,0.271499,1.35,"2013-03-05 00:00",1.23,"2013-01-22 00:00",1.14,"2013-07-15 00:00",1.13,"2013-01-16 00:00","","","","",1.35,1.35,1.14,1.1,0.862,0.699,0.36,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17208",6,37.55652,-77.40027,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.126193,0.125512,0.632,"2013-03-05 00:00",0.513,"2013-01-22 00:00",0.286,"2013-01-04 00:00",0.274,"2013-03-23 00:00","","","","",0.632,0.632,0.286,0.261,0.153,0.0743,0.0466,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17211",6,37.55652,-77.40027,"WGS84","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.024262,0.039433,0.157,"2013-03-05 00:00",0.118,"2013-01-04 00:00",0.104,"2013-01-10 00:00",0.103,"2013-01-22 00:00","","","","",0.157,0.157,0.104,0.092,0.033,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17212",6,37.55652,-77.40027,"WGS84","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.002917,0.009535,0.0418,"2013-01-22 00:00",0.037,"2013-03-05 00:00",0.0245,"2013-03-23 00:00",0.0192,"2013-01-16 00:00","","","","",0.0418,0.0418,0.0245,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17215",6,37.55652,-77.40027,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.04019,0.053322,0.242,"2013-01-22 00:00",0.193,"2013-03-05 00:00",0.12,"2013-01-16 00:00",0.112,"2013-03-23 00:00","","","","",0.242,0.242,0.12,0.099,0.052,0.03,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17220",6,37.55652,-77.40027,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.141619,0.170974,0.883,"2013-03-05 00:00",0.539,"2013-01-22 00:00",0.398,"2013-01-04 00:00",0.378,"2013-03-23 00:00","","","","",0.883,0.883,0.398,0.356,0.184,0.07,0.028,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17223",6,37.55652,-77.40027,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.029024,0.042796,0.18,"2013-03-05 00:00",0.146,"2013-01-22 00:00",0.091,"2013-01-10 00:00",0.09,"2013-03-23 00:00","","","","",0.18,0.18,0.091,0.088,0.041,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17224",6,37.55652,-77.40027,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.064643,0.081897,0.41,"2013-03-05 00:00",0.237,"2013-01-22 00:00",0.187,"2013-03-23 00:00",0.184,"2013-01-04 00:00","","","","",0.41,0.41,0.187,0.175,0.096,0.038,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17231",6,37.55652,-77.40027,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.002143,0.009789,0.051,"2013-01-22 00:00",0.039,"2013-03-05 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.051,0.051,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17237",6,37.55652,-77.40027,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.068429,0.086099,0.422,"2013-03-05 00:00",0.226,"2013-01-22 00:00",0.223,"2013-03-23 00:00",0.212,"2013-01-04 00:00","","","","",0.422,0.422,0.223,0.212,0.094,0.041,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17242",6,37.55652,-77.40027,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.04119,0.058994,0.213,"2013-01-22 00:00",0.195,"2013-03-05 00:00",0.153,"2013-03-23 00:00",0.138,"2013-01-04 00:00","","","","",0.213,0.213,0.153,0.137,0.058,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","17243",6,37.55652,-77.40027,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",42,69,41,61,0,5,"","","Certification not required",0,0.060002,0.082374,0.382,"2013-03-05 00:00",0.253,"2013-01-22 00:00",0.186,"2013-01-04 00:00",0.184,"2013-01-10 00:00","","","","",0.382,0.382,0.186,0.176,0.0927,0.0335,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-03" +"51","087","0014","42101",1,37.55652,-77.40027,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Thermo Electron 48i-TLE",2013,"Parts per million","No Events",8469,97,358,365,0,291,0,0,"Certification not required",0,0.274696,0.133362,1.9,"2013-12-27 08:00",1.51,"2013-12-02 21:00",1.51,"2013-12-26 22:00",1.5,"2013-12-26 23:00","","","","",0.82,0.68,0.5,0.4,0.31,0.24,0.17,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","42101",1,37.55652,-77.40027,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8579,98,354,365,0,0,0,0,"Certification not required",0,0.275766,0.118164,1.4,"2013-12-27 03:00",1.4,"2013-12-27 04:00",1.3,"2013-12-27 02:00",1.3,"2013-12-27 05:00",1.4,"2013-12-27 03:00",1.2,"2013-03-10 02:00",0.7,0.6,0.5,0.4,0.3,0.3,0.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","42401",1,37.55652,-77.40027,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8469,97,358,365,0,291,0,"","Certification not required",0,1.789665,1.350041,7.5,"2013-03-11 10:00",7.1,"2013-01-25 11:00",6.5,"2013-04-07 22:00",6,"2013-11-11 22:00","","","","",6,5.3,4.5,3.7,2.5,1.4,0.3,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","42401",1,37.55652,-77.40027,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",8469,97,358,365,0,291,"","","Certification not required",0,0.584225,0.698863,7.5,"2013-03-11 10:00",7.1,"2013-01-25 11:00",6.5,"2013-04-07 22:00",6,"2013-11-11 22:00","","","","",3.4,2.8,2,1.4,0.8,0.4,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","42401",1,37.55652,-77.40027,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",358,98,358,365,0,0,0,"","Certification not required",0,0.585754,0.456259,2.9,"2013-11-15 00:00",2.7,"2013-01-27 00:00",2.2,"2013-01-03 00:00",2.2,"2013-01-26 00:00","","","","",2.2,1.7,1.4,1.2,0.8,0.5,0.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","42401",1,37.55652,-77.40027,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2752,94,357,365,0,0,"",0,"Certification not required",0,0.551272,0.620355,4.6,"2013-11-15 05:00",4.2,"2013-06-05 08:00",4.1,"2013-01-27 20:00",4.1,"2013-11-15 08:00","","","","",2.8,2.5,1.8,1.3,0.8,0.4,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","42401",2,37.55652,-77.40027,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",102235,97,359,365,0,2885,"","","Certification not required",0,0.585864,0.743307,12.8,"2013-03-16 12:05",12.1,"2013-01-08 10:00",11.3,"2013-03-16 12:10",10.9,"2013-04-04 08:10","","","","",3.6,2.9,2,1.4,0.8,0.3,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-11" +"51","087","0014","42600",2,37.55652,-77.40027,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",3808,43,160,365,0,3464,"","","Certification not required",0,8.824475,10.166583,140.1,"2013-02-14 08:00",106.9,"2013-11-09 08:00",93,"2013-11-09 07:00",90.5,"2013-02-14 07:00","","","","",52.3,38.9,27,17.8,9.9,5.7,2.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","42601",1,37.55652,-77.40027,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7751,88,324,365,0,265,"","","Certification not required",0,1.883757,7.177813,124.2,"2013-01-09 07:00",112.9,"2013-02-14 08:00",112.5,"2013-01-10 08:00",86.3,"2013-02-12 07:00","","","","",34.5,24,10.1,3.4,0.7,0,-0.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","42601",2,37.55652,-77.40027,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",3809,43,160,365,0,3463,"","","Certification not required",0,1.530323,5.885267,113.4,"2013-02-14 08:00",92.2,"2013-02-12 07:00",83.3,"2013-11-09 08:00",77.6,"2013-11-09 07:00","","","","",26.8,14.9,5.5,2.3,0.8,0.3,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","42602",1,37.55652,-77.40027,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7751,88,324,365,0,265,0,"","Certification not required",0,18.120062,8.501947,41.5,"2013-03-04 19:00",40.6,"2013-03-20 06:00",40.6,"2013-11-14 18:00",40.2,"2013-01-20 21:00","","","","",40.2,38.7,33.7,30.7,23.3,17.2,8,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","42602",1,37.55652,-77.40027,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7751,88,324,365,0,265,"","","Certification not required",0,7.912656,6.659352,41.5,"2013-03-04 19:00",40.6,"2013-03-20 06:00",40.6,"2013-11-14 18:00",40.2,"2013-01-20 21:00","","","","",30.9,27.8,22.1,17.2,10.5,5.7,1.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","42603",1,37.55652,-77.40027,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7751,88,324,365,0,265,"","","Certification not required",0,9.845801,11.976115,153.8,"2013-01-09 07:00",137.2,"2013-02-14 08:00",132.8,"2013-01-10 08:00",122.9,"2013-02-12 07:00","","","","",61.7,48.1,31.3,21.5,11.4,6.1,1.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","42612",2,37.55652,-77.40027,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",3809,43,160,365,0,3463,"","","Certification not required",0,7.041244,6.2992,48.6,"2013-02-12 07:00",43.2,"2013-11-14 18:00",39.4,"2013-11-14 19:00",38.3,"2013-02-15 19:00","","","","",29.5,26.6,21.1,15.5,8.8,5,1.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","43000",1,37.55652,-77.40027,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",9,42.339286,22.584842,94,"2013-09-25 00:00",85,"2013-10-01 00:00",72,"2013-09-07 00:00",66,"2013-06-09 00:00","","","","",94,94,85,72,62,47,16.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43102",1,37.55652,-77.40027,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,57.321071,29.820811,151.28,"2013-07-09 00:00",113.2,"2013-09-25 00:00",98.89,"2013-10-01 00:00",81.68,"2013-09-07 00:00","","","","",151.28,151.28,113.2,98.89,74.26,55.57,23.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43141",1,37.55652,-77.40027,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",21,0.107143,0.106349,0.42,"2013-07-09 00:00",0.31,"2013-07-21 00:00",0.28,"2013-06-15 00:00",0.26,"2013-08-08 00:00","","","","",0.42,0.42,0.31,0.28,0.21,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43202",1,37.55652,-77.40027,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,8.686071,4.457408,18.81,"2013-06-09 00:00",17.79,"2013-10-31 00:00",16.3,"2013-10-01 00:00",15,"2013-09-25 00:00","","","","",18.81,18.81,17.79,16.3,11.48,7.91,3.81,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43203",1,37.55652,-77.40027,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,1.523214,0.557953,3.11,"2013-09-25 00:00",2.64,"2013-10-01 00:00",2.21,"2013-09-07 00:00",2.01,"2013-08-02 00:00","","","","",3.11,3.11,2.64,2.21,1.91,1.5,1.01,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43204",1,37.55652,-77.40027,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,4.126429,2.013166,9.21,"2013-09-25 00:00",7.99,"2013-10-31 00:00",7.81,"2013-06-09 00:00",7.41,"2013-10-01 00:00","","","","",9.21,9.21,7.99,7.81,4.79,4.16,2.01,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43205",1,37.55652,-77.40027,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.627857,0.298619,1.5,"2013-09-25 00:00",1.32,"2013-10-01 00:00",1.12,"2013-09-07 00:00",0.82,"2013-08-02 00:00","","","","",1.5,1.5,1.32,1.12,0.76,0.58,0.34,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43205",4,37.55652,-77.40027,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.107045,0.06617,0.198,"2013-01-04 00:00",0.198,"2013-01-10 00:00",0.198,"2013-01-16 00:00",0.198,"2013-01-22 00:00","","","","",0.198,0.198,0.198,0.198,0.198,0.06,0.06,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43205",7,37.55652,-77.40027,"WGS84","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.108,0.067204,0.198,"2013-01-04 00:00",0.198,"2013-01-16 00:00",0.198,"2013-01-28 00:00",0.198,"2013-02-09 00:00","","","","",0.198,0.198,0.198,0.198,0.198,0.06,0.06,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43206",1,37.55652,-77.40027,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,2.018929,2.618059,10.25,"2013-09-07 00:00",8.51,"2013-08-26 00:00",7.27,"2013-09-01 00:00",6.3,"2013-09-13 00:00","","","","",10.25,10.25,8.51,7.27,1.58,1.09,0.54,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43207",4,37.55652,-77.40027,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.170023,0.030791,0.22,"2013-01-04 00:00",0.22,"2013-08-08 00:00",0.2,"2013-01-10 00:00",0.2,"2013-01-16 00:00","","","","",0.22,0.22,0.2,0.2,0.18,0.18,0.14,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43207",7,37.55652,-77.40027,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.176522,0.024608,0.22,"2013-01-04 00:00",0.22,"2013-08-08 00:00",0.2,"2013-03-05 00:00",0.2,"2013-07-27 00:00","","","","",0.22,0.22,0.22,0.2,0.18,0.18,0.16,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43208",4,37.55652,-77.40027,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.031568,0.008085,0.051,"2013-03-23 00:00",0.051,"2013-03-29 00:00",0.041,"2013-01-04 00:00",0.041,"2013-01-10 00:00","","","","",0.051,0.051,0.041,0.041,0.041,0.026,0.026,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43208",7,37.55652,-77.40027,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.051,0.043942,0.132,"2013-01-04 00:00",0.132,"2013-01-16 00:00",0.132,"2013-01-28 00:00",0.132,"2013-02-09 00:00","","","","",0.132,0.132,0.132,0.132,0.041,0.026,0.026,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43209",4,37.55652,-77.40027,"WGS84","Ethyl acetate","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.1465,0.115516,0.344,"2013-01-28 00:00",0.344,"2013-02-03 00:00",0.344,"2013-02-09 00:00",0.344,"2013-02-15 00:00","","","","",0.344,0.344,0.344,0.344,0.344,0.078,0.078,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43209",7,37.55652,-77.40027,"WGS84","Ethyl acetate","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.094696,0.024824,0.134,"2013-01-04 00:00",0.134,"2013-01-16 00:00",0.134,"2013-01-28 00:00",0.134,"2013-02-09 00:00","","","","",0.134,0.134,0.134,0.134,0.134,0.078,0.078,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43212",1,37.55652,-77.40027,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,2.443929,1.460949,5.74,"2013-10-31 00:00",5.52,"2013-10-01 00:00",5.46,"2013-10-19 00:00",4.19,"2013-09-25 00:00","","","","",5.74,5.74,5.52,5.46,3.53,2.18,0.8,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43214",1,37.55652,-77.40027,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,1.332857,0.688788,3.41,"2013-09-25 00:00",2.41,"2013-10-01 00:00",2.3,"2013-10-31 00:00",2.21,"2013-08-08 00:00","","","","",3.41,3.41,2.41,2.3,1.83,1.21,0.64,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43216",1,37.55652,-77.40027,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",28,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43217",1,37.55652,-77.40027,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",27,0.053929,0.020788,0.16,"2013-09-25 00:00",0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00","","","","",0.16,0.16,0.05,0.05,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43218",4,37.55652,-77.40027,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43218",7,37.55652,-77.40027,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43220",1,37.55652,-77.40027,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",1,1.768571,1.055647,4.34,"2013-07-09 00:00",4.12,"2013-10-01 00:00",3.32,"2013-09-25 00:00",2.82,"2013-06-15 00:00","","","","",4.34,4.34,4.12,3.32,2.22,1.85,0.42,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43221",1,37.55652,-77.40027,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,3.144286,1.622765,7.86,"2013-10-01 00:00",6.61,"2013-09-25 00:00",4.76,"2013-09-07 00:00",4.51,"2013-08-26 00:00","","","","",7.86,7.86,6.61,4.76,3.99,3.16,1.37,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43224",1,37.55652,-77.40027,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",15,0.214643,0.276733,1.34,"2013-06-09 00:00",0.74,"2013-07-03 00:00",0.45,"2013-09-25 00:00",0.37,"2013-09-07 00:00","","","","",1.34,1.34,0.74,0.45,0.29,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43226",1,37.55652,-77.40027,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",18,0.125357,0.115068,0.5,"2013-10-01 00:00",0.27,"2013-09-07 00:00",0.26,"2013-06-15 00:00",0.25,"2013-07-15 00:00","","","","",0.5,0.5,0.27,0.26,0.24,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43227",1,37.55652,-77.40027,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",17,0.150357,0.212367,1.13,"2013-08-08 00:00",0.36,"2013-06-03 00:00",0.27,"2013-10-31 00:00",0.26,"2013-08-02 00:00","","","","",1.13,1.13,0.36,0.27,0.2,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43230",1,37.55652,-77.40027,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",3,0.764286,0.464458,2.08,"2013-09-25 00:00",1.67,"2013-10-01 00:00",1.26,"2013-09-07 00:00",1.23,"2013-08-20 00:00","","","","",2.08,2.08,1.67,1.26,1.02,0.78,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43231",1,37.55652,-77.40027,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.794643,0.504766,2.54,"2013-09-25 00:00",1.74,"2013-10-01 00:00",1.29,"2013-09-07 00:00",1.21,"2013-06-15 00:00","","","","",2.54,2.54,1.74,1.29,1,0.81,0.31,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43231",4,37.55652,-77.40027,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.722727,0.516186,2.4,"2013-09-25 00:00",1.7,"2013-03-05 00:00",1.5,"2013-06-15 00:00",1.3,"2013-02-27 00:00","","","","",2.4,2.4,1.5,1.3,1.1,0.7,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43231",7,37.55652,-77.40027,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.7,0.536826,2.1,"2013-09-25 00:00",1.8,"2013-03-05 00:00",1.3,"2013-08-20 00:00",1.3,"2013-09-01 00:00","","","","",2.1,2.1,1.8,1.3,0.9,0.7,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43232",1,37.55652,-77.40027,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",3,0.434286,0.256694,1.21,"2013-09-25 00:00",0.84,"2013-10-01 00:00",0.8,"2013-07-09 00:00",0.75,"2013-06-15 00:00","","","","",1.21,1.21,0.84,0.8,0.57,0.41,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43232",4,37.55652,-77.40027,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",24,0.455955,0.405159,1.33,"2013-01-10 00:00",1.33,"2013-07-09 00:00",1.33,"2013-08-02 00:00",1.26,"2013-09-25 00:00","","","","",1.33,1.33,1.33,1.12,0.84,0.2205,0.1155,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43232",7,37.55652,-77.40027,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",15,0.475391,0.369797,1.4,"2013-08-20 00:00",1.12,"2013-03-05 00:00",0.98,"2013-09-25 00:00",0.91,"2013-07-15 00:00","","","","",1.4,1.4,1.12,0.98,0.56,0.42,0.1155,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43233",1,37.55652,-77.40027,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",14,0.152857,0.124896,0.45,"2013-10-07 00:00",0.42,"2013-09-07 00:00",0.37,"2013-07-09 00:00",0.31,"2013-09-25 00:00","","","","",0.45,0.45,0.42,0.37,0.23,0.14,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43235",1,37.55652,-77.40027,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",15,0.134643,0.100719,0.38,"2013-10-01 00:00",0.31,"2013-10-07 00:00",0.28,"2013-09-25 00:00",0.26,"2013-08-26 00:00","","","","",0.38,0.38,0.31,0.28,0.2,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43238",1,37.55652,-77.40027,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",11,0.224643,0.267131,1.3,"2013-08-08 00:00",0.76,"2013-08-26 00:00",0.54,"2013-10-01 00:00",0.39,"2013-07-21 00:00","","","","",1.3,1.3,0.76,0.54,0.25,0.18,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43242",1,37.55652,-77.40027,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",12,0.204643,0.184742,0.82,"2013-07-21 00:00",0.5,"2013-10-01 00:00",0.46,"2013-06-15 00:00",0.37,"2013-09-25 00:00","","","","",0.82,0.82,0.5,0.46,0.31,0.18,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43243",1,37.55652,-77.40027,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",3,2.841429,2.350093,9.46,"2013-07-09 00:00",7.25,"2013-07-15 00:00",5.81,"2013-06-09 00:00",5.36,"2013-07-03 00:00","","","","",9.46,9.46,7.25,5.81,4.53,2.6,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43244",1,37.55652,-77.40027,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",10,0.183929,0.130621,0.58,"2013-09-25 00:00",0.36,"2013-06-15 00:00",0.34,"2013-10-01 00:00",0.32,"2013-09-13 00:00","","","","",0.58,0.58,0.36,0.34,0.28,0.22,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43245",1,37.55652,-77.40027,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",22,0.099286,0.112181,0.51,"2013-09-25 00:00",0.32,"2013-07-27 00:00",0.31,"2013-07-03 00:00",0.23,"2013-10-07 00:00","","","","",0.51,0.51,0.32,0.31,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43247",1,37.55652,-77.40027,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",8,0.255357,0.192421,0.82,"2013-09-25 00:00",0.65,"2013-10-01 00:00",0.5,"2013-06-15 00:00",0.49,"2013-09-07 00:00","","","","",0.82,0.82,0.65,0.5,0.35,0.24,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43248",1,37.55652,-77.40027,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",10,0.281429,0.285796,1.24,"2013-08-08 00:00",0.86,"2013-10-01 00:00",0.66,"2013-08-02 00:00",0.55,"2013-09-25 00:00","","","","",1.24,1.24,0.86,0.66,0.43,0.2,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43248",4,37.55652,-77.40027,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",42,0.120545,0.080372,0.42,"2013-09-25 00:00",0.3,"2013-06-15 00:00",0.282,"2013-01-04 00:00",0.18,"2013-01-10 00:00","","","","",0.42,0.42,0.282,0.18,0.18,0.066,0.066,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43248",7,37.55652,-77.40027,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",22,0.141391,0.096235,0.261,"2013-01-04 00:00",0.261,"2013-01-16 00:00",0.261,"2013-01-28 00:00",0.261,"2013-02-09 00:00","","","","",0.261,0.261,0.261,0.261,0.261,0.066,0.066,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43249",1,37.55652,-77.40027,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",2,0.57,0.357926,1.75,"2013-09-25 00:00",1.22,"2013-10-01 00:00",0.96,"2013-09-07 00:00",0.91,"2013-06-15 00:00","","","","",1.75,1.75,1.22,0.96,0.75,0.57,0.17,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43250",1,37.55652,-77.40027,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,1.275714,0.841856,3.79,"2013-09-25 00:00",2.9,"2013-10-01 00:00",2.71,"2013-09-07 00:00",2.37,"2013-06-15 00:00","","","","",3.79,3.79,2.9,2.71,1.63,1.26,0.35,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43252",1,37.55652,-77.40027,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",2,0.446786,0.297882,1.43,"2013-09-25 00:00",0.99,"2013-09-07 00:00",0.91,"2013-10-01 00:00",0.87,"2013-06-15 00:00","","","","",1.43,1.43,0.99,0.91,0.5,0.38,0.13,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43253",1,37.55652,-77.40027,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",14,0.143929,0.112162,0.39,"2013-10-01 00:00",0.36,"2013-08-08 00:00",0.32,"2013-09-25 00:00",0.31,"2013-10-07 00:00","","","","",0.39,0.39,0.36,0.32,0.23,0.14,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43261",1,37.55652,-77.40027,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",3,0.286429,0.147979,0.71,"2013-09-25 00:00",0.52,"2013-10-01 00:00",0.45,"2013-08-02 00:00",0.44,"2013-07-09 00:00","","","","",0.71,0.71,0.52,0.45,0.4,0.26,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43262",1,37.55652,-77.40027,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",1,0.552143,0.297712,1.42,"2013-09-25 00:00",1.23,"2013-10-01 00:00",0.97,"2013-06-15 00:00",0.88,"2013-09-07 00:00","","","","",1.42,1.42,1.23,0.97,0.68,0.48,0.27,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43263",1,37.55652,-77.40027,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",2,0.511071,0.330536,1.62,"2013-09-25 00:00",1.21,"2013-10-01 00:00",0.81,"2013-06-15 00:00",0.79,"2013-09-07 00:00","","","","",1.62,1.62,1.21,0.81,0.63,0.5,0.19,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43280",1,37.55652,-77.40027,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",4,0.302143,0.194667,0.82,"2013-09-25 00:00",0.63,"2013-10-01 00:00",0.57,"2013-09-07 00:00",0.53,"2013-10-31 00:00","","","","",0.82,0.82,0.63,0.57,0.43,0.28,0.005,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43284",1,37.55652,-77.40027,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",5,0.435357,0.318707,1.18,"2013-08-02 00:00",1.18,"2013-10-01 00:00",1.07,"2013-09-25 00:00",0.82,"2013-07-21 00:00","","","","",1.18,1.18,1.18,1.07,0.53,0.41,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43285",1,37.55652,-77.40027,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",1,1.1225,0.648472,3.07,"2013-09-25 00:00",2.52,"2013-10-01 00:00",1.91,"2013-09-07 00:00",1.74,"2013-06-15 00:00","","","","",3.07,3.07,2.52,1.91,1.37,1.16,0.26,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43291",1,37.55652,-77.40027,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",7,0.257143,0.180921,0.8,"2013-09-25 00:00",0.62,"2013-10-01 00:00",0.46,"2013-06-15 00:00",0.45,"2013-09-07 00:00","","","","",0.8,0.8,0.62,0.46,0.33,0.28,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43372",4,37.55652,-77.40027,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43372",7,37.55652,-77.40027,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43441",4,37.55652,-77.40027,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","SS 6L Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43441",7,37.55652,-77.40027,"WGS84","Methyl methacrylate","24 HOUR","","Observed Values","SS 6L Pressurized Canister - Cryogenic Precon: GC/MS",2013,"Parts per billion Carbon","No Events",23,74,23,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43502",2,37.55652,-77.40027,"WGS84","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.482222,1.031611,4.9,"2013-07-09 00:00",4.4,"2013-05-16 00:00",4.4,"2013-07-15 00:00",4.1,"2013-05-28 00:00","","","","",4.9,4.9,4.4,3.8,3.4,2.2,1.4,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-02" +"51","087","0014","43502",4,37.55652,-77.40027,"WGS84","Formaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.4,0.979332,4.7,"2013-07-09 00:00",4.3,"2013-07-15 00:00",4,"2013-05-16 00:00",3.8,"2013-05-28 00:00","","","","",4.7,4.7,4,3.7,3.3,2.2,1.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-04" +"51","087","0014","43503",2,37.55652,-77.40027,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.48,0.424585,2.6,"2013-05-16 00:00",2.4,"2013-04-10 00:00",2.2,"2013-05-10 00:00",2.1,"2013-05-28 00:00","","","","",2.6,2.6,2.2,2,1.7,1.5,0.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-02" +"51","087","0014","43503",4,37.55652,-77.40027,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.424444,0.413497,2.4,"2013-04-10 00:00",2.4,"2013-05-16 00:00",2.1,"2013-05-10 00:00",2,"2013-03-05 00:00","","","","",2.4,2.4,2.1,2,1.6,1.4,0.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-04" +"51","087","0014","43504",2,37.55652,-77.40027,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.04,0.152852,0.7,"2013-05-16 00:00",0.6,"2013-05-10 00:00",0.5,"2013-04-10 00:00",0,"2013-01-04 00:00","","","","",0.7,0.7,0.5,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-02" +"51","087","0014","43504",4,37.55652,-77.40027,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.04,0.152852,0.7,"2013-05-16 00:00",0.6,"2013-05-10 00:00",0.5,"2013-04-10 00:00",0,"2013-01-04 00:00","","","","",0.7,0.7,0.5,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-04" +"51","087","0014","43505",4,37.55652,-77.40027,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.184091,0.388164,1.4,"2013-07-21 00:00",1.3,"2013-09-01 00:00",1,"2013-08-14 00:00",0.9,"2013-06-03 00:00","","","","",1.4,1.4,1,0.8,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43505",7,37.55652,-77.40027,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.308696,0.73045,3.3,"2013-09-01 00:00",1.3,"2013-01-16 00:00",0.7,"2013-08-20 00:00",0.6,"2013-06-21 00:00","","","","",3.3,3.3,1.3,0.7,0.4,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43551",2,37.55652,-77.40027,"WGS84","Acetone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.974712,1.882699,9.35283,"2013-05-16 00:00",9.26448,"2013-04-10 00:00",8.45667,"2013-05-10 00:00",8.10326,"2013-05-28 00:00","","","","",9.35283,9.35283,8.45667,7.86344,6.13424,4.72059,2.85255,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-02" +"51","087","0014","43551",4,37.55652,-77.40027,"WGS84","Acetone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.872896,1.888023,9.41594,"2013-04-10 00:00",9.26448,"2013-05-16 00:00",8.50716,"2013-05-10 00:00",8.22948,"2013-05-28 00:00","","","","",9.41594,9.41594,8.50716,7.48479,5.94492,4.53126,2.70109,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-04" +"51","087","0014","43552",2,37.55652,-77.40027,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.81561,0.244967,1.73502,"2013-05-16 00:00",1.15216,"2013-06-15 00:00",1.12505,"2013-05-10 00:00",1.0993,"2013-08-02 00:00","","","","",1.73502,1.73502,1.12505,1.09794,0.95155,0.8038,0.51508,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-02" +"51","087","0014","43552",4,37.55652,-77.40027,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.789796,0.239491,1.65369,"2013-05-16 00:00",1.12505,"2013-06-15 00:00",1.09794,"2013-05-10 00:00",1.07219,"2013-07-09 00:00","","","","",1.65369,1.65369,1.09794,1.07083,0.92444,0.77263,0.52864,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-04" +"51","087","0014","43560",2,37.55652,-77.40027,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-02" +"51","087","0014","43560",4,37.55652,-77.40027,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Cartridge DNPH on Silica, Heated O3 Denuder - HPLC Photo Diode Array",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-04" +"51","087","0014","43702",4,37.55652,-77.40027,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.020455,0.095429,0.5,"2013-01-28 00:00",0.4,"2013-01-22 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.5,0.5,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43702",7,37.55652,-77.40027,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43704",4,37.55652,-77.40027,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43704",7,37.55652,-77.40027,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43801",4,37.55652,-77.40027,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.620455,0.111187,0.8,"2013-04-16 00:00",0.8,"2013-07-09 00:00",0.8,"2013-07-15 00:00",0.8,"2013-07-21 00:00","","","","",0.8,0.8,0.8,0.7,0.7,0.6,0.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43801",7,37.55652,-77.40027,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.630435,0.106322,0.8,"2013-04-22 00:00",0.8,"2013-09-01 00:00",0.7,"2013-01-04 00:00",0.7,"2013-01-16 00:00","","","","",0.8,0.8,0.8,0.7,0.7,0.6,0.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43802",4,37.55652,-77.40027,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.259091,0.26265,1.7,"2013-08-08 00:00",0.7,"2013-01-04 00:00",0.5,"2013-01-10 00:00",0.5,"2013-06-03 00:00","","","","",1.7,1.7,0.5,0.5,0.3,0.2,0.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43802",7,37.55652,-77.40027,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.3,0.221565,0.8,"2013-04-22 00:00",0.8,"2013-08-08 00:00",0.7,"2013-08-20 00:00",0.5,"2013-07-27 00:00","","","","",0.8,0.8,0.8,0.7,0.4,0.2,0.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43803",4,37.55652,-77.40027,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43803",7,37.55652,-77.40027,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43804",4,37.55652,-77.40027,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.1,0.037354,0.3,"2013-04-16 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0.1,0.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43804",7,37.55652,-77.40027,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.095652,0.020851,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43806",4,37.55652,-77.40027,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43806",7,37.55652,-77.40027,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.004348,0.020851,0.1,"2013-07-27 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43811",4,37.55652,-77.40027,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.256818,0.044396,0.34,"2013-09-01 00:00",0.32,"2013-09-19 00:00",0.31,"2013-04-04 00:00",0.31,"2013-05-28 00:00","","","","",0.34,0.34,0.31,0.31,0.28,0.26,0.23,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43811",7,37.55652,-77.40027,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.256957,0.040613,0.37,"2013-09-01 00:00",0.32,"2013-05-28 00:00",0.28,"2013-03-29 00:00",0.27,"2013-01-04 00:00","","","","",0.37,0.37,0.32,0.28,0.27,0.26,0.22,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43812",4,37.55652,-77.40027,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43812",7,37.55652,-77.40027,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43813",4,37.55652,-77.40027,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43813",7,37.55652,-77.40027,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43814",4,37.55652,-77.40027,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43814",7,37.55652,-77.40027,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43815",4,37.55652,-77.40027,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.009091,0.02908,0.1,"2013-03-17 00:00",0.1,"2013-04-04 00:00",0.1,"2013-04-16 00:00",0.1,"2013-08-08 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43815",7,37.55652,-77.40027,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43817",4,37.55652,-77.40027,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.025,0.048823,0.2,"2013-09-25 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43817",7,37.55652,-77.40027,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.017391,0.038755,0.1,"2013-01-16 00:00",0.1,"2013-03-05 00:00",0.1,"2013-08-20 00:00",0.1,"2013-09-25 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43818",4,37.55652,-77.40027,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43818",7,37.55652,-77.40027,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43819",4,37.55652,-77.40027,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43819",7,37.55652,-77.40027,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43820",4,37.55652,-77.40027,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43820",7,37.55652,-77.40027,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43823",4,37.55652,-77.40027,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",3,0.57333,0.245879,1.24,"2013-02-09 00:00",1.11,"2013-02-03 00:00",1.08,"2013-01-22 00:00",1.07,"2013-01-28 00:00","","","","",1.24,1.24,1.08,0.8,0.63,0.55,0.4,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43823",7,37.55652,-77.40027,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",1,0.56937,0.24283,1.21,"2013-02-09 00:00",1.07,"2013-01-28 00:00",0.8,"2013-01-04 00:00",0.73,"2013-03-29 00:00","","","","",1.21,1.21,1.07,0.8,0.67,0.52,0.36,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43824",4,37.55652,-77.40027,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.047727,0.301538,2,"2013-08-08 00:00",0.1,"2013-09-13 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",2,2,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43824",7,37.55652,-77.40027,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43826",4,37.55652,-77.40027,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43826",7,37.55652,-77.40027,"WGS84","1,1-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43828",4,37.55652,-77.40027,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.027693,0.001678,0.03,"2013-01-04 00:00",0.03,"2013-01-10 00:00",0.03,"2013-01-16 00:00",0.03,"2013-01-22 00:00","","","","",0.03,0.03,0.03,0.03,0.03,0.0265,0.0265,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43828",7,37.55652,-77.40027,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.045109,0.026054,0.08,"2013-01-04 00:00",0.08,"2013-01-16 00:00",0.08,"2013-01-28 00:00",0.08,"2013-02-09 00:00","","","","",0.08,0.08,0.08,0.08,0.08,0.0265,0.0265,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43829",4,37.55652,-77.40027,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43829",7,37.55652,-77.40027,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43830",4,37.55652,-77.40027,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43830",7,37.55652,-77.40027,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43831",4,37.55652,-77.40027,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43831",7,37.55652,-77.40027,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43832",4,37.55652,-77.40027,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.034511,0.000719,0.0355,"2013-01-04 00:00",0.0355,"2013-01-10 00:00",0.0355,"2013-01-16 00:00",0.0355,"2013-01-22 00:00","","","","",0.0355,0.0355,0.0355,0.0355,0.0355,0.034,0.034,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43832",7,37.55652,-77.40027,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.03087,0.004383,0.034,"2013-04-10 00:00",0.034,"2013-04-22 00:00",0.034,"2013-05-04 00:00",0.034,"2013-05-16 00:00","","","","",0.034,0.034,0.034,0.034,0.034,0.034,0.025,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43838",4,37.55652,-77.40027,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.064682,0.049481,0.16,"2013-02-15 00:00",0.16,"2013-02-21 00:00",0.16,"2013-02-27 00:00",0.16,"2013-03-05 00:00","","","","",0.16,0.16,0.16,0.16,0.087,0.033,0.033,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43838",7,37.55652,-77.40027,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.044826,0.016557,0.067,"2013-01-04 00:00",0.067,"2013-01-16 00:00",0.067,"2013-01-28 00:00",0.067,"2013-02-09 00:00","","","","",0.067,0.067,0.067,0.067,0.067,0.033,0.033,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43839",4,37.55652,-77.40027,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.063318,0.041237,0.12,"2013-01-04 00:00",0.12,"2013-01-10 00:00",0.12,"2013-01-16 00:00",0.12,"2013-01-22 00:00","","","","",0.12,0.12,0.12,0.12,0.12,0.034,0.034,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43839",7,37.55652,-77.40027,"WGS84","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.045478,0.01607,0.067,"2013-01-04 00:00",0.067,"2013-01-16 00:00",0.067,"2013-01-28 00:00",0.067,"2013-02-09 00:00","","","","",0.067,0.067,0.067,0.067,0.067,0.034,0.034,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43843",4,37.55652,-77.40027,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-02-09 00:00",0.1,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43843",7,37.55652,-77.40027,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43844",4,37.55652,-77.40027,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43844",7,37.55652,-77.40027,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43860",4,37.55652,-77.40027,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43860",7,37.55652,-77.40027,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","43954",1,37.55652,-77.40027,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",17,0.164643,0.162241,0.56,"2013-10-01 00:00",0.52,"2013-07-21 00:00",0.4,"2013-07-09 00:00",0.38,"2013-09-13 00:00","","","","",0.56,0.56,0.52,0.4,0.27,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","43960",1,37.55652,-77.40027,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",17,0.098929,0.064884,0.25,"2013-10-01 00:00",0.2,"2013-07-09 00:00",0.2,"2013-09-07 00:00",0.17,"2013-06-15 00:00","","","","",0.25,0.25,0.2,0.2,0.16,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","44201",1,37.55652,-77.40027,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8512,98,209,214,0,248,0,0,"Requested but not yet concurred",969,0.045632,0.011739,0.078,"2013-07-18 12:00",0.074,"2013-07-17 12:00",0.07,"2013-04-27 15:00",0.07,"2013-05-17 15:00","","","","",0.07,0.07,0.066,0.06,0.053,0.047,0.04,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","44201",1,37.55652,-77.40027,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8600,96,206,214,0,0,0,0,"Requested but not yet concurred",0,0.040675,0.011276,0.07,"2013-07-18 10:00",0.066,"2013-04-27 10:00",0.066,"2013-06-05 10:00",0.065,"2013-05-15 12:00","","","","",0.066,0.065,0.059,0.054,0.048,0.043,0.035,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","44201",1,37.55652,-77.40027,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8600,96,206,214,0,0,0,0,"Requested but not yet concurred",0,0.040675,0.011276,0.07,"2013-07-18 10:00",0.066,"2013-04-27 10:00",0.066,"2013-06-05 10:00",0.065,"2013-05-15 12:00","","","","",0.066,0.065,0.059,0.054,0.048,0.043,0.035,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","45109",1,37.55652,-77.40027,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.671071,0.493231,2.11,"2013-08-26 00:00",2.01,"2013-09-25 00:00",1.42,"2013-06-15 00:00",0.91,"2013-08-20 00:00","","","","",2.11,2.11,2.01,1.42,0.82,0.59,0.23,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45109",4,37.55652,-77.40027,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.881818,0.542292,2.6,"2013-09-25 00:00",1.9,"2013-08-26 00:00",1.8,"2013-03-05 00:00",1.8,"2013-06-15 00:00","","","","",2.6,2.6,1.8,1.7,1.2,0.7,0.3,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45109",7,37.55652,-77.40027,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.747826,0.503505,1.9,"2013-03-05 00:00",1.8,"2013-09-25 00:00",1.2,"2013-06-09 00:00",1.2,"2013-07-15 00:00","","","","",1.9,1.9,1.8,1.2,1.1,0.7,0.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45201",1,37.55652,-77.40027,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.718214,0.308029,1.66,"2013-09-25 00:00",1.28,"2013-10-01 00:00",1.07,"2013-09-07 00:00",0.94,"2013-10-31 00:00","","","","",1.66,1.66,1.28,1.07,0.9,0.72,0.36,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45201",4,37.55652,-77.40027,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.004545,0.508968,2.5,"2013-03-05 00:00",2,"2013-01-10 00:00",2,"2013-03-23 00:00",1.9,"2013-01-16 00:00","","","","",2.5,2.5,2,1.7,1.3,0.8,0.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45201",7,37.55652,-77.40027,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,1.021739,0.595404,2.7,"2013-03-05 00:00",1.9,"2013-01-16 00:00",1.8,"2013-01-04 00:00",1.6,"2013-01-28 00:00","","","","",2.7,2.7,1.9,1.8,1.4,0.9,0.4,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45202",1,37.55652,-77.40027,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,2.5425,1.461905,7.11,"2013-09-25 00:00",5.43,"2013-10-01 00:00",4.37,"2013-09-07 00:00",4.11,"2013-06-15 00:00","","","","",7.11,7.11,5.43,4.37,3.24,2.43,0.92,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45202",4,37.55652,-77.40027,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.040909,1.834846,12.3,"2013-01-10 00:00",5,"2013-09-25 00:00",3.4,"2013-05-10 00:00",3.2,"2013-03-05 00:00","","","","",12.3,12.3,3.4,3.2,2.4,1.7,0.8,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45202",7,37.55652,-77.40027,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,1.752174,0.98667,4.3,"2013-09-25 00:00",3.3,"2013-03-05 00:00",3.2,"2013-05-16 00:00",3.2,"2013-08-20 00:00","","","","",4.3,4.3,3.3,3.2,2.1,1.5,0.7,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45203",1,37.55652,-77.40027,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.310714,0.225732,0.89,"2013-09-25 00:00",0.66,"2013-08-26 00:00",0.65,"2013-10-01 00:00",0.62,"2013-09-07 00:00","","","","",0.89,0.89,0.66,0.65,0.4,0.32,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45203",4,37.55652,-77.40027,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.302273,0.199405,0.9,"2013-09-25 00:00",0.7,"2013-08-26 00:00",0.6,"2013-03-05 00:00",0.6,"2013-03-23 00:00","","","","",0.9,0.9,0.6,0.6,0.4,0.2,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45203",7,37.55652,-77.40027,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.265217,0.192138,0.8,"2013-09-25 00:00",0.6,"2013-03-05 00:00",0.4,"2013-03-29 00:00",0.4,"2013-06-09 00:00","","","","",0.8,0.8,0.6,0.4,0.4,0.2,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45204",1,37.55652,-77.40027,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.281071,0.251445,1.01,"2013-09-25 00:00",0.67,"2013-08-26 00:00",0.66,"2013-10-01 00:00",0.65,"2013-09-07 00:00","","","","",1.01,1.01,0.67,0.66,0.38,0.28,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45204",4,37.55652,-77.40027,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.340909,0.221326,0.9,"2013-09-25 00:00",0.8,"2013-03-05 00:00",0.7,"2013-03-23 00:00",0.7,"2013-08-26 00:00","","","","",0.9,0.9,0.7,0.7,0.5,0.3,0.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45204",7,37.55652,-77.40027,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.3,0.231595,0.9,"2013-03-05 00:00",0.8,"2013-09-25 00:00",0.5,"2013-06-09 00:00",0.5,"2013-07-15 00:00","","","","",0.9,0.9,0.8,0.5,0.4,0.3,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45207",1,37.55652,-77.40027,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",25,0.081071,0.09496,0.43,"2013-09-25 00:00",0.35,"2013-08-26 00:00",0.24,"2013-10-01 00:00",0.05,"2013-06-03 00:00","","","","",0.43,0.43,0.35,0.24,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45207",4,37.55652,-77.40027,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",41,0.18808,0.077272,0.54,"2013-08-26 00:00",0.45,"2013-09-25 00:00",0.36,"2013-06-15 00:00",0.2115,"2013-01-04 00:00","","","","",0.54,0.54,0.36,0.2115,0.189,0.153,0.153,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45207",7,37.55652,-77.40027,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.246913,0.131486,0.423,"2013-01-04 00:00",0.423,"2013-01-16 00:00",0.423,"2013-01-28 00:00",0.423,"2013-02-09 00:00","","","","",0.423,0.423,0.423,0.423,0.423,0.153,0.153,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45208",1,37.55652,-77.40027,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",3,0.482143,0.299943,1.4,"2013-09-25 00:00",1.13,"2013-08-26 00:00",0.87,"2013-10-01 00:00",0.69,"2013-09-07 00:00","","","","",1.4,1.4,1.13,0.87,0.63,0.47,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45208",4,37.55652,-77.40027,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",40,0.204341,0.125451,0.72,"2013-05-10 00:00",0.72,"2013-05-16 00:00",0.45,"2013-01-04 00:00",0.36,"2013-05-22 00:00","","","","",0.72,0.72,0.45,0.189,0.189,0.1575,0.1575,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45208",7,37.55652,-77.40027,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",21,0.267457,0.129308,0.423,"2013-01-04 00:00",0.423,"2013-01-16 00:00",0.423,"2013-01-28 00:00",0.423,"2013-02-09 00:00","","","","",0.423,0.423,0.423,0.423,0.423,0.1575,0.1575,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45209",1,37.55652,-77.40027,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",23,0.113929,0.172419,0.8,"2013-09-01 00:00",0.52,"2013-08-26 00:00",0.37,"2013-09-07 00:00",0.18,"2013-09-25 00:00","","","","",0.8,0.8,0.52,0.37,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45210",1,37.55652,-77.40027,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.009643,0.051025,0.27,"2013-08-02 00:00",0,"2013-06-03 00:00",0,"2013-06-09 00:00",0,"2013-06-15 00:00","","","","",0.27,0.27,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45211",1,37.55652,-77.40027,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",7,0.434643,0.303296,1.07,"2013-09-07 00:00",0.98,"2013-10-31 00:00",0.85,"2013-06-15 00:00",0.82,"2013-09-25 00:00","","","","",1.07,1.07,0.98,0.85,0.62,0.43,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45212",1,37.55652,-77.40027,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",6,0.3675,0.249928,0.93,"2013-10-19 00:00",0.85,"2013-10-31 00:00",0.72,"2013-06-09 00:00",0.7,"2013-08-26 00:00","","","","",0.93,0.93,0.85,0.72,0.57,0.34,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45213",1,37.55652,-77.40027,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",21,0.1375,0.178339,0.71,"2013-08-26 00:00",0.54,"2013-06-03 00:00",0.45,"2013-11-18 00:00",0.4,"2013-08-08 00:00","","","","",0.71,0.71,0.54,0.45,0.18,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45213",4,37.55652,-77.40027,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",41,0.19217,0.142566,0.99,"2013-08-26 00:00",0.45,"2013-05-10 00:00",0.45,"2013-09-01 00:00",0.2115,"2013-01-04 00:00","","","","",0.99,0.99,0.45,0.2115,0.2115,0.1305,0.1305,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45213",7,37.55652,-77.40027,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.223239,0.136247,0.423,"2013-01-16 00:00",0.423,"2013-01-28 00:00",0.423,"2013-02-09 00:00",0.423,"2013-02-21 00:00","","","","",0.423,0.423,0.423,0.423,0.423,0.1305,0.1305,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45218",1,37.55652,-77.40027,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",28,0.05,0,0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00",0.05,"2013-06-15 00:00",0.05,"2013-06-21 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45219",1,37.55652,-77.40027,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",26,0.0675,0.064269,0.3,"2013-09-25 00:00",0.29,"2013-08-26 00:00",0.05,"2013-06-03 00:00",0.05,"2013-06-09 00:00","","","","",0.3,0.3,0.29,0.05,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45220",1,37.55652,-77.40027,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",0,0.236429,0.328523,1.33,"2013-08-26 00:00",0.84,"2013-10-07 00:00",0.75,"2013-08-08 00:00",0.6,"2013-07-09 00:00","","","","",1.33,1.33,0.84,0.75,0.38,0.19,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45220",4,37.55652,-77.40027,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.234091,0.420931,2.2,"2013-08-08 00:00",1.5,"2013-08-26 00:00",0.8,"2013-08-20 00:00",0.6,"2013-02-15 00:00","","","","",2.2,2.2,0.8,0.6,0.3,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45220",7,37.55652,-77.40027,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.121739,0.225543,0.6,"2013-02-09 00:00",0.6,"2013-07-15 00:00",0.6,"2013-08-20 00:00",0.5,"2013-06-09 00:00","","","","",0.6,0.6,0.6,0.6,0.2,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45225",1,37.55652,-77.40027,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",28,78,28,36,0,2,"","","Certification not required",24,0.098929,0.157817,0.84,"2013-08-26 00:00",0.29,"2013-09-25 00:00",0.22,"2013-07-03 00:00",0.22,"2013-08-20 00:00","","","","",0.84,0.84,0.29,0.22,0.05,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-19" +"51","087","0014","45801",4,37.55652,-77.40027,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.020455,0.085125,0.5,"2013-08-08 00:00",0.2,"2013-02-09 00:00",0.2,"2013-02-15 00:00",0,"2013-01-04 00:00","","","","",0.5,0.5,0.2,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45801",7,37.55652,-77.40027,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.013043,0.062554,0.3,"2013-02-09 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.3,0.3,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45805",4,37.55652,-77.40027,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",42,0.341455,0.258342,1.86,"2013-08-08 00:00",0.78,"2013-08-26 00:00",0.402,"2013-01-22 00:00",0.402,"2013-01-28 00:00","","","","",1.86,1.86,0.402,0.402,0.402,0.27,0.27,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45805",7,37.55652,-77.40027,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",22,0.24913,0.056077,0.42,"2013-02-09 00:00",0.27,"2013-04-10 00:00",0.27,"2013-04-22 00:00",0.27,"2013-05-04 00:00","","","","",0.42,0.42,0.27,0.27,0.27,0.27,0.18,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45806",4,37.55652,-77.40027,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",39,0.322705,0.493759,3.42,"2013-08-08 00:00",0.78,"2013-08-26 00:00",0.48,"2013-02-09 00:00",0.42,"2013-02-15 00:00","","","","",3.42,3.42,0.48,0.285,0.285,0.285,0.09,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45806",7,37.55652,-77.40027,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",22,0.288913,0.074152,0.6,"2013-02-09 00:00",0.285,"2013-04-10 00:00",0.285,"2013-04-22 00:00",0.285,"2013-05-04 00:00","","","","",0.6,0.6,0.285,0.285,0.285,0.285,0.282,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45807",4,37.55652,-77.40027,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.279545,1.031274,6.8,"2013-08-08 00:00",1,"2013-08-26 00:00",0.7,"2013-04-16 00:00",0.6,"2013-07-09 00:00","","","","",6.8,6.8,0.7,0.5,0.2,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45807",7,37.55652,-77.40027,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0.1,0.178377,0.6,"2013-02-09 00:00",0.4,"2013-06-09 00:00",0.4,"2013-07-15 00:00",0.4,"2013-09-25 00:00","","","","",0.6,0.6,0.4,0.4,0.2,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45810",4,37.55652,-77.40027,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.377273,1.939655,12.8,"2013-08-08 00:00",1.5,"2013-04-16 00:00",1.1,"2013-08-26 00:00",0.7,"2013-05-16 00:00","","","","",12.8,12.8,1.1,0.5,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","45810",7,37.55652,-77.40027,"WGS84","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","46401",4,37.55652,-77.40027,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",44,0.151545,0.140013,0.344,"2013-01-04 00:00",0.344,"2013-01-10 00:00",0.344,"2013-01-16 00:00",0.344,"2013-01-22 00:00","","","","",0.344,0.344,0.344,0.344,0.344,0.052,0.052,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","46401",7,37.55652,-77.40027,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",23,38,23,61,0,0,"","","Certification not required",23,0.069391,0.024349,0.102,"2013-01-04 00:00",0.102,"2013-01-16 00:00",0.102,"2013-01-28 00:00",0.102,"2013-02-09 00:00","","","","",0.102,0.102,0.102,0.102,0.102,0.052,0.052,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-20" +"51","087","0014","61101",1,37.55652,-77.40027,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",720,8,30,365,0,0,"","","Certification not required",0,3.351389,1.994603,10.5,"2013-11-26 22:00",9.9,"2013-11-24 10:00",9.8,"2013-11-26 21:00",9.7,"2013-11-24 11:00","","","","",9.3,7.7,6.9,6.2,4.7,3.1,0.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","61102",1,37.55652,-77.40027,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Degrees Compass","No Events",720,8,30,365,0,0,"","","Certification not required",0,202.655556,61.794903,336,"2013-11-30 18:00",329,"2013-11-29 22:00",329,"2013-11-29 23:00",324,"2013-11-06 05:00","","","","",311,307,299,286,248,204,115,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-10" +"51","087","0014","62101",1,37.55652,-77.40027,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Degrees Fahrenheit","No Events",8647,99,360,365,0,113,"","","Certification not required",0,58.041818,16.924927,92.8,"2013-07-17 14:00",92.8,"2013-07-18 15:00",92.5,"2013-07-17 13:00",92.5,"2013-07-17 15:00","","","","",88.7,87.3,84,79.9,72.1,59.4,34.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","62201",1,37.55652,-77.40027,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",8647,99,360,365,0,113,"","","Certification not required",0,65.981034,19.453768,95,"2013-01-13 02:00",95,"2013-01-13 03:00",95,"2013-01-13 04:00",95,"2013-01-13 05:00","","","","",93,92,91,90,84,68,38,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","64101",1,37.55652,-77.40027,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8647,99,360,365,0,113,"","","Certification not required",0,1011.839644,6.777924,1033.2,"2013-11-29 23:00",1033.2,"2013-11-30 09:00",1031.9,"2013-11-29 19:00",1031.9,"2013-11-29 20:00","","","","",1027.9,1026.6,1023.9,1019.9,1015.9,1011.9,1003.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","68101",1,37.55652,-77.40027,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",352,100,61,61,0,13,"","","Certification not required",126,0.306818,0.22026,0.7,"2013-07-08 00:00",0.7,"2013-08-12 00:00",0.7,"2013-08-18 00:00",0.7,"2013-08-19 00:00","","","","",0.7,0.6,0.6,0.6,0.5,0.4,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68101",2,37.55652,-77.40027,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",125,100,122,122,0,0,"","","Certification not required",91,0.0932,0.099666,0.6,"2013-07-24 00:00",0.5,"2013-07-03 00:00",0.4,"2013-05-31 00:00",0.4,"2013-06-30 00:00","","","","",0.5,0.4,0.4,0.2,0.1,0.05,0.05,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68102",1,37.55652,-77.40027,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",352,100,61,61,0,13,"","","Certification not required",0,23.994318,0.042988,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68102",2,37.55652,-77.40027,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",125,100,122,122,0,0,"","","Certification not required",0,23.9904,0.066507,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68103",1,37.55652,-77.40027,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",352,100,61,61,0,13,"","","Certification not required",0,10.053409,9.175263,25.9,"2013-07-20 00:00",25.6,"2013-07-19 00:00",25.4,"2013-07-16 00:00",25,"2013-07-18 00:00","","","","",25,24.2,23.2,22.2,18.6,10.5,-1.7,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68103",2,37.55652,-77.40027,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",125,100,122,122,0,0,"","","Certification not required",0,9.324,9.208748,24.8,"2013-07-18 00:00",24.5,"2013-07-06 00:00",24.3,"2013-07-09 00:00",23.9,"2013-08-08 00:00","","","","",24.5,24.3,22.8,21.4,17.3,10.1,-2.4,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68103",5,37.55652,-77.40027,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,10.695294,8.326134,23.4,"2013-08-08 00:00",22.3,"2013-07-18 00:00",22.1,"2013-07-06 00:00",22,"2013-07-09 00:00","","","","",23.4,22.3,21.8,20.5,17.6,13.2,-1.3,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","68104",1,37.55652,-77.40027,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",352,100,61,61,0,13,"","","Certification not required",0,21.716477,9.442585,37.1,"2013-07-18 00:00",36.9,"2013-07-17 00:00",36.1,"2013-07-16 00:00",36,"2013-07-15 00:00","","","","",36,35.5,34.5,33.6,30.5,22.5,8.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68104",2,37.55652,-77.40027,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",125,100,122,122,0,0,"","","Certification not required",0,21.1008,9.555344,36.9,"2013-07-18 00:00",35.7,"2013-07-15 00:00",34.8,"2013-09-01 00:00",34.4,"2013-06-12 00:00","","","","",35.7,34.8,34.2,32.8,30.5,22.3,7.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68104",5,37.55652,-77.40027,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,23.644706,8.355502,36.1,"2013-09-01 00:00",36,"2013-04-10 00:00",35.8,"2013-07-18 00:00",35.7,"2013-09-10 00:00","","","","",36.1,36,34.7,33,31,24.9,10.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","68105",1,37.55652,-77.40027,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",352,100,61,61,0,13,"","","Certification not required",0,15.596875,8.990658,31,"2013-07-18 00:00",30.7,"2013-07-19 00:00",30.5,"2013-07-17 00:00",30.2,"2013-07-16 00:00","","","","",30.2,29.1,28.1,26.9,23.9,16.2,3,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68105",2,37.55652,-77.40027,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",125,100,122,122,0,0,"","","Certification not required",0,14.98,9.136139,30.8,"2013-07-18 00:00",29.1,"2013-07-15 00:00",29,"2013-07-06 00:00",28.3,"2013-07-09 00:00","","","","",29.1,29,27.8,26.6,23.3,15.4,3.4,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68105",5,37.55652,-77.40027,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",85,70,85,122,0,4,"","","Certification not required",0,16.742353,7.806718,28.9,"2013-07-18 00:00",27.9,"2013-08-08 00:00",27.5,"2013-04-10 00:00",27.2,"2013-07-06 00:00","","","","",28.9,27.9,27.1,26.2,23,18.7,4.8,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","68106",1,37.55652,-77.40027,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",352,100,61,61,0,13,"","","Certification not required",0,760.284091,5.062456,773,"2013-11-05 00:00",773,"2013-11-29 00:00",772,"2013-11-04 00:00",772,"2013-11-13 00:00","","","","",772,771,768,766,764,761,754,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68106",2,37.55652,-77.40027,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",125,100,122,122,0,0,"","","Certification not required",0,756.904,4.898031,768,"2013-11-21 00:00",767,"2013-01-10 00:00",767,"2013-11-30 00:00",766,"2013-04-22 00:00","","","","",767,767,764,762,760,757,751,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68106",5,37.55652,-77.40027,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,753.6,4.962238,765,"2013-04-22 00:00",762,"2013-01-10 00:00",762,"2013-05-01 00:00",762,"2013-09-28 00:00","","","","",765,762,760,760,757,754,748,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","68107",1,37.55652,-77.40027,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",352,100,61,61,0,13,"","","Certification not required",0,767.309659,4.877779,782,"2013-11-29 00:00",782,"2013-11-30 00:00",779,"2013-11-04 00:00",779,"2013-11-25 00:00","","","","",779,778,777,774,770,767,761,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68107",2,37.55652,-77.40027,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",125,100,122,122,0,0,"","","Certification not required",0,763.192,4.552022,776,"2013-11-30 00:00",773,"2013-01-10 00:00",772,"2013-01-25 00:00",772,"2013-04-22 00:00","","","","",773,772,771,770,766,763,758,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68107",5,37.55652,-77.40027,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,762.623529,5.43353,778,"2013-04-22 00:00",774,"2013-01-28 00:00",774,"2013-11-06 00:00",774,"2013-11-09 00:00","","","","",778,774,773,769,765,762,756,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","68108",1,37.55652,-77.40027,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",352,100,61,61,0,13,"","","Certification not required",0,763.920455,4.846878,778,"2013-11-29 00:00",777,"2013-11-04 00:00",777,"2013-11-30 00:00",776,"2013-11-05 00:00","","","","",776,775,772,770,767,764,758,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","68108",2,37.55652,-77.40027,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",125,100,122,122,0,0,"","","Certification not required",0,760.176,4.610759,773,"2013-11-30 00:00",770,"2013-01-10 00:00",770,"2013-11-21 00:00",769,"2013-04-22 00:00","","","","",770,770,767,766,763,760,754,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68108",5,37.55652,-77.40027,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",85,70,85,122,0,4,"","","Certification not required",0,756.588235,4.724037,768,"2013-04-22 00:00",765,"2013-01-10 00:00",765,"2013-04-13 00:00",765,"2013-05-01 00:00","","","","",768,765,764,762,760,757,750,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","68109",1,37.55652,-77.40027,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",351,100,61,61,0,0,"","","Certification not required",0,1438.737892,2.925692,1440,"2013-01-15 00:00",1440,"2013-01-16 00:00",1440,"2013-01-20 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","68109",2,37.55652,-77.40027,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",125,100,122,122,0,0,"","","Certification not required",0,1439.216,4.382119,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","81102",1,37.55652,-77.40027,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",4,11.881356,5.433246,26,"2013-04-10 00:00",22,"2013-07-09 00:00",21,"2013-06-27 00:00",19,"2013-05-16 00:00","","","","",26,22,21,19,16,12,5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-01-28" +"51","087","0014","81102",2,37.55652,-77.40027,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",118,97,118,122,0,4,0,0,"Certification not required",3,12.932203,5.627662,30,"2013-04-10 00:00",30,"2013-07-18 00:00",25,"2013-09-10 00:00",25,"2013-11-15 00:00","","","","",30,25,22,21,16,13,6,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","82103",1,37.55652,-77.40027,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.775682,0.430961,2.5,"2013-08-20 00:00",2.13,"2013-06-09 00:00",1.55,"2013-05-10 00:00",1.32,"2013-04-28 00:00","","","","",2.5,2.5,1.55,1.2,0.89,0.69,0.35,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","82105",1,37.55652,-77.40027,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.0025,0.00866,0.04,"2013-08-02 00:00",0.03,"2013-01-04 00:00",0.03,"2013-07-03 00:00",0.01,"2013-04-04 00:00","","","","",0.04,0.04,0.03,0,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","82110",1,37.55652,-77.40027,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.136818,0.071228,0.37,"2013-06-15 00:00",0.29,"2013-01-28 00:00",0.29,"2013-09-25 00:00",0.24,"2013-03-23 00:00","","","","",0.37,0.37,0.29,0.23,0.17,0.13,0.07,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","82112",1,37.55652,-77.40027,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,2.355,0.312615,3.22,"2013-02-15 00:00",3.06,"2013-01-22 00:00",2.99,"2013-01-04 00:00",2.96,"2013-02-12 00:00","","","","",3.22,3.22,2.99,2.91,2.44,2.3,2.03,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","82128",1,37.55652,-77.40027,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.001766,0.001059,0.0041,"2013-05-10 00:00",0.004,"2013-07-27 00:00",0.0036,"2013-01-28 00:00",0.0036,"2013-04-10 00:00","","","","",0.0041,0.0041,0.0036,0.0034,0.0025,0.0016,0.0007,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","82132",1,37.55652,-77.40027,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,2.487045,1.289668,5.76,"2013-04-10 00:00",5.45,"2013-05-16 00:00",5.44,"2013-09-19 00:00",4.43,"2013-07-09 00:00","","","","",5.76,5.76,5.44,4.13,3.23,2.45,0.87,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","82136",1,37.55652,-77.40027,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Wedding & Ass. Model 600 PM10 HiVol - ICP-MS",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,44,61,0,2,"","","Certification not required",0,0.725909,0.194916,1.18,"2013-03-11 00:00",1.14,"2013-03-17 00:00",1.12,"2013-04-28 00:00",1.11,"2013-04-16 00:00","","","","",1.18,1.18,1.12,1.01,0.83,0.71,0.52,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2013-12-18" +"51","087","0014","86101",1,37.55652,-77.40027,"WGS84","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,5.483898,3.109428,14.8,"2013-04-16 00:00",14.2,"2013-04-10 00:00",13.1,"2013-03-11 00:00",12.9,"2013-05-01 00:00","","","","",14.2,13.1,11.8,9.3,7.6,4.9,1.6,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","88101",1,37.55652,-77.40027,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,13,0,0,"Certification not required",0,8.13608,3.922516,23,"2013-07-19 00:00",21.8,"2013-12-01 00:00",21.5,"2013-12-04 00:00",21.3,"2013-07-18 00:00","","","","",21.3,19.3,16.2,13.4,10,7.2,4.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","88101",1,37.55652,-77.40027,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",352,96,352,365,0,13,"","","Certification not required",0,8.13608,3.922516,23,"2013-07-19 00:00",21.8,"2013-12-01 00:00",21.5,"2013-12-04 00:00",21.3,"2013-07-18 00:00","","","","",21.3,19.3,16.2,13.4,10,7.2,4.2,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-12" +"51","087","0014","88101",2,37.55652,-77.40027,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",125,100,122,122,0,0,0,0,"Certification not required",0,8.2136,3.887311,21.5,"2013-07-18 00:00",20.4,"2013-12-03 00:00",19.2,"2013-01-28 00:00",17.5,"2013-09-10 00:00","","","","",20.4,19.2,15.7,14.4,10.1,7.7,4.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","88101",2,37.55652,-77.40027,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",125,100,122,122,0,0,"","","Certification not required",0,8.2136,3.887311,21.5,"2013-07-18 00:00",20.4,"2013-12-03 00:00",19.2,"2013-01-28 00:00",17.5,"2013-09-10 00:00","","","","",20.4,19.2,15.7,14.4,10.1,7.7,4.5,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-03" +"51","087","0014","88102",5,37.55652,-77.40027,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.018161,0.004608,0.026,"2013-02-06 00:00",0.026,"2013-04-10 00:00",0.026,"2013-05-04 00:00",0.026,"2013-07-27 00:00","","","","",0.026,0.026,0.026,0.0255,0.021,0.0195,0.0135,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88103",5,37.55652,-77.40027,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.000595,0.000793,0.003,"2013-01-10 00:00",0.003,"2013-10-22 00:00",0.002,"2013-01-13 00:00",0.002,"2013-03-20 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88104",5,37.55652,-77.40027,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",57,0.02272,0.032804,0.194,"2013-07-03 00:00",0.149,"2013-06-24 00:00",0.14,"2013-06-03 00:00",0.093,"2013-03-11 00:00","","","","",0.194,0.149,0.079,0.059,0.023,0.0115,0.0065,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88107",5,37.55652,-77.40027,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.007352,0.007245,0.0295,"2013-01-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-05-19 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88109",5,37.55652,-77.40027,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",17,0.003022,0.001962,0.0103,"2013-04-10 00:00",0.0098,"2013-01-28 00:00",0.0078,"2013-03-11 00:00",0.0064,"2013-10-31 00:00","","","","",0.0103,0.0098,0.0061,0.0055,0.0042,0.0026,0.0011,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88110",5,37.55652,-77.40027,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.001464,0.003514,0.015,"2013-10-28 00:00",0.013,"2013-01-13 00:00",0.013,"2013-04-28 00:00",0.013,"2013-06-06 00:00","","","","",0.015,0.013,0.013,0.006,0,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88111",5,37.55652,-77.40027,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",23,0.014758,0.011627,0.0599,"2013-05-16 00:00",0.0512,"2013-04-10 00:00",0.0459,"2013-07-18 00:00",0.0397,"2013-06-24 00:00","","","","",0.0599,0.0512,0.0388,0.0268,0.0203,0.0134,0.0037,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88112",5,37.55652,-77.40027,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.006655,0.019875,0.162,"2013-09-25 00:00",0.059,"2013-09-16 00:00",0.049,"2013-09-22 00:00",0.047,"2013-05-13 00:00","","","","",0.162,0.059,0.03,0.007,0.004,0.002,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88113",5,37.55652,-77.40027,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",80,0.00072,0.000192,0.0015,"2013-02-15 00:00",0.0014,"2013-01-04 00:00",0.0014,"2013-09-22 00:00",0.0013,"2013-10-28 00:00","","","","",0.0015,0.0014,0.001,0.001,0.0007,0.0007,0.00055,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88114",5,37.55652,-77.40027,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",29,0.012103,0.014765,0.0655,"2013-04-10 00:00",0.0585,"2013-07-09 00:00",0.0584,"2013-01-04 00:00",0.0453,"2013-07-03 00:00","","","","",0.0655,0.0585,0.0423,0.031,0.0217,0.0047,0.0008,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88115",5,37.55652,-77.40027,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",49,0.019061,0.043856,0.309,"2013-10-13 00:00",0.185,"2013-03-11 00:00",0.15,"2013-04-22 00:00",0.099,"2013-05-04 00:00","","","","",0.309,0.185,0.0863,0.0352,0.012,0.0054,0.0025,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88117",5,37.55652,-77.40027,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.007748,0.011588,0.0435,"2013-06-18 00:00",0.0435,"2013-08-17 00:00",0.0435,"2013-09-25 00:00",0.043,"2013-01-16 00:00","","","","",0.0435,0.0435,0.043,0.005,0.00485,0.0041,0.0028,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88118",5,37.55652,-77.40027,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.009336,0.006605,0.023,"2013-01-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-05-19 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88126",5,37.55652,-77.40027,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.047348,0.027724,0.166,"2013-05-13 00:00",0.142,"2013-01-04 00:00",0.13,"2013-07-03 00:00",0.114,"2013-06-24 00:00","","","","",0.166,0.142,0.0883,0.076,0.0587,0.0429,0.0199,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88128",5,37.55652,-77.40027,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.000893,0.00138,0.007,"2013-08-11 00:00",0.005,"2013-01-28 00:00",0.005,"2013-07-27 00:00",0.004,"2013-04-28 00:00","","","","",0.007,0.005,0.003,0.003,0.001,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88131",5,37.55652,-77.40027,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",79,0.010048,0.004047,0.027,"2013-03-14 00:00",0.021,"2013-08-14 00:00",0.019,"2013-09-04 00:00",0.018,"2013-01-13 00:00","","","","",0.027,0.021,0.0165,0.0165,0.011,0.008,0.007,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88132",5,37.55652,-77.40027,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.000869,0.000889,0.004,"2013-05-16 00:00",0.003,"2013-01-19 00:00",0.003,"2013-09-25 00:00",0.003,"2013-10-28 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0.001,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88136",5,37.55652,-77.40027,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.000631,0.001789,0.015,"2013-05-13 00:00",0.005,"2013-01-04 00:00",0.003,"2013-01-13 00:00",0.003,"2013-08-17 00:00","","","","",0.015,0.005,0.002,0.001,0.001,0,0,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88140",5,37.55652,-77.40027,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",68,0.010618,0.009366,0.05,"2013-07-21 00:00",0.0467,"2013-03-11 00:00",0.0388,"2013-05-04 00:00",0.0347,"2013-04-10 00:00","","","","",0.05,0.0467,0.03,0.026,0.009,0.006,0.0055,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88152",5,37.55652,-77.40027,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.005765,0.001671,0.0085,"2013-05-28 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.0085,0.008,0.008,0.008,0.008,0.0055,0.00445,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88154",5,37.55652,-77.40027,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",82,0.001043,0.000276,0.0015,"2013-10-19 00:00",0.0014,"2013-06-15 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-13 00:00","","","","",0.0015,0.0014,0.0013,0.0013,0.0013,0.00125,0.00065,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88160",5,37.55652,-77.40027,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",81,0.012726,0.004618,0.036,"2013-07-24 00:00",0.025,"2013-08-17 00:00",0.023,"2013-11-06 00:00",0.0185,"2013-09-22 00:00","","","","",0.036,0.025,0.018,0.018,0.016,0.01,0.01,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88161",5,37.55652,-77.40027,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",75,0.002825,0.001681,0.0142,"2013-07-03 00:00",0.0099,"2013-06-24 00:00",0.0063,"2013-07-06 00:00",0.0057,"2013-04-25 00:00","","","","",0.0142,0.0099,0.005,0.004,0.00265,0.0025,0.0021,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88164",5,37.55652,-77.40027,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.001598,0.00027,0.00195,"2013-05-28 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00","","","","",0.00195,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88165",5,37.55652,-77.40027,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",8,0.058863,0.061155,0.373,"2013-07-03 00:00",0.35,"2013-06-24 00:00",0.22,"2013-06-27 00:00",0.167,"2013-04-10 00:00","","","","",0.373,0.35,0.143,0.111,0.0707,0.0451,0.0097,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88166",5,37.55652,-77.40027,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",84,0.007548,0.004243,0.019,"2013-09-22 00:00",0.0185,"2013-02-06 00:00",0.0185,"2013-03-11 00:00",0.0185,"2013-04-10 00:00","","","","",0.019,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88167",5,37.55652,-77.40027,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",18,0.00506,0.003548,0.016,"2013-01-28 00:00",0.015,"2013-03-05 00:00",0.015,"2013-04-10 00:00",0.0128,"2013-02-06 00:00","","","","",0.016,0.015,0.0118,0.0101,0.0071,0.004,0.0013,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88168",5,37.55652,-77.40027,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",81,0.001302,0.000719,0.0063,"2013-02-09 00:00",0.0042,"2013-10-22 00:00",0.0026,"2013-06-15 00:00",0.00175,"2013-02-06 00:00","","","","",0.0063,0.0042,0.00175,0.00175,0.00155,0.00115,0.00085,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88169",5,37.55652,-77.40027,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.716345,0.381824,2.11,"2013-07-18 00:00",1.88,"2013-01-28 00:00",1.73,"2013-09-10 00:00",1.57,"2013-06-12 00:00","","","","",2.11,1.88,1.53,1.11,0.942,0.662,0.325,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88176",5,37.55652,-77.40027,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",83,0.000972,0.000214,0.0014,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-03-11 00:00","","","","",0.0014,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88180",5,37.55652,-77.40027,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",2,0.048917,0.034002,0.23,"2013-07-06 00:00",0.16,"2013-06-18 00:00",0.122,"2013-11-09 00:00",0.111,"2013-03-05 00:00","","","","",0.23,0.16,0.107,0.0969,0.059,0.0381,0.0223,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88184",5,37.55652,-77.40027,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",50,0.067464,0.093745,0.545,"2013-03-11 00:00",0.325,"2013-10-13 00:00",0.322,"2013-04-16 00:00",0.311,"2013-05-04 00:00","","","","",0.545,0.325,0.257,0.209,0.059,0.027,0.0155,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88185",5,37.55652,-77.40027,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",82,0.003049,0.003222,0.0115,"2013-02-06 00:00",0.0115,"2013-03-11 00:00",0.0115,"2013-04-10 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88301",5,37.55652,-77.40027,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",2,0.547765,0.425475,2.65,"2013-01-28 00:00",1.56,"2013-02-06 00:00",1.5,"2013-07-18 00:00",1.47,"2013-09-10 00:00","","","","",2.65,1.56,1.19,1.02,0.758,0.474,0.086,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88302",5,37.55652,-77.40027,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",7,0.089773,0.104896,0.534,"2013-03-11 00:00",0.44,"2013-04-16 00:00",0.365,"2013-04-22 00:00",0.365,"2013-05-04 00:00","","","","",0.534,0.44,0.359,0.248,0.0912,0.051,0.015,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88303",5,37.55652,-77.40027,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",24,0.034765,0.024644,0.145,"2013-07-06 00:00",0.0979,"2013-03-11 00:00",0.082,"2013-07-12 00:00",0.0806,"2013-11-09 00:00","","","","",0.145,0.0979,0.079,0.068,0.051,0.0297,0.0115,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88306",5,37.55652,-77.40027,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,0.537762,0.470645,2.89,"2013-01-28 00:00",2.38,"2013-02-06 00:00",1.59,"2013-03-05 00:00",1.58,"2013-02-24 00:00","","","","",2.89,2.38,1.38,1.02,0.665,0.366,0.212,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88355",5,37.55652,-77.40027,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,2.400193,1.143201,5.88,"2013-07-18 00:00",5.83,"2013-04-10 00:00",4.64,"2013-10-31 00:00",4.6,"2013-11-09 00:00","","","","",5.88,5.83,4.58,3.89,3.09,2.28,1.18,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88357",5,37.55652,-77.40027,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.223169,0.126478,0.77,"2013-11-09 00:00",0.595,"2013-03-05 00:00",0.553,"2013-04-10 00:00",0.543,"2013-01-10 00:00","","","","",0.77,0.595,0.429,0.364,0.275,0.198,0.099,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88370",5,37.55652,-77.40027,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,2.145783,1.002638,5.42,"2013-04-10 00:00",5.26,"2013-07-18 00:00",4.06,"2013-10-31 00:00",4.04,"2013-11-09 00:00","","","","",5.42,5.26,3.97,3.6,2.71,2.01,1.06,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88374",5,37.55652,-77.40027,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",2,0.226337,0.178928,1.06,"2013-07-18 00:00",0.774,"2013-10-31 00:00",0.591,"2013-03-05 00:00",0.575,"2013-10-04 00:00","","","","",1.06,0.774,0.562,0.456,0.294,0.18,0.059,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88375",5,37.55652,-77.40027,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.560241,0.264715,1.44,"2013-04-10 00:00",1.44,"2013-07-18 00:00",1.09,"2013-09-10 00:00",1.04,"2013-10-04 00:00","","","","",1.44,1.44,0.968,0.903,0.727,0.527,0.273,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88376",5,37.55652,-77.40027,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",0,0.575771,0.282359,1.74,"2013-04-10 00:00",1.31,"2013-11-09 00:00",1.16,"2013-10-22 00:00",1.06,"2013-01-10 00:00","","","","",1.74,1.31,1.05,0.918,0.736,0.541,0.263,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88377",5,37.55652,-77.40027,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.402566,0.235525,1.29,"2013-04-10 00:00",1.1,"2013-07-18 00:00",0.945,"2013-03-05 00:00",0.891,"2013-01-28 00:00","","","","",1.29,1.1,0.891,0.712,0.5,0.341,0.18,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88378",5,37.55652,-77.40027,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",3,0.38088,0.198497,1.05,"2013-08-11 00:00",0.767,"2013-06-12 00:00",0.76,"2013-10-04 00:00",0.709,"2013-10-31 00:00","","","","",1.05,0.767,0.665,0.61,0.532,0.371,0.12,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88380",5,37.55652,-77.40027,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.478169,0.260628,1.33,"2013-11-09 00:00",1.19,"2013-03-05 00:00",1.01,"2013-01-10 00:00",0.965,"2013-04-10 00:00","","","","",1.33,1.19,0.909,0.87,0.599,0.452,0.186,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88383",5,37.55652,-77.40027,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.793867,0.38044,1.79,"2013-11-09 00:00",1.74,"2013-08-11 00:00",1.59,"2013-10-04 00:00",1.58,"2013-10-31 00:00","","","","",1.79,1.74,1.47,1.33,1.01,0.738,0.324,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88384",5,37.55652,-77.40027,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.064822,0.031127,0.176,"2013-07-30 00:00",0.149,"2013-09-04 00:00",0.143,"2013-07-18 00:00",0.134,"2013-03-20 00:00","","","","",0.176,0.149,0.11,0.099,0.0836,0.0621,0.0314,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88385",5,37.55652,-77.40027,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",76,0.001259,0.001169,0.0099,"2013-01-10 00:00",0.00624,"2013-08-23 00:00",0.0027,"2013-04-28 00:00",0.00263,"2013-05-04 00:00","","","","",0.0099,0.00624,0.00247,0.001,0.001,0.001,0.001,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88388",5,37.55652,-77.40027,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",83,68,83,122,0,6,"","","Certification not required",1,0.635759,0.326652,1.63,"2013-08-11 00:00",1.37,"2013-10-04 00:00",1.29,"2013-10-31 00:00",1.26,"2013-07-18 00:00","","","","",1.63,1.37,1.18,1.04,0.87,0.631,0.172,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88403",5,37.55652,-77.40027,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,1.92494,1.005543,5.29,"2013-01-28 00:00",4.95,"2013-07-18 00:00",4.35,"2013-09-10 00:00",4.15,"2013-07-30 00:00","","","","",5.29,4.95,4.12,3.08,2.4,1.78,0.821,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0014","88501",3,37.55652,-77.40027,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8527,97,355,365,0,233,"","","Certification not required",0,5.481576,4.143379,30.4,"2013-08-11 00:00",27.6,"2013-12-01 04:00",25.2,"2013-03-16 07:00",24.6,"2013-03-15 23:00","","","","",18,16,13.5,11,7.6,4.8,0.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","88501",3,37.55652,-77.40027,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,5.421408,3.158272,17.2,"2013-07-19 00:00",17,"2013-07-18 00:00",16,"2013-03-16 00:00",15.1,"2013-12-03 00:00","","","","",15.1,13.8,12,9.6,7.1,4.7,2.1,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","88502",3,37.55652,-77.40027,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8527,97,355,365,0,233,"","","Certification not required",0,7.436637,4.697735,34.4,"2013-12-01 04:00",33.9,"2013-08-11 00:00",33.4,"2013-12-27 08:00",30.8,"2013-12-27 01:00","","","","",21.9,19.6,16.6,13.6,9.8,6.7,2.3,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","88502",3,37.55652,-77.40027,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",355,97,355,365,0,0,"","","Certification not required",0,7.381408,3.574414,19.8,"2013-07-19 00:00",19.6,"2013-07-18 00:00",19.5,"2013-12-03 00:00",18.3,"2013-12-01 00:00","","","","",18.3,16.9,14.8,12.6,9.2,6.5,3.6,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-07" +"51","087","0014","88502",5,37.55652,-77.40027,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,5,"","","Certification not required",0,9.334524,3.815646,22.6,"2013-07-18 00:00",18.5,"2013-01-28 00:00",17.2,"2013-04-10 00:00",16.5,"2013-09-10 00:00","","","","",22.6,18.5,16.5,15,11.2,9.3,4.9,"MathScience Innovation Center","2401 HARTMAN STREET MATH & SCIENCE CTR","Virginia","Henrico","East Highland Park","Richmond, VA","2014-02-14" +"51","087","0015","68101",1,37.67132,-77.5664,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",123,100,61,61,0,1,"","","Certification not required",1,0.441057,0.13716,0.6,"2013-03-11 00:00",0.6,"2013-04-01 00:00",0.6,"2013-04-07 00:00",0.6,"2013-04-10 00:00","","","","",0.6,0.6,0.6,0.6,0.5,0.5,0.3,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68102",1,37.67132,-77.5664,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",123,100,61,61,0,1,"","","Certification not required",0,24.017886,0.05437,24.1,"2013-04-19 00:00",24.1,"2013-05-07 00:00",24.1,"2013-05-19 00:00",24.1,"2013-05-22 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68103",1,37.67132,-77.5664,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",123,100,61,61,0,1,"","","Certification not required",0,9.117073,9.03717,24.1,"2013-07-18 00:00",24,"2013-07-06 00:00",23.8,"2013-08-08 00:00",23.7,"2013-07-09 00:00","","","","",24,23.8,22,21.3,16.9,10.1,-2.3,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68104",1,37.67132,-77.5664,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",123,100,61,61,0,1,"","","Certification not required",0,21.781301,9.586931,37,"2013-07-18 00:00",36.9,"2013-07-15 00:00",36.3,"2013-07-21 00:00",35.7,"2013-09-01 00:00","","","","",36.9,36.3,34.3,33.7,30.9,22.7,8.1,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68105",1,37.67132,-77.5664,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",123,100,61,61,0,1,"","","Certification not required",0,15.063415,8.960983,30.3,"2013-07-18 00:00",28.8,"2013-07-06 00:00",28.7,"2013-07-15 00:00",27.9,"2013-07-09 00:00","","","","",28.8,28.7,27.3,26.7,23.5,15.7,3.2,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68106",1,37.67132,-77.5664,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",123,100,61,61,0,1,"","","Certification not required",0,753.01626,4.747707,763,"2013-01-10 00:00",763,"2013-11-21 00:00",763,"2013-11-30 00:00",762,"2013-04-22 00:00","","","","",763,763,760,758,756,753,747,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68107",1,37.67132,-77.5664,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",123,100,61,61,0,1,"","","Certification not required",0,758.97561,4.576246,772,"2013-11-30 00:00",769,"2013-01-10 00:00",768,"2013-01-25 00:00",768,"2013-04-22 00:00","","","","",769,768,767,765,762,759,753,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68108",1,37.67132,-77.5664,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",123,100,61,61,0,1,"","","Certification not required",0,756.121951,4.5675,769,"2013-11-30 00:00",766,"2013-01-10 00:00",766,"2013-11-21 00:00",765,"2013-04-22 00:00","","","","",766,766,763,762,759,756,750,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","68109",1,37.67132,-77.5664,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",123,100,61,61,0,0,"","","Certification not required",0,1439.414634,2.469243,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","88101",1,37.67132,-77.5664,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",123,99,121,122,0,1,0,0,"Certification not required",0,7.833333,3.713106,20,"2013-07-18 00:00",18.7,"2013-12-03 00:00",18.5,"2013-01-28 00:00",17.5,"2013-10-31 00:00","","","","",18.7,18.5,14.8,13.2,9.5,7.2,4,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","087","0015","88101",1,37.67132,-77.5664,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",123,99,121,122,0,1,"","","Certification not required",0,7.833333,3.713106,20,"2013-07-18 00:00",18.7,"2013-12-03 00:00",18.5,"2013-01-28 00:00",17.5,"2013-10-31 00:00","","","","",18.7,18.5,14.8,13.2,9.5,7.2,4,"DEQ Piedmont Regional Office","4949-A COX ROAD, GLEN ALLEN","Virginia","Henrico","","Richmond, VA","2014-02-03" +"51","101","0003","81102",1,37.55793,-76.7954,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,0,0,"Certification not required",2,12.166667,5.368353,27,"2013-04-10 00:00",22,"2013-05-16 00:00",21,"2013-06-27 00:00",20,"2013-04-16 00:00","","","","",27,22,21,19,16,12,6,"West Point Elementary School","ROOF OF WEST POINT ELEM SCHOOL","Virginia","King William","West Point","Richmond, VA","2014-01-28" +"51","107","1005","42601",1,39.02473,-77.48925,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8672,99,365,365,0,88,"","","Certification not required",0,1.718024,6.484013,98,"2013-11-14 20:00",97.6,"2013-11-15 08:00",96.3,"2013-12-19 07:00",91.4,"2013-11-15 07:00","","","","",34.6,22.8,9.2,3.3,0.6,0,-0.3,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","42602",1,39.02473,-77.48925,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8672,99,365,365,0,88,0,"","Certification not required",0,15.953973,9.382393,41.2,"2013-11-15 19:00",39.3,"2013-12-13 20:00",38.5,"2013-04-04 05:00",37.8,"2013-02-14 20:00","","","","",37.8,37,34.1,31.6,22.2,13.6,5.6,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","42602",1,39.02473,-77.48925,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8672,99,365,365,0,88,"","","Certification not required",0,7.08938,6.927131,41.2,"2013-11-15 19:00",39.3,"2013-12-13 20:00",38.5,"2013-04-04 05:00",38.5,"2013-12-13 21:00","","","","",31.3,28.7,23.2,17,8.9,4.4,1.6,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","42603",1,39.02473,-77.48925,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8672,99,365,365,0,88,"","","Certification not required",0,9.004324,11.865972,134.9,"2013-11-14 20:00",128.9,"2013-11-15 08:00",126,"2013-12-19 07:00",119.4,"2013-11-15 07:00","","","","",63.3,47.9,32,20.5,9.8,4.8,1.8,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","44201",1,39.02473,-77.48925,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5089,100,214,214,0,47,0,0,"Requested but not yet concurred",288,0.047762,0.011467,0.088,"2013-06-21 15:00",0.078,"2013-07-17 15:00",0.076,"2013-08-17 13:00",0.073,"2013-04-11 14:00","","","","",0.076,0.072,0.065,0.06,0.055,0.049,0.033,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","44201",1,39.02473,-77.48925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Requested but not yet concurred",0,0.04307,0.010952,0.075,"2013-06-21 11:00",0.071,"2013-07-17 11:00",0.069,"2013-08-17 10:00",0.066,"2013-04-27 10:00","","","","",0.069,0.066,0.061,0.056,0.05,0.045,0.028,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","44201",1,39.02473,-77.48925,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5115,100,214,214,0,0,0,0,"Requested but not yet concurred",0,0.04307,0.010952,0.075,"2013-06-21 11:00",0.071,"2013-07-17 11:00",0.069,"2013-08-17 10:00",0.066,"2013-04-27 10:00","","","","",0.069,0.066,0.061,0.056,0.05,0.045,0.028,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","107","1005","68101",1,39.02473,-77.48925,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",110,100,57,61,0,12,"","","Certification not required",10,0.452727,0.177887,0.7,"2013-07-27 00:00",0.7,"2013-08-02 00:00",0.7,"2013-09-16 00:00",0.6,"2013-01-10 00:00","","","","",0.7,0.7,0.6,0.6,0.6,0.5,0.1,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68102",1,39.02473,-77.48925,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",110,100,57,61,0,12,"","","Certification not required",0,24.040909,0.051215,24.1,"2013-01-16 00:00",24.1,"2013-03-29 00:00",24.1,"2013-04-01 00:00",24.1,"2013-04-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68103",1,39.02473,-77.48925,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,57,61,0,12,"","","Certification not required",0,8.239091,9.23292,24.9,"2013-07-18 00:00",22.7,"2013-08-08 00:00",22.4,"2013-07-06 00:00",22,"2013-08-29 00:00","","","","",22.7,22.4,21.5,20.7,16.2,9.1,-3.1,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68104",1,39.02473,-77.48925,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,57,61,0,12,"","","Certification not required",0,19.619091,10.308761,36.2,"2013-07-18 00:00",35.8,"2013-09-10 00:00",34.9,"2013-07-15 00:00",34.4,"2013-09-01 00:00","","","","",35.8,34.9,33.9,31.9,28.9,21.5,5.3,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68105",1,39.02473,-77.48925,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",110,100,57,61,0,12,"","","Certification not required",0,13.818182,9.470623,30.5,"2013-07-18 00:00",28.2,"2013-07-15 00:00",28,"2013-07-06 00:00",27.2,"2013-09-10 00:00","","","","",28.2,28,26.4,25.8,22.1,15.5,1.2,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68106",1,39.02473,-77.48925,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,57,61,0,12,"","","Certification not required",0,749.472727,4.92831,763,"2013-11-21 00:00",763,"2013-11-30 00:00",760,"2013-01-10 00:00",759,"2013-11-24 00:00","","","","",763,760,758,755,753,749,744,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68107",1,39.02473,-77.48925,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,57,61,0,12,"","","Certification not required",0,755.609091,4.921579,773,"2013-11-30 00:00",769,"2013-11-21 00:00",768,"2013-11-24 00:00",766,"2013-01-10 00:00","","","","",769,768,764,762,759,755,750,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68108",1,39.02473,-77.48925,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,57,61,0,12,"","","Certification not required",0,752.636364,4.775179,769,"2013-11-30 00:00",766,"2013-11-21 00:00",764,"2013-11-24 00:00",763,"2013-01-10 00:00","","","","",766,764,760,758,756,753,747,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","68109",1,39.02473,-77.48925,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",110,100,57,61,0,0,"","","Certification not required",0,1439.581818,1.095293,1440,"2013-01-01 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00",1440,"2013-01-28 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-03" +"51","107","1005","88101",1,39.02473,-77.48925,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,0,0,"Certification not required",0,8.482727,4.452169,30.6,"2013-12-03 00:00",25,"2013-01-28 00:00",19.9,"2013-10-31 00:00",19.8,"2013-07-18 00:00","","","","",25,19.9,16,13.4,10.6,8.1,4.3,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","107","1005","88101",1,39.02473,-77.48925,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,12,"","","Certification not required",0,8.482727,4.452169,30.6,"2013-12-03 00:00",25,"2013-01-28 00:00",19.9,"2013-10-31 00:00",19.8,"2013-07-18 00:00","","","","",25,19.9,16,13.4,10.6,8.1,4.3,"Broad Run High School, Ashburn","38-I, BROAD RUN HIGH SCHOOL, ASHBURN","Virginia","Loudoun","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-12" +"51","113","0003","44201",1,38.521986,-78.435833,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8311,95,204,214,0,449,0,0,"Certification not required",0,0.049377,0.008579,0.068,"2013-05-15 14:00",0.067,"2013-04-11 13:00",0.067,"2013-06-05 22:00",0.066,"2013-04-05 17:00","","","","",0.067,0.066,0.064,0.059,0.055,0.051,0.046,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","44201",1,38.521986,-78.435833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8323,95,203,214,0,0,0,0,"Certification not required",0,0.046291,0.008443,0.064,"2013-04-27 13:00",0.064,"2013-05-15 07:00",0.063,"2013-04-05 13:00",0.063,"2013-05-16 00:00","","","","",0.063,0.063,0.06,0.057,0.053,0.048,0.043,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","44201",1,38.521986,-78.435833,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8323,95,203,214,0,0,0,0,"Certification not required",0,0.046291,0.008443,0.064,"2013-04-27 13:00",0.064,"2013-05-15 07:00",0.063,"2013-04-05 13:00",0.063,"2013-05-16 00:00","","","","",0.063,0.063,0.06,0.057,0.053,0.048,0.043,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","61101",1,38.521986,-78.435833,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8454,97,349,365,0,306,"","","Certification not required",0,3.864218,2.011316,11.7,"2013-11-27 19:00",11.5,"2013-02-08 23:00",11.5,"2013-02-12 04:00",11.5,"2013-05-24 16:00","","","","",9.3,8.7,7.8,6.8,5,3.5,1.6,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","61103",1,38.521986,-78.435833,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8265,94,341,365,0,495,"","","Certification not required",0,3.313152,1.888518,11.1,"2013-11-27 19:00",10.7,"2013-02-08 23:00",10.7,"2013-02-12 04:00",10.5,"2013-01-05 02:00","","","","",8.5,8,7,6,4.5,2.9,1.2,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","61104",1,38.521986,-78.435833,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8265,94,341,365,0,495,"","","Certification not required",0,220.263884,80.018834,360,"2013-09-23 21:00",359,"2013-06-19 09:00",359,"2013-07-15 12:00",359,"2013-07-16 16:00","","","","",350,339,323,307,287,242,99,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","61106",1,38.521986,-78.435833,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8265,94,341,365,0,495,"","","Certification not required",0,32.180278,10.205472,68,"2013-12-09 09:00",67,"2013-07-19 21:00",66,"2013-06-02 05:00",66,"2013-12-09 08:00","","","","",59,56,51,47,39,30,21,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","62101",1,38.521986,-78.435833,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8565,98,354,365,0,195,"","","Certification not required",0,46.292353,16.850616,80,"2013-05-15 15:00",80,"2013-05-15 16:00",79,"2013-05-15 17:00",78,"2013-07-19 14:00","","","","",74,72,69,67,61,48,23,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","62201",1,38.521986,-78.435833,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8220,94,338,365,0,540,"","","Certification not required",0,73.651095,18.111413,100,"2013-03-12 08:00",100,"2013-03-12 09:00",100,"2013-03-12 10:00",100,"2013-03-12 11:00","","","","",99,98,95,94,88,77,46,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","63301",1,38.521986,-78.435833,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8579,98,355,365,0,181,"","","Certification not required",4372,0.205358,0.330277,1.43,"2013-06-04 11:00",1.43,"2013-06-04 12:00",1.43,"2013-07-26 11:00",1.42,"2013-05-26 12:00","","","","",1.27,1.17,0.99,0.76,0.29,0.005,0.005,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","64101",1,38.521986,-78.435833,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8580,98,355,365,0,180,"","","Certification not required",0,895.117016,7.036601,911,"2013-07-15 09:00",911,"2013-07-15 10:00",911,"2013-07-15 11:00",909,"2013-07-14 07:00","","","","",908,907,905,903,900,896,885,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","65102",1,38.521986,-78.435833,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8307,95,342,365,0,453,"","","Certification not required",0,0.00785,0.055645,2.69,"2013-07-11 22:00",1.23,"2013-07-11 23:00",1,"2013-07-21 13:00",0.97,"2013-06-26 12:00","","","","",0.19,0.1,0.03,0,0,0,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-18" +"51","113","0003","85101",1,38.521986,-78.435833,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,7.90301,4.945316,23.7542,"2013-05-28 00:00",20.057,"2013-05-22 00:00",16.6196,"2013-04-10 00:00",16.2618,"2013-05-10 00:00","","","","",23.7542,23.7542,16.6196,16.2338,9.4906,6.8278,2.399,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","86502",1,38.521986,-78.435833,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,2.791667,3.188799,13,"2013-05-28 00:00",12,"2013-05-22 00:00",10,"2013-05-25 00:00",9,"2013-05-10 00:00","","","","",13,13,10,8,4,2,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88103",1,38.521986,-78.435833,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000146,0.000357,0.001,"2013-01-25 00:00",0.001,"2013-01-28 00:00",0.001,"2013-03-26 00:00",0.001,"2013-04-07 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88104",1,38.521986,-78.435833,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.017656,0.01514,0.0635,"2013-05-16 00:00",0.052,"2013-04-10 00:00",0.046,"2013-04-01 00:00",0.0424,"2013-05-31 00:00","","","","",0.0635,0.0635,0.046,0.0413,0.027,0.0116,0.003,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88109",1,38.521986,-78.435833,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.002048,0.0013,0.0064,"2013-04-10 00:00",0.006,"2013-01-28 00:00",0.0047,"2013-01-13 00:00",0.0038,"2013-03-11 00:00","","","","",0.0064,0.0064,0.0047,0.0038,0.0026,0.0017,0.0009,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88111",1,38.521986,-78.435833,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.014458,0.010101,0.046,"2013-04-10 00:00",0.0452,"2013-05-16 00:00",0.0327,"2013-04-25 00:00",0.0313,"2013-04-07 00:00","","","","",0.046,0.046,0.0327,0.0296,0.0203,0.0122,0.0044,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88112",1,38.521986,-78.435833,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88114",1,38.521986,-78.435833,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",14,0.000435,0.000302,0.0012,"2013-05-31 00:00",0.0011,"2013-01-25 00:00",0.0011,"2013-01-28 00:00",0.001,"2013-04-10 00:00","","","","",0.0012,0.0012,0.0011,0.0009,0.0006,0.0004,0.00015,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88115",1,38.521986,-78.435833,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",15,0.000975,0.001109,0.0049,"2013-04-10 00:00",0.004,"2013-03-11 00:00",0.0032,"2013-04-07 00:00",0.0028,"2013-04-28 00:00","","","","",0.0049,0.0049,0.0032,0.0028,0.0014,0.0005,0.00015,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88126",1,38.521986,-78.435833,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.016369,0.010954,0.0446,"2013-05-16 00:00",0.0431,"2013-04-28 00:00",0.0398,"2013-04-10 00:00",0.0374,"2013-04-07 00:00","","","","",0.0446,0.0446,0.0398,0.032,0.0236,0.0127,0.0051,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88128",1,38.521986,-78.435833,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.001042,0.000898,0.004,"2013-04-07 00:00",0.003,"2013-04-28 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-25 00:00","","","","",0.004,0.004,0.002,0.002,0.002,0.001,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88132",1,38.521986,-78.435833,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.00075,0.000484,0.002,"2013-03-23 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88136",1,38.521986,-78.435833,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88140",1,38.521986,-78.435833,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",12,0.008938,0.007245,0.0349,"2013-04-10 00:00",0.0266,"2013-04-07 00:00",0.0219,"2013-05-31 00:00",0.016,"2013-01-25 00:00","","","","",0.0349,0.0349,0.0219,0.016,0.0141,0.008,0.00105,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88152",1,38.521986,-78.435833,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",30,0.00105,0.001581,0.0053,"2013-01-07 00:00",0.005,"2013-02-24 00:00",0.0047,"2013-01-04 00:00",0.0047,"2013-05-10 00:00","","","","",0.0053,0.0053,0.0047,0.0044,0.0012,0.00015,0.00015,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88154",1,38.521986,-78.435833,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",14,0.000346,0.000263,0.0015,"2013-01-25 00:00",0.0008,"2013-01-04 00:00",0.0008,"2013-01-28 00:00",0.0007,"2013-03-02 00:00","","","","",0.0015,0.0015,0.0008,0.0006,0.0005,0.0003,0.0001,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88161",1,38.521986,-78.435833,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.001313,0.001099,0.0042,"2013-04-10 00:00",0.004,"2013-05-16 00:00",0.0037,"2013-04-28 00:00",0.0033,"2013-05-31 00:00","","","","",0.0042,0.0042,0.0037,0.0031,0.002,0.0009,0.0003,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88164",1,38.521986,-78.435833,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",10,0.000181,0.000134,0.0008,"2013-04-10 00:00",0.0004,"2013-04-22 00:00",0.0004,"2013-05-22 00:00",0.0003,"2013-01-13 00:00","","","","",0.0008,0.0008,0.0004,0.0003,0.0002,0.0002,5e-05,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88165",1,38.521986,-78.435833,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.038042,0.035201,0.1419,"2013-05-16 00:00",0.1193,"2013-04-28 00:00",0.113,"2013-04-10 00:00",0.1034,"2013-04-25 00:00","","","","",0.1419,0.1419,0.113,0.1,0.0577,0.0284,0.0027,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88167",1,38.521986,-78.435833,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.003008,0.00161,0.0071,"2013-01-25 00:00",0.0069,"2013-01-28 00:00",0.0067,"2013-04-07 00:00",0.0062,"2013-04-28 00:00","","","","",0.0071,0.0071,0.0067,0.0058,0.0038,0.0026,0.0011,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88168",1,38.521986,-78.435833,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",24,0.000239,0.000172,0.0007,"2013-05-22 00:00",0.0006,"2013-04-04 00:00",0.0006,"2013-04-07 00:00",0.0005,"2013-02-24 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0004,0.0002,0.0001,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88169",1,38.521986,-78.435833,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.509756,0.263741,1.1264,"2013-01-07 00:00",1.0089,"2013-05-10 00:00",0.9576,"2013-05-25 00:00",0.9474,"2013-04-28 00:00","","","","",1.1264,1.1264,0.9576,0.8854,0.7493,0.4693,0.1935,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88176",1,38.521986,-78.435833,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",40,0.000175,7.7e-05,0.0005,"2013-01-10 00:00",0.0004,"2013-04-25 00:00",0.0003,"2013-02-09 00:00",0.0003,"2013-02-24 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.00015,0.00015,0.00015,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88180",1,38.521986,-78.435833,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.022767,0.011874,0.0559,"2013-04-10 00:00",0.0498,"2013-01-28 00:00",0.0497,"2013-05-22 00:00",0.0459,"2013-04-07 00:00","","","","",0.0559,0.0559,0.0497,0.0407,0.0271,0.0196,0.0115,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88184",1,38.521986,-78.435833,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.035799,0.05059,0.1793,"2013-03-11 00:00",0.174,"2013-05-04 00:00",0.1662,"2013-04-10 00:00",0.1259,"2013-04-19 00:00","","","","",0.1793,0.1793,0.1662,0.1249,0.0426,0.0138,0.00155,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88185",1,38.521986,-78.435833,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",40,0.000684,0.000422,0.0022,"2013-04-07 00:00",0.0019,"2013-02-06 00:00",0.0018,"2013-03-23 00:00",0.0017,"2013-04-01 00:00","","","","",0.0022,0.0022,0.0018,0.0013,0.00065,0.00065,0.0004,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88203",1,38.521986,-78.435833,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",9,0.034396,0.046765,0.2096,"2013-03-11 00:00",0.1932,"2013-04-19 00:00",0.1527,"2013-05-04 00:00",0.0975,"2013-04-22 00:00","","","","",0.2096,0.2096,0.1527,0.0932,0.0406,0.0145,0.0061,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88306",1,38.521986,-78.435833,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.759996,0.625078,2.664,"2013-03-23 00:00",2.3218,"2013-03-29 00:00",2.2791,"2013-02-24 00:00",1.8609,"2013-01-07 00:00","","","","",2.664,2.664,2.2791,1.755,0.9901,0.5593,0.2024,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88320",1,38.521986,-78.435833,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.71625,0.610374,2.9,"2013-04-10 00:00",2.77,"2013-05-28 00:00",1.75,"2013-01-28 00:00",1.66,"2013-04-07 00:00","","","","",2.9,2.9,1.75,1.52,0.89,0.5,0.19,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88321",1,38.521986,-78.435833,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.148333,0.097704,0.42,"2013-04-10 00:00",0.41,"2013-05-28 00:00",0.38,"2013-01-28 00:00",0.33,"2013-04-07 00:00","","","","",0.42,0.42,0.38,0.31,0.2,0.11,0.05,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88324",1,38.521986,-78.435833,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",42,0.025074,0.015414,0.1025,"2013-05-31 00:00",0.0565,"2013-05-28 00:00",0.0534,"2013-04-07 00:00",0.0484,"2013-05-22 00:00","","","","",0.1025,0.1025,0.0534,0.0333,0.03075,0.0235,0.01105,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88325",1,38.521986,-78.435833,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",8,0.164039,0.156925,0.8896,"2013-05-28 00:00",0.4826,"2013-05-22 00:00",0.4683,"2013-04-10 00:00",0.4353,"2013-05-31 00:00","","","","",0.8896,0.8896,0.4683,0.3635,0.2046,0.113,0.0345,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88326",1,38.521986,-78.435833,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.168455,0.196585,1.0033,"2013-04-10 00:00",0.775,"2013-05-28 00:00",0.5118,"2013-04-07 00:00",0.4306,"2013-01-28 00:00","","","","",1.0033,1.0033,0.5118,0.4297,0.2394,0.1213,0.03525,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88327",1,38.521986,-78.435833,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.139702,0.123529,0.5889,"2013-04-10 00:00",0.4723,"2013-05-28 00:00",0.4111,"2013-04-07 00:00",0.3892,"2013-01-28 00:00","","","","",0.5889,0.5889,0.4111,0.3856,0.1785,0.1042,0.0332,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88328",1,38.521986,-78.435833,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.233729,0.152163,0.8017,"2013-04-10 00:00",0.5764,"2013-05-28 00:00",0.558,"2013-01-28 00:00",0.4728,"2013-04-28 00:00","","","","",0.8017,0.8017,0.558,0.4415,0.295,0.1992,0.0894,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88329",1,38.521986,-78.435833,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.332252,0.238922,1.1676,"2013-04-10 00:00",0.8998,"2013-01-28 00:00",0.8793,"2013-05-28 00:00",0.7081,"2013-04-28 00:00","","","","",1.1676,1.1676,0.8793,0.6775,0.461,0.2747,0.114,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88330",1,38.521986,-78.435833,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.049154,0.02597,0.1208,"2013-03-26 00:00",0.1081,"2013-04-01 00:00",0.1006,"2013-05-16 00:00",0.0915,"2013-03-23 00:00","","","","",0.1208,0.1208,0.1006,0.091,0.0658,0.0423,0.0201,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88331",1,38.521986,-78.435833,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",17,0.000704,0.002669,0.016,"2013-05-28 00:00",0.0072,"2013-03-26 00:00",0.007,"2013-04-07 00:00",0.001,"2013-04-28 00:00","","","","",0.016,0.016,0.007,0.0007,0.00015,0,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88338",1,38.521986,-78.435833,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",47,0.015931,0.004893,0.0301,"2013-04-07 00:00",0.0262,"2013-02-24 00:00",0.02515,"2013-02-21 00:00",0.02415,"2013-02-12 00:00","","","","",0.0301,0.0301,0.02515,0.0241,0.0171,0.01505,0.0111,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88339",1,38.521986,-78.435833,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,2.102751,1.087926,4.64636,"2013-01-07 00:00",4.16171,"2013-05-10 00:00",3.95006,"2013-05-25 00:00",3.90798,"2013-04-28 00:00","","","","",4.64636,4.64636,3.95006,3.65236,3.09103,1.93599,0.79835,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88344",1,38.521986,-78.435833,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.980396,0.806398,3.4371,"2013-03-23 00:00",2.9951,"2013-03-29 00:00",2.94,"2013-02-24 00:00",2.4006,"2013-01-07 00:00","","","","",3.4371,3.4371,2.94,2.264,1.2772,0.7215,0.2611,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88348",1,38.521986,-78.435833,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.19901,0.162311,0.6826,"2013-05-16 00:00",0.574,"2013-04-10 00:00",0.5449,"2013-04-28 00:00",0.4792,"2013-04-25 00:00","","","","",0.6826,0.6826,0.5449,0.4647,0.3013,0.1368,0.044,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88350",1,38.521986,-78.435833,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.289515,1.098835,5.2119,"2013-04-10 00:00",4.9853,"2013-05-28 00:00",3.1538,"2013-01-28 00:00",2.9941,"2013-04-07 00:00","","","","",5.2119,5.2119,3.1538,2.7409,1.6083,0.9009,0.3472,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88403",1,38.521986,-78.435833,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.545281,0.796344,3.415,"2013-01-07 00:00",3.068,"2013-04-28 00:00",2.941,"2013-05-10 00:00",2.796,"2013-02-24 00:00","","","","",3.415,3.415,2.941,2.7699,2.1099,1.5009,0.593,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88501",3,38.521986,-78.435833,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4227,48,176,365,0,4533,"","","Certification not required",0,4.133215,4.006589,27,"2013-08-24 20:00",25.5,"2013-08-10 18:00",23.2,"2013-07-19 06:00",22.5,"2013-08-27 06:00","","","","",17.1,15.3,11.8,9.3,6.2,3.3,0,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-07" +"51","113","0003","88501",3,38.521986,-78.435833,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",176,48,176,365,0,0,"","","Certification not required",0,4.066477,3.20465,16.2,"2013-08-27 00:00",15.6,"2013-07-18 00:00",13.3,"2013-09-10 00:00",13.2,"2013-09-11 00:00","","","","",15.6,13.2,11.3,7.8,5.9,3.7,0.8,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-07" +"51","113","0003","88502",1,38.521986,-78.435833,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,4.616667,2.460179,10.5,"2013-05-28 00:00",9.4,"2013-01-28 00:00",9.4,"2013-04-10 00:00",9.1,"2013-04-28 00:00","","","","",10.5,10.5,9.4,8.1,6.4,3.9,1.7,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-01-28" +"51","113","0003","88502",3,38.521986,-78.435833,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4227,48,176,365,0,4533,"","","Certification not required",0,6.123492,4.157086,30,"2013-08-24 20:00",28.5,"2013-08-10 18:00",26.1,"2013-07-19 06:00",25.4,"2013-08-27 06:00","","","","",19.5,17.1,14,11.5,8.3,5.3,1.7,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-07" +"51","113","0003","88502",3,38.521986,-78.435833,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",176,48,176,365,0,0,"","","Certification not required",0,6.056818,3.356011,18.9,"2013-08-27 00:00",18.3,"2013-07-18 00:00",15.2,"2013-07-19 00:00",14.3,"2013-08-12 00:00","","","","",18.3,14.3,13.8,9.8,8,5.6,2.2,"Shenandoah National Park, Big Meadows","SHENANDOAH NP BIG MEADOWS","Virginia","Madison","","","2014-02-07" +"51","139","0004","44201",1,38.66373,-78.50442,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5080,99,212,214,0,56,0,0,"Requested but not yet concurred",271,0.04584,0.008896,0.067,"2013-05-15 14:00",0.064,"2013-04-05 16:00",0.064,"2013-04-11 12:00",0.064,"2013-04-27 13:00","","","","",0.064,0.063,0.059,0.056,0.052,0.046,0.035,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-07" +"51","139","0004","44201",1,38.66373,-78.50442,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5111,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.041858,0.008929,0.063,"2013-05-15 10:00",0.062,"2013-04-27 10:00",0.061,"2013-04-05 12:00",0.06,"2013-05-01 10:00","","","","",0.061,0.058,0.056,0.053,0.048,0.042,0.03,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-07" +"51","139","0004","44201",1,38.66373,-78.50442,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5111,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.041858,0.008929,0.063,"2013-05-15 10:00",0.062,"2013-04-27 10:00",0.061,"2013-04-05 12:00",0.06,"2013-05-01 10:00","","","","",0.061,0.058,0.056,0.053,0.048,0.042,0.03,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-07" +"51","139","0004","68101",1,38.66373,-78.50442,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",119,100,61,61,0,3,"","","Certification not required",10,0.397479,0.186499,0.7,"2013-04-10 00:00",0.7,"2013-06-30 00:00",0.7,"2013-07-06 00:00",0.7,"2013-07-09 00:00","","","","",0.7,0.7,0.7,0.6,0.6,0.4,0.1,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68102",1,38.66373,-78.50442,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,3,"","","Certification not required",0,24.047059,0.122006,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-22 00:00",24.1,"2013-01-25 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68103",1,38.66373,-78.50442,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,3,"","","Certification not required",0,6.788235,8.895449,21.8,"2013-07-18 00:00",21.6,"2013-07-03 00:00",21.2,"2013-08-08 00:00",20.7,"2013-07-06 00:00","","","","",21.6,21.2,20,18.7,14.4,8.1,-4.7,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68104",1,38.66373,-78.50442,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,3,"","","Certification not required",0,19.288235,9.674098,35.6,"2013-07-18 00:00",34.7,"2013-07-15 00:00",34.2,"2013-09-10 00:00",33.7,"2013-05-22 00:00","","","","",34.7,34.2,32.9,32.1,28.5,19.7,6.8,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68105",1,38.66373,-78.50442,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",119,100,61,61,0,3,"","","Certification not required",0,12.781513,8.964941,28,"2013-07-18 00:00",26.8,"2013-07-06 00:00",26.4,"2013-07-15 00:00",25.9,"2013-09-10 00:00","","","","",26.8,26.4,24.9,24.2,20.7,14.3,1.3,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68106",1,38.66373,-78.50442,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,3,"","","Certification not required",0,733.764706,4.709719,745,"2013-01-10 00:00",744,"2013-11-21 00:00",743,"2013-04-22 00:00",743,"2013-11-30 00:00","","","","",744,743,741,740,737,734,728,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68107",1,38.66373,-78.50442,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,3,"","","Certification not required",0,739.680672,4.397482,752,"2013-11-30 00:00",750,"2013-01-10 00:00",749,"2013-11-21 00:00",748,"2013-04-22 00:00","","","","",750,749,747,746,743,739,734,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68108",1,38.66373,-78.50442,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,61,61,0,3,"","","Certification not required",0,736.781513,4.361153,748,"2013-11-30 00:00",747,"2013-01-10 00:00",746,"2013-04-22 00:00",746,"2013-11-21 00:00","","","","",747,746,744,742,740,737,732,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","68109",1,38.66373,-78.50442,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",119,100,61,61,0,0,"","","Certification not required",0,1438.966387,6.948885,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-03" +"51","139","0004","88101",1,38.66373,-78.50442,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,7.191597,3.809279,21.7,"2013-07-18 00:00",20.8,"2013-01-28 00:00",19.8,"2013-11-30 00:00",15.7,"2013-01-07 00:00","","","","",20.8,19.8,14.2,11.8,8.8,6.5,3,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","139","0004","88101",1,38.66373,-78.50442,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,7.191597,3.809279,21.7,"2013-07-18 00:00",20.8,"2013-01-28 00:00",19.8,"2013-11-30 00:00",15.7,"2013-01-07 00:00","","","","",20.8,19.8,14.2,11.8,8.8,6.5,3,"Luray Caverns Airport","LURAY CAVERNS AIRPORT, ROUTE 647","Virginia","Page","","","2014-02-12" +"51","147","9991","44201",1,37.1655,-78.3069,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7374,92,196,214,0,642,0,0,"Certification not required",342,0.04373,0.011525,0.076,"2013-05-15 19:00",0.074,"2013-04-10 16:00",0.066,"2013-07-19 14:00",0.065,"2013-03-16 16:00","","","","",0.074,0.065,0.063,0.06,0.053,0.047,0.04,"Prince Edward","Prince Edward-Gallion State Forest, Burkeville, VA 23922","Virginia","Prince Edward","","","2014-01-31" +"51","147","9991","44201",1,37.1655,-78.3069,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7463,91,195,214,0,0,0,0,"Certification not required",0,0.038867,0.010952,0.072,"2013-05-15 13:00",0.066,"2013-04-10 12:00",0.062,"2013-04-07 11:00",0.06,"2013-04-09 12:00","","","","",0.066,0.06,0.057,0.054,0.048,0.042,0.036,"Prince Edward","Prince Edward-Gallion State Forest, Burkeville, VA 23922","Virginia","Prince Edward","","","2014-01-31" +"51","147","9991","44201",1,37.1655,-78.3069,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7463,91,195,214,0,0,0,0,"Certification not required",0,0.038867,0.010952,0.072,"2013-05-15 13:00",0.066,"2013-04-10 12:00",0.062,"2013-04-07 11:00",0.06,"2013-04-09 12:00","","","","",0.066,0.06,0.057,0.054,0.048,0.042,0.036,"Prince Edward","Prince Edward-Gallion State Forest, Burkeville, VA 23922","Virginia","Prince Edward","","","2014-01-31" +"51","153","0009","42601",1,38.85287,-77.63462,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8496,97,357,365,0,264,"","","Certification not required",0,0.581874,3.169309,54.4,"2013-01-11 08:00",54.3,"2013-12-04 08:00",50.2,"2013-02-12 08:00",43,"2013-12-04 09:00","","","","",16.6,9.7,3.7,1.4,0.2,0,-0.8,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","153","0009","42602",1,38.85287,-77.63462,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8496,97,357,365,0,264,0,"","Certification not required",0,10.903361,7.132355,33.3,"2013-02-26 11:00",33.2,"2013-02-05 17:00",31.7,"2013-12-02 16:00",31,"2013-11-15 19:00","","","","",31,28.6,25.9,22.9,14.5,8.5,4,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","153","0009","42602",1,38.85287,-77.63462,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8496,97,357,365,0,264,"","","Certification not required",0,4.853072,4.547855,33.3,"2013-02-26 11:00",33.2,"2013-02-05 17:00",32.8,"2013-02-26 10:00",32.3,"2013-02-05 18:00","","","","",22.8,19.6,15.1,10.4,5.7,3.5,1.1,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","153","0009","42603",1,38.85287,-77.63462,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8496,97,357,365,0,264,"","","Certification not required",0,5.376671,6.688641,78.2,"2013-02-12 08:00",73.5,"2013-01-11 08:00",70.2,"2013-12-04 08:00",66.6,"2013-02-12 07:00","","","","",35.4,27.2,17.9,11.6,5.7,3.3,1.2,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","153","0009","44201",1,38.85287,-77.63462,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5095,100,214,214,0,41,0,0,"Requested but not yet concurred",353,0.046673,0.010801,0.078,"2013-06-21 16:00",0.074,"2013-08-17 13:00",0.072,"2013-07-17 15:00",0.07,"2013-06-05 14:00","","","","",0.072,0.068,0.064,0.06,0.054,0.048,0.032,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","153","0009","44201",1,38.85287,-77.63462,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,0,0,"Requested but not yet concurred",0,0.041981,0.010311,0.07,"2013-06-21 11:00",0.067,"2013-04-27 11:00",0.066,"2013-06-05 11:00",0.066,"2013-08-17 10:00","","","","",0.066,0.062,0.058,0.055,0.049,0.043,0.028,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","153","0009","44201",1,38.85287,-77.63462,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,0,0,"Requested but not yet concurred",0,0.041981,0.010311,0.07,"2013-06-21 11:00",0.067,"2013-04-27 11:00",0.066,"2013-06-05 11:00",0.066,"2013-08-17 10:00","","","","",0.066,0.062,0.058,0.055,0.049,0.043,0.028,"James S. Long Park","JAMES S. LONG PARK","Virginia","Prince William","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","161","1004","42101",1,37.28342,-79.88452,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",6846,78,286,365,0,90,0,0,"Certification not required",5937,0.297772,0.127371,1,"2013-12-02 10:00",1,"2013-12-02 11:00",1,"2013-12-04 10:00",0.9,"2013-12-02 02:00","","","","",0.7,0.7,0.6,0.5,0.25,0.25,0.25,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42101",1,37.28342,-79.88452,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6872,78,283,365,0,0,0,0,"Certification not required",0,0.339377,0.107636,0.9,"2013-12-02 12:00",0.8,"2013-08-03 02:00",0.8,"2013-08-03 03:00",0.8,"2013-08-03 04:00",0.9,"2013-12-02 12:00",0.8,"2013-08-03 02:00",0.7,0.7,0.7,0.5,0.3,0.3,0.3,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42401",1,37.28342,-79.88452,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7310,83,305,365,0,1450,0,"","Certification not required",0,1.643607,1.381825,6.5,"2013-03-02 06:00",6.4,"2013-02-21 10:00",6.4,"2013-03-01 22:00",6.1,"2013-02-18 10:00","","","","",6.1,5.8,4.6,3.5,2.4,1.2,0.2,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42401",1,37.28342,-79.88452,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",7310,83,305,365,0,1450,"","","Certification not required",0,0.693981,0.877587,6.5,"2013-03-02 06:00",6.5,"2013-03-02 07:00",6.4,"2013-02-21 10:00",6.4,"2013-03-01 22:00","","","","",4.3,3.3,2.5,1.8,0.9,0.4,0,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42401",1,37.28342,-79.88452,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",305,84,305,365,0,0,0,"","Certification not required",0,0.696066,0.719593,4.6,"2013-02-21 00:00",4.4,"2013-02-27 00:00",3.7,"2013-03-02 00:00",3.5,"2013-02-18 00:00","","","","",3.5,2.7,2,1.6,0.9,0.5,0.1,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42401",1,37.28342,-79.88452,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2406,82,304,365,0,0,"",0,"Certification not required",0,0.664048,0.838943,6.3,"2013-03-02 08:00",6,"2013-02-21 11:00",5.9,"2013-03-01 23:00",5.6,"2013-02-27 14:00","","","","",4,3.2,2.4,1.7,0.9,0.4,0,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42401",2,37.28342,-79.88452,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",87925,84,305,365,0,17195,"","","Certification not required",0,0.69557,0.91747,7.9,"2013-02-18 09:40",7.8,"2013-02-25 00:25",7.6,"2013-02-18 09:55",7.5,"2013-02-18 09:45","","","","",4.8,3.6,2.5,1.8,0.9,0.4,0,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-11" +"51","161","1004","42601",1,37.28342,-79.88452,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8269,94,345,365,0,491,"","","Certification not required",0,2.037743,5.449313,92.3,"2013-01-08 22:00",88.8,"2013-01-08 00:00",74.6,"2013-01-09 09:00",74.1,"2013-01-08 08:00","","","","",25.1,16.7,10.2,5.7,1.3,0.3,0,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42602",1,37.28342,-79.88452,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8269,94,345,365,0,491,0,"","Certification not required",0,13.321159,7.896245,40.3,"2013-04-06 03:00",39,"2013-01-08 22:00",37,"2013-02-10 00:00",36.6,"2013-03-05 03:00","","","","",36.6,34.7,30.3,24.2,16.8,11.5,4.8,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42602",1,37.28342,-79.88452,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8269,94,345,365,0,491,"","","Certification not required",0,5.764699,4.994828,40.3,"2013-04-06 03:00",39,"2013-01-08 22:00",37.1,"2013-01-08 00:00",37,"2013-02-10 00:00","","","","",26.9,22.4,15.8,11.5,7,4.2,1.8,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","42603",1,37.28342,-79.88452,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8269,94,345,365,0,491,"","","Certification not required",0,7.510993,9.207745,131.2,"2013-01-08 22:00",125.9,"2013-01-08 00:00",101.2,"2013-01-09 09:00",98.6,"2013-01-09 07:00","","","","",48.8,35.5,22.5,16,8.9,4.7,1.7,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","44201",1,37.28342,-79.88452,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5090,100,213,214,0,46,0,0,"Requested but not yet concurred",230,0.046573,0.009408,0.068,"2013-07-19 11:00",0.066,"2013-05-15 12:00",0.065,"2013-09-10 13:00",0.064,"2013-06-08 13:00","","","","",0.065,0.064,0.061,0.059,0.053,0.047,0.033,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-10" +"51","161","1004","44201",1,37.28342,-79.88452,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5118,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.041873,0.008866,0.064,"2013-05-15 10:00",0.058,"2013-04-10 12:00",0.058,"2013-04-25 11:00",0.057,"2013-04-26 10:00","","","","",0.058,0.057,0.056,0.053,0.048,0.042,0.03,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-10" +"51","161","1004","44201",1,37.28342,-79.88452,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5118,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.041873,0.008866,0.064,"2013-05-15 10:00",0.058,"2013-04-10 12:00",0.058,"2013-04-25 11:00",0.057,"2013-04-26 10:00","","","","",0.058,0.057,0.056,0.053,0.048,0.042,0.03,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-10" +"51","161","1004","68101",1,37.28342,-79.88452,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",183,100,31,31,0,3,"","","Certification not required",17,0.322678,0.145035,0.6,"2013-07-16 00:00",0.6,"2013-07-24 00:00",0.6,"2013-08-28 00:00",0.6,"2013-09-12 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.1,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68102",1,37.28342,-79.88452,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",183,100,31,31,0,3,"","","Certification not required",0,23.987978,0.057108,24,"2013-06-29 00:00",24,"2013-06-30 00:00",24,"2013-07-01 00:00",24,"2013-07-02 00:00","","","","",24,24,24,24,24,24,24,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68103",1,37.28342,-79.88452,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",183,100,31,31,0,3,"","","Certification not required",0,10.691257,8.646579,22.6,"2013-07-20 00:00",22.4,"2013-08-10 00:00",22.2,"2013-07-22 00:00",22.2,"2013-08-08 00:00","","","","",22.4,22.2,21.4,20.9,18.6,12.3,-2.2,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68104",1,37.28342,-79.88452,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",183,100,31,31,0,3,"","","Certification not required",0,22.63388,8.628878,36.4,"2013-07-16 00:00",35.6,"2013-07-17 00:00",35.3,"2013-09-10 00:00",35,"2013-07-15 00:00","","","","",35.6,35,33.6,32.3,30.4,23.7,9.6,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68105",1,37.28342,-79.88452,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",183,100,31,31,0,3,"","","Certification not required",0,16.127869,8.260228,27.8,"2013-07-18 00:00",27.7,"2013-07-17 00:00",27.4,"2013-07-19 00:00",27.1,"2013-07-15 00:00","","","","",27.7,27.1,26.2,25.6,23.4,17.9,3.4,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68106",1,37.28342,-79.88452,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",183,100,31,31,0,3,"","","Certification not required",0,730.95082,4.267535,741,"2013-11-05 00:00",740,"2013-11-04 00:00",740,"2013-11-13 00:00",740,"2013-11-21 00:00","","","","",740,740,738,736,734,731,725,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68107",1,37.28342,-79.88452,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",183,100,31,31,0,3,"","","Certification not required",0,736.863388,4.145423,748,"2013-11-29 00:00",748,"2013-11-30 00:00",747,"2013-11-05 00:00",746,"2013-11-04 00:00","","","","",748,746,744,742,740,737,732,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68108",1,37.28342,-79.88452,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",183,100,31,31,0,3,"","","Certification not required",0,733.972678,4.067334,744,"2013-11-04 00:00",744,"2013-11-05 00:00",744,"2013-11-29 00:00",744,"2013-11-30 00:00","","","","",744,744,741,739,737,734,729,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","68109",1,37.28342,-79.88452,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",183,100,31,31,0,0,"","","Certification not required",0,1438.284153,3.548118,1440,"2013-06-29 00:00",1440,"2013-07-09 00:00",1440,"2013-07-15 00:00",1440,"2013-07-18 00:00","","","","",1440,1440,1440,1440,1439,1439,1438,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-03" +"51","161","1004","88101",1,37.28342,-79.88452,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",183,50,183,365,0,3,0,0,"Certification not required",0,8.102732,4.139643,22.1,"2013-11-15 00:00",21.8,"2013-08-27 00:00",21.5,"2013-08-28 00:00",18.9,"2013-12-04 00:00","","","","",21.8,18.9,16.7,14.2,10,7.6,3.5,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","88101",1,37.28342,-79.88452,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",183,50,183,365,0,3,"","","Certification not required",0,8.102732,4.139643,22.1,"2013-11-15 00:00",21.8,"2013-08-27 00:00",21.5,"2013-08-28 00:00",18.9,"2013-12-04 00:00","","","","",21.8,18.9,16.7,14.2,10,7.6,3.5,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-12" +"51","161","1004","88501",3,37.28342,-79.88452,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4249,95,177,187,0,228,"","","Certification not required",0,6.360885,4.682714,46.2,"2013-11-15 11:00",39.5,"2013-11-15 12:00",33.8,"2013-11-15 10:00",28.4,"2013-11-15 14:00","","","","",21.6,19.2,15.4,12.3,8.6,5.5,1.2,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","161","1004","88501",3,37.28342,-79.88452,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",177,95,177,187,0,0,"","","Certification not required",0,6.326554,3.748731,20.2,"2013-08-27 00:00",19.6,"2013-08-28 00:00",19.4,"2013-11-15 00:00",16.3,"2013-09-10 00:00","","","","",19.6,16.3,14.1,11.6,7.8,6,2.1,"East Vinton Elementary School","EAST VINTON ELEMENTARY SCHOOL","Virginia","Roanoke","Vinton","Roanoke, VA","2014-02-07" +"51","163","0003","44201",1,37.62668,-79.51257,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5096,100,214,214,0,40,0,0,"Requested but not yet concurred",762,0.042033,0.009228,0.065,"2013-04-10 14:00",0.064,"2013-04-09 14:00",0.064,"2013-05-15 13:00",0.061,"2013-04-05 18:00","","","","",0.064,0.06,0.057,0.054,0.048,0.042,0.03,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-02-07" +"51","163","0003","44201",1,37.62668,-79.51257,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,0,0,"Requested but not yet concurred",0,0.037019,0.009467,0.061,"2013-05-15 10:00",0.06,"2013-04-10 13:00",0.058,"2013-04-05 12:00",0.058,"2013-04-07 13:00","","","","",0.058,0.057,0.054,0.049,0.043,0.037,0.025,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-02-07" +"51","163","0003","44201",1,37.62668,-79.51257,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5121,100,214,214,0,0,0,0,"Requested but not yet concurred",0,0.037019,0.009467,0.061,"2013-05-15 10:00",0.06,"2013-04-10 13:00",0.058,"2013-04-05 12:00",0.058,"2013-04-07 13:00","","","","",0.058,0.057,0.054,0.049,0.043,0.037,0.025,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-02-07" +"51","163","0003","62101",1,37.62668,-79.51257,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8709,99,362,365,0,51,"","","Certification not required",0,52.404409,17.127858,91,"2013-07-19 13:00",90,"2013-07-15 17:00",90,"2013-07-18 14:00",90,"2013-07-19 12:00","","","","",85,83,80,74,66,54,30,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-02-07" +"51","163","0003","85101",1,37.62668,-79.51257,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.528135,3.533265,18.512,"2013-04-10 00:00",17.7482,"2013-01-28 00:00",13.4443,"2013-05-16 00:00",12.729,"2013-05-28 00:00","","","","",18.512,17.7482,13.4443,11.917,9.586,7.392,3.5438,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","86502",1,37.62668,-79.51257,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1,1.311488,6,"2013-04-10 00:00",4,"2013-03-11 00:00",4,"2013-05-16 00:00",3,"2013-01-22 00:00","","","","",6,4,4,2,2,1,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88103",1,37.62668,-79.51257,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000216,0.000415,0.001,"2013-01-10 00:00",0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88104",1,37.62668,-79.51257,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.017881,0.013848,0.072,"2013-05-16 00:00",0.0469,"2013-04-28 00:00",0.0444,"2013-04-25 00:00",0.0431,"2013-04-10 00:00","","","","",0.072,0.0469,0.0444,0.0386,0.0207,0.0147,0.0052,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88109",1,37.62668,-79.51257,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002541,0.001495,0.0079,"2013-04-10 00:00",0.006,"2013-01-28 00:00",0.0053,"2013-03-11 00:00",0.0045,"2013-04-07 00:00","","","","",0.0079,0.006,0.0053,0.0041,0.0033,0.0024,0.0009,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88111",1,37.62668,-79.51257,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.020978,0.013971,0.0811,"2013-04-10 00:00",0.0632,"2013-05-16 00:00",0.0392,"2013-02-15 00:00",0.0366,"2013-05-22 00:00","","","","",0.0811,0.0632,0.0392,0.034,0.0258,0.019,0.0076,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88112",1,37.62668,-79.51257,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88114",1,37.62668,-79.51257,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.000807,0.000556,0.0024,"2013-05-01 00:00",0.0022,"2013-01-19 00:00",0.0021,"2013-01-28 00:00",0.002,"2013-01-25 00:00","","","","",0.0024,0.0022,0.0021,0.0015,0.001,0.0007,0.0002,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88115",1,37.62668,-79.51257,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.001824,0.003489,0.0221,"2013-03-11 00:00",0.0106,"2013-05-04 00:00",0.0064,"2013-01-10 00:00",0.0053,"2013-01-28 00:00","","","","",0.0221,0.0106,0.0064,0.0039,0.0018,0.0007,0.00015,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88126",1,37.62668,-79.51257,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.029198,0.017835,0.0809,"2013-01-19 00:00",0.0641,"2013-05-16 00:00",0.0624,"2013-04-10 00:00",0.059,"2013-01-28 00:00","","","","",0.0809,0.0641,0.0624,0.0533,0.0411,0.024,0.0104,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88128",1,37.62668,-79.51257,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001373,0.001131,0.006,"2013-01-19 00:00",0.005,"2013-02-18 00:00",0.003,"2013-01-28 00:00",0.003,"2013-04-28 00:00","","","","",0.006,0.005,0.003,0.002,0.002,0.001,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88132",1,37.62668,-79.51257,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001137,0.000775,0.004,"2013-01-19 00:00",0.003,"2013-01-28 00:00",0.002,"2013-01-10 00:00",0.002,"2013-01-25 00:00","","","","",0.004,0.003,0.002,0.002,0.001,0.001,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88136",1,37.62668,-79.51257,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-01-25 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88140",1,37.62668,-79.51257,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.007377,0.007702,0.029,"2013-05-04 00:00",0.0286,"2013-05-31 00:00",0.023,"2013-01-13 00:00",0.022,"2013-04-10 00:00","","","","",0.029,0.0286,0.023,0.0169,0.0117,0.004,0.001,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88152",1,37.62668,-79.51257,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.002455,0.002089,0.009,"2013-01-07 00:00",0.0066,"2013-05-10 00:00",0.0056,"2013-04-04 00:00",0.0053,"2013-04-16 00:00","","","","",0.009,0.0066,0.0056,0.0049,0.004,0.0022,0.00015,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88154",1,37.62668,-79.51257,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.000453,0.000326,0.0017,"2013-01-28 00:00",0.0012,"2013-01-25 00:00",0.001,"2013-01-04 00:00",0.0009,"2013-01-22 00:00","","","","",0.0017,0.0012,0.001,0.0009,0.0006,0.0004,0.0001,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88161",1,37.62668,-79.51257,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.00149,0.001077,0.0045,"2013-05-16 00:00",0.0044,"2013-04-28 00:00",0.0043,"2013-04-10 00:00",0.0033,"2013-04-25 00:00","","","","",0.0045,0.0044,0.0043,0.0031,0.002,0.0012,0.0005,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88164",1,37.62668,-79.51257,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",16,0.000165,0.000131,0.0006,"2013-04-16 00:00",0.0005,"2013-04-10 00:00",0.0004,"2013-04-07 00:00",0.0004,"2013-04-19 00:00","","","","",0.0006,0.0005,0.0004,0.0003,0.0002,0.0001,5e-05,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88165",1,37.62668,-79.51257,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.043649,0.036076,0.1693,"2013-05-16 00:00",0.1326,"2013-04-28 00:00",0.1227,"2013-04-10 00:00",0.1114,"2013-04-01 00:00","","","","",0.1693,0.1326,0.1227,0.0938,0.0587,0.0353,0.01,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88167",1,37.62668,-79.51257,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.004663,0.003356,0.0192,"2013-01-28 00:00",0.0132,"2013-01-19 00:00",0.0124,"2013-02-18 00:00",0.0116,"2013-01-25 00:00","","","","",0.0192,0.0132,0.0124,0.007,0.0055,0.0041,0.0018,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88168",1,37.62668,-79.51257,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.0003,0.000274,0.0018,"2013-02-24 00:00",0.0006,"2013-01-19 00:00",0.0006,"2013-03-11 00:00",0.0006,"2013-04-10 00:00","","","","",0.0018,0.0006,0.0006,0.0006,0.0004,0.0002,0.0001,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88169",1,37.62668,-79.51257,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.571053,0.273083,1.3259,"2013-01-28 00:00",1.1688,"2013-01-07 00:00",1.0721,"2013-03-17 00:00",0.999,"2013-04-01 00:00","","","","",1.3259,1.1688,1.0721,0.9675,0.7234,0.5995,0.2293,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88176",1,37.62668,-79.51257,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.000173,7.7e-05,0.0005,"2013-01-25 00:00",0.0004,"2013-01-10 00:00",0.0004,"2013-05-25 00:00",0.0003,"2013-02-15 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88180",1,37.62668,-79.51257,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.043745,0.025948,0.1151,"2013-01-28 00:00",0.1111,"2013-01-19 00:00",0.1012,"2013-01-25 00:00",0.0869,"2013-02-15 00:00","","","","",0.1151,0.1111,0.1012,0.0813,0.0582,0.0339,0.0196,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88184",1,37.62668,-79.51257,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.042699,0.067501,0.2967,"2013-05-04 00:00",0.2798,"2013-03-11 00:00",0.195,"2013-04-10 00:00",0.175,"2013-04-19 00:00","","","","",0.2967,0.2798,0.195,0.1126,0.0471,0.014,0.00155,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88185",1,37.62668,-79.51257,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.00082,0.000512,0.003,"2013-02-18 00:00",0.0023,"2013-01-19 00:00",0.002,"2013-01-25 00:00",0.0016,"2013-02-15 00:00","","","","",0.003,0.0023,0.002,0.0015,0.00065,0.00065,0.0004,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88203",1,37.62668,-79.51257,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",17,0.027623,0.046654,0.2285,"2013-05-04 00:00",0.1975,"2013-03-11 00:00",0.1454,"2013-04-19 00:00",0.1353,"2013-01-10 00:00","","","","",0.2285,0.1975,0.1454,0.0411,0.0266,0.0099,0.00315,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88306",1,37.62668,-79.51257,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.474661,0.501711,2.855,"2013-01-28 00:00",2.3021,"2013-01-25 00:00",0.981,"2013-03-17 00:00",0.9312,"2013-02-18 00:00","","","","",2.855,2.3021,0.981,0.8098,0.5672,0.3682,0.0876,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88320",1,37.62668,-79.51257,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.337255,0.926685,4.63,"2013-01-28 00:00",3.14,"2013-04-10 00:00",3.11,"2013-01-19 00:00",2.8,"2013-01-10 00:00","","","","",4.63,3.14,3.11,2.54,1.82,1.15,0.43,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88321",1,37.62668,-79.51257,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.283137,0.178443,0.77,"2013-01-28 00:00",0.67,"2013-01-19 00:00",0.66,"2013-01-10 00:00",0.57,"2013-03-29 00:00","","","","",0.77,0.67,0.66,0.55,0.42,0.22,0.11,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88324",1,37.62668,-79.51257,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.065004,0.101282,0.4908,"2013-01-19 00:00",0.4205,"2013-01-28 00:00",0.342,"2013-01-10 00:00",0.2284,"2013-02-15 00:00","","","","",0.4908,0.4205,0.342,0.1263,0.059,0.0294,0.01635,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88325",1,37.62668,-79.51257,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.296804,0.213931,0.9576,"2013-01-28 00:00",0.8079,"2013-05-28 00:00",0.6784,"2013-01-19 00:00",0.658,"2013-04-10 00:00","","","","",0.9576,0.8079,0.6784,0.5667,0.4325,0.2253,0.0856,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88326",1,37.62668,-79.51257,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.362521,0.28942,1.3987,"2013-01-28 00:00",0.9993,"2013-04-10 00:00",0.8196,"2013-01-25 00:00",0.7904,"2013-01-19 00:00","","","","",1.3987,0.9993,0.8196,0.7582,0.523,0.2773,0.0699,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88327",1,37.62668,-79.51257,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.279674,0.209743,1.134,"2013-01-28 00:00",0.6894,"2013-04-10 00:00",0.6806,"2013-01-25 00:00",0.5862,"2013-01-13 00:00","","","","",1.134,0.6894,0.6806,0.5017,0.4125,0.251,0.0841,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88328",1,37.62668,-79.51257,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.336943,0.179173,0.7528,"2013-04-10 00:00",0.7172,"2013-01-28 00:00",0.6669,"2013-01-19 00:00",0.651,"2013-02-24 00:00","","","","",0.7528,0.7172,0.6669,0.5731,0.4415,0.3246,0.1355,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88329",1,37.62668,-79.51257,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.556312,0.329945,1.4006,"2013-01-28 00:00",1.2544,"2013-01-19 00:00",1.2036,"2013-04-10 00:00",1.1338,"2013-01-10 00:00","","","","",1.4006,1.2544,1.2036,0.9458,0.8164,0.4885,0.1951,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88330",1,37.62668,-79.51257,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.063298,0.030398,0.1663,"2013-03-23 00:00",0.1517,"2013-03-29 00:00",0.1271,"2013-04-01 00:00",0.1124,"2013-04-13 00:00","","","","",0.1663,0.1517,0.1271,0.0908,0.0774,0.0587,0.036,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88331",1,37.62668,-79.51257,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000275,0.000989,0.006,"2013-04-07 00:00",0.0036,"2013-03-23 00:00",0.0016,"2013-03-29 00:00",0.001,"2013-04-10 00:00","","","","",0.006,0.0036,0.0016,0.00015,0.0001,0,0,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88338",1,37.62668,-79.51257,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",49,0.017048,0.010476,0.083,"2013-02-21 00:00",0.0286,"2013-05-16 00:00",0.0245,"2013-02-03 00:00",0.0243,"2013-02-12 00:00","","","","",0.083,0.0286,0.0245,0.0241,0.01685,0.01485,0.011,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88339",1,37.62668,-79.51257,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.355575,1.126469,5.46917,"2013-01-28 00:00",4.82142,"2013-01-07 00:00",4.42229,"2013-03-17 00:00",4.12079,"2013-04-01 00:00","","","","",5.46917,4.82142,4.42229,3.99106,2.9839,2.47281,0.94578,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88344",1,37.62668,-79.51257,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.612308,0.647202,3.683,"2013-01-28 00:00",2.9697,"2013-01-25 00:00",1.2655,"2013-03-17 00:00",1.2012,"2013-02-18 00:00","","","","",3.683,2.9697,1.2655,1.0446,0.7317,0.475,0.113,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88348",1,37.62668,-79.51257,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.255467,0.167519,0.8468,"2013-05-16 00:00",0.692,"2013-04-10 00:00",0.6239,"2013-04-28 00:00",0.5383,"2013-04-25 00:00","","","","",0.8468,0.692,0.6239,0.4567,0.331,0.2031,0.0774,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88350",1,37.62668,-79.51257,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.406257,1.667329,8.3304,"2013-01-28 00:00",5.6574,"2013-04-10 00:00",5.5928,"2013-01-19 00:00",5.0362,"2013-01-10 00:00","","","","",8.3304,5.6574,5.5928,4.5697,3.2692,2.0632,0.7767,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88403",1,37.62668,-79.51257,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.709371,0.864632,4.3676,"2013-01-28 00:00",3.7092,"2013-01-07 00:00",3.3164,"2013-03-17 00:00",3.058,"2013-04-01 00:00","","","","",4.3676,3.7092,3.3164,2.8808,2.1521,1.7712,0.7103,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","163","0003","88502",1,37.62668,-79.51257,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,6.027451,3.210737,18.8,"2013-01-28 00:00",11.8,"2013-01-25 00:00",11.7,"2013-04-10 00:00",10.9,"2013-05-28 00:00","","","","",18.8,11.8,11.7,9.2,8.1,5.5,2.5,"Natural Bridge Ranger Station","21-C,GLENWOOD-PEDLAR DISTRICT RANGER STA","Virginia","Rockbridge","","","2014-01-28" +"51","165","0003","42401",1,38.47753,-78.81952,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8355,95,350,365,0,405,0,"","Certification not required",0,1.303429,0.976538,9.5,"2013-07-18 10:00",6,"2013-01-23 09:00",5.9,"2013-02-25 11:00",4.3,"2013-07-29 09:00","","","","",4.3,3.7,2.8,2.3,1.8,1.2,0.3,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42401",1,38.47753,-78.81952,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8355,95,350,365,0,405,"","","Certification not required",0,0.822083,0.661537,9.5,"2013-07-18 10:00",6,"2013-01-23 09:00",5.9,"2013-02-25 11:00",5.7,"2013-01-23 10:00","","","","",2.8,2.4,1.9,1.7,1.2,0.7,0.1,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42401",1,38.47753,-78.81952,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",350,96,350,365,0,0,0,"","Certification not required",0,0.828571,0.600607,3.6,"2013-01-23 00:00",2.6,"2013-01-27 00:00",2.5,"2013-01-22 00:00",2.5,"2013-01-24 00:00","","","","",2.5,2.4,1.8,1.7,1.2,0.7,0.1,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42401",1,38.47753,-78.81952,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2727,93,349,365,0,0,"",0,"Certification not required",0,0.789146,0.639228,5.8,"2013-01-23 11:00",4.6,"2013-01-23 14:00",4.2,"2013-02-25 11:00",3.7,"2013-01-23 02:00","","","","",2.7,2.3,1.9,1.7,1.2,0.7,0.1,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42401",2,38.47753,-78.81952,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",100717,96,350,365,0,4403,"","","Certification not required",0,0.824884,0.688803,15.7,"2013-07-18 09:35",15.3,"2013-07-18 09:45",15.2,"2013-07-18 09:50",14.7,"2013-07-18 09:40","","","","",2.8,2.5,2,1.7,1.2,0.7,0.1,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-11" +"51","165","0003","42601",1,38.47753,-78.81952,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8631,99,365,365,0,129,"","","Certification not required",0,5.501981,12.840538,144.9,"2013-12-10 01:00",140.6,"2013-01-09 07:00",117.7,"2013-12-10 02:00",114.2,"2013-04-26 06:00","","","","",65.8,52.4,30.7,16.9,3.8,0.5,0,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42602",1,38.47753,-78.81952,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8631,99,365,365,0,129,0,"","Certification not required",0,20.732329,8.186702,45.7,"2013-04-03 01:00",42.5,"2013-01-09 07:00",41.4,"2013-02-14 21:00",40.5,"2013-03-04 21:00","","","","",40.5,39.5,34.4,31.6,26,19.7,10.2,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42602",1,38.47753,-78.81952,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8631,99,365,365,0,129,"","","Certification not required",0,8.415653,7.516611,45.7,"2013-04-03 01:00",42.5,"2013-01-09 07:00",41.9,"2013-04-03 23:00",41.4,"2013-02-14 21:00","","","","",31.8,29,24.4,19.4,12.2,5.8,1.4,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","42603",1,38.47753,-78.81952,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8631,99,365,365,0,129,"","","Certification not required",0,14.13141,18.347908,182.7,"2013-01-09 07:00",166.9,"2013-12-10 01:00",152.4,"2013-03-05 07:00",150.6,"2013-04-26 06:00","","","","",88.9,73.4,51.1,36.4,17.7,6.8,1.8,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","44201",1,38.47753,-78.81952,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5062,100,213,214,0,74,0,0,"Requested but not yet concurred",872,0.046286,0.009428,0.065,"2013-04-27 12:00",0.064,"2013-04-05 17:00",0.064,"2013-05-15 14:00",0.063,"2013-05-16 09:00","","","","",0.064,0.063,0.061,0.058,0.053,0.047,0.035,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","44201",1,38.47753,-78.81952,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5111,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.041778,0.009506,0.062,"2013-04-27 10:00",0.062,"2013-05-15 10:00",0.06,"2013-04-05 11:00",0.058,"2013-04-26 10:00","","","","",0.06,0.058,0.055,0.054,0.049,0.043,0.029,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","44201",1,38.47753,-78.81952,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5111,99,212,214,0,0,0,0,"Requested but not yet concurred",0,0.041778,0.009506,0.062,"2013-04-27 10:00",0.062,"2013-05-15 10:00",0.06,"2013-04-05 11:00",0.058,"2013-04-26 10:00","","","","",0.06,0.058,0.055,0.054,0.049,0.043,0.029,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-07" +"51","165","0003","68101",1,38.47753,-78.81952,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,99,121,122,0,1,"","","Certification not required",81,0.091322,0.07379,0.4,"2013-03-11 00:00",0.3,"2013-04-13 00:00",0.3,"2013-05-19 00:00",0.3,"2013-07-15 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.05,0.05,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68102",1,38.47753,-78.81952,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68103",1,38.47753,-78.81952,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,6.470248,9.341267,22.1,"2013-07-18 00:00",21.8,"2013-08-08 00:00",21.6,"2013-07-03 00:00",21.4,"2013-07-06 00:00","","","","",21.8,21.6,20.1,18.8,14.2,7.4,-5,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68104",1,38.47753,-78.81952,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,18.976033,9.778685,35.4,"2013-07-18 00:00",33.9,"2013-09-10 00:00",33.5,"2013-07-15 00:00",33,"2013-05-22 00:00","","","","",33.9,33.5,32.6,31.5,28.5,19.5,5.9,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68105",1,38.47753,-78.81952,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,12.52314,9.250043,28.4,"2013-07-18 00:00",26.8,"2013-07-06 00:00",26.8,"2013-07-15 00:00",26.1,"2013-09-10 00:00","","","","",26.8,26.8,24.9,24.1,20.6,13.7,0.8,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68106",1,38.47753,-78.81952,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,725.876033,4.693205,736,"2013-01-10 00:00",735,"2013-11-21 00:00",734,"2013-04-22 00:00",734,"2013-07-15 00:00","","","","",735,734,733,731,729,726,720,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68107",1,38.47753,-78.81952,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,731.553719,4.209019,743,"2013-11-30 00:00",741,"2013-01-10 00:00",740,"2013-04-22 00:00",740,"2013-11-21 00:00","","","","",741,740,738,737,734,732,727,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68108",1,38.47753,-78.81952,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,728.793388,4.240514,739,"2013-11-30 00:00",738,"2013-01-10 00:00",738,"2013-11-21 00:00",737,"2013-04-22 00:00","","","","",738,738,735,733,732,729,724,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","68109",1,38.47753,-78.81952,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,99,121,122,0,0,"","","Certification not required",0,1439.991736,0.090909,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","88101",1,38.47753,-78.81952,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,8.382645,4.167447,24.3,"2013-07-18 00:00",24.3,"2013-12-03 00:00",21.2,"2013-01-28 00:00",19.2,"2013-03-17 00:00","","","","",24.3,21.2,15.2,13,10.2,8,3.5,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","165","0003","88101",1,38.47753,-78.81952,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,8.382645,4.167447,24.3,"2013-07-18 00:00",24.3,"2013-12-03 00:00",21.2,"2013-01-28 00:00",19.2,"2013-03-17 00:00","","","","",24.3,21.2,15.2,13,10.2,8,3.5,"ROCKINGHAM CO. VDOT","VDOT RESIDENCY SHOP, 3536 NORTH VALLEY PIKE, HARRISONBURG, VA","Virginia","Rockingham","","Harrisonburg, VA","2014-02-03" +"51","179","0001","44201",1,38.48123,-77.3704,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5096,100,214,214,0,40,0,0,"Requested but not yet concurred",597,0.046556,0.011022,0.078,"2013-07-17 13:00",0.071,"2013-07-16 16:00",0.07,"2013-05-17 12:00",0.067,"2013-04-27 14:00","","","","",0.07,0.065,0.063,0.059,0.055,0.048,0.032,"Widewater Elementary School","WIDEWATER ELEM. SCH., DEN RICH ROAD","Virginia","Stafford","Aquia Harbour","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","179","0001","44201",1,38.48123,-77.3704,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.041113,0.01086,0.071,"2013-07-17 10:00",0.065,"2013-04-27 10:00",0.064,"2013-05-17 10:00",0.064,"2013-07-16 10:00","","","","",0.064,0.063,0.058,0.054,0.049,0.042,0.026,"Widewater Elementary School","WIDEWATER ELEM. SCH., DEN RICH ROAD","Virginia","Stafford","Aquia Harbour","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","179","0001","44201",1,38.48123,-77.3704,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.041113,0.01086,0.071,"2013-07-17 10:00",0.065,"2013-04-27 10:00",0.064,"2013-05-17 10:00",0.064,"2013-07-16 10:00","","","","",0.064,0.063,0.058,0.054,0.049,0.042,0.026,"Widewater Elementary School","WIDEWATER ELEM. SCH., DEN RICH ROAD","Virginia","Stafford","Aquia Harbour","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","197","0002","44201",1,36.89117,-81.25423,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5090,100,214,214,0,46,0,0,"Requested but not yet concurred",474,0.044958,0.008401,0.068,"2013-05-15 16:00",0.065,"2013-04-06 15:00",0.064,"2013-04-10 17:00",0.062,"2013-05-16 17:00","","","","",0.064,0.061,0.058,0.055,0.051,0.045,0.031,"Rural Retreat Sewage Treatment Plant","16-B RURAL RETREAT SEWAGE DISPOSAL","Virginia","Wythe","","","2014-02-07" +"51","197","0002","44201",1,36.89117,-81.25423,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5120,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.04116,0.008392,0.066,"2013-05-15 11:00",0.063,"2013-04-06 13:00",0.059,"2013-04-10 10:00",0.059,"2013-05-16 10:00","","","","",0.059,0.058,0.054,0.051,0.047,0.042,0.028,"Rural Retreat Sewage Treatment Plant","16-B RURAL RETREAT SEWAGE DISPOSAL","Virginia","Wythe","","","2014-02-07" +"51","197","0002","44201",1,36.89117,-81.25423,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5120,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.04116,0.008392,0.066,"2013-05-15 11:00",0.063,"2013-04-06 13:00",0.059,"2013-04-10 10:00",0.059,"2013-05-16 10:00","","","","",0.059,0.058,0.054,0.051,0.047,0.042,0.028,"Rural Retreat Sewage Treatment Plant","16-B RURAL RETREAT SEWAGE DISPOSAL","Virginia","Wythe","","","2014-02-07" +"51","510","0020","81102",1,38.804933,-77.126866,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",98,80,98,122,0,1,0,0,"Certification not required",3,11.785714,5.763822,34,"2013-06-12 00:00",28,"2013-11-15 00:00",25,"2013-01-28 00:00",25,"2013-04-10 00:00","","","","",34,28,24,21,15,11,6,"Tucker Elementary School","435 FERDINAND DAY DRIVE, ALEXANDRIA, VA","Virginia","Alexandria City","Alexandria","Washington-Arlington-Alexandria, DC-VA-MD-WV","2013-12-19" +"51","510","0021","42101",1,38.8065,-77.0864,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8458,97,354,365,0,302,0,0,"Certification not required",6359,0.380923,0.295184,5.7,"2013-08-08 06:00",4.9,"2013-08-08 08:00",4.4,"2013-08-08 07:00",4.1,"2013-08-08 10:00","","","","",1.4,1.1,1,0.8,0.25,0.25,0.25,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42101",1,38.8065,-77.0864,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8414,96,347,365,0,0,0,0,"Certification not required",0,0.412182,0.25902,4.1,"2013-08-08 13:00",3.9,"2013-08-08 12:00",3.7,"2013-08-08 14:00",3.6,"2013-08-08 15:00",4.1,"2013-08-08 13:00",3.1,"2013-08-08 10:00",1.3,1.1,1,0.7,0.4,0.3,0.3,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42401",1,38.8065,-77.0864,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8617,98,364,365,0,143,0,"","Certification not required",0,1.877473,1.738271,15,"2013-02-05 16:00",11.2,"2013-12-17 23:00",8.7,"2013-09-26 10:00",8.5,"2013-02-16 22:00","","","","",8.5,7.3,4.8,3.6,2.4,1.5,0.3,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42401",1,38.8065,-77.0864,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8617,98,364,365,0,143,"","","Certification not required",0,0.59993,0.875659,15,"2013-02-05 16:00",11.2,"2013-12-17 23:00",8.7,"2013-09-26 10:00",8.5,"2013-02-16 22:00","","","","",3.7,3,2.1,1.6,0.9,0.4,-0.2,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42401",1,38.8065,-77.0864,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,0.601099,0.624741,3.8,"2013-01-25 00:00",2.8,"2013-01-27 00:00",2.6,"2013-01-26 00:00",2.5,"2013-02-05 00:00","","","","",2.5,2.2,1.6,1.4,0.9,0.5,-0.1,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42401",1,38.8065,-77.0864,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2836,97,363,365,0,0,"",0,"Certification not required",0,0.57969,0.808127,9.3,"2013-02-05 17:00",7.1,"2013-01-25 08:00",7.1,"2013-09-09 02:00",6.8,"2013-12-17 23:00","","","","",3.4,2.8,2,1.5,0.9,0.4,-0.2,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42401",2,38.8065,-77.0864,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",103671,99,364,365,0,1449,"","","Certification not required",0,0.600363,0.91521,18.6,"2013-09-26 10:00",18.1,"2013-09-26 09:55",17.9,"2013-09-26 10:05",17.6,"2013-02-05 16:35","","","","",3.9,3.1,2.2,1.6,0.9,0.4,-0.2,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-11" +"51","510","0021","42601",1,38.8065,-77.0864,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8588,98,364,365,0,172,"","","Certification not required",0,8.084443,23.379857,316.8,"2013-01-09 06:00",296,"2013-11-15 06:00",295.4,"2013-02-06 06:00",273.3,"2013-03-15 05:00","","","","",120.6,88.7,44.1,18.9,4,1.1,-0.1,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42602",1,38.8065,-77.0864,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8588,98,364,365,0,172,0,"","Certification not required",0,27.442857,13.633051,74.3,"2013-03-15 05:00",71.9,"2013-01-09 06:00",69.2,"2013-01-04 06:00",67.9,"2013-04-03 05:00","","","","",67.9,63.7,51.4,44.8,35.7,26.1,11.1,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42602",1,38.8065,-77.0864,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8588,98,364,365,0,172,"","","Certification not required",0,12.505717,10.164513,74.3,"2013-03-15 05:00",71.9,"2013-01-09 06:00",69.5,"2013-03-15 06:00",69.2,"2013-01-04 06:00","","","","",43.9,40.2,34.7,27.9,16.7,8.7,3.6,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","42603",1,38.8065,-77.0864,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8588,98,364,365,0,172,"","","Certification not required",0,21.039287,31.230562,358.4,"2013-01-09 06:00",354.6,"2013-11-15 06:00",348.2,"2013-02-06 06:00",338.3,"2013-03-15 05:00","","","","",158.5,125.9,77,47.5,21.4,10.6,4.2,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","44201",1,38.8065,-77.0864,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4816,93,200,214,0,320,0,0,"Requested but not yet concurred",499,0.048265,0.013019,0.088,"2013-07-17 16:00",0.082,"2013-07-18 12:00",0.079,"2013-05-17 15:00",0.077,"2013-07-19 11:00","","","","",0.082,0.077,0.068,0.065,0.057,0.05,0.031,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","44201",1,38.8065,-77.0864,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4740,91,194,214,0,0,0,0,"Requested but not yet concurred",0,0.042397,0.012098,0.075,"2013-07-17 11:00",0.071,"2013-07-18 10:00",0.066,"2013-04-27 10:00",0.063,"2013-05-17 11:00","","","","",0.071,0.063,0.062,0.057,0.051,0.045,0.025,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","510","0021","44201",1,38.8065,-77.0864,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4740,91,194,214,0,0,0,0,"Requested but not yet concurred",0,0.042397,0.012098,0.075,"2013-07-17 11:00",0.071,"2013-07-18 10:00",0.066,"2013-04-27 10:00",0.063,"2013-05-17 11:00","","","","",0.071,0.063,0.062,0.057,0.051,0.045,0.025,"City of Alexandria Transportation and Env. Services Maintenance Bldg","3200 Colvin Street","Virginia","Alexandria City","","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-02-07" +"51","520","0006","68101",1,36.608,-82.1641,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",113,100,58,61,0,9,"","","Certification not required",28,0.284956,0.17409,0.6,"2013-09-01 00:00",0.6,"2013-10-01 00:00",0.6,"2013-11-21 00:00",0.5,"2013-04-16 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.3,0.05,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68102",1,36.608,-82.1641,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",113,100,58,61,0,9,"","","Certification not required",0,24.048673,0.072105,24.1,"2013-03-17 00:00",24.1,"2013-03-20 00:00",24.1,"2013-03-23 00:00",24.1,"2013-03-26 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68103",1,36.608,-82.1641,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,9,"","","Certification not required",0,7.543363,8.524564,20.3,"2013-07-24 00:00",20,"2013-08-29 00:00",19.9,"2013-07-18 00:00",19.7,"2013-07-21 00:00","","","","",20,19.9,19.6,18.3,14.8,8.1,-4.5,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68104",1,36.608,-82.1641,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,9,"","","Certification not required",0,19.276991,9.503843,33.6,"2013-07-18 00:00",32.3,"2013-06-12 00:00",32.1,"2013-08-29 00:00",32.1,"2013-09-10 00:00","","","","",32.3,32.1,31.6,30.1,28.3,21,5.1,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68105",1,36.608,-82.1641,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,9,"","","Certification not required",0,12.847788,8.599191,25.2,"2013-08-29 00:00",24.6,"2013-06-12 00:00",24.6,"2013-07-15 00:00",24.1,"2013-09-10 00:00","","","","",24.6,24.6,23.7,22.9,20.5,13.9,0.1,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68106",1,36.608,-82.1641,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,9,"","","Certification not required",0,714.106195,4.365782,722,"2013-07-15 00:00",721,"2013-11-21 00:00",721,"2013-11-24 00:00",721,"2013-12-12 00:00","","","","",721,721,720,719,718,715,709,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68107",1,36.608,-82.1641,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,9,"","","Certification not required",0,719.115044,3.729114,727,"2013-11-24 00:00",727,"2013-11-30 00:00",726,"2013-11-12 00:00",725,"2013-01-10 00:00","","","","",727,726,725,724,722,719,715,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68108",1,36.608,-82.1641,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,9,"","","Certification not required",0,716.743363,3.793271,724,"2013-11-24 00:00",724,"2013-11-30 00:00",723,"2013-07-15 00:00",723,"2013-12-12 00:00","","","","",724,723,722,721,720,717,712,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","68109",1,36.608,-82.1641,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",113,100,58,61,0,0,"","","Certification not required",0,1439.557522,3.313765,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-03" +"51","520","0006","88101",1,36.608,-82.1641,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,0,0,"Certification not required",0,8.529204,3.888552,23.2,"2013-01-19 00:00",16.9,"2013-09-10 00:00",16.2,"2013-01-28 00:00",15.9,"2013-10-04 00:00","","","","",16.9,16.2,15.2,13.7,11.2,7.8,3.6,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","520","0006","88101",1,36.608,-82.1641,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",113,93,113,122,0,9,"","","Certification not required",0,8.529204,3.888552,23.2,"2013-01-19 00:00",16.9,"2013-09-10 00:00",16.2,"2013-01-28 00:00",15.9,"2013-10-04 00:00","","","","",16.9,16.2,15.2,13.7,11.2,7.8,3.6,"Highland View Elementary School","EADS STREET","Virginia","Bristol City","Bristol","Kingsport-Bristol-Bristol, TN-VA","2014-02-12" +"51","630","0004","81102",1,38.30225,-77.48712,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,0,0,0,"Certification not required",0,12.448276,4.953016,29,"2013-10-31 00:00",21,"2013-12-18 00:00",20,"2013-01-28 00:00",20,"2013-04-10 00:00","","","","",29,21,20,19,15,13,6,"Hugh Mercer Elementary School","HUGH MERCER ELEM. SCHOOL 2100 COWAN BLVD","Virginia","Fredericksburg City","Fredericksburg","Washington-Arlington-Alexandria, DC-VA-MD-WV","2014-01-28" +"51","650","0008","42101",1,37.103733,-76.387017,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8474,97,358,365,0,286,0,0,"Certification not required",7428,0.287385,0.105043,1.2,"2013-01-09 08:00",1.1,"2013-01-08 07:00",1.1,"2013-01-08 08:00",1,"2013-01-09 07:00","","","","",0.7,0.7,0.5,0.5,0.25,0.25,0.25,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42101",1,37.103733,-76.387017,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8547,98,355,365,0,0,0,0,"Certification not required",0,0.327156,0.079907,0.9,"2013-01-08 07:00",0.9,"2013-01-08 08:00",0.9,"2013-01-08 09:00",0.9,"2013-01-08 10:00",0.9,"2013-01-08 07:00",0.9,"2013-01-09 08:00",0.7,0.7,0.5,0.4,0.3,0.3,0.3,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42401",1,37.103733,-76.387017,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8353,95,352,365,0,407,0,"","Certification not required",0,4.441193,6.663592,40.3,"2013-07-16 12:00",38.2,"2013-07-12 17:00",38.1,"2013-03-04 04:00",38,"2013-11-13 04:00","","","","",38,30.1,18.2,10.5,4.8,1.9,0.6,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42401",1,37.103733,-76.387017,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8353,95,352,365,0,407,"","","Certification not required",0,1.070585,2.362673,40.3,"2013-07-16 12:00",38.2,"2013-07-12 17:00",38.1,"2013-03-04 04:00",38,"2013-11-13 04:00","","","","",10.1,6,3.1,1.9,1.1,0.7,0,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42401",1,37.103733,-76.387017,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",352,96,352,365,0,0,0,"","Certification not required",0,1.074148,1.147715,9.2,"2013-11-25 00:00",8.5,"2013-11-13 00:00",6.8,"2013-03-21 00:00",5.7,"2013-03-03 00:00","","","","",5.7,4.8,3,2.1,1.3,0.8,0.1,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42401",1,37.103733,-76.387017,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2713,93,349,365,0,0,"",0,"Certification not required",0,1.037597,1.972056,36.5,"2013-11-13 05:00",28.5,"2013-03-09 05:00",25.9,"2013-11-25 02:00",24.8,"2013-03-04 05:00","","","","",9,5.8,3.1,2,1.1,0.7,0,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42401",2,37.103733,-76.387017,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",100669,96,352,365,0,4451,"","","Certification not required",0,1.073344,2.668894,78,"2013-07-12 17:50",74.3,"2013-07-12 17:45",70.9,"2013-07-12 17:40",67.3,"2013-07-12 17:35","","","","",10.9,6.4,3,1.8,1.1,0.6,0,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-11" +"51","650","0008","42601",1,37.103733,-76.387017,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7848,90,331,365,0,912,"","","Certification not required",0,0.510194,2.994999,80.8,"2013-01-08 08:00",79.8,"2013-01-09 08:00",79.1,"2013-01-08 07:00",65.8,"2013-01-09 09:00","","","","",9.9,5.1,2.4,1.5,0.5,0,-0.6,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42602",1,37.103733,-76.387017,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7847,90,331,365,0,913,0,"","Certification not required",0,9.559215,6.768792,33.6,"2013-01-09 09:00",31,"2013-01-08 10:00",29.8,"2013-12-27 20:00",29.2,"2013-01-27 21:00","","","","",29.8,28.3,24.7,20.7,12.2,7.7,2.6,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42602",1,37.103733,-76.387017,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7847,90,331,365,0,913,"","","Certification not required",0,3.952007,4.056016,33.6,"2013-01-09 09:00",31,"2013-01-08 10:00",31,"2013-12-03 19:00",29.8,"2013-12-27 20:00","","","","",21.6,17.9,12,8.3,4.8,2.7,0.8,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","42603",1,37.103733,-76.387017,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7848,90,331,365,0,912,"","","Certification not required",0,4.319763,6.046206,106.2,"2013-01-08 08:00",103.5,"2013-01-09 08:00",101.9,"2013-01-08 07:00",99.5,"2013-01-09 09:00","","","","",27.9,22.1,13.6,9.1,5.1,2.8,0.4,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","44201",1,37.103733,-76.387017,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4889,95,204,214,0,247,0,0,"Requested but not yet concurred",112,0.046235,0.011392,0.081,"2013-07-18 16:00",0.074,"2013-04-28 16:00",0.072,"2013-07-17 15:00",0.072,"2013-09-05 14:00","","","","",0.072,0.071,0.067,0.061,0.053,0.046,0.032,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","44201",1,37.103733,-76.387017,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4930,95,203,214,0,0,0,0,"Requested but not yet concurred",0,0.042044,0.011026,0.072,"2013-04-28 09:00",0.072,"2013-07-18 09:00",0.069,"2013-04-27 11:00",0.068,"2013-07-17 10:00","","","","",0.069,0.066,0.062,0.056,0.049,0.041,0.029,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","44201",1,37.103733,-76.387017,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4930,95,203,214,0,0,0,0,"Requested but not yet concurred",0,0.042044,0.011026,0.072,"2013-04-28 09:00",0.072,"2013-07-18 09:00",0.069,"2013-04-27 11:00",0.068,"2013-07-17 10:00","","","","",0.069,0.066,0.062,0.056,0.049,0.041,0.029,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","68101",1,37.103733,-76.387017,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",114,93,114,122,0,8,"","","Certification not required",83,0.119737,0.138356,0.6,"2013-05-22 00:00",0.6,"2013-06-18 00:00",0.6,"2013-07-09 00:00",0.5,"2013-10-04 00:00","","","","",0.6,0.6,0.4,0.4,0.1,0.05,0.05,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68102",1,37.103733,-76.387017,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",114,93,114,122,0,8,"","","Certification not required",0,23.99386,0.042666,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68103",1,37.103733,-76.387017,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,8,"","","Certification not required",0,10.240351,8.974031,24.2,"2013-06-30 00:00",23.9,"2013-07-06 00:00",23.9,"2013-07-18 00:00",23.3,"2013-07-09 00:00","","","","",23.9,23.9,23.2,21.1,18.6,10.4,-1.6,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68104",1,37.103733,-76.387017,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,8,"","","Certification not required",0,20.582456,8.9188,35.8,"2013-07-18 00:00",33.8,"2013-07-24 00:00",33,"2013-09-01 00:00",32.9,"2013-07-21 00:00","","","","",33.8,33,32.7,31.9,28.8,21.3,8.2,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68105",1,37.103733,-76.387017,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",114,93,114,122,0,8,"","","Certification not required",0,15.294737,8.625798,29.4,"2013-07-18 00:00",28,"2013-07-06 00:00",27.4,"2013-07-24 00:00",27.2,"2013-07-15 00:00","","","","",28,27.4,27,26,23.5,16.6,4.3,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68106",1,37.103733,-76.387017,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,8,"","","Certification not required",0,762.263158,5.474078,774,"2013-11-21 00:00",774,"2013-11-30 00:00",771,"2013-04-22 00:00",770,"2013-06-21 00:00","","","","",774,771,770,768,767,763,756,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68107",1,37.103733,-76.387017,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,8,"","","Certification not required",0,768.95614,5.028046,783,"2013-11-30 00:00",780,"2013-11-24 00:00",779,"2013-04-22 00:00",779,"2013-11-21 00:00","","","","",780,779,777,775,772,769,763,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68108",1,37.103733,-76.387017,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",114,93,114,122,0,8,"","","Certification not required",0,765.798246,5.094123,779,"2013-11-30 00:00",777,"2013-11-21 00:00",775,"2013-04-22 00:00",775,"2013-11-24 00:00","","","","",777,775,773,772,769,766,760,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","68109",1,37.103733,-76.387017,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",114,93,114,122,0,0,"","","Certification not required",0,1439.45614,2.930282,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","650","0008","81102",1,37.103733,-76.387017,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",5,9.440678,4.42279,22,"2013-04-10 00:00",19,"2013-05-16 00:00",16,"2013-06-15 00:00",16,"2013-06-27 00:00","","","","",22,19,16,15,12,9,4,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-01-28" +"51","650","0008","88101",1,37.103733,-76.387017,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,0,0,"Certification not required",0,7.114912,3.59415,22.3,"2013-07-18 00:00",16.7,"2013-12-03 00:00",15.9,"2013-01-28 00:00",14.9,"2013-02-06 00:00","","","","",16.7,15.9,14,11.2,9.4,6.5,3.4,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","88101",1,37.103733,-76.387017,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",114,93,114,122,0,8,"","","Certification not required",0,7.114912,3.59415,22.3,"2013-07-18 00:00",16.7,"2013-12-03 00:00",15.9,"2013-01-28 00:00",14.9,"2013-02-06 00:00","","","","",16.7,15.9,14,11.2,9.4,6.5,3.4,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-12" +"51","650","0008","88501",3,37.103733,-76.387017,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8478,97,354,365,0,282,"","","Certification not required",0,4.837698,3.815429,65.7,"2013-12-25 22:00",29.6,"2013-07-16 12:00",28.1,"2013-03-16 18:00",25.6,"2013-07-18 11:00","","","","",16.9,14.8,12.1,9.9,6.7,4.1,0.9,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","88501",3,37.103733,-76.387017,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,4.814124,3.00508,19,"2013-08-28 00:00",17.8,"2013-07-18 00:00",16.4,"2013-03-16 00:00",15.6,"2013-07-17 00:00","","","","",15.6,12.7,10.6,8.7,6.4,4.2,1.5,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","88502",3,37.103733,-76.387017,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",8478,97,354,365,0,282,"","","Certification not required",0,6.79908,4.220962,87.1,"2013-12-25 22:00",32,"2013-07-16 12:00",31.2,"2013-02-10 07:00",28.9,"2013-03-16 18:00","","","","",19.9,17.7,14.7,12.3,8.8,6,2.5,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","650","0008","88502",3,37.103733,-76.387017,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",354,97,354,365,0,0,"","","Certification not required",0,6.772034,3.286832,21.3,"2013-08-28 00:00",20.1,"2013-07-18 00:00",18.4,"2013-01-29 00:00",17.9,"2013-07-17 00:00","","","","",17.9,15.5,13,11,8.5,6.1,3.1,"NASA Langley Research Center","Adjacent to Building 1196, Wythe Landing Loop, NASA-Langley Research Center","Virginia","Hampton City","Hampton","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","670","0010","12103",1,37.289616,-77.291816,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.000698,0.000465,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-03 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","12105",1,37.289616,-77.291816,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002953,0.007901,0.044,"2013-07-03 00:00",0.028,"2013-01-10 00:00",0.01,"2013-04-04 00:00",0.007,"2013-05-16 00:00","","","","",0.044,0.044,0.01,0.005,0.003,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","12110",1,37.289616,-77.291816,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","12112",1,37.289616,-77.291816,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002209,0.000412,0.003,"2013-01-04 00:00",0.003,"2013-01-10 00:00",0.003,"2013-02-15 00:00",0.003,"2013-02-21 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.002,0.002,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","12128",1,37.289616,-77.291816,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.002105,0.000987,0.0048,"2013-08-14 00:00",0.0048,"2013-09-13 00:00",0.0039,"2013-04-10 00:00",0.0031,"2013-03-05 00:00","","","","",0.0048,0.0048,0.0039,0.0031,0.0028,0.002,0.0011,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","12132",1,37.289616,-77.291816,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.007047,0.004326,0.02,"2013-08-26 00:00",0.019,"2013-04-10 00:00",0.016,"2013-05-16 00:00",0.014,"2013-02-15 00:00","","","","",0.02,0.02,0.016,0.014,0.008,0.006,0.003,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","12136",1,37.289616,-77.291816,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.000977,0.000344,0.002,"2013-04-28 00:00",0.002,"2013-09-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0.001,0.001,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-18" +"51","670","0010","42153",4,37.289616,-77.291816,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.036364,0.065026,0.3,"2013-03-23 00:00",0.2,"2013-03-29 00:00",0.1,"2013-05-10 00:00",0.1,"2013-06-09 00:00","","","","",0.3,0.3,0.1,0.1,0.1,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43000",1,37.289616,-77.291816,"WGS84","Sum of PAMS target compounds","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,52.47907,36.320246,224.1,"2013-01-28 00:00",127.5,"2013-01-10 00:00",101.7,"2013-03-29 00:00",96.1,"2013-03-23 00:00","","","","",224.1,224.1,101.7,92.2,64.4,42.6,23.9,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43102",1,37.289616,-77.291816,"WGS84","Total NMOC (non-methane organic compound)","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,103.988605,77.005909,469.75,"2013-01-28 00:00",317.32,"2013-07-27 00:00",192.65,"2013-03-29 00:00",180.22,"2013-01-10 00:00","","","","",469.75,469.75,192.65,166.93,121.93,89.89,44.56,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43141",1,37.289616,-77.291816,"WGS84","n-Dodecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",5,0.222558,0.196057,1.21,"2013-01-28 00:00",0.55,"2013-03-29 00:00",0.52,"2013-06-15 00:00",0.45,"2013-09-25 00:00","","","","",1.21,1.21,0.52,0.39,0.25,0.16,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43202",1,37.289616,-77.291816,"WGS84","Ethane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,8.343488,7.77192,49.44,"2013-01-28 00:00",21.05,"2013-01-10 00:00",17.33,"2013-03-23 00:00",15.84,"2013-03-05 00:00","","","","",49.44,49.44,17.33,14.44,9.39,5.99,3.16,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43203",1,37.289616,-77.291816,"WGS84","Ethylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.082791,1.945723,7.19,"2013-01-10 00:00",7.05,"2013-03-05 00:00",6.91,"2013-02-27 00:00",6.18,"2013-03-23 00:00","","","","",7.19,7.19,6.91,5.74,2.17,1.35,0.71,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43204",1,37.289616,-77.291816,"WGS84","Propane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,6.023488,5.730101,31.31,"2013-01-28 00:00",19.86,"2013-01-10 00:00",18.21,"2013-03-05 00:00",12.51,"2013-02-27 00:00","","","","",31.31,31.31,18.21,12.37,6.77,4.16,1.98,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43205",1,37.289616,-77.291816,"WGS84","Propylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.713953,0.683705,3.83,"2013-01-28 00:00",1.98,"2013-03-23 00:00",1.9,"2013-03-05 00:00",1.81,"2013-01-10 00:00","","","","",3.83,3.83,1.9,1.75,0.88,0.46,0.22,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43206",1,37.289616,-77.291816,"WGS84","Acetylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.544186,2.616962,9.27,"2013-03-05 00:00",9.07,"2013-01-10 00:00",8.78,"2013-03-23 00:00",7.9,"2013-03-29 00:00","","","","",9.27,9.27,8.78,7.29,3.1,1.15,0.65,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43207",4,37.289616,-77.291816,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.150909,0.027771,0.24,"2013-09-25 00:00",0.22,"2013-09-13 00:00",0.2,"2013-03-05 00:00",0.18,"2013-03-29 00:00","","","","",0.24,0.24,0.2,0.18,0.16,0.14,0.12,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43208",4,37.289616,-77.291816,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.039545,0.010105,0.08,"2013-04-04 00:00",0.06,"2013-04-16 00:00",0.06,"2013-04-28 00:00",0.04,"2013-01-04 00:00","","","","",0.08,0.08,0.06,0.04,0.04,0.04,0.02,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43212",1,37.289616,-77.291816,"WGS84","n-Butane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,3.063488,3.227417,14.34,"2013-01-28 00:00",13.09,"2013-01-10 00:00",8.82,"2013-02-27 00:00",8.51,"2013-03-23 00:00","","","","",14.34,14.34,8.82,7.11,3.27,1.47,0.65,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43214",1,37.289616,-77.291816,"WGS84","Isobutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.399767,1.621769,10.24,"2013-01-28 00:00",4.03,"2013-01-10 00:00",2.99,"2013-03-05 00:00",2.87,"2013-02-27 00:00","","","","",10.24,10.24,2.99,2.87,1.54,0.9,0.35,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43216",1,37.289616,-77.291816,"WGS84","trans-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",29,0.099535,0.097735,0.56,"2013-07-27 00:00",0.34,"2013-01-28 00:00",0.21,"2013-03-23 00:00",0.21,"2013-03-29 00:00","","","","",0.56,0.56,0.21,0.21,0.14,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43217",1,37.289616,-77.291816,"WGS84","cis-2-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",31,0.085116,0.068535,0.33,"2013-01-28 00:00",0.29,"2013-09-25 00:00",0.23,"2013-02-09 00:00",0.19,"2013-03-23 00:00","","","","",0.33,0.33,0.23,0.19,0.11,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43218",4,37.289616,-77.291816,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.104545,0.107735,0.4,"2013-03-05 00:00",0.4,"2013-03-23 00:00",0.3,"2013-03-29 00:00",0.2,"2013-01-04 00:00","","","","",0.4,0.4,0.3,0.2,0.2,0.1,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43220",1,37.289616,-77.291816,"WGS84","n-Pentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.966512,1.815953,11.44,"2013-01-28 00:00",4.95,"2013-01-10 00:00",4.33,"2013-02-27 00:00",3.89,"2013-03-29 00:00","","","","",11.44,11.44,4.33,3.3,2.3,1.51,0.73,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43221",1,37.289616,-77.291816,"WGS84","Isopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.890233,2.842699,16.99,"2013-01-28 00:00",8.22,"2013-01-10 00:00",7.22,"2013-03-29 00:00",6.13,"2013-03-23 00:00","","","","",16.99,16.99,7.22,5.96,3.48,2.08,0.87,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43224",1,37.289616,-77.291816,"WGS84","1-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.225116,0.252184,1.73,"2013-01-28 00:00",0.52,"2013-03-29 00:00",0.42,"2013-09-25 00:00",0.35,"2013-08-14 00:00","","","","",1.73,1.73,0.42,0.31,0.23,0.17,0.11,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43226",1,37.289616,-77.291816,"WGS84","trans-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",10,0.251628,0.264169,1.57,"2013-01-28 00:00",0.88,"2013-03-29 00:00",0.49,"2013-03-23 00:00",0.45,"2013-01-10 00:00","","","","",1.57,1.57,0.49,0.43,0.33,0.2,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43227",1,37.289616,-77.291816,"WGS84","cis-2-Pentene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",26,0.115116,0.137172,0.85,"2013-01-28 00:00",0.4,"2013-03-29 00:00",0.27,"2013-09-25 00:00",0.21,"2013-03-23 00:00","","","","",0.85,0.85,0.27,0.21,0.14,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43230",1,37.289616,-77.291816,"WGS84","3-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.693256,0.563234,2.63,"2013-01-28 00:00",2.48,"2013-03-29 00:00",1.75,"2013-01-10 00:00",1.43,"2013-02-27 00:00","","","","",2.63,2.63,1.75,1.41,0.85,0.56,0.18,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43231",1,37.289616,-77.291816,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.84814,0.929447,5.74,"2013-01-28 00:00",2.8,"2013-03-29 00:00",1.97,"2013-01-10 00:00",1.65,"2013-02-27 00:00","","","","",5.74,5.74,1.97,1.5,0.94,0.61,0.24,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43231",4,37.289616,-77.291816,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.5,0.687429,4.3,"2013-01-28 00:00",1.8,"2013-03-29 00:00",1.1,"2013-01-10 00:00",0.9,"2013-03-23 00:00","","","","",4.3,4.3,1.1,0.9,0.7,0.3,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43232",1,37.289616,-77.291816,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.494651,0.35332,1.72,"2013-01-28 00:00",1.48,"2013-03-05 00:00",1.08,"2013-03-29 00:00",0.99,"2013-01-10 00:00","","","","",1.72,1.72,1.08,0.99,0.62,0.38,0.18,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43232",4,37.289616,-77.291816,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",10,0.342045,0.22441,1.05,"2013-01-28 00:00",1.05,"2013-03-05 00:00",0.63,"2013-04-28 00:00",0.63,"2013-08-02 00:00","","","","",1.05,1.05,0.63,0.56,0.49,0.28,0.105,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43233",1,37.289616,-77.291816,"WGS84","n-Octane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.230698,0.172204,1.1,"2013-01-28 00:00",0.53,"2013-01-10 00:00",0.44,"2013-09-25 00:00",0.43,"2013-03-29 00:00","","","","",1.1,1.1,0.44,0.4,0.26,0.2,0.1,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43235",1,37.289616,-77.291816,"WGS84","n-Nonane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",7,0.19814,0.16285,1.1,"2013-01-28 00:00",0.37,"2013-07-09 00:00",0.36,"2013-01-10 00:00",0.35,"2013-09-25 00:00","","","","",1.1,1.1,0.36,0.28,0.23,0.18,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43238",1,37.289616,-77.291816,"WGS84","n-Decane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",7,0.217209,0.224333,1.42,"2013-01-28 00:00",0.74,"2013-07-09 00:00",0.35,"2013-01-10 00:00",0.35,"2013-06-21 00:00","","","","",1.42,1.42,0.35,0.32,0.24,0.16,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43242",1,37.289616,-77.291816,"WGS84","Cyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",5,0.253256,0.184491,1.14,"2013-01-28 00:00",0.57,"2013-01-10 00:00",0.48,"2013-09-13 00:00",0.46,"2013-03-29 00:00","","","","",1.14,1.14,0.48,0.41,0.32,0.21,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43243",1,37.289616,-77.291816,"WGS84","Isoprene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",9,4.097674,4.849426,17.5,"2013-07-15 00:00",13.94,"2013-07-09 00:00",13.15,"2013-08-08 00:00",10.85,"2013-08-02 00:00","","","","",17.5,17.5,13.15,10.51,8.67,1.23,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43244",1,37.289616,-77.291816,"WGS84","2,2-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",7,0.205349,0.134259,0.65,"2013-09-25 00:00",0.52,"2013-01-28 00:00",0.51,"2013-03-29 00:00",0.42,"2013-01-10 00:00","","","","",0.65,0.65,0.51,0.35,0.27,0.18,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43245",1,37.289616,-77.291816,"WGS84","1-Hexene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",34,0.080698,0.077901,0.44,"2013-09-25 00:00",0.29,"2013-02-09 00:00",0.25,"2013-03-29 00:00",0.18,"2013-04-16 00:00","","","","",0.44,0.44,0.25,0.16,0.05,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43247",1,37.289616,-77.291816,"WGS84","2,4-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",11,0.224651,0.172148,0.66,"2013-01-28 00:00",0.66,"2013-03-29 00:00",0.59,"2013-09-25 00:00",0.58,"2013-08-02 00:00","","","","",0.66,0.66,0.59,0.53,0.3,0.19,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43248",1,37.289616,-77.291816,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",10,0.197442,0.177631,0.88,"2013-01-10 00:00",0.77,"2013-01-28 00:00",0.52,"2013-09-25 00:00",0.42,"2013-03-29 00:00","","","","",0.88,0.88,0.52,0.36,0.24,0.15,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43248",4,37.289616,-77.291816,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",20,0.188182,0.196496,0.84,"2013-04-04 00:00",0.72,"2013-04-10 00:00",0.66,"2013-02-09 00:00",0.6,"2013-01-28 00:00","","","","",0.84,0.84,0.66,0.54,0.24,0.12,0.06,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43249",1,37.289616,-77.291816,"WGS84","3-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.542093,0.270982,1.59,"2013-07-27 00:00",1.19,"2013-08-02 00:00",0.9,"2013-01-28 00:00",0.82,"2013-03-29 00:00","","","","",1.59,1.59,0.9,0.81,0.66,0.54,0.25,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43250",1,37.289616,-77.291816,"WGS84","2,2,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.956744,0.826311,4.1,"2013-03-29 00:00",2.94,"2013-01-28 00:00",2.31,"2013-01-10 00:00",2.1,"2013-02-27 00:00","","","","",4.1,4.1,2.31,2.02,1.25,0.72,0.26,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43252",1,37.289616,-77.291816,"WGS84","2,3,4-Trimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.505116,0.39172,1.83,"2013-07-27 00:00",1.48,"2013-03-29 00:00",1.17,"2013-08-02 00:00",1.1,"2013-01-28 00:00","","","","",1.83,1.83,1.17,1.04,0.72,0.43,0.11,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43253",1,37.289616,-77.291816,"WGS84","3-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",17,0.145349,0.121133,0.59,"2013-01-28 00:00",0.41,"2013-03-29 00:00",0.39,"2013-01-10 00:00",0.37,"2013-09-25 00:00","","","","",0.59,0.59,0.39,0.32,0.2,0.12,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43261",1,37.289616,-77.291816,"WGS84","Methylcyclohexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",5,0.282326,0.215394,1.21,"2013-01-28 00:00",0.65,"2013-09-25 00:00",0.61,"2013-03-29 00:00",0.58,"2013-01-10 00:00","","","","",1.21,1.21,0.61,0.56,0.31,0.25,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43262",1,37.289616,-77.291816,"WGS84","Methylcyclopentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.685349,0.430229,2.28,"2013-01-28 00:00",1.54,"2013-03-29 00:00",1.36,"2013-09-25 00:00",1.34,"2013-01-10 00:00","","","","",2.28,2.28,1.36,1.22,0.9,0.62,0.26,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43263",1,37.289616,-77.291816,"WGS84","2-Methylhexane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,0.682326,0.440632,1.83,"2013-07-27 00:00",1.7,"2013-01-10 00:00",1.64,"2013-01-28 00:00",1.53,"2013-03-29 00:00","","","","",1.83,1.83,1.64,1.32,0.93,0.59,0.19,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43280",1,37.289616,-77.291816,"WGS84","1-Butene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",17,0.155116,0.13159,0.63,"2013-01-28 00:00",0.39,"2013-03-23 00:00",0.38,"2013-03-29 00:00",0.35,"2013-03-05 00:00","","","","",0.63,0.63,0.38,0.34,0.21,0.12,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43284",1,37.289616,-77.291816,"WGS84","2,3-Dimethylbutane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",7,0.308605,0.270225,1.15,"2013-03-29 00:00",1.12,"2013-01-28 00:00",0.89,"2013-09-25 00:00",0.8,"2013-01-10 00:00","","","","",1.15,1.15,0.89,0.65,0.38,0.26,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43285",1,37.289616,-77.291816,"WGS84","2-Methylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",1,1.489535,0.981791,4.47,"2013-01-28 00:00",4.36,"2013-03-29 00:00",3.07,"2013-01-10 00:00",2.65,"2013-07-27 00:00","","","","",4.47,4.47,3.07,2.52,1.89,1.46,0.37,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43291",1,37.289616,-77.291816,"WGS84","2,3-Dimethylpentane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",3,0.289535,0.186879,0.81,"2013-09-25 00:00",0.77,"2013-01-28 00:00",0.7,"2013-03-29 00:00",0.65,"2013-01-10 00:00","","","","",0.81,0.81,0.7,0.54,0.4,0.23,0.12,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43372",4,37.289616,-77.291816,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.025,0.057567,0.3,"2013-08-26 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-05-10 00:00","","","","",0.3,0.3,0.1,0.1,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43502",2,37.289616,-77.291816,"WGS84","Formaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.531111,1.000641,4.8,"2013-08-08 00:00",4.5,"2013-05-16 00:00",4.4,"2013-08-02 00:00",4.3,"2013-08-20 00:00","","","","",4.8,4.8,4.4,4,3.1,2.4,1.5,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-13" +"51","670","0010","43503",2,37.289616,-77.291816,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.446667,0.441382,2.8,"2013-05-16 00:00",2.6,"2013-03-23 00:00",2.2,"2013-03-29 00:00",2.2,"2013-04-10 00:00","","","","",2.8,2.8,2.2,2,1.6,1.4,1,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-13" +"51","670","0010","43504",2,37.289616,-77.291816,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.082222,0.218766,0.9,"2013-05-16 00:00",0.7,"2013-04-28 00:00",0.6,"2013-04-16 00:00",0.5,"2013-03-29 00:00","","","","",0.9,0.9,0.6,0.5,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-13" +"51","670","0010","43505",4,37.289616,-77.291816,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.8,1.10074,7,"2013-07-27 00:00",2.5,"2013-07-21 00:00",2,"2013-08-02 00:00",1.7,"2013-07-03 00:00","","","","",7,7,2,1.4,0.8,0.6,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43551",2,37.289616,-77.291816,"WGS84","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,4.95031,2.41457,11.13252,"2013-09-25 00:00",10.95581,"2013-05-16 00:00",10.85483,"2013-04-28 00:00",9.47905,"2013-04-10 00:00","","","","",11.13252,11.13252,10.85483,8.38094,6.17211,4.40504,2.52438,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-13" +"51","670","0010","43551",4,37.289616,-77.291816,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,13.589318,9.265777,54.45,"2013-07-27 00:00",45.39,"2013-03-29 00:00",21.18,"2013-05-16 00:00",20.61,"2013-05-10 00:00","","","","",54.45,54.45,21.18,19.95,15.42,12.66,5.79,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43552",2,37.289616,-77.291816,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",1,0.799209,0.305423,1.97901,"2013-05-16 00:00",1.32295,"2013-04-28 00:00",1.27687,"2013-03-23 00:00",1.16707,"2013-06-15 00:00","","","","",1.97901,1.97901,1.27687,1.15487,0.91766,0.76449,0.50695,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-13" +"51","670","0010","43560",2,37.289616,-77.291816,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-12-13" +"51","670","0010","43702",4,37.289616,-77.291816,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.043182,1.803149,9,"2013-09-19 00:00",7.1,"2013-01-16 00:00",6.5,"2013-01-04 00:00",5.2,"2013-02-21 00:00","","","","",9,9,6.5,4,2.2,1.7,0.5,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43704",4,37.289616,-77.291816,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.036364,0.053226,0.2,"2013-04-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43801",4,37.289616,-77.291816,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.602273,0.09019,0.9,"2013-04-04 00:00",0.8,"2013-05-22 00:00",0.7,"2013-04-10 00:00",0.7,"2013-05-16 00:00","","","","",0.9,0.9,0.7,0.7,0.6,0.6,0.5,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43802",4,37.289616,-77.291816,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.254545,0.685211,4.2,"2013-01-28 00:00",1.7,"2013-04-04 00:00",1.3,"2013-03-29 00:00",0.6,"2013-08-26 00:00","","","","",4.2,4.2,1.3,0.2,0.1,0.1,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43803",4,37.289616,-77.291816,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43804",4,37.289616,-77.291816,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43811",4,37.289616,-77.291816,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.219545,0.043077,0.38,"2013-01-28 00:00",0.26,"2013-01-16 00:00",0.25,"2013-01-10 00:00",0.24,"2013-02-15 00:00","","","","",0.38,0.38,0.25,0.24,0.23,0.22,0.21,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43814",4,37.289616,-77.291816,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006818,0.025497,0.1,"2013-04-04 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-15 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43815",4,37.289616,-77.291816,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.015909,0.056828,0.3,"2013-05-22 00:00",0.2,"2013-07-27 00:00",0.1,"2013-04-10 00:00",0.1,"2013-06-15 00:00","","","","",0.3,0.3,0.1,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43817",4,37.289616,-77.291816,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.025,0.043802,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-28 00:00",0.1,"2013-03-23 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43818",4,37.289616,-77.291816,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.004545,0.030151,0.2,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.2,0.2,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43819",4,37.289616,-77.291816,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-05-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43820",4,37.289616,-77.291816,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006818,0.033395,0.2,"2013-04-16 00:00",0.1,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.2,0.2,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43823",4,37.289616,-77.291816,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.456818,0.101403,0.89,"2013-04-04 00:00",0.7,"2013-04-10 00:00",0.56,"2013-01-10 00:00",0.56,"2013-01-16 00:00","","","","",0.89,0.89,0.56,0.55,0.51,0.43,0.36,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43824",4,37.289616,-77.291816,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.006818,0.025497,0.1,"2013-02-21 00:00",0.1,"2013-04-16 00:00",0.1,"2013-08-20 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43829",4,37.289616,-77.291816,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.004545,0.021071,0.1,"2013-04-04 00:00",0.1,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.1,0.1,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43830",4,37.289616,-77.291816,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.011364,0.053769,0.3,"2013-04-10 00:00",0.2,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.3,0.3,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43831",4,37.289616,-77.291816,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.009091,0.042141,0.2,"2013-04-10 00:00",0.2,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.2,0.2,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43843",4,37.289616,-77.291816,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.015909,0.080531,0.5,"2013-04-16 00:00",0.2,"2013-04-10 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00","","","","",0.5,0.5,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43844",4,37.289616,-77.291816,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.002273,0.015076,0.1,"2013-04-16 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43860",4,37.289616,-77.291816,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.011364,0.032104,0.1,"2013-04-04 00:00",0.1,"2013-04-16 00:00",0.1,"2013-05-28 00:00",0.1,"2013-06-15 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","43954",1,37.289616,-77.291816,"WGS84","n-Undecane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",4,0.256977,0.232722,1.36,"2013-01-28 00:00",0.83,"2013-07-09 00:00",0.67,"2013-03-29 00:00",0.46,"2013-07-15 00:00","","","","",1.36,1.36,0.67,0.45,0.3,0.2,0.1,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","43960",1,37.289616,-77.291816,"WGS84","2-Methylheptane","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",6,0.215814,0.135756,0.65,"2013-01-28 00:00",0.51,"2013-07-27 00:00",0.48,"2013-01-10 00:00",0.43,"2013-09-25 00:00","","","","",0.65,0.65,0.48,0.42,0.28,0.19,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45109",1,37.289616,-77.291816,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,1.332558,1.08231,6.63,"2013-01-28 00:00",3.2,"2013-04-16 00:00",2.57,"2013-09-07 00:00",2.39,"2013-01-10 00:00","","","","",6.63,6.63,2.57,2.27,1.71,1.05,0.38,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45109",4,37.289616,-77.291816,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.722727,0.780538,4.2,"2013-01-28 00:00",3.4,"2013-04-16 00:00",1.4,"2013-06-15 00:00",1.4,"2013-08-02 00:00","","","","",4.2,4.2,1.4,1.3,0.9,0.6,0.2,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45201",1,37.289616,-77.291816,"WGS84","Benzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.940465,0.553035,2.49,"2013-01-28 00:00",2.22,"2013-01-10 00:00",2.07,"2013-03-05 00:00",1.9,"2013-03-23 00:00","","","","",2.49,2.49,2.07,1.82,1.21,0.76,0.43,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45201",4,37.289616,-77.291816,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.104545,0.650207,2.7,"2013-01-10 00:00",2.6,"2013-01-28 00:00",2.3,"2013-03-05 00:00",2.2,"2013-03-23 00:00","","","","",2.7,2.7,2.3,2.1,1.5,0.9,0.4,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45202",1,37.289616,-77.291816,"WGS84","Toluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,2.441395,2.028897,12.59,"2013-01-28 00:00",5.53,"2013-03-29 00:00",5,"2013-01-10 00:00",4.98,"2013-07-27 00:00","","","","",12.59,12.59,5,4,3.04,1.92,0.77,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45202",4,37.289616,-77.291816,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,1.75,1.8393,12.5,"2013-01-28 00:00",3.4,"2013-03-29 00:00",3.4,"2013-07-27 00:00",3.2,"2013-01-10 00:00","","","","",12.5,12.5,3.4,2.6,2.1,1.3,0.6,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45203",1,37.289616,-77.291816,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.467674,0.358813,2.03,"2013-01-28 00:00",1.25,"2013-04-16 00:00",1.01,"2013-07-27 00:00",0.89,"2013-01-10 00:00","","","","",2.03,2.03,1.01,0.88,0.58,0.39,0.13,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45203",4,37.289616,-77.291816,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.340909,0.279799,1.4,"2013-01-28 00:00",1.4,"2013-04-16 00:00",0.8,"2013-07-27 00:00",0.6,"2013-07-21 00:00","","","","",1.4,1.4,0.8,0.6,0.4,0.2,0.2,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45204",1,37.289616,-77.291816,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.524884,0.375013,2.15,"2013-01-28 00:00",1.17,"2013-04-16 00:00",1.05,"2013-01-10 00:00",1.03,"2013-09-07 00:00","","","","",2.15,2.15,1.05,0.9,0.7,0.47,0.14,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45204",4,37.289616,-77.291816,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.290909,0.255013,1.3,"2013-01-28 00:00",1.1,"2013-04-16 00:00",0.6,"2013-06-15 00:00",0.6,"2013-08-02 00:00","","","","",1.3,1.3,0.6,0.6,0.4,0.2,0.1,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45207",1,37.289616,-77.291816,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",13,0.173256,0.159056,0.86,"2013-01-28 00:00",0.67,"2013-04-16 00:00",0.41,"2013-09-07 00:00",0.29,"2013-04-10 00:00","","","","",0.86,0.86,0.41,0.28,0.21,0.13,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45207",4,37.289616,-77.291816,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",43,0.32625,0.074624,0.81,"2013-04-16 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00","","","","",0.81,0.81,0.315,0.315,0.315,0.315,0.315,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45208",1,37.289616,-77.291816,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",2,0.467907,0.36648,1.95,"2013-01-28 00:00",1.43,"2013-04-16 00:00",1.26,"2013-09-07 00:00",0.84,"2013-03-29 00:00","","","","",1.95,1.95,1.26,0.79,0.57,0.39,0.14,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45208",4,37.289616,-77.291816,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",39,0.395795,0.257425,1.53,"2013-04-16 00:00",1.35,"2013-01-28 00:00",0.81,"2013-03-29 00:00",0.81,"2013-09-07 00:00","","","","",1.53,1.53,0.81,0.63,0.315,0.315,0.315,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45209",1,37.289616,-77.291816,"WGS84","n-Propylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",14,0.139767,0.099007,0.48,"2013-01-28 00:00",0.47,"2013-09-07 00:00",0.31,"2013-07-27 00:00",0.27,"2013-09-25 00:00","","","","",0.48,0.48,0.31,0.22,0.18,0.13,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45210",1,37.289616,-77.291816,"WGS84","Isopropylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.069535,0.052097,0.27,"2013-09-25 00:00",0.19,"2013-01-28 00:00",0.18,"2013-02-09 00:00",0.16,"2013-09-07 00:00","","","","",0.27,0.27,0.18,0.14,0.08,0.05,0.03,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45211",1,37.289616,-77.291816,"WGS84","o-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",21,0.14907,0.137023,0.62,"2013-09-07 00:00",0.49,"2013-07-15 00:00",0.4,"2013-08-20 00:00",0.35,"2013-08-08 00:00","","","","",0.62,0.62,0.4,0.33,0.24,0.1,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45212",1,37.289616,-77.291816,"WGS84","m-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",4,0.364186,0.240646,1.3,"2013-01-28 00:00",0.81,"2013-09-07 00:00",0.61,"2013-01-10 00:00",0.61,"2013-08-02 00:00","","","","",1.3,1.3,0.61,0.59,0.5,0.36,0.1,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45213",1,37.289616,-77.291816,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",9,0.267907,0.324115,1.89,"2013-04-16 00:00",0.95,"2013-09-07 00:00",0.83,"2013-04-10 00:00",0.79,"2013-01-28 00:00","","","","",1.89,1.89,0.83,0.45,0.27,0.2,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45213",4,37.289616,-77.291816,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",43,0.352841,0.251008,1.98,"2013-04-16 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00","","","","",1.98,1.98,0.315,0.315,0.315,0.315,0.315,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45218",1,37.289616,-77.291816,"WGS84","m-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",34,0.077209,0.069362,0.44,"2013-09-07 00:00",0.2,"2013-09-25 00:00",0.18,"2013-08-08 00:00",0.15,"2013-02-09 00:00","","","","",0.44,0.44,0.18,0.14,0.05,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45219",1,37.289616,-77.291816,"WGS84","p-Diethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",28,0.098372,0.084739,0.45,"2013-09-07 00:00",0.27,"2013-08-08 00:00",0.25,"2013-01-28 00:00",0.23,"2013-07-27 00:00","","","","",0.45,0.45,0.25,0.2,0.14,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45220",1,37.289616,-77.291816,"WGS84","Styrene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",0,0.492558,0.427268,1.88,"2013-04-16 00:00",1.46,"2013-09-07 00:00",1.33,"2013-07-27 00:00",1.2,"2013-04-10 00:00","","","","",1.88,1.88,1.33,1.15,0.75,0.38,0.12,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45220",4,37.289616,-77.291816,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.381818,0.657788,3.4,"2013-04-16 00:00",2.6,"2013-04-10 00:00",1.8,"2013-09-07 00:00",0.9,"2013-07-21 00:00","","","","",3.4,3.4,1.8,0.9,0.3,0.2,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45225",1,37.289616,-77.291816,"WGS84","1,2,3-Trimethylbenzene","24 HOUR","","Observed Values","SS CANISTER PRESSURIZED - CRYOGENIC PRECONCENTRATION GC/FID",2013,"Parts per billion Carbon","No Events",43,70,43,61,0,2,"","","Certification not required",23,0.113256,0.103181,0.54,"2013-01-28 00:00",0.46,"2013-09-07 00:00",0.23,"2013-09-25 00:00",0.22,"2013-01-10 00:00","","","","",0.54,0.54,0.23,0.21,0.14,0.05,0.05,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-06" +"51","670","0010","45801",4,37.289616,-77.291816,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.075,0.311877,2,"2013-04-16 00:00",0.6,"2013-04-10 00:00",0.1,"2013-04-22 00:00",0.1,"2013-05-28 00:00","","","","",2,2,0.1,0.1,0,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45807",4,37.289616,-77.291816,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.115909,0.307233,2,"2013-04-16 00:00",0.5,"2013-04-10 00:00",0.4,"2013-08-08 00:00",0.2,"2013-06-15 00:00","","","","",2,2,0.4,0.1,0.1,0.1,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","45809",4,37.289616,-77.291816,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",0,0.056818,0.140427,0.8,"2013-04-16 00:00",0.4,"2013-04-10 00:00",0.3,"2013-01-28 00:00",0.1,"2013-03-23 00:00","","","","",0.8,0.8,0.3,0.1,0.1,0,0,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","46401",4,37.289616,-77.291816,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",44,72,44,61,0,1,"","","Certification not required",31,0.085,0.042289,0.2,"2013-04-16 00:00",0.2,"2013-07-27 00:00",0.16,"2013-01-10 00:00",0.16,"2013-04-04 00:00","","","","",0.2,0.2,0.16,0.16,0.12,0.06,0.06,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2013-11-14" +"51","670","0010","81102",1,37.289616,-77.291816,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,90,55,61,0,3,0,0,"Certification not required",1,11.8,4.398653,23,"2013-04-10 00:00",19,"2013-05-16 00:00",19,"2013-06-27 00:00",19,"2013-08-02 00:00","","","","",23,19,19,17,15,12,6,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2014-01-13" +"51","670","0010","81102",2,37.289616,-77.291816,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,0,0,0,"Certification not required",2,12.59322,4.892354,25,"2013-04-10 00:00",21,"2013-08-02 00:00",20,"2013-05-16 00:00",20,"2013-06-27 00:00","","","","",25,21,20,19,16,13,5,"Carter G. Woodson Middle School","1000 WINSTON CHURCHILL DR","Virginia","Hopewell City","Hopewell","Richmond, VA","2014-01-28" +"51","680","0015","68101",1,37.332706,-79.215011,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",118,97,117,122,0,6,"","","Certification not required",118,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68102",1,37.332706,-79.215011,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",118,97,117,122,0,6,"","","Certification not required",0,24.09661,0.029036,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68103",1,37.332706,-79.215011,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,117,122,0,6,"","","Certification not required",0,8.261864,8.598985,22,"2013-07-18 00:00",21.1,"2013-07-09 00:00",21.1,"2013-07-15 00:00",20.9,"2013-07-03 00:00","","","","",21.1,21.1,20.5,19.1,15.5,9.8,-2.9,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68104",1,37.332706,-79.215011,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,117,122,0,6,"","","Certification not required",0,19.125424,8.854939,34.4,"2013-07-18 00:00",32.5,"2013-07-15 00:00",32.2,"2013-07-24 00:00",32.1,"2013-06-12 00:00","","","","",32.5,32.2,31.9,30.5,27.6,19.6,7.2,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68105",1,37.332706,-79.215011,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",118,97,117,122,0,6,"","","Certification not required",0,13.418644,8.498325,27.7,"2013-07-18 00:00",26.6,"2013-07-15 00:00",25.9,"2013-06-12 00:00",25.3,"2013-07-09 00:00","","","","",26.6,25.9,25.1,24,21.3,14.6,2.2,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68106",1,37.332706,-79.215011,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,117,122,0,6,"","","Certification not required",0,730.771186,4.430684,741,"2013-01-10 00:00",741,"2013-11-21 00:00",739,"2013-04-22 00:00",738,"2013-07-15 00:00","","","","",741,739,737,736,734,731,726,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68107",1,37.332706,-79.215011,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,117,122,0,6,"","","Certification not required",0,736.516949,4.125661,746,"2013-01-10 00:00",745,"2013-11-21 00:00",745,"2013-11-24 00:00",744,"2013-01-25 00:00","","","","",745,745,743,743,739,736,731,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68108",1,37.332706,-79.215011,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,117,122,0,6,"","","Certification not required",0,733.737288,4.091743,743,"2013-01-10 00:00",743,"2013-11-21 00:00",741,"2013-04-22 00:00",741,"2013-11-24 00:00","","","","",743,741,740,739,737,734,728,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","68109",1,37.332706,-79.215011,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",118,97,117,122,0,0,"","","Certification not required",0,1439.838983,1.568767,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-03" +"51","680","0015","88101",1,37.332706,-79.215011,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,96,117,122,0,6,0,0,"Certification not required",0,7.405932,3.827884,21.4,"2013-01-28 00:00",19.2,"2013-12-04 00:00",18.2,"2013-07-18 00:00",16.8,"2013-10-31 00:00","","","","",19.2,18.2,15.6,12.2,9.1,6.7,3.4,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","680","0015","88101",1,37.332706,-79.215011,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",118,96,117,122,0,6,"","","Certification not required",0,7.405932,3.827884,21.4,"2013-01-28 00:00",19.2,"2013-12-04 00:00",18.2,"2013-07-18 00:00",16.8,"2013-10-31 00:00","","","","",19.2,18.2,15.6,12.2,9.1,6.7,3.4,"LYNCHBURG CITY WATER TOWER","LEESVILLE ROAD AND GREYSTONE DRIVE","Virginia","Lynchburg City","Lynchburg","Lynchburg, VA","2014-02-12" +"51","710","0024","42101",1,36.85555,-76.30135,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8630,99,362,365,0,130,0,0,"Certification not required",7517,0.298998,0.141914,2.1,"2013-12-02 07:00",2,"2013-01-08 08:00",1.8,"2013-12-02 08:00",1.6,"2013-01-09 08:00","","","","",0.8,0.8,0.6,0.5,0.25,0.25,0.25,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42101",1,36.85555,-76.30135,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8700,99,361,365,0,0,0,0,"Certification not required",0,0.339161,0.115052,1.5,"2013-12-02 12:00",1.4,"2013-12-02 09:00",1.4,"2013-12-02 10:00",1.4,"2013-12-02 11:00",1.5,"2013-12-02 12:00",1.1,"2013-01-08 09:00",0.8,0.8,0.6,0.5,0.3,0.3,0.3,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42401",1,36.85555,-76.30135,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8644,99,364,365,0,116,0,"","Certification not required",0,6.566209,10.030718,67.5,"2013-05-08 01:00",67,"2013-05-10 20:00",55.6,"2013-07-04 22:00",51.7,"2013-07-03 02:00","","","","",51.7,36,30,18.2,7.8,2.5,0.2,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42401",1,36.85555,-76.30135,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8644,99,364,365,0,116,"","","Certification not required",0,1.146703,3.358779,67.5,"2013-05-08 01:00",67,"2013-05-10 20:00",55.6,"2013-07-04 22:00",51.7,"2013-07-03 02:00","","","","",16.6,10.2,4.3,2.3,1,0.3,0,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42401",1,36.85555,-76.30135,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,1.149451,1.574285,13.8,"2013-07-03 00:00",10,"2013-07-01 00:00",8.2,"2013-01-25 00:00",8.1,"2013-11-25 00:00","","","","",8.1,6.6,3.8,2.9,1.5,0.7,0,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42401",1,36.85555,-76.30135,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2817,96,364,365,0,0,"",0,"Certification not required",0,1.120518,2.757345,50.8,"2013-05-10 20:00",39.8,"2013-07-04 23:00",28.5,"2013-07-03 02:00",27.6,"2013-07-22 11:00","","","","",12.7,8.6,4.8,2.7,1.1,0.4,0,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42401",2,36.85555,-76.30135,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",104110,99,364,365,0,1010,"","","Certification not required",0,1.149347,4.061716,142,"2013-05-11 19:15",125,"2013-05-08 01:35",120.1,"2013-05-11 19:10",118.6,"2013-03-16 10:55","","","","",19,10,4,2.1,0.9,0.3,-0.1,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-11" +"51","710","0024","42601",1,36.85555,-76.30135,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8490,97,357,365,0,270,"","","Certification not required",0,2.952285,9.806989,250.2,"2013-01-08 08:00",241.4,"2013-12-02 07:00",228.5,"2013-01-09 08:00",202.7,"2013-01-08 07:00","","","","",41.1,21.1,9.6,5.7,2.6,0.9,0,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42602",1,36.85555,-76.30135,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8489,97,357,365,0,271,0,"","Certification not required",0,17.920448,9.591151,54.8,"2013-01-08 09:00",52.2,"2013-01-09 09:00",43.8,"2013-03-09 21:00",43.4,"2013-03-29 20:00","","","","",43.4,41,36.1,31.7,24.2,16.3,6.5,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42602",1,36.85555,-76.30135,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8489,97,357,365,0,271,"","","Certification not required",0,7.680469,6.675534,54.8,"2013-01-08 09:00",52.2,"2013-01-09 09:00",47.3,"2013-01-08 08:00",43.8,"2013-03-09 21:00","","","","",32.5,28.6,22,16,9.8,5.7,1.9,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","42603",1,36.85555,-76.30135,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",8490,97,357,365,0,270,"","","Certification not required",0,11.05437,14.366209,297.1,"2013-01-08 08:00",270.4,"2013-01-09 08:00",267.7,"2013-12-02 07:00",246.8,"2013-01-09 09:00","","","","",71.9,47.9,29.6,21.1,12.8,7.6,2.5,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","710","0024","68101",1,36.85555,-76.30135,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",121,100,61,61,0,1,"","","Certification not required",121,0.05,0,0.05,"2013-01-01 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-07 00:00",0.05,"2013-01-10 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.05,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68101",2,36.85555,-76.30135,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",61,100,61,61,0,0,"","","Certification not required",60,0.05082,0.006402,0.1,"2013-02-27 00:00",0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00","","","","",0.1,0.05,0.05,0.05,0.05,0.05,0.05,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68102",1,36.85555,-76.30135,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,1,"","","Certification not required",0,24.069421,0.110184,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68102",2,36.85555,-76.30135,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",61,100,61,61,0,0,"","","Certification not required",0,23.998361,0.012804,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68103",1,36.85555,-76.30135,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,11.987603,8.453496,25.2,"2013-07-18 00:00",24.1,"2013-06-30 00:00",24.1,"2013-07-21 00:00",24,"2013-08-08 00:00","","","","",24.1,24.1,23.6,22.3,20.2,12.4,1.3,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68103",2,36.85555,-76.30135,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,11.893443,8.376711,23.8,"2013-07-21 00:00",23.7,"2013-08-08 00:00",23.5,"2013-07-09 00:00",23.4,"2013-07-03 00:00","","","","",23.8,23.7,23.4,21.8,20,13.4,0.3,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68104",1,36.85555,-76.30135,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,21.25124,9.036197,35.5,"2013-07-18 00:00",34.2,"2013-07-15 00:00",34.1,"2013-07-24 00:00",34,"2013-06-12 00:00","","","","",34.2,34.1,33.7,32.6,29.8,21.8,8.6,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68104",2,36.85555,-76.30135,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,21.001639,9.179842,33.4,"2013-07-15 00:00",33.2,"2013-06-27 00:00",33.2,"2013-07-21 00:00",32.7,"2013-05-16 00:00","","","","",33.4,33.2,32.7,31.9,29.5,23.2,8.1,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68105",1,36.85555,-76.30135,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,16.201653,8.548986,29.7,"2013-07-18 00:00",28.6,"2013-07-21 00:00",28.5,"2013-07-15 00:00",28.4,"2013-07-06 00:00","","","","",28.6,28.5,27.6,26.6,24.5,16.3,5.1,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68105",2,36.85555,-76.30135,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",61,100,61,61,0,0,"","","Certification not required",0,16.062295,8.663759,28.2,"2013-07-21 00:00",28.1,"2013-07-15 00:00",27.2,"2013-07-09 00:00",26.6,"2013-08-08 00:00","","","","",28.2,28.1,26.6,26.2,23.8,19.1,5.2,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68106",1,36.85555,-76.30135,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,760.900826,4.689358,771,"2013-01-10 00:00",771,"2013-11-21 00:00",771,"2013-11-30 00:00",770,"2013-12-27 00:00","","","","",771,771,767,766,764,761,755,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68106",2,36.85555,-76.30135,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,761.540984,4.303385,772,"2013-01-10 00:00",771,"2013-11-30 00:00",768,"2013-04-16 00:00",768,"2013-04-22 00:00","","","","",772,771,768,767,765,761,757,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68107",1,36.85555,-76.30135,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,766.719008,4.559282,779,"2013-11-30 00:00",777,"2013-01-10 00:00",776,"2013-01-28 00:00",776,"2013-11-24 00:00","","","","",777,776,775,773,770,766,761,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68107",2,36.85555,-76.30135,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,767.327869,5.04553,779,"2013-11-30 00:00",778,"2013-01-10 00:00",777,"2013-01-28 00:00",776,"2013-11-24 00:00","","","","",779,778,776,774,771,767,761,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68108",1,36.85555,-76.30135,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,763.909091,4.522168,776,"2013-11-30 00:00",774,"2013-01-10 00:00",773,"2013-11-21 00:00",772,"2013-12-27 00:00","","","","",774,773,771,770,767,764,759,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68108",2,36.85555,-76.30135,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",61,100,61,61,0,0,"","","Certification not required",0,764.622951,4.597695,776,"2013-11-30 00:00",775,"2013-01-10 00:00",772,"2013-01-28 00:00",772,"2013-04-22 00:00","","","","",776,775,772,770,768,765,759,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68109",1,36.85555,-76.30135,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",121,100,61,61,0,0,"","","Certification not required",0,1438.768595,5.731143,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","68109",2,36.85555,-76.30135,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",61,100,61,61,0,0,"","","Certification not required",0,1439.770492,1.070723,1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","81102",1,36.85555,-76.30135,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,0,0,0,"Certification not required",2,11.066667,4.693546,29,"2013-05-16 00:00",21,"2013-04-10 00:00",18,"2013-06-21 00:00",17,"2013-09-13 00:00","","","","",29,21,18,16,14,11,5,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-01-28" +"51","710","0024","81102",2,36.85555,-76.30135,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,98,60,61,0,0,0,0,"Certification not required",1,11.901639,4.563277,28,"2013-05-16 00:00",21,"2013-01-04 00:00",21,"2013-04-10 00:00",19,"2013-06-21 00:00","","","","",28,21,19,17,14,11,6,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-01-28" +"51","710","0024","88101",1,36.85555,-76.30135,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,7.460331,3.428763,21.2,"2013-07-18 00:00",17.9,"2013-12-03 00:00",15.8,"2013-01-28 00:00",15.8,"2013-02-06 00:00","","","","",17.9,15.8,13.9,11.7,9.6,6.3,4,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","88101",1,36.85555,-76.30135,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,7.460331,3.428763,21.2,"2013-07-18 00:00",17.9,"2013-12-03 00:00",15.8,"2013-01-28 00:00",15.8,"2013-02-06 00:00","","","","",17.9,15.8,13.9,11.7,9.6,6.3,4,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","88101",2,36.85555,-76.30135,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,0,0,"Certification not required",0,7.495082,2.796928,16.4,"2013-01-28 00:00",12.8,"2013-05-16 00:00",12.1,"2013-03-17 00:00",11.7,"2013-10-01 00:00","","","","",16.4,12.8,11.7,11.4,9.6,6.8,4.6,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","710","0024","88101",2,36.85555,-76.30135,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",0,7.495082,2.796928,16.4,"2013-01-28 00:00",12.8,"2013-05-16 00:00",12.1,"2013-03-17 00:00",11.7,"2013-10-01 00:00","","","","",16.4,12.8,11.7,11.4,9.6,6.8,4.6,"NOAA","181-A1, NOAA LOT, 2ND ST & WOODIS AVE.","Virginia","Norfolk City","Norfolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","760","0025","42101",1,37.59088,-77.46925,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",2177,25,92,365,0,31,0,0,"Certification not required",1788,0.320946,0.172214,1.8,"2013-12-02 08:00",1.4,"2013-12-02 07:00",1.3,"2013-12-26 23:00",1.3,"2013-12-27 00:00","","","","",1.1,0.9,0.7,0.6,0.25,0.25,0.25,"Bryan Park","Bryan Park, 4308 Hermitage Road, Richmond, VA","Virginia","Richmond City","Richmond","Richmond, VA","2014-02-07" +"51","760","0025","42101",1,37.59088,-77.46925,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",2197,25,92,365,0,0,0,0,"Certification not required",0,0.353254,0.127947,1.2,"2013-12-02 08:00",1.2,"2013-12-02 09:00",1.1,"2013-12-02 03:00",1.1,"2013-12-02 04:00",1.2,"2013-12-02 08:00",1.1,"2013-12-02 11:00",1,0.8,0.6,0.5,0.3,0.3,0.3,"Bryan Park","Bryan Park, 4308 Hermitage Road, Richmond, VA","Virginia","Richmond City","Richmond","Richmond, VA","2014-02-07" +"51","760","0025","42601",1,37.59088,-77.46925,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2174,98,92,92,0,34,"","","Certification not required",0,17.74701,26.364566,321.1,"2013-12-02 08:00",274.6,"2013-12-02 07:00",249.7,"2013-12-27 08:00",235.4,"2013-12-03 09:00","","","","",121.9,95,67.5,45.3,21.1,8.3,1.4,"Bryan Park","Bryan Park, 4308 Hermitage Road, Richmond, VA","Virginia","Richmond City","Richmond","Richmond, VA","2014-02-07" +"51","760","0025","42602",1,37.59088,-77.46925,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2174,25,92,365,0,34,0,"","Certification not required",0,26.746739,9.982407,58.3,"2013-12-03 09:00",46,"2013-11-14 18:00",43.5,"2013-12-13 19:00",42.6,"2013-12-19 20:00","","","","",58.3,46,42.2,39.1,34,26,14,"Bryan Park","Bryan Park, 4308 Hermitage Road, Richmond, VA","Virginia","Richmond City","Richmond","Richmond, VA","2014-02-07" +"51","760","0025","42602",1,37.59088,-77.46925,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2174,25,92,365,0,34,"","","Certification not required",0,14.994112,9.513215,58.3,"2013-12-03 09:00",46,"2013-11-14 18:00",43.5,"2013-12-13 19:00",43.1,"2013-12-13 18:00","","","","",40.7,37.9,33.3,29,20.9,13.2,4,"Bryan Park","Bryan Park, 4308 Hermitage Road, Richmond, VA","Virginia","Richmond City","Richmond","Richmond, VA","2014-02-07" +"51","760","0025","42603",1,37.59088,-77.46925,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2174,98,92,92,0,34,"","","Certification not required",0,33.014351,33.236731,355.8,"2013-12-02 08:00",308.2,"2013-12-02 07:00",294,"2013-12-03 09:00",290.9,"2013-12-27 08:00","","","","",150.6,123.6,95.5,72.6,42.9,22.9,6.4,"Bryan Park","Bryan Park, 4308 Hermitage Road, Richmond, VA","Virginia","Richmond City","Richmond","Richmond, VA","2014-02-07" +"51","770","0011","14129",1,37.273994,-79.999448,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",36,59,36,61,0,4,0,0,"Certification not required",0,0.054056,0.148061,0.854,"2013-05-04 00:00",0.306,"2013-04-22 00:00",0.118,"2013-04-28 00:00",0.109,"2013-06-21 00:00","","","","",0.854,0.854,0.306,0.109,0.038,0.014,0.002,"Cherry Hill","101 CHERRY HILL CIRCLE","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-12-13" +"51","770","0011","68105",1,37.273994,-79.999448,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",36,86,36,42,0,4,"","","Certification not required",0,16.377778,8.58321,27.2,"2013-07-15 00:00",26.7,"2013-07-09 00:00",26.7,"2013-07-21 00:00",25.6,"2013-04-10 00:00","","","","",27.2,27.2,26.7,25.6,23.9,20,3.9,"Cherry Hill","101 CHERRY HILL CIRCLE","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-12-13" +"51","770","0011","68108",1,37.273994,-79.999448,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",36,86,36,42,0,4,"","","Certification not required",0,732.611111,3.937206,740,"2013-04-22 00:00",739,"2013-07-15 00:00",738,"2013-06-21 00:00",737,"2013-01-28 00:00","","","","",740,740,739,737,736,733,727,"Cherry Hill","101 CHERRY HILL CIRCLE","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-12-13" +"51","770","0011","81102",1,37.273994,-79.999448,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,0,0,0,"Certification not required",0,20.731707,11.827985,62,"2013-05-04 00:00",45,"2013-04-22 00:00",44,"2013-06-21 00:00",41,"2013-04-16 00:00","","","","",62,62,44,35,22,18,8,"Cherry Hill","101 CHERRY HILL CIRCLE","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-12-13" +"51","770","0015","42101",1,37.297167,-79.955733,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",1574,18,66,365,0,10,0,0,"Certification not required",1438,0.289199,0.143389,1.3,"2013-01-08 20:00",1.3,"2013-02-23 21:00",1.3,"2013-02-23 22:00",1.3,"2013-02-23 23:00","","","","",1,0.9,0.6,0.25,0.25,0.25,0.25,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","42101",1,37.297167,-79.955733,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",1581,18,66,365,0,0,0,0,"Certification not required",0,0.329032,0.104571,1.1,"2013-02-24 02:00",1.1,"2013-02-24 03:00",1,"2013-01-09 03:00",1,"2013-02-24 00:00",1.1,"2013-02-24 02:00",1,"2013-01-09 03:00",0.9,0.8,0.5,0.4,0.3,0.3,0.3,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68101",1,37.297167,-79.955733,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",60,100,22,22,0,6,"","","Certification not required",16,0.223333,0.130665,0.5,"2013-02-28 00:00",0.4,"2013-01-02 00:00",0.4,"2013-01-18 00:00",0.4,"2013-02-10 00:00","","","","",0.5,0.4,0.4,0.4,0.3,0.2,0.05,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68102",1,37.297167,-79.955733,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",60,100,22,22,0,6,"","","Certification not required",0,23.981667,0.099986,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68103",1,37.297167,-79.955733,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",60,100,22,22,0,6,"","","Certification not required",0,-0.6,4.770531,13.2,"2013-01-13 00:00",10.5,"2013-01-29 00:00",10.2,"2013-01-30 00:00",5.1,"2013-02-12 00:00","","","","",13.2,10.5,10.2,4.6,2.9,-0.7,-7.7,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68104",1,37.297167,-79.955733,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",60,100,22,22,0,6,"","","Certification not required",0,9.685,5.865262,24.5,"2013-01-29 00:00",22.8,"2013-01-12 00:00",22.1,"2013-01-13 00:00",20.5,"2013-01-30 00:00","","","","",24.5,22.8,22.1,17.3,13.3,9.8,3.2,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68105",1,37.297167,-79.955733,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",60,100,22,22,0,6,"","","Certification not required",0,4.073333,4.8475,16.8,"2013-01-13 00:00",16.8,"2013-01-29 00:00",16.4,"2013-01-30 00:00",13.6,"2013-01-12 00:00","","","","",16.8,16.8,16.4,9.7,6.4,3.8,-2.9,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68106",1,37.297167,-79.955733,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,100,22,22,0,6,"","","Certification not required",0,729.783333,5.25967,742,"2013-01-10 00:00",741,"2013-01-27 00:00",740,"2013-01-09 00:00",736,"2013-01-04 00:00","","","","",742,741,740,736,734,730,722,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68107",1,37.297167,-79.955733,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,100,22,22,0,6,"","","Certification not required",0,737.95,4.691951,747,"2013-01-10 00:00",747,"2013-01-27 00:00",746,"2013-01-24 00:00",745,"2013-01-18 00:00","","","","",747,747,746,744,742,737,732,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68108",1,37.297167,-79.955733,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",60,100,22,22,0,6,"","","Certification not required",0,734.133333,4.699321,744,"2013-01-10 00:00",744,"2013-01-27 00:00",742,"2013-01-09 00:00",742,"2013-01-18 00:00","","","","",744,744,742,740,738,734,729,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","68109",1,37.297167,-79.955733,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",60,100,22,22,0,0,"","","Certification not required",0,1437.966667,6.324466,1440,"2013-01-10 00:00",1440,"2013-01-13 00:00",1440,"2013-01-17 00:00",1440,"2013-01-24 00:00","","","","",1440,1440,1440,1440,1439,1439,1438,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","88101",1,37.297167,-79.955733,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,16,60,365,0,6,0,0,"Certification not required",0,8.288333,4.985474,25.1,"2013-01-28 00:00",22,"2013-01-27 00:00",19.5,"2013-02-07 00:00",18.9,"2013-01-09 00:00","","","","",25.1,22,19.5,16.7,10.7,6.8,3.5,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-28" +"51","770","0015","88101",1,37.297167,-79.955733,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",60,16,60,365,0,6,"","","Certification not required",0,8.288333,4.985474,25.1,"2013-01-28 00:00",22,"2013-01-27 00:00",19.5,"2013-02-07 00:00",18.9,"2013-01-09 00:00","","","","",25.1,22,19.5,16.7,10.7,6.8,3.5,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-28" +"51","770","0015","88501",3,37.297167,-79.955733,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1579,100,66,66,0,5,"","","Certification not required",0,6.035845,4.780061,37.3,"2013-01-09 09:00",36,"2013-01-09 08:00",34.5,"2013-01-09 07:00",26.5,"2013-01-09 06:00","","","","",21.3,19.4,15.9,12.4,7.9,5,1.3,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","88501",3,37.297167,-79.955733,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",66,100,66,66,0,0,"","","Certification not required",0,5.983333,3.567356,17.2,"2013-01-28 00:00",16.9,"2013-01-08 00:00",15.5,"2013-01-09 00:00",14,"2013-01-27 00:00","","","","",17.2,16.9,14,10.4,7.7,5.1,2.5,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","88502",3,37.297167,-79.955733,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC w/Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1579,100,66,66,0,5,"","","Certification not required",0,7.875617,5.704672,45.2,"2013-01-09 09:00",43.6,"2013-01-09 08:00",41.9,"2013-01-09 07:00",32.3,"2013-01-09 06:00","","","","",26.1,23.8,19.6,15.5,10,6.6,2.3,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","770","0015","88502",3,37.297167,-79.955733,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",66,100,66,66,0,0,"","","Certification not required",0,7.818182,4.256431,21.2,"2013-01-28 00:00",20.8,"2013-01-08 00:00",19.2,"2013-01-09 00:00",17.4,"2013-01-27 00:00","","","","",21.2,20.8,17.4,13.1,9.8,6.8,3.7,"ROUND HILL MONTESSORI SCHOOL","2020 OAKLAND BLVD, NW","Virginia","Roanoke City","Roanoke","Roanoke, VA","2013-06-14" +"51","775","0011","68101",1,37.297883,-80.081017,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",108,89,108,122,0,15,"","","Certification not required",102,0.058333,0.039565,0.3,"2013-01-28 00:00",0.3,"2013-10-07 00:00",0.2,"2013-02-21 00:00",0.2,"2013-12-30 00:00","","","","",0.3,0.2,0.1,0.05,0.05,0.05,0.05,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68102",1,37.297883,-80.081017,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",108,89,108,122,0,15,"","","Certification not required",0,24.000926,0.009623,24.1,"2013-06-09 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68103",1,37.297883,-80.081017,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,15,"","","Certification not required",0,8.544444,8.400616,22.3,"2013-07-18 00:00",21.9,"2013-08-29 00:00",21,"2013-07-24 00:00",21,"2013-08-11 00:00","","","","",21.9,21,20.7,19.5,16.1,9.4,-2.2,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68104",1,37.297883,-80.081017,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,15,"","","Certification not required",0,20.646296,9.139382,34.9,"2013-07-18 00:00",33.9,"2013-07-15 00:00",33.8,"2013-07-09 00:00",33.3,"2013-04-10 00:00","","","","",33.9,33.8,33.1,32,29.9,21.6,8.4,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68105",1,37.297883,-80.081017,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",108,89,108,122,0,15,"","","Certification not required",0,14.203704,8.426792,27.2,"2013-07-18 00:00",26.3,"2013-08-29 00:00",26.1,"2013-07-09 00:00",26,"2013-07-15 00:00","","","","",26.3,26.1,25.8,24.2,21.9,16.3,2.7,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68106",1,37.297883,-80.081017,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,15,"","","Certification not required",0,730.268519,4.665656,740,"2013-01-10 00:00",740,"2013-11-21 00:00",739,"2013-07-15 00:00",739,"2013-12-27 00:00","","","","",740,739,737,736,734,731,725,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68107",1,37.297883,-80.081017,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,15,"","","Certification not required",0,736.444444,4.145335,745,"2013-01-10 00:00",745,"2013-11-21 00:00",745,"2013-11-24 00:00",744,"2013-11-06 00:00","","","","",745,745,744,742,739,737,731,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68108",1,37.297883,-80.081017,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",108,89,108,122,0,15,"","","Certification not required",0,733.546296,4.223619,743,"2013-11-21 00:00",742,"2013-01-10 00:00",741,"2013-07-15 00:00",741,"2013-11-24 00:00","","","","",742,741,740,738,737,734,728,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","68109",1,37.297883,-80.081017,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",108,89,108,122,0,0,"","","Certification not required",0,1439.898148,0.303863,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-03" +"51","775","0011","88101",1,37.297883,-80.081017,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,15,0,0,"Certification not required",0,8.575,4.177267,26,"2013-01-28 00:00",24.2,"2013-11-15 00:00",18.7,"2013-09-10 00:00",18,"2013-01-25 00:00","","","","",24.2,18.7,15.5,13.2,10.7,8.4,4.1,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","775","0011","88101",1,37.297883,-80.081017,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",108,89,108,122,0,15,"","","Certification not required",0,8.575,4.177267,26,"2013-01-28 00:00",24.2,"2013-11-15 00:00",18.7,"2013-09-10 00:00",18,"2013-01-25 00:00","","","","",24.2,18.7,15.5,13.2,10.7,8.4,4.1,"Salem High School","400 Spartan Drive, Salem, Virginia","Virginia","Salem City","Salem","Roanoke, VA","2014-02-12" +"51","800","0004","44201",1,36.90118,-76.43808,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5063,100,214,214,0,73,0,0,"Requested but not yet concurred",120,0.043682,0.011973,0.086,"2013-07-17 13:00",0.077,"2013-07-27 13:00",0.071,"2013-05-15 16:00",0.068,"2013-05-16 14:00","","","","",0.071,0.067,0.063,0.057,0.051,0.045,0.029,"Tidewater Community College","TIDEWATER COMM. COLLEGE, FREDERIC CAMPUS","Virginia","Suffolk City","Suffolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","800","0004","44201",1,36.90118,-76.43808,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.039408,0.011113,0.075,"2013-07-17 09:00",0.067,"2013-05-15 15:00",0.066,"2013-04-28 09:00",0.065,"2013-07-27 09:00","","","","",0.066,0.063,0.057,0.052,0.047,0.04,0.025,"Tidewater Community College","TIDEWATER COMM. COLLEGE, FREDERIC CAMPUS","Virginia","Suffolk City","Suffolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","800","0004","44201",1,36.90118,-76.43808,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5114,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.039408,0.011113,0.075,"2013-07-17 09:00",0.067,"2013-05-15 15:00",0.066,"2013-04-28 09:00",0.065,"2013-07-27 09:00","","","","",0.066,0.063,0.057,0.052,0.047,0.04,0.025,"Tidewater Community College","TIDEWATER COMM. COLLEGE, FREDERIC CAMPUS","Virginia","Suffolk City","Suffolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","800","0005","44201",1,36.66525,-76.73078,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5064,100,214,214,0,72,0,0,"Requested but not yet concurred",281,0.043972,0.011424,0.073,"2013-05-15 16:00",0.072,"2013-05-16 14:00",0.071,"2013-04-27 15:00",0.07,"2013-06-05 12:00","","","","",0.071,0.069,0.061,0.058,0.052,0.045,0.028,"VA Tech Agricultural Research Station, Holland","TIDEWATER RESEARCH STATION, HARE ROAD","Virginia","Suffolk City","Suffolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","800","0005","44201",1,36.66525,-76.73078,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5108,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.039873,0.010923,0.068,"2013-05-15 13:00",0.066,"2013-04-27 10:00",0.066,"2013-05-16 09:00",0.065,"2013-04-28 08:00","","","","",0.066,0.064,0.056,0.053,0.048,0.04,0.025,"VA Tech Agricultural Research Station, Holland","TIDEWATER RESEARCH STATION, HARE ROAD","Virginia","Suffolk City","Suffolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","800","0005","44201",1,36.66525,-76.73078,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5108,100,213,214,0,0,0,0,"Requested but not yet concurred",0,0.039873,0.010923,0.068,"2013-05-15 13:00",0.066,"2013-04-27 10:00",0.066,"2013-05-16 09:00",0.065,"2013-04-28 08:00","","","","",0.066,0.064,0.056,0.053,0.048,0.04,0.025,"VA Tech Agricultural Research Station, Holland","TIDEWATER RESEARCH STATION, HARE ROAD","Virginia","Suffolk City","Suffolk","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-07" +"51","810","0008","12103",1,36.841883,-76.181233,"WGS84","Arsenic (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.001477,0.001372,0.006,"2013-08-20 00:00",0.005,"2013-01-10 00:00",0.004,"2013-01-28 00:00",0.004,"2013-09-16 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0.001,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","12105",1,36.841883,-76.181233,"WGS84","Beryllium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.004159,0.009114,0.047,"2013-01-04 00:00",0.025,"2013-06-21 00:00",0.022,"2013-07-03 00:00",0.022,"2013-08-08 00:00","","","","",0.047,0.047,0.022,0.016,0.004,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","12110",1,36.841883,-76.181233,"WGS84","Cadmium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","12112",1,36.841883,-76.181233,"WGS84","Chromium (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.002386,0.000493,0.003,"2013-01-04 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-22 00:00",0.003,"2013-01-28 00:00","","","","",0.003,0.003,0.003,0.003,0.003,0.002,0.002,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","12128",1,36.841883,-76.181233,"WGS84","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.002307,0.001448,0.0065,"2013-03-23 00:00",0.0063,"2013-05-16 00:00",0.0048,"2013-04-28 00:00",0.0047,"2013-05-10 00:00","","","","",0.0065,0.0065,0.0048,0.0046,0.0032,0.002,0.0009,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-11" +"51","810","0008","12132",1,36.841883,-76.181233,"WGS84","Manganese (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.006295,0.004517,0.025,"2013-05-16 00:00",0.017,"2013-04-10 00:00",0.015,"2013-01-22 00:00",0.011,"2013-02-21 00:00","","","","",0.025,0.025,0.015,0.011,0.008,0.005,0.002,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","12136",1,36.841883,-76.181233,"WGS84","Nickel (TSP) STP","24 HOUR","","Observed Values","HI-VOL - ICP/MS W/QUARTZ FILTER",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,43,61,0,1,"","","Certification not required",0,0.001386,0.000813,0.005,"2013-09-25 00:00",0.004,"2013-03-29 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-10 00:00","","","","",0.005,0.005,0.002,0.002,0.002,0.001,0.001,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","42153",4,36.841883,-76.181233,"WGS84","Carbon disulfide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.097778,0.230108,1.4,"2013-09-01 00:00",0.5,"2013-08-20 00:00",0.4,"2013-07-09 00:00",0.4,"2013-08-08 00:00","","","","",1.4,1.4,0.4,0.3,0.1,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43207",4,36.841883,-76.181233,"WGS84","Freon 113","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.138667,0.008944,0.18,"2013-04-22 00:00",0.14,"2013-01-04 00:00",0.14,"2013-01-16 00:00",0.14,"2013-01-22 00:00","","","","",0.18,0.18,0.14,0.14,0.14,0.14,0.12,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43208",4,36.841883,-76.181233,"WGS84","Freon 114","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.040444,0.007965,0.06,"2013-01-16 00:00",0.06,"2013-03-29 00:00",0.06,"2013-04-22 00:00",0.06,"2013-05-04 00:00","","","","",0.06,0.06,0.06,0.04,0.04,0.04,0.04,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43218",4,36.841883,-76.181233,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.164444,0.181102,0.6,"2013-01-10 00:00",0.6,"2013-02-27 00:00",0.5,"2013-03-05 00:00",0.5,"2013-09-19 00:00","","","","",0.6,0.6,0.5,0.4,0.3,0.1,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43231",4,36.841883,-76.181233,"WGS84","n-Hexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.551111,0.578643,3.1,"2013-03-05 00:00",1.8,"2013-08-26 00:00",1.3,"2013-09-19 00:00",1.2,"2013-01-04 00:00","","","","",3.1,3.1,1.3,1.2,0.8,0.4,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43232",4,36.841883,-76.181233,"WGS84","n-Heptane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",7,0.369444,0.250901,1.05,"2013-09-25 00:00",0.91,"2013-08-26 00:00",0.84,"2013-01-10 00:00",0.84,"2013-05-16 00:00","","","","",1.05,1.05,0.84,0.84,0.49,0.28,0.105,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43248",4,36.841883,-76.181233,"WGS84","Cyclohexane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",17,0.182667,0.155072,0.72,"2013-04-10 00:00",0.54,"2013-04-16 00:00",0.54,"2013-08-26 00:00",0.48,"2013-03-29 00:00","","","","",0.72,0.72,0.54,0.42,0.24,0.12,0.06,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43372",4,36.841883,-76.181233,"WGS84","Methyl tert-butyl ether","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.006667,0.025226,0.1,"2013-04-28 00:00",0.1,"2013-08-20 00:00",0.1,"2013-08-26 00:00",0,"2013-01-04 00:00","","","","",0.1,0.1,0.1,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43502",2,36.841883,-76.181233,"WGS84","Formaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,2.04,0.782304,5.3,"2013-05-16 00:00",3.1,"2013-06-15 00:00",2.9,"2013-08-02 00:00",2.9,"2013-09-13 00:00","","","","",5.3,5.3,2.9,2.8,2.5,2,1.2,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-13" +"51","810","0008","43503",2,36.841883,-76.181233,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.577778,0.598441,3.4,"2013-05-16 00:00",2.8,"2013-04-28 00:00",2.3,"2013-06-15 00:00",2.3,"2013-08-26 00:00","","","","",3.4,3.4,2.3,2.3,2,1.5,0.8,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-13" +"51","810","0008","43504",2,36.841883,-76.181233,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.244444,0.344143,1,"2013-04-28 00:00",1,"2013-05-16 00:00",0.8,"2013-06-09 00:00",0.8,"2013-06-15 00:00","","","","",1,1,0.8,0.7,0.6,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-13" +"51","810","0008","43505",4,36.841883,-76.181233,"WGS84","Acrolein - Unverified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.611111,0.349169,1.5,"2013-05-10 00:00",1.5,"2013-09-01 00:00",1.1,"2013-06-03 00:00",1.1,"2013-08-02 00:00","","","","",1.5,1.5,1.1,1.1,0.8,0.6,0.1,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43551",2,36.841883,-76.181233,"WGS84","Acetone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",40,66,40,61,0,5,"","","Certification not required",0,4.488947,2.633666,13.253,"2013-05-16 00:00",7.85082,"2013-04-10 00:00",7.62363,"2013-05-10 00:00",7.5479,"2013-09-25 00:00","","","","",13.253,13.253,7.85082,7.5479,6.60125,4.13998,1.81755,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-18" +"51","810","0008","43551",4,36.841883,-76.181233,"WGS84","Acetone","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,12.554,4.815578,28.98,"2013-08-08 00:00",22.23,"2013-09-01 00:00",21.69,"2013-08-20 00:00",20.64,"2013-01-10 00:00","","","","",28.98,28.98,21.69,17.88,13.98,12.21,6.96,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43552",2,36.841883,-76.181233,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",7,0.734719,0.418413,1.97901,"2013-05-16 00:00",1.46392,"2013-04-28 00:00",1.17656,"2013-05-10 00:00",1.14538,"2013-03-23 00:00","","","","",1.97901,1.97901,1.17656,1.12505,0.99764,0.75636,0.04677,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-13" +"51","810","0008","43560",2,36.841883,-76.181233,"WGS84","Methyl isobutyl ketone","24 HOUR","","Observed Values","Multiple Methods Used",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-12-13" +"51","810","0008","43702",4,36.841883,-76.181233,"WGS84","Acetonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.668889,0.590386,3.4,"2013-04-04 00:00",2.5,"2013-01-04 00:00",1.9,"2013-04-10 00:00",1.1,"2013-09-25 00:00","","","","",3.4,3.4,1.9,0.9,0.7,0.5,0.3,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43704",4,36.841883,-76.181233,"WGS84","Acrylonitrile","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.051111,0.058861,0.2,"2013-01-04 00:00",0.2,"2013-06-15 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43801",4,36.841883,-76.181233,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.655556,0.069267,0.8,"2013-04-22 00:00",0.8,"2013-05-22 00:00",0.8,"2013-06-09 00:00",0.8,"2013-08-20 00:00","","","","",0.8,0.8,0.8,0.7,0.7,0.6,0.6,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43802",4,36.841883,-76.181233,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.086667,0.072614,0.3,"2013-08-26 00:00",0.2,"2013-01-04 00:00",0.2,"2013-03-05 00:00",0.2,"2013-04-28 00:00","","","","",0.3,0.3,0.2,0.2,0.1,0.1,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43803",4,36.841883,-76.181233,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-08-26 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43804",4,36.841883,-76.181233,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43811",4,36.841883,-76.181233,"WGS84","Trichlorofluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.222889,0.044498,0.29,"2013-04-22 00:00",0.27,"2013-02-27 00:00",0.26,"2013-02-15 00:00",0.25,"2013-01-04 00:00","","","","",0.29,0.29,0.26,0.25,0.24,0.23,0.21,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43814",4,36.841883,-76.181233,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43815",4,36.841883,-76.181233,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.028889,0.094441,0.4,"2013-05-16 00:00",0.3,"2013-05-22 00:00",0.3,"2013-06-09 00:00",0.3,"2013-06-15 00:00","","","","",0.4,0.4,0.3,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43817",4,36.841883,-76.181233,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.395556,0.77076,4.6,"2013-09-19 00:00",1.7,"2013-08-26 00:00",1.5,"2013-03-05 00:00",1.2,"2013-08-20 00:00","","","","",4.6,4.6,1.5,1.1,0.4,0.1,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43818",4,36.841883,-76.181233,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43819",4,36.841883,-76.181233,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43820",4,36.841883,-76.181233,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43823",4,36.841883,-76.181233,"WGS84","Dichlorodifluoromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.503333,0.105313,0.79,"2013-03-29 00:00",0.74,"2013-04-16 00:00",0.73,"2013-04-04 00:00",0.73,"2013-04-10 00:00","","","","",0.79,0.79,0.73,0.65,0.54,0.48,0.38,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43824",4,36.841883,-76.181233,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43829",4,36.841883,-76.181233,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43830",4,36.841883,-76.181233,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43831",4,36.841883,-76.181233,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43843",4,36.841883,-76.181233,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43844",4,36.841883,-76.181233,"WGS84","Hexachlorobutadiene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","43860",4,36.841883,-76.181233,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.002222,0.014907,0.1,"2013-09-19 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45109",4,36.841883,-76.181233,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.591111,0.389535,1.5,"2013-08-26 00:00",1.4,"2013-08-20 00:00",1.4,"2013-09-07 00:00",1.4,"2013-09-19 00:00","","","","",1.5,1.5,1.4,1.1,0.8,0.5,0.2,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45201",4,36.841883,-76.181233,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.137778,0.578905,2.5,"2013-01-04 00:00",2.3,"2013-01-10 00:00",2.3,"2013-03-05 00:00",2.1,"2013-03-23 00:00","","","","",2.5,2.5,2.3,2,1.6,0.9,0.5,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45202",4,36.841883,-76.181233,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,1.78,1.128676,4.6,"2013-09-19 00:00",4.4,"2013-08-26 00:00",4.2,"2013-09-07 00:00",3.5,"2013-01-10 00:00","","","","",4.6,4.6,4.2,3.5,2.7,1.3,0.6,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45203",4,36.841883,-76.181233,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.271111,0.145574,0.7,"2013-08-26 00:00",0.6,"2013-08-20 00:00",0.5,"2013-03-05 00:00",0.5,"2013-09-07 00:00","","","","",0.7,0.7,0.5,0.5,0.4,0.2,0.2,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45204",4,36.841883,-76.181233,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.275556,0.206877,1.2,"2013-05-04 00:00",0.6,"2013-08-20 00:00",0.6,"2013-08-26 00:00",0.5,"2013-01-04 00:00","","","","",1.2,1.2,0.6,0.5,0.4,0.2,0.1,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45207",4,36.841883,-76.181233,"WGS84","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",45,0.315,0,0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00",0.315,"2013-01-16 00:00",0.315,"2013-01-22 00:00","","","","",0.315,0.315,0.315,0.315,0.315,0.315,0.315,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45208",4,36.841883,-76.181233,"WGS84","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",32,0.532,0.411906,1.89,"2013-09-07 00:00",1.62,"2013-04-10 00:00",1.62,"2013-06-21 00:00",1.44,"2013-06-27 00:00","","","","",1.89,1.89,1.62,1.17,0.72,0.315,0.315,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45213",4,36.841883,-76.181233,"WGS84","p-Ethyltoluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",43,0.331,0.075638,0.72,"2013-04-10 00:00",0.63,"2013-08-26 00:00",0.315,"2013-01-04 00:00",0.315,"2013-01-10 00:00","","","","",0.72,0.72,0.315,0.315,0.315,0.315,0.315,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45220",4,36.841883,-76.181233,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.248889,0.193793,1,"2013-09-01 00:00",0.8,"2013-08-26 00:00",0.6,"2013-05-04 00:00",0.6,"2013-07-21 00:00","","","","",1,1,0.6,0.4,0.3,0.2,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45801",4,36.841883,-76.181233,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.057778,0.054309,0.2,"2013-07-21 00:00",0.1,"2013-05-04 00:00",0.1,"2013-05-10 00:00",0.1,"2013-05-16 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45807",4,36.841883,-76.181233,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.055556,0.054588,0.2,"2013-07-21 00:00",0.1,"2013-01-04 00:00",0.1,"2013-01-28 00:00",0.1,"2013-04-28 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0.1,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","45809",4,36.841883,-76.181233,"WGS84","Benzyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",0,0.046667,0.054772,0.2,"2013-07-21 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-03-05 00:00","","","","",0.2,0.2,0.1,0.1,0.1,0,0,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","46401",4,36.841883,-76.181233,"WGS84","Furan, tetrahydro-","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",45,74,45,61,0,0,"","","Certification not required",33,0.077778,0.031972,0.2,"2013-06-21 00:00",0.12,"2013-01-10 00:00",0.12,"2013-01-16 00:00",0.12,"2013-02-15 00:00","","","","",0.2,0.2,0.12,0.12,0.12,0.06,0.06,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2013-11-18" +"51","810","0008","68101",1,36.841883,-76.181233,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Percent","No Events",357,100,61,61,0,8,"","","Certification not required",167,0.216387,0.18215,0.6,"2013-05-30 00:00",0.6,"2013-07-01 00:00",0.6,"2013-07-18 00:00",0.6,"2013-07-19 00:00","","","","",0.6,0.6,0.5,0.5,0.4,0.1,0.05,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68102",1,36.841883,-76.181233,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Cubic meter","No Events",357,100,61,61,0,8,"","","Certification not required",0,23.989356,0.067449,24,"2013-01-01 00:00",24,"2013-01-02 00:00",24,"2013-01-03 00:00",24,"2013-01-04 00:00","","","","",24,24,24,24,24,24,24,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68103",1,36.841883,-76.181233,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",357,100,61,61,0,8,"","","Certification not required",0,11.438655,8.777948,25.5,"2013-07-19 00:00",25.4,"2013-07-16 00:00",25.1,"2013-08-09 00:00",25,"2013-07-20 00:00","","","","",25,24.8,23.9,22.6,19.9,11.4,-0.6,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68104",1,36.841883,-76.181233,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",357,100,61,61,0,8,"","","Certification not required",0,22.027451,9.275755,37,"2013-06-13 00:00",37,"2013-07-16 00:00",36.8,"2013-07-18 00:00",36.3,"2013-07-17 00:00","","","","",36.3,35.2,34.5,33.6,30.6,23.2,8.9,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68105",1,36.841883,-76.181233,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",357,100,61,61,0,8,"","","Certification not required",0,16.285434,8.701931,30.2,"2013-07-16 00:00",30.2,"2013-07-19 00:00",29.8,"2013-07-17 00:00",29.7,"2013-08-09 00:00","","","","",29.7,28.9,28.2,27.2,24.3,17.2,4.4,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68106",1,36.841883,-76.181233,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",357,100,61,61,0,8,"","","Certification not required",0,761.019608,5.242668,776,"2013-11-29 00:00",774,"2013-11-05 00:00",773,"2013-11-21 00:00",773,"2013-11-25 00:00","","","","",773,772,769,767,764,761,755,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68107",1,36.841883,-76.181233,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",357,100,61,61,0,8,"","","Certification not required",0,766.94958,4.857836,781,"2013-11-29 00:00",781,"2013-11-30 00:00",780,"2013-11-25 00:00",778,"2013-11-04 00:00","","","","",778,777,776,774,770,767,761,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68108",1,36.841883,-76.181233,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",357,100,61,61,0,8,"","","Certification not required",0,764.134454,4.951321,778,"2013-11-29 00:00",777,"2013-11-25 00:00",777,"2013-11-30 00:00",776,"2013-11-04 00:00","","","","",776,775,772,770,767,765,758,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","68109",1,36.841883,-76.181233,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Calculation",2013,"Minutes","No Events",357,100,61,61,0,0,"","","Certification not required",0,1438.470588,4.175551,1440,"2013-01-01 00:00",1440,"2013-01-13 00:00",1440,"2013-01-15 00:00",1440,"2013-01-20 00:00","","","","",1440,1440,1440,1440,1439,1439,1439,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","88101",1,36.841883,-76.181233,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,8,0,0,"Certification not required",0,7.747339,3.922898,24.5,"2013-08-28 00:00",23,"2013-01-26 00:00",22.5,"2013-01-08 00:00",19.8,"2013-07-17 00:00","","","","",19.8,18,15.3,13.3,9.7,6.8,3.6,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","810","0008","88101",1,36.841883,-76.181233,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",357,98,357,365,0,8,"","","Certification not required",0,7.747339,3.922898,24.5,"2013-08-28 00:00",23,"2013-01-26 00:00",22.5,"2013-01-08 00:00",19.8,"2013-07-17 00:00","","","","",19.8,18,15.3,13.3,9.7,6.8,3.6,"DEQ Tidewater Regional Office","5636 SOUTHERN BOULEVARD","Virginia","Virginia Beach City","Virginia Beach","Virginia Beach-Norfolk-Newport News, VA-NC","2014-02-03" +"51","840","0002","81102",1,39.18397,-78.16308,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",57,93,57,61,0,0,0,0,"Certification not required",5,9.842105,4.64754,21,"2013-01-28 00:00",19,"2013-05-22 00:00",19,"2013-11-30 00:00",18,"2013-06-09 00:00","","","","",21,19,19,17,13,10,4,"Winchester Courts Building","5 N. KENT ST., WINCHESTER JUDICIAL CENTE","Virginia","Winchester City","Winchester","Winchester, VA-WV","2014-01-28" +"53","001","0003","11203",1,47.12,-118.3819,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6745,77,281,365,0,545,"","","Certification not required",4670,0.090408,0.093164,2.4,"2013-09-07 09:00",1.3,"2013-09-15 19:00",0.9,"2013-07-26 15:00",0.9,"2013-07-30 14:00","","","","",0.5,0.4,0.3,0.2,0.1,0.05,0.05,"RITZVILLE - ALDER ST","109 W ALDER, RITZVILLE, WA","Washington","Adams","Ritzville","","2014-01-21" +"53","001","0003","88502",4,47.12,-118.3819,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6745,77,281,365,0,545,"","","Certification not required",0,4.055078,2.596439,37.3,"2013-09-07 09:00",24.3,"2013-09-15 19:00",22.6,"2013-07-26 15:00",21.9,"2013-07-30 14:00","","","","",14.4,11.8,8.9,7.1,5,3.3,1.8,"RITZVILLE - ALDER ST","109 W ALDER, RITZVILLE, WA","Washington","Adams","Ritzville","","2014-01-21" +"53","001","0003","88502",4,47.12,-118.3819,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",281,77,281,365,0,0,"","","Certification not required",0,4.007117,2.255094,15.7,"2013-07-30 00:00",13.4,"2013-10-26 00:00",13.1,"2013-10-25 00:00",12.4,"2013-07-31 00:00","","","","",13.1,11.6,7.7,6.9,4.8,3.4,1.9,"RITZVILLE - ALDER ST","109 W ALDER, RITZVILLE, WA","Washington","Adams","Ritzville","","2014-01-21" +"53","003","0004","11203",1,46.425416,-117.060445,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6326,72,262,365,0,461,"","","Certification not required",2073,0.2158,0.235019,5.9,"2013-05-02 13:00",4.1,"2013-06-12 10:00",2.7,"2013-05-02 12:00",2.2,"2013-05-28 13:00","","","","",1.1,0.9,0.6,0.5,0.3,0.2,0.05,"CLARKSTON - 13TH ST","13TH ST AND PORT WAY (CLARKSTON STP)","Washington","Asotin","Clarkston","Lewiston, ID-WA","2014-01-21" +"53","003","0004","88502",4,46.425416,-117.060445,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6326,72,262,365,0,461,"","","Certification not required",0,7.892238,5.905738,97.6,"2013-05-02 13:00",71.1,"2013-06-12 10:00",49.2,"2013-05-02 12:00",47.9,"2013-10-25 08:00","","","","",28.8,24.6,19.1,15,10.3,6.3,2.5,"CLARKSTON - 13TH ST","13TH ST AND PORT WAY (CLARKSTON STP)","Washington","Asotin","Clarkston","Lewiston, ID-WA","2014-01-21" +"53","003","0004","88502",4,46.425416,-117.060445,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,0,"","","Certification not required",0,7.837405,4.651244,31.1,"2013-10-26 00:00",28.8,"2013-10-25 00:00",25.7,"2013-10-27 00:00",23.8,"2013-10-24 00:00","","","","",25.7,21,16.7,13.7,9.7,6.9,3.2,"CLARKSTON - 13TH ST","13TH ST AND PORT WAY (CLARKSTON STP)","Washington","Asotin","Clarkston","Lewiston, ID-WA","2014-01-21" +"53","005","0002","11203",1,46.21835,-119.204153,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6514,74,271,365,0,777,"","","Certification not required",2960,0.176497,0.193488,1.4,"2013-10-27 14:00",1.4,"2013-10-27 17:00",1.4,"2013-10-27 18:00",1.3,"2013-10-27 15:00","","","","",0.8,0.8,0.6,0.5,0.2,0.1,0.05,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","61101",1,46.21835,-119.204153,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4963,57,207,365,0,1204,"","","Certification not required",0,6.073121,4.461181,29,"2013-04-07 10:00",26.8,"2013-04-07 09:00",25.4,"2013-04-10 12:00",24.7,"2013-03-20 14:00","","","","",19.2,17.9,15.7,12.9,8.3,4.5,1.8,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","61102",1,46.21835,-119.204153,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4963,57,207,365,0,1204,"","","Certification not required",0,202.513399,89.376083,360,"2013-03-30 13:00",360,"2013-03-31 12:00",360,"2013-04-14 18:00",360,"2013-05-03 10:00","","","","",353,348,335,317,252,221,50,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","61103",1,46.21835,-119.204153,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4963,57,207,365,0,1204,"","","Certification not required",0,5.66353,4.506139,28.4,"2013-04-07 10:00",26.3,"2013-04-07 09:00",24.9,"2013-04-10 12:00",24.2,"2013-03-20 14:00","","","","",18.8,17.5,15.3,12.5,8,4.2,1.3,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","61104",1,46.21835,-119.204153,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4963,57,207,365,0,1204,"","","Certification not required",0,202.898046,88.974135,360,"2013-03-02 13:00",360,"2013-10-09 11:00",359,"2013-01-27 02:00",359,"2013-03-02 14:00","","","","",355,349,335,316,252,221,51,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","62101",1,46.21835,-119.204153,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7274,83,303,365,0,20,"","","Certification not required",0,59.806021,17.043878,105,"2013-07-02 16:00",104,"2013-07-01 16:00",104,"2013-07-01 17:00",104,"2013-07-02 14:00","","","","",95,93,88,83,72,59,36,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","81102",3,46.21835,-119.204153,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7780,89,324,365,0,974,"","","Certification not required",0,19.251671,91.629544,4037,"2013-09-15 17:00",3967,"2013-11-02 12:00",3779,"2013-11-02 13:00",2752,"2013-11-02 14:00","","","","",92,57,39,31,21,12,3,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-27" +"53","005","0002","81102",3,46.21835,-119.204153,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",324,89,324,365,0,0,3,3,"Certification not required",0,18.82716,38.866937,619,"2013-11-02 00:00",226,"2013-09-15 00:00",222,"2013-10-28 00:00",92,"2013-10-07 00:00","","","","",92,67,33,29,21,13,6,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-27" +"53","005","0002","88502",4,46.21835,-119.204153,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6514,74,271,365,0,777,"","","Certification not required",0,6.068053,4.387938,28.7,"2013-10-27 17:00",28.5,"2013-10-27 18:00",28.2,"2013-10-27 14:00",27,"2013-10-27 16:00","","","","",19.8,18.4,16.4,12.9,7.5,4.7,2,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","005","0002","88502",4,46.21835,-119.204153,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",271,74,271,365,0,0,"","","Certification not required",0,6.006273,4.041617,20.8,"2013-10-27 00:00",19.8,"2013-10-25 00:00",18.9,"2013-10-26 00:00",18.1,"2013-01-25 00:00","","","","",18.9,17.4,15.7,12,7.1,4.9,2.3,"KENNEWICK - METALINE","5929 W METALINE (Kennewick Skills Center)","Washington","Benton","Kennewick","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","007","0006","11203",1,47.412222,-120.318333,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",1412,100,59,59,0,2,"","","Certification not required",240,0.304391,0.242671,1.4,"2013-02-10 20:00",1.4,"2013-02-20 17:00",1.3,"2013-02-04 20:00",1.3,"2013-02-04 22:00","","","","",1.1,1,0.8,0.6,0.4,0.2,0.05," WENATCHEE - ALASKA WAY","600 ALASKA WAY (Columbia Elementary School)","Washington","Chelan","Wenatchee","Wenatchee, WA","2013-08-27" +"53","007","0006","88502",4,47.412222,-120.318333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",1412,100,59,59,0,2,"","","Certification not required",0,12.179037,9.438927,53.5,"2013-02-20 17:00",53.4,"2013-02-10 20:00",50.5,"2013-02-04 20:00",50.4,"2013-02-04 22:00","","","","",44.6,40.6,31.5,24.6,16.5,10.1,2.3," WENATCHEE - ALASKA WAY","600 ALASKA WAY (Columbia Elementary School)","Washington","Chelan","Wenatchee","Wenatchee, WA","2013-08-27" +"53","007","0006","88502",4,47.412222,-120.318333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",59,100,59,59,0,0,"","","Certification not required",0,12.138983,6.723095,34.9,"2013-02-05 00:00",32.9,"2013-02-04 00:00",25.4,"2013-02-12 00:00",24.8,"2013-01-06 00:00","","","","",34.9,32.9,25.4,19.3,16.8,10.4,5.6," WENATCHEE - ALASKA WAY","600 ALASKA WAY (Columbia Elementary School)","Washington","Chelan","Wenatchee","Wenatchee, WA","2013-08-27" +"53","007","0007","11203",1,47.83861,-120.023076,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7291,83,304,365,0,0,"","","Certification not required",4074,0.128103,0.187923,6.7,"2013-07-30 11:00",4.9,"2013-07-30 12:00",3.3,"2013-07-30 10:00",2.7,"2013-07-30 20:00","","","","",0.5,0.4,0.3,0.3,0.2,0.05,0.05,"CHELAN - WOODIN AVE","428 W WOODIN AVE. , CHELAN, WA (CHELAN RANGER STATION)","Washington","Chelan","Chelan","Wenatchee, WA","2014-01-21" +"53","007","0010","11203",1,47.598863,-120.664702,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7227,83,301,365,0,60,"","","Certification not required",2744,0.206171,0.2294,2.3,"2013-08-10 14:00",1.9,"2013-01-11 22:00",1.9,"2013-01-14 00:00",1.9,"2013-08-10 13:00","","","","",1.1,0.9,0.7,0.5,0.3,0.1,0.05,"LEAVENWORTH - EVANS ST","330 EVANS ST (Cascade School District)","Washington","Chelan","Leavenworth","Wenatchee, WA","2014-01-21" +"53","007","0010","88502",4,47.598863,-120.664702,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7227,83,301,365,0,60,"","","Certification not required",0,6.545551,5.655792,51.9,"2013-08-10 14:00",43.5,"2013-01-11 22:00",43.3,"2013-01-14 00:00",42.6,"2013-08-10 13:00","","","","",28.1,23.8,18.2,14,8.2,4.6,1.8,"LEAVENWORTH - EVANS ST","330 EVANS ST (Cascade School District)","Washington","Chelan","Leavenworth","Wenatchee, WA","2014-01-21" +"53","007","0010","88502",4,47.598863,-120.664702,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,6.495681,4.485727,25.2,"2013-01-15 00:00",23.3,"2013-08-22 00:00",22.6,"2013-02-05 00:00",20.6,"2013-10-30 00:00","","","","",20.6,18.5,16.5,12.8,8.4,5,2.5,"LEAVENWORTH - EVANS ST","330 EVANS ST (Cascade School District)","Washington","Chelan","Leavenworth","Wenatchee, WA","2014-01-21" +"53","007","0011","61101",1,47.43061,-120.34195,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6849,78,284,365,0,9,"","","Certification not required",0,3.487064,2.685241,20.5,"2013-01-07 19:00",20,"2013-04-13 01:00",18.5,"2013-01-07 18:00",17.2,"2013-03-18 11:00","","","","",12,10.9,9.3,7.7,4.5,2.4,1.2,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","61102",1,47.43061,-120.34195,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6849,78,284,365,0,9,"","","Certification not required",0,211.70054,94.875894,360,"2013-04-29 23:00",360,"2013-07-28 12:00",360,"2013-08-10 03:00",359,"2013-01-18 09:00","","","","",353,348,335,323,294,229,65,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","61103",1,47.43061,-120.34195,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4796,71,198,280,0,5,"","","Certification not required",0,3.279441,2.822866,19.3,"2013-04-13 01:00",15.2,"2013-04-29 11:00",15.1,"2013-04-29 12:00",14.6,"2013-04-29 13:00","","","","",11.6,10.6,9.2,7.7,4.8,2.1,0.8,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","61104",1,47.43061,-120.34195,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4797,71,198,280,0,5,"","","Certification not required",0,215.794455,93.300998,360,"2013-04-26 12:00",360,"2013-06-01 23:00",360,"2013-06-14 11:00",360,"2013-06-17 14:00","","","","",353,348,335,324,297,233,74,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","62101",1,47.43061,-120.34195,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6849,78,284,365,0,9,"","","Certification not required",0,56.193459,18.243304,104,"2013-07-02 15:00",102,"2013-07-02 14:00",101,"2013-07-02 13:00",101,"2013-07-02 16:00","","","","",94,91,87,81,70,56,31,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","88101",3,47.43061,-120.34195,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 1405-F FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4212,48,184,365,0,2643,"","","Certification not required",0,6.201923,6.829737,140.8,"2013-07-29 19:00",135.3,"2013-07-29 20:00",79,"2013-07-29 21:00",68.8,"2013-07-29 18:00","","","","",28.7,24.7,17.4,13.1,8.5,4.4,0.7,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","88101",3,47.43061,-120.34195,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",172,47,172,365,0,0,0,0,"Certification not required",0,6.184884,4.715174,25.2,"2013-07-29 00:00",24.5,"2013-02-05 00:00",24.1,"2013-02-04 00:00",21.6,"2013-08-20 00:00","","","","",24.5,21.6,15.4,12.2,8.4,5,1.6,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","007","0011","88101",3,47.43061,-120.34195,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",172,47,172,365,0,0,"","","Certification not required",0,6.184884,4.715174,25.2,"2013-07-29 00:00",24.5,"2013-02-05 00:00",24.1,"2013-02-04 00:00",21.6,"2013-08-20 00:00","","","","",24.5,21.6,15.4,12.2,8.4,5,1.6,"Wenatchee-Fifth St","1300 Fifth Street","Washington","Chelan","West Wenatchee","Wenatchee, WA","2014-01-21" +"53","009","0009","11203",1,48.11697,-123.464555,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",5102,58,209,365,0,2181,"","","Certification not required",2938,0.142924,0.195226,2,"2013-01-15 21:00",2,"2013-02-02 20:00",1.9,"2013-01-13 23:00",1.8,"2013-01-12 22:00","","","","",1.1,0.8,0.5,0.3,0.2,0.05,0.05,"Port Angeles- W 14th St","1139 W 14TH ST (Stevens Middle School)","Washington","Clallam","Port Angeles","Port Angeles, WA","2014-01-21" +"53","009","0009","88502",4,48.11697,-123.464555,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",5102,58,209,365,0,2181,"","","Certification not required",0,5.978263,5.727377,61,"2013-01-15 21:00",59.8,"2013-02-02 20:00",57.9,"2013-01-13 23:00",54.7,"2013-01-12 22:00","","","","",33.1,25.7,16.2,11.1,6.3,4.1,2.6,"Port Angeles- W 14th St","1139 W 14TH ST (Stevens Middle School)","Washington","Clallam","Port Angeles","Port Angeles, WA","2014-01-21" +"53","009","0009","88502",4,48.11697,-123.464555,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",209,57,209,365,0,0,"","","Certification not required",0,5.93445,4.399843,27.4,"2013-01-13 00:00",21.9,"2013-01-12 00:00",21.1,"2013-01-14 00:00",21,"2013-01-06 00:00","","","","",21.1,21,16.5,12.5,6.9,4.5,2.8,"Port Angeles- W 14th St","1139 W 14TH ST (Stevens Middle School)","Washington","Clallam","Port Angeles","Port Angeles, WA","2014-01-21" +"53","009","0013","11203",1,48.29786,-124.62491,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6037,69,251,365,0,1254,"","","Certification not required",5134,0.062862,0.03946,0.7,"2013-10-30 10:00",0.7,"2013-10-30 11:00",0.6,"2013-10-29 20:00",0.6,"2013-10-29 21:00","","","","",0.2,0.2,0.1,0.1,0.05,0.05,0.05,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42101",2,48.29786,-124.62491,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",5629,64,242,365,0,1660,0,0,"Certification not required",0,0.107357,0.03038,0.38,"2013-10-29 10:00",0.199,"2013-01-03 01:00",0.196,"2013-01-03 02:00",0.189,"2013-01-02 23:00","","","","",0.172,0.163,0.153,0.143,0.131,0.11,0.067,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42101",2,48.29786,-124.62491,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",5856,67,240,365,0,0,0,0,"Certification not required",0,0.104423,0.026253,0.2,"2013-01-01 16:00",0.2,"2013-01-01 17:00",0.2,"2013-01-01 18:00",0.2,"2013-01-01 19:00",0.2,"2013-01-01 16:00",0.2,"2013-01-02 02:00",0.2,0.2,0.2,0.1,0.1,0.1,0.1,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42401",2,48.29786,-124.62491,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5318,61,226,365,0,1971,0,"","Certification not required",0,0.237168,0.255845,1.5,"2013-09-04 08:00",1.3,"2013-05-02 08:00",1.2,"2013-08-22 14:00",1.1,"2013-07-13 15:00","","","","",1.2,1,0.7,0.6,0.3,0.2,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42401",2,48.29786,-124.62491,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5318,61,226,365,0,1971,"","","Certification not required",0,0.106882,0.143368,1.5,"2013-09-04 08:00",1.3,"2013-05-02 08:00",1.2,"2013-08-22 14:00",1.2,"2013-08-28 13:00","","","","",0.7,0.5,0.4,0.3,0.2,0.1,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42401",2,48.29786,-124.62491,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",226,62,226,365,0,0,0,"","Certification not required",0,0.10531,0.116115,0.6,"2013-06-15 00:00",0.5,"2013-08-22 00:00",0.5,"2013-08-29 00:00",0.4,"2013-05-05 00:00","","","","",0.5,0.4,0.3,0.3,0.2,0.1,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42401",2,48.29786,-124.62491,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1602,55,224,365,0,0,"",0,"Certification not required",0,0.093633,0.132282,1.1,"2013-08-28 14:00",0.9,"2013-08-22 14:00",0.9,"2013-08-28 20:00",0.9,"2013-08-28 23:00","","","","",0.6,0.5,0.3,0.2,0.1,0.1,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42406",2,48.29786,-124.62491,"WGS84","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5148,59,229,365,0,2141,"","","Certification not required",0,0.178671,0.794473,40.8,"2013-06-10 11:00",34.9,"2013-06-10 10:00",14,"2013-04-04 09:00",2.5,"2013-09-04 08:00","","","","",1.1,0.8,0.5,0.3,0.2,0.1,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42600",2,48.29786,-124.62491,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5545,63,240,365,0,1744,"","","Certification not required",0,0.652029,0.949609,9.3,"2013-01-03 01:00",9.2,"2013-01-02 23:00",9,"2013-08-19 16:00",8.6,"2013-01-03 02:00","","","","",4.6,3.8,2.6,1.7,0.8,0.3,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42601",2,48.29786,-124.62491,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5546,63,240,365,0,1743,"","","Certification not required",0,0.050036,0.140414,3,"2013-07-13 15:00",2.8,"2013-08-19 16:00",1.8,"2013-07-24 06:00",1.6,"2013-08-22 22:00","","","","",0.7,0.5,0.2,0.1,0.1,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","42612",2,48.29786,-124.62491,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",5545,63,240,365,0,1744,"","","Certification not required",0,0.566366,0.904332,9.3,"2013-01-03 01:00",9.2,"2013-01-02 23:00",8.6,"2013-01-03 02:00",8.4,"2013-01-03 00:00","","","","",4.5,3.5,2.4,1.5,0.6,0.2,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","44201",1,48.29786,-124.62491,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5988,86,131,153,0,1306,0,0,"Certification not required",0,0.032977,0.009443,0.066,"2013-05-10 02:00",0.058,"2013-05-06 22:00",0.056,"2013-05-11 00:00",0.055,"2013-04-06 02:00","","","","",0.058,0.056,0.054,0.052,0.049,0.046,0.041,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","44201",1,48.29786,-124.62491,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6028,86,131,153,0,0,0,0,"Certification not required",0,0.029656,0.008501,0.054,"2013-05-04 17:00",0.052,"2013-04-16 15:00",0.052,"2013-05-05 22:00",0.051,"2013-04-05 15:00","","","","",0.052,0.052,0.051,0.048,0.046,0.043,0.038,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","44201",1,48.29786,-124.62491,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6028,86,131,153,0,0,0,0,"Certification not required",0,0.029656,0.008501,0.054,"2013-05-04 17:00",0.052,"2013-04-16 15:00",0.052,"2013-05-05 22:00",0.051,"2013-04-05 15:00","","","","",0.052,0.052,0.051,0.048,0.046,0.043,0.038,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","61101",1,48.29786,-124.62491,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5995,68,248,365,0,1299,"","","Certification not required",0,7.014896,3.694339,25.6,"2013-03-19 23:00",25,"2013-01-08 17:00",25,"2013-01-08 18:00",24.5,"2013-01-08 16:00","","","","",19.5,16.9,14.2,11.8,8.8,6.4,3,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","61102",1,48.29786,-124.62491,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5995,68,248,365,0,1299,"","","Certification not required",0,195.058716,81.293176,359,"2013-08-21 22:00",358,"2013-01-10 16:00",357,"2013-08-04 03:00",357,"2013-08-20 20:00","","","","",328,307,282,271,257,222,59,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","61103",1,48.29786,-124.62491,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5995,68,248,365,0,1299,"","","Certification not required",0,6.656097,3.610649,24.5,"2013-03-19 23:00",24.1,"2013-01-08 17:00",24.1,"2013-01-08 18:00",23.6,"2013-01-08 16:00","","","","",18.8,16.3,13.6,11.3,8.3,6.1,2.6,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","61104",1,48.29786,-124.62491,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",5995,68,248,365,0,1299,"","","Certification not required",0,195.108424,81.302618,360,"2013-04-22 19:00",359,"2013-08-21 22:00",356,"2013-03-10 17:00",356,"2013-08-04 03:00","","","","",328,307,282,271,258,222,59,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","62101",1,48.29786,-124.62491,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5969,68,247,365,0,1325,"","","Certification not required",0,47.232702,9.375452,82,"2013-09-11 14:00",82,"2013-09-11 15:00",81,"2013-09-11 13:00",81,"2013-09-11 16:00","","","","",72,69,63,59,54,47,36,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","62201",1,48.29786,-124.62491,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5984,68,247,365,0,1310,"","","Certification not required",0,90.37734,16.937833,100,"2013-01-01 00:00",100,"2013-01-01 01:00",100,"2013-01-01 02:00",100,"2013-01-01 03:00","","","","",100,100,100,100,100,100,65,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","64101",1,48.29786,-124.62491,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5994,68,248,365,0,1300,"","","Certification not required",0,964.22339,5.719278,982,"2013-01-15 11:00",982,"2013-01-15 12:00",982,"2013-01-15 13:00",982,"2013-01-15 14:00","","","","",978,976,974,971,968,964,957,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","85101",1,48.29786,-124.62491,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",6,2.715274,1.992554,8.3501,"2013-05-01 00:00",6.7222,"2013-04-25 00:00",6.0332,"2013-05-10 00:00",5.53,"2013-03-23 00:00","","","","",8.3501,8.3501,6.0332,5.153,4.05,2.5219,0.21,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","86502",1,48.29786,-124.62491,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.632653,0.928571,4,"2013-05-01 00:00",3,"2013-04-25 00:00",2,"2013-01-19 00:00",2,"2013-02-27 00:00","","","","",4,4,2,2,1,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88103",1,48.29786,-124.62491,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,4.1e-05,0.0002,0.001,"2013-01-16 00:00",0.001,"2013-03-29 00:00",0,"2013-01-01 00:00",0,"2013-01-10 00:00","","","","",0.001,0.001,0,0,0,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88104",1,48.29786,-124.62491,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",9,0.009681,0.015116,0.078,"2013-05-04 00:00",0.073,"2013-05-10 00:00",0.026,"2013-04-04 00:00",0.022,"2013-03-17 00:00","","","","",0.078,0.078,0.026,0.018,0.012,0.005,0.0005,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88109",1,48.29786,-124.62491,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",10,0.000724,0.00056,0.0023,"2013-05-01 00:00",0.002,"2013-01-13 00:00",0.002,"2013-03-26 00:00",0.0016,"2013-03-23 00:00","","","","",0.0023,0.0023,0.002,0.0016,0.0011,0.0007,0.0001,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88111",1,48.29786,-124.62491,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",9,0.009401,0.010664,0.0494,"2013-05-10 00:00",0.0475,"2013-05-04 00:00",0.0296,"2013-05-01 00:00",0.0238,"2013-03-17 00:00","","","","",0.0494,0.0494,0.0296,0.0219,0.0124,0.0058,0.00045,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88112",1,48.29786,-124.62491,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88114",1,48.29786,-124.62491,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",38,0.000172,6e-05,0.0004,"2013-03-26 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-01-19 00:00",0.0003,"2013-01-22 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.00015,0.00015,0.00015,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88115",1,48.29786,-124.62491,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",10,0.107573,0.177573,0.7678,"2013-02-27 00:00",0.5791,"2013-01-25 00:00",0.5652,"2013-03-17 00:00",0.4438,"2013-03-20 00:00","","","","",0.7678,0.7678,0.5652,0.3439,0.1292,0.0029,0.00015,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88126",1,48.29786,-124.62491,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",19,0.006457,0.010488,0.0502,"2013-05-04 00:00",0.0502,"2013-05-10 00:00",0.0219,"2013-04-04 00:00",0.0156,"2013-05-01 00:00","","","","",0.0502,0.0502,0.0219,0.0151,0.009,0.0023,0.0004,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88128",1,48.29786,-124.62491,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000408,0.000734,0.002,"2013-03-23 00:00",0.002,"2013-03-26 00:00",0.002,"2013-04-04 00:00",0.002,"2013-05-04 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88132",1,48.29786,-124.62491,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000184,0.000391,0.001,"2013-01-19 00:00",0.001,"2013-01-22 00:00",0.001,"2013-03-05 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88136",1,48.29786,-124.62491,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.000102,0.000306,0.001,"2013-01-16 00:00",0.001,"2013-01-19 00:00",0.001,"2013-03-08 00:00",0.001,"2013-03-29 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88140",1,48.29786,-124.62491,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",16,0.015907,0.018172,0.08,"2013-02-27 00:00",0.0625,"2013-03-17 00:00",0.054,"2013-05-01 00:00",0.0492,"2013-04-25 00:00","","","","",0.08,0.08,0.054,0.0462,0.0232,0.0107,0.0011,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88152",1,48.29786,-124.62491,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",46,0.000247,0.000418,0.0026,"2013-01-16 00:00",0.0016,"2013-01-19 00:00",0.001,"2013-05-25 00:00",0.00015,"2013-01-01 00:00","","","","",0.0026,0.0026,0.001,0.00015,0.00015,0.00015,0.00015,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88154",1,48.29786,-124.62491,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",47,0.000108,3.3e-05,0.0003,"2013-02-12 00:00",0.0002,"2013-03-05 00:00",0.00015,"2013-01-22 00:00",0.00015,"2013-01-28 00:00","","","","",0.0003,0.0003,0.00015,0.0001,0.0001,0.0001,0.0001,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88161",1,48.29786,-124.62491,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",24,0.000638,0.000985,0.005,"2013-05-10 00:00",0.0048,"2013-05-04 00:00",0.0017,"2013-04-16 00:00",0.0014,"2013-04-04 00:00","","","","",0.005,0.005,0.0017,0.0013,0.0008,0.00025,0.0001,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88164",1,48.29786,-124.62491,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",8,0.000424,0.000419,0.0018,"2013-01-16 00:00",0.0018,"2013-03-08 00:00",0.0011,"2013-05-01 00:00",0.001,"2013-03-29 00:00","","","","",0.0018,0.0018,0.0011,0.001,0.0006,0.0003,5e-05,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88165",1,48.29786,-124.62491,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",21,0.017055,0.034298,0.1763,"2013-05-04 00:00",0.1644,"2013-05-10 00:00",0.0507,"2013-04-04 00:00",0.0358,"2013-05-07 00:00","","","","",0.1763,0.1763,0.0507,0.0329,0.0218,0.0036,0.00055,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88167",1,48.29786,-124.62491,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",19,0.000881,0.000827,0.0033,"2013-03-26 00:00",0.0029,"2013-04-04 00:00",0.0022,"2013-01-13 00:00",0.0022,"2013-01-19 00:00","","","","",0.0033,0.0033,0.0022,0.0022,0.0014,0.0005,0.00015,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88168",1,48.29786,-124.62491,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",34,0.00023,0.00015,0.0007,"2013-03-20 00:00",0.0006,"2013-02-27 00:00",0.0006,"2013-04-13 00:00",0.0005,"2013-01-25 00:00","","","","",0.0007,0.0007,0.0006,0.0005,0.0003,0.00015,0.00015,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88169",1,48.29786,-124.62491,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.131659,0.108973,0.3905,"2013-05-10 00:00",0.3809,"2013-05-22 00:00",0.3105,"2013-05-01 00:00",0.3068,"2013-01-16 00:00","","","","",0.3905,0.3905,0.3105,0.3,0.2146,0.1024,0.0086,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88176",1,48.29786,-124.62491,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",49,0.00015,0,0.00015,"2013-01-01 00:00",0.00015,"2013-01-10 00:00",0.00015,"2013-01-13 00:00",0.00015,"2013-01-16 00:00","","","","",0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,0.00015,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88180",1,48.29786,-124.62491,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",5,0.011305,0.008569,0.0337,"2013-05-04 00:00",0.0322,"2013-05-10 00:00",0.0276,"2013-03-26 00:00",0.0271,"2013-05-01 00:00","","","","",0.0337,0.0337,0.0276,0.0217,0.016,0.0105,0.0011,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88184",1,48.29786,-124.62491,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",8,0.109699,0.132493,0.5094,"2013-02-27 00:00",0.4133,"2013-05-01 00:00",0.4014,"2013-03-17 00:00",0.3927,"2013-05-22 00:00","","","","",0.5094,0.5094,0.4014,0.3372,0.127,0.0652,0.00195,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88185",1,48.29786,-124.62491,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",33,0.000749,0.000453,0.002,"2013-01-28 00:00",0.0019,"2013-01-25 00:00",0.0017,"2013-05-07 00:00",0.0016,"2013-05-10 00:00","","","","",0.002,0.002,0.0017,0.0015,0.001,0.0007,0.0004,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88203",1,48.29786,-124.62491,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",4,0.171987,0.237101,0.9802,"2013-02-27 00:00",0.7499,"2013-03-17 00:00",0.6485,"2013-01-25 00:00",0.611,"2013-05-01 00:00","","","","",0.9802,0.9802,0.6485,0.5954,0.2058,0.038,0.0088,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88306",1,48.29786,-124.62491,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",11,0.124527,0.190801,1.2886,"2013-04-04 00:00",0.4208,"2013-05-01 00:00",0.264,"2013-02-15 00:00",0.247,"2013-05-10 00:00","","","","",1.2886,1.2886,0.264,0.2233,0.1425,0.1017,0.0072,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88320",1,48.29786,-124.62491,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",5,0.202449,0.205432,0.71,"2013-04-04 00:00",0.7,"2013-01-22 00:00",0.6,"2013-03-26 00:00",0.59,"2013-01-16 00:00","","","","",0.71,0.71,0.6,0.55,0.35,0.12,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88321",1,48.29786,-124.62491,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.033061,0.038471,0.15,"2013-04-04 00:00",0.11,"2013-01-16 00:00",0.11,"2013-01-22 00:00",0.11,"2013-03-29 00:00","","","","",0.15,0.15,0.11,0.1,0.05,0.02,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88324",1,48.29786,-124.62491,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",47,0.019658,0.006686,0.0306,"2013-01-28 00:00",0.03035,"2013-01-10 00:00",0.03035,"2013-01-22 00:00",0.0303,"2013-01-25 00:00","","","","",0.0306,0.0306,0.03035,0.03,0.02365,0.0166,0.0104,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88325",1,48.29786,-124.62491,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",35,0.038654,0.028918,0.133,"2013-04-04 00:00",0.1092,"2013-01-22 00:00",0.1014,"2013-01-19 00:00",0.098,"2013-03-26 00:00","","","","",0.133,0.133,0.1014,0.096,0.0383,0.03295,0.0165,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88326",1,48.29786,-124.62491,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",30,0.077657,0.064021,0.2681,"2013-01-22 00:00",0.2005,"2013-04-04 00:00",0.1968,"2013-01-19 00:00",0.1963,"2013-03-26 00:00","","","","",0.2681,0.2681,0.1968,0.185,0.1107,0.0393,0.0253,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88327",1,48.29786,-124.62491,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",22,0.050542,0.046342,0.1669,"2013-04-04 00:00",0.1525,"2013-01-13 00:00",0.135,"2013-01-22 00:00",0.134,"2013-03-26 00:00","","","","",0.1669,0.1669,0.135,0.1339,0.0857,0.0326,0.01045,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88328",1,48.29786,-124.62491,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",16,0.050951,0.059306,0.1944,"2013-04-04 00:00",0.1737,"2013-01-16 00:00",0.1677,"2013-03-26 00:00",0.163,"2013-01-22 00:00","","","","",0.1944,0.1944,0.1677,0.1533,0.0896,0.019,0.0009,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88329",1,48.29786,-124.62491,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",8,0.072906,0.082877,0.3056,"2013-04-04 00:00",0.2492,"2013-01-16 00:00",0.2479,"2013-03-26 00:00",0.231,"2013-01-22 00:00","","","","",0.3056,0.3056,0.2479,0.2175,0.114,0.0364,0.00215,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88330",1,48.29786,-124.62491,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",23,0.012253,0.013829,0.0482,"2013-05-07 00:00",0.0457,"2013-03-29 00:00",0.0453,"2013-01-22 00:00",0.0388,"2013-04-04 00:00","","","","",0.0482,0.0482,0.0453,0.0354,0.0201,0.0045,0.0014,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88331",1,48.29786,-124.62491,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",18,4e-05,6.4e-05,0.0003,"2013-01-31 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-14 00:00",0.00015,"2013-03-17 00:00","","","","",0.0003,0.0003,0.00015,0.00015,5e-05,0,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88338",1,48.29786,-124.62491,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",49,0.01539,0.004454,0.0243,"2013-02-27 00:00",0.02395,"2013-02-06 00:00",0.02395,"2013-02-21 00:00",0.0239,"2013-02-12 00:00","","","","",0.0243,0.0243,0.02395,0.0238,0.016,0.0148,0.0109,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88339",1,48.29786,-124.62491,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,0.543044,0.449506,1.61081,"2013-05-10 00:00",1.57113,"2013-05-22 00:00",1.28094,"2013-05-01 00:00",1.26547,"2013-01-16 00:00","","","","",1.61081,1.61081,1.28094,1.23729,0.88506,0.4224,0.03539,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88344",1,48.29786,-124.62491,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",3,0.159986,0.246544,1.6623,"2013-04-04 00:00",0.5428,"2013-05-01 00:00",0.3406,"2013-02-15 00:00",0.3186,"2013-05-10 00:00","","","","",1.6623,1.6623,0.3406,0.2881,0.1838,0.1312,0.0045,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88348",1,48.29786,-124.62491,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",4,0.094251,0.161314,0.818,"2013-05-04 00:00",0.7815,"2013-05-10 00:00",0.26,"2013-04-04 00:00",0.2087,"2013-05-01 00:00","","","","",0.818,0.818,0.26,0.1923,0.1225,0.0436,0.001,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88350",1,48.29786,-124.62491,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",5,0.364743,0.369633,1.2708,"2013-04-04 00:00",1.2568,"2013-01-22 00:00",1.0885,"2013-03-26 00:00",1.0579,"2013-01-16 00:00","","","","",1.2708,1.2708,1.0885,0.9895,0.6305,0.2182,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88403",1,48.29786,-124.62491,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",1,0.392887,0.32902,1.2032,"2013-05-10 00:00",1.182,"2013-05-22 00:00",0.9983,"2013-05-01 00:00",0.8922,"2013-03-29 00:00","","","","",1.2032,1.2032,0.9983,0.8349,0.6248,0.309,0.0272,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88502",1,48.29786,-124.62491,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,24,61,0,2,"","","Certification not required",0,1.6,1.187083,4.1,"2013-05-01 00:00",4,"2013-05-10 00:00",3.6,"2013-04-25 00:00",3.4,"2013-05-22 00:00","","","","",4.1,4.1,3.6,3.2,2.5,1.6,0,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-28" +"53","009","0013","88502",4,48.29786,-124.62491,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6037,69,251,365,0,1254,"","","Certification not required",0,2.112291,1.359694,18.3,"2013-10-30 10:00",18.2,"2013-10-30 11:00",14.9,"2013-10-29 21:00",12.7,"2013-10-29 19:00","","","","",6.2,5.6,4.7,4,2.8,1.6,1,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0013","88502",4,48.29786,-124.62491,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",251,69,251,365,0,0,"","","Certification not required",0,2.062151,0.975808,5.7,"2013-08-04 00:00",5.3,"2013-04-04 00:00",5.3,"2013-09-11 00:00",4.4,"2013-03-24 00:00","","","","",5.3,4.1,4,3.4,2.7,1.8,1,"CHEEKA PEAK","LOCATED IN A TREE FARM (Cheeka Peak)","Washington","Clallam","","Port Angeles, WA","2014-01-21" +"53","009","0015","11203",1,48.366058,-124.610045,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6908,79,286,365,0,272,"","","Certification not required",3943,0.107593,0.105858,1.7,"2013-10-19 00:00",1.5,"2013-01-13 15:00",1.3,"2013-10-10 13:00",1.1,"2013-03-18 22:00","","","","",0.5,0.4,0.3,0.2,0.1,0.05,0.05,"Neah Bay 2-Makah Tribe","1321 Bay View Avenue, Neah Bay","Washington","Clallam","Neah Bay","Port Angeles, WA","2014-01-21" +"53","009","0015","88502",4,48.366058,-124.610045,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6960,79,289,365,0,220,"","","Certification not required",0,3.773376,2.702028,43.9,"2013-10-19 00:00",36.6,"2013-01-13 15:00",33.4,"2013-10-10 13:00",28.9,"2013-03-18 22:00","","","","",14.9,11.4,8.3,6.5,4.6,3.1,1.5,"Neah Bay 2-Makah Tribe","1321 Bay View Avenue, Neah Bay","Washington","Clallam","Neah Bay","Port Angeles, WA","2014-01-21" +"53","009","0015","88502",4,48.366058,-124.610045,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",289,79,289,365,0,0,"","","Certification not required",0,3.707612,1.68939,11.1,"2013-10-11 00:00",10,"2013-10-16 00:00",9.4,"2013-10-15 00:00",9,"2013-10-17 00:00","","","","",9.4,8.8,7.1,5.7,4.5,3.4,1.9,"Neah Bay 2-Makah Tribe","1321 Bay View Avenue, Neah Bay","Washington","Clallam","Neah Bay","Port Angeles, WA","2014-01-21" +"53","009","0020","85101",1,48.006295,-122.973953,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,2.512927,1.82396,7.8287,"2013-03-26 00:00",7.3817,"2013-05-10 00:00",6.9786,"2013-05-07 00:00",5.2793,"2013-04-01 00:00","","","","",7.8287,7.3817,6.9786,4.9409,3.3214,2.0041,0.7816,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","86502",1,48.006295,-122.973953,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.352941,0.62685,2,"2013-03-26 00:00",2,"2013-05-04 00:00",2,"2013-05-07 00:00",2,"2013-05-10 00:00","","","","",2,2,2,1,1,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88103",1,48.006295,-122.973953,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,5.9e-05,0.000238,0.001,"2013-03-23 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-01 00:00",0,"2013-01-01 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88103",2,48.006295,-122.973953,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,2.2e-05,0.000149,0.001,"2013-05-07 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88104",1,48.006295,-122.973953,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.01142,0.016312,0.0742,"2013-05-10 00:00",0.0708,"2013-05-04 00:00",0.043,"2013-04-01 00:00",0.0339,"2013-04-04 00:00","","","","",0.0742,0.0708,0.043,0.0328,0.0123,0.005,0.00055,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88104",2,48.006295,-122.973953,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",8,0.013137,0.017352,0.0773,"2013-05-10 00:00",0.0712,"2013-05-04 00:00",0.043,"2013-04-01 00:00",0.0352,"2013-05-07 00:00","","","","",0.0773,0.0773,0.043,0.0339,0.0131,0.006,0.0005,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88109",1,48.006295,-122.973953,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.000769,0.000571,0.0023,"2013-03-26 00:00",0.0019,"2013-03-23 00:00",0.0019,"2013-04-01 00:00",0.0018,"2013-05-07 00:00","","","","",0.0023,0.0019,0.0019,0.0017,0.0012,0.0006,0.0002,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88109",2,48.006295,-122.973953,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",4,0.000791,0.000567,0.0022,"2013-02-27 00:00",0.0018,"2013-01-13 00:00",0.0018,"2013-03-26 00:00",0.0018,"2013-04-01 00:00","","","","",0.0022,0.0022,0.0018,0.0018,0.0012,0.0007,0.0002,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88111",1,48.006295,-122.973953,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.009155,0.011174,0.0542,"2013-05-10 00:00",0.0454,"2013-05-04 00:00",0.0311,"2013-05-07 00:00",0.03,"2013-04-01 00:00","","","","",0.0542,0.0454,0.0311,0.0231,0.0118,0.0051,0.0011,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88111",2,48.006295,-122.973953,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",8,0.00982,0.011804,0.0535,"2013-05-10 00:00",0.0467,"2013-05-04 00:00",0.0323,"2013-05-07 00:00",0.0306,"2013-04-01 00:00","","","","",0.0535,0.0535,0.0323,0.0237,0.0125,0.0053,0.00125,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88112",1,48.006295,-122.973953,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88112",2,48.006295,-122.973953,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,2.2e-05,0.000149,0.001,"2013-03-08 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88114",1,48.006295,-122.973953,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.000189,0.000145,0.0008,"2013-01-13 00:00",0.0006,"2013-01-01 00:00",0.0005,"2013-03-05 00:00",0.0005,"2013-03-23 00:00","","","","",0.0008,0.0006,0.0005,0.0004,0.0002,0.00015,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88114",2,48.006295,-122.973953,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",29,0.0002,0.000116,0.0006,"2013-03-26 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-01-01 00:00",0.0004,"2013-02-12 00:00","","","","",0.0006,0.0006,0.0004,0.0004,0.0003,0.00015,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88115",1,48.006295,-122.973953,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.041093,0.101058,0.5477,"2013-02-27 00:00",0.3524,"2013-04-10 00:00",0.2812,"2013-02-24 00:00",0.1888,"2013-03-17 00:00","","","","",0.5477,0.3524,0.2812,0.1174,0.0338,0.0013,0.00015,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88115",2,48.006295,-122.973953,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",10,0.047798,0.111801,0.5976,"2013-02-27 00:00",0.3425,"2013-04-10 00:00",0.2804,"2013-02-24 00:00",0.1845,"2013-03-17 00:00","","","","",0.5976,0.5976,0.2804,0.1487,0.04,0.0013,0.00015,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88126",1,48.006295,-122.973953,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.008799,0.012447,0.0602,"2013-05-10 00:00",0.0458,"2013-05-04 00:00",0.033,"2013-05-07 00:00",0.0305,"2013-04-01 00:00","","","","",0.0602,0.0458,0.033,0.0222,0.0115,0.0029,0.00065,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88126",2,48.006295,-122.973953,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",4,0.0095,0.013037,0.0595,"2013-05-10 00:00",0.0481,"2013-05-04 00:00",0.0332,"2013-05-07 00:00",0.0303,"2013-03-26 00:00","","","","",0.0595,0.0595,0.0332,0.0302,0.0123,0.0036,0.0009,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88128",1,48.006295,-122.973953,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000529,0.000703,0.003,"2013-03-23 00:00",0.002,"2013-03-08 00:00",0.002,"2013-03-26 00:00",0.001,"2013-01-01 00:00","","","","",0.003,0.002,0.002,0.001,0.001,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88128",2,48.006295,-122.973953,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,0.000622,0.000614,0.002,"2013-03-26 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-25 00:00",0.001,"2013-01-01 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0.001,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88132",1,48.006295,-122.973953,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000294,0.00046,0.001,"2013-01-13 00:00",0.001,"2013-01-25 00:00",0.001,"2013-03-05 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88132",2,48.006295,-122.973953,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,0.0002,0.000405,0.001,"2013-03-08 00:00",0.001,"2013-03-23 00:00",0.001,"2013-03-26 00:00",0.001,"2013-04-01 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88136",1,48.006295,-122.973953,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000235,0.000428,0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-03-08 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88136",2,48.006295,-122.973953,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,0.0002,0.000405,0.001,"2013-01-13 00:00",0.001,"2013-01-16 00:00",0.001,"2013-03-08 00:00",0.001,"2013-03-23 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88140",1,48.006295,-122.973953,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.011467,0.013762,0.0704,"2013-02-27 00:00",0.0459,"2013-04-10 00:00",0.0424,"2013-02-24 00:00",0.035,"2013-05-10 00:00","","","","",0.0704,0.0459,0.0424,0.0262,0.0155,0.0073,0.001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88140",2,48.006295,-122.973953,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",12,0.011934,0.01601,0.0933,"2013-02-27 00:00",0.0464,"2013-02-24 00:00",0.0419,"2013-04-10 00:00",0.029,"2013-05-10 00:00","","","","",0.0933,0.0933,0.0419,0.0242,0.0135,0.007,0.001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88152",1,48.006295,-122.973953,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.0004,0.000617,0.003,"2013-05-10 00:00",0.0029,"2013-05-07 00:00",0.0018,"2013-04-25 00:00",0.0012,"2013-01-01 00:00","","","","",0.003,0.0029,0.0018,0.0009,0.0004,0.00015,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88152",2,48.006295,-122.973953,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",35,0.000348,0.000573,0.003,"2013-05-10 00:00",0.0022,"2013-03-08 00:00",0.0016,"2013-05-07 00:00",0.0012,"2013-05-13 00:00","","","","",0.003,0.003,0.0016,0.0006,0.00015,0.00015,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88154",1,48.006295,-122.973953,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000116,4.2e-05,0.0003,"2013-05-07 00:00",0.0002,"2013-01-22 00:00",0.0002,"2013-02-09 00:00",0.0002,"2013-03-08 00:00","","","","",0.0003,0.0002,0.0002,0.0002,0.0001,0.0001,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88154",2,48.006295,-122.973953,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",38,0.000122,5.6e-05,0.0003,"2013-01-13 00:00",0.0003,"2013-02-06 00:00",0.0003,"2013-04-01 00:00",0.0002,"2013-02-12 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88161",1,48.006295,-122.973953,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.000777,0.001093,0.0052,"2013-05-10 00:00",0.0041,"2013-05-04 00:00",0.0032,"2013-04-01 00:00",0.0032,"2013-05-07 00:00","","","","",0.0052,0.0041,0.0032,0.0019,0.0009,0.0003,0.00015,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88161",2,48.006295,-122.973953,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",24,0.000828,0.0012,0.0055,"2013-05-10 00:00",0.0043,"2013-05-04 00:00",0.0033,"2013-05-07 00:00",0.003,"2013-04-01 00:00","","","","",0.0055,0.0055,0.0033,0.0024,0.0011,0.0002,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88164",1,48.006295,-122.973953,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.000526,0.000512,0.0028,"2013-04-25 00:00",0.0015,"2013-03-29 00:00",0.0014,"2013-01-16 00:00",0.0014,"2013-05-10 00:00","","","","",0.0028,0.0015,0.0014,0.0011,0.0008,0.0004,5e-05,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88164",2,48.006295,-122.973953,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",6,0.000513,0.000533,0.0028,"2013-04-25 00:00",0.0015,"2013-01-16 00:00",0.0015,"2013-05-10 00:00",0.0012,"2013-03-29 00:00","","","","",0.0028,0.0028,0.0015,0.0011,0.0007,0.0004,5e-05,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88165",1,48.006295,-122.973953,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.022026,0.037963,0.1835,"2013-05-10 00:00",0.1497,"2013-05-04 00:00",0.104,"2013-04-01 00:00",0.0898,"2013-05-07 00:00","","","","",0.1835,0.1497,0.104,0.0581,0.0233,0.0053,0.00065,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88165",2,48.006295,-122.973953,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",9,0.024443,0.039766,0.1833,"2013-05-10 00:00",0.1514,"2013-05-04 00:00",0.099,"2013-04-01 00:00",0.0955,"2013-05-07 00:00","","","","",0.1833,0.1833,0.099,0.0606,0.028,0.0066,0.0005,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88167",1,48.006295,-122.973953,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.00173,0.001442,0.0078,"2013-04-10 00:00",0.005,"2013-03-26 00:00",0.0046,"2013-03-29 00:00",0.0045,"2013-01-13 00:00","","","","",0.0078,0.005,0.0046,0.0033,0.0021,0.0015,0.0003,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88167",2,48.006295,-122.973953,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",1,0.001556,0.00121,0.0049,"2013-03-26 00:00",0.004,"2013-03-29 00:00",0.004,"2013-04-01 00:00",0.0039,"2013-01-13 00:00","","","","",0.0049,0.0049,0.004,0.0036,0.0019,0.0014,0.0003,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88168",1,48.006295,-122.973953,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000162,0.000118,0.0007,"2013-05-10 00:00",0.0006,"2013-04-01 00:00",0.0004,"2013-04-04 00:00",0.0003,"2013-01-31 00:00","","","","",0.0007,0.0006,0.0004,0.0002,0.0002,0.0001,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88168",2,48.006295,-122.973953,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",30,0.000164,0.000123,0.0006,"2013-04-22 00:00",0.0006,"2013-05-10 00:00",0.0004,"2013-02-27 00:00",0.0004,"2013-05-04 00:00","","","","",0.0006,0.0006,0.0004,0.0003,0.0002,0.0001,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88169",1,48.006295,-122.973953,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.13,0.101555,0.4166,"2013-05-10 00:00",0.3416,"2013-05-07 00:00",0.3164,"2013-03-26 00:00",0.3028,"2013-01-16 00:00","","","","",0.4166,0.3416,0.3164,0.2916,0.1979,0.0997,0.0335,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88169",2,48.006295,-122.973953,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,0.12808,0.104506,0.4127,"2013-05-10 00:00",0.3472,"2013-05-07 00:00",0.3096,"2013-01-16 00:00",0.3069,"2013-03-26 00:00","","","","",0.4127,0.4127,0.3096,0.2954,0.1955,0.0859,0.0313,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88176",1,48.006295,-122.973953,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",45,0.00016,7.2e-05,0.0004,"2013-02-12 00:00",0.0004,"2013-03-17 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-01-28 00:00","","","","",0.0004,0.0004,0.0004,0.0002,0.00015,0.00015,0.0001,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88176",2,48.006295,-122.973953,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",41,0.000157,4.2e-05,0.0003,"2013-01-01 00:00",0.0003,"2013-03-20 00:00",0.0003,"2013-04-01 00:00",0.0002,"2013-04-22 00:00","","","","",0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,0.00015,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88180",1,48.006295,-122.973953,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.015702,0.012762,0.077,"2013-03-26 00:00",0.046,"2013-05-10 00:00",0.034,"2013-05-07 00:00",0.0335,"2013-04-01 00:00","","","","",0.077,0.046,0.034,0.0295,0.0198,0.0131,0.0048,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88180",2,48.006295,-122.973953,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,0.016013,0.013319,0.0764,"2013-03-26 00:00",0.0444,"2013-05-10 00:00",0.0356,"2013-05-07 00:00",0.033,"2013-04-01 00:00","","","","",0.0764,0.0764,0.0356,0.0293,0.0204,0.0123,0.0052,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88184",1,48.006295,-122.973953,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.069421,0.08823,0.4877,"2013-02-27 00:00",0.26,"2013-04-10 00:00",0.2402,"2013-02-24 00:00",0.219,"2013-05-07 00:00","","","","",0.4877,0.26,0.2402,0.1744,0.0849,0.0396,0.0019,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88184",2,48.006295,-122.973953,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",4,0.073672,0.092233,0.4858,"2013-02-27 00:00",0.2657,"2013-04-10 00:00",0.2568,"2013-02-24 00:00",0.2162,"2013-05-07 00:00","","","","",0.4858,0.4858,0.2568,0.187,0.0881,0.0555,0.0041,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88185",1,48.006295,-122.973953,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",44,0.000695,0.000339,0.0022,"2013-01-22 00:00",0.002,"2013-01-16 00:00",0.0014,"2013-03-29 00:00",0.0012,"2013-03-23 00:00","","","","",0.0022,0.002,0.0014,0.0009,0.00065,0.00065,0.0004,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88185",2,48.006295,-122.973953,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",35,0.000668,0.000278,0.0015,"2013-01-01 00:00",0.0014,"2013-01-28 00:00",0.0011,"2013-01-19 00:00",0.0011,"2013-02-21 00:00","","","","",0.0015,0.0015,0.0011,0.0011,0.00065,0.00065,0.0004,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88203",1,48.006295,-122.973953,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.071921,0.125961,0.7398,"2013-02-27 00:00",0.3891,"2013-04-10 00:00",0.3661,"2013-02-24 00:00",0.2484,"2013-03-17 00:00","","","","",0.7398,0.3891,0.3661,0.175,0.0795,0.0301,0.0033,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88306",1,48.006295,-122.973953,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.177635,0.169812,0.9352,"2013-04-04 00:00",0.6147,"2013-03-26 00:00",0.4521,"2013-02-27 00:00",0.3868,"2013-01-13 00:00","","","","",0.9352,0.6147,0.4521,0.3744,0.2382,0.1202,0.0377,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88320",1,48.006295,-122.973953,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.357843,0.304587,1.58,"2013-03-26 00:00",1.11,"2013-05-07 00:00",0.85,"2013-01-13 00:00",0.85,"2013-05-10 00:00","","","","",1.58,1.11,0.85,0.73,0.49,0.27,0.1,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88321",1,48.006295,-122.973953,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.056863,0.051903,0.26,"2013-03-26 00:00",0.17,"2013-03-29 00:00",0.15,"2013-01-13 00:00",0.13,"2013-04-01 00:00","","","","",0.26,0.17,0.15,0.12,0.08,0.04,0.01,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88324",1,48.006295,-122.973953,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",51,0.019002,0.006738,0.03,"2013-01-22 00:00",0.0298,"2013-01-10 00:00",0.0297,"2013-01-28 00:00",0.0295,"2013-01-25 00:00","","","","",0.03,0.0298,0.0297,0.0294,0.02295,0.0163,0.01015,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88325",1,48.006295,-122.973953,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",33,0.056452,0.059355,0.316,"2013-03-26 00:00",0.2296,"2013-05-10 00:00",0.1969,"2013-05-07 00:00",0.1352,"2013-01-13 00:00","","","","",0.316,0.2296,0.1969,0.1258,0.0702,0.03275,0.0163,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88326",1,48.006295,-122.973953,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.132128,0.100927,0.4529,"2013-03-26 00:00",0.45,"2013-05-07 00:00",0.3135,"2013-04-01 00:00",0.272,"2013-01-13 00:00","","","","",0.4529,0.45,0.3135,0.257,0.182,0.1097,0.0355,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88327",1,48.006295,-122.973953,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.088248,0.072604,0.407,"2013-03-26 00:00",0.2438,"2013-05-07 00:00",0.2066,"2013-01-13 00:00",0.1904,"2013-04-01 00:00","","","","",0.407,0.2438,0.2066,0.1742,0.111,0.0774,0.01585,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88328",1,48.006295,-122.973953,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.088459,0.082348,0.4075,"2013-03-26 00:00",0.2484,"2013-05-10 00:00",0.2363,"2013-01-13 00:00",0.2262,"2013-05-07 00:00","","","","",0.4075,0.2484,0.2363,0.2065,0.1363,0.0552,0.0149,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88329",1,48.006295,-122.973953,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.124925,0.11407,0.5725,"2013-03-26 00:00",0.3571,"2013-01-13 00:00",0.3268,"2013-03-29 00:00",0.3086,"2013-05-10 00:00","","","","",0.5725,0.3571,0.3268,0.2863,0.1963,0.0816,0.0261,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88330",1,48.006295,-122.973953,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.020707,0.021028,0.093,"2013-03-26 00:00",0.0634,"2013-03-29 00:00",0.0606,"2013-04-16 00:00",0.054,"2013-03-23 00:00","","","","",0.093,0.0634,0.0606,0.0503,0.033,0.0154,0.0018,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88331",1,48.006295,-122.973953,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000187,0.000726,0.005,"2013-04-16 00:00",0.001,"2013-04-25 00:00",0.001,"2013-05-13 00:00",0.001,"2013-05-22 00:00","","","","",0.005,0.001,0.001,0.0001,0.0001,0,0,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88338",1,48.006295,-122.973953,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.015969,0.005537,0.0349,"2013-05-16 00:00",0.0317,"2013-03-20 00:00",0.0249,"2013-05-19 00:00",0.02255,"2013-02-21 00:00","","","","",0.0349,0.0317,0.0249,0.02235,0.021,0.0148,0.0102,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88339",1,48.006295,-122.973953,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.536258,0.418894,1.71843,"2013-05-10 00:00",1.40914,"2013-05-07 00:00",1.30507,"2013-03-26 00:00",1.24905,"2013-01-16 00:00","","","","",1.71843,1.40914,1.30507,1.20269,0.81634,0.41114,0.13835,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88344",1,48.006295,-122.973953,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.229167,0.21906,1.2064,"2013-04-04 00:00",0.793,"2013-03-26 00:00",0.5832,"2013-02-27 00:00",0.499,"2013-01-13 00:00","","","","",1.2064,0.793,0.5832,0.483,0.3073,0.1551,0.0486,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88348",1,48.006295,-122.973953,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.117537,0.179145,0.8642,"2013-05-10 00:00",0.7211,"2013-05-04 00:00",0.4823,"2013-04-01 00:00",0.4326,"2013-05-07 00:00","","","","",0.8642,0.7211,0.4823,0.3038,0.1244,0.0426,0.0095,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88348",2,48.006295,-122.973953,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,0.130009,0.188609,0.8682,"2013-05-10 00:00",0.7342,"2013-05-04 00:00",0.47,"2013-04-01 00:00",0.4546,"2013-05-07 00:00","","","","",0.8682,0.8682,0.47,0.3248,0.1472,0.0446,0.0087,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88350",1,48.006295,-122.973953,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.64488,0.548494,2.8467,"2013-03-26 00:00",2.0052,"2013-05-07 00:00",1.5376,"2013-01-13 00:00",1.5287,"2013-05-10 00:00","","","","",2.8467,2.0052,1.5376,1.3169,0.8779,0.4876,0.1836,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88403",1,48.006295,-122.973953,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.363622,0.293352,1.2069,"2013-05-10 00:00",0.9901,"2013-05-07 00:00",0.9604,"2013-03-26 00:00",0.8974,"2013-01-16 00:00","","","","",1.2069,0.9901,0.9604,0.7974,0.5387,0.2398,0.0965,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88502",1,48.006295,-122.973953,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.670588,1.211329,5.5,"2013-03-26 00:00",4.6,"2013-05-10 00:00",4.4,"2013-05-07 00:00",3.9,"2013-04-01 00:00","","","","",5.5,4.6,4.4,3.2,2.3,1.3,0.5,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","009","0020","88502",2,48.006295,-122.973953,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,22,61,0,0,"","","Certification not required",0,1.72,1.306383,5.6,"2013-03-26 00:00",4.7,"2013-05-07 00:00",4.7,"2013-05-10 00:00",3.8,"2013-04-01 00:00","","","","",5.6,5.6,4.7,3.4,2.4,1.3,0.5,"","Olympic","Washington","Clallam","Blyn","Port Angeles, WA","2014-01-28" +"53","011","0011","44201",1,45.616667,-122.516667,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3569,99,152,153,0,98,0,0,"Certification not required",158,0.038776,0.01026,0.075,"2013-05-11 15:00",0.066,"2013-05-06 15:00",0.061,"2013-06-28 15:00",0.059,"2013-09-11 14:00","","","","",0.066,0.059,0.056,0.054,0.046,0.038,0.027,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-18" +"53","011","0011","44201",1,45.616667,-122.516667,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3638,99,152,153,0,0,0,0,"Certification not required",0,0.032868,0.008587,0.062,"2013-05-11 11:00",0.052,"2013-05-02 12:00",0.052,"2013-05-04 12:00",0.052,"2013-05-06 10:00","","","","",0.052,0.052,0.048,0.046,0.038,0.032,0.022,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-18" +"53","011","0011","44201",1,45.616667,-122.516667,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3638,99,152,153,0,0,0,0,"Certification not required",0,0.032868,0.008587,0.062,"2013-05-11 11:00",0.052,"2013-05-02 12:00",0.052,"2013-05-04 12:00",0.052,"2013-05-06 10:00","","","","",0.052,0.052,0.048,0.046,0.038,0.032,0.022,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-18" +"53","011","0011","61101",1,45.616667,-122.516667,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5410,62,225,365,0,1881,"","","Certification not required",0,3.06525,1.998884,10.9,"2013-06-07 17:00",10.9,"2013-07-26 17:00",10.7,"2013-07-02 15:00",10.7,"2013-09-28 14:00","","","","",8.9,8.2,7,5.9,4.2,2.7,0.8,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0011","61102",1,45.616667,-122.516667,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5410,62,225,365,0,1881,"","","Certification not required",0,234.234566,85.645502,360,"2013-03-04 06:00",360,"2013-06-07 06:00",360,"2013-07-14 01:00",360,"2013-07-16 01:00","","","","",355,350,343,335,317,227,129,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0011","61103",1,45.616667,-122.516667,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",5363,61,222,365,0,1928,"","","Certification not required",0,2.735857,1.94067,10.5,"2013-07-26 17:00",10.4,"2013-06-07 17:00",10.1,"2013-09-28 14:00",9.9,"2013-07-26 16:00","","","","",8.4,7.7,6.7,5.5,3.8,2.3,0.5,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0011","61104",1,45.616667,-122.516667,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4986,57,206,365,0,2305,"","","Certification not required",0,229.814079,96.965893,360,"2013-07-14 01:00",360,"2013-08-04 06:00",360,"2013-09-10 05:00",360,"2013-09-11 06:00","","","","",356,353,346,338,322,229,93,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0011","62101",1,45.616667,-122.516667,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7284,83,304,365,0,7,"","","Certification not required",0,55.350906,12.657863,99,"2013-09-11 15:00",99,"2013-09-11 16:00",95,"2013-09-10 15:00",95,"2013-09-11 14:00","","","","",85,82,77,73,64,55,39,"VANCOUVER - BLAIRMONT DR","1500 SE BLAIRMONT DR (Mountain View High School)","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0013","68103",5,45.648333,-122.586944,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",40,100,40,40,0,0,"","","Certification not required",0,8.4675,5.572846,17.1,"2013-06-27 00:00",16.5,"2013-08-26 00:00",16.1,"2013-08-08 00:00",15.3,"2013-08-02 00:00","","","","",17.1,17.1,16.5,15.3,13.1,9.9,1.4,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","68104",5,45.648333,-122.586944,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",40,100,40,40,0,0,"","","Certification not required",0,19.28,8.935587,32.1,"2013-07-09 00:00",31.6,"2013-08-14 00:00",31.4,"2013-05-04 00:00",30.6,"2013-05-10 00:00","","","","",32.1,32.1,31.6,30.6,28.2,21.4,7.5,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","68105",1,45.648333,-122.586944,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,100,15,15,0,1,"","","Certification not required",0,5.39,3.824003,13.7,"2013-03-29 00:00",11.4,"2013-03-14 00:00",9.1,"2013-03-02 00:00",9,"2013-03-11 00:00","","","","",13.7,13.7,11.4,9.1,8,5.5,-0.8,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-06-19" +"53","011","0013","68105",5,45.648333,-122.586944,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",40,100,40,40,0,0,"","","Certification not required",0,13.2825,6.763624,23.1,"2013-07-09 00:00",22,"2013-06-27 00:00",22,"2013-08-14 00:00",21.7,"2013-07-15 00:00","","","","",23.1,23.1,22,21.7,20.2,14.5,4.4,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","68106",5,45.648333,-122.586944,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",40,100,40,40,0,0,"","","Certification not required",0,755.675,4.681592,768,"2013-01-16 00:00",763,"2013-04-22 00:00",762,"2013-03-23 00:00",761,"2013-02-03 00:00","","","","",768,768,763,761,760,756,751,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","68107",5,45.648333,-122.586944,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",40,100,40,40,0,0,"","","Certification not required",0,761,4.771712,775,"2013-01-16 00:00",771,"2013-02-15 00:00",768,"2013-03-11 00:00",768,"2013-03-23 00:00","","","","",775,775,771,768,764,760,756,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","68108",1,45.648333,-122.586944,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,100,15,15,0,1,"","","Certification not required",0,761.133333,4.703142,771,"2013-01-16 00:00",767,"2013-01-13 00:00",767,"2013-02-12 00:00",766,"2013-01-01 00:00","","","","",771,771,767,767,764,762,756,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-06-19" +"53","011","0013","68108",5,45.648333,-122.586944,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",40,100,40,40,0,0,"","","Certification not required",0,757.425,4.37878,770,"2013-01-16 00:00",764,"2013-04-22 00:00",763,"2013-02-15 00:00",763,"2013-03-11 00:00","","","","",770,770,764,763,762,757,753,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88101",1,45.648333,-122.586944,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,24,29,122,0,1,0,0,"Certification not required",0,11.066667,8.221433,30.6,"2013-01-19 00:00",29,"2013-01-22 00:00",26.4,"2013-02-03 00:00",26.1,"2013-01-01 00:00","","","","",30.6,30.6,29,26.4,14.6,7.7,4.6,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-06-28" +"53","011","0013","88101",1,45.648333,-122.586944,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,24,29,122,0,1,"","","Certification not required",0,11.066667,8.221433,30.6,"2013-01-19 00:00",29,"2013-01-22 00:00",26.4,"2013-02-03 00:00",26.1,"2013-01-01 00:00","","","","",30.6,30.6,29,26.4,14.6,7.7,4.6,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-06-28" +"53","011","0013","88101",3,45.648333,-122.586944,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 1405-F FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",4943,56,210,365,0,772,"","","Certification not required",0,6.164374,5.470378,77.8,"2013-01-01 22:00",67.8,"2013-01-01 21:00",65.1,"2013-01-01 23:00",60.8,"2013-01-01 20:00","","","","",26.3,20.5,15.3,11.3,7.5,5,1.7,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-11-18" +"53","011","0013","88101",3,45.648333,-122.586944,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",205,56,205,365,0,0,0,0,"Certification not required",0,6.027805,3.794431,27,"2013-02-03 00:00",25.2,"2013-01-01 00:00",23.4,"2013-02-04 00:00",17.7,"2013-03-10 00:00","","","","",23.4,16.8,12.3,9.8,7.3,5.1,2.6,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-11-18" +"53","011","0013","88101",3,45.648333,-122.586944,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",206,56,206,365,0,0,"","","Certification not required",0,6.097087,3.913602,27,"2013-02-03 00:00",25.2,"2013-01-01 00:00",23.4,"2013-02-04 00:00",20.3,"2013-01-02 00:00","","","","",23.4,17.7,14,10.1,7.4,5.2,2.6,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-11-18" +"53","011","0013","88102",5,45.648333,-122.586944,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",36,0.020988,0.009251,0.052,"2013-06-21 00:00",0.051,"2013-08-26 00:00",0.044,"2013-04-28 00:00",0.029,"2013-05-22 00:00","","","","",0.052,0.052,0.051,0.029,0.021,0.0195,0.014,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88103",5,45.648333,-122.586944,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.0006,0.001033,0.004,"2013-02-03 00:00",0.003,"2013-02-09 00:00",0.003,"2013-03-23 00:00",0.002,"2013-01-22 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88104",5,45.648333,-122.586944,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",27,0.019513,0.025995,0.126,"2013-05-10 00:00",0.105,"2013-08-14 00:00",0.079,"2013-05-04 00:00",0.035,"2013-08-20 00:00","","","","",0.126,0.126,0.105,0.035,0.023,0.0115,0.0065,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88107",5,45.648333,-122.586944,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",39,0.00643,0.005414,0.0295,"2013-01-10 00:00",0.0295,"2013-03-17 00:00",0.0091,"2013-01-22 00:00",0.0055,"2013-02-27 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.005,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88109",5,45.648333,-122.586944,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",19,0.002039,0.001884,0.0097,"2013-02-03 00:00",0.0062,"2013-01-22 00:00",0.0053,"2013-03-23 00:00",0.005,"2013-01-04 00:00","","","","",0.0097,0.0097,0.0062,0.005,0.0027,0.0012,0.00065,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88110",5,45.648333,-122.586944,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.00125,0.002942,0.013,"2013-04-28 00:00",0.008,"2013-02-03 00:00",0.008,"2013-08-02 00:00",0.006,"2013-05-10 00:00","","","","",0.013,0.013,0.008,0.006,0,0,0,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88111",5,45.648333,-122.586944,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",10,0.018424,0.016793,0.0778,"2013-08-14 00:00",0.0702,"2013-05-10 00:00",0.0492,"2013-05-04 00:00",0.0429,"2013-07-15 00:00","","","","",0.0778,0.0778,0.0702,0.0429,0.0235,0.0146,0.00375,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88112",5,45.648333,-122.586944,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.001625,0.001372,0.006,"2013-08-26 00:00",0.004,"2013-03-17 00:00",0.004,"2013-08-08 00:00",0.003,"2013-01-04 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0.002,0,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88113",5,45.648333,-122.586944,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",37,0.000734,0.000255,0.0018,"2013-08-02 00:00",0.0015,"2013-02-15 00:00",0.0013,"2013-03-11 00:00",0.001,"2013-01-10 00:00","","","","",0.0018,0.0018,0.0015,0.001,0.0007,0.00065,0.00055,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88114",5,45.648333,-122.586944,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",30,0.001606,0.00137,0.0063,"2013-08-14 00:00",0.0057,"2013-01-22 00:00",0.0046,"2013-02-09 00:00",0.0034,"2013-03-11 00:00","","","","",0.0063,0.0063,0.0057,0.0034,0.002,0.00125,0.00065,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88115",5,45.648333,-122.586944,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",15,0.066614,0.127184,0.536,"2013-07-27 00:00",0.424,"2013-06-03 00:00",0.347,"2013-06-09 00:00",0.325,"2013-07-03 00:00","","","","",0.536,0.536,0.424,0.325,0.0588,0.0126,0.0039,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88117",5,45.648333,-122.586944,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.006081,0.008722,0.0435,"2013-01-10 00:00",0.0435,"2013-03-17 00:00",0.00485,"2013-02-27 00:00",0.00485,"2013-03-11 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.00485,0.0041,0.0034,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88118",5,45.648333,-122.586944,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.008398,0.005873,0.023,"2013-01-10 00:00",0.023,"2013-03-17 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88126",5,45.648333,-122.586944,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.058248,0.034647,0.192,"2013-08-14 00:00",0.144,"2013-05-10 00:00",0.117,"2013-01-22 00:00",0.0884,"2013-07-15 00:00","","","","",0.192,0.192,0.144,0.0884,0.074,0.052,0.028,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88128",5,45.648333,-122.586944,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.000575,0.001035,0.004,"2013-02-21 00:00",0.003,"2013-01-22 00:00",0.003,"2013-02-03 00:00",0.002,"2013-05-22 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0,0,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88131",5,45.648333,-122.586944,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.009125,0.00288,0.0165,"2013-01-22 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-08-14 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88132",5,45.648333,-122.586944,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.0014,0.001336,0.005,"2013-01-28 00:00",0.004,"2013-01-04 00:00",0.004,"2013-01-10 00:00",0.004,"2013-01-22 00:00","","","","",0.005,0.005,0.004,0.004,0.002,0.001,0,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88136",5,45.648333,-122.586944,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.00015,0.000362,0.001,"2013-01-28 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-05 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88140",5,45.648333,-122.586944,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",32,0.01148,0.012107,0.057,"2013-07-27 00:00",0.0555,"2013-08-14 00:00",0.0352,"2013-02-09 00:00",0.031,"2013-06-03 00:00","","","","",0.057,0.057,0.0555,0.031,0.009,0.009,0.0055,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88152",5,45.648333,-122.586944,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.006093,0.001601,0.008,"2013-02-27 00:00",0.008,"2013-03-11 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-16 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.0055,0.0045,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88154",5,45.648333,-122.586944,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.000989,0.000286,0.0013,"2013-02-03 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88160",5,45.648333,-122.586944,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.011925,0.003283,0.0185,"2013-01-22 00:00",0.0185,"2013-02-09 00:00",0.018,"2013-05-04 00:00",0.018,"2013-08-14 00:00","","","","",0.0185,0.0185,0.0185,0.018,0.016,0.01,0.01,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88161",5,45.648333,-122.586944,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",31,0.003639,0.003161,0.0203,"2013-08-14 00:00",0.008,"2013-05-10 00:00",0.007,"2013-06-27 00:00",0.007,"2013-07-09 00:00","","","","",0.0203,0.0203,0.008,0.007,0.00265,0.00265,0.00215,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88164",5,45.648333,-122.586944,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.001651,0.000238,0.0019,"2013-02-27 00:00",0.0019,"2013-03-11 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88165",5,45.648333,-122.586944,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",2,0.064983,0.063759,0.286,"2013-05-10 00:00",0.282,"2013-08-14 00:00",0.188,"2013-05-04 00:00",0.151,"2013-07-15 00:00","","","","",0.286,0.286,0.282,0.151,0.0785,0.045,0.017,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88166",5,45.648333,-122.586944,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",39,0.007581,0.004391,0.019,"2013-01-22 00:00",0.019,"2013-02-09 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-08-14 00:00","","","","",0.019,0.019,0.019,0.0185,0.0075,0.0065,0.0042,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88167",5,45.648333,-122.586944,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",12,0.006559,0.006974,0.028,"2013-01-22 00:00",0.0228,"2013-02-03 00:00",0.0227,"2013-01-04 00:00",0.0224,"2013-01-28 00:00","","","","",0.028,0.028,0.0228,0.0224,0.0085,0.0044,0.0009,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88168",5,45.648333,-122.586944,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",39,0.001394,0.001532,0.0107,"2013-07-21 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-05-04 00:00","","","","",0.0107,0.0107,0.00175,0.00175,0.0012,0.00115,0.00085,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88169",5,45.648333,-122.586944,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.25024,0.165046,0.961,"2013-01-22 00:00",0.522,"2013-08-20 00:00",0.509,"2013-05-10 00:00",0.455,"2013-02-03 00:00","","","","",0.961,0.961,0.522,0.455,0.307,0.214,0.11,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88176",5,45.648333,-122.586944,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",39,0.000963,0.00021,0.0015,"2013-02-03 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-09 00:00","","","","",0.0015,0.0015,0.0013,0.0013,0.001,0.001,0.0007,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88180",5,45.648333,-122.586944,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.046678,0.040611,0.191,"2013-01-22 00:00",0.187,"2013-02-03 00:00",0.106,"2013-03-11 00:00",0.101,"2013-02-09 00:00","","","","",0.191,0.191,0.187,0.101,0.0531,0.035,0.016,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88184",5,45.648333,-122.586944,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",17,0.1024,0.123304,0.528,"2013-07-27 00:00",0.416,"2013-06-03 00:00",0.339,"2013-06-09 00:00",0.266,"2013-07-09 00:00","","","","",0.528,0.528,0.416,0.266,0.177,0.036,0.0155,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88185",5,45.648333,-122.586944,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",40,0.002723,0.002982,0.0115,"2013-01-22 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-08-14 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88301",5,45.648333,-122.586944,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",4,0.19861,0.288375,1.5,"2013-01-22 00:00",0.888,"2013-01-16 00:00",0.603,"2013-02-03 00:00",0.544,"2013-02-21 00:00","","","","",1.5,1.5,0.888,0.544,0.315,0.083,0.015,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88302",5,45.648333,-122.586944,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",1,0.097098,0.079192,0.33,"2013-07-27 00:00",0.295,"2013-06-03 00:00",0.242,"2013-07-03 00:00",0.24,"2013-06-09 00:00","","","","",0.33,0.33,0.295,0.24,0.148,0.07,0.031,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88303",5,45.648333,-122.586944,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",15,0.03622,0.032916,0.162,"2013-02-03 00:00",0.107,"2013-01-22 00:00",0.101,"2013-02-09 00:00",0.089,"2013-01-04 00:00","","","","",0.162,0.162,0.107,0.089,0.049,0.029,0.012,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88306",5,45.648333,-122.586944,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.69865,0.784561,3.76,"2013-01-16 00:00",2.15,"2013-01-22 00:00",2.11,"2013-02-09 00:00",1.97,"2013-02-03 00:00","","","","",3.76,3.76,2.15,1.97,0.823,0.391,0.192,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88355",5,45.648333,-122.586944,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,2.482375,2.345629,10.9,"2013-02-03 00:00",10.7,"2013-01-22 00:00",6.03,"2013-03-11 00:00",5.83,"2013-02-09 00:00","","","","",10.9,10.9,10.7,5.83,2.83,1.71,0.885,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88357",5,45.648333,-122.586944,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.3535,0.312588,1.39,"2013-01-22 00:00",1.24,"2013-02-03 00:00",0.936,"2013-01-04 00:00",0.819,"2013-02-09 00:00","","","","",1.39,1.39,1.24,0.819,0.463,0.283,0.087,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88370",5,45.648333,-122.586944,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,2.275225,2.107022,9.92,"2013-02-03 00:00",9.65,"2013-01-22 00:00",5.55,"2013-03-11 00:00",5.08,"2013-02-09 00:00","","","","",9.92,9.92,9.65,5.08,2.6,1.6,0.868,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88374",5,45.648333,-122.586944,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.395275,0.74119,3.59,"2013-01-22 00:00",3.06,"2013-02-03 00:00",1.32,"2013-01-04 00:00",0.944,"2013-02-09 00:00","","","","",3.59,3.59,3.06,0.944,0.407,0.131,0.035,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88375",5,45.648333,-122.586944,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.5344,0.406598,2.11,"2013-02-03 00:00",1.63,"2013-01-22 00:00",1.24,"2013-03-11 00:00",1.2,"2013-02-09 00:00","","","","",2.11,2.11,1.63,1.2,0.654,0.43,0.231,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88376",5,45.648333,-122.586944,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.68215,0.442289,2.05,"2013-02-03 00:00",1.7,"2013-03-11 00:00",1.69,"2013-02-09 00:00",1.56,"2013-01-22 00:00","","","","",2.05,2.05,1.7,1.56,0.791,0.588,0.288,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88377",5,45.648333,-122.586944,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.388125,0.274287,1.11,"2013-02-09 00:00",1.05,"2013-03-11 00:00",1.03,"2013-01-22 00:00",1.02,"2013-02-03 00:00","","","","",1.11,1.11,1.05,1.02,0.504,0.302,0.158,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88378",5,45.648333,-122.586944,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",3,0.275275,0.381042,1.84,"2013-01-22 00:00",1.68,"2013-02-03 00:00",0.786,"2013-01-04 00:00",0.637,"2013-03-11 00:00","","","","",1.84,1.84,1.68,0.637,0.291,0.183,0.066,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88380",5,45.648333,-122.586944,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.56,0.547606,2.42,"2013-01-22 00:00",2.2,"2013-02-03 00:00",1.57,"2013-02-09 00:00",1.28,"2013-01-04 00:00","","","","",2.42,2.42,2.2,1.28,0.671,0.378,0.12,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88383",5,45.648333,-122.586944,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.7876,0.889154,4.21,"2013-01-22 00:00",3.86,"2013-02-03 00:00",2.02,"2013-01-04 00:00",1.85,"2013-03-11 00:00","","","","",4.21,4.21,3.86,1.85,0.864,0.513,0.198,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88384",5,45.648333,-122.586944,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",1,0.047607,0.024833,0.0971,"2013-08-08 00:00",0.0944,"2013-04-16 00:00",0.0863,"2013-06-15 00:00",0.0835,"2013-04-22 00:00","","","","",0.0971,0.0971,0.0944,0.0835,0.0635,0.0493,0.00971,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88385",5,45.648333,-122.586944,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",39,0.001034,0.000213,0.00235,"2013-08-26 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.00235,0.00235,0.001,0.001,0.001,0.001,0.001,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88388",5,45.648333,-122.586944,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.48185,0.597987,2.88,"2013-01-22 00:00",2.63,"2013-02-03 00:00",1.13,"2013-01-04 00:00",1.12,"2013-03-11 00:00","","","","",2.88,2.88,2.63,1.12,0.461,0.303,0.111,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88403",5,45.648333,-122.586944,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,0.6034,0.466404,2.86,"2013-01-22 00:00",1.39,"2013-05-10 00:00",1.2,"2013-08-20 00:00",1.07,"2013-07-09 00:00","","","","",2.86,2.86,1.39,1.07,0.75,0.5,0.242,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0013","88502",5,45.648333,-122.586944,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",40,100,40,40,0,0,"","","Certification not required",0,7.3225,5.509409,27.1,"2013-01-22 00:00",26.1,"2013-02-03 00:00",15.3,"2013-02-09 00:00",15.1,"2013-01-04 00:00","","","","",27.1,27.1,26.1,15.1,8.1,5.7,3.4,"VANCOUVER - 4TH PL BLVD E","8205 NE FOURTH PLAIN RD, VANCOUVER, WA","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2013-12-17" +"53","011","0022","11203",1,45.8639,-122.410889,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7182,82,299,365,0,7,"","","Certification not required",2438,0.236508,0.348912,4,"2013-01-20 22:00",3.9,"2013-01-21 07:00",3.7,"2013-01-19 02:00",3.6,"2013-01-22 01:00","","","","",2,1.4,0.8,0.5,0.3,0.1,0.05,"YACOLT - YACOLT RD","406 W YACOLT RD","Washington","Clark","Yacolt","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0022","88502",4,45.8639,-122.410889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7182,82,299,365,0,7,"","","Certification not required",0,6.019284,6.646538,69.8,"2013-01-20 22:00",68,"2013-01-21 07:00",65.3,"2013-01-19 02:00",63.3,"2013-01-22 01:00","","","","",38.2,28.6,17.7,11.7,6.7,4,1.8,"YACOLT - YACOLT RD","406 W YACOLT RD","Washington","Clark","Yacolt","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0022","88502",4,45.8639,-122.410889,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,5.97592,5.008907,32.1,"2013-01-19 00:00",31.9,"2013-01-22 00:00",31.4,"2013-01-21 00:00",31.3,"2013-01-18 00:00","","","","",31.4,22.3,15.6,11.8,6.7,4.6,2.3,"YACOLT - YACOLT RD","406 W YACOLT RD","Washington","Clark","Yacolt","Portland-Vancouver-Beaverton, OR-WA","2014-01-21" +"53","011","0023","68103",5,45.64987,-122.5901,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",12,57,12,21,0,0,"","","Certification not required",0,9.875,3.634713,16.2,"2013-09-13 00:00",15,"2013-09-01 00:00",13.3,"2013-09-07 00:00",11.5,"2013-10-07 00:00","","","","",16.2,16.2,16.2,15,13.3,9.7,5.8,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","68104",5,45.64987,-122.5901,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",12,57,12,21,0,0,"","","Certification not required",0,20.45,5.932116,30.6,"2013-09-01 00:00",29,"2013-09-19 00:00",26.9,"2013-09-07 00:00",24.4,"2013-09-13 00:00","","","","",30.6,30.6,30.6,29,26.9,18.6,14.4,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","68105",5,45.64987,-122.5901,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",12,57,12,21,0,0,"","","Certification not required",0,14.291667,4.118132,22.4,"2013-09-01 00:00",19.9,"2013-09-07 00:00",18.6,"2013-09-13 00:00",17.1,"2013-09-19 00:00","","","","",22.4,22.4,22.4,19.9,18.6,12.4,10.5,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","68106",5,45.64987,-122.5901,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",12,57,12,21,0,0,"","","Certification not required",0,754.666667,3.749747,760,"2013-10-13 00:00",759,"2013-10-31 00:00",758,"2013-10-25 00:00",757,"2013-10-19 00:00","","","","",760,760,760,759,758,755,749,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","68107",5,45.64987,-122.5901,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",12,57,12,21,0,0,"","","Certification not required",0,759.916667,3.203928,764,"2013-10-13 00:00",764,"2013-11-06 00:00",763,"2013-10-31 00:00",762,"2013-10-25 00:00","","","","",764,764,764,764,763,761,756,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","68108",5,45.64987,-122.5901,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",12,57,12,21,0,0,"","","Certification not required",0,756.666667,3.773914,762,"2013-10-13 00:00",761,"2013-10-25 00:00",761,"2013-11-06 00:00",760,"2013-10-31 00:00","","","","",762,762,762,761,761,757,752,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88102",5,45.64987,-122.5901,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",10,0.024,0.009984,0.047,"2013-11-06 00:00",0.042,"2013-09-07 00:00",0.026,"2013-10-07 00:00",0.021,"2013-09-01 00:00","","","","",0.047,0.047,0.047,0.042,0.026,0.0195,0.0195,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88103",5,45.64987,-122.5901,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.000917,0.001165,0.003,"2013-10-19 00:00",0.003,"2013-10-25 00:00",0.002,"2013-10-31 00:00",0.001,"2013-09-01 00:00","","","","",0.003,0.003,0.003,0.003,0.002,0.001,0,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88104",5,45.64987,-122.5901,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",9,0.013542,0.013567,0.053,"2013-09-19 00:00",0.024,"2013-10-31 00:00",0.016,"2013-10-25 00:00",0.0125,"2013-10-07 00:00","","","","",0.053,0.053,0.053,0.024,0.016,0.0065,0.0065,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88107",5,45.64987,-122.5901,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.005238,0.00049,0.0055,"2013-09-07 00:00",0.0055,"2013-09-19 00:00",0.0055,"2013-09-25 00:00",0.0055,"2013-10-13 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.0055,0.005,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88109",5,45.64987,-122.5901,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",4,0.001971,0.001068,0.0037,"2013-10-25 00:00",0.0036,"2013-11-06 00:00",0.0029,"2013-10-31 00:00",0.0025,"2013-10-01 00:00","","","","",0.0037,0.0037,0.0037,0.0036,0.0029,0.002,0.00065,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88110",5,45.64987,-122.5901,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.00275,0.004115,0.011,"2013-10-13 00:00",0.009,"2013-10-07 00:00",0.007,"2013-09-07 00:00",0.005,"2013-10-19 00:00","","","","",0.011,0.011,0.011,0.009,0.007,0,0,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88111",5,45.64987,-122.5901,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",6,0.014796,0.016709,0.0497,"2013-10-19 00:00",0.0426,"2013-09-19 00:00",0.0303,"2013-10-31 00:00",0.0146,"2013-11-06 00:00","","","","",0.0497,0.0497,0.0497,0.0426,0.0303,0.0092,0.0024,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88112",5,45.64987,-122.5901,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.01825,0.03109,0.091,"2013-10-07 00:00",0.071,"2013-09-25 00:00",0.033,"2013-10-31 00:00",0.013,"2013-10-01 00:00","","","","",0.091,0.091,0.091,0.071,0.033,0.003,0,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88113",5,45.64987,-122.5901,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",10,0.000758,0.000256,0.0013,"2013-10-01 00:00",0.0013,"2013-10-19 00:00",0.0007,"2013-09-13 00:00",0.0007,"2013-10-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0007,0.00065,0.00065,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88114",5,45.64987,-122.5901,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",5,0.003288,0.003371,0.0118,"2013-10-19 00:00",0.0077,"2013-09-19 00:00",0.0045,"2013-10-31 00:00",0.0037,"2013-11-06 00:00","","","","",0.0118,0.0118,0.0118,0.0077,0.0045,0.0026,0.0008,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88115",5,45.64987,-122.5901,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",5,0.047996,0.086422,0.259,"2013-10-07 00:00",0.201,"2013-10-01 00:00",0.0353,"2013-10-19 00:00",0.0194,"2013-10-13 00:00","","","","",0.259,0.259,0.259,0.201,0.0353,0.0136,0.0039,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88117",5,45.64987,-122.5901,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.004375,0.000755,0.00485,"2013-09-07 00:00",0.00485,"2013-09-19 00:00",0.00485,"2013-09-25 00:00",0.00485,"2013-10-13 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.00485,0.00485,0.0034,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88118",5,45.64987,-122.5901,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.007258,0.004569,0.017,"2013-09-01 00:00",0.017,"2013-10-01 00:00",0.0055,"2013-09-07 00:00",0.0055,"2013-09-19 00:00","","","","",0.017,0.017,0.017,0.017,0.0055,0.0055,0.005,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88126",5,45.64987,-122.5901,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.082942,0.06071,0.224,"2013-10-19 00:00",0.188,"2013-09-19 00:00",0.101,"2013-10-31 00:00",0.0753,"2013-11-06 00:00","","","","",0.224,0.224,0.224,0.188,0.101,0.0597,0.0458,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88128",5,45.64987,-122.5901,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.000417,0.001165,0.004,"2013-10-19 00:00",0.001,"2013-09-13 00:00",0,"2013-09-01 00:00",0,"2013-09-07 00:00","","","","",0.004,0.004,0.004,0.001,0,0,0,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88131",5,45.64987,-122.5901,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.009125,0.00263,0.0165,"2013-10-07 00:00",0.011,"2013-09-01 00:00",0.011,"2013-10-01 00:00",0.008,"2013-09-07 00:00","","","","",0.0165,0.0165,0.0165,0.011,0.011,0.008,0.008,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88132",5,45.64987,-122.5901,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.00175,0.00196,0.006,"2013-09-19 00:00",0.004,"2013-10-31 00:00",0.003,"2013-10-19 00:00",0.003,"2013-11-06 00:00","","","","",0.006,0.006,0.006,0.004,0.003,0.002,0,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88136",5,45.64987,-122.5901,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.00025,0.000452,0.001,"2013-09-25 00:00",0.001,"2013-10-07 00:00",0.001,"2013-10-31 00:00",0,"2013-09-01 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0,0,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88140",5,45.64987,-122.5901,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",11,0.007367,0.004204,0.0204,"2013-10-07 00:00",0.009,"2013-09-13 00:00",0.006,"2013-09-07 00:00",0.006,"2013-09-19 00:00","","","","",0.0204,0.0204,0.0204,0.009,0.006,0.006,0.0055,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88152",5,45.64987,-122.5901,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.007,0.001492,0.008,"2013-09-07 00:00",0.008,"2013-09-19 00:00",0.008,"2013-09-25 00:00",0.008,"2013-10-13 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.005,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88154",5,45.64987,-122.5901,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.000813,0.000254,0.0013,"2013-09-13 00:00",0.00125,"2013-10-07 00:00",0.001,"2013-09-01 00:00",0.001,"2013-10-01 00:00","","","","",0.0013,0.0013,0.0013,0.00125,0.001,0.00065,0.00065,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88160",5,45.64987,-122.5901,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.011667,0.003055,0.018,"2013-10-07 00:00",0.016,"2013-09-01 00:00",0.016,"2013-10-01 00:00",0.01,"2013-09-07 00:00","","","","",0.018,0.018,0.018,0.016,0.016,0.01,0.01,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88161",5,45.64987,-122.5901,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",9,0.004479,0.00402,0.015,"2013-09-19 00:00",0.0089,"2013-10-19 00:00",0.0077,"2013-10-31 00:00",0.00265,"2013-09-07 00:00","","","","",0.015,0.015,0.015,0.0089,0.0077,0.00265,0.00215,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88164",5,45.64987,-122.5901,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.001775,0.000186,0.0019,"2013-09-07 00:00",0.0019,"2013-09-19 00:00",0.0019,"2013-09-25 00:00",0.0019,"2013-10-13 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88165",5,45.64987,-122.5901,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.07065,0.052051,0.185,"2013-09-19 00:00",0.139,"2013-10-31 00:00",0.118,"2013-10-19 00:00",0.0778,"2013-09-07 00:00","","","","",0.185,0.185,0.185,0.139,0.118,0.058,0.021,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88166",5,45.64987,-122.5901,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.007475,0.003566,0.0185,"2013-10-07 00:00",0.0075,"2013-09-01 00:00",0.0075,"2013-10-01 00:00",0.0065,"2013-09-07 00:00","","","","",0.0185,0.0185,0.0185,0.0075,0.0075,0.0065,0.0065,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88167",5,45.64987,-122.5901,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",3,0.007342,0.006318,0.0232,"2013-10-19 00:00",0.0131,"2013-10-31 00:00",0.0111,"2013-11-06 00:00",0.0092,"2013-10-13 00:00","","","","",0.0232,0.0232,0.0232,0.0131,0.0111,0.0068,0.00175,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88168",5,45.64987,-122.5901,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",11,0.001354,0.000555,0.003,"2013-10-31 00:00",0.00175,"2013-10-07 00:00",0.0012,"2013-09-19 00:00",0.0012,"2013-09-25 00:00","","","","",0.003,0.003,0.003,0.00175,0.0012,0.0012,0.00115,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88169",5,45.64987,-122.5901,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.284667,0.110102,0.51,"2013-10-25 00:00",0.405,"2013-09-13 00:00",0.332,"2013-09-19 00:00",0.326,"2013-09-01 00:00","","","","",0.51,0.51,0.51,0.405,0.332,0.312,0.152,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88176",5,45.64987,-122.5901,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",12,0.000983,0.000134,0.0013,"2013-10-07 00:00",0.001,"2013-09-07 00:00",0.001,"2013-09-19 00:00",0.001,"2013-09-25 00:00","","","","",0.0013,0.0013,0.0013,0.001,0.001,0.001,0.0009,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88180",5,45.64987,-122.5901,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.070358,0.050869,0.161,"2013-10-19 00:00",0.158,"2013-10-31 00:00",0.124,"2013-11-06 00:00",0.0817,"2013-10-13 00:00","","","","",0.161,0.161,0.161,0.158,0.124,0.0496,0.0283,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88184",5,45.64987,-122.5901,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",5,0.074583,0.07251,0.238,"2013-10-07 00:00",0.187,"2013-10-01 00:00",0.108,"2013-11-06 00:00",0.087,"2013-09-19 00:00","","","","",0.238,0.238,0.238,0.187,0.108,0.064,0.0155,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88185",5,45.64987,-122.5901,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",11,0.002704,0.002827,0.0115,"2013-10-07 00:00",0.0035,"2013-10-25 00:00",0.00225,"2013-09-01 00:00",0.00225,"2013-10-01 00:00","","","","",0.0115,0.0115,0.0115,0.0035,0.00225,0.00165,0.00165,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88301",5,45.64987,-122.5901,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",3,0.169208,0.213469,0.724,"2013-10-25 00:00",0.358,"2013-11-06 00:00",0.335,"2013-09-13 00:00",0.173,"2013-09-19 00:00","","","","",0.724,0.724,0.724,0.358,0.335,0.101,0.005,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88302",5,45.64987,-122.5901,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.089858,0.063266,0.236,"2013-10-07 00:00",0.173,"2013-10-01 00:00",0.144,"2013-11-06 00:00",0.082,"2013-09-01 00:00","","","","",0.236,0.236,0.236,0.173,0.144,0.081,0.04,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88303",5,45.64987,-122.5901,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",4,0.037825,0.038418,0.14,"2013-10-19 00:00",0.0773,"2013-11-06 00:00",0.0613,"2013-10-13 00:00",0.037,"2013-10-25 00:00","","","","",0.14,0.14,0.14,0.0773,0.0613,0.023,0.012,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88306",5,45.64987,-122.5901,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.714,0.561983,1.88,"2013-11-06 00:00",1.81,"2013-10-25 00:00",0.832,"2013-10-19 00:00",0.786,"2013-09-13 00:00","","","","",1.88,1.88,1.88,1.81,0.832,0.53,0.312,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88355",5,45.64987,-122.5901,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,3.8775,2.470194,8.87,"2013-10-19 00:00",7.17,"2013-10-31 00:00",6.58,"2013-11-06 00:00",4.62,"2013-10-25 00:00","","","","",8.87,8.87,8.87,7.17,6.58,2.72,1.66,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88357",5,45.64987,-122.5901,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.538083,0.350137,1.3,"2013-10-19 00:00",1,"2013-10-31 00:00",0.791,"2013-11-06 00:00",0.709,"2013-09-19 00:00","","","","",1.3,1.3,1.3,1,0.791,0.436,0.188,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88370",5,45.64987,-122.5901,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,3.509167,2.169422,7.62,"2013-10-19 00:00",6.61,"2013-10-31 00:00",6.01,"2013-11-06 00:00",4.25,"2013-10-13 00:00","","","","",7.62,7.62,7.62,6.61,6.01,2.42,1.56,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88374",5,45.64987,-122.5901,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.513333,0.58332,1.89,"2013-10-19 00:00",1.36,"2013-10-31 00:00",0.901,"2013-11-06 00:00",0.511,"2013-10-13 00:00","","","","",1.89,1.89,1.89,1.36,0.901,0.308,0.079,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88375",5,45.64987,-122.5901,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.862333,0.538225,2.02,"2013-10-19 00:00",1.53,"2013-10-31 00:00",1.5,"2013-11-06 00:00",0.947,"2013-10-13 00:00","","","","",2.02,2.02,2.02,1.53,1.5,0.638,0.427,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88376",5,45.64987,-122.5901,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,1.219917,0.680921,2.54,"2013-10-19 00:00",2.2,"2013-10-31 00:00",1.88,"2013-11-06 00:00",1.49,"2013-10-13 00:00","","","","",2.54,2.54,2.54,2.2,1.88,0.876,0.655,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88377",5,45.64987,-122.5901,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.605833,0.310483,1.09,"2013-10-31 00:00",1.07,"2013-11-06 00:00",0.994,"2013-10-19 00:00",0.786,"2013-10-13 00:00","","","","",1.09,1.09,1.09,1.07,0.994,0.497,0.325,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88378",5,45.64987,-122.5901,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.308417,0.2099,0.67,"2013-11-06 00:00",0.628,"2013-10-25 00:00",0.522,"2013-10-13 00:00",0.428,"2013-10-31 00:00","","","","",0.67,0.67,0.67,0.628,0.522,0.251,0.05,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88380",5,45.64987,-122.5901,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.904833,0.659515,2.55,"2013-10-19 00:00",1.56,"2013-10-31 00:00",1.35,"2013-11-06 00:00",1.01,"2013-09-19 00:00","","","","",2.55,2.55,2.55,1.56,1.35,0.828,0.341,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88383",5,45.64987,-122.5901,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,1.158333,0.719468,2.61,"2013-10-19 00:00",1.98,"2013-11-06 00:00",1.93,"2013-10-31 00:00",1.52,"2013-10-25 00:00","","","","",2.61,2.61,2.61,1.98,1.93,1.12,0.421,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88384",5,45.64987,-122.5901,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.053417,0.023685,0.11,"2013-10-19 00:00",0.0881,"2013-09-19 00:00",0.0598,"2013-10-13 00:00",0.0554,"2013-09-01 00:00","","","","",0.11,0.11,0.11,0.0881,0.0598,0.0507,0.0314,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88385",5,45.64987,-122.5901,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",10,0.001702,0.001652,0.0057,"2013-10-31 00:00",0.00472,"2013-11-06 00:00",0.001,"2013-09-01 00:00",0.001,"2013-09-07 00:00","","","","",0.0057,0.0057,0.0057,0.00472,0.001,0.001,0.001,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88388",5,45.64987,-122.5901,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.675917,0.430795,1.43,"2013-10-19 00:00",1.23,"2013-11-06 00:00",1.13,"2013-10-25 00:00",0.986,"2013-10-31 00:00","","","","",1.43,1.43,1.43,1.23,1.13,0.502,0.205,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88403",5,45.64987,-122.5901,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,0.6559,0.360006,1.25,"2013-10-25 00:00",0.995,"2013-09-13 00:00",0.982,"2013-09-19 00:00",0.86,"2013-10-19 00:00","","","","",1.25,1.25,1.25,0.995,0.982,0.824,0.255,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","011","0023","88502",5,45.64987,-122.5901,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",12,57,12,21,0,0,"","","Certification not required",0,10.058333,5.155484,19.6,"2013-10-19 00:00",16.5,"2013-11-06 00:00",15.5,"2013-10-31 00:00",14.1,"2013-10-25 00:00","","","","",19.6,19.6,19.6,16.5,15.5,8.5,5,"Vancouver-NE Vancouver Plaza Dr","8121 NE Vancouver Plaza Dr","Washington","Clark","Vancouver","Portland-Vancouver-Beaverton, OR-WA","2014-02-14" +"53","013","0002","11203",1,46.318,-117.985,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6707,77,279,365,0,581,"","","Certification not required",3102,0.161354,0.166277,1.4,"2013-01-15 08:00",1.4,"2013-02-03 21:00",1.4,"2013-02-19 20:00",1.4,"2013-02-19 21:00","","","","",0.8,0.7,0.5,0.4,0.2,0.1,0.05,"DAYTON - W MAIN","206 W MAIN ST","Washington","Columbia","Dayton","","2014-01-21" +"53","013","0002","88502",4,46.318,-117.985,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6702,77,279,365,0,586,"","","Certification not required",0,5.443972,3.601064,27.1,"2013-01-15 08:00",27,"2013-02-19 20:00",26,"2013-02-03 21:00",26,"2013-02-19 21:00","","","","",17.5,15.7,12.6,10.4,7.1,4.3,2,"DAYTON - W MAIN","206 W MAIN ST","Washington","Columbia","Dayton","","2014-01-21" +"53","013","0002","88502",4,46.318,-117.985,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",279,76,279,365,0,0,"","","Certification not required",0,5.400717,2.903471,16.3,"2013-01-25 00:00",14.7,"2013-01-16 00:00",14.7,"2013-10-27 00:00",13.6,"2013-01-18 00:00","","","","",14.7,13.3,10.9,9.4,7.1,4.7,2.3,"DAYTON - W MAIN","206 W MAIN ST","Washington","Columbia","Dayton","","2014-01-21" +"53","015","0015","11203",2,46.139444,-122.961944,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7285,83,304,365,0,2,"","","Certification not required",1938,0.215937,0.212731,2.5,"2013-07-04 22:00",2,"2013-01-12 23:00",1.7,"2013-01-12 01:00",1.7,"2013-01-12 22:00","","","","",1,0.8,0.6,0.5,0.3,0.2,0.05,"LONGVIEW - 30TH AVE","1324 30TH AVE (Olympic Elementary School)","Washington","Cowlitz","Longview","Longview, WA","2014-01-21" +"53","015","0015","88502",4,46.139444,-122.961944,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7285,83,304,365,0,2,"","","Certification not required",0,5.732107,4.371403,46.5,"2013-07-04 22:00",39.3,"2013-01-12 23:00",33.8,"2013-02-02 22:00",33.7,"2013-01-12 01:00","","","","",21.7,18.5,14.7,11.8,6.9,4.4,2,"LONGVIEW - 30TH AVE","1324 30TH AVE (Olympic Elementary School)","Washington","Cowlitz","Longview","Longview, WA","2014-01-21" +"53","015","0015","88502",4,46.139444,-122.961944,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,5.68125,3.442686,21,"2013-01-14 00:00",17.8,"2013-01-12 00:00",17.1,"2013-01-13 00:00",16.2,"2013-01-02 00:00","","","","",16.2,14.8,13.8,11.1,6.7,4.7,2.5,"LONGVIEW - 30TH AVE","1324 30TH AVE (Olympic Elementary School)","Washington","Cowlitz","Longview","Longview, WA","2014-01-21" +"53","021","0002","11203",1,46.5754,-119.0021,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6632,76,272,365,0,372,"","","Certification not required",2339,0.197097,0.20111,3.2,"2013-08-13 12:00",2.1,"2013-08-13 13:00",1.6,"2013-08-10 03:00",1.6,"2013-10-27 10:00","","","","",0.9,0.8,0.6,0.5,0.3,0.1,0.05,"MESA - PEPOIT WAY","200 PEPIOT WAY (Mesa Elementary School)","Washington","Franklin","Mesa","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","021","0002","88502",4,46.5754,-119.0021,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6632,76,272,365,0,372,"","","Certification not required",0,6.28753,4.130616,47.5,"2013-08-13 12:00",31.8,"2013-08-13 13:00",29.9,"2013-10-27 10:00",29.4,"2013-08-10 03:00","","","","",19.3,17.7,15.4,12,7.9,5.1,2.3,"MESA - PEPOIT WAY","200 PEPIOT WAY (Mesa Elementary School)","Washington","Franklin","Mesa","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","021","0002","88502",4,46.5754,-119.0021,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,6.272794,3.771773,20.4,"2013-10-27 00:00",18.9,"2013-01-18 00:00",18.3,"2013-01-17 00:00",17.3,"2013-10-26 00:00","","","","",18.3,16.6,15.2,11.3,7.6,5.2,2.5,"MESA - PEPOIT WAY","200 PEPIOT WAY (Mesa Elementary School)","Washington","Franklin","Mesa","Kennewick-Richland-Pasco, WA","2014-01-21" +"53","025","1002","11203",1,47.1303,-119.2737,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6606,75,276,365,0,676,"","","Certification not required",2629,0.183235,0.181255,1.4,"2013-01-18 17:00",1.3,"2013-01-18 08:00",1.3,"2013-01-18 09:00",1.3,"2013-01-18 13:00","","","","",0.8,0.7,0.6,0.4,0.3,0.1,0.05,"MOSES LAKE - BALSAM ST","412 S BALSAM ST, MOSES LAKE, WA","Washington","Grant","Moses Lake","Moses Lake, WA","2014-01-21" +"53","025","1002","88502",4,47.1303,-119.2737,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6606,75,276,365,0,676,"","","Certification not required",0,6.36924,4.067098,27.5,"2013-01-18 17:00",27.3,"2013-10-27 13:00",26.9,"2013-01-18 14:00",26.9,"2013-01-18 16:00","","","","",19.3,17.8,14.7,12,8.4,5.2,2.4,"MOSES LAKE - BALSAM ST","412 S BALSAM ST, MOSES LAKE, WA","Washington","Grant","Moses Lake","Moses Lake, WA","2014-01-21" +"53","025","1002","88502",4,47.1303,-119.2737,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",276,76,276,365,0,0,"","","Certification not required",0,6.322464,3.656845,23,"2013-01-18 00:00",18,"2013-01-25 00:00",17.7,"2013-01-06 00:00",17.4,"2013-01-24 00:00","","","","",17.7,16.8,14.5,11.6,7.8,5.3,2.7,"MOSES LAKE - BALSAM ST","412 S BALSAM ST, MOSES LAKE, WA","Washington","Grant","Moses Lake","Moses Lake, WA","2014-01-21" +"53","027","0008","11203",1,46.8166,-123.1913,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",5079,58,212,365,0,2211,"","","Certification not required",2462,0.165564,0.178586,1.8,"2013-10-18 00:00",1.6,"2013-10-16 23:00",1.4,"2013-02-02 18:00",1.1,"2013-01-14 03:00","","","","",0.8,0.7,0.6,0.4,0.2,0.1,0.05,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","61101",1,46.8166,-123.1913,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7111,81,296,365,0,182,"","","Certification not required",0,4.499775,2.757056,14.8,"2013-02-23 14:00",14.7,"2013-02-23 15:00",14.2,"2013-04-19 15:00",14.1,"2013-04-19 16:00","","","","",11.5,10.7,9.6,8.5,6.4,4.1,1.2,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","61102",1,46.8166,-123.1913,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6994,80,290,365,0,299,"","","Certification not required",0,198.0163,90.398471,359,"2013-03-26 09:00",359,"2013-05-17 12:00",358,"2013-09-03 05:00",357,"2013-03-07 13:00","","","","",335,321,306,295,278,245,83,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","61103",1,46.8166,-123.1913,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6994,80,290,365,0,299,"","","Certification not required",0,4.183157,2.820461,14.4,"2013-02-23 14:00",14.4,"2013-02-23 15:00",14,"2013-04-19 15:00",13.8,"2013-04-19 16:00","","","","",11.3,10.5,9.3,8.2,6.2,3.7,0.7,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","61104",1,46.8166,-123.1913,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6994,80,290,365,0,299,"","","Certification not required",0,203.015299,88.710768,360,"2013-04-21 06:00",360,"2013-06-15 06:00",359,"2013-03-06 04:00",359,"2013-04-01 09:00","","","","",337,322,306,295,279,253,86,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","62101",1,46.8166,-123.1913,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5280,60,220,365,0,2013,"","","Certification not required",0,51.772538,12.455534,92,"2013-09-11 15:00",91,"2013-09-11 14:00",91,"2013-09-11 16:00",90,"2013-06-30 15:00","","","","",80,78,73,68,60,52,35,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","88502",4,46.8166,-123.1913,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",5079,58,212,365,0,2211,"","","Certification not required",0,5.697263,4.895507,40.1,"2013-10-18 00:00",37.3,"2013-10-16 23:00",31.5,"2013-02-02 18:00",28.6,"2013-01-14 05:00","","","","",21.6,19.6,16.5,13.1,7.5,4.2,1.2,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","0008","88502",4,46.8166,-123.1913,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",212,58,212,365,0,0,"","","Certification not required",0,5.650472,4.269694,21.8,"2013-01-14 00:00",20,"2013-10-21 00:00",18.9,"2013-10-20 00:00",18.6,"2013-10-17 00:00","","","","",18.9,17.5,14.9,12.3,7.1,4.2,1.7,"OAKVILLE - HOWANUT DR (CHEHALIS TRIBE)","252 HOWANUT DR, OAKVILLE, WA","Washington","Grays Harbor","","Aberdeen, WA","2014-01-21" +"53","027","2002","11203",1,46.97228,-123.83173,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",5152,59,215,365,0,2139,"","","Certification not required",1790,0.177659,0.18121,3.4,"2013-07-04 21:00",2.6,"2013-01-23 17:00",1.8,"2013-10-29 17:00",1.8,"2013-10-30 15:00","","","","",0.9,0.7,0.5,0.4,0.2,0.1,0.05,"ABERDEEN - DIVISION ST","359 N DIVISION ST (Harbor High School)","Washington","Grays Harbor","Aberdeen","Aberdeen, WA","2014-01-21" +"53","027","2002","88502",4,46.97228,-123.83173,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",5152,59,215,365,0,2139,"","","Certification not required",0,5.662015,4.546687,89.9,"2013-07-04 21:00",68.2,"2013-01-23 17:00",48.5,"2013-10-30 15:00",46.9,"2013-10-29 17:00","","","","",23.3,18.3,14,10.9,6.6,4.4,2.1,"ABERDEEN - DIVISION ST","359 N DIVISION ST (Harbor High School)","Washington","Grays Harbor","Aberdeen","Aberdeen, WA","2014-01-21" +"53","027","2002","88502",4,46.97228,-123.83173,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",215,59,215,365,0,0,"","","Certification not required",0,5.613953,3.191884,18.3,"2013-01-23 00:00",15.4,"2013-01-15 00:00",15.1,"2013-10-17 00:00",15,"2013-01-14 00:00","","","","",15.1,13.2,12.2,10.9,6.9,4.6,2.5,"ABERDEEN - DIVISION ST","359 N DIVISION ST (Harbor High School)","Washington","Grays Harbor","Aberdeen","Aberdeen, WA","2014-01-21" +"53","031","0003","11203",1,48.12919,-122.77897,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7226,82,301,365,0,64,"","","Certification not required",2945,0.150602,0.151938,1.8,"2013-01-11 19:00",1.8,"2013-01-12 20:00",1.6,"2013-01-11 23:00",1.5,"2013-01-12 19:00","","","","",0.7,0.6,0.4,0.3,0.2,0.1,0.05,"Port Townsend-San Juan","3939 SAN JUAN AVE (Blue Heron Middle School)","Washington","Jefferson","Port Townsend","","2014-01-21" +"53","031","0003","88502",4,48.12919,-122.77897,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7226,82,301,365,0,64,"","","Certification not required",0,5.338389,3.246996,42.4,"2013-01-11 19:00",41.5,"2013-01-12 20:00",38.1,"2013-01-11 23:00",34.8,"2013-01-16 20:00","","","","",18.5,15.3,11.3,8.8,6,4.4,2.9,"Port Townsend-San Juan","3939 SAN JUAN AVE (Blue Heron Middle School)","Washington","Jefferson","Port Townsend","","2014-01-21" +"53","031","0003","88502",4,48.12919,-122.77897,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,5.289369,2.193708,16.8,"2013-01-12 00:00",13.4,"2013-01-19 00:00",13,"2013-01-15 00:00",12.8,"2013-01-22 00:00","","","","",12.8,11.2,10,8.3,6.1,4.7,3.3,"Port Townsend-San Juan","3939 SAN JUAN AVE (Blue Heron Middle School)","Washington","Jefferson","Port Townsend","","2014-01-21" +"53","033","0010","44201",1,47.5525,-122.064722,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3243,90,137,153,0,130,0,0,"Certification not required",660,0.036219,0.011066,0.059,"2013-05-05 13:00",0.059,"2013-05-06 14:00",0.056,"2013-05-10 16:00",0.055,"2013-09-11 14:00","","","","",0.059,0.056,0.053,0.051,0.044,0.037,0.021,"ISSAQUAH - LAKE SAMMAMISH","2000 NW SAMMAMISH RD, ISSAQUAH","Washington","King","Issaquah","Seattle-Tacoma-Bellevue, WA","2013-12-30" +"53","033","0010","44201",1,47.5525,-122.064722,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3298,89,136,153,0,0,0,0,"Certification not required",0,0.029772,0.009507,0.051,"2013-05-05 10:00",0.051,"2013-05-06 10:00",0.048,"2013-05-01 10:00",0.048,"2013-05-14 10:00","","","","",0.051,0.048,0.045,0.041,0.037,0.031,0.017,"ISSAQUAH - LAKE SAMMAMISH","2000 NW SAMMAMISH RD, ISSAQUAH","Washington","King","Issaquah","Seattle-Tacoma-Bellevue, WA","2013-12-30" +"53","033","0010","44201",1,47.5525,-122.064722,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3298,89,136,153,0,0,0,0,"Certification not required",0,0.029772,0.009507,0.051,"2013-05-05 10:00",0.051,"2013-05-06 10:00",0.048,"2013-05-01 10:00",0.048,"2013-05-14 10:00","","","","",0.051,0.048,0.045,0.041,0.037,0.031,0.017,"ISSAQUAH - LAKE SAMMAMISH","2000 NW SAMMAMISH RD, ISSAQUAH","Washington","King","Issaquah","Seattle-Tacoma-Bellevue, WA","2013-12-30" +"53","033","0017","11203",1,47.49022,-121.77278,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7284,83,304,365,0,4,"","","Certification not required",3000,0.155739,0.152543,2.1,"2013-07-04 21:00",2.1,"2013-07-04 23:00",1.9,"2013-01-16 01:00",1.9,"2013-07-04 22:00","","","","",0.7,0.6,0.4,0.3,0.2,0.1,0.05,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","44201",1,47.49022,-121.77278,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3579,100,153,153,0,90,0,0,"Certification not required",586,0.039869,0.011659,0.073,"2013-07-01 16:00",0.068,"2013-08-06 15:00",0.064,"2013-05-10 16:00",0.063,"2013-05-06 15:00","","","","",0.068,0.063,0.06,0.054,0.048,0.04,0.025,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2013-12-18" +"53","033","0017","44201",1,47.49022,-121.77278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3662,100,153,153,0,0,0,0,"Certification not required",0,0.034196,0.010153,0.058,"2013-07-01 12:00",0.057,"2013-05-06 11:00",0.056,"2013-05-10 11:00",0.056,"2013-08-06 11:00","","","","",0.057,0.056,0.049,0.047,0.042,0.036,0.02,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2013-12-18" +"53","033","0017","44201",1,47.49022,-121.77278,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3662,100,153,153,0,0,0,0,"Certification not required",0,0.034196,0.010153,0.058,"2013-07-01 12:00",0.057,"2013-05-06 11:00",0.056,"2013-05-10 11:00",0.056,"2013-08-06 11:00","","","","",0.057,0.056,0.049,0.047,0.042,0.036,0.02,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2013-12-18" +"53","033","0017","61101",1,47.49022,-121.77278,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7259,83,302,365,0,32,"","","Certification not required",0,3.209643,2.617636,16.8,"2013-01-02 09:00",16.7,"2013-01-02 08:00",16.2,"2013-01-03 10:00",16.1,"2013-01-02 22:00","","","","",13,11,7.9,6.1,4.6,2.8,0.3,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","61102",1,47.49022,-121.77278,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7259,83,302,365,0,32,"","","Certification not required",0,197.30073,101.893471,360,"2013-03-18 10:00",360,"2013-05-04 19:00",360,"2013-05-29 11:00",360,"2013-06-02 01:00","","","","",357,354,345,334,312,161,75,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","61103",1,47.49022,-121.77278,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7261,83,302,365,0,30,"","","Certification not required",0,2.777689,2.549158,16.1,"2013-01-02 09:00",16,"2013-01-02 08:00",15.5,"2013-01-02 22:00",15.5,"2013-01-03 10:00","","","","",12.6,10.6,7.4,5.6,4.2,2.3,0.2,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","61104",1,47.49022,-121.77278,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7259,83,302,365,0,32,"","","Certification not required",0,196.027414,102.735496,360,"2013-07-07 06:00",360,"2013-09-16 23:00",360,"2013-10-02 10:00",360,"2013-10-17 21:00","","","","",357,353,345,335,312,157,74,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","62101",1,47.49022,-121.77278,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7259,83,302,365,0,32,"","","Certification not required",0,52.911558,12.825692,93,"2013-09-11 14:00",93,"2013-09-11 15:00",92,"2013-06-30 15:00",92,"2013-06-30 16:00","","","","",84,81,77,71,61,52,38,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","88502",4,47.49022,-121.77278,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7284,83,304,365,0,4,"","","Certification not required",0,5.865005,4.01655,48.1,"2013-07-04 21:00",47.5,"2013-07-04 23:00",43.5,"2013-07-04 22:00",42.8,"2013-01-16 01:00","","","","",20.2,16.4,12.9,10.8,7.5,4.9,2.1,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0017","88502",4,47.49022,-121.77278,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,5.817763,3.23349,22.2,"2013-01-16 00:00",18.3,"2013-01-15 00:00",15.9,"2013-01-17 00:00",15.6,"2013-01-18 00:00","","","","",15.6,13.8,11.8,10.5,7.5,5,2.5,"NORTH BEND - NORTH BEND WAY","42404 SE NORTH BEND WAY","Washington","King","North Bend (Northbend)","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0023","44201",1,47.1411,-121.9379,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3419,95,146,153,0,138,0,0,"Certification not required",113,0.039925,0.012985,0.084,"2013-07-01 16:00",0.082,"2013-06-30 17:00",0.068,"2013-08-06 16:00",0.065,"2013-05-11 17:00","","","","",0.082,0.068,0.059,0.057,0.049,0.039,0.025,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2013-12-18" +"53","033","0023","44201",1,47.1411,-121.9379,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3486,95,145,153,0,0,0,0,"Certification not required",0,0.034324,0.011481,0.073,"2013-07-01 12:00",0.069,"2013-06-30 13:00",0.057,"2013-05-10 11:00",0.057,"2013-05-11 12:00","","","","",0.069,0.057,0.052,0.05,0.043,0.034,0.02,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2013-12-18" +"53","033","0023","44201",1,47.1411,-121.9379,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3486,95,145,153,0,0,0,0,"Certification not required",0,0.034324,0.011481,0.073,"2013-07-01 12:00",0.069,"2013-06-30 13:00",0.057,"2013-05-10 11:00",0.057,"2013-05-11 12:00","","","","",0.069,0.057,0.052,0.05,0.043,0.034,0.02,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2013-12-18" +"53","033","0023","61101",1,47.1411,-121.9379,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4294,49,178,365,0,8,"","","Certification not required",0,2.633535,1.532273,10.7,"2013-10-08 06:00",10.3,"2013-05-05 07:00",10.1,"2013-05-04 12:00",10.1,"2013-09-29 16:00","","","","",8.2,7.3,5.5,4.4,3.4,2.4,1,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0023","61102",1,47.1411,-121.9379,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4294,49,178,365,0,8,"","","Certification not required",0,182.928039,107.89573,360,"2013-05-31 16:00",360,"2013-09-15 09:00",359,"2013-08-13 18:00",358,"2013-06-02 14:00","","","","",345,338,330,324,301,196,53,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0023","61103",1,47.1411,-121.9379,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4294,49,178,365,0,8,"","","Certification not required",0,2.2034,1.535796,10.2,"2013-10-08 06:00",9.8,"2013-05-05 07:00",9.6,"2013-10-08 04:00",9.4,"2013-05-04 12:00","","","","",7.6,6.8,5,4,3,2,0.5,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0023","61104",1,47.1411,-121.9379,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4294,49,178,365,0,8,"","","Certification not required",0,184.126688,112.880007,360,"2013-05-04 10:00",360,"2013-06-23 12:00",360,"2013-08-01 00:00",359,"2013-10-25 14:00","","","","",345,338,331,326,312,199,50,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0023","62101",1,47.1411,-121.9379,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",742,8,31,365,0,2,"","","Certification not required",0,47.312668,6.674367,76,"2013-10-06 13:00",74,"2013-10-06 12:00",73,"2013-10-06 14:00",72,"2013-10-06 15:00","","","","",67,64,60,56,50,47,39,"ENUMCLAW - MUD MTN","30525 SE MUD MOUNTAIN ROAD","Washington","King","Enumclaw","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0024","11203",1,47.755,-122.2806,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7180,82,299,365,0,116,"","","Certification not required",1668,0.24773,0.256706,2.9,"2013-01-12 22:00",2.8,"2013-01-12 23:00",2.6,"2013-01-12 21:00",2.6,"2013-01-13 00:00","","","","",1.3,1,0.7,0.5,0.3,0.2,0.05,"LAKE FOREST PARK TOWNE CENTER","17171 BOTHEL WAY","Washington","King","Lake Forest Park","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0024","88502",4,47.755,-122.2806,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7180,82,299,365,0,116,"","","Certification not required",0,7.358593,7.214375,83.4,"2013-01-12 22:00",79.6,"2013-01-12 23:00",76.1,"2013-07-05 00:00",74.7,"2013-01-12 21:00","","","","",36.7,28.7,21.3,15.5,8.8,5.1,2,"LAKE FOREST PARK TOWNE CENTER","17171 BOTHEL WAY","Washington","King","Lake Forest Park","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0024","88502",4,47.755,-122.2806,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,7.319732,5.391876,35.8,"2013-01-13 00:00",34.1,"2013-01-12 00:00",27.2,"2013-01-01 00:00",23.5,"2013-01-17 00:00","","","","",27.2,23,17.9,14.3,9.2,5.8,2.4,"LAKE FOREST PARK TOWNE CENTER","17171 BOTHEL WAY","Washington","King","Lake Forest Park","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0037","11203",1,47.61311,-122.20161,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6536,75,272,365,0,755,"","","Certification not required",2579,0.143719,0.127458,1.6,"2013-07-05 00:00",1.5,"2013-07-04 21:00",1.2,"2013-07-04 23:00",1.1,"2013-07-05 01:00","","","","",0.6,0.5,0.4,0.3,0.2,0.1,0.05,"BELLEVUE - BELLEVUE WAY NE","305 BELLEVUE WAY NE","Washington","King","Bellevue","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0037","88502",4,47.61311,-122.20161,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6536,75,272,365,0,755,"","","Certification not required",0,4.676882,3.150179,36.8,"2013-07-05 00:00",32.4,"2013-07-04 21:00",28.4,"2013-07-04 23:00",26.4,"2013-10-24 20:00","","","","",15.4,13.6,11.1,8.7,5.8,3.9,1.7,"BELLEVUE - BELLEVUE WAY NE","305 BELLEVUE WAY NE","Washington","King","Bellevue","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0037","88502",4,47.61311,-122.20161,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,4.627574,2.705307,15.5,"2013-10-24 00:00",15.1,"2013-10-16 00:00",13.9,"2013-01-22 00:00",12.9,"2013-10-17 00:00","","","","",13.9,12,10.6,8.8,5.8,3.9,2,"BELLEVUE - BELLEVUE WAY NE","305 BELLEVUE WAY NE","Washington","King","Bellevue","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0048","11203",1,47.6153,-122.33,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6776,77,278,365,0,398,"","","Certification not required",640,0.272004,0.217886,2.7,"2013-07-04 23:00",2.7,"2013-07-05 00:00",2.4,"2013-01-17 20:00",2.2,"2013-01-17 18:00","","","","",1,0.9,0.7,0.5,0.3,0.2,0.1,"SEATTLE - OLIVE ST","1624 BOREN AVE., SEATTLE, WA","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0048","88502",4,47.6153,-122.33,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6777,77,278,365,0,397,"","","Certification not required",0,7.231327,4.784323,61.7,"2013-07-04 23:00",61.6,"2013-07-05 00:00",55.4,"2013-01-17 20:00",50.7,"2013-01-17 18:00","","","","",24.6,21.1,17,13.2,8.7,5.8,3.3,"SEATTLE - OLIVE ST","1624 BOREN AVE., SEATTLE, WA","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0048","88502",4,47.6153,-122.33,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",278,76,278,365,0,0,"","","Certification not required",0,7.148561,3.86828,24.2,"2013-01-22 00:00",22.8,"2013-10-20 00:00",20.4,"2013-10-15 00:00",20.4,"2013-10-16 00:00","","","","",20.4,19.6,14.7,12.5,8.6,5.9,3.7,"SEATTLE - OLIVE ST","1624 BOREN AVE., SEATTLE, WA","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0057","88101",3,47.5632,-122.3405,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7190,82,304,365,0,106,"","","Certification not required",0,11.313978,5.755918,65.8,"2013-04-25 05:00",63,"2013-01-17 18:00",62.9,"2013-07-05 00:00",56.5,"2013-01-17 17:00","","","","",31,26.8,21.5,18.1,13.7,10.3,5.6,"SEATTLE - DUWAMISH","4401 E MARGINAL WAY SOUTH, SEATTLE, WA","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0057","88101",3,47.5632,-122.3405,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,0,0,"Certification not required",0,11.274834,4.388027,33.2,"2013-01-22 00:00",31.6,"2013-01-17 00:00",26,"2013-10-15 00:00",24.5,"2013-01-14 00:00","","","","",24.5,22.4,18.9,16.6,13.5,10.6,6.7,"SEATTLE - DUWAMISH","4401 E MARGINAL WAY SOUTH, SEATTLE, WA","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0057","88101",3,47.5632,-122.3405,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",302,83,302,365,0,0,"","","Certification not required",0,11.274834,4.388027,33.2,"2013-01-22 00:00",31.6,"2013-01-17 00:00",26,"2013-10-15 00:00",24.5,"2013-01-14 00:00","","","","",24.5,22.4,18.9,16.6,13.5,10.6,6.7,"SEATTLE - DUWAMISH","4401 E MARGINAL WAY SOUTH, SEATTLE, WA","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","12115",6,47.568236,-122.308628,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",29,97,27,30,0,0,"","","Certification not required",0,2.1e-05,2.4e-05,8e-05,"2013-02-27 00:00",6e-05,"2013-01-10 00:00",6e-05,"2013-01-23 00:00",5e-05,"2013-02-09 00:00","","","","",8e-05,8e-05,6e-05,6e-05,4e-05,1e-05,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-10-17" +"53","033","0080","12115",7,47.568236,-122.308628,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,2e-05,3.5e-05,6e-05,"2013-01-23 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",6e-05,6e-05,6e-05,6e-05,6e-05,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-10-17" +"53","033","0080","17141",6,47.568236,-122.308628,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,67.352955,46.761242,206,"2013-01-23 00:00",195,"2013-05-10 00:00",194,"2013-06-30 00:00",134,"2013-07-09 00:00","","","","",206,206,194,134,77,59.2,24.5,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17141",7,47.568236,-122.308628,"NAD83","Naphthalene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,71.42,72.673049,196,"2013-01-23 00:00",70.4,"2013-09-19 00:00",39.6,"2013-05-22 00:00",39.4,"2013-07-21 00:00","","","","",196,196,196,196,70.4,39.6,11.7,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17147",6,47.568236,-122.308628,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,4.344091,4.553049,21.1,"2013-06-30 00:00",16.1,"2013-05-10 00:00",16.1,"2013-07-09 00:00",11.5,"2013-08-14 00:00","","","","",21.1,21.1,16.1,9.84,5.84,2.5,0.893,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17147",7,47.568236,-122.308628,"NAD83","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.715,1.709832,5.05,"2013-07-21 00:00",3.68,"2013-09-19 00:00",2.37,"2013-01-23 00:00",1.88,"2013-05-22 00:00","","","","",5.05,5.05,5.05,5.05,3.68,2.37,0.595,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17148",6,47.568236,-122.308628,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.42923,0.74879,4.08,"2013-01-16 00:00",2.69,"2013-01-23 00:00",1.04,"2013-01-04 00:00",1.01,"2013-01-10 00:00","","","","",4.08,4.08,1.04,0.982,0.604,0.173,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17148",7,47.568236,-122.308628,"NAD83","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.52548,1.022887,2.35,"2013-01-23 00:00",0.188,"2013-05-22 00:00",0.0894,"2013-03-17 00:00",0,"2013-07-21 00:00","","","","",2.35,2.35,2.35,2.35,0.188,0.0894,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17149",6,47.568236,-122.308628,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,4.087864,3.926241,20.1,"2013-06-30 00:00",14.2,"2013-05-10 00:00",13.6,"2013-07-09 00:00",8.62,"2013-08-14 00:00","","","","",20.1,20.1,13.6,7.71,4.98,3.07,1.09,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17149",7,47.568236,-122.308628,"NAD83","Fluorene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,2.997,1.584336,4.22,"2013-09-19 00:00",4.21,"2013-07-21 00:00",3.97,"2013-01-23 00:00",1.69,"2013-05-22 00:00","","","","",4.22,4.22,4.22,4.22,4.21,3.97,0.895,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17150",6,47.568236,-122.308628,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,6.745455,6.652617,36.8,"2013-06-30 00:00",23.8,"2013-07-09 00:00",20.4,"2013-05-10 00:00",13.9,"2013-08-14 00:00","","","","",36.8,36.8,20.4,13.3,8.14,5.14,1.78,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17150",7,47.568236,-122.308628,"NAD83","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,4.966,2.890991,7.58,"2013-07-21 00:00",7.19,"2013-01-23 00:00",6.25,"2013-09-19 00:00",2.7,"2013-05-22 00:00","","","","",7.58,7.58,7.58,7.58,7.19,6.25,1.11,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17151",6,47.568236,-122.308628,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.325607,0.230115,1.01,"2013-06-30 00:00",1,"2013-07-09 00:00",0.773,"2013-01-23 00:00",0.712,"2013-05-10 00:00","","","","",1.01,1.01,0.773,0.657,0.444,0.241,0.112,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17151",7,47.568236,-122.308628,"NAD83","Anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.3358,0.264895,0.77,"2013-01-23 00:00",0.381,"2013-09-19 00:00",0.268,"2013-07-21 00:00",0.15,"2013-05-22 00:00","","","","",0.77,0.77,0.77,0.77,0.381,0.268,0.11,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17158",6,47.568236,-122.308628,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.423927,1.281716,8.58,"2013-06-15 00:00",1.07,"2013-01-23 00:00",0.851,"2013-02-03 00:00",0.752,"2013-06-30 00:00","","","","",8.58,8.58,0.851,0.746,0.295,0.128,0.0761,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17158",7,47.568236,-122.308628,"NAD83","Retene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.28194,0.382584,0.965,"2013-01-23 00:00",0.138,"2013-03-17 00:00",0.117,"2013-07-21 00:00",0.117,"2013-09-19 00:00","","","","",0.965,0.965,0.965,0.965,0.138,0.117,0.0727,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17159",6,47.568236,-122.308628,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.954545,0.819621,4.18,"2013-05-10 00:00",3.96,"2013-06-30 00:00",2.03,"2013-08-14 00:00",2.02,"2013-07-09 00:00","","","","",4.18,4.18,2.03,1.71,1.1,0.767,0.3,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17159",7,47.568236,-122.308628,"NAD83","9-fluorenone (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.722,0.422069,1.21,"2013-01-23 00:00",0.971,"2013-09-19 00:00",0.864,"2013-07-21 00:00",0.337,"2013-05-22 00:00","","","","",1.21,1.21,1.21,1.21,0.971,0.864,0.228,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17160",6,47.568236,-122.308628,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.0045,0.018914,0.107,"2013-01-23 00:00",0.064,"2013-01-16 00:00",0.027,"2013-02-03 00:00",0,"2013-01-04 00:00","","","","",0.107,0.107,0.027,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17160",7,47.568236,-122.308628,"NAD83","Cyclopenta[cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0192,0.042933,0.096,"2013-01-23 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00","","","","",0.096,0.096,0.096,0.096,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17201",6,47.568236,-122.308628,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,1.381955,1.239098,6.84,"2013-06-30 00:00",4.52,"2013-07-09 00:00",3.84,"2013-05-10 00:00",3.16,"2013-07-03 00:00","","","","",6.84,6.84,3.84,2.82,1.65,1.01,0.439,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17201",7,47.568236,-122.308628,"NAD83","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,1.0166,0.60956,1.54,"2013-01-23 00:00",1.53,"2013-09-19 00:00",1.29,"2013-07-21 00:00",0.45,"2013-05-22 00:00","","","","",1.54,1.54,1.54,1.54,1.53,1.29,0.273,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17204",6,47.568236,-122.308628,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.756227,0.508633,2.64,"2013-06-30 00:00",2.03,"2013-05-10 00:00",1.89,"2013-07-09 00:00",1.42,"2013-01-23 00:00","","","","",2.64,2.64,1.89,1.25,0.927,0.654,0.303,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17204",7,47.568236,-122.308628,"NAD83","Pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.6766,0.474478,1.36,"2013-01-23 00:00",0.928,"2013-09-19 00:00",0.58,"2013-07-21 00:00",0.327,"2013-05-22 00:00","","","","",1.36,1.36,1.36,1.36,0.928,0.58,0.188,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17208",6,47.568236,-122.308628,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.09425,0.080895,0.465,"2013-01-23 00:00",0.264,"2013-02-03 00:00",0.262,"2013-01-16 00:00",0.194,"2013-06-30 00:00","","","","",0.465,0.465,0.262,0.161,0.114,0.0673,0.0358,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17208",7,47.568236,-122.308628,"NAD83","Chrysene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.1342,0.179429,0.451,"2013-01-23 00:00",0.103,"2013-09-19 00:00",0.0519,"2013-07-21 00:00",0.034,"2013-05-22 00:00","","","","",0.451,0.451,0.451,0.451,0.103,0.0519,0.0311,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17211",6,47.568236,-122.308628,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.017023,0.028054,0.125,"2013-01-23 00:00",0.089,"2013-01-16 00:00",0.085,"2013-02-03 00:00",0.067,"2013-01-28 00:00","","","","",0.125,0.125,0.085,0.043,0.026,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17211",7,47.568236,-122.308628,"NAD83","Coronene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0278,0.048065,0.111,"2013-01-23 00:00",0.028,"2013-09-19 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.111,0.111,0.111,0.111,0.028,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17212",6,47.568236,-122.308628,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.0018,0.007052,0.0362,"2013-01-23 00:00",0.0263,"2013-01-16 00:00",0.0167,"2013-02-03 00:00",0,"2013-01-04 00:00","","","","",0.0362,0.0362,0.0167,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17212",7,47.568236,-122.308628,"NAD83","Perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0074,0.016547,0.037,"2013-01-23 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00","","","","",0.037,0.037,0.037,0.037,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17215",6,47.568236,-122.308628,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.027091,0.042379,0.229,"2013-01-23 00:00",0.139,"2013-01-16 00:00",0.11,"2013-02-03 00:00",0.058,"2013-06-30 00:00","","","","",0.229,0.229,0.11,0.053,0.035,0.021,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17215",7,47.568236,-122.308628,"NAD83","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.053,0.100588,0.231,"2013-01-23 00:00",0.034,"2013-09-19 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.231,0.231,0.231,0.231,0.034,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17220",6,47.568236,-122.308628,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.095614,0.124789,0.668,"2013-01-23 00:00",0.436,"2013-01-16 00:00",0.404,"2013-02-03 00:00",0.227,"2013-02-09 00:00","","","","",0.668,0.668,0.404,0.19,0.102,0.048,0.026,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17220",7,47.568236,-122.308628,"NAD83","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.1692,0.280871,0.67,"2013-01-23 00:00",0.083,"2013-09-19 00:00",0.035,"2013-05-22 00:00",0.03,"2013-07-21 00:00","","","","",0.67,0.67,0.67,0.67,0.083,0.035,0.028,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17223",6,47.568236,-122.308628,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.014795,0.035172,0.181,"2013-01-23 00:00",0.12,"2013-01-16 00:00",0.083,"2013-02-03 00:00",0.046,"2013-02-09 00:00","","","","",0.181,0.181,0.083,0.045,0.019,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17223",7,47.568236,-122.308628,"NAD83","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.029,0.064846,0.145,"2013-01-23 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00","","","","",0.145,0.145,0.145,0.145,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17224",6,47.568236,-122.308628,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.043523,0.056056,0.295,"2013-01-23 00:00",0.194,"2013-01-16 00:00",0.173,"2013-02-03 00:00",0.104,"2013-02-09 00:00","","","","",0.295,0.295,0.173,0.086,0.056,0.028,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17224",7,47.568236,-122.308628,"NAD83","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0722,0.125595,0.294,"2013-01-23 00:00",0.049,"2013-09-19 00:00",0.018,"2013-05-22 00:00",0,"2013-03-17 00:00","","","","",0.294,0.294,0.294,0.294,0.049,0.018,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17231",6,47.568236,-122.308628,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.002636,0.008729,0.041,"2013-01-23 00:00",0.029,"2013-02-03 00:00",0.024,"2013-01-16 00:00",0.022,"2013-01-28 00:00","","","","",0.041,0.041,0.024,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17231",7,47.568236,-122.308628,"NAD83","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0062,0.013864,0.031,"2013-01-23 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00",0,"2013-07-21 00:00","","","","",0.031,0.031,0.031,0.031,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17237",6,47.568236,-122.308628,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.048136,0.06208,0.346,"2013-01-23 00:00",0.212,"2013-01-16 00:00",0.176,"2013-02-03 00:00",0.098,"2013-02-09 00:00","","","","",0.346,0.346,0.176,0.097,0.053,0.032,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17237",7,47.568236,-122.308628,"NAD83","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.086,0.135586,0.326,"2013-01-23 00:00",0.054,"2013-09-19 00:00",0.031,"2013-05-22 00:00",0.019,"2013-03-17 00:00","","","","",0.326,0.326,0.326,0.326,0.054,0.031,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17242",6,47.568236,-122.308628,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.019068,0.045122,0.239,"2013-01-23 00:00",0.162,"2013-01-16 00:00",0.1,"2013-02-03 00:00",0.049,"2013-02-09 00:00","","","","",0.239,0.239,0.1,0.048,0.021,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17242",7,47.568236,-122.308628,"NAD83","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.0486,0.095822,0.219,"2013-01-23 00:00",0.024,"2013-09-19 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","",0.219,0.219,0.219,0.219,0.024,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17243",6,47.568236,-122.308628,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.040477,0.064463,0.329,"2013-01-23 00:00",0.208,"2013-01-16 00:00",0.198,"2013-02-03 00:00",0.107,"2013-02-09 00:00","","","","",0.329,0.329,0.198,0.0981,0.0423,0.0245,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","17243",7,47.568236,-122.308628,"NAD83","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","Hi Vol/PUF-XAD-2 - GCMS TO-13",2013,"Nanograms/cubic meter (25 C)","No Events",5,8,5,61,0,0,"","","Certification not required",0,0.07614,0.121207,0.291,"2013-01-23 00:00",0.0459,"2013-09-19 00:00",0.0233,"2013-05-22 00:00",0.0205,"2013-03-17 00:00","","","","",0.291,0.291,0.291,0.291,0.0459,0.0233,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","42101",2,47.568236,-122.308628,"NAD83","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6695,76,285,365,0,595,0,0,"Certification not required",0,0.222137,0.104827,1.832,"2013-01-28 13:00",1.554,"2013-01-22 18:00",1.488,"2013-01-22 19:00",1.425,"2013-01-22 17:00","","","","",0.568,0.507,0.408,0.343,0.257,0.196,0.131,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42101",2,47.568236,-122.308628,"NAD83","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6839,78,285,365,0,0,0,0,"Certification not required",0,0.222401,0.098814,1.4,"2013-01-22 23:00",1.4,"2013-01-23 00:00",1.3,"2013-01-22 21:00",1.3,"2013-01-22 22:00",1.4,"2013-01-22 23:00",1,"2013-01-22 18:00",0.5,0.5,0.4,0.3,0.3,0.2,0.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42153",6,47.568236,-122.308628,"NAD83","Carbon disulfide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.013182,0.005613,0.03,"2013-09-19 00:00",0.02,"2013-01-04 00:00",0.02,"2013-01-10 00:00",0.02,"2013-02-03 00:00","","","","",0.03,0.03,0.02,0.02,0.02,0.01,0.01,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","42401",2,47.568236,-122.308628,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5749,66,249,365,0,1541,0,"","Certification not required",0,2.161847,1.864468,11.6,"2013-08-17 20:00",9.2,"2013-05-11 19:00",8.9,"2013-08-03 21:00",8.7,"2013-08-09 06:00","","","","",8.9,8,5.8,4.7,2.9,1.4,0.6,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42401",2,47.568236,-122.308628,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - Pulsed Fluorescent 43C-TLE/43i-TLE",2013,"Parts per billion","No Events",5749,66,249,365,0,1541,"","","Certification not required",0,0.810402,0.790274,11.6,"2013-08-17 20:00",9.2,"2013-05-11 19:00",8.9,"2013-08-03 21:00",8.9,"2013-08-17 19:00","","","","",4.2,3.4,2.2,1.5,0.9,0.6,0.4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42401",2,47.568236,-122.308628,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",249,68,249,365,0,0,0,"","Certification not required",0,0.814056,0.462465,2.7,"2013-05-10 00:00",2.6,"2013-08-07 00:00",2.5,"2013-06-23 00:00",2.4,"2013-06-15 00:00","","","","",2.5,2.3,1.8,1.4,0.9,0.7,0.4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42401",2,47.568236,-122.308628,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1791,61,248,365,0,0,"",0,"Certification not required",0,0.791681,0.705139,6.9,"2013-08-17 20:00",6.4,"2013-05-11 20:00",6.1,"2013-04-25 23:00",6.1,"2013-09-07 11:00","","","","",4,3,2.2,1.5,0.9,0.6,0.3,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42406",2,47.568236,-122.308628,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",4169,48,180,365,0,3121,"","","Certification not required",0,0.993835,1.180712,25.5,"2013-05-11 20:00",18.7,"2013-05-11 19:00",16.9,"2013-04-26 00:00",14.2,"2013-04-23 08:00","","","","",5.9,4.7,2.9,1.8,1,0.6,0.4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42600",2,47.568236,-122.308628,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7213,82,304,365,0,77,"","","Certification not required",0,18.301123,19.144927,228.1,"2013-01-22 18:00",219.9,"2013-01-22 17:00",197.4,"2013-01-22 19:00",188.3,"2013-01-22 23:00","","","","",92.3,76.6,55.1,40.4,23.3,12,3.5,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42601",1,47.568236,-122.308628,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",2106,57,88,153,0,99,"","","Certification not required",0,9.279297,15.882239,137.9,"2013-10-19 00:00",122.4,"2013-10-15 11:00",119.9,"2013-10-24 03:00",112.9,"2013-10-24 01:00","","","","",82.5,62.3,41.5,26.4,10.7,2.7,0.2,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42601",2,47.568236,-122.308628,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7193,82,304,365,0,90,"","","Certification not required",0,6.634047,13.95894,188.4,"2013-01-22 18:00",180.6,"2013-01-22 17:00",164.3,"2013-01-22 19:00",155.2,"2013-01-22 23:00","","","","",70,53.7,32,18.2,5.9,1.5,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42602",1,47.568236,-122.308628,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",2107,24,88,365,0,98,0,"","Certification not required",0,23.844318,8.223527,49.9,"2013-09-11 19:00",41.2,"2013-08-05 20:00",40.1,"2013-08-22 22:00",40.1,"2013-09-12 18:00","","","","",49.9,41.2,39.3,35.1,28.4,22.8,15,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42602",1,47.568236,-122.308628,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",2107,24,88,365,0,98,"","","Certification not required",0,12.217371,7.582536,49.9,"2013-09-11 19:00",49.5,"2013-09-11 20:00",47.1,"2013-09-11 18:00",44.9,"2013-09-11 17:00","","","","",35.1,31.3,26.3,22.5,16.6,10.8,3.6,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42603",1,47.568236,-122.308628,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501w/photolytic converter",2013,"Parts per billion","No Events",2107,57,88,153,0,98,"","","Certification not required",0,21.556051,20.46471,156.8,"2013-10-19 00:00",150.6,"2013-10-15 11:00",140.5,"2013-10-24 03:00",130.1,"2013-10-24 00:00","","","","",103,86.5,62.7,47.1,28.1,14.9,4.4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","42612",2,47.568236,-122.308628,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",7212,82,304,365,0,77,"","","Certification not required",0,11.606129,8.022032,58,"2013-04-25 19:00",48.6,"2013-04-25 20:00",47.9,"2013-09-11 19:00",47.5,"2013-09-11 20:00","","","","",34.9,31.6,27.2,23.2,16.5,9.6,2.9,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","43205",6,47.568236,-122.308628,"NAD83","Propylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.978682,0.447735,2.322,"2013-04-04 00:00",2.289,"2013-01-23 00:00",1.968,"2013-01-16 00:00",1.815,"2013-02-27 00:00","","","","",2.322,2.322,1.968,1.38,1.14,0.945,0.465,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43206",6,47.568236,-122.308628,"NAD83","Acetylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.998682,0.632251,3,"2013-01-23 00:00",2.92,"2013-02-27 00:00",2.66,"2013-01-16 00:00",1.848,"2013-02-15 00:00","","","","",3,3,2.66,1.602,1.326,0.854,0.432,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43208",6,47.568236,-122.308628,"NAD83","Freon 114","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.056591,0.010968,0.074,"2013-03-14 00:00",0.072,"2013-04-10 00:00",0.072,"2013-05-28 00:00",0.072,"2013-06-21 00:00","","","","",0.074,0.074,0.072,0.07,0.064,0.058,0.04,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43218",6,47.568236,-122.308628,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.109091,0.079265,0.4,"2013-01-23 00:00",0.3,"2013-01-16 00:00",0.2,"2013-04-04 00:00",0.18,"2013-01-04 00:00","","","","",0.4,0.4,0.2,0.18,0.16,0.1,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43233",6,47.568236,-122.308628,"NAD83","n-Octane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",4,0.176909,0.094377,0.512,"2013-01-23 00:00",0.408,"2013-01-16 00:00",0.368,"2013-04-04 00:00",0.32,"2013-08-14 00:00","","","","",0.512,0.512,0.368,0.272,0.232,0.152,0.104,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43372",6,47.568236,-122.308628,"NAD83","Methyl tert-butyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43373",6,47.568236,-122.308628,"NAD83","Tert-amyl methyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.039,0,0.039,"2013-01-04 00:00",0.039,"2013-01-10 00:00",0.039,"2013-01-16 00:00",0.039,"2013-01-23 00:00","","","","",0.039,0.039,0.039,0.039,0.039,0.039,0.039,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43396",6,47.568236,-122.308628,"NAD83","tert-Butyl ethyl ether","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.042,0,0.042,"2013-01-04 00:00",0.042,"2013-01-10 00:00",0.042,"2013-01-16 00:00",0.042,"2013-01-23 00:00","","","","",0.042,0.042,0.042,0.042,0.042,0.042,0.042,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43438",6,47.568236,-122.308628,"NAD83","Ethyl acrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43441",6,47.568236,-122.308628,"NAD83","Methyl methacrylate","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43502",6,47.568236,-122.308628,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.447727,0.224633,0.9,"2013-05-10 00:00",0.9,"2013-06-21 00:00",0.8,"2013-01-16 00:00",0.8,"2013-06-15 00:00","","","","",0.9,0.9,0.8,0.8,0.6,0.4,0.2,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43503",6,47.568236,-122.308628,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.779545,0.451138,2.3,"2013-05-10 00:00",1.7,"2013-08-14 00:00",1.5,"2013-04-04 00:00",1.5,"2013-06-30 00:00","","","","",2.3,2.3,1.5,1.4,1.1,0.7,0.3,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43504",6,47.568236,-122.308628,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.168182,0.06742,0.3,"2013-05-10 00:00",0.3,"2013-06-15 00:00",0.3,"2013-06-21 00:00",0.3,"2013-09-19 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43505",6,47.568236,-122.308628,"NAD83","Acrolein - Unverified","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",43,70,41,61,0,1,"","","Certification not required",0,0.898605,0.538179,2.67,"2013-07-27 00:00",2.13,"2013-04-16 00:00",2.09,"2013-02-27 00:00",1.77,"2013-04-10 00:00","","","","",2.67,2.67,2.09,1.7,1.06,0.76,0.44,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43510",6,47.568236,-122.308628,"NAD83","Butyraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",1,0.243909,0.071655,0.424,"2013-06-21 00:00",0.412,"2013-09-19 00:00",0.388,"2013-05-10 00:00",0.368,"2013-01-23 00:00","","","","",0.424,0.424,0.388,0.34,0.272,0.236,0.18,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43513",6,47.568236,-122.308628,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.0075,0,0.0075,"2013-01-04 00:00",0.0075,"2013-01-10 00:00",0.0075,"2013-01-16 00:00",0.0075,"2013-01-23 00:00","","","","",0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,0.0075,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43517",6,47.568236,-122.308628,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",1,0.128386,0.103172,0.726,"2013-06-21 00:00",0.204,"2013-06-30 00:00",0.204,"2013-08-14 00:00",0.198,"2013-01-10 00:00","","","","",0.726,0.726,0.204,0.198,0.15,0.102,0.066,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43518",6,47.568236,-122.308628,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,41,61,0,1,"","","Certification not required",1,0.130465,0.054246,0.3,"2013-06-21 00:00",0.26,"2013-08-14 00:00",0.19,"2013-08-08 00:00",0.19,"2013-09-01 00:00","","","","",0.3,0.3,0.19,0.18,0.16,0.14,0.07,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43528",6,47.568236,-122.308628,"NAD83","Crotonaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",43,70,41,61,0,1,"","","Certification not required",1,0.182698,0.085944,0.412,"2013-08-14 00:00",0.388,"2013-09-01 00:00",0.344,"2013-07-09 00:00",0.32,"2013-08-26 00:00","","","","",0.412,0.412,0.344,0.308,0.232,0.156,0.112,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43551",6,47.568236,-122.308628,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,2.709068,1.101396,5.61,"2013-09-19 00:00",5.46,"2013-01-23 00:00",4.98,"2013-05-10 00:00",4.38,"2013-05-04 00:00","","","","",5.61,5.61,4.98,4.17,3.21,2.439,1.578,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43552",6,47.568236,-122.308628,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",42,69,40,61,0,2,"","","Certification not required",1,1.739762,0.705392,3.316,"2013-04-28 00:00",3.252,"2013-05-04 00:00",2.988,"2013-06-30 00:00",2.764,"2013-05-16 00:00","","","","",3.316,3.316,2.988,2.752,2.048,1.616,0.972,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43560",6,47.568236,-122.308628,"NAD83","Methyl isobutyl ketone","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.173636,0.111169,0.7,"2013-04-04 00:00",0.36,"2013-02-27 00:00",0.31,"2013-01-23 00:00",0.31,"2013-09-13 00:00","","","","",0.7,0.7,0.31,0.28,0.22,0.16,0.07,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43702",6,47.568236,-122.308628,"NAD83","Acetonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.164318,0.049528,0.3,"2013-08-08 00:00",0.27,"2013-06-30 00:00",0.25,"2013-04-04 00:00",0.25,"2013-05-04 00:00","","","","",0.3,0.3,0.25,0.24,0.19,0.16,0.11,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43704",6,47.568236,-122.308628,"NAD83","Acrylonitrile","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.008409,0.05578,0.37,"2013-08-02 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.37,0.37,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43801",6,47.568236,-122.308628,"NAD83","Chloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.551364,0.075409,0.69,"2013-05-28 00:00",0.67,"2013-02-27 00:00",0.67,"2013-04-10 00:00",0.66,"2013-06-30 00:00","","","","",0.69,0.69,0.67,0.65,0.62,0.54,0.47,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43802",6,47.568236,-122.308628,"NAD83","Dichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.3975,0.413173,2.41,"2013-04-16 00:00",1.22,"2013-02-21 00:00",1.05,"2013-01-04 00:00",1.05,"2013-04-22 00:00","","","","",2.41,2.41,1.05,0.9,0.44,0.26,0.13,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43803",6,47.568236,-122.308628,"NAD83","Chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.025455,0.007911,0.04,"2013-04-04 00:00",0.04,"2013-06-27 00:00",0.04,"2013-06-30 00:00",0.04,"2013-07-09 00:00","","","","",0.04,0.04,0.04,0.04,0.03,0.02,0.02,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43804",6,47.568236,-122.308628,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.112273,0.016825,0.17,"2013-06-30 00:00",0.15,"2013-06-27 00:00",0.14,"2013-06-21 00:00",0.14,"2013-07-03 00:00","","","","",0.17,0.17,0.14,0.13,0.12,0.11,0.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43806",6,47.568236,-122.308628,"NAD83","Bromoform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43811",6,47.568236,-122.308628,"NAD83","Trichlorofluoromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.283136,0.040555,0.395,"2013-05-28 00:00",0.362,"2013-06-21 00:00",0.35,"2013-06-27 00:00",0.324,"2013-03-14 00:00","","","","",0.395,0.395,0.35,0.321,0.313,0.288,0.226,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43812",6,47.568236,-122.308628,"NAD83","Chloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43813",6,47.568236,-122.308628,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43814",6,47.568236,-122.308628,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.008182,0.008148,0.02,"2013-01-10 00:00",0.02,"2013-01-16 00:00",0.02,"2013-01-23 00:00",0.02,"2013-04-10 00:00","","","","",0.02,0.02,0.02,0.02,0.02,0.01,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43815",6,47.568236,-122.308628,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.033636,0.018056,0.06,"2013-04-10 00:00",0.06,"2013-04-16 00:00",0.06,"2013-04-22 00:00",0.06,"2013-05-28 00:00","","","","",0.06,0.06,0.06,0.05,0.05,0.04,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43817",6,47.568236,-122.308628,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.023636,0.017265,0.08,"2013-01-23 00:00",0.07,"2013-09-19 00:00",0.05,"2013-01-16 00:00",0.05,"2013-04-04 00:00","","","","",0.08,0.08,0.05,0.04,0.03,0.02,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43818",6,47.568236,-122.308628,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43819",6,47.568236,-122.308628,"NAD83","Bromomethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.008409,0.0114,0.07,"2013-09-19 00:00",0.02,"2013-02-15 00:00",0.02,"2013-04-04 00:00",0.02,"2013-06-27 00:00","","","","",0.07,0.07,0.02,0.02,0.01,0.01,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43820",6,47.568236,-122.308628,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43821",6,47.568236,-122.308628,"NAD83","1,1,2-Trichloro-1,2,2-trifluoroethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.179227,0.018387,0.218,"2013-06-21 00:00",0.208,"2013-04-16 00:00",0.206,"2013-09-25 00:00",0.204,"2013-03-14 00:00","","","","",0.218,0.218,0.206,0.202,0.194,0.178,0.152,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43823",6,47.568236,-122.308628,"NAD83","Dichlorodifluoromethane","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.519091,0.071359,0.76,"2013-05-28 00:00",0.62,"2013-04-16 00:00",0.62,"2013-06-21 00:00",0.61,"2013-04-10 00:00","","","","",0.76,0.76,0.62,0.61,0.58,0.51,0.43,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43824",6,47.568236,-122.308628,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.000682,0.004523,0.03,"2013-01-23 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.03,0.03,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43826",6,47.568236,-122.308628,"NAD83","1,1-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43828",6,47.568236,-122.308628,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.0095,0,0.0095,"2013-01-04 00:00",0.0095,"2013-01-10 00:00",0.0095,"2013-01-16 00:00",0.0095,"2013-01-23 00:00","","","","",0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,0.0095,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43829",6,47.568236,-122.308628,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43830",6,47.568236,-122.308628,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43831",6,47.568236,-122.308628,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43832",6,47.568236,-122.308628,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.009,0,0.009,"2013-01-04 00:00",0.009,"2013-01-10 00:00",0.009,"2013-01-16 00:00",0.009,"2013-01-23 00:00","","","","",0.009,0.009,0.009,0.009,0.009,0.009,0.009,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43835",6,47.568236,-122.308628,"NAD83","Chloroprene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43836",6,47.568236,-122.308628,"NAD83","Bromochloromethane","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.008,0,0.008,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.008,"2013-01-16 00:00",0.008,"2013-01-23 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.008,0.008,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43838",6,47.568236,-122.308628,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.012,0,0.012,"2013-01-04 00:00",0.012,"2013-01-10 00:00",0.012,"2013-01-16 00:00",0.012,"2013-01-23 00:00","","","","",0.012,0.012,0.012,0.012,0.012,0.012,0.012,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43839",6,47.568236,-122.308628,"NAD83","cis-1,2-Dichloroethene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.016,0,0.016,"2013-01-04 00:00",0.016,"2013-01-10 00:00",0.016,"2013-01-16 00:00",0.016,"2013-01-23 00:00","","","","",0.016,0.016,0.016,0.016,0.016,0.016,0.016,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43843",6,47.568236,-122.308628,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43844",6,47.568236,-122.308628,"NAD83","Hexachlorobutadiene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","43860",6,47.568236,-122.308628,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","44201",1,47.568236,-122.308628,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6941,96,147,153,0,319,0,0,"Certification not required",1241,0.033646,0.007655,0.051,"2013-04-17 13:00",0.051,"2013-05-05 15:00",0.051,"2013-05-14 15:00",0.05,"2013-05-04 16:00","","","","",0.051,0.051,0.047,0.046,0.043,0.039,0.034,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","44201",1,47.568236,-122.308628,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7124,95,146,153,0,0,0,0,"Certification not required",0,0.027493,0.007358,0.047,"2013-05-04 13:00",0.047,"2013-05-05 11:00",0.046,"2013-05-14 10:00",0.045,"2013-04-06 03:00","","","","",0.047,0.046,0.043,0.041,0.038,0.034,0.029,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","44201",1,47.568236,-122.308628,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7124,95,146,153,0,0,0,0,"Certification not required",0,0.027493,0.007358,0.047,"2013-05-04 13:00",0.047,"2013-05-05 11:00",0.046,"2013-05-14 10:00",0.045,"2013-04-06 03:00","","","","",0.047,0.046,0.043,0.041,0.038,0.034,0.029,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","45109",6,47.568236,-122.308628,"NAD83","m/p Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,1.220682,0.618977,3.55,"2013-01-23 00:00",2.62,"2013-04-04 00:00",2.48,"2013-01-16 00:00",2.06,"2013-09-19 00:00","","","","",3.55,3.55,2.48,1.95,1.5,1.07,0.53,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45201",6,47.568236,-122.308628,"NAD83","Benzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.974773,0.502457,2.81,"2013-01-23 00:00",2.2,"2013-01-16 00:00",1.69,"2013-01-04 00:00",1.58,"2013-02-27 00:00","","","","",2.81,2.81,1.69,1.58,1.27,0.86,0.44,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45202",6,47.568236,-122.308628,"NAD83","Toluene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,2.341818,1.215067,6.83,"2013-01-23 00:00",4.84,"2013-04-04 00:00",4.7,"2013-09-19 00:00",4.63,"2013-01-16 00:00","","","","",6.83,6.83,4.7,4.04,2.78,2.05,1.21,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45203",6,47.568236,-122.308628,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.438636,0.209336,1.22,"2013-01-23 00:00",0.9,"2013-01-16 00:00",0.88,"2013-04-04 00:00",0.76,"2013-09-19 00:00","","","","",1.22,1.22,0.88,0.66,0.51,0.42,0.21,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45204",6,47.568236,-122.308628,"NAD83","o-Xylene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.479773,0.249003,1.44,"2013-01-23 00:00",1.01,"2013-04-04 00:00",0.99,"2013-01-16 00:00",0.86,"2013-09-19 00:00","","","","",1.44,1.44,0.99,0.78,0.6,0.42,0.22,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45207",6,47.568236,-122.308628,"NAD83","1,3,5-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",33,0.124057,0.077678,0.441,"2013-01-23 00:00",0.324,"2013-01-16 00:00",0.252,"2013-01-04 00:00",0.252,"2013-04-04 00:00","","","","",0.441,0.441,0.252,0.216,0.171,0.0855,0.0855,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45208",6,47.568236,-122.308628,"NAD83","1,2,4-Trimethylbenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",4,0.375341,0.221031,1.215,"2013-01-23 00:00",0.855,"2013-01-16 00:00",0.819,"2013-04-04 00:00",0.747,"2013-09-19 00:00","","","","",1.215,1.215,0.819,0.657,0.423,0.324,0.162,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45220",6,47.568236,-122.308628,"NAD83","Styrene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.114773,0.100313,0.5,"2013-01-23 00:00",0.33,"2013-01-16 00:00",0.28,"2013-01-04 00:00",0.24,"2013-04-04 00:00","","","","",0.5,0.5,0.28,0.21,0.16,0.11,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45501",6,47.568236,-122.308628,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",1,0.299568,0.252391,1.344,"2013-06-21 00:00",0.791,"2013-06-15 00:00",0.791,"2013-06-27 00:00",0.749,"2013-07-09 00:00","","","","",1.344,1.344,0.791,0.714,0.322,0.21,0.154,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45503",6,47.568236,-122.308628,"NAD83","2,5-Dimethylbenzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.0135,0,0.0135,"2013-01-04 00:00",0.0135,"2013-01-10 00:00",0.0135,"2013-01-16 00:00",0.0135,"2013-01-23 00:00","","","","",0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,0.0135,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45504",6,47.568236,-122.308628,"NAD83","Tolualdehydes","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",38,62,37,61,0,6,"","","Certification not required",9,0.138947,0.087703,0.344,"2013-06-21 00:00",0.304,"2013-06-27 00:00",0.264,"2013-05-16 00:00",0.264,"2013-08-14 00:00","","","","",0.344,0.344,0.304,0.264,0.192,0.144,0.024,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45801",6,47.568236,-122.308628,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45805",6,47.568236,-122.308628,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.069,0,0.069,"2013-01-04 00:00",0.069,"2013-01-10 00:00",0.069,"2013-01-16 00:00",0.069,"2013-01-23 00:00","","","","",0.069,0.069,0.069,0.069,0.069,0.069,0.069,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45806",6,47.568236,-122.308628,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",44,0.078,0,0.078,"2013-01-04 00:00",0.078,"2013-01-10 00:00",0.078,"2013-01-16 00:00",0.078,"2013-01-23 00:00","","","","",0.078,0.078,0.078,0.078,0.078,0.078,0.078,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45807",6,47.568236,-122.308628,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","CANISTER SUBAMBIENT PRESSURE - MULTI DETECTOR GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0.005455,0.012474,0.05,"2013-06-30 00:00",0.04,"2013-06-27 00:00",0.03,"2013-01-23 00:00",0.03,"2013-07-09 00:00","","","","",0.05,0.05,0.03,0.03,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","45810",6,47.568236,-122.308628,"NAD83","1,2,4-Trichlorobenzene","24 HOUR","","Observed Values","Canister Subambient Pressure - Multi Detector GC",2013,"Parts per billion Carbon","No Events",44,72,42,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-23 00:00","","","","",0,0,0,0,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","61101",1,47.568236,-122.308628,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6108,70,255,365,0,1152,"","","Certification not required",0,3.495776,1.715521,13.7,"2013-10-28 12:00",13.4,"2013-05-13 15:00",13.3,"2013-10-28 11:00",12.7,"2013-10-28 13:00","","","","",8.9,8.2,6.9,5.8,4.3,3.2,1.6,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","61102",1,47.568236,-122.308628,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6034,69,251,365,0,1226,"","","Certification not required",0,178.228538,92.662539,360,"2013-07-24 17:00",360,"2013-07-24 18:00",360,"2013-10-14 17:00",360,"2013-10-16 03:00","","","","",353,347,328,307,239,182,47,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","61103",1,47.568236,-122.308628,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6108,70,255,365,0,1152,"","","Certification not required",0,3.148461,1.670716,13.4,"2013-10-28 12:00",13,"2013-10-28 11:00",12.6,"2013-05-13 15:00",12.3,"2013-10-28 13:00","","","","",8.6,7.6,6.4,5.4,3.9,2.9,1.3,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","61104",1,47.568236,-122.308628,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6108,70,255,365,0,1152,"","","Certification not required",0,179.331532,94.674324,360,"2013-05-05 17:00",360,"2013-07-09 04:00",360,"2013-10-15 20:00",359,"2013-01-10 19:00","","","","",354,347,329,308,247,185,43,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","62101",1,47.568236,-122.308628,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7238,83,303,365,0,23,"","","Certification not required",0,53.519342,11.163926,87,"2013-06-30 16:00",86,"2013-06-30 15:00",86,"2013-06-30 17:00",85,"2013-06-28 15:00","","","","",79,77,73,68,61,53,40,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","62201",1,47.568236,-122.308628,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",7236,83,303,365,0,24,"","","Certification not required",0,79.859176,16.676911,100,"2013-01-03 23:00",100,"2013-01-04 00:00",100,"2013-01-04 01:00",100,"2013-01-04 02:00","","","","",100,100,100,100,94,84,55,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","64101",1,47.568236,-122.308628,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6975,80,290,365,0,285,"","","Certification not required",0,1006.912975,6.387499,1027,"2013-01-15 08:00",1027,"2013-01-15 09:00",1027,"2013-01-15 10:00",1027,"2013-01-15 11:00","","","","",1022,1021,1018,1015,1011,1007,1000,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","68103",6,47.568236,-122.308628,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,8.07907,4.947444,17.3,"2013-08-29 00:00",16.4,"2013-08-17 00:00",15.5,"2013-09-07 00:00",15.4,"2013-08-23 00:00","","","","",17.3,16.4,15.3,14.5,12.2,8.1,2.3,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","68104",6,47.568236,-122.308628,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,16.502326,7.308158,31.6,"2013-06-30 00:00",29.3,"2013-07-24 00:00",28.6,"2013-08-05 00:00",28.1,"2013-09-01 00:00","","","","",31.6,29.3,26.9,25.9,23.3,16.3,7.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","68105",1,47.568236,-122.308628,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",94,100,49,61,0,3,"","","Certification not required",0,12.594681,5.585665,21.6,"2013-08-05 00:00",21.2,"2013-07-24 00:00",20.9,"2013-07-09 00:00",20.7,"2013-07-15 00:00","","","","",21.6,21.2,20.7,19.7,17.8,12.8,5.7,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","68105",2,47.568236,-122.308628,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Electronic",2013,"Degrees Centigrade","No Events",97,80,97,122,0,1,"","","Certification not required",0,12.163918,5.629298,21.3,"2013-08-05 00:00",20.9,"2013-07-24 00:00",20.6,"2013-07-09 00:00",20.6,"2013-09-01 00:00","","","","",21.3,20.9,20.5,19.4,17.2,11.7,5.4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","68105",6,47.568236,-122.308628,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",86,70,86,122,0,3,"","","Certification not required",0,11.706977,5.796607,23.3,"2013-06-30 00:00",20.9,"2013-08-05 00:00",20.6,"2013-07-24 00:00",20.2,"2013-07-09 00:00","","","","",23.3,20.9,20.1,19.2,17.1,10.8,5.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","68106",6,47.568236,-122.308628,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,750.77907,5.044277,764,"2013-01-16 00:00",761,"2013-05-01 00:00",760,"2013-01-01 00:00",760,"2013-10-04 00:00","","","","",764,761,759,758,753,751,745,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","68107",6,47.568236,-122.308628,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,756.267442,4.7015,768,"2013-01-16 00:00",767,"2013-05-01 00:00",766,"2013-02-15 00:00",766,"2013-04-22 00:00","","","","",768,767,764,763,759,756,751,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","68108",1,47.568236,-122.308628,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",94,100,49,61,0,3,"","","Certification not required",0,755.680851,4.846488,769,"2013-01-16 00:00",767,"2013-05-01 00:00",765,"2013-01-01 00:00",765,"2013-01-13 00:00","","","","",769,767,765,762,758,756,751,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","68108",2,47.568236,-122.308628,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Barometric Sensor",2013,"Millimeters (mercury)","No Events",97,80,97,122,0,1,"","","Certification not required",0,752.680412,4.908637,766,"2013-01-16 00:00",764,"2013-05-01 00:00",762,"2013-01-01 00:00",762,"2013-01-13 00:00","","","","",766,764,762,760,755,753,748,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","68108",6,47.568236,-122.308628,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",86,70,86,122,0,3,"","","Certification not required",0,753.802326,4.972441,766,"2013-01-16 00:00",765,"2013-05-01 00:00",763,"2013-01-13 00:00",763,"2013-04-22 00:00","","","","",766,765,762,761,757,753,749,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","81102",2,47.568236,-122.308628,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",94,77,94,122,0,1,0,0,"Certification not required",6,9.989362,5.206478,30,"2013-01-22 00:00",28,"2013-05-10 00:00",21,"2013-10-16 00:00",18,"2013-01-13 00:00","","","","",30,28,18,15,14,10,5,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","84305",3,47.568236,-122.308628,"NAD83","OC CSN Unadjusted PM2.5 STP TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (20 C)","No Events",5059,58,194,365,0,2235,"","","Certification not required",55,2.339138,1.554471,22.4,"2013-04-26 11:00",22.4,"2013-04-26 12:00",18.2,"2013-05-10 11:00",17.8,"2013-05-10 08:00","","","","",6.8,6,5,4.2,3.1,2,0.8,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","84312",3,47.568236,-122.308628,"NAD83","Total Carbon PM2.5 STP TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (20 C)","No Events",5059,58,194,365,0,2235,"","","Certification not required",7,3.120142,1.865763,22.7,"2013-04-26 11:00",22.7,"2013-04-26 12:00",20.7,"2013-05-10 08:00",19.1,"2013-05-10 11:00","","","","",8.5,7.6,6.4,5.5,4.1,2.7,1.2,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","84316",3,47.568236,-122.308628,"NAD83","Optical EC PM2.5 STP TOT","1 HOUR","","Observed Values","Sunset Labs - TOT",2013,"Micrograms/cubic meter (20 C)","No Events",5059,58,194,365,0,2235,"","","Certification not required",558,0.939336,0.756411,11.4,"2013-03-27 23:00",6.4,"2013-10-11 07:00",6.1,"2013-05-11 20:00",5.6,"2013-09-19 10:00","","","","",3.6,3,2.3,1.8,1.3,0.8,0.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","85101",1,47.568236,-122.308628,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,8.3451,4.601582,26.3953,"2013-01-22 00:00",20.9483,"2013-05-10 00:00",15.9512,"2013-03-26 00:00",15.1772,"2013-01-13 00:00","","","","",26.3953,20.9483,15.9512,12.8882,10.5517,7.2983,4.1446,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","85101",2,47.568236,-122.308628,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,1,"","","Certification not required",6,9.659574,4.987195,28,"2013-05-10 00:00",27,"2013-01-22 00:00",20,"2013-10-16 00:00",17,"2013-03-26 00:00","","","","",28,27,17,15,13,9,4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","85102",6,47.568236,-122.308628,"NAD83","Antimony PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,1.186591,0.726399,3.41,"2013-01-22 00:00",2.81,"2013-04-04 00:00",2.55,"2013-01-16 00:00",2.36,"2013-02-03 00:00","","","","",3.41,3.41,2.55,2.36,1.49,1.04,0.45,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85103",6,47.568236,-122.308628,"NAD83","Arsenic PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.737727,0.461241,2.42,"2013-01-22 00:00",1.84,"2013-03-11 00:00",1.58,"2013-02-03 00:00",1.5,"2013-02-09 00:00","","","","",2.42,2.42,1.58,1.26,0.97,0.61,0.31,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85105",6,47.568236,-122.308628,"NAD83","Beryllium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.002273,0.004239,0.01,"2013-01-22 00:00",0.01,"2013-04-04 00:00",0.01,"2013-05-04 00:00",0.01,"2013-05-10 00:00","","","","",0.01,0.01,0.01,0.01,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85110",6,47.568236,-122.308628,"NAD83","Cadmium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.179545,0.335441,2.02,"2013-08-08 00:00",1.01,"2013-01-16 00:00",0.64,"2013-03-29 00:00",0.5,"2013-04-04 00:00","","","","",2.02,2.02,0.64,0.34,0.14,0.09,0.03,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85112",6,47.568236,-122.308628,"NAD83","Chromium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,5.026591,3.397335,10.7,"2013-07-21 00:00",9.82,"2013-06-27 00:00",9.31,"2013-05-10 00:00",8.75,"2013-06-15 00:00","","","","",10.7,10.7,9.31,8.6,7.97,6.37,0.18,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85113",6,47.568236,-122.308628,"NAD83","Cobalt PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.107273,0.085898,0.51,"2013-05-10 00:00",0.26,"2013-04-04 00:00",0.24,"2013-08-14 00:00",0.23,"2013-01-22 00:00","","","","",0.51,0.51,0.24,0.21,0.14,0.08,0.04,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85129",6,47.568236,-122.308628,"NAD83","Lead PM10 LC FRM/FEM","24 HOUR","Lead 3-Month PM10 Surrogate 2009","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,0,0,0,"Certification not required",0,0.002873,0.002076,0.0125,"2013-01-22 00:00",0.008,"2013-04-04 00:00",0.0061,"2013-09-19 00:00",0.0053,"2013-08-14 00:00","","","","",0.0125,0.0125,0.0061,0.0052,0.0033,0.0024,0.0011,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85132",6,47.568236,-122.308628,"NAD83","Manganese PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,7.803864,7.161242,34,"2013-01-10 00:00",26.2,"2013-08-14 00:00",26,"2013-05-10 00:00",19.7,"2013-01-22 00:00","","","","",34,34,26,17.7,9.63,5.48,2.4,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85136",6,47.568236,-122.308628,"NAD83","Nickel PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,2.071136,1.916426,9.75,"2013-05-10 00:00",6.39,"2013-06-15 00:00",6.23,"2013-04-04 00:00",5.03,"2013-07-09 00:00","","","","",9.75,9.75,6.23,4.87,2.54,1.49,0.52,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85142",6,47.568236,-122.308628,"NAD83","Mercury PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.017727,0.00859,0.04,"2013-07-27 00:00",0.03,"2013-04-04 00:00",0.03,"2013-05-10 00:00",0.03,"2013-06-03 00:00","","","","",0.04,0.04,0.03,0.03,0.02,0.02,0.01,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","85154",6,47.568236,-122.308628,"NAD83","Selenium PM10 LC","24 HOUR","","Observed Values","R & P Partisol 2025 Teflon - ICPMS",2013,"Nanograms/cubic meter (LC)","No Events",44,72,44,61,0,0,"","","Certification not required",0,0.32,0.286486,1.06,"2013-02-27 00:00",0.97,"2013-09-01 00:00",0.86,"2013-05-28 00:00",0.85,"2013-01-22 00:00","","","","",1.06,1.06,0.86,0.74,0.52,0.26,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2013-12-03" +"53","033","0080","86101",1,47.568236,-122.308628,"NAD83","PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","Thermo Scientific Partisole-Plus Model 2025 Sequential Sampler Pair - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,1,"","","Certification not required",0,4.434043,2.468884,17.1,"2013-05-10 00:00",8.9,"2013-03-26 00:00",8.5,"2013-06-06 00:00",8.5,"2013-07-09 00:00","","","","",17.1,8.9,8.5,7.6,6.1,4,2,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","86502",1,47.568236,-122.308628,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,3.08,2.126989,10,"2013-05-10 00:00",8,"2013-03-26 00:00",8,"2013-05-25 00:00",7,"2013-05-22 00:00","","","","",10,10,8,6,4,3,1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88101",1,47.568236,-122.308628,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,3,0,0,"Certification not required",0,5.702128,3.316138,20.7,"2013-01-22 00:00",14.4,"2013-10-16 00:00",13.6,"2013-01-13 00:00",11.9,"2013-10-19 00:00","","","","",20.7,14.4,11.6,10,7.5,5.2,2.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","88101",1,47.568236,-122.308628,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",94,77,94,122,0,3,"","","Certification not required",0,5.702128,3.316138,20.7,"2013-01-22 00:00",14.4,"2013-10-16 00:00",13.6,"2013-01-13 00:00",11.9,"2013-10-19 00:00","","","","",20.7,14.4,11.6,10,7.5,5.2,2.1,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","88101",3,47.568236,-122.308628,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7197,82,304,365,0,60,"","","Certification not required",0,6.335695,4.221286,80.8,"2013-07-05 00:00",61.4,"2013-07-05 01:00",60.6,"2013-07-04 23:00",41,"2013-10-15 11:00","","","","",19.2,16.7,13.9,11.5,8.3,5.4,2.2,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","88101",3,47.568236,-122.308628,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,0,0,"Certification not required",0,6.279934,3.135145,18.8,"2013-01-22 00:00",15.7,"2013-10-15 00:00",15.6,"2013-01-17 00:00",15.4,"2013-10-16 00:00","","","","",15.4,14.4,12,10.5,8.1,5.8,2.7,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","88101",3,47.568236,-122.308628,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,6.279934,3.135145,18.8,"2013-01-22 00:00",15.7,"2013-10-15 00:00",15.6,"2013-01-17 00:00",15.4,"2013-10-16 00:00","","","","",15.4,14.4,12,10.5,8.1,5.8,2.7,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","0080","88102",6,47.568236,-122.308628,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",80,0.020017,0.006343,0.041,"2013-07-06 00:00",0.04,"2013-01-31 00:00",0.039,"2013-03-20 00:00",0.033,"2013-02-03 00:00","","","","",0.041,0.04,0.032,0.026,0.021,0.021,0.014,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88103",1,47.568236,-122.308628,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00038,0.000635,0.003,"2013-01-13 00:00",0.002,"2013-02-09 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-18 00:00","","","","",0.003,0.003,0.001,0.001,0.001,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88103",6,47.568236,-122.308628,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.0005,0.00093,0.005,"2013-01-13 00:00",0.003,"2013-04-04 00:00",0.003,"2013-06-18 00:00",0.003,"2013-09-19 00:00","","","","",0.005,0.003,0.002,0.002,0.001,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88104",1,47.568236,-122.308628,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.015584,0.015421,0.0808,"2013-05-04 00:00",0.0653,"2013-05-10 00:00",0.0459,"2013-03-26 00:00",0.0447,"2013-04-04 00:00","","","","",0.0808,0.0808,0.0459,0.0376,0.0174,0.0106,0.005,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88104",6,47.568236,-122.308628,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",60,0.01764,0.022883,0.154,"2013-07-30 00:00",0.124,"2013-08-05 00:00",0.068,"2013-05-04 00:00",0.067,"2013-06-24 00:00","","","","",0.154,0.124,0.046,0.035,0.016,0.0115,0.0065,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88107",6,47.568236,-122.308628,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.00697,0.006763,0.0295,"2013-02-21 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00",0.0295,"2013-08-17 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88109",1,47.568236,-122.308628,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.001662,0.000999,0.0053,"2013-02-03 00:00",0.0039,"2013-03-26 00:00",0.0034,"2013-05-10 00:00",0.0033,"2013-01-16 00:00","","","","",0.0053,0.0053,0.0034,0.0032,0.0021,0.0014,0.0007,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88109",6,47.568236,-122.308628,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",35,0.001987,0.001183,0.005,"2013-07-30 00:00",0.0049,"2013-02-03 00:00",0.0048,"2013-03-11 00:00",0.0046,"2013-01-22 00:00","","","","",0.005,0.0049,0.0045,0.0039,0.0027,0.0018,0.00065,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88110",6,47.568236,-122.308628,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.000791,0.001965,0.009,"2013-01-01 00:00",0.009,"2013-07-12 00:00",0.007,"2013-07-24 00:00",0.006,"2013-09-16 00:00","","","","",0.009,0.009,0.005,0.004,0,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88111",1,47.568236,-122.308628,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.021598,0.014459,0.0817,"2013-05-10 00:00",0.0562,"2013-05-07 00:00",0.0502,"2013-05-04 00:00",0.0489,"2013-03-26 00:00","","","","",0.0817,0.0817,0.0502,0.0478,0.0245,0.0172,0.0108,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88111",6,47.568236,-122.308628,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",29,0.012898,0.010486,0.0505,"2013-09-19 00:00",0.0403,"2013-08-14 00:00",0.0367,"2013-03-26 00:00",0.0351,"2013-07-06 00:00","","","","",0.0505,0.0403,0.0338,0.03,0.0171,0.0112,0.0024,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88112",1,47.568236,-122.308628,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00072,0.000809,0.004,"2013-04-04 00:00",0.002,"2013-01-25 00:00",0.002,"2013-02-27 00:00",0.002,"2013-03-26 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88112",6,47.568236,-122.308628,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.009442,0.023764,0.126,"2013-10-04 00:00",0.112,"2013-11-03 00:00",0.108,"2013-09-25 00:00",0.093,"2013-09-19 00:00","","","","",0.126,0.112,0.056,0.014,0.005,0.003,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88113",6,47.568236,-122.308628,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",84,0.000684,0.000162,0.0015,"2013-01-22 00:00",0.0013,"2013-03-29 00:00",0.001,"2013-02-21 00:00",0.001,"2013-05-16 00:00","","","","",0.0015,0.0013,0.001,0.001,0.0007,0.00065,0.00055,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88114",1,47.568236,-122.308628,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0038,0.003596,0.0161,"2013-01-28 00:00",0.0139,"2013-02-03 00:00",0.0112,"2013-01-04 00:00",0.0099,"2013-04-04 00:00","","","","",0.0161,0.0161,0.0112,0.0094,0.0057,0.0023,0.0009,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88114",6,47.568236,-122.308628,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",29,0.005482,0.007664,0.0429,"2013-01-16 00:00",0.0384,"2013-02-09 00:00",0.031,"2013-02-15 00:00",0.0229,"2013-01-28 00:00","","","","",0.0429,0.0384,0.0184,0.013,0.0062,0.0029,0.0008,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88115",1,47.568236,-122.308628,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.067578,0.15243,0.7722,"2013-02-24 00:00",0.4678,"2013-01-07 00:00",0.3724,"2013-03-20 00:00",0.3623,"2013-04-13 00:00","","","","",0.7722,0.7722,0.3724,0.3395,0.018,0.0042,0.0014,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88115",6,47.568236,-122.308628,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",42,0.037523,0.09353,0.65,"2013-02-24 00:00",0.473,"2013-11-03 00:00",0.239,"2013-03-20 00:00",0.232,"2013-03-17 00:00","","","","",0.65,0.473,0.149,0.0831,0.025,0.007,0.0025,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88117",6,47.568236,-122.308628,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.007092,0.010858,0.0435,"2013-02-21 00:00",0.0435,"2013-09-25 00:00",0.0435,"2013-09-28 00:00",0.0435,"2013-10-16 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88118",6,47.568236,-122.308628,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.010099,0.006677,0.023,"2013-02-21 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00",0.023,"2013-08-17 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88126",1,47.568236,-122.308628,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.048724,0.034882,0.1861,"2013-05-10 00:00",0.1536,"2013-03-26 00:00",0.1341,"2013-04-04 00:00",0.1053,"2013-04-25 00:00","","","","",0.1861,0.1861,0.1341,0.0824,0.0577,0.0415,0.0166,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88126",6,47.568236,-122.308628,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.04639,0.029534,0.158,"2013-01-22 00:00",0.137,"2013-03-26 00:00",0.125,"2013-10-04 00:00",0.122,"2013-08-05 00:00","","","","",0.158,0.137,0.112,0.0829,0.0595,0.0402,0.0159,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88128",1,47.568236,-122.308628,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00194,0.001406,0.007,"2013-04-04 00:00",0.005,"2013-01-13 00:00",0.004,"2013-02-09 00:00",0.004,"2013-02-18 00:00","","","","",0.007,0.007,0.004,0.004,0.003,0.001,0.001,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88128",6,47.568236,-122.308628,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001535,0.002184,0.011,"2013-01-22 00:00",0.01,"2013-10-04 00:00",0.008,"2013-03-26 00:00",0.006,"2013-03-11 00:00","","","","",0.011,0.01,0.005,0.004,0.003,0.001,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88131",6,47.568236,-122.308628,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.010355,0.004004,0.029,"2013-10-13 00:00",0.023,"2013-03-02 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-02-24 00:00","","","","",0.029,0.023,0.0165,0.0165,0.011,0.008,0.007,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88132",1,47.568236,-122.308628,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0031,0.003666,0.018,"2013-01-10 00:00",0.018,"2013-03-26 00:00",0.009,"2013-05-10 00:00",0.007,"2013-01-16 00:00","","","","",0.018,0.018,0.009,0.007,0.004,0.002,0.001,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88132",6,47.568236,-122.308628,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.002279,0.00326,0.017,"2013-01-10 00:00",0.013,"2013-03-26 00:00",0.013,"2013-10-04 00:00",0.012,"2013-08-14 00:00","","","","",0.017,0.013,0.01,0.006,0.003,0.001,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88136",1,47.568236,-122.308628,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0011,0.001607,0.008,"2013-05-10 00:00",0.006,"2013-04-04 00:00",0.004,"2013-02-27 00:00",0.003,"2013-02-09 00:00","","","","",0.008,0.008,0.004,0.003,0.001,0.001,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88136",6,47.568236,-122.308628,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.001349,0.001563,0.009,"2013-08-05 00:00",0.005,"2013-06-15 00:00",0.005,"2013-07-09 00:00",0.004,"2013-04-04 00:00","","","","",0.009,0.005,0.004,0.003,0.002,0.001,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88140",1,47.568236,-122.308628,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,0.015032,0.011993,0.0502,"2013-02-24 00:00",0.0472,"2013-04-13 00:00",0.0416,"2013-05-07 00:00",0.0343,"2013-05-04 00:00","","","","",0.0502,0.0502,0.0416,0.0314,0.0244,0.0113,0.0031,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88140",6,47.568236,-122.308628,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",65,0.011844,0.011279,0.0656,"2013-02-24 00:00",0.046,"2013-05-07 00:00",0.0431,"2013-09-04 00:00",0.0419,"2013-06-03 00:00","","","","",0.0656,0.046,0.037,0.028,0.009,0.006,0.0055,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88152",1,47.568236,-122.308628,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.001348,0.001648,0.0081,"2013-05-10 00:00",0.0057,"2013-05-07 00:00",0.0046,"2013-03-26 00:00",0.0045,"2013-04-04 00:00","","","","",0.0081,0.0081,0.0046,0.0031,0.0021,0.0007,0.00015,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88152",6,47.568236,-122.308628,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.005604,0.001524,0.008,"2013-01-31 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88154",1,47.568236,-122.308628,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.000344,0.000398,0.0019,"2013-03-26 00:00",0.0014,"2013-05-07 00:00",0.0013,"2013-01-01 00:00",0.0012,"2013-03-20 00:00","","","","",0.0019,0.0019,0.0013,0.0009,0.0005,0.0002,0.0001,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88154",6,47.568236,-122.308628,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.001055,0.000266,0.0019,"2013-03-02 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-13 00:00","","","","",0.0019,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88160",6,47.568236,-122.308628,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",81,0.014186,0.007236,0.056,"2013-10-10 00:00",0.042,"2013-01-22 00:00",0.035,"2013-07-12 00:00",0.032,"2013-01-04 00:00","","","","",0.056,0.042,0.019,0.018,0.016,0.01,0.01,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88161",1,47.568236,-122.308628,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.002252,0.00146,0.0078,"2013-05-10 00:00",0.0053,"2013-04-04 00:00",0.0053,"2013-05-04 00:00",0.0051,"2013-04-25 00:00","","","","",0.0078,0.0078,0.0053,0.0048,0.0028,0.0019,0.0008,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88161",6,47.568236,-122.308628,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",83,0.002427,0.000599,0.0064,"2013-10-10 00:00",0.005,"2013-01-22 00:00",0.0039,"2013-10-16 00:00",0.00265,"2013-01-31 00:00","","","","",0.0064,0.005,0.00265,0.00265,0.00265,0.0025,0.0021,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88164",1,47.568236,-122.308628,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.001372,0.002266,0.0123,"2013-05-10 00:00",0.0074,"2013-04-25 00:00",0.0055,"2013-04-04 00:00",0.0054,"2013-05-19 00:00","","","","",0.0123,0.0123,0.0055,0.0053,0.0012,0.0006,5e-05,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88164",6,47.568236,-122.308628,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",72,0.002043,0.001129,0.006,"2013-09-07 00:00",0.0054,"2013-05-19 00:00",0.0054,"2013-07-09 00:00",0.005,"2013-04-25 00:00","","","","",0.006,0.0054,0.005,0.004,0.0019,0.0016,0.0015,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88165",1,47.568236,-122.308628,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.037326,0.038742,0.1889,"2013-05-10 00:00",0.1574,"2013-05-04 00:00",0.1136,"2013-04-04 00:00",0.1037,"2013-03-26 00:00","","","","",0.1889,0.1889,0.1136,0.0958,0.0433,0.0221,0.0089,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88165",6,47.568236,-122.308628,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",20,0.027226,0.023056,0.134,"2013-05-04 00:00",0.089,"2013-04-04 00:00",0.081,"2013-04-25 00:00",0.0791,"2013-05-07 00:00","","","","",0.134,0.089,0.079,0.0606,0.034,0.022,0.006,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88166",6,47.568236,-122.308628,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",86,0.007787,0.004343,0.019,"2013-01-16 00:00",0.019,"2013-02-24 00:00",0.0185,"2013-05-13 00:00",0.0185,"2013-05-28 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88167",1,47.568236,-122.308628,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.006442,0.003238,0.0154,"2013-04-04 00:00",0.0142,"2013-03-26 00:00",0.0138,"2013-01-16 00:00",0.012,"2013-05-10 00:00","","","","",0.0154,0.0154,0.0138,0.0114,0.0079,0.0059,0.0029,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88167",6,47.568236,-122.308628,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",19,0.00807,0.025211,0.236,"2013-09-01 00:00",0.0233,"2013-01-22 00:00",0.019,"2013-09-19 00:00",0.0154,"2013-10-04 00:00","","","","",0.236,0.0233,0.0149,0.0116,0.0069,0.0043,0.00175,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88168",1,47.568236,-122.308628,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.000404,0.000617,0.0043,"2013-01-01 00:00",0.0011,"2013-05-07 00:00",0.001,"2013-05-04 00:00",0.001,"2013-05-10 00:00","","","","",0.0043,0.0043,0.001,0.0007,0.0005,0.0003,0.0001,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88168",6,47.568236,-122.308628,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",82,0.001348,0.000803,0.0069,"2013-03-02 00:00",0.0042,"2013-01-01 00:00",0.0036,"2013-02-15 00:00",0.0029,"2013-03-26 00:00","","","","",0.0069,0.0042,0.00175,0.00175,0.00155,0.00115,0.00085,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88169",1,47.568236,-122.308628,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.199502,0.139081,0.7639,"2013-05-10 00:00",0.5724,"2013-05-07 00:00",0.42,"2013-04-01 00:00",0.4146,"2013-04-04 00:00","","","","",0.7639,0.7639,0.42,0.4018,0.247,0.1772,0.0692,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88169",6,47.568236,-122.308628,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.290326,0.18526,1.15,"2013-10-16 00:00",0.662,"2013-08-20 00:00",0.629,"2013-05-07 00:00",0.62,"2013-01-22 00:00","","","","",1.15,0.662,0.611,0.529,0.398,0.245,0.104,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88176",1,47.568236,-122.308628,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.000186,0.000104,0.0006,"2013-01-01 00:00",0.0005,"2013-04-01 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-01-19 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.00015,0.00015,0.00015,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88176",6,47.568236,-122.308628,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",85,0.000979,0.000257,0.0024,"2013-01-01 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-02-21 00:00",0.0013,"2013-02-24 00:00","","","","",0.0024,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88180",1,47.568236,-122.308628,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.034382,0.031694,0.2293,"2013-01-01 00:00",0.0862,"2013-01-13 00:00",0.055,"2013-05-10 00:00",0.0538,"2013-02-03 00:00","","","","",0.2293,0.2293,0.055,0.0535,0.0407,0.0273,0.0159,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88180",6,47.568236,-122.308628,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.036005,0.030584,0.245,"2013-01-01 00:00",0.095,"2013-01-13 00:00",0.0949,"2013-07-06 00:00",0.083,"2013-01-22 00:00","","","","",0.245,0.095,0.0782,0.0689,0.0432,0.027,0.0136,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88184",1,47.568236,-122.308628,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.125173,0.125006,0.5951,"2013-02-24 00:00",0.4776,"2013-05-07 00:00",0.3295,"2013-02-27 00:00",0.3115,"2013-02-21 00:00","","","","",0.5951,0.5951,0.3295,0.2823,0.1561,0.1019,0.0079,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88184",6,47.568236,-122.308628,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",23,0.117395,0.108938,0.513,"2013-02-24 00:00",0.43,"2013-05-07 00:00",0.406,"2013-11-03 00:00",0.365,"2013-07-27 00:00","","","","",0.513,0.43,0.356,0.257,0.172,0.077,0.02,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88185",1,47.568236,-122.308628,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.000827,0.000424,0.0025,"2013-03-05 00:00",0.0021,"2013-04-04 00:00",0.002,"2013-03-08 00:00",0.0016,"2013-01-28 00:00","","","","",0.0025,0.0025,0.002,0.0014,0.00065,0.00065,0.00065,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88185",6,47.568236,-122.308628,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",83,0.003241,0.003332,0.0115,"2013-01-16 00:00",0.0115,"2013-02-24 00:00",0.0115,"2013-05-13 00:00",0.0115,"2013-05-28 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88203",1,47.568236,-122.308628,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.187157,0.21854,1.1661,"2013-02-24 00:00",0.5911,"2013-01-07 00:00",0.5669,"2013-02-21 00:00",0.5503,"2013-04-13 00:00","","","","",1.1661,0.5911,0.5669,0.5185,0.2023,0.0981,0.0294,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88301",6,47.568236,-122.308628,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",16,0.173686,0.207718,1.29,"2013-10-16 00:00",0.812,"2013-01-22 00:00",0.658,"2013-09-04 00:00",0.596,"2013-03-11 00:00","","","","",1.29,0.812,0.563,0.397,0.26,0.125,0.0125,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88302",6,47.568236,-122.308628,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",2,0.156785,0.123586,0.576,"2013-02-24 00:00",0.541,"2013-11-03 00:00",0.49,"2013-10-19 00:00",0.47,"2013-05-07 00:00","","","","",0.576,0.541,0.418,0.326,0.208,0.117,0.04,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88303",6,47.568236,-122.308628,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",38,0.031476,0.029887,0.208,"2013-01-01 00:00",0.092,"2013-03-29 00:00",0.085,"2013-10-10 00:00",0.08,"2013-01-22 00:00","","","","",0.208,0.092,0.077,0.072,0.043,0.024,0.012,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88306",1,47.568236,-122.308628,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.773143,0.691125,2.7759,"2013-01-22 00:00",2.6892,"2013-03-11 00:00",2.2349,"2013-02-09 00:00",2.024,"2013-01-13 00:00","","","","",2.7759,2.6892,2.2349,1.8286,1.091,0.553,0.1502,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88306",6,47.568236,-122.308628,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.66986,0.55613,2.49,"2013-01-22 00:00",2.44,"2013-02-09 00:00",2.36,"2013-10-16 00:00",2.2,"2013-03-11 00:00","","","","",2.49,2.44,2.08,1.51,0.793,0.522,0.154,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88320",1,47.568236,-122.308628,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.182549,0.790895,3.84,"2013-01-22 00:00",3.7,"2013-01-13 00:00",2.92,"2013-01-01 00:00",2.27,"2013-05-10 00:00","","","","",3.84,3.7,2.92,2.09,1.49,1.04,0.47,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88321",1,47.568236,-122.308628,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.427255,0.356045,2.04,"2013-01-22 00:00",1.15,"2013-01-13 00:00",1.06,"2013-01-01 00:00",1.03,"2013-04-04 00:00","","","","",2.04,1.15,1.06,0.86,0.58,0.32,0.11,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88324",1,47.568236,-122.308628,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.073571,0.122749,0.6711,"2013-01-13 00:00",0.5361,"2013-01-22 00:00",0.27,"2013-01-01 00:00",0.204,"2013-02-18 00:00","","","","",0.6711,0.5361,0.27,0.1468,0.0747,0.0271,0.0158,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88325",1,47.568236,-122.308628,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.310525,0.214755,0.9967,"2013-01-22 00:00",0.9145,"2013-05-10 00:00",0.863,"2013-01-13 00:00",0.7177,"2013-01-01 00:00","","","","",0.9967,0.9145,0.863,0.5656,0.4153,0.2693,0.1047,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88326",1,47.568236,-122.308628,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.401931,0.248675,1.25,"2013-01-22 00:00",1.0461,"2013-01-13 00:00",1.0459,"2013-01-01 00:00",0.7023,"2013-02-03 00:00","","","","",1.25,1.0461,1.0459,0.6715,0.5193,0.3662,0.1423,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88327",1,47.568236,-122.308628,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.265731,0.173426,0.8944,"2013-01-22 00:00",0.745,"2013-01-01 00:00",0.631,"2013-01-13 00:00",0.5215,"2013-02-03 00:00","","","","",0.8944,0.745,0.631,0.497,0.3119,0.2204,0.12,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88328",1,47.568236,-122.308628,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.134425,0.100664,0.4842,"2013-01-13 00:00",0.3894,"2013-03-11 00:00",0.3712,"2013-02-03 00:00",0.2624,"2013-01-19 00:00","","","","",0.4842,0.3894,0.3712,0.2442,0.1802,0.1247,0.0287,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88329",1,47.568236,-122.308628,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.519929,0.40918,2.1769,"2013-01-22 00:00",1.5664,"2013-01-13 00:00",1.1579,"2013-05-10 00:00",1.1544,"2013-01-01 00:00","","","","",2.1769,1.5664,1.1579,1.0104,0.71,0.4132,0.1216,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88330",1,47.568236,-122.308628,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.042026,0.019879,0.1015,"2013-03-29 00:00",0.084,"2013-03-23 00:00",0.0736,"2013-03-14 00:00",0.0708,"2013-04-22 00:00","","","","",0.1015,0.084,0.0736,0.0645,0.0537,0.0421,0.0143,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88331",1,47.568236,-122.308628,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",20,0.00019,0.001131,0.0081,"2013-03-29 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-17 00:00",0.0001,"2013-01-19 00:00","","","","",0.0081,0.00015,0.00015,0.0001,5e-05,0,0,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88338",1,47.568236,-122.308628,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.020692,0.01386,0.0767,"2013-02-15 00:00",0.0611,"2013-04-10 00:00",0.0596,"2013-02-03 00:00",0.0466,"2013-02-12 00:00","","","","",0.0767,0.0611,0.0596,0.0357,0.0238,0.0153,0.01095,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88339",1,47.568236,-122.308628,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.822909,0.573689,3.15101,"2013-05-10 00:00",2.36094,"2013-05-07 00:00",1.7325,"2013-04-01 00:00",1.71014,"2013-04-04 00:00","","","","",3.15101,3.15101,1.7325,1.65755,1.01867,0.73107,0.28562,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88344",1,47.568236,-122.308628,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.997343,0.891519,3.5809,"2013-01-22 00:00",3.4691,"2013-03-11 00:00",2.883,"2013-02-09 00:00",2.6108,"2013-01-13 00:00","","","","",3.5809,3.4691,2.883,2.3589,1.4073,0.7134,0.1938,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88348",1,47.568236,-122.308628,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.284664,0.226171,1.2127,"2013-05-10 00:00",0.8237,"2013-05-04 00:00",0.82,"2013-03-26 00:00",0.7938,"2013-04-04 00:00","","","","",1.2127,1.2127,0.82,0.6572,0.3098,0.2269,0.1183,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88350",1,47.568236,-122.308628,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.128159,1.423481,6.9145,"2013-01-22 00:00",6.6517,"2013-01-13 00:00",5.2627,"2013-01-01 00:00",4.086,"2013-05-10 00:00","","","","",6.9145,6.6517,5.2627,3.766,2.6802,1.8752,0.8536,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88355",6,47.568236,-122.308628,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,1.889163,1.054356,5.58,"2013-01-13 00:00",4.03,"2013-10-13 00:00",3.97,"2013-01-01 00:00",3.77,"2013-10-10 00:00","","","","",5.58,4.03,3.66,3.32,2.64,1.68,0.718,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88357",6,47.568236,-122.308628,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.363302,0.203499,0.972,"2013-01-13 00:00",0.945,"2013-04-04 00:00",0.92,"2013-01-22 00:00",0.832,"2013-09-19 00:00","","","","",0.972,0.945,0.746,0.623,0.481,0.336,0.129,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88370",6,47.568236,-122.308628,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,1.72364,0.923872,5.04,"2013-01-13 00:00",3.61,"2013-10-13 00:00",3.53,"2013-01-01 00:00",3.38,"2013-06-30 00:00","","","","",5.04,3.61,3.32,3.01,2.39,1.6,0.694,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88374",6,47.568236,-122.308628,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.163233,0.169256,1.23,"2013-01-13 00:00",0.599,"2013-01-22 00:00",0.49,"2013-01-01 00:00",0.462,"2013-10-13 00:00","","","","",1.23,0.599,0.431,0.299,0.216,0.125,0.029,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88375",6,47.568236,-122.308628,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.47736,0.249203,1.23,"2013-06-30 00:00",1.07,"2013-01-13 00:00",1.01,"2013-08-05 00:00",0.924,"2013-10-10 00:00","","","","",1.23,1.07,0.9,0.797,0.686,0.451,0.188,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88376",6,47.568236,-122.308628,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.583,0.30579,1.4,"2013-01-01 00:00",1.37,"2013-10-10 00:00",1.23,"2013-10-31 00:00",1.21,"2013-01-13 00:00","","","","",1.4,1.37,1.21,1.11,0.749,0.553,0.236,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88377",6,47.568236,-122.308628,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.365477,0.211167,1.04,"2013-02-03 00:00",0.883,"2013-01-13 00:00",0.879,"2013-04-04 00:00",0.782,"2013-10-10 00:00","","","","",1.04,0.883,0.745,0.669,0.489,0.328,0.139,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88378",6,47.568236,-122.308628,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",14,0.134558,0.134179,0.659,"2013-10-16 00:00",0.64,"2013-01-13 00:00",0.619,"2013-10-13 00:00",0.375,"2013-08-05 00:00","","","","",0.659,0.64,0.32,0.29,0.186,0.115,0.001,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88380",6,47.568236,-122.308628,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.529,0.333114,1.51,"2013-01-13 00:00",1.34,"2013-04-04 00:00",1.34,"2013-10-22 00:00",1.14,"2013-09-19 00:00","","","","",1.51,1.34,1.13,1.05,0.715,0.454,0.155,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88383",6,47.568236,-122.308628,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",1,0.610605,0.390564,2.1,"2013-01-13 00:00",1.48,"2013-10-16 00:00",1.44,"2013-10-22 00:00",1.35,"2013-10-19 00:00","","","","",2.1,1.48,1.33,1.17,0.856,0.527,0.188,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88384",6,47.568236,-122.308628,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",2,0.05253,0.023665,0.116,"2013-06-30 00:00",0.108,"2013-06-24 00:00",0.103,"2013-05-04 00:00",0.0941,"2013-06-27 00:00","","","","",0.116,0.108,0.0899,0.0825,0.0694,0.0531,0.018,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88385",6,47.568236,-122.308628,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",76,0.001365,0.001211,0.00873,"2013-04-04 00:00",0.00579,"2013-06-30 00:00",0.00507,"2013-02-15 00:00",0.0043,"2013-06-24 00:00","","","","",0.00873,0.00579,0.00429,0.00223,0.001,0.001,0.001,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88388",6,47.568236,-122.308628,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",2,0.300337,0.246461,1.18,"2013-01-13 00:00",1.15,"2013-10-16 00:00",1.04,"2013-10-13 00:00",1.02,"2013-10-19 00:00","","","","",1.18,1.15,0.928,0.546,0.398,0.239,0.061,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88403",1,47.568236,-122.308628,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.592584,0.423786,2.2037,"2013-05-10 00:00",1.7253,"2013-05-07 00:00",1.4251,"2013-01-22 00:00",1.2642,"2013-04-01 00:00","","","","",2.2037,1.7253,1.4251,1.1952,0.7226,0.5009,0.1963,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88403",6,47.568236,-122.308628,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,0.740151,0.459899,2.88,"2013-10-16 00:00",1.75,"2013-07-21 00:00",1.68,"2013-05-07 00:00",1.66,"2013-08-20 00:00","","","","",2.88,1.75,1.59,1.3,0.972,0.626,0.28,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","0080","88502",1,47.568236,-122.308628,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4.41,2.591371,12.4,"2013-01-13 00:00",10.5,"2013-05-10 00:00",9.6,"2013-03-11 00:00",8.6,"2013-04-04 00:00","","","","",12.4,12.4,9.6,8.5,5.6,3.7,2,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","033","0080","88502",6,47.568236,-122.308628,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,3,"","","Certification not required",0,6.365116,3.399681,19,"2013-01-22 00:00",15.7,"2013-04-04 00:00",15.3,"2013-10-16 00:00",14.1,"2013-01-13 00:00","","","","",19,15.7,12.9,10.6,8.4,6,2.5,"SEATTLE - BEACON HILL","4103 BEACON HILL S","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","033","1011","11203",1,47.53091,-122.3208,"NAD83","Light scatter","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Beta Scatter","No Events",7258,83,304,365,0,38,"","","Certification not required",1337,0.273608,0.24267,3.5,"2013-07-04 21:00",2.4,"2013-07-04 22:00",2.3,"2013-01-17 14:00",2.3,"2013-01-17 16:00","","","","",1.1,1,0.8,0.6,0.4,0.2,0.05,"SEATTLE - SOUTH PARK #2","8201 10TH AVENUE SOUTH","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","1011","88502",4,47.53091,-122.3208,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",7258,83,304,365,0,38,"","","Certification not required",0,9.34216,5.359658,80,"2013-07-04 21:00",56.6,"2013-01-17 16:00",56.4,"2013-01-17 14:00",54.9,"2013-07-04 22:00","","","","",28.9,25.3,20.1,16,10.9,7.8,4.8,"SEATTLE - SOUTH PARK #2","8201 10TH AVENUE SOUTH","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","1011","88502",4,47.53091,-122.3208,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,9.292434,4.498328,32.3,"2013-01-17 00:00",29.1,"2013-01-22 00:00",23.7,"2013-01-18 00:00",23.1,"2013-10-24 00:00","","","","",23.1,22.1,19.6,15.5,10.9,8,5.2,"SEATTLE - SOUTH PARK #2","8201 10TH AVENUE SOUTH","Washington","King","Seattle","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","2004","88101",3,47.386111,-122.230278,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7197,82,304,365,0,97,"","","Certification not required",0,6.240017,5.622057,90.3,"2013-07-04 21:00",75.9,"2013-01-12 20:00",44.2,"2013-01-12 22:00",43.7,"2013-01-14 00:00","","","","",26.6,22.6,16.9,12.6,8.3,4.9,1.1,"KENT - JAMES & CENTRAL","614 RAILROAD AVE N, KENT","Washington","King","Kent","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","2004","88101",3,47.386111,-122.230278,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,0,0,"Certification not required",0,6.194737,4.465131,24.6,"2013-01-13 00:00",22.6,"2013-01-17 00:00",21.7,"2013-01-01 00:00",21.6,"2013-01-16 00:00","","","","",21.6,20.1,15.1,11.9,8.1,5.2,1.9,"KENT - JAMES & CENTRAL","614 RAILROAD AVE N, KENT","Washington","King","Kent","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","033","2004","88101",3,47.386111,-122.230278,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,6.194737,4.465131,24.6,"2013-01-13 00:00",22.6,"2013-01-17 00:00",21.7,"2013-01-01 00:00",21.6,"2013-01-16 00:00","","","","",21.6,20.1,15.1,11.9,8.1,5.2,1.9,"KENT - JAMES & CENTRAL","614 RAILROAD AVE N, KENT","Washington","King","Kent","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","035","0007","88101",3,47.592675,-122.627397,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6836,78,290,365,0,460,"","","Certification not required",0,4.476551,4.683099,235,"2013-07-04 21:00",134.1,"2013-07-04 22:00",42.8,"2013-01-20 11:00",42.7,"2013-07-04 23:00","","","","",15.5,13.8,11.1,9,6,3.6,1,"Bremerton-Spruce Ave","3250 Spruce Ave","Washington","Kitsap","Bremerton","Bremerton-Silverdale, WA","2014-01-21" +"53","035","0007","88101",3,47.592675,-122.627397,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,0,0,"Certification not required",0,4.432639,2.900531,23.4,"2013-07-04 00:00",11.8,"2013-10-16 00:00",11.7,"2013-10-20 00:00",11.5,"2013-01-13 00:00","","","","",11.7,11.5,10.4,8.6,5.7,3.7,1.6,"Bremerton-Spruce Ave","3250 Spruce Ave","Washington","Kitsap","Bremerton","Bremerton-Silverdale, WA","2014-01-21" +"53","035","0007","88101",3,47.592675,-122.627397,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",288,79,288,365,0,0,"","","Certification not required",0,4.432639,2.900531,23.4,"2013-07-04 00:00",11.8,"2013-10-16 00:00",11.7,"2013-10-20 00:00",11.5,"2013-01-13 00:00","","","","",11.7,11.5,10.4,8.6,5.7,3.7,1.6,"Bremerton-Spruce Ave","3250 Spruce Ave","Washington","Kitsap","Bremerton","Bremerton-Silverdale, WA","2014-01-21" +"53","037","0002","11203",1,46.99364,-120.545,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7114,81,295,365,0,123,"","","Certification not required",3427,0.165947,0.189355,2.5,"2013-08-22 21:00",2.3,"2013-08-22 20:00",1.9,"2013-07-30 12:00",1.8,"2013-07-31 13:00","","","","",0.9,0.8,0.6,0.4,0.2,0.1,0.05,"ELLENSBURG - RUBY ST","201 N. RUBY, ELLENSBURG, WA","Washington","Kittitas","Ellensburg","Ellensburg, WA","2014-01-21" +"53","037","0002","88502",4,46.99364,-120.545,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7114,81,295,365,0,123,"","","Certification not required",0,5.759263,6.273898,81.7,"2013-08-22 21:00",76.3,"2013-08-22 20:00",62.8,"2013-07-30 12:00",58.4,"2013-07-31 13:00","","","","",28.5,25.4,18.8,13.1,7.2,3.6,1,"ELLENSBURG - RUBY ST","201 N. RUBY, ELLENSBURG, WA","Washington","Kittitas","Ellensburg","Ellensburg, WA","2014-01-21" +"53","037","0002","88502",4,46.99364,-120.545,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",295,81,295,365,0,0,"","","Certification not required",0,5.705085,5.210241,28.9,"2013-07-31 00:00",27.3,"2013-01-25 00:00",24.5,"2013-01-16 00:00",24.2,"2013-01-24 00:00","","","","",24.5,23.1,17.7,13.1,7.3,4,1.2,"ELLENSBURG - RUBY ST","201 N. RUBY, ELLENSBURG, WA","Washington","Kittitas","Ellensburg","Ellensburg, WA","2014-01-21" +"53","037","0004","85101",1,47.399815,-121.427096,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",10,1.661161,1.401827,6.5097,"2013-04-01 00:00",5.2883,"2013-05-04 00:00",5.1063,"2013-03-26 00:00",3.8407,"2013-04-25 00:00","","","","",6.5097,6.5097,5.1063,2.9919,2.1793,1.509,0.2058,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","86502",1,47.399815,-121.427096,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",47,77,24,61,0,4,"","","Certification not required",0,0.276596,0.578684,2,"2013-03-26 00:00",2,"2013-04-01 00:00",2,"2013-05-04 00:00",1,"2013-01-19 00:00","","","","",2,2,2,1,0,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88103",1,47.399815,-121.427096,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,2e-05,0.000141,0.001,"2013-03-26 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88104",1,47.399815,-121.427096,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.013453,0.018488,0.0844,"2013-05-10 00:00",0.0637,"2013-05-04 00:00",0.0576,"2013-05-07 00:00",0.0504,"2013-04-01 00:00","","","","",0.0844,0.0844,0.0576,0.0431,0.0164,0.005,0.00055,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88109",1,47.399815,-121.427096,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.000612,0.000726,0.0039,"2013-05-10 00:00",0.0031,"2013-05-07 00:00",0.0021,"2013-04-01 00:00",0.0018,"2013-03-26 00:00","","","","",0.0039,0.0039,0.0021,0.0013,0.0007,0.0004,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88111",1,47.399815,-121.427096,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.008496,0.01097,0.0488,"2013-05-10 00:00",0.0431,"2013-05-07 00:00",0.0361,"2013-05-04 00:00",0.0303,"2013-04-01 00:00","","","","",0.0488,0.0488,0.0361,0.0251,0.0114,0.0048,0.00105,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88112",1,47.399815,-121.427096,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88114",1,47.399815,-121.427096,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,0.000274,0.000393,0.0025,"2013-01-01 00:00",0.0015,"2013-05-10 00:00",0.0006,"2013-03-26 00:00",0.0006,"2013-04-01 00:00","","","","",0.0025,0.0025,0.0006,0.0006,0.0003,0.00015,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88115",1,47.399815,-121.427096,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",16,0.016672,0.039899,0.1767,"2013-02-24 00:00",0.1597,"2013-02-27 00:00",0.1092,"2013-03-20 00:00",0.0993,"2013-03-17 00:00","","","","",0.1767,0.1767,0.1092,0.0761,0.0052,0.0006,0.00015,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88126",1,47.399815,-121.427096,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.011618,0.016175,0.0871,"2013-05-10 00:00",0.0553,"2013-05-07 00:00",0.0412,"2013-04-01 00:00",0.0395,"2013-05-04 00:00","","","","",0.0871,0.0871,0.0412,0.0328,0.0139,0.0059,0.0007,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88128",1,47.399815,-121.427096,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00038,0.000697,0.003,"2013-05-10 00:00",0.002,"2013-03-23 00:00",0.002,"2013-05-04 00:00",0.001,"2013-01-07 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88132",1,47.399815,-121.427096,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00024,0.000476,0.002,"2013-05-10 00:00",0.001,"2013-03-02 00:00",0.001,"2013-03-11 00:00",0.001,"2013-03-23 00:00","","","","",0.002,0.002,0.001,0.001,0,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88136",1,47.399815,-121.427096,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,4e-05,0.000198,0.001,"2013-05-07 00:00",0.001,"2013-05-10 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88140",1,47.399815,-121.427096,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.00793,0.011078,0.0629,"2013-05-07 00:00",0.0394,"2013-05-10 00:00",0.0328,"2013-02-24 00:00",0.0218,"2013-05-04 00:00","","","","",0.0629,0.0629,0.0328,0.0157,0.0109,0.005,0.001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88152",1,47.399815,-121.427096,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000234,0.000354,0.0022,"2013-03-23 00:00",0.0014,"2013-01-22 00:00",0.0007,"2013-05-31 00:00",0.0006,"2013-05-25 00:00","","","","",0.0022,0.0022,0.0007,0.0005,0.00015,0.00015,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88154",1,47.399815,-121.427096,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",39,0.000128,5.7e-05,0.0003,"2013-01-04 00:00",0.0003,"2013-03-05 00:00",0.0003,"2013-03-23 00:00",0.0002,"2013-01-07 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88161",1,47.399815,-121.427096,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.000918,0.001261,0.0063,"2013-05-10 00:00",0.0042,"2013-05-07 00:00",0.0038,"2013-05-04 00:00",0.0035,"2013-04-01 00:00","","","","",0.0063,0.0063,0.0038,0.0029,0.0011,0.0004,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88164",1,47.399815,-121.427096,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.000141,0.000215,0.0014,"2013-05-10 00:00",0.0007,"2013-05-07 00:00",0.0004,"2013-04-25 00:00",0.0003,"2013-03-26 00:00","","","","",0.0014,0.0014,0.0004,0.0003,0.0001,0.0001,5e-05,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88165",1,47.399815,-121.427096,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.027592,0.040294,0.1808,"2013-05-10 00:00",0.1345,"2013-05-04 00:00",0.1317,"2013-05-07 00:00",0.11,"2013-04-01 00:00","","","","",0.1808,0.1808,0.1317,0.088,0.034,0.01,0.00065,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88167",1,47.399815,-121.427096,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.001027,0.001031,0.0053,"2013-05-10 00:00",0.0031,"2013-04-01 00:00",0.003,"2013-03-26 00:00",0.0027,"2013-03-23 00:00","","","","",0.0053,0.0053,0.003,0.0026,0.0012,0.0008,0.00015,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88168",1,47.399815,-121.427096,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.000216,0.000201,0.0012,"2013-01-01 00:00",0.0007,"2013-05-10 00:00",0.0005,"2013-03-11 00:00",0.0005,"2013-04-01 00:00","","","","",0.0012,0.0012,0.0005,0.0005,0.0003,0.0001,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88169",1,47.399815,-121.427096,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.09288,0.099446,0.5285,"2013-05-10 00:00",0.3659,"2013-05-07 00:00",0.2654,"2013-03-23 00:00",0.2333,"2013-05-04 00:00","","","","",0.5285,0.5285,0.2654,0.2295,0.1189,0.0676,0.0091,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88176",1,47.399815,-121.427096,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.00015,6e-05,0.0005,"2013-03-02 00:00",0.0003,"2013-03-05 00:00",0.0002,"2013-04-22 00:00",0.00015,"2013-01-01 00:00","","","","",0.0005,0.0005,0.0002,0.00015,0.00015,0.00015,0.0001,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88180",1,47.399815,-121.427096,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.010509,0.012682,0.0718,"2013-01-01 00:00",0.0411,"2013-05-10 00:00",0.038,"2013-05-07 00:00",0.0309,"2013-04-01 00:00","","","","",0.0718,0.0718,0.038,0.0274,0.0118,0.0069,0.00105,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88184",1,47.399815,-121.427096,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",13,0.029188,0.045895,0.2339,"2013-05-07 00:00",0.1572,"2013-02-24 00:00",0.147,"2013-02-27 00:00",0.0969,"2013-05-10 00:00","","","","",0.2339,0.2339,0.147,0.0812,0.0389,0.0097,0.00155,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88185",1,47.399815,-121.427096,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000596,0.000202,0.0017,"2013-01-25 00:00",0.0008,"2013-01-04 00:00",0.0008,"2013-03-05 00:00",0.00065,"2013-01-16 00:00","","","","",0.0017,0.0017,0.0008,0.00065,0.00065,0.00065,0.0004,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88203",1,47.399815,-121.427096,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.034338,0.05474,0.2658,"2013-02-24 00:00",0.2169,"2013-02-27 00:00",0.1627,"2013-03-20 00:00",0.1415,"2013-03-17 00:00","","","","",0.2658,0.2658,0.1627,0.0982,0.0339,0.0157,0.00305,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88306",1,47.399815,-121.427096,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.134805,0.161867,0.7205,"2013-05-07 00:00",0.685,"2013-01-22 00:00",0.5545,"2013-01-04 00:00",0.4096,"2013-05-10 00:00","","","","",0.7205,0.7205,0.5545,0.3182,0.1524,0.0963,0.0097,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88320",1,47.399815,-121.427096,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.2924,0.394532,1.96,"2013-05-10 00:00",1.71,"2013-05-07 00:00",1.31,"2013-04-01 00:00",0.75,"2013-03-26 00:00","","","","",1.96,1.96,1.31,0.51,0.35,0.15,0.04,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88321",1,47.399815,-121.427096,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0738,0.075859,0.37,"2013-05-10 00:00",0.3,"2013-05-07 00:00",0.2,"2013-04-01 00:00",0.18,"2013-01-04 00:00","","","","",0.37,0.37,0.2,0.18,0.1,0.05,0.01,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88324",1,47.399815,-121.427096,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.022156,0.010243,0.0673,"2013-04-01 00:00",0.0435,"2013-04-16 00:00",0.0432,"2013-05-07 00:00",0.0339,"2013-05-10 00:00","","","","",0.0673,0.0673,0.0432,0.03045,0.029,0.0223,0.0103,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88325",1,47.399815,-121.427096,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",29,0.065079,0.091371,0.4993,"2013-05-10 00:00",0.415,"2013-05-07 00:00",0.2703,"2013-04-01 00:00",0.1336,"2013-03-26 00:00","","","","",0.4993,0.4993,0.2703,0.1036,0.07,0.03315,0.0187,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88326",1,47.399815,-121.427096,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",30,0.102521,0.130089,0.6317,"2013-05-07 00:00",0.5982,"2013-05-10 00:00",0.4272,"2013-04-01 00:00",0.231,"2013-03-26 00:00","","","","",0.6317,0.6317,0.4272,0.2027,0.1309,0.03875,0.0252,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88327",1,47.399815,-121.427096,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",18,0.064124,0.0795,0.4153,"2013-05-10 00:00",0.318,"2013-05-07 00:00",0.263,"2013-04-01 00:00",0.1691,"2013-03-26 00:00","","","","",0.4153,0.4153,0.263,0.1159,0.0788,0.0365,0.0122,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88328",1,47.399815,-121.427096,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.061586,0.085755,0.4179,"2013-05-10 00:00",0.3039,"2013-05-07 00:00",0.2855,"2013-04-01 00:00",0.2252,"2013-03-26 00:00","","","","",0.4179,0.4179,0.2855,0.1663,0.0861,0.0306,0.0009,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88329",1,47.399815,-121.427096,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.106879,0.141821,0.7321,"2013-05-10 00:00",0.5466,"2013-05-07 00:00",0.4265,"2013-04-01 00:00",0.3539,"2013-03-26 00:00","","","","",0.7321,0.7321,0.4265,0.2015,0.1468,0.064,0.00515,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88330",1,47.399815,-121.427096,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.028413,0.021014,0.0921,"2013-01-04 00:00",0.0644,"2013-01-22 00:00",0.0574,"2013-04-01 00:00",0.0572,"2013-04-04 00:00","","","","",0.0921,0.0921,0.0574,0.0541,0.0456,0.0255,0.00225,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88331",1,47.399815,-121.427096,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,3.8e-05,6.8e-05,0.0004,"2013-03-14 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-20 00:00",0.0001,"2013-03-02 00:00","","","","",0.0004,0.0004,0.00015,0.0001,5e-05,0,0,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88338",1,47.399815,-121.427096,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.01834,0.00689,0.0397,"2013-04-07 00:00",0.0371,"2013-04-13 00:00",0.0338,"2013-04-10 00:00",0.031,"2013-05-19 00:00","","","","",0.0397,0.0397,0.0338,0.0264,0.0236,0.01585,0.0114,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88339",1,47.399815,-121.427096,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.383107,0.410214,2.17998,"2013-05-10 00:00",1.50913,"2013-05-07 00:00",1.09469,"2013-03-23 00:00",0.96236,"2013-05-04 00:00","","","","",2.17998,2.17998,1.09469,0.94669,0.49034,0.27885,0.03737,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88344",1,47.399815,-121.427096,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.174136,0.208582,0.9294,"2013-05-07 00:00",0.8831,"2013-01-22 00:00",0.7153,"2013-01-04 00:00",0.5284,"2013-05-10 00:00","","","","",0.9294,0.9294,0.7153,0.4105,0.1966,0.1242,0.0128,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88348",1,47.399815,-121.427096,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.141122,0.199626,0.9383,"2013-05-10 00:00",0.6667,"2013-05-07 00:00",0.6369,"2013-05-04 00:00",0.5405,"2013-04-01 00:00","","","","",0.9383,0.9383,0.6369,0.4384,0.171,0.0556,0.0056,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88350",1,47.399815,-121.427096,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.527542,0.710704,3.5363,"2013-05-10 00:00",3.0807,"2013-05-07 00:00",2.3639,"2013-04-01 00:00",1.3448,"2013-03-26 00:00","","","","",3.5363,3.5363,2.3639,0.9121,0.6363,0.2731,0.0661,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88403",1,47.399815,-121.427096,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.27109,0.288239,1.5299,"2013-05-10 00:00",1.0429,"2013-05-07 00:00",0.8189,"2013-03-23 00:00",0.6631,"2013-04-01 00:00","","","","",1.5299,1.5299,0.8189,0.6612,0.3509,0.1909,0.0313,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","037","0004","88502",1,47.399815,-121.427096,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.266,1.51113,7.9,"2013-05-10 00:00",6.8,"2013-05-07 00:00",4.2,"2013-04-01 00:00",2.9,"2013-03-26 00:00","","","","",7.9,7.9,4.2,2.9,1.5,1,0.1,"","Snoqualmie Pass","Washington","Kittitas","Snoqualmie Pass","Ellensburg, WA","2014-01-28" +"53","039","0003","85101",1,45.666204,-121.000708,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,11.650676,9.756946,44.9777,"2013-05-07 00:00",35.3704,"2013-05-10 00:00",34.5596,"2013-04-01 00:00",28.8327,"2013-05-04 00:00","","","","",44.9777,35.3704,34.5596,24.5113,17.0011,7.5,3.1934,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","86502",1,45.666204,-121.000708,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.313725,8.631316,36,"2013-05-07 00:00",28,"2013-04-01 00:00",26,"2013-05-10 00:00",23,"2013-05-01 00:00","","","","",36,28,26,19,12,4,1,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88103",1,45.666204,-121.000708,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-04-22 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88104",1,45.666204,-121.000708,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.047375,0.059936,0.2703,"2013-04-01 00:00",0.242,"2013-05-07 00:00",0.181,"2013-05-10 00:00",0.147,"2013-05-04 00:00","","","","",0.2703,0.242,0.181,0.129,0.0686,0.019,0.008,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88109",1,45.666204,-121.000708,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.002329,0.005629,0.036,"2013-01-19 00:00",0.0199,"2013-01-22 00:00",0.009,"2013-01-16 00:00",0.0027,"2013-02-24 00:00","","","","",0.036,0.0199,0.009,0.0025,0.0021,0.001,0.0003,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88111",1,45.666204,-121.000708,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025804,0.027478,0.1272,"2013-05-07 00:00",0.1102,"2013-04-01 00:00",0.0932,"2013-05-10 00:00",0.0733,"2013-05-04 00:00","","","","",0.1272,0.1102,0.0932,0.0563,0.0354,0.0142,0.0062,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88112",1,45.666204,-121.000708,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000137,0.000348,0.001,"2013-01-19 00:00",0.001,"2013-03-20 00:00",0.001,"2013-03-26 00:00",0.001,"2013-03-29 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88114",1,45.666204,-121.000708,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",28,0.000304,0.000323,0.0021,"2013-02-06 00:00",0.001,"2013-05-10 00:00",0.0007,"2013-01-01 00:00",0.0007,"2013-04-01 00:00","","","","",0.0021,0.001,0.0007,0.0006,0.0004,0.00015,0.0001,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88115",1,45.666204,-121.000708,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.041678,0.144596,0.9601,"2013-02-24 00:00",0.3512,"2013-04-13 00:00",0.2188,"2013-03-17 00:00",0.1447,"2013-02-06 00:00","","","","",0.9601,0.3512,0.2188,0.0648,0.0105,0.0022,0.0005,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88126",1,45.666204,-121.000708,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.064298,0.057392,0.2672,"2013-05-07 00:00",0.2418,"2013-04-01 00:00",0.2008,"2013-05-10 00:00",0.1528,"2013-05-04 00:00","","","","",0.2672,0.2418,0.2008,0.1323,0.0903,0.0436,0.0154,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88128",1,45.666204,-121.000708,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.00102,0.00305,0.022,"2013-04-22 00:00",0.002,"2013-01-01 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.022,0.002,0.001,0.001,0.001,0.001,0,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88132",1,45.666204,-121.000708,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001373,0.001587,0.007,"2013-04-01 00:00",0.006,"2013-05-07 00:00",0.005,"2013-05-19 00:00",0.004,"2013-04-25 00:00","","","","",0.007,0.006,0.005,0.003,0.002,0.001,0,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88136",1,45.666204,-121.000708,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88140",1,45.666204,-121.000708,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.013305,0.013814,0.061,"2013-05-07 00:00",0.048,"2013-02-24 00:00",0.0453,"2013-04-13 00:00",0.038,"2013-05-10 00:00","","","","",0.061,0.048,0.0453,0.0295,0.0204,0.009,0.00105,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88152",1,45.666204,-121.000708,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",35,0.000775,0.001661,0.0073,"2013-01-19 00:00",0.0067,"2013-01-22 00:00",0.0055,"2013-01-16 00:00",0.0054,"2013-01-25 00:00","","","","",0.0073,0.0067,0.0055,0.0014,0.0004,0.00015,0.00015,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88154",1,45.666204,-121.000708,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000113,3.9e-05,0.0003,"2013-01-07 00:00",0.0002,"2013-01-01 00:00",0.0002,"2013-01-19 00:00",0.0002,"2013-02-06 00:00","","","","",0.0003,0.0002,0.0002,0.00015,0.0001,0.0001,0.0001,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88161",1,45.666204,-121.000708,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.004684,0.006097,0.0273,"2013-05-07 00:00",0.0259,"2013-04-01 00:00",0.0179,"2013-05-10 00:00",0.0149,"2013-05-19 00:00","","","","",0.0273,0.0259,0.0179,0.0116,0.0059,0.002,0.0006,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88164",1,45.666204,-121.000708,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.000129,0.000157,0.0008,"2013-04-01 00:00",0.0007,"2013-05-10 00:00",0.0005,"2013-05-07 00:00",0.0004,"2013-02-09 00:00","","","","",0.0008,0.0007,0.0005,0.0003,0.0001,0.0001,5e-05,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88165",1,45.666204,-121.000708,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.12807,0.162742,0.7119,"2013-05-07 00:00",0.6474,"2013-04-01 00:00",0.489,"2013-05-10 00:00",0.412,"2013-05-04 00:00","","","","",0.7119,0.6474,0.489,0.364,0.166,0.0565,0.0179,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88167",1,45.666204,-121.000708,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.002227,0.002187,0.0149,"2013-04-22 00:00",0.0051,"2013-01-22 00:00",0.0044,"2013-03-26 00:00",0.0043,"2013-01-13 00:00","","","","",0.0149,0.0051,0.0044,0.0041,0.0029,0.0017,0.0007,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88168",1,45.666204,-121.000708,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000299,0.000269,0.0012,"2013-05-10 00:00",0.0011,"2013-04-01 00:00",0.0011,"2013-05-07 00:00",0.0007,"2013-01-01 00:00","","","","",0.0012,0.0011,0.0011,0.0006,0.0004,0.0002,0.0001,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88169",1,45.666204,-121.000708,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.248373,0.433289,2.4897,"2013-01-19 00:00",2.022,"2013-01-22 00:00",0.7212,"2013-01-16 00:00",0.4771,"2013-01-25 00:00","","","","",2.4897,2.022,0.7212,0.4132,0.2365,0.1357,0.0413,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88176",1,45.666204,-121.000708,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.000171,6.5e-05,0.0004,"2013-01-01 00:00",0.0004,"2013-03-20 00:00",0.0004,"2013-05-28 00:00",0.0003,"2013-01-07 00:00","","","","",0.0004,0.0004,0.0004,0.00015,0.00015,0.00015,0.00015,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88180",1,45.666204,-121.000708,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.025251,0.016138,0.0802,"2013-05-07 00:00",0.0727,"2013-04-01 00:00",0.0645,"2013-05-10 00:00",0.0465,"2013-04-25 00:00","","","","",0.0802,0.0727,0.0645,0.0456,0.0325,0.0229,0.0091,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88184",1,45.666204,-121.000708,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.072175,0.111724,0.6928,"2013-02-24 00:00",0.2888,"2013-05-07 00:00",0.2677,"2013-04-13 00:00",0.2025,"2013-03-17 00:00","","","","",0.6928,0.2888,0.2677,0.1614,0.1071,0.032,0.0019,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88185",1,45.666204,-121.000708,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",42,0.000707,0.000436,0.0022,"2013-05-01 00:00",0.0021,"2013-01-19 00:00",0.002,"2013-04-25 00:00",0.0015,"2013-04-13 00:00","","","","",0.0022,0.0021,0.002,0.0014,0.00065,0.00065,0.0004,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88203",1,45.666204,-121.000708,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.081916,0.185219,1.2557,"2013-02-24 00:00",0.4477,"2013-04-13 00:00",0.2877,"2013-03-17 00:00",0.2279,"2013-02-06 00:00","","","","",1.2557,0.4477,0.2877,0.1296,0.077,0.0302,0.00915,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88306",1,45.666204,-121.000708,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.855412,1.427197,6.2887,"2013-01-25 00:00",5.3365,"2013-01-19 00:00",4.623,"2013-01-22 00:00",3.4428,"2013-01-16 00:00","","","","",6.2887,5.3365,4.623,3.0633,0.6517,0.2713,0.077,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88320",1,45.666204,-121.000708,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.698824,0.417831,2.21,"2013-05-10 00:00",1.41,"2013-03-26 00:00",1.33,"2013-05-07 00:00",1.25,"2013-01-07 00:00","","","","",2.21,1.41,1.33,1.18,0.97,0.64,0.22,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88321",1,45.666204,-121.000708,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.172745,0.117866,0.64,"2013-01-25 00:00",0.37,"2013-03-26 00:00",0.35,"2013-05-10 00:00",0.33,"2013-02-15 00:00","","","","",0.64,0.37,0.35,0.31,0.25,0.15,0.04,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88324",1,45.666204,-121.000708,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",37,0.029747,0.022734,0.134,"2013-05-10 00:00",0.0726,"2013-01-22 00:00",0.071,"2013-01-25 00:00",0.0663,"2013-02-06 00:00","","","","",0.134,0.0726,0.071,0.0602,0.038,0.02315,0.01045,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88325",1,45.666204,-121.000708,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.157804,0.107365,0.5466,"2013-05-10 00:00",0.3836,"2013-01-25 00:00",0.3037,"2013-01-07 00:00",0.2989,"2013-03-26 00:00","","","","",0.5466,0.3836,0.3037,0.2735,0.2342,0.1262,0.043,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88326",1,45.666204,-121.000708,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",6,0.224069,0.151087,0.6955,"2013-05-10 00:00",0.6479,"2013-05-07 00:00",0.4951,"2013-03-14 00:00",0.4687,"2013-03-26 00:00","","","","",0.6955,0.6479,0.4951,0.3912,0.3116,0.2039,0.0398,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88327",1,45.666204,-121.000708,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.147435,0.076839,0.4088,"2013-05-10 00:00",0.2732,"2013-05-07 00:00",0.2726,"2013-01-07 00:00",0.2558,"2013-01-25 00:00","","","","",0.4088,0.2732,0.2726,0.2477,0.1919,0.1408,0.055,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88328",1,45.666204,-121.000708,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.145866,0.103632,0.4216,"2013-05-10 00:00",0.3758,"2013-01-16 00:00",0.3315,"2013-03-26 00:00",0.2952,"2013-05-04 00:00","","","","",0.4216,0.3758,0.3315,0.2905,0.2354,0.1256,0.0299,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88329",1,45.666204,-121.000708,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.263402,0.178104,0.6987,"2013-01-25 00:00",0.6845,"2013-05-10 00:00",0.645,"2013-03-26 00:00",0.5705,"2013-01-16 00:00","","","","",0.6987,0.6845,0.645,0.4924,0.3686,0.2374,0.0566,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88330",1,45.666204,-121.000708,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.054608,0.029861,0.1241,"2013-03-29 00:00",0.1234,"2013-01-22 00:00",0.1101,"2013-01-04 00:00",0.1078,"2013-05-04 00:00","","","","",0.1241,0.1234,0.1101,0.0922,0.0757,0.0525,0.0215,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88331",1,45.666204,-121.000708,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,5.9e-05,0.000148,0.001,"2013-01-16 00:00",0.0003,"2013-01-04 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-17 00:00","","","","",0.001,0.0003,0.00015,0.00015,0.0001,0,0,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88338",1,45.666204,-121.000708,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.019003,0.013433,0.0843,"2013-03-11 00:00",0.0633,"2013-05-31 00:00",0.054,"2013-04-01 00:00",0.0285,"2013-04-04 00:00","","","","",0.0843,0.0633,0.054,0.02465,0.0236,0.015,0.01105,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88339",1,45.666204,-121.000708,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.024543,1.78733,10.27018,"2013-01-19 00:00",8.34067,"2013-01-22 00:00",2.97499,"2013-01-16 00:00",1.9682,"2013-01-25 00:00","","","","",10.27018,8.34067,2.97499,1.70449,0.97552,0.55985,0.1704,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88344",1,45.666204,-121.000708,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.103478,1.841086,8.1124,"2013-01-25 00:00",6.8841,"2013-01-19 00:00",5.9637,"2013-01-22 00:00",4.4412,"2013-01-16 00:00","","","","",8.1124,6.8841,5.9637,3.9517,0.8407,0.35,0.0993,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88348",1,45.666204,-121.000708,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.629635,0.72614,3.2124,"2013-05-07 00:00",3.0218,"2013-04-01 00:00",2.2873,"2013-05-10 00:00",1.859,"2013-05-04 00:00","","","","",3.2124,3.0218,2.2873,1.6738,0.8638,0.3033,0.141,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88350",1,45.666204,-121.000708,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.256682,0.750345,3.9717,"2013-05-10 00:00",2.5315,"2013-03-26 00:00",2.3879,"2013-05-07 00:00",2.2442,"2013-01-07 00:00","","","","",3.9717,2.5315,2.3879,2.1215,1.7446,1.1583,0.396,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88403",1,45.666204,-121.000708,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.759712,1.450472,8.4123,"2013-01-19 00:00",6.659,"2013-01-22 00:00",2.1876,"2013-01-16 00:00",1.4908,"2013-01-25 00:00","","","","",8.4123,6.659,2.1876,1.1536,0.6815,0.384,0.1154,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","039","0003","88502",1,45.666204,-121.000708,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.792157,3.582337,19.1,"2013-01-19 00:00",15.4,"2013-01-22 00:00",11.3,"2013-01-25 00:00",9,"2013-05-10 00:00","","","","",19.1,15.4,11.3,8.1,4.5,2.8,0.9,"WISHRAM - HWY 14","1/4 MILE OFF HWY 14 - 1 MI. W OF WISHRAM","Washington","Klickitat","","","2014-01-28" +"53","041","0004","11203",1,46.66409,-122.96732,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6119,70,253,365,0,1135,"","","Certification not required",2185,0.170608,0.157812,2.5,"2013-07-16 05:00",2,"2013-03-25 09:00",1.5,"2013-01-13 23:00",1.4,"2013-01-13 21:00","","","","",0.7,0.6,0.5,0.4,0.2,0.1,0.05,"CHEHALIS - MARKET BLVD","350 N MARKET BLVD","Washington","Lewis","Chehalis","Centralia, WA","2014-01-21" +"53","041","0004","88502",4,46.66409,-122.96732,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6119,70,253,365,0,1135,"","","Certification not required",0,6.08673,4.182084,51,"2013-07-16 05:00",43.8,"2013-03-25 09:00",35.3,"2013-01-13 23:00",34.8,"2013-01-13 21:00","","","","",19,17.5,14.5,11.9,7.8,5,1.9,"CHEHALIS - MARKET BLVD","350 N MARKET BLVD","Washington","Lewis","Chehalis","Centralia, WA","2014-01-21" +"53","041","0004","88502",4,46.66409,-122.96732,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",253,69,253,365,0,0,"","","Certification not required",0,6.037549,3.486558,18.7,"2013-01-14 00:00",16.6,"2013-01-13 00:00",16.4,"2013-10-17 00:00",15.2,"2013-10-16 00:00","","","","",16.4,14.9,13.2,11.7,7.6,5,2.6,"CHEHALIS - MARKET BLVD","350 N MARKET BLVD","Washington","Lewis","Chehalis","Centralia, WA","2014-01-21" +"53","041","0007","85101",1,46.624347,-121.386869,"NAD27","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,1.953389,2.222992,8.221,"2013-05-07 00:00",8.0126,"2013-05-10 00:00",7.9882,"2013-04-25 00:00",7.7178,"2013-05-04 00:00","","","","",8.221,8.221,7.9882,5.5039,2.43,0.9759,0.21235,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","86502",1,46.624347,-121.386869,"NAD27","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.6,1.212183,5,"2013-04-25 00:00",4,"2013-05-04 00:00",3,"2013-03-14 00:00",3,"2013-04-22 00:00","","","","",5,5,3,3,1,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88103",1,46.624347,-121.386869,"NAD27","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88104",1,46.624347,-121.386869,"NAD27","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",11,0.014397,0.020006,0.077,"2013-05-07 00:00",0.072,"2013-05-10 00:00",0.069,"2013-05-04 00:00",0.0537,"2013-04-01 00:00","","","","",0.077,0.077,0.069,0.044,0.02,0.005,0.0005,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88109",1,46.624347,-121.386869,"NAD27","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.00041,0.000504,0.0023,"2013-05-10 00:00",0.0021,"2013-04-01 00:00",0.0016,"2013-05-07 00:00",0.0014,"2013-04-25 00:00","","","","",0.0023,0.0023,0.0016,0.0009,0.0006,0.0002,0.0001,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88111",1,46.624347,-121.386869,"NAD27","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.008744,0.012574,0.0504,"2013-05-07 00:00",0.0431,"2013-05-04 00:00",0.0396,"2013-05-10 00:00",0.0343,"2013-04-01 00:00","","","","",0.0504,0.0504,0.0396,0.028,0.0136,0.0025,0.00045,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88112",1,46.624347,-121.386869,"NAD27","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88114",1,46.624347,-121.386869,"NAD27","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000157,7.4e-05,0.0005,"2013-03-23 00:00",0.0005,"2013-04-01 00:00",0.0002,"2013-05-28 00:00",0.00015,"2013-01-04 00:00","","","","",0.0005,0.0005,0.0002,0.00015,0.00015,0.00015,0.0001,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88115",1,46.624347,-121.386869,"NAD27","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.002168,0.004229,0.0201,"2013-03-17 00:00",0.0153,"2013-02-24 00:00",0.013,"2013-04-13 00:00",0.0106,"2013-03-20 00:00","","","","",0.0201,0.0201,0.013,0.0101,0.0019,0.0006,0.00015,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88126",1,46.624347,-121.386869,"NAD27","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.009767,0.014207,0.0552,"2013-05-07 00:00",0.0512,"2013-05-04 00:00",0.051,"2013-05-10 00:00",0.037,"2013-04-01 00:00","","","","",0.0552,0.0552,0.051,0.0325,0.0135,0.0029,0.0004,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88128",1,46.624347,-121.386869,"NAD27","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00028,0.00064,0.003,"2013-03-23 00:00",0.002,"2013-04-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.003,0.003,0.001,0.001,0,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88132",1,46.624347,-121.386869,"NAD27","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00018,0.000388,0.001,"2013-03-14 00:00",0.001,"2013-03-23 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-01 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88136",1,46.624347,-121.386869,"NAD27","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88140",1,46.624347,-121.386869,"NAD27","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.005205,0.007096,0.0405,"2013-05-07 00:00",0.0203,"2013-05-01 00:00",0.0193,"2013-05-10 00:00",0.018,"2013-04-01 00:00","","","","",0.0405,0.0405,0.0193,0.016,0.005,0.00205,0.00195,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88152",1,46.624347,-121.386869,"NAD27","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000185,0.000194,0.0015,"2013-03-23 00:00",0.0004,"2013-03-26 00:00",0.0003,"2013-04-01 00:00",0.00015,"2013-01-04 00:00","","","","",0.0015,0.0015,0.0003,0.00015,0.00015,0.00015,0.00015,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88154",1,46.624347,-121.386869,"NAD27","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.000128,5.4e-05,0.0003,"2013-01-10 00:00",0.0003,"2013-02-12 00:00",0.0002,"2013-01-04 00:00",0.0002,"2013-01-22 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88161",1,46.624347,-121.386869,"NAD27","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.00093,0.001342,0.0053,"2013-05-07 00:00",0.005,"2013-05-10 00:00",0.0047,"2013-05-04 00:00",0.0036,"2013-04-01 00:00","","","","",0.0053,0.0053,0.0047,0.003,0.0012,0.0003,0.0001,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88164",1,46.624347,-121.386869,"NAD27","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,9.2e-05,7.9e-05,0.0005,"2013-04-01 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-02-18 00:00",0.0002,"2013-04-13 00:00","","","","",0.0005,0.0005,0.0002,0.0002,0.0001,5e-05,5e-05,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88165",1,46.624347,-121.386869,"NAD27","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.032971,0.048356,0.1879,"2013-05-07 00:00",0.1772,"2013-05-04 00:00",0.171,"2013-05-10 00:00",0.1192,"2013-04-01 00:00","","","","",0.1879,0.1879,0.171,0.1035,0.0454,0.0096,0.00055,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88167",1,46.624347,-121.386869,"NAD27","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.000594,0.000831,0.0047,"2013-03-23 00:00",0.0027,"2013-04-01 00:00",0.002,"2013-04-10 00:00",0.0018,"2013-03-08 00:00","","","","",0.0047,0.0047,0.002,0.0015,0.0007,0.0002,0.00015,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88168",1,46.624347,-121.386869,"NAD27","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",40,0.000173,8.9e-05,0.0005,"2013-05-07 00:00",0.0004,"2013-05-01 00:00",0.0004,"2013-05-04 00:00",0.0004,"2013-05-16 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.0001,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88169",1,46.624347,-121.386869,"NAD27","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.067518,0.08435,0.3916,"2013-03-23 00:00",0.3026,"2013-05-10 00:00",0.2292,"2013-05-04 00:00",0.2208,"2013-05-07 00:00","","","","",0.3916,0.3916,0.2292,0.2069,0.0707,0.0358,0.0035,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88176",1,46.624347,-121.386869,"NAD27","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.000163,5.3e-05,0.0004,"2013-02-27 00:00",0.0004,"2013-03-23 00:00",0.0003,"2013-01-13 00:00",0.00015,"2013-01-04 00:00","","","","",0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,0.00015,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88180",1,46.624347,-121.386869,"NAD27","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.007374,0.009003,0.0333,"2013-05-07 00:00",0.032,"2013-05-10 00:00",0.0286,"2013-04-01 00:00",0.0259,"2013-05-04 00:00","","","","",0.0333,0.0333,0.0286,0.0247,0.0096,0.0035,0.0006,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88184",1,46.624347,-121.386869,"NAD27","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",23,0.009967,0.018972,0.1134,"2013-05-07 00:00",0.0744,"2013-05-01 00:00",0.0404,"2013-05-10 00:00",0.0173,"2013-03-20 00:00","","","","",0.1134,0.1134,0.0404,0.0169,0.0104,0.0051,0.0016,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88185",1,46.624347,-121.386869,"NAD27","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.000623,0.000315,0.0017,"2013-04-25 00:00",0.0016,"2013-01-07 00:00",0.0012,"2013-04-13 00:00",0.0011,"2013-01-19 00:00","","","","",0.0017,0.0017,0.0012,0.0011,0.0007,0.0004,0.0004,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88203",1,46.624347,-121.386869,"NAD27","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",32,0.009473,0.00926,0.0362,"2013-02-18 00:00",0.0331,"2013-03-17 00:00",0.0315,"2013-03-20 00:00",0.03,"2013-05-01 00:00","","","","",0.0362,0.0362,0.0315,0.0285,0.0101,0.0061,0.00275,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88306",1,46.624347,-121.386869,"NAD27","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.046715,0.062719,0.2586,"2013-05-07 00:00",0.2402,"2013-04-01 00:00",0.207,"2013-05-01 00:00",0.1615,"2013-03-26 00:00","","","","",0.2586,0.2586,0.207,0.1585,0.061,0.0154,0.0054,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88320",1,46.624347,-121.386869,"NAD27","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.1794,0.303748,1.37,"2013-05-07 00:00",1.23,"2013-04-01 00:00",1.18,"2013-05-10 00:00",0.53,"2013-05-04 00:00","","","","",1.37,1.37,1.18,0.51,0.2,0.09,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88321",1,46.624347,-121.386869,"NAD27","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0276,0.036002,0.17,"2013-04-01 00:00",0.11,"2013-03-23 00:00",0.11,"2013-05-07 00:00",0.11,"2013-05-10 00:00","","","","",0.17,0.17,0.11,0.07,0.03,0.01,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88324",1,46.624347,-121.386869,"NAD27","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.026772,0.018878,0.115,"2013-05-07 00:00",0.1075,"2013-04-01 00:00",0.0447,"2013-04-22 00:00",0.0364,"2013-04-28 00:00","","","","",0.115,0.115,0.0447,0.0326,0.0316,0.02475,0.0172,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88325",1,46.624347,-121.386869,"NAD27","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.049826,0.064069,0.34,"2013-05-07 00:00",0.269,"2013-05-10 00:00",0.2535,"2013-04-01 00:00",0.1186,"2013-05-04 00:00","","","","",0.34,0.34,0.2535,0.0932,0.0365,0.03515,0.01755,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88326",1,46.624347,-121.386869,"NAD27","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",42,0.068791,0.091953,0.446,"2013-05-07 00:00",0.4084,"2013-04-01 00:00",0.3575,"2013-05-10 00:00",0.1855,"2013-05-04 00:00","","","","",0.446,0.446,0.3575,0.161,0.04215,0.0401,0.02675,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88327",1,46.624347,-121.386869,"NAD27","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",32,0.037425,0.050514,0.2323,"2013-05-10 00:00",0.2304,"2013-05-07 00:00",0.1821,"2013-04-01 00:00",0.1043,"2013-04-25 00:00","","","","",0.2323,0.2323,0.1821,0.091,0.0362,0.01725,0.011,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88328",1,46.624347,-121.386869,"NAD27","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",22,0.039035,0.06886,0.3027,"2013-05-10 00:00",0.2796,"2013-04-01 00:00",0.236,"2013-05-07 00:00",0.1351,"2013-04-25 00:00","","","","",0.3027,0.3027,0.236,0.1219,0.0421,0.0094,0.0012,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88329",1,46.624347,-121.386869,"NAD27","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.049613,0.0884,0.4045,"2013-04-01 00:00",0.3466,"2013-05-10 00:00",0.2877,"2013-05-07 00:00",0.1862,"2013-03-23 00:00","","","","",0.4045,0.4045,0.2877,0.168,0.0491,0.0104,0.00225,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88330",1,46.624347,-121.386869,"NAD27","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.017361,0.015742,0.0613,"2013-05-10 00:00",0.057,"2013-05-07 00:00",0.0489,"2013-04-01 00:00",0.0488,"2013-05-04 00:00","","","","",0.0613,0.0613,0.0489,0.0431,0.0292,0.0115,0.00265,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88331",1,46.624347,-121.386869,"NAD27","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",19,0.000107,0.000311,0.002,"2013-05-10 00:00",0.001,"2013-03-23 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.002,0.002,0.00015,0.00015,0.0001,0,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88338",1,46.624347,-121.386869,"NAD27","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",49,0.015819,0.00474,0.0262,"2013-04-28 00:00",0.0245,"2013-02-03 00:00",0.0245,"2013-02-12 00:00",0.0244,"2013-02-27 00:00","","","","",0.0262,0.0262,0.0245,0.0241,0.01615,0.01535,0.0107,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88339",1,46.624347,-121.386869,"NAD27","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.278509,0.347953,1.61552,"2013-03-23 00:00",1.24831,"2013-05-10 00:00",0.94545,"2013-05-04 00:00",0.91059,"2013-05-07 00:00","","","","",1.61552,1.61552,0.94545,0.8533,0.29147,0.14768,0.01452,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88344",1,46.624347,-121.386869,"NAD27","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.059766,0.081343,0.3336,"2013-05-07 00:00",0.3099,"2013-04-01 00:00",0.2669,"2013-05-01 00:00",0.2083,"2013-03-26 00:00","","","","",0.3336,0.3336,0.2669,0.2045,0.0787,0.0208,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88348",1,46.624347,-121.386869,"NAD27","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",1,0.15282,0.221811,0.862,"2013-05-07 00:00",0.7959,"2013-05-04 00:00",0.7824,"2013-05-10 00:00",0.5674,"2013-04-01 00:00","","","","",0.862,0.862,0.7824,0.4745,0.2144,0.0446,0.0018,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88350",1,46.624347,-121.386869,"NAD27","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",8,0.322534,0.546714,2.4606,"2013-05-07 00:00",2.216,"2013-04-01 00:00",2.1292,"2013-05-10 00:00",0.961,"2013-05-04 00:00","","","","",2.4606,2.4606,2.1292,0.9148,0.3523,0.1543,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88403",1,46.624347,-121.386869,"NAD27","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.193145,0.241508,1.167,"2013-03-23 00:00",0.837,"2013-05-10 00:00",0.6485,"2013-05-04 00:00",0.6386,"2013-05-07 00:00","","","","",1.167,1.167,0.6485,0.5936,0.205,0.0993,0.00605,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","041","0007","88502",1,46.624347,-121.386869,"NAD27","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.83,1.144329,4.8,"2013-05-07 00:00",4.7,"2013-05-10 00:00",3.8,"2013-04-01 00:00",2.8,"2013-05-04 00:00","","","","",4.8,4.8,3.8,2.6,1,0.4,0,"","48935 US HWY 12","Washington","Lewis","Not in a city","Centralia, WA","2014-01-28" +"53","045","0007","11203",1,47.21355,-123.10081,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6616,76,276,365,0,673,"","","Certification not required",2512,0.190039,0.195649,3.8,"2013-03-09 01:00",3.1,"2013-03-09 00:00",3,"2013-03-08 23:00",2.3,"2013-03-08 22:00","","","","",0.8,0.7,0.6,0.4,0.3,0.1,0.05,"Shelton - W Franklin","122 W FRANKLIN","Washington","Mason","Shelton","Shelton, WA","2014-01-21" +"53","045","0007","88502",4,47.21355,-123.10081,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6616,76,276,365,0,673,"","","Certification not required",0,6.966914,6.142886,124.3,"2013-03-09 01:00",98.5,"2013-03-08 23:00",85,"2013-03-09 00:00",74,"2013-03-08 22:00","","","","",26.7,23.2,18.7,14.8,9.1,4.9,2,"Shelton - W Franklin","122 W FRANKLIN","Washington","Mason","Shelton","Shelton, WA","2014-01-21" +"53","045","0007","88502",4,47.21355,-123.10081,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",276,76,276,365,0,0,"","","Certification not required",0,6.931522,4.519709,23.6,"2013-01-03 00:00",23.4,"2013-01-14 00:00",21.1,"2013-01-16 00:00",20.3,"2013-03-09 00:00","","","","",21.1,18.8,16.7,13.6,9.1,5.5,2.6,"Shelton - W Franklin","122 W FRANKLIN","Washington","Mason","Shelton","Shelton, WA","2014-01-21" +"53","047","0009","11203",1,48.36451,-120.121113,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7211,82,300,365,0,59,"","","Certification not required",3002,0.225156,0.292123,5.2,"2013-04-24 01:00",3.5,"2013-04-24 00:00",3.4,"2013-04-23 23:00",3.2,"2013-04-23 22:00","","","","",1.4,1.1,0.8,0.5,0.3,0.1,0.05,"TWISP - GLOVER ST","118 S GLOVER ST","Washington","Okanogan","Twisp","","2014-01-21" +"53","047","0009","88502",4,48.36451,-120.121113,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7211,82,300,365,0,59,"","","Certification not required",0,7.545902,6.820919,93.8,"2013-04-24 01:00",67.9,"2013-04-24 00:00",67.7,"2013-04-23 23:00",64.2,"2013-04-23 22:00","","","","",33.6,28,21.7,16.2,9.4,5.2,2.2,"TWISP - GLOVER ST","118 S GLOVER ST","Washington","Okanogan","Twisp","","2014-01-21" +"53","047","0009","88502",4,48.36451,-120.121113,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,7.514,5.442297,31.4,"2013-01-31 00:00",28.9,"2013-01-20 00:00",28,"2013-01-01 00:00",26.3,"2013-02-01 00:00","","","","",28,21.9,19.5,15.1,9.8,5.9,2.6,"TWISP - GLOVER ST","118 S GLOVER ST","Washington","Okanogan","Twisp","","2014-01-21" +"53","047","0010","11203",1,48.47724,-120.19057,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7234,83,300,365,0,5,"","","Certification not required",3124,0.167058,0.168627,1.8,"2013-09-20 09:00",1.7,"2013-01-07 22:00",1.7,"2013-05-03 06:00",1.5,"2013-01-01 18:00","","","","",0.8,0.6,0.5,0.4,0.2,0.1,0.05,"WINTHROP - CHEWUCH RD","24 WEST CHEWUCH RD","Washington","Okanogan","Winthrop","","2014-01-21" +"53","047","0010","88502",4,48.47724,-120.19057,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7234,83,300,365,0,5,"","","Certification not required",0,6.212096,4.393428,41.6,"2013-09-20 09:00",39.6,"2013-05-03 06:00",38,"2013-01-07 22:00",36.1,"2013-09-20 08:00","","","","",20.9,18.1,14.5,12,8.1,4.9,2.1,"WINTHROP - CHEWUCH RD","24 WEST CHEWUCH RD","Washington","Okanogan","Winthrop","","2014-01-21" +"53","047","0010","88502",4,48.47724,-120.19057,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",300,82,300,365,0,0,"","","Certification not required",0,6.189333,3.347013,18.5,"2013-10-29 00:00",18.4,"2013-01-01 00:00",17.1,"2013-10-30 00:00",16.8,"2013-09-20 00:00","","","","",17.1,15.5,12.9,10.8,7.8,5.5,3,"WINTHROP - CHEWUCH RD","24 WEST CHEWUCH RD","Washington","Okanogan","Winthrop","","2014-01-21" +"53","047","0012","85101",1,48.387531,-119.928671,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",3,1.775096,1.652752,7.5152,"2013-05-10 00:00",7.1274,"2013-05-07 00:00",4.9631,"2013-04-01 00:00",4.3681,"2013-04-04 00:00","","","","",7.5152,7.5152,4.9631,4.0198,2.2786,1.407,0.456,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","86502",1,48.387531,-119.928671,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.3,0.677631,3,"2013-05-07 00:00",2,"2013-04-04 00:00",2,"2013-05-01 00:00",2,"2013-05-10 00:00","","","","",3,3,2,1,0,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88103",1,48.387531,-119.928671,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88104",1,48.387531,-119.928671,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.020879,0.023346,0.1004,"2013-04-01 00:00",0.085,"2013-05-10 00:00",0.074,"2013-05-07 00:00",0.064,"2013-03-11 00:00","","","","",0.1004,0.1004,0.074,0.062,0.027,0.0127,0.00165,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88109",1,48.387531,-119.928671,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",15,0.000506,0.000469,0.0024,"2013-01-22 00:00",0.0017,"2013-05-10 00:00",0.0012,"2013-03-26 00:00",0.0011,"2013-04-16 00:00","","","","",0.0024,0.0024,0.0012,0.0011,0.0007,0.0004,0.0001,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88111",1,48.387531,-119.928671,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.012375,0.014679,0.064,"2013-04-01 00:00",0.0505,"2013-05-10 00:00",0.0465,"2013-05-07 00:00",0.0456,"2013-03-11 00:00","","","","",0.064,0.064,0.0465,0.0361,0.0162,0.0064,0.0013,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88112",1,48.387531,-119.928671,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88114",1,48.387531,-119.928671,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",45,0.000139,7.7e-05,0.0006,"2013-01-01 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-02-06 00:00",0.0002,"2013-02-21 00:00","","","","",0.0006,0.0006,0.0002,0.0002,0.00015,0.0001,0.0001,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88115",1,48.387531,-119.928671,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",25,0.003404,0.013467,0.0937,"2013-02-24 00:00",0.0157,"2013-01-25 00:00",0.0141,"2013-01-07 00:00",0.0102,"2013-04-13 00:00","","","","",0.0937,0.0937,0.0141,0.0097,0.0011,0.0002,0.00015,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88126",1,48.387531,-119.928671,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",5,0.013126,0.015199,0.0603,"2013-04-01 00:00",0.0559,"2013-05-10 00:00",0.0496,"2013-05-07 00:00",0.043,"2013-03-11 00:00","","","","",0.0603,0.0603,0.0496,0.0427,0.0177,0.0072,0.0015,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88128",1,48.387531,-119.928671,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0003,0.000614,0.002,"2013-01-16 00:00",0.002,"2013-03-11 00:00",0.001,"2013-01-07 00:00",0.001,"2013-01-25 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88132",1,48.387531,-119.928671,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.00032,0.000513,0.002,"2013-04-01 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00",0.001,"2013-03-02 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88136",1,48.387531,-119.928671,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88140",1,48.387531,-119.928671,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.006293,0.00753,0.034,"2013-04-01 00:00",0.0275,"2013-05-10 00:00",0.0236,"2013-03-11 00:00",0.0177,"2013-05-07 00:00","","","","",0.034,0.034,0.0236,0.0174,0.009,0.0031,0.00105,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88152",1,48.387531,-119.928671,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",44,0.000182,0.000116,0.0006,"2013-03-23 00:00",0.0006,"2013-04-04 00:00",0.0006,"2013-05-25 00:00",0.0004,"2013-03-26 00:00","","","","",0.0006,0.0006,0.0006,0.0003,0.00015,0.00015,0.00015,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88154",1,48.387531,-119.928671,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",43,0.000119,4.8e-05,0.0003,"2013-01-01 00:00",0.0003,"2013-02-12 00:00",0.0002,"2013-02-09 00:00",0.0002,"2013-03-20 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88161",1,48.387531,-119.928671,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",17,0.001183,0.001356,0.0054,"2013-04-01 00:00",0.0051,"2013-05-10 00:00",0.0043,"2013-05-07 00:00",0.0039,"2013-04-04 00:00","","","","",0.0054,0.0054,0.0043,0.0036,0.0017,0.0007,0.0002,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88164",1,48.387531,-119.928671,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",28,8.8e-05,6.7e-05,0.0004,"2013-04-01 00:00",0.0003,"2013-05-10 00:00",0.0002,"2013-03-11 00:00",0.0002,"2013-03-14 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,5e-05,5e-05,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88165",1,48.387531,-119.928671,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",6,0.04507,0.054976,0.2123,"2013-04-01 00:00",0.205,"2013-05-10 00:00",0.186,"2013-05-07 00:00",0.148,"2013-03-11 00:00","","","","",0.2123,0.2123,0.186,0.1391,0.062,0.0232,0.00275,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88167",1,48.387531,-119.928671,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",9,0.000723,0.000798,0.0045,"2013-03-08 00:00",0.0025,"2013-03-11 00:00",0.002,"2013-02-21 00:00",0.002,"2013-04-01 00:00","","","","",0.0045,0.0045,0.002,0.0019,0.0008,0.0004,0.00015,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88168",1,48.387531,-119.928671,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",30,0.000202,0.000164,0.0009,"2013-04-01 00:00",0.0006,"2013-05-07 00:00",0.0005,"2013-01-22 00:00",0.0005,"2013-03-11 00:00","","","","",0.0009,0.0009,0.0005,0.0005,0.0002,0.0001,0.0001,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88169",1,48.387531,-119.928671,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.084464,0.071466,0.3133,"2013-05-10 00:00",0.2509,"2013-04-22 00:00",0.2483,"2013-04-16 00:00",0.2478,"2013-03-11 00:00","","","","",0.3133,0.3133,0.2483,0.1749,0.118,0.0637,0.0218,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88176",1,48.387531,-119.928671,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",46,0.000169,6.3e-05,0.0004,"2013-01-07 00:00",0.0004,"2013-03-14 00:00",0.0004,"2013-04-28 00:00",0.0003,"2013-01-31 00:00","","","","",0.0004,0.0004,0.0004,0.0002,0.00015,0.00015,0.00015,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88180",1,48.387531,-119.928671,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.009234,0.008728,0.0339,"2013-05-10 00:00",0.0332,"2013-03-11 00:00",0.0329,"2013-04-01 00:00",0.0267,"2013-05-07 00:00","","","","",0.0339,0.0339,0.0329,0.0237,0.013,0.0058,0.0019,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88184",1,48.387531,-119.928671,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.008809,0.013654,0.0883,"2013-02-24 00:00",0.0368,"2013-05-10 00:00",0.0266,"2013-03-26 00:00",0.0213,"2013-03-11 00:00","","","","",0.0883,0.0883,0.0266,0.0193,0.0106,0.0044,0.00155,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88185",1,48.387531,-119.928671,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",38,0.000795,0.000436,0.0022,"2013-03-08 00:00",0.0019,"2013-01-16 00:00",0.0018,"2013-03-17 00:00",0.0017,"2013-03-14 00:00","","","","",0.0022,0.0022,0.0018,0.0017,0.0008,0.00065,0.0004,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88203",1,48.387531,-119.928671,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.008778,0.017033,0.121,"2013-02-24 00:00",0.0237,"2013-02-18 00:00",0.0208,"2013-01-25 00:00",0.0204,"2013-01-07 00:00","","","","",0.121,0.121,0.0208,0.0178,0.009,0.0035,0.00275,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88306",1,48.387531,-119.928671,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",10,0.073197,0.132011,0.8996,"2013-01-22 00:00",0.3092,"2013-04-04 00:00",0.1678,"2013-02-18 00:00",0.1644,"2013-03-11 00:00","","","","",0.8996,0.8996,0.1678,0.1521,0.0794,0.046,0.007,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88320",1,48.387531,-119.928671,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.2074,0.24356,1.06,"2013-05-07 00:00",1.05,"2013-05-10 00:00",0.74,"2013-04-01 00:00",0.65,"2013-04-04 00:00","","","","",1.06,1.06,0.74,0.48,0.29,0.12,0.01,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88321",1,48.387531,-119.928671,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.0214,0.025556,0.09,"2013-03-26 00:00",0.08,"2013-04-04 00:00",0.08,"2013-05-10 00:00",0.06,"2013-01-22 00:00","","","","",0.09,0.09,0.08,0.06,0.03,0.01,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88324",1,48.387531,-119.928671,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",48,0.020674,0.008194,0.042,"2013-04-04 00:00",0.0379,"2013-04-16 00:00",0.03595,"2013-01-22 00:00",0.03095,"2013-01-07 00:00","","","","",0.042,0.042,0.03595,0.0309,0.02975,0.0166,0.01035,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88325",1,48.387531,-119.928671,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",36,0.045027,0.045976,0.2436,"2013-05-07 00:00",0.2406,"2013-05-10 00:00",0.1084,"2013-04-01 00:00",0.096,"2013-01-22 00:00","","","","",0.2436,0.2436,0.1084,0.0901,0.0447,0.0335,0.01675,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88326",1,48.387531,-119.928671,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",31,0.082918,0.094335,0.5176,"2013-05-07 00:00",0.3576,"2013-05-10 00:00",0.2915,"2013-04-01 00:00",0.2415,"2013-04-04 00:00","","","","",0.5176,0.5176,0.2915,0.2076,0.0903,0.0396,0.0256,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88327",1,48.387531,-119.928671,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",24,0.044737,0.041224,0.1595,"2013-05-10 00:00",0.1482,"2013-04-01 00:00",0.1476,"2013-04-04 00:00",0.128,"2013-05-16 00:00","","","","",0.1595,0.1595,0.1476,0.1241,0.0651,0.0251,0.0123,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88328",1,48.387531,-119.928671,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",14,0.048567,0.058037,0.2773,"2013-05-10 00:00",0.1803,"2013-05-07 00:00",0.175,"2013-04-01 00:00",0.1471,"2013-03-26 00:00","","","","",0.2773,0.2773,0.175,0.129,0.0784,0.0248,0.002,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88329",1,48.387531,-119.928671,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",12,0.053977,0.063625,0.3015,"2013-05-10 00:00",0.1839,"2013-04-01 00:00",0.183,"2013-05-07 00:00",0.1744,"2013-03-26 00:00","","","","",0.3015,0.3015,0.183,0.1555,0.0777,0.0248,0.0034,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88330",1,48.387531,-119.928671,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",20,0.017695,0.01888,0.0611,"2013-03-26 00:00",0.0599,"2013-05-10 00:00",0.0579,"2013-05-07 00:00",0.0556,"2013-04-01 00:00","","","","",0.0611,0.0611,0.0579,0.0531,0.0291,0.0069,0.0018,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88331",1,48.387531,-119.928671,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",21,0.000101,0.000422,0.003,"2013-05-19 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-20 00:00","","","","",0.003,0.003,0.00015,0.00015,0.0001,0,0,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88338",1,48.387531,-119.928671,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",47,0.019515,0.023697,0.1785,"2013-04-28 00:00",0.0359,"2013-01-22 00:00",0.0357,"2013-04-10 00:00",0.0246,"2013-02-18 00:00","","","","",0.1785,0.1785,0.0357,0.0246,0.01695,0.01525,0.01065,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88339",1,48.387531,-119.928671,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.348399,0.294791,1.29236,"2013-05-10 00:00",1.03513,"2013-04-22 00:00",1.0242,"2013-04-16 00:00",1.02209,"2013-03-11 00:00","","","","",1.29236,1.29236,1.0242,0.72126,0.48654,0.26256,0.08976,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88344",1,48.387531,-119.928671,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",2,0.09437,0.170349,1.1605,"2013-01-22 00:00",0.3989,"2013-04-04 00:00",0.2165,"2013-02-18 00:00",0.2121,"2013-03-11 00:00","","","","",1.1605,1.1605,0.2165,0.1962,0.1024,0.0593,0.0106,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88348",1,48.387531,-119.928671,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.212884,0.250552,1.0102,"2013-04-01 00:00",0.9266,"2013-05-10 00:00",0.8278,"2013-05-07 00:00",0.6933,"2013-03-11 00:00","","","","",1.0102,1.0102,0.8278,0.6514,0.2909,0.1145,0.021,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88350",1,48.387531,-119.928671,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",4,0.372686,0.438661,1.9143,"2013-05-07 00:00",1.8896,"2013-05-10 00:00",1.3268,"2013-04-01 00:00",1.1704,"2013-04-04 00:00","","","","",1.9143,1.9143,1.3268,0.8606,0.5141,0.2092,0.0248,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88403",1,48.387531,-119.928671,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,0.235716,0.197723,0.871,"2013-05-10 00:00",0.7124,"2013-03-11 00:00",0.6645,"2013-04-16 00:00",0.6567,"2013-04-22 00:00","","","","",0.871,0.871,0.6645,0.5013,0.3273,0.1808,0.061,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0012","88502",1,48.387531,-119.928671,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,25,61,0,1,"","","Certification not required",0,1.026,0.992587,4.7,"2013-05-10 00:00",4,"2013-05-07 00:00",3,"2013-04-01 00:00",2.5,"2013-03-11 00:00","","","","",4.7,4.7,3,2.1,1.4,0.7,0.2,"","Pasayten","Washington","Okanogan","","","2014-01-28" +"53","047","0013","11203",1,48.39999,-119.51896,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6277,72,259,365,0,1014,"","","Certification not required",3266,0.194074,0.270429,3.7,"2013-10-14 16:00",3.1,"2013-10-04 03:00",3,"2013-10-09 05:00",2.8,"2013-10-09 00:00","","","","",1.3,1,0.7,0.5,0.2,0.05,0.05,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","61101",1,48.39999,-119.51896,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2607,30,107,365,0,3741,"","","Certification not required",0,4.376371,3.464063,19.6,"2013-04-06 14:00",17.9,"2013-04-27 13:00",17.7,"2013-04-20 13:00",17.5,"2013-04-06 15:00","","","","",14.8,13.7,11.3,9.5,6.3,3.1,1,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","61102",1,48.39999,-119.51896,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",1970,22,80,365,0,4378,"","","Certification not required",0,165.333503,101.934682,360,"2013-03-21 17:00",360,"2013-03-22 11:00",360,"2013-04-23 16:00",360,"2013-10-23 08:00","","","","",358,357,349,334,230,168,31,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","61103",1,48.39999,-119.51896,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2609,30,107,365,0,3739,"","","Certification not required",0,3.792756,3.514564,19.2,"2013-04-06 14:00",17.3,"2013-04-06 15:00",17.3,"2013-04-20 12:00",17.3,"2013-04-20 13:00","","","","",14.4,13.3,10.9,9,5.8,2.5,0.4,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","61104",1,48.39999,-119.51896,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",1970,22,80,365,0,4378,"","","Certification not required",0,165.49797,102.459274,360,"2013-03-22 10:00",360,"2013-04-16 17:00",360,"2013-04-21 11:00",360,"2013-05-18 09:00","","","","",358,356,351,336,232,165,33,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","62101",1,48.39999,-119.51896,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6951,79,287,365,0,343,"","","Certification not required",0,53.446842,19.403315,104,"2013-07-02 15:00",103,"2013-07-02 16:00",102,"2013-07-02 14:00",101,"2013-07-02 17:00","","","","",95,92,87,80,67,54,27,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","88502",4,48.39999,-119.51896,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6277,72,259,365,0,1014,"","","Certification not required",0,6.538283,6.867213,82.4,"2013-10-04 03:00",79.3,"2013-10-14 16:00",73.7,"2013-10-09 05:00",72.4,"2013-10-09 00:00","","","","",34.4,27.4,20.2,14.2,7.4,3.9,2.2,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0013","88502",4,48.39999,-119.51896,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",259,71,259,365,0,0,"","","Certification not required",0,6.521236,4.746183,25.7,"2013-10-04 00:00",24.9,"2013-10-15 00:00",22.8,"2013-01-31 00:00",22.1,"2013-10-14 00:00","","","","",22.8,19,16.4,13.3,9,4.6,2.4,"Omak-Colville Tribe","Corner of 8th Ave & Omak Okanogan E (part of a log yard for an old lumber), Omak","Washington","Okanogan","","","2014-01-21" +"53","047","0015","11203",1,48.93689,-119.44016,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",384,19,15,85,0,3,"","","Certification not required",96,0.25026,0.174482,0.8,"2013-10-29 23:00",0.8,"2013-10-30 01:00",0.8,"2013-10-30 05:00",0.8,"2013-10-30 06:00","","","","",0.8,0.6,0.6,0.4,0.4,0.3,0.05,"Mobile-Oroville","640 Kernan Rd","Washington","Okanogan","Oroville","","2014-01-21" +"53","053","0012","44201",1,46.7841,-121.740367,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6740,95,146,153,0,447,0,0,"Certification not required",0,0.042849,0.009284,0.067,"2013-05-02 06:00",0.065,"2013-05-06 17:00",0.061,"2013-05-03 22:00",0.061,"2013-05-04 03:00","","","","",0.065,0.061,0.059,0.057,0.054,0.049,0.046,"MT RAINIER - JACKSON VISITIORS CENTER","JACKSON VISITOR'S CENTER MT RAINIER, WA","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0012","44201",1,46.7841,-121.740367,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6845,93,143,153,0,0,0,0,"Certification not required",0,0.039091,0.008481,0.062,"2013-05-02 02:00",0.061,"2013-05-06 16:00",0.059,"2013-05-01 23:00",0.059,"2013-05-03 21:00","","","","",0.061,0.059,0.055,0.054,0.05,0.046,0.043,"MT RAINIER - JACKSON VISITIORS CENTER","JACKSON VISITOR'S CENTER MT RAINIER, WA","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0012","44201",1,46.7841,-121.740367,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6845,93,143,153,0,0,0,0,"Certification not required",0,0.039091,0.008481,0.062,"2013-05-02 02:00",0.061,"2013-05-06 16:00",0.059,"2013-05-01 23:00",0.059,"2013-05-03 21:00","","","","",0.061,0.059,0.055,0.054,0.05,0.046,0.043,"MT RAINIER - JACKSON VISITIORS CENTER","JACKSON VISITOR'S CENTER MT RAINIER, WA","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0022","11203",1,47.2044,-122.3433,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7273,83,304,365,0,17,"","","Certification not required",2598,0.212856,0.228231,1.8,"2013-01-02 23:00",1.8,"2013-01-03 01:00",1.7,"2013-01-02 22:00",1.7,"2013-01-03 00:00","","","","",1.1,0.9,0.7,0.5,0.3,0.1,0.05,"PUYALLUP-66TH AVE E (PUYALLUP TRIBE)","5722 66TH AVE E","Washington","Pierce","Waller","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0022","88502",4,47.2044,-122.3433,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7273,83,304,365,0,17,"","","Certification not required",0,6.338774,5.63701,41.8,"2013-01-03 01:00",41.7,"2013-01-02 23:00",40.8,"2013-01-03 00:00",40.7,"2013-01-03 02:00","","","","",28.2,23.4,17.9,13.6,8.1,4.6,1.5,"PUYALLUP-66TH AVE E (PUYALLUP TRIBE)","5722 66TH AVE E","Washington","Pierce","Waller","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0022","88502",4,47.2044,-122.3433,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,6.293421,4.886793,27.6,"2013-01-02 00:00",27.6,"2013-01-17 00:00",24.6,"2013-01-03 00:00",24.5,"2013-01-01 00:00","","","","",24.5,22.2,16.2,13.2,7.8,5.1,2,"PUYALLUP-66TH AVE E (PUYALLUP TRIBE)","5722 66TH AVE E","Washington","Pierce","Waller","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","68103",5,47.1864,-122.4517,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,7.65,4.763469,15.6,"2013-09-13 00:00",15.3,"2013-06-27 00:00",15,"2013-08-08 00:00",14.7,"2013-09-07 00:00","","","","",15.6,15.6,15,14.5,11.4,8.3,1.8,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","68104",5,47.1864,-122.4517,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,16.835417,7.342748,29.8,"2013-07-09 00:00",29.4,"2013-08-14 00:00",28.9,"2013-08-08 00:00",28.2,"2013-05-10 00:00","","","","",29.8,29.8,28.9,28.1,23.1,15.5,8.3,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","68105",1,47.1864,-122.4517,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",274,100,51,61,0,9,"","","Certification not required",0,12.217518,5.858532,23.8,"2013-07-01 00:00",22.9,"2013-06-29 00:00",22.4,"2013-07-16 00:00",22.1,"2013-06-28 00:00","","","","",22.4,21.4,20.5,19.8,17.4,12.3,5,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","68105",2,47.1864,-122.4517,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",30,97,25,31,0,1,"","","Certification not required",0,10.81,6.185152,19.9,"2013-08-08 00:00",19.7,"2013-09-01 00:00",19.6,"2013-07-03 00:00",18.6,"2013-07-15 00:00","","","","",19.9,19.9,19.7,19.6,16.5,11.2,3.8,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","68105",5,47.1864,-122.4517,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,12.041667,5.666506,22,"2013-07-09 00:00",20.9,"2013-08-08 00:00",20.8,"2013-07-03 00:00",20,"2013-07-15 00:00","","","","",22,22,20.8,19.9,17.6,11.6,5.1,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","68106",5,47.1864,-122.4517,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,751.5625,3.763804,760,"2013-04-22 00:00",758,"2013-03-23 00:00",757,"2013-02-03 00:00",757,"2013-02-09 00:00","","","","",760,760,757,756,754,752,747,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","68107",5,47.1864,-122.4517,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,755.666667,3.948247,765,"2013-02-15 00:00",764,"2013-04-22 00:00",763,"2013-03-11 00:00",762,"2013-04-16 00:00","","","","",765,765,763,761,759,755,751,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","68108",1,47.1864,-122.4517,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",274,100,51,61,0,9,"","","Certification not required",0,754.164234,4.615474,769,"2013-01-15 00:00",767,"2013-01-16 00:00",766,"2013-02-14 00:00",765,"2013-05-01 00:00","","","","",766,764,762,761,757,754,749,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","68108",2,47.1864,-122.4517,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,25,31,0,1,"","","Certification not required",0,754.333333,4.641145,766,"2013-01-16 00:00",763,"2013-04-22 00:00",760,"2013-02-15 00:00",760,"2013-03-23 00:00","","","","",766,766,763,760,757,754,749,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","68108",5,47.1864,-122.4517,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,753.479167,3.881158,762,"2013-04-22 00:00",760,"2013-02-15 00:00",760,"2013-03-23 00:00",759,"2013-03-11 00:00","","","","",762,762,760,759,756,754,749,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88101",1,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,10,2,2,"Certification not required",0,6.790842,6.309274,41.5,"2013-01-13 00:00",35.5,"2013-01-01 00:00",34.7,"2013-01-17 00:00",33.8,"2013-01-02 00:00","","","","",34.7,30.3,19.8,14.4,7.8,4.9,2,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88101",1,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",273,75,273,365,0,10,"","","Certification not required",0,6.790842,6.309274,41.5,"2013-01-13 00:00",35.5,"2013-01-01 00:00",34.7,"2013-01-17 00:00",33.8,"2013-01-02 00:00","","","","",34.7,30.3,19.8,14.4,7.8,4.9,2,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88101",2,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,81,25,31,0,1,0,0,"Certification not required",0,8.043333,6.983364,34,"2013-01-16 00:00",22.4,"2013-01-22 00:00",17.4,"2013-10-19 00:00",15,"2013-03-11 00:00","","","","",34,34,22.4,17.4,10.8,6.9,3.2,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88101",2,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,81,25,31,0,1,"","","Certification not required",0,8.043333,6.983364,34,"2013-01-16 00:00",22.4,"2013-01-22 00:00",17.4,"2013-10-19 00:00",15,"2013-03-11 00:00","","","","",34,34,22.4,17.4,10.8,6.9,3.2,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88101",3,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6998,80,300,365,0,262,"","","Certification not required",0,7.119949,7.802265,82.6,"2013-01-02 23:00",82.5,"2013-01-03 00:00",77.1,"2013-03-24 00:00",72.2,"2013-01-03 01:00","","","","",41.9,31.1,21.5,15.1,8.5,4.8,1.5,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88101",3,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",292,80,292,365,0,0,1,1,"Certification not required",0,7.068151,6.208406,40.3,"2013-01-13 00:00",32.8,"2013-01-01 00:00",32.8,"2013-01-17 00:00",31.8,"2013-01-16 00:00","","","","",32.8,28.7,20.7,14.2,8.5,5.1,2,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88101",3,47.1864,-122.4517,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",292,80,292,365,0,0,"","","Certification not required",0,7.068151,6.208406,40.3,"2013-01-13 00:00",32.8,"2013-01-01 00:00",32.8,"2013-01-17 00:00",31.8,"2013-01-16 00:00","","","","",32.8,28.7,20.7,14.2,8.5,5.1,2,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0029","88102",5,47.1864,-122.4517,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.020979,0.007001,0.043,"2013-10-01 00:00",0.039,"2013-06-15 00:00",0.033,"2013-07-21 00:00",0.026,"2013-02-27 00:00","","","","",0.043,0.043,0.033,0.026,0.026,0.021,0.0095,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88103",5,47.1864,-122.4517,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000813,0.000982,0.004,"2013-09-19 00:00",0.003,"2013-02-15 00:00",0.003,"2013-07-21 00:00",0.002,"2013-02-03 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88104",5,47.1864,-122.4517,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",37,0.017198,0.019395,0.084,"2013-03-11 00:00",0.074,"2013-08-14 00:00",0.065,"2013-05-10 00:00",0.057,"2013-05-04 00:00","","","","",0.084,0.084,0.065,0.054,0.0125,0.0115,0.0065,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88107",5,47.1864,-122.4517,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.008167,0.008289,0.0295,"2013-01-10 00:00",0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00","","","","",0.0295,0.0295,0.0295,0.0295,0.0055,0.005,0.00385,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88109",5,47.1864,-122.4517,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",19,0.002724,0.002377,0.0127,"2013-01-22 00:00",0.0095,"2013-10-19 00:00",0.0063,"2013-07-09 00:00",0.0055,"2013-03-29 00:00","","","","",0.0127,0.0127,0.0063,0.0051,0.0038,0.0023,0.00065,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88110",5,47.1864,-122.4517,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001979,0.004451,0.019,"2013-03-05 00:00",0.016,"2013-05-04 00:00",0.013,"2013-07-21 00:00",0.012,"2013-10-01 00:00","","","","",0.019,0.019,0.013,0.008,0.001,0,0,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88111",5,47.1864,-122.4517,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",19,0.013697,0.015814,0.0968,"2013-03-11 00:00",0.0355,"2013-05-04 00:00",0.0347,"2013-05-10 00:00",0.0317,"2013-04-04 00:00","","","","",0.0968,0.0968,0.0347,0.031,0.0178,0.011,0.00235,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88112",5,47.1864,-122.4517,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.004896,0.012048,0.056,"2013-10-13 00:00",0.055,"2013-09-25 00:00",0.029,"2013-09-19 00:00",0.027,"2013-10-07 00:00","","","","",0.056,0.056,0.029,0.007,0.003,0.001,0,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88113",5,47.1864,-122.4517,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.000703,0.00019,0.0016,"2013-10-31 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-15 00:00",0.001,"2013-03-17 00:00","","","","",0.0016,0.0016,0.001,0.001,0.0007,0.0007,0.00055,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88114",5,47.1864,-122.4517,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.001661,0.001069,0.0043,"2013-05-10 00:00",0.004,"2013-02-15 00:00",0.004,"2013-11-06 00:00",0.0039,"2013-09-19 00:00","","","","",0.0043,0.0043,0.004,0.0037,0.0023,0.00125,0.00065,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88115",5,47.1864,-122.4517,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",17,0.063054,0.118762,0.72,"2013-01-22 00:00",0.265,"2013-10-07 00:00",0.231,"2013-07-27 00:00",0.215,"2013-03-17 00:00","","","","",0.72,0.72,0.231,0.213,0.073,0.0173,0.00245,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88117",5,47.1864,-122.4517,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.00855,0.013334,0.0435,"2013-01-10 00:00",0.0435,"2013-02-15 00:00",0.0435,"2013-04-10 00:00",0.0435,"2013-04-16 00:00","","","","",0.0435,0.0435,0.0435,0.0435,0.00485,0.0034,0.0028,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88118",5,47.1864,-122.4517,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.011304,0.007142,0.023,"2013-01-10 00:00",0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00","","","","",0.023,0.023,0.023,0.023,0.017,0.0096,0.0041,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88126",5,47.1864,-122.4517,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.044623,0.033132,0.149,"2013-01-22 00:00",0.114,"2013-11-06 00:00",0.111,"2013-03-11 00:00",0.109,"2013-09-19 00:00","","","","",0.149,0.149,0.111,0.0917,0.0636,0.0342,0.0111,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88128",5,47.1864,-122.4517,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001521,0.002306,0.011,"2013-10-19 00:00",0.007,"2013-03-23 00:00",0.006,"2013-09-25 00:00",0.005,"2013-04-04 00:00","","","","",0.011,0.011,0.006,0.005,0.003,0,0,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88131",5,47.1864,-122.4517,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.011063,0.003786,0.018,"2013-07-15 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-03-11 00:00",0.0165,"2013-04-22 00:00","","","","",0.018,0.018,0.0165,0.0165,0.0165,0.011,0.007,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88132",5,47.1864,-122.4517,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001396,0.001634,0.008,"2013-01-22 00:00",0.005,"2013-11-06 00:00",0.004,"2013-01-04 00:00",0.004,"2013-04-04 00:00","","","","",0.008,0.008,0.004,0.003,0.002,0.001,0,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88136",5,47.1864,-122.4517,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000792,0.00101,0.004,"2013-02-15 00:00",0.003,"2013-03-11 00:00",0.003,"2013-06-15 00:00",0.003,"2013-11-06 00:00","","","","",0.004,0.004,0.003,0.002,0.001,0.001,0,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88140",5,47.1864,-122.4517,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",38,0.011957,0.014553,0.073,"2013-06-09 00:00",0.0639,"2013-02-27 00:00",0.0513,"2013-07-27 00:00",0.035,"2013-10-13 00:00","","","","",0.073,0.073,0.0513,0.024,0.009,0.006,0.00475,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88152",5,47.1864,-122.4517,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.005054,0.001355,0.008,"2013-03-29 00:00",0.008,"2013-05-28 00:00",0.008,"2013-06-03 00:00",0.008,"2013-09-19 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.00285,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88154",5,47.1864,-122.4517,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.0011,0.000211,0.0013,"2013-01-22 00:00",0.0013,"2013-04-28 00:00",0.0013,"2013-06-15 00:00",0.0013,"2013-07-15 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.00125,0.00065,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88160",5,47.1864,-122.4517,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.013771,0.003865,0.0185,"2013-02-27 00:00",0.0185,"2013-03-11 00:00",0.018,"2013-04-22 00:00",0.018,"2013-05-04 00:00","","","","",0.0185,0.0185,0.018,0.018,0.018,0.016,0.008,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88161",5,47.1864,-122.4517,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.002409,0.00105,0.0091,"2013-09-19 00:00",0.0042,"2013-01-10 00:00",0.00265,"2013-03-29 00:00",0.00265,"2013-05-28 00:00","","","","",0.0091,0.0091,0.00265,0.00265,0.0025,0.00215,0.0019,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88164",5,47.1864,-122.4517,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.001633,0.000632,0.005,"2013-04-04 00:00",0.003,"2013-05-10 00:00",0.003,"2013-10-19 00:00",0.0019,"2013-03-29 00:00","","","","",0.005,0.005,0.003,0.0019,0.0016,0.0015,0.00095,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88165",5,47.1864,-122.4517,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",14,0.032091,0.03607,0.154,"2013-03-11 00:00",0.144,"2013-05-10 00:00",0.129,"2013-05-04 00:00",0.113,"2013-09-19 00:00","","","","",0.154,0.154,0.129,0.074,0.033,0.023,0.0055,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88166",5,47.1864,-122.4517,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.009648,0.005518,0.019,"2013-02-27 00:00",0.019,"2013-03-11 00:00",0.019,"2013-10-07 00:00",0.019,"2013-10-19 00:00","","","","",0.019,0.019,0.019,0.0185,0.0185,0.0075,0.0042,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88167",5,47.1864,-122.4517,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",19,0.006432,0.005826,0.0218,"2013-01-22 00:00",0.021,"2013-01-10 00:00",0.0182,"2013-03-11 00:00",0.0165,"2013-02-03 00:00","","","","",0.0218,0.0218,0.0182,0.0149,0.01,0.004,0.00105,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88168",5,47.1864,-122.4517,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001304,0.000322,0.00175,"2013-02-27 00:00",0.00175,"2013-03-11 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-04 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.00175,0.00115,0.00085,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88169",5,47.1864,-122.4517,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.289621,0.179818,0.866,"2013-10-19 00:00",0.835,"2013-01-22 00:00",0.659,"2013-05-10 00:00",0.524,"2013-10-13 00:00","","","","",0.866,0.866,0.659,0.486,0.382,0.269,0.0995,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88176",5,47.1864,-122.4517,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001029,0.000229,0.0013,"2013-01-10 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-03-11 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88180",5,47.1864,-122.4517,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.057529,0.048021,0.264,"2013-01-10 00:00",0.154,"2013-10-13 00:00",0.147,"2013-03-23 00:00",0.145,"2013-01-22 00:00","","","","",0.264,0.264,0.147,0.114,0.0817,0.0436,0.0154,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88184",5,47.1864,-122.4517,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",9,0.117823,0.110081,0.516,"2013-07-27 00:00",0.466,"2013-06-09 00:00",0.371,"2013-06-03 00:00",0.271,"2013-02-27 00:00","","","","",0.516,0.516,0.371,0.237,0.154,0.09,0.02,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88185",5,47.1864,-122.4517,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.004506,0.00417,0.0115,"2013-02-27 00:00",0.0115,"2013-03-11 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88301",5,47.1864,-122.4517,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",12,0.1885,0.21772,0.896,"2013-01-22 00:00",0.811,"2013-10-19 00:00",0.554,"2013-03-11 00:00",0.552,"2013-05-10 00:00","","","","",0.896,0.896,0.554,0.496,0.359,0.111,0.0015,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88302",5,47.1864,-122.4517,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.142258,0.114644,0.525,"2013-07-27 00:00",0.499,"2013-06-09 00:00",0.449,"2013-06-03 00:00",0.304,"2013-10-07 00:00","","","","",0.525,0.525,0.449,0.259,0.183,0.11,0.043,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88303",5,47.1864,-122.4517,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",10,0.038435,0.026897,0.136,"2013-10-13 00:00",0.125,"2013-03-23 00:00",0.0896,"2013-11-06 00:00",0.077,"2013-01-04 00:00","","","","",0.136,0.136,0.0896,0.069,0.0442,0.036,0.012,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88306",5,47.1864,-122.4517,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.747083,0.612628,2.6,"2013-03-11 00:00",2.1,"2013-02-15 00:00",2.03,"2013-02-09 00:00",1.98,"2013-01-22 00:00","","","","",2.6,2.6,2.03,1.67,0.988,0.552,0.152,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88355",5,47.1864,-122.4517,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,2.808455,2.284362,11.4,"2013-01-16 00:00",8.26,"2013-10-13 00:00",6.55,"2013-03-23 00:00",6.41,"2013-01-22 00:00","","","","",11.4,11.4,6.55,5.49,3.94,2.13,0.785,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88357",5,47.1864,-122.4517,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.552091,0.667679,3.61,"2013-01-16 00:00",2.9,"2013-01-22 00:00",1.14,"2013-10-13 00:00",1.11,"2013-01-04 00:00","","","","",3.61,3.61,1.14,0.946,0.671,0.38,0.131,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88370",5,47.1864,-122.4517,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,2.605068,2.113516,10.6,"2013-01-16 00:00",7.73,"2013-10-13 00:00",6.31,"2013-01-22 00:00",6.08,"2013-03-23 00:00","","","","",10.6,10.6,6.31,5.04,3.71,1.98,0.762,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88374",5,47.1864,-122.4517,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.423136,0.711996,4.13,"2013-01-16 00:00",1.45,"2013-01-04 00:00",1.44,"2013-01-22 00:00",1.35,"2013-03-23 00:00","","","","",4.13,4.13,1.44,1.28,0.464,0.165,0.033,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88375",5,47.1864,-122.4517,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.649795,0.501274,2.7,"2013-01-16 00:00",1.83,"2013-10-13 00:00",1.46,"2013-01-22 00:00",1.24,"2013-11-06 00:00","","","","",2.7,2.7,1.46,1.19,0.881,0.49,0.198,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88376",5,47.1864,-122.4517,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.816364,0.568496,2.55,"2013-01-16 00:00",2.46,"2013-10-13 00:00",1.76,"2013-01-22 00:00",1.68,"2013-03-23 00:00","","","","",2.55,2.55,1.76,1.55,1.19,0.602,0.273,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88377",5,47.1864,-122.4517,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.534545,0.372972,1.65,"2013-01-22 00:00",1.43,"2013-10-13 00:00",1.21,"2013-01-16 00:00",1.01,"2013-03-11 00:00","","","","",1.65,1.65,1.21,1,0.818,0.446,0.157,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88378",5,47.1864,-122.4517,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",6,0.180773,0.17781,0.858,"2013-03-23 00:00",0.734,"2013-10-13 00:00",0.432,"2013-10-19 00:00",0.424,"2013-04-16 00:00","","","","",0.858,0.858,0.432,0.366,0.236,0.148,0.001,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88380",5,47.1864,-122.4517,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.756795,0.814791,4.47,"2013-01-16 00:00",3,"2013-01-22 00:00",1.67,"2013-10-13 00:00",1.63,"2013-01-04 00:00","","","","",4.47,4.47,1.67,1.4,1.03,0.554,0.169,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88383",5,47.1864,-122.4517,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.883477,0.848201,4.44,"2013-01-16 00:00",2.97,"2013-01-22 00:00",2.3,"2013-10-13 00:00",2.1,"2013-03-23 00:00","","","","",4.44,4.44,2.3,1.72,1.16,0.683,0.195,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88384",5,47.1864,-122.4517,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",1,0.052895,0.02331,0.0985,"2013-10-13 00:00",0.0962,"2013-08-02 00:00",0.0939,"2013-09-13 00:00",0.0904,"2013-05-28 00:00","","","","",0.0985,0.0985,0.0939,0.0876,0.0681,0.0524,0.0253,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88385",5,47.1864,-122.4517,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",36,0.001952,0.002447,0.0126,"2013-10-13 00:00",0.00949,"2013-09-19 00:00",0.00734,"2013-10-31 00:00",0.0049,"2013-09-13 00:00","","","","",0.0126,0.0126,0.00734,0.00488,0.001,0.001,0.001,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88388",5,47.1864,-122.4517,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,8,"","","Certification not required",0,0.3855,0.307943,1.33,"2013-03-23 00:00",1.26,"2013-10-13 00:00",0.877,"2013-10-19 00:00",0.863,"2013-01-16 00:00","","","","",1.33,1.33,0.877,0.847,0.512,0.335,0.074,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88403",5,47.1864,-122.4517,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.690729,0.445636,2.13,"2013-01-22 00:00",2.1,"2013-10-19 00:00",1.55,"2013-05-10 00:00",1.26,"2013-10-13 00:00","","","","",2.13,2.13,1.55,1.13,0.91,0.63,0.222,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0029","88502",5,47.1864,-122.4517,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,8.587234,5.99966,29.2,"2013-03-05 00:00",23.3,"2013-01-10 00:00",21.2,"2013-01-22 00:00",19.2,"2013-10-13 00:00","","","","",29.2,29.2,21.2,16.7,10.3,7.2,2.5,"TACOMA - L STREET","7802 SOUTH L STREET","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","053","0031","11203",1,47.2656,-122.3858,"WGS84","Light scatter","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Beta Scatter","No Events",6786,77,282,365,0,510,"","","Certification not required",1304,0.287165,0.319859,12,"2013-07-04 21:00",8.3,"2013-07-04 22:00",7.2,"2013-07-04 20:00",5.8,"2013-07-04 23:00","","","","",1.1,1,0.8,0.6,0.4,0.2,0.05,"TACOMA - ALEXANDER AVE","2301 ALEXANDER AVE, TACOMA, WA","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0031","88502",4,47.2656,-122.3858,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6786,77,282,365,0,510,"","","Certification not required",0,8.533775,7.542239,273.2,"2013-07-04 21:00",188.5,"2013-07-04 22:00",164.4,"2013-07-04 20:00",133.3,"2013-07-04 23:00","","","","",30.1,26.2,20.9,16.6,10.2,6.7,3.1,"TACOMA - ALEXANDER AVE","2301 ALEXANDER AVE, TACOMA, WA","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","0031","88502",4,47.2656,-122.3858,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",282,77,282,365,0,0,"","","Certification not required",0,8.510638,5.333587,37.4,"2013-07-04 00:00",30.3,"2013-01-02 00:00",28.7,"2013-01-22 00:00",27.3,"2013-01-17 00:00","","","","",28.7,23.5,19.8,15.5,10.6,7.2,3.4,"TACOMA - ALEXANDER AVE","2301 ALEXANDER AVE, TACOMA, WA","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1010","44201",1,46.758333,-122.124444,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6516,99,152,153,0,36,0,0,"Certification not required",983,0.032316,0.010608,0.062,"2013-06-30 17:00",0.061,"2013-05-06 15:00",0.058,"2013-05-05 16:00",0.054,"2013-05-04 15:00","","","","",0.061,0.054,0.051,0.048,0.044,0.039,0.033,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","44201",1,46.758333,-122.124444,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6505,99,151,153,0,0,0,0,"Certification not required",0,0.027669,0.009718,0.053,"2013-05-05 10:00",0.053,"2013-05-06 11:00",0.049,"2013-05-04 11:00",0.048,"2013-05-10 11:00","","","","",0.053,0.048,0.045,0.043,0.039,0.034,0.028,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","44201",1,46.758333,-122.124444,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6505,99,151,153,0,0,0,0,"Certification not required",0,0.027669,0.009718,0.053,"2013-05-05 10:00",0.053,"2013-05-06 11:00",0.049,"2013-05-04 11:00",0.048,"2013-05-10 11:00","","","","",0.053,0.048,0.045,0.043,0.039,0.034,0.028,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","61101",1,46.758333,-122.124444,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6501,74,271,365,0,51,"","","Certification not required",0,1.788325,0.759859,6,"2013-03-19 13:00",6,"2013-03-19 14:00",5.6,"2013-03-04 11:00",5.6,"2013-03-04 12:00","","","","",3.9,3.7,3.1,2.9,2.3,1.6,1,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","61103",1,46.758333,-122.124444,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6452,74,269,365,0,100,"","","Certification not required",0,1.396234,0.805089,4.9,"2013-03-19 14:00",4.7,"2013-03-19 13:00",4.5,"2013-01-02 06:00",4.3,"2013-01-01 22:00","","","","",3.5,3.3,2.9,2.5,1.9,1.2,0.4,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","61104",1,46.758333,-122.124444,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6452,74,269,365,0,100,"","","Certification not required",0,148.689709,92.772707,360,"2013-04-09 15:00",360,"2013-04-20 00:00",360,"2013-05-21 08:00",360,"2013-06-12 16:00","","","","",351,345,325,292,222,103,58,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","61106",1,46.758333,-122.124444,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6453,74,269,365,0,99,"","","Certification not required",0,37.428328,18.468183,89,"2013-07-15 16:00",89,"2013-07-15 17:00",88,"2013-01-23 06:00",88,"2013-05-04 16:00","","","","",79,75,69,63,52,36,13,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","62101",1,46.758333,-122.124444,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6527,75,273,365,0,25,"","","Certification not required",0,50.613452,13.493348,92,"2013-09-11 12:00",90,"2013-09-11 11:00",90,"2013-09-11 13:00",89,"2013-06-30 14:00","","","","",81,79,74,69,60,50,33,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","62201",1,46.758333,-122.124444,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6529,75,273,365,0,23,"","","Certification not required",0,84.607444,15.512491,95,"2013-01-01 00:00",95,"2013-01-01 01:00",95,"2013-01-01 02:00",95,"2013-01-01 03:00","","","","",95,95,95,95,95,94,59,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","63301",1,46.758333,-122.124444,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3838,44,160,365,0,2714,"","","Certification not required",1581,0.294485,0.408723,1.48,"2013-05-31 13:00",1.48,"2013-06-09 12:00",1.41,"2013-06-09 13:00",1.39,"2013-06-03 12:00","","","","",1.32,1.3,1.21,1.05,0.51,0.05,0.005,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","65102",1,46.758333,-122.124444,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6087,69,255,365,0,465,"","","Certification not required",0,0.006184,0.021756,0.35,"2013-09-06 02:00",0.33,"2013-09-06 01:00",0.32,"2013-09-06 00:00",0.31,"2013-09-05 22:00","","","","",0.11,0.08,0.04,0.02,0,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2013-11-18" +"53","053","1010","85101",1,46.758333,-122.124444,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,2.77356,2.228869,11.1315,"2013-05-10 00:00",9.5006,"2013-05-07 00:00",7.8212,"2013-05-04 00:00",5.9654,"2013-04-01 00:00","","","","",11.1315,9.5006,7.8212,5.3549,3.4444,2.1602,0.7019,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","86502",1,46.758333,-122.124444,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.529412,0.856807,3,"2013-05-04 00:00",3,"2013-05-07 00:00",3,"2013-05-10 00:00",2,"2013-04-01 00:00","","","","",3,3,3,2,1,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88103",1,46.758333,-122.124444,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000137,0.000491,0.003,"2013-02-03 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-25 00:00",0.001,"2013-05-04 00:00","","","","",0.003,0.001,0.001,0,0,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88104",1,46.758333,-122.124444,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.011775,0.016479,0.074,"2013-05-04 00:00",0.071,"2013-05-10 00:00",0.046,"2013-05-07 00:00",0.037,"2013-04-04 00:00","","","","",0.074,0.071,0.046,0.0322,0.015,0.004,0.0005,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88109",1,46.758333,-122.124444,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.000712,0.000635,0.003,"2013-05-10 00:00",0.0021,"2013-05-07 00:00",0.0019,"2013-05-01 00:00",0.0019,"2013-05-04 00:00","","","","",0.003,0.0021,0.0019,0.0017,0.0009,0.0006,0.0001,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88111",1,46.758333,-122.124444,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.007943,0.009585,0.042,"2013-05-10 00:00",0.0393,"2013-05-04 00:00",0.0366,"2013-05-07 00:00",0.0211,"2013-04-01 00:00","","","","",0.042,0.0393,0.0366,0.0192,0.0101,0.0043,0.00125,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88112",1,46.758333,-122.124444,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2e-05,0.00014,0.001,"2013-05-10 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0,0,0,0,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88114",1,46.758333,-122.124444,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.000251,0.000212,0.0011,"2013-05-10 00:00",0.0008,"2013-02-09 00:00",0.0008,"2013-05-01 00:00",0.0007,"2013-04-25 00:00","","","","",0.0011,0.0008,0.0008,0.0005,0.0003,0.00015,0.0001,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88115",1,46.758333,-122.124444,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",14,0.018836,0.051675,0.2241,"2013-02-24 00:00",0.1922,"2013-04-13 00:00",0.1695,"2013-03-20 00:00",0.1663,"2013-03-17 00:00","","","","",0.2241,0.1922,0.1695,0.0241,0.0032,0.0007,0.00015,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88126",1,46.758333,-122.124444,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.010422,0.014539,0.0744,"2013-05-10 00:00",0.055,"2013-05-04 00:00",0.0385,"2013-05-07 00:00",0.0337,"2013-04-25 00:00","","","","",0.0744,0.055,0.0385,0.0262,0.0143,0.0045,0.0009,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88128",1,46.758333,-122.124444,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000824,0.000793,0.003,"2013-05-10 00:00",0.002,"2013-01-19 00:00",0.002,"2013-02-03 00:00",0.002,"2013-02-09 00:00","","","","",0.003,0.002,0.002,0.002,0.001,0.001,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88132",1,46.758333,-122.124444,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000314,0.00051,0.002,"2013-05-10 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-28 00:00",0.001,"2013-02-09 00:00","","","","",0.002,0.001,0.001,0.001,0.001,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88136",1,46.758333,-122.124444,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,3.9e-05,0.000196,0.001,"2013-04-25 00:00",0.001,"2013-05-10 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00","","","","",0.001,0.001,0,0,0,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88140",1,46.758333,-122.124444,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.007042,0.008962,0.039,"2013-05-07 00:00",0.0325,"2013-04-13 00:00",0.0246,"2013-05-10 00:00",0.0241,"2013-04-10 00:00","","","","",0.039,0.0325,0.0246,0.0204,0.0081,0.0027,0.00105,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88152",1,46.758333,-122.124444,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",32,0.000554,0.000798,0.0034,"2013-05-31 00:00",0.0029,"2013-03-23 00:00",0.0023,"2013-04-01 00:00",0.0023,"2013-05-25 00:00","","","","",0.0034,0.0029,0.0023,0.002,0.0005,0.00015,0.00015,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88154",1,46.758333,-122.124444,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.00012,4.9e-05,0.0003,"2013-04-16 00:00",0.0003,"2013-05-01 00:00",0.0002,"2013-01-01 00:00",0.0002,"2013-02-21 00:00","","","","",0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,0.0001,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88161",1,46.758333,-122.124444,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",23,0.000838,0.001138,0.0052,"2013-05-10 00:00",0.0046,"2013-05-04 00:00",0.0034,"2013-05-07 00:00",0.0026,"2013-04-01 00:00","","","","",0.0052,0.0046,0.0034,0.0024,0.0009,0.0003,0.0001,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88164",1,46.758333,-122.124444,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",21,0.000146,0.000192,0.0011,"2013-05-10 00:00",0.0007,"2013-02-09 00:00",0.0005,"2013-04-25 00:00",0.0005,"2013-05-19 00:00","","","","",0.0011,0.0007,0.0005,0.0004,0.0001,0.0001,5e-05,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88165",1,46.758333,-122.124444,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",13,0.025465,0.038242,0.172,"2013-05-10 00:00",0.164,"2013-05-04 00:00",0.1065,"2013-05-07 00:00",0.0821,"2013-04-04 00:00","","","","",0.172,0.164,0.1065,0.0728,0.0328,0.0083,0.001,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88167",1,46.758333,-122.124444,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.001316,0.001453,0.0074,"2013-05-10 00:00",0.005,"2013-03-23 00:00",0.0048,"2013-02-09 00:00",0.0033,"2013-04-01 00:00","","","","",0.0074,0.005,0.0048,0.0029,0.0017,0.0008,0.00015,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88168",1,46.758333,-122.124444,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",29,0.000209,0.000136,0.0006,"2013-05-04 00:00",0.0006,"2013-05-07 00:00",0.0005,"2013-03-23 00:00",0.0005,"2013-05-10 00:00","","","","",0.0006,0.0006,0.0005,0.0004,0.0003,0.00015,0.0001,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88169",1,46.758333,-122.124444,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.099896,0.099331,0.491,"2013-05-10 00:00",0.362,"2013-05-07 00:00",0.3438,"2013-03-23 00:00",0.2302,"2013-04-01 00:00","","","","",0.491,0.362,0.3438,0.2191,0.1386,0.0717,0.0124,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88176",1,46.758333,-122.124444,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.000168,6.2e-05,0.0004,"2013-01-13 00:00",0.0004,"2013-03-23 00:00",0.0004,"2013-05-10 00:00",0.0003,"2013-03-26 00:00","","","","",0.0004,0.0004,0.0004,0.00015,0.00015,0.00015,0.00015,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88180",1,46.758333,-122.124444,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.01592,0.010657,0.0418,"2013-05-10 00:00",0.04,"2013-02-09 00:00",0.0398,"2013-01-19 00:00",0.0383,"2013-05-07 00:00","","","","",0.0418,0.04,0.0398,0.0339,0.0203,0.0125,0.0043,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88184",1,46.758333,-122.124444,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",8,0.038953,0.053627,0.2415,"2013-05-07 00:00",0.1962,"2013-02-24 00:00",0.1484,"2013-03-17 00:00",0.144,"2013-04-13 00:00","","","","",0.2415,0.1962,0.1484,0.1171,0.051,0.0125,0.0019,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88185",1,46.758333,-122.124444,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.000717,0.000422,0.0024,"2013-04-01 00:00",0.0018,"2013-02-21 00:00",0.0018,"2013-05-01 00:00",0.0015,"2013-01-25 00:00","","","","",0.0024,0.0018,0.0018,0.0013,0.00065,0.00065,0.0004,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88203",1,46.758333,-122.124444,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",15,0.040581,0.075196,0.3512,"2013-02-24 00:00",0.2752,"2013-04-13 00:00",0.2509,"2013-03-17 00:00",0.2291,"2013-03-20 00:00","","","","",0.3512,0.2752,0.2509,0.0801,0.035,0.0133,0.00295,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88306",1,46.758333,-122.124444,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.078649,0.127959,0.7333,"2013-02-09 00:00",0.526,"2013-05-07 00:00",0.297,"2013-05-01 00:00",0.1952,"2013-05-10 00:00","","","","",0.7333,0.526,0.297,0.1516,0.0809,0.0453,0.00665,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88320",1,46.758333,-122.124444,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.496078,0.471886,1.82,"2013-05-10 00:00",1.61,"2013-02-09 00:00",1.52,"2013-02-03 00:00",1.49,"2013-05-07 00:00","","","","",1.82,1.61,1.52,1.28,0.57,0.35,0.1,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88321",1,46.758333,-122.124444,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.098235,0.09781,0.36,"2013-02-03 00:00",0.35,"2013-01-19 00:00",0.34,"2013-02-09 00:00",0.33,"2013-05-10 00:00","","","","",0.36,0.35,0.34,0.25,0.14,0.07,0.01,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88324",1,46.758333,-122.124444,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",47,0.022291,0.016902,0.101,"2013-01-19 00:00",0.0798,"2013-02-03 00:00",0.0666,"2013-02-09 00:00",0.0299,"2013-01-01 00:00","","","","",0.101,0.0798,0.0666,0.02975,0.02895,0.01605,0.0099,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88325",1,46.758333,-122.124444,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.08673,0.115954,0.4983,"2013-05-10 00:00",0.4142,"2013-05-07 00:00",0.3368,"2013-01-19 00:00",0.3308,"2013-02-03 00:00","","","","",0.4983,0.4142,0.3368,0.2644,0.0719,0.0322,0.01565,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88326",1,46.758333,-122.124444,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.192955,0.165261,0.567,"2013-02-03 00:00",0.5506,"2013-04-01 00:00",0.5433,"2013-05-10 00:00",0.5341,"2013-01-22 00:00","","","","",0.567,0.5506,0.5433,0.5031,0.2351,0.1342,0.0377,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88327",1,46.758333,-122.124444,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",5,0.111861,0.090682,0.4366,"2013-02-09 00:00",0.3214,"2013-05-10 00:00",0.2766,"2013-05-07 00:00",0.2708,"2013-02-03 00:00","","","","",0.4366,0.3214,0.2766,0.2389,0.1406,0.092,0.0275,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88328",1,46.758333,-122.124444,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.110157,0.099284,0.4702,"2013-05-10 00:00",0.3053,"2013-05-04 00:00",0.2985,"2013-02-09 00:00",0.2762,"2013-02-03 00:00","","","","",0.4702,0.3053,0.2985,0.2555,0.1604,0.0853,0.0166,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88329",1,46.758333,-122.124444,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.173708,0.16994,0.7547,"2013-05-10 00:00",0.5854,"2013-02-09 00:00",0.531,"2013-02-03 00:00",0.4598,"2013-05-04 00:00","","","","",0.7547,0.5854,0.531,0.431,0.2365,0.1219,0.0205,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88330",1,46.758333,-122.124444,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",10,0.034336,0.028362,0.1038,"2013-02-03 00:00",0.1007,"2013-03-11 00:00",0.0987,"2013-01-19 00:00",0.0905,"2013-05-04 00:00","","","","",0.1038,0.1007,0.0987,0.0747,0.0484,0.0355,0.0021,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88331",1,46.758333,-122.124444,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000147,0.00068,0.0048,"2013-01-19 00:00",0.001,"2013-05-25 00:00",0.0003,"2013-03-17 00:00",0.0001,"2013-03-02 00:00","","","","",0.0048,0.001,0.0003,0.0001,5e-05,0,0,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88338",1,46.758333,-122.124444,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",46,0.019778,0.016175,0.0784,"2013-04-01 00:00",0.0774,"2013-01-22 00:00",0.0679,"2013-04-04 00:00",0.0639,"2013-02-03 00:00","","","","",0.0784,0.0774,0.0679,0.0241,0.0229,0.01465,0.01055,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88339",1,46.758333,-122.124444,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.412068,0.409747,2.02533,"2013-05-10 00:00",1.49309,"2013-05-07 00:00",1.41818,"2013-03-23 00:00",0.9497,"2013-04-01 00:00","","","","",2.02533,1.49309,1.41818,0.90395,0.57177,0.29593,0.05127,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88344",1,46.758333,-122.124444,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.101192,0.165262,0.946,"2013-02-09 00:00",0.6785,"2013-05-07 00:00",0.3831,"2013-05-01 00:00",0.2518,"2013-05-10 00:00","","","","",0.946,0.6785,0.3831,0.1956,0.1044,0.0584,0.0049,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88348",1,46.758333,-122.124444,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.128131,0.183375,0.8414,"2013-05-10 00:00",0.7761,"2013-05-04 00:00",0.5266,"2013-05-07 00:00",0.3815,"2013-04-01 00:00","","","","",0.8414,0.7761,0.5266,0.3712,0.1575,0.0499,0.0062,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88350",1,46.758333,-122.124444,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.894229,0.849723,3.28,"2013-05-10 00:00",2.9018,"2013-02-09 00:00",2.7443,"2013-02-03 00:00",2.6789,"2013-05-07 00:00","","","","",3.28,2.9018,2.7443,2.3101,1.0341,0.6219,0.1786,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88403",1,46.758333,-122.124444,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.28529,0.280981,1.346,"2013-05-10 00:00",1.0689,"2013-05-07 00:00",1.0108,"2013-03-23 00:00",0.6572,"2013-05-04 00:00","","","","",1.346,1.0689,1.0108,0.614,0.3983,0.205,0.0384,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1010","88502",1,46.758333,-122.124444,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.794118,1.492972,7.3,"2013-05-10 00:00",6.1,"2013-05-07 00:00",4.6,"2013-02-09 00:00",4.4,"2013-05-04 00:00","","","","",7.3,6.1,4.6,3.6,2.5,1.4,0.5,"Mount Rainier National Park, Tahoma Woods","MOUNT RAINIER NP, TAHOMA WOODS ADMIN","Washington","Pierce","","Seattle-Tacoma-Bellevue, WA","2014-01-28" +"53","053","1016","61101",1,47.304444,-122.412,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7285,83,304,365,0,9,"","","Certification not required",0,5.31455,2.853463,21.8,"2013-01-08 18:00",19.6,"2013-01-08 19:00",18.8,"2013-01-08 17:00",18.3,"2013-01-08 20:00","","","","",14.4,12.9,10.9,9.4,6.8,4.7,2.3,"TACOMA - TOWER DR","5225 TOWER DRIVE NE","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1016","61102",1,47.304444,-122.412,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7285,83,304,365,0,9,"","","Certification not required",0,174.863555,105.183601,360,"2013-03-08 12:00",360,"2013-04-23 11:00",360,"2013-05-08 18:00",360,"2013-05-19 13:00","","","","",359,356,348,294,242,203,14,"TACOMA - TOWER DR","5225 TOWER DRIVE NE","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1016","61103",1,47.304444,-122.412,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7288,83,304,365,0,6,"","","Certification not required",0,5.042275,2.843303,21,"2013-01-08 18:00",18.9,"2013-01-08 19:00",18.1,"2013-01-08 17:00",17.6,"2013-01-08 20:00","","","","",13.9,12.4,10.6,9,6.6,4.4,2,"TACOMA - TOWER DR","5225 TOWER DRIVE NE","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1016","61104",1,47.304444,-122.412,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7285,83,304,365,0,9,"","","Certification not required",0,173.637612,105.381699,360,"2013-03-08 12:00",360,"2013-03-24 12:00",360,"2013-04-22 10:00",360,"2013-04-24 15:00","","","","",359,356,348,290,242,203,13,"TACOMA - TOWER DR","5225 TOWER DRIVE NE","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1016","62101",1,47.304444,-122.412,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7285,83,304,365,0,9,"","","Certification not required",0,52.454358,10.50815,86,"2013-06-30 17:00",85,"2013-06-30 16:00",85,"2013-06-30 18:00",84,"2013-06-30 15:00","","","","",77,74,71,66,60,52,39,"TACOMA - TOWER DR","5225 TOWER DRIVE NE","Washington","Pierce","Tacoma","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1018","11203",1,47.14,-122.3003,"WGS84","Light scatter","1 HOUR","","Observed Values","Ecotech M9003/Aurora - Nephelometry",2013,"Beta Scatter","No Events",7090,81,294,365,0,159,"","","Certification not required",1774,0.263752,0.254692,2.2,"2013-01-01 00:00",2,"2013-01-22 19:00",1.8,"2013-01-04 23:00",1.8,"2013-01-13 02:00","","","","",1.2,1.1,0.8,0.6,0.3,0.2,0.05,"PUYALLUP - 128TH ST","9616 128TH ST E","Washington","Pierce","South Hill","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1018","88502",4,47.14,-122.3003,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Ecotech M9003/ Aurora - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7090,81,294,365,0,159,"","","Certification not required",0,6.523484,6.432619,56.5,"2013-01-01 00:00",50.8,"2013-01-22 19:00",46.2,"2013-01-13 02:00",45.9,"2013-01-04 23:00","","","","",30.4,26.8,19.9,14.8,8.3,4.6,1.1,"PUYALLUP - 128TH ST","9616 128TH ST E","Washington","Pierce","South Hill","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","053","1018","88502",4,47.14,-122.3003,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",294,81,294,365,0,0,"","","Certification not required",0,6.487075,5.318636,26.3,"2013-01-17 00:00",25.4,"2013-01-01 00:00",24.3,"2013-10-17 00:00",23.8,"2013-09-14 00:00","","","","",24.3,23.3,19.2,13.4,8.3,5.1,1.5,"PUYALLUP - 128TH ST","9616 128TH ST E","Washington","Pierce","South Hill","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","057","0011","42401",2,48.52059,-122.61428,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6819,78,287,365,0,468,0,"","Certification not required",0,1.456794,1.023678,5.7,"2013-01-04 11:00",5.7,"2013-06-24 17:00",5.6,"2013-09-26 09:00",5.1,"2013-01-08 13:00","","","","",5.6,4.5,3.3,2.9,1.9,1.2,0.5,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-27" +"53","057","0011","42401",2,48.52059,-122.61428,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6819,78,287,365,0,468,"","","Certification not required",0,0.647529,0.528383,5.7,"2013-01-04 11:00",5.7,"2013-06-24 17:00",5.6,"2013-09-26 09:00",5.1,"2013-01-08 13:00","","","","",2.6,2,1.6,1.3,0.9,0.5,0.2,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-27" +"53","057","0011","42401",2,48.52059,-122.61428,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",287,79,287,365,0,0,0,"","Certification not required",0,0.652613,0.378604,2.1,"2013-01-22 00:00",2,"2013-09-11 00:00",1.8,"2013-09-08 00:00",1.7,"2013-08-22 00:00","","","","",1.8,1.5,1.3,1.2,0.9,0.6,0.2,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-27" +"53","057","0011","42401",2,48.52059,-122.61428,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2229,76,283,365,0,0,"",0,"Certification not required",0,0.617048,0.485856,3.8,"2013-01-08 14:00",3.6,"2013-01-22 11:00",3.3,"2013-09-26 11:00",3,"2013-01-04 11:00","","","","",2.3,1.9,1.5,1.2,0.9,0.5,0.2,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-27" +"53","057","0011","42406",2,48.52059,-122.61428,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6811,78,286,365,0,432,"","","Certification not required",0,0.816517,0.816426,19.9,"2013-04-25 08:00",13.9,"2013-04-25 09:00",12.5,"2013-05-15 09:00",11.8,"2013-08-22 11:00","","","","",3.7,2.9,2,1.6,1.1,0.6,0.2,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-27" +"53","057","0011","44201",1,48.52059,-122.61428,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3581,100,153,153,0,89,0,0,"Certification not required",166,0.030268,0.007697,0.051,"2013-05-06 17:00",0.048,"2013-05-13 16:00",0.047,"2013-05-21 09:00",0.044,"2013-05-01 17:00","","","","",0.048,0.044,0.042,0.04,0.036,0.03,0.021,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-18" +"53","057","0011","44201",1,48.52059,-122.61428,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3660,99,152,153,0,0,0,0,"Certification not required",0,0.025336,0.007455,0.044,"2013-05-13 15:00",0.043,"2013-05-21 04:00",0.042,"2013-05-01 12:00",0.042,"2013-05-06 12:00","","","","",0.043,0.042,0.039,0.035,0.03,0.025,0.016,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-18" +"53","057","0011","44201",1,48.52059,-122.61428,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3660,99,152,153,0,0,0,0,"Certification not required",0,0.025336,0.007455,0.044,"2013-05-13 15:00",0.043,"2013-05-21 04:00",0.042,"2013-05-01 12:00",0.042,"2013-05-06 12:00","","","","",0.043,0.042,0.039,0.035,0.03,0.025,0.016,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-18" +"53","057","0011","88101",3,48.52059,-122.61428,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5589,64,237,365,0,1695,"","","Certification not required",0,7.903757,3.777558,54.6,"2013-03-29 04:00",41.2,"2013-06-15 15:00",28.9,"2013-01-15 19:00",27.9,"2013-01-15 18:00","","","","",19.3,16.9,14.5,12.7,9.9,7.4,3.6,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-21" +"53","057","0011","88101",3,48.52059,-122.61428,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",235,64,235,365,0,0,0,0,"Certification not required",0,7.845532,2.712824,16,"2013-01-21 00:00",15.3,"2013-03-27 00:00",14.8,"2013-01-15 00:00",14,"2013-03-28 00:00","","","","",14.8,13.9,12.9,11.4,9.5,7.5,4.4,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-21" +"53","057","0011","88101",3,48.52059,-122.61428,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",235,64,235,365,0,0,"","","Certification not required",0,7.845532,2.712824,16,"2013-01-21 00:00",15.3,"2013-03-27 00:00",14.8,"2013-01-15 00:00",14,"2013-03-28 00:00","","","","",14.8,13.9,12.9,11.4,9.5,7.5,4.4,"Anacortes-202 Ave","202 O Ave","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2014-01-21" +"53","057","0015","11203",1,48.4102,-122.3376,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7207,82,299,365,0,13,"","","Certification not required",3608,0.116748,0.098157,1.2,"2013-09-14 23:00",1.1,"2013-01-15 17:00",1,"2013-09-14 22:00",0.9,"2013-09-14 21:00","","","","",0.5,0.4,0.3,0.2,0.2,0.05,0.05,"MT VERNON - 2ND AVE","1600 SOUTH SECOND STREET","Washington","Skagit","Mount Vernon","Mount Vernon-Anacortes, WA","2014-01-21" +"53","057","0015","88502",4,48.4102,-122.3376,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7207,82,299,365,0,13,"","","Certification not required",0,4.648661,2.485433,26.1,"2013-09-14 23:00",23.2,"2013-09-14 22:00",22.2,"2013-09-14 21:00",22,"2013-01-15 17:00","","","","",13.2,11.4,9.4,7.8,5.8,4.1,2.1,"MT VERNON - 2ND AVE","1600 SOUTH SECOND STREET","Washington","Skagit","Mount Vernon","Mount Vernon-Anacortes, WA","2014-01-21" +"53","057","0015","88502",4,48.4102,-122.3376,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",299,82,299,365,0,0,"","","Certification not required",0,4.614716,2.040344,13.3,"2013-10-20 00:00",12.7,"2013-09-14 00:00",11.3,"2013-10-19 00:00",11.3,"2013-10-21 00:00","","","","",11.3,9.9,8.7,7.4,5.6,4.1,2.5,"MT VERNON - 2ND AVE","1600 SOUTH SECOND STREET","Washington","Skagit","Mount Vernon","Mount Vernon-Anacortes, WA","2014-01-21" +"53","057","0018","42601",1,48.460101,-122.51911,"NAD27","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Gas Phase Chemiluminescence",2013,"Parts per billion","No Events",6005,69,243,365,0,547,"","","Certification not required",0,1.292606,2.751135,42.1,"2013-01-20 13:00",32.1,"2013-07-09 11:00",28.8,"2013-01-23 06:00",28.4,"2013-08-09 12:00","","","","",14.5,10.5,5.9,3.4,1.3,0.3,0,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","42602",1,48.460101,-122.51911,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5798,66,235,365,0,754,0,"","Certification not required",0,10.590213,5.520989,26.7,"2013-08-05 14:00",25.3,"2013-03-29 18:00",24.3,"2013-02-07 19:00",23.6,"2013-05-05 21:00","","","","",24.3,23.4,21.2,18.8,13.5,9.8,4.2,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","42602",1,48.460101,-122.51911,"NAD27","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS-PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5798,66,235,365,0,754,"","","Certification not required",0,5.260849,3.679847,26.7,"2013-08-05 14:00",25.3,"2013-03-29 18:00",24.3,"2013-02-07 19:00",24.2,"2013-03-29 19:00","","","","",18.2,15.8,12.9,10.2,6.8,4.3,1.6,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","61101",1,48.460101,-122.51911,"NAD27","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,6.283321,3.410672,23.3,"2013-09-29 16:00",22.7,"2013-09-29 15:00",21.8,"2013-09-22 10:00",21.5,"2013-03-20 05:00","","","","",17.1,15.4,13.1,11,8.1,5.5,2.7,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","61102",1,48.460101,-122.51911,"NAD27","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,199.409042,82.266058,360,"2013-01-20 23:00",360,"2013-03-26 15:00",360,"2013-03-28 15:00",360,"2013-04-21 12:00","","","","",358,356,351,336,244,184,128,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","61106",1,48.460101,-122.51911,"NAD27","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",6545,75,273,365,0,7,"","","Certification not required",0,23.674805,16.603407,101.8,"2013-07-31 11:00",100.7,"2013-01-18 13:00",99.7,"2013-09-05 21:00",99.6,"2013-01-15 18:00","","","","",84.3,74.5,61.6,47.3,28.3,17.9,9.5,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","62101",1,48.460101,-122.51911,"NAD27","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6188,71,256,365,0,364,"","","Certification not required",0,51.873465,10.015116,79,"2013-06-30 17:00",77,"2013-06-30 18:00",77,"2013-08-16 13:00",76,"2013-06-29 16:00","","","","",72,71,69,65,59,52,39,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","62201",1,48.460101,-122.51911,"NAD27","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6187,71,256,365,0,365,"","","Certification not required",2,76.761435,12.03638,96,"2013-01-22 02:00",96,"2013-01-22 05:00",96,"2013-01-22 06:00",96,"2013-01-22 07:00","","","","",94,93,92,91,87,79,59,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","63301",1,48.460101,-122.51911,"NAD27","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6545,75,273,365,0,7,"","","Certification not required",3043,0.226696,0.33187,1.31,"2013-06-11 12:00",1.3,"2013-05-19 13:00",1.29,"2013-06-22 12:00",1.28,"2013-05-19 14:00","","","","",1.18,1.14,1.01,0.81,0.35,0.03,0.005,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","64101",1,48.460101,-122.51911,"NAD27","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6545,75,273,365,0,7,"","","Certification not required",0,1018.503193,6.84319,1040.3,"2013-01-15 11:00",1040.3,"2013-01-15 12:00",1040,"2013-01-15 10:00",1040,"2013-01-15 13:00","","","","",1035.2,1033.2,1030.5,1027.4,1022.4,1018.3,1010.8,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0018","65102",1,48.460101,-122.51911,"NAD27","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6547,75,273,365,0,5,"","","Certification not required",0,0.002616,0.013355,0.45,"2013-09-28 14:00",0.21,"2013-09-29 21:00",0.2,"2013-01-28 16:00",0.17,"2013-09-15 19:00","","","","",0.06,0.04,0.02,0,0,0,0,"","CASINO DRIVE/NORTH END SITE","Washington","Skagit","Anacortes","Mount Vernon-Anacortes, WA","2013-12-16" +"53","057","0020","44201",1,48.397787,-122.504971,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6510,100,153,153,0,42,0,0,"Certification not required",416,0.033261,0.00793,0.061,"2013-05-06 15:00",0.06,"2013-06-30 16:00",0.053,"2013-04-05 21:00",0.052,"2013-05-05 15:00","","","","",0.06,0.052,0.05,0.049,0.044,0.039,0.034,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","44201",1,48.397787,-122.504971,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6540,99,152,153,0,0,0,0,"Certification not required",0,0.028309,0.007055,0.051,"2013-05-06 11:00",0.05,"2013-06-30 12:00",0.048,"2013-03-18 10:00",0.048,"2013-03-20 18:00","","","","",0.05,0.048,0.046,0.045,0.04,0.034,0.029,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","44201",1,48.397787,-122.504971,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6540,99,152,153,0,0,0,0,"Certification not required",0,0.028309,0.007055,0.051,"2013-05-06 11:00",0.05,"2013-06-30 12:00",0.048,"2013-03-18 10:00",0.048,"2013-03-20 18:00","","","","",0.05,0.048,0.046,0.045,0.04,0.034,0.029,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","61101",1,48.397787,-122.504971,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,3.831877,2.731769,17.1,"2013-02-22 11:00",15.9,"2013-02-25 09:00",15.4,"2013-03-01 15:00",15.4,"2013-08-29 21:00","","","","",12.3,10.8,9.1,7.6,5.3,3.5,0.5,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","61102",1,48.397787,-122.504971,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,200.754697,87.439449,360,"2013-01-02 23:00",360,"2013-01-11 20:00",360,"2013-01-19 16:00",360,"2013-03-08 00:00","","","","",356,353,341,312,263,209,68,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","61106",1,48.397787,-122.504971,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,22.501375,11.043624,94.3,"2013-05-06 14:00",94.1,"2013-04-14 16:00",93.9,"2013-04-13 13:00",92.9,"2013-09-09 11:00","","","","",62.6,53.2,42.5,34.9,26.5,20.9,11,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","62101",1,48.397787,-122.504971,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,5,"","","Certification not required",0,52.311288,10.605194,84,"2013-06-30 14:00",84,"2013-06-30 15:00",84,"2013-06-30 16:00",83,"2013-09-11 14:00","","","","",75,73,71,67,60,52,39,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","62201",1,48.397787,-122.504971,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6547,75,273,365,0,5,"","","Certification not required",0,77.991141,16.398655,100,"2013-01-01 07:00",100,"2013-01-17 21:00",100,"2013-01-17 22:00",100,"2013-01-17 23:00","","","","",100,99,98,96,92,81,54,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","63301",1,48.397787,-122.504971,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6547,75,273,365,0,5,"","","Certification not required",3062,0.225656,0.334864,1.38,"2013-05-24 10:00",1.32,"2013-05-31 13:00",1.32,"2013-06-09 10:00",1.32,"2013-06-11 11:00","","","","",1.2,1.15,1.02,0.81,0.35,0.03,0.005,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","057","0020","65102",1,48.397787,-122.504971,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6547,75,273,365,0,5,"","","Certification not required",0,0.002865,0.013198,0.28,"2013-03-20 11:00",0.25,"2013-09-05 20:00",0.22,"2013-09-28 13:00",0.2,"2013-01-28 15:00","","","","",0.06,0.04,0.02,0,0,0,0,"","Northwest Indian College, 17113 Tallawhalt Lane","Washington","Skagit","","Mount Vernon-Anacortes, WA","2013-12-17" +"53","061","0005","88101",3,47.8064,-122.3167,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6792,78,290,365,0,385,"","","Certification not required",0,5.823763,6.789342,228.3,"2013-07-04 22:00",200.8,"2013-07-04 23:00",75.4,"2013-01-01 00:00",73.9,"2013-01-13 00:00","","","","",29.8,24.2,16.8,11.6,7.1,4.1,1.3,"LYNNWOOD - 212TH","6120 212TH ST SW, MOUNTLAKE TERRACE, WA","Washington","Snohomish","Mountlake Terrace","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0005","88101",3,47.8064,-122.3167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",284,78,284,365,0,0,0,0,"Certification not required",0,5.771479,4.222119,24.4,"2013-01-13 00:00",23.1,"2013-07-04 00:00",20.4,"2013-01-12 00:00",20.2,"2013-01-02 00:00","","","","",20.4,18.8,15.5,11.6,7.1,4.7,1.9,"LYNNWOOD - 212TH","6120 212TH ST SW, MOUNTLAKE TERRACE, WA","Washington","Snohomish","Mountlake Terrace","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0005","88101",3,47.8064,-122.3167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",284,78,284,365,0,0,"","","Certification not required",0,5.771479,4.222119,24.4,"2013-01-13 00:00",23.1,"2013-07-04 00:00",20.4,"2013-01-12 00:00",20.2,"2013-01-02 00:00","","","","",20.4,18.8,15.5,11.6,7.1,4.7,1.9,"LYNNWOOD - 212TH","6120 212TH ST SW, MOUNTLAKE TERRACE, WA","Washington","Snohomish","Mountlake Terrace","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0005","88101",4,47.8064,-122.3167,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",1027,12,44,365,0,29,"","","Certification not required",0,8.872736,7.039386,54.7,"2013-10-29 21:00",48.6,"2013-10-17 22:00",42.7,"2013-10-29 22:00",39.4,"2013-10-29 20:00","","","","",34.5,28.8,21.7,18,12.3,7.3,2.2,"LYNNWOOD - 212TH","6120 212TH ST SW, MOUNTLAKE TERRACE, WA","Washington","Snohomish","Mountlake Terrace","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0005","88101",4,47.8064,-122.3167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",43,12,43,365,0,0,0,0,"Certification not required",0,8.855814,4.838305,18.8,"2013-10-29 00:00",16.9,"2013-10-17 00:00",16.9,"2013-10-20 00:00",16.8,"2013-10-13 00:00","","","","",18.8,18.8,16.9,16.5,12.7,9,2.8,"LYNNWOOD - 212TH","6120 212TH ST SW, MOUNTLAKE TERRACE, WA","Washington","Snohomish","Mountlake Terrace","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0005","88101",4,47.8064,-122.3167,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",43,12,43,365,0,0,"","","Certification not required",0,8.855814,4.838305,18.8,"2013-10-29 00:00",16.9,"2013-10-17 00:00",16.9,"2013-10-20 00:00",16.8,"2013-10-13 00:00","","","","",18.8,18.8,16.9,16.5,12.7,9,2.8,"LYNNWOOD - 212TH","6120 212TH ST SW, MOUNTLAKE TERRACE, WA","Washington","Snohomish","Mountlake Terrace","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0011","11203",1,48.069,-122.275,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",5174,59,215,365,0,1777,"","","Certification not required",2387,0.124188,0.109381,1.8,"2013-07-04 23:00",1.5,"2013-07-05 00:00",1.4,"2013-07-05 01:00",1.2,"2013-07-04 21:00","","","","",0.5,0.4,0.3,0.2,0.2,0.1,0.05,"Tulalip-Tulalip Tribe","3107 Reuben Shelton Drive, Tulalip","Washington","Snohomish","Tulalip Bay","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0011","88502",4,48.069,-122.275,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",5174,59,215,365,0,1777,"","","Certification not required",0,5.293796,3.987504,67.7,"2013-07-04 23:00",56.6,"2013-07-05 00:00",52.1,"2013-07-05 01:00",34.5,"2013-07-05 02:00","","","","",19.8,16.5,12.3,9.8,6.6,4.3,1.7,"Tulalip-Tulalip Tribe","3107 Reuben Shelton Drive, Tulalip","Washington","Snohomish","Tulalip Bay","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0011","88502",4,48.069,-122.275,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",215,59,215,365,0,0,"","","Certification not required",0,5.210698,3.088905,21.1,"2013-10-20 00:00",16.9,"2013-10-16 00:00",16.3,"2013-10-19 00:00",16.2,"2013-07-05 00:00","","","","",16.3,13.5,11.2,9.4,6.3,4.5,2.1,"Tulalip-Tulalip Tribe","3107 Reuben Shelton Drive, Tulalip","Washington","Snohomish","Tulalip Bay","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0020","88101",3,48.2469,-121.6031,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",7115,81,304,365,0,181,"","","Certification not required",0,5.033057,7.593508,108.2,"2013-07-04 22:00",102.7,"2013-01-01 01:00",100.1,"2013-01-19 00:00",96.3,"2013-01-18 23:00","","","","",40.8,29.5,17.2,9.8,5.7,3,0.3,"DARRINGTON - FIR ST (Darrington High School)","1085 FIR ST","Washington","Snohomish","Darrington","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0020","88101",3,48.2469,-121.6031,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,0,0,"Certification not required",0,4.981063,4.866635,28.8,"2013-01-03 00:00",28.7,"2013-01-18 00:00",26.9,"2013-01-14 00:00",25.6,"2013-01-22 00:00","","","","",25.6,22.3,13.8,9.9,6.3,3.5,1.1,"DARRINGTON - FIR ST (Darrington High School)","1085 FIR ST","Washington","Snohomish","Darrington","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","0020","88101",3,48.2469,-121.6031,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,4.981063,4.866635,28.8,"2013-01-03 00:00",28.7,"2013-01-18 00:00",26.9,"2013-01-14 00:00",25.6,"2013-01-22 00:00","","","","",25.6,22.3,13.8,9.9,6.3,3.5,1.1,"DARRINGTON - FIR ST (Darrington High School)","1085 FIR ST","Washington","Snohomish","Darrington","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","68103",5,48.054315,-122.171529,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.112,5.268839,16.4,"2013-08-26 00:00",15.8,"2013-06-27 00:00",15.8,"2013-09-07 00:00",15.2,"2013-08-02 00:00","","","","",16.4,16.4,15.8,15,12.5,8.8,0.9,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","68104",5,48.054315,-122.171529,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,19.184,8.131179,32.3,"2013-07-09 00:00",31.8,"2013-08-14 00:00",30.4,"2013-09-01 00:00",30,"2013-07-15 00:00","","","","",32.3,32.3,30.4,29.8,27.9,17.9,7.9,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","68105",5,48.054315,-122.171529,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,13.218,6.22148,22.1,"2013-07-09 00:00",21.8,"2013-08-14 00:00",21.5,"2013-08-08 00:00",21.5,"2013-09-01 00:00","","","","",22.1,22.1,21.5,21.3,19.1,12.9,6,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","68106",5,48.054315,-122.171529,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,762.58,4.472547,775,"2013-01-16 00:00",773,"2013-04-22 00:00",770,"2013-03-23 00:00",769,"2013-02-09 00:00","","","","",775,775,770,768,766,762,758,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","68107",5,48.054315,-122.171529,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,767.16,4.752486,782,"2013-01-16 00:00",778,"2013-02-15 00:00",776,"2013-04-22 00:00",775,"2013-03-11 00:00","","","","",782,782,776,774,770,767,762,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","68108",5,48.054315,-122.171529,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,764.4,4.485805,777,"2013-01-16 00:00",774,"2013-04-22 00:00",771,"2013-02-15 00:00",771,"2013-03-23 00:00","","","","",777,777,771,770,768,764,759,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88101",3,48.054315,-122.171529,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6185,71,268,365,0,1111,"","","Certification not required",0,7.40734,7.558344,223.1,"2013-07-04 21:00",79.5,"2013-01-16 22:00",77.7,"2013-01-12 22:00",77.4,"2013-07-04 22:00","","","","",37.9,27.6,19.3,14.6,9,5.5,2,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","88101",3,48.054315,-122.171529,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,0,0,"Certification not required",0,7.347266,4.783492,32,"2013-01-13 00:00",29.2,"2013-01-12 00:00",23.7,"2013-01-16 00:00",22.8,"2013-01-01 00:00","","","","",23.7,21.1,16.6,13.1,9.6,5.8,2.8,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","88101",3,48.054315,-122.171529,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",256,70,256,365,0,0,"","","Certification not required",0,7.347266,4.783492,32,"2013-01-13 00:00",29.2,"2013-01-12 00:00",23.7,"2013-01-16 00:00",22.8,"2013-01-01 00:00","","","","",23.7,21.1,16.6,13.1,9.6,5.8,2.8,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","88101",4,48.054315,-122.171529,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",5956,68,258,365,0,1340,"","","Certification not required",0,6.111417,6.945877,71.7,"2013-01-16 22:00",71.6,"2013-01-12 22:00",64.6,"2013-01-10 22:00",64.3,"2013-01-12 20:00","","","","",37,26.2,18,13.4,7.5,4.2,0.9,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","88101",4,48.054315,-122.171529,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",246,67,246,365,0,0,0,0,"Certification not required",0,6.061382,4.760099,28.9,"2013-01-13 00:00",26,"2013-01-12 00:00",23.4,"2013-01-22 00:00",21.1,"2013-10-29 00:00","","","","",23.4,20.8,15,12.4,8.1,4.5,1.6,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","88101",4,48.054315,-122.171529,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",246,67,246,365,0,0,"","","Certification not required",0,6.061382,4.760099,28.9,"2013-01-13 00:00",26,"2013-01-12 00:00",23.4,"2013-01-22 00:00",21.1,"2013-10-29 00:00","","","","",23.4,20.8,15,12.4,8.1,4.5,1.6,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-01-21" +"53","061","1007","88102",5,48.054315,-122.171529,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.02061,0.007998,0.06,"2013-10-07 00:00",0.043,"2013-06-03 00:00",0.026,"2013-01-22 00:00",0.026,"2013-02-03 00:00","","","","",0.06,0.06,0.026,0.026,0.021,0.0195,0.014,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88103",5,48.054315,-122.171529,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00084,0.001113,0.005,"2013-01-22 00:00",0.003,"2013-05-10 00:00",0.003,"2013-09-07 00:00",0.003,"2013-10-19 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88104",5,48.054315,-122.171529,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",33,0.03511,0.090927,0.633,"2013-06-15 00:00",0.12,"2013-08-14 00:00",0.119,"2013-05-04 00:00",0.099,"2013-05-10 00:00","","","","",0.633,0.633,0.119,0.078,0.024,0.0115,0.0065,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88107",5,48.054315,-122.171529,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006385,0.005926,0.0295,"2013-01-10 00:00",0.0295,"2013-08-20 00:00",0.0295,"2013-10-13 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88109",5,48.054315,-122.171529,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",25,0.00188,0.001221,0.0045,"2013-05-10 00:00",0.0044,"2013-01-22 00:00",0.0042,"2013-03-29 00:00",0.004,"2013-03-23 00:00","","","","",0.0045,0.0045,0.0042,0.0039,0.0028,0.0013,0.00065,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88110",5,48.054315,-122.171529,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00228,0.006338,0.028,"2013-02-15 00:00",0.026,"2013-04-04 00:00",0.018,"2013-04-16 00:00",0.015,"2013-07-15 00:00","","","","",0.028,0.028,0.018,0.012,0,0,0,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88111",5,48.054315,-122.171529,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",19,0.020542,0.039129,0.272,"2013-06-15 00:00",0.0579,"2013-05-04 00:00",0.0542,"2013-04-10 00:00",0.0488,"2013-05-10 00:00","","","","",0.272,0.272,0.0542,0.0443,0.0233,0.0113,0.0037,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88112",5,48.054315,-122.171529,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00232,0.003413,0.017,"2013-09-25 00:00",0.012,"2013-02-09 00:00",0.011,"2013-07-15 00:00",0.011,"2013-10-13 00:00","","","","",0.017,0.017,0.011,0.005,0.002,0.001,0,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88113",5,48.054315,-122.171529,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.000754,0.000326,0.0021,"2013-08-14 00:00",0.0017,"2013-03-11 00:00",0.0017,"2013-08-08 00:00",0.0016,"2013-06-15 00:00","","","","",0.0021,0.0021,0.0017,0.001,0.0007,0.00065,0.00055,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88114",5,48.054315,-122.171529,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",21,0.002542,0.00243,0.0154,"2013-01-28 00:00",0.0073,"2013-01-22 00:00",0.0059,"2013-08-14 00:00",0.0057,"2013-06-27 00:00","","","","",0.0154,0.0154,0.0059,0.0052,0.003,0.0019,0.0008,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88115",5,48.054315,-122.171529,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",22,0.045739,0.086648,0.393,"2013-04-10 00:00",0.335,"2013-02-27 00:00",0.228,"2013-03-17 00:00",0.179,"2013-01-22 00:00","","","","",0.393,0.393,0.228,0.174,0.0238,0.0062,0.0025,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88117",5,48.054315,-122.171529,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.006218,0.009502,0.0435,"2013-01-10 00:00",0.0435,"2013-10-13 00:00",0.043,"2013-08-20 00:00",0.00485,"2013-02-09 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88118",5,48.054315,-122.171529,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009158,0.006375,0.023,"2013-01-10 00:00",0.023,"2013-08-20 00:00",0.023,"2013-10-13 00:00",0.017,"2013-01-04 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88126",5,48.054315,-122.171529,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.067086,0.071387,0.482,"2013-06-15 00:00",0.173,"2013-08-14 00:00",0.167,"2013-01-22 00:00",0.143,"2013-05-10 00:00","","","","",0.482,0.482,0.167,0.137,0.0781,0.0491,0.0205,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88128",5,48.054315,-122.171529,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00098,0.001571,0.007,"2013-06-15 00:00",0.005,"2013-03-29 00:00",0.004,"2013-09-01 00:00",0.003,"2013-02-21 00:00","","","","",0.007,0.007,0.004,0.003,0.002,0,0,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88131",5,48.054315,-122.171529,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01022,0.003517,0.0165,"2013-01-22 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-21 00:00",0.0165,"2013-03-17 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88132",5,48.054315,-122.171529,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00112,0.001423,0.007,"2013-06-15 00:00",0.005,"2013-01-22 00:00",0.004,"2013-04-04 00:00",0.004,"2013-08-14 00:00","","","","",0.007,0.007,0.004,0.003,0.001,0.001,0,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88136",5,48.054315,-122.171529,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00046,0.000706,0.002,"2013-05-10 00:00",0.002,"2013-07-15 00:00",0.002,"2013-07-21 00:00",0.002,"2013-08-14 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0,0,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88140",5,48.054315,-122.171529,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",41,0.009399,0.007698,0.05,"2013-02-27 00:00",0.023,"2013-10-07 00:00",0.022,"2013-05-10 00:00",0.021,"2013-01-16 00:00","","","","",0.05,0.05,0.022,0.021,0.009,0.006,0.00475,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88152",5,48.054315,-122.171529,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005691,0.001568,0.008,"2013-02-09 00:00",0.008,"2013-02-15 00:00",0.008,"2013-03-23 00:00",0.008,"2013-04-04 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88154",5,48.054315,-122.171529,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.001027,0.000263,0.0013,"2013-01-16 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-29 00:00",0.0013,"2013-04-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88160",5,48.054315,-122.171529,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.01329,0.003845,0.021,"2013-09-07 00:00",0.0185,"2013-01-22 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-21 00:00","","","","",0.021,0.021,0.0185,0.018,0.016,0.01,0.01,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88161",5,48.054315,-122.171529,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.00384,0.007076,0.051,"2013-06-15 00:00",0.0117,"2013-08-14 00:00",0.0098,"2013-05-10 00:00",0.0092,"2013-01-22 00:00","","","","",0.051,0.051,0.0098,0.0045,0.00265,0.0025,0.0021,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88164",5,48.054315,-122.171529,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001629,0.000309,0.003,"2013-05-10 00:00",0.0019,"2013-02-09 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-03-23 00:00","","","","",0.003,0.003,0.0019,0.0019,0.0019,0.0016,0.0015,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88165",5,48.054315,-122.171529,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",8,0.078514,0.1629,1.12,"2013-06-15 00:00",0.301,"2013-08-14 00:00",0.224,"2013-05-10 00:00",0.223,"2013-05-04 00:00","","","","",1.12,1.12,0.224,0.165,0.069,0.0322,0.006,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88166",5,48.054315,-122.171529,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.00891,0.005269,0.019,"2013-01-22 00:00",0.019,"2013-02-03 00:00",0.019,"2013-02-21 00:00",0.019,"2013-03-17 00:00","","","","",0.019,0.019,0.019,0.019,0.0075,0.0065,0.0042,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88167",5,48.054315,-122.171529,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",13,0.006589,0.006153,0.03,"2013-01-22 00:00",0.0272,"2013-01-16 00:00",0.0218,"2013-09-25 00:00",0.0154,"2013-03-23 00:00","","","","",0.03,0.03,0.0218,0.013,0.008,0.0057,0.0013,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88168",5,48.054315,-122.171529,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001337,0.000698,0.0057,"2013-06-15 00:00",0.00175,"2013-01-22 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-21 00:00","","","","",0.0057,0.0057,0.00175,0.00175,0.00155,0.00115,0.00085,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88169",5,48.054315,-122.171529,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.264804,0.17691,0.843,"2013-07-21 00:00",0.837,"2013-10-19 00:00",0.704,"2013-05-10 00:00",0.65,"2013-08-20 00:00","","","","",0.843,0.843,0.704,0.494,0.318,0.244,0.103,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88176",5,48.054315,-122.171529,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001018,0.000251,0.002,"2013-10-31 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00","","","","",0.002,0.002,0.0013,0.0013,0.0013,0.001,0.0007,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88180",5,48.054315,-122.171529,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.074052,0.066303,0.338,"2013-01-16 00:00",0.254,"2013-01-22 00:00",0.211,"2013-06-27 00:00",0.198,"2013-01-10 00:00","","","","",0.338,0.338,0.211,0.177,0.082,0.0604,0.0201,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88184",5,48.054315,-122.171529,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",19,0.09005,0.096538,0.459,"2013-08-20 00:00",0.343,"2013-02-27 00:00",0.317,"2013-04-10 00:00",0.24,"2013-07-03 00:00","","","","",0.459,0.459,0.317,0.233,0.111,0.059,0.0155,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88185",5,48.054315,-122.171529,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.003855,0.003915,0.0115,"2013-01-22 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88301",5,48.054315,-122.171529,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",13,0.1655,0.211825,1.05,"2013-10-19 00:00",0.789,"2013-07-21 00:00",0.661,"2013-05-10 00:00",0.537,"2013-09-13 00:00","","","","",1.05,1.05,0.661,0.454,0.213,0.095,0.0085,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88302",5,48.054315,-122.171529,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",1,0.12585,0.110212,0.434,"2013-02-27 00:00",0.382,"2013-08-20 00:00",0.377,"2013-07-03 00:00",0.365,"2013-04-10 00:00","","","","",0.434,0.434,0.377,0.33,0.17,0.087,0.033,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88303",5,48.054315,-122.171529,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",15,0.052022,0.056625,0.325,"2013-01-16 00:00",0.197,"2013-01-22 00:00",0.161,"2013-10-13 00:00",0.134,"2013-06-27 00:00","","","","",0.325,0.325,0.161,0.107,0.0674,0.04,0.0115,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88306",5,48.054315,-122.171529,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.7069,0.423406,1.8,"2013-09-13 00:00",1.76,"2013-10-19 00:00",1.65,"2013-01-22 00:00",1.42,"2013-01-10 00:00","","","","",1.8,1.8,1.65,1.42,0.946,0.634,0.273,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88355",5,48.054315,-122.171529,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.934188,2.322396,11,"2013-01-22 00:00",10.8,"2013-01-16 00:00",7.85,"2013-10-13 00:00",6.49,"2013-06-15 00:00","","","","",11,11,7.85,5.57,3.89,2.42,0.862,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88357",5,48.054315,-122.171529,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.419833,0.378104,2.37,"2013-01-16 00:00",1.04,"2013-01-22 00:00",1.01,"2013-10-13 00:00",0.799,"2013-03-23 00:00","","","","",2.37,2.37,1.01,0.795,0.535,0.347,0.087,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88370",5,48.054315,-122.171529,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,2.6595,2.094919,10.7,"2013-01-16 00:00",9.19,"2013-01-22 00:00",6.9,"2013-10-13 00:00",6.05,"2013-06-15 00:00","","","","",10.7,10.7,6.9,5.07,3.38,2.21,0.832,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88374",5,48.054315,-122.171529,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.392396,0.591061,3,"2013-01-16 00:00",2.39,"2013-01-22 00:00",1.24,"2013-02-09 00:00",1.22,"2013-10-13 00:00","","","","",3,3,1.24,1.13,0.575,0.161,0.025,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88375",5,48.054315,-122.171529,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.66675,0.492343,2.58,"2013-01-16 00:00",2.04,"2013-01-22 00:00",1.81,"2013-10-13 00:00",1.38,"2013-03-23 00:00","","","","",2.58,2.58,1.81,1.22,0.795,0.546,0.194,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88376",5,48.054315,-122.171529,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.867604,0.616669,2.92,"2013-01-22 00:00",2.79,"2013-01-16 00:00",2.3,"2013-10-13 00:00",2.25,"2013-06-15 00:00","","","","",2.92,2.92,2.3,1.52,1.08,0.752,0.292,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88377",5,48.054315,-122.171529,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.530813,0.425572,2.37,"2013-01-16 00:00",1.84,"2013-01-22 00:00",1.24,"2013-10-13 00:00",1.07,"2013-03-23 00:00","","","","",2.37,2.37,1.24,0.977,0.683,0.469,0.155,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88378",5,48.054315,-122.171529,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",6,0.201625,0.167606,0.787,"2013-10-19 00:00",0.745,"2013-06-15 00:00",0.433,"2013-09-01 00:00",0.406,"2013-10-31 00:00","","","","",0.787,0.787,0.433,0.352,0.295,0.187,0.001,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88380",5,48.054315,-122.171529,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.694979,0.583832,2.84,"2013-01-22 00:00",2.47,"2013-01-16 00:00",1.97,"2013-10-13 00:00",1.4,"2013-11-06 00:00","","","","",2.84,2.84,1.97,1.29,0.938,0.635,0.117,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88383",5,48.054315,-122.171529,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.848292,0.609293,2.79,"2013-01-22 00:00",2.42,"2013-01-16 00:00",2.2,"2013-10-13 00:00",1.75,"2013-06-15 00:00","","","","",2.79,2.79,2.2,1.68,1.15,0.729,0.197,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88384",5,48.054315,-122.171529,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",1,0.047946,0.020606,0.0911,"2013-09-25 00:00",0.0879,"2013-10-13 00:00",0.0802,"2013-05-10 00:00",0.0745,"2013-09-19 00:00","","","","",0.0911,0.0911,0.0802,0.0717,0.0606,0.0524,0.014,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88385",5,48.054315,-122.171529,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.001223,0.000761,0.00418,"2013-02-03 00:00",0.0041,"2013-08-14 00:00",0.00338,"2013-08-08 00:00",0.00305,"2013-10-13 00:00","","","","",0.00418,0.00418,0.00338,0.001,0.001,0.001,0.001,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88388",5,48.054315,-122.171529,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.476292,0.363777,1.8,"2013-01-22 00:00",1.35,"2013-10-19 00:00",1.27,"2013-10-13 00:00",1.19,"2013-06-15 00:00","","","","",1.8,1.8,1.27,0.89,0.619,0.417,0.088,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88403",5,48.054315,-122.171529,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.67564,0.45664,2.2,"2013-10-19 00:00",1.91,"2013-07-21 00:00",1.79,"2013-05-10 00:00",1.79,"2013-08-20 00:00","","","","",2.2,2.2,1.79,1.29,0.834,0.626,0.217,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","061","1007","88502",5,48.054315,-122.171529,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,8.696,5.256675,25.7,"2013-01-16 00:00",25.7,"2013-01-22 00:00",19.8,"2013-06-15 00:00",18.6,"2013-01-10 00:00","","","","",25.7,25.7,19.8,17.9,10.1,8.1,4,"MARYSVILLE - 7TH AVE (Marysville Junior High)","1799 7th S","Washington","Snohomish","Marysville","Seattle-Tacoma-Bellevue, WA","2014-02-14" +"53","063","0001","44201",1,47.41645,-117.52997,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3489,97,149,153,0,87,0,0,"Certification not required",96,0.048443,0.009029,0.067,"2013-07-10 17:00",0.066,"2013-05-07 14:00",0.066,"2013-08-11 16:00",0.065,"2013-08-10 14:00","","","","",0.066,0.066,0.062,0.06,0.055,0.049,0.037,"CHENEY - TURNBULL","S 26010 Smith Road (Turnbull Slough National Wildlife Refuge)","Washington","Spokane","Cheney","Spokane, WA","2013-12-18" +"53","063","0001","44201",1,47.41645,-117.52997,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3564,96,147,153,0,0,0,0,"Certification not required",0,0.044653,0.00857,0.063,"2013-08-11 12:00",0.063,"2013-08-12 10:00",0.062,"2013-07-10 10:00",0.061,"2013-05-07 10:00","","","","",0.063,0.062,0.057,0.056,0.051,0.045,0.033,"CHENEY - TURNBULL","S 26010 Smith Road (Turnbull Slough National Wildlife Refuge)","Washington","Spokane","Cheney","Spokane, WA","2013-12-18" +"53","063","0001","44201",1,47.41645,-117.52997,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3564,96,147,153,0,0,0,0,"Certification not required",0,0.044653,0.00857,0.063,"2013-08-11 12:00",0.063,"2013-08-12 10:00",0.062,"2013-07-10 10:00",0.061,"2013-05-07 10:00","","","","",0.063,0.062,0.057,0.056,0.051,0.045,0.033,"CHENEY - TURNBULL","S 26010 Smith Road (Turnbull Slough National Wildlife Refuge)","Washington","Spokane","Cheney","Spokane, WA","2013-12-18" +"53","063","0021","44201",1,47.672482,-117.364852,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3468,97,149,153,0,200,0,0,"Certification not required",209,0.046154,0.01081,0.077,"2013-08-12 16:00",0.071,"2013-08-22 15:00",0.068,"2013-08-11 16:00",0.067,"2013-05-09 13:00","","","","",0.071,0.068,0.067,0.06,0.053,0.046,0.033,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2013-12-18" +"53","063","0021","44201",1,47.672482,-117.364852,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3563,96,147,153,0,0,0,0,"Certification not required",0,0.041211,0.009907,0.07,"2013-08-12 11:00",0.063,"2013-08-11 12:00",0.061,"2013-07-19 10:00",0.061,"2013-07-30 10:00","","","","",0.063,0.061,0.059,0.054,0.048,0.042,0.029,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2013-12-18" +"53","063","0021","44201",1,47.672482,-117.364852,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3563,96,147,153,0,0,0,0,"Certification not required",0,0.041211,0.009907,0.07,"2013-08-12 11:00",0.063,"2013-08-11 12:00",0.061,"2013-07-19 10:00",0.061,"2013-07-30 10:00","","","","",0.063,0.061,0.059,0.054,0.048,0.042,0.029,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2013-12-18" +"53","063","0021","61101",1,47.672482,-117.364852,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7283,83,304,365,0,9,"","","Certification not required",0,4.292833,2.716517,17.7,"2013-04-10 16:00",17.4,"2013-04-20 14:00",17.1,"2013-05-21 14:00",16.5,"2013-04-10 15:00","","","","",13.4,12,10,8,5.5,3.6,1.5,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","61102",1,47.672482,-117.364852,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7283,83,304,365,0,9,"","","Certification not required",0,173.254703,98.579381,360,"2013-03-08 11:00",360,"2013-03-23 05:00",360,"2013-03-27 04:00",360,"2013-04-01 07:00","","","","",357,353,344,318,241,189,51,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","61103",1,47.672482,-117.364852,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7283,83,304,365,0,9,"","","Certification not required",0,3.863628,2.732402,17.2,"2013-04-10 16:00",16.9,"2013-04-20 14:00",16.4,"2013-05-21 14:00",15.9,"2013-04-10 15:00","","","","",12.9,11.6,9.6,7.5,5,3.3,1,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","61104",1,47.672482,-117.364852,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",7283,83,304,365,0,9,"","","Certification not required",0,173.838528,98.309297,360,"2013-03-07 20:00",360,"2013-03-09 07:00",360,"2013-03-14 00:00",360,"2013-03-14 08:00","","","","",356,353,344,321,240,190,54,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","62101",1,47.672482,-117.364852,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6992,80,290,365,0,300,"","","Certification not required",0,53.704949,17.503525,97,"2013-07-01 16:00",96,"2013-07-01 15:00",96,"2013-07-01 17:00",96,"2013-07-02 15:00","","","","",90,88,83,78,66,53,31,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","68105",1,47.672482,-117.364852,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",49,80,48,61,0,0,"","","Certification not required",0,10.928571,9.286617,27,"2013-07-03 00:00",26.1,"2013-07-21 00:00",25.4,"2013-08-14 00:00",25,"2013-08-08 00:00","","","","",27,27,25.4,24.6,19.4,10.4,-0.5,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","68108",1,47.672482,-117.364852,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,48,61,0,0,"","","Certification not required",0,712.938776,4.28373,725,"2013-01-16 00:00",722,"2013-02-15 00:00",721,"2013-04-22 00:00",720,"2013-01-04 00:00","","","","",725,725,721,719,716,712,708,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","81102",3,47.672482,-117.364852,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",7852,90,328,365,0,157,"","","Certification not required",0,21.968288,74.930734,6471,"2013-09-15 20:00",391,"2013-03-13 19:00",325,"2013-02-15 01:00",289,"2013-05-21 14:00","","","","",81,66,49,40,28,17,6,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","81102",3,47.672482,-117.364852,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",328,90,328,365,0,0,1,1,"Certification not required",0,21.417683,19.116237,304,"2013-09-15 00:00",68,"2013-02-15 00:00",60,"2013-02-14 00:00",60,"2013-11-25 00:00","","","","",60,49,40,34,27,19,8,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","84313",1,47.672482,-117.364852,"WGS84","Black carbon PM2.5 STP","1 HOUR","","Observed Values","Magee Scientific AE2100 Aethalometer - Optical absorption",2013,"Micrograms/cubic meter (25 C)","No Events",2062,100,86,86,0,2,"","","Certification not required",267,0.868089,0.842399,4.9,"2013-01-25 18:00",4.9,"2013-01-25 19:00",4.8,"2013-01-25 20:00",4.7,"2013-01-20 23:00","","","","",4,3.4,2.6,2,1.2,0.6,0.1,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2013-07-08" +"53","063","0021","88101",1,47.672482,-117.364852,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,79,48,61,0,0,0,0,"Certification not required",0,8.028571,5.456342,22.2,"2013-01-16 00:00",22.2,"2013-01-22 00:00",19,"2013-10-25 00:00",18.1,"2013-10-30 00:00","","","","",22.2,22.2,19,17,11,6.4,2.5,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","88101",1,47.672482,-117.364852,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,79,48,61,0,0,"","","Certification not required",0,8.028571,5.456342,22.2,"2013-01-16 00:00",22.2,"2013-01-22 00:00",19,"2013-10-25 00:00",18.1,"2013-10-30 00:00","","","","",22.2,22.2,19,17,11,6.4,2.5,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0021","88502",3,47.672482,-117.364852,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",6254,97,261,268,0,174,"","","Certification not required",0,8.302414,6.177364,228.1,"2013-09-15 20:00",42.5,"2013-03-30 19:00",42.1,"2013-02-14 00:00",41.7,"2013-03-13 19:00","","","","",26.8,23.2,18.8,15.4,11.1,6.9,2.8,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-16" +"53","063","0021","88502",3,47.672482,-117.364852,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",261,97,261,268,0,0,"","","Certification not required",0,8.240613,3.831825,24.6,"2013-01-20 00:00",23,"2013-01-19 00:00",21.7,"2013-01-18 00:00",20.6,"2013-01-21 00:00","","","","",21.7,18.9,15.2,13.5,10.2,7.3,4.3,"SPOKANE - AUGUSTA AVE","3104 E AUGUSTA AVE","Washington","Spokane","Spokane","Spokane, WA","2014-01-16" +"53","063","0046","44201",1,47.82728,-117.27422,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3578,100,153,153,0,92,0,0,"Certification not required",0,0.04798,0.01032,0.071,"2013-07-18 14:00",0.071,"2013-07-25 11:00",0.07,"2013-05-10 13:00",0.07,"2013-08-12 17:00","","","","",0.071,0.07,0.065,0.062,0.055,0.048,0.034,"SPOKANE - GREENBLUFF","E 9814 GREENBLUFF RD, GREENBLUFF","Washington","Spokane","","Spokane, WA","2013-12-18" +"53","063","0046","44201",1,47.82728,-117.27422,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3656,100,153,153,0,0,0,0,"Certification not required",0,0.043922,0.009712,0.064,"2013-07-25 09:00",0.063,"2013-07-18 10:00",0.063,"2013-08-12 12:00",0.062,"2013-05-10 10:00","","","","",0.063,0.062,0.06,0.057,0.051,0.044,0.031,"SPOKANE - GREENBLUFF","E 9814 GREENBLUFF RD, GREENBLUFF","Washington","Spokane","","Spokane, WA","2013-12-18" +"53","063","0046","44201",1,47.82728,-117.27422,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3656,100,153,153,0,0,0,0,"Certification not required",0,0.043922,0.009712,0.064,"2013-07-25 09:00",0.063,"2013-07-18 10:00",0.063,"2013-08-12 12:00",0.062,"2013-05-10 10:00","","","","",0.063,0.062,0.06,0.057,0.051,0.044,0.031,"SPOKANE - GREENBLUFF","E 9814 GREENBLUFF RD, GREENBLUFF","Washington","Spokane","","Spokane, WA","2013-12-18" +"53","063","0047","11203",1,47.69978,-117.42635,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7290,83,304,365,0,0,"","","Certification not required",2343,0.239266,0.24763,2.7,"2013-01-16 20:00",2.5,"2013-09-15 20:00",2.3,"2013-01-16 19:00",2.2,"2013-01-16 22:00","","","","",1.2,1,0.7,0.6,0.3,0.2,0.05,"SPOKANE - MONROE ST","N 4601 MONROE ST","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0047","88502",4,47.69978,-117.42635,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7278,83,304,365,0,12,"","","Certification not required",0,7.216612,6.209999,63.1,"2013-01-16 20:00",55.4,"2013-09-15 20:00",54.6,"2013-01-16 19:00",51.6,"2013-01-16 22:00","","","","",30.4,25.1,19.5,15.4,9.6,5.1,1.9,"SPOKANE - MONROE ST","N 4601 MONROE ST","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0047","88502",4,47.69978,-117.42635,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",304,83,304,365,0,0,"","","Certification not required",0,7.172368,5.257617,32,"2013-01-20 00:00",29.4,"2013-01-16 00:00",28.3,"2013-01-19 00:00",26.5,"2013-01-21 00:00","","","","",26.5,21.4,17.4,14.7,9.2,5.3,2.4,"SPOKANE - MONROE ST","N 4601 MONROE ST","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0049","42101",1,47.653889,-117.416944,"UNKNOWN","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",7029,80,293,365,0,259,0,0,"Certification not required",2415,0.578482,0.349921,4,"2013-02-11 18:00",3.3,"2013-10-21 16:00",3.3,"2013-10-24 16:00",3.2,"2013-10-22 16:00","","","","",1.8,1.5,1.2,1,0.7,0.5,0.25,"SPOKANE - 3RD ST","408 3RD AVENUE, SPOKANE, WA","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","063","0049","42101",1,47.653889,-117.416944,"UNKNOWN","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",7037,80,292,365,0,0,0,0,"Certification not required",0,0.58569,0.274729,2.4,"2013-01-25 19:00",2.3,"2013-01-25 18:00",2.2,"2013-01-25 17:00",2.2,"2013-01-25 20:00",2.4,"2013-01-25 19:00",2.1,"2013-01-16 21:00",1.6,1.4,1.1,0.9,0.7,0.5,0.3,"SPOKANE - 3RD ST","408 3RD AVENUE, SPOKANE, WA","Washington","Spokane","Spokane","Spokane, WA","2014-01-21" +"53","065","0002","11203",1,47.88528,-117.98865,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7274,83,303,365,0,4,"","","Certification not required",3179,0.186163,0.243664,3.9,"2013-03-29 19:00",3.9,"2013-03-31 19:00",3.2,"2013-02-15 17:00",3,"2013-03-29 22:00","","","","",1.2,0.8,0.6,0.4,0.2,0.1,0.05,"SPOKANE - WELLPINIT FORD RD (SPOKANE TRIBE)","6208 FORD WELLPINIT ROAD, WELLPINIT, WA","Washington","Stevens","","","2014-01-21" +"53","065","0002","88502",4,47.88528,-117.98865,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7274,83,303,365,0,4,"","","Certification not required",0,5.485345,4.477846,58.3,"2013-03-31 19:00",56.9,"2013-03-29 19:00",47.9,"2013-02-15 17:00",47.6,"2013-03-30 00:00","","","","",22.4,17.5,13.1,10.4,7.1,4.2,1.9,"SPOKANE - WELLPINIT FORD RD (SPOKANE TRIBE)","6208 FORD WELLPINIT ROAD, WELLPINIT, WA","Washington","Stevens","","","2014-01-21" +"53","065","0002","88502",4,47.88528,-117.98865,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,5.437954,3.086873,19.2,"2013-10-30 00:00",15.9,"2013-01-16 00:00",15.5,"2013-10-31 00:00",14.9,"2013-01-18 00:00","","","","",14.9,13.8,11.2,9.8,7.1,4.6,2.3,"SPOKANE - WELLPINIT FORD RD (SPOKANE TRIBE)","6208 FORD WELLPINIT ROAD, WELLPINIT, WA","Washington","Stevens","","","2014-01-21" +"53","065","0004","11203",1,48.544722,-117.903611,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6942,79,289,365,0,346,"","","Certification not required",1728,0.289657,0.303259,3.2,"2013-02-17 00:00",2.4,"2013-01-20 22:00",2.3,"2013-01-20 19:00",2.2,"2013-01-20 00:00","","","","",1.5,1.2,0.9,0.7,0.4,0.2,0.05," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","61101",1,48.544722,-117.903611,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7044,80,293,365,0,247,"","","Certification not required",0,2.459228,2.003691,12.5,"2013-01-10 17:00",12.2,"2013-08-04 15:00",12.1,"2013-04-06 14:00",12,"2013-04-06 12:00","","","","",8.7,7.7,6.5,5.4,3.5,1.8,0.5," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","61102",1,48.544722,-117.903611,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7044,80,293,365,0,247,"","","Certification not required",0,181.613146,87.730454,360,"2013-10-28 05:00",360,"2013-10-30 03:00",359,"2013-06-09 10:00",359,"2013-07-31 22:00","","","","",350,341,325,312,251,173,71," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","61103",1,48.544722,-117.903611,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7044,80,293,365,0,247,"","","Certification not required",0,2.0341,1.9525,12.2,"2013-01-10 17:00",11.6,"2013-08-04 15:00",11.5,"2013-09-30 03:00",11.4,"2013-03-03 13:00","","","","",8.1,7.3,6,4.9,3,1.3,0.3," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","61104",1,48.544722,-117.903611,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6370,73,264,365,0,921,"","","Certification not required",0,183.416327,88.519336,360,"2013-03-22 14:00",360,"2013-08-27 16:00",360,"2013-09-14 19:00",359,"2013-03-03 19:00","","","","",349,341,326,313,254,178,69," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","62101",1,48.544722,-117.903611,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7284,83,304,365,0,7,"","","Certification not required",0,52.07084,18.265354,99,"2013-07-02 14:00",99,"2013-07-02 15:00",99,"2013-07-02 16:00",98,"2013-07-02 17:00","","","","",92,90,84,78,65,52,29," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","81102",3,48.544722,-117.903611,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6899,79,283,365,0,390,"","","Certification not required",0,21.992318,25.586449,470,"2013-04-29 08:00",392,"2013-02-14 08:00",361,"2013-02-13 17:00",293,"2013-01-03 17:00","","","","",134,101,66,44,26,15,5," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","81102",3,48.544722,-117.903611,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",283,78,283,365,0,0,0,0,"Certification not required",0,21.095406,16.388288,116,"2013-02-13 00:00",93,"2013-01-04 00:00",86,"2013-01-03 00:00",84,"2013-01-02 00:00","","","","",86,71,57,40,26,17,6," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","88502",4,48.544722,-117.903611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6942,79,289,365,0,346,"","","Certification not required",0,8.071348,6.439442,58.8,"2013-02-17 00:00",47.8,"2013-01-20 22:00",45,"2013-01-20 19:00",44.2,"2013-02-15 21:00","","","","",31.4,26.9,21.3,16.9,10.4,6,2.4," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","065","0004","88502",4,48.544722,-117.903611,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",289,79,289,365,0,0,"","","Certification not required",0,8.036332,5.24108,28.8,"2013-01-20 00:00",28.3,"2013-01-19 00:00",23.6,"2013-01-23 00:00",23.3,"2013-10-31 00:00","","","","",23.6,23.1,18.6,16.7,10.6,6.5,3," COLVILLE - OAK ST S","215 S OAK","Washington","Stevens","Colville","","2014-01-21" +"53","067","0005","44201",1,46.952562,-122.59527,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3571,99,152,153,0,99,0,0,"Certification not required",367,0.038553,0.009823,0.061,"2013-05-06 12:00",0.061,"2013-06-30 13:00",0.061,"2013-07-01 15:00",0.057,"2013-05-05 14:00","","","","",0.061,0.057,0.056,0.052,0.046,0.038,0.027,"YELM - NORTHERN PACIFIC","931 NORTHERN PACIFIC ROAD","Washington","Thurston","Yelm","Olympia, WA","2013-12-18" +"53","067","0005","44201",1,46.952562,-122.59527,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3635,99,151,153,0,0,0,0,"Certification not required",0,0.033344,0.008607,0.056,"2013-05-06 10:00",0.055,"2013-05-05 11:00",0.053,"2013-06-30 10:00",0.05,"2013-05-04 12:00","","","","",0.055,0.05,0.048,0.046,0.04,0.033,0.023,"YELM - NORTHERN PACIFIC","931 NORTHERN PACIFIC ROAD","Washington","Thurston","Yelm","Olympia, WA","2013-12-18" +"53","067","0005","44201",1,46.952562,-122.59527,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3635,99,151,153,0,0,0,0,"Certification not required",0,0.033344,0.008607,0.056,"2013-05-06 10:00",0.055,"2013-05-05 11:00",0.053,"2013-06-30 10:00",0.05,"2013-05-04 12:00","","","","",0.055,0.05,0.048,0.046,0.04,0.033,0.023,"YELM - NORTHERN PACIFIC","931 NORTHERN PACIFIC ROAD","Washington","Thurston","Yelm","Olympia, WA","2013-12-18" +"53","067","0013","11203",1,47.029396,-122.821548,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7245,83,303,365,0,29,"","","Certification not required",2386,0.225618,0.281845,4.3,"2013-01-12 23:00",4.2,"2013-01-12 22:00",3.5,"2013-01-12 21:00",3.1,"2013-01-13 21:00","","","","",1.3,1.1,0.8,0.5,0.3,0.1,0.05,"LACEY - COLLEGE ST","1900 COLLEGE ST SE (Mountain View Elementary School)","Washington","Thurston","Lacey","Olympia, WA","2014-01-21" +"53","067","0013","88502",4,47.029396,-122.821548,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7245,83,303,365,0,29,"","","Certification not required",0,6.932671,7.728212,119.7,"2013-01-12 23:00",118.5,"2013-01-12 22:00",97.2,"2013-01-12 21:00",87.2,"2013-01-13 21:00","","","","",37.4,30.2,22.1,14.7,7.6,4.6,1.9,"LACEY - COLLEGE ST","1900 COLLEGE ST SE (Mountain View Elementary School)","Washington","Thurston","Lacey","Olympia, WA","2014-01-21" +"53","067","0013","88502",4,47.029396,-122.821548,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",303,83,303,365,0,0,"","","Certification not required",0,6.871947,5.737529,36.7,"2013-01-13 00:00",34.9,"2013-01-12 00:00",31.5,"2013-01-01 00:00",25.8,"2013-10-21 00:00","","","","",25.8,24.5,18.9,14.6,8,4.9,2.2,"LACEY - COLLEGE ST","1900 COLLEGE ST SE (Mountain View Elementary School)","Washington","Thurston","Lacey","Olympia, WA","2014-01-21" +"53","071","0005","11203",1,46.05881,-118.35147,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6949,79,289,365,0,339,"","","Certification not required",3312,0.172298,0.203855,1.9,"2013-01-14 22:00",1.8,"2013-10-15 01:00",1.7,"2013-01-06 23:00",1.7,"2013-01-14 21:00","","","","",1,0.8,0.6,0.4,0.2,0.1,0.05,"WALLA WALL - 12TH ST","/200 S 12TH, WALLA WALLA, WA","Washington","Walla Walla","Walla Walla","Walla Walla, WA","2014-01-21" +"53","071","0005","88502",4,46.05881,-118.35147,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6949,79,289,365,0,339,"","","Certification not required",0,5.478328,4.61328,37.7,"2013-01-14 22:00",35.1,"2013-10-15 01:00",34.4,"2013-01-14 21:00",33.9,"2013-01-06 23:00","","","","",23.2,19.5,14.9,11.1,6.9,4.1,1.5,"WALLA WALL - 12TH ST","/200 S 12TH, WALLA WALLA, WA","Washington","Walla Walla","Walla Walla","Walla Walla, WA","2014-01-21" +"53","071","0005","88502",4,46.05881,-118.35147,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",289,79,289,365,0,0,"","","Certification not required",0,5.421107,3.910616,24.4,"2013-10-26 00:00",23,"2013-01-16 00:00",22.2,"2013-10-27 00:00",20.8,"2013-01-15 00:00","","","","",22.2,18.5,13.2,10.2,6.8,4.5,1.8,"WALLA WALL - 12TH ST","/200 S 12TH, WALLA WALLA, WA","Washington","Walla Walla","Walla Walla","Walla Walla, WA","2014-01-21" +"53","073","0005","44201",1,48.95074,-122.55441,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3431,98,150,153,0,229,0,0,"Certification not required",547,0.03354,0.008509,0.056,"2013-06-30 15:00",0.052,"2013-05-06 15:00",0.052,"2013-07-18 17:00",0.052,"2013-08-09 16:00","","","","",0.052,0.052,0.046,0.044,0.039,0.033,0.024,"CUSTER - LOOMIS","1330 LOOMIS TRAIL RD","Washington","Whatcom","Custer","Bellingham, WA","2013-12-18" +"53","073","0005","44201",1,48.95074,-122.55441,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3447,92,141,153,0,0,0,0,"Certification not required",0,0.028993,0.007111,0.046,"2013-05-06 11:00",0.046,"2013-06-30 10:00",0.045,"2013-05-14 10:00",0.043,"2013-07-18 12:00","","","","",0.046,0.045,0.04,0.037,0.033,0.029,0.019,"CUSTER - LOOMIS","1330 LOOMIS TRAIL RD","Washington","Whatcom","Custer","Bellingham, WA","2013-12-18" +"53","073","0005","44201",1,48.95074,-122.55441,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3447,92,141,153,0,0,0,0,"Certification not required",0,0.028993,0.007111,0.046,"2013-05-06 11:00",0.046,"2013-06-30 10:00",0.045,"2013-05-14 10:00",0.043,"2013-07-18 12:00","","","","",0.046,0.045,0.04,0.037,0.033,0.029,0.019,"CUSTER - LOOMIS","1330 LOOMIS TRAIL RD","Washington","Whatcom","Custer","Bellingham, WA","2013-12-18" +"53","073","0015","88101",3,48.76278,-122.44028,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific 1405-F FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6549,75,278,365,0,734,"","","Certification not required",0,5.887861,4.902221,47.8,"2013-02-08 22:00",46.1,"2013-02-03 23:00",42.3,"2013-01-01 01:00",40.1,"2013-02-03 19:00","","","","",23.5,19.5,15.2,11.9,8,4.8,0.9,"BELLINGHAM - YEW STREET","2412 YEW ST","Washington","Whatcom","Bellingham","Bellingham, WA","2014-01-21" +"53","073","0015","88101",3,48.76278,-122.44028,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,0,0,"Certification not required",0,5.780147,3.4256,19.5,"2013-10-20 00:00",18,"2013-10-26 00:00",17.5,"2013-10-19 00:00",16.6,"2013-10-21 00:00","","","","",17.5,15.3,12.3,10.6,7.7,5.2,2.1,"BELLINGHAM - YEW STREET","2412 YEW ST","Washington","Whatcom","Bellingham","Bellingham, WA","2014-01-21" +"53","073","0015","88101",3,48.76278,-122.44028,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,0,"","","Certification not required",0,5.780147,3.4256,19.5,"2013-10-20 00:00",18,"2013-10-26 00:00",17.5,"2013-10-19 00:00",16.6,"2013-10-21 00:00","","","","",17.5,15.3,12.3,10.6,7.7,5.2,2.1,"BELLINGHAM - YEW STREET","2412 YEW ST","Washington","Whatcom","Bellingham","Bellingham, WA","2014-01-21" +"53","073","0022","85101",1,48.73142,-121.065815,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",9,1.556683,1.522596,7.049,"2013-05-07 00:00",6.8936,"2013-05-10 00:00",4.8592,"2013-04-01 00:00",3.6167,"2013-05-04 00:00","","","","",7.049,7.049,4.8592,3.3489,2.0856,1.1843,0.205,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","86502",1,48.73142,-121.065815,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,25,61,0,5,"","","Certification not required",0,0.086957,0.284885,1,"2013-03-20 00:00",1,"2013-04-01 00:00",1,"2013-05-04 00:00",1,"2013-05-07 00:00","","","","",1,1,1,0,0,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88103",1,48.73142,-121.065815,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,8.5e-05,0.000282,0.001,"2013-03-11 00:00",0.001,"2013-04-01 00:00",0.001,"2013-05-07 00:00",0.001,"2013-05-16 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88104",1,48.73142,-121.065815,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",14,0.012482,0.018466,0.0735,"2013-05-04 00:00",0.072,"2013-04-01 00:00",0.0674,"2013-05-07 00:00",0.0466,"2013-04-04 00:00","","","","",0.0735,0.0735,0.0674,0.0401,0.0171,0.0049,0.0006,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88109",1,48.73142,-121.065815,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",10,0.000491,0.000409,0.0018,"2013-05-07 00:00",0.0015,"2013-04-01 00:00",0.0012,"2013-05-16 00:00",0.0011,"2013-03-11 00:00","","","","",0.0018,0.0018,0.0012,0.0011,0.0007,0.0004,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88111",1,48.73142,-121.065815,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",12,0.009106,0.012413,0.0515,"2013-04-01 00:00",0.0483,"2013-05-07 00:00",0.0472,"2013-05-04 00:00",0.0295,"2013-04-04 00:00","","","","",0.0515,0.0515,0.0472,0.0288,0.0089,0.0043,0.00135,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88112",1,48.73142,-121.065815,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88114",1,48.73142,-121.065815,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",38,0.000141,6.3e-05,0.0004,"2013-05-04 00:00",0.0003,"2013-03-05 00:00",0.0003,"2013-04-25 00:00",0.0002,"2013-01-25 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.0001,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88115",1,48.73142,-121.065815,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",24,0.017244,0.046861,0.2643,"2013-02-24 00:00",0.1322,"2013-01-07 00:00",0.093,"2013-03-20 00:00",0.0895,"2013-04-13 00:00","","","","",0.2643,0.2643,0.093,0.0649,0.0014,0.00015,0.00015,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88126",1,48.73142,-121.065815,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",17,0.008133,0.012383,0.0492,"2013-04-01 00:00",0.0481,"2013-05-07 00:00",0.0447,"2013-05-04 00:00",0.0299,"2013-03-11 00:00","","","","",0.0492,0.0492,0.0447,0.0273,0.0096,0.0025,0.0007,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88128",1,48.73142,-121.065815,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.000191,0.000449,0.001,"2013-01-13 00:00",0.001,"2013-03-11 00:00",0.001,"2013-03-23 00:00",0.001,"2013-03-29 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88132",1,48.73142,-121.065815,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.00017,0.00038,0.001,"2013-03-11 00:00",0.001,"2013-03-14 00:00",0.001,"2013-03-29 00:00",0.001,"2013-04-01 00:00","","","","",0.001,0.001,0.001,0.001,0,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88136",1,48.73142,-121.065815,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88140",1,48.73142,-121.065815,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",20,0.007069,0.008078,0.0296,"2013-05-04 00:00",0.0281,"2013-02-24 00:00",0.0271,"2013-04-01 00:00",0.0262,"2013-05-07 00:00","","","","",0.0296,0.0296,0.0271,0.0174,0.0105,0.0028,0.0011,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88152",1,48.73142,-121.065815,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",41,0.000227,0.000268,0.0014,"2013-03-23 00:00",0.001,"2013-03-05 00:00",0.0009,"2013-03-11 00:00",0.0009,"2013-05-31 00:00","","","","",0.0014,0.0014,0.0009,0.0005,0.00015,0.00015,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88154",1,48.73142,-121.065815,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",43,0.000116,4.6e-05,0.0003,"2013-03-11 00:00",0.0003,"2013-03-20 00:00",0.0002,"2013-02-21 00:00",0.0002,"2013-04-25 00:00","","","","",0.0003,0.0003,0.0002,0.00015,0.0001,0.0001,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88161",1,48.73142,-121.065815,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",23,0.000782,0.001117,0.0049,"2013-04-01 00:00",0.0041,"2013-05-04 00:00",0.0039,"2013-05-07 00:00",0.0028,"2013-04-04 00:00","","","","",0.0049,0.0049,0.0039,0.0025,0.001,0.00025,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88164",1,48.73142,-121.065815,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",16,0.000119,9e-05,0.0005,"2013-05-19 00:00",0.0003,"2013-04-01 00:00",0.0003,"2013-05-07 00:00",0.0003,"2013-05-16 00:00","","","","",0.0005,0.0005,0.0003,0.0002,0.0001,0.0001,5e-05,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88165",1,48.73142,-121.065815,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",15,0.025798,0.041657,0.1645,"2013-04-01 00:00",0.1555,"2013-05-04 00:00",0.153,"2013-05-07 00:00",0.1035,"2013-04-04 00:00","","","","",0.1645,0.1645,0.153,0.0903,0.0299,0.005,0.0013,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88167",1,48.73142,-121.065815,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",18,0.001279,0.003468,0.0234,"2013-03-14 00:00",0.0057,"2013-03-11 00:00",0.0035,"2013-05-04 00:00",0.0029,"2013-05-16 00:00","","","","",0.0234,0.0234,0.0035,0.0023,0.0009,0.0004,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88168",1,48.73142,-121.065815,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",37,0.000162,8.4e-05,0.0005,"2013-04-01 00:00",0.0004,"2013-05-04 00:00",0.0003,"2013-02-18 00:00",0.0003,"2013-03-05 00:00","","","","",0.0005,0.0005,0.0003,0.0003,0.00015,0.00015,0.0001,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88169",1,48.73142,-121.065815,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.089143,0.078493,0.2875,"2013-04-16 00:00",0.2582,"2013-03-11 00:00",0.2548,"2013-05-07 00:00",0.235,"2013-04-22 00:00","","","","",0.2875,0.2875,0.2548,0.2272,0.1358,0.0623,0.0129,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88176",1,48.73142,-121.065815,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",43,0.000165,5.1e-05,0.0004,"2013-02-15 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-04-19 00:00",0.0003,"2013-05-28 00:00","","","","",0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,0.00015,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88180",1,48.73142,-121.065815,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",7,0.00784,0.007836,0.0307,"2013-04-01 00:00",0.0304,"2013-05-07 00:00",0.0285,"2013-03-11 00:00",0.0281,"2013-05-04 00:00","","","","",0.0307,0.0307,0.0285,0.0158,0.011,0.0056,0.0011,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88184",1,48.73142,-121.065815,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",19,0.028286,0.042004,0.2148,"2013-02-24 00:00",0.1178,"2013-01-07 00:00",0.1125,"2013-02-27 00:00",0.079,"2013-04-13 00:00","","","","",0.2148,0.2148,0.1125,0.0789,0.0452,0.01,0.00165,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88185",1,48.73142,-121.065815,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",43,0.00068,0.000296,0.0023,"2013-01-31 00:00",0.0013,"2013-04-16 00:00",0.001,"2013-04-13 00:00",0.0009,"2013-04-22 00:00","","","","",0.0023,0.0023,0.001,0.0007,0.0007,0.0007,0.0004,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88203",1,48.73142,-121.065815,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",29,0.032033,0.064605,0.3712,"2013-02-24 00:00",0.1556,"2013-01-07 00:00",0.1495,"2013-03-20 00:00",0.1464,"2013-02-27 00:00","","","","",0.3712,0.3712,0.1495,0.1195,0.0181,0.0066,0.00305,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88306",1,48.73142,-121.065815,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",14,0.045065,0.042041,0.1775,"2013-05-07 00:00",0.146,"2013-05-16 00:00",0.1387,"2013-04-01 00:00",0.138,"2013-05-01 00:00","","","","",0.1775,0.1775,0.1387,0.1102,0.0592,0.0347,0.00545,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88320",1,48.73142,-121.065815,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.199388,0.28165,1.33,"2013-05-10 00:00",1.27,"2013-05-07 00:00",0.92,"2013-04-01 00:00",0.39,"2013-04-25 00:00","","","","",1.33,1.33,0.92,0.38,0.25,0.11,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88321",1,48.73142,-121.065815,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.022653,0.031871,0.14,"2013-05-10 00:00",0.11,"2013-04-01 00:00",0.11,"2013-05-07 00:00",0.08,"2013-05-16 00:00","","","","",0.14,0.14,0.11,0.06,0.03,0.01,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88324",1,48.73142,-121.065815,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",45,0.02172,0.007094,0.033,"2013-04-01 00:00",0.0329,"2013-01-22 00:00",0.0326,"2013-01-10 00:00",0.03255,"2013-01-07 00:00","","","","",0.033,0.033,0.0326,0.0324,0.0263,0.01775,0.011,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88325",1,48.73142,-121.065815,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.044912,0.057489,0.3344,"2013-05-10 00:00",0.265,"2013-05-07 00:00",0.1488,"2013-04-01 00:00",0.067,"2013-04-04 00:00","","","","",0.3344,0.3344,0.1488,0.0641,0.03625,0.0352,0.0175,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88326",1,48.73142,-121.065815,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",34,0.081868,0.109936,0.6237,"2013-05-07 00:00",0.4084,"2013-05-10 00:00",0.357,"2013-04-01 00:00",0.1943,"2013-05-22 00:00","","","","",0.6237,0.6237,0.357,0.1864,0.0789,0.04165,0.027,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88327",1,48.73142,-121.065815,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",25,0.044047,0.046442,0.2153,"2013-05-10 00:00",0.1854,"2013-05-07 00:00",0.1788,"2013-04-01 00:00",0.0972,"2013-05-04 00:00","","","","",0.2153,0.2153,0.1788,0.0912,0.0583,0.0179,0.0111,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88328",1,48.73142,-121.065815,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",12,0.049867,0.067488,0.3638,"2013-05-10 00:00",0.2062,"2013-04-01 00:00",0.2039,"2013-05-07 00:00",0.128,"2013-05-04 00:00","","","","",0.3638,0.3638,0.2039,0.1226,0.0627,0.024,0.0021,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88329",1,48.73142,-121.065815,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",12,0.059527,0.084012,0.4382,"2013-05-10 00:00",0.2817,"2013-05-07 00:00",0.2717,"2013-04-01 00:00",0.155,"2013-03-11 00:00","","","","",0.4382,0.4382,0.2717,0.1403,0.0737,0.0246,0.0036,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88330",1,48.73142,-121.065815,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",22,0.01366,0.015836,0.0705,"2013-05-10 00:00",0.0593,"2013-05-04 00:00",0.0427,"2013-04-01 00:00",0.0411,"2013-03-26 00:00","","","","",0.0705,0.0705,0.0427,0.0358,0.0183,0.0061,0.0015,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88331",1,48.73142,-121.065815,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",18,7.4e-05,0.000157,0.001,"2013-02-03 00:00",0.0004,"2013-03-26 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00","","","","",0.001,0.001,0.00015,0.00015,0.0001,0,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88338",1,48.73142,-121.065815,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",47,0.017485,0.007202,0.0471,"2013-04-28 00:00",0.0361,"2013-01-07 00:00",0.02735,"2013-02-06 00:00",0.0271,"2013-02-21 00:00","","","","",0.0471,0.0471,0.02735,0.027,0.01705,0.01575,0.01135,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88339",1,48.73142,-121.065815,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.367706,0.323778,1.18598,"2013-04-16 00:00",1.06503,"2013-03-11 00:00",1.05122,"2013-05-07 00:00",0.9695,"2013-04-22 00:00","","","","",1.18598,1.18598,1.05122,0.93699,0.56026,0.25699,0.05325,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88344",1,48.73142,-121.065815,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",5,0.057441,0.054959,0.229,"2013-05-07 00:00",0.1887,"2013-05-16 00:00",0.1789,"2013-04-01 00:00",0.1774,"2013-05-01 00:00","","","","",0.229,0.229,0.1789,0.1422,0.0764,0.0448,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88348",1,48.73142,-121.065815,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,0.127109,0.196622,0.7804,"2013-04-01 00:00",0.7419,"2013-05-04 00:00",0.7317,"2013-05-07 00:00",0.4797,"2013-04-04 00:00","","","","",0.7804,0.7804,0.7317,0.4371,0.1481,0.036,0.0088,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88350",1,48.73142,-121.065815,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",8,0.358714,0.508732,2.4016,"2013-05-10 00:00",2.2932,"2013-05-07 00:00",1.6625,"2013-04-01 00:00",0.6977,"2013-04-25 00:00","","","","",2.4016,2.4016,1.6625,0.6899,0.4574,0.1966,0,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88403",1,48.73142,-121.065815,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.272616,0.254163,1.0895,"2013-05-10 00:00",0.8552,"2013-04-16 00:00",0.7809,"2013-03-11 00:00",0.725,"2013-04-22 00:00","","","","",1.0895,1.0895,0.7809,0.7036,0.3962,0.1861,0.0374,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","073","0022","88502",1,48.73142,-121.065815,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,25,61,0,4,"","","Certification not required",0,1.012766,0.97169,5,"2013-05-07 00:00",3.7,"2013-04-01 00:00",2.4,"2013-03-11 00:00",2.4,"2013-05-04 00:00","","","","",5,5,2.4,2.2,1.5,0.8,0.2,"","North Cascades","Washington","Whatcom","","Bellingham, WA","2014-01-28" +"53","075","0003","11203",1,46.72447,-117.18014,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7241,83,301,365,0,47,"","","Certification not required",3454,0.153225,0.152698,1.5,"2013-08-22 11:00",1.4,"2013-10-26 18:00",1.3,"2013-07-04 22:00",1.3,"2013-08-22 10:00","","","","",0.8,0.6,0.4,0.3,0.2,0.1,0.05," PULLMAN - DEXTER AVE 4","240 SE DEXTER (Pullman Administration Building)","Washington","Whitman","Pullman","Pullman, WA","2014-01-21" +"53","075","0003","88502",4,46.72447,-117.18014,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7241,83,301,365,0,47,"","","Certification not required",0,5.630189,3.592262,29.5,"2013-08-22 11:00",28.8,"2013-10-26 18:00",26.7,"2013-08-22 10:00",26.4,"2013-07-04 22:00","","","","",18.4,15.5,12.6,10.4,7.4,4.6,2.2," PULLMAN - DEXTER AVE 4","240 SE DEXTER (Pullman Administration Building)","Washington","Whitman","Pullman","Pullman, WA","2014-01-21" +"53","075","0003","88502",4,46.72447,-117.18014,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",301,82,301,365,0,0,"","","Certification not required",0,5.584053,3.089813,17.9,"2013-10-26 00:00",17.5,"2013-10-25 00:00",15.1,"2013-07-30 00:00",14.9,"2013-10-27 00:00","","","","",14.9,13.7,11.6,9.9,7.3,4.6,2.5," PULLMAN - DEXTER AVE 4","240 SE DEXTER (Pullman Administration Building)","Washington","Whitman","Pullman","Pullman, WA","2014-01-21" +"53","075","0005","11203",1,46.8153,-117.8739,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7138,81,296,365,0,14,"","","Certification not required",4081,0.13335,0.142691,1.6,"2013-01-26 17:00",1.3,"2013-09-15 18:00",1.1,"2013-07-26 16:00",1.1,"2013-10-26 21:00","","","","",0.7,0.6,0.4,0.3,0.2,0.05,0.05,"LACAROSSE - HILL ST","111 HILL STREET, LACROSSE, WA","Washington","Whitman","La Crosse (corporate and RR name for Lacrosse)","Pullman, WA","2014-01-21" +"53","075","0005","88502",4,46.8153,-117.8739,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",7138,81,296,365,0,14,"","","Certification not required",0,4.663911,3.33054,25,"2013-01-26 17:00",22.7,"2013-10-26 21:00",21.6,"2013-07-26 16:00",21.6,"2013-10-27 08:00","","","","",16,14.2,11.4,9.3,6.1,3.6,1.6,"LACAROSSE - HILL ST","111 HILL STREET, LACROSSE, WA","Washington","Whitman","La Crosse (corporate and RR name for Lacrosse)","Pullman, WA","2014-01-21" +"53","075","0005","88502",4,46.8153,-117.8739,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",296,81,296,365,0,0,"","","Certification not required",0,4.618243,3.031072,17.5,"2013-10-26 00:00",15.1,"2013-10-25 00:00",14.8,"2013-07-30 00:00",14.7,"2013-10-27 00:00","","","","",14.8,13.4,10.8,8.9,6.2,3.7,1.7,"LACAROSSE - HILL ST","111 HILL STREET, LACROSSE, WA","Washington","Whitman","La Crosse (corporate and RR name for Lacrosse)","Pullman, WA","2014-01-21" +"53","075","0006","11203",1,47.23136,-117.36856,"NAD83","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6778,77,282,365,0,471,"","","Certification not required",3418,0.146076,0.156863,4,"2013-10-26 08:00",2.1,"2013-09-15 20:00",2,"2013-03-24 13:00",1.3,"2013-05-25 05:00","","","","",0.7,0.6,0.4,0.3,0.2,0.05,0.05,"ROSALIA - JOSEPHINE ST","906 SOUTH JOSEPHINE AVENUE (Rosalia Elementary School)","Washington","Whitman","Rosalia","Pullman, WA","2014-01-21" +"53","075","0006","88502",4,47.23136,-117.36856,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6778,77,282,365,0,471,"","","Certification not required",0,5.126468,3.311944,54,"2013-10-26 08:00",31.8,"2013-09-15 20:00",27.9,"2013-03-24 13:00",25.1,"2013-10-23 20:00","","","","",16.4,14.1,11.6,9.5,6.7,4.1,2.1,"ROSALIA - JOSEPHINE ST","906 SOUTH JOSEPHINE AVENUE (Rosalia Elementary School)","Washington","Whitman","Rosalia","Pullman, WA","2014-01-21" +"53","075","0006","88502",4,47.23136,-117.36856,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",282,77,282,365,0,0,"","","Certification not required",0,5.07695,2.809048,17.4,"2013-10-26 00:00",15.1,"2013-10-25 00:00",12.4,"2013-10-18 00:00",12.2,"2013-08-23 00:00","","","","",12.4,12.1,10.5,8.9,6.7,4.1,2.3,"ROSALIA - JOSEPHINE ST","906 SOUTH JOSEPHINE AVENUE (Rosalia Elementary School)","Washington","Whitman","Rosalia","Pullman, WA","2014-01-21" +"53","077","0007","11203",1,46.729867,-120.703608,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",7067,81,294,365,0,223,"","","Certification not required",3177,0.171296,0.211725,2.4,"2013-06-28 20:00",2.3,"2013-10-06 18:00",2,"2013-02-24 20:00",1.8,"2013-06-28 19:00","","","","",1.1,0.9,0.6,0.4,0.2,0.1,0.05,"Naches-HWY12","10237 US HWY 12, Naches WA","Washington","Yakima","Naches","Yakima, WA","2014-01-21" +"53","077","0009","68103",5,46.598056,-120.499167,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,8.220833,8.087973,21.6,"2013-07-03 00:00",21.1,"2013-09-13 00:00",20.6,"2013-07-21 00:00",20.5,"2013-08-08 00:00","","","","",21.6,21.6,20.6,19.7,16.4,8.1,-2.9,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","68104",5,46.598056,-120.499167,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,22.285417,10.527451,39.7,"2013-07-21 00:00",38.2,"2013-09-13 00:00",37.9,"2013-07-03 00:00",37.2,"2013-08-14 00:00","","","","",39.7,39.7,37.9,37.1,31.7,21.8,8.4,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","68105",1,46.598056,-120.499167,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",90,100,49,61,0,1,"","","Certification not required",0,12.65,9.321297,29.2,"2013-07-24 00:00",28.1,"2013-07-21 00:00",27.6,"2013-07-03 00:00",27.1,"2013-08-05 00:00","","","","",29.2,28.1,27.1,25.6,19.9,12.3,0.9,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","68105",5,46.598056,-120.499167,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",48,79,48,61,0,4,"","","Certification not required",0,14.885417,9.270383,29.3,"2013-07-21 00:00",28.8,"2013-07-03 00:00",28.8,"2013-09-13 00:00",28.3,"2013-08-08 00:00","","","","",29.3,29.3,28.8,28.2,22.5,13.9,2.4,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","68106",5,46.598056,-120.499167,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,728.3125,3.421809,736,"2013-02-15 00:00",735,"2013-01-04 00:00",735,"2013-04-22 00:00",734,"2013-03-11 00:00","","","","",736,736,735,732,731,728,723,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","68107",5,46.598056,-120.499167,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,734.666667,3.754902,744,"2013-02-15 00:00",743,"2013-04-22 00:00",740,"2013-01-04 00:00",740,"2013-03-23 00:00","","","","",744,744,740,739,738,735,730,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","68108",1,46.598056,-120.499167,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",90,100,49,61,0,1,"","","Certification not required",0,736.033333,5.040176,750,"2013-01-01 00:00",750,"2013-01-16 00:00",746,"2013-01-13 00:00",746,"2013-01-19 00:00","","","","",750,750,746,743,738,735,730,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","68108",5,46.598056,-120.499167,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",48,79,48,61,0,4,"","","Certification not required",0,731.875,3.699482,740,"2013-02-15 00:00",740,"2013-04-22 00:00",738,"2013-01-04 00:00",737,"2013-03-11 00:00","","","","",740,740,738,737,735,732,727,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","81102",1,46.598056,-120.499167,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",55,89,54,61,0,0,0,0,"Certification not required",1,18.8,13.05033,59,"2013-11-30 00:00",55,"2013-12-12 00:00",48,"2013-02-15 00:00",46,"2013-10-25 00:00","","","","",59,55,48,40,25,14,5,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-30" +"53","077","0009","85101",1,46.598056,-120.499167,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",56,92,55,61,0,0,"","","Certification not required",1,19.071429,13.815482,63,"2013-11-30 00:00",59,"2013-12-12 00:00",49,"2013-02-15 00:00",47,"2013-10-25 00:00","","","","",63,59,49,42,25,14,5,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-30" +"53","077","0009","88101",1,46.598056,-120.499167,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,1,1,1,"Certification not required",0,7.613483,7.317293,41.1,"2013-01-16 00:00",34.7,"2013-01-25 00:00",28,"2013-02-03 00:00",27.6,"2013-01-28 00:00","","","","",41.1,34.7,19.8,17.7,8.9,4.9,1.7,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","88101",1,46.598056,-120.499167,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,1,"","","Certification not required",0,7.613483,7.317293,41.1,"2013-01-16 00:00",34.7,"2013-01-25 00:00",28,"2013-02-03 00:00",27.6,"2013-01-28 00:00","","","","",41.1,34.7,19.8,17.7,8.9,4.9,1.7,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","88101",3,46.598056,-120.499167,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Thermo Scientific TEOM 1400 FDMS or 1405 8500C FDMS w/VSCC - FDMS Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",6890,79,295,365,0,286,"","","Certification not required",0,7.629594,7.238268,54.3,"2013-01-15 23:00",52,"2013-01-16 04:00",51.7,"2013-01-16 05:00",50.8,"2013-01-16 07:00","","","","",34.6,30.2,22.9,17.4,9.6,5.3,1.5,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","88101",3,46.598056,-120.499167,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,2,2,"Certification not required",0,7.567138,6.006871,37.5,"2013-01-15 00:00",36.6,"2013-01-16 00:00",32.9,"2013-01-25 00:00",28.4,"2013-01-24 00:00","","","","",32.9,25.9,19.9,15.4,9.5,5.6,2.6,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","88101",3,46.598056,-120.499167,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",283,78,283,365,0,0,"","","Certification not required",0,7.567138,6.006871,37.5,"2013-01-15 00:00",36.6,"2013-01-16 00:00",32.9,"2013-01-25 00:00",28.4,"2013-01-24 00:00","","","","",32.9,25.9,19.9,15.4,9.5,5.6,2.6,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-01-21" +"53","077","0009","88102",5,46.598056,-120.499167,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.020083,0.007585,0.054,"2013-06-09 00:00",0.042,"2013-10-01 00:00",0.026,"2013-04-16 00:00",0.026,"2013-04-22 00:00","","","","",0.054,0.054,0.026,0.026,0.021,0.0195,0.014,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88103",5,46.598056,-120.499167,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00025,0.000668,0.004,"2013-01-28 00:00",0.001,"2013-02-03 00:00",0.001,"2013-02-21 00:00",0.001,"2013-08-14 00:00","","","","",0.004,0.004,0.001,0.001,0,0,0,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88104",5,46.598056,-120.499167,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",27,0.024042,0.025614,0.113,"2013-09-13 00:00",0.096,"2013-05-10 00:00",0.084,"2013-10-13 00:00",0.069,"2013-05-04 00:00","","","","",0.113,0.113,0.084,0.065,0.027,0.0125,0.0065,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88107",5,46.598056,-120.499167,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006467,0.006036,0.0295,"2013-02-15 00:00",0.0295,"2013-03-17 00:00",0.0295,"2013-07-15 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.0039,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88109",5,46.598056,-120.499167,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",24,0.001779,0.001131,0.005,"2013-10-25 00:00",0.0038,"2013-04-04 00:00",0.0036,"2013-02-03 00:00",0.0036,"2013-08-14 00:00","","","","",0.005,0.005,0.0036,0.0035,0.0027,0.0012,0.00055,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88110",5,46.598056,-120.499167,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000542,0.00165,0.008,"2013-05-28 00:00",0.006,"2013-05-22 00:00",0.004,"2013-04-04 00:00",0.004,"2013-07-15 00:00","","","","",0.008,0.008,0.004,0.003,0,0,0,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88111",5,46.598056,-120.499167,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",9,0.024305,0.021805,0.0991,"2013-05-10 00:00",0.0822,"2013-07-09 00:00",0.0688,"2013-10-13 00:00",0.0552,"2013-09-13 00:00","","","","",0.0991,0.0991,0.0688,0.0506,0.0361,0.0171,0.00375,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88112",5,46.598056,-120.499167,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.0065,0.01547,0.066,"2013-09-25 00:00",0.059,"2013-10-07 00:00",0.058,"2013-01-10 00:00",0.036,"2013-10-01 00:00","","","","",0.066,0.066,0.058,0.021,0.003,0.001,0,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88113",5,46.598056,-120.499167,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.000741,0.000282,0.002,"2013-01-10 00:00",0.0016,"2013-06-15 00:00",0.0016,"2013-09-13 00:00",0.001,"2013-02-15 00:00","","","","",0.002,0.002,0.0016,0.001,0.0007,0.0007,0.00055,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88114",5,46.598056,-120.499167,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",18,0.004883,0.006911,0.0387,"2013-01-10 00:00",0.0253,"2013-01-04 00:00",0.0189,"2013-10-25 00:00",0.0132,"2013-11-06 00:00","","","","",0.0387,0.0387,0.0189,0.01,0.0054,0.0028,0.0008,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88115",5,46.598056,-120.499167,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",29,0.016152,0.029089,0.147,"2013-02-03 00:00",0.132,"2013-01-28 00:00",0.0534,"2013-02-09 00:00",0.053,"2013-01-10 00:00","","","","",0.147,0.147,0.0534,0.043,0.0187,0.00405,0.0024,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88117",5,46.598056,-120.499167,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006379,0.009672,0.0435,"2013-02-15 00:00",0.0435,"2013-03-17 00:00",0.043,"2013-07-15 00:00",0.00485,"2013-02-09 00:00","","","","",0.0435,0.0435,0.043,0.00485,0.00485,0.0041,0.0028,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88118",5,46.598056,-120.499167,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008601,0.006189,0.023,"2013-02-15 00:00",0.023,"2013-03-17 00:00",0.023,"2013-07-15 00:00",0.017,"2013-01-10 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88126",5,46.598056,-120.499167,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.064338,0.047555,0.238,"2013-01-10 00:00",0.187,"2013-02-09 00:00",0.17,"2013-05-10 00:00",0.157,"2013-10-25 00:00","","","","",0.238,0.238,0.17,0.128,0.0817,0.0521,0.0223,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88128",5,46.598056,-120.499167,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001,0.001255,0.004,"2013-02-03 00:00",0.004,"2013-03-23 00:00",0.004,"2013-10-25 00:00",0.003,"2013-01-04 00:00","","","","",0.004,0.004,0.004,0.003,0.002,0,0,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88131",5,46.598056,-120.499167,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.009906,0.003515,0.0165,"2013-04-16 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-06-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88132",5,46.598056,-120.499167,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001083,0.001127,0.004,"2013-10-25 00:00",0.003,"2013-01-10 00:00",0.003,"2013-01-28 00:00",0.003,"2013-02-09 00:00","","","","",0.004,0.004,0.003,0.003,0.002,0.001,0,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88136",5,46.598056,-120.499167,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000438,0.002315,0.016,"2013-01-10 00:00",0.001,"2013-03-23 00:00",0.001,"2013-09-13 00:00",0.001,"2013-10-01 00:00","","","","",0.016,0.016,0.001,0.001,0,0,0,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88140",5,46.598056,-120.499167,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",44,0.007869,0.00643,0.049,"2013-07-15 00:00",0.014,"2013-02-21 00:00",0.0117,"2013-06-09 00:00",0.011,"2013-07-27 00:00","","","","",0.049,0.049,0.0117,0.009,0.009,0.006,0.00475,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88152",5,46.598056,-120.499167,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.005866,0.001688,0.01,"2013-01-28 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-27 00:00",0.008,"2013-03-05 00:00","","","","",0.01,0.01,0.008,0.008,0.008,0.0055,0.0045,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88154",5,46.598056,-120.499167,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001053,0.000274,0.0015,"2013-02-09 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-03-23 00:00",0.0013,"2013-03-29 00:00","","","","",0.0015,0.0015,0.0013,0.0013,0.0013,0.00125,0.00065,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88160",5,46.598056,-120.499167,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.013958,0.005765,0.035,"2013-10-01 00:00",0.034,"2013-05-28 00:00",0.023,"2013-07-15 00:00",0.018,"2013-04-16 00:00","","","","",0.035,0.035,0.023,0.018,0.018,0.01,0.01,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88161",5,46.598056,-120.499167,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",40,0.003166,0.002008,0.0107,"2013-04-04 00:00",0.0094,"2013-08-14 00:00",0.0078,"2013-02-15 00:00",0.007,"2013-05-10 00:00","","","","",0.0107,0.0107,0.0078,0.007,0.00265,0.0025,0.0021,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88164",5,46.598056,-120.499167,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001607,0.00024,0.0019,"2013-02-09 00:00",0.0019,"2013-02-27 00:00",0.0019,"2013-03-05 00:00",0.0019,"2013-04-04 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88165",5,46.598056,-120.499167,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.095938,0.069255,0.354,"2013-05-10 00:00",0.229,"2013-05-04 00:00",0.227,"2013-09-13 00:00",0.227,"2013-10-25 00:00","","","","",0.354,0.354,0.227,0.21,0.135,0.08,0.0238,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88166",5,46.598056,-120.499167,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.008446,0.00518,0.019,"2013-04-16 00:00",0.019,"2013-04-22 00:00",0.019,"2013-05-04 00:00",0.019,"2013-06-09 00:00","","","","",0.019,0.019,0.019,0.019,0.0075,0.0065,0.0042,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88167",5,46.598056,-120.499167,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",16,0.010154,0.015096,0.0661,"2013-02-03 00:00",0.0634,"2013-01-28 00:00",0.0369,"2013-10-31 00:00",0.0366,"2013-11-06 00:00","","","","",0.0661,0.0661,0.0369,0.032,0.0112,0.004,0.001,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88168",5,46.598056,-120.499167,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001398,0.001263,0.0097,"2013-04-04 00:00",0.00175,"2013-04-16 00:00",0.00175,"2013-04-22 00:00",0.00175,"2013-05-04 00:00","","","","",0.0097,0.0097,0.00175,0.00175,0.00155,0.00115,0.00085,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88169",5,46.598056,-120.499167,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.184433,0.104107,0.499,"2013-01-04 00:00",0.492,"2013-05-10 00:00",0.34,"2013-04-16 00:00",0.314,"2013-11-06 00:00","","","","",0.499,0.499,0.34,0.31,0.242,0.171,0.0675,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88176",5,46.598056,-120.499167,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.000979,0.000218,0.0013,"2013-02-15 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-16 00:00",0.0013,"2013-04-22 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88180",5,46.598056,-120.499167,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",2,0.05114,0.05311,0.218,"2013-01-28 00:00",0.214,"2013-02-03 00:00",0.176,"2013-02-15 00:00",0.154,"2013-10-31 00:00","","","","",0.218,0.218,0.176,0.142,0.067,0.0306,0.0089,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88184",5,46.598056,-120.499167,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",32,0.037052,0.031511,0.151,"2013-06-09 00:00",0.137,"2013-07-15 00:00",0.103,"2013-07-09 00:00",0.089,"2013-07-27 00:00","","","","",0.151,0.151,0.103,0.076,0.054,0.027,0.013,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88185",5,46.598056,-120.499167,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.003964,0.004217,0.0156,"2013-06-03 00:00",0.0115,"2013-04-16 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-04 00:00","","","","",0.0156,0.0156,0.0115,0.0115,0.00235,0.00165,0.0014,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88301",5,46.598056,-120.499167,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.301213,0.354739,1.53,"2013-01-04 00:00",1.45,"2013-02-03 00:00",1.39,"2013-11-06 00:00",0.972,"2013-01-28 00:00","","","","",1.53,1.53,1.39,0.684,0.292,0.198,0.031,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88302",5,46.598056,-120.499167,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.054825,0.037382,0.16,"2013-06-09 00:00",0.15,"2013-07-09 00:00",0.14,"2013-08-14 00:00",0.12,"2013-10-01 00:00","","","","",0.16,0.16,0.14,0.11,0.066,0.045,0.016,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88303",5,46.598056,-120.499167,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",19,0.035033,0.035845,0.175,"2013-01-28 00:00",0.129,"2013-02-03 00:00",0.0996,"2013-11-06 00:00",0.097,"2013-08-14 00:00","","","","",0.175,0.175,0.0996,0.083,0.048,0.021,0.007,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88306",5,46.598056,-120.499167,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.853188,1.181937,4.74,"2013-02-03 00:00",4.25,"2013-01-04 00:00",4.2,"2013-11-06 00:00",3.55,"2013-01-28 00:00","","","","",4.74,4.74,4.2,3.06,0.977,0.348,0.139,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88355",5,46.598056,-120.499167,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,3.138745,2.767778,10.8,"2013-10-19 00:00",10.2,"2013-02-03 00:00",9.85,"2013-01-16 00:00",9.38,"2013-01-28 00:00","","","","",10.8,10.2,9.85,7.68,3.93,2.07,0.999,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88357",5,46.598056,-120.499167,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.485824,0.567084,3.4,"2013-01-28 00:00",1.56,"2013-10-31 00:00",1.42,"2013-02-15 00:00",1.39,"2013-10-19 00:00","","","","",3.4,1.56,1.42,1.3,0.531,0.264,0.12,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88370",5,46.598056,-120.499167,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,2.948529,2.625072,10.2,"2013-10-19 00:00",9.99,"2013-01-28 00:00",9.61,"2013-02-03 00:00",8.8,"2013-01-16 00:00","","","","",10.2,9.99,9.61,6.93,3.43,1.93,0.951,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88374",5,46.598056,-120.499167,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.473255,0.624307,2.55,"2013-01-28 00:00",2.07,"2013-02-03 00:00",1.9,"2013-01-16 00:00",1.83,"2013-02-15 00:00","","","","",2.55,2.07,1.9,1.48,0.518,0.173,0.058,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88375",5,46.598056,-120.499167,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.70751,0.597263,2.66,"2013-10-19 00:00",2.39,"2013-01-28 00:00",2.14,"2013-02-03 00:00",1.92,"2013-10-25 00:00","","","","",2.66,2.39,2.14,1.57,0.841,0.524,0.234,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88376",5,46.598056,-120.499167,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.909529,0.713802,2.92,"2013-10-19 00:00",2.64,"2013-02-03 00:00",2.63,"2013-01-28 00:00",2.57,"2013-10-25 00:00","","","","",2.92,2.64,2.63,2.1,1.07,0.662,0.305,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88377",5,46.598056,-120.499167,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.477725,0.383354,1.69,"2013-01-28 00:00",1.37,"2013-01-16 00:00",1.35,"2013-02-03 00:00",1.2,"2013-10-19 00:00","","","","",1.69,1.37,1.35,1.02,0.69,0.311,0.138,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88378",5,46.598056,-120.499167,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.381216,0.414514,1.69,"2013-10-19 00:00",1.49,"2013-01-16 00:00",1.41,"2013-02-03 00:00",1.39,"2013-11-06 00:00","","","","",1.69,1.49,1.41,0.95,0.451,0.237,0.08,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88380",5,46.598056,-120.499167,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.677059,0.660735,2.78,"2013-01-28 00:00",2.17,"2013-02-15 00:00",2.09,"2013-10-31 00:00",2.03,"2013-01-16 00:00","","","","",2.78,2.17,2.09,1.95,0.788,0.373,0.174,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88383",5,46.598056,-120.499167,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.974469,0.998995,3.61,"2013-10-19 00:00",3.46,"2013-01-16 00:00",3.44,"2013-01-28 00:00",3.29,"2013-02-03 00:00","","","","",3.61,3.46,3.44,2.74,1.15,0.582,0.189,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88384",5,46.598056,-120.499167,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.082535,0.025318,0.142,"2013-08-14 00:00",0.14,"2013-03-29 00:00",0.134,"2013-06-27 00:00",0.127,"2013-06-21 00:00","","","","",0.142,0.14,0.134,0.116,0.0962,0.0806,0.0583,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88385",5,46.598056,-120.499167,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",39,0.001828,0.001792,0.00879,"2013-08-26 00:00",0.00772,"2013-06-27 00:00",0.00524,"2013-04-04 00:00",0.00503,"2013-06-15 00:00","","","","",0.00879,0.00772,0.00524,0.00467,0.001,0.001,0.001,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88388",5,46.598056,-120.499167,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.572843,0.591424,2.54,"2013-01-16 00:00",2.3,"2013-10-19 00:00",2.04,"2013-02-03 00:00",1.88,"2013-10-25 00:00","","","","",2.54,2.3,2.04,1.22,0.639,0.329,0.141,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88403",5,46.598056,-120.499167,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.527813,0.399644,2.46,"2013-04-28 00:00",1.34,"2013-05-10 00:00",1.32,"2013-01-04 00:00",1.08,"2013-11-06 00:00","","","","",2.46,2.46,1.32,0.837,0.665,0.44,0.18,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0009","88502",5,46.598056,-120.499167,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,7.270833,6.073169,27,"2013-02-03 00:00",26,"2013-01-28 00:00",20.7,"2013-02-15 00:00",18.8,"2013-10-25 00:00","","","","",27,27,20.7,16.9,9.6,5,2,"YAKIMA - 4TH AVE","402 SOUTH 4TH AVE","Washington","Yakima","Yakima","Yakima, WA","2014-02-14" +"53","077","0015","11203",1,46.38024,-120.33266,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6706,77,279,365,0,585,"","","Certification not required",2987,0.207001,0.238695,3.5,"2013-08-09 19:00",2.1,"2013-07-29 20:00",2.1,"2013-07-30 16:00",2,"2013-07-30 21:00","","","","",1,0.9,0.7,0.5,0.3,0.1,0.05,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","61101",1,46.38024,-120.33266,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7281,83,304,365,0,13,"","","Certification not required",0,3.572998,3.006235,20.1,"2013-05-13 14:00",19.6,"2013-08-09 20:00",19.5,"2013-03-20 13:00",19.4,"2013-05-13 15:00","","","","",14.9,13.2,10,7.5,4.4,2.8,0.8,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","61102",1,46.38024,-120.33266,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6433,73,265,365,0,861,"","","Certification not required",0,203.168662,101.07257,360,"2013-06-01 19:00",360,"2013-06-09 18:00",360,"2013-06-24 18:00",360,"2013-07-16 14:00","","","","",355,350,337,321,284,239,54,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","61103",1,46.38024,-120.33266,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",7281,83,304,365,0,13,"","","Certification not required",0,3.198022,2.998741,19,"2013-05-13 14:00",18.9,"2013-03-20 13:00",18.8,"2013-04-07 11:00",18.7,"2013-05-13 16:00","","","","",14.5,12.8,9.6,7.1,4.2,2.3,0.4,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","61104",1,46.38024,-120.33266,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6433,73,265,365,0,861,"","","Certification not required",0,203.835069,100.830707,360,"2013-06-04 22:00",360,"2013-06-09 18:00",360,"2013-06-10 04:00",360,"2013-07-26 18:00","","","","",354,350,336,322,283,238,56,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","62101",1,46.38024,-120.33266,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7281,83,304,365,0,13,"","","Certification not required",0,56.447466,17.537331,101,"2013-07-02 17:00",100,"2013-07-02 16:00",99,"2013-07-01 16:00",99,"2013-07-01 17:00","","","","",93,90,86,80,69,57,31,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","88502",4,46.38024,-120.33266,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6706,77,279,365,0,585,"","","Certification not required",0,8.129183,9.092881,125.1,"2013-08-09 19:00",79.8,"2013-07-30 16:00",79.4,"2013-07-29 20:00",75.2,"2013-07-30 22:00","","","","",38.5,34.3,26.9,20.9,10.8,4.8,0.9,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0015","88502",4,46.38024,-120.33266,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",279,76,279,365,0,0,"","","Certification not required",0,8.08638,7.768551,40.6,"2013-07-30 00:00",38.6,"2013-07-31 00:00",33.6,"2013-10-26 00:00",32,"2013-10-25 00:00","","","","",33.6,31.2,23.8,20.4,10.9,5.2,1.3,"TOPPENISH - WARD RD (YAKAMA TRIBE)","141 WARD RD., TOPPENISH, WA","Washington","Yakima","Toppenish","Yakima, WA","2014-01-21" +"53","077","0016","11203",1,46.37543,-120.72932,"WGS84","Light scatter","1 HOUR","","Observed Values","Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Beta Scatter","No Events",6315,72,263,365,0,975,"","","Certification not required",3505,0.134086,0.166289,2.4,"2013-03-24 18:00",2.2,"2013-07-30 16:00",2.1,"2013-07-30 17:00",1.9,"2013-07-30 19:00","","","","",0.8,0.6,0.4,0.3,0.2,0.05,0.05,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","61101",1,46.37543,-120.72932,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6773,77,277,365,0,519,"","","Certification not required",0,5.566632,4.626592,28.7,"2013-04-13 13:00",27.8,"2013-04-13 09:00",26.5,"2013-08-09 20:00",25.8,"2013-02-22 14:00","","","","",19.9,18.3,15.8,13.2,6.7,3.9,1.5,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","61102",1,46.37543,-120.72932,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6773,77,277,365,0,519,"","","Certification not required",0,198.713716,92.085701,360,"2013-03-15 10:00",360,"2013-03-22 18:00",360,"2013-07-25 07:00",360,"2013-08-10 07:00","","","","",351,341,311,285,263,235,53,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","61103",1,46.37543,-120.72932,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6769,77,277,365,0,523,"","","Certification not required",0,5.137229,4.679291,28.2,"2013-04-13 13:00",27.5,"2013-04-13 09:00",26.2,"2013-08-09 20:00",25.4,"2013-02-22 13:00","","","","",19.6,18.1,15.5,13,6.3,3.5,1,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","61104",1,46.37543,-120.72932,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6769,77,277,365,0,523,"","","Certification not required",0,196.443345,90.943001,360,"2013-10-02 16:00",359,"2013-01-02 16:00",359,"2013-04-21 19:00",359,"2013-05-16 15:00","","","","",347,336,305,282,261,233,52,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","62101",1,46.37543,-120.72932,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6805,78,280,365,0,487,"","","Certification not required",0,55.678766,18.094751,103,"2013-07-02 16:00",102,"2013-07-02 15:00",101,"2013-07-01 16:00",101,"2013-07-01 17:00","","","","",93,91,86,81,68,55,31,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","88502",4,46.37543,-120.72932,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Correlated Radiance Research M903 With Heated Inlet - Nephelometry",2013,"Micrograms/cubic meter (LC)","No Events",6315,72,263,365,0,975,"","","Certification not required",0,5.097561,4.822002,51.8,"2013-07-30 16:00",49.6,"2013-07-30 17:00",48.4,"2013-03-24 18:00",45.7,"2013-07-30 19:00","","","","",23.6,19.8,13.7,10.2,6.7,4,0.9,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0016","88502",4,46.37543,-120.72932,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,0,"","","Certification not required",0,5.051711,4.131806,28.4,"2013-07-31 00:00",27,"2013-07-30 00:00",17.9,"2013-01-16 00:00",17.8,"2013-07-29 00:00","","","","",17.9,16.7,13.7,10.1,6.4,4.2,1.2,"White Swan-Yakama Tribe","321 Signal Peak Rd, White Swan","Washington","Yakima","White Swan","Yakima, WA","2014-01-21" +"53","077","0017","61101",1,46.40857,-120.54398,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4686,53,193,365,0,1383,"","","Certification not required",0,2.481733,1.695721,13.5,"2013-01-09 00:00",13.4,"2013-02-22 14:00",12.9,"2013-01-08 23:00",12.9,"2013-02-13 14:00","","","","",8.9,7.9,6.1,4.6,3,2,1,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","61102",1,46.40857,-120.54398,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4686,53,193,365,0,1383,"","","Certification not required",0,205.237303,106.521959,360,"2013-06-27 19:00",360,"2013-08-30 21:00",360,"2013-09-18 17:00",359,"2013-01-04 02:00","","","","",357,353,344,327,297,242,50,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","61103",1,46.40857,-120.54398,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4686,53,193,365,0,1383,"","","Certification not required",0,2.081562,1.689898,12.8,"2013-02-22 14:00",12.6,"2013-01-09 00:00",12.5,"2013-02-13 14:00",12.4,"2013-02-23 13:00","","","","",8.4,7.5,5.6,4.1,2.6,1.6,0.6,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","61104",1,46.40857,-120.54398,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4686,53,193,365,0,1383,"","","Certification not required",0,204.940888,107.17699,360,"2013-06-27 18:00",360,"2013-07-05 15:00",359,"2013-01-11 02:00",359,"2013-01-29 00:00","","","","",357,353,343,326,299,241,46,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","62101",1,46.40857,-120.54398,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6997,80,289,365,0,271,"","","Certification not required",0,55.9324,17.72338,101,"2013-07-02 16:00",100,"2013-07-01 15:00",100,"2013-07-01 16:00",100,"2013-07-01 17:00","","","","",93,90,86,81,68,56,31,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","81102",3,46.40857,-120.54398,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",4616,53,188,365,0,2650,"","","Certification not required",0,20.19649,29.19288,697,"2013-05-13 14:00",663,"2013-05-13 15:00",607,"2013-05-13 13:00",575,"2013-04-29 12:00","","","","",95,78,51,38,24,14,5,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","81102",3,46.40857,-120.54398,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",188,52,188,365,0,0,0,0,"Certification not required",0,19.765957,14.115206,127,"2013-05-13 00:00",84,"2013-04-29 00:00",77,"2013-04-27 00:00",69,"2013-04-13 00:00","","","","",84,69,39,33,24,16,8,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","88502",3,46.40857,-120.54398,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",5209,59,211,365,0,1949,"","","Certification not required",0,8.626819,7.181515,81.2,"2013-07-19 18:00",78.2,"2013-07-18 18:00",76.6,"2013-09-10 17:00",75.8,"2013-08-08 17:00","","","","",36.2,29.7,21,16.4,11.1,6.9,2.5,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"53","077","0017","88502",3,46.40857,-120.54398,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",211,58,211,365,0,0,"","","Certification not required",0,8.675355,4.65156,32,"2013-07-30 00:00",28.6,"2013-07-31 00:00",23.6,"2013-07-29 00:00",22.4,"2013-08-09 00:00","","","","",23.6,19.5,17.1,15,10.9,7.5,4.1,"Harrah-Yakama Tribe","3851 N Harrah Rd","Washington","Yakima","Harrah","Yakima, WA","2014-01-21" +"54","003","0003","68101",1,39.448006,-77.964125,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",68,100,60,61,0,1,"","","Certification not required",8,0.172059,0.068775,0.3,"2013-03-26 00:00",0.3,"2013-04-28 00:00",0.3,"2013-06-15 00:00",0.3,"2013-06-24 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.2,0.05,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68102",1,39.448006,-77.964125,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68103",1,39.448006,-77.964125,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",68,100,60,61,0,1,"","","Certification not required",0,7.451471,8.779105,21.8,"2013-07-21 00:00",21.3,"2013-07-06 00:00",21.3,"2013-07-09 00:00",20,"2013-06-24 00:00","","","","",21.8,21.3,20,19.4,14.5,8.1,-3.6,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68104",1,39.448006,-77.964125,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",68,100,60,61,0,1,"","","Certification not required",0,18.598529,10.617888,35,"2013-07-15 00:00",34.5,"2013-09-10 00:00",34,"2013-07-06 00:00",33.1,"2013-04-10 00:00","","","","",35,34.5,33.1,32.6,29.2,18.4,3.8,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68105",1,39.448006,-77.964125,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,13.039669,9.4513,31.2,"2013-07-18 00:00",27.8,"2013-07-06 00:00",27.8,"2013-07-15 00:00",26.7,"2013-05-31 00:00","","","","",27.8,27.8,25.5,24.9,21.5,14.1,1.5,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68106",1,39.448006,-77.964125,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",68,100,60,61,0,1,"","","Certification not required",0,745.735294,4.209505,756,"2013-04-22 00:00",756,"2013-11-30 00:00",753,"2013-11-24 00:00",752,"2013-07-15 00:00","","","","",756,756,752,751,748,745,740,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68107",1,39.448006,-77.964125,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",68,100,60,61,0,1,"","","Certification not required",0,751.279412,4.74057,765,"2013-11-30 00:00",761,"2013-04-22 00:00",760,"2013-11-24 00:00",759,"2013-11-03 00:00","","","","",765,761,759,758,754,751,746,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68108",1,39.448006,-77.964125,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,749.305785,4.816366,762,"2013-11-30 00:00",761,"2013-01-10 00:00",761,"2013-11-21 00:00",759,"2013-04-22 00:00","","","","",761,761,757,755,753,749,743,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","68109",1,39.448006,-77.964125,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,1,"","","Certification not required",0,1439.983471,0.128028,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","88101",1,39.448006,-77.964125,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,1,1,"Certification not required",0,9.77438,5.779627,47.8,"2013-12-03 00:00",29.5,"2013-01-28 00:00",21.7,"2013-07-18 00:00",21.7,"2013-11-15 00:00","","","","",29.5,21.7,17.6,15,11.8,8.9,4.4,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","003","0003","88101",1,39.448006,-77.964125,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,9.77438,5.779627,47.8,"2013-12-03 00:00",29.5,"2013-01-28 00:00",21.7,"2013-07-18 00:00",21.7,"2013-11-15 00:00","","","","",29.5,21.7,17.6,15,11.8,8.9,4.4,"MARTINSBURG BALL FIELD","MARTINSBURG - BALL FIELD","West Virginia","Berkeley","Martinsburg","Hagerstown-Martinsburg, MD-WV","2014-02-12" +"54","009","0005","42401",1,40.341023,-80.596635,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8682,99,363,365,0,78,0,"","Certification not required",0,9.129477,8.683017,71,"2013-05-15 17:00",66,"2013-05-12 21:00",58,"2013-10-17 08:00",49,"2013-03-05 19:00","","","","",49,38,23,18,11,7,3,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0005","42401",1,40.341023,-80.596635,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8682,99,363,365,0,78,"","","Certification not required",0,3.251555,4.220408,71,"2013-05-15 17:00",66,"2013-05-12 21:00",62,"2013-05-12 20:00",61,"2013-05-12 18:00","","","","",18,14,10,7,4,2,0,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0005","42401",1,40.341023,-80.596635,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.235813,2.806481,35.5,"2013-05-12 00:00",13.7,"2013-05-13 00:00",13.2,"2013-01-06 00:00",12.8,"2013-01-05 00:00","","","","",12.8,10.3,7.1,6.1,4.2,2.6,0.9,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0005","42401",1,40.341023,-80.596635,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2862,98,363,365,0,0,"",0,"Certification not required",0,3.21181,3.857802,59.6,"2013-05-15 17:00",56,"2013-05-12 20:00",54,"2013-05-12 23:00",48,"2013-05-12 17:00","","","","",16,13.3,9.3,7,4.3,2.3,0,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0005","42401",2,40.341023,-80.596635,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",104325,99,363,365,0,795,"","","Certification not required",0,3.249221,4.743877,165,"2013-10-17 08:40",155,"2013-05-18 10:25",130,"2013-10-17 08:45",126,"2013-10-17 08:35","","","","",19,14,10,7,4,2,0,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-13" +"54","009","0005","68101",1,40.341023,-80.596635,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",110,0.061475,0.042048,0.3,"2013-04-25 00:00",0.3,"2013-04-28 00:00",0.2,"2013-05-10 00:00",0.2,"2013-09-19 00:00","","","","",0.3,0.2,0.1,0.05,0.05,0.05,0.05,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68102",1,40.341023,-80.596635,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68103",1,40.341023,-80.596635,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,5.236066,9.542208,22.3,"2013-07-18 00:00",20.4,"2013-07-09 00:00",20.1,"2013-07-21 00:00",19.8,"2013-07-06 00:00","","","","",20.4,20.1,19.3,17.5,13.5,6.7,-7.4,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68104",1,40.341023,-80.596635,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,17.121311,11.306242,35.3,"2013-07-18 00:00",34.9,"2013-07-15 00:00",33.8,"2013-09-10 00:00",32.9,"2013-06-24 00:00","","","","",34.9,33.8,31.5,30.4,27,18.5,1.5,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68105",1,40.341023,-80.596635,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,10.905738,10.045148,27.7,"2013-07-18 00:00",26.4,"2013-09-10 00:00",26.1,"2013-07-15 00:00",25.7,"2013-07-06 00:00","","","","",26.4,26.1,24.3,23.8,19.6,13.6,-2.3,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68106",1,40.341023,-80.596635,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,739.262295,4.888515,750,"2013-11-24 00:00",748,"2013-03-08 00:00",747,"2013-01-10 00:00",747,"2013-07-15 00:00","","","","",748,747,747,745,743,740,733,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68107",1,40.341023,-80.596635,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,745.286885,4.533584,757,"2013-01-10 00:00",756,"2013-11-30 00:00",755,"2013-11-24 00:00",755,"2013-12-24 00:00","","","","",756,755,754,752,748,745,740,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68108",1,40.341023,-80.596635,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,742.377049,4.42444,753,"2013-01-10 00:00",753,"2013-11-24 00:00",751,"2013-11-30 00:00",751,"2013-12-24 00:00","","","","",753,751,750,748,745,742,737,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","68109",1,40.341023,-80.596635,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.540984,0.500372,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","81102",1,40.341023,-80.596635,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",90,74,90,122,0,1,0,0,"Certification not required",1,19.066667,15.436568,148,"2013-04-07 00:00",36,"2013-09-10 00:00",32,"2013-05-19 00:00",32,"2013-07-27 00:00","","","","",148,36,32,29,22,17,9,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2013-11-13" +"54","009","0005","88101",1,40.341023,-80.596635,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,10.972951,5.166021,31.3,"2013-01-07 00:00",27,"2013-12-03 00:00",26.8,"2013-09-10 00:00",22.6,"2013-09-19 00:00","","","","",27,26.8,21.1,17.5,13,10.3,5.1,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0005","88101",1,40.341023,-80.596635,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,10.972951,5.166021,31.3,"2013-01-07 00:00",27,"2013-12-03 00:00",26.8,"2013-09-10 00:00",22.6,"2013-09-19 00:00","","","","",27,26.8,21.1,17.5,13,10.3,5.1,"","FOLLANSBEE - MAHAN LANE","West Virginia","Brooke","Follansbee","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0007","42401",1,40.389655,-80.586235,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8213,94,339,365,0,547,0,"","Certification not required",0,8.371681,6.762927,45,"2013-10-21 20:00",40,"2013-03-05 19:00",33,"2013-09-25 10:00",31,"2013-12-03 15:00","","","","",31,26,24,19,11,6,3,"AIR MONITORING SHELTER LOCATED 10M WEST OF MCKIMS RIDGE ROAD","MCKIMS RIDGE ROAD - CROSS CREEK DISTRICT - P O BOX 3280","West Virginia","Brooke","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0007","42401",1,40.389655,-80.586235,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8213,94,339,365,0,547,"","","Certification not required",0,3.286619,3.383639,45,"2013-10-21 20:00",40,"2013-03-05 19:00",38,"2013-10-21 21:00",33,"2013-09-25 10:00","","","","",18,13,10,7,4,3,0,"AIR MONITORING SHELTER LOCATED 10M WEST OF MCKIMS RIDGE ROAD","MCKIMS RIDGE ROAD - CROSS CREEK DISTRICT - P O BOX 3280","West Virginia","Brooke","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0007","42401",1,40.389655,-80.586235,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",339,93,339,365,0,0,0,"","Certification not required",0,3.29705,2.112443,15,"2013-06-20 00:00",11.9,"2013-10-21 00:00",11.2,"2013-05-21 00:00",10.6,"2013-12-01 00:00","","","","",10.6,8.9,7.2,5.8,4.3,3.1,1,"AIR MONITORING SHELTER LOCATED 10M WEST OF MCKIMS RIDGE ROAD","MCKIMS RIDGE ROAD - CROSS CREEK DISTRICT - P O BOX 3280","West Virginia","Brooke","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0007","42401",1,40.389655,-80.586235,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2695,92,338,365,0,0,"",0,"Certification not required",0,3.274545,3.102481,32.3,"2013-10-21 20:00",28,"2013-03-05 20:00",23.3,"2013-06-20 14:00",23.3,"2013-12-01 05:00","","","","",15.6,13,9.3,6.3,4,3,0.6,"AIR MONITORING SHELTER LOCATED 10M WEST OF MCKIMS RIDGE ROAD","MCKIMS RIDGE ROAD - CROSS CREEK DISTRICT - P O BOX 3280","West Virginia","Brooke","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0007","42401",2,40.389655,-80.586235,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",98651,94,338,365,0,6469,"","","Certification not required",0,3.27949,3.568488,64,"2013-07-04 11:10",58,"2013-03-05 18:55",57,"2013-03-05 19:00",56,"2013-03-05 18:50","","","","",18,14,10,6,4,3,0,"AIR MONITORING SHELTER LOCATED 10M WEST OF MCKIMS RIDGE ROAD","MCKIMS RIDGE ROAD - CROSS CREEK DISTRICT - P O BOX 3280","West Virginia","Brooke","","Weirton-Steubenville, WV-OH","2014-02-13" +"54","009","0011","42101",1,40.394583,-80.612017,"NAD27","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8713,99,365,365,0,47,0,0,"Certification not required",7840,0.277528,0.084686,1.5,"2013-12-03 10:00",0.9,"2013-10-17 08:00",0.8,"2013-12-04 02:00",0.8,"2013-12-04 07:00","","","","",0.6,0.6,0.5,0.5,0.25,0.25,0.25,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","42101",1,40.394583,-80.612017,"NAD27","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8751,100,365,365,0,0,0,0,"Certification not required",0,0.317095,0.056308,0.7,"2013-01-03 08:00",0.7,"2013-01-03 09:00",0.7,"2013-01-03 10:00",0.7,"2013-01-03 11:00",0.7,"2013-01-03 08:00",0.7,"2013-12-03 10:00",0.6,0.5,0.5,0.4,0.3,0.3,0.3,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","42401",1,40.394583,-80.612017,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8665,99,362,365,0,95,0,"","Certification not required",0,10.146409,9.760745,71,"2013-10-21 07:00",70,"2013-05-15 02:00",62,"2013-05-14 07:00",62,"2013-05-17 07:00","","","","",62,43,25,18,12,8,3,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","42401",1,40.394583,-80.612017,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8665,99,362,365,0,95,"","","Certification not required",0,4.382689,4.613739,71,"2013-10-21 07:00",70,"2013-05-15 02:00",67,"2013-05-15 01:00",62,"2013-05-14 07:00","","","","",21,16,11,9,6,3,1,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","42401",1,40.394583,-80.612017,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",362,99,362,365,0,0,0,"","Certification not required",0,4.394751,3.056477,19.8,"2013-05-21 00:00",19.4,"2013-10-21 00:00",17.5,"2013-05-15 00:00",15.9,"2013-05-22 00:00","","","","",15.9,12,9.8,8.1,5.8,4,1.2,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","42401",1,40.394583,-80.612017,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2852,98,361,365,0,0,"",0,"Certification not required",0,4.374474,4.317307,54,"2013-10-21 08:00",48.3,"2013-05-15 02:00",48.3,"2013-10-20 23:00",43.6,"2013-05-15 05:00","","","","",19.6,15,11,9,6,3.3,1,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","42401",2,40.394583,-80.612017,"NAD27","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",104184,99,362,365,0,936,"","","Certification not required",0,4.385453,4.84159,114,"2013-05-15 02:15",104,"2013-05-14 07:25",102,"2013-05-15 02:20",102,"2013-10-21 07:20","","","","",22,16,11,9,6,3,1,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-13" +"54","009","0011","68101",1,40.394583,-80.612017,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,100,61,61,0,1,"","","Certification not required",5,0.356612,0.12365,0.6,"2013-05-22 00:00",0.6,"2013-09-01 00:00",0.5,"2013-01-13 00:00",0.5,"2013-04-07 00:00","","","","",0.6,0.5,0.5,0.5,0.4,0.4,0.2,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68101",2,40.394583,-80.612017,"NAD27","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",29,48,29,61,0,2,"","","Certification not required",11,0.17069,0.110613,0.4,"2013-06-09 00:00",0.3,"2013-01-04 00:00",0.3,"2013-06-21 00:00",0.3,"2013-08-08 00:00","","","","",0.4,0.4,0.3,0.3,0.3,0.2,0.05,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68102",1,40.394583,-80.612017,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,100,61,61,0,1,"","","Certification not required",0,24.098347,0.012803,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68102",2,40.394583,-80.612017,"NAD27","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",29,48,29,61,0,2,"","","Certification not required",0,24,0,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68103",1,40.394583,-80.612017,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,6.745455,9.808134,22.8,"2013-07-18 00:00",22,"2013-09-10 00:00",21.2,"2013-09-01 00:00",21,"2013-07-06 00:00","","","","",22,21.2,20.7,19.3,15.3,8.5,-5.9,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68103",2,40.394583,-80.612017,"NAD27","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,6.941379,10.03332,21.8,"2013-09-01 00:00",21.3,"2013-07-15 00:00",20.8,"2013-08-08 00:00",20.6,"2013-07-03 00:00","","","","",21.8,21.8,21.3,20.8,15,8.8,-6.2,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68104",1,40.394583,-80.612017,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,16.855372,11.290814,34.8,"2013-07-15 00:00",33.9,"2013-07-18 00:00",33.5,"2013-09-10 00:00",32.7,"2013-07-06 00:00","","","","",33.9,33.5,31.7,30.2,26.6,18.6,1.1,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68104",2,40.394583,-80.612017,"NAD27","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,16.9,12.850153,35.1,"2013-07-15 00:00",32.7,"2013-07-03 00:00",32.4,"2013-06-21 00:00",31.5,"2013-08-08 00:00","","","","",35.1,35.1,32.7,32.4,28.5,19.7,-1.1,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68105",1,40.394583,-80.612017,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,100,61,61,0,1,"","","Certification not required",0,11.419835,10.245476,28.2,"2013-07-18 00:00",27.3,"2013-07-15 00:00",27.1,"2013-09-10 00:00",26,"2013-06-24 00:00","","","","",27.3,27.1,24.6,23.5,20.3,14.4,-1.9,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68105",2,40.394583,-80.612017,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,2,"","","Certification not required",0,11.272414,11.206468,28,"2013-07-15 00:00",25.2,"2013-07-03 00:00",25.1,"2013-08-08 00:00",24.9,"2013-09-01 00:00","","","","",28,28,25.2,25.1,21.9,13.7,-2.9,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68106",1,40.394583,-80.612017,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,728.239669,4.774978,738,"2013-11-24 00:00",736,"2013-03-08 00:00",736,"2013-07-15 00:00",735,"2013-01-07 00:00","","","","",736,736,735,734,731,729,722,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68106",2,40.394583,-80.612017,"NAD27","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,728.965517,5.328379,738,"2013-11-24 00:00",736,"2013-07-15 00:00",735,"2013-02-09 00:00",735,"2013-02-21 00:00","","","","",738,738,736,735,734,730,723,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68107",1,40.394583,-80.612017,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,734.173554,4.316012,745,"2013-01-10 00:00",745,"2013-11-30 00:00",743,"2013-11-24 00:00",743,"2013-12-24 00:00","","","","",745,743,742,740,737,734,729,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68107",2,40.394583,-80.612017,"NAD27","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,734.793103,4.056558,743,"2013-11-24 00:00",741,"2013-02-09 00:00",741,"2013-04-22 00:00",739,"2013-01-28 00:00","","","","",743,743,741,741,738,735,730,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68108",1,40.394583,-80.612017,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,100,61,61,0,1,"","","Certification not required",0,731.330579,4.303852,742,"2013-01-10 00:00",741,"2013-11-24 00:00",739,"2013-03-08 00:00",739,"2013-11-30 00:00","","","","",741,739,738,737,734,732,726,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68108",2,40.394583,-80.612017,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,2,"","","Certification not required",0,732.103448,4.312315,741,"2013-11-24 00:00",739,"2013-02-09 00:00",738,"2013-04-22 00:00",738,"2013-07-15 00:00","","","","",741,741,739,738,735,733,727,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68109",1,40.394583,-80.612017,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,100,61,61,0,1,"","","Certification not required",0,1439.570248,0.513589,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","68109",2,40.394583,-80.612017,"NAD27","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",29,48,29,61,0,2,"","","Certification not required",0,1439.068966,0.257881,1440,"2013-05-04 00:00",1440,"2013-08-20 00:00",1439,"2013-01-04 00:00",1439,"2013-01-16 00:00","","","","",1440,1440,1440,1439,1439,1439,1439,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","81102",1,40.394583,-80.612017,"NAD27","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8746,100,364,365,0,14,"","","Certification not required",0,14.129316,9.906866,77,"2013-01-09 02:00",76,"2013-01-09 00:00",75,"2013-01-09 01:00",69,"2013-01-09 03:00","","","","",46,41,34,27,19,12,4,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","81102",1,40.394583,-80.612017,"NAD27","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",364,100,364,365,0,0,0,0,"Certification not required",0,13.620879,7.407405,48,"2013-05-15 00:00",35,"2013-09-10 00:00",35,"2013-09-11 00:00",34,"2013-12-02 00:00","","","","",34,32,28,24,18,12,6,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","0011","88101",1,40.394583,-80.612017,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,10.25124,5.467984,31.1,"2013-12-03 00:00",30.2,"2013-01-07 00:00",26.8,"2013-09-10 00:00",25.3,"2013-09-19 00:00","","","","",30.2,26.8,19.4,16.5,12.8,9.5,4.3,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","88101",1,40.394583,-80.612017,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,10.25124,5.467984,31.1,"2013-12-03 00:00",30.2,"2013-01-07 00:00",26.8,"2013-09-10 00:00",25.3,"2013-09-19 00:00","","","","",30.2,26.8,19.4,16.5,12.8,9.5,4.3,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","88101",2,40.394583,-80.612017,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,0,0,"Certification not required",0,10.972414,5.137182,19.8,"2013-07-27 00:00",18.7,"2013-06-09 00:00",18.5,"2013-06-21 00:00",18.5,"2013-10-19 00:00","","","","",19.8,19.8,18.7,18.5,13.3,11.6,4,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","0011","88101",2,40.394583,-80.612017,"NAD27","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,2,"","","Certification not required",0,10.972414,5.137182,19.8,"2013-07-27 00:00",18.7,"2013-06-09 00:00",18.5,"2013-06-21 00:00",18.5,"2013-10-19 00:00","","","","",19.8,19.8,18.7,18.5,13.3,11.6,4,"","WEIRTON - MARLAND HEIGHTS ELEMENTARY","West Virginia","Brooke","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","009","6000","42401",1,40.240877,-80.65033,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8335,95,363,365,0,425,0,"","Certification not required",0,2.909091,3.345649,37,"2013-04-26 15:00",32,"2013-03-05 19:00",25,"2013-09-14 12:00",21,"2013-03-24 11:00","","","","",21,10,7,5,3,2,1,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","42401",1,40.240877,-80.65033,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",8335,95,363,365,0,425,"","","Certification not required",0,1.816437,1.196003,37,"2013-04-26 15:00",32,"2013-03-05 19:00",27,"2013-04-26 16:00",25,"2013-03-05 20:00","","","","",5,4,3,3,2,2,1,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","42401",1,40.240877,-80.65033,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,1.813774,0.726703,5.7,"2013-03-05 00:00",5,"2013-03-24 00:00",5,"2013-04-26 00:00",4.9,"2013-01-18 00:00","","","","",4.9,3.5,3.2,2.6,2.1,2,1,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","42401",1,40.240877,-80.65033,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2518,86,356,365,0,0,"",0,"Certification not required",0,1.824226,1.128805,26.3,"2013-04-26 17:00",21,"2013-03-05 20:00",17,"2013-09-14 14:00",12.3,"2013-01-18 20:00","","","","",5.3,4.3,3.3,2.6,2,2,1,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","61101",1,40.240877,-80.65033,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,3.634197,2.711651,19.2,"2013-11-01 00:00",19,"2013-02-11 12:00",18,"2013-02-11 11:00",17.2,"2013-11-01 01:00","","","","",12.1,10.7,9.1,7.5,5,3,0.9,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","61102",1,40.240877,-80.65033,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,153.698219,92.66561,360,"2013-01-25 16:00",360,"2013-02-25 12:00",360,"2013-03-08 03:00",360,"2013-03-16 18:00","","","","",357,353,340,261,203,178,20,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","61106",1,40.240877,-80.65033,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8758,100,365,365,0,2,"","","Certification not required",0,23.651861,12.838254,90,"2013-05-04 10:00",88,"2013-06-09 11:00",87,"2013-05-05 13:00",86,"2013-05-06 12:00","","","","",68,62,52,42,28,20,13,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","61109",1,40.240877,-80.65033,"NAD83","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,0.079013,0.1466,0.9,"2013-01-19 12:00",0.9,"2013-01-19 13:00",0.9,"2013-02-11 11:00",0.9,"2013-02-11 12:00","","","","",0.5,0.5,0.3,0.3,0.2,0,0,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","61110",1,40.240877,-80.65033,"NAD83","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Knots","No Events",8758,100,365,365,0,2,"","","Certification not required",0,0.413782,0.324541,1.8,"2013-11-01 00:00",1.7,"2013-02-11 12:00",1.7,"2013-05-03 16:00",1.6,"2013-01-30 09:00","","","","",1.3,1.1,1,0.9,0.6,0.3,0,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","009","6000","62101",1,40.240877,-80.65033,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8758,100,365,365,0,2,"","","Certification not required",0,51.846997,18.370736,92,"2013-07-18 13:00",91,"2013-07-15 15:00",91,"2013-07-15 16:00",91,"2013-07-18 14:00","","","","",86,84,80,75,67,53,28,"","STATE TOUTE 2, BOX27A, BEECH BOTTOM, WVA","West Virginia","Brooke","Beech Bottom","Weirton-Steubenville, WV-OH","2014-02-06" +"54","011","0006","14129",1,38.424133,-82.4259,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,0.0102,0.017121,0.101,"2013-06-15 00:00",0.06,"2013-01-22 00:00",0.034,"2013-02-03 00:00",0.023,"2013-06-03 00:00","","","","",0.101,0.101,0.034,0.021,0.009,0.005,0.002,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","14129",2,38.424133,-82.4259,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Inductively Coupled Plasma-Mass Spectrometry Acid filter extract with hot nitric acid",2013,"Micrograms/cubic meter (LC)","No Events",23,74,22,31,0,1,0,0,"Certification not required",0,0.005435,0.003131,0.013,"2013-04-10 00:00",0.012,"2013-01-16 00:00",0.01,"2013-06-09 00:00",0.008,"2013-05-28 00:00","","","","",0.013,0.013,0.012,0.01,0.007,0.005,0.002,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","42401",1,38.424133,-82.4259,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",4599,53,190,365,0,1948,0,"","Certification not required",0,4.094737,4.108511,22,"2013-07-24 18:00",21,"2013-07-26 18:00",19,"2013-07-25 16:00",17,"2013-09-16 15:00","","","","",21,17,12,9,6,3,0,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","42401",1,38.424133,-82.4259,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",4599,53,190,365,0,1948,"","","Certification not required",0,1.961731,3.458486,22,"2013-07-24 18:00",21,"2013-07-24 14:00",21,"2013-07-24 19:00",21,"2013-07-24 20:00","","","","",16,15,7,6,3,1,-1,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","42401",1,38.424133,-82.4259,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",190,52,190,365,0,0,0,"","Certification not required",0,2.058421,3.260037,16.5,"2013-07-24 00:00",16.5,"2013-07-25 00:00",16.1,"2013-07-26 00:00",15.3,"2013-07-28 00:00","","","","",16.5,15.3,6.9,5.5,3.2,1.1,-0.8,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","42401",1,38.424133,-82.4259,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1473,50,173,365,0,0,"",0,"Certification not required",0,2.001222,3.403872,21.3,"2013-07-24 20:00",19,"2013-07-24 17:00",18,"2013-07-24 14:00",18,"2013-07-25 17:00","","","","",16,15,7,5.6,3.3,1,-1,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","42401",2,38.424133,-82.4259,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",55876,53,192,365,0,22747,"","","Certification not required",0,1.976555,3.495545,25,"2013-07-01 16:05",24,"2013-07-24 18:40",24,"2013-07-24 18:45",23,"2013-07-24 15:00","","","","",16,15,7,6,3,1,-1,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2013-12-16" +"54","011","0006","44201",1,38.424133,-82.4259,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET ABSORPTION",2013,"Parts per million","No Events",4869,95,204,214,0,267,0,0,"Certification not required",628,0.045956,0.01094,0.072,"2013-07-18 13:00",0.069,"2013-07-17 12:00",0.068,"2013-05-15 13:00",0.068,"2013-06-21 13:00","","","","",0.068,0.068,0.064,0.06,0.053,0.047,0.03,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-01-24" +"54","011","0006","44201",1,38.424133,-82.4259,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4762,93,199,214,0,0,0,0,"Certification not required",0,0.040166,0.010656,0.063,"2013-07-17 10:00",0.062,"2013-07-18 11:00",0.061,"2013-06-21 10:00",0.059,"2013-04-06 10:00","","","","",0.062,0.059,0.056,0.052,0.047,0.042,0.024,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-01-24" +"54","011","0006","44201",1,38.424133,-82.4259,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4762,93,199,214,0,0,0,0,"Certification not required",0,0.040166,0.010656,0.063,"2013-07-17 10:00",0.062,"2013-07-18 11:00",0.061,"2013-06-21 10:00",0.059,"2013-04-06 10:00","","","","",0.062,0.059,0.056,0.052,0.047,0.042,0.024,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-01-24" +"54","011","0006","68101",1,38.424133,-82.4259,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",117,100,60,61,0,5,"","","Certification not required",25,0.189316,0.190714,1.5,"2013-05-13 00:00",1.4,"2013-03-05 00:00",0.4,"2013-10-28 00:00",0.3,"2013-01-07 00:00","","","","",1.4,0.4,0.3,0.3,0.2,0.2,0.05,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68101",2,38.424133,-82.4259,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",30,97,30,31,0,1,"","","Certification not required",11,0.135,0.081102,0.3,"2013-01-28 00:00",0.3,"2013-10-19 00:00",0.2,"2013-01-04 00:00",0.2,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.2,0.2,0.1,0.05,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68102",1,38.424133,-82.4259,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",117,100,60,61,0,5,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68102",2,38.424133,-82.4259,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",30,97,30,31,0,1,"","","Certification not required",0,24.063333,0.049013,24.1,"2013-01-16 00:00",24.1,"2013-01-28 00:00",24.1,"2013-02-21 00:00",24.1,"2013-03-05 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68103",1,38.424133,-82.4259,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,100,60,61,0,5,"","","Certification not required",0,9.21453,9.329729,24.6,"2013-07-09 00:00",24.1,"2013-07-18 00:00",23.6,"2013-08-08 00:00",23.1,"2013-09-10 00:00","","","","",24.1,23.6,22.1,21.1,17.6,10.8,-2.3,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68103",2,38.424133,-82.4259,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",30,97,30,31,0,1,"","","Certification not required",0,10.09,9.052466,24.4,"2013-08-08 00:00",23,"2013-09-01 00:00",22.5,"2013-07-15 00:00",22,"2013-07-03 00:00","","","","",24.4,24.4,23,22.5,18.1,12.2,0.5,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68104",1,38.424133,-82.4259,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,100,60,61,0,5,"","","Certification not required",0,19.930769,10.656166,36.8,"2013-07-18 00:00",36.3,"2013-07-15 00:00",35.8,"2013-06-12 00:00",34.3,"2013-06-21 00:00","","","","",36.3,35.8,34.3,31.9,29.8,21.2,4.6,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68104",2,38.424133,-82.4259,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",30,97,30,31,0,1,"","","Certification not required",0,21.423333,11.337569,40.5,"2013-07-15 00:00",39.1,"2013-06-21 00:00",34.7,"2013-06-09 00:00",34.7,"2013-07-03 00:00","","","","",40.5,40.5,39.1,34.7,31.8,23,6.3,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68105",1,38.424133,-82.4259,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,100,60,61,0,5,"","","Certification not required",0,14.087179,9.693248,29.5,"2013-07-18 00:00",28.5,"2013-07-09 00:00",28.4,"2013-06-12 00:00",28.2,"2013-07-15 00:00","","","","",28.5,28.4,27.2,25.3,23,15.4,1.8,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68105",2,38.424133,-82.4259,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",30,97,30,31,0,1,"","","Certification not required",0,15.01,9.895814,30.4,"2013-07-15 00:00",28,"2013-06-21 00:00",27.2,"2013-08-08 00:00",27.2,"2013-09-01 00:00","","","","",30.4,30.4,28,27.2,24.8,17.4,3.5,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68106",1,38.424133,-82.4259,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,60,61,0,5,"","","Certification not required",0,747.717949,4.688295,761,"2013-11-24 00:00",757,"2013-03-08 00:00",757,"2013-12-12 00:00",757,"2013-12-24 00:00","","","","",757,757,755,754,750,748,743,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68106",2,38.424133,-82.4259,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,30,31,0,1,"","","Certification not required",0,747.3,5.421223,760,"2013-11-24 00:00",755,"2013-02-09 00:00",754,"2013-01-04 00:00",753,"2013-07-15 00:00","","","","",760,760,755,754,751,747,743,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68107",1,38.424133,-82.4259,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,60,61,0,5,"","","Certification not required",0,752.803419,4.588665,766,"2013-11-24 00:00",764,"2013-11-12 00:00",763,"2013-12-12 00:00",763,"2013-12-24 00:00","","","","",764,763,762,759,756,752,748,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68107",2,38.424133,-82.4259,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,30,31,0,1,"","","Certification not required",0,752.8,5.074616,765,"2013-11-24 00:00",764,"2013-11-12 00:00",759,"2013-02-09 00:00",758,"2013-02-21 00:00","","","","",765,765,764,759,757,752,748,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68108",1,38.424133,-82.4259,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,100,60,61,0,5,"","","Certification not required",0,750.350427,4.33573,763,"2013-11-24 00:00",760,"2013-12-12 00:00",760,"2013-12-24 00:00",759,"2013-01-10 00:00","","","","",760,760,758,757,753,750,745,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68108",2,38.424133,-82.4259,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",30,97,30,31,0,1,"","","Certification not required",0,750.166667,4.95555,762,"2013-11-24 00:00",759,"2013-11-12 00:00",757,"2013-02-09 00:00",756,"2013-01-04 00:00","","","","",762,762,759,757,754,750,745,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68109",1,38.424133,-82.4259,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",117,100,60,61,0,5,"","","Certification not required",0,1440,0,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","68109",2,38.424133,-82.4259,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",30,97,30,31,0,1,"","","Certification not required",0,1440,0,1440,"2013-01-04 00:00",1440,"2013-01-16 00:00",1440,"2013-01-28 00:00",1440,"2013-02-09 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","88101",1,38.424133,-82.4259,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,9.429915,3.908507,21,"2013-07-18 00:00",20.7,"2013-08-29 00:00",20.3,"2013-01-07 00:00",16.9,"2013-09-10 00:00","","","","",20.7,20.3,16.1,15.1,11.9,8.4,5.4,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","88101",1,38.424133,-82.4259,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,9.429915,3.908507,21,"2013-07-18 00:00",20.7,"2013-08-29 00:00",20.3,"2013-01-07 00:00",16.9,"2013-09-10 00:00","","","","",20.7,20.3,16.1,15.1,11.9,8.4,5.4,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","88101",2,38.424133,-82.4259,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,97,30,31,0,1,0,0,"Certification not required",0,8.93,3.738813,16.9,"2013-08-20 00:00",15.5,"2013-04-10 00:00",14.9,"2013-06-21 00:00",13.9,"2013-06-09 00:00","","","","",16.9,16.9,15.5,14.9,11.3,8.1,4.6,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","011","0006","88101",2,38.424133,-82.4259,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,97,30,31,0,1,"","","Certification not required",0,8.93,3.738813,16.9,"2013-08-20 00:00",15.5,"2013-04-10 00:00",14.9,"2013-06-21 00:00",13.9,"2013-06-09 00:00","","","","",16.9,16.9,15.5,14.9,11.3,8.1,4.6,"HENDERSON CENTER/MARSHALL UNIVERSITY - MOVED FROM WATER CO. 5/98","HUNTINGTON - MARSHALL UNIVERSITY","West Virginia","Cabell","Huntington","Huntington-Ashland, WV-KY-OH","2014-02-12" +"54","021","9991","44201",1,38.8795,-80.8477,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7541,93,200,214,0,475,0,0,"Certification not required",1203,0.040845,0.00966,0.071,"2013-04-05 17:00",0.066,"2013-05-15 15:00",0.062,"2013-04-11 15:00",0.061,"2013-03-30 15:00","","","","",0.066,0.061,0.059,0.055,0.049,0.044,0.037,"Cedar Creek","Cedar Creek State Park, Cedarville, WV 26611","West Virginia","Gilmer","","","2014-01-31" +"54","021","9991","44201",1,38.8795,-80.8477,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7664,93,198,214,0,0,0,0,"Certification not required",0,0.034929,0.010224,0.064,"2013-04-05 11:00",0.063,"2013-05-15 10:00",0.059,"2013-04-27 10:00",0.058,"2013-04-11 10:00","","","","",0.063,0.058,0.057,0.052,0.043,0.038,0.032,"Cedar Creek","Cedar Creek State Park, Cedarville, WV 26611","West Virginia","Gilmer","","","2014-01-31" +"54","021","9991","44201",1,38.8795,-80.8477,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7664,93,198,214,0,0,0,0,"Certification not required",0,0.034929,0.010224,0.064,"2013-04-05 11:00",0.063,"2013-05-15 10:00",0.059,"2013-04-27 10:00",0.058,"2013-04-11 10:00","","","","",0.063,0.058,0.057,0.052,0.043,0.038,0.032,"Cedar Creek","Cedar Creek State Park, Cedarville, WV 26611","West Virginia","Gilmer","","","2014-01-31" +"54","029","0005","42401",1,40.529021,-80.576067,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8676,99,363,365,0,84,0,"","Certification not required",0,8.713499,5.252257,36,"2013-07-15 10:00",34,"2013-07-23 09:00",31,"2013-08-19 13:00",29,"2013-06-20 16:00","","","","",29,26,18,15,11,7,4,"","NEW MANCHESTER - NEW MANCHESTER ELEM SCHOOL","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0005","42401",1,40.529021,-80.576067,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8676,99,363,365,0,84,"","","Certification not required",0,4.208045,2.478111,36,"2013-07-15 10:00",34,"2013-07-23 09:00",31,"2013-08-19 13:00",29,"2013-06-20 16:00","","","","",14,11,9,7,5,4,2,"","NEW MANCHESTER - NEW MANCHESTER ELEM SCHOOL","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0005","42401",1,40.529021,-80.576067,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,4.210468,1.409106,9,"2013-12-01 00:00",8.8,"2013-06-20 00:00",8.6,"2013-02-10 00:00",8.3,"2013-07-15 00:00","","","","",8.3,7.9,7,6,5,4,2.6,"","NEW MANCHESTER - NEW MANCHESTER ELEM SCHOOL","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0005","42401",1,40.529021,-80.576067,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2858,98,363,365,0,0,"",0,"Certification not required",0,4.173583,2.202418,28.3,"2013-07-15 11:00",24.3,"2013-06-20 17:00",22,"2013-07-30 14:00",22,"2013-08-19 14:00","","","","",13,10.3,8.3,6.6,5,3.6,2,"","NEW MANCHESTER - NEW MANCHESTER ELEM SCHOOL","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0005","42401",4,40.529021,-80.576067,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",104428,99,364,365,0,692,"","","Certification not required",0,4.20258,2.813098,75,"2013-06-17 09:35",71,"2013-06-17 09:40",62,"2013-07-15 09:30",57,"2013-08-20 13:55","","","","",15,12,9,7,5,4,2,"","NEW MANCHESTER - NEW MANCHESTER ELEM SCHOOL","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-13" +"54","029","0007","42401",1,40.460138,-80.576567,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8701,99,364,365,0,59,0,"","Certification not required",0,7.195055,4.955213,40,"2013-07-17 10:00",25,"2013-07-16 10:00",23,"2013-03-05 19:00",23,"2013-04-08 10:00","","","","",23,21,18,14,9,6,3,"","NEW CUMBERLAND - R D #1, CROTHERS ROAD","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0007","42401",1,40.460138,-80.576567,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8701,99,364,365,0,59,"","","Certification not required",0,3.107919,2.398459,40,"2013-07-17 10:00",25,"2013-07-16 10:00",23,"2013-03-05 19:00",23,"2013-04-08 10:00","","","","",13,11,7,6,4,2,1,"","NEW CUMBERLAND - R D #1, CROTHERS ROAD","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0007","42401",1,40.460138,-80.576567,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",364,100,364,365,0,0,0,"","Certification not required",0,3.112912,1.416461,9.4,"2013-05-21 00:00",8.1,"2013-05-22 00:00",8.1,"2013-12-01 00:00",8,"2013-10-16 00:00","","","","",8,6.5,5.8,5.1,3.9,2.8,1.5,"","NEW CUMBERLAND - R D #1, CROTHERS ROAD","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0007","42401",1,40.460138,-80.576567,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2865,98,364,365,0,0,"",0,"Certification not required",0,3.077696,2.152584,17,"2013-03-05 20:00",16,"2013-04-08 11:00",16,"2013-05-21 08:00",16,"2013-09-29 14:00","","","","",12.3,10.3,7.3,5.3,3.6,2.6,1,"","NEW CUMBERLAND - R D #1, CROTHERS ROAD","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0007","42401",2,40.460138,-80.576567,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",104583,99,365,365,0,537,"","","Certification not required",0,3.103248,2.569005,85,"2013-07-17 10:15",70,"2013-07-17 10:20",52,"2013-07-17 10:10",44,"2013-09-12 10:00","","","","",14,11,8,6,4,2,1,"","NEW CUMBERLAND - R D #1, CROTHERS ROAD","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-13" +"54","029","0008","42401",1,40.61572,-80.56,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8708,99,365,365,0,52,0,"","Certification not required",0,6.421918,4.730374,35,"2013-09-17 09:00",30,"2013-06-05 10:00",27,"2013-09-25 12:00",23,"2013-09-29 13:00","","","","",23,21,15,12,8,5,2,"","CHESTER - ALLISON ELEMENTARY SCHOOL","West Virginia","Hancock","Chester","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0008","42401",1,40.61572,-80.56,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8708,99,365,365,0,52,"","","Certification not required",0,3.121727,2.266726,35,"2013-09-17 09:00",32,"2013-09-17 10:00",30,"2013-06-05 10:00",27,"2013-06-05 09:00","","","","",11,9,7,5,4,3,1,"","CHESTER - ALLISON ELEMENTARY SCHOOL","West Virginia","Hancock","Chester","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0008","42401",1,40.61572,-80.56,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",365,100,365,365,0,0,0,"","Certification not required",0,3.124932,1.508732,8.8,"2013-11-14 00:00",8.5,"2013-01-25 00:00",8.5,"2013-03-05 00:00",8.1,"2013-12-08 00:00","","","","",8.1,7,5.5,5,4,3,1.3,"","CHESTER - ALLISON ELEMENTARY SCHOOL","West Virginia","Hancock","Chester","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0008","42401",1,40.61572,-80.56,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2870,98,365,365,0,0,"",0,"Certification not required",0,3.088955,2.046984,27.6,"2013-06-05 11:00",20,"2013-12-08 14:00",18.6,"2013-09-25 14:00",18,"2013-09-06 14:00","","","","",10.6,9,6.6,5,4,3,1,"","CHESTER - ALLISON ELEMENTARY SCHOOL","West Virginia","Hancock","Chester","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0008","42401",2,40.61572,-80.56,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",104737,100,365,365,0,383,"","","Certification not required",0,3.123166,2.395986,57,"2013-08-07 11:30",48,"2013-09-29 13:25",45,"2013-06-05 10:55",45,"2013-06-05 11:00","","","","",12,10,7,5,4,3,1,"","CHESTER - ALLISON ELEMENTARY SCHOOL","West Virginia","Hancock","Chester","Weirton-Steubenville, WV-OH","2014-02-13" +"54","029","0009","42101",1,40.427372,-80.592318,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - GAS FILTER CORRELATION CO ANALYZER",2013,"Parts per million","No Events",8685,99,363,365,0,75,0,0,"Certification not required",8417,0.258854,0.051608,1.1,"2013-12-04 01:00",0.9,"2013-02-13 02:00",0.8,"2013-01-09 02:00",0.8,"2013-07-16 21:00","","","","",0.5,0.5,0.25,0.25,0.25,0.25,0.25,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","42101",1,40.427372,-80.592318,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8723,100,363,365,0,0,0,0,"Certification not required",0,0.304941,0.029822,0.6,"2013-02-07 06:00",0.6,"2013-02-07 07:00",0.6,"2013-02-07 08:00",0.6,"2013-02-07 09:00",0.6,"2013-02-07 06:00",0.6,"2013-02-10 11:00",0.5,0.4,0.3,0.3,0.3,0.3,0.3,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","42401",1,40.427372,-80.592318,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8118,93,337,365,0,642,0,"","Certification not required",0,6.940653,4.948789,31,"2013-05-21 23:00",29,"2013-05-15 02:00",27,"2013-03-05 19:00",22,"2013-03-09 16:00","","","","",22,21,17,13,9,6,2,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","42401",1,40.427372,-80.592318,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8118,93,337,365,0,642,"","","Certification not required",0,2.974501,2.753602,31,"2013-05-21 23:00",29,"2013-05-15 02:00",27,"2013-03-05 19:00",25,"2013-05-21 06:00","","","","",14,11,8,6,4,2,0,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","42401",1,40.427372,-80.592318,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",337,92,337,365,0,0,0,"","Certification not required",0,2.990801,1.857643,12.8,"2013-05-21 00:00",10.1,"2013-05-22 00:00",8.4,"2013-01-08 00:00",8,"2013-03-31 00:00","","","","",8,7.5,6.3,5.3,3.9,2.9,0.8,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","42401",1,40.427372,-80.592318,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2670,91,336,365,0,0,"",0,"Certification not required",0,2.951049,2.555736,24,"2013-05-21 23:00",22,"2013-05-21 08:00",19.6,"2013-03-05 20:00",18,"2013-08-08 14:00","","","","",12,10.3,7.6,6,4,2.3,0.3,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","42401",2,40.427372,-80.592318,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",97694,93,338,365,0,7426,"","","Certification not required",0,2.976263,2.897945,39,"2013-05-15 02:35",39,"2013-10-28 11:40",38,"2013-05-15 02:40",37,"2013-11-25 10:50","","","","",14,11,8,6,4,2,0,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-13" +"54","029","0009","81102",1,40.427372,-80.592318,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8728,100,363,365,0,32,"","","Certification not required",0,13.507447,10.468774,187,"2013-05-09 14:00",107,"2013-05-15 13:00",106,"2013-05-15 12:00",104,"2013-05-09 19:00","","","","",48,41,33,27,18,11,4,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0009","81102",1,40.427372,-80.592318,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",363,99,363,365,0,0,0,0,"Certification not required",0,13.063361,7.573132,55,"2013-05-15 00:00",46,"2013-05-09 00:00",40,"2013-09-10 00:00",34,"2013-05-16 00:00","","","","",34,31,28,23,17,11,5,"","WEIRTON - SUMMIT CIRCLE","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0015","42401",1,40.618353,-80.540616,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8683,99,363,365,0,77,0,"","Certification not required",0,7.757576,6.176203,47,"2013-09-24 09:00",43,"2013-07-13 08:00",42,"2013-08-11 09:00",40,"2013-09-17 09:00","","","","",40,24,21,14,10,6,3,"STD AM SHELTER LOCATED ON WEST SIDE OF CMNTY PARK NEAR TYRONE RD","LAWRENCEVILLE - COMMUNITY PARK AND TYRONE ROAD","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0015","42401",1,40.618353,-80.540616,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",8683,99,363,365,0,77,"","","Certification not required",0,3.56006,2.735971,47,"2013-09-24 09:00",43,"2013-07-13 08:00",42,"2013-08-11 09:00",40,"2013-09-17 09:00","","","","",14,11,8,6,4,3,1,"STD AM SHELTER LOCATED ON WEST SIDE OF CMNTY PARK NEAR TYRONE RD","LAWRENCEVILLE - COMMUNITY PARK AND TYRONE ROAD","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0015","42401",1,40.618353,-80.540616,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,3.569972,1.726174,10.9,"2013-03-05 00:00",10.2,"2013-09-24 00:00",9.9,"2013-12-08 00:00",8.8,"2013-11-14 00:00","","","","",8.8,7.6,6.9,5.8,4.5,3.3,1.6,"STD AM SHELTER LOCATED ON WEST SIDE OF CMNTY PARK NEAR TYRONE RD","LAWRENCEVILLE - COMMUNITY PARK AND TYRONE ROAD","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0015","42401",1,40.618353,-80.540616,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2861,98,363,365,0,0,"",0,"Certification not required",0,3.515904,2.366812,27.6,"2013-08-11 11:00",24,"2013-07-13 08:00",23.6,"2013-09-24 14:00",22.6,"2013-12-08 14:00","","","","",11.6,10,7.6,6.3,4.3,3,1,"STD AM SHELTER LOCATED ON WEST SIDE OF CMNTY PARK NEAR TYRONE RD","LAWRENCEVILLE - COMMUNITY PARK AND TYRONE ROAD","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","0015","42401",2,40.618353,-80.540616,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",104666,100,365,365,0,454,"","","Certification not required",0,3.558978,2.955218,71,"2013-08-11 09:20",67,"2013-09-24 10:25",66,"2013-08-11 08:45",64,"2013-09-17 09:10","","","","",14,11,8,6,4,3,1,"STD AM SHELTER LOCATED ON WEST SIDE OF CMNTY PARK NEAR TYRONE RD","LAWRENCEVILLE - COMMUNITY PARK AND TYRONE ROAD","West Virginia","Hancock","","Weirton-Steubenville, WV-OH","2014-02-13" +"54","029","1004","42101",1,40.421539,-80.580717,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8677,99,363,365,0,83,0,0,"Certification not required",6063,0.336021,0.14145,2,"2013-01-10 04:00",1.9,"2013-10-29 16:00",1.7,"2013-01-10 01:00",1.6,"2013-01-09 22:00","","","","",0.7,0.6,0.6,0.5,0.5,0.25,0.25,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","42101",1,40.421539,-80.580717,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8709,99,361,365,0,0,0,0,"Certification not required",0,0.363762,0.107634,1.5,"2013-01-10 04:00",1.5,"2013-01-10 05:00",1.5,"2013-01-10 08:00",1.4,"2013-01-10 01:00",1.5,"2013-01-10 04:00",1.3,"2013-01-10 00:00",0.6,0.6,0.6,0.5,0.4,0.3,0.3,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","42401",1,40.421539,-80.580717,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",8650,99,363,365,0,110,0,"","Certification not required",0,9.440771,5.432529,31,"2013-03-05 18:00",28,"2013-05-15 02:00",26,"2013-05-16 23:00",26,"2013-05-21 23:00","","","","",26,25,21,17,12,8,4,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","42401",1,40.421539,-80.580717,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",8650,99,363,365,0,110,"","","Certification not required",0,5.075029,3.067294,31,"2013-03-05 18:00",29,"2013-03-05 19:00",28,"2013-05-15 02:00",28,"2013-05-15 06:00","","","","",17,14,10,8,6,5,2,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","42401",1,40.421539,-80.580717,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",363,99,363,365,0,0,0,"","Certification not required",0,5.091736,2.17644,15,"2013-05-21 00:00",12.3,"2013-05-15 00:00",11.1,"2013-12-01 00:00",10.3,"2013-05-20 00:00","","","","",10.3,9.7,8.5,7.9,6.5,5,2.3,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","42401",1,40.421539,-80.580717,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2843,97,361,365,0,0,"",0,"Certification not required",0,5.042314,2.845068,23.6,"2013-03-05 20:00",23,"2013-05-15 08:00",22.3,"2013-12-01 05:00",21,"2013-05-21 05:00","","","","",15.3,13,10,8.3,6.3,4.6,2,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","42401",2,40.421539,-80.580717,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",102915,98,359,365,0,2205,"","","Certification not required",0,5.11904,3.248184,84,"2013-05-30 08:50",46,"2013-05-20 09:50",43,"2013-03-05 18:55",43,"2013-03-05 19:00","","","","",17,14,11,9,6,5,2,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-13" +"54","029","1004","44201",1,40.421539,-80.580717,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Multiple Methods Used",2013,"Parts per million","No Events",5087,100,213,214,0,49,0,0,"Certification not required",164,0.048986,0.011782,0.09,"2013-06-21 18:00",0.08,"2013-06-25 14:00",0.079,"2013-05-15 17:00",0.077,"2013-07-03 13:00","","","","",0.079,0.076,0.069,0.065,0.056,0.049,0.035,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-01-22" +"54","029","1004","44201",1,40.421539,-80.580717,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5103,99,211,214,0,0,0,0,"Certification not required",0,0.04437,0.01122,0.082,"2013-06-21 11:00",0.074,"2013-05-15 12:00",0.073,"2013-06-25 10:00",0.069,"2013-05-18 11:00","","","","",0.073,0.069,0.063,0.059,0.052,0.043,0.03,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-01-22" +"54","029","1004","44201",1,40.421539,-80.580717,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","Multiple Methods Used",2013,"Parts per million","No Events",5103,99,211,214,0,0,1,1,"Certification not required",0,0.04437,0.01122,0.082,"2013-06-21 11:00",0.074,"2013-05-15 12:00",0.073,"2013-06-25 10:00",0.069,"2013-05-18 11:00","","","","",0.073,0.069,0.063,0.059,0.052,0.043,0.03,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-01-22" +"54","029","1004","68101",1,40.421539,-80.580717,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",122,100,61,61,0,0,"","","Certification not required",11,0.305328,0.133114,0.5,"2013-05-28 00:00",0.5,"2013-05-31 00:00",0.5,"2013-06-03 00:00",0.5,"2013-06-09 00:00","","","","",0.5,0.5,0.5,0.5,0.4,0.3,0.1,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68102",1,40.421539,-80.580717,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68103",1,40.421539,-80.580717,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,6.57541,9.812383,22.9,"2013-07-18 00:00",22,"2013-09-10 00:00",21.9,"2013-09-01 00:00",21.5,"2013-07-15 00:00","","","","",22,21.9,20.6,19.3,15,8,-5.9,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68104",1,40.421539,-80.580717,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,16.901639,11.515408,34.9,"2013-07-18 00:00",34.8,"2013-09-10 00:00",34.5,"2013-07-15 00:00",32.7,"2013-06-24 00:00","","","","",34.8,34.5,32.2,30.6,27.3,18.8,1,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68105",1,40.421539,-80.580717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,11.303279,10.331433,28.5,"2013-07-18 00:00",27.7,"2013-07-15 00:00",27.2,"2013-09-10 00:00",26.4,"2013-06-24 00:00","","","","",27.7,27.2,24.9,23.4,20.5,14.2,-2,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68106",1,40.421539,-80.580717,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,727.540984,4.724033,737,"2013-11-24 00:00",736,"2013-07-15 00:00",735,"2013-01-10 00:00",735,"2013-03-08 00:00","","","","",736,735,734,733,731,728,722,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68107",1,40.421539,-80.580717,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,733.254098,4.272846,744,"2013-01-10 00:00",744,"2013-11-30 00:00",742,"2013-11-24 00:00",742,"2013-12-24 00:00","","","","",744,742,740,739,736,733,728,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68108",1,40.421539,-80.580717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,730.54918,4.215482,740,"2013-01-10 00:00",740,"2013-11-24 00:00",738,"2013-03-08 00:00",738,"2013-11-30 00:00","","","","",740,738,737,736,733,731,725,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","68109",1,40.421539,-80.580717,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.557377,0.498745,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","81102",1,40.421539,-80.580717,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",1,15.688889,7.015639,29,"2013-08-20 00:00",28,"2013-05-22 00:00",27,"2013-06-21 00:00",27,"2013-08-26 00:00","","","","",29,29,27,27,21,16,7,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2013-11-13" +"54","029","1004","81102",2,40.421539,-80.580717,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",8403,100,175,182,0,357,"","","Certification not required",0,13.84327,8.809433,189,"2013-10-29 16:00",80,"2013-08-20 09:00",77,"2013-06-05 17:00",64,"2013-09-07 09:00","","","","",44,37,30,26,18,12,5,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","81102",2,40.421539,-80.580717,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",350,96,175,182,0,0,0,0,"Certification not required",0,13.354286,6.430156,38,"2013-05-15 00:00",38,"2013-09-10 00:00",32,"2013-08-21 00:00",30,"2013-05-21 00:00","","","","",30,29,27,23,17,12,6,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-06" +"54","029","1004","81102",3,40.421539,-80.580717,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-SA/GMW-321-B - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",23,74,23,31,0,0,0,0,"Certification not required",0,15.956522,7.264348,31,"2013-08-20 00:00",27,"2013-06-21 00:00",24,"2013-06-09 00:00",24,"2013-07-15 00:00","","","","",31,31,27,24,22,17,7,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2013-11-13" +"54","029","1004","88101",1,40.421539,-80.580717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,10.084426,5.329817,29.2,"2013-01-07 00:00",28.6,"2013-09-10 00:00",27.3,"2013-12-03 00:00",24.3,"2013-09-19 00:00","","","","",28.6,27.3,20,16.3,12.8,9,4.7,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","029","1004","88101",1,40.421539,-80.580717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,10.084426,5.329817,29.2,"2013-01-07 00:00",28.6,"2013-09-10 00:00",27.3,"2013-12-03 00:00",24.3,"2013-09-19 00:00","","","","",28.6,27.3,20,16.3,12.8,9,4.7,"","WEIRTON - OAK ST AND OWINGS ST (BETWEEN DEAD ENDS)","West Virginia","Hancock","Weirton","Weirton-Steubenville, WV-OH","2014-02-10" +"54","033","0003","68101",1,39.278117,-80.34225,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",113,100,58,61,0,3,"","","Certification not required",37,0.164159,0.113285,0.5,"2013-06-09 00:00",0.4,"2013-02-03 00:00",0.4,"2013-02-12 00:00",0.4,"2013-03-14 00:00","","","","",0.4,0.4,0.4,0.3,0.2,0.1,0.05,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68102",1,39.278117,-80.34225,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,60,61,0,3,"","","Certification not required",0,24.047059,0.050124,24.1,"2013-01-01 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-28 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68103",1,39.278117,-80.34225,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,3,"","","Certification not required",0,5.748673,9.28154,21.1,"2013-08-29 00:00",20.9,"2013-09-10 00:00",20.7,"2013-07-09 00:00",20,"2013-08-08 00:00","","","","",20.9,20.7,19.5,18.2,13.9,4.2,-5.4,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68104",1,39.278117,-80.34225,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",113,100,58,61,0,3,"","","Certification not required",0,17.351327,10.902515,33.8,"2013-07-15 00:00",33.4,"2013-07-06 00:00",32.8,"2013-09-10 00:00",32.3,"2013-05-31 00:00","","","","",33.4,32.8,31.9,30.7,27.1,18.3,2.3,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68105",1,39.278117,-80.34225,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",119,100,60,61,0,3,"","","Certification not required",0,11.641176,9.755802,26.8,"2013-07-18 00:00",26.2,"2013-07-06 00:00",25.9,"2013-07-15 00:00",25.9,"2013-09-10 00:00","","","","",26.2,25.9,24.8,23.6,20.2,14.5,-1,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68106",1,39.278117,-80.34225,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,3,"","","Certification not required",0,730.619469,4.670039,740,"2013-11-24 00:00",739,"2013-12-27 00:00",738,"2013-01-10 00:00",738,"2013-03-08 00:00","","","","",739,738,738,737,734,731,725,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68107",1,39.278117,-80.34225,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",113,100,58,61,0,3,"","","Certification not required",0,736.761062,4.396172,747,"2013-01-10 00:00",747,"2013-11-30 00:00",746,"2013-11-12 00:00",746,"2013-11-24 00:00","","","","",747,746,745,743,740,737,731,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68108",1,39.278117,-80.34225,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",119,100,60,61,0,3,"","","Certification not required",0,733.705882,4.225333,744,"2013-11-24 00:00",743,"2013-01-10 00:00",742,"2013-11-30 00:00",742,"2013-12-12 00:00","","","","",743,742,741,740,737,734,729,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","68109",1,39.278117,-80.34225,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",119,100,60,61,0,3,"","","Certification not required",0,1439.915966,0.278611,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-16 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","88101",1,39.278117,-80.34225,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,8.793277,4.020429,20.8,"2013-09-10 00:00",20.4,"2013-01-07 00:00",19.1,"2013-07-18 00:00",18.9,"2013-02-06 00:00","","","","",20.4,19.1,16.1,14.4,11.5,8.2,4,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","033","0003","88101",1,39.278117,-80.34225,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,8.793277,4.020429,20.8,"2013-09-10 00:00",20.4,"2013-01-07 00:00",19.1,"2013-07-18 00:00",18.9,"2013-02-06 00:00","","","","",20.4,19.1,16.1,14.4,11.5,8.2,4,"WASHINGTON IRVING JUNIOR HIGH SCHOOL","CLARKSBURG - WASHINGTON IRVING MIDDLE SCHOOL - 443 LEE AVENUE","West Virginia","Harrison","Clarksburg","Clarksburg, WV","2014-02-12" +"54","039","0010","42401",1,38.3456,-81.628317,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6286,72,272,365,0,266,0,"","Certification not required",0,7.702206,6.774403,55,"2013-01-08 11:00",53,"2013-04-09 09:00",42,"2013-01-09 09:00",40,"2013-01-12 11:00","","","","",42,25,19,15,9,6,3,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","42401",1,38.3456,-81.628317,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6286,72,272,365,0,266,"","","Certification not required",0,4.125994,3.830087,55,"2013-01-08 11:00",53,"2013-04-09 09:00",50,"2013-01-08 12:00",42,"2013-01-09 09:00","","","","",17,16,11,8,5,3,1,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","42401",1,38.3456,-81.628317,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",272,75,272,365,0,0,0,"","Certification not required",0,4.130147,3.110495,19.5,"2013-01-12 00:00",17.9,"2013-01-09 00:00",17.4,"2013-01-28 00:00",16.4,"2013-01-27 00:00","","","","",17.4,15.3,9.2,7.6,5.5,3.3,1.3,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","42401",1,38.3456,-81.628317,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2050,70,246,365,0,0,"",0,"Certification not required",0,4.100049,3.678039,39,"2013-01-09 11:00",32.6,"2013-01-09 08:00",32,"2013-01-12 11:00",30.3,"2013-01-12 08:00","","","","",17.3,16,10.6,7.6,5.3,3,1,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","42401",2,38.3456,-81.628317,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",76107,72,272,365,0,2517,"","","Certification not required",0,4.130461,3.891,61,"2013-01-08 11:50",61,"2013-01-08 11:55",60,"2013-01-08 12:00",59,"2013-01-08 11:45","","","","",17,16,11,8,5,3,1,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","44201",1,38.3456,-81.628317,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET ABSORPTION",2013,"Parts per million","No Events",4886,98,210,214,0,250,0,0,"Certification not required",910,0.048286,0.011303,0.077,"2013-09-08 13:00",0.076,"2013-04-21 13:00",0.075,"2013-04-18 13:00",0.073,"2013-06-20 14:00","","","","",0.075,0.073,0.068,0.063,0.054,0.049,0.035,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-01-24" +"54","039","0010","44201",1,38.3456,-81.628317,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4790,98,209,214,0,0,0,0,"Certification not required",0,0.042684,0.011298,0.074,"2013-04-21 10:00",0.071,"2013-04-18 12:00",0.068,"2013-04-20 11:00",0.067,"2013-05-15 10:00","","","","",0.068,0.067,0.06,0.056,0.049,0.044,0.027,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-01-24" +"54","039","0010","44201",1,38.3456,-81.628317,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4790,98,209,214,0,0,0,0,"Certification not required",0,0.042684,0.011298,0.074,"2013-04-21 10:00",0.071,"2013-04-18 12:00",0.068,"2013-04-20 11:00",0.067,"2013-05-15 10:00","","","","",0.068,0.067,0.06,0.056,0.049,0.044,0.027,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-01-24" +"54","039","0010","68101",1,38.3456,-81.628317,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",115,100,60,61,0,9,"","","Certification not required",30,0.25913,0.151684,0.5,"2013-01-13 00:00",0.5,"2013-02-15 00:00",0.5,"2013-02-18 00:00",0.5,"2013-02-27 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68102",1,38.3456,-81.628317,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",115,100,60,61,0,9,"","","Certification not required",0,23.992174,0.096562,24.3,"2013-09-16 00:00",24.2,"2013-08-14 00:00",24.2,"2013-09-22 00:00",24.2,"2013-09-28 00:00","","","","",24.2,24.2,24.1,24,24,24,24,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68103",1,38.3456,-81.628317,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,9,"","","Certification not required",0,7.753043,9.181993,23.9,"2013-07-09 00:00",22,"2013-06-24 00:00",21.9,"2013-08-08 00:00",21.7,"2013-06-27 00:00","","","","",22,21.9,21.4,20.2,15,7.3,-2.9,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68104",1,38.3456,-81.628317,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,9,"","","Certification not required",0,18.753913,10.763024,36,"2013-05-31 00:00",35.8,"2013-06-12 00:00",35.8,"2013-06-21 00:00",35.8,"2013-07-09 00:00","","","","",35.8,35.8,34.4,32,28.2,20.4,3.7,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68105",1,38.3456,-81.628317,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",115,100,60,61,0,9,"","","Certification not required",0,12.725217,9.674653,29.1,"2013-07-09 00:00",28.6,"2013-06-24 00:00",28,"2013-05-31 00:00",27.9,"2013-06-12 00:00","","","","",28.6,28,26.4,24.9,22,14.4,0.9,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68106",1,38.3456,-81.628317,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,9,"","","Certification not required",0,742.269565,4.484519,752,"2013-11-24 00:00",751,"2013-03-08 00:00",750,"2013-01-04 00:00",750,"2013-01-07 00:00","","","","",751,750,750,748,745,742,737,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68107",1,38.3456,-81.628317,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,9,"","","Certification not required",0,748.373913,4.329541,759,"2013-11-24 00:00",758,"2013-01-10 00:00",758,"2013-11-12 00:00",758,"2013-12-12 00:00","","","","",758,758,757,754,751,748,743,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68108",1,38.3456,-81.628317,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",115,100,60,61,0,9,"","","Certification not required",0,745.513043,4.138746,756,"2013-11-24 00:00",754,"2013-01-10 00:00",754,"2013-12-12 00:00",753,"2013-01-07 00:00","","","","",754,754,753,752,748,745,740,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","68109",1,38.3456,-81.628317,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",115,100,60,61,0,9,"","","Certification not required",0,1439.886957,0.318032,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","81102",2,38.3456,-81.628317,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5944,68,247,365,0,608,"","","Certification not required",0,13.912685,7.593953,58,"2013-04-11 09:00",57,"2013-08-12 17:00",56,"2013-03-06 15:00",56,"2013-04-11 08:00","","","","",38,32,27,24,18,13,6,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","81102",2,38.3456,-81.628317,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",247,68,247,365,0,0,0,0,"Certification not required",0,13.465587,5.173988,31,"2013-04-11 00:00",30,"2013-09-09 00:00",29,"2013-04-09 00:00",29,"2013-04-10 00:00","","","","",29,29,23,20,17,13,7,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2013-12-16" +"54","039","0010","88101",1,38.3456,-81.628317,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,93,114,122,0,9,0,0,"Certification not required",0,8.546957,3.497401,21.5,"2013-09-10 00:00",18.6,"2013-01-07 00:00",16.7,"2013-02-06 00:00",15.8,"2013-06-12 00:00","","","","",18.6,16.7,15,13.2,10.6,8.2,4.6,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0010","88101",1,38.3456,-81.628317,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,93,114,122,0,9,"","","Certification not required",0,8.546957,3.497401,21.5,"2013-09-10 00:00",18.6,"2013-01-07 00:00",16.7,"2013-02-06 00:00",15.8,"2013-06-12 00:00","","","","",18.6,16.7,15,13.2,10.6,8.2,4.6,"CHARLESTON BAPTIST TEMPLE/SITE MOVED FROM OAQ AND FIRE STATION","CHARLESTON - 209 MORRIS STREET","West Virginia","Kanawha","Charleston","Charleston, WV","2014-02-12" +"54","039","0011","68103",5,38.448833,-81.684717,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",80,66,80,122,0,9,"","","Certification not required",0,9.99125,8.838698,22.6,"2013-07-18 00:00",21.9,"2013-07-09 00:00",21.9,"2013-09-10 00:00",21.7,"2013-08-08 00:00","","","","",22.6,21.9,21.7,20.3,17,13,-2.1,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","68104",5,38.448833,-81.684717,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",80,66,80,122,0,9,"","","Certification not required",0,20.9125,10.245349,37.8,"2013-07-18 00:00",34.1,"2013-06-12 00:00",33.5,"2013-07-09 00:00",33.4,"2013-09-10 00:00","","","","",37.8,34.1,33.4,32.1,29.6,22.8,5.9,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","68105",5,38.448833,-81.684717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",80,66,80,122,0,9,"","","Certification not required",0,14.7125,9.225616,29,"2013-07-18 00:00",27,"2013-09-10 00:00",26.7,"2013-07-09 00:00",26.2,"2013-06-12 00:00","","","","",29,27,26.2,24.6,22.4,17.3,1.1,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","68106",5,38.448833,-81.684717,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",80,66,80,122,0,9,"","","Certification not required",0,723.775,3.977707,732,"2013-02-09 00:00",731,"2013-01-04 00:00",730,"2013-01-22 00:00",730,"2013-04-25 00:00","","","","",732,731,730,728,727,724,720,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","68107",5,38.448833,-81.684717,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",80,66,80,122,0,9,"","","Certification not required",0,728.3625,3.611668,739,"2013-01-10 00:00",735,"2013-01-04 00:00",735,"2013-02-09 00:00",735,"2013-04-22 00:00","","","","",739,735,735,734,731,728,724,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","68108",5,38.448833,-81.684717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",80,66,80,122,0,9,"","","Certification not required",0,725.675,3.571246,735,"2013-01-10 00:00",733,"2013-01-04 00:00",733,"2013-02-09 00:00",732,"2013-01-22 00:00","","","","",735,733,732,730,728,726,721,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88102",5,38.448833,-81.684717,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",76,0.018825,0.00667,0.06,"2013-09-10 00:00",0.033,"2013-10-31 00:00",0.029,"2013-06-18 00:00",0.026,"2013-01-16 00:00","","","","",0.06,0.033,0.026,0.026,0.021,0.0195,0.0135,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88103",5,38.448833,-81.684717,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.000613,0.001025,0.005,"2013-05-16 00:00",0.004,"2013-07-18 00:00",0.003,"2013-01-28 00:00",0.003,"2013-09-19 00:00","","","","",0.005,0.004,0.003,0.002,0.001,0,0,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88104",5,38.448833,-81.684717,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",54,0.030831,0.059095,0.406,"2013-11-06 00:00",0.282,"2013-06-15 00:00",0.151,"2013-07-09 00:00",0.151,"2013-07-18 00:00","","","","",0.406,0.282,0.151,0.066,0.028,0.0115,0.0065,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88107",5,38.448833,-81.684717,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.006531,0.005984,0.0295,"2013-05-16 00:00",0.0295,"2013-07-21 00:00",0.0295,"2013-08-17 00:00",0.0295,"2013-09-28 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.005,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88109",5,38.448833,-81.684717,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",12,0.003113,0.001685,0.0091,"2013-01-28 00:00",0.0076,"2013-10-28 00:00",0.0074,"2013-07-18 00:00",0.0072,"2013-04-10 00:00","","","","",0.0091,0.0076,0.0072,0.0049,0.004,0.003,0.00115,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88110",5,38.448833,-81.684717,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.001125,0.00305,0.015,"2013-07-09 00:00",0.013,"2013-10-13 00:00",0.011,"2013-09-28 00:00",0.009,"2013-01-10 00:00","","","","",0.015,0.013,0.009,0.005,0,0,0,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88111",5,38.448833,-81.684717,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",41,0.010148,0.010294,0.051,"2013-05-16 00:00",0.0506,"2013-07-09 00:00",0.0412,"2013-04-10 00:00",0.0327,"2013-07-18 00:00","","","","",0.051,0.0506,0.0327,0.022,0.0147,0.0038,0.00235,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88112",5,38.448833,-81.684717,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.006363,0.019459,0.145,"2013-10-04 00:00",0.082,"2013-09-16 00:00",0.048,"2013-10-01 00:00",0.035,"2013-10-10 00:00","","","","",0.145,0.082,0.035,0.011,0.003,0.001,0,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88113",5,38.448833,-81.684717,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",79,0.000681,0.000124,0.0013,"2013-04-13 00:00",0.001,"2013-05-16 00:00",0.001,"2013-07-21 00:00",0.001,"2013-08-17 00:00","","","","",0.0013,0.001,0.001,0.0007,0.0007,0.0007,0.00055,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88114",5,38.448833,-81.684717,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",70,0.001454,0.002851,0.0261,"2013-03-23 00:00",0.0041,"2013-11-06 00:00",0.0036,"2013-10-28 00:00",0.0023,"2013-09-04 00:00","","","","",0.0261,0.0041,0.0023,0.0019,0.00125,0.001,0.00065,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88115",5,38.448833,-81.684717,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",62,0.005393,0.004457,0.0324,"2013-05-19 00:00",0.0197,"2013-10-13 00:00",0.013,"2013-09-19 00:00",0.0128,"2013-05-04 00:00","","","","",0.0324,0.0197,0.0128,0.0109,0.0055,0.00405,0.00245,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88117",5,38.448833,-81.684717,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.006393,0.009558,0.0435,"2013-05-16 00:00",0.043,"2013-07-21 00:00",0.043,"2013-08-17 00:00",0.043,"2013-09-28 00:00","","","","",0.0435,0.043,0.043,0.00485,0.0048,0.0041,0.0034,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88118",5,38.448833,-81.684717,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.009139,0.0063,0.023,"2013-05-16 00:00",0.023,"2013-07-21 00:00",0.023,"2013-08-17 00:00",0.023,"2013-09-28 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.005,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88126",5,38.448833,-81.684717,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.029329,0.017013,0.111,"2013-07-09 00:00",0.0892,"2013-07-18 00:00",0.0763,"2013-06-15 00:00",0.0646,"2013-11-06 00:00","","","","",0.111,0.0892,0.0646,0.0491,0.0341,0.0257,0.0154,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88128",5,38.448833,-81.684717,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.001425,0.002773,0.022,"2013-03-23 00:00",0.006,"2013-06-15 00:00",0.004,"2013-02-06 00:00",0.004,"2013-04-16 00:00","","","","",0.022,0.006,0.004,0.004,0.002,0,0,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88131",5,38.448833,-81.684717,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",77,0.009556,0.003321,0.02,"2013-05-04 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-03-02 00:00",0.0165,"2013-08-05 00:00","","","","",0.02,0.0165,0.0165,0.0165,0.011,0.008,0.007,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88132",5,38.448833,-81.684717,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.0008,0.001267,0.006,"2013-03-17 00:00",0.005,"2013-02-21 00:00",0.005,"2013-03-23 00:00",0.004,"2013-08-14 00:00","","","","",0.006,0.005,0.004,0.002,0.001,0,0,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88136",5,38.448833,-81.684717,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.000463,0.001113,0.006,"2013-07-09 00:00",0.004,"2013-06-15 00:00",0.004,"2013-11-06 00:00",0.003,"2013-05-16 00:00","","","","",0.006,0.004,0.003,0.002,0,0,0,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88140",5,38.448833,-81.684717,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",76,0.008157,0.005328,0.036,"2013-10-16 00:00",0.0298,"2013-01-16 00:00",0.028,"2013-08-17 00:00",0.025,"2013-05-04 00:00","","","","",0.036,0.0298,0.025,0.009,0.009,0.006,0.0055,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88152",5,38.448833,-81.684717,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.005564,0.001412,0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-21 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88154",5,38.448833,-81.684717,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",73,0.001229,0.000626,0.0058,"2013-10-13 00:00",0.0027,"2013-07-09 00:00",0.0022,"2013-09-25 00:00",0.002,"2013-04-25 00:00","","","","",0.0058,0.0027,0.002,0.0013,0.0013,0.00125,0.00065,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88160",5,38.448833,-81.684717,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",77,0.012919,0.004862,0.041,"2013-10-19 00:00",0.024,"2013-07-21 00:00",0.021,"2013-08-14 00:00",0.0185,"2013-03-02 00:00","","","","",0.041,0.024,0.0185,0.018,0.016,0.01,0.01,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88161",5,38.448833,-81.684717,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",77,0.002524,0.000971,0.01,"2013-07-18 00:00",0.005,"2013-05-28 00:00",0.005,"2013-07-03 00:00",0.00265,"2013-02-09 00:00","","","","",0.01,0.005,0.00265,0.00265,0.0026,0.0025,0.0021,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88164",5,38.448833,-81.684717,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.001589,0.000224,0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-21 00:00",0.0019,"2013-02-24 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0016,0.0015,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88165",5,38.448833,-81.684717,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",9,0.055399,0.041307,0.234,"2013-07-18 00:00",0.156,"2013-05-16 00:00",0.147,"2013-06-27 00:00",0.144,"2013-07-09 00:00","","","","",0.234,0.156,0.144,0.115,0.075,0.0456,0.009,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88166",5,38.448833,-81.684717,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",79,0.007214,0.004207,0.019,"2013-03-02 00:00",0.019,"2013-08-23 00:00",0.019,"2013-09-07 00:00",0.0185,"2013-01-16 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0065,0.0042,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88167",5,38.448833,-81.684717,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",22,0.004939,0.003534,0.023,"2013-07-18 00:00",0.0132,"2013-08-05 00:00",0.0127,"2013-10-31 00:00",0.0118,"2013-10-28 00:00","","","","",0.023,0.0132,0.0118,0.0087,0.0062,0.0047,0.0013,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88168",5,38.448833,-81.684717,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",78,0.001185,0.000422,0.0035,"2013-07-03 00:00",0.0027,"2013-07-09 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-03-02 00:00","","","","",0.0035,0.0027,0.00175,0.00175,0.0012,0.00115,0.00085,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88169",5,38.448833,-81.684717,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.8397,0.481671,2.78,"2013-07-18 00:00",2.37,"2013-08-20 00:00",2.29,"2013-09-10 00:00",2,"2013-08-29 00:00","","","","",2.78,2.37,2,1.33,0.946,0.789,0.383,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88176",5,38.448833,-81.684717,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",80,0.000909,0.000209,0.0013,"2013-01-16 00:00",0.0013,"2013-03-02 00:00",0.0013,"2013-05-16 00:00",0.0013,"2013-07-21 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88180",5,38.448833,-81.684717,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.03843,0.020638,0.141,"2013-07-03 00:00",0.0938,"2013-10-28 00:00",0.084,"2013-10-31 00:00",0.0756,"2013-09-10 00:00","","","","",0.141,0.0938,0.0756,0.068,0.046,0.0344,0.02,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88184",5,38.448833,-81.684717,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",71,0.030631,0.033884,0.183,"2013-04-10 00:00",0.17,"2013-05-04 00:00",0.169,"2013-08-17 00:00",0.148,"2013-10-16 00:00","","","","",0.183,0.17,0.148,0.041,0.027,0.02,0.0155,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88185",5,38.448833,-81.684717,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",77,0.002983,0.003424,0.0182,"2013-02-15 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-08-05 00:00","","","","",0.0182,0.0115,0.0115,0.0115,0.0023,0.00165,0.0014,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88301",5,38.448833,-81.684717,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",1,0.509878,0.405672,2.29,"2013-02-06 00:00",1.43,"2013-07-18 00:00",1.38,"2013-09-10 00:00",1.33,"2013-02-24 00:00","","","","",2.29,1.43,1.33,1.08,0.734,0.402,0.099,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88302",5,38.448833,-81.684717,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",9,0.044803,0.053008,0.391,"2013-05-04 00:00",0.254,"2013-04-10 00:00",0.156,"2013-01-13 00:00",0.14,"2013-06-27 00:00","","","","",0.391,0.254,0.14,0.07,0.0485,0.03,0.015,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88303",5,38.448833,-81.684717,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",31,0.028503,0.022741,0.11,"2013-05-04 00:00",0.103,"2013-07-03 00:00",0.09,"2013-05-19 00:00",0.085,"2013-05-22 00:00","","","","",0.11,0.103,0.085,0.055,0.041,0.021,0.0115,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88306",5,38.448833,-81.684717,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,0.387846,0.509274,3.25,"2013-02-06 00:00",2.04,"2013-02-24 00:00",1.82,"2013-01-04 00:00",1.42,"2013-03-23 00:00","","","","",3.25,2.04,1.42,1.24,0.38,0.213,0.117,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88355",5,38.448833,-81.684717,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,1.696662,0.874336,5.18,"2013-10-28 00:00",4.11,"2013-10-31 00:00",3.11,"2013-04-10 00:00",3.11,"2013-09-10 00:00","","","","",5.18,4.11,3.11,2.77,2.18,1.6,0.603,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88357",5,38.448833,-81.684717,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.484155,0.377182,1.58,"2013-07-18 00:00",1.4,"2013-09-10 00:00",1.35,"2013-08-17 00:00",1.33,"2013-09-25 00:00","","","","",1.58,1.4,1.33,1.09,0.726,0.348,0.145,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88370",5,38.448833,-81.684717,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,1.435648,0.718896,3.64,"2013-10-28 00:00",3.64,"2013-10-31 00:00",3.11,"2013-09-10 00:00",2.78,"2013-04-10 00:00","","","","",3.64,3.64,2.78,2.23,1.87,1.35,0.533,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88374",5,38.448833,-81.684717,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",10,0.053676,0.081102,0.538,"2013-10-28 00:00",0.337,"2013-10-04 00:00",0.302,"2013-10-31 00:00",0.157,"2013-10-16 00:00","","","","",0.538,0.337,0.157,0.08,0.061,0.034,0.001,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88375",5,38.448833,-81.684717,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.343352,0.169912,1.02,"2013-10-28 00:00",0.867,"2013-10-31 00:00",0.699,"2013-09-10 00:00",0.658,"2013-10-04 00:00","","","","",1.02,0.867,0.658,0.518,0.444,0.318,0.148,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88376",5,38.448833,-81.684717,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.570732,0.309536,1.41,"2013-09-10 00:00",1.11,"2013-08-23 00:00",1.09,"2013-08-17 00:00",1.02,"2013-07-12 00:00","","","","",1.41,1.11,1.02,0.975,0.839,0.599,0.187,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88377",5,38.448833,-81.684717,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.329704,0.19066,0.894,"2013-09-10 00:00",0.874,"2013-10-31 00:00",0.784,"2013-01-28 00:00",0.716,"2013-10-28 00:00","","","","",0.894,0.874,0.716,0.578,0.432,0.286,0.119,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88378",5,38.448833,-81.684717,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",36,0.138944,0.177036,0.647,"2013-10-13 00:00",0.621,"2013-10-31 00:00",0.536,"2013-10-28 00:00",0.516,"2013-10-04 00:00","","","","",0.647,0.621,0.516,0.377,0.294,0.001,0.001,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88380",5,38.448833,-81.684717,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.745197,0.41905,2.21,"2013-07-18 00:00",1.92,"2013-10-28 00:00",1.56,"2013-09-19 00:00",1.45,"2013-07-27 00:00","","","","",2.21,1.92,1.45,1.33,0.926,0.69,0.282,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88383",5,38.448833,-81.684717,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.698972,0.37946,2.4,"2013-10-28 00:00",1.67,"2013-10-31 00:00",1.38,"2013-07-18 00:00",1.35,"2013-10-04 00:00","","","","",2.4,1.67,1.35,1.09,0.882,0.697,0.204,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88384",5,38.448833,-81.684717,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",0,0.15838,0.123224,0.757,"2013-07-18 00:00",0.46,"2013-08-05 00:00",0.431,"2013-09-19 00:00",0.425,"2013-08-17 00:00","","","","",0.757,0.46,0.425,0.308,0.193,0.14,0.0512,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88385",5,38.448833,-81.684717,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",39,0.027155,0.051767,0.273,"2013-08-17 00:00",0.181,"2013-08-23 00:00",0.168,"2013-09-01 00:00",0.137,"2013-09-25 00:00","","","","",0.273,0.181,0.137,0.099,0.0268,0.001,0.001,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88388",5,38.448833,-81.684717,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",71,58,71,122,0,18,"","","Certification not required",13,0.399549,0.367036,2.08,"2013-10-28 00:00",1.09,"2013-10-13 00:00",1.09,"2013-10-31 00:00",1.06,"2013-10-04 00:00","","","","",2.08,1.09,1.06,0.751,0.618,0.366,0.001,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88403",5,38.448833,-81.684717,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,2.078988,1.25916,7.71,"2013-07-18 00:00",5.95,"2013-08-20 00:00",5.37,"2013-09-10 00:00",4.98,"2013-08-29 00:00","","","","",7.71,5.95,4.98,3.42,2.54,1.92,0.872,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","0011","88502",5,38.448833,-81.684717,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",80,66,80,122,0,9,"","","Certification not required",0,8.6975,3.6682,20.7,"2013-07-18 00:00",19.9,"2013-09-10 00:00",16.7,"2013-08-20 00:00",15.1,"2013-06-12 00:00","","","","",20.7,19.9,15.1,14.2,10.5,8,4.2,"","GUTHRIE - AGRICULTURAL CENTER","West Virginia","Kanawha","","Charleston, WV","2014-02-14" +"54","039","1005","68101",1,38.366183,-81.693717,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",117,96,117,122,0,5,"","","Certification not required",106,0.064957,0.055811,0.4,"2013-12-24 00:00",0.3,"2013-01-22 00:00",0.3,"2013-02-09 00:00",0.3,"2013-03-29 00:00","","","","",0.3,0.3,0.2,0.05,0.05,0.05,0.05,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68102",1,38.366183,-81.693717,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",117,96,117,122,0,5,"","","Certification not required",0,24.091453,0.028078,24.1,"2013-01-04 00:00",24.1,"2013-01-07 00:00",24.1,"2013-01-10 00:00",24.1,"2013-01-13 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24.1,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68103",1,38.366183,-81.693717,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,9.451282,9.21449,24.5,"2013-07-18 00:00",23.7,"2013-08-29 00:00",23.5,"2013-07-09 00:00",23.5,"2013-08-08 00:00","","","","",23.7,23.5,22.6,21.2,17.6,10.3,-1.6,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68103",5,38.366183,-81.693717,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",32,52,32,61,0,6,"","","Certification not required",0,11.603125,8.736593,22.9,"2013-07-09 00:00",22.8,"2013-08-08 00:00",21.3,"2013-07-21 00:00",21,"2013-07-15 00:00","","","","",22.9,22.9,22.8,21,18,14.7,-1,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","68104",1,38.366183,-81.693717,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,21.063248,10.530462,40,"2013-01-31 00:00",37.2,"2013-07-18 00:00",36.3,"2013-07-15 00:00",35.4,"2013-05-31 00:00","","","","",37.2,36.3,35,33.4,29.9,22.9,5.9,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68104",5,38.366183,-81.693717,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",32,52,32,61,0,6,"","","Certification not required",0,23.753125,9.855537,36.5,"2013-07-15 00:00",34.7,"2013-07-03 00:00",34.4,"2013-06-21 00:00",33.7,"2013-07-09 00:00","","","","",36.5,36.5,34.7,33.7,32,27.7,7.7,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","68105",1,38.366183,-81.693717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,5,"","","Certification not required",0,14.607692,9.483635,30.1,"2013-07-18 00:00",28.8,"2013-07-15 00:00",28.4,"2013-07-09 00:00",27.9,"2013-09-10 00:00","","","","",28.8,28.4,27.5,26.2,23,16.8,2.5,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68105",5,38.366183,-81.693717,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",32,52,32,61,0,6,"","","Certification not required",0,17.140625,8.899433,28.3,"2013-07-15 00:00",27.7,"2013-07-09 00:00",25.7,"2013-06-21 00:00",25.7,"2013-08-08 00:00","","","","",28.3,28.3,27.7,25.7,24.1,20.9,3.8,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","68106",1,38.366183,-81.693717,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,745.547009,4.545736,757,"2013-11-24 00:00",755,"2013-12-12 00:00",754,"2013-03-08 00:00",754,"2013-12-27 00:00","","","","",755,754,753,752,748,746,740,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68106",5,38.366183,-81.693717,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",32,52,32,61,0,6,"","","Certification not required",0,743.21875,3.338286,751,"2013-02-09 00:00",749,"2013-03-29 00:00",748,"2013-02-21 00:00",748,"2013-04-22 00:00","","","","",751,751,749,748,745,743,739,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","68107",1,38.366183,-81.693717,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,5,"","","Certification not required",0,751.34188,4.531808,763,"2013-11-24 00:00",762,"2013-11-12 00:00",761,"2013-01-10 00:00",761,"2013-11-30 00:00","","","","",762,761,761,757,754,751,746,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68107",5,38.366183,-81.693717,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",32,52,32,61,0,6,"","","Certification not required",0,749.0625,3.934443,757,"2013-02-21 00:00",757,"2013-03-29 00:00",757,"2013-04-04 00:00",757,"2013-04-22 00:00","","","","",757,757,757,757,751,748,745,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","68108",1,38.366183,-81.693717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,32,117,365,0,5,"","","Certification not required",0,748.547009,4.340061,761,"2013-11-24 00:00",758,"2013-12-12 00:00",757,"2013-01-10 00:00",757,"2013-11-30 00:00","","","","",758,757,756,755,751,748,743,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","68108",5,38.366183,-81.693717,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",32,52,32,61,0,6,"","","Certification not required",0,745.25,3.202821,752,"2013-02-09 00:00",751,"2013-02-21 00:00",751,"2013-03-29 00:00",750,"2013-04-22 00:00","","","","",752,752,751,750,747,745,742,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","68109",1,38.366183,-81.693717,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",117,96,117,122,0,5,"","","Certification not required",0,1439.923077,0.267615,1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","88101",1,38.366183,-81.693717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,0,0,"Certification not required",0,9.745299,3.956607,21.8,"2013-09-10 00:00",21.7,"2013-01-07 00:00",19.7,"2013-07-18 00:00",19.3,"2013-08-20 00:00","","","","",21.7,19.7,17,15.3,11.8,9.6,4.7,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","88101",1,38.366183,-81.693717,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,5,"","","Certification not required",0,9.745299,3.956607,21.8,"2013-09-10 00:00",21.7,"2013-01-07 00:00",19.7,"2013-07-18 00:00",19.3,"2013-08-20 00:00","","","","",21.7,19.7,17,15.3,11.8,9.6,4.7,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2014-02-12" +"54","039","1005","88102",5,38.366183,-81.693717,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.019968,0.003538,0.026,"2013-02-27 00:00",0.026,"2013-05-28 00:00",0.026,"2013-07-27 00:00",0.0255,"2013-02-21 00:00","","","","",0.026,0.026,0.026,0.0255,0.021,0.0195,0.014,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88103",5,38.366183,-81.693717,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.001032,0.001472,0.005,"2013-06-09 00:00",0.004,"2013-04-04 00:00",0.004,"2013-07-27 00:00",0.003,"2013-06-15 00:00","","","","",0.005,0.005,0.004,0.003,0.002,0,0,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88104",5,38.366183,-81.693717,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",13,0.030435,0.029789,0.141,"2013-07-15 00:00",0.083,"2013-04-10 00:00",0.069,"2013-06-27 00:00",0.067,"2013-04-16 00:00","","","","",0.141,0.141,0.083,0.067,0.042,0.024,0.0065,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88107",5,38.366183,-81.693717,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.004994,0.000555,0.0055,"2013-03-05 00:00",0.0055,"2013-04-04 00:00",0.0055,"2013-04-10 00:00",0.0055,"2013-04-22 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88109",5,38.366183,-81.693717,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",3,0.003961,0.001913,0.0089,"2013-04-10 00:00",0.0067,"2013-06-09 00:00",0.0066,"2013-04-22 00:00",0.0063,"2013-03-23 00:00","","","","",0.0089,0.0089,0.0067,0.0063,0.0052,0.0037,0.0015,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88110",5,38.366183,-81.693717,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.001806,0.003188,0.011,"2013-04-10 00:00",0.009,"2013-06-09 00:00",0.008,"2013-03-11 00:00",0.006,"2013-07-21 00:00","","","","",0.011,0.011,0.009,0.006,0.005,0,0,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88111",5,38.366183,-81.693717,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",1,0.041594,0.029932,0.156,"2013-04-10 00:00",0.0829,"2013-03-29 00:00",0.0745,"2013-04-04 00:00",0.07,"2013-04-16 00:00","","","","",0.156,0.156,0.0829,0.07,0.0568,0.0362,0.0124,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88112",5,38.366183,-81.693717,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.002548,0.006185,0.035,"2013-05-16 00:00",0.006,"2013-08-08 00:00",0.005,"2013-07-15 00:00",0.003,"2013-03-11 00:00","","","","",0.035,0.035,0.006,0.003,0.002,0.001,0,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88113",5,38.366183,-81.693717,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",29,0.000708,0.000292,0.002,"2013-05-28 00:00",0.0015,"2013-02-09 00:00",0.00075,"2013-07-27 00:00",0.0007,"2013-02-15 00:00","","","","",0.002,0.002,0.0015,0.0007,0.0007,0.00065,0.00055,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88114",5,38.366183,-81.693717,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",9,0.0025,0.00164,0.0074,"2013-03-17 00:00",0.0066,"2013-03-23 00:00",0.0057,"2013-06-21 00:00",0.0041,"2013-04-22 00:00","","","","",0.0074,0.0074,0.0066,0.0041,0.0032,0.0021,0.00095,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88115",5,38.366183,-81.693717,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",14,0.00949,0.008053,0.0317,"2013-08-08 00:00",0.0285,"2013-02-15 00:00",0.0249,"2013-05-04 00:00",0.0207,"2013-03-11 00:00","","","","",0.0317,0.0317,0.0285,0.0207,0.0123,0.0067,0.00245,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88117",5,38.366183,-81.693717,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.003916,0.000771,0.00485,"2013-06-09 00:00",0.00485,"2013-06-21 00:00",0.0048,"2013-03-05 00:00",0.0048,"2013-04-04 00:00","","","","",0.00485,0.00485,0.00485,0.0048,0.0048,0.0041,0.0028,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88118",5,38.366183,-81.693717,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.008897,0.005705,0.017,"2013-02-09 00:00",0.017,"2013-03-11 00:00",0.017,"2013-03-23 00:00",0.017,"2013-03-29 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.00405,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88126",5,38.366183,-81.693717,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.096126,0.068757,0.281,"2013-05-28 00:00",0.264,"2013-02-15 00:00",0.259,"2013-04-10 00:00",0.154,"2013-07-09 00:00","","","","",0.281,0.281,0.264,0.154,0.134,0.0762,0.0316,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88128",5,38.366183,-81.693717,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.001452,0.002278,0.008,"2013-04-04 00:00",0.007,"2013-02-15 00:00",0.006,"2013-08-14 00:00",0.005,"2013-03-05 00:00","","","","",0.008,0.008,0.007,0.005,0.003,0,0,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88131",5,38.366183,-81.693717,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.010177,0.003211,0.0165,"2013-02-21 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-05-28 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88132",5,38.366183,-81.693717,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.002065,0.001526,0.006,"2013-02-21 00:00",0.006,"2013-03-17 00:00",0.004,"2013-04-10 00:00",0.004,"2013-05-28 00:00","","","","",0.006,0.006,0.006,0.004,0.003,0.002,0,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88136",5,38.366183,-81.693717,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.000806,0.003772,0.021,"2013-05-16 00:00",0.002,"2013-08-08 00:00",0.001,"2013-02-09 00:00",0.001,"2013-04-16 00:00","","","","",0.021,0.021,0.002,0.001,0,0,0,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88140",5,38.366183,-81.693717,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",28,0.007169,0.003226,0.0171,"2013-05-04 00:00",0.016,"2013-04-10 00:00",0.0149,"2013-02-21 00:00",0.009,"2013-02-15 00:00","","","","",0.0171,0.0171,0.016,0.009,0.009,0.006,0.0055,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88152",5,38.366183,-81.693717,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.005984,0.00153,0.008,"2013-03-05 00:00",0.008,"2013-04-04 00:00",0.008,"2013-04-10 00:00",0.008,"2013-04-22 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88154",5,38.366183,-81.693717,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",29,0.001061,0.000483,0.003,"2013-03-29 00:00",0.002,"2013-06-03 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-17 00:00","","","","",0.003,0.003,0.002,0.0013,0.00125,0.001,0.00065,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88160",5,38.366183,-81.693717,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",30,0.013887,0.004546,0.03,"2013-03-05 00:00",0.0185,"2013-07-27 00:00",0.018,"2013-02-21 00:00",0.018,"2013-02-27 00:00","","","","",0.03,0.03,0.0185,0.018,0.016,0.016,0.01,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88161",5,38.366183,-81.693717,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",23,0.003334,0.001969,0.0104,"2013-07-15 00:00",0.0073,"2013-04-10 00:00",0.007,"2013-04-28 00:00",0.0055,"2013-04-04 00:00","","","","",0.0104,0.0104,0.0073,0.0055,0.0044,0.0025,0.0021,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88164",5,38.366183,-81.693717,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.001658,0.000186,0.0019,"2013-03-05 00:00",0.0019,"2013-04-04 00:00",0.0019,"2013-04-10 00:00",0.0019,"2013-04-22 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88165",5,38.366183,-81.693717,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.107955,0.07119,0.348,"2013-07-15 00:00",0.243,"2013-04-10 00:00",0.195,"2013-05-16 00:00",0.168,"2013-06-27 00:00","","","","",0.348,0.348,0.243,0.168,0.153,0.1,0.03,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88166",5,38.366183,-81.693717,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",30,0.008642,0.004645,0.019,"2013-07-27 00:00",0.0185,"2013-02-21 00:00",0.0185,"2013-02-27 00:00",0.0185,"2013-05-04 00:00","","","","",0.019,0.019,0.0185,0.0185,0.0075,0.0075,0.0042,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88167",5,38.366183,-81.693717,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",8,0.008819,0.007673,0.0356,"2013-05-28 00:00",0.0244,"2013-02-15 00:00",0.0184,"2013-03-29 00:00",0.0183,"2013-03-23 00:00","","","","",0.0356,0.0356,0.0244,0.0183,0.0112,0.0081,0.00175,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88168",5,38.366183,-81.693717,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",30,0.001245,0.000368,0.0026,"2013-04-04 00:00",0.00175,"2013-02-21 00:00",0.00175,"2013-02-27 00:00",0.00175,"2013-05-04 00:00","","","","",0.0026,0.0026,0.00175,0.00175,0.00115,0.00115,0.00085,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88169",5,38.366183,-81.693717,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.787,0.290084,1.36,"2013-06-09 00:00",1.28,"2013-06-21 00:00",1.21,"2013-06-03 00:00",1.18,"2013-06-27 00:00","","","","",1.36,1.36,1.28,1.18,1.05,0.779,0.464,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88176",5,38.366183,-81.693717,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",31,0.000958,0.000184,0.0013,"2013-02-21 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-05-04 00:00",0.0013,"2013-05-28 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88180",5,38.366183,-81.693717,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,0.06039,0.029541,0.18,"2013-06-21 00:00",0.0996,"2013-04-10 00:00",0.0875,"2013-05-28 00:00",0.0808,"2013-07-09 00:00","","","","",0.18,0.18,0.0996,0.0808,0.0719,0.0587,0.033,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88184",5,38.366183,-81.693717,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",23,0.035935,0.040269,0.185,"2013-04-10 00:00",0.166,"2013-05-04 00:00",0.072,"2013-03-05 00:00",0.059,"2013-07-15 00:00","","","","",0.185,0.185,0.166,0.059,0.036,0.02,0.0155,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88185",5,38.366183,-81.693717,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",30,0.003585,0.003727,0.0115,"2013-02-21 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-05-28 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88301",5,38.366183,-81.693717,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,6,"","","Certification not required",0,0.611406,0.341017,1.28,"2013-02-09 00:00",1.16,"2013-03-23 00:00",1.11,"2013-02-21 00:00",1.06,"2013-06-21 00:00","","","","",1.28,1.28,1.16,1.06,0.998,0.561,0.186,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88302",5,38.366183,-81.693717,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,6,"","","Certification not required",2,0.071563,0.061068,0.26,"2013-06-27 00:00",0.209,"2013-04-10 00:00",0.2,"2013-07-15 00:00",0.19,"2013-05-04 00:00","","","","",0.26,0.26,0.209,0.19,0.09,0.054,0.023,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88303",5,38.366183,-81.693717,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,6,"","","Certification not required",4,0.046556,0.034385,0.149,"2013-06-27 00:00",0.131,"2013-07-15 00:00",0.125,"2013-06-21 00:00",0.083,"2013-06-09 00:00","","","","",0.149,0.149,0.131,0.083,0.058,0.04,0.0115,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88306",5,38.366183,-81.693717,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,6,"","","Certification not required",0,0.587625,0.491249,2.03,"2013-02-15 00:00",1.98,"2013-02-21 00:00",1.51,"2013-03-23 00:00",1.48,"2013-03-29 00:00","","","","",2.03,2.03,1.98,1.48,0.615,0.397,0.249,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88355",5,38.366183,-81.693717,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,2.655394,1.184372,5.09,"2013-04-10 00:00",4.98,"2013-05-28 00:00",4.8,"2013-06-21 00:00",4.5,"2013-01-28 00:00","","","","",5.09,5.09,4.98,4.5,3.49,2.35,1.4,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88357",5,38.366183,-81.693717,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.439485,0.257286,1.27,"2013-04-10 00:00",0.995,"2013-01-10 00:00",0.754,"2013-03-05 00:00",0.734,"2013-06-21 00:00","","","","",1.27,1.27,0.995,0.734,0.534,0.438,0.183,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88370",5,38.366183,-81.693717,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,2.341727,1.045952,4.56,"2013-05-28 00:00",4.45,"2013-04-10 00:00",4.45,"2013-06-21 00:00",3.91,"2013-01-28 00:00","","","","",4.56,4.56,4.45,3.91,3.07,2.14,1.18,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88374",5,38.366183,-81.693717,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",1,0.190636,0.141002,0.718,"2013-06-21 00:00",0.477,"2013-01-28 00:00",0.339,"2013-05-28 00:00",0.333,"2013-03-29 00:00","","","","",0.718,0.718,0.477,0.333,0.238,0.169,0.049,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88375",5,38.366183,-81.693717,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.626727,0.300744,1.36,"2013-05-28 00:00",1.28,"2013-06-21 00:00",1.19,"2013-04-10 00:00",0.96,"2013-01-10 00:00","","","","",1.36,1.36,1.28,0.96,0.819,0.569,0.298,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88376",5,38.366183,-81.693717,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.706485,0.389289,1.74,"2013-05-28 00:00",1.64,"2013-04-10 00:00",1.21,"2013-06-21 00:00",1.16,"2013-05-22 00:00","","","","",1.74,1.74,1.64,1.16,0.929,0.663,0.262,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88377",5,38.366183,-81.693717,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.480424,0.256257,1.28,"2013-04-10 00:00",1,"2013-01-28 00:00",0.841,"2013-03-23 00:00",0.788,"2013-05-28 00:00","","","","",1.28,1.28,1,0.788,0.606,0.433,0.221,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88378",5,38.366183,-81.693717,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.336606,0.161454,0.72,"2013-06-09 00:00",0.681,"2013-03-23 00:00",0.617,"2013-03-29 00:00",0.556,"2013-07-09 00:00","","","","",0.72,0.72,0.681,0.556,0.399,0.329,0.145,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88380",5,38.366183,-81.693717,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.753424,0.402546,1.91,"2013-04-10 00:00",1.53,"2013-01-10 00:00",1.35,"2013-05-10 00:00",1.29,"2013-01-28 00:00","","","","",1.91,1.91,1.53,1.29,0.967,0.781,0.248,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88383",5,38.366183,-81.693717,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,1.036485,0.442803,2.02,"2013-04-10 00:00",1.7,"2013-01-28 00:00",1.7,"2013-03-23 00:00",1.62,"2013-05-10 00:00","","","","",2.02,2.02,1.7,1.62,1.42,0.948,0.515,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88384",5,38.366183,-81.693717,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.054006,0.022282,0.121,"2013-04-22 00:00",0.093,"2013-01-16 00:00",0.0903,"2013-06-27 00:00",0.0871,"2013-03-29 00:00","","","","",0.121,0.121,0.093,0.0871,0.0684,0.0482,0.0317,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88385",5,38.366183,-81.693717,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",32,0.001142,0.000818,0.0057,"2013-06-15 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.0057,0.0057,0.001,0.001,0.001,0.001,0.001,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88388",5,38.366183,-81.693717,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,5,"","","Certification not required",0,0.650727,0.274245,1.21,"2013-06-09 00:00",1.17,"2013-03-23 00:00",1.15,"2013-05-10 00:00",1.09,"2013-03-29 00:00","","","","",1.21,1.21,1.17,1.09,0.795,0.624,0.286,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88403",5,38.366183,-81.693717,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",32,52,32,61,0,6,"","","Certification not required",0,2.116844,0.820913,3.95,"2013-06-03 00:00",3.7,"2013-06-09 00:00",3.35,"2013-02-09 00:00",3.34,"2013-06-21 00:00","","","","",3.95,3.95,3.7,3.34,2.54,2.16,1.06,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","039","1005","88502",5,38.366183,-81.693717,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,7,"","","Certification not required",0,10.36129,2.933675,16,"2013-04-10 00:00",15.7,"2013-06-21 00:00",14.9,"2013-05-28 00:00",13.9,"2013-06-09 00:00","","","","",16,16,15.7,13.9,12.6,10.2,6.8,"","SOUTH CHARLESTON - PUBLIC LIBRARY 312 4TH AVE","West Virginia","Kanawha","South Charleston","Charleston, WV","2013-12-13" +"54","049","0006","68101",1,39.481483,-80.134667,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",101,100,51,61,0,0,"","","Certification not required",30,0.206931,0.136753,0.5,"2013-10-10 00:00",0.5,"2013-10-31 00:00",0.5,"2013-11-06 00:00",0.5,"2013-11-21 00:00","","","","",0.5,0.5,0.4,0.4,0.3,0.2,0.05,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68102",1,39.481483,-80.134667,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",122,100,61,61,0,0,"","","Certification not required",0,24.00082,0.009054,24.1,"2013-10-13 00:00",24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00","","","","",24,24,24,24,24,24,24,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68103",1,39.481483,-80.134667,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",101,100,51,61,0,0,"","","Certification not required",0,5.237624,9.21274,21.1,"2013-07-18 00:00",20.6,"2013-07-06 00:00",20.6,"2013-07-09 00:00",19.9,"2013-07-21 00:00","","","","",20.6,20.6,19.5,18,13.8,2.6,-4.8,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68104",1,39.481483,-80.134667,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",101,100,51,61,0,0,"","","Certification not required",0,16.293069,10.85384,35.2,"2013-07-15 00:00",35.2,"2013-07-18 00:00",34.8,"2013-07-06 00:00",32.6,"2013-05-31 00:00","","","","",35.2,34.8,31.8,30.6,24.7,16.2,1.9,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68105",1,39.481483,-80.134667,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",122,100,61,61,0,0,"","","Certification not required",0,12.064754,9.633961,27.4,"2013-07-18 00:00",26.9,"2013-07-06 00:00",26.6,"2013-07-15 00:00",25.3,"2013-09-10 00:00","","","","",26.9,26.6,24.9,23.3,20.3,14.9,-0.7,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68106",1,39.481483,-80.134667,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,100,51,61,0,0,"","","Certification not required",0,731.990099,5.098029,743,"2013-11-24 00:00",741,"2013-12-12 00:00",741,"2013-12-27 00:00",740,"2013-07-15 00:00","","","","",741,741,740,738,735,732,726,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68107",1,39.481483,-80.134667,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",101,100,51,61,0,0,"","","Certification not required",0,738.19802,4.67551,749,"2013-01-10 00:00",749,"2013-11-30 00:00",748,"2013-11-24 00:00",748,"2013-12-24 00:00","","","","",749,748,747,745,741,738,733,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68108",1,39.481483,-80.134667,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",122,100,61,61,0,0,"","","Certification not required",0,735.204918,4.329294,746,"2013-11-24 00:00",745,"2013-01-10 00:00",744,"2013-11-30 00:00",744,"2013-12-12 00:00","","","","",745,744,742,741,738,736,731,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","68109",1,39.481483,-80.134667,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",122,100,61,61,0,0,"","","Certification not required",0,1439.942623,0.233521,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","88101",1,39.481483,-80.134667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,0,0,"Certification not required",0,9.327869,4.1292,23.6,"2013-01-07 00:00",20.8,"2013-09-10 00:00",18.4,"2013-11-30 00:00",18.1,"2013-01-28 00:00","","","","",20.8,18.4,17.4,14.6,11.8,8.8,4.5,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","049","0006","88101",1,39.481483,-80.134667,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",122,100,122,122,0,0,"","","Certification not required",0,9.327869,4.1292,23.6,"2013-01-07 00:00",20.8,"2013-09-10 00:00",18.4,"2013-11-30 00:00",18.1,"2013-01-28 00:00","","","","",20.8,18.4,17.4,14.6,11.8,8.8,4.5,"MARION HEALTH CARE HOSPITAL","JOHN MANCHIN SR. HEALTH CARE CTR - WV DEPT OF HEALTH - 401 GUFFEY STREET","West Virginia","Marion","Fairmont","Fairmont, WV","2014-02-12" +"54","051","1002","42401",1,39.915961,-80.733858,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8621,98,361,365,0,139,0,"","Certification not required",0,11.6759,10.176645,58,"2013-01-23 18:00",55,"2013-01-16 23:00",44,"2013-01-05 11:00",43,"2013-01-08 13:00","","","","",43,39,33,28,16,9,2,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-06" +"54","051","1002","42401",1,39.915961,-80.733858,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8621,98,361,365,0,139,"","","Certification not required",0,4.922631,5.535242,58,"2013-01-23 18:00",55,"2013-01-16 23:00",50,"2013-01-16 20:00",46,"2013-01-16 19:00","","","","",26,20,14,11,8,3,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-06" +"54","051","1002","42401",1,39.915961,-80.733858,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",361,99,361,365,0,0,0,"","Certification not required",0,4.915235,4.29964,21.9,"2013-01-06 00:00",20.8,"2013-01-16 00:00",19.2,"2013-04-10 00:00",17,"2013-01-23 00:00","","","","",17,15.5,13.1,11,7.6,3.8,0.5,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-06" +"54","051","1002","42401",1,39.915961,-80.733858,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2839,97,361,365,0,0,"",0,"Certification not required",0,4.881543,5.247953,46.6,"2013-01-16 20:00",39,"2013-01-16 23:00",37,"2013-01-23 20:00",36.3,"2013-01-06 17:00","","","","",23.6,19,14.3,11.3,8,3,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-06" +"54","051","1002","42401",2,39.915961,-80.733858,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",103150,98,358,365,0,1970,"","","Certification not required",0,4.910034,5.703103,89,"2013-01-23 18:15",80,"2013-01-23 18:10",68,"2013-06-24 10:00",64,"2013-01-23 18:20","","","","",27,20,14,11,8,3,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-13" +"54","051","1002","68101",1,39.915961,-80.733858,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,118,122,0,4,"","","Certification not required",12,0.267797,0.127689,0.5,"2013-06-15 00:00",0.5,"2013-06-27 00:00",0.5,"2013-07-18 00:00",0.5,"2013-07-21 00:00","","","","",0.5,0.5,0.4,0.4,0.4,0.3,0.05,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68102",1,39.915961,-80.733858,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,118,122,0,4,"","","Certification not required",0,24.005932,0.023723,24.1,"2013-05-07 00:00",24.1,"2013-05-19 00:00",24.1,"2013-06-18 00:00",24.1,"2013-07-21 00:00","","","","",24.1,24.1,24.1,24,24,24,24,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68103",1,39.915961,-80.733858,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,6.244068,9.146935,22.2,"2013-07-18 00:00",20.9,"2013-07-09 00:00",20.9,"2013-09-01 00:00",20.7,"2013-06-27 00:00","","","","",20.9,20.9,20.6,18.3,14.4,7.9,-5.4,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68103",5,39.915961,-80.733858,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,7.396,8.888859,20.4,"2013-07-09 00:00",20.3,"2013-06-27 00:00",20.2,"2013-07-21 00:00",20.1,"2013-09-01 00:00","","","","",20.4,20.4,20.2,19.8,14.1,9.2,-5.4,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","68104",1,39.915961,-80.733858,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,18.79661,11.159121,36.4,"2013-07-18 00:00",34.2,"2013-05-31 00:00",34.1,"2013-06-24 00:00",34.1,"2013-09-10 00:00","","","","",34.2,34.1,33.8,32.9,28.6,20.8,3,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68104",5,39.915961,-80.733858,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,20.116,10.279053,35.1,"2013-07-15 00:00",32,"2013-06-21 00:00",31.4,"2013-07-03 00:00",31.3,"2013-06-09 00:00","","","","",35.1,35.1,31.4,31.2,28,23.7,4.1,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","68105",1,39.915961,-80.733858,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,12.158475,9.706385,28,"2013-07-18 00:00",26.5,"2013-09-10 00:00",26.4,"2013-06-24 00:00",26.1,"2013-07-03 00:00","","","","",26.5,26.4,25.5,24.4,20.9,14.9,-0.7,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68105",5,39.915961,-80.733858,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",50,82,50,61,0,2,"","","Certification not required",0,13.196,9.431557,26.8,"2013-07-15 00:00",24.9,"2013-07-03 00:00",24.2,"2013-07-21 00:00",24,"2013-09-01 00:00","","","","",26.8,26.8,24.2,23.5,21.4,17.1,1.2,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","68106",1,39.915961,-80.733858,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,741.70339,4.878541,753,"2013-11-24 00:00",750,"2013-03-08 00:00",750,"2013-12-12 00:00",750,"2013-12-27 00:00","","","","",750,750,749,748,745,742,735,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68106",5,39.915961,-80.733858,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,738.78,4.925113,747,"2013-01-10 00:00",747,"2013-02-09 00:00",747,"2013-02-21 00:00",746,"2013-01-22 00:00","","","","",747,747,747,746,742,739,733,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","68107",1,39.915961,-80.733858,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,747.898305,4.584235,759,"2013-01-10 00:00",759,"2013-11-24 00:00",759,"2013-11-30 00:00",758,"2013-12-24 00:00","","","","",759,759,757,754,751,748,742,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68107",5,39.915961,-80.733858,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,745.04,4.810533,757,"2013-01-10 00:00",755,"2013-04-04 00:00",755,"2013-04-22 00:00",752,"2013-01-28 00:00","","","","",757,757,755,751,748,744,740,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","68108",1,39.915961,-80.733858,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,745.084746,4.498008,756,"2013-01-10 00:00",756,"2013-11-24 00:00",754,"2013-11-30 00:00",754,"2013-12-12 00:00","","","","",756,754,753,751,748,745,740,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","68108",5,39.915961,-80.733858,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",50,82,50,61,0,2,"","","Certification not required",0,741.16,4.367599,752,"2013-01-10 00:00",749,"2013-02-09 00:00",748,"2013-01-22 00:00",748,"2013-02-21 00:00","","","","",752,752,748,748,743,741,736,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","68109",1,39.915961,-80.733858,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,118,122,0,4,"","","Certification not required",0,1439.533898,0.517757,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-19 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","88101",1,39.915961,-80.733858,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,10.348305,5.133162,29,"2013-01-07 00:00",25,"2013-09-10 00:00",23.2,"2013-12-03 00:00",21.9,"2013-11-30 00:00","","","","",25,23.2,20.1,17.8,13,9.4,4.5,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","88101",1,39.915961,-80.733858,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,10.348305,5.133162,29,"2013-01-07 00:00",25,"2013-09-10 00:00",23.2,"2013-12-03 00:00",21.9,"2013-11-30 00:00","","","","",25,23.2,20.1,17.8,13,9.4,4.5,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-10" +"54","051","1002","88102",5,39.915961,-80.733858,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.01952,0.004167,0.026,"2013-02-03 00:00",0.026,"2013-02-09 00:00",0.026,"2013-02-21 00:00",0.026,"2013-03-17 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.0205,0.014,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88103",5,39.915961,-80.733858,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00146,0.002062,0.009,"2013-03-17 00:00",0.008,"2013-09-25 00:00",0.006,"2013-08-02 00:00",0.004,"2013-01-28 00:00","","","","",0.009,0.009,0.006,0.004,0.002,0.001,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88104",5,39.915961,-80.733858,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",22,0.04143,0.054381,0.3,"2013-07-15 00:00",0.213,"2013-03-11 00:00",0.136,"2013-10-31 00:00",0.109,"2013-07-03 00:00","","","","",0.3,0.3,0.136,0.102,0.05,0.023,0.0065,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88107",5,39.915961,-80.733858,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005411,0.003512,0.0295,"2013-01-10 00:00",0.0055,"2013-04-16 00:00",0.0055,"2013-04-28 00:00",0.0055,"2013-05-16 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.005,0.005,0.0039,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88109",5,39.915961,-80.733858,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",5,0.00478,0.00474,0.0331,"2013-03-23 00:00",0.0141,"2013-06-09 00:00",0.0086,"2013-06-15 00:00",0.0077,"2013-01-28 00:00","","","","",0.0331,0.0331,0.0086,0.0077,0.0055,0.004,0.0013,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88110",5,39.915961,-80.733858,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00132,0.003304,0.013,"2013-02-15 00:00",0.013,"2013-05-28 00:00",0.011,"2013-10-01 00:00",0.007,"2013-08-02 00:00","","","","",0.013,0.013,0.011,0.007,0,0,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88111",5,39.915961,-80.733858,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.057962,0.07151,0.444,"2013-03-11 00:00",0.184,"2013-01-22 00:00",0.166,"2013-07-15 00:00",0.161,"2013-04-10 00:00","","","","",0.444,0.444,0.166,0.153,0.0583,0.0359,0.0134,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88112",5,39.915961,-80.733858,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.0051,0.016907,0.098,"2013-10-07 00:00",0.073,"2013-09-25 00:00",0.012,"2013-10-13 00:00",0.007,"2013-10-01 00:00","","","","",0.098,0.098,0.012,0.006,0.003,0.002,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88113",5,39.915961,-80.733858,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.000676,0.000199,0.0016,"2013-03-11 00:00",0.0015,"2013-09-01 00:00",0.001,"2013-01-10 00:00",0.0007,"2013-02-03 00:00","","","","",0.0016,0.0016,0.001,0.0007,0.0007,0.00065,0.00055,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88114",5,39.915961,-80.733858,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",32,0.004004,0.009598,0.0632,"2013-05-28 00:00",0.0248,"2013-03-29 00:00",0.012,"2013-01-10 00:00",0.0115,"2013-08-20 00:00","","","","",0.0632,0.0632,0.012,0.011,0.0027,0.00125,0.00065,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88115",5,39.915961,-80.733858,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",15,0.010815,0.010735,0.0668,"2013-03-11 00:00",0.028,"2013-01-22 00:00",0.0263,"2013-07-15 00:00",0.0261,"2013-03-29 00:00","","","","",0.0668,0.0668,0.0263,0.026,0.012,0.0081,0.00385,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88117",5,39.915961,-80.733858,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.004548,0.00559,0.043,"2013-01-10 00:00",0.00485,"2013-04-16 00:00",0.00485,"2013-04-28 00:00",0.00485,"2013-06-03 00:00","","","","",0.043,0.043,0.00485,0.00485,0.0041,0.0034,0.0028,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88118",5,39.915961,-80.733858,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.009875,0.006195,0.023,"2013-01-10 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-22 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.0041,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88126",5,39.915961,-80.733858,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.048784,0.03084,0.19,"2013-07-15 00:00",0.144,"2013-03-11 00:00",0.0858,"2013-01-10 00:00",0.0808,"2013-03-23 00:00","","","","",0.19,0.19,0.0858,0.0769,0.0561,0.0445,0.0225,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88128",5,39.915961,-80.733858,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00358,0.005261,0.03,"2013-07-27 00:00",0.015,"2013-05-28 00:00",0.014,"2013-03-29 00:00",0.01,"2013-01-10 00:00","","","","",0.03,0.03,0.014,0.009,0.005,0.002,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88131",5,39.915961,-80.733858,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.01076,0.003826,0.025,"2013-10-19 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-02-09 00:00",0.0165,"2013-02-21 00:00","","","","",0.025,0.025,0.0165,0.0165,0.011,0.011,0.007,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88132",5,39.915961,-80.733858,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00156,0.0015,0.007,"2013-01-16 00:00",0.005,"2013-01-28 00:00",0.004,"2013-02-03 00:00",0.004,"2013-04-16 00:00","","","","",0.007,0.007,0.004,0.004,0.002,0.001,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88136",5,39.915961,-80.733858,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.00038,0.000725,0.003,"2013-01-16 00:00",0.003,"2013-01-28 00:00",0.002,"2013-07-09 00:00",0.001,"2013-01-10 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88140",5,39.915961,-80.733858,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",44,0.008889,0.008219,0.044,"2013-03-11 00:00",0.042,"2013-04-10 00:00",0.031,"2013-01-22 00:00",0.0185,"2013-05-10 00:00","","","","",0.044,0.044,0.031,0.014,0.009,0.006,0.00475,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88152",5,39.915961,-80.733858,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",50,0.005556,0.001303,0.008,"2013-04-16 00:00",0.008,"2013-04-28 00:00",0.008,"2013-05-16 00:00",0.008,"2013-06-03 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88154",5,39.915961,-80.733858,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",45,0.001212,0.00055,0.0035,"2013-09-19 00:00",0.003,"2013-07-21 00:00",0.0027,"2013-01-10 00:00",0.002,"2013-07-27 00:00","","","","",0.0035,0.0035,0.0027,0.0016,0.0013,0.00125,0.00065,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88160",5,39.915961,-80.733858,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",48,0.01416,0.004151,0.028,"2013-05-28 00:00",0.023,"2013-07-09 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-11-06 00:00","","","","",0.028,0.028,0.0185,0.018,0.016,0.016,0.01,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88161",5,39.915961,-80.733858,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.002791,0.002346,0.018,"2013-07-15 00:00",0.0065,"2013-06-09 00:00",0.0062,"2013-03-11 00:00",0.00265,"2013-04-16 00:00","","","","",0.018,0.018,0.0062,0.00265,0.0025,0.0022,0.0021,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88164",5,39.915961,-80.733858,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",46,0.001875,0.001116,0.008,"2013-01-16 00:00",0.0049,"2013-05-16 00:00",0.004,"2013-01-28 00:00",0.004,"2013-06-21 00:00","","","","",0.008,0.008,0.004,0.0019,0.0016,0.0015,0.0015,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88165",5,39.915961,-80.733858,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.09508,0.090807,0.559,"2013-07-15 00:00",0.383,"2013-03-11 00:00",0.208,"2013-05-16 00:00",0.184,"2013-04-10 00:00","","","","",0.559,0.559,0.208,0.165,0.119,0.069,0.032,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88166",5,39.915961,-80.733858,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.008528,0.005041,0.019,"2013-02-03 00:00",0.019,"2013-02-21 00:00",0.019,"2013-03-11 00:00",0.019,"2013-03-17 00:00","","","","",0.019,0.019,0.019,0.019,0.0075,0.0075,0.0042,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88167",5,39.915961,-80.733858,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",9,0.007937,0.005527,0.0253,"2013-07-27 00:00",0.0222,"2013-03-29 00:00",0.0198,"2013-03-23 00:00",0.0172,"2013-06-21 00:00","","","","",0.0253,0.0253,0.0198,0.016,0.0102,0.0071,0.00175,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88168",5,39.915961,-80.733858,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.001208,0.000306,0.002,"2013-04-10 00:00",0.00175,"2013-02-03 00:00",0.00175,"2013-02-09 00:00",0.00175,"2013-02-21 00:00","","","","",0.002,0.002,0.00175,0.00175,0.0012,0.00115,0.00085,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88169",5,39.915961,-80.733858,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,1.05666,0.60814,3.17,"2013-09-19 00:00",3.02,"2013-07-21 00:00",2.12,"2013-08-20 00:00",1.82,"2013-07-15 00:00","","","","",3.17,3.17,2.12,1.74,1.38,0.962,0.407,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88176",5,39.915961,-80.733858,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",49,0.000966,0.000229,0.0018,"2013-03-05 00:00",0.0013,"2013-01-10 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-09 00:00","","","","",0.0018,0.0018,0.0013,0.0013,0.001,0.0009,0.0007,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88180",5,39.915961,-80.733858,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.072198,0.037835,0.175,"2013-03-23 00:00",0.169,"2013-01-10 00:00",0.138,"2013-03-05 00:00",0.136,"2013-04-04 00:00","","","","",0.175,0.175,0.138,0.13,0.0918,0.0633,0.0368,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88184",5,39.915961,-80.733858,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",34,0.0402,0.043518,0.257,"2013-04-10 00:00",0.143,"2013-01-22 00:00",0.125,"2013-03-11 00:00",0.11,"2013-07-15 00:00","","","","",0.257,0.257,0.125,0.096,0.042,0.027,0.0155,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88185",5,39.915961,-80.733858,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",47,0.003779,0.003809,0.0115,"2013-02-03 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-02-21 00:00",0.0115,"2013-03-17 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88301",5,39.915961,-80.733858,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.821034,0.544417,2.47,"2013-09-19 00:00",2.4,"2013-07-21 00:00",1.74,"2013-08-20 00:00",1.72,"2013-02-03 00:00","","","","",2.47,2.47,1.74,1.51,1.09,0.736,0.207,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88302",5,39.915961,-80.733858,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",3,0.070382,0.061924,0.315,"2013-04-10 00:00",0.27,"2013-07-15 00:00",0.207,"2013-02-21 00:00",0.17,"2013-05-04 00:00","","","","",0.315,0.315,0.207,0.144,0.0887,0.05,0.027,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88303",5,39.915961,-80.733858,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",6,0.055346,0.037241,0.166,"2013-07-15 00:00",0.146,"2013-03-23 00:00",0.145,"2013-01-28 00:00",0.129,"2013-04-04 00:00","","","","",0.166,0.166,0.145,0.112,0.071,0.047,0.012,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88306",5,39.915961,-80.733858,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,0.74984,0.808428,3.44,"2013-03-23 00:00",3.23,"2013-02-03 00:00",2.64,"2013-02-15 00:00",2.22,"2013-01-22 00:00","","","","",3.44,3.44,2.64,2.17,0.805,0.376,0.214,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88355",5,39.915961,-80.733858,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.624115,1.26021,7.9,"2013-03-23 00:00",5.15,"2013-03-05 00:00",4.8,"2013-03-29 00:00",4.3,"2013-06-15 00:00","","","","",7.9,5.15,4.8,4.01,3.35,2.44,1.18,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88357",5,39.915961,-80.733858,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.267385,0.158268,0.904,"2013-03-23 00:00",0.629,"2013-01-10 00:00",0.528,"2013-03-29 00:00",0.501,"2013-03-05 00:00","","","","",0.904,0.629,0.528,0.472,0.318,0.218,0.12,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88370",5,39.915961,-80.733858,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.261923,1.039753,6.45,"2013-03-23 00:00",4.45,"2013-03-05 00:00",4.12,"2013-03-29 00:00",3.71,"2013-06-15 00:00","","","","",6.45,4.45,4.12,3.35,2.91,2.08,1.09,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88374",5,39.915961,-80.733858,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.205404,0.243481,1.32,"2013-03-23 00:00",0.888,"2013-03-29 00:00",0.813,"2013-03-05 00:00",0.541,"2013-02-15 00:00","","","","",1.32,0.888,0.813,0.433,0.314,0.125,0.032,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88375",5,39.915961,-80.733858,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.553173,0.227868,1.44,"2013-03-23 00:00",0.891,"2013-03-29 00:00",0.887,"2013-06-15 00:00",0.861,"2013-06-09 00:00","","","","",1.44,0.891,0.887,0.841,0.722,0.524,0.269,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88376",5,39.915961,-80.733858,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.559442,0.307795,1.63,"2013-03-23 00:00",1.18,"2013-03-05 00:00",1.11,"2013-05-28 00:00",1.1,"2013-03-29 00:00","","","","",1.63,1.18,1.11,0.994,0.745,0.485,0.241,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88377",5,39.915961,-80.733858,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.457731,0.25957,1.21,"2013-03-23 00:00",1.03,"2013-03-05 00:00",1.03,"2013-05-28 00:00",0.98,"2013-01-10 00:00","","","","",1.21,1.03,1.03,0.946,0.581,0.375,0.182,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88378",5,39.915961,-80.733858,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.4855,0.19313,0.986,"2013-06-09 00:00",0.849,"2013-03-23 00:00",0.807,"2013-07-27 00:00",0.782,"2013-06-15 00:00","","","","",0.986,0.849,0.807,0.696,0.598,0.527,0.222,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88380",5,39.915961,-80.733858,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.629712,0.384302,2.35,"2013-03-23 00:00",1.47,"2013-01-10 00:00",1.22,"2013-06-21 00:00",1.21,"2013-03-29 00:00","","","","",2.35,1.47,1.22,1.02,0.785,0.579,0.246,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88383",5,39.915961,-80.733858,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.045981,0.497448,3.17,"2013-03-23 00:00",1.75,"2013-06-15 00:00",1.71,"2013-03-05 00:00",1.67,"2013-06-21 00:00","","","","",3.17,1.75,1.71,1.59,1.31,1.02,0.441,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88384",5,39.915961,-80.733858,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.0693,0.031084,0.174,"2013-10-19 00:00",0.151,"2013-06-27 00:00",0.126,"2013-07-27 00:00",0.123,"2013-06-03 00:00","","","","",0.174,0.151,0.126,0.111,0.0902,0.0651,0.0377,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88385",5,39.915961,-80.733858,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",50,0.001075,0.000413,0.00379,"2013-05-10 00:00",0.00209,"2013-05-28 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00","","","","",0.00379,0.00209,0.001,0.001,0.001,0.001,0.001,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88388",5,39.915961,-80.733858,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.847788,0.373894,2.3,"2013-03-23 00:00",1.49,"2013-07-27 00:00",1.4,"2013-06-09 00:00",1.37,"2013-06-15 00:00","","","","",2.3,1.49,1.4,1.29,1.06,0.842,0.36,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88403",5,39.915961,-80.733858,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,2.7626,1.711048,9.34,"2013-09-19 00:00",8.46,"2013-07-21 00:00",5.6,"2013-08-20 00:00",4.63,"2013-07-15 00:00","","","","",9.34,9.34,5.6,4.34,3.63,2.52,1.05,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","051","1002","88502",3,39.915961,-80.733858,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","PM2.5 SCC - FDMS-Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",8755,100,365,365,0,5,"","","Certification not required",0,11.154209,6.923303,92,"2013-08-23 05:00",56.2,"2013-06-23 21:00",51,"2013-02-08 02:00",48.3,"2013-02-08 01:00","","","","",32.2,29,24.4,20.6,14.8,9.8,3.6,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-06" +"54","051","1002","88502",3,39.915961,-80.733858,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",365,100,365,365,0,0,"","","Certification not required",0,11.112877,5.229021,30.5,"2013-12-03 00:00",26.9,"2013-01-07 00:00",25.9,"2013-01-08 00:00",25.8,"2013-02-07 00:00","","","","",25.8,24.2,20.6,17.9,14.6,10.5,5.2,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-06" +"54","051","1002","88502",5,39.915961,-80.733858,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",50,82,50,61,0,2,"","","Certification not required",0,11.834,4.22324,22.8,"2013-03-23 00:00",22.3,"2013-07-21 00:00",19.7,"2013-09-19 00:00",19.1,"2013-01-28 00:00","","","","",22.8,22.8,19.7,16.7,14.3,11.5,7.5,"","MOUNDSVILLE - NG ARMORY, 1501 NINTH STREET","West Virginia","Marshall","Moundsville","Wheeling, WV-OH","2014-02-14" +"54","061","0003","42401",1,39.649367,-79.920867,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6092,70,257,365,0,413,0,"","Certification not required",0,4.560311,3.208458,24,"2013-08-06 10:00",18,"2013-08-16 13:00",15,"2013-03-24 09:00",14,"2013-07-26 10:00","","","","",15,13,11,9,6,4,1,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2013-12-16" +"54","061","0003","42401",1,39.649367,-79.920867,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6092,70,257,365,0,413,"","","Certification not required",0,2.008207,2.151906,24,"2013-08-06 10:00",20,"2013-08-06 09:00",18,"2013-08-16 13:00",15,"2013-03-24 09:00","","","","",8,7,5,4,3,2,-1,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2013-12-16" +"54","061","0003","42401",1,39.649367,-79.920867,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",257,70,257,365,0,0,0,"","Certification not required",0,2.019844,1.790763,6.4,"2013-08-11 00:00",6.4,"2013-08-16 00:00",5.8,"2013-06-23 00:00",5.7,"2013-06-19 00:00","","","","",5.8,5.3,4.9,4.3,3.3,2.1,-0.2,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2013-12-16" +"54","061","0003","42401",1,39.649367,-79.920867,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1960,67,232,365,0,0,"",0,"Certification not required",0,1.99301,2.057436,17.6,"2013-08-06 11:00",14,"2013-08-16 14:00",12,"2013-03-24 11:00",11.6,"2013-06-20 11:00","","","","",7.6,6.6,5,4.3,3.3,2,-0.6,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2013-12-16" +"54","061","0003","42401",2,39.649367,-79.920867,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",74656,71,267,365,0,3966,"","","Certification not required",0,2.035362,2.239772,53,"2013-08-06 09:50",50,"2013-08-06 09:45",47,"2013-08-06 10:00",44,"2013-08-06 09:55","","","","",9,7,5,4,3,2,-1,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2013-12-16" +"54","061","0003","44201",1,39.649367,-79.920867,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET ABSORPTION",2013,"Parts per million","No Events",4718,88,188,214,0,371,0,0,"Certification not required",212,0.045654,0.011263,0.082,"2013-06-21 18:00",0.076,"2013-05-30 17:00",0.072,"2013-06-20 16:00",0.072,"2013-06-23 15:00","","","","",0.076,0.072,0.062,0.06,0.054,0.046,0.03,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-01-24" +"54","061","0003","44201",1,39.649367,-79.920867,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4543,86,183,214,0,0,0,0,"Certification not required",0,0.040743,0.01072,0.075,"2013-06-21 12:00",0.066,"2013-05-30 11:00",0.066,"2013-06-20 12:00",0.064,"2013-06-22 11:00","","","","",0.066,0.064,0.057,0.053,0.049,0.041,0.026,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-01-24" +"54","061","0003","44201",1,39.649367,-79.920867,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4543,86,183,214,0,0,0,0,"Certification not required",0,0.040743,0.01072,0.075,"2013-06-21 12:00",0.066,"2013-05-30 11:00",0.066,"2013-06-20 12:00",0.064,"2013-06-22 11:00","","","","",0.066,0.064,0.057,0.053,0.049,0.041,0.026,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-01-24" +"54","061","0003","68101",1,39.649367,-79.920867,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",118,97,118,122,0,4,"","","Certification not required",54,0.270339,0.238428,0.8,"2013-09-10 00:00",0.7,"2013-08-17 00:00",0.7,"2013-08-20 00:00",0.7,"2013-08-23 00:00","","","","",0.7,0.7,0.7,0.6,0.5,0.2,0.05,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68102",1,39.649367,-79.920867,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",118,97,118,122,0,4,"","","Certification not required",0,23.974576,0.06018,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,23.9,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68103",1,39.649367,-79.920867,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,6.915254,9.625177,21.9,"2013-07-18 00:00",21.9,"2013-09-10 00:00",21.8,"2013-07-03 00:00",21.1,"2013-07-06 00:00","","","","",21.9,21.8,20.3,19.7,15.1,7.7,-4.6,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68104",1,39.649367,-79.920867,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,17.204237,10.674143,34.2,"2013-07-18 00:00",33.9,"2013-07-06 00:00",33.4,"2013-07-15 00:00",32.2,"2013-05-31 00:00","","","","",33.9,33.4,31.6,30.4,25.9,18.4,2,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68105",1,39.649367,-79.920867,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",118,97,118,122,0,4,"","","Certification not required",0,11.862712,9.886318,27.9,"2013-07-18 00:00",27.6,"2013-07-06 00:00",27,"2013-07-15 00:00",26.4,"2013-07-03 00:00","","","","",27.6,27,25.6,23.9,20.5,14.8,-1.2,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68106",1,39.649367,-79.920867,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,727.084746,4.667722,736,"2013-07-15 00:00",735,"2013-11-24 00:00",734,"2013-01-10 00:00",734,"2013-04-22 00:00","","","","",735,734,734,733,731,727,721,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68107",1,39.649367,-79.920867,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,733.694915,4.265762,744,"2013-01-10 00:00",744,"2013-11-30 00:00",742,"2013-11-24 00:00",742,"2013-12-24 00:00","","","","",744,742,741,740,736,734,729,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68108",1,39.649367,-79.920867,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",118,97,118,122,0,4,"","","Certification not required",0,730.661017,4.188344,740,"2013-01-10 00:00",740,"2013-11-24 00:00",738,"2013-07-15 00:00",738,"2013-11-30 00:00","","","","",740,738,737,736,734,731,726,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","68109",1,39.649367,-79.920867,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",118,97,118,122,0,4,"","","Certification not required",0,1439.635593,2.587495,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","88101",1,39.649367,-79.920867,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,8.837288,4.136244,22.2,"2013-09-10 00:00",20.9,"2013-01-07 00:00",19,"2013-07-18 00:00",17.9,"2013-08-20 00:00","","","","",20.9,19,17,14.9,10.9,8.2,4.3,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","061","0003","88101",1,39.649367,-79.920867,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",0,8.837288,4.136244,22.2,"2013-09-10 00:00",20.9,"2013-01-07 00:00",19,"2013-07-18 00:00",17.9,"2013-08-20 00:00","","","","",20.9,19,17,14.9,10.9,8.2,4.3,"","MORGANTOWN - AIRPORT US 119&AIRPORT BLVD.","West Virginia","Monongalia","Morgantown","Morgantown, WV","2014-02-12" +"54","069","0010","44201",1,40.114876,-80.700972,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET ABSORPTION",2013,"Parts per million","No Events",5104,100,214,214,0,32,0,0,"Certification not required",382,0.048201,0.010641,0.08,"2013-06-21 16:00",0.075,"2013-05-15 17:00",0.074,"2013-06-20 14:00",0.071,"2013-07-26 16:00","","","","",0.074,0.071,0.064,0.062,0.055,0.049,0.034,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-01-22" +"54","069","0010","44201",1,40.114876,-80.700972,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.04278,0.010473,0.074,"2013-06-21 10:00",0.071,"2013-05-15 13:00",0.068,"2013-06-20 11:00",0.063,"2013-04-27 11:00","","","","",0.068,0.063,0.059,0.054,0.05,0.044,0.028,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-01-22" +"54","069","0010","44201",1,40.114876,-80.700972,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5127,100,214,214,0,0,0,0,"Certification not required",0,0.04278,0.010473,0.074,"2013-06-21 10:00",0.071,"2013-05-15 13:00",0.068,"2013-06-20 11:00",0.063,"2013-04-27 11:00","","","","",0.068,0.063,0.059,0.054,0.05,0.044,0.028,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-01-22" +"54","069","0010","68101",1,40.114876,-80.700972,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",121,99,121,122,0,1,"","","Certification not required",72,0.121488,0.097644,0.4,"2013-09-19 00:00",0.3,"2013-07-18 00:00",0.3,"2013-07-30 00:00",0.3,"2013-08-08 00:00","","","","",0.3,0.3,0.3,0.3,0.2,0.05,0.05,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68102",1,40.114876,-80.700972,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,1,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68103",1,40.114876,-80.700972,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,6.255372,9.491136,21.8,"2013-07-18 00:00",21.2,"2013-09-10 00:00",21,"2013-07-06 00:00",20.7,"2013-07-21 00:00","","","","",21.2,21,20.1,18.4,14.7,7.6,-5.7,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68104",1,40.114876,-80.700972,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,17.340496,11.063232,34.4,"2013-07-15 00:00",33.9,"2013-07-18 00:00",33.1,"2013-09-10 00:00",32.5,"2013-07-06 00:00","","","","",33.9,33.1,31.9,30.4,27.3,18.9,2,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68105",1,40.114876,-80.700972,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,1,"","","Certification not required",0,11.373554,9.949504,27.3,"2013-07-18 00:00",26.5,"2013-07-15 00:00",26.5,"2013-09-10 00:00",26.1,"2013-07-06 00:00","","","","",26.5,26.5,24.8,23.6,20.1,13.6,-1.5,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68106",1,40.114876,-80.700972,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,739.942149,4.867062,751,"2013-11-24 00:00",749,"2013-03-08 00:00",748,"2013-12-12 00:00",748,"2013-12-27 00:00","","","","",749,748,747,746,743,740,734,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68107",1,40.114876,-80.700972,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,746.090909,4.540558,758,"2013-01-10 00:00",757,"2013-11-30 00:00",756,"2013-11-24 00:00",756,"2013-12-24 00:00","","","","",757,756,755,752,749,746,741,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68108",1,40.114876,-80.700972,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,1,"","","Certification not required",0,743.198347,4.477015,754,"2013-01-10 00:00",754,"2013-11-24 00:00",752,"2013-11-30 00:00",752,"2013-12-12 00:00","","","","",754,752,751,749,746,743,738,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","68109",1,40.114876,-80.700972,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",121,99,121,122,0,1,"","","Certification not required",0,1439.561983,0.498206,1440,"2013-01-01 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00",1440,"2013-01-22 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","88101",1,40.114876,-80.700972,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,10.100826,5.016847,29.1,"2013-01-07 00:00",28,"2013-09-10 00:00",24.9,"2013-12-03 00:00",22.5,"2013-09-19 00:00","","","","",28,24.9,17.9,16.1,12.5,9,4.5,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","069","0010","88101",1,40.114876,-80.700972,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,10.100826,5.016847,29.1,"2013-01-07 00:00",28,"2013-09-10 00:00",24.9,"2013-12-03 00:00",22.5,"2013-09-19 00:00","","","","",28,24.9,17.9,16.1,12.5,9,4.5,"","WHEELING - WARWOOD WATER PLANT","West Virginia","Ohio","Wheeling","Wheeling, WV-OH","2014-02-10" +"54","081","0002","68101",1,37.807767,-81.197433,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Percent","No Events",120,100,60,61,0,2,"","","Certification not required",12,0.441667,0.199193,0.7,"2013-04-10 00:00",0.7,"2013-05-28 00:00",0.7,"2013-05-31 00:00",0.7,"2013-06-03 00:00","","","","",0.7,0.7,0.7,0.7,0.6,0.5,0.1,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68102",1,37.807767,-81.197433,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",120,100,60,61,0,2,"","","Certification not required",0,24.048333,0.050182,24.1,"2013-01-01 00:00",24.1,"2013-01-04 00:00",24.1,"2013-01-13 00:00",24.1,"2013-01-19 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68103",1,37.807767,-81.197433,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,2,"","","Certification not required",0,5.936667,9.034508,21.2,"2013-07-18 00:00",20.3,"2013-08-11 00:00",20.2,"2013-08-29 00:00",19.6,"2013-08-08 00:00","","","","",20.3,20.2,19,17.6,13.9,6.6,-5.5,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68104",1,37.807767,-81.197433,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,2,"","","Certification not required",0,17.1975,10.104009,33.2,"2013-07-18 00:00",32.9,"2013-07-15 00:00",31.5,"2013-07-09 00:00",31.4,"2013-06-21 00:00","","","","",32.9,31.5,31,29.9,26.4,18.9,4.1,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68105",1,37.807767,-81.197433,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",120,100,60,61,0,2,"","","Certification not required",0,10.995833,9.277563,25.6,"2013-07-18 00:00",25.2,"2013-07-15 00:00",25,"2013-07-09 00:00",23.9,"2013-07-06 00:00","","","","",25.2,25,23.5,22.5,19.3,12.8,-1.1,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68106",1,37.807767,-81.197433,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,2,"","","Certification not required",0,695.908333,4.2545,705,"2013-07-15 00:00",703,"2013-11-21 00:00",703,"2013-12-27 00:00",702,"2013-01-10 00:00","","","","",703,703,701,701,699,697,691,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68107",1,37.807767,-81.197433,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,2,"","","Certification not required",0,700.866667,3.583185,709,"2013-01-10 00:00",708,"2013-07-15 00:00",708,"2013-11-30 00:00",707,"2013-11-12 00:00","","","","",708,708,706,705,704,701,696,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68108",1,37.807767,-81.197433,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",120,100,60,61,0,2,"","","Certification not required",0,698.466667,3.783941,706,"2013-01-10 00:00",706,"2013-07-15 00:00",705,"2013-11-24 00:00",705,"2013-11-30 00:00","","","","",706,705,704,703,701,699,694,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","68109",1,37.807767,-81.197433,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Minutes","No Events",120,100,60,61,0,2,"","","Certification not required",0,1439.9,0.301258,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-13 00:00","","","","",1440,1440,1440,1440,1440,1440,1440,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","88101",1,37.807767,-81.197433,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,0,0,"Certification not required",0,7.52,3.756979,22.4,"2013-07-18 00:00",19.2,"2013-08-29 00:00",18,"2013-09-10 00:00",15.9,"2013-08-23 00:00","","","","",19.2,18,13.6,12.3,9.9,7.2,3.2,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","081","0002","88101",1,37.807767,-81.197433,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,98,120,122,0,2,"","","Certification not required",0,7.52,3.756979,22.4,"2013-07-18 00:00",19.2,"2013-08-29 00:00",18,"2013-09-10 00:00",15.9,"2013-08-23 00:00","","","","",19.2,18,13.6,12.3,9.9,7.2,3.2,"MAXWELL HILL ELEMENTART - BECKLEY","BECKLEY - MAXWELL HILL ELEMENTARY","West Virginia","Raleigh","Beckley","Beckley, WV","2014-02-12" +"54","093","9000","85101",1,39.105336,-79.425851,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.318688,3.476526,19.3828,"2013-05-28 00:00",14.8084,"2013-04-10 00:00",13.2761,"2013-05-31 00:00",12.8892,"2013-05-25 00:00","","","","",19.3828,14.8084,13.2761,12.481,7.939,6.8331,3.4923,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","86502",1,39.105336,-79.425851,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.137255,2.049581,9,"2013-05-28 00:00",7,"2013-05-25 00:00",6,"2013-04-10 00:00",6,"2013-05-22 00:00","","","","",9,7,6,5,3,2,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88103",1,39.105336,-79.425851,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,7.8e-05,0.000272,0.001,"2013-01-04 00:00",0.001,"2013-01-13 00:00",0.001,"2013-05-19 00:00",0.001,"2013-05-28 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88104",1,39.105336,-79.425851,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.019593,0.016307,0.0676,"2013-05-16 00:00",0.0529,"2013-04-16 00:00",0.0522,"2013-05-31 00:00",0.049,"2013-04-04 00:00","","","","",0.0676,0.0529,0.0522,0.0438,0.033,0.0135,0.004,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88109",1,39.105336,-79.425851,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.001814,0.001062,0.0056,"2013-04-10 00:00",0.0039,"2013-03-11 00:00",0.0037,"2013-02-24 00:00",0.0036,"2013-01-13 00:00","","","","",0.0056,0.0039,0.0037,0.003,0.0024,0.0017,0.0008,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88111",1,39.105336,-79.425851,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",3,0.01971,0.014642,0.0592,"2013-04-10 00:00",0.0535,"2013-04-04 00:00",0.0511,"2013-05-16 00:00",0.0483,"2013-04-07 00:00","","","","",0.0592,0.0535,0.0511,0.0409,0.0284,0.016,0.004,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88112",1,39.105336,-79.425851,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88114",1,39.105336,-79.425851,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",12,0.000403,0.000243,0.0011,"2013-04-07 00:00",0.0009,"2013-02-09 00:00",0.0009,"2013-03-23 00:00",0.0007,"2013-01-10 00:00","","","","",0.0011,0.0009,0.0009,0.0007,0.0006,0.0004,0.00015,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88115",1,39.105336,-79.425851,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.000747,0.000918,0.0053,"2013-03-11 00:00",0.003,"2013-04-10 00:00",0.0023,"2013-05-31 00:00",0.0022,"2013-05-28 00:00","","","","",0.0053,0.003,0.0023,0.0016,0.0011,0.0004,0.00015,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88126",1,39.105336,-79.425851,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.018467,0.012348,0.052,"2013-05-16 00:00",0.0451,"2013-04-07 00:00",0.04,"2013-04-04 00:00",0.0392,"2013-04-10 00:00","","","","",0.052,0.0451,0.04,0.0366,0.0252,0.0152,0.0049,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88128",1,39.105336,-79.425851,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.001059,0.000835,0.003,"2013-01-25 00:00",0.003,"2013-03-23 00:00",0.003,"2013-04-07 00:00",0.002,"2013-01-04 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88132",1,39.105336,-79.425851,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.000941,0.000645,0.002,"2013-01-04 00:00",0.002,"2013-01-22 00:00",0.002,"2013-02-24 00:00",0.002,"2013-03-14 00:00","","","","",0.002,0.002,0.002,0.002,0.001,0.001,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88136",1,39.105336,-79.425851,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88140",1,39.105336,-79.425851,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",22,0.007102,0.007706,0.0393,"2013-01-13 00:00",0.0225,"2013-03-11 00:00",0.0224,"2013-05-31 00:00",0.0208,"2013-05-28 00:00","","","","",0.0393,0.0225,0.0224,0.0171,0.0113,0.0036,0.0011,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88152",1,39.105336,-79.425851,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",24,0.001666,0.001995,0.0072,"2013-01-04 00:00",0.0066,"2013-05-10 00:00",0.0053,"2013-04-07 00:00",0.0048,"2013-03-08 00:00","","","","",0.0072,0.0066,0.0053,0.0043,0.0036,0.0006,0.00015,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88154",1,39.105336,-79.425851,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",11,0.000393,0.000271,0.0012,"2013-01-25 00:00",0.001,"2013-02-06 00:00",0.0008,"2013-01-04 00:00",0.0008,"2013-02-03 00:00","","","","",0.0012,0.001,0.0008,0.0008,0.0006,0.0003,0.0001,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88161",1,39.105336,-79.425851,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",4,0.001467,0.001125,0.0042,"2013-05-16 00:00",0.0037,"2013-04-28 00:00",0.0036,"2013-04-10 00:00",0.0035,"2013-04-07 00:00","","","","",0.0042,0.0037,0.0036,0.0033,0.0021,0.0011,0.00025,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88164",1,39.105336,-79.425851,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.000187,0.000151,0.0009,"2013-04-10 00:00",0.0006,"2013-04-16 00:00",0.0004,"2013-01-13 00:00",0.0004,"2013-05-16 00:00","","","","",0.0009,0.0006,0.0004,0.0003,0.0002,0.0002,5e-05,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88165",1,39.105336,-79.425851,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",2,0.045941,0.043501,0.1646,"2013-05-16 00:00",0.1577,"2013-04-16 00:00",0.128,"2013-04-10 00:00",0.1276,"2013-04-07 00:00","","","","",0.1646,0.1577,0.128,0.1109,0.0692,0.0307,0.0069,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88167",1,39.105336,-79.425851,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.003377,0.001579,0.0071,"2013-03-23 00:00",0.0067,"2013-03-29 00:00",0.0066,"2013-02-24 00:00",0.0065,"2013-04-07 00:00","","","","",0.0071,0.0067,0.0066,0.0058,0.0042,0.0032,0.0014,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88168",1,39.105336,-79.425851,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",30,0.00025,0.000157,0.0008,"2013-04-16 00:00",0.0006,"2013-01-13 00:00",0.0006,"2013-04-07 00:00",0.0005,"2013-01-04 00:00","","","","",0.0008,0.0006,0.0006,0.0004,0.0004,0.00015,0.00015,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88169",1,39.105336,-79.425851,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.530941,0.242832,1.072,"2013-02-24 00:00",0.9351,"2013-01-04 00:00",0.9139,"2013-05-16 00:00",0.8771,"2013-05-10 00:00","","","","",1.072,0.9351,0.9139,0.8176,0.7431,0.4879,0.2498,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88176",1,39.105336,-79.425851,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",43,0.000181,7.9e-05,0.0005,"2013-01-28 00:00",0.0004,"2013-01-04 00:00",0.0004,"2013-03-20 00:00",0.0003,"2013-01-19 00:00","","","","",0.0005,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88180",1,39.105336,-79.425851,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.0246,0.011675,0.057,"2013-04-10 00:00",0.0482,"2013-04-16 00:00",0.047,"2013-04-07 00:00",0.0456,"2013-05-16 00:00","","","","",0.057,0.0482,0.047,0.0425,0.0335,0.0231,0.0114,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88184",1,39.105336,-79.425851,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.03194,0.050645,0.213,"2013-04-10 00:00",0.186,"2013-01-13 00:00",0.1641,"2013-03-11 00:00",0.1395,"2013-04-19 00:00","","","","",0.213,0.186,0.1641,0.1102,0.0377,0.0129,0.0017,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88185",1,39.105336,-79.425851,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",40,0.000745,0.000321,0.0017,"2013-01-04 00:00",0.0016,"2013-01-01 00:00",0.0016,"2013-01-16 00:00",0.0015,"2013-01-28 00:00","","","","",0.0017,0.0016,0.0016,0.0012,0.0007,0.0007,0.0004,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88203",1,39.105336,-79.425851,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",18,0.022159,0.032979,0.1761,"2013-05-16 00:00",0.12,"2013-03-11 00:00",0.0993,"2013-01-13 00:00",0.0872,"2013-05-04 00:00","","","","",0.1761,0.12,0.0993,0.0407,0.0205,0.01,0.0031,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88306",1,39.105336,-79.425851,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.565355,0.589191,3.431,"2013-03-23 00:00",2.128,"2013-03-29 00:00",1.5016,"2013-02-24 00:00",1.1659,"2013-02-06 00:00","","","","",3.431,2.128,1.5016,1.0483,0.7644,0.4082,0.093,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88320",1,39.105336,-79.425851,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.752549,0.45366,2.09,"2013-05-28 00:00",1.97,"2013-02-24 00:00",1.74,"2013-03-08 00:00",1.74,"2013-04-10 00:00","","","","",2.09,1.97,1.74,1.34,0.88,0.64,0.26,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88321",1,39.105336,-79.425851,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.139216,0.064369,0.29,"2013-02-24 00:00",0.25,"2013-03-14 00:00",0.25,"2013-04-10 00:00",0.24,"2013-03-23 00:00","","","","",0.29,0.25,0.25,0.23,0.18,0.14,0.06,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88324",1,39.105336,-79.425851,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",41,0.02609,0.016553,0.1043,"2013-05-28 00:00",0.076,"2013-02-24 00:00",0.0635,"2013-03-08 00:00",0.047,"2013-02-21 00:00","","","","",0.1043,0.076,0.0635,0.036,0.0302,0.02335,0.01645,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88325",1,39.105336,-79.425851,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",7,0.171873,0.12668,0.6806,"2013-05-28 00:00",0.4312,"2013-02-24 00:00",0.3938,"2013-04-07 00:00",0.3896,"2013-03-08 00:00","","","","",0.6806,0.4312,0.3938,0.3624,0.2217,0.1364,0.0338,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88326",1,39.105336,-79.425851,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",9,0.172963,0.134604,0.5769,"2013-04-10 00:00",0.5739,"2013-02-24 00:00",0.4795,"2013-03-08 00:00",0.444,"2013-05-31 00:00","","","","",0.5769,0.5739,0.4795,0.3675,0.2249,0.1416,0.039,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88327",1,39.105336,-79.425851,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",1,0.147289,0.08284,0.401,"2013-04-10 00:00",0.3663,"2013-02-24 00:00",0.3219,"2013-05-28 00:00",0.3029,"2013-03-08 00:00","","","","",0.401,0.3663,0.3219,0.229,0.2061,0.122,0.058,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88328",1,39.105336,-79.425851,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.245229,0.128991,0.5938,"2013-03-02 00:00",0.5532,"2013-05-28 00:00",0.5219,"2013-02-24 00:00",0.5044,"2013-04-07 00:00","","","","",0.5938,0.5532,0.5219,0.4385,0.2924,0.2286,0.102,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88329",1,39.105336,-79.425851,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.328608,0.176496,0.7525,"2013-02-24 00:00",0.7471,"2013-05-28 00:00",0.6888,"2013-04-07 00:00",0.6785,"2013-03-02 00:00","","","","",0.7525,0.7471,0.6888,0.6297,0.3905,0.2938,0.128,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88330",1,39.105336,-79.425851,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.056173,0.030854,0.1433,"2013-04-01 00:00",0.1314,"2013-03-17 00:00",0.1201,"2013-03-29 00:00",0.114,"2013-03-20 00:00","","","","",0.1433,0.1314,0.1201,0.1045,0.0682,0.0486,0.0261,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88331",1,39.105336,-79.425851,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",19,0.000226,0.000997,0.007,"2013-04-25 00:00",0.0014,"2013-03-20 00:00",0.001,"2013-04-13 00:00",0.0003,"2013-03-08 00:00","","","","",0.007,0.0014,0.001,0.00015,0.0001,0,0,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88338",1,39.105336,-79.425851,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",50,0.016379,0.005185,0.0334,"2013-03-11 00:00",0.0253,"2013-02-06 00:00",0.02525,"2013-02-12 00:00",0.02515,"2013-02-27 00:00","","","","",0.0334,0.0253,0.02525,0.025,0.0167,0.01565,0.0112,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88339",1,39.105336,-79.425851,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,2.190131,1.001656,4.42192,"2013-02-24 00:00",3.85725,"2013-01-04 00:00",3.76963,"2013-05-16 00:00",3.61783,"2013-05-10 00:00","","","","",4.42192,3.85725,3.76963,3.37272,3.06545,2.01255,1.03022,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88344",1,39.105336,-79.425851,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.729304,0.760051,4.4262,"2013-03-23 00:00",2.7446,"2013-03-29 00:00",1.9371,"2013-02-24 00:00",1.504,"2013-02-06 00:00","","","","",4.4262,2.7446,1.9371,1.3523,0.9861,0.5266,0.12,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88348",1,39.105336,-79.425851,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,0.236978,0.195171,0.7756,"2013-05-16 00:00",0.6836,"2013-04-16 00:00",0.6121,"2013-04-10 00:00",0.6101,"2013-04-07 00:00","","","","",0.7756,0.6836,0.6121,0.5185,0.3528,0.1693,0.0538,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88350",1,39.105336,-79.425851,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.354424,0.815329,3.7532,"2013-05-28 00:00",3.5447,"2013-02-24 00:00",3.1358,"2013-04-10 00:00",3.1297,"2013-03-08 00:00","","","","",3.7532,3.5447,3.1358,2.405,1.5804,1.1572,0.4768,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88403",1,39.105336,-79.425851,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,1.6397,0.75815,3.2592,"2013-02-24 00:00",2.833,"2013-04-01 00:00",2.763,"2013-05-16 00:00",2.6913,"2013-05-10 00:00","","","","",3.2592,2.833,2.763,2.6025,2.304,1.5459,0.7166,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9000","88502",1,39.105336,-79.425851,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,25,61,0,0,"","","Certification not required",0,4.605882,2.124751,9.9,"2013-05-28 00:00",9.2,"2013-02-24 00:00",8.8,"2013-05-16 00:00",7.9,"2013-04-10 00:00","","","","",9.9,9.2,8.8,7.5,5.8,4.2,2.1,"","Dolly Sods Wilderness","West Virginia","Tucker","","","2014-01-28" +"54","093","9991","44201",1,39.0905,-79.6617,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7710,99,212,214,0,306,0,0,"Certification not required",185,0.046439,0.009273,0.083,"2013-04-27 17:00",0.07,"2013-05-15 18:00",0.067,"2013-09-08 15:00",0.066,"2013-04-05 16:00","","","","",0.067,0.063,0.061,0.058,0.053,0.048,0.042,"Parsons","USDA Northern Research Station, Monongahela National Forest, Parsons, WV 26287","West Virginia","Tucker","","","2014-01-31" +"54","093","9991","44201",1,39.0905,-79.6617,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7963,98,210,214,0,0,0,0,"Certification not required",0,0.041633,0.009235,0.067,"2013-04-27 12:00",0.063,"2013-04-05 11:00",0.061,"2013-04-26 11:00",0.06,"2013-04-22 11:00","","","","",0.061,0.06,0.058,0.055,0.05,0.044,0.038,"Parsons","USDA Northern Research Station, Monongahela National Forest, Parsons, WV 26287","West Virginia","Tucker","","","2014-01-31" +"54","093","9991","44201",1,39.0905,-79.6617,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7963,98,210,214,0,0,0,0,"Certification not required",0,0.041633,0.009235,0.067,"2013-04-27 12:00",0.063,"2013-04-05 11:00",0.061,"2013-04-26 11:00",0.06,"2013-04-22 11:00","","","","",0.061,0.06,0.058,0.055,0.05,0.044,0.038,"Parsons","USDA Northern Research Station, Monongahela National Forest, Parsons, WV 26287","West Virginia","Tucker","","","2014-01-31" +"54","107","1002","42401",1,39.323533,-81.552367,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6025,69,254,365,0,527,0,"","Certification not required",0,8.889764,5.308995,29,"2013-06-30 09:00",26,"2013-07-16 12:00",25,"2013-05-09 08:00",25,"2013-08-27 02:00","","","","",25,23,19,16,11,8,3,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2013-12-16" +"54","107","1002","42401",1,39.323533,-81.552367,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",6025,69,254,365,0,527,"","","Certification not required",0,3.565477,2.856879,29,"2013-06-30 09:00",26,"2013-07-16 12:00",25,"2013-05-09 08:00",25,"2013-08-27 02:00","","","","",15,12,9,7,4,3,1,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2013-12-16" +"54","107","1002","42401",1,39.323533,-81.552367,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",254,70,254,365,0,0,0,"","Certification not required",0,3.557874,1.622738,10.9,"2013-05-15 00:00",8.5,"2013-01-19 00:00",8.2,"2013-04-09 00:00",7.7,"2013-05-28 00:00","","","","",8.2,7.4,6.5,5.8,4.5,3.3,1.8,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2013-12-16" +"54","107","1002","42401",1,39.323533,-81.552367,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1930,66,231,365,0,0,"",0,"Certification not required",0,3.542746,2.542593,20,"2013-01-05 02:00",19,"2013-05-15 08:00",18.3,"2013-01-03 14:00",18,"2013-08-27 02:00","","","","",13,11,8.3,6.6,4.3,3,1,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2013-12-16" +"54","107","1002","42401",3,39.323533,-81.552367,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRA VIOLET STIMULATED FLUORESCNC",2013,"Parts per billion","No Events",73780,70,263,365,0,4844,"","","Certification not required",0,3.559664,3.11116,47,"2013-05-09 08:25",47,"2013-06-30 09:25",43,"2013-04-09 10:45",42,"2013-04-05 10:00","","","","",16,13,9,7,4,3,1,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2013-12-17" +"54","107","1002","44201",1,39.323533,-81.552367,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRAVIOLET ABSORPTION",2013,"Parts per million","No Events",4861,99,212,214,0,275,0,0,"Certification not required",380,0.048778,0.011162,0.082,"2013-06-12 16:00",0.077,"2013-09-10 14:00",0.076,"2013-05-15 15:00",0.076,"2013-07-18 13:00","","","","",0.076,0.073,0.068,0.061,0.056,0.049,0.034,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-01-24" +"54","107","1002","44201",1,39.323533,-81.552367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4793,97,207,214,0,0,0,0,"Certification not required",0,0.043058,0.010175,0.074,"2013-06-12 11:00",0.072,"2013-05-15 10:00",0.066,"2013-06-20 11:00",0.064,"2013-07-18 10:00","","","","",0.066,0.063,0.058,0.055,0.05,0.044,0.029,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-01-24" +"54","107","1002","44201",1,39.323533,-81.552367,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4793,97,207,214,0,0,0,0,"Certification not required",0,0.043058,0.010175,0.074,"2013-06-12 11:00",0.072,"2013-05-15 10:00",0.066,"2013-06-20 11:00",0.064,"2013-07-18 10:00","","","","",0.066,0.063,0.058,0.055,0.05,0.044,0.029,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-01-24" +"54","107","1002","68101",1,39.323533,-81.552367,"WGS84","Sample Flow Rate- CV","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Percent","No Events",111,91,111,122,0,11,"","","Certification not required",13,0.280631,0.127238,0.5,"2013-03-23 00:00",0.5,"2013-05-16 00:00",0.5,"2013-06-12 00:00",0.5,"2013-06-24 00:00","","","","",0.5,0.5,0.5,0.4,0.4,0.3,0.05,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68102",1,39.323533,-81.552367,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Calculation",2013,"Cubic meter","No Events",111,91,111,122,0,11,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68103",1,39.323533,-81.552367,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,11,"","","Certification not required",0,8.26036,9.556409,23.9,"2013-07-18 00:00",22.4,"2013-08-29 00:00",22.3,"2013-09-01 00:00",22.2,"2013-07-09 00:00","","","","",22.4,22.3,21.9,20.5,17,9.9,-3.5,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68104",1,39.323533,-81.552367,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,11,"","","Certification not required",0,19.19009,11.153377,36.4,"2013-07-18 00:00",36,"2013-07-15 00:00",34.1,"2013-09-10 00:00",33.7,"2013-05-31 00:00","","","","",36,34.1,33.5,31.9,29.3,20.1,3.6,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68105",1,39.323533,-81.552367,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",111,91,111,122,0,11,"","","Certification not required",0,13.212613,9.964237,29.5,"2013-07-18 00:00",27.9,"2013-07-15 00:00",27.1,"2013-06-12 00:00",27.1,"2013-09-10 00:00","","","","",27.9,27.1,26.2,25,22.3,16,0.2,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68106",1,39.323533,-81.552367,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,11,"","","Certification not required",0,742.09009,5.044438,755,"2013-11-24 00:00",754,"2013-11-12 00:00",752,"2013-11-09 00:00",752,"2013-12-12 00:00","","","","",754,752,750,748,745,742,736,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68107",1,39.323533,-81.552367,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,11,"","","Certification not required",0,747.774775,5.084173,767,"2013-11-12 00:00",760,"2013-11-09 00:00",760,"2013-11-24 00:00",759,"2013-11-30 00:00","","","","",760,760,758,754,751,747,742,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68108",1,39.323533,-81.552367,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",111,91,111,122,0,11,"","","Certification not required",0,745.09009,4.85714,762,"2013-11-12 00:00",758,"2013-11-24 00:00",756,"2013-11-09 00:00",755,"2013-12-12 00:00","","","","",758,756,754,751,748,745,740,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","68109",1,39.323533,-81.552367,"WGS84","Elapsed Sample Time","24 HOUR","","Observed Values","R & P Model 2025 PM-2.5 FEM Sequential AIr Sampler - Calculation",2013,"Minutes","No Events",111,91,111,122,0,11,"","","Certification not required",0,1439.855856,0.352829,1440,"2013-01-01 00:00",1440,"2013-01-04 00:00",1440,"2013-01-07 00:00",1440,"2013-01-10 00:00","","","","",1440,1440,1440,1440,1440,1440,1439,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","88101",1,39.323533,-81.552367,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,0,0,"Certification not required",0,9.475676,4.765925,32,"2013-01-07 00:00",22.5,"2013-09-10 00:00",20.5,"2013-12-03 00:00",19.4,"2013-06-12 00:00","","","","",22.5,20.5,17.6,15.7,12.2,8.5,4.6,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"54","107","1002","88101",1,39.323533,-81.552367,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM-2.5 Sequential Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,11,"","","Certification not required",0,9.475676,4.765925,32,"2013-01-07 00:00",22.5,"2013-09-10 00:00",20.5,"2013-12-03 00:00",19.4,"2013-06-12 00:00","","","","",22.5,20.5,17.6,15.7,12.2,8.5,4.6,"Neale Elementary School","VIENNA - NEALE ELEM SCHOOL","West Virginia","Wood","Vienna","Parkersburg-Marietta-Vienna, WV-OH","2014-02-12" +"55","003","0010","44201",1,46.602,-90.656,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6441,74,269,365,0,111,0,0,"Certification not required",306,0.041669,0.009123,0.068,"2013-03-29 12:00",0.062,"2013-03-30 00:00",0.062,"2013-07-04 17:00",0.062,"2013-07-05 17:00","","","","",0.062,0.06,0.056,0.054,0.048,0.042,0.029,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-02-21" +"55","003","0010","44201",1,46.602,-90.656,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6454,74,269,365,0,0,0,0,"Certification not required",0,0.038361,0.009253,0.064,"2013-03-29 08:00",0.06,"2013-07-05 13:00",0.059,"2013-09-27 17:00",0.058,"2013-04-28 10:00","","","","",0.059,0.057,0.053,0.05,0.045,0.038,0.026,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-02-21" +"55","003","0010","44201",1,46.602,-90.656,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6454,74,269,365,0,0,0,0,"Certification not required",0,0.038361,0.009253,0.064,"2013-03-29 08:00",0.06,"2013-07-05 13:00",0.059,"2013-09-27 17:00",0.058,"2013-04-28 10:00","","","","",0.059,0.057,0.053,0.05,0.045,0.038,0.026,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-02-21" +"55","003","0010","61101",1,46.602,-90.656,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5690,65,233,365,0,118,"","","Certification not required",0,4.006872,2.457963,14.8,"2013-04-19 06:00",14.7,"2013-04-19 05:00",14.3,"2013-04-19 07:00",14.2,"2013-04-19 10:00","","","","",11,10,8.5,7.3,5.6,3.6,1.1,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-02-21" +"55","003","0010","61102",1,46.602,-90.656,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6473,74,267,365,0,79,"","","Certification not required",0,173.914414,98.945866,360,"2013-03-26 09:00",360,"2013-04-22 18:00",360,"2013-06-07 08:00",359,"2013-02-14 10:00","","","","",353,348,330,307,240,194,34,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-02-21" +"55","003","0010","62101",1,46.602,-90.656,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6489,74,268,365,0,63,"","","Certification not required",0,44.726614,21.776606,96,"2013-08-25 15:00",95,"2013-08-25 14:00",95,"2013-08-25 16:00",94,"2013-07-18 14:00","","","","",86,83,77,72,62,45,16,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-02-21" +"55","003","0010","68105",1,46.602,-90.656,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",4,7,4,61,0,1,"","","Certification not required",0,16.275,4.231135,20,"2013-09-19 00:00",19.8,"2013-09-01 00:00",13.4,"2013-09-25 00:00",11.9,"2013-09-13 00:00","","","","",20,20,20,20,20,19.8,11.9,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-01-03" +"55","003","0010","68108",1,46.602,-90.656,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",4,7,4,61,0,1,"","","Certification not required",0,742.25,5.560276,749,"2013-09-13 00:00",744,"2013-09-25 00:00",740,"2013-09-01 00:00",736,"2013-09-19 00:00","","","","",749,749,749,749,749,744,736,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-01-03" +"55","003","0010","88101",1,46.602,-90.656,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,8,0,0,"Certification not required",0,4.975758,3.482907,16,"2013-08-20 00:00",12.1,"2013-01-28 00:00",10.4,"2013-02-09 00:00",9.7,"2013-04-28 00:00","","","","",16,16,12.1,9.7,6.8,4.1,1.6,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-01-06" +"55","003","0010","88101",1,46.602,-90.656,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,8,"","","Certification not required",0,4.975758,3.482907,16,"2013-08-20 00:00",12.1,"2013-01-28 00:00",10.4,"2013-02-09 00:00",9.7,"2013-04-28 00:00","","","","",16,16,12.1,9.7,6.8,4.1,1.6,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-01-06" +"55","003","0010","88101",2,46.602,-90.656,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,8,0,0,"Certification not required",0,4.248485,3.196201,15.9,"2013-08-20 00:00",10.3,"2013-07-15 00:00",9.8,"2013-04-28 00:00",7.4,"2013-06-21 00:00","","","","",15.9,15.9,10.3,7.4,5.6,3.4,1.3,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-01-06" +"55","003","0010","88101",2,46.602,-90.656,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",33,54,33,61,0,8,"","","Certification not required",0,4.248485,3.196201,15.9,"2013-08-20 00:00",10.3,"2013-07-15 00:00",9.8,"2013-04-28 00:00",7.4,"2013-06-21 00:00","","","","",15.9,15.9,10.3,7.4,5.6,3.4,1.3,"BAD RIVER","BAD RIVER TRIBAL SCHOOL - ODANAH","Wisconsin","Ashland","","","2014-01-06" +"55","009","0005","42401",1,44.50729,-87.99344,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5533,63,243,365,0,299,5,"","Certification not required",0,9.861317,16.320075,105.2,"2013-08-02 08:00",92.1,"2013-05-08 09:00",77.4,"2013-08-18 09:00",76.1,"2013-07-31 08:00","","","","",77.4,75.5,47.1,30.5,9.4,3.9,0.3,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-30" +"55","009","0005","42401",1,44.50729,-87.99344,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5533,63,243,365,0,299,"","","Certification not required",0,2.269655,5.220219,105.2,"2013-08-02 08:00",92.1,"2013-05-08 09:00",86.4,"2013-08-02 09:00",77.4,"2013-08-18 09:00","","","","",25.5,14.9,7.1,4.9,3,0.7,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-30" +"55","009","0005","42401",1,44.50729,-87.99344,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",243,67,243,365,0,0,0,"","Certification not required",0,2.264609,2.804907,14.3,"2013-07-31 00:00",13.1,"2013-07-18 00:00",12.6,"2013-08-02 00:00",12.1,"2013-07-19 00:00","","","","",12.6,12,8.6,5.9,3.4,1.2,0.1,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-30" +"55","009","0005","42401",1,44.50729,-87.99344,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1660,57,228,365,0,0,"",0,"Certification not required",0,2.295422,4.378719,42.8,"2013-07-31 08:00",42.6,"2013-08-02 08:00",38.9,"2013-08-18 11:00",37.9,"2013-05-08 11:00","","","","",24.2,16.3,7.6,5.1,3.1,0.8,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-30" +"55","009","0005","42401",2,44.50729,-87.99344,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",65068,62,236,365,0,2900,"","","Certification not required",0,2.263783,6.348712,259,"2013-05-08 09:40",258.1,"2013-05-08 09:45",236.4,"2013-08-02 08:50",235.4,"2013-06-03 08:00","","","","",24.3,13.5,6.6,4.8,2.8,0.7,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-30" +"55","009","0005","68103",5,44.50729,-87.99344,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,5.603846,10.936626,21.9,"2013-08-26 00:00",20.6,"2013-09-19 00:00",20.1,"2013-07-15 00:00",19.7,"2013-07-09 00:00","","","","",21.9,20.6,20.1,19.4,15.1,7.8,-10.6,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","68104",5,44.50729,-87.99344,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,15.9,12.261257,36.4,"2013-07-15 00:00",33.7,"2013-06-27 00:00",33.1,"2013-08-26 00:00",32.6,"2013-08-20 00:00","","","","",36.4,33.7,33.1,29.6,26.5,17.6,0.1,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","68105",5,44.50729,-87.99344,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",52,85,52,61,0,0,"","","Certification not required",0,10.380769,11.274664,28.1,"2013-07-15 00:00",26.5,"2013-08-26 00:00",26.1,"2013-08-20 00:00",24.7,"2013-06-27 00:00","","","","",28.1,26.5,26.1,24.2,20.5,13,-5.8,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","68106",5,44.50729,-87.99344,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,738.153846,4.83202,748,"2013-07-15 00:00",746,"2013-03-29 00:00",745,"2013-01-22 00:00",745,"2013-08-14 00:00","","","","",748,746,745,744,741,738,733,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","68107",5,44.50729,-87.99344,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,743.865385,4.481022,753,"2013-01-10 00:00",752,"2013-02-21 00:00",752,"2013-10-13 00:00",751,"2013-07-15 00:00","","","","",753,752,752,750,748,744,738,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","68108",5,44.50729,-87.99344,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",52,85,52,61,0,0,"","","Certification not required",0,740.826923,4.626103,749,"2013-07-15 00:00",748,"2013-01-10 00:00",748,"2013-02-21 00:00",748,"2013-03-29 00:00","","","","",749,748,748,746,744,741,736,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88101",1,44.50729,-87.99344,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",224,61,224,365,0,19,0,0,"Certification not required",0,7.861607,4.842511,29.6,"2013-02-25 00:00",25.4,"2013-01-08 00:00",24.5,"2013-02-09 00:00",20.2,"2013-03-09 00:00","","","","",24.5,20.1,16.9,14.4,10.5,7,2.7,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-06" +"55","009","0005","88101",1,44.50729,-87.99344,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",224,61,224,365,0,19,"","","Certification not required",0,7.861607,4.842511,29.6,"2013-02-25 00:00",25.4,"2013-01-08 00:00",24.5,"2013-02-09 00:00",20.2,"2013-03-09 00:00","","","","",24.5,20.1,16.9,14.4,10.5,7,2.7,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-06" +"55","009","0005","88101",2,44.50729,-87.99344,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,1,0,0,"Certification not required",0,8.926316,5.385664,21.9,"2013-02-09 00:00",15.9,"2013-08-20 00:00",14.5,"2013-07-15 00:00",13,"2013-06-09 00:00","","","","",21.9,21.9,21.9,15.9,12.7,9.7,2.8,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-06" +"55","009","0005","88101",2,44.50729,-87.99344,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,1,"","","Certification not required",0,8.926316,5.385664,21.9,"2013-02-09 00:00",15.9,"2013-08-20 00:00",14.5,"2013-07-15 00:00",13,"2013-06-09 00:00","","","","",21.9,21.9,21.9,15.9,12.7,9.7,2.8,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-01-06" +"55","009","0005","88102",5,44.50729,-87.99344,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.020558,0.005656,0.05,"2013-04-28 00:00",0.026,"2013-02-09 00:00",0.026,"2013-02-27 00:00",0.026,"2013-05-04 00:00","","","","",0.05,0.026,0.026,0.026,0.021,0.021,0.014,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88103",5,44.50729,-87.99344,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000673,0.001004,0.004,"2013-04-28 00:00",0.003,"2013-05-28 00:00",0.003,"2013-09-01 00:00",0.002,"2013-04-22 00:00","","","","",0.004,0.003,0.003,0.002,0.001,0,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88104",5,44.50729,-87.99344,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",42,0.013231,0.010042,0.048,"2013-04-28 00:00",0.041,"2013-04-04 00:00",0.04,"2013-01-28 00:00",0.037,"2013-06-27 00:00","","","","",0.048,0.041,0.04,0.027,0.0125,0.0115,0.0065,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88107",5,44.50729,-87.99344,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.004926,0.00054,0.0055,"2013-03-29 00:00",0.0055,"2013-04-16 00:00",0.0055,"2013-06-03 00:00",0.0055,"2013-06-09 00:00","","","","",0.0055,0.0055,0.0055,0.0055,0.0055,0.005,0.00385,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88109",5,44.50729,-87.99344,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",10,0.003391,0.002319,0.0142,"2013-01-22 00:00",0.0083,"2013-06-09 00:00",0.0072,"2013-01-04 00:00",0.0065,"2013-02-03 00:00","","","","",0.0142,0.0083,0.0072,0.0061,0.004,0.0032,0.0009,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88110",5,44.50729,-87.99344,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.001154,0.003304,0.016,"2013-06-09 00:00",0.012,"2013-06-21 00:00",0.011,"2013-07-21 00:00",0.007,"2013-06-15 00:00","","","","",0.016,0.012,0.011,0.005,0,0,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88111",5,44.50729,-87.99344,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",14,0.018714,0.015689,0.064,"2013-09-07 00:00",0.0569,"2013-04-04 00:00",0.0518,"2013-08-26 00:00",0.0486,"2013-08-20 00:00","","","","",0.064,0.0569,0.0518,0.042,0.0286,0.0161,0.0024,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88112",5,44.50729,-87.99344,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.002615,0.005868,0.04,"2013-09-25 00:00",0.012,"2013-04-04 00:00",0.011,"2013-10-31 00:00",0.007,"2013-05-22 00:00","","","","",0.04,0.012,0.011,0.005,0.003,0.001,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88113",5,44.50729,-87.99344,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000648,0.000101,0.0012,"2013-01-04 00:00",0.0007,"2013-01-22 00:00",0.0007,"2013-02-09 00:00",0.0007,"2013-02-15 00:00","","","","",0.0012,0.0007,0.0007,0.0007,0.0007,0.00065,0.00055,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88114",5,44.50729,-87.99344,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",45,0.001074,0.000587,0.0037,"2013-10-07 00:00",0.0029,"2013-08-08 00:00",0.0022,"2013-07-03 00:00",0.0021,"2013-10-31 00:00","","","","",0.0037,0.0029,0.0022,0.0017,0.00125,0.0008,0.00065,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88115",5,44.50729,-87.99344,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",34,0.012726,0.025583,0.165,"2013-01-04 00:00",0.0575,"2013-01-10 00:00",0.055,"2013-02-03 00:00",0.049,"2013-02-09 00:00","","","","",0.165,0.0575,0.055,0.0378,0.0093,0.00405,0.00235,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88117",5,44.50729,-87.99344,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.003815,0.000724,0.00485,"2013-03-29 00:00",0.00485,"2013-04-16 00:00",0.00485,"2013-06-03 00:00",0.00485,"2013-06-09 00:00","","","","",0.00485,0.00485,0.00485,0.00485,0.0048,0.0034,0.0028,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88118",5,44.50729,-87.99344,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.009119,0.005808,0.017,"2013-01-04 00:00",0.017,"2013-01-10 00:00",0.017,"2013-01-16 00:00",0.017,"2013-01-28 00:00","","","","",0.017,0.017,0.017,0.017,0.017,0.0055,0.0041,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88126",5,44.50729,-87.99344,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.026258,0.017611,0.0759,"2013-04-04 00:00",0.0709,"2013-09-25 00:00",0.0605,"2013-08-20 00:00",0.0603,"2013-04-28 00:00","","","","",0.0759,0.0709,0.0605,0.0502,0.0354,0.0242,0.0085,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88128",5,44.50729,-87.99344,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000596,0.001107,0.006,"2013-04-28 00:00",0.003,"2013-03-29 00:00",0.002,"2013-02-03 00:00",0.002,"2013-04-22 00:00","","","","",0.006,0.003,0.002,0.002,0.001,0,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88131",5,44.50729,-87.99344,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.010279,0.003296,0.0165,"2013-02-09 00:00",0.0165,"2013-02-27 00:00",0.0165,"2013-05-04 00:00",0.0165,"2013-08-02 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.011,0.007,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88132",5,44.50729,-87.99344,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000942,0.000958,0.003,"2013-04-04 00:00",0.003,"2013-04-22 00:00",0.003,"2013-09-19 00:00",0.003,"2013-09-25 00:00","","","","",0.003,0.003,0.003,0.002,0.002,0.001,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88136",5,44.50729,-87.99344,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.000173,0.00055,0.003,"2013-04-04 00:00",0.002,"2013-05-22 00:00",0.001,"2013-08-14 00:00",0.001,"2013-08-20 00:00","","","","",0.003,0.002,0.001,0.001,0,0,0,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88140",5,44.50729,-87.99344,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",49,0.00756,0.00576,0.035,"2013-01-22 00:00",0.0336,"2013-10-07 00:00",0.016,"2013-02-03 00:00",0.009,"2013-02-15 00:00","","","","",0.035,0.0336,0.016,0.009,0.009,0.006,0.00475,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88152",5,44.50729,-87.99344,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.005731,0.001352,0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-06-03 00:00",0.008,"2013-06-09 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88154",5,44.50729,-87.99344,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001025,0.000251,0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-03-05 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88160",5,44.50729,-87.99344,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.013462,0.003433,0.018,"2013-02-09 00:00",0.018,"2013-02-27 00:00",0.018,"2013-05-04 00:00",0.018,"2013-08-02 00:00","","","","",0.018,0.018,0.018,0.018,0.016,0.016,0.01,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88161",5,44.50729,-87.99344,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.002444,0.00071,0.0072,"2013-07-03 00:00",0.00265,"2013-03-29 00:00",0.00265,"2013-04-16 00:00",0.00265,"2013-06-03 00:00","","","","",0.0072,0.00265,0.00265,0.00265,0.00265,0.0025,0.0021,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88164",5,44.50729,-87.99344,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001623,0.000166,0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-06-03 00:00",0.0019,"2013-06-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0015,0.0015,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88165",5,44.50729,-87.99344,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",15,0.033617,0.029993,0.122,"2013-09-19 00:00",0.12,"2013-04-28 00:00",0.0943,"2013-06-27 00:00",0.0937,"2013-09-07 00:00","","","","",0.122,0.12,0.0943,0.082,0.0405,0.026,0.0055,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88166",5,44.50729,-87.99344,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.008537,0.004887,0.0185,"2013-02-09 00:00",0.0185,"2013-02-27 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-08-02 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88167",5,44.50729,-87.99344,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",10,0.006479,0.005283,0.0252,"2013-01-10 00:00",0.0239,"2013-02-09 00:00",0.017,"2013-02-03 00:00",0.0161,"2013-10-13 00:00","","","","",0.0252,0.0239,0.017,0.013,0.0081,0.0051,0.00175,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88168",5,44.50729,-87.99344,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",52,0.001188,0.000289,0.00175,"2013-02-09 00:00",0.00175,"2013-02-27 00:00",0.00175,"2013-05-04 00:00",0.00175,"2013-08-02 00:00","","","","",0.00175,0.00175,0.00175,0.00175,0.0012,0.00115,0.00085,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88169",5,44.50729,-87.99344,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.525706,0.445647,2.11,"2013-08-20 00:00",1.74,"2013-07-15 00:00",1.49,"2013-04-28 00:00",1.27,"2013-06-09 00:00","","","","",2.11,1.74,1.49,1.18,0.658,0.358,0.178,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88176",5,44.50729,-87.99344,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.000965,0.000211,0.0016,"2013-03-23 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-27 00:00",0.0013,"2013-05-04 00:00","","","","",0.0016,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88180",5,44.50729,-87.99344,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.048133,0.035549,0.201,"2013-02-03 00:00",0.143,"2013-02-09 00:00",0.108,"2013-01-04 00:00",0.107,"2013-01-10 00:00","","","","",0.201,0.143,0.108,0.0927,0.0597,0.041,0.0182,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88184",5,44.50729,-87.99344,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",40,0.030827,0.027848,0.166,"2013-01-22 00:00",0.104,"2013-02-03 00:00",0.097,"2013-03-05 00:00",0.075,"2013-01-10 00:00","","","","",0.166,0.104,0.097,0.065,0.027,0.02,0.0155,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88185",5,44.50729,-87.99344,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",48,0.003845,0.003794,0.0115,"2013-02-09 00:00",0.0115,"2013-02-27 00:00",0.0115,"2013-05-04 00:00",0.0115,"2013-08-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0057,0.00225,0.0014,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88301",5,44.50729,-87.99344,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",4,0.636029,0.67943,2.89,"2013-04-28 00:00",2.58,"2013-02-09 00:00",1.99,"2013-08-20 00:00",1.76,"2013-07-15 00:00","","","","",2.89,2.58,1.99,1.65,1.03,0.372,0.054,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88302",5,44.50729,-87.99344,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",5,0.055148,0.041626,0.277,"2013-01-22 00:00",0.143,"2013-03-05 00:00",0.118,"2013-02-03 00:00",0.114,"2013-02-15 00:00","","","","",0.277,0.143,0.118,0.09,0.067,0.048,0.0192,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88303",5,44.50729,-87.99344,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",13,0.042563,0.032751,0.154,"2013-02-09 00:00",0.116,"2013-02-03 00:00",0.112,"2013-01-04 00:00",0.102,"2013-07-15 00:00","","","","",0.154,0.116,0.112,0.083,0.059,0.0362,0.0115,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88306",5,44.50729,-87.99344,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.259619,1.309643,5.21,"2013-02-09 00:00",4.49,"2013-04-28 00:00",4.38,"2013-04-04 00:00",3.63,"2013-04-22 00:00","","","","",5.21,4.49,4.38,3.32,1.75,0.787,0.174,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88355",5,44.50729,-87.99344,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.840617,0.88654,4.28,"2013-02-09 00:00",3.93,"2013-07-03 00:00",3.71,"2013-04-28 00:00",3.26,"2013-09-19 00:00","","","","",4.28,4.28,3.71,2.81,2.43,1.62,0.887,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88357",5,44.50729,-87.99344,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.201511,0.107381,0.55,"2013-10-31 00:00",0.495,"2013-02-09 00:00",0.378,"2013-09-25 00:00",0.361,"2013-01-10 00:00","","","","",0.55,0.55,0.378,0.355,0.246,0.171,0.084,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88370",5,44.50729,-87.99344,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,1.684277,0.797336,3.95,"2013-02-09 00:00",3.73,"2013-07-03 00:00",3.27,"2013-04-28 00:00",2.89,"2013-09-19 00:00","","","","",3.95,3.95,3.27,2.59,2.25,1.55,0.85,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88374",5,44.50729,-87.99344,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.157511,0.105283,0.567,"2013-02-09 00:00",0.438,"2013-08-26 00:00",0.404,"2013-09-19 00:00",0.289,"2013-04-28 00:00","","","","",0.567,0.567,0.404,0.282,0.187,0.131,0.072,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88375",5,44.50729,-87.99344,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.427298,0.195375,0.831,"2013-02-09 00:00",0.818,"2013-07-15 00:00",0.803,"2013-04-28 00:00",0.773,"2013-07-03 00:00","","","","",0.831,0.831,0.803,0.698,0.577,0.391,0.206,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88376",5,44.50729,-87.99344,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.471426,0.233787,1.42,"2013-07-03 00:00",0.877,"2013-08-08 00:00",0.847,"2013-02-09 00:00",0.743,"2013-09-19 00:00","","","","",1.42,1.42,0.847,0.718,0.615,0.445,0.211,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88377",5,44.50729,-87.99344,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.305809,0.180122,1.04,"2013-02-09 00:00",0.645,"2013-04-04 00:00",0.64,"2013-04-28 00:00",0.634,"2013-07-03 00:00","","","","",1.04,1.04,0.64,0.469,0.4,0.279,0.13,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88378",5,44.50729,-87.99344,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.322383,0.19547,0.848,"2013-04-28 00:00",0.746,"2013-06-09 00:00",0.685,"2013-07-15 00:00",0.667,"2013-02-09 00:00","","","","",0.848,0.848,0.685,0.616,0.454,0.247,0.12,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88380",5,44.50729,-87.99344,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.357979,0.181236,0.824,"2013-02-09 00:00",0.733,"2013-04-28 00:00",0.729,"2013-09-25 00:00",0.704,"2013-10-31 00:00","","","","",0.824,0.824,0.729,0.595,0.489,0.336,0.126,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88383",5,44.50729,-87.99344,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.626723,0.340705,1.51,"2013-04-28 00:00",1.47,"2013-02-09 00:00",1.17,"2013-09-19 00:00",1.09,"2013-07-15 00:00","","","","",1.51,1.51,1.17,1.07,0.885,0.547,0.24,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88384",5,44.50729,-87.99344,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.05333,0.020997,0.114,"2013-06-27 00:00",0.0996,"2013-06-21 00:00",0.0941,"2013-08-08 00:00",0.0802,"2013-06-09 00:00","","","","",0.114,0.114,0.0941,0.0764,0.0674,0.0509,0.0259,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88385",5,44.50729,-87.99344,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",44,0.00117,0.000715,0.0052,"2013-10-25 00:00",0.00307,"2013-06-21 00:00",0.00272,"2013-07-03 00:00",0.001,"2013-01-10 00:00","","","","",0.0052,0.0052,0.00272,0.001,0.001,0.001,0.001,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88388",5,44.50729,-87.99344,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",47,77,47,61,0,5,"","","Certification not required",0,0.478894,0.292239,1.29,"2013-04-28 00:00",1,"2013-07-15 00:00",0.996,"2013-02-09 00:00",0.972,"2013-09-19 00:00","","","","",1.29,1.29,0.996,0.956,0.688,0.381,0.17,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88403",5,44.50729,-87.99344,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.404058,1.206659,5.33,"2013-08-20 00:00",4.95,"2013-07-15 00:00",4.31,"2013-04-28 00:00",3.45,"2013-06-09 00:00","","","","",5.33,4.95,4.31,3.12,1.65,1.02,0.4,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0005","88502",3,44.50729,-87.99344,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5030,57,209,365,0,850,"","","Certification not required",0,7.63002,6.201983,50,"2013-06-07 22:00",49,"2013-06-07 21:00",43,"2013-06-07 23:00",36,"2013-07-04 21:00","","","","",27,24,20,17,11,6,1,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-21" +"55","009","0005","88502",3,44.50729,-87.99344,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",209,57,209,365,0,0,"","","Certification not required",0,7.556459,4.773481,23.5,"2013-01-05 00:00",22.4,"2013-01-08 00:00",21.9,"2013-01-03 00:00",20.7,"2013-07-07 00:00","","","","",21.9,19.7,16,13.8,10.6,6.9,2.1,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-21" +"55","009","0005","88502",5,44.50729,-87.99344,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,7.771154,5.229904,28,"2013-04-28 00:00",20.9,"2013-02-09 00:00",17.6,"2013-08-20 00:00",16.2,"2013-07-15 00:00","","","","",28,20.9,17.6,13.3,10.7,6.3,2.4,"GREEN BAY EAST HIGH","EAST HIGH, 1415 E. WALNUT","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-14" +"55","009","0026","44201",1,44.53098,-87.90799,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3782,83,153,184,0,22,0,0,"Certification not required",10,0.04549,0.012082,0.077,"2013-05-20 15:00",0.072,"2013-07-13 12:00",0.07,"2013-06-20 14:00",0.068,"2013-09-09 18:00","","","","",0.072,0.068,0.064,0.061,0.056,0.047,0.031,"UW GREEN BAY","UW-GREEN BAY, HWYS 54 & 57","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-21" +"55","009","0026","44201",1,44.53098,-87.90799,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3782,83,153,184,0,0,0,0,"Certification not required",0,0.041209,0.011263,0.073,"2013-05-20 09:00",0.065,"2013-06-20 10:00",0.065,"2013-07-13 09:00",0.062,"2013-05-08 10:00","","","","",0.065,0.062,0.06,0.056,0.051,0.041,0.028,"UW GREEN BAY","UW-GREEN BAY, HWYS 54 & 57","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-21" +"55","009","0026","44201",1,44.53098,-87.90799,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3782,83,153,184,0,0,0,0,"Certification not required",0,0.041209,0.011263,0.073,"2013-05-20 09:00",0.065,"2013-06-20 10:00",0.065,"2013-07-13 09:00",0.062,"2013-05-08 10:00","","","","",0.065,0.062,0.06,0.056,0.051,0.041,0.028,"UW GREEN BAY","UW-GREEN BAY, HWYS 54 & 57","Wisconsin","Brown","Green Bay","Green Bay, WI","2014-02-21" +"55","021","0015","44201",1,43.3156,-89.1089,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4727,92,169,184,0,56,0,0,"Certification not required",0,0.049988,0.010766,0.075,"2013-06-20 20:00",0.073,"2013-06-09 15:00",0.072,"2013-05-20 13:00",0.07,"2013-05-08 14:00","","","","",0.073,0.07,0.067,0.065,0.058,0.052,0.042,"COLUMBUS","N 1045 WENDT RD, COLUMBUS","Wisconsin","Columbia","","Madison, WI","2014-02-21" +"55","021","0015","44201",1,43.3156,-89.1089,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4726,92,169,184,0,0,0,0,"Certification not required",0,0.04558,0.010435,0.071,"2013-06-20 13:00",0.068,"2013-05-20 09:00",0.067,"2013-05-08 11:00",0.066,"2013-04-28 11:00","","","","",0.068,0.066,0.062,0.059,0.054,0.048,0.039,"COLUMBUS","N 1045 WENDT RD, COLUMBUS","Wisconsin","Columbia","","Madison, WI","2014-02-21" +"55","021","0015","44201",1,43.3156,-89.1089,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4726,92,169,184,0,0,0,0,"Certification not required",0,0.04558,0.010435,0.071,"2013-06-20 13:00",0.068,"2013-05-20 09:00",0.067,"2013-05-08 11:00",0.066,"2013-04-28 11:00","","","","",0.068,0.066,0.062,0.059,0.054,0.048,0.039,"COLUMBUS","N 1045 WENDT RD, COLUMBUS","Wisconsin","Columbia","","Madison, WI","2014-02-21" +"55","021","0015","61101",1,43.3156,-89.1089,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4747,54,197,365,0,37,"","","Certification not required",0,7.472235,3.735185,24.4,"2013-04-18 22:00",23.9,"2013-05-11 16:00",23.8,"2013-04-18 19:00",23.2,"2013-04-18 20:00","","","","",19.8,17.5,14.5,12.7,9.6,6.7,3.6,"COLUMBUS","N 1045 WENDT RD, COLUMBUS","Wisconsin","Columbia","","Madison, WI","2014-02-21" +"55","021","0015","61102",1,43.3156,-89.1089,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4759,54,198,365,0,25,"","","Certification not required",0,182.662324,99.531228,360,"2013-05-01 08:00",360,"2013-05-06 03:00",359,"2013-03-16 10:00",359,"2013-06-10 06:00","","","","",354,350,336,317,268,189,40,"COLUMBUS","N 1045 WENDT RD, COLUMBUS","Wisconsin","Columbia","","Madison, WI","2014-02-21" +"55","021","0015","62101",1,43.3156,-89.1089,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4681,53,194,365,0,103,"","","Certification not required",0,59.95941,15.630183,92,"2013-09-10 14:00",92,"2013-09-10 15:00",91,"2013-07-17 14:00",91,"2013-07-18 13:00","","","","",87,85,81,78,71,63,36,"COLUMBUS","N 1045 WENDT RD, COLUMBUS","Wisconsin","Columbia","","Madison, WI","2014-02-21" +"55","025","0041","42401",1,43.100838,-89.357298,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",5669,65,240,365,0,127,0,"","Certification not required",0,2.330833,1.657053,10.6,"2013-03-29 13:00",9.3,"2013-02-02 11:00",7.6,"2013-07-23 05:00",7.1,"2013-05-01 19:00","","","","",7.6,6.7,4.9,4.2,3.3,2.4,0.4,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-30" +"55","025","0041","42401",1,43.100838,-89.357298,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",5669,65,240,365,0,127,"","","Certification not required",0,1.392309,1.268348,10.6,"2013-03-29 13:00",9.3,"2013-02-02 11:00",9.1,"2013-02-02 12:00",7.6,"2013-07-23 05:00","","","","",4.5,4.2,3.7,3.1,2.3,1.2,0,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-30" +"55","025","0041","42401",1,43.100838,-89.357298,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",240,66,240,365,0,0,0,"","Certification not required",0,1.385,1.157631,4.6,"2013-07-23 00:00",4.4,"2013-05-19 00:00",4.4,"2013-05-20 00:00",4.3,"2013-05-18 00:00","","","","",4.4,4.1,3.5,3,2.3,1.1,0.1,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-30" +"55","025","0041","42401",1,43.100838,-89.357298,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1840,63,238,365,0,0,"",0,"Certification not required",0,1.381848,1.230378,6.6,"2013-05-01 20:00",6.2,"2013-07-23 08:00",5.8,"2013-03-29 14:00",5.8,"2013-07-23 05:00","","","","",4.5,4.1,3.6,3.1,2.3,1.2,0,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-30" +"55","025","0041","42401",2,43.100838,-89.357298,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",63387,60,226,365,0,2853,"","","Certification not required",0,1.43328,1.296718,14.5,"2013-02-02 11:35",14.4,"2013-02-02 11:40",14.3,"2013-03-29 13:05",14.3,"2013-03-29 13:20","","","","",4.7,4.3,3.7,3.2,2.3,1.3,0,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-30" +"55","025","0041","44201",1,43.100838,-89.357298,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4447,92,169,184,0,31,0,0,"Certification not required",63,0.049213,0.010791,0.072,"2013-04-28 16:00",0.072,"2013-06-20 21:00",0.071,"2013-05-20 12:00",0.07,"2013-05-07 14:00","","","","",0.072,0.07,0.067,0.063,0.057,0.051,0.04,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","44201",1,43.100838,-89.357298,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4462,92,169,184,0,0,0,0,"Certification not required",0,0.044929,0.010567,0.068,"2013-05-20 10:00",0.068,"2013-06-20 14:00",0.067,"2013-04-28 11:00",0.067,"2013-05-07 11:00","","","","",0.068,0.067,0.061,0.058,0.054,0.046,0.036,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","44201",1,43.100838,-89.357298,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4462,92,169,184,0,0,0,0,"Certification not required",0,0.044929,0.010567,0.068,"2013-05-20 10:00",0.068,"2013-06-20 14:00",0.067,"2013-04-28 11:00",0.067,"2013-05-07 11:00","","","","",0.068,0.067,0.061,0.058,0.054,0.046,0.036,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","61101",1,43.100838,-89.357298,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2615,30,107,365,0,61,"","","Certification not required",0,6.022753,3.277962,21.4,"2013-01-19 20:00",19.1,"2013-01-19 21:00",18.8,"2013-02-26 16:00",18.4,"2013-01-19 19:00","","","","",14.9,13.8,12.2,10.4,8.1,5.6,2.1,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2013-11-26" +"55","025","0041","61102",1,43.100838,-89.357298,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3385,39,140,365,0,35,"","","Certification not required",0,196.8839,107.838824,360,"2013-01-01 08:00",360,"2013-03-25 15:00",360,"2013-05-15 09:00",359,"2013-01-13 03:00","","","","",356,352,343,326,296,202,32,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2013-11-26" +"55","025","0041","61103",1,43.100838,-89.357298,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",3130,58,130,223,0,2,"","","Certification not required",0,4.123035,2.495741,13.9,"2013-05-30 14:00",13.5,"2013-09-28 12:00",13.3,"2013-07-21 15:00",13.3,"2013-09-28 13:00","","","","",10.9,10.2,8.8,7.6,5.6,3.8,1.1,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","61104",1,43.100838,-89.357298,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",3128,58,130,223,0,2,"","","Certification not required",0,174.277494,100.183096,360,"2013-06-02 06:00",360,"2013-07-09 10:00",360,"2013-07-23 10:00",360,"2013-07-27 02:00","","","","",358,355,343,321,242,178,29,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","62101",1,43.100838,-89.357298,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5796,66,242,365,0,12,"","","Certification not required",0,53.438406,22.14117,94,"2013-09-10 14:00",94,"2013-09-10 15:00",93,"2013-08-27 13:00",93,"2013-08-27 14:00","","","","",89,86,82,79,71,60,20,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","88101",1,43.100838,-89.357298,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,66,40,61,0,4,0,0,"Certification not required",0,8.893023,4.446903,19,"2013-04-28 00:00",16.5,"2013-02-03 00:00",15.6,"2013-08-20 00:00",15.5,"2013-08-26 00:00","","","","",19,19,16.5,15.5,13.1,9.6,4.2,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-06" +"55","025","0041","88101",1,43.100838,-89.357298,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,66,40,61,0,4,"","","Certification not required",0,8.893023,4.446903,19,"2013-04-28 00:00",16.5,"2013-02-03 00:00",15.6,"2013-08-20 00:00",15.5,"2013-08-26 00:00","","","","",19,19,16.5,15.5,13.1,9.6,4.2,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-01-06" +"55","025","0041","88502",3,43.100838,-89.357298,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5648,64,234,365,0,232,"","","Certification not required",0,9.027089,6.414479,63,"2013-04-27 21:00",53,"2013-07-04 21:00",49,"2013-03-08 04:00",49,"2013-04-27 22:00","","","","",30,27,21,17,12,8,2,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0041","88502",3,43.100838,-89.357298,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",234,64,234,365,0,0,"","","Certification not required",0,8.996154,5.029188,27.8,"2013-01-06 00:00",27,"2013-03-08 00:00",24.1,"2013-04-28 00:00",23.1,"2013-01-03 00:00","","","","",24.1,21.9,19.3,15.1,11.9,7.8,3.5,"MADISON EAST"," 2302 HOARD ST","Wisconsin","Dane","Madison","Madison, WI","2014-02-21" +"55","025","0047","81102",1,43.07333,-89.4358,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",50,80,49,61,0,6,0,0,"Certification not required",0,16.26,7.389485,47,"2013-05-16 00:00",29,"2013-05-01 00:00",28,"2013-09-07 00:00",27,"2013-04-04 00:00","","","","",47,47,28,26,19,16,9,"MADISON UNIVERSITY AVE WELL #6","2557 UNIVERSITY AVE","Wisconsin","Dane","Madison","Madison, WI","2014-02-11" +"55","025","0047","88101",1,43.07333,-89.4358,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",227,62,227,365,0,16,0,0,"Certification not required",0,9.695595,4.875429,27.3,"2013-01-06 00:00",26,"2013-02-25 00:00",25.5,"2013-03-08 00:00",22.8,"2013-02-06 00:00","","","","",25.5,22.5,18.8,16.1,12.8,8.6,4.1,"MADISON UNIVERSITY AVE WELL #6","2557 UNIVERSITY AVE","Wisconsin","Dane","Madison","Madison, WI","2014-01-06" +"55","025","0047","88101",1,43.07333,-89.4358,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",227,62,227,365,0,16,"","","Certification not required",0,9.695595,4.875429,27.3,"2013-01-06 00:00",26,"2013-02-25 00:00",25.5,"2013-03-08 00:00",22.8,"2013-02-06 00:00","","","","",25.5,22.5,18.8,16.1,12.8,8.6,4.1,"MADISON UNIVERSITY AVE WELL #6","2557 UNIVERSITY AVE","Wisconsin","Dane","Madison","Madison, WI","2014-01-06" +"55","027","0001","12115",6,43.466111,-88.621111,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",30,100,30,30,0,0,"","","Certification not required",0,2e-06,5e-06,2e-05,"2013-04-28 00:00",1e-05,"2013-01-10 00:00",1e-05,"2013-01-28 00:00",1e-05,"2013-05-10 00:00","","","","",2e-05,2e-05,1e-05,1e-05,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-10-17" +"55","027","0001","12115",7,43.466111,-88.621111,"WGS84","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,30,0,0,"","","Certification not required",0,0,0,0,"2013-01-22 00:00",0,"2013-03-17 00:00",0,"2013-05-22 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-10-17" +"55","027","0001","16915",1,43.466111,-88.621111,"WGS84","2-Methylnaphthalene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,35,43,122,0,0,"","","Certification not required",1,3.475116,2.380315,11,"2013-01-10 00:00",9.7,"2013-02-09 00:00",9.1,"2013-02-03 00:00",7,"2013-01-04 00:00","","","","",11,11,9.1,6.5,4.1,3.3,1.4,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","16915",2,43.466111,-88.621111,"WGS84","2-Methylnaphthalene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",1,3.523333,5.115333,9.4,"2013-01-10 00:00",1.1,"2013-04-10 00:00",0.07,"2013-02-03 00:00","","","","","","",9.4,9.4,9.4,9.4,9.4,1.1,0.07,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","16938",1,43.466111,-88.621111,"WGS84","1-Methylnapthalene","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",1,1.945116,1.41171,6.4,"2013-01-10 00:00",5.6,"2013-02-03 00:00",5.5,"2013-02-09 00:00",3.8,"2013-01-04 00:00","","","","",6.4,6.4,5.5,3.8,2.2,1.7,0.76,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","16938",2,43.466111,-88.621111,"WGS84","1-Methylnapthalene","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",1,2.043333,3.00357,5.5,"2013-01-10 00:00",0.56,"2013-04-10 00:00",0.07,"2013-02-03 00:00","","","","","","",5.5,5.5,5.5,5.5,5.5,0.56,0.07,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17140",1,43.466111,-88.621111,"WGS84","2,7-dimethylnaphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.690465,0.515853,1.8,"2013-01-10 00:00",1.6,"2013-02-09 00:00",1.5,"2013-04-28 00:00",1.4,"2013-02-03 00:00","","","","",1.8,1.8,1.5,1.4,1,0.75,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17140",2,43.466111,-88.621111,"WGS84","2,7-dimethylnaphthalene (TSP) STP","24 HOUR","","Observed Values","HI-VOL/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.533333,0.92376,1.6,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",1.6,1.6,1.6,1.6,1.6,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17141",1,43.466111,-88.621111,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,10.960465,10.528197,45,"2013-02-03 00:00",43,"2013-01-10 00:00",32,"2013-02-09 00:00",30,"2013-01-28 00:00","","","","",45,45,32,27,13,7,3.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17141",2,43.466111,-88.621111,"WGS84","Naphthalene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,12.866667,18.445957,34,"2013-01-10 00:00",4.6,"2013-04-10 00:00",0,"2013-02-03 00:00","","","","","","",34,34,34,34,34,4.6,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17147",1,43.466111,-88.621111,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.377674,0.476824,1.7,"2013-08-14 00:00",1.6,"2013-09-01 00:00",1.2,"2013-02-03 00:00",1.1,"2013-01-10 00:00","","","","",1.7,1.7,1.2,0.97,0.75,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17147",2,43.466111,-88.621111,"WGS84","Acenaphthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.333333,0.57735,1,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",1,1,1,1,1,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17148",1,43.466111,-88.621111,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.08814,0.250364,0.99,"2013-05-10 00:00",0.76,"2013-01-04 00:00",0.75,"2013-01-28 00:00",0.73,"2013-01-10 00:00","","","","",0.99,0.99,0.75,0.56,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17148",2,43.466111,-88.621111,"WGS84","Acenaphthylene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.21,0.363731,0.63,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0.63,0.63,0.63,0.63,0.63,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17149",1,43.466111,-88.621111,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,1.340233,0.836568,3.9,"2013-07-15 00:00",2.7,"2013-09-01 00:00",2.6,"2013-02-03 00:00",2.6,"2013-04-28 00:00","","","","",3.9,3.9,2.6,2.4,1.9,1.3,0.53,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17149",2,43.466111,-88.621111,"WGS84","Fluorene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.666667,1.154701,2,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",2,2,2,2,2,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17150",1,43.466111,-88.621111,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,2.835116,1.79366,8.3,"2013-02-03 00:00",8.2,"2013-07-15 00:00",6.2,"2013-01-10 00:00",5.6,"2013-02-09 00:00","","","","",8.3,8.3,6.2,4.7,3.7,2.3,1.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17150",2,43.466111,-88.621111,"WGS84","Phenanthrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,1.97,2.663212,5,"2013-01-10 00:00",0.91,"2013-04-10 00:00",0,"2013-02-03 00:00","","","","","","",5,5,5,5,5,0.91,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17151",1,43.466111,-88.621111,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17151",2,43.466111,-88.621111,"WGS84","Anthracene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17158",1,43.466111,-88.621111,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17158",2,43.466111,-88.621111,"WGS84","Retene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17201",1,43.466111,-88.621111,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.674884,0.640548,3,"2013-02-03 00:00",2.1,"2013-02-09 00:00",2,"2013-01-10 00:00",1.5,"2013-03-29 00:00","","","","",3,3,2,1.4,0.96,0.61,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17201",2,43.466111,-88.621111,"WGS84","Fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.566667,0.981495,1.7,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",1.7,1.7,1.7,1.7,1.7,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17204",1,43.466111,-88.621111,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.306744,0.533951,2.4,"2013-02-03 00:00",1.7,"2013-02-09 00:00",1.4,"2013-01-10 00:00",1.1,"2013-03-29 00:00","","","","",2.4,2.4,1.4,0.9,0.52,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17204",2,43.466111,-88.621111,"WGS84","Pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0.4,0.69282,1.2,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",1.2,1.2,1.2,1.2,1.2,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17208",1,43.466111,-88.621111,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.087209,0.258644,1.2,"2013-02-03 00:00",0.81,"2013-02-09 00:00",0.71,"2013-01-10 00:00",0.57,"2013-03-29 00:00","","","","",1.2,1.2,0.71,0.46,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17208",2,43.466111,-88.621111,"WGS84","Chrysene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17215",1,43.466111,-88.621111,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.014419,0.094549,0.62,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.62,0.62,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17215",2,43.466111,-88.621111,"WGS84","Benzo[a]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17220",1,43.466111,-88.621111,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.046744,0.173791,0.77,"2013-02-03 00:00",0.64,"2013-02-09 00:00",0.6,"2013-01-10 00:00",0,"2013-01-04 00:00","","","","",0.77,0.77,0.6,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17220",2,43.466111,-88.621111,"WGS84","Benzo[b]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17223",1,43.466111,-88.621111,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.032558,0.149556,0.75,"2013-02-03 00:00",0.65,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00","","","","",0.75,0.75,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17223",2,43.466111,-88.621111,"WGS84","Benzo[k]fluoranthene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17224",1,43.466111,-88.621111,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0.012791,0.083874,0.55,"2013-02-03 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.55,0.55,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17224",2,43.466111,-88.621111,"WGS84","Benzo[e]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17231",1,43.466111,-88.621111,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17231",2,43.466111,-88.621111,"WGS84","Dibenzo[a,h]anthracene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17237",1,43.466111,-88.621111,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17237",2,43.466111,-88.621111,"WGS84","Benzo[g,h,i]perylene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17242",1,43.466111,-88.621111,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17242",2,43.466111,-88.621111,"WGS84","Benzo[a]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","17243",1,43.466111,-88.621111,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-26" +"55","027","0001","17243",2,43.466111,-88.621111,"WGS84","Indeno[1,2,3-cd]pyrene (TSP) STP","24 HOUR","","Observed Values","HI-Vol/PUF & XAD-2 - TO-13- EPA610- EPA625",2013,"Nanograms/cubic meter (25 C)","No Events",3,5,3,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-02-03 00:00",0,"2013-04-10 00:00","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","42101",1,43.466111,-88.621111,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6214,71,271,365,0,338,0,0,"Certification not required",0,0.182976,0.112362,8.339,"2013-05-08 11:00",0.968,"2013-05-08 12:00",0.55,"2013-01-14 11:00",0.508,"2013-03-21 16:00","","","","",0.298,0.28,0.255,0.237,0.206,0.178,0.129,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","42101",1,43.466111,-88.621111,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6481,74,267,365,0,0,0,0,"Certification not required",0,0.185712,0.061309,1.3,"2013-05-08 12:00",1.3,"2013-05-08 13:00",1.3,"2013-05-08 14:00",1.3,"2013-05-08 15:00",1.3,"2013-05-08 12:00",0.3,"2013-02-05 01:00",0.3,0.3,0.2,0.2,0.2,0.2,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","42401",1,43.466111,-88.621111,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5522,63,241,365,0,310,0,"","Certification not required",0,1.43278,2.901459,40.8,"2013-05-08 11:00",13.3,"2013-07-08 22:00",9.5,"2013-01-14 11:00",8.5,"2013-07-20 21:00","","","","",9.5,4.6,3.5,2.8,1.6,0.9,0.3,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-30" +"55","027","0001","42401",1,43.466111,-88.621111,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",5522,63,241,365,0,310,"","","Certification not required",0,0.445002,0.778707,40.8,"2013-05-08 11:00",13.3,"2013-07-08 22:00",9.5,"2013-01-14 11:00",8.5,"2013-07-20 21:00","","","","",2.6,2.1,1.4,1,0.5,0.3,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-30" +"55","027","0001","42401",1,43.466111,-88.621111,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",241,66,241,365,0,0,0,"","Certification not required",0,0.446058,0.362737,2.8,"2013-05-08 00:00",1.7,"2013-02-18 00:00",1.7,"2013-03-09 00:00",1.7,"2013-04-22 00:00","","","","",1.7,1.6,1.2,0.8,0.6,0.3,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-30" +"55","027","0001","42401",1,43.466111,-88.621111,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1664,57,238,365,0,0,"",0,"Certification not required",0,0.427224,0.611907,14.6,"2013-05-08 11:00",7.4,"2013-07-08 23:00",6,"2013-01-14 11:00",3.7,"2013-07-20 23:00","","","","",2.4,1.9,1.3,1,0.5,0.3,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-30" +"55","027","0001","42401",2,43.466111,-88.621111,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",42548,40,155,365,0,2380,"","","Certification not required",0,0.406414,1.183446,150.8,"2013-05-08 11:40",106.9,"2013-05-08 11:35",90.5,"2013-05-08 11:30",42.2,"2013-05-08 11:50","","","","",2.3,1.8,1.3,0.9,0.5,0.2,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-30" +"55","027","0001","42600",4,43.466111,-88.621111,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6082,69,262,365,0,470,"","","Certification not required",0,3.854406,4.142341,191.8,"2013-05-08 11:00",27.1,"2013-02-17 06:00",26.6,"2013-02-07 12:00",26.5,"2013-02-07 13:00","","","","",16.8,14.1,10.7,8,4.8,2.8,1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","42601",4,43.466111,-88.621111,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6081,69,262,365,0,471,"","","Certification not required",0,0.247114,1.022166,65.1,"2013-05-08 11:00",8.9,"2013-04-25 15:00",8.7,"2013-02-13 08:00",8.4,"2013-02-07 12:00","","","","",2.9,1.9,1.1,0.6,0.2,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","42612",4,43.466111,-88.621111,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6088,69,262,365,0,464,"","","Certification not required",0,3.57684,3.487685,126.6,"2013-05-08 11:00",23.6,"2013-03-08 18:00",23.5,"2013-02-08 23:00",23.3,"2013-01-24 23:00","","","","",15.6,13,10.1,7.3,4.5,2.6,0.9,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","43218",1,43.466111,-88.621111,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43218",2,43.466111,-88.621111,"WGS84","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43502",1,43.466111,-88.621111,"WGS84","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",0,1.304839,0.55321,2.6,"2013-08-26 00:00",2.4,"2013-09-07 00:00",2.3,"2013-07-15 00:00",2.2,"2013-06-21 00:00","","","","",2.6,2.4,2.2,2,1.6,1.3,0.6,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43503",1,43.466111,-88.621111,"WGS84","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",0,0.964516,0.360826,2.2,"2013-11-30 00:00",1.8,"2013-09-07 00:00",1.6,"2013-02-03 00:00",1.6,"2013-08-26 00:00","","","","",2.2,1.8,1.6,1.4,1.2,0.9,0.6,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43504",1,43.466111,-88.621111,"WGS84","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",0,0.169355,0.112481,0.6,"2013-04-04 00:00",0.4,"2013-02-27 00:00",0.4,"2013-05-10 00:00",0.3,"2013-01-04 00:00","","","","",0.6,0.4,0.3,0.3,0.2,0.2,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43509",1,43.466111,-88.621111,"WGS84","Acrolein - Verified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.206383,0.412524,2.9,"2013-01-16 00:00",2.3,"2013-01-04 00:00",2.3,"2013-01-28 00:00",1.9,"2013-05-16 00:00","","","","",2.9,2.9,2.3,1.7,1.2,1.1,0.9,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43509",2,43.466111,-88.621111,"WGS84","Acrolein - Verified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",3,5,3,61,0,0,"","","Certification not required",0,1.533333,1.184624,2.9,"2013-01-10 00:00",0.9,"2013-04-10 00:00",0.8,"2013-10-07 00:00","","","","","","",2.9,2.9,2.9,2.9,2.9,0.9,0.8,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43513",1,43.466111,-88.621111,"WGS84","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",46,0.091913,0.051053,0.24115,"2013-07-09 00:00",0.22697,"2013-11-30 00:00",0.2,"2013-04-28 00:00",0.1986,"2013-02-09 00:00","","","","",0.24115,0.22697,0.1986,0.18441,0.1,0.06526,0.06526,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43517",1,43.466111,-88.621111,"WGS84","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",60,0.280786,0.060324,0.30009,"2013-01-22 00:00",0.30009,"2013-01-28 00:00",0.30009,"2013-02-03 00:00",0.30009,"2013-02-09 00:00","","","","",0.30009,0.30009,0.30009,0.30009,0.30009,0.30009,0.24885,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43518",1,43.466111,-88.621111,"WGS84","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",58,0.124039,0.167896,1.376,"2013-06-27 00:00",0.36882,"2013-06-15 00:00",0.26953,"2013-07-27 00:00",0.21278,"2013-06-09 00:00","","","","",1.376,0.36882,0.21278,0.0993,0.0993,0.0993,0.08512,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43551",1,43.466111,-88.621111,"WGS84","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",0,2.124243,0.741209,5,"2013-04-28 00:00",3.8,"2013-04-22 00:00",3.78657,"2013-11-30 00:00",3.53413,"2013-05-16 00:00","","","","",5,3.8,3.53413,3.15548,2.39816,2.0195,1.38841,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43552",1,43.466111,-88.621111,"WGS84","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",2,0.371056,0.231308,1.49103,"2013-01-28 00:00",0.8,"2013-04-28 00:00",0.78618,"2013-02-03 00:00",0.78618,"2013-11-30 00:00","","","","",1.49103,0.8,0.78618,0.7,0.43376,0.32532,0.17621,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","43801",1,43.466111,-88.621111,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.617021,0.108986,0.9,"2013-02-27 00:00",0.9,"2013-03-05 00:00",0.9,"2013-03-11 00:00",0.8,"2013-03-23 00:00","","","","",0.9,0.9,0.9,0.7,0.7,0.6,0.5,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43801",2,43.466111,-88.621111,"WGS84","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0.675,0.095743,0.8,"2013-07-15 00:00",0.7,"2013-01-10 00:00",0.6,"2013-04-10 00:00",0.6,"2013-10-07 00:00","","","","",0.8,0.8,0.8,0.8,0.8,0.7,0.6,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43802",1,43.466111,-88.621111,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.017021,0.037988,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-06-27 00:00","","","","",0.1,0.1,0.1,0.1,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43802",2,43.466111,-88.621111,"WGS84","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0.025,0.05,0.1,"2013-07-15 00:00",0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-10-07 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43803",1,43.466111,-88.621111,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.002128,0.014586,0.1,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.1,0.1,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43803",2,43.466111,-88.621111,"WGS84","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43804",1,43.466111,-88.621111,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.031915,0.047119,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43804",2,43.466111,-88.621111,"WGS84","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0.05,0.057735,0.1,"2013-01-10 00:00",0.1,"2013-10-07 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43806",1,43.466111,-88.621111,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43806",2,43.466111,-88.621111,"WGS84","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43812",1,43.466111,-88.621111,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43812",2,43.466111,-88.621111,"WGS84","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43813",1,43.466111,-88.621111,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43813",2,43.466111,-88.621111,"WGS84","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43814",1,43.466111,-88.621111,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.002128,0.014586,0.1,"2013-01-10 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0.1,0.1,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43814",2,43.466111,-88.621111,"WGS84","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0.025,0.05,0.1,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43815",1,43.466111,-88.621111,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43815",2,43.466111,-88.621111,"WGS84","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43817",1,43.466111,-88.621111,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43817",2,43.466111,-88.621111,"WGS84","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43818",1,43.466111,-88.621111,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0.002128,0.014586,0.1,"2013-08-08 00:00",0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00","","","","",0.1,0.1,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43818",2,43.466111,-88.621111,"WGS84","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43819",1,43.466111,-88.621111,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43819",2,43.466111,-88.621111,"WGS84","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43820",1,43.466111,-88.621111,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43820",2,43.466111,-88.621111,"WGS84","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43824",1,43.466111,-88.621111,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43824",2,43.466111,-88.621111,"WGS84","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43828",1,43.466111,-88.621111,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.047128,0.003685,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.0425,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43828",2,43.466111,-88.621111,"WGS84","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",4,0.04625,0.00433,0.05,"2013-01-10 00:00",0.05,"2013-04-10 00:00",0.0425,"2013-07-15 00:00",0.0425,"2013-10-07 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.0425,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43829",1,43.466111,-88.621111,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43829",2,43.466111,-88.621111,"WGS84","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43830",1,43.466111,-88.621111,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43830",2,43.466111,-88.621111,"WGS84","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43831",1,43.466111,-88.621111,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43831",2,43.466111,-88.621111,"WGS84","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43832",1,43.466111,-88.621111,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.047128,0.003685,0.05,"2013-01-04 00:00",0.05,"2013-01-10 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-22 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.0425,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43832",2,43.466111,-88.621111,"WGS84","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",4,0.04625,0.00433,0.05,"2013-01-10 00:00",0.05,"2013-04-10 00:00",0.0425,"2013-07-15 00:00",0.0425,"2013-10-07 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.0425,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43838",1,43.466111,-88.621111,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.088936,0.01532,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-22 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.05,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43838",2,43.466111,-88.621111,"WGS84","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",4,0.08,0.021213,0.1,"2013-01-10 00:00",0.085,"2013-07-15 00:00",0.085,"2013-10-07 00:00",0.05,"2013-04-10 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.085,0.05,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43843",1,43.466111,-88.621111,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43843",2,43.466111,-88.621111,"WGS84","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43860",1,43.466111,-88.621111,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","43860",2,43.466111,-88.621111,"WGS84","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,31,4,13,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","44201",2,43.466111,-88.621111,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6506,74,270,365,0,46,1,1,"Certification not required",6,0.04777,0.015545,0.232,"2013-05-08 11:00",0.079,"2013-06-20 18:00",0.077,"2013-05-20 13:00",0.072,"2013-05-19 19:00","","","","",0.077,0.069,0.065,0.061,0.055,0.047,0.034,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","44201",2,43.466111,-88.621111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6499,74,269,365,0,0,0,0,"Certification not required",0,0.043654,0.010312,0.081,"2013-05-08 10:00",0.071,"2013-05-20 10:00",0.069,"2013-06-20 12:00",0.067,"2013-04-28 10:00","","","","",0.069,0.064,0.06,0.057,0.051,0.044,0.03,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","44201",2,43.466111,-88.621111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6499,74,269,365,0,0,1,1,"Certification not required",0,0.043654,0.010312,0.081,"2013-05-08 10:00",0.071,"2013-05-20 10:00",0.069,"2013-06-20 12:00",0.067,"2013-04-28 10:00","","","","",0.069,0.064,0.06,0.057,0.051,0.044,0.03,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","45109",1,43.466111,-88.621111,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45109",2,43.466111,-88.621111,"WGS84","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45201",1,43.466111,-88.621111,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.038298,0.910937,2.9,"2013-02-09 00:00",2.5,"2013-03-23 00:00",2.3,"2013-02-03 00:00",2.3,"2013-02-15 00:00","","","","",2.9,2.9,2.3,2.3,1.8,1.1,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45201",2,43.466111,-88.621111,"WGS84","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,0.7,0.87178,1.8,"2013-01-10 00:00",1,"2013-10-07 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00","","","","",1.8,1.8,1.8,1.8,1.8,1,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45202",1,43.466111,-88.621111,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,1.844681,1.394525,9.1,"2013-06-09 00:00",3.7,"2013-02-09 00:00",3.2,"2013-01-28 00:00",3.1,"2013-01-04 00:00","","","","",9.1,9.1,3.2,3.1,2.5,1.5,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45202",2,43.466111,-88.621111,"WGS84","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,1.525,1.268529,3.1,"2013-01-10 00:00",1.6,"2013-10-07 00:00",1.4,"2013-07-15 00:00",0,"2013-04-10 00:00","","","","",3.1,3.1,3.1,3.1,3.1,1.6,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45203",1,43.466111,-88.621111,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45203",2,43.466111,-88.621111,"WGS84","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45204",1,43.466111,-88.621111,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45204",2,43.466111,-88.621111,"WGS84","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45220",1,43.466111,-88.621111,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45220",2,43.466111,-88.621111,"WGS84","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45501",1,43.466111,-88.621111,"WGS84","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",62,100,61,61,0,0,"","","Certification not required",29,0.09006,0.056286,0.29014,"2013-07-09 00:00",0.24178,"2013-08-26 00:00",0.22566,"2013-07-15 00:00",0.20954,"2013-12-12 00:00","","","","",0.29014,0.24178,0.20954,0.15474,0.11605,0.08704,0.04352,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-11" +"55","027","0001","45801",1,43.466111,-88.621111,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45801",2,43.466111,-88.621111,"WGS84","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45805",1,43.466111,-88.621111,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.25617,0.074987,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.05,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45805",2,43.466111,-88.621111,"WGS84","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,7,4,61,0,0,"","","Certification not required",4,0.215,0.112027,0.3,"2013-01-10 00:00",0.255,"2013-07-15 00:00",0.255,"2013-10-07 00:00",0.05,"2013-04-10 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.255,0.05,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45806",1,43.466111,-88.621111,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",47,0.25617,0.074987,0.3,"2013-01-04 00:00",0.3,"2013-01-10 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-22 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.05,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45806",2,43.466111,-88.621111,"WGS84","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",4,0.215,0.112027,0.3,"2013-01-10 00:00",0.255,"2013-07-15 00:00",0.255,"2013-10-07 00:00",0.05,"2013-04-10 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.255,0.05,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45807",1,43.466111,-88.621111,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",47,77,47,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","45807",2,43.466111,-88.621111,"WGS84","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",4,27,2,15,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-04-10 00:00",0,"2013-07-15 00:00",0,"2013-10-07 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-11-25" +"55","027","0001","61101",1,43.466111,-88.621111,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",153,91,6,7,0,0,"","","Certification not required",0,5.945752,2.605636,14.5,"2013-01-07 08:00",13.6,"2013-01-07 07:00",12.9,"2013-01-07 06:00",12.2,"2013-01-05 15:00","","","","",13.6,12.2,10.9,9.8,7.5,5.6,3.2,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-05-30" +"55","027","0001","61102",1,43.466111,-88.621111,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",153,91,6,7,0,0,"","","Certification not required",0,235.862745,55.273609,357,"2013-01-01 01:00",356,"2013-01-01 00:00",345,"2013-01-01 02:00",339,"2013-01-01 03:00","","","","",356,339,323,312,286,230,171,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-05-30" +"55","027","0001","61103",1,43.466111,-88.621111,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Knots","No Events",6269,73,260,359,0,130,"","","Certification not required",0,5.444584,3.340781,22.2,"2013-01-19 20:00",21.4,"2013-05-11 09:00",20.7,"2013-01-18 12:00",20.5,"2013-01-18 13:00","","","","",15,13.8,11.8,10.2,7.5,4.8,1.8,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","61104",1,43.466111,-88.621111,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","Instrumental - Met One Sonic Anemometer Model 50.5",2013,"Degrees Compass","No Events",6388,74,266,359,0,11,"","","Certification not required",0,188.382749,101.818961,360,"2013-02-04 16:00",360,"2013-02-08 01:00",360,"2013-02-17 03:00",360,"2013-02-25 17:00","","","","",356,353,342,328,290,178,39,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","62101",1,43.466111,-88.621111,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5800,66,242,365,0,8,"","","Certification not required",0,52.075,22.141296,93,"2013-09-10 14:00",92,"2013-07-17 12:00",92,"2013-07-17 14:00",92,"2013-07-17 15:00","","","","",87,84,81,77,69,58,19,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","62201",1,43.466111,-88.621111,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Met One 083D",2013,"Percent relative humidity","No Events",6546,75,273,365,0,6,"","","Certification not required",0,68.671555,14.880599,94,"2013-05-29 06:00",94,"2013-05-29 07:00",93,"2013-01-11 19:00",93,"2013-01-11 20:00","","","","",92,91,90,88,81,70,48,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","64101",1,43.466111,-88.621111,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6539,75,273,365,0,13,"","","Certification not required",0,1015.19009,6.465509,1036,"2013-01-24 08:00",1036,"2013-01-24 09:00",1035,"2013-01-24 07:00",1035,"2013-01-24 10:00","","","","",1028,1027,1025,1023,1019,1016,1007,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","68103",5,43.466111,-88.621111,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,4,"","","Certification not required",0,4.221569,11.088524,23,"2013-07-18 00:00",22.9,"2013-09-10 00:00",21.5,"2013-08-26 00:00",20,"2013-06-24 00:00","","","","",22.9,21.5,19.4,17.6,13.2,6.4,-11.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","68104",5,43.466111,-88.621111,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,4,"","","Certification not required",0,15.385294,12.659684,35.6,"2013-09-10 00:00",35.3,"2013-07-15 00:00",35.1,"2013-07-18 00:00",32.7,"2013-08-26 00:00","","","","",35.3,35.1,32.5,30.7,26.2,17.3,-1.5,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","68105",5,43.466111,-88.621111,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,4,"","","Certification not required",0,9.692157,11.403749,29.6,"2013-07-18 00:00",28.5,"2013-09-10 00:00",26.9,"2013-08-26 00:00",26.8,"2013-07-15 00:00","","","","",28.5,26.9,24.8,23.1,19.7,12.1,-5.9,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","68106",5,43.466111,-88.621111,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,731.313725,5.106743,748,"2013-11-12 00:00",742,"2013-01-22 00:00",741,"2013-03-08 00:00",741,"2013-05-25 00:00","","","","",742,741,738,737,734,732,725,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","68107",5,43.466111,-88.621111,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,738.245098,4.532471,753,"2013-11-12 00:00",748,"2013-01-10 00:00",748,"2013-03-08 00:00",747,"2013-02-09 00:00","","","","",748,748,746,744,741,738,733,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","68108",5,43.466111,-88.621111,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,4,"","","Certification not required",0,733.72549,4.801313,749,"2013-11-12 00:00",744,"2013-01-22 00:00",743,"2013-03-08 00:00",742,"2013-05-25 00:00","","","","",744,743,741,739,737,734,728,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","81102",1,43.466111,-88.621111,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,6,0,0,"Certification not required",2,10.638298,5.561614,23,"2013-08-26 00:00",22,"2013-09-07 00:00",19,"2013-04-28 00:00",19,"2013-05-16 00:00","","","","",23,23,19,19,14,11,3,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","81102",2,43.466111,-88.621111,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6,2,6,365,0,1,0,0,"Certification not required",1,11.666667,8.914408,25,"2013-08-20 00:00",18,"2013-10-25 00:00",14,"2013-07-09 00:00",7,"2013-01-10 00:00","","","","",25,25,25,25,18,14,2,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-12" +"55","027","0001","81102",3,43.466111,-88.621111,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",5042,58,211,365,0,22,"","","Certification not required",387,14.01785,9.24279,79,"2013-05-15 00:00",73,"2013-05-15 04:00",70,"2013-05-15 05:00",70,"2013-05-15 06:00","","","","",41,37,32,27,19,12,4,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","81102",3,43.466111,-88.621111,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",211,58,211,365,0,0,0,0,"Certification not required",0,13.545024,7.053646,37,"2013-09-10 00:00",35,"2013-05-15 00:00",35,"2013-08-21 00:00",33,"2013-05-19 00:00","","","","",35,32,28,23,18,12,6,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","82103",1,43.466111,-88.621111,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.346667,0.195911,0.7,"2013-01-10 00:00",0.7,"2013-02-09 00:00",0.6,"2013-03-29 00:00",0.5,"2013-02-03 00:00","","","","",0.7,0.7,0.7,0.7,0.5,0.3,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82103",2,43.466111,-88.621111,"WGS84","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,0.7,0,0.7,"2013-01-10 00:00","","","","","","","","","","",0.7,0.7,0.7,0.7,0.7,0.7,0.7,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","82105",1,43.466111,-88.621111,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-10 00:00",0,"2013-01-16 00:00",0,"2013-01-22 00:00","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82105",2,43.466111,-88.621111,"WGS84","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,0,0,0,"2013-01-10 00:00","","","","","","","","","","",0,0,0,0,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","82110",1,43.466111,-88.621111,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.06,0.050709,0.1,"2013-01-04 00:00",0.1,"2013-01-10 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82110",2,43.466111,-88.621111,"WGS84","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-10 00:00","","","","","","","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","82112",1,43.466111,-88.621111,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,"","","Certification not required",0,2.206667,0.600555,3.9,"2013-02-09 00:00",3.4,"2013-02-15 00:00",2.2,"2013-01-10 00:00",2.1,"2013-01-04 00:00","","","","",3.9,3.9,3.9,3.4,2.1,2,1.9,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82112",2,43.466111,-88.621111,"WGS84","Chromium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,2.2,0,2.2,"2013-01-10 00:00","","","","","","","","","","",2.2,2.2,2.2,2.2,2.2,2.2,2.2,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","82128",1,43.466111,-88.621111,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",15,25,15,61,0,0,"","","Certification not required",0,0.00244,0.001997,0.0069,"2013-02-03 00:00",0.0059,"2013-02-09 00:00",0.0048,"2013-03-29 00:00",0.0039,"2013-03-23 00:00","","","","",0.0069,0.0069,0.0069,0.0059,0.0039,0.0019,0.0007,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82128",2,43.466111,-88.621111,"WGS84","Lead PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,0.002,0,0.002,"2013-01-10 00:00","","","","","","","","","","",0.002,0.002,0.002,0.002,0.002,0.002,0.002,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","82132",1,43.466111,-88.621111,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,2.5,2.482864,8.4,"2013-01-10 00:00",7.6,"2013-02-09 00:00",3.9,"2013-01-16 00:00",2.4,"2013-01-04 00:00","","","","",8.4,8.4,8.4,7.6,2.4,1.6,0.8,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82132",2,43.466111,-88.621111,"WGS84","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,8.2,0,8.2,"2013-01-10 00:00","","","","","","","","","","",8.2,8.2,8.2,8.2,8.2,8.2,8.2,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","82136",1,43.466111,-88.621111,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",14,23,14,61,0,1,"","","Certification not required",0,0.614286,0.187523,1,"2013-02-09 00:00",0.9,"2013-03-11 00:00",0.8,"2013-02-15 00:00",0.7,"2013-01-16 00:00","","","","",1,1,1,0.9,0.7,0.6,0.4,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-09-12" +"55","027","0001","82136",2,43.466111,-88.621111,"WGS84","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",1,100,1,1,0,0,"","","Certification not required",0,0.9,0,0.9,"2013-01-10 00:00","","","","","","","","","","",0.9,0.9,0.9,0.9,0.9,0.9,0.9,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2013-07-03" +"55","027","0001","85101",3,43.466111,-88.621111,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",5782,66,242,365,0,26,"","","Certification not required",319,15.079211,9.431659,140,"2013-01-19 22:00",91,"2013-01-05 09:00",90,"2013-01-05 10:00",86,"2013-01-19 20:00","","","","",41,37,32,28,20,13,5,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","86101",3,43.466111,-88.621111,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6482,74,272,365,0,70,"","","Certification not required",0,5.336316,6.913253,133,"2013-01-19 22:00",66,"2013-05-15 04:00",65,"2013-05-15 00:00",63,"2013-01-05 09:00","","","","",27,22,17,13,8,4,-2,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","88101",1,43.466111,-88.621111,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",78,61,75,122,0,6,0,0,"Certification not required",0,8.107692,4.483006,20.2,"2013-02-09 00:00",18.1,"2013-07-06 00:00",17.2,"2013-02-03 00:00",17.1,"2013-08-20 00:00","","","","",20.2,18.1,17.1,15.5,11.4,7.4,3.3,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-06" +"55","027","0001","88101",1,43.466111,-88.621111,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",78,61,75,122,0,6,"","","Certification not required",0,8.107692,4.483006,20.2,"2013-02-09 00:00",18.1,"2013-07-06 00:00",17.2,"2013-02-03 00:00",17.1,"2013-08-20 00:00","","","","",20.2,18.1,17.1,15.5,11.4,7.4,3.3,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-01-06" +"55","027","0001","88102",5,43.466111,-88.621111,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.019569,0.005,0.036,"2013-04-07 00:00",0.026,"2013-01-25 00:00",0.026,"2013-02-09 00:00",0.026,"2013-03-02 00:00","","","","",0.026,0.026,0.026,0.026,0.021,0.02,0.014,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88103",5,43.466111,-88.621111,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.000392,0.000834,0.005,"2013-05-19 00:00",0.003,"2013-04-22 00:00",0.003,"2013-08-17 00:00",0.003,"2013-09-28 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88104",5,43.466111,-88.621111,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",67,0.02602,0.049769,0.449,"2013-08-26 00:00",0.166,"2013-06-24 00:00",0.127,"2013-06-27 00:00",0.086,"2013-04-28 00:00","","","","",0.166,0.127,0.081,0.06,0.025,0.0125,0.0065,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88107",5,43.466111,-88.621111,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.007048,0.007042,0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-04-22 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88109",5,43.466111,-88.621111,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",35,0.002749,0.001901,0.0108,"2013-05-19 00:00",0.0073,"2013-05-07 00:00",0.0064,"2013-01-22 00:00",0.0062,"2013-09-07 00:00","","","","",0.0073,0.0064,0.0058,0.0056,0.0038,0.0023,0.0009,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88110",5,43.466111,-88.621111,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.001216,0.00346,0.022,"2013-08-14 00:00",0.014,"2013-03-26 00:00",0.013,"2013-04-01 00:00",0.012,"2013-03-23 00:00","","","","",0.014,0.013,0.008,0.005,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88111",5,43.466111,-88.621111,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",27,0.030943,0.061635,0.429,"2013-09-10 00:00",0.385,"2013-07-18 00:00",0.182,"2013-08-26 00:00",0.156,"2013-09-04 00:00","","","","",0.385,0.182,0.113,0.0539,0.0285,0.0164,0.00235,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88112",5,43.466111,-88.621111,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.004471,0.009954,0.061,"2013-09-22 00:00",0.052,"2013-10-01 00:00",0.047,"2013-10-07 00:00",0.034,"2013-08-26 00:00","","","","",0.052,0.047,0.019,0.007,0.004,0.002,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88113",5,43.466111,-88.621111,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",101,0.000681,0.000144,0.0015,"2013-08-26 00:00",0.001,"2013-02-18 00:00",0.001,"2013-04-16 00:00",0.001,"2013-04-22 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88114",5,43.466111,-88.621111,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",55,0.004208,0.009088,0.0837,"2013-10-13 00:00",0.0255,"2013-10-07 00:00",0.0219,"2013-08-14 00:00",0.015,"2013-07-03 00:00","","","","",0.0255,0.0219,0.0134,0.0087,0.0045,0.00125,0.00065,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88115",5,43.466111,-88.621111,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",72,0.006483,0.006568,0.0378,"2013-01-13 00:00",0.0353,"2013-02-06 00:00",0.0324,"2013-03-02 00:00",0.0204,"2013-02-09 00:00","","","","",0.0353,0.0324,0.018,0.0139,0.0071,0.0039,0.00235,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88117",5,43.466111,-88.621111,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.007245,0.011201,0.043,"2013-02-18 00:00",0.043,"2013-04-16 00:00",0.043,"2013-04-22 00:00",0.043,"2013-06-18 00:00","","","","",0.043,0.043,0.043,0.0048,0.0048,0.0041,0.0028,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88118",5,43.466111,-88.621111,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.009809,0.006759,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-04-22 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88126",5,43.466111,-88.621111,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",1,0.033238,0.027816,0.173,"2013-08-26 00:00",0.108,"2013-10-10 00:00",0.102,"2013-06-24 00:00",0.094,"2013-06-27 00:00","","","","",0.108,0.102,0.089,0.0646,0.0428,0.0235,0.0091,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88128",5,43.466111,-88.621111,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.0015,0.002215,0.012,"2013-04-28 00:00",0.008,"2013-10-10 00:00",0.006,"2013-02-03 00:00",0.006,"2013-03-08 00:00","","","","",0.008,0.006,0.006,0.005,0.002,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88131",5,43.466111,-88.621111,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",101,0.010554,0.004231,0.034,"2013-07-12 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-02-09 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88132",5,43.466111,-88.621111,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.001245,0.001512,0.008,"2013-01-10 00:00",0.006,"2013-09-10 00:00",0.006,"2013-10-10 00:00",0.005,"2013-03-08 00:00","","","","",0.006,0.006,0.004,0.003,0.002,0.001,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88136",5,43.466111,-88.621111,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.00049,0.001264,0.009,"2013-08-26 00:00",0.005,"2013-07-15 00:00",0.004,"2013-06-27 00:00",0.004,"2013-11-12 00:00","","","","",0.005,0.004,0.003,0.001,0,0,0,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88140",5,43.466111,-88.621111,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",91,0.00882,0.008474,0.054,"2013-07-18 00:00",0.052,"2013-08-17 00:00",0.046,"2013-01-13 00:00",0.0294,"2013-09-04 00:00","","","","",0.052,0.046,0.021,0.0128,0.009,0.006,0.00475,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88152",5,43.466111,-88.621111,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.005447,0.001579,0.008,"2013-02-03 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-15 00:00",0.008,"2013-02-24 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88154",5,43.466111,-88.621111,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",101,0.001057,0.000267,0.002,"2013-07-30 00:00",0.0013,"2013-01-01 00:00",0.0013,"2013-01-04 00:00",0.0013,"2013-01-07 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88160",5,43.466111,-88.621111,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.013382,0.003897,0.024,"2013-04-22 00:00",0.021,"2013-02-12 00:00",0.018,"2013-01-16 00:00",0.018,"2013-01-25 00:00","","","","",0.021,0.018,0.018,0.018,0.016,0.016,0.01,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88161",5,43.466111,-88.621111,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",94,0.002792,0.002617,0.027,"2013-07-03 00:00",0.0075,"2013-09-10 00:00",0.0069,"2013-10-10 00:00",0.0064,"2013-06-24 00:00","","","","",0.0075,0.0069,0.0059,0.00265,0.00265,0.00215,0.0021,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88164",5,43.466111,-88.621111,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.001568,0.000252,0.0019,"2013-02-03 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-15 00:00",0.0019,"2013-02-24 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88165",5,43.466111,-88.621111,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",23,0.050825,0.064548,0.332,"2013-06-24 00:00",0.327,"2013-09-10 00:00",0.312,"2013-07-18 00:00",0.214,"2013-08-26 00:00","","","","",0.327,0.312,0.178,0.122,0.0669,0.028,0.0055,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88166",5,43.466111,-88.621111,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",100,0.009024,0.005188,0.02,"2013-04-13 00:00",0.0185,"2013-01-16 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-02-09 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88167",5,43.466111,-88.621111,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",28,0.00581,0.005314,0.0401,"2013-03-02 00:00",0.0218,"2013-04-28 00:00",0.0182,"2013-03-08 00:00",0.0157,"2013-10-10 00:00","","","","",0.0218,0.0182,0.0137,0.0104,0.0081,0.0047,0.0013,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88168",5,43.466111,-88.621111,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",98,0.001483,0.001202,0.0091,"2013-05-19 00:00",0.0075,"2013-07-15 00:00",0.0063,"2013-07-12 00:00",0.0052,"2013-09-10 00:00","","","","",0.0075,0.0063,0.00175,0.00175,0.00155,0.00115,0.00085,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88169",5,43.466111,-88.621111,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,0.520818,0.407013,2.14,"2013-08-20 00:00",1.87,"2013-05-19 00:00",1.82,"2013-07-06 00:00",1.6,"2013-09-07 00:00","","","","",1.87,1.82,1.41,0.959,0.656,0.443,0.166,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88176",5,43.466111,-88.621111,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",102,0.001001,0.000218,0.0013,"2013-01-16 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-09 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88180",5,43.466111,-88.621111,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",1,0.043676,0.031441,0.235,"2013-07-06 00:00",0.109,"2013-09-19 00:00",0.102,"2013-06-30 00:00",0.101,"2013-09-10 00:00","","","","",0.109,0.102,0.096,0.0848,0.0559,0.0371,0.0148,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88184",5,43.466111,-88.621111,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",79,0.027662,0.020386,0.136,"2013-01-13 00:00",0.107,"2013-09-28 00:00",0.087,"2013-01-22 00:00",0.076,"2013-01-25 00:00","","","","",0.107,0.087,0.071,0.048,0.027,0.02,0.013,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88185",5,43.466111,-88.621111,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",101,0.003934,0.003978,0.0115,"2013-01-16 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-02-09 00:00",0.0115,"2013-03-02 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0023,0.00225,0.0014,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88301",5,43.466111,-88.621111,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",3,0.641226,0.632991,2.65,"2013-02-06 00:00",2.3,"2013-04-28 00:00",2.23,"2013-02-24 00:00",2.19,"2013-05-19 00:00","","","","",2.65,2.3,2.1,1.65,1.1,0.379,0.0506,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88302",5,43.466111,-88.621111,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",14,0.041375,0.030897,0.14,"2013-01-13 00:00",0.136,"2013-04-04 00:00",0.13,"2013-01-22 00:00",0.13,"2013-03-02 00:00","","","","",0.14,0.136,0.129,0.09,0.054,0.032,0.015,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88303",5,43.466111,-88.621111,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",35,0.032203,0.02927,0.142,"2013-07-06 00:00",0.136,"2013-02-03 00:00",0.114,"2013-03-02 00:00",0.111,"2013-05-19 00:00","","","","",0.142,0.136,0.104,0.08,0.039,0.0251,0.0115,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88306",5,43.466111,-88.621111,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.33847,1.438452,6.87,"2013-02-06 00:00",6.2,"2013-02-24 00:00",5.42,"2013-01-04 00:00",5.26,"2013-01-07 00:00","","","","",6.87,6.2,4.76,3.52,1.72,0.778,0.221,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88355",5,43.466111,-88.621111,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,1.645867,0.971186,6.06,"2013-06-30 00:00",4.05,"2013-07-06 00:00",4.04,"2013-07-03 00:00",3.41,"2013-08-17 00:00","","","","",4.05,4.04,3.26,2.83,2.07,1.55,0.568,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88357",5,43.466111,-88.621111,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.125124,0.064834,0.288,"2013-08-17 00:00",0.28,"2013-07-12 00:00",0.275,"2013-07-06 00:00",0.27,"2013-08-11 00:00","","","","",0.28,0.275,0.246,0.22,0.156,0.126,0.051,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88370",5,43.466111,-88.621111,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,1.491838,0.885533,5.78,"2013-06-30 00:00",3.66,"2013-07-06 00:00",3.63,"2013-07-03 00:00",3.12,"2013-08-17 00:00","","","","",3.66,3.63,2.9,2.7,1.88,1.36,0.53,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88374",5,43.466111,-88.621111,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",6,0.108524,0.096282,0.583,"2013-08-26 00:00",0.405,"2013-02-03 00:00",0.329,"2013-08-17 00:00",0.326,"2013-07-15 00:00","","","","",0.405,0.329,0.317,0.215,0.141,0.083,0.022,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88375",5,43.466111,-88.621111,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.362286,0.222054,1.36,"2013-06-30 00:00",0.971,"2013-08-29 00:00",0.896,"2013-07-06 00:00",0.848,"2013-08-20 00:00","","","","",0.971,0.896,0.758,0.678,0.475,0.344,0.127,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88376",5,43.466111,-88.621111,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",0,0.416895,0.269427,2.07,"2013-06-30 00:00",1.09,"2013-07-03 00:00",0.989,"2013-07-12 00:00",0.878,"2013-08-17 00:00","","","","",1.09,0.989,0.832,0.706,0.531,0.395,0.151,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88377",5,43.466111,-88.621111,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",1,0.268695,0.167691,0.799,"2013-06-30 00:00",0.733,"2013-07-06 00:00",0.732,"2013-05-19 00:00",0.694,"2013-08-20 00:00","","","","",0.733,0.732,0.631,0.49,0.361,0.232,0.092,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88378",5,43.466111,-88.621111,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.335581,0.202826,1.24,"2013-06-30 00:00",0.902,"2013-07-06 00:00",0.745,"2013-07-03 00:00",0.729,"2013-02-06 00:00","","","","",0.902,0.745,0.677,0.572,0.461,0.319,0.105,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88380",5,43.466111,-88.621111,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.279171,0.157453,0.661,"2013-07-06 00:00",0.618,"2013-07-15 00:00",0.596,"2013-05-19 00:00",0.584,"2013-08-11 00:00","","","","",0.618,0.596,0.565,0.517,0.387,0.257,0.1,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88383",5,43.466111,-88.621111,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.56122,0.340496,1.71,"2013-06-30 00:00",1.54,"2013-07-06 00:00",1.23,"2013-07-03 00:00",1.22,"2013-05-19 00:00","","","","",1.54,1.23,1.18,1.04,0.774,0.509,0.172,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88384",5,43.466111,-88.621111,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.053229,0.028084,0.169,"2013-09-07 00:00",0.129,"2013-10-04 00:00",0.119,"2013-09-28 00:00",0.103,"2013-05-28 00:00","","","","",0.129,0.119,0.101,0.0944,0.0652,0.0479,0.0239,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88385",5,43.466111,-88.621111,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",103,0.001075,0.000678,0.00788,"2013-06-27 00:00",0.00201,"2013-03-26 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00201,0.001,0.001,0.001,0.001,0.001,0.001,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88388",5,43.466111,-88.621111,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",105,86,105,122,0,1,"","","Certification not required",2,0.48941,0.296395,1.51,"2013-06-30 00:00",1.29,"2013-07-06 00:00",1.15,"2013-07-03 00:00",1.1,"2013-08-26 00:00","","","","",1.29,1.15,1.02,0.904,0.674,0.451,0.152,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88403",5,43.466111,-88.621111,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",100,82,100,122,0,6,"","","Certification not required",0,1.36088,1.123026,5.77,"2013-08-20 00:00",5.19,"2013-07-06 00:00",5.15,"2013-05-19 00:00",4.52,"2013-09-07 00:00","","","","",5.77,5.19,4.07,2.56,1.71,1.02,0.436,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","027","0001","88502",3,43.466111,-88.621111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5824,66,244,365,0,56,"","","Certification not required",0,8.960165,6.34414,39,"2013-01-08 11:00",39,"2013-04-26 13:00",39,"2013-04-28 02:00",38,"2013-03-15 12:00","","","","",29,26,21,18,12,8,2,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","88502",3,43.466111,-88.621111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,"","","Certification not required",0,8.911885,4.830874,24.8,"2013-01-03 00:00",24.7,"2013-03-09 00:00",23,"2013-01-05 00:00",21.1,"2013-01-08 00:00","","","","",23,20.4,18,15.5,11.7,7.9,3.6,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-21" +"55","027","0001","88502",5,43.466111,-88.621111,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,84,102,122,0,4,"","","Certification not required",0,8.081373,4.594567,21.5,"2013-02-06 00:00",18,"2013-07-06 00:00",17.4,"2013-08-20 00:00",17.1,"2013-09-07 00:00","","","","",18,17.4,16.9,14.9,11.5,7.6,2.7,"Horicon Wildlife Area","Horicon Wildlife Area, 1210 N Palmatory St","Wisconsin","Dodge","Horicon","Beaver Dam, WI","2014-02-14" +"55","029","0004","44201",1,45.237,-86.993,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4281,90,166,184,0,75,0,0,"Certification not required",0,0.047102,0.014342,0.086,"2013-08-20 19:00",0.076,"2013-08-21 17:00",0.075,"2013-07-22 19:00",0.074,"2013-06-23 19:00","","","","",0.076,0.074,0.071,0.066,0.058,0.047,0.033,"NEWPORT PARK","475 CTH NP","Wisconsin","Door","","","2014-02-21" +"55","029","0004","44201",1,45.237,-86.993,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4279,90,165,184,0,0,0,0,"Certification not required",0,0.043164,0.01329,0.078,"2013-08-20 15:00",0.071,"2013-05-08 12:00",0.069,"2013-06-20 15:00",0.068,"2013-04-28 14:00","","","","",0.071,0.068,0.065,0.062,0.054,0.043,0.03,"NEWPORT PARK","475 CTH NP","Wisconsin","Door","","","2014-02-21" +"55","029","0004","44201",1,45.237,-86.993,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4279,90,165,184,0,0,1,1,"Certification not required",0,0.043164,0.01329,0.078,"2013-08-20 15:00",0.071,"2013-05-08 12:00",0.069,"2013-06-20 15:00",0.068,"2013-04-28 14:00","","","","",0.071,0.068,0.065,0.062,0.054,0.043,0.03,"NEWPORT PARK","475 CTH NP","Wisconsin","Door","","","2014-02-21" +"55","029","0004","61101",1,45.237,-86.993,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4341,50,180,365,0,14,"","","Certification not required",0,3.24598,1.673757,11.6,"2013-04-19 13:00",10.6,"2013-04-11 23:00",10.5,"2013-04-11 09:00",10.5,"2013-04-11 21:00","","","","",8.2,7.1,6.3,5.5,4.3,3,1.2,"NEWPORT PARK","475 CTH NP","Wisconsin","Door","","","2014-02-21" +"55","029","0004","61102",1,45.237,-86.993,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4348,50,181,365,0,7,"","","Certification not required",0,174.271619,98.962771,360,"2013-05-03 22:00",360,"2013-05-04 22:00",360,"2013-05-05 01:00",360,"2013-05-05 04:00","","","","",357,351,331,303,249,191,28,"NEWPORT PARK","475 CTH NP","Wisconsin","Door","","","2014-02-21" +"55","029","0004","62101",1,45.237,-86.993,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4350,50,181,365,0,5,"","","Certification not required",0,56.685287,13.277381,93,"2013-07-17 10:00",92,"2013-07-17 11:00",90,"2013-07-17 09:00",88,"2013-07-17 12:00","","","","",84,81,77,73,66,58,37,"NEWPORT PARK","475 CTH NP","Wisconsin","Door","","","2014-02-21" +"55","031","0019","61101",1,46.725994,-92.07118,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6523,74,271,365,0,29,"","","Certification not required",0,7.52321,4.628751,35.9,"2013-04-11 13:00",35.4,"2013-04-11 12:00",35.3,"2013-04-11 05:00",35.3,"2013-04-11 14:00","","","","",24.3,20.1,16.2,13.4,9.6,6.6,2.7,"SUPERIOR STP","107 Mocassin","Wisconsin","Douglas","Superior","Duluth, MN-WI","2014-02-21" +"55","031","0019","61102",1,46.725994,-92.07118,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,156.814142,105.268189,360,"2013-03-16 03:00",360,"2013-04-19 00:00",360,"2013-04-19 01:00",360,"2013-04-19 18:00","","","","",353,348,334,307,241,117,42,"SUPERIOR STP","107 Mocassin","Wisconsin","Douglas","Superior","Duluth, MN-WI","2014-02-21" +"55","031","0019","62101",1,46.725994,-92.07118,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,4,"","","Certification not required",0,42.9635,21.243719,95,"2013-08-25 14:00",95,"2013-08-25 15:00",94,"2013-07-18 14:00",94,"2013-08-25 13:00","","","","",86,82,75,70,60,43,15,"SUPERIOR STP","107 Mocassin","Wisconsin","Douglas","Superior","Duluth, MN-WI","2014-02-21" +"55","035","0014","44201",1,44.761,-91.143,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4818,91,168,184,0,34,0,0,"Certification not required",332,0.046732,0.009774,0.069,"2013-03-29 12:00",0.066,"2013-08-26 15:00",0.064,"2013-04-28 17:00",0.064,"2013-05-08 11:00","","","","",0.066,0.064,0.061,0.06,0.056,0.049,0.041,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","035","0014","44201",1,44.761,-91.143,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4822,91,168,184,0,0,0,0,"Certification not required",0,0.042708,0.009609,0.064,"2013-03-29 10:00",0.063,"2013-05-08 10:00",0.06,"2013-04-28 11:00",0.06,"2013-07-05 11:00","","","","",0.063,0.06,0.057,0.056,0.052,0.046,0.037,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","035","0014","44201",1,44.761,-91.143,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4822,91,168,184,0,0,0,0,"Certification not required",0,0.042708,0.009609,0.064,"2013-03-29 10:00",0.063,"2013-05-08 10:00",0.06,"2013-04-28 11:00",0.06,"2013-07-05 11:00","","","","",0.063,0.06,0.057,0.056,0.052,0.046,0.037,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","035","0014","61101",1,44.761,-91.143,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6519,74,270,365,0,33,"","","Certification not required",0,3.841832,2.010003,13.2,"2013-01-19 18:00",13.1,"2013-01-19 17:00",11.7,"2013-01-19 19:00",11.7,"2013-09-30 12:00","","","","",9.5,8.6,7.5,6.6,5.2,3.6,1.5,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","035","0014","61102",1,44.761,-91.143,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6550,75,273,365,0,2,"","","Certification not required",0,183.12916,99.614296,360,"2013-02-14 05:00",360,"2013-03-16 02:00",360,"2013-04-18 18:00",360,"2013-05-06 04:00","","","","",356,353,342,324,284,164,43,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","035","0014","88101",1,44.761,-91.143,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,2,0,0,"Certification not required",0,7.736842,5.119408,22,"2013-08-20 00:00",19.5,"2013-08-26 00:00",17.2,"2013-02-09 00:00",15.1,"2013-03-29 00:00","","","","",22,22,19.5,15.1,10.6,6.6,2,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-01-06" +"55","035","0014","88101",1,44.761,-91.143,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",38,62,38,61,0,2,"","","Certification not required",0,7.736842,5.119408,22,"2013-08-20 00:00",19.5,"2013-08-26 00:00",17.2,"2013-02-09 00:00",15.1,"2013-03-29 00:00","","","","",22,22,19.5,15.1,10.6,6.6,2,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-01-06" +"55","035","0014","88502",3,44.761,-91.143,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5818,66,242,365,0,62,"","","Certification not required",0,6.432623,6.38701,165,"2013-06-03 17:00",51,"2013-08-27 11:00",46,"2013-01-06 00:00",45,"2013-01-05 23:00","","","","",26,22,18,14,9,5,0,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","035","0014","88502",3,44.761,-91.143,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",242,66,242,365,0,0,"","","Certification not required",0,6.378926,4.817268,26.4,"2013-01-05 00:00",22.4,"2013-07-11 00:00",21.7,"2013-01-03 00:00",20.2,"2013-01-02 00:00","","","","",21.7,19,16,13.1,8.6,5.3,1.2,"Eau Claire DOT","5509 Highway 53 South Eau Claire","Wisconsin","Eau Claire","","Eau Claire, WI","2014-02-21" +"55","039","0006","44201",1,43.687402,-88.422045,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4452,92,169,184,0,20,0,0,"Certification not required",10,0.047888,0.011003,0.076,"2013-05-20 14:00",0.076,"2013-06-20 16:00",0.072,"2013-05-08 13:00",0.068,"2013-04-28 15:00","","","","",0.076,0.068,0.064,0.062,0.057,0.049,0.038,"FOND DU LAC"," N3996 KELLY RD, TWN BYRON","Wisconsin","Fond du Lac","","Fond du Lac, WI","2014-02-21" +"55","039","0006","44201",1,43.687402,-88.422045,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4462,92,169,184,0,0,0,0,"Certification not required",0,0.043432,0.010558,0.069,"2013-05-20 10:00",0.067,"2013-05-08 10:00",0.066,"2013-06-20 11:00",0.065,"2013-04-28 10:00","","","","",0.067,0.065,0.06,0.057,0.052,0.045,0.034,"FOND DU LAC"," N3996 KELLY RD, TWN BYRON","Wisconsin","Fond du Lac","","Fond du Lac, WI","2014-02-21" +"55","039","0006","44201",1,43.687402,-88.422045,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4462,92,169,184,0,0,0,0,"Certification not required",0,0.043432,0.010558,0.069,"2013-05-20 10:00",0.067,"2013-05-08 10:00",0.066,"2013-06-20 11:00",0.065,"2013-04-28 10:00","","","","",0.067,0.065,0.06,0.057,0.052,0.045,0.034,"FOND DU LAC"," N3996 KELLY RD, TWN BYRON","Wisconsin","Fond du Lac","","Fond du Lac, WI","2014-02-21" +"55","041","0007","42242",1,45.563,-88.8088,"NAD83","Mercury (vapor)","5 MINUTE","","Observed Values","Instrumental Tekrans - Atomic Fluorescence",2013,"Nanograms/cubic meter (25 C)","No Events",61975,59,212,365,0,16648,"","","Certification not required",0,1.238233,0.174741,8.22568,"2013-11-12 10:45",8.22568,"2013-11-12 10:50",7.41044,"2013-11-12 10:55",6.34788,"2013-11-12 11:05","","","","",1.52056,1.48392,1.44728,1.41064,1.35568,1.2824,0.97096,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-20" +"55","041","0007","42401",1,45.563,-88.8088,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5273,60,220,365,0,559,0,"","Certification not required",0,1.404545,1.029198,4.9,"2013-05-05 16:00",4.7,"2013-04-19 05:00",4.2,"2013-03-14 04:00",4.2,"2013-04-18 22:00","","","","",4.7,4.2,3.5,2.8,2,1.3,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-30" +"55","041","0007","42401",1,45.563,-88.8088,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5273,60,220,365,0,559,"","","Certification not required",0,0.884278,0.873856,5.1,"2013-04-30 12:00",4.9,"2013-04-30 13:00",4.9,"2013-05-05 16:00",4.8,"2013-05-05 15:00","","","","",4,3.4,2.6,2,1.3,0.7,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-30" +"55","041","0007","42401",1,45.563,-88.8088,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",220,60,220,365,0,0,0,"","Certification not required",0,0.874091,0.798521,4,"2013-05-05 00:00",3.8,"2013-04-19 00:00",3.7,"2013-05-04 00:00",3.2,"2013-04-18 00:00","","","","",3.7,3.2,2.6,1.8,1.3,0.7,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-30" +"55","041","0007","42401",1,45.563,-88.8088,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1737,59,219,365,0,0,"",0,"Certification not required",0,0.855268,0.858756,4.9,"2013-04-30 14:00",4.8,"2013-05-05 17:00",4.7,"2013-04-30 11:00",4.6,"2013-04-19 05:00","","","","",3.9,3.4,2.6,1.9,1.3,0.7,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-30" +"55","041","0007","42401",2,45.563,-88.8088,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",57871,55,201,365,0,8369,"","","Certification not required",0,0.863481,0.762819,10.1,"2013-03-14 04:50",9.2,"2013-03-14 04:55",7.6,"2013-03-14 04:45",6.2,"2013-03-14 04:40","","","","",3.2,2.8,2.3,1.9,1.3,0.7,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-30" +"55","041","0007","42601",1,45.563,-88.8088,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6115,70,256,365,0,437,"","","Certification not required",0,0.018643,0.145747,3,"2013-08-14 07:00",2,"2013-01-23 14:00",2,"2013-01-25 12:00",2,"2013-02-13 16:00","","","","",1,0,0,0,0,0,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","42602",1,45.563,-88.8088,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6115,70,256,365,0,437,0,"","Certification not required",0,2.019531,1.798586,18,"2013-03-04 05:00",9,"2013-01-23 05:00",8,"2013-01-08 19:00",8,"2013-01-27 18:00","","","","",8,6,5,4,3,2,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","42602",1,45.563,-88.8088,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6115,70,256,365,0,437,"","","Certification not required",0,1.005887,1.070296,18,"2013-03-04 05:00",9,"2013-01-23 05:00",8,"2013-01-08 19:00",8,"2013-01-08 20:00","","","","",5,4,3,2,1,1,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","42603",1,45.563,-88.8088,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6115,70,256,365,0,437,"","","Certification not required",0,0.538185,1.110499,19,"2013-03-04 05:00",10,"2013-08-14 07:00",9,"2013-01-23 04:00",9,"2013-01-23 05:00","","","","",5,4,3,2,1,0,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","44201",1,45.563,-88.8088,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6364,73,266,365,0,188,0,0,"Certification not required",0,0.043368,0.009447,0.067,"2013-04-28 20:00",0.066,"2013-05-08 14:00",0.064,"2013-07-06 13:00",0.063,"2013-05-07 18:00","","","","",0.064,0.062,0.059,0.056,0.05,0.043,0.031,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","44201",1,45.563,-88.8088,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6364,72,261,365,0,0,0,0,"Certification not required",0,0.040444,0.009334,0.065,"2013-04-28 14:00",0.064,"2013-05-08 08:00",0.062,"2013-05-07 16:00",0.06,"2013-07-06 10:00","","","","",0.062,0.059,0.057,0.053,0.047,0.04,0.028,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","44201",1,45.563,-88.8088,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6364,72,261,365,0,0,0,0,"Certification not required",0,0.040444,0.009334,0.065,"2013-04-28 14:00",0.064,"2013-05-08 08:00",0.062,"2013-05-07 16:00",0.06,"2013-07-06 10:00","","","","",0.062,0.059,0.057,0.053,0.047,0.04,0.028,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","61101",1,45.563,-88.8088,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6443,74,267,365,0,109,"","","Certification not required",0,4.898634,1.935615,13.9,"2013-01-12 08:00",13.8,"2013-01-04 00:00",13.6,"2013-01-19 22:00",13.3,"2013-01-19 19:00","","","","",10.7,9.7,8.2,7.3,6,4.8,2.6,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","61102",1,45.563,-88.8088,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6443,74,267,365,0,109,"","","Certification not required",0,206.094056,98.640633,360,"2013-01-29 23:00",360,"2013-02-02 10:00",360,"2013-03-02 23:00",360,"2013-03-28 21:00","","","","",356,352,340,322,285,226,43,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","62101",1,45.563,-88.8088,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6443,74,267,365,0,109,"","","Certification not required",0,43.635108,22.726241,87,"2013-07-16 14:00",87,"2013-07-16 15:00",87,"2013-08-25 14:00",87,"2013-08-25 15:00","","","","",81,79,75,71,63,47,13,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","62201",1,45.563,-88.8088,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6442,74,267,365,0,110,"","","Certification not required",0,74.989289,18.173534,100,"2013-01-11 06:00",100,"2013-01-11 07:00",100,"2013-01-11 08:00",100,"2013-01-11 09:00","","","","",100,100,99,97,90,78,49,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","63301",1,45.563,-88.8088,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6443,74,267,365,0,109,"","","Certification not required",3259,0.190794,0.267522,0.9,"2013-09-25 12:00",0.89,"2013-09-03 12:00",0.89,"2013-09-05 13:00",0.89,"2013-09-17 12:00","","","","",0.83,0.82,0.78,0.68,0.34,0.005,0.005,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","88101",1,45.563,-88.8088,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,9,0,0,"Certification not required",0,4.921622,3.680967,16.6,"2013-08-20 00:00",12,"2013-07-12 00:00",10,"2013-04-28 00:00",9.9,"2013-01-25 00:00","","","","",16.6,16.6,12,9.9,7.3,3.6,1.1,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-06" +"55","041","0007","88101",1,45.563,-88.8088,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,9,"","","Certification not required",0,4.921622,3.680967,16.6,"2013-08-20 00:00",12,"2013-07-12 00:00",10,"2013-04-28 00:00",9.9,"2013-01-25 00:00","","","","",16.6,16.6,12,9.9,7.3,3.6,1.1,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-01-06" +"55","041","0007","88502",3,45.563,-88.8088,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5566,64,228,365,0,314,"","","Certification not required",0,4.865613,4.863334,31,"2013-05-19 05:00",29,"2013-05-19 03:00",28,"2013-01-05 22:00",28,"2013-01-08 19:00","","","","",21,19,15,11,7,4,0,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","041","0007","88502",3,45.563,-88.8088,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",228,62,228,365,0,0,"","","Certification not required",0,4.842105,3.904575,19.3,"2013-05-19 00:00",17,"2013-06-10 00:00",16.2,"2013-03-09 00:00",16.2,"2013-07-07 00:00","","","","",16.2,14.8,12.4,10.7,6.9,3.7,1,"","FIRE TOWER RD, POTAWATOMI SITE","Wisconsin","Forest","","","2014-02-21" +"55","043","0009","61101",1,42.693,-90.698,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6485,74,269,365,0,67,"","","Certification not required",0,6.378736,3.23042,20.4,"2013-02-11 04:00",20,"2013-01-18 09:00",20,"2013-01-18 10:00",19.8,"2013-02-11 02:00","","","","",16.1,14.5,12.6,10.9,8.2,5.7,2.8,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-02-21" +"55","043","0009","61102",1,42.693,-90.698,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,193.509852,98.575392,360,"2013-03-10 22:00",360,"2013-05-02 10:00",360,"2013-05-06 08:00",360,"2013-05-06 09:00","","","","",357,353,344,329,281,192,52,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-02-21" +"55","043","0009","62101",1,42.693,-90.698,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,5,"","","Certification not required",0,50.543761,22.477915,94,"2013-09-09 15:00",94,"2013-09-10 14:00",93,"2013-08-30 13:00",93,"2013-09-09 14:00","","","","",87,85,81,77,69,56,19,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-02-21" +"55","043","0009","88101",1,42.693,-90.698,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",78,61,74,122,0,8,0,0,"Certification not required",0,9.158974,4.616471,21.2,"2013-02-06 00:00",20.8,"2013-03-08 00:00",18.8,"2013-01-05 00:00",17.1,"2013-06-06 00:00","","","","",21.2,20.8,17.1,16.5,12,9,4.7,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-01-06" +"55","043","0009","88101",1,42.693,-90.698,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",78,61,74,122,0,8,"","","Certification not required",0,9.158974,4.616471,21.2,"2013-02-06 00:00",20.8,"2013-03-08 00:00",18.8,"2013-01-05 00:00",17.1,"2013-06-06 00:00","","","","",21.2,20.8,17.1,16.5,12,9,4.7,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-01-06" +"55","043","0009","88502",3,42.693,-90.698,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5758,66,240,365,0,122,"","","Certification not required",0,7.697638,5.925139,78,"2013-06-23 22:00",39,"2013-09-26 14:00",36,"2013-03-08 23:00",35,"2013-03-15 20:00","","","","",24,22,19,16,11,7,1,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-02-21" +"55","043","0009","88502",3,42.693,-90.698,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",240,66,240,365,0,0,"","","Certification not required",0,7.68875,4.726193,24.1,"2013-03-15 00:00",21.3,"2013-03-08 00:00",19.9,"2013-05-27 00:00",19.6,"2013-09-26 00:00","","","","",19.9,18.7,17,14.4,10.3,6.8,2.4,"POTOSI","128 HWY 61 N, POTOSI TOWNSHIP","Wisconsin","Grant","Potosi","Platteville, WI","2014-02-21" +"55","055","0009","44201",1,43.0034,-88.8283,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4193,92,169,184,0,21,0,0,"Certification not required",87,0.050148,0.011696,0.088,"2013-06-20 18:00",0.08,"2013-05-08 11:00",0.075,"2013-05-07 16:00",0.075,"2013-05-20 12:00","","","","",0.08,0.075,0.07,0.064,0.058,0.05,0.038,"","N4440 Laatsch Lane","Wisconsin","Jefferson","","Watertown-Fort Atkinson, WI","2014-02-21" +"55","055","0009","44201",1,43.0034,-88.8283,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4209,92,169,184,0,0,0,0,"Certification not required",0,0.045586,0.010972,0.074,"2013-05-08 10:00",0.074,"2013-06-20 12:00",0.071,"2013-05-20 10:00",0.069,"2013-05-07 11:00","","","","",0.074,0.069,0.063,0.061,0.053,0.045,0.033,"","N4440 Laatsch Lane","Wisconsin","Jefferson","","Watertown-Fort Atkinson, WI","2014-02-21" +"55","055","0009","44201",1,43.0034,-88.8283,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4209,92,169,184,0,0,0,0,"Certification not required",0,0.045586,0.010972,0.074,"2013-05-08 10:00",0.074,"2013-06-20 12:00",0.071,"2013-05-20 10:00",0.069,"2013-05-07 11:00","","","","",0.074,0.069,0.063,0.061,0.053,0.045,0.033,"","N4440 Laatsch Lane","Wisconsin","Jefferson","","Watertown-Fort Atkinson, WI","2014-02-21" +"55","059","0019","44201",1,42.504722,-87.8093,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4496,86,183,214,0,25,0,0,"Certification not required",40,0.053208,0.013745,0.09,"2013-05-14 19:00",0.09,"2013-07-17 16:00",0.086,"2013-05-19 13:00",0.084,"2013-06-11 16:00","","","","",0.09,0.084,0.08,0.07,0.063,0.053,0.037,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","44201",1,42.504722,-87.8093,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4510,85,182,214,0,0,0,0,"Certification not required",0,0.047874,0.01232,0.08,"2013-05-14 14:00",0.076,"2013-05-01 13:00",0.075,"2013-05-19 12:00",0.075,"2013-07-05 13:00","","","","",0.076,0.075,0.07,0.063,0.057,0.048,0.034,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","44201",1,42.504722,-87.8093,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4510,85,182,214,0,0,2,2,"Certification not required",0,0.047874,0.01232,0.08,"2013-05-14 14:00",0.076,"2013-05-01 13:00",0.075,"2013-05-19 12:00",0.075,"2013-07-05 13:00","","","","",0.076,0.075,0.07,0.063,0.057,0.048,0.034,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","61101",1,42.504722,-87.8093,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6543,75,272,365,0,9,"","","Certification not required",0,7.571084,4.253039,27.9,"2013-05-23 11:00",26.9,"2013-03-24 23:00",26.2,"2013-04-10 03:00",25.8,"2013-03-24 22:00","","","","",20.8,19.2,16,13.2,9.8,6.9,2.8,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","61102",1,42.504722,-87.8093,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6552,75,273,365,0,0,"","","Certification not required",0,189.614164,105.619209,360,"2013-07-23 06:00",360,"2013-08-13 07:00",360,"2013-09-02 20:00",360,"2013-09-11 06:00","","","","",352,348,333,318,282,205,28,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","62101",1,42.504722,-87.8093,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,50.233669,19.947669,95,"2013-08-27 13:00",95,"2013-08-27 14:00",94,"2013-08-27 12:00",94,"2013-08-27 15:00","","","","",88,84,78,74,67,53,23,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","68105",1,42.504722,-87.8093,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",4,7,3,61,0,0,"","","Certification not required",0,-1.95,1.905256,-0.8,"2013-03-05 00:00",-1.1,"2013-03-08 00:00",-1.1,"2013-06-08 00:00",-4.8,"2013-03-02 00:00","","","","",-0.8,-0.8,-0.8,-0.8,-0.8,-1.1,-4.8,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-11" +"55","059","0019","68108",1,42.504722,-87.8093,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",3,5,2,61,0,0,"","","Certification not required",0,750.666667,6.506407,757,"2013-03-08 00:00",751,"2013-03-02 00:00",744,"2013-03-05 00:00","","","","","","",757,757,757,757,757,751,744,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2013-06-11" +"55","059","0019","88101",1,42.504722,-87.8093,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",80,65,79,122,0,6,0,0,"Certification not required",0,9.12375,4.899089,22,"2013-05-19 00:00",20.3,"2013-02-06 00:00",20.2,"2013-07-06 00:00",19.6,"2013-08-20 00:00","","","","",22,20.3,19.6,15.4,12.5,8.4,3.2,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-06" +"55","059","0019","88101",1,42.504722,-87.8093,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",80,65,79,122,0,6,"","","Certification not required",0,9.12375,4.899089,22,"2013-05-19 00:00",20.3,"2013-02-06 00:00",20.2,"2013-07-06 00:00",19.6,"2013-08-20 00:00","","","","",22,20.3,19.6,15.4,12.5,8.4,3.2,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-01-06" +"55","059","0019","88502",3,42.504722,-87.8093,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5642,64,233,365,0,238,"","","Certification not required",0,8.548919,6.476486,132,"2013-03-11 08:00",81,"2013-09-01 17:00",69,"2013-03-15 20:00",49,"2013-07-04 23:00","","","","",28,26,20,17,11,7,2,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0019","88502",3,42.504722,-87.8093,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",233,64,233,365,0,0,"","","Certification not required",0,8.521888,4.863117,29.1,"2013-07-05 00:00",26.3,"2013-05-19 00:00",25.5,"2013-01-08 00:00",22.1,"2013-01-06 00:00","","","","",25.5,21.5,18.7,14.5,11.3,7.7,3.7,"CHIWAUKEE PRAIRIE-STATELINE","CHIWAUKEE PRAIRIE, 11838 FIRST COURT","Wisconsin","Kenosha","Pleasant Prairie","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0025","44201",1,42.596,-87.886,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",3329,64,138,214,0,43,0,0,"Certification not required",108,0.05092,0.013001,0.087,"2013-05-14 19:00",0.083,"2013-07-22 16:00",0.081,"2013-07-05 17:00",0.077,"2013-06-11 16:00","","","","",0.083,0.081,0.076,0.071,0.058,0.05,0.035,"","4504 64th Ave.","Wisconsin","Kenosha","Kenosha","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0025","44201",1,42.596,-87.886,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3338,64,138,214,0,0,0,0,"Certification not required",0,0.045551,0.011321,0.075,"2013-05-14 13:00",0.071,"2013-07-22 11:00",0.07,"2013-05-20 10:00",0.069,"2013-05-19 12:00","","","","",0.071,0.07,0.067,0.062,0.053,0.045,0.031,"","4504 64th Ave.","Wisconsin","Kenosha","Kenosha","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","059","0025","44201",1,42.596,-87.886,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",3338,64,138,214,0,0,0,0,"Certification not required",0,0.045551,0.011321,0.075,"2013-05-14 13:00",0.071,"2013-07-22 11:00",0.07,"2013-05-20 10:00",0.069,"2013-05-19 12:00","","","","",0.071,0.07,0.067,0.062,0.053,0.045,0.031,"","4504 64th Ave.","Wisconsin","Kenosha","Kenosha","Chicago-Naperville-Joliet, IL-IN-WI","2014-02-21" +"55","061","0002","44201",1,44.44312,-87.50524,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4587,91,168,184,0,56,0,0,"Certification not required",0,0.04947,0.013628,0.085,"2013-08-20 17:00",0.076,"2013-07-16 15:00",0.075,"2013-05-19 21:00",0.075,"2013-07-22 18:00","","","","",0.076,0.075,0.071,0.067,0.062,0.051,0.037,"JUMBOS DRIVE-IN PROPERTY, SOUTH END OF KEWAUNEE, 250' EAST OF HWY 42","KEWAUNEE, ROUTE 1, HWY 42","Wisconsin","Kewaunee","Kewaunee","Green Bay, WI","2014-02-21" +"55","061","0002","44201",1,44.44312,-87.50524,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4594,91,168,184,0,0,0,0,"Certification not required",0,0.04503,0.012378,0.076,"2013-08-20 13:00",0.07,"2013-05-19 15:00",0.069,"2013-05-08 12:00",0.068,"2013-06-20 15:00","","","","",0.07,0.068,0.064,0.061,0.055,0.048,0.035,"JUMBOS DRIVE-IN PROPERTY, SOUTH END OF KEWAUNEE, 250' EAST OF HWY 42","KEWAUNEE, ROUTE 1, HWY 42","Wisconsin","Kewaunee","Kewaunee","Green Bay, WI","2014-02-21" +"55","061","0002","44201",1,44.44312,-87.50524,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4594,91,168,184,0,0,1,1,"Certification not required",0,0.04503,0.012378,0.076,"2013-08-20 13:00",0.07,"2013-05-19 15:00",0.069,"2013-05-08 12:00",0.068,"2013-06-20 15:00","","","","",0.07,0.068,0.064,0.061,0.055,0.048,0.035,"JUMBOS DRIVE-IN PROPERTY, SOUTH END OF KEWAUNEE, 250' EAST OF HWY 42","KEWAUNEE, ROUTE 1, HWY 42","Wisconsin","Kewaunee","Kewaunee","Green Bay, WI","2014-02-21" +"55","063","0012","44201",1,43.7775,-91.2269,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4652,91,168,184,0,34,0,0,"Certification not required",65,0.046899,0.010277,0.068,"2013-06-20 17:00",0.068,"2013-07-19 17:00",0.068,"2013-09-07 13:00",0.067,"2013-05-16 16:00","","","","",0.068,0.067,0.064,0.062,0.055,0.049,0.04,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","44201",1,43.7775,-91.2269,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4645,91,168,184,0,0,0,0,"Certification not required",0,0.04294,0.010268,0.065,"2013-06-20 12:00",0.063,"2013-05-16 11:00",0.062,"2013-07-12 13:00",0.061,"2013-05-06 11:00","","","","",0.063,0.061,0.059,0.058,0.052,0.045,0.036,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","44201",1,43.7775,-91.2269,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4645,91,168,184,0,0,0,0,"Certification not required",0,0.04294,0.010268,0.065,"2013-06-20 12:00",0.063,"2013-05-16 11:00",0.062,"2013-07-12 13:00",0.061,"2013-05-06 11:00","","","","",0.063,0.061,0.059,0.058,0.052,0.045,0.036,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","61101",1,43.7775,-91.2269,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6016,69,246,365,0,536,"","","Certification not required",0,3.82766,2.215338,15.3,"2013-01-19 18:00",12.5,"2013-05-01 16:00",12.1,"2013-01-19 17:00",12,"2013-05-11 17:00","","","","",9.9,8.9,7.9,6.9,5.2,3.5,1.1,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","61102",1,43.7775,-91.2269,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6539,75,272,365,0,13,"","","Certification not required",0,207.669674,97.585789,360,"2013-02-04 09:00",360,"2013-04-05 06:00",360,"2013-05-22 12:00",360,"2013-06-09 11:00","","","","",355,352,346,341,302,191,61,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","62101",1,43.7775,-91.2269,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,50.864803,23.307383,98,"2013-07-17 14:00",97,"2013-07-17 13:00",97,"2013-07-17 15:00",96,"2013-07-17 12:00","","","","",90,87,83,79,70,55,19,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","88101",1,43.7775,-91.2269,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",80,65,79,122,0,2,0,0,"Certification not required",0,8.79625,4.461834,21.3,"2013-02-06 00:00",18.1,"2013-02-09 00:00",17.8,"2013-08-20 00:00",17.7,"2013-03-08 00:00","","","","",21.3,18.1,17.7,14.9,12,7.7,3.9,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-01-06" +"55","063","0012","88101",1,43.7775,-91.2269,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",80,65,79,122,0,2,"","","Certification not required",0,8.79625,4.461834,21.3,"2013-02-06 00:00",18.1,"2013-02-09 00:00",17.8,"2013-08-20 00:00",17.7,"2013-03-08 00:00","","","","",21.3,18.1,17.7,14.9,12,7.7,3.9,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-01-06" +"55","063","0012","88502",3,43.7775,-91.2269,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5852,67,245,365,0,28,"","","Certification not required",0,9.79836,6.216348,44,"2013-01-06 02:00",44,"2013-01-06 03:00",42,"2013-01-06 04:00",40,"2013-01-03 05:00","","","","",29,25,21,18,13,9,3,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","063","0012","88502",3,43.7775,-91.2269,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",245,67,245,365,0,0,"","","Certification not required",0,9.754286,4.915227,27.7,"2013-03-15 00:00",26.3,"2013-07-11 00:00",24,"2013-01-06 00:00",23.2,"2013-09-09 00:00","","","","",24,21.8,19.5,17.2,12.6,9.1,4.1,"LACROSSE - DOT BUILDING","3550 MORMON COULEE RD","Wisconsin","La Crosse","La Crosse","La Crosse, WI-MN","2014-02-21" +"55","071","0007","42600",1,44.138619,-87.6161,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",2147,25,91,365,0,167,"","","Certification not required",0,2.492594,1.792489,13.4,"2013-08-24 04:00",12.5,"2013-08-24 06:00",12.2,"2013-08-24 05:00",11.7,"2013-08-16 05:00","","","","",8.2,7.2,5.8,4.8,3.4,2.2,0.5,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","42601",1,44.138619,-87.6161,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2134,24,90,365,0,174,"","","Certification not required",0,0.174321,0.51134,9.5,"2013-08-24 04:00",7.9,"2013-08-24 05:00",6.8,"2013-08-24 06:00",6.4,"2013-08-29 01:00","","","","",2.1,1.4,0.7,0.4,0.2,0.1,0,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","42601",2,44.138619,-87.6161,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2147,25,91,365,0,167,"","","Certification not required",0,0.193386,0.510444,9.2,"2013-08-24 04:00",7.8,"2013-08-24 05:00",6.9,"2013-08-24 06:00",6.3,"2013-08-29 01:00","","","","",2.2,1.5,0.8,0.5,0.2,0.1,0,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","42602",1,44.138619,-87.6161,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2140,24,90,365,0,174,0,"","Certification not required",0,4.374444,1.700665,9.1,"2013-08-16 03:00",8.9,"2013-08-09 23:00",8.1,"2013-06-15 19:00",8,"2013-08-18 00:00","","","","",9.1,8.9,7.2,6.5,5.5,4.1,2.4,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","42602",1,44.138619,-87.6161,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2140,24,90,365,0,174,"","","Certification not required",0,2.02729,1.233661,9.1,"2013-08-16 03:00",9,"2013-08-16 05:00",8.9,"2013-08-09 23:00",8.1,"2013-06-15 19:00","","","","",6.2,5.4,4.5,3.6,2.6,1.8,0.8,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","42603",1,44.138619,-87.6161,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2140,24,90,365,0,174,"","","Certification not required",0,2.219907,1.484625,13.6,"2013-08-24 04:00",12.4,"2013-08-24 06:00",12.2,"2013-08-24 05:00",11.2,"2013-08-29 01:00","","","","",7.5,6.4,5.1,4,2.8,1.9,0.8,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","42612",2,44.138619,-87.6161,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",2147,25,91,365,0,167,"","","Certification not required",0,2.295622,1.574281,10.7,"2013-06-15 19:00",9.9,"2013-06-15 18:00",9.8,"2013-08-16 05:00",9.7,"2013-08-16 03:00","","","","",7,6.3,5.2,4.4,3.1,2.1,0.5,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","44201",1,44.138619,-87.6161,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4486,91,167,184,0,59,0,0,"Certification not required",66,0.050263,0.015001,0.088,"2013-08-20 17:00",0.086,"2013-07-16 18:00",0.085,"2013-07-22 18:00",0.079,"2013-07-07 19:00","","","","",0.086,0.079,0.076,0.07,0.062,0.052,0.037,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","44201",1,44.138619,-87.6161,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4516,91,167,184,0,0,0,0,"Certification not required",0,0.045958,0.013734,0.078,"2013-07-16 13:00",0.078,"2013-08-20 12:00",0.074,"2013-05-20 15:00",0.073,"2013-07-05 14:00","","","","",0.078,0.073,0.068,0.064,0.056,0.048,0.034,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","44201",1,44.138619,-87.6161,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4516,91,167,184,0,0,2,2,"Certification not required",0,0.045958,0.013734,0.078,"2013-07-16 13:00",0.078,"2013-08-20 12:00",0.074,"2013-05-20 15:00",0.073,"2013-07-05 14:00","","","","",0.078,0.073,0.068,0.064,0.056,0.048,0.034,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","61101",1,44.138619,-87.6161,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4306,49,179,365,0,158,"","","Certification not required",0,4.588922,2.798521,19.3,"2013-05-11 10:00",16.6,"2013-04-19 16:00",16.3,"2013-05-11 13:00",16.2,"2013-04-19 22:00","","","","",13.6,12,9.6,8.2,6.2,4.3,1.2,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","61102",1,44.138619,-87.6161,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4309,49,179,365,0,161,"","","Certification not required",0,184.208401,108.730845,360,"2013-04-08 15:00",360,"2013-05-03 03:00",360,"2013-05-06 00:00",360,"2013-05-26 03:00","","","","",358,357,353,345,295,169,24,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","071","0007","62101",1,44.138619,-87.6161,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4261,49,176,365,0,224,"","","Certification not required",0,57.362356,12.482443,93,"2013-07-17 11:00",93,"2013-07-18 11:00",93,"2013-09-10 15:00",92,"2013-07-18 16:00","","","","",84,81,76,72,67,59,39,"MANITOWOC/WOODLAND DUNES","MANITOWOC/WOODLND DUNES, 2315 GOODWIN RD","Wisconsin","Manitowoc","","Manitowoc, WI","2014-02-21" +"55","073","0012","44201",1,44.70735,-89.77183,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4513,89,164,184,0,148,0,0,"Certification not required",1,0.046768,0.010705,0.075,"2013-06-20 07:00",0.069,"2013-09-27 15:00",0.067,"2013-05-20 13:00",0.065,"2013-05-07 14:00","","","","",0.069,0.065,0.063,0.061,0.056,0.049,0.039,"LAKE DUBAY","LAKE DUBAY, 1780 BERGEN RD, BERGEN TNSHP","Wisconsin","Marathon","","Wausau, WI","2014-02-21" +"55","073","0012","44201",1,44.70735,-89.77183,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4504,88,162,184,0,0,0,0,"Certification not required",0,0.043086,0.010147,0.065,"2013-09-27 11:00",0.063,"2013-04-28 10:00",0.063,"2013-05-07 12:00",0.063,"2013-05-20 10:00","","","","",0.063,0.063,0.059,0.057,0.052,0.045,0.036,"LAKE DUBAY","LAKE DUBAY, 1780 BERGEN RD, BERGEN TNSHP","Wisconsin","Marathon","","Wausau, WI","2014-02-21" +"55","073","0012","44201",1,44.70735,-89.77183,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4504,88,162,184,0,0,0,0,"Certification not required",0,0.043086,0.010147,0.065,"2013-09-27 11:00",0.063,"2013-04-28 10:00",0.063,"2013-05-07 12:00",0.063,"2013-05-20 10:00","","","","",0.063,0.063,0.059,0.057,0.052,0.045,0.036,"LAKE DUBAY","LAKE DUBAY, 1780 BERGEN RD, BERGEN TNSHP","Wisconsin","Marathon","","Wausau, WI","2014-02-21" +"55","073","0012","61101",1,44.70735,-89.77183,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6169,70,253,365,0,383,"","","Certification not required",0,4.523586,2.169313,17.5,"2013-01-19 19:00",15.8,"2013-01-19 18:00",14.5,"2013-01-19 20:00",13.6,"2013-01-19 21:00","","","","",10.6,9.7,8.5,7.5,5.8,4.2,2.1,"LAKE DUBAY","LAKE DUBAY, 1780 BERGEN RD, BERGEN TNSHP","Wisconsin","Marathon","","Wausau, WI","2014-02-21" +"55","073","0012","61102",1,44.70735,-89.77183,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6540,75,273,365,0,12,"","","Certification not required",0,193.327523,102.835669,360,"2013-02-08 04:00",360,"2013-02-27 18:00",360,"2013-02-28 02:00",360,"2013-02-28 06:00","","","","",358,356,348,329,283,190,31,"LAKE DUBAY","LAKE DUBAY, 1780 BERGEN RD, BERGEN TNSHP","Wisconsin","Marathon","","Wausau, WI","2014-02-21" +"55","073","0012","62101",1,44.70735,-89.77183,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6540,75,273,365,0,12,"","","Certification not required",0,46.494801,23.037795,91,"2013-08-27 14:00",90,"2013-07-17 14:00",90,"2013-07-18 13:00",90,"2013-08-25 13:00","","","","",85,82,79,74,66,51,14,"LAKE DUBAY","LAKE DUBAY, 1780 BERGEN RD, BERGEN TNSHP","Wisconsin","Marathon","","Wausau, WI","2014-02-21" +"55","079","0010","43205",1,43.016667,-87.933333,"NAD83","Propylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",8,13,8,61,0,0,"","","Certification not required",0,2.5275,1.127497,4.5,"2013-09-25 00:00",3.6,"2013-09-19 00:00",3,"2013-09-01 00:00",2.49,"2013-07-15 00:00","","","","",4.5,4.5,4.5,4.5,3.6,2.49,1.23,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43218",1,43.016667,-87.933333,"NAD83","1,3-Butadiene","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43502",1,43.016667,-87.933333,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,2.173333,0.797813,4.2,"2013-08-20 00:00",3.7,"2013-09-19 00:00",3.7,"2013-09-25 00:00",3.2,"2013-07-15 00:00","","","","",4.2,4.2,3.7,3.7,2.7,2.1,1.5,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43502",2,43.016667,-87.933333,"NAD83","Formaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",0,1.75,0.494975,2.1,"2013-07-03 00:00",1.4,"2013-01-04 00:00","","","","","","","","",2.1,2.1,2.1,2.1,2.1,2.1,1.4,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43503",1,43.016667,-87.933333,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,1.596667,0.551789,2.9,"2013-09-25 00:00",2.8,"2013-09-19 00:00",2.2,"2013-07-15 00:00",2.2,"2013-08-20 00:00","","","","",2.9,2.9,2.8,2.2,1.9,1.6,1,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43503",2,43.016667,-87.933333,"NAD83","Acetaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,15,2,13,0,0,"","","Certification not required",0,1.3,0.141421,1.4,"2013-07-03 00:00",1.2,"2013-01-04 00:00","","","","","","","","",1.4,1.4,1.4,1.4,1.4,1.4,1.2,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43504",1,43.016667,-87.933333,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",0,0.276667,0.159056,0.6,"2013-03-28 00:00",0.6,"2013-06-09 00:00",0.5,"2013-04-04 00:00",0.5,"2013-09-19 00:00","","","","",0.6,0.6,0.6,0.5,0.4,0.2,0.1,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43504",2,43.016667,-87.933333,"NAD83","Propionaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.2,0,0.2,"2013-01-04 00:00",0.2,"2013-07-03 00:00","","","","","","","","",0.2,0.2,0.2,0.2,0.2,0.2,0.2,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43509",1,43.016667,-87.933333,"NAD83","Acrolein - Verified","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.154545,0.311261,2.2,"2013-01-16 00:00",1.4,"2013-01-04 00:00",1.4,"2013-01-28 00:00",1.4,"2013-02-09 00:00","","","","",2.2,2.2,1.4,1.4,1.3,1.1,0.8,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43513",1,43.016667,-87.933333,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",15,0.125403,0.067098,0.2979,"2013-09-25 00:00",0.21278,"2013-03-28 00:00",0.21278,"2013-07-03 00:00",0.1986,"2013-01-04 00:00","","","","",0.2979,0.2979,0.21278,0.21278,0.18441,0.13902,0.06526,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43513",2,43.016667,-87.933333,"NAD83","Isovaleraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.241155,0.100303,0.31208,"2013-07-03 00:00",0.17023,"2013-01-04 00:00","","","","","","","","",0.31208,0.31208,0.31208,0.31208,0.31208,0.31208,0.17023,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43517",1,43.016667,-87.933333,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",30,0.297647,0.015175,0.3074,"2013-01-28 00:00",0.3074,"2013-02-21 00:00",0.3074,"2013-03-11 00:00",0.3074,"2013-03-17 00:00","","","","",0.3074,0.3074,0.3074,0.3074,0.3074,0.30009,0.27813,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43517",2,43.016667,-87.933333,"NAD83","Hexanaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",2,0.27081,0.041408,0.30009,"2013-07-03 00:00",0.24153,"2013-01-04 00:00","","","","","","","","",0.30009,0.30009,0.30009,0.30009,0.30009,0.30009,0.24153,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43518",1,43.016667,-87.933333,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",29,0.103556,0.031589,0.26953,"2013-07-15 00:00",0.0993,"2013-01-28 00:00",0.0993,"2013-02-21 00:00",0.0993,"2013-03-11 00:00","","","","",0.26953,0.26953,0.0993,0.0993,0.0993,0.0993,0.09221,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43518",2,43.016667,-87.933333,"NAD83","Valeraldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",2,0.08866,0.015047,0.0993,"2013-07-03 00:00",0.07802,"2013-01-04 00:00","","","","","","","","",0.0993,0.0993,0.0993,0.0993,0.0993,0.0993,0.07802,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43551",1,43.016667,-87.933333,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,2.643447,1.082735,5.04876,"2013-05-16 00:00",4.54388,"2013-04-22 00:00",4.16523,"2013-03-28 00:00",4.16523,"2013-09-25 00:00","","","","",5.04876,5.04876,4.54388,4.16523,3.40791,2.39816,1.76707,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43551",2,43.016667,-87.933333,"NAD83","Acetone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,15,2,13,0,0,"","","Certification not required",0,2.14572,0.178502,2.27194,"2013-01-04 00:00",2.0195,"2013-07-03 00:00","","","","","","","","",2.27194,2.27194,2.27194,2.27194,2.27194,2.27194,2.0195,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43552",1,43.016667,-87.933333,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",1,0.464638,0.248652,1.35548,"2013-10-31 00:00",0.82685,"2013-03-28 00:00",0.75907,"2013-04-22 00:00",0.71841,"2013-04-04 00:00","","","","",1.35548,1.35548,0.82685,0.75907,0.5693,0.4202,0.21688,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43552",2,43.016667,-87.933333,"NAD83","Methyl ethyl ketone","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,3,2,61,0,0,"","","Certification not required",0,0.42698,0.06709,0.47442,"2013-01-04 00:00",0.37954,"2013-07-03 00:00","","","","","","","","",0.47442,0.47442,0.47442,0.47442,0.47442,0.47442,0.37954,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","43801",1,43.016667,-87.933333,"NAD83","Chloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.627273,0.107711,0.9,"2013-03-11 00:00",0.9,"2013-03-17 00:00",0.7,"2013-02-21 00:00",0.7,"2013-07-15 00:00","","","","",0.9,0.9,0.9,0.7,0.7,0.6,0.5,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43802",1,43.016667,-87.933333,"NAD83","Dichloromethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.068182,0.064633,0.2,"2013-02-21 00:00",0.2,"2013-05-28 00:00",0.1,"2013-01-04 00:00",0.1,"2013-04-22 00:00","","","","",0.2,0.2,0.2,0.1,0.1,0.1,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43803",1,43.016667,-87.933333,"NAD83","Chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43804",1,43.016667,-87.933333,"NAD83","Carbon tetrachloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.027273,0.045584,0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-09-01 00:00",0.1,"2013-09-13 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43806",1,43.016667,-87.933333,"NAD83","Bromoform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43812",1,43.016667,-87.933333,"NAD83","Chloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43813",1,43.016667,-87.933333,"NAD83","1,1-Dichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43814",1,43.016667,-87.933333,"NAD83","Methyl chloroform","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43815",1,43.016667,-87.933333,"NAD83","Ethylene dichloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43817",1,43.016667,-87.933333,"NAD83","Tetrachloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.004545,0.02132,0.1,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",0.1,0.1,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43818",1,43.016667,-87.933333,"NAD83","1,1,2,2-Tetrachloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43819",1,43.016667,-87.933333,"NAD83","Bromomethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43820",1,43.016667,-87.933333,"NAD83","1,1,2-Trichloroethane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43824",1,43.016667,-87.933333,"NAD83","Trichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43828",1,43.016667,-87.933333,"NAD83","Bromodichloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.047273,0.003693,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.0425,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43829",1,43.016667,-87.933333,"NAD83","1,2-Dichloropropane","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43830",1,43.016667,-87.933333,"NAD83","trans-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43831",1,43.016667,-87.933333,"NAD83","cis-1,3-Dichloropropene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43832",1,43.016667,-87.933333,"NAD83","Dibromochloromethane","24 HOUR","","Observed Values","SS 6L - PRESSURIZED CANISTER - CRYOGENIC PRECON:GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.047273,0.003693,0.05,"2013-01-04 00:00",0.05,"2013-01-16 00:00",0.05,"2013-01-28 00:00",0.05,"2013-02-09 00:00","","","","",0.05,0.05,0.05,0.05,0.05,0.05,0.0425,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43838",1,43.016667,-87.933333,"NAD83","trans-1,2-Dichloroethylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.094545,0.007385,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00",0.1,"2013-02-09 00:00","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.085,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43843",1,43.016667,-87.933333,"NAD83","Ethylene dibromide","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","43860",1,43.016667,-87.933333,"NAD83","Vinyl chloride","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","44201",1,43.016667,-87.933333,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4138,92,169,184,0,27,0,0,"Certification not required",211,0.045444,0.011946,0.078,"2013-05-01 14:00",0.076,"2013-07-22 16:00",0.074,"2013-07-04 16:00",0.072,"2013-05-20 13:00","","","","",0.076,0.072,0.066,0.06,0.054,0.045,0.031,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","44201",1,43.016667,-87.933333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4155,92,169,184,0,0,0,0,"Certification not required",0,0.039917,0.010953,0.07,"2013-05-20 11:00",0.063,"2013-05-01 10:00",0.063,"2013-07-22 11:00",0.061,"2013-06-20 12:00","","","","",0.063,0.061,0.057,0.055,0.048,0.04,0.028,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","44201",1,43.016667,-87.933333,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4155,92,169,184,0,0,0,0,"Certification not required",0,0.039917,0.010953,0.07,"2013-05-20 11:00",0.063,"2013-05-01 10:00",0.063,"2013-07-22 11:00",0.061,"2013-06-20 12:00","","","","",0.063,0.061,0.057,0.055,0.048,0.04,0.028,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","45109",1,43.016667,-87.933333,"NAD83","m/p Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,3.027273,1.911415,7.2,"2013-02-09 00:00",5.7,"2013-03-11 00:00",5.2,"2013-02-21 00:00",5.1,"2013-01-28 00:00","","","","",7.2,7.2,5.7,5.2,4.2,3,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45201",1,43.016667,-87.933333,"NAD83","Benzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,2.281818,0.765093,4.8,"2013-02-09 00:00",3.3,"2013-03-11 00:00",3.1,"2013-09-25 00:00",2.9,"2013-02-21 00:00","","","","",4.8,4.8,3.3,3.1,2.5,2.2,1.6,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45202",1,43.016667,-87.933333,"NAD83","Toluene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,3.5,1.390101,6.6,"2013-09-25 00:00",6.5,"2013-02-09 00:00",5.2,"2013-09-01 00:00",4.6,"2013-05-28 00:00","","","","",6.6,6.6,6.5,5.2,4.3,3.4,2.3,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45203",1,43.016667,-87.933333,"NAD83","Ethylbenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.540909,0.93791,3.1,"2013-02-09 00:00",2.8,"2013-03-11 00:00",2.7,"2013-02-21 00:00",2.1,"2013-09-25 00:00","","","","",3.1,3.1,2.8,2.7,1.9,1.8,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45204",1,43.016667,-87.933333,"NAD83","o-Xylene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,1.313636,0.799581,3,"2013-02-09 00:00",2.4,"2013-03-11 00:00",2.2,"2013-01-28 00:00",2.2,"2013-02-21 00:00","","","","",3,3,2.4,2.2,1.8,1.3,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45220",1,43.016667,-87.933333,"NAD83","Styrene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.827273,1.254774,3.4,"2013-02-09 00:00",2.6,"2013-01-28 00:00",2.6,"2013-09-25 00:00",2.4,"2013-04-22 00:00","","","","",3.4,3.4,2.6,2.6,2.4,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45501",1,43.016667,-87.933333,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",30,49,30,61,0,0,"","","Certification not required",4,0.154148,0.0769,0.32237,"2013-08-20 00:00",0.30626,"2013-09-25 00:00",0.2579,"2013-07-15 00:00",0.2579,"2013-09-01 00:00","","","","",0.32237,0.32237,0.30626,0.2579,0.20954,0.13701,0.04352,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","45501",2,43.016667,-87.933333,"NAD83","Benzaldehyde","24 HOUR","","Observed Values","SILICA-DNPH-CART-KI O3 SCRUB - HPLC ULTRAVIOLET ABSORPTION",2013,"Parts per billion Carbon","No Events",2,15,2,13,0,0,"","","Certification not required",0,0.16038,0.069523,0.20954,"2013-07-03 00:00",0.11122,"2013-01-04 00:00","","","","","","","","",0.20954,0.20954,0.20954,0.20954,0.20954,0.20954,0.11122,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","45801",1,43.016667,-87.933333,"NAD83","Chlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00",0,"2013-02-09 00:00","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45805",1,43.016667,-87.933333,"NAD83","1,2-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.283636,0.022156,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.255,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45806",1,43.016667,-87.933333,"NAD83","1,3-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",22,0.283636,0.022156,0.3,"2013-01-04 00:00",0.3,"2013-01-16 00:00",0.3,"2013-01-28 00:00",0.3,"2013-02-09 00:00","","","","",0.3,0.3,0.3,0.3,0.3,0.3,0.255,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","45807",1,43.016667,-87.933333,"NAD83","1,4-Dichlorobenzene","24 HOUR","","Observed Values","SS 6L- PRESSURIZED CANISTER - CRYOGENIC PRECON: GC/MS",2013,"Parts per billion Carbon","No Events",22,36,22,61,0,0,"","","Certification not required",0,0.059091,0.277161,1.3,"2013-09-25 00:00",0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","",1.3,1.3,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-12-23" +"55","079","0010","61101",1,43.016667,-87.933333,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5569,64,229,365,0,983,"","","Certification not required",0,6.396983,2.928556,18.4,"2013-04-15 01:00",18.3,"2013-02-11 04:00",17.8,"2013-04-18 21:00",17.4,"2013-03-19 11:00","","","","",14.6,13.5,11.7,10.2,8.2,6.2,2.7,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","61102",1,43.016667,-87.933333,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,183.820043,102.74197,360,"2013-01-29 23:00",360,"2013-02-04 03:00",360,"2013-03-24 23:00",360,"2013-04-24 00:00","","","","",356,351,337,312,271,204,27,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","62101",1,43.016667,-87.933333,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6502,74,270,365,0,50,"","","Certification not required",0,51.298985,21.132309,95,"2013-08-27 13:00",95,"2013-09-10 14:00",95,"2013-09-10 15:00",94,"2013-07-17 14:00","","","","",89,86,81,77,69,55,23,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","81102",1,43.016667,-87.933333,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",24,77,24,31,0,2,0,0,"Certification not required",0,15.125,6.052757,27,"2013-08-20 00:00",26,"2013-06-09 00:00",22,"2013-09-25 00:00",21,"2013-01-16 00:00","","","","",27,27,26,22,20,16,7,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0010","82103",1,43.016667,-87.933333,"NAD83","Arsenic PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.366667,0.057735,0.4,"2013-01-16 00:00",0.4,"2013-01-28 00:00",0.3,"2013-01-04 00:00","","","","","","",0.4,0.4,0.4,0.4,0.4,0.4,0.3,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","82105",1,43.016667,-87.933333,"NAD83","Beryllium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-16 00:00",0,"2013-01-28 00:00","","","","","","",0,0,0,0,0,0,0,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","82110",1,43.016667,-87.933333,"NAD83","Cadmium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.1,0,0.1,"2013-01-04 00:00",0.1,"2013-01-16 00:00",0.1,"2013-01-28 00:00","","","","","","",0.1,0.1,0.1,0.1,0.1,0.1,0.1,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","82112",1,43.016667,-87.933333,"NAD83","Chromium PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,2.7,0.360555,3.1,"2013-01-28 00:00",2.6,"2013-01-16 00:00",2.4,"2013-01-04 00:00","","","","","","",3.1,3.1,3.1,3.1,3.1,2.6,2.4,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","82128",1,43.016667,-87.933333,"NAD83","Lead PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Micrograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,0.003067,0.001168,0.0041,"2013-01-16 00:00",0.0033,"2013-01-04 00:00",0.0018,"2013-01-28 00:00","","","","","","",0.0041,0.0041,0.0041,0.0041,0.0041,0.0033,0.0018,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","82132",1,43.016667,-87.933333,"NAD83","Manganese PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,6.233333,1.950214,7.6,"2013-01-16 00:00",7.1,"2013-01-28 00:00",4,"2013-01-04 00:00","","","","","","",7.6,7.6,7.6,7.6,7.6,7.1,4,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","82136",1,43.016667,-87.933333,"NAD83","Nickel PM10 STP","24 HOUR","","Observed Values","Hi Vol SA/GMW 321B - ICP/MS",2013,"Nanograms/cubic meter (25 C)","No Events",3,10,3,31,0,0,"","","Certification not required",0,1.1,0.52915,1.7,"2013-01-28 00:00",0.9,"2013-01-04 00:00",0.7,"2013-01-16 00:00","","","","","","",1.7,1.7,1.7,1.7,1.7,0.9,0.7,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-05-29" +"55","079","0010","88101",2,43.016667,-87.933333,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",70,57,70,122,0,15,0,0,"Certification not required",0,9.987143,5.399354,24.1,"2013-02-06 00:00",23.6,"2013-02-09 00:00",20,"2013-07-06 00:00",19.9,"2013-08-20 00:00","","","","",24.1,23.6,19.9,17.2,13.7,9.7,3.7,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0010","88101",2,43.016667,-87.933333,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",70,57,70,122,0,15,"","","Certification not required",0,9.987143,5.399354,24.1,"2013-02-06 00:00",23.6,"2013-02-09 00:00",20,"2013-07-06 00:00",19.9,"2013-08-20 00:00","","","","",24.1,23.6,19.9,17.2,13.7,9.7,3.7,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0010","88502",3,43.016667,-87.933333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5594,64,232,365,0,286,"","","Certification not required",0,11.067394,6.681398,91,"2013-08-11 04:00",71,"2013-07-04 21:00",52,"2013-06-26 23:00",49,"2013-05-29 08:00","","","","",32,28,24,20,15,9,4,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0010","88502",3,43.016667,-87.933333,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",232,64,232,365,0,0,"","","Certification not required",0,11.004741,4.956977,26.2,"2013-06-10 00:00",25.2,"2013-05-19 00:00",24,"2013-01-08 00:00",23.9,"2013-06-09 00:00","","","","",24,23.4,21.4,17.2,14.4,9.9,5.6,"HEALTH CENTER","HEALTH CENTER, 1337 SO 16TH ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","12115",6,43.060975,-87.913504,"NAD83","Chromium VI (TSP) STP","24 HOUR","","Observed Values","ERG Chromium VI sampler - ION CHROMATOGRAPH UV VISIBLE",2013,"Micrograms/cubic meter (25 C)","No Events",11,18,11,61,0,1,"","","Certification not required",0,1.5e-05,1.4e-05,4e-05,"2013-02-27 00:00",3e-05,"2013-01-10 00:00",3e-05,"2013-03-05 00:00",2e-05,"2013-01-28 00:00","","","","",4e-05,4e-05,4e-05,3e-05,3e-05,1e-05,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2013-06-04" +"55","079","0026","42242",1,43.060975,-87.913504,"NAD83","Mercury (vapor)","5 MINUTE","","Observed Values","Instrumental Tekrans - Atomic Fluorescence",2013,"Nanograms/cubic meter (25 C)","No Events",37178,98,129,132,0,838,"","","Certification not required",0,1.47022,0.595956,16.68952,"2013-10-08 05:15",16.63456,"2013-12-03 21:35",16.09412,"2013-08-27 05:15",15.59032,"2013-10-02 00:30","","","","",3.81972,3.00448,2.18924,1.7404,1.4656,1.35568,1.1908,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-12" +"55","079","0026","42401",1,43.060975,-87.913504,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",5743,66,240,365,0,89,0,"","Certification not required",0,2.832083,4.266716,30.2,"2013-02-18 12:00",24.1,"2013-01-25 02:00",23,"2013-04-26 03:00",19.9,"2013-08-25 01:00","","","","",23,16.4,11.9,7.6,3,1.5,0.3,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-30" +"55","079","0026","42401",1,43.060975,-87.913504,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",5743,66,240,365,0,89,"","","Certification not required",0,0.630872,1.51449,30.2,"2013-02-18 12:00",26.2,"2013-02-18 11:00",24.1,"2013-01-25 02:00",23,"2013-04-26 03:00","","","","",6.4,4,2.2,1.4,0.7,0.3,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-30" +"55","079","0026","42401",1,43.060975,-87.913504,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",240,66,240,365,0,0,0,"","Certification not required",0,0.630417,0.792665,5.8,"2013-02-18 00:00",5.4,"2013-04-30 00:00",3.8,"2013-01-25 00:00",3.8,"2013-04-26 00:00","","","","",3.8,2.8,2.1,1.5,0.8,0.4,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-30" +"55","079","0026","42401",1,43.060975,-87.913504,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1900,65,240,365,0,0,"",0,"Certification not required",0,0.603368,1.295099,18.8,"2013-02-18 14:00",16,"2013-02-18 11:00",14.9,"2013-01-25 02:00",14.7,"2013-04-26 05:00","","","","",6.3,4.5,2.1,1.4,0.7,0.2,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-30" +"55","079","0026","42401",2,43.060975,-87.913504,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",65282,62,232,365,0,2398,"","","Certification not required",0,0.637105,1.705376,46,"2013-02-25 10:00",43.9,"2013-02-18 12:35",42.6,"2013-02-18 11:20",42.1,"2013-02-18 12:45","","","","",6.6,4,2.1,1.3,0.7,0.3,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-30" +"55","079","0026","42600",1,43.060975,-87.913504,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",2075,40,87,215,0,133,"","","Certification not required",0,11.116096,13.649987,139.9,"2013-08-24 00:00",122,"2013-08-24 02:00",120.6,"2013-08-24 01:00",116.2,"2013-08-24 03:00","","","","",76.6,56.3,35.5,23.3,12.9,7.4,1.7,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-27" +"55","079","0026","42601",1,43.060975,-87.913504,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6431,73,271,365,0,121,"","","Certification not required",0,3.874048,13.086227,213.9,"2013-02-06 07:00",212.9,"2013-02-06 08:00",205.7,"2013-01-10 08:00",193.7,"2013-02-24 23:00","","","","",63.3,38.3,14.5,7.2,2.6,0.8,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","42601",2,43.060975,-87.913504,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","LOW LEVEL NOX INSTRUMENTAL - TECO 42S CHEMILUMINESCENCE",2013,"Parts per billion","No Events",2073,94,87,92,0,135,"","","Certification not required",0,2.309455,8.818819,120.4,"2013-08-24 00:00",107.1,"2013-08-24 02:00",103.2,"2013-08-24 01:00",100.9,"2013-08-24 03:00","","","","",47.5,29.3,10.1,3.4,1.1,0.1,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-27" +"55","079","0026","42602",1,43.060975,-87.913504,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6431,73,271,365,0,121,0,"","Certification not required",0,22.799631,11.574792,61.1,"2013-06-03 12:00",51.2,"2013-03-04 00:00",50.8,"2013-03-03 23:00",50,"2013-05-07 23:00","","","","",50.8,49.7,45.6,37.8,30.3,21.6,8.1,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","42602",1,43.060975,-87.913504,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6431,73,271,365,0,121,"","","Certification not required",0,9.763645,8.547622,61.1,"2013-06-03 12:00",51.2,"2013-03-04 00:00",50.8,"2013-03-03 23:00",50,"2013-03-04 02:00","","","","",41.9,35.8,27,21.1,13.1,7.2,2.1,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","42603",1,43.060975,-87.913504,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6431,73,271,365,0,121,"","","Certification not required",0,13.566817,18.980448,259.2,"2013-02-06 08:00",255.3,"2013-02-06 07:00",240.6,"2013-03-08 07:00",238.7,"2013-01-10 08:00","","","","",94.9,72.9,42.2,28,15.6,8.1,2.3,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","42612",2,43.060975,-87.913504,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Thermo Electron 42C-Y, 42i-Y",2013,"Parts per billion","No Events",2074,40,87,215,0,134,"","","Certification not required",0,8.843684,7.324409,47.7,"2013-06-26 21:00",45.7,"2013-06-12 00:00",45.4,"2013-06-26 20:00",44.9,"2013-06-26 22:00","","","","",33.8,29.3,24.1,18.9,11.8,7,1.7,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-27" +"55","079","0026","44201",1,43.060975,-87.913504,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6473,74,269,365,0,79,0,0,"Certification not required",313,0.044665,0.012653,0.084,"2013-07-22 15:00",0.08,"2013-05-01 14:00",0.077,"2013-06-20 15:00",0.076,"2013-07-04 16:00","","","","",0.077,0.074,0.068,0.062,0.053,0.044,0.03,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","44201",1,43.060975,-87.913504,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6486,73,268,365,0,0,0,0,"Certification not required",0,0.04031,0.011179,0.069,"2013-07-22 11:00",0.068,"2013-05-20 11:00",0.068,"2013-06-20 12:00",0.066,"2013-05-19 13:00","","","","",0.068,0.065,0.06,0.057,0.048,0.039,0.026,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","44201",1,43.060975,-87.913504,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6486,73,268,365,0,0,0,0,"Certification not required",0,0.04031,0.011179,0.069,"2013-07-22 11:00",0.068,"2013-05-20 11:00",0.068,"2013-06-20 12:00",0.066,"2013-05-19 13:00","","","","",0.068,0.065,0.06,0.057,0.048,0.039,0.026,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","61101",1,43.060975,-87.913504,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6517,74,270,365,0,35,"","","Certification not required",0,5.073255,2.367296,15.3,"2013-01-19 21:00",14.5,"2013-01-19 20:00",13.9,"2013-01-19 22:00",13.5,"2013-01-19 23:00","","","","",11.7,10.7,9.4,8.2,6.5,4.9,2.1,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","61102",1,43.060975,-87.913504,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6530,75,271,365,0,22,"","","Certification not required",0,184.772435,104.99011,360,"2013-01-30 00:00",360,"2013-05-04 20:00",360,"2013-05-23 08:00",360,"2013-05-23 09:00","","","","",355,348,335,319,281,191,30,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","62101",1,43.060975,-87.913504,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6530,75,271,365,0,22,"","","Certification not required",0,51.411945,21.14529,97,"2013-07-18 15:00",97,"2013-08-27 13:00",97,"2013-08-27 14:00",97,"2013-08-27 15:00","","","","",90,87,82,77,69,54,23,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","63301",1,43.060975,-87.913504,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6530,75,271,365,0,22,"","","Certification not required",2997,0.253701,0.361617,1.38,"2013-05-24 11:00",1.38,"2013-06-16 11:00",1.36,"2013-06-07 11:00",1.36,"2013-07-01 11:00","","","","",1.26,1.2,1.07,0.9,0.43,0.02,0.005,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","64101",1,43.060975,-87.913504,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6526,74,271,365,0,26,"","","Certification not required",0,1014.019154,6.524796,1034,"2013-01-24 08:00",1034,"2013-01-24 09:00",1034,"2013-01-24 10:00",1034,"2013-01-24 11:00","","","","",1028,1027,1024,1022,1018,1014,1006,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","68103",5,43.060975,-87.913504,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,6.533654,10.438499,27.1,"2013-09-10 00:00",26.8,"2013-07-18 00:00",24.6,"2013-08-26 00:00",22.7,"2013-07-15 00:00","","","","",26.8,24.6,20.9,20.1,15.6,7.5,-7.4,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","68104",5,43.060975,-87.913504,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,15.070192,11.501042,37.2,"2013-07-18 00:00",37,"2013-09-10 00:00",34.6,"2013-08-26 00:00",32.9,"2013-08-20 00:00","","","","",37,34.6,30.3,29.3,25.2,16.7,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","68105",5,43.060975,-87.913504,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",104,85,104,122,0,2,"","","Certification not required",0,10.723077,10.611015,32,"2013-07-18 00:00",31.3,"2013-09-10 00:00",28.9,"2013-08-26 00:00",26.8,"2013-07-15 00:00","","","","",31.3,28.9,25.2,23.6,19.9,12.1,-4,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","68106",5,43.060975,-87.913504,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,737.336538,4.878346,750,"2013-11-12 00:00",747,"2013-03-08 00:00",747,"2013-05-25 00:00",746,"2013-07-15 00:00","","","","",747,747,745,742,740,738,732,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","68107",5,43.060975,-87.913504,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,742.971154,4.367703,755,"2013-11-12 00:00",753,"2013-01-10 00:00",753,"2013-03-08 00:00",751,"2013-05-25 00:00","","","","",753,753,750,748,746,743,738,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","68108",5,43.060975,-87.913504,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",104,85,104,122,0,2,"","","Certification not required",0,740.230769,4.721837,753,"2013-11-12 00:00",750,"2013-03-08 00:00",749,"2013-05-25 00:00",748,"2013-07-15 00:00","","","","",750,749,748,746,743,741,735,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","81102",3,43.060975,-87.913504,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6012,69,250,365,0,540,"","","Certification not required",563,15.900865,12.153902,305,"2013-09-26 13:00",137,"2013-01-12 08:00",122,"2013-01-17 07:00",115,"2013-09-27 03:00","","","","",49,43,36,31,22,13,4,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","81102",3,43.060975,-87.913504,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",250,68,250,365,0,0,0,0,"Certification not required",0,15.444,8.807562,48,"2013-05-15 00:00",38,"2013-09-26 00:00",37,"2013-09-10 00:00",36,"2013-05-08 00:00","","","","",37,36,31,27,22,14,5,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","85101",3,43.060975,-87.913504,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",5255,60,218,365,0,553,"","","Certification not required",496,16.274215,12.721594,303,"2013-09-26 13:00",139,"2013-01-12 08:00",135,"2013-01-17 07:00",122,"2013-01-24 18:00","","","","",53,44,37,32,23,13,4,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","86101",3,43.060975,-87.913504,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",5055,58,211,365,0,1497,"","","Certification not required",0,9.029871,9.635774,272,"2013-09-26 13:00",131,"2013-01-12 08:00",126,"2013-01-17 07:00",111,"2013-01-24 18:00","","","","",38,31,24,19,12,7,1,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","88101",1,43.060975,-87.913504,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,1,0,0,"Certification not required",0,9.135897,5.260603,21.2,"2013-02-09 00:00",19.9,"2013-06-09 00:00",18.1,"2013-08-20 00:00",17.4,"2013-07-03 00:00","","","","",21.2,21.2,19.9,17.4,13.2,7.7,2.8,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0026","88101",1,43.060975,-87.913504,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,1,"","","Certification not required",0,9.135897,5.260603,21.2,"2013-02-09 00:00",19.9,"2013-06-09 00:00",18.1,"2013-08-20 00:00",17.4,"2013-07-03 00:00","","","","",21.2,21.2,19.9,17.4,13.2,7.7,2.8,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0026","88101",2,43.060975,-87.913504,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",20,65,20,31,0,1,0,0,"Certification not required",0,10.31,5.856252,22.2,"2013-02-09 00:00",19,"2013-08-20 00:00",17.5,"2013-07-03 00:00",15.2,"2013-07-15 00:00","","","","",22.2,22.2,22.2,19,14.4,10.9,3.2,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0026","88101",2,43.060975,-87.913504,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",20,65,20,31,0,1,"","","Certification not required",0,10.31,5.856252,22.2,"2013-02-09 00:00",19,"2013-08-20 00:00",17.5,"2013-07-03 00:00",15.2,"2013-07-15 00:00","","","","",22.2,22.2,22.2,19,14.4,10.9,3.2,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0026","88102",5,43.060975,-87.913504,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",97,0.020885,0.00934,0.064,"2013-08-20 00:00",0.062,"2013-06-27 00:00",0.057,"2013-08-26 00:00",0.048,"2013-01-16 00:00","","","","",0.062,0.057,0.039,0.026,0.021,0.0195,0.014,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88103",5,43.060975,-87.913504,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000654,0.001283,0.008,"2013-08-17 00:00",0.005,"2013-04-28 00:00",0.005,"2013-05-19 00:00",0.003,"2013-02-06 00:00","","","","",0.005,0.005,0.003,0.002,0.001,0,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88104",5,43.060975,-87.913504,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",65,0.02512,0.03503,0.245,"2013-07-27 00:00",0.132,"2013-05-04 00:00",0.127,"2013-07-09 00:00",0.121,"2013-09-28 00:00","","","","",0.132,0.127,0.096,0.068,0.027,0.0115,0.0065,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88107",5,43.060975,-87.913504,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.006696,0.006204,0.0295,"2013-02-18 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-05-16 00:00",0.0295,"2013-06-18 00:00","","","","",0.0295,0.0295,0.0295,0.0055,0.0055,0.005,0.00385,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88109",5,43.060975,-87.913504,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",19,0.004822,0.005617,0.0476,"2013-09-19 00:00",0.0173,"2013-08-26 00:00",0.0159,"2013-08-20 00:00",0.0154,"2013-08-17 00:00","","","","",0.0173,0.0159,0.0139,0.0099,0.0061,0.0032,0.0009,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88110",5,43.060975,-87.913504,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000885,0.002213,0.011,"2013-07-24 00:00",0.009,"2013-03-11 00:00",0.009,"2013-06-30 00:00",0.008,"2013-02-24 00:00","","","","",0.009,0.009,0.006,0.004,0,0,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88111",5,43.060975,-87.913504,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",14,0.027735,0.026505,0.201,"2013-09-10 00:00",0.105,"2013-07-18 00:00",0.078,"2013-09-07 00:00",0.0732,"2013-05-01 00:00","","","","",0.105,0.078,0.0668,0.0584,0.0396,0.0203,0.00375,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88112",5,43.060975,-87.913504,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.003971,0.00847,0.069,"2013-10-10 00:00",0.049,"2013-09-22 00:00",0.019,"2013-09-25 00:00",0.012,"2013-10-01 00:00","","","","",0.049,0.019,0.011,0.008,0.004,0.002,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88113",5,43.060975,-87.913504,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.000668,0.000107,0.001,"2013-02-18 00:00",0.001,"2013-04-16 00:00",0.001,"2013-05-16 00:00",0.001,"2013-06-18 00:00","","","","",0.001,0.001,0.001,0.0007,0.0007,0.00065,0.00055,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88114",5,43.060975,-87.913504,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",39,0.003542,0.003399,0.0212,"2013-07-27 00:00",0.0158,"2013-07-03 00:00",0.0133,"2013-10-10 00:00",0.0115,"2013-08-17 00:00","","","","",0.0158,0.0133,0.0098,0.0072,0.0047,0.0026,0.0008,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88115",5,43.060975,-87.913504,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",68,0.015197,0.032001,0.2,"2013-02-03 00:00",0.146,"2013-01-04 00:00",0.142,"2013-02-24 00:00",0.134,"2013-02-06 00:00","","","","",0.146,0.142,0.0843,0.028,0.0111,0.00405,0.00245,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88117",5,43.060975,-87.913504,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.006587,0.009874,0.0435,"2013-06-18 00:00",0.043,"2013-02-18 00:00",0.043,"2013-04-16 00:00",0.043,"2013-05-16 00:00","","","","",0.043,0.043,0.043,0.00485,0.00485,0.0041,0.0028,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88118",5,43.060975,-87.913504,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.009232,0.006362,0.023,"2013-02-18 00:00",0.023,"2013-04-16 00:00",0.023,"2013-05-16 00:00",0.023,"2013-06-18 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.0041,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88126",5,43.060975,-87.913504,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.061154,0.043861,0.316,"2013-10-10 00:00",0.172,"2013-10-01 00:00",0.146,"2013-06-24 00:00",0.144,"2013-04-04 00:00","","","","",0.172,0.146,0.125,0.105,0.0834,0.0532,0.018,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88128",5,43.060975,-87.913504,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.001587,0.002708,0.017,"2013-10-10 00:00",0.011,"2013-06-09 00:00",0.01,"2013-05-19 00:00",0.009,"2013-07-03 00:00","","","","",0.011,0.01,0.006,0.004,0.003,0,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88131",5,43.060975,-87.913504,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.009769,0.003392,0.022,"2013-03-29 00:00",0.0165,"2013-01-22 00:00",0.0165,"2013-01-25 00:00",0.0165,"2013-03-02 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.011,0.008,0.007,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88132",5,43.060975,-87.913504,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.003019,0.002794,0.015,"2013-10-10 00:00",0.012,"2013-03-08 00:00",0.011,"2013-01-10 00:00",0.011,"2013-09-25 00:00","","","","",0.012,0.011,0.007,0.006,0.004,0.003,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88136",5,43.060975,-87.913504,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.000731,0.000916,0.004,"2013-10-01 00:00",0.003,"2013-04-04 00:00",0.003,"2013-05-28 00:00",0.003,"2013-07-09 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0.001,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88140",5,43.060975,-87.913504,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",92,0.009853,0.010787,0.0729,"2013-09-04 00:00",0.06,"2013-07-03 00:00",0.0523,"2013-10-25 00:00",0.0366,"2013-03-02 00:00","","","","",0.06,0.0523,0.0332,0.018,0.009,0.006,0.0055,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88152",5,43.060975,-87.913504,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",104,0.005735,0.00157,0.008,"2013-01-31 00:00",0.008,"2013-02-03 00:00",0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88154",5,43.060975,-87.913504,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",100,0.001073,0.000312,0.0021,"2013-10-10 00:00",0.002,"2013-04-22 00:00",0.0019,"2013-05-19 00:00",0.0017,"2013-03-14 00:00","","","","",0.002,0.0019,0.0013,0.0013,0.0013,0.00125,0.00065,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88160",5,43.060975,-87.913504,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",100,0.013096,0.004673,0.042,"2013-06-30 00:00",0.025,"2013-11-12 00:00",0.019,"2013-09-25 00:00",0.018,"2013-01-22 00:00","","","","",0.025,0.019,0.018,0.018,0.016,0.01,0.01,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88161",5,43.060975,-87.913504,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",99,0.002666,0.001719,0.0156,"2013-10-10 00:00",0.0127,"2013-06-24 00:00",0.0054,"2013-05-19 00:00",0.0054,"2013-10-22 00:00","","","","",0.0127,0.0054,0.00265,0.00265,0.00265,0.0025,0.0021,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88164",5,43.060975,-87.913504,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.001615,0.000239,0.0021,"2013-09-25 00:00",0.0019,"2013-01-31 00:00",0.0019,"2013-02-03 00:00",0.0019,"2013-02-09 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88165",5,43.060975,-87.913504,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",17,0.044323,0.043945,0.238,"2013-05-01 00:00",0.234,"2013-06-24 00:00",0.191,"2013-09-10 00:00",0.14,"2013-05-07 00:00","","","","",0.234,0.191,0.128,0.097,0.061,0.031,0.009,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88166",5,43.060975,-87.913504,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.0079,0.004426,0.0185,"2013-01-22 00:00",0.0185,"2013-01-25 00:00",0.0185,"2013-03-02 00:00",0.0185,"2013-04-19 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88167",5,43.060975,-87.913504,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",20,0.008852,0.007021,0.0483,"2013-10-10 00:00",0.0239,"2013-02-06 00:00",0.0226,"2013-08-23 00:00",0.0213,"2013-05-07 00:00","","","","",0.0239,0.0226,0.0194,0.0171,0.0131,0.0078,0.00175,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88168",5,43.060975,-87.913504,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",97,0.001478,0.001484,0.0129,"2013-07-03 00:00",0.0091,"2013-02-03 00:00",0.0058,"2013-04-01 00:00",0.003,"2013-04-28 00:00","","","","",0.0091,0.0058,0.0021,0.00175,0.00155,0.00115,0.00085,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88169",5,43.060975,-87.913504,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.554706,0.467621,2.52,"2013-08-20 00:00",2.17,"2013-07-06 00:00",2.01,"2013-05-19 00:00",1.66,"2013-07-15 00:00","","","","",2.17,2.01,1.47,1.14,0.681,0.419,0.137,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88176",5,43.060975,-87.913504,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",103,0.000966,0.000214,0.0016,"2013-01-04 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-01-25 00:00",0.0013,"2013-02-18 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.001,0.0007,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88180",5,43.060975,-87.913504,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",5,0.059931,0.13018,1.28,"2013-07-03 00:00",0.351,"2013-07-21 00:00",0.277,"2013-07-06 00:00",0.177,"2013-06-27 00:00","","","","",0.351,0.277,0.136,0.0809,0.0585,0.036,0.0122,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88184",5,43.060975,-87.913504,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",75,0.037082,0.033536,0.206,"2013-01-22 00:00",0.131,"2013-03-02 00:00",0.11,"2013-02-03 00:00",0.109,"2013-01-13 00:00","","","","",0.131,0.11,0.102,0.092,0.05,0.02,0.0155,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88185",5,43.060975,-87.913504,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",102,0.003143,0.003337,0.0115,"2013-01-22 00:00",0.0115,"2013-01-25 00:00",0.0115,"2013-03-02 00:00",0.0115,"2013-04-19 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.00225,0.00165,0.0014,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88301",5,43.060975,-87.913504,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,0.735481,0.743254,3.4,"2013-05-19 00:00",3.06,"2013-02-06 00:00",2.91,"2013-06-09 00:00",2.76,"2013-02-09 00:00","","","","",3.06,2.91,2.26,1.76,1.04,0.499,0.063,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88302",5,43.060975,-87.913504,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",4,0.063276,0.040682,0.243,"2013-01-22 00:00",0.164,"2013-02-15 00:00",0.158,"2013-06-03 00:00",0.152,"2013-01-13 00:00","","","","",0.164,0.158,0.134,0.12,0.085,0.053,0.021,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88303",5,43.060975,-87.913504,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",31,0.051829,0.12325,1.18,"2013-07-03 00:00",0.429,"2013-07-21 00:00",0.187,"2013-07-06 00:00",0.171,"2013-07-12 00:00","","","","",0.429,0.187,0.127,0.0934,0.045,0.029,0.0115,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88306",5,43.060975,-87.913504,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.543327,1.614435,7.22,"2013-02-06 00:00",6.47,"2013-02-09 00:00",5.95,"2013-01-07 00:00",5.83,"2013-02-24 00:00","","","","",6.47,5.95,5.12,4.35,2.05,0.938,0.237,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88355",5,43.060975,-87.913504,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,2.101115,1.148149,5.46,"2013-08-17 00:00",5.4,"2013-06-30 00:00",5.14,"2013-07-03 00:00",4.44,"2013-05-19 00:00","","","","",5.46,5.4,4.28,3.81,2.78,1.9,0.911,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88357",5,43.060975,-87.913504,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.254115,0.149108,0.817,"2013-10-10 00:00",0.771,"2013-08-17 00:00",0.662,"2013-06-27 00:00",0.569,"2013-08-23 00:00","","","","",0.817,0.771,0.546,0.456,0.322,0.223,0.099,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88370",5,43.060975,-87.913504,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,1.901042,1.023006,5.22,"2013-06-30 00:00",5.03,"2013-08-17 00:00",4.71,"2013-07-03 00:00",3.91,"2013-05-19 00:00","","","","",5.22,5.03,3.84,3.31,2.49,1.73,0.842,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88374",5,43.060975,-87.913504,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.191635,0.141722,0.664,"2013-08-17 00:00",0.615,"2013-07-03 00:00",0.577,"2013-08-26 00:00",0.575,"2013-08-23 00:00","","","","",0.664,0.615,0.539,0.357,0.273,0.159,0.051,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88375",5,43.060975,-87.913504,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.500302,0.267792,1.21,"2013-08-17 00:00",1.2,"2013-07-03 00:00",1.18,"2013-06-30 00:00",1.17,"2013-05-19 00:00","","","","",1.21,1.2,1.11,0.871,0.668,0.433,0.233,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88376",5,43.060975,-87.913504,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.545208,0.328745,2.19,"2013-06-30 00:00",1.54,"2013-08-17 00:00",1.39,"2013-07-03 00:00",1.28,"2013-07-12 00:00","","","","",2.19,1.54,1.13,0.977,0.664,0.474,0.228,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88377",5,43.060975,-87.913504,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.370333,0.219249,1.06,"2013-07-06 00:00",1.04,"2013-05-19 00:00",0.908,"2013-07-03 00:00",0.834,"2013-06-15 00:00","","","","",1.06,1.04,0.803,0.666,0.493,0.324,0.14,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88378",5,43.060975,-87.913504,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",1,0.293354,0.191411,0.966,"2013-06-30 00:00",0.961,"2013-06-09 00:00",0.863,"2013-04-28 00:00",0.847,"2013-08-17 00:00","","","","",0.966,0.961,0.711,0.536,0.364,0.252,0.111,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88380",5,43.060975,-87.913504,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.453979,0.281003,1.72,"2013-10-10 00:00",1.2,"2013-08-17 00:00",0.989,"2013-06-27 00:00",0.952,"2013-08-23 00:00","","","","",1.72,1.2,0.885,0.794,0.645,0.427,0.149,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88383",5,43.060975,-87.913504,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.695863,0.404006,1.98,"2013-08-17 00:00",1.83,"2013-10-10 00:00",1.67,"2013-06-09 00:00",1.46,"2013-05-19 00:00","","","","",1.98,1.83,1.43,1.21,0.982,0.663,0.254,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88384",5,43.060975,-87.913504,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.051324,0.022898,0.163,"2013-10-16 00:00",0.12,"2013-10-22 00:00",0.0894,"2013-07-18 00:00",0.0853,"2013-06-24 00:00","","","","",0.163,0.12,0.084,0.077,0.0657,0.05,0.0246,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88385",5,43.060975,-87.913504,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",94,0.00107,0.000492,0.00498,"2013-09-10 00:00",0.00376,"2013-04-28 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00498,0.00376,0.001,0.001,0.001,0.001,0.001,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88388",5,43.060975,-87.913504,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",96,79,96,122,0,10,"","","Certification not required",0,0.493417,0.314417,1.52,"2013-06-09 00:00",1.28,"2013-08-17 00:00",1.21,"2013-08-26 00:00",1.2,"2013-04-28 00:00","","","","",1.52,1.28,1.15,1.01,0.695,0.392,0.18,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88403",5,43.060975,-87.913504,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,1.450558,1.311012,7.35,"2013-08-20 00:00",6.42,"2013-07-06 00:00",5.29,"2013-05-19 00:00",4.48,"2013-07-15 00:00","","","","",6.42,5.29,4.31,2.83,1.8,1.05,0.365,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0026","88502",3,43.060975,-87.913504,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4400,50,184,365,0,1480,"","","Certification not required",0,7.6625,6.914504,92,"2013-09-27 03:00",56,"2013-09-27 04:00",55,"2013-07-03 22:00",46,"2013-07-04 22:00","","","","",28,25,21,17,11,6,0,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","88502",3,43.060975,-87.913504,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",184,50,184,365,0,0,"","","Certification not required",0,7.591848,5.347109,24.6,"2013-01-08 00:00",23.2,"2013-05-19 00:00",22.2,"2013-01-03 00:00",21.5,"2013-07-05 00:00","","","","",23.2,21.5,17.9,14.3,11,6.6,1.5,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0026","88502",5,43.060975,-87.913504,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",104,85,104,122,0,2,"","","Certification not required",0,9.384615,5.787025,26.7,"2013-09-19 00:00",23.2,"2013-08-20 00:00",22.3,"2013-05-19 00:00",21.6,"2013-02-06 00:00","","","","",23.2,22.3,20.8,18.9,12.7,7.3,3.2,"DNR SER HQRS SITE","DNR SER HDQRTS, 2300 N M. L. KING JR DR","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","079","0041","42242",1,43.075,-87.884,"NAD83","Mercury (vapor)","5 MINUTE","","Observed Values","Instrumental Tekrans - Atomic Fluorescence",2013,"Nanograms/cubic meter (25 C)","No Events",53495,66,187,282,0,1032,"","","Certification not required",0,1.419492,0.388497,42.17264,"2013-01-16 07:35",25.97776,"2013-01-16 07:40",23.13816,"2013-05-29 08:10",22.68016,"2013-05-29 08:20","","","","",2.34496,2.04268,1.79536,1.63964,1.49308,1.39232,1.16332,"MILWAUKEE UWM-NORTH","UWM NORTH CAMPUS, 2114 E KENWOOD BLVD","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-20" +"55","079","0041","61101",2,43.075,-87.884,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6522,74,271,365,0,30,"","","Certification not required",0,6.199678,2.67497,19.2,"2013-01-19 21:00",19,"2013-01-19 22:00",18.1,"2013-03-19 11:00",17.9,"2013-01-20 01:00","","","","",14,12.8,10.9,9.6,7.8,6,3,"MILWAUKEE UWM-NORTH","UWM NORTH CAMPUS, 2114 E KENWOOD BLVD","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0041","61102",2,43.075,-87.884,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5642,64,234,365,0,910,"","","Certification not required",0,179.947891,102.599599,360,"2013-01-24 15:00",360,"2013-01-29 19:00",360,"2013-06-29 19:00",360,"2013-07-03 00:00","","","","",355,350,331,308,267,196,28,"MILWAUKEE UWM-NORTH","UWM NORTH CAMPUS, 2114 E KENWOOD BLVD","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0041","62101",1,43.075,-87.884,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,99,273,275,0,6,"","","Certification not required",0,50.308127,20.696488,98,"2013-08-27 13:00",98,"2013-08-27 14:00",97,"2013-08-27 12:00",97,"2013-08-27 15:00","","","","",90,85,80,75,67,53,23,"MILWAUKEE UWM-NORTH","UWM NORTH CAMPUS, 2114 E KENWOOD BLVD","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0058","81102",1,42.930569,-87.932104,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",48,79,48,61,0,3,0,0,"Certification not required",0,16.229167,6.595419,31,"2013-01-16 00:00",30,"2013-02-03 00:00",30,"2013-08-20 00:00",27,"2013-08-26 00:00","","","","",31,31,30,25,20,17,7,"College Ave Park and Ride","1550 W College Ave, Milwaukee","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0058","81102",2,42.930569,-87.932104,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",51,84,51,61,0,0,0,0,"Certification not required",1,16.078431,7.171731,33,"2013-01-16 00:00",31,"2013-02-03 00:00",29,"2013-08-20 00:00",27,"2013-08-26 00:00","","","","",33,31,29,25,21,17,7,"College Ave Park and Ride","1550 W College Ave, Milwaukee","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","079","0058","88101",1,42.930569,-87.932104,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,1,0,0,"Certification not required",0,10.025641,4.918585,19.7,"2013-02-09 00:00",19.2,"2013-06-09 00:00",19.2,"2013-08-20 00:00",17.6,"2013-02-03 00:00","","","","",19.7,19.7,19.2,17.6,14.1,9.2,3.7,"College Ave Park and Ride","1550 W College Ave, Milwaukee","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0058","88101",1,42.930569,-87.932104,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,64,39,61,0,1,"","","Certification not required",0,10.025641,4.918585,19.7,"2013-02-09 00:00",19.2,"2013-06-09 00:00",19.2,"2013-08-20 00:00",17.6,"2013-02-03 00:00","","","","",19.7,19.7,19.2,17.6,14.1,9.2,3.7,"College Ave Park and Ride","1550 W College Ave, Milwaukee","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0058","88502",3,42.930569,-87.932104,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5611,64,231,365,0,269,"","","Certification not required",0,9.70041,6.462884,45,"2013-05-04 03:00",43,"2013-05-29 07:00",40,"2013-06-09 13:00",39,"2013-07-05 01:00","","","","",30,27,22,19,13,8,3,"College Ave Park and Ride","1550 W College Ave, Milwaukee","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0058","88502",3,42.930569,-87.932104,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",231,63,231,365,0,0,"","","Certification not required",0,9.691775,4.893454,25.5,"2013-05-19 00:00",24.6,"2013-01-08 00:00",24.3,"2013-07-05 00:00",23.2,"2013-01-03 00:00","","","","",24.3,22.3,19.6,16.1,12.7,8.6,4.1,"College Ave Park and Ride","1550 W College Ave, Milwaukee","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0085","44201",1,43.181,-87.9,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4163,87,160,184,0,229,0,0,"Certification not required",192,0.050994,0.013604,0.087,"2013-07-16 15:00",0.086,"2013-07-22 15:00",0.082,"2013-08-20 15:00",0.081,"2013-07-04 16:00","","","","",0.086,0.081,0.077,0.069,0.06,0.053,0.036,"BAYSIDE","601 E. ELLSWORTH LANE","Wisconsin","Milwaukee","Bayside","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0085","44201",1,43.181,-87.9,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4176,86,159,184,0,0,0,0,"Certification not required",0,0.046,0.01209,0.074,"2013-07-22 12:00",0.071,"2013-06-20 12:00",0.071,"2013-07-16 11:00",0.07,"2013-05-20 11:00","","","","",0.071,0.07,0.066,0.062,0.055,0.046,0.034,"BAYSIDE","601 E. ELLSWORTH LANE","Wisconsin","Milwaukee","Bayside","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0085","44201",1,43.181,-87.9,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4176,86,159,184,0,0,0,0,"Certification not required",0,0.046,0.01209,0.074,"2013-07-22 12:00",0.071,"2013-06-20 12:00",0.071,"2013-07-16 11:00",0.07,"2013-05-20 11:00","","","","",0.071,0.07,0.066,0.062,0.055,0.046,0.034,"BAYSIDE","601 E. ELLSWORTH LANE","Wisconsin","Milwaukee","Bayside","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","079","0099","88101",1,43.041,-87.925,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,6,0,0,"Certification not required",0,9.312,5.033052,20.5,"2013-02-09 00:00",20,"2013-07-06 00:00",19.7,"2013-05-19 00:00",18.7,"2013-08-20 00:00","","","","",20.5,20,18.7,16.9,13.4,9.3,3.2,"MILWAUKEE FIRE DEPT. HQ","MILW FIRE DEPT HQ, 711 W WELLS ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","079","0099","88101",1,43.041,-87.925,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",75,61,75,122,0,6,"","","Certification not required",0,9.312,5.033052,20.5,"2013-02-09 00:00",20,"2013-07-06 00:00",19.7,"2013-05-19 00:00",18.7,"2013-08-20 00:00","","","","",20.5,20,18.7,16.9,13.4,9.3,3.2,"MILWAUKEE FIRE DEPT. HQ","MILW FIRE DEPT HQ, 711 W WELLS ST","Wisconsin","Milwaukee","Milwaukee","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","085","0996","42401",1,45.64505,-89.41848,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",5717,65,240,365,0,115,28,"","Certification not required",0,22.157917,34.618324,164.3,"2013-08-20 19:00",153.1,"2013-08-25 00:00",141.9,"2013-07-05 22:00",122.7,"2013-01-12 01:00","","","","",141.9,121.5,101.2,85.6,34,2.8,0,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-01-30" +"55","085","0996","42401",1,45.64505,-89.41848,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",5717,65,240,365,0,115,"","","Certification not required",0,4.487493,14.629583,164.3,"2013-08-20 19:00",153.1,"2013-08-25 00:00",143.7,"2013-08-20 16:00",141.9,"2013-07-05 22:00","","","","",81.9,63.8,29.5,8.4,1.3,0.4,0,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-01-30" +"55","085","0996","42401",1,45.64505,-89.41848,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",240,66,240,365,0,0,0,"","Certification not required",0,4.44375,8.745588,61.5,"2013-08-20 00:00",51.2,"2013-07-05 00:00",41.8,"2013-05-31 00:00",40.5,"2013-07-06 00:00","","","","",41.8,34.2,24,13.8,4.2,1,0,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-01-30" +"55","085","0996","42401",1,45.64505,-89.41848,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1877,64,237,365,0,0,"",0,"Certification not required",0,4.441929,12.957006,120.6,"2013-08-20 20:00",115.3,"2013-07-05 23:00",114.9,"2013-08-20 17:00",111.1,"2013-01-12 02:00","","","","",68.9,59.3,26,11.6,1.5,0.4,0,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-01-30" +"55","085","0996","42401",2,45.64505,-89.41848,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - FLUORESCENCE DETECTION",2013,"Parts per billion","No Events",66509,63,238,365,0,2899,"","","Certification not required",0,4.54463,18.787088,283.1,"2013-05-31 16:05",270.8,"2013-04-30 11:25",268.8,"2013-08-20 16:15",262.3,"2013-07-05 11:30","","","","",107.9,72.7,21.1,3.6,1.2,0.3,0,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-01-30" +"55","085","0996","61101",1,45.64505,-89.41848,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6533,75,272,365,0,19,"","","Certification not required",0,3.874039,1.913051,12.9,"2013-01-19 18:00",12.4,"2013-01-19 19:00",11.8,"2013-09-28 13:00",11.3,"2013-01-19 20:00","","","","",9.5,8.6,7.5,6.5,5,3.6,1.6,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-02-21" +"55","085","0996","61102",1,45.64505,-89.41848,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5797,66,242,365,0,11,"","","Certification not required",0,194.607038,106.244424,360,"2013-02-14 05:00",360,"2013-02-21 00:00",360,"2013-03-16 08:00",360,"2013-04-05 06:00","","","","",357,355,346,332,295,199,24,"RHINELANDER TOWER","RHINELANDER WATER TOWER, 434 High St. Behind house under water tower.","Wisconsin","Oneida","Rhinelander","","2014-02-21" +"55","087","0009","44201",1,44.30738,-88.395134,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4574,91,167,184,0,46,0,0,"Certification not required",11,0.04779,0.011435,0.076,"2013-05-20 15:00",0.076,"2013-06-20 17:00",0.075,"2013-05-08 13:00",0.07,"2013-04-28 12:00","","","","",0.076,0.07,0.066,0.062,0.057,0.05,0.039,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-02-21" +"55","087","0009","44201",1,44.30738,-88.395134,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4574,90,166,184,0,0,0,0,"Certification not required",0,0.043765,0.011187,0.072,"2013-05-20 11:00",0.07,"2013-05-08 10:00",0.069,"2013-04-28 10:00",0.067,"2013-06-20 11:00","","","","",0.07,0.067,0.062,0.058,0.053,0.046,0.035,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-02-21" +"55","087","0009","44201",1,44.30738,-88.395134,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4574,90,166,184,0,0,0,0,"Certification not required",0,0.043765,0.011187,0.072,"2013-05-20 11:00",0.07,"2013-05-08 10:00",0.069,"2013-04-28 10:00",0.067,"2013-06-20 11:00","","","","",0.07,0.067,0.062,0.058,0.053,0.046,0.035,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-02-21" +"55","087","0009","88101",1,44.30738,-88.395134,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",229,63,229,365,0,14,0,0,"Certification not required",0,8.364629,5.039303,26.7,"2013-01-05 00:00",24.3,"2013-02-25 00:00",24.2,"2013-01-03 00:00",24.2,"2013-01-08 00:00","","","","",24.2,22,18.6,15.5,10.9,7.6,2.9,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-01-06" +"55","087","0009","88101",1,44.30738,-88.395134,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",229,63,229,365,0,14,"","","Certification not required",0,8.364629,5.039303,26.7,"2013-01-05 00:00",24.3,"2013-02-25 00:00",24.2,"2013-01-03 00:00",24.2,"2013-01-08 00:00","","","","",24.2,22,18.6,15.5,10.9,7.6,2.9,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-01-06" +"55","087","0009","88502",3,44.30738,-88.395134,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5737,65,239,365,0,143,"","","Certification not required",0,7.39742,6.506406,42,"2013-06-10 12:00",40,"2013-05-08 21:00",39,"2013-03-09 02:00",38,"2013-03-09 03:00","","","","",30,27,21,16,10,6,1,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-02-21" +"55","087","0009","88502",3,44.30738,-88.395134,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",239,65,239,365,0,0,"","","Certification not required",0,7.385356,5.112359,27,"2013-01-05 00:00",24.5,"2013-01-03 00:00",24.5,"2013-03-09 00:00",24.1,"2013-01-08 00:00","","","","",24.5,22.2,17.3,14.4,9.9,6,2.1,"APPLETON AAL","AAL, 4432 N MEADE ST","Wisconsin","Outagamie","Appleton","Appleton, WI","2014-02-21" +"55","089","0008","44201",1,43.343,-87.92,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4107,90,166,184,0,106,0,0,"Certification not required",16,0.050476,0.013358,0.089,"2013-07-22 16:00",0.083,"2013-07-16 16:00",0.081,"2013-08-20 15:00",0.079,"2013-07-04 16:00","","","","",0.083,0.079,0.074,0.067,0.06,0.05,0.035,"","N. Port Washington Rd., East side of HWY32 AND I43, GRAFTON","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0008","44201",1,43.343,-87.92,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4124,90,166,184,0,0,0,0,"Certification not required",0,0.045355,0.011817,0.072,"2013-05-20 11:00",0.071,"2013-07-22 11:00",0.07,"2013-06-20 13:00",0.068,"2013-05-19 14:00","","","","",0.071,0.068,0.065,0.063,0.054,0.045,0.031,"","N. Port Washington Rd., East side of HWY32 AND I43, GRAFTON","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0008","44201",1,43.343,-87.92,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4124,90,166,184,0,0,0,0,"Certification not required",0,0.045355,0.011817,0.072,"2013-05-20 11:00",0.071,"2013-07-22 11:00",0.07,"2013-06-20 13:00",0.068,"2013-05-19 14:00","","","","",0.071,0.068,0.065,0.063,0.054,0.045,0.031,"","N. Port Washington Rd., East side of HWY32 AND I43, GRAFTON","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0008","61101",1,43.343,-87.92,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4141,47,171,365,0,84,"","","Certification not required",0,6.802681,3.303079,21.4,"2013-04-19 08:00",20.6,"2013-04-19 11:00",20.5,"2013-04-19 07:00",19.8,"2013-04-11 01:00","","","","",16.1,15.1,13,11.3,8.8,6.3,3,"","N. Port Washington Rd., East side of HWY32 AND I43, GRAFTON","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0008","61102",1,43.343,-87.92,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4141,47,171,365,0,84,"","","Certification not required",0,180.42043,102.496284,360,"2013-05-19 04:00",360,"2013-05-24 05:00",360,"2013-06-27 03:00",360,"2013-08-07 22:00","","","","",356,350,335,315,269,176,34,"","N. Port Washington Rd., East side of HWY32 AND I43, GRAFTON","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0008","62101",1,43.343,-87.92,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3688,42,152,365,0,537,"","","Certification not required",0,64.772777,10.910559,96,"2013-08-27 13:00",96,"2013-08-27 14:00",96,"2013-08-27 15:00",95,"2013-07-18 12:00","","","","",91,88,83,79,72,65,50,"","N. Port Washington Rd., East side of HWY32 AND I43, GRAFTON","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","44201",1,43.49806,-87.81,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",4132,91,168,184,0,35,0,0,"Certification not required",3,0.049071,0.01405,0.086,"2013-08-20 16:00",0.083,"2013-07-22 16:00",0.079,"2013-07-16 16:00",0.077,"2013-06-20 16:00","","","","",0.083,0.077,0.073,0.068,0.059,0.05,0.033,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","44201",1,43.49806,-87.81,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4148,91,168,184,0,0,0,0,"Certification not required",0,0.044268,0.012581,0.074,"2013-07-22 13:00",0.074,"2013-08-20 11:00",0.072,"2013-06-20 13:00",0.068,"2013-05-19 12:00","","","","",0.074,0.068,0.065,0.061,0.053,0.044,0.029,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","44201",1,43.49806,-87.81,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4148,91,168,184,0,0,0,0,"Certification not required",0,0.044268,0.012581,0.074,"2013-07-22 13:00",0.074,"2013-08-20 11:00",0.072,"2013-06-20 13:00",0.068,"2013-05-19 12:00","","","","",0.074,0.068,0.065,0.061,0.053,0.044,0.029,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","61101",1,43.49806,-87.81,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5719,65,236,365,0,116,"","","Certification not required",0,6.419496,3.201168,22,"2013-01-19 21:00",21.4,"2013-01-19 22:00",20.8,"2013-05-11 10:00",20.4,"2013-05-10 07:00","","","","",15.8,14.7,12.8,10.9,8.2,5.8,3,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","61102",1,43.49806,-87.81,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5796,66,242,365,0,12,"","","Certification not required",0,193.89648,101.316485,360,"2013-04-09 13:00",360,"2013-05-25 05:00",360,"2013-06-07 18:00",360,"2013-06-09 02:00","","","","",354,350,338,319,281,201,28,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","62101",1,43.49806,-87.81,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,46.077194,20.078587,95,"2013-08-27 14:00",95,"2013-08-27 15:00",94,"2013-09-10 14:00",94,"2013-09-10 15:00","","","","",84,79,75,71,62,49,18,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","64101",1,43.49806,-87.81,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6511,74,271,365,0,41,"","","Certification not required",0,1014.755644,6.59889,1035,"2013-01-24 08:00",1035,"2013-01-24 09:00",1035,"2013-01-24 10:00",1034,"2013-01-24 07:00","","","","",1028,1027,1025,1023,1019,1015,1006,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","88101",1,43.49806,-87.81,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,66,40,61,0,1,0,0,"Certification not required",0,8.080952,4.888625,20,"2013-08-20 00:00",19.5,"2013-06-09 00:00",17.5,"2013-04-28 00:00",15.8,"2013-02-03 00:00","","","","",20,20,19.5,15.8,11.7,6.7,3.8,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","089","0009","88101",1,43.49806,-87.81,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,66,40,61,0,1,"","","Certification not required",0,8.080952,4.888625,20,"2013-08-20 00:00",19.5,"2013-06-09 00:00",17.5,"2013-04-28 00:00",15.8,"2013-02-03 00:00","","","","",20,20,19.5,15.8,11.7,6.7,3.8,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","089","0009","88502",3,43.49806,-87.81,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5645,64,234,365,0,235,"","","Certification not required",0,7.079894,6.019943,42,"2013-05-01 13:00",38,"2013-06-26 23:00",37,"2013-05-19 13:00",35,"2013-01-06 05:00","","","","",27,24,19,16,10,6,1,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","089","0009","88502",3,43.49806,-87.81,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",234,64,234,365,0,0,"","","Certification not required",0,7.011538,4.811083,24.7,"2013-01-03 00:00",24.2,"2013-01-08 00:00",23.2,"2013-05-19 00:00",19.7,"2013-01-27 00:00","","","","",23.2,19.5,15.8,13.7,9.7,6.2,1.6,"HARRINGTON BEACH PARK","531 HWY D","Wisconsin","Ozaukee","","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","101","0017","44201",1,42.713897,-87.798634,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4099,91,167,184,0,65,0,0,"Certification not required",54,0.048635,0.012591,0.077,"2013-05-19 14:00",0.077,"2013-07-16 14:00",0.076,"2013-07-18 13:00",0.075,"2013-05-14 20:00","","","","",0.077,0.075,0.072,0.067,0.057,0.048,0.034,"RACINE","1519 WASHINGTON AVE","Wisconsin","Racine","Racine","Racine, WI","2014-02-21" +"55","101","0017","44201",1,42.713897,-87.798634,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4105,90,166,184,0,0,0,0,"Certification not required",0,0.043205,0.011252,0.068,"2013-07-16 11:00",0.066,"2013-05-14 15:00",0.066,"2013-07-05 12:00",0.066,"2013-08-20 11:00","","","","",0.066,0.066,0.064,0.058,0.051,0.042,0.029,"RACINE","1519 WASHINGTON AVE","Wisconsin","Racine","Racine","Racine, WI","2014-02-21" +"55","101","0017","44201",1,42.713897,-87.798634,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4105,90,166,184,0,0,0,0,"Certification not required",0,0.043205,0.011252,0.068,"2013-07-16 11:00",0.066,"2013-05-14 15:00",0.066,"2013-07-05 12:00",0.066,"2013-08-20 11:00","","","","",0.066,0.066,0.064,0.058,0.051,0.042,0.029,"RACINE","1519 WASHINGTON AVE","Wisconsin","Racine","Racine","Racine, WI","2014-02-21" +"55","101","0017","61101",1,42.713897,-87.798634,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4176,48,174,365,0,1,"","","Certification not required",0,6.474521,2.865935,18.6,"2013-05-23 11:00",18.5,"2013-05-10 10:00",18.5,"2013-05-23 08:00",18.1,"2013-05-10 11:00","","","","",15.3,13.8,11.4,10.1,8.2,6.2,3,"RACINE","1519 WASHINGTON AVE","Wisconsin","Racine","Racine","Racine, WI","2014-02-21" +"55","101","0017","61102",1,42.713897,-87.798634,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4176,48,174,365,0,1,"","","Certification not required",0,173.939895,105.41414,360,"2013-05-02 05:00",360,"2013-05-02 19:00",360,"2013-05-03 00:00",360,"2013-05-05 15:00","","","","",359,357,352,324,259,164,22,"RACINE","1519 WASHINGTON AVE","Wisconsin","Racine","Racine","Racine, WI","2014-02-21" +"55","101","0017","62101",1,42.713897,-87.798634,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4177,48,174,365,0,0,"","","Certification not required",0,62.848935,12.146906,95,"2013-08-27 13:00",95,"2013-08-27 14:00",94,"2013-08-27 12:00",94,"2013-08-27 15:00","","","","",90,86,81,77,71,64,44,"RACINE","1519 WASHINGTON AVE","Wisconsin","Racine","Racine","Racine, WI","2014-02-21" +"55","105","0024","44201",1,42.50908,-89.06281,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",2396,47,87,184,0,49,0,0,"Certification not required",7,0.053862,0.010016,0.076,"2013-06-20 15:00",0.074,"2013-06-12 13:00",0.072,"2013-05-07 15:00",0.072,"2013-05-20 11:00","","","","",0.076,0.074,0.069,0.067,0.061,0.055,0.045,"BELOIT-CUNNINGHAM","1948 MERRILL ST","Wisconsin","Rock","Beloit","Janesville, WI","2014-01-16" +"55","105","0024","44201",1,42.50908,-89.06281,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2401,47,86,184,0,0,0,0,"Certification not required",0,0.049756,0.0104,0.072,"2013-06-20 11:00",0.07,"2013-05-07 10:00",0.07,"2013-05-20 10:00",0.067,"2013-05-08 10:00","","","","",0.072,0.07,0.065,0.063,0.058,0.051,0.04,"BELOIT-CUNNINGHAM","1948 MERRILL ST","Wisconsin","Rock","Beloit","Janesville, WI","2014-01-16" +"55","105","0024","44201",1,42.50908,-89.06281,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",2401,47,86,184,0,0,0,0,"Certification not required",0,0.049756,0.0104,0.072,"2013-06-20 11:00",0.07,"2013-05-07 10:00",0.07,"2013-05-20 10:00",0.067,"2013-05-08 10:00","","","","",0.072,0.07,0.065,0.063,0.058,0.051,0.04,"BELOIT-CUNNINGHAM","1948 MERRILL ST","Wisconsin","Rock","Beloit","Janesville, WI","2014-01-16" +"55","105","0030","44201",1,42.51831,-89.06347,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",1754,40,73,184,0,9,0,0,"Certification not required",44,0.047658,0.010463,0.067,"2013-09-10 16:00",0.067,"2013-09-26 14:00",0.067,"2013-09-27 16:00",0.066,"2013-09-07 15:00","","","","",0.067,0.067,0.066,0.063,0.054,0.046,0.035,"","1501 Ritsher St.","Wisconsin","Rock","Beloit","Janesville, WI","2014-02-21" +"55","105","0030","44201",1,42.51831,-89.06347,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1758,40,73,184,0,0,0,0,"Certification not required",0,0.043151,0.010027,0.063,"2013-09-27 10:00",0.062,"2013-09-10 11:00",0.061,"2013-08-18 09:00",0.06,"2013-09-06 10:00","","","","",0.063,0.062,0.06,0.059,0.051,0.041,0.033,"","1501 Ritsher St.","Wisconsin","Rock","Beloit","Janesville, WI","2014-02-21" +"55","105","0030","44201",1,42.51831,-89.06347,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",1758,40,73,184,0,0,0,0,"Certification not required",0,0.043151,0.010027,0.063,"2013-09-27 10:00",0.062,"2013-09-10 11:00",0.061,"2013-08-18 09:00",0.06,"2013-09-06 10:00","","","","",0.063,0.062,0.06,0.059,0.051,0.041,0.033,"","1501 Ritsher St.","Wisconsin","Rock","Beloit","Janesville, WI","2014-02-21" +"55","111","0007","44201",1,43.4351,-89.6797,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4833,91,168,184,0,52,0,0,"Certification not required",1,0.047464,0.010523,0.071,"2013-06-20 22:00",0.069,"2013-05-07 15:00",0.068,"2013-05-20 13:00",0.065,"2013-04-28 11:00","","","","",0.069,0.065,0.065,0.061,0.057,0.05,0.041,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","44201",1,43.4351,-89.6797,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4840,91,168,184,0,0,0,0,"Certification not required",0,0.043411,0.010395,0.067,"2013-05-07 11:00",0.067,"2013-05-20 10:00",0.064,"2013-04-28 11:00",0.063,"2013-05-08 09:00","","","","",0.067,0.063,0.061,0.056,0.053,0.047,0.038,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","44201",1,43.4351,-89.6797,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4840,91,168,184,0,0,0,0,"Certification not required",0,0.043411,0.010395,0.067,"2013-05-07 11:00",0.067,"2013-05-20 10:00",0.064,"2013-04-28 11:00",0.063,"2013-05-08 09:00","","","","",0.067,0.063,0.061,0.056,0.053,0.047,0.038,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","61101",1,43.4351,-89.6797,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6204,71,255,365,0,348,"","","Certification not required",0,3.450145,1.937836,14.8,"2013-01-19 19:00",14.3,"2013-03-10 18:00",13.3,"2013-01-19 18:00",12.9,"2013-01-19 20:00","","","","",9.5,8.6,7.2,6.1,4.4,3,1.3,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","61102",1,43.4351,-89.6797,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6286,72,259,365,0,266,"","","Certification not required",0,167.481228,101.564241,360,"2013-02-20 18:00",360,"2013-02-27 22:00",360,"2013-02-28 15:00",360,"2013-05-01 07:00","","","","",353,345,329,311,264,130,59,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","62101",1,43.4351,-89.6797,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,272,365,0,10,"","","Certification not required",0,48.495109,22.632428,92,"2013-09-10 14:00",92,"2013-09-10 15:00",91,"2013-07-17 12:00",91,"2013-08-27 14:00","","","","",87,85,80,76,67,52,17,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","81102",7,43.4351,-89.6797,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",5778,66,241,365,0,57,"","","Certification not required",553,12.047075,8.359016,157,"2013-01-12 05:00",123,"2013-01-12 06:00",66,"2013-05-15 06:00",58,"2013-05-15 05:00","","","","",38,34,27,23,16,10,4,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","81102",7,43.4351,-89.6797,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",241,66,241,365,0,0,0,0,"Certification not required",0,11.618257,6.439746,32,"2013-05-19 00:00",31,"2013-09-10 00:00",30,"2013-05-18 00:00",30,"2013-08-27 00:00","","","","",30,30,24,20,15,11,4,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","81102",8,43.4351,-89.6797,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6478,74,270,365,0,74,"","","Certification not required",792,11.341155,8.186664,161,"2013-01-12 05:00",130,"2013-01-12 06:00",70,"2013-05-15 06:00",59,"2013-05-15 03:00","","","","",37,32,27,22,15,10,2,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","81102",8,43.4351,-89.6797,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,0,0,0,"Certification not required",0,10.855556,6.295501,31,"2013-05-19 00:00",31,"2013-09-10 00:00",29,"2013-09-07 00:00",28,"2013-05-14 00:00","","","","",29,28,24,19,14,10,4,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","85101",7,43.4351,-89.6797,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6478,74,270,365,0,74,"","","Certification not required",659,11.801791,8.103997,158,"2013-01-12 05:00",126,"2013-01-12 06:00",65,"2013-05-15 06:00",57,"2013-05-15 05:00","","","","",36,33,27,23,16,10,2,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","85101",8,43.4351,-89.6797,"NAD83","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6478,74,270,365,0,74,"","","Certification not required",735,11.406761,8.000803,162,"2013-01-12 05:00",132,"2013-01-12 06:00",68,"2013-05-15 06:00",58,"2013-05-15 05:00","","","","",36,31,26,22,16,10,2,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","86101",7,43.4351,-89.6797,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6448,74,268,365,0,104,"","","Certification not required",0,4.440136,5.884374,142,"2013-01-12 05:00",116,"2013-01-12 06:00",53,"2013-05-15 06:00",51,"2013-05-15 03:00","","","","",24,19,14,11,7,4,-1,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","86101",8,43.4351,-89.6797,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6470,74,270,365,0,82,"","","Certification not required",0,5.606491,5.67696,153,"2013-01-12 05:00",120,"2013-01-12 06:00",59,"2013-05-15 06:00",54,"2013-05-15 03:00","","","","",24,20,15,11,7,5,1,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","88101",1,43.4351,-89.6797,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,62,38,61,0,3,0,0,"Certification not required",0,7.448718,3.765276,15.7,"2013-08-20 00:00",15.2,"2013-02-09 00:00",14.6,"2013-04-28 00:00",14.1,"2013-02-03 00:00","","","","",15.7,15.7,15.2,14.1,9.7,7.8,3.3,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-01-06" +"55","111","0007","88101",1,43.4351,-89.6797,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",39,62,38,61,0,3,"","","Certification not required",0,7.448718,3.765276,15.7,"2013-08-20 00:00",15.2,"2013-02-09 00:00",14.6,"2013-04-28 00:00",14.1,"2013-02-03 00:00","","","","",15.7,15.7,15.2,14.1,9.7,7.8,3.3,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-01-06" +"55","111","0007","88101",2,43.4351,-89.6797,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,1,0,0,"Certification not required",0,8.421053,3.904069,16.2,"2013-08-20 00:00",15.7,"2013-02-09 00:00",12,"2013-01-28 00:00",12,"2013-07-15 00:00","","","","",16.2,16.2,16.2,15.7,11,8,4,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-01-06" +"55","111","0007","88101",2,43.4351,-89.6797,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",19,61,19,31,0,1,"","","Certification not required",0,8.421053,3.904069,16.2,"2013-08-20 00:00",15.7,"2013-02-09 00:00",12,"2013-01-28 00:00",12,"2013-07-15 00:00","","","","",16.2,16.2,16.2,15.7,11,8,4,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-01-06" +"55","111","0007","88502",7,43.4351,-89.6797,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5781,66,240,365,0,99,"","","Certification not required",0,7.103961,5.528262,41,"2013-01-06 04:00",38,"2013-01-06 03:00",38,"2013-01-06 06:00",37,"2013-01-06 05:00","","","","",24,21,17,15,10,6,1,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","88502",7,43.4351,-89.6797,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",240,66,240,365,0,0,"","","Certification not required",0,7.065417,4.438668,21.9,"2013-01-03 00:00",21.9,"2013-01-06 00:00",19.4,"2013-03-09 00:00",19,"2013-03-15 00:00","","","","",19.4,18.6,16.3,13.8,9.5,6.3,2.3,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","88502",8,43.4351,-89.6797,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5819,66,243,365,0,61,"","","Certification not required",0,5.49579,5.14851,38,"2013-01-06 05:00",36,"2013-01-06 03:00",36,"2013-01-06 06:00",34,"2013-01-06 04:00","","","","",22,19,16,12,8,5,0,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","111","0007","88502",8,43.4351,-89.6797,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",243,67,243,365,0,0,"","","Certification not required",0,5.464609,4.146718,20.2,"2013-01-03 00:00",20,"2013-01-06 00:00",16.3,"2013-03-09 00:00",16.3,"2013-03-15 00:00","","","","",16.3,16,14,11.3,7.6,4.7,0.9,"DEVILS LAKE PARK","DEVILS LAKE STATE PARK, E12886 TOWER RD","Wisconsin","Sauk","","Baraboo, WI","2014-02-21" +"55","117","0006","44201",1,43.679,-87.716,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4099,92,169,184,0,22,0,0,"Certification not required",1,0.053006,0.015457,0.091,"2013-07-16 17:00",0.091,"2013-08-20 16:00",0.088,"2013-07-22 17:00",0.083,"2013-07-05 16:00","","","","",0.091,0.083,0.079,0.073,0.065,0.053,0.035,"SHEBOYGAN KOHLER ANDRE","KOHLER ANDRE PARK, 1520 Beach Park Rd.","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-21" +"55","117","0006","44201",1,43.679,-87.716,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4114,92,169,184,0,0,0,0,"Certification not required",0,0.04816,0.014083,0.082,"2013-07-16 13:00",0.081,"2013-07-22 14:00",0.081,"2013-08-20 13:00",0.078,"2013-07-05 14:00","","","","",0.081,0.078,0.071,0.067,0.059,0.047,0.032,"SHEBOYGAN KOHLER ANDRE","KOHLER ANDRE PARK, 1520 Beach Park Rd.","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-21" +"55","117","0006","44201",1,43.679,-87.716,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4114,92,169,184,0,0,4,4,"Certification not required",0,0.04816,0.014083,0.082,"2013-07-16 13:00",0.081,"2013-07-22 14:00",0.081,"2013-08-20 13:00",0.078,"2013-07-05 14:00","","","","",0.081,0.078,0.071,0.067,0.059,0.047,0.032,"SHEBOYGAN KOHLER ANDRE","KOHLER ANDRE PARK, 1520 Beach Park Rd.","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-21" +"55","117","0006","61101",1,43.679,-87.716,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4119,47,171,365,0,2,"","","Certification not required",0,5.243943,3.226384,17.2,"2013-07-26 12:00",17.1,"2013-04-21 21:00",16.2,"2013-04-21 13:00",16.1,"2013-04-14 13:00","","","","",14.2,13.1,11.4,10,7.3,4.6,1.7,"SHEBOYGAN KOHLER ANDRE","KOHLER ANDRE PARK, 1520 Beach Park Rd.","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-21" +"55","117","0006","61102",1,43.679,-87.716,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",3824,44,159,365,0,297,"","","Certification not required",0,179.893305,103.463983,360,"2013-05-23 04:00",360,"2013-06-06 18:00",360,"2013-06-07 01:00",360,"2013-07-01 03:00","","","","",357,354,338,307,269,189,19,"SHEBOYGAN KOHLER ANDRE","KOHLER ANDRE PARK, 1520 Beach Park Rd.","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-21" +"55","117","0006","62101",1,43.679,-87.716,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",3376,39,140,365,0,1,"","","Certification not required",0,61.134182,11.178448,97,"2013-07-19 13:00",96,"2013-07-18 10:00",96,"2013-07-19 14:00",96,"2013-07-19 15:00","","","","",89,82,77,73,68,63,45,"SHEBOYGAN KOHLER ANDRE","KOHLER ANDRE PARK, 1520 Beach Park Rd.","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-21" +"55","117","0008","11101",1,43.74395,-87.7763,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",51,84,51,61,0,0,"","","Certification not required",1,17.460784,14.16716,76,"2013-04-22 00:00",46,"2013-08-20 00:00",42,"2013-06-21 00:00",41,"2013-09-19 00:00","","","","",76,46,42,33,23,15,3,"Kohler Co fenceline","Kohler, 444 Highland Dr","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-11" +"55","117","0008","11101",2,43.74395,-87.7763,"WGS84","Suspended particulate (TSP)","24 HOUR","","Observed Values","HI-VOL - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",26,84,26,31,0,0,"","","Certification not required",1,18.75,17.261083,79,"2013-04-22 00:00",48,"2013-08-20 00:00",43,"2013-06-21 00:00",33,"2013-06-09 00:00","","","","",79,79,48,43,22,15,3,"Kohler Co fenceline","Kohler, 444 Highland Dr","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-11" +"55","117","0008","14129",1,43.74395,-87.7763,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - ICAP SPECTRA",2013,"Micrograms/cubic meter (LC)","No Events",28,46,28,61,0,0,0,0,"Certification not required",0,0.021143,0.048637,0.204,"2013-09-19 00:00",0.167,"2013-01-28 00:00",0.054,"2013-08-14 00:00",0.047,"2013-01-10 00:00","","","","",0.204,0.204,0.167,0.054,0.011,0.003,0.001,"Kohler Co fenceline","Kohler, 444 Highland Dr","Wisconsin","Sheboygan","","Sheboygan, WI","2014-02-11" +"55","117","0008","14129",2,43.74395,-87.7763,"WGS84","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","HI-VOL - ICAP SPECTRA",2013,"Micrograms/cubic meter (LC)","No Events",3,10,3,31,0,0,0,0,"Certification not required",0,0.056,0.093531,0.164,"2013-01-28 00:00",0.002,"2013-01-04 00:00",0.002,"2013-01-16 00:00","","","","","","",0.164,0.164,0.164,0.164,0.164,0.002,0.002,"Kohler Co fenceline","Kohler, 444 Highland Dr","Wisconsin","Sheboygan","","Sheboygan, WI","2013-06-28" +"55","119","8001","68103",5,45.2066,-90.5972,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,42,51,122,0,1,"","","Certification not required",0,1.992157,11.421924,20.7,"2013-08-26 00:00",18.3,"2013-08-20 00:00",17.6,"2013-07-09 00:00",17.1,"2013-06-27 00:00","","","","",20.7,18.3,17.6,15.8,10.5,3.1,-12.5,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","68104",5,45.2066,-90.5972,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,42,51,122,0,1,"","","Certification not required",0,12.480392,12.648684,32.9,"2013-09-07 00:00",32.3,"2013-08-26 00:00",31.1,"2013-07-15 00:00",30.9,"2013-08-20 00:00","","","","",32.9,32.3,31.1,26.6,23.4,12.4,-2.2,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","68105",5,45.2066,-90.5972,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",51,42,51,122,0,1,"","","Certification not required",0,7.086275,11.821185,26,"2013-08-26 00:00",24.5,"2013-08-20 00:00",24,"2013-09-07 00:00",23.6,"2013-07-15 00:00","","","","",26,24.5,24,21.8,16.8,8.2,-8.8,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","68106",5,45.2066,-90.5972,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,42,51,122,0,1,"","","Certification not required",0,717.431373,4.153336,726,"2013-07-15 00:00",724,"2013-01-22 00:00",724,"2013-08-14 00:00",724,"2013-09-13 00:00","","","","",726,724,724,723,720,718,713,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","68107",5,45.2066,-90.5972,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,42,51,122,0,1,"","","Certification not required",0,722.588235,3.747941,730,"2013-10-13 00:00",729,"2013-02-21 00:00",729,"2013-07-15 00:00",728,"2013-01-10 00:00","","","","",730,729,729,727,725,723,718,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","68108",5,45.2066,-90.5972,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",51,42,51,122,0,1,"","","Certification not required",0,719.607843,4.030278,727,"2013-07-15 00:00",727,"2013-10-13 00:00",726,"2013-02-21 00:00",725,"2013-03-29 00:00","","","","",727,727,726,724,722,720,715,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88101",1,45.2066,-90.5972,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,5,0,0,"Certification not required",0,6.97027,4.762694,20.6,"2013-02-25 00:00",17.1,"2013-02-09 00:00",16.2,"2013-08-20 00:00",12.9,"2013-08-26 00:00","","","","",20.6,20.6,17.1,12.9,9.4,6.1,1.8,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-01-06" +"55","119","8001","88101",1,45.2066,-90.5972,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,37,61,0,5,"","","Certification not required",0,6.97027,4.762694,20.6,"2013-02-25 00:00",17.1,"2013-02-09 00:00",16.2,"2013-08-20 00:00",12.9,"2013-08-26 00:00","","","","",20.6,20.6,17.1,12.9,9.4,6.1,1.8,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-01-06" +"55","119","8001","88102",5,45.2066,-90.5972,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",48,0.021059,0.009065,0.061,"2013-09-07 00:00",0.057,"2013-08-20 00:00",0.033,"2013-04-10 00:00",0.026,"2013-01-16 00:00","","","","",0.061,0.057,0.033,0.026,0.021,0.0205,0.014,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88103",5,45.2066,-90.5972,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000235,0.000586,0.003,"2013-06-09 00:00",0.002,"2013-05-28 00:00",0.001,"2013-01-22 00:00",0.001,"2013-02-27 00:00","","","","",0.003,0.002,0.001,0.001,0,0,0,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88104",5,45.2066,-90.5972,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",31,0.024216,0.029059,0.138,"2013-04-10 00:00",0.097,"2013-07-21 00:00",0.087,"2013-09-19 00:00",0.086,"2013-04-28 00:00","","","","",0.138,0.097,0.087,0.082,0.024,0.0125,0.0065,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88107",5,45.2066,-90.5972,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.005878,0.004846,0.0295,"2013-01-10 00:00",0.0295,"2013-03-23 00:00",0.0055,"2013-03-05 00:00",0.0055,"2013-03-29 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.005,0.005,0.00385,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88109",5,45.2066,-90.5972,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",26,0.002236,0.002467,0.0154,"2013-01-22 00:00",0.0088,"2013-02-03 00:00",0.0061,"2013-04-28 00:00",0.0047,"2013-02-09 00:00","","","","",0.0154,0.0088,0.0061,0.0039,0.003,0.00115,0.00065,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88110",5,45.2066,-90.5972,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.001078,0.003417,0.019,"2013-10-13 00:00",0.013,"2013-07-15 00:00",0.008,"2013-05-04 00:00",0.005,"2013-08-02 00:00","","","","",0.019,0.013,0.008,0.003,0,0,0,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88111",5,45.2066,-90.5972,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",24,0.017935,0.027278,0.144,"2013-09-07 00:00",0.0975,"2013-08-20 00:00",0.0707,"2013-04-28 00:00",0.0536,"2013-01-22 00:00","","","","",0.144,0.0975,0.0707,0.0496,0.0268,0.0051,0.00235,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88112",5,45.2066,-90.5972,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.003608,0.011064,0.075,"2013-10-01 00:00",0.025,"2013-09-25 00:00",0.019,"2013-10-19 00:00",0.005,"2013-05-22 00:00","","","","",0.075,0.025,0.019,0.004,0.002,0.001,0,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88113",5,45.2066,-90.5972,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.000652,9.7e-05,0.001,"2013-01-10 00:00",0.001,"2013-03-23 00:00",0.0007,"2013-01-16 00:00",0.0007,"2013-01-22 00:00","","","","",0.001,0.001,0.0007,0.0007,0.0007,0.00065,0.00055,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88114",5,45.2066,-90.5972,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.000905,0.000242,0.00125,"2013-01-22 00:00",0.00125,"2013-02-03 00:00",0.00125,"2013-02-15 00:00",0.00125,"2013-04-04 00:00","","","","",0.00125,0.00125,0.00125,0.00125,0.00125,0.0008,0.00065,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88115",5,45.2066,-90.5972,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",43,0.00534,0.006682,0.038,"2013-01-22 00:00",0.0331,"2013-02-03 00:00",0.016,"2013-02-09 00:00",0.012,"2013-01-28 00:00","","","","",0.038,0.0331,0.016,0.008,0.00405,0.0039,0.00235,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88117",5,45.2066,-90.5972,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.005326,0.007716,0.043,"2013-01-10 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-03-05 00:00",0.0048,"2013-03-29 00:00","","","","",0.043,0.043,0.00485,0.0048,0.0041,0.0041,0.0028,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88118",5,45.2066,-90.5972,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.009657,0.006324,0.023,"2013-01-10 00:00",0.023,"2013-03-23 00:00",0.017,"2013-01-04 00:00",0.017,"2013-01-28 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88126",5,45.2066,-90.5972,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",2,0.021019,0.015572,0.0746,"2013-04-28 00:00",0.0552,"2013-08-26 00:00",0.0536,"2013-09-19 00:00",0.0465,"2013-09-07 00:00","","","","",0.0746,0.0552,0.0536,0.0448,0.0266,0.0162,0.0045,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88128",5,45.2066,-90.5972,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000529,0.001302,0.007,"2013-04-28 00:00",0.005,"2013-02-09 00:00",0.003,"2013-02-03 00:00",0.002,"2013-01-04 00:00","","","","",0.007,0.005,0.003,0.001,0.001,0,0,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88131",5,45.2066,-90.5972,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",48,0.010765,0.004126,0.027,"2013-08-02 00:00",0.018,"2013-05-28 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-03-17 00:00","","","","",0.027,0.018,0.0165,0.0165,0.011,0.011,0.007,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88132",5,45.2066,-90.5972,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.000353,0.000559,0.002,"2013-01-04 00:00",0.002,"2013-08-26 00:00",0.001,"2013-01-10 00:00",0.001,"2013-03-17 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88136",5,45.2066,-90.5972,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,9.8e-05,0.0003,0.001,"2013-04-10 00:00",0.001,"2013-06-09 00:00",0.001,"2013-07-27 00:00",0.001,"2013-08-02 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88140",5,45.2066,-90.5972,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",48,0.007853,0.006236,0.041,"2013-01-22 00:00",0.026,"2013-02-15 00:00",0.025,"2013-03-23 00:00",0.009,"2013-01-10 00:00","","","","",0.041,0.026,0.025,0.009,0.009,0.006,0.00475,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88152",5,45.2066,-90.5972,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.005455,0.001352,0.008,"2013-03-05 00:00",0.008,"2013-03-29 00:00",0.008,"2013-04-16 00:00",0.008,"2013-05-16 00:00","","","","",0.008,0.008,0.008,0.008,0.0055,0.005,0.0045,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88154",5,45.2066,-90.5972,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.001079,0.000241,0.0015,"2013-09-25 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-02-15 00:00","","","","",0.0015,0.0013,0.0013,0.0013,0.0013,0.001,0.00065,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88160",5,45.2066,-90.5972,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.01351,0.003982,0.027,"2013-04-22 00:00",0.018,"2013-01-16 00:00",0.018,"2013-03-17 00:00",0.018,"2013-05-04 00:00","","","","",0.027,0.018,0.018,0.018,0.016,0.016,0.01,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88161",5,45.2066,-90.5972,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.002375,0.000442,0.005,"2013-04-28 00:00",0.00265,"2013-03-05 00:00",0.00265,"2013-03-29 00:00",0.00265,"2013-04-16 00:00","","","","",0.005,0.00265,0.00265,0.00265,0.0025,0.00215,0.0021,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88164",5,45.2066,-90.5972,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.001584,0.000199,0.0019,"2013-03-05 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-04-16 00:00",0.0019,"2013-05-16 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88165",5,45.2066,-90.5972,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",13,0.048255,0.049434,0.245,"2013-04-28 00:00",0.151,"2013-09-19 00:00",0.146,"2013-07-03 00:00",0.138,"2013-09-07 00:00","","","","",0.245,0.151,0.146,0.118,0.066,0.035,0.0055,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88166",5,45.2066,-90.5972,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.008184,0.004692,0.0185,"2013-01-16 00:00",0.0185,"2013-03-17 00:00",0.0185,"2013-05-04 00:00",0.0185,"2013-06-09 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0075,0.0042,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88167",5,45.2066,-90.5972,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",26,0.003449,0.002721,0.0127,"2013-02-09 00:00",0.0089,"2013-01-04 00:00",0.008,"2013-01-10 00:00",0.0079,"2013-09-13 00:00","","","","",0.0127,0.0089,0.008,0.0078,0.0047,0.00175,0.0013,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88168",5,45.2066,-90.5972,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",49,0.001303,0.000782,0.0063,"2013-03-29 00:00",0.0021,"2013-04-04 00:00",0.00175,"2013-01-16 00:00",0.00175,"2013-03-17 00:00","","","","",0.0063,0.0021,0.00175,0.00175,0.00115,0.00115,0.00085,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88169",5,45.2066,-90.5972,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.431139,0.372896,1.68,"2013-08-20 00:00",1.33,"2013-07-15 00:00",1.17,"2013-02-09 00:00",1.16,"2013-04-28 00:00","","","","",1.68,1.33,1.17,1.03,0.591,0.273,0.123,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88176",5,45.2066,-90.5972,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",51,0.000942,0.000208,0.0013,"2013-01-10 00:00",0.0013,"2013-01-16 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-03-23 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.001,0.0009,0.0007,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88180",5,45.2066,-90.5972,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",2,0.036064,0.023498,0.109,"2013-01-22 00:00",0.0883,"2013-01-10 00:00",0.087,"2013-02-03 00:00",0.0795,"2013-02-09 00:00","","","","",0.109,0.0883,0.087,0.075,0.0466,0.0311,0.0142,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88184",5,45.2066,-90.5972,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",44,0.029137,0.032507,0.209,"2013-01-22 00:00",0.14,"2013-02-15 00:00",0.079,"2013-01-10 00:00",0.051,"2013-03-05 00:00","","","","",0.209,0.14,0.079,0.041,0.027,0.02,0.013,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88185",5,45.2066,-90.5972,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",50,0.003588,0.003878,0.0143,"2013-05-22 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-03-17 00:00",0.0115,"2013-05-04 00:00","","","","",0.0143,0.0115,0.0115,0.0115,0.00225,0.00225,0.0014,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88301",5,45.2066,-90.5972,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",6,0.328458,0.393953,1.58,"2013-02-09 00:00",1.4,"2013-08-20 00:00",1.16,"2013-04-28 00:00",1.1,"2013-01-04 00:00","","","","",1.58,1.4,1.16,0.913,0.529,0.174,0.0125,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88302",5,45.2066,-90.5972,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",6,0.046311,0.038146,0.21,"2013-01-22 00:00",0.18,"2013-02-15 00:00",0.109,"2013-02-03 00:00",0.09,"2013-07-15 00:00","","","","",0.21,0.18,0.109,0.086,0.054,0.035,0.015,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88303",5,45.2066,-90.5972,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",18,0.028986,0.020382,0.085,"2013-02-09 00:00",0.077,"2013-02-03 00:00",0.077,"2013-07-15 00:00",0.074,"2013-01-22 00:00","","","","",0.085,0.077,0.077,0.055,0.0369,0.0266,0.007,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88306",5,45.2066,-90.5972,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,0.757649,0.951776,3.97,"2013-02-09 00:00",3.92,"2013-01-04 00:00",2.74,"2013-01-28 00:00",2.64,"2013-02-03 00:00","","","","",3.97,3.92,2.74,2.1,0.839,0.416,0.087,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88355",5,45.2066,-90.5972,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.365804,0.74721,3.02,"2013-08-26 00:00",2.83,"2013-08-20 00:00",2.79,"2013-06-15 00:00",2.65,"2013-02-03 00:00","","","","",3.02,2.83,2.79,2.53,1.87,1.2,0.586,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88357",5,45.2066,-90.5972,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.07698,0.052206,0.28,"2013-01-10 00:00",0.186,"2013-02-03 00:00",0.173,"2013-10-31 00:00",0.159,"2013-06-15 00:00","","","","",0.28,0.186,0.173,0.137,0.106,0.064,0.024,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88370",5,45.2066,-90.5972,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,1.258137,0.670981,2.72,"2013-08-26 00:00",2.62,"2013-06-15 00:00",2.47,"2013-08-20 00:00",2.4,"2013-02-03 00:00","","","","",2.72,2.62,2.47,2.26,1.68,1.13,0.585,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88374",5,45.2066,-90.5972,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",3,0.075667,0.073452,0.355,"2013-08-20 00:00",0.303,"2013-02-03 00:00",0.244,"2013-08-26 00:00",0.213,"2013-08-08 00:00","","","","",0.355,0.303,0.244,0.163,0.085,0.056,0.016,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88375",5,45.2066,-90.5972,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.304275,0.183098,0.748,"2013-07-09 00:00",0.745,"2013-08-26 00:00",0.671,"2013-07-15 00:00",0.641,"2013-08-20 00:00","","","","",0.748,0.745,0.671,0.598,0.439,0.279,0.117,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88376",5,45.2066,-90.5972,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.38598,0.209427,1.12,"2013-06-15 00:00",0.791,"2013-01-10 00:00",0.79,"2013-08-08 00:00",0.727,"2013-09-07 00:00","","","","",1.12,0.791,0.79,0.696,0.486,0.349,0.135,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88377",5,45.2066,-90.5972,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.217627,0.127508,0.629,"2013-02-03 00:00",0.61,"2013-01-10 00:00",0.413,"2013-08-20 00:00",0.4,"2013-08-26 00:00","","","","",0.629,0.61,0.413,0.365,0.308,0.188,0.099,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88378",5,45.2066,-90.5972,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.275275,0.164053,0.633,"2013-08-26 00:00",0.62,"2013-07-15 00:00",0.619,"2013-02-09 00:00",0.577,"2013-08-20 00:00","","","","",0.633,0.62,0.619,0.51,0.359,0.257,0.088,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88380",5,45.2066,-90.5972,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.183647,0.131443,0.582,"2013-01-10 00:00",0.469,"2013-08-20 00:00",0.433,"2013-02-03 00:00",0.405,"2013-08-26 00:00","","","","",0.582,0.469,0.433,0.381,0.255,0.165,0.049,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88383",5,45.2066,-90.5972,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.404133,0.254215,0.987,"2013-08-20 00:00",0.981,"2013-08-26 00:00",0.898,"2013-02-09 00:00",0.787,"2013-07-15 00:00","","","","",0.987,0.981,0.898,0.741,0.603,0.362,0.119,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88384",5,45.2066,-90.5972,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.054707,0.040902,0.223,"2013-07-15 00:00",0.146,"2013-06-09 00:00",0.126,"2013-06-21 00:00",0.12,"2013-06-27 00:00","","","","",0.223,0.146,0.126,0.111,0.0636,0.0451,0.0185,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88385",5,45.2066,-90.5972,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",51,0.001,0,0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00","","","","",0.001,0.001,0.001,0.001,0.001,0.001,0.001,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88388",5,45.2066,-90.5972,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",51,84,51,61,0,1,"","","Certification not required",0,0.382,0.242525,0.946,"2013-07-15 00:00",0.94,"2013-08-20 00:00",0.929,"2013-08-26 00:00",0.824,"2013-02-09 00:00","","","","",0.946,0.94,0.929,0.653,0.561,0.33,0.108,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88403",5,45.2066,-90.5972,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,1.045498,0.92552,4.49,"2013-08-20 00:00",3.33,"2013-07-15 00:00",3.03,"2013-04-28 00:00",2.76,"2013-09-25 00:00","","","","",4.49,3.33,3.03,2.56,1.24,0.718,0.24,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","8001","88502",3,45.2066,-90.5972,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5821,66,243,365,0,59,"","","Certification not required",0,6.410754,6.267064,128,"2013-08-08 05:00",92,"2013-04-08 12:00",84,"2013-01-05 03:00",52,"2013-01-08 07:00","","","","",27,22,18,14,9,5,1,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-21" +"55","119","8001","88502",3,45.2066,-90.5972,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",243,67,243,365,0,0,"","","Certification not required",0,6.371193,4.75696,24.9,"2013-01-05 00:00",21.6,"2013-01-08 00:00",20.8,"2013-03-09 00:00",19.1,"2013-01-03 00:00","","","","",20.8,18.7,16,12.9,8.7,5.2,1.4,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-21" +"55","119","8001","88502",5,45.2066,-90.5972,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",51,42,51,122,0,1,"","","Certification not required",0,6.364706,3.991432,18.4,"2013-08-20 00:00",15.6,"2013-02-09 00:00",14.2,"2013-07-15 00:00",13.6,"2013-08-26 00:00","","","","",18.4,15.6,14.2,11.6,9,5.2,2.4,"Perkinstown","W10746 Cty Rd. M","Wisconsin","Taylor","","","2014-02-14" +"55","119","9991","44201",1,45.2066,-90.5969,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7627,99,182,184,0,389,0,0,"Certification not required",12,0.045275,0.010166,0.066,"2013-07-06 15:00",0.065,"2013-05-08 14:00",0.064,"2013-03-29 16:00",0.064,"2013-05-09 01:00","","","","",0.065,0.064,0.061,0.059,0.054,0.05,0.042,"Perkinstown","W 10746 County Highway M, Medford, WI 54451","Wisconsin","Taylor","","","2014-01-31" +"55","119","9991","44201",1,45.2066,-90.5969,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7935,98,181,184,0,0,0,0,"Certification not required",0,0.04174,0.010059,0.063,"2013-05-08 09:00",0.062,"2013-03-29 13:00",0.062,"2013-07-06 10:00",0.061,"2013-05-20 11:00","","","","",0.062,0.061,0.058,0.056,0.051,0.046,0.039,"Perkinstown","W 10746 County Highway M, Medford, WI 54451","Wisconsin","Taylor","","","2014-01-31" +"55","119","9991","44201",1,45.2066,-90.5969,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7935,98,181,184,0,0,0,0,"Certification not required",0,0.04174,0.010059,0.063,"2013-05-08 09:00",0.062,"2013-03-29 13:00",0.062,"2013-07-06 10:00",0.061,"2013-05-20 11:00","","","","",0.062,0.061,0.058,0.056,0.051,0.046,0.039,"Perkinstown","W 10746 County Highway M, Medford, WI 54451","Wisconsin","Taylor","","","2014-01-31" +"55","125","0001","44201",1,46.052,-89.653,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4512,88,162,184,0,157,0,0,"Certification not required",2,0.042802,0.010869,0.075,"2013-05-08 19:00",0.065,"2013-05-20 12:00",0.064,"2013-09-27 14:00",0.063,"2013-06-10 11:00","","","","",0.065,0.063,0.059,0.058,0.053,0.046,0.035,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2014-02-21" +"55","125","0001","44201",1,46.052,-89.653,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4523,88,162,184,0,0,0,0,"Certification not required",0,0.039284,0.010527,0.064,"2013-05-08 14:00",0.062,"2013-05-20 10:00",0.06,"2013-07-06 10:00",0.06,"2013-09-27 10:00","","","","",0.062,0.06,0.056,0.054,0.049,0.043,0.031,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2014-02-21" +"55","125","0001","44201",1,46.052,-89.653,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4523,88,162,184,0,0,0,0,"Certification not required",0,0.039284,0.010527,0.064,"2013-05-08 14:00",0.062,"2013-05-20 10:00",0.06,"2013-07-06 10:00",0.06,"2013-09-27 10:00","","","","",0.062,0.06,0.056,0.054,0.049,0.043,0.031,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2014-02-21" +"55","125","0001","68105",1,46.052,-89.653,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",1,2,1,61,0,0,"","","Certification not required",0,0.8,0,0.8,"2013-04-04 00:00","","","","","","","","","","",0.8,0.8,0.8,0.8,0.8,0.8,0.8,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2013-11-25" +"55","125","0001","68108",1,46.052,-89.653,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",1,2,1,61,0,0,"","","Certification not required",0,723,0,723,"2013-04-04 00:00","","","","","","","","","","",723,723,723,723,723,723,723,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2013-11-25" +"55","125","0001","88101",1,46.052,-89.653,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,10,0,0,"Certification not required",0,5.463333,3.478851,14.4,"2013-08-20 00:00",13.1,"2013-07-15 00:00",10.5,"2013-04-28 00:00",9.3,"2013-02-03 00:00","","","","",14.4,14.4,13.1,10.5,7.3,5.3,1.5,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2014-01-06" +"55","125","0001","88101",1,46.052,-89.653,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,10,"","","Certification not required",0,5.463333,3.478851,14.4,"2013-08-20 00:00",13.1,"2013-07-15 00:00",10.5,"2013-04-28 00:00",9.3,"2013-02-03 00:00","","","","",14.4,14.4,13.1,10.5,7.3,5.3,1.5,"TROUT LAKE","TROUT LAKE NURSERY, 10810 COUNTY HWY M","Wisconsin","Vilas","","","2014-01-06" +"55","127","0005","44201",1,42.580009,-88.499213,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4254,91,168,184,0,32,0,0,"Certification not required",4,0.049274,0.011555,0.089,"2013-06-20 16:00",0.073,"2013-05-08 17:00",0.073,"2013-05-20 15:00",0.072,"2013-05-07 15:00","","","","",0.073,0.072,0.069,0.064,0.057,0.049,0.039,"LAKE GENEVA"," RR4 ELGIN CLUB RD","Wisconsin","Walworth","","Whitewater, WI","2014-02-21" +"55","127","0005","44201",1,42.580009,-88.499213,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4264,92,169,184,0,0,0,0,"Certification not required",0,0.044249,0.011171,0.075,"2013-06-20 12:00",0.07,"2013-05-08 11:00",0.069,"2013-05-20 10:00",0.067,"2013-05-07 10:00","","","","",0.07,0.067,0.065,0.059,0.052,0.043,0.033,"LAKE GENEVA"," RR4 ELGIN CLUB RD","Wisconsin","Walworth","","Whitewater, WI","2014-02-21" +"55","127","0005","44201",1,42.580009,-88.499213,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4264,92,169,184,0,0,0,0,"Certification not required",0,0.044249,0.011171,0.075,"2013-06-20 12:00",0.07,"2013-05-08 11:00",0.069,"2013-05-20 10:00",0.067,"2013-05-07 10:00","","","","",0.07,0.067,0.065,0.059,0.052,0.043,0.033,"LAKE GENEVA"," RR4 ELGIN CLUB RD","Wisconsin","Walworth","","Whitewater, WI","2014-02-21" +"55","127","0005","61101",1,42.580009,-88.499213,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6353,73,263,365,0,199,"","","Certification not required",0,4.297513,2.262365,16.9,"2013-02-11 02:00",16.3,"2013-02-11 03:00",16.1,"2013-02-11 04:00",15.9,"2013-01-19 21:00","","","","",11.3,10.2,8.6,7.2,5.6,4,1.6,"LAKE GENEVA"," RR4 ELGIN CLUB RD","Wisconsin","Walworth","","Whitewater, WI","2014-02-21" +"55","127","0005","61102",1,42.580009,-88.499213,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6402,73,266,365,0,150,"","","Certification not required",0,194.116682,102.196367,360,"2013-01-23 22:00",360,"2013-01-23 23:00",360,"2013-02-27 06:00",360,"2013-02-28 02:00","","","","",356,352,339,320,279,223,48,"LAKE GENEVA"," RR4 ELGIN CLUB RD","Wisconsin","Walworth","","Whitewater, WI","2014-02-21" +"55","127","0005","62101",1,42.580009,-88.499213,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6544,75,273,365,0,8,"","","Certification not required",0,50.386002,21.71812,92,"2013-08-30 13:00",92,"2013-08-30 14:00",92,"2013-09-10 13:00",91,"2013-07-17 12:00","","","","",87,85,81,77,69,54,20,"LAKE GENEVA"," RR4 ELGIN CLUB RD","Wisconsin","Walworth","","Whitewater, WI","2014-02-21" +"55","133","0027","44201",1,43.020075,-88.21507,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4098,91,168,184,0,42,0,0,"Certification not required",203,0.042512,0.009882,0.069,"2013-05-01 15:00",0.069,"2013-08-24 16:00",0.066,"2013-06-20 14:00",0.063,"2013-07-04 17:00","","","","",0.069,0.063,0.061,0.057,0.049,0.042,0.031,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","44201",1,43.020075,-88.21507,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4104,91,167,184,0,0,0,0,"Certification not required",0,0.038,0.009257,0.06,"2013-05-20 11:00",0.059,"2013-05-01 10:00",0.057,"2013-06-20 09:00",0.056,"2013-05-08 10:00","","","","",0.059,0.056,0.054,0.051,0.045,0.038,0.027,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","44201",1,43.020075,-88.21507,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4104,91,167,184,0,0,0,0,"Certification not required",0,0.038,0.009257,0.06,"2013-05-20 11:00",0.059,"2013-05-01 10:00",0.057,"2013-06-20 09:00",0.056,"2013-05-08 10:00","","","","",0.059,0.056,0.054,0.051,0.045,0.038,0.027,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","61101",1,43.020075,-88.21507,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5521,63,224,365,0,311,"","","Certification not required",0,4.5595,2.596734,20.1,"2013-01-19 21:00",17.2,"2013-01-19 20:00",16.3,"2013-01-19 23:00",16.2,"2013-05-11 10:00","","","","",11.9,10.8,9.3,8.1,6.2,4.2,1.5,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-01-27" +"55","133","0027","61102",1,43.020075,-88.21507,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6524,74,272,365,0,28,"","","Certification not required",0,191.523299,101.737494,360,"2013-02-07 20:00",360,"2013-02-27 09:00",360,"2013-02-28 11:00",360,"2013-05-24 02:00","","","","",357,353,341,319,286,197,39,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","62101",1,43.020075,-88.21507,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,51.171839,22.287031,97,"2013-09-10 13:00",96,"2013-07-17 14:00",96,"2013-07-17 15:00",96,"2013-07-18 14:00","","","","",90,87,83,79,70,54,21,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","64101",1,43.020075,-88.21507,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6541,75,273,365,0,11,"","","Certification not required",0,1012.015747,6.388557,1032,"2013-01-24 09:00",1031,"2013-01-24 08:00",1031,"2013-01-24 10:00",1031,"2013-01-24 11:00","","","","",1026,1024,1022,1020,1016,1012,1004,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","68103",5,43.020075,-88.21507,"NAD83","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,3.495918,10.918466,21.3,"2013-08-26 00:00",19.2,"2013-07-15 00:00",18.9,"2013-07-09 00:00",18.3,"2013-09-19 00:00","","","","",21.3,21.3,18.9,17.9,11.7,5.3,-12.6,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","68104",5,43.020075,-88.21507,"NAD83","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,14.634694,12.424598,33.2,"2013-07-15 00:00",33.1,"2013-08-26 00:00",32.1,"2013-06-27 00:00",29.8,"2013-09-01 00:00","","","","",33.2,33.2,32.1,29.1,24.9,16.1,-2.2,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","68105",5,43.020075,-88.21507,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",49,80,49,61,0,3,"","","Certification not required",0,8.677551,11.046422,26.3,"2013-08-26 00:00",26,"2013-07-15 00:00",23.3,"2013-06-27 00:00",23.1,"2013-07-09 00:00","","","","",26.3,26.3,23.3,21.2,18.2,11.2,-7.3,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","68106",5,43.020075,-88.21507,"NAD83","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,732.938776,4.887945,744,"2013-01-22 00:00",741,"2013-03-29 00:00",740,"2013-07-15 00:00",740,"2013-10-13 00:00","","","","",744,744,740,738,736,733,727,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","68107",5,43.020075,-88.21507,"NAD83","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,740.163265,4.942785,751,"2013-01-10 00:00",749,"2013-02-09 00:00",749,"2013-02-21 00:00",748,"2013-03-29 00:00","","","","",751,751,749,747,744,740,733,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","68108",5,43.020075,-88.21507,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",49,80,49,61,0,3,"","","Certification not required",0,735.326531,4.819179,744,"2013-01-22 00:00",743,"2013-01-10 00:00",743,"2013-02-21 00:00",743,"2013-10-13 00:00","","","","",744,744,743,742,739,735,729,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","81102",1,43.020075,-88.21507,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",50,82,50,61,0,1,0,0,"Certification not required",1,16.24,7.069798,33,"2013-08-20 00:00",32,"2013-08-26 00:00",26,"2013-01-04 00:00",26,"2013-04-04 00:00","","","","",33,33,26,26,22,17,7,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-11" +"55","133","0027","88101",2,43.020075,-88.21507,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,59,36,61,0,5,0,0,"Certification not required",0,10.240541,5.196551,24.5,"2013-02-09 00:00",20.2,"2013-08-20 00:00",17.7,"2013-02-03 00:00",17.3,"2013-01-04 00:00","","","","",24.5,24.5,20.2,17.3,14.5,10.2,4.6,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","133","0027","88101",2,43.020075,-88.21507,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,59,36,61,0,5,"","","Certification not required",0,10.240541,5.196551,24.5,"2013-02-09 00:00",20.2,"2013-08-20 00:00",17.7,"2013-02-03 00:00",17.3,"2013-01-04 00:00","","","","",24.5,24.5,20.2,17.3,14.5,10.2,4.6,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-01-06" +"55","133","0027","88102",5,43.020075,-88.21507,"NAD83","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.021573,0.01108,0.086,"2013-04-04 00:00",0.036,"2013-06-27 00:00",0.026,"2013-01-16 00:00",0.026,"2013-02-03 00:00","","","","",0.086,0.086,0.026,0.026,0.026,0.021,0.0135,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88103",5,43.020075,-88.21507,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.000708,0.00111,0.006,"2013-07-03 00:00",0.003,"2013-08-14 00:00",0.003,"2013-10-13 00:00",0.002,"2013-04-10 00:00","","","","",0.006,0.006,0.003,0.002,0.001,0,0,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88104",5,43.020075,-88.21507,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",32,0.017177,0.014234,0.057,"2013-04-04 00:00",0.056,"2013-06-27 00:00",0.055,"2013-04-22 00:00",0.048,"2013-05-28 00:00","","","","",0.057,0.057,0.055,0.045,0.021,0.0125,0.0065,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88107",5,43.020075,-88.21507,"NAD83","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.007131,0.00719,0.0295,"2013-03-17 00:00",0.0295,"2013-04-10 00:00",0.0295,"2013-04-16 00:00",0.0295,"2013-07-15 00:00","","","","",0.0295,0.0295,0.0295,0.0201,0.0055,0.005,0.00385,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88109",5,43.020075,-88.21507,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",13,0.003213,0.002308,0.0119,"2013-01-22 00:00",0.0102,"2013-02-03 00:00",0.0064,"2013-01-04 00:00",0.0063,"2013-06-09 00:00","","","","",0.0119,0.0119,0.0064,0.0055,0.0046,0.0024,0.00115,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88110",5,43.020075,-88.21507,"NAD83","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.00175,0.004407,0.022,"2013-06-27 00:00",0.013,"2013-07-21 00:00",0.012,"2013-02-15 00:00",0.012,"2013-07-03 00:00","","","","",0.022,0.022,0.012,0.007,0,0,0,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88111",5,43.020075,-88.21507,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",3,0.035688,0.028359,0.125,"2013-01-04 00:00",0.121,"2013-01-16 00:00",0.101,"2013-02-03 00:00",0.0733,"2013-01-22 00:00","","","","",0.125,0.125,0.101,0.0695,0.0448,0.0325,0.0097,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88112",5,43.020075,-88.21507,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.005542,0.011607,0.063,"2013-09-19 00:00",0.054,"2013-09-25 00:00",0.012,"2013-02-27 00:00",0.011,"2013-10-07 00:00","","","","",0.063,0.063,0.012,0.01,0.006,0.002,0,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88113",5,43.020075,-88.21507,"NAD83","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",38,0.000895,0.000439,0.0023,"2013-01-10 00:00",0.002,"2013-01-16 00:00",0.002,"2013-08-08 00:00",0.0018,"2013-09-19 00:00","","","","",0.0023,0.0023,0.002,0.0016,0.001,0.0007,0.00055,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88114",5,43.020075,-88.21507,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",7,0.008542,0.008932,0.0424,"2013-10-07 00:00",0.0352,"2013-10-31 00:00",0.0257,"2013-01-16 00:00",0.0228,"2013-09-25 00:00","","","","",0.0424,0.0424,0.0257,0.0206,0.012,0.0058,0.00125,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88115",5,43.020075,-88.21507,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",21,0.039978,0.089003,0.543,"2013-02-03 00:00",0.262,"2013-01-04 00:00",0.161,"2013-01-22 00:00",0.136,"2013-01-16 00:00","","","","",0.543,0.543,0.161,0.101,0.0297,0.0094,0.0024,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88117",5,43.020075,-88.21507,"NAD83","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.006969,0.011154,0.0435,"2013-03-17 00:00",0.0435,"2013-04-10 00:00",0.0435,"2013-04-16 00:00",0.0435,"2013-07-15 00:00","","","","",0.0435,0.0435,0.0435,0.00485,0.0048,0.00345,0.0028,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88118",5,43.020075,-88.21507,"NAD83","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.009183,0.006646,0.023,"2013-03-17 00:00",0.023,"2013-04-10 00:00",0.023,"2013-04-16 00:00",0.023,"2013-07-15 00:00","","","","",0.023,0.023,0.023,0.017,0.017,0.0055,0.00405,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88126",5,43.020075,-88.21507,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.104329,0.08058,0.403,"2013-07-15 00:00",0.281,"2013-01-16 00:00",0.237,"2013-01-10 00:00",0.23,"2013-07-09 00:00","","","","",0.403,0.403,0.237,0.222,0.142,0.0842,0.0202,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88128",5,43.020075,-88.21507,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.006708,0.009116,0.045,"2013-02-03 00:00",0.034,"2013-01-04 00:00",0.027,"2013-10-07 00:00",0.022,"2013-01-22 00:00","","","","",0.045,0.045,0.027,0.017,0.008,0.004,0,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88131",5,43.020075,-88.21507,"NAD83","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.010875,0.003934,0.0165,"2013-01-16 00:00",0.0165,"2013-02-03 00:00",0.0165,"2013-04-22 00:00",0.0165,"2013-05-10 00:00","","","","",0.0165,0.0165,0.0165,0.0165,0.0165,0.011,0.007,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88132",5,43.020075,-88.21507,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.009979,0.012262,0.062,"2013-01-16 00:00",0.045,"2013-01-04 00:00",0.036,"2013-10-07 00:00",0.029,"2013-04-04 00:00","","","","",0.062,0.062,0.036,0.026,0.012,0.007,0,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88136",5,43.020075,-88.21507,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.001063,0.00163,0.006,"2013-04-16 00:00",0.005,"2013-01-28 00:00",0.005,"2013-07-09 00:00",0.005,"2013-09-25 00:00","","","","",0.006,0.006,0.005,0.004,0.002,0,0,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88140",5,43.020075,-88.21507,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",22,0.098864,0.295778,1.68,"2013-10-01 00:00",1.23,"2013-10-07 00:00",0.253,"2013-01-04 00:00",0.233,"2013-08-02 00:00","","","","",1.68,1.68,0.253,0.179,0.043,0.0133,0.0055,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88152",5,43.020075,-88.21507,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.008894,0.016693,0.102,"2013-01-04 00:00",0.069,"2013-02-03 00:00",0.02,"2013-01-22 00:00",0.008,"2013-03-23 00:00","","","","",0.102,0.102,0.02,0.008,0.0055,0.005,0.0045,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88154",5,43.020075,-88.21507,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.001169,0.00053,0.0044,"2013-06-27 00:00",0.0013,"2013-01-22 00:00",0.0013,"2013-02-15 00:00",0.0013,"2013-04-04 00:00","","","","",0.0044,0.0044,0.0013,0.0013,0.00125,0.00125,0.00065,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88160",5,43.020075,-88.21507,"NAD83","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.013563,0.003901,0.0185,"2013-05-10 00:00",0.0185,"2013-11-06 00:00",0.018,"2013-01-16 00:00",0.018,"2013-02-03 00:00","","","","",0.0185,0.0185,0.018,0.018,0.018,0.016,0.01,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88161",5,43.020075,-88.21507,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.002463,0.000856,0.0067,"2013-07-15 00:00",0.006,"2013-09-19 00:00",0.00265,"2013-03-23 00:00",0.00265,"2013-03-29 00:00","","","","",0.0067,0.0067,0.00265,0.00265,0.0025,0.0022,0.0021,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88164",5,43.020075,-88.21507,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001544,0.000231,0.0019,"2013-03-23 00:00",0.0019,"2013-03-29 00:00",0.0019,"2013-05-16 00:00",0.0019,"2013-06-03 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,0.0015,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88165",5,43.020075,-88.21507,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",7,0.067363,0.069754,0.412,"2013-05-28 00:00",0.172,"2013-09-19 00:00",0.167,"2013-06-27 00:00",0.164,"2013-04-04 00:00","","","","",0.412,0.412,0.167,0.136,0.0998,0.044,0.006,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88166",5,43.020075,-88.21507,"NAD83","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",46,0.010339,0.006302,0.023,"2013-05-04 00:00",0.019,"2013-01-16 00:00",0.019,"2013-05-10 00:00",0.019,"2013-06-03 00:00","","","","",0.023,0.023,0.019,0.019,0.0185,0.0075,0.0042,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88167",5,43.020075,-88.21507,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.056138,0.077914,0.411,"2013-01-04 00:00",0.253,"2013-02-03 00:00",0.206,"2013-01-16 00:00",0.17,"2013-06-27 00:00","","","","",0.411,0.411,0.206,0.166,0.0755,0.0254,0.0033,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88168",5,43.020075,-88.21507,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",45,0.001868,0.00344,0.025,"2013-06-03 00:00",0.0033,"2013-07-03 00:00",0.0021,"2013-06-15 00:00",0.00175,"2013-01-16 00:00","","","","",0.025,0.025,0.0021,0.00175,0.00175,0.0012,0.00085,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88169",5,43.020075,-88.21507,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.522813,0.380593,1.55,"2013-08-26 00:00",1.53,"2013-06-09 00:00",1.49,"2013-07-15 00:00",1.4,"2013-09-25 00:00","","","","",1.55,1.55,1.49,1.26,0.609,0.399,0.212,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88176",5,43.020075,-88.21507,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",48,0.001021,0.00024,0.0013,"2013-01-16 00:00",0.0013,"2013-02-03 00:00",0.0013,"2013-03-17 00:00",0.0013,"2013-04-10 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.0013,0.001,0.0007,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88180",5,43.020075,-88.21507,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,0.050875,0.03407,0.19,"2013-07-03 00:00",0.155,"2013-10-13 00:00",0.119,"2013-09-19 00:00",0.0889,"2013-02-09 00:00","","","","",0.19,0.19,0.119,0.0824,0.06,0.0472,0.0173,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88184",5,43.020075,-88.21507,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",23,0.057427,0.062996,0.317,"2013-01-22 00:00",0.232,"2013-01-04 00:00",0.213,"2013-02-03 00:00",0.19,"2013-01-16 00:00","","","","",0.317,0.317,0.213,0.113,0.068,0.035,0.013,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88185",5,43.020075,-88.21507,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",47,0.004753,0.004439,0.0115,"2013-01-16 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-04-22 00:00",0.0115,"2013-05-10 00:00","","","","",0.0115,0.0115,0.0115,0.0115,0.0115,0.00225,0.0014,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88301",5,43.020075,-88.21507,"NAD83","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",1,0.55151,0.51551,1.86,"2013-02-09 00:00",1.83,"2013-06-09 00:00",1.79,"2013-02-03 00:00",1.69,"2013-09-25 00:00","","","","",1.86,1.86,1.79,1.33,0.722,0.364,0.063,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88302",5,43.020075,-88.21507,"NAD83","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",2,0.071873,0.064096,0.371,"2013-04-10 00:00",0.266,"2013-01-22 00:00",0.193,"2013-10-31 00:00",0.192,"2013-09-19 00:00","","","","",0.371,0.371,0.193,0.11,0.08,0.0554,0.0203,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88303",5,43.020075,-88.21507,"NAD83","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",14,0.043884,0.033477,0.119,"2013-07-15 00:00",0.116,"2013-07-03 00:00",0.112,"2013-09-19 00:00",0.104,"2013-05-28 00:00","","","","",0.119,0.119,0.112,0.102,0.06,0.039,0.0034,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88306",5,43.020075,-88.21507,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.444633,1.293784,4.78,"2013-02-09 00:00",4.76,"2013-01-16 00:00",4.75,"2013-01-04 00:00",4.61,"2013-02-03 00:00","","","","",4.78,4.78,4.75,3.5,1.98,0.941,0.306,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88355",5,43.020075,-88.21507,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,2.127519,0.980352,4.36,"2013-07-03 00:00",4.32,"2013-10-13 00:00",3.9,"2013-02-09 00:00",3.64,"2013-09-07 00:00","","","","",4.36,4.32,3.9,3.52,2.91,2,1,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88357",5,43.020075,-88.21507,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.294288,0.127864,0.6,"2013-10-13 00:00",0.56,"2013-08-08 00:00",0.531,"2013-05-28 00:00",0.525,"2013-03-29 00:00","","","","",0.6,0.56,0.531,0.478,0.38,0.275,0.147,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88370",5,43.020075,-88.21507,"NAD83","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,1.9,0.84248,4.04,"2013-07-03 00:00",3.72,"2013-10-13 00:00",3.39,"2013-02-09 00:00",3.25,"2013-08-26 00:00","","","","",4.04,3.72,3.39,3.01,2.47,1.8,0.893,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88374",5,43.020075,-88.21507,"NAD83","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",1,0.183827,0.14798,0.645,"2013-10-13 00:00",0.61,"2013-02-09 00:00",0.51,"2013-08-26 00:00",0.478,"2013-01-16 00:00","","","","",0.645,0.61,0.51,0.359,0.26,0.128,0.045,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88375",5,43.020075,-88.21507,"NAD83","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.515788,0.245411,1.15,"2013-10-13 00:00",1.1,"2013-07-15 00:00",0.927,"2013-07-09 00:00",0.901,"2013-07-03 00:00","","","","",1.15,1.1,0.927,0.867,0.731,0.455,0.263,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88376",5,43.020075,-88.21507,"NAD83","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.565942,0.291957,1.51,"2013-07-03 00:00",1.3,"2013-10-13 00:00",1.21,"2013-06-15 00:00",1.02,"2013-08-08 00:00","","","","",1.51,1.3,1.21,0.929,0.715,0.543,0.22,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88377",5,43.020075,-88.21507,"NAD83","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.375154,0.183401,0.829,"2013-02-09 00:00",0.777,"2013-07-15 00:00",0.77,"2013-07-03 00:00",0.657,"2013-01-10 00:00","","","","",0.829,0.777,0.77,0.645,0.505,0.341,0.165,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88378",5,43.020075,-88.21507,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",3,0.258365,0.167182,0.71,"2013-08-26 00:00",0.694,"2013-04-28 00:00",0.567,"2013-09-07 00:00",0.561,"2013-07-03 00:00","","","","",0.71,0.694,0.567,0.516,0.341,0.222,0.081,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88380",5,43.020075,-88.21507,"NAD83","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.522635,0.270095,1.19,"2013-10-13 00:00",1.03,"2013-08-08 00:00",1.01,"2013-09-19 00:00",0.978,"2013-09-07 00:00","","","","",1.19,1.03,1.01,0.955,0.701,0.476,0.22,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88383",5,43.020075,-88.21507,"NAD83","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.708635,0.325046,1.47,"2013-09-07 00:00",1.36,"2013-02-09 00:00",1.33,"2013-09-19 00:00",1.25,"2013-04-28 00:00","","","","",1.47,1.36,1.33,1.13,0.977,0.669,0.322,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88384",5,43.020075,-88.21507,"NAD83","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.071933,0.034137,0.203,"2013-10-01 00:00",0.166,"2013-08-02 00:00",0.142,"2013-06-03 00:00",0.129,"2013-08-26 00:00","","","","",0.203,0.166,0.142,0.108,0.0834,0.066,0.0379,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88385",5,43.020075,-88.21507,"NAD83","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",51,0.001046,0.000333,0.0034,"2013-06-21 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-16 00:00","","","","",0.0034,0.001,0.001,0.001,0.001,0.001,0.001,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88388",5,43.020075,-88.21507,"NAD83","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",52,85,52,61,0,0,"","","Certification not required",0,0.486635,0.273987,1.28,"2013-09-07 00:00",1.07,"2013-09-19 00:00",1.05,"2013-04-28 00:00",0.985,"2013-02-09 00:00","","","","",1.28,1.07,1.05,0.924,0.628,0.41,0.207,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88403",5,43.020075,-88.21507,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,49,61,0,3,"","","Certification not required",0,1.352082,0.996401,4.08,"2013-06-09 00:00",3.9,"2013-07-15 00:00",3.89,"2013-09-25 00:00",3.88,"2013-08-26 00:00","","","","",4.08,4.08,3.89,3.05,1.5,1.02,0.57,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"55","133","0027","88502",3,43.020075,-88.21507,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","1 HOUR","","Observed Values","Met-One BAM-1020 W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5580,64,231,365,0,300,"","","Certification not required",0,9.555376,7.053402,58,"2013-08-27 19:00",55,"2013-07-06 07:00",52,"2013-01-09 04:00",52,"2013-07-04 20:00","","","","",32,28,23,19,13,8,2,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","88502",3,43.020075,-88.21507,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",231,63,231,365,0,0,"","","Certification not required",0,9.527706,5.080082,25.9,"2013-01-03 00:00",24.7,"2013-05-19 00:00",23.7,"2013-01-08 00:00",23.6,"2013-01-06 00:00","","","","",23.7,23.2,18.6,16.5,12.6,8.5,3.7,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-21" +"55","133","0027","88502",5,43.020075,-88.21507,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",48,79,48,61,0,4,"","","Certification not required",0,9.208333,4.456305,20.3,"2013-02-09 00:00",19.2,"2013-02-03 00:00",17.4,"2013-08-26 00:00",16.8,"2013-01-04 00:00","","","","",20.3,20.3,17.4,16.2,11.9,8.8,4.1,"CLEVELAND SITE","1310 CLEVELAND AVE","Wisconsin","Waukesha","Waukesha","Milwaukee-Waukesha-West Allis, WI","2014-02-14" +"56","001","0006","68102",1,41.311586,-105.591725,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,0,"","","Certification not required",0,23.990435,0.047709,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0006","68105",1,41.311586,-105.591725,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",107,88,107,122,0,8,"","","Certification not required",0,7.925234,10.493889,26,"2013-06-27 00:00",24.2,"2013-08-20 00:00",23.7,"2013-07-09 00:00",23.4,"2013-08-17 00:00","","","","",24.2,23.7,22,21.5,18.4,7.1,-5.8,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0006","68108",1,41.311586,-105.591725,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",107,88,107,122,0,8,"","","Certification not required",0,584.299065,4.285154,593,"2013-06-27 00:00",592,"2013-07-09 00:00",592,"2013-11-12 00:00",591,"2013-08-26 00:00","","","","",592,592,590,590,587,585,579,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0006","81102",5,41.311586,-105.591725,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",119,98,60,61,0,3,0,0,"Certification not required",2,15.537815,8.689356,57,"2013-01-04 00:00",45,"2013-03-17 00:00",40,"2013-03-08 00:00",40,"2013-06-12 00:00","","","","",45,40,30,26,20,13,7,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0006","85101",5,41.311586,-105.591725,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,100,60,61,0,3,"","","Certification not required",4,12.596639,7.238456,51,"2013-01-04 00:00",37,"2013-03-17 00:00",33,"2013-03-08 00:00",31,"2013-06-12 00:00","","","","",37,33,25,20,16,11,5,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0006","88101",1,41.311586,-105.591725,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,0,0,"Certification not required",0,4.566087,2.699769,22.6,"2013-01-04 00:00",13,"2013-08-17 00:00",9.8,"2013-01-01 00:00",9.8,"2013-01-13 00:00","","","","",13,9.8,9.1,7,5.7,4.1,2.2,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0006","88101",1,41.311586,-105.591725,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,7,"","","Certification not required",0,4.566087,2.699769,22.6,"2013-01-04 00:00",13,"2013-08-17 00:00",9.8,"2013-01-01 00:00",9.8,"2013-01-13 00:00","","","","",13,9.8,9.1,7,5.7,4.1,2.2,"Laramie SLAM site","406 IVINSON, LARAMIE, WY","Wyoming","Albany","Laramie","Laramie, WY","2014-02-20" +"56","001","0800","81102",3,41.270005,-105.593326,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6440,74,270,365,0,112,"","","Certification not required",0,26.635093,38.150026,683,"2013-06-16 16:00",640,"2013-03-17 13:00",586,"2013-03-17 14:00",556,"2013-04-05 11:00","","","","",180,139,86,55,31,17,4,"MT. CEMENT CO. EAST SITE...EAST OF PLANT.","EAST SITE, MOUNTAIN CEMENT CO. LARAMIE, WY","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0800","81102",3,41.270005,-105.593326,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,0,0,0,"Certification not required",0,26.211111,18.81281,147,"2013-03-17 00:00",106,"2013-04-29 00:00",91,"2013-05-30 00:00",83,"2013-04-28 00:00","","","","",91,75,66,53,32,21,10,"MT. CEMENT CO. EAST SITE...EAST OF PLANT.","EAST SITE, MOUNTAIN CEMENT CO. LARAMIE, WY","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0801","81102",1,41.273612,-105.604167,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6514,100,45,61,0,38,"","","Certification not required",0,21.350783,22.751697,319,"2013-05-23 14:00",309,"2013-05-23 13:00",219,"2013-06-15 01:00",208,"2013-05-23 12:00","","","","",112,89,64,46,27,15,4,"NORTH SITE...NORTH OF MT. CEMENT PLANT","NORTH SITE, MOUNTAIN CEMENT CO. LARAMIE, WY","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0801","81102",1,41.273612,-105.604167,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,74,45,61,0,0,0,0,"Certification not required",0,20.827839,11.370904,91,"2013-05-23 00:00",54,"2013-06-13 00:00",52,"2013-06-12 00:00",51,"2013-06-19 00:00","","","","",52,47,42,35,27,19,8,"NORTH SITE...NORTH OF MT. CEMENT PLANT","NORTH SITE, MOUNTAIN CEMENT CO. LARAMIE, WY","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0802","61101",1,41.269167,-105.614722,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6539,75,273,365,0,13,"","","Certification not required",0,9.983927,6.218176,38.3,"2013-03-17 16:00",37.7,"2013-03-17 14:00",37.5,"2013-03-17 15:00",37.5,"2013-03-17 17:00","","","","",27.6,25.1,21.6,18.6,14,8.5,3.1,"WEST MET SITE","WEST MET SITE, Mountain Cement, Laramie","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0802","61102",1,41.269167,-105.614722,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6539,75,273,365,0,13,"","","Certification not required",0,198.055513,87.011983,360,"2013-01-28 12:00",360,"2013-02-09 14:00",360,"2013-02-27 12:00",360,"2013-03-09 18:00","","","","",356,351,335,315,261,200,73,"WEST MET SITE","WEST MET SITE, Mountain Cement, Laramie","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0802","61106",1,41.269167,-105.614722,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6539,75,273,365,0,13,"","","Certification not required",0,16.136198,12.574693,77,"2013-04-20 07:00",76,"2013-04-08 18:00",73.1,"2013-05-06 10:00",72.8,"2013-08-25 03:00","","","","",56.9,52.4,44.4,35.3,20.8,11.2,5.6,"WEST MET SITE","WEST MET SITE, Mountain Cement, Laramie","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","0802","62101",1,41.269167,-105.614722,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6538,75,273,365,0,14,"","","Certification not required",0,44.488376,21.40515,88,"2013-07-11 13:00",88,"2013-07-11 14:00",87,"2013-07-11 12:00",86,"2013-06-27 15:00","","","","",82,80,77,72,61,46,17,"WEST MET SITE","WEST MET SITE, Mountain Cement, Laramie","Wyoming","Albany","","Laramie, WY","2013-12-17" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","Events Inclucded",6898,94,201,214,24,1118,0,0,"Certification not required",0,0.056537,0.007653,0.083,"2013-05-29 06:00",0.083,"2013-07-16 17:00",0.082,"2013-04-10 06:00",0.077,"2013-07-17 01:00","","","","",0.082,0.074,0.07,0.066,0.061,0.057,0.052,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","Concurred Events Excluded",6898,94,201,214,24,1118,0,0,"Certification not required",0,0.056537,0.007653,0.083,"2013-05-29 06:00",0.083,"2013-07-16 17:00",0.082,"2013-04-10 06:00",0.077,"2013-07-17 01:00","","","","",0.082,0.074,0.07,0.066,0.061,0.057,0.052,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","Events Excluded",6874,94,201,214,0,1118,0,0,"Certification not required",0,0.05641,0.007456,0.083,"2013-05-29 06:00",0.083,"2013-07-16 17:00",0.077,"2013-07-17 01:00",0.074,"2013-08-17 05:00","","","","",0.077,0.072,0.069,0.066,0.061,0.057,0.052,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",6970,93,198,214,0,0,0,0,"Certification not required",0,0.053601,0.006933,0.075,"2013-07-16 12:00",0.072,"2013-08-17 03:00",0.069,"2013-07-10 20:00",0.069,"2013-07-11 11:00","","","","",0.072,0.069,0.066,0.063,0.058,0.054,0.05,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",6987,93,198,214,0,0,0,0,"Certification not required",0,0.053768,0.007111,0.077,"2013-04-10 04:00",0.075,"2013-07-16 12:00",0.072,"2013-08-17 03:00",0.069,"2013-07-10 20:00","","","","",0.075,0.069,0.066,0.063,0.058,0.054,0.05,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",6987,93,198,214,0,0,0,0,"Certification not required",0,0.053768,0.007111,0.077,"2013-04-10 04:00",0.075,"2013-07-16 12:00",0.072,"2013-08-17 03:00",0.069,"2013-07-10 20:00","","","","",0.075,0.069,0.066,0.063,0.058,0.054,0.05,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Excluded",6970,93,198,214,0,0,0,0,"Certification not required",0,0.053601,0.006933,0.075,"2013-07-16 12:00",0.072,"2013-08-17 03:00",0.069,"2013-07-10 20:00",0.069,"2013-07-11 11:00","","","","",0.072,0.069,0.066,0.063,0.058,0.054,0.05,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Events Inclucded",6987,93,198,214,0,0,1,1,"Certification not required",0,0.053768,0.007111,0.077,"2013-04-10 04:00",0.075,"2013-07-16 12:00",0.072,"2013-08-17 03:00",0.069,"2013-07-10 20:00","","","","",0.075,0.069,0.066,0.063,0.058,0.054,0.05,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","001","9991","44201",1,41.3642,-106.2399,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","Concurred Events Excluded",6987,93,198,214,0,0,1,1,"Certification not required",0,0.053768,0.007111,0.077,"2013-04-10 04:00",0.075,"2013-07-16 12:00",0.072,"2013-08-17 03:00",0.069,"2013-07-10 20:00","","","","",0.075,0.069,0.066,0.063,0.058,0.054,0.05,"Centennial","Roosevelt National Forest, Centennial, WY 82055","Wyoming","Albany","","Laramie, WY","2014-01-31" +"56","003","0002","44201",1,44.28,-108.041111,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6412,83,177,214,0,140,0,0,"Certification not required",12,0.053763,0.007072,0.071,"2013-06-18 12:00",0.07,"2013-05-24 13:00",0.068,"2013-06-19 12:00",0.068,"2013-07-17 14:00","","","","",0.07,0.068,0.067,0.063,0.058,0.054,0.049,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","44201",1,44.28,-108.041111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6449,83,177,214,0,0,0,0,"Certification not required",0,0.050311,0.007041,0.066,"2013-05-24 10:00",0.066,"2013-06-18 11:00",0.065,"2013-06-05 13:00",0.064,"2013-05-21 11:00","","","","",0.066,0.064,0.062,0.059,0.055,0.051,0.046,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","44201",1,44.28,-108.041111,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6449,83,177,214,0,0,0,0,"Certification not required",0,0.050311,0.007041,0.066,"2013-05-24 10:00",0.066,"2013-06-18 11:00",0.065,"2013-06-05 13:00",0.064,"2013-05-21 11:00","","","","",0.066,0.064,0.062,0.059,0.055,0.051,0.046,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","61101",1,44.28,-108.041111,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6198,71,258,365,0,354,"","","Certification not required",0,6.529348,4.596343,31.5,"2013-05-19 15:00",30.3,"2013-05-19 16:00",29.7,"2013-05-19 14:00",29.5,"2013-05-31 15:00","","","","",21.9,20,16.5,13,8.2,5,2.3,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","61102",1,44.28,-108.041111,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6198,71,258,365,0,354,"","","Certification not required",0,192.485479,103.066279,360,"2013-03-08 03:00",360,"2013-03-31 06:00",360,"2013-04-18 03:00",360,"2013-06-21 02:00","","","","",356,352,343,330,298,176,55,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","61106",1,44.28,-108.041111,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",4182,48,173,365,0,2370,"","","Certification not required",0,27.785796,21.162673,102.1,"2013-05-23 14:00",100.9,"2013-05-28 07:00",100.8,"2013-08-19 04:00",100.6,"2013-04-19 09:00","","","","",88.9,83,71.6,60.1,39.5,21.4,6.3,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","62101",1,44.28,-108.041111,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,51.183708,24.538807,98,"2013-08-17 15:00",97,"2013-07-11 15:00",97,"2013-07-11 16:00",97,"2013-08-16 15:00","","","","",93,91,87,82,71,55,16,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","62201",1,44.28,-108.041111,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6542,75,273,365,0,10,"","","Certification not required",0,54.385356,22.863499,97,"2013-09-14 05:00",97,"2013-09-14 06:00",97,"2013-09-14 07:00",97,"2013-09-14 08:00","","","","",92,90,88,85,75,55,23,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","63301",1,44.28,-108.041111,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,6,"","","Certification not required",2988,0.316916,0.414913,1.46,"2013-05-04 11:00",1.45,"2013-06-20 12:00",1.41,"2013-05-28 13:00",1.41,"2013-06-15 12:00","","","","",1.33,1.3,1.19,1.03,0.59,0.05,0.005,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","64101",1,44.28,-108.041111,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",5618,64,233,365,0,934,"","","Certification not required",0,873.980064,5.545862,893,"2013-05-02 06:00",893,"2013-05-02 07:00",893,"2013-05-02 08:00",893,"2013-05-02 09:00","","","","",885,884,882,881,878,874,866,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","65102",1,44.28,-108.041111,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6545,75,273,365,0,7,"","","Certification not required",0,0.000587,0.005866,0.16,"2013-08-24 17:00",0.14,"2013-09-26 22:00",0.12,"2013-09-17 22:00",0.11,"2013-09-17 21:00","","","","",0.02,0.01,0,0,0,0,0,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","88501",1,44.28,-108.041111,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",3932,45,167,365,0,2620,"","","Certification not required",0,3.931078,7.876662,174,"2013-08-05 19:00",78,"2013-03-30 08:00",63,"2013-06-21 21:00",57,"2013-01-23 04:00","","","","",31,23,16,12,7,3,-5,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","003","0002","88501",1,44.28,-108.041111,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",167,46,167,365,0,0,"","","Certification not required",0,3.88024,2.860875,14.7,"2013-08-17 00:00",14.3,"2013-08-05 00:00",13.7,"2013-08-19 00:00",12.6,"2013-01-17 00:00","","","","",14.3,12.6,9.6,7.7,4.8,3.2,1.1,"Basin","Basin (WARMS station)","Wyoming","Big Horn","","","2013-12-02" +"56","005","0003","61101",1,44.941111,-105.837778,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5611,64,229,365,0,941,"","","Certification not required",0,6.331884,2.737748,19.2,"2013-05-23 12:00",19,"2013-01-08 12:00",18.8,"2013-01-08 11:00",18.8,"2013-03-04 03:00","","","","",15.1,13.6,11.5,9.9,7.8,5.8,3.3,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","61102",1,44.941111,-105.837778,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6515,74,270,365,0,37,"","","Certification not required",0,190.70944,101.017157,360,"2013-02-08 16:00",360,"2013-03-09 18:00",360,"2013-04-01 11:00",360,"2013-06-01 13:00","","","","",356,351,340,323,282,203,45,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","61106",1,44.941111,-105.837778,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6515,74,270,365,0,37,"","","Certification not required",0,26.073691,17.331587,99.8,"2013-09-19 19:00",99.3,"2013-07-09 21:00",97.8,"2013-05-03 13:00",97.4,"2013-08-08 03:00","","","","",81.1,74.1,63.5,52.1,33.9,19.8,9.9,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","62101",1,44.941111,-105.837778,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6542,75,272,365,0,10,"","","Certification not required",0,50.698716,21.705782,100,"2013-07-11 13:00",99,"2013-07-11 12:00",99,"2013-07-11 14:00",97,"2013-07-11 15:00","","","","",90,88,83,79,68,53,22,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","62201",1,44.941111,-105.837778,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6542,75,272,365,0,10,"","","Certification not required",0,60.542342,22.149475,100,"2013-04-13 21:00",100,"2013-04-13 22:00",100,"2013-04-13 23:00",100,"2013-04-14 00:00","","","","",98,97,95,91,79,61,30,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","63301",1,44.941111,-105.837778,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6542,75,272,365,0,10,"","","Certification not required",2998,0.277687,0.369189,1.32,"2013-07-02 12:00",1.29,"2013-07-13 12:00",1.28,"2013-04-23 11:00",1.28,"2013-06-20 12:00","","","","",1.22,1.18,1.07,0.91,0.51,0.04,0.005,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","64101",1,44.941111,-105.837778,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6550,75,273,365,0,2,"","","Certification not required",0,872.608855,5.293492,891,"2013-05-02 07:00",890,"2013-05-01 21:00",890,"2013-05-01 22:00",890,"2013-05-01 23:00","","","","",883,882,880,879,876,873,865,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","65102",1,44.941111,-105.837778,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6542,75,272,365,0,10,"","","Certification not required",0,0.002264,0.020724,0.79,"2013-08-08 22:00",0.67,"2013-08-03 19:00",0.67,"2013-08-08 23:00",0.43,"2013-09-08 17:00","","","","",0.05,0.02,0.01,0,0,0,0,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","88501",1,44.941111,-105.837778,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One E- Sampler W/PM2.5 at 2 LPM - Light Scatter at 670 nm",2013,"Micrograms/cubic meter (LC)","No Events",2109,72,88,122,0,4443,"","","Certification not required",0,1.216216,2.005851,18,"2013-08-29 15:00",17,"2013-08-29 16:00",15,"2013-08-29 14:00",15,"2013-08-29 22:00","","","","",9,7,5,4,2,0,0,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0003","88501",1,44.941111,-105.837778,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",88,72,88,122,0,0,"","","Certification not required",0,1.175,1.633222,7.6,"2013-08-17 00:00",6.8,"2013-08-20 00:00",6.7,"2013-08-29 00:00",5.1,"2013-07-30 00:00","","","","",7.6,6.8,4.4,3.4,2,0.5,0,"","South Coal, WARMS station","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0011","42601",1,43.84033,-105.35955,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6210,71,272,365,0,343,"","","Certification not required",0,22.713849,51.634446,464,"2013-09-03 19:00",439,"2013-04-29 22:00",438,"2013-03-21 19:00",438,"2013-04-10 06:00","","","","",243,196,134,82,14,1,0,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","42602",1,43.84033,-105.35955,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6209,71,272,365,0,343,0,"","Certification not required",0,25.860294,12.097801,55,"2013-04-11 02:00",54,"2013-05-21 00:00",52,"2013-05-19 21:00",52,"2013-09-23 11:00","","","","",52,50,44,41,35,27,9,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","42602",1,43.84033,-105.35955,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6209,71,272,365,0,343,"","","Certification not required",0,8.622,9.777007,55,"2013-04-11 02:00",54,"2013-05-21 00:00",52,"2013-05-19 21:00",52,"2013-09-23 11:00","","","","",40,36,31,24,12,4,1,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","42603",1,43.84033,-105.35955,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6209,71,272,365,0,343,"","","Certification not required",0,31.339346,58.82191,489,"2013-09-03 19:00",455,"2013-03-21 19:00",455,"2013-04-10 06:00",446,"2013-04-29 22:00","","","","",271,229,162,104,28,6,1,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","61101",1,43.84033,-105.35955,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",6544,75,273,365,0,9,"","","Certification not required",0,9.0511,4.761627,33,"2013-05-23 12:00",32.8,"2013-05-23 10:00",32.6,"2013-05-23 11:00",32.4,"2013-05-23 15:00","","","","",23.1,21.2,18.1,15.5,11.7,8.2,3.7,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","61102",1,43.84033,-105.35955,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",6544,75,273,365,0,9,"","","Certification not required",0,202.603606,101.221076,360,"2013-01-24 16:00",360,"2013-01-28 04:00",360,"2013-01-28 06:00",360,"2013-03-22 23:00","","","","",357,354,345,334,291,207,41,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","61106",1,43.84033,-105.35955,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6544,75,273,365,0,9,"","","Certification not required",0,15.033894,10.237986,71.7,"2013-08-07 18:00",70.7,"2013-04-26 14:00",70.6,"2013-09-06 14:00",69.7,"2013-08-23 14:00","","","","",53.2,47.5,38.4,28.8,17.4,11.9,6.6,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","62101",1,43.84033,-105.35955,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6538,75,273,365,0,15,"","","Certification not required",0,49.122515,21.654655,98,"2013-07-11 14:00",98,"2013-07-11 16:00",97,"2013-07-11 13:00",96,"2013-07-11 12:00","","","","",89,87,83,78,66,52,20,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","62101",2,43.84033,-105.35955,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6512,74,272,365,0,15,"","","Certification not required",0,49.499693,21.113795,96,"2013-07-11 14:00",96,"2013-07-11 16:00",95,"2013-07-11 13:00",95,"2013-07-11 15:00","","","","",88,86,82,77,66,52,21,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","62106",1,43.84033,-105.35955,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6538,75,273,365,0,15,"","","Certification not required",0,0.138697,0.813267,5.3,"2013-01-04 01:00",4.4,"2013-01-23 06:00",4.1,"2013-01-03 23:00",4,"2013-01-23 07:00","","","","",2.8,2.3,1.7,1.2,0.5,0,-0.8,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","63301",1,43.84033,-105.35955,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6544,75,273,365,0,9,"","","Certification not required",2977,0.309168,0.409337,1.45,"2013-05-07 12:00",1.42,"2013-06-05 13:00",1.42,"2013-07-02 13:00",1.41,"2013-06-14 13:00","","","","",1.34,1.3,1.19,1.01,0.57,0.04,0.005,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0011","64101",1,43.84033,-105.35955,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6544,75,273,365,0,9,"","","Certification not required",0,851.970125,5.184944,869.2,"2013-05-02 05:00",869.2,"2013-05-02 06:00",869.2,"2013-05-02 07:00",869.2,"2013-05-02 08:00","","","","",861.2,861.2,858.6,857.2,855.9,853.2,845.2,"Hilight-Reno Junction Gas Plant","Hilight-Reno Junction Gas Plant","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0012","61101",1,44.3395,-105.9198,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3461,57,134,251,0,355,"","","Certification not required",0,9.118434,4.348428,35.3,"2013-05-23 15:00",35.2,"2013-05-23 18:00",35,"2013-05-23 19:00",34.6,"2013-05-23 17:00","","","","",22.3,19.4,16.5,14.8,11.7,8.4,4.3,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","61102",1,44.3395,-105.9198,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",3124,52,118,251,0,692,"","","Certification not required",0,169.265685,101.932721,360,"2013-04-30 18:00",360,"2013-06-06 10:00",360,"2013-06-06 11:00",360,"2013-07-16 14:00","","","","",357,354,344,331,223,169,37,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","61106",1,44.3395,-105.9198,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",3124,52,118,251,0,692,"","","Certification not required",0,16.7879,11.818717,80.1,"2013-06-05 08:00",72.5,"2013-05-13 11:00",72.2,"2013-09-03 13:00",71.6,"2013-05-03 11:00","","","","",56.6,52,43.7,34,20.7,12.5,7,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","62101",1,44.3395,-105.9198,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",3461,57,134,251,0,355,"","","Certification not required",0,66.180873,12.658644,99,"2013-07-11 14:00",98,"2013-07-11 15:00",97,"2013-07-11 12:00",97,"2013-07-11 13:00","","","","",92,89,86,83,75,66,50,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","62201",1,44.3395,-105.9198,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",3461,57,134,251,0,355,"","","Certification not required",0,50.687663,21.19023,100,"2013-05-17 23:00",100,"2013-05-18 00:00",100,"2013-05-18 05:00",100,"2013-08-05 05:00","","","","",98,96,91,82,65,49,25,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","63301",1,44.3395,-105.9198,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",3461,57,134,251,0,355,"","","Certification not required",1347,0.390761,0.44899,1.44,"2013-06-15 12:00",1.42,"2013-07-06 13:00",1.4,"2013-05-27 11:00",1.39,"2013-06-05 12:00","","","","",1.33,1.31,1.25,1.13,0.77,0.16,0.005,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","64101",1,44.3395,-105.9198,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",3461,57,134,251,0,355,"","","Certification not required",0,857.970702,4.879197,875,"2013-05-02 07:00",874.8,"2013-05-02 06:00",874.7,"2013-05-02 08:00",874.4,"2013-05-02 09:00","","","","",869.1,866.7,864.7,863.5,861.2,858.4,851.6,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","65102",1,44.3395,-105.9198,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",3461,57,134,251,0,355,"","","Certification not required",0,0.002077,0.025855,0.94,"2013-07-15 14:00",0.54,"2013-09-06 18:00",0.41,"2013-07-06 20:00",0.4,"2013-08-14 15:00","","","","",0.04,0.01,0,0,0,0,0,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","88501",1,44.3395,-105.9198,"NAD83","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One E- Sampler W/PM2.5 at 2 LPM - Light Scatter at 670 nm",2013,"Micrograms/cubic meter (LC)","No Events",3428,57,132,251,0,388,"","","Certification not required",0,2.36584,2.805163,35.7,"2013-09-14 20:00",34.6,"2013-09-02 15:00",31,"2013-09-14 23:00",28,"2013-09-20 18:00","","","","",13.3,10.3,7.4,5.1,3.2,1.7,0,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0012","88501",1,44.3395,-105.9198,"NAD83","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",132,53,132,251,0,0,"","","Certification not required",0,2.431818,1.977404,10.1,"2013-08-17 00:00",10.1,"2013-08-20 00:00",8.8,"2013-08-19 00:00",8.6,"2013-08-18 00:00","","","","",10.1,8.8,6.7,4.5,3.1,2,0.5,"Fortification Creek (WARMS site)","Fortification Creek (WARMS station)","Wyoming","Campbell","","Gillette, WY","2013-12-02" +"56","005","0084","81102",1,43.638927,-105.36983,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",266,73,266,365,0,7,0,0,"Certification not required",0,20.537594,12.507828,63,"2013-07-03 00:00",60,"2013-08-18 00:00",52,"2013-07-24 00:00",52,"2013-08-17 00:00","","","","",52,49,45,37,29,19,6,"","SC-1. 39,000 distance from mining activity, 6670"" from LNCM","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0084","85101",1,43.638927,-105.36983,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,7,"","","Certification not required",0,18.037594,10.622444,53,"2013-07-03 00:00",52,"2013-08-18 00:00",44,"2013-07-24 00:00",44,"2013-08-17 00:00","","","","",44,43,38,32,26,16,6,"","SC-1. 39,000 distance from mining activity, 6670"" from LNCM","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0085","61101",1,43.622675,-105.34385,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6551,75,273,365,0,1,"","","Certification not required",0,11.705358,5.987889,37.7,"2013-03-04 09:00",36.8,"2013-03-17 10:00",36,"2013-09-30 10:00",35.8,"2013-09-30 11:00","","","","",30.4,27.9,23.8,20,14.8,10.6,5.2,"","SCMET-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0085","61102",1,43.622675,-105.34385,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6551,75,273,365,0,1,"","","Certification not required",0,202.482216,106.352757,360,"2013-01-11 05:00",360,"2013-01-28 09:00",360,"2013-02-06 12:00",360,"2013-02-09 20:00","","","","",358,355,349,339,297,210,37,"","SCMET-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0085","61106",1,43.622675,-105.34385,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6551,75,273,365,0,1,"","","Certification not required",0,15.725065,14.022602,92.2,"2013-08-27 14:00",91.7,"2013-04-20 18:00",91.3,"2013-09-09 22:00",90.8,"2013-08-01 02:00","","","","",73.5,64.7,46.2,32.9,18.3,10.8,5.5,"","SCMET-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0085","62101",1,43.622675,-105.34385,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,1,"","","Certification not required",0,49.723706,21.597575,97,"2013-07-11 12:00",96,"2013-07-11 13:00",96,"2013-07-11 14:00",95,"2013-07-11 11:00","","","","",89,87,83,78,67,52,21,"","SCMET-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0085","64101",1,43.622675,-105.34385,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6551,75,273,365,0,1,"","","Certification not required",0,845.618089,5.20463,862.9,"2013-05-02 07:00",862.5,"2013-05-02 06:00",862.5,"2013-05-02 08:00",862.2,"2013-05-02 05:00","","","","",855.7,854.4,852.7,851.7,849.3,846.3,838.5,"","SCMET-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0085","65102",1,43.622675,-105.34385,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6349,72,264,365,0,203,"","","Certification not required",0,0.001529,0.020634,0.97,"2013-08-07 17:00",0.78,"2013-07-28 20:00",0.45,"2013-07-30 15:00",0.39,"2013-07-29 22:00","","","","",0.03,0.01,0,0,0,0,0,"","SCMET-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0086","81102",1,43.571828,-105.153997,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",254,70,254,365,0,19,0,0,"Certification not required",0,22.925197,17.77056,125,"2013-03-17 00:00",108,"2013-01-15 00:00",104,"2013-01-14 00:00",100,"2013-01-24 00:00","","","","",104,78,55,42,28,17,9,"","SC-3 Southeast of mine","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0086","85101",1,43.571828,-105.153997,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",254,70,254,365,0,19,"","","Certification not required",0,20.287402,16.114219,109,"2013-03-17 00:00",101,"2013-01-15 00:00",100,"2013-01-14 00:00",92,"2013-01-24 00:00","","","","",100,69,48,37,24,15,8,"","SC-3 Southeast of mine","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0087","81102",1,43.61752,-105.19231,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",268,73,268,365,0,5,0,0,"Certification not required",0,21.384328,13.913781,94,"2013-09-30 00:00",93,"2013-03-04 00:00",77,"2013-09-29 00:00",71,"2013-08-26 00:00","","","","",77,67,47,37,26,17,10,"","SC-2 East of School Creek Mine","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0087","85101",1,43.61752,-105.19231,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",268,73,268,365,0,5,"","","Certification not required",0,18.839552,12.291116,89,"2013-03-04 00:00",84,"2013-09-30 00:00",67,"2013-09-29 00:00",61,"2013-08-26 00:00","","","","",67,57,42,32,23,15,9,"","SC-2 East of School Creek Mine","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0099","81102",3,43.757764,-105.491397,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",58,95,58,61,0,3,0,0,"Certification not required",2,15.465517,9.92112,53,"2013-08-20 00:00",45,"2013-07-03 00:00",35,"2013-09-07 00:00",32,"2013-09-01 00:00","","","","",53,45,35,28,19,15,5,"Wright","WRIGHT JR-SENIOR HIGH SCHOOL-220 Wright Blvd","Wyoming","Campbell","Wright","Gillette, WY","2014-02-20" +"56","005","0099","85101",3,43.757764,-105.491397,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",58,95,58,61,0,3,"","","Certification not required",4,13.5,8.527047,45,"2013-08-20 00:00",38,"2013-07-03 00:00",29,"2013-09-07 00:00",27,"2013-09-01 00:00","","","","",45,38,29,25,16,13,4,"Wright","WRIGHT JR-SENIOR HIGH SCHOOL-220 Wright Blvd","Wyoming","Campbell","Wright","Gillette, WY","2014-02-20" +"56","005","0123","42601",1,44.6522,-105.2903,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6327,72,273,365,0,225,"","","Certification not required",0,0.097645,0.390751,6.1,"2013-01-07 10:00",5.2,"2013-01-07 11:00",5,"2013-01-03 12:00",4.5,"2013-01-03 13:00","","","","",2,1.4,0.7,0.3,0.1,0,-0.1,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","42602",1,44.6522,-105.2903,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6327,72,273,365,0,225,0,"","Certification not required",0,3.221612,1.722326,10.9,"2013-03-15 06:00",9.6,"2013-02-25 02:00",8.7,"2013-02-27 23:00",8.4,"2013-01-25 05:00","","","","",8.7,7.4,6.3,5.5,4.2,2.9,1.4,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","42602",1,44.6522,-105.2903,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6327,72,273,365,0,225,"","","Certification not required",0,1.449218,1.054214,10.9,"2013-03-15 06:00",9.6,"2013-02-25 02:00",8.7,"2013-02-27 23:00",8.4,"2013-01-25 05:00","","","","",5.3,4.6,3.7,2.8,1.8,1.1,0.5,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","42603",1,44.6522,-105.2903,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6327,72,273,365,0,225,"","","Certification not required",0,1.579532,1.291666,13.3,"2013-01-07 10:00",11.8,"2013-01-07 11:00",11.5,"2013-03-15 06:00",10.9,"2013-01-03 12:00","","","","",6.5,5.6,4.2,3.1,1.9,1.2,0.5,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","44201",1,44.6522,-105.2903,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6331,85,182,214,0,221,0,0,"Certification not required",0,0.052143,0.007453,0.076,"2013-09-07 15:00",0.073,"2013-08-19 14:00",0.072,"2013-07-10 16:00",0.067,"2013-07-11 11:00","","","","",0.073,0.067,0.063,0.061,0.056,0.053,0.047,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","44201",1,44.6522,-105.2903,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6507,85,181,214,0,0,0,0,"Certification not required",0,0.048541,0.006585,0.066,"2013-09-07 11:00",0.065,"2013-07-10 10:00",0.064,"2013-07-11 11:00",0.061,"2013-07-07 09:00","","","","",0.065,0.061,0.058,0.056,0.053,0.049,0.044,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","44201",1,44.6522,-105.2903,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6507,85,181,214,0,0,0,0,"Certification not required",0,0.048541,0.006585,0.066,"2013-09-07 11:00",0.065,"2013-07-10 10:00",0.064,"2013-07-11 11:00",0.061,"2013-07-07 09:00","","","","",0.065,0.061,0.058,0.056,0.053,0.049,0.044,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","61101",1,44.6522,-105.2903,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,9.363321,5.3247,35.5,"2013-05-23 12:00",34.4,"2013-05-23 15:00",34.4,"2013-05-23 16:00",34.2,"2013-05-23 17:00","","","","",27.6,24.3,20.2,16.5,11.8,8.2,3.9,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","61102",1,44.6522,-105.2903,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,187.366331,101.89555,360,"2013-04-08 13:00",360,"2013-04-08 14:00",360,"2013-04-08 22:00",360,"2013-05-01 10:00","","","","",358,355,348,334,295,161,49,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","61105",1,44.6522,-105.2903,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,15.14146,8.106652,68,"2013-08-07 20:00",67,"2013-08-22 17:00",58,"2013-07-25 00:00",54,"2013-06-22 14:00","","","","",43,38,31,26,19,13,7,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","61106",1,44.6522,-105.2903,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,9.461503,7.118519,52,"2013-07-31 10:00",47,"2013-02-06 21:00",47,"2013-04-29 14:00",47,"2013-05-11 11:00","","","","",36,32,25,19,12,7,3,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","62101",1,44.6522,-105.2903,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6536,75,273,365,0,16,"","","Certification not required",0,49.964045,21.120794,97,"2013-07-11 14:00",96,"2013-07-11 13:00",96,"2013-07-11 15:00",96,"2013-07-11 16:00","","","","",89,87,82,77,67,52,22,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","62101",3,44.6522,-105.2903,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6536,75,273,365,0,16,"","","Certification not required",0,49.653152,21.468101,97,"2013-07-11 12:00",97,"2013-07-11 13:00",97,"2013-07-11 14:00",96,"2013-07-11 15:00","","","","",90,87,83,78,66,52,21,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","62106",1,44.6522,-105.2903,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6536,75,273,365,0,16,"","","Certification not required",0,0.173271,0.787115,3.6,"2013-01-17 00:00",3.3,"2013-01-04 06:00",3.2,"2013-01-03 07:00",3.2,"2013-04-26 22:00","","","","",2.2,1.9,1.6,1.2,0.7,0.1,-0.8,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","62107",1,44.6522,-105.2903,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,75.583944,1.373131,82,"2013-05-14 10:00",81,"2013-05-14 09:00",79,"2013-04-20 10:00",79,"2013-05-14 08:00","","","","",78,78,78,77,77,76,74,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","62201",1,44.6522,-105.2903,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6536,75,273,365,0,16,"","","Certification not required",0,62.49388,21.337683,97.3,"2013-04-13 22:00",97.2,"2013-09-27 03:00",97.2,"2013-09-27 04:00",97.2,"2013-09-27 05:00","","","","",96,94.7,92.1,89.1,80.7,65.3,30.8,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","63301",1,44.6522,-105.2903,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6551,75,273,365,0,1,"","","Certification not required",2991,0.297581,0.400267,1.52,"2013-06-05 13:00",1.43,"2013-05-24 11:00",1.41,"2013-06-20 11:00",1.4,"2013-07-03 13:00","","","","",1.32,1.28,1.17,0.99,0.53,0.04,0.005,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","64101",1,44.6522,-105.2903,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6542,75,273,365,0,10,"","","Certification not required",0,878.802736,5.454368,897,"2013-05-02 06:00",897,"2013-05-02 07:00",896.7,"2013-05-02 08:00",896.6,"2013-05-02 05:00","","","","",889.8,888.4,886.5,885.3,882.7,879.4,871.6,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","65102",1,44.6522,-105.2903,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","TIPPING BUCKET - METONE 8 HEATD RAIN GAUGE 375",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.002524,0.02481,1.02,"2013-08-07 20:00",0.6,"2013-07-06 22:00",0.55,"2013-08-03 19:00",0.55,"2013-08-22 17:00","","","","",0.07,0.02,0,0,0,0,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0123","85101",1,44.6522,-105.2903,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,5.879916,3.644483,17.367,"2013-05-25 00:00",13.307,"2013-05-10 00:00",13.1816,"2013-05-13 00:00",12.479,"2013-04-04 00:00","","","","",17.367,17.367,13.1816,11.2398,8.0364,4.8261,2.2001,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","86502",1,44.6522,-105.2903,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,2.860465,2.416032,11,"2013-05-25 00:00",8,"2013-05-10 00:00",7,"2013-04-04 00:00",7,"2013-05-07 00:00","","","","",11,11,7,6,4,2,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88103",1,44.6522,-105.2903,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88104",1,44.6522,-105.2903,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.053067,0.043938,0.149,"2013-04-28 00:00",0.145,"2013-04-25 00:00",0.1325,"2013-05-10 00:00",0.1302,"2013-05-13 00:00","","","","",0.149,0.149,0.1325,0.1225,0.0843,0.04,0.011,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88109",1,44.6522,-105.2903,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.000921,0.000616,0.0036,"2013-01-31 00:00",0.002,"2013-03-23 00:00",0.0017,"2013-05-13 00:00",0.0016,"2013-03-14 00:00","","","","",0.0036,0.0036,0.0017,0.0016,0.0012,0.0008,0.0002,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88111",1,44.6522,-105.2903,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.034193,0.025795,0.0913,"2013-04-28 00:00",0.0912,"2013-05-10 00:00",0.0806,"2013-04-25 00:00",0.0769,"2013-05-07 00:00","","","","",0.0913,0.0913,0.0806,0.0745,0.0533,0.0282,0.0092,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88112",1,44.6522,-105.2903,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88114",1,44.6522,-105.2903,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",26,0.000188,0.000188,0.0013,"2013-05-22 00:00",0.0004,"2013-04-01 00:00",0.0003,"2013-04-04 00:00",0.0003,"2013-04-13 00:00","","","","",0.0013,0.0013,0.0003,0.0003,0.0002,0.00015,0.0001,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88115",1,44.6522,-105.2903,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",16,0.000679,0.001434,0.0092,"2013-05-22 00:00",0.0028,"2013-04-28 00:00",0.002,"2013-03-14 00:00",0.0013,"2013-04-25 00:00","","","","",0.0092,0.0092,0.002,0.0011,0.0006,0.0003,0.00015,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88126",1,44.6522,-105.2903,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.038435,0.031154,0.0952,"2013-05-10 00:00",0.0947,"2013-05-13 00:00",0.0932,"2013-04-28 00:00",0.0902,"2013-04-25 00:00","","","","",0.0952,0.0952,0.0932,0.0885,0.0696,0.0266,0.0066,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88128",1,44.6522,-105.2903,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.000488,0.000551,0.002,"2013-04-01 00:00",0.001,"2013-01-10 00:00",0.001,"2013-01-19 00:00",0.001,"2013-01-31 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88132",1,44.6522,-105.2903,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.00086,0.000804,0.002,"2013-03-14 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-04 00:00",0.002,"2013-04-25 00:00","","","","",0.002,0.002,0.002,0.002,0.002,0.001,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88136",1,44.6522,-105.2903,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00","","","","",0,0,0,0,0,0,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88140",1,44.6522,-105.2903,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",13,0.011359,0.011933,0.0423,"2013-04-28 00:00",0.0351,"2013-03-14 00:00",0.0328,"2013-05-25 00:00",0.0309,"2013-04-04 00:00","","","","",0.0423,0.0423,0.0328,0.0295,0.0199,0.0055,0.0011,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88152",1,44.6522,-105.2903,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",32,0.000519,0.000926,0.0043,"2013-04-01 00:00",0.003,"2013-05-25 00:00",0.0027,"2013-03-05 00:00",0.0024,"2013-03-23 00:00","","","","",0.0043,0.0043,0.0027,0.0017,0.0002,0.00015,0.0001,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88154",1,44.6522,-105.2903,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",21,0.000223,0.000191,0.0009,"2013-05-25 00:00",0.0008,"2013-05-10 00:00",0.0006,"2013-05-16 00:00",0.0006,"2013-05-28 00:00","","","","",0.0009,0.0009,0.0006,0.0005,0.0003,0.0002,0.0001,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88161",1,44.6522,-105.2903,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",2,0.002712,0.002315,0.0087,"2013-04-25 00:00",0.0082,"2013-04-28 00:00",0.007,"2013-05-10 00:00",0.0064,"2013-05-13 00:00","","","","",0.0087,0.0087,0.007,0.006,0.0042,0.0019,0.0007,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88164",1,44.6522,-105.2903,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",16,0.00014,0.000124,0.0007,"2013-05-25 00:00",0.0003,"2013-01-25 00:00",0.0003,"2013-03-14 00:00",0.0003,"2013-03-26 00:00","","","","",0.0007,0.0007,0.0003,0.0003,0.0002,0.0001,5e-05,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88165",1,44.6522,-105.2903,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.120144,0.104512,0.3478,"2013-04-28 00:00",0.3237,"2013-05-10 00:00",0.3203,"2013-04-25 00:00",0.2876,"2013-05-13 00:00","","","","",0.3478,0.3478,0.3203,0.2867,0.1778,0.0809,0.0183,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88167",1,44.6522,-105.2903,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",3,0.001494,0.001954,0.0113,"2013-04-13 00:00",0.0076,"2013-01-31 00:00",0.0032,"2013-04-01 00:00",0.0027,"2013-04-28 00:00","","","","",0.0113,0.0113,0.0032,0.0025,0.0016,0.001,0.0003,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88168",1,44.6522,-105.2903,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",11,0.000409,0.000271,0.001,"2013-04-28 00:00",0.0009,"2013-03-14 00:00",0.0009,"2013-04-25 00:00",0.0009,"2013-05-07 00:00","","","","",0.001,0.001,0.0009,0.0008,0.0006,0.0004,0.0001,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88169",1,44.6522,-105.2903,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.201637,0.143956,0.6177,"2013-04-01 00:00",0.5307,"2013-05-25 00:00",0.4762,"2013-03-23 00:00",0.438,"2013-04-25 00:00","","","","",0.6177,0.6177,0.4762,0.4172,0.2687,0.1813,0.0555,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88176",1,44.6522,-105.2903,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",39,0.000171,6.7e-05,0.0004,"2013-03-11 00:00",0.0004,"2013-04-28 00:00",0.0004,"2013-05-10 00:00",0.0003,"2013-03-17 00:00","","","","",0.0004,0.0004,0.0004,0.00015,0.00015,0.00015,0.00015,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88180",1,44.6522,-105.2903,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.02006,0.014902,0.0562,"2013-05-25 00:00",0.0494,"2013-04-28 00:00",0.0476,"2013-04-01 00:00",0.046,"2013-04-25 00:00","","","","",0.0562,0.0562,0.0476,0.0456,0.0269,0.0146,0.0057,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88184",1,44.6522,-105.2903,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",15,0.010297,0.011473,0.047,"2013-01-31 00:00",0.0395,"2013-05-28 00:00",0.0384,"2013-03-23 00:00",0.0343,"2013-05-25 00:00","","","","",0.047,0.047,0.0384,0.0302,0.0146,0.0061,0.0016,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88185",1,44.6522,-105.2903,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",40,0.000651,0.000206,0.0015,"2013-01-01 00:00",0.0013,"2013-04-01 00:00",0.001,"2013-04-16 00:00",0.0007,"2013-03-05 00:00","","","","",0.0015,0.0015,0.001,0.0007,0.00065,0.00065,0.0004,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88203",1,44.6522,-105.2903,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",25,0.007706,0.005823,0.0276,"2013-01-28 00:00",0.0227,"2013-04-25 00:00",0.0211,"2013-04-28 00:00",0.0178,"2013-05-25 00:00","","","","",0.0276,0.0276,0.0211,0.0132,0.0094,0.0069,0.00265,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88306",1,44.6522,-105.2903,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.242193,0.221149,1.0478,"2013-03-17 00:00",0.9528,"2013-03-08 00:00",0.6492,"2013-02-09 00:00",0.599,"2013-03-23 00:00","","","","",1.0478,1.0478,0.6492,0.4731,0.2928,0.1615,0.0775,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88320",1,44.6522,-105.2903,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.337209,0.20857,0.96,"2013-05-13 00:00",0.9,"2013-05-25 00:00",0.82,"2013-04-04 00:00",0.71,"2013-05-16 00:00","","","","",0.96,0.96,0.82,0.68,0.43,0.27,0.15,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88321",1,44.6522,-105.2903,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.076279,0.053498,0.33,"2013-01-25 00:00",0.14,"2013-01-31 00:00",0.13,"2013-05-28 00:00",0.12,"2013-05-13 00:00","","","","",0.33,0.33,0.13,0.12,0.11,0.07,0.02,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88324",1,44.6522,-105.2903,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",38,0.021071,0.007784,0.0475,"2013-04-28 00:00",0.0356,"2013-05-31 00:00",0.0303,"2013-04-04 00:00",0.0299,"2013-01-10 00:00","","","","",0.0475,0.0475,0.0303,0.0294,0.0289,0.01615,0.0156,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88325",1,44.6522,-105.2903,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",17,0.067229,0.048538,0.217,"2013-05-13 00:00",0.2042,"2013-05-25 00:00",0.155,"2013-04-04 00:00",0.1461,"2013-05-10 00:00","","","","",0.217,0.217,0.155,0.1355,0.0896,0.055,0.03175,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88326",1,44.6522,-105.2903,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",18,0.091177,0.070621,0.3489,"2013-05-13 00:00",0.2518,"2013-05-25 00:00",0.2446,"2013-04-04 00:00",0.2153,"2013-05-16 00:00","","","","",0.3489,0.3489,0.2446,0.1655,0.114,0.0846,0.03265,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88327",1,44.6522,-105.2903,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",4,0.068363,0.043526,0.1873,"2013-05-13 00:00",0.1848,"2013-05-25 00:00",0.1627,"2013-05-16 00:00",0.1385,"2013-04-04 00:00","","","","",0.1873,0.1873,0.1627,0.1326,0.0898,0.0572,0.0274,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88328",1,44.6522,-105.2903,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.088562,0.065632,0.2817,"2013-05-25 00:00",0.2656,"2013-05-10 00:00",0.2518,"2013-04-04 00:00",0.1893,"2013-05-13 00:00","","","","",0.2817,0.2817,0.2518,0.1778,0.1138,0.0673,0.0329,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88329",1,44.6522,-105.2903,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.112442,0.077943,0.3633,"2013-05-25 00:00",0.2936,"2013-04-04 00:00",0.28,"2013-05-10 00:00",0.2397,"2013-05-13 00:00","","","","",0.3633,0.3633,0.28,0.2211,0.143,0.0948,0.0376,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88330",1,44.6522,-105.2903,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",1,0.051923,0.032382,0.1915,"2013-01-25 00:00",0.0898,"2013-05-16 00:00",0.0869,"2013-05-07 00:00",0.0867,"2013-03-08 00:00","","","","",0.1915,0.1915,0.0869,0.086,0.0705,0.0449,0.0154,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88331",1,44.6522,-105.2903,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",16,0.000244,0.000796,0.0043,"2013-03-14 00:00",0.003,"2013-04-07 00:00",0.001,"2013-05-19 00:00",0.0007,"2013-03-08 00:00","","","","",0.0043,0.0043,0.001,0.0003,0.0001,0,0,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88338",1,44.6522,-105.2903,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",36,0.019186,0.010551,0.0538,"2013-01-28 00:00",0.0501,"2013-05-13 00:00",0.0446,"2013-01-16 00:00",0.0373,"2013-01-31 00:00","","","","",0.0538,0.0538,0.0446,0.033,0.02465,0.0153,0.0111,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88339",1,44.6522,-105.2903,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.831718,0.593811,2.54781,"2013-04-01 00:00",2.18922,"2013-05-25 00:00",1.96441,"2013-03-23 00:00",1.80663,"2013-04-25 00:00","","","","",2.54781,2.54781,1.96441,1.72103,1.10822,0.7479,0.22881,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88344",1,44.6522,-105.2903,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.312323,0.28543,1.3517,"2013-03-17 00:00",1.2291,"2013-03-08 00:00",0.8375,"2013-02-09 00:00",0.7731,"2013-03-23 00:00","","","","",1.3517,1.3517,0.8375,0.6103,0.3777,0.2083,0.1,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88348",1,44.6522,-105.2903,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.569851,0.475688,1.5831,"2013-04-28 00:00",1.4903,"2013-05-10 00:00",1.4823,"2013-04-25 00:00",1.3633,"2013-05-13 00:00","","","","",1.5831,1.5831,1.4823,1.2865,0.8687,0.3973,0.1022,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88350",1,44.6522,-105.2903,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.607667,0.375011,1.7291,"2013-05-13 00:00",1.6283,"2013-05-25 00:00",1.4756,"2013-04-04 00:00",1.271,"2013-05-16 00:00","","","","",1.7291,1.7291,1.4756,1.2226,0.7673,0.4871,0.2732,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88403",1,44.6522,-105.2903,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,0.604802,0.416679,1.841,"2013-04-01 00:00",1.6192,"2013-05-25 00:00",1.3372,"2013-03-23 00:00",1.2791,"2013-04-25 00:00","","","","",1.841,1.841,1.3372,1.1984,0.8093,0.5287,0.1757,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0123","88502",1,44.6522,-105.2903,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,23,61,0,8,"","","Certification not required",0,2.462791,1.852672,10.7,"2013-05-13 00:00",5.8,"2013-05-25 00:00",5.3,"2013-04-04 00:00",4.9,"2013-04-01 00:00","","","","",10.7,10.7,5.3,4.7,3.2,1.9,1,"Thunder Basin","THUNDER BASIN GRASSLAND SITE 35 MI N-NE GILLETTE WY","Wyoming","Campbell","","Gillette, WY","2014-01-28" +"56","005","0303","81102",1,43.900957,-105.250512,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",87,71,87,122,0,3,0,0,"Certification not required",1,18.137931,8.62955,53,"2013-09-22 00:00",46,"2013-08-20 00:00",38,"2013-09-07 00:00",37,"2013-08-29 00:00","","","","",53,46,33,28,22,17,9,"Coal Creek Site 3","SW SE S3 T45N R70W","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0303","81102",2,43.900957,-105.250512,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,18.116279,8.115855,45,"2013-08-20 00:00",37,"2013-09-07 00:00",36,"2013-01-10 00:00",28,"2013-08-14 00:00","","","","",45,45,36,27,21,18,9,"Coal Creek Site 3","SW SE S3 T45N R70W","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0303","85101",1,43.900957,-105.250512,"NAD83","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,3,"","","Certification not required",1,15.862069,7.136823,44,"2013-09-22 00:00",38,"2013-08-20 00:00",32,"2013-09-07 00:00",31,"2013-08-29 00:00","","","","",44,38,28,24,20,15,8,"Coal Creek Site 3","SW SE S3 T45N R70W","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0303","85101",2,43.900957,-105.250512,"NAD83","PM10 - LC","24 HOUR","","Observed Values","BGI Inc. Model PQ200 PM10 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",0,16.023256,6.695728,38,"2013-08-20 00:00",31,"2013-01-10 00:00",31,"2013-09-07 00:00",25,"2013-01-22 00:00","","","","",38,38,31,24,19,15,9,"Coal Creek Site 3","SW SE S3 T45N R70W","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0456","42601",1,44.146964,-105.529994,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,253,365,0,480,"","","Certification not required",0,0.402783,2.444817,91.3,"2013-03-21 01:00",66.9,"2013-01-04 06:00",41,"2013-01-23 11:00",39.6,"2013-04-04 07:00","","","","",9,3.6,1.5,0.6,0.1,0,0,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","42602",1,44.146964,-105.529994,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,253,365,0,480,0,"","Certification not required",0,9.805534,8.223078,39.4,"2013-01-06 00:00",37,"2013-02-25 03:00",36.3,"2013-01-04 06:00",31.6,"2013-08-21 05:00","","","","",36.3,30.5,26.8,22.9,13.7,6.4,1.9,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2014-01-06" +"56","005","0456","42602",1,44.146964,-105.529994,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,253,365,0,480,"","","Certification not required",0,2.822348,3.829991,39.4,"2013-01-06 00:00",37,"2013-02-25 03:00",36.3,"2013-01-04 06:00",35.6,"2013-02-25 04:00","","","","",21.3,16.2,10.1,6.1,2.9,1.6,0.6,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2014-01-06" +"56","005","0456","42603",1,44.146964,-105.529994,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,253,365,0,480,"","","Certification not required",0,3.261364,5.526586,122,"2013-03-21 01:00",101.5,"2013-01-04 06:00",67.3,"2013-01-26 00:00",63.3,"2013-04-04 07:00","","","","",28.1,20,11,6.7,3.2,1.7,0.6,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","44201",1,44.146964,-105.529994,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6380,82,176,214,0,172,0,0,"Certification not required",48,0.05271,0.007671,0.07,"2013-08-16 15:00",0.07,"2013-08-17 13:00",0.068,"2013-05-24 16:00",0.068,"2013-07-11 10:00","","","","",0.07,0.068,0.066,0.062,0.058,0.053,0.047,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","44201",1,44.146964,-105.529994,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6403,82,175,214,0,0,0,0,"Certification not required",0,0.048869,0.006975,0.067,"2013-07-11 10:00",0.065,"2013-08-17 10:00",0.062,"2013-08-16 10:00",0.061,"2013-07-08 09:00","","","","",0.065,0.061,0.06,0.057,0.053,0.05,0.044,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","44201",1,44.146964,-105.529994,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6403,82,175,214,0,0,0,0,"Certification not required",0,0.048869,0.006975,0.067,"2013-07-11 10:00",0.065,"2013-08-17 10:00",0.062,"2013-08-16 10:00",0.061,"2013-07-08 09:00","","","","",0.065,0.061,0.06,0.057,0.053,0.05,0.044,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","61101",1,44.146964,-105.529994,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6492,100,151,122,0,60,"","","Certification not required",0,9.208811,5.860388,35,"2013-01-06 11:00",34.4,"2013-05-23 16:00",34.2,"2013-05-23 15:00",34,"2013-05-23 12:00","","","","",27.8,24.9,20.8,17.5,12.2,8,2.7,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","61104",1,44.146964,-105.529994,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6492,100,151,122,0,60,"","","Certification not required",0,206.016636,115.239634,360,"2013-01-07 06:00",360,"2013-01-24 18:00",360,"2013-01-27 22:00",360,"2013-02-09 21:00","","","","",358,356,352,343,315,223,26,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","61106",1,44.146964,-105.529994,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6492,100,151,122,0,60,"","","Certification not required",0,17.237677,13.63709,77.8,"2013-08-25 23:00",76.9,"2013-02-27 18:00",76.4,"2013-02-11 07:00",74.2,"2013-06-07 23:00","","","","",60.9,56.3,47.3,38.6,22.5,11.9,5.8,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","62101",1,44.146964,-105.529994,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6500,100,151,122,0,52,"","","Certification not required",0,48.785538,22.16649,98,"2013-07-11 11:00",98,"2013-07-11 12:00",98,"2013-07-11 13:00",98,"2013-07-11 14:00","","","","",90,87,83,78,66,51,19,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","62201",1,44.146964,-105.529994,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6500,100,151,122,0,52,"","","Certification not required",0,62.531692,21.610167,100,"2013-04-12 02:00",100,"2013-04-12 03:00",100,"2013-04-12 04:00",100,"2013-04-12 05:00","","","","",97,95,93,90,82,64,31,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","81102",1,44.146964,-105.529994,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6398,73,264,365,0,154,"","","Certification not required",0,13.124726,11.264388,196,"2013-04-09 00:00",147,"2013-07-22 18:00",107,"2013-07-11 18:00",100,"2013-08-27 06:00","","","","",53,43,34,27,18,10,3,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0456","81102",1,44.146964,-105.529994,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",264,72,264,365,0,0,0,0,"Certification not required",0,12.731061,7.542504,39,"2013-08-19 00:00",36,"2013-08-22 00:00",34,"2013-07-22 00:00",33,"2013-08-27 00:00","","","","",34,32,27,23,17,12,5,"Campbell County","SOUTH CAMPBELL COUNTYAPPROX 15 MILES SSW OF GILLETTE WY (SEE APPLE BUTTE QUAD MAP)","Wyoming","Campbell","","Gillette, WY","2013-12-04" +"56","005","0802","61101",1,44.135494,-105.424636,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6521,100,117,61,0,30,"","","Certification not required",0,9.474007,5.688628,36,"2013-05-23 16:00",35.3,"2013-05-23 19:00",35,"2013-05-23 14:00",34.9,"2013-05-20 10:00","","","","",28.8,25.1,20.8,17.1,12.2,8.2,3.5,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0802","61102",1,44.135494,-105.424636,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6521,100,117,61,0,30,"","","Certification not required",0,204.027603,103.854096,360,"2013-02-09 09:00",360,"2013-02-23 19:00",360,"2013-03-26 14:00",360,"2013-04-08 23:00","","","","",357,355,348,337,302,206,40,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0802","61106",2,44.135494,-105.424636,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6521,100,117,61,0,30,"","","Certification not required",0,13.232602,10.777677,78.6,"2013-05-11 09:00",77.8,"2013-08-27 14:00",77.5,"2013-06-16 09:00",72.8,"2013-08-27 15:00","","","","",53.4,47.9,37.1,28.2,15.7,9.1,5.2,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0802","62101",2,44.135494,-105.424636,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6520,100,117,61,0,30,"","","Certification not required",0,49.268405,21.814873,98,"2013-07-11 13:00",98,"2013-07-11 14:00",97,"2013-07-11 12:00",95,"2013-07-11 11:00","","","","",90,88,83,78,66,52,20,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0802","65102",2,44.135494,-105.424636,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6520,100,117,61,0,30,"","","Certification not required",0,0.001632,0.014334,0.45,"2013-06-11 17:00",0.34,"2013-05-09 15:00",0.32,"2013-06-22 13:00",0.3,"2013-08-02 21:00","","","","",0.05,0.02,0,0,0,0,0,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0802","81102",1,44.135494,-105.424636,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",88,74,45,61,0,3,0,0,"Certification not required",21,9.011364,6.141051,27,"2013-08-17 00:00",26,"2013-08-20 00:00",22,"2013-09-04 00:00",21,"2013-09-01 00:00","","","","",27,26,20,18,13,9,2,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0802","85101",1,44.135494,-105.424636,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",88,100,45,61,0,3,"","","Certification not required",26,7.715909,5.139321,22,"2013-08-17 00:00",22,"2013-08-20 00:00",18,"2013-09-01 00:00",18,"2013-09-04 00:00","","","","",22,22,17,15,11,7,2,"","BELLE AYR BA-1","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0808","81102",1,44.394392,-105.530356,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",91,75,91,122,0,0,0,0,"Certification not required",8,18.67033,15.544956,86,"2013-07-18 00:00",60,"2013-09-04 00:00",54,"2013-07-21 00:00",52,"2013-09-01 00:00","","","","",86,60,51,41,25,16,4,"","EAGLE BUTTE EB-3","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0808","81102",2,44.394392,-105.530356,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,19.244444,14.42245,64,"2013-07-21 00:00",54,"2013-08-20 00:00",50,"2013-09-01 00:00",44,"2013-08-26 00:00","","","","",64,64,50,43,29,13,6,"","EAGLE BUTTE EB-3","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0808","85101",1,44.394392,-105.530356,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,75,91,122,0,0,"","","Certification not required",9,16.417582,13.201066,73,"2013-07-18 00:00",51,"2013-09-04 00:00",46,"2013-07-21 00:00",45,"2013-09-01 00:00","","","","",73,51,44,35,22,15,4,"","EAGLE BUTTE EB-3","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0808","85101",2,44.394392,-105.530356,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,16.977778,12.222351,55,"2013-07-21 00:00",46,"2013-08-20 00:00",44,"2013-09-01 00:00",37,"2013-07-03 00:00","","","","",55,55,44,37,26,12,5,"","EAGLE BUTTE EB-3","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0826","81102",1,44.423218,-105.472501,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",362,100,122,122,0,3,0,0,"Certification not required",0,18.162983,9.973842,96,"2013-01-15 00:00",82,"2013-01-11 00:00",54,"2013-11-19 00:00",48,"2013-01-10 00:00","","","","",48,42,34,29,23,17,8,"","RAWHIDE HILLTOP SITE","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","0826","85101",1,44.423218,-105.472501,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",362,100,122,122,0,3,"","","Certification not required",0,16.649171,9.23897,91,"2013-01-15 00:00",81,"2013-01-11 00:00",49,"2013-11-19 00:00",45,"2013-01-12 00:00","","","","",45,38,30,26,21,15,8,"","RAWHIDE HILLTOP SITE","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","0841","81102",1,43.987173,-105.303679,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",10,9.733333,6.75345,30,"2013-08-20 00:00",23,"2013-08-14 00:00",22,"2013-09-07 00:00",21,"2013-09-01 00:00","","","","",30,30,22,20,14,8,2,"","COAL CREEK CCM 7-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0841","85101",1,43.987173,-105.303679,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",10,8.377778,5.519753,25,"2013-08-20 00:00",19,"2013-08-14 00:00",18,"2013-09-01 00:00",18,"2013-09-07 00:00","","","","",25,25,18,16,12,7,2,"","COAL CREEK CCM 7-1","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","42401",2,44.277172,-105.375628,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6173,70,258,365,0,379,0,"","Certification not required",0,6.996124,9.248619,40,"2013-06-03 20:00",37,"2013-02-10 17:00",35,"2013-02-26 04:00",33,"2013-01-01 20:00","","","","",35,33,27,23,11,4,0,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","42401",2,44.277172,-105.375628,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6173,70,258,365,0,379,"","","Certification not required",0,1.164102,4.079309,40,"2013-06-03 20:00",37,"2013-02-10 17:00",35,"2013-02-26 04:00",33,"2013-01-01 20:00","","","","",22,17,9,4,0,0,0,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","42401",2,44.277172,-105.375628,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",258,71,258,365,0,0,0,"","Certification not required",0,1.162403,2.385434,21,"2013-05-20 00:00",11,"2013-06-03 00:00",10.8,"2013-03-04 00:00",10,"2013-06-01 00:00","","","","",10.8,9.3,6,3.5,1.3,0.2,0,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","42401",2,44.277172,-105.375628,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2041,70,257,365,0,0,"",0,"Certification not required",0,1.168398,3.649285,32.6,"2013-02-26 05:00",30.6,"2013-02-10 17:00",30,"2013-06-03 20:00",28.6,"2013-05-20 02:00","","","","",19,14.6,8,3.6,0,0,0,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","42401",3,44.277172,-105.375628,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",72446,100,257,365,0,6073,"","","Certification not required",0,1.181542,4.766182,70,"2013-04-03 11:35",61,"2013-02-01 08:55",60,"2013-07-05 14:50",59,"2013-06-03 20:25","","","","",27,20,8,0,0,0,0,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","61101",1,44.277172,-105.375628,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4081,47,168,365,0,287,"","","Certification not required",0,9.824087,5.469886,34.9,"2013-03-04 06:00",34.2,"2013-09-30 13:00",32.6,"2013-01-10 10:00",32.4,"2013-03-04 05:00","","","","",26.1,23.6,20.5,17.3,12.9,8.8,3.8,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","61102",1,44.277172,-105.375628,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",4081,47,168,365,0,287,"","","Certification not required",0,194.344768,96.48354,360,"2013-02-09 05:00",360,"2013-03-19 15:00",360,"2013-03-19 17:00",360,"2013-07-05 16:00","","","","",354,349,341,320,273,197,47,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","61106",2,44.277172,-105.375628,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6262,71,259,365,0,290,"","","Certification not required",0,13.426844,10.326028,80.9,"2013-07-16 06:00",79,"2013-03-18 21:00",70.2,"2013-04-07 10:00",69.6,"2013-06-05 11:00","","","","",51.3,46.2,36.6,27.7,15.9,9.8,5.3,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0857","62101",2,44.277172,-105.375628,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6251,71,259,365,0,301,"","","Certification not required",0,47.233883,22.638481,96,"2013-07-11 12:00",96,"2013-07-11 14:00",94,"2013-07-11 11:00",94,"2013-07-11 13:00","","","","",88,86,81,76,65,51,17,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0857","62201",1,44.277172,-105.375628,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4087,47,169,365,0,281,"","","Certification not required",0,60.797162,20.82474,100,"2013-01-11 01:00",100,"2013-08-05 06:00",99,"2013-01-27 17:00",99,"2013-01-27 18:00","","","","",97,96,92,88,78,62,31,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","0857","65102",2,44.277172,-105.375628,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6270,72,260,365,0,282,"","","Certification not required",0,0.0016,0.016606,0.64,"2013-06-22 13:00",0.5,"2013-09-06 19:00",0.47,"2013-07-28 16:00",0.35,"2013-09-08 17:00","","","","",0.04,0.02,0,0,0,0,0,"","WYODAK SITE 4","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0869","81102",2,43.531065,-105.220893,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",233,64,233,365,0,40,0,0,"Certification not required",0,38.596567,22.151329,130,"2013-07-04 00:00",128,"2013-01-24 00:00",123,"2013-03-17 00:00",110,"2013-01-14 00:00","","","","",123,104,77,66,51,35,16,"","ROCHELLE R0-1","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","0869","85101",2,43.531065,-105.220893,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",233,64,233,365,0,40,"","","Certification not required",0,26.948498,14.928765,87,"2013-07-04 00:00",86,"2013-01-24 00:00",82,"2013-03-17 00:00",74,"2013-01-14 00:00","","","","",82,70,52,45,35,25,11,"","ROCHELLE R0-1","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","0875","81102",1,43.702176,-105.199227,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",90,74,45,61,0,1,0,0,"Certification not required",0,20.111111,10.358131,58,"2013-05-13 00:00",48,"2013-09-07 00:00",44,"2013-01-10 00:00",42,"2013-08-20 00:00","","","","",58,48,40,37,25,18,9,"","JACOBS RANCH SITE 3","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0875","81102",2,43.702176,-105.199227,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,20.714286,11.557461,58,"2013-01-16 00:00",49,"2013-09-07 00:00",45,"2013-08-20 00:00",44,"2013-01-10 00:00","","","","",58,58,45,40,22,18,11,"","JACOBS RANCH SITE 3","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0875","85101",1,43.702176,-105.199227,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",90,100,45,61,0,1,"","","Certification not required",0,17.711111,9.015897,49,"2013-05-13 00:00",40,"2013-09-07 00:00",39,"2013-01-10 00:00",37,"2013-01-13 00:00","","","","",49,40,37,31,22,16,8,"","JACOBS RANCH SITE 3","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0875","85101",2,43.702176,-105.199227,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,18.285714,10.162787,54,"2013-01-16 00:00",41,"2013-09-07 00:00",39,"2013-01-10 00:00",37,"2013-01-22 00:00","","","","",54,54,39,37,19,17,10,"","JACOBS RANCH SITE 3","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0879","61101",1,44.35667,-105.42417,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,6.915277,3.603708,24.7,"2013-09-30 13:00",23.5,"2013-09-16 08:00",23.4,"2013-09-30 15:00",23,"2013-05-23 12:00","","","","",17.5,16.2,14.1,11.8,8.7,6.4,2.8,"","DRY FORK DF-1","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0879","61102",1,44.35667,-105.42417,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,199.856095,100.79657,360,"2013-04-08 21:00",360,"2013-04-15 17:00",360,"2013-04-25 14:00",360,"2013-06-08 16:00","","","","",356,352,344,333,299,184,44,"","DRY FORK DF-1","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0879","61106",2,44.35667,-105.42417,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,15.533807,11.589479,77,"2013-08-04 11:00",73.5,"2013-05-13 12:00",70.8,"2013-06-09 11:00",70.1,"2013-08-14 11:00","","","","",53.5,49,41.3,33,19.9,11.2,5.8,"","DRY FORK DF-1","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0879","62101",2,44.35667,-105.42417,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,49.431256,21.469233,98,"2013-07-11 12:00",97,"2013-07-11 13:00",97,"2013-07-11 14:00",96,"2013-07-11 11:00","","","","",90,88,83,78,66,52,21,"","DRY FORK DF-1","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0879","62101",10,44.35667,-105.42417,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",4389,67,183,275,0,3,"","","Certification not required",0,59.969469,16.517152,97,"2013-07-11 14:00",96,"2013-07-11 12:00",96,"2013-07-11 13:00",95,"2013-07-11 16:00","","","","",90,88,84,80,71,62,36,"","DRY FORK DF-1","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0879","65102",2,44.35667,-105.42417,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6546,75,273,365,0,6,"","","Certification not required",0,0.002071,0.016774,0.5,"2013-09-06 19:00",0.47,"2013-07-28 16:00",0.36,"2013-06-22 13:00",0.35,"2013-09-08 17:00","","","","",0.06,0.02,0,0,0,0,0,"","DRY FORK DF-1","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0884","81102",4,44.450602,-105.573331,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",260,74,45,61,0,13,0,0,"Certification not required",0,16.126923,10.523886,58,"2013-01-11 00:00",47,"2013-05-23 00:00",47,"2013-07-22 00:00",47,"2013-08-20 00:00","","","","",47,46,38,30,22,14,5,"","TRITON COAL BUCKSKIN MINE GILLETTE, WY","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0884","85101",4,44.450602,-105.573331,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",260,100,45,61,0,13,"","","Certification not required",0,14.357692,9.205029,57,"2013-01-11 00:00",41,"2013-05-23 00:00",41,"2013-07-22 00:00",40,"2013-08-20 00:00","","","","",41,40,33,26,20,12,5,"","TRITON COAL BUCKSKIN MINE GILLETTE, WY","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0885","81102",1,44.032206,-105.321225,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",89,74,45,61,0,2,0,0,"Certification not required",2,22.595506,12.541494,64,"2013-01-22 00:00",64,"2013-03-14 00:00",55,"2013-08-20 00:00",53,"2013-09-07 00:00","","","","",64,64,47,42,28,20,11,"","Cordero CRC-E10A","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0885","81102",2,44.032206,-105.321225,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",1,23,13.373991,68,"2013-01-22 00:00",60,"2013-08-20 00:00",51,"2013-09-07 00:00",48,"2013-07-03 00:00","","","","",68,68,51,44,27,20,10,"","Cordero CRC-E10A","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0885","85101",1,44.032206,-105.321225,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,100,45,61,0,2,"","","Certification not required",2,19.988764,10.867481,59,"2013-01-22 00:00",57,"2013-03-14 00:00",46,"2013-08-20 00:00",45,"2013-09-07 00:00","","","","",59,57,42,36,24,17,9,"","Cordero CRC-E10A","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0885","85101",2,44.032206,-105.321225,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",1,20.355556,11.568286,62,"2013-01-22 00:00",51,"2013-08-20 00:00",43,"2013-09-07 00:00",41,"2013-07-03 00:00","","","","",62,62,43,38,23,18,10,"","Cordero CRC-E10A","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0886","81102",1,44.112949,-105.310915,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,3,0,0,"Certification not required",0,18.059259,9.749855,84,"2013-01-11 00:00",74,"2013-03-04 00:00",50,"2013-07-04 00:00",42,"2013-01-10 00:00","","","","",50,41,34,30,23,16,9,"","CABALLO C-8A/B","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0886","85101",1,44.112949,-105.310915,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,3,"","","Certification not required",0,16.196296,8.993305,82,"2013-01-11 00:00",72,"2013-03-04 00:00",43,"2013-07-04 00:00",40,"2013-01-12 00:00","","","","",43,38,30,26,20,15,8,"","CABALLO C-8A/B","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0891","81102",2,43.6483,-105.2133,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",250,68,250,365,1,23,1,1,"Certification not required",0,22.072,14.223221,166,"2013-03-04 00:00",71,"2013-09-10 00:00",64,"2013-08-20 00:00",51,"2013-05-13 00:00","","","","",64,50,43,38,28,19,10,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0891","81102",2,43.6483,-105.2133,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",250,68,250,365,1,23,1,1,"Certification not required",0,22.072,14.223221,166,"2013-03-04 00:00",71,"2013-09-10 00:00",64,"2013-08-20 00:00",51,"2013-05-13 00:00","","","","",64,50,43,38,28,19,10,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0891","81102",2,43.6483,-105.2133,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",249,68,250,365,0,23,0,0,"Certification not required",0,21.493976,10.920209,71,"2013-09-10 00:00",64,"2013-08-20 00:00",51,"2013-05-13 00:00",50,"2013-08-29 00:00","","","","",51,49,42,38,28,19,10,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0891","85101",1,43.6483,-105.2133,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",250,100,44,61,0,23,"","","Certification not required",0,19.644,13.047537,160,"2013-03-04 00:00",63,"2013-09-10 00:00",55,"2013-08-20 00:00",45,"2013-03-09 00:00","","","","",55,44,38,33,24,17,9,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0891","88101",3,43.6483,-105.2133,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",4697,54,206,365,0,2558,"","","Certification not required",0,3.770683,7.625192,224.1,"2013-01-20 23:00",189.3,"2013-02-24 20:00",118.1,"2013-02-24 22:00",106.7,"2013-01-21 01:00","","","","",22,17,12.8,9.8,6,3,-2,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0891","88101",3,43.6483,-105.2133,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",194,53,194,365,0,0,0,0,"Certification not required",0,3.744845,3.323943,17.6,"2013-08-20 00:00",16.2,"2013-05-13 00:00",14.9,"2013-02-24 00:00",13.6,"2013-01-20 00:00","","","","",16.2,13.6,10.9,8.1,4.8,3.1,0.4,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0891","88101",3,43.6483,-105.2133,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",194,53,194,365,0,0,"","","Certification not required",0,3.744845,3.323943,17.6,"2013-08-20 00:00",16.2,"2013-05-13 00:00",14.9,"2013-02-24 00:00",13.6,"2013-01-20 00:00","","","","",16.2,13.6,10.9,8.1,4.8,3.1,0.4,"","BTM-36-2 (BLACK THUNDER MINE)","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0892","42601",1,44.097074,-105.343164,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6219,71,268,365,0,333,"","","Certification not required",0,4.295176,13.250538,251.7,"2013-01-23 09:00",208.7,"2013-01-23 08:00",199.8,"2013-01-23 10:00",171.8,"2013-01-23 07:00","","","","",66.9,49.2,23.4,9.4,1.8,0.6,0,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-01-07" +"56","005","0892","42602",1,44.097074,-105.343164,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6219,71,268,365,0,333,0,"","Certification not required",0,18.761194,8.999949,52,"2013-04-11 04:00",37.1,"2013-01-04 20:00",36.7,"2013-02-25 06:00",36.3,"2013-02-14 22:00","","","","",36.7,35.5,33.2,30,25.1,19.3,6,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-01-07" +"56","005","0892","42602",1,44.097074,-105.343164,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6219,71,268,365,0,333,"","","Certification not required",0,6.291639,7.567018,52,"2013-04-11 04:00",50.9,"2013-04-11 05:00",48.5,"2013-04-11 03:00",46,"2013-04-11 06:00","","","","",30.2,27.5,22.7,18.4,9.2,2.9,0,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-01-07" +"56","005","0892","42603",1,44.097074,-105.343164,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6219,71,268,365,0,333,"","","Certification not required",0,10.408297,18.253164,284.5,"2013-01-23 09:00",232.6,"2013-01-23 10:00",229.8,"2013-01-23 08:00",187.9,"2013-01-23 07:00","","","","",84.8,70.7,45.7,29.6,11.1,3.4,0,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-01-07" +"56","005","0892","81102",1,44.097074,-105.343164,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",89,74,45,61,0,2,0,0,"Certification not required",9,12.764045,7.921522,35,"2013-08-20 00:00",34,"2013-09-04 00:00",33,"2013-01-22 00:00",31,"2013-07-24 00:00","","","","",35,34,29,24,17,11,2,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0892","81102",2,44.097074,-105.343164,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",61,74,45,61,0,0,0,0,"Certification not required",6,12.836066,8.544356,39,"2013-08-20 00:00",37,"2013-01-22 00:00",33,"2013-09-01 00:00",28,"2013-09-07 00:00","","","","",39,37,28,24,16,11,4,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0892","85101",1,44.097074,-105.343164,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,100,45,61,0,2,"","","Certification not required",11,11.191011,6.875312,31,"2013-01-22 00:00",30,"2013-08-20 00:00",29,"2013-09-04 00:00",27,"2013-07-24 00:00","","","","",31,30,25,21,14,10,2,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0892","85101",2,44.097074,-105.343164,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",61,100,45,61,0,0,"","","Certification not required",7,11.327869,7.460387,35,"2013-01-22 00:00",33,"2013-08-20 00:00",28,"2013-09-01 00:00",24,"2013-09-07 00:00","","","","",35,33,24,21,14,10,2,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0892","88101",3,44.097074,-105.343164,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",4803,55,201,365,0,2296,"","","Certification not required",0,6.839267,4.105997,64,"2013-07-31 23:00",46,"2013-12-23 00:00",38,"2013-07-28 10:00",38,"2013-12-19 13:00","","","","",20,18,14,12,9,6,3,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0892","88101",3,44.097074,-105.343164,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",201,55,201,365,0,0,0,0,"Certification not required",0,6.793035,2.651217,15.3,"2013-08-22 00:00",15.2,"2013-12-19 00:00",14.8,"2013-08-17 00:00",14.5,"2013-08-18 00:00","","","","",14.8,13.5,11.9,10.3,8,6.2,3.9,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0892","88101",3,44.097074,-105.343164,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",201,55,201,365,0,0,"","","Certification not required",0,6.793035,2.651217,15.3,"2013-08-22 00:00",15.2,"2013-12-19 00:00",14.8,"2013-08-17 00:00",14.5,"2013-08-18 00:00","","","","",14.8,13.5,11.9,10.3,8,6.2,3.9,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0892","88101",4,44.097074,-105.343164,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4776,55,200,365,0,14,"","","Certification not required",0,4.968593,4.395364,160,"2013-06-15 21:00",57,"2013-12-19 12:00",56,"2013-12-19 13:00",40,"2013-12-19 11:00","","","","",17,15,11,9,7,4,1,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0892","88101",4,44.097074,-105.343164,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",200,55,200,365,0,0,0,0,"Certification not required",0,4.9225,2.254051,15.6,"2013-12-19 00:00",11.8,"2013-08-17 00:00",11.7,"2013-08-18 00:00",11.5,"2013-08-22 00:00","","","","",11.8,11.5,9.5,7.6,5.9,4.6,2.4,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0892","88101",4,44.097074,-105.343164,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",200,55,200,365,0,0,"","","Certification not required",0,4.9225,2.254051,15.6,"2013-12-19 00:00",11.8,"2013-08-17 00:00",11.7,"2013-08-18 00:00",11.5,"2013-08-22 00:00","","","","",11.8,11.5,9.5,7.6,5.9,4.6,2.4,"Belle Ayr BA-4","BELLE AYR BA-4,5N,5S","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","0893","81102",1,44.070153,-105.469895,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",91,74,45,61,0,0,0,0,"Certification not required",27,9.769231,7.685595,34,"2013-08-17 00:00",33,"2013-07-18 00:00",28,"2013-08-20 00:00",23,"2013-07-03 00:00","","","","",34,33,23,21,15,9,2,"","BELLE AYR BA-3","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0893","85101",1,44.070153,-105.469895,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",91,100,45,61,0,0,"","","Certification not required",31,8.461538,6.529093,29,"2013-08-17 00:00",28,"2013-07-18 00:00",23,"2013-08-20 00:00",20,"2013-01-25 00:00","","","","",29,28,20,18,12,7,2,"","BELLE AYR BA-3","Wyoming","Campbell","","Gillette, WY","2013-11-26" +"56","005","0895","81102",1,44.400094,-105.451218,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",358,100,122,122,0,7,0,0,"Certification not required",0,17.712291,10.527989,67,"2013-08-18 00:00",62,"2013-01-10 00:00",62,"2013-08-21 00:00",60,"2013-11-19 00:00","","","","",60,52,38,31,22,16,7,"","RAWHIDE NORTH SITE","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","0895","85101",1,44.400094,-105.451218,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",358,98,358,365,0,7,"","","Certification not required",0,16.058659,9.26361,59,"2013-08-18 00:00",55,"2013-01-10 00:00",54,"2013-08-21 00:00",53,"2013-11-19 00:00","","","","",53,45,33,28,20,15,7,"","RAWHIDE NORTH SITE","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","0897","81102",1,44.3155,-105.4386,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",89,74,45,61,0,2,0,0,"Certification not required",17,8.617978,5.12903,23,"2013-08-17 00:00",21,"2013-09-04 00:00",19,"2013-07-24 00:00",19,"2013-08-20 00:00","","","","",23,21,19,15,12,8,2,"","Dry Fork Mine Site 4","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0897","81102",2,44.3155,-105.4386,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",11,7.44186,4.505564,20,"2013-08-20 00:00",17,"2013-07-03 00:00",14,"2013-08-14 00:00",14,"2013-09-01 00:00","","","","",20,20,14,14,10,7,2,"","Dry Fork Mine Site 4","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0897","85101",1,44.3155,-105.4386,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",89,100,45,61,0,2,"","","Certification not required",19,7.606742,4.355295,19,"2013-08-17 00:00",18,"2013-09-04 00:00",17,"2013-08-20 00:00",16,"2013-05-25 00:00","","","","",19,18,16,13,11,7,2,"","Dry Fork Mine Site 4","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0897","85101",2,44.3155,-105.4386,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",43,70,43,61,0,2,"","","Certification not required",12,6.534884,3.856651,17,"2013-08-20 00:00",15,"2013-07-03 00:00",12,"2013-08-14 00:00",12,"2013-09-01 00:00","","","","",17,17,12,12,9,7,2,"","Dry Fork Mine Site 4","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","0900","61101",1,44.337617,-105.494116,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6529,100,45,61,0,23,"","","Certification not required",0,10.805208,6.213141,42,"2013-05-23 21:00",41.2,"2013-05-23 20:00",40.6,"2013-05-23 13:00",40.6,"2013-05-23 17:00","","","","",31.4,28.6,22.7,19,14,9.6,4.1,"AMAX EAGLE BUTTE SITE EB-5 SOUTHEAST OF MINING ACTIVITY","AMAX EAGLE BUTTE MINE EB-5 OLD RURAL","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0900","61102",1,44.337617,-105.494116,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6529,100,45,61,0,23,"","","Certification not required",0,204.794456,105.265112,360,"2013-02-08 14:00",360,"2013-03-19 15:00",360,"2013-04-12 16:00",360,"2013-06-04 18:00","","","","",357,354,348,339,305,200,32,"AMAX EAGLE BUTTE SITE EB-5 SOUTHEAST OF MINING ACTIVITY","AMAX EAGLE BUTTE MINE EB-5 OLD RURAL","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0900","61106",1,44.337617,-105.494116,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6529,100,45,61,0,23,"","","Certification not required",0,12.802297,10.991171,68.9,"2013-08-23 11:00",68.3,"2013-09-11 13:00",66.4,"2013-01-24 10:00",66,"2013-08-02 12:00","","","","",53.2,47.7,37.7,28.5,15.4,8.5,4.6,"AMAX EAGLE BUTTE SITE EB-5 SOUTHEAST OF MINING ACTIVITY","AMAX EAGLE BUTTE MINE EB-5 OLD RURAL","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0900","62101",1,44.337617,-105.494116,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6193,100,43,61,0,359,"","","Certification not required",0,48.878573,21.027486,97,"2013-07-11 12:00",97,"2013-07-11 14:00",96,"2013-08-28 15:00",95,"2013-07-11 11:00","","","","",90,87,82,76,65,50,22,"AMAX EAGLE BUTTE SITE EB-5 SOUTHEAST OF MINING ACTIVITY","AMAX EAGLE BUTTE MINE EB-5 OLD RURAL","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0900","64101",1,44.337617,-105.494116,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5326,100,37,61,0,1226,"","","Certification not required",0,863.512899,5.510541,881.8,"2013-05-02 05:00",881.8,"2013-05-02 06:00",881.8,"2013-05-02 07:00",881.1,"2013-05-01 22:00","","","","",874.7,873.4,871.7,870.3,867.6,863.9,856.1,"AMAX EAGLE BUTTE SITE EB-5 SOUTHEAST OF MINING ACTIVITY","AMAX EAGLE BUTTE MINE EB-5 OLD RURAL","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0900","65102",1,44.337617,-105.494116,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6193,100,43,61,0,359,"","","Certification not required",0,0.002202,0.019145,0.84,"2013-06-22 13:00",0.43,"2013-06-21 06:00",0.38,"2013-05-17 15:00",0.32,"2013-08-02 10:00","","","","",0.06,0.03,0,0,0,0,0,"AMAX EAGLE BUTTE SITE EB-5 SOUTHEAST OF MINING ACTIVITY","AMAX EAGLE BUTTE MINE EB-5 OLD RURAL","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","0907","61101",1,43.6233,-105.2133,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,9.802261,6.260969,36.7,"2013-05-23 17:00",36.5,"2013-03-04 11:00",36,"2013-03-04 10:00",36,"2013-03-04 13:00","","","","",28,25.4,21.5,18.6,13.6,8.6,2.8,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0907","61102",1,43.6233,-105.2133,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,204.461503,99.610995,360,"2013-02-09 00:00",360,"2013-03-22 22:00",360,"2013-03-26 12:00",360,"2013-04-09 04:00","","","","",357,354,345,333,301,200,68,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0907","61106",1,43.6233,-105.2133,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,15.616132,11.711013,77.4,"2013-07-26 12:00",73.1,"2013-05-14 12:00",70.2,"2013-05-13 03:00",68.9,"2013-06-12 11:00","","","","",56.6,50.7,41.2,32.8,19.6,11.4,5.8,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0907","62101",1,43.6233,-105.2133,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,50.066758,21.747646,98,"2013-07-11 12:00",97,"2013-07-11 13:00",96,"2013-07-11 11:00",96,"2013-07-11 14:00","","","","",90,88,83,78,67,53,21,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0907","65102",1,43.6233,-105.2133,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",3637,42,151,365,0,2915,"","","Certification not required",0,0.002279,0.024649,0.66,"2013-06-22 14:00",0.65,"2013-07-06 17:00",0.42,"2013-07-04 15:00",0.41,"2013-06-17 15:00","","","","",0.05,0.02,0,0,0,0,0,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","0907","81102",2,43.6233,-105.2133,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",149,41,149,365,0,7,0,0,"Certification not required",0,19.067114,11.040873,86,"2013-03-04 00:00",62,"2013-05-13 00:00",44,"2013-01-09 00:00",42,"2013-01-10 00:00","","","","",62,44,40,32,24,16,8,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-10-30" +"56","005","0907","85101",2,43.6233,-105.2133,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",149,95,149,157,0,7,"","","Certification not required",0,17.557047,10.165776,84,"2013-03-04 00:00",53,"2013-05-13 00:00",40,"2013-01-09 00:00",38,"2013-01-10 00:00","","","","",53,40,36,30,22,15,8,"","Black Thunder Mine Site 12 Met Teom","Wyoming","Campbell","","Gillette, WY","2013-10-30" +"56","005","0908","81102",2,44.152375,-105.323752,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,3,0,0,"Certification not required",0,16.42963,8.471725,64,"2013-03-04 00:00",55,"2013-07-31 00:00",52,"2013-01-11 00:00",47,"2013-08-20 00:00","","","","",52,37,30,27,21,15,8,"NEW POWDER RIVER COAL CABALLO MINE MONITORING SITE - C-9.","CABALLO C-9","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","0908","85101",2,44.152375,-105.323752,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,3,"","","Certification not required",0,14.718519,7.622752,62,"2013-03-04 00:00",51,"2013-01-11 00:00",47,"2013-07-31 00:00",41,"2013-08-20 00:00","","","","",47,33,27,24,19,13,7,"NEW POWDER RIVER COAL CABALLO MINE MONITORING SITE - C-9.","CABALLO C-9","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1000","61101",1,44.035657,-105.387809,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",994,96,40,43,0,27,"","","Certification not required",0,9.599799,5.175245,29.2,"2013-01-06 11:00",25.8,"2013-02-10 14:00",25.7,"2013-01-06 12:00",25.4,"2013-01-06 13:00","","","","",23.4,22.1,19.9,17.1,12.8,8.8,3.6,"","CRC-MET STATION","Wyoming","Campbell","Gillette","Gillette, WY","2013-06-07" +"56","005","1000","61102",1,44.035657,-105.387809,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",994,96,40,43,0,27,"","","Certification not required",0,243.861167,78.332192,360,"2013-01-24 15:00",360,"2013-02-09 20:00",359,"2013-02-09 09:00",358,"2013-01-19 13:00","","","","",355,347,339,329,302,265,151,"","CRC-MET STATION","Wyoming","Campbell","Gillette","Gillette, WY","2013-06-07" +"56","005","1000","61106",1,44.035657,-105.387809,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",994,96,40,43,0,27,"","","Certification not required",0,11.473239,10.033395,64.9,"2013-01-25 09:00",62.8,"2013-01-29 04:00",58.8,"2013-01-17 08:00",58.6,"2013-02-07 02:00","","","","",50.1,47.5,35.8,25.4,11.5,7.9,4.8,"","CRC-MET STATION","Wyoming","Campbell","Gillette","Gillette, WY","2013-06-07" +"56","005","1000","62101",1,44.035657,-105.387809,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",993,96,40,43,0,27,"","","Certification not required",0,24.732125,11.878533,53,"2013-01-26 14:00",52,"2013-01-26 13:00",52,"2013-01-26 15:00",51,"2013-01-10 15:00","","","","",49,47,43,40,32,26,6,"","CRC-MET STATION","Wyoming","Campbell","Gillette","Gillette, WY","2013-06-07" +"56","005","1000","63301",1,44.035657,-105.387809,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",994,96,40,43,0,27,"","","Certification not required",593,0.123486,0.193176,0.81,"2013-02-11 12:00",0.8,"2013-02-11 11:00",0.76,"2013-02-07 12:00",0.76,"2013-02-11 13:00","","","","",0.7,0.64,0.56,0.45,0.21,0.005,0.005,"","CRC-MET STATION","Wyoming","Campbell","Gillette","Gillette, WY","2013-06-07" +"56","005","1000","65102",1,44.035657,-105.387809,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",994,96,40,43,0,27,"","","Certification not required",0,6e-05,0.000896,0.02,"2013-02-09 21:00",0.01,"2013-01-28 00:00",0.01,"2013-01-28 10:00",0.01,"2013-01-30 19:00","","","","",0,0,0,0,0,0,0,"","CRC-MET STATION","Wyoming","Campbell","Gillette","Gillette, WY","2013-06-07" +"56","005","1002","81102",5,44.288005,-105.517022,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",47,77,47,61,0,16,0,0,"Certification not required",2,14.042553,6.714544,36,"2013-08-20 00:00",26,"2013-11-18 00:00",24,"2013-07-21 00:00",24,"2013-11-24 00:00","","","","",36,36,24,23,17,14,6,"Gillette SLAMS site","Gillette - 1000 West 8th","Wyoming","Campbell","Gillette","Gillette, WY","2014-02-20" +"56","005","1002","85101",5,44.288005,-105.517022,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",46,75,46,61,0,16,"","","Certification not required",2,12.369565,5.709091,30,"2013-08-20 00:00",24,"2013-11-18 00:00",22,"2013-11-24 00:00",20,"2013-07-16 00:00","","","","",30,30,22,20,15,13,5,"Gillette SLAMS site","Gillette - 1000 West 8th","Wyoming","Campbell","Gillette","Gillette, WY","2014-02-20" +"56","005","1003","81102",1,44.018422,-105.404804,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",91,75,91,122,0,0,0,0,"Certification not required",0,18.857143,11.120123,55,"2013-07-03 00:00",47,"2013-08-17 00:00",45,"2013-08-29 00:00",44,"2013-07-21 00:00","","","","",55,47,44,35,24,18,6,""," Cordero Rojo CRM-W11 Hilight Road","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1003","85101",1,44.018422,-105.404804,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",91,100,45,61,0,0,"","","Certification not required",0,16.505495,9.330206,46,"2013-07-03 00:00",40,"2013-08-17 00:00",38,"2013-07-24 00:00",38,"2013-08-29 00:00","","","","",46,40,37,32,21,16,6,""," Cordero Rojo CRM-W11 Hilight Road","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1009","81102",1,43.957055,-105.348153,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",87,71,87,122,0,4,0,0,"Certification not required",1,15.770115,8.382847,41,"2013-08-20 00:00",40,"2013-07-24 00:00",40,"2013-08-17 00:00",35,"2013-08-29 00:00","","","","",41,40,32,28,19,15,6,""," Cordero Rojo CRM-S11","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1009","85101",1,43.957055,-105.348153,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",87,100,45,61,0,4,"","","Certification not required",2,13.712644,7.004829,34,"2013-07-24 00:00",34,"2013-08-20 00:00",33,"2013-08-17 00:00",29,"2013-08-29 00:00","","","","",34,34,27,23,17,13,5,""," Cordero Rojo CRM-S11","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1111","61101",1,43.535435,-105.256646,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6548,75,273,365,0,4,"","","Certification not required",0,10.082819,6.590662,38.6,"2013-03-04 13:00",37.7,"2013-05-20 12:00",37.6,"2013-03-04 11:00",37.4,"2013-03-04 12:00","","","","",29.4,26.8,23.1,19.5,13.8,8.7,2.8,"","NARM Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1111","61102",1,43.535435,-105.256646,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,204.148442,107.415765,360,"2013-03-15 17:00",360,"2013-04-08 15:00",360,"2013-04-09 17:00",360,"2013-07-03 14:00","","","","",357,354,345,335,310,214,50,"","NARM Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1111","61106",1,43.535435,-105.256646,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6548,75,273,365,0,4,"","","Certification not required",0,15.698534,11.062231,72.4,"2013-08-17 05:00",71.7,"2013-04-01 11:00",70.3,"2013-08-17 12:00",67.3,"2013-08-21 03:00","","","","",54.2,48.9,39.8,31.4,19.7,11.9,6.2,"","NARM Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1111","62101",1,43.535435,-105.256646,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,4,"","","Certification not required",0,50.526878,21.539221,97,"2013-07-11 12:00",96,"2013-07-11 13:00",95,"2013-07-11 11:00",94,"2013-08-28 15:00","","","","",89,87,83,78,68,53,22,"","NARM Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1111","64101",1,43.535435,-105.256646,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6548,75,273,365,0,4,"","","Certification not required",0,852.602718,5.172038,870.3,"2013-05-02 06:00",870.3,"2013-05-02 07:00",870,"2013-05-02 08:00",869.6,"2013-05-02 00:00","","","","",862.9,861.5,859.5,858.5,856.1,853.4,845.6,"","NARM Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1111","65102",1,43.535435,-105.256646,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6548,75,273,365,0,4,"","","Certification not required",0,0.001462,0.015846,0.61,"2013-06-22 14:00",0.47,"2013-07-04 21:00",0.43,"2013-08-07 17:00",0.32,"2013-08-09 19:00","","","","",0.04,0.01,0,0,0,0,0,"","NARM Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1112","61101",1,43.5724,-105.1707,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6550,75,273,365,0,2,"","","Certification not required",0,9.987206,5.766476,38.9,"2013-05-23 11:00",37.2,"2013-05-23 15:00",37,"2013-05-23 12:00",36.4,"2013-05-23 16:00","","","","",27.3,24.9,20.9,17.9,13.3,8.8,3.6,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1112","61102",1,43.5724,-105.1707,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6550,75,273,365,0,2,"","","Certification not required",0,196.789313,102.427773,360,"2013-04-08 03:00",360,"2013-04-09 09:00",360,"2013-04-09 14:00",360,"2013-05-11 17:00","","","","",357,355,348,335,292,182,37,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1112","61106",1,43.5724,-105.1707,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6550,75,273,365,0,2,"","","Certification not required",0,15.579939,9.446297,69.3,"2013-08-25 01:00",68.6,"2013-07-31 08:00",68.5,"2013-06-07 15:00",67.6,"2013-07-31 11:00","","","","",52.5,46.3,36.4,27.3,18,12.7,7.8,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1112","62101",1,43.5724,-105.1707,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6551,75,273,365,0,1,"","","Certification not required",0,49.518547,21.595905,97,"2013-07-11 13:00",97,"2013-07-11 14:00",96,"2013-07-11 12:00",96,"2013-07-11 15:00","","","","",89,86,82,77,67,52,21,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1112","62201",1,43.5724,-105.1707,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6551,75,273,365,0,1,"","","Certification not required",0,59.815753,21.364887,95,"2013-05-18 03:00",95,"2013-05-18 04:00",95,"2013-06-23 03:00",95,"2013-06-23 04:00","","","","",93,92,90,87,79,62,29,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1112","64101",1,43.5724,-105.1707,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6551,75,273,365,0,1,"","","Certification not required",0,853.722913,5.19834,871.7,"2013-05-02 07:00",871,"2013-05-02 06:00",871,"2013-05-02 08:00",870.6,"2013-05-02 05:00","","","","",863.5,862.5,860.8,859.8,857.4,854.4,846.6,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1112","65102",1,43.5724,-105.1707,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6551,75,273,365,0,1,"","","Certification not required",0,0.001613,0.018585,0.81,"2013-08-11 16:00",0.7,"2013-07-28 17:00",0.46,"2013-06-18 17:00",0.34,"2013-08-11 17:00","","","","",0.04,0.01,0,0,0,0,0,"","Coal Creek Mine Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-16" +"56","005","1115","61101",1,43.701242,-105.292881,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,7.683524,4.911349,30.2,"2013-03-04 09:00",29.8,"2013-05-20 08:00",29.3,"2013-05-20 10:00",28.7,"2013-05-20 12:00","","","","",22.1,20.1,17,14.4,10.6,6.9,1.9,"","Black Thunder Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1115","61102",1,43.701242,-105.292881,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,206.6459,105.794741,360,"2013-02-08 20:00",360,"2013-04-30 14:00",360,"2013-05-10 06:00",360,"2013-06-08 18:00","","","","",356,353,347,335,311,221,59,"","Black Thunder Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1115","61106",1,43.701242,-105.292881,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,19.120034,11.60147,74.4,"2013-05-18 10:00",73.7,"2013-05-18 12:00",72.6,"2013-09-04 12:00",71.8,"2013-07-20 13:00","","","","",58.2,52.4,44.9,36.8,23.2,14.3,9.6,"","Black Thunder Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1115","62101",1,43.701242,-105.292881,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,50.638571,21.846774,99,"2013-07-11 13:00",98,"2013-07-11 12:00",97,"2013-07-11 14:00",97,"2013-07-11 15:00","","","","",90,88,84,79,68,53,21,"","Black Thunder Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1115","62201",1,43.701242,-105.292881,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6549,75,273,365,0,3,"","","Certification not required",0,56.831577,22.279789,96,"2013-01-11 01:00",96,"2013-01-11 02:00",96,"2013-03-17 02:00",96,"2013-03-17 03:00","","","","",94,92,89,86,77,58,25,"","Black Thunder Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1115","65102",1,43.701242,-105.292881,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6549,75,273,365,0,3,"","","Certification not required",0,0.001144,0.012361,0.48,"2013-06-22 14:00",0.44,"2013-08-01 20:00",0.32,"2013-08-09 19:00",0.28,"2013-07-28 20:00","","","","",0.03,0.01,0,0,0,0,0,"","Black Thunder Met Station","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1877","81102",1,43.66964,-105.21671,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",86,70,86,122,0,4,0,0,"Certification not required",7,11.127907,6.532807,36,"2013-08-20 00:00",33,"2013-09-10 00:00",27,"2013-05-13 00:00",24,"2013-08-29 00:00","","","","",36,33,23,19,14,10,4,"","Black Thunder Mine BTM-25","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1877","81102",2,43.66964,-105.21671,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",4,12.555556,7.58454,43,"2013-08-20 00:00",28,"2013-09-07 00:00",26,"2013-06-27 00:00",25,"2013-07-03 00:00","","","","",43,43,26,21,15,11,4,"","Black Thunder Mine BTM-25","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1877","85101",1,43.66964,-105.21671,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",86,70,86,122,0,4,"","","Certification not required",8,9.744186,5.5012,31,"2013-08-20 00:00",29,"2013-09-10 00:00",23,"2013-05-13 00:00",20,"2013-08-29 00:00","","","","",31,29,19,17,12,9,4,"","Black Thunder Mine BTM-25","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1877","85101",2,43.66964,-105.21671,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",4,11.022222,6.33708,36,"2013-08-20 00:00",24,"2013-09-07 00:00",22,"2013-06-27 00:00",21,"2013-07-03 00:00","","","","",36,36,22,20,13,10,4,"","Black Thunder Mine BTM-25","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1879","81102",1,44.378061,-105.421386,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",4,14.088889,9.505554,39,"2013-08-20 00:00",38,"2013-07-03 00:00",30,"2013-08-08 00:00",29,"2013-09-01 00:00","","","","",39,39,30,28,21,12,4,"","Dry Fork Site DF-2","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","1879","85101",1,44.378061,-105.421386,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",4,11.711111,7.61166,31,"2013-07-03 00:00",31,"2013-08-20 00:00",25,"2013-08-08 00:00",24,"2013-09-01 00:00","","","","",31,31,25,23,17,10,4,"","Dry Fork Site DF-2","Wyoming","Campbell","","Gillette, WY","2013-11-13" +"56","005","1895","61101",1,44.40717,-105.464899,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8744,100,363,365,0,16,"","","Certification not required",0,9.076041,5.506099,38.2,"2013-05-23 15:00",38.2,"2013-05-23 17:00",38.2,"2013-05-23 20:00",37.3,"2013-05-23 21:00","","","","",26.1,24.3,20,16.5,12.2,7.8,3.5,"","Rawhide Mine Hill Met Site","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","1895","61102",1,44.40717,-105.464899,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8744,100,363,365,0,16,"","","Certification not required",0,204.081999,99.17143,360,"2013-01-19 13:00",360,"2013-02-08 14:00",360,"2013-04-08 12:00",360,"2013-04-08 22:00","","","","",356,352,341,330,298,198,53,"","Rawhide Mine Hill Met Site","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","1895","61106",1,44.40717,-105.464899,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8744,100,363,365,0,16,"","","Certification not required",0,14.273902,10.526476,73,"2013-08-16 11:00",73,"2013-12-27 02:00",71,"2013-03-26 15:00",71,"2013-06-15 08:00","","","","",53,48,38,29,17,10,6,"","Rawhide Mine Hill Met Site","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","1895","62101",1,44.40717,-105.464899,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8744,100,363,365,0,16,"","","Certification not required",0,45.915828,21.402046,96,"2013-07-11 12:00",96,"2013-07-11 14:00",96,"2013-07-11 16:00",95,"2013-07-11 13:00","","","","",89,86,81,75,63,44,20,"","Rawhide Mine Hill Met Site","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","1895","64101",1,44.40717,-105.464899,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8744,100,363,365,0,16,"","","Certification not required",0,866.379529,5.570517,883.9,"2013-05-02 06:00",883.5,"2013-05-01 23:00",883.5,"2013-05-02 00:00",883.5,"2013-05-02 01:00","","","","",879.4,876.1,874,872.7,870.3,866.9,858.8,"","Rawhide Mine Hill Met Site","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","1895","65102",1,44.40717,-105.464899,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",8047,92,333,365,0,713,"","","Certification not required",0,0.002238,0.020238,0.95,"2013-06-21 07:00",0.58,"2013-09-08 17:00",0.44,"2013-07-15 16:00",0.38,"2013-05-17 15:00","","","","",0.06,0.03,0,0,0,0,0,"","Rawhide Mine Hill Met Site","Wyoming","Campbell","","Gillette, WY","2014-02-20" +"56","005","1899","61101",1,44.502675,-105.539763,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6523,74,273,365,0,29,"","","Certification not required",0,9.443155,5.57828,38.3,"2013-05-23 17:00",38.3,"2013-05-23 20:00",36.3,"2013-05-23 21:00",36.1,"2013-05-23 18:00","","","","",29.1,25.8,20.4,16.9,11.8,8.2,3.9,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","61102",1,44.502675,-105.539763,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6523,74,273,365,0,29,"","","Certification not required",0,196.867239,102.18733,360,"2013-04-04 11:00",360,"2013-08-18 16:00",360,"2013-09-14 19:00",360,"2013-09-25 16:00","","","","",356,351,341,330,302,174,51,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","61106",1,44.502675,-105.539763,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6523,74,273,365,0,29,"","","Certification not required",0,12.710455,10.590399,72.1,"2013-08-16 10:00",71.2,"2013-07-03 12:00",70,"2013-08-23 12:00",69.4,"2013-07-10 13:00","","","","",53.6,47.5,36.6,26.9,14.9,8.8,4.9,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","62101",1,44.502675,-105.539763,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,50.050436,21.325445,98,"2013-07-11 12:00",97,"2013-07-11 14:00",97,"2013-08-28 15:00",96,"2013-07-11 13:00","","","","",90,88,83,78,67,52,22,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","62101",2,44.502675,-105.539763,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",2202,33,92,275,0,6,"","","Certification not required",0,69.420073,11.336224,96,"2013-07-11 12:00",96,"2013-07-11 13:00",96,"2013-07-11 14:00",95,"2013-07-11 15:00","","","","",91,90,87,84,78,69,56,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","63301",1,44.502675,-105.539763,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6543,75,273,365,0,9,"","","Certification not required",3000,0.304946,0.406519,1.45,"2013-06-05 11:00",1.43,"2013-06-20 11:00",1.42,"2013-05-07 12:00",1.41,"2013-06-17 12:00","","","","",1.33,1.3,1.18,1.01,0.56,0.04,0.005,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","65102",1,44.502675,-105.539763,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6543,75,273,365,0,9,"","","Certification not required",0,0.001889,0.018092,0.71,"2013-05-26 17:00",0.65,"2013-06-22 13:00",0.41,"2013-07-06 21:00",0.36,"2013-06-21 06:00","","","","",0.06,0.02,0,0,0,0,0,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","81102",1,44.502675,-105.539763,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,3,0,0,"Certification not required",0,18.044444,10.645603,65,"2013-08-22 00:00",51,"2013-05-23 00:00",50,"2013-04-02 00:00",49,"2013-09-02 00:00","","","","",50,47,39,31,24,16,7,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","85101",1,44.502675,-105.539763,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,3,"","","Certification not required",0,16.218519,9.292862,56,"2013-08-22 00:00",45,"2013-04-02 00:00",45,"2013-05-23 00:00",42,"2013-09-02 00:00","","","","",45,41,34,28,21,14,6,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","1899","88101",3,44.502675,-105.539763,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",8215,94,347,365,0,84,"","","Certification not required",0,4.943749,6.267208,215.7,"2013-01-30 02:00",209.8,"2013-04-22 20:00",183,"2013-10-07 04:00",119,"2013-10-07 07:00","","","","",21,17,13,10,7,4,0,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","1899","88101",3,44.502675,-105.539763,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,0,0,"Certification not required",0,4.892711,3.323121,20.2,"2013-10-07 00:00",16,"2013-08-22 00:00",15.5,"2013-09-04 00:00",15.3,"2013-08-20 00:00","","","","",15.3,13.7,10.2,9,6.9,4.7,0.9,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","1899","88101",3,44.502675,-105.539763,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",343,94,343,365,0,0,"","","Certification not required",0,4.892711,3.323121,20.2,"2013-10-07 00:00",16,"2013-08-22 00:00",15.5,"2013-09-04 00:00",15.3,"2013-08-20 00:00","","","","",15.3,13.7,10.2,9,6.9,4.7,0.9,"","Buckskin Mine North Site","Wyoming","Campbell","","Gillette, WY","2014-02-07" +"56","005","1900","81102",1,43.614191,-105.38678,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",226,62,226,365,0,47,0,0,"Certification not required",0,20.637168,13.276587,60,"2013-06-30 00:00",57,"2013-08-18 00:00",56,"2013-09-02 00:00",55,"2013-07-24 00:00","","","","",56,54,47,40,30,18,6,"","NARM NA-7","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1900","85101",1,43.614191,-105.38678,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",226,62,226,365,0,47,"","","Certification not required",0,18.199115,11.377569,52,"2013-06-30 00:00",49,"2013-08-18 00:00",48,"2013-05-03 00:00",48,"2013-09-02 00:00","","","","",48,47,40,36,25,16,6,"","NARM NA-7","Wyoming","Campbell","","Gillette, WY","2013-12-12" +"56","005","1906","81102",1,44.407686,-105.565834,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",253,70,86,122,0,20,0,0,"Certification not required",0,12.312253,7.121489,35,"2013-08-18 00:00",34,"2013-08-20 00:00",32,"2013-05-15 00:00",31,"2013-08-17 00:00","","","","",32,30,26,22,17,11,5,"RELOCATED AMAX EAGLE BUTTE MINE SITE - 2. 1.5 MI WEST OLD LOCATION.","EAGLE BUTTE EB-31","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","1906","85101",1,44.407686,-105.565834,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",253,100,86,122,0,20,"","","Certification not required",0,10.849802,6.067835,30,"2013-08-18 00:00",29,"2013-08-20 00:00",28,"2013-05-15 00:00",27,"2013-08-17 00:00","","","","",28,25,23,19,15,10,4,"RELOCATED AMAX EAGLE BUTTE MINE SITE - 2. 1.5 MI WEST OLD LOCATION.","EAGLE BUTTE EB-31","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","1915","81102",1,43.71401,-105.39127,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",89,73,89,122,0,2,0,0,"Certification not required",0,21.325843,15.594124,97,"2013-08-11 00:00",66,"2013-08-17 00:00",66,"2013-08-20 00:00",52,"2013-07-03 00:00","","","","",97,66,52,40,29,18,7,"NEW PM10 SITE KNOWN AS BTM 31-1 ACTIVE 10-00","Black Thunder Mine Site BTM-9, Gillette, WY","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1915","85101",1,43.71401,-105.39127,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",89,73,89,122,0,2,"","","Certification not required",0,18.573034,13.154577,83,"2013-08-11 00:00",56,"2013-08-17 00:00",56,"2013-08-20 00:00",44,"2013-07-03 00:00","","","","",83,56,44,34,25,16,6,"NEW PM10 SITE KNOWN AS BTM 31-1 ACTIVE 10-00","Black Thunder Mine Site BTM-9, Gillette, WY","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1917","81102",1,43.75556,-105.27056,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",264,72,264,365,0,9,0,0,"Certification not required",0,23.443182,14.441326,99,"2013-08-28 00:00",79,"2013-09-22 00:00",67,"2013-08-30 00:00",64,"2013-09-05 00:00","","","","",67,62,50,42,31,21,8,"","Jacob Ranch Mine Site 5, Gillette, WY","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","1917","85101",1,43.75556,-105.27056,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",264,72,264,365,0,9,"","","Certification not required",0,20.484848,12.268222,83,"2013-08-28 00:00",67,"2013-09-22 00:00",57,"2013-08-30 00:00",54,"2013-09-05 00:00","","","","",57,52,43,37,27,19,7,"","Jacob Ranch Mine Site 5, Gillette, WY","Wyoming","Campbell","","Gillette, WY","2013-12-30" +"56","005","2900","81102",1,44.33763,-105.494,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",87,71,87,122,0,3,0,0,"Certification not required",16,10.942529,7.729972,35,"2013-07-03 00:00",35,"2013-08-20 00:00",32,"2013-08-17 00:00",29,"2013-05-25 00:00","","","","",35,35,27,21,15,10,2,"","Amax Eagle Butte Mine Eb-5 Rural","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","2900","85101",1,44.33763,-105.494,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,100,45,61,0,3,"","","Certification not required",16,9.586207,6.485317,30,"2013-07-03 00:00",30,"2013-08-20 00:00",27,"2013-08-17 00:00",25,"2013-05-25 00:00","","","","",30,30,22,18,13,9,2,"","Amax Eagle Butte Mine Eb-5 Rural","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","2901","81102",1,44.3904,-105.5453,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",249,68,249,365,0,24,0,0,"Certification not required",0,15.369478,9.133421,56,"2013-05-23 00:00",40,"2013-07-22 00:00",40,"2013-08-30 00:00",38,"2013-05-15 00:00","","","","",40,37,33,28,21,14,5,"Eagle Butte-Rawhide School Monitor","EB-RSCH, 200 Prospector Parkway, Gillette","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","2901","85101",1,44.3904,-105.5453,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",249,100,42,61,0,24,"","","Certification not required",0,13.718876,7.950026,50,"2013-05-23 00:00",35,"2013-07-22 00:00",34,"2013-05-15 00:00",34,"2013-08-30 00:00","","","","",34,32,29,24,19,13,5,"Eagle Butte-Rawhide School Monitor","EB-RSCH, 200 Prospector Parkway, Gillette","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","2908","61101",1,44.126316,-105.334521,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,9.997893,6.285344,36.6,"2013-05-23 16:00",36.5,"2013-05-30 15:00",36.4,"2013-05-20 09:00",36.4,"2013-05-20 10:00","","","","",30.9,27.2,22.1,18.5,13.4,8.7,3.2,"","Caballo Mine Met.","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2908","61102",1,44.126316,-105.334521,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,193.914643,105.491724,360,"2013-01-28 06:00",360,"2013-02-14 01:00",360,"2013-02-21 07:00",360,"2013-04-05 17:00","","","","",358,355,346,335,290,187,32,"","Caballo Mine Met.","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2908","61106",1,44.126316,-105.334521,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,13.473217,10.362301,72.4,"2013-09-05 00:00",68.3,"2013-05-11 11:00",68.1,"2013-07-31 11:00",65.8,"2013-08-04 14:00","","","","",50.5,45.8,36.4,27.7,16.4,9.7,5.2,"","Caballo Mine Met.","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2908","62101",1,44.126316,-105.334521,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,2,"","","Certification not required",0,49.355115,21.705113,98,"2013-07-11 14:00",97,"2013-07-11 13:00",96,"2013-07-11 15:00",95,"2013-07-11 12:00","","","","",89,87,83,78,66,52,20,"","Caballo Mine Met.","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2908","64101",1,44.126316,-105.334521,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6550,75,273,365,0,2,"","","Certification not required",0,857.325756,5.166881,875.2,"2013-05-02 07:00",875,"2013-05-02 08:00",874.9,"2013-05-02 06:00",874.6,"2013-05-02 09:00","","","","",867.4,866.2,864.5,863.3,861,857.9,850.3,"","Caballo Mine Met.","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2908","65102",1,44.126316,-105.334521,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6550,75,273,365,0,2,"","","Certification not required",0,0.001528,0.015685,0.69,"2013-06-11 17:00",0.48,"2013-08-13 16:00",0.44,"2013-06-21 22:00",0.33,"2013-06-22 13:00","","","","",0.04,0.02,0,0,0,0,0,"","Caballo Mine Met.","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","61101",1,44.057,-105.346,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5348,63,221,352,0,183,"","","Certification not required",0,11.095325,6.065859,45.3,"2013-05-23 12:00",44.3,"2013-05-23 15:00",43.9,"2013-05-23 18:00",43.1,"2013-05-23 13:00","","","","",30.7,27.8,22.8,19.2,14.3,9.8,4.8,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","61102",1,44.057,-105.346,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5348,63,221,352,0,183,"","","Certification not required",0,198.616679,107.076422,360,"2013-02-18 20:00",360,"2013-04-01 13:00",360,"2013-04-03 09:00",360,"2013-04-29 19:00","","","","",358,356,350,341,305,191,29,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","61106",1,44.057,-105.346,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5348,63,221,352,0,183,"","","Certification not required",0,12.783545,10.171349,67.6,"2013-04-04 11:00",64.6,"2013-08-23 12:00",63.7,"2013-05-14 12:00",62.3,"2013-07-20 13:00","","","","",51.7,46.8,36,26.3,14.9,9.1,5.1,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","62101",1,44.057,-105.346,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5348,63,221,352,0,183,"","","Certification not required",0,54.073111,19.889899,98,"2013-07-11 13:00",98,"2013-07-11 14:00",97,"2013-07-11 15:00",96,"2013-07-11 12:00","","","","",90,88,83,79,69,57,24,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","62101",2,44.057,-105.346,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5348,63,221,352,0,183,"","","Certification not required",0,54.085266,19.509504,96,"2013-07-11 13:00",96,"2013-07-11 14:00",96,"2013-07-11 15:00",94,"2013-07-11 12:00","","","","",89,86,82,78,69,58,25,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","63301",1,44.057,-105.346,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5348,63,221,352,0,183,"","","Certification not required",2307,0.324629,0.406704,1.51,"2013-06-05 11:00",1.39,"2013-07-01 12:00",1.38,"2013-06-05 12:00",1.36,"2013-07-02 11:00","","","","",1.29,1.25,1.16,1.01,0.63,0.08,0.005,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","2909","65102",1,44.057,-105.346,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",5348,63,221,352,0,183,"","","Certification not required",0,0.001584,0.013337,0.35,"2013-06-11 18:00",0.31,"2013-06-18 17:00",0.31,"2013-08-13 16:00",0.23,"2013-06-22 13:00","","","","",0.05,0.02,0,0,0,0,0,"Cordero Rojo Met. Station","CRM Met II","Wyoming","Campbell","","Gillette, WY","2013-12-11" +"56","005","5555","81102",1,44.34375,-105.403333,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",270,74,270,365,0,3,0,0,"Certification not required",0,17.637037,11.565625,115,"2013-01-11 00:00",95,"2013-03-04 00:00",57,"2013-05-23 00:00",55,"2013-01-14 00:00","","","","",57,48,33,30,21,16,8,"","WYDK-M 3,044 meters NE of intersection of Wyodak Mine Access Rd & Garner Lake Rd","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","5555","85101",1,44.34375,-105.403333,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",270,74,270,365,0,3,"","","Certification not required",0,15.888889,10.961688,114,"2013-01-11 00:00",93,"2013-03-04 00:00",53,"2013-01-14 00:00",50,"2013-05-23 00:00","","","","",53,47,29,27,19,14,7,"","WYDK-M 3,044 meters NE of intersection of Wyodak Mine Access Rd & Garner Lake Rd","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","6666","81102",1,44.295583,-105.335417,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",224,61,224,365,0,49,0,0,"Certification not required",0,19.15625,13.554661,136,"2013-03-04 00:00",130,"2013-01-11 00:00",56,"2013-01-14 00:00",43,"2013-06-18 00:00","","","","",56,42,34,29,23,17,9,"","1,008 meters North of I-90 & 361 West of American Ranch Rd","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","005","6666","85101",1,44.295583,-105.335417,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",224,61,224,365,0,49,"","","Certification not required",0,17.504464,12.978768,132,"2013-03-04 00:00",128,"2013-01-11 00:00",54,"2013-01-14 00:00",39,"2013-09-30 00:00","","","","",54,38,30,25,21,16,8,"","1,008 meters North of I-90 & 361 West of American Ranch Rd","Wyoming","Campbell","","Gillette, WY","2013-12-06" +"56","007","0100","42601",1,41.386944,-107.616667,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4990,57,208,365,0,1562,"","","Certification not required",0,0.069299,0.394174,11.3,"2013-02-11 11:00",7.4,"2013-02-11 14:00",5.5,"2013-01-12 12:00",5.4,"2013-01-05 10:00","","","","",2,1.1,0.3,0,0,0,0,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","42602",1,41.386944,-107.616667,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4990,57,208,365,0,1562,0,"","Certification not required",0,3.179808,2.334922,13.1,"2013-01-31 21:00",12.8,"2013-02-02 07:00",12.3,"2013-01-17 19:00",12,"2013-01-14 22:00","","","","",12.3,11.7,7.7,6.2,4.1,2.6,1.1,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","42602",1,41.386944,-107.616667,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4990,57,208,365,0,1562,"","","Certification not required",0,1.252505,1.343282,13.1,"2013-01-31 21:00",12.8,"2013-02-02 07:00",12.3,"2013-01-17 19:00",12,"2013-01-14 22:00","","","","",6.2,5.3,3.9,2.9,1.6,0.9,0.1,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","42603",1,41.386944,-107.616667,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4990,57,208,365,0,1562,"","","Certification not required",0,0.950721,1.568594,21.1,"2013-02-11 11:00",15.7,"2013-02-11 14:00",13.4,"2013-01-03 08:00",12.9,"2013-01-05 10:00","","","","",6.9,5.8,4.1,2.8,1.3,0.3,0,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","44201",1,41.386944,-107.616667,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6294,84,179,214,0,258,0,0,"Certification not required",0,0.047128,0.007156,0.065,"2013-08-19 16:00",0.064,"2013-06-11 16:00",0.064,"2013-07-16 17:00",0.062,"2013-07-17 17:00","","","","",0.064,0.062,0.06,0.056,0.052,0.049,0.044,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","44201",1,41.386944,-107.616667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6266,83,177,214,0,0,0,0,"Certification not required",0,0.04409,0.006986,0.061,"2013-07-16 14:00",0.06,"2013-07-17 10:00",0.06,"2013-08-19 10:00",0.059,"2013-08-16 10:00","","","","",0.06,0.059,0.056,0.053,0.049,0.045,0.041,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","44201",1,41.386944,-107.616667,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6266,83,177,214,0,0,0,0,"Certification not required",0,0.04409,0.006986,0.061,"2013-07-16 14:00",0.06,"2013-07-17 10:00",0.06,"2013-08-19 10:00",0.059,"2013-08-16 10:00","","","","",0.06,0.059,0.056,0.053,0.049,0.045,0.041,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","61101",1,41.386944,-107.616667,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6426,73,270,365,0,126,"","","Certification not required",0,8.132477,5.432916,36.1,"2013-04-09 04:00",36.1,"2013-04-09 05:00",35.3,"2013-03-17 15:00",35,"2013-03-17 14:00","","","","",24.7,22.3,18.8,15.9,11.1,6.6,2.5,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","61103",1,41.386944,-107.616667,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6426,73,270,365,0,126,"","","Certification not required",0,7.563974,5.521362,35.7,"2013-04-09 04:00",35.7,"2013-04-09 05:00",34.8,"2013-03-17 15:00",34.4,"2013-03-17 14:00","","","","",24.1,21.8,18.4,15.5,10.7,6.2,1.7,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","61104",1,41.386944,-107.616667,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6426,73,270,365,0,126,"","","Certification not required",0,167.818861,94.993286,360,"2013-04-22 05:00",360,"2013-06-01 02:00",360,"2013-06-01 06:00",360,"2013-07-02 15:00","","","","",353,346,317,291,234,186,33,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","61106",1,41.386944,-107.616667,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6426,73,270,365,0,126,"","","Certification not required",0,18.867134,13.435288,85.1,"2013-03-05 01:00",77.7,"2013-07-14 12:00",77,"2013-02-08 06:00",76.1,"2013-01-19 01:00","","","","",59.2,54.9,48.1,40.5,24.8,13.9,6.8,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","62101",1,41.386944,-107.616667,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6437,73,270,365,0,115,"","","Certification not required",0,45.131272,23.194392,90,"2013-06-27 16:00",90,"2013-06-28 14:00",90,"2013-06-28 15:00",90,"2013-06-28 16:00","","","","",86,85,81,76,63,48,14,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0100","62201",1,41.386944,-107.616667,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6384,73,267,365,0,168,"","","Certification not required",0,54.394737,25.713687,100,"2013-01-01 03:00",100,"2013-01-01 04:00",100,"2013-01-01 05:00",100,"2013-01-01 06:00","","","","",100,97,92,88,77,55,19,"","ATLANTIC RIM SUNDOG LOCATION","Wyoming","Carbon","","","2013-12-17" +"56","007","0851","61101",1,41.783126,-107.114334,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,10.207456,6.372758,42.7,"2013-03-17 15:00",41.6,"2013-03-17 12:00",41.2,"2013-03-17 14:00",39,"2013-03-17 13:00","","","","",27.8,25.4,21.9,19.2,14.4,9.1,2.9,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61101",2,41.783126,-107.114334,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,12.420622,7.480203,48.6,"2013-03-17 15:00",47.2,"2013-03-17 12:00",46.8,"2013-03-17 14:00",44.5,"2013-03-17 13:00","","","","",32.2,29.9,26.2,22.9,17.5,11.3,3.5,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61102",1,41.783126,-107.114334,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Compass","No Events",6532,75,272,365,0,20,"","","Certification not required",0,201.701317,94.405278,360,"2013-04-16 15:00",360,"2013-05-28 12:00",360,"2013-08-04 02:00",359,"2013-03-08 05:00","","","","",354,343,320,290,260,239,37,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61102",2,41.783126,-107.114334,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Compass","No Events",6532,75,272,365,0,20,"","","Certification not required",0,199.419473,95.135004,360,"2013-01-06 12:00",360,"2013-02-09 15:00",360,"2013-02-11 05:00",360,"2013-04-23 07:00","","","","",352,341,318,288,260,239,36,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61106",1,41.783126,-107.114334,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",6532,75,272,365,0,20,"","","Certification not required",0,18.077557,13.674617,87.2,"2013-08-07 11:00",79.5,"2013-08-22 11:00",79.1,"2013-07-31 09:00",78.6,"2013-06-10 20:00","","","","",61.6,56.7,48.2,40.2,22.7,12.3,6.9,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61106",2,41.783126,-107.114334,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Compass","No Events",6532,75,272,365,0,20,"","","Certification not required",0,15.809507,13.208938,87.7,"2013-08-07 11:00",81.2,"2013-08-16 09:00",75.2,"2013-08-17 04:00",74.7,"2013-01-17 12:00","","","","",59.8,53.8,46.4,36.4,19.6,10.5,5.1,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61109",1,41.783126,-107.114334,"NAD83","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,0.213763,0.304378,2.3,"2013-03-17 15:00",2,"2013-03-17 12:00",2,"2013-03-17 14:00",1.9,"2013-09-30 15:00","","","","",1.2,1,0.8,0.6,0.3,0.1,-0.1,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61109",2,41.783126,-107.114334,"NAD83","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,0.745239,0.795572,5,"2013-03-17 15:00",4.7,"2013-03-17 12:00",4.5,"2013-03-17 11:00",4.5,"2013-03-17 13:00","","","","",3,2.7,2.2,1.8,1.3,0.6,-0.1,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61110",1,41.783126,-107.114334,"NAD83","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,0.822551,0.457187,2.9,"2013-08-23 17:00",2.7,"2013-01-10 14:00",2.5,"2013-01-10 15:00",2.5,"2013-03-06 12:00","","","","",2.1,1.9,1.7,1.5,1.1,0.8,0.3,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61110",2,41.783126,-107.114334,"NAD83","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,1.116794,0.611156,9.6,"2013-04-09 02:00",3.7,"2013-02-01 14:00",3.7,"2013-07-30 18:00",3.5,"2013-08-11 17:00","","","","",2.6,2.3,2.1,1.9,1.6,1.1,0.3,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61111",1,41.783126,-107.114334,"NAD83","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,2.453889,1.214965,10.3,"2013-07-30 18:00",9.7,"2013-03-17 04:00",9.5,"2013-07-05 21:00",8.9,"2013-06-02 22:00","","","","",5.8,5,4.5,4.1,3.3,2.3,1,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","61111",2,41.783126,-107.114334,"NAD83","Std Dev Hz Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 2",2013,"Knots","No Events",6532,75,272,365,0,20,"","","Certification not required",0,2.685211,1.369651,11.8,"2013-07-30 18:00",11.5,"2013-07-05 21:00",10.7,"2013-03-17 04:00",10.5,"2013-06-02 22:00","","","","",6.6,5.8,5,4.5,3.5,2.5,1.2,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","62101",1,41.783126,-107.114334,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6532,75,272,365,0,20,"","","Certification not required",0,47.913043,22.04177,92,"2013-07-11 13:00",91,"2013-06-27 16:00",91,"2013-07-11 12:00",91,"2013-07-11 14:00","","","","",87,85,82,77,65,50,19,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","62101",2,41.783126,-107.114334,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6532,75,272,365,0,20,"","","Certification not required",0,47.727189,21.683282,90,"2013-07-11 13:00",90,"2013-07-11 14:00",90,"2013-07-11 15:00",89,"2013-06-27 16:00","","","","",85,84,81,76,65,50,19,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","62101",3,41.783126,-107.114334,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6532,75,272,365,0,20,"","","Certification not required",0,47.745254,21.387637,89,"2013-07-11 14:00",89,"2013-07-11 15:00",88,"2013-06-27 16:00",88,"2013-06-27 17:00","","","","",84,83,80,75,65,50,19,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","62106",1,41.783126,-107.114334,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6532,75,272,365,0,20,"","","Certification not required",0,-0.056139,0.26444,1.4,"2013-02-12 02:00",1.2,"2013-01-05 20:00",1.2,"2013-02-12 03:00",1.2,"2013-02-12 05:00","","","","",0.7,0.6,0.4,0.2,0.1,-0.1,-0.4,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","62106",2,41.783126,-107.114334,"NAD83","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6532,75,272,365,0,20,"","","Certification not required",0,-0.051669,0.60877,3.3,"2013-01-06 04:00",3.3,"2013-02-12 06:00",3.3,"2013-02-25 06:00",3.1,"2013-02-12 05:00","","","","",1.8,1.6,1.1,0.8,0.2,-0.1,-0.8,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","63301",1,41.783126,-107.114334,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6468,74,266,365,0,84,"","","Certification not required",2926,0.327021,0.425132,1.52,"2013-06-03 12:00",1.51,"2013-06-03 11:00",1.49,"2013-05-25 11:00",1.49,"2013-05-25 12:00","","","","",1.42,1.37,1.22,1.04,0.61,0.05,0.005,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0851","64101",1,41.783126,-107.114334,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6532,75,272,365,0,20,"","","Certification not required",0,799.028659,5.188484,814.5,"2013-05-02 07:00",814.3,"2013-05-02 06:00",814.3,"2013-05-02 08:00",813.9,"2013-05-02 09:00","","","","",808.1,807,805.9,805,803,799.9,791.8,"","Sinclair Meteorological Monitoring Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0852","42401",1,41.787948,-107.096672,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6362,73,268,365,0,190,1,"","Certification not required",0,4.652985,6.180411,86,"2013-08-02 19:00",32,"2013-05-23 12:00",22,"2013-01-07 01:00",19,"2013-08-01 18:00","","","","",22,18,11,8,5,3,2,"","Sinclair SO2 Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0852","42401",1,41.787948,-107.096672,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6362,73,268,365,0,190,"","","Certification not required",0,2.065388,1.914572,86,"2013-08-02 19:00",32,"2013-05-23 12:00",23,"2013-05-23 13:00",22,"2013-01-07 01:00","","","","",8,6,4,3,2,2,1,"","Sinclair SO2 Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0852","42401",1,41.787948,-107.096672,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",268,73,268,365,0,0,0,"","Certification not required",0,2.070896,1.024701,5.7,"2013-01-23 00:00",5.7,"2013-02-05 00:00",4.9,"2013-05-23 00:00",4.7,"2013-01-26 00:00","","","","",4.9,4.6,4,3.3,2.6,2,1,"","Sinclair SO2 Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0852","42401",1,41.787948,-107.096672,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2052,70,267,365,0,0,"",0,"Certification not required",0,2.053996,1.51918,29,"2013-08-02 20:00",19.3,"2013-05-23 14:00",11.3,"2013-03-07 02:00",10.6,"2013-01-07 02:00","","","","",7.3,5.6,4.3,3.3,2.6,2,1,"","Sinclair SO2 Station","Wyoming","Carbon","","","2014-01-14" +"56","007","0852","42406",1,41.787948,-107.096672,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6328,72,266,365,0,224,"","","Certification not required",0,2.931258,5.106346,256,"2013-08-02 19:00",151,"2013-05-23 13:00",117,"2013-05-23 12:00",94,"2013-05-23 11:00","","","","",14,11,7,5,3,2,1,"","Sinclair SO2 Station","Wyoming","Carbon","","","2014-01-14" +"56","009","0007","62101",1,42.785883,-105.356097,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2205,50,92,184,0,3,"","","Certification not required",0,69.705669,11.795289,98,"2013-07-11 14:00",97,"2013-07-11 13:00",96,"2013-07-11 12:00",96,"2013-07-11 15:00","","","","",92,91,88,85,79,69,56,"Tallgrass Energy Partners - Met Tower","Tallgrass - HWY 59, Douglas","Wyoming","Converse","","","2013-11-19" +"56","009","0008","42602",1,42.796372,-105.361822,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1278,15,55,365,0,690,0,"","Certification not required",0,16.9,8.28392,35.9,"2013-08-22 22:00",35.5,"2013-08-20 22:00",31.1,"2013-08-11 18:00",30.8,"2013-08-21 23:00","","","","",35.9,35.5,31.1,27.9,21.8,17.7,7.3,"Tallgrass Energy Partners - Gaseous","HWY 59","Wyoming","Converse","","","2013-11-19" +"56","009","0008","42602",1,42.796372,-105.361822,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",1278,15,55,365,0,690,"","","Certification not required",0,4.15313,5.784329,35.9,"2013-08-22 22:00",35.5,"2013-08-20 22:00",32.7,"2013-08-22 16:00",31.1,"2013-08-11 18:00","","","","",25.1,20.1,15.8,12.2,6.5,2.4,-1,"Tallgrass Energy Partners - Gaseous","HWY 59","Wyoming","Converse","","","2013-11-19" +"56","009","0088","81102",1,43.479473,-105.22324,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",261,72,261,365,0,12,0,0,"Certification not required",0,24.183908,13.461508,117,"2013-03-04 00:00",70,"2013-03-09 00:00",63,"2013-01-13 00:00",62,"2013-07-04 00:00","","","","",63,57,47,43,30,21,11,"","NA-8 North Antelope Rochelle (Near Irwin Ranch Road)","Wyoming","Converse","","","2013-12-12" +"56","009","0088","85101",1,43.479473,-105.22324,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,12,"","","Certification not required",0,21.858238,12.440899,109,"2013-03-04 00:00",66,"2013-03-09 00:00",61,"2013-01-13 00:00",55,"2013-01-14 00:00","","","","",61,53,44,38,27,19,10,"","NA-8 North Antelope Rochelle (Near Irwin Ranch Road)","Wyoming","Converse","","","2013-12-12" +"56","009","0801","42601",1,42.766972,-105.303528,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,254,365,0,480,"","","Certification not required",0,0.455929,1.619758,47.6,"2013-09-17 07:00",29.3,"2013-08-28 07:00",20.6,"2013-02-25 09:00",18.6,"2013-02-25 10:00","","","","",7.6,5.2,2.6,1.1,0.2,0,0,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","42602",1,42.766972,-105.303528,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,254,365,0,480,0,"","Certification not required",0,10.450787,5.510369,26.7,"2013-05-13 03:00",25.3,"2013-09-17 07:00",25,"2013-06-23 04:00",23.1,"2013-02-04 02:00","","","","",25,23,20.9,18.7,14.4,9.9,4.2,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","42602",1,42.766972,-105.303528,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,254,365,0,480,"","","Certification not required",0,3.081736,3.238664,26.7,"2013-05-13 03:00",25.3,"2013-09-17 07:00",25,"2013-06-23 04:00",24.7,"2013-05-13 04:00","","","","",15.8,13.5,9.8,7,3.8,2,0.6,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","42603",1,42.766972,-105.303528,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6072,69,254,365,0,480,"","","Certification not required",0,3.337912,4.426971,73,"2013-09-17 07:00",52.3,"2013-08-28 07:00",39.8,"2013-08-19 07:00",38,"2013-06-27 21:00","","","","",21.6,17,12.2,8,4,1.9,0.1,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","44201",1,42.766972,-105.303528,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5978,77,164,214,0,574,0,0,"Certification not required",3,0.055585,0.008132,0.079,"2013-07-17 17:00",0.076,"2013-08-17 14:00",0.074,"2013-04-10 15:00",0.074,"2013-07-11 12:00","","","","",0.076,0.074,0.07,0.066,0.061,0.056,0.05,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","44201",1,42.766972,-105.303528,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5960,70,150,214,0,0,0,0,"Certification not required",0,0.051613,0.007582,0.073,"2013-07-17 12:00",0.071,"2013-07-11 10:00",0.07,"2013-08-17 10:00",0.067,"2013-07-16 10:00","","","","",0.071,0.07,0.063,0.061,0.056,0.052,0.046,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","44201",1,42.766972,-105.303528,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5960,70,150,214,0,0,0,0,"Certification not required",0,0.051613,0.007582,0.073,"2013-07-17 12:00",0.071,"2013-07-11 10:00",0.07,"2013-08-17 10:00",0.067,"2013-07-16 10:00","","","","",0.071,0.07,0.063,0.061,0.056,0.052,0.046,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","61101",1,42.766972,-105.303528,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6514,74,270,365,0,38,"","","Certification not required",0,9.466702,5.942252,40.2,"2013-03-17 12:00",36.9,"2013-03-17 11:00",36.9,"2013-05-23 16:00",36.7,"2013-05-23 09:00","","","","",26.6,23.9,20.4,17.5,13,8.5,2.5,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","61103",1,42.766972,-105.303528,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6514,74,270,365,0,38,"","","Certification not required",0,9.010025,6.052776,39.8,"2013-03-17 12:00",36.7,"2013-05-23 16:00",36.5,"2013-03-17 11:00",36.5,"2013-05-23 09:00","","","","",26.4,23.7,20,17.3,12.6,8.2,1.9,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","61104",1,42.766972,-105.303528,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6514,74,270,365,0,38,"","","Certification not required",0,208.052502,98.240733,360,"2013-02-10 01:00",360,"2013-04-08 11:00",360,"2013-05-09 09:00",360,"2013-06-04 22:00","","","","",355,351,338,321,295,235,69,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","61106",1,42.766972,-105.303528,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6514,74,270,365,0,38,"","","Certification not required",0,16.894734,13.281676,79.2,"2013-09-20 11:00",76.3,"2013-08-28 15:00",75.6,"2013-05-17 00:00",75,"2013-06-30 12:00","","","","",60.4,55.1,46.2,37.6,21,12.7,5.2,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","62101",1,42.766972,-105.303528,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6515,74,270,365,0,37,"","","Certification not required",0,50.865541,21.434896,96,"2013-07-11 13:00",95,"2013-07-11 14:00",94,"2013-07-11 12:00",94,"2013-07-11 15:00","","","","",89,87,83,78,68,54,22,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","62201",1,42.766972,-105.303528,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6530,75,271,365,0,22,"","","Certification not required",0,56.700919,23.997182,100,"2013-01-11 04:00",100,"2013-01-28 02:00",100,"2013-01-28 03:00",100,"2013-01-28 04:00","","","","",98,96,93,89,77,58,24,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","63301",1,42.766972,-105.303528,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6530,75,271,365,0,22,"","","Certification not required",2981,0.307753,0.409079,1.45,"2013-06-25 12:00",1.44,"2013-05-07 12:00",1.42,"2013-06-03 12:00",1.42,"2013-06-20 12:00","","","","",1.35,1.31,1.18,1.02,0.57,0.04,0.005,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","64101",1,42.766972,-105.303528,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6530,75,271,365,0,22,"","","Certification not required",0,842.550827,5.065531,860.7,"2013-05-02 06:00",860.7,"2013-05-02 07:00",860.3,"2013-05-02 05:00",860.3,"2013-05-02 08:00","","","","",852.6,851.1,849.4,848.3,846,843.2,835.6,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","65102",1,42.766972,-105.303528,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6353,73,267,365,0,199,"","","Certification not required",0,0.00108,0.012606,0.56,"2013-07-28 20:00",0.42,"2013-06-12 21:00",0.26,"2013-08-01 18:00",0.25,"2013-07-29 19:00","","","","",0.03,0.01,0,0,0,0,0,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","81102",1,42.766972,-105.303528,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6476,74,269,365,0,76,"","","Certification not required",1076,11.729154,17.243086,916,"2013-03-17 12:00",488,"2013-03-17 10:00",364,"2013-03-17 09:00",247,"2013-02-04 10:00","","","","",49,38,28,23,16,9,2,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","81102",1,42.766972,-105.303528,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",269,74,269,365,0,0,0,0,"Certification not required",0,11.226766,8.448078,99,"2013-03-17 00:00",38,"2013-06-21 00:00",34,"2013-01-24 00:00",30,"2013-05-08 00:00","","","","",34,28,24,20,14,10,4,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","86101",1,42.766972,-105.303528,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",6389,73,265,365,0,163,"","","Certification not required",0,6.170136,14.172698,755,"2013-03-17 12:00",398,"2013-03-17 10:00",305,"2013-03-17 09:00",218,"2013-02-04 10:00","","","","",35,26,18,15,9,5,-1,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","88101",1,42.766972,-105.303528,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6400,73,272,365,0,152,"","","Certification not required",0,3.326719,3.856948,223,"2013-07-02 02:00",36,"2013-03-17 12:00",24,"2013-08-19 15:00",24,"2013-08-19 16:00","","","","",12,10,8,6,5,3,0,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","88101",1,42.766972,-105.303528,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,3.236604,1.742402,10.7,"2013-08-20 00:00",9.9,"2013-08-17 00:00",9.8,"2013-08-19 00:00",8.5,"2013-08-18 00:00","","","","",9.8,7.6,6.6,5.2,4.1,3,1.2,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0801","88101",1,42.766972,-105.303528,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,3.236604,1.742402,10.7,"2013-08-20 00:00",9.9,"2013-08-17 00:00",9.8,"2013-08-19 00:00",8.5,"2013-08-18 00:00","","","","",9.8,7.6,6.6,5.2,4.1,3,1.2,"Converse County - Mobile #2","369 E. Antelope, Douglas","Wyoming","Converse","","","2013-12-04" +"56","009","0819","81102",1,43.426621,-105.386453,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",29,48,29,61,0,1,0,0,"Certification not required",1,14.344828,9.936498,49,"2013-06-27 00:00",38,"2013-06-21 00:00",26,"2013-05-10 00:00",23,"2013-04-28 00:00","","","","",49,49,38,26,16,13,5,"","ANTELOPE SITE 3","Wyoming","Converse","","","2013-08-16" +"56","009","0819","85101",1,43.426621,-105.386453,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",29,48,29,61,0,1,"","","Certification not required",1,12.655172,8.37631,41,"2013-06-27 00:00",32,"2013-06-21 00:00",23,"2013-05-10 00:00",21,"2013-04-16 00:00","","","","",41,41,32,23,14,11,4,"","ANTELOPE SITE 3","Wyoming","Converse","","","2013-08-16" +"56","009","0819","88101",3,43.426621,-105.386453,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",3943,45,173,365,0,4114,"","","Certification not required",0,2.896373,5.975184,87,"2013-05-02 14:00",74.5,"2013-03-03 14:00",59.3,"2013-04-25 11:00",57.6,"2013-04-07 12:00","","","","",25.7,18.9,10.9,7.8,4.7,2.1,-2.3,"","ANTELOPE SITE 3","Wyoming","Converse","","","2014-02-07" +"56","009","0819","88101",3,43.426621,-105.386453,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",168,46,168,365,0,0,0,0,"Certification not required",0,2.819643,2.080283,8.8,"2013-06-21 00:00",8.7,"2013-04-05 00:00",8.4,"2013-04-07 00:00",8,"2013-04-26 00:00","","","","",8.7,8,6.7,5.8,4.1,2.5,0.2,"","ANTELOPE SITE 3","Wyoming","Converse","","","2014-02-07" +"56","009","0819","88101",3,43.426621,-105.386453,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",168,46,168,365,0,0,"","","Certification not required",0,2.819643,2.080283,8.8,"2013-06-21 00:00",8.7,"2013-04-05 00:00",8.4,"2013-04-07 00:00",8,"2013-04-26 00:00","","","","",8.7,8,6.7,5.8,4.1,2.5,0.2,"","ANTELOPE SITE 3","Wyoming","Converse","","","2014-02-07" +"56","009","0850","81102",1,43.46096,-105.331263,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",118,97,118,122,0,4,0,0,"Certification not required",1,25.177966,13.834573,69,"2013-12-09 00:00",66,"2013-07-03 00:00",64,"2013-12-03 00:00",59,"2013-08-20 00:00","","","","",66,64,53,44,34,22,10,"","ANTELOPE SITE 5","Wyoming","Converse","","","2014-02-07" +"56","009","0850","85101",1,43.46096,-105.331263,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,97,118,122,0,4,"","","Certification not required",1,22.5,12.405368,67,"2013-12-09 00:00",61,"2013-12-03 00:00",58,"2013-11-21 00:00",56,"2013-07-03 00:00","","","","",61,58,45,40,30,20,9,"","ANTELOPE SITE 5","Wyoming","Converse","","","2014-02-07" +"56","009","0851","81102",1,43.474688,-105.310319,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",118,97,118,122,0,4,0,0,"Certification not required",0,30.254237,16.338924,78,"2013-08-20 00:00",75,"2013-09-22 00:00",69,"2013-03-29 00:00",68,"2013-09-07 00:00","","","","",75,69,65,55,40,26,12,"ANTELOPE COAL COMPANY SITE #6 COLLOCATED TSP SITE.","ANTELOPE SITE 6","Wyoming","Converse","","","2014-02-07" +"56","009","0851","81102",2,43.474688,-105.310319,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",0,31.474576,16.5356,72,"2013-03-29 00:00",69,"2013-09-07 00:00",64,"2013-06-21 00:00",63,"2013-07-03 00:00","","","","",72,69,64,59,43,26,14,"ANTELOPE COAL COMPANY SITE #6 COLLOCATED TSP SITE.","ANTELOPE SITE 6","Wyoming","Converse","","","2014-02-07" +"56","009","0851","85101",1,43.474688,-105.310319,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,100,61,61,0,4,"","","Certification not required",0,27.135593,14.571319,66,"2013-08-20 00:00",64,"2013-09-22 00:00",62,"2013-03-29 00:00",62,"2013-12-09 00:00","","","","",64,62,57,51,35,23,10,"ANTELOPE COAL COMPANY SITE #6 COLLOCATED TSP SITE.","ANTELOPE SITE 6","Wyoming","Converse","","","2014-02-07" +"56","009","0851","85101",2,43.474688,-105.310319,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",0,28.220339,14.846418,65,"2013-03-29 00:00",59,"2013-09-07 00:00",55,"2013-01-16 00:00",55,"2013-01-22 00:00","","","","",65,59,55,54,37,22,12,"ANTELOPE COAL COMPANY SITE #6 COLLOCATED TSP SITE.","ANTELOPE SITE 6","Wyoming","Converse","","","2014-02-07" +"56","009","0881","81102",1,43.446315,-105.335682,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",118,98,60,61,0,4,0,0,"Certification not required",0,19.762712,13.713602,87,"2013-11-21 00:00",75,"2013-12-09 00:00",64,"2013-12-03 00:00",59,"2013-07-03 00:00","","","","",75,64,46,32,25,17,7,"","ANTELOPE SITE 4","Wyoming","Converse","","","2014-02-07" +"56","009","0881","85101",1,43.446315,-105.335682,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,100,60,61,0,4,"","","Certification not required",2,17.720339,12.777441,86,"2013-11-21 00:00",72,"2013-12-09 00:00",61,"2013-12-03 00:00",50,"2013-07-03 00:00","","","","",72,61,45,28,22,15,6,"","ANTELOPE SITE 4","Wyoming","Converse","","","2014-02-07" +"56","009","2819","61101",1,43.46917,-105.34944,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8748,100,365,365,0,12,"","","Certification not required",0,9.89457,6.067675,35.7,"2013-03-04 11:00",34.2,"2013-03-04 12:00",34,"2013-03-04 13:00",33.4,"2013-05-23 17:00","","","","",27.4,24.7,21.4,18.6,13.4,8.9,2.9,"","Antelope Mine Met Station","Wyoming","Converse","","","2014-02-07" +"56","009","2819","61102",1,43.46917,-105.34944,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,221.655235,97.479316,360,"2013-01-22 16:00",360,"2013-01-31 06:00",360,"2013-02-21 10:00",360,"2013-03-15 10:00","","","","",357,354,346,335,293,257,79,"","Antelope Mine Met Station","Wyoming","Converse","","","2014-02-07" +"56","009","2819","61106",1,43.46917,-105.34944,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8748,100,365,365,0,12,"","","Certification not required",0,15.329264,11.24245,73.3,"2013-03-28 22:00",71.6,"2013-07-03 12:00",70.4,"2013-08-30 11:00",68.9,"2013-04-01 07:00","","","","",54.1,48.9,41,32.8,18.6,10.9,6.5,"","Antelope Mine Met Station","Wyoming","Converse","","","2014-02-07" +"56","009","2819","62101",1,43.46917,-105.34944,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8748,100,365,365,0,12,"","","Certification not required",0,45.975995,21.969602,97,"2013-07-11 12:00",95,"2013-07-11 11:00",94,"2013-07-22 17:00",94,"2013-09-05 15:00","","","","",89,87,82,76,63,44,19,"","Antelope Mine Met Station","Wyoming","Converse","","","2014-02-07" +"56","009","2819","64101",1,43.46917,-105.34944,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",8748,100,365,365,0,12,"","","Certification not required",0,856.295096,5.509712,874,"2013-05-02 06:00",874,"2013-05-02 07:00",873.7,"2013-05-02 05:00",873.4,"2013-05-02 03:00","","","","",869,865.9,863.9,862.5,860.1,857.1,849,"","Antelope Mine Met Station","Wyoming","Converse","","","2014-02-07" +"56","009","2819","65102",1,43.46917,-105.34944,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",8748,100,365,365,0,12,"","","Certification not required",0,0.001055,0.016215,0.84,"2013-06-22 14:00",0.77,"2013-08-09 19:00",0.57,"2013-08-22 18:00",0.38,"2013-07-28 20:00","","","","",0.02,0.01,0,0,0,0,0,"","Antelope Mine Met Station","Wyoming","Converse","","","2014-02-07" +"56","013","0099","42601",1,42.529999,-108.720003,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,270,365,0,109,"","","Certification not required",0,0.186093,0.355586,14.8,"2013-02-13 08:00",10.1,"2013-02-13 09:00",9.8,"2013-02-22 08:00",9,"2013-02-19 10:00","","","","",0.9,0.7,0.5,0.3,0.2,0.2,0,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","42602",1,42.529999,-108.720003,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,270,365,0,109,0,"","Certification not required",0,1.755926,1.167601,8.8,"2013-03-27 07:00",8.6,"2013-02-22 08:00",7.4,"2013-02-19 10:00",7.1,"2013-02-08 11:00","","","","",7.4,6.3,3.6,2.9,2,1.4,0.9,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","42602",1,42.529999,-108.720003,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,270,365,0,109,"","","Certification not required",0,0.903865,0.536254,8.8,"2013-03-27 07:00",8.6,"2013-02-22 08:00",7.4,"2013-02-19 10:00",7.1,"2013-02-08 11:00","","","","",2.7,2.3,1.9,1.5,1.1,0.8,0.4,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","42603",1,42.529999,-108.720003,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6443,74,270,365,0,109,"","","Certification not required",0,1.113425,0.803635,21.2,"2013-02-13 08:00",18.5,"2013-02-22 08:00",16.9,"2013-03-27 07:00",16.5,"2013-02-19 10:00","","","","",3.4,2.9,2.3,1.9,1.3,1,0.5,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","44201",1,42.529999,-108.720003,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6348,81,173,214,0,204,0,0,"Certification not required",0,0.05315,0.006135,0.077,"2013-05-24 06:00",0.071,"2013-08-16 14:00",0.067,"2013-06-01 16:00",0.066,"2013-04-30 14:00","","","","",0.071,0.066,0.063,0.061,0.057,0.055,0.05,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","44201",1,42.529999,-108.720003,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6357,80,172,214,0,0,0,0,"Certification not required",0,0.050395,0.005713,0.069,"2013-08-16 11:00",0.063,"2013-05-24 11:00",0.063,"2013-08-17 07:00",0.062,"2013-05-25 15:00","","","","",0.063,0.062,0.059,0.057,0.055,0.052,0.048,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","44201",1,42.529999,-108.720003,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6357,80,172,214,0,0,0,0,"Certification not required",0,0.050395,0.005713,0.069,"2013-08-16 11:00",0.063,"2013-05-24 11:00",0.063,"2013-08-17 07:00",0.062,"2013-05-25 15:00","","","","",0.063,0.062,0.059,0.057,0.055,0.052,0.048,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","61101",1,42.529999,-108.720003,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6542,75,273,365,0,10,"","","Certification not required",0,8.011006,4.138019,29.3,"2013-09-30 12:00",29.1,"2013-09-30 11:00",28,"2013-04-29 16:00",27.8,"2013-04-29 14:00","","","","",20.8,18.8,15.5,13.6,10.5,7.2,3.5,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","61103",1,42.529999,-108.720003,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6542,75,273,365,0,10,"","","Certification not required",0,7.374136,4.199801,28.4,"2013-09-30 11:00",28.4,"2013-09-30 12:00",27.2,"2013-04-29 16:00",26.6,"2013-04-29 14:00","","","","",20,18.1,15,13,9.9,6.6,2.7,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","61104",1,42.529999,-108.720003,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,213.512382,113.679235,360,"2013-01-12 02:00",360,"2013-01-12 09:00",360,"2013-01-20 09:00",360,"2013-02-17 18:00","","","","",359,357,353,340,307,239,16,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","61106",1,42.529999,-108.720003,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,20.679242,11.212732,80.1,"2013-03-04 02:00",77.8,"2013-01-08 03:00",77.2,"2013-01-16 18:00",76.5,"2013-02-12 17:00","","","","",58.8,53.7,46,37.1,23.9,17,10.9,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","62101",1,42.529999,-108.720003,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,42.13421,19.991789,80,"2013-06-27 16:00",80,"2013-07-22 15:00",79,"2013-06-27 15:00",79,"2013-06-27 17:00","","","","",76,75,72,67,60,43,14,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","62101",3,42.529999,-108.720003,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,41.64491,20.559377,82,"2013-07-22 15:00",81,"2013-06-27 15:00",81,"2013-06-27 16:00",81,"2013-07-11 14:00","","","","",78,76,73,68,59,43,14,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","62106",1,42.529999,-108.720003,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6542,75,273,365,0,10,"","","Certification not required",0,0.276276,0.906676,4.9,"2013-01-04 04:00",4.7,"2013-01-04 05:00",4.6,"2013-02-28 02:00",4.4,"2013-01-03 23:00","","","","",3.1,2.7,2,1.6,0.6,0.1,-0.8,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","62201",1,42.529999,-108.720003,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6546,75,273,365,0,6,"","","Certification not required",0,53.112588,23.688415,100,"2013-01-27 06:00",100,"2013-01-27 07:00",99,"2013-01-26 08:00",99,"2013-01-27 08:00","","","","",98,96,93,88,71,52,22,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","63301",1,42.529999,-108.720003,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6551,75,273,365,0,1,"","","Certification not required",3003,0.317551,0.413298,1.51,"2013-04-28 11:00",1.45,"2013-07-08 13:00",1.44,"2013-06-04 12:00",1.43,"2013-05-15 10:00","","","","",1.36,1.31,1.19,1.02,0.6,0.05,0.005,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","64101",1,42.529999,-108.720003,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6546,75,273,365,0,6,"","","Certification not required",0,749.643217,5.960531,762.2,"2013-05-02 07:00",762.2,"2013-05-02 08:00",762.2,"2013-05-02 09:00",762.1,"2013-05-02 10:00","","","","",759.7,759,758.1,756.9,754.3,750.3,741.3,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","65102",1,42.529999,-108.720003,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",5618,64,236,365,0,934,"","","Certification not required",0,0.000943,0.008262,0.34,"2013-07-14 14:00",0.17,"2013-09-14 12:00",0.12,"2013-09-14 13:00",0.12,"2013-09-15 02:00","","","","",0.03,0.01,0,0,0,0,0,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","81102",1,42.529999,-108.720003,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6412,73,267,365,0,140,"","","Certification not required",0,9.910012,9.757671,247,"2013-06-22 10:00",142,"2013-04-08 22:00",107,"2013-06-19 17:00",95,"2013-07-05 18:00","","","","",40,34,26,20,13,8,2,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0099","81102",1,42.529999,-108.720003,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",267,73,267,365,0,0,0,0,"Certification not required",0,9.453184,5.887468,34,"2013-06-19 00:00",30,"2013-08-16 00:00",29,"2013-06-13 00:00",27,"2013-06-11 00:00","","","","",29,26,22,17,13,8,3,"South Pass","South Pass WyDot","Wyoming","Fremont","","Riverton, WY","2013-12-04" +"56","013","0232","42601",1,43.081667,-107.549444,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5378,61,217,365,0,1174,"","","Certification not required",0,0.105746,0.33266,4.5,"2013-01-04 14:00",3.7,"2013-01-04 09:00",3.3,"2013-01-04 10:00",3.3,"2013-01-17 12:00","","","","",1.4,1.2,1.2,0.2,0,0,0,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","42602",1,43.081667,-107.549444,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5378,61,217,365,0,1174,0,"","Certification not required",0,2.167742,1.610892,14.6,"2013-01-04 17:00",9.2,"2013-09-13 23:00",7.3,"2013-08-13 22:00",7,"2013-07-26 03:00","","","","",7.3,7,5.1,3.7,2.5,1.8,0.9,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","42602",1,43.081667,-107.549444,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5378,61,217,365,0,1174,"","","Certification not required",0,1.08373,0.859377,14.6,"2013-01-04 17:00",9.2,"2013-09-13 23:00",8.9,"2013-01-04 00:00",8.7,"2013-01-04 18:00","","","","",4.4,3.6,2.7,1.9,1.3,0.8,0.4,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","42603",1,43.081667,-107.549444,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5378,61,217,365,0,1174,"","","Certification not required",0,1.051618,0.98946,14.7,"2013-01-04 17:00",12.5,"2013-01-04 14:00",9.9,"2013-01-04 08:00",9.9,"2013-01-04 09:00","","","","",4.9,3.9,2.9,2.1,1.3,0.8,0.3,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","44201",1,43.081667,-107.549444,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6065,77,165,214,0,487,0,0,"Certification not required",0,0.054715,0.006912,0.073,"2013-05-24 12:00",0.073,"2013-07-19 16:00",0.072,"2013-05-17 14:00",0.071,"2013-07-16 15:00","","","","",0.073,0.071,0.066,0.063,0.059,0.055,0.049,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","44201",1,43.081667,-107.549444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6031,75,160,214,0,0,0,0,"Certification not required",0,0.051725,0.006572,0.07,"2013-05-24 10:00",0.069,"2013-07-17 09:00",0.069,"2013-07-19 10:00",0.066,"2013-07-11 09:00","","","","",0.069,0.066,0.063,0.059,0.056,0.052,0.047,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","44201",1,43.081667,-107.549444,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6031,75,160,214,0,0,0,0,"Certification not required",0,0.051725,0.006572,0.07,"2013-05-24 10:00",0.069,"2013-07-17 09:00",0.069,"2013-07-19 10:00",0.066,"2013-07-11 09:00","","","","",0.069,0.066,0.063,0.059,0.056,0.052,0.047,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","61101",1,43.081667,-107.549444,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6368,73,265,365,0,184,"","","Certification not required",0,10.105088,4.913636,35.3,"2013-05-22 23:00",34.2,"2013-05-22 22:00",34,"2013-03-17 13:00",33.8,"2013-05-23 00:00","","","","",24.9,22.5,19.6,16.7,12.8,9.1,4.7,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","61104",1,43.081667,-107.549444,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6368,73,265,365,0,184,"","","Certification not required",0,198.736652,89.370566,360,"2013-01-04 17:00",360,"2013-02-24 04:00",360,"2013-02-24 09:00",360,"2013-02-26 14:00","","","","",356,352,343,327,262,206,82,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","61106",1,43.081667,-107.549444,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6368,73,265,365,0,184,"","","Certification not required",0,13.424388,11.456736,75.6,"2013-06-15 08:00",74.1,"2013-09-07 11:00",71.2,"2013-03-08 12:00",71.2,"2013-07-20 11:00","","","","",54.9,49.5,40.2,30.1,15.7,8.8,5.2,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","62101",1,43.081667,-107.549444,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6478,74,267,365,0,74,"","","Certification not required",0,48.772615,22.066016,93,"2013-07-11 14:00",92,"2013-07-11 15:00",92,"2013-07-11 16:00",91,"2013-06-27 16:00","","","","",87,86,82,78,66,51,19,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","62101",3,43.081667,-107.549444,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6509,74,271,365,0,43,"","","Certification not required",0,48.465817,22.798156,95,"2013-07-11 14:00",94,"2013-07-11 15:00",94,"2013-07-11 16:00",93,"2013-06-27 16:00","","","","",89,87,84,79,66,51,18,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","62106",1,43.081667,-107.549444,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6490,74,269,365,0,62,"","","Certification not required",0,0.192373,0.979526,5.6,"2013-01-05 02:00",4.6,"2013-01-13 20:00",4.5,"2013-01-20 05:00",4.3,"2013-01-03 00:00","","","","",3.2,2.7,2.1,1.5,0.7,0.1,-1,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","62201",1,43.081667,-107.549444,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6520,74,272,365,0,32,"","","Certification not required",0,52.816564,23.621974,100,"2013-04-12 03:00",100,"2013-04-12 04:00",100,"2013-04-12 05:00",100,"2013-09-26 20:00","","","","",96,94,91,85,72,54,20,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","63301",1,43.081667,-107.549444,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6523,74,272,365,0,29,"","","Certification not required",2969,0.340114,0.443631,1.56,"2013-05-07 10:00",1.52,"2013-06-04 12:00",1.51,"2013-06-14 12:00",1.5,"2013-05-24 11:00","","","","",1.43,1.39,1.28,1.09,0.64,0.05,0.005,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","65102",1,43.081667,-107.549444,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6501,74,271,365,0,51,"","","Certification not required",0,0.000648,0.007249,0.35,"2013-08-13 14:00",0.23,"2013-09-15 00:00",0.13,"2013-09-26 19:00",0.11,"2013-07-19 03:00","","","","",0.02,0.01,0,0,0,0,0,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","81102",1,43.081667,-107.549444,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",5980,68,248,365,0,572,"","","Certification not required",151,6.308579,11.368954,517.7,"2013-06-13 13:00",267.8,"2013-02-17 09:00",239.4,"2013-06-13 14:00",119.8,"2013-02-21 01:00","","","","",36,27.5,20,15,9,3.6,0,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","81102",1,43.081667,-107.549444,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","Multiple Methods Used",2013,"Micrograms/cubic meter (25 C)","No Events",248,68,248,365,0,0,0,0,"Certification not required",0,5.875,6.012512,42,"2013-06-13 00:00",27,"2013-08-17 00:00",27,"2013-08-18 00:00",23,"2013-08-19 00:00","","","","",27,22,17,15,9,3,1,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-12-20" +"56","013","0232","86502",1,43.081667,-107.549444,"WGS84","Acceptable PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",4143,47,172,365,0,201,"","","Certification not required",0,1.24965,3.623448,102.7,"2013-03-17 14:00",73.8,"2013-06-10 16:00",60.7,"2013-04-09 00:00",59.7,"2013-03-17 13:00","","","","",12.9,9,5.4,3.3,1.1,0.1,0.1,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-09-11" +"56","013","0232","88501",1,43.081667,-107.549444,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Virtual Impactor - FDMS-Gravimetric 1405-DF",2013,"Micrograms/cubic meter (LC)","No Events",4143,47,172,365,0,201,"","","Certification not required",0,2.621313,9.040213,412.3,"2013-06-13 13:00",272.4,"2013-02-17 09:00",187.3,"2013-06-13 14:00",98.7,"2013-02-21 01:00","","","","",16.1,11.2,6.9,5.2,3.1,1.6,0.1,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-09-11" +"56","013","0232","88501",1,43.081667,-107.549444,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",172,47,172,365,0,0,"","","Certification not required",0,2.581977,2.968011,30.9,"2013-06-13 00:00",19.4,"2013-02-17 00:00",12.8,"2013-02-21 00:00",7.5,"2013-03-12 00:00","","","","",19.4,7.5,5.6,4.6,2.7,1.9,1.1,"","Spring Creek Encana","Wyoming","Fremont","","Riverton, WY","2013-09-11" +"56","013","1003","68102",1,42.841049,-108.736277,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",111,91,111,122,0,0,"","","Certification not required",0,23.989189,0.070519,24,"2013-01-04 00:00",24,"2013-01-10 00:00",24,"2013-01-16 00:00",24,"2013-01-22 00:00","","","","",24,24,24,24,24,24,24,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","013","1003","68105",1,42.841049,-108.736277,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",95,78,95,122,0,16,"","","Certification not required",0,8.355789,11.398663,26.8,"2013-07-18 00:00",24.7,"2013-08-05 00:00",24.3,"2013-08-20 00:00",24.2,"2013-08-17 00:00","","","","",26.8,24.7,23.8,22.9,20.3,7.6,-5.7,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","013","1003","68108",1,42.841049,-108.736277,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",95,78,95,122,0,16,"","","Certification not required",0,626.557895,4.112037,637,"2013-11-12 00:00",634,"2013-01-16 00:00",634,"2013-11-21 00:00",633,"2013-05-01 00:00","","","","",637,634,633,631,629,627,621,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","013","1003","81102",3,42.841049,-108.736277,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",120,98,120,122,0,4,0,0,"Certification not required",6,16.466667,8.593464,51,"2013-01-22 00:00",39,"2013-01-07 00:00",35,"2013-01-04 00:00",35,"2013-12-12 00:00","","","","",39,35,33,29,21,15,7,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","013","1003","85101",3,42.841049,-108.736277,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",120,100,61,61,0,4,"","","Certification not required",6,14.458333,7.94931,47,"2013-01-22 00:00",37,"2013-01-07 00:00",33,"2013-01-04 00:00",32,"2013-12-12 00:00","","","","",37,33,29,26,18,13,6,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","013","1003","88101",1,42.841049,-108.736277,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,13,0,0,"Certification not required",0,7.538739,6.127155,32,"2013-01-22 00:00",31,"2013-12-12 00:00",28.5,"2013-01-04 00:00",26.6,"2013-01-16 00:00","","","","",31,28.5,22.2,14,8.8,5.9,2.7,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","013","1003","88101",1,42.841049,-108.736277,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",111,91,111,122,0,13,"","","Certification not required",0,7.538739,6.127155,32,"2013-01-22 00:00",31,"2013-12-12 00:00",28.5,"2013-01-04 00:00",26.6,"2013-01-16 00:00","","","","",31,28.5,22.2,14,8.8,5.9,2.7,"Lander SLAM site","600 WASHINGTON, Lander, WY","Wyoming","Fremont","Lander","Riverton, WY","2014-02-20" +"56","019","0002","61101",1,44.144167,-106.108889,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6397,73,265,365,0,155,"","","Certification not required",0,9.542207,5.336769,35.2,"2013-03-04 07:00",34.8,"2013-05-23 15:00",34.2,"2013-05-23 14:00",34,"2013-03-04 12:00","","","","",27,24.5,20.4,16.9,12,8.2,4.1,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","61102",1,44.144167,-106.108889,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6397,73,265,365,0,155,"","","Certification not required",0,182.147413,106.183282,360,"2013-01-20 18:00",360,"2013-02-08 16:00",360,"2013-03-09 20:00",360,"2013-03-10 01:00","","","","",359,357,353,345,250,174,26,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","61106",1,44.144167,-106.108889,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6397,73,265,365,0,155,"","","Certification not required",0,15.703205,11.555932,74.9,"2013-05-15 10:00",72.6,"2013-07-11 19:00",72.5,"2013-05-07 13:00",72.2,"2013-06-05 10:00","","","","",57.4,50.3,42,32.6,19,11.5,6.1,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","62101",1,44.144167,-106.108889,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6439,74,267,365,0,113,"","","Certification not required",0,50.834757,21.582659,94,"2013-08-17 14:00",93,"2013-06-19 16:00",93,"2013-07-22 12:00",93,"2013-08-17 13:00","","","","",89,88,84,79,68,53,22,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","62201",1,44.144167,-106.108889,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6439,74,267,365,0,113,"","","Certification not required",0,58.276285,22.667791,100,"2013-01-10 22:00",100,"2013-01-10 23:00",100,"2013-05-17 02:00",100,"2013-05-17 03:00","","","","",99,97,93,89,77,59,27,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","63301",1,44.144167,-106.108889,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6441,74,267,365,0,111,"","","Certification not required",2995,0.297004,0.402093,1.45,"2013-07-13 12:00",1.44,"2013-07-02 11:00",1.41,"2013-06-01 12:00",1.4,"2013-05-09 11:00","","","","",1.33,1.29,1.17,0.99,0.55,0.03,0.005,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","64101",1,44.144167,-106.108889,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6446,74,267,365,0,106,"","","Certification not required",0,864.778452,6.856219,882.6,"2013-05-02 07:00",881.5,"2013-05-01 21:00",881.4,"2013-05-01 20:00",881.4,"2013-05-01 22:00","","","","",879.1,878,875.8,872.8,869.4,865.5,855.2,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","65102",1,44.144167,-106.108889,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",5611,64,232,365,0,941,"","","Certification not required",0,0.001365,0.015171,0.34,"2013-05-16 16:00",0.34,"2013-07-04 20:00",0.33,"2013-06-22 12:00",0.33,"2013-07-08 17:00","","","","",0.03,0.01,0,0,0,0,0,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","88501",1,44.144167,-106.108889,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",3735,100,53,122,0,2817,"","","Certification not required",0,1.386934,1.786252,10.7,"2013-08-17 16:00",10,"2013-08-17 17:00",9.8,"2013-08-29 23:00",9.6,"2013-08-17 14:00","","","","",7.9,6.6,4.9,3.8,2.2,0.7,0,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","0002","88501",1,44.144167,-106.108889,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","Multiple Methods Used",2013,"Micrograms/cubic meter (LC)","No Events",152,100,53,122,0,0,"","","Certification not required",0,1.322368,1.511729,7.5,"2013-08-17 00:00",6.8,"2013-08-18 00:00",6.4,"2013-08-20 00:00",5,"2013-08-16 00:00","","","","",6.8,5,4.2,3.2,2.4,0.9,0,"Buffalo","Buffalo (WARMS station)","Wyoming","Johnson","","","2013-12-02" +"56","019","9000","85101",1,44.33344,-106.957181,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,3.100145,2.504726,9.9963,"2013-05-10 00:00",8.6116,"2013-04-25 00:00",8.1008,"2013-03-08 00:00",7.3146,"2013-05-07 00:00","","","","",9.9963,9.9963,8.6116,7.3146,4.177,2.3825,0.8153,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","86502",1,44.33344,-106.957181,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,1.054054,1.413151,5,"2013-03-08 00:00",5,"2013-05-10 00:00",3,"2013-04-25 00:00",3,"2013-04-28 00:00","","","","",5,5,5,3,2,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88103",1,44.33344,-106.957181,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88104",1,44.33344,-106.957181,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,0.041622,0.044374,0.218,"2013-04-25 00:00",0.118,"2013-04-28 00:00",0.102,"2013-05-10 00:00",0.092,"2013-03-14 00:00","","","","",0.218,0.218,0.118,0.092,0.067,0.029,0.0044,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88109",1,44.33344,-106.957181,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,0.000743,0.000507,0.0021,"2013-05-13 00:00",0.0019,"2013-04-04 00:00",0.0018,"2013-05-07 00:00",0.0014,"2013-05-10 00:00","","","","",0.0021,0.0021,0.0019,0.0014,0.001,0.0007,0.0002,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88111",1,44.33344,-106.957181,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",2,0.026739,0.027269,0.1217,"2013-04-25 00:00",0.0818,"2013-04-28 00:00",0.0751,"2013-05-10 00:00",0.0578,"2013-03-08 00:00","","","","",0.1217,0.1217,0.0818,0.0578,0.0434,0.0154,0.0029,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88112",1,44.33344,-106.957181,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88114",1,44.33344,-106.957181,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",26,0.000196,0.000122,0.0007,"2013-01-16 00:00",0.0004,"2013-01-31 00:00",0.0004,"2013-05-07 00:00",0.0004,"2013-05-16 00:00","","","","",0.0007,0.0007,0.0004,0.0004,0.0002,0.00015,0.0001,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88115",1,44.33344,-106.957181,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",19,0.000711,0.000908,0.0039,"2013-05-07 00:00",0.0032,"2013-04-28 00:00",0.0024,"2013-03-14 00:00",0.002,"2013-03-20 00:00","","","","",0.0039,0.0039,0.0032,0.002,0.0009,0.0002,0.0001,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88126",1,44.33344,-106.957181,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,0.025745,0.027679,0.1297,"2013-04-25 00:00",0.0741,"2013-04-28 00:00",0.0711,"2013-05-10 00:00",0.059,"2013-03-08 00:00","","","","",0.1297,0.1297,0.0741,0.059,0.0391,0.0156,0.0023,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88128",1,44.33344,-106.957181,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.000459,0.00065,0.002,"2013-03-26 00:00",0.002,"2013-04-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.002,0.001,0.001,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88132",1,44.33344,-106.957181,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.000541,0.000691,0.003,"2013-04-25 00:00",0.002,"2013-05-10 00:00",0.001,"2013-01-19 00:00",0.001,"2013-03-08 00:00","","","","",0.003,0.003,0.002,0.001,0.001,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88136",1,44.33344,-106.957181,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0,0,0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00","","","","",0,0,0,0,0,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88140",1,44.33344,-106.957181,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",15,0.010078,0.013189,0.067,"2013-04-25 00:00",0.0373,"2013-04-28 00:00",0.027,"2013-05-10 00:00",0.0219,"2013-04-07 00:00","","","","",0.067,0.067,0.0373,0.0219,0.0169,0.0043,0.0011,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88152",1,44.33344,-106.957181,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",35,0.000177,0.000176,0.0012,"2013-02-21 00:00",0.0003,"2013-02-18 00:00",0.0002,"2013-02-15 00:00",0.00015,"2013-01-04 00:00","","","","",0.0012,0.0012,0.0003,0.00015,0.00015,0.00015,0.0001,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88154",1,44.33344,-106.957181,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",31,0.000128,6e-05,0.0003,"2013-01-19 00:00",0.0003,"2013-02-15 00:00",0.0003,"2013-03-11 00:00",0.0002,"2013-01-16 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0001,0.0001,0.0001,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88161",1,44.33344,-106.957181,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",6,0.002389,0.002564,0.0127,"2013-04-25 00:00",0.0069,"2013-04-28 00:00",0.0057,"2013-05-10 00:00",0.0051,"2013-03-08 00:00","","","","",0.0127,0.0127,0.0069,0.0051,0.0037,0.0014,0.0002,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88164",1,44.33344,-106.957181,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",24,0.0001,8.5e-05,0.0004,"2013-03-26 00:00",0.0003,"2013-03-08 00:00",0.0002,"2013-02-12 00:00",0.0002,"2013-03-02 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.0001,5e-05,5e-05,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88165",1,44.33344,-106.957181,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,0.096968,0.106058,0.4801,"2013-04-25 00:00",0.2757,"2013-04-28 00:00",0.2757,"2013-05-10 00:00",0.2592,"2013-03-08 00:00","","","","",0.4801,0.4801,0.2757,0.2592,0.1551,0.0542,0.0063,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88167",1,44.33344,-106.957181,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",4,0.000801,0.000746,0.0034,"2013-04-25 00:00",0.0028,"2013-05-16 00:00",0.0021,"2013-02-06 00:00",0.002,"2013-03-26 00:00","","","","",0.0034,0.0034,0.0028,0.002,0.001,0.0006,0.00015,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88168",1,44.33344,-106.957181,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",19,0.00033,0.000276,0.0014,"2013-04-25 00:00",0.0009,"2013-05-07 00:00",0.0007,"2013-04-28 00:00",0.0007,"2013-05-04 00:00","","","","",0.0014,0.0014,0.0009,0.0007,0.0004,0.00015,0.0001,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88169",1,44.33344,-106.957181,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.135057,0.106843,0.4912,"2013-04-25 00:00",0.3884,"2013-05-10 00:00",0.2913,"2013-03-26 00:00",0.2823,"2013-05-07 00:00","","","","",0.4912,0.4912,0.3884,0.2823,0.1881,0.1098,0.0354,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88176",1,44.33344,-106.957181,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",31,0.000177,5.6e-05,0.0003,"2013-01-10 00:00",0.0003,"2013-01-16 00:00",0.0003,"2013-01-19 00:00",0.0003,"2013-02-21 00:00","","","","",0.0003,0.0003,0.0003,0.0003,0.00015,0.00015,0.00015,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88180",1,44.33344,-106.957181,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",2,0.017197,0.01553,0.0678,"2013-04-25 00:00",0.0436,"2013-05-07 00:00",0.0417,"2013-04-28 00:00",0.0415,"2013-05-10 00:00","","","","",0.0678,0.0678,0.0436,0.0415,0.0231,0.0121,0.003,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88184",1,44.33344,-106.957181,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",20,0.007597,0.008019,0.0318,"2013-05-07 00:00",0.0313,"2013-04-25 00:00",0.019,"2013-03-08 00:00",0.017,"2013-03-26 00:00","","","","",0.0318,0.0318,0.0313,0.017,0.0116,0.00215,0.00165,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88185",1,44.33344,-106.957181,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",28,0.000749,0.000412,0.0021,"2013-05-04 00:00",0.0018,"2013-05-13 00:00",0.0018,"2013-05-16 00:00",0.0012,"2013-01-13 00:00","","","","",0.0021,0.0021,0.0018,0.0012,0.0008,0.0007,0.0004,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88203",1,44.33344,-106.957181,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",30,0.006723,0.005426,0.0293,"2013-04-25 00:00",0.0174,"2013-01-16 00:00",0.013,"2013-05-04 00:00",0.0122,"2013-04-07 00:00","","","","",0.0293,0.0293,0.0174,0.0122,0.0092,0.0036,0.00275,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88306",1,44.33344,-106.957181,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",2,0.141792,0.171901,0.7405,"2013-02-21 00:00",0.7405,"2013-03-08 00:00",0.3756,"2013-05-04 00:00",0.3224,"2013-03-23 00:00","","","","",0.7405,0.7405,0.7405,0.3224,0.1733,0.0842,0.0146,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88320",1,44.33344,-106.957181,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",6,0.178649,0.210834,0.83,"2013-05-13 00:00",0.73,"2013-05-10 00:00",0.65,"2013-04-04 00:00",0.48,"2013-05-16 00:00","","","","",0.83,0.83,0.73,0.48,0.22,0.11,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88321",1,44.33344,-106.957181,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.022703,0.023996,0.08,"2013-04-04 00:00",0.07,"2013-03-08 00:00",0.07,"2013-05-07 00:00",0.06,"2013-03-23 00:00","","","","",0.08,0.08,0.07,0.06,0.04,0.02,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88324",1,44.33344,-106.957181,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",36,0.022136,0.007484,0.0358,"2013-03-23 00:00",0.0356,"2013-01-10 00:00",0.03195,"2013-02-15 00:00",0.0315,"2013-01-07 00:00","","","","",0.0358,0.0358,0.0356,0.0315,0.0308,0.02155,0.0107,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88325",1,44.33344,-106.957181,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",29,0.042881,0.035179,0.1812,"2013-05-13 00:00",0.14,"2013-05-10 00:00",0.1037,"2013-04-04 00:00",0.083,"2013-05-07 00:00","","","","",0.1812,0.1812,0.14,0.083,0.0391,0.0343,0.0172,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88326",1,44.33344,-106.957181,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",26,0.064662,0.056865,0.2501,"2013-05-13 00:00",0.1899,"2013-04-04 00:00",0.1809,"2013-05-10 00:00",0.18,"2013-05-16 00:00","","","","",0.2501,0.2501,0.1899,0.18,0.0723,0.03985,0.0263,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88327",1,44.33344,-106.957181,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",18,0.040236,0.039578,0.1688,"2013-05-13 00:00",0.1334,"2013-04-04 00:00",0.1333,"2013-05-10 00:00",0.1051,"2013-05-16 00:00","","","","",0.1688,0.1688,0.1334,0.1051,0.0489,0.0265,0.0111,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88328",1,44.33344,-106.957181,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",5,0.054011,0.065297,0.2738,"2013-05-10 00:00",0.2136,"2013-05-13 00:00",0.2048,"2013-04-04 00:00",0.1523,"2013-05-04 00:00","","","","",0.2738,0.2738,0.2136,0.1523,0.0709,0.0247,0.00415,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88329",1,44.33344,-106.957181,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",5,0.05612,0.063084,0.2358,"2013-05-10 00:00",0.2301,"2013-04-04 00:00",0.1872,"2013-05-13 00:00",0.1564,"2013-05-07 00:00","","","","",0.2358,0.2358,0.2301,0.1564,0.0794,0.0321,0.0035,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88330",1,44.33344,-106.957181,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",11,0.022047,0.02224,0.0813,"2013-05-10 00:00",0.0784,"2013-05-13 00:00",0.0612,"2013-05-16 00:00",0.0569,"2013-03-08 00:00","","","","",0.0813,0.0813,0.0784,0.0569,0.0297,0.0163,0.00155,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88331",1,44.33344,-106.957181,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",17,8.5e-05,0.000168,0.001,"2013-05-16 00:00",0.00015,"2013-03-02 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-08 00:00","","","","",0.001,0.001,0.00015,0.00015,0.00015,0,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88338",1,44.33344,-106.957181,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",31,0.025307,0.023143,0.1176,"2013-01-22 00:00",0.0919,"2013-02-18 00:00",0.0741,"2013-02-15 00:00",0.0512,"2013-01-31 00:00","","","","",0.1176,0.1176,0.0919,0.0512,0.02475,0.01635,0.0111,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88339",1,44.33344,-106.957181,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.557099,0.440702,2.02599,"2013-04-25 00:00",1.60219,"2013-05-10 00:00",1.20149,"2013-03-26 00:00",1.16428,"2013-05-07 00:00","","","","",2.02599,2.02599,1.60219,1.16428,0.77604,0.45276,0.14611,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88344",1,44.33344,-106.957181,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",1,0.182732,0.221889,0.9552,"2013-02-21 00:00",0.9552,"2013-03-08 00:00",0.4845,"2013-05-04 00:00",0.4159,"2013-03-23 00:00","","","","",0.9552,0.9552,0.9552,0.4159,0.2236,0.1086,0.0188,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88348",1,44.33344,-106.957181,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.443732,0.476486,2.2107,"2013-04-25 00:00",1.2731,"2013-04-28 00:00",1.2162,"2013-05-10 00:00",1.0841,"2013-03-08 00:00","","","","",2.2107,2.2107,1.2731,1.0841,0.7009,0.2723,0.0361,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88350",1,44.33344,-106.957181,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",6,0.321024,0.379866,1.5021,"2013-05-13 00:00",1.3163,"2013-05-10 00:00",1.1696,"2013-04-04 00:00",0.8561,"2013-05-16 00:00","","","","",1.5021,1.5021,1.3163,0.8561,0.3983,0.1933,0,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88403",1,44.33344,-106.957181,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,0.389432,0.311874,1.4248,"2013-04-25 00:00",1.1069,"2013-05-10 00:00",0.8373,"2013-05-07 00:00",0.8187,"2013-03-26 00:00","","","","",1.4248,1.4248,1.1069,0.8187,0.5518,0.3134,0.1003,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","019","9000","88502",1,44.33344,-106.957181,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",37,61,22,61,0,14,"","","Certification not required",0,1.578378,1.298746,5.5,"2013-04-25 00:00",4.7,"2013-05-10 00:00",3.4,"2013-05-07 00:00",3.3,"2013-05-13 00:00","","","","",5.5,5.5,4.7,3.3,2.5,1.1,0.3,"","Cloud Peak","Wyoming","Johnson","","","2014-01-28" +"56","021","0001","68102",1,41.139976,-104.817801,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",117,96,117,122,0,0,"","","Certification not required",0,24,0,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","68102",2,41.139976,-104.817801,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",29,48,29,61,0,0,"","","Certification not required",0,24.065517,0.048373,24.1,"2013-01-04 00:00",24.1,"2013-02-09 00:00",24.1,"2013-02-21 00:00",24.1,"2013-04-10 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24.1,24,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","68105",1,41.139976,-104.817801,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",117,96,117,122,0,0,"","","Certification not required",0,9.087179,10.349742,27.2,"2013-06-27 00:00",26.2,"2013-08-20 00:00",25.5,"2013-07-09 00:00",24.4,"2013-08-17 00:00","","","","",26.2,25.5,23.8,22.6,18.6,8.3,-4.8,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","68105",2,41.139976,-104.817801,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",29,48,29,61,0,0,"","","Certification not required",0,9.172414,10.94339,26.8,"2013-08-20 00:00",23.9,"2013-07-03 00:00",23.1,"2013-06-21 00:00",21.9,"2013-06-09 00:00","","","","",26.8,26.8,23.9,23.1,17.4,9.2,-6.3,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","68108",1,41.139976,-104.817801,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",117,96,117,122,0,0,"","","Certification not required",0,607.273504,3.699077,614,"2013-05-01 00:00",612,"2013-03-14 00:00",612,"2013-05-10 00:00",612,"2013-06-27 00:00","","","","",612,612,612,611,610,608,601,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","68108",2,41.139976,-104.817801,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",29,48,29,61,0,0,"","","Certification not required",0,606.344828,4.286823,616,"2013-11-12 00:00",611,"2013-01-16 00:00",611,"2013-07-15 00:00",610,"2013-03-05 00:00","","","","",616,616,611,611,609,608,600,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","81102",1,41.139976,-104.817801,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",116,95,116,122,0,6,0,0,"Certification not required",6,11.741379,7.614769,41,"2013-05-25 00:00",38,"2013-01-10 00:00",36,"2013-06-21 00:00",32,"2013-03-08 00:00","","","","",38,36,27,21,15,11,4,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","81102",2,41.139976,-104.817801,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",31,97,30,31,0,2,0,0,"Certification not required",1,12.16129,7.2023,34,"2013-06-21 00:00",21,"2013-03-17 00:00",21,"2013-05-28 00:00",21,"2013-07-03 00:00","","","","",34,34,21,21,17,11,5,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","85101",1,41.139976,-104.817801,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",116,95,116,122,0,6,"","","Certification not required",10,9.827586,6.301519,33,"2013-05-25 00:00",32,"2013-01-10 00:00",29,"2013-06-21 00:00",27,"2013-03-08 00:00","","","","",32,29,23,18,13,9,4,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","85101",2,41.139976,-104.817801,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",31,51,31,61,0,2,"","","Certification not required",2,10.129032,5.959541,27,"2013-06-21 00:00",18,"2013-03-17 00:00",18,"2013-11-24 00:00",17,"2013-05-28 00:00","","","","",27,27,18,17,14,9,4,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","88101",1,41.139976,-104.817801,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,0,0,"Certification not required",0,4.239316,2.348145,12.4,"2013-12-06 00:00",11.3,"2013-08-17 00:00",10.7,"2013-06-24 00:00",10.2,"2013-01-10 00:00","","","","",11.3,10.7,8.9,7.7,5.2,3.9,1.6,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","88101",1,41.139976,-104.817801,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,"","","Certification not required",0,4.239316,2.348145,12.4,"2013-12-06 00:00",11.3,"2013-08-17 00:00",10.7,"2013-06-24 00:00",10.2,"2013-01-10 00:00","","","","",11.3,10.7,8.9,7.7,5.2,3.9,1.6,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","88101",2,41.139976,-104.817801,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,3,0,0,"Certification not required",0,4.52069,2.504621,12.1,"2013-12-06 00:00",8.6,"2013-08-20 00:00",8.4,"2013-06-21 00:00",6.8,"2013-07-03 00:00","","","","",12.1,12.1,8.6,8.4,5.6,4.8,1.2,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0001","88101",2,41.139976,-104.817801,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",29,94,29,31,0,3,"","","Certification not required",0,4.52069,2.504621,12.1,"2013-12-06 00:00",8.6,"2013-08-20 00:00",8.4,"2013-06-21 00:00",6.8,"2013-07-03 00:00","","","","",12.1,12.1,8.6,8.4,5.6,4.8,1.2,"Cheyenne SLAMS site","Cheyenne-STATE OFFICE BLDG 23RD & CENTRAL AVENUE","Wyoming","Laramie","Cheyenne","Cheyenne, WY","2014-02-20" +"56","021","0100","42101",1,41.182227,-104.778334,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - Gas Filter Correlation Teledyne API 300 EU",2013,"Parts per million","No Events",6475,74,270,365,0,77,0,0,"Certification not required",1505,0.057713,0.045908,0.514,"2013-01-10 19:00",0.482,"2013-01-10 08:00",0.439,"2013-01-09 18:00",0.429,"2013-01-09 17:00","","","","",0.205,0.166,0.135,0.114,0.082,0.05,0.01,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42101",1,41.182227,-104.778334,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",6457,74,264,365,0,0,0,0,"Certification not required",0,0.053477,0.055998,0.3,"2013-01-10 09:00",0.3,"2013-01-10 10:00",0.3,"2013-01-10 11:00",0.3,"2013-01-10 12:00",0.3,"2013-01-10 09:00",0.3,"2013-01-10 17:00",0.2,0.2,0.1,0.1,0.1,0.1,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42401",1,41.182227,-104.778334,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6461,74,270,365,0,91,0,"","Certification not required",0,0.973333,1.065247,8.5,"2013-06-13 21:00",6.5,"2013-05-25 09:00",5.5,"2013-08-04 07:00",5.4,"2013-05-27 02:00","","","","",5.5,4.9,2.8,2.1,1,0.6,0.2,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42401",1,41.182227,-104.778334,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",6461,74,270,365,0,91,"","","Certification not required",0,0.303111,0.409702,8.5,"2013-06-13 21:00",7.6,"2013-06-13 11:00",6.7,"2013-06-13 22:00",6.5,"2013-05-25 09:00","","","","",1.8,1.3,0.8,0.6,0.4,0.2,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42401",1,41.182227,-104.778334,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,0.303704,0.237524,1.9,"2013-06-13 00:00",1,"2013-06-02 00:00",0.9,"2013-01-10 00:00",0.9,"2013-05-25 00:00","","","","",0.9,0.9,0.7,0.6,0.4,0.3,0.1,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42401",1,41.182227,-104.778334,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2134,73,266,365,0,0,"",0,"Certification not required",0,0.275351,0.354757,6.7,"2013-06-13 23:00",4.5,"2013-06-13 11:00",4,"2013-06-14 02:00",3.5,"2013-07-26 08:00","","","","",1.4,1.1,0.8,0.6,0.4,0.2,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42401",2,41.182227,-104.778334,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","Instrumental - Ultraviolet Fluorescence API 100 EU",2013,"Parts per billion","No Events",75030,71,266,365,0,3594,"","","Certification not required",0,0.303104,0.491412,32.7,"2013-05-25 09:00",22,"2013-06-13 21:40",17.5,"2013-06-13 11:20",16.6,"2013-07-11 07:45","","","","",1.9,1.3,0.8,0.6,0.4,0.2,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42600",1,41.182227,-104.778334,"WGS84","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6297,72,266,365,0,255,"","","Certification not required",0,3.973464,5.419824,69.8,"2013-01-10 09:00",68.2,"2013-01-10 08:00",61.8,"2013-01-10 10:00",56.7,"2013-01-09 17:00","","","","",26.7,20.6,13.5,9.3,4.6,2.2,0.4,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42601",1,41.182227,-104.778334,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6297,72,266,365,0,255,"","","Certification not required",0,0.32336,1.296341,35.5,"2013-01-10 09:00",32.5,"2013-01-10 08:00",29.5,"2013-01-10 10:00",20.2,"2013-03-05 07:00","","","","",4.5,2.9,1.4,0.7,0.2,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42601",2,41.182227,-104.778334,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6299,72,266,365,0,253,"","","Certification not required",0,0.258835,1.317964,37.1,"2013-01-10 09:00",34,"2013-01-10 08:00",31.3,"2013-01-10 10:00",24,"2013-01-10 19:00","","","","",4.1,2.4,1.1,0.5,0.1,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42602",2,41.182227,-104.778334,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6299,72,266,365,0,253,0,"","Certification not required",0,11.791353,8.342338,43.3,"2013-01-07 17:00",43.2,"2013-03-06 05:00",42.3,"2013-01-09 17:00",38.2,"2013-01-10 05:00","","","","",42.3,37.5,27.7,23.4,15.3,10,3.3,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42602",2,41.182227,-104.778334,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6299,72,266,365,0,253,"","","Certification not required",0,3.974472,4.423643,43.3,"2013-01-07 17:00",43.2,"2013-03-06 05:00",42.3,"2013-01-09 17:00",41,"2013-01-09 18:00","","","","",23,17.6,11.9,8.7,4.7,2.6,0.5,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42603",2,41.182227,-104.778334,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6299,72,266,365,0,253,"","","Certification not required",0,3.662597,5.290701,71.1,"2013-01-10 09:00",71,"2013-01-10 08:00",62.8,"2013-01-10 10:00",56.9,"2013-01-09 17:00","","","","",26.2,19.3,12.6,8.7,4.3,2,0.4,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","42612",1,41.182227,-104.778334,"WGS84","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",6297,72,266,365,0,255,"","","Certification not required",0,3.662379,4.705729,44.8,"2013-01-07 17:00",44.1,"2013-01-09 17:00",43.7,"2013-03-06 05:00",42.8,"2013-01-09 18:00","","","","",24.2,18.7,12.5,8.7,4.3,2.1,0.4,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","44201",1,41.182227,-104.778334,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6381,83,177,214,0,171,0,0,"Certification not required",12,0.057831,0.008385,0.079,"2013-08-17 14:00",0.076,"2013-07-11 13:00",0.075,"2013-07-18 13:00",0.074,"2013-05-17 16:00","","","","",0.076,0.074,0.072,0.069,0.063,0.058,0.05,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","44201",1,41.182227,-104.778334,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6333,81,173,214,0,0,0,0,"Certification not required",0,0.054081,0.007902,0.075,"2013-08-17 10:00",0.072,"2013-07-11 10:00",0.071,"2013-07-18 08:00",0.069,"2013-05-17 10:00","","","","",0.072,0.069,0.066,0.064,0.059,0.055,0.048,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","44201",1,41.182227,-104.778334,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6333,81,173,214,0,0,0,0,"Certification not required",0,0.054081,0.007902,0.075,"2013-08-17 10:00",0.072,"2013-07-11 10:00",0.071,"2013-07-18 08:00",0.069,"2013-05-17 10:00","","","","",0.072,0.069,0.066,0.064,0.059,0.055,0.048,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","61101",1,41.182227,-104.778334,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6489,74,269,365,0,63,"","","Certification not required",0,9.162906,5.015594,30.5,"2013-03-09 15:00",30.1,"2013-03-09 14:00",29.9,"2013-03-09 12:00",29.3,"2013-03-09 13:00","","","","",23.3,21.9,19.2,16.1,12,8.2,3.5,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","61103",1,41.182227,-104.778334,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4728,54,196,365,0,1824,"","","Certification not required",0,8.209624,4.763024,29.1,"2013-03-09 15:00",28.5,"2013-03-09 14:00",28.4,"2013-03-09 12:00",28,"2013-03-09 13:00","","","","",22.5,20.8,17.7,14.6,10.9,7.4,2.9,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","61104",1,41.182227,-104.778334,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4728,54,196,365,0,1824,"","","Certification not required",0,212.260364,99.283586,360,"2013-03-09 11:00",360,"2013-03-09 12:00",360,"2013-04-08 17:00",360,"2013-04-17 18:00","","","","",358,356,349,331,292,227,46,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","61106",1,41.182227,-104.778334,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",4728,54,196,365,0,1824,"","","Certification not required",0,16.211739,10.750478,99.5,"2013-09-01 01:00",71.1,"2013-07-23 03:00",69.8,"2013-07-25 23:00",67,"2013-06-11 04:00","","","","",56.6,50.5,41.6,31.5,18.3,12.5,7.9,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","62101",1,41.182227,-104.778334,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6540,75,272,365,0,12,"","","Certification not required",0,48.912997,20.192685,91,"2013-07-11 15:00",91,"2013-07-11 16:00",90,"2013-06-27 14:00",90,"2013-07-11 14:00","","","","",85,83,80,74,65,52,21,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","62101",3,41.182227,-104.778334,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6534,75,272,365,0,18,"","","Certification not required",0,48.818182,20.652193,93,"2013-07-11 14:00",93,"2013-07-11 15:00",93,"2013-07-11 16:00",92,"2013-06-27 14:00","","","","",87,85,81,76,64,51,21,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","62106",1,41.182227,-104.778334,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6534,75,272,365,0,18,"","","Certification not required",0,0.039164,0.796324,4.4,"2013-01-27 23:00",4.4,"2013-06-11 02:00",4.1,"2013-01-05 21:00",4,"2013-01-15 01:00","","","","",2.5,2,1.4,1,0.4,0,-0.9,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","62201",1,41.182227,-104.778334,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6549,75,273,365,0,3,"","","Certification not required",0,56.934952,24.051374,100,"2013-03-26 17:00",100,"2013-03-26 18:00",100,"2013-03-26 19:00",100,"2013-03-26 20:00","","","","",99,98,94,90,78,57,24,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","63301",1,41.182227,-104.778334,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",4392,50,183,365,0,0,"","","Certification not required",1841,0.362301,0.458801,1.61,"2013-04-19 11:00",1.56,"2013-05-08 11:00",1.51,"2013-06-11 11:00",1.51,"2013-06-11 12:00","","","","",1.45,1.41,1.32,1.16,0.69,0.09,0.005,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","64101",1,41.182227,-104.778334,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,811.122253,5.1934,827.1,"2013-05-02 06:00",827.1,"2013-05-02 07:00",827.1,"2013-05-02 08:00",827,"2013-05-02 09:00","","","","",820.1,819.4,818.2,817.1,815,811.8,803.9,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","65102",1,41.182227,-104.778334,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6514,74,272,365,0,38,"","","Certification not required",0,0.001967,0.019001,0.86,"2013-09-13 19:00",0.49,"2013-09-14 15:00",0.42,"2013-05-02 12:00",0.32,"2013-07-26 16:00","","","","",0.06,0.02,0,0,0,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","68102",2,41.182227,-104.778334,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",22,36,22,61,0,0,"","","Certification not required",0,24,0,24,"2013-02-21 00:00",24,"2013-03-29 00:00",24,"2013-04-22 00:00",24,"2013-05-04 00:00","","","","",24,24,24,24,24,24,24,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-20" +"56","021","0100","68103",5,41.182227,-104.778334,"WGS84","Ambient Min Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,27,98,365,0,2,"","","Certification not required",0,3.12449,9.199799,17.1,"2013-06-27 00:00",16.6,"2013-07-12 00:00",16.1,"2013-07-09 00:00",15.9,"2013-08-17 00:00","","","","",17.1,16.6,15.8,14.6,11,3.8,-9.3,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","68104",5,41.182227,-104.778334,"WGS84","Ambient Max Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,27,98,365,0,2,"","","Certification not required",0,17.277551,11.445123,35.4,"2013-08-20 00:00",34.4,"2013-06-27 00:00",33.6,"2013-08-17 00:00",33.4,"2013-07-09 00:00","","","","",35.4,34.4,33.1,32,27.5,18.2,-1.1,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","68105",2,41.182227,-104.778334,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",22,36,22,61,0,0,"","","Certification not required",0,9.813636,11.371321,25.4,"2013-08-20 00:00",21.8,"2013-07-03 00:00",21.1,"2013-06-21 00:00",20,"2013-07-15 00:00","","","","",25.4,25.4,21.8,21.1,18.5,14.5,-7.3,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-20" +"56","021","0100","68105",5,41.182227,-104.778334,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","Met One SASS - Electronic",2013,"Degrees Centigrade","No Events",98,80,98,122,0,2,"","","Certification not required",0,10.147959,10.137897,25.9,"2013-06-27 00:00",25.7,"2013-08-20 00:00",24.8,"2013-07-09 00:00",24.3,"2013-08-17 00:00","","","","",25.9,25.7,24.3,22.5,19.2,11.3,-4.4,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","68106",5,41.182227,-104.778334,"WGS84","Sample Min Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,27,98,365,0,2,"","","Certification not required",0,604.255102,4.219032,612,"2013-11-12 00:00",610,"2013-06-30 00:00",610,"2013-07-30 00:00",610,"2013-08-11 00:00","","","","",612,610,610,609,608,605,598,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","68107",5,41.182227,-104.778334,"WGS84","Sample Max Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,27,98,365,0,2,"","","Certification not required",0,608.285714,3.560957,617,"2013-05-01 00:00",617,"2013-11-12 00:00",614,"2013-05-10 00:00",613,"2013-06-27 00:00","","","","",617,617,613,612,611,609,603,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","68108",2,41.182227,-104.778334,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",22,36,22,61,0,0,"","","Certification not required",0,607.909091,4.022663,617,"2013-11-12 00:00",612,"2013-07-15 00:00",612,"2013-09-01 00:00",611,"2013-04-22 00:00","","","","",617,617,612,612,611,609,602,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-20" +"56","021","0100","68108",5,41.182227,-104.778334,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","Met One SASS - Barometric Sensor",2013,"Millimeters (mercury)","No Events",98,80,98,122,0,2,"","","Certification not required",0,605.897959,3.904768,615,"2013-11-12 00:00",612,"2013-05-01 00:00",611,"2013-06-27 00:00",611,"2013-06-30 00:00","","","","",615,612,611,610,609,607,600,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","81102",3,41.182227,-104.778334,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6145,70,256,365,0,407,"","","Certification not required",1259,11.169894,9.940567,95,"2013-06-03 16:00",90,"2013-02-08 17:00",89,"2013-03-17 17:00",83,"2013-03-17 15:00","","","","",47,39,30,24,15,8,2,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","81102",3,41.182227,-104.778334,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",256,70,256,365,0,0,0,0,"Certification not required",0,10.589844,7.047718,42,"2013-05-25 00:00",38,"2013-06-21 00:00",33,"2013-05-24 00:00",31,"2013-06-22 00:00","","","","",33,30,26,20,13,9,4,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","86101",3,41.182227,-104.778334,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",5813,66,242,365,0,739,"","","Certification not required",0,6.189747,6.905563,76,"2013-03-17 17:00",73,"2013-06-03 16:00",69,"2013-03-17 15:00",63,"2013-02-08 17:00","","","","",30,24,18,14,9,5,-1,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","88101",2,41.182227,-104.778334,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",22,71,22,31,0,5,0,0,"Certification not required",0,4.763636,2.687811,11.2,"2013-11-24 00:00",10.2,"2013-12-06 00:00",7.9,"2013-08-20 00:00",7.8,"2013-06-21 00:00","","","","",11.2,11.2,10.2,7.9,6,4.3,1.5,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-20" +"56","021","0100","88101",2,41.182227,-104.778334,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",22,71,22,31,0,5,"","","Certification not required",0,4.763636,2.687811,11.2,"2013-11-24 00:00",10.2,"2013-12-06 00:00",7.9,"2013-08-20 00:00",7.8,"2013-06-21 00:00","","","","",11.2,11.2,10.2,7.9,6,4.3,1.5,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-20" +"56","021","0100","88101",3,41.182227,-104.778334,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5877,67,249,365,0,675,"","","Certification not required",0,2.180024,3.940537,49,"2013-07-26 15:00",44,"2013-07-03 03:00",25,"2013-07-26 07:00",24,"2013-03-08 08:00","","","","",15,12,9,7,4,2,-2,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","88101",3,41.182227,-104.778334,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,0,0,"Certification not required",0,2.144262,2.130729,11,"2013-08-17 00:00",8.9,"2013-08-16 00:00",8.5,"2013-03-06 00:00",8.5,"2013-03-08 00:00","","","","",8.5,7.6,6.1,4.8,3.5,1.7,-0.2,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","88101",3,41.182227,-104.778334,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,"","","Certification not required",0,2.144262,2.130729,11,"2013-08-17 00:00",8.9,"2013-08-16 00:00",8.5,"2013-03-06 00:00",8.5,"2013-03-08 00:00","","","","",8.5,7.6,6.1,4.8,3.5,1.7,-0.2,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2013-12-05" +"56","021","0100","88102",5,41.182227,-104.778334,"WGS84","Antimony PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",92,0.02117,0.008482,0.063,"2013-10-28 00:00",0.062,"2013-09-10 00:00",0.055,"2013-03-11 00:00",0.041,"2013-07-09 00:00","","","","",0.063,0.062,0.028,0.026,0.021,0.0205,0.014,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88103",5,41.182227,-104.778334,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","Met OneSASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.000134,0.000372,0.002,"2013-08-20 00:00",0.001,"2013-03-26 00:00",0.001,"2013-04-10 00:00",0.001,"2013-04-28 00:00","","","","",0.002,0.001,0.001,0.001,0,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88104",5,41.182227,-104.778334,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",53,0.029948,0.036345,0.196,"2013-06-12 00:00",0.165,"2013-02-15 00:00",0.151,"2013-04-28 00:00",0.14,"2013-05-25 00:00","","","","",0.196,0.165,0.119,0.075,0.035,0.0125,0.0065,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88107",5,41.182227,-104.778334,"WGS84","Barium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",97,0.005695,0.00431,0.0295,"2013-02-21 00:00",0.0295,"2013-03-23 00:00",0.0295,"2013-08-14 00:00",0.0055,"2013-02-09 00:00","","","","",0.0295,0.0295,0.0055,0.0055,0.0055,0.005,0.00385,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88109",5,41.182227,-104.778334,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",50,0.001646,0.001042,0.005,"2013-04-28 00:00",0.0048,"2013-08-20 00:00",0.0039,"2013-08-17 00:00",0.0038,"2013-06-12 00:00","","","","",0.005,0.0048,0.0038,0.0033,0.0023,0.00115,0.00065,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88110",5,41.182227,-104.778334,"WGS84","Cadmium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.001443,0.003854,0.021,"2013-05-22 00:00",0.016,"2013-09-04 00:00",0.015,"2013-03-02 00:00",0.015,"2013-06-18 00:00","","","","",0.021,0.016,0.013,0.005,0,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88111",5,41.182227,-104.778334,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",30,0.021182,0.023602,0.136,"2013-06-12 00:00",0.105,"2013-06-27 00:00",0.104,"2013-04-28 00:00",0.0608,"2013-06-21 00:00","","","","",0.136,0.105,0.0581,0.0514,0.0305,0.0141,0.00235,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88112",5,41.182227,-104.778334,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.005577,0.01911,0.12,"2013-09-19 00:00",0.106,"2013-10-01 00:00",0.077,"2013-10-16 00:00",0.075,"2013-09-28 00:00","","","","",0.12,0.106,0.012,0.007,0.003,0.001,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88113",5,41.182227,-104.778334,"WGS84","Cobalt PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",95,0.000673,0.000167,0.0017,"2013-06-12 00:00",0.0016,"2013-10-10 00:00",0.001,"2013-02-21 00:00",0.001,"2013-03-23 00:00","","","","",0.0017,0.0016,0.001,0.0007,0.0007,0.00065,0.00055,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88114",5,41.182227,-104.778334,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",91,0.001057,0.000925,0.0091,"2013-09-19 00:00",0.0032,"2013-06-12 00:00",0.0027,"2013-10-31 00:00",0.0021,"2013-02-15 00:00","","","","",0.0091,0.0032,0.002,0.00125,0.00125,0.0008,0.00065,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88115",5,41.182227,-104.778334,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",82,0.005024,0.005882,0.049,"2013-01-10 00:00",0.0258,"2013-03-02 00:00",0.0201,"2013-01-04 00:00",0.0171,"2013-10-16 00:00","","","","",0.049,0.0258,0.0161,0.0076,0.00405,0.0039,0.00235,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88117",5,41.182227,-104.778334,"WGS84","Cerium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",97,0.005078,0.006908,0.0435,"2013-02-21 00:00",0.0435,"2013-08-14 00:00",0.043,"2013-03-23 00:00",0.00485,"2013-02-24 00:00","","","","",0.0435,0.0435,0.00485,0.00485,0.0048,0.0041,0.0028,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88118",5,41.182227,-104.778334,"WGS84","Cesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",97,0.009001,0.006036,0.023,"2013-02-21 00:00",0.023,"2013-03-23 00:00",0.023,"2013-08-14 00:00",0.018,"2013-10-07 00:00","","","","",0.023,0.023,0.017,0.017,0.017,0.0055,0.00405,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88126",5,41.182227,-104.778334,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",3,0.032886,0.037268,0.297,"2013-09-19 00:00",0.138,"2013-06-12 00:00",0.11,"2013-04-28 00:00",0.101,"2013-06-27 00:00","","","","",0.297,0.138,0.09,0.0785,0.0392,0.0252,0.0069,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88128",5,41.182227,-104.778334,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.000113,0.000378,0.002,"2013-10-16 00:00",0.002,"2013-10-28 00:00",0.001,"2013-01-10 00:00",0.001,"2013-02-06 00:00","","","","",0.002,0.002,0.001,0,0,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88131",5,41.182227,-104.778334,"WGS84","Indium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",94,0.010402,0.003585,0.019,"2013-09-10 00:00",0.018,"2013-10-22 00:00",0.0165,"2013-01-16 00:00",0.0165,"2013-02-03 00:00","","","","",0.019,0.018,0.0165,0.0165,0.011,0.008,0.007,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88132",5,41.182227,-104.778334,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.000588,0.000987,0.006,"2013-09-19 00:00",0.004,"2013-10-01 00:00",0.003,"2013-04-28 00:00",0.003,"2013-06-12 00:00","","","","",0.006,0.004,0.002,0.002,0.001,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88136",5,41.182227,-104.778334,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.000433,0.002286,0.022,"2013-09-19 00:00",0.003,"2013-02-15 00:00",0.003,"2013-03-05 00:00",0.002,"2013-05-04 00:00","","","","",0.022,0.003,0.002,0.001,0,0,0,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88140",5,41.182227,-104.778334,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",93,0.007539,0.006313,0.054,"2013-06-27 00:00",0.0404,"2013-06-12 00:00",0.022,"2013-04-28 00:00",0.0136,"2013-10-13 00:00","","","","",0.054,0.0404,0.009,0.009,0.009,0.006,0.00475,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88152",5,41.182227,-104.778334,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",97,0.005717,0.001463,0.008,"2013-02-09 00:00",0.008,"2013-02-12 00:00",0.008,"2013-02-24 00:00",0.008,"2013-03-02 00:00","","","","",0.008,0.008,0.008,0.008,0.008,0.005,0.0045,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88154",5,41.182227,-104.778334,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",97,0.001029,0.000259,0.0013,"2013-01-01 00:00",0.0013,"2013-01-31 00:00",0.0013,"2013-02-06 00:00",0.0013,"2013-02-27 00:00","","","","",0.0013,0.0013,0.0013,0.0013,0.00125,0.001,0.00065,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88160",5,41.182227,-104.778334,"WGS84","Tin PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",96,0.013201,0.003629,0.022,"2013-09-28 00:00",0.018,"2013-01-16 00:00",0.018,"2013-02-03 00:00",0.018,"2013-02-15 00:00","","","","",0.022,0.018,0.018,0.018,0.016,0.01,0.01,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88161",5,41.182227,-104.778334,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",88,0.00309,0.002875,0.0233,"2013-06-12 00:00",0.0157,"2013-03-02 00:00",0.0112,"2013-06-24 00:00",0.0086,"2013-09-22 00:00","","","","",0.0233,0.0157,0.0075,0.00265,0.00265,0.0025,0.0021,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88164",5,41.182227,-104.778334,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",97,0.001614,0.000205,0.0019,"2013-02-09 00:00",0.0019,"2013-02-12 00:00",0.0019,"2013-02-24 00:00",0.0019,"2013-03-02 00:00","","","","",0.0019,0.0019,0.0019,0.0019,0.0019,0.0016,0.0015,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88165",5,41.182227,-104.778334,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",7,0.09429,0.093709,0.513,"2013-06-12 00:00",0.425,"2013-06-27 00:00",0.369,"2013-05-25 00:00",0.347,"2013-06-21 00:00","","","","",0.513,0.425,0.344,0.193,0.126,0.063,0.018,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88166",5,41.182227,-104.778334,"WGS84","Silver PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",96,0.008399,0.004842,0.0185,"2013-01-16 00:00",0.0185,"2013-02-03 00:00",0.0185,"2013-02-15 00:00",0.0185,"2013-05-04 00:00","","","","",0.0185,0.0185,0.0185,0.0185,0.0075,0.0065,0.0042,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88167",5,41.182227,-104.778334,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",85,0.001811,0.001858,0.0128,"2013-06-12 00:00",0.0118,"2013-02-24 00:00",0.0075,"2013-10-28 00:00",0.0063,"2013-03-02 00:00","","","","",0.0128,0.0118,0.0052,0.0026,0.00175,0.0013,0.0009,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88168",5,41.182227,-104.778334,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",94,0.001412,0.001686,0.0172,"2013-02-09 00:00",0.0047,"2013-04-25 00:00",0.002,"2013-04-13 00:00",0.00175,"2013-01-16 00:00","","","","",0.0172,0.0047,0.00175,0.00175,0.0012,0.00115,0.00085,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88169",5,41.182227,-104.778334,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,0.221708,0.113062,0.594,"2013-03-23 00:00",0.556,"2013-05-25 00:00",0.504,"2013-08-17 00:00",0.501,"2013-07-15 00:00","","","","",0.594,0.556,0.446,0.376,0.263,0.208,0.103,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88176",5,41.182227,-104.778334,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",94,0.001001,0.000291,0.0029,"2013-10-22 00:00",0.0016,"2013-04-04 00:00",0.0015,"2013-10-19 00:00",0.0013,"2013-01-16 00:00","","","","",0.0029,0.0016,0.0013,0.0013,0.001,0.001,0.0007,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88180",5,41.182227,-104.778334,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",10,0.025663,0.021304,0.094,"2013-07-03 00:00",0.0853,"2013-08-17 00:00",0.0838,"2013-06-12 00:00",0.0808,"2013-06-24 00:00","","","","",0.094,0.0853,0.077,0.0611,0.0326,0.0206,0.0054,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88184",5,41.182227,-104.778334,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",91,0.021474,0.010967,0.094,"2013-06-12 00:00",0.062,"2013-06-27 00:00",0.052,"2013-01-10 00:00",0.042,"2013-05-25 00:00","","","","",0.094,0.062,0.04,0.027,0.027,0.02,0.013,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88185",5,41.182227,-104.778334,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Teflon - Energy Dispersive XRF",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",90,0.003853,0.003864,0.0128,"2013-09-22 00:00",0.0115,"2013-01-16 00:00",0.0115,"2013-02-03 00:00",0.0115,"2013-02-15 00:00","","","","",0.0128,0.0115,0.0115,0.0115,0.00235,0.00225,0.0014,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88301",5,41.182227,-104.778334,"WGS84","Ammonium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",96,26,96,365,0,4,"","","Certification not required",5,0.188672,0.130685,0.659,"2013-08-17 00:00",0.562,"2013-07-21 00:00",0.511,"2013-05-04 00:00",0.483,"2013-05-25 00:00","","","","",0.659,0.562,0.458,0.401,0.235,0.169,0.046,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88302",5,41.182227,-104.778334,"WGS84","Sodium Ion Pm2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",96,26,96,365,0,4,"","","Certification not required",16,0.054069,0.108522,0.94,"2013-04-10 00:00",0.41,"2013-05-16 00:00",0.284,"2013-04-25 00:00",0.261,"2013-07-15 00:00","","","","",0.94,0.41,0.176,0.0886,0.052,0.0231,0.012,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88303",5,41.182227,-104.778334,"WGS84","Potassium Ion PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",96,26,96,365,0,4,"","","Certification not required",70,0.019843,0.039119,0.377,"2013-04-10 00:00",0.094,"2013-04-25 00:00",0.058,"2013-08-17 00:00",0.0458,"2013-07-15 00:00","","","","",0.377,0.094,0.045,0.034,0.0149,0.012,0.007,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88306",5,41.182227,-104.778334,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",96,26,96,365,0,4,"","","Certification not required",1,0.48441,0.482421,2.65,"2013-04-10 00:00",2.1,"2013-03-26 00:00",1.74,"2013-03-05 00:00",1.68,"2013-01-10 00:00","","","","",2.65,2.1,1.47,1.19,0.658,0.324,0.097,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88355",5,41.182227,-104.778334,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOT))=(88374+88375+88376+88377+88388)",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.893522,0.574454,3.6,"2013-08-17 00:00",2.49,"2013-07-03 00:00",2.16,"2013-09-01 00:00",2.13,"2013-08-14 00:00","","","","",3.6,2.49,1.99,1.62,1.2,0.792,0.275,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88357",5,41.182227,-104.778334,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOT))=(88383+88384+88385-88388))",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.102663,0.105888,0.878,"2013-01-10 00:00",0.344,"2013-06-27 00:00",0.328,"2013-04-10 00:00",0.295,"2013-10-07 00:00","","","","",0.878,0.344,0.287,0.176,0.133,0.086,0.022,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88370",5,41.182227,-104.778334,"WGS84","OC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - OC1+OC2+OC3+OC4+(OP(TOR))=(88374+88375+88376+88377+88378)",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.842326,0.546137,3.43,"2013-08-17 00:00",2.32,"2013-07-03 00:00",2.1,"2013-09-01 00:00",2.04,"2013-08-14 00:00","","","","",3.43,2.32,1.82,1.53,1.12,0.732,0.269,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88374",5,41.182227,-104.778334,"WGS84","OC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",9,0.043989,0.039773,0.233,"2013-01-10 00:00",0.16,"2013-09-10 00:00",0.15,"2013-08-17 00:00",0.137,"2013-01-13 00:00","","","","",0.233,0.16,0.111,0.093,0.062,0.035,0.003,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88375",5,41.182227,-104.778334,"WGS84","OC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.205054,0.121963,0.625,"2013-08-17 00:00",0.559,"2013-01-10 00:00",0.514,"2013-07-03 00:00",0.466,"2013-09-01 00:00","","","","",0.625,0.559,0.438,0.363,0.273,0.181,0.078,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88376",5,41.182227,-104.778334,"WGS84","OC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.282033,0.185648,1.18,"2013-08-17 00:00",0.832,"2013-07-03 00:00",0.716,"2013-09-01 00:00",0.681,"2013-08-14 00:00","","","","",1.18,0.832,0.595,0.507,0.37,0.238,0.1,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88377",5,41.182227,-104.778334,"WGS84","OC4 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.145033,0.112313,0.768,"2013-08-17 00:00",0.528,"2013-07-03 00:00",0.384,"2013-01-10 00:00",0.323,"2013-09-01 00:00","","","","",0.768,0.528,0.315,0.276,0.188,0.131,0.034,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88378",5,41.182227,-104.778334,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOR",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",2,0.166207,0.122999,0.713,"2013-08-17 00:00",0.524,"2013-08-14 00:00",0.501,"2013-09-01 00:00",0.396,"2013-06-21 00:00","","","","",0.713,0.524,0.379,0.311,0.236,0.145,0.04,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88380",5,41.182227,-104.778334,"WGS84","EC CSN_Rev Unadjusted PM2.5 LC TOR","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - EC1+EC2+EC3-(OP(TOR))=(88383+88384+88385-88378))",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",0,0.153793,0.134366,1.05,"2013-01-10 00:00",0.49,"2013-04-10 00:00",0.411,"2013-06-27 00:00",0.388,"2013-10-07 00:00","","","","",1.05,0.49,0.371,0.293,0.198,0.137,0.032,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88383",5,41.182227,-104.778334,"WGS84","EC1 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,8,"","","Certification not required",1,0.246727,0.190485,1.07,"2013-01-10 00:00",1,"2013-08-17 00:00",0.721,"2013-08-14 00:00",0.606,"2013-09-01 00:00","","","","",1.07,1,0.589,0.467,0.334,0.213,0.0542,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88384",5,41.182227,-104.778334,"WGS84","EC2 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,8,"","","Certification not required",1,0.073077,0.043401,0.225,"2013-09-25 00:00",0.219,"2013-10-07 00:00",0.162,"2013-09-10 00:00",0.159,"2013-06-27 00:00","","","","",0.225,0.219,0.151,0.132,0.0991,0.0652,0.0231,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88385",5,41.182227,-104.778334,"WGS84","EC3 CSN_Rev Unadjusted PM2.5 LC","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter adn Cyclone Inlet - IMPROVE_A",2013,"Micrograms/cubic meter (LC)","No Events",92,25,92,365,0,8,"","","Certification not required",90,0.001118,0.000806,0.00734,"2013-09-04 00:00",0.0055,"2013-10-13 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-04 00:00","","","","",0.00734,0.0055,0.001,0.001,0.001,0.001,0.001,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88388",5,41.182227,-104.778334,"WGS84","OP CSN_Rev Unadjusted PM2.5 LC TOT","24 HOUR","","Observed Values","URG 3000N w/Pall Quartz filter and Cyclone Inlet - IMPROVE_A TOT",2013,"Micrograms/cubic meter (LC)","No Events",92,100,52,61,0,8,"","","Certification not required",2,0.217315,0.147282,0.881,"2013-08-17 00:00",0.616,"2013-08-14 00:00",0.566,"2013-09-01 00:00",0.548,"2013-07-03 00:00","","","","",0.881,0.616,0.453,0.397,0.287,0.194,0.05,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88403",5,41.182227,-104.778334,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","Met One SASS Nylon - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",96,26,96,365,0,4,"","","Certification not required",0,0.608257,0.386611,3.02,"2013-04-10 00:00",1.57,"2013-03-23 00:00",1.47,"2013-05-25 00:00",1.37,"2013-07-15 00:00","","","","",3.02,1.57,1.3,1.03,0.696,0.56,0.249,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","021","0100","88502",5,41.182227,-104.778334,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","Met One SASS Teflon - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",97,27,97,365,0,3,"","","Certification not required",0,4.062887,1.953593,11.7,"2013-08-17 00:00",8.9,"2013-06-24 00:00",8.4,"2013-07-21 00:00",8.3,"2013-08-20 00:00","","","","",11.7,8.9,8.1,6.4,5,3.9,2,"Cheyenne NCore","NCore - North Cheyenne Soccer Complex","Wyoming","Laramie","","Cheyenne, WY","2014-02-14" +"56","023","0800","81102",1,41.6914,-110.6092,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",258,71,258,365,1,15,1,1,"Certification not required",0,29.178295,24.109333,273,"2013-06-13 00:00",120,"2013-08-22 00:00",110,"2013-01-15 00:00",92,"2013-02-23 00:00","","","","",110,85,64,54,38,23,10,"MONITORING SITE LOCATED NORTHEAST FROM MINE","Chevron Kemmerer Mine Site 800 (Formerly FMC SKULL POINT MINE), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0800","81102",1,41.6914,-110.6092,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",258,71,258,365,1,15,1,1,"Certification not required",0,29.178295,24.109333,273,"2013-06-13 00:00",120,"2013-08-22 00:00",110,"2013-01-15 00:00",92,"2013-02-23 00:00","","","","",110,85,64,54,38,23,10,"MONITORING SITE LOCATED NORTHEAST FROM MINE","Chevron Kemmerer Mine Site 800 (Formerly FMC SKULL POINT MINE), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0800","81102",1,41.6914,-110.6092,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",257,71,258,365,0,15,0,0,"Certification not required",0,28.229572,18.719084,120,"2013-08-22 00:00",110,"2013-01-15 00:00",92,"2013-02-23 00:00",89,"2013-04-08 00:00","","","","",92,80,62,53,38,23,9,"MONITORING SITE LOCATED NORTHEAST FROM MINE","Chevron Kemmerer Mine Site 800 (Formerly FMC SKULL POINT MINE), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0800","85101",1,41.6914,-110.6092,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",258,71,258,365,0,15,"","","Certification not required",0,24.321705,19.955037,222,"2013-06-13 00:00",99,"2013-01-15 00:00",96,"2013-08-22 00:00",80,"2013-02-23 00:00","","","","",96,75,53,45,31,20,8,"MONITORING SITE LOCATED NORTHEAST FROM MINE","Chevron Kemmerer Mine Site 800 (Formerly FMC SKULL POINT MINE), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","61101",1,41.7733,-110.6297,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6550,100,45,61,0,2,"","","Certification not required",0,11.426015,6.275718,39.3,"2013-01-31 03:00",38.4,"2013-01-30 17:00",37.5,"2013-01-30 18:00",37,"2013-03-17 12:00","","","","",29.6,27,22.8,20.1,15.5,10.4,4.2,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","61102",1,41.7733,-110.6297,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6550,100,45,61,0,2,"","","Certification not required",0,230.293435,83.864738,360,"2013-05-15 04:00",360,"2013-07-01 13:00",360,"2013-07-11 00:00",359,"2013-06-30 17:00","","","","",345,331,312,297,283,269,80,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","61106",1,41.7733,-110.6297,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6550,100,45,61,0,2,"","","Certification not required",0,10.67513,9.459048,75.1,"2013-05-02 14:00",74,"2013-08-24 11:00",68.3,"2013-07-15 13:00",67.3,"2013-06-17 13:00","","","","",48.6,41.4,31.5,22.4,13,7.5,3.1,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","62101",1,41.7733,-110.6297,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,100,45,61,0,2,"","","Certification not required",0,43.392519,21.599874,88,"2013-07-01 14:00",88,"2013-07-01 17:00",88,"2013-07-02 15:00",87,"2013-07-02 16:00","","","","",82,81,77,71,61,45,14,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","65102",1,41.7733,-110.6297,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6550,100,45,61,0,2,"","","Certification not required",0,0.000869,0.008426,0.42,"2013-07-13 19:00",0.2,"2013-09-03 17:00",0.15,"2013-05-16 02:00",0.12,"2013-07-13 11:00","","","","",0.03,0.01,0,0,0,0,0,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","81102",1,41.7733,-110.6297,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",272,75,272,365,0,1,0,0,"Certification not required",0,11.944853,7.860446,53,"2013-04-10 00:00",48,"2013-08-15 00:00",39,"2013-06-11 00:00",37,"2013-03-07 00:00","","","","",39,37,27,20,16,10,4,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0814","85101",1,41.7733,-110.6297,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",272,75,272,365,0,1,"","","Certification not required",0,9.411765,6.09515,43,"2013-04-10 00:00",36,"2013-08-15 00:00",31,"2013-04-09 00:00",30,"2013-03-07 00:00","","","","",31,28,21,16,12,8,4,"SITE SBIII LOCATED 2 MILES NORTHWEST OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-111 (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0815","61101",1,41.7183,-110.5997,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6545,100,45,61,0,7,"","","Certification not required",0,9.050558,6.086706,39.3,"2013-06-13 20:00",37.7,"2013-01-30 16:00",36.8,"2013-01-30 14:00",36.5,"2013-01-30 17:00","","","","",26.3,23.8,20.5,17.6,13,7.6,2.4,"SITE IV IS LOCATED APPROX 2 2/3 MILES SOUTH OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-IV (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0815","61102",1,41.7183,-110.5997,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6545,100,45,61,0,7,"","","Certification not required",0,209.921467,111.187212,360,"2013-01-07 06:00",360,"2013-03-05 06:00",360,"2013-03-14 01:00",360,"2013-03-20 00:00","","","","",358,357,351,332,288,258,19,"SITE IV IS LOCATED APPROX 2 2/3 MILES SOUTH OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-IV (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0815","61106",1,41.7183,-110.5997,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6545,100,45,61,0,7,"","","Certification not required",0,20.602552,13.941306,80.6,"2013-03-02 05:00",79.4,"2013-02-25 06:00",77.8,"2013-05-23 10:00",72.2,"2013-07-15 14:00","","","","",61.3,57.3,49.8,42.3,27.8,15.6,7.5,"SITE IV IS LOCATED APPROX 2 2/3 MILES SOUTH OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-IV (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0815","62101",1,41.7183,-110.5997,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6545,100,45,61,0,7,"","","Certification not required",0,45.774484,21.687535,92,"2013-07-10 16:00",91,"2013-06-28 14:00",91,"2013-06-28 16:00",91,"2013-06-30 16:00","","","","",87,85,81,75,62,47,17,"SITE IV IS LOCATED APPROX 2 2/3 MILES SOUTH OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-IV (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0815","64101",1,41.7183,-110.5997,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6545,100,45,61,0,7,"","","Certification not required",0,790.281299,5.490036,804.6,"2013-05-02 08:00",804.3,"2013-05-02 07:00",804.3,"2013-05-02 09:00",804.3,"2013-05-02 10:00","","","","",799.2,798.5,797.5,796.5,794.4,791.4,782.6,"SITE IV IS LOCATED APPROX 2 2/3 MILES SOUTH OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-IV (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0815","65102",1,41.7183,-110.5997,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6545,100,45,61,0,7,"","","Certification not required",0,0.000721,0.008757,0.41,"2013-09-14 14:00",0.37,"2013-07-13 19:00",0.2,"2013-08-25 16:00",0.12,"2013-04-09 10:00","","","","",0.02,0.01,0,0,0,0,0,"SITE IV IS LOCATED APPROX 2 2/3 MILES SOUTH OF NAUGHTON POWER PLANT","Chevron Kemmerer Mine SB-IV (Fomerly PITTSBURG & MIDWAY COAL), KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0816","81102",1,41.79254,-110.579822,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",262,72,262,365,0,11,0,0,"Certification not required",0,13.129771,7.508255,58,"2013-06-19 00:00",51,"2013-06-13 00:00",45,"2013-03-07 00:00",38,"2013-06-12 00:00","","","","",45,35,26,21,16,12,6,"3967 meters to the Naughton Power Plant","SBV - Kemmerer","Wyoming","Lincoln","","","2013-12-16" +"56","023","0816","85101",1,41.79254,-110.579822,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",262,72,262,365,0,11,"","","Certification not required",0,10.729008,5.951837,45,"2013-06-19 00:00",40,"2013-06-13 00:00",37,"2013-03-07 00:00",32,"2013-04-09 00:00","","","","",37,29,20,17,13,9,5,"3967 meters to the Naughton Power Plant","SBV - Kemmerer","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61101",1,41.591667,-110.629163,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Knots","No Events",6533,75,272,365,0,19,"","","Certification not required",0,9.761335,5.649868,40.2,"2013-01-30 17:00",37.9,"2013-01-30 16:00",36.7,"2013-01-30 14:00",34.6,"2013-06-13 20:00","","","","",26.6,23.9,20.6,17.9,13,8.4,3.7,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61101",2,41.591667,-110.629163,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Knots","No Events",6535,75,273,365,0,17,"","","Certification not required",0,11.047712,6.45702,43.7,"2013-01-30 17:00",41.4,"2013-01-30 16:00",40.4,"2013-06-13 20:00",40,"2013-01-30 14:00","","","","",30.3,27,22.9,20,15.1,9.9,3.7,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61102",1,41.591667,-110.629163,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Compass","No Events",6533,75,272,365,0,19,"","","Certification not required",0,202.831624,124.849306,360,"2013-01-02 20:00",360,"2013-01-04 00:00",360,"2013-02-07 23:00",360,"2013-02-16 21:00","","","","",359,358,354,343,299,261,11,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61102",2,41.591667,-110.629163,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Compass","No Events",6535,75,273,365,0,17,"","","Certification not required",0,210.275287,118.919698,360,"2013-01-04 09:00",360,"2013-02-08 16:00",360,"2013-03-07 11:00",360,"2013-03-08 23:00","","","","",358,356,349,332,301,266,13,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61105",1,41.591667,-110.629163,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6533,75,272,365,0,19,"","","Certification not required",0,16.699372,8.641616,52,"2013-01-30 14:00",52,"2013-01-30 17:00",51,"2013-01-30 16:00",50,"2013-01-30 18:00","","","","",42,38,33,29,22,15,7,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61105",2,41.591667,-110.629163,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6535,75,273,365,0,17,"","","Certification not required",0,17.891201,9.145724,61,"2013-09-17 12:00",57,"2013-01-30 17:00",55,"2013-06-13 20:00",53,"2013-01-30 16:00","","","","",43,40,35,31,24,16,8,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61106",1,41.591667,-110.629163,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6533,75,272,365,0,19,"","","Certification not required",0,11.790755,7.172028,60,"2013-01-04 12:00",59,"2013-05-03 09:00",55,"2013-07-24 11:00",51,"2013-05-26 08:00","","","","",38,34,27,21,14,10,6,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61106",2,41.591667,-110.629163,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 2",2013,"Degrees Compass","No Events",6535,75,273,365,0,17,"","","Certification not required",0,10.701913,7.390392,58,"2013-03-13 09:00",57,"2013-01-20 20:00",56,"2013-08-02 09:00",53,"2013-03-28 12:00","","","","",37,33,26,21,13,8,4,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61109",1,41.591667,-110.629163,"WGS84","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 1",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.636355,0.568096,3.9,"2013-01-30 17:00",3.5,"2013-01-30 16:00",3.3,"2013-01-30 13:00",3.3,"2013-01-30 14:00","","","","",2.3,2.1,1.7,1.4,1,0.4,0.2,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61109",2,41.591667,-110.629163,"WGS84","Vertical Wind Speed","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.529032,0.545232,3.1,"2013-02-01 06:00",3.1,"2013-02-01 07:00",3.1,"2013-06-13 20:00",2.9,"2013-01-16 13:00","","","","",1.9,1.7,1.6,1.4,0.8,0.4,0,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61110",1,41.591667,-110.629163,"WGS84","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.604143,0.297255,1.8,"2013-04-29 15:00",1.7,"2013-01-30 13:00",1.7,"2013-06-13 21:00",1.7,"2013-09-30 12:00","","","","",1.4,1.2,1.1,1,0.8,0.6,0.3,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","61110",2,41.591667,-110.629163,"WGS84","Std Dev Vt Wind Speed","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 2",2013,"Knots","No Events",6541,75,273,365,0,11,"","","Certification not required",0,1.017123,0.613079,3.4,"2013-04-29 15:00",3.3,"2013-01-30 13:00",3.3,"2013-03-17 12:00",3.3,"2013-09-30 12:00","","","","",2.6,2.4,2.1,1.9,1.5,0.9,0.3,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62101",1,41.591667,-110.629163,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,44.007033,21.11286,89,"2013-07-02 16:00",88,"2013-07-02 15:00",87,"2013-07-01 16:00",87,"2013-07-02 14:00","","","","",82,81,77,73,60,46,16,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62101",2,41.591667,-110.629163,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 2",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,44.325791,20.927451,87,"2013-07-02 16:00",86,"2013-06-28 15:00",86,"2013-07-02 15:00",86,"2013-07-02 17:00","","","","",82,81,77,72,61,46,16,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62101",3,41.591667,-110.629163,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 3",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,45.078123,20.716313,86,"2013-07-02 16:00",85,"2013-06-28 15:00",85,"2013-06-28 16:00",85,"2013-06-28 17:00","","","","",82,80,77,72,62,47,17,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62106",1,41.591667,-110.629163,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.179239,0.70673,4,"2013-01-21 22:00",3.9,"2013-01-22 20:00",3.5,"2013-01-19 03:00",3.5,"2013-01-22 21:00","","","","",2.2,1.9,1.5,1.2,0.6,0.1,-0.6,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62106",2,41.591667,-110.629163,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 3 - level 2",2013,"Temp Difference, Centigrade ","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.420868,1.234042,6.8,"2013-01-23 02:00",6.5,"2013-06-11 03:00",6.4,"2013-06-11 01:00",6.2,"2013-06-11 04:00","","","","",4.4,3.9,3.1,2.3,0.9,-0.1,-0.6,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62106",3,41.591667,-110.629163,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 3 - level 1",2013,"Temp Difference, Centigrade ","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.599878,1.798291,8.2,"2013-01-23 02:00",8.2,"2013-06-11 04:00",7.9,"2013-06-11 03:00",7.7,"2013-01-23 05:00","","","","",5.6,5.1,4.3,3.4,1.6,0,-1.1,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62107",1,41.591667,-110.629163,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,69.767705,4.082765,88,"2013-06-30 18:00",87,"2013-05-12 18:00",87,"2013-05-12 19:00",87,"2013-06-30 19:00","","","","",79,77,76,75,74,69,65,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","62201",1,41.591667,-110.629163,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6541,75,273,365,0,11,"","","Certification not required",0,55.557101,22.612539,96,"2013-04-07 02:00",96,"2013-04-07 03:00",95,"2013-04-07 01:00",95,"2013-04-07 07:00","","","","",92,91,88,84,75,58,23,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","63301",1,41.591667,-110.629163,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6541,75,273,365,0,11,"","","Certification not required",3040,0.336024,0.442143,1.56,"2013-06-14 12:00",1.53,"2013-05-24 12:00",1.53,"2013-06-03 12:00",1.52,"2013-06-11 12:00","","","","",1.45,1.41,1.27,1.09,0.62,0.05,0.005,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","63305",1,41.591667,-110.629163,"WGS84","Net radiation","1 HOUR","","Observed Values","Instrumental - Net radiometer",2013,"Langleys/minute","No Events",6465,74,272,365,0,87,"","","Certification not required",0,0.112591,0.278853,1,"2013-03-21 12:00",1,"2013-04-11 12:00",1,"2013-04-30 12:00",1,"2013-05-30 10:00","","","","",0.8,0.8,0.7,0.6,0.2,0,-0.1,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","64101",1,41.591667,-110.629163,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,791.415446,5.214425,806,"2013-05-02 05:00",806,"2013-05-02 06:00",806,"2013-05-02 07:00",806,"2013-05-02 08:00","","","","",800,799,798,797,795,792,784,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","65102",1,41.591667,-110.629163,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.000771,0.012478,0.83,"2013-07-13 19:00",0.2,"2013-07-29 13:00",0.17,"2013-07-29 14:00",0.16,"2013-08-23 13:00","","","","",0.01,0.01,0,0,0,0,0,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","81102",2,41.591667,-110.629163,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6508,74,273,365,0,44,"","","Certification not required",1983,9.821911,14.720878,357,"2013-04-10 08:00",282,"2013-04-29 15:00",209,"2013-03-18 13:00",202,"2013-09-30 15:00","","","","",68,46,29,20,11,6,2,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","023","0820","81102",2,41.591667,-110.629163,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,9.307692,7.883843,59,"2013-04-29 00:00",54,"2013-06-19 00:00",42,"2013-06-11 00:00",41,"2013-09-30 00:00","","","","",42,37,25,18,11,8,3,"NAUGHTON POWER PLANT PM10 SITE .25 MILE EAST OF POWER PLANT","PACIFICORP NAUGHTON PLANT KEMMERER, WY","Wyoming","Lincoln","","","2013-12-16" +"56","025","0001","68102",1,42.851064,-106.325088,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",115,94,115,122,0,0,"","","Certification not required",0,24.021739,0.049173,24.1,"2013-01-16 00:00",24.1,"2013-02-09 00:00",24.1,"2013-02-21 00:00",24.1,"2013-02-27 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","68105",1,42.851064,-106.325088,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",102,84,102,122,0,13,"","","Certification not required",0,11.042157,11.199465,27.5,"2013-07-18 00:00",26.8,"2013-09-04 00:00",26.7,"2013-08-29 00:00",26.6,"2013-08-17 00:00","","","","",26.8,26.7,26.2,25.4,21.7,10.7,-3.5,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","68108",1,42.851064,-106.325088,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",102,84,102,122,0,13,"","","Certification not required",0,629.235294,3.453156,637,"2013-05-01 00:00",635,"2013-05-10 00:00",634,"2013-02-15 00:00",634,"2013-06-27 00:00","","","","",635,634,634,633,632,630,625,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","81102",4,42.851064,-106.325088,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",118,97,118,122,0,4,0,0,"Certification not required",6,13.449153,7.475999,39,"2013-08-20 00:00",38,"2013-08-17 00:00",35,"2013-12-09 00:00",29,"2013-10-10 00:00","","","","",38,35,28,24,18,12,6,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","81102",5,42.851064,-106.325088,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",30,97,30,31,0,1,0,0,"Certification not required",2,15.5,9.280123,42,"2013-08-20 00:00",36,"2013-03-17 00:00",30,"2013-07-03 00:00",27,"2013-01-04 00:00","","","","",42,42,36,30,17,16,6,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","85101",4,42.851064,-106.325088,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",118,100,60,61,0,4,"","","Certification not required",6,11.686441,6.322797,33,"2013-12-09 00:00",32,"2013-08-17 00:00",32,"2013-08-20 00:00",26,"2013-01-04 00:00","","","","",32,32,24,20,15,11,5,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","85101",5,42.851064,-106.325088,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,49,30,61,0,1,"","","Certification not required",2,13.433333,7.955407,35,"2013-08-20 00:00",32,"2013-03-17 00:00",25,"2013-01-04 00:00",25,"2013-07-03 00:00","","","","",35,35,32,25,16,13,5,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","88101",1,42.851064,-106.325088,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,8,0,0,"Certification not required",0,4.285217,2.59315,16.1,"2013-08-17 00:00",13.5,"2013-12-06 00:00",12.5,"2013-08-26 00:00",10.3,"2013-01-04 00:00","","","","",13.5,12.5,8.6,7.5,5.6,3.8,1.6,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0001","88101",1,42.851064,-106.325088,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",115,94,115,122,0,8,"","","Certification not required",0,4.285217,2.59315,16.1,"2013-08-17 00:00",13.5,"2013-12-06 00:00",12.5,"2013-08-26 00:00",10.3,"2013-01-04 00:00","","","","",13.5,12.5,8.6,7.5,5.6,3.8,1.6,"Casper SLAMS site","Casper -CITY COUNTY BLDG CENTER AND C STREETS","Wyoming","Natrona","Casper","Casper, WY","2014-02-20" +"56","025","0100","42601",1,42.82231,-106.36501,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7242,99,301,306,0,87,"","","Certification not required",0,1.622894,5.764076,92,"2013-10-23 07:00",91,"2013-11-25 08:00",90,"2013-11-12 08:00",87,"2013-10-23 06:00","","","","",29,18,7,4,1,0,0,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","42602",1,42.82231,-106.36501,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7242,83,301,365,0,87,0,"","Certification not required",0,10.830565,8.286607,42,"2013-11-22 17:00",38,"2013-04-10 21:00",36,"2013-11-23 19:00",35,"2013-04-11 00:00","","","","",35,34,25,23,15,10,0,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","42602",1,42.82231,-106.36501,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7242,83,301,365,0,87,"","","Certification not required",0,2.699254,5.32269,42,"2013-11-22 17:00",42,"2013-11-22 18:00",39,"2013-11-22 19:00",38,"2013-04-10 21:00","","","","",26,21,13,9,4,0,0,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","42603",1,42.82231,-106.36501,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",7242,99,301,306,0,87,"","","Certification not required",0,4.569594,10.142102,126,"2013-11-25 08:00",119,"2013-12-05 08:00",110,"2013-11-12 08:00",109,"2013-10-23 07:00","","","","",52,38,21,12,5,0,0,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","44201",1,42.82231,-106.36501,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",7093,95,203,214,0,236,0,0,"Certification not required",152,0.053261,0.009669,0.086,"2013-07-17 14:00",0.078,"2013-07-11 10:00",0.074,"2013-07-16 13:00",0.071,"2013-07-22 11:00","","","","",0.074,0.071,0.066,0.065,0.059,0.055,0.047,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","44201",1,42.82231,-106.36501,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7073,95,203,214,0,0,0,0,"Certification not required",0,0.049158,0.009098,0.08,"2013-07-17 11:00",0.071,"2013-07-16 11:00",0.068,"2013-08-16 11:00",0.065,"2013-07-11 09:00","","","","",0.068,0.064,0.061,0.059,0.055,0.051,0.043,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","44201",1,42.82231,-106.36501,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7073,95,203,214,0,0,1,1,"Certification not required",0,0.049158,0.009098,0.08,"2013-07-17 11:00",0.071,"2013-07-16 11:00",0.068,"2013-08-16 11:00",0.065,"2013-07-11 09:00","","","","",0.068,0.064,0.061,0.059,0.055,0.051,0.043,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","61101",1,42.82231,-106.36501,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",7315,100,305,306,0,14,"","","Certification not required",0,7.534532,5.024679,27,"2013-03-17 10:00",25.4,"2013-03-17 15:00",25.4,"2013-12-09 19:00",25.1,"2013-09-30 13:00","","","","",21,19.6,17.5,15,10.7,6.6,1.9,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","61102",1,42.82231,-106.36501,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",7315,100,305,306,0,14,"","","Certification not required",0,188.664662,93.382683,360,"2013-05-20 20:00",360,"2013-07-07 01:00",360,"2013-07-14 08:00",360,"2013-08-22 23:00","","","","",352,343,316,287,253,227,50,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","61106",1,42.82231,-106.36501,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",7315,100,305,306,0,14,"","","Certification not required",0,29.957567,20.874639,102.8,"2013-06-09 03:00",102,"2013-07-21 13:00",101.7,"2013-03-26 20:00",101.7,"2013-04-24 20:00","","","","",91.8,86.9,76.7,64.4,39.4,20.5,12.7,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","62101",1,42.82231,-106.36501,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",7312,100,305,306,0,17,"","","Certification not required",0,51.48058,21.067585,98,"2013-07-11 13:00",97,"2013-07-11 12:00",97,"2013-07-11 14:00",97,"2013-07-11 15:00","","","","",90,89,85,80,67,52,25,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","62101",2,42.82231,-106.36501,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",2204,30,92,306,0,4,"","","Certification not required",0,35.777223,15.907067,73,"2013-10-01 15:00",72,"2013-10-01 14:00",72,"2013-10-01 16:00",70,"2013-10-01 13:00","","","","",64,62,57,53,46,39,11,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-12" +"56","025","0100","63301",1,42.82231,-106.36501,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",7312,100,305,306,0,17,"","","Certification not required",3457,0.31645,0.46143,14.28,"2013-09-21 12:00",1.57,"2013-08-24 12:00",1.55,"2013-06-01 11:00",1.53,"2013-04-12 12:00","","","","",1.44,1.39,1.25,1.07,0.56,0.02,0.005,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","64101",1,42.82231,-106.36501,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",7315,100,305,306,0,14,"","","Certification not required",0,839.82581,5.324415,857.1,"2013-05-02 06:00",857.1,"2013-05-02 07:00",857.1,"2013-05-02 08:00",856.8,"2013-05-02 05:00","","","","",852.7,849.3,846.9,845.6,843.6,840.5,833.1,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","0100","65102",1,42.82231,-106.36501,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",7315,100,305,306,0,14,"","","Certification not required",0,0.001992,0.013434,0.33,"2013-05-19 03:00",0.31,"2013-05-23 06:00",0.31,"2013-07-29 19:00",0.28,"2013-05-19 02:00","","","","",0.05,0.03,0.01,0,0,0,0,"Casper Gaseous","2800 Pheasant Drive, Casper","Wyoming","Natrona","Casper","Casper, WY","2014-02-07" +"56","025","2601","42401",1,42.8608,-106.23586,"NAD83","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6320,72,266,365,0,232,0,"","Certification not required",0,5.030451,7.264591,45.7,"2013-02-23 07:00",42.6,"2013-02-22 20:00",36.4,"2013-02-25 21:00",32.7,"2013-01-24 12:00","","","","",36.4,27.3,20.8,15.1,6.5,1.8,0.4,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42401",1,42.8608,-106.23586,"NAD83","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",6320,72,266,365,0,232,"","","Certification not required",0,1.131756,3.335636,45.7,"2013-02-23 07:00",42.6,"2013-02-22 20:00",42.3,"2013-02-22 21:00",40.2,"2013-02-22 17:00","","","","",19,12.4,6.1,2.2,0.7,0.2,0,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42401",1,42.8608,-106.23586,"NAD83","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",266,73,266,365,0,0,0,"","Certification not required",0,1.144737,2.219925,18.1,"2013-03-03 00:00",16.4,"2013-02-23 00:00",11.7,"2013-02-22 00:00",9.2,"2013-04-07 00:00","","","","",11.7,7.4,5.4,2.9,1.1,0.4,0.1,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42401",1,42.8608,-106.23586,"NAD83","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",2065,71,264,365,0,0,"",0,"Certification not required",0,1.109104,3.01421,30.4,"2013-03-03 17:00",30.2,"2013-02-23 08:00",26.9,"2013-02-23 11:00",25.4,"2013-02-22 20:00","","","","",16.5,12.2,5.8,2.6,0.7,0.2,0,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42401",2,42.8608,-106.23586,"NAD83","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",8296,8,29,365,0,344,"","","Certification not required",0,0.961162,2.807365,114.7,"2013-09-28 06:35",52.6,"2013-09-28 10:15",39.5,"2013-09-28 10:00",38.3,"2013-09-28 09:50","","","","",12.2,8.2,3.6,1.6,0.8,0.3,0,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-30" +"56","025","2601","42406",1,42.8608,-106.23586,"NAD83","SO2 max 5-min avg","1 HOUR","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5819,66,263,365,0,733,"","","Certification not required",0,2.678587,6.952317,114.7,"2013-09-28 06:00",69.9,"2013-02-22 21:00",63.3,"2013-02-22 17:00",62.1,"2013-02-22 20:00","","","","",36,28.7,16.6,6.7,1.4,0.4,0,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42601",1,42.8608,-106.23586,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5577,64,234,365,0,975,"","","Certification not required",0,1.44775,3.049319,45,"2013-03-14 06:00",40.9,"2013-02-11 09:00",37.3,"2013-02-25 07:00",35.1,"2013-03-12 07:00","","","","",13.9,10.6,7.2,4.7,1.5,0.1,0,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42602",1,42.8608,-106.23586,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5577,64,234,365,0,975,0,"","Certification not required",0,13.138462,6.556402,40.8,"2013-01-03 17:00",40.6,"2013-01-04 12:00",37.8,"2013-03-12 07:00",37.7,"2013-01-05 20:00","","","","",37.8,32.4,27.7,19.8,15.4,12.2,6.8,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42602",1,42.8608,-106.23586,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5577,64,234,365,0,975,"","","Certification not required",0,5.047786,4.671774,40.8,"2013-01-03 17:00",40.6,"2013-01-04 12:00",39.9,"2013-01-03 18:00",38.1,"2013-01-03 19:00","","","","",21.7,17.9,14,10.8,6.9,3.8,0.7,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","42603",1,42.8608,-106.23586,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5577,64,234,365,0,975,"","","Certification not required",0,6.369607,7.207898,73,"2013-03-12 07:00",72,"2013-03-14 06:00",70.5,"2013-01-04 12:00",65.6,"2013-02-25 07:00","","","","",32.8,27.1,20.1,15.5,8.6,4.1,0.4,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","44201",1,42.8608,-106.23586,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4631,50,107,214,0,1921,0,0,"Certification not required",27,0.051907,0.006013,0.069,"2013-08-16 15:00",0.066,"2013-04-10 13:00",0.065,"2013-08-17 12:00",0.063,"2013-05-25 13:00","","","","",0.066,0.065,0.061,0.059,0.057,0.052,0.048,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","44201",1,42.8608,-106.23586,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4672,50,106,214,0,0,0,0,"Certification not required",0,0.048462,0.005557,0.064,"2013-08-16 10:00",0.064,"2013-08-17 10:00",0.061,"2013-04-10 10:00",0.057,"2013-06-03 09:00","","","","",0.064,0.061,0.056,0.055,0.052,0.049,0.045,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","44201",1,42.8608,-106.23586,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4672,50,106,214,0,0,0,0,"Certification not required",0,0.048462,0.005557,0.064,"2013-08-16 10:00",0.064,"2013-08-17 10:00",0.061,"2013-04-10 10:00",0.057,"2013-06-03 09:00","","","","",0.064,0.061,0.056,0.055,0.052,0.049,0.045,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","61101",1,42.8608,-106.23586,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6517,74,270,365,0,35,"","","Certification not required",0,8.253583,5.212501,30.5,"2013-03-17 15:00",30.1,"2013-03-17 10:00",29.9,"2013-02-17 03:00",28.2,"2013-03-17 11:00","","","","",22.9,21.2,18.3,15.9,11.5,7,2.5,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","61103",1,42.8608,-106.23586,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4336,49,180,365,0,2216,"","","Certification not required",0,8.441398,5.558773,29.5,"2013-02-17 03:00",29.5,"2013-03-17 10:00",28.7,"2013-03-17 15:00",27.2,"2013-03-04 13:00","","","","",22.9,21.4,18.6,16.3,12.2,7.4,1.9,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","61104",1,42.8608,-106.23586,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4336,49,180,365,0,2216,"","","Certification not required",0,213.115544,100.14071,360,"2013-02-21 07:00",360,"2013-02-21 09:00",360,"2013-06-23 07:00",359,"2013-01-11 05:00","","","","",354,348,333,315,286,259,67,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","61106",1,42.8608,-106.23586,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",4336,49,180,365,0,2216,"","","Certification not required",0,18.09857,12.836128,80,"2013-06-21 14:00",78.4,"2013-04-02 22:00",73.2,"2013-06-14 08:00",72.9,"2013-06-02 07:00","","","","",61.7,56.3,47.9,38.9,21.1,12.4,8.5,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","62101",1,42.8608,-106.23586,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6545,75,272,365,0,7,"","","Certification not required",0,52.069672,21.285442,97,"2013-07-11 14:00",97,"2013-07-11 15:00",97,"2013-07-11 16:00",96,"2013-07-11 12:00","","","","",90,88,85,80,68,55,23,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","62201",1,42.8608,-106.23586,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6545,75,272,365,0,7,"","","Certification not required",0,49.024905,22.28506,98,"2013-09-14 01:00",98,"2013-09-14 02:00",98,"2013-09-14 03:00",98,"2013-09-14 04:00","","","","",91,89,85,80,68,48,20,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","025","2601","64101",1,42.8608,-106.23586,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6545,75,272,365,0,7,"","","Certification not required",0,839.300306,5.055969,857.5,"2013-05-02 06:00",857.5,"2013-05-02 07:00",857.4,"2013-05-02 08:00",857.1,"2013-05-02 09:00","","","","",849.1,847.8,846.2,845.1,843,839.9,832.3,"","Sinclair, Casper","Wyoming","Natrona","Brookhurst","Casper, WY","2013-12-17" +"56","029","0001","68102",1,44.532426,-109.072975,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",112,92,112,122,0,0,"","","Certification not required",0,23.991964,0.085042,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","0001","68105",1,44.532426,-109.072975,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",109,89,109,122,0,3,"","","Certification not required",0,9.131193,11.428017,27,"2013-08-17 00:00",26.7,"2013-07-03 00:00",26.3,"2013-08-20 00:00",26.2,"2013-07-15 00:00","","","","",26.7,26.3,24.7,24.4,20.1,8.3,-4.5,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","0001","68108",1,44.532426,-109.072975,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",109,89,109,122,0,3,"","","Certification not required",0,632.963303,4.066408,642,"2013-11-12 00:00",641,"2013-10-04 00:00",641,"2013-11-21 00:00",640,"2013-05-01 00:00","","","","",641,641,638,637,636,634,627,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","0001","81102",3,44.532426,-109.072975,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",102,83,101,122,0,22,0,0,"Certification not required",13,10.872549,6.943437,33,"2013-01-22 00:00",31,"2013-01-04 00:00",31,"2013-08-17 00:00",30,"2013-08-20 00:00","","","","",31,31,25,20,14,10,2,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","0001","85101",3,44.532426,-109.072975,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",102,100,59,61,0,22,"","","Certification not required",17,9.441176,6.004245,29,"2013-01-04 00:00",29,"2013-01-22 00:00",26,"2013-08-17 00:00",25,"2013-08-20 00:00","","","","",29,26,20,17,12,8,2,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","0001","88101",1,44.532426,-109.072975,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,0,0,"Certification not required",0,4.370536,2.91259,15.3,"2013-08-17 00:00",14.7,"2013-04-19 00:00",14.7,"2013-08-20 00:00",14.6,"2013-03-20 00:00","","","","",14.7,14.7,10.3,7.6,5.3,3.8,1.6,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","0001","88101",1,44.532426,-109.072975,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",112,92,112,122,0,10,"","","Certification not required",0,4.370536,2.91259,15.3,"2013-08-17 00:00",14.7,"2013-04-19 00:00",14.7,"2013-08-20 00:00",14.6,"2013-03-20 00:00","","","","",14.7,14.7,10.3,7.6,5.3,3.8,1.6,"Cody SLAMS site","CODY JR HI SCH-2901 Cougar Ave","Wyoming","Park","Cody","","2014-02-20" +"56","029","9002","85101",1,44.744723,-109.382366,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,3.446394,2.648589,10.9004,"2013-05-13 00:00",10.6865,"2013-03-08 00:00",10.312,"2013-05-10 00:00",9.3863,"2013-04-25 00:00","","","","",10.9004,10.9004,10.312,7.713,4.419,2.6816,1.1561,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","86502",1,44.744723,-109.382366,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.25,1.406671,6,"2013-03-08 00:00",5,"2013-05-10 00:00",5,"2013-05-13 00:00",4,"2013-03-17 00:00","","","","",6,6,5,3,2,1,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88103",1,44.744723,-109.382366,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88104",1,44.744723,-109.382366,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.042636,0.05041,0.204,"2013-04-25 00:00",0.184,"2013-04-28 00:00",0.176,"2013-03-08 00:00",0.1367,"2013-05-10 00:00","","","","",0.204,0.204,0.176,0.128,0.0531,0.0234,0.0037,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88109",1,44.744723,-109.382366,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.000754,0.000625,0.0031,"2013-05-13 00:00",0.0023,"2013-05-25 00:00",0.0022,"2013-04-04 00:00",0.0018,"2013-05-10 00:00","","","","",0.0031,0.0031,0.0022,0.0014,0.001,0.0006,0.0002,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88111",1,44.744723,-109.382366,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.039307,0.037806,0.1552,"2013-03-08 00:00",0.1402,"2013-04-28 00:00",0.1389,"2013-04-25 00:00",0.108,"2013-05-10 00:00","","","","",0.1552,0.1552,0.1389,0.102,0.0544,0.0306,0.0057,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88112",1,44.744723,-109.382366,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88114",1,44.744723,-109.382366,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",35,0.000158,6.7e-05,0.0004,"2013-05-22 00:00",0.0003,"2013-01-01 00:00",0.0003,"2013-02-21 00:00",0.0003,"2013-04-25 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.00015,0.0001,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88115",1,44.744723,-109.382366,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",26,0.000888,0.001532,0.0073,"2013-03-08 00:00",0.0069,"2013-01-04 00:00",0.0044,"2013-04-28 00:00",0.0021,"2013-04-25 00:00","","","","",0.0073,0.0073,0.0044,0.0019,0.0012,0.0002,0.00015,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88126",1,44.744723,-109.382366,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",2,0.027059,0.032838,0.1286,"2013-03-08 00:00",0.1258,"2013-04-25 00:00",0.1157,"2013-04-28 00:00",0.09,"2013-05-10 00:00","","","","",0.1286,0.1286,0.1157,0.0846,0.037,0.0147,0.0025,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88128",1,44.744723,-109.382366,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000354,0.000565,0.002,"2013-04-25 00:00",0.001,"2013-01-04 00:00",0.001,"2013-01-25 00:00",0.001,"2013-02-03 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88132",1,44.744723,-109.382366,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.000708,0.000898,0.003,"2013-03-08 00:00",0.003,"2013-04-25 00:00",0.003,"2013-05-10 00:00",0.002,"2013-04-01 00:00","","","","",0.003,0.003,0.003,0.002,0.001,0,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88136",1,44.744723,-109.382366,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88140",1,44.744723,-109.382366,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",15,0.012308,0.015584,0.065,"2013-04-28 00:00",0.051,"2013-04-25 00:00",0.0509,"2013-03-08 00:00",0.0497,"2013-05-25 00:00","","","","",0.065,0.065,0.0509,0.0428,0.015,0.0072,0.0011,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88152",1,44.744723,-109.382366,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",39,0.000235,0.000265,0.0014,"2013-03-23 00:00",0.0014,"2013-04-01 00:00",0.0005,"2013-02-06 00:00",0.0005,"2013-05-22 00:00","","","","",0.0014,0.0014,0.0005,0.0005,0.00015,0.00015,0.00015,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88154",1,44.744723,-109.382366,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",40,0.000133,7.4e-05,0.0004,"2013-05-07 00:00",0.0004,"2013-05-22 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-02-06 00:00","","","","",0.0004,0.0004,0.0003,0.0002,0.00015,0.0001,0.0001,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88161",1,44.744723,-109.382366,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",9,0.002481,0.003021,0.0121,"2013-04-25 00:00",0.0113,"2013-03-08 00:00",0.0106,"2013-04-28 00:00",0.008,"2013-05-10 00:00","","","","",0.0121,0.0121,0.0106,0.0077,0.0032,0.0015,0.0002,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88164",1,44.744723,-109.382366,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",26,0.000104,9.2e-05,0.0005,"2013-03-08 00:00",0.0004,"2013-04-28 00:00",0.0002,"2013-01-19 00:00",0.0002,"2013-03-26 00:00","","","","",0.0005,0.0005,0.0002,0.0002,0.0001,5e-05,5e-05,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88165",1,44.744723,-109.382366,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.106742,0.137652,0.5874,"2013-03-08 00:00",0.4811,"2013-04-25 00:00",0.4369,"2013-04-28 00:00",0.3912,"2013-05-13 00:00","","","","",0.5874,0.5874,0.4369,0.3809,0.1329,0.0573,0.0079,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88167",1,44.744723,-109.382366,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",7,0.00078,0.000717,0.0033,"2013-04-25 00:00",0.003,"2013-03-08 00:00",0.0022,"2013-03-23 00:00",0.002,"2013-03-26 00:00","","","","",0.0033,0.0033,0.0022,0.0019,0.001,0.0006,0.00015,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88168",1,44.744723,-109.382366,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",26,0.000321,0.000314,0.0017,"2013-03-08 00:00",0.0012,"2013-04-25 00:00",0.001,"2013-04-28 00:00",0.0008,"2013-05-10 00:00","","","","",0.0017,0.0017,0.001,0.0007,0.0004,0.00015,0.0001,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88169",1,44.744723,-109.382366,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.128377,0.099339,0.4274,"2013-04-25 00:00",0.3341,"2013-05-10 00:00",0.3207,"2013-05-07 00:00",0.3036,"2013-04-01 00:00","","","","",0.4274,0.4274,0.3207,0.2952,0.1727,0.0955,0.0281,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88176",1,44.744723,-109.382366,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",42,0.000179,8.2e-05,0.0005,"2013-01-04 00:00",0.0004,"2013-02-15 00:00",0.0004,"2013-04-28 00:00",0.0004,"2013-05-31 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.00015,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88180",1,44.744723,-109.382366,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",1,0.016968,0.017619,0.0674,"2013-03-08 00:00",0.0656,"2013-04-25 00:00",0.0627,"2013-04-28 00:00",0.0494,"2013-05-10 00:00","","","","",0.0674,0.0674,0.0627,0.0478,0.0216,0.0111,0.0025,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88184",1,44.744723,-109.382366,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",27,0.007667,0.010363,0.0576,"2013-03-08 00:00",0.0333,"2013-05-25 00:00",0.023,"2013-05-10 00:00",0.0207,"2013-02-27 00:00","","","","",0.0576,0.0576,0.023,0.0195,0.0106,0.00205,0.00165,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88185",1,44.744723,-109.382366,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",40,0.000776,0.000499,0.0028,"2013-01-28 00:00",0.0025,"2013-04-25 00:00",0.0018,"2013-05-25 00:00",0.0016,"2013-04-22 00:00","","","","",0.0028,0.0028,0.0018,0.0015,0.00075,0.0007,0.0004,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88203",1,44.744723,-109.382366,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",30,0.00705,0.00546,0.0333,"2013-03-08 00:00",0.021,"2013-04-04 00:00",0.0154,"2013-04-28 00:00",0.0108,"2013-05-25 00:00","","","","",0.0333,0.0333,0.0154,0.0106,0.0092,0.0063,0.0027,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88306",1,44.744723,-109.382366,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.155927,0.142162,0.5294,"2013-02-06 00:00",0.4815,"2013-03-26 00:00",0.474,"2013-02-21 00:00",0.4338,"2013-05-22 00:00","","","","",0.5294,0.5294,0.474,0.3913,0.2291,0.1073,0.0142,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88320",1,44.744723,-109.382366,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.229375,0.187961,0.82,"2013-05-13 00:00",0.6,"2013-05-16 00:00",0.59,"2013-05-10 00:00",0.57,"2013-04-04 00:00","","","","",0.82,0.82,0.59,0.54,0.35,0.15,0.06,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88321",1,44.744723,-109.382366,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.0225,0.018737,0.08,"2013-03-26 00:00",0.06,"2013-04-25 00:00",0.06,"2013-05-07 00:00",0.05,"2013-04-04 00:00","","","","",0.08,0.08,0.06,0.05,0.03,0.02,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88324",1,44.744723,-109.382366,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",43,0.022115,0.009175,0.049,"2013-04-07 00:00",0.0403,"2013-05-28 00:00",0.0377,"2013-05-16 00:00",0.0372,"2013-05-19 00:00","","","","",0.049,0.049,0.0377,0.0315,0.03065,0.0176,0.0105,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88325",1,44.744723,-109.382366,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",27,0.059773,0.050511,0.2317,"2013-05-13 00:00",0.1949,"2013-05-10 00:00",0.1855,"2013-05-16 00:00",0.1417,"2013-05-07 00:00","","","","",0.2317,0.2317,0.1855,0.136,0.0814,0.03475,0.017,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88326",1,44.744723,-109.382366,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",33,0.064285,0.056702,0.325,"2013-05-13 00:00",0.2064,"2013-04-04 00:00",0.1712,"2013-05-25 00:00",0.146,"2013-05-16 00:00","","","","",0.325,0.325,0.1712,0.1382,0.0833,0.03985,0.02575,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88327",1,44.744723,-109.382366,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",19,0.043697,0.033798,0.1223,"2013-05-25 00:00",0.1143,"2013-05-16 00:00",0.106,"2013-05-13 00:00",0.105,"2013-05-22 00:00","","","","",0.1223,0.1223,0.106,0.1034,0.0685,0.0322,0.01285,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88328",1,44.744723,-109.382366,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",4,0.054524,0.053142,0.2071,"2013-05-10 00:00",0.1726,"2013-05-22 00:00",0.1549,"2013-05-13 00:00",0.1437,"2013-05-07 00:00","","","","",0.2071,0.2071,0.1549,0.1396,0.1031,0.0339,0.0048,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88329",1,44.744723,-109.382366,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",3,0.057134,0.051581,0.1734,"2013-05-10 00:00",0.1554,"2013-05-07 00:00",0.1554,"2013-05-13 00:00",0.1547,"2013-03-26 00:00","","","","",0.1734,0.1734,0.1554,0.1484,0.1044,0.0349,0.0089,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88330",1,44.744723,-109.382366,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",11,0.019602,0.01712,0.0636,"2013-05-10 00:00",0.0595,"2013-05-22 00:00",0.0515,"2013-04-04 00:00",0.0509,"2013-04-25 00:00","","","","",0.0636,0.0636,0.0515,0.0474,0.0298,0.0146,0.00375,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88331",1,44.744723,-109.382366,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",18,0.00011,0.000242,0.001,"2013-02-09 00:00",0.001,"2013-05-07 00:00",0.001,"2013-05-16 00:00",0.0003,"2013-03-05 00:00","","","","",0.001,0.001,0.001,0.00015,0.00015,0,0,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88338",1,44.744723,-109.382366,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",45,0.016741,0.006964,0.0492,"2013-03-26 00:00",0.0274,"2013-04-22 00:00",0.02545,"2013-02-06 00:00",0.0253,"2013-02-09 00:00","","","","",0.0492,0.0492,0.02545,0.0252,0.0168,0.0151,0.01065,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88339",1,44.744723,-109.382366,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.52954,0.409797,1.76311,"2013-04-25 00:00",1.37833,"2013-05-10 00:00",1.32293,"2013-05-07 00:00",1.25252,"2013-04-01 00:00","","","","",1.76311,1.76311,1.32293,1.21766,0.71235,0.3941,0.11591,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88344",1,44.744723,-109.382366,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.201292,0.183216,0.6829,"2013-02-06 00:00",0.6211,"2013-03-26 00:00",0.6115,"2013-02-21 00:00",0.5596,"2013-05-22 00:00","","","","",0.6829,0.6829,0.6115,0.5048,0.2955,0.1384,0.0183,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88348",1,44.744723,-109.382366,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.493867,0.595627,2.4352,"2013-03-08 00:00",2.2,"2013-04-25 00:00",2.0224,"2013-04-28 00:00",1.658,"2013-05-10 00:00","","","","",2.4352,2.4352,2.0224,1.6419,0.5885,0.2782,0.044,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88350",1,44.744723,-109.382366,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.412273,0.338106,1.4778,"2013-05-13 00:00",1.0712,"2013-05-16 00:00",1.0654,"2013-05-10 00:00",1.0249,"2013-04-04 00:00","","","","",1.4778,1.4778,1.0654,0.9742,0.6293,0.2714,0.1111,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88403",1,44.744723,-109.382366,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,0.361625,0.28302,1.2788,"2013-04-25 00:00",0.8867,"2013-05-10 00:00",0.8804,"2013-04-01 00:00",0.8572,"2013-03-23 00:00","","","","",1.2788,1.2788,0.8804,0.8329,0.4867,0.2741,0.0716,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","029","9002","88502",1,44.744723,-109.382366,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,25,61,0,3,"","","Certification not required",0,1.65,1.392075,5.4,"2013-04-25 00:00",5.1,"2013-05-10 00:00",4.9,"2013-05-13 00:00",4.2,"2013-03-08 00:00","","","","",5.4,5.4,4.9,4.1,2.3,1.2,0.3,"","North Absaroka","Wyoming","Park","","","2014-01-28" +"56","031","0805","81102",1,42.114967,-104.813088,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,0,0,"Certification not required",1,16.604651,10.692987,51,"2013-03-29 00:00",37,"2013-06-21 00:00",37,"2013-07-03 00:00",35,"2013-08-20 00:00","","","","",51,51,37,34,20,13,6,"BASIN ELECTRIC SITE COLLOCATED TSP AND PM10","LARAMIE RIVER POWER PLANT WHEATLAND, WY","Wyoming","Platte","","","2013-11-13" +"56","031","0805","81102",2,42.114967,-104.813088,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2025 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,0,0,0,"Certification not required",1,16.116279,10.193857,43,"2013-03-29 00:00",39,"2013-07-03 00:00",38,"2013-06-21 00:00",34,"2013-08-20 00:00","","","","",43,43,38,32,18,14,6,"BASIN ELECTRIC SITE COLLOCATED TSP AND PM10","LARAMIE RIVER POWER PLANT WHEATLAND, WY","Wyoming","Platte","","","2013-11-13" +"56","033","0002","68102",1,44.815142,-106.955933,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",117,100,61,61,0,0,"","","Certification not required",0,24.02906,0.070784,24.1,"2013-01-28 00:00",24.1,"2013-02-15 00:00",24.1,"2013-02-21 00:00",24.1,"2013-02-27 00:00","","","","",24.1,24.1,24.1,24.1,24.1,24,24,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","68102",2,44.815142,-106.955933,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Calculation",2013,"Cubic meter","No Events",30,49,30,61,0,0,"","","Certification not required",0,23.983333,0.064772,24,"2013-01-04 00:00",24,"2013-01-16 00:00",24,"2013-01-28 00:00",24,"2013-02-09 00:00","","","","",24,24,24,24,24,24,24,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","68105",1,44.815142,-106.955933,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",110,100,61,61,0,7,"","","Certification not required",0,10.841818,11.066914,28.9,"2013-07-15 00:00",28.1,"2013-08-26 00:00",27.9,"2013-05-13 00:00",27.6,"2013-07-18 00:00","","","","",28.1,27.9,26.6,26.1,21.8,10.8,-3.4,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","68105",2,44.815142,-106.955933,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Electronic",2013,"Degrees Centigrade","No Events",27,44,27,61,0,3,"","","Certification not required",0,9.951852,11.361926,29.2,"2013-07-15 00:00",26.5,"2013-08-20 00:00",26.4,"2013-07-03 00:00",25.8,"2013-07-27 00:00","","","","",29.2,29.2,26.5,26.4,19.6,7.5,-5.9,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","68108",1,44.815142,-106.955933,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",110,100,61,61,0,7,"","","Certification not required",0,663.090909,3.870722,673,"2013-05-01 00:00",673,"2013-11-21 00:00",671,"2013-04-22 00:00",671,"2013-10-04 00:00","","","","",673,671,668,667,666,663,659,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","68108",2,44.815142,-106.955933,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM2.5 Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",27,44,27,61,0,3,"","","Certification not required",0,662.296296,3.861196,671,"2013-04-22 00:00",668,"2013-03-05 00:00",668,"2013-05-04 00:00",667,"2013-01-16 00:00","","","","",671,671,668,668,665,662,657,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","81102",1,44.815142,-106.955933,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,16.992674,8.6194,57,"2013-08-29 00:00",52,"2013-01-22 00:00",42,"2013-05-23 00:00",41,"2013-01-18 00:00","","","","",42,39,32,28,22,16,7,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2013-12-10" +"56","033","0002","88101",1,44.815142,-106.955933,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,0,0,"Certification not required",0,6.475214,3.648498,23.5,"2013-12-27 00:00",18,"2013-01-04 00:00",16.7,"2013-01-22 00:00",16.6,"2013-08-20 00:00","","","","",18,16.7,13.9,9.9,7.8,6,2.5,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","88101",1,44.815142,-106.955933,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",117,96,117,122,0,6,"","","Certification not required",0,6.475214,3.648498,23.5,"2013-12-27 00:00",18,"2013-01-04 00:00",16.7,"2013-01-22 00:00",16.6,"2013-08-20 00:00","","","","",18,16.7,13.9,9.9,7.8,6,2.5,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","88101",2,44.815142,-106.955933,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,97,30,31,0,1,0,0,"Certification not required",0,7.133333,3.881995,17.9,"2013-01-04 00:00",16.3,"2013-08-20 00:00",13.8,"2013-11-24 00:00",13.8,"2013-12-06 00:00","","","","",17.9,17.9,16.3,13.8,8,5.8,3.9,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0002","88101",2,44.815142,-106.955933,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM2.5 Sampler w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",30,97,30,31,0,1,"","","Certification not required",0,7.133333,3.881995,17.9,"2013-01-04 00:00",16.3,"2013-08-20 00:00",13.8,"2013-11-24 00:00",13.8,"2013-12-06 00:00","","","","",17.9,17.9,16.3,13.8,8,5.8,3.9,"Sheridan - Police Sta. SLAM Site","Police Station, 45 WEST 12TH ST., SHERIDAN WY.","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","0004","44201",1,44.933611,-106.847222,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","Instrumental - Ultra Violet 2B Model 202",2013,"Parts per million","No Events",5529,75,160,214,0,663,0,0,"Certification not required",3,0.050294,0.005881,0.066,"2013-06-19 14:00",0.064,"2013-08-15 14:00",0.062,"2013-05-25 14:00",0.062,"2013-06-18 18:00","","","","",0.064,0.062,0.059,0.058,0.054,0.051,0.046,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","44201",1,44.933611,-106.847222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5566,74,159,214,0,0,0,0,"Certification not required",0,0.04695,0.005948,0.063,"2013-06-19 10:00",0.06,"2013-08-15 11:00",0.059,"2013-06-18 14:00",0.058,"2013-04-10 10:00","","","","",0.06,0.058,0.056,0.054,0.051,0.047,0.044,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","44201",1,44.933611,-106.847222,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5566,74,159,214,0,0,0,0,"Certification not required",0,0.04695,0.005948,0.063,"2013-06-19 10:00",0.06,"2013-08-15 11:00",0.059,"2013-06-18 14:00",0.058,"2013-04-10 10:00","","","","",0.06,0.058,0.056,0.054,0.051,0.047,0.044,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","61101",1,44.933611,-106.847222,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6398,73,265,365,0,154,"","","Certification not required",0,7.120084,4.271464,35,"2013-05-23 21:00",31.7,"2013-05-23 22:00",31.1,"2013-05-23 16:00",30.1,"2013-05-23 19:00","","","","",22.1,19.6,15.7,12.8,8.9,6,2.9,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","61102",1,44.933611,-106.847222,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6389,73,265,365,0,163,"","","Certification not required",0,182.103146,105.907613,360,"2013-01-21 13:00",360,"2013-03-31 15:00",360,"2013-04-08 17:00",360,"2013-06-26 22:00","","","","",356,351,338,323,278,193,26,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","61106",1,44.933611,-106.847222,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6389,73,265,365,0,163,"","","Certification not required",0,20.108828,13.452201,77.9,"2013-03-26 12:00",75.9,"2013-03-07 06:00",75.1,"2013-02-03 07:00",74.5,"2013-04-26 00:00","","","","",61,56.1,48.8,40.4,27.2,15.2,7.6,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","62101",1,44.933611,-106.847222,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6400,73,265,365,0,152,"","","Certification not required",0,52.475781,22.497911,101,"2013-07-11 11:00",101,"2013-08-16 13:00",101,"2013-08-16 14:00",99,"2013-07-11 15:00","","","","",95,93,88,83,70,54,22,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","62201",1,44.933611,-106.847222,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6399,73,265,365,0,153,"","","Certification not required",0,60.172527,22.673586,100,"2013-01-27 19:00",100,"2013-01-27 20:00",100,"2013-01-27 21:00",100,"2013-01-27 22:00","","","","",97,95,92,89,80,63,27,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","63301",1,44.933611,-106.847222,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6403,73,265,365,0,149,"","","Certification not required",2967,0.28455,0.385915,1.39,"2013-06-05 13:00",1.38,"2013-07-13 12:00",1.35,"2013-07-04 12:00",1.34,"2013-06-08 12:00","","","","",1.27,1.23,1.12,0.95,0.51,0.03,0.005,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","64101",1,44.933611,-106.847222,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5259,60,218,365,0,1293,"","","Certification not required",0,886.407967,5.667597,905.1,"2013-05-02 06:00",905,"2013-05-02 07:00",904.7,"2013-05-02 08:00",904.6,"2013-05-02 05:00","","","","",898.7,896.7,894.8,893.5,890.3,886.7,879.5,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","65102",1,44.933611,-106.847222,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6411,73,265,365,0,141,"","","Certification not required",0,0.001644,0.018828,0.74,"2013-06-11 16:00",0.62,"2013-09-14 18:00",0.54,"2013-07-07 16:00",0.48,"2013-09-14 17:00","","","","",0.04,0.01,0,0,0,0,0,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","88501",1,44.933611,-106.847222,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One E- Sampler W/PM2.5 at 2 LPM - Light Scatter at 670 nm",2013,"Micrograms/cubic meter (LC)","No Events",5814,100,83,122,0,738,"","","Certification not required",0,6.402116,5.237645,45.6,"2013-08-29 17:00",44.1,"2013-01-21 17:00",39.3,"2013-01-31 08:00",37.3,"2013-08-29 15:00","","","","",25.9,23.4,16.8,12.3,8.1,5.4,1.2,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","0004","88501",1,44.933611,-106.847222,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",241,100,83,122,0,0,"","","Certification not required",0,6.360996,4.247496,26.1,"2013-08-20 00:00",24,"2013-08-17 00:00",22.7,"2013-08-19 00:00",21.5,"2013-08-18 00:00","","","","",22.7,17.6,13.5,12,8.1,5.5,1.9,"","Sheridan, WARMS station","Wyoming","Sheridan","","Sheridan, WY","2013-12-02" +"56","033","1003","68102",1,44.795508,-106.958569,"NAD83","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",119,100,61,61,0,0,"","","Certification not required",0,23.994958,0.025541,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","68105",1,44.795508,-106.958569,"NAD83","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",112,100,60,61,0,7,"","","Certification not required",0,8.590179,11.143616,26.5,"2013-07-15 00:00",26.2,"2013-08-26 00:00",25.8,"2013-07-18 00:00",25.4,"2013-09-04 00:00","","","","",26.2,25.8,25,24,19,8.6,-4.5,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","68108",1,44.795508,-106.958569,"NAD83","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",112,100,60,61,0,7,"","","Certification not required",0,659.883929,4.197265,670,"2013-11-21 00:00",669,"2013-11-12 00:00",669,"2013-12-06 00:00",668,"2013-10-04 00:00","","","","",669,669,665,665,663,660,654,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","81102",1,44.795508,-106.958569,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",109,89,109,122,0,13,0,0,"Certification not required",10,10.137615,5.461088,31,"2013-08-17 00:00",30,"2013-08-20 00:00",19,"2013-05-10 00:00",19,"2013-08-23 00:00","","","","",30,19,18,16,14,10,4,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","81102",2,44.795508,-106.958569,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",30,97,30,31,0,1,0,0,"Certification not required",1,10.1,5.332723,30,"2013-08-20 00:00",17,"2013-07-03 00:00",15,"2013-07-27 00:00",15,"2013-08-08 00:00","","","","",30,30,17,15,12,10,5,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","85101",1,44.795508,-106.958569,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",109,89,109,122,0,13,"","","Certification not required",11,9.073394,4.777855,27,"2013-08-17 00:00",26,"2013-08-20 00:00",17,"2013-01-25 00:00",17,"2013-05-10 00:00","","","","",26,17,16,15,12,9,2,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","85101",2,44.795508,-106.958569,"NAD83","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",30,97,30,31,0,1,"","","Certification not required",2,9.333333,4.692866,26,"2013-08-20 00:00",15,"2013-07-03 00:00",14,"2013-12-06 00:00",13,"2013-07-27 00:00","","","","",26,26,15,14,11,9,4,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","88101",1,44.795508,-106.958569,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,0,0,"Certification not required",0,5.02605,2.845498,16.5,"2013-08-17 00:00",15.8,"2013-08-20 00:00",14.4,"2013-11-21 00:00",13.8,"2013-12-06 00:00","","","","",15.8,14.4,10.3,7.8,6.2,4.6,2,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","033","1003","88101",1,44.795508,-106.958569,"NAD83","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,98,119,122,0,3,"","","Certification not required",0,5.02605,2.845498,16.5,"2013-08-17 00:00",15.8,"2013-08-20 00:00",14.4,"2013-11-21 00:00",13.8,"2013-12-06 00:00","","","","",15.8,14.4,10.3,7.8,6.2,4.6,2,"Sheridan - Meadowlark SLAM site","Meadowlark Elementary School-1410 DeSmet Ave","Wyoming","Sheridan","Sheridan","Sheridan, WY","2014-02-20" +"56","035","0097","42601",1,42.98,-110.353,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6280,72,271,365,0,272,"","","Certification not required",0,-0.01336,0.126834,3.1,"2013-01-12 13:00",2.8,"2013-02-11 15:00",2.3,"2013-02-16 09:00",2,"2013-02-22 13:00","","","","",0.4,0.3,0.1,0.1,0,0,-0.1,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","42602",1,42.98,-110.353,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6280,72,271,365,0,272,0,"","Certification not required",0,1.121771,0.524233,4.6,"2013-07-04 19:00",3,"2013-08-22 18:00",2.9,"2013-01-10 12:00",2.9,"2013-08-21 07:00","","","","",3,2.9,2.1,1.8,1.4,1,0.6,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","42602",1,42.98,-110.353,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6280,72,271,365,0,272,"","","Certification not required",0,0.694204,0.36829,4.6,"2013-07-04 19:00",4.3,"2013-07-04 18:00",3.6,"2013-07-04 17:00",3.4,"2013-07-05 05:00","","","","",2,1.8,1.4,1.1,0.8,0.6,0.3,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","42603",1,42.98,-110.353,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6280,72,271,365,0,272,"","","Certification not required",0,0.71172,0.437682,5.6,"2013-07-04 19:00",5.3,"2013-07-04 18:00",4.8,"2013-07-04 17:00",4.5,"2013-01-12 13:00","","","","",2.3,2,1.5,1.2,0.8,0.6,0.3,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","44201",1,42.98,-110.353,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6276,85,182,214,0,276,0,0,"Certification not required",0,0.050703,0.005236,0.064,"2013-05-25 17:00",0.063,"2013-05-26 14:00",0.062,"2013-06-08 15:00",0.062,"2013-08-16 15:00","","","","",0.063,0.062,0.059,0.057,0.054,0.052,0.048,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","44201",1,42.98,-110.353,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6483,84,179,214,0,0,0,0,"Certification not required",0,0.047788,0.005249,0.062,"2013-05-25 11:00",0.06,"2013-06-08 09:00",0.059,"2013-04-30 11:00",0.059,"2013-08-16 10:00","","","","",0.06,0.059,0.058,0.054,0.052,0.05,0.045,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","44201",1,42.98,-110.353,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6483,84,179,214,0,0,0,0,"Certification not required",0,0.047788,0.005249,0.062,"2013-05-25 11:00",0.06,"2013-06-08 09:00",0.059,"2013-04-30 11:00",0.059,"2013-08-16 10:00","","","","",0.06,0.059,0.058,0.054,0.052,0.05,0.045,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","61101",1,42.98,-110.353,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6534,75,273,365,0,18,"","","Certification not required",0,5.680686,3.415862,28.7,"2013-04-29 13:00",28.2,"2013-03-17 09:00",28,"2013-03-03 18:00",27.4,"2013-03-03 17:00","","","","",16.1,14.6,12.4,10.7,7.4,4.9,2.1,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","61102",1,42.98,-110.353,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6534,75,273,365,0,18,"","","Certification not required",0,240.019437,88.85568,360,"2013-01-07 12:00",360,"2013-01-15 06:00",360,"2013-01-17 23:00",360,"2013-02-21 09:00","","","","",356,352,340,328,306,273,110,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","61105",1,42.98,-110.353,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",6534,75,273,365,0,18,"","","Certification not required",0,12.066575,7.146025,54,"2013-03-17 09:00",50,"2013-07-05 18:00",49,"2013-08-05 16:00",47,"2013-04-29 13:00","","","","",33,30,26,23,16,10,5,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","61106",1,42.98,-110.353,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6534,75,273,365,0,18,"","","Certification not required",0,14.083257,6.762675,51,"2013-01-21 16:00",48,"2013-01-06 15:00",48,"2013-02-05 00:00",48,"2013-08-08 12:00","","","","",34,31,27,23,18,13,6,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","62101",1,42.98,-110.353,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,39.144604,20.07665,80,"2013-06-28 13:00",80,"2013-06-28 14:00",80,"2013-06-28 15:00",80,"2013-06-28 16:00","","","","",77,75,71,65,55,40,13,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","62101",2,42.98,-110.353,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6542,75,273,365,0,10,"","","Certification not required",0,40.465148,19.837212,80,"2013-07-02 16:00",79,"2013-06-28 15:00",79,"2013-06-28 16:00",79,"2013-07-01 15:00","","","","",76,74,70,66,57,41,15,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","62106",1,42.98,-110.353,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6542,75,273,365,0,10,"","","Certification not required",0,0.732039,1.443403,7.9,"2013-07-10 03:00",7.6,"2013-06-16 00:00",7.3,"2013-07-10 02:00",7.2,"2013-07-10 04:00","","","","",5.7,5,3.8,2.8,1.3,0.2,-0.6,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","62107",1,42.98,-110.353,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",6552,75,273,365,0,0,"","","Certification not required",0,76.154304,2.539536,85,"2013-05-07 15:00",84,"2013-05-07 16:00",84,"2013-09-12 02:00",84,"2013-09-12 03:00","","","","",82,82,81,80,78,76,73,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","62201",1,42.98,-110.353,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",6542,75,273,365,0,10,"","","Certification not required",0,59.255732,23.353309,100,"2013-03-29 19:00",100,"2013-03-29 20:00",100,"2013-05-21 03:00",100,"2013-05-21 04:00","","","","",98,97,94,90,79,60,26,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","63301",1,42.98,-110.353,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6542,75,273,365,0,10,"","","Certification not required",3033,0.33012,0.431455,1.54,"2013-06-14 12:00",1.54,"2013-06-26 12:00",1.53,"2013-06-15 11:00",1.52,"2013-06-14 11:00","","","","",1.45,1.39,1.25,1.06,0.61,0.05,0.005,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","64101",1,42.98,-110.353,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,755.581349,5.809506,768,"2013-05-02 04:00",768,"2013-05-02 05:00",768,"2013-05-02 06:00",768,"2013-05-02 07:00","","","","",765,764,763,762,760,756,747,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","65102",1,42.98,-110.353,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.001583,0.013461,0.51,"2013-07-05 00:00",0.32,"2013-08-22 22:00",0.31,"2013-03-01 11:00",0.26,"2013-04-10 14:00","","","","",0.04,0.02,0,0,0,0,0,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","81102",1,42.98,-110.353,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6214,71,265,365,0,338,"","","Certification not required",1783,8.780335,13.721279,632,"2013-08-05 16:00",282,"2013-04-13 20:00",275,"2013-04-13 18:00",224,"2013-04-13 19:00","","","","",45,34,23,17,11,6,2,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","81102",1,42.98,-110.353,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,8.256604,7.705899,64,"2013-03-07 00:00",52,"2013-04-13 00:00",39,"2013-08-05 00:00",30,"2013-03-17 00:00","","","","",39,27,22,16,11,6,2,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","85101",1,42.98,-110.353,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (LC)","No Events",6214,71,265,365,0,338,"","","Certification not required",2322,6.919537,10.741447,481,"2013-08-05 16:00",230,"2013-04-13 20:00",222,"2013-04-13 18:00",182,"2013-04-13 19:00","","","","",35,26,18,13,8,5,2,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","88101",1,42.98,-110.353,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6216,71,272,365,0,336,"","","Certification not required",0,2.870495,3.007653,52,"2013-08-15 13:00",37,"2013-08-15 12:00",35,"2013-08-31 08:00",29,"2013-08-15 11:00","","","","",13,10,8,6,4,2,0,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","88101",1,42.98,-110.353,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,0,0,"Certification not required",0,2.812075,2.344611,16.6,"2013-08-31 00:00",14.9,"2013-08-15 00:00",12.3,"2013-08-16 00:00",12.3,"2013-09-01 00:00","","","","",12.3,9.3,6.6,5.4,3.8,2.5,0.6,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0097","88101",1,42.98,-110.353,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",265,73,265,365,0,0,"","","Certification not required",0,2.812075,2.344611,16.6,"2013-08-31 00:00",14.9,"2013-08-15 00:00",12.3,"2013-08-16 00:00",12.3,"2013-09-01 00:00","","","","",12.3,9.3,6.6,5.4,3.8,2.5,0.6,"Wyoming Range","Wyoming Range/West Fontenelle Dr.","Wyoming","Sublette","","","2013-11-12" +"56","035","0099","42601",1,42.719,-109.753,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6286,72,266,365,0,266,"","","Certification not required",0,0.075406,0.466971,6.2,"2013-01-20 11:00",6,"2013-01-20 12:00",6,"2013-01-22 11:00",5.9,"2013-01-09 11:00","","","","",2.3,1.4,0.7,0.4,0.1,0,-0.2,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","42602",1,42.719,-109.753,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6286,72,266,365,0,266,0,"","Certification not required",0,4.748872,3.670898,23.3,"2013-01-07 17:00",17.9,"2013-01-06 10:00",17.4,"2013-01-13 07:00",17.3,"2013-01-22 07:00","","","","",17.4,15.8,12.6,9.8,6.2,3.6,1.5,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","42602",1,42.719,-109.753,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6286,72,266,365,0,266,"","","Certification not required",0,1.588689,2.665682,23.3,"2013-01-07 17:00",19.3,"2013-01-07 16:00",19.3,"2013-01-07 18:00",17.9,"2013-01-06 10:00","","","","",12.2,10.4,7.3,4.8,2.2,0.7,-0.6,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","42603",1,42.719,-109.753,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6286,72,266,365,0,266,"","","Certification not required",0,1.712918,2.979785,23.8,"2013-01-07 17:00",22.1,"2013-01-20 11:00",21.5,"2013-01-09 11:00",21.1,"2013-01-07 10:00","","","","",13.6,11.5,7.9,5.2,2.4,0.7,-0.6,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","44201",1,42.719,-109.753,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6397,84,180,214,0,155,0,0,"Certification not required",0,0.050611,0.005798,0.069,"2013-06-08 13:00",0.066,"2013-01-18 14:00",0.066,"2013-05-26 14:00",0.065,"2013-05-25 18:00","","","","",0.066,0.065,0.062,0.058,0.054,0.051,0.047,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","44201",1,42.719,-109.753,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6444,83,178,214,0,0,0,0,"Certification not required",0,0.047382,0.005911,0.065,"2013-06-08 11:00",0.063,"2013-05-26 08:00",0.062,"2013-05-25 11:00",0.061,"2013-04-30 11:00","","","","",0.063,0.061,0.058,0.055,0.051,0.048,0.044,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","44201",1,42.719,-109.753,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6444,83,178,214,0,0,0,0,"Certification not required",0,0.047382,0.005911,0.065,"2013-06-08 11:00",0.063,"2013-05-26 08:00",0.062,"2013-05-25 11:00",0.061,"2013-04-30 11:00","","","","",0.063,0.061,0.058,0.055,0.051,0.048,0.044,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","61101",1,42.719,-109.753,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6537,75,273,365,0,15,"","","Certification not required",0,8.639651,5.995606,42.1,"2013-06-13 21:00",39.8,"2013-03-17 11:00",39.4,"2013-06-19 17:00",36.9,"2013-06-19 15:00","","","","",27.4,24.9,21.2,17.7,11.3,6.8,2.9,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","61103",1,42.719,-109.753,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6537,75,273,365,0,15,"","","Certification not required",0,7.984519,6.164929,41.9,"2013-06-13 21:00",39.4,"2013-03-17 11:00",39,"2013-06-19 17:00",36.7,"2013-02-12 22:00","","","","",27,24.7,20.8,17.1,10.7,6.2,1.9,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","61104",1,42.719,-109.753,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6537,75,273,365,0,15,"","","Certification not required",0,237.184029,106.582149,360,"2013-01-02 23:00",360,"2013-02-07 17:00",360,"2013-03-26 03:00",360,"2013-04-20 04:00","","","","",357,353,347,340,324,286,52,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","61106",1,42.719,-109.753,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6537,75,273,365,0,12,"","","Certification not required",0,18.433395,14.010949,81.2,"2013-07-02 13:00",76.3,"2013-06-28 08:00",73.4,"2013-01-18 01:00",71.9,"2013-02-17 04:00","","","","",59.1,54.7,47.8,40.2,26,13.7,5,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","62101",1,42.719,-109.753,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6467,74,269,365,0,85,"","","Certification not required",0,42.085356,22.414586,87,"2013-06-28 15:00",86,"2013-06-28 14:00",86,"2013-06-28 16:00",86,"2013-06-28 17:00","","","","",81,80,76,71,59,45,12,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","62101",3,42.719,-109.753,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6537,75,273,365,0,15,"","","Certification not required",0,42.548876,22.915818,88,"2013-06-28 14:00",88,"2013-06-28 15:00",88,"2013-06-28 16:00",87,"2013-06-27 15:00","","","","",84,82,78,73,60,45,12,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","62106",1,42.719,-109.753,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6467,74,269,365,0,85,"","","Certification not required",0,-0.149776,0.741794,2.5,"2013-02-04 08:00",2.4,"2013-01-19 21:00",2.1,"2013-01-23 02:00",2.1,"2013-04-01 00:00","","","","",1.5,1.3,1,0.8,0.4,-0.1,-1.1,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","62201",1,42.719,-109.753,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6534,75,273,365,0,18,"","","Certification not required",0,53.389042,23.86743,95,"2013-03-20 23:00",95,"2013-04-07 21:00",95,"2013-04-07 22:00",95,"2013-04-08 09:00","","","","",93,92,88,83,74,56,19,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","63301",1,42.719,-109.753,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6543,75,273,365,0,9,"","","Certification not required",3020,0.321577,0.419495,1.52,"2013-07-31 12:00",1.51,"2013-05-10 12:00",1.5,"2013-07-14 12:00",1.5,"2013-07-23 12:00","","","","",1.4,1.34,1.21,1.04,0.6,0.05,0.005,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","64101",1,42.719,-109.753,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6547,75,273,365,0,5,"","","Certification not required",0,784.755934,5.40224,799.5,"2013-05-02 08:00",799.4,"2013-05-02 09:00",799.3,"2013-05-02 07:00",799.2,"2013-05-02 10:00","","","","",793.7,793,791.8,790.9,788.9,785.7,777.1,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","65102",1,42.719,-109.753,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.000617,0.006443,0.22,"2013-03-25 07:00",0.14,"2013-07-06 20:00",0.14,"2013-08-01 22:00",0.14,"2013-09-07 19:00","","","","",0.02,0.01,0,0,0,0,0,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","81102",1,42.719,-109.753,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6515,74,273,365,0,37,"","","Certification not required",0,9.548273,8.426401,151,"2013-06-19 15:00",137,"2013-06-13 21:00",121,"2013-04-13 21:00",113,"2013-04-13 20:00","","","","",38,31,22,18,12,8,3,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0099","81102",1,42.719,-109.753,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,9.051282,5.948085,41,"2013-06-19 00:00",39,"2013-03-07 00:00",35,"2013-06-13 00:00",32,"2013-08-15 00:00","","","","",35,29,18,16,11,8,4,"Boulder","Boulder APPROX 3 MILES WEST OF BOULDER","Wyoming","Sublette","","","2013-11-26" +"56","035","0100","42601",1,42.7907,-110.0551,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5401,62,224,365,0,1151,"","","Certification not required",0,0.047602,0.102913,2.2,"2013-04-06 14:00",1.5,"2013-04-06 15:00",1.5,"2013-08-25 06:00",1.1,"2013-07-05 06:00","","","","",0.4,0.3,0.3,0.2,0.1,0,0,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","42602",1,42.7907,-110.0551,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5401,62,224,365,0,1151,0,"","Certification not required",0,1.208036,0.985604,5.1,"2013-08-21 05:00",4.7,"2013-07-30 00:00",4.7,"2013-09-13 22:00",4.4,"2013-07-05 04:00","","","","",4.7,4.4,3.6,2.6,1.5,0.9,0.3,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","42602",1,42.7907,-110.0551,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5401,62,224,365,0,1151,"","","Certification not required",0,0.495797,0.565743,5.1,"2013-08-21 05:00",4.7,"2013-07-30 00:00",4.7,"2013-09-13 22:00",4.5,"2013-06-25 04:00","","","","",2.6,2.2,1.5,1.1,0.7,0.4,0,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","42603",1,42.7907,-110.0551,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",5401,62,224,365,0,1151,"","","Certification not required",0,0.404777,0.601704,6,"2013-08-21 05:00",5.2,"2013-07-05 05:00",5.2,"2013-07-30 00:00",5.2,"2013-09-13 22:00","","","","",3,2.4,1.5,1,0.5,0.2,0,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","44201",1,42.7907,-110.0551,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6374,83,178,214,0,178,0,0,"Certification not required",0,0.052562,0.005752,0.069,"2013-05-25 17:00",0.067,"2013-06-08 10:00",0.065,"2013-05-26 13:00",0.065,"2013-06-18 16:00","","","","",0.067,0.065,0.062,0.06,0.056,0.054,0.05,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","44201",1,42.7907,-110.0551,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6385,83,178,214,0,0,0,0,"Certification not required",0,0.049522,0.005762,0.066,"2013-06-08 10:00",0.065,"2013-05-25 11:00",0.063,"2013-05-26 09:00",0.063,"2013-06-18 11:00","","","","",0.065,0.063,0.059,0.056,0.053,0.051,0.047,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","44201",1,42.7907,-110.0551,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6385,83,178,214,0,0,0,0,"Certification not required",0,0.049522,0.005762,0.066,"2013-06-08 10:00",0.065,"2013-05-25 11:00",0.063,"2013-05-26 09:00",0.063,"2013-06-18 11:00","","","","",0.065,0.063,0.059,0.056,0.053,0.051,0.047,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","61101",1,42.7907,-110.0551,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6545,100,151,122,0,7,"","","Certification not required",0,7.297922,4.993071,36.3,"2013-07-05 19:00",29,"2013-06-19 16:00",28.9,"2013-06-19 15:00",28,"2013-03-17 10:00","","","","",21.9,20.1,17.1,14.8,10.2,5.8,2.2,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","61102",1,42.7907,-110.0551,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6545,100,151,122,0,7,"","","Certification not required",0,253.061421,92.24239,360,"2013-01-02 00:00",360,"2013-01-30 05:00",360,"2013-02-09 08:00",360,"2013-03-28 18:00","","","","",355,351,342,332,316,296,108,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","61106",1,42.7907,-110.0551,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6545,100,151,122,0,7,"","","Certification not required",0,21.876684,15.380311,81.2,"2013-05-15 09:00",79,"2013-05-03 13:00",76.3,"2013-06-14 04:00",75.2,"2013-03-28 23:00","","","","",64,60.4,53.1,45.9,31.4,16.4,6.8,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","62101",1,42.7907,-110.0551,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6534,100,151,122,0,18,"","","Certification not required",0,41.538874,22.746561,88,"2013-06-28 15:00",88,"2013-07-02 17:00",88,"2013-07-03 14:00",88,"2013-07-03 15:00","","","","",85,83,78,72,58,43,11,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","62101",3,42.7907,-110.0551,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6534,75,273,365,0,18,"","","Certification not required",0,42.05678,21.744252,86,"2013-07-02 17:00",85,"2013-06-28 13:00",85,"2013-06-28 14:00",85,"2013-06-28 15:00","","","","",82,81,76,71,58,44,13,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","62201",1,42.7907,-110.0551,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6535,100,151,122,0,17,"","","Certification not required",0,57.928539,25.205764,99,"2013-01-27 05:00",99,"2013-01-27 06:00",99,"2013-01-27 07:00",99,"2013-01-27 08:00","","","","",97,95,93,89,80,61,21,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","63301",1,42.7907,-110.0551,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5603,100,139,122,0,949,"","","Certification not required",2661,0.321197,0.427938,1.64,"2013-06-30 13:00",1.58,"2013-06-04 11:00",1.58,"2013-06-19 12:00",1.56,"2013-06-13 12:00","","","","",1.48,1.4,1.23,1.02,0.61,0.04,0.005,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","64101",1,42.7907,-110.0551,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6543,100,151,122,0,9,"","","Certification not required",0,783.937704,5.381615,798.5,"2013-05-02 08:00",798.2,"2013-05-02 06:00",798.2,"2013-05-02 07:00",798.2,"2013-05-02 09:00","","","","",792.8,792.1,791.1,790,788,785,776.2,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","65102",1,42.7907,-110.0551,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6539,100,151,122,0,13,"","","Certification not required",0,0.000996,0.008417,0.25,"2013-07-06 18:00",0.2,"2013-05-28 19:00",0.17,"2013-07-29 20:00",0.16,"2013-09-03 20:00","","","","",0.03,0.01,0,0,0,0,0,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","81102",1,42.7907,-110.0551,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6450,74,268,365,0,102,"","","Certification not required",0,7.967287,7.782356,182,"2013-07-05 19:00",116,"2013-04-13 19:00",111,"2013-06-17 12:00",105,"2013-04-13 20:00","","","","",36,27,20,15,10,6,3,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0100","81102",1,42.7907,-110.0551,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",268,73,268,365,0,0,0,0,"Certification not required",0,7.447761,4.935641,41,"2013-03-07 00:00",26,"2013-06-19 00:00",25,"2013-04-13 00:00",24,"2013-05-14 00:00","","","","",25,22,17,14,9,6,3,"Daniel South","DANIEL SOUTH ~ 4 MILES SO OF DANIEL WYO OFF OF HWY 189","Wyoming","Sublette","","","2013-12-04" +"56","035","0101","42601",1,42.869824,-109.87076,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6193,71,265,365,0,359,"","","Certification not required",0,0.296205,0.866879,24,"2013-01-04 09:00",22.9,"2013-01-02 08:00",19.4,"2013-01-04 08:00",13.3,"2013-01-02 09:00","","","","",3,2.1,1.2,0.8,0.4,0.1,-0.2,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","42602",1,42.869824,-109.87076,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6193,71,265,365,0,359,0,"","Certification not required",0,4.031321,3.996462,29.6,"2013-01-02 07:00",28.1,"2013-01-04 20:00",16.9,"2013-01-18 18:00",16.1,"2013-01-14 08:00","","","","",16.9,15.7,12.4,8.8,4.7,2.8,0.9,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","42602",1,42.869824,-109.87076,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6193,71,265,365,0,359,"","","Certification not required",0,0.904941,1.950208,29.6,"2013-01-02 07:00",29.3,"2013-01-02 08:00",28.1,"2013-01-04 20:00",23.4,"2013-01-04 21:00","","","","",8.4,5.9,3.7,2.5,1.4,0.7,-1,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","42603",1,42.869824,-109.87076,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6193,71,265,365,0,359,"","","Certification not required",0,1.170192,2.487387,52.1,"2013-01-02 08:00",44.1,"2013-01-04 09:00",36.9,"2013-01-02 07:00",35,"2013-01-04 08:00","","","","",9.9,7.3,4.5,3.1,1.7,0.8,-0.9,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","44201",1,42.869824,-109.87076,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6335,85,181,214,0,217,0,0,"Certification not required",2,0.050978,0.005541,0.072,"2013-06-08 13:00",0.066,"2013-05-25 17:00",0.064,"2013-04-30 14:00",0.064,"2013-05-26 10:00","","","","",0.066,0.064,0.06,0.058,0.055,0.052,0.048,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","44201",1,42.869824,-109.87076,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6404,84,179,214,0,0,0,0,"Certification not required",0,0.047609,0.005418,0.066,"2013-06-08 11:00",0.062,"2013-05-25 10:00",0.062,"2013-05-26 09:00",0.061,"2013-04-30 10:00","","","","",0.062,0.061,0.056,0.054,0.051,0.049,0.045,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","44201",1,42.869824,-109.87076,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6404,84,179,214,0,0,0,0,"Certification not required",0,0.047609,0.005418,0.066,"2013-06-08 11:00",0.062,"2013-05-25 10:00",0.062,"2013-05-26 09:00",0.061,"2013-04-30 10:00","","","","",0.062,0.061,0.056,0.054,0.051,0.049,0.045,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","61101",1,42.869824,-109.87076,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6546,75,273,365,0,6,"","","Certification not required",0,5.056462,3.644547,26.8,"2013-01-16 07:00",26.4,"2013-01-16 08:00",26.4,"2013-06-13 21:00",24.3,"2013-06-13 22:00","","","","",17.3,15.3,12.8,10.3,6.4,3.9,1.7,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","61102",1,42.869824,-109.87076,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,266.031317,82.846159,360,"2013-03-25 20:00",360,"2013-04-06 23:00",360,"2013-05-24 20:00",360,"2013-09-07 21:00","","","","",354,350,341,331,315,300,130,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","61106",1,42.869824,-109.87076,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6546,75,273,365,0,6,"","","Certification not required",0,16.158417,7.587722,58,"2013-09-04 11:00",49,"2013-07-04 12:00",48,"2013-06-01 11:00",47,"2013-06-15 12:00","","","","",41,37,32,27,20,14,9,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","62101",1,42.869824,-109.87076,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,40.703483,21.802802,84,"2013-06-28 14:00",84,"2013-06-28 15:00",84,"2013-06-28 16:00",84,"2013-07-01 15:00","","","","",80,79,75,71,57,42,12,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","62201",1,42.869824,-109.87076,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6546,75,273,365,0,6,"","","Certification not required",0,59.442255,23.215069,98,"2013-03-26 20:00",98,"2013-03-26 21:00",98,"2013-04-07 21:00",98,"2013-04-07 22:00","","","","",96,94,91,87,79,65,24,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","88101",1,42.869824,-109.87076,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",6314,72,271,365,0,238,"","","Certification not required",0,4.848274,5.424724,68,"2013-01-04 21:00",58,"2013-01-05 00:00",58,"2013-01-09 01:00",51,"2013-01-09 02:00","","","","",26,20,14,10,7,4,0,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","88101",1,42.869824,-109.87076,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,0,0,"Certification not required",0,4.773034,2.982736,20.6,"2013-08-15 00:00",17.9,"2013-09-01 00:00",16.7,"2013-08-16 00:00",13.3,"2013-01-04 00:00","","","","",16.7,12.5,10,8.5,6.2,4.1,1.6,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0101","88101",1,42.869824,-109.87076,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",267,73,267,365,0,0,"","","Certification not required",0,4.773034,2.982736,20.6,"2013-08-15 00:00",17.9,"2013-09-01 00:00",16.7,"2013-08-16 00:00",13.3,"2013-01-04 00:00","","","","",16.7,12.5,10,8.5,6.2,4.1,1.6,"Pinedale Gaseous","Pinedale Gaseous Monitor on west side of City Park and Pine Creek","Wyoming","Sublette","","","2013-11-20" +"56","035","0700","42601",1,42.486361,-110.098861,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4993,57,209,365,0,1559,"","","Certification not required",0,0.308432,0.736931,11.5,"2013-02-12 09:00",8.1,"2013-01-18 09:00",7.1,"2013-01-04 10:00",7,"2013-01-04 09:00","","","","",3.8,2.9,1.5,0.8,0.3,0,0,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","42602",1,42.486361,-110.098861,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4993,57,209,365,0,1559,0,"","Certification not required",0,3.58756,1.97044,11.2,"2013-01-17 08:00",9.6,"2013-01-12 23:00",9.3,"2013-02-12 07:00",8.9,"2013-01-14 07:00","","","","",9.3,8.5,7.7,6.3,4.9,3.1,1.5,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","42602",1,42.486361,-110.098861,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4993,57,209,365,0,1559,"","","Certification not required",0,1.233867,1.23855,11.2,"2013-01-17 08:00",9.6,"2013-01-12 23:00",9.3,"2013-02-12 07:00",9.3,"2013-02-12 09:00","","","","",6,5.2,3.9,2.8,1.5,0.8,0.2,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","42603",1,42.486361,-110.098861,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4993,57,209,365,0,1559,"","","Certification not required",0,1.552514,1.823817,20.8,"2013-02-12 09:00",18.2,"2013-01-17 08:00",15.2,"2013-01-18 09:00",14.3,"2013-01-17 09:00","","","","",9,7.5,5.4,3.7,1.8,0.9,0.2,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","44201",1,42.486361,-110.098861,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6434,84,180,214,0,118,0,0,"Certification not required",11,0.052561,0.006034,0.069,"2013-06-08 11:00",0.068,"2013-05-25 17:00",0.068,"2013-05-26 14:00",0.068,"2013-08-16 15:00","","","","",0.068,0.068,0.064,0.06,0.057,0.053,0.049,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","44201",1,42.486361,-110.098861,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6456,83,178,214,0,0,0,0,"Certification not required",0,0.049427,0.005852,0.067,"2013-06-08 09:00",0.065,"2013-05-26 10:00",0.064,"2013-05-25 10:00",0.064,"2013-08-16 11:00","","","","",0.065,0.064,0.06,0.056,0.053,0.05,0.046,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","44201",1,42.486361,-110.098861,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6456,83,178,214,0,0,0,0,"Certification not required",0,0.049427,0.005852,0.067,"2013-06-08 09:00",0.065,"2013-05-26 10:00",0.064,"2013-05-25 10:00",0.064,"2013-08-16 11:00","","","","",0.065,0.064,0.06,0.056,0.053,0.05,0.046,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","61101",1,42.486361,-110.098861,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6540,75,273,365,0,12,"","","Certification not required",0,5.867676,4.225212,27.6,"2013-06-19 15:00",27,"2013-06-19 16:00",26.6,"2013-03-17 10:00",26,"2013-07-05 19:00","","","","",18.8,17.1,14.6,12.2,8,4.5,1.7,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","61103",1,42.486361,-110.098861,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6540,75,273,365,0,12,"","","Certification not required",0,5.291498,4.297285,27,"2013-06-19 15:00",26.6,"2013-06-19 16:00",25.8,"2013-03-17 10:00",25.8,"2013-07-05 19:00","","","","",18.4,16.7,14.2,11.8,7.4,3.9,1,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","61104",1,42.486361,-110.098861,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6540,75,273,365,0,12,"","","Certification not required",0,240.481804,96.978498,360,"2013-03-20 08:00",360,"2013-03-27 07:00",360,"2013-05-20 14:00",360,"2013-06-21 07:00","","","","",355,350,341,331,313,286,84,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","61106",1,42.486361,-110.098861,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6540,75,273,365,0,12,"","","Certification not required",0,24.022844,16.01786,85.7,"2013-03-20 09:00",83.2,"2013-02-06 22:00",81,"2013-09-02 21:00",79.9,"2013-09-11 09:00","","","","",66.2,61.9,54.8,48.3,35.2,19.1,7.2,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","62101",1,42.486361,-110.098861,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6540,75,273,365,0,12,"","","Certification not required",0,42.306575,23.13848,88,"2013-06-28 15:00",87,"2013-06-28 13:00",87,"2013-06-28 14:00",87,"2013-06-28 16:00","","","","",84,82,78,72,59,45,10,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","62201",1,42.486361,-110.098861,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6548,75,273,365,0,4,"","","Certification not required",0,57.489921,24.579538,100,"2013-04-07 22:00",100,"2013-04-07 23:00",100,"2013-04-08 00:00",100,"2013-04-08 01:00","","","","",97,95,92,89,79,60,21,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","63301",1,42.486361,-110.098861,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6549,75,273,365,0,3,"","","Certification not required",3033,0.324759,0.427627,1.55,"2013-06-17 12:00",1.5,"2013-06-18 12:00",1.49,"2013-06-15 11:00",1.49,"2013-07-07 11:00","","","","",1.41,1.37,1.23,1.07,0.6,0.05,0.005,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","64101",1,42.486361,-110.098861,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6549,75,273,365,0,3,"","","Certification not required",0,789.026798,5.171633,804.3,"2013-05-02 08:00",804.3,"2013-05-02 09:00",804.2,"2013-05-02 07:00",804.1,"2013-05-02 06:00","","","","",798.1,797.1,795.8,795,792.9,789.8,781.5,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","65102",1,42.486361,-110.098861,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6521,74,273,365,0,31,"","","Certification not required",0,0.000863,0.014688,1.06,"2013-07-29 15:00",0.22,"2013-08-20 13:00",0.17,"2013-09-12 17:00",0.13,"2013-09-07 19:00","","","","",0.02,0.01,0,0,0,0,0,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","81102",1,42.486361,-110.098861,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",5979,68,246,365,0,573,"","","Certification not required",1460,9.754307,12.672669,517,"2013-08-06 11:00",260,"2013-06-19 15:00",217,"2013-07-05 19:00",184,"2013-09-01 11:00","","","","",45,35,25,20,12,7,2,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","81102",1,42.486361,-110.098861,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",246,67,246,365,0,0,0,0,"Certification not required",0,9.243902,7.78522,59,"2013-06-19 00:00",53,"2013-03-07 00:00",39,"2013-09-01 00:00",38,"2013-08-06 00:00","","","","",39,33,21,18,12,7,3,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","86101",1,42.486361,-110.098861,"WGS84","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",5942,68,244,365,0,610,"","","Certification not required",0,3.419051,9.333689,395,"2013-08-06 11:00",190,"2013-06-19 15:00",157,"2013-07-05 19:00",139,"2013-09-01 11:00","","","","",29,20,13,9,5,2,-3,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","88101",1,42.486361,-110.098861,"WGS84","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5953,68,255,365,0,599,"","","Certification not required",0,4.369394,2.922518,34,"2013-06-19 20:00",26,"2013-08-15 14:00",25,"2013-09-01 18:00",25,"2013-09-02 00:00","","","","",13,11,9,8,6,4,1,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","88101",1,42.486361,-110.098861,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,0,0,"Certification not required",0,4.312295,2.125006,15.9,"2013-09-01 00:00",13.7,"2013-08-16 00:00",9.9,"2013-06-19 00:00",9.9,"2013-08-19 00:00","","","","",9.9,9.3,7.9,7.3,5.5,3.7,2.2,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","0700","88101",1,42.486361,-110.098861,"WGS84","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",244,67,244,365,0,0,"","","Certification not required",0,4.312295,2.125006,15.9,"2013-09-01 00:00",13.7,"2013-08-16 00:00",9.9,"2013-06-19 00:00",9.9,"2013-08-19 00:00","","","","",9.9,9.3,7.9,7.3,5.5,3.7,2.2,"Big Piney Site #3","Big Piney Site #3","Wyoming","Sublette","","","2013-12-04" +"56","035","1002","42601",1,42.373499,-109.560498,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6334,72,273,365,0,218,"","","Certification not required",0,0.401958,0.418994,5.9,"2013-02-11 10:00",5.2,"2013-02-11 09:00",4.2,"2013-02-11 12:00",4.1,"2013-07-19 16:00","","","","",1.6,1.3,1.1,0.9,0.7,0.3,0,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","42602",1,42.373499,-109.560498,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6334,72,273,365,0,218,0,"","Certification not required",0,3.825641,2.546162,17.5,"2013-03-24 01:00",15.1,"2013-08-19 00:00",14.9,"2013-04-26 03:00",12.8,"2013-04-25 00:00","","","","",14.9,11.1,9.1,6.5,4.6,3.1,1.6,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","42602",1,42.373499,-109.560498,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6334,72,273,365,0,218,"","","Certification not required",0,1.184638,1.269499,17.5,"2013-03-24 01:00",15.1,"2013-08-19 00:00",14.9,"2013-04-26 03:00",12.8,"2013-04-25 00:00","","","","",6,5,3.5,2.6,1.5,0.8,0.2,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","42603",1,42.373499,-109.560498,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6334,72,273,365,0,218,"","","Certification not required",0,1.680518,1.383043,17.8,"2013-03-24 01:00",15.9,"2013-08-19 00:00",15.4,"2013-04-26 03:00",13.1,"2013-04-25 00:00","","","","",6.7,5.6,4.3,3.3,2.1,1.3,0.5,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","44201",1,42.373499,-109.560498,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6442,86,183,214,0,110,0,0,"Certification not required",0,0.05429,0.005836,0.073,"2013-08-16 16:00",0.069,"2013-05-26 13:00",0.067,"2013-04-30 14:00",0.067,"2013-05-24 14:00","","","","",0.069,0.067,0.064,0.061,0.058,0.055,0.051,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","44201",1,42.373499,-109.560498,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6527,86,183,214,0,0,0,0,"Certification not required",0,0.051011,0.005776,0.07,"2013-08-16 12:00",0.067,"2013-05-26 10:00",0.065,"2013-06-08 11:00",0.064,"2013-04-30 10:00","","","","",0.067,0.064,0.061,0.057,0.055,0.052,0.048,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","44201",1,42.373499,-109.560498,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6527,86,183,214,0,0,0,0,"Certification not required",0,0.051011,0.005776,0.07,"2013-08-16 12:00",0.067,"2013-05-26 10:00",0.065,"2013-06-08 11:00",0.064,"2013-04-30 10:00","","","","",0.067,0.064,0.061,0.057,0.055,0.052,0.048,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","61101",1,42.373499,-109.560498,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6547,75,273,365,0,5,"","","Certification not required",0,9.381243,5.818227,39,"2013-03-17 11:00",38.3,"2013-03-17 10:00",36.3,"2013-06-13 22:00",36.3,"2013-06-19 15:00","","","","",28,24.5,20.8,17.7,12.2,7.8,3.3,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","61102",1,42.373499,-109.560498,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,208.499618,108.00959,360,"2013-04-25 03:00",360,"2013-07-29 03:00",360,"2013-09-01 05:00",359,"2013-02-09 20:00","","","","",354,350,339,324,299,247,39,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","61106",1,42.373499,-109.560498,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6547,75,273,365,0,5,"","","Certification not required",0,9.464335,6.932594,44,"2013-06-15 09:00",43,"2013-03-05 13:00",43,"2013-04-02 11:00",43,"2013-06-01 09:00","","","","",34,30,25,19,12,7,3,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","62101",1,42.373499,-109.560498,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,4,"","","Certification not required",0,43.732132,22.880555,89,"2013-06-28 16:00",88,"2013-06-28 13:00",88,"2013-06-28 14:00",88,"2013-06-28 15:00","","","","",84,83,79,73,62,47,13,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","62101",2,42.373499,-109.560498,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6548,75,273,365,0,4,"","","Certification not required",0,44.303604,22.06977,87,"2013-06-28 16:00",86,"2013-06-28 14:00",86,"2013-06-28 15:00",86,"2013-06-28 17:00","","","","",83,81,77,73,62,47,15,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","62106",1,42.373499,-109.560498,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6548,75,273,365,0,4,"","","Certification not required",0,0.32161,1.001632,4.6,"2013-07-23 04:00",4.3,"2013-01-18 02:00",4.2,"2013-01-23 03:00",3.9,"2013-01-22 20:00","","","","",2.9,2.6,2.1,1.7,1,0.2,-0.9,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","62201",1,42.373499,-109.560498,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6546,75,273,365,0,6,"","","Certification not required",0,53.820501,25.782063,100,"2013-01-27 08:00",100,"2013-03-21 02:00",100,"2013-03-21 03:00",100,"2013-03-21 04:00","","","","",98,96,93,88,76,55,18,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","63301",1,42.373499,-109.560498,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,6,"","","Certification not required",3009,0.332048,0.43465,1.6,"2013-07-15 12:00",1.58,"2013-07-14 13:00",1.53,"2013-05-26 12:00",1.51,"2013-05-13 12:00","","","","",1.44,1.38,1.25,1.07,0.62,0.05,0.005,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","64101",1,42.373499,-109.560498,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,786.065018,5.405102,801,"2013-05-02 07:00",801,"2013-05-02 08:00",801,"2013-05-02 09:00",801,"2013-05-02 10:00","","","","",795,794,793,792,790,787,778,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","1002","65102",1,42.373499,-109.560498,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.000876,0.009403,0.38,"2013-08-12 14:00",0.32,"2013-08-13 14:00",0.19,"2013-07-29 13:00",0.19,"2013-09-11 13:00","","","","",0.02,0.01,0,0,0,0,0,"Juel Spring","Juel Spring - 20 miles NW of Farson on the west side of US Highway 191","Wyoming","Sublette","","","2013-11-12" +"56","035","9000","85101",1,42.974831,-109.758655,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,3.82944,4.431548,24.5128,"2013-04-13 00:00",19.0652,"2013-03-23 00:00",8.777,"2013-04-25 00:00",8.7643,"2013-05-25 00:00","","","","",24.5128,24.5128,8.777,8.3327,4.3243,2.8591,0.5077,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","86502",1,42.974831,-109.758655,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.541667,3.500507,18,"2013-04-13 00:00",17,"2013-03-23 00:00",4,"2013-05-25 00:00",3,"2013-03-08 00:00","","","","",18,18,4,3,2,1,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88103",1,42.974831,-109.758655,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88104",1,42.974831,-109.758655,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.050033,0.058878,0.285,"2013-04-13 00:00",0.249,"2013-04-25 00:00",0.169,"2013-04-28 00:00",0.1313,"2013-05-25 00:00","","","","",0.285,0.285,0.169,0.112,0.0686,0.034,0.003,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88109",1,42.974831,-109.758655,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.001113,0.001924,0.0132,"2013-03-08 00:00",0.0039,"2013-05-13 00:00",0.0034,"2013-05-25 00:00",0.0018,"2013-03-14 00:00","","","","",0.0132,0.0132,0.0034,0.0016,0.0012,0.0007,0.0002,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88111",1,42.974831,-109.758655,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.039531,0.072001,0.4749,"2013-04-13 00:00",0.1514,"2013-04-25 00:00",0.1315,"2013-04-28 00:00",0.1037,"2013-05-25 00:00","","","","",0.4749,0.4749,0.1315,0.0788,0.0414,0.025,0.0013,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88112",1,42.974831,-109.758655,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88114",1,42.974831,-109.758655,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000165,8.8e-05,0.0005,"2013-03-08 00:00",0.0004,"2013-01-25 00:00",0.0004,"2013-04-25 00:00",0.0004,"2013-05-25 00:00","","","","",0.0005,0.0005,0.0004,0.0003,0.00015,0.00015,0.0001,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88115",1,42.974831,-109.758655,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.000751,0.000969,0.0049,"2013-04-13 00:00",0.0028,"2013-01-25 00:00",0.0027,"2013-03-08 00:00",0.0025,"2013-03-14 00:00","","","","",0.0049,0.0049,0.0027,0.0025,0.0011,0.0004,0.0001,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88126",1,42.974831,-109.758655,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.030602,0.035607,0.1733,"2013-04-13 00:00",0.1464,"2013-04-25 00:00",0.104,"2013-04-28 00:00",0.0792,"2013-05-25 00:00","","","","",0.1733,0.1733,0.104,0.0739,0.0414,0.0216,0.0019,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88128",1,42.974831,-109.758655,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.001563,0.008925,0.062,"2013-03-08 00:00",0.002,"2013-04-25 00:00",0.001,"2013-01-13 00:00",0.001,"2013-03-20 00:00","","","","",0.062,0.062,0.001,0.001,0.001,0,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88132",1,42.974831,-109.758655,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000813,0.001065,0.006,"2013-04-13 00:00",0.003,"2013-04-25 00:00",0.002,"2013-03-08 00:00",0.002,"2013-04-01 00:00","","","","",0.006,0.006,0.002,0.002,0.001,0.001,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88136",1,42.974831,-109.758655,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-16 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88140",1,42.974831,-109.758655,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.01388,0.015917,0.063,"2013-04-25 00:00",0.057,"2013-04-28 00:00",0.0556,"2013-05-25 00:00",0.044,"2013-05-16 00:00","","","","",0.063,0.063,0.0556,0.04,0.019,0.007,0.002,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88152",1,42.974831,-109.758655,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",43,0.000175,0.000122,0.0007,"2013-04-13 00:00",0.0007,"2013-05-22 00:00",0.0004,"2013-03-26 00:00",0.0003,"2013-03-02 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.00015,0.00015,0.0001,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88154",1,42.974831,-109.758655,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",35,0.000135,6.4e-05,0.0003,"2013-02-21 00:00",0.0003,"2013-03-20 00:00",0.0003,"2013-04-16 00:00",0.0003,"2013-05-22 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.0002,0.0001,0.0001,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88161",1,42.974831,-109.758655,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.002847,0.003276,0.0153,"2013-04-13 00:00",0.0141,"2013-04-25 00:00",0.0098,"2013-04-28 00:00",0.007,"2013-03-08 00:00","","","","",0.0153,0.0153,0.0098,0.007,0.0037,0.0022,0.0002,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88164",1,42.974831,-109.758655,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",22,0.000108,8.8e-05,0.0005,"2013-05-16 00:00",0.0003,"2013-04-01 00:00",0.0003,"2013-04-25 00:00",0.0002,"2013-02-27 00:00","","","","",0.0005,0.0005,0.0003,0.0002,0.0001,0.0001,5e-05,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88165",1,42.974831,-109.758655,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.121048,0.151917,0.8337,"2013-04-13 00:00",0.5503,"2013-04-25 00:00",0.3886,"2013-04-28 00:00",0.2999,"2013-05-25 00:00","","","","",0.8337,0.8337,0.3886,0.2697,0.162,0.0769,0.0063,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88167",1,42.974831,-109.758655,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.000804,0.000707,0.0044,"2013-04-25 00:00",0.0021,"2013-04-28 00:00",0.0019,"2013-03-08 00:00",0.0016,"2013-04-13 00:00","","","","",0.0044,0.0044,0.0019,0.0014,0.001,0.0008,0.00015,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88168",1,42.974831,-109.758655,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",25,0.000349,0.000338,0.0019,"2013-04-25 00:00",0.0011,"2013-04-28 00:00",0.0009,"2013-05-25 00:00",0.0008,"2013-03-08 00:00","","","","",0.0019,0.0019,0.0009,0.0008,0.0005,0.00015,0.0001,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88169",1,42.974831,-109.758655,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.135613,0.090083,0.4829,"2013-04-25 00:00",0.3326,"2013-05-10 00:00",0.2856,"2013-05-25 00:00",0.272,"2013-05-07 00:00","","","","",0.4829,0.4829,0.2856,0.2509,0.1862,0.1313,0.0309,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88176",1,42.974831,-109.758655,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000192,0.000113,0.0007,"2013-04-25 00:00",0.0006,"2013-01-19 00:00",0.0004,"2013-01-16 00:00",0.0003,"2013-03-29 00:00","","","","",0.0007,0.0007,0.0004,0.0003,0.00015,0.00015,0.00015,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88180",1,42.974831,-109.758655,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.019356,0.019203,0.0869,"2013-04-13 00:00",0.0782,"2013-04-25 00:00",0.0601,"2013-05-25 00:00",0.0577,"2013-04-28 00:00","","","","",0.0869,0.0869,0.0601,0.0438,0.0261,0.0148,0.0022,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88184",1,42.974831,-109.758655,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",17,0.010448,0.017926,0.1218,"2013-05-25 00:00",0.0333,"2013-04-25 00:00",0.0228,"2013-03-08 00:00",0.0223,"2013-05-16 00:00","","","","",0.1218,0.1218,0.0228,0.0217,0.0117,0.0066,0.0019,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88185",1,42.974831,-109.758655,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",36,0.000723,0.000388,0.0025,"2013-02-24 00:00",0.0017,"2013-03-08 00:00",0.0013,"2013-04-16 00:00",0.0012,"2013-05-01 00:00","","","","",0.0025,0.0025,0.0013,0.0011,0.0008,0.0007,0.0004,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88203",1,42.974831,-109.758655,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",25,0.008852,0.007009,0.0433,"2013-05-25 00:00",0.0234,"2013-05-16 00:00",0.0185,"2013-03-08 00:00",0.0178,"2013-03-02 00:00","","","","",0.0433,0.0433,0.0185,0.0151,0.0102,0.0087,0.0029,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88306",1,42.974831,-109.758655,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",2,0.143127,0.108224,0.4372,"2013-05-25 00:00",0.3987,"2013-02-21 00:00",0.3771,"2013-03-29 00:00",0.3434,"2013-04-25 00:00","","","","",0.4372,0.4372,0.3771,0.3431,0.1989,0.1143,0.0236,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88320",1,42.974831,-109.758655,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",3,0.206304,0.237892,1.3,"2013-03-08 00:00",0.71,"2013-05-13 00:00",0.58,"2013-04-04 00:00",0.49,"2013-05-10 00:00","","","","",1.3,1.3,0.58,0.46,0.33,0.14,0.01,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88321",1,42.974831,-109.758655,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.024348,0.021045,0.09,"2013-03-08 00:00",0.06,"2013-02-21 00:00",0.06,"2013-04-04 00:00",0.06,"2013-04-25 00:00","","","","",0.09,0.09,0.06,0.06,0.04,0.02,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88324",1,42.974831,-109.758655,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",40,0.021533,0.011976,0.0864,"2013-03-08 00:00",0.0404,"2013-05-13 00:00",0.0323,"2013-04-04 00:00",0.0301,"2013-01-28 00:00","","","","",0.0864,0.0864,0.0323,0.0299,0.0236,0.0165,0.01025,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88325",1,42.974831,-109.758655,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",32,0.053702,0.080924,0.5444,"2013-03-08 00:00",0.153,"2013-05-13 00:00",0.1224,"2013-05-10 00:00",0.1206,"2013-04-04 00:00","","","","",0.5444,0.5444,0.1224,0.112,0.0657,0.03285,0.01635,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88326",1,42.974831,-109.758655,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",32,0.065753,0.066942,0.3976,"2013-03-08 00:00",0.2032,"2013-04-04 00:00",0.1805,"2013-05-13 00:00",0.1667,"2013-05-25 00:00","","","","",0.3976,0.3976,0.1805,0.1336,0.0874,0.03825,0.02505,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88327",1,42.974831,-109.758655,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",20,0.044286,0.039812,0.1632,"2013-03-08 00:00",0.1363,"2013-04-13 00:00",0.1228,"2013-05-13 00:00",0.115,"2013-04-04 00:00","","","","",0.1632,0.1632,0.1228,0.1122,0.065,0.0322,0.0103,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88328",1,42.974831,-109.758655,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",6,0.053351,0.051416,0.2085,"2013-05-13 00:00",0.1733,"2013-05-10 00:00",0.1469,"2013-04-25 00:00",0.1382,"2013-05-07 00:00","","","","",0.2085,0.2085,0.1469,0.1287,0.091,0.0427,0.00395,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88329",1,42.974831,-109.758655,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",5,0.056959,0.052934,0.2063,"2013-05-13 00:00",0.1567,"2013-03-08 00:00",0.1508,"2013-04-25 00:00",0.1476,"2013-05-10 00:00","","","","",0.2063,0.2063,0.1508,0.1429,0.091,0.0452,0.00335,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88330",1,42.974831,-109.758655,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",9,0.021022,0.017481,0.0625,"2013-05-13 00:00",0.059,"2013-04-25 00:00",0.0566,"2013-04-04 00:00",0.0558,"2013-05-10 00:00","","","","",0.0625,0.0625,0.0566,0.0505,0.0305,0.0177,0.003,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88331",1,42.974831,-109.758655,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",15,4.1e-05,9.6e-05,0.0006,"2013-03-23 00:00",0.00015,"2013-03-05 00:00",0.00015,"2013-03-26 00:00",0.0001,"2013-03-02 00:00","","","","",0.0006,0.0006,0.00015,0.0001,5e-05,0,0,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88338",1,42.974831,-109.758655,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",46,0.016869,0.00871,0.0622,"2013-02-03 00:00",0.0346,"2013-01-10 00:00",0.0263,"2013-02-12 00:00",0.026,"2013-02-21 00:00","","","","",0.0622,0.0622,0.0263,0.02575,0.01595,0.0148,0.011,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88339",1,42.974831,-109.758655,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.559381,0.371574,1.99192,"2013-04-25 00:00",1.37189,"2013-05-10 00:00",1.17827,"2013-05-25 00:00",1.12217,"2013-05-07 00:00","","","","",1.99192,1.99192,1.17827,1.0348,0.76787,0.54149,0.12734,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88344",1,42.974831,-109.758655,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.184542,0.139748,0.564,"2013-05-25 00:00",0.5143,"2013-02-21 00:00",0.4865,"2013-03-29 00:00",0.443,"2013-04-25 00:00","","","","",0.564,0.564,0.4865,0.4426,0.2566,0.1474,0.0304,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88348",1,42.974831,-109.758655,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.555667,0.707913,3.9263,"2013-04-13 00:00",2.5459,"2013-04-25 00:00",1.8252,"2013-04-28 00:00",1.4099,"2013-05-25 00:00","","","","",3.9263,3.9263,1.8252,1.2201,0.7113,0.3561,0.0307,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88350",1,42.974831,-109.758655,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",3,0.372063,0.428812,2.3432,"2013-03-08 00:00",1.269,"2013-05-13 00:00",1.0519,"2013-04-04 00:00",0.8838,"2013-05-10 00:00","","","","",2.3432,2.3432,1.0519,0.8282,0.5942,0.2572,0.0182,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88403",1,42.974831,-109.758655,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.389846,0.258128,1.3531,"2013-04-25 00:00",0.9311,"2013-05-10 00:00",0.8701,"2013-05-25 00:00",0.7815,"2013-05-07 00:00","","","","",1.3531,1.3531,0.8701,0.7001,0.5389,0.3771,0.0834,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9000","88502",1,42.974831,-109.758655,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.725,1.369034,5.8,"2013-04-25 00:00",5.5,"2013-04-13 00:00",4.3,"2013-03-08 00:00",4.3,"2013-05-25 00:00","","","","",5.8,5.8,4.3,3.6,2.3,1.5,0.3,"","Bridger Wilderness","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","85101",1,42.846483,-109.639733,"NAD83","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,3.043803,3.047108,19.3903,"2013-04-13 00:00",7.5116,"2013-05-25 00:00",7.3337,"2013-04-25 00:00",6.2744,"2013-04-28 00:00","","","","",19.3903,19.3903,7.3337,6.2723,3.8839,2.2306,0.5735,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","86502",1,42.846483,-109.639733,"NAD83","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.916667,2.132158,14,"2013-04-13 00:00",3,"2013-01-25 00:00",3,"2013-03-08 00:00",3,"2013-03-17 00:00","","","","",14,14,3,3,1,0,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88103",1,42.846483,-109.639733,"NAD83","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88104",1,42.846483,-109.639733,"NAD83","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.046753,0.053186,0.252,"2013-04-25 00:00",0.211,"2013-04-13 00:00",0.164,"2013-04-28 00:00",0.132,"2013-05-25 00:00","","","","",0.252,0.252,0.164,0.102,0.072,0.033,0.004,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88109",1,42.846483,-109.639733,"NAD83","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.000763,0.000657,0.0033,"2013-05-13 00:00",0.003,"2013-05-25 00:00",0.0016,"2013-04-13 00:00",0.0015,"2013-03-14 00:00","","","","",0.0033,0.0033,0.0016,0.0014,0.0011,0.0006,0.0002,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88111",1,42.846483,-109.639733,"NAD83","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.035382,0.054003,0.3264,"2013-04-13 00:00",0.1517,"2013-04-25 00:00",0.132,"2013-04-28 00:00",0.1058,"2013-05-25 00:00","","","","",0.3264,0.3264,0.132,0.0748,0.0436,0.0198,0.0022,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88112",1,42.846483,-109.639733,"NAD83","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88114",1,42.846483,-109.639733,"NAD83","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",42,0.000147,4.9e-05,0.0003,"2013-02-21 00:00",0.0003,"2013-05-07 00:00",0.0003,"2013-05-25 00:00",0.0002,"2013-01-28 00:00","","","","",0.0003,0.0003,0.0003,0.0002,0.00015,0.00015,0.0001,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88115",1,42.846483,-109.639733,"NAD83","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",20,0.000788,0.001174,0.0065,"2013-04-13 00:00",0.004,"2013-04-28 00:00",0.0027,"2013-03-08 00:00",0.0026,"2013-05-25 00:00","","","","",0.0065,0.0065,0.0027,0.0022,0.001,0.0004,0.00015,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88126",1,42.846483,-109.639733,"NAD83","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.028631,0.032549,0.1519,"2013-04-25 00:00",0.1289,"2013-04-13 00:00",0.1033,"2013-04-28 00:00",0.0816,"2013-05-25 00:00","","","","",0.1519,0.1519,0.1033,0.0605,0.0404,0.0199,0.0019,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88128",1,42.846483,-109.639733,"NAD83","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000292,0.000544,0.002,"2013-04-25 00:00",0.001,"2013-01-13 00:00",0.001,"2013-02-09 00:00",0.001,"2013-02-12 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88132",1,42.846483,-109.639733,"NAD83","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.000729,0.000869,0.004,"2013-04-13 00:00",0.003,"2013-04-25 00:00",0.002,"2013-04-01 00:00",0.002,"2013-04-28 00:00","","","","",0.004,0.004,0.002,0.002,0.001,0.001,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88136",1,42.846483,-109.639733,"NAD83","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-10 00:00",0,"2013-01-13 00:00",0,"2013-01-19 00:00","","","","",0,0,0,0,0,0,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88140",1,42.846483,-109.639733,"NAD83","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",13,0.012693,0.015095,0.0621,"2013-04-28 00:00",0.0601,"2013-04-25 00:00",0.0419,"2013-05-28 00:00",0.041,"2013-05-25 00:00","","","","",0.0621,0.0621,0.0419,0.0409,0.0164,0.006,0.00105,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88152",1,42.846483,-109.639733,"NAD83","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",44,0.000166,9.2e-05,0.0005,"2013-02-06 00:00",0.0005,"2013-02-09 00:00",0.0005,"2013-02-12 00:00",0.0003,"2013-02-18 00:00","","","","",0.0005,0.0005,0.0005,0.00015,0.00015,0.00015,0.0001,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88154",1,42.846483,-109.639733,"NAD83","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",39,0.000119,3.9e-05,0.0002,"2013-01-10 00:00",0.0002,"2013-01-13 00:00",0.0002,"2013-02-03 00:00",0.0002,"2013-02-21 00:00","","","","",0.0002,0.0002,0.0002,0.0002,0.0001,0.0001,0.0001,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88161",1,42.846483,-109.639733,"NAD83","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",6,0.002655,0.002999,0.0145,"2013-04-25 00:00",0.0114,"2013-04-13 00:00",0.0094,"2013-04-28 00:00",0.0068,"2013-05-25 00:00","","","","",0.0145,0.0145,0.0094,0.0062,0.0038,0.0019,0.0002,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88164",1,42.846483,-109.639733,"NAD83","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",26,9.6e-05,7.4e-05,0.0004,"2013-04-25 00:00",0.0003,"2013-04-13 00:00",0.0002,"2013-01-19 00:00",0.0002,"2013-01-25 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,5e-05,5e-05,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88165",1,42.846483,-109.639733,"NAD83","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.115098,0.134399,0.6209,"2013-04-13 00:00",0.558,"2013-04-25 00:00",0.389,"2013-04-28 00:00",0.3086,"2013-05-25 00:00","","","","",0.6209,0.6209,0.389,0.268,0.163,0.073,0.0073,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88167",1,42.846483,-109.639733,"NAD83","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.000777,0.000654,0.0037,"2013-04-25 00:00",0.0027,"2013-03-17 00:00",0.0018,"2013-05-13 00:00",0.0013,"2013-05-25 00:00","","","","",0.0037,0.0037,0.0018,0.0013,0.001,0.0007,0.0001,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88168",1,42.846483,-109.639733,"NAD83","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",21,0.000338,0.000361,0.0018,"2013-04-25 00:00",0.0012,"2013-04-13 00:00",0.0012,"2013-04-28 00:00",0.0011,"2013-05-25 00:00","","","","",0.0018,0.0018,0.0012,0.0007,0.0005,0.0002,0.0001,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88169",1,42.846483,-109.639733,"NAD83","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.138317,0.089692,0.5032,"2013-04-25 00:00",0.3231,"2013-05-10 00:00",0.2881,"2013-05-25 00:00",0.2585,"2013-05-07 00:00","","","","",0.5032,0.5032,0.2881,0.2103,0.1847,0.143,0.0318,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88176",1,42.846483,-109.639733,"NAD83","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000192,0.00014,0.0009,"2013-04-13 00:00",0.0007,"2013-04-25 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-01-13 00:00","","","","",0.0009,0.0009,0.0003,0.0003,0.00015,0.00015,0.00015,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88180",1,42.846483,-109.639733,"NAD83","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",1,0.018622,0.017599,0.0764,"2013-04-25 00:00",0.0662,"2013-04-13 00:00",0.0616,"2013-05-25 00:00",0.0569,"2013-04-28 00:00","","","","",0.0764,0.0764,0.0616,0.0369,0.0267,0.0127,0.0026,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88184",1,42.846483,-109.639733,"NAD83","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",20,0.010473,0.020654,0.1429,"2013-05-25 00:00",0.0345,"2013-03-08 00:00",0.0185,"2013-04-25 00:00",0.0178,"2013-03-14 00:00","","","","",0.1429,0.1429,0.0185,0.017,0.0122,0.0059,0.00155,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88185",1,42.846483,-109.639733,"NAD83","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",40,0.000615,0.000251,0.0016,"2013-04-07 00:00",0.0011,"2013-03-29 00:00",0.0011,"2013-04-04 00:00",0.001,"2013-03-26 00:00","","","","",0.0016,0.0016,0.0011,0.001,0.00065,0.00065,0.0004,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88203",1,42.846483,-109.639733,"NAD83","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",37,0.006242,0.006272,0.0427,"2013-05-25 00:00",0.0159,"2013-05-16 00:00",0.0107,"2013-05-28 00:00",0.0104,"2013-03-08 00:00","","","","",0.0427,0.0427,0.0107,0.00945,0.009,0.0035,0.00265,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88306",1,42.846483,-109.639733,"NAD83","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",3,0.115958,0.083872,0.4207,"2013-05-25 00:00",0.3483,"2013-02-21 00:00",0.2817,"2013-04-25 00:00",0.2262,"2013-03-08 00:00","","","","",0.4207,0.4207,0.2817,0.2259,0.1484,0.0955,0.0286,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88320",1,42.846483,-109.639733,"NAD83","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.202917,0.145704,0.65,"2013-05-13 00:00",0.49,"2013-05-10 00:00",0.48,"2013-05-07 00:00",0.44,"2013-01-25 00:00","","","","",0.65,0.65,0.48,0.42,0.29,0.16,0.05,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88321",1,42.846483,-109.639733,"NAD83","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.0275,0.02068,0.08,"2013-05-13 00:00",0.07,"2013-01-25 00:00",0.07,"2013-04-25 00:00",0.07,"2013-05-07 00:00","","","","",0.08,0.08,0.07,0.06,0.04,0.03,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88324",1,42.846483,-109.639733,"NAD83","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",47,0.018778,0.006429,0.0301,"2013-01-10 00:00",0.03,"2013-01-28 00:00",0.02995,"2013-01-13 00:00",0.0298,"2013-01-22 00:00","","","","",0.0301,0.0301,0.02995,0.0297,0.023,0.0164,0.01025,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88325",1,42.846483,-109.639733,"NAD83","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",35,0.035369,0.021153,0.1107,"2013-05-13 00:00",0.0944,"2013-05-10 00:00",0.0876,"2013-05-07 00:00",0.0765,"2013-05-16 00:00","","","","",0.1107,0.1107,0.0876,0.066,0.0405,0.03265,0.0162,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88326",1,42.846483,-109.639733,"NAD83","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",32,0.061822,0.048273,0.2162,"2013-01-25 00:00",0.204,"2013-05-13 00:00",0.1817,"2013-04-04 00:00",0.1423,"2013-04-28 00:00","","","","",0.2162,0.2162,0.1817,0.1265,0.087,0.03835,0.02475,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88327",1,42.846483,-109.639733,"NAD83","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",12,0.047204,0.03373,0.1407,"2013-05-13 00:00",0.1182,"2013-04-13 00:00",0.1091,"2013-05-07 00:00",0.1049,"2013-01-25 00:00","","","","",0.1407,0.1407,0.1091,0.102,0.0676,0.0347,0.01215,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88328",1,42.846483,-109.639733,"NAD83","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.057314,0.045276,0.1823,"2013-05-13 00:00",0.1727,"2013-05-10 00:00",0.1506,"2013-05-07 00:00",0.1258,"2013-05-25 00:00","","","","",0.1823,0.1823,0.1506,0.1172,0.0871,0.0542,0.0078,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88329",1,42.846483,-109.639733,"NAD83","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",4,0.061136,0.04739,0.1943,"2013-05-13 00:00",0.1692,"2013-05-07 00:00",0.1411,"2013-05-10 00:00",0.1356,"2013-05-25 00:00","","","","",0.1943,0.1943,0.1411,0.1283,0.088,0.0554,0.007,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88330",1,42.846483,-109.639733,"NAD83","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",7,0.023796,0.016906,0.0637,"2013-05-13 00:00",0.0607,"2013-04-04 00:00",0.0598,"2013-04-25 00:00",0.0586,"2013-05-10 00:00","","","","",0.0637,0.0637,0.0598,0.0525,0.031,0.0215,0.00365,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88331",1,42.846483,-109.639733,"NAD83","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",17,3.4e-05,5.8e-05,0.0003,"2013-03-20 00:00",0.00015,"2013-03-17 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.0003,0.0003,0.0001,0.0001,5e-05,0,0,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88338",1,42.846483,-109.639733,"NAD83","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",47,0.015761,0.005168,0.027,"2013-04-13 00:00",0.02555,"2013-02-12 00:00",0.02535,"2013-02-18 00:00",0.02525,"2013-02-06 00:00","","","","",0.027,0.027,0.02535,0.02525,0.01605,0.0148,0.0107,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88339",1,42.846483,-109.639733,"NAD83","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.57052,0.369992,2.0757,"2013-04-25 00:00",1.33258,"2013-05-10 00:00",1.18845,"2013-05-25 00:00",1.06644,"2013-05-07 00:00","","","","",2.0757,2.0757,1.18845,0.86745,0.76189,0.58983,0.1313,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88344",1,42.846483,-109.639733,"NAD83","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.149719,0.108022,0.5427,"2013-05-25 00:00",0.4493,"2013-02-21 00:00",0.3634,"2013-04-25 00:00",0.2918,"2013-03-08 00:00","","","","",0.5427,0.5427,0.3634,0.2914,0.1914,0.1232,0.0369,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88348",1,42.846483,-109.639733,"NAD83","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.521533,0.616621,2.877,"2013-04-13 00:00",2.5845,"2013-04-25 00:00",1.8121,"2013-04-28 00:00",1.4418,"2013-05-25 00:00","","","","",2.877,2.877,1.8121,1.1493,0.7486,0.3309,0.038,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88350",1,42.846483,-109.639733,"NAD83","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.36536,0.261433,1.1646,"2013-05-13 00:00",0.8888,"2013-05-10 00:00",0.8707,"2013-05-07 00:00",0.787,"2013-01-25 00:00","","","","",1.1646,1.1646,0.8707,0.7639,0.5202,0.2855,0.0934,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88403",1,42.846483,-109.639733,"NAD83","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,0.383902,0.25174,1.3512,"2013-04-25 00:00",0.9265,"2013-05-10 00:00",0.8754,"2013-05-25 00:00",0.716,"2013-05-07 00:00","","","","",1.3512,1.3512,0.8754,0.574,0.5165,0.3973,0.0847,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9001","88502",1,42.846483,-109.639733,"NAD83","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",48,79,24,61,0,3,"","","Certification not required",0,1.622917,1.204113,5.5,"2013-04-25 00:00",4.5,"2013-04-13 00:00",4.2,"2013-05-25 00:00",3.7,"2013-05-10 00:00","","","","",5.5,5.5,4.2,3.5,2.1,1.4,0.3,"Boulder Lake","Boulder Lake","Wyoming","Sublette","","","2014-01-28" +"56","035","9991","42600",1,42.9288,-109.788,"NAD83","Reactive oxides of nitrogen (NOy)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3153,61,129,214,0,1239,"","","Certification not required",0,0.569521,0.43343,4.6,"2013-06-25 06:00",4.2,"2013-06-25 05:00",3.3,"2013-09-14 08:00",3.1,"2013-07-04 21:00","","","","",2.1,1.8,1.4,1.1,0.7,0.5,0.2,"Pinedale","Skyline Dr, Pinedale, WY 82941","Wyoming","Sublette","","","2014-01-31" +"56","035","9991","42601",1,42.9288,-109.788,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3153,61,129,214,0,1239,"","","Certification not required",0,-0.035395,0.061107,1,"2013-09-14 08:00",0.5,"2013-09-14 09:00",0.4,"2013-06-25 06:00",0.4,"2013-06-25 07:00","","","","",0.1,0.1,0,0,0,0,-0.1,"Pinedale","Skyline Dr, Pinedale, WY 82941","Wyoming","Sublette","","","2014-01-31" +"56","035","9991","42612",1,42.9288,-109.788,"NAD83","NOy - NO","1 HOUR","","Observed Values","Instrumental - Chemiluminescence Teledyne API 200 EU/501",2013,"Parts per billion","No Events",3153,61,129,214,0,1239,"","","Certification not required",0,0.626546,0.410664,4.1,"2013-06-25 05:00",4.1,"2013-06-25 06:00",3.3,"2013-07-04 21:00",3.2,"2013-07-04 20:00","","","","",2.1,1.7,1.4,1.1,0.8,0.5,0.2,"Pinedale","Skyline Dr, Pinedale, WY 82941","Wyoming","Sublette","","","2014-01-31" +"56","035","9991","44201",1,42.9288,-109.788,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",7593,91,194,214,0,423,0,0,"Certification not required",0,0.054149,0.006948,0.071,"2013-05-25 17:00",0.071,"2013-06-08 14:00",0.069,"2013-05-26 10:00",0.068,"2013-08-16 16:00","","","","",0.071,0.068,0.065,0.063,0.058,0.056,0.051,"Pinedale","Skyline Dr, Pinedale, WY 82941","Wyoming","Sublette","","","2014-01-31" +"56","035","9991","44201",1,42.9288,-109.788,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7684,91,195,214,0,0,0,0,"Certification not required",0,0.051292,0.006686,0.068,"2013-05-25 13:00",0.068,"2013-06-08 11:00",0.067,"2013-05-26 09:00",0.066,"2013-08-16 10:00","","","","",0.068,0.066,0.062,0.059,0.056,0.052,0.049,"Pinedale","Skyline Dr, Pinedale, WY 82941","Wyoming","Sublette","","","2014-01-31" +"56","035","9991","44201",1,42.9288,-109.788,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",7684,91,195,214,0,0,0,0,"Certification not required",0,0.051292,0.006686,0.068,"2013-05-25 13:00",0.068,"2013-06-08 11:00",0.067,"2013-05-26 09:00",0.066,"2013-08-16 10:00","","","","",0.068,0.066,0.062,0.059,0.056,0.052,0.049,"Pinedale","Skyline Dr, Pinedale, WY 82941","Wyoming","Sublette","","","2014-01-31" +"56","037","0007","68102",1,41.591613,-109.220722,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",121,99,121,122,0,0,"","","Certification not required",0,23.992562,0.057973,24,"2013-01-01 00:00",24,"2013-01-04 00:00",24,"2013-01-07 00:00",24,"2013-01-10 00:00","","","","",24,24,24,24,24,24,24,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0007","68105",1,41.591613,-109.220722,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",121,99,121,122,0,0,"","","Certification not required",0,7.71405,11.221834,25.6,"2013-07-15 00:00",25.5,"2013-06-27 00:00",25.3,"2013-07-18 00:00",25.1,"2013-07-21 00:00","","","","",25.5,25.3,23.7,23.1,18.5,6.5,-5.7,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0007","68108",1,41.591613,-109.220722,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",121,99,121,122,0,0,"","","Certification not required",0,605.07438,3.901208,614,"2013-11-12 00:00",611,"2013-01-16 00:00",611,"2013-12-15 00:00",610,"2013-01-19 00:00","","","","",611,611,610,610,608,606,599,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0007","81102",2,41.591613,-109.220722,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",114,93,114,122,0,8,0,0,"Certification not required",3,15.508772,7.328265,43,"2013-03-17 00:00",35,"2013-08-17 00:00",34,"2013-01-04 00:00",32,"2013-03-14 00:00","","","","",35,34,30,24,18,15,6,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0007","85101",2,41.591613,-109.220722,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",114,100,61,61,0,8,"","","Certification not required",3,12.982456,6.13561,37,"2013-03-17 00:00",32,"2013-01-04 00:00",28,"2013-08-17 00:00",27,"2013-03-14 00:00","","","","",32,28,25,20,15,13,6,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0007","88101",1,41.591613,-109.220722,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,0,0,"Certification not required",0,5.05124,2.483013,16.1,"2013-01-04 00:00",13.5,"2013-01-07 00:00",11.8,"2013-08-17 00:00",10.9,"2013-03-14 00:00","","","","",13.5,11.8,8.6,7.9,6.1,4.8,2.6,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0007","88101",1,41.591613,-109.220722,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",121,99,121,122,0,1,"","","Certification not required",0,5.05124,2.483013,16.1,"2013-01-04 00:00",13.5,"2013-01-07 00:00",11.8,"2013-08-17 00:00",10.9,"2013-03-14 00:00","","","","",13.5,11.8,8.6,7.9,6.1,4.8,2.6,"Rock Springs SLAM site","625 AHSAY AVE ROCK SPRINGS WYO","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-02-20" +"56","037","0010","81102",1,41.645774,-109.928801,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,0,0,"Certification not required",6,8.8,5.331089,20,"2013-06-27 00:00",20,"2013-09-01 00:00",19,"2013-08-08 00:00",17,"2013-05-04 00:00","","","","",20,20,20,17,12,8,2,"FMC-GRANGER SITE #1"," FMC - GRANGER #1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0010","85101",1,41.645774,-109.928801,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,5,"","","Certification not required",11,7.175,4.396313,16,"2013-06-27 00:00",16,"2013-09-01 00:00",15,"2013-08-08 00:00",14,"2013-05-04 00:00","","","","",16,16,16,14,10,7,2,"FMC-GRANGER SITE #1"," FMC - GRANGER #1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0012","81102",1,41.585776,-109.769906,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",6,14.095238,10.304651,56,"2013-05-04 00:00",31,"2013-06-27 00:00",31,"2013-09-01 00:00",26,"2013-04-28 00:00","","","","",56,56,31,25,18,14,2,"Tata Site 3","TATA SITE 3","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0012","85101",1,41.585776,-109.769906,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",6,11.857143,8.498411,47,"2013-05-04 00:00",26,"2013-06-27 00:00",25,"2013-09-01 00:00",22,"2013-04-28 00:00","","","","",47,47,25,20,15,11,2,"Tata Site 3","TATA SITE 3","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","61101",3,41.596054,-109.739627,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6303,100,44,61,0,249,"","","Certification not required",0,9.201634,7.189842,41.1,"2013-03-17 14:00",39.4,"2013-04-08 20:00",39.1,"2013-04-08 19:00",38.6,"2013-03-17 15:00","","","","",28.3,26.4,23,19.8,14.2,7,1.7,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","61102",3,41.596054,-109.739627,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6303,100,44,61,0,249,"","","Certification not required",0,232.382516,95.616735,360,"2013-01-04 18:00",360,"2013-01-09 15:00",360,"2013-01-23 05:00",360,"2013-02-08 09:00","","","","",356,352,341,325,302,283,83,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","62101",1,41.596054,-109.739627,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6303,100,44,61,0,249,"","","Certification not required",0,8.618277,12.36078,33,"2013-06-27 15:00",33,"2013-06-27 16:00",33,"2013-06-27 17:00",33,"2013-06-27 18:00","","","","",31,30,28,25,18,10,-8,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","62201",1,41.596054,-109.739627,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6303,100,44,61,0,249,"","","Certification not required",0,50.941932,21.919455,94,"2013-09-16 08:00",94,"2013-09-16 09:00",94,"2013-09-16 10:00",93,"2013-09-16 06:00","","","","",90,88,83,78,70,53,20,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","63301",1,41.596054,-109.739627,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6303,100,44,61,0,249,"","","Certification not required",6303,0.005,0,0.005,"2013-01-01 00:00",0.005,"2013-01-01 01:00",0.005,"2013-01-01 02:00",0.005,"2013-01-01 03:00","","","","",0.005,0.005,0.005,0.005,0.005,0.005,0.005,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","65102",1,41.596054,-109.739627,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6304,72,263,365,0,248,"","","Certification not required",0,0.00055,0.006093,0.27,"2013-09-27 11:00",0.14,"2013-09-26 20:00",0.1,"2013-05-07 07:00",0.1,"2013-09-26 19:00","","","","",0.01,0,0,0,0,0,0,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","81102",1,41.596054,-109.739627,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,20.844444,12.022622,55,"2013-04-28 00:00",47,"2013-06-27 00:00",46,"2013-03-17 00:00",45,"2013-01-04 00:00","","","","",55,55,46,42,25,19,10,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","81102",2,41.596054,-109.739627,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",0,20.8,12.067236,50,"2013-04-28 00:00",46,"2013-03-17 00:00",46,"2013-06-27 00:00",45,"2013-01-04 00:00","","","","",50,50,46,45,23,18,11,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","85101",1,41.596054,-109.739627,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.666667,10.297837,46,"2013-04-28 00:00",44,"2013-01-04 00:00",40,"2013-03-17 00:00",39,"2013-06-27 00:00","","","","",46,46,40,35,20,16,9,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0013","85101",2,41.596054,-109.739627,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",0,17.777778,10.330645,43,"2013-01-04 00:00",42,"2013-04-28 00:00",40,"2013-03-17 00:00",38,"2013-06-21 00:00","","","","",43,43,40,38,19,15,9,"Tata Site 1","TATA SITE 1","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0014","81102",1,41.603832,-109.754628,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",3,16.6,10.441177,43,"2013-03-17 00:00",42,"2013-09-25 00:00",35,"2013-01-04 00:00",35,"2013-04-28 00:00","","","","",43,43,35,33,22,15,5,"Tata Site 4","TATA SITE 4","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0014","85101",1,41.603832,-109.754628,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",3,14.088889,8.805531,37,"2013-03-17 00:00",35,"2013-09-25 00:00",34,"2013-01-04 00:00",29,"2013-04-28 00:00","","","","",37,37,34,27,19,12,4,"Tata Site 4","TATA SITE 4","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0077","44201",1,41.158,-108.619,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",5681,69,147,214,0,871,0,0,"Certification not required",0,0.054469,0.00593,0.071,"2013-08-16 16:00",0.07,"2013-06-11 15:00",0.07,"2013-06-21 14:00",0.067,"2013-05-17 11:00","","","","",0.07,0.07,0.064,0.062,0.058,0.055,0.051,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-09" +"56","037","0077","44201",1,41.158,-108.619,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5713,68,146,214,0,0,0,0,"Certification not required",0,0.051432,0.005643,0.066,"2013-06-21 11:00",0.066,"2013-08-16 10:00",0.064,"2013-05-17 09:00",0.064,"2013-06-11 12:00","","","","",0.066,0.064,0.06,0.058,0.056,0.052,0.048,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-09" +"56","037","0077","44201",1,41.158,-108.619,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5713,68,146,214,0,0,0,0,"Certification not required",0,0.051432,0.005643,0.066,"2013-06-21 11:00",0.066,"2013-08-16 10:00",0.064,"2013-05-17 09:00",0.064,"2013-06-11 12:00","","","","",0.066,0.064,0.06,0.058,0.056,0.052,0.048,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-09" +"56","037","0077","61101",1,41.158,-108.619,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6521,74,271,365,0,31,"","","Certification not required",0,8.900813,6.428104,46.2,"2013-04-09 08:00",45.2,"2013-04-08 21:00",44.5,"2013-04-08 22:00",44.5,"2013-04-09 04:00","","","","",29.3,26.2,21.6,17.7,12.2,7,2.5,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","61103",1,41.158,-108.619,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6521,74,271,365,0,31,"","","Certification not required",0,8.271201,6.603463,45.8,"2013-04-09 08:00",45.1,"2013-04-08 21:00",44.3,"2013-04-08 22:00",44.3,"2013-04-09 04:00","","","","",28.9,25.8,21.2,17.5,11.8,6.4,1.7,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","61104",1,41.158,-108.619,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6521,74,271,365,0,31,"","","Certification not required",0,234.417574,97.972483,360,"2013-02-28 23:00",360,"2013-05-13 04:00",360,"2013-06-07 06:00",360,"2013-09-03 08:00","","","","",355,349,341,332,313,275,53,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","61106",1,41.158,-108.619,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6521,74,271,365,0,31,"","","Certification not required",0,18.144886,11.840346,59.6,"2013-01-24 01:00",59.5,"2013-02-28 05:00",59.5,"2013-07-22 04:00",58.8,"2013-05-03 11:00","","","","",51,48,42.1,36.8,25,14,6.6,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","62101",1,41.158,-108.619,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6538,75,272,365,0,14,"","","Certification not required",0,45.371367,21.966822,89,"2013-06-28 15:00",88,"2013-06-27 15:00",88,"2013-06-27 16:00",88,"2013-06-28 13:00","","","","",84,83,79,74,63,47,16,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","62101",3,41.158,-108.619,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6538,75,272,365,0,14,"","","Certification not required",0,44.727287,22.817299,90,"2013-06-28 13:00",90,"2013-06-28 15:00",90,"2013-06-28 16:00",90,"2013-07-11 15:00","","","","",86,84,80,75,62,46,15,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","62106",1,41.158,-108.619,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6538,75,272,365,0,14,"","","Certification not required",0,0.359147,1.092598,5.4,"2013-01-23 04:00",5.3,"2013-01-05 20:00",5.2,"2013-01-04 02:00",5.2,"2013-01-23 02:00","","","","",3.6,3.1,2.4,1.9,1,0.1,-0.9,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","62201",1,41.158,-108.619,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6542,75,272,365,0,10,"","","Certification not required",0,53.184042,25.371457,100,"2013-03-09 00:00",100,"2013-03-09 01:00",100,"2013-03-21 05:00",100,"2013-04-01 21:00","","","","",97,95,91,85,76,55,17,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","63301",1,41.158,-108.619,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6545,75,272,365,0,7,"","","Certification not required",3021,0.335322,0.436724,1.64,"2013-06-17 11:00",1.58,"2013-05-11 13:00",1.57,"2013-05-15 11:00",1.57,"2013-06-18 11:00","","","","",1.45,1.38,1.25,1.08,0.63,0.05,0.005,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","64101",1,41.158,-108.619,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6545,75,272,365,0,7,"","","Certification not required",0,782.693063,5.18511,796.9,"2013-05-02 08:00",796.7,"2013-05-02 06:00",796.7,"2013-05-02 07:00",796.7,"2013-05-02 09:00","","","","",791.5,790.7,789.4,788.5,786.6,783.7,775.3,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0077","65102",1,41.158,-108.619,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6313,72,262,365,0,239,"","","Certification not required",0,0.000857,0.008637,0.27,"2013-09-11 16:00",0.23,"2013-06-03 06:00",0.19,"2013-04-01 19:00",0.19,"2013-08-08 17:00","","","","",0.02,0.01,0,0,0,0,0,"Hiawatha","Hiawatha Green Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-05" +"56","037","0100","42601",1,41.575,-109.207,"NAD83","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4929,67,207,305,0,183,"","","Certification not required",0,1.696409,4.373477,77.8,"2013-03-14 08:00",61.7,"2013-04-25 06:00",59.1,"2013-04-25 05:00",52.9,"2013-07-23 06:00","","","","",20.9,13.5,7.4,3.7,1.3,0.5,0.1,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","42602",1,41.575,-109.207,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4929,56,207,365,0,183,0,"","Certification not required",0,11.984058,6.029876,32.7,"2013-03-29 03:00",31.1,"2013-07-11 00:00",29.1,"2013-03-20 06:00",28,"2013-03-14 08:00","","","","",29.1,27.9,24.9,20.5,14.9,10.7,5.4,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","42602",1,41.575,-109.207,"NAD83","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4929,56,207,365,0,183,"","","Certification not required",0,3.669933,4.02014,32.7,"2013-03-29 03:00",31.1,"2013-07-11 00:00",29.1,"2013-03-20 06:00",28,"2013-03-14 08:00","","","","",19.9,16.4,11.7,8.8,4.6,2.3,0.5,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","42603",1,41.575,-109.207,"NAD83","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",4929,67,207,305,0,183,"","","Certification not required",0,5.410854,7.729697,105.9,"2013-03-14 08:00",85.8,"2013-04-25 06:00",82.6,"2013-04-25 05:00",79.4,"2013-08-15 04:00","","","","",39.4,29,18.5,12.4,5.9,3,0.8,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","44201",1,41.575,-109.207,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",4905,80,172,214,0,207,0,0,"Certification not required",26,0.054035,0.006974,0.075,"2013-08-16 15:00",0.074,"2013-06-11 15:00",0.069,"2013-07-11 12:00",0.069,"2013-08-19 12:00","","","","",0.074,0.069,0.066,0.062,0.058,0.055,0.048,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","44201",1,41.575,-109.207,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4921,80,171,214,0,0,0,0,"Certification not required",0,0.050509,0.006604,0.07,"2013-08-16 11:00",0.065,"2013-06-01 11:00",0.064,"2013-05-26 10:00",0.064,"2013-08-19 10:00","","","","",0.065,0.064,0.062,0.059,0.055,0.051,0.045,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","44201",1,41.575,-109.207,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",4921,80,171,214,0,0,0,0,"Certification not required",0,0.050509,0.006604,0.07,"2013-08-16 11:00",0.065,"2013-06-01 11:00",0.064,"2013-05-26 10:00",0.064,"2013-08-19 10:00","","","","",0.065,0.064,0.062,0.059,0.055,0.051,0.045,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2014-01-07" +"56","037","0100","61101",1,41.575,-109.207,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3745,51,156,305,0,1367,"","","Certification not required",0,5.768625,4.191628,32.2,"2013-04-08 22:00",31.8,"2013-04-08 19:00",29.7,"2013-04-08 23:00",29.5,"2013-04-08 17:00","","","","",18.4,16.5,13.6,11.5,8,4.7,1.6,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","61103",1,41.575,-109.207,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3654,50,152,305,0,1458,"","","Certification not required",0,5.242748,4.198713,31.8,"2013-04-08 22:00",31.5,"2013-04-08 19:00",29.3,"2013-04-08 23:00",28.9,"2013-04-08 17:00","","","","",18.1,16.1,13,10.9,7.6,4.1,1,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","61104",1,41.575,-109.207,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",3654,50,152,305,0,1458,"","","Certification not required",0,199.941981,87.80856,360,"2013-03-25 10:00",360,"2013-03-26 10:00",360,"2013-08-23 08:00",359,"2013-08-09 08:00","","","","",351,344,324,297,266,222,64,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","61106",1,41.575,-109.207,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",3654,50,152,305,0,1458,"","","Certification not required",0,25.582786,13.11914,76.4,"2013-08-30 16:00",74.5,"2013-08-08 03:00",74.3,"2013-08-21 23:00",73.8,"2013-08-28 06:00","","","","",64.6,60.9,53.1,46.2,32.3,20.8,13.2,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","62101",1,41.575,-109.207,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",5103,70,212,305,0,9,"","","Certification not required",0,56.11699,17.623247,92,"2013-06-28 15:00",92,"2013-06-28 16:00",92,"2013-06-28 17:00",91,"2013-06-27 16:00","","","","",87,86,83,79,69,58,32,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","62201",1,41.575,-109.207,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",5104,70,212,305,0,8,"","","Certification not required",0,43.851489,23.673896,100,"2013-03-09 00:00",100,"2013-03-09 01:00",100,"2013-04-02 06:00",99,"2013-03-09 02:00","","","","",95,92,86,79,62,40,15,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","63301",1,41.575,-109.207,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",5111,70,213,305,0,1,"","","Certification not required",2197,0.397262,0.504066,1.7,"2013-06-17 12:00",1.67,"2013-06-03 12:00",1.67,"2013-07-01 12:00",1.66,"2013-05-08 12:00","","","","",1.6,1.56,1.44,1.26,0.75,0.09,0.005,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","64101",1,41.575,-109.207,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",5111,70,213,305,0,1,"","","Certification not required",0,800.621522,4.475297,816.3,"2013-05-02 06:00",816.2,"2013-05-02 07:00",816.2,"2013-05-02 08:00",816.1,"2013-05-02 05:00","","","","",809.4,807.9,806.6,805.7,803.8,801.3,794.3,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","65102",1,41.575,-109.207,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",5087,69,212,305,0,25,"","","Certification not required",0,0.000794,0.007764,0.25,"2013-09-15 15:00",0.16,"2013-09-11 07:00",0.15,"2013-09-11 17:00",0.14,"2013-05-20 00:00","","","","",0.02,0.01,0,0,0,0,0,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","81102",1,41.575,-109.207,"NAD83","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",4315,49,181,365,0,797,"","","Certification not required",921,13.736501,21.658181,389,"2013-03-17 13:00",318,"2013-04-08 19:00",284,"2013-07-06 21:00",277,"2013-04-08 21:00","","","","",100,64,38,27,16,8,2,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","81102",1,41.575,-109.207,"NAD83","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",181,50,181,365,0,0,0,0,"Certification not required",0,13.259669,13.060712,119,"2013-04-09 00:00",82,"2013-04-08 00:00",52,"2013-03-17 00:00",52,"2013-06-13 00:00","","","","",82,52,30,25,15,10,4,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","86101",1,41.575,-109.207,"NAD83","PM10-2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 System - Paired Gravimetric Difference",2013,"Micrograms/cubic meter (LC)","No Events",4207,57,176,305,0,905,"","","Certification not required",0,8.694081,17.657917,323,"2013-03-17 13:00",253,"2013-04-08 19:00",235,"2013-04-08 21:00",216,"2013-03-06 08:00","","","","",81,49,26,19,10,5,-1,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","88101",1,41.575,-109.207,"NAD83","PM2.5 - Local Conditions","1 HOUR","","Observed Values","Met One BAM-1020 Mass Monitor w/VSCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",4979,57,210,365,0,133,"","","Certification not required",0,2.068688,3.19767,32,"2013-04-06 09:00",32,"2013-06-21 16:00",32,"2013-08-16 19:00",31,"2013-06-22 03:00","","","","",12,9,7,5,4,2,-1,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","88101",1,41.575,-109.207,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (LC)","No Events",208,57,208,365,0,0,0,0,"Certification not required",0,2.023077,1.920131,16.5,"2013-08-16 00:00",9.1,"2013-08-17 00:00",7.8,"2013-06-13 00:00",6.7,"2013-07-04 00:00","","","","",7.8,6.6,5.3,4.3,2.8,1.7,0.2,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0100","88101",1,41.575,-109.207,"NAD83","PM2.5 - Local Conditions","24-HR BLK AVG","PM25 Annual 2006","Quarterly Means of Daily Means","",2013,"Micrograms/cubic meter (LC)","No Events",208,57,208,365,0,0,"","","Certification not required",0,2.023077,1.920131,16.5,"2013-08-16 00:00",9.1,"2013-08-17 00:00",7.8,"2013-06-13 00:00",6.7,"2013-07-04 00:00","","","","",7.8,6.6,5.3,4.3,2.8,1.7,0.2,"Rock Springs - Mobile #1","Rock Sprgs - 1275 Adams Ave.","Wyoming","Sweetwater","Rock Springs","Rock Springs, WY","2013-12-05" +"56","037","0200","42601",1,41.677453,-108.024575,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6277,72,262,365,0,275,"","","Certification not required",0,1.665111,4.139315,85.3,"2013-01-13 21:00",84.5,"2013-01-13 08:00",74.8,"2013-01-13 09:00",67.5,"2013-01-12 22:00","","","","",16.7,8.7,5.3,4.2,2.3,0.4,0,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","42602",1,41.677453,-108.024575,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6277,72,262,365,0,275,0,"","Certification not required",0,14.241603,8.736245,49.9,"2013-01-13 21:00",47.9,"2013-01-12 23:00",42.8,"2013-02-26 22:00",42.3,"2013-02-24 22:00","","","","",42.8,37.7,30.8,25.9,18.3,12.3,5.6,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","42602",1,41.677453,-108.024575,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6277,72,262,365,0,275,"","","Certification not required",0,4.337056,5.257062,49.9,"2013-01-13 21:00",47.9,"2013-01-12 23:00",47,"2013-01-12 22:00",46.8,"2013-01-13 20:00","","","","",27.4,20.5,14.1,10,5.4,2.4,0.8,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","42603",1,41.677453,-108.024575,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6277,72,262,365,0,275,"","","Certification not required",0,6.102278,8.365906,135.2,"2013-01-13 21:00",127.4,"2013-01-13 08:00",114.5,"2013-01-12 22:00",111.2,"2013-01-13 09:00","","","","",41.1,30.4,17.8,12.3,7.5,3.9,0.8,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","44201",1,41.677453,-108.024575,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6279,81,173,214,0,273,0,0,"Certification not required",89,0.053838,0.007179,0.074,"2013-06-11 17:00",0.073,"2013-08-16 17:00",0.072,"2013-07-19 16:00",0.07,"2013-06-21 14:00","","","","",0.073,0.07,0.067,0.063,0.058,0.055,0.049,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","44201",1,41.677453,-108.024575,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6301,81,173,214,0,0,0,0,"Certification not required",0,0.050353,0.00678,0.066,"2013-07-10 11:00",0.066,"2013-08-16 11:00",0.065,"2013-07-17 10:00",0.064,"2013-07-16 15:00","","","","",0.066,0.064,0.061,0.058,0.055,0.051,0.046,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","44201",1,41.677453,-108.024575,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6301,81,173,214,0,0,0,0,"Certification not required",0,0.050353,0.00678,0.066,"2013-07-10 11:00",0.066,"2013-08-16 11:00",0.065,"2013-07-17 10:00",0.064,"2013-07-16 15:00","","","","",0.066,0.064,0.061,0.058,0.055,0.051,0.046,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","61101",1,41.677453,-108.024575,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6537,75,272,365,0,15,"","","Certification not required",0,9.83341,5.677984,40.2,"2013-03-17 14:00",36.7,"2013-03-17 15:00",34.8,"2013-04-09 05:00",34.6,"2013-03-17 13:00","","","","",26.2,24.1,20.8,17.9,13.2,8.5,3.7,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","61103",1,41.677453,-108.024575,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6537,75,272,365,0,15,"","","Certification not required",0,9.343216,5.802816,39.8,"2013-03-17 14:00",36.3,"2013-03-17 15:00",34.6,"2013-04-09 05:00",34.2,"2013-03-17 13:00","","","","",25.8,23.9,20.4,17.5,12.8,8.2,2.9,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","61104",1,41.677453,-108.024575,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6537,75,272,365,0,15,"","","Certification not required",0,201.051706,88.183687,360,"2013-02-10 09:00",360,"2013-02-10 18:00",360,"2013-03-04 15:00",360,"2013-05-20 12:00","","","","",352,343,322,304,275,212,68,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","61106",1,41.677453,-108.024575,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6537,75,272,365,0,15,"","","Certification not required",0,15.124843,11.926923,78.7,"2013-09-07 09:00",78.3,"2013-06-01 15:00",74.6,"2013-09-07 08:00",74.5,"2013-08-29 12:00","","","","",58.2,52,42.3,32.4,18.3,10.5,6.1,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","62101",1,41.677453,-108.024575,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6537,75,272,365,0,15,"","","Certification not required",0,45.745143,23.147535,90,"2013-06-28 15:00",90,"2013-06-28 16:00",90,"2013-06-28 17:00",90,"2013-07-11 13:00","","","","",86,84,81,76,64,49,15,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","62101",3,41.677453,-108.024575,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6537,75,272,365,0,15,"","","Certification not required",0,45.59538,23.788107,92,"2013-06-28 15:00",92,"2013-06-28 16:00",92,"2013-07-11 12:00",92,"2013-07-11 13:00","","","","",88,86,82,77,64,48,14,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","62106",1,41.677453,-108.024575,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6537,75,272,365,0,15,"","","Certification not required",0,0.087272,0.941962,4.1,"2013-07-22 23:00",4,"2013-02-26 23:00",4,"2013-05-14 20:00",3.8,"2013-05-12 01:00","","","","",2.6,2.3,1.8,1.3,0.6,0.1,-1.1,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","62201",1,41.677453,-108.024575,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6543,75,272,365,0,9,"","","Certification not required",0,54.697081,26.688832,100,"2013-01-26 07:00",100,"2013-01-26 08:00",100,"2013-01-27 00:00",100,"2013-01-27 01:00","","","","",99,97,93,89,79,56,17,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","63301",1,41.677453,-108.024575,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6543,75,272,365,0,9,"","","Certification not required",2384,0.322779,0.419191,1.54,"2013-06-01 11:00",1.49,"2013-06-06 11:00",1.47,"2013-06-07 11:00",1.47,"2013-06-25 12:00","","","","",1.39,1.36,1.21,1.03,0.6,0.05,0.005,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","64101",1,41.677453,-108.024575,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6542,75,272,365,0,10,"","","Certification not required",0,795.186411,5.194858,810.2,"2013-05-02 07:00",810.2,"2013-05-02 08:00",810.1,"2013-05-02 06:00",809.9,"2013-05-02 09:00","","","","",803.9,803.3,802.1,801.1,799.1,796.1,787.9,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","65102",1,41.677453,-108.024575,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6520,74,272,365,0,32,"","","Certification not required",0,0.000848,0.016554,1.17,"2013-09-12 17:00",0.34,"2013-09-04 18:00",0.27,"2013-08-09 13:00",0.2,"2013-09-12 16:00","","","","",0.02,0,0,0,0,0,0,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","81102",1,41.677453,-108.024575,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6282,72,260,365,0,270,"","","Certification not required",0,14.329672,26.229124,1142,"2013-04-09 05:00",1067,"2013-04-09 06:00",444,"2013-04-09 04:00",354,"2013-04-08 22:00","","","","",74,56,40,28,17,10,4,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0200","81102",1,41.677453,-108.024575,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",261,72,261,365,0,0,1,1,"Certification not required",0,13.846743,14.059198,193,"2013-04-09 00:00",50,"2013-04-08 00:00",48,"2013-06-13 00:00",48,"2013-08-16 00:00","","","","",48,40,28,24,17,12,5,"Wamsutter","WAMSUTTER SOUTHEAST PORTION OF SWEETWATER COUNTY","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-04" +"56","037","0300","42401",1,41.750556,-109.788333,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6287,72,270,365,0,265,0,"","Certification not required",0,2.782222,2.938777,21.9,"2013-09-21 09:00",17.9,"2013-09-06 10:00",13.5,"2013-06-02 09:00",13.4,"2013-03-05 09:00","","","","",13.5,10.9,8.5,6.7,3.5,1.9,0.4,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42401",1,41.750556,-109.788333,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",6287,72,270,365,0,265,"","","Certification not required",0,0.900525,1.09756,21.9,"2013-09-21 09:00",17.9,"2013-09-06 10:00",13.5,"2013-06-02 09:00",13.4,"2013-03-05 09:00","","","","",5.2,3.7,2.4,1.7,1.2,1,0,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42401",1,41.750556,-109.788333,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",270,74,270,365,0,0,0,"","Certification not required",0,0.907037,0.698476,4,"2013-01-04 00:00",3.2,"2013-09-21 00:00",2.9,"2013-09-06 00:00",2.6,"2013-07-13 00:00","","","","",2.9,2.4,2,1.8,1.4,1,0.1,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42401",1,41.750556,-109.788333,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1963,67,259,365,0,0,"",0,"Certification not required",0,0.873867,0.959323,9.7,"2013-09-21 11:00",9.6,"2013-09-06 11:00",8.7,"2013-01-04 17:00",7.9,"2013-03-05 11:00","","","","",4.3,3.6,2.4,1.7,1.2,1,0,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42401",2,41.750556,-109.788333,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",28385,27,89,365,0,1927,"","","Certification not required",0,0.613352,1.360835,55,"2013-09-21 09:00",52.5,"2013-09-06 10:00",28.2,"2013-09-21 19:00",25.3,"2013-03-05 09:50","","","","",6,4.2,2.4,1.5,0.6,0.2,0,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42601",1,41.750556,-109.788333,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6271,72,269,365,0,281,"","","Certification not required",0,0.269797,0.734341,26.2,"2013-05-03 04:00",9.6,"2013-09-21 09:00",9.5,"2013-03-05 09:00",7.3,"2013-04-06 08:00","","","","",3.1,2.4,1.3,0.7,0.4,0.1,-0.2,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42602",1,41.750556,-109.788333,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6271,72,269,365,0,281,0,"","Certification not required",0,5.637546,4.595175,32.7,"2013-01-04 20:00",27.2,"2013-05-03 04:00",23.3,"2013-01-26 16:00",22.3,"2013-08-05 05:00","","","","",23.3,18.4,14.1,11.6,7.4,4.4,1.5,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42602",1,41.750556,-109.788333,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6271,72,269,365,0,281,"","","Certification not required",0,1.565572,2.186416,32.7,"2013-01-04 20:00",29.2,"2013-01-04 19:00",27.5,"2013-01-04 18:00",27.2,"2013-05-03 04:00","","","","",10.1,8,5.7,3.7,1.8,0.9,0.1,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","42603",1,41.750556,-109.788333,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6271,72,269,365,0,281,"","","Certification not required",0,1.875251,2.637644,53.4,"2013-05-03 04:00",33.8,"2013-01-04 20:00",30.2,"2013-01-04 19:00",29.2,"2013-01-26 16:00","","","","",11.9,9.6,6.7,4.6,2.2,1.1,0.1,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","44201",1,41.750556,-109.788333,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6281,84,179,214,0,271,0,0,"Certification not required",0,0.05581,0.007224,0.077,"2013-06-11 14:00",0.076,"2013-08-16 16:00",0.072,"2013-05-26 12:00",0.07,"2013-05-25 17:00","","","","",0.076,0.07,0.068,0.066,0.06,0.056,0.05,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","44201",1,41.750556,-109.788333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6430,83,177,214,0,0,0,0,"Certification not required",0,0.052141,0.006721,0.069,"2013-05-26 09:00",0.069,"2013-08-16 11:00",0.067,"2013-05-25 11:00",0.067,"2013-06-11 11:00","","","","",0.069,0.067,0.063,0.061,0.056,0.053,0.047,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","44201",1,41.750556,-109.788333,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6430,83,177,214,0,0,0,0,"Certification not required",0,0.052141,0.006721,0.069,"2013-05-26 09:00",0.069,"2013-08-16 11:00",0.067,"2013-05-25 11:00",0.067,"2013-06-11 11:00","","","","",0.069,0.067,0.063,0.061,0.056,0.053,0.047,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","61101",1,41.750556,-109.788333,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6540,75,273,365,0,12,"","","Certification not required",0,9.585917,5.901031,39.4,"2013-03-17 13:00",38.1,"2013-03-17 14:00",35.3,"2013-03-17 12:00",34.8,"2013-04-13 14:00","","","","",26,23.9,21,18.4,13,8,3.3,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","61103",1,41.750556,-109.788333,"WGS84","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",6540,75,273,365,0,12,"","","Certification not required",0,9.060994,6.078014,38.8,"2013-03-17 13:00",37.7,"2013-03-17 14:00",35,"2013-03-17 12:00",34.4,"2013-04-13 14:00","","","","",25.8,23.7,20.8,18.1,12.8,7.6,2.3,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","61104",1,41.750556,-109.788333,"WGS84","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",6493,74,270,365,0,59,"","","Certification not required",0,230.474819,85.201119,360,"2013-03-25 08:00",360,"2013-03-28 08:00",360,"2013-05-01 22:00",360,"2013-05-16 01:00","","","","",355,351,339,325,283,253,83,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","61105",1,41.750556,-109.788333,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4375,66,182,275,0,17,"","","Certification not required",0,16.026286,9.002514,55,"2013-06-13 12:00",52,"2013-04-08 18:00",52,"2013-04-13 14:00",52,"2013-05-17 14:00","","","","",43,38,34,30,21,14,7,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","61106",1,41.750556,-109.788333,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",6493,74,270,365,0,59,"","","Certification not required",0,16.693578,14.670152,83.8,"2013-07-19 09:00",80.5,"2013-01-13 13:00",78.8,"2013-06-23 10:00",77.4,"2013-07-02 10:00","","","","",63.1,59.2,50.3,39.9,21.5,10.4,5.2,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","62101",1,41.750556,-109.788333,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,46.926464,22.758033,91,"2013-06-28 15:00",91,"2013-06-28 16:00",91,"2013-06-28 17:00",90,"2013-06-27 16:00","","","","",87,85,81,76,65,49,17,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","62101",3,41.750556,-109.788333,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6541,75,273,365,0,11,"","","Certification not required",0,46.692708,23.139387,93,"2013-06-28 15:00",93,"2013-06-28 16:00",92,"2013-06-28 14:00",92,"2013-06-28 17:00","","","","",88,87,82,77,64,49,17,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","62106",1,41.750556,-109.788333,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6541,75,273,365,0,11,"","","Certification not required",0,0.128757,0.835753,5.5,"2013-01-19 07:00",5.5,"2013-07-22 02:00",5.3,"2013-06-10 23:00",5.3,"2013-06-11 00:00","","","","",2.8,2.3,1.8,1.2,0.5,0,-0.8,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","62107",1,41.750556,-109.788333,"WGS84","Indoor Temperature","1 HOUR","","Observed Values","Instrumental - Electronic or Machine average",2013,"Degrees Fahrenheit","No Events",4387,66,183,275,0,5,"","","Certification not required",0,72.438113,0.78807,76,"2013-04-05 14:00",76,"2013-04-05 15:00",76,"2013-04-05 16:00",76,"2013-04-05 17:00","","","","",75,75,74,73,73,72,72,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","62201",1,41.750556,-109.788333,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6542,75,272,365,0,10,"","","Certification not required",0,52.083766,25.941911,100,"2013-04-08 08:00",100,"2013-09-26 01:00",100,"2013-09-26 02:00",100,"2013-09-26 03:00","","","","",96,94,91,86,76,53,16,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","63301",1,41.750556,-109.788333,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,6,"","","Certification not required",3012,0.333,0.436164,1.56,"2013-05-25 11:00",1.54,"2013-08-12 13:00",1.5,"2013-05-25 12:00",1.47,"2013-05-24 12:00","","","","",1.42,1.39,1.27,1.08,0.62,0.05,0.005,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","64101",1,41.750556,-109.788333,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6548,75,273,365,0,4,"","","Certification not required",0,801.207254,5.090978,817,"2013-05-02 08:00",816.8,"2013-05-02 09:00",816.7,"2013-05-02 06:00",816.6,"2013-05-02 10:00","","","","",810.3,809.4,808.1,807.1,804.8,802,793.8,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","65102",1,41.750556,-109.788333,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6547,75,273,365,0,5,"","","Certification not required",0,0.00084,0.010325,0.49,"2013-09-11 18:00",0.32,"2013-09-14 16:00",0.25,"2013-05-28 15:00",0.22,"2013-09-27 11:00","","","","",0.02,0.01,0,0,0,0,0,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","81102",1,41.750556,-109.788333,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENT MET ONE 4 MODELS - BETA ATTENUATION",2013,"Micrograms/cubic meter (25 C)","No Events",6447,74,269,365,0,105,"","","Certification not required",1521,10.268962,17.45929,660,"2013-04-29 16:00",622,"2013-06-19 15:00",389,"2013-04-29 17:00",305,"2013-04-13 14:00","","","","",48,35,25,20,12,7,2,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0300","81102",1,41.750556,-109.788333,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",269,74,269,365,0,0,0,0,"Certification not required",0,9.799257,8.601275,79,"2013-06-19 00:00",75,"2013-04-29 00:00",52,"2013-04-08 00:00",36,"2013-04-13 00:00","","","","",52,33,22,16,11,8,4,"Moxa","Moxa","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-20" +"56","037","0812","81102",1,41.716053,-109.712128,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",2,15.4,15.059579,95,"2013-05-04 00:00",47,"2013-03-17 00:00",36,"2013-04-16 00:00",28,"2013-01-04 00:00","","","","",95,95,36,27,18,12,4,"OCI, LTD SITE #3","RHONE-POULENC #3 NOW KNOWN AS OCI OF WYO, LTD","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0812","85101",1,41.716053,-109.712128,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",3,12.977778,12.79824,80,"2013-05-04 00:00",41,"2013-03-17 00:00",32,"2013-04-16 00:00",27,"2013-01-04 00:00","","","","",80,80,32,22,14,10,4,"OCI, LTD SITE #3","RHONE-POULENC #3 NOW KNOWN AS OCI OF WYO, LTD","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0847","81102",1,41.492833,-109.774241,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",2,17.568182,13.623505,64,"2013-01-04 00:00",60,"2013-09-25 00:00",43,"2013-03-17 00:00",31,"2013-06-27 00:00","","","","",64,64,43,31,25,15,5,"SOLVAY SITE #1","SOLVAY SITE P1 (PREVIOUSLY OWNED BY TENNECO)","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-13" +"56","037","0847","85101",1,41.492833,-109.774241,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",2,14.727273,11.761909,60,"2013-01-04 00:00",50,"2013-09-25 00:00",37,"2013-03-17 00:00",25,"2013-06-27 00:00","","","","",60,60,37,25,21,12,5,"SOLVAY SITE #1","SOLVAY SITE P1 (PREVIOUSLY OWNED BY TENNECO)","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-13" +"56","037","0848","81102",1,41.5023,-109.7675,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",41,67,41,61,0,4,0,0,"Certification not required",5,26.439024,19.97129,83,"2013-01-04 00:00",68,"2013-07-21 00:00",61,"2013-03-11 00:00",58,"2013-06-09 00:00","","","","",83,83,61,52,39,22,2,"SOLVAY SITE #2","SOLVAY SITE P2","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-13" +"56","037","0848","81102",2,41.5023,-109.7675,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",0,29.613636,18.37113,81,"2013-01-04 00:00",67,"2013-03-11 00:00",62,"2013-06-09 00:00",61,"2013-07-21 00:00","","","","",81,81,62,61,42,26,11,"SOLVAY SITE #2","SOLVAY SITE P2","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-13" +"56","037","0848","85101",1,41.5023,-109.7675,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",41,67,41,61,0,4,"","","Certification not required",6,22.146341,17.151619,79,"2013-01-04 00:00",55,"2013-07-21 00:00",52,"2013-03-11 00:00",46,"2013-06-09 00:00","","","","",79,79,52,44,32,18,2,"SOLVAY SITE #2","SOLVAY SITE P2","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-13" +"56","037","0848","85101",2,41.5023,-109.7675,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",0,24.977273,15.95559,78,"2013-01-04 00:00",58,"2013-03-11 00:00",50,"2013-06-09 00:00",50,"2013-08-08 00:00","","","","",78,78,50,49,36,21,9,"SOLVAY SITE #2","SOLVAY SITE P2","Wyoming","Sweetwater","","Rock Springs, WY","2013-11-13" +"56","037","0851","81102",1,41.741013,-108.770861,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",59,97,59,61,0,2,0,0,"Certification not required",5,18.661017,22.199418,145,"2013-03-17 00:00",68,"2013-07-21 00:00",60,"2013-07-09 00:00",47,"2013-06-03 00:00","","","","",145,68,60,42,21,12,4,"JIM BRIDGER 851 SITE","PACIFICORP BRIDGER #851","Wyoming","Sweetwater","","Rock Springs, WY","2014-02-07" +"56","037","0851","81102",2,41.741013,-108.770861,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",60,98,60,61,0,1,0,0,"Certification not required",7,18.633333,22.011528,145,"2013-03-17 00:00",67,"2013-07-21 00:00",59,"2013-07-09 00:00",47,"2013-06-03 00:00","","","","",145,67,59,41,23,13,2,"JIM BRIDGER 851 SITE","PACIFICORP BRIDGER #851","Wyoming","Sweetwater","","Rock Springs, WY","2014-02-07" +"56","037","0851","85101",1,41.741013,-108.770861,"WGS84","PM10 - LC","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",59,97,59,61,0,2,"","","Certification not required",8,15.152542,18.079149,118,"2013-03-17 00:00",55,"2013-07-21 00:00",49,"2013-07-09 00:00",38,"2013-06-03 00:00","","","","",118,55,49,34,17,10,2,"JIM BRIDGER 851 SITE","PACIFICORP BRIDGER #851","Wyoming","Sweetwater","","Rock Springs, WY","2014-02-07" +"56","037","0851","85101",2,41.741013,-108.770861,"WGS84","PM10 - LC","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",60,98,60,61,0,1,"","","Certification not required",9,15.05,17.869987,118,"2013-03-17 00:00",55,"2013-07-21 00:00",48,"2013-07-09 00:00",38,"2013-06-03 00:00","","","","",118,55,48,33,18,10,2,"JIM BRIDGER 851 SITE","PACIFICORP BRIDGER #851","Wyoming","Sweetwater","","Rock Springs, WY","2014-02-07" +"56","037","0852","81102",1,41.7139,-108.7472,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",229,63,229,365,0,44,0,0,"Certification not required",0,13.061135,8.094059,56,"2013-08-16 00:00",51,"2013-07-21 00:00",44,"2013-08-15 00:00",37,"2013-08-17 00:00","","","","",44,34,27,22,17,10,6,"LUCITE HILLS SITE #852","BLACK BUTTE #852 (LUCITE HILLS)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","0852","85101",1,41.7139,-108.7472,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",229,100,40,61,0,44,"","","Certification not required",0,10.917031,6.619821,46,"2013-08-16 00:00",42,"2013-07-21 00:00",37,"2013-08-15 00:00",30,"2013-08-17 00:00","","","","",37,27,24,19,14,9,5,"LUCITE HILLS SITE #852","BLACK BUTTE #852 (LUCITE HILLS)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","0860","81102",1,41.49278,-108.72889,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",243,70,43,61,0,30,0,0,"Certification not required",0,13.925926,9.992697,81,"2013-06-19 00:00",67,"2013-06-24 00:00",54,"2013-06-13 00:00",52,"2013-01-30 00:00","","","","",54,48,32,25,16,11,6,"JIM BRIDGER COAL JB # 4","BRIDGER COAL JB-4","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","037","0862","61101",1,41.685233,-109.879423,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5994,100,116,61,0,558,"","","Certification not required",0,8.718185,6.213036,39.6,"2013-03-17 12:00",38.5,"2013-03-17 13:00",37,"2013-03-17 14:00",35.8,"2013-04-08 18:00","","","","",25.5,23.2,20.7,17.8,12.7,7.3,2,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","61102",1,41.685233,-109.879423,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5994,100,116,61,0,558,"","","Certification not required",0,223.855355,98.337189,360,"2013-01-01 05:00",360,"2013-01-05 08:00",360,"2013-02-11 03:00",360,"2013-03-26 10:00","","","","",356,350,338,322,294,266,57,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","61106",1,41.685233,-109.879423,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5994,100,116,61,0,558,"","","Certification not required",0,18.712729,13.813359,78.8,"2013-07-15 11:00",78.4,"2013-06-20 09:00",76.5,"2013-06-30 13:00",72.7,"2013-03-28 11:00","","","","",59.8,55.7,48,40.4,25.9,13.5,6.3,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","62101",1,41.685233,-109.879423,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",5994,100,116,61,0,558,"","","Certification not required",0,46.342009,23.289532,93,"2013-06-28 15:00",93,"2013-06-28 16:00",92,"2013-06-27 16:00",92,"2013-06-28 13:00","","","","",89,87,83,77,64,48,16,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","62201",1,41.685233,-109.879423,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",1956,100,17,61,0,4596,"","","Certification not required",0,35.608384,21.829542,98,"2013-07-28 06:00",97,"2013-07-28 05:00",97,"2013-07-28 07:00",97,"2013-08-24 06:00","","","","",93,88,80,67,50,30,11,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","64101",1,41.685233,-109.879423,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",2949,100,96,61,0,3603,"","","Certification not required",0,806.072431,5.70536,825.6,"2013-03-01 19:00",825.3,"2013-03-01 18:00",824.9,"2013-03-01 17:00",824.9,"2013-03-02 00:00","","","","",818.8,815.8,813.8,811.7,810,807.3,797.8,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","65102",1,41.685233,-109.879423,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",5994,100,116,61,0,558,"","","Certification not required",0,0.000596,0.007346,0.4,"2013-05-28 14:00",0.16,"2013-05-07 06:00",0.16,"2013-09-16 12:00",0.12,"2013-05-08 12:00","","","","",0.02,0.01,0,0,0,0,0,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","81102",1,41.685233,-109.879423,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",9,8.071429,4.571347,18,"2013-09-01 00:00",16,"2013-08-02 00:00",15,"2013-07-03 00:00",15,"2013-08-08 00:00","","","","",18,18,15,15,12,8,2,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","81102",2,41.685233,-109.879423,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",7,9.952381,5.742237,21,"2013-06-27 00:00",19,"2013-08-02 00:00",19,"2013-08-14 00:00",19,"2013-09-01 00:00","","","","",21,21,19,18,15,9,2,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","85101",1,41.685233,-109.879423,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",9,6.785714,3.592239,15,"2013-09-01 00:00",13,"2013-08-02 00:00",12,"2013-07-03 00:00",12,"2013-08-08 00:00","","","","",15,15,12,12,10,7,2,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0862","85101",2,41.685233,-109.879423,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",9,8.119048,4.570331,17,"2013-06-27 00:00",15,"2013-08-02 00:00",15,"2013-08-14 00:00",15,"2013-09-01 00:00","","","","",17,17,15,14,12,7,2,"FMC-GRANGER SITE #7","FMC - GRANGER #7 (FORMERLY TG SODA ASH)","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0866","81102",1,41.626886,-109.789629,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",3,12.142857,8.131755,40,"2013-01-04 00:00",39,"2013-04-28 00:00",24,"2013-08-14 00:00",20,"2013-06-03 00:00","","","","",40,40,24,20,15,11,4,"","FMC Westvaco SITE 866","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0866","81102",2,41.626886,-109.789629,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,0,0,"Certification not required",4,12.404762,8.237509,42,"2013-01-04 00:00",40,"2013-04-28 00:00",24,"2013-08-14 00:00",21,"2013-06-27 00:00","","","","",42,42,24,19,14,12,4,"","FMC Westvaco SITE 866","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0866","85101",1,41.626886,-109.789629,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",4,10.261905,7.043625,38,"2013-01-04 00:00",32,"2013-04-28 00:00",20,"2013-08-14 00:00",16,"2013-06-03 00:00","","","","",38,38,20,16,13,9,4,"","FMC Westvaco SITE 866","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0866","85101",2,41.626886,-109.789629,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",5,10.357143,7.237509,40,"2013-01-04 00:00",33,"2013-04-28 00:00",19,"2013-08-14 00:00",17,"2013-06-27 00:00","","","","",40,40,19,16,12,10,2,"","FMC Westvaco SITE 866","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","0867","81102",2,41.74972,-108.67028,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",253,74,45,61,0,19,0,0,"Certification not required",0,17.960474,13.432312,90,"2013-06-10 00:00",83,"2013-03-12 00:00",70,"2013-03-17 00:00",68,"2013-06-13 00:00","","","","",70,60,46,33,22,15,7,"JB SITE # 5","BRIDGER COAL JB-5","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","037","0868","81102",2,41.6239,-108.6144,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",266,73,266,365,1,7,1,1,"Certification not required",0,19.214286,19.293247,261,"2013-03-17 00:00",104,"2013-04-29 00:00",69,"2013-03-11 00:00",68,"2013-05-30 00:00","","","","",69,54,42,34,22,15,8,"STATION LOCATED NORTH EAST OF ACTIVITIES","BLACK BUTTE #868 Downwind PIT#10","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","0868","81102",2,41.6239,-108.6144,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",265,73,266,365,0,7,0,0,"Certification not required",0,18.301887,12.30297,104,"2013-04-29 00:00",69,"2013-03-11 00:00",68,"2013-05-30 00:00",59,"2013-06-13 00:00","","","","",68,52,42,33,22,15,8,"STATION LOCATED NORTH EAST OF ACTIVITIES","BLACK BUTTE #868 Downwind PIT#10","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","0868","81102",2,41.6239,-108.6144,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",266,73,266,365,1,7,1,1,"Certification not required",0,19.214286,19.293247,261,"2013-03-17 00:00",104,"2013-04-29 00:00",69,"2013-03-11 00:00",68,"2013-05-30 00:00","","","","",69,54,42,34,22,15,8,"STATION LOCATED NORTH EAST OF ACTIVITIES","BLACK BUTTE #868 Downwind PIT#10","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","0868","85101",2,41.6239,-108.6144,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",266,73,266,365,0,7,"","","Certification not required",0,15.789474,16.331034,225,"2013-03-17 00:00",84,"2013-04-29 00:00",59,"2013-03-11 00:00",56,"2013-05-30 00:00","","","","",59,46,35,27,18,12,6,"STATION LOCATED NORTH EAST OF ACTIVITIES","BLACK BUTTE #868 Downwind PIT#10","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","0898","61101",1,41.736873,-109.639316,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6346,72,264,365,0,206,"","","Certification not required",0,7.522014,5.989195,37.9,"2013-04-08 20:00",37.6,"2013-03-17 13:00",37.6,"2013-04-08 19:00",37.5,"2013-04-08 18:00","","","","",24.8,22.7,19.4,16.6,10.9,5.3,1.8,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","61102",1,41.736873,-109.639316,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6346,72,264,365,0,206,"","","Certification not required",0,208.022849,85.286397,360,"2013-02-07 14:00",360,"2013-02-07 16:00",360,"2013-04-30 22:00",360,"2013-06-05 08:00","","","","",349,339,316,300,272,238,76,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","61106",1,41.736873,-109.639316,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6346,72,264,365,0,206,"","","Certification not required",0,20.71549,14.2445,82.8,"2013-03-17 22:00",79,"2013-06-02 10:00",76.8,"2013-07-01 09:00",76.5,"2013-08-14 10:00","","","","",62.6,58.1,49.8,42.9,28.4,15.8,6.9,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","62101",1,41.736873,-109.639316,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6346,72,264,365,0,206,"","","Certification not required",0,46.352033,23.698472,95,"2013-06-28 15:00",94,"2013-06-28 16:00",94,"2013-06-28 17:00",93,"2013-06-27 16:00","","","","",90,88,83,77,64,48,17,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","62201",1,41.736873,-109.639316,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6346,72,264,365,0,206,"","","Certification not required",0,51.438386,25.449071,99,"2013-01-09 17:00",99,"2013-03-09 16:00",99,"2013-03-09 17:00",99,"2013-03-09 18:00","","","","",96,94,90,85,74,52,16,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","63301",1,41.736873,-109.639316,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6346,72,264,365,0,206,"","","Certification not required",2945,0.316956,0.4184,1.53,"2013-05-01 11:00",1.48,"2013-06-15 12:00",1.47,"2013-06-15 11:00",1.46,"2013-05-10 12:00","","","","",1.39,1.35,1.22,1.03,0.59,0.04,0.005,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","64101",1,41.736873,-109.639316,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6346,72,264,365,0,206,"","","Certification not required",0,1020.931752,5.173735,1037.3,"2013-05-02 06:00",1037.3,"2013-05-02 07:00",1037.3,"2013-05-02 08:00",1036.9,"2013-05-02 05:00","","","","",1030.1,1029.1,1027.8,1026.8,1024.7,1021.7,1013.5,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","65102",1,41.736873,-109.639316,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",5869,67,242,365,0,683,"","","Certification not required",0,0.000377,0.004436,0.16,"2013-05-07 06:00",0.16,"2013-05-28 15:00",0.12,"2013-05-08 12:00",0.1,"2013-05-28 16:00","","","","",0.01,0,0,0,0,0,0,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","81102",1,41.736873,-109.639316,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",1,11.866667,7.485137,40,"2013-03-17 00:00",28,"2013-01-04 00:00",25,"2013-04-28 00:00",25,"2013-06-27 00:00","","","","",40,40,25,24,16,9,5,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","81102",2,41.736873,-109.639316,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,0,0,"Certification not required",1,12,7.419262,39,"2013-03-17 00:00",27,"2013-01-04 00:00",26,"2013-06-27 00:00",25,"2013-04-28 00:00","","","","",39,39,26,22,16,9,5,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","85101",1,41.736873,-109.639316,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",4,9.822222,6.565367,35,"2013-03-17 00:00",27,"2013-01-04 00:00",20,"2013-04-28 00:00",20,"2013-06-27 00:00","","","","",35,35,20,20,13,8,4,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0898","85101",2,41.736873,-109.639316,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,45,61,0,0,"","","Certification not required",2,10.088889,6.434362,34,"2013-03-17 00:00",26,"2013-01-04 00:00",21,"2013-04-28 00:00",20,"2013-06-27 00:00","","","","",34,34,21,19,13,8,4,"","OCI #4 SITE RELOCATED","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-16" +"56","037","0901","81102",1,41.735735,-108.790862,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",61,100,61,61,0,0,0,0,"Certification not required",26,9.311475,16.487916,125,"2013-03-17 00:00",31,"2013-07-03 00:00",23,"2013-07-09 00:00",21,"2013-06-27 00:00","","","","",125,31,21,18,12,4,2,"JIM BRIDGER SITE 901","PACIFICORP BRIDGER PWR PLT Site #901, ROCK Springs, WY","Wyoming","Sweetwater","","Rock Springs, WY","2014-02-07" +"56","037","0901","85101",1,41.735735,-108.790862,"WGS84","PM10 - LC","24 HOUR","","Observed Values","Tisch Environ Model-6070 PM10 Hi-Vol - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",61,100,61,61,0,0,"","","Certification not required",31,7.590164,13.400718,102,"2013-03-17 00:00",25,"2013-07-03 00:00",19,"2013-07-09 00:00",17,"2013-06-27 00:00","","","","",102,25,17,15,9,2,2,"JIM BRIDGER SITE 901","PACIFICORP BRIDGER PWR PLT Site #901, ROCK Springs, WY","Wyoming","Sweetwater","","Rock Springs, WY","2014-02-07" +"56","037","1000","61101",1,42.118389,-109.454066,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,7.321269,5.233567,38.5,"2013-04-08 21:00",38.1,"2013-04-08 18:00",37.5,"2013-04-08 19:00",37.5,"2013-04-08 20:00","","","","",24.5,21.6,17.9,14.8,9.7,5.8,2.3,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","61102",1,42.118389,-109.454066,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,191.259543,107.082651,360,"2013-01-05 02:00",360,"2013-01-06 04:00",360,"2013-03-27 20:00",360,"2013-05-06 02:00","","","","",357,354,341,322,274,222,29,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","61105",1,42.118389,-109.454066,"WGS84","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",8750,100,365,365,0,10,"","","Certification not required",0,12.994971,8.424215,58,"2013-04-08 21:00",57,"2013-04-08 20:00",56,"2013-04-08 18:00",56,"2013-04-08 19:00","","","","",39,35,30,25,18,10,5,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","61106",1,42.118389,-109.454066,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",8750,100,365,365,0,10,"","","Certification not required",0,10.479314,6.758507,49,"2013-07-07 09:00",47,"2013-04-12 08:00",47,"2013-07-01 12:00",46,"2013-01-29 19:00","","","","",35,32,25,19,13,8,5,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","62101",1,42.118389,-109.454066,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,38.158971,24.272437,90,"2013-06-28 14:00",90,"2013-07-01 15:00",89,"2013-07-10 15:00",89,"2013-07-10 16:00","","","","",85,82,77,71,56,38,7,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","62101",2,42.118389,-109.454066,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",8750,100,365,365,0,10,"","","Certification not required",0,39.199429,23.445569,88,"2013-06-28 14:00",88,"2013-06-28 15:00",88,"2013-06-28 16:00",88,"2013-07-22 15:00","","","","",84,82,77,71,57,38,9,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","62106",1,42.118389,-109.454066,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",8750,100,365,365,0,10,"","","Certification not required",0,0.581749,1.438159,8.3,"2013-08-16 19:00",7.8,"2013-01-21 18:00",7.6,"2013-01-22 03:00",6.8,"2013-08-05 01:00","","","","",4.9,4.2,3.4,2.6,1.4,0.3,-1.1,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","62201",1,42.118389,-109.454066,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Vaisala 435C RH/AT Sensor",2013,"Percent relative humidity","No Events",8750,100,365,365,0,10,"","","Certification not required",0,61.523086,25.284014,100,"2013-01-27 10:00",100,"2013-04-08 08:00",100,"2013-04-08 09:00",100,"2013-09-09 07:00","","","","",98,97,94,91,84,67,23,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","63301",1,42.118389,-109.454066,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8750,100,365,365,0,10,"","","Certification not required",4310,0.29107,0.404866,1.57,"2013-06-04 12:00",1.54,"2013-05-27 12:00",1.53,"2013-05-24 12:00",1.52,"2013-06-16 12:00","","","","",1.42,1.36,1.19,0.96,0.53,0.01,0.005,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","64101",1,42.118389,-109.454066,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",8760,100,365,365,0,0,"","","Certification not required",0,798.778881,5.505466,814,"2013-05-02 05:00",814,"2013-05-02 06:00",814,"2013-05-02 07:00",814,"2013-05-02 08:00","","","","",808,808,806,805,803,800,791,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1000","65102",1,42.118389,-109.454066,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8760,100,365,365,0,0,"","","Certification not required",0,0.000726,0.007834,0.35,"2013-05-28 16:00",0.3,"2013-05-20 13:00",0.19,"2013-05-20 20:00",0.17,"2013-10-02 23:00","","","","",0.02,0.01,0,0,0,0,0,"Farson Met","Farson Met Tower","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","1002","61101",1,41.621331,-109.834909,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",5702,65,237,365,0,850,"","","Certification not required",0,9.082076,6.292063,37.2,"2013-03-17 13:00",36.4,"2013-03-17 14:00",35,"2013-03-17 12:00",33.3,"2013-04-13 13:00","","","","",26.1,23.8,21.2,18.5,13.3,7.5,2.3,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","61102",1,41.621331,-109.834909,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",5702,65,237,365,0,850,"","","Certification not required",0,231.350929,80.909786,360,"2013-08-15 09:00",359,"2013-01-12 11:00",359,"2013-02-20 08:00",359,"2013-03-08 20:00","","","","",347,337,314,300,280,262,82,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","61106",1,41.621331,-109.834909,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",5702,65,237,365,0,850,"","","Certification not required",0,19.249719,15.796098,89.6,"2013-08-18 05:00",87.8,"2013-08-15 10:00",80.2,"2013-09-26 04:00",79.4,"2013-08-02 10:00","","","","",64.9,61,54.3,45.3,26.7,12.4,6,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","62101",1,41.621331,-109.834909,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6547,75,273,365,0,5,"","","Certification not required",0,47.107225,23.349549,94,"2013-06-27 16:00",94,"2013-06-28 14:00",94,"2013-06-28 15:00",94,"2013-06-28 16:00","","","","",90,88,84,78,65,49,17,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","62201",1,41.621331,-109.834909,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6547,75,273,365,0,5,"","","Certification not required",0,52.778525,26.32189,100,"2013-01-09 16:00",100,"2013-01-27 08:00",100,"2013-03-09 01:00",100,"2013-03-09 02:00","","","","",98,96,92,87,77,53,17,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","64101",1,41.621331,-109.834909,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6547,75,273,365,0,5,"","","Certification not required",0,808.333771,5.086631,824.6,"2013-05-02 08:00",824.6,"2013-05-02 09:00",824.2,"2013-05-02 07:00",824.2,"2013-05-02 10:00","","","","",817.5,816.5,815.1,814.1,812.1,809,800.9,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","65102",1,41.621331,-109.834909,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",4621,53,192,365,0,1931,"","","Certification not required",0,0.000476,0.008082,0.46,"2013-09-12 15:00",0.12,"2013-09-26 18:00",0.09,"2013-09-26 19:00",0.09,"2013-09-27 06:00","","","","",0.01,0,0,0,0,0,0,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","81102",1,41.621331,-109.834909,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,0,0,"Certification not required",7,12.886364,11.568232,53,"2013-03-17 00:00",49,"2013-01-04 00:00",46,"2013-04-16 00:00",23,"2013-08-08 00:00","","","","",53,53,46,22,16,10,2,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1002","85101",1,41.621331,-109.834909,"WGS84","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,44,61,0,1,"","","Certification not required",7,11.090909,10.317784,47,"2013-03-17 00:00",46,"2013-01-04 00:00",41,"2013-04-16 00:00",19,"2013-08-08 00:00","","","","",47,47,41,18,13,9,2,"","FMC TRONA SITE 002","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-11" +"56","037","1236","81102",1,41.6156,-108.7536,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",153,42,153,365,0,120,0,0,"Certification not required",0,13.823529,8.760796,52,"2013-08-16 00:00",49,"2013-04-16 00:00",44,"2013-07-21 00:00",43,"2013-08-17 00:00","","","","",49,43,32,24,18,11,6,"","Black Butte Upwind","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1236","85101",1,41.6156,-108.7536,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",153,42,153,365,0,120,"","","Certification not required",0,11.477124,7.150713,43,"2013-04-16 00:00",43,"2013-08-16 00:00",36,"2013-07-21 00:00",35,"2013-08-17 00:00","","","","",43,35,25,19,14,10,5,"","Black Butte Upwind","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1414","81102",1,41.521685,-108.661655,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",261,72,261,365,0,12,0,0,"Certification not required",0,14.425287,9.447383,78,"2013-03-17 00:00",62,"2013-09-25 00:00",52,"2013-06-13 00:00",42,"2013-06-19 00:00","","","","",52,37,32,26,18,13,6,"","Black Butte Pit 14","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1414","85101",1,41.521685,-108.661655,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",261,72,261,365,0,12,"","","Certification not required",0,11.83908,7.717423,67,"2013-03-17 00:00",52,"2013-09-25 00:00",42,"2013-06-13 00:00",34,"2013-06-19 00:00","","","","",42,30,26,21,14,10,5,"","Black Butte Pit 14","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1868","81102",1,41.6469,-108.6322,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Inclucded",263,72,263,365,2,10,2,2,"Certification not required",0,22.695817,30.423077,432,"2013-03-17 00:00",168,"2013-01-08 00:00",96,"2013-01-21 00:00",84,"2013-01-30 00:00","","","","",96,67,53,39,25,17,8,"","Black Butte Mine I-80 Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1868","81102",1,41.6469,-108.6322,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Events Excluded",261,72,263,365,0,10,0,0,"Certification not required",0,20.570881,14.233754,96,"2013-01-21 00:00",84,"2013-01-30 00:00",73,"2013-01-22 00:00",67,"2013-01-15 00:00","","","","",73,65,50,38,25,17,8,"","Black Butte Mine I-80 Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1868","81102",1,41.6469,-108.6322,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","Concurred Events Excluded",263,72,263,365,2,10,2,2,"Certification not required",0,22.695817,30.423077,432,"2013-03-17 00:00",168,"2013-01-08 00:00",96,"2013-01-21 00:00",84,"2013-01-30 00:00","","","","",96,67,53,39,25,17,8,"","Black Butte Mine I-80 Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","1868","85101",1,41.6469,-108.6322,"WGS84","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",263,72,263,365,0,10,"","","Certification not required",0,18.912548,26.306255,375,"2013-03-17 00:00",146,"2013-01-08 00:00",82,"2013-01-21 00:00",72,"2013-01-30 00:00","","","","",82,60,45,33,21,14,7,"","Black Butte Mine I-80 Site","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","2004","61101",1,41.5756,-108.6947,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6550,75,273,365,0,2,"","","Certification not required",0,7.809557,5.54057,35.5,"2013-03-17 14:00",33.1,"2013-03-17 13:00",32.7,"2013-03-17 15:00",32.3,"2013-04-08 21:00","","","","",23.4,21.4,18.3,15.6,11.4,6.6,1.7,"","Black Butte Office Met Station","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","2004","61102",1,41.5756,-108.6947,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6550,75,273,365,0,2,"","","Certification not required",0,202.010076,99.517088,360,"2013-05-03 03:00",360,"2013-06-05 01:00",360,"2013-07-11 08:00",360,"2013-07-25 08:00","","","","",356,352,338,310,273,228,32,"","Black Butte Office Met Station","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","2004","61106",1,41.5756,-108.6947,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6550,75,273,365,0,2,"","","Certification not required",0,21.829985,14.20087,76.7,"2013-05-24 04:00",76.2,"2013-09-01 10:00",75.9,"2013-06-27 09:00",75.2,"2013-06-21 08:00","","","","",62.6,57.9,51,43.9,30.6,16.3,8.7,"","Black Butte Office Met Station","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","2004","62101",1,41.5756,-108.6947,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6550,75,273,365,0,2,"","","Certification not required",0,47.167939,22.770122,93,"2013-06-28 14:00",93,"2013-06-28 15:00",93,"2013-06-28 16:00",92,"2013-06-27 14:00","","","","",89,87,83,78,64,49,18,"","Black Butte Office Met Station","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","2004","65102",1,41.5756,-108.6947,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6550,75,273,365,0,2,"","","Certification not required",0,0.000823,0.009025,0.38,"2013-09-12 15:00",0.33,"2013-09-15 16:00",0.24,"2013-07-25 14:00",0.16,"2013-09-26 21:00","","","","",0.02,0.01,0,0,0,0,0,"","Black Butte Office Met Station","Wyoming","Sweetwater","","Rock Springs, WY","2013-12-10" +"56","037","2851","61101",1,41.754697,-108.800341,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6544,75,273,365,0,8,"","","Certification not required",0,9.756433,6.589247,42.3,"2013-04-08 18:00",40.4,"2013-04-08 20:00",40,"2013-03-17 14:00",39.6,"2013-04-08 17:00","","","","",27.4,24.9,21.8,19,14.2,8.5,2.1,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","61101",2,41.754697,-108.800341,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6543,75,273,365,0,9,"","","Certification not required",0,12.172046,7.814448,49.5,"2013-04-08 18:00",47.6,"2013-04-08 20:00",46.4,"2013-03-17 14:00",46.4,"2013-04-08 17:00","","","","",32.6,29.3,26,22.9,17.5,11.3,2.7,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","61102",1,41.754697,-108.800341,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,216.842451,96.139582,360,"2013-02-20 19:00",360,"2013-10-09 05:00",360,"2013-10-24 06:00",360,"2013-10-24 07:00","","","","",354,349,337,323,275,250,39,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","61102",2,41.754697,-108.800341,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,214.649549,91.725228,360,"2013-02-19 08:00",360,"2013-03-28 02:00",360,"2013-04-01 02:00",360,"2013-04-08 05:00","","","","",355,349,334,305,268,247,36,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","61106",1,41.754697,-108.800341,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6544,75,273,365,0,8,"","","Certification not required",0,10.876681,6.283431,60,"2013-01-18 03:00",57,"2013-02-02 19:00",50,"2013-01-17 23:00",47,"2013-10-27 04:00","","","","",33,30,24,19,13,9,6,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","61106",2,41.754697,-108.800341,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6543,75,273,365,0,9,"","","Certification not required",0,9.290998,6.534577,59,"2013-10-26 21:00",52,"2013-02-02 21:00",50,"2013-01-27 05:00",50,"2013-10-13 04:00","","","","",34,30,23,18,11,7,4,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","62101",1,41.754697,-108.800341,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,34.940089,19.107087,93,"2013-06-28 14:00",93,"2013-06-28 15:00",92,"2013-06-27 15:00",92,"2013-06-27 16:00","","","","",82,78,71,61,46,33,14,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","62101",2,41.754697,-108.800341,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,34.958887,18.489166,90,"2013-06-28 15:00",89,"2013-06-27 15:00",89,"2013-06-27 16:00",89,"2013-06-27 17:00","","","","",80,76,70,60,46,33,14,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","62101",3,41.754697,-108.800341,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6543,75,273,365,0,9,"","","Certification not required",0,35.2372,18.049441,88,"2013-06-28 15:00",88,"2013-06-28 16:00",88,"2013-06-28 17:00",88,"2013-06-28 18:00","","","","",78,75,69,60,46,34,14,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","62106",1,41.754697,-108.800341,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6543,75,273,365,0,9,"","","Certification not required",0,0.012991,0.913273,3.7,"2013-10-25 23:00",3.6,"2013-12-17 23:00",3.4,"2013-01-23 03:00",3.4,"2013-01-23 04:00","","","","",2.3,2,1.5,1.2,0.6,0.1,-1.2,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","62106",2,41.754697,-108.800341,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 3 - level 1",2013,"Temp Difference, Centigrade ","No Events",6543,75,273,365,0,9,"","","Certification not required",0,0.16685,1.927717,8.6,"2013-01-14 04:00",8.5,"2013-01-17 21:00",8.1,"2013-01-14 05:00",7.8,"2013-01-14 03:00","","","","",5.4,4.9,3.9,3,1.2,-0.1,-2.1,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","62201",1,41.754697,-108.800341,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","Instrumental - Hygromer C94 Probe",2013,"Percent relative humidity","No Events",6544,75,273,365,0,8,"","","Certification not required",0,59.345049,22.907401,97,"2013-03-21 05:00",97,"2013-12-03 01:00",97,"2013-12-03 02:00",97,"2013-12-03 03:00","","","","",94,92,89,86,79,63,23,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","63301",1,41.754697,-108.800341,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6548,75,273,365,0,4,"","","Certification not required",3321,0.256844,0.369254,1.51,"2013-05-10 12:00",1.51,"2013-06-17 12:00",1.46,"2013-05-31 12:00",1.46,"2013-06-01 10:00","","","","",1.36,1.29,1.08,0.85,0.45,0.005,0.005,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","64101",1,41.754697,-108.800341,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC PRESSURE TRANSDUCER",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,795.235195,5.634339,811,"2013-05-02 04:00",811,"2013-05-02 05:00",811,"2013-05-02 06:00",811,"2013-05-02 07:00","","","","",806,805,804,802,799,796,787,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2851","65102",1,41.754697,-108.800341,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.000363,0.00366,0.12,"2013-10-03 07:00",0.09,"2013-04-07 10:00",0.08,"2013-10-03 04:00",0.07,"2013-05-19 23:00","","","","",0.01,0,0,0,0,0,0,"","Jim Bridger Met Site","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-29" +"56","037","2860","61101",1,41.76306,-108.73444,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6525,74,271,365,0,27,"","","Certification not required",0,9.591693,6.651821,48.5,"2013-04-08 22:00",47.4,"2013-04-08 18:00",46.5,"2013-04-08 21:00",46.4,"2013-04-08 19:00","","","","",28.4,25.4,21.8,18.5,13.6,8.5,2,"","Bridger mine met station","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","037","2860","61102",1,41.76306,-108.73444,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6525,74,271,365,0,27,"","","Certification not required",0,193.877395,88.097156,360,"2013-02-10 06:00",360,"2013-02-14 11:00",360,"2013-03-27 20:00",360,"2013-04-30 19:00","","","","",348,335,308,288,259,226,51,"","Bridger mine met station","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","037","2860","61106",1,41.76306,-108.73444,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6525,74,271,365,0,27,"","","Certification not required",0,25.529502,18.675977,102.3,"2013-01-12 06:00",101.8,"2013-02-20 01:00",100.2,"2013-07-01 03:00",99.8,"2013-01-23 08:00","","","","",87.7,81.4,67.2,52.5,32.4,20.1,8,"","Bridger mine met station","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","037","2860","62101",1,41.76306,-108.73444,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6525,74,271,365,0,27,"","","Certification not required",0,46.689808,21.675736,90,"2013-06-28 16:00",89,"2013-06-28 14:00",89,"2013-06-28 15:00",89,"2013-06-28 17:00","","","","",86,84,80,75,64,49,18,"","Bridger mine met station","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","037","2860","65102",1,41.76306,-108.73444,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6525,74,271,365,0,27,"","","Certification not required",0,0.000613,0.010159,0.71,"2013-09-15 14:00",0.15,"2013-07-04 17:00",0.15,"2013-09-12 15:00",0.11,"2013-09-15 15:00","","","","",0.01,0.01,0,0,0,0,0,"","Bridger mine met station","Wyoming","Sweetwater","","Rock Springs, WY","2014-01-31" +"56","039","0008","44201",1,43.670833,-110.599472,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",8689,99,212,214,0,71,0,0,"Certification not required",4,0.050189,0.007597,0.068,"2013-05-25 14:00",0.066,"2013-05-26 18:00",0.066,"2013-06-08 16:00",0.066,"2013-07-23 15:00","","","","",0.066,0.065,0.062,0.059,0.056,0.053,0.048,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","44201",1,43.670833,-110.599472,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8719,99,212,214,0,0,0,0,"Certification not required",0,0.046557,0.007409,0.062,"2013-05-25 10:00",0.062,"2013-06-08 10:00",0.061,"2013-05-26 12:00",0.06,"2013-08-16 11:00","","","","",0.061,0.059,0.058,0.056,0.053,0.049,0.045,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","44201",1,43.670833,-110.599472,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8719,99,212,214,0,0,0,0,"Certification not required",0,0.046557,0.007409,0.062,"2013-05-25 10:00",0.062,"2013-06-08 10:00",0.061,"2013-05-26 12:00",0.06,"2013-08-16 11:00","","","","",0.061,0.059,0.058,0.056,0.053,0.049,0.045,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","61101",1,43.670833,-110.599472,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8715,99,362,365,0,45,"","","Certification not required",0,4.646208,2.880573,21.6,"2013-04-29 17:00",21.6,"2013-04-29 19:00",21.4,"2013-04-29 18:00",21.2,"2013-04-29 14:00","","","","",14.4,13.2,10.7,8.5,5.6,3.9,1.9,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","61103",1,43.670833,-110.599472,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8715,99,362,365,0,45,"","","Certification not required",0,4.232725,2.939098,21,"2013-04-29 17:00",21,"2013-04-29 19:00",20.8,"2013-04-29 14:00",20.8,"2013-04-29 18:00","","","","",14,12.8,10.3,8.2,5.4,3.5,1.2,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","61104",1,43.670833,-110.599472,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8715,99,362,365,0,45,"","","Certification not required",0,155.377625,85.960162,360,"2013-04-22 14:00",359,"2013-05-10 13:00",358,"2013-09-26 16:00",357,"2013-09-14 09:00","","","","",336,322,286,264,233,101,67,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","61106",1,43.670833,-110.599472,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8715,99,362,365,0,45,"","","Certification not required",0,24.585278,15.271831,83.9,"2013-12-15 00:00",83.6,"2013-02-25 20:00",83,"2013-12-09 21:00",82.8,"2013-10-02 02:00","","","","",67.4,63.2,55.8,48.2,34.2,19.1,9.7,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","62101",1,43.670833,-110.599472,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",8758,100,365,365,0,2,"","","Certification not required",0,35.8752,21.00711,85,"2013-07-02 15:00",85,"2013-07-02 16:00",85,"2013-08-16 13:00",85,"2013-08-16 14:00","","","","",81,79,73,65,51,34,9,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","62201",1,43.670833,-110.599472,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8758,100,365,365,0,2,"","","Certification not required",0,68.643412,22.027098,100,"2013-03-30 02:00",100,"2013-03-30 06:00",100,"2013-03-30 08:00",100,"2013-06-14 03:00","","","","",99,98,96,93,86,75,34,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","63301",1,43.670833,-110.599472,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8758,100,365,365,0,2,"","","Certification not required",4407,0.265488,0.391538,1.6,"2013-05-21 11:00",1.53,"2013-06-03 12:00",1.52,"2013-05-10 12:00",1.51,"2013-04-14 12:00","","","","",1.4,1.35,1.18,0.93,0.43,0.005,0.005,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","64101",1,43.670833,-110.599472,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",8758,100,365,365,0,2,"","","Certification not required",0,786.048755,5.620016,801,"2013-05-02 05:00",801,"2013-05-02 06:00",801,"2013-05-02 07:00",801,"2013-05-02 08:00","","","","",796,795,793,792,791,787,779,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","0008","65102",1,43.670833,-110.599472,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",8719,100,363,365,0,41,"","","Certification not required",0,0.001502,0.013697,0.82,"2013-09-23 08:00",0.35,"2013-09-06 15:00",0.31,"2013-09-15 14:00",0.26,"2013-08-27 14:00","","","","",0.04,0.02,0,0,0,0,0,"Grand Teton NP - Science School","Grand Teton NP - Science School","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1006","68102",1,43.47808,-110.76118,"WGS84","Sample Volume","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Calculation",2013,"Cubic meter","No Events",110,100,59,61,0,0,"","","Certification not required",0,24.006364,0.047463,24.1,"2013-01-28 00:00",24.1,"2013-03-23 00:00",24.1,"2013-04-16 00:00",24.1,"2013-06-03 00:00","","","","",24.1,24.1,24.1,24.1,24,24,24,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1006","68105",1,43.47808,-110.76118,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Electronic",2013,"Degrees Centigrade","No Events",93,100,54,61,0,7,"","","Certification not required",0,3.74086,9.501616,20.7,"2013-06-27 00:00",20.4,"2013-08-20 00:00",19.9,"2013-08-17 00:00",18.9,"2013-08-02 00:00","","","","",20.7,20.4,18.8,17.7,11.1,3,-8.2,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1006","68108",1,43.47808,-110.76118,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2000 PM-2.5 FEM Air Sampler - Barometric Sensor",2013,"Millimeters (mercury)","No Events",93,100,54,61,0,7,"","","Certification not required",0,604.602151,4.157601,614,"2013-11-12 00:00",612,"2013-12-11 00:00",611,"2013-01-19 00:00",611,"2013-02-15 00:00","","","","",614,612,611,610,607,605,598,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1006","81102",1,43.47808,-110.76118,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (25 C)","No Events",119,97,118,122,0,5,0,0,"Certification not required",8,13.756303,9.152166,63,"2013-04-01 00:00",47,"2013-03-14 00:00",37,"2013-03-05 00:00",32,"2013-11-27 00:00","","","","",47,37,29,25,18,12,4,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1006","85101",1,43.47808,-110.76118,"WGS84","PM10 - LC","24 HOUR","","Observed Values","R - P Co Partisol Model 2000 - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",119,100,59,61,0,5,"","","Certification not required",13,11.672269,7.927756,54,"2013-04-01 00:00",40,"2013-03-14 00:00",34,"2013-03-05 00:00",28,"2013-11-27 00:00","","","","",40,34,25,20,15,10,2,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1006","88101",1,43.47808,-110.76118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,13,0,0,"Certification not required",0,4.902727,2.573915,15.5,"2013-01-01 00:00",10.9,"2013-08-20 00:00",10.7,"2013-01-19 00:00",10.3,"2013-11-24 00:00","","","","",10.9,10.7,9.9,9,6.4,4.2,2.4,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1006","88101",1,43.47808,-110.76118,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2000 PM-2.5 Air Sampler w/VSCC - Gravimetric",2013,"Micrograms/cubic meter (LC)","No Events",110,90,110,122,0,13,"","","Certification not required",0,4.902727,2.573915,15.5,"2013-01-01 00:00",10.9,"2013-08-20 00:00",10.7,"2013-01-19 00:00",10.3,"2013-11-24 00:00","","","","",10.9,10.7,9.9,9,6.4,4.2,2.4,"Jackson SLAM site","Jackson Fire District #1- 40 East Peral Ave","Wyoming","Teton","Jackson","Jackson, WY-ID","2014-02-20" +"56","039","1011","44201",1,44.559722,-110.400556,"NAD83","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",8374,93,200,214,0,386,0,0,"Certification not required",0,0.05101,0.007706,0.069,"2013-06-17 16:00",0.069,"2013-07-09 12:00",0.068,"2013-06-15 17:00",0.067,"2013-06-01 15:00","","","","",0.069,0.067,0.064,0.061,0.057,0.053,0.048,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","44201",1,44.559722,-110.400556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8403,90,193,214,0,0,0,0,"Certification not required",0,0.047746,0.007339,0.064,"2013-06-08 11:00",0.064,"2013-08-16 12:00",0.063,"2013-06-01 13:00",0.063,"2013-07-09 11:00","","","","",0.064,0.063,0.06,0.058,0.054,0.05,0.046,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","44201",1,44.559722,-110.400556,"NAD83","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",8403,90,193,214,0,0,0,0,"Certification not required",0,0.047746,0.007339,0.064,"2013-06-08 11:00",0.064,"2013-08-16 12:00",0.063,"2013-06-01 13:00",0.063,"2013-07-09 11:00","","","","",0.064,0.063,0.06,0.058,0.054,0.05,0.046,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","61101",1,44.559722,-110.400556,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",8587,98,358,365,0,173,"","","Certification not required",0,3.092232,1.684236,12,"2013-03-03 15:00",11.1,"2013-04-29 12:00",11.1,"2013-04-29 13:00",11.1,"2013-06-19 15:00","","","","",8.5,7.6,6.6,5.4,3.9,2.5,1.6,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","61103",1,44.559722,-110.400556,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",8587,98,358,365,0,173,"","","Certification not required",0,2.456248,1.509153,10.9,"2013-03-03 15:00",9.7,"2013-03-03 14:00",9.7,"2013-04-29 12:00",9.7,"2013-04-29 13:00","","","","",7.4,6.6,5.4,4.7,3.1,2.1,0.8,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","61104",1,44.559722,-110.400556,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",8587,98,358,365,0,173,"","","Certification not required",0,226.355188,86.730868,360,"2013-02-01 21:00",360,"2013-04-09 20:00",360,"2013-04-30 20:00",360,"2013-05-01 04:00","","","","",356,352,344,334,310,223,130,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","61106",1,44.559722,-110.400556,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",8587,98,358,365,0,173,"","","Certification not required",0,37.085827,14.295465,89,"2013-05-31 01:00",89,"2013-12-24 04:00",87,"2013-01-12 19:00",87,"2013-04-02 16:00","","","","",74,70,64,57,45,35,20,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","62101",1,44.559722,-110.400556,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",7659,87,318,365,0,1101,"","","Certification not required",0,30.899334,19.83334,82,"2013-07-02 14:00",81,"2013-07-02 15:00",81,"2013-07-02 16:00",80,"2013-07-02 13:00","","","","",74,72,66,59,45,30,4,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","62201",1,44.559722,-110.400556,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",8609,98,360,365,0,151,"","","Certification not required",0,67.469276,20.716696,99,"2013-04-05 05:00",99,"2013-04-05 06:00",99,"2013-04-05 07:00",99,"2013-05-17 00:00","","","","",97,95,93,90,84,73,35,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","63301",1,44.559722,-110.400556,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",8614,98,360,365,0,146,"","","Certification not required",4394,0.204602,0.339762,1.44,"2013-07-10 12:00",1.43,"2013-07-01 11:00",1.41,"2013-06-18 11:00",1.39,"2013-06-15 12:00","","","","",1.3,1.23,1.03,0.79,0.26,0.005,0.005,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","1011","65102",1,44.559722,-110.400556,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",7067,81,297,365,0,1693,"","","Certification not required",0,0.001838,0.010911,0.26,"2013-07-06 19:00",0.19,"2013-09-17 18:00",0.18,"2013-08-21 16:00",0.18,"2013-09-18 15:00","","","","",0.04,0.03,0.01,0,0,0,0,"Yellowstone National Park, Water Tank","YELLOWSTONE NATIONAL PARK","Wyoming","Teton","","Jackson, WY-ID","2014-02-18" +"56","039","9000","85101",1,44.565217,-110.400996,"WGS84","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",1,2.768153,2.318665,10.7301,"2013-05-13 00:00",8.2774,"2013-04-25 00:00",7.877,"2013-04-28 00:00",6.9697,"2013-05-10 00:00","","","","",10.7301,10.7301,7.877,6.6483,3.9435,1.949,0.6829,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","86502",1,44.565217,-110.400996,"WGS84","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.782609,1.245669,6,"2013-05-13 00:00",3,"2013-04-25 00:00",3,"2013-04-28 00:00",3,"2013-05-10 00:00","","","","",6,6,3,3,1,0,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88103",1,44.565217,-110.400996,"WGS84","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,2.2e-05,0.000147,0.001,"2013-04-25 00:00",0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00","","","","",0.001,0.001,0,0,0,0,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88104",1,44.565217,-110.400996,"WGS84","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",2,0.034615,0.041871,0.179,"2013-04-28 00:00",0.176,"2013-04-25 00:00",0.0973,"2013-04-01 00:00",0.0952,"2013-05-10 00:00","","","","",0.179,0.179,0.0973,0.0886,0.0514,0.022,0.0015,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88109",1,44.565217,-110.400996,"WGS84","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",5,0.000833,0.000783,0.0033,"2013-05-25 00:00",0.0031,"2013-05-13 00:00",0.0026,"2013-04-04 00:00",0.0024,"2013-03-14 00:00","","","","",0.0033,0.0033,0.0026,0.0019,0.001,0.0006,0.0001,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88111",1,44.565217,-110.400996,"WGS84","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",7,0.021545,0.027329,0.1305,"2013-04-28 00:00",0.102,"2013-04-25 00:00",0.0628,"2013-04-01 00:00",0.0611,"2013-05-25 00:00","","","","",0.1305,0.1305,0.0628,0.0599,0.0307,0.0119,0.0011,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88112",1,44.565217,-110.400996,"WGS84","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88114",1,44.565217,-110.400996,"WGS84","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",34,0.000175,0.0002,0.0014,"2013-01-10 00:00",0.0005,"2013-05-25 00:00",0.0003,"2013-01-22 00:00",0.0003,"2013-04-04 00:00","","","","",0.0014,0.0014,0.0003,0.0003,0.0002,0.0001,0.0001,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88115",1,44.565217,-110.400996,"WGS84","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",23,0.000622,0.000873,0.0049,"2013-04-28 00:00",0.0027,"2013-04-25 00:00",0.0019,"2013-04-16 00:00",0.0016,"2013-04-04 00:00","","","","",0.0049,0.0049,0.0019,0.0015,0.0009,0.0002,0.0001,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88126",1,44.565217,-110.400996,"WGS84","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",4,0.020653,0.024814,0.1082,"2013-04-28 00:00",0.1039,"2013-04-25 00:00",0.0575,"2013-05-10 00:00",0.0555,"2013-04-01 00:00","","","","",0.1082,0.1082,0.0575,0.0538,0.0313,0.0121,0.0013,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88128",1,44.565217,-110.400996,"WGS84","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.000391,0.000649,0.002,"2013-04-25 00:00",0.001,"2013-01-16 00:00",0.001,"2013-01-22 00:00",0.001,"2013-03-05 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88132",1,44.565217,-110.400996,"WGS84","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.000609,0.000802,0.003,"2013-04-25 00:00",0.003,"2013-04-28 00:00",0.002,"2013-04-01 00:00",0.002,"2013-05-10 00:00","","","","",0.003,0.003,0.002,0.002,0.001,0,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88136",1,44.565217,-110.400996,"WGS84","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88140",1,44.565217,-110.400996,"WGS84","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",15,0.009622,0.012723,0.057,"2013-04-28 00:00",0.044,"2013-04-25 00:00",0.0369,"2013-03-08 00:00",0.0339,"2013-05-25 00:00","","","","",0.057,0.057,0.0369,0.0314,0.0115,0.0045,0.0011,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88152",1,44.565217,-110.400996,"WGS84","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",35,0.000282,0.00034,0.0017,"2013-01-19 00:00",0.0011,"2013-03-23 00:00",0.001,"2013-01-07 00:00",0.001,"2013-03-02 00:00","","","","",0.0017,0.0017,0.001,0.0009,0.00015,0.00015,0.0001,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88154",1,44.565217,-110.400996,"WGS84","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",37,0.000128,7.2e-05,0.0005,"2013-04-10 00:00",0.0003,"2013-03-02 00:00",0.0002,"2013-01-22 00:00",0.0002,"2013-03-23 00:00","","","","",0.0005,0.0005,0.0002,0.0002,0.0001,0.0001,0.0001,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88161",1,44.565217,-110.400996,"WGS84","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",11,0.001932,0.00231,0.0097,"2013-04-25 00:00",0.0097,"2013-04-28 00:00",0.0056,"2013-04-01 00:00",0.0053,"2013-05-10 00:00","","","","",0.0097,0.0097,0.0056,0.005,0.0028,0.0011,0.00015,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88164",1,44.565217,-110.400996,"WGS84","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",22,0.0001,7.4e-05,0.0004,"2013-04-25 00:00",0.0003,"2013-04-28 00:00",0.0002,"2013-03-26 00:00",0.0002,"2013-03-29 00:00","","","","",0.0004,0.0004,0.0002,0.0002,0.0001,0.0001,5e-05,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88165",1,44.565217,-110.400996,"WGS84","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",1,0.07928,0.097597,0.4119,"2013-04-28 00:00",0.3997,"2013-04-25 00:00",0.2374,"2013-05-13 00:00",0.2258,"2013-05-10 00:00","","","","",0.4119,0.4119,0.2374,0.2081,0.124,0.0484,0.0042,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88167",1,44.565217,-110.400996,"WGS84","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",2,0.000936,0.000847,0.0048,"2013-01-13 00:00",0.0031,"2013-04-25 00:00",0.0023,"2013-03-05 00:00",0.0022,"2013-04-16 00:00","","","","",0.0048,0.0048,0.0023,0.0016,0.0011,0.0007,0.0002,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88168",1,44.565217,-110.400996,"WGS84","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",28,0.000251,0.000235,0.0012,"2013-04-25 00:00",0.0008,"2013-03-11 00:00",0.0008,"2013-04-28 00:00",0.0006,"2013-05-10 00:00","","","","",0.0012,0.0012,0.0008,0.0006,0.0003,0.00015,0.0001,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88169",1,44.565217,-110.400996,"WGS84","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.126178,0.085051,0.4543,"2013-04-25 00:00",0.3059,"2013-05-10 00:00",0.3026,"2013-05-07 00:00",0.2198,"2013-03-23 00:00","","","","",0.4543,0.4543,0.3026,0.2172,0.162,0.1143,0.0337,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88176",1,44.565217,-110.400996,"WGS84","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",38,0.000185,7.9e-05,0.0004,"2013-05-01 00:00",0.0004,"2013-05-04 00:00",0.0004,"2013-05-13 00:00",0.0004,"2013-05-16 00:00","","","","",0.0004,0.0004,0.0004,0.0003,0.00015,0.00015,0.00015,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88180",1,44.565217,-110.400996,"WGS84","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.014528,0.013908,0.0617,"2013-04-28 00:00",0.0582,"2013-04-25 00:00",0.035,"2013-05-25 00:00",0.0345,"2013-05-10 00:00","","","","",0.0617,0.0617,0.035,0.0329,0.0193,0.0093,0.0028,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88184",1,44.565217,-110.400996,"WGS84","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",22,0.007622,0.009679,0.0467,"2013-05-25 00:00",0.0366,"2013-03-08 00:00",0.0329,"2013-03-14 00:00",0.0227,"2013-04-25 00:00","","","","",0.0467,0.0467,0.0329,0.0146,0.0101,0.004,0.00165,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88185",1,44.565217,-110.400996,"WGS84","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",40,0.000691,0.000221,0.0017,"2013-01-22 00:00",0.0013,"2013-01-16 00:00",0.0011,"2013-04-25 00:00",0.0009,"2013-04-16 00:00","","","","",0.0017,0.0017,0.0011,0.0009,0.0007,0.00065,0.0004,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88203",1,44.565217,-110.400996,"WGS84","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",24,0.009733,0.011331,0.059,"2013-03-02 00:00",0.0479,"2013-01-16 00:00",0.0286,"2013-05-25 00:00",0.0273,"2013-02-27 00:00","","","","",0.059,0.059,0.0286,0.0204,0.0103,0.0071,0.0027,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88306",1,44.565217,-110.400996,"WGS84","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",3,0.169084,0.17306,0.8696,"2013-01-01 00:00",0.551,"2013-03-02 00:00",0.4973,"2013-02-27 00:00",0.4491,"2013-01-16 00:00","","","","",0.8696,0.8696,0.4973,0.4483,0.2351,0.1048,0.0209,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88320",1,44.565217,-110.400996,"WGS84","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.201304,0.152776,0.74,"2013-05-13 00:00",0.55,"2013-05-10 00:00",0.48,"2013-04-28 00:00",0.46,"2013-04-04 00:00","","","","",0.74,0.74,0.48,0.43,0.27,0.15,0.06,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88321",1,44.565217,-110.400996,"WGS84","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.030652,0.027358,0.12,"2013-04-10 00:00",0.11,"2013-04-04 00:00",0.09,"2013-04-25 00:00",0.07,"2013-04-01 00:00","","","","",0.12,0.12,0.09,0.07,0.04,0.02,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88324",1,44.565217,-110.400996,"WGS84","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",44,0.01807,0.006596,0.0326,"2013-04-13 00:00",0.0281,"2013-01-10 00:00",0.02785,"2013-01-13 00:00",0.02745,"2013-01-07 00:00","","","","",0.0326,0.0326,0.02785,0.0273,0.0261,0.01545,0.0095,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88325",1,44.565217,-110.400996,"WGS84","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",28,0.04509,0.032687,0.1594,"2013-05-13 00:00",0.1527,"2013-05-10 00:00",0.1016,"2013-04-04 00:00",0.0999,"2013-05-07 00:00","","","","",0.1594,0.1594,0.1016,0.0918,0.0554,0.03075,0.01835,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88326",1,44.565217,-110.400996,"WGS84","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",33,0.056165,0.049466,0.2999,"2013-05-13 00:00",0.1428,"2013-04-01 00:00",0.1401,"2013-04-28 00:00",0.1361,"2013-04-04 00:00","","","","",0.2999,0.2999,0.1401,0.115,0.0638,0.0358,0.0305,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88327",1,44.565217,-110.400996,"WGS84","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",16,0.039174,0.027821,0.1062,"2013-04-28 00:00",0.1024,"2013-05-13 00:00",0.0939,"2013-04-04 00:00",0.089,"2013-05-10 00:00","","","","",0.1062,0.1062,0.0939,0.0843,0.0486,0.0354,0.0113,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88328",1,44.565217,-110.400996,"WGS84","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",2,0.059041,0.048713,0.2069,"2013-05-10 00:00",0.1754,"2013-05-13 00:00",0.142,"2013-05-07 00:00",0.14,"2013-05-16 00:00","","","","",0.2069,0.2069,0.142,0.1392,0.0724,0.0416,0.0098,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88329",1,44.565217,-110.400996,"WGS84","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",3,0.063535,0.051316,0.178,"2013-05-13 00:00",0.177,"2013-05-10 00:00",0.157,"2013-04-10 00:00",0.154,"2013-04-25 00:00","","","","",0.178,0.178,0.157,0.1521,0.0818,0.0433,0.01,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88330",1,44.565217,-110.400996,"WGS84","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",6,0.026208,0.021866,0.1032,"2013-04-04 00:00",0.0658,"2013-04-10 00:00",0.0651,"2013-04-25 00:00",0.0593,"2013-05-10 00:00","","","","",0.1032,0.1032,0.0651,0.0552,0.041,0.0212,0.00345,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88331",1,44.565217,-110.400996,"WGS84","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",21,7.7e-05,0.000203,0.001,"2013-04-01 00:00",0.001,"2013-05-07 00:00",0.0001,"2013-03-02 00:00",0.0001,"2013-03-05 00:00","","","","",0.001,0.001,0.0001,0.0001,0.0001,5e-05,0,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88338",1,44.565217,-110.400996,"WGS84","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",44,0.015796,0.006783,0.0486,"2013-01-19 00:00",0.0328,"2013-04-04 00:00",0.02585,"2013-02-27 00:00",0.0251,"2013-02-21 00:00","","","","",0.0486,0.0486,0.02585,0.0241,0.0163,0.0148,0.01055,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88339",1,44.565217,-110.400996,"WGS84","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.520456,0.350846,1.87399,"2013-04-25 00:00",1.26196,"2013-05-10 00:00",1.24814,"2013-05-07 00:00",0.90659,"2013-03-23 00:00","","","","",1.87399,1.87399,1.24814,0.89587,0.66837,0.47136,0.13881,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88344",1,44.565217,-110.400996,"WGS84","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.218333,0.223044,1.1218,"2013-01-01 00:00",0.7108,"2013-03-02 00:00",0.6415,"2013-02-27 00:00",0.5793,"2013-01-16 00:00","","","","",1.1218,1.1218,0.6415,0.5783,0.3033,0.1352,0.027,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88348",1,44.565217,-110.400996,"WGS84","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.36227,0.443363,1.9125,"2013-04-28 00:00",1.8194,"2013-04-25 00:00",1.0234,"2013-05-13 00:00",1.0164,"2013-05-10 00:00","","","","",1.9125,1.9125,1.0234,0.9678,0.5635,0.2201,0.0167,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88350",1,44.565217,-110.400996,"WGS84","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.36205,0.27508,1.3396,"2013-05-13 00:00",0.9896,"2013-05-10 00:00",0.8575,"2013-04-28 00:00",0.8222,"2013-04-04 00:00","","","","",1.3396,1.3396,0.8575,0.7778,0.4826,0.2698,0.1147,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88403",1,44.565217,-110.400996,"WGS84","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,0.362067,0.235888,1.2756,"2013-04-25 00:00",0.8376,"2013-05-10 00:00",0.8262,"2013-05-07 00:00",0.623,"2013-03-23 00:00","","","","",1.2756,1.2756,0.8262,0.6158,0.4633,0.332,0.0969,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","039","9000","88502",1,44.565217,-110.400996,"WGS84","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",46,75,23,61,0,5,"","","Certification not required",0,1.454348,1.094371,4.7,"2013-04-25 00:00",4,"2013-05-13 00:00",3.9,"2013-04-28 00:00",3.7,"2013-05-10 00:00","","","","",4.7,4.7,3.9,3,1.7,1.2,0.4,"","Yellowstone NP 2","Wyoming","Teton","","Jackson, WY-ID","2014-01-28" +"56","041","0101","42601",1,41.373097,-111.042376,"WGS84","Nitric oxide (NO)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6337,72,273,365,0,215,"","","Certification not required",0,0.251365,0.67141,8.9,"2013-05-24 07:00",8.5,"2013-05-22 09:00",8,"2013-01-04 12:00",7.9,"2013-01-21 11:00","","","","",3.6,2.4,1.1,0.6,0.3,0.1,-0.1,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","42602",1,41.373097,-111.042376,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 1-hour","Daily Maximum 1-hour average","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6337,72,273,365,0,215,0,"","Certification not required",0,4.782051,2.770924,16.8,"2013-01-04 21:00",16.4,"2013-01-17 22:00",15,"2013-01-06 23:00",13.5,"2013-01-03 21:00","","","","",15,12.4,9.7,8,6.3,4.4,1.5,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","42602",1,41.373097,-111.042376,"WGS84","Nitrogen dioxide (NO2)","1 HOUR","NO2 Annual 1971","Observed values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6337,72,273,365,0,215,"","","Certification not required",0,1.788859,1.688877,16.8,"2013-01-04 21:00",16.4,"2013-01-17 22:00",15,"2013-01-06 23:00",14.5,"2013-01-04 23:00","","","","",7.9,6.7,5.3,4,2.4,1.2,0.4,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","42603",1,41.373097,-111.042376,"WGS84","Oxides of nitrogen (NOx)","1 HOUR","","Observed Values","INSTRUMENTAL - GAS PHASE CHEMILUMINESCENCE",2013,"Parts per billion","No Events",6337,72,273,365,0,215,"","","Certification not required",0,1.896655,2.055707,17.3,"2013-01-04 21:00",16.6,"2013-01-17 22:00",16.2,"2013-01-21 10:00",16.1,"2013-05-22 09:00","","","","",10.2,8.3,6,4.4,2.4,1.2,0.3,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","44201",1,41.373097,-111.042376,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET ABSORPTION",2013,"Parts per million","No Events",6443,85,182,214,0,109,0,0,"Certification not required",0,0.054588,0.006501,0.074,"2013-06-18 17:00",0.071,"2013-07-10 18:00",0.07,"2013-05-26 12:00",0.069,"2013-05-25 16:00","","","","",0.071,0.069,0.067,0.063,0.059,0.055,0.051,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","44201",1,41.373097,-111.042376,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6526,85,182,214,0,0,0,0,"Certification not required",0,0.051192,0.006099,0.068,"2013-06-18 13:00",0.067,"2013-05-26 08:00",0.065,"2013-05-25 10:00",0.065,"2013-07-10 13:00","","","","",0.067,0.065,0.061,0.059,0.055,0.052,0.048,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","44201",1,41.373097,-111.042376,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6526,85,182,214,0,0,0,0,"Certification not required",0,0.051192,0.006099,0.068,"2013-06-18 13:00",0.067,"2013-05-26 08:00",0.065,"2013-05-25 10:00",0.065,"2013-07-10 13:00","","","","",0.067,0.065,0.061,0.059,0.055,0.052,0.048,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","61101",1,41.373097,-111.042376,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6549,75,273,365,0,3,"","","Certification not required",0,8.799435,4.705776,29.5,"2013-04-07 15:00",29.1,"2013-09-29 14:00",29.1,"2013-09-30 14:00",28.9,"2013-09-29 13:00","","","","",22.1,20.2,17.3,15,11.7,8.4,3.1,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","61102",1,41.373097,-111.042376,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,213.392732,73.825962,360,"2013-05-02 09:00",360,"2013-07-02 14:00",360,"2013-08-06 20:00",359,"2013-03-23 18:00","","","","",348,342,324,304,266,224,123,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","61106",1,41.373097,-111.042376,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6549,75,273,365,0,3,"","","Certification not required",0,11.006566,7.281523,51,"2013-05-02 14:00",50,"2013-08-13 22:00",46,"2013-05-23 11:00",46,"2013-06-23 10:00","","","","",35,32,27,21,14,9,4,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","62101",1,41.373097,-111.042376,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,45.679493,21.602465,90,"2013-06-28 14:00",90,"2013-06-28 15:00",89,"2013-06-28 13:00",89,"2013-06-28 16:00","","","","",86,84,80,74,62,47,17,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","62101",2,41.373097,-111.042376,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6549,75,273,365,0,3,"","","Certification not required",0,46.039701,21.032757,87,"2013-06-28 14:00",87,"2013-06-28 15:00",87,"2013-06-28 16:00",87,"2013-06-28 17:00","","","","",84,82,78,73,63,48,17,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","62106",1,41.373097,-111.042376,"WGS84","Temperature Difference","1 HOUR","","Observed Values","Instrumental - Electronic or machine average level 2 - level 1",2013,"Temp Difference, Centigrade ","No Events",6549,75,273,365,0,3,"","","Certification not required",0,0.204169,0.934873,3.9,"2013-06-16 21:00",3.6,"2013-07-16 14:00",3.4,"2013-01-22 06:00",3.4,"2013-07-23 00:00","","","","",2.4,2.2,1.8,1.5,0.9,0.1,-1,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","62201",1,41.373097,-111.042376,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - COMPUTED(INDIRECT)",2013,"Percent relative humidity","No Events",6549,75,273,365,0,3,"","","Certification not required",0,51.380516,24.293794,97,"2013-03-21 02:00",97,"2013-04-08 13:00",97,"2013-04-08 14:00",97,"2013-04-08 15:00","","","","",94,93,89,84,72,51,18,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","63301",1,41.373097,-111.042376,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6551,75,273,365,0,1,"","","Certification not required",3016,0.325045,0.429031,1.52,"2013-05-05 12:00",1.5,"2013-05-26 12:00",1.5,"2013-06-20 12:00",1.49,"2013-05-10 12:00","","","","",1.42,1.38,1.25,1.07,0.59,0.05,0.005,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","64101",1,41.373097,-111.042376,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6552,75,273,365,0,0,"","","Certification not required",0,790.214469,5.171264,804.3,"2013-05-02 08:00",804.3,"2013-05-02 09:00",804.2,"2013-05-02 07:00",804.1,"2013-05-02 10:00","","","","",799.6,798.4,796.9,795.9,794,791.2,782.7,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","65102",1,41.373097,-111.042376,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6552,75,273,365,0,0,"","","Certification not required",0,0.001045,0.013688,0.89,"2013-09-07 16:00",0.36,"2013-09-12 07:00",0.25,"2013-09-11 17:00",0.16,"2013-09-07 17:00","","","","",0.03,0.01,0,0,0,0,0,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","81102",1,41.373097,-111.042376,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6441,74,273,365,0,111,"","","Certification not required",0,10.709983,8.911855,216,"2013-05-04 18:00",152,"2013-07-06 19:00",127,"2013-07-03 16:00",120,"2013-05-04 17:00","","","","",43,34,25,20,14,8,4,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","81102",1,41.373097,-111.042376,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",273,75,273,365,0,0,0,0,"Certification not required",0,10.249084,6.509908,43,"2013-03-07 00:00",39,"2013-06-19 00:00",38,"2013-06-11 00:00",34,"2013-06-13 00:00","","","","",38,29,21,18,14,9,4,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0101","85101",1,41.373097,-111.042376,"WGS84","PM10 - LC","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",6441,74,273,365,0,111,"","","Certification not required",0,8.658283,7.101317,177,"2013-05-04 18:00",123,"2013-07-06 19:00",99,"2013-07-03 16:00",97,"2013-05-04 17:00","","","","",34,27,20,16,11,7,3,"Murphy Ridge","Murphy Ridge LOCATED NEAR WYOMING UTAH BORDER","Wyoming","Uinta","","Evanston, WY","2013-11-20" +"56","041","0200","81102",1,41.407517,-110.678433,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",225,62,225,365,0,48,0,0,"Certification not required",0,9.711111,9.891876,122,"2013-02-26 00:00",42,"2013-06-13 00:00",37,"2013-03-07 00:00",35,"2013-03-04 00:00","","","","",37,31,23,16,11,7,4,"","Haystack Down-wind","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0200","85101",1,41.407517,-110.678433,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",225,62,225,365,0,48,"","","Certification not required",0,8.084444,8.603725,108,"2013-02-26 00:00",35,"2013-06-13 00:00",31,"2013-03-04 00:00",31,"2013-03-07 00:00","","","","",31,27,20,13,9,6,3,"","Haystack Down-wind","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","61101",1,41.412,-110.697,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6062,69,252,365,0,490,"","","Certification not required",0,10.514781,6.084124,39.2,"2013-01-30 22:00",35,"2013-01-30 13:00",34.4,"2013-01-30 14:00",34,"2013-03-17 13:00","","","","",26.8,24.5,21.2,18.4,14.6,10.3,2.9,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","61102",1,41.412,-110.697,"NAD83","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6062,69,252,365,0,490,"","","Certification not required",0,215.696305,86.527962,360,"2013-02-07 05:00",360,"2013-05-06 01:00",360,"2013-05-11 13:00",360,"2013-05-16 21:00","","","","",350,340,315,297,273,244,62,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","61106",1,41.412,-110.697,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6062,69,252,365,0,490,"","","Certification not required",0,12.579941,9.159578,62.5,"2013-08-25 06:00",56.9,"2013-06-29 12:00",56.8,"2013-06-16 04:00",54.9,"2013-06-05 11:00","","","","",43.7,39,32.7,26,15.9,9.4,4.5,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","62101",1,41.412,-110.697,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6062,69,252,365,0,490,"","","Certification not required",0,44.428571,20.418403,90,"2013-06-28 14:00",89,"2013-06-27 15:00",89,"2013-06-28 12:00",89,"2013-06-28 13:00","","","","",84,82,77,71,61,44,17,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","62201",1,41.412,-110.697,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6062,69,252,365,0,490,"","","Certification not required",0,54.405807,24.885594,100,"2013-03-21 02:00",100,"2013-03-21 03:00",100,"2013-04-08 07:00",100,"2013-04-08 08:00","","","","",100,97,94,88,77,53,21,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","63301",1,41.412,-110.697,"NAD83","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6020,69,250,365,0,532,"","","Certification not required",2828,0.321952,0.427921,1.57,"2013-07-15 11:00",1.52,"2013-05-14 11:00",1.51,"2013-06-15 11:00",1.5,"2013-06-17 12:00","","","","",1.43,1.39,1.24,1.05,0.6,0.04,0.005,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","64101",1,41.412,-110.697,"NAD83","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6062,69,252,365,0,490,"","","Certification not required",0,780.227004,5.376845,794.4,"2013-05-02 07:00",794.4,"2013-05-02 08:00",794.4,"2013-05-02 09:00",794.1,"2013-05-02 06:00","","","","",789.4,788.7,787.3,786.3,784.3,780.9,772.4,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","65102",1,41.412,-110.697,"NAD83","Rain/melt precipitation","1 HOUR","","Observed Values","Heated Tipping Bucket - Instrument",2013,"Inches (rainfall)","No Events",6062,69,252,365,0,490,"","","Certification not required",0,0.001203,0.012672,0.43,"2013-09-11 18:00",0.39,"2013-08-20 17:00",0.36,"2013-09-07 15:00",0.21,"2013-04-15 08:00","","","","",0.03,0.01,0,0,0,0,0,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","81102",1,41.412,-110.697,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",157,43,157,365,0,116,0,0,"Certification not required",0,8.159236,5.46024,34,"2013-06-11 00:00",34,"2013-06-13 00:00",29,"2013-06-12 00:00",22,"2013-06-10 00:00","","","","",34,22,18,15,11,7,4,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","041","0201","85101",1,41.412,-110.697,"NAD83","PM10 - LC","24 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",157,43,157,365,0,116,"","","Certification not required",0,6.643312,4.408635,28,"2013-06-13 00:00",27,"2013-06-11 00:00",23,"2013-06-12 00:00",17,"2013-05-23 00:00","","","","",27,17,15,12,9,5,3,"","Haystack Mine Up-Wind TEOM and Met","Wyoming","Uinta","","Evanston, WY","2013-12-11" +"56","045","0003","44201",1,43.873056,-104.191944,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6329,81,174,214,0,223,0,0,"Certification not required",0,0.056529,0.006928,0.077,"2013-05-24 16:00",0.073,"2013-08-17 14:00",0.07,"2013-07-11 13:00",0.07,"2013-07-15 22:00","","","","",0.073,0.07,0.068,0.065,0.061,0.057,0.051,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","44201",1,43.873056,-104.191944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6339,81,173,214,0,0,0,0,"Certification not required",0,0.053127,0.006654,0.068,"2013-07-11 09:00",0.068,"2013-08-17 11:00",0.067,"2013-05-24 13:00",0.067,"2013-09-05 20:00","","","","",0.068,0.067,0.064,0.061,0.058,0.053,0.049,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","44201",1,43.873056,-104.191944,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6339,81,173,214,0,0,0,0,"Certification not required",0,0.053127,0.006654,0.068,"2013-07-11 09:00",0.068,"2013-08-17 11:00",0.067,"2013-05-24 13:00",0.067,"2013-09-05 20:00","","","","",0.068,0.067,0.064,0.061,0.058,0.053,0.049,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","61101",1,43.873056,-104.191944,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6453,74,268,365,0,99,"","","Certification not required",0,5.666217,3.300601,28,"2013-05-29 13:00",24.9,"2013-05-31 16:00",23.5,"2013-03-04 13:00",23.1,"2013-03-04 14:00","","","","",15.9,14.4,12.2,10.3,7.4,4.9,2.3,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","61102",1,43.873056,-104.191944,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - TVA PREVAILING AVERAGE",2013,"Degrees Compass","No Events",6453,74,268,365,0,99,"","","Certification not required",0,176.968387,115.89399,360,"2013-01-08 19:00",360,"2013-01-22 03:00",360,"2013-01-24 19:00",360,"2013-02-15 06:00","","","","",357,354,345,333,302,159,34,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","61106",1,43.873056,-104.191944,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITH STD DEV LEVEL 1",2013,"Degrees Compass","No Events",4425,51,183,365,0,2127,"","","Certification not required",0,21.068949,12.465204,81.2,"2013-09-11 10:00",78.1,"2013-07-04 15:00",74.6,"2013-09-15 11:00",72.9,"2013-04-05 04:00","","","","",61.3,54.8,46.7,39.2,27.5,16.7,9.4,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","62101",1,43.873056,-104.191944,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELEC. OR MACH. AVG. LEVEL 1",2013,"Degrees Fahrenheit","No Events",6466,74,269,365,0,86,"","","Certification not required",0,50.275286,20.568336,94,"2013-07-11 14:00",93,"2013-07-11 13:00",92,"2013-07-11 15:00",91,"2013-09-04 15:00","","","","",87,84,80,76,67,53,23,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","62201",1,43.873056,-104.191944,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROSCOPIC PLASTIC FILM",2013,"Percent relative humidity","No Events",6466,74,269,365,0,86,"","","Certification not required",0,58.002629,18.782942,97,"2013-05-29 18:00",97,"2013-05-29 19:00",97,"2013-05-29 20:00",97,"2013-05-29 21:00","","","","",95,93,88,84,73,58,33,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","63301",1,43.873056,-104.191944,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6539,75,273,365,0,13,"","","Certification not required",3033,0.287442,0.382784,1.33,"2013-07-06 12:00",1.32,"2013-07-06 11:00",1.32,"2013-07-13 12:00",1.31,"2013-05-05 11:00","","","","",1.27,1.22,1.1,0.94,0.54,0.03,0.005,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","64101",1,43.873056,-104.191944,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - ANEROID",2013,"Millibars","No Events",4839,55,201,365,0,1713,"","","Certification not required",0,844.741476,9.360225,861,"2013-09-12 05:00",861,"2013-09-12 06:00",861,"2013-09-12 07:00",861,"2013-09-12 08:00","","","","",859,858,857,855,853,847,831,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","65102",1,43.873056,-104.191944,"WGS84","Rain/melt precipitation","1 HOUR","","Observed Values","BUCKET - CONTINUOUS OR INCREMENTAL",2013,"Inches (rainfall)","No Events",6547,75,273,365,0,5,"","","Certification not required",0,0.002248,0.017064,0.39,"2013-07-11 17:00",0.33,"2013-05-16 16:00",0.33,"2013-07-08 01:00",0.31,"2013-09-08 18:00","","","","",0.08,0.03,0,0,0,0,0,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","88501",1,43.873056,-104.191944,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","Met-One E- BAM W/PM2.5 SCC - Beta Attenuation",2013,"Micrograms/cubic meter (LC)","No Events",5871,67,247,365,0,681,"","","Certification not required",0,3.82899,9.370205,266,"2013-07-07 15:00",150,"2013-07-07 14:00",119,"2013-07-07 10:00",111,"2013-07-06 19:00","","","","",41,30,18,11,6,2,-5,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0003","88501",1,43.873056,-104.191944,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",247,68,247,365,0,0,"","","Certification not required",0,3.751822,2.924953,33.4,"2013-07-07 00:00",14.6,"2013-07-06 00:00",11.7,"2013-02-21 00:00",10.5,"2013-08-12 00:00","","","","",11.7,10.4,7.6,6.2,5,3.3,1.1,"","Newcastle, WARMS station","Wyoming","Weston","","","2013-12-02" +"56","045","0800","42401",1,43.84539,-104.20512,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5803,66,241,365,0,749,0,"","Certification not required",0,0.340249,1.200867,6,"2013-01-10 23:00",6,"2013-01-30 16:00",6,"2013-08-10 20:00",6,"2013-08-14 18:00","","","","",6,5,4,0,0,0,0,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","42401",1,43.84539,-104.20512,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",5803,66,241,365,0,749,"","","Certification not required",0,0.023264,0.321541,6,"2013-01-10 23:00",6,"2013-01-30 16:00",6,"2013-01-30 18:00",6,"2013-08-10 20:00","","","","",0,0,0,0,0,0,0,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","42401",1,43.84539,-104.20512,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",241,66,241,365,0,0,0,"","Certification not required",0,0.024066,0.106857,1,"2013-01-02 00:00",0.8,"2013-01-30 00:00",0.6,"2013-02-02 00:00",0.5,"2013-08-10 00:00","","","","",0.6,0.3,0.2,0,0,0,0,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","42401",1,43.84539,-104.20512,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1920,66,241,365,0,0,"",0,"Certification not required",0,0.023125,0.226551,4.6,"2013-01-30 17:00",4,"2013-01-02 05:00",2.6,"2013-01-02 02:00",2.6,"2013-01-19 14:00","","","","",1,0,0,0,0,0,0,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","42401",2,43.84539,-104.20512,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - ULTRAVIOLET FLUORESCENCE",2013,"Parts per billion","No Events",68219,65,241,365,0,10395,"","","Certification not required",0,0.042349,0.493005,19,"2013-08-10 21:15",16,"2013-08-10 21:20",13,"2013-08-14 18:40",12,"2013-01-10 23:20","","","","",0,0,0,0,0,0,0,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","61101",1,43.84539,-104.20512,"WGS84","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",6542,75,273,365,0,10,"","","Certification not required",0,5.978004,3.618137,23.3,"2013-03-04 14:00",23,"2013-03-04 11:00",22.3,"2013-05-23 09:00",22.3,"2013-05-23 10:00","","","","",17,15.7,13.2,11.2,8.1,4.9,2.4,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","61102",1,43.84539,-104.20512,"WGS84","Wind Direction - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVERAGE",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,167.033935,114.212188,360,"2013-01-05 18:00",360,"2013-02-22 06:00",360,"2013-04-03 18:00",360,"2013-05-10 18:00","","","","",355,351,342,331,291,140,40,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","61106",1,43.84539,-104.20512,"WGS84","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",6542,75,273,365,0,10,"","","Certification not required",0,19.984791,10.859821,73,"2013-07-22 01:00",70.1,"2013-08-13 20:00",68.9,"2013-08-19 01:00",68.9,"2013-09-25 22:00","","","","",55.8,50.8,43.2,36.3,24.2,16.3,10.1,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","62101",1,43.84539,-104.20512,"WGS84","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",6546,75,273,365,0,6,"","","Certification not required",0,50.608158,21.885716,98,"2013-07-11 13:00",98,"2013-07-11 14:00",95,"2013-07-11 15:00",94,"2013-07-11 12:00","","","","",89,87,83,79,69,54,21,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","62201",1,43.84539,-104.20512,"WGS84","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",6546,75,273,365,0,6,"","","Certification not required",0,56.881607,20.479221,100,"2013-01-27 22:00",100,"2013-01-27 23:00",100,"2013-01-28 00:00",100,"2013-01-28 04:00","","","","",95,92,88,84,74,58,28,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","63301",1,43.84539,-104.20512,"WGS84","Solar radiation","1 HOUR","","Observed Values","INSTRUMENTAL - PYRANOMETER",2013,"Langleys/minute","No Events",6546,75,273,365,0,6,"","","Certification not required",3038,0.301381,0.401638,1.44,"2013-05-08 11:00",1.4,"2013-06-15 11:00",1.38,"2013-06-16 11:00",1.38,"2013-06-16 12:00","","","","",1.32,1.27,1.15,1,0.55,0.03,0.005,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"56","045","0800","64101",1,43.84539,-104.20512,"WGS84","Barometric pressure","1 HOUR","","Observed Values","INSTRUMENTAL - BAROMETRIC SENSOR",2013,"Millibars","No Events",6546,75,273,365,0,6,"","","Certification not required",0,867.668622,5.312345,885.9,"2013-05-02 07:00",885.9,"2013-05-02 08:00",885.5,"2013-05-02 05:00",885.5,"2013-05-02 06:00","","","","",878.1,876.4,875,873.7,871.3,868.3,860.5,"Wyoming Refining","Wyoming Refining, RODEO St., Newcastle, WY","Wyoming","Weston","Newcastle","","2013-12-30" +"72","001","0002","68105",1,18.175378,-66.725988,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",67,55,67,122,0,24,"","","Certification not required",0,20.997015,1.655841,24,"2013-09-22 00:00",23.7,"2013-09-19 00:00",23.7,"2013-09-25 00:00",23.5,"2013-06-09 00:00","","","","",24,23.7,23.5,23.2,22.2,21.4,18.6,"Adjuntas","ROAD #123","Puerto Rico","Adjuntas","Adjuntas","Adjuntas, PR","2013-12-13" +"72","001","0002","68108",1,18.175378,-66.725988,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",67,55,67,122,0,24,"","","Certification not required",0,716.402985,1.101785,719,"2013-01-04 00:00",719,"2013-01-10 00:00",719,"2013-01-28 00:00",718,"2013-01-07 00:00","","","","",719,719,718,718,717,716,715,"Adjuntas","ROAD #123","Puerto Rico","Adjuntas","Adjuntas","Adjuntas, PR","2013-12-13" +"72","001","0002","88101",1,18.175378,-66.725988,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,24,0,0,"Certification not required",0,5.062687,2.532506,13.3,"2013-06-21 00:00",12.9,"2013-06-06 00:00",10.3,"2013-06-09 00:00",9.6,"2013-06-27 00:00","","","","",13.3,12.9,9.6,8.7,6,4.3,2.5,"Adjuntas","ROAD #123","Puerto Rico","Adjuntas","Adjuntas","Adjuntas, PR","2013-12-13" +"72","001","0002","88101",1,18.175378,-66.725988,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",67,55,67,122,0,24,"","","Certification not required",0,5.062687,2.532506,13.3,"2013-06-21 00:00",12.9,"2013-06-06 00:00",10.3,"2013-06-09 00:00",9.6,"2013-06-27 00:00","","","","",13.3,12.9,9.6,8.7,6,4.3,2.5,"Adjuntas","ROAD #123","Puerto Rico","Adjuntas","Adjuntas","Adjuntas, PR","2013-12-13" +"72","017","0003","88501",3,18.436764,-66.58002,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1732,20,71,365,0,2612,"","","Certification not required",0,4.832217,4.52575,37.7,"2013-01-01 00:00",36.9,"2013-01-24 12:00",35.7,"2013-03-15 20:00",34.6,"2013-03-22 11:00","","","","",20.5,17.3,13.5,10.8,6.8,3.6,0.5,"RURAL ZONE; NEAR AGRICULTURAL AND INDUSTRIAL/PHARMACEUTICAL AREA","CENTRO COMUNAL BARRIO TIBURONES","Puerto Rico","Barceloneta","Tiburones","San Juan-Caguas-Guaynabo, PR","2013-09-13" +"72","017","0003","88501",3,18.436764,-66.58002,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",71,19,71,365,0,0,"","","Certification not required",0,4.8,2.536364,11.5,"2013-03-01 00:00",10.9,"2013-02-26 00:00",10.6,"2013-02-27 00:00",10.6,"2013-02-28 00:00","","","","",11.5,10.9,10.6,8.4,6.2,4.1,2.3,"RURAL ZONE; NEAR AGRICULTURAL AND INDUSTRIAL/PHARMACEUTICAL AREA","CENTRO COMUNAL BARRIO TIBURONES","Puerto Rico","Barceloneta","Tiburones","San Juan-Caguas-Guaynabo, PR","2013-09-13" +"72","021","0009","68105",1,18.39982,-66.171125,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",72,100,39,61,0,19,"","","Certification not required",0,28.105556,1.684134,31.8,"2013-08-14 00:00",31,"2013-09-01 00:00",30.8,"2013-07-24 00:00",30.7,"2013-08-17 00:00","","","","",31.8,31,30.7,30.4,29.6,28.2,26,"EQB #63 - VILLA RICA, BAYAMON","ESCUELA JUAN MOREL CAMPOS","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","021","0009","68108",1,18.39982,-66.171125,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",72,100,39,61,0,19,"","","Certification not required",0,760.388889,1.811975,765,"2013-01-28 00:00",764,"2013-01-04 00:00",764,"2013-01-10 00:00",764,"2013-02-12 00:00","","","","",765,764,764,763,761,760,758,"EQB #63 - VILLA RICA, BAYAMON","ESCUELA JUAN MOREL CAMPOS","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","021","0009","88101",1,18.39982,-66.171125,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",72,59,72,122,0,19,1,1,"Certification not required",0,5.581944,4.389146,37.7,"2013-01-01 00:00",11.5,"2013-06-15 00:00",10.7,"2013-02-18 00:00",10.4,"2013-08-14 00:00","","","","",37.7,11.5,10.4,8.3,6.5,4.7,2.8,"EQB #63 - VILLA RICA, BAYAMON","ESCUELA JUAN MOREL CAMPOS","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","021","0009","88101",1,18.39982,-66.171125,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",72,59,72,122,0,19,"","","Certification not required",0,5.581944,4.389146,37.7,"2013-01-01 00:00",11.5,"2013-06-15 00:00",10.7,"2013-02-18 00:00",10.4,"2013-08-14 00:00","","","","",37.7,11.5,10.4,8.3,6.5,4.7,2.8,"EQB #63 - VILLA RICA, BAYAMON","ESCUELA JUAN MOREL CAMPOS","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","021","0010","42101",1,18.420089,-66.150615,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8406,96,351,365,0,354,0,0,"Certification not required",1774,0.613907,0.252806,5.7,"2013-06-18 10:00",5,"2013-06-18 12:00",4.1,"2013-09-20 08:00",3.8,"2013-08-20 10:00","","","","",1.2,1.1,1,0.9,0.7,0.6,0.25,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2014-02-13" +"72","021","0010","42101",1,18.420089,-66.150615,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8457,97,351,365,0,0,0,0,"Certification not required",0,0.623271,0.207989,2.3,"2013-06-18 12:00",2.3,"2013-06-18 13:00",2.3,"2013-06-18 14:00",2.3,"2013-06-18 15:00",2.3,"2013-06-18 12:00",1.3,"2013-06-18 18:00",1.1,1,0.9,0.9,0.8,0.7,0.3,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2014-02-13" +"72","021","0010","42401",1,18.420089,-66.150615,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",4873,56,202,365,0,1679,5,"","Certification not required",0,13.821782,68.05966,568,"2013-05-12 05:00",565,"2013-05-13 04:00",428,"2013-05-11 03:00",361,"2013-05-14 03:00","","","","",428,81,12,8,5,3,1,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","021","0010","42401",1,18.420089,-66.150615,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",4873,56,202,365,0,1679,"","","Certification not required",0,4.252411,32.47989,568,"2013-05-12 05:00",565,"2013-05-13 04:00",544,"2013-05-13 02:00",542,"2013-05-13 03:00","","","","",43,8,4,3,2,1,0,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","021","0010","42401",1,18.420089,-66.150615,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",202,55,202,365,0,0,2,"","Certification not required",0,4.283168,21.635037,210.8,"2013-05-12 00:00",185.8,"2013-05-13 00:00",108.6,"2013-05-11 00:00",79.7,"2013-05-14 00:00","","","","",108.6,9.8,2.8,2.3,1.9,1.3,0,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","021","0010","42401",1,18.420089,-66.150615,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",1600,55,202,365,0,0,"",2,"Certification not required",0,4.258063,31.476476,528.3,"2013-05-13 05:00",502.3,"2013-05-13 02:00",443,"2013-05-12 05:00",417.3,"2013-05-12 23:00","","","","",51,7.3,3.6,2.6,1.6,1,0,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","021","0010","42401",2,18.420089,-66.150615,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",58812,100,202,365,0,19810,"","","Certification not required",0,2.434877,34.181009,800,"2013-05-12 05:35",800,"2013-05-12 05:55",800,"2013-05-13 01:05",800,"2013-05-13 02:25","","","","",0,0,0,0,0,0,0,"","Ave. Central Correccional","Puerto Rico","Bayamon","Bayamon","San Juan-Caguas-Guaynabo, PR","2013-11-21" +"72","025","0003","88501",3,18.233331,-66.036474,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",4242,48,177,365,0,102,"","","Certification not required",0,4.07223,3.405313,87.1,"2013-01-01 01:00",50.9,"2013-02-26 22:00",44.7,"2013-01-01 02:00",43.9,"2013-01-01 00:00","","","","",14.4,12.8,9.9,7.9,5.3,3.4,1,"","CALLE MUNOZ RIVERA ESQUINA CALLE GEORGETY","Puerto Rico","Caguas","Caguas","San Juan-Caguas-Guaynabo, PR","2013-09-13" +"72","025","0003","88501",3,18.233331,-66.036474,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",177,48,177,365,0,0,"","","Certification not required",0,4.020339,2.204266,13.5,"2013-06-20 00:00",12.3,"2013-06-14 00:00",12.1,"2013-06-15 00:00",11.8,"2013-01-01 00:00","","","","",12.3,11.8,8.7,7.1,4.5,3.4,2,"","CALLE MUNOZ RIVERA ESQUINA CALLE GEORGETY","Puerto Rico","Caguas","Caguas","San Juan-Caguas-Guaynabo, PR","2013-09-13" +"72","033","0004","42401",1,18.431208,-66.141683,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",5872,67,240,365,0,680,0,"","Certification not required",0,6.075,5.87764,52,"2013-07-21 23:00",31,"2013-05-04 11:00",30,"2013-01-09 04:00",27,"2013-08-23 10:00","","","","",30,27,16,12,7,5,2,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","033","0004","42401",1,18.431208,-66.141683,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",5872,67,240,365,0,680,"","","Certification not required",0,1.592132,2.303425,52,"2013-07-21 23:00",31,"2013-05-04 11:00",30,"2013-01-09 04:00",27,"2013-08-23 10:00","","","","",9,7,4,4,3,1,0,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","033","0004","42401",1,18.431208,-66.141683,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",240,66,240,365,0,0,0,"","Certification not required",0,1.6125,1.435011,5,"2013-01-09 00:00",5,"2013-08-14 00:00",4.8,"2013-08-23 00:00",4.7,"2013-09-19 00:00","","","","",4.8,4.5,4.3,3.9,3,1.1,0.2,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","033","0004","42401",1,18.431208,-66.141683,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1923,66,238,365,0,0,"",0,"Certification not required",0,1.573687,1.935808,22.3,"2013-01-09 05:00",18.6,"2013-07-21 23:00",14.6,"2013-05-04 11:00",13.3,"2013-02-18 23:00","","","","",7.6,5.6,4.3,4,3,1,0,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","033","0004","42401",2,18.431208,-66.141683,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",70996,68,241,365,0,7628,"","","Certification not required",0,0.040847,3.117263,500,"2013-06-26 12:40",300,"2013-06-26 12:25",300,"2013-07-21 23:05",200,"2013-07-21 23:40","","","","",0,0,0,0,0,0,0,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-12-17" +"72","033","0004","81102",3,18.431208,-66.141683,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",6094,70,251,365,0,458,"","","Certification not required",0,25.413193,15.70997,200,"2013-01-01 01:00",161,"2013-01-01 00:00",158,"2013-01-01 02:00",147,"2013-05-07 10:00","","","","",79,70,55,45,32,22,10,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-12-17" +"72","033","0004","81102",3,18.431208,-66.141683,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",251,69,251,365,0,0,0,0,"Certification not required",0,24.697211,10.354707,74,"2013-07-19 00:00",70,"2013-07-11 00:00",70,"2013-09-09 00:00",63,"2013-07-20 00:00","","","","",70,57,45,37,28,22,16,"THE NW STREET AT THE 11 STREET","11 FINAL STREET LAS VEGAS CATANO","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-12-17" +"72","033","0008","44201",1,18.440774,-66.126531,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",6295,72,264,365,0,257,0,0,"Certification not required",2382,0.013549,0.006237,0.031,"2013-03-11 01:00",0.031,"2013-04-21 11:00",0.031,"2013-04-22 01:00",0.029,"2013-03-13 00:00","","","","",0.031,0.028,0.026,0.022,0.017,0.013,0.007,"","PR 165","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","033","0008","44201",1,18.440774,-66.126531,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6323,72,261,365,0,0,0,0,"Certification not required",0,0.010912,0.005615,0.029,"2013-03-10 21:00",0.029,"2013-04-21 08:00",0.027,"2013-03-12 21:00",0.027,"2013-03-29 18:00","","","","",0.027,0.026,0.021,0.018,0.014,0.01,0.005,"","PR 165","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","033","0008","44201",1,18.440774,-66.126531,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",6323,72,261,365,0,0,0,0,"Certification not required",0,0.010912,0.005615,0.029,"2013-03-10 21:00",0.029,"2013-04-21 08:00",0.027,"2013-03-12 21:00",0.027,"2013-03-29 18:00","","","","",0.027,0.026,0.021,0.018,0.014,0.01,0.005,"","PR 165","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-11-05" +"72","033","0008","88501",4,18.440774,-66.126531,"WGS84","PM2.5 Raw Data","1 HOUR","","Observed Values","PM2.5 SCC w/No Correction Factor - TEOM Gravimetric 50 deg C",2013,"Micrograms/cubic meter (LC)","No Events",1988,47,81,177,0,2236,"","","Certification not required",0,7.875302,10.747251,99.7,"2013-04-05 01:00",98.5,"2013-04-04 17:00",97.7,"2013-04-05 03:00",90.1,"2013-04-04 16:00","","","","",69,45.4,21,14,8.4,5,2,"","PR 165","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-09-19" +"72","033","0008","88501",4,18.440774,-66.126531,"WGS84","PM2.5 Raw Data","24-HR BLK AVG","","Observed Values","",2013,"Micrograms/cubic meter (LC)","No Events",81,46,81,177,0,0,"","","Certification not required",0,7.919753,9.08242,61,"2013-04-04 00:00",43.9,"2013-04-03 00:00",32,"2013-04-05 00:00",31.8,"2013-04-02 00:00","","","","",61,43.9,24,13.6,8.3,4.7,3,"","PR 165","Puerto Rico","Catano","Catano","San Juan-Caguas-Guaynabo, PR","2013-09-19" +"72","053","0003","81102",1,18.383983,-65.618888,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",241,66,241,365,0,32,0,0,"Certification not required",0,22.908714,9.925135,56,"2013-07-01 00:00",56,"2013-07-19 00:00",54,"2013-07-05 00:00",53,"2013-06-14 00:00","","","","",54,51,42,36,28,21,13,"Fajardo","FAJARDO LIGHTHOUSE,FAJARDO","Puerto Rico","Fajardo","","Fajardo, PR","2013-12-06" +"72","053","0003","82403",1,18.383983,-65.618888,"NAD83","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - COLORIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",37,61,37,61,0,8,"","","Certification not required",0,1.57027,0.420671,2.55,"2013-01-22 00:00",2.36,"2013-03-23 00:00",2.36,"2013-06-21 00:00",2.26,"2013-08-14 00:00","","","","",2.55,2.55,2.36,2.26,1.81,1.54,1.06,"Fajardo","FAJARDO LIGHTHOUSE,FAJARDO","Puerto Rico","Fajardo","","Fajardo, PR","2013-12-26" +"72","057","0008","68105",1,17.957894,-66.165016,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",73,100,43,61,0,18,"","","Certification not required",0,29.19589,1.328161,31.6,"2013-09-01 00:00",31.4,"2013-08-14 00:00",31.1,"2013-09-19 00:00",31,"2013-07-21 00:00","","","","",31.6,31.4,31,30.8,30.2,29.4,27.4,"Guayama","BARRIO JOBOS,INTERSECTION HIGHWAYS 3&707","Puerto Rico","Guayama","","Guayama, PR","2013-12-13" +"72","057","0008","68108",1,17.957894,-66.165016,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",73,100,43,61,0,18,"","","Certification not required",0,756.082192,1.341159,759,"2013-01-04 00:00",759,"2013-01-10 00:00",758,"2013-01-07 00:00",758,"2013-04-01 00:00","","","","",759,759,758,757,757,756,755,"Guayama","BARRIO JOBOS,INTERSECTION HIGHWAYS 3&707","Puerto Rico","Guayama","","Guayama, PR","2013-12-13" +"72","057","0008","81102",2,17.957894,-66.165016,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",88,72,88,122,0,3,0,0,"Certification not required",0,21.522727,10.668438,64,"2013-06-15 00:00",50,"2013-08-14 00:00",48,"2013-06-18 00:00",46,"2013-05-31 00:00","","","","",64,50,45,39,26,18,12,"Guayama","BARRIO JOBOS,INTERSECTION HIGHWAYS 3&707","Puerto Rico","Guayama","","Guayama, PR","2013-12-09" +"72","057","0008","82403",1,17.957894,-66.165016,"WGS84","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - COLORIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,1.65825,0.642582,3.49,"2013-03-23 00:00",2.8,"2013-08-14 00:00",2.76,"2013-06-15 00:00",2.72,"2013-07-15 00:00","","","","",3.49,3.49,2.8,2.72,2,1.62,1.06,"Guayama","BARRIO JOBOS,INTERSECTION HIGHWAYS 3&707","Puerto Rico","Guayama","","Guayama, PR","2013-12-26" +"72","057","0008","88101",1,17.957894,-66.165016,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",73,60,73,122,0,18,0,0,"Certification not required",0,5.072603,2.313803,11.5,"2013-08-14 00:00",11,"2013-06-12 00:00",11,"2013-08-11 00:00",9.4,"2013-06-27 00:00","","","","",11.5,11,9.4,8.3,6.8,4.4,2.6,"Guayama","BARRIO JOBOS,INTERSECTION HIGHWAYS 3&707","Puerto Rico","Guayama","","Guayama, PR","2013-12-13" +"72","057","0008","88101",1,17.957894,-66.165016,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",73,60,73,122,0,18,"","","Certification not required",0,5.072603,2.313803,11.5,"2013-08-14 00:00",11,"2013-06-12 00:00",11,"2013-08-11 00:00",9.4,"2013-06-27 00:00","","","","",11.5,11,9.4,8.3,6.8,4.4,2.6,"Guayama","BARRIO JOBOS,INTERSECTION HIGHWAYS 3&707","Puerto Rico","Guayama","","Guayama, PR","2013-12-13" +"72","059","0016","68105",1,18.045111,-66.802253,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",84,100,45,61,0,7,"","","Certification not required",0,27.215476,1.549854,29.9,"2013-08-14 00:00",29.8,"2013-06-18 00:00",29.7,"2013-07-09 00:00",29.7,"2013-08-02 00:00","","","","",29.9,29.8,29.6,29.5,28.5,27.3,25.2,"RESIDENTIAL ZONE","ROAD 377 BO. QUEBRADA","Puerto Rico","Guayanilla","Guayanilla","Yauco, PR","2013-12-13" +"72","059","0016","68108",1,18.045111,-66.802253,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",84,100,45,61,0,7,"","","Certification not required",0,763.535714,1.265353,766,"2013-01-04 00:00",766,"2013-01-10 00:00",766,"2013-01-28 00:00",765,"2013-01-19 00:00","","","","",766,766,765,765,764,764,762,"RESIDENTIAL ZONE","ROAD 377 BO. QUEBRADA","Puerto Rico","Guayanilla","Guayanilla","Yauco, PR","2013-12-16" +"72","059","0016","88101",1,18.045111,-66.802253,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,0,0,"Certification not required",0,5.209524,1.999435,11,"2013-07-12 00:00",10.6,"2013-08-11 00:00",9,"2013-06-18 00:00",8.8,"2013-09-10 00:00","","","","",11,10.6,8.7,7.9,6.7,4.8,3,"RESIDENTIAL ZONE","ROAD 377 BO. QUEBRADA","Puerto Rico","Guayanilla","Guayanilla","Yauco, PR","2013-12-13" +"72","059","0016","88101",1,18.045111,-66.802253,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",84,69,84,122,0,7,"","","Certification not required",0,5.209524,1.999435,11,"2013-07-12 00:00",10.6,"2013-08-11 00:00",9,"2013-06-18 00:00",8.8,"2013-09-10 00:00","","","","",11,10.6,8.7,7.9,6.7,4.8,3,"RESIDENTIAL ZONE","ROAD 377 BO. QUEBRADA","Puerto Rico","Guayanilla","Guayanilla","Yauco, PR","2013-12-13" +"72","061","0001","81102",1,18.425652,-66.115846,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",72,59,72,122,0,19,0,0,"Certification not required",1,29.888889,13.642886,84,"2013-04-19 00:00",67,"2013-06-18 00:00",55,"2013-09-10 00:00",54,"2013-04-04 00:00","","","","",84,67,54,49,34,28,17,"","USGS AND WATER RESOURCES BUILDING","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-11" +"72","061","0001","82403",1,18.425652,-66.115846,"WGS84","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - COLORIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,"","","Certification not required",0,2.480789,0.891553,5.35,"2013-05-28 00:00",5.05,"2013-06-09 00:00",4.13,"2013-06-03 00:00",3.71,"2013-04-04 00:00","","","","",5.35,5.35,5.05,3.71,2.76,2.3,1.6,"","USGS AND WATER RESOURCES BUILDING","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-26" +"72","061","0005","68105",1,18.440095,-66.11446,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",82,67,82,122,0,9,"","","Certification not required",0,28.35122,1.45689,31.6,"2013-09-28 00:00",31.5,"2013-09-22 00:00",31.4,"2013-09-25 00:00",31.2,"2013-09-19 00:00","","","","",31.6,31.5,30.9,30.2,29.6,28.2,26.5,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","061","0005","68108",1,18.440095,-66.11446,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",81,66,81,122,0,9,"","","Certification not required",0,759.839506,1.742533,764,"2013-01-04 00:00",764,"2013-01-10 00:00",764,"2013-01-28 00:00",763,"2013-01-07 00:00","","","","",764,764,763,762,761,760,758,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","061","0005","81102",3,18.440095,-66.11446,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",245,67,245,365,0,28,0,0,"Certification not required",0,31.363265,12.226461,81,"2013-07-11 00:00",78,"2013-08-15 00:00",77,"2013-07-19 00:00",71,"2013-06-14 00:00","","","","",77,64,53,48,37,30,18,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-09" +"72","061","0005","82403",1,18.440095,-66.11446,"WGS84","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW-321-B - COLORIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,"","","Certification not required",0,2.411591,0.762438,4.55,"2013-05-10 00:00",3.86,"2013-03-17 00:00",3.54,"2013-06-09 00:00",3.42,"2013-06-03 00:00","","","","",4.55,4.55,3.54,3.39,2.98,2.36,1.39,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-26" +"72","061","0005","88101",1,18.440095,-66.11446,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,9,0,0,"Certification not required",0,6.939024,2.345774,18,"2013-01-01 00:00",11.8,"2013-08-14 00:00",11.5,"2013-06-15 00:00",10.9,"2013-08-11 00:00","","","","",18,11.8,10.1,9.5,8.1,6.8,4.3,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","061","0005","88101",1,18.440095,-66.11446,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",82,67,82,122,0,9,"","","Certification not required",0,6.939024,2.345774,18,"2013-01-01 00:00",11.8,"2013-08-14 00:00",11.5,"2013-06-15 00:00",10.9,"2013-08-11 00:00","","","","",18,11.8,10.1,9.5,8.1,6.8,4.3,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","061","0005","88101",2,18.440095,-66.11446,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,0,0,"Certification not required",0,7.228571,2.345342,12.7,"2013-06-15 00:00",11.9,"2013-06-27 00:00",11.6,"2013-08-14 00:00",10.4,"2013-06-03 00:00","","","","",12.7,12.7,11.6,10.3,9.3,7,4.4,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","061","0005","88101",2,18.440095,-66.11446,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,3,"","","Certification not required",0,7.228571,2.345342,12.7,"2013-06-15 00:00",11.9,"2013-06-27 00:00",11.6,"2013-08-14 00:00",10.4,"2013-06-03 00:00","","","","",12.7,12.7,11.6,10.3,9.3,7,4.4,"Guaynabo","ELECTRICAL SUBSTATION NEAR PUMPHOUSE","Puerto Rico","Guaynabo","Guaynabo","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","069","0001","68105",1,18.15344,-65.828617,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",79,100,43,61,0,12,"","","Certification not required",0,32.083544,3.673273,36.1,"2013-08-14 00:00",35.9,"2013-08-02 00:00",35.7,"2013-09-16 00:00",35.6,"2013-09-19 00:00","","","","",36.1,35.9,35.6,35.4,34.9,33.8,26.1,"ABOVE VICTOR RICON SCHOOL ROOF, BARRIO JUNQUITO, HUMACAO","CALLE GLADIOLA Y GIRASOL","Puerto Rico","Humacao","Humacao","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","069","0001","68108",1,18.15344,-65.828617,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",78,100,43,61,0,13,"","","Certification not required",0,760.230769,1.422665,763,"2013-01-04 00:00",763,"2013-01-10 00:00",763,"2013-05-07 00:00",762,"2013-01-07 00:00","","","","",763,763,762,762,761,760,759,"ABOVE VICTOR RICON SCHOOL ROOF, BARRIO JUNQUITO, HUMACAO","CALLE GLADIOLA Y GIRASOL","Puerto Rico","Humacao","Humacao","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","069","0001","88101",1,18.15344,-65.828617,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,12,0,0,"Certification not required",0,4.520253,2.097763,10.7,"2013-06-15 00:00",10.1,"2013-08-11 00:00",9.9,"2013-08-14 00:00",9.3,"2013-09-22 00:00","","","","",10.7,10.1,9.3,7.3,5.5,3.9,2.3,"ABOVE VICTOR RICON SCHOOL ROOF, BARRIO JUNQUITO, HUMACAO","CALLE GLADIOLA Y GIRASOL","Puerto Rico","Humacao","Humacao","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","069","0001","88101",1,18.15344,-65.828617,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",79,65,79,122,0,12,"","","Certification not required",0,4.520253,2.097763,10.7,"2013-06-15 00:00",10.1,"2013-08-11 00:00",9.9,"2013-08-14 00:00",9.3,"2013-09-22 00:00","","","","",10.7,10.1,9.3,7.3,5.5,3.9,2.3,"ABOVE VICTOR RICON SCHOOL ROOF, BARRIO JUNQUITO, HUMACAO","CALLE GLADIOLA Y GIRASOL","Puerto Rico","Humacao","Humacao","San Juan-Caguas-Guaynabo, PR","2013-12-13" +"72","077","0001","42401",1,18.177939,-65.915482,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",4097,47,168,365,0,2455,0,"","Certification not required",0,0.875,1.91179,20,"2013-09-04 09:00",10,"2013-01-28 10:00",7,"2013-03-31 21:00",6,"2013-08-08 11:00","","","","",10,6,2,1,1,1,0,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","077","0001","42401",1,18.177939,-65.915482,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",4097,47,168,365,0,2455,"","","Certification not required",0,0.420552,0.659662,20,"2013-09-04 09:00",10,"2013-01-28 10:00",7,"2013-03-31 21:00",6,"2013-08-08 11:00","","","","",2,2,1,1,1,0,0,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","077","0001","42401",1,18.177939,-65.915482,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",168,46,168,365,0,0,0,"","Certification not required",0,0.410119,0.493993,2,"2013-02-01 00:00",1.6,"2013-02-02 00:00",1.5,"2013-02-04 00:00",1.4,"2013-01-28 00:00","","","","",1.6,1.4,1.1,1,1,0,0,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","077","0001","42401",1,18.177939,-65.915482,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",1347,46,168,365,0,0,"",0,"Certification not required",0,0.410245,0.551857,6.6,"2013-09-04 11:00",3,"2013-03-31 23:00",2.3,"2013-04-03 14:00",2,"2013-01-18 14:00","","","","",2,2,1,1,1,0,0,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","077","0001","42401",2,18.177939,-65.915482,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",49460,47,168,365,0,29160,"","","Certification not required",0,0.038415,4.60741,700,"2013-06-10 10:55",700,"2013-06-10 11:00",200,"2013-06-10 11:05",100,"2013-06-10 10:50","","","","",0,0,0,0,0,0,0,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2013-11-25" +"72","077","0001","44201",1,18.177939,-65.915482,"WGS84","Ozone","1 HOUR","Ozone 1-hour Daily 2005","Daily maxima of observed hourly values (between 9:00 AM and 8:00 PM)","INSTRUMENTAL - ULTRA VIOLET",2013,"Parts per million","No Events",5752,66,241,365,0,800,0,0,"Certification not required",4299,0.00834,0.009101,0.04,"2013-01-17 13:00",0.037,"2013-01-16 13:00",0.036,"2013-01-02 13:00",0.036,"2013-01-20 13:00","","","","",0.036,0.035,0.03,0.025,0.009,0.006,0.002,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","077","0001","44201",1,18.177939,-65.915482,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 1997","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5757,65,236,365,0,0,0,0,"Certification not required",0,0.006331,0.008135,0.035,"2013-01-17 10:00",0.034,"2013-01-02 10:00",0.034,"2013-01-16 09:00",0.033,"2013-01-20 10:00","","","","",0.034,0.032,0.028,0.022,0.006,0.002,0.002,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","077","0001","44201",1,18.177939,-65.915482,"WGS84","Ozone","8-HR RUN AVG BEGIN HOUR","Ozone 8-Hour 2008","Daily maximum of 8 hour running average of observed hourly values","",2013,"Parts per million","No Events",5757,65,236,365,0,0,0,0,"Certification not required",0,0.006331,0.008135,0.035,"2013-01-17 10:00",0.034,"2013-01-02 10:00",0.034,"2013-01-16 09:00",0.033,"2013-01-20 10:00","","","","",0.034,0.032,0.028,0.022,0.006,0.002,0.002,"","Rd. 183","Puerto Rico","Juncos","","San Juan-Caguas-Guaynabo, PR","2014-01-08" +"72","097","0006","68105",1,18.200099,-67.14588,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",65,53,65,122,0,26,"","","Certification not required",0,28.621538,2.171441,39.9,"2013-07-28 00:00",32.1,"2013-06-15 00:00",31.2,"2013-08-02 00:00",30.9,"2013-08-05 00:00","","","","",39.9,32.1,30.9,30.6,29.8,28.4,26,"Mayaguez","Nenadich","Puerto Rico","Mayagnez","Mayaguez","Mayaguez, PR","2013-12-13" +"72","097","0006","68108",1,18.200099,-67.14588,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",64,52,64,122,0,26,"","","Certification not required",0,759.859375,1.489297,768,"2013-01-28 00:00",762,"2013-01-04 00:00",762,"2013-01-10 00:00",761,"2013-01-25 00:00","","","","",768,762,761,761,760,760,759,"Mayaguez","Nenadich","Puerto Rico","Mayagnez","Mayaguez","Mayaguez, PR","2013-12-13" +"72","097","0006","88101",1,18.200099,-67.14588,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",65,52,63,122,0,26,0,0,"Certification not required",0,5.756923,2.281102,13.9,"2013-06-21 00:00",11.4,"2013-07-10 00:00",9.7,"2013-06-15 00:00",9.3,"2013-06-18 00:00","","","","",13.9,11.4,9.3,9,7.1,5.4,3.3,"Mayaguez","Nenadich","Puerto Rico","Mayagnez","Mayaguez","Mayaguez, PR","2013-12-13" +"72","097","0006","88101",1,18.200099,-67.14588,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",65,52,63,122,0,26,"","","Certification not required",0,5.756923,2.281102,13.9,"2013-06-21 00:00",11.4,"2013-07-10 00:00",9.7,"2013-06-15 00:00",9.3,"2013-06-18 00:00","","","","",13.9,11.4,9.3,9,7.1,5.4,3.3,"Mayaguez","Nenadich","Puerto Rico","Mayagnez","Mayaguez","Mayaguez, PR","2013-12-13" +"72","113","0004","42101",1,18.009558,-66.627249,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8202,94,342,365,0,558,0,0,"Certification not required",3269,0.637412,0.441046,15.9,"2013-01-29 10:00",7.9,"2013-11-20 11:00",6.5,"2013-01-29 11:00",6.1,"2013-05-29 09:00","","","","",1.5,1.4,1.3,1.2,0.9,0.6,0.25,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2014-02-18" +"72","113","0004","42101",1,18.009558,-66.627249,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8248,94,342,365,0,0,0,0,"Certification not required",0,0.653868,0.367095,4.4,"2013-01-29 13:00",3.8,"2013-01-29 12:00",3.4,"2013-01-29 11:00",2.7,"2013-01-29 10:00",4.4,"2013-01-29 13:00",2.1,"2013-11-20 11:00",1.5,1.4,1.3,1.2,0.9,0.6,0.3,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2014-02-18" +"72","113","0004","68105",1,18.009558,-66.627249,"WGS84","Ambient Temperature","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Electronic",2013,"Degrees Centigrade","No Events",87,100,44,61,0,4,"","","Certification not required",0,29.162069,1.50211,31.6,"2013-07-09 00:00",31.6,"2013-09-19 00:00",31.5,"2013-09-22 00:00",31.5,"2013-09-28 00:00","","","","",31.6,31.6,31.3,31.2,30.5,29.2,27.1,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-13" +"72","113","0004","68108",1,18.009558,-66.627249,"WGS84","Sample Baro Pressure","24 HOUR","","Observed Values","R & P Model 2025 PM2.5 Sequent - Barometric Sensor",2013,"Millimeters (mercury)","No Events",87,100,44,61,0,4,"","","Certification not required",0,759.08046,1.277883,762,"2013-01-04 00:00",762,"2013-01-10 00:00",762,"2013-01-28 00:00",761,"2013-01-07 00:00","","","","",762,762,761,760,760,759,758,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-13" +"72","113","0004","81102",1,18.009558,-66.627249,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",75,74,45,61,0,16,0,0,"Certification not required",0,27.48,12.172588,60,"2013-06-15 00:00",54,"2013-09-13 00:00",50,"2013-06-18 00:00",49,"2013-09-28 00:00","","","","",60,54,49,46,38,24,13,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-06" +"72","113","0004","81102",3,18.009558,-66.627249,"WGS84","PM10 Total 0-10um STP","1 HOUR","","Observed Values","INSTRUMENTAL-R&P SA246B-INLET - TEOM-GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",5529,63,232,365,0,1021,"","","Certification not required",0,26.922047,20.872699,215,"2013-05-16 03:00",181,"2013-01-14 08:00",164,"2013-02-28 06:00",161,"2013-05-08 03:00","","","","",99,87,69,55,36,20,9,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-05" +"72","113","0004","81102",3,18.009558,-66.627249,"WGS84","PM10 Total 0-10um STP","24-HR BLK AVG","PM10 24-hour 2006","Daily Mean","",2013,"Micrograms/cubic meter (25 C)","No Events",232,64,232,365,0,0,0,0,"Certification not required",0,26.387931,12.333933,75,"2013-09-09 00:00",65,"2013-07-11 00:00",60,"2013-09-13 00:00",59,"2013-08-15 00:00","","","","",60,58,50,44,34,24,13,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-05" +"72","113","0004","88101",1,18.009558,-66.627249,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 24-hour 2006","Daily Mean","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,0,0,"Certification not required",0,6.168966,2.304612,12.9,"2013-06-15 00:00",11.6,"2013-08-14 00:00",11.3,"2013-06-18 00:00",11,"2013-07-12 00:00","","","","",12.9,11.6,11,9.9,7.8,5.5,3.8,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-13" +"72","113","0004","88101",1,18.009558,-66.627249,"WGS84","PM2.5 - Local Conditions","24 HOUR","PM25 Annual 2006","Quarterly Means of Daily Means","R & P Model 2025 PM2.5 Sequential w/WINS - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",87,71,87,122,0,4,"","","Certification not required",0,6.168966,2.304612,12.9,"2013-06-15 00:00",11.6,"2013-08-14 00:00",11.3,"2013-06-18 00:00",11,"2013-07-12 00:00","","","","",12.9,11.6,11,9.9,7.8,5.5,3.8,"RESIDENTIAL AREA","CIVIL DEFENSEBLDG. SAN ANTONIO URB. PONC","Puerto Rico","Ponce","Ponce","Ponce, PR","2013-12-13" +"72","123","0002","42401",1,17.953006,-66.261461,"WGS84","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","Multiple Methods Used",2013,"Parts per billion","No Events",6111,70,255,365,0,441,1,"","Certification not required",0,9.019608,8.457607,103,"2013-09-15 09:00",34,"2013-03-19 08:00",32,"2013-05-23 15:00",30,"2013-04-14 08:00","","","","",32,26,21,17,11,8,2,"","Rd. 2 Final Las Mareas","Puerto Rico","Salinas","","","2014-01-08" +"72","123","0002","42401",1,17.953006,-66.261461,"WGS84","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","Multiple Methods Used",2013,"Parts per billion","No Events",6111,70,255,365,0,441,"","","Certification not required",0,3.986582,3.881656,103,"2013-09-15 09:00",34,"2013-03-19 08:00",32,"2013-05-23 15:00",30,"2013-04-14 08:00","","","","",14,11,9,8,8,2,0,"","Rd. 2 Final Las Mareas","Puerto Rico","Salinas","","","2014-01-08" +"72","123","0002","42401",1,17.953006,-66.261461,"WGS84","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","Multiple Methods Used",2013,"Parts per billion","No Events",255,70,255,365,0,0,0,"","Certification not required",0,4.001569,3.179919,12,"2013-09-15 00:00",10.3,"2013-08-24 00:00",10,"2013-08-18 00:00",9.6,"2013-09-02 00:00","","","","",10,9.5,8.8,8.5,8,2.5,0.6,"","Rd. 2 Final Las Mareas","Puerto Rico","Salinas","","","2014-01-08" +"72","123","0002","42401",1,17.953006,-66.261461,"WGS84","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","Multiple Methods Used",2013,"Parts per billion","No Events",2012,69,255,365,0,0,"",0,"Certification not required",0,3.948807,3.549583,39.6,"2013-09-15 11:00",24,"2013-05-23 17:00",20,"2013-03-18 17:00",20,"2013-04-18 14:00","","","","",13,10.3,9,8.3,8,2,0,"","Rd. 2 Final Las Mareas","Puerto Rico","Salinas","","","2014-01-08" +"72","123","0002","42401",2,17.953006,-66.261461,"WGS84","Sulfur dioxide","5 MINUTE","","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",73723,70,255,365,0,4901,"","","Certification not required",0,0.035267,3.081215,700,"2013-09-15 09:20",200,"2013-09-15 09:15",100,"2013-08-22 09:35",100,"2013-08-22 09:40","","","","",0,0,0,0,0,0,0,"","Rd. 2 Final Las Mareas","Puerto Rico","Salinas","","","2013-11-21" +"72","127","0003","42101",1,18.449814,-66.05251,"WGS84","Carbon monoxide","1 HOUR","CO 1-hour 1971","Obseved hourly values","INSTRUMENTAL - NONDISPERSIVE INFRARED",2013,"Parts per million","No Events",8210,94,341,365,0,550,0,0,"Certification not required",431,1.134501,0.494898,10.7,"2013-02-21 07:00",9.5,"2013-12-16 10:00",7.5,"2013-12-11 08:00",7,"2013-03-21 09:00","","","","",2.3,2.1,1.9,1.7,1.4,1.1,0.6,"San Juan","BALDORIOTY DE CASTRO AV.","Puerto Rico","San Juan","San Juan","San Juan-Caguas-Guaynabo, PR","2014-02-11" +"72","127","0003","42101",1,18.449814,-66.05251,"WGS84","Carbon monoxide","8-HR RUN AVG END HOUR","CO 8-hour 1971","8-Hour running average (end hour) of observed hourly values","",2013,"Parts per million","No Events",8239,94,340,365,0,0,0,0,"Certification not required",0,1.140248,0.392633,2.8,"2013-12-11 15:00",2.7,"2013-05-08 15:00",2.7,"2013-05-08 16:00",2.7,"2013-12-11 14:00",2.8,"2013-12-11 15:00",2.7,"2013-05-08 15:00",2.1,2,1.8,1.6,1.4,1.1,0.6,"San Juan","BALDORIOTY DE CASTRO AV.","Puerto Rico","San Juan","San Juan","San Juan-Caguas-Guaynabo, PR","2014-02-11" +"78","010","0006","42401",1,17.706944,-64.780556,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1355,15,56,365,0,0,0,"","Certification not required",0,2.5,1.059846,6.4,"2013-02-20 11:00",5.6,"2013-02-21 01:00",5.4,"2013-02-19 08:00",5.2,"2013-02-17 12:00","","","","",6.4,5.6,5.4,4.4,2.3,2.2,1.9,"","WEST GATE MARTIN MARIETTA ALUMINA","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0006","42401",1,17.706944,-64.780556,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1355,15,56,365,0,0,"","","Certification not required",0,1.872251,0.529385,6.4,"2013-02-20 11:00",6.2,"2013-02-20 08:00",5.6,"2013-02-21 01:00",5.4,"2013-02-19 08:00","","","","",4.4,3.8,2.5,2.2,2,1.8,1.5,"","WEST GATE MARTIN MARIETTA ALUMINA","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0006","42401",1,17.706944,-64.780556,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",56,15,56,365,0,0,0,"","Certification not required",0,1.869643,0.360767,3.5,"2013-02-20 00:00",2.8,"2013-02-17 00:00",2.7,"2013-02-21 00:00",2.6,"2013-02-16 00:00","","","","",3.5,2.8,2.7,2.2,1.9,1.8,1.6,"","WEST GATE MARTIN MARIETTA ALUMINA","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0006","42401",1,17.706944,-64.780556,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",451,15,56,365,0,0,"",0,"Certification not required",0,1.836807,0.476303,5.6,"2013-02-20 08:00",4.8,"2013-02-20 11:00",4.4,"2013-02-21 02:00",4.3,"2013-02-20 17:00","","","","",4.1,3.3,2.7,2.1,1.9,1.8,1.5,"","WEST GATE MARTIN MARIETTA ALUMINA","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0011","42401",1,17.719167,-64.775,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1355,15,56,365,0,0,0,"","Certification not required",0,0.001786,0.013363,0.1,"2013-01-14 06:00",0,"2013-01-01 00:00",0,"2013-01-02 00:00",0,"2013-01-03 00:00","","","","",0.1,0,0,0,0,0,0,"","ESTATE ANGUILLA, THE RUINS","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0011","42401",1,17.719167,-64.775,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1355,15,56,365,0,0,"","","Certification not required",0,7.4e-05,0.002717,0.1,"2013-01-14 06:00",0,"2013-01-01 00:00",0,"2013-01-01 01:00",0,"2013-01-01 02:00","","","","",0,0,0,0,0,0,0,"","ESTATE ANGUILLA, THE RUINS","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0011","42401",1,17.719167,-64.775,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",56,15,56,365,0,0,0,"","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-02 00:00",0,"2013-01-03 00:00",0,"2013-01-04 00:00","","","","",0,0,0,0,0,0,0,"","ESTATE ANGUILLA, THE RUINS","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0011","42401",1,17.719167,-64.775,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",451,15,56,365,0,0,"",0,"Certification not required",0,0,0,0,"2013-01-01 02:00",0,"2013-01-01 05:00",0,"2013-01-01 08:00",0,"2013-01-01 11:00","","","","",0,0,0,0,0,0,0,"","ESTATE ANGUILLA, THE RUINS","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0013","42401",1,17.7225,-64.776667,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1355,15,56,365,0,0,0,"","Certification not required",0,1.221429,0.253495,1.8,"2013-01-08 06:00",1.7,"2013-01-04 06:00",1.7,"2013-01-05 06:00",1.7,"2013-01-06 06:00","","","","",15.4,1.8,1.7,1.7,1.3,1.1,1,"STATION # 3, ESTATE CLIFTON HILL","PLOT 25, ESTATE CLIFTON HILL","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0013","42401",1,17.7225,-64.776667,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1355,15,56,365,0,0,"","","Certification not required",0,1.058819,0.436755,15.4,"2013-02-26 10:00",1.8,"2013-01-08 06:00",1.7,"2013-01-04 06:00",1.7,"2013-01-04 08:00","","","","",1.6,1.5,1.4,1.4,1.1,1,0.8,"STATION # 3, ESTATE CLIFTON HILL","PLOT 25, ESTATE CLIFTON HILL","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0013","42401",1,17.7225,-64.776667,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",56,15,56,365,0,0,0,"","Certification not required",0,1.051786,0.17989,1.5,"2013-01-09 00:00",1.4,"2013-01-01 00:00",1.4,"2013-01-04 00:00",1.4,"2013-01-05 00:00","","","","",1.5,1.4,1.4,1.4,1.1,1,0.9,"STATION # 3, ESTATE CLIFTON HILL","PLOT 25, ESTATE CLIFTON HILL","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0013","42401",1,17.7225,-64.776667,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",451,15,56,365,0,0,"",0,"Certification not required",0,1.018182,0.188508,1.6,"2013-01-04 08:00",1.6,"2013-01-06 08:00",1.6,"2013-01-08 08:00",1.6,"2013-01-09 08:00","","","","",1.6,1.5,1.4,1.3,1.1,1,0.8,"STATION # 3, ESTATE CLIFTON HILL","PLOT 25, ESTATE CLIFTON HILL","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0014","42401",1,17.734444,-64.783333,"NAD27","Sulfur dioxide","1 HOUR","SO2 1-hour 2010","Daily maximum 1-hour average","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1354,15,56,365,0,0,0,"","Certification not required",0,1.069643,0.115868,1.7,"2013-01-23 13:00",1.4,"2013-02-16 17:00",1.2,"2013-01-08 06:00",1.2,"2013-02-21 06:00","","","","",1.7,1.4,1.2,1.1,1.1,1.1,1,"STATION # 4, BARREN SPOT","PLOT 487 ESTATE BARREN SPOT","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0014","42401",1,17.734444,-64.783333,"NAD27","Sulfur dioxide","1 HOUR","SO2 Annual 1971","Observed Values","INSTRUMENTAL - PULSED FLUORESCENT",2013,"Parts per billion","No Events",1354,15,56,365,0,0,"","","Certification not required",0,0.9,0.076702,1.7,"2013-01-23 13:00",1.4,"2013-01-23 12:00",1.4,"2013-02-16 17:00",1.3,"2013-01-23 15:00","","","","",1.1,1.1,1,1,0.9,0.9,0.8,"STATION # 4, BARREN SPOT","PLOT 487 ESTATE BARREN SPOT","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0014","42401",1,17.734444,-64.783333,"NAD27","Sulfur dioxide","24-HR BLK AVG","SO2 24-hour 1971","Daily Average of observed values","",2013,"Parts per billion","No Events",56,15,56,365,0,0,0,"","Certification not required",0,0.898214,0.040412,1,"2013-01-06 00:00",1,"2013-01-23 00:00",1,"2013-02-16 00:00",1,"2013-02-17 00:00","","","","",1,1,1,0.9,0.9,0.9,0.9,"STATION # 4, BARREN SPOT","PLOT 487 ESTATE BARREN SPOT","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","010","0014","42401",1,17.734444,-64.783333,"NAD27","Sulfur dioxide","3-HR BLK AVG","SO2 3-hour 1971","3-Hour block average of observed hourly values","",2013,"Parts per billion","No Events",451,15,56,365,0,0,"",0,"Certification not required",0,0.873836,0.068171,1.4,"2013-01-23 14:00",1.2,"2013-02-16 17:00",1,"2013-01-04 08:00",1,"2013-01-06 08:00","","","","",1,1,1,0.9,0.9,0.9,0.8,"STATION # 4, BARREN SPOT","PLOT 487 ESTATE BARREN SPOT","Virgin Islands","St Croix","Not in a city","","2013-07-12" +"78","020","0001","85101",1,18.336389,-64.796389,"UNKNOWN","PM10 - LC","24 HOUR","","Observed Values","IMPROVE Module D with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,16.409263,6.647269,40.8094,"2013-05-28 00:00",32.2642,"2013-02-27 00:00",29.5972,"2013-05-31 00:00",25.902,"2013-01-22 00:00","","","","",40.8094,40.8094,29.5972,25.3533,19.228,15.251,8.8363,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","86502",1,18.336389,-64.796389,"UNKNOWN","Acceptable PM10-2.5 - Local Conditions","24 HOUR","","Observed Values","IMPROVE - IMPROVE",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,10.734694,4.74243,28,"2013-05-28 00:00",26,"2013-02-27 00:00",18,"2013-05-22 00:00",18,"2013-05-31 00:00","","","","",28,28,18,15,13,10,5,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88103",1,18.336389,-64.796389,"UNKNOWN","Arsenic PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88104",1,18.336389,-64.796389,"UNKNOWN","Aluminum PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.066992,0.107903,0.4625,"2013-05-28 00:00",0.4167,"2013-02-18 00:00",0.3767,"2013-01-22 00:00",0.2758,"2013-05-31 00:00","","","","",0.4625,0.4625,0.3767,0.2298,0.0467,0.0243,0.0095,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88109",1,18.336389,-64.796389,"UNKNOWN","Bromine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.001004,0.000637,0.0029,"2013-03-05 00:00",0.0027,"2013-01-22 00:00",0.0026,"2013-03-08 00:00",0.0024,"2013-02-12 00:00","","","","",0.0029,0.0029,0.0026,0.002,0.0012,0.0009,0.0003,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88111",1,18.336389,-64.796389,"UNKNOWN","Calcium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.042635,0.028308,0.1438,"2013-01-22 00:00",0.1303,"2013-02-18 00:00",0.123,"2013-05-28 00:00",0.0844,"2013-05-07 00:00","","","","",0.1438,0.1438,0.123,0.0833,0.0454,0.034,0.0187,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88112",1,18.336389,-64.796389,"UNKNOWN","Chromium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0,0,0,"2013-01-01 00:00",0,"2013-01-04 00:00",0,"2013-01-07 00:00",0,"2013-01-10 00:00","","","","",0,0,0,0,0,0,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88114",1,18.336389,-64.796389,"UNKNOWN","Copper PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",34,0.000172,9.8e-05,0.0006,"2013-01-25 00:00",0.0004,"2013-01-01 00:00",0.0003,"2013-01-13 00:00",0.0003,"2013-01-22 00:00","","","","",0.0006,0.0006,0.0003,0.0003,0.0002,0.00015,0.0001,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88115",1,18.336389,-64.796389,"UNKNOWN","Chlorine PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.717619,0.336749,1.3594,"2013-01-07 00:00",1.3581,"2013-02-12 00:00",1.3289,"2013-01-22 00:00",1.3008,"2013-02-18 00:00","","","","",1.3594,1.3594,1.3289,1.2094,0.9372,0.6635,0.3005,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88126",1,18.336389,-64.796389,"UNKNOWN","Iron PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.037256,0.063744,0.2656,"2013-05-28 00:00",0.2468,"2013-01-22 00:00",0.2263,"2013-02-18 00:00",0.153,"2013-05-31 00:00","","","","",0.2656,0.2656,0.2263,0.1323,0.0271,0.0116,0.0017,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88128",1,18.336389,-64.796389,"UNKNOWN","Lead PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000367,0.000636,0.002,"2013-01-10 00:00",0.002,"2013-02-12 00:00",0.001,"2013-01-01 00:00",0.001,"2013-01-07 00:00","","","","",0.002,0.002,0.001,0.001,0.001,0,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88132",1,18.336389,-64.796389,"UNKNOWN","Manganese PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000735,0.001221,0.005,"2013-01-22 00:00",0.005,"2013-05-28 00:00",0.004,"2013-02-18 00:00",0.003,"2013-05-31 00:00","","","","",0.005,0.005,0.004,0.002,0.001,0,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88136",1,18.336389,-64.796389,"UNKNOWN","Nickel PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,8.2e-05,0.000277,0.001,"2013-02-27 00:00",0.001,"2013-03-02 00:00",0.001,"2013-03-08 00:00",0.001,"2013-05-07 00:00","","","","",0.001,0.001,0.001,0,0,0,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88140",1,18.336389,-64.796389,"UNKNOWN","Magnesium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.080398,0.03255,0.1553,"2013-01-22 00:00",0.1471,"2013-02-12 00:00",0.1454,"2013-02-18 00:00",0.1282,"2013-01-07 00:00","","","","",0.1553,0.1553,0.1454,0.1227,0.1013,0.0811,0.041,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88152",1,18.336389,-64.796389,"UNKNOWN","Phosphorus PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",44,0.000444,0.001258,0.0069,"2013-03-02 00:00",0.0043,"2013-03-08 00:00",0.0043,"2013-03-29 00:00",0.0004,"2013-03-11 00:00","","","","",0.0069,0.0069,0.0043,0.0004,0.00015,0.00015,0.0001,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88154",1,18.336389,-64.796389,"UNKNOWN","Selenium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",26,0.000163,7.8e-05,0.0004,"2013-02-09 00:00",0.0003,"2013-01-07 00:00",0.0003,"2013-01-10 00:00",0.0003,"2013-01-28 00:00","","","","",0.0004,0.0004,0.0003,0.0003,0.0002,0.0001,0.0001,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88161",1,18.336389,-64.796389,"UNKNOWN","Titanium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",4,0.00382,0.00645,0.029,"2013-05-28 00:00",0.0224,"2013-02-18 00:00",0.0212,"2013-01-22 00:00",0.0173,"2013-05-31 00:00","","","","",0.029,0.029,0.0212,0.0134,0.0029,0.0013,0.0003,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88164",1,18.336389,-64.796389,"UNKNOWN","Vanadium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.000731,0.000587,0.0023,"2013-03-08 00:00",0.0021,"2013-03-02 00:00",0.002,"2013-03-20 00:00",0.0019,"2013-05-07 00:00","","","","",0.0023,0.0023,0.002,0.0018,0.001,0.0005,0.0002,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88165",1,18.336389,-64.796389,"UNKNOWN","Silicon PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",1,0.121078,0.207491,0.8661,"2013-05-28 00:00",0.7503,"2013-02-18 00:00",0.7393,"2013-01-22 00:00",0.4864,"2013-05-31 00:00","","","","",0.8661,0.8661,0.7393,0.47,0.0868,0.0344,0.0035,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88167",1,18.336389,-64.796389,"UNKNOWN","Zinc PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.001662,0.00315,0.0212,"2013-01-25 00:00",0.0063,"2013-03-29 00:00",0.006,"2013-01-16 00:00",0.004,"2013-01-28 00:00","","","","",0.0212,0.0212,0.006,0.0037,0.0014,0.001,0.0002,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88168",1,18.336389,-64.796389,"UNKNOWN","Strontium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",2,0.000765,0.000564,0.0026,"2013-01-22 00:00",0.0024,"2013-02-18 00:00",0.0023,"2013-05-28 00:00",0.0017,"2013-05-31 00:00","","","","",0.0026,0.0026,0.0023,0.0016,0.0009,0.0006,0.0003,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88169",1,18.336389,-64.796389,"UNKNOWN","Sulfur PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.310649,0.181977,1.2078,"2013-03-02 00:00",0.7032,"2013-03-08 00:00",0.5864,"2013-03-26 00:00",0.5691,"2013-05-07 00:00","","","","",1.2078,1.2078,0.5864,0.523,0.3636,0.2618,0.1673,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88176",1,18.336389,-64.796389,"UNKNOWN","Rubidium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",39,0.0002,0.000132,0.0007,"2013-02-06 00:00",0.0006,"2013-01-22 00:00",0.0005,"2013-03-23 00:00",0.0005,"2013-04-22 00:00","","","","",0.0007,0.0007,0.0005,0.0004,0.00015,0.00015,0.0001,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88180",1,18.336389,-64.796389,"UNKNOWN","Potassium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.043273,0.029112,0.1439,"2013-01-22 00:00",0.1173,"2013-02-18 00:00",0.1171,"2013-05-07 00:00",0.1129,"2013-05-28 00:00","","","","",0.1439,0.1439,0.1171,0.1024,0.0457,0.0352,0.0215,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88184",1,18.336389,-64.796389,"UNKNOWN","Sodium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.557584,0.167722,0.9674,"2013-02-12 00:00",0.9111,"2013-02-21 00:00",0.8846,"2013-01-07 00:00",0.7948,"2013-04-19 00:00","","","","",0.9674,0.9674,0.8846,0.7759,0.6727,0.5376,0.3631,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88185",1,18.336389,-64.796389,"UNKNOWN","Zirconium PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - X-Ray Fluorescence",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",44,0.000634,0.000253,0.0016,"2013-05-28 00:00",0.0015,"2013-02-15 00:00",0.0013,"2013-04-28 00:00",0.001,"2013-05-10 00:00","","","","",0.0016,0.0016,0.0013,0.0008,0.00065,0.00065,0.0004,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88203",1,18.336389,-64.796389,"UNKNOWN","Chloride PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.024406,0.42977,1.9099,"2013-01-22 00:00",1.8185,"2013-02-21 00:00",1.7708,"2013-04-19 00:00",1.7258,"2013-02-12 00:00","","","","",1.9099,1.9099,1.7708,1.7182,1.2909,0.9936,0.5101,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88306",1,18.336389,-64.796389,"UNKNOWN","Total Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.209386,0.078634,0.4181,"2013-05-07 00:00",0.4,"2013-01-22 00:00",0.3293,"2013-03-23 00:00",0.3281,"2013-02-27 00:00","","","","",0.4181,0.4181,0.3293,0.3229,0.2604,0.2001,0.1216,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88320",1,18.336389,-64.796389,"UNKNOWN","OC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - OC1+OC2+OC3+OC4+OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.157551,0.109934,0.47,"2013-05-07 00:00",0.43,"2013-03-02 00:00",0.39,"2013-03-08 00:00",0.36,"2013-03-05 00:00","","","","",0.47,0.47,0.39,0.34,0.22,0.12,0.06,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88321",1,18.336389,-64.796389,"UNKNOWN","EC PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE - EC1+EC2+EC3-OP",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.034898,0.040006,0.17,"2013-05-07 00:00",0.13,"2013-03-08 00:00",0.13,"2013-03-23 00:00",0.13,"2013-05-04 00:00","","","","",0.17,0.17,0.13,0.12,0.04,0.02,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88324",1,18.336389,-64.796389,"UNKNOWN","OC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",49,0.020066,0.007072,0.0309,"2013-01-01 00:00",0.0309,"2013-01-31 00:00",0.0308,"2013-01-04 00:00",0.0308,"2013-01-07 00:00","","","","",0.0309,0.0309,0.0308,0.03065,0.02395,0.0172,0.0108,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88325",1,18.336389,-64.796389,"UNKNOWN","OC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",24,0.051955,0.041076,0.2558,"2013-03-02 00:00",0.1422,"2013-03-08 00:00",0.1103,"2013-03-05 00:00",0.1098,"2013-03-20 00:00","","","","",0.2558,0.2558,0.1103,0.098,0.067,0.035,0.02125,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88326",1,18.336389,-64.796389,"UNKNOWN","OC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",38,0.052117,0.033934,0.1711,"2013-05-07 00:00",0.138,"2013-04-04 00:00",0.1325,"2013-04-13 00:00",0.1298,"2013-04-10 00:00","","","","",0.1711,0.1711,0.1325,0.1113,0.04115,0.0393,0.0257,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88327",1,18.336389,-64.796389,"UNKNOWN","OC4 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",21,0.039777,0.029835,0.1254,"2013-05-07 00:00",0.1062,"2013-03-05 00:00",0.1014,"2013-03-08 00:00",0.0946,"2013-03-02 00:00","","","","",0.1254,0.1254,0.1014,0.0822,0.0577,0.034,0.0115,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88328",1,18.336389,-64.796389,"UNKNOWN","OP PM2.5 LC TOR","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR w/Adjustment",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",6,0.02167,0.022696,0.1245,"2013-05-07 00:00",0.0791,"2013-03-08 00:00",0.0595,"2013-05-31 00:00",0.0501,"2013-04-13 00:00","","","","",0.1245,0.1245,0.0595,0.0497,0.0296,0.0137,0.002,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88329",1,18.336389,-64.796389,"UNKNOWN","EC1 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.051647,0.049034,0.246,"2013-05-07 00:00",0.188,"2013-03-08 00:00",0.1499,"2013-03-23 00:00",0.1422,"2013-03-02 00:00","","","","",0.246,0.246,0.1499,0.1394,0.061,0.0348,0.0157,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88330",1,18.336389,-64.796389,"UNKNOWN","EC2 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",35,0.006368,0.00875,0.046,"2013-05-07 00:00",0.0294,"2013-03-02 00:00",0.0275,"2013-05-04 00:00",0.0222,"2013-03-08 00:00","","","","",0.046,0.046,0.0275,0.016,0.0083,0.0024,0.0014,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88331",1,18.336389,-64.796389,"UNKNOWN","EC3 PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module C with Cyclone Inlet-Quartz Filter - IMPROVE TOR",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",19,3.6e-05,5.1e-05,0.00015,"2013-03-20 00:00",0.00015,"2013-03-23 00:00",0.00015,"2013-03-26 00:00",0.00015,"2013-03-29 00:00","","","","",0.00015,0.00015,0.00015,0.0001,5e-05,0,0,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88338",1,18.336389,-64.796389,"UNKNOWN","Nitrite PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",42,0.017483,0.006267,0.0416,"2013-04-28 00:00",0.0272,"2013-05-16 00:00",0.02515,"2013-02-21 00:00",0.0246,"2013-02-24 00:00","","","","",0.0416,0.0416,0.02515,0.02455,0.02395,0.01515,0.01065,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88339",1,18.336389,-64.796389,"UNKNOWN","Ammonium Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Ammonium Sulfate (ammSO4f) - ;4.125*[S]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,1.281366,0.750638,4.98205,"2013-03-02 00:00",2.90054,"2013-03-08 00:00",2.41874,"2013-03-26 00:00",2.34737,"2013-05-07 00:00","","","","",4.98205,4.98205,2.41874,2.15733,1.49964,1.07984,0.68995,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88344",1,18.336389,-64.796389,"UNKNOWN","Ammonium Nitrate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation for Ammonium Nitrate - 1.29*[NO3]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.270106,0.101433,0.5393,"2013-05-07 00:00",0.516,"2013-01-22 00:00",0.4248,"2013-03-23 00:00",0.4232,"2013-02-27 00:00","","","","",0.5393,0.5393,0.4248,0.4165,0.3359,0.2581,0.1569,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88348",1,18.336389,-64.796389,"UNKNOWN","Soil PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Fine Soil - 2.2*[Al]+2.49*[Si]+1.63*[Ca]+2.42*[Fe]+1.94*[Ti]",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.615845,0.963496,4.0735,"2013-05-28 00:00",3.5882,"2013-02-18 00:00",3.5423,"2013-01-22 00:00",2.3574,"2013-05-31 00:00","","","","",4.0735,4.0735,3.5423,2.1597,0.4083,0.2302,0.0782,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88350",1,18.336389,-64.796389,"UNKNOWN","Organic Carbon Mass PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Calculation of Organic Mass by Carbon (OMCf) - 1.8 * OCf",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.283865,0.197644,0.8516,"2013-05-07 00:00",0.7695,"2013-03-02 00:00",0.7087,"2013-03-08 00:00",0.6464,"2013-03-05 00:00","","","","",0.8516,0.8516,0.7087,0.6163,0.4014,0.214,0.1058,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88403",1,18.336389,-64.796389,"UNKNOWN","Sulfate PM2.5 LC","24 HOUR","","Observed Values","IMPROVE Module B with Cyclone Inlet and Glycerin/Na2CO3-Nylon Filter, 10.8 sq. cm. - Ion Chromatography",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,0.988827,0.592178,3.8152,"2013-03-02 00:00",2.2937,"2013-03-08 00:00",1.9577,"2013-03-26 00:00",1.7799,"2013-02-21 00:00","","","","",3.8152,3.8152,1.9577,1.7759,1.0798,0.8776,0.5167,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"78","020","0001","88502",1,18.336389,-64.796389,"UNKNOWN","Acceptable PM2.5 AQI & Speciation Mass","24 HOUR","","Observed Values","IMPROVE Module A with Cyclone Inlet-Teflon Filter, 2.2 sq. cm. - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,25,61,0,2,"","","Certification not required",0,5.063265,2.351568,12,"2013-05-28 00:00",10.8,"2013-05-31 00:00",10.1,"2013-01-22 00:00",9.1,"2013-02-12 00:00","","","","",12,12,10.1,8.7,6.1,4.6,2.4,"CRUZ BAY, ST JOHN U.S. VIRGIN ISLANDS","ST JOHN, VIRGIN ISLANDS","Virgin Islands","St John","Not in a city","","2014-01-28" +"80","002","0001","81102",1,32.525,-116.985,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,70,43,61,0,13,0,0,"Certification not required",0,34.844444,14.727765,103,"2013-11-12 00:00",59,"2013-01-10 00:00",56,"2013-11-30 00:00",52,"2013-01-22 00:00","","","","",103,103,56,51,41,32,21,"CROSS STREETS CAL DEL TECNOLOGICO & CHAPULTEPEC","INSTITUTO TECNOLOGICO, ITT TIJUANA","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0001","85101",1,32.525,-116.985,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",45,74,43,61,0,13,"","","Certification not required",0,35.644444,14.956232,104,"2013-11-12 00:00",62,"2013-01-10 00:00",57,"2013-11-30 00:00",53,"2013-01-22 00:00","","","","",104,104,57,52,41,32,21,"CROSS STREETS CAL DEL TECNOLOGICO & CHAPULTEPEC","INSTITUTO TECNOLOGICO, ITT TIJUANA","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0003","81102",1,32.498333,-116.976667,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,70,43,61,0,13,0,0,"Certification not required",0,49.318182,20.159564,112,"2013-11-12 00:00",95,"2013-03-05 00:00",87,"2013-01-22 00:00",81,"2013-04-04 00:00","","","","",112,112,87,80,60,45,30,"ON STATE SCHOOL #44","13891 CAJEME, LA MESA","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0003","85101",1,32.498333,-116.976667,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,43,61,0,13,"","","Certification not required",0,50.363636,20.745513,114,"2013-11-12 00:00",98,"2013-03-05 00:00",88,"2013-01-22 00:00",83,"2013-01-28 00:00","","","","",114,114,88,83,61,45,30,"ON STATE SCHOOL #44","13891 CAJEME, LA MESA","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0004","81102",1,32.343333,-117.054722,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",9,15,9,61,0,47,0,0,"Certification not required",0,38.222222,12.487772,62,"2013-05-16 00:00",50,"2013-04-28 00:00",41,"2013-05-22 00:00",41,"2013-11-24 00:00","","","","",62,62,62,62,41,38,24,"EAST END OF PEDRO MORENO SCHOOL IN ROSARITO","3 BLKS E BLVD BENITO JUAREZ, ROSARITO","Country Of Mexico","BAJA CALIFORNIA NORTE","Rosarito","","2014-01-22" +"80","002","0004","85101",1,32.343333,-117.054722,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",9,15,9,61,0,47,"","","Certification not required",0,39.555556,12.875472,64,"2013-05-16 00:00",52,"2013-04-28 00:00",43,"2013-11-24 00:00",42,"2013-05-22 00:00","","","","",64,64,64,64,43,39,25,"EAST END OF PEDRO MORENO SCHOOL IN ROSARITO","3 BLKS E BLVD BENITO JUAREZ, ROSARITO","Country Of Mexico","BAJA CALIFORNIA NORTE","Rosarito","","2014-01-22" +"80","002","0011","81102",1,32.570833,-115.350833,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",47,70,43,61,0,16,18,18,"Certification not required",0,178.893617,116.635857,512,"2013-09-13 00:00",453,"2013-06-27 00:00",417,"2013-11-30 00:00",390,"2013-01-28 00:00","","","","",512,512,417,368,255,125,68,"CONALEP, EJIDO PUEBLA S/N, MEXICALI, BCN","CONALEP, EJIDO PUEBLA, MEXICALI, BCN","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0011","85101",1,32.570833,-115.350833,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,43,61,0,16,"","","Certification not required",0,180.106383,118.217418,492,"2013-09-13 00:00",438,"2013-06-27 00:00",430,"2013-11-30 00:00",410,"2013-01-28 00:00","","","","",492,492,430,381,264,127,68,"CONALEP, EJIDO PUEBLA S/N, MEXICALI, BCN","CONALEP, EJIDO PUEBLA, MEXICALI, BCN","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0012","81102",1,32.629167,-115.446944,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",49,75,46,61,0,13,2,2,"Certification not required",0,73.367347,55.210089,379,"2013-03-17 00:00",155,"2013-06-27 00:00",152,"2013-01-28 00:00",147,"2013-10-25 00:00","","","","",379,379,152,137,83,59,32,"AT UABC, CORNER OF CALZADA BENITO JUAREZ & AVENIDA NORMAL, MEXICALI","UABC, CALZADA BENITO JUAREZ, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0012","85101",1,32.629167,-115.446944,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",49,80,46,61,0,13,"","","Certification not required",0,73.265306,55.20144,378,"2013-03-17 00:00",160,"2013-01-28 00:00",149,"2013-06-27 00:00",148,"2013-10-25 00:00","","","","",378,378,149,135,84,58,32,"AT UABC, CORNER OF CALZADA BENITO JUAREZ & AVENIDA NORMAL, MEXICALI","UABC, CALZADA BENITO JUAREZ, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0014","81102",1,32.633611,-115.504167,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,61,37,61,0,23,1,1,"Certification not required",0,72.931818,31.646593,156,"2013-09-19 00:00",135,"2013-03-12 00:00",133,"2013-09-07 00:00",126,"2013-10-07 00:00","","","","",156,156,133,124,95,68,35,"COBACH, CALLE GUADALAJARA JUST SOUTH OF AVENIDA REVOLUCION, MEXICALI","COBACH, COLEGIO DE BACHILLERES, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0014","85101",1,32.633611,-115.504167,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",44,72,37,61,0,23,"","","Certification not required",0,72.613636,31.686118,153,"2013-09-19 00:00",138,"2013-03-12 00:00",131,"2013-09-07 00:00",127,"2013-10-07 00:00","","","","",153,153,131,124,95,67,36,"COBACH, CALLE GUADALAJARA JUST SOUTH OF AVENIDA REVOLUCION, MEXICALI","COBACH, COLEGIO DE BACHILLERES, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0015","81102",1,32.5825,-115.578056,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",50,69,42,61,0,18,23,23,"Certification not required",0,158.36,63.478346,296,"2013-03-13 00:00",290,"2013-10-19 00:00",277,"2013-11-30 00:00",262,"2013-10-25 00:00","","","","",296,296,277,256,198,147,81,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0015","82180",1,32.5825,-115.578056,"NAD27","Potassium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Nanograms/cubic meter (25 C)","No Events",22,36,19,61,0,9,"","","Certification not required",0,511.818182,263.793504,1200,"2013-05-22 00:00",870,"2013-05-04 00:00",830,"2013-04-04 00:00",780,"2013-05-28 00:00","","","","",1200,1200,870,830,640,510,180,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-02-14" +"80","002","0015","82203",1,32.5825,-115.578056,"NAD27","Chloride PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",22,36,19,61,0,9,"","","Certification not required",0,1.399545,0.863914,4.1,"2013-04-16 00:00",2.9,"2013-01-16 00:00",2.4,"2013-03-13 00:00",2.1,"2013-05-22 00:00","","","","",4.1,4.1,2.9,2.4,1.5,1.3,0.65,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-02-14" +"80","002","0015","82301",1,32.5825,-115.578056,"NAD27","Ammonium PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOCHRPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",22,36,19,61,0,9,"","","Certification not required",1,0.365909,0.236737,0.9,"2013-03-23 00:00",0.8,"2013-01-16 00:00",0.7,"2013-01-22 00:00",0.7,"2013-03-13 00:00","","","","",0.9,0.9,0.8,0.7,0.5,0.3,0.1,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-02-14" +"80","002","0015","82306",1,32.5825,-115.578056,"NAD27","Nitrate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",22,36,19,61,0,9,"","","Certification not required",0,2.080455,1.201001,6.3,"2013-01-22 00:00",3.7,"2013-05-04 00:00",3.3,"2013-04-04 00:00",3.1,"2013-03-15 00:00","","","","",6.3,6.3,3.7,3.3,2.1,1.8,1.2,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-02-14" +"80","002","0015","82403",1,32.5825,-115.578056,"NAD27","Sulfate PM10 STP","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - ION CHROMATOGRAPH CONDUCTIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",22,36,19,61,0,9,"","","Certification not required",0,2.531818,1.164714,6,"2013-05-04 00:00",4.3,"2013-03-23 00:00",3.7,"2013-04-04 00:00",3.6,"2013-05-22 00:00","","","","",6,6,4.3,3.7,2.9,2.4,1.2,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-02-14" +"80","002","0015","85101",1,32.5825,-115.578056,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",50,82,42,61,0,18,"","","Certification not required",0,158.4,64.922245,297,"2013-03-13 00:00",294,"2013-10-19 00:00",290,"2013-11-30 00:00",268,"2013-10-25 00:00","","","","",297,297,290,254,199,143,80,"PROGRESSO, 1 BLOCK NORTH OF HGWY 2 IN COLONIAL PROGRESSO, MEXICALI","PROGRESSO, CENTRO DE SALUD, MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0016","12128",1,32.518889,-117.011944,"NAD27","Lead (TSP) STP","24 HOUR","Lead Quarterly 1978","Observed Values","HI-VOL - ATOMIC ABSORPTION (AA) FRM",2013,"Micrograms/cubic meter (25 C)","No Events",40,66,40,61,0,5,"","","Certification not required",0,0.018823,0.02107,0.11,"2013-02-09 00:00",0.074,"2013-01-10 00:00",0.052,"2013-01-28 00:00",0.046,"2013-02-03 00:00","","","","",0.11,0.11,0.074,0.046,0.022,0.011,0.0056,"BLOCK S PASEO DEL LOS HEROES & GRAF AL RODRIGUEZ, TIJUANA, BCN","COLEF, COLEGIO DE LA FRONTERA NORTE, TIJ","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0016","14129",1,32.518889,-117.011944,"NAD27","Lead (TSP) LC","24 HOUR","Lead 3-Month 2009","Observed Values","Hi-Vol - Atomic Absorption (AA); 2.6M HNO3/0.9M HCl or 0.45 HNO3 Boil 30 min",2013,"Micrograms/cubic meter (LC)","No Events",40,66,40,61,0,5,0,0,"Certification not required",0,0.0191,0.021606,0.11,"2013-02-09 00:00",0.077,"2013-01-10 00:00",0.054,"2013-01-28 00:00",0.048,"2013-02-03 00:00","","","","",0.11,0.11,0.077,0.048,0.023,0.012,0.005,"BLOCK S PASEO DEL LOS HEROES & GRAF AL RODRIGUEZ, TIJUANA, BCN","COLEF, COLEGIO DE LA FRONTERA NORTE, TIJ","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0016","68105",1,32.518889,-117.011944,"NAD27","Ambient Temperature","24 HOUR","","Observed Values","Instrumental - Off Site Avg.Temperature",2013,"Degrees Centigrade","No Events",40,66,40,61,0,5,"","","Certification not required",0,17.5275,3.833723,25.4,"2013-08-20 00:00",24.6,"2013-08-14 00:00",23.1,"2013-07-09 00:00",22.6,"2013-08-26 00:00","","","","",25.4,25.4,24.6,22.6,20.1,18,12.3,"BLOCK S PASEO DEL LOS HEROES & GRAF AL RODRIGUEZ, TIJUANA, BCN","COLEF, COLEGIO DE LA FRONTERA NORTE, TIJ","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0016","68108",1,32.518889,-117.011944,"NAD27","Sample Baro Pressure","24 HOUR","","Observed Values","Instrumental - Off Site Avg. pressure",2013,"Millimeters (mercury)","No Events",40,66,40,61,0,5,"","","Certification not required",0,757,0,757,"2013-01-04 00:00",757,"2013-01-10 00:00",757,"2013-01-16 00:00",757,"2013-01-22 00:00","","","","",757,757,757,757,757,757,757,"BLOCK S PASEO DEL LOS HEROES & GRAF AL RODRIGUEZ, TIJUANA, BCN","COLEF, COLEGIO DE LA FRONTERA NORTE, TIJ","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0016","81102",1,32.518889,-117.011944,"NAD27","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,14,0,0,"Certification not required",0,43.309524,21.971698,103,"2013-11-06 00:00",102,"2013-11-12 00:00",95,"2013-01-10 00:00",83,"2013-11-30 00:00","","","","",103,103,95,70,53,38,24,"BLOCK S PASEO DEL LOS HEROES & GRAF AL RODRIGUEZ, TIJUANA, BCN","COLEF, COLEGIO DE LA FRONTERA NORTE, TIJ","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0016","85101",1,32.518889,-117.011944,"NAD27","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",42,69,42,61,0,14,"","","Certification not required",0,44.357143,22.580827,104,"2013-11-06 00:00",104,"2013-11-12 00:00",99,"2013-01-10 00:00",85,"2013-11-30 00:00","","","","",104,104,99,73,55,39,24,"BLOCK S PASEO DEL LOS HEROES & GRAF AL RODRIGUEZ, TIJUANA, BCN","COLEF, COLEGIO DE LA FRONTERA NORTE, TIJ","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0019","81102",1,32.603611,-115.486102,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",51,70,43,61,0,17,7,7,"Certification not required",0,95.039216,45.785133,221,"2013-11-12 00:00",194,"2013-01-22 00:00",183,"2013-10-07 00:00",180,"2013-10-25 00:00","","","","",221,194,183,159,122,80,53,"AT CESPM, COMISION ESTATAL DE SERVICIOS PUBLICOS DE MEXICALI","CESPM, COMISION ESTATAL DE SERVICIOS PUBLICOS DE MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0019","85101",1,32.603611,-115.486102,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",51,84,43,61,0,17,"","","Certification not required",0,95.941176,47.307256,224,"2013-11-12 00:00",200,"2013-01-22 00:00",184,"2013-10-25 00:00",183,"2013-10-07 00:00","","","","",224,200,184,171,127,79,51,"AT CESPM, COMISION ESTATAL DE SERVICIOS PUBLICOS DE MEXICALI","CESPM, COMISION ESTATAL DE SERVICIOS PUBLICOS DE MEXICALI","Country Of Mexico","BAJA CALIFORNIA NORTE","Mexicali","","2014-01-22" +"80","002","0020","81102",1,31.859997,-116.944663,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",47,66,40,61,0,26,0,0,"Certification not required",0,43.638298,18.742448,113,"2013-01-22 00:00",97,"2013-11-12 00:00",76,"2013-02-15 00:00",74,"2013-09-28 00:00","","","","",113,113,76,68,49,41,28,"AT ENSENADA, BLVD. ADOLFO RAMIREZ MENDEZ NO.98 Y AVE. MEXICO","BLVD. ADOLFO RAMIREZ MENDEZ NO.98 Y AVE. MEXICO","Country Of Mexico","BAJA CALIFORNIA NORTE","","","2014-01-22" +"80","002","0020","85101",1,31.859997,-116.944663,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",47,77,40,61,0,26,"","","Certification not required",0,44.170213,18.658626,112,"2013-01-22 00:00",97,"2013-11-12 00:00",77,"2013-02-15 00:00",74,"2013-09-28 00:00","","","","",112,112,77,69,49,42,29,"AT ENSENADA, BLVD. ADOLFO RAMIREZ MENDEZ NO.98 Y AVE. MEXICO","BLVD. ADOLFO RAMIREZ MENDEZ NO.98 Y AVE. MEXICO","Country Of Mexico","BAJA CALIFORNIA NORTE","","","2014-01-22" +"80","002","0021","81102",1,32.528476,-116.921641,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",11,18,11,61,0,46,0,0,"Certification not required",0,57.636364,27.836209,111,"2013-03-11 00:00",91,"2013-05-22 00:00",78,"2013-11-24 00:00",72,"2013-04-10 00:00","","","","",111,111,111,91,78,51,27,"AT LABORATORIO TIJUANA, BCN","Calle Dos Oriente S/N Esq. Con calle Nueve Sur Ciudad Industrial Nueva Tijuana cp 22454","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0021","85101",1,32.528476,-116.921641,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",11,18,11,61,0,46,"","","Certification not required",0,59.090909,28.549797,114,"2013-03-11 00:00",93,"2013-05-22 00:00",81,"2013-11-24 00:00",74,"2013-04-10 00:00","","","","",114,114,114,93,81,51,28,"AT LABORATORIO TIJUANA, BCN","Calle Dos Oriente S/N Esq. Con calle Nueve Sur Ciudad Industrial Nueva Tijuana cp 22454","Country Of Mexico","BAJA CALIFORNIA NORTE","Tijuana","","2014-01-22" +"80","002","0023","81102",1,32.568896,-116.62772,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL SA/GMW-1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",24,39,24,61,0,33,0,0,"Certification not required",0,63.333333,22.816216,118,"2013-11-24 00:00",99,"2013-08-14 00:00",91,"2013-07-03 00:00",88,"2013-08-20 00:00","","","","",118,118,99,91,75,64,38,"Calzada Universidad #1 Col. San Fernando, Tecate B. C. cp 21460","Calzada Universidad #1 Col. San Fernando, TECATE-UABC C.P. 21460","Country Of Mexico","BAJA CALIFORNIA NORTE","Tecate","","2014-01-22" +"80","002","0023","85101",1,32.568896,-116.62772,"NAD83","PM10 - LC","24 HOUR","","Observed Values","HI-VOL-SA/GMW1200 - GRAVIMETRIC",2013,"Micrograms/cubic meter (LC)","No Events",24,39,24,61,0,33,"","","Certification not required",0,62.041667,22.437312,119,"2013-11-24 00:00",96,"2013-08-14 00:00",87,"2013-07-03 00:00",85,"2013-08-20 00:00","","","","",119,119,96,87,73,62,38,"Calzada Universidad #1 Col. San Fernando, Tecate B. C. cp 21460","Calzada Universidad #1 Col. San Fernando, TECATE-UABC C.P. 21460","Country Of Mexico","BAJA CALIFORNIA NORTE","Tecate","","2014-01-22" +"80","006","0004","61101",1,31.689722,-106.4597,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",2372,27,97,365,0,8,"","","Certification not required",0,6.665725,3.321552,22.1,"2013-02-20 21:00",20.2,"2013-02-24 19:00",20.1,"2013-01-29 16:00",19.7,"2013-02-24 17:00","","","","",16.5,15,12.8,11.3,8.8,6.1,2.9,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","61103",1,31.689722,-106.4597,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",2373,27,97,365,0,8,"","","Certification not required",0,5.886009,3.36501,20.1,"2013-02-20 21:00",19.3,"2013-01-29 16:00",18.4,"2013-02-24 19:00",18.3,"2013-02-24 17:00","","","","",15.7,14.2,12,10.5,8,5.4,2,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","61104",1,31.689722,-106.4597,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2373,27,97,365,0,8,"","","Certification not required",0,177.817615,119.563487,359.9,"2013-05-19 09:00",359.8,"2013-02-13 16:00",359.7,"2013-01-23 08:00",359.6,"2013-01-30 12:00","","","","",357.6,355.9,350.6,341.5,305.9,173.3,17.1,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","61105",1,31.689722,-106.4597,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2373,27,97,365,0,8,"","","Certification not required",0,12.820902,6.667383,43,"2013-02-20 20:00",41,"2013-02-24 14:00",40,"2013-01-29 16:00",40,"2013-02-20 21:00","","","","",32,28,25,22,17,12,5,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","61106",1,31.689722,-106.4597,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",2372,27,97,365,0,8,"","","Certification not required",0,28.231661,13.828522,77.2,"2013-02-16 15:00",76.5,"2013-06-15 12:00",76.4,"2013-02-03 14:00",76.2,"2013-01-23 15:00","","","","",71.3,67.9,58.8,49.2,33.8,23.5,15.1,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","62101",1,31.689722,-106.4597,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2373,27,97,365,0,8,"","","Certification not required",0,66.588706,19.401094,105,"2013-06-12 16:00",105,"2013-06-12 17:00",104,"2013-06-11 16:00",104,"2013-06-11 17:00","","","","",101,99,96,93,83,66,41,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","62201",1,31.689722,-106.4597,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2373,27,97,365,0,8,"","","Certification not required",0,31.42225,19.787413,100,"2013-01-03 10:00",100,"2013-01-03 11:00",100,"2013-01-03 12:00",100,"2013-01-03 13:00","","","","",94,90,72,59,41,26,12,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0004","81102",1,31.689722,-106.4597,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",42,69,42,61,0,3,1,1,"Certification not required",0,65.071429,36.427939,173,"2013-05-28 00:00",138,"2013-09-25 00:00",128,"2013-02-09 00:00",127,"2013-01-10 00:00","","","","",173,173,128,119,78,53,29,"SE OF EL CID & PARQUE INDUSTRIAL INTERSECTION","CALLE EL CID","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-12-03" +"80","006","0005","81102",1,31.654,-106.3545,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",45,74,45,61,0,0,4,4,"Certification not required",0,81.488889,65.080587,343,"2013-03-23 00:00",313,"2013-02-09 00:00",213,"2013-09-25 00:00",171,"2013-03-17 00:00","","","","",343,343,213,121,85,70,24,"Benito Juarez Police Station","Jose Ma. Morelos y Paron","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-12-03" +"80","006","0006","61101",1,31.7355,-106.4597,"UNKNOWN","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",4228,48,176,365,0,16,"","","Certification not required",0,5.321641,2.668969,17.8,"2013-02-24 18:00",17.4,"2013-02-20 21:00",17.1,"2013-01-29 14:00",17.1,"2013-03-23 15:00","","","","",13.6,12.2,10.2,8.7,6.9,4.9,2.3,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","61103",1,31.7355,-106.4597,"UNKNOWN","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",4228,48,176,365,0,16,"","","Certification not required",0,4.61833,2.668764,16.6,"2013-02-24 18:00",16.3,"2013-02-20 21:00",15.9,"2013-01-29 14:00",15.8,"2013-03-23 15:00","","","","",12.6,11.3,9.5,8.1,6.2,4.3,1.4,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","61104",1,31.7355,-106.4597,"UNKNOWN","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",4228,48,176,365,0,16,"","","Certification not required",0,118.607829,100.921895,360,"2013-04-30 11:00",359.9,"2013-02-11 12:00",359.8,"2013-01-01 21:00",359.7,"2013-05-09 09:00","","","","",353.8,346,294.4,263.2,202.2,56.6,19.1,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","61105",1,31.7355,-106.4597,"UNKNOWN","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",4240,48,176,365,0,4,"","","Certification not required",0,11.393632,5.847557,41,"2013-02-20 20:00",38,"2013-02-24 14:00",37,"2013-02-24 18:00",37,"2013-03-23 16:00","","","","",29,26,22,19,15,11,5,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","61106",1,31.7355,-106.4597,"UNKNOWN","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",4228,48,176,365,0,16,"","","Certification not required",0,30.087228,13.518218,78.8,"2013-03-22 08:00",78.6,"2013-03-15 12:00",78.5,"2013-06-12 15:00",78.4,"2013-04-19 16:00","","","","",72.2,68.5,60.6,51.7,35.2,25.1,18.2,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","62101",1,31.7355,-106.4597,"UNKNOWN","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",4236,48,176,365,0,8,"","","Certification not required",0,66.848442,18.812068,119,"2013-06-27 15:00",119,"2013-06-27 16:00",117,"2013-06-27 17:00",115,"2013-06-27 18:00","","","","",105,102,98,92,81,67,42,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","62201",1,31.7355,-106.4597,"UNKNOWN","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",4240,48,176,365,0,4,"","","Certification not required",11,26.302712,17.40708,97,"2013-01-03 10:00",97,"2013-01-03 11:00",96,"2013-01-03 15:00",96,"2013-01-06 05:00","","","","",89,81,62,50,34,21,10,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0006","81102",1,31.7355,-106.4597,"UNKNOWN","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",43,70,43,61,0,2,0,0,"Certification not required",0,30.186047,14.503293,73,"2013-03-23 00:00",69,"2013-08-20 00:00",60,"2013-02-09 00:00",50,"2013-02-15 00:00","","","","",73,73,60,48,38,27,16,"SITE 20/30 CLUB SPECIAL PURPOSE MONITORING NETWORK","JOSE BORUNDA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-12-03" +"80","006","0007","61101",1,31.7122,-106.3953,"NAD83","Wind Speed - Scalar","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Knots","No Events",3222,37,134,365,0,0,"","","Certification not required",0,4.847083,3.050103,19.1,"2013-02-24 14:00",18.8,"2013-02-24 13:00",18.4,"2013-04-17 17:00",17.9,"2013-04-17 16:00","","","","",14.6,13,10.9,9.1,6.5,4.1,1.7,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","61103",1,31.7122,-106.3953,"NAD83","Wind Speed - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Knots","No Events",3222,37,134,365,0,0,"","","Certification not required",0,4.132433,2.932454,18,"2013-02-24 13:00",18,"2013-02-24 14:00",17.4,"2013-04-17 17:00",17,"2013-04-17 16:00","","","","",13.3,11.9,10,8.2,5.8,3.4,1.1,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","61104",1,31.7122,-106.3953,"NAD83","Wind Direction - Resultant","1 HOUR","","Observed Values","INSTRUMENTAL - VECTOR SUMMATION",2013,"Degrees Compass","No Events",2502,29,104,365,0,0,"","","Certification not required",0,202.265667,111.872684,359.9,"2013-02-24 16:00",359.8,"2013-01-14 18:00",359.7,"2013-02-04 09:00",359.7,"2013-02-26 20:00","","","","",357.8,356,349.7,341.2,319.4,173.8,42.1,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","61105",1,31.7122,-106.3953,"NAD83","Peak Wind Gust","1 HOUR","","Observed Values","INSTRUMENTAL - SPOT READING",2013,"Knots","No Events",2502,29,104,365,0,0,"","","Certification not required",0,9.858513,5.926442,38,"2013-02-24 15:00",36,"2013-03-04 16:00",36,"2013-03-23 15:00",35,"2013-02-20 21:00","","","","",29,26,21,18,13,8,4,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","61106",1,31.7122,-106.3953,"NAD83","Std Dev Hz Wind Direction","1 HOUR","","Observed Values","INSTRUMENTAL - ARITHMETIC STANDARD DEVIATION",2013,"Degrees Compass","No Events",3222,37,134,365,0,0,"","","Certification not required",0,32.559994,13.000603,80.8,"2013-04-19 13:00",80.2,"2013-04-03 18:00",78.6,"2013-02-13 23:00",78.6,"2013-02-25 22:00","","","","",70.4,67.7,60.4,51.6,38.6,29.6,18.9,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","62101",1,31.7122,-106.3953,"NAD83","Outdoor Temperature","1 HOUR","","Observed Values","INSTRUMENTAL - ELECTRONIC OR MACHINE AVG.",2013,"Degrees Fahrenheit","No Events",2502,29,104,365,0,0,"","","Certification not required",0,56.631095,13.838396,91,"2013-05-15 13:00",89,"2013-05-01 15:00",89,"2013-05-01 16:00",89,"2013-05-01 17:00","","","","",85,83,80,76,67,56,38,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","62201",1,31.7122,-106.3953,"NAD83","Relative Humidity ","1 HOUR","","Observed Values","INSTRUMENTAL - HYGROTHERMOGRAPH ELEC OR MACH AVG",2013,"Percent relative humidity","No Events",2873,33,120,365,0,0,"","","Certification not required",0,27.952663,18.848331,98,"2013-01-03 10:00",98,"2013-01-03 11:00",96,"2013-01-03 12:00",95,"2013-01-03 09:00","","","","",90,85,70,55,36,23,10,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-10-02" +"80","006","0007","81102",1,31.7122,-106.3953,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",37,61,37,61,0,8,0,0,"Certification not required",0,38.648649,19.05579,113,"2013-03-23 00:00",65,"2013-09-13 00:00",60,"2013-03-05 00:00",58,"2013-07-15 00:00","","","","",113,113,65,58,49,40,16,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-12-03" +"80","006","0007","81102",2,31.7122,-106.3953,"NAD83","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",38,62,38,61,0,7,0,0,"Certification not required",0,46.578947,23.124378,134,"2013-03-23 00:00",93,"2013-02-09 00:00",70,"2013-07-15 00:00",68,"2013-03-05 00:00","","","","",134,134,93,68,58,46,18,"SE OF TOMAS FERNANDEZ & AVENIDA DE LA INDUSTRIA INTERSECTION","AVENIDA DE LA INDUSTRIA","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-12-03" +"80","006","0011","81102",1,31.66127,-106.4542,"WGS84","PM10 Total 0-10um STP","24 HOUR","PM10 24-hour 2006","Daily Mean","HI-VOL-WEDDING-INLET - GRAVIMETRIC",2013,"Micrograms/cubic meter (25 C)","No Events",44,72,44,61,0,1,7,7,"Certification not required",0,108.295455,76.98915,444,"2013-02-09 00:00",342,"2013-03-23 00:00",193,"2013-01-22 00:00",185,"2013-03-17 00:00","","","","",444,444,193,179,130,97,38,"Ninez Mexicana Juarez","Boulevard Zaragoza","Country Of Mexico","CHIHUAHUA STATE","Ciudad-Juarez","","2013-12-03" diff --git a/09_DevelopingDataProducts/yhat/environment.R b/09_DevelopingDataProducts/yhat/environment.R new file mode 100644 index 000000000..edaee8657 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/environment.R @@ -0,0 +1,22 @@ +library(yhatr) + +model.require <- function() { + +} + +model.transform <- function(df) { + df +} + +model.predict <- function(df) { + data.frame(version = R.version.string, stringsAsFactors = FALSE) +} + +yhat.config <- c( + username="rdpeng@gmail.com", + apikey="90d2a80bb532cabb2387aa51ac4553cc", + env="http://sandbox.yhathq.com/" +) + + +yhat.deploy("environment") diff --git a/09_DevelopingDataProducts/yhat/front.html b/09_DevelopingDataProducts/yhat/front.html new file mode 100644 index 000000000..ee56abf92 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/front.html @@ -0,0 +1,30 @@ + + + + + What Am I Breathing? + + + +
+
+ Latitude
+ Longitude
+ Radius (mi)
+ +
+
+

Top Ten Recommended Beers

+
+
+
+
+
+
+
+ + + + + + diff --git a/09_DevelopingDataProducts/yhat/ozone.R b/09_DevelopingDataProducts/yhat/ozone.R new file mode 100644 index 000000000..f092d2403 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/ozone.R @@ -0,0 +1,24 @@ +library(yhatr) + +model.require <- function() { + +} + +model.transform <- function(df) { + df +} + +model.predict <- function(df) { + data.frame(Ozone = predict(fit, newdata = df)) +} + +fit <- lm(Ozone ~ Wind + Temp, data = airquality) + +yhat.config <- c( + username="rdpeng@gmail.com", + apikey="90d2a80bb532cabb2387aa51ac4553cc", + env="http://sandbox.yhathq.com/" +) + + +yhat.deploy("ozone") diff --git a/09_DevelopingDataProducts/yhat/pollutant.sh b/09_DevelopingDataProducts/yhat/pollutant.sh new file mode 100755 index 000000000..5577e990a --- /dev/null +++ b/09_DevelopingDataProducts/yhat/pollutant.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +curl -X POST -H "Content-Type: application/json" --user rdpeng@gmail.com:90d2a80bb532cabb2387aa51ac4553cc --data '{"lon": $1, "lat": $2, "radius": $3 }' http://sandbox.yhathq.com/rdpeng@gmail.com/models/pollutant/ + diff --git a/09_DevelopingDataProducts/yhat/predictozone.sh b/09_DevelopingDataProducts/yhat/predictozone.sh new file mode 100755 index 000000000..809a67488 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/predictozone.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +echo $1 +echo $2 + +curl -X POST -H "Content-Type: application/json" \ + --user rdpeng@gmail.com:90d2a80bb532cabb2387aa51ac4553cc \ + --data '{"Wind": $1, "Temp": $2 }' \ + http://sandbox.yhathq.com/rdpeng@gmail.com/models/ozone/ diff --git a/09_DevelopingDataProducts/yhat/winequality-red.csv b/09_DevelopingDataProducts/yhat/winequality-red.csv new file mode 100644 index 000000000..9bb4e3cd1 --- /dev/null +++ b/09_DevelopingDataProducts/yhat/winequality-red.csv @@ -0,0 +1,1600 @@ +"fixed acidity";"volatile acidity";"citric acid";"residual sugar";"chlorides";"free sulfur dioxide";"total sulfur dioxide";"density";"pH";"sulphates";"alcohol";"quality" +7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5 +7.8;0.88;0;2.6;0.098;25;67;0.9968;3.2;0.68;9.8;5 +7.8;0.76;0.04;2.3;0.092;15;54;0.997;3.26;0.65;9.8;5 +11.2;0.28;0.56;1.9;0.075;17;60;0.998;3.16;0.58;9.8;6 +7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5 +7.4;0.66;0;1.8;0.075;13;40;0.9978;3.51;0.56;9.4;5 +7.9;0.6;0.06;1.6;0.069;15;59;0.9964;3.3;0.46;9.4;5 +7.3;0.65;0;1.2;0.065;15;21;0.9946;3.39;0.47;10;7 +7.8;0.58;0.02;2;0.073;9;18;0.9968;3.36;0.57;9.5;7 +7.5;0.5;0.36;6.1;0.071;17;102;0.9978;3.35;0.8;10.5;5 +6.7;0.58;0.08;1.8;0.097;15;65;0.9959;3.28;0.54;9.2;5 +7.5;0.5;0.36;6.1;0.071;17;102;0.9978;3.35;0.8;10.5;5 +5.6;0.615;0;1.6;0.089;16;59;0.9943;3.58;0.52;9.9;5 +7.8;0.61;0.29;1.6;0.114;9;29;0.9974;3.26;1.56;9.1;5 +8.9;0.62;0.18;3.8;0.176;52;145;0.9986;3.16;0.88;9.2;5 +8.9;0.62;0.19;3.9;0.17;51;148;0.9986;3.17;0.93;9.2;5 +8.5;0.28;0.56;1.8;0.092;35;103;0.9969;3.3;0.75;10.5;7 +8.1;0.56;0.28;1.7;0.368;16;56;0.9968;3.11;1.28;9.3;5 +7.4;0.59;0.08;4.4;0.086;6;29;0.9974;3.38;0.5;9;4 +7.9;0.32;0.51;1.8;0.341;17;56;0.9969;3.04;1.08;9.2;6 +8.9;0.22;0.48;1.8;0.077;29;60;0.9968;3.39;0.53;9.4;6 +7.6;0.39;0.31;2.3;0.082;23;71;0.9982;3.52;0.65;9.7;5 +7.9;0.43;0.21;1.6;0.106;10;37;0.9966;3.17;0.91;9.5;5 +8.5;0.49;0.11;2.3;0.084;9;67;0.9968;3.17;0.53;9.4;5 +6.9;0.4;0.14;2.4;0.085;21;40;0.9968;3.43;0.63;9.7;6 +6.3;0.39;0.16;1.4;0.08;11;23;0.9955;3.34;0.56;9.3;5 +7.6;0.41;0.24;1.8;0.08;4;11;0.9962;3.28;0.59;9.5;5 +7.9;0.43;0.21;1.6;0.106;10;37;0.9966;3.17;0.91;9.5;5 +7.1;0.71;0;1.9;0.08;14;35;0.9972;3.47;0.55;9.4;5 +7.8;0.645;0;2;0.082;8;16;0.9964;3.38;0.59;9.8;6 +6.7;0.675;0.07;2.4;0.089;17;82;0.9958;3.35;0.54;10.1;5 +6.9;0.685;0;2.5;0.105;22;37;0.9966;3.46;0.57;10.6;6 +8.3;0.655;0.12;2.3;0.083;15;113;0.9966;3.17;0.66;9.8;5 +6.9;0.605;0.12;10.7;0.073;40;83;0.9993;3.45;0.52;9.4;6 +5.2;0.32;0.25;1.8;0.103;13;50;0.9957;3.38;0.55;9.2;5 +7.8;0.645;0;5.5;0.086;5;18;0.9986;3.4;0.55;9.6;6 +7.8;0.6;0.14;2.4;0.086;3;15;0.9975;3.42;0.6;10.8;6 +8.1;0.38;0.28;2.1;0.066;13;30;0.9968;3.23;0.73;9.7;7 +5.7;1.13;0.09;1.5;0.172;7;19;0.994;3.5;0.48;9.8;4 +7.3;0.45;0.36;5.9;0.074;12;87;0.9978;3.33;0.83;10.5;5 +7.3;0.45;0.36;5.9;0.074;12;87;0.9978;3.33;0.83;10.5;5 +8.8;0.61;0.3;2.8;0.088;17;46;0.9976;3.26;0.51;9.3;4 +7.5;0.49;0.2;2.6;0.332;8;14;0.9968;3.21;0.9;10.5;6 +8.1;0.66;0.22;2.2;0.069;9;23;0.9968;3.3;1.2;10.3;5 +6.8;0.67;0.02;1.8;0.05;5;11;0.9962;3.48;0.52;9.5;5 +4.6;0.52;0.15;2.1;0.054;8;65;0.9934;3.9;0.56;13.1;4 +7.7;0.935;0.43;2.2;0.114;22;114;0.997;3.25;0.73;9.2;5 +8.7;0.29;0.52;1.6;0.113;12;37;0.9969;3.25;0.58;9.5;5 +6.4;0.4;0.23;1.6;0.066;5;12;0.9958;3.34;0.56;9.2;5 +5.6;0.31;0.37;1.4;0.074;12;96;0.9954;3.32;0.58;9.2;5 +8.8;0.66;0.26;1.7;0.074;4;23;0.9971;3.15;0.74;9.2;5 +6.6;0.52;0.04;2.2;0.069;8;15;0.9956;3.4;0.63;9.4;6 +6.6;0.5;0.04;2.1;0.068;6;14;0.9955;3.39;0.64;9.4;6 +8.6;0.38;0.36;3;0.081;30;119;0.997;3.2;0.56;9.4;5 +7.6;0.51;0.15;2.8;0.11;33;73;0.9955;3.17;0.63;10.2;6 +7.7;0.62;0.04;3.8;0.084;25;45;0.9978;3.34;0.53;9.5;5 +10.2;0.42;0.57;3.4;0.07;4;10;0.9971;3.04;0.63;9.6;5 +7.5;0.63;0.12;5.1;0.111;50;110;0.9983;3.26;0.77;9.4;5 +7.8;0.59;0.18;2.3;0.076;17;54;0.9975;3.43;0.59;10;5 +7.3;0.39;0.31;2.4;0.074;9;46;0.9962;3.41;0.54;9.4;6 +8.8;0.4;0.4;2.2;0.079;19;52;0.998;3.44;0.64;9.2;5 +7.7;0.69;0.49;1.8;0.115;20;112;0.9968;3.21;0.71;9.3;5 +7.5;0.52;0.16;1.9;0.085;12;35;0.9968;3.38;0.62;9.5;7 +7;0.735;0.05;2;0.081;13;54;0.9966;3.39;0.57;9.8;5 +7.2;0.725;0.05;4.65;0.086;4;11;0.9962;3.41;0.39;10.9;5 +7.2;0.725;0.05;4.65;0.086;4;11;0.9962;3.41;0.39;10.9;5 +7.5;0.52;0.11;1.5;0.079;11;39;0.9968;3.42;0.58;9.6;5 +6.6;0.705;0.07;1.6;0.076;6;15;0.9962;3.44;0.58;10.7;5 +9.3;0.32;0.57;2;0.074;27;65;0.9969;3.28;0.79;10.7;5 +8;0.705;0.05;1.9;0.074;8;19;0.9962;3.34;0.95;10.5;6 +7.7;0.63;0.08;1.9;0.076;15;27;0.9967;3.32;0.54;9.5;6 +7.7;0.67;0.23;2.1;0.088;17;96;0.9962;3.32;0.48;9.5;5 +7.7;0.69;0.22;1.9;0.084;18;94;0.9961;3.31;0.48;9.5;5 +8.3;0.675;0.26;2.1;0.084;11;43;0.9976;3.31;0.53;9.2;4 +9.7;0.32;0.54;2.5;0.094;28;83;0.9984;3.28;0.82;9.6;5 +8.8;0.41;0.64;2.2;0.093;9;42;0.9986;3.54;0.66;10.5;5 +8.8;0.41;0.64;2.2;0.093;9;42;0.9986;3.54;0.66;10.5;5 +6.8;0.785;0;2.4;0.104;14;30;0.9966;3.52;0.55;10.7;6 +6.7;0.75;0.12;2;0.086;12;80;0.9958;3.38;0.52;10.1;5 +8.3;0.625;0.2;1.5;0.08;27;119;0.9972;3.16;1.12;9.1;4 +6.2;0.45;0.2;1.6;0.069;3;15;0.9958;3.41;0.56;9.2;5 +7.8;0.43;0.7;1.9;0.464;22;67;0.9974;3.13;1.28;9.4;5 +7.4;0.5;0.47;2;0.086;21;73;0.997;3.36;0.57;9.1;5 +7.3;0.67;0.26;1.8;0.401;16;51;0.9969;3.16;1.14;9.4;5 +6.3;0.3;0.48;1.8;0.069;18;61;0.9959;3.44;0.78;10.3;6 +6.9;0.55;0.15;2.2;0.076;19;40;0.9961;3.41;0.59;10.1;5 +8.6;0.49;0.28;1.9;0.11;20;136;0.9972;2.93;1.95;9.9;6 +7.7;0.49;0.26;1.9;0.062;9;31;0.9966;3.39;0.64;9.6;5 +9.3;0.39;0.44;2.1;0.107;34;125;0.9978;3.14;1.22;9.5;5 +7;0.62;0.08;1.8;0.076;8;24;0.9978;3.48;0.53;9;5 +7.9;0.52;0.26;1.9;0.079;42;140;0.9964;3.23;0.54;9.5;5 +8.6;0.49;0.28;1.9;0.11;20;136;0.9972;2.93;1.95;9.9;6 +8.6;0.49;0.29;2;0.11;19;133;0.9972;2.93;1.98;9.8;5 +7.7;0.49;0.26;1.9;0.062;9;31;0.9966;3.39;0.64;9.6;5 +5;1.02;0.04;1.4;0.045;41;85;0.9938;3.75;0.48;10.5;4 +4.7;0.6;0.17;2.3;0.058;17;106;0.9932;3.85;0.6;12.9;6 +6.8;0.775;0;3;0.102;8;23;0.9965;3.45;0.56;10.7;5 +7;0.5;0.25;2;0.07;3;22;0.9963;3.25;0.63;9.2;5 +7.6;0.9;0.06;2.5;0.079;5;10;0.9967;3.39;0.56;9.8;5 +8.1;0.545;0.18;1.9;0.08;13;35;0.9972;3.3;0.59;9;6 +8.3;0.61;0.3;2.1;0.084;11;50;0.9972;3.4;0.61;10.2;6 +7.8;0.5;0.3;1.9;0.075;8;22;0.9959;3.31;0.56;10.4;6 +8.1;0.545;0.18;1.9;0.08;13;35;0.9972;3.3;0.59;9;6 +8.1;0.575;0.22;2.1;0.077;12;65;0.9967;3.29;0.51;9.2;5 +7.2;0.49;0.24;2.2;0.07;5;36;0.996;3.33;0.48;9.4;5 +8.1;0.575;0.22;2.1;0.077;12;65;0.9967;3.29;0.51;9.2;5 +7.8;0.41;0.68;1.7;0.467;18;69;0.9973;3.08;1.31;9.3;5 +6.2;0.63;0.31;1.7;0.088;15;64;0.9969;3.46;0.79;9.3;5 +8;0.33;0.53;2.5;0.091;18;80;0.9976;3.37;0.8;9.6;6 +8.1;0.785;0.52;2;0.122;37;153;0.9969;3.21;0.69;9.3;5 +7.8;0.56;0.19;1.8;0.104;12;47;0.9964;3.19;0.93;9.5;5 +8.4;0.62;0.09;2.2;0.084;11;108;0.9964;3.15;0.66;9.8;5 +8.4;0.6;0.1;2.2;0.085;14;111;0.9964;3.15;0.66;9.8;5 +10.1;0.31;0.44;2.3;0.08;22;46;0.9988;3.32;0.67;9.7;6 +7.8;0.56;0.19;1.8;0.104;12;47;0.9964;3.19;0.93;9.5;5 +9.4;0.4;0.31;2.2;0.09;13;62;0.9966;3.07;0.63;10.5;6 +8.3;0.54;0.28;1.9;0.077;11;40;0.9978;3.39;0.61;10;6 +7.8;0.56;0.12;2;0.082;7;28;0.997;3.37;0.5;9.4;6 +8.8;0.55;0.04;2.2;0.119;14;56;0.9962;3.21;0.6;10.9;6 +7;0.69;0.08;1.8;0.097;22;89;0.9959;3.34;0.54;9.2;6 +7.3;1.07;0.09;1.7;0.178;10;89;0.9962;3.3;0.57;9;5 +8.8;0.55;0.04;2.2;0.119;14;56;0.9962;3.21;0.6;10.9;6 +7.3;0.695;0;2.5;0.075;3;13;0.998;3.49;0.52;9.2;5 +8;0.71;0;2.6;0.08;11;34;0.9976;3.44;0.53;9.5;5 +7.8;0.5;0.17;1.6;0.082;21;102;0.996;3.39;0.48;9.5;5 +9;0.62;0.04;1.9;0.146;27;90;0.9984;3.16;0.7;9.4;5 +8.2;1.33;0;1.7;0.081;3;12;0.9964;3.53;0.49;10.9;5 +8.1;1.33;0;1.8;0.082;3;12;0.9964;3.54;0.48;10.9;5 +8;0.59;0.16;1.8;0.065;3;16;0.9962;3.42;0.92;10.5;7 +6.1;0.38;0.15;1.8;0.072;6;19;0.9955;3.42;0.57;9.4;5 +8;0.745;0.56;2;0.118;30;134;0.9968;3.24;0.66;9.4;5 +5.6;0.5;0.09;2.3;0.049;17;99;0.9937;3.63;0.63;13;5 +5.6;0.5;0.09;2.3;0.049;17;99;0.9937;3.63;0.63;13;5 +6.6;0.5;0.01;1.5;0.06;17;26;0.9952;3.4;0.58;9.8;6 +7.9;1.04;0.05;2.2;0.084;13;29;0.9959;3.22;0.55;9.9;6 +8.4;0.745;0.11;1.9;0.09;16;63;0.9965;3.19;0.82;9.6;5 +8.3;0.715;0.15;1.8;0.089;10;52;0.9968;3.23;0.77;9.5;5 +7.2;0.415;0.36;2;0.081;13;45;0.9972;3.48;0.64;9.2;5 +7.8;0.56;0.19;2.1;0.081;15;105;0.9962;3.33;0.54;9.5;5 +7.8;0.56;0.19;2;0.081;17;108;0.9962;3.32;0.54;9.5;5 +8.4;0.745;0.11;1.9;0.09;16;63;0.9965;3.19;0.82;9.6;5 +8.3;0.715;0.15;1.8;0.089;10;52;0.9968;3.23;0.77;9.5;5 +5.2;0.34;0;1.8;0.05;27;63;0.9916;3.68;0.79;14;6 +6.3;0.39;0.08;1.7;0.066;3;20;0.9954;3.34;0.58;9.4;5 +5.2;0.34;0;1.8;0.05;27;63;0.9916;3.68;0.79;14;6 +8.1;0.67;0.55;1.8;0.117;32;141;0.9968;3.17;0.62;9.4;5 +5.8;0.68;0.02;1.8;0.087;21;94;0.9944;3.54;0.52;10;5 +7.6;0.49;0.26;1.6;0.236;10;88;0.9968;3.11;0.8;9.3;5 +6.9;0.49;0.1;2.3;0.074;12;30;0.9959;3.42;0.58;10.2;6 +8.2;0.4;0.44;2.8;0.089;11;43;0.9975;3.53;0.61;10.5;6 +7.3;0.33;0.47;2.1;0.077;5;11;0.9958;3.33;0.53;10.3;6 +9.2;0.52;1;3.4;0.61;32;69;0.9996;2.74;2.0;9.4;4 +7.5;0.6;0.03;1.8;0.095;25;99;0.995;3.35;0.54;10.1;5 +7.5;0.6;0.03;1.8;0.095;25;99;0.995;3.35;0.54;10.1;5 +7.1;0.43;0.42;5.5;0.07;29;129;0.9973;3.42;0.72;10.5;5 +7.1;0.43;0.42;5.5;0.071;28;128;0.9973;3.42;0.71;10.5;5 +7.1;0.43;0.42;5.5;0.07;29;129;0.9973;3.42;0.72;10.5;5 +7.1;0.43;0.42;5.5;0.071;28;128;0.9973;3.42;0.71;10.5;5 +7.1;0.68;0;2.2;0.073;12;22;0.9969;3.48;0.5;9.3;5 +6.8;0.6;0.18;1.9;0.079;18;86;0.9968;3.59;0.57;9.3;6 +7.6;0.95;0.03;2;0.09;7;20;0.9959;3.2;0.56;9.6;5 +7.6;0.68;0.02;1.3;0.072;9;20;0.9965;3.17;1.08;9.2;4 +7.8;0.53;0.04;1.7;0.076;17;31;0.9964;3.33;0.56;10;6 +7.4;0.6;0.26;7.3;0.07;36;121;0.9982;3.37;0.49;9.4;5 +7.3;0.59;0.26;7.2;0.07;35;121;0.9981;3.37;0.49;9.4;5 +7.8;0.63;0.48;1.7;0.1;14;96;0.9961;3.19;0.62;9.5;5 +6.8;0.64;0.1;2.1;0.085;18;101;0.9956;3.34;0.52;10.2;5 +7.3;0.55;0.03;1.6;0.072;17;42;0.9956;3.37;0.48;9;4 +6.8;0.63;0.07;2.1;0.089;11;44;0.9953;3.47;0.55;10.4;6 +7.5;0.705;0.24;1.8;0.36;15;63;0.9964;3;1.59;9.5;5 +7.9;0.885;0.03;1.8;0.058;4;8;0.9972;3.36;0.33;9.1;4 +8;0.42;0.17;2;0.073;6;18;0.9972;3.29;0.61;9.2;6 +8;0.42;0.17;2;0.073;6;18;0.9972;3.29;0.61;9.2;6 +7.4;0.62;0.05;1.9;0.068;24;42;0.9961;3.42;0.57;11.5;6 +7.3;0.38;0.21;2;0.08;7;35;0.9961;3.33;0.47;9.5;5 +6.9;0.5;0.04;1.5;0.085;19;49;0.9958;3.35;0.78;9.5;5 +7.3;0.38;0.21;2;0.08;7;35;0.9961;3.33;0.47;9.5;5 +7.5;0.52;0.42;2.3;0.087;8;38;0.9972;3.58;0.61;10.5;6 +7;0.805;0;2.5;0.068;7;20;0.9969;3.48;0.56;9.6;5 +8.8;0.61;0.14;2.4;0.067;10;42;0.9969;3.19;0.59;9.5;5 +8.8;0.61;0.14;2.4;0.067;10;42;0.9969;3.19;0.59;9.5;5 +8.9;0.61;0.49;2;0.27;23;110;0.9972;3.12;1.02;9.3;5 +7.2;0.73;0.02;2.5;0.076;16;42;0.9972;3.44;0.52;9.3;5 +6.8;0.61;0.2;1.8;0.077;11;65;0.9971;3.54;0.58;9.3;5 +6.7;0.62;0.21;1.9;0.079;8;62;0.997;3.52;0.58;9.3;6 +8.9;0.31;0.57;2;0.111;26;85;0.9971;3.26;0.53;9.7;5 +7.4;0.39;0.48;2;0.082;14;67;0.9972;3.34;0.55;9.2;5 +7.7;0.705;0.1;2.6;0.084;9;26;0.9976;3.39;0.49;9.7;5 +7.9;0.5;0.33;2;0.084;15;143;0.9968;3.2;0.55;9.5;5 +7.9;0.49;0.32;1.9;0.082;17;144;0.9968;3.2;0.55;9.5;5 +8.2;0.5;0.35;2.9;0.077;21;127;0.9976;3.23;0.62;9.4;5 +6.4;0.37;0.25;1.9;0.074;21;49;0.9974;3.57;0.62;9.8;6 +6.8;0.63;0.12;3.8;0.099;16;126;0.9969;3.28;0.61;9.5;5 +7.6;0.55;0.21;2.2;0.071;7;28;0.9964;3.28;0.55;9.7;5 +7.6;0.55;0.21;2.2;0.071;7;28;0.9964;3.28;0.55;9.7;5 +7.8;0.59;0.33;2;0.074;24;120;0.9968;3.25;0.54;9.4;5 +7.3;0.58;0.3;2.4;0.074;15;55;0.9968;3.46;0.59;10.2;5 +11.5;0.3;0.6;2;0.067;12;27;0.9981;3.11;0.97;10.1;6 +5.4;0.835;0.08;1.2;0.046;13;93;0.9924;3.57;0.85;13;7 +6.9;1.09;0.06;2.1;0.061;12;31;0.9948;3.51;0.43;11.4;4 +9.6;0.32;0.47;1.4;0.056;9;24;0.99695;3.22;0.82;10.3;7 +8.8;0.37;0.48;2.1;0.097;39;145;0.9975;3.04;1.03;9.3;5 +6.8;0.5;0.11;1.5;0.075;16;49;0.99545;3.36;0.79;9.5;5 +7;0.42;0.35;1.6;0.088;16;39;0.9961;3.34;0.55;9.2;5 +7;0.43;0.36;1.6;0.089;14;37;0.99615;3.34;0.56;9.2;6 +12.8;0.3;0.74;2.6;0.095;9;28;0.9994;3.2;0.77;10.8;7 +12.8;0.3;0.74;2.6;0.095;9;28;0.9994;3.2;0.77;10.8;7 +7.8;0.57;0.31;1.8;0.069;26;120;0.99625;3.29;0.53;9.3;5 +7.8;0.44;0.28;2.7;0.1;18;95;0.9966;3.22;0.67;9.4;5 +11;0.3;0.58;2.1;0.054;7;19;0.998;3.31;0.88;10.5;7 +9.7;0.53;0.6;2;0.039;5;19;0.99585;3.3;0.86;12.4;6 +8;0.725;0.24;2.8;0.083;10;62;0.99685;3.35;0.56;10;6 +11.6;0.44;0.64;2.1;0.059;5;15;0.998;3.21;0.67;10.2;6 +8.2;0.57;0.26;2.2;0.06;28;65;0.9959;3.3;0.43;10.1;5 +7.8;0.735;0.08;2.4;0.092;10;41;0.9974;3.24;0.71;9.8;6 +7;0.49;0.49;5.6;0.06;26;121;0.9974;3.34;0.76;10.5;5 +8.7;0.625;0.16;2;0.101;13;49;0.9962;3.14;0.57;11;5 +8.1;0.725;0.22;2.2;0.072;11;41;0.9967;3.36;0.55;9.1;5 +7.5;0.49;0.19;1.9;0.076;10;44;0.9957;3.39;0.54;9.7;5 +7.8;0.53;0.33;2.4;0.08;24;144;0.99655;3.3;0.6;9.5;5 +7.8;0.34;0.37;2;0.082;24;58;0.9964;3.34;0.59;9.4;6 +7.4;0.53;0.26;2;0.101;16;72;0.9957;3.15;0.57;9.4;5 +6.8;0.61;0.04;1.5;0.057;5;10;0.99525;3.42;0.6;9.5;5 +8.6;0.645;0.25;2;0.083;8;28;0.99815;3.28;0.6;10;6 +8.4;0.635;0.36;2;0.089;15;55;0.99745;3.31;0.57;10.4;4 +7.7;0.43;0.25;2.6;0.073;29;63;0.99615;3.37;0.58;10.5;6 +8.9;0.59;0.5;2;0.337;27;81;0.9964;3.04;1.61;9.5;6 +9;0.82;0.14;2.6;0.089;9;23;0.9984;3.39;0.63;9.8;5 +7.7;0.43;0.25;2.6;0.073;29;63;0.99615;3.37;0.58;10.5;6 +6.9;0.52;0.25;2.6;0.081;10;37;0.99685;3.46;0.5;11;5 +5.2;0.48;0.04;1.6;0.054;19;106;0.9927;3.54;0.62;12.2;7 +8;0.38;0.06;1.8;0.078;12;49;0.99625;3.37;0.52;9.9;6 +8.5;0.37;0.2;2.8;0.09;18;58;0.998;3.34;0.7;9.6;6 +6.9;0.52;0.25;2.6;0.081;10;37;0.99685;3.46;0.5;11;5 +8.2;1;0.09;2.3;0.065;7;37;0.99685;3.32;0.55;9;6 +7.2;0.63;0;1.9;0.097;14;38;0.99675;3.37;0.58;9;6 +7.2;0.63;0;1.9;0.097;14;38;0.99675;3.37;0.58;9;6 +7.2;0.645;0;1.9;0.097;15;39;0.99675;3.37;0.58;9.2;6 +7.2;0.63;0;1.9;0.097;14;38;0.99675;3.37;0.58;9;6 +8.2;1;0.09;2.3;0.065;7;37;0.99685;3.32;0.55;9;6 +8.9;0.635;0.37;1.7;0.263;5;62;0.9971;3;1.09;9.3;5 +12;0.38;0.56;2.1;0.093;6;24;0.99925;3.14;0.71;10.9;6 +7.7;0.58;0.1;1.8;0.102;28;109;0.99565;3.08;0.49;9.8;6 +15;0.21;0.44;2.2;0.075;10;24;1.00005;3.07;0.84;9.2;7 +15;0.21;0.44;2.2;0.075;10;24;1.00005;3.07;0.84;9.2;7 +7.3;0.66;0;2;0.084;6;23;0.9983;3.61;0.96;9.9;6 +7.1;0.68;0.07;1.9;0.075;16;51;0.99685;3.38;0.52;9.5;5 +8.2;0.6;0.17;2.3;0.072;11;73;0.9963;3.2;0.45;9.3;5 +7.7;0.53;0.06;1.7;0.074;9;39;0.99615;3.35;0.48;9.8;6 +7.3;0.66;0;2;0.084;6;23;0.9983;3.61;0.96;9.9;6 +10.8;0.32;0.44;1.6;0.063;16;37;0.9985;3.22;0.78;10;6 +7.1;0.6;0;1.8;0.074;16;34;0.9972;3.47;0.7;9.9;6 +11.1;0.35;0.48;3.1;0.09;5;21;0.9986;3.17;0.53;10.5;5 +7.7;0.775;0.42;1.9;0.092;8;86;0.9959;3.23;0.59;9.5;5 +7.1;0.6;0;1.8;0.074;16;34;0.9972;3.47;0.7;9.9;6 +8;0.57;0.23;3.2;0.073;17;119;0.99675;3.26;0.57;9.3;5 +9.4;0.34;0.37;2.2;0.075;5;13;0.998;3.22;0.62;9.2;5 +6.6;0.695;0;2.1;0.075;12;56;0.9968;3.49;0.67;9.2;5 +7.7;0.41;0.76;1.8;0.611;8;45;0.9968;3.06;1.26;9.4;5 +10;0.31;0.47;2.6;0.085;14;33;0.99965;3.36;0.8;10.5;7 +7.9;0.33;0.23;1.7;0.077;18;45;0.99625;3.29;0.65;9.3;5 +7;0.975;0.04;2;0.087;12;67;0.99565;3.35;0.6;9.4;4 +8;0.52;0.03;1.7;0.07;10;35;0.99575;3.34;0.57;10;5 +7.9;0.37;0.23;1.8;0.077;23;49;0.9963;3.28;0.67;9.3;5 +12.5;0.56;0.49;2.4;0.064;5;27;0.9999;3.08;0.87;10.9;5 +11.8;0.26;0.52;1.8;0.071;6;10;0.9968;3.2;0.72;10.2;7 +8.1;0.87;0;3.3;0.096;26;61;1.00025;3.6;0.72;9.8;4 +7.9;0.35;0.46;3.6;0.078;15;37;0.9973;3.35;0.86;12.8;8 +6.9;0.54;0.04;3;0.077;7;27;0.9987;3.69;0.91;9.4;6 +11.5;0.18;0.51;4;0.104;4;23;0.9996;3.28;0.97;10.1;6 +7.9;0.545;0.06;4;0.087;27;61;0.9965;3.36;0.67;10.7;6 +11.5;0.18;0.51;4;0.104;4;23;0.9996;3.28;0.97;10.1;6 +10.9;0.37;0.58;4;0.071;17;65;0.99935;3.22;0.78;10.1;5 +8.4;0.715;0.2;2.4;0.076;10;38;0.99735;3.31;0.64;9.4;5 +7.5;0.65;0.18;7;0.088;27;94;0.99915;3.38;0.77;9.4;5 +7.9;0.545;0.06;4;0.087;27;61;0.9965;3.36;0.67;10.7;6 +6.9;0.54;0.04;3;0.077;7;27;0.9987;3.69;0.91;9.4;6 +11.5;0.18;0.51;4;0.104;4;23;0.9996;3.28;0.97;10.1;6 +10.3;0.32;0.45;6.4;0.073;5;13;0.9976;3.23;0.82;12.6;8 +8.9;0.4;0.32;5.6;0.087;10;47;0.9991;3.38;0.77;10.5;7 +11.4;0.26;0.44;3.6;0.071;6;19;0.9986;3.12;0.82;9.3;6 +7.7;0.27;0.68;3.5;0.358;5;10;0.9972;3.25;1.08;9.9;7 +7.6;0.52;0.12;3;0.067;12;53;0.9971;3.36;0.57;9.1;5 +8.9;0.4;0.32;5.6;0.087;10;47;0.9991;3.38;0.77;10.5;7 +9.9;0.59;0.07;3.4;0.102;32;71;1.00015;3.31;0.71;9.8;5 +9.9;0.59;0.07;3.4;0.102;32;71;1.00015;3.31;0.71;9.8;5 +12;0.45;0.55;2;0.073;25;49;0.9997;3.1;0.76;10.3;6 +7.5;0.4;0.12;3;0.092;29;53;0.9967;3.37;0.7;10.3;6 +8.7;0.52;0.09;2.5;0.091;20;49;0.9976;3.34;0.86;10.6;7 +11.6;0.42;0.53;3.3;0.105;33;98;1.001;3.2;0.95;9.2;5 +8.7;0.52;0.09;2.5;0.091;20;49;0.9976;3.34;0.86;10.6;7 +11;0.2;0.48;2;0.343;6;18;0.9979;3.3;0.71;10.5;5 +10.4;0.55;0.23;2.7;0.091;18;48;0.9994;3.22;0.64;10.3;6 +6.9;0.36;0.25;2.4;0.098;5;16;0.9964;3.41;0.6;10.1;6 +13.3;0.34;0.52;3.2;0.094;17;53;1.0014;3.05;0.81;9.5;6 +10.8;0.5;0.46;2.5;0.073;5;27;1.0001;3.05;0.64;9.5;5 +10.6;0.83;0.37;2.6;0.086;26;70;0.9981;3.16;0.52;9.9;5 +7.1;0.63;0.06;2;0.083;8;29;0.99855;3.67;0.73;9.6;5 +7.2;0.65;0.02;2.3;0.094;5;31;0.9993;3.67;0.8;9.7;5 +6.9;0.67;0.06;2.1;0.08;8;33;0.99845;3.68;0.71;9.6;5 +7.5;0.53;0.06;2.6;0.086;20;44;0.9965;3.38;0.59;10.7;6 +11.1;0.18;0.48;1.5;0.068;7;15;0.9973;3.22;0.64;10.1;6 +8.3;0.705;0.12;2.6;0.092;12;28;0.9994;3.51;0.72;10;5 +7.4;0.67;0.12;1.6;0.186;5;21;0.996;3.39;0.54;9.5;5 +8.4;0.65;0.6;2.1;0.112;12;90;0.9973;3.2;0.52;9.2;5 +10.3;0.53;0.48;2.5;0.063;6;25;0.9998;3.12;0.59;9.3;6 +7.6;0.62;0.32;2.2;0.082;7;54;0.9966;3.36;0.52;9.4;5 +10.3;0.41;0.42;2.4;0.213;6;14;0.9994;3.19;0.62;9.5;6 +10.3;0.43;0.44;2.4;0.214;5;12;0.9994;3.19;0.63;9.5;6 +7.4;0.29;0.38;1.7;0.062;9;30;0.9968;3.41;0.53;9.5;6 +10.3;0.53;0.48;2.5;0.063;6;25;0.9998;3.12;0.59;9.3;6 +7.9;0.53;0.24;2;0.072;15;105;0.996;3.27;0.54;9.4;6 +9;0.46;0.31;2.8;0.093;19;98;0.99815;3.32;0.63;9.5;6 +8.6;0.47;0.3;3;0.076;30;135;0.9976;3.3;0.53;9.4;5 +7.4;0.36;0.29;2.6;0.087;26;72;0.99645;3.39;0.68;11;5 +7.1;0.35;0.29;2.5;0.096;20;53;0.9962;3.42;0.65;11;6 +9.6;0.56;0.23;3.4;0.102;37;92;0.9996;3.3;0.65;10.1;5 +9.6;0.77;0.12;2.9;0.082;30;74;0.99865;3.3;0.64;10.4;6 +9.8;0.66;0.39;3.2;0.083;21;59;0.9989;3.37;0.71;11.5;7 +9.6;0.77;0.12;2.9;0.082;30;74;0.99865;3.3;0.64;10.4;6 +9.8;0.66;0.39;3.2;0.083;21;59;0.9989;3.37;0.71;11.5;7 +9.3;0.61;0.26;3.4;0.09;25;87;0.99975;3.24;0.62;9.7;5 +7.8;0.62;0.05;2.3;0.079;6;18;0.99735;3.29;0.63;9.3;5 +10.3;0.59;0.42;2.8;0.09;35;73;0.999;3.28;0.7;9.5;6 +10;0.49;0.2;11;0.071;13;50;1.0015;3.16;0.69;9.2;6 +10;0.49;0.2;11;0.071;13;50;1.0015;3.16;0.69;9.2;6 +11.6;0.53;0.66;3.65;0.121;6;14;0.9978;3.05;0.74;11.5;7 +10.3;0.44;0.5;4.5;0.107;5;13;0.998;3.28;0.83;11.5;5 +13.4;0.27;0.62;2.6;0.082;6;21;1.0002;3.16;0.67;9.7;6 +10.7;0.46;0.39;2;0.061;7;15;0.9981;3.18;0.62;9.5;5 +10.2;0.36;0.64;2.9;0.122;10;41;0.998;3.23;0.66;12.5;6 +10.2;0.36;0.64;2.9;0.122;10;41;0.998;3.23;0.66;12.5;6 +8;0.58;0.28;3.2;0.066;21;114;0.9973;3.22;0.54;9.4;6 +8.4;0.56;0.08;2.1;0.105;16;44;0.9958;3.13;0.52;11;5 +7.9;0.65;0.01;2.5;0.078;17;38;0.9963;3.34;0.74;11.7;7 +11.9;0.695;0.53;3.4;0.128;7;21;0.9992;3.17;0.84;12.2;7 +8.9;0.43;0.45;1.9;0.052;6;16;0.9948;3.35;0.7;12.5;6 +7.8;0.43;0.32;2.8;0.08;29;58;0.9974;3.31;0.64;10.3;5 +12.4;0.49;0.58;3;0.103;28;99;1.0008;3.16;1;11.5;6 +12.5;0.28;0.54;2.3;0.082;12;29;0.9997;3.11;1.36;9.8;7 +12.2;0.34;0.5;2.4;0.066;10;21;1;3.12;1.18;9.2;6 +10.6;0.42;0.48;2.7;0.065;5;18;0.9972;3.21;0.87;11.3;6 +10.9;0.39;0.47;1.8;0.118;6;14;0.9982;3.3;0.75;9.8;6 +10.9;0.39;0.47;1.8;0.118;6;14;0.9982;3.3;0.75;9.8;6 +11.9;0.57;0.5;2.6;0.082;6;32;1.0006;3.12;0.78;10.7;6 +7;0.685;0;1.9;0.067;40;63;0.9979;3.6;0.81;9.9;5 +6.6;0.815;0.02;2.7;0.072;17;34;0.9955;3.58;0.89;12.3;7 +13.8;0.49;0.67;3;0.093;6;15;0.9986;3.02;0.93;12;6 +9.6;0.56;0.31;2.8;0.089;15;46;0.9979;3.11;0.92;10;6 +9.1;0.785;0;2.6;0.093;11;28;0.9994;3.36;0.86;9.4;6 +10.7;0.67;0.22;2.7;0.107;17;34;1.0004;3.28;0.98;9.9;6 +9.1;0.795;0;2.6;0.096;11;26;0.9994;3.35;0.83;9.4;6 +7.7;0.665;0;2.4;0.09;8;19;0.9974;3.27;0.73;9.3;5 +13.5;0.53;0.79;4.8;0.12;23;77;1.0018;3.18;0.77;13;5 +6.1;0.21;0.4;1.4;0.066;40.5;165;0.9912;3.25;0.59;11.9;6 +6.7;0.75;0.01;2.4;0.078;17;32;0.9955;3.55;0.61;12.8;6 +11.5;0.41;0.52;3;0.08;29;55;1.0001;3.26;0.88;11;5 +10.5;0.42;0.66;2.95;0.116;12;29;0.997;3.24;0.75;11.7;7 +11.9;0.43;0.66;3.1;0.109;10;23;1;3.15;0.85;10.4;7 +12.6;0.38;0.66;2.6;0.088;10;41;1.001;3.17;0.68;9.8;6 +8.2;0.7;0.23;2;0.099;14;81;0.9973;3.19;0.7;9.4;5 +8.6;0.45;0.31;2.6;0.086;21;50;0.9982;3.37;0.91;9.9;6 +11.9;0.58;0.66;2.5;0.072;6;37;0.9992;3.05;0.56;10;5 +12.5;0.46;0.63;2;0.071;6;15;0.9988;2.99;0.87;10.2;5 +12.8;0.615;0.66;5.8;0.083;7;42;1.0022;3.07;0.73;10;7 +10;0.42;0.5;3.4;0.107;7;21;0.9979;3.26;0.93;11.8;6 +12.8;0.615;0.66;5.8;0.083;7;42;1.0022;3.07;0.73;10;7 +10.4;0.575;0.61;2.6;0.076;11;24;1;3.16;0.69;9;5 +10.3;0.34;0.52;2.8;0.159;15;75;0.9998;3.18;0.64;9.4;5 +9.4;0.27;0.53;2.4;0.074;6;18;0.9962;3.2;1.13;12;7 +6.9;0.765;0.02;2.3;0.063;35;63;0.9975;3.57;0.78;9.9;5 +7.9;0.24;0.4;1.6;0.056;11;25;0.9967;3.32;0.87;8.7;6 +9.1;0.28;0.48;1.8;0.067;26;46;0.9967;3.32;1.04;10.6;6 +7.4;0.55;0.22;2.2;0.106;12;72;0.9959;3.05;0.63;9.2;5 +14;0.41;0.63;3.8;0.089;6;47;1.0014;3.01;0.81;10.8;6 +11.5;0.54;0.71;4.4;0.124;6;15;0.9984;3.01;0.83;11.8;7 +11.5;0.45;0.5;3;0.078;19;47;1.0003;3.26;1.11;11;6 +9.4;0.27;0.53;2.4;0.074;6;18;0.9962;3.2;1.13;12;7 +11.4;0.625;0.66;6.2;0.088;6;24;0.9988;3.11;0.99;13.3;6 +8.3;0.42;0.38;2.5;0.094;24;60;0.9979;3.31;0.7;10.8;6 +8.3;0.26;0.42;2;0.08;11;27;0.9974;3.21;0.8;9.4;6 +13.7;0.415;0.68;2.9;0.085;17;43;1.0014;3.06;0.8;10;6 +8.3;0.26;0.42;2;0.08;11;27;0.9974;3.21;0.8;9.4;6 +8.3;0.26;0.42;2;0.08;11;27;0.9974;3.21;0.8;9.4;6 +7.7;0.51;0.28;2.1;0.087;23;54;0.998;3.42;0.74;9.2;5 +7.4;0.63;0.07;2.4;0.09;11;37;0.9979;3.43;0.76;9.7;6 +7.8;0.54;0.26;2;0.088;23;48;0.9981;3.41;0.74;9.2;6 +8.3;0.66;0.15;1.9;0.079;17;42;0.9972;3.31;0.54;9.6;6 +7.8;0.46;0.26;1.9;0.088;23;53;0.9981;3.43;0.74;9.2;6 +9.6;0.38;0.31;2.5;0.096;16;49;0.9982;3.19;0.7;10;7 +5.6;0.85;0.05;1.4;0.045;12;88;0.9924;3.56;0.82;12.9;8 +13.7;0.415;0.68;2.9;0.085;17;43;1.0014;3.06;0.8;10;6 +9.5;0.37;0.52;2;0.082;6;26;0.998;3.18;0.51;9.5;5 +8.4;0.665;0.61;2;0.112;13;95;0.997;3.16;0.54;9.1;5 +12.7;0.6;0.65;2.3;0.063;6;25;0.9997;3.03;0.57;9.9;5 +12;0.37;0.76;4.2;0.066;7;38;1.0004;3.22;0.6;13;7 +6.6;0.735;0.02;7.9;0.122;68;124;0.9994;3.47;0.53;9.9;5 +11.5;0.59;0.59;2.6;0.087;13;49;0.9988;3.18;0.65;11;6 +11.5;0.59;0.59;2.6;0.087;13;49;0.9988;3.18;0.65;11;6 +8.7;0.765;0.22;2.3;0.064;9;42;0.9963;3.1;0.55;9.4;5 +6.6;0.735;0.02;7.9;0.122;68;124;0.9994;3.47;0.53;9.9;5 +7.7;0.26;0.3;1.7;0.059;20;38;0.9949;3.29;0.47;10.8;6 +12.2;0.48;0.54;2.6;0.085;19;64;1;3.1;0.61;10.5;6 +11.4;0.6;0.49;2.7;0.085;10;41;0.9994;3.15;0.63;10.5;6 +7.7;0.69;0.05;2.7;0.075;15;27;0.9974;3.26;0.61;9.1;5 +8.7;0.31;0.46;1.4;0.059;11;25;0.9966;3.36;0.76;10.1;6 +9.8;0.44;0.47;2.5;0.063;9;28;0.9981;3.24;0.65;10.8;6 +12;0.39;0.66;3;0.093;12;30;0.9996;3.18;0.63;10.8;7 +10.4;0.34;0.58;3.7;0.174;6;16;0.997;3.19;0.7;11.3;6 +12.5;0.46;0.49;4.5;0.07;26;49;0.9981;3.05;0.57;9.6;4 +9;0.43;0.34;2.5;0.08;26;86;0.9987;3.38;0.62;9.5;6 +9.1;0.45;0.35;2.4;0.08;23;78;0.9987;3.38;0.62;9.5;5 +7.1;0.735;0.16;1.9;0.1;15;77;0.9966;3.27;0.64;9.3;5 +9.9;0.4;0.53;6.7;0.097;6;19;0.9986;3.27;0.82;11.7;7 +8.8;0.52;0.34;2.7;0.087;24;122;0.9982;3.26;0.61;9.5;5 +8.6;0.725;0.24;6.6;0.117;31;134;1.0014;3.32;1.07;9.3;5 +10.6;0.48;0.64;2.2;0.111;6;20;0.997;3.26;0.66;11.7;6 +7;0.58;0.12;1.9;0.091;34;124;0.9956;3.44;0.48;10.5;5 +11.9;0.38;0.51;2;0.121;7;20;0.9996;3.24;0.76;10.4;6 +6.8;0.77;0;1.8;0.066;34;52;0.9976;3.62;0.68;9.9;5 +9.5;0.56;0.33;2.4;0.089;35;67;0.9972;3.28;0.73;11.8;7 +6.6;0.84;0.03;2.3;0.059;32;48;0.9952;3.52;0.56;12.3;7 +7.7;0.96;0.2;2;0.047;15;60;0.9955;3.36;0.44;10.9;5 +10.5;0.24;0.47;2.1;0.066;6;24;0.9978;3.15;0.9;11;7 +7.7;0.96;0.2;2;0.047;15;60;0.9955;3.36;0.44;10.9;5 +6.6;0.84;0.03;2.3;0.059;32;48;0.9952;3.52;0.56;12.3;7 +6.4;0.67;0.08;2.1;0.045;19;48;0.9949;3.49;0.49;11.4;6 +9.5;0.78;0.22;1.9;0.077;6;32;0.9988;3.26;0.56;10.6;6 +9.1;0.52;0.33;1.3;0.07;9;30;0.9978;3.24;0.6;9.3;5 +12.8;0.84;0.63;2.4;0.088;13;35;0.9997;3.1;0.6;10.4;6 +10.5;0.24;0.47;2.1;0.066;6;24;0.9978;3.15;0.9;11;7 +7.8;0.55;0.35;2.2;0.074;21;66;0.9974;3.25;0.56;9.2;5 +11.9;0.37;0.69;2.3;0.078;12;24;0.9958;3;0.65;12.8;6 +12.3;0.39;0.63;2.3;0.091;6;18;1.0004;3.16;0.49;9.5;5 +10.4;0.41;0.55;3.2;0.076;22;54;0.9996;3.15;0.89;9.9;6 +12.3;0.39;0.63;2.3;0.091;6;18;1.0004;3.16;0.49;9.5;5 +8;0.67;0.3;2;0.06;38;62;0.9958;3.26;0.56;10.2;6 +11.1;0.45;0.73;3.2;0.066;6;22;0.9986;3.17;0.66;11.2;6 +10.4;0.41;0.55;3.2;0.076;22;54;0.9996;3.15;0.89;9.9;6 +7;0.62;0.18;1.5;0.062;7;50;0.9951;3.08;0.6;9.3;5 +12.6;0.31;0.72;2.2;0.072;6;29;0.9987;2.88;0.82;9.8;8 +11.9;0.4;0.65;2.15;0.068;7;27;0.9988;3.06;0.68;11.3;6 +15.6;0.685;0.76;3.7;0.1;6;43;1.0032;2.95;0.68;11.2;7 +10;0.44;0.49;2.7;0.077;11;19;0.9963;3.23;0.63;11.6;7 +5.3;0.57;0.01;1.7;0.054;5;27;0.9934;3.57;0.84;12.5;7 +9.5;0.735;0.1;2.1;0.079;6;31;0.9986;3.23;0.56;10.1;6 +12.5;0.38;0.6;2.6;0.081;31;72;0.9996;3.1;0.73;10.5;5 +9.3;0.48;0.29;2.1;0.127;6;16;0.9968;3.22;0.72;11.2;5 +8.6;0.53;0.22;2;0.1;7;27;0.9967;3.2;0.56;10.2;6 +11.9;0.39;0.69;2.8;0.095;17;35;0.9994;3.1;0.61;10.8;6 +11.9;0.39;0.69;2.8;0.095;17;35;0.9994;3.1;0.61;10.8;6 +8.4;0.37;0.53;1.8;0.413;9;26;0.9979;3.06;1.06;9.1;6 +6.8;0.56;0.03;1.7;0.084;18;35;0.9968;3.44;0.63;10;6 +10.4;0.33;0.63;2.8;0.084;5;22;0.9998;3.26;0.74;11.2;7 +7;0.23;0.4;1.6;0.063;21;67;0.9952;3.5;0.63;11.1;5 +11.3;0.62;0.67;5.2;0.086;6;19;0.9988;3.22;0.69;13.4;8 +8.9;0.59;0.39;2.3;0.095;5;22;0.9986;3.37;0.58;10.3;5 +9.2;0.63;0.21;2.7;0.097;29;65;0.9988;3.28;0.58;9.6;5 +10.4;0.33;0.63;2.8;0.084;5;22;0.9998;3.26;0.74;11.2;7 +11.6;0.58;0.66;2.2;0.074;10;47;1.0008;3.25;0.57;9;3 +9.2;0.43;0.52;2.3;0.083;14;23;0.9976;3.35;0.61;11.3;6 +8.3;0.615;0.22;2.6;0.087;6;19;0.9982;3.26;0.61;9.3;5 +11;0.26;0.68;2.55;0.085;10;25;0.997;3.18;0.61;11.8;5 +8.1;0.66;0.7;2.2;0.098;25;129;0.9972;3.08;0.53;9;5 +11.5;0.315;0.54;2.1;0.084;5;15;0.9987;2.98;0.7;9.2;6 +10;0.29;0.4;2.9;0.098;10;26;1.0006;3.48;0.91;9.7;5 +10.3;0.5;0.42;2;0.069;21;51;0.9982;3.16;0.72;11.5;6 +8.8;0.46;0.45;2.6;0.065;7;18;0.9947;3.32;0.79;14;6 +11.4;0.36;0.69;2.1;0.09;6;21;1;3.17;0.62;9.2;6 +8.7;0.82;0.02;1.2;0.07;36;48;0.9952;3.2;0.58;9.8;5 +13;0.32;0.65;2.6;0.093;15;47;0.9996;3.05;0.61;10.6;5 +9.6;0.54;0.42;2.4;0.081;25;52;0.997;3.2;0.71;11.4;6 +12.5;0.37;0.55;2.6;0.083;25;68;0.9995;3.15;0.82;10.4;6 +9.9;0.35;0.55;2.1;0.062;5;14;0.9971;3.26;0.79;10.6;5 +10.5;0.28;0.51;1.7;0.08;10;24;0.9982;3.2;0.89;9.4;6 +9.6;0.68;0.24;2.2;0.087;5;28;0.9988;3.14;0.6;10.2;5 +9.3;0.27;0.41;2;0.091;6;16;0.998;3.28;0.7;9.7;5 +10.4;0.24;0.49;1.8;0.075;6;20;0.9977;3.18;1.06;11;6 +9.6;0.68;0.24;2.2;0.087;5;28;0.9988;3.14;0.6;10.2;5 +9.4;0.685;0.11;2.7;0.077;6;31;0.9984;3.19;0.7;10.1;6 +10.6;0.28;0.39;15.5;0.069;6;23;1.0026;3.12;0.66;9.2;5 +9.4;0.3;0.56;2.8;0.08;6;17;0.9964;3.15;0.92;11.7;8 +10.6;0.36;0.59;2.2;0.152;6;18;0.9986;3.04;1.05;9.4;5 +10.6;0.36;0.6;2.2;0.152;7;18;0.9986;3.04;1.06;9.4;5 +10.6;0.44;0.68;4.1;0.114;6;24;0.997;3.06;0.66;13.4;6 +10.2;0.67;0.39;1.9;0.054;6;17;0.9976;3.17;0.47;10;5 +10.2;0.67;0.39;1.9;0.054;6;17;0.9976;3.17;0.47;10;5 +10.2;0.645;0.36;1.8;0.053;5;14;0.9982;3.17;0.42;10;6 +11.6;0.32;0.55;2.8;0.081;35;67;1.0002;3.32;0.92;10.8;7 +9.3;0.39;0.4;2.6;0.073;10;26;0.9984;3.34;0.75;10.2;6 +9.3;0.775;0.27;2.8;0.078;24;56;0.9984;3.31;0.67;10.6;6 +9.2;0.41;0.5;2.5;0.055;12;25;0.9952;3.34;0.79;13.3;7 +8.9;0.4;0.51;2.6;0.052;13;27;0.995;3.32;0.9;13.4;7 +8.7;0.69;0.31;3;0.086;23;81;1.0002;3.48;0.74;11.6;6 +6.5;0.39;0.23;8.3;0.051;28;91;0.9952;3.44;0.55;12.1;6 +10.7;0.35;0.53;2.6;0.07;5;16;0.9972;3.15;0.65;11;8 +7.8;0.52;0.25;1.9;0.081;14;38;0.9984;3.43;0.65;9;6 +7.2;0.34;0.32;2.5;0.09;43;113;0.9966;3.32;0.79;11.1;5 +10.7;0.35;0.53;2.6;0.07;5;16;0.9972;3.15;0.65;11;8 +8.7;0.69;0.31;3;0.086;23;81;1.0002;3.48;0.74;11.6;6 +7.8;0.52;0.25;1.9;0.081;14;38;0.9984;3.43;0.65;9;6 +10.4;0.44;0.73;6.55;0.074;38;76;0.999;3.17;0.85;12;7 +10.4;0.44;0.73;6.55;0.074;38;76;0.999;3.17;0.85;12;7 +10.5;0.26;0.47;1.9;0.078;6;24;0.9976;3.18;1.04;10.9;7 +10.5;0.24;0.42;1.8;0.077;6;22;0.9976;3.21;1.05;10.8;7 +10.2;0.49;0.63;2.9;0.072;10;26;0.9968;3.16;0.78;12.5;7 +10.4;0.24;0.46;1.8;0.075;6;21;0.9976;3.25;1.02;10.8;7 +11.2;0.67;0.55;2.3;0.084;6;13;1;3.17;0.71;9.5;6 +10;0.59;0.31;2.2;0.09;26;62;0.9994;3.18;0.63;10.2;6 +13.3;0.29;0.75;2.8;0.084;23;43;0.9986;3.04;0.68;11.4;7 +12.4;0.42;0.49;4.6;0.073;19;43;0.9978;3.02;0.61;9.5;5 +10;0.59;0.31;2.2;0.09;26;62;0.9994;3.18;0.63;10.2;6 +10.7;0.4;0.48;2.1;0.125;15;49;0.998;3.03;0.81;9.7;6 +10.5;0.51;0.64;2.4;0.107;6;15;0.9973;3.09;0.66;11.8;7 +10.5;0.51;0.64;2.4;0.107;6;15;0.9973;3.09;0.66;11.8;7 +8.5;0.655;0.49;6.1;0.122;34;151;1.001;3.31;1.14;9.3;5 +12.5;0.6;0.49;4.3;0.1;5;14;1.001;3.25;0.74;11.9;6 +10.4;0.61;0.49;2.1;0.2;5;16;0.9994;3.16;0.63;8.4;3 +10.9;0.21;0.49;2.8;0.088;11;32;0.9972;3.22;0.68;11.7;6 +7.3;0.365;0.49;2.5;0.088;39;106;0.9966;3.36;0.78;11;5 +9.8;0.25;0.49;2.7;0.088;15;33;0.9982;3.42;0.9;10;6 +7.6;0.41;0.49;2;0.088;16;43;0.998;3.48;0.64;9.1;5 +8.2;0.39;0.49;2.3;0.099;47;133;0.9979;3.38;0.99;9.8;5 +9.3;0.4;0.49;2.5;0.085;38;142;0.9978;3.22;0.55;9.4;5 +9.2;0.43;0.49;2.4;0.086;23;116;0.9976;3.23;0.64;9.5;5 +10.4;0.64;0.24;2.8;0.105;29;53;0.9998;3.24;0.67;9.9;5 +7.3;0.365;0.49;2.5;0.088;39;106;0.9966;3.36;0.78;11;5 +7;0.38;0.49;2.5;0.097;33;85;0.9962;3.39;0.77;11.4;6 +8.2;0.42;0.49;2.6;0.084;32;55;0.9988;3.34;0.75;8.7;6 +9.9;0.63;0.24;2.4;0.077;6;33;0.9974;3.09;0.57;9.4;5 +9.1;0.22;0.24;2.1;0.078;1;28;0.999;3.41;0.87;10.3;6 +11.9;0.38;0.49;2.7;0.098;12;42;1.0004;3.16;0.61;10.3;5 +11.9;0.38;0.49;2.7;0.098;12;42;1.0004;3.16;0.61;10.3;5 +10.3;0.27;0.24;2.1;0.072;15;33;0.9956;3.22;0.66;12.8;6 +10;0.48;0.24;2.7;0.102;13;32;1;3.28;0.56;10;6 +9.1;0.22;0.24;2.1;0.078;1;28;0.999;3.41;0.87;10.3;6 +9.9;0.63;0.24;2.4;0.077;6;33;0.9974;3.09;0.57;9.4;5 +8.1;0.825;0.24;2.1;0.084;5;13;0.9972;3.37;0.77;10.7;6 +12.9;0.35;0.49;5.8;0.066;5;35;1.0014;3.2;0.66;12;7 +11.2;0.5;0.74;5.15;0.1;5;17;0.9996;3.22;0.62;11.2;5 +9.2;0.59;0.24;3.3;0.101;20;47;0.9988;3.26;0.67;9.6;5 +9.5;0.46;0.49;6.3;0.064;5;17;0.9988;3.21;0.73;11;6 +9.3;0.715;0.24;2.1;0.07;5;20;0.9966;3.12;0.59;9.9;5 +11.2;0.66;0.24;2.5;0.085;16;53;0.9993;3.06;0.72;11;6 +14.3;0.31;0.74;1.8;0.075;6;15;1.0008;2.86;0.79;8.4;6 +9.1;0.47;0.49;2.6;0.094;38;106;0.9982;3.08;0.59;9.1;5 +7.5;0.55;0.24;2;0.078;10;28;0.9983;3.45;0.78;9.5;6 +10.6;0.31;0.49;2.5;0.067;6;21;0.9987;3.26;0.86;10.7;6 +12.4;0.35;0.49;2.6;0.079;27;69;0.9994;3.12;0.75;10.4;6 +9;0.53;0.49;1.9;0.171;6;25;0.9975;3.27;0.61;9.4;6 +6.8;0.51;0.01;2.1;0.074;9;25;0.9958;3.33;0.56;9.5;6 +9.4;0.43;0.24;2.8;0.092;14;45;0.998;3.19;0.73;10;6 +9.5;0.46;0.24;2.7;0.092;14;44;0.998;3.12;0.74;10;6 +5;1.04;0.24;1.6;0.05;32;96;0.9934;3.74;0.62;11.5;5 +15.5;0.645;0.49;4.2;0.095;10;23;1.00315;2.92;0.74;11.1;5 +15.5;0.645;0.49;4.2;0.095;10;23;1.00315;2.92;0.74;11.1;5 +10.9;0.53;0.49;4.6;0.118;10;17;1.0002;3.07;0.56;11.7;6 +15.6;0.645;0.49;4.2;0.095;10;23;1.00315;2.92;0.74;11.1;5 +10.9;0.53;0.49;4.6;0.118;10;17;1.0002;3.07;0.56;11.7;6 +13;0.47;0.49;4.3;0.085;6;47;1.0021;3.3;0.68;12.7;6 +12.7;0.6;0.49;2.8;0.075;5;19;0.9994;3.14;0.57;11.4;5 +9;0.44;0.49;2.4;0.078;26;121;0.9978;3.23;0.58;9.2;5 +9;0.54;0.49;2.9;0.094;41;110;0.9982;3.08;0.61;9.2;5 +7.6;0.29;0.49;2.7;0.092;25;60;0.9971;3.31;0.61;10.1;6 +13;0.47;0.49;4.3;0.085;6;47;1.0021;3.3;0.68;12.7;6 +12.7;0.6;0.49;2.8;0.075;5;19;0.9994;3.14;0.57;11.4;5 +8.7;0.7;0.24;2.5;0.226;5;15;0.9991;3.32;0.6;9;6 +8.7;0.7;0.24;2.5;0.226;5;15;0.9991;3.32;0.6;9;6 +9.8;0.5;0.49;2.6;0.25;5;20;0.999;3.31;0.79;10.7;6 +6.2;0.36;0.24;2.2;0.095;19;42;0.9946;3.57;0.57;11.7;6 +11.5;0.35;0.49;3.3;0.07;10;37;1.0003;3.32;0.91;11;6 +6.2;0.36;0.24;2.2;0.095;19;42;0.9946;3.57;0.57;11.7;6 +10.2;0.24;0.49;2.4;0.075;10;28;0.9978;3.14;0.61;10.4;5 +10.5;0.59;0.49;2.1;0.07;14;47;0.9991;3.3;0.56;9.6;4 +10.6;0.34;0.49;3.2;0.078;20;78;0.9992;3.19;0.7;10;6 +12.3;0.27;0.49;3.1;0.079;28;46;0.9993;3.2;0.8;10.2;6 +9.9;0.5;0.24;2.3;0.103;6;14;0.9978;3.34;0.52;10;4 +8.8;0.44;0.49;2.8;0.083;18;111;0.9982;3.3;0.6;9.5;5 +8.8;0.47;0.49;2.9;0.085;17;110;0.9982;3.29;0.6;9.8;5 +10.6;0.31;0.49;2.2;0.063;18;40;0.9976;3.14;0.51;9.8;6 +12.3;0.5;0.49;2.2;0.089;5;14;1.0002;3.19;0.44;9.6;5 +12.3;0.5;0.49;2.2;0.089;5;14;1.0002;3.19;0.44;9.6;5 +11.7;0.49;0.49;2.2;0.083;5;15;1;3.19;0.43;9.2;5 +12;0.28;0.49;1.9;0.074;10;21;0.9976;2.98;0.66;9.9;7 +11.8;0.33;0.49;3.4;0.093;54;80;1.0002;3.3;0.76;10.7;7 +7.6;0.51;0.24;2.4;0.091;8;38;0.998;3.47;0.66;9.6;6 +11.1;0.31;0.49;2.7;0.094;16;47;0.9986;3.12;1.02;10.6;7 +7.3;0.73;0.24;1.9;0.108;18;102;0.9967;3.26;0.59;9.3;5 +5;0.42;0.24;2;0.06;19;50;0.9917;3.72;0.74;14;8 +10.2;0.29;0.49;2.6;0.059;5;13;0.9976;3.05;0.74;10.5;7 +9;0.45;0.49;2.6;0.084;21;75;0.9987;3.35;0.57;9.7;5 +6.6;0.39;0.49;1.7;0.07;23;149;0.9922;3.12;0.5;11.5;6 +9;0.45;0.49;2.6;0.084;21;75;0.9987;3.35;0.57;9.7;5 +9.9;0.49;0.58;3.5;0.094;9;43;1.0004;3.29;0.58;9;5 +7.9;0.72;0.17;2.6;0.096;20;38;0.9978;3.4;0.53;9.5;5 +8.9;0.595;0.41;7.9;0.086;30;109;0.9998;3.27;0.57;9.3;5 +12.4;0.4;0.51;2;0.059;6;24;0.9994;3.04;0.6;9.3;6 +11.9;0.58;0.58;1.9;0.071;5;18;0.998;3.09;0.63;10;6 +8.5;0.585;0.18;2.1;0.078;5;30;0.9967;3.2;0.48;9.8;6 +12.7;0.59;0.45;2.3;0.082;11;22;1;3;0.7;9.3;6 +8.2;0.915;0.27;2.1;0.088;7;23;0.9962;3.26;0.47;10;4 +13.2;0.46;0.52;2.2;0.071;12;35;1.0006;3.1;0.56;9;6 +7.7;0.835;0;2.6;0.081;6;14;0.9975;3.3;0.52;9.3;5 +13.2;0.46;0.52;2.2;0.071;12;35;1.0006;3.1;0.56;9;6 +8.3;0.58;0.13;2.9;0.096;14;63;0.9984;3.17;0.62;9.1;6 +8.3;0.6;0.13;2.6;0.085;6;24;0.9984;3.31;0.59;9.2;6 +9.4;0.41;0.48;4.6;0.072;10;20;0.9973;3.34;0.79;12.2;7 +8.8;0.48;0.41;3.3;0.092;26;52;0.9982;3.31;0.53;10.5;6 +10.1;0.65;0.37;5.1;0.11;11;65;1.0026;3.32;0.64;10.4;6 +6.3;0.36;0.19;3.2;0.075;15;39;0.9956;3.56;0.52;12.7;6 +8.8;0.24;0.54;2.5;0.083;25;57;0.9983;3.39;0.54;9.2;5 +13.2;0.38;0.55;2.7;0.081;5;16;1.0006;2.98;0.54;9.4;5 +7.5;0.64;0;2.4;0.077;18;29;0.9965;3.32;0.6;10;6 +8.2;0.39;0.38;1.5;0.058;10;29;0.9962;3.26;0.74;9.8;5 +9.2;0.755;0.18;2.2;0.148;10;103;0.9969;2.87;1.36;10.2;6 +9.6;0.6;0.5;2.3;0.079;28;71;0.9997;3.5;0.57;9.7;5 +9.6;0.6;0.5;2.3;0.079;28;71;0.9997;3.5;0.57;9.7;5 +11.5;0.31;0.51;2.2;0.079;14;28;0.9982;3.03;0.93;9.8;6 +11.4;0.46;0.5;2.7;0.122;4;17;1.0006;3.13;0.7;10.2;5 +11.3;0.37;0.41;2.3;0.088;6;16;0.9988;3.09;0.8;9.3;5 +8.3;0.54;0.24;3.4;0.076;16;112;0.9976;3.27;0.61;9.4;5 +8.2;0.56;0.23;3.4;0.078;14;104;0.9976;3.28;0.62;9.4;5 +10;0.58;0.22;1.9;0.08;9;32;0.9974;3.13;0.55;9.5;5 +7.9;0.51;0.25;2.9;0.077;21;45;0.9974;3.49;0.96;12.1;6 +6.8;0.69;0;5.6;0.124;21;58;0.9997;3.46;0.72;10.2;5 +6.8;0.69;0;5.6;0.124;21;58;0.9997;3.46;0.72;10.2;5 +8.8;0.6;0.29;2.2;0.098;5;15;0.9988;3.36;0.49;9.1;5 +8.8;0.6;0.29;2.2;0.098;5;15;0.9988;3.36;0.49;9.1;5 +8.7;0.54;0.26;2.5;0.097;7;31;0.9976;3.27;0.6;9.3;6 +7.6;0.685;0.23;2.3;0.111;20;84;0.9964;3.21;0.61;9.3;5 +8.7;0.54;0.26;2.5;0.097;7;31;0.9976;3.27;0.6;9.3;6 +10.4;0.28;0.54;2.7;0.105;5;19;0.9988;3.25;0.63;9.5;5 +7.6;0.41;0.14;3;0.087;21;43;0.9964;3.32;0.57;10.5;6 +10.1;0.935;0.22;3.4;0.105;11;86;1.001;3.43;0.64;11.3;4 +7.9;0.35;0.21;1.9;0.073;46;102;0.9964;3.27;0.58;9.5;5 +8.7;0.84;0;1.4;0.065;24;33;0.9954;3.27;0.55;9.7;5 +9.6;0.88;0.28;2.4;0.086;30;147;0.9979;3.24;0.53;9.4;5 +9.5;0.885;0.27;2.3;0.084;31;145;0.9978;3.24;0.53;9.4;5 +7.7;0.915;0.12;2.2;0.143;7;23;0.9964;3.35;0.65;10.2;7 +8.9;0.29;0.35;1.9;0.067;25;57;0.997;3.18;1.36;10.3;6 +9.9;0.54;0.45;2.3;0.071;16;40;0.9991;3.39;0.62;9.4;5 +9.5;0.59;0.44;2.3;0.071;21;68;0.9992;3.46;0.63;9.5;5 +9.9;0.54;0.45;2.3;0.071;16;40;0.9991;3.39;0.62;9.4;5 +9.5;0.59;0.44;2.3;0.071;21;68;0.9992;3.46;0.63;9.5;5 +9.9;0.54;0.45;2.3;0.071;16;40;0.9991;3.39;0.62;9.4;5 +7.8;0.64;0.1;6;0.115;5;11;0.9984;3.37;0.69;10.1;7 +7.3;0.67;0.05;3.6;0.107;6;20;0.9972;3.4;0.63;10.1;5 +8.3;0.845;0.01;2.2;0.07;5;14;0.9967;3.32;0.58;11;4 +8.7;0.48;0.3;2.8;0.066;10;28;0.9964;3.33;0.67;11.2;7 +6.7;0.42;0.27;8.6;0.068;24;148;0.9948;3.16;0.57;11.3;6 +10.7;0.43;0.39;2.2;0.106;8;32;0.9986;2.89;0.5;9.6;5 +9.8;0.88;0.25;2.5;0.104;35;155;1.001;3.41;0.67;11.2;5 +15.9;0.36;0.65;7.5;0.096;22;71;0.9976;2.98;0.84;14.9;5 +9.4;0.33;0.59;2.8;0.079;9;30;0.9976;3.12;0.54;12;6 +8.6;0.47;0.47;2.4;0.074;7;29;0.9979;3.08;0.46;9.5;5 +9.7;0.55;0.17;2.9;0.087;20;53;1.0004;3.14;0.61;9.4;5 +10.7;0.43;0.39;2.2;0.106;8;32;0.9986;2.89;0.5;9.6;5 +12;0.5;0.59;1.4;0.073;23;42;0.998;2.92;0.68;10.5;7 +7.2;0.52;0.07;1.4;0.074;5;20;0.9973;3.32;0.81;9.6;6 +7.1;0.84;0.02;4.4;0.096;5;13;0.997;3.41;0.57;11;4 +7.2;0.52;0.07;1.4;0.074;5;20;0.9973;3.32;0.81;9.6;6 +7.5;0.42;0.31;1.6;0.08;15;42;0.9978;3.31;0.64;9;5 +7.2;0.57;0.06;1.6;0.076;9;27;0.9972;3.36;0.7;9.6;6 +10.1;0.28;0.46;1.8;0.05;5;13;0.9974;3.04;0.79;10.2;6 +12.1;0.4;0.52;2;0.092;15;54;1;3.03;0.66;10.2;5 +9.4;0.59;0.14;2;0.084;25;48;0.9981;3.14;0.56;9.7;5 +8.3;0.49;0.36;1.8;0.222;6;16;0.998;3.18;0.6;9.5;6 +11.3;0.34;0.45;2;0.082;6;15;0.9988;2.94;0.66;9.2;6 +10;0.73;0.43;2.3;0.059;15;31;0.9966;3.15;0.57;11;5 +11.3;0.34;0.45;2;0.082;6;15;0.9988;2.94;0.66;9.2;6 +6.9;0.4;0.24;2.5;0.083;30;45;0.9959;3.26;0.58;10;5 +8.2;0.73;0.21;1.7;0.074;5;13;0.9968;3.2;0.52;9.5;5 +9.8;1.24;0.34;2;0.079;32;151;0.998;3.15;0.53;9.5;5 +8.2;0.73;0.21;1.7;0.074;5;13;0.9968;3.2;0.52;9.5;5 +10.8;0.4;0.41;2.2;0.084;7;17;0.9984;3.08;0.67;9.3;6 +9.3;0.41;0.39;2.2;0.064;12;31;0.9984;3.26;0.65;10.2;5 +10.8;0.4;0.41;2.2;0.084;7;17;0.9984;3.08;0.67;9.3;6 +8.6;0.8;0.11;2.3;0.084;12;31;0.9979;3.4;0.48;9.9;5 +8.3;0.78;0.1;2.6;0.081;45;87;0.9983;3.48;0.53;10;5 +10.8;0.26;0.45;3.3;0.06;20;49;0.9972;3.13;0.54;9.6;5 +13.3;0.43;0.58;1.9;0.07;15;40;1.0004;3.06;0.49;9;5 +8;0.45;0.23;2.2;0.094;16;29;0.9962;3.21;0.49;10.2;6 +8.5;0.46;0.31;2.25;0.078;32;58;0.998;3.33;0.54;9.8;5 +8.1;0.78;0.23;2.6;0.059;5;15;0.997;3.37;0.56;11.3;5 +9.8;0.98;0.32;2.3;0.078;35;152;0.998;3.25;0.48;9.4;5 +8.1;0.78;0.23;2.6;0.059;5;15;0.997;3.37;0.56;11.3;5 +7.1;0.65;0.18;1.8;0.07;13;40;0.997;3.44;0.6;9.1;5 +9.1;0.64;0.23;3.1;0.095;13;38;0.9998;3.28;0.59;9.7;5 +7.7;0.66;0.04;1.6;0.039;4;9;0.9962;3.4;0.47;9.4;5 +8.1;0.38;0.48;1.8;0.157;5;17;0.9976;3.3;1.05;9.4;5 +7.4;1.185;0;4.25;0.097;5;14;0.9966;3.63;0.54;10.7;3 +9.2;0.92;0.24;2.6;0.087;12;93;0.9998;3.48;0.54;9.8;5 +8.6;0.49;0.51;2;0.422;16;62;0.9979;3.03;1.17;9;5 +9;0.48;0.32;2.8;0.084;21;122;0.9984;3.32;0.62;9.4;5 +9;0.47;0.31;2.7;0.084;24;125;0.9984;3.31;0.61;9.4;5 +5.1;0.47;0.02;1.3;0.034;18;44;0.9921;3.9;0.62;12.8;6 +7;0.65;0.02;2.1;0.066;8;25;0.9972;3.47;0.67;9.5;6 +7;0.65;0.02;2.1;0.066;8;25;0.9972;3.47;0.67;9.5;6 +9.4;0.615;0.28;3.2;0.087;18;72;1.0001;3.31;0.53;9.7;5 +11.8;0.38;0.55;2.1;0.071;5;19;0.9986;3.11;0.62;10.8;6 +10.6;1.02;0.43;2.9;0.076;26;88;0.9984;3.08;0.57;10.1;6 +7;0.65;0.02;2.1;0.066;8;25;0.9972;3.47;0.67;9.5;6 +7;0.64;0.02;2.1;0.067;9;23;0.997;3.47;0.67;9.4;6 +7.5;0.38;0.48;2.6;0.073;22;84;0.9972;3.32;0.7;9.6;4 +9.1;0.765;0.04;1.6;0.078;4;14;0.998;3.29;0.54;9.7;4 +8.4;1.035;0.15;6;0.073;11;54;0.999;3.37;0.49;9.9;5 +7;0.78;0.08;2;0.093;10;19;0.9956;3.4;0.47;10;5 +7.4;0.49;0.19;3;0.077;16;37;0.9966;3.37;0.51;10.5;5 +7.8;0.545;0.12;2.5;0.068;11;35;0.996;3.34;0.61;11.6;6 +9.7;0.31;0.47;1.6;0.062;13;33;0.9983;3.27;0.66;10;6 +10.6;1.025;0.43;2.8;0.08;21;84;0.9985;3.06;0.57;10.1;5 +8.9;0.565;0.34;3;0.093;16;112;0.9998;3.38;0.61;9.5;5 +8.7;0.69;0;3.2;0.084;13;33;0.9992;3.36;0.45;9.4;5 +8;0.43;0.36;2.3;0.075;10;48;0.9976;3.34;0.46;9.4;5 +9.9;0.74;0.28;2.6;0.078;21;77;0.998;3.28;0.51;9.8;5 +7.2;0.49;0.18;2.7;0.069;13;34;0.9967;3.29;0.48;9.2;6 +8;0.43;0.36;2.3;0.075;10;48;0.9976;3.34;0.46;9.4;5 +7.6;0.46;0.11;2.6;0.079;12;49;0.9968;3.21;0.57;10;5 +8.4;0.56;0.04;2;0.082;10;22;0.9976;3.22;0.44;9.6;5 +7.1;0.66;0;3.9;0.086;17;45;0.9976;3.46;0.54;9.5;5 +8.4;0.56;0.04;2;0.082;10;22;0.9976;3.22;0.44;9.6;5 +8.9;0.48;0.24;2.85;0.094;35;106;0.9982;3.1;0.53;9.2;5 +7.6;0.42;0.08;2.7;0.084;15;48;0.9968;3.21;0.59;10;5 +7.1;0.31;0.3;2.2;0.053;36;127;0.9965;2.94;1.62;9.5;5 +7.5;1.115;0.1;3.1;0.086;5;12;0.9958;3.54;0.6;11.2;4 +9;0.66;0.17;3;0.077;5;13;0.9976;3.29;0.55;10.4;5 +8.1;0.72;0.09;2.8;0.084;18;49;0.9994;3.43;0.72;11.1;6 +6.4;0.57;0.02;1.8;0.067;4;11;0.997;3.46;0.68;9.5;5 +6.4;0.57;0.02;1.8;0.067;4;11;0.997;3.46;0.68;9.5;5 +6.4;0.865;0.03;3.2;0.071;27;58;0.995;3.61;0.49;12.7;6 +9.5;0.55;0.66;2.3;0.387;12;37;0.9982;3.17;0.67;9.6;5 +8.9;0.875;0.13;3.45;0.088;4;14;0.9994;3.44;0.52;11.5;5 +7.3;0.835;0.03;2.1;0.092;10;19;0.9966;3.39;0.47;9.6;5 +7;0.45;0.34;2.7;0.082;16;72;0.998;3.55;0.6;9.5;5 +7.7;0.56;0.2;2;0.075;9;39;0.9987;3.48;0.62;9.3;5 +7.7;0.965;0.1;2.1;0.112;11;22;0.9963;3.26;0.5;9.5;5 +7.7;0.965;0.1;2.1;0.112;11;22;0.9963;3.26;0.5;9.5;5 +8.2;0.59;0;2.5;0.093;19;58;1.0002;3.5;0.65;9.3;6 +9;0.46;0.23;2.8;0.092;28;104;0.9983;3.1;0.56;9.2;5 +9;0.69;0;2.4;0.088;19;38;0.999;3.35;0.6;9.3;5 +8.3;0.76;0.29;4.2;0.075;12;16;0.9965;3.45;0.68;11.5;6 +9.2;0.53;0.24;2.6;0.078;28;139;0.99788;3.21;0.57;9.5;5 +6.5;0.615;0;1.9;0.065;9;18;0.9972;3.46;0.65;9.2;5 +11.6;0.41;0.58;2.8;0.096;25;101;1.00024;3.13;0.53;10;5 +11.1;0.39;0.54;2.7;0.095;21;101;1.0001;3.13;0.51;9.5;5 +7.3;0.51;0.18;2.1;0.07;12;28;0.99768;3.52;0.73;9.5;6 +8.2;0.34;0.38;2.5;0.08;12;57;0.9978;3.3;0.47;9;6 +8.6;0.33;0.4;2.6;0.083;16;68;0.99782;3.3;0.48;9.4;5 +7.2;0.5;0.18;2.1;0.071;12;31;0.99761;3.52;0.72;9.6;6 +7.3;0.51;0.18;2.1;0.07;12;28;0.99768;3.52;0.73;9.5;6 +8.3;0.65;0.1;2.9;0.089;17;40;0.99803;3.29;0.55;9.5;5 +8.3;0.65;0.1;2.9;0.089;17;40;0.99803;3.29;0.55;9.5;5 +7.6;0.54;0.13;2.5;0.097;24;66;0.99785;3.39;0.61;9.4;5 +8.3;0.65;0.1;2.9;0.089;17;40;0.99803;3.29;0.55;9.5;5 +7.8;0.48;0.68;1.7;0.415;14;32;0.99656;3.09;1.06;9.1;6 +7.8;0.91;0.07;1.9;0.058;22;47;0.99525;3.51;0.43;10.7;6 +6.3;0.98;0.01;2;0.057;15;33;0.99488;3.6;0.46;11.2;6 +8.1;0.87;0;2.2;0.084;10;31;0.99656;3.25;0.5;9.8;5 +8.1;0.87;0;2.2;0.084;10;31;0.99656;3.25;0.5;9.8;5 +8.8;0.42;0.21;2.5;0.092;33;88;0.99823;3.19;0.52;9.2;5 +9;0.58;0.25;2.8;0.075;9;104;0.99779;3.23;0.57;9.7;5 +9.3;0.655;0.26;2;0.096;5;35;0.99738;3.25;0.42;9.6;5 +8.8;0.7;0;1.7;0.069;8;19;0.99701;3.31;0.53;10;6 +9.3;0.655;0.26;2;0.096;5;35;0.99738;3.25;0.42;9.6;5 +9.1;0.68;0.11;2.8;0.093;11;44;0.99888;3.31;0.55;9.5;6 +9.2;0.67;0.1;3;0.091;12;48;0.99888;3.31;0.54;9.5;6 +8.8;0.59;0.18;2.9;0.089;12;74;0.99738;3.14;0.54;9.4;5 +7.5;0.6;0.32;2.7;0.103;13;98;0.99938;3.45;0.62;9.5;5 +7.1;0.59;0.02;2.3;0.082;24;94;0.99744;3.55;0.53;9.7;6 +7.9;0.72;0.01;1.9;0.076;7;32;0.99668;3.39;0.54;9.6;5 +7.1;0.59;0.02;2.3;0.082;24;94;0.99744;3.55;0.53;9.7;6 +9.4;0.685;0.26;2.4;0.082;23;143;0.9978;3.28;0.55;9.4;5 +9.5;0.57;0.27;2.3;0.082;23;144;0.99782;3.27;0.55;9.4;5 +7.9;0.4;0.29;1.8;0.157;1;44;0.9973;3.3;0.92;9.5;6 +7.9;0.4;0.3;1.8;0.157;2;45;0.99727;3.31;0.91;9.5;6 +7.2;1;0;3;0.102;7;16;0.99586;3.43;0.46;10;5 +6.9;0.765;0.18;2.4;0.243;5.5;48;0.99612;3.4;0.6;10.3;6 +6.9;0.635;0.17;2.4;0.241;6;18;0.9961;3.4;0.59;10.3;6 +8.3;0.43;0.3;3.4;0.079;7;34;0.99788;3.36;0.61;10.5;5 +7.1;0.52;0.03;2.6;0.076;21;92;0.99745;3.5;0.6;9.8;5 +7;0.57;0;2;0.19;12;45;0.99676;3.31;0.6;9.4;6 +6.5;0.46;0.14;2.4;0.114;9;37;0.99732;3.66;0.65;9.8;5 +9;0.82;0.05;2.4;0.081;26;96;0.99814;3.36;0.53;10;5 +6.5;0.46;0.14;2.4;0.114;9;37;0.99732;3.66;0.65;9.8;5 +7.1;0.59;0.01;2.5;0.077;20;85;0.99746;3.55;0.59;9.8;5 +9.9;0.35;0.41;2.3;0.083;11;61;0.9982;3.21;0.5;9.5;5 +9.9;0.35;0.41;2.3;0.083;11;61;0.9982;3.21;0.5;9.5;5 +10;0.56;0.24;2.2;0.079;19;58;0.9991;3.18;0.56;10.1;6 +10;0.56;0.24;2.2;0.079;19;58;0.9991;3.18;0.56;10.1;6 +8.6;0.63;0.17;2.9;0.099;21;119;0.998;3.09;0.52;9.3;5 +7.4;0.37;0.43;2.6;0.082;18;82;0.99708;3.33;0.68;9.7;6 +8.8;0.64;0.17;2.9;0.084;25;130;0.99818;3.23;0.54;9.6;5 +7.1;0.61;0.02;2.5;0.081;17;87;0.99745;3.48;0.6;9.7;6 +7.7;0.6;0;2.6;0.055;7;13;0.99639;3.38;0.56;10.8;5 +10.1;0.27;0.54;2.3;0.065;7;26;0.99531;3.17;0.53;12.5;6 +10.8;0.89;0.3;2.6;0.132;7;60;0.99786;2.99;1.18;10.2;5 +8.7;0.46;0.31;2.5;0.126;24;64;0.99746;3.1;0.74;9.6;5 +9.3;0.37;0.44;1.6;0.038;21;42;0.99526;3.24;0.81;10.8;7 +9.4;0.5;0.34;3.6;0.082;5;14;0.9987;3.29;0.52;10.7;6 +9.4;0.5;0.34;3.6;0.082;5;14;0.9987;3.29;0.52;10.7;6 +7.2;0.61;0.08;4;0.082;26;108;0.99641;3.25;0.51;9.4;5 +8.6;0.55;0.09;3.3;0.068;8;17;0.99735;3.23;0.44;10;5 +5.1;0.585;0;1.7;0.044;14;86;0.99264;3.56;0.94;12.9;7 +7.7;0.56;0.08;2.5;0.114;14;46;0.9971;3.24;0.66;9.6;6 +8.4;0.52;0.22;2.7;0.084;4;18;0.99682;3.26;0.57;9.9;6 +8.2;0.28;0.4;2.4;0.052;4;10;0.99356;3.33;0.7;12.8;7 +8.4;0.25;0.39;2;0.041;4;10;0.99386;3.27;0.71;12.5;7 +8.2;0.28;0.4;2.4;0.052;4;10;0.99356;3.33;0.7;12.8;7 +7.4;0.53;0.12;1.9;0.165;4;12;0.99702;3.26;0.86;9.2;5 +7.6;0.48;0.31;2.8;0.07;4;15;0.99693;3.22;0.55;10.3;6 +7.3;0.49;0.1;2.6;0.068;4;14;0.99562;3.3;0.47;10.5;5 +12.9;0.5;0.55;2.8;0.072;7;24;1.00012;3.09;0.68;10.9;6 +10.8;0.45;0.33;2.5;0.099;20;38;0.99818;3.24;0.71;10.8;5 +6.9;0.39;0.24;2.1;0.102;4;7;0.99462;3.44;0.58;11.4;4 +12.6;0.41;0.54;2.8;0.103;19;41;0.99939;3.21;0.76;11.3;6 +10.8;0.45;0.33;2.5;0.099;20;38;0.99818;3.24;0.71;10.8;5 +9.8;0.51;0.19;3.2;0.081;8;30;0.9984;3.23;0.58;10.5;6 +10.8;0.29;0.42;1.6;0.084;19;27;0.99545;3.28;0.73;11.9;6 +7.1;0.715;0;2.35;0.071;21;47;0.99632;3.29;0.45;9.4;5 +9.1;0.66;0.15;3.2;0.097;9;59;0.99976;3.28;0.54;9.6;5 +7;0.685;0;1.9;0.099;9;22;0.99606;3.34;0.6;9.7;5 +4.9;0.42;0;2.1;0.048;16;42;0.99154;3.71;0.74;14;7 +6.7;0.54;0.13;2;0.076;15;36;0.9973;3.61;0.64;9.8;5 +6.7;0.54;0.13;2;0.076;15;36;0.9973;3.61;0.64;9.8;5 +7.1;0.48;0.28;2.8;0.068;6;16;0.99682;3.24;0.53;10.3;5 +7.1;0.46;0.14;2.8;0.076;15;37;0.99624;3.36;0.49;10.7;5 +7.5;0.27;0.34;2.3;0.05;4;8;0.9951;3.4;0.64;11;7 +7.1;0.46;0.14;2.8;0.076;15;37;0.99624;3.36;0.49;10.7;5 +7.8;0.57;0.09;2.3;0.065;34;45;0.99417;3.46;0.74;12.7;8 +5.9;0.61;0.08;2.1;0.071;16;24;0.99376;3.56;0.77;11.1;6 +7.5;0.685;0.07;2.5;0.058;5;9;0.99632;3.38;0.55;10.9;4 +5.9;0.61;0.08;2.1;0.071;16;24;0.99376;3.56;0.77;11.1;6 +10.4;0.44;0.42;1.5;0.145;34;48;0.99832;3.38;0.86;9.9;3 +11.6;0.47;0.44;1.6;0.147;36;51;0.99836;3.38;0.86;9.9;4 +8.8;0.685;0.26;1.6;0.088;16;23;0.99694;3.32;0.47;9.4;5 +7.6;0.665;0.1;1.5;0.066;27;55;0.99655;3.39;0.51;9.3;5 +6.7;0.28;0.28;2.4;0.012;36;100;0.99064;3.26;0.39;11.7;7 +6.7;0.28;0.28;2.4;0.012;36;100;0.99064;3.26;0.39;11.7;7 +10.1;0.31;0.35;1.6;0.075;9;28;0.99672;3.24;0.83;11.2;7 +6;0.5;0.04;2.2;0.092;13;26;0.99647;3.46;0.47;10;5 +11.1;0.42;0.47;2.65;0.085;9;34;0.99736;3.24;0.77;12.1;7 +6.6;0.66;0;3;0.115;21;31;0.99629;3.45;0.63;10.3;5 +10.6;0.5;0.45;2.6;0.119;34;68;0.99708;3.23;0.72;10.9;6 +7.1;0.685;0.35;2;0.088;9;92;0.9963;3.28;0.62;9.4;5 +9.9;0.25;0.46;1.7;0.062;26;42;0.9959;3.18;0.83;10.6;6 +6.4;0.64;0.21;1.8;0.081;14;31;0.99689;3.59;0.66;9.8;5 +6.4;0.64;0.21;1.8;0.081;14;31;0.99689;3.59;0.66;9.8;5 +7.4;0.68;0.16;1.8;0.078;12;39;0.9977;3.5;0.7;9.9;6 +6.4;0.64;0.21;1.8;0.081;14;31;0.99689;3.59;0.66;9.8;5 +6.4;0.63;0.21;1.6;0.08;12;32;0.99689;3.58;0.66;9.8;5 +9.3;0.43;0.44;1.9;0.085;9;22;0.99708;3.28;0.55;9.5;5 +9.3;0.43;0.44;1.9;0.085;9;22;0.99708;3.28;0.55;9.5;5 +8;0.42;0.32;2.5;0.08;26;122;0.99801;3.22;1.07;9.7;5 +9.3;0.36;0.39;1.5;0.08;41;55;0.99652;3.47;0.73;10.9;6 +9.3;0.36;0.39;1.5;0.08;41;55;0.99652;3.47;0.73;10.9;6 +7.6;0.735;0.02;2.5;0.071;10;14;0.99538;3.51;0.71;11.7;7 +9.3;0.36;0.39;1.5;0.08;41;55;0.99652;3.47;0.73;10.9;6 +8.2;0.26;0.34;2.5;0.073;16;47;0.99594;3.4;0.78;11.3;7 +11.7;0.28;0.47;1.7;0.054;17;32;0.99686;3.15;0.67;10.6;7 +6.8;0.56;0.22;1.8;0.074;15;24;0.99438;3.4;0.82;11.2;6 +7.2;0.62;0.06;2.7;0.077;15;85;0.99746;3.51;0.54;9.5;5 +5.8;1.01;0.66;2;0.039;15;88;0.99357;3.66;0.6;11.5;6 +7.5;0.42;0.32;2.7;0.067;7;25;0.99628;3.24;0.44;10.4;5 +7.2;0.62;0.06;2.5;0.078;17;84;0.99746;3.51;0.53;9.7;5 +7.2;0.62;0.06;2.7;0.077;15;85;0.99746;3.51;0.54;9.5;5 +7.2;0.635;0.07;2.6;0.077;16;86;0.99748;3.51;0.54;9.7;5 +6.8;0.49;0.22;2.3;0.071;13;24;0.99438;3.41;0.83;11.3;6 +6.9;0.51;0.23;2;0.072;13;22;0.99438;3.4;0.84;11.2;6 +6.8;0.56;0.22;1.8;0.074;15;24;0.99438;3.4;0.82;11.2;6 +7.6;0.63;0.03;2;0.08;27;43;0.99578;3.44;0.64;10.9;6 +7.7;0.715;0.01;2.1;0.064;31;43;0.99371;3.41;0.57;11.8;6 +6.9;0.56;0.03;1.5;0.086;36;46;0.99522;3.53;0.57;10.6;5 +7.3;0.35;0.24;2;0.067;28;48;0.99576;3.43;0.54;10;4 +9.1;0.21;0.37;1.6;0.067;6;10;0.99552;3.23;0.58;11.1;7 +10.4;0.38;0.46;2.1;0.104;6;10;0.99664;3.12;0.65;11.8;7 +8.8;0.31;0.4;2.8;0.109;7;16;0.99614;3.31;0.79;11.8;7 +7.1;0.47;0;2.2;0.067;7;14;0.99517;3.4;0.58;10.9;4 +7.7;0.715;0.01;2.1;0.064;31;43;0.99371;3.41;0.57;11.8;6 +8.8;0.61;0.19;4;0.094;30;69;0.99787;3.22;0.5;10;6 +7.2;0.6;0.04;2.5;0.076;18;88;0.99745;3.53;0.55;9.5;5 +9.2;0.56;0.18;1.6;0.078;10;21;0.99576;3.15;0.49;9.9;5 +7.6;0.715;0;2.1;0.068;30;35;0.99533;3.48;0.65;11.4;6 +8.4;0.31;0.29;3.1;0.194;14;26;0.99536;3.22;0.78;12;6 +7.2;0.6;0.04;2.5;0.076;18;88;0.99745;3.53;0.55;9.5;5 +8.8;0.61;0.19;4;0.094;30;69;0.99787;3.22;0.5;10;6 +8.9;0.75;0.14;2.5;0.086;9;30;0.99824;3.34;0.64;10.5;5 +9;0.8;0.12;2.4;0.083;8;28;0.99836;3.33;0.65;10.4;6 +10.7;0.52;0.38;2.6;0.066;29;56;0.99577;3.15;0.79;12.1;7 +6.8;0.57;0;2.5;0.072;32;64;0.99491;3.43;0.56;11.2;6 +10.7;0.9;0.34;6.6;0.112;23;99;1.00289;3.22;0.68;9.3;5 +7.2;0.34;0.24;2;0.071;30;52;0.99576;3.44;0.58;10.1;5 +7.2;0.66;0.03;2.3;0.078;16;86;0.99743;3.53;0.57;9.7;5 +10.1;0.45;0.23;1.9;0.082;10;18;0.99774;3.22;0.65;9.3;6 +7.2;0.66;0.03;2.3;0.078;16;86;0.99743;3.53;0.57;9.7;5 +7.2;0.63;0.03;2.2;0.08;17;88;0.99745;3.53;0.58;9.8;6 +7.1;0.59;0.01;2.3;0.08;27;43;0.9955;3.42;0.58;10.7;6 +8.3;0.31;0.39;2.4;0.078;17;43;0.99444;3.31;0.77;12.5;7 +7.1;0.59;0.01;2.3;0.08;27;43;0.9955;3.42;0.58;10.7;6 +8.3;0.31;0.39;2.4;0.078;17;43;0.99444;3.31;0.77;12.5;7 +8.3;1.02;0.02;3.4;0.084;6;11;0.99892;3.48;0.49;11;3 +8.9;0.31;0.36;2.6;0.056;10;39;0.99562;3.4;0.69;11.8;5 +7.4;0.635;0.1;2.4;0.08;16;33;0.99736;3.58;0.69;10.8;7 +7.4;0.635;0.1;2.4;0.08;16;33;0.99736;3.58;0.69;10.8;7 +6.8;0.59;0.06;6;0.06;11;18;0.9962;3.41;0.59;10.8;7 +6.8;0.59;0.06;6;0.06;11;18;0.9962;3.41;0.59;10.8;7 +9.2;0.58;0.2;3;0.081;15;115;0.998;3.23;0.59;9.5;5 +7.2;0.54;0.27;2.6;0.084;12;78;0.9964;3.39;0.71;11;5 +6.1;0.56;0;2.2;0.079;6;9;0.9948;3.59;0.54;11.5;6 +7.4;0.52;0.13;2.4;0.078;34;61;0.99528;3.43;0.59;10.8;6 +7.3;0.305;0.39;1.2;0.059;7;11;0.99331;3.29;0.52;11.5;6 +9.3;0.38;0.48;3.8;0.132;3;11;0.99577;3.23;0.57;13.2;6 +9.1;0.28;0.46;9;0.114;3;9;0.99901;3.18;0.6;10.9;6 +10;0.46;0.44;2.9;0.065;4;8;0.99674;3.33;0.62;12.2;6 +9.4;0.395;0.46;4.6;0.094;3;10;0.99639;3.27;0.64;12.2;7 +7.3;0.305;0.39;1.2;0.059;7;11;0.99331;3.29;0.52;11.5;6 +8.6;0.315;0.4;2.2;0.079;3;6;0.99512;3.27;0.67;11.9;6 +5.3;0.715;0.19;1.5;0.161;7;62;0.99395;3.62;0.61;11;5 +6.8;0.41;0.31;8.8;0.084;26;45;0.99824;3.38;0.64;10.1;6 +8.4;0.36;0.32;2.2;0.081;32;79;0.9964;3.3;0.72;11;6 +8.4;0.62;0.12;1.8;0.072;38;46;0.99504;3.38;0.89;11.8;6 +9.6;0.41;0.37;2.3;0.091;10;23;0.99786;3.24;0.56;10.5;5 +8.4;0.36;0.32;2.2;0.081;32;79;0.9964;3.3;0.72;11;6 +8.4;0.62;0.12;1.8;0.072;38;46;0.99504;3.38;0.89;11.8;6 +6.8;0.41;0.31;8.8;0.084;26;45;0.99824;3.38;0.64;10.1;6 +8.6;0.47;0.27;2.3;0.055;14;28;0.99516;3.18;0.8;11.2;5 +8.6;0.22;0.36;1.9;0.064;53;77;0.99604;3.47;0.87;11;7 +9.4;0.24;0.33;2.3;0.061;52;73;0.99786;3.47;0.9;10.2;6 +8.4;0.67;0.19;2.2;0.093;11;75;0.99736;3.2;0.59;9.2;4 +8.6;0.47;0.27;2.3;0.055;14;28;0.99516;3.18;0.8;11.2;5 +8.7;0.33;0.38;3.3;0.063;10;19;0.99468;3.3;0.73;12;7 +6.6;0.61;0.01;1.9;0.08;8;25;0.99746;3.69;0.73;10.5;5 +7.4;0.61;0.01;2;0.074;13;38;0.99748;3.48;0.65;9.8;5 +7.6;0.4;0.29;1.9;0.078;29;66;0.9971;3.45;0.59;9.5;6 +7.4;0.61;0.01;2;0.074;13;38;0.99748;3.48;0.65;9.8;5 +6.6;0.61;0.01;1.9;0.08;8;25;0.99746;3.69;0.73;10.5;5 +8.8;0.3;0.38;2.3;0.06;19;72;0.99543;3.39;0.72;11.8;6 +8.8;0.3;0.38;2.3;0.06;19;72;0.99543;3.39;0.72;11.8;6 +12;0.63;0.5;1.4;0.071;6;26;0.99791;3.07;0.6;10.4;4 +7.2;0.38;0.38;2.8;0.068;23;42;0.99356;3.34;0.72;12.9;7 +6.2;0.46;0.17;1.6;0.073;7;11;0.99425;3.61;0.54;11.4;5 +9.6;0.33;0.52;2.2;0.074;13;25;0.99509;3.36;0.76;12.4;7 +9.9;0.27;0.49;5;0.082;9;17;0.99484;3.19;0.52;12.5;7 +10.1;0.43;0.4;2.6;0.092;13;52;0.99834;3.22;0.64;10;7 +9.8;0.5;0.34;2.3;0.094;10;45;0.99864;3.24;0.6;9.7;7 +8.3;0.3;0.49;3.8;0.09;11;24;0.99498;3.27;0.64;12.1;7 +10.2;0.44;0.42;2;0.071;7;20;0.99566;3.14;0.79;11.1;7 +10.2;0.44;0.58;4.1;0.092;11;24;0.99745;3.29;0.99;12;7 +8.3;0.28;0.48;2.1;0.093;6;12;0.99408;3.26;0.62;12.4;7 +8.9;0.12;0.45;1.8;0.075;10;21;0.99552;3.41;0.76;11.9;7 +8.9;0.12;0.45;1.8;0.075;10;21;0.99552;3.41;0.76;11.9;7 +8.9;0.12;0.45;1.8;0.075;10;21;0.99552;3.41;0.76;11.9;7 +8.3;0.28;0.48;2.1;0.093;6;12;0.99408;3.26;0.62;12.4;7 +8.2;0.31;0.4;2.2;0.058;6;10;0.99536;3.31;0.68;11.2;7 +10.2;0.34;0.48;2.1;0.052;5;9;0.99458;3.2;0.69;12.1;7 +7.6;0.43;0.4;2.7;0.082;6;11;0.99538;3.44;0.54;12.2;6 +8.5;0.21;0.52;1.9;0.09;9;23;0.99648;3.36;0.67;10.4;5 +9;0.36;0.52;2.1;0.111;5;10;0.99568;3.31;0.62;11.3;6 +9.5;0.37;0.52;2;0.088;12;51;0.99613;3.29;0.58;11.1;6 +6.4;0.57;0.12;2.3;0.12;25;36;0.99519;3.47;0.71;11.3;7 +8;0.59;0.05;2;0.089;12;32;0.99735;3.36;0.61;10;5 +8.5;0.47;0.27;1.9;0.058;18;38;0.99518;3.16;0.85;11.1;6 +7.1;0.56;0.14;1.6;0.078;7;18;0.99592;3.27;0.62;9.3;5 +6.6;0.57;0.02;2.1;0.115;6;16;0.99654;3.38;0.69;9.5;5 +8.8;0.27;0.39;2;0.1;20;27;0.99546;3.15;0.69;11.2;6 +8.5;0.47;0.27;1.9;0.058;18;38;0.99518;3.16;0.85;11.1;6 +8.3;0.34;0.4;2.4;0.065;24;48;0.99554;3.34;0.86;11;6 +9;0.38;0.41;2.4;0.103;6;10;0.99604;3.13;0.58;11.9;7 +8.5;0.66;0.2;2.1;0.097;23;113;0.99733;3.13;0.48;9.2;5 +9;0.4;0.43;2.4;0.068;29;46;0.9943;3.2;0.6;12.2;6 +6.7;0.56;0.09;2.9;0.079;7;22;0.99669;3.46;0.61;10.2;5 +10.4;0.26;0.48;1.9;0.066;6;10;0.99724;3.33;0.87;10.9;6 +10.4;0.26;0.48;1.9;0.066;6;10;0.99724;3.33;0.87;10.9;6 +10.1;0.38;0.5;2.4;0.104;6;13;0.99643;3.22;0.65;11.6;7 +8.5;0.34;0.44;1.7;0.079;6;12;0.99605;3.52;0.63;10.7;5 +8.8;0.33;0.41;5.9;0.073;7;13;0.99658;3.3;0.62;12.1;7 +7.2;0.41;0.3;2.1;0.083;35;72;0.997;3.44;0.52;9.4;5 +7.2;0.41;0.3;2.1;0.083;35;72;0.997;3.44;0.52;9.4;5 +8.4;0.59;0.29;2.6;0.109;31;119;0.99801;3.15;0.5;9.1;5 +7;0.4;0.32;3.6;0.061;9;29;0.99416;3.28;0.49;11.3;7 +12.2;0.45;0.49;1.4;0.075;3;6;0.9969;3.13;0.63;10.4;5 +9.1;0.5;0.3;1.9;0.065;8;17;0.99774;3.32;0.71;10.5;6 +9.5;0.86;0.26;1.9;0.079;13;28;0.99712;3.25;0.62;10;5 +7.3;0.52;0.32;2.1;0.07;51;70;0.99418;3.34;0.82;12.9;6 +9.1;0.5;0.3;1.9;0.065;8;17;0.99774;3.32;0.71;10.5;6 +12.2;0.45;0.49;1.4;0.075;3;6;0.9969;3.13;0.63;10.4;5 +7.4;0.58;0;2;0.064;7;11;0.99562;3.45;0.58;11.3;6 +9.8;0.34;0.39;1.4;0.066;3;7;0.9947;3.19;0.55;11.4;7 +7.1;0.36;0.3;1.6;0.08;35;70;0.99693;3.44;0.5;9.4;5 +7.7;0.39;0.12;1.7;0.097;19;27;0.99596;3.16;0.49;9.4;5 +9.7;0.295;0.4;1.5;0.073;14;21;0.99556;3.14;0.51;10.9;6 +7.7;0.39;0.12;1.7;0.097;19;27;0.99596;3.16;0.49;9.4;5 +7.1;0.34;0.28;2;0.082;31;68;0.99694;3.45;0.48;9.4;5 +6.5;0.4;0.1;2;0.076;30;47;0.99554;3.36;0.48;9.4;6 +7.1;0.34;0.28;2;0.082;31;68;0.99694;3.45;0.48;9.4;5 +10;0.35;0.45;2.5;0.092;20;88;0.99918;3.15;0.43;9.4;5 +7.7;0.6;0.06;2;0.079;19;41;0.99697;3.39;0.62;10.1;6 +5.6;0.66;0;2.2;0.087;3;11;0.99378;3.71;0.63;12.8;7 +5.6;0.66;0;2.2;0.087;3;11;0.99378;3.71;0.63;12.8;7 +8.9;0.84;0.34;1.4;0.05;4;10;0.99554;3.12;0.48;9.1;6 +6.4;0.69;0;1.65;0.055;7;12;0.99162;3.47;0.53;12.9;6 +7.5;0.43;0.3;2.2;0.062;6;12;0.99495;3.44;0.72;11.5;7 +9.9;0.35;0.38;1.5;0.058;31;47;0.99676;3.26;0.82;10.6;7 +9.1;0.29;0.33;2.05;0.063;13;27;0.99516;3.26;0.84;11.7;7 +6.8;0.36;0.32;1.8;0.067;4;8;0.9928;3.36;0.55;12.8;7 +8.2;0.43;0.29;1.6;0.081;27;45;0.99603;3.25;0.54;10.3;5 +6.8;0.36;0.32;1.8;0.067;4;8;0.9928;3.36;0.55;12.8;7 +9.1;0.29;0.33;2.05;0.063;13;27;0.99516;3.26;0.84;11.7;7 +9.1;0.3;0.34;2;0.064;12;25;0.99516;3.26;0.84;11.7;7 +8.9;0.35;0.4;3.6;0.11;12;24;0.99549;3.23;0.7;12;7 +9.6;0.5;0.36;2.8;0.116;26;55;0.99722;3.18;0.68;10.9;5 +8.9;0.28;0.45;1.7;0.067;7;12;0.99354;3.25;0.55;12.3;7 +8.9;0.32;0.31;2;0.088;12;19;0.9957;3.17;0.55;10.4;6 +7.7;1.005;0.15;2.1;0.102;11;32;0.99604;3.23;0.48;10;5 +7.5;0.71;0;1.6;0.092;22;31;0.99635;3.38;0.58;10;6 +8;0.58;0.16;2;0.12;3;7;0.99454;3.22;0.58;11.2;6 +10.5;0.39;0.46;2.2;0.075;14;27;0.99598;3.06;0.84;11.4;6 +8.9;0.38;0.4;2.2;0.068;12;28;0.99486;3.27;0.75;12.6;7 +8;0.18;0.37;0.9;0.049;36;109;0.99007;2.89;0.44;12.7;6 +8;0.18;0.37;0.9;0.049;36;109;0.99007;2.89;0.44;12.7;6 +7;0.5;0.14;1.8;0.078;10;23;0.99636;3.53;0.61;10.4;5 +11.3;0.36;0.66;2.4;0.123;3;8;0.99642;3.2;0.53;11.9;6 +11.3;0.36;0.66;2.4;0.123;3;8;0.99642;3.2;0.53;11.9;6 +7;0.51;0.09;2.1;0.062;4;9;0.99584;3.35;0.54;10.5;5 +8.2;0.32;0.42;2.3;0.098;3;9;0.99506;3.27;0.55;12.3;6 +7.7;0.58;0.01;1.8;0.088;12;18;0.99568;3.32;0.56;10.5;7 +8.6;0.83;0;2.8;0.095;17;43;0.99822;3.33;0.6;10.4;6 +7.9;0.31;0.32;1.9;0.066;14;36;0.99364;3.41;0.56;12.6;6 +6.4;0.795;0;2.2;0.065;28;52;0.99378;3.49;0.52;11.6;5 +7.2;0.34;0.21;2.5;0.075;41;68;0.99586;3.37;0.54;10.1;6 +7.7;0.58;0.01;1.8;0.088;12;18;0.99568;3.32;0.56;10.5;7 +7.1;0.59;0;2.1;0.091;9;14;0.99488;3.42;0.55;11.5;7 +7.3;0.55;0.01;1.8;0.093;9;15;0.99514;3.35;0.58;11;7 +8.1;0.82;0;4.1;0.095;5;14;0.99854;3.36;0.53;9.6;5 +7.5;0.57;0.08;2.6;0.089;14;27;0.99592;3.3;0.59;10.4;6 +8.9;0.745;0.18;2.5;0.077;15;48;0.99739;3.2;0.47;9.7;6 +10.1;0.37;0.34;2.4;0.085;5;17;0.99683;3.17;0.65;10.6;7 +7.6;0.31;0.34;2.5;0.082;26;35;0.99356;3.22;0.59;12.5;7 +7.3;0.91;0.1;1.8;0.074;20;56;0.99672;3.35;0.56;9.2;5 +8.7;0.41;0.41;6.2;0.078;25;42;0.9953;3.24;0.77;12.6;7 +8.9;0.5;0.21;2.2;0.088;21;39;0.99692;3.33;0.83;11.1;6 +7.4;0.965;0;2.2;0.088;16;32;0.99756;3.58;0.67;10.2;5 +6.9;0.49;0.19;1.7;0.079;13;26;0.99547;3.38;0.64;9.8;6 +8.9;0.5;0.21;2.2;0.088;21;39;0.99692;3.33;0.83;11.1;6 +9.5;0.39;0.41;8.9;0.069;18;39;0.99859;3.29;0.81;10.9;7 +6.4;0.39;0.33;3.3;0.046;12;53;0.99294;3.36;0.62;12.2;6 +6.9;0.44;0;1.4;0.07;32;38;0.99438;3.32;0.58;11.4;6 +7.6;0.78;0;1.7;0.076;33;45;0.99612;3.31;0.62;10.7;6 +7.1;0.43;0.17;1.8;0.082;27;51;0.99634;3.49;0.64;10.4;5 +9.3;0.49;0.36;1.7;0.081;3;14;0.99702;3.27;0.78;10.9;6 +9.3;0.5;0.36;1.8;0.084;6;17;0.99704;3.27;0.77;10.8;6 +7.1;0.43;0.17;1.8;0.082;27;51;0.99634;3.49;0.64;10.4;5 +8.5;0.46;0.59;1.4;0.414;16;45;0.99702;3.03;1.34;9.2;5 +5.6;0.605;0.05;2.4;0.073;19;25;0.99258;3.56;0.55;12.9;5 +8.3;0.33;0.42;2.3;0.07;9;20;0.99426;3.38;0.77;12.7;7 +8.2;0.64;0.27;2;0.095;5;77;0.99747;3.13;0.62;9.1;6 +8.2;0.64;0.27;2;0.095;5;77;0.99747;3.13;0.62;9.1;6 +8.9;0.48;0.53;4;0.101;3;10;0.99586;3.21;0.59;12.1;7 +7.6;0.42;0.25;3.9;0.104;28;90;0.99784;3.15;0.57;9.1;5 +9.9;0.53;0.57;2.4;0.093;30;52;0.9971;3.19;0.76;11.6;7 +8.9;0.48;0.53;4;0.101;3;10;0.99586;3.21;0.59;12.1;7 +11.6;0.23;0.57;1.8;0.074;3;8;0.9981;3.14;0.7;9.9;6 +9.1;0.4;0.5;1.8;0.071;7;16;0.99462;3.21;0.69;12.5;8 +8;0.38;0.44;1.9;0.098;6;15;0.9956;3.3;0.64;11.4;6 +10.2;0.29;0.65;2.4;0.075;6;17;0.99565;3.22;0.63;11.8;6 +8.2;0.74;0.09;2;0.067;5;10;0.99418;3.28;0.57;11.8;6 +7.7;0.61;0.18;2.4;0.083;6;20;0.9963;3.29;0.6;10.2;6 +6.6;0.52;0.08;2.4;0.07;13;26;0.99358;3.4;0.72;12.5;7 +11.1;0.31;0.53;2.2;0.06;3;10;0.99572;3.02;0.83;10.9;7 +11.1;0.31;0.53;2.2;0.06;3;10;0.99572;3.02;0.83;10.9;7 +8;0.62;0.35;2.8;0.086;28;52;0.997;3.31;0.62;10.8;5 +9.3;0.33;0.45;1.5;0.057;19;37;0.99498;3.18;0.89;11.1;7 +7.5;0.77;0.2;8.1;0.098;30;92;0.99892;3.2;0.58;9.2;5 +7.2;0.35;0.26;1.8;0.083;33;75;0.9968;3.4;0.58;9.5;6 +8;0.62;0.33;2.7;0.088;16;37;0.9972;3.31;0.58;10.7;6 +7.5;0.77;0.2;8.1;0.098;30;92;0.99892;3.2;0.58;9.2;5 +9.1;0.25;0.34;2;0.071;45;67;0.99769;3.44;0.86;10.2;7 +9.9;0.32;0.56;2;0.073;3;8;0.99534;3.15;0.73;11.4;6 +8.6;0.37;0.65;6.4;0.08;3;8;0.99817;3.27;0.58;11;5 +8.6;0.37;0.65;6.4;0.08;3;8;0.99817;3.27;0.58;11;5 +7.9;0.3;0.68;8.3;0.05;37.5;278;0.99316;3.01;0.51;12.3;7 +10.3;0.27;0.56;1.4;0.047;3;8;0.99471;3.16;0.51;11.8;6 +7.9;0.3;0.68;8.3;0.05;37.5;289;0.99316;3.01;0.51;12.3;7 +7.2;0.38;0.3;1.8;0.073;31;70;0.99685;3.42;0.59;9.5;6 +8.7;0.42;0.45;2.4;0.072;32;59;0.99617;3.33;0.77;12;6 +7.2;0.38;0.3;1.8;0.073;31;70;0.99685;3.42;0.59;9.5;6 +6.8;0.48;0.08;1.8;0.074;40;64;0.99529;3.12;0.49;9.6;5 +8.5;0.34;0.4;4.7;0.055;3;9;0.99738;3.38;0.66;11.6;7 +7.9;0.19;0.42;1.6;0.057;18;30;0.994;3.29;0.69;11.2;6 +11.6;0.41;0.54;1.5;0.095;22;41;0.99735;3.02;0.76;9.9;7 +11.6;0.41;0.54;1.5;0.095;22;41;0.99735;3.02;0.76;9.9;7 +10;0.26;0.54;1.9;0.083;42;74;0.99451;2.98;0.63;11.8;8 +7.9;0.34;0.42;2;0.086;8;19;0.99546;3.35;0.6;11.4;6 +7;0.54;0.09;2;0.081;10;16;0.99479;3.43;0.59;11.5;6 +9.2;0.31;0.36;2.2;0.079;11;31;0.99615;3.33;0.86;12;7 +6.6;0.725;0.09;5.5;0.117;9;17;0.99655;3.35;0.49;10.8;6 +9.4;0.4;0.47;2.5;0.087;6;20;0.99772;3.15;0.5;10.5;5 +6.6;0.725;0.09;5.5;0.117;9;17;0.99655;3.35;0.49;10.8;6 +8.6;0.52;0.38;1.5;0.096;5;18;0.99666;3.2;0.52;9.4;5 +8;0.31;0.45;2.1;0.216;5;16;0.99358;3.15;0.81;12.5;7 +8.6;0.52;0.38;1.5;0.096;5;18;0.99666;3.2;0.52;9.4;5 +8.4;0.34;0.42;2.1;0.072;23;36;0.99392;3.11;0.78;12.4;6 +7.4;0.49;0.27;2.1;0.071;14;25;0.99388;3.35;0.63;12;6 +6.1;0.48;0.09;1.7;0.078;18;30;0.99402;3.45;0.54;11.2;6 +7.4;0.49;0.27;2.1;0.071;14;25;0.99388;3.35;0.63;12;6 +8;0.48;0.34;2.2;0.073;16;25;0.9936;3.28;0.66;12.4;6 +6.3;0.57;0.28;2.1;0.048;13;49;0.99374;3.41;0.6;12.8;5 +8.2;0.23;0.42;1.9;0.069;9;17;0.99376;3.21;0.54;12.3;6 +9.1;0.3;0.41;2;0.068;10;24;0.99523;3.27;0.85;11.7;7 +8.1;0.78;0.1;3.3;0.09;4;13;0.99855;3.36;0.49;9.5;5 +10.8;0.47;0.43;2.1;0.171;27;66;0.9982;3.17;0.76;10.8;6 +8.3;0.53;0;1.4;0.07;6;14;0.99593;3.25;0.64;10;6 +5.4;0.42;0.27;2;0.092;23;55;0.99471;3.78;0.64;12.3;7 +7.9;0.33;0.41;1.5;0.056;6;35;0.99396;3.29;0.71;11;6 +8.9;0.24;0.39;1.6;0.074;3;10;0.99698;3.12;0.59;9.5;6 +5;0.4;0.5;4.3;0.046;29;80;0.9902;3.49;0.66;13.6;6 +7;0.69;0.07;2.5;0.091;15;21;0.99572;3.38;0.6;11.3;6 +7;0.69;0.07;2.5;0.091;15;21;0.99572;3.38;0.6;11.3;6 +7;0.69;0.07;2.5;0.091;15;21;0.99572;3.38;0.6;11.3;6 +7.1;0.39;0.12;2.1;0.065;14;24;0.99252;3.3;0.53;13.3;6 +5.6;0.66;0;2.5;0.066;7;15;0.99256;3.52;0.58;12.9;5 +7.9;0.54;0.34;2.5;0.076;8;17;0.99235;3.2;0.72;13.1;8 +6.6;0.5;0;1.8;0.062;21;28;0.99352;3.44;0.55;12.3;6 +6.3;0.47;0;1.4;0.055;27;33;0.9922;3.45;0.48;12.3;6 +10.7;0.4;0.37;1.9;0.081;17;29;0.99674;3.12;0.65;11.2;6 +6.5;0.58;0;2.2;0.096;3;13;0.99557;3.62;0.62;11.5;4 +8.8;0.24;0.35;1.7;0.055;13;27;0.99394;3.14;0.59;11.3;7 +5.8;0.29;0.26;1.7;0.063;3;11;0.9915;3.39;0.54;13.5;6 +6.3;0.76;0;2.9;0.072;26;52;0.99379;3.51;0.6;11.5;6 +10;0.43;0.33;2.7;0.095;28;89;0.9984;3.22;0.68;10;5 +10.5;0.43;0.35;3.3;0.092;24;70;0.99798;3.21;0.69;10.5;6 +9.1;0.6;0;1.9;0.058;5;10;0.9977;3.18;0.63;10.4;6 +5.9;0.19;0.21;1.7;0.045;57;135;0.99341;3.32;0.44;9.5;5 +7.4;0.36;0.34;1.8;0.075;18;38;0.9933;3.38;0.88;13.6;7 +7.2;0.48;0.07;5.5;0.089;10;18;0.99684;3.37;0.68;11.2;7 +8.5;0.28;0.35;1.7;0.061;6;15;0.99524;3.3;0.74;11.8;7 +8;0.25;0.43;1.7;0.067;22;50;0.9946;3.38;0.6;11.9;6 +10.4;0.52;0.45;2;0.08;6;13;0.99774;3.22;0.76;11.4;6 +10.4;0.52;0.45;2;0.08;6;13;0.99774;3.22;0.76;11.4;6 +7.5;0.41;0.15;3.7;0.104;29;94;0.99786;3.14;0.58;9.1;5 +8.2;0.51;0.24;2;0.079;16;86;0.99764;3.34;0.64;9.5;6 +7.3;0.4;0.3;1.7;0.08;33;79;0.9969;3.41;0.65;9.5;6 +8.2;0.38;0.32;2.5;0.08;24;71;0.99624;3.27;0.85;11;6 +6.9;0.45;0.11;2.4;0.043;6;12;0.99354;3.3;0.65;11.4;6 +7;0.22;0.3;1.8;0.065;16;20;0.99672;3.61;0.82;10;6 +7.3;0.32;0.23;2.3;0.066;35;70;0.99588;3.43;0.62;10.1;5 +8.2;0.2;0.43;2.5;0.076;31;51;0.99672;3.53;0.81;10.4;6 +7.8;0.5;0.12;1.8;0.178;6;21;0.996;3.28;0.87;9.8;6 +10;0.41;0.45;6.2;0.071;6;14;0.99702;3.21;0.49;11.8;7 +7.8;0.39;0.42;2;0.086;9;21;0.99526;3.39;0.66;11.6;6 +10;0.35;0.47;2;0.061;6;11;0.99585;3.23;0.52;12;6 +8.2;0.33;0.32;2.8;0.067;4;12;0.99473;3.3;0.76;12.8;7 +6.1;0.58;0.23;2.5;0.044;16;70;0.99352;3.46;0.65;12.5;6 +8.3;0.6;0.25;2.2;0.118;9;38;0.99616;3.15;0.53;9.8;5 +9.6;0.42;0.35;2.1;0.083;17;38;0.99622;3.23;0.66;11.1;6 +6.6;0.58;0;2.2;0.1;50;63;0.99544;3.59;0.68;11.4;6 +8.3;0.6;0.25;2.2;0.118;9;38;0.99616;3.15;0.53;9.8;5 +8.5;0.18;0.51;1.75;0.071;45;88;0.99524;3.33;0.76;11.8;7 +5.1;0.51;0.18;2.1;0.042;16;101;0.9924;3.46;0.87;12.9;7 +6.7;0.41;0.43;2.8;0.076;22;54;0.99572;3.42;1.16;10.6;6 +10.2;0.41;0.43;2.2;0.11;11;37;0.99728;3.16;0.67;10.8;5 +10.6;0.36;0.57;2.3;0.087;6;20;0.99676;3.14;0.72;11.1;7 +8.8;0.45;0.43;1.4;0.076;12;21;0.99551;3.21;0.75;10.2;6 +8.5;0.32;0.42;2.3;0.075;12;19;0.99434;3.14;0.71;11.8;7 +9;0.785;0.24;1.7;0.078;10;21;0.99692;3.29;0.67;10;5 +9;0.785;0.24;1.7;0.078;10;21;0.99692;3.29;0.67;10;5 +8.5;0.44;0.5;1.9;0.369;15;38;0.99634;3.01;1.1;9.4;5 +9.9;0.54;0.26;2;0.111;7;60;0.99709;2.94;0.98;10.2;5 +8.2;0.33;0.39;2.5;0.074;29;48;0.99528;3.32;0.88;12.4;7 +6.5;0.34;0.27;2.8;0.067;8;44;0.99384;3.21;0.56;12;6 +7.6;0.5;0.29;2.3;0.086;5;14;0.99502;3.32;0.62;11.5;6 +9.2;0.36;0.34;1.6;0.062;5;12;0.99667;3.2;0.67;10.5;6 +7.1;0.59;0;2.2;0.078;26;44;0.99522;3.42;0.68;10.8;6 +9.7;0.42;0.46;2.1;0.074;5;16;0.99649;3.27;0.74;12.3;6 +7.6;0.36;0.31;1.7;0.079;26;65;0.99716;3.46;0.62;9.5;6 +7.6;0.36;0.31;1.7;0.079;26;65;0.99716;3.46;0.62;9.5;6 +6.5;0.61;0;2.2;0.095;48;59;0.99541;3.61;0.7;11.5;6 +6.5;0.88;0.03;5.6;0.079;23;47;0.99572;3.58;0.5;11.2;4 +7.1;0.66;0;2.4;0.052;6;11;0.99318;3.35;0.66;12.7;7 +5.6;0.915;0;2.1;0.041;17;78;0.99346;3.68;0.73;11.4;5 +8.2;0.35;0.33;2.4;0.076;11;47;0.99599;3.27;0.81;11;6 +8.2;0.35;0.33;2.4;0.076;11;47;0.99599;3.27;0.81;11;6 +9.8;0.39;0.43;1.65;0.068;5;11;0.99478;3.19;0.46;11.4;5 +10.2;0.4;0.4;2.5;0.068;41;54;0.99754;3.38;0.86;10.5;6 +6.8;0.66;0.07;1.6;0.07;16;61;0.99572;3.29;0.6;9.3;5 +6.7;0.64;0.23;2.1;0.08;11;119;0.99538;3.36;0.7;10.9;5 +7;0.43;0.3;2;0.085;6;39;0.99346;3.33;0.46;11.9;6 +6.6;0.8;0.03;7.8;0.079;6;12;0.9963;3.52;0.5;12.2;5 +7;0.43;0.3;2;0.085;6;39;0.99346;3.33;0.46;11.9;6 +6.7;0.64;0.23;2.1;0.08;11;119;0.99538;3.36;0.7;10.9;5 +8.8;0.955;0.05;1.8;0.075;5;19;0.99616;3.3;0.44;9.6;4 +9.1;0.4;0.57;4.6;0.08;6;20;0.99652;3.28;0.57;12.5;6 +6.5;0.885;0;2.3;0.166;6;12;0.99551;3.56;0.51;10.8;5 +7.2;0.25;0.37;2.5;0.063;11;41;0.99439;3.52;0.8;12.4;7 +6.4;0.885;0;2.3;0.166;6;12;0.99551;3.56;0.51;10.8;5 +7;0.745;0.12;1.8;0.114;15;64;0.99588;3.22;0.59;9.5;6 +6.2;0.43;0.22;1.8;0.078;21;56;0.99633;3.52;0.6;9.5;6 +7.9;0.58;0.23;2.3;0.076;23;94;0.99686;3.21;0.58;9.5;6 +7.7;0.57;0.21;1.5;0.069;4;9;0.99458;3.16;0.54;9.8;6 +7.7;0.26;0.26;2;0.052;19;77;0.9951;3.15;0.79;10.9;6 +7.9;0.58;0.23;2.3;0.076;23;94;0.99686;3.21;0.58;9.5;6 +7.7;0.57;0.21;1.5;0.069;4;9;0.99458;3.16;0.54;9.8;6 +7.9;0.34;0.36;1.9;0.065;5;10;0.99419;3.27;0.54;11.2;7 +8.6;0.42;0.39;1.8;0.068;6;12;0.99516;3.35;0.69;11.7;8 +9.9;0.74;0.19;5.8;0.111;33;76;0.99878;3.14;0.55;9.4;5 +7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7 +7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7 +7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7 +9.9;0.72;0.55;1.7;0.136;24;52;0.99752;3.35;0.94;10;5 +7.2;0.36;0.46;2.1;0.074;24;44;0.99534;3.4;0.85;11;7 +6.2;0.39;0.43;2;0.071;14;24;0.99428;3.45;0.87;11.2;7 +6.8;0.65;0.02;2.1;0.078;8;15;0.99498;3.35;0.62;10.4;6 +6.6;0.44;0.15;2.1;0.076;22;53;0.9957;3.32;0.62;9.3;5 +6.8;0.65;0.02;2.1;0.078;8;15;0.99498;3.35;0.62;10.4;6 +9.6;0.38;0.42;1.9;0.071;5;13;0.99659;3.15;0.75;10.5;6 +10.2;0.33;0.46;1.9;0.081;6;9;0.99628;3.1;0.48;10.4;6 +8.8;0.27;0.46;2.1;0.095;20;29;0.99488;3.26;0.56;11.3;6 +7.9;0.57;0.31;2;0.079;10;79;0.99677;3.29;0.69;9.5;6 +8.2;0.34;0.37;1.9;0.057;43;74;0.99408;3.23;0.81;12;6 +8.2;0.4;0.31;1.9;0.082;8;24;0.996;3.24;0.69;10.6;6 +9;0.39;0.4;1.3;0.044;25;50;0.99478;3.2;0.83;10.9;6 +10.9;0.32;0.52;1.8;0.132;17;44;0.99734;3.28;0.77;11.5;6 +10.9;0.32;0.52;1.8;0.132;17;44;0.99734;3.28;0.77;11.5;6 +8.1;0.53;0.22;2.2;0.078;33;89;0.99678;3.26;0.46;9.6;6 +10.5;0.36;0.47;2.2;0.074;9;23;0.99638;3.23;0.76;12;6 +12.6;0.39;0.49;2.5;0.08;8;20;0.9992;3.07;0.82;10.3;6 +9.2;0.46;0.23;2.6;0.091;18;77;0.99922;3.15;0.51;9.4;5 +7.5;0.58;0.03;4.1;0.08;27;46;0.99592;3.02;0.47;9.2;5 +9;0.58;0.25;2;0.104;8;21;0.99769;3.27;0.72;9.6;5 +5.1;0.42;0;1.8;0.044;18;88;0.99157;3.68;0.73;13.6;7 +7.6;0.43;0.29;2.1;0.075;19;66;0.99718;3.4;0.64;9.5;5 +7.7;0.18;0.34;2.7;0.066;15;58;0.9947;3.37;0.78;11.8;6 +7.8;0.815;0.01;2.6;0.074;48;90;0.99621;3.38;0.62;10.8;5 +7.6;0.43;0.29;2.1;0.075;19;66;0.99718;3.4;0.64;9.5;5 +10.2;0.23;0.37;2.2;0.057;14;36;0.99614;3.23;0.49;9.3;4 +7.1;0.75;0.01;2.2;0.059;11;18;0.99242;3.39;0.4;12.8;6 +6;0.33;0.32;12.9;0.054;6;113;0.99572;3.3;0.56;11.5;4 +7.8;0.55;0;1.7;0.07;7;17;0.99659;3.26;0.64;9.4;6 +7.1;0.75;0.01;2.2;0.059;11;18;0.99242;3.39;0.4;12.8;6 +8.1;0.73;0;2.5;0.081;12;24;0.99798;3.38;0.46;9.6;4 +6.5;0.67;0;4.3;0.057;11;20;0.99488;3.45;0.56;11.8;4 +7.5;0.61;0.2;1.7;0.076;36;60;0.99494;3.1;0.4;9.3;5 +9.8;0.37;0.39;2.5;0.079;28;65;0.99729;3.16;0.59;9.8;5 +9;0.4;0.41;2;0.058;15;40;0.99414;3.22;0.6;12.2;6 +8.3;0.56;0.22;2.4;0.082;10;86;0.9983;3.37;0.62;9.5;5 +5.9;0.29;0.25;13.4;0.067;72;160;0.99721;3.33;0.54;10.3;6 +7.4;0.55;0.19;1.8;0.082;15;34;0.99655;3.49;0.68;10.5;5 +7.4;0.74;0.07;1.7;0.086;15;48;0.99502;3.12;0.48;10;5 +7.4;0.55;0.19;1.8;0.082;15;34;0.99655;3.49;0.68;10.5;5 +6.9;0.41;0.33;2.2;0.081;22;36;0.9949;3.41;0.75;11.1;6 +7.1;0.6;0.01;2.3;0.079;24;37;0.99514;3.4;0.61;10.9;6 +7.1;0.6;0.01;2.3;0.079;24;37;0.99514;3.4;0.61;10.9;6 +7.5;0.58;0.14;2.2;0.077;27;60;0.9963;3.28;0.59;9.8;5 +7.1;0.72;0;1.8;0.123;6;14;0.99627;3.45;0.58;9.8;5 +7.9;0.66;0;1.4;0.096;6;13;0.99569;3.43;0.58;9.5;5 +7.8;0.7;0.06;1.9;0.079;20;35;0.99628;3.4;0.69;10.9;5 +6.1;0.64;0.02;2.4;0.069;26;46;0.99358;3.47;0.45;11;5 +7.5;0.59;0.22;1.8;0.082;43;60;0.99499;3.1;0.42;9.2;5 +7;0.58;0.28;4.8;0.085;12;69;0.99633;3.32;0.7;11;6 +6.8;0.64;0;2.7;0.123;15;33;0.99538;3.44;0.63;11.3;6 +6.8;0.64;0;2.7;0.123;15;33;0.99538;3.44;0.63;11.3;6 +8.6;0.635;0.68;1.8;0.403;19;56;0.99632;3.02;1.15;9.3;5 +6.3;1.02;0;2;0.083;17;24;0.99437;3.59;0.55;11.2;4 +9.8;0.45;0.38;2.5;0.081;34;66;0.99726;3.15;0.58;9.8;5 +8.2;0.78;0;2.2;0.089;13;26;0.9978;3.37;0.46;9.6;4 +8.5;0.37;0.32;1.8;0.066;26;51;0.99456;3.38;0.72;11.8;6 +7.2;0.57;0.05;2.3;0.081;16;36;0.99564;3.38;0.6;10.3;6 +7.2;0.57;0.05;2.3;0.081;16;36;0.99564;3.38;0.6;10.3;6 +10.4;0.43;0.5;2.3;0.068;13;19;0.996;3.1;0.87;11.4;6 +6.9;0.41;0.31;2;0.079;21;51;0.99668;3.47;0.55;9.5;6 +5.5;0.49;0.03;1.8;0.044;28;87;0.9908;3.5;0.82;14;8 +5;0.38;0.01;1.6;0.048;26;60;0.99084;3.7;0.75;14;6 +7.3;0.44;0.2;1.6;0.049;24;64;0.9935;3.38;0.57;11.7;6 +5.9;0.46;0;1.9;0.077;25;44;0.99385;3.5;0.53;11.2;5 +7.5;0.58;0.2;2;0.073;34;44;0.99494;3.1;0.43;9.3;5 +7.8;0.58;0.13;2.1;0.102;17;36;0.9944;3.24;0.53;11.2;6 +8;0.715;0.22;2.3;0.075;13;81;0.99688;3.24;0.54;9.5;6 +8.5;0.4;0.4;6.3;0.05;3;10;0.99566;3.28;0.56;12;4 +7;0.69;0;1.9;0.114;3;10;0.99636;3.35;0.6;9.7;6 +8;0.715;0.22;2.3;0.075;13;81;0.99688;3.24;0.54;9.5;6 +9.8;0.3;0.39;1.7;0.062;3;9;0.9948;3.14;0.57;11.5;7 +7.1;0.46;0.2;1.9;0.077;28;54;0.9956;3.37;0.64;10.4;6 +7.1;0.46;0.2;1.9;0.077;28;54;0.9956;3.37;0.64;10.4;6 +7.9;0.765;0;2;0.084;9;22;0.99619;3.33;0.68;10.9;6 +8.7;0.63;0.28;2.7;0.096;17;69;0.99734;3.26;0.63;10.2;6 +7;0.42;0.19;2.3;0.071;18;36;0.99476;3.39;0.56;10.9;5 +11.3;0.37;0.5;1.8;0.09;20;47;0.99734;3.15;0.57;10.5;5 +7.1;0.16;0.44;2.5;0.068;17;31;0.99328;3.35;0.54;12.4;6 +8;0.6;0.08;2.6;0.056;3;7;0.99286;3.22;0.37;13;5 +7;0.6;0.3;4.5;0.068;20;110;0.99914;3.3;1.17;10.2;5 +7;0.6;0.3;4.5;0.068;20;110;0.99914;3.3;1.17;10.2;5 +7.6;0.74;0;1.9;0.1;6;12;0.99521;3.36;0.59;11;5 +8.2;0.635;0.1;2.1;0.073;25;60;0.99638;3.29;0.75;10.9;6 +5.9;0.395;0.13;2.4;0.056;14;28;0.99362;3.62;0.67;12.4;6 +7.5;0.755;0;1.9;0.084;6;12;0.99672;3.34;0.49;9.7;4 +8.2;0.635;0.1;2.1;0.073;25;60;0.99638;3.29;0.75;10.9;6 +6.6;0.63;0;4.3;0.093;51;77.5;0.99558;3.2;0.45;9.5;5 +6.6;0.63;0;4.3;0.093;51;77.5;0.99558;3.2;0.45;9.5;5 +7.2;0.53;0.14;2.1;0.064;15;29;0.99323;3.35;0.61;12.1;6 +5.7;0.6;0;1.4;0.063;11;18;0.99191;3.45;0.56;12.2;6 +7.6;1.58;0;2.1;0.137;5;9;0.99476;3.5;0.4;10.9;3 +5.2;0.645;0;2.15;0.08;15;28;0.99444;3.78;0.61;12.5;6 +6.7;0.86;0.07;2;0.1;20;57;0.99598;3.6;0.74;11.7;6 +9.1;0.37;0.32;2.1;0.064;4;15;0.99576;3.3;0.8;11.2;6 +8;0.28;0.44;1.8;0.081;28;68;0.99501;3.36;0.66;11.2;5 +7.6;0.79;0.21;2.3;0.087;21;68;0.9955;3.12;0.44;9.2;5 +7.5;0.61;0.26;1.9;0.073;24;88;0.99612;3.3;0.53;9.8;5 +9.7;0.69;0.32;2.5;0.088;22;91;0.9979;3.29;0.62;10.1;5 +6.8;0.68;0.09;3.9;0.068;15;29;0.99524;3.41;0.52;11.1;4 +9.7;0.69;0.32;2.5;0.088;22;91;0.9979;3.29;0.62;10.1;5 +7;0.62;0.1;1.4;0.071;27;63;0.996;3.28;0.61;9.2;5 +7.5;0.61;0.26;1.9;0.073;24;88;0.99612;3.3;0.53;9.8;5 +6.5;0.51;0.15;3;0.064;12;27;0.9929;3.33;0.59;12.8;6 +8;1.18;0.21;1.9;0.083;14;41;0.99532;3.34;0.47;10.5;5 +7;0.36;0.21;2.3;0.086;20;65;0.99558;3.4;0.54;10.1;6 +7;0.36;0.21;2.4;0.086;24;69;0.99556;3.4;0.53;10.1;6 +7.5;0.63;0.27;2;0.083;17;91;0.99616;3.26;0.58;9.8;6 +5.4;0.74;0;1.2;0.041;16;46;0.99258;4.01;0.59;12.5;6 +9.9;0.44;0.46;2.2;0.091;10;41;0.99638;3.18;0.69;11.9;6 +7.5;0.63;0.27;2;0.083;17;91;0.99616;3.26;0.58;9.8;6 +9.1;0.76;0.68;1.7;0.414;18;64;0.99652;2.9;1.33;9.1;6 +9.7;0.66;0.34;2.6;0.094;12;88;0.99796;3.26;0.66;10.1;5 +5;0.74;0;1.2;0.041;16;46;0.99258;4.01;0.59;12.5;6 +9.1;0.34;0.42;1.8;0.058;9;18;0.99392;3.18;0.55;11.4;5 +9.1;0.36;0.39;1.8;0.06;21;55;0.99495;3.18;0.82;11;7 +6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6 +6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6 +6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6 +6.7;0.46;0.24;1.7;0.077;18;34;0.9948;3.39;0.6;10.6;6 +6.5;0.52;0.11;1.8;0.073;13;38;0.9955;3.34;0.52;9.3;5 +7.4;0.6;0.26;2.1;0.083;17;91;0.99616;3.29;0.56;9.8;6 +7.4;0.6;0.26;2.1;0.083;17;91;0.99616;3.29;0.56;9.8;6 +7.8;0.87;0.26;3.8;0.107;31;67;0.99668;3.26;0.46;9.2;5 +8.4;0.39;0.1;1.7;0.075;6;25;0.99581;3.09;0.43;9.7;6 +9.1;0.775;0.22;2.2;0.079;12;48;0.9976;3.18;0.51;9.6;5 +7.2;0.835;0;2;0.166;4;11;0.99608;3.39;0.52;10;5 +6.6;0.58;0.02;2.4;0.069;19;40;0.99387;3.38;0.66;12.6;6 +6;0.5;0;1.4;0.057;15;26;0.99448;3.36;0.45;9.5;5 +6;0.5;0;1.4;0.057;15;26;0.99448;3.36;0.45;9.5;5 +6;0.5;0;1.4;0.057;15;26;0.99448;3.36;0.45;9.5;5 +7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6 +7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6 +7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6 +7.6;0.54;0.02;1.7;0.085;17;31;0.99589;3.37;0.51;10.4;6 +7.5;0.51;0.02;1.7;0.084;13;31;0.99538;3.36;0.54;10.5;6 +11.5;0.42;0.48;2.6;0.077;8;20;0.99852;3.09;0.53;11;5 +8.2;0.44;0.24;2.3;0.063;10;28;0.99613;3.25;0.53;10.2;6 +6.1;0.59;0.01;2.1;0.056;5;13;0.99472;3.52;0.56;11.4;5 +7.2;0.655;0.03;1.8;0.078;7;12;0.99587;3.34;0.39;9.5;5 +7.2;0.655;0.03;1.8;0.078;7;12;0.99587;3.34;0.39;9.5;5 +6.9;0.57;0;2.8;0.081;21;41;0.99518;3.41;0.52;10.8;5 +9;0.6;0.29;2;0.069;32;73;0.99654;3.34;0.57;10;5 +7.2;0.62;0.01;2.3;0.065;8;46;0.99332;3.32;0.51;11.8;6 +7.6;0.645;0.03;1.9;0.086;14;57;0.9969;3.37;0.46;10.3;5 +7.6;0.645;0.03;1.9;0.086;14;57;0.9969;3.37;0.46;10.3;5 +7.2;0.58;0.03;2.3;0.077;7;28;0.99568;3.35;0.52;10;5 +6.1;0.32;0.25;1.8;0.086;5;32;0.99464;3.36;0.44;10.1;5 +6.1;0.34;0.25;1.8;0.084;4;28;0.99464;3.36;0.44;10.1;5 +7.3;0.43;0.24;2.5;0.078;27;67;0.99648;3.6;0.59;11.1;6 +7.4;0.64;0.17;5.4;0.168;52;98;0.99736;3.28;0.5;9.5;5 +11.6;0.475;0.4;1.4;0.091;6;28;0.99704;3.07;0.65;10.0333333333333;6 +9.2;0.54;0.31;2.3;0.112;11;38;0.99699;3.24;0.56;10.9;5 +8.3;0.85;0.14;2.5;0.093;13;54;0.99724;3.36;0.54;10.1;5 +11.6;0.475;0.4;1.4;0.091;6;28;0.99704;3.07;0.65;10.0333333333333;6 +8;0.83;0.27;2;0.08;11;63;0.99652;3.29;0.48;9.8;4 +7.2;0.605;0.02;1.9;0.096;10;31;0.995;3.46;0.53;11.8;6 +7.8;0.5;0.09;2.2;0.115;10;42;0.9971;3.18;0.62;9.5;5 +7.3;0.74;0.08;1.7;0.094;10;45;0.99576;3.24;0.5;9.8;5 +6.9;0.54;0.3;2.2;0.088;9;105;0.99725;3.25;1.18;10.5;6 +8;0.77;0.32;2.1;0.079;16;74;0.99656;3.27;0.5;9.8;6 +6.6;0.61;0;1.6;0.069;4;8;0.99396;3.33;0.37;10.4;4 +8.7;0.78;0.51;1.7;0.415;12;66;0.99623;3;1.17;9.2;5 +7.5;0.58;0.56;3.1;0.153;5;14;0.99476;3.21;1.03;11.6;6 +8.7;0.78;0.51;1.7;0.415;12;66;0.99623;3;1.17;9.2;5 +7.7;0.75;0.27;3.8;0.11;34;89;0.99664;3.24;0.45;9.3;5 +6.8;0.815;0;1.2;0.267;16;29;0.99471;3.32;0.51;9.8;3 +7.2;0.56;0.26;2;0.083;13;100;0.99586;3.26;0.52;9.9;5 +8.2;0.885;0.2;1.4;0.086;7;31;0.9946;3.11;0.46;10;5 +5.2;0.49;0.26;2.3;0.09;23;74;0.9953;3.71;0.62;12.2;6 +7.2;0.45;0.15;2;0.078;10;28;0.99609;3.29;0.51;9.9;6 +7.5;0.57;0.02;2.6;0.077;11;35;0.99557;3.36;0.62;10.8;6 +7.5;0.57;0.02;2.6;0.077;11;35;0.99557;3.36;0.62;10.8;6 +6.8;0.83;0.09;1.8;0.074;4;25;0.99534;3.38;0.45;9.6;5 +8;0.6;0.22;2.1;0.08;25;105;0.99613;3.3;0.49;9.9;5 +8;0.6;0.22;2.1;0.08;25;105;0.99613;3.3;0.49;9.9;5 +7.1;0.755;0.15;1.8;0.107;20;84;0.99593;3.19;0.5;9.5;5 +8;0.81;0.25;3.4;0.076;34;85;0.99668;3.19;0.42;9.2;5 +7.4;0.64;0.07;1.8;0.1;8;23;0.9961;3.3;0.58;9.6;5 +7.4;0.64;0.07;1.8;0.1;8;23;0.9961;3.3;0.58;9.6;5 +6.6;0.64;0.31;6.1;0.083;7;49;0.99718;3.35;0.68;10.3;5 +6.7;0.48;0.02;2.2;0.08;36;111;0.99524;3.1;0.53;9.7;5 +6;0.49;0;2.3;0.068;15;33;0.99292;3.58;0.59;12.5;6 +8;0.64;0.22;2.4;0.094;5;33;0.99612;3.37;0.58;11;5 +7.1;0.62;0.06;1.3;0.07;5;12;0.9942;3.17;0.48;9.8;5 +8;0.52;0.25;2;0.078;19;59;0.99612;3.3;0.48;10.2;5 +6.4;0.57;0.14;3.9;0.07;27;73;0.99669;3.32;0.48;9.2;5 +8.6;0.685;0.1;1.6;0.092;3;12;0.99745;3.31;0.65;9.55;6 +8.7;0.675;0.1;1.6;0.09;4;11;0.99745;3.31;0.65;9.55;5 +7.3;0.59;0.26;2;0.08;17;104;0.99584;3.28;0.52;9.9;5 +7;0.6;0.12;2.2;0.083;13;28;0.9966;3.52;0.62;10.2;7 +7.2;0.67;0;2.2;0.068;10;24;0.9956;3.42;0.72;11.1;6 +7.9;0.69;0.21;2.1;0.08;33;141;0.9962;3.25;0.51;9.9;5 +7.9;0.69;0.21;2.1;0.08;33;141;0.9962;3.25;0.51;9.9;5 +7.6;0.3;0.42;2;0.052;6;24;0.9963;3.44;0.82;11.9;6 +7.2;0.33;0.33;1.7;0.061;3;13;0.996;3.23;1.1;10;8 +8;0.5;0.39;2.6;0.082;12;46;0.9985;3.43;0.62;10.7;6 +7.7;0.28;0.3;2;0.062;18;34;0.9952;3.28;0.9;11.3;7 +8.2;0.24;0.34;5.1;0.062;8;22;0.9974;3.22;0.94;10.9;6 +6;0.51;0;2.1;0.064;40;54;0.995;3.54;0.93;10.7;6 +8.1;0.29;0.36;2.2;0.048;35;53;0.995;3.27;1.01;12.4;7 +6;0.51;0;2.1;0.064;40;54;0.995;3.54;0.93;10.7;6 +6.6;0.96;0;1.8;0.082;5;16;0.9936;3.5;0.44;11.9;6 +6.4;0.47;0.4;2.4;0.071;8;19;0.9963;3.56;0.73;10.6;6 +8.2;0.24;0.34;5.1;0.062;8;22;0.9974;3.22;0.94;10.9;6 +9.9;0.57;0.25;2;0.104;12;89;0.9963;3.04;0.9;10.1;5 +10;0.32;0.59;2.2;0.077;3;15;0.9994;3.2;0.78;9.6;5 +6.2;0.58;0;1.6;0.065;8;18;0.9966;3.56;0.84;9.4;5 +10;0.32;0.59;2.2;0.077;3;15;0.9994;3.2;0.78;9.6;5 +7.3;0.34;0.33;2.5;0.064;21;37;0.9952;3.35;0.77;12.1;7 +7.8;0.53;0.01;1.6;0.077;3;19;0.995;3.16;0.46;9.8;5 +7.7;0.64;0.21;2.2;0.077;32;133;0.9956;3.27;0.45;9.9;5 +7.8;0.53;0.01;1.6;0.077;3;19;0.995;3.16;0.46;9.8;5 +7.5;0.4;0.18;1.6;0.079;24;58;0.9965;3.34;0.58;9.4;5 +7;0.54;0;2.1;0.079;39;55;0.9956;3.39;0.84;11.4;6 +6.4;0.53;0.09;3.9;0.123;14;31;0.9968;3.5;0.67;11;4 +8.3;0.26;0.37;1.4;0.076;8;23;0.9974;3.26;0.7;9.6;6 +8.3;0.26;0.37;1.4;0.076;8;23;0.9974;3.26;0.7;9.6;6 +7.7;0.23;0.37;1.8;0.046;23;60;0.9971;3.41;0.71;12.1;6 +7.6;0.41;0.33;2.5;0.078;6;23;0.9957;3.3;0.58;11.2;5 +7.8;0.64;0;1.9;0.072;27;55;0.9962;3.31;0.63;11;5 +7.9;0.18;0.4;2.2;0.049;38;67;0.996;3.33;0.93;11.3;5 +7.4;0.41;0.24;1.8;0.066;18;47;0.9956;3.37;0.62;10.4;5 +7.6;0.43;0.31;2.1;0.069;13;74;0.9958;3.26;0.54;9.9;6 +5.9;0.44;0;1.6;0.042;3;11;0.9944;3.48;0.85;11.7;6 +6.1;0.4;0.16;1.8;0.069;11;25;0.9955;3.42;0.74;10.1;7 +10.2;0.54;0.37;15.4;0.214;55;95;1.00369;3.18;0.77;9;6 +10.2;0.54;0.37;15.4;0.214;55;95;1.00369;3.18;0.77;9;6 +10;0.38;0.38;1.6;0.169;27;90;0.99914;3.15;0.65;8.5;5 +6.8;0.915;0.29;4.8;0.07;15;39;0.99577;3.53;0.54;11.1;5 +7;0.59;0;1.7;0.052;3;8;0.996;3.41;0.47;10.3;5 +7.3;0.67;0.02;2.2;0.072;31;92;0.99566;3.32;0.68;11.0666666666667;6 +7.2;0.37;0.32;2;0.062;15;28;0.9947;3.23;0.73;11.3;7 +7.4;0.785;0.19;5.2;0.094;19;98;0.99713;3.16;0.52;9.56666666666667;6 +6.9;0.63;0.02;1.9;0.078;18;30;0.99712;3.4;0.75;9.8;5 +6.9;0.58;0.2;1.75;0.058;8;22;0.99322;3.38;0.49;11.7;5 +7.3;0.67;0.02;2.2;0.072;31;92;0.99566;3.32;0.68;11.1;6 +7.4;0.785;0.19;5.2;0.094;19;98;0.99713;3.16;0.52;9.6;6 +6.9;0.63;0.02;1.9;0.078;18;30;0.99712;3.4;0.75;9.8;5 +6.8;0.67;0;1.9;0.08;22;39;0.99701;3.4;0.74;9.7;5 +6.9;0.58;0.01;1.9;0.08;40;54;0.99683;3.4;0.73;9.7;5 +7.2;0.38;0.31;2;0.056;15;29;0.99472;3.23;0.76;11.3;8 +7.2;0.37;0.32;2;0.062;15;28;0.9947;3.23;0.73;11.3;7 +7.8;0.32;0.44;2.7;0.104;8;17;0.99732;3.33;0.78;11;7 +6.6;0.58;0.02;2;0.062;37;53;0.99374;3.35;0.76;11.6;7 +7.6;0.49;0.33;1.9;0.074;27;85;0.99706;3.41;0.58;9;5 +11.7;0.45;0.63;2.2;0.073;7;23;0.99974;3.21;0.69;10.9;6 +6.5;0.9;0;1.6;0.052;9;17;0.99467;3.5;0.63;10.9;6 +6;0.54;0.06;1.8;0.05;38;89;0.99236;3.3;0.5;10.55;6 +7.6;0.49;0.33;1.9;0.074;27;85;0.99706;3.41;0.58;9;5 +8.4;0.29;0.4;1.7;0.067;8;20;0.99603;3.39;0.6;10.5;5 +7.9;0.2;0.35;1.7;0.054;7;15;0.99458;3.32;0.8;11.9;7 +6.4;0.42;0.09;2.3;0.054;34;64;0.99724;3.41;0.68;10.4;6 +6.2;0.785;0;2.1;0.06;6;13;0.99664;3.59;0.61;10;4 +6.8;0.64;0.03;2.3;0.075;14;31;0.99545;3.36;0.58;10.4;6 +6.9;0.63;0.01;2.4;0.076;14;39;0.99522;3.34;0.53;10.8;6 +6.8;0.59;0.1;1.7;0.063;34;53;0.9958;3.41;0.67;9.7;5 +6.8;0.59;0.1;1.7;0.063;34;53;0.9958;3.41;0.67;9.7;5 +7.3;0.48;0.32;2.1;0.062;31;54;0.99728;3.3;0.65;10;7 +6.7;1.04;0.08;2.3;0.067;19;32;0.99648;3.52;0.57;11;4 +7.3;0.48;0.32;2.1;0.062;31;54;0.99728;3.3;0.65;10;7 +7.3;0.98;0.05;2.1;0.061;20;49;0.99705;3.31;0.55;9.7;3 +10;0.69;0.11;1.4;0.084;8;24;0.99578;2.88;0.47;9.7;5 +6.7;0.7;0.08;3.75;0.067;8;16;0.99334;3.43;0.52;12.6;5 +7.6;0.35;0.6;2.6;0.073;23;44;0.99656;3.38;0.79;11.1;6 +6.1;0.6;0.08;1.8;0.071;14;45;0.99336;3.38;0.54;11;5 +9.9;0.5;0.5;13.8;0.205;48;82;1.00242;3.16;0.75;8.8;5 +5.3;0.47;0.11;2.2;0.048;16;89;0.99182;3.54;0.88;13.5666666666667;7 +9.9;0.5;0.5;13.8;0.205;48;82;1.00242;3.16;0.75;8.8;5 +5.3;0.47;0.11;2.2;0.048;16;89;0.99182;3.54;0.88;13.6;7 +7.1;0.875;0.05;5.7;0.082;3;14;0.99808;3.4;0.52;10.2;3 +8.2;0.28;0.6;3;0.104;10;22;0.99828;3.39;0.68;10.6;5 +5.6;0.62;0.03;1.5;0.08;6;13;0.99498;3.66;0.62;10.1;4 +8.2;0.28;0.6;3;0.104;10;22;0.99828;3.39;0.68;10.6;5 +7.2;0.58;0.54;2.1;0.114;3;9;0.99719;3.33;0.57;10.3;4 +8.1;0.33;0.44;1.5;0.042;6;12;0.99542;3.35;0.61;10.7;5 +6.8;0.91;0.06;2;0.06;4;11;0.99592;3.53;0.64;10.9;4 +7;0.655;0.16;2.1;0.074;8;25;0.99606;3.37;0.55;9.7;5 +6.8;0.68;0.21;2.1;0.07;9;23;0.99546;3.38;0.6;10.3;5 +6;0.64;0.05;1.9;0.066;9;17;0.99496;3.52;0.78;10.6;5 +5.6;0.54;0.04;1.7;0.049;5;13;0.9942;3.72;0.58;11.4;5 +6.2;0.57;0.1;2.1;0.048;4;11;0.99448;3.44;0.76;10.8;6 +7.1;0.22;0.49;1.8;0.039;8;18;0.99344;3.39;0.56;12.4;6 +5.6;0.54;0.04;1.7;0.049;5;13;0.9942;3.72;0.58;11.4;5 +6.2;0.65;0.06;1.6;0.05;6;18;0.99348;3.57;0.54;11.95;5 +7.7;0.54;0.26;1.9;0.089;23;147;0.99636;3.26;0.59;9.7;5 +6.4;0.31;0.09;1.4;0.066;15;28;0.99459;3.42;0.7;10;7 +7;0.43;0.02;1.9;0.08;15;28;0.99492;3.35;0.81;10.6;6 +7.7;0.54;0.26;1.9;0.089;23;147;0.99636;3.26;0.59;9.7;5 +6.9;0.74;0.03;2.3;0.054;7;16;0.99508;3.45;0.63;11.5;6 +6.6;0.895;0.04;2.3;0.068;7;13;0.99582;3.53;0.58;10.8;6 +6.9;0.74;0.03;2.3;0.054;7;16;0.99508;3.45;0.63;11.5;6 +7.5;0.725;0.04;1.5;0.076;8;15;0.99508;3.26;0.53;9.6;5 +7.8;0.82;0.29;4.3;0.083;21;64;0.99642;3.16;0.53;9.4;5 +7.3;0.585;0.18;2.4;0.078;15;60;0.99638;3.31;0.54;9.8;5 +6.2;0.44;0.39;2.5;0.077;6;14;0.99555;3.51;0.69;11;6 +7.5;0.38;0.57;2.3;0.106;5;12;0.99605;3.36;0.55;11.4;6 +6.7;0.76;0.02;1.8;0.078;6;12;0.996;3.55;0.63;9.95;3 +6.8;0.81;0.05;2;0.07;6;14;0.99562;3.51;0.66;10.8;6 +7.5;0.38;0.57;2.3;0.106;5;12;0.99605;3.36;0.55;11.4;6 +7.1;0.27;0.6;2.1;0.074;17;25;0.99814;3.38;0.72;10.6;6 +7.9;0.18;0.4;1.8;0.062;7;20;0.9941;3.28;0.7;11.1;5 +6.4;0.36;0.21;2.2;0.047;26;48;0.99661;3.47;0.77;9.7;6 +7.1;0.69;0.04;2.1;0.068;19;27;0.99712;3.44;0.67;9.8;5 +6.4;0.79;0.04;2.2;0.061;11;17;0.99588;3.53;0.65;10.4;6 +6.4;0.56;0.15;1.8;0.078;17;65;0.99294;3.33;0.6;10.5;6 +6.9;0.84;0.21;4.1;0.074;16;65;0.99842;3.53;0.72;9.23333333333333;6 +6.9;0.84;0.21;4.1;0.074;16;65;0.99842;3.53;0.72;9.25;6 +6.1;0.32;0.25;2.3;0.071;23;58;0.99633;3.42;0.97;10.6;5 +6.5;0.53;0.06;2;0.063;29;44;0.99489;3.38;0.83;10.3;6 +7.4;0.47;0.46;2.2;0.114;7;20;0.99647;3.32;0.63;10.5;5 +6.6;0.7;0.08;2.6;0.106;14;27;0.99665;3.44;0.58;10.2;5 +6.5;0.53;0.06;2;0.063;29;44;0.99489;3.38;0.83;10.3;6 +6.9;0.48;0.2;1.9;0.082;9;23;0.99585;3.39;0.43;9.05;4 +6.1;0.32;0.25;2.3;0.071;23;58;0.99633;3.42;0.97;10.6;5 +6.8;0.48;0.25;2;0.076;29;61;0.9953;3.34;0.6;10.4;5 +6;0.42;0.19;2;0.075;22;47;0.99522;3.39;0.78;10;6 +6.7;0.48;0.08;2.1;0.064;18;34;0.99552;3.33;0.64;9.7;5 +6.8;0.47;0.08;2.2;0.064;18;38;0.99553;3.3;0.65;9.6;6 +7.1;0.53;0.07;1.7;0.071;15;24;0.9951;3.29;0.66;10.8;6 +7.9;0.29;0.49;2.2;0.096;21;59;0.99714;3.31;0.67;10.1;6 +7.1;0.69;0.08;2.1;0.063;42;52;0.99608;3.42;0.6;10.2;6 +6.6;0.44;0.09;2.2;0.063;9;18;0.99444;3.42;0.69;11.3;6 +6.1;0.705;0.1;2.8;0.081;13;28;0.99631;3.6;0.66;10.2;5 +7.2;0.53;0.13;2;0.058;18;22;0.99573;3.21;0.68;9.9;6 +8;0.39;0.3;1.9;0.074;32;84;0.99717;3.39;0.61;9;5 +6.6;0.56;0.14;2.4;0.064;13;29;0.99397;3.42;0.62;11.7;7 +7;0.55;0.13;2.2;0.075;15;35;0.9959;3.36;0.59;9.7;6 +6.1;0.53;0.08;1.9;0.077;24;45;0.99528;3.6;0.68;10.3;6 +5.4;0.58;0.08;1.9;0.059;20;31;0.99484;3.5;0.64;10.2;6 +6.2;0.64;0.09;2.5;0.081;15;26;0.99538;3.57;0.63;12;5 +7.2;0.39;0.32;1.8;0.065;34;60;0.99714;3.46;0.78;9.9;5 +6.2;0.52;0.08;4.4;0.071;11;32;0.99646;3.56;0.63;11.6;6 +7.4;0.25;0.29;2.2;0.054;19;49;0.99666;3.4;0.76;10.9;7 +6.7;0.855;0.02;1.9;0.064;29;38;0.99472;3.3;0.56;10.75;6 +11.1;0.44;0.42;2.2;0.064;14;19;0.99758;3.25;0.57;10.4;6 +8.4;0.37;0.43;2.3;0.063;12;19;0.9955;3.17;0.81;11.2;7 +6.5;0.63;0.33;1.8;0.059;16;28;0.99531;3.36;0.64;10.1;6 +7;0.57;0.02;2;0.072;17;26;0.99575;3.36;0.61;10.2;5 +6.3;0.6;0.1;1.6;0.048;12;26;0.99306;3.55;0.51;12.1;5 +11.2;0.4;0.5;2;0.099;19;50;0.99783;3.1;0.58;10.4;5 +7.4;0.36;0.3;1.8;0.074;17;24;0.99419;3.24;0.7;11.4;8 +7.1;0.68;0;2.3;0.087;17;26;0.99783;3.45;0.53;9.5;5 +7.1;0.67;0;2.3;0.083;18;27;0.99768;3.44;0.54;9.4;5 +6.3;0.68;0.01;3.7;0.103;32;54;0.99586;3.51;0.66;11.3;6 +7.3;0.735;0;2.2;0.08;18;28;0.99765;3.41;0.6;9.4;5 +6.6;0.855;0.02;2.4;0.062;15;23;0.99627;3.54;0.6;11;6 +7;0.56;0.17;1.7;0.065;15;24;0.99514;3.44;0.68;10.55;7 +6.6;0.88;0.04;2.2;0.066;12;20;0.99636;3.53;0.56;9.9;5 +6.6;0.855;0.02;2.4;0.062;15;23;0.99627;3.54;0.6;11;6 +6.9;0.63;0.33;6.7;0.235;66;115;0.99787;3.22;0.56;9.5;5 +7.8;0.6;0.26;2;0.08;31;131;0.99622;3.21;0.52;9.9;5 +7.8;0.6;0.26;2;0.08;31;131;0.99622;3.21;0.52;9.9;5 +7.8;0.6;0.26;2;0.08;31;131;0.99622;3.21;0.52;9.9;5 +7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5 +7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5 +7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5 +6.7;0.67;0.02;1.9;0.061;26;42;0.99489;3.39;0.82;10.9;6 +6.7;0.16;0.64;2.1;0.059;24;52;0.99494;3.34;0.71;11.2;6 +7.2;0.695;0.13;2;0.076;12;20;0.99546;3.29;0.54;10.1;5 +7;0.56;0.13;1.6;0.077;25;42;0.99629;3.34;0.59;9.2;5 +6.2;0.51;0.14;1.9;0.056;15;34;0.99396;3.48;0.57;11.5;6 +6.4;0.36;0.53;2.2;0.23;19;35;0.9934;3.37;0.93;12.4;6 +6.4;0.38;0.14;2.2;0.038;15;25;0.99514;3.44;0.65;11.1;6 +7.3;0.69;0.32;2.2;0.069;35;104;0.99632;3.33;0.51;9.5;5 +6;0.58;0.2;2.4;0.075;15;50;0.99467;3.58;0.67;12.5;6 +5.6;0.31;0.78;13.9;0.074;23;92;0.99677;3.39;0.48;10.5;6 +7.5;0.52;0.4;2.2;0.06;12;20;0.99474;3.26;0.64;11.8;6 +8;0.3;0.63;1.6;0.081;16;29;0.99588;3.3;0.78;10.8;6 +6.2;0.7;0.15;5.1;0.076;13;27;0.99622;3.54;0.6;11.9;6 +6.8;0.67;0.15;1.8;0.118;13;20;0.9954;3.42;0.67;11.3;6 +6.2;0.56;0.09;1.7;0.053;24;32;0.99402;3.54;0.6;11.3;5 +7.4;0.35;0.33;2.4;0.068;9;26;0.9947;3.36;0.6;11.9;6 +6.2;0.56;0.09;1.7;0.053;24;32;0.99402;3.54;0.6;11.3;5 +6.1;0.715;0.1;2.6;0.053;13;27;0.99362;3.57;0.5;11.9;5 +6.2;0.46;0.29;2.1;0.074;32;98;0.99578;3.33;0.62;9.8;5 +6.7;0.32;0.44;2.4;0.061;24;34;0.99484;3.29;0.8;11.6;7 +7.2;0.39;0.44;2.6;0.066;22;48;0.99494;3.3;0.84;11.5;6 +7.5;0.31;0.41;2.4;0.065;34;60;0.99492;3.34;0.85;11.4;6 +5.8;0.61;0.11;1.8;0.066;18;28;0.99483;3.55;0.66;10.9;6 +7.2;0.66;0.33;2.5;0.068;34;102;0.99414;3.27;0.78;12.8;6 +6.6;0.725;0.2;7.8;0.073;29;79;0.9977;3.29;0.54;9.2;5 +6.3;0.55;0.15;1.8;0.077;26;35;0.99314;3.32;0.82;11.6;6 +5.4;0.74;0.09;1.7;0.089;16;26;0.99402;3.67;0.56;11.6;6 +6.3;0.51;0.13;2.3;0.076;29;40;0.99574;3.42;0.75;11;6 +6.8;0.62;0.08;1.9;0.068;28;38;0.99651;3.42;0.82;9.5;6 +6.2;0.6;0.08;2;0.09;32;44;0.9949;3.45;0.58;10.5;5 +5.9;0.55;0.1;2.2;0.062;39;51;0.99512;3.52;0.76;11.2;6 +6.3;0.51;0.13;2.3;0.076;29;40;0.99574;3.42;0.75;11;6 +5.9;0.645;0.12;2;0.075;32;44;0.99547;3.57;0.71;10.2;5 +6;0.31;0.47;3.6;0.067;18;42;0.99549;3.39;0.66;11;6